29 lines
449 B
PHP
29 lines
449 B
PHP
<?php
|
||
|
||
return [
|
||
|
||
'modal' => [
|
||
|
||
'heading' => 'Hysbysiadau',
|
||
|
||
'actions' => [
|
||
|
||
'clear' => [
|
||
'label' => 'Clirio',
|
||
],
|
||
|
||
'mark_all_as_read' => [
|
||
'label' => 'Nodi pob un fel ‘wedi darllen’',
|
||
],
|
||
|
||
],
|
||
|
||
'empty' => [
|
||
'heading' => 'Dim hysbysiad yma',
|
||
'description' => 'Gwiriwch eto nes ymlaen',
|
||
],
|
||
|
||
],
|
||
|
||
];
|