Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Gelencsér Szabolcs
/
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
a3011ce2
authored
Feb 10, 2013
by
Őry Máté
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
one: update translations (full)
parent
71210cfd
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
15 additions
and
19 deletions
+15
-19
one/locale/hu/LC_MESSAGES/django.po
+8
-12
one/locale/hu/LC_MESSAGES/djangojs.po
+5
-5
one/views.py
+1
-1
school/locale/hu/LC_MESSAGES/django.po
+1
-1
No files found.
one/locale/hu/LC_MESSAGES/django.po
View file @
a3011ce2
...
@@ -7,10 +7,10 @@ msgid ""
...
@@ -7,10 +7,10 @@ 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-10 14:2
4
+0100\n"
"POT-Creation-Date: 2013-02-10 14:2
8
+0100\n"
"PO-Revision-Date: 2013-02-10
01:33
+0100\n"
"PO-Revision-Date: 2013-02-10
14:29
+0100\n"
"Last-Translator: \n"
"Last-Translator: \n"
"Language-Team: Hungarian <
kde-l10n-hu@kde.org
>\n"
"Language-Team: Hungarian <
cloud@ik.bme.hu
>\n"
"Language: hu\n"
"Language: hu\n"
"MIME-Version: 1.0\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Type: text/plain; charset=UTF-8\n"
...
@@ -320,24 +320,20 @@ msgid "instances"
...
@@ -320,24 +320,20 @@ msgid "instances"
msgstr "példányok"
msgstr "példányok"
#: views.py:89
#: views.py:89
#, fuzzy
msgid "Invalid template ID."
msgid "Invalid template ID."
msgstr "
Elérhető sablonok
"
msgstr "
Nincs ilyen sablon.
"
#: views.py:92
#: views.py:92
#, fuzzy
msgid "There are running instances of this template."
msgid "There are running instances of this template."
msgstr "
Nincs elérhető sablon
."
msgstr "
A sablonnak még vannak futó példányai
."
#: views.py:94
#: views.py:94
#, fuzzy
msgid "Template is still shared."
msgid "Template is still shared."
msgstr "A sablon m
entése folyamatban van…
"
msgstr "A sablon m
ég meg van osztva.
"
#: views.py:97
#: views.py:97
#, fuzzy
msgid "Template successfully deleted."
msgid "Template succesfully deleted."
msgstr "A sablon törlése sikeres."
msgstr "A virtuális gép törlése sikeres."
#: views.py:128
#: views.py:128
msgid "Template is being saved..."
msgid "Template is being saved..."
...
...
one/locale/hu/LC_MESSAGES/djangojs.po
View file @
a3011ce2
...
@@ -6,10 +6,10 @@ msgid ""
...
@@ -6,10 +6,10 @@ 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-10 14:2
4
+0100\n"
"POT-Creation-Date: 2013-02-10 14:2
8
+0100\n"
"PO-Revision-Date: 2013-02-
09 21:12
+0100\n"
"PO-Revision-Date: 2013-02-
10 14:27
+0100\n"
"Last-Translator: \n"
"Last-Translator: \n"
"Language-Team: Hungarian <
kde-l10n-hu@kde.org
>\n"
"Language-Team: Hungarian <
cloud@ik.bme.hu
>\n"
"Language: hu\n"
"Language: hu\n"
"MIME-Version: 1.0\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Type: text/plain; charset=UTF-8\n"
...
@@ -50,9 +50,9 @@ msgid "Restart"
...
@@ -50,9 +50,9 @@ msgid "Restart"
msgstr "Újraindítás"
msgstr "Újraindítás"
#: static/cloud.js:183
#: static/cloud.js:183
#,
fuzzy,
c-format
#, c-format
msgid "Are you sure deleting this %s template?"
msgid "Are you sure deleting this %s template?"
msgstr "Biztosan törli a következőt: %s?"
msgstr "Biztosan törli a következő
sablon
t: %s?"
#: static/cloud.js:250
#: static/cloud.js:250
#, c-format
#, c-format
...
...
one/views.py
View file @
a3011ce2
...
@@ -94,7 +94,7 @@ def ajax_template_delete(request):
...
@@ -94,7 +94,7 @@ def ajax_template_delete(request):
return
HttpResponse
(
unicode
(
_
(
"Template is still shared."
)),
status
=
404
)
return
HttpResponse
(
unicode
(
_
(
"Template is still shared."
)),
status
=
404
)
else
:
else
:
template
.
safe_delete
()
template
.
safe_delete
()
return
HttpResponse
(
unicode
(
_
(
"Template succesfully deleted."
)))
return
HttpResponse
(
unicode
(
_
(
"Template succes
s
fully deleted."
)))
def
ajax_template_name_unique
(
request
,
name
):
def
ajax_template_name_unique
(
request
,
name
):
s
=
"True"
s
=
"True"
...
...
school/locale/hu/LC_MESSAGES/django.po
View file @
a3011ce2
...
@@ -6,7 +6,7 @@ msgid ""
...
@@ -6,7 +6,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-10 14:2
4
+0100\n"
"POT-Creation-Date: 2013-02-10 14:2
8
+0100\n"
"PO-Revision-Date: 2013-02-09 21:05+0100\n"
"PO-Revision-Date: 2013-02-09 21:05+0100\n"
"Last-Translator: \n"
"Last-Translator: \n"
"Language-Team: American English <kde-l10n-hu@kde.org>\n"
"Language-Team: American English <kde-l10n-hu@kde.org>\n"
...
...
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