|
451 | 451 | 'Title' => 'Title+', |
452 | 452 |
|
453 | 453 |
|
| 454 | + /* |
| 455 | + |-------------------------------------------------------------------------- |
| 456 | + | Edit User Page (Admin) |
| 457 | + |-------------------------------------------------------------------------- |
| 458 | + | |
| 459 | + | resources/views/panel/edit-user.blade.php |
| 460 | + | |
| 461 | + */ |
| 462 | + |
| 463 | + 'Edit User' => 'Edit User+', |
| 464 | + 'Email' => 'Email+', |
| 465 | + 'Password' => 'Password+', |
| 466 | + 'Logo' => 'Logo+', |
| 467 | + 'Delete' => 'Delete+', |
| 468 | + 'Custom background' => 'Custom background+', |
| 469 | + 'No image selected' => 'No image selected+', |
| 470 | + 'Page URL' => 'Page URL+', |
| 471 | + 'Page description' => 'Page description+', |
| 472 | + 'Role' => 'Role+', |
| 473 | + 'Save' => 'Save+', |
| 474 | + |
| 475 | + |
| 476 | + /* |
| 477 | + |-------------------------------------------------------------------------- |
| 478 | + | Links Page (Admin) |
| 479 | + |-------------------------------------------------------------------------- |
| 480 | + | |
| 481 | + | resources/views/panel/links.blade.php |
| 482 | + | |
| 483 | + */ |
| 484 | + |
| 485 | + 'Links' => 'Links+', |
| 486 | + 'Link' => 'Link+', |
| 487 | + 'Title' => 'Title+', |
| 488 | + 'Clicks' => 'Clicks+', |
| 489 | + 'Back' => 'Back+', |
| 490 | + |
| 491 | + |
| 492 | + /* |
| 493 | + |-------------------------------------------------------------------------- |
| 494 | + | PHP info Page |
| 495 | + |-------------------------------------------------------------------------- |
| 496 | + | |
| 497 | + | resources/views/panel/phpinfo.blade.php |
| 498 | + | |
| 499 | + */ |
| 500 | + |
| 501 | + 'Information about PHP’s configuration' => 'Information about PHP’s configuration+', |
| 502 | + 'Outputs information about the current state of PHP' => 'Outputs information about the current state of PHP+', |
| 503 | + |
| 504 | + |
| 505 | + /* |
| 506 | + |-------------------------------------------------------------------------- |
| 507 | + | Delete themes page |
| 508 | + |-------------------------------------------------------------------------- |
| 509 | + | |
| 510 | + | resources/views/panel/theme.blade.php |
| 511 | + | |
| 512 | + */ |
| 513 | + |
| 514 | + 'Delete a theme' => 'Delete a theme+', |
| 515 | + 'Delete theme' => 'Delete theme+', |
| 516 | + |
| 517 | + |
| 518 | + /* |
| 519 | + |-------------------------------------------------------------------------- |
| 520 | + | Manage Users Page |
| 521 | + |-------------------------------------------------------------------------- |
| 522 | + | |
| 523 | + | resources/views/panel/users.blade.php |
| 524 | + | |
| 525 | + */ |
| 526 | + |
| 527 | + 'Manage Users' => 'Manage Users+', |
| 528 | + 'Search user' => 'Search user+', |
| 529 | + 'ID' => 'ID+', |
| 530 | + 'Name' => 'Name+', |
| 531 | + 'E-Mail' => 'E-Mail+', |
| 532 | + 'Page' => 'Page+', |
| 533 | + 'Links' => 'Links+', |
| 534 | + 'Clicks' => 'Clicks+', |
| 535 | + 'Created at' => 'Created at+', |
| 536 | + 'Last seen' => 'Last seen+', |
| 537 | + 'Status' => 'Status+', |
| 538 | + 'Action' => 'Action+', |
| 539 | + 'N/A' => 'N/A+', |
| 540 | + 'Pending' => 'Pending+', |
| 541 | + 'Verified' => 'Verified+', |
| 542 | + 'Approved' => 'Approved+', |
| 543 | + 'Add new user' => 'Add new user+', |
| 544 | + |
| 545 | + # Tooltips |
| 546 | + 'tt.Delete' => 'Delete+', |
| 547 | + 'tt.Edit' => 'Edit+', |
| 548 | + 'tt.All links' => 'All links+', |
| 549 | + |
| 550 | + 'confirm.delete.user' => 'Are you sure you want to delete this user? \nThis action cannot be undone!+', |
| 551 | + |
| 552 | + # Date Format |
| 553 | + 'date.format' => 'd/m/Y', |
| 554 | + |
| 555 | + 'days ago' => 'days ago+', |
| 556 | + '1 day ago' => '1 day ago+', |
| 557 | + 'Today' => 'Today+', |
| 558 | + '1 year ago' => '1 year ago+', |
| 559 | + 'years ago' => 'years ago+', |
| 560 | + |
| 561 | + |
454 | 562 | /* |
455 | 563 | |-------------------------------------------------------------------------- |
456 | 564 | | Config Page |
|
0 commit comments