1
0
mirror of https://github.com/Kovah/LinkAce.git synced 2025-01-17 13:18:21 +01:00
LinkAce/lang/en_US/stats.php
Kovah f9b07f807f
Upgrade to PHP 8 as base dependency
- Upgrades the Dockerfiles and composer.json to require PHP 8.
- Upgrades to Laravel 9 with all needed changes.
- Move lang folder to root directory.
- Upgrades third-party packages to the latest versions with all required changes.
2022-05-02 16:06:43 +02:00

13 lines
236 B
PHP

<?php
return [
'stats' => 'Statistics',
'total_links' => 'Total Links',
'total_lists' => 'Total Lists',
'total_tags' => 'Total Tags',
'total_notes' => 'Total Notes',
'total_broken_links' => 'Broken Links',
];