update v1.0.7.5

This commit is contained in:
Sujit Prasad
2016-06-14 14:45:24 +05:30
parent 32a73e76d1
commit 050086df09
46 changed files with 2009 additions and 1437 deletions

View File

@@ -2,25 +2,25 @@
return [
/*
|--------------------------------------------------------------------------
| Pagination Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used by the paginator library to build
| the simple pagination links. You are free to change them to anything
| you want to customize your views to better match your application.
|
*/
/*
|--------------------------------------------------------------------------
| Pagination Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used by the paginator library to build
| the simple pagination links. You are free to change them to anything
| you want to customize your views to better match your application.
|
*/
'filename' => 'ISO CODE',
'language' => 'Язык',
'Action' => 'Действие',
'status' => 'stature',
'not-active' => 'Не Активный',
'active' => 'Активный',
'hello' => 'Привет',
'enable' => 'Включен',
'disable' => 'Выключен',
'filename' => 'ISO CODE',
'language' => 'Язык',
'Action' => 'Действие',
'status' => 'stature',
'not-active'=> 'Не Активный',
'active' => 'Активный',
'hello' => 'Привет',
'enable' => 'Включен',
'disable' => 'Выключен',
];
];