{% extends "base_for_backbone.html" %} {% load seahub_tags i18n %} {% load staticfiles %} {% block sub_title %}{% trans "Libraries" %} - {% endblock %} {% block extra_style %} {% endblock %} {% block left_panel %}

{% trans "Personal" %}

{% if user.permissions.can_add_repo %} {% endif %}

{% trans "Share Admin" %}

{% endblock %} {% block right_panel %}
{% trans 'Loading...' %}
{% if sub_lib_enabled %} {% endif %}
{% trans "Name" %} {% trans "Size" %} {% trans "Last Update" %}

{% 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 "Name" %} {% trans "Size" %} {% trans "Last Update" %} {% trans "Shared By" %}

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

{% trans 'Loading...' %}
{% if need_guide %}

{% 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 %}
{% endif %} {% if sub_lib_enabled %}

{% trans "Choose a directory:" %}

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