123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108 |
- <?php
- declare(strict_types=1);
- return [
- 'accept' => 'Accept',
- 'action' => 'Action',
- 'actions' => 'Actions',
- 'add' => 'Add',
- 'admin' => 'Admin',
- 'agree' => 'Agree',
- 'archive' => 'Archive',
- 'assign' => 'Assign',
- 'attach' => 'Attach',
- 'browse' => 'Browse',
- 'cancel' => 'Cancel',
- 'choose' => 'Choose',
- 'choose_file' => 'Choose File',
- 'choose_image' => 'Choose Image',
- 'click_to_copy' => 'Click to copy',
- 'close' => 'Close',
- 'collapse' => 'Collapse',
- 'collapse_all' => 'Collapse All',
- 'comment' => 'Comment',
- 'confirm' => 'Confirm',
- 'connect' => 'Connect',
- 'create' => 'Create',
- 'delete' => 'Delete',
- 'detach' => 'Detach',
- 'details' => 'Details',
- 'disable' => 'Disable',
- 'discard' => 'Discard',
- 'done' => 'Done',
- 'down' => 'Down',
- 'duplicate' => 'Duplicate',
- 'edit' => 'Edit',
- 'enable' => 'Enable',
- 'expand' => 'Expand',
- 'expand_all' => 'Expand All',
- 'explanation' => 'Explanation',
- 'export' => 'Export',
- 'file' => 'The :attribute must be a file.',
- 'files' => 'Files',
- 'go_home' => 'Go Home',
- 'hide' => 'Hide',
- 'home' => 'Home',
- 'image' => 'The :attribute must be an image.',
- 'Impersonate' => 'Impersonate',
- 'Impersonation' => 'Impersonation',
- 'import' => 'Import',
- 'introduction' => 'Introduction',
- 'like' => 'Like',
- 'load' => 'Load',
- 'localize' => 'Localize',
- 'named' => [
- 'choose' => 'Choose :name',
- 'duplicate' => 'Duplicate: name',
- 'edit' => 'Edit :name',
- 'hide' => 'Hide :name',
- 'import' => 'Import :name',
- 'new' => 'New :name',
- 'restore' => 'Restore :name',
- 'save' => 'Save :name',
- 'search' => 'Search :name',
- 'show' => 'Show :name',
- 'update' => 'Update :name',
- 'view' => 'View :name',
- ],
- 'new' => 'New',
- 'no' => 'No',
- 'open' => 'Open',
- 'open_website' => 'Open on the website',
- 'preview' => 'Preview',
- 'price' => 'Price',
- 'restore' => 'Restore',
- 'save' => 'Save',
- 'save_and_close' => 'Save & Close',
- 'save_and_return' => 'Save & Return',
- 'search' => 'Search',
- 'select' => 'Select',
- 'select_all' => 'Select All',
- 'send' => 'Send',
- 'settings' => 'Settings',
- 'show' => 'Show',
- 'show_all' => 'Show All',
- 'solve' => 'Solve',
- 'submit' => 'Submit',
- 'subscribe' => 'Subscribe',
- 'switch' => 'Switch',
- 'switch_to_role' => 'Switch To Role',
- 'tag' => 'Tag',
- 'tags' => 'Tags',
- 'target_link' => [
- 'blank' => 'Open in a new window',
- 'parent' => 'Open in a parent frame',
- 'self' => 'Open in a current window',
- 'top' => 'Open in the topmost frame',
- ],
- 'translate' => 'Translate',
- 'translate_it' => 'Translate It',
- 'unpack' => 'Unpack',
- 'unsubscribe' => 'Unsubscribe',
- 'up' => 'Up',
- 'update' => 'Update',
- 'user' => 'We can\'t find a user with that email address.',
- 'view' => 'View',
- 'yes' => 'Yes',
- ];
|