role_delegation and administerusersbyrole

This commit is contained in:
2021-05-04 11:25:21 +02:00
parent 6b780a7710
commit e18c71ff7d
16 changed files with 1096 additions and 50 deletions

View File

@@ -22,10 +22,10 @@ default_config:
page_current: '@number'
page_previous: '@number'
page_next: '@number'
first: Premier'
first: First'
previous: ' Previous'
next: 'Next '
last: 'Dernier »'
last: 'Last »'
pageset_empty: 'No pages to display.'
page_current_title: 'Page courante'
page_title: 'Aller à la page @number'
@@ -45,10 +45,10 @@ default_config:
page_current: '@item'
page_previous: '@item'
page_next: '@item'
first: Premier'
first: First'
previous: ' Previous'
next: 'Next '
last: 'Dernier »'
last: 'Last »'
pageset_empty: 'No items to display.'
page_current_title: 'Current items'
page_title: 'Go to item @item'
@@ -68,10 +68,10 @@ default_config:
page_current: '@item_low-@item_high'
page_previous: '@item_low-@item_high'
page_next: '@item_low-@item_high'
first: Premier'
first: First'
previous: ' Previous'
next: 'Next '
last: 'Dernier »'
last: 'Last »'
pageset_empty: 'No items to display.'
page_current_title: 'Current items'
page_title: 'Go to items @item_low-@item_high'