mirror of
https://github.com/Kovah/LinkAce.git
synced 2025-01-17 13:18:21 +01:00
13 lines
247 B
PHP
13 lines
247 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'stats' => 'Statistiques',
|
|
'total_links' => 'Total Liens',
|
|
'total_lists' => 'Total Listes',
|
|
'total_tags' => 'Total Étiquettes',
|
|
'total_notes' => 'Total Notes',
|
|
'total_broken_links' => 'Liens Cassés',
|
|
|
|
];
|