replace stop button with back button, show media title
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
* show next episode 30 sec before end * translate next episode btn
This commit is contained in:
@ -1,13 +1,32 @@
|
||||
#HomeFlix-Local_en_US.properties US-English Local and default
|
||||
# Project-HomeFlix
|
||||
#
|
||||
# Copyright 2016-2020 <seil0@mosad.xyz>
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
# the Free Software Foundation; either version 3 of the License, or
|
||||
# (at your option) any later version.
|
||||
#
|
||||
# This program is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
# GNU General Public License for more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with this program; if not, write to the Free Software
|
||||
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
|
||||
# MA 02110-1301, USA.
|
||||
#
|
||||
# HomeFlix-Local_en_US.properties US-English Local and default
|
||||
|
||||
#main window translations
|
||||
# main window translations
|
||||
info = Info
|
||||
settings = Settings
|
||||
streamingSettings = Stream Settings
|
||||
tfSearch = Search...
|
||||
openFolder = open Folder
|
||||
|
||||
#settings translations
|
||||
# settings translations
|
||||
homeflixSettingsLbl = HomeFlix Settings
|
||||
filmDirTextField = Path...
|
||||
addDirectory = add directory
|
||||
@ -24,18 +43,18 @@ autoplay = autoplay
|
||||
branchLbl = Branch
|
||||
sourcesLbl = Quellen
|
||||
|
||||
#column translations
|
||||
# column translations
|
||||
columnStreamUrl = File Name
|
||||
columnName = Name
|
||||
columnSeason = Season
|
||||
columnEpisode = Episode
|
||||
columnFavorite = Favorite
|
||||
|
||||
#error translations
|
||||
# error translations
|
||||
vlcNotInstalled = VLC Media Player is required to play a movie!
|
||||
infoText = \nMaintainers: \n \u2022 seil0@mosad.xyz \n \u2022 localhorst@mosad.xyz \n(c) 2016-2019 mosad www.mosad.xyz
|
||||
|
||||
#textFlow translations
|
||||
# textFlow translations
|
||||
title = Title
|
||||
year = Year
|
||||
rated = Rating
|
||||
@ -57,11 +76,15 @@ type = Type
|
||||
boxOffice = BoxOffice
|
||||
website = Website
|
||||
|
||||
#first start
|
||||
# first startnext episode in
|
||||
addSourceHeader = add a new source
|
||||
addSourceBody = HomeFlix was not able to load a source. \nAdd a new local directory oa a streaming file as new source.
|
||||
cancelBtnText = cancel
|
||||
|
||||
#DetailView
|
||||
# DetailView
|
||||
crew = Featured Crew
|
||||
score = User Score
|
||||
|
||||
# player
|
||||
nextEpisode = next episode in\u0020
|
||||
seconds = \u0020seconds
|
||||
|
Reference in New Issue
Block a user