1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

update translations

This commit is contained in:
Luke Pulverenti 2015-09-07 11:54:57 -04:00
parent 69e9dbcc51
commit 7ee6317dae
92 changed files with 907 additions and 901 deletions

View file

@ -260,7 +260,7 @@
this.checked = filters.indexOf(',' + filterName) != -1;
}).checkboxradio('refresh');
});
$('.chkVideoTypeFilter', viewPanel).each(function () {
@ -269,11 +269,11 @@
this.checked = filters.indexOf(',' + filterName) != -1;
}).checkboxradio('refresh');
});
$('.chk3DFilter', viewPanel).checked(query.Is3D == true).checkboxradio('refresh');
$('.chkHDFilter', viewPanel).checked(query.IsHD == true).checkboxradio('refresh');
$('.chkSDFilter', viewPanel).checked(query.IsHD == false).checkboxradio('refresh');
$('.chk3DFilter', viewPanel).checked(query.Is3D == true);
$('.chkHDFilter', viewPanel).checked(query.IsHD == true);
$('.chkSDFilter', viewPanel).checked(query.IsHD == false);
$('.alphabetPicker', tabContent).alphaValue(query.NameStartsWithOrGreater);
}