diff options
| author | 2021-09-12 11:50:00 +0200 | |
|---|---|---|
| committer | 2021-09-12 11:50:00 +0200 | |
| commit | e5e9a417daa3d2c21f67b5e9f857299a34f112ad (patch) | |
| tree | b107c2ed19ae273066103e9698898fa1f599139a /app/i18n/de | |
| parent | fe295f50d031ca6475e21a0ae317cf1c71a68347 (diff) | |
Menu: move stats into subscription management (#3803)
* add stats menu into subscription management menu
* delete stats menu entry from dropdown menu
* Delete aside_stats.phtml
* Update aside_subscription.phtml
Diffstat (limited to 'app/i18n/de')
| -rw-r--r-- | app/i18n/de/admin.php | 5 | ||||
| -rw-r--r-- | app/i18n/de/sub.php | 5 |
2 files changed, 5 insertions, 5 deletions
diff --git a/app/i18n/de/admin.php b/app/i18n/de/admin.php index 609f07fb4..031710b46 100644 --- a/app/i18n/de/admin.php +++ b/app/i18n/de/admin.php @@ -135,11 +135,6 @@ return array( 'idle' => 'Inaktive Feeds', 'main' => 'Haupt-Statistiken', 'main_stream' => 'Haupt-Feeds', - 'menu' => array( - 'idle' => 'Inaktive Feeds', - 'main' => 'Haupt-Statistiken', - 'repartition' => 'Artikel-Verteilung', - ), 'no_idle' => 'Es gibt keinen inaktiven Feed!', 'number_entries' => '%d Artikel', 'percent_of_total' => '%% Gesamt', diff --git a/app/i18n/de/sub.php b/app/i18n/de/sub.php index b67c1ee24..9c6e91e46 100644 --- a/app/i18n/de/sub.php +++ b/app/i18n/de/sub.php @@ -111,6 +111,11 @@ return array( 'add' => 'Feed oder Kategorie hinzufügen', 'import_export' => 'Importieren / Exportieren', 'label_management' => 'Labelverwaltung', + 'stats' => array( + 'idle' => 'Inaktive Feeds', + 'main' => 'Haupt-Statistiken', + 'repartition' => 'Artikel-Verteilung', + ), 'subscription_management' => 'Abonnementverwaltung', 'subscription_tools' => 'Abonnement-Tools', ), |
