{% load i18n %} {% load static %} {% get_current_language as LANGUAGE_CODE %}
{% translate 'Eenos File Studio' %}
{% translate "Loading..." %}
{% translate "File Studio" %}
{% translate "Loading your files..." %}
{% translate "File Studio" %}
{% translate "Current path" %}
{% translate "Current Directory" %}
public_html
{% translate "All Files" %}
{% translate "Pick a Location" %}
{% translate "GO" %}
{% translate 'New' %}
{% translate 'Upload' %}
{% if enable_git_upload or enable_url_upload %}
{% translate "Tools" %}
{% if enable_git_upload %}
{% translate "Git Deploy" %}
{% endif %} {% if enable_url_upload %}
{% translate "Upload by URL" %}
{% endif %}
{% endif %}
{% translate "Rename" %}
{% translate "Copy" %}
{% translate "Move" %}
{% translate "Compress" %}
{% translate "Extract" %}
{% translate "Permissions" %}
{% translate "Fix Permissions" %}
{% translate "Download" %}
{% translate "View" %}
{% translate "Delete" %}
{% translate "Select All" %}
{% translate "Refresh" %}
{% translate "Restore" %}
{% translate "Delete Permanently" %}
{% translate "Empty Trash" %}
{% translate "Locations" %}
{% translate "Contents" %}
{% translate "Name" %}
{% translate "Size" %}
{% translate "Last Modified" %}
{% translate "Type" %}
{% translate "Permission" %}
{% translate "Tasks" %}
{% include "workspace/partials/status-bar.html" %}
{% csrf_token %}
{% include "workspace/filestudio-modlels.html" %}
{% translate "Processing..." %}
0%
{{ translations|json_script:"filestudio-translations" }} {{ favorites|json_script:"filestudio-favorites" }} {{ filestudio_preferences|json_script:"filestudio-preferences" }}