""" Premiumize Kodi Addon Copyright (C) 2016 tknorris 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, see . """ STRINGS = { 'transfer_list': 30000, 'file_list': 30001, 'clear_all_finished': 30002, 'complete': 30003, 'abort_transfer': 30004, 'del_transfer': 30005, 'transcode': 30006, 'delete_item': 30007, 'enter_folder_name': 30008, 'create_folder': 30009, 'delete_folder': 30010, 'rename_folder': 30011, 'add_download': 30012, 'select_torrent_nzb': 30013, 'download_added': 30014, 'failed_create_dir': 30015, 'downloading': 30016, 'failed_write_file': 30017, 'download_complete': 30018, 'download_error': 30019, 'download_item': 30020, 'select_directory': 30021, 'download_video': 30022, 'paste_torrent': 30023, 'paste_keyboard': 30024 }