Browse Source

[enh] spanish translations

Adam Tauber 11 years ago
parent
commit
bfe45a7b0c
2 changed files with 162 additions and 3 deletions
  1. 4
    3
      searx/settings.yml
  2. 158
    0
      searx/translations/es/LC_MESSAGES/messages.po

+ 4
- 3
searx/settings.yml View File

@@ -21,7 +21,7 @@ engines:
21 21
     engine : bing_news
22 22
     locale : en-US
23 23
     shortcut : bin
24
-    
24
+
25 25
   - name : currency
26 26
     engine : currency_convert
27 27
     categories : general
@@ -69,7 +69,7 @@ engines:
69 69
   - name : google news
70 70
     engine : google_news
71 71
     shortcut : gon
72
-    
72
+
73 73
   - name : piratebay
74 74
     engine : piratebay
75 75
     categories : videos, music, files
@@ -124,7 +124,7 @@ engines:
124 124
   - name : yahoo news
125 125
     engine : yahoo_news
126 126
     shortcut : yhn
127
-    
127
+
128 128
   - name : youtube
129 129
     engine : youtube
130 130
     categories : videos
@@ -150,3 +150,4 @@ locales:
150 150
     de : Deutsch
151 151
     hu : Magyar
152 152
     fr : Français
153
+    es : Español

+ 158
- 0
searx/translations/es/LC_MESSAGES/messages.po View File

@@ -0,0 +1,158 @@
1
+# English translations for PROJECT.
2
+# Copyright (C) 2014 ORGANIZATION
3
+# This file is distributed under the same license as the PROJECT project.
4
+# 
5
+# Translators:
6
+# niazle, 2014
7
+msgid ""
8
+msgstr ""
9
+"Project-Id-Version: searx\n"
10
+"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
11
+"POT-Creation-Date: 2014-03-04 20:54+0100\n"
12
+"PO-Revision-Date: 2014-03-04 20:40+0000\n"
13
+"Last-Translator: niazle\n"
14
+"Language-Team: Spanish (http://www.transifex.com/projects/p/searx/language/es/)\n"
15
+"MIME-Version: 1.0\n"
16
+"Content-Type: text/plain; charset=UTF-8\n"
17
+"Content-Transfer-Encoding: 8bit\n"
18
+"Generated-By: Babel 1.3\n"
19
+"Language: es\n"
20
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
21
+
22
+#: searx/engines/__init__.py:308
23
+msgid "Page loads (sec)"
24
+msgstr "Tiempo de carga (segundos)"
25
+
26
+#: searx/engines/__init__.py:312
27
+msgid "Number of results"
28
+msgstr "Número de resultados"
29
+
30
+#: searx/engines/__init__.py:316
31
+msgid "Scores"
32
+msgstr "Puntuaciones"
33
+
34
+#: searx/engines/__init__.py:320
35
+msgid "Scores per result"
36
+msgstr "Puntuaciones por resultado"
37
+
38
+#: searx/engines/__init__.py:324
39
+msgid "Errors"
40
+msgstr "Errores"
41
+
42
+#: searx/templates/index.html:7
43
+msgid "about"
44
+msgstr "acerca de"
45
+
46
+#: searx/templates/index.html:8
47
+msgid "preferences"
48
+msgstr "preferencias"
49
+
50
+#: searx/templates/preferences.html:5
51
+msgid "Preferences"
52
+msgstr "Preferencias"
53
+
54
+#: searx/templates/preferences.html:9
55
+msgid "Default categories"
56
+msgstr "Categorías predeterminadas"
57
+
58
+#: searx/templates/preferences.html:15
59
+msgid "Search language"
60
+msgstr "Buscar idioma"
61
+
62
+#: searx/templates/preferences.html:18
63
+msgid "Automatic"
64
+msgstr "Automático"
65
+
66
+#: searx/templates/preferences.html:26
67
+msgid "Interface language"
68
+msgstr "Idioma de la interfaz"
69
+
70
+#: searx/templates/preferences.html:36
71
+msgid "Currently used search engines"
72
+msgstr "Motores de búsqueda actualmente en uso"
73
+
74
+#: searx/templates/preferences.html:40
75
+msgid "Engine name"
76
+msgstr "Nombre del motor de búsqueda"
77
+
78
+#: searx/templates/preferences.html:41
79
+msgid "Category"
80
+msgstr "Categoría"
81
+
82
+#: searx/templates/preferences.html:42 searx/templates/preferences.html:53
83
+msgid "Allow"
84
+msgstr "Permitir"
85
+
86
+#: searx/templates/preferences.html:42 searx/templates/preferences.html:54
87
+msgid "Block"
88
+msgstr "Bloquear"
89
+
90
+#: searx/templates/preferences.html:62
91
+msgid ""
92
+"These settings are stored in your cookies, this allows us not to store this "
93
+"data about you."
94
+msgstr "Esta configuración se guarda en sus cookies, lo que nos permite no almacenar dicha información sobre usted."
95
+
96
+#: searx/templates/preferences.html:64
97
+msgid ""
98
+"These cookies serve your sole convenience, we don't use these cookies to "
99
+"track you."
100
+msgstr "Estas cookies son para su propia comodidad, no las utilizamos para rastrearle."
101
+
102
+#: searx/templates/preferences.html:67
103
+msgid "save"
104
+msgstr "Guardar"
105
+
106
+#: searx/templates/preferences.html:69
107
+msgid "back"
108
+msgstr "Atrás"
109
+
110
+#: searx/templates/results.html:11
111
+msgid "Suggestions"
112
+msgstr "Sugerencias"
113
+
114
+#: searx/templates/results.html:22
115
+msgid "Search URL"
116
+msgstr "Buscar URL"
117
+
118
+#: searx/templates/results.html:26
119
+msgid "Download results"
120
+msgstr "Descargar resultados"
121
+
122
+#: searx/templates/results.html:62
123
+msgid "previous page"
124
+msgstr "Página anterior"
125
+
126
+#: searx/templates/results.html:73
127
+msgid "next page"
128
+msgstr "Página siguiente"
129
+
130
+#: searx/templates/stats.html:4
131
+msgid "Engine stats"
132
+msgstr "Estadísticas del motor de búsqueda"
133
+
134
+# categories - manually added
135
+# TODO - automatically add
136
+msgid "files"
137
+msgstr "Archivos"
138
+
139
+msgid "general"
140
+msgstr "General"
141
+
142
+msgid "music"
143
+msgstr "Música"
144
+
145
+msgid "social media"
146
+msgstr "Medios sociales"
147
+
148
+msgid "images"
149
+msgstr "Imágenes"
150
+
151
+msgid "videos"
152
+msgstr "Vídeos"
153
+
154
+msgid "it"
155
+msgstr "TIC"
156
+
157
+msgid "news"
158
+msgstr "noticias"