mirror of https://github.com/odrling/Aegisub
Make the "Create a start menu icon" string translatable
This commit is contained in:
parent
79fd39d6ca
commit
1049b2d140
|
@ -33,7 +33,7 @@
|
|||
;
|
||||
|
||||
[Tasks]
|
||||
Name: "startmenuicon"; Description: "Create a start menu icon"; GroupDescription: "{cm:AdditionalIcons}"
|
||||
Name: "startmenuicon"; Description: "{cm:StartMenuIcon}"; GroupDescription: "{cm:AdditionalIcons}"
|
||||
Name: "quicklaunchicon"; Description: "{cm:CreateQuickLaunchIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked
|
||||
|
||||
[Files]
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
[CustomMessages]
|
||||
InstallRuntime=Installing runtime libraries...
|
||||
StartMenuIcon=Create a start menu icon
|
||||
|
||||
; Replacement for License page, no need to bother the user with legal mumbo-jumbo
|
||||
[Messages]
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
[CustomMessages]
|
||||
_InstallRuntime=Installing runtime libraries...
|
||||
_StartMenuIcon=Create a start menu icon
|
||||
|
||||
; Replacement for License page, no need to bother the user with legal mumbo-jumbo
|
||||
[Messages]
|
||||
|
|
|
@ -6197,6 +6197,11 @@ msgid "Installing runtime libraries..."
|
|||
msgstr ""
|
||||
|
||||
|
||||
#: packages/win_installer/fragment_strings.iss:1
|
||||
msgid "Create a start menu icon"
|
||||
msgstr ""
|
||||
|
||||
|
||||
#: packages/win_installer/fragment_strings.iss:1
|
||||
msgid "This will install Aegisub {#BUILD_GIT_VERSION_STRING} on your computer.%n%nAegisub is covered by the GNU General Public License version 2. This means you may use the application for any purpose without charge, but that no warranties of any kind are given either.%n%nSee the Aegisub website for information on obtaining the source code."
|
||||
msgstr ""
|
||||
|
|
|
@ -46,7 +46,7 @@ do
|
|||
| maybe_append
|
||||
done
|
||||
|
||||
grep '^[A-Za-z0-9]*=.*' ../packages/win_installer/fragment_strings.iss | while read line
|
||||
grep '^_[A-Za-z0-9]*=.*' ../packages/win_installer/fragment_strings.iss.in | while read line
|
||||
do
|
||||
echo "$line" \
|
||||
| sed 's/[^=]*=\(.*\)/packages\/win_installer\/fragment_strings.iss|1|"\1"/' \
|
||||
|
|
Loading…
Reference in New Issue