From 3c29e08ef8ef8f392e654c3f21ae50362a10bcf7 Mon Sep 17 00:00:00 2001 From: bryan Date: Mon, 30 Sep 2019 16:23:30 +0800 Subject: [PATCH] Translations update --- language/en_EN.interface.php | 7 +++++-- language/fr_FR.interface.php | 7 +++++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/language/en_EN.interface.php b/language/en_EN.interface.php index cf2f443..0ab3824 100644 --- a/language/en_EN.interface.php +++ b/language/en_EN.interface.php @@ -89,7 +89,10 @@ 'tr_front_minify_assets_error_occurred' => 'An error occurred while compiling assets.', 'tr_front_minify_assets_success' => 'Compiling assets successful.', + // Plugins + 'tr_front_plugin_common_tab_properties' => 'Properties', + 'tr_front_plugin_common_no_param' => 'No parameters to edit', + //DragDrop Zone 'tr_front_drag_drop_zone_label' => 'DRAG PLUGIN HERE!', -); -?> \ No newline at end of file +); \ No newline at end of file diff --git a/language/fr_FR.interface.php b/language/fr_FR.interface.php index 21b4612..7291159 100644 --- a/language/fr_FR.interface.php +++ b/language/fr_FR.interface.php @@ -92,7 +92,10 @@ 'tr_front_minify_assets_error_occurred' => 'An error occurred while compiling assets.', 'tr_front_minify_assets_success' => 'Compiling assets successful.', + // Plugins + 'tr_front_plugin_common_tab_properties' => 'Propriétés', + 'tr_front_plugin_common_no_param' => 'Aucun paramètre à éditer', + //DragDrop Zone 'tr_front_drag_drop_zone_label' => 'Déposez le plugin ici', -); -?> \ No newline at end of file +); \ No newline at end of file