1
0
mirror of https://github.com/Kovah/LinkAce.git synced 2025-02-25 03:32:59 +01:00
LinkAce/resources/lang/en/stats.php
2019-10-29 17:00:08 +01: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',
];