mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 08:51:04 +02:00
imdb: add plot locale
Origin commit data
------------------
Branch: ni/coolstream
Commit: faac9f656a
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-05-29 (Mon, 29 May 2017)
Origin message was:
------------------
- imdb: add plot locale
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -875,6 +875,7 @@ imdb.data_director Regisseur
|
||||
imdb.data_failed Keine Daten gefunden
|
||||
imdb.data_genre Genre
|
||||
imdb.data_metascore Metascore
|
||||
imdb.data_plot Handlung
|
||||
imdb.data_production Produktion
|
||||
imdb.data_rating_failed Keine Bewertung
|
||||
imdb.data_released Veröffentlicht
|
||||
|
@@ -875,6 +875,7 @@ imdb.data_director Director
|
||||
imdb.data_failed No data found
|
||||
imdb.data_genre Genre
|
||||
imdb.data_metascore Metascore
|
||||
imdb.data_plot Plot
|
||||
imdb.data_production Production
|
||||
imdb.data_rating_failed No rating
|
||||
imdb.data_released Released
|
||||
|
@@ -380,7 +380,7 @@ void CIMDB::getIMDbData(std::string& txt)
|
||||
if (checkIMDbElement("Plot"))
|
||||
{
|
||||
txt += "\n";
|
||||
txt += m["Plot"];
|
||||
txt += g_Locale->getString(LOCALE_IMDB_DATA_PLOT) + ": " + m["Plot"];
|
||||
}
|
||||
}
|
||||
|
||||
|
@@ -902,6 +902,7 @@ typedef enum
|
||||
LOCALE_IMDB_DATA_FAILED,
|
||||
LOCALE_IMDB_DATA_GENRE,
|
||||
LOCALE_IMDB_DATA_METASCORE,
|
||||
LOCALE_IMDB_DATA_PLOT,
|
||||
LOCALE_IMDB_DATA_PRODUCTION,
|
||||
LOCALE_IMDB_DATA_RATING_FAILED,
|
||||
LOCALE_IMDB_DATA_RELEASED,
|
||||
|
@@ -902,6 +902,7 @@ const char * locale_real_names[] =
|
||||
"imdb.data_failed",
|
||||
"imdb.data_genre",
|
||||
"imdb.data_metascore",
|
||||
"imdb.data_plot",
|
||||
"imdb.data_production",
|
||||
"imdb.data_rating_failed",
|
||||
"imdb.data_released",
|
||||
|
Reference in New Issue
Block a user