Statistics
| Revision:

root / trunk / extensions / extTableSummarize / config / text_en.properties @ 27644

History | View | Annotate | Download (2.07 KB)

1
#Translations for language [en]
2
GROUP=GROUP
3
COUNT=COUNT
4
MAX=MAX
5
MIN=MIN
6
SUM=SUM
7
MEAN=MEAN
8
STDEV=STDEV
9
VAR=VAR
10
Not_possible_generate_unique_field_name=It is not possible to generate a unique field name
11
Summarize_Error_accessing_the_table=Summarize: Error accessing the table
12
Unknown_summarize_error=Unknown summarize error
13
Operation_not_initialized=Operation not initialized
14
Data_source_not_initialized=Data source not initialized
15
GroupByField_not_initialized=GroupByField not initialized
16
Summarize_Table_has_no_fields=Summarize Error: Selected table has no fields
17
SummarizeForm_columna_id=Field
18
SummarizeForm_columna_minimum=Minimum
19
SummarizeForm_columna_maximum=Maximum
20
SummarizeForm_columna_average=Mean
21
SummarizeForm_columna_sum=Sum
22
SummarizeForm_columna_sd=Std. Deviation
23
SummarizeForm_columna_variance=Variance
24
SummarizeForm_fichero_destino=Please, choose the target file
25
SummarizeForm_seleccionar_operaciones=Please, choose some operations to calculate
26
Error_creating_new_table=Error creating the new table
27
File_exists_Do_you_want_to_overwrite_it=File already exists. Do you want to overwrite it?
28
Warning_Output_File=Warning: Output File
29
Summarize_Group_by_field_does_not_exist=Summarize: Group by field does not exist
30
Summarize_Error_saving_the_output_DBF_file=Summarize: Error saving the output DBF
31
Summarize_Error_calculating_the_groups=Summarize: Error calculating the groups
32
Summarize_Field_does_not_exist=Summarize: Field does not exist
33
Error_summarizing_table=Error_summarizing_table
34
Choose_target_file_DBF=Choose target file (.DBF)
35
DBF_files=DBF files
36
title_summarize=Table Summarize
37
table_summarize=Table Summarize
38
lbl_SummarizeForm_descripcion1=Summarize Table: creates a new table which contains a register for each unique value from the groupBy field,
39
lbl_SummarizeForm_descripcion2=plus the selected statistics from the rest of the fields.
40
lbl_SummarizeForm_punto1=1. Choose the groupBy field:
41
lbl_SummarizeForm_punto2=2. Choose one or more statistics to be included in the result table:
42
lbl_SummarizeForm_punto3=3. Choose the target file:
43
btn_SummarizeForm_aceptar=OK
44
btn_SummarizeForm_cancelar=Cancel