{% trans "Content management" %}
{% trans "Manage your site's content" %}
- {% trans "Content" %}
- {% trans "View, edit and delete your site's contents." %} {% ifhasperm 'manage_section' %}
- {% trans "Section" %}
- {% trans "View, edit and delete your site's sections." %} {% endifhasperm %} {% ifhasperm 'manage_menu' %}
- {% trans "Portal Menu" %}
- {% trans "View, edit and delete your site's menus." %} {% endifhasperm %} {% ifhasperm 'manage_link' %}
- {% trans "Portal links" %}
- {% trans "View, edit and delete your site's primary and secondary links." %} {% endifhasperm %}
{% trans "Site configuration" %}
{% trans "Control how your site looks and feels." %}
- {% trans "Blocks" %}
- {% trans "View, edit and delete your site's blocks." %}
- {% trans "Plugins" %}
- {% trans "View, edit and delete your site's plugin." %}
- {% trans "Themes" %}
- {% trans "View, edit and delete your site's themes." %}
- {% trans "Registry" %}
- {% trans "Merengue registry" %}
- {% trans "Save/restore configuration" %}
- {% trans "Save/restore your site configuration (block, plugins, active theme, etc.)" %}
{% trans "Multimedia" %}
{% trans "Manage your site's multimedia content" %}
- {% trans "Photos" %}
- {% trans "View, edit and delete your site's photos." %}
- {% trans "Video" %}
- {% trans "View, edit and delete your site's videos." %}
- {% trans "Audio" %}
- {% trans "View, edit and delete your site's audios." %}
- {% trans "Panoramic views" %}
- {% trans "View, edit and delete your site's panoramic views." %}
- {% trans "Images 3D" %}
- {% trans "View, edit and delete your site's Images 3D." %}
{% trans "User management" %}
{% trans "Manage your site's users, groups and access to site features." %}
- {% trans "Groups" %}
- {% trans "View, edit and delete your site's groups." %}
- {% trans "Users" %}
- {% trans "View, edit and delete your site's users." %}
- {% trans "Roles" %}
- {% trans "View, edit and delete your site's roles." %}
- {% trans "Permissions" %}
- {% trans "View, edit and delete your site's role permissions." %}
{% trans "Plugin administration" %}
{% trans "Manage your installed plugins." %}
-
{% for plug in plugins.values %}
- {{ plug.name }} {% endfor %}