Movie import v1
This commit is contained in:
@@ -123,3 +123,12 @@ $lang["cache_purge_cancel"] = "Cancel";
|
||||
$lang["cache_purge_confirm"] = "Purge Cache";
|
||||
$lang["cache_purge_pagelinks_success"] = "Pagelinks cache purged.";
|
||||
$lang["cache_purge_thumbs_success"] = "Thumbnail cache purged.";
|
||||
|
||||
$lang["toolbar_movie_title"] = "Movie Import";
|
||||
$lang["movie_prompt"] = "Enter movie title (optionally with year):";
|
||||
$lang["movie_error_no_apikey"] = "OMDb API key is not configured. Set it in Admin → luxtools.";
|
||||
$lang["movie_error_not_found"] = "Movie not found.";
|
||||
$lang["movie_error_fetch"] = "OMDb lookup failed.";
|
||||
$lang["omdb_heading"] = "Movie Import (OMDb)";
|
||||
$lang["omdb_apikey"] = "OMDb API key";
|
||||
$lang["omdb_apikey_note"] = "The API key is passed to the browser for client-side OMDb lookups. It will be visible in browser developer tools and network requests.";
|
||||
|
||||
Reference in New Issue
Block a user