Skip to content

Commit 8d17da1

Browse files
committed
Updated comment system
1 parent d4c383e commit 8d17da1

File tree

1 file changed

+176
-17
lines changed

1 file changed

+176
-17
lines changed

resources/lang/en/messages.php

Lines changed: 176 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
return [
44

5+
/*
6+
|--------------------------------------------------------------------------
7+
| Home Page
8+
|--------------------------------------------------------------------------
9+
|
10+
|
11+
*/
12+
513
'Log in' => 'Log in+',
614
'Register' => 'Register+',
715

@@ -11,9 +19,26 @@
1119
'by' => 'by+',
1220

1321

22+
/*
23+
|--------------------------------------------------------------------------
24+
| Demo Page/Home Page Example Page
25+
|--------------------------------------------------------------------------
26+
|
27+
|
28+
*/
29+
1430
'Example page' => 'Example page+',
1531

1632

33+
/*
34+
|--------------------------------------------------------------------------
35+
| Authentication Pages
36+
|--------------------------------------------------------------------------
37+
|
38+
| Login, Register, Forgot Password, Reset Password etc.
39+
|
40+
*/
41+
1742
'Sign In' => 'Sign In+',
1843
'Login to stay connected' => 'Login to stay connected+',
1944
'Email' => 'Email+',
@@ -72,10 +97,14 @@
7297
'Resend Verification Email' => 'Resend Verification Email+',
7398

7499

75-
'Hi' => 'Hi+',
76-
'stranger' => 'stranger+',
77-
'welcome' => 'Welcome to :appName!',
78-
'Set a handle' => 'Set a handle+',
100+
/*
101+
|--------------------------------------------------------------------------
102+
| Styling Sline In
103+
|--------------------------------------------------------------------------
104+
|
105+
|
106+
*/
107+
79108
'Settings' => 'Settings+',
80109
'Scheme' => 'Scheme+',
81110
'Auto' => 'Auto+',
@@ -98,6 +127,14 @@
98127
'Pill All' => 'Pill All+',
99128

100129

130+
/*
131+
|--------------------------------------------------------------------------
132+
| Navbar
133+
|--------------------------------------------------------------------------
134+
|
135+
|
136+
*/
137+
101138
'Home' => 'Home+',
102139
'Dashboard' => 'Dashboard+',
103140
'Add Link' => 'Add Link+',
@@ -150,6 +187,19 @@
150187
'Logout' => 'Logout+',
151188

152189

190+
/*
191+
|--------------------------------------------------------------------------
192+
| Dashboard Page
193+
|--------------------------------------------------------------------------
194+
|
195+
|
196+
*/
197+
198+
'Hi' => 'Hi+',
199+
'stranger' => 'stranger+',
200+
'welcome' => 'Welcome to :appName!',
201+
'Set a handle' => 'Set a handle+',
202+
153203
'Total Links:' => 'Total Links:+',
154204
'Link Clicks:' => 'Link Clicks:+',
155205
'View/Edit Links' => 'View/Edit Links+',
@@ -167,7 +217,15 @@
167217
'Active users:' => 'Active users:+',
168218

169219

170-
########Button Editor Blade########
220+
221+
/*
222+
|--------------------------------------------------------------------------
223+
| Button Editor
224+
|--------------------------------------------------------------------------
225+
|
226+
|
227+
*/
228+
171229
'Button Editor' => 'Button Editor+',
172230
'Back' => 'Back+',
173231
'Custom Button' => 'Custom Button+',
@@ -204,7 +262,15 @@
204262
'Update icon' => 'Update icon+',
205263
'See all icons' => 'See all icons+',
206264

207-
########Edit Link Blade########
265+
266+
/*
267+
|--------------------------------------------------------------------------
268+
| Edit Link Blade
269+
|--------------------------------------------------------------------------
270+
|
271+
|
272+
*/
273+
208274
'Edit' => 'Edit+',
209275
'Add' => 'Add+',
210276
'Block' => 'Block+',
@@ -219,7 +285,15 @@
219285
'editlink.description.4-5' => 'The "Space" button will be replaced with an empty space, so buttons could be visually separated into groups. Entering a number between 1-10 in the title section will change the empty space"s distance.+',
220286
'editlink.description.5-5' => 'The "Heading" button will be replaced with a sub-heading, where the title defines the text on that heading.+',
221287

222-
########Link Blade########
288+
289+
/*
290+
|--------------------------------------------------------------------------
291+
| Link Blade
292+
|--------------------------------------------------------------------------
293+
|
294+
|
295+
*/
296+
223297
'My Links' => 'My Links+',
224298
'Add new Link' => 'Add new Link+',
225299
'No Link Added' => 'You haven’t added any links yet.+',
@@ -230,7 +304,15 @@
230304
'Page Icons' => 'Page Icons+',
231305
'Save links' => 'Save links+',
232306

233-
########Page Blade########
307+
308+
/*
309+
|--------------------------------------------------------------------------
310+
| Page Blade
311+
|--------------------------------------------------------------------------
312+
|
313+
|
314+
*/
315+
234316
'My Profile'=> 'My Profile+',
235317
'Profile Picture' => 'Profile Picture+',
236318
'Page URL' => 'Page URL+',
@@ -242,7 +324,15 @@
242324
'Show share button' => 'Show share button+',
243325
'disablesharebutton' => 'This setting allows you to hide the share button on your page.+',
244326

245-
########Profile Blade########
327+
328+
/*
329+
|--------------------------------------------------------------------------
330+
| Profile Page
331+
|--------------------------------------------------------------------------
332+
|
333+
|
334+
*/
335+
246336
'Account Settings' => 'Account Settings+',
247337
'Change email' => 'Change email+',
248338
'Change password' => 'Change password+',
@@ -257,7 +347,15 @@
257347
'You are about to delete' => 'You are about to delete your account!+',
258348
'You are about to delete This action cannot be undone' => 'You are about to delete your account! This action cannot be undone.+',
259349

260-
########Theme Blade########
350+
351+
/*
352+
|--------------------------------------------------------------------------
353+
| Theme Page
354+
|--------------------------------------------------------------------------
355+
|
356+
|
357+
*/
358+
261359
'Select a theme' => 'Select a theme+',
262360
'Select theme' => 'Select theme+',
263361
'Custom background' => 'Custom background+',
@@ -270,7 +368,15 @@
270368
'Download themes' => 'Download themes+',
271369
'Delete a theme' => 'Delete a theme+',
272370

273-
########Theme Updater Blade########
371+
372+
/*
373+
|--------------------------------------------------------------------------
374+
| Theme Updater
375+
|--------------------------------------------------------------------------
376+
|
377+
|
378+
*/
379+
274380
'Theme Updater' => 'Theme Updater+',
275381
'Theme name' => 'Theme name:+',
276382
'Update status' => 'Update status:+',
@@ -281,27 +387,64 @@
281387
'Up to date' => 'Up to date+',
282388
'Update all themes' => 'Update all themes+',
283389

284-
########Backup View Panel Blade########
390+
391+
/*
392+
|--------------------------------------------------------------------------
393+
| Backup View Panel Blade
394+
|--------------------------------------------------------------------------
395+
|
396+
|
397+
*/
398+
285399
'Download your updater backups' => 'Download your updater backups:+',
286400
'The server will never store more that two backups at a time' => 'The server will never store more that two backups at a time.+',
287401
'No backups found' => 'No backups found+',
288402
'Backup your instance' => 'Backup your instance+',
289403

290-
########Config View Panel Blade########
404+
405+
/*
406+
|--------------------------------------------------------------------------
407+
| Config View Panel Blade
408+
|--------------------------------------------------------------------------
409+
|
410+
|
411+
*/
412+
291413
'ENV' => 'ENV+',
292414
'env.' => '.env+',
293415

294-
########Edit User View Panel Blade########
416+
417+
/*
418+
|--------------------------------------------------------------------------
419+
| Edit User View Panel Blade
420+
|--------------------------------------------------------------------------
421+
|
422+
|
423+
*/
295424

296425
'Edit User' => 'Edit User+',
297426
'Logo' => 'Logo+',
298427
'Page description' => 'Page description+',
299428
'Role' => 'Role+',
300429

301-
########Links View Panel Blade########
430+
431+
/*
432+
|--------------------------------------------------------------------------
433+
| Links View Panel Blade
434+
|--------------------------------------------------------------------------
435+
|
436+
|
437+
*/
302438
'Title' => 'Title+',
303439

304440

441+
/*
442+
|--------------------------------------------------------------------------
443+
| Config Page
444+
|--------------------------------------------------------------------------
445+
|
446+
|
447+
*/
305448

306449
'Config' => 'Config+',
307450
'Advanced Config' => 'Advanced Config+',
@@ -497,7 +640,14 @@
497640
'LOCALE.description' => 'Change the language of your application+',
498641

499642

500-
########Installer########
643+
/*
644+
|--------------------------------------------------------------------------
645+
| Installer
646+
|--------------------------------------------------------------------------
647+
|
648+
|
649+
*/
650+
501651
'Setup LinkStack' => 'Setup LinkStack+',
502652
'Welcome to the setup for LinkStack!' => 'Welcome to the setup for LinkStack!+',
503653
'This setup will:' => 'This setup will:+',
@@ -538,7 +688,14 @@
538688
'Finish setup' => 'Finish setup+',
539689

540690

541-
########Maintenance Page########
691+
/*
692+
|--------------------------------------------------------------------------
693+
| Maintenance Page
694+
|--------------------------------------------------------------------------
695+
|
696+
|
697+
*/
698+
542699
'Maintenance Mode' => 'Maintenance Mode+',
543700
'We are performing scheduled site maintenance at this time' => 'We are performing scheduled site maintenance at this time.+',
544701
'Please check back with us later' => 'Please check back with us later.+',
@@ -559,6 +716,7 @@
559716

560717
'No notifications' => 'No notifications+',
561718

719+
# Security Risk Notification
562720
'Your security is at risk!' => 'Your security is at risk!+',
563721
'Immediate action is required!' => 'Immediate action is required!+',
564722
'Your security is at risk!' => 'Your security is at risk!+',
@@ -567,6 +725,7 @@
567725
'security.msg3' => 'Some important files, are publicly accessible, putting your security at risk. Please take immediate action to revoke public access to these files to prevent unauthorized access to your sensitive information.+',
568726
'security.msg4' => 'Learn more+',
569727

728+
# Help Us Out Notification
570729
'Hide this notification' => 'Hide this notification+',
571730
'Help Us Out' => 'Help Us Out+',
572731
'Enjoying Linkstack?' => 'Enjoying Linkstack?+',

0 commit comments

Comments
 (0)