Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Fukász Rómeó Ervin
/
cloud
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
A prog2-höz tartozó friss repo anyagok itt elérhetőek:
https://git.iit.bme.hu/
Commit
4bee4ce3
authored
Feb 06, 2013
by
Őry Máté
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
one: fix template syntax error :(
parent
4601dc18
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
one/locale/hu/LC_MESSAGES/django.po
+3
-2
one/templates/box-filelist.html
+1
-1
No files found.
one/locale/hu/LC_MESSAGES/django.po
View file @
4bee4ce3
...
@@ -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:
4
1+0100\n"
"POT-Creation-Date: 2013-02-06 19:
5
1+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"
...
...
one/templates/box-filelist.html
View file @
4bee4ce3
...
@@ -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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment