-
Notifications
You must be signed in to change notification settings - Fork 981
/
Copy pathapp.php
79 lines (73 loc) · 2.63 KB
/
app.php
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
<?php
return [
/*
|--------------------------------------------------------------------------
| Label language files for All Module
|--------------------------------------------------------------------------
|
*/
'name' => 'Lavalite',
'name.html' => '<b>Lava</b>lite',
'name.short' => '<b>L</b>l',
'admin.panel' => 'Admin Panel',
'dashboard' => 'Dashboard',
'rights' => '<a href="https://lavalite.org/" target="_blank">Lavalite</a> © 2018 Alle rettigheder forbeholdes,
Bygget med <a href="https://laravel.com" target="_blank"><i class="fab fa-laravel"></i></a>,
Skabt af <a href="http://renfos.com/" target="_blank">Renfos</a>.',
'version' => '<b>Version</b> Udvikling',
'add' => 'Tilføj',
'addnew' => 'Tilføj ny',
'actions' => 'Handlinger',
'approve' => 'Godkend',
'archive' => 'Arkiveret',
'unarchive' => 'Fjern fra arkiv',
'back' => 'Tilbage',
'cancel' => 'Annuller',
'close' => 'Luk',
'copy' => 'Kopier',
'complete' => 'Fuldført',
'create' => 'Opret',
'dashboard' => 'Dashboard',
'delete' => 'Slet',
'draft' => 'Kladde',
'details' => 'Detaljer',
'edit' => 'Rediger',
'enterkeyword' => 'Indtast et søgeord',
'go' => 'Gå',
'help' => 'Hjælp',
'home' => 'Hjem',
'list' => 'Liste',
'logout' => 'Log ud',
'logs' => 'Logfiler',
'manage' => 'Administrer',
'more' => 'Mere',
'new' => 'Ny',
'no' => 'Nej',
'opt' => 'Indstillinger',
'option' => 'Valgmulighed',
'options' => 'Valgmuligheder',
'order' => 'Bestil',
'password' => 'Adgangskode',
'profile' => 'Profil',
'publish' => 'Offentliggjort',
'request' => 'Anmodning',
'reports' => 'Rapporter',
'reset' => 'Nulstil',
'save' => 'Gem',
'search' => 'Søg',
'settings' => 'Indstillinger',
'show' => 'Vis',
'status' => 'Status',
'update' => 'Opdater',
'update_profile' => 'Opdater profil',
'unpublish' => 'Afpubliceret',
'view' => 'Vis',
'verify' => 'Verificeret',
'yes' => 'Ja',
'flash' => [
'success' => 'Succes',
'error' => 'Fejl',
'warning' => 'Advarsel',
'info' => 'Info',
],
];