forked from eusonlito/Password-Manager
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp-update.php
46 lines (46 loc) · 1.43 KB
/
app-update.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<?php return [
'archived' => 'Shortened (will not be accessible through the API)',
'delete' => [
'button' => 'Delete',
'cancel' => 'Cancel',
'delete' => 'Yes, Delete',
'message' => 'Remember that it is not possible to undo this action',
'title' => 'Delete Application',
],
'editable' => 'Other users can edit this application',
'error' => [
'not-allowed' => 'You have not permissions to edit this app.',
],
'fields-encrypted' => 'Fields in this zone are saved encrypted',
'icon' => 'Icon (.png)',
'icon-search' => 'Google Search',
'icon_reset' => 'Load default icon',
'name' => 'Name',
'payload' => [
'cvc' => 'CVC',
'expires' => 'Expires',
'holder' => 'Holder',
'host' => 'Host',
'name' => 'Name',
'notes' => 'Notes',
'number' => 'Number',
'password' => 'Password',
'pin' => 'PIN',
'port' => 'Port',
'private' => 'Private Key',
'public' => 'Public Key',
'puk' => 'PUK',
'recovery' => 'Recovery Codes',
'sim' => 'SIM',
'text' => 'Text',
'unlock' => 'Unlock',
'url' => 'URL',
'user' => 'User',
],
'save' => 'Save',
'shared' => 'Application shared with other users',
'success' => 'The application has been updated successfully',
'tags' => 'Tags',
'teams' => 'Teams',
'type' => 'Type',
];