From 489a0d384252f695043a98cad30cbec6130a5fc9 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 23 Sep 2020 18:40:20 +0300 Subject: [PATCH] New translations field.php (Romanian) --- .../visiosoft/advs-module/resources/lang/ro/field.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/addons/default/visiosoft/advs-module/resources/lang/ro/field.php b/addons/default/visiosoft/advs-module/resources/lang/ro/field.php index c8bef93ef..3d73c7207 100644 --- a/addons/default/visiosoft/advs-module/resources/lang/ro/field.php +++ b/addons/default/visiosoft/advs-module/resources/lang/ro/field.php @@ -20,7 +20,7 @@ return [ 'name' => 'Preț' ], 'standard_price' => [ - 'name' => 'Standard Price' + 'name' => 'Preț standard' ], 'date' => [ 'name' => 'Data' @@ -266,8 +266,8 @@ return [ "no_location" => "Nu este selectată nicio locație.", "continue" => 'Continua', "gallery" => 'Galerie', - "ads" => 'Ads', - "were_found" => 'were found.', + "ads" => 'Reclame', + "were_found" => 'au fost găsite.', // Pending screen 'pending_message_1' => 'Anunțul se află în procesul de aprobare', @@ -295,5 +295,5 @@ return [ 'select_category_step_by_step' => 'Selectați Categorie pas cu pas', // New create page - 'options' => 'Options', + 'options' => 'Opțiuni', ];