From 45e0603b1724bc1294c29a59a6b4b859bb2040ac Mon Sep 17 00:00:00 2001 From: Pit64 Date: Sun, 10 Jul 2022 15:27:40 +0200 Subject: [PATCH 1/2] fix(frontend): add missing crt translations --- .../es-app/src/guis/menus/GuiMenuCRT.cpp | 2 +- .../frontend/es-app/src/views/crt/CrtView.cpp | 6 +- .../frontend/locale/emulationstation2.pot | 144 ++++++++++++++++++ 3 files changed, 148 insertions(+), 4 deletions(-) diff --git a/projects/frontend/es-app/src/guis/menus/GuiMenuCRT.cpp b/projects/frontend/es-app/src/guis/menus/GuiMenuCRT.cpp index 3840c804b9..d3864eca9f 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 433d779ea1..b00f357ff0 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 e3accad0be..f6f8b29ab5 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 "" -- GitLab From 50a9a3350d6534438d3d8842feedddaeb505906f Mon Sep 17 00:00:00 2001 From: Yves Date: Sun, 10 Jul 2022 16:17:51 +0200 Subject: [PATCH 2/2] fix(frontend): add po files from missing crt translations --- .../lang/ar/LC_MESSAGES/emulationstation2.po | 173 ++++++++++- .../lang/ca/LC_MESSAGES/emulationstation2.po | 173 ++++++++++- .../lang/cs/LC_MESSAGES/emulationstation2.po | 173 ++++++++++- .../lang/de/LC_MESSAGES/emulationstation2.po | 173 ++++++++++- .../lang/el/LC_MESSAGES/emulationstation2.po | 173 ++++++++++- .../lang/en/LC_MESSAGES/emulationstation2.po | 173 ++++++++++- .../lang/es/LC_MESSAGES/emulationstation2.po | 173 ++++++++++- .../eu_ES/LC_MESSAGES/emulationstation2.po | 173 ++++++++++- .../fa_IR/LC_MESSAGES/emulationstation2.po | 173 ++++++++++- .../lang/fr/LC_MESSAGES/emulationstation2.po | 268 +++++++++++++++--- .../gl_ES/LC_MESSAGES/emulationstation2.po | 173 ++++++++++- .../lang/hu/LC_MESSAGES/emulationstation2.po | 173 ++++++++++- .../lang/it/LC_MESSAGES/emulationstation2.po | 177 +++++++++++- .../ja_JP/LC_MESSAGES/emulationstation2.po | 173 ++++++++++- .../lang/ko/LC_MESSAGES/emulationstation2.po | 173 ++++++++++- .../lb_LU/LC_MESSAGES/emulationstation2.po | 173 ++++++++++- .../lt_LT/LC_MESSAGES/emulationstation2.po | 177 +++++++++++- .../lv_LV/LC_MESSAGES/emulationstation2.po | 173 ++++++++++- .../nb_NO/LC_MESSAGES/emulationstation2.po | 173 ++++++++++- .../lang/nl/LC_MESSAGES/emulationstation2.po | 173 ++++++++++- .../nn_NO/LC_MESSAGES/emulationstation2.po | 173 ++++++++++- .../lang/pl/LC_MESSAGES/emulationstation2.po | 173 ++++++++++- .../lang/pt/LC_MESSAGES/emulationstation2.po | 173 ++++++++++- .../pt_BR/LC_MESSAGES/emulationstation2.po | 173 ++++++++++- .../lang/ro/LC_MESSAGES/emulationstation2.po | 173 ++++++++++- .../ru_RU/LC_MESSAGES/emulationstation2.po | 173 ++++++++++- .../sv_SE/LC_MESSAGES/emulationstation2.po | 173 ++++++++++- .../lang/tr/LC_MESSAGES/emulationstation2.po | 173 ++++++++++- .../uk_UA/LC_MESSAGES/emulationstation2.po | 173 ++++++++++- .../zh_CN/LC_MESSAGES/emulationstation2.po | 173 ++++++++++- .../zh_TW/LC_MESSAGES/emulationstation2.po | 173 ++++++++++- 31 files changed, 5292 insertions(+), 174 deletions(-) diff --git a/projects/frontend/locale/lang/ar/LC_MESSAGES/emulationstation2.po b/projects/frontend/locale/lang/ar/LC_MESSAGES/emulationstation2.po index 5cfa926b92..1c392c9d19 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 5d9ab526d8..100c747088 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 8ed212af2b..f40dd5b0ab 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 98f22c9723..8d71d7747e 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 26a535eae3..586d55b7eb 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 3105cbb205..d271206839 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 e1170e7d80..b22acba61e 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 3267a963a0..0e82bfc890 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 33a8caef4e..ef731d36fd 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 13bf78ab75..2e8baaf222 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 f64fa95ed0..8d97ca3656 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 c57662990c..0c13a600f4 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 40c4ac8f39..cd421ebd45 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 a7385ebafb..11472b88b1 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 07e6b4cf68..30edc81c84 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 4ea7a4c294..a1ac868aba 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 4cd628a79e..175fb72502 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 be483ae445..6ee54bfdbe 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 145b544732..ae698ea9c0 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 b4529a889e..f15742fa0a 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 93083e5055..dfab11c792 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 15ea78d157..a20f9f2865 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 dda5fb2c82..e4799cb385 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 89fec33cb6..75c6fc4a2b 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 97b5fb148e..b6b55bb810 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 5f63a1c325..1eb4b1ffe0 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 3be025deea..23c7165093 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 fd34a26144..ad752f282d 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 a0d1e43b0d..8b2ba1171f 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 16a028a653..7065a42b6d 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 0c5f1cc8cb..4709a8c654 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 "" -- GitLab