Add missing punctionation
See PR #12686 Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
parent
3debbdd09b
commit
7270a0c795
@ -29,17 +29,17 @@ function PMA_RTE_getWord($index)
|
||||
'export' => __('Export of routine %s'),
|
||||
'human' => __('routine'),
|
||||
'no_create' => __(
|
||||
'You do not have the necessary privileges to create a routine'
|
||||
'You do not have the necessary privileges to create a routine.'
|
||||
),
|
||||
'no_edit' => __(
|
||||
'No routine with name %1$s found in database %2$s. '
|
||||
. 'You might be lacking the necessary privileges to edit this routine'
|
||||
. 'You might be lacking the necessary privileges to edit this routine.'
|
||||
),
|
||||
'no_view' => __(
|
||||
'No routine with name %1$s found in database %2$s. '
|
||||
. 'You might be lacking the necessary privileges to view/export this routine'
|
||||
. 'You might be lacking the necessary privileges to view/export this routine.'
|
||||
),
|
||||
'not_found' => __('No routine with name %1$s found in database %2$s'),
|
||||
'not_found' => __('No routine with name %1$s found in database %2$s.'),
|
||||
'nothing' => __('There are no routines to display.'),
|
||||
'title' => __('Routines'),
|
||||
);
|
||||
@ -51,9 +51,9 @@ function PMA_RTE_getWord($index)
|
||||
'export' => __('Export of trigger %s'),
|
||||
'human' => __('trigger'),
|
||||
'no_create' => __(
|
||||
'You do not have the necessary privileges to create a trigger'
|
||||
'You do not have the necessary privileges to create a trigger.'
|
||||
),
|
||||
'not_found' => __('No trigger with name %1$s found in database %2$s'),
|
||||
'not_found' => __('No trigger with name %1$s found in database %2$s.'),
|
||||
'nothing' => __('There are no triggers to display.'),
|
||||
'title' => __('Triggers'),
|
||||
);
|
||||
@ -65,9 +65,9 @@ function PMA_RTE_getWord($index)
|
||||
'export' => __('Export of event %s'),
|
||||
'human' => __('event'),
|
||||
'no_create' => __(
|
||||
'You do not have the necessary privileges to create an event'
|
||||
'You do not have the necessary privileges to create an event.'
|
||||
),
|
||||
'not_found' => __('No event with name %1$s found in database %2$s'),
|
||||
'not_found' => __('No event with name %1$s found in database %2$s.'),
|
||||
'nothing' => __('There are no events to display.'),
|
||||
'title' => __('Events'),
|
||||
);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user