{% load i18n %} {% get_current_language as LANGUAGE_CODE %}
{% trans "Drag and drop files here to start uploading." %}
{% trans 'You can also use the the traditional upload form.' %}
{% trans 'Upload limit is 1GB per file!' %}
{% trans "Error: File is bigger than 1GB!" %}
{% trans "Error: Upload server is not available!" %}
{% trans "Error: File already exists!" %}