From c4bdaf8c94a8f289edc14da3a9f1ff9ea952733c Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Fri, 14 Jan 2022 10:41:40 +0300 Subject: [PATCH] New translations message.php (Serbian (Latin)) --- .../visiosoft/advs-module/resources/lang/sr/message.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/addons/default/visiosoft/advs-module/resources/lang/sr/message.php b/addons/default/visiosoft/advs-module/resources/lang/sr/message.php index 93bd3d1e0..fc9946d70 100644 --- a/addons/default/visiosoft/advs-module/resources/lang/sr/message.php +++ b/addons/default/visiosoft/advs-module/resources/lang/sr/message.php @@ -32,4 +32,10 @@ return [ 'sold_status_change' => "Status vašeg oglasa je prodato!", 'status_change' => "Status vašeg oglasa je :status!", 'disabled_detailed_options_for_admin_role' => "Detaljne opcije proizvoda su onemogućene.", + 'permission_error' => 'You do not have permission for this action', + 'currency_converter_not_available' => 'The currency converter is not available.', + 'option_saved' => 'Option Saved', + 'do_you_want_to_save_the_option' => 'Do you want to save the option?', + 'you_can_not_delete_a_system_status' => 'You can not delete a system status!', + 'product_added_to_cart' => 'Product added to cart!', ];