74 行
		
	
	
	
		
			3.1 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			74 行
		
	
	
	
		
			3.1 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| defined('BASEPATH') OR exit('No direct script access allowed');
 | |
| 
 | |
| $lang['statistics_statistics'] = 'Estadísticas';
 | |
| 
 | |
| $lang['statistics_explore_the_logbook'] = 'Explore el libro de guardia.';
 | |
| 
 | |
| $lang['statistics_years'] = 'Años';
 | |
| $lang['statistics_mode'] = 'Modo';
 | |
| $lang['statistics_bands'] = 'Bandas';
 | |
| $lang['statistics_qsos'] = 'QSOs';
 | |
| $lang['statistics_unique_callsigns'] = 'Indicativos únicos';
 | |
| 
 | |
| $lang['statistics_total'] = 'Total';
 | |
| 
 | |
| $lang['statistics_year'] = 'Año';
 | |
| 
 | |
| $lang['statistics_number_of_qso_worked_each_year'] = "Número de QSOs logradas cada año";
 | |
| $lang['statistics_number_of_qso_worked'] = "# de QSOs logradas";
 | |
| 
 | |
| /*
 | |
| *
 | |
| * Distances
 | |
| *
 | |
| */
 | |
| 
 | |
| $lang['statistics_distances_bands_all'] = "Todas";
 | |
| $lang['statistics_distances_modes_all'] = "Todas";
 | |
| $lang['statistics_distances_worked'] = "Distancias Logradas";
 | |
| $lang['statistics_distances_part1_contacts_were_plotted_furthest'] = "contactos fueron dibujados.<br /> Su contacto más lejano fue con";
 | |
| $lang['statistics_distances_part2_contacts_were_plotted_furthest'] = "en gridsquare";
 | |
| $lang['statistics_distances_part3_contacts_were_plotted_furthest'] = "La distancia fue";
 | |
| $lang['statistics_distances_part4_contacts_were_plotted_furthest'] = "La distancia promedio es";
 | |
| $lang['statistics_distances_number_of_qsos'] = "Número de QSOs";
 | |
| $lang['statistics_distances_callsigns_worked'] = "Indicativo(s) trabajados (se muestran máximo 5)";
 | |
| $lang['statistics_distances_qsos_with'] = "QSOs con distancia : ";
 | |
| $lang['statistics_distances_and_band'] = ", banda ; ";
 | |
| $lang['statistics_distances_and_mode'] = ", modo : ";
 | |
| $lang['statistics_distances_and_power'] = ", potencia : ";
 | |
| $lang['statistics_distances_and_propagation'] = ", propagación : ";
 | |
| $lang['statistics_distances_no_qsos_to_plot'] = "No QSOs found to plot.";
 | |
| 
 | |
| /*
 | |
| *
 | |
| * Timeline
 | |
| *
 | |
| */
 | |
| 
 | |
| $lang['statistics_timeline'] = "Línea de tiempo";
 | |
| 
 | |
| /*
 | |
| *
 | |
| * Days with QSO
 | |
| *
 | |
| */
 | |
| 
 | |
| $lang['statistics_tab_yearly'] = "Yearly";
 | |
| $lang['statistics_tab_streaks'] = "Streaks";
 | |
| $lang['statistics_tab_weekdays'] = "Days of the week";
 | |
| $lang['statistics_tab_daily'] = "Daily";
 | |
| $lang['statistics_days_yearly'] = "Number of days with QSOs each year";
 | |
| $lang['statistics_days_with_qso'] = "Días con QSOs";
 | |
| $lang['statistics_qsos_each_day'] = "Number of QSOs each day";
 | |
| $lang['statistics_weekdays_with_qso'] = "QSOs breakdown by day of the week";
 | |
| $lang['statistics_number_of_qsos_this_day'] = "Number of QSOs this day";
 | |
| $lang['statistics_number_of_qsos_this_weekday'] = "Number of QSOs for this day of the week";
 | |
| $lang['statistics_dwq_longest_streak_in_log'] = "Mayor racha de QSOs en el libro";
 | |
| $lang['statistics_dwq_longest_streak_in_log_hint'] = "¡Se muestra un máximo de 10 rachas más largas!";
 | |
| $lang['statistics_dwq_streak_continuous_days'] = "Racha (días continuos con QSOs)";
 | |
| $lang['statistics_dwq_current_streak_in_log'] = "Racha actual con QSOs en el libro";
 | |
| $lang['statistics_dwq_current_streak_continuous_days'] = "Racha actual (días continuos con QSOs)";
 | |
| $lang['statistics_dwq_make_qso_to_extend_streak'] = "Si hace un QSO hoy, ¡puede continuar y extender su racha... De lo contrario, su racha actual se perderá!";
 | |
| $lang['statistics_dwq_no_current_streak'] = "¡No se encuentra una racha actual!";
 |