Skip to content

Commit cc2171f

Browse files
Merge pull request #1792 from PrestaShop/translation-extraction
Translation catalog update
2 parents 92a74b7 + f7f9c15 commit cc2171f

1 file changed

Lines changed: 63 additions & 58 deletions

File tree

translations/ModulesAutoupgradeAdmin.en.xlf

Lines changed: 63 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -172,65 +172,90 @@
172172
<target>File %filename% (size: %filesize%) has been skipped during backup.</target>
173173
<note>classes/ZipAction.php:361</note>
174174
</trans-unit>
175-
<trans-unit id="0067de0b699a1ff27fe4faa758932986">
176-
<source>Invalid configuration, backup name is missing.</source>
177-
<target>Invalid configuration, backup name is missing.</target>
178-
<note>classes/Parameters/RestoreConfigurationValidator.php:82</note>
175+
<trans-unit id="1c041a27877f172964552beef6c228e6">
176+
<source>Unknown configuration key '%s', Ignoring.</source>
177+
<target>Unknown configuration key '%s', Ignoring.</target>
178+
<note>classes/Parameters/Loader/UpdateConfigurationLoader.php:71</note>
179179
</trans-unit>
180-
<trans-unit id="2aa754c876879a7a9bb7a8f4273730f8">
181-
<source>Invalid configuration, backup %s doesn't exist.</source>
182-
<target>Invalid configuration, backup %s doesn't exist.</target>
183-
<note>classes/Parameters/RestoreConfigurationValidator.php:91</note>
180+
<trans-unit id="f2ff9d001d0a553c78da73443e7fcd97">
181+
<source>Configuration successfully updated.</source>
182+
<target>Configuration successfully updated.</target>
183+
<note>classes/Parameters/Loader/AbstractConfigurationLoader.php:91</note>
184184
</trans-unit>
185-
<trans-unit id="80c25611ea9134bac1da1d91eb03544a">
186-
<source>Both 'xml' and 'zip' files attributes must be provided to use the local channel.</source>
187-
<target>Both 'xml' and 'zip' files attributes must be provided to use the local channel.</target>
188-
<note>classes/Parameters/LocalChannelConfigurationValidator.php:113</note>
185+
<trans-unit id="1fe9dd96f646eaa0cd3a0fcc7632ce12">
186+
<source>Error on saving configuration</source>
187+
<target>Error on saving configuration</target>
188+
<note>classes/Parameters/Loader/AbstractConfigurationLoader.php:95</note>
189189
</trans-unit>
190-
<trans-unit id="1d1a5763d2901dbd435b378358a149b4">
191-
<source>File %s does not exist. Unable to select that channel.</source>
192-
<target>File %s does not exist. Unable to select that channel.</target>
193-
<note>classes/Parameters/LocalChannelConfigurationValidator.php:155</note>
190+
<trans-unit id="d70699057bcd09b03129da2391b47d67">
191+
<source>Update process will use archive.</source>
192+
<target>Update process will use archive.</target>
193+
<note>classes/Parameters/Loader/UpdateConfigurationLoader.php:118</note>
194194
</trans-unit>
195195
<trans-unit id="8cd1c74d3c55f934c1b312fc65f9022f">
196196
<source>We couldn't find a PrestaShop version in the .zip file that was uploaded in your local archive. Please try again.</source>
197197
<target>We couldn't find a PrestaShop version in the .zip file that was uploaded in your local archive. Please try again.</target>
198-
<note>classes/Task/Miscellaneous/UpdateConfig.php:103</note>
199-
</trans-unit>
200-
<trans-unit id="a9c58dc4da830f87b1f0cb9e2b6f8a1c">
201-
<source>We couldn't find a PrestaShop version in the XML file that was uploaded in your local archive. Please try again.</source>
202-
<target>We couldn't find a PrestaShop version in the XML file that was uploaded in your local archive. Please try again.</target>
203-
<note>classes/Parameters/LocalChannelConfigurationValidator.php:164</note>
204-
</trans-unit>
205-
<trans-unit id="9faf1391c6c018a5f5343bd509fe8e96">
206-
<source>The PrestaShop version in your archive doesn't match the one in XML file. Please fix this issue and try again.</source>
207-
<target>The PrestaShop version in your archive doesn't match the one in XML file. Please fix this issue and try again.</target>
208-
<note>classes/Parameters/LocalChannelConfigurationValidator.php:179</note>
198+
<note>classes/Parameters/Validator/LocalChannelConfigurationValidator.php:135</note>
209199
</trans-unit>
210200
<trans-unit id="494e9240706355902c051f7edbff16d8">
211201
<source>Unknown channel %s</source>
212202
<target>Unknown channel %s</target>
213-
<note>classes/Parameters/ConfigurationValidator.php:88</note>
203+
<note>classes/Parameters/Validator/UpdateConfigurationValidator.php:76</note>
214204
</trans-unit>
215205
<trans-unit id="a1e2f27f691acb7eff72046d0c6d15b9">
216206
<source>No zip archive provided</source>
217207
<target>No zip archive provided</target>
218-
<note>classes/Parameters/ConfigurationValidator.php:97</note>
208+
<note>classes/Parameters/Validator/UpdateConfigurationValidator.php:85</note>
219209
</trans-unit>
220210
<trans-unit id="08ecdfa1e85ff7b6cc146b6a61690840">
221211
<source>No xml archive provided</source>
222212
<target>No xml archive provided</target>
223-
<note>classes/Parameters/ConfigurationValidator.php:106</note>
213+
<note>classes/Parameters/Validator/UpdateConfigurationValidator.php:94</note>
214+
</trans-unit>
215+
<trans-unit id="e1f14f4d3c6982641c551777d9100d93">
216+
<source>Zip or XML archives are only allowed with the local channel</source>
217+
<target>Zip or XML archives are only allowed with the local channel</target>
218+
<note>classes/Parameters/Validator/UpdateConfigurationValidator.php:114</note>
219+
</trans-unit>
220+
<trans-unit id="0067de0b699a1ff27fe4faa758932986">
221+
<source>Invalid configuration, backup name is missing.</source>
222+
<target>Invalid configuration, backup name is missing.</target>
223+
<note>classes/Parameters/Validator/RestoreConfigurationValidator.php:84</note>
224+
</trans-unit>
225+
<trans-unit id="2aa754c876879a7a9bb7a8f4273730f8">
226+
<source>Invalid configuration, backup %s doesn't exist.</source>
227+
<target>Invalid configuration, backup %s doesn't exist.</target>
228+
<note>classes/Parameters/Validator/RestoreConfigurationValidator.php:93</note>
224229
</trans-unit>
225230
<trans-unit id="8f6819dd1d8ef2e214833f667fe994b0">
226231
<source>Value must be a boolean for %s</source>
227232
<target>Value must be a boolean for %s</target>
228-
<note>classes/Parameters/ConfigurationValidator.php:118</note>
233+
<note>classes/Parameters/Validator/AbstractConfigurationValidator.php:48</note>
229234
</trans-unit>
230-
<trans-unit id="e1f14f4d3c6982641c551777d9100d93">
231-
<source>Zip or XML archives are only allowed with the local channel</source>
232-
<target>Zip or XML archives are only allowed with the local channel</target>
233-
<note>classes/Parameters/ConfigurationValidator.php:138</note>
235+
<trans-unit id="dbdcb7ab425a6ee8dda8949f185b9407">
236+
<source>Value must be an integer for %s</source>
237+
<target>Value must be an integer for %s</target>
238+
<note>classes/Parameters/Validator/AbstractConfigurationValidator.php:60</note>
239+
</trans-unit>
240+
<trans-unit id="80c25611ea9134bac1da1d91eb03544a">
241+
<source>Both 'xml' and 'zip' files attributes must be provided to use the local channel.</source>
242+
<target>Both 'xml' and 'zip' files attributes must be provided to use the local channel.</target>
243+
<note>classes/Parameters/Validator/LocalChannelConfigurationValidator.php:110</note>
244+
</trans-unit>
245+
<trans-unit id="1d1a5763d2901dbd435b378358a149b4">
246+
<source>File %s does not exist. Unable to select that channel.</source>
247+
<target>File %s does not exist. Unable to select that channel.</target>
248+
<note>classes/Parameters/Validator/LocalChannelConfigurationValidator.php:152</note>
249+
</trans-unit>
250+
<trans-unit id="a9c58dc4da830f87b1f0cb9e2b6f8a1c">
251+
<source>We couldn't find a PrestaShop version in the XML file that was uploaded in your local archive. Please try again.</source>
252+
<target>We couldn't find a PrestaShop version in the XML file that was uploaded in your local archive. Please try again.</target>
253+
<note>classes/Parameters/Validator/LocalChannelConfigurationValidator.php:161</note>
254+
</trans-unit>
255+
<trans-unit id="9faf1391c6c018a5f5343bd509fe8e96">
256+
<source>The PrestaShop version in your archive doesn't match the one in XML file. Please fix this issue and try again.</source>
257+
<target>The PrestaShop version in your archive doesn't match the one in XML file. Please fix this issue and try again.</target>
258+
<note>classes/Parameters/Validator/LocalChannelConfigurationValidator.php:176</note>
234259
</trans-unit>
235260
<trans-unit id="26b9f7a72f6303211ad6d2f635ea680e">
236261
<source>Your current PHP version isn't compatible with PrestaShop %s. (Expected: %s - %s | Current: %s)</source>
@@ -470,33 +495,13 @@
470495
<trans-unit id="88b3ca1ea582b35668b5ed49bbf8206b">
471496
<source>Backup completed successfully.</source>
472497
<target>Backup completed successfully.</target>
473-
<note>classes/Task/Backup/BackupComplete.php:55</note>
498+
<note>classes/Task/Backup/BackupComplete.php:58</note>
474499
</trans-unit>
475500
<trans-unit id="435d516735dbf7f622c7d14585f66840">
476501
<source>Action %s skipped</source>
477502
<target>Action %s skipped</target>
478503
<note>classes/Task/AbstractTask.php:205</note>
479504
</trans-unit>
480-
<trans-unit id="1c041a27877f172964552beef6c228e6">
481-
<source>Unknown configuration key '%s', Ignoring.</source>
482-
<target>Unknown configuration key '%s', Ignoring.</target>
483-
<note>classes/Task/Miscellaneous/UpdateConfig.php:59</note>
484-
</trans-unit>
485-
<trans-unit id="d70699057bcd09b03129da2391b47d67">
486-
<source>Update process will use archive.</source>
487-
<target>Update process will use archive.</target>
488-
<note>classes/Task/Miscellaneous/UpdateConfig.php:100</note>
489-
</trans-unit>
490-
<trans-unit id="1fe9dd96f646eaa0cd3a0fcc7632ce12">
491-
<source>Error on saving configuration</source>
492-
<target>Error on saving configuration</target>
493-
<note>classes/Task/Miscellaneous/UpdateConfig.php:111</note>
494-
</trans-unit>
495-
<trans-unit id="f2ff9d001d0a553c78da73443e7fcd97">
496-
<source>Configuration successfully updated.</source>
497-
<target>Configuration successfully updated.</target>
498-
<note>classes/Task/Miscellaneous/UpdateConfig.php:174</note>
499-
</trans-unit>
500505
<trans-unit id="64ace91c75e6a8dcba8262e5215df07f">
501506
<source>OPCache configuration will be changed for the duration of the process.</source>
502507
<target>OPCache configuration will be changed for the duration of the process.</target>
@@ -545,7 +550,7 @@
545550
<trans-unit id="b579142dc2ece4e07e8fcc1f99cd75c8">
546551
<source>Restoration process done. Congratulations! You can now reactivate your store.</source>
547552
<target>Restoration process done. Congratulations! You can now reactivate your store.</target>
548-
<note>classes/Task/Restore/RestoreComplete.php:39</note>
553+
<note>classes/Task/Restore/RestoreComplete.php:44</note>
549554
</trans-unit>
550555
<trans-unit id="8c4204265814594491ae20c9899a0fff">
551556
<source>Running opcache_reset</source>
@@ -925,7 +930,7 @@
925930
<trans-unit id="1b24cc8e4bf3ac0babd1a96fbc83e369">
926931
<source>The temporary directory of modules has been emptied</source>
927932
<target>The temporary directory of modules has been emptied</target>
928-
<note>classes/Task/Update/UpdateComplete.php:82</note>
933+
<note>classes/Task/Update/UpdateComplete.php:79</note>
929934
</trans-unit>
930935
<trans-unit id="d2b9f1e39aa8e96bb61f3a4bfe133f58">
931936
<source>%s removed</source>

0 commit comments

Comments
 (0)