{% extends "base_edit.html" %} {% load i18n %} {% block header %} {% include "editor/edit_init.html" %} {% endblock %} {% block sidebar %}

{% trans "Chat" %}

{% trans "Currently editing" %}

{% endblock %} {% block content %}
some notification. this should be on top of visible page and not top of page.

{{ book }}

{% if "chapters" in tabs %}
{% if not is_browser_supported %}
{% trans "We are very sorry, but we are not fully compatible with your browser. We are working hard to fix this problem. Until we fix this, you can try to use this site with Firefox, Chrome, Safari, Opera or some other compatible browser. Thank you for your understanding." %}
{% endif %}

{% trans "Table of contents" %}

{% blocktrans %}All books should contain at least one section and can have as many chapters as you like.{% endblocktrans %}


{% trans "New title (optional)" %}:
{% trans "Preview" %}
{% trans "Image" %}
{% trans "Image:" %}
{% trans "Alt:" %}
{% trans "Positioning" %}
{% trans "Border:" %}
{% trans "Align:" %}
{% trans "Width:" %}
{% trans "Height:" %}
{% trans "Style" %}
{% trans "CSS Class:" %}
{% trans "Padding:" %} {% trans "Margin:" %}
{% trans "Background color:" %} {% trans "Border color:" %}

{% trans "Hold chapters" %}

{% trans "Seems like You have changed the structure of the chapters. What do you want to do?" %}

{% trans "New chapters:" %}
{% endif %} {% if "attachments" in tabs %}

{% trans "Images and Files" %}

{% blocktrans %}All images added to your book are listed here as well as any additional files you have uploaded.{% endblocktrans %}

{% trans "Deleted selected items" %}

{% trans "Upload a new image or file" %}

{% endif %} {% if "history" in tabs %}

{% trans "History" %}

{% blocktrans %}Here you can follow the edit history of your book.{% endblocktrans %}

{% endif %} {% if "versions" in tabs %}

{% trans "Versions" %}

{% if security.isAdmin or is_owner %}

{% blocktrans %}With different versions you can easily organise your book. But be careful! Other users will not be able to edit and work on previous versions once you create new one. Create new major version if you plan to make a lot of changes, and minor version if you plan to make just a few of them.{% endblocktrans %}

{% trans "Create major version" %} {% trans "Create minor version" %}

{% trans "You can name this version (optional):" %}
{% trans "e.g. initial, dragon, test" %}

{% trans "Description (optional)" %}
{% trans "You can name this version (optional):" %}
{% trans "e.g. initial, dragon, test" %}

{% trans "Description (optional)" %}
{% endif %}

{% trans "All versions" %}

{% endif %} {% if "export" in tabs %}

{% trans "Publish" %}

settings
settings
settings
settings
settings

Publish this book
  {% trans "Please wait. It will take couple of moments. Your book is being generated." %}
{% trans "Your book has been generated at this url:" %}
{% trans "Unknown error while trying to publish this book." %}
{% endif %} {% if "settings" in tabs %}

{% trans "Settings" %}

{% blocktrans %}Manage the settings of your book.{% endblocktrans %}

{% trans "Language" %}
{% trans "Set new language" %}
{% trans "License" %}
{% trans "Set new license" %}
{% trans "Read full text of the license" %}
{% trans "Manage copyright attribution" %}

{% blocktrans %}If you want to exclude some people from the copyright attribution...{% endblocktrans %}

Contributors   Excluded contributors
>>

<<
{% trans "Roles" %}
{% trans "Manage roles" %}
{% trans "Add" %}
{% trans "Remove" %}
{% trans "Chapter status" %}

{% trans "Available statuses:" %}

{% trans "Manage chapter status" %}
{% trans "Permissions and visibility" %}
{% trans "Set permissions" %}

{% trans "This interface is still work in progress." %}

{% endif %} {% if "notes" in tabs %}

{% trans "Notes" %}

{% trans "Shared notes for this book" %}

{% endif %}

{% blocktrans %}JOINED notice{% endblocktrans %}

{% blocktrans %}INFO notice{% endblocktrans %}

{% trans "action" %} {% trans "user" %} {% trans "time" %}
entry.kind entry.chapter entry.user entry.modified
entry.kind entry.chapter entry.user entry.modified
{% trans "New version" %} {% blocktrans %}Switched to entry.version.version{% endblocktrans %} entry.user entry.modified
{% trans "Upload" %} {% blocktrans %}Uploaded entry.args.filename.{% endblocktrans %} entry.user entry.modified
{% trans "Delete" %} {% blocktrans %}Deleted entry.args.filename.{% endblocktrans %} entry.user entry.modified
entry.kind entry.user entry.modified
{% include "editor/edit_strings.html" %}