Bulk rename Emby to Jellyfin in dialogs

This commit is contained in:
mcarlton00
2020-07-04 18:45:27 -04:00
parent 87ec183694
commit 69f3c7cb5d
4 changed files with 30 additions and 30 deletions

View File

@@ -1,6 +1,6 @@
msgid ""
msgstr ""
"Project-Id-Version: EmbyCon\n"
"Project-Id-Version: JellyCon\n"
"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Language-Team: \n"
@@ -51,7 +51,7 @@ msgid "[Change user]"
msgstr ""
msgctxt "#30014"
msgid "Emby"
msgid "Jellyfin"
msgstr ""
msgctxt "#30015"
@@ -447,7 +447,7 @@ msgid "Extra Resume Prompt Detected"
msgstr ""
msgctxt "#30277"
msgid "EmbyCon needs to prompt for resume on partily played items, Kodi can also prompt, this can cause a double prompt. Do you want to remove the double prompt?"
msgid "JellyCon needs to prompt for resume on partily played items, Kodi can also prompt, this can cause a double prompt. Do you want to remove the double prompt?"
msgstr ""
msgctxt "#30278"
@@ -467,7 +467,7 @@ msgid "Refresh Cached Images"
msgstr ""
msgctxt "#30282"
msgid "No Emby servers detected on your local network."
msgid "No Jellyfin servers detected on your local network."
msgstr ""
msgctxt "#30283"
@@ -535,7 +535,7 @@ msgid "Cache Images"
msgstr ""
msgctxt "#30300"
msgid "Cache all Emby images as local Kodi images?"
msgid "Cache all Jellyfin images as local Kodi images?"
msgstr ""
msgctxt "#30301"
@@ -547,11 +547,11 @@ msgid "Existing images : "
msgstr ""
msgctxt "#30303"
msgid "Missing Emby images : "
msgid "Missing Jellyfin images : "
msgstr ""
msgctxt "#30304"
msgid "Cached Emby images : "
msgid "Cached Jellyfin images : "
msgstr ""
msgctxt "#30305"
@@ -575,7 +575,7 @@ msgid "Select Media Source"
msgstr ""
msgctxt "#30310"
msgid "Enable Emby remote control"
msgid "Enable Jellyfin remote control"
msgstr ""
msgctxt "#30311"
@@ -651,7 +651,7 @@ msgid "Cache artwork in the background"
msgstr ""
msgctxt "#30334"
msgid "Use EmbyCon context menu"
msgid "Use JellyCon context menu"
msgstr ""
msgctxt "#30337"
@@ -687,7 +687,7 @@ msgid "Number of images removed from cache : %s"
msgstr ""
msgctxt "#30345"
msgid "Cache Emby server data requests"
msgid "Cache Jellyfin server data requests"
msgstr ""
msgctxt "#30346"
@@ -859,7 +859,7 @@ msgid "Existing images before delete : "
msgstr ""
msgctxt "#30386"
msgid "Unused Emby images : "
msgid "Unused Jellyfin images : "
msgstr ""
msgctxt "#30387"
@@ -903,7 +903,7 @@ msgid " - Pages"
msgstr ""
msgctxt "#30398"
msgid "Refresh Emby Metadata"
msgid "Refresh Jellyfin Metadata"
msgstr ""
msgctxt "#30399"
@@ -935,7 +935,7 @@ msgid " - Show All"
msgstr ""
msgctxt "#30406"
msgid "Emby Libraries"
msgid "Jellyfin Libraries"
msgstr ""
msgctxt "#30407"

View File

@@ -124,7 +124,7 @@
</category>
<category label="30022">
<setting id="deviceName" type="text" label="30016" default="EmbyCon" visible="true" enable="true" />
<setting id="deviceName" type="text" label="30016" default="JellyCon" visible="true" enable="true" />
<setting id="http_timeout" type="slider" label="30416" default="60" range="5,1,300" option="int" visible="true" />
<setting id="profile_count" type="slider" label="30010" default="0" range="0,1,20" option="int" visible="true" />
<setting id="log_debug" type="bool" label="30027" default="false" visible="true" enable="true" />

View File

