summaryrefslogtreecommitdiff
path: root/app/i18n/es/sub.php
blob: 7d33c59fa7456b6126c5c524eb447710ee29ad67 (plain)
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
<?php

return array(
	'api' => array(
		'documentation' => 'Copy the following URL to use it within an external tool.',	//TODO - Translation
		'title' => 'API',	//TODO - Translation
	),
	'bookmarklet' => array(
		'documentation' => 'Drag this button to your bookmarks toolbar or right-click it and choose "Bookmark This Link". Then click "Subscribe" button in any page you want to subscribe to.',	//TODO - Translation
		'label' => 'Subscribe',	//TODO - Translation
		'title' => 'Bookmarklet',	//TODO - Translation
	),
	'category' => array(
		'_' => 'Categoría',
		'add' => 'Añadir a la categoría',
		'empty' => 'Vaciar categoría',
		'information' => 'Información',
		'new' => 'Nueva categoría',
		'title' => 'Título',
	),
	'feed' => array(
		'add' => 'Añadir fuente RSS',
		'advanced' => 'Avanzado',
		'archiving' => 'Archivo',
		'auth' => array(
			'configuration' => 'Identificación',
			'help' => 'Permitir acceso a fuentes RSS protegidas con HTTP',
			'http' => 'Identificación HTTP',
			'password' => 'Contraseña HTTP',
			'username' => 'Nombre de usuario HTTP',
		),
		'clear_cache' => 'Always clear cache',	//TODO - Translation
		'css_help' => 'Recibir fuentes RSS truncadas (aviso, ¡necesita más tiempo!)',
		'css_path' => 'Ruta a la CSS de los artículos en la web original',
		'description' => 'Descripción',
		'empty' => 'La fuente está vacía. Por favor, verifica que siga activa.',
		'error' => 'Hay un problema con esta fuente. Por favor, veritica que esté disponible y prueba de nuevo.',
		'filteractions' => array(
			'_' => 'Filter actions',	//TODO - Translation
			'help' => 'Write one search filter per line.',	//TODO - Translation
		),
		'information' => 'Información',
		'keep_history' => 'Número mínimo de artículos a conservar',
		'moved_category_deleted' => 'Al borrar una categoría todas sus fuentes pasan automáticamente a la categoría <em>%s</em>.',
		'mute' => 'mute',	//TODO - Translation
		'no_selected' => 'No hay funentes seleccionadas.',
		'number_entries' => '%d artículos',
		'priority' => array(
			'_' => 'Visibility',	//TODO - Translation
			'archived' => 'Do not show (archived)',	//TODO - Translation
			'main_stream' => 'Mostrar en salida principal',
			'normal' => 'Show in its category',	//TODO - Translation
		),
		'websub' => 'Notificación inmedaiata con WebSub',
		'show' => array(
			'all' => 'Show all feeds',	//TODO - Translation
			'error' => 'Show only feeds with error',	//TODO - Translation
		),
		'showing' => array(
			'error' => 'Showing only feeds with error',	//TODO - Translation
		),
		'ssl_verify' => 'Verify SSL security',	//TODO - Translation
		'stats' => 'Estadísticas',
		'think_to_add' => 'Puedes añadir fuentes.',
		'timeout' => 'Timeout in seconds',	//TODO - Translation
		'title' => 'Título',
		'title_add' => 'Añadir fuente RSS',
		'ttl' => 'No actualizar de forma automática con una frecuencia mayor a',
		'url' => 'URL de la fuente',
		'validator' => 'Verifica la validez de la fuente',
		'website' => 'Web de la URL',
	),
	'firefox' => array(
		'documentation' => 'Follow the steps described <a href="https://developer.mozilla.org/en-US/Firefox/Releases/2/Adding_feed_readers_to_Firefox#Adding_a_new_feed_reader_manually">here</a> to add FreshRSS to Firefox feed reader list.',	//TODO - Translation
		'title' => 'Firefox feed reader',	//TODO - Translation
	),
	'import_export' => array(
		'export' => 'Exportar',
		'export_opml' => 'Exportar la lista de fuentes (OPML)',
		'export_starred' => 'Exportar tus favoritos',
		'export_labelled' => 'Export your labelled articles',	//TODO
		'feed_list' => 'Lista de %s artículos',
		'file_to_import' => 'Archivo a importar<br />(OPML, JSON o ZIP)',
		'file_to_import_no_zip' => 'Archivo a importar<br />(OPML o JSON)',
		'import' => 'Importar',
		'starred_list' => 'Lista de artículos favoritos',
		'title' => 'Importar / exportar',
	),
	'menu' => array(
		'bookmark' => 'Suscribirse (favorito FreshRSS)',
		'import_export' => 'Importar / exportar',
		'subscription_management' => 'Administración de suscripciones',
		'subscription_tools' => 'Subscription tools',	//TODO - Translation
	),
	'title' => array(
		'_' => 'Administración de suscripciones',
		'feed_management' => 'Administración de fuentes RSS',
		'subscription_tools' => 'Subscription tools',	//TODO - Translation
	),
);