Commit 4bee4ce3 by Őry Máté

one: fix template syntax error :(

parent 4601dc18
...@@ -7,7 +7,7 @@ msgid "" ...@@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: \n" "Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-02-06 19:41+0100\n" "POT-Creation-Date: 2013-02-06 19:51+0100\n"
"PO-Revision-Date: 2013-02-06 18:23+0100\n" "PO-Revision-Date: 2013-02-06 18:23+0100\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Hungarian <cloud@ik.bme.hu>\n" "Language-Team: Hungarian <cloud@ik.bme.hu>\n"
...@@ -308,8 +308,9 @@ msgid "Show more files…" ...@@ -308,8 +308,9 @@ msgid "Show more files…"
msgstr "Több fájl megjelenítése…" msgstr "Több fájl megjelenítése…"
#: templates/box-filelist.html:71 #: templates/box-filelist.html:71
msgctxt "is"
msgid "hidden" msgid "hidden"
msgstr "rejtett" msgstr "van elrejtve"
#: templates/box-filelist.html:78 #: templates/box-filelist.html:78
msgid "Create folder" msgid "Create folder"
......
...@@ -68,7 +68,7 @@ ...@@ -68,7 +68,7 @@
<li class="file-details wm small-row" id="load-more-files" data-bind="visible: (files().length>0 && files().length != allFiles.length)"> <li class="file-details wm small-row" id="load-more-files" data-bind="visible: (files().length>0 && files().length != allFiles.length)">
<div class="summary" data-bind="click: showMore"> <div class="summary" data-bind="click: showMore">
<div class="name filetype-more"> <div class="name filetype-more">
{% trans "Show more files…" %} (<span data-bind="text: allFiles.length-files().length"></span> {% trans "hidden" context="is" %}) {% trans "Show more files…" %} (<span data-bind="text: allFiles.length-files().length"></span> {% trans "hidden" context "is" %})
</div> </div>
<div class="clear"></div> <div class="clear"></div>
</div> </div>
......
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