diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-02-03 16:18:03 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-02-03 16:18:03 +0100 |
commit | 5525a167566d5de569292f67857ec2454c8f5cd1 (patch) | |
tree | eef4c2e685959d11e219750b0df8265f8438fc46 /module/web/templates/default/downloads.html | |
parent | download resume working? (diff) | |
download | pyload-5525a167566d5de569292f67857ec2454c8f5cd1.tar.xz |
some l18n stuff
Diffstat (limited to 'module/web/templates/default/downloads.html')
-rw-r--r-- | module/web/templates/default/downloads.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/module/web/templates/default/downloads.html b/module/web/templates/default/downloads.html index 3f07bec47..3c370aaa2 100644 --- a/module/web/templates/default/downloads.html +++ b/module/web/templates/default/downloads.html @@ -1,4 +1,5 @@ {% extends 'default/base.html' %} +{% load i18n %} {% block title %}Downloads - {{block.super}} {% endblock %} @@ -16,12 +17,12 @@ {% endblock %} {% block subtitle %} -Downloads +{% trans "Downloads" %} {% endblock %} {% block content %} -It's recommend not to download Files bigger than ~10MB from here. +{% trans "It's recommend not to download Files bigger than ~10MB from here." %} <ul> {% for folder in files.folder %} |