1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
|
<?php
return array(
'action' => array(
'actualize' => 'Actualizar',
'back_to_rss_feeds' => '← regresar a tus fuentes RSS',
'cancel' => 'Cancelar',
'create' => 'Crear',
'disable' => 'Desactivar',
'empty' => 'Vaciar',
'enable' => 'Activar',
'export' => 'Exportar',
'filter' => 'Filtrar',
'import' => 'Importar',
'manage' => 'Administrar',
'mark_favorite' => 'Marcar como favorita',
'mark_read' => 'Marcar como leído',
'remove' => 'Borrar',
'see_website' => 'Ver web',
'submit' => 'Enviar',
'truncate' => 'Borrar todos los artículos',
'update' => 'Update', // TODO
),
'auth' => array(
'email' => 'Correo electrónico',
'keep_logged_in' => 'Mantenerme identificado <small>(%s días)</small>',
'login' => 'Conectar',
'logout' => 'Desconectar',
'password' => array(
'_' => 'Contraseña',
'format' => '<small>Mínimo de 7 caracteres</small>',
),
'registration' => array(
'_' => 'Nueva cuenta',
'ask' => '¿Crear una cuenta?',
'title' => 'Creación de cuenta',
),
'reset' => 'Reinicar identificación',
'username' => array(
'_' => 'Nombre de usuario',
'admin' => 'Nombre de usuario del Administrador',
'format' => '<small>máximo 16 caracteres alfanuméricos</small>',
),
),
'date' => array(
'Apr' => '\\A\\b\\r\\i\\l',
'Aug' => '\\A\\g\\o\\s\\t\\o',
'Dec' => '\\D\\i\\c\\i\\e\\m\\b\\r\\e',
'Feb' => '\\F\\e\\b\\r\\e\\r\\o',
'Jan' => '\\E\\n\\e\\r\\o',
'Jul' => '\\J\\u\\l\\i\\o',
'Jun' => '\\J\\u\\n\\i\\o',
'Mar' => '\\M\\a\\r\\z\\o',
'May' => '\\M\\a\\y\\o',
'Nov' => '\\N\\o\\v\\i\\e\\m\\b\\r\\e',
'Oct' => '\\O\\c\\t\\u\\b\\r\\e',
'Sep' => '\\S\\e\\p\\t\\i\\e\\m\\b\\r\\e',
'apr' => 'abr',
'april' => 'abril',
'aug' => 'ago',
'august' => 'agosto',
'before_yesterday' => 'Anteayer',
'dec' => 'dic',
'december' => 'diciembre',
'feb' => 'feb',
'february' => 'febrero',
'format_date' => '%s j\\<\\s\\u\\p\\>S\\<\\/\\s\\u\\p\\> Y',
'format_date_hour' => '%s j\\<\\s\\u\\p\\>S\\<\\/\\s\\u\\p\\> Y \\a\\t H\\:i',
'fri' => 'Vie',
'jan' => 'ene',
'january' => 'ene',
'jul' => 'jul',
'july' => 'julio',
'jun' => 'jun',
'june' => 'junio',
'last_3_month' => 'Últimos tres meses',
'last_6_month' => 'Últimos seis meses',
'last_month' => 'Mes pasado',
'last_week' => 'Semana pasada',
'last_year' => 'Año pasado',
'mar' => 'mar',
'march' => 'marzo',
'may' => 'mayo',
'may_' => 'may',
'mon' => 'Lun',
'month' => 'meses',
'nov' => 'nov',
'november' => 'noviembre',
'oct' => 'oct',
'october' => 'octubre',
'sat' => 'Sab',
'sep' => 'sep',
'september' => 'septiembre',
'sun' => 'Dom',
'thu' => 'Jue',
'today' => 'Hoy',
'tue' => 'Mar',
'wed' => 'Mie',
'yesterday' => 'Ayer',
),
'freshrss' => array(
'_' => 'FreshRSS',
'about' => 'Acerca de FreshRSS',
),
'js' => array(
'category_empty' => 'Vaciar categoría',
'confirm_action' => '¿Seguyro que quieres hacerlo? No hay marcha atrás...',
'confirm_action_feed_cat' => '¿Seguro que quieres hacerlo? Perderás todos los favoritos relacionados y las peticiones de usuario. ¡Y no hay marcha atrás!',
'feedback' => array(
'body_new_articles' => 'Hay %%d nuevos artículos para leer en FreshRSS.',
'request_failed' => 'La petición ha fallado. Puede ser debido a problemas de conexión a internet.',
'title_new_articles' => 'FreshRSS: ¡Nuevos artículos!',
),
'new_article' => 'Hay nuevos artículos disponibles. Pincha para refrescar la página.',
'should_be_activated' => 'JavaScript debe estar activado',
),
'lang' => array(
'cz' => 'Čeština',
'de' => 'Deutsch',
'en' => 'English',
'es' => 'Español',
'fr' => 'Français',
'he' => 'עברית',
'it' => 'Italiano',
'kr' => '한국어',
'nl' => 'Nederlands',
'pt-br' => 'Português (Brasil)',
'ru' => 'Русский',
'tr' => 'Türkçe',
'zh-cn' => '简体中文',
),
'menu' => array(
'about' => 'Acerca de',
'admin' => 'Administración',
'archiving' => 'Archivo',
'authentication' => 'Identificación',
'check_install' => 'Verificación de instalación',
'configuration' => 'Configuración',
'display' => 'Visualización',
'extensions' => 'Extensiones',
'logs' => 'Registros',
'queries' => 'Peticiones de usuario',
'reading' => 'Lectura',
'search' => 'Buscar palabras o #etiquetas',
'sharing' => 'Compartir',
'shortcuts' => 'Atajos',
'stats' => 'Estadísticas',
'system' => 'Configuración del sistema',
'update' => 'Actualización',
'user_management' => 'Administrar usuarios',
'user_profile' => 'Perfil',
),
'pagination' => array(
'first' => 'Primero',
'last' => 'Último',
'load_more' => 'Cargar más artículos',
'mark_all_read' => 'Marcar todo como leído',
'next' => 'Siguiente',
'nothing_to_load' => 'No hay más artículos',
'previous' => 'Anterior',
),
'share' => array(
'Known' => 'Known based sites',
'blogotext' => 'Blogotext',
'diaspora' => 'Diaspora*',
'email' => 'Email',
'facebook' => 'Facebook',
'g+' => 'Google+',
'gnusocial' => 'GNU social',
'jdh' => 'Journal du hacker',
'linkedin' => 'LinkedIn',
'mastodon' => 'Mastodon',
'movim' => 'Movim',
'pocket' => 'Pocket',
'print' => 'Print',
'shaarli' => 'Shaarli',
'twitter' => 'Twitter',
'wallabag' => 'wallabag v1',
'wallabagv2' => 'wallabag v2',
),
'short' => array(
'attention' => '¡Aviso!',
'blank_to_disable' => 'Deja en blanco para desactivar',
'by_author' => 'Por:',
'by_default' => 'Por defecto',
'damn' => '¡Córcholis!',
'default_category' => 'Sin categorizar',
'no' => 'No',
'not_applicable' => 'No disponible',
'ok' => '¡Vale!',
'or' => 'o',
'yes' => 'Sí',
),
);
|