Browse Source

[enh] translations && informations @ preferences

asciimoo 11 years ago
parent
commit
b62b3966b5

+ 5
- 1
searx/templates/preferences.html View File

@@ -4,7 +4,6 @@
4 4
 <div class="row">
5 5
     <h2>{{ _('Preferences') }}</h2>
6 6
 
7
-
8 7
     <form method="post" action="/preferences" id="search_form">
9 8
     <fieldset>
10 9
         <legend>{{ _('Default categories') }}</legend>
@@ -22,6 +21,11 @@
22 21
         </select>
23 22
         </p>
24 23
     </fieldset>
24
+    <p class="small_font">{{ _('These settings are stored in your cookies, this allows us not to store this data about you.') }}
25
+    <br />
26
+    {{ _("These cookies serve your sole convenience, we don't use these cookies to track you.") }}
27
+    </p>
28
+
25 29
     <input type="submit" value="{{ _('save') }}" />
26 30
     </form>
27 31
     <div class="right"><a href="/">{{ _('back') }}</a></div>

BIN
searx/translations/hu/LC_MESSAGES/messages.mo View File


+ 18
- 6
searx/translations/hu/LC_MESSAGES/messages.po View File

@@ -7,7 +7,7 @@ msgid ""
7 7
 msgstr ""
8 8
 "Project-Id-Version: PROJECT VERSION\n"
9 9
 "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
10
-"POT-Creation-Date: 2014-01-22 00:55+0100\n"
10
+"POT-Creation-Date: 2014-01-25 12:26+0100\n"
11 11
 "PO-Revision-Date: 2014-01-21 23:33+0100\n"
12 12
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13 13
 "Language-Team: hu <LL@li.org>\n"
@@ -49,7 +49,7 @@ msgstr "Kereső neve"
49 49
 msgid "Category"
50 50
 msgstr "Kategória"
51 51
 
52
-#: searx/templates/engines.html:23 searx/templates/preferences.html:27
52
+#: searx/templates/engines.html:23 searx/templates/preferences.html:31
53 53
 msgid "back"
54 54
 msgstr "vissza"
55 55
 
@@ -65,15 +65,28 @@ msgstr "beállítások"
65 65
 msgid "Preferences"
66 66
 msgstr "Beállítások"
67 67
 
68
-#: searx/templates/preferences.html:10
68
+#: searx/templates/preferences.html:9
69 69
 msgid "Default categories"
70 70
 msgstr "Alapértelmezett kategóriák"
71 71
 
72
-#: searx/templates/preferences.html:16
72
+#: searx/templates/preferences.html:15
73 73
 msgid "Interface language"
74 74
 msgstr "Nyelv"
75 75
 
76
-#: searx/templates/preferences.html:25
76
+#: searx/templates/preferences.html:24
77
+msgid ""
78
+"These settings are stored in your cookies, this allows us not to store "
79
+"this data about you."
80
+msgstr "Ezek a beállítások csak a böngésző cookie-jaiban tárolódnak."
81
+
82
+#: searx/templates/preferences.html:26
83
+msgid ""
84
+"These cookies serve your sole convenience, we don't use these cookies to "
85
+"track you."
86
+msgstr "Ezek a cookie-k csak kényelmi funkciókat látnak el, nem használjuk "
87
+" a felhasználók követésére."
88
+
89
+#: searx/templates/preferences.html:29
77 90
 msgid "save"
78 91
 msgstr "mentés"
79 92
 
@@ -91,7 +104,6 @@ msgstr "Kereső statisztikák"
91 104
 
92 105
 # categories - manually added
93 106
 # TODO - automatically add
94
-
95 107
 msgid "files"
96 108
 msgstr "fájlok"
97 109