Add caching to the auto_loader for interfaces (#7320)
* update auto loader to load and cache interfaces * use new method to update the auto loader cache * use new interface * use new interface to trigger a cache flush * update the console upgrade menu * update the missing implements syntax * add the clear_cache to the flush cache button
This commit is contained in:
@@ -621,6 +621,33 @@ $text['label-update_filesystem_permissions']['zh-cn'] = "";
|
||||
$text['label-update_filesystem_permissions']['ja-jp'] = "";
|
||||
$text['label-update_filesystem_permissions']['ko-kr'] = "";
|
||||
|
||||
$text['message-updated_autoloader']['en-us'] = 'Updated autoloader';
|
||||
$text['message-updated_autoloader']['en-gb'] = 'Updated autoloader';
|
||||
$text['message-updated_autoloader']['ar-eg'] = 'تم تحديث أداة التحميل التلقائي';
|
||||
$text['message-updated_autoloader']['de-at'] = 'Aktualisierter Autoloader';
|
||||
$text['message-updated_autoloader']['de-ch'] = 'Aktualisierter Autoloader';
|
||||
$text['message-updated_autoloader']['de-de'] = 'Aktualisierter Autoloader';
|
||||
$text['message-updated_autoloader']['el-gr'] = 'Ενημερώθηκε η αυτόματη φόρτωση';
|
||||
$text['message-updated_autoloader']['es-cl'] = 'Cargador automático actualizado';
|
||||
$text['message-updated_autoloader']['es-mx'] = 'Cargador automático actualizado';
|
||||
$text['message-updated_autoloader']['fr-ca'] = 'Chargeur automatique mis à jour';
|
||||
$text['message-updated_autoloader']['fr-fr'] = 'Chargeur automatique mis à jour';
|
||||
$text['message-updated_autoloader']['he-il'] = 'טוען אוטומטי מעודכן';
|
||||
$text['message-updated_autoloader']['it-it'] = 'Caricatore automatico aggiornato';
|
||||
$text['message-updated_autoloader']['ka-ge'] = 'განახლებულია ავტოჩამტვირთავი';
|
||||
$text['message-updated_autoloader']['nl-nl'] = 'Bijgewerkte autoloader';
|
||||
$text['message-updated_autoloader']['pl-pl'] = 'Zaktualizowany autoloader';
|
||||
$text['message-updated_autoloader']['pt-br'] = 'Carregador automático atualizado';
|
||||
$text['message-updated_autoloader']['pt-pt'] = 'Carregador automático atualizado';
|
||||
$text['message-updated_autoloader']['ro-ro'] = 'Încărcare automată actualizată';
|
||||
$text['message-updated_autoloader']['ru-ru'] = 'Обновленный автозагрузчик';
|
||||
$text['message-updated_autoloader']['sv-se'] = 'Uppdaterad autoloader';
|
||||
$text['message-updated_autoloader']['uk-ua'] = 'Оновлений автозавантажувач';
|
||||
$text['message-updated_autoloader']['tr-tr'] = 'Güncellenmiş otomatik yükleyici';
|
||||
$text['message-updated_autoloader']['zh-cn'] = '更新的自动加载器';
|
||||
$text['message-updated_autoloader']['ja-jp'] = 'オートローダーの更新';
|
||||
$text['message-updated_autoloader']['ko-kr'] = '업데이트된 자동 로더';
|
||||
|
||||
$text['label-upgrade_menu']['en-us'] = "Menu Defaults";
|
||||
$text['label-upgrade_menu']['en-gb'] = "Menu Defaults";
|
||||
$text['label-upgrade_menu']['ar-eg'] = "افتراضيات القائمة";
|
||||
|
||||
Reference in New Issue
Block a user