Commit 016ef79a by Őry Máté

django: update translations

parent 3a9b29a3
...@@ -17,7 +17,8 @@ collectstatic: ...@@ -17,7 +17,8 @@ collectstatic:
./manage.py collectstatic --noinput ./manage.py collectstatic --noinput
mo: mo:
for i in */; do cd $$i; ../manage.py compilemessages || true; cd ..; done for i in */locale/*/*/*.po; do echo -ne "$i:\t"; msgfmt --statistics $i;done
for i in */; do cd $$i; ls locale &>/dev/null && ../manage.py compilemessages || true; cd ..; done
restart: restart:
sudo /etc/init.d/apache2 reload sudo /etc/init.d/apache2 reload
...@@ -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-09 20:16+0100\n" "POT-Creation-Date: 2013-02-10 01:31+0100\n"
"PO-Revision-Date: 2013-02-09 21:12+0100\n" "PO-Revision-Date: 2013-02-09 21:12+0100\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Hungarian <kde-l10n-hu@kde.org>\n" "Language-Team: Hungarian <kde-l10n-hu@kde.org>\n"
...@@ -17,7 +17,7 @@ msgstr "" ...@@ -17,7 +17,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1)\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n"
"X-Generator: Lokalize 1.4\n" "X-Generator: Lokalize 1.4\n"
#: static/cloud.js:111 static/cloud.js.c:511 #: static/cloud.js:111 static/cloud.js.c:518
msgid "Cancel" msgid "Cancel"
msgstr "Mégsem" msgstr "Mégsem"
...@@ -35,7 +35,7 @@ msgstr "Felfüggesztés" ...@@ -35,7 +35,7 @@ msgstr "Felfüggesztés"
msgid "Are you sure deleting %s?" msgid "Are you sure deleting %s?"
msgstr "Biztosan törli a következőt: %s?" msgstr "Biztosan törli a következőt: %s?"
#: static/cloud.js:136 static/cloud.js.c:209 static/cloud.js.c:511 #: static/cloud.js:136 static/cloud.js.c:216 static/cloud.js.c:518
msgid "Delete" msgid "Delete"
msgstr "Törlés" msgstr "Törlés"
...@@ -48,36 +48,34 @@ msgstr "Biztosan újraindítja a következőt: %s?" ...@@ -48,36 +48,34 @@ msgstr "Biztosan újraindítja a következőt: %s?"
msgid "Restart" msgid "Restart"
msgstr "Újraindítás" msgstr "Újraindítás"
#: static/cloud.js:209 #: static/cloud.js:216
#, c-format #, c-format
msgid "Are you sure deleting <strong>%s</strong>" msgid "Are you sure deleting <strong>%s</strong>"
msgstr "Törli a következő fájlt: <strong>%s</strong>" msgstr "Törli a következő fájlt: <strong>%s</strong>"
#: static/cloud.js:333 static/cloud.js.c:342 static/cloud.js.c:351 #: static/cloud.js:340 static/cloud.js.c:349 static/cloud.js.c:358
#: static/cloud.js:452 static/cloud.js.c:505 #: static/cloud.js:459 static/cloud.js.c:512
msgid "file" msgid "file"
msgstr "fájl" msgstr "fájl"
#: static/cloud.js:506 #: static/cloud.js:513
#, c-format #, c-format
msgid "You are removing the file <strong>%s</strong>." msgid "You are removing the file <strong>%s</strong>."
msgstr "Törli a következő fájlt: <strong>%s</strong>." msgstr "Törli a következő fájlt: <strong>%s</strong>."
#: static/cloud.js:508 #: static/cloud.js:515
#, c-format #, c-format
msgid "You are removing the folder <strong>%s</strong> (and its content)." msgid "You are removing the folder <strong>%s</strong> (and its content)."
msgstr "Törli a következő könyvtárat és tartalmát: <strong>%s</strong>." msgstr "Törli a következő könyvtárat és tartalmát: <strong>%s</strong>."
#: static/cloud.js:511 #: static/cloud.js:518
msgid "Are you sure?" msgid "Are you sure?"
msgstr "Biztos benne?" msgstr "Biztos benne?"
#: static/cloud.js:663 static/cloud.js.c:665 #: static/cloud.js:670 static/cloud.js.c:672
msgid "Upload" msgid "Upload"
msgstr "Feltöltés" msgstr "Feltöltés"
#: static/cloud.js:665 #: static/cloud.js:672
msgid "done, processing..." msgid "done, processing..."
msgstr "kész, feldolgozás..." msgstr "kész, feldolgozás..."
...@@ -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-09 21:07+0100\n" "POT-Creation-Date: 2013-02-10 01:31+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"
......
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