Add 'Create' button translation
This commit is contained in:
parent
5beaf8ac98
commit
62336127e3
@ -1039,6 +1039,7 @@ class Cdav extends Controller {
|
|||||||
'$delete' => t('Delete'),
|
'$delete' => t('Delete'),
|
||||||
'$delete_all' => t('Delete all'),
|
'$delete_all' => t('Delete all'),
|
||||||
'$cancel' => t('Cancel'),
|
'$cancel' => t('Cancel'),
|
||||||
|
'$create' => t('Create'),
|
||||||
'$recurrence_warning' => t('Sorry! Editing of recurrent events is not yet implemented.'),
|
'$recurrence_warning' => t('Sorry! Editing of recurrent events is not yet implemented.'),
|
||||||
|
|
||||||
'$channel_hash' => $channel['channel_hash'],
|
'$channel_hash' => $channel['channel_hash'],
|
||||||
|
Reference in New Issue
Block a user