Movie import v1

This commit is contained in:
2026-03-17 12:36:12 +01:00
parent e750736a1c
commit 211418c6c4
10 changed files with 312 additions and 9 deletions

View File

@@ -122,3 +122,12 @@ $lang["cache_purge_cancel"] = "Abbrechen";
$lang["cache_purge_confirm"] = "Cache leeren";
$lang["cache_purge_pagelinks_success"] = "Seitenlink-Cache geleert.";
$lang["cache_purge_thumbs_success"] = "Vorschaubild-Cache geleert.";
$lang["toolbar_movie_title"] = "Film-Import";
$lang["movie_prompt"] = "Filmtitel eingeben (optional mit Jahr):";
$lang["movie_error_no_apikey"] = "OMDb-API-Schlüssel nicht konfiguriert. Unter Admin → luxtools einstellen.";
$lang["movie_error_not_found"] = "Film nicht gefunden.";
$lang["movie_error_fetch"] = "OMDb-Abfrage fehlgeschlagen.";
$lang["omdb_heading"] = "Film-Import (OMDb)";
$lang["omdb_apikey"] = "OMDb-API-Schlüssel";
$lang["omdb_apikey_note"] = "Der API-Schlüssel wird an den Browser übergeben für clientseitige OMDb-Abfragen. Er ist in den Browser-Entwicklertools und Netzwerkanfragen sichtbar.";