-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathfooter.php
More file actions
36 lines (34 loc) · 1.57 KB
/
footer.php
File metadata and controls
36 lines (34 loc) · 1.57 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<?php
return [
/*
|--------------------------------------------------------------------------
| Validation Language Lines
|--------------------------------------------------------------------------
|
| The following language lines contain the default error messages used by
| the validator class. Some of these rules have multiple versions such
| as the size rules. Feel free to tweak each of these messages here.
|
*/
'privacy_policy' => 'Политика за поверителност',
'cookies_policy' => 'Политика за бисквитки',
'about_us' => 'За нас',
'about_code_week' => 'За Code Week',
'our_values' => 'Нашите ценности',
'statistics' => 'Статистика',
'partners_sponsors' => 'Партньори и спонсори',
'community' => 'Общност',
'quick_links' => 'Бързи връзки',
'register' => 'Регистрация',
'activities_events' => 'Дейности и събития',
'learn_teach' => 'Научи и преподавай',
'news' => 'Новини',
'newsletter_signup' => 'Записване за бюлетин',
'educational_resources' => 'Образователни ресурси',
'coding_home' => 'Кодиране @ Home',
'podcast' => 'Подкасти',
'challenges' => 'Предизвикателства',
'hackathons' => 'Хакатони',
'designed_and_developed_by' => 'Дизайн и разработка',
'all_rights_reserved' => 'Всички права запазени'
];