Browse Source

[enh] translations && informations @ preferences

asciimoo 11 years ago
parent
commit
b62b3966b5

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

4
 <div class="row">
4
 <div class="row">
5
     <h2>{{ _('Preferences') }}</h2>
5
     <h2>{{ _('Preferences') }}</h2>
6
 
6
 
7
-
8
     <form method="post" action="/preferences" id="search_form">
7
     <form method="post" action="/preferences" id="search_form">
9
     <fieldset>
8
     <fieldset>
10
         <legend>{{ _('Default categories') }}</legend>
9
         <legend>{{ _('Default categories') }}</legend>
22
         </select>
21
         </select>
23
         </p>
22
         </p>
24
     </fieldset>
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
     <input type="submit" value="{{ _('save') }}" />
29
     <input type="submit" value="{{ _('save') }}" />
26
     </form>
30
     </form>
27
     <div class="right"><a href="/">{{ _('back') }}</a></div>
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
 msgstr ""
7
 msgstr ""
8
 "Project-Id-Version: PROJECT VERSION\n"
8
 "Project-Id-Version: PROJECT VERSION\n"
9
 "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
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
 "PO-Revision-Date: 2014-01-21 23:33+0100\n"
11
 "PO-Revision-Date: 2014-01-21 23:33+0100\n"
12
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
12
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13
 "Language-Team: hu <LL@li.org>\n"
13
 "Language-Team: hu <LL@li.org>\n"
49
 msgid "Category"
49
 msgid "Category"
50
 msgstr "Kategória"
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
 msgid "back"
53
 msgid "back"
54
 msgstr "vissza"
54
 msgstr "vissza"
55
 
55
 
65
 msgid "Preferences"
65
 msgid "Preferences"
66
 msgstr "Beállítások"
66
 msgstr "Beállítások"
67
 
67
 
68
-#: searx/templates/preferences.html:10
68
+#: searx/templates/preferences.html:9
69
 msgid "Default categories"
69
 msgid "Default categories"
70
 msgstr "Alapértelmezett kategóriák"
70
 msgstr "Alapértelmezett kategóriák"
71
 
71
 
72
-#: searx/templates/preferences.html:16
72
+#: searx/templates/preferences.html:15
73
 msgid "Interface language"
73
 msgid "Interface language"
74
 msgstr "Nyelv"
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
 msgid "save"
90
 msgid "save"
78
 msgstr "mentés"
91
 msgstr "mentés"
79
 
92
 
91
 
104
 
92
 # categories - manually added
105
 # categories - manually added
93
 # TODO - automatically add
106
 # TODO - automatically add
94
-
95
 msgid "files"
107
 msgid "files"
96
 msgstr "fájlok"
108
 msgstr "fájlok"
97
 
109