mirror of
https://github.com/Kovah/LinkAce.git
synced 2025-01-17 13:18:21 +01:00
13 lines
249 B
PHP
13 lines
249 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'stats' => 'Statistiken',
|
|
'total_links' => 'Gesamte Links',
|
|
'total_lists' => 'Gesamte Listen',
|
|
'total_tags' => 'Gesamte Tags',
|
|
'total_notes' => 'Gesamte Notizen',
|
|
'total_broken_links' => 'Kaputte Links',
|
|
|
|
];
|