diff --git a/one/locale/hu/LC_MESSAGES/django.po b/one/locale/hu/LC_MESSAGES/django.po index 17f5dd4..84e6a82 100644 --- a/one/locale/hu/LC_MESSAGES/django.po +++ b/one/locale/hu/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: \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" "Last-Translator: \n" "Language-Team: Hungarian <cloud@ik.bme.hu>\n" @@ -308,8 +308,9 @@ msgid "Show more files…" msgstr "Több fájl megjelenítése…" #: templates/box-filelist.html:71 +msgctxt "is" msgid "hidden" -msgstr "rejtett" +msgstr "van elrejtve" #: templates/box-filelist.html:78 msgid "Create folder" diff --git a/one/templates/box-filelist.html b/one/templates/box-filelist.html index eddd692..2b562c7 100644 --- a/one/templates/box-filelist.html +++ b/one/templates/box-filelist.html @@ -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)"> <div class="summary" data-bind="click: showMore"> <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 class="clear"></div> </div>