Merge pull request #7270 from DEX357/patch-20

Update msg_hash_pl.h
This commit is contained in:
Twinaphex 2018-09-22 09:33:57 +02:00 committed by GitHub
commit a1ddb2ecf2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3642,57 +3642,57 @@ MSG_HASH(
) )
MSG_HASH( MSG_HASH(
MENU_ENUM_SUBLABEL_CRT_SWITCHRES_SETTINGS, MENU_ENUM_SUBLABEL_CRT_SWITCHRES_SETTINGS,
"Output native, low-resolution signals for use with CRT displays." "Wyjściowe natywne sygnały niskiej rozdzielczości do użytku z wyświetlaczami CRT."
) )
MSG_HASH( MSG_HASH(
MENU_ENUM_SUBLABEL_CRT_SWITCH_X_AXIS_CENTERING, MENU_ENUM_SUBLABEL_CRT_SWITCH_X_AXIS_CENTERING,
"Cycle through these options if the image is not centered properly on the display." "Przejrzyj te opcje, jeśli obraz nie jest wyśrodkowany na wyświetlaczu."
) )
MSG_HASH( MSG_HASH(
MENU_ENUM_LABEL_VALUE_CRT_SWITCH_X_AXIS_CENTERING, MENU_ENUM_LABEL_VALUE_CRT_SWITCH_X_AXIS_CENTERING,
"X-Axis Centering" "Centracja X-Axis"
) )
MSG_HASH( MSG_HASH(
MENU_ENUM_SUBLABEL_CRT_SWITCH_RESOLUTION_USE_CUSTOM_REFRESH_RATE, MENU_ENUM_SUBLABEL_CRT_SWITCH_RESOLUTION_USE_CUSTOM_REFRESH_RATE,
"Use a custom refresh rate specified in the config file if needed.") "W razie potrzeby użyj niestandardowej częstotliwości odświeżania określonej w pliku konfiguracyjnym.")
MSG_HASH( MSG_HASH(
MENU_ENUM_LABEL_VALUE_CRT_SWITCH_RESOLUTION_USE_CUSTOM_REFRESH_RATE, MENU_ENUM_LABEL_VALUE_CRT_SWITCH_RESOLUTION_USE_CUSTOM_REFRESH_RATE,
"Use Custom Refresh Rate") "Użyj niestandardowej częstotliwości odświeżania")
MSG_HASH( MSG_HASH(
MENU_ENUM_SUBLABEL_CRT_SWITCH_RESOLUTION_OUTPUT_DISPLAY_ID, MENU_ENUM_SUBLABEL_CRT_SWITCH_RESOLUTION_OUTPUT_DISPLAY_ID,
"Select the output port connected to the CRT display.") "Wybierz port wyjściowy podłączony do wyświetlacza CRT.")
MSG_HASH( MSG_HASH(
MENU_ENUM_LABEL_VALUE_CRT_SWITCH_RESOLUTION_OUTPUT_DISPLAY_ID, MENU_ENUM_LABEL_VALUE_CRT_SWITCH_RESOLUTION_OUTPUT_DISPLAY_ID,
"Output Display ID") "Identyfikator wyświetlania wyjścia")
MSG_HASH( MSG_HASH(
MENU_ENUM_LABEL_VALUE_QUICK_MENU_START_RECORDING, MENU_ENUM_LABEL_VALUE_QUICK_MENU_START_RECORDING,
"Start Recording" "Rozpocznij nagrywanie"
) )
MSG_HASH( MSG_HASH(
MENU_ENUM_SUBLABEL_QUICK_MENU_START_RECORDING, MENU_ENUM_SUBLABEL_QUICK_MENU_START_RECORDING,
"Starts recording." "Rozpoczyna nagrywanie."
) )
MSG_HASH( MSG_HASH(
MENU_ENUM_LABEL_VALUE_QUICK_MENU_STOP_RECORDING, MENU_ENUM_LABEL_VALUE_QUICK_MENU_STOP_RECORDING,
"Stop Recording" "Zatrzymaj nagrywanie"
) )
MSG_HASH( MSG_HASH(
MENU_ENUM_SUBLABEL_QUICK_MENU_STOP_RECORDING, MENU_ENUM_SUBLABEL_QUICK_MENU_STOP_RECORDING,
"Stops recording." "Zatrzymuje nagrywanie."
) )
MSG_HASH( MSG_HASH(
MENU_ENUM_LABEL_VALUE_QUICK_MENU_START_STREAMING, MENU_ENUM_LABEL_VALUE_QUICK_MENU_START_STREAMING,
"Start Streaming" "Rozpocznij transmisję"
) )
MSG_HASH( MSG_HASH(
MENU_ENUM_SUBLABEL_QUICK_MENU_START_STREAMING, MENU_ENUM_SUBLABEL_QUICK_MENU_START_STREAMING,
"Starts streaming." "Rozpoczyna transmisję."
) )
MSG_HASH( MSG_HASH(
MENU_ENUM_LABEL_VALUE_QUICK_MENU_STOP_STREAMING, MENU_ENUM_LABEL_VALUE_QUICK_MENU_STOP_STREAMING,
"Stop Streaming" "Zatrzymuje transmitowanie"
) )
MSG_HASH( MSG_HASH(
MENU_ENUM_SUBLABEL_QUICK_MENU_STOP_STREAMING, MENU_ENUM_SUBLABEL_QUICK_MENU_STOP_STREAMING,
"Stops streaming." "Zatrzymuje przesyłanie transmisji."
) )