12345678910111213141516171819202122232425262728293031323334 |
- <?php
-
- return [
-
- 'label' => 'Էջավորման նավիգացիա',
-
- 'overview' => 'Ցուցադրվում են :total արդյունքներից :first֊ից :last֊ը',
-
- 'fields' => [
-
- 'records_per_page' => [
- 'label' => 'մեկ էջում',
- ],
-
- ],
-
- 'actions' => [
-
- 'go_to_page' => [
- 'label' => 'Գնալ էջ :page',
- ],
-
- 'next' => [
- 'label' => 'Հաջորդը',
- ],
-
- 'previous' => [
- 'label' => 'Նախորդ',
- ],
-
- ],
-
- ];
|