Ported the plug-in to PyQt6 for eric7. eric7

Sun, 30 May 2021 11:51:44 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sun, 30 May 2021 11:51:44 +0200
branch
eric7
changeset 55
5390ef66c327
parent 54
7e08cb395fca
child 56
da2a48e0d339

Ported the plug-in to PyQt6 for eric7.

.hgignore file | annotate | diff | comparison | revisions
ChangeLog file | annotate | diff | comparison | revisions
PluginDjangoTagsMenu.e4p file | annotate | diff | comparison | revisions
PluginDjangoTagsMenu.epj file | annotate | diff | comparison | revisions
PluginProjectDjangoTagsMenu.py file | annotate | diff | comparison | revisions
PluginProjectDjangoTagsMenu.zip file | annotate | diff | comparison | revisions
ProjectDjangoTagsMenu/DjangoTagInputDialog.py file | annotate | diff | comparison | revisions
ProjectDjangoTagsMenu/DjangoTagsMenuHandler.py file | annotate | diff | comparison | revisions
ProjectDjangoTagsMenu/Documentation/source/Plugin_Project_Django_Tags_Menu.PluginProjectDjangoTagsMenu.html file | annotate | diff | comparison | revisions
ProjectDjangoTagsMenu/Documentation/source/Plugin_Project_Django_Tags_Menu.ProjectDjangoTagsMenu.DjangoTagInputDialog.html file | annotate | diff | comparison | revisions
ProjectDjangoTagsMenu/Documentation/source/Plugin_Project_Django_Tags_Menu.ProjectDjangoTagsMenu.DjangoTagsMenuHandler.html file | annotate | diff | comparison | revisions
ProjectDjangoTagsMenu/Documentation/source/Plugin_Project_Django_Tags_Menu.ProjectDjangoTagsMenu.FindTemplateTagDialog.html file | annotate | diff | comparison | revisions
ProjectDjangoTagsMenu/Documentation/source/Plugin_Project_Django_Tags_Menu.ProjectDjangoTagsMenu.IeCommentDialog.html file | annotate | diff | comparison | revisions
ProjectDjangoTagsMenu/Documentation/source/Plugin_Project_Django_Tags_Menu.ProjectDjangoTagsMenu.IfTagInputDialog.html file | annotate | diff | comparison | revisions
ProjectDjangoTagsMenu/Documentation/source/Plugin_Project_Django_Tags_Menu.ProjectDjangoTagsMenu.LoremTagInputDialog.html file | annotate | diff | comparison | revisions
ProjectDjangoTagsMenu/Documentation/source/Plugin_Project_Django_Tags_Menu.ProjectDjangoTagsMenu.MultiLineInputDialog.html file | annotate | diff | comparison | revisions
ProjectDjangoTagsMenu/Documentation/source/Plugin_Project_Django_Tags_Menu.ProjectDjangoTagsMenu.TimezoneSelectionDialog.html file | annotate | diff | comparison | revisions
ProjectDjangoTagsMenu/FindTemplateTagDialog.py file | annotate | diff | comparison | revisions
ProjectDjangoTagsMenu/FindTemplateTagDialog.ui file | annotate | diff | comparison | revisions
ProjectDjangoTagsMenu/IeCommentDialog.py file | annotate | diff | comparison | revisions
ProjectDjangoTagsMenu/IfTagInputDialog.py file | annotate | diff | comparison | revisions
ProjectDjangoTagsMenu/IfTagInputDialog.ui file | annotate | diff | comparison | revisions
ProjectDjangoTagsMenu/LoremTagInputDialog.py file | annotate | diff | comparison | revisions
ProjectDjangoTagsMenu/MultiLineInputDialog.py file | annotate | diff | comparison | revisions
ProjectDjangoTagsMenu/TimezoneSelectionDialog.py file | annotate | diff | comparison | revisions
ProjectDjangoTagsMenu/i18n/djangotagsmenu_de.qm file | annotate | diff | comparison | revisions
ProjectDjangoTagsMenu/i18n/djangotagsmenu_de.ts file | annotate | diff | comparison | revisions
ProjectDjangoTagsMenu/i18n/djangotagsmenu_en.qm file | annotate | diff | comparison | revisions
ProjectDjangoTagsMenu/i18n/djangotagsmenu_en.ts file | annotate | diff | comparison | revisions
ProjectDjangoTagsMenu/i18n/djangotagsmenu_es.ts file | annotate | diff | comparison | revisions
ProjectDjangoTagsMenu/i18n/djangotagsmenu_ru.ts file | annotate | diff | comparison | revisions
--- a/.hgignore	Sat May 29 15:04:13 2021 +0200
+++ b/.hgignore	Sun May 30 11:51:44 2021 +0200
@@ -1,11 +1,6 @@
+glob:.eric7project
 glob:.eric6project
-glob:_eric6project
-glob:.eric5project
-glob:_eric5project
-glob:.eric4project
-glob:_eric4project
 glob:.ropeproject
-glob:_ropeproject
 glob:.directory
 glob:**.pyc
 glob:**.pyo
--- a/ChangeLog	Sat May 29 15:04:13 2021 +0200
+++ b/ChangeLog	Sun May 30 11:51:44 2021 +0200
@@ -1,5 +1,10 @@
 ChangeLog
 ---------
+Version 1.0.0:
+- first release of the eric7 variant
+
+************************************************************
+
 Version 3.2.0:
 - implemented some code simplifications
 
--- a/PluginDjangoTagsMenu.e4p	Sat May 29 15:04:13 2021 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,521 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE Project SYSTEM "Project-5.1.dtd">
-<!-- eric project file for project PluginDjangoTagsMenu -->
-<!-- Copyright (C) 2020 Detlev Offenbach, detlev@die-offenbachs.de -->
-<Project version="5.1">
-  <Language>en_US</Language>
-  <Hash>fac07f0675a7c77618ebfac9d2cbbfb763f751f3</Hash>
-  <ProgLanguage mixed="0">Python3</ProgLanguage>
-  <ProjectType>E6Plugin</ProjectType>
-  <Description>This plug-in adds a menu to select various tag templates to the Django menu.</Description>
-  <Version>0.x</Version>
-  <Author>Detlev Offenbach</Author>
-  <Email>detlev@die-offenbachs.de</Email>
-  <TranslationPattern>ProjectDjangoTagsMenu/i18n/djangotagsmenu_%language%.ts</TranslationPattern>
-  <Eol index="1"/>
-  <Sources>
-    <Source>PluginProjectDjangoTagsMenu.py</Source>
-    <Source>ProjectDjangoTagsMenu/DjangoTagInputDialog.py</Source>
-    <Source>ProjectDjangoTagsMenu/DjangoTagsMenuHandler.py</Source>
-    <Source>ProjectDjangoTagsMenu/FindTemplateTagDialog.py</Source>
-    <Source>ProjectDjangoTagsMenu/IeCommentDialog.py</Source>
-    <Source>ProjectDjangoTagsMenu/IfTagInputDialog.py</Source>
-    <Source>ProjectDjangoTagsMenu/LoremTagInputDialog.py</Source>
-    <Source>ProjectDjangoTagsMenu/MultiLineInputDialog.py</Source>
-    <Source>ProjectDjangoTagsMenu/TimezoneSelectionDialog.py</Source>
-    <Source>ProjectDjangoTagsMenu/__init__.py</Source>
-    <Source>__init__.py</Source>
-  </Sources>
-  <Forms>
-    <Form>ProjectDjangoTagsMenu/FindTemplateTagDialog.ui</Form>
-    <Form>ProjectDjangoTagsMenu/IeCommentDialog.ui</Form>
-    <Form>ProjectDjangoTagsMenu/IfTagInputDialog.ui</Form>
-    <Form>ProjectDjangoTagsMenu/LoremTagInputDialog.ui</Form>
-    <Form>ProjectDjangoTagsMenu/MultiLineInputDialog.ui</Form>
-    <Form>ProjectDjangoTagsMenu/TimezoneSelectionDialog.ui</Form>
-  </Forms>
-  <Translations>
-    <Translation>ProjectDjangoTagsMenu/i18n/djangotagsmenu_de.qm</Translation>
-    <Translation>ProjectDjangoTagsMenu/i18n/djangotagsmenu_de.ts</Translation>
-    <Translation>ProjectDjangoTagsMenu/i18n/djangotagsmenu_en.qm</Translation>
-    <Translation>ProjectDjangoTagsMenu/i18n/djangotagsmenu_en.ts</Translation>
-    <Translation>ProjectDjangoTagsMenu/i18n/djangotagsmenu_es.qm</Translation>
-    <Translation>ProjectDjangoTagsMenu/i18n/djangotagsmenu_es.ts</Translation>
-    <Translation>ProjectDjangoTagsMenu/i18n/djangotagsmenu_ru.qm</Translation>
-    <Translation>ProjectDjangoTagsMenu/i18n/djangotagsmenu_ru.ts</Translation>
-  </Translations>
-  <Others>
-    <Other>.hgignore</Other>
-    <Other>ChangeLog</Other>
-    <Other>PKGLIST</Other>
-    <Other>PluginDjangoTagsMenu.e4p</Other>
-    <Other>PluginProjectDjangoTagsMenu.zip</Other>
-    <Other>ProjectDjangoTagsMenu/Documentation/LICENSE.GPL3</Other>
-    <Other>ProjectDjangoTagsMenu/Documentation/source</Other>
-  </Others>
-  <MainScript>PluginProjectDjangoTagsMenu.py</MainScript>
-  <Vcs>
-    <VcsType>Mercurial</VcsType>
-    <VcsOptions>
-      <dict>
-        <key>
-          <string>add</string>
-        </key>
-        <value>
-          <list>
-            <string></string>
-          </list>
-        </value>
-        <key>
-          <string>checkout</string>
-        </key>
-        <value>
-          <list>
-            <string></string>
-          </list>
-        </value>
-        <key>
-          <string>commit</string>
-        </key>
-        <value>
-          <list>
-            <string></string>
-          </list>
-        </value>
-        <key>
-          <string>diff</string>
-        </key>
-        <value>
-          <list>
-            <string></string>
-          </list>
-        </value>
-        <key>
-          <string>export</string>
-        </key>
-        <value>
-          <list>
-            <string></string>
-          </list>
-        </value>
-        <key>
-          <string>global</string>
-        </key>
-        <value>
-          <list>
-            <string></string>
-          </list>
-        </value>
-        <key>
-          <string>history</string>
-        </key>
-        <value>
-          <list>
-            <string></string>
-          </list>
-        </value>
-        <key>
-          <string>log</string>
-        </key>
-        <value>
-          <list>
-            <string></string>
-          </list>
-        </value>
-        <key>
-          <string>remove</string>
-        </key>
-        <value>
-          <list>
-            <string></string>
-          </list>
-        </value>
-        <key>
-          <string>status</string>
-        </key>
-        <value>
-          <list>
-            <string></string>
-          </list>
-        </value>
-        <key>
-          <string>tag</string>
-        </key>
-        <value>
-          <list>
-            <string></string>
-          </list>
-        </value>
-        <key>
-          <string>update</string>
-        </key>
-        <value>
-          <list>
-            <string></string>
-          </list>
-        </value>
-      </dict>
-    </VcsOptions>
-  </Vcs>
-  <FiletypeAssociations>
-    <FiletypeAssociation pattern="*.idl" type="INTERFACES"/>
-    <FiletypeAssociation pattern="*.py" type="SOURCES"/>
-    <FiletypeAssociation pattern="*.py3" type="SOURCES"/>
-    <FiletypeAssociation pattern="*.pyw" type="SOURCES"/>
-    <FiletypeAssociation pattern="*.pyw3" type="SOURCES"/>
-    <FiletypeAssociation pattern="*.qm" type="TRANSLATIONS"/>
-    <FiletypeAssociation pattern="*.qrc" type="RESOURCES"/>
-    <FiletypeAssociation pattern="*.ts" type="TRANSLATIONS"/>
-    <FiletypeAssociation pattern="*.ui" type="FORMS"/>
-    <FiletypeAssociation pattern="*.ui.h" type="FORMS"/>
-    <FiletypeAssociation pattern="Ui_*.py" type="__IGNORE__"/>
-  </FiletypeAssociations>
-  <Documentation>
-    <DocumentationParams>
-      <dict>
-        <key>
-          <string>ERIC4DOC</string>
-        </key>
-        <value>
-          <dict>
-            <key>
-              <string>cssFile</string>
-            </key>
-            <value>
-              <string>%PYTHON%/eric6/CSSs/default.css</string>
-            </value>
-            <key>
-              <string>ignoreDirectories</string>
-            </key>
-            <value>
-              <list>
-                <string>.eric5project</string>
-                <string>.ropeproject</string>
-                <string>_eric5project</string>
-                <string>_ropeproject</string>
-                <string>.hg</string>
-                <string>.eric6project</string>
-              </list>
-            </value>
-            <key>
-              <string>ignoreFilePatterns</string>
-            </key>
-            <value>
-              <list>
-                <string>Ui_*.py</string>
-              </list>
-            </value>
-            <key>
-              <string>outputDirectory</string>
-            </key>
-            <value>
-              <string>ProjectDjangoTagsMenu/Documentation/source</string>
-            </value>
-            <key>
-              <string>qtHelpEnabled</string>
-            </key>
-            <value>
-              <bool>False</bool>
-            </value>
-            <key>
-              <string>useRecursion</string>
-            </key>
-            <value>
-              <bool>True</bool>
-            </value>
-          </dict>
-        </value>
-      </dict>
-    </DocumentationParams>
-  </Documentation>
-  <Checkers>
-    <CheckersParams>
-      <dict>
-        <key>
-          <string>Pep8Checker</string>
-        </key>
-        <value>
-          <dict>
-            <key>
-              <string>AnnotationsChecker</string>
-            </key>
-            <value>
-              <dict>
-                <key>
-                  <string>MaximumComplexity</string>
-                </key>
-                <value>
-                  <int>3</int>
-                </value>
-                <key>
-                  <string>MinimumCoverage</string>
-                </key>
-                <value>
-                  <int>75</int>
-                </value>
-              </dict>
-            </value>
-            <key>
-              <string>BlankLines</string>
-            </key>
-            <value>
-              <tuple>
-                <int>2</int>
-                <int>1</int>
-              </tuple>
-            </value>
-            <key>
-              <string>BuiltinsChecker</string>
-            </key>
-            <value>
-              <dict>
-                <key>
-                  <string>bytes</string>
-                </key>
-                <value>
-                  <list>
-                    <string>unicode</string>
-                  </list>
-                </value>
-                <key>
-                  <string>chr</string>
-                </key>
-                <value>
-                  <list>
-                    <string>unichr</string>
-                  </list>
-                </value>
-                <key>
-                  <string>str</string>
-                </key>
-                <value>
-                  <list>
-                    <string>unicode</string>
-                  </list>
-                </value>
-              </dict>
-            </value>
-            <key>
-              <string>CommentedCodeChecker</string>
-            </key>
-            <value>
-              <dict>
-                <key>
-                  <string>Aggressive</string>
-                </key>
-                <value>
-                  <bool>False</bool>
-                </value>
-              </dict>
-            </value>
-            <key>
-              <string>CopyrightAuthor</string>
-            </key>
-            <value>
-              <string></string>
-            </value>
-            <key>
-              <string>CopyrightMinFileSize</string>
-            </key>
-            <value>
-              <int>0</int>
-            </value>
-            <key>
-              <string>DocstringType</string>
-            </key>
-            <value>
-              <string>eric</string>
-            </value>
-            <key>
-              <string>EnabledCheckerCategories</string>
-            </key>
-            <value>
-              <string>C, D, E, M, N, S, W</string>
-            </value>
-            <key>
-              <string>ExcludeFiles</string>
-            </key>
-            <value>
-              <string>*/Ui_*.py, */*_rc.py</string>
-            </value>
-            <key>
-              <string>ExcludeMessages</string>
-            </key>
-            <value>
-              <string>C101,E265,E266,E305,E402,M811,N802,N803,N807,N808,N821,W293,W504,M305</string>
-            </value>
-            <key>
-              <string>FixCodes</string>
-            </key>
-            <value>
-              <string></string>
-            </value>
-            <key>
-              <string>FixIssues</string>
-            </key>
-            <value>
-              <bool>False</bool>
-            </value>
-            <key>
-              <string>FutureChecker</string>
-            </key>
-            <value>
-              <string></string>
-            </value>
-            <key>
-              <string>HangClosing</string>
-            </key>
-            <value>
-              <bool>False</bool>
-            </value>
-            <key>
-              <string>IncludeMessages</string>
-            </key>
-            <value>
-              <string></string>
-            </value>
-            <key>
-              <string>LineComplexity</string>
-            </key>
-            <value>
-              <int>20</int>
-            </value>
-            <key>
-              <string>LineComplexityScore</string>
-            </key>
-            <value>
-              <int>10</int>
-            </value>
-            <key>
-              <string>MaxCodeComplexity</string>
-            </key>
-            <value>
-              <int>10</int>
-            </value>
-            <key>
-              <string>MaxDocLineLength</string>
-            </key>
-            <value>
-              <int>79</int>
-            </value>
-            <key>
-              <string>MaxLineLength</string>
-            </key>
-            <value>
-              <int>79</int>
-            </value>
-            <key>
-              <string>NoFixCodes</string>
-            </key>
-            <value>
-              <string>E501</string>
-            </value>
-            <key>
-              <string>RepeatMessages</string>
-            </key>
-            <value>
-              <bool>True</bool>
-            </value>
-            <key>
-              <string>SecurityChecker</string>
-            </key>
-            <value>
-              <dict>
-                <key>
-                  <string>CheckTypedException</string>
-                </key>
-                <value>
-                  <bool>False</bool>
-                </value>
-                <key>
-                  <string>HardcodedTmpDirectories</string>
-                </key>
-                <value>
-                  <list>
-                    <string>/tmp</string>
-                    <string>/var/tmp</string>
-                    <string>/dev/shm</string>
-                    <string>~/tmp</string>
-                  </list>
-                </value>
-                <key>
-                  <string>InsecureHashes</string>
-                </key>
-                <value>
-                  <list>
-                    <string>md4</string>
-                    <string>md5</string>
-                    <string>sha</string>
-                    <string>sha1</string>
-                  </list>
-                </value>
-                <key>
-                  <string>InsecureSslProtocolVersions</string>
-                </key>
-                <value>
-                  <list>
-                    <string>PROTOCOL_SSLv2</string>
-                    <string>SSLv2_METHOD</string>
-                    <string>SSLv23_METHOD</string>
-                    <string>PROTOCOL_SSLv3</string>
-                    <string>PROTOCOL_TLSv1</string>
-                    <string>SSLv3_METHOD</string>
-                    <string>TLSv1_METHOD</string>
-                  </list>
-                </value>
-                <key>
-                  <string>WeakKeySizeDsaHigh</string>
-                </key>
-                <value>
-                  <string>1024</string>
-                </value>
-                <key>
-                  <string>WeakKeySizeDsaMedium</string>
-                </key>
-                <value>
-                  <string>2048</string>
-                </value>
-                <key>
-                  <string>WeakKeySizeEcHigh</string>
-                </key>
-                <value>
-                  <string>160</string>
-                </value>
-                <key>
-                  <string>WeakKeySizeEcMedium</string>
-                </key>
-                <value>
-                  <string>224</string>
-                </value>
-                <key>
-                  <string>WeakKeySizeRsaHigh</string>
-                </key>
-                <value>
-                  <string>1024</string>
-                </value>
-                <key>
-                  <string>WeakKeySizeRsaMedium</string>
-                </key>
-                <value>
-                  <string>2048</string>
-                </value>
-              </dict>
-            </value>
-            <key>
-              <string>ShowIgnored</string>
-            </key>
-            <value>
-              <bool>False</bool>
-            </value>
-            <key>
-              <string>ValidEncodings</string>
-            </key>
-            <value>
-              <string>latin-1, utf-8</string>
-            </value>
-          </dict>
-        </value>
-      </dict>
-    </CheckersParams>
-  </Checkers>
-</Project>
--- a/PluginDjangoTagsMenu.epj	Sat May 29 15:04:13 2021 +0200
+++ b/PluginDjangoTagsMenu.epj	Sun May 30 11:51:44 2021 +0200
@@ -113,14 +113,12 @@
     "DOCSTRING": "",
     "DOCUMENTATIONPARMS": {
       "ERIC4DOC": {
-        "cssFile": "%PYTHON%/eric6/CSSs/default.css",
+        "cssFile": "%PYTHON%/eric7/CSSs/default.css",
         "ignoreDirectories": [
-          ".eric5project",
           ".ropeproject",
-          "_eric5project",
-          "_ropeproject",
           ".hg",
-          ".eric6project"
+          ".eric6project",
+          ".eric7project"
         ],
         "ignoreFilePatterns": [
           "Ui_*.py"
@@ -133,17 +131,25 @@
     "EMAIL": "detlev@die-offenbachs.de",
     "EOL": 1,
     "FILETYPES": {
+      "*.epj": "OTHERS",
       "*.idl": "INTERFACES",
+      "*.md": "OTHERS",
+      "*.proto": "PROTOCOLS",
       "*.py": "SOURCES",
       "*.py3": "SOURCES",
       "*.pyw": "SOURCES",
       "*.pyw3": "SOURCES",
       "*.qm": "TRANSLATIONS",
-      "*.qrc": "RESOURCES",
+      "*.rst": "OTHERS",
       "*.ts": "TRANSLATIONS",
+      "*.txt": "OTHERS",
       "*.ui": "FORMS",
-      "*.ui.h": "FORMS",
-      "Ui_*.py": "__IGNORE__"
+      "GNUmakefile": "OTHERS",
+      "Makefile": "OTHERS",
+      "README": "OTHERS",
+      "README.*": "OTHERS",
+      "Ui_*.py": "__IGNORE__",
+      "makefile": "OTHERS"
     },
     "FORMS": [
       "ProjectDjangoTagsMenu/FindTemplateTagDialog.ui",
@@ -170,12 +176,11 @@
       "MakeTarget": "",
       "MakeTestOnly": true
     },
-    "MIXEDLANGUAGE": 0,
+    "MIXEDLANGUAGE": false,
     "OTHERS": [
       ".hgignore",
       "ChangeLog",
       "PKGLIST",
-      "PluginDjangoTagsMenu.e4p",
       "PluginProjectDjangoTagsMenu.zip",
       "ProjectDjangoTagsMenu/Documentation/LICENSE.GPL3",
       "ProjectDjangoTagsMenu/Documentation/source",
@@ -184,7 +189,7 @@
     "OTHERTOOLSPARMS": {},
     "PACKAGERSPARMS": {},
     "PROGLANGUAGE": "Python3",
-    "PROJECTTYPE": "E6Plugin",
+    "PROJECTTYPE": "E7Plugin",
     "PROJECTTYPESPECIFICDATA": {},
     "PROTOCOLS": [],
     "RCCPARAMS": {
@@ -268,6 +273,6 @@
       ]
     },
     "VCSOTHERDATA": {},
-    "VERSION": "0.x"
+    "VERSION": ""
   }
 }
\ No newline at end of file
--- a/PluginProjectDjangoTagsMenu.py	Sat May 29 15:04:13 2021 +0200
+++ b/PluginProjectDjangoTagsMenu.py	Sun May 30 11:51:44 2021 +0200
@@ -7,12 +7,13 @@
 Module implementing the Django tags menu plugin.
 """
 
+import contextlib
 import os
 
-from PyQt5.QtCore import QObject, QTranslator
-from PyQt5.QtWidgets import QMenu
+from PyQt6.QtCore import QObject, QTranslator
+from PyQt6.QtWidgets import QMenu
 
-from E5Gui.E5Application import e5App
+from EricWidgets.EricApplication import ericApp
 
 from ProjectDjangoTagsMenu.DjangoTagsMenuHandler import DjangoTagsMenuHandler
 
@@ -21,7 +22,7 @@
 author = "Detlev Offenbach <detlev@die-offenbachs.de>"
 autoactivate = True
 deactivateable = True
-version = "3.2.0"
+version = "1.0.0"
 className = "ProjectDjangoTagsMenuPlugin"
 packageName = "ProjectDjangoTagsMenu"
 shortDescription = "Tags menu for Django projects."
@@ -44,7 +45,8 @@
         """
         Constructor
         
-        @param ui reference to the user interface object (UI.UserInterface)
+        @param ui reference to the user interface object
+        @type UserInterface
         """
         super().__init__(ui)
         self.__ui = ui
@@ -72,12 +74,8 @@
         Private method to attach the menu to the Django menu.
         """
         if not self.__menuAttached:
-            try:
-                pluginObject = e5App().getPluginObject("ProjectDjango")
-            except KeyError:
-                pluginObject = None
-            
-            if pluginObject:
+            with contextlib.suppress(KeyError):
+                pluginObject = ericApp().getPluginObject("ProjectDjango")
                 djangoMenu = pluginObject.getMenu("main")
                 djangoDatabaseMenuAction = pluginObject.getMenu(
                     "database").menuAction()
@@ -92,12 +90,8 @@
         Private method to detach the menu from the Django menu.
         """
         if self.__menuAttached:
-            try:
-                pluginObject = e5App().getPluginObject("ProjectDjango")
-            except KeyError:
-                pluginObject = None
-            
-            if pluginObject:
+            with contextlib.suppress(KeyError):
+                pluginObject = ericApp().getPluginObject("ProjectDjango")
                 djangoMenu = pluginObject.getMenu("main")
                 djangoMenu.removeAction(self.__menuAction)
                 djangoMenu.removeAction(self.__menuSeparator)
@@ -110,9 +104,10 @@
         """
         Public method to activate this plugin.
         
-        @return tuple of None and activation status (boolean)
+        @return tuple of None and activation status
+        @rtype tuple of (None, bool)
         """
-        pluginManager = e5App().getObject("PluginManager")
+        pluginManager = ericApp().getObject("PluginManager")
         pluginManager.pluginActivated.connect(self.__pluginActivated)
         pluginManager.pluginAboutToBeDeactivated.connect(
             self.__pluginAboutToBeDeactivated)
@@ -120,7 +115,7 @@
         if pluginManager.isPluginActive("PluginProjectDjango"):
             self.__attachMenu()
         
-        e5App().getObject("Project").projectClosed.connect(
+        ericApp().getObject("Project").projectClosed.connect(
             self.__projectClosed)
         
         return None, True
@@ -129,13 +124,13 @@
         """
         Public method to deactivate this plugin.
         """
-        e5App().getObject("Project").projectClosed.disconnect(
+        ericApp().getObject("Project").projectClosed.disconnect(
             self.__projectClosed)
         
         self.__handler.closeAllWindows()
         self.__detachMenu()
         
-        pluginManager = e5App().getObject("PluginManager")
+        pluginManager = ericApp().getObject("PluginManager")
         pluginManager.pluginActivated.disconnect(self.__pluginActivated)
         pluginManager.pluginAboutToBeDeactivated.disconnect(
             self.__pluginAboutToBeDeactivated)
@@ -154,7 +149,7 @@
                 loaded = translator.load(translation, locale_dir)
                 if loaded:
                     self.__translator = translator
-                    e5App().installTranslator(self.__translator)
+                    ericApp().installTranslator(self.__translator)
                 else:
                     print("Warning: translation file '{0}' could not be"
                           " loaded.".format(translation))
@@ -170,8 +165,10 @@
         """
         Private slot to react on plugin activation of the Django plugin.
         
-        @param moduleName name of the module activated (string)
-        @param pluginObject reference to the activated plug-in object (object)
+        @param moduleName name of the module activated
+        @type str
+        @param pluginObject reference to the activated plug-in object
+        @type object
         """
         if moduleName == "PluginProjectDjango":
             self.__attachMenu()
@@ -180,9 +177,11 @@
         """
         Private slot to react on the Django plugin about to be deactivated.
         
-        @param moduleName name of the module about to be deactivated (string)
+        @param moduleName name of the module about to be deactivated
+        @type str
         @param pluginObject reference to the about to be deactivated
-            plug-in object (object)
+            plug-in object
+        @type object
         """
         if moduleName == "PluginProjectDjango":
             self.__handler.closeAllWindows()
Binary file PluginProjectDjangoTagsMenu.zip has changed
--- a/ProjectDjangoTagsMenu/DjangoTagInputDialog.py	Sat May 29 15:04:13 2021 +0200
+++ b/ProjectDjangoTagsMenu/DjangoTagInputDialog.py	Sun May 30 11:51:44 2021 +0200
@@ -7,10 +7,10 @@
 Module implementing a dialog to enter data for the creation of a tag.
 """
 
-from PyQt5.QtCore import Qt
-from PyQt5.QtWidgets import QDialog, QDialogButtonBox, QVBoxLayout, QLabel
-
-from E5Gui.E5LineEdit import E5ClearableLineEdit
+from PyQt6.QtCore import Qt
+from PyQt6.QtWidgets import (
+    QDialog, QDialogButtonBox, QVBoxLayout, QLabel, QLineEdit
+)
 
 
 class DjangoTagInputDialog(QDialog):
@@ -21,10 +21,12 @@
         """
         Constructor
         
-        @param labels list of labels for the entry fields (list of string)
-        @param defaults list of default values for the entry fields (list
-            of string)
-        @param parent reference to the parent widget (QWidget)
+        @param labels list of labels for the entry fields
+        @type list of str
+        @param defaults list of default values for the entry fields
+        @type list of str
+        @param parent reference to the parent widget
+        @type QWidget
         @exception RuntimeError raised to signal too many labels were given
         """
         super().__init__(parent)
@@ -38,14 +40,18 @@
         self.__topLayout = QVBoxLayout(self)
         for index, label in enumerate(labels):
             self.__topLayout.addWidget(QLabel(label, self))
-            entry = E5ClearableLineEdit(self)
+            entry = QLineEdit(self)
+            entry.setClearButtonEnabled(True)
             if defaults and index < len(defaults):
                 entry.setText(defaults[index])
             self.__inputs.append(entry)
             self.__topLayout.addWidget(entry)
         self.__buttonBox = QDialogButtonBox(
-            QDialogButtonBox.Ok | QDialogButtonBox.Cancel,
-            Qt.Horizontal, self)
+            QDialogButtonBox.StandardButton.Ok |
+            QDialogButtonBox.StandardButton.Cancel,
+            Qt.Orientation.Horizontal,
+            self
+        )
         self.__topLayout.addWidget(self.__buttonBox)
         
         self.resize(400, self.minimumSizeHint().height())
@@ -61,7 +67,8 @@
         """
         Public method to retrieve the entered data.
         
-        @return tuple containing the text of all entries (tuple of string)
+        @return tuple containing the text of all entries
+        @rtype tuple of str
         """
         data = [input.text().strip() for input in self.__inputs]
         return tuple(data)
@@ -71,21 +78,24 @@
         """
         Public static method to create the dialog and return the entered data.
         
-        @param parent reference to the parent widget (QWidget)
-        @param title title of the dialog (string)
-        @param labels list of labels for the entry fields (list of string)
-        @param defaults list of default values for the entry fields (list
-            of string)
+        @param parent reference to the parent widget
+        @type QWidget
+        @param title title of the dialog
+        @type str
+        @param labels list of labels for the entry fields
+        @type list of str
+        @param defaults list of default values for the entry fields
+        @type list of str
         @return tuple of a tuple containing the text of all entries
-            (tuple of string) and a flag indicating the acceptance
-            state (boolean)
+            and a flag indicating the acceptance state
+        @rtype tuple of (tuple of str, bool)
         """
         if defaults is None:
             defaults = []
         
         dlg = DjangoTagInputDialog(labels, defaults, parent)
         dlg.setWindowTitle(title)
-        if dlg.exec() == QDialog.Accepted:
+        if dlg.exec() == QDialog.DialogCode.Accepted:
             return dlg.getData(), True
         else:
             return (), False
--- a/ProjectDjangoTagsMenu/DjangoTagsMenuHandler.py	Sat May 29 15:04:13 2021 +0200
+++ b/ProjectDjangoTagsMenu/DjangoTagsMenuHandler.py	Sun May 30 11:51:44 2021 +0200
@@ -10,11 +10,11 @@
 import os
 import datetime
 
-from PyQt5.QtCore import QObject
-from PyQt5.QtWidgets import QMenu, QInputDialog, QDialog, QApplication
+from PyQt6.QtCore import QObject
+from PyQt6.QtWidgets import QMenu, QInputDialog, QDialog, QApplication
 
-from E5Gui.E5Application import e5App
-from E5Gui import E5FileDialog, E5MessageBox
+from EricWidgets.EricApplication import ericApp
+from EricWidgets import EricFileDialog, EricMessageBox
 
 from .DjangoTagInputDialog import DjangoTagInputDialog
 
@@ -29,8 +29,10 @@
         """
         Constructor
         
-        @param ui reference to the user interface object (UI.UserInterface)
-        @param parent reference to the parent object (QObject)
+        @param ui reference to the user interface object
+        @type UserInterface
+        @param parent reference to the parent object
+        @type QObject
         """
         super().__init__(parent)
         self.__ui = ui
@@ -48,7 +50,8 @@
         """
         Public method to initialize the various menus.
         
-        @param mainMenu reference to the main tags menu (QMenu)
+        @param mainMenu reference to the main tags menu
+        @type QMenu
         """
         mainMenu.addAction(self.tr("Django Template Tags Locator"),
                            self.__findTemplateTag)
@@ -67,7 +70,8 @@
         """
         Private method to initialize the tags menu.
         
-        @return generated menu (QMenu)
+        @return generated menu
+        @rtype QMenu
         """
         menu = QMenu(self.tr("Tags"))
         menu.addAction(
@@ -185,7 +189,8 @@
         """
         Private method to initialize the filters menu.
         
-        @return generated menu (QMenu)
+        @return generated menu
+        @rtype QMenu
         """
         mainMenu = QMenu(self.tr("Filters"))
         
@@ -392,7 +397,8 @@
         """
         Private method to initialize the humanize menu.
         
-        @return generated menu (QMenu)
+        @return generated menu
+        @rtype QMenu
         """
         menu = QMenu(self.tr("Humanize"))
         menu.addAction(
@@ -428,7 +434,8 @@
         """
         Private method to initialize the web design menu.
         
-        @return generated menu (QMenu)
+        @return generated menu
+        @rtype QMenu
         """
         menu = QMenu(self.tr("Web Design"))
         menu.addAction(
@@ -446,7 +453,8 @@
         """
         Private method to initialize the static menu.
         
-        @return generated menu (QMenu)
+        @return generated menu
+        @rtype QMenu
         """
         menu = QMenu(self.tr("Static"))
         menu.addAction(
@@ -473,7 +481,8 @@
         """
         Private method to initialize the comments menu.
         
-        @return generated menu (QMenu)
+        @return generated menu
+        @rtype QMenu
         """
         menu = QMenu(self.tr("Comment"))
         menu.addAction(
@@ -519,7 +528,8 @@
         """
         Private method to initialize the static menu.
         
-        @return generated menu (QMenu)
+        @return generated menu
+        @rtype QMenu
         """
         mainMenu = QMenu(self.tr("Internationalization (i18n)"))
         mainMenu.addAction(
@@ -586,7 +596,8 @@
         """
         Private method to initialize the static menu.
         
-        @return generated menu (QMenu)
+        @return generated menu
+        @rtype QMenu
         """
         mainMenu = QMenu(self.tr("Localization (l10n)"))
         mainMenu.addAction(
@@ -619,7 +630,8 @@
         """
         Private method to initialize the static menu.
         
-        @return generated menu (QMenu)
+        @return generated menu
+        @rtype QMenu
         """
         mainMenu = QMenu(self.tr("Timezone (tz)"))
         mainMenu.addAction(
@@ -677,9 +689,10 @@
         """
         Private slot to generate and insert the template text.
         
-        @param tag name of the tag to insert (string)
+        @param tag name of the tag to insert
+        @type str
         """
-        editor = e5App().getObject("ViewManager").activeWindow()
+        editor = ericApp().getObject("ViewManager").activeWindow()
         if editor is None:
             return
         
@@ -698,10 +711,13 @@
         """
         Private slot to generate the template text.
         
-        @param tag name of the tag to insert (string)
-        @param selectedText selected text of the current editor (string)
-        @return tuple of generated template text (string), a flag indicating
-            to perform a replace operation (boolean)
+        @param tag name of the tag to insert
+        @type str
+        @param selectedText selected text of the current editor
+        @type str
+        @return tuple of generated template text, a flag indicating to perform
+            a replace operation
+        @rtype tuple of (str, bool)
         """
         replace = False         # safe value
         ok = True
@@ -807,7 +823,7 @@
         elif tag == "if":
             from .IfTagInputDialog import IfTagInputDialog
             dlg = IfTagInputDialog()
-            if dlg.exec() == QDialog.Accepted:
+            if dlg.exec() == QDialog.DialogCode.Accepted:
                 templateText = dlg.getTag()
         elif tag == "ifchanged":
             data, ok = DjangoTagInputDialog.getText(
@@ -901,7 +917,7 @@
             if ok:
                 templateText = '{{% ssi "{0}" parsed %}}'.format(data[0])
         elif tag == "ssifile":
-            ssi = E5FileDialog.getOpenFileName(
+            ssi = EricFileDialog.getOpenFileName(
                 None,
                 self.tr("SSI"),
                 os.path.expanduser("~"),
@@ -1307,7 +1323,7 @@
         elif tag == "lorem":
             from .LoremTagInputDialog import LoremTagInputDialog
             dlg = LoremTagInputDialog()
-            if dlg.exec() == QDialog.Accepted:
+            if dlg.exec() == QDialog.DialogCode.Accepted:
                 templateText = "{{% {0} %}}".format(dlg.getTag())
         
         ####################################################
@@ -1372,7 +1388,7 @@
             templateText = '{{% comment %}} {0} {{% endcomment %}}'.format(
                 QApplication.clipboard().text().strip())
         elif tag == "multilinecommentfile":
-            filename = E5FileDialog.getOpenFileName(
+            filename = EricFileDialog.getOpenFileName(
                 None,
                 self.tr("Comment File"),
                 Utilities.getHomeDir(),
@@ -1385,7 +1401,7 @@
                         '{{% comment %}} {0} {{% endcomment %}}'.format(
                             comment))
                 except (IOError, OSError) as err:
-                    E5MessageBox.critical(
+                    EricMessageBox.critical(
                         None,
                         self.tr("Comment File"),
                         self.tr("""<p>The file <b>{0}</b> could not be"""
--- a/ProjectDjangoTagsMenu/Documentation/source/Plugin_Project_Django_Tags_Menu.PluginProjectDjangoTagsMenu.html	Sat May 29 15:04:13 2021 +0200
+++ b/ProjectDjangoTagsMenu/Documentation/source/Plugin_Project_Django_Tags_Menu.PluginProjectDjangoTagsMenu.html	Sun May 30 11:51:44 2021 +0200
@@ -124,9 +124,9 @@
 </p>
 <dl>
 
-<dt><i>ui</i></dt>
+<dt><i>ui</i> (UserInterface)</dt>
 <dd>
-reference to the user interface object (UI.UserInterface)
+reference to the user interface object
 </dd>
 </dl>
 <a NAME="ProjectDjangoTagsMenuPlugin.__attachMenu" ID="ProjectDjangoTagsMenuPlugin.__attachMenu"></a>
@@ -166,14 +166,14 @@
 </p>
 <dl>
 
-<dt><i>moduleName</i></dt>
+<dt><i>moduleName</i> (str)</dt>
 <dd>
-name of the module about to be deactivated (string)
+name of the module about to be deactivated
 </dd>
-<dt><i>pluginObject</i></dt>
+<dt><i>pluginObject</i> (object)</dt>
 <dd>
 reference to the about to be deactivated
-            plug-in object (object)
+            plug-in object
 </dd>
 </dl>
 <a NAME="ProjectDjangoTagsMenuPlugin.__pluginActivated" ID="ProjectDjangoTagsMenuPlugin.__pluginActivated"></a>
@@ -185,13 +185,13 @@
 </p>
 <dl>
 
-<dt><i>moduleName</i></dt>
+<dt><i>moduleName</i> (str)</dt>
 <dd>
-name of the module activated (string)
+name of the module activated
 </dd>
-<dt><i>pluginObject</i></dt>
+<dt><i>pluginObject</i> (object)</dt>
 <dd>
-reference to the activated plug-in object (object)
+reference to the activated plug-in object
 </dd>
 </dl>
 <a NAME="ProjectDjangoTagsMenuPlugin.__projectClosed" ID="ProjectDjangoTagsMenuPlugin.__projectClosed"></a>
@@ -211,7 +211,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-tuple of None and activation status (boolean)
+tuple of None and activation status
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+tuple of (None, bool)
 </dd>
 </dl>
 <a NAME="ProjectDjangoTagsMenuPlugin.deactivate" ID="ProjectDjangoTagsMenuPlugin.deactivate"></a>
--- a/ProjectDjangoTagsMenu/Documentation/source/Plugin_Project_Django_Tags_Menu.ProjectDjangoTagsMenu.DjangoTagInputDialog.html	Sat May 29 15:04:13 2021 +0200
+++ b/ProjectDjangoTagsMenu/Documentation/source/Plugin_Project_Django_Tags_Menu.ProjectDjangoTagsMenu.DjangoTagInputDialog.html	Sun May 30 11:51:44 2021 +0200
@@ -96,18 +96,17 @@
 </p>
 <dl>
 
-<dt><i>labels</i></dt>
+<dt><i>labels</i> (list of str)</dt>
 <dd>
-list of labels for the entry fields (list of string)
+list of labels for the entry fields
 </dd>
-<dt><i>defaults</i></dt>
+<dt><i>defaults</i> (list of str)</dt>
 <dd>
-list of default values for the entry fields (list
-            of string)
+list of default values for the entry fields
 </dd>
-<dt><i>parent</i></dt>
+<dt><i>parent</i> (QWidget)</dt>
 <dd>
-reference to the parent widget (QWidget)
+reference to the parent widget
 </dd>
 </dl>
 <dl>
@@ -127,7 +126,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-tuple containing the text of all entries (tuple of string)
+tuple containing the text of all entries
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+tuple of str
 </dd>
 </dl>
 <a NAME="DjangoTagInputDialog.getText" ID="DjangoTagInputDialog.getText"></a>
@@ -139,30 +144,34 @@
 </p>
 <dl>
 
-<dt><i>parent</i></dt>
+<dt><i>parent</i> (QWidget)</dt>
 <dd>
-reference to the parent widget (QWidget)
+reference to the parent widget
 </dd>
-<dt><i>title</i></dt>
+<dt><i>title</i> (str)</dt>
 <dd>
-title of the dialog (string)
+title of the dialog
 </dd>
-<dt><i>labels</i></dt>
+<dt><i>labels</i> (list of str)</dt>
 <dd>
-list of labels for the entry fields (list of string)
+list of labels for the entry fields
 </dd>
-<dt><i>defaults</i></dt>
+<dt><i>defaults</i> (list of str)</dt>
 <dd>
-list of default values for the entry fields (list
-            of string)
+list of default values for the entry fields
 </dd>
 </dl>
 <dl>
 <dt>Return:</dt>
 <dd>
 tuple of a tuple containing the text of all entries
-            (tuple of string) and a flag indicating the acceptance
-            state (boolean)
+            and a flag indicating the acceptance state
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+tuple of (tuple of str, bool)
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>
--- a/ProjectDjangoTagsMenu/Documentation/source/Plugin_Project_Django_Tags_Menu.ProjectDjangoTagsMenu.DjangoTagsMenuHandler.html	Sat May 29 15:04:13 2021 +0200
+++ b/ProjectDjangoTagsMenu/Documentation/source/Plugin_Project_Django_Tags_Menu.ProjectDjangoTagsMenu.DjangoTagsMenuHandler.html	Sun May 30 11:51:44 2021 +0200
@@ -144,13 +144,13 @@
 </p>
 <dl>
 
-<dt><i>ui</i></dt>
+<dt><i>ui</i> (UserInterface)</dt>
 <dd>
-reference to the user interface object (UI.UserInterface)
+reference to the user interface object
 </dd>
-<dt><i>parent</i></dt>
+<dt><i>parent</i> (QObject)</dt>
 <dd>
-reference to the parent object (QObject)
+reference to the parent object
 </dd>
 </dl>
 <a NAME="DjangoTagsMenuHandler.__applyTemplate" ID="DjangoTagsMenuHandler.__applyTemplate"></a>
@@ -162,9 +162,9 @@
 </p>
 <dl>
 
-<dt><i>tag</i></dt>
+<dt><i>tag</i> (str)</dt>
 <dd>
-name of the tag to insert (string)
+name of the tag to insert
 </dd>
 </dl>
 <a NAME="DjangoTagsMenuHandler.__findTemplateTag" ID="DjangoTagsMenuHandler.__findTemplateTag"></a>
@@ -183,20 +183,26 @@
 </p>
 <dl>
 
-<dt><i>tag</i></dt>
+<dt><i>tag</i> (str)</dt>
 <dd>
-name of the tag to insert (string)
+name of the tag to insert
 </dd>
-<dt><i>selectedText</i></dt>
+<dt><i>selectedText</i> (str)</dt>
 <dd>
-selected text of the current editor (string)
+selected text of the current editor
 </dd>
 </dl>
 <dl>
 <dt>Return:</dt>
 <dd>
-tuple of generated template text (string), a flag indicating
-            to perform a replace operation (boolean)
+tuple of generated template text, a flag indicating to perform
+            a replace operation
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+tuple of (str, bool)
 </dd>
 </dl>
 <a NAME="DjangoTagsMenuHandler.__initCommentsMenu" ID="DjangoTagsMenuHandler.__initCommentsMenu"></a>
@@ -209,7 +215,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-generated menu (QMenu)
+generated menu
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+QMenu
 </dd>
 </dl>
 <a NAME="DjangoTagsMenuHandler.__initFiltersMenu" ID="DjangoTagsMenuHandler.__initFiltersMenu"></a>
@@ -222,7 +234,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-generated menu (QMenu)
+generated menu
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+QMenu
 </dd>
 </dl>
 <a NAME="DjangoTagsMenuHandler.__initHumanizeMenu" ID="DjangoTagsMenuHandler.__initHumanizeMenu"></a>
@@ -235,7 +253,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-generated menu (QMenu)
+generated menu
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+QMenu
 </dd>
 </dl>
 <a NAME="DjangoTagsMenuHandler.__initInternationalizationMenu" ID="DjangoTagsMenuHandler.__initInternationalizationMenu"></a>
@@ -248,7 +272,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-generated menu (QMenu)
+generated menu
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+QMenu
 </dd>
 </dl>
 <a NAME="DjangoTagsMenuHandler.__initLocalizationMenu" ID="DjangoTagsMenuHandler.__initLocalizationMenu"></a>
@@ -261,7 +291,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-generated menu (QMenu)
+generated menu
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+QMenu
 </dd>
 </dl>
 <a NAME="DjangoTagsMenuHandler.__initStaticMenu" ID="DjangoTagsMenuHandler.__initStaticMenu"></a>
@@ -274,7 +310,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-generated menu (QMenu)
+generated menu
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+QMenu
 </dd>
 </dl>
 <a NAME="DjangoTagsMenuHandler.__initTagsMenu" ID="DjangoTagsMenuHandler.__initTagsMenu"></a>
@@ -287,7 +329,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-generated menu (QMenu)
+generated menu
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+QMenu
 </dd>
 </dl>
 <a NAME="DjangoTagsMenuHandler.__initTimezoneMenu" ID="DjangoTagsMenuHandler.__initTimezoneMenu"></a>
@@ -300,7 +348,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-generated menu (QMenu)
+generated menu
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+QMenu
 </dd>
 </dl>
 <a NAME="DjangoTagsMenuHandler.__initWebDesignMenu" ID="DjangoTagsMenuHandler.__initWebDesignMenu"></a>
@@ -313,7 +367,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-generated menu (QMenu)
+generated menu
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+QMenu
 </dd>
 </dl>
 <a NAME="DjangoTagsMenuHandler.closeAllWindows" ID="DjangoTagsMenuHandler.closeAllWindows"></a>
@@ -332,9 +392,9 @@
 </p>
 <dl>
 
-<dt><i>mainMenu</i></dt>
+<dt><i>mainMenu</i> (QMenu)</dt>
 <dd>
-reference to the main tags menu (QMenu)
+reference to the main tags menu
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>
--- a/ProjectDjangoTagsMenu/Documentation/source/Plugin_Project_Django_Tags_Menu.ProjectDjangoTagsMenu.FindTemplateTagDialog.html	Sat May 29 15:04:13 2021 +0200
+++ b/ProjectDjangoTagsMenu/Documentation/source/Plugin_Project_Django_Tags_Menu.ProjectDjangoTagsMenu.FindTemplateTagDialog.html	Sun May 30 11:51:44 2021 +0200
@@ -105,9 +105,9 @@
 </p>
 <dl>
 
-<dt><i>parent</i></dt>
+<dt><i>parent</i> (QWidget)</dt>
 <dd>
-reference to the parent widget (QWidget)
+reference to the parent widget
 </dd>
 </dl>
 <a NAME="FindTemplateTagDialog.on_createButton_clicked" ID="FindTemplateTagDialog.on_createButton_clicked"></a>
--- a/ProjectDjangoTagsMenu/Documentation/source/Plugin_Project_Django_Tags_Menu.ProjectDjangoTagsMenu.IeCommentDialog.html	Sat May 29 15:04:13 2021 +0200
+++ b/ProjectDjangoTagsMenu/Documentation/source/Plugin_Project_Django_Tags_Menu.ProjectDjangoTagsMenu.IeCommentDialog.html	Sun May 30 11:51:44 2021 +0200
@@ -96,9 +96,9 @@
 </p>
 <dl>
 
-<dt><i>parent</i></dt>
+<dt><i>parent</i> (QWidget)</dt>
 <dd>
-reference to the parent widget (QWidget)
+reference to the parent widget
 </dd>
 </dl>
 <a NAME="IeCommentDialog.getData" ID="IeCommentDialog.getData"></a>
@@ -111,7 +111,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-tuple of condition (string) and version (integer)
+tuple of condition and version
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+tuple of (str, int)
 </dd>
 </dl>
 <a NAME="IeCommentDialog.getTag" ID="IeCommentDialog.getTag"></a>
@@ -123,16 +129,21 @@
 </p>
 <dl>
 
-<dt><i>selectedText</i></dt>
+<dt><i>selectedText</i> (str)</dt>
 <dd>
-selected text to embed (string)
+selected text to embed
 </dd>
 </dl>
 <dl>
 <dt>Return:</dt>
 <dd>
-formatted tag (string) and  a flag indicating the acceptance
-            state (boolean)
+formatted tag and  a flag indicating the acceptance state
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+tuple of (str, bool)
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>
--- a/ProjectDjangoTagsMenu/Documentation/source/Plugin_Project_Django_Tags_Menu.ProjectDjangoTagsMenu.IfTagInputDialog.html	Sat May 29 15:04:13 2021 +0200
+++ b/ProjectDjangoTagsMenu/Documentation/source/Plugin_Project_Django_Tags_Menu.ProjectDjangoTagsMenu.IfTagInputDialog.html	Sun May 30 11:51:44 2021 +0200
@@ -96,9 +96,9 @@
 </p>
 <dl>
 
-<dt><i>parent</i></dt>
+<dt><i>parent</i> (QWidget)</dt>
 <dd>
-reference to the parent widget (QWidget)
+reference to the parent widget
 </dd>
 </dl>
 <a NAME="IfTagInputDialog.getTag" ID="IfTagInputDialog.getTag"></a>
@@ -111,7 +111,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-tag (string)
+tag
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+str
 </dd>
 </dl>
 <a NAME="IfTagInputDialog.on_ifEdit_textChanged" ID="IfTagInputDialog.on_ifEdit_textChanged"></a>
@@ -123,9 +129,9 @@
 </p>
 <dl>
 
-<dt><i>txt</i></dt>
+<dt><i>txt</i> (str)</dt>
 <dd>
-text of the line edit (string)
+text of the line edit
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>
--- a/ProjectDjangoTagsMenu/Documentation/source/Plugin_Project_Django_Tags_Menu.ProjectDjangoTagsMenu.LoremTagInputDialog.html	Sat May 29 15:04:13 2021 +0200
+++ b/ProjectDjangoTagsMenu/Documentation/source/Plugin_Project_Django_Tags_Menu.ProjectDjangoTagsMenu.LoremTagInputDialog.html	Sun May 30 11:51:44 2021 +0200
@@ -92,9 +92,9 @@
 </p>
 <dl>
 
-<dt><i>parent</i></dt>
+<dt><i>parent</i> (QWidget)</dt>
 <dd>
-reference to the parent widget (QWidget)
+reference to the parent widget
 </dd>
 </dl>
 <a NAME="LoremTagInputDialog.getTag" ID="LoremTagInputDialog.getTag"></a>
@@ -107,7 +107,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-tag string (string)
+tag string
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+str
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>
--- a/ProjectDjangoTagsMenu/Documentation/source/Plugin_Project_Django_Tags_Menu.ProjectDjangoTagsMenu.MultiLineInputDialog.html	Sat May 29 15:04:13 2021 +0200
+++ b/ProjectDjangoTagsMenu/Documentation/source/Plugin_Project_Django_Tags_Menu.ProjectDjangoTagsMenu.MultiLineInputDialog.html	Sun May 30 11:51:44 2021 +0200
@@ -96,17 +96,17 @@
 </p>
 <dl>
 
-<dt><i>label</i></dt>
+<dt><i>label</i> (str)</dt>
 <dd>
-label for the entry field (string)
+label for the entry field
 </dd>
-<dt><i>default</i></dt>
+<dt><i>default</i> (str)</dt>
 <dd>
-default value for the entry field (string)
+default value for the entry field
 </dd>
-<dt><i>parent</i></dt>
+<dt><i>parent</i> (QWidget)</dt>
 <dd>
-reference to the parent widget (QWidget)
+reference to the parent widget
 </dd>
 </dl>
 <a NAME="MultiLineInputDialog.getData" ID="MultiLineInputDialog.getData"></a>
@@ -119,7 +119,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-multi line text (string)
+multi line text
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+str
 </dd>
 </dl>
 <a NAME="MultiLineInputDialog.getText" ID="MultiLineInputDialog.getText"></a>
@@ -132,28 +138,33 @@
 </p>
 <dl>
 
-<dt><i>parent</i></dt>
+<dt><i>parent</i> (QWidget)</dt>
 <dd>
-reference to the parent widget (QWidget)
+reference to the parent widget
 </dd>
-<dt><i>title</i></dt>
+<dt><i>title</i> (str)</dt>
 <dd>
-title of the dialog (string)
+title of the dialog
 </dd>
-<dt><i>label</i></dt>
+<dt><i>label</i> (str)</dt>
 <dd>
-label for the entry field (string)
+label for the entry field
 </dd>
-<dt><i>default</i></dt>
+<dt><i>default</i> (str)</dt>
 <dd>
-default value for the entry field (string)
+default value for the entry field
 </dd>
 </dl>
 <dl>
 <dt>Return:</dt>
 <dd>
-multi line text (string) and a flag indicating the acceptance
-            state (boolean)
+multi line text and a flag indicating the acceptance state
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+tuple of (str, bool)
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>
--- a/ProjectDjangoTagsMenu/Documentation/source/Plugin_Project_Django_Tags_Menu.ProjectDjangoTagsMenu.TimezoneSelectionDialog.html	Sat May 29 15:04:13 2021 +0200
+++ b/ProjectDjangoTagsMenu/Documentation/source/Plugin_Project_Django_Tags_Menu.ProjectDjangoTagsMenu.TimezoneSelectionDialog.html	Sun May 30 11:51:44 2021 +0200
@@ -85,7 +85,7 @@
 <td>Private slot handling a change of the city selection.</td>
 </tr>
 <tr>
-<td><a href="#TimezoneSelectionDialog.on_regionCombo_currentIndexChanged">on_regionCombo_currentIndexChanged</a></td>
+<td><a href="#TimezoneSelectionDialog.on_regionCombo_currentTextChanged">on_regionCombo_currentTextChanged</a></td>
 <td>Private slot handling the selection of a time zone region.</td>
 </tr>
 </table>
@@ -108,9 +108,9 @@
 </p>
 <dl>
 
-<dt><i>parent</i></dt>
+<dt><i>parent</i> (QWidget)</dt>
 <dd>
-reference to the parent widget (QWidget)
+reference to the parent widget
 </dd>
 </dl>
 <a NAME="TimezoneSelectionDialog.__updateOK" ID="TimezoneSelectionDialog.__updateOK"></a>
@@ -130,7 +130,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-selected time zone (string)
+selected time zone
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+str
 </dd>
 </dl>
 <a NAME="TimezoneSelectionDialog.on_cityList_itemSelectionChanged" ID="TimezoneSelectionDialog.on_cityList_itemSelectionChanged"></a>
@@ -140,18 +146,18 @@
 <p>
         Private slot handling a change of the city selection.
 </p>
-<a NAME="TimezoneSelectionDialog.on_regionCombo_currentIndexChanged" ID="TimezoneSelectionDialog.on_regionCombo_currentIndexChanged"></a>
-<h4>TimezoneSelectionDialog.on_regionCombo_currentIndexChanged</h4>
-<b>on_regionCombo_currentIndexChanged</b>(<i>region</i>)
+<a NAME="TimezoneSelectionDialog.on_regionCombo_currentTextChanged" ID="TimezoneSelectionDialog.on_regionCombo_currentTextChanged"></a>
+<h4>TimezoneSelectionDialog.on_regionCombo_currentTextChanged</h4>
+<b>on_regionCombo_currentTextChanged</b>(<i>region</i>)
 
 <p>
         Private slot handling the selection of a time zone region.
 </p>
 <dl>
 
-<dt><i>region</i></dt>
+<dt><i>region</i> (str)</dt>
 <dd>
-selected region (string)
+selected region
 </dd>
 </dl>
 <a NAME="TimezoneSelectionDialog.getTimezone" ID="TimezoneSelectionDialog.getTimezone"></a>
@@ -163,16 +169,22 @@
 </p>
 <dl>
 
-<dt><i>parent</i></dt>
+<dt><i>parent</i> (QWidget)</dt>
 <dd>
-reference to the parent widget (QWidget)
+reference to the parent widget
 </dd>
 </dl>
 <dl>
 <dt>Return:</dt>
 <dd>
-tuple of selected time zone (string) and flag indicating
-            the acceptance state (boolean)
+tuple of selected time zone and flag indicating the acceptance
+            state
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+tuple of (str, bool)
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>
--- a/ProjectDjangoTagsMenu/FindTemplateTagDialog.py	Sat May 29 15:04:13 2021 +0200
+++ b/ProjectDjangoTagsMenu/FindTemplateTagDialog.py	Sun May 30 11:51:44 2021 +0200
@@ -7,8 +7,8 @@
 Module implementing a dialog to search foe template tags.
 """
 
-from PyQt5.QtCore import pyqtSignal, pyqtSlot
-from PyQt5.QtWidgets import QDialog, QCompleter
+from PyQt6.QtCore import pyqtSignal, pyqtSlot
+from PyQt6.QtWidgets import QDialog, QCompleter
 
 from .Ui_FindTemplateTagDialog import Ui_FindTemplateTagDialog
 
@@ -26,7 +26,8 @@
         """
         Constructor
         
-        @param parent reference to the parent widget (QWidget)
+        @param parent reference to the parent widget
+        @type QWidget
         """
         super().__init__(parent)
         self.setupUi(self)
@@ -88,7 +89,8 @@
             'timezone_unset', 'get_current_timezone', 'localtime', 'utc',
             'timezone',
         ), self)
-        self.__completer.setCompletionMode(QCompleter.PopupCompletion)
+        self.__completer.setCompletionMode(
+            QCompleter.CompletionMode.PopupCompletion)
         self.__completer.setCaseSensitivity(False)
         self.tagEdit.setCompleter(self.__completer)
         
--- a/ProjectDjangoTagsMenu/FindTemplateTagDialog.ui	Sat May 29 15:04:13 2021 +0200
+++ b/ProjectDjangoTagsMenu/FindTemplateTagDialog.ui	Sun May 30 11:51:44 2021 +0200
@@ -7,7 +7,7 @@
     <x>0</x>
     <y>0</y>
     <width>500</width>
-    <height>132</height>
+    <height>134</height>
    </rect>
   </property>
   <property name="windowTitle">
@@ -25,13 +25,16 @@
     </widget>
    </item>
    <item>
-    <widget class="E5ClearableLineEdit" name="tagEdit">
+    <widget class="QLineEdit" name="tagEdit">
      <property name="toolTip">
       <string>Type to find tag</string>
      </property>
      <property name="placeholderText">
       <string>Type to find tag</string>
      </property>
+     <property name="clearButtonEnabled">
+      <bool>true</bool>
+     </property>
     </widget>
    </item>
    <item>
@@ -92,13 +95,6 @@
    </item>
   </layout>
  </widget>
- <customwidgets>
-  <customwidget>
-   <class>E5ClearableLineEdit</class>
-   <extends>QLineEdit</extends>
-   <header>E5Gui/E5LineEdit.h</header>
-  </customwidget>
- </customwidgets>
  <tabstops>
   <tabstop>tagEdit</tabstop>
   <tabstop>createButton</tabstop>
--- a/ProjectDjangoTagsMenu/IeCommentDialog.py	Sat May 29 15:04:13 2021 +0200
+++ b/ProjectDjangoTagsMenu/IeCommentDialog.py	Sun May 30 11:51:44 2021 +0200
@@ -7,7 +7,7 @@
 Module implementing a dialog to enter data for an IE comment.
 """
 
-from PyQt5.QtWidgets import QDialog
+from PyQt6.QtWidgets import QDialog
 
 from .Ui_IeCommentDialog import Ui_IeCommentDialog
 
@@ -20,7 +20,8 @@
         """
         Constructor
         
-        @param parent reference to the parent widget (QWidget)
+        @param parent reference to the parent widget
+        @type QWidget
         """
         super().__init__(parent)
         self.setupUi(self)
@@ -36,7 +37,8 @@
         """
         Public method to retrieve the entered data.
         
-        @return tuple of condition (string) and version (integer)
+        @return tuple of condition and version
+        @rtype tuple of (str, int)
         """
         return (self.conditionalComboBox.itemData(
             self.conditionalComboBox.currentIndex()),
@@ -47,12 +49,13 @@
         """
         Public static method to get the formatted tag.
         
-        @param selectedText selected text to embed (string)
-        @return formatted tag (string) and  a flag indicating the acceptance
-            state (boolean)
+        @param selectedText selected text to embed
+        @type str
+        @return formatted tag and  a flag indicating the acceptance state
+        @rtype tuple of (str, bool)
         """
         dlg = IeCommentDialog()
-        if dlg.exec() == QDialog.Accepted:
+        if dlg.exec() == QDialog.DialogCode.Accepted:
             condition, version = dlg.getData()
             tag = '[if{0} IE {1}]> {2} <![endif]'.format(
                 condition, version, selectedText)
--- a/ProjectDjangoTagsMenu/IfTagInputDialog.py	Sat May 29 15:04:13 2021 +0200
+++ b/ProjectDjangoTagsMenu/IfTagInputDialog.py	Sun May 30 11:51:44 2021 +0200
@@ -7,8 +7,8 @@
 Module implementing a dialog to enter the parameters for the if tag.
 """
 
-from PyQt5.QtCore import pyqtSlot
-from PyQt5.QtWidgets import QDialog, QDialogButtonBox
+from PyQt6.QtCore import pyqtSlot
+from PyQt6.QtWidgets import QDialog, QDialogButtonBox
 
 from .Ui_IfTagInputDialog import Ui_IfTagInputDialog
 
@@ -21,27 +21,32 @@
         """
         Constructor
         
-        @param parent reference to the parent widget (QWidget)
+        @param parent reference to the parent widget
+        @type QWidget
         """
         super().__init__(parent)
         self.setupUi(self)
         
-        self.buttonBox.button(QDialogButtonBox.Ok).setEnabled(False)
+        self.buttonBox.button(
+            QDialogButtonBox.StandardButton.Ok).setEnabled(False)
     
     @pyqtSlot(str)
     def on_ifEdit_textChanged(self, txt):
         """
         Private slot to handle changes of the 'if' expression.
         
-        @param txt text of the line edit (string)
+        @param txt text of the line edit
+        @type str
         """
-        self.buttonBox.button(QDialogButtonBox.Ok).setEnabled(bool(txt))
+        self.buttonBox.button(
+            QDialogButtonBox.StandardButton.Ok).setEnabled(bool(txt))
     
     def getTag(self):
         """
         Public method to retrieve the tag.
         
-        @return tag (string)
+        @return tag
+        @rtype str
         """
         tag = '{{% if {0} %}}\n'.format(self.ifEdit.text())
         elifText = self.elifEdit.toPlainText()
--- a/ProjectDjangoTagsMenu/IfTagInputDialog.ui	Sat May 29 15:04:13 2021 +0200
+++ b/ProjectDjangoTagsMenu/IfTagInputDialog.ui	Sun May 30 11:51:44 2021 +0200
@@ -25,10 +25,13 @@
     </widget>
    </item>
    <item>
-    <widget class="E5ClearableLineEdit" name="ifEdit">
+    <widget class="QLineEdit" name="ifEdit">
      <property name="statusTip">
       <string>Enter the 'if' expression</string>
      </property>
+     <property name="clearButtonEnabled">
+      <bool>true</bool>
+     </property>
     </widget>
    </item>
    <item>
@@ -67,13 +70,6 @@
    </item>
   </layout>
  </widget>
- <customwidgets>
-  <customwidget>
-   <class>E5ClearableLineEdit</class>
-   <extends>QLineEdit</extends>
-   <header>E5Gui/E5LineEdit.h</header>
-  </customwidget>
- </customwidgets>
  <tabstops>
   <tabstop>ifEdit</tabstop>
   <tabstop>elifEdit</tabstop>
--- a/ProjectDjangoTagsMenu/LoremTagInputDialog.py	Sat May 29 15:04:13 2021 +0200
+++ b/ProjectDjangoTagsMenu/LoremTagInputDialog.py	Sun May 30 11:51:44 2021 +0200
@@ -7,7 +7,7 @@
 Module implementing a dialog to enter the parameters for the lorem tag.
 """
 
-from PyQt5.QtWidgets import QDialog
+from PyQt6.QtWidgets import QDialog
 
 from .Ui_LoremTagInputDialog import Ui_LoremTagInputDialog
 
@@ -20,7 +20,8 @@
         """
         Constructor
         
-        @param parent reference to the parent widget (QWidget)
+        @param parent reference to the parent widget
+        @type QWidget
         """
         super().__init__(parent)
         self.setupUi(self)
@@ -32,7 +33,8 @@
         """
         Public method to get the generated tag string.
         
-        @return tag string (string)
+        @return tag string
+        @rtype str
         """
         count = "{0}".format(self.countSpinBox.value())
         method = "{0}".format("bpw"[self.methodComboBox.currentIndex()])
--- a/ProjectDjangoTagsMenu/MultiLineInputDialog.py	Sat May 29 15:04:13 2021 +0200
+++ b/ProjectDjangoTagsMenu/MultiLineInputDialog.py	Sun May 30 11:51:44 2021 +0200
@@ -7,7 +7,7 @@
 Module implementing a dialog for the input of multi line text.
 """
 
-from PyQt5.QtWidgets import QDialog
+from PyQt6.QtWidgets import QDialog
 
 from .Ui_MultiLineInputDialog import Ui_MultiLineInputDialog
 
@@ -20,9 +20,12 @@
         """
         Constructor
         
-        @param label label for the entry field (string)
-        @param default default value for the entry field (string)
-        @param parent reference to the parent widget (QWidget)
+        @param label label for the entry field
+        @type str
+        @param default default value for the entry field
+        @type str
+        @param parent reference to the parent widget
+        @type QWidget
         """
         super().__init__(parent)
         self.setupUi(self)
@@ -31,7 +34,8 @@
         """
         Public method to retrieve the multi line text.
         
-        @return multi line text (string)
+        @return multi line text
+        @rtype str
         """
         return self.multiLineEdit.toPlainText()
     
@@ -41,16 +45,20 @@
         Public static method to create the dialog and return the multi line
         text.
         
-        @param parent reference to the parent widget (QWidget)
-        @param title title of the dialog (string)
-        @param label label for the entry field (string)
-        @param default default value for the entry field (string)
-        @return multi line text (string) and a flag indicating the acceptance
-            state (boolean)
+        @param parent reference to the parent widget
+        @type QWidget
+        @param title title of the dialog
+        @type str
+        @param label label for the entry field
+        @type str
+        @param default default value for the entry field
+        @type str
+        @return multi line text and a flag indicating the acceptance state
+        @rtype tuple of (str, bool)
         """
         dlg = MultiLineInputDialog(label, default, parent)
         dlg.setWindowTitle(title)
-        if dlg.exec() == QDialog.Accepted:
+        if dlg.exec() == QDialog.DialogCode.Accepted:
             return dlg.getData(), True
         else:
             return "", False
--- a/ProjectDjangoTagsMenu/TimezoneSelectionDialog.py	Sat May 29 15:04:13 2021 +0200
+++ b/ProjectDjangoTagsMenu/TimezoneSelectionDialog.py	Sun May 30 11:51:44 2021 +0200
@@ -7,8 +7,8 @@
 Module implementing a dialog to select a time zone.
 """
 
-from PyQt5.QtCore import pyqtSlot
-from PyQt5.QtWidgets import QDialog, QDialogButtonBox
+from PyQt6.QtCore import pyqtSlot
+from PyQt6.QtWidgets import QDialog, QDialogButtonBox
 
 from .Ui_TimezoneSelectionDialog import Ui_TimezoneSelectionDialog
 
@@ -18,493 +18,586 @@
     Class implementing a dialog to select a time zone.
     """
     Timezones = {
-        'Africa': [
-            'Abidjan',
-            'Accra',
-            'Addis_Ababa',
-            'Algiers',
-            'Asmara',
-            'Asmera',
-            'Bamako',
-            'Bangui',
-            'Banjul',
-            'Bissau',
-            'Blantyre',
-            'Brazzaville',
-            'Bujumbura',
-            'Cairo',
-            'Casablanca',
-            'Ceuta',
-            'Conakry',
-            'Dakar',
-            'Dar_es_Salaam',
-            'Djibouti',
-            'Douala',
-            'El_Aaiun',
-            'Freetown',
-            'Gaborone',
-            'Harare',
-            'Johannesburg',
-            'Juba',
-            'Kampala',
-            'Khartoum',
-            'Kigali',
-            'Kinshasa',
-            'Lagos',
-            'Libreville',
-            'Lome',
-            'Luanda',
-            'Lubumbashi',
-            'Lusaka',
-            'Malabo',
-            'Maputo',
-            'Maseru',
-            'Mbabane',
-            'Mogadishu',
-            'Monrovia',
-            'Nairobi',
-            'Ndjamena',
-            'Niamey',
-            'Nouakchott',
-            'Ouagadougou',
-            'Porto-Novo',
-            'Sao_Tome',
-            'Timbuktu',
-            'Tripoli',
-            'Tunis',
-            'Windhoek',
+        "Africa": [
+            "Abidjan",
+            "Accra",
+            "Addis_Ababa",
+            "Algiers",
+            "Asmara",
+            "Asmera",
+            "Bamako",
+            "Bangui",
+            "Banjul",
+            "Bissau",
+            "Blantyre",
+            "Brazzaville",
+            "Bujumbura",
+            "Cairo",
+            "Casablanca",
+            "Ceuta",
+            "Conakry",
+            "Dakar",
+            "Dar_es_Salaam",
+            "Djibouti",
+            "Douala",
+            "El_Aaiun",
+            "Freetown",
+            "Gaborone",
+            "Harare",
+            "Johannesburg",
+            "Juba",
+            "Kampala",
+            "Khartoum",
+            "Kigali",
+            "Kinshasa",
+            "Lagos",
+            "Libreville",
+            "Lome",
+            "Luanda",
+            "Lubumbashi",
+            "Lusaka",
+            "Malabo",
+            "Maputo",
+            "Maseru",
+            "Mbabane",
+            "Mogadishu",
+            "Monrovia",
+            "Nairobi",
+            "Ndjamena",
+            "Niamey",
+            "Nouakchott",
+            "Ouagadougou",
+            "Porto-Novo",
+            "Sao_Tome",
+            "Timbuktu",
+            "Tripoli",
+            "Tunis",
+            "Windhoek",
         ],
-        'America': [
-            'Adak',
-            'Anchorage',
-            'Anguilla',
-            'Antigua',
-            'Araguaina',
-            'Argentina/Buenos_Aires',
-            'Argentina/Catamarca',
-            'Argentina/ComodRivadavia',
-            'Argentina/Cordoba',
-            'Argentina/Jujuy',
-            'Argentina/La_Rioja',
-            'Argentina/Mendoza',
-            'Argentina/Rio_Gallegos',
-            'Argentina/Salta',
-            'Argentina/San_Juan',
-            'Argentina/San_Luis',
-            'Argentina/Tucuman',
-            'Argentina/Ushuaia',
-            'Aruba',
-            'Asuncion',
-            'Atikokan',
-            'Atka',
-            'Bahia',
-            'Bahia_Banderas',
-            'Barbados',
-            'Belem',
-            'Belize',
-            'Blanc-Sablon',
-            'Boa_Vista',
-            'Bogota',
-            'Boise',
-            'Buenos_Aires',
-            'Cambridge_Bay',
-            'Campo_Grande',
-            'Cancun',
-            'Caracas',
-            'Catamarca',
-            'Cayenne',
-            'Cayman',
-            'Chicago',
-            'Chihuahua',
-            'Coral_Harbour',
-            'Cordoba',
-            'Costa_Rica',
-            'Creston',
-            'Cuiaba',
-            'Curacao',
-            'Danmarkshavn',
-            'Dawson',
-            'Dawson_Creek',
-            'Denver',
-            'Detroit',
-            'Dominica',
-            'Edmonton',
-            'Eirunepe',
-            'El_Salvador',
-            'Ensenada',
-            'Fort_Wayne',
-            'Fortaleza',
-            'Glace_Bay',
-            'Godthab',
-            'Goose_Bay',
-            'Grand_Turk',
-            'Grenada',
-            'Guadeloupe',
-            'Guatemala',
-            'Guayaquil',
-            'Guyana',
-            'Halifax',
-            'Havana',
-            'Hermosillo',
-            'Indiana/Indianapolis',
-            'Indiana/Knox',
-            'Indiana/Marengo',
-            'Indiana/Petersburg',
-            'Indiana/Tell_City',
-            'Indiana/Vevay',
-            'Indiana/Vincennes',
-            'Indiana/Winamac',
-            'Indianapolis',
-            'Inuvik',
-            'Iqaluit',
-            'Jamaica',
-            'Jujuy',
-            'Juneau',
-            'Kentucky/Louisville',
-            'Kentucky/Monticello',
-            'Knox_IN',
-            'Kralendijk',
-            'La_Paz',
-            'Lima',
-            'Los_Angeles',
-            'Louisville',
-            'Lower_Princes',
-            'Maceio',
-            'Managua',
-            'Manaus',
-            'Marigot',
-            'Martinique',
-            'Matamoros',
-            'Mazatlan',
-            'Mendoza',
-            'Menominee',
-            'Merida',
-            'Metlakatla',
-            'Mexico_City',
-            'Miquelon',
-            'Moncton',
-            'Monterrey',
-            'Montevideo',
-            'Montreal',
-            'Montserrat',
-            'Nassau',
-            'New_York',
-            'Nipigon',
-            'Nome',
-            'Noronha',
-            'North_Dakota/Beulah',
-            'North_Dakota/Center',
-            'North_Dakota/New_Salem',
-            'Ojinaga',
-            'Panama',
-            'Pangnirtung',
-            'Paramaribo',
-            'Phoenix',
-            'Port-au-Prince',
-            'Port_of_Spain',
-            'Porto_Acre',
-            'Porto_Velho',
-            'Puerto_Rico',
-            'Rainy_River',
-            'Rankin_Inlet',
-            'Recife',
-            'Regina',
-            'Resolute',
-            'Rio_Branco',
-            'Rosario',
-            'Santa_Isabel',
-            'Santarem',
-            'Santiago',
-            'Santo_Domingo',
-            'Sao_Paulo',
-            'Scoresbysund',
-            'Shiprock',
-            'Sitka',
-            'St_Barthelemy',
-            'St_Johns',
-            'St_Kitts',
-            'St_Lucia',
-            'St_Thomas',
-            'St_Vincent',
-            'Swift_Current',
-            'Tegucigalpa',
-            'Thule',
-            'Thunder_Bay',
-            'Tijuana',
-            'Toronto',
-            'Tortola',
-            'Vancouver',
-            'Virgin',
-            'Whitehorse',
-            'Winnipeg',
-            'Yakutat',
-            'Yellowknife',
+        "America": [
+            "Adak",
+            "Anchorage",
+            "Anguilla",
+            "Antigua",
+            "Araguaina",
+            "Argentina/Buenos_Aires",
+            "Argentina/Catamarca",
+            "Argentina/ComodRivadavia",
+            "Argentina/Cordoba",
+            "Argentina/Jujuy",
+            "Argentina/La_Rioja",
+            "Argentina/Mendoza",
+            "Argentina/Rio_Gallegos",
+            "Argentina/Salta",
+            "Argentina/San_Juan",
+            "Argentina/San_Luis",
+            "Argentina/Tucuman",
+            "Argentina/Ushuaia",
+            "Aruba",
+            "Asuncion",
+            "Atikokan",
+            "Atka",
+            "Bahia",
+            "Bahia_Banderas",
+            "Barbados",
+            "Belem",
+            "Belize",
+            "Blanc-Sablon",
+            "Boa_Vista",
+            "Bogota",
+            "Boise",
+            "Buenos_Aires",
+            "Cambridge_Bay",
+            "Campo_Grande",
+            "Cancun",
+            "Caracas",
+            "Catamarca",
+            "Cayenne",
+            "Cayman",
+            "Chicago",
+            "Chihuahua",
+            "Coral_Harbour",
+            "Cordoba",
+            "Costa_Rica",
+            "Creston",
+            "Cuiaba",
+            "Curacao",
+            "Danmarkshavn",
+            "Dawson",
+            "Dawson_Creek",
+            "Denver",
+            "Detroit",
+            "Dominica",
+            "Edmonton",
+            "Eirunepe",
+            "El_Salvador",
+            "Ensenada",
+            "Fort_Nelson",
+            "Fort_Wayne",
+            "Fortaleza",
+            "Glace_Bay",
+            "Godthab",
+            "Goose_Bay",
+            "Grand_Turk",
+            "Grenada",
+            "Guadeloupe",
+            "Guatemala",
+            "Guayaquil",
+            "Guyana",
+            "Halifax",
+            "Havana",
+            "Hermosillo",
+            "Indiana/Indianapolis",
+            "Indiana/Knox",
+            "Indiana/Marengo",
+            "Indiana/Petersburg",
+            "Indiana/Tell_City",
+            "Indiana/Vevay",
+            "Indiana/Vincennes",
+            "Indiana/Winamac",
+            "Indianapolis",
+            "Inuvik",
+            "Iqaluit",
+            "Jamaica",
+            "Jujuy",
+            "Juneau",
+            "Kentucky/Louisville",
+            "Kentucky/Monticello",
+            "Knox_IN",
+            "Kralendijk",
+            "La_Paz",
+            "Lima",
+            "Los_Angeles",
+            "Louisville",
+            "Lower_Princes",
+            "Maceio",
+            "Managua",
+            "Manaus",
+            "Marigot",
+            "Martinique",
+            "Matamoros",
+            "Mazatlan",
+            "Mendoza",
+            "Menominee",
+            "Merida",
+            "Metlakatla",
+            "Mexico_City",
+            "Miquelon",
+            "Moncton",
+            "Monterrey",
+            "Montevideo",
+            "Montreal",
+            "Montserrat",
+            "Nassau",
+            "New_York",
+            "Nipigon",
+            "Nome",
+            "Noronha",
+            "North_Dakota/Beulah",
+            "North_Dakota/Center",
+            "North_Dakota/New_Salem",
+            "Nuuk",
+            "Ojinaga",
+            "Panama",
+            "Pangnirtung",
+            "Paramaribo",
+            "Phoenix",
+            "Port-au-Prince",
+            "Port_of_Spain",
+            "Porto_Acre",
+            "Porto_Velho",
+            "Puerto_Rico",
+            "Punta_Arenas",
+            "Rainy_River",
+            "Rankin_Inlet",
+            "Recife",
+            "Regina",
+            "Resolute",
+            "Rio_Branco",
+            "Rosario",
+            "Santa_Isabel",
+            "Santarem",
+            "Santiago",
+            "Santo_Domingo",
+            "Sao_Paulo",
+            "Scoresbysund",
+            "Shiprock",
+            "Sitka",
+            "St_Barthelemy",
+            "St_Johns",
+            "St_Kitts",
+            "St_Lucia",
+            "St_Thomas",
+            "St_Vincent",
+            "Swift_Current",
+            "Tegucigalpa",
+            "Thule",
+            "Thunder_Bay",
+            "Tijuana",
+            "Toronto",
+            "Tortola",
+            "Vancouver",
+            "Virgin",
+            "Whitehorse",
+            "Winnipeg",
+            "Yakutat",
+            "Yellowknife",
         ],
-        'Antarctica': [
-            'Casey',
-            'Davis',
-            'DumontDUrville',
-            'Macquarie',
-            'Mawson',
-            'McMurdo',
-            'Palmer',
-            'Rothera',
-            'South_Pole',
-            'Syowa',
-            'Vostok',
+        "Antarctica": [
+            "Casey",
+            "Davis",
+            "DumontDUrville",
+            "Macquarie",
+            "Mawson",
+            "McMurdo",
+            "Palmer",
+            "Rothera",
+            "South_Pole",
+            "Syowa",
+            "Troll",
+            "Vostok",
         ],
-        'Arctic': [
-            'Longyearbyen',
+        "Arctic": [
+            "Longyearbyen",
         ],
-        'Asia': [
-            'Aden',
-            'Almaty',
-            'Amman',
-            'Anadyr',
-            'Aqtau',
-            'Aqtobe',
-            'Ashgabat',
-            'Ashkhabad',
-            'Baghdad',
-            'Bahrain',
-            'Baku',
-            'Bangkok',
-            'Beirut',
-            'Bishkek',
-            'Brunei',
-            'Calcutta',
-            'Choibalsan',
-            'Chongqing',
-            'Chungking',
-            'Colombo',
-            'Dacca',
-            'Damascus',
-            'Dhaka',
-            'Dili',
-            'Dubai',
-            'Dushanbe',
-            'Gaza',
-            'Harbin',
-            'Hebron',
-            'Ho_Chi_Minh',
-            'Hong_Kong',
-            'Hovd',
-            'Irkutsk',
-            'Istanbul',
-            'Jakarta',
-            'Jayapura',
-            'Jerusalem',
-            'Kabul',
-            'Kamchatka',
-            'Karachi',
-            'Kashgar',
-            'Kathmandu',
-            'Katmandu',
-            'Khandyga',
-            'Kolkata',
-            'Krasnoyarsk',
-            'Kuala_Lumpur',
-            'Kuching',
-            'Kuwait',
-            'Macao',
-            'Macau',
-            'Magadan',
-            'Makassar',
-            'Manila',
-            'Muscat',
-            'Nicosia',
-            'Novokuznetsk',
-            'Novosibirsk',
-            'Omsk',
-            'Oral',
-            'Phnom_Penh',
-            'Pontianak',
-            'Pyongyang',
-            'Qatar',
-            'Qyzylorda',
-            'Rangoon',
-            'Riyadh',
-            'Saigon',
-            'Sakhalin',
-            'Samarkand',
-            'Seoul',
-            'Shanghai',
-            'Singapore',
-            'Taipei',
-            'Tashkent',
-            'Tbilisi',
-            'Tehran',
-            'Tel_Aviv',
-            'Thimbu',
-            'Thimphu',
-            'Tokyo',
-            'Ujung_Pandang',
-            'Ulaanbaatar',
-            'Ulan_Bator',
-            'Urumqi',
-            'Ust-Nera',
-            'Vientiane',
-            'Vladivostok',
-            'Yakutsk',
-            'Yekaterinburg',
-            'Yerevan',
+        "Asia": [
+            "Aden",
+            "Almaty",
+            "Amman",
+            "Anadyr",
+            "Aqtau",
+            "Aqtobe",
+            "Ashgabat",
+            "Ashkhabad",
+            "Atyrau",
+            "Baghdad",
+            "Bahrain",
+            "Baku",
+            "Bangkok",
+            "Barnaul",
+            "Beirut",
+            "Bishkek",
+            "Brunei",
+            "Calcutta",
+            "Chita",
+            "Choibalsan",
+            "Chongqing",
+            "Chungking",
+            "Colombo",
+            "Dacca",
+            "Damascus",
+            "Dhaka",
+            "Dili",
+            "Dubai",
+            "Dushanbe",
+            "Famagusta",
+            "Gaza",
+            "Harbin",
+            "Hebron",
+            "Ho_Chi_Minh",
+            "Hong_Kong",
+            "Hovd",
+            "Irkutsk",
+            "Istanbul",
+            "Jakarta",
+            "Jayapura",
+            "Jerusalem",
+            "Kabul",
+            "Kamchatka",
+            "Karachi",
+            "Kashgar",
+            "Kathmandu",
+            "Katmandu",
+            "Khandyga",
+            "Kolkata",
+            "Krasnoyarsk",
+            "Kuala_Lumpur",
+            "Kuching",
+            "Kuwait",
+            "Macao",
+            "Macau",
+            "Magadan",
+            "Makassar",
+            "Manila",
+            "Muscat",
+            "Nicosia",
+            "Novokuznetsk",
+            "Novosibirsk",
+            "Omsk",
+            "Oral",
+            "Phnom_Penh",
+            "Pontianak",
+            "Pyongyang",
+            "Qatar",
+            "Qostanay",
+            "Qyzylorda",
+            "Rangoon",
+            "Riyadh",
+            "Saigon",
+            "Sakhalin",
+            "Samarkand",
+            "Seoul",
+            "Shanghai",
+            "Singapore",
+            "Srednekolymsk",
+            "Taipei",
+            "Tashkent",
+            "Tbilisi",
+            "Tehran",
+            "Tel_Aviv",
+            "Thimbu",
+            "Thimphu",
+            "Tokyo",
+            "Tomsk",
+            "Ujung_Pandang",
+            "Ulaanbaatar",
+            "Ulan_Bator",
+            "Urumqi",
+            "Ust-Nera",
+            "Vientiane",
+            "Vladivostok",
+            "Yakutsk",
+            "Yangon",
+            "Yekaterinburg",
+            "Yerevan",
         ],
-        'Atlantic': [
-            'Azores',
-            'Bermuda',
-            'Canary',
-            'Cape_Verde',
-            'Faeroe',
-            'Faroe',
-            'Jan_Mayen',
-            'Madeira',
-            'Reykjavik',
-            'South_Georgia',
-            'St_Helena',
-            'Stanley',
+        "Atlantic": [
+            "Azores",
+            "Bermuda",
+            "Canary",
+            "Cape_Verde",
+            "Faeroe",
+            "Faroe",
+            "Jan_Mayen",
+            "Madeira",
+            "Reykjavik",
+            "South_Georgia",
+            "St_Helena",
+            "Stanley",
+        ],
+        "Australia": [
+            "ACT",
+            "Adelaide",
+            "Brisbane",
+            "Broken_Hill",
+            "Canberra",
+            "Currie",
+            "Darwin",
+            "Eucla",
+            "Hobart",
+            "LHI",
+            "Lindeman",
+            "Lord_Howe",
+            "Melbourne",
+            "NSW",
+            "North",
+            "Perth",
+            "Queensland",
+            "South",
+            "Sydney",
+            "Tasmania",
+            "Victoria",
+            "West",
+            "Yancowinna",
+        ],
+        "Brazil": [
+            "Acre",
+            "DeNoronha",
+            "East",
+            "West",
+        ],
+        "Canada": [
+            "Atlantic",
+            "Central",
+            "Eastern",
+            "Mountain",
+            "Newfoundland",
+            "Pacific",
+            "Saskatchewan",
+            "Yukon",
+        ],
+        "Chile": [
+            "Continental",
+            "EasterIsland",
         ],
-        'Australia': [
-            'ACT',
-            'Adelaide',
-            'Brisbane',
-            'Broken_Hill',
-            'Canberra',
-            'Currie',
-            'Darwin',
-            'Eucla',
-            'Hobart',
-            'LHI',
-            'Lindeman',
-            'Lord_Howe',
-            'Melbourne',
-            'NSW',
-            'North',
-            'Perth',
-            'Queensland',
-            'South',
-            'Sydney',
-            'Tasmania',
-            'Victoria',
-            'West',
-            'Yancowinna',
+        "Etc": [
+            "GMT",
+            "GMT+0",
+            "GMT+1",
+            "GMT+10",
+            "GMT+11",
+            "GMT+12",
+            "GMT+2",
+            "GMT+3",
+            "GMT+4",
+            "GMT+5",
+            "GMT+6",
+            "GMT+7",
+            "GMT+8",
+            "GMT+9",
+            "GMT-0",
+            "GMT-1",
+            "GMT-10",
+            "GMT-11",
+            "GMT-12",
+            "GMT-13",
+            "GMT-14",
+            "GMT-2",
+            "GMT-3",
+            "GMT-4",
+            "GMT-5",
+            "GMT-6",
+            "GMT-7",
+            "GMT-8",
+            "GMT-9",
+            "GMT0",
+            "Greenwich",
+            "UCT",
+            "UTC",
+            "Universal",
+            "Zulu",
         ],
-        'Europe': [
-            'Amsterdam',
-            'Andorra',
-            'Athens',
-            'Belfast',
-            'Belgrade',
-            'Berlin',
-            'Bratislava',
-            'Brussels',
-            'Bucharest',
-            'Budapest',
-            'Busingen',
-            'Chisinau',
-            'Copenhagen',
-            'Dublin',
-            'Gibraltar',
-            'Guernsey',
-            'Helsinki',
-            'Isle_of_Man',
-            'Istanbul',
-            'Jersey',
-            'Kaliningrad',
-            'Kiev',
-            'Lisbon',
-            'Ljubljana',
-            'London',
-            'Luxembourg',
-            'Madrid',
-            'Malta',
-            'Mariehamn',
-            'Minsk',
-            'Monaco',
-            'Moscow',
-            'Nicosia',
-            'Oslo',
-            'Paris',
-            'Podgorica',
-            'Prague',
-            'Riga',
-            'Rome',
-            'Samara',
-            'San_Marino',
-            'Sarajevo',
-            'Simferopol',
-            'Skopje',
-            'Sofia',
-            'Stockholm',
-            'Tallinn',
-            'Tirane',
-            'Tiraspol',
-            'Uzhgorod',
-            'Vaduz',
-            'Vatican',
-            'Vienna',
-            'Vilnius',
-            'Volgograd',
-            'Warsaw',
-            'Zagreb',
-            'Zaporozhye',
-            'Zurich',
+        "Europe": [
+            "Amsterdam",
+            "Andorra",
+            "Astrakhan",
+            "Athens",
+            "Belfast",
+            "Belgrade",
+            "Berlin",
+            "Bratislava",
+            "Brussels",
+            "Bucharest",
+            "Budapest",
+            "Busingen",
+            "Chisinau",
+            "Copenhagen",
+            "Dublin",
+            "Gibraltar",
+            "Guernsey",
+            "Helsinki",
+            "Isle_of_Man",
+            "Istanbul",
+            "Jersey",
+            "Kaliningrad",
+            "Kiev",
+            "Kirov",
+            "Lisbon",
+            "Ljubljana",
+            "London",
+            "Luxembourg",
+            "Madrid",
+            "Malta",
+            "Mariehamn",
+            "Minsk",
+            "Monaco",
+            "Moscow",
+            "Nicosia",
+            "Oslo",
+            "Paris",
+            "Podgorica",
+            "Prague",
+            "Riga",
+            "Rome",
+            "Samara",
+            "San_Marino",
+            "Sarajevo",
+            "Saratov",
+            "Simferopol",
+            "Skopje",
+            "Sofia",
+            "Stockholm",
+            "Tallinn",
+            "Tirane",
+            "Tiraspol",
+            "Ulyanovsk",
+            "Uzhgorod",
+            "Vaduz",
+            "Vatican",
+            "Vienna",
+            "Vilnius",
+            "Volgograd",
+            "Warsaw",
+            "Zagreb",
+            "Zaporozhye",
+            "Zurich",
         ],
-        'Indian': [
-            'Antananarivo',
-            'Chagos',
-            'Christmas',
-            'Cocos',
-            'Comoro',
-            'Kerguelen',
-            'Mahe',
-            'Maldives',
-            'Mauritius',
-            'Mayotte',
-            'Reunion',
+        "Indian": [
+            "Antananarivo",
+            "Chagos",
+            "Christmas",
+            "Cocos",
+            "Comoro",
+            "Kerguelen",
+            "Mahe",
+            "Maldives",
+            "Mauritius",
+            "Mayotte",
+            "Reunion",
+        ],
+        "Mexico": [
+            "BajaNorte",
+            "BajaSur",
+            "General",
         ],
-        'Pacific': [
-            'Apia',
-            'Auckland',
-            'Chatham',
-            'Chuuk',
-            'Easter',
-            'Efate',
-            'Enderbury',
-            'Fakaofo',
-            'Fiji',
-            'Funafuti',
-            'Galapagos',
-            'Gambier',
-            'Guadalcanal',
-            'Guam',
-            'Honolulu',
-            'Johnston',
-            'Kiritimati',
-            'Kosrae',
-            'Kwajalein',
-            'Majuro',
-            'Marquesas',
-            'Midway',
-            'Nauru',
-            'Niue',
-            'Norfolk',
-            'Noumea',
-            'Pago_Pago',
-            'Palau',
-            'Pitcairn',
-            'Pohnpei',
-            'Ponape',
-            'Port_Moresby',
-            'Rarotonga',
-            'Saipan',
-            'Samoa',
-            'Tahiti',
-            'Tarawa',
-            'Tongatapu',
-            'Truk',
-            'Wake',
-            'Wallis',
-            'Yap',
+        "Pacific": [
+            "Apia",
+            "Auckland",
+            "Bougainville",
+            "Chatham",
+            "Chuuk",
+            "Easter",
+            "Efate",
+            "Enderbury",
+            "Fakaofo",
+            "Fiji",
+            "Funafuti",
+            "Galapagos",
+            "Gambier",
+            "Guadalcanal",
+            "Guam",
+            "Honolulu",
+            "Johnston",
+            "Kiritimati",
+            "Kosrae",
+            "Kwajalein",
+            "Majuro",
+            "Marquesas",
+            "Midway",
+            "Nauru",
+            "Niue",
+            "Norfolk",
+            "Noumea",
+            "Pago_Pago",
+            "Palau",
+            "Pitcairn",
+            "Pohnpei",
+            "Ponape",
+            "Port_Moresby",
+            "Rarotonga",
+            "Saipan",
+            "Samoa",
+            "Tahiti",
+            "Tarawa",
+            "Tongatapu",
+            "Truk",
+            "Wake",
+            "Wallis",
+            "Yap",
+        ],
+        "US": [
+            "Alaska",
+            "Aleutian",
+            "Arizona",
+            "Central",
+            "East-Indiana",
+            "Eastern",
+            "Hawaii",
+            "Indiana-Starke",
+            "Michigan",
+            "Mountain",
+            "Pacific",
+            "Samoa",
         ],
     }
     
@@ -512,12 +605,14 @@
         """
         Constructor
         
-        @param parent reference to the parent widget (QWidget)
+        @param parent reference to the parent widget
+        @type QWidget
         """
         super().__init__(parent)
         self.setupUi(self)
         
-        self.buttonBox.button(QDialogButtonBox.Ok).setEnabled(False)
+        self.buttonBox.button(
+            QDialogButtonBox.StandardButton.Ok).setEnabled(False)
         
         self.regionCombo.addItems([" "] + sorted(self.Timezones.keys()))
     
@@ -525,17 +620,18 @@
         """
         Private method to update the OK button.
         """
-        self.buttonBox.button(QDialogButtonBox.Ok).setEnabled(
+        self.buttonBox.button(QDialogButtonBox.StandardButton.Ok).setEnabled(
             bool(self.regionCombo.currentText()) and
             len(self.cityList.selectedItems()) == 1
         )
     
     @pyqtSlot(str)
-    def on_regionCombo_currentIndexChanged(self, region):
+    def on_regionCombo_currentTextChanged(self, region):
         """
         Private slot handling the selection of a time zone region.
         
-        @param region selected region (string)
+        @param region selected region
+        @type str
         """
         self.cityList.clear()
         if region in self.Timezones:
@@ -554,7 +650,8 @@
         """
         Public method to retrieve the data.
         
-        @return selected time zone (string)
+        @return selected time zone
+        @rtype str
         """
         if (self.regionCombo.currentText() and
                 len(self.cityList.selectedItems()) == 1):
@@ -570,12 +667,14 @@
         """
         Public static method to select a time zone.
         
-        @param parent reference to the parent widget (QWidget)
-        @return tuple of selected time zone (string) and flag indicating
-            the acceptance state (boolean)
+        @param parent reference to the parent widget
+        @type QWidget
+        @return tuple of selected time zone and flag indicating the acceptance
+            state
+        @rtype tuple of (str, bool)
         """
         dlg = TimezoneSelectionDialog(parent)
         tz = ""
-        if dlg.exec() == QDialog.Accepted:
+        if dlg.exec() == QDialog.DialogCode.Accepted:
             tz = dlg.getData()
         return tz, bool(tz)
Binary file ProjectDjangoTagsMenu/i18n/djangotagsmenu_de.qm has changed
--- a/ProjectDjangoTagsMenu/i18n/djangotagsmenu_de.ts	Sat May 29 15:04:13 2021 +0200
+++ b/ProjectDjangoTagsMenu/i18n/djangotagsmenu_de.ts	Sun May 30 11:51:44 2021 +0200
@@ -1,1469 +1,1508 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE TS><TS version="2.0" language="de_DE" sourcelanguage="">
-<context>
+<!DOCTYPE TS>
+<TS version="2.0" language="de_DE" sourcelanguage="">
+  <context>
     <name>DjangoTagsMenuHandler</name>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="53"/>
-        <source>Django Template Tags Locator</source>
-        <translation>Django Vorlagensuche</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="56" />
+      <source>Django Template Tags Locator</source>
+      <translation>Django Vorlagensuche</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="630"/>
-        <source>Tags</source>
-        <translation>Tags</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="642" />
+      <location filename="../DjangoTagsMenuHandler.py" line="608" />
+      <location filename="../DjangoTagsMenuHandler.py" line="540" />
+      <location filename="../DjangoTagsMenuHandler.py" line="76" />
+      <source>Tags</source>
+      <translation>Tags</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="73"/>
-        <source>autoescape - Auto Escape Characters</source>
-        <translation>autoescape - Zeichen automatisch maskieren</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="78" />
+      <source>autoescape - Auto Escape Characters</source>
+      <translation>autoescape - Zeichen automatisch maskieren</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="77"/>
-        <source>block - Named Block</source>
-        <translation>block - Benannter Block</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="82" />
+      <source>block - Named Block</source>
+      <translation>block - Benannter Block</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="81"/>
-        <source>comment - Multiline Comment</source>
-        <translation>comment - Mehrzeiliger Kommentar</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="86" />
+      <source>comment - Multiline Comment</source>
+      <translation>comment - Mehrzeiliger Kommentar</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="84"/>
-        <source>csrf_token - Cross Site Request Forgery Token</source>
-        <translation>csrf_token - Cross Site Request Forgery Token</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="89" />
+      <source>csrf_token - Cross Site Request Forgery Token</source>
+      <translation>csrf_token - Cross Site Request Forgery Token</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="87"/>
-        <source>cycle - Cycle variables each time used</source>
-        <translation>cycle - Variablen bei Benutzung durchwechseln</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="92" />
+      <source>cycle - Cycle variables each time used</source>
+      <translation>cycle - Variablen bei Benutzung durchwechseln</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="91"/>
-        <source>debug - Output Debug Information</source>
-        <translation>debug - Debug Informationen ausgeben</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="96" />
+      <source>debug - Output Debug Information</source>
+      <translation>debug - Debug Informationen ausgeben</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="95"/>
-        <source>extends - Extend a template with variable contents</source>
-        <translation>extends - Eine Vorlage mit dem Inhalt einer Variablen erweitern</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="100" />
+      <source>extends - Extend a template with variable contents</source>
+      <translation>extends - Eine Vorlage mit dem Inhalt einer Variablen erweitern</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="98"/>
-        <source>extends - Extend a template with file</source>
-        <translation>extends - Eine Vorlage mit dem Inhalt einer Datei erweitern</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="103" />
+      <source>extends - Extend a template with file</source>
+      <translation>extends - Eine Vorlage mit dem Inhalt einer Datei erweitern</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="102"/>
-        <source>filter - Filtered Block for one or more filters</source>
-        <translation>filter - Gefilterter Block für einen oder mehrere Filter</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="107" />
+      <source>filter - Filtered Block for one or more filters</source>
+      <translation>filter - Gefilterter Block für einen oder mehrere Filter</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="105"/>
-        <source>firstof - Outputs first argument variable that is True</source>
-        <translation>firstof - Gibt erstes wahres Argument aus</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="110" />
+      <source>firstof - Outputs first argument variable that is True</source>
+      <translation>firstof - Gibt erstes wahres Argument aus</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="108"/>
-        <source>for - For Loop</source>
-        <translation>for - for Schleife</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="113" />
+      <source>for - For Loop</source>
+      <translation>for - for Schleife</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="111"/>
-        <source>for...empty - For Loop with fallback for empty loop</source>
-        <translation>for...empty - for Schleife mit Zweig für leere Schleife</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="116" />
+      <source>for...empty - For Loop with fallback for empty loop</source>
+      <translation>for...empty - for Schleife mit Zweig für leere Schleife</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="115"/>
-        <source>if - if...elif...else... clauses</source>
-        <translation>if - if...elif...else... Absätze</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="120" />
+      <source>if - if...elif...else... clauses</source>
+      <translation>if - if...elif...else... Absätze</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="118"/>
-        <source>ifchanged - Check if a value has changed</source>
-        <translation>ifchanged - Prüft eine Variable auf Veränderungen</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="123" />
+      <source>ifchanged - Check if a value has changed</source>
+      <translation>ifchanged - Prüft eine Variable auf Veränderungen</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="121"/>
-        <source>ifequal - Output block if variables are equal</source>
-        <translation>ifequal - Block ausgeben, wenn Variablen gleich sind</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="126" />
+      <source>ifequal - Output block if variables are equal</source>
+      <translation>ifequal - Block ausgeben, wenn Variablen gleich sind</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="124"/>
-        <source>ifnotequal - Output block if variables are not equal</source>
-        <translation>ifnotequal - Block ausgeben, wenn Variablen nicht gleich sind</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="129" />
+      <source>ifnotequal - Output block if variables are not equal</source>
+      <translation>ifnotequal - Block ausgeben, wenn Variablen nicht gleich sind</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="127"/>
-        <source>include - Render template given by variable</source>
-        <translation>include - Vorlage, die durch Variable benannt ist, anwenden</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="132" />
+      <source>include - Render template given by variable</source>
+      <translation>include - Vorlage, die durch Variable benannt ist, anwenden</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="130"/>
-        <source>include - Render template given by file name</source>
-        <translation>include - Vorlage, die durch Deteinamen benannt ist, anwenden</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="135" />
+      <source>include - Render template given by file name</source>
+      <translation>include - Vorlage, die durch Deteinamen benannt ist, anwenden</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="134"/>
-        <source>load - Load a custom template tag set</source>
-        <translation>load - Spezifischen Tags Satz laden</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="139" />
+      <source>load - Load a custom template tag set</source>
+      <translation>load - Spezifischen Tags Satz laden</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="138"/>
-        <source>now - Display current date and time</source>
-        <translation>now - Aktuelles Datum und Zeit anzeigen</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="143" />
+      <source>now - Display current date and time</source>
+      <translation>now - Aktuelles Datum und Zeit anzeigen</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="142"/>
-        <source>regroup - Regroup list of alike objects by a common attribute</source>
-        <translation>regroup - Liste ähnlicher Objekte nach gemeinsamem Attribut ordnen</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="147" />
+      <source>regroup - Regroup list of alike objects by a common attribute</source>
+      <translation>regroup - Liste ähnlicher Objekte nach gemeinsamem Attribut ordnen</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="147"/>
-        <source>spaceless - Remove whitespace between HTML tags</source>
-        <translation>spaceless - Leerzeichen zwischen HTML Tags entfernen</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="152" />
+      <source>spaceless - Remove whitespace between HTML tags</source>
+      <translation>spaceless - Leerzeichen zwischen HTML Tags entfernen</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="150"/>
-        <source>ssi - Output contents of a given file into the page</source>
-        <translation>ssi - Inhalt einer gegebenen Datei in der Seite ausgeben</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="155" />
+      <source>ssi - Output contents of a given file into the page</source>
+      <translation>ssi - Inhalt einer gegebenen Datei in der Seite ausgeben</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="153"/>
-        <source>ssi - Output contents of a given file into the page (dialog selection)</source>
-        <translation>ssi - Inhalt einer gegebenen Datei in der Seite ausgeben (Dialogauswahl)</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="158" />
+      <source>ssi - Output contents of a given file into the page (dialog selection)</source>
+      <translation>ssi - Inhalt einer gegebenen Datei in der Seite ausgeben (Dialogauswahl)</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="158"/>
-        <source>templatetag - Output syntax characters used for template</source>
-        <translation>templatetag - Für Vorlagen genutzte Syntaxzeichen ausgeben</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="163" />
+      <source>templatetag - Output syntax characters used for template</source>
+      <translation>templatetag - Für Vorlagen genutzte Syntaxzeichen ausgeben</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="163"/>
-        <source>url - Return an absolute path reference</source>
-        <translation>url - Absolute Pfadreferenz zurückgeben</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="168" />
+      <source>url - Return an absolute path reference</source>
+      <translation>url - Absolute Pfadreferenz zurückgeben</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="166"/>
-        <source>url...as - Return an absolute path reference</source>
-        <translation>url...as - Absolute Pfadreferenz zurückgeben</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="171" />
+      <source>url...as - Return an absolute path reference</source>
+      <translation>url...as - Absolute Pfadreferenz zurückgeben</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="170"/>
-        <source>verbatim - Output block contents without rendering</source>
-        <translation>verbatim - Blockinhalt ohne Interpretation ausgeben</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="175" />
+      <source>verbatim - Output block contents without rendering</source>
+      <translation>verbatim - Blockinhalt ohne Interpretation ausgeben</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="174"/>
-        <source>widthratio - Calculate width ratio</source>
-        <translation>widthratio - Breitenverhältnis berechnen</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="179" />
+      <source>widthratio - Calculate width ratio</source>
+      <translation>widthratio - Breitenverhältnis berechnen</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="177"/>
-        <source>with - Cache a complex variable under a simpler name</source>
-        <translation>with - Eine komplexe Variable unter einem Namen speichern</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="182" />
+      <source>with - Cache a complex variable under a simpler name</source>
+      <translation>with - Eine komplexe Variable unter einem Namen speichern</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="649"/>
-        <source>Filters</source>
-        <translation>Filter</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="661" />
+      <location filename="../DjangoTagsMenuHandler.py" line="617" />
+      <location filename="../DjangoTagsMenuHandler.py" line="580" />
+      <location filename="../DjangoTagsMenuHandler.py" line="195" />
+      <source>Filters</source>
+      <translation>Filter</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="192"/>
-        <source>A-I</source>
-        <translation>A-I</translation>
-    </message>
-    <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="193"/>
-        <source>add - Add variable or string</source>
-        <translation>add - Variable oder Zeichenkette addieren</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="197" />
+      <source>A-I</source>
+      <translation>A-I</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="196"/>
-        <source>addslashes - Add slashes before quotes</source>
-        <translation>addslashes - Schrägstriche vor Anführungszeichen einfügen</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="199" />
+      <source>add - Add variable or string</source>
+      <translation>add - Variable oder Zeichenkette addieren</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="200"/>
-        <source>capfirst - Capitalize first character</source>
-        <translation>capfirst - Erstes Zeichen groß</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="202" />
+      <source>addslashes - Add slashes before quotes</source>
+      <translation>addslashes - Schrägstriche vor Anführungszeichen einfügen</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="203"/>
-        <source>center - Center value</source>
-        <translation>center - Wert zentrieren</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="206" />
+      <source>capfirst - Capitalize first character</source>
+      <translation>capfirst - Erstes Zeichen groß</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="206"/>
-        <source>cut - Cut characters</source>
-        <translation>cut - Zeichen ausschneiden</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="209" />
+      <source>center - Center value</source>
+      <translation>center - Wert zentrieren</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="210"/>
-        <source>date - Format date</source>
-        <translation>date - als Datum formatieren</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="212" />
+      <source>cut - Cut characters</source>
+      <translation>cut - Zeichen ausschneiden</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="216"/>
-        <source>default_if_none - Use default if None</source>
-        <translation>default_if_none - Standartwert wenn None</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="216" />
+      <source>date - Format date</source>
+      <translation>date - als Datum formatieren</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="219"/>
-        <source>dictsort - Sort dictionaries</source>
-        <translation>dictsort - Dictionaries sortieren</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="219" />
+      <source>default - Use default if False</source>
+      <translation>default_if_none - Standartwert wenn Nicht Wahr</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="222"/>
-        <source>dictsortreversed - Sort dictionaries reversed</source>
-        <translation>dictsortreversed - Dictionaries umgekehrt sortieren</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="222" />
+      <source>default_if_none - Use default if None</source>
+      <translation>default_if_none - Standartwert wenn None</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="225"/>
-        <source>divisibleby - Check divisibility</source>
-        <translation>divisibleb - Teilbarkeit prüfen</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="225" />
+      <source>dictsort - Sort dictionaries</source>
+      <translation>dictsort - Dictionaries sortieren</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="232"/>
-        <source>escapejs - Escape as JavaScript</source>
-        <translation>escapejs - Als JavaScript maskieren</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="228" />
+      <source>dictsortreversed - Sort dictionaries reversed</source>
+      <translation>dictsortreversed - Dictionaries umgekehrt sortieren</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="236"/>
-        <source>filesizeformat - Format file sizes</source>
-        <translation>filesizeformat - Dateigrößen formatieren</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="231" />
+      <source>divisibleby - Check divisibility</source>
+      <translation>divisibleb - Teilbarkeit prüfen</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="239"/>
-        <source>first - First item of a list</source>
-        <translation>first - Erstes Element einer Liste</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="235" />
+      <source>escape - Escape as HTML</source>
+      <translation>escape - Als HTML maskieren</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="242"/>
-        <source>fix_ampersands - Replace ampersands</source>
-        <translation>fix_ampersands - Und-Zeichen ersetzen</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="238" />
+      <source>escapejs - Escape as JavaScript</source>
+      <translation>escapejs - Als JavaScript maskieren</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="245"/>
-        <source>floatformat - Format floating numbers</source>
-        <translation>floatformat - Fließkommazahlen formatieren</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="242" />
+      <source>filesizeformat - Format file sizes</source>
+      <translation>filesizeformat - Dateigrößen formatieren</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="248"/>
-        <source>force_escape - Escape as HTML immediately</source>
-        <translation>force_escape - Sofort als HTML maskieren</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="245" />
+      <source>first - First item of a list</source>
+      <translation>first - Erstes Element einer Liste</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="252"/>
-        <source>get_digit - Extract rightmost digit</source>
-        <translation>get_digit - Ziffer von rechts extrahieren</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="248" />
+      <source>fix_ampersands - Replace ampersands</source>
+      <translation>fix_ampersands - Und-Zeichen ersetzen</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="256"/>
-        <source>iriencode - Convert IRI to string</source>
-        <translation>iriencode - Konvertiert IRI zu Zeichenkette</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="251" />
+      <source>floatformat - Format floating numbers</source>
+      <translation>floatformat - Fließkommazahlen formatieren</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="261"/>
-        <source>J-R</source>
-        <translation>J-R</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="254" />
+      <source>force_escape - Escape as HTML immediately</source>
+      <translation>force_escape - Sofort als HTML maskieren</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="262"/>
-        <source>join - Join list</source>
-        <translation>join - Liste vereinigen</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="258" />
+      <source>get_digit - Extract rightmost digit</source>
+      <translation>get_digit - Ziffer von rechts extrahieren</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="266"/>
-        <source>last - Return last item in list</source>
-        <translation>last - Letztes Element einer Liste</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="262" />
+      <source>iriencode - Convert IRI to string</source>
+      <translation>iriencode - Konvertiert IRI zu Zeichenkette</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="269"/>
-        <source>length - Return length of the value</source>
-        <translation>length - Länge des Wertes zurückliefern</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="266" />
+      <source>J-R</source>
+      <translation>J-R</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="272"/>
-        <source>length_is - Check length</source>
-        <translation>length_is - Länge prüfen</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="268" />
+      <source>join - Join list</source>
+      <translation>join - Liste vereinigen</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="275"/>
-        <source>linebreaks - Replace line breaks with HTML</source>
-        <translation>linebreaks - Zeilenumbrüche mit HTML ersetzen</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="272" />
+      <source>last - Return last item in list</source>
+      <translation>last - Letztes Element einer Liste</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="278"/>
-        <source>linebreaksbr - Replace line breaks with &lt;br/&gt;</source>
-        <translation>linebreaksbr - Zeilenumbrüche mit &lt;br/&gt; ersetzen</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="275" />
+      <source>length - Return length of the value</source>
+      <translation>length - Länge des Wertes zurückliefern</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="281"/>
-        <source>linenumbers - Display text with line numbers</source>
-        <translation>linenumbers - Text mit Zeilennummern ausgeben</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="278" />
+      <source>length_is - Check length</source>
+      <translation>length_is - Länge prüfen</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="284"/>
-        <source>ljust - Left-align value</source>
-        <translation>ljust - Wert linksbündig ausgeben</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="281" />
+      <source>linebreaks - Replace line breaks with HTML</source>
+      <translation>linebreaks - Zeilenumbrüche mit HTML ersetzen</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="287"/>
-        <source>lower - Convert to lowercase</source>
-        <translation>lower - In Kleinbuchstaben umwandeln</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="284" />
+      <source>linebreaksbr - Replace line breaks with &lt;br/&gt;</source>
+      <translation>linebreaksbr - Zeilenumbrüche mit &lt;br/&gt; ersetzen</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="291"/>
-        <source>make_list - Turn value into a list</source>
-        <translation>make_list - Wert in eine Liste umwandeln</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="287" />
+      <source>linenumbers - Display text with line numbers</source>
+      <translation>linenumbers - Text mit Zeilennummern ausgeben</translation>
+    </message>
+    <message>
+      <location filename="../DjangoTagsMenuHandler.py" line="290" />
+      <source>ljust - Left-align value</source>
+      <translation>ljust - Wert linksbündig ausgeben</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="295"/>
-        <source>phone2numeric - Convert phone number into numeric</source>
-        <translation>phone2numeric - Telefonnummer in Zahl umwandeln</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="293" />
+      <source>lower - Convert to lowercase</source>
+      <translation>lower - In Kleinbuchstaben umwandeln</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="298"/>
-        <source>pluralize - Return plural suffix</source>
-        <translation>pluralize - Endung für mehrzahl ausgeben</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="297" />
+      <source>make_list - Turn value into a list</source>
+      <translation>make_list - Wert in eine Liste umwandeln</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="301"/>
-        <source>pprint - Pretty Print</source>
-        <translation>pprint - Formatiert ausgeben</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="301" />
+      <source>phone2numeric - Convert phone number into numeric</source>
+      <translation>phone2numeric - Telefonnummer in Zahl umwandeln</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="305"/>
-        <source>random - Return random item from list</source>
-        <translation>random - Zufälliges Element einer Liste zurückgeben</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="304" />
+      <source>pluralize - Return plural suffix</source>
+      <translation>pluralize - Endung für mehrzahl ausgeben</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="308"/>
-        <source>removetags - Remove HTML tags</source>
-        <translation>removetags - HTML Tags entfernen</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="307" />
+      <source>pprint - Pretty Print</source>
+      <translation>pprint - Formatiert ausgeben</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="311"/>
-        <source>rjust - Right-align value</source>
-        <translation>rjust - Wert rechtsbündig ausgeben</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="311" />
+      <source>random - Return random item from list</source>
+      <translation>random - Zufälliges Element einer Liste zurückgeben</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="316"/>
-        <source>S-Z</source>
-        <translation>S-Z</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="314" />
+      <source>removetags - Remove HTML tags</source>
+      <translation>removetags - HTML Tags entfernen</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="317"/>
-        <source>safe - Mark as not requiring HTML escaping </source>
-        <translation>safe - Als &apos;benötigt keine HTML Maskierung&apos; markieren</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="317" />
+      <source>rjust - Right-align value</source>
+      <translation>rjust - Wert rechtsbündig ausgeben</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="320"/>
-        <source>safeseq - Mark as a safe sequence</source>
-        <translation>safeseq - Als sichere Sequenz markieren</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="321" />
+      <source>S-Z</source>
+      <translation>S-Z</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="323"/>
-        <source>slice - Return a slice of a list</source>
-        <translation>slice - Listenausschnitt zurückgeben</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="323" />
+      <source>safe - Mark as not requiring HTML escaping </source>
+      <translation>safe - Als 'benötigt keine HTML Maskierung' markieren</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="326"/>
-        <source>slugify - Return value slugified</source>
-        <translation>slugify - Wert als Überschrift zurückgeben</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="326" />
+      <source>safeseq - Mark as a safe sequence</source>
+      <translation>safeseq - Als sichere Sequenz markieren</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="329"/>
-        <source>stringformat - Format variable</source>
-        <translation>stringformat - Variable formatieren</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="329" />
+      <source>slice - Return a slice of a list</source>
+      <translation>slice - Listenausschnitt zurückgeben</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="332"/>
-        <source>striptags - Strip all HTML tags</source>
-        <translation>striptags - HTML Tags entfernen</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="332" />
+      <source>slugify - Return value slugified</source>
+      <translation>slugify - Wert als Überschrift zurückgeben</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="336"/>
-        <source>time - Format time</source>
-        <translation>time - Zeit formatieren</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="335" />
+      <source>stringformat - Format variable</source>
+      <translation>stringformat - Variable formatieren</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="339"/>
-        <source>timesince - Format as time since</source>
-        <translation>timesince - Als &apos;Zeit seit&apos; formatieren</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="338" />
+      <source>striptags - Strip all HTML tags</source>
+      <translation>striptags - HTML Tags entfernen</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="342"/>
-        <source>timeuntil - Format as time until</source>
-        <translation>timeuntil - Als &apos;Zeit bis&apos; formatieren</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="342" />
+      <source>time - Format time</source>
+      <translation>time - Zeit formatieren</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="345"/>
-        <source>title - Convert to titlecase</source>
-        <translation>title - In Überschriftenschreibung umwandeln</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="345" />
+      <source>timesince - Format as time since</source>
+      <translation>timesince - Als 'Zeit seit' formatieren</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="348"/>
-        <source>truncatechars - Truncate after a number of characters</source>
-        <translation>truncatechars - Nach Anzahl Zeichen abschneiden</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="348" />
+      <source>timeuntil - Format as time until</source>
+      <translation>timeuntil - Als 'Zeit bis' formatieren</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="351"/>
-        <source>truncatewords - Truncate after a number of words</source>
-        <translation>truncatewords - Nach Anzahl Worten abschneiden</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="351" />
+      <source>title - Convert to titlecase</source>
+      <translation>title - In Überschriftenschreibung umwandeln</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="354"/>
-        <source>truncatewords_html - Truncate after a number of words (HTML aware)</source>
-        <translation>truncatewords_html - Nach Anzahl Worten abschneiden (HTML bewusst)</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="354" />
+      <source>truncatechars - Truncate after a number of characters</source>
+      <translation>truncatechars - Nach Anzahl Zeichen abschneiden</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="359"/>
-        <source>unordered_list - Return HTML unordered list</source>
-        <translation>unordered_list - Ungeordnete HTML LIste zurückgeben</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="357" />
+      <source>truncatewords - Truncate after a number of words</source>
+      <translation>truncatewords - Nach Anzahl Worten abschneiden</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="362"/>
-        <source>upper - Convert to uppercase</source>
-        <translation>upper - In Großbuchstaben umwandeln</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="360" />
+      <source>truncatewords_html - Truncate after a number of words (HTML aware)</source>
+      <translation>truncatewords_html - Nach Anzahl Worten abschneiden (HTML bewusst)</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="365"/>
-        <source>urlencode - Escape as URL</source>
-        <translation>urlencode - Als URL maskieren</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="365" />
+      <source>unordered_list - Return HTML unordered list</source>
+      <translation>unordered_list - Ungeordnete HTML LIste zurückgeben</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="368"/>
-        <source>urlize - Convert URLs as clickable links</source>
-        <translation>urlize - URL in anklickbaren Link umwandeln</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="368" />
+      <source>upper - Convert to uppercase</source>
+      <translation>upper - In Großbuchstaben umwandeln</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="371"/>
-        <source>urlizetrunc - Convert URLs as clickable links and truncate</source>
-        <translation>urlizetrunc - URL in anklickbaren Link umwandeln und abschneiden</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="371" />
+      <source>urlencode - Escape as URL</source>
+      <translation>urlencode - Als URL maskieren</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="376"/>
-        <source>wordcount - Return number of word</source>
-        <translation>wordcount - Wortanzahl zurückgeben</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="374" />
+      <source>urlize - Convert URLs as clickable links</source>
+      <translation>urlize - URL in anklickbaren Link umwandeln</translation>
+    </message>
+    <message>
+      <location filename="../DjangoTagsMenuHandler.py" line="377" />
+      <source>urlizetrunc - Convert URLs as clickable links and truncate</source>
+      <translation>urlizetrunc - URL in anklickbaren Link umwandeln und abschneiden</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="379"/>
-        <source>wordwrap - Wrap words</source>
-        <translation>wordwrap - Worte umbrechen</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="382" />
+      <source>wordcount - Return number of word</source>
+      <translation>wordcount - Wortanzahl zurückgeben</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="383"/>
-        <source>yesno - Map True, False and None</source>
-        <translation>yesno - True, False und None übersetzen</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="385" />
+      <source>wordwrap - Wrap words</source>
+      <translation>wordwrap - Worte umbrechen</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="397"/>
-        <source>Humanize</source>
-        <translation>Humanisierung</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="389" />
+      <source>yesno - Map True, False and None</source>
+      <translation>yesno - True, False und None übersetzen</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="625"/>
-        <source>Load Package</source>
-        <translation>Packet laden</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="403" />
+      <source>Humanize</source>
+      <translation>Humanisierung</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="402"/>
-        <source>apnumber - Format integer the Associated Press style</source>
-        <translation>apnumber - Ganzahl im Associated Press Stil formatieren</translation>
-    </message>
-    <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="406"/>
-        <source>intcomma - Format integer with commas</source>
-        <translation>intcomma - Ganzzahl mit Kommas formatieren</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="638" />
+      <location filename="../DjangoTagsMenuHandler.py" line="604" />
+      <location filename="../DjangoTagsMenuHandler.py" line="536" />
+      <location filename="../DjangoTagsMenuHandler.py" line="461" />
+      <location filename="../DjangoTagsMenuHandler.py" line="442" />
+      <location filename="../DjangoTagsMenuHandler.py" line="405" />
+      <source>Load Package</source>
+      <translation>Packet laden</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="409"/>
-        <source>intword - Convert integer to word</source>
-        <translation>intword - Ganzzahl in Wort umwandeln</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="409" />
+      <source>apnumber - Format integer the Associated Press style</source>
+      <translation>apnumber - Ganzahl im Associated Press Stil formatieren</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="413"/>
-        <source>naturalday - Format date naturally</source>
-        <translation>naturalday - Datum natürlich formatieren</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="413" />
+      <source>intcomma - Format integer with commas</source>
+      <translation>intcomma - Ganzzahl mit Kommas formatieren</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="416"/>
-        <source>naturaltime - Format time naturally</source>
-        <translation>naturaltime - Zeit natürlich formatieren</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="416" />
+      <source>intword - Convert integer to word</source>
+      <translation>intword - Ganzzahl in Wort umwandeln</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="420"/>
-        <source>ordinal - Convert integer to ordinal</source>
-        <translation>ordinal - Ganzzahl in Ordinalzahl umwandeln</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="420" />
+      <source>naturalday - Format date naturally</source>
+      <translation>naturalday - Datum natürlich formatieren</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="433"/>
-        <source>Web Design</source>
-        <translation>Web Design</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="423" />
+      <source>naturaltime - Format time naturally</source>
+      <translation>naturaltime - Zeit natürlich formatieren</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="451"/>
-        <source>Static</source>
-        <translation>Statisch</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="427" />
+      <source>ordinal - Convert integer to ordinal</source>
+      <translation>ordinal - Ganzzahl in Ordinalzahl umwandeln</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="456"/>
-        <source>static - Link to static file</source>
-        <translation>static - Link zu einer statischen Datei</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="440" />
+      <source>Web Design</source>
+      <translation>Web Design</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="459"/>
-        <source>static - Link to static file (via variable)</source>
-        <translation>static - Link zu einer statischen Datei (durch Variable)</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="446" />
+      <source>lorem - Builtin Lorem Ipsum Generator</source>
+      <translation>lorem - Eingebauter Lorem Ipsum Generator</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="462"/>
-        <source>get_static_prefix - Insert static URL</source>
-        <translation>get_static_prefix - Statische URL einfügen</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="459" />
+      <source>Static</source>
+      <translation>Statisch</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="465"/>
-        <source>get_media_prefix - Insert media URL</source>
-        <translation>get_media_prefix - Media URL einfügen</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="465" />
+      <source>static - Link to static file</source>
+      <translation>static - Link zu einer statischen Datei</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="478"/>
-        <source>Comment</source>
-        <translation>Kommentar</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="468" />
+      <source>static - Link to static file (via variable)</source>
+      <translation>static - Link zu einer statischen Datei (durch Variable)</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="479"/>
-        <source>Single Line Comment Selected Text</source>
-        <translation>Einzeiliger Kommentar aus ausgewähltem Text</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="471" />
+      <source>get_static_prefix - Insert static URL</source>
+      <translation>get_static_prefix - Statische URL einfügen</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="482"/>
-        <source>Multi Line Comment Selected Text</source>
-        <translation>Mehrzeiliger Kommentar aus ausgewähltem Text</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="474" />
+      <source>get_media_prefix - Insert media URL</source>
+      <translation>get_media_prefix - Media URL einfügen</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="486"/>
-        <source>Single Line Comment from Input Dialog</source>
-        <translation>Einzeiliger Kommentar aus Eingabedialog</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="487" />
+      <source>Comment</source>
+      <translation>Kommentar</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="489"/>
-        <source>Multi Line Comment from Input Dialog</source>
-        <translation>Mehrzeiliger Kommentar aus Eingabedialog</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="489" />
+      <source>Single Line Comment Selected Text</source>
+      <translation>Einzeiliger Kommentar aus ausgewähltem Text</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="493"/>
-        <source>Single Line Comment from Clipboard</source>
-        <translation>Einzeiliger Kommentar aus Zwischenablage</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="492" />
+      <source>Multi Line Comment Selected Text</source>
+      <translation>Mehrzeiliger Kommentar aus ausgewähltem Text</translation>
+    </message>
+    <message>
+      <location filename="../DjangoTagsMenuHandler.py" line="496" />
+      <source>Single Line Comment from Input Dialog</source>
+      <translation>Einzeiliger Kommentar aus Eingabedialog</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="496"/>
-        <source>Multi Line Comment from Clipboard</source>
-        <translation>Mehrzeiliger Kommentar aus Zwischenablage</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="499" />
+      <source>Multi Line Comment from Input Dialog</source>
+      <translation>Mehrzeiliger Kommentar aus Eingabedialog</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="500"/>
-        <source>Multi Line Comment from File</source>
-        <translation>Mehrzeiliger Kommentar aus Datei</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="503" />
+      <source>Single Line Comment from Clipboard</source>
+      <translation>Einzeiliger Kommentar aus Zwischenablage</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="504"/>
-        <source>Single Line Comment from Date Time Now</source>
-        <translation>Einzeiliger Kommentar aus aktuellem Datum und Zeit</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="506" />
+      <source>Multi Line Comment from Clipboard</source>
+      <translation>Mehrzeiliger Kommentar aus Zwischenablage</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="508"/>
-        <source>HTML Comment Out Selected Text</source>
-        <translation>Selektierten Text auskommentieren (HTML Kommentar)</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="510" />
+      <source>Multi Line Comment from File</source>
+      <translation>Mehrzeiliger Kommentar aus Datei</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="511"/>
-        <source>MS IE Conditional Comment Selected Text</source>
-        <translation>Selektierten Text in bedingten MS IE Kommentar einbinden</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="514" />
+      <source>Single Line Comment from Date Time Now</source>
+      <translation>Einzeiliger Kommentar aus aktuellem Datum und Zeit</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="524"/>
-        <source>Internationalization (i18n)</source>
-        <translation>Internationalisierung (i18n)</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="518" />
+      <source>HTML Comment Out Selected Text</source>
+      <translation>Selektierten Text auskommentieren (HTML Kommentar)</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="531"/>
-        <source>trans - Translate String or Variable</source>
-        <translation>trans - Zeichenkette oder Variable übersetzen</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="521" />
+      <source>MS IE Conditional Comment Selected Text</source>
+      <translation>Selektierten Text in bedingten MS IE Kommentar einbinden</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="534"/>
-        <source>trans..as - Translate String into Variable</source>
-        <translation>trans..as - Zeichenkette in Variable übersetzen</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="534" />
+      <source>Internationalization (i18n)</source>
+      <translation>Internationalisierung (i18n)</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="538"/>
-        <source>blocktrans - Translate Block</source>
-        <translation>blocktrans - Block übersetzen</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="542" />
+      <source>trans - Translate String or Variable</source>
+      <translation>trans - Zeichenkette oder Variable übersetzen</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="541"/>
-        <source>blocktrans..with - Translate Block with Attributes</source>
-        <translation>blocktrans..with - Block mit Attributen übersetzen</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="545" />
+      <source>trans..as - Translate String into Variable</source>
+      <translation>trans..as - Zeichenkette in Variable übersetzen</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="544"/>
-        <source>plural - Plural Block</source>
-        <translation>plural - Mehrzahlblock</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="549" />
+      <source>blocktrans - Translate Block</source>
+      <translation>blocktrans - Block übersetzen</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="547"/>
-        <source>language - Switch language</source>
-        <translation>language - Sprache umschalten</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="552" />
+      <source>blocktrans..with - Translate Block with Attributes</source>
+      <translation>blocktrans..with - Block mit Attributen übersetzen</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="551"/>
-        <source>get_current_language - Current language</source>
-        <translation>get_current_language - Aktuelle Sprache</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="555" />
+      <source>plural - Plural Block</source>
+      <translation>plural - Mehrzahlblock</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="554"/>
-        <source>get_available_languages - Available languages</source>
-        <translation>get_available_languages - Verfügbae Sprachen</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="558" />
+      <source>language - Switch language</source>
+      <translation>language - Sprache umschalten</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="557"/>
-        <source>get_current_language_bidi - Current language&apos;s direction</source>
-        <translation>get_current_language_bidi - Richtung der aktuellen Sprache</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="562" />
+      <source>get_current_language - Current language</source>
+      <translation>get_current_language - Aktuelle Sprache</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="561"/>
-        <source>get_language_info - Language Information</source>
-        <translation>get_language_info - Sprachinformationen</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="565" />
+      <source>get_available_languages - Available languages</source>
+      <translation>get_available_languages - Verfügbae Sprachen</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="564"/>
-        <source>get_language_info_list - Language Information for a list of languages</source>
-        <translation>get_language_info_list - Sprachinformationen für eine Liste von Sprachen</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="568" />
+      <source>get_current_language_bidi - Current language's direction</source>
+      <translation>get_current_language_bidi - Richtung der aktuellen Sprache</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="571"/>
-        <source>language_name - Language name</source>
-        <translation>language_name - Name der Sprache</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="572" />
+      <source>get_language_info - Language Information</source>
+      <translation>get_language_info - Sprachinformationen</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="574"/>
-        <source>language_name_local - Language name translated</source>
-        <translation>language_name_local - Übersetzter Name der Sprache</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="575" />
+      <source>get_language_info_list - Language Information for a list of languages</source>
+      <translation>get_language_info_list - Sprachinformationen für eine Liste von Sprachen</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="577"/>
-        <source>bidi - Language&apos;s direction</source>
-        <translation>bidi - Richtung der Sprache</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="582" />
+      <source>language_name - Language name</source>
+      <translation>language_name - Name der Sprache</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="591"/>
-        <source>Localization (l10n)</source>
-        <translation>Lokalisierung (l10n)</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="585" />
+      <source>language_name_local - Language name translated</source>
+      <translation>language_name_local - Übersetzter Name der Sprache</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="598"/>
-        <source>localize on - Activate Localization</source>
-        <translation>localize on - Lokalisierung aktivieren</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="588" />
+      <source>bidi - Language's direction</source>
+      <translation>bidi - Richtung der Sprache</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="601"/>
-        <source>localize off - Dectivate Localization</source>
-        <translation>localize off - Lokalisierung deaktivieren</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="602" />
+      <source>Localization (l10n)</source>
+      <translation>Lokalisierung (l10n)</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="607"/>
-        <source>localize - Output value localized</source>
-        <translation>localize - Wert lokalisiert ausgeben</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="610" />
+      <source>localize on - Activate Localization</source>
+      <translation>localize on - Lokalisierung aktivieren</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="610"/>
-        <source>unlocalize - Output value non-localized</source>
-        <translation>unlocalize - Wert nicht lokalisiert ausgeben</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="613" />
+      <source>localize off - Dectivate Localization</source>
+      <translation>localize off - Lokalisierung deaktivieren</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="624"/>
-        <source>Timezone (tz)</source>
-        <translation>Zeitzone (tz)</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="619" />
+      <source>localize - Output value localized</source>
+      <translation>localize - Wert lokalisiert ausgeben</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="631"/>
-        <source>localtime on - Activate date and time conversion</source>
-        <translation>localtime on - Datums- und Zeitkonvertierung aktivieren</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="622" />
+      <source>unlocalize - Output value non-localized</source>
+      <translation>unlocalize - Wert nicht lokalisiert ausgeben</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="634"/>
-        <source>localtime off - Deactivate date and time conversion</source>
-        <translation>localtime off - Datums- und Zeitkonvertierung deaktivieren</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="636" />
+      <source>Timezone (tz)</source>
+      <translation>Zeitzone (tz)</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="637"/>
-        <source>timezone - Set timezone for date and time conversion</source>
-        <translation>timezone - Zeitzone für Datums- und Zeitkonvertierung setzen</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="644" />
+      <source>localtime on - Activate date and time conversion</source>
+      <translation>localtime on - Datums- und Zeitkonvertierung aktivieren</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="640"/>
-        <source>timezone None - Unset timezone for date and time conversion</source>
-        <translation>timezone None - Zeitzone für Datums- und Zeitkonvertierung löschen</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="647" />
+      <source>localtime off - Deactivate date and time conversion</source>
+      <translation>localtime off - Datums- und Zeitkonvertierung deaktivieren</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="644"/>
-        <source>get_current_timezone - Get current time zone</source>
-        <translation>get_current_timezone - Aktuelle Zeitzone</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="650" />
+      <source>timezone - Set timezone for date and time conversion</source>
+      <translation>timezone - Zeitzone für Datums- und Zeitkonvertierung setzen</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="650"/>
-        <source>localtime - Convert to local time zone</source>
-        <translation>localtime - Nach lokaler Zeitzone umwandeln</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="653" />
+      <source>timezone None - Unset timezone for date and time conversion</source>
+      <translation>timezone None - Zeitzone für Datums- und Zeitkonvertierung löschen</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="653"/>
-        <source>utc - Convert to UTC</source>
-        <translation>utc - Nach UTC umwandeln</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="657" />
+      <source>get_current_timezone - Get current time zone</source>
+      <translation>get_current_timezone - Aktuelle Zeitzone</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="656"/>
-        <source>timezone - Convert to a specific time zone</source>
-        <translation>timezone - Nach einer spezifischen Zeitzone umwandeln</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="663" />
+      <source>localtime - Convert to local time zone</source>
+      <translation>localtime - Nach lokaler Zeitzone umwandeln</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="720"/>
-        <source>Named Block</source>
-        <translation>Benannter Block</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="666" />
+      <source>utc - Convert to UTC</source>
+      <translation>utc - Nach UTC umwandeln</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="720"/>
-        <source>Enter block name:</source>
-        <translation>Blocknamen eingeben:</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="669" />
+      <source>timezone - Convert to a specific time zone</source>
+      <translation>timezone - Nach einer spezifischen Zeitzone umwandeln</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="736"/>
-        <source>Cycle Variables</source>
-        <translation>Variablen durchwechseln</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="738" />
+      <source>Named Block</source>
+      <translation>Benannter Block</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="736"/>
-        <source>Enter items to cycle, space separated</source>
-        <translation>Durchzuwechselnde Elemente durch Leerzeichen getrennt angeben</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="739" />
+      <source>Enter block name:</source>
+      <translation>Blocknamen eingeben:</translation>
+    </message>
+    <message>
+      <location filename="../DjangoTagsMenuHandler.py" line="750" />
+      <source>Cycle Variables</source>
+      <translation>Variablen durchwechseln</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="754"/>
-        <source>Extends</source>
-        <translation>Erweitern</translation>
-    </message>
-    <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="852"/>
-        <source>Enter variable name:</source>
-        <translation>Variablennamen eingeben:</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="751" />
+      <source>Enter items to cycle, space separated</source>
+      <translation>Durchzuwechselnde Elemente durch Leerzeichen getrennt angeben</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="754"/>
-        <source>Enter parent file name:</source>
-        <translation>Namen der Elterndatei eingeben:</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="768" />
+      <location filename="../DjangoTagsMenuHandler.py" line="760" />
+      <source>Extends</source>
+      <translation>Erweitern</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="762"/>
-        <source>Tag Filters</source>
-        <translation>Tag Filter</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="867" />
+      <location filename="../DjangoTagsMenuHandler.py" line="761" />
+      <source>Enter variable name:</source>
+      <translation>Variablennamen eingeben:</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="762"/>
-        <source>Multiple filters with arguments, pipes separated:</source>
-        <translation>Mehrere Filter mit Argumenten (getrennt durch |):</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="769" />
+      <source>Enter parent file name:</source>
+      <translation>Namen der Elterndatei eingeben:</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="773"/>
-        <source>First Of</source>
-        <translation>Erstes Argument</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="776" />
+      <source>Tag Filters</source>
+      <translation>Tag Filter</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="773"/>
-        <source>Enter multiple variables, space separated:</source>
-        <translation>Mehrer Variablen eingeben (getrennt durch Leerzeichen):</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="777" />
+      <source>Multiple filters with arguments, pipes separated:</source>
+      <translation>Mehrere Filter mit Argumenten (getrennt durch |):</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="773"/>
-        <source>Enter fallback value:</source>
-        <translation>Rückfallwert eingeben:</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="787" />
+      <source>First Of</source>
+      <translation>Erstes Argument</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="798"/>
-        <source>For Loop</source>
-        <translation>for Schleife</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="788" />
+      <source>Enter multiple variables, space separated:</source>
+      <translation>Mehrer Variablen eingeben (getrennt durch Leerzeichen):</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="798"/>
-        <source>Enter variable to use for iteration:</source>
-        <translation>Variable für Iteration eingeben:</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="789" />
+      <source>Enter fallback value:</source>
+      <translation>Rückfallwert eingeben:</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="798"/>
-        <source>Enter sequence to iterate over:</source>
-        <translation>Zu iterierende Sequenz eingeben:</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="812" />
+      <location filename="../DjangoTagsMenuHandler.py" line="800" />
+      <source>For Loop</source>
+      <translation>for Schleife</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="798"/>
-        <source>Enter output to use if loop is empty:</source>
-        <translation>Ausgabe für leere Schleife eingeben:</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="813" />
+      <location filename="../DjangoTagsMenuHandler.py" line="801" />
+      <source>Enter variable to use for iteration:</source>
+      <translation>Variable für Iteration eingeben:</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="817"/>
-        <source>Check Variables for Changes</source>
-        <translation>Prüfe Variable auf Veränderungen</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="814" />
+      <location filename="../DjangoTagsMenuHandler.py" line="802" />
+      <source>Enter sequence to iterate over:</source>
+      <translation>Zu iterierende Sequenz eingeben:</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="817"/>
-        <source>Enter variables to check (space separated):</source>
-        <translation>Zu prüfende Variablen eingeben (getrennt durch Leerzeichen):</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="815" />
+      <source>Enter output to use if loop is empty:</source>
+      <translation>Ausgabe für leere Schleife eingeben:</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="828"/>
-        <source>Check If Equal</source>
-        <translation>Gleichheit prüfen</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="831" />
+      <source>Check Variables for Changes</source>
+      <translation>Prüfe Variable auf Veränderungen</translation>
+    </message>
+    <message>
+      <location filename="../DjangoTagsMenuHandler.py" line="832" />
+      <source>Enter variables to check (space separated):</source>
+      <translation>Zu prüfende Variablen eingeben (getrennt durch Leerzeichen):</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="840"/>
-        <source>Enter first variable or string to check:</source>
-        <translation>Erste zu prüfende Variable eingeben:</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="842" />
+      <source>Check If Equal</source>
+      <translation>Gleichheit prüfen</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="840"/>
-        <source>Enter second variable or string to check:</source>
-        <translation>Zweite zu prüfende Variable eingeben:</translation>
-    </message>
-    <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="840"/>
-        <source>Check If Not Equal</source>
-        <translation>Ungleichheit prüfen</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="855" />
+      <location filename="../DjangoTagsMenuHandler.py" line="843" />
+      <source>Enter first variable or string to check:</source>
+      <translation>Erste zu prüfende Variable eingeben:</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="860"/>
-        <source>Include</source>
-        <translation>Einbinden</translation>
-    </message>
-    <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="860"/>
-        <source>Enter file name:</source>
-        <translation>Dateinamen eingeben:</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="856" />
+      <location filename="../DjangoTagsMenuHandler.py" line="844" />
+      <source>Enter second variable or string to check:</source>
+      <translation>Zweite zu prüfende Variable eingeben:</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="868"/>
-        <source>Load</source>
-        <translation>Laden</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="854" />
+      <source>Check If Not Equal</source>
+      <translation>Ungleichheit prüfen</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="868"/>
-        <source>Enter template tag set to load:</source>
-        <translation>Namen des Vorlagen Tag Satzes eingeben:</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="874" />
+      <location filename="../DjangoTagsMenuHandler.py" line="866" />
+      <source>Include</source>
+      <translation>Einbinden</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="876"/>
-        <source>Now</source>
-        <translation>Jetzt</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="875" />
+      <source>Enter file name:</source>
+      <translation>Dateinamen eingeben:</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="876"/>
-        <source>Current date time format:</source>
-        <translation>Format für aktuelles Datum und Zeit:</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="882" />
+      <source>Load</source>
+      <translation>Laden</translation>
+    </message>
+    <message>
+      <location filename="../DjangoTagsMenuHandler.py" line="883" />
+      <source>Enter template tag set to load:</source>
+      <translation>Namen des Vorlagen Tag Satzes eingeben:</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="886"/>
-        <source>Regroup List</source>
-        <translation>Liste neu ordnen</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="890" />
+      <source>Now</source>
+      <translation>Jetzt</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="886"/>
-        <source>List Variable:</source>
-        <translation>Listenvariable:</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="891" />
+      <source>Current date time format:</source>
+      <translation>Format für aktuelles Datum und Zeit:</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="886"/>
-        <source>Common Attribute:</source>
-        <translation>Gemeinsames Attribut:</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="900" />
+      <source>Regroup List</source>
+      <translation>Liste neu ordnen</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="886"/>
-        <source>Name of resulting list:</source>
-        <translation>Name der Ergebnisliste:</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="901" />
+      <source>List Variable:</source>
+      <translation>Listenvariable:</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="908"/>
-        <source>SSI</source>
-        <translation>SSI</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="901" />
+      <source>Common Attribute:</source>
+      <translation>Gemeinsames Attribut:</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="900"/>
-        <source>Full path to template:</source>
-        <translation>Vollständiger Pfad zur Vorlage:</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="902" />
+      <source>Name of resulting list:</source>
+      <translation>Name der Ergebnisliste:</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1379"/>
-        <source>All Files (*)</source>
-        <translation>Alle Dateien (*)</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="922" />
+      <location filename="../DjangoTagsMenuHandler.py" line="914" />
+      <source>SSI</source>
+      <translation>SSI</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="916"/>
-        <source>Template Tag</source>
-        <translation>Vorlagen Tag</translation>
-    </message>
-    <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="916"/>
-        <source>Argument:</source>
-        <translation>Argument:</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="915" />
+      <source>Full path to template:</source>
+      <translation>Vollständiger Pfad zur Vorlage:</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="928"/>
-        <source>URL</source>
-        <translation>URL</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1395" />
+      <location filename="../DjangoTagsMenuHandler.py" line="924" />
+      <source>All Files (*)</source>
+      <translation>Alle Dateien (*)</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="940"/>
-        <source>View method name:</source>
-        <translation>Name der Anzeigemethode:</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="930" />
+      <source>Template Tag</source>
+      <translation>Vorlagen Tag</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="940"/>
-        <source>Optional arguments (space separated):</source>
-        <translation>Optionale Argumente (getrennt durch Leerzeichen):</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="931" />
+      <source>Argument:</source>
+      <translation>Argument:</translation>
+    </message>
+    <message>
+      <location filename="../DjangoTagsMenuHandler.py" line="942" />
+      <source>URL</source>
+      <translation>URL</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="940"/>
-        <source>URL...as</source>
-        <translation>URL...as</translation>
-    </message>
-    <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="940"/>
-        <source>URL name:</source>
-        <translation>URL Name:</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="955" />
+      <location filename="../DjangoTagsMenuHandler.py" line="943" />
+      <source>View method name:</source>
+      <translation>Name der Anzeigemethode:</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="957"/>
-        <source>Width Ratio</source>
-        <translation>Breitenverhältnis</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="956" />
+      <location filename="../DjangoTagsMenuHandler.py" line="944" />
+      <source>Optional arguments (space separated):</source>
+      <translation>Optionale Argumente (getrennt durch Leerzeichen):</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="957"/>
-        <source>Variable:</source>
-        <translation>Variable:</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="954" />
+      <source>URL...as</source>
+      <translation>URL...as</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="957"/>
-        <source>Maximum Value:</source>
-        <translation>Maximaler Wert:</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="957" />
+      <source>URL name:</source>
+      <translation>URL Name:</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="957"/>
-        <source>Maximum Width:</source>
-        <translation>Maximale Breite:</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="971" />
+      <source>Width Ratio</source>
+      <translation>Breitenverhältnis</translation>
+    </message>
+    <message>
+      <location filename="../DjangoTagsMenuHandler.py" line="972" />
+      <source>Variable:</source>
+      <translation>Variable:</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="968"/>
-        <source>Cache Variables</source>
-        <translation>Variablen zwischenspeichern</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="973" />
+      <source>Maximum Value:</source>
+      <translation>Maximaler Wert:</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="968"/>
-        <source>Variables to cache as key=value (space separated):</source>
-        <translation>Zwischenzuspeichernde Variablen als Schlüssel=Wert (getrennt durch Leerzeichen):</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="974" />
+      <source>Maximum Width:</source>
+      <translation>Maximale Breite:</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="983"/>
-        <source>Add Variable or String</source>
-        <translation>Variable oder Zeichenkette addieren</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="982" />
+      <source>Cache Variables</source>
+      <translation>Variablen zwischenspeichern</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="983"/>
-        <source>Variables or String to add:</source>
-        <translation>Zu addierende Variablen oder Zeichenkette:</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="983" />
+      <source>Variables to cache as key=value (space separated):</source>
+      <translation>Zwischenzuspeichernde Variablen als Schlüssel=Wert (getrennt durch Leerzeichen):</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="995"/>
-        <source>Center Value</source>
-        <translation>Wert zentrieren</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="997" />
+      <source>Add Variable or String</source>
+      <translation>Variable oder Zeichenkette addieren</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1157"/>
-        <source>Enter width of the output:</source>
-        <translation>Breite der Ausgabe eingeben:</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="998" />
+      <source>Variables or String to add:</source>
+      <translation>Zu addierende Variablen oder Zeichenkette:</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1003"/>
-        <source>Cut Characters</source>
-        <translation>Zeichen ausschneiden</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1009" />
+      <source>Center Value</source>
+      <translation>Wert zentrieren</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1003"/>
-        <source>Characters to cut:</source>
-        <translation>Auszuschneidende Zeichen:</translation>
-    </message>
-    <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1189"/>
-        <source>Format Date</source>
-        <translation>Datum formatieren</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1172" />
+      <location filename="../DjangoTagsMenuHandler.py" line="1135" />
+      <location filename="../DjangoTagsMenuHandler.py" line="1010" />
+      <source>Enter width of the output:</source>
+      <translation>Breite der Ausgabe eingeben:</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1189"/>
-        <source>Enter date format:</source>
-        <translation>Datumsformat eingeben:</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1017" />
+      <source>Cut Characters</source>
+      <translation>Zeichen ausschneiden</translation>
+    </message>
+    <message>
+      <location filename="../DjangoTagsMenuHandler.py" line="1018" />
+      <source>Characters to cut:</source>
+      <translation>Auszuschneidende Zeichen:</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1024"/>
-        <source>Default Value if False</source>
-        <translation>Standardwert wenn nicht wahr</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1203" />
+      <location filename="../DjangoTagsMenuHandler.py" line="1025" />
+      <source>Format Date</source>
+      <translation>Datum formatieren</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1024"/>
-        <source>Enter default value if result is False:</source>
-        <translation>Standardwert wenn Ergebnis nicht wahr ist:</translation>
-    </message>
-    <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1032"/>
-        <source>Default Value if None</source>
-        <translation>Standardwert wenn None</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1204" />
+      <location filename="../DjangoTagsMenuHandler.py" line="1026" />
+      <source>Enter date format:</source>
+      <translation>Datumsformat eingeben:</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1032"/>
-        <source>Enter default value if result is None:</source>
-        <translation>Standardwert wenn Ergebnis None ist:</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1038" />
+      <source>Default Value if False</source>
+      <translation>Standardwert wenn nicht wahr</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1040"/>
-        <source>Sort Dictionaries</source>
-        <translation>Dictionaries sortieren</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1039" />
+      <source>Enter default value if result is False:</source>
+      <translation>Standardwert wenn Ergebnis nicht wahr ist:</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1048"/>
-        <source>Enter key to sort on:</source>
-        <translation>Sortierschlüssel eingeben:</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1046" />
+      <source>Default Value if None</source>
+      <translation>Standardwert wenn None</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1048"/>
-        <source>Sort Dictionaries reversed</source>
-        <translation>Dictionaries umgekehrt sortieren</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1047" />
+      <source>Enter default value if result is None:</source>
+      <translation>Standardwert wenn Ergebnis None ist:</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1056"/>
-        <source>Check Divisibility</source>
-        <translation>Teilbarkeit prüfen</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1054" />
+      <source>Sort Dictionaries</source>
+      <translation>Dictionaries sortieren</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1056"/>
-        <source>Enter divisor value:</source>
-        <translation>Wert des Divisors eingeben:</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1063" />
+      <location filename="../DjangoTagsMenuHandler.py" line="1055" />
+      <source>Enter key to sort on:</source>
+      <translation>Sortierschlüssel eingeben:</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1074"/>
-        <source>Format Floating Number</source>
-        <translation>Fließkommazahl formatieren</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1062" />
+      <source>Sort Dictionaries reversed</source>
+      <translation>Dictionaries umgekehrt sortieren</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1074"/>
-        <source>Enter number of decimal places:</source>
-        <translation>Nachkommastellen eingeben:</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1070" />
+      <source>Check Divisibility</source>
+      <translation>Teilbarkeit prüfen</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1084"/>
-        <source>Get Rightmost Digit</source>
-        <translation>Ziffer von rechts extrahieren</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1071" />
+      <source>Enter divisor value:</source>
+      <translation>Wert des Divisors eingeben:</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1084"/>
-        <source>Enter index of digit:</source>
-        <translation>Index der Ziffer eingeben:</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1088" />
+      <source>Format Floating Number</source>
+      <translation>Fließkommazahl formatieren</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1094"/>
-        <source>Join List</source>
-        <translation>Liste vereinigen</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1089" />
+      <source>Enter number of decimal places:</source>
+      <translation>Nachkommastellen eingeben:</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1094"/>
-        <source>Enter string to join by:</source>
-        <translation>Verbindungszeichenkette eingeben:</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1098" />
+      <source>Get Rightmost Digit</source>
+      <translation>Ziffer von rechts extrahieren</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1106"/>
-        <source>Check Length</source>
-        <translation>Länge prüfen</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1099" />
+      <source>Enter index of digit:</source>
+      <translation>Index der Ziffer eingeben:</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1106"/>
-        <source>Enter desired length:</source>
-        <translation>Geplante Länge eingeben:</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1108" />
+      <source>Join List</source>
+      <translation>Liste vereinigen</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1120"/>
-        <source>Left-align Value</source>
-        <translation>Wert linksbündig ausgeben</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1109" />
+      <source>Enter string to join by:</source>
+      <translation>Verbindungszeichenkette eingeben:</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1134"/>
-        <source>Plural Suffix</source>
-        <translation>Mehrzahlendung</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1120" />
+      <source>Check Length</source>
+      <translation>Länge prüfen</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1134"/>
-        <source>Enter plural suffix (nothing for default):</source>
-        <translation>Mehrzahlendung eingeben (leer für Standard):</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1121" />
+      <source>Enter desired length:</source>
+      <translation>Geplante Länge eingeben:</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1149"/>
-        <source>Remove HTML Tags</source>
-        <translation>HTML Tags entfernen</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1134" />
+      <source>Left-align Value</source>
+      <translation>Wert linksbündig ausgeben</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1149"/>
-        <source>Enter HTML tags to remove (space separated):</source>
-        <translation>Zu entfernende HTML Tags eingeben (durch Leerzeichen getrennt):</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1148" />
+      <source>Plural Suffix</source>
+      <translation>Mehrzahlendung</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1157"/>
-        <source>Right-align Value</source>
-        <translation>Wert rechtsbündig ausgeben</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1149" />
+      <source>Enter plural suffix (nothing for default):</source>
+      <translation>Mehrzahlendung eingeben (leer für Standard):</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1169"/>
-        <source>Extract slice of a list</source>
-        <translation>Listenausschnitt extrahieren</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1163" />
+      <source>Remove HTML Tags</source>
+      <translation>HTML Tags entfernen</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1169"/>
-        <source>Enter Python like slice expression:</source>
-        <translation>Python ähnlicher Ausdruck für Listenbereich:</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1164" />
+      <source>Enter HTML tags to remove (space separated):</source>
+      <translation>Zu entfernende HTML Tags eingeben (durch Leerzeichen getrennt):</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1179"/>
-        <source>Perform String Formatting</source>
-        <translation>Zeichenkettenformatierung</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1171" />
+      <source>Right-align Value</source>
+      <translation>Wert rechtsbündig ausgeben</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1179"/>
-        <source>Enter Python like string format:</source>
-        <translation>Python Zeichenkettenformat eingeben:</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1183" />
+      <source>Extract slice of a list</source>
+      <translation>Listenausschnitt extrahieren</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1201"/>
-        <source>Time Since</source>
-        <translation>Zeit seit</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1184" />
+      <source>Enter Python like slice expression:</source>
+      <translation>Python ähnlicher Ausdruck für Listenbereich:</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1212"/>
-        <source>Enter variable containing time reference:</source>
-        <translation>Variable für Zeitreferenz eingeben:</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1193" />
+      <source>Perform String Formatting</source>
+      <translation>Zeichenkettenformatierung</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1212"/>
-        <source>Time Until</source>
-        <translation>Zeit bis</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1194" />
+      <source>Enter Python like string format:</source>
+      <translation>Python Zeichenkettenformat eingeben:</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1241"/>
-        <source>Truncate String</source>
-        <translation>Zeichenkette abschneiden</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1215" />
+      <source>Time Since</source>
+      <translation>Zeit seit</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1267"/>
-        <source>Enter number of characters:</source>
-        <translation>Zeichenanzahl eingeben:</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1227" />
+      <location filename="../DjangoTagsMenuHandler.py" line="1216" />
+      <source>Enter variable containing time reference:</source>
+      <translation>Variable für Zeitreferenz eingeben:</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1241"/>
-        <source>Enter number of words:</source>
-        <translation>Wordanzahl eingeben:</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1226" />
+      <source>Time Until</source>
+      <translation>Zeit bis</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1257"/>
-        <source>Convert URLs as clickable links and truncate</source>
-        <translation>URL in anklickbaren Link umwandeln und abschneiden</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1255" />
+      <location filename="../DjangoTagsMenuHandler.py" line="1247" />
+      <location filename="../DjangoTagsMenuHandler.py" line="1239" />
+      <source>Truncate String</source>
+      <translation>Zeichenkette abschneiden</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1267"/>
-        <source>Wrap words</source>
-        <translation>Worte umbrechen</translation>
-    </message>
-    <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1275"/>
-        <source>Map True, False and None</source>
-        <translation>True, False und None übersetzen</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1282" />
+      <location filename="../DjangoTagsMenuHandler.py" line="1272" />
+      <location filename="../DjangoTagsMenuHandler.py" line="1240" />
+      <source>Enter number of characters:</source>
+      <translation>Zeichenanzahl eingeben:</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1275"/>
-        <source>Enter mapping (comma separated):</source>
-        <translation>Übersetzung eingeben (getrennt durch Komma):</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1256" />
+      <location filename="../DjangoTagsMenuHandler.py" line="1248" />
+      <source>Enter number of words:</source>
+      <translation>Wordanzahl eingeben:</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1332"/>
-        <source>Link to static file</source>
-        <translation>Link zu einer statischen Datei</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1271" />
+      <source>Convert URLs as clickable links and truncate</source>
+      <translation>URL in anklickbaren Link umwandeln und abschneiden</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1324"/>
-        <source>Enter relative path of static file:</source>
-        <translation>Relativen Pfad zur statischen Datei eingeben:</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1281" />
+      <source>Wrap words</source>
+      <translation>Worte umbrechen</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1332"/>
-        <source>Enter variable containing relative path of static file:</source>
-        <translation>Variable mit relativem Pfad der statischen Datei eingeben:</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1289" />
+      <source>Map True, False and None</source>
+      <translation>True, False und None übersetzen</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1357"/>
-        <source>Single Line Comment</source>
-        <translation>Einzeiliger Kommentar</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1290" />
+      <source>Enter mapping (comma separated):</source>
+      <translation>Übersetzung eingeben (getrennt durch Komma):</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1366"/>
-        <source>Enter comment:</source>
-        <translation>Kommentar eingeben:</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1346" />
+      <location filename="../DjangoTagsMenuHandler.py" line="1338" />
+      <source>Link to static file</source>
+      <translation>Link zu einer statischen Datei</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1366"/>
-        <source>Multi Line Comment</source>
-        <translation>Mehrzeiliger Kommentar</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1339" />
+      <source>Enter relative path of static file:</source>
+      <translation>Relativen Pfad zur statischen Datei eingeben:</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1393"/>
-        <source>Comment File</source>
-        <translation>Kommentardatei</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1347" />
+      <source>Enter variable containing relative path of static file:</source>
+      <translation>Variable mit relativem Pfad der statischen Datei eingeben:</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1393"/>
-        <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
-        <translation>&lt;p&gt;Die Datei &lt;b&gt;{0}&lt;/b&gt; konnte nicht gelesen werden.&lt;/p&gt;&lt;p&gt;Ursache: {1}&lt;/p&gt;</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1371" />
+      <source>Single Line Comment</source>
+      <translation>Einzeiliger Kommentar</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1426"/>
-        <source>Translate String into Variable</source>
-        <translation>Zeichenkette in Variable übersetzen</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1380" />
+      <location filename="../DjangoTagsMenuHandler.py" line="1372" />
+      <source>Enter comment:</source>
+      <translation>Kommentar eingeben:</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1426"/>
-        <source>Enter variable receiving translation:</source>
-        <translation>Variable für Übersetzung eingeben:</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1379" />
+      <source>Multi Line Comment</source>
+      <translation>Mehrzeiliger Kommentar</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1440"/>
-        <source>Translate Block with Attributes</source>
-        <translation>Block mit Attributen übersetzen</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1406" />
+      <location filename="../DjangoTagsMenuHandler.py" line="1393" />
+      <source>Comment File</source>
+      <translation>Kommentardatei</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1440"/>
-        <source>Enter attribute binding expressions (space separated):</source>
-        <translation>Ausdrücke für Attributbindungen eingeben (getrennt durch Leerzeichen):</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1407" />
+      <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
+      <translation>&lt;p&gt;Die Datei &lt;b&gt;{0}&lt;/b&gt; konnte nicht gelesen werden.&lt;/p&gt;&lt;p&gt;Ursache: {1}&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1455"/>
-        <source>Switch language</source>
-        <translation>Sprache umschalten</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1439" />
+      <source>Translate String into Variable</source>
+      <translation>Zeichenkette in Variable übersetzen</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1455"/>
-        <source>Enter language:</source>
-        <translation>Sprache eingeben:</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1440" />
+      <source>Enter variable receiving translation:</source>
+      <translation>Variable für Übersetzung eingeben:</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1472"/>
-        <source>Language Information</source>
-        <translation>Sprachinformationen</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1453" />
+      <source>Translate Block with Attributes</source>
+      <translation>Block mit Attributen übersetzen</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1472"/>
-        <source>Enter language string or variable (empty for LANGUAGE_CODE):</source>
-        <translation>Sprache als Zeichenkette oder Variable eingeben (leer für LANGUAGE_CODE):</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1454" />
+      <source>Enter attribute binding expressions (space separated):</source>
+      <translation>Ausdrücke für Attributbindungen eingeben (getrennt durch Leerzeichen):</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1487"/>
-        <source>Language Information for a list of languages</source>
-        <translation>Sprachinformationen für eine Liste von Sprachen</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1468" />
+      <source>Switch language</source>
+      <translation>Sprache umschalten</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1487"/>
-        <source>Enter language list variable (empty for LANGUAGES):</source>
-        <translation>Variable der Sprachenliste eingeben (leer für LANGUAGES):</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1469" />
+      <source>Enter language:</source>
+      <translation>Sprache eingeben:</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="213"/>
-        <source>default - Use default if False</source>
-        <translation>default_if_none - Standartwert wenn Nicht Wahr</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1485" />
+      <source>Language Information</source>
+      <translation>Sprachinformationen</translation>
+    </message>
+    <message>
+      <location filename="../DjangoTagsMenuHandler.py" line="1486" />
+      <source>Enter language string or variable (empty for LANGUAGE_CODE):</source>
+      <translation>Sprache als Zeichenkette oder Variable eingeben (leer für LANGUAGE_CODE):</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="229"/>
-        <source>escape - Escape as HTML</source>
-        <translation>escape - Als HTML maskieren</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1500" />
+      <source>Language Information for a list of languages</source>
+      <translation>Sprachinformationen für eine Liste von Sprachen</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="438"/>
-        <source>lorem - Builtin Lorem Ipsum Generator</source>
-        <translation>lorem - Eingebauter Lorem Ipsum Generator</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1501" />
+      <source>Enter language list variable (empty for LANGUAGES):</source>
+      <translation>Variable der Sprachenliste eingeben (leer für LANGUAGES):</translation>
     </message>
-</context>
-<context>
+  </context>
+  <context>
     <name>FindTemplateTagDialog</name>
     <message>
-        <location filename="../FindTemplateTagDialog.ui" line="14"/>
-        <source>Find Template Tag</source>
-        <translation>Vorlagentag suchen</translation>
+      <location filename="../FindTemplateTagDialog.ui" line="0" />
+      <source>Find Template Tag</source>
+      <translation>Vorlagentag suchen</translation>
+    </message>
+    <message>
+      <location filename="../FindTemplateTagDialog.ui" line="0" />
+      <source>&lt;b&gt;Find Tags and Filters while Typing:&lt;/b&gt;</source>
+      <translation>&lt;b&gt;Tags und Filter während der Eingabe suchen:&lt;/b&gt;</translation>
     </message>
     <message>
-        <location filename="../FindTemplateTagDialog.ui" line="23"/>
-        <source>&lt;b&gt;Find Tags and Filters while Typing:&lt;/b&gt;</source>
-        <translation>&lt;b&gt;Tags und Filter während der Eingabe suchen:&lt;/b&gt;</translation>
+      <location filename="../FindTemplateTagDialog.ui" line="0" />
+      <location filename="../FindTemplateTagDialog.ui" line="0" />
+      <source>Type to find tag</source>
+      <translation>Tippen, um Tag zu suchen</translation>
     </message>
     <message>
-        <location filename="../FindTemplateTagDialog.ui" line="33"/>
-        <source>Type to find tag</source>
-        <translation>Tippen, um Tag zu suchen</translation>
-    </message>
-    <message>
-        <location filename="../FindTemplateTagDialog.ui" line="61"/>
-        <source>Press to create the entered template tag</source>
-        <translation>Drücken, um das eingegebene Vorlagentag zu erzeugen</translation>
+      <location filename="../FindTemplateTagDialog.ui" line="0" />
+      <source>Press to create the entered template tag</source>
+      <translation>Drücken, um das eingegebene Vorlagentag zu erzeugen</translation>
     </message>
     <message>
-        <location filename="../FindTemplateTagDialog.ui" line="64"/>
-        <source>Create Template Tag</source>
-        <translation>Vorlagentag erzeugen</translation>
+      <location filename="../FindTemplateTagDialog.ui" line="0" />
+      <source>Create Template Tag</source>
+      <translation>Vorlagentag erzeugen</translation>
     </message>
-</context>
-<context>
+  </context>
+  <context>
     <name>IeCommentDialog</name>
     <message>
-        <location filename="../IeCommentDialog.ui" line="14"/>
-        <source>IE Comment</source>
-        <translation>IE Kommentar</translation>
+      <location filename="../IeCommentDialog.ui" line="0" />
+      <source>IE Comment</source>
+      <translation>IE Kommentar</translation>
     </message>
     <message>
-        <location filename="../IeCommentDialog.ui" line="25"/>
-        <source>Conditional Format:</source>
-        <translation>Bedingung:</translation>
+      <location filename="../IeCommentDialog.ui" line="0" />
+      <source>Conditional Format:</source>
+      <translation>Bedingung:</translation>
     </message>
     <message>
-        <location filename="../IeCommentDialog.ui" line="34"/>
-        <source>Select the conditional</source>
-        <translation>Bedingung auswählen</translation>
+      <location filename="../IeCommentDialog.ui" line="0" />
+      <source>Select the conditional</source>
+      <translation>Bedingung auswählen</translation>
     </message>
     <message>
-        <location filename="../IeCommentDialog.ui" line="56"/>
-        <source>MS IE Version:</source>
-        <translation>MS IE Version:</translation>
+      <location filename="../IeCommentDialog.ui" line="0" />
+      <source>MS IE Version:</source>
+      <translation>MS IE Version:</translation>
     </message>
     <message>
-        <location filename="../IeCommentDialog.ui" line="65"/>
-        <source>Enter the IE Version</source>
-        <translation>IE Version eingeben</translation>
+      <location filename="../IeCommentDialog.ui" line="0" />
+      <source>Enter the IE Version</source>
+      <translation>IE Version eingeben</translation>
     </message>
-</context>
-<context>
+  </context>
+  <context>
     <name>IfTagInputDialog</name>
     <message>
-        <location filename="../IfTagInputDialog.ui" line="14"/>
-        <source>If Tag Template</source>
-        <translation>If Tag Vorlage</translation>
+      <location filename="../IfTagInputDialog.ui" line="0" />
+      <source>If Tag Template</source>
+      <translation>If Tag Vorlage</translation>
     </message>
     <message>
-        <location filename="../IfTagInputDialog.ui" line="23"/>
-        <source>&apos;if&apos; expression:</source>
-        <translation>&apos;if&apos; Ausdruck:</translation>
+      <location filename="../IfTagInputDialog.ui" line="0" />
+      <source>'if' expression:</source>
+      <translation>'if' Ausdruck:</translation>
     </message>
     <message>
-        <location filename="../IfTagInputDialog.ui" line="30"/>
-        <source>Enter the &apos;if&apos; expression</source>
-        <translation>&apos;if&apos; Ausdruck eingeben</translation>
+      <location filename="../IfTagInputDialog.ui" line="0" />
+      <source>Enter the 'if' expression</source>
+      <translation>'if' Ausdruck eingeben</translation>
     </message>
     <message>
-        <location filename="../IfTagInputDialog.ui" line="37"/>
-        <source>&apos;elif&apos; expressions (one per line):</source>
-        <translation>&apos;elif&apos; Ausdrücke (einen pro Zeile):</translation>
+      <location filename="../IfTagInputDialog.ui" line="0" />
+      <source>'elif' expressions (one per line):</source>
+      <translation>'elif' Ausdrücke (einen pro Zeile):</translation>
     </message>
     <message>
-        <location filename="../IfTagInputDialog.ui" line="44"/>
-        <source>Enter &apos;elif&apos; expressions one per line</source>
-        <translation>&apos;elif&apos; Ausdrücke zeilenweise eingeben</translation>
+      <location filename="../IfTagInputDialog.ui" line="0" />
+      <source>Enter 'elif' expressions one per line</source>
+      <translation>'elif' Ausdrücke zeilenweise eingeben</translation>
     </message>
     <message>
-        <location filename="../IfTagInputDialog.ui" line="51"/>
-        <source>Select to include an &apos;else&apos; part</source>
-        <translation>Auswählen, um einen &apos;else&apos; Zweig zu erzeugen</translation>
+      <location filename="../IfTagInputDialog.ui" line="0" />
+      <source>Select to include an 'else' part</source>
+      <translation>Auswählen, um einen 'else' Zweig zu erzeugen</translation>
     </message>
     <message>
-        <location filename="../IfTagInputDialog.ui" line="54"/>
-        <source>Include &apos;else&apos;</source>
-        <translation>&apos;else&apos; erzeugen</translation>
+      <location filename="../IfTagInputDialog.ui" line="0" />
+      <source>Include 'else'</source>
+      <translation>'else' erzeugen</translation>
     </message>
-</context>
-<context>
+  </context>
+  <context>
     <name>LoremTagInputDialog</name>
     <message>
-        <location filename="../LoremTagInputDialog.ui" line="14"/>
-        <source>Lorem Tag Template</source>
-        <translation>Lorem Tag Vorlage</translation>
+      <location filename="../LoremTagInputDialog.ui" line="0" />
+      <source>Lorem Tag Template</source>
+      <translation>Lorem Tag Vorlage</translation>
     </message>
     <message>
-        <location filename="../LoremTagInputDialog.ui" line="23"/>
-        <source>Count:</source>
-        <translation>Anzahl:</translation>
+      <location filename="../LoremTagInputDialog.ui" line="0" />
+      <source>Count:</source>
+      <translation>Anzahl:</translation>
     </message>
     <message>
-        <location filename="../LoremTagInputDialog.ui" line="53"/>
-        <source>Method:</source>
-        <translation>Methode:</translation>
+      <location filename="../LoremTagInputDialog.ui" line="0" />
+      <source>Method:</source>
+      <translation>Methode:</translation>
     </message>
     <message>
-        <location filename="../LoremTagInputDialog.ui" line="61"/>
-        <source>Plain text paragraphs</source>
-        <translation>Klartext Abschnitte</translation>
+      <location filename="../LoremTagInputDialog.ui" line="0" />
+      <source>Plain text paragraphs</source>
+      <translation>Klartext Abschnitte</translation>
     </message>
     <message>
-        <location filename="../LoremTagInputDialog.ui" line="66"/>
-        <source>HTML paragraphs</source>
-        <translation>HTML Abschnitte</translation>
+      <location filename="../LoremTagInputDialog.ui" line="0" />
+      <source>HTML paragraphs</source>
+      <translation>HTML Abschnitte</translation>
     </message>
     <message>
-        <location filename="../LoremTagInputDialog.ui" line="71"/>
-        <source>Words</source>
-        <translation>Worte</translation>
+      <location filename="../LoremTagInputDialog.ui" line="0" />
+      <source>Words</source>
+      <translation>Worte</translation>
     </message>
     <message>
-        <location filename="../LoremTagInputDialog.ui" line="79"/>
-        <source>Generate random text</source>
-        <translation>Zufälligen Text generieren</translation>
+      <location filename="../LoremTagInputDialog.ui" line="0" />
+      <source>Generate random text</source>
+      <translation>Zufälligen Text generieren</translation>
     </message>
-</context>
-<context>
+  </context>
+  <context>
     <name>ProjectDjangoTagsMenuPlugin</name>
     <message>
-        <location filename="../../PluginProjectDjangoTagsMenu.py" line="67"/>
-        <source>Template Tags</source>
-        <translation>Tag Vorlagen</translation>
+      <location filename="../../PluginProjectDjangoTagsMenu.py" line="69" />
+      <source>Template Tags</source>
+      <translation>Tag Vorlagen</translation>
     </message>
-</context>
-<context>
+  </context>
+  <context>
     <name>TimezoneSelectionDialog</name>
     <message>
-        <location filename="../TimezoneSelectionDialog.ui" line="14"/>
-        <source>Select Time Zone</source>
-        <translation>Zeitzone auswählen</translation>
+      <location filename="../TimezoneSelectionDialog.ui" line="0" />
+      <source>Select Time Zone</source>
+      <translation>Zeitzone auswählen</translation>
     </message>
     <message>
-        <location filename="../TimezoneSelectionDialog.ui" line="25"/>
-        <source>Region:</source>
-        <translation>Region:</translation>
+      <location filename="../TimezoneSelectionDialog.ui" line="0" />
+      <source>Region:</source>
+      <translation>Region:</translation>
     </message>
     <message>
-        <location filename="../TimezoneSelectionDialog.ui" line="32"/>
-        <source>Select the time zone region</source>
-        <translation>Region der Zeitzone auswählen</translation>
+      <location filename="../TimezoneSelectionDialog.ui" line="0" />
+      <source>Select the time zone region</source>
+      <translation>Region der Zeitzone auswählen</translation>
     </message>
     <message>
-        <location filename="../TimezoneSelectionDialog.ui" line="39"/>
-        <source>City:</source>
-        <translation>Stadt:</translation>
+      <location filename="../TimezoneSelectionDialog.ui" line="0" />
+      <source>City:</source>
+      <translation>Stadt:</translation>
     </message>
     <message>
-        <location filename="../TimezoneSelectionDialog.ui" line="49"/>
-        <source>Select the time zone city</source>
-        <translation>Stadt der Zeitzone auswählen</translation>
+      <location filename="../TimezoneSelectionDialog.ui" line="0" />
+      <source>Select the time zone city</source>
+      <translation>Stadt der Zeitzone auswählen</translation>
     </message>
-</context>
+  </context>
 </TS>
Binary file ProjectDjangoTagsMenu/i18n/djangotagsmenu_en.qm has changed
--- a/ProjectDjangoTagsMenu/i18n/djangotagsmenu_en.ts	Sat May 29 15:04:13 2021 +0200
+++ b/ProjectDjangoTagsMenu/i18n/djangotagsmenu_en.ts	Sun May 30 11:51:44 2021 +0200
@@ -1,1469 +1,1508 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE TS><TS version="2.0" language="en_US" sourcelanguage="">
-<context>
+<!DOCTYPE TS>
+<TS version="2.0" language="en_US" sourcelanguage="">
+  <context>
     <name>DjangoTagsMenuHandler</name>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="53"/>
-        <source>Django Template Tags Locator</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="56" />
+      <source>Django Template Tags Locator</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="630"/>
-        <source>Tags</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="642" />
+      <location filename="../DjangoTagsMenuHandler.py" line="608" />
+      <location filename="../DjangoTagsMenuHandler.py" line="540" />
+      <location filename="../DjangoTagsMenuHandler.py" line="76" />
+      <source>Tags</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="73"/>
-        <source>autoescape - Auto Escape Characters</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="78" />
+      <source>autoescape - Auto Escape Characters</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="77"/>
-        <source>block - Named Block</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="82" />
+      <source>block - Named Block</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="81"/>
-        <source>comment - Multiline Comment</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="86" />
+      <source>comment - Multiline Comment</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="84"/>
-        <source>csrf_token - Cross Site Request Forgery Token</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="89" />
+      <source>csrf_token - Cross Site Request Forgery Token</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="87"/>
-        <source>cycle - Cycle variables each time used</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="92" />
+      <source>cycle - Cycle variables each time used</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="91"/>
-        <source>debug - Output Debug Information</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="96" />
+      <source>debug - Output Debug Information</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="95"/>
-        <source>extends - Extend a template with variable contents</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="100" />
+      <source>extends - Extend a template with variable contents</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="98"/>
-        <source>extends - Extend a template with file</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="103" />
+      <source>extends - Extend a template with file</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="102"/>
-        <source>filter - Filtered Block for one or more filters</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="107" />
+      <source>filter - Filtered Block for one or more filters</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="105"/>
-        <source>firstof - Outputs first argument variable that is True</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="110" />
+      <source>firstof - Outputs first argument variable that is True</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="108"/>
-        <source>for - For Loop</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="113" />
+      <source>for - For Loop</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="111"/>
-        <source>for...empty - For Loop with fallback for empty loop</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="116" />
+      <source>for...empty - For Loop with fallback for empty loop</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="115"/>
-        <source>if - if...elif...else... clauses</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="120" />
+      <source>if - if...elif...else... clauses</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="118"/>
-        <source>ifchanged - Check if a value has changed</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="123" />
+      <source>ifchanged - Check if a value has changed</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="121"/>
-        <source>ifequal - Output block if variables are equal</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="126" />
+      <source>ifequal - Output block if variables are equal</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="124"/>
-        <source>ifnotequal - Output block if variables are not equal</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="129" />
+      <source>ifnotequal - Output block if variables are not equal</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="127"/>
-        <source>include - Render template given by variable</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="132" />
+      <source>include - Render template given by variable</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="130"/>
-        <source>include - Render template given by file name</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="135" />
+      <source>include - Render template given by file name</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="134"/>
-        <source>load - Load a custom template tag set</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="139" />
+      <source>load - Load a custom template tag set</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="138"/>
-        <source>now - Display current date and time</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="143" />
+      <source>now - Display current date and time</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="142"/>
-        <source>regroup - Regroup list of alike objects by a common attribute</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="147" />
+      <source>regroup - Regroup list of alike objects by a common attribute</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="147"/>
-        <source>spaceless - Remove whitespace between HTML tags</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="152" />
+      <source>spaceless - Remove whitespace between HTML tags</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="150"/>
-        <source>ssi - Output contents of a given file into the page</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="155" />
+      <source>ssi - Output contents of a given file into the page</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="153"/>
-        <source>ssi - Output contents of a given file into the page (dialog selection)</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="158" />
+      <source>ssi - Output contents of a given file into the page (dialog selection)</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="158"/>
-        <source>templatetag - Output syntax characters used for template</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="163" />
+      <source>templatetag - Output syntax characters used for template</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="163"/>
-        <source>url - Return an absolute path reference</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="168" />
+      <source>url - Return an absolute path reference</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="166"/>
-        <source>url...as - Return an absolute path reference</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="171" />
+      <source>url...as - Return an absolute path reference</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="170"/>
-        <source>verbatim - Output block contents without rendering</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="175" />
+      <source>verbatim - Output block contents without rendering</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="174"/>
-        <source>widthratio - Calculate width ratio</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="179" />
+      <source>widthratio - Calculate width ratio</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="177"/>
-        <source>with - Cache a complex variable under a simpler name</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="182" />
+      <source>with - Cache a complex variable under a simpler name</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="649"/>
-        <source>Filters</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="661" />
+      <location filename="../DjangoTagsMenuHandler.py" line="617" />
+      <location filename="../DjangoTagsMenuHandler.py" line="580" />
+      <location filename="../DjangoTagsMenuHandler.py" line="195" />
+      <source>Filters</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="192"/>
-        <source>A-I</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="193"/>
-        <source>add - Add variable or string</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="197" />
+      <source>A-I</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="196"/>
-        <source>addslashes - Add slashes before quotes</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="199" />
+      <source>add - Add variable or string</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="200"/>
-        <source>capfirst - Capitalize first character</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="202" />
+      <source>addslashes - Add slashes before quotes</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="203"/>
-        <source>center - Center value</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="206" />
+      <source>capfirst - Capitalize first character</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="206"/>
-        <source>cut - Cut characters</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="209" />
+      <source>center - Center value</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="210"/>
-        <source>date - Format date</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="212" />
+      <source>cut - Cut characters</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="216"/>
-        <source>default_if_none - Use default if None</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="216" />
+      <source>date - Format date</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="219"/>
-        <source>dictsort - Sort dictionaries</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="219" />
+      <source>default - Use default if False</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="222"/>
-        <source>dictsortreversed - Sort dictionaries reversed</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="222" />
+      <source>default_if_none - Use default if None</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="225"/>
-        <source>divisibleby - Check divisibility</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="225" />
+      <source>dictsort - Sort dictionaries</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="232"/>
-        <source>escapejs - Escape as JavaScript</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="228" />
+      <source>dictsortreversed - Sort dictionaries reversed</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="236"/>
-        <source>filesizeformat - Format file sizes</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="231" />
+      <source>divisibleby - Check divisibility</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="239"/>
-        <source>first - First item of a list</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="235" />
+      <source>escape - Escape as HTML</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="242"/>
-        <source>fix_ampersands - Replace ampersands</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="238" />
+      <source>escapejs - Escape as JavaScript</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="245"/>
-        <source>floatformat - Format floating numbers</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="242" />
+      <source>filesizeformat - Format file sizes</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="248"/>
-        <source>force_escape - Escape as HTML immediately</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="245" />
+      <source>first - First item of a list</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="252"/>
-        <source>get_digit - Extract rightmost digit</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="248" />
+      <source>fix_ampersands - Replace ampersands</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="256"/>
-        <source>iriencode - Convert IRI to string</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="251" />
+      <source>floatformat - Format floating numbers</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="261"/>
-        <source>J-R</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="254" />
+      <source>force_escape - Escape as HTML immediately</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="262"/>
-        <source>join - Join list</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="258" />
+      <source>get_digit - Extract rightmost digit</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="266"/>
-        <source>last - Return last item in list</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="262" />
+      <source>iriencode - Convert IRI to string</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="269"/>
-        <source>length - Return length of the value</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="266" />
+      <source>J-R</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="272"/>
-        <source>length_is - Check length</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="268" />
+      <source>join - Join list</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="275"/>
-        <source>linebreaks - Replace line breaks with HTML</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="272" />
+      <source>last - Return last item in list</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="278"/>
-        <source>linebreaksbr - Replace line breaks with &lt;br/&gt;</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="275" />
+      <source>length - Return length of the value</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="281"/>
-        <source>linenumbers - Display text with line numbers</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="278" />
+      <source>length_is - Check length</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="284"/>
-        <source>ljust - Left-align value</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="281" />
+      <source>linebreaks - Replace line breaks with HTML</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="287"/>
-        <source>lower - Convert to lowercase</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="284" />
+      <source>linebreaksbr - Replace line breaks with &lt;br/&gt;</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="291"/>
-        <source>make_list - Turn value into a list</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="287" />
+      <source>linenumbers - Display text with line numbers</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../DjangoTagsMenuHandler.py" line="290" />
+      <source>ljust - Left-align value</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="295"/>
-        <source>phone2numeric - Convert phone number into numeric</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="293" />
+      <source>lower - Convert to lowercase</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="298"/>
-        <source>pluralize - Return plural suffix</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="297" />
+      <source>make_list - Turn value into a list</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="301"/>
-        <source>pprint - Pretty Print</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="301" />
+      <source>phone2numeric - Convert phone number into numeric</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="305"/>
-        <source>random - Return random item from list</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="304" />
+      <source>pluralize - Return plural suffix</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="308"/>
-        <source>removetags - Remove HTML tags</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="307" />
+      <source>pprint - Pretty Print</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="311"/>
-        <source>rjust - Right-align value</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="311" />
+      <source>random - Return random item from list</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="316"/>
-        <source>S-Z</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="314" />
+      <source>removetags - Remove HTML tags</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="317"/>
-        <source>safe - Mark as not requiring HTML escaping </source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="317" />
+      <source>rjust - Right-align value</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="320"/>
-        <source>safeseq - Mark as a safe sequence</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="321" />
+      <source>S-Z</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="323"/>
-        <source>slice - Return a slice of a list</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="323" />
+      <source>safe - Mark as not requiring HTML escaping </source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="326"/>
-        <source>slugify - Return value slugified</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="326" />
+      <source>safeseq - Mark as a safe sequence</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="329"/>
-        <source>stringformat - Format variable</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="329" />
+      <source>slice - Return a slice of a list</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="332"/>
-        <source>striptags - Strip all HTML tags</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="332" />
+      <source>slugify - Return value slugified</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="336"/>
-        <source>time - Format time</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="335" />
+      <source>stringformat - Format variable</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="339"/>
-        <source>timesince - Format as time since</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="338" />
+      <source>striptags - Strip all HTML tags</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="342"/>
-        <source>timeuntil - Format as time until</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="342" />
+      <source>time - Format time</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="345"/>
-        <source>title - Convert to titlecase</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="345" />
+      <source>timesince - Format as time since</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="348"/>
-        <source>truncatechars - Truncate after a number of characters</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="348" />
+      <source>timeuntil - Format as time until</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="351"/>
-        <source>truncatewords - Truncate after a number of words</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="351" />
+      <source>title - Convert to titlecase</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="354"/>
-        <source>truncatewords_html - Truncate after a number of words (HTML aware)</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="354" />
+      <source>truncatechars - Truncate after a number of characters</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="359"/>
-        <source>unordered_list - Return HTML unordered list</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="357" />
+      <source>truncatewords - Truncate after a number of words</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="362"/>
-        <source>upper - Convert to uppercase</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="360" />
+      <source>truncatewords_html - Truncate after a number of words (HTML aware)</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="365"/>
-        <source>urlencode - Escape as URL</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="365" />
+      <source>unordered_list - Return HTML unordered list</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="368"/>
-        <source>urlize - Convert URLs as clickable links</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="368" />
+      <source>upper - Convert to uppercase</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="371"/>
-        <source>urlizetrunc - Convert URLs as clickable links and truncate</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="371" />
+      <source>urlencode - Escape as URL</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="376"/>
-        <source>wordcount - Return number of word</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="374" />
+      <source>urlize - Convert URLs as clickable links</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../DjangoTagsMenuHandler.py" line="377" />
+      <source>urlizetrunc - Convert URLs as clickable links and truncate</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="379"/>
-        <source>wordwrap - Wrap words</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="382" />
+      <source>wordcount - Return number of word</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="383"/>
-        <source>yesno - Map True, False and None</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="385" />
+      <source>wordwrap - Wrap words</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="397"/>
-        <source>Humanize</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="389" />
+      <source>yesno - Map True, False and None</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="625"/>
-        <source>Load Package</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="403" />
+      <source>Humanize</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="402"/>
-        <source>apnumber - Format integer the Associated Press style</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="406"/>
-        <source>intcomma - Format integer with commas</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="638" />
+      <location filename="../DjangoTagsMenuHandler.py" line="604" />
+      <location filename="../DjangoTagsMenuHandler.py" line="536" />
+      <location filename="../DjangoTagsMenuHandler.py" line="461" />
+      <location filename="../DjangoTagsMenuHandler.py" line="442" />
+      <location filename="../DjangoTagsMenuHandler.py" line="405" />
+      <source>Load Package</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="409"/>
-        <source>intword - Convert integer to word</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="409" />
+      <source>apnumber - Format integer the Associated Press style</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="413"/>
-        <source>naturalday - Format date naturally</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="413" />
+      <source>intcomma - Format integer with commas</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="416"/>
-        <source>naturaltime - Format time naturally</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="416" />
+      <source>intword - Convert integer to word</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="420"/>
-        <source>ordinal - Convert integer to ordinal</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="420" />
+      <source>naturalday - Format date naturally</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="433"/>
-        <source>Web Design</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="423" />
+      <source>naturaltime - Format time naturally</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="451"/>
-        <source>Static</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="427" />
+      <source>ordinal - Convert integer to ordinal</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="456"/>
-        <source>static - Link to static file</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="440" />
+      <source>Web Design</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="459"/>
-        <source>static - Link to static file (via variable)</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="446" />
+      <source>lorem - Builtin Lorem Ipsum Generator</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="462"/>
-        <source>get_static_prefix - Insert static URL</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="459" />
+      <source>Static</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="465"/>
-        <source>get_media_prefix - Insert media URL</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="465" />
+      <source>static - Link to static file</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="478"/>
-        <source>Comment</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="468" />
+      <source>static - Link to static file (via variable)</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="479"/>
-        <source>Single Line Comment Selected Text</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="471" />
+      <source>get_static_prefix - Insert static URL</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="482"/>
-        <source>Multi Line Comment Selected Text</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="474" />
+      <source>get_media_prefix - Insert media URL</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="486"/>
-        <source>Single Line Comment from Input Dialog</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="487" />
+      <source>Comment</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="489"/>
-        <source>Multi Line Comment from Input Dialog</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="489" />
+      <source>Single Line Comment Selected Text</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="493"/>
-        <source>Single Line Comment from Clipboard</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="492" />
+      <source>Multi Line Comment Selected Text</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../DjangoTagsMenuHandler.py" line="496" />
+      <source>Single Line Comment from Input Dialog</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="496"/>
-        <source>Multi Line Comment from Clipboard</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="499" />
+      <source>Multi Line Comment from Input Dialog</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="500"/>
-        <source>Multi Line Comment from File</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="503" />
+      <source>Single Line Comment from Clipboard</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="504"/>
-        <source>Single Line Comment from Date Time Now</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="506" />
+      <source>Multi Line Comment from Clipboard</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="508"/>
-        <source>HTML Comment Out Selected Text</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="510" />
+      <source>Multi Line Comment from File</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="511"/>
-        <source>MS IE Conditional Comment Selected Text</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="514" />
+      <source>Single Line Comment from Date Time Now</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="524"/>
-        <source>Internationalization (i18n)</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="518" />
+      <source>HTML Comment Out Selected Text</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="531"/>
-        <source>trans - Translate String or Variable</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="521" />
+      <source>MS IE Conditional Comment Selected Text</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="534"/>
-        <source>trans..as - Translate String into Variable</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="534" />
+      <source>Internationalization (i18n)</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="538"/>
-        <source>blocktrans - Translate Block</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="542" />
+      <source>trans - Translate String or Variable</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="541"/>
-        <source>blocktrans..with - Translate Block with Attributes</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="545" />
+      <source>trans..as - Translate String into Variable</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="544"/>
-        <source>plural - Plural Block</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="549" />
+      <source>blocktrans - Translate Block</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="547"/>
-        <source>language - Switch language</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="552" />
+      <source>blocktrans..with - Translate Block with Attributes</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="551"/>
-        <source>get_current_language - Current language</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="555" />
+      <source>plural - Plural Block</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="554"/>
-        <source>get_available_languages - Available languages</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="558" />
+      <source>language - Switch language</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="557"/>
-        <source>get_current_language_bidi - Current language&apos;s direction</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="562" />
+      <source>get_current_language - Current language</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="561"/>
-        <source>get_language_info - Language Information</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="565" />
+      <source>get_available_languages - Available languages</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="564"/>
-        <source>get_language_info_list - Language Information for a list of languages</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="568" />
+      <source>get_current_language_bidi - Current language's direction</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="571"/>
-        <source>language_name - Language name</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="572" />
+      <source>get_language_info - Language Information</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="574"/>
-        <source>language_name_local - Language name translated</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="575" />
+      <source>get_language_info_list - Language Information for a list of languages</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="577"/>
-        <source>bidi - Language&apos;s direction</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="582" />
+      <source>language_name - Language name</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="591"/>
-        <source>Localization (l10n)</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="585" />
+      <source>language_name_local - Language name translated</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="598"/>
-        <source>localize on - Activate Localization</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="588" />
+      <source>bidi - Language's direction</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="601"/>
-        <source>localize off - Dectivate Localization</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="602" />
+      <source>Localization (l10n)</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="607"/>
-        <source>localize - Output value localized</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="610" />
+      <source>localize on - Activate Localization</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="610"/>
-        <source>unlocalize - Output value non-localized</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="613" />
+      <source>localize off - Dectivate Localization</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="624"/>
-        <source>Timezone (tz)</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="619" />
+      <source>localize - Output value localized</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="631"/>
-        <source>localtime on - Activate date and time conversion</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="622" />
+      <source>unlocalize - Output value non-localized</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="634"/>
-        <source>localtime off - Deactivate date and time conversion</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="636" />
+      <source>Timezone (tz)</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="637"/>
-        <source>timezone - Set timezone for date and time conversion</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="644" />
+      <source>localtime on - Activate date and time conversion</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="640"/>
-        <source>timezone None - Unset timezone for date and time conversion</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="647" />
+      <source>localtime off - Deactivate date and time conversion</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="644"/>
-        <source>get_current_timezone - Get current time zone</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="650" />
+      <source>timezone - Set timezone for date and time conversion</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="650"/>
-        <source>localtime - Convert to local time zone</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="653" />
+      <source>timezone None - Unset timezone for date and time conversion</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="653"/>
-        <source>utc - Convert to UTC</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="657" />
+      <source>get_current_timezone - Get current time zone</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="656"/>
-        <source>timezone - Convert to a specific time zone</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="663" />
+      <source>localtime - Convert to local time zone</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="720"/>
-        <source>Named Block</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="666" />
+      <source>utc - Convert to UTC</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="720"/>
-        <source>Enter block name:</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="669" />
+      <source>timezone - Convert to a specific time zone</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="736"/>
-        <source>Cycle Variables</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="738" />
+      <source>Named Block</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="736"/>
-        <source>Enter items to cycle, space separated</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="739" />
+      <source>Enter block name:</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../DjangoTagsMenuHandler.py" line="750" />
+      <source>Cycle Variables</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="754"/>
-        <source>Extends</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="852"/>
-        <source>Enter variable name:</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="751" />
+      <source>Enter items to cycle, space separated</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="754"/>
-        <source>Enter parent file name:</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="768" />
+      <location filename="../DjangoTagsMenuHandler.py" line="760" />
+      <source>Extends</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="762"/>
-        <source>Tag Filters</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="867" />
+      <location filename="../DjangoTagsMenuHandler.py" line="761" />
+      <source>Enter variable name:</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="762"/>
-        <source>Multiple filters with arguments, pipes separated:</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="769" />
+      <source>Enter parent file name:</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="773"/>
-        <source>First Of</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="776" />
+      <source>Tag Filters</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="773"/>
-        <source>Enter multiple variables, space separated:</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="777" />
+      <source>Multiple filters with arguments, pipes separated:</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="773"/>
-        <source>Enter fallback value:</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="787" />
+      <source>First Of</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="798"/>
-        <source>For Loop</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="788" />
+      <source>Enter multiple variables, space separated:</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="798"/>
-        <source>Enter variable to use for iteration:</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="789" />
+      <source>Enter fallback value:</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="798"/>
-        <source>Enter sequence to iterate over:</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="812" />
+      <location filename="../DjangoTagsMenuHandler.py" line="800" />
+      <source>For Loop</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="798"/>
-        <source>Enter output to use if loop is empty:</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="813" />
+      <location filename="../DjangoTagsMenuHandler.py" line="801" />
+      <source>Enter variable to use for iteration:</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="817"/>
-        <source>Check Variables for Changes</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="814" />
+      <location filename="../DjangoTagsMenuHandler.py" line="802" />
+      <source>Enter sequence to iterate over:</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="817"/>
-        <source>Enter variables to check (space separated):</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="815" />
+      <source>Enter output to use if loop is empty:</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="828"/>
-        <source>Check If Equal</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="831" />
+      <source>Check Variables for Changes</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../DjangoTagsMenuHandler.py" line="832" />
+      <source>Enter variables to check (space separated):</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="840"/>
-        <source>Enter first variable or string to check:</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="842" />
+      <source>Check If Equal</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="840"/>
-        <source>Enter second variable or string to check:</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="840"/>
-        <source>Check If Not Equal</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="855" />
+      <location filename="../DjangoTagsMenuHandler.py" line="843" />
+      <source>Enter first variable or string to check:</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="860"/>
-        <source>Include</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="860"/>
-        <source>Enter file name:</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="856" />
+      <location filename="../DjangoTagsMenuHandler.py" line="844" />
+      <source>Enter second variable or string to check:</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="868"/>
-        <source>Load</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="854" />
+      <source>Check If Not Equal</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="868"/>
-        <source>Enter template tag set to load:</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="874" />
+      <location filename="../DjangoTagsMenuHandler.py" line="866" />
+      <source>Include</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="876"/>
-        <source>Now</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="875" />
+      <source>Enter file name:</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="876"/>
-        <source>Current date time format:</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="882" />
+      <source>Load</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../DjangoTagsMenuHandler.py" line="883" />
+      <source>Enter template tag set to load:</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="886"/>
-        <source>Regroup List</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="890" />
+      <source>Now</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="886"/>
-        <source>List Variable:</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="891" />
+      <source>Current date time format:</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="886"/>
-        <source>Common Attribute:</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="900" />
+      <source>Regroup List</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="886"/>
-        <source>Name of resulting list:</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="901" />
+      <source>List Variable:</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="908"/>
-        <source>SSI</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="901" />
+      <source>Common Attribute:</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="900"/>
-        <source>Full path to template:</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="902" />
+      <source>Name of resulting list:</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1379"/>
-        <source>All Files (*)</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="922" />
+      <location filename="../DjangoTagsMenuHandler.py" line="914" />
+      <source>SSI</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="916"/>
-        <source>Template Tag</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="916"/>
-        <source>Argument:</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="915" />
+      <source>Full path to template:</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="928"/>
-        <source>URL</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1395" />
+      <location filename="../DjangoTagsMenuHandler.py" line="924" />
+      <source>All Files (*)</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="940"/>
-        <source>View method name:</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="930" />
+      <source>Template Tag</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="940"/>
-        <source>Optional arguments (space separated):</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="931" />
+      <source>Argument:</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../DjangoTagsMenuHandler.py" line="942" />
+      <source>URL</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="940"/>
-        <source>URL...as</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="940"/>
-        <source>URL name:</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="955" />
+      <location filename="../DjangoTagsMenuHandler.py" line="943" />
+      <source>View method name:</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="957"/>
-        <source>Width Ratio</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="956" />
+      <location filename="../DjangoTagsMenuHandler.py" line="944" />
+      <source>Optional arguments (space separated):</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="957"/>
-        <source>Variable:</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="954" />
+      <source>URL...as</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="957"/>
-        <source>Maximum Value:</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="957" />
+      <source>URL name:</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="957"/>
-        <source>Maximum Width:</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="971" />
+      <source>Width Ratio</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../DjangoTagsMenuHandler.py" line="972" />
+      <source>Variable:</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="968"/>
-        <source>Cache Variables</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="973" />
+      <source>Maximum Value:</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="968"/>
-        <source>Variables to cache as key=value (space separated):</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="974" />
+      <source>Maximum Width:</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="983"/>
-        <source>Add Variable or String</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="982" />
+      <source>Cache Variables</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="983"/>
-        <source>Variables or String to add:</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="983" />
+      <source>Variables to cache as key=value (space separated):</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="995"/>
-        <source>Center Value</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="997" />
+      <source>Add Variable or String</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1157"/>
-        <source>Enter width of the output:</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="998" />
+      <source>Variables or String to add:</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1003"/>
-        <source>Cut Characters</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1009" />
+      <source>Center Value</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1003"/>
-        <source>Characters to cut:</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1189"/>
-        <source>Format Date</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1172" />
+      <location filename="../DjangoTagsMenuHandler.py" line="1135" />
+      <location filename="../DjangoTagsMenuHandler.py" line="1010" />
+      <source>Enter width of the output:</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1189"/>
-        <source>Enter date format:</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1017" />
+      <source>Cut Characters</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../DjangoTagsMenuHandler.py" line="1018" />
+      <source>Characters to cut:</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1024"/>
-        <source>Default Value if False</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1203" />
+      <location filename="../DjangoTagsMenuHandler.py" line="1025" />
+      <source>Format Date</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1024"/>
-        <source>Enter default value if result is False:</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1032"/>
-        <source>Default Value if None</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1204" />
+      <location filename="../DjangoTagsMenuHandler.py" line="1026" />
+      <source>Enter date format:</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1032"/>
-        <source>Enter default value if result is None:</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1038" />
+      <source>Default Value if False</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1040"/>
-        <source>Sort Dictionaries</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1039" />
+      <source>Enter default value if result is False:</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1048"/>
-        <source>Enter key to sort on:</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1046" />
+      <source>Default Value if None</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1048"/>
-        <source>Sort Dictionaries reversed</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1047" />
+      <source>Enter default value if result is None:</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1056"/>
-        <source>Check Divisibility</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1054" />
+      <source>Sort Dictionaries</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1056"/>
-        <source>Enter divisor value:</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1063" />
+      <location filename="../DjangoTagsMenuHandler.py" line="1055" />
+      <source>Enter key to sort on:</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1074"/>
-        <source>Format Floating Number</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1062" />
+      <source>Sort Dictionaries reversed</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1074"/>
-        <source>Enter number of decimal places:</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1070" />
+      <source>Check Divisibility</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1084"/>
-        <source>Get Rightmost Digit</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1071" />
+      <source>Enter divisor value:</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1084"/>
-        <source>Enter index of digit:</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1088" />
+      <source>Format Floating Number</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1094"/>
-        <source>Join List</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1089" />
+      <source>Enter number of decimal places:</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1094"/>
-        <source>Enter string to join by:</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1098" />
+      <source>Get Rightmost Digit</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1106"/>
-        <source>Check Length</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1099" />
+      <source>Enter index of digit:</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1106"/>
-        <source>Enter desired length:</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1108" />
+      <source>Join List</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1120"/>
-        <source>Left-align Value</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1109" />
+      <source>Enter string to join by:</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1134"/>
-        <source>Plural Suffix</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1120" />
+      <source>Check Length</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1134"/>
-        <source>Enter plural suffix (nothing for default):</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1121" />
+      <source>Enter desired length:</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1149"/>
-        <source>Remove HTML Tags</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1134" />
+      <source>Left-align Value</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1149"/>
-        <source>Enter HTML tags to remove (space separated):</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1148" />
+      <source>Plural Suffix</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1157"/>
-        <source>Right-align Value</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1149" />
+      <source>Enter plural suffix (nothing for default):</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1169"/>
-        <source>Extract slice of a list</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1163" />
+      <source>Remove HTML Tags</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1169"/>
-        <source>Enter Python like slice expression:</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1164" />
+      <source>Enter HTML tags to remove (space separated):</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1179"/>
-        <source>Perform String Formatting</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1171" />
+      <source>Right-align Value</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1179"/>
-        <source>Enter Python like string format:</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1183" />
+      <source>Extract slice of a list</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1201"/>
-        <source>Time Since</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1184" />
+      <source>Enter Python like slice expression:</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1212"/>
-        <source>Enter variable containing time reference:</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1193" />
+      <source>Perform String Formatting</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1212"/>
-        <source>Time Until</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1194" />
+      <source>Enter Python like string format:</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1241"/>
-        <source>Truncate String</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1215" />
+      <source>Time Since</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1267"/>
-        <source>Enter number of characters:</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1227" />
+      <location filename="../DjangoTagsMenuHandler.py" line="1216" />
+      <source>Enter variable containing time reference:</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1241"/>
-        <source>Enter number of words:</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1226" />
+      <source>Time Until</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1257"/>
-        <source>Convert URLs as clickable links and truncate</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1255" />
+      <location filename="../DjangoTagsMenuHandler.py" line="1247" />
+      <location filename="../DjangoTagsMenuHandler.py" line="1239" />
+      <source>Truncate String</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1267"/>
-        <source>Wrap words</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1275"/>
-        <source>Map True, False and None</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1282" />
+      <location filename="../DjangoTagsMenuHandler.py" line="1272" />
+      <location filename="../DjangoTagsMenuHandler.py" line="1240" />
+      <source>Enter number of characters:</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1275"/>
-        <source>Enter mapping (comma separated):</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1256" />
+      <location filename="../DjangoTagsMenuHandler.py" line="1248" />
+      <source>Enter number of words:</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1332"/>
-        <source>Link to static file</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1271" />
+      <source>Convert URLs as clickable links and truncate</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1324"/>
-        <source>Enter relative path of static file:</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1281" />
+      <source>Wrap words</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1332"/>
-        <source>Enter variable containing relative path of static file:</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1289" />
+      <source>Map True, False and None</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1357"/>
-        <source>Single Line Comment</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1290" />
+      <source>Enter mapping (comma separated):</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1366"/>
-        <source>Enter comment:</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1346" />
+      <location filename="../DjangoTagsMenuHandler.py" line="1338" />
+      <source>Link to static file</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1366"/>
-        <source>Multi Line Comment</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1339" />
+      <source>Enter relative path of static file:</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1393"/>
-        <source>Comment File</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1347" />
+      <source>Enter variable containing relative path of static file:</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1393"/>
-        <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1371" />
+      <source>Single Line Comment</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1426"/>
-        <source>Translate String into Variable</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1380" />
+      <location filename="../DjangoTagsMenuHandler.py" line="1372" />
+      <source>Enter comment:</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1426"/>
-        <source>Enter variable receiving translation:</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1379" />
+      <source>Multi Line Comment</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1440"/>
-        <source>Translate Block with Attributes</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1406" />
+      <location filename="../DjangoTagsMenuHandler.py" line="1393" />
+      <source>Comment File</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1440"/>
-        <source>Enter attribute binding expressions (space separated):</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1407" />
+      <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1455"/>
-        <source>Switch language</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1439" />
+      <source>Translate String into Variable</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1455"/>
-        <source>Enter language:</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1440" />
+      <source>Enter variable receiving translation:</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1472"/>
-        <source>Language Information</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1453" />
+      <source>Translate Block with Attributes</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1472"/>
-        <source>Enter language string or variable (empty for LANGUAGE_CODE):</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1454" />
+      <source>Enter attribute binding expressions (space separated):</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1487"/>
-        <source>Language Information for a list of languages</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1468" />
+      <source>Switch language</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1487"/>
-        <source>Enter language list variable (empty for LANGUAGES):</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1469" />
+      <source>Enter language:</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="213"/>
-        <source>default - Use default if False</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1485" />
+      <source>Language Information</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../DjangoTagsMenuHandler.py" line="1486" />
+      <source>Enter language string or variable (empty for LANGUAGE_CODE):</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="229"/>
-        <source>escape - Escape as HTML</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1500" />
+      <source>Language Information for a list of languages</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="438"/>
-        <source>lorem - Builtin Lorem Ipsum Generator</source>
-        <translation type="unfinished"></translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1501" />
+      <source>Enter language list variable (empty for LANGUAGES):</source>
+      <translation type="unfinished" />
     </message>
-</context>
-<context>
+  </context>
+  <context>
     <name>FindTemplateTagDialog</name>
     <message>
-        <location filename="../FindTemplateTagDialog.ui" line="14"/>
-        <source>Find Template Tag</source>
-        <translation type="unfinished"></translation>
+      <location filename="../FindTemplateTagDialog.ui" line="0" />
+      <source>Find Template Tag</source>
+      <translation type="unfinished" />
+    </message>
+    <message>
+      <location filename="../FindTemplateTagDialog.ui" line="0" />
+      <source>&lt;b&gt;Find Tags and Filters while Typing:&lt;/b&gt;</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../FindTemplateTagDialog.ui" line="23"/>
-        <source>&lt;b&gt;Find Tags and Filters while Typing:&lt;/b&gt;</source>
-        <translation type="unfinished"></translation>
+      <location filename="../FindTemplateTagDialog.ui" line="0" />
+      <location filename="../FindTemplateTagDialog.ui" line="0" />
+      <source>Type to find tag</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../FindTemplateTagDialog.ui" line="33"/>
-        <source>Type to find tag</source>
-        <translation type="unfinished"></translation>
-    </message>
-    <message>
-        <location filename="../FindTemplateTagDialog.ui" line="61"/>
-        <source>Press to create the entered template tag</source>
-        <translation type="unfinished"></translation>
+      <location filename="../FindTemplateTagDialog.ui" line="0" />
+      <source>Press to create the entered template tag</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../FindTemplateTagDialog.ui" line="64"/>
-        <source>Create Template Tag</source>
-        <translation type="unfinished"></translation>
+      <location filename="../FindTemplateTagDialog.ui" line="0" />
+      <source>Create Template Tag</source>
+      <translation type="unfinished" />
     </message>
-</context>
-<context>
+  </context>
+  <context>
     <name>IeCommentDialog</name>
     <message>
-        <location filename="../IeCommentDialog.ui" line="14"/>
-        <source>IE Comment</source>
-        <translation type="unfinished"></translation>
+      <location filename="../IeCommentDialog.ui" line="0" />
+      <source>IE Comment</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../IeCommentDialog.ui" line="25"/>
-        <source>Conditional Format:</source>
-        <translation type="unfinished"></translation>
+      <location filename="../IeCommentDialog.ui" line="0" />
+      <source>Conditional Format:</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../IeCommentDialog.ui" line="34"/>
-        <source>Select the conditional</source>
-        <translation type="unfinished"></translation>
+      <location filename="../IeCommentDialog.ui" line="0" />
+      <source>Select the conditional</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../IeCommentDialog.ui" line="56"/>
-        <source>MS IE Version:</source>
-        <translation type="unfinished"></translation>
+      <location filename="../IeCommentDialog.ui" line="0" />
+      <source>MS IE Version:</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../IeCommentDialog.ui" line="65"/>
-        <source>Enter the IE Version</source>
-        <translation type="unfinished"></translation>
+      <location filename="../IeCommentDialog.ui" line="0" />
+      <source>Enter the IE Version</source>
+      <translation type="unfinished" />
     </message>
-</context>
-<context>
+  </context>
+  <context>
     <name>IfTagInputDialog</name>
     <message>
-        <location filename="../IfTagInputDialog.ui" line="14"/>
-        <source>If Tag Template</source>
-        <translation type="unfinished"></translation>
+      <location filename="../IfTagInputDialog.ui" line="0" />
+      <source>If Tag Template</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../IfTagInputDialog.ui" line="23"/>
-        <source>&apos;if&apos; expression:</source>
-        <translation type="unfinished"></translation>
+      <location filename="../IfTagInputDialog.ui" line="0" />
+      <source>'if' expression:</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../IfTagInputDialog.ui" line="30"/>
-        <source>Enter the &apos;if&apos; expression</source>
-        <translation type="unfinished"></translation>
+      <location filename="../IfTagInputDialog.ui" line="0" />
+      <source>Enter the 'if' expression</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../IfTagInputDialog.ui" line="37"/>
-        <source>&apos;elif&apos; expressions (one per line):</source>
-        <translation type="unfinished"></translation>
+      <location filename="../IfTagInputDialog.ui" line="0" />
+      <source>'elif' expressions (one per line):</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../IfTagInputDialog.ui" line="44"/>
-        <source>Enter &apos;elif&apos; expressions one per line</source>
-        <translation type="unfinished"></translation>
+      <location filename="../IfTagInputDialog.ui" line="0" />
+      <source>Enter 'elif' expressions one per line</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../IfTagInputDialog.ui" line="51"/>
-        <source>Select to include an &apos;else&apos; part</source>
-        <translation type="unfinished"></translation>
+      <location filename="../IfTagInputDialog.ui" line="0" />
+      <source>Select to include an 'else' part</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../IfTagInputDialog.ui" line="54"/>
-        <source>Include &apos;else&apos;</source>
-        <translation type="unfinished"></translation>
+      <location filename="../IfTagInputDialog.ui" line="0" />
+      <source>Include 'else'</source>
+      <translation type="unfinished" />
     </message>
-</context>
-<context>
+  </context>
+  <context>
     <name>LoremTagInputDialog</name>
     <message>
-        <location filename="../LoremTagInputDialog.ui" line="14"/>
-        <source>Lorem Tag Template</source>
-        <translation type="unfinished"></translation>
+      <location filename="../LoremTagInputDialog.ui" line="0" />
+      <source>Lorem Tag Template</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../LoremTagInputDialog.ui" line="23"/>
-        <source>Count:</source>
-        <translation type="unfinished"></translation>
+      <location filename="../LoremTagInputDialog.ui" line="0" />
+      <source>Count:</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../LoremTagInputDialog.ui" line="53"/>
-        <source>Method:</source>
-        <translation type="unfinished"></translation>
+      <location filename="../LoremTagInputDialog.ui" line="0" />
+      <source>Method:</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../LoremTagInputDialog.ui" line="61"/>
-        <source>Plain text paragraphs</source>
-        <translation type="unfinished"></translation>
+      <location filename="../LoremTagInputDialog.ui" line="0" />
+      <source>Plain text paragraphs</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../LoremTagInputDialog.ui" line="66"/>
-        <source>HTML paragraphs</source>
-        <translation type="unfinished"></translation>
+      <location filename="../LoremTagInputDialog.ui" line="0" />
+      <source>HTML paragraphs</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../LoremTagInputDialog.ui" line="71"/>
-        <source>Words</source>
-        <translation type="unfinished"></translation>
+      <location filename="../LoremTagInputDialog.ui" line="0" />
+      <source>Words</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../LoremTagInputDialog.ui" line="79"/>
-        <source>Generate random text</source>
-        <translation type="unfinished"></translation>
+      <location filename="../LoremTagInputDialog.ui" line="0" />
+      <source>Generate random text</source>
+      <translation type="unfinished" />
     </message>
-</context>
-<context>
+  </context>
+  <context>
     <name>ProjectDjangoTagsMenuPlugin</name>
     <message>
-        <location filename="../../PluginProjectDjangoTagsMenu.py" line="67"/>
-        <source>Template Tags</source>
-        <translation type="unfinished"></translation>
+      <location filename="../../PluginProjectDjangoTagsMenu.py" line="69" />
+      <source>Template Tags</source>
+      <translation type="unfinished" />
     </message>
-</context>
-<context>
+  </context>
+  <context>
     <name>TimezoneSelectionDialog</name>
     <message>
-        <location filename="../TimezoneSelectionDialog.ui" line="14"/>
-        <source>Select Time Zone</source>
-        <translation type="unfinished"></translation>
+      <location filename="../TimezoneSelectionDialog.ui" line="0" />
+      <source>Select Time Zone</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../TimezoneSelectionDialog.ui" line="25"/>
-        <source>Region:</source>
-        <translation type="unfinished"></translation>
+      <location filename="../TimezoneSelectionDialog.ui" line="0" />
+      <source>Region:</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../TimezoneSelectionDialog.ui" line="32"/>
-        <source>Select the time zone region</source>
-        <translation type="unfinished"></translation>
+      <location filename="../TimezoneSelectionDialog.ui" line="0" />
+      <source>Select the time zone region</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../TimezoneSelectionDialog.ui" line="39"/>
-        <source>City:</source>
-        <translation type="unfinished"></translation>
+      <location filename="../TimezoneSelectionDialog.ui" line="0" />
+      <source>City:</source>
+      <translation type="unfinished" />
     </message>
     <message>
-        <location filename="../TimezoneSelectionDialog.ui" line="49"/>
-        <source>Select the time zone city</source>
-        <translation type="unfinished"></translation>
+      <location filename="../TimezoneSelectionDialog.ui" line="0" />
+      <source>Select the time zone city</source>
+      <translation type="unfinished" />
     </message>
-</context>
+  </context>
 </TS>
--- a/ProjectDjangoTagsMenu/i18n/djangotagsmenu_es.ts	Sat May 29 15:04:13 2021 +0200
+++ b/ProjectDjangoTagsMenu/i18n/djangotagsmenu_es.ts	Sun May 30 11:51:44 2021 +0200
@@ -1,1469 +1,1508 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE TS><TS version="2.0" language="es_ES" sourcelanguage="">
-<context>
+<!DOCTYPE TS>
+<TS version="2.0" language="es_ES" sourcelanguage="">
+  <context>
     <name>DjangoTagsMenuHandler</name>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="53"/>
-        <source>Django Template Tags Locator</source>
-        <translation>Localizador de Etiquetas de Plantillas Django </translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="56" />
+      <source>Django Template Tags Locator</source>
+      <translation>Localizador de Etiquetas de Plantillas Django </translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="630"/>
-        <source>Tags</source>
-        <translation>Tags</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="642" />
+      <location filename="../DjangoTagsMenuHandler.py" line="608" />
+      <location filename="../DjangoTagsMenuHandler.py" line="540" />
+      <location filename="../DjangoTagsMenuHandler.py" line="76" />
+      <source>Tags</source>
+      <translation>Tags</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="73"/>
-        <source>autoescape - Auto Escape Characters</source>
-        <translation>autoescape - Auto Escape de Carácteres</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="78" />
+      <source>autoescape - Auto Escape Characters</source>
+      <translation>autoescape - Auto Escape de Carácteres</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="77"/>
-        <source>block - Named Block</source>
-        <translation>block - Bloque con Nombre</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="82" />
+      <source>block - Named Block</source>
+      <translation>block - Bloque con Nombre</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="81"/>
-        <source>comment - Multiline Comment</source>
-        <translation>comment - Comentario Multilínea</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="86" />
+      <source>comment - Multiline Comment</source>
+      <translation>comment - Comentario Multilínea</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="84"/>
-        <source>csrf_token - Cross Site Request Forgery Token</source>
-        <translation>csrf_token - Token de Cross Site Request Forgery</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="89" />
+      <source>csrf_token - Cross Site Request Forgery Token</source>
+      <translation>csrf_token - Token de Cross Site Request Forgery</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="87"/>
-        <source>cycle - Cycle variables each time used</source>
-        <translation>cycle - Ciclar entre variables cada vez que se usan</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="92" />
+      <source>cycle - Cycle variables each time used</source>
+      <translation>cycle - Ciclar entre variables cada vez que se usan</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="91"/>
-        <source>debug - Output Debug Information</source>
-        <translation>debug - Salida de Información de Depuración</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="96" />
+      <source>debug - Output Debug Information</source>
+      <translation>debug - Salida de Información de Depuración</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="95"/>
-        <source>extends - Extend a template with variable contents</source>
-        <translation>extends - Extender una plantilla con contenidos de variable</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="100" />
+      <source>extends - Extend a template with variable contents</source>
+      <translation>extends - Extender una plantilla con contenidos de variable</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="98"/>
-        <source>extends - Extend a template with file</source>
-        <translation>extends - Extender una plantilla con archivo</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="103" />
+      <source>extends - Extend a template with file</source>
+      <translation>extends - Extender una plantilla con archivo</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="102"/>
-        <source>filter - Filtered Block for one or more filters</source>
-        <translation>filter - Bloque Filtrado para uno o más filtros</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="107" />
+      <source>filter - Filtered Block for one or more filters</source>
+      <translation>filter - Bloque Filtrado para uno o más filtros</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="105"/>
-        <source>firstof - Outputs first argument variable that is True</source>
-        <translation>firstof - Hace Output de la primera variable argumento que es True</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="110" />
+      <source>firstof - Outputs first argument variable that is True</source>
+      <translation>firstof - Hace Output de la primera variable argumento que es True</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="108"/>
-        <source>for - For Loop</source>
-        <translation>for - Bucle For</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="113" />
+      <source>for - For Loop</source>
+      <translation>for - Bucle For</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="111"/>
-        <source>for...empty - For Loop with fallback for empty loop</source>
-        <translation>for...empty - Bucle For con Alternativa para ciclo vacío</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="116" />
+      <source>for...empty - For Loop with fallback for empty loop</source>
+      <translation>for...empty - Bucle For con Alternativa para ciclo vacío</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="115"/>
-        <source>if - if...elif...else... clauses</source>
-        <translation>if - Cláusulas if...elif...else</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="120" />
+      <source>if - if...elif...else... clauses</source>
+      <translation>if - Cláusulas if...elif...else</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="118"/>
-        <source>ifchanged - Check if a value has changed</source>
-        <translation>ifchanged - Comprobar si un valor ha cambiado</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="123" />
+      <source>ifchanged - Check if a value has changed</source>
+      <translation>ifchanged - Comprobar si un valor ha cambiado</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="121"/>
-        <source>ifequal - Output block if variables are equal</source>
-        <translation>ifequal - Bloque de salida si variables son iguales</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="126" />
+      <source>ifequal - Output block if variables are equal</source>
+      <translation>ifequal - Bloque de salida si variables son iguales</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="124"/>
-        <source>ifnotequal - Output block if variables are not equal</source>
-        <translation>ifnotequal  - Bloque de salida si variables no son iguales</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="129" />
+      <source>ifnotequal - Output block if variables are not equal</source>
+      <translation>ifnotequal  - Bloque de salida si variables no son iguales</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="127"/>
-        <source>include - Render template given by variable</source>
-        <translation>include - Dibujar plantilla dada por variable</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="132" />
+      <source>include - Render template given by variable</source>
+      <translation>include - Dibujar plantilla dada por variable</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="130"/>
-        <source>include - Render template given by file name</source>
-        <translation>include - Dibujar plantilla dada por nombre de archivo</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="135" />
+      <source>include - Render template given by file name</source>
+      <translation>include - Dibujar plantilla dada por nombre de archivo</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="134"/>
-        <source>load - Load a custom template tag set</source>
-        <translation>load - Cargar un tag set de plantilla personalizada</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="139" />
+      <source>load - Load a custom template tag set</source>
+      <translation>load - Cargar un tag set de plantilla personalizada</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="138"/>
-        <source>now - Display current date and time</source>
-        <translation>now - Mostrar fecha y hora actuales</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="143" />
+      <source>now - Display current date and time</source>
+      <translation>now - Mostrar fecha y hora actuales</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="142"/>
-        <source>regroup - Regroup list of alike objects by a common attribute</source>
-        <translation>regroup - Reagrupar lista de objetos que se parecen por un atributo en común</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="147" />
+      <source>regroup - Regroup list of alike objects by a common attribute</source>
+      <translation>regroup - Reagrupar lista de objetos que se parecen por un atributo en común</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="147"/>
-        <source>spaceless - Remove whitespace between HTML tags</source>
-        <translation>spaceless - Eliminar espacios en blanco entre etiquetas HTML</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="152" />
+      <source>spaceless - Remove whitespace between HTML tags</source>
+      <translation>spaceless - Eliminar espacios en blanco entre etiquetas HTML</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="150"/>
-        <source>ssi - Output contents of a given file into the page</source>
-        <translation>ssi - Hacer output de contenidos de un archivo dado a la página</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="155" />
+      <source>ssi - Output contents of a given file into the page</source>
+      <translation>ssi - Hacer output de contenidos de un archivo dado a la página</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="153"/>
-        <source>ssi - Output contents of a given file into the page (dialog selection)</source>
-        <translation>ssi - Hacer output de contenidos de un archivo dado a la página (diálogo de selección)</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="158" />
+      <source>ssi - Output contents of a given file into the page (dialog selection)</source>
+      <translation>ssi - Hacer output de contenidos de un archivo dado a la página (diálogo de selección)</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="158"/>
-        <source>templatetag - Output syntax characters used for template</source>
-        <translation>templatetag - Hacer output de carácteres sintácticos utilizados para la plantilla</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="163" />
+      <source>templatetag - Output syntax characters used for template</source>
+      <translation>templatetag - Hacer output de carácteres sintácticos utilizados para la plantilla</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="163"/>
-        <source>url - Return an absolute path reference</source>
-        <translation>url - Devolver una referencia de path absoluto</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="168" />
+      <source>url - Return an absolute path reference</source>
+      <translation>url - Devolver una referencia de path absoluto</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="166"/>
-        <source>url...as - Return an absolute path reference</source>
-        <translation>url...as - Devolver una referencia de path absoluto</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="171" />
+      <source>url...as - Return an absolute path reference</source>
+      <translation>url...as - Devolver una referencia de path absoluto</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="170"/>
-        <source>verbatim - Output block contents without rendering</source>
-        <translation>verbatim - Hacer output de contenido de bloque sin dibujado (textualmente)</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="175" />
+      <source>verbatim - Output block contents without rendering</source>
+      <translation>verbatim - Hacer output de contenido de bloque sin dibujado (textualmente)</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="174"/>
-        <source>widthratio - Calculate width ratio</source>
-        <translation>widthratio - Calcular radio de anchura</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="179" />
+      <source>widthratio - Calculate width ratio</source>
+      <translation>widthratio - Calcular radio de anchura</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="177"/>
-        <source>with - Cache a complex variable under a simpler name</source>
-        <translation>with - Hacer cache de una variable compleja usando un nombre más simple</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="182" />
+      <source>with - Cache a complex variable under a simpler name</source>
+      <translation>with - Hacer cache de una variable compleja usando un nombre más simple</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="649"/>
-        <source>Filters</source>
-        <translation>Filtros</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="661" />
+      <location filename="../DjangoTagsMenuHandler.py" line="617" />
+      <location filename="../DjangoTagsMenuHandler.py" line="580" />
+      <location filename="../DjangoTagsMenuHandler.py" line="195" />
+      <source>Filters</source>
+      <translation>Filtros</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="192"/>
-        <source>A-I</source>
-        <translation>A-I</translation>
-    </message>
-    <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="193"/>
-        <source>add - Add variable or string</source>
-        <translation>add - Añadir variable o cadena</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="197" />
+      <source>A-I</source>
+      <translation>A-I</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="196"/>
-        <source>addslashes - Add slashes before quotes</source>
-        <translation>addslashes - añadir barras de separación (slash) antes de comillas</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="199" />
+      <source>add - Add variable or string</source>
+      <translation>add - Añadir variable o cadena</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="200"/>
-        <source>capfirst - Capitalize first character</source>
-        <translation>capfirst - Primer carácter en mayúscula</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="202" />
+      <source>addslashes - Add slashes before quotes</source>
+      <translation>addslashes - añadir barras de separación (slash) antes de comillas</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="203"/>
-        <source>center - Center value</source>
-        <translation>center - Centrar valor</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="206" />
+      <source>capfirst - Capitalize first character</source>
+      <translation>capfirst - Primer carácter en mayúscula</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="206"/>
-        <source>cut - Cut characters</source>
-        <translation>cut - Cortar caracteres</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="209" />
+      <source>center - Center value</source>
+      <translation>center - Centrar valor</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="210"/>
-        <source>date - Format date</source>
-        <translation>date - Formatear fecha</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="212" />
+      <source>cut - Cut characters</source>
+      <translation>cut - Cortar caracteres</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="216"/>
-        <source>default_if_none - Use default if None</source>
-        <translation>default_if_none - Usar por defecto si None</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="216" />
+      <source>date - Format date</source>
+      <translation>date - Formatear fecha</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="219"/>
-        <source>dictsort - Sort dictionaries</source>
-        <translation>dictsort - Ordenar diccionarios</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="219" />
+      <source>default - Use default if False</source>
+      <translation>default - Usar por defecto si False</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="222"/>
-        <source>dictsortreversed - Sort dictionaries reversed</source>
-        <translation>dictsortreversed - Ordenar inversamente diccionarios</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="222" />
+      <source>default_if_none - Use default if None</source>
+      <translation>default_if_none - Usar por defecto si None</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="225"/>
-        <source>divisibleby - Check divisibility</source>
-        <translation>divisibleby - Comprobar divisibilidad</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="225" />
+      <source>dictsort - Sort dictionaries</source>
+      <translation>dictsort - Ordenar diccionarios</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="232"/>
-        <source>escapejs - Escape as JavaScript</source>
-        <translation>escapejs - Escape como JavaScript</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="228" />
+      <source>dictsortreversed - Sort dictionaries reversed</source>
+      <translation>dictsortreversed - Ordenar inversamente diccionarios</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="236"/>
-        <source>filesizeformat - Format file sizes</source>
-        <translation>filesizeformat - Formatear tamaños archivo</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="231" />
+      <source>divisibleby - Check divisibility</source>
+      <translation>divisibleby - Comprobar divisibilidad</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="239"/>
-        <source>first - First item of a list</source>
-        <translation>first - Primer elemento de una lista</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="235" />
+      <source>escape - Escape as HTML</source>
+      <translation>escape - Hacer escape como HTML</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="242"/>
-        <source>fix_ampersands - Replace ampersands</source>
-        <translation>fix_ampersands - Reeplazar ampersands</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="238" />
+      <source>escapejs - Escape as JavaScript</source>
+      <translation>escapejs - Escape como JavaScript</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="245"/>
-        <source>floatformat - Format floating numbers</source>
-        <translation>floatformat - Formatear números en coma flotante</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="242" />
+      <source>filesizeformat - Format file sizes</source>
+      <translation>filesizeformat - Formatear tamaños archivo</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="248"/>
-        <source>force_escape - Escape as HTML immediately</source>
-        <translation>force_escape - Hacer Escape como HTML inmediatamente</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="245" />
+      <source>first - First item of a list</source>
+      <translation>first - Primer elemento de una lista</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="252"/>
-        <source>get_digit - Extract rightmost digit</source>
-        <translation>get_digit - Extraer dígito de más hacia la derecha</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="248" />
+      <source>fix_ampersands - Replace ampersands</source>
+      <translation>fix_ampersands - Reeplazar ampersands</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="256"/>
-        <source>iriencode - Convert IRI to string</source>
-        <translation>iriencode - Convertir IRI a cadena</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="251" />
+      <source>floatformat - Format floating numbers</source>
+      <translation>floatformat - Formatear números en coma flotante</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="261"/>
-        <source>J-R</source>
-        <translation>J-R</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="254" />
+      <source>force_escape - Escape as HTML immediately</source>
+      <translation>force_escape - Hacer Escape como HTML inmediatamente</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="262"/>
-        <source>join - Join list</source>
-        <translation>join - Hacer Join de lista</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="258" />
+      <source>get_digit - Extract rightmost digit</source>
+      <translation>get_digit - Extraer dígito de más hacia la derecha</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="266"/>
-        <source>last - Return last item in list</source>
-        <translation>last - Retornar último elemento en lista</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="262" />
+      <source>iriencode - Convert IRI to string</source>
+      <translation>iriencode - Convertir IRI a cadena</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="269"/>
-        <source>length - Return length of the value</source>
-        <translation>length - Retornar longitud del valor</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="266" />
+      <source>J-R</source>
+      <translation>J-R</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="272"/>
-        <source>length_is - Check length</source>
-        <translation>length_is - Comprobar longitud</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="268" />
+      <source>join - Join list</source>
+      <translation>join - Hacer Join de lista</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="275"/>
-        <source>linebreaks - Replace line breaks with HTML</source>
-        <translation>linebreaks - Reemplazar finales de línea con HTML</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="272" />
+      <source>last - Return last item in list</source>
+      <translation>last - Retornar último elemento en lista</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="278"/>
-        <source>linebreaksbr - Replace line breaks with &lt;br/&gt;</source>
-        <translation>linebreaksbr - Reemplazar finales de línea con &lt;br/&gt;</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="275" />
+      <source>length - Return length of the value</source>
+      <translation>length - Retornar longitud del valor</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="281"/>
-        <source>linenumbers - Display text with line numbers</source>
-        <translation>linenumbers - Mostrar texto con números de línea</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="278" />
+      <source>length_is - Check length</source>
+      <translation>length_is - Comprobar longitud</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="284"/>
-        <source>ljust - Left-align value</source>
-        <translation>ljust - Alinear valor a la izquierda</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="281" />
+      <source>linebreaks - Replace line breaks with HTML</source>
+      <translation>linebreaks - Reemplazar finales de línea con HTML</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="287"/>
-        <source>lower - Convert to lowercase</source>
-        <translation>lower - Convertir a minúsculas</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="284" />
+      <source>linebreaksbr - Replace line breaks with &lt;br/&gt;</source>
+      <translation>linebreaksbr - Reemplazar finales de línea con &lt;br/&gt;</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="291"/>
-        <source>make_list - Turn value into a list</source>
-        <translation>make_list - Convertir vlor en una lista</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="287" />
+      <source>linenumbers - Display text with line numbers</source>
+      <translation>linenumbers - Mostrar texto con números de línea</translation>
+    </message>
+    <message>
+      <location filename="../DjangoTagsMenuHandler.py" line="290" />
+      <source>ljust - Left-align value</source>
+      <translation>ljust - Alinear valor a la izquierda</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="295"/>
-        <source>phone2numeric - Convert phone number into numeric</source>
-        <translation>phone2numeric - Convertir número de teléfono a número</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="293" />
+      <source>lower - Convert to lowercase</source>
+      <translation>lower - Convertir a minúsculas</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="298"/>
-        <source>pluralize - Return plural suffix</source>
-        <translation>pluralize - Retornar sufijo de plural</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="297" />
+      <source>make_list - Turn value into a list</source>
+      <translation>make_list - Convertir vlor en una lista</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="301"/>
-        <source>pprint - Pretty Print</source>
-        <translation>pprint - Pretty Print</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="301" />
+      <source>phone2numeric - Convert phone number into numeric</source>
+      <translation>phone2numeric - Convertir número de teléfono a número</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="305"/>
-        <source>random - Return random item from list</source>
-        <translation>random - Retornar elemento aleatorio de una lista</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="304" />
+      <source>pluralize - Return plural suffix</source>
+      <translation>pluralize - Retornar sufijo de plural</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="308"/>
-        <source>removetags - Remove HTML tags</source>
-        <translation>removetags - Eliminar etiquetas HTML</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="307" />
+      <source>pprint - Pretty Print</source>
+      <translation>pprint - Pretty Print</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="311"/>
-        <source>rjust - Right-align value</source>
-        <translation>rjust - Alinear valor a la derecha</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="311" />
+      <source>random - Return random item from list</source>
+      <translation>random - Retornar elemento aleatorio de una lista</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="316"/>
-        <source>S-Z</source>
-        <translation>S-Z</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="314" />
+      <source>removetags - Remove HTML tags</source>
+      <translation>removetags - Eliminar etiquetas HTML</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="317"/>
-        <source>safe - Mark as not requiring HTML escaping </source>
-        <translation>safe - Marcar como no necesitado de escape HTML </translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="317" />
+      <source>rjust - Right-align value</source>
+      <translation>rjust - Alinear valor a la derecha</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="320"/>
-        <source>safeseq - Mark as a safe sequence</source>
-        <translation>safeseq - Marcar como secuencia segura</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="321" />
+      <source>S-Z</source>
+      <translation>S-Z</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="323"/>
-        <source>slice - Return a slice of a list</source>
-        <translation>slice - Retornar una slice de una lista</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="323" />
+      <source>safe - Mark as not requiring HTML escaping </source>
+      <translation>safe - Marcar como no necesitado de escape HTML </translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="326"/>
-        <source>slugify - Return value slugified</source>
-        <translation>slugify - Retornar valor url amigable (slug)</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="326" />
+      <source>safeseq - Mark as a safe sequence</source>
+      <translation>safeseq - Marcar como secuencia segura</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="329"/>
-        <source>stringformat - Format variable</source>
-        <translation>stringformat - Formatear variable</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="329" />
+      <source>slice - Return a slice of a list</source>
+      <translation>slice - Retornar una slice de una lista</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="332"/>
-        <source>striptags - Strip all HTML tags</source>
-        <translation>striptags - Quitar todas las etiquetas HTML</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="332" />
+      <source>slugify - Return value slugified</source>
+      <translation>slugify - Retornar valor url amigable (slug)</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="336"/>
-        <source>time - Format time</source>
-        <translation>time - Formatear tiempo</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="335" />
+      <source>stringformat - Format variable</source>
+      <translation>stringformat - Formatear variable</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="339"/>
-        <source>timesince - Format as time since</source>
-        <translation>timesince - Formatear como tiempo desde</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="338" />
+      <source>striptags - Strip all HTML tags</source>
+      <translation>striptags - Quitar todas las etiquetas HTML</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="342"/>
-        <source>timeuntil - Format as time until</source>
-        <translation>timeuntil - Formatear como tiempo hasta</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="342" />
+      <source>time - Format time</source>
+      <translation>time - Formatear tiempo</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="345"/>
-        <source>title - Convert to titlecase</source>
-        <translation>title - Convertir a mayúsculas/minúsculas formato título</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="345" />
+      <source>timesince - Format as time since</source>
+      <translation>timesince - Formatear como tiempo desde</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="348"/>
-        <source>truncatechars - Truncate after a number of characters</source>
-        <translation>truncatechars - Truncar despues de un número de carácteres</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="348" />
+      <source>timeuntil - Format as time until</source>
+      <translation>timeuntil - Formatear como tiempo hasta</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="351"/>
-        <source>truncatewords - Truncate after a number of words</source>
-        <translation>truncatewords - Truncar despues de un número de palabras</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="351" />
+      <source>title - Convert to titlecase</source>
+      <translation>title - Convertir a mayúsculas/minúsculas formato título</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="354"/>
-        <source>truncatewords_html - Truncate after a number of words (HTML aware)</source>
-        <translation>truncatewords_html - Truncate despues de un número de palabras (teniendo en cuenta HTML)</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="354" />
+      <source>truncatechars - Truncate after a number of characters</source>
+      <translation>truncatechars - Truncar despues de un número de carácteres</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="359"/>
-        <source>unordered_list - Return HTML unordered list</source>
-        <translation>unordered_list - Retornar lista no ordenada HTML</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="357" />
+      <source>truncatewords - Truncate after a number of words</source>
+      <translation>truncatewords - Truncar despues de un número de palabras</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="362"/>
-        <source>upper - Convert to uppercase</source>
-        <translation>upper - Convertir a mayúsculas</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="360" />
+      <source>truncatewords_html - Truncate after a number of words (HTML aware)</source>
+      <translation>truncatewords_html - Truncate despues de un número de palabras (teniendo en cuenta HTML)</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="365"/>
-        <source>urlencode - Escape as URL</source>
-        <translation>urlencode - Hacer escape como URL</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="365" />
+      <source>unordered_list - Return HTML unordered list</source>
+      <translation>unordered_list - Retornar lista no ordenada HTML</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="368"/>
-        <source>urlize - Convert URLs as clickable links</source>
-        <translation>urlize - Convertir URLs como enlaces clickables</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="368" />
+      <source>upper - Convert to uppercase</source>
+      <translation>upper - Convertir a mayúsculas</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="371"/>
-        <source>urlizetrunc - Convert URLs as clickable links and truncate</source>
-        <translation>urlizetrunc - Convertir URLs como enlaces clickables y truncar</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="371" />
+      <source>urlencode - Escape as URL</source>
+      <translation>urlencode - Hacer escape como URL</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="376"/>
-        <source>wordcount - Return number of word</source>
-        <translation>wordcount - Retornar número de palabras</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="374" />
+      <source>urlize - Convert URLs as clickable links</source>
+      <translation>urlize - Convertir URLs como enlaces clickables</translation>
+    </message>
+    <message>
+      <location filename="../DjangoTagsMenuHandler.py" line="377" />
+      <source>urlizetrunc - Convert URLs as clickable links and truncate</source>
+      <translation>urlizetrunc - Convertir URLs como enlaces clickables y truncar</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="379"/>
-        <source>wordwrap - Wrap words</source>
-        <translation>wordwrap - No partir palabras</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="382" />
+      <source>wordcount - Return number of word</source>
+      <translation>wordcount - Retornar número de palabras</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="383"/>
-        <source>yesno - Map True, False and None</source>
-        <translation>yesno - Mapear True, False y None</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="385" />
+      <source>wordwrap - Wrap words</source>
+      <translation>wordwrap - No partir palabras</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="397"/>
-        <source>Humanize</source>
-        <translation>Humanizar</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="389" />
+      <source>yesno - Map True, False and None</source>
+      <translation>yesno - Mapear True, False y None</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="625"/>
-        <source>Load Package</source>
-        <translation>Cargar Package</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="403" />
+      <source>Humanize</source>
+      <translation>Humanizar</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="402"/>
-        <source>apnumber - Format integer the Associated Press style</source>
-        <translation>apnumber - Formatear entero al estilo Associated Press</translation>
-    </message>
-    <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="406"/>
-        <source>intcomma - Format integer with commas</source>
-        <translation>intcomma - Formatear entero con comas</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="638" />
+      <location filename="../DjangoTagsMenuHandler.py" line="604" />
+      <location filename="../DjangoTagsMenuHandler.py" line="536" />
+      <location filename="../DjangoTagsMenuHandler.py" line="461" />
+      <location filename="../DjangoTagsMenuHandler.py" line="442" />
+      <location filename="../DjangoTagsMenuHandler.py" line="405" />
+      <source>Load Package</source>
+      <translation>Cargar Package</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="409"/>
-        <source>intword - Convert integer to word</source>
-        <translation>intword - Convertir entero a palabra</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="409" />
+      <source>apnumber - Format integer the Associated Press style</source>
+      <translation>apnumber - Formatear entero al estilo Associated Press</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="413"/>
-        <source>naturalday - Format date naturally</source>
-        <translation>naturalday - Formatear fecha con días naturales</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="413" />
+      <source>intcomma - Format integer with commas</source>
+      <translation>intcomma - Formatear entero con comas</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="416"/>
-        <source>naturaltime - Format time naturally</source>
-        <translation>naturaltime - Formatear hora a hora natural</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="416" />
+      <source>intword - Convert integer to word</source>
+      <translation>intword - Convertir entero a palabra</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="420"/>
-        <source>ordinal - Convert integer to ordinal</source>
-        <translation>ordinal - Convertir entero a ordinal</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="420" />
+      <source>naturalday - Format date naturally</source>
+      <translation>naturalday - Formatear fecha con días naturales</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="433"/>
-        <source>Web Design</source>
-        <translation>Diseño Web</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="423" />
+      <source>naturaltime - Format time naturally</source>
+      <translation>naturaltime - Formatear hora a hora natural</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="451"/>
-        <source>Static</source>
-        <translation>Estático</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="427" />
+      <source>ordinal - Convert integer to ordinal</source>
+      <translation>ordinal - Convertir entero a ordinal</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="456"/>
-        <source>static - Link to static file</source>
-        <translation>static - Link a archivo estático</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="440" />
+      <source>Web Design</source>
+      <translation>Diseño Web</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="459"/>
-        <source>static - Link to static file (via variable)</source>
-        <translation>static - Link a archivo estático (vía variable)</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="446" />
+      <source>lorem - Builtin Lorem Ipsum Generator</source>
+      <translation>lorem - Generador Integrado de Builtin Lorem Ipsum</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="462"/>
-        <source>get_static_prefix - Insert static URL</source>
-        <translation>get_static_prefix - Insertar URL estática</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="459" />
+      <source>Static</source>
+      <translation>Estático</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="465"/>
-        <source>get_media_prefix - Insert media URL</source>
-        <translation>get_media_prefix - Insertar URL de archivo media</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="465" />
+      <source>static - Link to static file</source>
+      <translation>static - Link a archivo estático</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="478"/>
-        <source>Comment</source>
-        <translation>Comentario</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="468" />
+      <source>static - Link to static file (via variable)</source>
+      <translation>static - Link a archivo estático (vía variable)</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="479"/>
-        <source>Single Line Comment Selected Text</source>
-        <translation>Texto Seleccionado a Comentario de Única Línea</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="471" />
+      <source>get_static_prefix - Insert static URL</source>
+      <translation>get_static_prefix - Insertar URL estática</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="482"/>
-        <source>Multi Line Comment Selected Text</source>
-        <translation>Texto Seleccionado a Comentario Multilínea</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="474" />
+      <source>get_media_prefix - Insert media URL</source>
+      <translation>get_media_prefix - Insertar URL de archivo media</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="486"/>
-        <source>Single Line Comment from Input Dialog</source>
-        <translation>Comentario de Única Línea desde Diálogo de Introducción</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="487" />
+      <source>Comment</source>
+      <translation>Comentario</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="489"/>
-        <source>Multi Line Comment from Input Dialog</source>
-        <translation>Comentario Multilínea desde Diálogo de Introducción</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="489" />
+      <source>Single Line Comment Selected Text</source>
+      <translation>Texto Seleccionado a Comentario de Única Línea</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="493"/>
-        <source>Single Line Comment from Clipboard</source>
-        <translation>Comentario de Única Línea desde Portapapeles</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="492" />
+      <source>Multi Line Comment Selected Text</source>
+      <translation>Texto Seleccionado a Comentario Multilínea</translation>
+    </message>
+    <message>
+      <location filename="../DjangoTagsMenuHandler.py" line="496" />
+      <source>Single Line Comment from Input Dialog</source>
+      <translation>Comentario de Única Línea desde Diálogo de Introducción</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="496"/>
-        <source>Multi Line Comment from Clipboard</source>
-        <translation>Comentario Multilínea desde Portapapeles</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="499" />
+      <source>Multi Line Comment from Input Dialog</source>
+      <translation>Comentario Multilínea desde Diálogo de Introducción</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="500"/>
-        <source>Multi Line Comment from File</source>
-        <translation>Comentario Multilínea desde Archivo</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="503" />
+      <source>Single Line Comment from Clipboard</source>
+      <translation>Comentario de Única Línea desde Portapapeles</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="504"/>
-        <source>Single Line Comment from Date Time Now</source>
-        <translation>Comentario de Única Línea desde Fecha Tiempo Ahora</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="506" />
+      <source>Multi Line Comment from Clipboard</source>
+      <translation>Comentario Multilínea desde Portapapeles</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="508"/>
-        <source>HTML Comment Out Selected Text</source>
-        <translation>Comentar (HTML) Texto Seleccionado</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="510" />
+      <source>Multi Line Comment from File</source>
+      <translation>Comentario Multilínea desde Archivo</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="511"/>
-        <source>MS IE Conditional Comment Selected Text</source>
-        <translation>Comentar Condicionalmente MS IE Texto Seleccionado</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="514" />
+      <source>Single Line Comment from Date Time Now</source>
+      <translation>Comentario de Única Línea desde Fecha Tiempo Ahora</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="524"/>
-        <source>Internationalization (i18n)</source>
-        <translation>Internacionalización (i18n)</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="518" />
+      <source>HTML Comment Out Selected Text</source>
+      <translation>Comentar (HTML) Texto Seleccionado</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="531"/>
-        <source>trans - Translate String or Variable</source>
-        <translation>trans - Traducir Cadena o Variable</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="521" />
+      <source>MS IE Conditional Comment Selected Text</source>
+      <translation>Comentar Condicionalmente MS IE Texto Seleccionado</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="534"/>
-        <source>trans..as - Translate String into Variable</source>
-        <translation>trans..as - Traducir Cadena a una Variable</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="534" />
+      <source>Internationalization (i18n)</source>
+      <translation>Internacionalización (i18n)</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="538"/>
-        <source>blocktrans - Translate Block</source>
-        <translation>blocktrans - Traducir Bloque</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="542" />
+      <source>trans - Translate String or Variable</source>
+      <translation>trans - Traducir Cadena o Variable</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="541"/>
-        <source>blocktrans..with - Translate Block with Attributes</source>
-        <translation>blocktrans..with - Traducir Bloque con Atributos</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="545" />
+      <source>trans..as - Translate String into Variable</source>
+      <translation>trans..as - Traducir Cadena a una Variable</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="544"/>
-        <source>plural - Plural Block</source>
-        <translation>plural - Bloque Plural</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="549" />
+      <source>blocktrans - Translate Block</source>
+      <translation>blocktrans - Traducir Bloque</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="547"/>
-        <source>language - Switch language</source>
-        <translation>language - Cambiar idioma</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="552" />
+      <source>blocktrans..with - Translate Block with Attributes</source>
+      <translation>blocktrans..with - Traducir Bloque con Atributos</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="551"/>
-        <source>get_current_language - Current language</source>
-        <translation>get_current_language - Idioma actual</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="555" />
+      <source>plural - Plural Block</source>
+      <translation>plural - Bloque Plural</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="554"/>
-        <source>get_available_languages - Available languages</source>
-        <translation>get_available_languages - Idiomas disponibles</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="558" />
+      <source>language - Switch language</source>
+      <translation>language - Cambiar idioma</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="557"/>
-        <source>get_current_language_bidi - Current language&apos;s direction</source>
-        <translation>get_current_language_bidi - Dirección de idioma actual</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="562" />
+      <source>get_current_language - Current language</source>
+      <translation>get_current_language - Idioma actual</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="561"/>
-        <source>get_language_info - Language Information</source>
-        <translation>get_language_info - Información de Idioma</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="565" />
+      <source>get_available_languages - Available languages</source>
+      <translation>get_available_languages - Idiomas disponibles</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="564"/>
-        <source>get_language_info_list - Language Information for a list of languages</source>
-        <translation>get_language_info_list - Información de idioma para una lista de idiomas</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="568" />
+      <source>get_current_language_bidi - Current language's direction</source>
+      <translation>get_current_language_bidi - Dirección de idioma actual</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="571"/>
-        <source>language_name - Language name</source>
-        <translation>language_name - Nombre del idioma</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="572" />
+      <source>get_language_info - Language Information</source>
+      <translation>get_language_info - Información de Idioma</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="574"/>
-        <source>language_name_local - Language name translated</source>
-        <translation>language_name_local - Nombre del idioma traducido</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="575" />
+      <source>get_language_info_list - Language Information for a list of languages</source>
+      <translation>get_language_info_list - Información de idioma para una lista de idiomas</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="577"/>
-        <source>bidi - Language&apos;s direction</source>
-        <translation>bidi - Dirección del idioma</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="582" />
+      <source>language_name - Language name</source>
+      <translation>language_name - Nombre del idioma</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="591"/>
-        <source>Localization (l10n)</source>
-        <translation>Localización (l10n)</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="585" />
+      <source>language_name_local - Language name translated</source>
+      <translation>language_name_local - Nombre del idioma traducido</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="598"/>
-        <source>localize on - Activate Localization</source>
-        <translation>localize on - Activar Localización</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="588" />
+      <source>bidi - Language's direction</source>
+      <translation>bidi - Dirección del idioma</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="601"/>
-        <source>localize off - Dectivate Localization</source>
-        <translation>localize off - Desactivar Localización</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="602" />
+      <source>Localization (l10n)</source>
+      <translation>Localización (l10n)</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="607"/>
-        <source>localize - Output value localized</source>
-        <translation>localize - Hacer output de valor localizado</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="610" />
+      <source>localize on - Activate Localization</source>
+      <translation>localize on - Activar Localización</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="610"/>
-        <source>unlocalize - Output value non-localized</source>
-        <translation>unlocalize - Hacer output de valor no localizado</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="613" />
+      <source>localize off - Dectivate Localization</source>
+      <translation>localize off - Desactivar Localización</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="624"/>
-        <source>Timezone (tz)</source>
-        <translation>Timezone (tz)</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="619" />
+      <source>localize - Output value localized</source>
+      <translation>localize - Hacer output de valor localizado</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="631"/>
-        <source>localtime on - Activate date and time conversion</source>
-        <translation>localtime on - Activar conversión de fecha y hora</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="622" />
+      <source>unlocalize - Output value non-localized</source>
+      <translation>unlocalize - Hacer output de valor no localizado</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="634"/>
-        <source>localtime off - Deactivate date and time conversion</source>
-        <translation>localtime off - Desactivar conversión de fecha y hora</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="636" />
+      <source>Timezone (tz)</source>
+      <translation>Timezone (tz)</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="637"/>
-        <source>timezone - Set timezone for date and time conversion</source>
-        <translation>timezone - Establecer zona horaria para conversión de fecha y hora</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="644" />
+      <source>localtime on - Activate date and time conversion</source>
+      <translation>localtime on - Activar conversión de fecha y hora</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="640"/>
-        <source>timezone None - Unset timezone for date and time conversion</source>
-        <translation>timezone None - Desestablecer zona horaria para conversión de fecha y hora</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="647" />
+      <source>localtime off - Deactivate date and time conversion</source>
+      <translation>localtime off - Desactivar conversión de fecha y hora</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="644"/>
-        <source>get_current_timezone - Get current time zone</source>
-        <translation>get_current_timezone - Obtener zona horaria actual</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="650" />
+      <source>timezone - Set timezone for date and time conversion</source>
+      <translation>timezone - Establecer zona horaria para conversión de fecha y hora</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="650"/>
-        <source>localtime - Convert to local time zone</source>
-        <translation>localtime - Convertir a zona horaria local</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="653" />
+      <source>timezone None - Unset timezone for date and time conversion</source>
+      <translation>timezone None - Desestablecer zona horaria para conversión de fecha y hora</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="653"/>
-        <source>utc - Convert to UTC</source>
-        <translation>utc - Convertir a UTC</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="657" />
+      <source>get_current_timezone - Get current time zone</source>
+      <translation>get_current_timezone - Obtener zona horaria actual</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="656"/>
-        <source>timezone - Convert to a specific time zone</source>
-        <translation>timezone - Convertir a zona horaria específica</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="663" />
+      <source>localtime - Convert to local time zone</source>
+      <translation>localtime - Convertir a zona horaria local</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="720"/>
-        <source>Named Block</source>
-        <translation>Bloque con Nombre</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="666" />
+      <source>utc - Convert to UTC</source>
+      <translation>utc - Convertir a UTC</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="720"/>
-        <source>Enter block name:</source>
-        <translation>Introducir nombre de bloque:</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="669" />
+      <source>timezone - Convert to a specific time zone</source>
+      <translation>timezone - Convertir a zona horaria específica</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="736"/>
-        <source>Cycle Variables</source>
-        <translation>Ciclar entre Variables</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="738" />
+      <source>Named Block</source>
+      <translation>Bloque con Nombre</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="736"/>
-        <source>Enter items to cycle, space separated</source>
-        <translation>Introducir elementos a ciclar, separados por espacios</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="739" />
+      <source>Enter block name:</source>
+      <translation>Introducir nombre de bloque:</translation>
+    </message>
+    <message>
+      <location filename="../DjangoTagsMenuHandler.py" line="750" />
+      <source>Cycle Variables</source>
+      <translation>Ciclar entre Variables</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="754"/>
-        <source>Extends</source>
-        <translation>Extiende</translation>
-    </message>
-    <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="852"/>
-        <source>Enter variable name:</source>
-        <translation>Introducir nombre de variable:</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="751" />
+      <source>Enter items to cycle, space separated</source>
+      <translation>Introducir elementos a ciclar, separados por espacios</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="754"/>
-        <source>Enter parent file name:</source>
-        <translation>Introducir nombre de archivo padre:</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="768" />
+      <location filename="../DjangoTagsMenuHandler.py" line="760" />
+      <source>Extends</source>
+      <translation>Extiende</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="762"/>
-        <source>Tag Filters</source>
-        <translation>Filtros de Etiquetas</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="867" />
+      <location filename="../DjangoTagsMenuHandler.py" line="761" />
+      <source>Enter variable name:</source>
+      <translation>Introducir nombre de variable:</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="762"/>
-        <source>Multiple filters with arguments, pipes separated:</source>
-        <translation>Múltiples filtros con argumentos, separados por el carácter de pipe:</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="769" />
+      <source>Enter parent file name:</source>
+      <translation>Introducir nombre de archivo padre:</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="773"/>
-        <source>First Of</source>
-        <translation>Primero De</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="776" />
+      <source>Tag Filters</source>
+      <translation>Filtros de Etiquetas</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="773"/>
-        <source>Enter multiple variables, space separated:</source>
-        <translation>Introducir múltiples variables, separadas por espacios:</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="777" />
+      <source>Multiple filters with arguments, pipes separated:</source>
+      <translation>Múltiples filtros con argumentos, separados por el carácter de pipe:</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="773"/>
-        <source>Enter fallback value:</source>
-        <translation>Introducir valor de fallback:</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="787" />
+      <source>First Of</source>
+      <translation>Primero De</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="798"/>
-        <source>For Loop</source>
-        <translation>Bucle For</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="788" />
+      <source>Enter multiple variables, space separated:</source>
+      <translation>Introducir múltiples variables, separadas por espacios:</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="798"/>
-        <source>Enter variable to use for iteration:</source>
-        <translation>Introducir variable para usar en la iteración:</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="789" />
+      <source>Enter fallback value:</source>
+      <translation>Introducir valor de fallback:</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="798"/>
-        <source>Enter sequence to iterate over:</source>
-        <translation>Introducir secuencia de iteración:</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="812" />
+      <location filename="../DjangoTagsMenuHandler.py" line="800" />
+      <source>For Loop</source>
+      <translation>Bucle For</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="798"/>
-        <source>Enter output to use if loop is empty:</source>
-        <translation>Introducir salida a usar si el bucle está vacío:</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="813" />
+      <location filename="../DjangoTagsMenuHandler.py" line="801" />
+      <source>Enter variable to use for iteration:</source>
+      <translation>Introducir variable para usar en la iteración:</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="817"/>
-        <source>Check Variables for Changes</source>
-        <translation>Comprobar Cambios en Variables</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="814" />
+      <location filename="../DjangoTagsMenuHandler.py" line="802" />
+      <source>Enter sequence to iterate over:</source>
+      <translation>Introducir secuencia de iteración:</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="817"/>
-        <source>Enter variables to check (space separated):</source>
-        <translation>Introducir variables a comprobar (separadas por espacios):</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="815" />
+      <source>Enter output to use if loop is empty:</source>
+      <translation>Introducir salida a usar si el bucle está vacío:</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="828"/>
-        <source>Check If Equal</source>
-        <translation>Comprobar Si Igual</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="831" />
+      <source>Check Variables for Changes</source>
+      <translation>Comprobar Cambios en Variables</translation>
+    </message>
+    <message>
+      <location filename="../DjangoTagsMenuHandler.py" line="832" />
+      <source>Enter variables to check (space separated):</source>
+      <translation>Introducir variables a comprobar (separadas por espacios):</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="840"/>
-        <source>Enter first variable or string to check:</source>
-        <translation>Introducir primera variable o cadena a comprobar:</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="842" />
+      <source>Check If Equal</source>
+      <translation>Comprobar Si Igual</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="840"/>
-        <source>Enter second variable or string to check:</source>
-        <translation>Introducir segunda variable o cadena a comprobar:</translation>
-    </message>
-    <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="840"/>
-        <source>Check If Not Equal</source>
-        <translation>Comprobar Si No Igual</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="855" />
+      <location filename="../DjangoTagsMenuHandler.py" line="843" />
+      <source>Enter first variable or string to check:</source>
+      <translation>Introducir primera variable o cadena a comprobar:</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="860"/>
-        <source>Include</source>
-        <translation>Incluir</translation>
-    </message>
-    <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="860"/>
-        <source>Enter file name:</source>
-        <translation>Introducir nombre de archivo:</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="856" />
+      <location filename="../DjangoTagsMenuHandler.py" line="844" />
+      <source>Enter second variable or string to check:</source>
+      <translation>Introducir segunda variable o cadena a comprobar:</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="868"/>
-        <source>Load</source>
-        <translation>Cargar</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="854" />
+      <source>Check If Not Equal</source>
+      <translation>Comprobar Si No Igual</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="868"/>
-        <source>Enter template tag set to load:</source>
-        <translation>Introducir plantilla de conjunto etiquetas a cargar:</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="874" />
+      <location filename="../DjangoTagsMenuHandler.py" line="866" />
+      <source>Include</source>
+      <translation>Incluir</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="876"/>
-        <source>Now</source>
-        <translation>Ahora</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="875" />
+      <source>Enter file name:</source>
+      <translation>Introducir nombre de archivo:</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="876"/>
-        <source>Current date time format:</source>
-        <translation>Formato de fecha y hora actual:</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="882" />
+      <source>Load</source>
+      <translation>Cargar</translation>
+    </message>
+    <message>
+      <location filename="../DjangoTagsMenuHandler.py" line="883" />
+      <source>Enter template tag set to load:</source>
+      <translation>Introducir plantilla de conjunto etiquetas a cargar:</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="886"/>
-        <source>Regroup List</source>
-        <translation>Reagrupar Lista</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="890" />
+      <source>Now</source>
+      <translation>Ahora</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="886"/>
-        <source>List Variable:</source>
-        <translation>Variable de Lista:</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="891" />
+      <source>Current date time format:</source>
+      <translation>Formato de fecha y hora actual:</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="886"/>
-        <source>Common Attribute:</source>
-        <translation>Atributo en Común:</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="900" />
+      <source>Regroup List</source>
+      <translation>Reagrupar Lista</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="886"/>
-        <source>Name of resulting list:</source>
-        <translation>Nombre de la lista resultante:</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="901" />
+      <source>List Variable:</source>
+      <translation>Variable de Lista:</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="908"/>
-        <source>SSI</source>
-        <translation>SSI</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="901" />
+      <source>Common Attribute:</source>
+      <translation>Atributo en Común:</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="900"/>
-        <source>Full path to template:</source>
-        <translation>Ruta completa a plantilla:</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="902" />
+      <source>Name of resulting list:</source>
+      <translation>Nombre de la lista resultante:</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1379"/>
-        <source>All Files (*)</source>
-        <translation>Todos los Archivos (*)</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="922" />
+      <location filename="../DjangoTagsMenuHandler.py" line="914" />
+      <source>SSI</source>
+      <translation>SSI</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="916"/>
-        <source>Template Tag</source>
-        <translation>Template Tag</translation>
-    </message>
-    <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="916"/>
-        <source>Argument:</source>
-        <translation>Argumento:</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="915" />
+      <source>Full path to template:</source>
+      <translation>Ruta completa a plantilla:</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="928"/>
-        <source>URL</source>
-        <translation>URL</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1395" />
+      <location filename="../DjangoTagsMenuHandler.py" line="924" />
+      <source>All Files (*)</source>
+      <translation>Todos los Archivos (*)</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="940"/>
-        <source>View method name:</source>
-        <translation>Ver nombre del método:</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="930" />
+      <source>Template Tag</source>
+      <translation>Template Tag</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="940"/>
-        <source>Optional arguments (space separated):</source>
-        <translation>Argumentos opcionales (separados por espacios):</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="931" />
+      <source>Argument:</source>
+      <translation>Argumento:</translation>
+    </message>
+    <message>
+      <location filename="../DjangoTagsMenuHandler.py" line="942" />
+      <source>URL</source>
+      <translation>URL</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="940"/>
-        <source>URL...as</source>
-        <translation>URL...como</translation>
-    </message>
-    <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="940"/>
-        <source>URL name:</source>
-        <translation>Nombre de URL:</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="955" />
+      <location filename="../DjangoTagsMenuHandler.py" line="943" />
+      <source>View method name:</source>
+      <translation>Ver nombre del método:</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="957"/>
-        <source>Width Ratio</source>
-        <translation>Radio de Anchura</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="956" />
+      <location filename="../DjangoTagsMenuHandler.py" line="944" />
+      <source>Optional arguments (space separated):</source>
+      <translation>Argumentos opcionales (separados por espacios):</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="957"/>
-        <source>Variable:</source>
-        <translation>Variable:</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="954" />
+      <source>URL...as</source>
+      <translation>URL...como</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="957"/>
-        <source>Maximum Value:</source>
-        <translation>Valor Máximo:</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="957" />
+      <source>URL name:</source>
+      <translation>Nombre de URL:</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="957"/>
-        <source>Maximum Width:</source>
-        <translation>Anchura Máxima:</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="971" />
+      <source>Width Ratio</source>
+      <translation>Radio de Anchura</translation>
+    </message>
+    <message>
+      <location filename="../DjangoTagsMenuHandler.py" line="972" />
+      <source>Variable:</source>
+      <translation>Variable:</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="968"/>
-        <source>Cache Variables</source>
-        <translation>Caché de Variables</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="973" />
+      <source>Maximum Value:</source>
+      <translation>Valor Máximo:</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="968"/>
-        <source>Variables to cache as key=value (space separated):</source>
-        <translation>Variables a hacer caché como clave=valor (separadas por espacios):</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="974" />
+      <source>Maximum Width:</source>
+      <translation>Anchura Máxima:</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="983"/>
-        <source>Add Variable or String</source>
-        <translation>Añadir Variable o Cadena</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="982" />
+      <source>Cache Variables</source>
+      <translation>Caché de Variables</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="983"/>
-        <source>Variables or String to add:</source>
-        <translation>Variables o Cadena a añadir:</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="983" />
+      <source>Variables to cache as key=value (space separated):</source>
+      <translation>Variables a hacer caché como clave=valor (separadas por espacios):</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="995"/>
-        <source>Center Value</source>
-        <translation>Centrar Valor</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="997" />
+      <source>Add Variable or String</source>
+      <translation>Añadir Variable o Cadena</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1157"/>
-        <source>Enter width of the output:</source>
-        <translation>Introducir anchura de la salida:</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="998" />
+      <source>Variables or String to add:</source>
+      <translation>Variables o Cadena a añadir:</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1003"/>
-        <source>Cut Characters</source>
-        <translation>Cortar Carácteres</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1009" />
+      <source>Center Value</source>
+      <translation>Centrar Valor</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1003"/>
-        <source>Characters to cut:</source>
-        <translation>Carácteres a Cortar:</translation>
-    </message>
-    <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1189"/>
-        <source>Format Date</source>
-        <translation>Formatear Fecha</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1172" />
+      <location filename="../DjangoTagsMenuHandler.py" line="1135" />
+      <location filename="../DjangoTagsMenuHandler.py" line="1010" />
+      <source>Enter width of the output:</source>
+      <translation>Introducir anchura de la salida:</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1189"/>
-        <source>Enter date format:</source>
-        <translation>Introducir formato de fecha:</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1017" />
+      <source>Cut Characters</source>
+      <translation>Cortar Carácteres</translation>
+    </message>
+    <message>
+      <location filename="../DjangoTagsMenuHandler.py" line="1018" />
+      <source>Characters to cut:</source>
+      <translation>Carácteres a Cortar:</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1024"/>
-        <source>Default Value if False</source>
-        <translation>Valor Por Defecto si False</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1203" />
+      <location filename="../DjangoTagsMenuHandler.py" line="1025" />
+      <source>Format Date</source>
+      <translation>Formatear Fecha</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1024"/>
-        <source>Enter default value if result is False:</source>
-        <translation>Introducir valor por defecto si el resultado es False:</translation>
-    </message>
-    <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1032"/>
-        <source>Default Value if None</source>
-        <translation>Valor Por Defecto si None</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1204" />
+      <location filename="../DjangoTagsMenuHandler.py" line="1026" />
+      <source>Enter date format:</source>
+      <translation>Introducir formato de fecha:</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1032"/>
-        <source>Enter default value if result is None:</source>
-        <translation>Introducir valor por defecto si el resultado es None:</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1038" />
+      <source>Default Value if False</source>
+      <translation>Valor Por Defecto si False</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1040"/>
-        <source>Sort Dictionaries</source>
-        <translation>Ordenar Diccionarios</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1039" />
+      <source>Enter default value if result is False:</source>
+      <translation>Introducir valor por defecto si el resultado es False:</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1048"/>
-        <source>Enter key to sort on:</source>
-        <translation>Introducir clave para ordenado:</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1046" />
+      <source>Default Value if None</source>
+      <translation>Valor Por Defecto si None</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1048"/>
-        <source>Sort Dictionaries reversed</source>
-        <translation>Ordenar Inversamente Diccionarios</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1047" />
+      <source>Enter default value if result is None:</source>
+      <translation>Introducir valor por defecto si el resultado es None:</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1056"/>
-        <source>Check Divisibility</source>
-        <translation>Comprobar Divisibilidad</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1054" />
+      <source>Sort Dictionaries</source>
+      <translation>Ordenar Diccionarios</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1056"/>
-        <source>Enter divisor value:</source>
-        <translation>Introducir valor divisor:</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1063" />
+      <location filename="../DjangoTagsMenuHandler.py" line="1055" />
+      <source>Enter key to sort on:</source>
+      <translation>Introducir clave para ordenado:</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1074"/>
-        <source>Format Floating Number</source>
-        <translation>Formatear Número en coma Flotante</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1062" />
+      <source>Sort Dictionaries reversed</source>
+      <translation>Ordenar Inversamente Diccionarios</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1074"/>
-        <source>Enter number of decimal places:</source>
-        <translation>Introducir número de lugares decimales:</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1070" />
+      <source>Check Divisibility</source>
+      <translation>Comprobar Divisibilidad</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1084"/>
-        <source>Get Rightmost Digit</source>
-        <translation>Obtener dígito de más hacia la Derecha</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1071" />
+      <source>Enter divisor value:</source>
+      <translation>Introducir valor divisor:</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1084"/>
-        <source>Enter index of digit:</source>
-        <translation>Introducir índice de dígito:</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1088" />
+      <source>Format Floating Number</source>
+      <translation>Formatear Número en coma Flotante</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1094"/>
-        <source>Join List</source>
-        <translation>Hacer Join de Lista</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1089" />
+      <source>Enter number of decimal places:</source>
+      <translation>Introducir número de lugares decimales:</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1094"/>
-        <source>Enter string to join by:</source>
-        <translation>Introducir cadena para hacer join:</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1098" />
+      <source>Get Rightmost Digit</source>
+      <translation>Obtener dígito de más hacia la Derecha</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1106"/>
-        <source>Check Length</source>
-        <translation>Comprobar Longitud</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1099" />
+      <source>Enter index of digit:</source>
+      <translation>Introducir índice de dígito:</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1106"/>
-        <source>Enter desired length:</source>
-        <translation>Introducir longitud deseada:</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1108" />
+      <source>Join List</source>
+      <translation>Hacer Join de Lista</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1120"/>
-        <source>Left-align Value</source>
-        <translation>Alinear Valor a la Izquierda</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1109" />
+      <source>Enter string to join by:</source>
+      <translation>Introducir cadena para hacer join:</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1134"/>
-        <source>Plural Suffix</source>
-        <translation>Sufijo de Plural</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1120" />
+      <source>Check Length</source>
+      <translation>Comprobar Longitud</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1134"/>
-        <source>Enter plural suffix (nothing for default):</source>
-        <translation>Introducir sufijo de plural (nada para por defecto):</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1121" />
+      <source>Enter desired length:</source>
+      <translation>Introducir longitud deseada:</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1149"/>
-        <source>Remove HTML Tags</source>
-        <translation>Eliminar Etiquetas HTML</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1134" />
+      <source>Left-align Value</source>
+      <translation>Alinear Valor a la Izquierda</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1149"/>
-        <source>Enter HTML tags to remove (space separated):</source>
-        <translation>Introducir etiquetas HTML a eliminar (separadas por espacios):</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1148" />
+      <source>Plural Suffix</source>
+      <translation>Sufijo de Plural</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1157"/>
-        <source>Right-align Value</source>
-        <translation>Alinear Valor a la Derecha</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1149" />
+      <source>Enter plural suffix (nothing for default):</source>
+      <translation>Introducir sufijo de plural (nada para por defecto):</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1169"/>
-        <source>Extract slice of a list</source>
-        <translation>Extraer una slice de una lista</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1163" />
+      <source>Remove HTML Tags</source>
+      <translation>Eliminar Etiquetas HTML</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1169"/>
-        <source>Enter Python like slice expression:</source>
-        <translation>Introducir expresión de slice tipo Python:</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1164" />
+      <source>Enter HTML tags to remove (space separated):</source>
+      <translation>Introducir etiquetas HTML a eliminar (separadas por espacios):</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1179"/>
-        <source>Perform String Formatting</source>
-        <translation>Formatear Cadena</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1171" />
+      <source>Right-align Value</source>
+      <translation>Alinear Valor a la Derecha</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1179"/>
-        <source>Enter Python like string format:</source>
-        <translation>Introducir formato de cadena tipo Python:</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1183" />
+      <source>Extract slice of a list</source>
+      <translation>Extraer una slice de una lista</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1201"/>
-        <source>Time Since</source>
-        <translation>Tiempo Desde</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1184" />
+      <source>Enter Python like slice expression:</source>
+      <translation>Introducir expresión de slice tipo Python:</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1212"/>
-        <source>Enter variable containing time reference:</source>
-        <translation>Introducir variable que contiene una referencia de tiempo:</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1193" />
+      <source>Perform String Formatting</source>
+      <translation>Formatear Cadena</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1212"/>
-        <source>Time Until</source>
-        <translation>Tiempo Hasta</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1194" />
+      <source>Enter Python like string format:</source>
+      <translation>Introducir formato de cadena tipo Python:</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1241"/>
-        <source>Truncate String</source>
-        <translation>Truncar Cadena</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1215" />
+      <source>Time Since</source>
+      <translation>Tiempo Desde</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1267"/>
-        <source>Enter number of characters:</source>
-        <translation>Introducir número de carácteres:</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1227" />
+      <location filename="../DjangoTagsMenuHandler.py" line="1216" />
+      <source>Enter variable containing time reference:</source>
+      <translation>Introducir variable que contiene una referencia de tiempo:</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1241"/>
-        <source>Enter number of words:</source>
-        <translation>Introducir número de palabras:</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1226" />
+      <source>Time Until</source>
+      <translation>Tiempo Hasta</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1257"/>
-        <source>Convert URLs as clickable links and truncate</source>
-        <translation>Convertir URLs como enlaces clickables y truncar</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1255" />
+      <location filename="../DjangoTagsMenuHandler.py" line="1247" />
+      <location filename="../DjangoTagsMenuHandler.py" line="1239" />
+      <source>Truncate String</source>
+      <translation>Truncar Cadena</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1267"/>
-        <source>Wrap words</source>
-        <translation>No partir palabras</translation>
-    </message>
-    <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1275"/>
-        <source>Map True, False and None</source>
-        <translation>Mapear True, False y None</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1282" />
+      <location filename="../DjangoTagsMenuHandler.py" line="1272" />
+      <location filename="../DjangoTagsMenuHandler.py" line="1240" />
+      <source>Enter number of characters:</source>
+      <translation>Introducir número de carácteres:</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1275"/>
-        <source>Enter mapping (comma separated):</source>
-        <translation>Introducir mapeo (separado por comas):</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1256" />
+      <location filename="../DjangoTagsMenuHandler.py" line="1248" />
+      <source>Enter number of words:</source>
+      <translation>Introducir número de palabras:</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1332"/>
-        <source>Link to static file</source>
-        <translation>Enlace a archivo estático</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1271" />
+      <source>Convert URLs as clickable links and truncate</source>
+      <translation>Convertir URLs como enlaces clickables y truncar</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1324"/>
-        <source>Enter relative path of static file:</source>
-        <translation>Introducir ruta relativa del archivo estático:</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1281" />
+      <source>Wrap words</source>
+      <translation>No partir palabras</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1332"/>
-        <source>Enter variable containing relative path of static file:</source>
-        <translation>Introducir variable que contiene ruta relativa de archivo estático:</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1289" />
+      <source>Map True, False and None</source>
+      <translation>Mapear True, False y None</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1357"/>
-        <source>Single Line Comment</source>
-        <translation>Comentario de Única Línea</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1290" />
+      <source>Enter mapping (comma separated):</source>
+      <translation>Introducir mapeo (separado por comas):</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1366"/>
-        <source>Enter comment:</source>
-        <translation>Introducir comentario:</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1346" />
+      <location filename="../DjangoTagsMenuHandler.py" line="1338" />
+      <source>Link to static file</source>
+      <translation>Enlace a archivo estático</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1366"/>
-        <source>Multi Line Comment</source>
-        <translation>Comentario Multilínea</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1339" />
+      <source>Enter relative path of static file:</source>
+      <translation>Introducir ruta relativa del archivo estático:</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1393"/>
-        <source>Comment File</source>
-        <translation>Archivo de Comentario</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1347" />
+      <source>Enter variable containing relative path of static file:</source>
+      <translation>Introducir variable que contiene ruta relativa de archivo estático:</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1393"/>
-        <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
-        <translation>&lt;p&gt;El archivo &lt;b&gt;{0}&lt;/b&gt; no se ha podido leer.&lt;/p&gt;&lt;p&gt;Razón: {1}&lt;/p&gt;</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1371" />
+      <source>Single Line Comment</source>
+      <translation>Comentario de Única Línea</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1426"/>
-        <source>Translate String into Variable</source>
-        <translation>Traducir Cadena a una Variable</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1380" />
+      <location filename="../DjangoTagsMenuHandler.py" line="1372" />
+      <source>Enter comment:</source>
+      <translation>Introducir comentario:</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1426"/>
-        <source>Enter variable receiving translation:</source>
-        <translation>Introducir variable que recibe la traducción:</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1379" />
+      <source>Multi Line Comment</source>
+      <translation>Comentario Multilínea</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1440"/>
-        <source>Translate Block with Attributes</source>
-        <translation>Traducir Bloque con Atributos</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1406" />
+      <location filename="../DjangoTagsMenuHandler.py" line="1393" />
+      <source>Comment File</source>
+      <translation>Archivo de Comentario</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1440"/>
-        <source>Enter attribute binding expressions (space separated):</source>
-        <translation>Introducir expresiones que conectan atributos (separados por espacios):</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1407" />
+      <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
+      <translation>&lt;p&gt;El archivo &lt;b&gt;{0}&lt;/b&gt; no se ha podido leer.&lt;/p&gt;&lt;p&gt;Razón: {1}&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1455"/>
-        <source>Switch language</source>
-        <translation>Cambiar idioma</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1439" />
+      <source>Translate String into Variable</source>
+      <translation>Traducir Cadena a una Variable</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1455"/>
-        <source>Enter language:</source>
-        <translation>Introducir idioma:</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1440" />
+      <source>Enter variable receiving translation:</source>
+      <translation>Introducir variable que recibe la traducción:</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1472"/>
-        <source>Language Information</source>
-        <translation>Información de Idioma</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1453" />
+      <source>Translate Block with Attributes</source>
+      <translation>Traducir Bloque con Atributos</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1472"/>
-        <source>Enter language string or variable (empty for LANGUAGE_CODE):</source>
-        <translation>Introducir cadena o variable de idioma (vacío para LANGUAGE_CODE):</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1454" />
+      <source>Enter attribute binding expressions (space separated):</source>
+      <translation>Introducir expresiones que conectan atributos (separados por espacios):</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1487"/>
-        <source>Language Information for a list of languages</source>
-        <translation>Información de idioma para una lista de idiomas</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1468" />
+      <source>Switch language</source>
+      <translation>Cambiar idioma</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1487"/>
-        <source>Enter language list variable (empty for LANGUAGES):</source>
-        <translation>Introducir variable de lista de idiomas (vacío para LANGUAGES):</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1469" />
+      <source>Enter language:</source>
+      <translation>Introducir idioma:</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="213"/>
-        <source>default - Use default if False</source>
-        <translation>default - Usar por defecto si False</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1485" />
+      <source>Language Information</source>
+      <translation>Información de Idioma</translation>
+    </message>
+    <message>
+      <location filename="../DjangoTagsMenuHandler.py" line="1486" />
+      <source>Enter language string or variable (empty for LANGUAGE_CODE):</source>
+      <translation>Introducir cadena o variable de idioma (vacío para LANGUAGE_CODE):</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="229"/>
-        <source>escape - Escape as HTML</source>
-        <translation>escape - Hacer escape como HTML</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1500" />
+      <source>Language Information for a list of languages</source>
+      <translation>Información de idioma para una lista de idiomas</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="438"/>
-        <source>lorem - Builtin Lorem Ipsum Generator</source>
-        <translation>lorem - Generador Integrado de Builtin Lorem Ipsum</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1501" />
+      <source>Enter language list variable (empty for LANGUAGES):</source>
+      <translation>Introducir variable de lista de idiomas (vacío para LANGUAGES):</translation>
     </message>
-</context>
-<context>
+  </context>
+  <context>
     <name>FindTemplateTagDialog</name>
     <message>
-        <location filename="../FindTemplateTagDialog.ui" line="14"/>
-        <source>Find Template Tag</source>
-        <translation>Encontrar Template Tag</translation>
+      <location filename="../FindTemplateTagDialog.ui" line="0" />
+      <source>Find Template Tag</source>
+      <translation>Encontrar Template Tag</translation>
+    </message>
+    <message>
+      <location filename="../FindTemplateTagDialog.ui" line="0" />
+      <source>&lt;b&gt;Find Tags and Filters while Typing:&lt;/b&gt;</source>
+      <translation>&lt;b&gt;Encontrar Etiquetas y Filtros al Teclear:&lt;/b&gt;</translation>
     </message>
     <message>
-        <location filename="../FindTemplateTagDialog.ui" line="23"/>
-        <source>&lt;b&gt;Find Tags and Filters while Typing:&lt;/b&gt;</source>
-        <translation>&lt;b&gt;Encontrar Etiquetas y Filtros al Teclear:&lt;/b&gt;</translation>
+      <location filename="../FindTemplateTagDialog.ui" line="0" />
+      <location filename="../FindTemplateTagDialog.ui" line="0" />
+      <source>Type to find tag</source>
+      <translation>Teclear para encontrar etiqueta</translation>
     </message>
     <message>
-        <location filename="../FindTemplateTagDialog.ui" line="33"/>
-        <source>Type to find tag</source>
-        <translation>Teclear para encontrar etiqueta</translation>
-    </message>
-    <message>
-        <location filename="../FindTemplateTagDialog.ui" line="61"/>
-        <source>Press to create the entered template tag</source>
-        <translation>Pulsar para crear la plantilla deetiquetas introducida</translation>
+      <location filename="../FindTemplateTagDialog.ui" line="0" />
+      <source>Press to create the entered template tag</source>
+      <translation>Pulsar para crear la plantilla deetiquetas introducida</translation>
     </message>
     <message>
-        <location filename="../FindTemplateTagDialog.ui" line="64"/>
-        <source>Create Template Tag</source>
-        <translation>Crear Template Tag</translation>
+      <location filename="../FindTemplateTagDialog.ui" line="0" />
+      <source>Create Template Tag</source>
+      <translation>Crear Template Tag</translation>
     </message>
-</context>
-<context>
+  </context>
+  <context>
     <name>IeCommentDialog</name>
     <message>
-        <location filename="../IeCommentDialog.ui" line="14"/>
-        <source>IE Comment</source>
-        <translation>Comentario IE</translation>
+      <location filename="../IeCommentDialog.ui" line="0" />
+      <source>IE Comment</source>
+      <translation>Comentario IE</translation>
     </message>
     <message>
-        <location filename="../IeCommentDialog.ui" line="25"/>
-        <source>Conditional Format:</source>
-        <translation>Formato Condicional:</translation>
+      <location filename="../IeCommentDialog.ui" line="0" />
+      <source>Conditional Format:</source>
+      <translation>Formato Condicional:</translation>
     </message>
     <message>
-        <location filename="../IeCommentDialog.ui" line="34"/>
-        <source>Select the conditional</source>
-        <translation>Seleccionar el condicional</translation>
+      <location filename="../IeCommentDialog.ui" line="0" />
+      <source>Select the conditional</source>
+      <translation>Seleccionar el condicional</translation>
     </message>
     <message>
-        <location filename="../IeCommentDialog.ui" line="56"/>
-        <source>MS IE Version:</source>
-        <translation>Versión de MS IE:</translation>
+      <location filename="../IeCommentDialog.ui" line="0" />
+      <source>MS IE Version:</source>
+      <translation>Versión de MS IE:</translation>
     </message>
     <message>
-        <location filename="../IeCommentDialog.ui" line="65"/>
-        <source>Enter the IE Version</source>
-        <translation>Introducir la Versión de IE</translation>
+      <location filename="../IeCommentDialog.ui" line="0" />
+      <source>Enter the IE Version</source>
+      <translation>Introducir la Versión de IE</translation>
     </message>
-</context>
-<context>
+  </context>
+  <context>
     <name>IfTagInputDialog</name>
     <message>
-        <location filename="../IfTagInputDialog.ui" line="14"/>
-        <source>If Tag Template</source>
-        <translation>If Tag Template</translation>
+      <location filename="../IfTagInputDialog.ui" line="0" />
+      <source>If Tag Template</source>
+      <translation>If Tag Template</translation>
     </message>
     <message>
-        <location filename="../IfTagInputDialog.ui" line="23"/>
-        <source>&apos;if&apos; expression:</source>
-        <translation>&apos;if&apos; expresión:</translation>
+      <location filename="../IfTagInputDialog.ui" line="0" />
+      <source>'if' expression:</source>
+      <translation>'if' expresión:</translation>
     </message>
     <message>
-        <location filename="../IfTagInputDialog.ui" line="30"/>
-        <source>Enter the &apos;if&apos; expression</source>
-        <translation>Introducir la expresión &apos;if&apos;</translation>
+      <location filename="../IfTagInputDialog.ui" line="0" />
+      <source>Enter the 'if' expression</source>
+      <translation>Introducir la expresión 'if'</translation>
     </message>
     <message>
-        <location filename="../IfTagInputDialog.ui" line="37"/>
-        <source>&apos;elif&apos; expressions (one per line):</source>
-        <translation>Introducir las expresiones &apos;elif&apos; (una por línea):</translation>
+      <location filename="../IfTagInputDialog.ui" line="0" />
+      <source>'elif' expressions (one per line):</source>
+      <translation>Introducir las expresiones 'elif' (una por línea):</translation>
     </message>
     <message>
-        <location filename="../IfTagInputDialog.ui" line="44"/>
-        <source>Enter &apos;elif&apos; expressions one per line</source>
-        <translation>Introducir las expresiones &apos;elif&apos; una por línea</translation>
+      <location filename="../IfTagInputDialog.ui" line="0" />
+      <source>Enter 'elif' expressions one per line</source>
+      <translation>Introducir las expresiones 'elif' una por línea</translation>
     </message>
     <message>
-        <location filename="../IfTagInputDialog.ui" line="51"/>
-        <source>Select to include an &apos;else&apos; part</source>
-        <translation>Seleccionar para incluir una parte &apos;else&apos;</translation>
+      <location filename="../IfTagInputDialog.ui" line="0" />
+      <source>Select to include an 'else' part</source>
+      <translation>Seleccionar para incluir una parte 'else'</translation>
     </message>
     <message>
-        <location filename="../IfTagInputDialog.ui" line="54"/>
-        <source>Include &apos;else&apos;</source>
-        <translation>Incluir &apos;else&apos;</translation>
+      <location filename="../IfTagInputDialog.ui" line="0" />
+      <source>Include 'else'</source>
+      <translation>Incluir 'else'</translation>
     </message>
-</context>
-<context>
+  </context>
+  <context>
     <name>LoremTagInputDialog</name>
     <message>
-        <location filename="../LoremTagInputDialog.ui" line="14"/>
-        <source>Lorem Tag Template</source>
-        <translation>Lorem Tag Template</translation>
+      <location filename="../LoremTagInputDialog.ui" line="0" />
+      <source>Lorem Tag Template</source>
+      <translation>Lorem Tag Template</translation>
     </message>
     <message>
-        <location filename="../LoremTagInputDialog.ui" line="23"/>
-        <source>Count:</source>
-        <translation>Conteo:</translation>
+      <location filename="../LoremTagInputDialog.ui" line="0" />
+      <source>Count:</source>
+      <translation>Conteo:</translation>
     </message>
     <message>
-        <location filename="../LoremTagInputDialog.ui" line="53"/>
-        <source>Method:</source>
-        <translation>Método:</translation>
+      <location filename="../LoremTagInputDialog.ui" line="0" />
+      <source>Method:</source>
+      <translation>Método:</translation>
     </message>
     <message>
-        <location filename="../LoremTagInputDialog.ui" line="61"/>
-        <source>Plain text paragraphs</source>
-        <translation>Párrafos de texto plano</translation>
+      <location filename="../LoremTagInputDialog.ui" line="0" />
+      <source>Plain text paragraphs</source>
+      <translation>Párrafos de texto plano</translation>
     </message>
     <message>
-        <location filename="../LoremTagInputDialog.ui" line="66"/>
-        <source>HTML paragraphs</source>
-        <translation>Párrafos HTML</translation>
+      <location filename="../LoremTagInputDialog.ui" line="0" />
+      <source>HTML paragraphs</source>
+      <translation>Párrafos HTML</translation>
     </message>
     <message>
-        <location filename="../LoremTagInputDialog.ui" line="71"/>
-        <source>Words</source>
-        <translation>Palabras</translation>
+      <location filename="../LoremTagInputDialog.ui" line="0" />
+      <source>Words</source>
+      <translation>Palabras</translation>
     </message>
     <message>
-        <location filename="../LoremTagInputDialog.ui" line="79"/>
-        <source>Generate random text</source>
-        <translation>Generar texto aleatorio</translation>
+      <location filename="../LoremTagInputDialog.ui" line="0" />
+      <source>Generate random text</source>
+      <translation>Generar texto aleatorio</translation>
     </message>
-</context>
-<context>
+  </context>
+  <context>
     <name>ProjectDjangoTagsMenuPlugin</name>
     <message>
-        <location filename="../../PluginProjectDjangoTagsMenu.py" line="67"/>
-        <source>Template Tags</source>
-        <translation>Template Tags</translation>
+      <location filename="../../PluginProjectDjangoTagsMenu.py" line="69" />
+      <source>Template Tags</source>
+      <translation>Template Tags</translation>
     </message>
-</context>
-<context>
+  </context>
+  <context>
     <name>TimezoneSelectionDialog</name>
     <message>
-        <location filename="../TimezoneSelectionDialog.ui" line="14"/>
-        <source>Select Time Zone</source>
-        <translation>Seleccionar Zona Horaria</translation>
+      <location filename="../TimezoneSelectionDialog.ui" line="0" />
+      <source>Select Time Zone</source>
+      <translation>Seleccionar Zona Horaria</translation>
     </message>
     <message>
-        <location filename="../TimezoneSelectionDialog.ui" line="25"/>
-        <source>Region:</source>
-        <translation>Región:</translation>
+      <location filename="../TimezoneSelectionDialog.ui" line="0" />
+      <source>Region:</source>
+      <translation>Región:</translation>
     </message>
     <message>
-        <location filename="../TimezoneSelectionDialog.ui" line="32"/>
-        <source>Select the time zone region</source>
-        <translation>Seleccionar la región de zona horaria</translation>
+      <location filename="../TimezoneSelectionDialog.ui" line="0" />
+      <source>Select the time zone region</source>
+      <translation>Seleccionar la región de zona horaria</translation>
     </message>
     <message>
-        <location filename="../TimezoneSelectionDialog.ui" line="39"/>
-        <source>City:</source>
-        <translation>Ciudad:</translation>
+      <location filename="../TimezoneSelectionDialog.ui" line="0" />
+      <source>City:</source>
+      <translation>Ciudad:</translation>
     </message>
     <message>
-        <location filename="../TimezoneSelectionDialog.ui" line="49"/>
-        <source>Select the time zone city</source>
-        <translation>Seleccionar la ciudad de zona horaria</translation>
+      <location filename="../TimezoneSelectionDialog.ui" line="0" />
+      <source>Select the time zone city</source>
+      <translation>Seleccionar la ciudad de zona horaria</translation>
     </message>
-</context>
+  </context>
 </TS>
--- a/ProjectDjangoTagsMenu/i18n/djangotagsmenu_ru.ts	Sat May 29 15:04:13 2021 +0200
+++ b/ProjectDjangoTagsMenu/i18n/djangotagsmenu_ru.ts	Sun May 30 11:51:44 2021 +0200
@@ -1,1469 +1,1508 @@
 <?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE TS><TS version="2.0" language="ru" sourcelanguage="">
-<context>
+<!DOCTYPE TS>
+<TS version="2.0" language="ru" sourcelanguage="">
+  <context>
     <name>DjangoTagsMenuHandler</name>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="53"/>
-        <source>Django Template Tags Locator</source>
-        <translation>Определитель шаблонных тегов Django</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="56" />
+      <source>Django Template Tags Locator</source>
+      <translation>Определитель шаблонных тегов Django</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="630"/>
-        <source>Tags</source>
-        <translation>Теги</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="642" />
+      <location filename="../DjangoTagsMenuHandler.py" line="608" />
+      <location filename="../DjangoTagsMenuHandler.py" line="540" />
+      <location filename="../DjangoTagsMenuHandler.py" line="76" />
+      <source>Tags</source>
+      <translation>Теги</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="73"/>
-        <source>autoescape - Auto Escape Characters</source>
-        <translation>autoescape - автоэкранирование символов</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="78" />
+      <source>autoescape - Auto Escape Characters</source>
+      <translation>autoescape - автоэкранирование символов</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="77"/>
-        <source>block - Named Block</source>
-        <translation>block - именованный блок</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="82" />
+      <source>block - Named Block</source>
+      <translation>block - именованный блок</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="81"/>
-        <source>comment - Multiline Comment</source>
-        <translation>comment - многострочный комментарий</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="86" />
+      <source>comment - Multiline Comment</source>
+      <translation>comment - многострочный комментарий</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="84"/>
-        <source>csrf_token - Cross Site Request Forgery Token</source>
-        <translation>csrf_token - токен Cross Site Request Forgery</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="89" />
+      <source>csrf_token - Cross Site Request Forgery Token</source>
+      <translation>csrf_token - токен Cross Site Request Forgery</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="87"/>
-        <source>cycle - Cycle variables each time used</source>
-        <translation>cycle - переменные, используемые при организации цикла</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="92" />
+      <source>cycle - Cycle variables each time used</source>
+      <translation>cycle - переменные, используемые при организации цикла</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="91"/>
-        <source>debug - Output Debug Information</source>
-        <translation>debug - вывод отладочной информации</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="96" />
+      <source>debug - Output Debug Information</source>
+      <translation>debug - вывод отладочной информации</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="95"/>
-        <source>extends - Extend a template with variable contents</source>
-        <translation>extends - наследование шаблона с использованием значения переменной</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="100" />
+      <source>extends - Extend a template with variable contents</source>
+      <translation>extends - наследование шаблона с использованием значения переменной</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="98"/>
-        <source>extends - Extend a template with file</source>
-        <translation>extends - наследование шаблона, заданного файлом</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="103" />
+      <source>extends - Extend a template with file</source>
+      <translation>extends - наследование шаблона, заданного файлом</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="102"/>
-        <source>filter - Filtered Block for one or more filters</source>
-        <translation>filter - фильтрация блока по одному или нескольким фильтрам</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="107" />
+      <source>filter - Filtered Block for one or more filters</source>
+      <translation>filter - фильтрация блока по одному или нескольким фильтрам</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="105"/>
-        <source>firstof - Outputs first argument variable that is True</source>
-        <translation>firstof - вывод первой переменной, равной True</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="110" />
+      <source>firstof - Outputs first argument variable that is True</source>
+      <translation>firstof - вывод первой переменной, равной True</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="108"/>
-        <source>for - For Loop</source>
-        <translation>for - организация цикла</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="113" />
+      <source>for - For Loop</source>
+      <translation>for - организация цикла</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="111"/>
-        <source>for...empty - For Loop with fallback for empty loop</source>
-        <translation>for...empty - организация цикла с возвратом сообщения если список пуст</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="116" />
+      <source>for...empty - For Loop with fallback for empty loop</source>
+      <translation>for...empty - организация цикла с возвратом сообщения если список пуст</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="115"/>
-        <source>if - if...elif...else... clauses</source>
-        <translation>if - if...elif...else... clauses - логические условия</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="120" />
+      <source>if - if...elif...else... clauses</source>
+      <translation>if - if...elif...else... clauses - логические условия</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="118"/>
-        <source>ifchanged - Check if a value has changed</source>
-        <translation>ifchanged - проверка изменения значения тега/переменной</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="123" />
+      <source>ifchanged - Check if a value has changed</source>
+      <translation>ifchanged - проверка изменения значения тега/переменной</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="121"/>
-        <source>ifequal - Output block if variables are equal</source>
-        <translation>ifequal - вывод блока если переменные равны</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="126" />
+      <source>ifequal - Output block if variables are equal</source>
+      <translation>ifequal - вывод блока если переменные равны</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="124"/>
-        <source>ifnotequal - Output block if variables are not equal</source>
-        <translation>ifnotequal - вывод блока если переменные не равны</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="129" />
+      <source>ifnotequal - Output block if variables are not equal</source>
+      <translation>ifnotequal - вывод блока если переменные не равны</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="127"/>
-        <source>include - Render template given by variable</source>
-        <translation>include - рендеринг шаблона, заданного переменной</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="132" />
+      <source>include - Render template given by variable</source>
+      <translation>include - рендеринг шаблона, заданного переменной</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="130"/>
-        <source>include - Render template given by file name</source>
-        <translation>include - рендеринг шаблона, заданного именем файла</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="135" />
+      <source>include - Render template given by file name</source>
+      <translation>include - рендеринг шаблона, заданного именем файла</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="134"/>
-        <source>load - Load a custom template tag set</source>
-        <translation>load - загрузка пользовательского набора шаблонных тегов</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="139" />
+      <source>load - Load a custom template tag set</source>
+      <translation>load - загрузка пользовательского набора шаблонных тегов</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="138"/>
-        <source>now - Display current date and time</source>
-        <translation>now - отображение текущих даты и времени</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="143" />
+      <source>now - Display current date and time</source>
+      <translation>now - отображение текущих даты и времени</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="142"/>
-        <source>regroup - Regroup list of alike objects by a common attribute</source>
-        <translation>regroup - групировка списка похожих объектов по общему атрибуту</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="147" />
+      <source>regroup - Regroup list of alike objects by a common attribute</source>
+      <translation>regroup - групировка списка похожих объектов по общему атрибуту</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="147"/>
-        <source>spaceless - Remove whitespace between HTML tags</source>
-        <translation>spaceless - удаление символов пропуска между HTML-тегами</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="152" />
+      <source>spaceless - Remove whitespace between HTML tags</source>
+      <translation>spaceless - удаление символов пропуска между HTML-тегами</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="150"/>
-        <source>ssi - Output contents of a given file into the page</source>
-        <translation>ssi - вывод содержимого указанного файла на страницу</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="155" />
+      <source>ssi - Output contents of a given file into the page</source>
+      <translation>ssi - вывод содержимого указанного файла на страницу</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="153"/>
-        <source>ssi - Output contents of a given file into the page (dialog selection)</source>
-        <translation>ssi - вывод содержимого указанного файла на страницу (диалог выбора)</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="158" />
+      <source>ssi - Output contents of a given file into the page (dialog selection)</source>
+      <translation>ssi - вывод содержимого указанного файла на страницу (диалог выбора)</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="158"/>
-        <source>templatetag - Output syntax characters used for template</source>
-        <translation>templatetag - вывод синтаксических символов, используемых для шаблонов</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="163" />
+      <source>templatetag - Output syntax characters used for template</source>
+      <translation>templatetag - вывод синтаксических символов, используемых для шаблонов</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="163"/>
-        <source>url - Return an absolute path reference</source>
-        <translation>url - возврат абсолютной ссылки (URL без имени домена)</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="168" />
+      <source>url - Return an absolute path reference</source>
+      <translation>url - возврат абсолютной ссылки (URL без имени домена)</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="166"/>
-        <source>url...as - Return an absolute path reference</source>
-        <translation>url...as - возврат абсолютной ссылки (URL без отображения)</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="171" />
+      <source>url...as - Return an absolute path reference</source>
+      <translation>url...as - возврат абсолютной ссылки (URL без отображения)</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="170"/>
-        <source>verbatim - Output block contents without rendering</source>
-        <translation>verbatim - вывод содержимого блока без рендеринга</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="175" />
+      <source>verbatim - Output block contents without rendering</source>
+      <translation>verbatim - вывод содержимого блока без рендеринга</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="174"/>
-        <source>widthratio - Calculate width ratio</source>
-        <translation>widthratio - вычисление коэффициента ширины</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="179" />
+      <source>widthratio - Calculate width ratio</source>
+      <translation>widthratio - вычисление коэффициента ширины</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="177"/>
-        <source>with - Cache a complex variable under a simpler name</source>
-        <translation>with - кеширование составной переменной под простым именем</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="182" />
+      <source>with - Cache a complex variable under a simpler name</source>
+      <translation>with - кеширование составной переменной под простым именем</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="649"/>
-        <source>Filters</source>
-        <translation>Фильтры</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="661" />
+      <location filename="../DjangoTagsMenuHandler.py" line="617" />
+      <location filename="../DjangoTagsMenuHandler.py" line="580" />
+      <location filename="../DjangoTagsMenuHandler.py" line="195" />
+      <source>Filters</source>
+      <translation>Фильтры</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="192"/>
-        <source>A-I</source>
-        <translation>A-I</translation>
-    </message>
-    <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="193"/>
-        <source>add - Add variable or string</source>
-        <translation>add - добавление переменной или строки</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="197" />
+      <source>A-I</source>
+      <translation>A-I</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="196"/>
-        <source>addslashes - Add slashes before quotes</source>
-        <translation>addslashes - вставка символов слеша перед кавычками</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="199" />
+      <source>add - Add variable or string</source>
+      <translation>add - добавление переменной или строки</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="200"/>
-        <source>capfirst - Capitalize first character</source>
-        <translation>capfirst - капитализация первого символа</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="202" />
+      <source>addslashes - Add slashes before quotes</source>
+      <translation>addslashes - вставка символов слеша перед кавычками</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="203"/>
-        <source>center - Center value</source>
-        <translation>center - центрировать значение в поле заданной ширины</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="206" />
+      <source>capfirst - Capitalize first character</source>
+      <translation>capfirst - капитализация первого символа</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="206"/>
-        <source>cut - Cut characters</source>
-        <translation>cut - удалить аргумент из строки</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="209" />
+      <source>center - Center value</source>
+      <translation>center - центрировать значение в поле заданной ширины</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="210"/>
-        <source>date - Format date</source>
-        <translation>date - формат даты</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="212" />
+      <source>cut - Cut characters</source>
+      <translation>cut - удалить аргумент из строки</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="216"/>
-        <source>default_if_none - Use default if None</source>
-        <translation>default_if_none - использовать значение по умолчанию если - None</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="216" />
+      <source>date - Format date</source>
+      <translation>date - формат даты</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="219"/>
-        <source>dictsort - Sort dictionaries</source>
-        <translation>dictsort - сортировка словарей</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="219" />
+      <source>default - Use default if False</source>
+      <translation>default - использовать значение по умолчанию если - False</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="222"/>
-        <source>dictsortreversed - Sort dictionaries reversed</source>
-        <translation>dictsortreversed - сортировка словарей в обратном порядке</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="222" />
+      <source>default_if_none - Use default if None</source>
+      <translation>default_if_none - использовать значение по умолчанию если - None</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="225"/>
-        <source>divisibleby - Check divisibility</source>
-        <translation>divisibleby - проверка делимости</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="225" />
+      <source>dictsort - Sort dictionaries</source>
+      <translation>dictsort - сортировка словарей</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="232"/>
-        <source>escapejs - Escape as JavaScript</source>
-        <translation>escapejs - экранирование как в JavaScript</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="228" />
+      <source>dictsortreversed - Sort dictionaries reversed</source>
+      <translation>dictsortreversed - сортировка словарей в обратном порядке</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="236"/>
-        <source>filesizeformat - Format file sizes</source>
-        <translation>filesizeformat - форматирует как размер файла</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="231" />
+      <source>divisibleby - Check divisibility</source>
+      <translation>divisibleby - проверка делимости</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="239"/>
-        <source>first - First item of a list</source>
-        <translation>first - возврат первого элемента списка</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="235" />
+      <source>escape - Escape as HTML</source>
+      <translation>escape - экранирование как в HTML</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="242"/>
-        <source>fix_ampersands - Replace ampersands</source>
-        <translation>fix_ampersands - заменить амперсанды</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="238" />
+      <source>escapejs - Escape as JavaScript</source>
+      <translation>escapejs - экранирование как в JavaScript</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="245"/>
-        <source>floatformat - Format floating numbers</source>
-        <translation>floatformat - формат чисел с плавающей запятой</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="242" />
+      <source>filesizeformat - Format file sizes</source>
+      <translation>filesizeformat - форматирует как размер файла</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="248"/>
-        <source>force_escape - Escape as HTML immediately</source>
-        <translation>force_escape - принудительное экранирование HTML</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="245" />
+      <source>first - First item of a list</source>
+      <translation>first - возврат первого элемента списка</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="252"/>
-        <source>get_digit - Extract rightmost digit</source>
-        <translation>get_digit - получение цифры запрошенного разряда</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="248" />
+      <source>fix_ampersands - Replace ampersands</source>
+      <translation>fix_ampersands - заменить амперсанды</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="256"/>
-        <source>iriencode - Convert IRI to string</source>
-        <translation>iriencode -преобразование IRI в строку</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="251" />
+      <source>floatformat - Format floating numbers</source>
+      <translation>floatformat - формат чисел с плавающей запятой</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="261"/>
-        <source>J-R</source>
-        <translation>J-R</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="254" />
+      <source>force_escape - Escape as HTML immediately</source>
+      <translation>force_escape - принудительное экранирование HTML</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="262"/>
-        <source>join - Join list</source>
-        <translation>join - объединить список</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="258" />
+      <source>get_digit - Extract rightmost digit</source>
+      <translation>get_digit - получение цифры запрошенного разряда</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="266"/>
-        <source>last - Return last item in list</source>
-        <translation>last - возврат последнего элемента списка</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="262" />
+      <source>iriencode - Convert IRI to string</source>
+      <translation>iriencode -преобразование IRI в строку</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="269"/>
-        <source>length - Return length of the value</source>
-        <translation>length - возврат длины строки/списка</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="266" />
+      <source>J-R</source>
+      <translation>J-R</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="272"/>
-        <source>length_is - Check length</source>
-        <translation>length_is - проверка длины</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="268" />
+      <source>join - Join list</source>
+      <translation>join - объединить список</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="275"/>
-        <source>linebreaks - Replace line breaks with HTML</source>
-        <translation>linebreaks - замена переноса строки его HTML-аналогами</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="272" />
+      <source>last - Return last item in list</source>
+      <translation>last - возврат последнего элемента списка</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="278"/>
-        <source>linebreaksbr - Replace line breaks with &lt;br/&gt;</source>
-        <translation>linebreaksbr - замена переноса строки на &lt;br/&gt;</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="275" />
+      <source>length - Return length of the value</source>
+      <translation>length - возврат длины строки/списка</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="281"/>
-        <source>linenumbers - Display text with line numbers</source>
-        <translation>linenumbers - отображение текста с номерами строк</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="278" />
+      <source>length_is - Check length</source>
+      <translation>length_is - проверка длины</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="284"/>
-        <source>ljust - Left-align value</source>
-        <translation>ljust - выравнивание значения по левому краю</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="281" />
+      <source>linebreaks - Replace line breaks with HTML</source>
+      <translation>linebreaks - замена переноса строки его HTML-аналогами</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="287"/>
-        <source>lower - Convert to lowercase</source>
-        <translation>lower - преобразование строки в нижний регистр</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="284" />
+      <source>linebreaksbr - Replace line breaks with &lt;br/&gt;</source>
+      <translation>linebreaksbr - замена переноса строки на &lt;br/&gt;</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="291"/>
-        <source>make_list - Turn value into a list</source>
-        <translation>make_list - преобразование значения в список</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="287" />
+      <source>linenumbers - Display text with line numbers</source>
+      <translation>linenumbers - отображение текста с номерами строк</translation>
+    </message>
+    <message>
+      <location filename="../DjangoTagsMenuHandler.py" line="290" />
+      <source>ljust - Left-align value</source>
+      <translation>ljust - выравнивание значения по левому краю</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="295"/>
-        <source>phone2numeric - Convert phone number into numeric</source>
-        <translation>phone2numeric - преобразование телефонного номера в цифровой эквивалент</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="293" />
+      <source>lower - Convert to lowercase</source>
+      <translation>lower - преобразование строки в нижний регистр</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="298"/>
-        <source>pluralize - Return plural suffix</source>
-        <translation>pluralize - возврат суффикс множественного числа</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="297" />
+      <source>make_list - Turn value into a list</source>
+      <translation>make_list - преобразование значения в список</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="301"/>
-        <source>pprint - Pretty Print</source>
-        <translation>pprint - Pretty Print</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="301" />
+      <source>phone2numeric - Convert phone number into numeric</source>
+      <translation>phone2numeric - преобразование телефонного номера в цифровой эквивалент</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="305"/>
-        <source>random - Return random item from list</source>
-        <translation>random - возврат случайного элемента списка</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="304" />
+      <source>pluralize - Return plural suffix</source>
+      <translation>pluralize - возврат суффикс множественного числа</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="308"/>
-        <source>removetags - Remove HTML tags</source>
-        <translation>removetags - удаление HTML-тегов</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="307" />
+      <source>pprint - Pretty Print</source>
+      <translation>pprint - Pretty Print</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="311"/>
-        <source>rjust - Right-align value</source>
-        <translation>rjust - выравнивание значения по правому краю</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="311" />
+      <source>random - Return random item from list</source>
+      <translation>random - возврат случайного элемента списка</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="316"/>
-        <source>S-Z</source>
-        <translation>S-Z</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="314" />
+      <source>removetags - Remove HTML tags</source>
+      <translation>removetags - удаление HTML-тегов</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="317"/>
-        <source>safe - Mark as not requiring HTML escaping </source>
-        <translation>safe - маркировка как не требующего HTML-экранирования </translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="317" />
+      <source>rjust - Right-align value</source>
+      <translation>rjust - выравнивание значения по правому краю</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="320"/>
-        <source>safeseq - Mark as a safe sequence</source>
-        <translation>safeseq - применение safe к каждому элементу последовательности</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="321" />
+      <source>S-Z</source>
+      <translation>S-Z</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="323"/>
-        <source>slice - Return a slice of a list</source>
-        <translation>slice - возврат среза списка</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="323" />
+      <source>safe - Mark as not requiring HTML escaping </source>
+      <translation>safe - маркировка как не требующего HTML-экранирования </translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="326"/>
-        <source>slugify - Return value slugified</source>
-        <translation>slugify - возврат значения методом slugifу</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="326" />
+      <source>safeseq - Mark as a safe sequence</source>
+      <translation>safeseq - применение safe к каждому элементу последовательности</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="329"/>
-        <source>stringformat - Format variable</source>
-        <translation>stringformat - форматирование переменной</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="329" />
+      <source>slice - Return a slice of a list</source>
+      <translation>slice - возврат среза списка</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="332"/>
-        <source>striptags - Strip all HTML tags</source>
-        <translation>striptags - удаление всех HTML-тегов</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="332" />
+      <source>slugify - Return value slugified</source>
+      <translation>slugify - возврат значения методом slugifу</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="336"/>
-        <source>time - Format time</source>
-        <translation>time - формат времени</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="335" />
+      <source>stringformat - Format variable</source>
+      <translation>stringformat - форматирование переменной</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="339"/>
-        <source>timesince - Format as time since</source>
-        <translation>timesince - форматирует дату как время, прошедшее с момента другой даты</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="338" />
+      <source>striptags - Strip all HTML tags</source>
+      <translation>striptags - удаление всех HTML-тегов</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="342"/>
-        <source>timeuntil - Format as time until</source>
-        <translation>timeuntil - форматирует дату как время от текущей даты до указанной</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="342" />
+      <source>time - Format time</source>
+      <translation>time - формат времени</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="345"/>
-        <source>title - Convert to titlecase</source>
-        <translation>title - преобразование в заголовок</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="345" />
+      <source>timesince - Format as time since</source>
+      <translation>timesince - форматирует дату как время, прошедшее с момента другой даты</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="348"/>
-        <source>truncatechars - Truncate after a number of characters</source>
-        <translation>truncatechars - обрезка строки до заданной длины</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="348" />
+      <source>timeuntil - Format as time until</source>
+      <translation>timeuntil - форматирует дату как время от текущей даты до указанной</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="351"/>
-        <source>truncatewords - Truncate after a number of words</source>
-        <translation>truncatewords - усечение после указанного количества слов</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="351" />
+      <source>title - Convert to titlecase</source>
+      <translation>title - преобразование в заголовок</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="354"/>
-        <source>truncatewords_html - Truncate after a number of words (HTML aware)</source>
-        <translation>truncatewords_html - усечение после указанного количества слов (для HTML)</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="354" />
+      <source>truncatechars - Truncate after a number of characters</source>
+      <translation>truncatechars - обрезка строки до заданной длины</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="359"/>
-        <source>unordered_list - Return HTML unordered list</source>
-        <translation>unordered_list - возврат неупорядоченного HTML списка</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="357" />
+      <source>truncatewords - Truncate after a number of words</source>
+      <translation>truncatewords - усечение после указанного количества слов</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="362"/>
-        <source>upper - Convert to uppercase</source>
-        <translation>upper - преобразование строки в верхний регистр</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="360" />
+      <source>truncatewords_html - Truncate after a number of words (HTML aware)</source>
+      <translation>truncatewords_html - усечение после указанного количества слов (для HTML)</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="365"/>
-        <source>urlencode - Escape as URL</source>
-        <translation>urlencode - экранирование значения для URL</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="365" />
+      <source>unordered_list - Return HTML unordered list</source>
+      <translation>unordered_list - возврат неупорядоченного HTML списка</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="368"/>
-        <source>urlize - Convert URLs as clickable links</source>
-        <translation>urlize - преобразование URLs в кликабельные ссылки</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="368" />
+      <source>upper - Convert to uppercase</source>
+      <translation>upper - преобразование строки в верхний регистр</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="371"/>
-        <source>urlizetrunc - Convert URLs as clickable links and truncate</source>
-        <translation>urlizetrunc - преобразование URLs в кликабельные ссылки и обрезка</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="371" />
+      <source>urlencode - Escape as URL</source>
+      <translation>urlencode - экранирование значения для URL</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="376"/>
-        <source>wordcount - Return number of word</source>
-        <translation>wordcount - возвращение количества слов</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="374" />
+      <source>urlize - Convert URLs as clickable links</source>
+      <translation>urlize - преобразование URLs в кликабельные ссылки</translation>
+    </message>
+    <message>
+      <location filename="../DjangoTagsMenuHandler.py" line="377" />
+      <source>urlizetrunc - Convert URLs as clickable links and truncate</source>
+      <translation>urlizetrunc - преобразование URLs в кликабельные ссылки и обрезка</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="379"/>
-        <source>wordwrap - Wrap words</source>
-        <translation>wordwrap - перенос слов</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="382" />
+      <source>wordcount - Return number of word</source>
+      <translation>wordcount - возвращение количества слов</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="383"/>
-        <source>yesno - Map True, False and None</source>
-        <translation>yesno - расклад True, False и None</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="385" />
+      <source>wordwrap - Wrap words</source>
+      <translation>wordwrap - перенос слов</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="397"/>
-        <source>Humanize</source>
-        <translation>Humanize</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="389" />
+      <source>yesno - Map True, False and None</source>
+      <translation>yesno - расклад True, False и None</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="625"/>
-        <source>Load Package</source>
-        <translation>Загрузить пакет</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="403" />
+      <source>Humanize</source>
+      <translation>Humanize</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="402"/>
-        <source>apnumber - Format integer the Associated Press style</source>
-        <translation>apnumber - формат целого в стиле Associated Press</translation>
-    </message>
-    <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="406"/>
-        <source>intcomma - Format integer with commas</source>
-        <translation>intcomma - формат целого с запятыми</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="638" />
+      <location filename="../DjangoTagsMenuHandler.py" line="604" />
+      <location filename="../DjangoTagsMenuHandler.py" line="536" />
+      <location filename="../DjangoTagsMenuHandler.py" line="461" />
+      <location filename="../DjangoTagsMenuHandler.py" line="442" />
+      <location filename="../DjangoTagsMenuHandler.py" line="405" />
+      <source>Load Package</source>
+      <translation>Загрузить пакет</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="409"/>
-        <source>intword - Convert integer to word</source>
-        <translation>intword - преобразование целого числа в слова</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="409" />
+      <source>apnumber - Format integer the Associated Press style</source>
+      <translation>apnumber - формат целого в стиле Associated Press</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="413"/>
-        <source>naturalday - Format date naturally</source>
-        <translation>naturalday - естественный формат даты</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="413" />
+      <source>intcomma - Format integer with commas</source>
+      <translation>intcomma - формат целого с запятыми</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="416"/>
-        <source>naturaltime - Format time naturally</source>
-        <translation>naturaltime - естественный формат времени</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="416" />
+      <source>intword - Convert integer to word</source>
+      <translation>intword - преобразование целого числа в слова</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="420"/>
-        <source>ordinal - Convert integer to ordinal</source>
-        <translation>ordinal - преобразование целого числа к типу ordinal</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="420" />
+      <source>naturalday - Format date naturally</source>
+      <translation>naturalday - естественный формат даты</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="433"/>
-        <source>Web Design</source>
-        <translation>Web Design</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="423" />
+      <source>naturaltime - Format time naturally</source>
+      <translation>naturaltime - естественный формат времени</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="451"/>
-        <source>Static</source>
-        <translation>Static</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="427" />
+      <source>ordinal - Convert integer to ordinal</source>
+      <translation>ordinal - преобразование целого числа к типу ordinal</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="456"/>
-        <source>static - Link to static file</source>
-        <translation>static - ссылка на static файл</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="440" />
+      <source>Web Design</source>
+      <translation>Web Design</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="459"/>
-        <source>static - Link to static file (via variable)</source>
-        <translation>static - ссылка на static файл (посредством переменной)</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="446" />
+      <source>lorem - Builtin Lorem Ipsum Generator</source>
+      <translation>lorem - встроенный генератор Lorem Ipsum</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="462"/>
-        <source>get_static_prefix - Insert static URL</source>
-        <translation>get_static_prefix - вставка static URL</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="459" />
+      <source>Static</source>
+      <translation>Static</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="465"/>
-        <source>get_media_prefix - Insert media URL</source>
-        <translation>get_media_prefix - вставка media URL</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="465" />
+      <source>static - Link to static file</source>
+      <translation>static - ссылка на static файл</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="478"/>
-        <source>Comment</source>
-        <translation>Комментарий</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="468" />
+      <source>static - Link to static file (via variable)</source>
+      <translation>static - ссылка на static файл (посредством переменной)</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="479"/>
-        <source>Single Line Comment Selected Text</source>
-        <translation>Однострочный комментарий выделенного текста</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="471" />
+      <source>get_static_prefix - Insert static URL</source>
+      <translation>get_static_prefix - вставка static URL</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="482"/>
-        <source>Multi Line Comment Selected Text</source>
-        <translation>Многострочный комментарий выделенного текста</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="474" />
+      <source>get_media_prefix - Insert media URL</source>
+      <translation>get_media_prefix - вставка media URL</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="486"/>
-        <source>Single Line Comment from Input Dialog</source>
-        <translation>Однострочный комментарий из диалога ввода</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="487" />
+      <source>Comment</source>
+      <translation>Комментарий</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="489"/>
-        <source>Multi Line Comment from Input Dialog</source>
-        <translation>Многострочный комментарий из диалога ввода</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="489" />
+      <source>Single Line Comment Selected Text</source>
+      <translation>Однострочный комментарий выделенного текста</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="493"/>
-        <source>Single Line Comment from Clipboard</source>
-        <translation>Однострочный комментарий из буфера</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="492" />
+      <source>Multi Line Comment Selected Text</source>
+      <translation>Многострочный комментарий выделенного текста</translation>
+    </message>
+    <message>
+      <location filename="../DjangoTagsMenuHandler.py" line="496" />
+      <source>Single Line Comment from Input Dialog</source>
+      <translation>Однострочный комментарий из диалога ввода</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="496"/>
-        <source>Multi Line Comment from Clipboard</source>
-        <translation>Многострочный комментарий из буфера</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="499" />
+      <source>Multi Line Comment from Input Dialog</source>
+      <translation>Многострочный комментарий из диалога ввода</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="500"/>
-        <source>Multi Line Comment from File</source>
-        <translation>Многострочный комментарий из файла</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="503" />
+      <source>Single Line Comment from Clipboard</source>
+      <translation>Однострочный комментарий из буфера</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="504"/>
-        <source>Single Line Comment from Date Time Now</source>
-        <translation>Однострочный комментарий из актуальной даты времени</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="506" />
+      <source>Multi Line Comment from Clipboard</source>
+      <translation>Многострочный комментарий из буфера</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="508"/>
-        <source>HTML Comment Out Selected Text</source>
-        <translation>HTML-комментарий для выделенного текста</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="510" />
+      <source>Multi Line Comment from File</source>
+      <translation>Многострочный комментарий из файла</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="511"/>
-        <source>MS IE Conditional Comment Selected Text</source>
-        <translation>MS IE условный комментарий выделенного текста</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="514" />
+      <source>Single Line Comment from Date Time Now</source>
+      <translation>Однострочный комментарий из актуальной даты времени</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="524"/>
-        <source>Internationalization (i18n)</source>
-        <translation>Интернационализация (i18n)</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="518" />
+      <source>HTML Comment Out Selected Text</source>
+      <translation>HTML-комментарий для выделенного текста</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="531"/>
-        <source>trans - Translate String or Variable</source>
-        <translation>trans - перевод строки или содержимого переменной</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="521" />
+      <source>MS IE Conditional Comment Selected Text</source>
+      <translation>MS IE условный комментарий выделенного текста</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="534"/>
-        <source>trans..as - Translate String into Variable</source>
-        <translation>trans..as - перевод строки в переменную</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="534" />
+      <source>Internationalization (i18n)</source>
+      <translation>Интернационализация (i18n)</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="538"/>
-        <source>blocktrans - Translate Block</source>
-        <translation>blocktrans - перевод блока</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="542" />
+      <source>trans - Translate String or Variable</source>
+      <translation>trans - перевод строки или содержимого переменной</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="541"/>
-        <source>blocktrans..with - Translate Block with Attributes</source>
-        <translation>blocktrans..with - перевод блока с атрибутами</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="545" />
+      <source>trans..as - Translate String into Variable</source>
+      <translation>trans..as - перевод строки в переменную</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="544"/>
-        <source>plural - Plural Block</source>
-        <translation>plural - plural блок</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="549" />
+      <source>blocktrans - Translate Block</source>
+      <translation>blocktrans - перевод блока</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="547"/>
-        <source>language - Switch language</source>
-        <translation>language - переключение языка</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="552" />
+      <source>blocktrans..with - Translate Block with Attributes</source>
+      <translation>blocktrans..with - перевод блока с атрибутами</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="551"/>
-        <source>get_current_language - Current language</source>
-        <translation>get_current_language - возврат текущего языка</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="555" />
+      <source>plural - Plural Block</source>
+      <translation>plural - plural блок</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="554"/>
-        <source>get_available_languages - Available languages</source>
-        <translation>get_available_languages - возврат списка доступных языков</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="558" />
+      <source>language - Switch language</source>
+      <translation>language - переключение языка</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="557"/>
-        <source>get_current_language_bidi - Current language&apos;s direction</source>
-        <translation>get_current_language_bidi - возврат направления чтения текущего языка</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="562" />
+      <source>get_current_language - Current language</source>
+      <translation>get_current_language - возврат текущего языка</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="561"/>
-        <source>get_language_info - Language Information</source>
-        <translation>get_language_info - возврат информации о языке</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="565" />
+      <source>get_available_languages - Available languages</source>
+      <translation>get_available_languages - возврат списка доступных языков</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="564"/>
-        <source>get_language_info_list - Language Information for a list of languages</source>
-        <translation>get_language_info_list - возврат информации для списка языков</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="568" />
+      <source>get_current_language_bidi - Current language's direction</source>
+      <translation>get_current_language_bidi - возврат направления чтения текущего языка</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="571"/>
-        <source>language_name - Language name</source>
-        <translation>language_name - имя языка</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="572" />
+      <source>get_language_info - Language Information</source>
+      <translation>get_language_info - возврат информации о языке</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="574"/>
-        <source>language_name_local - Language name translated</source>
-        <translation>language_name_local - локализованное имя языка</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="575" />
+      <source>get_language_info_list - Language Information for a list of languages</source>
+      <translation>get_language_info_list - возврат информации для списка языков</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="577"/>
-        <source>bidi - Language&apos;s direction</source>
-        <translation>bidi - направление чтения языков</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="582" />
+      <source>language_name - Language name</source>
+      <translation>language_name - имя языка</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="591"/>
-        <source>Localization (l10n)</source>
-        <translation>Локализация (l10n)</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="585" />
+      <source>language_name_local - Language name translated</source>
+      <translation>language_name_local - локализованное имя языка</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="598"/>
-        <source>localize on - Activate Localization</source>
-        <translation>localize on - активировать локализацию</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="588" />
+      <source>bidi - Language's direction</source>
+      <translation>bidi - направление чтения языков</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="601"/>
-        <source>localize off - Dectivate Localization</source>
-        <translation>localize off - деактивировать локализацию</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="602" />
+      <source>Localization (l10n)</source>
+      <translation>Локализация (l10n)</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="607"/>
-        <source>localize - Output value localized</source>
-        <translation>localize - вывод локализованного значения</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="610" />
+      <source>localize on - Activate Localization</source>
+      <translation>localize on - активировать локализацию</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="610"/>
-        <source>unlocalize - Output value non-localized</source>
-        <translation>unlocalize - вывод нелокализованного значения</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="613" />
+      <source>localize off - Dectivate Localization</source>
+      <translation>localize off - деактивировать локализацию</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="624"/>
-        <source>Timezone (tz)</source>
-        <translation>Timezone (tz)</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="619" />
+      <source>localize - Output value localized</source>
+      <translation>localize - вывод локализованного значения</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="631"/>
-        <source>localtime on - Activate date and time conversion</source>
-        <translation>localtime on - активация преобразования даты и времени</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="622" />
+      <source>unlocalize - Output value non-localized</source>
+      <translation>unlocalize - вывод нелокализованного значения</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="634"/>
-        <source>localtime off - Deactivate date and time conversion</source>
-        <translation>localtime off - деактивация преобразования даты и времени</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="636" />
+      <source>Timezone (tz)</source>
+      <translation>Timezone (tz)</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="637"/>
-        <source>timezone - Set timezone for date and time conversion</source>
-        <translation>timezone - установка даты и времени по текущему часовому поясу</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="644" />
+      <source>localtime on - Activate date and time conversion</source>
+      <translation>localtime on - активация преобразования даты и времени</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="640"/>
-        <source>timezone None - Unset timezone for date and time conversion</source>
-        <translation>timezone None - установка даты и времени по стандартному часовому поясу</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="647" />
+      <source>localtime off - Deactivate date and time conversion</source>
+      <translation>localtime off - деактивация преобразования даты и времени</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="644"/>
-        <source>get_current_timezone - Get current time zone</source>
-        <translation>get_current_timezone - текущий часовой пояс</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="650" />
+      <source>timezone - Set timezone for date and time conversion</source>
+      <translation>timezone - установка даты и времени по текущему часовому поясу</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="650"/>
-        <source>localtime - Convert to local time zone</source>
-        <translation>localtime - преобразование к локальному часовому поясу</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="653" />
+      <source>timezone None - Unset timezone for date and time conversion</source>
+      <translation>timezone None - установка даты и времени по стандартному часовому поясу</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="653"/>
-        <source>utc - Convert to UTC</source>
-        <translation>utc - преобразование к UTC</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="657" />
+      <source>get_current_timezone - Get current time zone</source>
+      <translation>get_current_timezone - текущий часовой пояс</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="656"/>
-        <source>timezone - Convert to a specific time zone</source>
-        <translation>timezone - преобразование к указанному часовому поясу</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="663" />
+      <source>localtime - Convert to local time zone</source>
+      <translation>localtime - преобразование к локальному часовому поясу</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="720"/>
-        <source>Named Block</source>
-        <translation>Именованный блок (Named Block)</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="666" />
+      <source>utc - Convert to UTC</source>
+      <translation>utc - преобразование к UTC</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="720"/>
-        <source>Enter block name:</source>
-        <translation>Введите имя блока:</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="669" />
+      <source>timezone - Convert to a specific time zone</source>
+      <translation>timezone - преобразование к указанному часовому поясу</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="736"/>
-        <source>Cycle Variables</source>
-        <translation>Переменные цикла (Cycle Variables)</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="738" />
+      <source>Named Block</source>
+      <translation>Именованный блок (Named Block)</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="736"/>
-        <source>Enter items to cycle, space separated</source>
-        <translation>Введите параметры цикла, разделенные пробелами</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="739" />
+      <source>Enter block name:</source>
+      <translation>Введите имя блока:</translation>
+    </message>
+    <message>
+      <location filename="../DjangoTagsMenuHandler.py" line="750" />
+      <source>Cycle Variables</source>
+      <translation>Переменные цикла (Cycle Variables)</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="754"/>
-        <source>Extends</source>
-        <translation>Наследования шаблона (Extends)</translation>
-    </message>
-    <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="852"/>
-        <source>Enter variable name:</source>
-        <translation>Введите имя переменной:</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="751" />
+      <source>Enter items to cycle, space separated</source>
+      <translation>Введите параметры цикла, разделенные пробелами</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="754"/>
-        <source>Enter parent file name:</source>
-        <translation>Введите имя родительского файла:</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="768" />
+      <location filename="../DjangoTagsMenuHandler.py" line="760" />
+      <source>Extends</source>
+      <translation>Наследования шаблона (Extends)</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="762"/>
-        <source>Tag Filters</source>
-        <translation>Фильтры тега</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="867" />
+      <location filename="../DjangoTagsMenuHandler.py" line="761" />
+      <source>Enter variable name:</source>
+      <translation>Введите имя переменной:</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="762"/>
-        <source>Multiple filters with arguments, pipes separated:</source>
-        <translation>Цепочка фильтров с аргументами, разделенные &apos;|&apos; символом:</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="769" />
+      <source>Enter parent file name:</source>
+      <translation>Введите имя родительского файла:</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="773"/>
-        <source>First Of</source>
-        <translation>Первая переменная, не равная False</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="776" />
+      <source>Tag Filters</source>
+      <translation>Фильтры тега</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="773"/>
-        <source>Enter multiple variables, space separated:</source>
-        <translation>Введите несколько переменных, разделенных пробелами:</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="777" />
+      <source>Multiple filters with arguments, pipes separated:</source>
+      <translation>Цепочка фильтров с аргументами, разделенные '|' символом:</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="773"/>
-        <source>Enter fallback value:</source>
-        <translation>Введите строку, выводимую если значения всех переменных равны False:</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="787" />
+      <source>First Of</source>
+      <translation>Первая переменная, не равная False</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="798"/>
-        <source>For Loop</source>
-        <translation>Организация цикла (For Loop)</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="788" />
+      <source>Enter multiple variables, space separated:</source>
+      <translation>Введите несколько переменных, разделенных пробелами:</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="798"/>
-        <source>Enter variable to use for iteration:</source>
-        <translation>Задайте переменную используемую для итераций цикла:</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="789" />
+      <source>Enter fallback value:</source>
+      <translation>Введите строку, выводимую если значения всех переменных равны False:</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="798"/>
-        <source>Enter sequence to iterate over:</source>
-        <translation>Введите последовательность для итераций:</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="812" />
+      <location filename="../DjangoTagsMenuHandler.py" line="800" />
+      <source>For Loop</source>
+      <translation>Организация цикла (For Loop)</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="798"/>
-        <source>Enter output to use if loop is empty:</source>
-        <translation>Задайте сообщение, выводимое если список пуст:</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="813" />
+      <location filename="../DjangoTagsMenuHandler.py" line="801" />
+      <source>Enter variable to use for iteration:</source>
+      <translation>Задайте переменную используемую для итераций цикла:</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="817"/>
-        <source>Check Variables for Changes</source>
-        <translation>Проверка изменения переменных</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="814" />
+      <location filename="../DjangoTagsMenuHandler.py" line="802" />
+      <source>Enter sequence to iterate over:</source>
+      <translation>Введите последовательность для итераций:</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="817"/>
-        <source>Enter variables to check (space separated):</source>
-        <translation>Введите переменные для проверки (разделенные пробелами):</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="815" />
+      <source>Enter output to use if loop is empty:</source>
+      <translation>Задайте сообщение, выводимое если список пуст:</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="828"/>
-        <source>Check If Equal</source>
-        <translation>Проверка равенства переменных тега</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="831" />
+      <source>Check Variables for Changes</source>
+      <translation>Проверка изменения переменных</translation>
+    </message>
+    <message>
+      <location filename="../DjangoTagsMenuHandler.py" line="832" />
+      <source>Enter variables to check (space separated):</source>
+      <translation>Введите переменные для проверки (разделенные пробелами):</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="840"/>
-        <source>Enter first variable or string to check:</source>
-        <translation>Введите первую переменную или строку для проверки:</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="842" />
+      <source>Check If Equal</source>
+      <translation>Проверка равенства переменных тега</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="840"/>
-        <source>Enter second variable or string to check:</source>
-        <translation>Введите вторую переменную или строку для проверки:</translation>
-    </message>
-    <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="840"/>
-        <source>Check If Not Equal</source>
-        <translation>Проверка неравенства переменных тега</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="855" />
+      <location filename="../DjangoTagsMenuHandler.py" line="843" />
+      <source>Enter first variable or string to check:</source>
+      <translation>Введите первую переменную или строку для проверки:</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="860"/>
-        <source>Include</source>
-        <translation>Включение одного шаблона в другой (Include)</translation>
-    </message>
-    <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="860"/>
-        <source>Enter file name:</source>
-        <translation>Введите имя файла:</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="856" />
+      <location filename="../DjangoTagsMenuHandler.py" line="844" />
+      <source>Enter second variable or string to check:</source>
+      <translation>Введите вторую переменную или строку для проверки:</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="868"/>
-        <source>Load</source>
-        <translation>Загрузка шаблонных тегов (Load)</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="854" />
+      <source>Check If Not Equal</source>
+      <translation>Проверка неравенства переменных тега</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="868"/>
-        <source>Enter template tag set to load:</source>
-        <translation>Задайте набор шаблонных тегов для загрузки:</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="874" />
+      <location filename="../DjangoTagsMenuHandler.py" line="866" />
+      <source>Include</source>
+      <translation>Включение одного шаблона в другой (Include)</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="876"/>
-        <source>Now</source>
-        <translation>Сейчас (Now)</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="875" />
+      <source>Enter file name:</source>
+      <translation>Введите имя файла:</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="876"/>
-        <source>Current date time format:</source>
-        <translation>Текущий формат даты времени:</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="882" />
+      <source>Load</source>
+      <translation>Загрузка шаблонных тегов (Load)</translation>
+    </message>
+    <message>
+      <location filename="../DjangoTagsMenuHandler.py" line="883" />
+      <source>Enter template tag set to load:</source>
+      <translation>Задайте набор шаблонных тегов для загрузки:</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="886"/>
-        <source>Regroup List</source>
-        <translation>Перегрупировка списка (Regroup List)</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="890" />
+      <source>Now</source>
+      <translation>Сейчас (Now)</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="886"/>
-        <source>List Variable:</source>
-        <translation>Список переменных:</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="891" />
+      <source>Current date time format:</source>
+      <translation>Текущий формат даты времени:</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="886"/>
-        <source>Common Attribute:</source>
-        <translation>Общий атрибут:</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="900" />
+      <source>Regroup List</source>
+      <translation>Перегрупировка списка (Regroup List)</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="886"/>
-        <source>Name of resulting list:</source>
-        <translation>Имя результирующего списка:</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="901" />
+      <source>List Variable:</source>
+      <translation>Список переменных:</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="908"/>
-        <source>SSI</source>
-        <translation>Вывод содержимого файла на страницу (SSI)</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="901" />
+      <source>Common Attribute:</source>
+      <translation>Общий атрибут:</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="900"/>
-        <source>Full path to template:</source>
-        <translation>Полный путь к шаблону:</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="902" />
+      <source>Name of resulting list:</source>
+      <translation>Имя результирующего списка:</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1379"/>
-        <source>All Files (*)</source>
-        <translation>Все файлы (*)</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="922" />
+      <location filename="../DjangoTagsMenuHandler.py" line="914" />
+      <source>SSI</source>
+      <translation>Вывод содержимого файла на страницу (SSI)</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="916"/>
-        <source>Template Tag</source>
-        <translation>Шаблонный тег</translation>
-    </message>
-    <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="916"/>
-        <source>Argument:</source>
-        <translation>Аргумент:</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="915" />
+      <source>Full path to template:</source>
+      <translation>Полный путь к шаблону:</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="928"/>
-        <source>URL</source>
-        <translation>Возврат абсолютной ссылки (URL)</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1395" />
+      <location filename="../DjangoTagsMenuHandler.py" line="924" />
+      <source>All Files (*)</source>
+      <translation>Все файлы (*)</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="940"/>
-        <source>View method name:</source>
-        <translation>Просмотр имени метода:</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="930" />
+      <source>Template Tag</source>
+      <translation>Шаблонный тег</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="940"/>
-        <source>Optional arguments (space separated):</source>
-        <translation>Необязательные аргументы (разделенные пробелами):</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="931" />
+      <source>Argument:</source>
+      <translation>Аргумент:</translation>
+    </message>
+    <message>
+      <location filename="../DjangoTagsMenuHandler.py" line="942" />
+      <source>URL</source>
+      <translation>Возврат абсолютной ссылки (URL)</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="940"/>
-        <source>URL...as</source>
-        <translation>Возврат абсолютной ссылки (URL...as)</translation>
-    </message>
-    <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="940"/>
-        <source>URL name:</source>
-        <translation>Имя URL:</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="955" />
+      <location filename="../DjangoTagsMenuHandler.py" line="943" />
+      <source>View method name:</source>
+      <translation>Просмотр имени метода:</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="957"/>
-        <source>Width Ratio</source>
-        <translation>Коэффициент ширины</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="956" />
+      <location filename="../DjangoTagsMenuHandler.py" line="944" />
+      <source>Optional arguments (space separated):</source>
+      <translation>Необязательные аргументы (разделенные пробелами):</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="957"/>
-        <source>Variable:</source>
-        <translation>Переменная:</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="954" />
+      <source>URL...as</source>
+      <translation>Возврат абсолютной ссылки (URL...as)</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="957"/>
-        <source>Maximum Value:</source>
-        <translation>Максимальное значение:</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="957" />
+      <source>URL name:</source>
+      <translation>Имя URL:</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="957"/>
-        <source>Maximum Width:</source>
-        <translation>Максимальная ширина:</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="971" />
+      <source>Width Ratio</source>
+      <translation>Коэффициент ширины</translation>
+    </message>
+    <message>
+      <location filename="../DjangoTagsMenuHandler.py" line="972" />
+      <source>Variable:</source>
+      <translation>Переменная:</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="968"/>
-        <source>Cache Variables</source>
-        <translation>Кэш переменных</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="973" />
+      <source>Maximum Value:</source>
+      <translation>Максимальное значение:</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="968"/>
-        <source>Variables to cache as key=value (space separated):</source>
-        <translation>Переменные для кэша в виде key=value (через пробел):</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="974" />
+      <source>Maximum Width:</source>
+      <translation>Максимальная ширина:</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="983"/>
-        <source>Add Variable or String</source>
-        <translation>Добавление переменной или строки</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="982" />
+      <source>Cache Variables</source>
+      <translation>Кэш переменных</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="983"/>
-        <source>Variables or String to add:</source>
-        <translation>Переменные или строки для добавления:</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="983" />
+      <source>Variables to cache as key=value (space separated):</source>
+      <translation>Переменные для кэша в виде key=value (через пробел):</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="995"/>
-        <source>Center Value</source>
-        <translation>Среднее значение</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="997" />
+      <source>Add Variable or String</source>
+      <translation>Добавление переменной или строки</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1157"/>
-        <source>Enter width of the output:</source>
-        <translation>Задайте ширину поля вывода:</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="998" />
+      <source>Variables or String to add:</source>
+      <translation>Переменные или строки для добавления:</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1003"/>
-        <source>Cut Characters</source>
-        <translation>Вырезать символы</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1009" />
+      <source>Center Value</source>
+      <translation>Среднее значение</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1003"/>
-        <source>Characters to cut:</source>
-        <translation>Символы для вырезания:</translation>
-    </message>
-    <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1189"/>
-        <source>Format Date</source>
-        <translation>Формат даты</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1172" />
+      <location filename="../DjangoTagsMenuHandler.py" line="1135" />
+      <location filename="../DjangoTagsMenuHandler.py" line="1010" />
+      <source>Enter width of the output:</source>
+      <translation>Задайте ширину поля вывода:</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1189"/>
-        <source>Enter date format:</source>
-        <translation>Задайте формат даты:</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1017" />
+      <source>Cut Characters</source>
+      <translation>Вырезать символы</translation>
+    </message>
+    <message>
+      <location filename="../DjangoTagsMenuHandler.py" line="1018" />
+      <source>Characters to cut:</source>
+      <translation>Символы для вырезания:</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1024"/>
-        <source>Default Value if False</source>
-        <translation>Значение по умолчанию если результат равен False</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1203" />
+      <location filename="../DjangoTagsMenuHandler.py" line="1025" />
+      <source>Format Date</source>
+      <translation>Формат даты</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1024"/>
-        <source>Enter default value if result is False:</source>
-        <translation>Введите значение по умолчанию если результат равен False:</translation>
-    </message>
-    <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1032"/>
-        <source>Default Value if None</source>
-        <translation>Значение по умолчанию если результат равен None</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1204" />
+      <location filename="../DjangoTagsMenuHandler.py" line="1026" />
+      <source>Enter date format:</source>
+      <translation>Задайте формат даты:</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1032"/>
-        <source>Enter default value if result is None:</source>
-        <translation>Введите значение по умолчанию если результат равен None:</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1038" />
+      <source>Default Value if False</source>
+      <translation>Значение по умолчанию если результат равен False</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1040"/>
-        <source>Sort Dictionaries</source>
-        <translation>Сортировка словарей</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1039" />
+      <source>Enter default value if result is False:</source>
+      <translation>Введите значение по умолчанию если результат равен False:</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1048"/>
-        <source>Enter key to sort on:</source>
-        <translation>Задайте ключ сортировки:</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1046" />
+      <source>Default Value if None</source>
+      <translation>Значение по умолчанию если результат равен None</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1048"/>
-        <source>Sort Dictionaries reversed</source>
-        <translation>Сортировка словарей в обратном порядке</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1047" />
+      <source>Enter default value if result is None:</source>
+      <translation>Введите значение по умолчанию если результат равен None:</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1056"/>
-        <source>Check Divisibility</source>
-        <translation>Проверка делимости без остатка</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1054" />
+      <source>Sort Dictionaries</source>
+      <translation>Сортировка словарей</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1056"/>
-        <source>Enter divisor value:</source>
-        <translation>Задайте значение делителя:</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1063" />
+      <location filename="../DjangoTagsMenuHandler.py" line="1055" />
+      <source>Enter key to sort on:</source>
+      <translation>Задайте ключ сортировки:</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1074"/>
-        <source>Format Floating Number</source>
-        <translation>Формат числа с плавающей запятой</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1062" />
+      <source>Sort Dictionaries reversed</source>
+      <translation>Сортировка словарей в обратном порядке</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1074"/>
-        <source>Enter number of decimal places:</source>
-        <translation>Задайте количество десятичных знаков:</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1070" />
+      <source>Check Divisibility</source>
+      <translation>Проверка делимости без остатка</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1084"/>
-        <source>Get Rightmost Digit</source>
-        <translation>Получить цифру заданного справа разряда</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1071" />
+      <source>Enter divisor value:</source>
+      <translation>Задайте значение делителя:</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1084"/>
-        <source>Enter index of digit:</source>
-        <translation>Задайте номер разряда:</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1088" />
+      <source>Format Floating Number</source>
+      <translation>Формат числа с плавающей запятой</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1094"/>
-        <source>Join List</source>
-        <translation>Объединение списка</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1089" />
+      <source>Enter number of decimal places:</source>
+      <translation>Задайте количество десятичных знаков:</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1094"/>
-        <source>Enter string to join by:</source>
-        <translation>Введите строку для объединения:</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1098" />
+      <source>Get Rightmost Digit</source>
+      <translation>Получить цифру заданного справа разряда</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1106"/>
-        <source>Check Length</source>
-        <translation>Проверка длины</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1099" />
+      <source>Enter index of digit:</source>
+      <translation>Задайте номер разряда:</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1106"/>
-        <source>Enter desired length:</source>
-        <translation>Задайте желаемую длину:</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1108" />
+      <source>Join List</source>
+      <translation>Объединение списка</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1120"/>
-        <source>Left-align Value</source>
-        <translation>Выравнивание по левому краю</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1109" />
+      <source>Enter string to join by:</source>
+      <translation>Введите строку для объединения:</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1134"/>
-        <source>Plural Suffix</source>
-        <translation>Суффикс множественного числа</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1120" />
+      <source>Check Length</source>
+      <translation>Проверка длины</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1134"/>
-        <source>Enter plural suffix (nothing for default):</source>
-        <translation>Введите суффикс множественного числа (пусто по умолчанию):</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1121" />
+      <source>Enter desired length:</source>
+      <translation>Задайте желаемую длину:</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1149"/>
-        <source>Remove HTML Tags</source>
-        <translation>Удаление HTML тегов</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1134" />
+      <source>Left-align Value</source>
+      <translation>Выравнивание по левому краю</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1149"/>
-        <source>Enter HTML tags to remove (space separated):</source>
-        <translation>Введите HTML теги для удаления (разделенные пробелами):</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1148" />
+      <source>Plural Suffix</source>
+      <translation>Суффикс множественного числа</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1157"/>
-        <source>Right-align Value</source>
-        <translation>Выравнивание значения по правому краю</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1149" />
+      <source>Enter plural suffix (nothing for default):</source>
+      <translation>Введите суффикс множественного числа (пусто по умолчанию):</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1169"/>
-        <source>Extract slice of a list</source>
-        <translation>Извлечение среза списка</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1163" />
+      <source>Remove HTML Tags</source>
+      <translation>Удаление HTML тегов</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1169"/>
-        <source>Enter Python like slice expression:</source>
-        <translation>Введите выражение среза (подобно Python):</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1164" />
+      <source>Enter HTML tags to remove (space separated):</source>
+      <translation>Введите HTML теги для удаления (разделенные пробелами):</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1179"/>
-        <source>Perform String Formatting</source>
-        <translation>Форматирование строки</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1171" />
+      <source>Right-align Value</source>
+      <translation>Выравнивание значения по правому краю</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1179"/>
-        <source>Enter Python like string format:</source>
-        <translation>Задайте формат строки (подобно Python):</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1183" />
+      <source>Extract slice of a list</source>
+      <translation>Извлечение среза списка</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1201"/>
-        <source>Time Since</source>
-        <translation>Истекший промежуток времени (Time Since)</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1184" />
+      <source>Enter Python like slice expression:</source>
+      <translation>Введите выражение среза (подобно Python):</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1212"/>
-        <source>Enter variable containing time reference:</source>
-        <translation>Введите переменную, содержащую ссылку на время:</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1193" />
+      <source>Perform String Formatting</source>
+      <translation>Форматирование строки</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1212"/>
-        <source>Time Until</source>
-        <translation>Планируемый промежуток времени (Time Until)</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1194" />
+      <source>Enter Python like string format:</source>
+      <translation>Задайте формат строки (подобно Python):</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1241"/>
-        <source>Truncate String</source>
-        <translation>Обрезка строки</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1215" />
+      <source>Time Since</source>
+      <translation>Истекший промежуток времени (Time Since)</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1267"/>
-        <source>Enter number of characters:</source>
-        <translation>Задайте количество символов:</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1227" />
+      <location filename="../DjangoTagsMenuHandler.py" line="1216" />
+      <source>Enter variable containing time reference:</source>
+      <translation>Введите переменную, содержащую ссылку на время:</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1241"/>
-        <source>Enter number of words:</source>
-        <translation>Задайте количество слов:</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1226" />
+      <source>Time Until</source>
+      <translation>Планируемый промежуток времени (Time Until)</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1257"/>
-        <source>Convert URLs as clickable links and truncate</source>
-        <translation>Преобразование URLs в кликабельные ссылки и их обрезка</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1255" />
+      <location filename="../DjangoTagsMenuHandler.py" line="1247" />
+      <location filename="../DjangoTagsMenuHandler.py" line="1239" />
+      <source>Truncate String</source>
+      <translation>Обрезка строки</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1267"/>
-        <source>Wrap words</source>
-        <translation>Перенос слов</translation>
-    </message>
-    <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1275"/>
-        <source>Map True, False and None</source>
-        <translation>Расположение True, False и None</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1282" />
+      <location filename="../DjangoTagsMenuHandler.py" line="1272" />
+      <location filename="../DjangoTagsMenuHandler.py" line="1240" />
+      <source>Enter number of characters:</source>
+      <translation>Задайте количество символов:</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1275"/>
-        <source>Enter mapping (comma separated):</source>
-        <translation>Введите отображение (через запятую):</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1256" />
+      <location filename="../DjangoTagsMenuHandler.py" line="1248" />
+      <source>Enter number of words:</source>
+      <translation>Задайте количество слов:</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1332"/>
-        <source>Link to static file</source>
-        <translation>Ссылка на static файл</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1271" />
+      <source>Convert URLs as clickable links and truncate</source>
+      <translation>Преобразование URLs в кликабельные ссылки и их обрезка</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1324"/>
-        <source>Enter relative path of static file:</source>
-        <translation>Введите относительный путь до static файла:</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1281" />
+      <source>Wrap words</source>
+      <translation>Перенос слов</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1332"/>
-        <source>Enter variable containing relative path of static file:</source>
-        <translation>Задайте переменную, содержащую относительный путь до static файла:</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1289" />
+      <source>Map True, False and None</source>
+      <translation>Расположение True, False и None</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1357"/>
-        <source>Single Line Comment</source>
-        <translation>Однострочный комментарий</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1290" />
+      <source>Enter mapping (comma separated):</source>
+      <translation>Введите отображение (через запятую):</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1366"/>
-        <source>Enter comment:</source>
-        <translation>Введите комментарий:</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1346" />
+      <location filename="../DjangoTagsMenuHandler.py" line="1338" />
+      <source>Link to static file</source>
+      <translation>Ссылка на static файл</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1366"/>
-        <source>Multi Line Comment</source>
-        <translation>Многострочный комментарий</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1339" />
+      <source>Enter relative path of static file:</source>
+      <translation>Введите относительный путь до static файла:</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1393"/>
-        <source>Comment File</source>
-        <translation>Файл коментария</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1347" />
+      <source>Enter variable containing relative path of static file:</source>
+      <translation>Задайте переменную, содержащую относительный путь до static файла:</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1393"/>
-        <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
-        <translation>&lt;p&gt;Файл &lt;b&gt;{0}&lt;/b&gt; невозможно прочитать.&lt;/p&gt;&lt;p&gt;Причина: {1}&lt;/p&gt;</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1371" />
+      <source>Single Line Comment</source>
+      <translation>Однострочный комментарий</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1426"/>
-        <source>Translate String into Variable</source>
-        <translation>Перевод строки в переменную</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1380" />
+      <location filename="../DjangoTagsMenuHandler.py" line="1372" />
+      <source>Enter comment:</source>
+      <translation>Введите комментарий:</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1426"/>
-        <source>Enter variable receiving translation:</source>
-        <translation>Введите переменную получающую перевод:</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1379" />
+      <source>Multi Line Comment</source>
+      <translation>Многострочный комментарий</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1440"/>
-        <source>Translate Block with Attributes</source>
-        <translation>Перевод блока с атрибутами</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1406" />
+      <location filename="../DjangoTagsMenuHandler.py" line="1393" />
+      <source>Comment File</source>
+      <translation>Файл коментария</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1440"/>
-        <source>Enter attribute binding expressions (space separated):</source>
-        <translation>Введите выражения привязки атрибута (через пробел):</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1407" />
+      <source>&lt;p&gt;The file &lt;b&gt;{0}&lt;/b&gt; could not be read.&lt;/p&gt;&lt;p&gt;Reason: {1}&lt;/p&gt;</source>
+      <translation>&lt;p&gt;Файл &lt;b&gt;{0}&lt;/b&gt; невозможно прочитать.&lt;/p&gt;&lt;p&gt;Причина: {1}&lt;/p&gt;</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1455"/>
-        <source>Switch language</source>
-        <translation>Переключение языка</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1439" />
+      <source>Translate String into Variable</source>
+      <translation>Перевод строки в переменную</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1455"/>
-        <source>Enter language:</source>
-        <translation>Задайте язык:</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1440" />
+      <source>Enter variable receiving translation:</source>
+      <translation>Введите переменную получающую перевод:</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1472"/>
-        <source>Language Information</source>
-        <translation>Информация о языке</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1453" />
+      <source>Translate Block with Attributes</source>
+      <translation>Перевод блока с атрибутами</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1472"/>
-        <source>Enter language string or variable (empty for LANGUAGE_CODE):</source>
-        <translation>Введите код языка или переменную (пусто для LANGUAGE_CODE):</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1454" />
+      <source>Enter attribute binding expressions (space separated):</source>
+      <translation>Введите выражения привязки атрибута (через пробел):</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1487"/>
-        <source>Language Information for a list of languages</source>
-        <translation>Информация о языке для списка языков</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1468" />
+      <source>Switch language</source>
+      <translation>Переключение языка</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="1487"/>
-        <source>Enter language list variable (empty for LANGUAGES):</source>
-        <translation>Введите переменную списка языков (пусто для LANGUAGES):</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1469" />
+      <source>Enter language:</source>
+      <translation>Задайте язык:</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="213"/>
-        <source>default - Use default if False</source>
-        <translation>default - использовать значение по умолчанию если - False</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1485" />
+      <source>Language Information</source>
+      <translation>Информация о языке</translation>
+    </message>
+    <message>
+      <location filename="../DjangoTagsMenuHandler.py" line="1486" />
+      <source>Enter language string or variable (empty for LANGUAGE_CODE):</source>
+      <translation>Введите код языка или переменную (пусто для LANGUAGE_CODE):</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="229"/>
-        <source>escape - Escape as HTML</source>
-        <translation>escape - экранирование как в HTML</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1500" />
+      <source>Language Information for a list of languages</source>
+      <translation>Информация о языке для списка языков</translation>
     </message>
     <message>
-        <location filename="../DjangoTagsMenuHandler.py" line="438"/>
-        <source>lorem - Builtin Lorem Ipsum Generator</source>
-        <translation>lorem - встроенный генератор Lorem Ipsum</translation>
+      <location filename="../DjangoTagsMenuHandler.py" line="1501" />
+      <source>Enter language list variable (empty for LANGUAGES):</source>
+      <translation>Введите переменную списка языков (пусто для LANGUAGES):</translation>
     </message>
-</context>
-<context>
+  </context>
+  <context>
     <name>FindTemplateTagDialog</name>
     <message>
-        <location filename="../FindTemplateTagDialog.ui" line="14"/>
-        <source>Find Template Tag</source>
-        <translation>Поиск тега шаблона</translation>
+      <location filename="../FindTemplateTagDialog.ui" line="0" />
+      <source>Find Template Tag</source>
+      <translation>Поиск тега шаблона</translation>
+    </message>
+    <message>
+      <location filename="../FindTemplateTagDialog.ui" line="0" />
+      <source>&lt;b&gt;Find Tags and Filters while Typing:&lt;/b&gt;</source>
+      <translation>&lt;b&gt;Поиск тегов и фильтров путем набора их имен:&lt;/b&gt;</translation>
     </message>
     <message>
-        <location filename="../FindTemplateTagDialog.ui" line="23"/>
-        <source>&lt;b&gt;Find Tags and Filters while Typing:&lt;/b&gt;</source>
-        <translation>&lt;b&gt;Поиск тегов и фильтров путем набора их имен:&lt;/b&gt;</translation>
+      <location filename="../FindTemplateTagDialog.ui" line="0" />
+      <location filename="../FindTemplateTagDialog.ui" line="0" />
+      <source>Type to find tag</source>
+      <translation>Наберите имя тега или фильтра для его поиска</translation>
     </message>
     <message>
-        <location filename="../FindTemplateTagDialog.ui" line="33"/>
-        <source>Type to find tag</source>
-        <translation>Наберите имя тега или фильтра для его поиска</translation>
-    </message>
-    <message>
-        <location filename="../FindTemplateTagDialog.ui" line="61"/>
-        <source>Press to create the entered template tag</source>
-        <translation>Создать набранный тег шаблона</translation>
+      <location filename="../FindTemplateTagDialog.ui" line="0" />
+      <source>Press to create the entered template tag</source>
+      <translation>Создать набранный тег шаблона</translation>
     </message>
     <message>
-        <location filename="../FindTemplateTagDialog.ui" line="64"/>
-        <source>Create Template Tag</source>
-        <translation>Создать тег шаблона</translation>
+      <location filename="../FindTemplateTagDialog.ui" line="0" />
+      <source>Create Template Tag</source>
+      <translation>Создать тег шаблона</translation>
     </message>
-</context>
-<context>
+  </context>
+  <context>
     <name>IeCommentDialog</name>
     <message>
-        <location filename="../IeCommentDialog.ui" line="14"/>
-        <source>IE Comment</source>
-        <translation>IE-комментарий</translation>
+      <location filename="../IeCommentDialog.ui" line="0" />
+      <source>IE Comment</source>
+      <translation>IE-комментарий</translation>
     </message>
     <message>
-        <location filename="../IeCommentDialog.ui" line="25"/>
-        <source>Conditional Format:</source>
-        <translation>Логический оператор:</translation>
+      <location filename="../IeCommentDialog.ui" line="0" />
+      <source>Conditional Format:</source>
+      <translation>Логический оператор:</translation>
     </message>
     <message>
-        <location filename="../IeCommentDialog.ui" line="34"/>
-        <source>Select the conditional</source>
-        <translation>Выберите логический оператор</translation>
+      <location filename="../IeCommentDialog.ui" line="0" />
+      <source>Select the conditional</source>
+      <translation>Выберите логический оператор</translation>
     </message>
     <message>
-        <location filename="../IeCommentDialog.ui" line="56"/>
-        <source>MS IE Version:</source>
-        <translation>Версия MS IE:</translation>
+      <location filename="../IeCommentDialog.ui" line="0" />
+      <source>MS IE Version:</source>
+      <translation>Версия MS IE:</translation>
     </message>
     <message>
-        <location filename="../IeCommentDialog.ui" line="65"/>
-        <source>Enter the IE Version</source>
-        <translation>Задайте версию IE</translation>
+      <location filename="../IeCommentDialog.ui" line="0" />
+      <source>Enter the IE Version</source>
+      <translation>Задайте версию IE</translation>
     </message>
-</context>
-<context>
+  </context>
+  <context>
     <name>IfTagInputDialog</name>
     <message>
-        <location filename="../IfTagInputDialog.ui" line="14"/>
-        <source>If Tag Template</source>
-        <translation>Шаблонный тег if</translation>
+      <location filename="../IfTagInputDialog.ui" line="0" />
+      <source>If Tag Template</source>
+      <translation>Шаблонный тег if</translation>
     </message>
     <message>
-        <location filename="../IfTagInputDialog.ui" line="23"/>
-        <source>&apos;if&apos; expression:</source>
-        <translation>выражение &apos;if&apos;:</translation>
+      <location filename="../IfTagInputDialog.ui" line="0" />
+      <source>'if' expression:</source>
+      <translation>выражение 'if':</translation>
     </message>
     <message>
-        <location filename="../IfTagInputDialog.ui" line="30"/>
-        <source>Enter the &apos;if&apos; expression</source>
-        <translation>Введите выражение &apos;if&apos;</translation>
+      <location filename="../IfTagInputDialog.ui" line="0" />
+      <source>Enter the 'if' expression</source>
+      <translation>Введите выражение 'if'</translation>
     </message>
     <message>
-        <location filename="../IfTagInputDialog.ui" line="37"/>
-        <source>&apos;elif&apos; expressions (one per line):</source>
-        <translation>выражения &apos;elif&apos; (по одному на строку):</translation>
+      <location filename="../IfTagInputDialog.ui" line="0" />
+      <source>'elif' expressions (one per line):</source>
+      <translation>выражения 'elif' (по одному на строку):</translation>
     </message>
     <message>
-        <location filename="../IfTagInputDialog.ui" line="44"/>
-        <source>Enter &apos;elif&apos; expressions one per line</source>
-        <translation>Введите выражения &apos;elif&apos;, по одному на строку</translation>
+      <location filename="../IfTagInputDialog.ui" line="0" />
+      <source>Enter 'elif' expressions one per line</source>
+      <translation>Введите выражения 'elif', по одному на строку</translation>
     </message>
     <message>
-        <location filename="../IfTagInputDialog.ui" line="51"/>
-        <source>Select to include an &apos;else&apos; part</source>
-        <translation>Разрешить включение необязательной части тега &apos;else&apos;</translation>
+      <location filename="../IfTagInputDialog.ui" line="0" />
+      <source>Select to include an 'else' part</source>
+      <translation>Разрешить включение необязательной части тега 'else'</translation>
     </message>
     <message>
-        <location filename="../IfTagInputDialog.ui" line="54"/>
-        <source>Include &apos;else&apos;</source>
-        <translation>Включать &apos;else&apos;</translation>
+      <location filename="../IfTagInputDialog.ui" line="0" />
+      <source>Include 'else'</source>
+      <translation>Включать 'else'</translation>
     </message>
-</context>
-<context>
+  </context>
+  <context>
     <name>LoremTagInputDialog</name>
     <message>
-        <location filename="../LoremTagInputDialog.ui" line="14"/>
-        <source>Lorem Tag Template</source>
-        <translation>Шаблонный тег Lorem</translation>
+      <location filename="../LoremTagInputDialog.ui" line="0" />
+      <source>Lorem Tag Template</source>
+      <translation>Шаблонный тег Lorem</translation>
     </message>
     <message>
-        <location filename="../LoremTagInputDialog.ui" line="23"/>
-        <source>Count:</source>
-        <translation>Количество:</translation>
+      <location filename="../LoremTagInputDialog.ui" line="0" />
+      <source>Count:</source>
+      <translation>Количество:</translation>
     </message>
     <message>
-        <location filename="../LoremTagInputDialog.ui" line="53"/>
-        <source>Method:</source>
-        <translation>Метод:</translation>
+      <location filename="../LoremTagInputDialog.ui" line="0" />
+      <source>Method:</source>
+      <translation>Метод:</translation>
     </message>
     <message>
-        <location filename="../LoremTagInputDialog.ui" line="61"/>
-        <source>Plain text paragraphs</source>
-        <translation>Простые текстовые параграфы</translation>
+      <location filename="../LoremTagInputDialog.ui" line="0" />
+      <source>Plain text paragraphs</source>
+      <translation>Простые текстовые параграфы</translation>
     </message>
     <message>
-        <location filename="../LoremTagInputDialog.ui" line="66"/>
-        <source>HTML paragraphs</source>
-        <translation>HTML параграфы</translation>
+      <location filename="../LoremTagInputDialog.ui" line="0" />
+      <source>HTML paragraphs</source>
+      <translation>HTML параграфы</translation>
     </message>
     <message>
-        <location filename="../LoremTagInputDialog.ui" line="71"/>
-        <source>Words</source>
-        <translation>Слова</translation>
+      <location filename="../LoremTagInputDialog.ui" line="0" />
+      <source>Words</source>
+      <translation>Слова</translation>
     </message>
     <message>
-        <location filename="../LoremTagInputDialog.ui" line="79"/>
-        <source>Generate random text</source>
-        <translation>Генерировать случайный текст</translation>
+      <location filename="../LoremTagInputDialog.ui" line="0" />
+      <source>Generate random text</source>
+      <translation>Генерировать случайный текст</translation>
     </message>
-</context>
-<context>
+  </context>
+  <context>
     <name>ProjectDjangoTagsMenuPlugin</name>
     <message>
-        <location filename="../../PluginProjectDjangoTagsMenu.py" line="67"/>
-        <source>Template Tags</source>
-        <translation>Шаблонные теги</translation>
+      <location filename="../../PluginProjectDjangoTagsMenu.py" line="69" />
+      <source>Template Tags</source>
+      <translation>Шаблонные теги</translation>
     </message>
-</context>
-<context>
+  </context>
+  <context>
     <name>TimezoneSelectionDialog</name>
     <message>
-        <location filename="../TimezoneSelectionDialog.ui" line="14"/>
-        <source>Select Time Zone</source>
-        <translation>Выбор часового пояса</translation>
+      <location filename="../TimezoneSelectionDialog.ui" line="0" />
+      <source>Select Time Zone</source>
+      <translation>Выбор часового пояса</translation>
     </message>
     <message>
-        <location filename="../TimezoneSelectionDialog.ui" line="25"/>
-        <source>Region:</source>
-        <translation>Регион:</translation>
+      <location filename="../TimezoneSelectionDialog.ui" line="0" />
+      <source>Region:</source>
+      <translation>Регион:</translation>
     </message>
     <message>
-        <location filename="../TimezoneSelectionDialog.ui" line="32"/>
-        <source>Select the time zone region</source>
-        <translation>Выбор часового пояса региона</translation>
+      <location filename="../TimezoneSelectionDialog.ui" line="0" />
+      <source>Select the time zone region</source>
+      <translation>Выбор часового пояса региона</translation>
     </message>
     <message>
-        <location filename="../TimezoneSelectionDialog.ui" line="39"/>
-        <source>City:</source>
-        <translation>Город:</translation>
+      <location filename="../TimezoneSelectionDialog.ui" line="0" />
+      <source>City:</source>
+      <translation>Город:</translation>
     </message>
     <message>
-        <location filename="../TimezoneSelectionDialog.ui" line="49"/>
-        <source>Select the time zone city</source>
-        <translation>Выбор часового пояса города</translation>
+      <location filename="../TimezoneSelectionDialog.ui" line="0" />
+      <source>Select the time zone city</source>
+      <translation>Выбор часового пояса города</translation>
     </message>
-</context>
+  </context>
 </TS>

eric ide

mercurial