mirror of
https://github.com/Fledge68/WiiFlow_Lite.git
synced 2024-11-01 00:55:06 +01:00
-added new translatable string, dl25, for french
-updated english.ini
This commit is contained in:
parent
7c4bb1fa04
commit
199db7cfaa
@ -225,7 +225,7 @@ void CMenu::_textPluginSettings(void)
|
|||||||
while(true)
|
while(true)
|
||||||
{
|
{
|
||||||
if(i == 0)
|
if(i == 0)
|
||||||
m_btnMgr.setText(m_pluginLblCat[i], _t("dl3", L"All"));
|
m_btnMgr.setText(m_pluginLblCat[i], _t("dl25", L"All"));
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
if(m_plugin.PluginExist(i - 1))
|
if(m_plugin.PluginExist(i - 1))
|
||||||
|
@ -73,6 +73,10 @@ cfgg26=Disable IOS Reload block
|
|||||||
cfgg27=Aspect Ratio
|
cfgg27=Aspect Ratio
|
||||||
cfgg28=NMM
|
cfgg28=NMM
|
||||||
cfgg29=No DVD Patch
|
cfgg29=No DVD Patch
|
||||||
|
cfgg30=Extract Save from NAND
|
||||||
|
cfgg31=Extract
|
||||||
|
cfgg32=Flash Save to NAND
|
||||||
|
cfgg33=Flash
|
||||||
cfgg3=Language
|
cfgg3=Language
|
||||||
cfgg4=Patch country strings
|
cfgg4=Patch country strings
|
||||||
cfgg5=Ocarina
|
cfgg5=Ocarina
|
||||||
@ -104,6 +108,8 @@ cfgne24=Extract save
|
|||||||
cfgne25=Create new save
|
cfgne25=Create new save
|
||||||
cfgne26=A save file for this game was created on real NAND. Extract existing save file from real NAND or create new file for NAND Emulation?
|
cfgne26=A save file for this game was created on real NAND. Extract existing save file from real NAND or create new file for NAND Emulation?
|
||||||
cfgne27=Calculating space needed for extraction...
|
cfgne27=Calculating space needed for extraction...
|
||||||
|
cfgne28=Game Save Flasher
|
||||||
|
cfgne29=Flashed: %d saves / %d files / %d folders
|
||||||
cfgp1=Game Partition
|
cfgp1=Game Partition
|
||||||
cfgp3=Init network on boot
|
cfgp3=Init network on boot
|
||||||
cfgpl1=Select Plugins
|
cfgpl1=Select Plugins
|
||||||
@ -135,6 +141,7 @@ dl21=Original/Custom
|
|||||||
dl22=Custom/Original
|
dl22=Custom/Original
|
||||||
dl23=Custom/Custom
|
dl23=Custom/Custom
|
||||||
dl24=Custom only
|
dl24=Custom only
|
||||||
|
dl25=All
|
||||||
dl3=All
|
dl3=All
|
||||||
dl4=Missing
|
dl4=Missing
|
||||||
dl5=Download
|
dl5=Download
|
||||||
|
Loading…
Reference in New Issue
Block a user