i18n typos and IT added

This commit is contained in:
brindosch 2017-10-10 23:03:15 +02:00
parent 59ec767373
commit f66fe39d9d
3 changed files with 10 additions and 8 deletions

View File

@ -10,6 +10,7 @@
"general_speech_de" : "Deutsch",
"general_speech_en" : "Englisch",
"general_speech_es" : "Spanisch",
"general_speech_it" : "Italienisch",
"general_access_default" : "Standard",
"general_access_advanced" : "Fortgeschritten",
"general_access_expert" : "Experte",

View File

@ -10,6 +10,7 @@
"general_speech_de" : "German",
"general_speech_en" : "English",
"general_speech_es" : "Spanish",
"general_speech_it" : "Italian",
"general_access_default" : "Default",
"general_access_advanced" : "Advanced",
"general_access_expert" : "Expert",
@ -237,7 +238,7 @@
"support_label_affinstr3" : "You ALWAYS pay the same price, there is absolutely no difference. Try it out!",
"support_label_btctext" : "Address:",
"support_label_donationpp" : "Donation:",
"support_label_webrestitle" : "Information and help ressources",
"support_label_webrestitle" : "Information and help resources",
"support_label_webpagetitle" : "Webpage",
"support_label_webpagetext" : "Home of Hyperion",
"support_label_wikititle" : "Wiki",
@ -342,7 +343,7 @@
"wiz_cc_link" : "Click me!",
"wiz_cc_morethanone" : "You have more than one profile, please choose the profile you want to calibrate.",
"wiz_cc_btn_stop" : "Stop video",
"wiz_cc_summary" : "A conclusen of your settings. During video playback, you could change or test values again. If you are done, click on save.",
"wiz_cc_summary" : "A conclusion of your settings. During video playback, you could change or test values again. If you are done, click on save.",
"edt_dev_enum_subtract_minimum" : "Substract minimum",
"edt_dev_enum_sub_min_warm_adjust" : "Min warm adjust",
"edt_dev_enum_white_off" : "White off",
@ -532,7 +533,7 @@
"edt_conf_fg_width_title" : "Width",
"edt_conf_fg_width_expl" : "Shrink picture to this width, as raw picture needs a lot of cpu time.",
"edt_conf_fg_height_title" : "Height",
"edt_conf_fg_height_expl" : "Shrink picture to this height, as raw material needs a lot of cpu time.",
"edt_conf_fg_height_expl" : "Shrink picture to this height, as raw picture needs a lot of cpu time.",
"edt_conf_fg_useXGetImage_title" : "Use XGetImage",
"edt_conf_fg_useXGetImage_expl" : "XGetImage for newer X11 desktops",
"edt_conf_fg_verticalPixelDecimation_title" : "Vertical pixel decimation",
@ -574,7 +575,7 @@
"edt_conf_kodic_enable3DDetection_expl" : "Detect which 3D mode Kodi is running. (no MVC and not for USB capture)",
"edt_conf_fge_heading_title" : "Boot Effect/Color",
"edt_conf_fge_type_title" : "Type",
"edt_conf_fge_type_expl" : "Choose between a color of effect.",
"edt_conf_fge_type_expl" : "Choose between a color or effect.",
"edt_conf_fge_color_title" : "Color",
"edt_conf_fge_color_expl" : "If type is \"Color\", set a color of your choice here.",
"edt_conf_fge_effect_title" : "Effect",
@ -602,7 +603,7 @@
"edt_conf_webc_heading_title" : "Web Configuration",
"edt_conf_webc_docroot_title" : "Document Root",
"edt_conf_webc_docroot_expl" : "Local webinterface root path (just for webui developer)",
"edt_conf_effp_heading_title" : "Effekt Paths",
"edt_conf_effp_heading_title" : "Effect Paths",
"edt_conf_effp_paths_title" : "Effect Path(s)",
"edt_conf_effp_paths_expl" : "You could define more folders that contain effects. The effect configurator will always save inside the first folder.",
"edt_conf_effp_paths_itemtitle" : "Path",

View File

@ -1,6 +1,6 @@
var storedAccess;
var storedLang;
var availLang = ['en','de','es'];
var availLang = ['en','de','es','it'];
var availAccess = ['default','advanced','expert'];
//$.i18n.debug = true;