labels.h (goaccess-1.6.5) | : | labels.h (goaccess-1.7) | ||
---|---|---|---|---|
skipping to change at line 90 | skipping to change at line 90 | |||
#define MTRC_VISITORS_PERC_LBL _( "v%") | #define MTRC_VISITORS_PERC_LBL _( "v%") | |||
#define MTRC_BW_LBL _( "Tx. Amount") | #define MTRC_BW_LBL _( "Tx. Amount") | |||
#define MTRC_AVGTS_LBL _( "Avg. T.S.") | #define MTRC_AVGTS_LBL _( "Avg. T.S.") | |||
#define MTRC_CUMTS_LBL _( "Cum. T.S.") | #define MTRC_CUMTS_LBL _( "Cum. T.S.") | |||
#define MTRC_MAXTS_LBL _( "Max. T.S.") | #define MTRC_MAXTS_LBL _( "Max. T.S.") | |||
#define MTRC_METHODS_LBL _( "Method") | #define MTRC_METHODS_LBL _( "Method") | |||
#define MTRC_METHODS_SHORT_LBL _( "Mtd") | #define MTRC_METHODS_SHORT_LBL _( "Mtd") | |||
#define MTRC_PROTOCOLS_LBL _( "Protocol") | #define MTRC_PROTOCOLS_LBL _( "Protocol") | |||
#define MTRC_PROTOCOLS_SHORT_LBL _( "Proto") | #define MTRC_PROTOCOLS_SHORT_LBL _( "Proto") | |||
#define MTRC_CITY_LBL _( "City") | #define MTRC_CITY_LBL _( "City") | |||
#define MTRC_ASB_LBL _( "ASN") | ||||
#define MTRC_COUNTRY_LBL _( "Country") | #define MTRC_COUNTRY_LBL _( "Country") | |||
#define MTRC_HOSTNAME_LBL _( "Hostname") | #define MTRC_HOSTNAME_LBL _( "Hostname") | |||
#define MTRC_DATA_LBL _( "Data") | #define MTRC_DATA_LBL _( "Data") | |||
#define HTML_PLOT_HITS_VIS _( "Hits/Visitors") | #define HTML_PLOT_HITS_VIS _( "Hits/Visitors") | |||
/* Panel Labels and Descriptions */ | /* Panel Labels and Descriptions */ | |||
#define VISITORS_HEAD \ | #define VISITORS_HEAD \ | |||
N_("Unique visitors per day") | N_("Unique visitors per day") | |||
#define VISITORS_HEAD_BOTS \ | #define VISITORS_HEAD_BOTS \ | |||
skipping to change at line 204 | skipping to change at line 205 | |||
#define KEYPHRASES_LABEL \ | #define KEYPHRASES_LABEL \ | |||
N_("Keyphrases") | N_("Keyphrases") | |||
#define GEO_LOCATION_HEAD \ | #define GEO_LOCATION_HEAD \ | |||
N_("Geo Location") | N_("Geo Location") | |||
#define GEO_LOCATION_DESC \ | #define GEO_LOCATION_DESC \ | |||
N_("Continent > Country sorted by unique hits [, avgts, cumts, maxts]") | N_("Continent > Country sorted by unique hits [, avgts, cumts, maxts]") | |||
#define GEO_LOCATION_LABEL \ | #define GEO_LOCATION_LABEL \ | |||
N_("Geo Location") | N_("Geo Location") | |||
#define ASN_HEAD \ | ||||
N_("ASN") | ||||
#define ASN_DESC \ | ||||
N_("Autonomous System Numbers/Organizations (ASNs)") | ||||
#define ASN_LABEL \ | ||||
N_("ASN") | ||||
#define STATUS_CODES_HEAD \ | #define STATUS_CODES_HEAD \ | |||
N_("HTTP Status Codes") | N_("HTTP Status Codes") | |||
#define STATUS_CODES_DESC \ | #define STATUS_CODES_DESC \ | |||
N_("Top HTTP Status Codes sorted by hits [, avgts, cumts, maxts]") | N_("Top HTTP Status Codes sorted by hits [, avgts, cumts, maxts]") | |||
#define STATUS_CODES_LABEL \ | #define STATUS_CODES_LABEL \ | |||
N_("Status Codes") | N_("Status Codes") | |||
#define MIME_TYPE_HEAD \ | #define MIME_TYPE_HEAD \ | |||
N_("MIME Types") | N_("MIME Types") | |||
#define MIME_TYPE_DESC \ | #define MIME_TYPE_DESC \ | |||
End of changes. 2 change blocks. | ||||
0 lines changed or deleted | 8 lines changed or added |