Commit 7ff04ad5 by Őry Máté

one: add missing i18n marks

parent 7308ebaf
......@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-02-06 19:32+0100\n"
"POT-Creation-Date: 2013-02-06 19:41+0100\n"
"PO-Revision-Date: 2013-02-06 18:23+0100\n"
"Last-Translator: \n"
"Language-Team: Hungarian <cloud@ik.bme.hu>\n"
......@@ -275,55 +275,59 @@ msgstr "A virtuális gép újraindítása sikertelen."
msgid ":("
msgstr ":("
#: templates/box-filelist.html:28
#: templates/box-filelist.html:6
msgid "Data store"
msgstr "Adattár"
#: templates/box-filelist.html:34
msgid "No files."
msgstr "Nincs megjeleníthető fájl."
#: templates/box-filelist.html:39
#: templates/box-filelist.html:45
msgid "rename"
msgstr "átnevezés"
#: templates/box-filelist.html:42
#: templates/box-filelist.html:48
msgid "remove"
msgstr "eltávolítás"
#: templates/box-filelist.html:45
#: templates/box-filelist.html:51
msgid "download"
msgstr "letöltés"
#: templates/box-filelist.html:53
#: templates/box-filelist.html:59
msgid "Last modification"
msgstr "Utolsó módosítás"
#: templates/box-filelist.html:54 templates/new-template-flow.html:20
#: templates/box-filelist.html:60 templates/new-template-flow.html:20
msgid "Type"
msgstr "Típus"
#: templates/box-filelist.html:65
#: templates/box-filelist.html:71
msgid "Show more files…"
msgstr "Több fájl megjelenítése…"
#: templates/box-filelist.html:65
#: templates/box-filelist.html:71
msgid "hidden"
msgstr "rejtett"
#: templates/box-filelist.html:72
#: templates/box-filelist.html:78
msgid "Create folder"
msgstr "Mappa létrehozása"
#: templates/box-filelist.html:74
#: templates/box-filelist.html:80
msgid "Name of new folder"
msgstr "Új mappa neve"
#: templates/box-filelist.html:85
#: templates/box-filelist.html:91
msgid "File upload"
msgstr "Fájlfeltöltés"
#: templates/box-filelist.html:91
#: templates/box-filelist.html:97
msgid "Drag and drop files here to start uploading."
msgstr "Húzza ide a fájlt a feltöltés megkezdéséhez."
#: templates/box-filelist.html:92
#: templates/box-filelist.html:98
msgid ""
"You can also use the <a href=\"#\" id=\"old-upload\">the traditional upload "
"form</a>."
......@@ -331,35 +335,35 @@ msgstr ""
"Használhatja a <a href=\"#\" id=\"old-upload\">hagyományos feltöltő űrlapot</"
"a> is."
#: templates/box-filelist.html:93
#: templates/box-filelist.html:99
msgid "Upload limit is 1GB per file!"
msgstr "A feltöltési limit 1GiB fájlonként!"
#: templates/box-filelist.html:97
#: templates/box-filelist.html:103
msgid "Error: File is bigger than 1GB!"
msgstr "Hiba: a fájl nagyobb 1 GiB-nál."
#: templates/box-filelist.html:98
#: templates/box-filelist.html:104
msgid "Error: Upload server is not available!"
msgstr "Hiba: a feltöltő kiszolgáló nem érhető el."
#: templates/box-filelist.html:99
#: templates/box-filelist.html:105
msgid "Error: File already exists!"
msgstr "Hiba: a fájl már létezik."
#: templates/box-filelist.html:118
#: templates/box-filelist.html:124
msgid "File quota"
msgstr "Fájlkvóta"
#: templates/box-filelist.html:118
#: templates/box-filelist.html:124
msgid "Used space"
msgstr "Használt terület"
#: templates/box-filelist.html:118
#: templates/box-filelist.html:124
msgid "soft limit"
msgstr "puha limit"
#: templates/box-filelist.html:119
#: templates/box-filelist.html:125
msgid "hard limit"
msgstr "kemény limit"
......@@ -435,6 +439,10 @@ msgstr "Biztos benne?"
msgid "Remove"
msgstr "Törlés"
#: templates/home.html:9
msgid "Virtual machines"
msgstr "Virtuális gépek"
#: templates/home.html:14
msgid "Start new machine"
msgstr "Új gép indítása"
......
......@@ -3,7 +3,7 @@
<div class="boxes">
<div class="contentblock">
<h2>
Adattár
{% trans "Data store" %}
</h2>
<div class="content">
<ul class="file-list">
......
......@@ -6,7 +6,7 @@
{% block content %}
<div class="boxes">
<div class="contentblock" id="state">
<h2>Virtuális gépek</h2>
<h2>{% trans "Virtual machines" %}</h2>
<ul class="wm-list">
{% include "box-vmlist.html" %}
<li id="new-wm-button" class="wm new">
......
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