@@ -20,7 +20,7 @@
</control>
<!--<include>DefaultBackground</include>-->
<!-- Start of EmbyCon Backgrounds -->
<!-- Start of JellyCon Backgrounds -->
<control type="group">
<!--<animation effect="fade" start="100" end="bg_alpha" time="0" condition="!Control.IsVisible(31111)">Conditional</animation>-->
<animation effect="fade" start="0" end="100" time="300" condition="Window.Previous(fullscreenvideo) | Window.Previous(startup)">WindowOpen</animation>
@@ -42,7 +42,7 @@
<texture background="true" colordiffuse="37FFFFFF">$INFO[ListItem.Art(fanart)]</texture>
<visible>!String.IsEmpty(ListItem.Art(fanart))</visible>
</control>
<!-- End of EmbyCon Backgrounds -->
<!-- End of JellyCon Backgrounds -->
<control type="multiimage">
<depth>DepthBackground</depth>
@@ -69,7 +69,7 @@
<effect type="slide" end="0,20" time="180" tween="sine" delay="80" />
</animation>
<include>OpenClose_Right</include>
<!-- Start of Emby Widget Items -->
<!-- Start of Jellyfin Widget Items -->
<control type="group" id="3000">
<visible>String.IsEqual(Container(9000).ListItem.Property(id),jellyfin_movies)</visible>
<include content="Visible_Right_Delayed">
@@ -124,7 +124,7 @@
</include>
</control>
</control>
<!-- End of Emby Widget Items -->
<!-- End of Jellyfin Widget Items -->
<control type="group" id="5000">
<visible>String.IsEqual(Container(9000).ListItem.Property(id),movies)</visible>
<include content="Visible_Right_Delayed">
@@ -887,9 +887,9 @@
</control>
</itemlayout>
<content>
<!-- Start Emby Menu Items -->
<!-- Start Jellyfin Menu Items -->
<item>
<label>Emby Movies</label>
<label>Jellyfin Movies</label>
<onclick condition="String.IsEmpty(Window(Home).Property(first_load_done))">ActivateWindow(Videos,videodb://movies/titles/,return)</onclick>
<onclick>ActivateWindow(Videos,plugin://plugin.video.jellycon/?mode=SHOW_CONTENT&amp;item_type=Movie&amp;media_type=movies,return)</onclick>
<onclick>SetProperty(first_load_done, done, 10000)</onclick>
@@ -898,7 +898,7 @@
<property name="id">jellyfin_movies</property>
</item>
<item>
<label>Emby TV Shows</label>
<label>Jellyfin TV Shows</label>
<onclick condition="String.IsEmpty(Window(Home).Property(first_load_done))">ActivateWindow(Videos,videodb://movies/titles/,return)</onclick>
<onclick>ActivateWindow(Videos,plugin://plugin.video.jellycon/?mode=SHOW_CONTENT&amp;item_type=Series&amp;media_type=tvshows,return)</onclick>
<onclick>SetProperty(first_load_done, done, 10000)</onclick>
@@ -906,7 +906,7 @@
<thumb>icons/sidemenu/tv.png</thumb>
<property name="id">jellyfin_tvshows</property>
</item>
<!-- End Emby Menu Items -->
<!-- End Jellyfin Menu Items -->
<item>
<label>$LOCALIZE[342]</label>
<onclick condition="Library.HasContent(movies)">ActivateWindow(Videos,videodb://movies/titles/,return)</onclick>

View File

@@ -20,7 +20,7 @@
</control>
<!--<include>DefaultBackground</include>-->
<!-- Start of EmbyCon Backgrounds -->
<!-- Start of JellyCon Backgrounds -->
<control type="group">
<!--<animation effect="fade" start="100" end="bg_alpha" time="0" condition="!Control.IsVisible(31111)">Conditional</animation>-->
<animation effect="fade" start="0" end="100" time="300" condition="Window.Previous(fullscreenvideo) | Window.Previous(startup)">WindowOpen</animation>
@@ -42,7 +42,7 @@
<texture background="true" colordiffuse="37FFFFFF">$INFO[ListItem.Art(fanart)]</texture>
<visible>!String.IsEmpty(ListItem.Art(fanart))</visible>
</control>
<!-- End of EmbyCon Backgrounds -->
<!-- End of JellyCon Backgrounds -->
<control type="multiimage">
<depth>DepthBackground</depth>
@@ -69,7 +69,7 @@
<effect type="slide" end="0,20" time="180" tween="sine" delay="80" />
</animation>
<include>OpenClose_Right</include>
<!-- Start of Emby Widget Items -->
<!-- Start of Jellyfin Widget Items -->
<control type="group" id="3000">
<visible>String.IsEqual(Container(9000).ListItem.Property(id),jellyfin_movies)</visible>
<include content="Visible_Right_Delayed">
@@ -124,7 +124,7 @@
</include>
</control>
</control>
<!-- End of Emby Widget Items -->
<!-- End of Jellyfin Widget Items -->
<control type="group" id="5000">
<visible>String.IsEqual(Container(9000).ListItem.Property(id),movies)</visible>
<include content="Visible_Right_Delayed">
@@ -970,9 +970,9 @@
</control>
</itemlayout>
<content>
<!-- Start Emby Menu Items -->
<!-- Start Jellyfin Menu Items -->
<item>
<label>Emby Movies</label>
<label>Jellyfin Movies</label>
<onclick condition="String.IsEmpty(Window(Home).Property(first_load_done))">ActivateWindow(Videos,videodb://movies/titles/,return)</onclick>
<onclick>ActivateWindow(Videos,plugin://plugin.video.jellycon/?mode=SHOW_CONTENT&amp;item_type=Movie&amp;media_type=movies,return)</onclick>
<onclick>SetProperty(first_load_done, done, 10000)</onclick>
@@ -981,7 +981,7 @@
<property name="id">jellyfin_movies</property>
</item>
<item>
<label>Emby TV Shows</label>
<label>Jellyfin TV Shows</label>
<onclick condition="String.IsEmpty(Window(Home).Property(first_load_done))">ActivateWindow(Videos,videodb://movies/titles/,return)</onclick>
<onclick>ActivateWindow(Videos,plugin://plugin.video.jellycon/?mode=SHOW_CONTENT&amp;item_type=Series&amp;media_type=tvshows,return)</onclick>
<onclick>SetProperty(first_load_done, done, 10000)</onclick>
@@ -1003,7 +1003,7 @@
<thumb>icons/sidemenu/pictures.png</thumb>
<property name="id">change</property>
</item>
<!-- End Emby Menu Items -->
<!-- End Jellyfin Menu Items -->
<item>
<label>$LOCALIZE[342]</label>
<onclick condition="Library.HasContent(movies) + Skin.HasSetting(home_no_categories_widget)">ActivateWindow(Videos,videodb://movies/,return)</onclick>