28 lines
311 B
PHP
28 lines
311 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
return [
|
||
|
|
|
||
|
|
'actions' => [
|
||
|
|
|
||
|
|
'Click to',
|
||
|
|
|
||
|
|
'copy' => [
|
||
|
|
'label' => 'copy',
|
||
|
|
],
|
||
|
|
|
||
|
|
'or',
|
||
|
|
|
||
|
|
'download' => [
|
||
|
|
'label' => 'download',
|
||
|
|
],
|
||
|
|
|
||
|
|
'all the codes at once.',
|
||
|
|
|
||
|
|
],
|
||
|
|
|
||
|
|
'messages' => [
|
||
|
|
'copied' => 'Copied',
|
||
|
|
],
|
||
|
|
|
||
|
|
];
|