Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Freemoovies strings #18

Closed
GoogleCodeExporter opened this issue Aug 5, 2015 · 1 comment
Closed

Freemoovies strings #18

GoogleCodeExporter opened this issue Aug 5, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

some stings is not translated:

        if (xbmcplugin.getSetting('download') == '0'):
                dia = xbmcgui.Dialog()
                ret = dia.select('What do you want to do?',
['Play','Download','Download & Play','Exit'])


is possible change:

        if (xbmcplugin.getSetting('download') == '0'):
                dia = xbmcgui.Dialog()
                ret = dia.select('What do you want to do?',
[xbmc.getLocalizedString( 30006 ),xbmc.getLocalizedString( 30007 

),xbmc.getLocalizedString( 30008 ),'Exit'])

and new string "exit" and "What do you want to do?" of course :)

and 

Original issue reported on code.google.com by kot...@gmail.com on 10 Mar 2009 at 5:17

@GoogleCodeExporter
Copy link
Author

Fixed

Original comment by bluecop...@gmail.com on 13 Mar 2009 at 7:49

  • Changed state: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant