{% extends "base_for_backbone.html" %} {% load seahub_tags group_avatar_tags i18n %} {% load staticfiles %} {% block sub_title %}{% trans "Libraries" %} - {% endblock %} {% block main_panel %}
{% trans 'Loading...' %}
{% endblock %} {% block left_panel %}

{% trans "Organization" %}

{% endblock %} {% block right_panel %}
{% if user.permissions.can_add_repo %} {% endif %} {% if sub_lib_enabled %} {% endif %}

{% trans "You have not created any libraries" %}

{% trans "You can create a library to organize your files. For example, you can create one for each of your projects. Each library can be synchronized and shared separately." %}

{% trans "Name" %} {% trans "Origin" %} {% trans "Last Update" %}

{% trans "You have not created any sub-libraries" %}

{% trans "You can create a sub-library from a directory inside a library. A sub-library can be independently synced and shared. Files in the sub-library will be automatically kept in sync with those in the directory of the origin library." %}

{% trans "No library is shared to you" %}

{% trans 'Loading...' %}

{% trans "Starred" %}

{% trans "File Name" %} {% trans "Library" %} {% trans "Last Update" %}
{% trans 'Loading...' %}

{% trans "You don't have any starred files yet" %}

{% blocktrans %}You can star important files by clicking the "Star" button on file viewing page, and they will be listed here.{% endblocktrans %}

{% trans "Welcome to Seafile!" %}

{% if user.permissions.can_add_repo %}

{% trans "Seafile organizes files into libraries. Each library can be synced and shared separately. We have created a personal library for you. You can create more libraries later." %}

{% else %}

{% trans "Seafile organizes files into libraries. Each library can be synced and shared separately. Howerver, since you are a guest user now, you can not create libraries." %}

{% endif %}
{% if sub_lib_enabled %}

{% trans "Choose a directory:" %}

{% trans 'Loading...' %}

{% endif %}

{% trans "Libraries" %}

{% if user.permissions.can_add_repo %} {% endif %}
{% trans 'Loading...' %}

{% trans "Libraries" %}

{% trans "No public library" %}

{% blocktrans %}You can create a public library by clicking "New Library" button, others can view and download this library.{% endblocktrans %}

{% trans 'Loading...' %}

{% include "js/dir-view.html" %} {% endblock %} {% block extra_script %} {% include "js/lib-op-popups.html" %} {% if debug %} {% else %} {% endif %} {% endblock %}