Skip to content

Commit

Permalink
Backport message strings
Browse files Browse the repository at this point in the history
  • Loading branch information
Milorad Pop-Tosic committed Apr 26, 2020
1 parent 3938af3 commit 6701943
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions vlsub.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
--[[
VLSub Extension for VLC media player 1.1 and 2.0
Copyright 2013 Guillaume Le Maout
Authors: Guillaume Le Maout
Contact:
http://addons.videolan.org/messages/?action=newmessage&username=exebetche
Expand All @@ -13,10 +14,12 @@ 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 2 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.
Expand Down Expand Up @@ -154,20 +157,24 @@ local options = {

action_login = 'Logging in',
action_logout = 'Logging out',
action_noop = 'Checking session',
action_search = 'Searching subtitles',
action_hash = 'Calculating movie hash',

mess_success = 'Success',
mess_error = 'Error',
mess_warn = 'Warning',
mess_no_response = 'Server not responding',
mess_unauthorized = 'Request unauthorized',
mess_expired = 'Session expired, retrying',
mess_overloaded = 'Server overloaded, please retry later',
mess_no_input = 'Please use this method during playing',
mess_not_local = 'This method works with local file only (for now)',
mess_not_found = 'File not found',
mess_not_found2 = 'File not found (illegal character?)',
mess_no_selection = 'No subtitles selected',
mess_save_fail = 'Unable to save subtitles',
mess_save_warn = 'Unable to save subtitles in file folder, using config folder',
mess_click_link = 'Click here to open the file',
mess_complete = 'Research complete',
mess_no_res = 'No result',
Expand Down

1 comment on commit 6701943

@DaedalusBLN
Copy link

@DaedalusBLN DaedalusBLN commented on 6701943 Apr 26, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@poptosic: Now I'm getting lua warning: Error while running script C:\Program Files\VideoLAN\VLC\lua\extensions\vlsub.lua, function (null)(): ...\Program Files\VideoLAN\VLC\lua\extensions\vlsub.lua:1707: attempt to call global 'warn_tag' (a nil value)

Please sign in to comment.