Commit 8ac3399f by Őry Máté

webui: fix django template bug introduced in a8bc5968

parent 00375e12
......@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-02-12 21:38+0100\n"
"POT-Creation-Date: 2013-02-12 21:52+0100\n"
"PO-Revision-Date: 2013-02-12 21:40+0100\n"
"Last-Translator: Mate Ory <orymate@iit.bme.hu>\n"
"Language-Team: Hungarian <kde-i18n-doc@kde.org>\n"
......@@ -534,35 +534,43 @@ msgstr "Fájlfeltöltés"
msgid "Drag and drop files here to start uploading."
msgstr "Húzza ide a fájlt a feltöltés megkezdéséhez."
#: templates/box-filelist.html:102
#: templates/box-filelist.html:98
msgid ""
"You can also use the <a href=\"#\" id=\"old-upload\">the traditional upload "
"form</a>."
msgstr ""
"Használhatja a <a href=\"#\" id=\"old-upload\">hagyományos feltöltő űrlapot</"
"a> is."
#: templates/box-filelist.html:100
msgid "Upload limit is 1GB per file!"
msgstr "A feltöltési limit 1GiB fájlonként!"
#: templates/box-filelist.html:106
#: templates/box-filelist.html:104
msgid "Error: File is bigger than 1GB!"
msgstr "Hiba: a fájl nagyobb 1 GiB-nál."
#: templates/box-filelist.html:107
#: templates/box-filelist.html:105
msgid "Error: Upload server is not available!"
msgstr "Hiba: a feltöltő kiszolgáló nem érhető el."
#: templates/box-filelist.html:108
#: templates/box-filelist.html:106
msgid "Error: File already exists!"
msgstr "Hiba: a fájl már létezik."
#: templates/box-filelist.html:127
#: templates/box-filelist.html:125
msgid "File quota"
msgstr "Fájlkvóta"
#: templates/box-filelist.html:127
#: templates/box-filelist.html:125
msgid "Used space"
msgstr "Használt terület"
#: templates/box-filelist.html:128
#: templates/box-filelist.html:126
msgid "soft limit"
msgstr "puha limit"
#: templates/box-filelist.html:130
#: templates/box-filelist.html:128
msgid "hard limit"
msgstr "kemény limit"
......@@ -958,13 +966,6 @@ msgstr "Belső port"
msgid "Add"
msgstr "Hozzáadás"
#~ msgid ""
#~ "You can also use the <a href=\"#\" id=\"old-upload\">the traditional "
#~ "upload form</a>."
#~ msgstr ""
#~ "Használhatja a <a href=\"#\" id=\"old-upload\">hagyományos feltöltő "
#~ "űrlapot</a> is."
#~ msgid "Summary"
#~ msgstr "Áttekintés"
......
......@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-02-12 21:38+0100\n"
"POT-Creation-Date: 2013-02-12 21:52+0100\n"
"PO-Revision-Date: 2013-02-10 14:27+0100\n"
"Last-Translator: \n"
"Language-Team: Hungarian <cloud@ik.bme.hu>\n"
......
......@@ -95,9 +95,7 @@
<div id="upload-zone" class="upload-zone">
<p>{% trans "Drag and drop files here to start uploading." %}</p>
<p>
{% trans 'You can also use the
<a href="#" id="old-upload">the traditional upload form</a>
.' %}
{% trans 'You can also use the <a href="#" id="old-upload">the traditional upload form</a>.' %}
</p>
<p>{% trans 'Upload limit is 1GB per file!' %}</p>
</div>
......
......@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-02-12 21:38+0100\n"
"POT-Creation-Date: 2013-02-12 21:52+0100\n"
"PO-Revision-Date: 2013-02-12 20:26+0100\n"
"Last-Translator: Mate Ory <orymate@iit.bme.hu>\n"
"Language-Team: American English <kde-i18n-doc@kde.org>\n"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment