Updated German translations.
This commit is contained in:
parent
3c9a67d084
commit
6b291726a4
@ -105,7 +105,7 @@ def get_config_variables():
|
|||||||
group='General',
|
group='General',
|
||||||
subgroup='System')
|
subgroup='System')
|
||||||
|
|
||||||
# CSV
|
# General export settings
|
||||||
|
|
||||||
yield ConfigVariable(
|
yield ConfigVariable(
|
||||||
name='general_csv_separator',
|
name='general_csv_separator',
|
||||||
@ -113,9 +113,7 @@ def get_config_variables():
|
|||||||
label='Separator used for all csv exports and examples',
|
label='Separator used for all csv exports and examples',
|
||||||
weight=144,
|
weight=144,
|
||||||
group='General',
|
group='General',
|
||||||
subgroup='CSV')
|
subgroup='Export')
|
||||||
|
|
||||||
# General export settings
|
|
||||||
|
|
||||||
yield ConfigVariable(
|
yield ConfigVariable(
|
||||||
name='general_export_pdf_pagenumber_alignment',
|
name='general_export_pdf_pagenumber_alignment',
|
||||||
@ -126,7 +124,7 @@ def get_config_variables():
|
|||||||
{'value': 'left', 'display_name': 'Left'},
|
{'value': 'left', 'display_name': 'Left'},
|
||||||
{'value': 'center', 'display_name': 'Center'},
|
{'value': 'center', 'display_name': 'Center'},
|
||||||
{'value': 'right', 'display_name': 'Right'}),
|
{'value': 'right', 'display_name': 'Right'}),
|
||||||
weight=146,
|
weight=145,
|
||||||
group='General',
|
group='General',
|
||||||
subgroup='Export')
|
subgroup='Export')
|
||||||
|
|
||||||
@ -139,7 +137,7 @@ def get_config_variables():
|
|||||||
{'value': '10', 'display_name': '10'},
|
{'value': '10', 'display_name': '10'},
|
||||||
{'value': '11', 'display_name': '11'},
|
{'value': '11', 'display_name': '11'},
|
||||||
{'value': '12', 'display_name': '12'}),
|
{'value': '12', 'display_name': '12'}),
|
||||||
weight=148,
|
weight=146,
|
||||||
group='General',
|
group='General',
|
||||||
subgroup='Export')
|
subgroup='Export')
|
||||||
|
|
||||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user