From 8c459c476790a964314cc4df5b0c5b5225b7e6c0 Mon Sep 17 00:00:00 2001 From: Banana Date: Sat, 30 Aug 2025 10:25:38 +0200 Subject: [PATCH] 1.8 - Dark Arena Signed-off-by: Banana --- CHANGELOG | 2 +- USES | 1 - VERSION | 2 +- webclient/i18n/deu.ini | 2 ++ webclient/i18n/eng.ini | 2 ++ webclient/view/default/tool/tool-imdbweb.html | 5 ++++- 6 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index e4b5608..5341f24 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,4 @@ -1.x - Dark Arena +1.8 - Dark Arena 2025-08-30 * Config change: See upgrade/from-version-1.7.md * Updated requirements information. Mentions gd now, which should be a default setting for most PHP installs. * Fixed: Usage of default sorting in dashboard and collection view. diff --git a/USES b/USES index 768aca2..08368be 100644 --- a/USES +++ b/USES @@ -2,4 +2,3 @@ https://github.com/FabianBeiner/PHP-IMDB-Grabber with some modifications https://getuikit.com/ https://jdan.github.io/98.css/ https://sortablejs.github.io/Sortable/ -https://getbootstrap.com/ diff --git a/VERSION b/VERSION index e482fcb..d3312e8 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.x - Dark Arena +1.8 - Dark Arena diff --git a/webclient/i18n/deu.ini b/webclient/i18n/deu.ini index e1120f2..a644c90 100644 --- a/webclient/i18n/deu.ini +++ b/webclient/i18n/deu.ini @@ -282,8 +282,10 @@ tool.googlebooks.search = reuse.global.search tool.googlebooks.searchIsbn = "ISBN Suche" tool.googlebooks.select = reuse.global.none tool.headline.using = "Verwendung von %s in Sammlung: %s" +tool.imdb.posters = "Film Poster" tool.imdb.save = reuse.global.save tool.imdb.search = reuse.global.search +tool.imdb.search.hint = "Suche funktioniert mit der IMDB Film ID am Besten. Auf IMDB manuell suchen und davon die ID nehmen." tool.imdb.select.none = reuse.global.none tool.limitations = "Einschränkungen" tool.limitations.override = "Daten werden überschrieben" diff --git a/webclient/i18n/eng.ini b/webclient/i18n/eng.ini index 91062ff..72d97db 100644 --- a/webclient/i18n/eng.ini +++ b/webclient/i18n/eng.ini @@ -282,8 +282,10 @@ tool.googlebooks.search = reuse.global.search tool.googlebooks.searchIsbn = "Search ISBN" tool.googlebooks.select = reuse.global.none tool.headline.using = "Using %s with collection: %s" +tool.imdb.posters = "Movie posters" tool.imdb.save = reuse.global.save tool.imdb.search = reuse.global.search +tool.imdb.search.hint = "Seach works best if you use the imdb movie ID after searching manually on imdb itself." tool.imdb.select.none = reuse.global.none tool.limitations = "Limitations" tool.limitations.override = "Data will be overwritten" diff --git a/webclient/view/default/tool/tool-imdbweb.html b/webclient/view/default/tool/tool-imdbweb.html index 8ab9c63..daae517 100644 --- a/webclient/view/default/tool/tool-imdbweb.html +++ b/webclient/view/default/tool/tool-imdbweb.html @@ -1,6 +1,9 @@

t('tool.limitations'); ?>

t('tool.limitations.override'); ?>

-

Movie posters

+

+ t('tool.imdb.posters'); ?> impawards
+ t('tool.imdb.search.hint'); ?> +

-- 2.39.5