Cloudlog/application/language/spanish/statistics_lang.php

61 行
2.2 KiB
PHP

<?php
defined('BASEPATH') OR exit('No direct script access allowed');
2023-12-30 11:11:26 +08:00
$lang['statistics_statistics'] = 'Estadísticas';
2023-12-30 11:11:26 +08:00
$lang['statistics_explore_the_logbook'] = 'Explore el libro de guardia.';
2023-12-30 11:11:26 +08:00
$lang['statistics_years'] = 'Años';
$lang['statistics_mode'] = 'Modo';
$lang['statistics_bands'] = 'Bandas';
$lang['statistics_qsos'] = 'QSOs';
2023-12-30 11:11:26 +08:00
$lang['statistics_unique_callsigns'] = 'Indicativos únicos';
$lang['statistics_total'] = 'Total';
2023-12-30 11:11:26 +08:00
$lang['statistics_year'] = 'Año';
2023-11-05 23:57:31 +08:00
2023-12-30 11:11:26 +08:00
$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";
2023-11-05 23:57:31 +08:00
/*
*
* Distances
*
*/
2023-12-30 11:11:26 +08:00
$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_number_of_qsos'] = "Número de QSOs";
2023-12-31 10:18:45 +08:00
$lang['statistics_distances_callsigns_worked'] = "Indicativo(s) trabajados (se muestran máximo 5)";
2023-12-30 11:11:26 +08:00
$lang['statistics_distances_qsos_with'] = "QSOs con";
$lang['statistics_distances_and_band'] = "y banda";
2023-11-05 23:57:31 +08:00
/*
*
* Timeline
*
*/
2023-12-30 11:11:26 +08:00
$lang['statistics_timeline'] = "Línea de tiempo";
2024-01-01 21:47:45 +08:00
/*
*
* Days with QSO
*
*/
$lang['statistics_days_with_qso'] = "Number of days with QSOs each year";
$lang['statistics_days_with_qso_short'] = "Days with QSOs";
$lang['statistics_dwq_longest_streak_in_log'] = "Longest streak with QSOs in the log";
$lang['statistics_dwq_longest_streak_in_log_hint'] = "A maximum of the 10 longest streaks are shown!";
$lang['statistics_dwq_streak_continuous_days'] = "Streak (continuous days with QSOs)";
$lang['statistics_dwq_current_streak_in_log'] = "Current streak with QSOs in the log";
$lang['statistics_dwq_current_streak_continuous_days'] = "Current streak (continuous days with QSOs)";
$lang['statistics_dwq_make_qso_to_extend_streak'] = "If you make a QSO today, you can continue to extend your streak... or else your current streak will be broken!";
$lang['statistics_dwq_no_current_streak'] = "No current streak found!";