60 行
		
	
	
	
		
			2.3 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			60 行
		
	
	
	
		
			2.3 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| defined('BASEPATH') OR exit('No direct script access allowed');
 | |
| 
 | |
| $lang['statistics_statistics'] = "Statistiques";
 | |
| 
 | |
| $lang['statistics_explore_the_logbook'] = "Informations sur le journal de trafic";
 | |
| 
 | |
| $lang['statistics_years'] = "Nb QSOs /An";
 | |
| $lang['statistics_modes'] = "% /Modes";
 | |
| $lang['statistics_bands'] = "% /Bandes";
 | |
| $lang['statistics_qsos'] = "Nb QSOs /Bandes /Modes";
 | |
| $lang['statistics_unique_callsigns'] = "Indicatif unique /Bandes /Modes";
 | |
| 
 | |
| $lang['statistics_total'] = "Total";
 | |
| 
 | |
| $lang['statistics_year'] = "Année";
 | |
| 
 | |
| $lang['statistics_number_of_qso_worked_each_year'] = "Nombre de QSOs réalisés par an";
 | |
| $lang['statistics_number_of_qso_worked'] = "QSOs réalisés";
 | |
| 
 | |
| /*
 | |
| *
 | |
| * Distances
 | |
| *
 | |
| */
 | |
| 
 | |
| $lang['statistics_distances_worked'] = "Nombre de QSOs par plage de distances réalisées";
 | |
| $lang['statistics_distances_part1_contacts_were_plotted_furthest'] = "contacts utilisés pour le graphique.<br> Le dernier contact réalisé est : ";
 | |
| $lang['statistics_distances_part2_contacts_were_plotted_furthest'] = ", avec le locator : ";
 | |
| $lang['statistics_distances_part3_contacts_were_plotted_furthest'] = ", pour une distance de : ";
 | |
| $lang['statistics_distances_number_of_qsos'] = "Nombre de QSOs";
 | |
| $lang['statistics_distances_callsigns_worked'] = "Indicatif(s) contacté(s) (liste de 5 max)";
 | |
| $lang['statistics_distances_qsos_with'] = "QSOs avec";
 | |
| $lang['statistics_distances_and_band'] = "et bandes";
 | |
| 
 | |
| /*
 | |
| *
 | |
| * Timeline
 | |
| *
 | |
| */
 | |
| 
 | |
| $lang['statistics_timeline'] = "Chronologie";
 | |
| 
 | |
| /*
 | |
| *
 | |
| * 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!";
 | |
| 
 |