reactos/dll/win32/shimgvw/lang/uk-UA.rc
Carlo Bramini 0d4e921c93
[SHIMGVW] Add new features (CORE-11044) (#3113)
Add these new features:

- Use accelerator table for keyboard hotkeys.
- Updated italian translation.
- Simplified creation of toolbar and tooltips.
- Added missing toolbar buttons.
- Initialize common controls for theming.

French translation by Kyle Katarn.
Polish translation by Adam Stachowicz.
2021-02-13 23:22:21 +09:00

44 lines
1.6 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/*
* PROJECT: ReactOS Logon GINA DLL
* LICENSE: GPL - See COPYING in the top level directory
* FILE: dll/win32/shimgvw/lang/uk-UA.rc
* PURPOSE: Ukraianian Language File for msgina
* TRANSLATOR: Igor Paliychuk
*/
LANGUAGE LANG_UKRAINIAN, SUBLANG_DEFAULT
STRINGTABLE
BEGIN
IDS_APPTITLE "Програма перегляду зображень і факсів ReactOS"
IDS_SETASDESKBG "Встановити як фон робочого столу"
IDS_NOPREVIEW "No preview available."
IDS_PREVIEW "Перегляд"
/* Tooltips */
IDS_TOOLTIP_NEXT_PIC "Наступне зображення"
IDS_TOOLTIP_PREV_PIC "Попереднє зображення"
IDS_TOOLTIP_BEST_FIT "Best fit to window (Ctrl+B)"
IDS_TOOLTIP_REAL_SIZE "Actual size (Ctrl+A)"
IDS_TOOLTIP_SLIDE_SHOW "Start slideshow (F11)"
IDS_TOOLTIP_ZOOM_IN "Збільшити (+)"
IDS_TOOLTIP_ZOOM_OUT "Зменшити (-)"
IDS_TOOLTIP_ROT_CLOCKW "Повернути за годинниковою стрілкою (Ctrl+K)"
IDS_TOOLTIP_ROT_COUNCW "Повернути проти годинникової стрілки (Ctrl+L)"
IDS_TOOLTIP_DELETE "Delete (DEL)"
IDS_TOOLTIP_PRINT "Друк (Ctrl+P)"
IDS_TOOLTIP_SAVEAS "Зберегти як... (Ctrl+S)"
IDS_TOOLTIP_MODIFY "Modify (Ctrl+E)"
IDS_TOOLTIP_HELP_TOC "Help topics (F1)"
END
STRINGTABLE
BEGIN
IDS_EMF_FILE "EMF Image"
IDS_GIF_FILE "GIF Image"
IDS_JPG_FILE "JPEG Image"
IDS_BMP_FILE "Bitmap Image"
IDS_PNG_FILE "PNG Image"
IDS_TIF_FILE "TIF Image"
IDS_WMF_FILE "WMF Image"
END