diff options
| author | 2024-12-04 22:41:08 +0100 | |
|---|---|---|
| committer | 2024-12-04 22:41:08 +0100 | |
| commit | 79651b942de86e9d181ecf92cbbf12ad87b58cf2 (patch) | |
| tree | 9f5f7bd2fe649d066271f593f0f1aba98b420400 /app/i18n/de/admin.php | |
| parent | b6f3bbe18525292ae38831344a4bd5e1b361b4e0 (diff) | |
improve api management (#7048)
* ... and sharing user queries by link (not all languages)
* Profile page: API mgm: better headline, better help text
* i18n
* i18n: " and sharing user queries"
* i18n: link to documentation + apps list
* Update app/i18n/it/conf.php
* Update app/i18n/it/conf.php
* Update app/i18n/it/conf.php
* Update app/i18n/it/conf.php
* Update app/i18n/it/conf.php
* Update app/i18n/it/conf.php
* Update app/i18n/it/conf.php
* Update app/i18n/it/admin.php
Co-authored-by: UserRoot-Luca <55756898+UserRoot-Luca@users.noreply.github.com>
* Update app/i18n/it/conf.php
* Update app/i18n/fr/admin.php
* i18n
* French doc cf. English
* Update app/i18n/it/conf.php
Co-authored-by: UserRoot-Luca <55756898+UserRoot-Luca@users.noreply.github.com>
* Update conf.php
---------
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Co-authored-by: UserRoot-Luca <55756898+UserRoot-Luca@users.noreply.github.com>
Diffstat (limited to 'app/i18n/de/admin.php')
| -rw-r--r-- | app/i18n/de/admin.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/i18n/de/admin.php b/app/i18n/de/admin.php index c6669845f..cf302ed14 100644 --- a/app/i18n/de/admin.php +++ b/app/i18n/de/admin.php @@ -14,7 +14,7 @@ return array( 'auth' => array( 'allow_anonymous' => 'Anonymes Lesen der Artikel des Standardbenutzers (%s) erlauben', 'allow_anonymous_refresh' => 'Anonymes Aktualisieren der Artikel erlauben', - 'api_enabled' => '<abbr>API</abbr>-Zugriff erlauben <small>(für mobile Anwendungen benötigt)</small>', + 'api_enabled' => '<abbr>API</abbr>-Zugriff erlauben <small>(für mobile Apps und Benutzerabfragen benötigt)</small>', 'form' => 'Webformular (traditionell, benötigt JavaScript)', 'http' => 'HTTP (HTTPS für erfahrene Benutzer)', 'none' => 'Keine (gefährlich)', |
