diff --git a/projects/frontend/es-app/src/guis/menus/GuiMenuCRT.cpp b/projects/frontend/es-app/src/guis/menus/GuiMenuCRT.cpp index 3840c804b9533a02cf7c66ef3f4e5880c10bb735..d3864eca9f4d3585ecf13e8a2cbef00ff0b09f65 100644 --- a/projects/frontend/es-app/src/guis/menus/GuiMenuCRT.cpp +++ b/projects/frontend/es-app/src/guis/menus/GuiMenuCRT.cpp @@ -124,7 +124,7 @@ std::vector> GuiMenuCRT::GetDacEntries(bo }; // Always push none - list.push_back( { "None", CrtAdapterType::None, selectedDac == CrtAdapterType::None } ); + list.push_back( { "NONE", CrtAdapterType::None, selectedDac == CrtAdapterType::None } ); // Push all adapters or only one if it is automatically detected const ICrtInterface& crt = Board::Instance().CrtBoard(); for(const auto& item : Adapters) diff --git a/projects/frontend/es-app/src/views/crt/CrtView.cpp b/projects/frontend/es-app/src/views/crt/CrtView.cpp index 433d779ea1942e62d88f03d758dbcd55bb414fb1..b00f357ff03528460c60fea0c47febc912b7bd19 100644 --- a/projects/frontend/es-app/src/views/crt/CrtView.cpp +++ b/projects/frontend/es-app/src/views/crt/CrtView.cpp @@ -152,11 +152,11 @@ void CrtView::UpdateViewport() { mPattern.setSize((float) (reference + CrtConf::Instance().GetSystemCRTViewportWidth()), mPattern.getSize().y()); mPattern.setPosition(Renderer::Instance().DisplayWidthAsFloat() / 2.f+hoffsetDiff, Renderer::Instance().DisplayHeightAsFloat() / 2.f +voffsetDiff, .0f); - mViewportText->setText(_("Image width: ") + Strings::ToString(CrtConf::Instance().GetSystemCRTViewportWidth())); + mViewportText->setText(_("Image width:") + " " + Strings::ToString(CrtConf::Instance().GetSystemCRTViewportWidth())); mHorizontalOffsetText->setText( - _("Horizontal offset: ") + Strings::ToString(CrtConf::Instance().GetSystemCRTHorizontalOffset())); + _("Horizontal offset:") + " " + Strings::ToString(CrtConf::Instance().GetSystemCRTHorizontalOffset())); mVerticalOffsetText->setText( - _("Vertical offset: ") + Strings::ToString(CrtConf::Instance().GetSystemCRTVerticalOffset())); + _("Vertical offset:") + " " + Strings::ToString(CrtConf::Instance().GetSystemCRTVerticalOffset())); if (mOriginalHOffset != CrtConf::Instance().GetSystemCRTHorizontalOffset()) { mHorizontalOffsetText->setColor(0xAAAAFFFF); diff --git a/projects/frontend/locale/emulationstation2.pot b/projects/frontend/locale/emulationstation2.pot index e3accad0bee353aba2698aebcdf3044df1108b15..f6f8b29ab56ecf02bd6b697da252e221d3dec10e 100755 --- a/projects/frontend/locale/emulationstation2.pot +++ b/projects/frontend/locale/emulationstation2.pot @@ -3493,3 +3493,147 @@ msgstr "" # msgid "Video" msgstr "" + +# +msgid "RECALBOX CRT" +msgstr "" + +# +msgid "RGB output for VGA666, PI2SCART, RGBPI." +msgstr "" + +# +msgid "CRT ADAPTER" +msgstr "" + +# +msgid "Enable RGB output for VGA666, PI2SCART, RGBPI." +msgstr "" + +# +msgid "MENU RESOLUTION" +msgstr "" + +# +msgid "Select emulationstation resolution. 480i is recommended for better details." +msgstr "" + +# +msgid "SCREEN TYPE" +msgstr "" + +# +msgid "FORCE 50HZ" +msgstr "" + +# +msgid "SELECT GAME REFRESH RATE AT LAUNCH" +msgstr "" + +# +msgid "Let you choice between 50Hz and 60Hz at launch, for compatible systems." +msgstr "" + +# +msgid "SELECT GAME RESOLUTION AT LAUNCH" +msgstr "" + +# +msgid "Let you choice between 240p, 480i, or 480p at launch, for compatible systems." +msgstr "" + +# +msgid "RUN DEMOS IN 240P@120" +msgstr "" + +# +msgid "SCANLINES IN 480P" +msgstr "" + +# +msgid "Run the demos in 240p resolution on you 31kHz monitor." +msgstr "" + +# +msgid "ZERO LAG (BETA)" +msgstr "" + +# +msgid "Configure emulators to approach a zero lag experience." +msgstr "" + +# +msgid "FORCE SOUND ON JACK" +msgstr "" + +# +msgid "Force sound on jack. Auto-enabled when 31kHz switch is ON" +msgstr "" + +# +msgid "SCREEN CALIBRATION (BETA)" +msgstr "" + +# +msgid "PAL HORIZONTAL OFFSET" +msgstr "" + +# +msgid "If you PAL images are not centered, you can override the default horizontal offset here." +msgstr "" + +# +msgid "PAL VERTICAL OFFSET" +msgstr "" + +# +msgid "If you PAL images are not centered, you can override the default vertical offset here." +msgstr "" + +# +msgid "CRT SETTINGS" +msgstr "" + +# +msgid "(Hardware managed)" +msgstr "" + +# +msgid "240p" +msgstr "" + +# +msgid "480p" +msgstr "" + +# +msgid "480i (recommended)" +msgstr "" + +# +msgid "MOVE SCREEN" +msgstr "" + +# +msgid "WIDER" +msgstr "" + +# +msgid "NARROWER" +msgstr "" + +# +msgid "VALIDATE CHANGES" +msgstr "" + +# +msgid "Image width:" +msgstr "" + +# +msgid "Horizontal offset:" +msgstr "" + +# +msgid "Vertical offset:" +msgstr "" diff --git a/projects/frontend/locale/lang/ar/LC_MESSAGES/emulationstation2.po b/projects/frontend/locale/lang/ar/LC_MESSAGES/emulationstation2.po index 5cfa926b9244429fdab16c6ed85de196a8032451..1c392c9d1931ea6286c77c7ebb1d08e89e660a6a 100644 --- a/projects/frontend/locale/lang/ar/LC_MESSAGES/emulationstation2.po +++ b/projects/frontend/locale/lang/ar/LC_MESSAGES/emulationstation2.po @@ -3116,7 +3116,16 @@ msgid "CASE MANAGEMENT" msgstr "" # -msgid "If you installed a case on your Recalbox, you can install or uninstall it in this. Some cases are detected automatically and will also be reported here." +msgid "" +"To take advantage of the safe shutdown feature, the SAFE SHUTDOWN switch of " +"your Retroflag case (located inside the case, on the electronic part) must " +"be positioned on ON." +msgstr "" + +# +msgid "" +"If you installed a case on your Recalbox, you can install or uninstall it in " +"this. Some cases are detected automatically and will also be reported here." msgstr "" # @@ -3128,7 +3137,9 @@ msgid "Initializing share folders..." msgstr "" # -msgid "The USB device %NAME% with no rom folder and no share folder has been plugged in! Would you like to initialize this device?" +msgid "" +"The USB device %NAME% with no rom folder and no share folder has been " +"plugged in! Would you like to initialize this device?" msgstr "" # @@ -3136,7 +3147,9 @@ msgid "• Choose '%INIT%' to create only all the rom folders" msgstr "" # -msgid "• Choose '%MOVE%' to copy all the current share to the new device, automatically switch to this device, and reboot" +msgid "" +"• Choose '%MOVE%' to copy all the current share to the new device, " +"automatically switch to this device, and reboot" msgstr "" # @@ -3156,7 +3169,9 @@ msgid "Setting up boot device..." msgstr "" # -msgid "Your USB device has been initialized! Ready to reboot on your new share device!" +msgid "" +"Your USB device has been initialized! Ready to reboot on your new share " +"device!" msgstr "" # @@ -3174,3 +3189,153 @@ msgstr "" # msgid "Video" msgstr "" + +# +msgid "RECALBOX CRT" +msgstr "" + +# +msgid "RGB output for VGA666, PI2SCART, RGBPI." +msgstr "" + +# +msgid "CRT ADAPTER" +msgstr "" + +# +msgid "Enable RGB output for VGA666, PI2SCART, RGBPI." +msgstr "" + +# +msgid "MENU RESOLUTION" +msgstr "" + +# +msgid "" +"Select emulationstation resolution. 480i is recommended for better details." +msgstr "" + +# +msgid "SCREEN TYPE" +msgstr "" + +# +msgid "FORCE 50HZ" +msgstr "" + +# +msgid "SELECT GAME REFRESH RATE AT LAUNCH" +msgstr "" + +# +msgid "Let you choice between 50Hz and 60Hz at launch, for compatible systems." +msgstr "" + +# +msgid "SELECT GAME RESOLUTION AT LAUNCH" +msgstr "" + +# +msgid "" +"Let you choice between 240p, 480i, or 480p at launch, for compatible systems." +msgstr "" + +# +msgid "RUN DEMOS IN 240P@120" +msgstr "" + +# +msgid "SCANLINES IN 480P" +msgstr "" + +# +msgid "Run the demos in 240p resolution on you 31kHz monitor." +msgstr "" + +# +msgid "ZERO LAG (BETA)" +msgstr "" + +# +msgid "Configure emulators to approach a zero lag experience." +msgstr "" + +# +msgid "FORCE SOUND ON JACK" +msgstr "" + +# +msgid "Force sound on jack. Auto-enabled when 31kHz switch is ON" +msgstr "" + +# +msgid "SCREEN CALIBRATION (BETA)" +msgstr "" + +# +msgid "PAL HORIZONTAL OFFSET" +msgstr "" + +# +msgid "" +"If you PAL images are not centered, you can override the default horizontal " +"offset here." +msgstr "" + +# +msgid "PAL VERTICAL OFFSET" +msgstr "" + +# +msgid "" +"If you PAL images are not centered, you can override the default vertical " +"offset here." +msgstr "" + +# +msgid "CRT SETTINGS" +msgstr "" + +# +msgid "(Hardware managed)" +msgstr "" + +# +msgid "240p" +msgstr "" + +# +msgid "480p" +msgstr "" + +# +msgid "480i (recommended)" +msgstr "" + +# +msgid "MOVE SCREEN" +msgstr "" + +# +msgid "WIDER" +msgstr "" + +# +msgid "NARROWER" +msgstr "" + +# +msgid "VALIDATE CHANGES" +msgstr "" + +# +msgid "Image width:" +msgstr "" + +# +msgid "Horizontal offset:" +msgstr "" + +# +msgid "Vertical offset:" +msgstr "" diff --git a/projects/frontend/locale/lang/ca/LC_MESSAGES/emulationstation2.po b/projects/frontend/locale/lang/ca/LC_MESSAGES/emulationstation2.po index 5d9ab526d842e3c0b153c74a48b9c8a288694f60..100c74708892ad2822ad0c6cacaab07094867794 100644 --- a/projects/frontend/locale/lang/ca/LC_MESSAGES/emulationstation2.po +++ b/projects/frontend/locale/lang/ca/LC_MESSAGES/emulationstation2.po @@ -3211,7 +3211,16 @@ msgid "CASE MANAGEMENT" msgstr "" # -msgid "If you installed a case on your Recalbox, you can install or uninstall it in this. Some cases are detected automatically and will also be reported here." +msgid "" +"To take advantage of the safe shutdown feature, the SAFE SHUTDOWN switch of " +"your Retroflag case (located inside the case, on the electronic part) must " +"be positioned on ON." +msgstr "" + +# +msgid "" +"If you installed a case on your Recalbox, you can install or uninstall it in " +"this. Some cases are detected automatically and will also be reported here." msgstr "" # @@ -3223,7 +3232,9 @@ msgid "Initializing share folders..." msgstr "" # -msgid "The USB device %NAME% with no rom folder and no share folder has been plugged in! Would you like to initialize this device?" +msgid "" +"The USB device %NAME% with no rom folder and no share folder has been " +"plugged in! Would you like to initialize this device?" msgstr "" # @@ -3231,7 +3242,9 @@ msgid "• Choose '%INIT%' to create only all the rom folders" msgstr "" # -msgid "• Choose '%MOVE%' to copy all the current share to the new device, automatically switch to this device, and reboot" +msgid "" +"• Choose '%MOVE%' to copy all the current share to the new device, " +"automatically switch to this device, and reboot" msgstr "" # @@ -3251,7 +3264,9 @@ msgid "Setting up boot device..." msgstr "" # -msgid "Your USB device has been initialized! Ready to reboot on your new share device!" +msgid "" +"Your USB device has been initialized! Ready to reboot on your new share " +"device!" msgstr "" # @@ -3269,3 +3284,153 @@ msgstr "" # msgid "Video" msgstr "" + +# +msgid "RECALBOX CRT" +msgstr "" + +# +msgid "RGB output for VGA666, PI2SCART, RGBPI." +msgstr "" + +# +msgid "CRT ADAPTER" +msgstr "" + +# +msgid "Enable RGB output for VGA666, PI2SCART, RGBPI." +msgstr "" + +# +msgid "MENU RESOLUTION" +msgstr "" + +# +msgid "" +"Select emulationstation resolution. 480i is recommended for better details." +msgstr "" + +# +msgid "SCREEN TYPE" +msgstr "" + +# +msgid "FORCE 50HZ" +msgstr "" + +# +msgid "SELECT GAME REFRESH RATE AT LAUNCH" +msgstr "" + +# +msgid "Let you choice between 50Hz and 60Hz at launch, for compatible systems." +msgstr "" + +# +msgid "SELECT GAME RESOLUTION AT LAUNCH" +msgstr "" + +# +msgid "" +"Let you choice between 240p, 480i, or 480p at launch, for compatible systems." +msgstr "" + +# +msgid "RUN DEMOS IN 240P@120" +msgstr "" + +# +msgid "SCANLINES IN 480P" +msgstr "" + +# +msgid "Run the demos in 240p resolution on you 31kHz monitor." +msgstr "" + +# +msgid "ZERO LAG (BETA)" +msgstr "" + +# +msgid "Configure emulators to approach a zero lag experience." +msgstr "" + +# +msgid "FORCE SOUND ON JACK" +msgstr "" + +# +msgid "Force sound on jack. Auto-enabled when 31kHz switch is ON" +msgstr "" + +# +msgid "SCREEN CALIBRATION (BETA)" +msgstr "" + +# +msgid "PAL HORIZONTAL OFFSET" +msgstr "" + +# +msgid "" +"If you PAL images are not centered, you can override the default horizontal " +"offset here." +msgstr "" + +# +msgid "PAL VERTICAL OFFSET" +msgstr "" + +# +msgid "" +"If you PAL images are not centered, you can override the default vertical " +"offset here." +msgstr "" + +# +msgid "CRT SETTINGS" +msgstr "" + +# +msgid "(Hardware managed)" +msgstr "" + +# +msgid "240p" +msgstr "" + +# +msgid "480p" +msgstr "" + +# +msgid "480i (recommended)" +msgstr "" + +# +msgid "MOVE SCREEN" +msgstr "" + +# +msgid "WIDER" +msgstr "" + +# +msgid "NARROWER" +msgstr "" + +# +msgid "VALIDATE CHANGES" +msgstr "" + +# +msgid "Image width:" +msgstr "" + +# +msgid "Horizontal offset:" +msgstr "" + +# +msgid "Vertical offset:" +msgstr "" diff --git a/projects/frontend/locale/lang/cs/LC_MESSAGES/emulationstation2.po b/projects/frontend/locale/lang/cs/LC_MESSAGES/emulationstation2.po index 8ed212af2be151b19af2a534fca336cecd3f2ae2..f40dd5b0abd655a24497deeaebacad1182bda791 100644 --- a/projects/frontend/locale/lang/cs/LC_MESSAGES/emulationstation2.po +++ b/projects/frontend/locale/lang/cs/LC_MESSAGES/emulationstation2.po @@ -3384,7 +3384,16 @@ msgid "CASE MANAGEMENT" msgstr "" # -msgid "If you installed a case on your Recalbox, you can install or uninstall it in this. Some cases are detected automatically and will also be reported here." +msgid "" +"To take advantage of the safe shutdown feature, the SAFE SHUTDOWN switch of " +"your Retroflag case (located inside the case, on the electronic part) must " +"be positioned on ON." +msgstr "" + +# +msgid "" +"If you installed a case on your Recalbox, you can install or uninstall it in " +"this. Some cases are detected automatically and will also be reported here." msgstr "" # @@ -3396,7 +3405,9 @@ msgid "Initializing share folders..." msgstr "" # -msgid "The USB device %NAME% with no rom folder and no share folder has been plugged in! Would you like to initialize this device?" +msgid "" +"The USB device %NAME% with no rom folder and no share folder has been " +"plugged in! Would you like to initialize this device?" msgstr "" # @@ -3404,7 +3415,9 @@ msgid "• Choose '%INIT%' to create only all the rom folders" msgstr "" # -msgid "• Choose '%MOVE%' to copy all the current share to the new device, automatically switch to this device, and reboot" +msgid "" +"• Choose '%MOVE%' to copy all the current share to the new device, " +"automatically switch to this device, and reboot" msgstr "" # @@ -3424,7 +3437,9 @@ msgid "Setting up boot device..." msgstr "" # -msgid "Your USB device has been initialized! Ready to reboot on your new share device!" +msgid "" +"Your USB device has been initialized! Ready to reboot on your new share " +"device!" msgstr "" # @@ -3443,5 +3458,155 @@ msgstr "" msgid "Video" msgstr "" +# +msgid "RECALBOX CRT" +msgstr "" + +# +msgid "RGB output for VGA666, PI2SCART, RGBPI." +msgstr "" + +# +msgid "CRT ADAPTER" +msgstr "" + +# +msgid "Enable RGB output for VGA666, PI2SCART, RGBPI." +msgstr "" + +# +msgid "MENU RESOLUTION" +msgstr "" + +# +msgid "" +"Select emulationstation resolution. 480i is recommended for better details." +msgstr "" + +# +msgid "SCREEN TYPE" +msgstr "" + +# +msgid "FORCE 50HZ" +msgstr "" + +# +msgid "SELECT GAME REFRESH RATE AT LAUNCH" +msgstr "" + +# +msgid "Let you choice between 50Hz and 60Hz at launch, for compatible systems." +msgstr "" + +# +msgid "SELECT GAME RESOLUTION AT LAUNCH" +msgstr "" + +# +msgid "" +"Let you choice between 240p, 480i, or 480p at launch, for compatible systems." +msgstr "" + +# +msgid "RUN DEMOS IN 240P@120" +msgstr "" + +# +msgid "SCANLINES IN 480P" +msgstr "" + +# +msgid "Run the demos in 240p resolution on you 31kHz monitor." +msgstr "" + +# +msgid "ZERO LAG (BETA)" +msgstr "" + +# +msgid "Configure emulators to approach a zero lag experience." +msgstr "" + +# +msgid "FORCE SOUND ON JACK" +msgstr "" + +# +msgid "Force sound on jack. Auto-enabled when 31kHz switch is ON" +msgstr "" + +# +msgid "SCREEN CALIBRATION (BETA)" +msgstr "" + +# +msgid "PAL HORIZONTAL OFFSET" +msgstr "" + +# +msgid "" +"If you PAL images are not centered, you can override the default horizontal " +"offset here." +msgstr "" + +# +msgid "PAL VERTICAL OFFSET" +msgstr "" + +# +msgid "" +"If you PAL images are not centered, you can override the default vertical " +"offset here." +msgstr "" + +# +msgid "CRT SETTINGS" +msgstr "" + +# +msgid "(Hardware managed)" +msgstr "" + +# +msgid "240p" +msgstr "" + +# +msgid "480p" +msgstr "" + +# +msgid "480i (recommended)" +msgstr "" + +# +msgid "MOVE SCREEN" +msgstr "" + +# +msgid "WIDER" +msgstr "" + +# +msgid "NARROWER" +msgstr "" + +# +msgid "VALIDATE CHANGES" +msgstr "" + +# +msgid "Image width:" +msgstr "" + +# +msgid "Horizontal offset:" +msgstr "" + +# +msgid "Vertical offset:" +msgstr "" + #~ msgid "SECURITY" #~ msgstr "ZABEZPEČENÍ" diff --git a/projects/frontend/locale/lang/de/LC_MESSAGES/emulationstation2.po b/projects/frontend/locale/lang/de/LC_MESSAGES/emulationstation2.po index 98f22c9723320e7ea80d6f463479ecbce0ec4d18..8d71d7747e333d19389e33d2f232682bb62ad08c 100644 --- a/projects/frontend/locale/lang/de/LC_MESSAGES/emulationstation2.po +++ b/projects/frontend/locale/lang/de/LC_MESSAGES/emulationstation2.po @@ -3435,7 +3435,16 @@ msgid "CASE MANAGEMENT" msgstr "" # -msgid "If you installed a case on your Recalbox, you can install or uninstall it in this. Some cases are detected automatically and will also be reported here." +msgid "" +"To take advantage of the safe shutdown feature, the SAFE SHUTDOWN switch of " +"your Retroflag case (located inside the case, on the electronic part) must " +"be positioned on ON." +msgstr "" + +# +msgid "" +"If you installed a case on your Recalbox, you can install or uninstall it in " +"this. Some cases are detected automatically and will also be reported here." msgstr "" # @@ -3447,7 +3456,9 @@ msgid "Initializing share folders..." msgstr "" # -msgid "The USB device %NAME% with no rom folder and no share folder has been plugged in! Would you like to initialize this device?" +msgid "" +"The USB device %NAME% with no rom folder and no share folder has been " +"plugged in! Would you like to initialize this device?" msgstr "" # @@ -3455,7 +3466,9 @@ msgid "• Choose '%INIT%' to create only all the rom folders" msgstr "" # -msgid "• Choose '%MOVE%' to copy all the current share to the new device, automatically switch to this device, and reboot" +msgid "" +"• Choose '%MOVE%' to copy all the current share to the new device, " +"automatically switch to this device, and reboot" msgstr "" # @@ -3475,7 +3488,9 @@ msgid "Setting up boot device..." msgstr "" # -msgid "Your USB device has been initialized! Ready to reboot on your new share device!" +msgid "" +"Your USB device has been initialized! Ready to reboot on your new share " +"device!" msgstr "" # @@ -3494,5 +3509,155 @@ msgstr "" msgid "Video" msgstr "" +# +msgid "RECALBOX CRT" +msgstr "" + +# +msgid "RGB output for VGA666, PI2SCART, RGBPI." +msgstr "" + +# +msgid "CRT ADAPTER" +msgstr "" + +# +msgid "Enable RGB output for VGA666, PI2SCART, RGBPI." +msgstr "" + +# +msgid "MENU RESOLUTION" +msgstr "" + +# +msgid "" +"Select emulationstation resolution. 480i is recommended for better details." +msgstr "" + +# +msgid "SCREEN TYPE" +msgstr "" + +# +msgid "FORCE 50HZ" +msgstr "" + +# +msgid "SELECT GAME REFRESH RATE AT LAUNCH" +msgstr "" + +# +msgid "Let you choice between 50Hz and 60Hz at launch, for compatible systems." +msgstr "" + +# +msgid "SELECT GAME RESOLUTION AT LAUNCH" +msgstr "" + +# +msgid "" +"Let you choice between 240p, 480i, or 480p at launch, for compatible systems." +msgstr "" + +# +msgid "RUN DEMOS IN 240P@120" +msgstr "" + +# +msgid "SCANLINES IN 480P" +msgstr "" + +# +msgid "Run the demos in 240p resolution on you 31kHz monitor." +msgstr "" + +# +msgid "ZERO LAG (BETA)" +msgstr "" + +# +msgid "Configure emulators to approach a zero lag experience." +msgstr "" + +# +msgid "FORCE SOUND ON JACK" +msgstr "" + +# +msgid "Force sound on jack. Auto-enabled when 31kHz switch is ON" +msgstr "" + +# +msgid "SCREEN CALIBRATION (BETA)" +msgstr "" + +# +msgid "PAL HORIZONTAL OFFSET" +msgstr "" + +# +msgid "" +"If you PAL images are not centered, you can override the default horizontal " +"offset here." +msgstr "" + +# +msgid "PAL VERTICAL OFFSET" +msgstr "" + +# +msgid "" +"If you PAL images are not centered, you can override the default vertical " +"offset here." +msgstr "" + +# +msgid "CRT SETTINGS" +msgstr "" + +# +msgid "(Hardware managed)" +msgstr "" + +# +msgid "240p" +msgstr "" + +# +msgid "480p" +msgstr "" + +# +msgid "480i (recommended)" +msgstr "" + +# +msgid "MOVE SCREEN" +msgstr "" + +# +msgid "WIDER" +msgstr "" + +# +msgid "NARROWER" +msgstr "" + +# +msgid "VALIDATE CHANGES" +msgstr "" + +# +msgid "Image width:" +msgstr "" + +# +msgid "Horizontal offset:" +msgstr "" + +# +msgid "Vertical offset:" +msgstr "" + #~ msgid "SECURITY" #~ msgstr "SICHERHEIT" diff --git a/projects/frontend/locale/lang/el/LC_MESSAGES/emulationstation2.po b/projects/frontend/locale/lang/el/LC_MESSAGES/emulationstation2.po index 26a535eae3d934bd44caf6ef1066206a7441d1fa..586d55b7ebcb01f8e29ecda13420a6fb3606af92 100644 --- a/projects/frontend/locale/lang/el/LC_MESSAGES/emulationstation2.po +++ b/projects/frontend/locale/lang/el/LC_MESSAGES/emulationstation2.po @@ -3073,7 +3073,16 @@ msgid "CASE MANAGEMENT" msgstr "" # -msgid "If you installed a case on your Recalbox, you can install or uninstall it in this. Some cases are detected automatically and will also be reported here." +msgid "" +"To take advantage of the safe shutdown feature, the SAFE SHUTDOWN switch of " +"your Retroflag case (located inside the case, on the electronic part) must " +"be positioned on ON." +msgstr "" + +# +msgid "" +"If you installed a case on your Recalbox, you can install or uninstall it in " +"this. Some cases are detected automatically and will also be reported here." msgstr "" # @@ -3085,7 +3094,9 @@ msgid "Initializing share folders..." msgstr "" # -msgid "The USB device %NAME% with no rom folder and no share folder has been plugged in! Would you like to initialize this device?" +msgid "" +"The USB device %NAME% with no rom folder and no share folder has been " +"plugged in! Would you like to initialize this device?" msgstr "" # @@ -3093,7 +3104,9 @@ msgid "• Choose '%INIT%' to create only all the rom folders" msgstr "" # -msgid "• Choose '%MOVE%' to copy all the current share to the new device, automatically switch to this device, and reboot" +msgid "" +"• Choose '%MOVE%' to copy all the current share to the new device, " +"automatically switch to this device, and reboot" msgstr "" # @@ -3113,7 +3126,9 @@ msgid "Setting up boot device..." msgstr "" # -msgid "Your USB device has been initialized! Ready to reboot on your new share device!" +msgid "" +"Your USB device has been initialized! Ready to reboot on your new share " +"device!" msgstr "" # @@ -3131,3 +3146,153 @@ msgstr "" # msgid "Video" msgstr "" + +# +msgid "RECALBOX CRT" +msgstr "" + +# +msgid "RGB output for VGA666, PI2SCART, RGBPI." +msgstr "" + +# +msgid "CRT ADAPTER" +msgstr "" + +# +msgid "Enable RGB output for VGA666, PI2SCART, RGBPI." +msgstr "" + +# +msgid "MENU RESOLUTION" +msgstr "" + +# +msgid "" +"Select emulationstation resolution. 480i is recommended for better details." +msgstr "" + +# +msgid "SCREEN TYPE" +msgstr "" + +# +msgid "FORCE 50HZ" +msgstr "" + +# +msgid "SELECT GAME REFRESH RATE AT LAUNCH" +msgstr "" + +# +msgid "Let you choice between 50Hz and 60Hz at launch, for compatible systems." +msgstr "" + +# +msgid "SELECT GAME RESOLUTION AT LAUNCH" +msgstr "" + +# +msgid "" +"Let you choice between 240p, 480i, or 480p at launch, for compatible systems." +msgstr "" + +# +msgid "RUN DEMOS IN 240P@120" +msgstr "" + +# +msgid "SCANLINES IN 480P" +msgstr "" + +# +msgid "Run the demos in 240p resolution on you 31kHz monitor." +msgstr "" + +# +msgid "ZERO LAG (BETA)" +msgstr "" + +# +msgid "Configure emulators to approach a zero lag experience." +msgstr "" + +# +msgid "FORCE SOUND ON JACK" +msgstr "" + +# +msgid "Force sound on jack. Auto-enabled when 31kHz switch is ON" +msgstr "" + +# +msgid "SCREEN CALIBRATION (BETA)" +msgstr "" + +# +msgid "PAL HORIZONTAL OFFSET" +msgstr "" + +# +msgid "" +"If you PAL images are not centered, you can override the default horizontal " +"offset here." +msgstr "" + +# +msgid "PAL VERTICAL OFFSET" +msgstr "" + +# +msgid "" +"If you PAL images are not centered, you can override the default vertical " +"offset here." +msgstr "" + +# +msgid "CRT SETTINGS" +msgstr "" + +# +msgid "(Hardware managed)" +msgstr "" + +# +msgid "240p" +msgstr "" + +# +msgid "480p" +msgstr "" + +# +msgid "480i (recommended)" +msgstr "" + +# +msgid "MOVE SCREEN" +msgstr "" + +# +msgid "WIDER" +msgstr "" + +# +msgid "NARROWER" +msgstr "" + +# +msgid "VALIDATE CHANGES" +msgstr "" + +# +msgid "Image width:" +msgstr "" + +# +msgid "Horizontal offset:" +msgstr "" + +# +msgid "Vertical offset:" +msgstr "" diff --git a/projects/frontend/locale/lang/en/LC_MESSAGES/emulationstation2.po b/projects/frontend/locale/lang/en/LC_MESSAGES/emulationstation2.po index 3105cbb2050a13aa82d1db41837829b7a07405a1..d2712068395d469ba6e57e845e2fefd93895dd5b 100644 --- a/projects/frontend/locale/lang/en/LC_MESSAGES/emulationstation2.po +++ b/projects/frontend/locale/lang/en/LC_MESSAGES/emulationstation2.po @@ -3378,7 +3378,16 @@ msgid "CASE MANAGEMENT" msgstr "" # -msgid "If you installed a case on your Recalbox, you can install or uninstall it in this. Some cases are detected automatically and will also be reported here." +msgid "" +"To take advantage of the safe shutdown feature, the SAFE SHUTDOWN switch of " +"your Retroflag case (located inside the case, on the electronic part) must " +"be positioned on ON." +msgstr "" + +# +msgid "" +"If you installed a case on your Recalbox, you can install or uninstall it in " +"this. Some cases are detected automatically and will also be reported here." msgstr "" # @@ -3390,7 +3399,9 @@ msgid "Initializing share folders..." msgstr "" # -msgid "The USB device %NAME% with no rom folder and no share folder has been plugged in! Would you like to initialize this device?" +msgid "" +"The USB device %NAME% with no rom folder and no share folder has been " +"plugged in! Would you like to initialize this device?" msgstr "" # @@ -3398,7 +3409,9 @@ msgid "• Choose '%INIT%' to create only all the rom folders" msgstr "" # -msgid "• Choose '%MOVE%' to copy all the current share to the new device, automatically switch to this device, and reboot" +msgid "" +"• Choose '%MOVE%' to copy all the current share to the new device, " +"automatically switch to this device, and reboot" msgstr "" # @@ -3418,7 +3431,9 @@ msgid "Setting up boot device..." msgstr "" # -msgid "Your USB device has been initialized! Ready to reboot on your new share device!" +msgid "" +"Your USB device has been initialized! Ready to reboot on your new share " +"device!" msgstr "" # @@ -3436,3 +3451,153 @@ msgstr "" # msgid "Video" msgstr "" + +# +msgid "RECALBOX CRT" +msgstr "" + +# +msgid "RGB output for VGA666, PI2SCART, RGBPI." +msgstr "" + +# +msgid "CRT ADAPTER" +msgstr "" + +# +msgid "Enable RGB output for VGA666, PI2SCART, RGBPI." +msgstr "" + +# +msgid "MENU RESOLUTION" +msgstr "" + +# +msgid "" +"Select emulationstation resolution. 480i is recommended for better details." +msgstr "" + +# +msgid "SCREEN TYPE" +msgstr "" + +# +msgid "FORCE 50HZ" +msgstr "" + +# +msgid "SELECT GAME REFRESH RATE AT LAUNCH" +msgstr "" + +# +msgid "Let you choice between 50Hz and 60Hz at launch, for compatible systems." +msgstr "" + +# +msgid "SELECT GAME RESOLUTION AT LAUNCH" +msgstr "" + +# +msgid "" +"Let you choice between 240p, 480i, or 480p at launch, for compatible systems." +msgstr "" + +# +msgid "RUN DEMOS IN 240P@120" +msgstr "" + +# +msgid "SCANLINES IN 480P" +msgstr "" + +# +msgid "Run the demos in 240p resolution on you 31kHz monitor." +msgstr "" + +# +msgid "ZERO LAG (BETA)" +msgstr "" + +# +msgid "Configure emulators to approach a zero lag experience." +msgstr "" + +# +msgid "FORCE SOUND ON JACK" +msgstr "" + +# +msgid "Force sound on jack. Auto-enabled when 31kHz switch is ON" +msgstr "" + +# +msgid "SCREEN CALIBRATION (BETA)" +msgstr "" + +# +msgid "PAL HORIZONTAL OFFSET" +msgstr "" + +# +msgid "" +"If you PAL images are not centered, you can override the default horizontal " +"offset here." +msgstr "" + +# +msgid "PAL VERTICAL OFFSET" +msgstr "" + +# +msgid "" +"If you PAL images are not centered, you can override the default vertical " +"offset here." +msgstr "" + +# +msgid "CRT SETTINGS" +msgstr "" + +# +msgid "(Hardware managed)" +msgstr "" + +# +msgid "240p" +msgstr "" + +# +msgid "480p" +msgstr "" + +# +msgid "480i (recommended)" +msgstr "" + +# +msgid "MOVE SCREEN" +msgstr "" + +# +msgid "WIDER" +msgstr "" + +# +msgid "NARROWER" +msgstr "" + +# +msgid "VALIDATE CHANGES" +msgstr "" + +# +msgid "Image width:" +msgstr "" + +# +msgid "Horizontal offset:" +msgstr "" + +# +msgid "Vertical offset:" +msgstr "" diff --git a/projects/frontend/locale/lang/es/LC_MESSAGES/emulationstation2.po b/projects/frontend/locale/lang/es/LC_MESSAGES/emulationstation2.po index e1170e7d80eeba9d08de1513f923706cf7944b03..b22acba61e7eb5cc221722bf0e2eb810f05459f5 100644 --- a/projects/frontend/locale/lang/es/LC_MESSAGES/emulationstation2.po +++ b/projects/frontend/locale/lang/es/LC_MESSAGES/emulationstation2.po @@ -3428,7 +3428,16 @@ msgid "CASE MANAGEMENT" msgstr "" # -msgid "If you installed a case on your Recalbox, you can install or uninstall it in this. Some cases are detected automatically and will also be reported here." +msgid "" +"To take advantage of the safe shutdown feature, the SAFE SHUTDOWN switch of " +"your Retroflag case (located inside the case, on the electronic part) must " +"be positioned on ON." +msgstr "" + +# +msgid "" +"If you installed a case on your Recalbox, you can install or uninstall it in " +"this. Some cases are detected automatically and will also be reported here." msgstr "" # @@ -3440,7 +3449,9 @@ msgid "Initializing share folders..." msgstr "" # -msgid "The USB device %NAME% with no rom folder and no share folder has been plugged in! Would you like to initialize this device?" +msgid "" +"The USB device %NAME% with no rom folder and no share folder has been " +"plugged in! Would you like to initialize this device?" msgstr "" # @@ -3448,7 +3459,9 @@ msgid "• Choose '%INIT%' to create only all the rom folders" msgstr "" # -msgid "• Choose '%MOVE%' to copy all the current share to the new device, automatically switch to this device, and reboot" +msgid "" +"• Choose '%MOVE%' to copy all the current share to the new device, " +"automatically switch to this device, and reboot" msgstr "" # @@ -3468,7 +3481,9 @@ msgid "Setting up boot device..." msgstr "" # -msgid "Your USB device has been initialized! Ready to reboot on your new share device!" +msgid "" +"Your USB device has been initialized! Ready to reboot on your new share " +"device!" msgstr "" # @@ -3486,3 +3501,153 @@ msgstr "" # msgid "Video" msgstr "" + +# +msgid "RECALBOX CRT" +msgstr "" + +# +msgid "RGB output for VGA666, PI2SCART, RGBPI." +msgstr "" + +# +msgid "CRT ADAPTER" +msgstr "" + +# +msgid "Enable RGB output for VGA666, PI2SCART, RGBPI." +msgstr "" + +# +msgid "MENU RESOLUTION" +msgstr "" + +# +msgid "" +"Select emulationstation resolution. 480i is recommended for better details." +msgstr "" + +# +msgid "SCREEN TYPE" +msgstr "" + +# +msgid "FORCE 50HZ" +msgstr "" + +# +msgid "SELECT GAME REFRESH RATE AT LAUNCH" +msgstr "" + +# +msgid "Let you choice between 50Hz and 60Hz at launch, for compatible systems." +msgstr "" + +# +msgid "SELECT GAME RESOLUTION AT LAUNCH" +msgstr "" + +# +msgid "" +"Let you choice between 240p, 480i, or 480p at launch, for compatible systems." +msgstr "" + +# +msgid "RUN DEMOS IN 240P@120" +msgstr "" + +# +msgid "SCANLINES IN 480P" +msgstr "" + +# +msgid "Run the demos in 240p resolution on you 31kHz monitor." +msgstr "" + +# +msgid "ZERO LAG (BETA)" +msgstr "" + +# +msgid "Configure emulators to approach a zero lag experience." +msgstr "" + +# +msgid "FORCE SOUND ON JACK" +msgstr "" + +# +msgid "Force sound on jack. Auto-enabled when 31kHz switch is ON" +msgstr "" + +# +msgid "SCREEN CALIBRATION (BETA)" +msgstr "" + +# +msgid "PAL HORIZONTAL OFFSET" +msgstr "" + +# +msgid "" +"If you PAL images are not centered, you can override the default horizontal " +"offset here." +msgstr "" + +# +msgid "PAL VERTICAL OFFSET" +msgstr "" + +# +msgid "" +"If you PAL images are not centered, you can override the default vertical " +"offset here." +msgstr "" + +# +msgid "CRT SETTINGS" +msgstr "" + +# +msgid "(Hardware managed)" +msgstr "" + +# +msgid "240p" +msgstr "" + +# +msgid "480p" +msgstr "" + +# +msgid "480i (recommended)" +msgstr "" + +# +msgid "MOVE SCREEN" +msgstr "" + +# +msgid "WIDER" +msgstr "" + +# +msgid "NARROWER" +msgstr "" + +# +msgid "VALIDATE CHANGES" +msgstr "" + +# +msgid "Image width:" +msgstr "" + +# +msgid "Horizontal offset:" +msgstr "" + +# +msgid "Vertical offset:" +msgstr "" diff --git a/projects/frontend/locale/lang/eu_ES/LC_MESSAGES/emulationstation2.po b/projects/frontend/locale/lang/eu_ES/LC_MESSAGES/emulationstation2.po index 3267a963a0ca50420c59dbadf948ed8a72d01430..0e82bfc8906d533d0860eeced4d40c40505c21d6 100644 --- a/projects/frontend/locale/lang/eu_ES/LC_MESSAGES/emulationstation2.po +++ b/projects/frontend/locale/lang/eu_ES/LC_MESSAGES/emulationstation2.po @@ -3091,7 +3091,16 @@ msgid "CASE MANAGEMENT" msgstr "" # -msgid "If you installed a case on your Recalbox, you can install or uninstall it in this. Some cases are detected automatically and will also be reported here." +msgid "" +"To take advantage of the safe shutdown feature, the SAFE SHUTDOWN switch of " +"your Retroflag case (located inside the case, on the electronic part) must " +"be positioned on ON." +msgstr "" + +# +msgid "" +"If you installed a case on your Recalbox, you can install or uninstall it in " +"this. Some cases are detected automatically and will also be reported here." msgstr "" # @@ -3103,7 +3112,9 @@ msgid "Initializing share folders..." msgstr "" # -msgid "The USB device %NAME% with no rom folder and no share folder has been plugged in! Would you like to initialize this device?" +msgid "" +"The USB device %NAME% with no rom folder and no share folder has been " +"plugged in! Would you like to initialize this device?" msgstr "" # @@ -3111,7 +3122,9 @@ msgid "• Choose '%INIT%' to create only all the rom folders" msgstr "" # -msgid "• Choose '%MOVE%' to copy all the current share to the new device, automatically switch to this device, and reboot" +msgid "" +"• Choose '%MOVE%' to copy all the current share to the new device, " +"automatically switch to this device, and reboot" msgstr "" # @@ -3131,7 +3144,9 @@ msgid "Setting up boot device..." msgstr "" # -msgid "Your USB device has been initialized! Ready to reboot on your new share device!" +msgid "" +"Your USB device has been initialized! Ready to reboot on your new share " +"device!" msgstr "" # @@ -3149,3 +3164,153 @@ msgstr "" # msgid "Video" msgstr "" + +# +msgid "RECALBOX CRT" +msgstr "" + +# +msgid "RGB output for VGA666, PI2SCART, RGBPI." +msgstr "" + +# +msgid "CRT ADAPTER" +msgstr "" + +# +msgid "Enable RGB output for VGA666, PI2SCART, RGBPI." +msgstr "" + +# +msgid "MENU RESOLUTION" +msgstr "" + +# +msgid "" +"Select emulationstation resolution. 480i is recommended for better details." +msgstr "" + +# +msgid "SCREEN TYPE" +msgstr "" + +# +msgid "FORCE 50HZ" +msgstr "" + +# +msgid "SELECT GAME REFRESH RATE AT LAUNCH" +msgstr "" + +# +msgid "Let you choice between 50Hz and 60Hz at launch, for compatible systems." +msgstr "" + +# +msgid "SELECT GAME RESOLUTION AT LAUNCH" +msgstr "" + +# +msgid "" +"Let you choice between 240p, 480i, or 480p at launch, for compatible systems." +msgstr "" + +# +msgid "RUN DEMOS IN 240P@120" +msgstr "" + +# +msgid "SCANLINES IN 480P" +msgstr "" + +# +msgid "Run the demos in 240p resolution on you 31kHz monitor." +msgstr "" + +# +msgid "ZERO LAG (BETA)" +msgstr "" + +# +msgid "Configure emulators to approach a zero lag experience." +msgstr "" + +# +msgid "FORCE SOUND ON JACK" +msgstr "" + +# +msgid "Force sound on jack. Auto-enabled when 31kHz switch is ON" +msgstr "" + +# +msgid "SCREEN CALIBRATION (BETA)" +msgstr "" + +# +msgid "PAL HORIZONTAL OFFSET" +msgstr "" + +# +msgid "" +"If you PAL images are not centered, you can override the default horizontal " +"offset here." +msgstr "" + +# +msgid "PAL VERTICAL OFFSET" +msgstr "" + +# +msgid "" +"If you PAL images are not centered, you can override the default vertical " +"offset here." +msgstr "" + +# +msgid "CRT SETTINGS" +msgstr "" + +# +msgid "(Hardware managed)" +msgstr "" + +# +msgid "240p" +msgstr "" + +# +msgid "480p" +msgstr "" + +# +msgid "480i (recommended)" +msgstr "" + +# +msgid "MOVE SCREEN" +msgstr "" + +# +msgid "WIDER" +msgstr "" + +# +msgid "NARROWER" +msgstr "" + +# +msgid "VALIDATE CHANGES" +msgstr "" + +# +msgid "Image width:" +msgstr "" + +# +msgid "Horizontal offset:" +msgstr "" + +# +msgid "Vertical offset:" +msgstr "" diff --git a/projects/frontend/locale/lang/fa_IR/LC_MESSAGES/emulationstation2.po b/projects/frontend/locale/lang/fa_IR/LC_MESSAGES/emulationstation2.po index 33a8caef4e669de39fcdf777207f2e81736754cd..ef731d36fd0772b38da6beb47547d6e9635ad596 100644 --- a/projects/frontend/locale/lang/fa_IR/LC_MESSAGES/emulationstation2.po +++ b/projects/frontend/locale/lang/fa_IR/LC_MESSAGES/emulationstation2.po @@ -3078,7 +3078,16 @@ msgid "CASE MANAGEMENT" msgstr "" # -msgid "If you installed a case on your Recalbox, you can install or uninstall it in this. Some cases are detected automatically and will also be reported here." +msgid "" +"To take advantage of the safe shutdown feature, the SAFE SHUTDOWN switch of " +"your Retroflag case (located inside the case, on the electronic part) must " +"be positioned on ON." +msgstr "" + +# +msgid "" +"If you installed a case on your Recalbox, you can install or uninstall it in " +"this. Some cases are detected automatically and will also be reported here." msgstr "" # @@ -3090,7 +3099,9 @@ msgid "Initializing share folders..." msgstr "" # -msgid "The USB device %NAME% with no rom folder and no share folder has been plugged in! Would you like to initialize this device?" +msgid "" +"The USB device %NAME% with no rom folder and no share folder has been " +"plugged in! Would you like to initialize this device?" msgstr "" # @@ -3098,7 +3109,9 @@ msgid "• Choose '%INIT%' to create only all the rom folders" msgstr "" # -msgid "• Choose '%MOVE%' to copy all the current share to the new device, automatically switch to this device, and reboot" +msgid "" +"• Choose '%MOVE%' to copy all the current share to the new device, " +"automatically switch to this device, and reboot" msgstr "" # @@ -3118,7 +3131,9 @@ msgid "Setting up boot device..." msgstr "" # -msgid "Your USB device has been initialized! Ready to reboot on your new share device!" +msgid "" +"Your USB device has been initialized! Ready to reboot on your new share " +"device!" msgstr "" # @@ -3136,3 +3151,153 @@ msgstr "" # msgid "Video" msgstr "" + +# +msgid "RECALBOX CRT" +msgstr "" + +# +msgid "RGB output for VGA666, PI2SCART, RGBPI." +msgstr "" + +# +msgid "CRT ADAPTER" +msgstr "" + +# +msgid "Enable RGB output for VGA666, PI2SCART, RGBPI." +msgstr "" + +# +msgid "MENU RESOLUTION" +msgstr "" + +# +msgid "" +"Select emulationstation resolution. 480i is recommended for better details." +msgstr "" + +# +msgid "SCREEN TYPE" +msgstr "" + +# +msgid "FORCE 50HZ" +msgstr "" + +# +msgid "SELECT GAME REFRESH RATE AT LAUNCH" +msgstr "" + +# +msgid "Let you choice between 50Hz and 60Hz at launch, for compatible systems." +msgstr "" + +# +msgid "SELECT GAME RESOLUTION AT LAUNCH" +msgstr "" + +# +msgid "" +"Let you choice between 240p, 480i, or 480p at launch, for compatible systems." +msgstr "" + +# +msgid "RUN DEMOS IN 240P@120" +msgstr "" + +# +msgid "SCANLINES IN 480P" +msgstr "" + +# +msgid "Run the demos in 240p resolution on you 31kHz monitor." +msgstr "" + +# +msgid "ZERO LAG (BETA)" +msgstr "" + +# +msgid "Configure emulators to approach a zero lag experience." +msgstr "" + +# +msgid "FORCE SOUND ON JACK" +msgstr "" + +# +msgid "Force sound on jack. Auto-enabled when 31kHz switch is ON" +msgstr "" + +# +msgid "SCREEN CALIBRATION (BETA)" +msgstr "" + +# +msgid "PAL HORIZONTAL OFFSET" +msgstr "" + +# +msgid "" +"If you PAL images are not centered, you can override the default horizontal " +"offset here." +msgstr "" + +# +msgid "PAL VERTICAL OFFSET" +msgstr "" + +# +msgid "" +"If you PAL images are not centered, you can override the default vertical " +"offset here." +msgstr "" + +# +msgid "CRT SETTINGS" +msgstr "" + +# +msgid "(Hardware managed)" +msgstr "" + +# +msgid "240p" +msgstr "" + +# +msgid "480p" +msgstr "" + +# +msgid "480i (recommended)" +msgstr "" + +# +msgid "MOVE SCREEN" +msgstr "" + +# +msgid "WIDER" +msgstr "" + +# +msgid "NARROWER" +msgstr "" + +# +msgid "VALIDATE CHANGES" +msgstr "" + +# +msgid "Image width:" +msgstr "" + +# +msgid "Horizontal offset:" +msgstr "" + +# +msgid "Vertical offset:" +msgstr "" diff --git a/projects/frontend/locale/lang/fr/LC_MESSAGES/emulationstation2.po b/projects/frontend/locale/lang/fr/LC_MESSAGES/emulationstation2.po index 13bf78ab75a17f05bc2d288f2b6ed22ef478135c..2e8baaf222cbdca5f38f78fadd51a96b90110932 100644 --- a/projects/frontend/locale/lang/fr/LC_MESSAGES/emulationstation2.po +++ b/projects/frontend/locale/lang/fr/LC_MESSAGES/emulationstation2.po @@ -3066,8 +3066,8 @@ msgid "" "recalbox.com if the problem persists." msgstr "" "Le processus de mise à jour a échoué. Vous êtes toujours sur la version %s.\n" -"Veuillez retenter de mettre à jour votre Recalbox et contactez l’équipe sur https://forum." -"recalbox.com si le problème persiste." +"Veuillez retenter de mettre à jour votre Recalbox et contactez l’équipe sur " +"https://forum.recalbox.com si le problème persiste." # msgid "RECALBOX OVERLAYS" @@ -3187,15 +3187,16 @@ msgstr "SUPPRIMER LA CAPTURE D'ÉCRAN" # msgid "This option display a menu which allows to DELETE game data." -msgstr "Cette option affiche un menu qui permet de SUPPRIMER les données d'un jeu." +msgstr "" +"Cette option affiche un menu qui permet de SUPPRIMER les données d'un jeu." # msgid "" "Global resolution is the resolution used by default when specific " "resolutions are undefined." msgstr "" -"La résolution globale est la résolution utilisée par défaut lorsque " -"les résolutions spécifiques ne sont pas définies." +"La résolution globale est la résolution utilisée par défaut lorsque les " +"résolutions spécifiques ne sont pas définies." # msgid "Select the resolution EmulationStation will use." @@ -3246,24 +3247,24 @@ msgid "" "The device %NAME% containing roms has been plugged in! EmulationStation must " "relaunch to load new games." msgstr "" -"Le périphérique %NAME% contenant des roms a été branché ! EmulationStation doit " -"être relancé pour charger les nouveaux jeux." +"Le périphérique %NAME% contenant des roms a été branché ! EmulationStation " +"doit être relancé pour charger les nouveaux jeux." # msgid "" "A device containing roms has been unplugged! EmulationStation must relaunch " "to remove unavailable games." msgstr "" -"Un périphérique contenant des roms a été débranché ! EmulationStation doit être " -"relancé pour ne plus afficher les jeux non disponibles." +"Un périphérique contenant des roms a été débranché ! EmulationStation doit " +"être relancé pour ne plus afficher les jeux non disponibles." # msgid "" "Your USB device has been initialized! You can unplug it and copy your games " "on it." msgstr "" -"Votre périphérique USB a été initialisé ! Vous pouvez le débrancher et copier " -"vos jeux dessus." +"Votre périphérique USB a été initialisé ! Vous pouvez le débrancher et " +"copier vos jeux dessus." # msgid "" @@ -3278,8 +3279,8 @@ msgid "" "Initialization failed! Your USB device is full or contains errors. Please " "repair or use another device." msgstr "" -"L'initialisation a échoué ! Votre périphérique USB est plein ou contient des erreurs. " -"Veuillez le réparer ou utiliser un autre périphérique." +"L'initialisation a échoué ! Votre périphérique USB est plein ou contient des " +"erreurs. Veuillez le réparer ou utiliser un autre périphérique." # msgid "" @@ -3288,8 +3289,9 @@ msgid "" "device in a Window PC and use the repair tool." msgstr "" "AVERTISSEMENT : Votre périphérique n'a peut-être pas été correctement " -"débranché et présente des erreurs. Par conséquent, il a été monté en lecture seule. " -"Il est recommandé de brancher votre appareil sur un PC Windows et d'utiliser l'outil de réparation de disques." +"débranché et présente des erreurs. Par conséquent, il a été monté en lecture " +"seule. Il est recommandé de brancher votre appareil sur un PC Windows et " +"d'utiliser l'outil de réparation de disques." # msgid "DISPLAY BY FILENAME" @@ -3387,15 +3389,18 @@ msgid "" "\n" "Try again in a few moment or fix your credentials if required." msgstr "" -"Une erreur fatale s'est produite pendant le scraping de votre jeu ! Cela peut " -"être lié à des problèmes de serveur ou à un mauvais nom d'utilisateur/mot de passe.\n" +"Une erreur fatale s'est produite pendant le scraping de votre jeu ! Cela " +"peut être lié à des problèmes de serveur ou à un mauvais nom d'utilisateur/" +"mot de passe.\n" "\n" -"Essayez à nouveau dans quelques instants ou corrigez vos informations d'identification si nécessaire." +"Essayez à nouveau dans quelques instants ou corrigez vos informations " +"d'identification si nécessaire." # msgid "Your scraping session completed. Press OK to show the results." msgstr "" -"Votre session de scraping est terminée. Appuyez sur OK pour afficher les résultats." +"Votre session de scraping est terminée. Appuyez sur OK pour afficher les " +"résultats." # msgid "Please select one or more systems to scrape!" @@ -3410,20 +3415,21 @@ msgid "" "You can hide preinstalled games in UI SETTINGS menu to decrease active " "systems" msgstr "" -"Votre système n'a pas assez de mémoire pour gérer %SYSTEMS% systèmes. Vous ne devriez " -"pas dépasser %MAXSYSTEMS% consoles/ordinateurs ou vous risqueriez de rencontrer des problèmes " -"de stabilité !\n" +"Votre système n'a pas assez de mémoire pour gérer %SYSTEMS% systèmes. Vous " +"ne devriez pas dépasser %MAXSYSTEMS% consoles/ordinateurs ou vous risqueriez " +"de rencontrer des problèmes de stabilité !\n" "\n" -"Vous pouvez masquer les jeux préinstallés dans le menu de l'interface utilisateur pour réduire " -"le nombre de systèmes actifs." +"Vous pouvez masquer les jeux préinstallés dans le menu de l'interface " +"utilisateur pour réduire le nombre de systèmes actifs." # msgid "" "Your system has not enough memory to handle %GAMES% games. You should not " "exceed %MAXGAMES% or you may face stability issues!" msgstr "" -"Votre système n'a pas assez de mémoire pour gérer %GAMES% jeux. Vous ne devriez pas " -"dépasser %MAXGAMES% jeux ou vous risqueriez de rencontrer des problèmes de stabilité !" +"Votre système n'a pas assez de mémoire pour gérer %GAMES% jeux. Vous ne " +"devriez pas dépasser %MAXGAMES% jeux ou vous risqueriez de rencontrer des " +"problèmes de stabilité !" # msgid "WARNING! SYSTEM OVERLOAD!" @@ -3448,9 +3454,10 @@ msgid "" "We still hope to see you back soon as a Recalbox Patron!\n" "Delete your private key to suppress this message." msgstr "" -"Bonjour %NAME%, votre clé privée est liée à un compte Patreon qui n'est " -"plus patron de Recalbox.\n" -"Nous espérons tout de même vous revoir bientôt en tant que patron de Recalbox !\n" +"Bonjour %NAME%, votre clé privée est liée à un compte Patreon qui n'est plus " +"patron de Recalbox.\n" +"Nous espérons tout de même vous revoir bientôt en tant que patron de " +"Recalbox !\n" "Effacez votre clé privée pour supprimer ce message." # @@ -3458,24 +3465,24 @@ msgid "" "Your private key does not allow to retrieve your Patreon information. Go to " "recalbox.com/patreon to generate a new valid key!" msgstr "" -"Votre clé privée ne permet pas de retrouver vos informations de patron. Rendez-vous " -"sur recalbox.com/patreon pour générer une nouvelle clé valide !" +"Votre clé privée ne permet pas de retrouver vos informations de patron. " +"Rendez-vous sur recalbox.com/patreon pour générer une nouvelle clé valide !" # msgid "" "Sorry we're not able to retrieve your Patron level because no network is " "available!" msgstr "" -"Désolé, nous ne sommes pas en mesure de récupérer votre niveau de patron car aucun " -"réseau n'est disponible !" +"Désolé, nous ne sommes pas en mesure de récupérer votre niveau de patron car " +"aucun réseau n'est disponible !" # msgid "" "We're not able to retrieve your Patron level! Sorry for the inconvenience, " "we're already working on a fix!" msgstr "" -"Nous ne sommes pas en mesure de récupérer votre niveau de patron ! Désolé pour " -"le désagrément, nous travaillons déjà sur un correctif !" +"Nous ne sommes pas en mesure de récupérer votre niveau de patron ! Désolé " +"pour le désagrément, nous travaillons déjà sur un correctif !" # msgid "CASE MANAGEMENT" @@ -3483,11 +3490,16 @@ msgstr "GESTION DES BOÎTIERS" # msgid "" -"To take advantage of the safe shutdown feature, the SAFE SHUTDOWN switch of your " -"Retroflag case (located inside the case, on the electronic part) must be switched to ON." +"To take advantage of the safe shutdown feature, the SAFE SHUTDOWN switch of " +"your Retroflag case (located inside the case, on the electronic part) must " +"be positioned on ON." +msgstr "" + +# +msgid "" +"If you installed a case on your Recalbox, you can install or uninstall it in " +"this. Some cases are detected automatically and will also be reported here." msgstr "" -"Pour bénéficier de la fonction d'arrêt sécurisé, l'interrupteur SAFE SHUTDOWN de votre " -"boîtier Retroflag (situé à l'intérieur du boîtier, sur la partie électronique) doit être positionné sur ON." # msgid "Initializing roms folders..." @@ -3498,20 +3510,29 @@ msgid "Initializing share folders..." msgstr "Initialisation des dossiers du share..." # -msgid "The USB device %NAME% with no rom folder and no share folder has been plugged in! Would you like to initialize this device?" -msgstr "Le périphérique USB %NAME% avec aucun dossier de roms ou de dossier share a été branché ! Souhaitez-vous initialiser ce périphérique ?" +msgid "" +"The USB device %NAME% with no rom folder and no share folder has been " +"plugged in! Would you like to initialize this device?" +msgstr "" +"Le périphérique USB %NAME% avec aucun dossier de roms ou de dossier share a " +"été branché ! Souhaitez-vous initialiser ce périphérique ?" # msgid "• Choose '%INIT%' to create only all the rom folders" msgstr "• Choisissez '%INIT%' pour créer uniquement tous les dossiers des roms" # -msgid "• Choose '%MOVE%' to copy all the current share to the new device, automatically switch to this device, and reboot" -msgstr "• Choisissez '%MOVE%' pour copier tout le share actuel vers le nouveau périphérique, de basculer automatiquement sur ce dernier et de redémarrer" +msgid "" +"• Choose '%MOVE%' to copy all the current share to the new device, " +"automatically switch to this device, and reboot" +msgstr "" +"• Choisissez '%MOVE%' pour copier tout le share actuel vers le nouveau " +"périphérique, de basculer automatiquement sur ce dernier et de redémarrer" # msgid "• Or just chose '%CANCEL%' to do nothing with this new device" -msgstr "• Ou choisissez '%CANCEL%' pour ne rien faire avec ce nouveau périphérique" +msgstr "" +"• Ou choisissez '%CANCEL%' pour ne rien faire avec ce nouveau périphérique" # msgid "INITIALIZE" @@ -3526,8 +3547,12 @@ msgid "Setting up boot device..." msgstr "Paramétrage du nouveau périphérique de démarrage..." # -msgid "Your USB device has been initialized! Ready to reboot on your new share device!" -msgstr "Votre périphérique USB a été initialisé ! Le système est prêt à redémarrer sur votre nouveau share !" +msgid "" +"Your USB device has been initialized! Ready to reboot on your new share " +"device!" +msgstr "" +"Votre périphérique USB a été initialisé ! Le système est prêt à redémarrer " +"sur votre nouveau share !" # msgid "UPDATING..." @@ -3544,3 +3569,154 @@ msgstr "%i fichiers" # msgid "Video" msgstr "Vidéo" + +# +msgid "RECALBOX CRT" +msgstr "" + +# +msgid "RGB output for VGA666, PI2SCART, RGBPI." +msgstr "" + +# +msgid "CRT ADAPTER" +msgstr "" + +# +msgid "Enable RGB output for VGA666, PI2SCART, RGBPI." +msgstr "" + +# +msgid "MENU RESOLUTION" +msgstr "" + +# +msgid "" +"Select emulationstation resolution. 480i is recommended for better details." +msgstr "" + +# +msgid "SCREEN TYPE" +msgstr "" + +# +msgid "FORCE 50HZ" +msgstr "" + +# +msgid "SELECT GAME REFRESH RATE AT LAUNCH" +msgstr "" + +# +msgid "Let you choice between 50Hz and 60Hz at launch, for compatible systems." +msgstr "" + +# +msgid "SELECT GAME RESOLUTION AT LAUNCH" +msgstr "" + +# +msgid "" +"Let you choice between 240p, 480i, or 480p at launch, for compatible systems." +msgstr "" + +# +msgid "RUN DEMOS IN 240P@120" +msgstr "" + +# +msgid "SCANLINES IN 480P" +msgstr "" + +# +msgid "Run the demos in 240p resolution on you 31kHz monitor." +msgstr "" + +# +msgid "ZERO LAG (BETA)" +msgstr "" + +# +msgid "Configure emulators to approach a zero lag experience." +msgstr "" + +# +msgid "FORCE SOUND ON JACK" +msgstr "" + +# +msgid "Force sound on jack. Auto-enabled when 31kHz switch is ON" +msgstr "" + +# +msgid "SCREEN CALIBRATION (BETA)" +msgstr "" + +# +msgid "PAL HORIZONTAL OFFSET" +msgstr "" + +# +msgid "" +"If you PAL images are not centered, you can override the default horizontal " +"offset here." +msgstr "" + +# +msgid "PAL VERTICAL OFFSET" +msgstr "" + +# +msgid "" +"If you PAL images are not centered, you can override the default vertical " +"offset here." +msgstr "" + +# +msgid "CRT SETTINGS" +msgstr "" + +# +msgid "(Hardware managed)" +msgstr "" + +# +msgid "240p" +msgstr "" + +# +msgid "480p" +msgstr "" + +# +msgid "480i (recommended)" +msgstr "" + +# +msgid "MOVE SCREEN" +msgstr "" + +# +msgid "WIDER" +msgstr "" + +# +msgid "NARROWER" +msgstr "" + +# +msgid "VALIDATE CHANGES" +msgstr "" + +# +msgid "Image width:" +msgstr "" + +# +msgid "Horizontal offset:" +msgstr "" + +# +msgid "Vertical offset:" +msgstr "" + diff --git a/projects/frontend/locale/lang/gl_ES/LC_MESSAGES/emulationstation2.po b/projects/frontend/locale/lang/gl_ES/LC_MESSAGES/emulationstation2.po index f64fa95ed020e5d22697d8234e1f333bf54f3535..8d97ca365633e1487bb703d99e2d465415b93446 100644 --- a/projects/frontend/locale/lang/gl_ES/LC_MESSAGES/emulationstation2.po +++ b/projects/frontend/locale/lang/gl_ES/LC_MESSAGES/emulationstation2.po @@ -3126,7 +3126,16 @@ msgid "CASE MANAGEMENT" msgstr "" # -msgid "If you installed a case on your Recalbox, you can install or uninstall it in this. Some cases are detected automatically and will also be reported here." +msgid "" +"To take advantage of the safe shutdown feature, the SAFE SHUTDOWN switch of " +"your Retroflag case (located inside the case, on the electronic part) must " +"be positioned on ON." +msgstr "" + +# +msgid "" +"If you installed a case on your Recalbox, you can install or uninstall it in " +"this. Some cases are detected automatically and will also be reported here." msgstr "" # @@ -3138,7 +3147,9 @@ msgid "Initializing share folders..." msgstr "" # -msgid "The USB device %NAME% with no rom folder and no share folder has been plugged in! Would you like to initialize this device?" +msgid "" +"The USB device %NAME% with no rom folder and no share folder has been " +"plugged in! Would you like to initialize this device?" msgstr "" # @@ -3146,7 +3157,9 @@ msgid "• Choose '%INIT%' to create only all the rom folders" msgstr "" # -msgid "• Choose '%MOVE%' to copy all the current share to the new device, automatically switch to this device, and reboot" +msgid "" +"• Choose '%MOVE%' to copy all the current share to the new device, " +"automatically switch to this device, and reboot" msgstr "" # @@ -3166,7 +3179,9 @@ msgid "Setting up boot device..." msgstr "" # -msgid "Your USB device has been initialized! Ready to reboot on your new share device!" +msgid "" +"Your USB device has been initialized! Ready to reboot on your new share " +"device!" msgstr "" # @@ -3184,3 +3199,153 @@ msgstr "" # msgid "Video" msgstr "" + +# +msgid "RECALBOX CRT" +msgstr "" + +# +msgid "RGB output for VGA666, PI2SCART, RGBPI." +msgstr "" + +# +msgid "CRT ADAPTER" +msgstr "" + +# +msgid "Enable RGB output for VGA666, PI2SCART, RGBPI." +msgstr "" + +# +msgid "MENU RESOLUTION" +msgstr "" + +# +msgid "" +"Select emulationstation resolution. 480i is recommended for better details." +msgstr "" + +# +msgid "SCREEN TYPE" +msgstr "" + +# +msgid "FORCE 50HZ" +msgstr "" + +# +msgid "SELECT GAME REFRESH RATE AT LAUNCH" +msgstr "" + +# +msgid "Let you choice between 50Hz and 60Hz at launch, for compatible systems." +msgstr "" + +# +msgid "SELECT GAME RESOLUTION AT LAUNCH" +msgstr "" + +# +msgid "" +"Let you choice between 240p, 480i, or 480p at launch, for compatible systems." +msgstr "" + +# +msgid "RUN DEMOS IN 240P@120" +msgstr "" + +# +msgid "SCANLINES IN 480P" +msgstr "" + +# +msgid "Run the demos in 240p resolution on you 31kHz monitor." +msgstr "" + +# +msgid "ZERO LAG (BETA)" +msgstr "" + +# +msgid "Configure emulators to approach a zero lag experience." +msgstr "" + +# +msgid "FORCE SOUND ON JACK" +msgstr "" + +# +msgid "Force sound on jack. Auto-enabled when 31kHz switch is ON" +msgstr "" + +# +msgid "SCREEN CALIBRATION (BETA)" +msgstr "" + +# +msgid "PAL HORIZONTAL OFFSET" +msgstr "" + +# +msgid "" +"If you PAL images are not centered, you can override the default horizontal " +"offset here." +msgstr "" + +# +msgid "PAL VERTICAL OFFSET" +msgstr "" + +# +msgid "" +"If you PAL images are not centered, you can override the default vertical " +"offset here." +msgstr "" + +# +msgid "CRT SETTINGS" +msgstr "" + +# +msgid "(Hardware managed)" +msgstr "" + +# +msgid "240p" +msgstr "" + +# +msgid "480p" +msgstr "" + +# +msgid "480i (recommended)" +msgstr "" + +# +msgid "MOVE SCREEN" +msgstr "" + +# +msgid "WIDER" +msgstr "" + +# +msgid "NARROWER" +msgstr "" + +# +msgid "VALIDATE CHANGES" +msgstr "" + +# +msgid "Image width:" +msgstr "" + +# +msgid "Horizontal offset:" +msgstr "" + +# +msgid "Vertical offset:" +msgstr "" diff --git a/projects/frontend/locale/lang/hu/LC_MESSAGES/emulationstation2.po b/projects/frontend/locale/lang/hu/LC_MESSAGES/emulationstation2.po index c57662990c138c8cc23106ab05b9a0b95ff4188c..0c13a600f4a0239db2f9ac04a52518986a3bcaf6 100644 --- a/projects/frontend/locale/lang/hu/LC_MESSAGES/emulationstation2.po +++ b/projects/frontend/locale/lang/hu/LC_MESSAGES/emulationstation2.po @@ -3220,7 +3220,16 @@ msgid "CASE MANAGEMENT" msgstr "" # -msgid "If you installed a case on your Recalbox, you can install or uninstall it in this. Some cases are detected automatically and will also be reported here." +msgid "" +"To take advantage of the safe shutdown feature, the SAFE SHUTDOWN switch of " +"your Retroflag case (located inside the case, on the electronic part) must " +"be positioned on ON." +msgstr "" + +# +msgid "" +"If you installed a case on your Recalbox, you can install or uninstall it in " +"this. Some cases are detected automatically and will also be reported here." msgstr "" # @@ -3232,7 +3241,9 @@ msgid "Initializing share folders..." msgstr "" # -msgid "The USB device %NAME% with no rom folder and no share folder has been plugged in! Would you like to initialize this device?" +msgid "" +"The USB device %NAME% with no rom folder and no share folder has been " +"plugged in! Would you like to initialize this device?" msgstr "" # @@ -3240,7 +3251,9 @@ msgid "• Choose '%INIT%' to create only all the rom folders" msgstr "" # -msgid "• Choose '%MOVE%' to copy all the current share to the new device, automatically switch to this device, and reboot" +msgid "" +"• Choose '%MOVE%' to copy all the current share to the new device, " +"automatically switch to this device, and reboot" msgstr "" # @@ -3260,7 +3273,9 @@ msgid "Setting up boot device..." msgstr "" # -msgid "Your USB device has been initialized! Ready to reboot on your new share device!" +msgid "" +"Your USB device has been initialized! Ready to reboot on your new share " +"device!" msgstr "" # @@ -3278,3 +3293,153 @@ msgstr "" # msgid "Video" msgstr "" + +# +msgid "RECALBOX CRT" +msgstr "" + +# +msgid "RGB output for VGA666, PI2SCART, RGBPI." +msgstr "" + +# +msgid "CRT ADAPTER" +msgstr "" + +# +msgid "Enable RGB output for VGA666, PI2SCART, RGBPI." +msgstr "" + +# +msgid "MENU RESOLUTION" +msgstr "" + +# +msgid "" +"Select emulationstation resolution. 480i is recommended for better details." +msgstr "" + +# +msgid "SCREEN TYPE" +msgstr "" + +# +msgid "FORCE 50HZ" +msgstr "" + +# +msgid "SELECT GAME REFRESH RATE AT LAUNCH" +msgstr "" + +# +msgid "Let you choice between 50Hz and 60Hz at launch, for compatible systems." +msgstr "" + +# +msgid "SELECT GAME RESOLUTION AT LAUNCH" +msgstr "" + +# +msgid "" +"Let you choice between 240p, 480i, or 480p at launch, for compatible systems." +msgstr "" + +# +msgid "RUN DEMOS IN 240P@120" +msgstr "" + +# +msgid "SCANLINES IN 480P" +msgstr "" + +# +msgid "Run the demos in 240p resolution on you 31kHz monitor." +msgstr "" + +# +msgid "ZERO LAG (BETA)" +msgstr "" + +# +msgid "Configure emulators to approach a zero lag experience." +msgstr "" + +# +msgid "FORCE SOUND ON JACK" +msgstr "" + +# +msgid "Force sound on jack. Auto-enabled when 31kHz switch is ON" +msgstr "" + +# +msgid "SCREEN CALIBRATION (BETA)" +msgstr "" + +# +msgid "PAL HORIZONTAL OFFSET" +msgstr "" + +# +msgid "" +"If you PAL images are not centered, you can override the default horizontal " +"offset here." +msgstr "" + +# +msgid "PAL VERTICAL OFFSET" +msgstr "" + +# +msgid "" +"If you PAL images are not centered, you can override the default vertical " +"offset here." +msgstr "" + +# +msgid "CRT SETTINGS" +msgstr "" + +# +msgid "(Hardware managed)" +msgstr "" + +# +msgid "240p" +msgstr "" + +# +msgid "480p" +msgstr "" + +# +msgid "480i (recommended)" +msgstr "" + +# +msgid "MOVE SCREEN" +msgstr "" + +# +msgid "WIDER" +msgstr "" + +# +msgid "NARROWER" +msgstr "" + +# +msgid "VALIDATE CHANGES" +msgstr "" + +# +msgid "Image width:" +msgstr "" + +# +msgid "Horizontal offset:" +msgstr "" + +# +msgid "Vertical offset:" +msgstr "" diff --git a/projects/frontend/locale/lang/it/LC_MESSAGES/emulationstation2.po b/projects/frontend/locale/lang/it/LC_MESSAGES/emulationstation2.po index 40c4ac8f3945b9be5eb0b987c42ff007bff5a463..cd421ebd450b232cacd2ad0869e22bbd599418a7 100644 --- a/projects/frontend/locale/lang/it/LC_MESSAGES/emulationstation2.po +++ b/projects/frontend/locale/lang/it/LC_MESSAGES/emulationstation2.po @@ -3083,10 +3083,6 @@ msgid "" "On wide screens, display system images that wrap around emulated screen." msgstr "" -# -msgid "YOUR FAVORITES LIST IS EMPTY. PRESS SELECT TO SHOW ALL GAMES." -msgstr "" - # msgid "No comment available" msgstr "" @@ -3435,7 +3431,16 @@ msgid "CASE MANAGEMENT" msgstr "" # -msgid "If you installed a case on your Recalbox, you can install or uninstall it in this. Some cases are detected automatically and will also be reported here." +msgid "" +"To take advantage of the safe shutdown feature, the SAFE SHUTDOWN switch of " +"your Retroflag case (located inside the case, on the electronic part) must " +"be positioned on ON." +msgstr "" + +# +msgid "" +"If you installed a case on your Recalbox, you can install or uninstall it in " +"this. Some cases are detected automatically and will also be reported here." msgstr "" # @@ -3447,7 +3452,9 @@ msgid "Initializing share folders..." msgstr "" # -msgid "The USB device %NAME% with no rom folder and no share folder has been plugged in! Would you like to initialize this device?" +msgid "" +"The USB device %NAME% with no rom folder and no share folder has been " +"plugged in! Would you like to initialize this device?" msgstr "" # @@ -3455,7 +3462,9 @@ msgid "• Choose '%INIT%' to create only all the rom folders" msgstr "" # -msgid "• Choose '%MOVE%' to copy all the current share to the new device, automatically switch to this device, and reboot" +msgid "" +"• Choose '%MOVE%' to copy all the current share to the new device, " +"automatically switch to this device, and reboot" msgstr "" # @@ -3475,7 +3484,9 @@ msgid "Setting up boot device..." msgstr "" # -msgid "Your USB device has been initialized! Ready to reboot on your new share device!" +msgid "" +"Your USB device has been initialized! Ready to reboot on your new share " +"device!" msgstr "" # @@ -3493,3 +3504,153 @@ msgstr "" # msgid "Video" msgstr "" + +# +msgid "RECALBOX CRT" +msgstr "" + +# +msgid "RGB output for VGA666, PI2SCART, RGBPI." +msgstr "" + +# +msgid "CRT ADAPTER" +msgstr "" + +# +msgid "Enable RGB output for VGA666, PI2SCART, RGBPI." +msgstr "" + +# +msgid "MENU RESOLUTION" +msgstr "" + +# +msgid "" +"Select emulationstation resolution. 480i is recommended for better details." +msgstr "" + +# +msgid "SCREEN TYPE" +msgstr "" + +# +msgid "FORCE 50HZ" +msgstr "" + +# +msgid "SELECT GAME REFRESH RATE AT LAUNCH" +msgstr "" + +# +msgid "Let you choice between 50Hz and 60Hz at launch, for compatible systems." +msgstr "" + +# +msgid "SELECT GAME RESOLUTION AT LAUNCH" +msgstr "" + +# +msgid "" +"Let you choice between 240p, 480i, or 480p at launch, for compatible systems." +msgstr "" + +# +msgid "RUN DEMOS IN 240P@120" +msgstr "" + +# +msgid "SCANLINES IN 480P" +msgstr "" + +# +msgid "Run the demos in 240p resolution on you 31kHz monitor." +msgstr "" + +# +msgid "ZERO LAG (BETA)" +msgstr "" + +# +msgid "Configure emulators to approach a zero lag experience." +msgstr "" + +# +msgid "FORCE SOUND ON JACK" +msgstr "" + +# +msgid "Force sound on jack. Auto-enabled when 31kHz switch is ON" +msgstr "" + +# +msgid "SCREEN CALIBRATION (BETA)" +msgstr "" + +# +msgid "PAL HORIZONTAL OFFSET" +msgstr "" + +# +msgid "" +"If you PAL images are not centered, you can override the default horizontal " +"offset here." +msgstr "" + +# +msgid "PAL VERTICAL OFFSET" +msgstr "" + +# +msgid "" +"If you PAL images are not centered, you can override the default vertical " +"offset here." +msgstr "" + +# +msgid "CRT SETTINGS" +msgstr "" + +# +msgid "(Hardware managed)" +msgstr "" + +# +msgid "240p" +msgstr "" + +# +msgid "480p" +msgstr "" + +# +msgid "480i (recommended)" +msgstr "" + +# +msgid "MOVE SCREEN" +msgstr "" + +# +msgid "WIDER" +msgstr "" + +# +msgid "NARROWER" +msgstr "" + +# +msgid "VALIDATE CHANGES" +msgstr "" + +# +msgid "Image width:" +msgstr "" + +# +msgid "Horizontal offset:" +msgstr "" + +# +msgid "Vertical offset:" +msgstr "" diff --git a/projects/frontend/locale/lang/ja_JP/LC_MESSAGES/emulationstation2.po b/projects/frontend/locale/lang/ja_JP/LC_MESSAGES/emulationstation2.po index a7385ebafba4a2e82b0b9f517f24e95f25982b93..11472b88b19b52a8ea2007323e2e0ada92313e8a 100644 --- a/projects/frontend/locale/lang/ja_JP/LC_MESSAGES/emulationstation2.po +++ b/projects/frontend/locale/lang/ja_JP/LC_MESSAGES/emulationstation2.po @@ -3372,7 +3372,16 @@ msgid "CASE MANAGEMENT" msgstr "" # -msgid "If you installed a case on your Recalbox, you can install or uninstall it in this. Some cases are detected automatically and will also be reported here." +msgid "" +"To take advantage of the safe shutdown feature, the SAFE SHUTDOWN switch of " +"your Retroflag case (located inside the case, on the electronic part) must " +"be positioned on ON." +msgstr "" + +# +msgid "" +"If you installed a case on your Recalbox, you can install or uninstall it in " +"this. Some cases are detected automatically and will also be reported here." msgstr "" # @@ -3384,7 +3393,9 @@ msgid "Initializing share folders..." msgstr "" # -msgid "The USB device %NAME% with no rom folder and no share folder has been plugged in! Would you like to initialize this device?" +msgid "" +"The USB device %NAME% with no rom folder and no share folder has been " +"plugged in! Would you like to initialize this device?" msgstr "" # @@ -3392,7 +3403,9 @@ msgid "• Choose '%INIT%' to create only all the rom folders" msgstr "" # -msgid "• Choose '%MOVE%' to copy all the current share to the new device, automatically switch to this device, and reboot" +msgid "" +"• Choose '%MOVE%' to copy all the current share to the new device, " +"automatically switch to this device, and reboot" msgstr "" # @@ -3412,7 +3425,9 @@ msgid "Setting up boot device..." msgstr "" # -msgid "Your USB device has been initialized! Ready to reboot on your new share device!" +msgid "" +"Your USB device has been initialized! Ready to reboot on your new share " +"device!" msgstr "" # @@ -3430,3 +3445,153 @@ msgstr "" # msgid "Video" msgstr "" + +# +msgid "RECALBOX CRT" +msgstr "" + +# +msgid "RGB output for VGA666, PI2SCART, RGBPI." +msgstr "" + +# +msgid "CRT ADAPTER" +msgstr "" + +# +msgid "Enable RGB output for VGA666, PI2SCART, RGBPI." +msgstr "" + +# +msgid "MENU RESOLUTION" +msgstr "" + +# +msgid "" +"Select emulationstation resolution. 480i is recommended for better details." +msgstr "" + +# +msgid "SCREEN TYPE" +msgstr "" + +# +msgid "FORCE 50HZ" +msgstr "" + +# +msgid "SELECT GAME REFRESH RATE AT LAUNCH" +msgstr "" + +# +msgid "Let you choice between 50Hz and 60Hz at launch, for compatible systems." +msgstr "" + +# +msgid "SELECT GAME RESOLUTION AT LAUNCH" +msgstr "" + +# +msgid "" +"Let you choice between 240p, 480i, or 480p at launch, for compatible systems." +msgstr "" + +# +msgid "RUN DEMOS IN 240P@120" +msgstr "" + +# +msgid "SCANLINES IN 480P" +msgstr "" + +# +msgid "Run the demos in 240p resolution on you 31kHz monitor." +msgstr "" + +# +msgid "ZERO LAG (BETA)" +msgstr "" + +# +msgid "Configure emulators to approach a zero lag experience." +msgstr "" + +# +msgid "FORCE SOUND ON JACK" +msgstr "" + +# +msgid "Force sound on jack. Auto-enabled when 31kHz switch is ON" +msgstr "" + +# +msgid "SCREEN CALIBRATION (BETA)" +msgstr "" + +# +msgid "PAL HORIZONTAL OFFSET" +msgstr "" + +# +msgid "" +"If you PAL images are not centered, you can override the default horizontal " +"offset here." +msgstr "" + +# +msgid "PAL VERTICAL OFFSET" +msgstr "" + +# +msgid "" +"If you PAL images are not centered, you can override the default vertical " +"offset here." +msgstr "" + +# +msgid "CRT SETTINGS" +msgstr "" + +# +msgid "(Hardware managed)" +msgstr "" + +# +msgid "240p" +msgstr "" + +# +msgid "480p" +msgstr "" + +# +msgid "480i (recommended)" +msgstr "" + +# +msgid "MOVE SCREEN" +msgstr "" + +# +msgid "WIDER" +msgstr "" + +# +msgid "NARROWER" +msgstr "" + +# +msgid "VALIDATE CHANGES" +msgstr "" + +# +msgid "Image width:" +msgstr "" + +# +msgid "Horizontal offset:" +msgstr "" + +# +msgid "Vertical offset:" +msgstr "" diff --git a/projects/frontend/locale/lang/ko/LC_MESSAGES/emulationstation2.po b/projects/frontend/locale/lang/ko/LC_MESSAGES/emulationstation2.po index 07e6b4cf6864f05acfc6513c643ae5c339c4a19e..30edc81c8475441a2fd7f66b92a36c903ed017e5 100644 --- a/projects/frontend/locale/lang/ko/LC_MESSAGES/emulationstation2.po +++ b/projects/frontend/locale/lang/ko/LC_MESSAGES/emulationstation2.po @@ -3303,7 +3303,16 @@ msgid "CASE MANAGEMENT" msgstr "" # -msgid "If you installed a case on your Recalbox, you can install or uninstall it in this. Some cases are detected automatically and will also be reported here." +msgid "" +"To take advantage of the safe shutdown feature, the SAFE SHUTDOWN switch of " +"your Retroflag case (located inside the case, on the electronic part) must " +"be positioned on ON." +msgstr "" + +# +msgid "" +"If you installed a case on your Recalbox, you can install or uninstall it in " +"this. Some cases are detected automatically and will also be reported here." msgstr "" # @@ -3315,7 +3324,9 @@ msgid "Initializing share folders..." msgstr "" # -msgid "The USB device %NAME% with no rom folder and no share folder has been plugged in! Would you like to initialize this device?" +msgid "" +"The USB device %NAME% with no rom folder and no share folder has been " +"plugged in! Would you like to initialize this device?" msgstr "" # @@ -3323,7 +3334,9 @@ msgid "• Choose '%INIT%' to create only all the rom folders" msgstr "" # -msgid "• Choose '%MOVE%' to copy all the current share to the new device, automatically switch to this device, and reboot" +msgid "" +"• Choose '%MOVE%' to copy all the current share to the new device, " +"automatically switch to this device, and reboot" msgstr "" # @@ -3343,7 +3356,9 @@ msgid "Setting up boot device..." msgstr "" # -msgid "Your USB device has been initialized! Ready to reboot on your new share device!" +msgid "" +"Your USB device has been initialized! Ready to reboot on your new share " +"device!" msgstr "" # @@ -3361,3 +3376,153 @@ msgstr "" # msgid "Video" msgstr "" + +# +msgid "RECALBOX CRT" +msgstr "" + +# +msgid "RGB output for VGA666, PI2SCART, RGBPI." +msgstr "" + +# +msgid "CRT ADAPTER" +msgstr "" + +# +msgid "Enable RGB output for VGA666, PI2SCART, RGBPI." +msgstr "" + +# +msgid "MENU RESOLUTION" +msgstr "" + +# +msgid "" +"Select emulationstation resolution. 480i is recommended for better details." +msgstr "" + +# +msgid "SCREEN TYPE" +msgstr "" + +# +msgid "FORCE 50HZ" +msgstr "" + +# +msgid "SELECT GAME REFRESH RATE AT LAUNCH" +msgstr "" + +# +msgid "Let you choice between 50Hz and 60Hz at launch, for compatible systems." +msgstr "" + +# +msgid "SELECT GAME RESOLUTION AT LAUNCH" +msgstr "" + +# +msgid "" +"Let you choice between 240p, 480i, or 480p at launch, for compatible systems." +msgstr "" + +# +msgid "RUN DEMOS IN 240P@120" +msgstr "" + +# +msgid "SCANLINES IN 480P" +msgstr "" + +# +msgid "Run the demos in 240p resolution on you 31kHz monitor." +msgstr "" + +# +msgid "ZERO LAG (BETA)" +msgstr "" + +# +msgid "Configure emulators to approach a zero lag experience." +msgstr "" + +# +msgid "FORCE SOUND ON JACK" +msgstr "" + +# +msgid "Force sound on jack. Auto-enabled when 31kHz switch is ON" +msgstr "" + +# +msgid "SCREEN CALIBRATION (BETA)" +msgstr "" + +# +msgid "PAL HORIZONTAL OFFSET" +msgstr "" + +# +msgid "" +"If you PAL images are not centered, you can override the default horizontal " +"offset here." +msgstr "" + +# +msgid "PAL VERTICAL OFFSET" +msgstr "" + +# +msgid "" +"If you PAL images are not centered, you can override the default vertical " +"offset here." +msgstr "" + +# +msgid "CRT SETTINGS" +msgstr "" + +# +msgid "(Hardware managed)" +msgstr "" + +# +msgid "240p" +msgstr "" + +# +msgid "480p" +msgstr "" + +# +msgid "480i (recommended)" +msgstr "" + +# +msgid "MOVE SCREEN" +msgstr "" + +# +msgid "WIDER" +msgstr "" + +# +msgid "NARROWER" +msgstr "" + +# +msgid "VALIDATE CHANGES" +msgstr "" + +# +msgid "Image width:" +msgstr "" + +# +msgid "Horizontal offset:" +msgstr "" + +# +msgid "Vertical offset:" +msgstr "" diff --git a/projects/frontend/locale/lang/lb_LU/LC_MESSAGES/emulationstation2.po b/projects/frontend/locale/lang/lb_LU/LC_MESSAGES/emulationstation2.po index 4ea7a4c294f4037dd75fa8ed538e6fd4b565473e..a1ac868aba18f4bfdbc9d44c74a96c7d587e54dc 100644 --- a/projects/frontend/locale/lang/lb_LU/LC_MESSAGES/emulationstation2.po +++ b/projects/frontend/locale/lang/lb_LU/LC_MESSAGES/emulationstation2.po @@ -3212,7 +3212,16 @@ msgid "CASE MANAGEMENT" msgstr "" # -msgid "If you installed a case on your Recalbox, you can install or uninstall it in this. Some cases are detected automatically and will also be reported here." +msgid "" +"To take advantage of the safe shutdown feature, the SAFE SHUTDOWN switch of " +"your Retroflag case (located inside the case, on the electronic part) must " +"be positioned on ON." +msgstr "" + +# +msgid "" +"If you installed a case on your Recalbox, you can install or uninstall it in " +"this. Some cases are detected automatically and will also be reported here." msgstr "" # @@ -3224,7 +3233,9 @@ msgid "Initializing share folders..." msgstr "" # -msgid "The USB device %NAME% with no rom folder and no share folder has been plugged in! Would you like to initialize this device?" +msgid "" +"The USB device %NAME% with no rom folder and no share folder has been " +"plugged in! Would you like to initialize this device?" msgstr "" # @@ -3232,7 +3243,9 @@ msgid "• Choose '%INIT%' to create only all the rom folders" msgstr "" # -msgid "• Choose '%MOVE%' to copy all the current share to the new device, automatically switch to this device, and reboot" +msgid "" +"• Choose '%MOVE%' to copy all the current share to the new device, " +"automatically switch to this device, and reboot" msgstr "" # @@ -3252,7 +3265,9 @@ msgid "Setting up boot device..." msgstr "" # -msgid "Your USB device has been initialized! Ready to reboot on your new share device!" +msgid "" +"Your USB device has been initialized! Ready to reboot on your new share " +"device!" msgstr "" # @@ -3270,3 +3285,153 @@ msgstr "" # msgid "Video" msgstr "" + +# +msgid "RECALBOX CRT" +msgstr "" + +# +msgid "RGB output for VGA666, PI2SCART, RGBPI." +msgstr "" + +# +msgid "CRT ADAPTER" +msgstr "" + +# +msgid "Enable RGB output for VGA666, PI2SCART, RGBPI." +msgstr "" + +# +msgid "MENU RESOLUTION" +msgstr "" + +# +msgid "" +"Select emulationstation resolution. 480i is recommended for better details." +msgstr "" + +# +msgid "SCREEN TYPE" +msgstr "" + +# +msgid "FORCE 50HZ" +msgstr "" + +# +msgid "SELECT GAME REFRESH RATE AT LAUNCH" +msgstr "" + +# +msgid "Let you choice between 50Hz and 60Hz at launch, for compatible systems." +msgstr "" + +# +msgid "SELECT GAME RESOLUTION AT LAUNCH" +msgstr "" + +# +msgid "" +"Let you choice between 240p, 480i, or 480p at launch, for compatible systems." +msgstr "" + +# +msgid "RUN DEMOS IN 240P@120" +msgstr "" + +# +msgid "SCANLINES IN 480P" +msgstr "" + +# +msgid "Run the demos in 240p resolution on you 31kHz monitor." +msgstr "" + +# +msgid "ZERO LAG (BETA)" +msgstr "" + +# +msgid "Configure emulators to approach a zero lag experience." +msgstr "" + +# +msgid "FORCE SOUND ON JACK" +msgstr "" + +# +msgid "Force sound on jack. Auto-enabled when 31kHz switch is ON" +msgstr "" + +# +msgid "SCREEN CALIBRATION (BETA)" +msgstr "" + +# +msgid "PAL HORIZONTAL OFFSET" +msgstr "" + +# +msgid "" +"If you PAL images are not centered, you can override the default horizontal " +"offset here." +msgstr "" + +# +msgid "PAL VERTICAL OFFSET" +msgstr "" + +# +msgid "" +"If you PAL images are not centered, you can override the default vertical " +"offset here." +msgstr "" + +# +msgid "CRT SETTINGS" +msgstr "" + +# +msgid "(Hardware managed)" +msgstr "" + +# +msgid "240p" +msgstr "" + +# +msgid "480p" +msgstr "" + +# +msgid "480i (recommended)" +msgstr "" + +# +msgid "MOVE SCREEN" +msgstr "" + +# +msgid "WIDER" +msgstr "" + +# +msgid "NARROWER" +msgstr "" + +# +msgid "VALIDATE CHANGES" +msgstr "" + +# +msgid "Image width:" +msgstr "" + +# +msgid "Horizontal offset:" +msgstr "" + +# +msgid "Vertical offset:" +msgstr "" diff --git a/projects/frontend/locale/lang/lt_LT/LC_MESSAGES/emulationstation2.po b/projects/frontend/locale/lang/lt_LT/LC_MESSAGES/emulationstation2.po index 4cd628a79e309eb091770510aa7ace90f8a10358..175fb72502fb25413d0828b44ac2e03864fbf4bd 100644 --- a/projects/frontend/locale/lang/lt_LT/LC_MESSAGES/emulationstation2.po +++ b/projects/frontend/locale/lang/lt_LT/LC_MESSAGES/emulationstation2.po @@ -2717,10 +2717,6 @@ msgid "" "On wide screens, display system images that wrap around emulated screen." msgstr "" -# -msgid "YOUR FAVORITES LIST IS EMPTY. PRESS SELECT TO SHOW ALL GAMES." -msgstr "" - # msgid "No comment available" msgstr "" @@ -3069,7 +3065,16 @@ msgid "CASE MANAGEMENT" msgstr "" # -msgid "If you installed a case on your Recalbox, you can install or uninstall it in this. Some cases are detected automatically and will also be reported here." +msgid "" +"To take advantage of the safe shutdown feature, the SAFE SHUTDOWN switch of " +"your Retroflag case (located inside the case, on the electronic part) must " +"be positioned on ON." +msgstr "" + +# +msgid "" +"If you installed a case on your Recalbox, you can install or uninstall it in " +"this. Some cases are detected automatically and will also be reported here." msgstr "" # @@ -3081,7 +3086,9 @@ msgid "Initializing share folders..." msgstr "" # -msgid "The USB device %NAME% with no rom folder and no share folder has been plugged in! Would you like to initialize this device?" +msgid "" +"The USB device %NAME% with no rom folder and no share folder has been " +"plugged in! Would you like to initialize this device?" msgstr "" # @@ -3089,7 +3096,9 @@ msgid "• Choose '%INIT%' to create only all the rom folders" msgstr "" # -msgid "• Choose '%MOVE%' to copy all the current share to the new device, automatically switch to this device, and reboot" +msgid "" +"• Choose '%MOVE%' to copy all the current share to the new device, " +"automatically switch to this device, and reboot" msgstr "" # @@ -3109,7 +3118,9 @@ msgid "Setting up boot device..." msgstr "" # -msgid "Your USB device has been initialized! Ready to reboot on your new share device!" +msgid "" +"Your USB device has been initialized! Ready to reboot on your new share " +"device!" msgstr "" # @@ -3127,3 +3138,153 @@ msgstr "" # msgid "Video" msgstr "" + +# +msgid "RECALBOX CRT" +msgstr "" + +# +msgid "RGB output for VGA666, PI2SCART, RGBPI." +msgstr "" + +# +msgid "CRT ADAPTER" +msgstr "" + +# +msgid "Enable RGB output for VGA666, PI2SCART, RGBPI." +msgstr "" + +# +msgid "MENU RESOLUTION" +msgstr "" + +# +msgid "" +"Select emulationstation resolution. 480i is recommended for better details." +msgstr "" + +# +msgid "SCREEN TYPE" +msgstr "" + +# +msgid "FORCE 50HZ" +msgstr "" + +# +msgid "SELECT GAME REFRESH RATE AT LAUNCH" +msgstr "" + +# +msgid "Let you choice between 50Hz and 60Hz at launch, for compatible systems." +msgstr "" + +# +msgid "SELECT GAME RESOLUTION AT LAUNCH" +msgstr "" + +# +msgid "" +"Let you choice between 240p, 480i, or 480p at launch, for compatible systems." +msgstr "" + +# +msgid "RUN DEMOS IN 240P@120" +msgstr "" + +# +msgid "SCANLINES IN 480P" +msgstr "" + +# +msgid "Run the demos in 240p resolution on you 31kHz monitor." +msgstr "" + +# +msgid "ZERO LAG (BETA)" +msgstr "" + +# +msgid "Configure emulators to approach a zero lag experience." +msgstr "" + +# +msgid "FORCE SOUND ON JACK" +msgstr "" + +# +msgid "Force sound on jack. Auto-enabled when 31kHz switch is ON" +msgstr "" + +# +msgid "SCREEN CALIBRATION (BETA)" +msgstr "" + +# +msgid "PAL HORIZONTAL OFFSET" +msgstr "" + +# +msgid "" +"If you PAL images are not centered, you can override the default horizontal " +"offset here." +msgstr "" + +# +msgid "PAL VERTICAL OFFSET" +msgstr "" + +# +msgid "" +"If you PAL images are not centered, you can override the default vertical " +"offset here." +msgstr "" + +# +msgid "CRT SETTINGS" +msgstr "" + +# +msgid "(Hardware managed)" +msgstr "" + +# +msgid "240p" +msgstr "" + +# +msgid "480p" +msgstr "" + +# +msgid "480i (recommended)" +msgstr "" + +# +msgid "MOVE SCREEN" +msgstr "" + +# +msgid "WIDER" +msgstr "" + +# +msgid "NARROWER" +msgstr "" + +# +msgid "VALIDATE CHANGES" +msgstr "" + +# +msgid "Image width:" +msgstr "" + +# +msgid "Horizontal offset:" +msgstr "" + +# +msgid "Vertical offset:" +msgstr "" diff --git a/projects/frontend/locale/lang/lv_LV/LC_MESSAGES/emulationstation2.po b/projects/frontend/locale/lang/lv_LV/LC_MESSAGES/emulationstation2.po index be483ae4450507c1b2b85dcdd9f6164f5dadb0f0..6ee54bfdbe94908a13116d8d94de412c8ca96d3b 100644 --- a/projects/frontend/locale/lang/lv_LV/LC_MESSAGES/emulationstation2.po +++ b/projects/frontend/locale/lang/lv_LV/LC_MESSAGES/emulationstation2.po @@ -3234,7 +3234,16 @@ msgid "CASE MANAGEMENT" msgstr "" # -msgid "If you installed a case on your Recalbox, you can install or uninstall it in this. Some cases are detected automatically and will also be reported here." +msgid "" +"To take advantage of the safe shutdown feature, the SAFE SHUTDOWN switch of " +"your Retroflag case (located inside the case, on the electronic part) must " +"be positioned on ON." +msgstr "" + +# +msgid "" +"If you installed a case on your Recalbox, you can install or uninstall it in " +"this. Some cases are detected automatically and will also be reported here." msgstr "" # @@ -3246,7 +3255,9 @@ msgid "Initializing share folders..." msgstr "" # -msgid "The USB device %NAME% with no rom folder and no share folder has been plugged in! Would you like to initialize this device?" +msgid "" +"The USB device %NAME% with no rom folder and no share folder has been " +"plugged in! Would you like to initialize this device?" msgstr "" # @@ -3254,7 +3265,9 @@ msgid "• Choose '%INIT%' to create only all the rom folders" msgstr "" # -msgid "• Choose '%MOVE%' to copy all the current share to the new device, automatically switch to this device, and reboot" +msgid "" +"• Choose '%MOVE%' to copy all the current share to the new device, " +"automatically switch to this device, and reboot" msgstr "" # @@ -3274,7 +3287,9 @@ msgid "Setting up boot device..." msgstr "" # -msgid "Your USB device has been initialized! Ready to reboot on your new share device!" +msgid "" +"Your USB device has been initialized! Ready to reboot on your new share " +"device!" msgstr "" # @@ -3292,3 +3307,153 @@ msgstr "" # msgid "Video" msgstr "" + +# +msgid "RECALBOX CRT" +msgstr "" + +# +msgid "RGB output for VGA666, PI2SCART, RGBPI." +msgstr "" + +# +msgid "CRT ADAPTER" +msgstr "" + +# +msgid "Enable RGB output for VGA666, PI2SCART, RGBPI." +msgstr "" + +# +msgid "MENU RESOLUTION" +msgstr "" + +# +msgid "" +"Select emulationstation resolution. 480i is recommended for better details." +msgstr "" + +# +msgid "SCREEN TYPE" +msgstr "" + +# +msgid "FORCE 50HZ" +msgstr "" + +# +msgid "SELECT GAME REFRESH RATE AT LAUNCH" +msgstr "" + +# +msgid "Let you choice between 50Hz and 60Hz at launch, for compatible systems." +msgstr "" + +# +msgid "SELECT GAME RESOLUTION AT LAUNCH" +msgstr "" + +# +msgid "" +"Let you choice between 240p, 480i, or 480p at launch, for compatible systems." +msgstr "" + +# +msgid "RUN DEMOS IN 240P@120" +msgstr "" + +# +msgid "SCANLINES IN 480P" +msgstr "" + +# +msgid "Run the demos in 240p resolution on you 31kHz monitor." +msgstr "" + +# +msgid "ZERO LAG (BETA)" +msgstr "" + +# +msgid "Configure emulators to approach a zero lag experience." +msgstr "" + +# +msgid "FORCE SOUND ON JACK" +msgstr "" + +# +msgid "Force sound on jack. Auto-enabled when 31kHz switch is ON" +msgstr "" + +# +msgid "SCREEN CALIBRATION (BETA)" +msgstr "" + +# +msgid "PAL HORIZONTAL OFFSET" +msgstr "" + +# +msgid "" +"If you PAL images are not centered, you can override the default horizontal " +"offset here." +msgstr "" + +# +msgid "PAL VERTICAL OFFSET" +msgstr "" + +# +msgid "" +"If you PAL images are not centered, you can override the default vertical " +"offset here." +msgstr "" + +# +msgid "CRT SETTINGS" +msgstr "" + +# +msgid "(Hardware managed)" +msgstr "" + +# +msgid "240p" +msgstr "" + +# +msgid "480p" +msgstr "" + +# +msgid "480i (recommended)" +msgstr "" + +# +msgid "MOVE SCREEN" +msgstr "" + +# +msgid "WIDER" +msgstr "" + +# +msgid "NARROWER" +msgstr "" + +# +msgid "VALIDATE CHANGES" +msgstr "" + +# +msgid "Image width:" +msgstr "" + +# +msgid "Horizontal offset:" +msgstr "" + +# +msgid "Vertical offset:" +msgstr "" diff --git a/projects/frontend/locale/lang/nb_NO/LC_MESSAGES/emulationstation2.po b/projects/frontend/locale/lang/nb_NO/LC_MESSAGES/emulationstation2.po index 145b544732e942be6a9b97e91f6002e4ee7188df..ae698ea9c0535a006928262507721d65ab713c75 100644 --- a/projects/frontend/locale/lang/nb_NO/LC_MESSAGES/emulationstation2.po +++ b/projects/frontend/locale/lang/nb_NO/LC_MESSAGES/emulationstation2.po @@ -3061,7 +3061,16 @@ msgid "CASE MANAGEMENT" msgstr "" # -msgid "If you installed a case on your Recalbox, you can install or uninstall it in this. Some cases are detected automatically and will also be reported here." +msgid "" +"To take advantage of the safe shutdown feature, the SAFE SHUTDOWN switch of " +"your Retroflag case (located inside the case, on the electronic part) must " +"be positioned on ON." +msgstr "" + +# +msgid "" +"If you installed a case on your Recalbox, you can install or uninstall it in " +"this. Some cases are detected automatically and will also be reported here." msgstr "" # @@ -3073,7 +3082,9 @@ msgid "Initializing share folders..." msgstr "" # -msgid "The USB device %NAME% with no rom folder and no share folder has been plugged in! Would you like to initialize this device?" +msgid "" +"The USB device %NAME% with no rom folder and no share folder has been " +"plugged in! Would you like to initialize this device?" msgstr "" # @@ -3081,7 +3092,9 @@ msgid "• Choose '%INIT%' to create only all the rom folders" msgstr "" # -msgid "• Choose '%MOVE%' to copy all the current share to the new device, automatically switch to this device, and reboot" +msgid "" +"• Choose '%MOVE%' to copy all the current share to the new device, " +"automatically switch to this device, and reboot" msgstr "" # @@ -3101,7 +3114,9 @@ msgid "Setting up boot device..." msgstr "" # -msgid "Your USB device has been initialized! Ready to reboot on your new share device!" +msgid "" +"Your USB device has been initialized! Ready to reboot on your new share " +"device!" msgstr "" # @@ -3119,3 +3134,153 @@ msgstr "" # msgid "Video" msgstr "" + +# +msgid "RECALBOX CRT" +msgstr "" + +# +msgid "RGB output for VGA666, PI2SCART, RGBPI." +msgstr "" + +# +msgid "CRT ADAPTER" +msgstr "" + +# +msgid "Enable RGB output for VGA666, PI2SCART, RGBPI." +msgstr "" + +# +msgid "MENU RESOLUTION" +msgstr "" + +# +msgid "" +"Select emulationstation resolution. 480i is recommended for better details." +msgstr "" + +# +msgid "SCREEN TYPE" +msgstr "" + +# +msgid "FORCE 50HZ" +msgstr "" + +# +msgid "SELECT GAME REFRESH RATE AT LAUNCH" +msgstr "" + +# +msgid "Let you choice between 50Hz and 60Hz at launch, for compatible systems." +msgstr "" + +# +msgid "SELECT GAME RESOLUTION AT LAUNCH" +msgstr "" + +# +msgid "" +"Let you choice between 240p, 480i, or 480p at launch, for compatible systems." +msgstr "" + +# +msgid "RUN DEMOS IN 240P@120" +msgstr "" + +# +msgid "SCANLINES IN 480P" +msgstr "" + +# +msgid "Run the demos in 240p resolution on you 31kHz monitor." +msgstr "" + +# +msgid "ZERO LAG (BETA)" +msgstr "" + +# +msgid "Configure emulators to approach a zero lag experience." +msgstr "" + +# +msgid "FORCE SOUND ON JACK" +msgstr "" + +# +msgid "Force sound on jack. Auto-enabled when 31kHz switch is ON" +msgstr "" + +# +msgid "SCREEN CALIBRATION (BETA)" +msgstr "" + +# +msgid "PAL HORIZONTAL OFFSET" +msgstr "" + +# +msgid "" +"If you PAL images are not centered, you can override the default horizontal " +"offset here." +msgstr "" + +# +msgid "PAL VERTICAL OFFSET" +msgstr "" + +# +msgid "" +"If you PAL images are not centered, you can override the default vertical " +"offset here." +msgstr "" + +# +msgid "CRT SETTINGS" +msgstr "" + +# +msgid "(Hardware managed)" +msgstr "" + +# +msgid "240p" +msgstr "" + +# +msgid "480p" +msgstr "" + +# +msgid "480i (recommended)" +msgstr "" + +# +msgid "MOVE SCREEN" +msgstr "" + +# +msgid "WIDER" +msgstr "" + +# +msgid "NARROWER" +msgstr "" + +# +msgid "VALIDATE CHANGES" +msgstr "" + +# +msgid "Image width:" +msgstr "" + +# +msgid "Horizontal offset:" +msgstr "" + +# +msgid "Vertical offset:" +msgstr "" diff --git a/projects/frontend/locale/lang/nl/LC_MESSAGES/emulationstation2.po b/projects/frontend/locale/lang/nl/LC_MESSAGES/emulationstation2.po index b4529a889ea730ee36cd6d5eb85d925f46c2d1f3..f15742fa0a4a1db02d421d478d48d5af0e27c549 100644 --- a/projects/frontend/locale/lang/nl/LC_MESSAGES/emulationstation2.po +++ b/projects/frontend/locale/lang/nl/LC_MESSAGES/emulationstation2.po @@ -3203,7 +3203,16 @@ msgid "CASE MANAGEMENT" msgstr "" # -msgid "If you installed a case on your Recalbox, you can install or uninstall it in this. Some cases are detected automatically and will also be reported here." +msgid "" +"To take advantage of the safe shutdown feature, the SAFE SHUTDOWN switch of " +"your Retroflag case (located inside the case, on the electronic part) must " +"be positioned on ON." +msgstr "" + +# +msgid "" +"If you installed a case on your Recalbox, you can install or uninstall it in " +"this. Some cases are detected automatically and will also be reported here." msgstr "" # @@ -3215,7 +3224,9 @@ msgid "Initializing share folders..." msgstr "" # -msgid "The USB device %NAME% with no rom folder and no share folder has been plugged in! Would you like to initialize this device?" +msgid "" +"The USB device %NAME% with no rom folder and no share folder has been " +"plugged in! Would you like to initialize this device?" msgstr "" # @@ -3223,7 +3234,9 @@ msgid "• Choose '%INIT%' to create only all the rom folders" msgstr "" # -msgid "• Choose '%MOVE%' to copy all the current share to the new device, automatically switch to this device, and reboot" +msgid "" +"• Choose '%MOVE%' to copy all the current share to the new device, " +"automatically switch to this device, and reboot" msgstr "" # @@ -3243,7 +3256,9 @@ msgid "Setting up boot device..." msgstr "" # -msgid "Your USB device has been initialized! Ready to reboot on your new share device!" +msgid "" +"Your USB device has been initialized! Ready to reboot on your new share " +"device!" msgstr "" # @@ -3261,3 +3276,153 @@ msgstr "" # msgid "Video" msgstr "" + +# +msgid "RECALBOX CRT" +msgstr "" + +# +msgid "RGB output for VGA666, PI2SCART, RGBPI." +msgstr "" + +# +msgid "CRT ADAPTER" +msgstr "" + +# +msgid "Enable RGB output for VGA666, PI2SCART, RGBPI." +msgstr "" + +# +msgid "MENU RESOLUTION" +msgstr "" + +# +msgid "" +"Select emulationstation resolution. 480i is recommended for better details." +msgstr "" + +# +msgid "SCREEN TYPE" +msgstr "" + +# +msgid "FORCE 50HZ" +msgstr "" + +# +msgid "SELECT GAME REFRESH RATE AT LAUNCH" +msgstr "" + +# +msgid "Let you choice between 50Hz and 60Hz at launch, for compatible systems." +msgstr "" + +# +msgid "SELECT GAME RESOLUTION AT LAUNCH" +msgstr "" + +# +msgid "" +"Let you choice between 240p, 480i, or 480p at launch, for compatible systems." +msgstr "" + +# +msgid "RUN DEMOS IN 240P@120" +msgstr "" + +# +msgid "SCANLINES IN 480P" +msgstr "" + +# +msgid "Run the demos in 240p resolution on you 31kHz monitor." +msgstr "" + +# +msgid "ZERO LAG (BETA)" +msgstr "" + +# +msgid "Configure emulators to approach a zero lag experience." +msgstr "" + +# +msgid "FORCE SOUND ON JACK" +msgstr "" + +# +msgid "Force sound on jack. Auto-enabled when 31kHz switch is ON" +msgstr "" + +# +msgid "SCREEN CALIBRATION (BETA)" +msgstr "" + +# +msgid "PAL HORIZONTAL OFFSET" +msgstr "" + +# +msgid "" +"If you PAL images are not centered, you can override the default horizontal " +"offset here." +msgstr "" + +# +msgid "PAL VERTICAL OFFSET" +msgstr "" + +# +msgid "" +"If you PAL images are not centered, you can override the default vertical " +"offset here." +msgstr "" + +# +msgid "CRT SETTINGS" +msgstr "" + +# +msgid "(Hardware managed)" +msgstr "" + +# +msgid "240p" +msgstr "" + +# +msgid "480p" +msgstr "" + +# +msgid "480i (recommended)" +msgstr "" + +# +msgid "MOVE SCREEN" +msgstr "" + +# +msgid "WIDER" +msgstr "" + +# +msgid "NARROWER" +msgstr "" + +# +msgid "VALIDATE CHANGES" +msgstr "" + +# +msgid "Image width:" +msgstr "" + +# +msgid "Horizontal offset:" +msgstr "" + +# +msgid "Vertical offset:" +msgstr "" diff --git a/projects/frontend/locale/lang/nn_NO/LC_MESSAGES/emulationstation2.po b/projects/frontend/locale/lang/nn_NO/LC_MESSAGES/emulationstation2.po index 93083e50552c623ab1e59f4cbf8702f1934a5c1e..dfab11c79298fc90ac339db4f4fd487bc2f31cc8 100644 --- a/projects/frontend/locale/lang/nn_NO/LC_MESSAGES/emulationstation2.po +++ b/projects/frontend/locale/lang/nn_NO/LC_MESSAGES/emulationstation2.po @@ -3113,7 +3113,16 @@ msgid "CASE MANAGEMENT" msgstr "" # -msgid "If you installed a case on your Recalbox, you can install or uninstall it in this. Some cases are detected automatically and will also be reported here." +msgid "" +"To take advantage of the safe shutdown feature, the SAFE SHUTDOWN switch of " +"your Retroflag case (located inside the case, on the electronic part) must " +"be positioned on ON." +msgstr "" + +# +msgid "" +"If you installed a case on your Recalbox, you can install or uninstall it in " +"this. Some cases are detected automatically and will also be reported here." msgstr "" # @@ -3125,7 +3134,9 @@ msgid "Initializing share folders..." msgstr "" # -msgid "The USB device %NAME% with no rom folder and no share folder has been plugged in! Would you like to initialize this device?" +msgid "" +"The USB device %NAME% with no rom folder and no share folder has been " +"plugged in! Would you like to initialize this device?" msgstr "" # @@ -3133,7 +3144,9 @@ msgid "• Choose '%INIT%' to create only all the rom folders" msgstr "" # -msgid "• Choose '%MOVE%' to copy all the current share to the new device, automatically switch to this device, and reboot" +msgid "" +"• Choose '%MOVE%' to copy all the current share to the new device, " +"automatically switch to this device, and reboot" msgstr "" # @@ -3153,7 +3166,9 @@ msgid "Setting up boot device..." msgstr "" # -msgid "Your USB device has been initialized! Ready to reboot on your new share device!" +msgid "" +"Your USB device has been initialized! Ready to reboot on your new share " +"device!" msgstr "" # @@ -3171,3 +3186,153 @@ msgstr "" # msgid "Video" msgstr "" + +# +msgid "RECALBOX CRT" +msgstr "" + +# +msgid "RGB output for VGA666, PI2SCART, RGBPI." +msgstr "" + +# +msgid "CRT ADAPTER" +msgstr "" + +# +msgid "Enable RGB output for VGA666, PI2SCART, RGBPI." +msgstr "" + +# +msgid "MENU RESOLUTION" +msgstr "" + +# +msgid "" +"Select emulationstation resolution. 480i is recommended for better details." +msgstr "" + +# +msgid "SCREEN TYPE" +msgstr "" + +# +msgid "FORCE 50HZ" +msgstr "" + +# +msgid "SELECT GAME REFRESH RATE AT LAUNCH" +msgstr "" + +# +msgid "Let you choice between 50Hz and 60Hz at launch, for compatible systems." +msgstr "" + +# +msgid "SELECT GAME RESOLUTION AT LAUNCH" +msgstr "" + +# +msgid "" +"Let you choice between 240p, 480i, or 480p at launch, for compatible systems." +msgstr "" + +# +msgid "RUN DEMOS IN 240P@120" +msgstr "" + +# +msgid "SCANLINES IN 480P" +msgstr "" + +# +msgid "Run the demos in 240p resolution on you 31kHz monitor." +msgstr "" + +# +msgid "ZERO LAG (BETA)" +msgstr "" + +# +msgid "Configure emulators to approach a zero lag experience." +msgstr "" + +# +msgid "FORCE SOUND ON JACK" +msgstr "" + +# +msgid "Force sound on jack. Auto-enabled when 31kHz switch is ON" +msgstr "" + +# +msgid "SCREEN CALIBRATION (BETA)" +msgstr "" + +# +msgid "PAL HORIZONTAL OFFSET" +msgstr "" + +# +msgid "" +"If you PAL images are not centered, you can override the default horizontal " +"offset here." +msgstr "" + +# +msgid "PAL VERTICAL OFFSET" +msgstr "" + +# +msgid "" +"If you PAL images are not centered, you can override the default vertical " +"offset here." +msgstr "" + +# +msgid "CRT SETTINGS" +msgstr "" + +# +msgid "(Hardware managed)" +msgstr "" + +# +msgid "240p" +msgstr "" + +# +msgid "480p" +msgstr "" + +# +msgid "480i (recommended)" +msgstr "" + +# +msgid "MOVE SCREEN" +msgstr "" + +# +msgid "WIDER" +msgstr "" + +# +msgid "NARROWER" +msgstr "" + +# +msgid "VALIDATE CHANGES" +msgstr "" + +# +msgid "Image width:" +msgstr "" + +# +msgid "Horizontal offset:" +msgstr "" + +# +msgid "Vertical offset:" +msgstr "" diff --git a/projects/frontend/locale/lang/pl/LC_MESSAGES/emulationstation2.po b/projects/frontend/locale/lang/pl/LC_MESSAGES/emulationstation2.po index 15ea78d157e091b4f6b367c68d024b5f9c58f6f1..a20f9f2865637468ff60feab007fbfc6b12053ed 100644 --- a/projects/frontend/locale/lang/pl/LC_MESSAGES/emulationstation2.po +++ b/projects/frontend/locale/lang/pl/LC_MESSAGES/emulationstation2.po @@ -3430,7 +3430,16 @@ msgid "CASE MANAGEMENT" msgstr "" # -msgid "If you installed a case on your Recalbox, you can install or uninstall it in this. Some cases are detected automatically and will also be reported here." +msgid "" +"To take advantage of the safe shutdown feature, the SAFE SHUTDOWN switch of " +"your Retroflag case (located inside the case, on the electronic part) must " +"be positioned on ON." +msgstr "" + +# +msgid "" +"If you installed a case on your Recalbox, you can install or uninstall it in " +"this. Some cases are detected automatically and will also be reported here." msgstr "" # @@ -3442,7 +3451,9 @@ msgid "Initializing share folders..." msgstr "" # -msgid "The USB device %NAME% with no rom folder and no share folder has been plugged in! Would you like to initialize this device?" +msgid "" +"The USB device %NAME% with no rom folder and no share folder has been " +"plugged in! Would you like to initialize this device?" msgstr "" # @@ -3450,7 +3461,9 @@ msgid "• Choose '%INIT%' to create only all the rom folders" msgstr "" # -msgid "• Choose '%MOVE%' to copy all the current share to the new device, automatically switch to this device, and reboot" +msgid "" +"• Choose '%MOVE%' to copy all the current share to the new device, " +"automatically switch to this device, and reboot" msgstr "" # @@ -3470,7 +3483,9 @@ msgid "Setting up boot device..." msgstr "" # -msgid "Your USB device has been initialized! Ready to reboot on your new share device!" +msgid "" +"Your USB device has been initialized! Ready to reboot on your new share " +"device!" msgstr "" # @@ -3488,3 +3503,153 @@ msgstr "" # msgid "Video" msgstr "" + +# +msgid "RECALBOX CRT" +msgstr "" + +# +msgid "RGB output for VGA666, PI2SCART, RGBPI." +msgstr "" + +# +msgid "CRT ADAPTER" +msgstr "" + +# +msgid "Enable RGB output for VGA666, PI2SCART, RGBPI." +msgstr "" + +# +msgid "MENU RESOLUTION" +msgstr "" + +# +msgid "" +"Select emulationstation resolution. 480i is recommended for better details." +msgstr "" + +# +msgid "SCREEN TYPE" +msgstr "" + +# +msgid "FORCE 50HZ" +msgstr "" + +# +msgid "SELECT GAME REFRESH RATE AT LAUNCH" +msgstr "" + +# +msgid "Let you choice between 50Hz and 60Hz at launch, for compatible systems." +msgstr "" + +# +msgid "SELECT GAME RESOLUTION AT LAUNCH" +msgstr "" + +# +msgid "" +"Let you choice between 240p, 480i, or 480p at launch, for compatible systems." +msgstr "" + +# +msgid "RUN DEMOS IN 240P@120" +msgstr "" + +# +msgid "SCANLINES IN 480P" +msgstr "" + +# +msgid "Run the demos in 240p resolution on you 31kHz monitor." +msgstr "" + +# +msgid "ZERO LAG (BETA)" +msgstr "" + +# +msgid "Configure emulators to approach a zero lag experience." +msgstr "" + +# +msgid "FORCE SOUND ON JACK" +msgstr "" + +# +msgid "Force sound on jack. Auto-enabled when 31kHz switch is ON" +msgstr "" + +# +msgid "SCREEN CALIBRATION (BETA)" +msgstr "" + +# +msgid "PAL HORIZONTAL OFFSET" +msgstr "" + +# +msgid "" +"If you PAL images are not centered, you can override the default horizontal " +"offset here." +msgstr "" + +# +msgid "PAL VERTICAL OFFSET" +msgstr "" + +# +msgid "" +"If you PAL images are not centered, you can override the default vertical " +"offset here." +msgstr "" + +# +msgid "CRT SETTINGS" +msgstr "" + +# +msgid "(Hardware managed)" +msgstr "" + +# +msgid "240p" +msgstr "" + +# +msgid "480p" +msgstr "" + +# +msgid "480i (recommended)" +msgstr "" + +# +msgid "MOVE SCREEN" +msgstr "" + +# +msgid "WIDER" +msgstr "" + +# +msgid "NARROWER" +msgstr "" + +# +msgid "VALIDATE CHANGES" +msgstr "" + +# +msgid "Image width:" +msgstr "" + +# +msgid "Horizontal offset:" +msgstr "" + +# +msgid "Vertical offset:" +msgstr "" diff --git a/projects/frontend/locale/lang/pt/LC_MESSAGES/emulationstation2.po b/projects/frontend/locale/lang/pt/LC_MESSAGES/emulationstation2.po index dda5fb2c82c3d1befdee519ed655d118a62e2c46..e4799cb3852521f99f69bc7bda2d6b1e43251a90 100644 --- a/projects/frontend/locale/lang/pt/LC_MESSAGES/emulationstation2.po +++ b/projects/frontend/locale/lang/pt/LC_MESSAGES/emulationstation2.po @@ -3231,7 +3231,16 @@ msgid "CASE MANAGEMENT" msgstr "" # -msgid "If you installed a case on your Recalbox, you can install or uninstall it in this. Some cases are detected automatically and will also be reported here." +msgid "" +"To take advantage of the safe shutdown feature, the SAFE SHUTDOWN switch of " +"your Retroflag case (located inside the case, on the electronic part) must " +"be positioned on ON." +msgstr "" + +# +msgid "" +"If you installed a case on your Recalbox, you can install or uninstall it in " +"this. Some cases are detected automatically and will also be reported here." msgstr "" # @@ -3243,7 +3252,9 @@ msgid "Initializing share folders..." msgstr "" # -msgid "The USB device %NAME% with no rom folder and no share folder has been plugged in! Would you like to initialize this device?" +msgid "" +"The USB device %NAME% with no rom folder and no share folder has been " +"plugged in! Would you like to initialize this device?" msgstr "" # @@ -3251,7 +3262,9 @@ msgid "• Choose '%INIT%' to create only all the rom folders" msgstr "" # -msgid "• Choose '%MOVE%' to copy all the current share to the new device, automatically switch to this device, and reboot" +msgid "" +"• Choose '%MOVE%' to copy all the current share to the new device, " +"automatically switch to this device, and reboot" msgstr "" # @@ -3271,7 +3284,9 @@ msgid "Setting up boot device..." msgstr "" # -msgid "Your USB device has been initialized! Ready to reboot on your new share device!" +msgid "" +"Your USB device has been initialized! Ready to reboot on your new share " +"device!" msgstr "" # @@ -3289,3 +3304,153 @@ msgstr "" # msgid "Video" msgstr "" + +# +msgid "RECALBOX CRT" +msgstr "" + +# +msgid "RGB output for VGA666, PI2SCART, RGBPI." +msgstr "" + +# +msgid "CRT ADAPTER" +msgstr "" + +# +msgid "Enable RGB output for VGA666, PI2SCART, RGBPI." +msgstr "" + +# +msgid "MENU RESOLUTION" +msgstr "" + +# +msgid "" +"Select emulationstation resolution. 480i is recommended for better details." +msgstr "" + +# +msgid "SCREEN TYPE" +msgstr "" + +# +msgid "FORCE 50HZ" +msgstr "" + +# +msgid "SELECT GAME REFRESH RATE AT LAUNCH" +msgstr "" + +# +msgid "Let you choice between 50Hz and 60Hz at launch, for compatible systems." +msgstr "" + +# +msgid "SELECT GAME RESOLUTION AT LAUNCH" +msgstr "" + +# +msgid "" +"Let you choice between 240p, 480i, or 480p at launch, for compatible systems." +msgstr "" + +# +msgid "RUN DEMOS IN 240P@120" +msgstr "" + +# +msgid "SCANLINES IN 480P" +msgstr "" + +# +msgid "Run the demos in 240p resolution on you 31kHz monitor." +msgstr "" + +# +msgid "ZERO LAG (BETA)" +msgstr "" + +# +msgid "Configure emulators to approach a zero lag experience." +msgstr "" + +# +msgid "FORCE SOUND ON JACK" +msgstr "" + +# +msgid "Force sound on jack. Auto-enabled when 31kHz switch is ON" +msgstr "" + +# +msgid "SCREEN CALIBRATION (BETA)" +msgstr "" + +# +msgid "PAL HORIZONTAL OFFSET" +msgstr "" + +# +msgid "" +"If you PAL images are not centered, you can override the default horizontal " +"offset here." +msgstr "" + +# +msgid "PAL VERTICAL OFFSET" +msgstr "" + +# +msgid "" +"If you PAL images are not centered, you can override the default vertical " +"offset here." +msgstr "" + +# +msgid "CRT SETTINGS" +msgstr "" + +# +msgid "(Hardware managed)" +msgstr "" + +# +msgid "240p" +msgstr "" + +# +msgid "480p" +msgstr "" + +# +msgid "480i (recommended)" +msgstr "" + +# +msgid "MOVE SCREEN" +msgstr "" + +# +msgid "WIDER" +msgstr "" + +# +msgid "NARROWER" +msgstr "" + +# +msgid "VALIDATE CHANGES" +msgstr "" + +# +msgid "Image width:" +msgstr "" + +# +msgid "Horizontal offset:" +msgstr "" + +# +msgid "Vertical offset:" +msgstr "" diff --git a/projects/frontend/locale/lang/pt_BR/LC_MESSAGES/emulationstation2.po b/projects/frontend/locale/lang/pt_BR/LC_MESSAGES/emulationstation2.po index 89fec33cb6c0688293b0b953e750dbca5bf57e67..75c6fc4a2bbbbba8b3518ae57b9da5320b87ab66 100644 --- a/projects/frontend/locale/lang/pt_BR/LC_MESSAGES/emulationstation2.po +++ b/projects/frontend/locale/lang/pt_BR/LC_MESSAGES/emulationstation2.po @@ -3433,7 +3433,16 @@ msgid "CASE MANAGEMENT" msgstr "" # -msgid "If you installed a case on your Recalbox, you can install or uninstall it in this. Some cases are detected automatically and will also be reported here." +msgid "" +"To take advantage of the safe shutdown feature, the SAFE SHUTDOWN switch of " +"your Retroflag case (located inside the case, on the electronic part) must " +"be positioned on ON." +msgstr "" + +# +msgid "" +"If you installed a case on your Recalbox, you can install or uninstall it in " +"this. Some cases are detected automatically and will also be reported here." msgstr "" # @@ -3445,7 +3454,9 @@ msgid "Initializing share folders..." msgstr "" # -msgid "The USB device %NAME% with no rom folder and no share folder has been plugged in! Would you like to initialize this device?" +msgid "" +"The USB device %NAME% with no rom folder and no share folder has been " +"plugged in! Would you like to initialize this device?" msgstr "" # @@ -3453,7 +3464,9 @@ msgid "• Choose '%INIT%' to create only all the rom folders" msgstr "" # -msgid "• Choose '%MOVE%' to copy all the current share to the new device, automatically switch to this device, and reboot" +msgid "" +"• Choose '%MOVE%' to copy all the current share to the new device, " +"automatically switch to this device, and reboot" msgstr "" # @@ -3473,7 +3486,9 @@ msgid "Setting up boot device..." msgstr "" # -msgid "Your USB device has been initialized! Ready to reboot on your new share device!" +msgid "" +"Your USB device has been initialized! Ready to reboot on your new share " +"device!" msgstr "" # @@ -3491,3 +3506,153 @@ msgstr "" # msgid "Video" msgstr "" + +# +msgid "RECALBOX CRT" +msgstr "" + +# +msgid "RGB output for VGA666, PI2SCART, RGBPI." +msgstr "" + +# +msgid "CRT ADAPTER" +msgstr "" + +# +msgid "Enable RGB output for VGA666, PI2SCART, RGBPI." +msgstr "" + +# +msgid "MENU RESOLUTION" +msgstr "" + +# +msgid "" +"Select emulationstation resolution. 480i is recommended for better details." +msgstr "" + +# +msgid "SCREEN TYPE" +msgstr "" + +# +msgid "FORCE 50HZ" +msgstr "" + +# +msgid "SELECT GAME REFRESH RATE AT LAUNCH" +msgstr "" + +# +msgid "Let you choice between 50Hz and 60Hz at launch, for compatible systems." +msgstr "" + +# +msgid "SELECT GAME RESOLUTION AT LAUNCH" +msgstr "" + +# +msgid "" +"Let you choice between 240p, 480i, or 480p at launch, for compatible systems." +msgstr "" + +# +msgid "RUN DEMOS IN 240P@120" +msgstr "" + +# +msgid "SCANLINES IN 480P" +msgstr "" + +# +msgid "Run the demos in 240p resolution on you 31kHz monitor." +msgstr "" + +# +msgid "ZERO LAG (BETA)" +msgstr "" + +# +msgid "Configure emulators to approach a zero lag experience." +msgstr "" + +# +msgid "FORCE SOUND ON JACK" +msgstr "" + +# +msgid "Force sound on jack. Auto-enabled when 31kHz switch is ON" +msgstr "" + +# +msgid "SCREEN CALIBRATION (BETA)" +msgstr "" + +# +msgid "PAL HORIZONTAL OFFSET" +msgstr "" + +# +msgid "" +"If you PAL images are not centered, you can override the default horizontal " +"offset here." +msgstr "" + +# +msgid "PAL VERTICAL OFFSET" +msgstr "" + +# +msgid "" +"If you PAL images are not centered, you can override the default vertical " +"offset here." +msgstr "" + +# +msgid "CRT SETTINGS" +msgstr "" + +# +msgid "(Hardware managed)" +msgstr "" + +# +msgid "240p" +msgstr "" + +# +msgid "480p" +msgstr "" + +# +msgid "480i (recommended)" +msgstr "" + +# +msgid "MOVE SCREEN" +msgstr "" + +# +msgid "WIDER" +msgstr "" + +# +msgid "NARROWER" +msgstr "" + +# +msgid "VALIDATE CHANGES" +msgstr "" + +# +msgid "Image width:" +msgstr "" + +# +msgid "Horizontal offset:" +msgstr "" + +# +msgid "Vertical offset:" +msgstr "" diff --git a/projects/frontend/locale/lang/ro/LC_MESSAGES/emulationstation2.po b/projects/frontend/locale/lang/ro/LC_MESSAGES/emulationstation2.po index 97b5fb148e67a5bc565489518ae1a0e6f1a906d2..b6b55bb81045fdfd8eacf55d0f0610f936ac3f7f 100644 --- a/projects/frontend/locale/lang/ro/LC_MESSAGES/emulationstation2.po +++ b/projects/frontend/locale/lang/ro/LC_MESSAGES/emulationstation2.po @@ -3085,7 +3085,16 @@ msgid "CASE MANAGEMENT" msgstr "" # -msgid "If you installed a case on your Recalbox, you can install or uninstall it in this. Some cases are detected automatically and will also be reported here." +msgid "" +"To take advantage of the safe shutdown feature, the SAFE SHUTDOWN switch of " +"your Retroflag case (located inside the case, on the electronic part) must " +"be positioned on ON." +msgstr "" + +# +msgid "" +"If you installed a case on your Recalbox, you can install or uninstall it in " +"this. Some cases are detected automatically and will also be reported here." msgstr "" # @@ -3097,7 +3106,9 @@ msgid "Initializing share folders..." msgstr "" # -msgid "The USB device %NAME% with no rom folder and no share folder has been plugged in! Would you like to initialize this device?" +msgid "" +"The USB device %NAME% with no rom folder and no share folder has been " +"plugged in! Would you like to initialize this device?" msgstr "" # @@ -3105,7 +3116,9 @@ msgid "• Choose '%INIT%' to create only all the rom folders" msgstr "" # -msgid "• Choose '%MOVE%' to copy all the current share to the new device, automatically switch to this device, and reboot" +msgid "" +"• Choose '%MOVE%' to copy all the current share to the new device, " +"automatically switch to this device, and reboot" msgstr "" # @@ -3125,7 +3138,9 @@ msgid "Setting up boot device..." msgstr "" # -msgid "Your USB device has been initialized! Ready to reboot on your new share device!" +msgid "" +"Your USB device has been initialized! Ready to reboot on your new share " +"device!" msgstr "" # @@ -3143,3 +3158,153 @@ msgstr "" # msgid "Video" msgstr "" + +# +msgid "RECALBOX CRT" +msgstr "" + +# +msgid "RGB output for VGA666, PI2SCART, RGBPI." +msgstr "" + +# +msgid "CRT ADAPTER" +msgstr "" + +# +msgid "Enable RGB output for VGA666, PI2SCART, RGBPI." +msgstr "" + +# +msgid "MENU RESOLUTION" +msgstr "" + +# +msgid "" +"Select emulationstation resolution. 480i is recommended for better details." +msgstr "" + +# +msgid "SCREEN TYPE" +msgstr "" + +# +msgid "FORCE 50HZ" +msgstr "" + +# +msgid "SELECT GAME REFRESH RATE AT LAUNCH" +msgstr "" + +# +msgid "Let you choice between 50Hz and 60Hz at launch, for compatible systems." +msgstr "" + +# +msgid "SELECT GAME RESOLUTION AT LAUNCH" +msgstr "" + +# +msgid "" +"Let you choice between 240p, 480i, or 480p at launch, for compatible systems." +msgstr "" + +# +msgid "RUN DEMOS IN 240P@120" +msgstr "" + +# +msgid "SCANLINES IN 480P" +msgstr "" + +# +msgid "Run the demos in 240p resolution on you 31kHz monitor." +msgstr "" + +# +msgid "ZERO LAG (BETA)" +msgstr "" + +# +msgid "Configure emulators to approach a zero lag experience." +msgstr "" + +# +msgid "FORCE SOUND ON JACK" +msgstr "" + +# +msgid "Force sound on jack. Auto-enabled when 31kHz switch is ON" +msgstr "" + +# +msgid "SCREEN CALIBRATION (BETA)" +msgstr "" + +# +msgid "PAL HORIZONTAL OFFSET" +msgstr "" + +# +msgid "" +"If you PAL images are not centered, you can override the default horizontal " +"offset here." +msgstr "" + +# +msgid "PAL VERTICAL OFFSET" +msgstr "" + +# +msgid "" +"If you PAL images are not centered, you can override the default vertical " +"offset here." +msgstr "" + +# +msgid "CRT SETTINGS" +msgstr "" + +# +msgid "(Hardware managed)" +msgstr "" + +# +msgid "240p" +msgstr "" + +# +msgid "480p" +msgstr "" + +# +msgid "480i (recommended)" +msgstr "" + +# +msgid "MOVE SCREEN" +msgstr "" + +# +msgid "WIDER" +msgstr "" + +# +msgid "NARROWER" +msgstr "" + +# +msgid "VALIDATE CHANGES" +msgstr "" + +# +msgid "Image width:" +msgstr "" + +# +msgid "Horizontal offset:" +msgstr "" + +# +msgid "Vertical offset:" +msgstr "" diff --git a/projects/frontend/locale/lang/ru_RU/LC_MESSAGES/emulationstation2.po b/projects/frontend/locale/lang/ru_RU/LC_MESSAGES/emulationstation2.po index 5f63a1c325c268754d56dd697aa8b5ab3d4bda59..1eb4b1ffe00d98992db2d84912af9f5a529a2927 100644 --- a/projects/frontend/locale/lang/ru_RU/LC_MESSAGES/emulationstation2.po +++ b/projects/frontend/locale/lang/ru_RU/LC_MESSAGES/emulationstation2.po @@ -3327,7 +3327,16 @@ msgid "CASE MANAGEMENT" msgstr "" # -msgid "If you installed a case on your Recalbox, you can install or uninstall it in this. Some cases are detected automatically and will also be reported here." +msgid "" +"To take advantage of the safe shutdown feature, the SAFE SHUTDOWN switch of " +"your Retroflag case (located inside the case, on the electronic part) must " +"be positioned on ON." +msgstr "" + +# +msgid "" +"If you installed a case on your Recalbox, you can install or uninstall it in " +"this. Some cases are detected automatically and will also be reported here." msgstr "" # @@ -3339,7 +3348,9 @@ msgid "Initializing share folders..." msgstr "" # -msgid "The USB device %NAME% with no rom folder and no share folder has been plugged in! Would you like to initialize this device?" +msgid "" +"The USB device %NAME% with no rom folder and no share folder has been " +"plugged in! Would you like to initialize this device?" msgstr "" # @@ -3347,7 +3358,9 @@ msgid "• Choose '%INIT%' to create only all the rom folders" msgstr "" # -msgid "• Choose '%MOVE%' to copy all the current share to the new device, automatically switch to this device, and reboot" +msgid "" +"• Choose '%MOVE%' to copy all the current share to the new device, " +"automatically switch to this device, and reboot" msgstr "" # @@ -3367,7 +3380,9 @@ msgid "Setting up boot device..." msgstr "" # -msgid "Your USB device has been initialized! Ready to reboot on your new share device!" +msgid "" +"Your USB device has been initialized! Ready to reboot on your new share " +"device!" msgstr "" # @@ -3385,3 +3400,153 @@ msgstr "" # msgid "Video" msgstr "" + +# +msgid "RECALBOX CRT" +msgstr "" + +# +msgid "RGB output for VGA666, PI2SCART, RGBPI." +msgstr "" + +# +msgid "CRT ADAPTER" +msgstr "" + +# +msgid "Enable RGB output for VGA666, PI2SCART, RGBPI." +msgstr "" + +# +msgid "MENU RESOLUTION" +msgstr "" + +# +msgid "" +"Select emulationstation resolution. 480i is recommended for better details." +msgstr "" + +# +msgid "SCREEN TYPE" +msgstr "" + +# +msgid "FORCE 50HZ" +msgstr "" + +# +msgid "SELECT GAME REFRESH RATE AT LAUNCH" +msgstr "" + +# +msgid "Let you choice between 50Hz and 60Hz at launch, for compatible systems." +msgstr "" + +# +msgid "SELECT GAME RESOLUTION AT LAUNCH" +msgstr "" + +# +msgid "" +"Let you choice between 240p, 480i, or 480p at launch, for compatible systems." +msgstr "" + +# +msgid "RUN DEMOS IN 240P@120" +msgstr "" + +# +msgid "SCANLINES IN 480P" +msgstr "" + +# +msgid "Run the demos in 240p resolution on you 31kHz monitor." +msgstr "" + +# +msgid "ZERO LAG (BETA)" +msgstr "" + +# +msgid "Configure emulators to approach a zero lag experience." +msgstr "" + +# +msgid "FORCE SOUND ON JACK" +msgstr "" + +# +msgid "Force sound on jack. Auto-enabled when 31kHz switch is ON" +msgstr "" + +# +msgid "SCREEN CALIBRATION (BETA)" +msgstr "" + +# +msgid "PAL HORIZONTAL OFFSET" +msgstr "" + +# +msgid "" +"If you PAL images are not centered, you can override the default horizontal " +"offset here." +msgstr "" + +# +msgid "PAL VERTICAL OFFSET" +msgstr "" + +# +msgid "" +"If you PAL images are not centered, you can override the default vertical " +"offset here." +msgstr "" + +# +msgid "CRT SETTINGS" +msgstr "" + +# +msgid "(Hardware managed)" +msgstr "" + +# +msgid "240p" +msgstr "" + +# +msgid "480p" +msgstr "" + +# +msgid "480i (recommended)" +msgstr "" + +# +msgid "MOVE SCREEN" +msgstr "" + +# +msgid "WIDER" +msgstr "" + +# +msgid "NARROWER" +msgstr "" + +# +msgid "VALIDATE CHANGES" +msgstr "" + +# +msgid "Image width:" +msgstr "" + +# +msgid "Horizontal offset:" +msgstr "" + +# +msgid "Vertical offset:" +msgstr "" diff --git a/projects/frontend/locale/lang/sv_SE/LC_MESSAGES/emulationstation2.po b/projects/frontend/locale/lang/sv_SE/LC_MESSAGES/emulationstation2.po index 3be025deea3b6a6d91dfcad129438145d695335d..23c71650936ff3bee14c57536bc4af2c12243e4e 100644 --- a/projects/frontend/locale/lang/sv_SE/LC_MESSAGES/emulationstation2.po +++ b/projects/frontend/locale/lang/sv_SE/LC_MESSAGES/emulationstation2.po @@ -3222,7 +3222,16 @@ msgid "CASE MANAGEMENT" msgstr "" # -msgid "If you installed a case on your Recalbox, you can install or uninstall it in this. Some cases are detected automatically and will also be reported here." +msgid "" +"To take advantage of the safe shutdown feature, the SAFE SHUTDOWN switch of " +"your Retroflag case (located inside the case, on the electronic part) must " +"be positioned on ON." +msgstr "" + +# +msgid "" +"If you installed a case on your Recalbox, you can install or uninstall it in " +"this. Some cases are detected automatically and will also be reported here." msgstr "" # @@ -3234,7 +3243,9 @@ msgid "Initializing share folders..." msgstr "" # -msgid "The USB device %NAME% with no rom folder and no share folder has been plugged in! Would you like to initialize this device?" +msgid "" +"The USB device %NAME% with no rom folder and no share folder has been " +"plugged in! Would you like to initialize this device?" msgstr "" # @@ -3242,7 +3253,9 @@ msgid "• Choose '%INIT%' to create only all the rom folders" msgstr "" # -msgid "• Choose '%MOVE%' to copy all the current share to the new device, automatically switch to this device, and reboot" +msgid "" +"• Choose '%MOVE%' to copy all the current share to the new device, " +"automatically switch to this device, and reboot" msgstr "" # @@ -3262,7 +3275,9 @@ msgid "Setting up boot device..." msgstr "" # -msgid "Your USB device has been initialized! Ready to reboot on your new share device!" +msgid "" +"Your USB device has been initialized! Ready to reboot on your new share " +"device!" msgstr "" # @@ -3280,3 +3295,153 @@ msgstr "" # msgid "Video" msgstr "" + +# +msgid "RECALBOX CRT" +msgstr "" + +# +msgid "RGB output for VGA666, PI2SCART, RGBPI." +msgstr "" + +# +msgid "CRT ADAPTER" +msgstr "" + +# +msgid "Enable RGB output for VGA666, PI2SCART, RGBPI." +msgstr "" + +# +msgid "MENU RESOLUTION" +msgstr "" + +# +msgid "" +"Select emulationstation resolution. 480i is recommended for better details." +msgstr "" + +# +msgid "SCREEN TYPE" +msgstr "" + +# +msgid "FORCE 50HZ" +msgstr "" + +# +msgid "SELECT GAME REFRESH RATE AT LAUNCH" +msgstr "" + +# +msgid "Let you choice between 50Hz and 60Hz at launch, for compatible systems." +msgstr "" + +# +msgid "SELECT GAME RESOLUTION AT LAUNCH" +msgstr "" + +# +msgid "" +"Let you choice between 240p, 480i, or 480p at launch, for compatible systems." +msgstr "" + +# +msgid "RUN DEMOS IN 240P@120" +msgstr "" + +# +msgid "SCANLINES IN 480P" +msgstr "" + +# +msgid "Run the demos in 240p resolution on you 31kHz monitor." +msgstr "" + +# +msgid "ZERO LAG (BETA)" +msgstr "" + +# +msgid "Configure emulators to approach a zero lag experience." +msgstr "" + +# +msgid "FORCE SOUND ON JACK" +msgstr "" + +# +msgid "Force sound on jack. Auto-enabled when 31kHz switch is ON" +msgstr "" + +# +msgid "SCREEN CALIBRATION (BETA)" +msgstr "" + +# +msgid "PAL HORIZONTAL OFFSET" +msgstr "" + +# +msgid "" +"If you PAL images are not centered, you can override the default horizontal " +"offset here." +msgstr "" + +# +msgid "PAL VERTICAL OFFSET" +msgstr "" + +# +msgid "" +"If you PAL images are not centered, you can override the default vertical " +"offset here." +msgstr "" + +# +msgid "CRT SETTINGS" +msgstr "" + +# +msgid "(Hardware managed)" +msgstr "" + +# +msgid "240p" +msgstr "" + +# +msgid "480p" +msgstr "" + +# +msgid "480i (recommended)" +msgstr "" + +# +msgid "MOVE SCREEN" +msgstr "" + +# +msgid "WIDER" +msgstr "" + +# +msgid "NARROWER" +msgstr "" + +# +msgid "VALIDATE CHANGES" +msgstr "" + +# +msgid "Image width:" +msgstr "" + +# +msgid "Horizontal offset:" +msgstr "" + +# +msgid "Vertical offset:" +msgstr "" diff --git a/projects/frontend/locale/lang/tr/LC_MESSAGES/emulationstation2.po b/projects/frontend/locale/lang/tr/LC_MESSAGES/emulationstation2.po index fd34a26144ff8e6a009e488de6c77384ceb3a3fd..ad752f282da9f694165865c109f75e4fc7b287ec 100644 --- a/projects/frontend/locale/lang/tr/LC_MESSAGES/emulationstation2.po +++ b/projects/frontend/locale/lang/tr/LC_MESSAGES/emulationstation2.po @@ -3207,7 +3207,16 @@ msgid "CASE MANAGEMENT" msgstr "" # -msgid "If you installed a case on your Recalbox, you can install or uninstall it in this. Some cases are detected automatically and will also be reported here." +msgid "" +"To take advantage of the safe shutdown feature, the SAFE SHUTDOWN switch of " +"your Retroflag case (located inside the case, on the electronic part) must " +"be positioned on ON." +msgstr "" + +# +msgid "" +"If you installed a case on your Recalbox, you can install or uninstall it in " +"this. Some cases are detected automatically and will also be reported here." msgstr "" # @@ -3219,7 +3228,9 @@ msgid "Initializing share folders..." msgstr "" # -msgid "The USB device %NAME% with no rom folder and no share folder has been plugged in! Would you like to initialize this device?" +msgid "" +"The USB device %NAME% with no rom folder and no share folder has been " +"plugged in! Would you like to initialize this device?" msgstr "" # @@ -3227,7 +3238,9 @@ msgid "• Choose '%INIT%' to create only all the rom folders" msgstr "" # -msgid "• Choose '%MOVE%' to copy all the current share to the new device, automatically switch to this device, and reboot" +msgid "" +"• Choose '%MOVE%' to copy all the current share to the new device, " +"automatically switch to this device, and reboot" msgstr "" # @@ -3247,7 +3260,9 @@ msgid "Setting up boot device..." msgstr "" # -msgid "Your USB device has been initialized! Ready to reboot on your new share device!" +msgid "" +"Your USB device has been initialized! Ready to reboot on your new share " +"device!" msgstr "" # @@ -3265,3 +3280,153 @@ msgstr "" # msgid "Video" msgstr "" + +# +msgid "RECALBOX CRT" +msgstr "" + +# +msgid "RGB output for VGA666, PI2SCART, RGBPI." +msgstr "" + +# +msgid "CRT ADAPTER" +msgstr "" + +# +msgid "Enable RGB output for VGA666, PI2SCART, RGBPI." +msgstr "" + +# +msgid "MENU RESOLUTION" +msgstr "" + +# +msgid "" +"Select emulationstation resolution. 480i is recommended for better details." +msgstr "" + +# +msgid "SCREEN TYPE" +msgstr "" + +# +msgid "FORCE 50HZ" +msgstr "" + +# +msgid "SELECT GAME REFRESH RATE AT LAUNCH" +msgstr "" + +# +msgid "Let you choice between 50Hz and 60Hz at launch, for compatible systems." +msgstr "" + +# +msgid "SELECT GAME RESOLUTION AT LAUNCH" +msgstr "" + +# +msgid "" +"Let you choice between 240p, 480i, or 480p at launch, for compatible systems." +msgstr "" + +# +msgid "RUN DEMOS IN 240P@120" +msgstr "" + +# +msgid "SCANLINES IN 480P" +msgstr "" + +# +msgid "Run the demos in 240p resolution on you 31kHz monitor." +msgstr "" + +# +msgid "ZERO LAG (BETA)" +msgstr "" + +# +msgid "Configure emulators to approach a zero lag experience." +msgstr "" + +# +msgid "FORCE SOUND ON JACK" +msgstr "" + +# +msgid "Force sound on jack. Auto-enabled when 31kHz switch is ON" +msgstr "" + +# +msgid "SCREEN CALIBRATION (BETA)" +msgstr "" + +# +msgid "PAL HORIZONTAL OFFSET" +msgstr "" + +# +msgid "" +"If you PAL images are not centered, you can override the default horizontal " +"offset here." +msgstr "" + +# +msgid "PAL VERTICAL OFFSET" +msgstr "" + +# +msgid "" +"If you PAL images are not centered, you can override the default vertical " +"offset here." +msgstr "" + +# +msgid "CRT SETTINGS" +msgstr "" + +# +msgid "(Hardware managed)" +msgstr "" + +# +msgid "240p" +msgstr "" + +# +msgid "480p" +msgstr "" + +# +msgid "480i (recommended)" +msgstr "" + +# +msgid "MOVE SCREEN" +msgstr "" + +# +msgid "WIDER" +msgstr "" + +# +msgid "NARROWER" +msgstr "" + +# +msgid "VALIDATE CHANGES" +msgstr "" + +# +msgid "Image width:" +msgstr "" + +# +msgid "Horizontal offset:" +msgstr "" + +# +msgid "Vertical offset:" +msgstr "" diff --git a/projects/frontend/locale/lang/uk_UA/LC_MESSAGES/emulationstation2.po b/projects/frontend/locale/lang/uk_UA/LC_MESSAGES/emulationstation2.po index a0d1e43b0d9707c78e520002f69648ab75aaa68d..8b2ba1171f880483d98139747d0d0ddae9dbd0cc 100644 --- a/projects/frontend/locale/lang/uk_UA/LC_MESSAGES/emulationstation2.po +++ b/projects/frontend/locale/lang/uk_UA/LC_MESSAGES/emulationstation2.po @@ -3265,7 +3265,16 @@ msgid "CASE MANAGEMENT" msgstr "" # -msgid "If you installed a case on your Recalbox, you can install or uninstall it in this. Some cases are detected automatically and will also be reported here." +msgid "" +"To take advantage of the safe shutdown feature, the SAFE SHUTDOWN switch of " +"your Retroflag case (located inside the case, on the electronic part) must " +"be positioned on ON." +msgstr "" + +# +msgid "" +"If you installed a case on your Recalbox, you can install or uninstall it in " +"this. Some cases are detected automatically and will also be reported here." msgstr "" # @@ -3277,7 +3286,9 @@ msgid "Initializing share folders..." msgstr "" # -msgid "The USB device %NAME% with no rom folder and no share folder has been plugged in! Would you like to initialize this device?" +msgid "" +"The USB device %NAME% with no rom folder and no share folder has been " +"plugged in! Would you like to initialize this device?" msgstr "" # @@ -3285,7 +3296,9 @@ msgid "• Choose '%INIT%' to create only all the rom folders" msgstr "" # -msgid "• Choose '%MOVE%' to copy all the current share to the new device, automatically switch to this device, and reboot" +msgid "" +"• Choose '%MOVE%' to copy all the current share to the new device, " +"automatically switch to this device, and reboot" msgstr "" # @@ -3305,7 +3318,9 @@ msgid "Setting up boot device..." msgstr "" # -msgid "Your USB device has been initialized! Ready to reboot on your new share device!" +msgid "" +"Your USB device has been initialized! Ready to reboot on your new share " +"device!" msgstr "" # @@ -3323,3 +3338,153 @@ msgstr "" # msgid "Video" msgstr "" + +# +msgid "RECALBOX CRT" +msgstr "" + +# +msgid "RGB output for VGA666, PI2SCART, RGBPI." +msgstr "" + +# +msgid "CRT ADAPTER" +msgstr "" + +# +msgid "Enable RGB output for VGA666, PI2SCART, RGBPI." +msgstr "" + +# +msgid "MENU RESOLUTION" +msgstr "" + +# +msgid "" +"Select emulationstation resolution. 480i is recommended for better details." +msgstr "" + +# +msgid "SCREEN TYPE" +msgstr "" + +# +msgid "FORCE 50HZ" +msgstr "" + +# +msgid "SELECT GAME REFRESH RATE AT LAUNCH" +msgstr "" + +# +msgid "Let you choice between 50Hz and 60Hz at launch, for compatible systems." +msgstr "" + +# +msgid "SELECT GAME RESOLUTION AT LAUNCH" +msgstr "" + +# +msgid "" +"Let you choice between 240p, 480i, or 480p at launch, for compatible systems." +msgstr "" + +# +msgid "RUN DEMOS IN 240P@120" +msgstr "" + +# +msgid "SCANLINES IN 480P" +msgstr "" + +# +msgid "Run the demos in 240p resolution on you 31kHz monitor." +msgstr "" + +# +msgid "ZERO LAG (BETA)" +msgstr "" + +# +msgid "Configure emulators to approach a zero lag experience." +msgstr "" + +# +msgid "FORCE SOUND ON JACK" +msgstr "" + +# +msgid "Force sound on jack. Auto-enabled when 31kHz switch is ON" +msgstr "" + +# +msgid "SCREEN CALIBRATION (BETA)" +msgstr "" + +# +msgid "PAL HORIZONTAL OFFSET" +msgstr "" + +# +msgid "" +"If you PAL images are not centered, you can override the default horizontal " +"offset here." +msgstr "" + +# +msgid "PAL VERTICAL OFFSET" +msgstr "" + +# +msgid "" +"If you PAL images are not centered, you can override the default vertical " +"offset here." +msgstr "" + +# +msgid "CRT SETTINGS" +msgstr "" + +# +msgid "(Hardware managed)" +msgstr "" + +# +msgid "240p" +msgstr "" + +# +msgid "480p" +msgstr "" + +# +msgid "480i (recommended)" +msgstr "" + +# +msgid "MOVE SCREEN" +msgstr "" + +# +msgid "WIDER" +msgstr "" + +# +msgid "NARROWER" +msgstr "" + +# +msgid "VALIDATE CHANGES" +msgstr "" + +# +msgid "Image width:" +msgstr "" + +# +msgid "Horizontal offset:" +msgstr "" + +# +msgid "Vertical offset:" +msgstr "" diff --git a/projects/frontend/locale/lang/zh_CN/LC_MESSAGES/emulationstation2.po b/projects/frontend/locale/lang/zh_CN/LC_MESSAGES/emulationstation2.po index 16a028a653da0abff06773c9fffd0336b7c3c50f..7065a42b6dbbe4d8a8b7746efe5351abb720e5cb 100644 --- a/projects/frontend/locale/lang/zh_CN/LC_MESSAGES/emulationstation2.po +++ b/projects/frontend/locale/lang/zh_CN/LC_MESSAGES/emulationstation2.po @@ -3325,7 +3325,16 @@ msgid "CASE MANAGEMENT" msgstr "" # -msgid "If you installed a case on your Recalbox, you can install or uninstall it in this. Some cases are detected automatically and will also be reported here." +msgid "" +"To take advantage of the safe shutdown feature, the SAFE SHUTDOWN switch of " +"your Retroflag case (located inside the case, on the electronic part) must " +"be positioned on ON." +msgstr "" + +# +msgid "" +"If you installed a case on your Recalbox, you can install or uninstall it in " +"this. Some cases are detected automatically and will also be reported here." msgstr "" # @@ -3337,7 +3346,9 @@ msgid "Initializing share folders..." msgstr "" # -msgid "The USB device %NAME% with no rom folder and no share folder has been plugged in! Would you like to initialize this device?" +msgid "" +"The USB device %NAME% with no rom folder and no share folder has been " +"plugged in! Would you like to initialize this device?" msgstr "" # @@ -3345,7 +3356,9 @@ msgid "• Choose '%INIT%' to create only all the rom folders" msgstr "" # -msgid "• Choose '%MOVE%' to copy all the current share to the new device, automatically switch to this device, and reboot" +msgid "" +"• Choose '%MOVE%' to copy all the current share to the new device, " +"automatically switch to this device, and reboot" msgstr "" # @@ -3365,7 +3378,9 @@ msgid "Setting up boot device..." msgstr "" # -msgid "Your USB device has been initialized! Ready to reboot on your new share device!" +msgid "" +"Your USB device has been initialized! Ready to reboot on your new share " +"device!" msgstr "" # @@ -3383,3 +3398,153 @@ msgstr "" # msgid "Video" msgstr "" + +# +msgid "RECALBOX CRT" +msgstr "" + +# +msgid "RGB output for VGA666, PI2SCART, RGBPI." +msgstr "" + +# +msgid "CRT ADAPTER" +msgstr "" + +# +msgid "Enable RGB output for VGA666, PI2SCART, RGBPI." +msgstr "" + +# +msgid "MENU RESOLUTION" +msgstr "" + +# +msgid "" +"Select emulationstation resolution. 480i is recommended for better details." +msgstr "" + +# +msgid "SCREEN TYPE" +msgstr "" + +# +msgid "FORCE 50HZ" +msgstr "" + +# +msgid "SELECT GAME REFRESH RATE AT LAUNCH" +msgstr "" + +# +msgid "Let you choice between 50Hz and 60Hz at launch, for compatible systems." +msgstr "" + +# +msgid "SELECT GAME RESOLUTION AT LAUNCH" +msgstr "" + +# +msgid "" +"Let you choice between 240p, 480i, or 480p at launch, for compatible systems." +msgstr "" + +# +msgid "RUN DEMOS IN 240P@120" +msgstr "" + +# +msgid "SCANLINES IN 480P" +msgstr "" + +# +msgid "Run the demos in 240p resolution on you 31kHz monitor." +msgstr "" + +# +msgid "ZERO LAG (BETA)" +msgstr "" + +# +msgid "Configure emulators to approach a zero lag experience." +msgstr "" + +# +msgid "FORCE SOUND ON JACK" +msgstr "" + +# +msgid "Force sound on jack. Auto-enabled when 31kHz switch is ON" +msgstr "" + +# +msgid "SCREEN CALIBRATION (BETA)" +msgstr "" + +# +msgid "PAL HORIZONTAL OFFSET" +msgstr "" + +# +msgid "" +"If you PAL images are not centered, you can override the default horizontal " +"offset here." +msgstr "" + +# +msgid "PAL VERTICAL OFFSET" +msgstr "" + +# +msgid "" +"If you PAL images are not centered, you can override the default vertical " +"offset here." +msgstr "" + +# +msgid "CRT SETTINGS" +msgstr "" + +# +msgid "(Hardware managed)" +msgstr "" + +# +msgid "240p" +msgstr "" + +# +msgid "480p" +msgstr "" + +# +msgid "480i (recommended)" +msgstr "" + +# +msgid "MOVE SCREEN" +msgstr "" + +# +msgid "WIDER" +msgstr "" + +# +msgid "NARROWER" +msgstr "" + +# +msgid "VALIDATE CHANGES" +msgstr "" + +# +msgid "Image width:" +msgstr "" + +# +msgid "Horizontal offset:" +msgstr "" + +# +msgid "Vertical offset:" +msgstr "" diff --git a/projects/frontend/locale/lang/zh_TW/LC_MESSAGES/emulationstation2.po b/projects/frontend/locale/lang/zh_TW/LC_MESSAGES/emulationstation2.po index 0c5f1cc8cb5e5c3c18df273c0d636746b74bee2c..4709a8c6544748360c0b9cb4e2e1e4c6a020f6a3 100644 --- a/projects/frontend/locale/lang/zh_TW/LC_MESSAGES/emulationstation2.po +++ b/projects/frontend/locale/lang/zh_TW/LC_MESSAGES/emulationstation2.po @@ -3272,7 +3272,16 @@ msgid "CASE MANAGEMENT" msgstr "" # -msgid "If you installed a case on your Recalbox, you can install or uninstall it in this. Some cases are detected automatically and will also be reported here." +msgid "" +"To take advantage of the safe shutdown feature, the SAFE SHUTDOWN switch of " +"your Retroflag case (located inside the case, on the electronic part) must " +"be positioned on ON." +msgstr "" + +# +msgid "" +"If you installed a case on your Recalbox, you can install or uninstall it in " +"this. Some cases are detected automatically and will also be reported here." msgstr "" # @@ -3284,7 +3293,9 @@ msgid "Initializing share folders..." msgstr "" # -msgid "The USB device %NAME% with no rom folder and no share folder has been plugged in! Would you like to initialize this device?" +msgid "" +"The USB device %NAME% with no rom folder and no share folder has been " +"plugged in! Would you like to initialize this device?" msgstr "" # @@ -3292,7 +3303,9 @@ msgid "• Choose '%INIT%' to create only all the rom folders" msgstr "" # -msgid "• Choose '%MOVE%' to copy all the current share to the new device, automatically switch to this device, and reboot" +msgid "" +"• Choose '%MOVE%' to copy all the current share to the new device, " +"automatically switch to this device, and reboot" msgstr "" # @@ -3312,7 +3325,9 @@ msgid "Setting up boot device..." msgstr "" # -msgid "Your USB device has been initialized! Ready to reboot on your new share device!" +msgid "" +"Your USB device has been initialized! Ready to reboot on your new share " +"device!" msgstr "" # @@ -3330,3 +3345,153 @@ msgstr "" # msgid "Video" msgstr "" + +# +msgid "RECALBOX CRT" +msgstr "" + +# +msgid "RGB output for VGA666, PI2SCART, RGBPI." +msgstr "" + +# +msgid "CRT ADAPTER" +msgstr "" + +# +msgid "Enable RGB output for VGA666, PI2SCART, RGBPI." +msgstr "" + +# +msgid "MENU RESOLUTION" +msgstr "" + +# +msgid "" +"Select emulationstation resolution. 480i is recommended for better details." +msgstr "" + +# +msgid "SCREEN TYPE" +msgstr "" + +# +msgid "FORCE 50HZ" +msgstr "" + +# +msgid "SELECT GAME REFRESH RATE AT LAUNCH" +msgstr "" + +# +msgid "Let you choice between 50Hz and 60Hz at launch, for compatible systems." +msgstr "" + +# +msgid "SELECT GAME RESOLUTION AT LAUNCH" +msgstr "" + +# +msgid "" +"Let you choice between 240p, 480i, or 480p at launch, for compatible systems." +msgstr "" + +# +msgid "RUN DEMOS IN 240P@120" +msgstr "" + +# +msgid "SCANLINES IN 480P" +msgstr "" + +# +msgid "Run the demos in 240p resolution on you 31kHz monitor." +msgstr "" + +# +msgid "ZERO LAG (BETA)" +msgstr "" + +# +msgid "Configure emulators to approach a zero lag experience." +msgstr "" + +# +msgid "FORCE SOUND ON JACK" +msgstr "" + +# +msgid "Force sound on jack. Auto-enabled when 31kHz switch is ON" +msgstr "" + +# +msgid "SCREEN CALIBRATION (BETA)" +msgstr "" + +# +msgid "PAL HORIZONTAL OFFSET" +msgstr "" + +# +msgid "" +"If you PAL images are not centered, you can override the default horizontal " +"offset here." +msgstr "" + +# +msgid "PAL VERTICAL OFFSET" +msgstr "" + +# +msgid "" +"If you PAL images are not centered, you can override the default vertical " +"offset here." +msgstr "" + +# +msgid "CRT SETTINGS" +msgstr "" + +# +msgid "(Hardware managed)" +msgstr "" + +# +msgid "240p" +msgstr "" + +# +msgid "480p" +msgstr "" + +# +msgid "480i (recommended)" +msgstr "" + +# +msgid "MOVE SCREEN" +msgstr "" + +# +msgid "WIDER" +msgstr "" + +# +msgid "NARROWER" +msgstr "" + +# +msgid "VALIDATE CHANGES" +msgstr "" + +# +msgid "Image width:" +msgstr "" + +# +msgid "Horizontal offset:" +msgstr "" + +# +msgid "Vertical offset:" +msgstr ""