clusev/lang/en/common.php

41 lines
993 B
PHP

<?php
// Shared UI strings reused across the app (R16). Feature-specific strings live in
// their own group file (lang/<code>/<group>.php). Keep this list small and generic.
return [
// Actions
'save' => 'Save',
'cancel' => 'Cancel',
'close' => 'Close',
'delete' => 'Delete',
'remove' => 'Remove',
'add' => 'Add',
'edit' => 'Edit',
'enable' => 'Enable',
'disable' => 'Disable',
'lock' => 'Lock',
'unlock' => 'Unlock',
'confirm' => 'Confirm',
'open' => 'Open',
'apply' => 'Apply',
'or' => 'or',
// Status / state
'online' => 'Online',
'offline' => 'Offline',
'warning' => 'Warning',
'active' => 'active',
'inactive' => 'inactive',
'secure' => 'secure',
'unsupported' => 'n/a',
'unknown' => 'unknown',
'none' => '—',
// Generic
'search' => 'Search',
'actions' => 'Actions',
'server_not_found' => 'Server not found.',
'failed' => 'Failed.',
'done' => 'Done.',
];