mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-24 11:54:01 +00:00
installer: add Bulgarian translation file
This commit is contained in:
parent
b23b073da0
commit
977bd029b7
20
packaging/windows/installer/translations/Bulgarian.nsh
Normal file
20
packaging/windows/installer/translations/Bulgarian.nsh
Normal file
@ -0,0 +1,20 @@
|
||||
!define LANG "Bulgarian"
|
||||
|
||||
# The next entry needs translations:
|
||||
!insertmacro LANG_STRING STRING_EXT_LINKS_INTRO "If you need a GUI for mkvextract then give these projects a try:"
|
||||
# The next entry needs translations:
|
||||
!insertmacro LANG_STRING STRING_MFF_CONTINUE_ANYWAY "Continue with installation anyway"
|
||||
# The next entry needs translations:
|
||||
!insertmacro LANG_STRING STRING_MFF_MORE_INFORMATION "More information"
|
||||
# The next entry needs translations:
|
||||
!insertmacro LANG_STRING STRING_MFF_NOT_FOUND "Your Windows installation seems to lack Microsoft's 'Media Foundation' framework. This framework is required by MKVToolNix. Please install it and run the MKVToolNix installer again."
|
||||
# The next entry needs translations:
|
||||
!insertmacro LANG_STRING STRING_REMOVE_JOB_FILES_QUESTION "Should job files created by the GUI be deleted as well?"
|
||||
# The next entry needs translations:
|
||||
!insertmacro LANG_STRING STRING_REMOVE_PROGRAM_QUESTION "Do you really want to remove $(^Name) and all of its components?"
|
||||
# The next entry needs translations:
|
||||
!insertmacro LANG_STRING STRING_UNINSTALLED_OK "$(^Name) was successfully uninstalled."
|
||||
|
||||
# Local Variables:
|
||||
# mode: nsis
|
||||
# End:
|
Loading…
Reference in New Issue
Block a user