From 7b126037bf109d135438c19b8d4867e7c37796f9 Mon Sep 17 00:00:00 2001 From: Simounet Date: Wed, 18 Jan 2017 13:32:40 +0100 Subject: [PATCH] Clearer indication for wallabag configuration --- app/locales/ar_AR/translations.php | 2 +- app/locales/cs_CZ/translations.php | 2 +- app/locales/de_DE/translations.php | 2 +- app/locales/es_ES/translations.php | 2 +- app/locales/fr_FR/translations.php | 2 +- app/locales/it_IT/translations.php | 2 +- app/locales/ja_JP/translations.php | 2 +- app/locales/pt_BR/translations.php | 2 +- app/locales/ru_RU/translations.php | 2 +- app/locales/sr_RS/translations.php | 2 +- app/locales/sr_RS@latin/translations.php | 2 +- app/locales/tr_TR/translations.php | 2 +- app/locales/zh_CN/translations.php | 2 +- app/templates/services.php | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) diff --git a/app/locales/ar_AR/translations.php b/app/locales/ar_AR/translations.php index 13d6040..f0f2fca 100644 --- a/app/locales/ar_AR/translations.php +++ b/app/locales/ar_AR/translations.php @@ -242,7 +242,7 @@ return array( // 'Administrator' => '', // '%e %B %Y %k:%M' => '', // 'Wallabag' => '', - // 'Wallabag API URL' => '', + // 'Wallabag URL' => '', // 'Wallabag Client ID' => '', // 'Wallabag Client Secret' => '', // 'Action' => '', diff --git a/app/locales/cs_CZ/translations.php b/app/locales/cs_CZ/translations.php index be743b1..76e46b0 100644 --- a/app/locales/cs_CZ/translations.php +++ b/app/locales/cs_CZ/translations.php @@ -242,7 +242,7 @@ return array( 'Administrator' => 'Administrátor', '%e %B %Y %k:%M' => '%e. %B %Y %k:%M', 'Wallabag' => 'Wallabag', - 'Wallabag API URL' => 'Wallabag API URL', + 'Wallabag URL' => 'Wallabag URL', 'Wallabag Client ID' => 'Wallabag ID klienta', 'Wallabag Client Secret' => 'Wallabag heslo klienta', 'Action' => 'Akce', diff --git a/app/locales/de_DE/translations.php b/app/locales/de_DE/translations.php index 27edf63..dc1a266 100644 --- a/app/locales/de_DE/translations.php +++ b/app/locales/de_DE/translations.php @@ -242,7 +242,7 @@ return array( 'Administrator' => 'Administrator', '%e %B %Y %k:%M' => '%e %B %Y %k:%M', 'Wallabag' => 'Wallabag', - 'Wallabag API URL' => 'Wallabag-API-URL', + 'Wallabag URL' => 'Wallabag URL', 'Wallabag Client ID' => 'Wallabag-Client-ID', 'Wallabag Client Secret' => 'Wallabag-Client-Secret', 'Action' => 'Aktion', diff --git a/app/locales/es_ES/translations.php b/app/locales/es_ES/translations.php index cab71e8..c09629f 100644 --- a/app/locales/es_ES/translations.php +++ b/app/locales/es_ES/translations.php @@ -242,7 +242,7 @@ return array( // 'Administrator' => '', // '%e %B %Y %k:%M' => '', // 'Wallabag' => '', - // 'Wallabag API URL' => '', + // 'Wallabag URL' => '', // 'Wallabag Client ID' => '', // 'Wallabag Client Secret' => '', // 'Action' => '', diff --git a/app/locales/fr_FR/translations.php b/app/locales/fr_FR/translations.php index 5d132b1..a3ac831 100644 --- a/app/locales/fr_FR/translations.php +++ b/app/locales/fr_FR/translations.php @@ -242,7 +242,7 @@ return array( 'Administrator' => 'Administrateur', '%e %B %Y %k:%M' => '%e %B %Y %k:%M', 'Wallabag' => 'Wallabag', - 'Wallabag API URL' => 'URL de l\'API de Wallabag', + 'Wallabag URL' => 'URL de Wallabag', 'Wallabag Client ID' => 'ID client de Wallbag', 'Wallabag Client Secret' => 'Clé secrète de Wallabag', 'Action' => 'Action', diff --git a/app/locales/it_IT/translations.php b/app/locales/it_IT/translations.php index 5d19314..6119e49 100644 --- a/app/locales/it_IT/translations.php +++ b/app/locales/it_IT/translations.php @@ -242,7 +242,7 @@ return array( // 'Administrator' => '', // '%e %B %Y %k:%M' => '', // 'Wallabag' => '', - // 'Wallabag API URL' => '', + // 'Wallabag URL' => '', // 'Wallabag Client ID' => '', // 'Wallabag Client Secret' => '', // 'Action' => '', diff --git a/app/locales/ja_JP/translations.php b/app/locales/ja_JP/translations.php index 0fd11d1..5614b14 100644 --- a/app/locales/ja_JP/translations.php +++ b/app/locales/ja_JP/translations.php @@ -244,7 +244,7 @@ return array( // 'Administrator' => '', // '%e %B %Y %k:%M' => '', // 'Wallabag' => '', - // 'Wallabag API URL' => '', + // 'Wallabag URL' => '', // 'Wallabag Client ID' => '', // 'Wallabag Client Secret' => '', // 'Action' => '', diff --git a/app/locales/pt_BR/translations.php b/app/locales/pt_BR/translations.php index 88858eb..c431e51 100644 --- a/app/locales/pt_BR/translations.php +++ b/app/locales/pt_BR/translations.php @@ -242,7 +242,7 @@ return array( // 'Administrator' => '', // '%e %B %Y %k:%M' => '', // 'Wallabag' => '', - // 'Wallabag API URL' => '', + // 'Wallabag URL' => '', // 'Wallabag Client ID' => '', // 'Wallabag Client Secret' => '', // 'Action' => '', diff --git a/app/locales/ru_RU/translations.php b/app/locales/ru_RU/translations.php index af43c64..6c2f3c0 100644 --- a/app/locales/ru_RU/translations.php +++ b/app/locales/ru_RU/translations.php @@ -242,7 +242,7 @@ return array( 'Administrator' => 'Администратор', '%e %B %Y %k:%M' => '%e %B %Y %k:%M', 'Wallabag' => 'Wallabag', - 'Wallabag API URL' => 'Wallabag API URL', + 'Wallabag URL' => 'Wallabag URL', 'Wallabag Client ID' => 'Wallabag Client ID', 'Wallabag Client Secret' => 'Wallabag Client Secret', 'Action' => 'Действие', diff --git a/app/locales/sr_RS/translations.php b/app/locales/sr_RS/translations.php index 25d319f..1e23374 100644 --- a/app/locales/sr_RS/translations.php +++ b/app/locales/sr_RS/translations.php @@ -242,7 +242,7 @@ return array( // 'Administrator' => '', // '%e %B %Y %k:%M' => '', // 'Wallabag' => '', - // 'Wallabag API URL' => '', + // 'Wallabag URL' => '', // 'Wallabag Client ID' => '', // 'Wallabag Client Secret' => '', // 'Action' => '', diff --git a/app/locales/sr_RS@latin/translations.php b/app/locales/sr_RS@latin/translations.php index ef454c9..015a828 100644 --- a/app/locales/sr_RS@latin/translations.php +++ b/app/locales/sr_RS@latin/translations.php @@ -242,7 +242,7 @@ return array( // 'Administrator' => '', // '%e %B %Y %k:%M' => '', // 'Wallabag' => '', - // 'Wallabag API URL' => '', + // 'Wallabag URL' => '', // 'Wallabag Client ID' => '', // 'Wallabag Client Secret' => '', // 'Action' => '', diff --git a/app/locales/tr_TR/translations.php b/app/locales/tr_TR/translations.php index 5ddfbea..eab512f 100644 --- a/app/locales/tr_TR/translations.php +++ b/app/locales/tr_TR/translations.php @@ -242,7 +242,7 @@ return array( // 'Administrator' => '', // '%e %B %Y %k:%M' => '', // 'Wallabag' => '', - // 'Wallabag API URL' => '', + // 'Wallabag URL' => '', // 'Wallabag Client ID' => '', // 'Wallabag Client Secret' => '', // 'Action' => '', diff --git a/app/locales/zh_CN/translations.php b/app/locales/zh_CN/translations.php index 0d522f1..fe3d2f0 100644 --- a/app/locales/zh_CN/translations.php +++ b/app/locales/zh_CN/translations.php @@ -242,7 +242,7 @@ return array( 'Administrator' => '管理员', '%e %B %Y %k:%M' => '%e %B %Y %k:%M', 'Wallabag' => 'Wallabag', - 'Wallabag API URL' => 'Wallabag API URL', + 'Wallabag URL' => 'Wallabag URL', 'Wallabag Client ID' => 'Wallabag 客户端 ID', 'Wallabag Client Secret' => 'Wallabag 客户端 Secret', 'Action' => '操作', diff --git a/app/templates/services.php b/app/templates/services.php index 84059a3..d36bacc 100644 --- a/app/templates/services.php +++ b/app/templates/services.php @@ -47,7 +47,7 @@

- +