forked from pelican-dev/plugins
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstrings.php
More file actions
22 lines (18 loc) · 679 Bytes
/
strings.php
File metadata and controls
22 lines (18 loc) · 679 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?php
return [
'template' => 'Backup Template|Backup Templates',
'permissions' => [
'group' => 'Permissions for managing backup templates for this server.',
'create' => 'Allows a user to create, edit, and delete backup templates for this server.',
],
'fields' => [
'name' => 'Name',
'ignored' => 'Ignored Files and Folders',
'ignored_help' => 'Use one path per line, matching Pelican backup ignore format.',
],
'backup_form' => [
'template' => 'Ignore Preset',
'template_placeholder' => 'No preset selected',
'template_help' => 'Select a template to auto-fill ignored paths.',
],
];