Make more strings translatable (Masato HASHIMOTO)

This commit is contained in:
Christophe Dumez
2011-05-02 16:06:26 +00:00
parent b59dded2a4
commit c7c30ccaee
69 changed files with 1972 additions and 1556 deletions

View File

@@ -266,7 +266,7 @@ var createPriorityCombo = function(id, selected_prio) {
noCache: true,
method: 'get',
onFailure: function() {
$('error_div').set('html', 'qBittorrent client is not reachable');
$('error_div').set('html', '_(qBittorrent client is not reachable)');
waitingTorrentFiles=false;
loadTorrentFilesData.delay(2000);
},