Fix Update Configuration button translation and remove title
- Remove 'Actions' title from configuration page - Add missing UpdateConfiguration translation to French and English - Fix button text to display properly in both languages - Clean up configuration page by removing unnecessary title
This commit is contained in:
parent
6de32d198f
commit
6178d9bdb7
@ -217,7 +217,6 @@ foreach ($lines_by_section as $section_code => $lines) {
|
||||
print '<br>';
|
||||
}
|
||||
|
||||
print '<div class="titre">' . $langs->trans("Actions") . '</div>';
|
||||
print '<input type="submit" class="button" value="' . $langs->trans("UpdateConfiguration") . '">';
|
||||
print '</div>';
|
||||
|
||||
|
||||
@ -20,6 +20,7 @@ NewSection=New section
|
||||
# Configuration tabs
|
||||
PCGMapping = PCG Mapping
|
||||
TemplateManagement = Template Management
|
||||
UpdateConfiguration = Update Configuration
|
||||
DECLARATIONTVA_MYPARAM1 = My param 1
|
||||
DECLARATIONTVA_MYPARAM1Tooltip = My param 1 tooltip
|
||||
DECLARATIONTVA_MYPARAM2=My param 2
|
||||
|
||||
@ -24,6 +24,7 @@ DECLARATIONTVA_PCG_CONFIG_TOOLTIP = Configuration des comptes du Plan Comptable
|
||||
# Onglets de configuration
|
||||
PCGMapping = Mapping PCG
|
||||
TemplateManagement = Gestion des modèles
|
||||
UpdateConfiguration = Mettre à jour la configuration
|
||||
|
||||
# Sélection multiple de comptes
|
||||
DECLARATIONTVA_MULTIPLE_ACCOUNTS = Sélection multiple de comptes
|
||||
|
||||
Loading…
Reference in New Issue
Block a user