Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
CIRCLE
/
cloud
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
94
Merge Requests
10
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
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
Hide 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 ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-02-10 14:2
4
+0100\n"
"PO-Revision-Date: 2013-02-10
01:33
+0100\n"
"POT-Creation-Date: 2013-02-10 14:2
8
+0100\n"
"PO-Revision-Date: 2013-02-10
14:29
+0100\n"
"Last-Translator: \n"
"Language-Team: Hungarian <
kde-l10n-hu@kde.org
>\n"
"Language-Team: Hungarian <
cloud@ik.bme.hu
>\n"
"Language: hu\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
...
...
@@ -320,24 +320,20 @@ msgid "instances"
msgstr "példányok"
#: views.py:89
#, fuzzy
msgid "Invalid template ID."
msgstr "
Elérhető sablonok
"
msgstr "
Nincs ilyen sablon.
"
#: views.py:92
#, fuzzy
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
#, fuzzy
msgid "Template is still shared."
msgstr "A sablon m
entése folyamatban van…
"
msgstr "A sablon m
ég meg van osztva.
"
#: views.py:97
#, fuzzy
msgid "Template succesfully deleted."
msgstr "A virtuális gép törlése sikeres."
msgid "Template successfully deleted."
msgstr "A sablon törlése sikeres."
#: views.py:128
msgid "Template is being saved..."
...
...
one/locale/hu/LC_MESSAGES/djangojs.po
View file @
a3011ce2
...
...
@@ -6,10 +6,10 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-02-10 14:2
4
+0100\n"
"PO-Revision-Date: 2013-02-
09 21:12
+0100\n"
"POT-Creation-Date: 2013-02-10 14:2
8
+0100\n"
"PO-Revision-Date: 2013-02-
10 14:27
+0100\n"
"Last-Translator: \n"
"Language-Team: Hungarian <
kde-l10n-hu@kde.org
>\n"
"Language-Team: Hungarian <
cloud@ik.bme.hu
>\n"
"Language: hu\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
...
...
@@ -50,9 +50,9 @@ msgid "Restart"
msgstr "Újraindítás"
#: static/cloud.js:183
#,
fuzzy,
c-format
#, c-format
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
#, c-format
...
...
one/views.py
View file @
a3011ce2
...
...
@@ -94,7 +94,7 @@ def ajax_template_delete(request):
return
HttpResponse
(
unicode
(
_
(
"Template is still shared."
)),
status
=
404
)
else
:
template
.
safe_delete
()
return
HttpResponse
(
unicode
(
_
(
"Template succesfully deleted."
)))
return
HttpResponse
(
unicode
(
_
(
"Template succes
s
fully deleted."
)))
def
ajax_template_name_unique
(
request
,
name
):
s
=
"True"
...
...
school/locale/hu/LC_MESSAGES/django.po
View file @
a3011ce2
...
...
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \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"
"Last-Translator: \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