added french language translations and new icon - Thanks to mikebzh44

This commit is contained in:
robweber 2012-08-01 14:49:40 -05:00
parent 934f9b63e8
commit 1e41f75df4
4 changed files with 7 additions and 3 deletions

View File

@ -11,6 +11,6 @@
<summary lang="en">Backup and restore your XBMC database and configuration files in the event of a crash or file corruption.</summary> <summary lang="en">Backup and restore your XBMC database and configuration files in the event of a crash or file corruption.</summary>
<description lang="en">Ever hosed your XBMC configuration and wished you'd had a backup? Now you can with one easy click. You can export your database, playlist, thumbnails, addons and other configuration details to any source writeable by XBMC.</description> <description lang="en">Ever hosed your XBMC configuration and wished you'd had a backup? Now you can with one easy click. You can export your database, playlist, thumbnails, addons and other configuration details to any source writeable by XBMC.</description>
<platform>all</platform> <platform>all</platform>
<language>en</language> <language>en fr</language>
</extension> </extension>
</addon> </addon>

BIN
icon.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 43 KiB

After

Width:  |  Height:  |  Size: 48 KiB

View File

@ -4,6 +4,10 @@
<string id="30011">General</string> <string id="30011">General</string>
<string id="30012">File Selection</string> <string id="30012">File Selection</string>
<string id="30016">Backup</string>
<string id="30017">Restore</string>
<string id="30018">Browse Path</string>
<string id="30019">Type Path</string>
<string id="30020">Browse Remote Path</string> <string id="30020">Browse Remote Path</string>
<string id="30021">Backup Folder Name</string> <string id="30021">Backup Folder Name</string>
<string id="30022">Run Silent</string> <string id="30022">Run Silent</string>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<settings> <settings>
<category id="general" label="30011"> <category id="general" label="30011">
<setting id="addon_mode" type="enum" values="Backup|Restore" default="Backup" label="30023" /> <setting id="addon_mode" type="enum" lvalues="30016|30017" default="0" label="30023" />
<setting id="remote_selection" type="enum" values="Browse Path|Type Path" defaults="Browse Path" label="30025"/> <setting id="remote_selection" type="enum" lvalues="30018|30019" default="0" label="30025"/>
<setting id="remote_path_2" type="text" label="30024" default="" visible="eq(-1,1)" /> <setting id="remote_path_2" type="text" label="30024" default="" visible="eq(-1,1)" />
<setting id="remote_path" type="folder" label="30020" visible="eq(-2,0)" /> <setting id="remote_path" type="folder" label="30020" visible="eq(-2,0)" />
<setting id="backup_name" type="text" label="30021" default="xbmc_backup"/> <setting id="backup_name" type="text" label="30021" default="xbmc_backup"/>