Anomalie #1125 » 0001-Store-fields-category-names-in-english-in-the-databa.patch
galette/includes/fields_defs/members_fields_cats.php | ||
---|---|---|
41 | 41 |
array( |
42 | 42 |
'id' => 1, |
43 | 43 |
'table_name' => Adherent::TABLE, |
44 |
'category' => _T("Identity:"),
|
|
44 |
'category' => "Identity:",
|
|
45 | 45 |
'position' => 1 |
46 | 46 |
), |
47 | 47 |
array( |
48 | 48 |
'id' => 2, |
49 | 49 |
'table_name' => Adherent::TABLE, |
50 |
'category' => _T("Galette-related data:"),
|
|
50 |
'category' => "Galette-related data:",
|
|
51 | 51 |
'position' => 3 |
52 | 52 |
), |
53 | 53 |
array( |
54 | 54 |
'id' => 3, |
55 | 55 |
'table_name' => Adherent::TABLE, |
56 |
'category' => _T("Contact information:"),
|
|
56 |
'category' => "Contact information:",
|
|
57 | 57 |
'position' => 2 |
58 | 58 |
) |
59 | 59 |
); |
60 |
- |