-
-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathEarlyUpdateCheck.template.language.xml
153 lines (146 loc) · 5.07 KB
/
EarlyUpdateCheck.template.language.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
<?xml version="1.0" encoding="utf-8"?>
<Translation>
<!--
Increment the TranslationVersion every time the translation file is updated
Also update the version.info file
-->
<TranslationVersion>0</TranslationVersion>
<item>
<key>Active</key>
<value>Active</value>
</item>
<item>
<key>CheckSync</key>
<value>Update check in foreground</value>
</item>
<item>
<key>CheckSyncDesc</key>
<value>EarlyUpdateCheck will always start the update check at the earliest possible time.
If this option is active, EarlyUpdateCheck will additionally ensure the update check is finished BEFORE the 'Open Database' window is shown.
You may have the upgrade check continue in background if you don't want to wait for its completion.</value>
</item>
<item>
<key>EnterBackgroundMode</key>
<value>Continue in background</value>
</item>
<item>
<key>PluginUpdateOneClick</key>
<value>One-Click plugin update</value>
</item>
<item>
<key>PluginUpdateOneClickDesc</key>
<value>Install new versions of plugins by clicking the plugin in the 'Update Check' window.
This requires write access to KeePass' plugin folder.
KeePass needs to be restarted afterwards in order to use the new version.
Maintain file ExternalPluginUpdates.xml to include other authors' plugins, see the wiki for more details</value>
</item>
<item>
<key>PluginUpdate</key>
<value>Update</value>
</item>
<item>
<key>PluginUpdateKeePass</key>
<value>Update KeePass</value>
</item>
<item>
<key>PluginUpdateSelected</key>
<value>Update plugins</value>
</item>
<item>
<key>PluginUpdateCaption</key>
<value>Early Update Check - Plugin Updater</value>
</item>
<item>
<key>PluginUpdating</key>
<value>Updating {0}, please wait...</value>
</item>
<item>
<key>PluginUpdateSuccess</key>
<value>The update was successful, the new version(s) will be active after a restart of KeePass.
Restart now?</value>
</item>
<item>
<key>PluginUpdateFailed</key>
<value>Moving downloaded files failed. Open temporary folder instead?</value>
</item>
<item>
<key>PluginUpdateFailedSpecific</key>
<value>Plugin: {0}
The update failed</value>
</item>
<item>
<key>PluginTranslationUpdateFailed</key>
<value>Plugin: {0}
Update of language file {1} failed</value>
</item>
<item>
<key>TryUAC</key>
<value>Update could not be finished. Try alternative method?
This might show the UAC prompt.</value>
</item>
<item>
<key>OpenTempFolder</key>
<value>Open temporary folder containing the updated files?</value>
</item>
<item>
<key>TranslationDownload_Update</key>
<value>Manually update translations</value>
</item>
<item>
<key>TranslationDownload_DownloadCurrent</key>
<value>Always download translations for active language: {0}</value>
</item>
<item>
<key>TranslationUpdateForm</key>
<value>Early Update Check - Update translations</value>
</item>
<item>
<key>SelectPluginsForTranslationUpdate</key>
<value>Please select plugins for which translations shall be updated</value>
</item>
<item>
<key>UpdateExternalInfo</key>
<value>A new version of ExternalPluginUpdates.xml is available.
Download to update more 3rd party plugins?</value>
</item>
<item>
<key>UpdateExternalInfoInitialDownload</key>
<value>EarlyUpdateCheck can update selected 3rd party plugins as well.
This is facilitated by a file called ExternalPluginUpdates.xml.
Download this file now to allow updating those plugins?
This question will not be asked again.
If you decide to not use this feature now, you can download this file in EarlyUpdateCheck's options.</value>
</item>
<item>
<key>UpdateExternalInfoDownload</key>
<value>Download ExternalPluginUpdates.xml</value>
</item>
<item>
<key>KeePassUpdate_InstallZip</key>
<value>EarlyUpdateCheck downloaded the newest portable version of KeePass.
The downloaded files will open in a new window.
To perform the update, close KeePass and copy these files to your current KeePass location.</value>
</item>
<item>
<key>KeePassUpdate_InstallSetupOrMsi</key>
<value>EarlyUpdateCheck downloaded the newest version of KeePass.
To perform the update, you need to close KeePass.
Click {0} to run the update now.
Click {1} to open the folder containing the downloaded file instead.</value>
</item>
<item>
<key>KeePassUpdate_RequestInstallType</key>
<value>EarlyUpdateCheck can help in updating KeePass as well.
Since KeePass can be installed in different ways, please confirm your installation type.
Different installation types offered:
- Setup: KeePass-<Version>-Setup.exe is used to install KeePass
- MSI: KeePass-<Version>.msi is used to install KeePass
- Portable: KeePass-<Version>.zip is used to download and extract KeePass</value>
</item>
<item>
<key>SecureDesktopMode</key>
<value>EarlyUpdateCheck detected available updates of plugins and/or KeePass.
As option '{0}' is active, the update form cannot be displayed now.
It will be shown AFTER you close the '{1}' form.</value>
</item>
</Translation>