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/pt-br | |
| 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/pt-br')
| -rw-r--r-- | app/i18n/pt-br/admin.php | 5 | ||||
| -rw-r--r-- | app/i18n/pt-br/sub.php | 5 |
2 files changed, 5 insertions, 5 deletions
diff --git a/app/i18n/pt-br/admin.php b/app/i18n/pt-br/admin.php index f3fbeec1f..2660c6d49 100644 --- a/app/i18n/pt-br/admin.php +++ b/app/i18n/pt-br/admin.php @@ -135,11 +135,6 @@ return array( 'idle' => 'Feeds inativos', 'main' => 'Estatísticas principais', 'main_stream' => 'Stream principal', - 'menu' => array( - 'idle' => 'Feeds inativos', - 'main' => 'Estatísticas principais', - 'repartition' => 'Repartição de artigos', - ), 'no_idle' => 'Não há nenhum feed inativo!', 'number_entries' => '%d artigos', 'percent_of_total' => '%% do total', diff --git a/app/i18n/pt-br/sub.php b/app/i18n/pt-br/sub.php index 35f5f8db8..c4e594279 100644 --- a/app/i18n/pt-br/sub.php +++ b/app/i18n/pt-br/sub.php @@ -111,6 +111,11 @@ return array( 'add' => 'Add a feed or category', // TODO - Translation 'import_export' => 'Importar / exportar', 'label_management' => 'Label management', // TODO - Translation + 'stats' => array( + 'idle' => 'Feeds inativos', + 'main' => 'Estatísticas principais', + 'repartition' => 'Repartição de artigos', + ), 'subscription_management' => 'Gerenciamento de inscrições', 'subscription_tools' => 'Ferramentas de inscrição', ), |
