diff --git a/addons/default/visiosoft/defaultadmin-theme/resources/config/settings.php b/addons/default/visiosoft/defaultadmin-theme/resources/config/settings.php
index a33481e6e..cf747b67e 100644
--- a/addons/default/visiosoft/defaultadmin-theme/resources/config/settings.php
+++ b/addons/default/visiosoft/defaultadmin-theme/resources/config/settings.php
@@ -183,7 +183,7 @@ return [
"dark_warning_color" => [
"type" => "anomaly.field_type.colorpicker",
"config" => [
- "default_value" => '#e1dc7e',
+ "default_value" => '#c89332',
]
],
"dark_info_color" => [
diff --git a/addons/default/visiosoft/defaultadmin-theme/resources/css/dark_mode.css b/addons/default/visiosoft/defaultadmin-theme/resources/css/dark_mode.css
index b98d444de..aaa3644f4 100644
--- a/addons/default/visiosoft/defaultadmin-theme/resources/css/dark_mode.css
+++ b/addons/default/visiosoft/defaultadmin-theme/resources/css/dark_mode.css
@@ -217,11 +217,6 @@ opacity: 1;
background: {{ setting_value('visiosoft.theme.defaultadmin::dark_primary_color')}} !important;
color: {{ setting_value('visiosoft.theme.defaultadmin::dark_links_color')}} !important;
}
-.nav.nav-sections li a {
-color: {{ setting_value('visiosoft.theme.defaultadmin::dark_links_color')}} !important;
-opacity: 0.3;
-transition: 0.5s;
-}
.nav.nav-sections li:hover a {
color: {{ setting_value('visiosoft.theme.defaultadmin::dark_links_hover_active_color')}} !important;
opacity: 1;
@@ -262,9 +257,6 @@ background-color: {{ setting_value('visiosoft.theme.defaultadmin::dark_backgroun
background-color: {{ setting_value('visiosoft.theme.defaultadmin::dark_info_color') }} !important;
border: 1px solid {{ setting_value('visiosoft.theme.defaultadmin::dark_info_color') }} !important;
}
-.nav.nav-sections li a {
-color: {{ setting_value('visiosoft.theme.defaultadmin::dark_secondary_color') }} !important;
-}
#sidebar > ul > li.active {
background: {{ setting_value('visiosoft.theme.defaultadmin::dark_sidebar_secondary_color') }};
box-sizing: border-box;
@@ -364,4 +356,25 @@ color: {{ setting_value('visiosoft.theme.defaultadmin::dark_text_color') }} !imp
}
.select2-container--default .select2-selection--single {
border-color: {{ setting_value('visiosoft.theme.defaultadmin::dark_secondary_color') }} !important;
+}
+.dropdown-menu {
+ background-color: {{ setting_value('visiosoft.theme.defaultadmin::dark_input_background_color') }} !important;
+}
+
+.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
+ border-color: {{setting_value('visiosoft.theme.defaultadmin::dark_input_focused_border_color')}} !important;
+}
+.nav.nav-sections li a {
+ color: white !important;
+}
+.nav.nav-sections .nav-item.active a {
+ opacity: 1;
+ background-color: {{ setting_value('visiosoft.theme.defaultadmin::dark_primary_color') }} !important;
+}
+.nav-pills .nav-link:hover {
+ background-color: {{ setting_value('visiosoft.theme.defaultadmin::dark_input_background_color') }} !important;
+}
+.text-muted {
+ color: {{ setting_value('visiosoft.theme.defaultadmin::dark_text_color') }} !important;
+ filter: brightness(80%);
}
\ No newline at end of file
diff --git a/addons/default/visiosoft/defaultadmin-theme/resources/css/theme.css b/addons/default/visiosoft/defaultadmin-theme/resources/css/theme.css
index ad90e4756..76c07b3f9 100644
--- a/addons/default/visiosoft/defaultadmin-theme/resources/css/theme.css
+++ b/addons/default/visiosoft/defaultadmin-theme/resources/css/theme.css
@@ -3296,4 +3296,7 @@ color: {{ setting_value('visiosoft.theme.defaultadmin::block_background_color')
}
.select2-container--default .select2-selection--single {
border-color: {{ setting_value('visiosoft.theme.defaultadmin::background_color') }} !important;
+}
+.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
+border-color: {{setting_value('visiosoft.theme.defaultadmin::input_focused_border_color')}} !important;
}
\ No newline at end of file
diff --git a/addons/default/visiosoft/defaultadmin-theme/resources/fonts/font-awesome/FontAwesome.otf b/addons/default/visiosoft/defaultadmin-theme/resources/fonts/font-awesome/FontAwesome.otf
index 401ec0f36..e69de29bb 100644
Binary files a/addons/default/visiosoft/defaultadmin-theme/resources/fonts/font-awesome/FontAwesome.otf and b/addons/default/visiosoft/defaultadmin-theme/resources/fonts/font-awesome/FontAwesome.otf differ
diff --git a/addons/default/visiosoft/defaultadmin-theme/resources/fonts/font-awesome/fontawesome-webfont.eot b/addons/default/visiosoft/defaultadmin-theme/resources/fonts/font-awesome/fontawesome-webfont.eot
index e9f60ca95..e69de29bb 100644
Binary files a/addons/default/visiosoft/defaultadmin-theme/resources/fonts/font-awesome/fontawesome-webfont.eot and b/addons/default/visiosoft/defaultadmin-theme/resources/fonts/font-awesome/fontawesome-webfont.eot differ
diff --git a/addons/default/visiosoft/defaultadmin-theme/resources/fonts/font-awesome/fontawesome-webfont.ttf b/addons/default/visiosoft/defaultadmin-theme/resources/fonts/font-awesome/fontawesome-webfont.ttf
index 35acda2fa..e69de29bb 100644
Binary files a/addons/default/visiosoft/defaultadmin-theme/resources/fonts/font-awesome/fontawesome-webfont.ttf and b/addons/default/visiosoft/defaultadmin-theme/resources/fonts/font-awesome/fontawesome-webfont.ttf differ
diff --git a/addons/default/visiosoft/defaultadmin-theme/resources/fonts/font-awesome/fontawesome-webfont.woff b/addons/default/visiosoft/defaultadmin-theme/resources/fonts/font-awesome/fontawesome-webfont.woff
index 400014a4b..e69de29bb 100644
Binary files a/addons/default/visiosoft/defaultadmin-theme/resources/fonts/font-awesome/fontawesome-webfont.woff and b/addons/default/visiosoft/defaultadmin-theme/resources/fonts/font-awesome/fontawesome-webfont.woff differ
diff --git a/addons/default/visiosoft/defaultadmin-theme/resources/fonts/font-awesome/fontawesome-webfont.woff2 b/addons/default/visiosoft/defaultadmin-theme/resources/fonts/font-awesome/fontawesome-webfont.woff2
index 4d13fc604..e69de29bb 100644
Binary files a/addons/default/visiosoft/defaultadmin-theme/resources/fonts/font-awesome/fontawesome-webfont.woff2 and b/addons/default/visiosoft/defaultadmin-theme/resources/fonts/font-awesome/fontawesome-webfont.woff2 differ
diff --git a/addons/default/visiosoft/defaultadmin-theme/resources/fonts/glyphicons/glyphicons-filetypes-regular.eot b/addons/default/visiosoft/defaultadmin-theme/resources/fonts/glyphicons/glyphicons-filetypes-regular.eot
index 699e3a212..e69de29bb 100644
Binary files a/addons/default/visiosoft/defaultadmin-theme/resources/fonts/glyphicons/glyphicons-filetypes-regular.eot and b/addons/default/visiosoft/defaultadmin-theme/resources/fonts/glyphicons/glyphicons-filetypes-regular.eot differ
diff --git a/addons/default/visiosoft/defaultadmin-theme/resources/fonts/glyphicons/glyphicons-filetypes-regular.ttf b/addons/default/visiosoft/defaultadmin-theme/resources/fonts/glyphicons/glyphicons-filetypes-regular.ttf
index a2d36231b..e69de29bb 100644
Binary files a/addons/default/visiosoft/defaultadmin-theme/resources/fonts/glyphicons/glyphicons-filetypes-regular.ttf and b/addons/default/visiosoft/defaultadmin-theme/resources/fonts/glyphicons/glyphicons-filetypes-regular.ttf differ
diff --git a/addons/default/visiosoft/defaultadmin-theme/resources/fonts/glyphicons/glyphicons-filetypes-regular.woff b/addons/default/visiosoft/defaultadmin-theme/resources/fonts/glyphicons/glyphicons-filetypes-regular.woff
index 716455f77..e69de29bb 100644
Binary files a/addons/default/visiosoft/defaultadmin-theme/resources/fonts/glyphicons/glyphicons-filetypes-regular.woff and b/addons/default/visiosoft/defaultadmin-theme/resources/fonts/glyphicons/glyphicons-filetypes-regular.woff differ
diff --git a/addons/default/visiosoft/defaultadmin-theme/resources/fonts/glyphicons/glyphicons-filetypes-regular.woff2 b/addons/default/visiosoft/defaultadmin-theme/resources/fonts/glyphicons/glyphicons-filetypes-regular.woff2
index 2dd3ecee1..e69de29bb 100644
Binary files a/addons/default/visiosoft/defaultadmin-theme/resources/fonts/glyphicons/glyphicons-filetypes-regular.woff2 and b/addons/default/visiosoft/defaultadmin-theme/resources/fonts/glyphicons/glyphicons-filetypes-regular.woff2 differ
diff --git a/addons/default/visiosoft/defaultadmin-theme/resources/fonts/glyphicons/glyphicons-regular.eot b/addons/default/visiosoft/defaultadmin-theme/resources/fonts/glyphicons/glyphicons-regular.eot
index 17abfb967..e69de29bb 100644
Binary files a/addons/default/visiosoft/defaultadmin-theme/resources/fonts/glyphicons/glyphicons-regular.eot and b/addons/default/visiosoft/defaultadmin-theme/resources/fonts/glyphicons/glyphicons-regular.eot differ
diff --git a/addons/default/visiosoft/defaultadmin-theme/resources/fonts/glyphicons/glyphicons-regular.ttf b/addons/default/visiosoft/defaultadmin-theme/resources/fonts/glyphicons/glyphicons-regular.ttf
index cf34636b3..e69de29bb 100644
Binary files a/addons/default/visiosoft/defaultadmin-theme/resources/fonts/glyphicons/glyphicons-regular.ttf and b/addons/default/visiosoft/defaultadmin-theme/resources/fonts/glyphicons/glyphicons-regular.ttf differ
diff --git a/addons/default/visiosoft/defaultadmin-theme/resources/fonts/glyphicons/glyphicons-regular.woff b/addons/default/visiosoft/defaultadmin-theme/resources/fonts/glyphicons/glyphicons-regular.woff
index 953e38b1d..e69de29bb 100644
Binary files a/addons/default/visiosoft/defaultadmin-theme/resources/fonts/glyphicons/glyphicons-regular.woff and b/addons/default/visiosoft/defaultadmin-theme/resources/fonts/glyphicons/glyphicons-regular.woff differ
diff --git a/addons/default/visiosoft/defaultadmin-theme/resources/fonts/glyphicons/glyphicons-regular.woff2 b/addons/default/visiosoft/defaultadmin-theme/resources/fonts/glyphicons/glyphicons-regular.woff2
index ed05abd7e..e69de29bb 100644
Binary files a/addons/default/visiosoft/defaultadmin-theme/resources/fonts/glyphicons/glyphicons-regular.woff2 and b/addons/default/visiosoft/defaultadmin-theme/resources/fonts/glyphicons/glyphicons-regular.woff2 differ
diff --git a/addons/default/visiosoft/defaultadmin-theme/resources/fonts/montserrat/montserrat-bold.ttf b/addons/default/visiosoft/defaultadmin-theme/resources/fonts/montserrat/montserrat-bold.ttf
index ae33a4538..e69de29bb 100644
Binary files a/addons/default/visiosoft/defaultadmin-theme/resources/fonts/montserrat/montserrat-bold.ttf and b/addons/default/visiosoft/defaultadmin-theme/resources/fonts/montserrat/montserrat-bold.ttf differ
diff --git a/addons/default/visiosoft/defaultadmin-theme/resources/fonts/montserrat/montserrat-bold.woff b/addons/default/visiosoft/defaultadmin-theme/resources/fonts/montserrat/montserrat-bold.woff
index f8cbb2745..e69de29bb 100644
Binary files a/addons/default/visiosoft/defaultadmin-theme/resources/fonts/montserrat/montserrat-bold.woff and b/addons/default/visiosoft/defaultadmin-theme/resources/fonts/montserrat/montserrat-bold.woff differ
diff --git a/addons/default/visiosoft/defaultadmin-theme/resources/fonts/montserrat/montserrat-bold.woff2 b/addons/default/visiosoft/defaultadmin-theme/resources/fonts/montserrat/montserrat-bold.woff2
index d2c9d7643..e69de29bb 100644
Binary files a/addons/default/visiosoft/defaultadmin-theme/resources/fonts/montserrat/montserrat-bold.woff2 and b/addons/default/visiosoft/defaultadmin-theme/resources/fonts/montserrat/montserrat-bold.woff2 differ
diff --git a/addons/default/visiosoft/defaultadmin-theme/resources/fonts/montserrat/montserrat-regular.ttf b/addons/default/visiosoft/defaultadmin-theme/resources/fonts/montserrat/montserrat-regular.ttf
index 5b4b5afe6..e69de29bb 100644
Binary files a/addons/default/visiosoft/defaultadmin-theme/resources/fonts/montserrat/montserrat-regular.ttf and b/addons/default/visiosoft/defaultadmin-theme/resources/fonts/montserrat/montserrat-regular.ttf differ
diff --git a/addons/default/visiosoft/defaultadmin-theme/resources/fonts/montserrat/montserrat-regular.woff b/addons/default/visiosoft/defaultadmin-theme/resources/fonts/montserrat/montserrat-regular.woff
index f15bb1da7..e69de29bb 100644
Binary files a/addons/default/visiosoft/defaultadmin-theme/resources/fonts/montserrat/montserrat-regular.woff and b/addons/default/visiosoft/defaultadmin-theme/resources/fonts/montserrat/montserrat-regular.woff differ
diff --git a/addons/default/visiosoft/defaultadmin-theme/resources/fonts/montserrat/montserrat-regular.woff2 b/addons/default/visiosoft/defaultadmin-theme/resources/fonts/montserrat/montserrat-regular.woff2
index 5b71ca411..e69de29bb 100644
Binary files a/addons/default/visiosoft/defaultadmin-theme/resources/fonts/montserrat/montserrat-regular.woff2 and b/addons/default/visiosoft/defaultadmin-theme/resources/fonts/montserrat/montserrat-regular.woff2 differ
diff --git a/addons/default/visiosoft/defaultadmin-theme/resources/img/favicon.png b/addons/default/visiosoft/defaultadmin-theme/resources/img/favicon.png
index 818c8ea71..e69de29bb 100644
Binary files a/addons/default/visiosoft/defaultadmin-theme/resources/img/favicon.png and b/addons/default/visiosoft/defaultadmin-theme/resources/img/favicon.png differ
diff --git a/addons/default/visiosoft/loancalc-module/.gitignore b/addons/default/visiosoft/loancalc-module/.gitignore
new file mode 100644
index 000000000..997a70622
--- /dev/null
+++ b/addons/default/visiosoft/loancalc-module/.gitignore
@@ -0,0 +1,7 @@
+.coverage
+composer.lock
+/bin
+/build
+/vendor
+/coverage
+/node_modules
diff --git a/addons/default/visiosoft/loancalc-module/README.md b/addons/default/visiosoft/loancalc-module/README.md
new file mode 100644
index 000000000..f97ecbde9
--- /dev/null
+++ b/addons/default/visiosoft/loancalc-module/README.md
@@ -0,0 +1,17 @@
+
+# loancalc-module
+
+Taksitlendirme tablosunu oluşturmayı sağlar
+
+(According to the installment amount you have given, you can calculate by putting
+a certain commission on the total balance. This module can send you the installment
+selected by the customer and detailed contact information entered by e-mail to you.)
+
+# Önyüz/Front End
+
+ilan detayları içerisinde taksitlendirme tablosu gelmektedir.
+
+# Yönetim/Admin Panel
+
+Ana kategoriler kısmında takistlendirme tablosuna tıklayarak düzenleme yapabilirsiniz.
+
diff --git a/addons/default/visiosoft/loancalc-module/composer.json b/addons/default/visiosoft/loancalc-module/composer.json
new file mode 100644
index 000000000..23bada04c
--- /dev/null
+++ b/addons/default/visiosoft/loancalc-module/composer.json
@@ -0,0 +1,9 @@
+{
+ "name": "visiosoft/loancalc-module",
+ "type": "streams-addon",
+ "autoload": {
+ "psr-4": {
+ "Visiosoft\\LoancalcModule\\": "src/"
+ }
+ }
+}
diff --git a/addons/default/visiosoft/loancalc-module/resources/assets/js/calculator.js b/addons/default/visiosoft/loancalc-module/resources/assets/js/calculator.js
new file mode 100644
index 000000000..5ae72a014
--- /dev/null
+++ b/addons/default/visiosoft/loancalc-module/resources/assets/js/calculator.js
@@ -0,0 +1,53 @@
+// Set first payment value and default values
+let initialPrice = price * advancePaymentPercentage;
+$('.initial-payment').text(thouSep(Number(initialPrice).toFixed(2)) + ' TL');
+$('input[name="firstPayment"]').val(initialPrice);
+$('#downMonth').val(36)
+calculateLoan();
+
+$('#downMonth').change(function(event) {
+ $('.number-month').text(event.target.value);
+
+ calculateLoan()
+});
+
+$('#loanForm').submit(function(e) {
+ e.preventDefault();
+ $('#submit').prop('disabled', true).html(' ');
+ $.ajax({
+ type: 'POST',
+ data: $(this).serialize(),
+ url: '/ajax/loanApplication',
+ success: function (response) {
+ if (response['success']) {
+ $('.success-message').removeClass('hidden');
+ $('#loanForm').hide();
+ }
+ },
+ });
+});
+
+function calculateLoan() {
+ let numberOfMonths = $('#downMonth').val(),
+ extraPaymentPerMonth = price * (1 - advancePaymentPercentage) * interestRate / 100,
+ totalMonthlyPayment = extraPaymentPerMonth * numberOfMonths,
+ totalPayment = price * (1 - advancePaymentPercentage) + totalMonthlyPayment,
+ paymentPerMonth = totalPayment / numberOfMonths;
+
+ $('.monthly-payment').text(thouSep(Number(paymentPerMonth).toFixed(2)) + ' TL');
+ $('input[name="monthlyPayment"]').val(paymentPerMonth);
+ $('input[name="totalPayment"]').val(totalPayment);
+ $('input[name="applicationTerm"]').val(numberOfMonths);
+}
+
+function thouSep(n) {
+ n += '';
+ let x = n.split('.');
+ let x1 = x[0];
+ let x2 = x.length > 1 ? '.' + x[1] : '';
+ let rgx = /(\d+)(\d{3})/;
+ while (rgx.test(x1)) {
+ x1 = x1.replace(rgx, '$1' + ',' + '$2');
+ }
+ return x1 + x2;
+}
diff --git a/addons/default/visiosoft/loancalc-module/resources/config/permissions.php b/addons/default/visiosoft/loancalc-module/resources/config/permissions.php
new file mode 100644
index 000000000..0b67a5fe4
--- /dev/null
+++ b/addons/default/visiosoft/loancalc-module/resources/config/permissions.php
@@ -0,0 +1,3 @@
+ [
+ 'type' => 'anomaly.field_type.decimal',
+ 'required' => true,
+ 'config' => [
+ 'default_value' => 1.98,
+ ],
+ ],
+ 'advance_payment_percentage' => [
+ 'type' => 'anomaly.field_type.decimal',
+ 'required' => true,
+ 'config' => [
+ 'default_value' => 0.3,
+ ],
+ ],
+ 'show_in_categories' => [
+ 'type' => 'anomaly.field_type.checkboxes',
+ 'config' => [
+ 'handler' => 'Visiosoft\LoancalcModule\SettingHandler\CategoriesOptions@handle'
+ ],
+ ],
+];
diff --git a/addons/default/visiosoft/loancalc-module/resources/lang/en/addon.php b/addons/default/visiosoft/loancalc-module/resources/lang/en/addon.php
new file mode 100644
index 000000000..8a4be7ca6
--- /dev/null
+++ b/addons/default/visiosoft/loancalc-module/resources/lang/en/addon.php
@@ -0,0 +1,7 @@
+ 'Loancalc',
+ 'name' => 'Loancalc Module',
+ 'description' => ''
+];
diff --git a/addons/default/visiosoft/loancalc-module/resources/lang/en/button.php b/addons/default/visiosoft/loancalc-module/resources/lang/en/button.php
new file mode 100644
index 000000000..0b67a5fe4
--- /dev/null
+++ b/addons/default/visiosoft/loancalc-module/resources/lang/en/button.php
@@ -0,0 +1,3 @@
+ 'Calculate Installment',
+ 'down_amount' => 'Down Amount',
+ 'down_term' => 'Down Term',
+ 'months' => 'Months',
+ 'down_payment_amount' => 'Down Payment Amount',
+ 'monthly_payment_amount' => 'Monthly Payment Amount',
+ 'number_of_installments' => 'Number of Installments',
+ 'make_an_application' => 'Make an application',
+ 'new_application_form' => 'New Application Form',
+ 'first_name' => 'First Name',
+ 'last_name' => 'Last Name',
+ 'example' => 'Example',
+ 'name' => 'Name',
+ 't.c_identity_number' => 'T.C Identity Number',
+ 'birth_date' => 'Birth Date',
+ 'day' => 'D',
+ 'month' => 'M',
+ 'year' => 'Y',
+ 'name_of_job_place' => 'Name of Job Place',
+ 'your_job' => 'Your Job',
+ 'your_mobile_phone_number' => 'Your Mobile Phone Number',
+ 'province_of_application' => 'Province Of Application',
+ 'select_city' => 'Select City',
+ 'your_e-mail_address' => 'Your E-Mail Address',
+ 'your_message_your_comments' => 'Your Message, Your Comments',
+ 'note_1' => 'For the most accurate evaluation of your application, please do not enter incomplete or incorrect information.',
+ 'note_2' => 'Our forward sales are pledged sales, pledges are covered by the buyer during notary transactions.',
+ 'note_3' => 'It is obligatory to make insurance and insurance during the term sales.',
+ 'cancel' => 'Cancel',
+ 'your_application_is_complete' => 'Your application is complete',
+ 'thank_you' => 'Thank you',
+ 'thank_message_1' => 'We thank you for your interest and confidence in us!',
+ 'thank_message_2' => 'Your application is received. Our operations support center will contact you as soon as possible.',
+];
diff --git a/addons/default/visiosoft/loancalc-module/resources/lang/en/notification.php b/addons/default/visiosoft/loancalc-module/resources/lang/en/notification.php
new file mode 100644
index 000000000..57505acdb
--- /dev/null
+++ b/addons/default/visiosoft/loancalc-module/resources/lang/en/notification.php
@@ -0,0 +1,25 @@
+ 'Loan Application',
+ 'loan_application_params' => 'The loan application params are as follow',
+ 'application_ad_id' => 'Application Ad ID',
+ 'ad_name' => 'Ad Name',
+ 'show_ad' => 'Show Ad',
+ 'first_payment' => 'First Payment',
+ 'application_term' => 'Number of Months',
+ 'monthly_payment' => 'Monthly Payment',
+ 'total_payment' => 'Total Payment',
+ 'first_name' => 'First Name',
+ 'last_name' => 'Last Name',
+ 't.c_number' => 'T.C Number',
+ 'day_born' => 'Birth Day',
+ 'month_born' => 'Birth Month',
+ 'year_born' => 'Birth Year',
+ 'user_job_name' => 'Name of Work Place',
+ 'user_job' => 'Name of Job',
+ 'gsm_number' => 'User GSM Number',
+ 'user_province' => 'User Province',
+ 'email_address' => 'E-Mail Address',
+ 'reference_description' => 'Reference Description',
+];
diff --git a/addons/default/visiosoft/loancalc-module/resources/lang/en/permission.php b/addons/default/visiosoft/loancalc-module/resources/lang/en/permission.php
new file mode 100644
index 000000000..0b67a5fe4
--- /dev/null
+++ b/addons/default/visiosoft/loancalc-module/resources/lang/en/permission.php
@@ -0,0 +1,3 @@
+ [
+ 'name' => 'Interest Rate'
+ ],
+ 'advance_payment_percentage' => [
+ 'name' => 'Advance Payment Percentage'
+ ],
+ 'show_in_categories' => [
+ 'name' => 'Show in Categories'
+ ],
+];
diff --git a/addons/default/visiosoft/loancalc-module/resources/lang/en/stream.php b/addons/default/visiosoft/loancalc-module/resources/lang/en/stream.php
new file mode 100644
index 000000000..0b67a5fe4
--- /dev/null
+++ b/addons/default/visiosoft/loancalc-module/resources/lang/en/stream.php
@@ -0,0 +1,3 @@
+ 'KrediHesaplama',
+ 'name' => 'KrediHesaplama Modülü',
+ 'description' => ''
+];
diff --git a/addons/default/visiosoft/loancalc-module/resources/lang/tr/button.php b/addons/default/visiosoft/loancalc-module/resources/lang/tr/button.php
new file mode 100644
index 000000000..0b67a5fe4
--- /dev/null
+++ b/addons/default/visiosoft/loancalc-module/resources/lang/tr/button.php
@@ -0,0 +1,3 @@
+ 'Taksit Hesaplama',
+ 'down_amount' => 'Peşinat Miktarı',
+ 'down_term' => 'Taksit Vadesi',
+ 'months' => 'Ay',
+ 'down_payment_amount' => 'Peşinat Tutarı',
+ 'monthly_payment_amount' => 'Aylık Ödeme',
+ 'number_of_installments' => 'Taksit Sayısı',
+ 'make_an_application' => 'Başvurun',
+ 'new_application_form' => 'Yeni Başvuru',
+ 'first_name' => 'İsim',
+ 'last_name' => 'Soy İsim',
+ 'example' => 'Örnek',
+ 'name' => 'İsim',
+ 't.c_identity_number' => 'T.C Numaranız',
+ 'birth_date' => 'Doğum Tarihi',
+ 'day' => 'G',
+ 'month' => 'A',
+ 'year' => 'Y',
+ 'name_of_job_place' => 'İş Yeri Adı',
+ 'your_job' => 'Mesleğiniz',
+ 'your_mobile_phone_number' => 'Cep No',
+ 'province_of_application' => 'Şehir',
+ 'select_city' => 'Şehir Seçin',
+ 'your_e-mail_address' => 'E-Posta Adresiniz',
+ 'your_message_your_comments' => 'Mesajınız, Yorumunuz',
+ 'note_1' => 'Başvurunuzun en doğru şekilde değerlendirilmesi için lütfen eksik veya yanlış bilgi girmeyin.',
+ 'note_2' => 'Vadeli satışlarımız ipotekli satışlar olup, noter işlemleri sırasında alıcılar tarafından karşılanmaktadır.',
+ 'note_3' => 'Vadeli satışlarda sigorta ve sigorta yapılması zorunludur.',
+ 'cancel' => 'İptal',
+ 'your_application_is_complete' => 'Başvurunuz Tamamlanmıştır',
+ 'thank_you' => 'Teşekkür Ederiz',
+ 'thank_message_1' => 'Bize olan ilginiz ve güveniniz için teşekkür ederiz!',
+ 'thank_message_2' => 'Başvurunuz alındı. Operasyon destek merkezimiz en kısa sürede sizinle iletişime geçecektir.',
+];
diff --git a/addons/default/visiosoft/loancalc-module/resources/lang/tr/notification.php b/addons/default/visiosoft/loancalc-module/resources/lang/tr/notification.php
new file mode 100644
index 000000000..275ef0a78
--- /dev/null
+++ b/addons/default/visiosoft/loancalc-module/resources/lang/tr/notification.php
@@ -0,0 +1,23 @@
+ 'Kredi Başvurusu',
+ 'loan_application_params' => 'Kredi başvuru bilgileri aşağıdaki gibidir',
+ 'application_ad_id' => 'Uygulama Reklam Kimliği',
+ 'first_payment' => 'Ön Ödeme',
+ 'application_term' => 'Ay Sayısı',
+ 'monthly_payment' => 'Aylık Ödeme',
+ 'total_payment' => 'Toplam Ödeme',
+ 'first_name' => 'İsminiz',
+ 'last_name' => 'Soy İsminiz',
+ 't.c_number' => 'T.C Numaranız',
+ 'day_born' => 'Doğum Tarihi',
+ 'month_born' => 'Doğduğunuz Ay',
+ 'year_born' => 'Doğduğunuz Yıl',
+ 'user_job_name' => 'İş Yerinizin Adı',
+ 'user_job' => 'Mesleğiniz',
+ 'gsm_number' => 'Kullanıcı GSM No',
+ 'user_province' => 'Kullanıcı Bölgesi',
+ 'email_address' => 'E-Posta Adresi',
+ 'reference_description' => 'Referans Açıklama',
+];
diff --git a/addons/default/visiosoft/loancalc-module/resources/lang/tr/permission.php b/addons/default/visiosoft/loancalc-module/resources/lang/tr/permission.php
new file mode 100644
index 000000000..0b67a5fe4
--- /dev/null
+++ b/addons/default/visiosoft/loancalc-module/resources/lang/tr/permission.php
@@ -0,0 +1,3 @@
+ [
+ 'name' => 'Faiz Oranı'
+ ],
+ 'advance_payment_percentage' => [
+ 'name' => 'Peşin Ödeme Yüzdesi'
+ ],
+ 'show_in_categories' => [
+ 'name' => 'Kategorilerde Göster'
+ ],
+];
diff --git a/addons/default/visiosoft/loancalc-module/resources/lang/tr/stream.php b/addons/default/visiosoft/loancalc-module/resources/lang/tr/stream.php
new file mode 100644
index 000000000..0b67a5fe4
--- /dev/null
+++ b/addons/default/visiosoft/loancalc-module/resources/lang/tr/stream.php
@@ -0,0 +1,3 @@
+
+
Wenn Sie Ihre Meinung ändern, aktualisieren Sie diese Seite, ohne sie vorher zu speichern.
',
+];
diff --git a/resources/default/addons/anomaly/blocks-field_type/lang/en/addon.php b/resources/default/addons/anomaly/blocks-field_type/lang/en/addon.php
new file mode 100644
index 000000000..5571926ae
--- /dev/null
+++ b/resources/default/addons/anomaly/blocks-field_type/lang/en/addon.php
@@ -0,0 +1,7 @@
+ 'Blocks',
+ 'name' => 'Blocks Field Type',
+ 'description' => 'A powerful repeatable data field type.'
+];
diff --git a/resources/default/addons/anomaly/blocks-field_type/lang/en/button.php b/resources/default/addons/anomaly/blocks-field_type/lang/en/button.php
new file mode 100644
index 000000000..a2c45e42a
--- /dev/null
+++ b/resources/default/addons/anomaly/blocks-field_type/lang/en/button.php
@@ -0,0 +1,6 @@
+ 'Add Block',
+ 'select_all' => 'Select All',
+];
diff --git a/resources/default/addons/anomaly/blocks-field_type/lang/en/config.php b/resources/default/addons/anomaly/blocks-field_type/lang/en/config.php
new file mode 100644
index 000000000..1cb9307fb
--- /dev/null
+++ b/resources/default/addons/anomaly/blocks-field_type/lang/en/config.php
@@ -0,0 +1,17 @@
+ [
+ 'label' => 'Blocks',
+ 'warning' => 'If none are selected all blocks will be available.',
+ 'instructions' => 'Specify the allowed blocks.',
+ ],
+ 'min' => [
+ 'label' => 'Minimum Items',
+ 'instructions' => 'Specify the minimum number of allowed items.',
+ ],
+ 'max' => [
+ 'label' => 'Maximum Items',
+ 'instructions' => 'Specify the maximum number of allowed items.',
+ ],
+];
diff --git a/resources/default/addons/anomaly/blocks-field_type/lang/en/input.php b/resources/default/addons/anomaly/blocks-field_type/lang/en/input.php
new file mode 100644
index 000000000..28e5365c8
--- /dev/null
+++ b/resources/default/addons/anomaly/blocks-field_type/lang/en/input.php
@@ -0,0 +1,9 @@
+ 'Expand',
+ 'delete' => 'Delete',
+ 'copy_id' => 'Copy ID',
+ 'collapse' => 'Collapse',
+ 'add_above' => 'Add Above',
+];
diff --git a/resources/default/addons/anomaly/blocks-field_type/lang/en/message.php b/resources/default/addons/anomaly/blocks-field_type/lang/en/message.php
new file mode 100644
index 000000000..4d6b4eff7
--- /dev/null
+++ b/resources/default/addons/anomaly/blocks-field_type/lang/en/message.php
@@ -0,0 +1,7 @@
+ 'Loading',
+ 'choose_block' => 'What kind of block would you like to add?',
+ 'confirm_delete' => 'If you change your mind refresh this page without saving first.
',
+];
diff --git a/resources/default/addons/anomaly/blocks-field_type/lang/sv/addon.php b/resources/default/addons/anomaly/blocks-field_type/lang/sv/addon.php
new file mode 100644
index 000000000..6b015132a
--- /dev/null
+++ b/resources/default/addons/anomaly/blocks-field_type/lang/sv/addon.php
@@ -0,0 +1,7 @@
+ 'Blocks',
+ 'name' => 'Blocks fälttyp',
+ 'description' => 'Ett kraftullt upprepande fälttyp för data.'
+];
diff --git a/resources/default/addons/anomaly/blocks-field_type/lang/sv/config.php b/resources/default/addons/anomaly/blocks-field_type/lang/sv/config.php
new file mode 100644
index 000000000..1e9dc447a
--- /dev/null
+++ b/resources/default/addons/anomaly/blocks-field_type/lang/sv/config.php
@@ -0,0 +1,18 @@
+ [
+ 'label' => 'Blockss',
+ 'instructions' => 'Ange de relaterade Om du ångrar dig, ladda om sidan utan att spara den först.
',
+];
diff --git a/resources/default/addons/anomaly/blocks-field_type/views/choose.twig b/resources/default/addons/anomaly/blocks-field_type/views/choose.twig
new file mode 100644
index 000000000..b0080056a
--- /dev/null
+++ b/resources/default/addons/anomaly/blocks-field_type/views/choose.twig
@@ -0,0 +1,28 @@
+
+
+
+
+ {% for value, option in field_type.options %}
+ {% if option is iterable %}
+
+ {{ value }}
+
+ {% for value, option in option %}
+
+
+
+
+
+ {{ trans(option)|raw }}
+
+ {% endfor %}
+ {% else %}
+
+
+
+
+
+ {{ trans(option)|raw }}
+
+ {% endif %}
+ {% endfor %}
+
+
diff --git a/resources/default/addons/anomaly/select-field_type/views/search.twig b/resources/default/addons/anomaly/select-field_type/views/search.twig
new file mode 100644
index 000000000..3b9b661c3
--- /dev/null
+++ b/resources/default/addons/anomaly/select-field_type/views/search.twig
@@ -0,0 +1,30 @@
+{{ asset_add("styles.css", "anomaly.field_type.select::css/choices.css", ["as:jshjohnson/Choices.css"]) }}
+{{ asset_add("scripts.js", "anomaly.field_type.select::js/choices.js", ["as:jshjohnson/Choices.js"]) }}
+
+{{ asset_add("styles.css", "anomaly.field_type.select::css/search.css") }}
+{{ asset_add("scripts.js", "anomaly.field_type.select::js/search.js") }}
+
+Startseite strong> verwendet.',
+ 'reorder' => 'Sie können die primären Navigationelemente per Drag & Drop in der Sidebar sortieren.',
+ ],
+];
diff --git a/resources/default/addons/pyrocms/accelerant-theme/lang/de/setting.php b/resources/default/addons/pyrocms/accelerant-theme/lang/de/setting.php
new file mode 100644
index 000000000..9a7ea8fbf
--- /dev/null
+++ b/resources/default/addons/pyrocms/accelerant-theme/lang/de/setting.php
@@ -0,0 +1,14 @@
+ [
+ 'name' => 'Sidebar Hover',
+ 'instructions' => 'Die Sidebar bei Hover erweitern?',
+ ],
+ 'navigation' => [
+ 'name' => 'Navigation',
+ 'instructions' => 'Legen Sie die Standard Navigationsreihenfolge fest.',
+ 'warning' => 'Das erste verfügbare Navigationselement wird als Startseite verwendet.',
+ 'reorder' => 'Sie können die primären Navigationelemente per Drag & Drop in der Sidebar sortieren.',
+ ],
+];
diff --git a/resources/default/addons/pyrocms/accelerant-theme/lang/en/addon.php b/resources/default/addons/pyrocms/accelerant-theme/lang/en/addon.php
new file mode 100644
index 000000000..c67e4728a
--- /dev/null
+++ b/resources/default/addons/pyrocms/accelerant-theme/lang/en/addon.php
@@ -0,0 +1,7 @@
+ 'Accelerant',
+ 'name' => 'Accelerant Theme',
+ 'description' => 'The official admin theme for PyroCMS.',
+];
diff --git a/resources/default/addons/pyrocms/accelerant-theme/lang/en/control_panel.php b/resources/default/addons/pyrocms/accelerant-theme/lang/en/control_panel.php
new file mode 100644
index 000000000..1402aa1ec
--- /dev/null
+++ b/resources/default/addons/pyrocms/accelerant-theme/lang/en/control_panel.php
@@ -0,0 +1,9 @@
+ 'Help',
+ 'search' => 'Search',
+ 'logout' => 'Logout',
+ 'view_site' => 'View Site',
+ 'title' => 'Control Panel',
+];
diff --git a/resources/default/addons/pyrocms/accelerant-theme/lang/en/help.php b/resources/default/addons/pyrocms/accelerant-theme/lang/en/help.php
new file mode 100644
index 000000000..187b9c7cc
--- /dev/null
+++ b/resources/default/addons/pyrocms/accelerant-theme/lang/en/help.php
@@ -0,0 +1,14 @@
+ 'Helpful Resources',
+ 'description' => 'Find help and discover features with these helpful resources.',
+ 'documentation_link' => 'PyroCMS Documentation',
+ 'documentation_description' => 'Find documentation for PyroCMS, developing addons, and using addons too.',
+ 'slack_link' => 'Slack Team',
+ 'slack_description' => 'Find and communicate with other PyroCMS users and developers.',
+ 'forum_link' => 'Discussion Forum',
+ 'forum_description' => 'Find answers and post questions about using and developing with PyroCMS.',
+ 'addons_link' => 'Available Addons',
+ 'addons_description' => 'Discover addons available for PyroCMS.',
+];
diff --git a/resources/default/addons/pyrocms/accelerant-theme/lang/en/preference.php b/resources/default/addons/pyrocms/accelerant-theme/lang/en/preference.php
new file mode 100644
index 000000000..cf181426e
--- /dev/null
+++ b/resources/default/addons/pyrocms/accelerant-theme/lang/en/preference.php
@@ -0,0 +1,30 @@
+ [
+ 'name' => 'Sidebar Hover',
+ 'instructions' => 'Expand the sidebar on hover?',
+ ],
+ 'navigation' => [
+ 'name' => 'Navigation',
+ 'instructions' => 'Specify your personal order of navigation.',
+ 'warning' => 'The first accessible navigation item is used as your home area.',
+ 'reorder' => 'Drag and drop the primary navigation items in the sidebar to reorder them.',
+ ],
+ 'display' => [
+ 'name' => 'Display Density',
+ 'instructions' => 'Compact display allows more content to be shown on the screen at once.',
+ 'option' => [
+ 'default' => 'Default',
+ 'compact' => 'Compact',
+ ],
+ ],
+ 'sidebars' => [
+ 'name' => 'Sidebar Mode',
+ 'instructions' => 'Static sidebars will always be visible.',
+ 'option' => [
+ 'default' => 'Default',
+ 'static' => 'Static',
+ ],
+ ],
+];
diff --git a/resources/default/addons/pyrocms/accelerant-theme/lang/en/setting.php b/resources/default/addons/pyrocms/accelerant-theme/lang/en/setting.php
new file mode 100644
index 000000000..7fea6f774
--- /dev/null
+++ b/resources/default/addons/pyrocms/accelerant-theme/lang/en/setting.php
@@ -0,0 +1,14 @@
+ [
+ 'name' => 'Sidebar Hover',
+ 'instructions' => 'Expand the sidebar on hover?',
+ ],
+ 'navigation' => [
+ 'name' => 'Navigation',
+ 'instructions' => 'Specify the default order of navigation.',
+ 'warning' => 'The first accessible navigation item is used as the home area.',
+ 'reorder' => 'Drag and drop the primary navigation items in the sidebar to reorder them.',
+ ],
+];
diff --git a/resources/default/addons/pyrocms/accelerant-theme/lang/fa/addon.php b/resources/default/addons/pyrocms/accelerant-theme/lang/fa/addon.php
new file mode 100644
index 000000000..7f3945b97
--- /dev/null
+++ b/resources/default/addons/pyrocms/accelerant-theme/lang/fa/addon.php
@@ -0,0 +1,7 @@
+ 'پر شتاب',
+ 'name' => 'قالب پر شتاب',
+ 'description' => 'قالب رسمی سیستم مدیریت محتوای پایرو',
+];
diff --git a/resources/default/addons/pyrocms/accelerant-theme/lang/fa/control_panel.php b/resources/default/addons/pyrocms/accelerant-theme/lang/fa/control_panel.php
new file mode 100644
index 000000000..eb680367c
--- /dev/null
+++ b/resources/default/addons/pyrocms/accelerant-theme/lang/fa/control_panel.php
@@ -0,0 +1,9 @@
+ 'راهنما',
+ 'search' => 'جستجو',
+ 'logout' => 'خروج',
+ 'view_site' => 'مشاهده سایت',
+ 'title' => 'پنل مدیریت'
+];
diff --git a/resources/default/addons/pyrocms/accelerant-theme/lang/fa/preference.php b/resources/default/addons/pyrocms/accelerant-theme/lang/fa/preference.php
new file mode 100644
index 000000000..6268fee59
--- /dev/null
+++ b/resources/default/addons/pyrocms/accelerant-theme/lang/fa/preference.php
@@ -0,0 +1,10 @@
+ [
+ 'name' => 'منو ها',
+ 'instructions' => 'ترتیب منوها را مشخص کنید',
+ 'warning' => 'اولین آیتم در منو به عنوان خانه در نظر گرفته می شود',
+ 'reorder' => 'برای مرتب کردن آیتم ها را در سایدبار با موس جابجا کنید',
+ ],
+];
diff --git a/resources/default/addons/pyrocms/accelerant-theme/lang/fa/setting.php b/resources/default/addons/pyrocms/accelerant-theme/lang/fa/setting.php
new file mode 100644
index 000000000..6268fee59
--- /dev/null
+++ b/resources/default/addons/pyrocms/accelerant-theme/lang/fa/setting.php
@@ -0,0 +1,10 @@
+ [
+ 'name' => 'منو ها',
+ 'instructions' => 'ترتیب منوها را مشخص کنید',
+ 'warning' => 'اولین آیتم در منو به عنوان خانه در نظر گرفته می شود',
+ 'reorder' => 'برای مرتب کردن آیتم ها را در سایدبار با موس جابجا کنید',
+ ],
+];
diff --git a/resources/default/addons/pyrocms/accelerant-theme/lang/fr/addon.php b/resources/default/addons/pyrocms/accelerant-theme/lang/fr/addon.php
new file mode 100644
index 000000000..8c6a9e53d
--- /dev/null
+++ b/resources/default/addons/pyrocms/accelerant-theme/lang/fr/addon.php
@@ -0,0 +1,7 @@
+ 'Accelerant',
+ 'name' => 'Accelerant Thème',
+ 'description' => 'Thème officiel d\'admin de PyroCMS.',
+];
diff --git a/resources/default/addons/pyrocms/accelerant-theme/lang/fr/control_panel.php b/resources/default/addons/pyrocms/accelerant-theme/lang/fr/control_panel.php
new file mode 100644
index 000000000..1b4c79409
--- /dev/null
+++ b/resources/default/addons/pyrocms/accelerant-theme/lang/fr/control_panel.php
@@ -0,0 +1,8 @@
+ 'Aide',
+ 'logout' => 'Déconnexion',
+ 'view_site' => 'Voir le site',
+ 'title' => 'Panneau de contrôle'
+];
diff --git a/resources/default/addons/pyrocms/accelerant-theme/views/admin/navigation/preferences.twig b/resources/default/addons/pyrocms/accelerant-theme/views/admin/navigation/preferences.twig
new file mode 100644
index 000000000..869ea3f89
--- /dev/null
+++ b/resources/default/addons/pyrocms/accelerant-theme/views/admin/navigation/preferences.twig
@@ -0,0 +1,9 @@
+{{ asset_add('scripts.js', 'pyrocms.theme.accelerant::js/navigation/jquery-sortable.js') }}
+{{ asset_add('scripts.js', 'pyrocms.theme.accelerant::js/navigation/preferences.js') }}
+
+
+ {{ icon('fa fa-arrows') }}
+ {{ trans('pyrocms.theme.accelerant::preference.navigation.reorder')|raw }}
+
+
+
diff --git a/resources/default/addons/pyrocms/accelerant-theme/views/admin/navigation/settings.twig b/resources/default/addons/pyrocms/accelerant-theme/views/admin/navigation/settings.twig
new file mode 100644
index 000000000..e65762ff7
--- /dev/null
+++ b/resources/default/addons/pyrocms/accelerant-theme/views/admin/navigation/settings.twig
@@ -0,0 +1,9 @@
+{{ asset_add('scripts.js', 'pyrocms.theme.accelerant::js/navigation/jquery-sortable.js') }}
+{{ asset_add('scripts.js', 'pyrocms.theme.accelerant::js/navigation/settings.js') }}
+
+
+ {{ icon('fa fa-arrows') }}
+ {{ trans('pyrocms.theme.accelerant::setting.navigation.reorder')|raw }}
+
+
+
diff --git a/resources/default/addons/pyrocms/accelerant-theme/views/layouts/default.twig b/resources/default/addons/pyrocms/accelerant-theme/views/layouts/default.twig
new file mode 100644
index 000000000..23615aa89
--- /dev/null
+++ b/resources/default/addons/pyrocms/accelerant-theme/views/layouts/default.twig
@@ -0,0 +1,44 @@
+
+
+
+
+
+ {% include "theme::partials/metadata" %}
+
+
+
+
+{#{% include "theme::partials/push" %}#}
+{#{% include "theme::partials/brand" %}#}
+{#{% include "theme::partials/navbar" %}#}
+{#{% include "theme::partials/header" %}#}
+
+
+
+ {% include "theme::partials/topbar" %}
+ {% include "theme::partials/sidebar" %}
+ {% include "theme::partials/menu" %}
+
+
+
+ {{ breadcrumb() }}
+
+
+ {% include "theme::partials/messages" %}
+ {% include "theme::partials/buttons" %}
+
+
+ {% block content %}{% endblock %}
+
+
+
+ {% include "theme::partials/footer" %}
+ {% include "theme::partials/modals" %}
+
+
+
+{% include "theme::partials/assets" %}
+
+
+
diff --git a/resources/default/addons/pyrocms/accelerant-theme/views/layouts/frame.twig b/resources/default/addons/pyrocms/accelerant-theme/views/layouts/frame.twig
new file mode 100644
index 000000000..ab55d15d2
--- /dev/null
+++ b/resources/default/addons/pyrocms/accelerant-theme/views/layouts/frame.twig
@@ -0,0 +1,36 @@
+
+
+
+
+
+ {% include "theme::partials/metadata" %}
+
+
+
+
+{#{% include "theme::partials/push" %}#}
+{#{% include "theme::partials/brand" %}#}
+{#{% include "theme::partials/navbar" %}#}
+{#{% include "theme::partials/header" %}#}
+
+
+
+
+
+
+ {% include "theme::partials/messages" %}
+ {% include "theme::partials/buttons" %}
+
+
+ {% block content %}{% endblock %}
+
+
+
+ {% include "theme::partials/modals" %}
+
+
+
+{% include "theme::partials/assets" %}
+
+
+
diff --git a/resources/default/addons/pyrocms/accelerant-theme/views/layouts/installer.twig b/resources/default/addons/pyrocms/accelerant-theme/views/layouts/installer.twig
new file mode 100644
index 000000000..7377acf23
--- /dev/null
+++ b/resources/default/addons/pyrocms/accelerant-theme/views/layouts/installer.twig
@@ -0,0 +1,55 @@
+
+
+
+
+
+
+
+
+
+
+ {% include "theme::partials/metadata" %}
+
+
+
+
+
+
+
+
+
+
+ {% include "theme::partials/messages" %}
+
+
+ {% block content %}{% endblock %}
+
+
+
+
+{% include "theme::partials/assets" %}
+
+
+
+
+
diff --git a/resources/default/addons/pyrocms/accelerant-theme/views/layouts/login.twig b/resources/default/addons/pyrocms/accelerant-theme/views/layouts/login.twig
new file mode 100644
index 000000000..bdf0eab31
--- /dev/null
+++ b/resources/default/addons/pyrocms/accelerant-theme/views/layouts/login.twig
@@ -0,0 +1,16 @@
+
+
+
+
+
+ {% include "theme::partials/metadata" %}
+
+
+
+
+{% block content %}{% endblock %}
+
+{% include "theme::partials/assets" %}
+
+
+
diff --git a/resources/default/addons/pyrocms/accelerant-theme/views/login.twig b/resources/default/addons/pyrocms/accelerant-theme/views/login.twig
new file mode 100644
index 000000000..251cb5a3a
--- /dev/null
+++ b/resources/default/addons/pyrocms/accelerant-theme/views/login.twig
@@ -0,0 +1,72 @@
+{% extends "pyrocms.theme.accelerant::layouts/login" %}
+
+{% block content %}
+
+
+
+
+
+ {{ img('theme::img/icon.svg').data|raw }}
+ PYRO
+ {{ config('streams::distribution.version') }}
+
+
+
+
+
+
+
+
+ {{ img('theme::img/icon.svg').data|raw }}
+
+
+
+
+ {% include "theme::partials/messages" %}
+
+ {% set form = form('login').redirect('admin').get() %}
+
+ {{ form.open({'id': 'login'})|raw }}
+
+
+ {% if setting_value('anomaly.module.users::login') == 'username' %}
+ {{ form.fields.username.setPlaceholder(form.fields.username.label).addAttribute('autofocus', 1).input|raw }}
+ {% else %}
+ {{ form.fields.email.setPlaceholder(form.fields.email.label).addAttribute('autofocus', 1).input|raw }}
+ {% endif %}
+
+
+
+ {{ form.fields.password.setPlaceholder(form.fields.password.label).input|raw }}
+
+
+
+
+ {{ form_checkbox("remember", null, false, {'id': 'remember'}) }}
+ {{ trans('anomaly.module.users::field.remember_me.name') }}
+
+
+
+
+
+ {{ trans('anomaly.module.users::button.login') }}
+
+
+
+ {{ form.close|raw }}
+
+
+
+
+
+ {{ trans('anomaly.module.users::message.forgot_password') }}
+
+
+
+
+
+
+
+{% endblock %}
diff --git a/resources/default/addons/pyrocms/accelerant-theme/views/macros/sections.twig b/resources/default/addons/pyrocms/accelerant-theme/views/macros/sections.twig
new file mode 100644
index 000000000..a5a77af91
--- /dev/null
+++ b/resources/default/addons/pyrocms/accelerant-theme/views/macros/sections.twig
@@ -0,0 +1,26 @@
+{% macro sections(sections, section) %}
+
+ {% import _self as self %}
+
+
+
+
+ {{ section.icon ? icon(section.icon)|raw }}
+ {{ trans(section.title)|raw }}
+
+ {% if section.label %}
+
+ {{ trans(section.label)|raw }}
+
+ {% endif %}
+
+
+ {% if section.highlighted %}
+
+ {% for child in sections.children(section.slug).visible() %}
+ {{ self.sections(sections, child) }}
+ {% endfor %}
+
+ {% endif %}
+
+{% endmacro %}
diff --git a/resources/default/addons/pyrocms/accelerant-theme/views/pagination/bootstrap-4.blade.php b/resources/default/addons/pyrocms/accelerant-theme/views/pagination/bootstrap-4.blade.php
new file mode 100644
index 000000000..4a2b4da19
--- /dev/null
+++ b/resources/default/addons/pyrocms/accelerant-theme/views/pagination/bootstrap-4.blade.php
@@ -0,0 +1,36 @@
+@if ($paginator->hasPages())
+
+@endif
diff --git a/resources/default/addons/pyrocms/accelerant-theme/views/partials/assets.twig b/resources/default/addons/pyrocms/accelerant-theme/views/partials/assets.twig
new file mode 100644
index 000000000..7ae3274bc
--- /dev/null
+++ b/resources/default/addons/pyrocms/accelerant-theme/views/partials/assets.twig
@@ -0,0 +1,13 @@
+
+
+{{ template.includes.render('cp_scripts')|raw }}
+
+
diff --git a/resources/default/addons/pyrocms/accelerant-theme/views/partials/buttons.twig b/resources/default/addons/pyrocms/accelerant-theme/views/partials/buttons.twig
new file mode 100644
index 000000000..738fe29e6
--- /dev/null
+++ b/resources/default/addons/pyrocms/accelerant-theme/views/partials/buttons.twig
@@ -0,0 +1,5 @@
+{% if not template.cp.buttons.isEmpty() %}
+
+ {{ buttons(template.cp.buttons) }}
+
+{% endif %}
diff --git a/resources/default/addons/pyrocms/accelerant-theme/views/partials/footer.twig b/resources/default/addons/pyrocms/accelerant-theme/views/partials/footer.twig
new file mode 100644
index 000000000..fa6e4fe73
--- /dev/null
+++ b/resources/default/addons/pyrocms/accelerant-theme/views/partials/footer.twig
@@ -0,0 +1,32 @@
+
diff --git a/resources/default/addons/pyrocms/accelerant-theme/views/partials/menu.twig b/resources/default/addons/pyrocms/accelerant-theme/views/partials/menu.twig
new file mode 100644
index 000000000..fede7c19a
--- /dev/null
+++ b/resources/default/addons/pyrocms/accelerant-theme/views/partials/menu.twig
@@ -0,0 +1,11 @@
+{% import "pyrocms.theme.accelerant::macros/sections.twig" as menu %}
+
+
diff --git a/resources/default/addons/pyrocms/accelerant-theme/views/partials/messages.twig b/resources/default/addons/pyrocms/accelerant-theme/views/partials/messages.twig
new file mode 100644
index 000000000..61a24b2b9
--- /dev/null
+++ b/resources/default/addons/pyrocms/accelerant-theme/views/partials/messages.twig
@@ -0,0 +1,56 @@
+
+{% if message_exists('important') %}
+
+ {% for message in message_pull('important') %}
+ {{ trans(message)|markdown }}
+ {% endfor %}
+
+{% endif %}
+
+
+{% if message_exists('success') %}
+
+
+ ×
+
+ {% for message in message_pull('success') %}
+ {{ trans(message)|markdown }}
+ {% endfor %}
+
+{% endif %}
+
+
+{% if message_exists('info') %}
+
+
+ ×
+
+ {% for message in message_pull('info') %}
+ {{ trans(message)|markdown }}
+ {% endfor %}
+
+{% endif %}
+
+
+{% if message_exists('warning') %}
+
+
+ ×
+
+ {% for message in message_pull('warning') %}
+ {{ trans(message)|markdown }}
+ {% endfor %}
+
+{% endif %}
+
+
+{% if message_exists('error') %}
+
+
+ ×
+
+ {% for message in message_pull('error') %}
+ {{ trans(message)|markdown }}
+ {% endfor %}
+
+{% endif %}
diff --git a/resources/default/addons/pyrocms/accelerant-theme/views/partials/metadata.twig b/resources/default/addons/pyrocms/accelerant-theme/views/partials/metadata.twig
new file mode 100644
index 000000000..3f576730a
--- /dev/null
+++ b/resources/default/addons/pyrocms/accelerant-theme/views/partials/metadata.twig
@@ -0,0 +1,68 @@
+
+
+
+
+
+
+{{ trans('pyrocms.theme.accelerant::control_panel.title') }}
+ › {{ trans(template.breadcrumbs.all()|keys|last)|raw }}
+
+{# Favicons #}
+{{ favicons("pyrocms.theme.accelerant::img/favicon.png") }}
+
+{{ asset_add("theme.css", "pyrocms.theme.accelerant::css/fonts.css", ["parse"]) }}
+{{ asset_add("theme.css", "pyrocms.theme.accelerant::css/bootstrap.css") }}
+
+{{ asset_add(
+ "build.css",
+ "pyrocms.theme.accelerant::css/theme.css",
+ [
+ "required",
+ "as:t4t5/sweetalert.css",
+ "as:jshjohnson/Choices.css",
+ "as:rstacruz/nprogress.css",
+ ]
+) }}
+
+{{ asset_add("theme.js", "pyrocms.theme.accelerant::js/vendor/*") }}
+{{ asset_add("theme.js", "pyrocms.theme.accelerant::js/theme/polyfills.js") }}
+{{ asset_add("theme.js", "pyrocms.theme.accelerant::js/libraries/tether.min.js") }}
+
+{{ asset_add(
+ "theme.js",
+ "pyrocms.theme.accelerant::js/libraries/*",
+ [
+ "required",
+ "as:t4t5/sweetalert.js",
+ "as:RubaXa/Sortable.js",
+ "as:jshjohnson/Choices.js",
+ "as:rstacruz/nprogress.js",
+ "as:js-cookie/js-cookie.js",
+ "as:ccampbell/mousetrap.js",
+ ]
+) }}
+
+{# Need to figure out globing to scripts.js - ends up with a /* file #}
+{{ asset_add("scripts.js", "pyrocms.theme.accelerant::js/theme/ajax.js") }}
+{{ asset_add("scripts.js", "pyrocms.theme.accelerant::js/theme/confirm.js") }}
+{{ asset_add("scripts.js", "pyrocms.theme.accelerant::js/theme/initialize.js") }}
+{{ asset_add("scripts.js", "pyrocms.theme.accelerant::js/theme/keyboard.js") }}
+{{ asset_add("scripts.js", "pyrocms.theme.accelerant::js/theme/modal.js") }}
+{{ asset_add("scripts.js", "pyrocms.theme.accelerant::js/theme/prompt.js") }}
+{{ asset_add("scripts.js", "pyrocms.theme.accelerant::js/theme/push.js") }}
+{{ asset_add("scripts.js", "pyrocms.theme.accelerant::js/theme/search.js") }}
+{{ asset_add("scripts.js", "pyrocms.theme.accelerant::js/theme/alert.js") }}
+
+
+
+{% if locale().isRtl() %}
+ {{ asset_inline("pyrocms.theme.accelerant::css/bootstrap.rtl.css") }}
+ {{ asset_inline("pyrocms.theme.accelerant::css/rtl.css") }}
+{% endif %}
+
+{{ constants() }}
+
+{{ asset_script("theme.js") }}
diff --git a/resources/default/addons/pyrocms/accelerant-theme/views/partials/modals.twig b/resources/default/addons/pyrocms/accelerant-theme/views/partials/modals.twig
new file mode 100644
index 000000000..f4e256c60
--- /dev/null
+++ b/resources/default/addons/pyrocms/accelerant-theme/views/partials/modals.twig
@@ -0,0 +1,94 @@
+
+
+
+
+
+
+
+
+
diff --git a/resources/default/addons/pyrocms/accelerant-theme/views/partials/sidebar.twig b/resources/default/addons/pyrocms/accelerant-theme/views/partials/sidebar.twig
new file mode 100644
index 000000000..71e0ce4e8
--- /dev/null
+++ b/resources/default/addons/pyrocms/accelerant-theme/views/partials/sidebar.twig
@@ -0,0 +1,14 @@
+
diff --git a/resources/default/addons/pyrocms/accelerant-theme/views/partials/topbar.twig b/resources/default/addons/pyrocms/accelerant-theme/views/partials/topbar.twig
new file mode 100644
index 000000000..49fd372e5
--- /dev/null
+++ b/resources/default/addons/pyrocms/accelerant-theme/views/partials/topbar.twig
@@ -0,0 +1,126 @@
+
diff --git a/resources/default/addons/pyrocms/starter-theme/config/variables.php b/resources/default/addons/pyrocms/starter-theme/config/variables.php
new file mode 100644
index 000000000..354955ff2
--- /dev/null
+++ b/resources/default/addons/pyrocms/starter-theme/config/variables.php
@@ -0,0 +1,491 @@
+ '#ff0',
+
+ // Colors
+ 'purple' => '#61259e',
+ 'green' => '#24ce7b',
+ 'blue' => '#38b5e6',
+ 'orange' => '#f48714',
+ 'red' => '#f6303e',
+
+ // Grayscale
+ 'gray-dark' => '#353535',
+ 'gray' => '#3e3e3e',
+ 'gray-light' => '#818a91',
+ 'gray-lighter' => '#eceeef',
+ 'gray-lightest' => '#f7f7f9',
+ 'white' => '#ffffff',
+
+ // Branding
+ 'brand-primary' => '#2c3e50',
+ 'brand-success' => '#24ce7b',
+ 'brand-info' => '#38b5e6',
+ 'brand-warning' => '#f69630',
+ 'brand-danger' => '#f6303e',
+
+ // Body
+ 'body-bg' => '#f1f2f3',
+ 'body-color' => '#353535',
+
+ // Links
+ 'link-color' => '#38b5e6',
+ 'link-decoration' => 'none',
+
+ // Typography
+ 'font-family-sans-serif' => '"Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-serif',
+ 'font-family-serif' => 'Georgia, "Times New Roman", Times, serif',
+ 'font-family-monospace' => 'Menlo, Monaco, Consolas, "Courier New", monospace',
+ 'font-family-base' => '"Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-serif',
+
+ // Fonts
+ 'font-size-root' => '16px',
+ 'font-size-base' => '1rem',
+ 'font-size-lg' => '1.25rem',
+ 'font-size-sm' => '.875rem',
+ 'font-size-xs' => '.75rem',
+ 'font-size-h1' => '2.25rem',
+ 'font-size-h2' => '1.75rem',
+ 'font-size-h3' => '1.5rem',
+ 'font-size-h4' => '1.25rem',
+ 'font-size-h5' => '1.1rem',
+ 'font-size-h6' => '1rem',
+
+ 'line-height' => 1.5,
+
+ 'lead-font-size' => '1.25rem',
+ 'lead-font-weight' => 300,
+ 'text-muted' => '#818a91',
+ 'text-faded' => '#bfc7c9',
+ 'abbr-border-color' => '#818a91',
+ 'blockquote-small-color' => '#818a91',
+
+ // Components
+ 'line-height-lg' => (4 / 3),
+ 'line-height-sm' => 1.5,
+
+ 'border-radius' => '0',
+ 'border-radius-lg' => '0',
+ 'border-radius-sm' => '0',
+
+ // Tables
+ 'table-cell-padding' => '.75rem',
+ 'table-sm-cell-padding' => '.3rem',
+
+
+ 'table-bg' => 'transparent',
+ 'table-bg-accent' => '#f9f9f9',
+ 'table-bg-hover' => '#f5f5f5',
+ 'table-bg-active' => '#f5f5f5',
+
+ //'table-border-color' => '#818a91',
+
+ /*// Buttons
+ //
+ // For each of Bootstrap's buttons, define text, background and border color.
+
+ $btn-padding-x: 1rem !default;
+ $btn-padding-y: .375rem !default;
+ $btn-font-weight: normal !default;
+
+ $btn-primary-color: #ffffff !default;
+ $btn-primary-bg: $brand-primary !default;
+ $btn-primary-border: $btn-primary-bg !default;
+
+ $btn-secondary-color: $gray-dark !default;
+ $btn-secondary-bg: #ffffff !default;
+ $btn-secondary-border: #6f6f6f !default;
+
+ $btn-info-color: #ffffff !default;
+ $btn-info-bg: $brand-info !default;
+ $btn-info-border: $btn-info-bg !default;
+
+ $btn-success-color: #ffffff !default;
+ $btn-success-bg: $brand-success !default;
+ $btn-success-border: $btn-success-bg !default;
+
+ $btn-warning-color: #ffffff !default;
+ $btn-warning-bg: $brand-warning !default;
+ $btn-warning-border: $btn-warning-bg !default;
+
+ $btn-danger-color: #ffffff !default;
+ $btn-danger-bg: $brand-danger !default;
+ $btn-danger-border: $btn-danger-bg !default;
+
+ $btn-link-disabled-color: $gray-light !default;
+
+ $btn-padding-x-sm: .75rem !default;
+ $btn-padding-y-sm: .25rem !default;
+
+ $btn-padding-x-lg: 1.25rem !default;
+ $btn-padding-y-lg: .75rem !default;
+
+ // Allows for customizing button radius independently from global border radius
+ $btn-border-radius: $border-radius !default;
+ $btn-border-radius-lg: $border-radius-lg !default;
+ $btn-border-radius-sm: $border-radius-sm !default;
+*/
+
+ // Forms
+ 'input-padding-x' => '.75rem',
+ 'input-padding-y' => '.375rem',
+
+ 'input-bg' => '#ffffff',
+ 'input-bg-disabled' => '#eceeef',
+
+ 'input-color' => '#3e3e3e',
+ 'input-border-color' => '#cccccc',
+ 'input-btn-border-width' => '1px',
+ 'input-box-shadow' => 'inset 0 1px 1px rgba(0, 0, 0, .075)',
+
+ 'input-border-radius' => '.25rem',
+ 'input-border-radius-lg' => '.3rem',
+ 'input-border-radius-sm' => '.2rem',
+
+ 'input-border-focus' => '#38b5e6',
+ 'input-box-shadow-focus' => 'rgba(102, 175, 233, .6)',
+ 'input-color-placeholder' => '#999999',
+
+ 'input-padding-x-sm' => '.75rem',
+ 'input-padding-y-sm' => '.275rem',
+
+ 'input-padding-x-lg' => '1.25rem',
+ 'input-padding-y-lg' => '.75rem',
+
+ /*
+
+ $input-height: (($font-size-base * $line-height) + ($input-padding-y * 2)) !default;
+ $input-height-lg: (($font-size-lg * $line-height-lg) + ($input-padding-y-lg * 2)) !default;
+ $input-height-sm: (($font-size-sm * $line-height-sm) + ($input-padding-y-sm * 2)) !default;
+
+ $form-group-margin-bottom: $spacer-y !default;
+
+ $input-group-addon-bg: $gray-lighter !default;
+ $input-group-addon-border-color: $input-border-color !default;
+
+ $cursor-disabled: not-allowed !default;
+
+ // Form validation icons
+ $form-icon-success: "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjNWNiODVjIiBkPSJNMjMzLjggNjEwYy0xMy4zIDAtMjYtNi0zNC0xNi44TDkwLjUgNDQ4LjhDNzYuMyA0MzAgODAgNDAzLjMgOTguOCAzODljMTguOC0xNC4yIDQ1LjUtMTAuNCA1OS44IDguNGw3MiA5NUw0NTEuMyAyNDJjMTIuNS0yMCAzOC44LTI2LjIgNTguOC0xMy43IDIwIDEyLjQgMjYgMzguNyAxMy43IDU4LjhMMjcwIDU5MGMtNy40IDEyLTIwLjIgMTkuNC0zNC4zIDIwaC0yeiIvPjwvc3ZnPg==" !default;
+ $form-icon-warning: "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZjBhZDRlIiBkPSJNNjAzIDY0MC4ybC0yNzguNS01MDljLTMuOC02LjYtMTAuOC0xMC42LTE4LjUtMTAuNnMtMTQuNyA0LTE4LjUgMTAuNkw5IDY0MC4yYy0zLjcgNi41LTMuNiAxNC40LjIgMjAuOCAzLjggNi41IDEwLjggMTAuNCAxOC4zIDEwLjRoNTU3YzcuNiAwIDE0LjYtNCAxOC40LTEwLjQgMy41LTYuNCAzLjYtMTQuNCAwLTIwLjh6bS0yNjYuNC0zMGgtNjEuMlY1NDloNjEuMnY2MS4yem0wLTEwN2gtNjEuMlYzMDRoNjEuMnYxOTl6Ii8+PC9zdmc+" !default;
+ $form-icon-danger: "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZDk1MzRmIiBkPSJNNDQ3IDU0NC40Yy0xNC40IDE0LjQtMzcuNiAxNC40LTUyIDBsLTg5LTkyLjctODkgOTIuN2MtMTQuNSAxNC40LTM3LjcgMTQuNC01MiAwLTE0LjQtMTQuNC0xNC40LTM3LjYgMC01Mmw5Mi40LTk2LjMtOTIuNC05Ni4zYy0xNC40LTE0LjQtMTQuNC0zNy42IDAtNTJzMzcuNi0xNC4zIDUyIDBsODkgOTIuOCA4OS4yLTkyLjdjMTQuNC0xNC40IDM3LjYtMTQuNCA1MiAwIDE0LjMgMTQuNCAxNC4zIDM3LjYgMCA1MkwzNTQuNiAzOTZsOTIuNCA5Ni40YzE0LjQgMTQuNCAxNC40IDM3LjYgMCA1MnoiLz48L3N2Zz4=" !default;
+*/
+ // Dropdowns
+ 'dropdown-bg' => '#ffffff',
+ 'dropdown-border-color' => 'rgba(0, 0, 0, .15)',
+ 'dropdown-border-width' => '1px',
+ 'dropdown-divider-bg' => '#e5e5e5',
+
+ 'dropdown-link-color' => '#353535',
+ 'dropdown-link-hover-color' => '#353535',
+ 'dropdown-link-hover-bg' => '#f5f5f5',
+
+ 'dropdown-link-active-color' => '#ffffff',
+ 'dropdown-link-active-bg' => '#61259e',
+
+ 'dropdown-link-disabled-color' => '#818a91',
+
+ 'dropdown-header-color' => '#818a91',
+ /*
+ * // Z-index master list
+ * //
+ * // Warning: Avoid customizing these values. They're used for a bird's eye view
+ * // of components dependent on the z-axis and are designed to all work together.
+ *
+ * $zindex-navbar: 1000 !default;
+ * $zindex-dropdown: 1000 !default;
+ * $zindex-popover: 1060 !default;
+ * $zindex-tooltip: 1070 !default;
+ * $zindex-navbar-fixed: 1030 !default;
+ * $zindex-navbar-sticky: 1030 !default;
+ * $zindex-modal-bg: 1040 !default;
+ * $zindex-modal: 1050 !default;
+ *
+ * // Navbar
+ *
+ * $navbar-border-radius: $border-radius !default;
+ * $navbar-padding-horizontal: $spacer !default;
+ * $navbar-padding-vertical: ($spacer / 2) !default;
+ *
+ * $navbar-dark-color: rgba(255, 255, 255, .5) !default;
+ * $navbar-dark-hover-color: rgba(255, 255, 255, .75) !default;
+ * $navbar-dark-active-color: rgba(255, 255, 255, 1) !default;
+ * $navbar-dark-disabled-color: rgba(255, 255, 255, .25) !default;
+ *
+ * $navbar-light-color: rgba(0, 0, 0, .3) !default;
+ * $navbar-light-hover-color: rgba(0, 0, 0, .6) !default;
+ * $navbar-light-active-color: rgba(0, 0, 0, .8) !default;
+ * $navbar-light-disabled-color: rgba(0, 0, 0, .15) !default;
+ *
+ * // Navs
+ *
+ * $nav-link-padding: .5em 1em !default;
+ * $nav-link-hover-bg: $gray-lighter !default;
+ *
+ * $nav-disabled-link-color: $gray-light !default;
+ * $nav-disabled-link-hover-color: $gray-light !default;
+ *
+ * $nav-tabs-border-color: #dddddd !default;
+ *
+ * $nav-tabs-link-border-width: $border-width !default;
+ * $nav-tabs-link-hover-border-color: $gray-lighter !default;
+ *
+ * $nav-tabs-active-link-hover-bg: $body-bg !default;
+ * $nav-tabs-active-link-hover-color: $gray !default;
+ * $nav-tabs-active-link-hover-border-color: #dddddd !default;
+ *
+ * $nav-tabs-justified-link-border-color: #dddddd !default;
+ * $nav-tabs-justified-active-link-border-color: $body-bg !default;
+ *
+ * $nav-pills-border-radius: $border-radius !default;
+ * $nav-pills-active-link-hover-bg: $component-active-bg !default;
+ * $nav-pills-active-link-hover-color: $component-active-color !default;
+ *
+ * // Pagination
+ *
+ * $pagination-padding-x: .75rem !default;
+ * $pagination-padding-y: .5rem !default;
+ * $pagination-padding-x-sm: .75rem !default;
+ * $pagination-padding-y-sm: .275rem !default;
+ * $pagination-padding-x-lg: 1.5rem !default;
+ * $pagination-padding-y-lg: .75rem !default;
+ *
+ * $pagination-color: $link-color !default;
+ * $pagination-bg: #ffffff !default;
+ * $pagination-border-width: $border-width !default;
+ * $pagination-border-color: #dddddd !default;
+ *
+ * $pagination-hover-color: $link-hover-color !default;
+ * $pagination-hover-bg: $gray-lighter !default;
+ * $pagination-hover-border: #dddddd !default;
+ *
+ * $pagination-active-color: #ffffff !default;
+ * $pagination-active-bg: $brand-primary !default;
+ * $pagination-active-border: $brand-primary !default;
+ *
+ * $pagination-disabled-color: $gray-light !default;
+ * $pagination-disabled-bg: #ffffff !default;
+ * $pagination-disabled-border: #dddddd !default;
+ *
+ * // Pager
+ *
+ * $pager-bg: $pagination-bg !default;
+ * $pager-border-width: $border-width !default;
+ * $pager-border-color: $pagination-border-color !default;
+ * $pager-border-radius: 15px !default;
+ *
+ * $pager-hover-bg: $pagination-hover-bg !default;
+ *
+ * $pager-active-bg: $pagination-active-bg !default;
+ * $pager-active-color: $pagination-active-color !default;
+ *
+ * $pager-disabled-color: $pagination-disabled-color !default;
+ *
+ * // Jumbotron
+ *
+ * $jumbotron-padding: 2rem !default;
+ * $jumbotron-bg: #dee2e3 !default;
+ *
+ * // Form states and alerts
+ * //
+ * // Define colors for form feedback states and, by default, alerts.
+ *
+ * $state-success-text: #ffffff !default;
+ * $state-success-bg: $brand-success !default;
+ * $state-success-border: $state-success-bg !default;
+ *
+ * $state-info-text: #ffffff !default;
+ * $state-info-bg: $brand-info !default;
+ * $state-info-border: $state-info-bg !default;
+ *
+ * $state-warning-text: #ffffff !default;
+ * $state-warning-bg: $brand-warning !default;
+ * $state-warning-border: $state-warning-bg !default;
+ *
+ * $state-danger-text: #ffffff !default;
+ * $state-danger-bg: $brand-danger !default;
+ * $state-danger-border: $state-danger-bg !default;
+ *
+ * // Cards
+ * $card-spacer-x: 1.25rem !default;
+ * $card-spacer-y: .75rem !default;
+ * $card-border-width: 1px !default;
+ * $card-border-radius: $border-radius !default;
+ * $card-border-color: #e5e5e5 !default;
+ * $card-border-radius-inner: $card-border-radius !default;
+ * $card-cap-bg: #f8f8f8 !default;
+ * $card-bg: #ffffff !default;
+ *
+ * $card-link-hover-color: #ffffff !default;
+ *
+ * // Tooltips
+ *
+ * $tooltip-max-width: 200px !default;
+ * $tooltip-color: #ffffff !default;
+ * $tooltip-bg: #000000 !default;
+ * $tooltip-opacity: .9 !default;
+ *
+ * $tooltip-arrow-width: 5px !default;
+ * $tooltip-arrow-color: $tooltip-bg !default;
+ *
+ * // Popovers
+ *
+ * $popover-bg: #ffffff !default;
+ * $popover-max-width: 276px !default;
+ * $popover-border-width: $border-width !default;
+ * $popover-border-color: rgba(0, 0, 0, .2) !default;
+ *
+ * $popover-title-bg: darken($popover-bg, 3 %) !default;
+ *
+ * $popover-arrow-width: 10px !default;
+ * $popover-arrow-color: $popover-bg !default;
+ *
+ * $popover-arrow-outer-width: ($popover-arrow-width + 1) !default;
+ * $popover-arrow-outer-color: fade-in($popover-border-color, 0.05) !default;
+ *
+ * // Labels
+ *
+ * $label -default-bg: $gray-light !default;
+ * $label-primary-bg: $brand-primary !default;
+ * $label-success-bg: $brand-success !default;
+ * $label-info-bg: $brand-info !default;
+ * $label-warning-bg: $brand-warning !default;
+ * $label-danger-bg: $brand-danger !default;
+ *
+ * $label-color: #ffffff !default;
+ * $label-link-hover-color: #ffffff !default;
+ * $label-font-weight: bold !default;
+ *
+ * // Modals
+ *
+ * // Padding applied to the modal body
+ * $modal-inner-padding: 15px !default;
+ *
+ * $modal-title-padding: 15px !default;
+ * $modal-title-line-height: $line-height !default;
+ *
+ * $modal-content-bg: #ffffff !default;
+ * $modal-content-border-color: rgba(0, 0, 0, .2) !default;
+ *
+ * $modal-backdrop-bg: #000000 !default;
+ * $modal-backdrop-opacity: .5 !default;
+ * $modal-header-border-color: #e5e5e5 !default;
+ * $modal-footer-border-color: $modal-header-border-color !default;
+ *
+ * $modal-lg: 900px !default;
+ * $modal-md: 600px !default;
+ * $modal-sm: 300px !default;
+ *
+ * // Alerts
+ * //
+ * // Define alert colors, border radius, and padding.
+ *
+ * $alert-padding: 15px !default;
+ * $alert-border-radius: $border-radius !default;
+ * $alert-link-font-weight: bold !default;
+ * $alert-border-width: $border-width !default;
+ *
+ * $alert-success-bg: $state-success-bg !default;
+ * $alert-success-text: $state-success-text !default;
+ * $alert-success-border: $state-success-border !default;
+ *
+ * $alert-info-bg: $state-info-bg !default;
+ * $alert-info-text: $state-info-text !default;
+ * $alert-info-border: $state-info-border !default;
+ *
+ * $alert-warning-bg: $state-warning-bg !default;
+ * $alert-warning-text: $state-warning-text !default;
+ * $alert-warning-border: $state-warning-border !default;
+ *
+ * $alert-danger-bg: $state-danger-bg !default;
+ * $alert-danger-text: $state-danger-text !default;
+ * $alert-danger-border: $state-danger-border !default;
+ *
+ * // Progress bars
+ *
+ * $progress-bg: #f5f5f5 !default;
+ * $progress-bar-color: #ffffff !default;
+ * $progress-border-radius: $border-radius !default;
+ *
+ * $progress-bar-bg: $brand-primary !default;
+ * $progress-bar-success-bg: $brand-success !default;
+ * $progress-bar-warning-bg: $brand-warning !default;
+ * $progress-bar-danger-bg: $brand-danger !default;
+ * $progress-bar-info-bg: $brand-info !default;
+ *
+ * // List group
+ *
+ * $list-group-bg: #ffffff !default;
+ * $list-group-border-color: #dddddd !default;
+ * $list-group-border-width: $border-width !default;
+ * $list-group-border-radius: $border-radius !default;
+ *
+ * $list-group-hover-bg: #f5f5f5 !default;
+ * $list-group-active-color: $component-active-color !default;
+ * $list-group-active-bg: $component-active-bg !default;
+ * $list-group-active-border: $list-group-active-bg !default;
+ * $list-group-active-text-color: lighten($list-group-active-bg, 40 %) !default;
+ *
+ * $list-group-disabled-color: $gray-light !default;
+ * $list-group-disabled-bg: $gray-lighter !default;
+ * $list-group-disabled-text-color: $list-group-disabled-color !default;
+ *
+ * $list-group-link-color: #555555 !default;
+ * $list-group-link-hover-color: $list-group-link-color !default;
+ * $list-group-link-heading-color: #333333 !default;
+ *
+ * // Image thumbnails
+ *
+ * $thumbnail-padding: .25rem !default;
+ * $thumbnail-bg: $body-bg !default;
+ * $thumbnail-border-width: $border-width !default;
+ * $thumbnail-border-color: #dddddd !default;
+ * $thumbnail-border-radius: $border-radius !default;
+ *
+ * // Breadcrumbs
+ *
+ * $breadcrumb-padding-vertical: .75rem !default;
+ * $breadcrumb-padding-horizontal: 1rem !default;
+ *
+ * $breadcrumb-bg: transparent !default;
+ * $breadcrumb-divider-color: $gray-light !default;
+ * $breadcrumb-active-color: $brand-info !default;
+ * $breadcrumb-divider: "›" !default;
+ *
+ * // Carousel
+ *
+ * $carousel-text-shadow: 0 1px 2px rgba(0, 0, 0, .6) !default;
+ *
+ * $carousel-control-color: #ffffff !default;
+ * $carousel-control-width: 15 % !default;
+ * $carousel-control-opacity: .5 !default;
+ * $carousel-control-font-size: 20px !default;
+ *
+ * $carousel-indicator-active-bg: #ffffff !default;
+ * $carousel-indicator-border-color: #ffffff !default;
+ *
+ * $carousel-caption-color: #ffffff !default;
+ *
+ * // Close
+ *
+ * $close-font-weight: bold !default;
+ * $close-color: #000000 !default;
+ * $close-text-shadow: 0 1px 0 #ffffff !default;
+ *
+ * // Code
+ *
+ * $code-color: #bd4147 !default;
+ * $code-bg: #f7f7f9 !default;
+ *
+ * $kbd-color: #ffffff !default;
+ * $kbd-bg: #333333 !default;
+ *
+ * $pre-bg: #f7f7f9 !default;
+ * $pre-color: $gray-dark !default;
+ * $pre-border-color: #cccccc !default;
+ * $pre-scrollable-max-height: 340px !default;*/
+
+];
diff --git a/resources/default/addons/pyrocms/starter-theme/lang/ar/addon.php b/resources/default/addons/pyrocms/starter-theme/lang/ar/addon.php
new file mode 100644
index 000000000..a531d0b1a
--- /dev/null
+++ b/resources/default/addons/pyrocms/starter-theme/lang/ar/addon.php
@@ -0,0 +1,7 @@
+ 'البداية',
+ 'name' => 'سمة البداية',
+ 'description' => 'سمة البداية تعتمد على سمة مجانية على http://startbootstrap.com'
+];
diff --git a/resources/default/addons/pyrocms/starter-theme/lang/en/addon.php b/resources/default/addons/pyrocms/starter-theme/lang/en/addon.php
new file mode 100644
index 000000000..fd19ee916
--- /dev/null
+++ b/resources/default/addons/pyrocms/starter-theme/lang/en/addon.php
@@ -0,0 +1,7 @@
+ 'Starter',
+ 'name' => 'Starter Theme',
+ 'description' => 'A theme based on the Freelance Theme ',
+];
diff --git a/resources/default/addons/pyrocms/starter-theme/views/errors/404.twig b/resources/default/addons/pyrocms/starter-theme/views/errors/404.twig
new file mode 100644
index 000000000..4b019bba6
--- /dev/null
+++ b/resources/default/addons/pyrocms/starter-theme/views/errors/404.twig
@@ -0,0 +1,20 @@
+{% extends "pyrocms.theme.starter::layouts/error" %}
+
+{% block content %}
+
+
+
+
+
+
+
+ 404
+
+ That's.. well, lost.
+
+
+
+
+
+
+{% endblock %}
diff --git a/resources/default/addons/pyrocms/starter-theme/views/errors/500.twig b/resources/default/addons/pyrocms/starter-theme/views/errors/500.twig
new file mode 100644
index 000000000..a5e18a4b6
--- /dev/null
+++ b/resources/default/addons/pyrocms/starter-theme/views/errors/500.twig
@@ -0,0 +1,20 @@
+{% extends "pyrocms.theme.starter::layouts/error" %}
+
+{% block content %}
+
+
+
+
+
+
+
+ 500
+
+ It's broken.
+
+
+
+
+
+
+{% endblock %}
diff --git a/resources/default/addons/pyrocms/starter-theme/views/examples/header.twig b/resources/default/addons/pyrocms/starter-theme/views/examples/header.twig
new file mode 100644
index 000000000..ff32978de
--- /dev/null
+++ b/resources/default/addons/pyrocms/starter-theme/views/examples/header.twig
@@ -0,0 +1,16 @@
+
+
+
+
+
+ {{ img("theme::img/profile.png").class("img-responsive")|raw }}
+
+
+ {{ config_get("streams::distribution.name") }}
+
+ {{ config_get("streams::distribution.description") }}
+
+
+
+
+
diff --git a/resources/default/addons/pyrocms/starter-theme/views/layouts/default.twig b/resources/default/addons/pyrocms/starter-theme/views/layouts/default.twig
new file mode 100644
index 000000000..59897f07f
--- /dev/null
+++ b/resources/default/addons/pyrocms/starter-theme/views/layouts/default.twig
@@ -0,0 +1,32 @@
+
+
+
+
+ {% block metadata %}
+ {% include "theme::partials/metadata" %}
+ {% endblock %}
+
+
+
+
+{% include "theme::partials/navigation" %}
+
+
+
+ {% include "theme::partials/breadcrumbs" %}
+ {% include "theme::partials/messages" %}
+
+ {% block content %}{% endblock %}
+
+ {% if (request_path() == '/') %}
+
{% include "theme::partials/posts" %}
+ {% endif %}
+
+
+
+{% include "theme::partials/footer" %}
+{% include "theme::partials/scripts" %}
+
+
+
+
diff --git a/resources/default/addons/pyrocms/starter-theme/views/layouts/error.twig b/resources/default/addons/pyrocms/starter-theme/views/layouts/error.twig
new file mode 100644
index 000000000..ac8c0888f
--- /dev/null
+++ b/resources/default/addons/pyrocms/starter-theme/views/layouts/error.twig
@@ -0,0 +1,16 @@
+
+
+
+
+ {% include "theme::partials/metadata" %}
+
+
+
+
+{% block content %}{% endblock %}
+
+{% include "theme::partials/scripts" %}
+
+
+
+
diff --git a/resources/default/addons/pyrocms/starter-theme/views/partials/breadcrumbs.twig b/resources/default/addons/pyrocms/starter-theme/views/partials/breadcrumbs.twig
new file mode 100644
index 000000000..f8d094c8e
--- /dev/null
+++ b/resources/default/addons/pyrocms/starter-theme/views/partials/breadcrumbs.twig
@@ -0,0 +1,17 @@
+{% if template.breadcrumbs.count() %}
+
+ {% for breadcrumb, href in template.breadcrumbs %}
+ {% if loop.last ? 'active' %}
+
+ {{ trans(breadcrumb) }}
+
+ {% else %}
+
+
+ {{ trans(breadcrumb) }}
+
+
+ {% endif %}
+ {% endfor %}
+
+{% endif %}
diff --git a/resources/default/addons/pyrocms/starter-theme/views/partials/footer.twig b/resources/default/addons/pyrocms/starter-theme/views/partials/footer.twig
new file mode 100644
index 000000000..4b0ea37a9
--- /dev/null
+++ b/resources/default/addons/pyrocms/starter-theme/views/partials/footer.twig
@@ -0,0 +1,54 @@
+
+
diff --git a/resources/default/addons/pyrocms/starter-theme/views/partials/messages.twig b/resources/default/addons/pyrocms/starter-theme/views/partials/messages.twig
new file mode 100644
index 000000000..cd26fb8d8
--- /dev/null
+++ b/resources/default/addons/pyrocms/starter-theme/views/partials/messages.twig
@@ -0,0 +1,47 @@
+
+{% if message_exists('success') %}
+
+
+ ×
+
+ {% for message in message_pull('success') %}
+ {{ trans(message)|markdown }}
+ {% endfor %}
+
+{% endif %}
+
+
+{% if message_exists('info') %}
+
+
+ ×
+
+ {% for message in message_pull('info') %}
+ {{ trans(message)|markdown }}
+ {% endfor %}
+
+{% endif %}
+
+
+{% if message_exists('warning') %}
+
+
+ ×
+
+ {% for message in message_pull('warning') %}
+ {{ trans(message)|markdown }}
+ {% endfor %}
+
+{% endif %}
+
+
+{% if message_exists('error') %}
+
+
+ ×
+
+ {% for message in message_pull('error') %}
+ {{ trans(message)|markdown }}
+ {% endfor %}
+
+{% endif %}
diff --git a/resources/default/addons/pyrocms/starter-theme/views/partials/metadata.twig b/resources/default/addons/pyrocms/starter-theme/views/partials/metadata.twig
new file mode 100644
index 000000000..53b248c15
--- /dev/null
+++ b/resources/default/addons/pyrocms/starter-theme/views/partials/metadata.twig
@@ -0,0 +1,50 @@
+
+
+
+
+
+
+
+ {{ config_get("streams::distribution.name") }} › {{ trans(template.meta_title) }}
+
+
+{% block opengraph %}
+
+ {# #}
+
+
+
+
+{% endblock %}
+
+
+{{ favicons("theme::img/favicon.png") }}
+
+
+
+{{ asset_add("theme.css", "theme::css/bootstrap.css") }}
+
+
+{{ asset_add("theme.css", "theme::css/freelancer.css") }}
+
+
+{# {{ asset_add("theme.css", "theme::font-awesome/css/font-awesome.css", ["parse"]) }} #}
+
+
+
+
+{{ asset_style("theme.css") }}
+
+{% for style in asset_styles("styles.css") %}
+ {{ style|raw }}
+{% endfor %}
+
+{{ constants() }}
+
+
+
+
diff --git a/resources/default/addons/pyrocms/starter-theme/views/partials/navigation.twig b/resources/default/addons/pyrocms/starter-theme/views/partials/navigation.twig
new file mode 100644
index 000000000..a5bbeae74
--- /dev/null
+++ b/resources/default/addons/pyrocms/starter-theme/views/partials/navigation.twig
@@ -0,0 +1,47 @@
+
+
+
+
+
+
+
+
+
+
+
+
+ Posts
+
+
+ {% if auth_check() %}
+ Logout
+ {% else %}
+ Login
+ {% endif %}
+
+
+
+ {{ structure()
+ .linkAttributesDropdown({'data-toggle': 'dropdown'})
+ .listClass('nav navbar-nav navbar-right')
+ .childListClass('dropdown-menu')
+ .cache({'namespace': 'user'})
+ .render()|raw }}
+
+
+
+
+
+
diff --git a/resources/default/addons/pyrocms/starter-theme/views/partials/posts.twig b/resources/default/addons/pyrocms/starter-theme/views/partials/posts.twig
new file mode 100644
index 000000000..d56c69429
--- /dev/null
+++ b/resources/default/addons/pyrocms/starter-theme/views/partials/posts.twig
@@ -0,0 +1,9 @@
+
+
+ {% set posts = entries('posts').recent().take(5).get() %}
+
+ {% include "anomaly.module.posts::posts/partials/posts" with {"posts": posts} %}
+
+ {{ posts.links|raw }}
+
+
diff --git a/resources/default/addons/pyrocms/starter-theme/views/partials/scripts.twig b/resources/default/addons/pyrocms/starter-theme/views/partials/scripts.twig
new file mode 100644
index 000000000..ed41923a9
--- /dev/null
+++ b/resources/default/addons/pyrocms/starter-theme/views/partials/scripts.twig
@@ -0,0 +1,21 @@
+
+{{ asset_add("theme.js", "theme::js/vendor/jquery.js") }}
+
+
+{{ asset_add("theme.js", "theme::js/bootstrap.js") }}
+
+
+{{ asset_add("theme.js", "theme::js/classie.js") }}
+{{ asset_add("theme.js", "theme::js/cbpAnimatedHeader.js") }}
+
+
+{{ asset_add("theme.js", "theme::js/freelancer.js") }}
+
+{{ asset_script("theme.js", ["min"]) }}
+
+
+
+
+{% for script in asset_scripts("scripts.js") %}
+ {{ script|raw }}
+{% endfor %}
diff --git a/resources/default/addons/visiosoft/addblock-extension/config/permissions.php b/resources/default/addons/visiosoft/addblock-extension/config/permissions.php
new file mode 100644
index 000000000..0b67a5fe4
--- /dev/null
+++ b/resources/default/addons/visiosoft/addblock-extension/config/permissions.php
@@ -0,0 +1,3 @@
+ 'Addblock',
+ 'name' => 'Addblock Extension',
+ 'description' => ''
+];
diff --git a/resources/default/addons/visiosoft/addblock-extension/lang/en/field.php b/resources/default/addons/visiosoft/addblock-extension/lang/en/field.php
new file mode 100644
index 000000000..0b67a5fe4
--- /dev/null
+++ b/resources/default/addons/visiosoft/addblock-extension/lang/en/field.php
@@ -0,0 +1,3 @@
+ [
+ 'read',
+ 'write',
+ 'delete',
+ ],
+ 'productoptions' => [
+ 'read',
+ 'write',
+ 'delete',
+ ],
+ 'productoptions_value' => [
+ 'read',
+ 'write',
+ 'delete',
+ ],
+ 'option_configuration' => [
+ 'read',
+ 'write',
+ 'delete',
+ ],
+ 'status' => [
+ 'read',
+ 'write',
+ 'delete',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/advs-module/config/preferences.php b/resources/default/addons/visiosoft/advs-module/config/preferences.php
new file mode 100644
index 000000000..ca5d8ed54
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/config/preferences.php
@@ -0,0 +1,5 @@
+ [
+ 'stacked' => true,
+ 'tabs' => [
+ 'general' => [
+ 'title' => 'visiosoft.module.advs::section.general',
+ 'fields' => [
+ 'favicon',
+ 'market_place',
+ 'show_lang_url',
+ 'iban_numbers',
+ 'google_statistic_code',
+ 'body_custom_space',
+ 'ogImage',
+ 'free_currencyconverterapi_key',
+ 'hide_price_categories',
+ 'tcmb_exchange_url',
+ 'enabled_currencies',
+ 'hide_ad_cat',
+ ],
+ ],
+ 'ads' => [
+ 'title' => 'visiosoft.module.advs::section.ads',
+ 'fields' => [
+ 'preview_mode',
+ 'show_finish_and_publish_date',
+ 'latest-limit',
+ 'popular_ads_limit',
+ 'ads_image_limit',
+ 'default_view_type',
+ 'show_price_to_members_only',
+ 'price_area_hidden',
+ 'hide_listing_standard_price',
+ 'hide_zero_price',
+ 'auto_approve',
+ 'estimated_pending_time',
+ 'default_published_time',
+ 'default_GET',
+ 'get_categories',
+ 'listing_page_image',
+ 'show_ads_count',
+ 'show_subcats_mobile',
+ ],
+ ],
+ 'ads_detail' => [
+ 'title' => 'visiosoft.module.advs::section.ads_detail',
+ 'fields' => [
+ 'ads_date_hidden',
+ 'hide_seller_info',
+ 'hide_seller_info_by_category',
+ ]
+ ],
+ 'create_ad' => [
+ 'title' => 'visiosoft.module.advs::section.create_ad',
+ 'fields' => [
+ 'hide_contact_created_at',
+ 'show_tax_field',
+ 'detailed_product_options',
+ 'steps_color',
+ 'create_ad_button_color',
+ 'hide_standard_price_field',
+ 'hide_options_field',
+ 'hide_village_field',
+ 'make_all_fields_required',
+ 'make_map_required',
+ 'show_breadcrumb_when_creating_ad',
+ 'show_post_ad_agreement',
+ 'show_input_flag',
+ 'show_order_note',
+ ],
+ ],
+ 'ads_image' => [
+ 'title' => 'visiosoft.module.advs::section.ads_image',
+ 'fields' => [
+ 'watermark',
+ 'image_resize_backend',
+ 'full_image_width',
+ 'full_image_height',
+ 'medium_image_width',
+ 'medium_image_height',
+ 'thumbnail_width',
+ 'thumbnail_height',
+ 'add_canvas',
+ 'image_canvas_width',
+ 'image_canvas_height',
+ 'watermark_type',
+ 'watermark_text',
+ 'watermark_image',
+ 'watermark_position',
+ ],
+ ],
+ 'user' => [
+ 'title' => 'visiosoft.module.advs::section.user',
+ 'fields' => [
+ 'register_email_field', 'only_email_login'
+ ],
+ ],
+ 'filter' => [
+ 'title' => 'visiosoft.module.advs::section.filter',
+ 'fields' => [
+ 'hide_filter_section', 'hide_price_filter', 'hide_date_filter', 'hide_photo_filter', 'hide_map_filter',
+ 'hide_listing_header', 'user_filter_limit','hide_out_of_stock_products_without_listing'
+ ],
+ ],
+ 'translations' => [
+ 'title' => 'visiosoft.module.advs::section.translations',
+ 'fields' => [
+ 'lang_switcher_for_browser',
+ 'override_text',
+ ],
+ ],
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/advs-module/config/settings/settings.php b/resources/default/addons/visiosoft/advs-module/config/settings/settings.php
new file mode 100644
index 000000000..3020bb947
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/config/settings/settings.php
@@ -0,0 +1,518 @@
+ [
+ 'type' => 'anomaly.field_type.boolean',
+ 'config' => [
+ 'default_value' => true,
+ ],
+ ],
+ 'only_email_login' => [
+ 'type' => 'anomaly.field_type.boolean',
+ 'config' => [
+ 'default_value' => false,
+ ],
+ ],
+ 'latest-limit' => [
+ 'type' => 'anomaly.field_type.integer',
+ 'config' => [
+ 'min' => 1,
+ 'default_value' => 5,
+ ],
+ ],
+ 'default_view_type' => [
+ 'type' => 'anomaly.field_type.select',
+ 'config' => [
+ 'options' => ['list' => 'List', 'table' => 'Table', 'map' => 'Map', 'gallery' => 'Gallery'],
+ 'default_value' => 'list',
+ ]
+ ],
+ 'hide_zero_price' => [
+ 'type' => 'anomaly.field_type.boolean',
+ 'config' => [
+ 'default_value' => false,
+ ],
+ ],
+ 'auto_approve' => [
+ 'type' => 'anomaly.field_type.boolean',
+ 'bind' => 'adv.auto_approve',
+ 'env' => 'ADV_AUTO_APPROVE',
+ 'config' => [
+ 'default_value' => true,
+ ],
+ ],
+ 'estimated_pending_time' => [
+ 'type' => 'anomaly.field_type.integer',
+ 'config' => [
+ 'default_value' => 6,
+ ],
+ ],
+ 'default_published_time' => [
+ 'type' => 'anomaly.field_type.integer',
+ 'bind' => 'adv.default_published_time',
+ 'env' => 'ADV_PUBLISH_TIME',
+ 'required' => true,
+ 'config' => [
+ 'default_value' => 10,
+ ],
+ ],
+
+ 'iban_numbers' => [
+ 'type' => 'anomaly.field_type.wysiwyg',
+ 'bind' => 'adv.iban',
+ 'env' => 'ADV_IBAN',
+ 'config' => [
+ 'default_value' => 'TR00 0000 0000 0000 0000 0000 00 ',
+ ],
+ ],
+
+ 'google_statistic_code' => [
+ 'type' => 'anomaly.field_type.editor',
+ 'bind' => 'adv.google_statistic_code',
+ 'env' => 'ADV_GOOGLE_STATISTIC_CODE',
+ 'config' => [
+ 'default_value' => '',
+ ],
+ ],
+ 'body_custom_space' => [
+ 'type' => 'anomaly.field_type.editor',
+ 'bind' => 'adv.body_custom_space',
+ 'env' => 'ADV_BODY_CUSTOM_SPACE',
+ 'config' => [
+ 'default_value' => '',
+ ],
+ ],
+ 'logo' => [
+ 'type' => 'anomaly.field_type.file',
+ 'bind' => 'adv.logo',
+ 'env' => 'ADV_LOGO',
+ 'config' => [
+ 'folders' => ["images"],
+ 'mode' => 'upload',
+ ]
+ ],
+ 'ogImage' => [
+ 'type' => 'anomaly.field_type.file',
+ 'bind' => 'adv.ogImage',
+ 'env' => 'ADV_OG_IMAGE',
+ 'config' => [
+ 'folders' => ["images"],
+ 'mode' => 'upload',
+ ]
+ ],
+ 'free_currencyconverterapi_key' => [
+ "type" => "anomaly.field_type.text",
+ 'bind' => 'adv.free_currencyconverterapi_key',
+ 'env' => 'ADV_CURRENCY_CONVERT_API_KEY',
+ 'config' => [
+ "default_value" => "1eea72940f3868c77420"
+ ]
+ ],
+ 'hide_price_categories' => [
+ 'type' => 'anomaly.field_type.checkboxes',
+ 'config' => [
+ 'options' => function (\Visiosoft\CatsModule\Category\Contract\CategoryRepositoryInterface $categoryRepository) {
+ return $categoryRepository->getMainCategories()->pluck('name', 'id')->all();
+ },
+ ],
+ ],
+ 'default_GET' => [
+ 'type' => 'anomaly.field_type.boolean',
+ 'bind' => 'adv.default_GET',
+ 'env' => 'ADV_GET',
+ 'config' => [
+ 'default_value' => 0,
+ ],
+ ],
+
+ 'listing_page_image' => [
+ 'type' => 'anomaly.field_type.file',
+ 'bind' => 'adv.listing_page_image',
+ 'env' => 'ADV_LISTING_PAGE_IMAGE',
+ 'config' => [
+ 'folders' => ["adv_listing_page"],
+ 'mode' => 'upload',
+ ]
+ ],
+ 'hide_standard_price_field' => [
+ 'type' => 'anomaly.field_type.boolean',
+ 'config' => [
+ 'default_value' => false,
+ ]
+ ],
+ 'hide_options_field' => [
+ 'type' => 'anomaly.field_type.boolean',
+ 'config' => [
+ 'default_value' => false,
+ 'mode' => 'checkbox'
+ ]
+ ],
+ 'hide_village_field' => [
+ 'type' => 'anomaly.field_type.boolean',
+ 'config' => [
+ 'default_value' => false,
+ 'mode' => 'checkbox'
+ ]
+ ],
+ 'make_all_fields_required' => [
+ 'type' => 'anomaly.field_type.boolean',
+ 'config' => [
+ 'default_value' => false,
+ 'mode' => 'checkbox'
+ ]
+ ],
+ 'make_map_required' => [
+ 'type' => 'anomaly.field_type.boolean',
+ 'config' => [
+ 'default_value' => false,
+ 'mode' => 'checkbox'
+ ]
+ ],
+ 'hide_listing_standard_price' => [
+ 'type' => 'anomaly.field_type.boolean',
+ 'config' => [
+ 'default_value' => false,
+ 'mode' => 'checkbox'
+ ]
+ ],
+ 'price_area_hidden' => [
+ 'type' => 'anomaly.field_type.boolean',
+ 'config' => [
+ 'default_value' => false,
+ ]
+ ],
+ 'enabled_currencies' => [
+ 'bind' => 'streams::currencies.enabled',
+ 'env' => 'ADV_ENABLED_CURRENCIES',
+ 'type' => 'anomaly.field_type.checkboxes',
+ 'required' => true,
+ 'config' => [
+ 'mode' => 'tags',
+ 'default_value' => function () {
+ return [config('streams::currencies.default')];
+ },
+ 'options' => function () {
+ $array = config('streams::currencies.supported');
+ $cur = array();
+ foreach ($array as $key => $value) {
+ $cur[$key] = $value['name'];
+ }
+ return $cur;
+ },
+ ],
+ ],
+ 'market_place' => [
+ 'type' => 'anomaly.field_type.boolean',
+ 'config' => [
+ 'default_value' => true,
+ ],
+ ],
+
+ 'hide_price_filter' => [
+ 'type' => 'anomaly.field_type.boolean',
+ 'config' => [
+ 'default_value' => false,
+ ]
+ ],
+
+ 'hide_date_filter' => [
+ 'type' => 'anomaly.field_type.boolean',
+ 'config' => [
+ 'default_value' => false,
+ ]
+ ],
+
+ 'hide_photo_filter' => [
+ 'type' => 'anomaly.field_type.boolean',
+ 'config' => [
+ 'default_value' => false,
+ ]
+ ],
+ 'hide_map_filter' => [
+ 'type' => 'anomaly.field_type.boolean',
+ 'config' => [
+ 'default_value' => false,
+ ]
+ ],
+
+ 'show_lang_url' => [
+ 'type' => 'anomaly.field_type.boolean',
+ 'config' => [
+ 'default_value' => false,
+ ]
+ ],
+
+ 'popular_ads_limit' => [
+ 'type' => 'anomaly.field_type.integer',
+ 'config' => [
+ 'default_value' => 15,
+ ],
+ ],
+
+ //Image Settings
+ 'image_resize_backend' => [
+ 'type' => 'anomaly.field_type.boolean',
+ 'config' => [
+ 'default_value' => true,
+ ],
+ ],
+ 'full_image_width' => [
+ 'type' => 'anomaly.field_type.integer',
+ 'config' => [
+ 'default_value' => 800,
+ ],
+ ],
+ 'full_image_height' => [
+ 'type' => 'anomaly.field_type.integer',
+ 'config' => [
+ 'default_value' => 600,
+ ],
+ ],
+ 'medium_image_width' => [
+ 'type' => 'anomaly.field_type.integer',
+ 'config' => [
+ 'default_value' => 600,
+ ],
+ ],
+ 'medium_image_height' => [
+ 'type' => 'anomaly.field_type.integer',
+ 'config' => [
+ 'default_value' => 400,
+ ],
+ ],
+ 'thumbnail_width' => [
+ 'type' => 'anomaly.field_type.integer',
+ 'config' => [
+ 'default_value' => 270,
+ ],
+ ],
+ 'thumbnail_height' => [
+ 'type' => 'anomaly.field_type.integer',
+ 'config' => [
+ 'default_value' => 180,
+ ],
+ ],
+ 'add_canvas' => [
+ 'type' => 'anomaly.field_type.boolean',
+ 'config' => [
+ 'default_value' => true,
+ ],
+ ],
+ 'image_canvas_width' => [
+ 'type' => 'anomaly.field_type.integer',
+ 'config' => [
+ 'default_value' => 800,
+ ],
+ ],
+ 'image_canvas_height' => [
+ 'type' => 'anomaly.field_type.integer',
+ 'config' => [
+ 'default_value' => 600,
+ ],
+ ],
+ 'watermark' => [
+ 'type' => 'anomaly.field_type.boolean',
+ 'config' => [
+ 'default_value' => false,
+ ]
+ ],
+ 'watermark_type' => [
+ 'type' => 'anomaly.field_type.select',
+ 'bind' => 'adv.watermark_type',
+ 'env' => 'ADV_WATERMARK_TYPE',
+ 'required' => true,
+ 'config' => [
+ 'options' => ['image' => 'Image', 'text' => 'Text'],
+ 'default_value' => 'text',
+ ]
+ ],
+ 'watermark_text' => [
+ 'type' => 'anomaly.field_type.text',
+ 'bind' => 'adv.watermark_text',
+ 'env' => 'ADV_WATERMARK_TEXT',
+ ],
+ 'watermark_image' => [
+ 'type' => 'anomaly.field_type.file',
+ 'bind' => 'adv.watermark_image',
+ 'env' => 'ADV_WATERMARK_IMAGE',
+ ],
+ 'watermark_position' => [
+ 'type' => 'anomaly.field_type.select',
+ 'bind' => 'adv.watermark_position',
+ 'env' => 'ADV_WATERMARK_POSITION',
+ 'required' => true,
+ 'config' => [
+ 'options' => ['top-right' => 'Top Right', 'top-left' => 'Top Left', 'bottom-right' => 'Bottom Right',
+ 'bottom-left' => 'Bottom Left', 'center' => 'Middle'],
+ 'default_value' => 'top-right',
+ ]
+ ],
+ 'user_filter_limit' => [
+ 'type' => 'anomaly.field_type.integer',
+ 'config' => [
+ 'default_value' => 5,
+ ],
+ ],
+ 'show_breadcrumb_when_creating_ad' => [
+ 'type' => 'anomaly.field_type.boolean',
+ 'config' => [
+ 'default_value' => true,
+ 'mode' => 'checkbox'
+ ],
+ ],
+ 'show_ads_count' => [
+ 'type' => 'anomaly.field_type.boolean',
+ 'config' => [
+ 'default_value' => true,
+ 'mode' => 'checkbox'
+ ],
+ ],
+ 'show_post_ad_agreement' => [
+ 'type' => 'anomaly.field_type.boolean',
+ 'config' => [
+ 'default_value' => false,
+ 'mode' => 'checkbox'
+ ],
+ ],
+ 'override_text' => [
+ 'type' => 'anomaly.field_type.tags',
+ 'bind' => 'override_text',
+ 'env' => 'OVERRIDE_TEXT',
+ ],
+ 'steps_color' => [
+ "type" => "anomaly.field_type.colorpicker",
+ "config" => [
+ "default_value" => '#209579',
+ ]
+ ],
+ 'create_ad_button_color' => [
+ "type" => "anomaly.field_type.colorpicker",
+ "config" => [
+ "default_value" => '#00a651',
+ ]
+ ],
+ 'ads_image_limit' => [
+ "type" => "anomaly.field_type.integer",
+ "config" => [
+ "default_value" => 25
+ ]
+ ],
+ 'lang_switcher_for_browser' => [
+ 'type' => 'anomaly.field_type.boolean',
+ 'bind' => 'advs.lang_switcher_for_browser',
+ 'env' => 'LANG_SWITCHER_FOR_BROWSER',
+ ],
+ 'get_categories' => [
+ 'type' => 'anomaly.field_type.checkboxes',
+ 'config' => [
+ 'options' => function (\Visiosoft\CatsModule\Category\Contract\CategoryRepositoryInterface $categoryRepository) {
+ return $categoryRepository->getMainCategories()->pluck('name', 'id')->all();
+ },
+ ],
+ ],
+ 'favicon' => [
+ 'type' => 'anomaly.field_type.file',
+ ],
+ 'ads_date_hidden' => [
+ 'type' => 'anomaly.field_type.boolean',
+ 'config' => [
+ 'default_value' => false,
+ ]
+ ],
+ 'hide_listing_header' => [
+ 'type' => 'anomaly.field_type.boolean',
+ 'config' => [
+ 'default_value' => false,
+ ]
+ ],
+ 'hide_filter_section' => [
+ 'type' => 'anomaly.field_type.boolean',
+ 'config' => [
+ 'default_value' => false,
+ ]
+ ],
+ 'hide_seller_info' => [
+ 'type' => 'anomaly.field_type.boolean',
+ 'config' => [
+ 'default_value' => false,
+ ]
+ ],
+ 'hide_seller_info_by_category' => [
+ 'type' => 'anomaly.field_type.checkboxes',
+ 'config' => [
+ 'mode' => 'tags',
+ 'options' => function () {
+ return app(\Visiosoft\CatsModule\Category\Contract\CategoryRepositoryInterface::class)->getMainCategories()->pluck('name', 'id');
+ },
+ ],
+ ],
+ 'detailed_product_options' => [
+ 'type' => 'anomaly.field_type.boolean',
+ 'config' => [
+ 'default_value' => true,
+ ]
+ ],
+ 'show_subcats_mobile' => [
+ 'type' => 'anomaly.field_type.boolean',
+ 'config' => [
+ 'default_value' => false,
+ ]
+ ],
+ 'show_price_to_members_only' => [
+ 'type' => 'anomaly.field_type.boolean',
+ 'config' => [
+ 'default_value' => false,
+ ]
+ ],
+ 'hide_ad_cat' => [
+ 'type' => 'anomaly.field_type.boolean',
+ 'config' => [
+ 'default_value' => false,
+ ]
+ ],
+
+ 'show_finish_and_publish_date' => [
+ 'type' => 'anomaly.field_type.boolean',
+ 'config' => [
+ 'default_value' => false,
+ ],
+ ],
+
+ 'show_tax_field' => [
+ 'type' => 'anomaly.field_type.boolean',
+ 'config' => [
+ 'default_value' => false,
+ ],
+ ],
+ 'hide_contact_created_at' => [
+ 'type' => 'anomaly.field_type.boolean',
+ 'config' => [
+ 'default_value' => false,
+ ]
+ ],
+ 'show_input_flag' => [
+ 'type' => 'anomaly.field_type.boolean',
+ 'config' => [
+ 'default_value' => false,
+ ]
+ ],
+ 'hide_out_of_stock_products_without_listing' => [
+ 'type' => 'anomaly.field_type.boolean',
+ 'config' => [
+ 'default_value' => false,
+ ]
+ ],
+ 'preview_mode' => [
+ 'type' => 'anomaly.field_type.boolean',
+ 'bind' => 'adv.preview_mode',
+ 'config' => [
+ 'default_value' => true,
+ ],
+ ],
+ 'show_order_note' => [
+ 'type' => 'anomaly.field_type.boolean',
+ 'config' => [
+ 'default_value' => true,
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/af/addon.php b/resources/default/addons/visiosoft/advs-module/lang/af/addon.php
new file mode 100644
index 000000000..ddd9ae6c4
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/af/addon.php
@@ -0,0 +1,8 @@
+ 'Advertensies',
+ 'name' => 'Advertensie-module',
+ 'description' => 'Advertensie-module',
+ 'info' => 'This is the screen where you can add, delete and edit ads from the Ads page. On this page, you can simply do the operations such as post management and ad configuration.'
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/af/button.php b/resources/default/addons/visiosoft/advs-module/lang/af/button.php
new file mode 100644
index 000000000..d4a683fed
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/af/button.php
@@ -0,0 +1,48 @@
+ 'Nuut geklassifiseer',
+ 'new_classified' => 'Nuut geklassifiseer',
+ 'new_category' => 'Nuwe kategorie',
+ 'new_country' => 'Nuwe land',
+ 'new_city' => 'Nuwe stad',
+ 'new_district' => 'Nuwe distrik',
+ 'new_neighborhood' => 'Nuwe woonbuurt',
+ 'new_village' => 'Nuwe dorpie',
+ 'edit' => "Wysig",
+ 'approve' => "Goedkeur",
+ 'decline' => 'Weier',
+ 'extend' => 'Brei uit',
+ 'extend_all' => 'Brei almal uit',
+ 'convert_currency' => 'Valuta omskakel',
+ 'categories' => 'Kategorieë',
+ 'sub_category' => 'Subkategorieë',
+ 'add_sub_category' => 'Voeg subkategorie by',
+ 'sub_cities' => 'Substede',
+ 'add_sub_cities' => 'Voeg substad by',
+ 'add_sub_districts' => 'Voeg subdistrik by',
+ 'add_sub_neighborhoods' => 'Voeg subbuurt by',
+ 'add_sub_village' => 'Voeg subdorp by',
+ 'sub_districts' => 'Subdistrikte',
+ 'sub_neighborhoods' => 'Subbuurte',
+ 'sub_village' => 'Sub Village',
+ 'general_settings' => 'Algemene instellings',
+ 'save_category' => 'Stoor kategorie',
+ 'change_owner' => 'Verander eienaar',
+ 'update_category' => [
+ 'name' => 'Dateer kategorie op'
+ ],
+ 'new_option' => 'Nuwe opsie',
+ 'export' => 'Uitvoer',
+ 'new_productoption' => 'Nuwe produkopsie',
+ 'new_productoptions_value' => 'Nuwe produk opsie waarde',
+ 'new_options_configuration' => 'Nuwe opsiekonfigurasie',
+ 'new_option_configuration' => 'Nuwe opsiekonfigurasie',
+ 'create_configurations' => 'Skep konfigurasies',
+ 'replicate' => 'Herhaal',
+ 'fast_create' => 'Vinnig skep',
+ 'publish' => 'Publiseer',
+ 'import' => 'Invoer',
+ 'new_status' => 'Nuwe status',
+ 'fast_edit' => 'Vinnige wysiging',
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/af/currency.php b/resources/default/addons/visiosoft/advs-module/lang/af/currency.php
new file mode 100644
index 000000000..32221c0aa
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/af/currency.php
@@ -0,0 +1,6 @@
+ 'Dollar',
+ 'EUR' => 'Euro',
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/af/field.php b/resources/default/addons/visiosoft/advs-module/lang/af/field.php
new file mode 100644
index 000000000..74258b9c4
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/af/field.php
@@ -0,0 +1,385 @@
+ [
+ 'name' => 'Titel'
+ ],
+ 'order' => [
+ 'name' => 'Orde'
+ ],
+ 'slug' => [
+ 'name' => 'Slak'
+ ],
+ 'parent_category' => [
+ 'name' => 'Ouer'
+ ],
+ 'category' => [
+ 'name' => 'Kategorietitel'
+ ],
+ 'price' => [
+ 'name' => 'Prys'
+ ],
+ 'standard_price' => [
+ 'name' => 'Standaardprys'
+ ],
+ 'date' => [
+ 'name' => 'Datum'
+ ],
+ 'photo' => [
+ 'name' => 'Foto'
+ ],
+ 'video' => [
+ 'name' => 'Video'
+ ],
+ 'map' => [
+ 'name' => 'Kaart'
+ ],
+ 'stock' => [
+ 'name' => 'Voorraad'
+ ],
+ 'advs_desc' => [
+ 'name' => 'Beskrywing'
+ ],
+ 'online_payment' => [
+ 'name' => 'Aanlyn betaling'
+ ],
+ 'city' => [
+ 'name' => 'Stad'
+ ],
+ 'country' => [
+ 'name' => 'Land'
+ ],
+ 'district' => [
+ 'name' => 'Distrik'
+ ],
+ 'neighborhood' => [
+ 'name' => 'Buurt'
+ ],
+ 'village' => [
+ 'name' => 'Dorp'
+ ],
+ 'files' => [
+ 'name' => 'Beelde'
+ ],
+ 'cat1' => [
+ 'name' => 'Hoofkategorie'
+ ],
+ 'cat2' => [
+ 'name' => 'Subkategorie 1'
+ ],
+ 'cat3' => [
+ 'name' => 'Subkategorie 2'
+ ],
+ 'cat4' => [
+ 'name' => 'Subkategorie 3'
+ ],
+ 'cat5' => [
+ 'name' => 'Subkategorie 4'
+ ],
+ 'cat6' => [
+ 'name' => 'Subkategorie 5'
+ ],
+ 'cat7' => [
+ 'name' => 'Subkategorie 6'
+ ],
+ 'cat8' => [
+ 'name' => 'Subkategorie 7'
+ ],
+ 'cat9' => [
+ 'name' => 'Subkategorie 8'
+ ],
+ 'cat10' => [
+ 'name' => 'Subkategorie 9'
+ ],
+ 'currency' => [
+ 'name' => 'Geldeenheid'
+ ],
+ 'status' => [
+ 'name' => 'Status',
+ 'option' => [
+ 'approved' => 'Goedgekeur',
+ 'expired' => 'Verstreke',
+ 'unpublished' => 'Ongepubliseer',
+ 'pending_admin' => 'Hangende admin',
+ 'pending_user' => 'Hangende gebruiker'
+ ]
+ ],
+ 'pending_adv' => [
+ 'name' => 'Ongepubliseer'
+ ],
+ 'finish_at' => [
+ 'name' => 'Klaar by'
+ ],
+ 'cover_photo' => [
+ 'name' => 'Voorbladfoto'
+ ],
+ 'favs_adv' => [
+ 'name' => 'Gunstige advertensies'
+ ],
+ 'my_adv' => [
+ 'name' => 'ADVS'
+ ],
+ 'description' => 'Beskrywing',
+ 'explanation' => 'Verduideliking',
+ 'type' => [
+ 'name' => 'Tik'
+ ],
+ 'parent_adv' => [
+ 'name' => 'Verwante advertensie'
+ ],
+ 'value' => [
+ 'name' => 'Waarde'
+ ],
+ 'list' => 'Lys',
+ 'home' => 'Tuis',
+ 'list-page' => 'Lys bladsy',
+ 'search' => 'Soek',
+ 'reset' => 'Reset',
+ 'recommended' => 'Aanbevole advertensies vir u',
+ 'filter' => 'Filtreer',
+ 'sort' => 'Sorteer',
+ 'sort_by' => 'Sorteer Volgens',
+ 'pick_option' => 'Kies \'n opsie',
+ 'pick_ordering' => 'Bestelling',
+ 'price_high' => 'Prys van hoog na laag',
+ 'price_low' => 'Prys Laag tot Hoog',
+ 'newest' => 'Nuutste',
+ 'oldest' => 'Oudste',
+ 'address_a_z' => 'Adres (A tot Z)',
+ 'address_z_a' => 'Adres (Z tot A)',
+ 'categories' => [
+ 'name' => 'Kategorieë'
+ ],
+ 'all_categories' => 'alle kategorieë',
+ 'location' => 'Ligging',
+ 'send_message' => 'Stuur boodskap',
+ 'phone_gsm' => 'GSM-foon',
+ 'phone_office' => 'Kantoortelefoon',
+ 'add_to_favorites' => "Voeg by gunstelinge",
+ 'send' => 'Stuur',
+ 'search_name' => 'Soek Naam',
+ 'my_favorite_searches' => 'Gunsteling soektogte',
+ 'search_desc' => 'U kan u gunsteling soekkeuses hier byvoeg en bestuur.',
+ 'complaint_placeholder' => 'Tik u klagtebesonderhede hier in.',
+ 'show_details' => 'Wys besonderhede',
+ 'ad_actions' => 'Advertensie-aksies',
+ 'edit' => 'Wysig',
+ 'approve' => 'Goedkeur',
+ 'passive' => "Passief",
+ 'sold' => 'Verkoop',
+ 'offered_by' => 'Aangebied deur',
+ 'more_ads_by' => 'Meer advertensies deur',
+ 'click_phone' => 'Wys telefoonnommer',
+ 'share' => 'Deel',
+ 'report' => 'Rapporteer hierdie advertensie',
+ 'features' => 'Kenmerke',
+ "streetview" => "Straataansig",
+ 'recommended_ads' => 'Aanbevole advertensies vir u',
+ 'new' => 'Nuut',
+ 'short_info' => 'Kort inligting',
+ 'secure_trading' => 'Veilige handel',
+ '24/7' => 'Ondersteuning 24/7',
+ 'easy_trading' => 'Maklike handel',
+ 'need_help' => 'Hulp nodig?',
+ 'give_a_call' => 'Bel \'n op',
+ 'message_sent' => 'Boodskap gestuur!',
+ 'asap' => 'Boodskap gestuur, die verkoper sal u so gou moontlik kontak.',
+ 'ad_id' => 'Advertensie-ID',
+ 'contact_with' => 'Kontak met',
+ 'create_adv' => 'Skep advertensie',
+ 'edit_adv' => 'Wysig advertensie',
+ 'mandatory_fields' => 'Verpligte velde',
+ 'ad_post' => 'Advertensiepos',
+ 'sell_item' => 'Verkoop \'n item of diens',
+ 'search_save' => 'Gunsteling soektog suksesvol gestoor',
+ 'address' => 'Adres',
+ 'email' => 'E-pos',
+ 'phone' => 'Foon',
+ 'send_us_your_feedback' => 'Stuur vir ons u terugvoer',
+ 'online_shopping' => 'KRY',
+ 'approved' => 'Suksesvol goedgekeur',
+ 'extended' => 'Uitgebrei suksesvol',
+ 'declined' => 'Weier suksesvol',
+ 'search_on_map' => 'Soek op kaart',
+ 'post_free_ad' => 'Plaas gratis advertensie',
+ 'select_a_category' => 'Kies \'n kategorie',
+ 'select_a_sub_category' => 'Kies \'n subkategorie',
+ 'all_dopings_added' => 'Alle dopingtipes word by hierdie advertensie gevoeg.',
+ 'is_get_adv' => [
+ 'name' => 'KRY'
+ ],
+ 'corporate_info' => 'Korporatiewe inligting',
+ 'featured_ads' => "Gewilde advertensies",
+ 'trending_ads' => 'Trendind-advertensies',
+ 'search_ad_result_prefix' => 'aan',
+ 'search_ad_result_text' => ': tel advertensies in u : naam soektog',
+ 'search_ads_result_message' => [
+ 'name' => ': tel advertensies gevind vir: naam soek',
+ ],
+ 'total' => 'Totaal',
+ 'quantity' => 'Hoeveelheid',
+ 'view_cart' => 'Bekyk mandjie',
+ 'no_ads' => 'Geen advertensies gevind nie.',
+ 'show_display_mode' => [
+ 'map' => 'Kaart',
+ 'list' => 'Lys',
+ ],
+ 'advs_list_table_thead' => [
+ 'name' => 'Advertensie Naam',
+ 'price' => 'Prys',
+ 'publish_at' => 'Advertensiedatum',
+ 'location_city' => 'Stad',
+ 'location_country' => 'Land',
+ ],
+ 'show_list_view' => [
+ 'name' => 'Lys',
+ ],
+ 'show_table_view' => [
+ 'name' => 'Tabel',
+ ],
+ 'showcase' => [
+ 'name' => 'Vertoonvenster',
+ ],
+ 'new_ad' => [
+ 'name' => 'Nuwe advertensie',
+ ],
+ 'profile' => [
+ 'name' => 'Profiel',
+ ],
+ 'my_ads' => [
+ 'name' => 'My advertensies',
+ ],
+ 'sold_out' => [
+ 'name' => 'Uitverkoop',
+ ],
+ 'edit_category' => 'Kategorie wysig',
+ 'set_category' => 'Stel kategorie',
+ 'max' => [
+ 'name' => 'Maks',
+ ],
+ 'min' => [
+ 'name' => 'Min',
+ ],
+ 'in_the_last_24_hours' => [
+ 'name' => 'In die laaste 24 uur'
+ ],
+ 'in_the_last_day' => [
+ 'name' => 'In die laaste 24 uur'
+ ],
+ 'in_the_last_week' => [
+ 'name' => 'In die laaste week'
+ ],
+ 'in_the_last_month' => [
+ 'name' => 'In die laaste maand'
+ ],
+ 'ads_with_photo' => [
+ 'name' => 'Advertensies Met Foto'
+ ],
+ 'ads_with_video' => [
+ 'name' => 'Advertensies Met Video'
+ ],
+ 'yes' => [
+ 'name' => 'Ja'
+ ],
+ 'no' => [
+ 'name' => 'Geen'
+ ],
+ 'is_system' => [
+ 'name' => 'Is stelsel',
+ 'instructions' => 'Stelselstatus is nodig en moet nie verander word nie',
+ ],
+ 'user_access' => [
+ 'name' => 'Gebruikerstoegang',
+ 'instructions' => 'Kan \'n gebruiker hierdie status op sy advertensies gebruik?',
+ ],
+ "no_location" => "Geen ligging is gekies nie.",
+ "continue" => 'Aanhou',
+ "gallery" => 'Galery',
+ "ad" => 'Advertensie',
+ "ads" => 'Advertensies',
+ "were_found" => 'was gevind.',
+
+ // Pending screen
+ 'pending_message_1' => 'Die advertensie is in die goedkeuringsproses',
+ 'pending_message_2' => "Advertensie se opdateringsdatum",
+ 'pending_message_3' => 'Geskatte wagtyd',
+ 'pending_message_4' => 'Die tyd wat aan die goedkeuringsproses bestee word, word by die dopingtyd gevoeg.',
+ 'pending_message_5' => 'Geen transaksies kan vanaf die inbelsentrum met betrekking tot die advertensie in die goedkeuringsproses gedoen word nie.',
+ 'hours' => 'ure',
+
+ // Preview page
+ 'preview_text' => [
+ 'part_1' => 'As die volgende inligting oor u advertensie korrek is, klik op die knoppie "Gaan voort" en gaan na die volgende stap.',
+ 'part_2' => 'Indien nie, klik op die "Edit" -knoppie.',
+ ],
+ 'views' => 'Uitsigte',
+
+ // Detail page
+ "no_street_view" => "Geen straataansigprent op hierdie plek nie",
+ 'edit_my_contact_info' => 'Wysig my kontakinligting',
+ 'update_my_contact_info' => 'werk my kontakinligting op',
+ 'contact_info' => 'Kontak inligting',
+ 'ad_info' => 'Advertensie-inligting',
+
+ // Select cat
+ 'select_category_step_by_step' => 'Kies Kategorie stap vir stap',
+
+ // New create page
+ 'options' => 'Opsies',
+ 'category_selection' => 'Kategorie seleksie',
+ 'listing_details' => 'Lysbesonderhede',
+ 'preview' => 'Voorskou',
+ 'congratulations' => 'Baie geluk',
+ 'ad_desc' => 'Advertensiebeskrywing',
+ 'upload_photos' => 'Laai foto\'s op',
+ 'upload_files' => 'Laai lêers op',
+ 'additional_fields' => 'Bykomende velde',
+ 'ad_location' => 'Advertensie-ligging',
+ 'owner' => 'Eienaar',
+ 'default_owner_instruction' => 'Die eienaar is die huidige gebruiker as geen gebruiker gekies word nie',
+ 'create_page_subtitle' => 'Skep die advertensie foutloos deur gedetailleerde inligting oor u advertensie in te voer.',
+ 'with_my_phone_numbers' => 'With my phone numbers',
+ 'not_with_my_phone_numbers' => "I don't want to be reached by phone",
+ 'how_can_you_be_contacted' => "How can you be contacted?",
+
+ // Listing page
+ 'ad_title' => 'Advertensietitel',
+ 'listing_date' => 'Lysdatum',
+ 'view' => 'Beskou',
+ 'ads_with_map' => 'Advertensies Met Kaart',
+ 'advanced_sorting' => 'Gevorderde sortering',
+ 'filter_by_word' => 'Filtreer volgens woord',
+ 'filter_by' => 'Filtreer volgens: naam',
+
+ 'free' => 'Vry',
+ 'ad_date' => 'Advertensiedatum',
+ 'photo_video' => 'Foto, video',
+ 'and_above' => 'En bo',
+ 'and_below' => 'en onder',
+ 'clear_all' => 'Maak alles skoon',
+ 'balances' => 'Saldo\'s',
+ 'packages' => 'Pakkies',
+ 'dopings' => 'Doping',
+ 'advs' => 'Advs',
+ 'site' => 'Werf',
+ 'subscription' => 'Intekening',
+ 'created' => 'Geskep',
+ 'product_option' => [
+ 'name' => 'Produkopsie'
+ ],
+ 'option_json' => [
+ 'name' => 'Opsie'
+ ],
+ 'old_price' => [
+ 'name' => 'Ou prys'
+ ],
+ 'save_search' => 'Stoor soektog',
+ 'publish_at' => [
+ 'name' => 'Publiseer datum'
+ ],
+ 'tax' => [
+ 'name' => 'Tax'
+ ],
+ 'name_a_z' => 'Name (A to Z)',
+ 'name_z_a' => 'Name (Z to A)',
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/af/message.php b/resources/default/addons/visiosoft/advs-module/lang/af/message.php
new file mode 100644
index 000000000..df358fdbc
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/af/message.php
@@ -0,0 +1,35 @@
+ 'Die aangevraagde produk ontbreek of is onaktief',
+ 'please_payment' => 'Betaal asb',
+ 'bank_account_info' => 'Bankrekeninginligting',
+ 'agreement' => 'Deur op Publiseer te klik, stem u in tot ons gebruiksvoorwaardes en ons privaatheidsbeleid erken dat u die regmatige eienaar van hierdie artikel is.',
+ 'update_category_msg' => 'Die geklassifiseerde kategorie sal opgedateer word.',
+ 'updated_category_msg' => 'Kategorie suksesvol geredigeer.',
+ 'create_ad_with_post_cat' => [
+ 'title' => "Kategorie-keuse is voltooi.",
+ 'success' => true,
+ 'continueBtn' => "Aanhou",
+ ],
+ 'update_category_info' => 'Dateer asseblief die kategorie op.',
+ 'filter_by_search_msg' => 'Filtreer volgens soektog.',
+ 'delete_author_error' => 'U kan nie \'n boodskap verwyder wat nie aan u behoort nie',
+ 'success_delete' => 'Advertensie uitgevee',
+ 'pending_ad_status' => 'U advertensie hang af van die goedkeuring deur die redakteur.',
+ 'extended' => ': nommer advertensie (s) is suksesvol uitgebrei.',
+ 'category_not_exist' => 'Hierdie kategorie bestaan nie meer nie!',
+ 'currency_converted' => 'Valuta omgeskakel suksesvol.',
+ 'choose_user' => 'Kies \'n gebruiker',
+ 'owner_updated_successfully' => 'Die eienaar is suksesvol opgedateer!',
+ 'no_add_found' => 'Geen advertensie gevind nie!',
+ 'replicated_success' => 'Die advertensie is suksesvol herhaal!',
+ 'ad_doesnt_exist' => "Hierdie advertensie bestaan nie!",
+ 'select_location_error' => "Kies 'n plek op die kaart!",
+ 'this_ad_is_not_valid_anymore' => "Hierdie advertensie is nie meer geldig nie!",
+ 'approve_status_change' => "Jou advertensie se status is op aktief gestel!",
+ 'passive_status_change' => "Jou advertensie se status is passief gestel!",
+ 'sold_status_change' => "Jou advertensie se status is verkoop!",
+ 'status_change' => "Jou advertensie se status is ingestel op: status!",
+ 'disabled_detailed_options_for_admin_role' => "Gedetailleerde produkopsies is gedeaktiveer.",
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/af/permission.php b/resources/default/addons/visiosoft/advs-module/lang/af/permission.php
new file mode 100644
index 000000000..23ed6a067
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/af/permission.php
@@ -0,0 +1,108 @@
+ [
+ 'name' => 'Advertensies',
+ 'option' => [
+ 'read' => 'Kan advertensies gelees word?',
+ 'write' => 'Kan u advertensies skep / wysig?',
+ 'delete' => 'Kan advertensies verwyder word?',
+ ],
+ ],
+ 'categories' => [
+ 'name' => 'Kategorieë',
+ 'option' => [
+ 'read' => 'Kan kategorieë lees?',
+ 'write' => 'Kan u kategorieë skep / wysig?',
+ 'delete' => 'Kan kategorieë verwyder word?',
+ ],
+ ],
+ 'village' => [
+ 'name' => 'Dorp',
+ 'option' => [
+ 'read' => 'Kan dorpie lees?',
+ 'write' => 'Kan u dorp skep of wysig?',
+ 'delete' => 'Kan dorp verwyder?',
+ ],
+ ],
+ 'custom_fields' => [
+ 'name' => 'Pasgemaakte velde',
+ 'option' => [
+ 'read' => 'Kan u eie velde lees?',
+ 'write' => 'Kan u eie velde skep / wysig?',
+ 'delete' => 'Kan persoonlike velde verwyder word?',
+ ],
+ ],
+ 'custom_field_advs' => [
+ 'name' => 'Pasgemaakte veldadvertensies',
+ 'option' => [
+ 'read' => 'Kan u persoonlike veldadvertensies lees?',
+ 'write' => 'Kan u persoonlike veldadvertensies skep / wysig?',
+ 'delete' => 'Kan u persoonlike veldadvertensies verwyder?',
+ ],
+ ],
+ 'cf_values' => [
+ 'name' => 'Cf waardes',
+ 'option' => [
+ 'read' => 'Kan CF-waardes lees?',
+ 'write' => 'Kan CF-waardes skep / wysig?',
+ 'delete' => 'Kan CF-waardes uitvee?',
+ ],
+ ],
+ 'options' => [
+ 'name' => 'Opsies',
+ 'option' => [
+ 'read' => 'Kan opsies lees?',
+ 'write' => 'Kan u opsies skep / wysig?',
+ 'delete' => 'Kan opsies verwyder?',
+ ],
+ ],
+ 'productoptions' => [
+ 'name' => 'Produkopsies',
+ 'option' => [
+ 'read' => 'Kan produkopsies gelees word?',
+ 'write' => 'Kan u produkopsies skep / wysig?',
+ 'delete' => 'Kan produkopsies verwyder word?',
+ ],
+ ],
+ 'productoptions_value' => [
+ 'name' => 'Produksie-waarde',
+ 'option' => [
+ 'read' => 'Kan die waarde van die produkopsies gelees word?',
+ 'write' => 'Kan produkopsies waarde skep / wysig?',
+ 'delete' => 'Kan die waarde van die produkopsies verwyder word?',
+ ],
+ ],
+ 'options_configuration' => [
+ 'name' => 'Opsies opset',
+ 'option' => [
+ 'read' => 'Kan opsies opstel lees?',
+ 'write' => 'Kan u die konfigurasie van opsies skep / wysig?',
+ 'delete' => 'Kan konfigurasie van opsies verwyder?',
+ ],
+ ],
+ 'option_configuration' => [
+ 'name' => 'Opsiekonfigurasie',
+ 'option' => [
+ 'read' => 'Kan opsieopsie lees?',
+ 'write' => 'Kan die opstelling van die opsie skep / wysig?',
+ 'delete' => 'Kan opsiekonfigurasie verwyder?',
+ ],
+ ],
+ 'option_configuration' => [
+ 'name' => 'Opsiekonfigurasie',
+ 'option' => [
+ 'read' => 'Kan opsieopsie lees?',
+ 'write' => 'Kan die opstelling van die opsie skep / wysig?',
+ 'delete' => 'Kan opsiekonfigurasie verwyder?',
+ ],
+ ],
+ 'status' => [
+ 'name' => 'Status',
+ 'option' => [
+ 'read' => 'Kan status lees?',
+ 'write' => 'Kan u status skep / wysig?',
+ 'delete' => 'Kan status verwyder word?',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/af/section.php b/resources/default/addons/visiosoft/advs-module/lang/af/section.php
new file mode 100644
index 000000000..4056e91d4
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/af/section.php
@@ -0,0 +1,64 @@
+ [
+ 'title' => 'Advertensies',
+ ],
+ 'categories' => [
+ 'title' => 'Kategorieë',
+ ],
+ 'countries' => [
+ 'title' => 'Lande',
+ ],
+ 'cities' => [
+ 'title' => 'Stede',
+ ],
+ 'districts' => [
+ 'title' => 'Distrikte',
+ ],
+ 'neighborhoods' => [
+ 'title' => 'Wyk',
+ ],
+ 'village' => [
+ 'title' => 'Dorp',
+ ],
+ 'custom_fields' => [
+ 'title' => 'Pasgemaakte velde',
+ ],
+ 'custom_field_advs' => [
+ 'title' => 'Pasgemaakte veldadvertensies',
+ ],
+ 'cf_values' => [
+ 'title' => 'Cf waardes',
+ ],
+ 'fields' => [
+ 'title' => 'Pasgemaakte velde'
+ ],
+ 'assets_clear' => [
+ 'name' => 'Bates duidelik'
+ ],
+ 'general' => 'Generaal',
+ 'ads' => 'Advertensies',
+ 'user' => 'Gebruiker',
+ 'filter' => 'Filtreer',
+ 'create_ad' => 'Skep advertensie',
+ 'options' => [
+ 'title' => 'Opsies',
+ ],
+ 'ads_image' => 'Advertensieprent',
+ 'product_options' => [
+ 'title' => 'Opsies',
+ ],
+ 'productoptions_value' => [
+ 'title' => 'Opsies Waarde',
+ ],
+ 'option_configuration' => [
+ 'title' => 'Konfigurasie',
+ ],
+ 'translations' => 'Vertalings',
+ 'status' => [
+ 'title' => 'Status',
+ ],
+ 'ads_detail' => 'Advertensiebesonderhede',
+
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/af/setting.php b/resources/default/addons/visiosoft/advs-module/lang/af/setting.php
new file mode 100644
index 000000000..16d7765f7
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/af/setting.php
@@ -0,0 +1,286 @@
+ [
+ 'name' => 'Goedkeur outomaties',
+ ],
+ 'default_view_type' => [
+ 'name' => 'Verstekaansig-tipe',
+ ],
+ 'hide_zero_price' => [
+ 'name' => 'Versteek prys as nul',
+ 'instructions' => 'Versteek die prys as die advertensieprys 0 is',
+ ],
+ 'estimated_pending_time' => [
+ 'name' => 'Geskatte wagtyd',
+ 'instructions' => 'In Ure',
+ ],
+ 'default_published_time' => [
+ 'name' => 'Verstek publiseringstyd',
+ ],
+ 'address' => [
+ 'name' => 'Kontak adres',
+ ],
+ 'phone' => [
+ 'name' => 'Kontak telefoon',
+ ],
+ 'favicon' => [
+ 'name' => 'Favicon',
+ ]
+ , 'map_coordinates_long' => [
+ 'name' => 'Kaart lang koördinaat',
+ ],
+ 'map_coordinates_lat' => [
+ 'name' => 'Kaart Lat Koördinaat',
+ ],
+ 'iban_numbers' => [
+ 'name' => 'IBAN',
+ ],
+ 'logo' => [
+ 'name' => 'Logo',
+ ],
+ 'ogImage' => [
+ 'name' => 'Sosiale Deel-logo',
+ 'warning' => 'Dit moet \'n resolusie van 1200 x 630 hê. ',
+
+ ],
+ 'currencies' => [
+ 'name' => 'Aktiewe geldeenhede',
+ ],
+ 'latest-limit' => [
+ 'name' => 'Laaste limiet',
+ ],
+ 'site_address' => [
+ 'name' => 'Werfadres',
+ 'warning' => 'Auto bygevoeg www. www.sitename.com ',
+ ],
+ 'google_map_key' => [
+ 'name' => 'Google Map Api-sleutel',
+ ],
+
+ 'default_country' => [
+ 'name' => 'Verstek advertensieland',
+ ],
+ 'hide_price_categories' => [
+ 'name' => 'Versteek prys op kategorieë',
+ 'instructions' => 'Die prys sal weggesteek word as u \'n advertensie skep of \'n advertensie onder hierdie kategorieë sien.'
+ ],
+ 'free_currencyconverterapi_key' => [
+ 'name' => 'Valuta-omskakelaar API-sleutel'
+ ],
+ 'default_city' => [
+ 'name' => 'Verstek advertensie stad',
+ ],
+ 'default_district' => [
+ 'name' => 'Verstek advertensiedistrik',
+ ],
+ 'default_neighborhood' => [
+ 'name' => 'Standaard advertensiebuurt',
+ ],
+ 'default_currency' => [
+ 'name' => 'Verstek advertensiegeldeenheid',
+ ],
+ 'default_GET' => [
+ 'name' => 'Standaardadvertensie GET',
+ ],
+ 'twitter' => [
+ 'name' => 'Twitter',
+ ],
+ 'facebook' => [
+ 'name' => 'Facebook',
+ ],
+ 'youtube' => [
+ 'name' => 'Youtube',
+ ],
+ 'google' => [
+ 'name' => 'Google',
+ ],
+ 'listing_page_image' => [
+ 'name' => 'Lys bladsyprent',
+ ],
+ 'hide_standard_price_field' => [
+ 'name' => 'Versteek standaardprysveld',
+ ],
+ 'hide_options_field' => [
+ 'name' => 'Versteek opsiesveld',
+ ],
+ 'hide_village_field' => [
+ 'name' => 'Versteek Village Field',
+ ],
+ 'hide_configurations' => [
+ 'name' => 'Versteek die Configuration Button',
+ 'instructions' => 'Versteek die Configurations-knoppie op die bladsy met voorskou van advertensies',
+ ],
+ 'make_all_fields_required' => [
+ 'name' => 'Maak alle velde vereis',
+ 'instructions' => 'Vereis dat die gebruiker die prys- en beskrywingsvelde moet invul wanneer hy \'n advertensie skep',
+ ],
+ 'make_map_required' => [
+ 'name' => 'Maak kaart verlang',
+ 'instructions' => 'Vereis dat die gebruiker \'n speld op die kaart moet plaas wanneer hy \'n advertensie skep',
+ ],
+ 'hide_listing_standard_price' => [
+ 'name' => 'Versteek die lys van standaardpryse',
+ ],
+ 'enabled_currencies' => [
+ 'name' => 'Geaktiveerde geldeenhede',
+ ],
+ 'google_statistic_code' => [
+ 'name' => 'Google Statistieke Kode',
+ ],
+ 'register_email_field' => [
+ 'name' => 'E-posvereiste vir lidregistrasie',
+ ],
+ 'market_place' => [
+ 'name' => 'Markplein',
+ 'instructions' => 'If the marketplace is down, your site will act as ecommerce. For example,
+ some fields in the profile such as ads, dopings, messages, sale, packages and store are not visible and
+ removes corporate membership.'
+ ],
+ 'price_area_hidden' => [
+ 'name' => 'Prysarea versteek',
+ ],
+ 'hide_price_filter' => [
+ 'name' => 'Versteek prysfilter',
+ ],
+ 'hide_date_filter' => [
+ 'name' => 'Versteek datumfilter',
+ ],
+ 'hide_photo_filter' => [
+ 'name' => 'Versteek fotofilter',
+ ],
+ 'hide_map_filter' => [
+ 'name' => 'Versteek kaartfilter',
+ ],
+ 'show_lang_url' => [
+ 'name' => 'Wys Lang-parameter vir URL',
+ ],
+ 'popular_ads_limit' => [
+ 'name' => 'Gewilde advertensieperk',
+ ],
+
+ //Image
+
+ 'image_resize_backend' => [
+ 'name' => 'Beeld grootte van agterkant',
+ ],
+ 'full_image_width' => [
+ 'name' => 'Volledige beeldwydte',
+ ],
+ 'full_image_height' => [
+ 'name' => 'Volledige beeldhoogte',
+ ],
+ 'medium_image_width' => [
+ 'name' => 'Medium beeldwydte',
+ ],
+ 'medium_image_height' => [
+ 'name' => 'Medium beeldhoogte',
+ ],
+ 'thumbnail_width' => [
+ 'name' => 'Miniatuurbreedte',
+ ],
+ 'thumbnail_height' => [
+ 'name' => 'Duimnaelhoogte',
+ ],
+ 'add_canvas' => [
+ 'name' => 'Voeg doek by',
+ ],
+ 'image_canvas_width' => [
+ 'name' => 'Beelddoekbreedte',
+ ],
+ 'image_canvas_height' => [
+ 'name' => 'Beeld Doek Hoogte',
+ ],
+ 'watermark_type' => [
+ 'name' => 'Watermerk Tipe',
+ ],
+ 'watermark_text' => [
+ 'name' => 'Watermerkteks',
+ ],
+ 'watermark_image' => [
+ 'name' => 'Watermerkbeeld',
+ ],
+ 'watermark_position' => [
+ 'name' => 'Watermerkposisie',
+ ],
+ 'user_filter_limit' => [
+ 'name' => 'Gebruikersfilterlimiet',
+ 'instructions' => 'In die adminpaneel'
+ ],
+ 'show_breadcrumb_when_creating_ad' => [
+ 'name' => 'Wys broodkrummels as u \'n advertensie skep',
+ ],
+ 'show_ads_count' => [
+ 'name' => 'Vertoon-advertensietelling',
+ 'instructions' => 'Vertoon advertensies tel op die linkerkategorieëlys',
+ ],
+ 'ads_date_hidden' => [
+ 'name' => 'Versteek geskep datum',
+ 'instructions' => 'Versteek die geskepde datum in die besonderhede-bladsy',
+ ],
+ 'hide_listing_header' => [
+ 'name' => 'Versteek koplys van lys',
+ 'instructions' => 'Versteek na bestelling en besigtigingstipes',
+ ],
+ 'hide_filter_section' => [
+ 'name' => 'Versteek die filterafdeling',
+ 'instructions' => 'Versteek na die linker filterarea op die lys bladsy',
+ ],
+ 'hide_seller_info' => [
+ 'name' => 'Versteek verkoperinligting',
+ 'instructions' => 'Versteek inligting aan die verkoper op die besonderhede bladsy',
+ ],
+ 'show_post_ad_agreement' => [
+ 'name' => 'Toon advertensie-ooreenkoms',
+ 'instructions' => 'Skakel dit aan as u \'n privaatheidsbeleidsooreenkoms op die advertensie-bladsy wil vertoon',
+ ],
+ 'override_text' => [
+ 'name' => 'Ignoreer teks',
+ 'instructions' => 'Ou waarde: nuwe waarde'
+ ],
+ 'steps_color' => [
+ 'name' => 'Stappe Kleur',
+ 'instructions' => 'Verander die progressiewe trappie kleur.'
+ ],
+ 'create_ad_button_color' => [
+ 'name' => 'Skep kleur van advertensieknoppie',
+ 'instructions' => 'Verander die knoppie wat verskyn wanneer die nuwe advertensiekategorie gekies is.'
+ ],
+ 'lang_switcher_for_browser' => [
+ 'name' => 'Lang skakelaar vir blaaier',
+ 'instructions' => 'Hiermee kan u blaastaal as aktiewe taal kies'
+ ],
+ 'get_categories' => [
+ 'name' => 'KRY Kategorieë',
+ 'instructions' => 'Dit verteenwoordig die kategorieë waarin die GET-eiendom geldig sal wees.'
+ ],
+ 'watermark' => [
+ 'name' => 'Watermerk',
+ 'instructions' => 'Is watermerk aktief?'
+ ],
+ 'detailed_product_options' => [
+ 'name' => 'Gedetailleerde produkopsies',
+ 'instructions' => 'Hiermee kan u voorraad- en prysinligting vir die produk invoer'
+ ],
+ 'show_subcats_mobile' => [
+ 'name' => 'Wys subkategorieë op mobiele aansig',
+ ],
+ 'show_price_to_members_only' => [
+ 'name' => 'Wys prys slegs vir lede',
+ ],
+ 'hide_ad_cat' => [
+ 'name' => 'Versteek kategorieë',
+ 'instructions' => 'Versteek kategorieë in advertensielys'
+ ],
+ 'show_finish_and_publish_date' => [
+ 'name' => 'Toon einddatum en publiseer datum vir skep',
+ 'instructions' => 'Vertoon die velde publish_at en finish_at op die bladsy vir die skep van advertensies.'
+ ],
+ 'show_tax_field' => [
+ 'name' => 'Show Tax Field',
+ 'instructions' => 'When this option is enabled, you can set the tax rate on the ad creation page.'
+ ],
+ 'hide_contact_created_at' => [
+ 'name' => 'Hide Contact Fields For in Create New Ad'
+ ]
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/af/stream.php b/resources/default/addons/visiosoft/advs-module/lang/af/stream.php
new file mode 100644
index 000000000..d82246d6f
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/af/stream.php
@@ -0,0 +1,37 @@
+ [
+ 'name' => 'Advs',
+ ],
+ 'categories' => [
+ 'name' => 'Kategorieë',
+ ],
+ 'village' => [
+ 'name' => 'Dorp',
+ ],
+ 'custom_fields' => [
+ 'name' => 'Pasgemaakte velde',
+ ],
+ 'custom_field_advs' => [
+ 'name' => 'Custom veld advs',
+ ],
+ 'cf_values' => [
+ 'name' => 'Cf waardes',
+ ],
+ 'options' => [
+ 'name' => 'Opsies',
+ ],
+ 'product_options' => [
+ 'name' => 'Produkopsies',
+ ],
+ 'productoptions_value' => [
+ 'name' => 'Opsiewaarde',
+ ],
+ 'option_configuration' => [
+ 'name' => 'Konfigurasie',
+ ],
+ 'status' => [
+ 'name' => 'Status',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/af/view.php b/resources/default/addons/visiosoft/advs-module/lang/af/view.php
new file mode 100644
index 000000000..4da2bf08f
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/af/view.php
@@ -0,0 +1,6 @@
+ 'Onvoltooid',
+ 'advanced' => 'Gevorderd',
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/ar/addon.php b/resources/default/addons/visiosoft/advs-module/lang/ar/addon.php
new file mode 100644
index 000000000..3a1da7224
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/ar/addon.php
@@ -0,0 +1,8 @@
+ 'إعلانات',
+ 'name' => 'وحدة الإعلانات',
+ 'description' => 'وحدة الإعلانات',
+ 'info' => 'This is the screen where you can add, delete and edit ads from the Ads page. On this page, you can simply do the operations such as post management and ad configuration.'
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/ar/button.php b/resources/default/addons/visiosoft/advs-module/lang/ar/button.php
new file mode 100644
index 000000000..c7ee17978
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/ar/button.php
@@ -0,0 +1,48 @@
+ 'اعلان جديد',
+ 'new_classified' => 'تصنيف جديد',
+ 'new_category' => 'فئة جديدة',
+ 'new_country' => 'بلد جديد',
+ 'new_city' => 'مدينة جديدة',
+ 'new_district' => 'حي جديد',
+ 'new_neighborhood' => 'حي جديد',
+ 'new_village' => 'قرية جديدة',
+ 'edit' => "تعديل",
+ 'approve' => "يوافق",
+ 'decline' => 'انخفاض',
+ 'extend' => 'تمديد',
+ 'extend_all' => 'تمديد الكل',
+ 'convert_currency' => 'تحويل العملة',
+ 'categories' => 'التصنيفات',
+ 'sub_category' => 'الفئات الفرعية',
+ 'add_sub_category' => 'إضافة فئة فرعية',
+ 'sub_cities' => 'مدن فرعية',
+ 'add_sub_cities' => 'إضافة مدينة فرعية',
+ 'add_sub_districts' => 'إضافة منطقة فرعية',
+ 'add_sub_neighborhoods' => 'إضافة الحي الفرعي',
+ 'add_sub_village' => 'أضف قرية فرعية',
+ 'sub_districts' => 'المناطق الفرعية',
+ 'sub_neighborhoods' => 'الأحياء الفرعية',
+ 'sub_village' => 'قرية فرعية',
+ 'general_settings' => 'الاعدادات العامة',
+ 'save_category' => 'حفظ الفئة',
+ 'change_owner' => 'تغير المالك',
+ 'update_category' => [
+ 'name' => 'تحديث الفئة'
+ ],
+ 'new_option' => 'خيار جديد',
+ 'export' => 'تصدير',
+ 'new_productoption' => 'خيار منتج جديد',
+ 'new_productoptions_value' => 'قيمة خيار منتج جديد',
+ 'new_options_configuration' => 'تكوين خيار جديد',
+ 'new_option_configuration' => 'تكوين خيار جديد',
+ 'create_configurations' => 'تكوين التكوينات',
+ 'replicate' => 'استنساخ',
+ 'fast_create' => 'إنشاء سريع',
+ 'publish' => 'ينشر',
+ 'import' => 'استيراد',
+ 'new_status' => 'حالة جديدة',
+ 'fast_edit' => 'تحرير سريع',
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/ar/currency.php b/resources/default/addons/visiosoft/advs-module/lang/ar/currency.php
new file mode 100644
index 000000000..66cb8f89a
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/ar/currency.php
@@ -0,0 +1,6 @@
+ 'دولار',
+ 'EUR' => 'اليورو',
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/ar/field.php b/resources/default/addons/visiosoft/advs-module/lang/ar/field.php
new file mode 100644
index 000000000..7847ead79
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/ar/field.php
@@ -0,0 +1,385 @@
+ [
+ 'name' => 'عنوان'
+ ],
+ 'order' => [
+ 'name' => 'طلب'
+ ],
+ 'slug' => [
+ 'name' => 'سبيكة'
+ ],
+ 'parent_category' => [
+ 'name' => 'الأبوين'
+ ],
+ 'category' => [
+ 'name' => 'عنوان الفئة'
+ ],
+ 'price' => [
+ 'name' => 'السعر'
+ ],
+ 'standard_price' => [
+ 'name' => 'سعر قياسي'
+ ],
+ 'date' => [
+ 'name' => 'تاريخ'
+ ],
+ 'photo' => [
+ 'name' => 'صورة فوتوغرافية'
+ ],
+ 'video' => [
+ 'name' => 'فيديو'
+ ],
+ 'map' => [
+ 'name' => 'خريطة'
+ ],
+ 'stock' => [
+ 'name' => 'مخزون'
+ ],
+ 'advs_desc' => [
+ 'name' => 'وصف'
+ ],
+ 'online_payment' => [
+ 'name' => 'الدفع الالكتروني'
+ ],
+ 'city' => [
+ 'name' => 'مدينة'
+ ],
+ 'country' => [
+ 'name' => 'بلد'
+ ],
+ 'district' => [
+ 'name' => 'منطقة'
+ ],
+ 'neighborhood' => [
+ 'name' => 'حي'
+ ],
+ 'village' => [
+ 'name' => 'قرية'
+ ],
+ 'files' => [
+ 'name' => 'صور'
+ ],
+ 'cat1' => [
+ 'name' => 'الفئة الرئيسية'
+ ],
+ 'cat2' => [
+ 'name' => 'الفئة الفرعية 1'
+ ],
+ 'cat3' => [
+ 'name' => 'الفئة الفرعية 2'
+ ],
+ 'cat4' => [
+ 'name' => 'الفئة الفرعية 3'
+ ],
+ 'cat5' => [
+ 'name' => 'الفئة الفرعية 4'
+ ],
+ 'cat6' => [
+ 'name' => 'الفئة الفرعية 5'
+ ],
+ 'cat7' => [
+ 'name' => 'الفئة الفرعية 6'
+ ],
+ 'cat8' => [
+ 'name' => 'الفئة الفرعية 7'
+ ],
+ 'cat9' => [
+ 'name' => 'الفئة الفرعية 8'
+ ],
+ 'cat10' => [
+ 'name' => 'الفئة الفرعية 9'
+ ],
+ 'currency' => [
+ 'name' => 'دقة'
+ ],
+ 'status' => [
+ 'name' => 'الحالة',
+ 'option' => [
+ 'approved' => 'وافق',
+ 'expired' => 'منتهية الصلاحية',
+ 'unpublished' => 'غير منشورة',
+ 'pending_admin' => 'في انتظار الادارية',
+ 'pending_user' => 'في انتظار المستخدم'
+ ]
+ ],
+ 'pending_adv' => [
+ 'name' => 'اعلانات معلقة'
+ ],
+ 'finish_at' => [
+ 'name' => 'ينتهي عند'
+ ],
+ 'cover_photo' => [
+ 'name' => 'صورة الغلاف'
+ ],
+ 'favs_adv' => [
+ 'name' => 'الصوت العربي الحر الإعلانات'
+ ],
+ 'my_adv' => [
+ 'name' => 'ADVS'
+ ],
+ 'description' => 'وصف',
+ 'explanation' => 'تفسير',
+ 'type' => [
+ 'name' => 'نوع'
+ ],
+ 'parent_adv' => [
+ 'name' => 'إعلان ذو صلة'
+ ],
+ 'value' => [
+ 'name' => 'القيمة'
+ ],
+ 'list' => 'قائمة',
+ 'home' => 'الصفحة الرئيسية',
+ 'list-page' => 'قائمة الصفحة',
+ 'search' => 'بحث',
+ 'reset' => 'Reset',
+ 'recommended' => 'الإعلانات الموصى بها لك',
+ 'filter' => 'منقي',
+ 'sort' => 'فرز',
+ 'sort_by' => 'ترتيب حسب',
+ 'pick_option' => 'اختيار خيار',
+ 'pick_ordering' => 'تنظيم',
+ 'price_high' => 'السعر الاعلى الى الادنى',
+ 'price_low' => 'السعر من الارخص للاعلى',
+ 'newest' => 'الأحدث',
+ 'oldest' => 'الأقدم',
+ 'address_a_z' => 'العنوان (من الألف إلى الياء)',
+ 'address_z_a' => 'العنوان (ي إلى أ)',
+ 'categories' => [
+ 'name' => 'التصنيفات'
+ ],
+ 'all_categories' => 'جميع الفئات',
+ 'location' => 'موقعك',
+ 'send_message' => 'إرسال رسالة',
+ 'phone_gsm' => 'جي إس إم الهاتف',
+ 'phone_office' => 'هاتف المكتب',
+ 'add_to_favorites' => "اضافة الى المفضلة",
+ 'send' => 'إرسال',
+ 'search_name' => 'اسم البحث',
+ 'my_favorite_searches' => 'عمليات البحث المفضلة',
+ 'search_desc' => 'يمكنك إضافة وإدارة اختيارات البحث المفضلة لديك هنا.',
+ 'complaint_placeholder' => 'اكتب تفاصيل شكواك هنا.',
+ 'show_details' => 'اظهر التفاصيل',
+ 'ad_actions' => 'إجراءات الإعلان',
+ 'edit' => 'تصحيح',
+ 'approve' => 'يوافق',
+ 'passive' => "مبني للمجهول",
+ 'sold' => 'تم البيع',
+ 'offered_by' => 'مقدم بواسطة',
+ 'more_ads_by' => 'المزيد من الإعلانات بواسطة',
+ 'click_phone' => 'عرض رقم الهاتف',
+ 'share' => 'شارك',
+ 'report' => 'الإبلاغ عن هذا الإعلان',
+ 'features' => 'المميزات',
+ "streetview" => "منظر الشارع",
+ 'recommended_ads' => 'الإعلانات الموصى بها لك',
+ 'new' => 'الجديد',
+ 'short_info' => 'معلومات قصيرة',
+ 'secure_trading' => 'تجارة آمنة',
+ '24/7' => '24/7 الدعم',
+ 'easy_trading' => 'سهل التداول',
+ 'need_help' => 'تحتاج مساعدة؟',
+ 'give_a_call' => 'إعطاء دعوة على',
+ 'message_sent' => 'تم الارسال!',
+ 'asap' => 'الرسالة المرسلة ، البائع سوف نتصل بك في اسرع وقت ممكن.',
+ 'ad_id' => 'معرف الإعلان',
+ 'contact_with' => 'تواصل مع',
+ 'create_adv' => 'أعلن',
+ 'edit_adv' => 'تحرير الإعلان',
+ 'mandatory_fields' => 'الحقول الإلزامية',
+ 'ad_post' => 'مشاركة الإعلان',
+ 'sell_item' => 'بيع عنصر أو خدمة',
+ 'search_save' => 'تم حفظ البحث المفضل بنجاح',
+ 'address' => 'عنوان',
+ 'email' => 'البريد الإلكتروني',
+ 'phone' => 'هاتف',
+ 'send_us_your_feedback' => 'أرسل لنا ملاحظاتك',
+ 'online_shopping' => 'احصل على',
+ 'approved' => 'تمت الموافقة بنجاح',
+ 'extended' => 'مددت بنجاح',
+ 'declined' => 'رفض بنجاح',
+ 'search_on_map' => 'البحث على الخريطة',
+ 'post_free_ad' => 'نشر إعلان مجاني',
+ 'select_a_category' => 'اختر تصنيف',
+ 'select_a_sub_category' => 'حدد فئة فرعية',
+ 'all_dopings_added' => 'تتم إضافة جميع أنواع المنشطات لهذا الإعلان.',
+ 'is_get_adv' => [
+ 'name' => 'احصل على'
+ ],
+ 'corporate_info' => 'معلومات الشركة',
+ 'featured_ads' => "إعلانات مميزة",
+ 'trending_ads' => 'إعلانات Trendind',
+ 'search_ad_result_prefix' => 'على',
+ 'search_ad_result_text' => ': عدد تم العثور على إعلانات في : اسم بحث',
+ 'search_ads_result_message' => [
+ 'name' => ': عدد الإعلانات التي تم العثور عليها لـ:search name',
+ ],
+ 'total' => 'مجموع',
+ 'quantity' => 'كمية',
+ 'view_cart' => 'عرض العربة',
+ 'no_ads' => 'لا اعلانات!',
+ 'show_display_mode' => [
+ 'map' => 'خريطة',
+ 'list' => 'قائمة',
+ ],
+ 'advs_list_table_thead' => [
+ 'name' => 'اسم الإعلان',
+ 'price' => 'السعر',
+ 'publish_at' => 'تاريخ الإعلان',
+ 'location_city' => 'مدينة',
+ 'location_country' => 'بلد',
+ ],
+ 'show_list_view' => [
+ 'name' => 'قائمة',
+ ],
+ 'show_table_view' => [
+ 'name' => 'الطاولة',
+ ],
+ 'showcase' => [
+ 'name' => 'عرض',
+ ],
+ 'new_ad' => [
+ 'name' => 'إعلان جديد',
+ ],
+ 'profile' => [
+ 'name' => 'الملف الشخصي',
+ ],
+ 'my_ads' => [
+ 'name' => 'إعلاناتي',
+ ],
+ 'sold_out' => [
+ 'name' => 'بيعت كلها',
+ ],
+ 'edit_category' => 'تحرير الفئة',
+ 'set_category' => 'حدد الفئة',
+ 'max' => [
+ 'name' => 'ماكس',
+ ],
+ 'min' => [
+ 'name' => 'دقيقة',
+ ],
+ 'in_the_last_24_hours' => [
+ 'name' => 'في ال 24 ساعة الماضية'
+ ],
+ 'in_the_last_day' => [
+ 'name' => 'في آخر 24 ساعة'
+ ],
+ 'in_the_last_week' => [
+ 'name' => 'في الأسبوع الماضي'
+ ],
+ 'in_the_last_month' => [
+ 'name' => 'في الشهر الماضي'
+ ],
+ 'ads_with_photo' => [
+ 'name' => 'الإعلانات مع الصور'
+ ],
+ 'ads_with_video' => [
+ 'name' => 'الإعلانات مع الفيديو'
+ ],
+ 'yes' => [
+ 'name' => 'نعم'
+ ],
+ 'no' => [
+ 'name' => 'لا'
+ ],
+ 'is_system' => [
+ 'name' => 'هو نظام',
+ 'instructions' => 'حالة النظام مطلوبة ولا يجب تغييرها',
+ ],
+ 'user_access' => [
+ 'name' => 'وصول المستخدم',
+ 'instructions' => 'هل يمكن للمستخدم استخدام هذه الحالة في إعلاناته؟',
+ ],
+ "no_location" => "لا يوجد موقع محدد.",
+ "continue" => 'استمر',
+ "gallery" => 'صالة عرض',
+ "ad" => 'ميلادي',
+ "ads" => 'إعلانات',
+ "were_found" => 'تم ايجادها.',
+
+ // Pending screen
+ 'pending_message_1' => 'الإعلان قيد عملية الموافقة',
+ 'pending_message_2' => "تاريخ تحديث الإعلان",
+ 'pending_message_3' => 'وقت الانتظار المقدر',
+ 'pending_message_4' => 'سيتم إضافة الوقت المستغرق في عملية الموافقة إلى وقت تناول المنشطات.',
+ 'pending_message_5' => 'لا يمكن إجراء معاملات من مركز الاتصال بخصوص الإعلان في عملية الموافقة.',
+ 'hours' => 'ساعات',
+
+ // Preview page
+ 'preview_text' => [
+ 'part_1' => 'إذا كانت المعلومات التالية حول إعلانك صحيحة ، فانقر فوق الزر "متابعة" وانتقل إلى الخطوة التالية.',
+ 'part_2' => 'إذا لم يكن كذلك ، انقر فوق الزر "تحرير".',
+ ],
+ 'views' => 'الآراء',
+
+ // Detail page
+ "no_street_view" => "لا توجد صورة التجوّل الافتراضي في هذا الموقع",
+ 'edit_my_contact_info' => 'تحرير معلومات الاتصال الخاصة بي',
+ 'update_my_contact_info' => 'تحديث معلومات الاتصال الخاصة بي',
+ 'contact_info' => 'معلومات للتواصل',
+ 'ad_info' => 'معلومات الإعلان',
+
+ // Select cat
+ 'select_category_step_by_step' => 'حدد الفئة خطوة بخطوة',
+
+ // New create page
+ 'options' => 'خيارات',
+ 'category_selection' => 'اختيار الفئة',
+ 'listing_details' => 'تفاصيل قائمة',
+ 'preview' => 'معاينة',
+ 'congratulations' => 'تهانينا',
+ 'ad_desc' => 'وصف الإعلان',
+ 'upload_photos' => 'تحميل الصور',
+ 'upload_files' => 'تحميل الملفات',
+ 'additional_fields' => 'حقول إضافية',
+ 'ad_location' => 'موقع الإعلان',
+ 'owner' => 'صاحب',
+ 'default_owner_instruction' => 'سيتحول المالك إلى المستخدم الحالي افتراضيًا إذا لم يتم تحديد أي مستخدم',
+ 'create_page_subtitle' => 'قم بإنشاء الإعلان بشكل لا تشوبه شائبة عن طريق إدخال معلومات مفصلة حول إعلانك.',
+ 'with_my_phone_numbers' => 'With my phone numbers',
+ 'not_with_my_phone_numbers' => "I don't want to be reached by phone",
+ 'how_can_you_be_contacted' => "How can you be contacted?",
+
+ // Listing page
+ 'ad_title' => 'عنوان الاعلان',
+ 'listing_date' => 'تاريخ الإدراج',
+ 'view' => 'منظر',
+ 'ads_with_map' => 'الإعلانات مع الخريطة',
+ 'advanced_sorting' => 'الفرز المتقدم',
+ 'filter_by_word' => 'تصفية بالكلمة',
+ 'filter_by' => 'التصفية حسب: الاسم',
+
+ 'free' => 'مجانا',
+ 'ad_date' => 'تاريخ الإعلان',
+ 'photo_video' => 'صور وفيديو',
+ 'and_above' => 'و ما فوق',
+ 'and_below' => 'و تحت',
+ 'clear_all' => 'امسح الكل',
+ 'balances' => 'الرصيد',
+ 'packages' => 'الحزمة',
+ 'dopings' => 'المنشطات',
+ 'advs' => 'Advs',
+ 'site' => 'الموقع',
+ 'subscription' => 'اشتراك',
+ 'created' => 'خلقت',
+ 'product_option' => [
+ 'name' => 'خيار المنتج'
+ ],
+ 'option_json' => [
+ 'name' => 'اختيار'
+ ],
+ 'old_price' => [
+ 'name' => 'سعر قديم'
+ ],
+ 'save_search' => 'حفظ البحث',
+ 'publish_at' => [
+ 'name' => 'تاريخ النشر'
+ ],
+ 'tax' => [
+ 'name' => 'Tax'
+ ],
+ 'name_a_z' => 'Name (A to Z)',
+ 'name_z_a' => 'Name (Z to A)',
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/ar/message.php b/resources/default/addons/visiosoft/advs-module/lang/ar/message.php
new file mode 100644
index 000000000..462837a12
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/ar/message.php
@@ -0,0 +1,35 @@
+ 'المنتج المطلوب مفقود أو غير نشط حاليًا',
+ 'please_payment' => 'يرجى الدفع',
+ 'bank_account_info' => 'معلومات الحساب المصرفي',
+ 'agreement' => 'بالنقر فوق نشر ، فأنت توافق على شروط الاستخدام وسياسة الخصوصية الخاصة بنا وتقر بأنك المالك الشرعي لهذا العنصر.',
+ 'update_category_msg' => 'سيتم تحديث الفئة المبوبة.',
+ 'updated_category_msg' => 'تم تعديل الفئة بنجاح.',
+ 'create_ad_with_post_cat' => [
+ 'title' => "تم الانتهاء من اختيار الفئة.",
+ 'success' => true,
+ 'continueBtn' => "استمر",
+ ],
+ 'update_category_info' => 'يرجى تحديث الفئة.',
+ 'filter_by_search_msg' => 'تصفية حسب البحث.',
+ 'delete_author_error' => 'لا يمكنك حذف منشور لا يخصك',
+ 'success_delete' => 'تم حذف الإعلان',
+ 'pending_ad_status' => 'إعلانك في انتظار موافقة المحرر.',
+ 'extended' => ': تم تمديد عدد الإعلانات بنجاح.',
+ 'category_not_exist' => 'هذه الفئة لم تعد موجودة!',
+ 'currency_converted' => 'تم تحويل العملة بنجاح.',
+ 'choose_user' => 'اختر مستخدمًا',
+ 'owner_updated_successfully' => 'تم تحديث المالك بنجاح!',
+ 'no_add_found' => 'لا يوجد إعلان!',
+ 'replicated_success' => 'تم نسخ الإعلان بنجاح!',
+ 'ad_doesnt_exist' => "هذا الإعلان غير موجود!",
+ 'select_location_error' => "الرجاء تحديد موقع على الخريطة!",
+ 'this_ad_is_not_valid_anymore' => "هذا الإعلان غير صالح بعد الآن!",
+ 'approve_status_change' => "تم تعيين حالة إعلانك على نشطة!",
+ 'passive_status_change' => "تم تعيين حالة إعلانك على سلبية!",
+ 'sold_status_change' => "تم تعيين حالة إعلانك على البيع!",
+ 'status_change' => "تم تعيين حالة إعلانك على: الحالة!",
+ 'disabled_detailed_options_for_admin_role' => "تم تعطيل خيارات المنتج التفصيلية.",
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/ar/permission.php b/resources/default/addons/visiosoft/advs-module/lang/ar/permission.php
new file mode 100644
index 000000000..adc8e7c71
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/ar/permission.php
@@ -0,0 +1,108 @@
+ [
+ 'name' => 'إعلانات',
+ 'option' => [
+ 'read' => 'يمكن قراءة الإعلانات؟ ',
+ 'write' => 'يمكن إنشاء / تعديل الإعلانات؟ ',
+ 'delete' => 'يمكن حذف الإعلانات؟',
+ ],
+ ],
+ 'categories' => [
+ 'name' => 'الاقسام',
+ 'option' => [
+ 'read' => 'يمكن قراءة الفئات؟ ',
+ 'write' => 'يمكن إنشاء / تحرير الفئات؟ ',
+ 'delete' => 'يمكن حذف الفئات؟',
+ ],
+ ],
+ 'village' => [
+ 'name' => 'قرية',
+ 'option' => [
+ 'read' => 'يمكن قراءة القرية؟ ',
+ 'write' => 'يمكن إنشاء / تحرير القرية؟ ',
+ 'delete' => 'يمكن حذف القرية؟',
+ ],
+ ],
+ 'custom_fields' => [
+ 'name' => 'الحقول المخصصة',
+ 'option' => [
+ 'read' => 'يمكن قراءة الحقول المخصصة؟ ',
+ 'write' => 'يمكن إنشاء / تحرير الحقول المخصصة؟ ',
+ 'delete' => 'يمكن حذف الحقول المخصصة؟',
+ ],
+ ],
+ 'custom_field_advs' => [
+ 'name' => 'الإعلانات الميدانية المخصصة',
+ 'option' => [
+ 'read' => 'يمكن قراءة الإعلانات الميدانية المخصصة؟ ',
+ 'write' => 'يمكن إنشاء / تعديل الإعلانات الميدانية المخصصة؟ ',
+ 'delete' => 'هل يمكن حذف الإعلانات الميدانية المخصصة؟',
+ ],
+ ],
+ 'cf_values' => [
+ 'name' => 'قيم cf',
+ 'option' => [
+ 'read' => 'يمكن قراءة قيم CF؟ ',
+ 'write' => 'يمكن إنشاء / تحرير قيم cf؟ ',
+ 'delete' => 'يمكن حذف القيم CF؟',
+ ],
+ ],
+ 'options' => [
+ 'name' => 'خيارات',
+ 'option' => [
+ 'read' => 'يمكن قراءة الخيارات؟',
+ 'write' => 'هل يمكن إنشاء / تعديل الخيارات؟',
+ 'delete' => 'يمكن حذف الخيارات؟',
+ ],
+ ],
+ 'productoptions' => [
+ 'name' => 'خيارات الإنتاج',
+ 'option' => [
+ 'read' => 'هل تستطيع قراءة خيارات المنتج؟',
+ 'write' => 'هل يمكن إنشاء / تعديل خيارات المنتج؟',
+ 'delete' => 'هل يمكن حذف خيارات المنتج؟',
+ ],
+ ],
+ 'productoptions_value' => [
+ 'name' => 'قيمة Productoptions',
+ 'option' => [
+ 'read' => 'هل يمكن قراءة قيمة productoptions؟',
+ 'write' => 'هل يمكن إنشاء / تحرير قيمة productoptions؟',
+ 'delete' => 'هل يمكن حذف قيمة productoptions؟',
+ ],
+ ],
+ 'options_configuration' => [
+ 'name' => 'تكوين الخيارات',
+ 'option' => [
+ 'read' => 'يمكن قراءة تكوين الخيارات؟',
+ 'write' => 'يمكن إنشاء / تحرير تكوين الخيارات؟',
+ 'delete' => 'يمكن حذف تكوين الخيارات؟',
+ ],
+ ],
+ 'option_configuration' => [
+ 'name' => 'تكوين الخيار',
+ 'option' => [
+ 'read' => 'يمكن قراءة تكوين الخيار؟',
+ 'write' => 'يمكن إنشاء / تعديل تكوين الخيار؟',
+ 'delete' => 'يمكن حذف تكوين الخيار؟',
+ ],
+ ],
+ 'option_configuration' => [
+ 'name' => 'تكوين الخيار',
+ 'option' => [
+ 'read' => 'يمكن قراءة تكوين الخيار؟',
+ 'write' => 'يمكن إنشاء / تعديل تكوين الخيار؟',
+ 'delete' => 'يمكن حذف تكوين الخيار؟',
+ ],
+ ],
+ 'status' => [
+ 'name' => 'الحالة',
+ 'option' => [
+ 'read' => 'يمكن قراءة الحالة؟',
+ 'write' => 'هل يمكن إنشاء / تعديل الحالة؟',
+ 'delete' => 'هل يمكن حذف الحالة؟',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/ar/section.php b/resources/default/addons/visiosoft/advs-module/lang/ar/section.php
new file mode 100644
index 000000000..8db8bf980
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/ar/section.php
@@ -0,0 +1,64 @@
+ [
+ 'title' => 'إعلانات',
+ ],
+ 'categories' => [
+ 'title' => 'الاقسام',
+ ],
+ 'countries' => [
+ 'title' => 'بلدان',
+ ],
+ 'cities' => [
+ 'title' => 'مدن',
+ ],
+ 'districts' => [
+ 'title' => 'المناطق',
+ ],
+ 'neighborhoods' => [
+ 'title' => 'أحياء',
+ ],
+ 'village' => [
+ 'title' => 'قرية',
+ ],
+ 'custom_fields' => [
+ 'title' => 'الحقول المخصصة',
+ ],
+ 'custom_field_advs' => [
+ 'title' => 'الإعلانات الميدانية المخصصة',
+ ],
+ 'cf_values' => [
+ 'title' => 'قيم cf',
+ ],
+ 'fields' => [
+ 'title' => 'الحقول المخصصة'
+ ],
+ 'assets_clear' => [
+ 'name' => 'الأصول واضحة'
+ ],
+ 'general' => 'جنرال لواء',
+ 'ads' => 'إعلانات',
+ 'user' => 'العضو',
+ 'filter' => 'منقي',
+ 'create_ad' => 'أعلن',
+ 'options' => [
+ 'title' => 'خيارات',
+ ],
+ 'ads_image' => 'صورة الإعلانات',
+ 'product_options' => [
+ 'title' => 'خيارات',
+ ],
+ 'productoptions_value' => [
+ 'title' => 'قيمة الخيارات',
+ ],
+ 'option_configuration' => [
+ 'title' => 'ترتيب',
+ ],
+ 'translations' => 'الترجمات',
+ 'status' => [
+ 'title' => 'الحالة',
+ ],
+ 'ads_detail' => 'تفاصيل الإعلانات',
+
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/ar/setting.php b/resources/default/addons/visiosoft/advs-module/lang/ar/setting.php
new file mode 100644
index 000000000..0b45ebff8
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/ar/setting.php
@@ -0,0 +1,286 @@
+ [
+ 'name' => 'الموافقة التلقائية',
+ ],
+ 'default_view_type' => [
+ 'name' => 'نوع العرض الافتراضي',
+ ],
+ 'hide_zero_price' => [
+ 'name' => 'إخفاء السعر إذا كان صفر',
+ 'instructions' => 'إخفاء السعر إذا كان سعر الإعلان 0',
+ ],
+ 'estimated_pending_time' => [
+ 'name' => 'الوقت المعلق المقدر',
+ 'instructions' => 'في ساعات',
+ ],
+ 'default_published_time' => [
+ 'name' => 'وقت النشر الافتراضي',
+ ],
+ 'address' => [
+ 'name' => 'الاتصال العنوان',
+ ],
+ 'phone' => [
+ 'name' => 'الاتصال الهاتف',
+ ],
+ 'favicon' => [
+ 'name' => 'فافيكون',
+ ]
+ , 'map_coordinates_long' => [
+ 'name' => 'خريطة تنسيق طويل',
+ ],
+ 'map_coordinates_lat' => [
+ 'name' => 'خريطة اللات تنسيق',
+ ],
+ 'iban_numbers' => [
+ 'name' => 'IBAN',
+ ],
+ 'logo' => [
+ 'name' => 'شعار',
+ ],
+ 'ogImage' => [
+ 'name' => 'شعار المشاركة الاجتماعية',
+ 'warning' => 'يجب أن يكون بدقة 1200 × 630.',
+
+ ],
+ 'currencies' => [
+ 'name' => 'العملات النشطة',
+ ],
+ 'latest-limit' => [
+ 'name' => 'آخر حدود',
+ ],
+ 'site_address' => [
+ 'name' => 'عنوان الموقع',
+ 'warning' => 'تمت إضافة www. شبكة الاتصالات العالمية. sitename.com ',
+ ],
+ 'google_map_key' => [
+ 'name' => 'خريطة جوجل ابي كي',
+ ],
+
+ 'default_country' => [
+ 'name' => 'بلد الإعلان الافتراضي',
+ ],
+ 'hide_price_categories' => [
+ 'name' => 'إخفاء السعر على الفئات',
+ 'instructions' => 'سيتم إخفاء السعر عند إنشاء إعلان أو عرض إعلان ضمن هذه الفئات.'
+ ],
+ 'free_currencyconverterapi_key' => [
+ 'name' => 'تحويل العملات الرئيسية API'
+ ],
+ 'default_city' => [
+ 'name' => 'المدينة الإعلانية الافتراضية',
+ ],
+ 'default_district' => [
+ 'name' => 'منطقة الإعلان الافتراضية',
+ ],
+ 'default_neighborhood' => [
+ 'name' => 'حي الإعلانات الافتراضي',
+ ],
+ 'default_currency' => [
+ 'name' => 'عملة الإعلان الافتراضية',
+ ],
+ 'default_GET' => [
+ 'name' => 'الإعلان الافتراضي',
+ ],
+ 'twitter' => [
+ 'name' => 'تغريد',
+ ],
+ 'facebook' => [
+ 'name' => 'فيس بوك',
+ ],
+ 'youtube' => [
+ 'name' => 'موقع YouTube',
+ ],
+ 'google' => [
+ 'name' => 'جوجل',
+ ],
+ 'listing_page_image' => [
+ 'name' => 'سرد صورة الصفحة',
+ ],
+ 'hide_standard_price_field' => [
+ 'name' => 'إخفاء حقل السعر القياسي',
+ ],
+ 'hide_options_field' => [
+ 'name' => 'إخفاء حقل الخيارات',
+ ],
+ 'hide_village_field' => [
+ 'name' => 'إخفاء حقل القرية',
+ ],
+ 'hide_configurations' => [
+ 'name' => 'إخفاء زر التكوينات',
+ 'instructions' => 'إخفاء زر التهيئة في صفحة معاينة الإعلان',
+ ],
+ 'make_all_fields_required' => [
+ 'name' => 'اجعل كافة الحقول مطلوبة',
+ 'instructions' => 'اطلب من المستخدم ملء حقلي السعر والوصف عند إنشاء إعلان',
+ ],
+ 'make_map_required' => [
+ 'name' => 'اجعل الخريطة مطلوبة',
+ 'instructions' => 'مطالبة المستخدم بوضع دبوس على الخريطة عند إنشاء إعلان',
+ ],
+ 'hide_listing_standard_price' => [
+ 'name' => 'إخفاء قائمة الأسعار القياسية',
+ ],
+ 'enabled_currencies' => [
+ 'name' => 'العملات الممكّنة',
+ ],
+ 'google_statistic_code' => [
+ 'name' => 'Google Statistic Code',
+ ],
+ 'register_email_field' => [
+ 'name' => 'متطلبات تسجيل البريد الإلكتروني للعضو',
+ ],
+ 'market_place' => [
+ 'name' => 'المتجر',
+ 'instructions' => 'If the marketplace is down, your site will act as ecommerce. For example,
+ some fields in the profile such as ads, dopings, messages, sale, packages and store are not visible and
+ removes corporate membership.'
+ ],
+ 'price_area_hidden' => [
+ 'name' => 'منطقة السعر مخفية',
+ ],
+ 'hide_price_filter' => [
+ 'name' => 'إخفاء عامل تصفية السعر',
+ ],
+ 'hide_date_filter' => [
+ 'name' => 'إخفاء مرشح التاريخ',
+ ],
+ 'hide_photo_filter' => [
+ 'name' => 'إخفاء مرشح الصورة',
+ ],
+ 'hide_map_filter' => [
+ 'name' => 'إخفاء عامل تصفية الخريطة',
+ ],
+ 'show_lang_url' => [
+ 'name' => 'إظهار معلمة Lang لعنوان URL',
+ ],
+ 'popular_ads_limit' => [
+ 'name' => 'حد الإعلانات الشعبية',
+ ],
+
+ //Image
+
+ 'image_resize_backend' => [
+ 'name' => 'تغيير حجم الصورة الخلفية',
+ ],
+ 'full_image_width' => [
+ 'name' => 'Full Image Width',
+ ],
+ 'full_image_height' => [
+ 'name' => 'ارتفاع الصورة الكاملة',
+ ],
+ 'medium_image_width' => [
+ 'name' => 'Medium Image Width',
+ ],
+ 'medium_image_height' => [
+ 'name' => 'متوسط ارتفاع الصورة',
+ ],
+ 'thumbnail_width' => [
+ 'name' => 'عرض الصورة المصغرة',
+ ],
+ 'thumbnail_height' => [
+ 'name' => 'ارتفاع الصورة المصغرة',
+ ],
+ 'add_canvas' => [
+ 'name' => 'أضف قماش',
+ ],
+ 'image_canvas_width' => [
+ 'name' => 'عرض قماش الصورة',
+ ],
+ 'image_canvas_height' => [
+ 'name' => 'ارتفاع قماش الصورة',
+ ],
+ 'watermark_type' => [
+ 'name' => 'نوع العلامة المائية',
+ ],
+ 'watermark_text' => [
+ 'name' => 'نص العلامة المائية',
+ ],
+ 'watermark_image' => [
+ 'name' => 'صورة العلامة المائية',
+ ],
+ 'watermark_position' => [
+ 'name' => 'موقف العلامة المائية',
+ ],
+ 'user_filter_limit' => [
+ 'name' => 'حد تصفية المستخدم',
+ 'instructions' => 'في لوحة الادارة'
+ ],
+ 'show_breadcrumb_when_creating_ad' => [
+ 'name' => 'إظهار مسار التنقل عند إنشاء إعلان',
+ ],
+ 'show_ads_count' => [
+ 'name' => 'إظهار عدد الإعلانات',
+ 'instructions' => 'عرض الإعلانات الاعتماد على قائمة الفئات اليسرى',
+ ],
+ 'ads_date_hidden' => [
+ 'name' => 'إخفاء تاريخ الإنشاء',
+ 'instructions' => 'إخفاء تاريخ الإنشاء في صفحة تفاصيل الإعلانات',
+ ],
+ 'hide_listing_header' => [
+ 'name' => 'إخفاء رأس القائمة',
+ 'instructions' => 'الاختباء لطلب وعرض الأنواع',
+ ],
+ 'hide_filter_section' => [
+ 'name' => 'إخفاء قسم التصفية',
+ 'instructions' => 'يختبئ إلى اليسار منطقة التصفية في قائمة الصفحة',
+ ],
+ 'hide_seller_info' => [
+ 'name' => 'إخفاء معلومات البائع',
+ 'instructions' => 'إخفاء معلومات البائع في صفحة تفاصيل الإعلانات',
+ ],
+ 'show_post_ad_agreement' => [
+ 'name' => 'إظهار اتفاقية ما بعد الإعلان',
+ 'instructions' => 'قم بتشغيل هذا إذا كنت تريد عرض اتفاقية سياسة الخصوصية على صفحة إنشاء الإعلان',
+ ],
+ 'override_text' => [
+ 'name' => 'تجاوز النص',
+ 'instructions' => 'القيمة القديمة: قيمة جديدة'
+ ],
+ 'steps_color' => [
+ 'name' => 'خطوات اللون',
+ 'instructions' => 'يغير لون الخطوات التدريجية.'
+ ],
+ 'create_ad_button_color' => [
+ 'name' => 'إنشاء لون زر الإعلان',
+ 'instructions' => 'يغير الزر الذي يظهر عند الانتهاء من اختيار فئة الإعلان الجديدة.'
+ ],
+ 'lang_switcher_for_browser' => [
+ 'name' => 'لانج سويتشر للمتصفح',
+ 'instructions' => 'يسمح لك باختيار لغة المتصفح كلغة نشطة'
+ ],
+ 'get_categories' => [
+ 'name' => 'فئات GET',
+ 'instructions' => 'إنه يمثل الفئات التي ستكون فيها خاصية GET صالحة.'
+ ],
+ 'watermark' => [
+ 'name' => 'علامة مائية',
+ 'instructions' => 'هل العلامة المائية نشطة؟'
+ ],
+ 'detailed_product_options' => [
+ 'name' => 'خيارات المنتج التفصيلية',
+ 'instructions' => 'يسمح لك بإدخال معلومات المخزون والسعر للمنتج'
+ ],
+ 'show_subcats_mobile' => [
+ 'name' => 'إظهار الفئات الفرعية على طريقة عرض الجوال',
+ ],
+ 'show_price_to_members_only' => [
+ 'name' => 'عرض السعر للأعضاء فقط',
+ ],
+ 'hide_ad_cat' => [
+ 'name' => 'إخفاء الفئات',
+ 'instructions' => 'إخفاء الفئات في قائمة الإعلانات'
+ ],
+ 'show_finish_and_publish_date' => [
+ 'name' => 'إظهار تاريخ الانتهاء وتاريخ النشر للإنشاء',
+ 'instructions' => 'يعرض حقلي publish_at و finish_at في صفحة إنشاء الإعلان.'
+ ],
+ 'show_tax_field' => [
+ 'name' => 'Show Tax Field',
+ 'instructions' => 'When this option is enabled, you can set the tax rate on the ad creation page.'
+ ],
+ 'hide_contact_created_at' => [
+ 'name' => 'Hide Contact Fields For in Create New Ad'
+ ]
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/ar/stream.php b/resources/default/addons/visiosoft/advs-module/lang/ar/stream.php
new file mode 100644
index 000000000..1ca611006
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/ar/stream.php
@@ -0,0 +1,37 @@
+ [
+ 'name' => 'Advs',
+ ],
+ 'categories' => [
+ 'name' => 'الاقسام',
+ ],
+ 'village' => [
+ 'name' => 'قرية',
+ ],
+ 'custom_fields' => [
+ 'name' => 'الحقول المخصصة',
+ ],
+ 'custom_field_advs' => [
+ 'name' => ':count عدد الإعلانات التي تم العثور عليها لـ:search :name؟ ',
+ ],
+ 'cf_values' => [
+ 'name' => 'قيم cf',
+ ],
+ 'options' => [
+ 'name' => 'خيارات',
+ ],
+ 'product_options' => [
+ 'name' => 'خيارات المنتج',
+ ],
+ 'productoptions_value' => [
+ 'name' => 'قيمة الخيارات',
+ ],
+ 'option_configuration' => [
+ 'name' => 'ترتيب',
+ ],
+ 'status' => [
+ 'name' => 'الحالة',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/ar/view.php b/resources/default/addons/visiosoft/advs-module/lang/ar/view.php
new file mode 100644
index 000000000..64936ef15
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/ar/view.php
@@ -0,0 +1,6 @@
+ 'غير مكتمل',
+ 'advanced' => 'المتقدمة',
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/az/addon.php b/resources/default/addons/visiosoft/advs-module/lang/az/addon.php
new file mode 100644
index 000000000..98b455067
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/az/addon.php
@@ -0,0 +1,8 @@
+ 'Elanlar',
+ 'name' => 'Elanlar Modulu',
+ 'description' => 'Elan Modulu',
+ 'info' => 'This is the screen where you can add, delete and edit ads from the Ads page. On this page, you can simply do the operations such as post management and ad configuration.'
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/az/button.php b/resources/default/addons/visiosoft/advs-module/lang/az/button.php
new file mode 100644
index 000000000..81cfee245
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/az/button.php
@@ -0,0 +1,48 @@
+ 'Yeni elan',
+ 'new_classified' => 'Yeni Elan',
+ 'new_category' => 'Yeni kateqoriya',
+ 'new_country' => 'Yeni Ölkə',
+ 'new_city' => 'Yeni Şəhər',
+ 'new_district' => 'Yeni rayon',
+ 'new_neighborhood' => 'Yeni məhəllə',
+ 'new_village' => 'Yeni Kənd',
+ 'edit' => "Redaktə edin",
+ 'approve' => "Təsdiqlə",
+ 'decline' => 'Rədd Et',
+ 'extend' => 'Uzatmaq',
+ 'extend_all' => 'Hamısını genişləndirin',
+ 'convert_currency' => 'Valyutanı dəyiş',
+ 'categories' => 'Kateqoriyalar',
+ 'sub_category' => 'Alt kateqoriyalar',
+ 'add_sub_category' => 'Alt kateqoriya əlavə edin',
+ 'sub_cities' => 'Alt şəhərlər',
+ 'add_sub_cities' => 'Sub City əlavə edin',
+ 'add_sub_districts' => 'Alt rayon əlavə edin',
+ 'add_sub_neighborhoods' => 'Məhəllə əlavə edin',
+ 'add_sub_village' => 'Alt kənd əlavə edin',
+ 'sub_districts' => 'Alt rayonları',
+ 'sub_neighborhoods' => 'Alt məhəllələr',
+ 'sub_village' => 'Alt kəndlər',
+ 'general_settings' => 'Ümumi Düzəlişlər',
+ 'save_category' => 'Kateqoriyanı yadda saxla',
+ 'change_owner' => 'Sahibini dəyişdirin',
+ 'update_category' => [
+ 'name' => 'Kateqoriyanı yeniləyin'
+ ],
+ 'new_option' => 'Yeni Seçim',
+ 'export' => 'Çıxart',
+ 'new_productoption' => 'Yeni Seçim',
+ 'new_productoptions_value' => 'Seçim dəyəri',
+ 'new_options_configuration' => 'Seçim konfiqurasiyası',
+ 'new_option_configuration' => 'Seçim konfiqurasiyası',
+ 'create_configurations' => 'Konfiqurasiya yaradın',
+ 'replicate' => 'Təkrarlayın',
+ 'fast_create' => 'Sürətli yaradın',
+ 'publish' => 'Yayımla',
+ 'import' => 'Daxil Et',
+ 'new_status' => 'Yeni Status',
+ 'fast_edit' => 'Sürətli redaktə edin',
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/az/currency.php b/resources/default/addons/visiosoft/advs-module/lang/az/currency.php
new file mode 100644
index 000000000..587d9482e
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/az/currency.php
@@ -0,0 +1,6 @@
+ 'Dollar',
+ 'EUR' => 'Avro',
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/az/field.php b/resources/default/addons/visiosoft/advs-module/lang/az/field.php
new file mode 100644
index 000000000..1571f3121
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/az/field.php
@@ -0,0 +1,386 @@
+ [
+ 'name' => 'Başlıq'
+ ],
+ 'order' => [
+ 'name' => 'Sıralama'
+ ],
+ 'slug' => [
+ 'name' => 'Xüsusi ad (slug)'
+ ],
+ 'parent_category' => [
+ 'name' => 'Valideyn'
+ ],
+ 'category' => [
+ 'name' => 'Kateqoriya Başlığı'
+ ],
+ 'price' => [
+ 'name' => 'Qiymət'
+ ],
+ 'standard_price' => [
+ 'name' => 'Standart qiymət'
+ ],
+ 'date' => [
+ 'name' => 'Tarix'
+ ],
+ 'photo' => [
+ 'name' => 'Şəkil'
+ ],
+ 'video' => [
+ 'name' => 'Video'
+ ],
+ 'map' => [
+ 'name' => 'Xəritə'
+ ],
+ 'stock' => [
+ 'name' => 'Stok'
+ ],
+ 'advs_desc' => [
+ 'name' => 'Təsvir'
+ ],
+ 'online_payment' => [
+ 'name' => 'Onlayn Ödəniş'
+ ],
+ 'city' => [
+ 'name' => 'Şəhər'
+ ],
+ 'country' => [
+ 'name' => 'Ölkə'
+ ],
+ 'district' => [
+ 'name' => 'Rayon'
+ ],
+ 'neighborhood' => [
+ 'name' => 'Məhəllə'
+ ],
+ 'village' => [
+ 'name' => 'Kənd'
+ ],
+ 'files' => [
+ 'name' => 'Şəkillər'
+ ],
+ 'cat1' => [
+ 'name' => 'Əsas Kateqoriya'
+ ],
+ 'cat2' => [
+ 'name' => 'Alt kateqoriya 1'
+ ],
+ 'cat3' => [
+ 'name' => 'Alt kateqoriya 2'
+ ],
+ 'cat4' => [
+ 'name' => 'Alt kateqoriya 3'
+ ],
+ 'cat5' => [
+ 'name' => 'Alt kateqoriya 4'
+ ],
+ 'cat6' => [
+ 'name' => 'Alt kateqoriya 5'
+ ],
+ 'cat7' => [
+ 'name' => 'Alt kateqoriya 6'
+ ],
+ 'cat8' => [
+ 'name' => 'Alt kateqoriya 7'
+ ],
+ 'cat9' => [
+ 'name' => 'Alt kateqoriya 8'
+ ],
+ 'cat10' => [
+ 'name' => 'Alt kateqoriya 9'
+ ],
+ 'currency' => [
+ 'name' => 'Valyuta'
+ ],
+ 'status' => [
+ 'name' => 'Status',
+ 'option' => [
+ 'approved' => 'Təsdiqlənmiş',
+ 'expired' => 'Müddəti bitib',
+ 'unpublished' => 'Yayılmlanmamış',
+ 'pending_admin' => 'Təsdiq gözləyir',
+ 'pending_user' => 'Təsdiqlənməmiş istifadəçi'
+ ]
+ ],
+ 'pending_adv' => [
+ 'name' => 'Yayılmlanmamış'
+ ],
+ 'finish_at' => [
+ 'name' => 'Bitmə saatı'
+ ],
+ 'cover_photo' => [
+ 'name' => 'Örtük şəkli'
+ ],
+ 'favs_adv' => [
+ 'name' => 'Seçilmiş Elanlar'
+ ],
+ 'my_adv' => [
+ 'name' => 'Elan'
+ ],
+ 'description' => 'Təsvir',
+ 'explanation' => 'Açıqlama',
+ 'type' => [
+ 'name' => 'Tip'
+ ],
+ 'parent_adv' => [
+ 'name' => 'Oxşar Elanlar'
+ ],
+ 'value' => [
+ 'name' => 'Dəyər'
+ ],
+ 'list' => 'Siyahı',
+ 'home' => 'Ev',
+ 'list-page' => 'Siyahı Səhifə',
+ 'search' => 'Axtarış',
+ 'reset' => 'Reset',
+ 'recommended' => 'Tövsiyə olunan elanlar',
+ 'filter' => 'Filter',
+ 'sort' => 'Sırala',
+ 'sort_by' => 'Sırala',
+ 'pick_option' => 'Seçim edin',
+ 'pick_ordering' => 'Sıralama',
+ 'price_high' => 'Əvvəlvə bahalı',
+ 'price_low' => 'Əvvəlcə ucuz',
+ 'newest' => 'Əvvəlvə yeni',
+ 'oldest' => 'Əvvəlvə köhnə',
+ 'address_a_z' => 'Ünvan (A-dan Z-yə)',
+ 'address_z_a' => 'Ünvan (Z-dən A-ya)',
+ 'categories' => [
+ 'name' => 'Kateqoriyalar'
+ ],
+ 'all_categories' => 'bütün kateqoriyalar',
+ 'location' => 'Yer',
+ 'send_message' => 'Mesaj göndər',
+ 'phone_gsm' => 'Mobil Telefon',
+ 'phone_office' => 'Ofis Telefonu',
+ 'add_to_favorites' => "Seçilmişlərə əlavə et",
+ 'send' => 'Göndər',
+ 'search_name' => 'Axtarış Adı',
+ 'my_favorite_searches' => 'Seçilmiş axtarışlar',
+ 'search_desc' => 'Seçilmiş axtarışlarınızı buradan əlavə edə və dəyişə bilərsiniz.',
+ 'complaint_placeholder' => 'Şikayətlərinizi buraya yaza bilərsiniz.',
+ 'show_details' => 'Ətraflı bax',
+ 'ad_actions' => 'Elan düzəlişləri',
+ 'edit' => 'Düzəliş et',
+ 'approve' => 'Təsdiqlə',
+ 'passive' => "Passivləşdir",
+ 'sold' => 'Satıldı',
+ 'offered_by' => 'Elan sahibi',
+ 'more_ads_by' => 'İstifadəçinin Digər Elanları',
+ 'click_phone' => 'Nömrəni göstər',
+ 'share' => 'Paylaş',
+ 'report' => 'Elanı şikayət et',
+ 'features' => 'Xüsusiyyətlər',
+ "streetview" => "Küçə Görünüşü",
+ 'recommended_ads' => 'Tövsiyə olunan elanlar',
+ 'new' => 'Yeni',
+ 'short_info' => 'Qısa informasiya',
+ 'secure_trading' => 'Təhlükəsiz Ticarət',
+ '24/7' => '24/7 Dəstək',
+ 'easy_trading' => 'Asan Alış-veriş',
+ 'need_help' => 'Kömək lazımdır?',
+ 'give_a_call' => 'Zəng et',
+ 'message_sent' => 'Mesaj göndərildi!',
+ 'asap' => 'Mesaj göndərildi,
+ən qısa zamanda satıcı sizinlə əlaqə saxlayacaq.',
+ 'ad_id' => 'Elan nömrəsi',
+ 'contact_with' => 'Əlaqə saxlayın',
+ 'create_adv' => 'Elan yaradın',
+ 'edit_adv' => 'Düzəliş et',
+ 'mandatory_fields' => 'Məcburi sahələr',
+ 'ad_post' => 'Elanı Yayımla',
+ 'sell_item' => 'Məhsul və ya xidmət satın',
+ 'search_save' => 'Axtarış seçilmişlərə əlavə edildi',
+ 'address' => 'Ünvan',
+ 'email' => 'Elektron poçt',
+ 'phone' => 'Telefon',
+ 'send_us_your_feedback' => 'Fikirlərinizi bizimlə paylaşın',
+ 'online_shopping' => 'Mağaza',
+ 'approved' => 'Uğurla təsdiqləndi',
+ 'extended' => 'Müvəffəqiyyətlə uzadıldı',
+ 'declined' => 'Uğurla rədd edildi',
+ 'search_on_map' => 'Xəritədə axtar',
+ 'post_free_ad' => 'Pulsuz Elan Ver',
+ 'select_a_category' => 'Kateqoriya seç',
+ 'select_a_sub_category' => 'Alt kateqoriya seçin',
+ 'all_dopings_added' => 'Bu elan üçün bütün ödənişli xidmət növləri əlavə olunub.',
+ 'is_get_adv' => [
+ 'name' => 'Təhlükəsiz Ticarət'
+ ],
+ 'corporate_info' => 'Korporativ məlumat',
+ 'featured_ads' => "Xüsusi elanlar",
+ 'trending_ads' => 'Populyar elanlar',
+ 'search_ad_result_prefix' => 'kateqoriyasında',
+ 'search_ad_result_text' => ': say : ad elan tapıldı',
+ 'search_ads_result_message' => [
+ 'name' => ':name axtarışınızda :count ədəd elan tapılmışdır.',
+ ],
+ 'total' => 'Toplam',
+ 'quantity' => 'Ədəd',
+ 'view_cart' => 'Səbətə bax',
+ 'no_ads' => 'Elan tapılmadı.',
+ 'show_display_mode' => [
+ 'map' => 'Xəritə',
+ 'list' => 'Siyahı',
+ ],
+ 'advs_list_table_thead' => [
+ 'name' => 'Elan Adı',
+ 'price' => 'Qiymət',
+ 'publish_at' => 'Elan tarixi',
+ 'location_city' => 'Şəhər',
+ 'location_country' => 'Ölkə',
+ ],
+ 'show_list_view' => [
+ 'name' => 'Siyahı',
+ ],
+ 'show_table_view' => [
+ 'name' => 'Cədvəl',
+ ],
+ 'showcase' => [
+ 'name' => 'Vitrin',
+ ],
+ 'new_ad' => [
+ 'name' => 'Yeni Elan',
+ ],
+ 'profile' => [
+ 'name' => 'Profil',
+ ],
+ 'my_ads' => [
+ 'name' => 'Elanlarım',
+ ],
+ 'sold_out' => [
+ 'name' => 'Satıldı',
+ ],
+ 'edit_category' => 'Kateqoriyaya düzəliş et',
+ 'set_category' => 'Kateqoriya təyin edin',
+ 'max' => [
+ 'name' => 'Maks',
+ ],
+ 'min' => [
+ 'name' => 'Min',
+ ],
+ 'in_the_last_24_hours' => [
+ 'name' => 'Son 24 saatda'
+ ],
+ 'in_the_last_day' => [
+ 'name' => 'Son 24 Saatda'
+ ],
+ 'in_the_last_week' => [
+ 'name' => 'Son Həftədə'
+ ],
+ 'in_the_last_month' => [
+ 'name' => 'Son Ayda'
+ ],
+ 'ads_with_photo' => [
+ 'name' => 'Şəkilli Elanlar'
+ ],
+ 'ads_with_video' => [
+ 'name' => 'Videolu Elanlar'
+ ],
+ 'yes' => [
+ 'name' => 'Bəli'
+ ],
+ 'no' => [
+ 'name' => 'Yox'
+ ],
+ 'is_system' => [
+ 'name' => 'Sistemdir',
+ 'instructions' => 'Sistem vəziyyəti tələb olunur və dəyişdirilməməlidir',
+ ],
+ 'user_access' => [
+ 'name' => 'İstifadəçi girişi',
+ 'instructions' => 'Bir istifadəçi bu statusdan reklamlarında istifadə edə bilərmi?',
+ ],
+ "no_location" => "Heç bir yer seçilməyib.",
+ "continue" => 'Davam et',
+ "gallery" => 'Qalereya',
+ "ad" => 'elan',
+ "ads" => 'Elanlar',
+ "were_found" => 'tapıldı.',
+
+ // Pending screen
+ 'pending_message_1' => 'Elan təsdiqləmə prosesindədir',
+ 'pending_message_2' => "Elanın Yeniləmə tarixi",
+ 'pending_message_3' => 'Təxmini gözləmə vaxtı',
+ 'pending_message_4' => 'Təsdiqləmə müddəti ödənişli elan vaxtına əlavə ediləcəkdir.',
+ 'pending_message_5' => 'Təsdiqləmə müddətində elan ilə bağlı çağrı mərkəzindən heç bir əməliyyat edilə bilməz.',
+ 'hours' => 'saat',
+
+ // Preview page
+ 'preview_text' => [
+ 'part_1' => 'Reklamınız haqqında aşağıdakı məlumatlar düzgündürsə, "Davam et" düyməsinə klik edərək növbəti mərhələyə keçin.',
+ 'part_2' => 'Əgər deyilsə, "Düzəliş et" düyməsini klik edin.',
+ ],
+ 'views' => 'Baxış sayı',
+
+ // Detail page
+ "no_street_view" => "Bu ünvanda küçə görünüşü yoxdur",
+ 'edit_my_contact_info' => 'Əlaqə məlumatlarımı dəyiş',
+ 'update_my_contact_info' => 'əlaqə məlumatımı yenilə',
+ 'contact_info' => 'Əlaqə məlumatları',
+ 'ad_info' => 'Elan haqqında məlumat',
+
+ // Select cat
+ 'select_category_step_by_step' => 'Sırayla Kateqoriya seçin',
+
+ // New create page
+ 'options' => 'Seçimlər',
+ 'category_selection' => 'Kateqoriya seçimi',
+ 'listing_details' => 'Elan Detalları',
+ 'preview' => 'Önizləmə',
+ 'congratulations' => 'Təbriklər',
+ 'ad_desc' => 'Elan önizləməsi',
+ 'upload_photos' => 'Şəkillər yükləyin',
+ 'upload_files' => 'Faylları yükləyin',
+ 'additional_fields' => 'Əlavə sahələr',
+ 'ad_location' => 'Ünvan əlavə et',
+ 'owner' => 'Sahib',
+ 'default_owner_instruction' => 'Heç bir istifadəçi seçilmədiyi təqdirdə sahib cari istifadəçiyə borcludur',
+ 'create_page_subtitle' => 'Reklamınız haqqında ətraflı məlumat daxil edərək reklamı qüsursuz bir şəkildə yaradın.',
+ 'with_my_phone_numbers' => 'With my phone numbers',
+ 'not_with_my_phone_numbers' => "I don't want to be reached by phone",
+ 'how_can_you_be_contacted' => "How can you be contacted?",
+
+ // Listing page
+ 'ad_title' => 'Reklam adı',
+ 'listing_date' => 'Siyahı tarixi',
+ 'view' => 'Bax',
+ 'ads_with_map' => 'Xəritə ilə elanlar',
+ 'advanced_sorting' => 'Qabaqcıl çeşidləmə',
+ 'filter_by_word' => 'Sözə görə süzün',
+ 'filter_by' => 'Adı ilə süzün',
+
+ 'free' => 'Pulsuz',
+ 'ad_date' => 'Elan Tarixi',
+ 'photo_video' => 'Foto, Video',
+ 'and_above' => 'və yuxarıda',
+ 'and_below' => 'və aşağıda',
+ 'clear_all' => 'Hamısını təmizlə',
+ 'balances' => 'Balans',
+ 'packages' => 'Paketlər',
+ 'dopings' => 'Ödənişli elan',
+ 'advs' => 'Advs',
+ 'site' => 'Sayt',
+ 'subscription' => 'Abunəlik',
+ 'created' => 'Yaradıldı',
+ 'product_option' => [
+ 'name' => 'Məhsul seçimləri'
+ ],
+ 'option_json' => [
+ 'name' => 'Seçim'
+ ],
+ 'old_price' => [
+ 'name' => 'Köhnə Qiymət'
+ ],
+ 'save_search' => 'Axtarışı saxla',
+ 'publish_at' => [
+ 'name' => 'Tarixi dərc edin'
+ ],
+ 'tax' => [
+ 'name' => 'Tax'
+ ],
+ 'name_a_z' => 'Name (A to Z)',
+ 'name_z_a' => 'Name (Z to A)',
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/az/message.php b/resources/default/addons/visiosoft/advs-module/lang/az/message.php
new file mode 100644
index 000000000..d17f57620
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/az/message.php
@@ -0,0 +1,35 @@
+ 'Məhsul tam doldurulmayıb və ya passivdir',
+ 'please_payment' => 'Zəhmət olmasa ödəniş edin',
+ 'bank_account_info' => 'Bank məlumatları',
+ 'agreement' => 'İstifadəçi qaydarları və şərtlərlə razıyam.',
+ 'update_category_msg' => 'Kateqoriya yenilənəcək.',
+ 'updated_category_msg' => 'Kateqoriya uğurla yeniləndi.',
+ 'create_ad_with_post_cat' => [
+ 'title' => "Kateqoriya seçimi tamamlandı.",
+ 'success' => true,
+ 'continueBtn' => "Davam et",
+ ],
+ 'update_category_info' => 'Zəhmət olmasa kateqoriyanı yeniləyin.',
+ 'filter_by_search_msg' => 'Axtarışınızı dahada dəqiqləşdirin.',
+ 'delete_author_error' => 'Sizə aid olmayan elanı silə bilməzsiniz',
+ 'success_delete' => 'Elan Silindi',
+ 'pending_ad_status' => 'Elanınız moderator tərəfindən təsdiqlənməsi gözlənilir.',
+ 'extended' => ':number elan vaxtı uzadıldı.',
+ 'category_not_exist' => 'Bu kateqoriya artıq mövcud deyil!',
+ 'currency_converted' => 'Valyuta uğurla çevrildi.',
+ 'choose_user' => 'İstifadəçi seçin',
+ 'owner_updated_successfully' => 'Elan sahib uğurla yeniləndi!',
+ 'no_add_found' => 'Elan tapılmadı!',
+ 'replicated_success' => 'Reklam uğurla təkrarlandı!',
+ 'ad_doesnt_exist' => "Bu reklam mövcud deyil!",
+ 'select_location_error' => "Xahiş edirəm xəritədə bir yer seçin!",
+ 'this_ad_is_not_valid_anymore' => "Bu reklam artıq etibarlı deyil!",
+ 'approve_status_change' => "Reklamınızın Vəziyyəti Aktivləşdirildi!",
+ 'passive_status_change' => "Reklamınızın Vəziyyəti Passiv təyin olundu!",
+ 'sold_status_change' => "Elanın Statusu Satıldı Olaraq Dəyişdirildi!",
+ 'status_change' => "Reklamınızın Vəziyyəti təyin olundu: status!",
+ 'disabled_detailed_options_for_admin_role' => "Ətraflı məhsul seçimləri deaktiv edilmişdir.",
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/az/permission.php b/resources/default/addons/visiosoft/advs-module/lang/az/permission.php
new file mode 100644
index 000000000..8cacbeed2
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/az/permission.php
@@ -0,0 +1,108 @@
+ [
+ 'name' => 'Elanlar',
+ 'option' => [
+ 'read' => 'Reklamları oxuya bilərsiniz?',
+ 'write' => 'Reklamlar yarada / düzəldə bilərsiniz?',
+ 'delete' => 'Reklamları silə bilərsiniz?',
+ ],
+ ],
+ 'categories' => [
+ 'name' => 'Kateqoriyalar',
+ 'option' => [
+ 'read' => 'Kateqoriyalar oxuya bilərmi?',
+ 'write' => 'Kateqoriyalar yarada / redaktə edə bilərsiniz?',
+ 'delete' => 'Kateqoriyalar silə bilərmi?',
+ ],
+ ],
+ 'village' => [
+ 'name' => 'Kənd',
+ 'option' => [
+ 'read' => 'Kənd oxuya bilərmi?',
+ 'write' => 'Kənd yarada / düzəldə bilərsiniz?',
+ 'delete' => 'Kəndi silə bilərsən?',
+ ],
+ ],
+ 'custom_fields' => [
+ 'name' => 'Xüsusi sahələr',
+ 'option' => [
+ 'read' => 'Xüsusi sahələri oxuya bilərsinizmi?',
+ 'write' => 'Xüsusi sahələri yarada / düzəldə bilərsiniz?',
+ 'delete' => 'Xüsusi sahələri silə bilərsiniz?',
+ ],
+ ],
+ 'custom_field_advs' => [
+ 'name' => 'Xüsusi sahə reklamları',
+ 'option' => [
+ 'read' => 'Xüsusi sahə reklamlarını oxuya bilərsiniz?',
+ 'write' => 'Xüsusi sahə reklamlarını yarada / düzəldə bilərsiniz?',
+ 'delete' => 'Xüsusi sahə reklamlarını silə bilərsiniz?',
+ ],
+ ],
+ 'cf_values' => [
+ 'name' => 'Cf dəyərləri',
+ 'option' => [
+ 'read' => 'Cf dəyərlərini oxuya bilərsiniz?',
+ 'write' => 'Cf dəyərlərini yarada / düzəldə bilərsiniz?',
+ 'delete' => 'Cf dəyərlərini silə bilərsiniz?',
+ ],
+ ],
+ 'options' => [
+ 'name' => 'Seçimlər',
+ 'option' => [
+ 'read' => 'Seçimləri oxuya bilərsinizmi?',
+ 'write' => 'Seçimlər yarada / düzəldə bilərsiniz?',
+ 'delete' => 'Seçimləri silə bilərsiniz?',
+ ],
+ ],
+ 'productoptions' => [
+ 'name' => 'Məhsul seçimləri',
+ 'option' => [
+ 'read' => 'Productoptions oxuya bilərsiniz?',
+ 'write' => 'Productoptions yarada / redaktə edə bilərəmmi?',
+ 'delete' => 'Productoptions silə bilərsiniz?',
+ ],
+ ],
+ 'productoptions_value' => [
+ 'name' => 'Productoptions dəyəri',
+ 'option' => [
+ 'read' => 'Productoptions dəyərini oxuya bilərsinizmi?',
+ 'write' => 'Productoptions dəyərini yarada / redaktə edə bilərəmmi?',
+ 'delete' => 'Productoptions dəyərini silə bilərsiniz?',
+ ],
+ ],
+ 'options_configuration' => [
+ 'name' => 'Seçimlər konfiqurasiya',
+ 'option' => [
+ 'read' => 'Seçimlərin konfiqurasiyasını oxuya bilərsinizmi?',
+ 'write' => 'Seçimlər konfiqurasiyasını yarada / redaktə edə bilərəmmi?',
+ 'delete' => 'Seçimlərin konfiqurasiyasını silə bilərsiniz?',
+ ],
+ ],
+ 'option_configuration' => [
+ 'name' => 'Seçim konfiqurasiyası',
+ 'option' => [
+ 'read' => 'Seçim konfiqurasiyasını oxuya bilərsinizmi?',
+ 'write' => 'Seçim konfiqurasiyasını yarada / redaktə edə bilərəmmi?',
+ 'delete' => 'Seçim konfiqurasiyasını silə bilərsiniz?',
+ ],
+ ],
+ 'option_configuration' => [
+ 'name' => 'Seçim konfiqurasiyası',
+ 'option' => [
+ 'read' => 'Seçim konfiqurasiyasını oxuya bilərsinizmi?',
+ 'write' => 'Seçim konfiqurasiyasını yarada / redaktə edə bilərəmmi?',
+ 'delete' => 'Seçim konfiqurasiyasını silə bilərsiniz?',
+ ],
+ ],
+ 'status' => [
+ 'name' => 'Status',
+ 'option' => [
+ 'read' => 'Statusu oxuya bilirsinizmi?',
+ 'write' => 'Status yarada / redaktə edə bilərəmmi?',
+ 'delete' => 'Vəziyyəti silə bilərsiniz?',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/az/section.php b/resources/default/addons/visiosoft/advs-module/lang/az/section.php
new file mode 100644
index 000000000..6ebf6ad93
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/az/section.php
@@ -0,0 +1,64 @@
+ [
+ 'title' => 'Elanlar',
+ ],
+ 'categories' => [
+ 'title' => 'Kateqoriyalar',
+ ],
+ 'countries' => [
+ 'title' => 'Ölkələr',
+ ],
+ 'cities' => [
+ 'title' => 'Şəhərlər',
+ ],
+ 'districts' => [
+ 'title' => 'Rayonlar',
+ ],
+ 'neighborhoods' => [
+ 'title' => 'Qonşuluq',
+ ],
+ 'village' => [
+ 'title' => 'Kənd',
+ ],
+ 'custom_fields' => [
+ 'title' => 'Xüsusi sahələr',
+ ],
+ 'custom_field_advs' => [
+ 'title' => 'Xüsusi sahə reklamları',
+ ],
+ 'cf_values' => [
+ 'title' => 'Cf dəyərləri',
+ ],
+ 'fields' => [
+ 'title' => 'Xüsusi sahələr'
+ ],
+ 'assets_clear' => [
+ 'name' => 'Aktivlər Təmiz'
+ ],
+ 'general' => 'Ümumi',
+ 'ads' => 'Elanlar',
+ 'user' => 'İstifadəçi',
+ 'filter' => 'Süzgəc',
+ 'create_ad' => 'Reklam yarat',
+ 'options' => [
+ 'title' => 'Seçimlər',
+ ],
+ 'ads_image' => 'Reklamlar şəkli',
+ 'product_options' => [
+ 'title' => 'Seçimlər',
+ ],
+ 'productoptions_value' => [
+ 'title' => 'Seçimlər Dəyəri',
+ ],
+ 'option_configuration' => [
+ 'title' => 'Konfiqurasiya',
+ ],
+ 'translations' => 'Tərcümə',
+ 'status' => [
+ 'title' => 'Status',
+ ],
+ 'ads_detail' => 'Reklam detalları',
+
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/az/setting.php b/resources/default/addons/visiosoft/advs-module/lang/az/setting.php
new file mode 100644
index 000000000..7d5c66361
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/az/setting.php
@@ -0,0 +1,286 @@
+ [
+ 'name' => 'Avtomatik təsdiq',
+ ],
+ 'default_view_type' => [
+ 'name' => 'Defolt Görünüş Növü',
+ ],
+ 'hide_zero_price' => [
+ 'name' => 'Sıfır varsa Qiyməti Gizlət',
+ 'instructions' => 'Reklam qiyməti 0 olarsa qiyməti gizlət',
+ ],
+ 'estimated_pending_time' => [
+ 'name' => 'Təxmini gözlənilən vaxt',
+ 'instructions' => 'Saatda',
+ ],
+ 'default_published_time' => [
+ 'name' => 'Defolt Vaxtı',
+ ],
+ 'address' => [
+ 'name' => 'Əlaqə ünvanı',
+ ],
+ 'phone' => [
+ 'name' => 'Əlaqə telefonu',
+ ],
+ 'favicon' => [
+ 'name' => 'Favicon',
+ ]
+ , 'map_coordinates_long' => [
+ 'name' => 'Xəritə Uzun Koordinat',
+ ],
+ 'map_coordinates_lat' => [
+ 'name' => 'Xəritə Lat koordinatı',
+ ],
+ 'iban_numbers' => [
+ 'name' => 'İBAN',
+ ],
+ 'logo' => [
+ 'name' => 'Loqo',
+ ],
+ 'ogImage' => [
+ 'name' => 'Sosial paylaşma loqosu',
+ 'warning' => '1200 x 630 qətnamə ilə olmalıdır. ',
+
+ ],
+ 'currencies' => [
+ 'name' => 'Aktiv valyutalar',
+ ],
+ 'latest-limit' => [
+ 'name' => 'Ən son hədd',
+ ],
+ 'site_address' => [
+ 'name' => 'Sayt ünvanı',
+ 'warning' => 'Avtomatik olaraq www. www.sitename.com ',
+ ],
+ 'google_map_key' => [
+ 'name' => 'Google Map Api Açarı',
+ ],
+
+ 'default_country' => [
+ 'name' => 'Defolt Elan Ölkəsi',
+ ],
+ 'hide_price_categories' => [
+ 'name' => 'Kateqoriyalardakı qiymətləri gizlədin',
+ 'instructions' => 'Bir reklam yaratdığınızda və ya bu kateqoriyalara uyğun bir reklam görüntülədiyiniz zaman qiymət gizlədiləcəkdir.'
+ ],
+ 'free_currencyconverterapi_key' => [
+ 'name' => 'Valyuta çeviricisinin API açarı'
+ ],
+ 'default_city' => [
+ 'name' => 'Defolt Şəhər',
+ ],
+ 'default_district' => [
+ 'name' => 'Defolt Elan Rayonu',
+ ],
+ 'default_neighborhood' => [
+ 'name' => 'Defolt Elan Qonşuluq',
+ ],
+ 'default_currency' => [
+ 'name' => 'Defolt Valyuta',
+ ],
+ 'default_GET' => [
+ 'name' => 'Defolt Elan GET',
+ ],
+ 'twitter' => [
+ 'name' => 'Twitter',
+ ],
+ 'facebook' => [
+ 'name' => 'Facebook',
+ ],
+ 'youtube' => [
+ 'name' => 'Youtube',
+ ],
+ 'google' => [
+ 'name' => 'Google',
+ ],
+ 'listing_page_image' => [
+ 'name' => 'Səhifənin görüntüləməsi',
+ ],
+ 'hide_standard_price_field' => [
+ 'name' => 'Standart qiymət sahəsini gizlət',
+ ],
+ 'hide_options_field' => [
+ 'name' => 'Seçimlər sahəsini gizlədin',
+ ],
+ 'hide_village_field' => [
+ 'name' => 'Kənd sahəsini gizlədin',
+ ],
+ 'hide_configurations' => [
+ 'name' => 'Konfiqurasiyalar düyməsini gizlədin',
+ 'instructions' => 'Reklam Önizləmə Səhifəsində Konfiqurasiyalar Düyməsini gizlədin',
+ ],
+ 'make_all_fields_required' => [
+ 'name' => 'Bütün sahələri tələb olun',
+ 'instructions' => 'Reklam yaratarkən istifadəçidən Qiymət və Təsvir sahələrini doldurmasını tələb edin',
+ ],
+ 'make_map_required' => [
+ 'name' => 'Xəritə tələb olun',
+ 'instructions' => 'Reklam yaratarkən istifadəçidən xəritədə bir sancaq yerləşdirməsini tələb edin',
+ ],
+ 'hide_listing_standard_price' => [
+ 'name' => 'Listing Standart Qiymətini gizlədin',
+ ],
+ 'enabled_currencies' => [
+ 'name' => 'Aktiv valyutalar',
+ ],
+ 'google_statistic_code' => [
+ 'name' => 'Google Statistik Kod',
+ ],
+ 'register_email_field' => [
+ 'name' => 'İstifadəçi Qeyd E-poçtu tələbi',
+ ],
+ 'market_place' => [
+ 'name' => 'Bazar yeri',
+ 'instructions' => 'If the marketplace is down, your site will act as ecommerce. For example,
+ some fields in the profile such as ads, dopings, messages, sale, packages and store are not visible and
+ removes corporate membership.'
+ ],
+ 'price_area_hidden' => [
+ 'name' => 'Qiymət sahəsi gizlidir',
+ ],
+ 'hide_price_filter' => [
+ 'name' => 'Qiymət filtrini gizlət',
+ ],
+ 'hide_date_filter' => [
+ 'name' => 'Tarix Filtrini Gizlət',
+ ],
+ 'hide_photo_filter' => [
+ 'name' => 'Şəkil Filtrini Gizlət',
+ ],
+ 'hide_map_filter' => [
+ 'name' => 'Xəritə filtrini gizlət',
+ ],
+ 'show_lang_url' => [
+ 'name' => 'URL üçün Lang Parametrini Göstərin',
+ ],
+ 'popular_ads_limit' => [
+ 'name' => 'Populyar elanlar limiti',
+ ],
+
+ //Image
+
+ 'image_resize_backend' => [
+ 'name' => 'Image Resize Backend',
+ ],
+ 'full_image_width' => [
+ 'name' => 'Tam şəkil genişliyi',
+ ],
+ 'full_image_height' => [
+ 'name' => 'Tam şəkil boyu',
+ ],
+ 'medium_image_width' => [
+ 'name' => 'Orta şəkil genişliyi',
+ ],
+ 'medium_image_height' => [
+ 'name' => 'Orta şəkil boyu',
+ ],
+ 'thumbnail_width' => [
+ 'name' => 'Eskiz eni',
+ ],
+ 'thumbnail_height' => [
+ 'name' => 'Eskiz hündürlüyü',
+ ],
+ 'add_canvas' => [
+ 'name' => 'Kətan əlavə edin',
+ ],
+ 'image_canvas_width' => [
+ 'name' => 'Şəkil kətan eni',
+ ],
+ 'image_canvas_height' => [
+ 'name' => 'Şəkil kətan hündürlüyü',
+ ],
+ 'watermark_type' => [
+ 'name' => 'Su nişanının növü',
+ ],
+ 'watermark_text' => [
+ 'name' => 'Su nişanı Mətn',
+ ],
+ 'watermark_image' => [
+ 'name' => 'Su nişanı şəkli',
+ ],
+ 'watermark_position' => [
+ 'name' => 'Su nişanının mövqeyi',
+ ],
+ 'user_filter_limit' => [
+ 'name' => 'İstifadəçi Filter Limiti',
+ 'instructions' => 'İdarə panelində'
+ ],
+ 'show_breadcrumb_when_creating_ad' => [
+ 'name' => 'Reklam yaratarkən çörək parçasını göstərin',
+ ],
+ 'show_ads_count' => [
+ 'name' => 'Reklam sayını göstərin',
+ 'instructions' => 'Sol kateqoriyalar siyahısında reklamların sayını göstərin',
+ ],
+ 'ads_date_hidden' => [
+ 'name' => 'Yaranmış Tarixi Gizlət',
+ 'instructions' => 'Reklamların ətraflı səhifəsində yaradılan tarixi gizlədin',
+ ],
+ 'hide_listing_header' => [
+ 'name' => 'Listing Header gizlədin',
+ 'instructions' => 'Sifariş və görünüş növlərinə gizlənmək',
+ ],
+ 'hide_filter_section' => [
+ 'name' => 'Filtr Bölməsini gizlədin',
+ 'instructions' => 'Siyahı səhifəsində sol filtr sahəsinə gizlənir',
+ ],
+ 'hide_seller_info' => [
+ 'name' => 'Satıcı haqqında məlumatları gizlədin',
+ 'instructions' => 'Reklam detalları səhifəsində satıcı məlumatlarına gizlənmək',
+ ],
+ 'show_post_ad_agreement' => [
+ 'name' => 'Post Elan Müqaviləsini Göstərin',
+ 'instructions' => 'Reklam yaratma səhifəsində bir məxfilik siyasəti müqaviləsini göstərmək istəyirsinizsə, bunu aktivləşdirin',
+ ],
+ 'override_text' => [
+ 'name' => 'Mətni ləğv edin',
+ 'instructions' => 'Köhnə dəyər: Yeni dəyər'
+ ],
+ 'steps_color' => [
+ 'name' => 'Adımlar Rəng',
+ 'instructions' => 'Proqressiv addımların rəngini dəyişdirir.'
+ ],
+ 'create_ad_button_color' => [
+ 'name' => 'Reklam Düyməsini Rəng Yaradın',
+ 'instructions' => 'Yeni reklam kateqoriyası seçimi bitdikdə görünən düyməni dəyişdirir.'
+ ],
+ 'lang_switcher_for_browser' => [
+ 'name' => 'Brauzer üçün Lang Switcher',
+ 'instructions' => 'Brauzer dilini aktiv dil kimi seçməyə imkan verir'
+ ],
+ 'get_categories' => [
+ 'name' => 'Kateqoriyalar alın',
+ 'instructions' => 'GET mülkiyyətinin etibarlı olacağı kateqoriyanı təmsil edir.'
+ ],
+ 'watermark' => [
+ 'name' => 'Filigran',
+ 'instructions' => 'Filigran aktivdir?'
+ ],
+ 'detailed_product_options' => [
+ 'name' => 'Ətraflı məhsul seçimləri',
+ 'instructions' => 'Məhsul üçün stok və qiymət məlumatlarını daxil etməyə imkan verir'
+ ],
+ 'show_subcats_mobile' => [
+ 'name' => 'Mobil görünüşdə alt kateqoriyalar göstərin',
+ ],
+ 'show_price_to_members_only' => [
+ 'name' => 'Qiyməti yalnız üzvlərə göstərin',
+ ],
+ 'hide_ad_cat' => [
+ 'name' => 'Kateqoriyalarları gizlədin',
+ 'instructions' => 'Reklam siyahısında kateqoriyalar gizlədin'
+ ],
+ 'show_finish_and_publish_date' => [
+ 'name' => 'Bitmə tarixini göstərin və Yaratma Tarixini Yayınlayın',
+ 'instructions' => 'Reklam yaratma səhifəsindəki dərc_at və bitir_at sahələrini göstərir.'
+ ],
+ 'show_tax_field' => [
+ 'name' => 'Show Tax Field',
+ 'instructions' => 'When this option is enabled, you can set the tax rate on the ad creation page.'
+ ],
+ 'hide_contact_created_at' => [
+ 'name' => 'Hide Contact Fields For in Create New Ad'
+ ]
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/az/stream.php b/resources/default/addons/visiosoft/advs-module/lang/az/stream.php
new file mode 100644
index 000000000..f4e1968da
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/az/stream.php
@@ -0,0 +1,37 @@
+ [
+ 'name' => 'Advs',
+ ],
+ 'categories' => [
+ 'name' => 'Kateqoriyalar',
+ ],
+ 'village' => [
+ 'name' => 'Kənd',
+ ],
+ 'custom_fields' => [
+ 'name' => 'Xüsusi sahələr',
+ ],
+ 'custom_field_advs' => [
+ 'name' => 'Xüsusi sahə məsləhətçiləri',
+ ],
+ 'cf_values' => [
+ 'name' => 'Cf dəyərləri',
+ ],
+ 'options' => [
+ 'name' => 'Seçimlər',
+ ],
+ 'product_options' => [
+ 'name' => 'Məhsul seçimləri',
+ ],
+ 'productoptions_value' => [
+ 'name' => 'Seçimlər dəyəri',
+ ],
+ 'option_configuration' => [
+ 'name' => 'Konfiqurasiya',
+ ],
+ 'status' => [
+ 'name' => 'Status',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/az/view.php b/resources/default/addons/visiosoft/advs-module/lang/az/view.php
new file mode 100644
index 000000000..853bb5a91
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/az/view.php
@@ -0,0 +1,6 @@
+ 'Bitməmiş',
+ 'advanced' => 'Qabaqcıl',
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/bg/addon.php b/resources/default/addons/visiosoft/advs-module/lang/bg/addon.php
new file mode 100644
index 000000000..1f3d70441
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/bg/addon.php
@@ -0,0 +1,8 @@
+ 'Реклами',
+ 'name' => 'Модул за реклами',
+ 'description' => 'Модул за реклами',
+ 'info' => 'This is the screen where you can add, delete and edit ads from the Ads page. On this page, you can simply do the operations such as post management and ad configuration.'
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/bg/button.php b/resources/default/addons/visiosoft/advs-module/lang/bg/button.php
new file mode 100644
index 000000000..fdd3fc883
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/bg/button.php
@@ -0,0 +1,48 @@
+ 'Ново класифицирано',
+ 'new_classified' => 'Ново класифицирано',
+ 'new_category' => 'Нова категория',
+ 'new_country' => 'Нова държава',
+ 'new_city' => 'Нов град',
+ 'new_district' => 'Нова област',
+ 'new_neighborhood' => 'Нова махала',
+ 'new_village' => 'Ново село',
+ 'edit' => "редактиране",
+ 'approve' => "Одобрете",
+ 'decline' => 'Отклонение',
+ 'extend' => 'Разшири',
+ 'extend_all' => 'Разширяване на всички',
+ 'convert_currency' => 'Конвертиране на валута',
+ 'categories' => 'Категории',
+ 'sub_category' => 'Подкатегории',
+ 'add_sub_category' => 'Добавяне на подкатегория',
+ 'sub_cities' => 'Подградове',
+ 'add_sub_cities' => 'Добавете Sub City',
+ 'add_sub_districts' => 'Добавете подрайон',
+ 'add_sub_neighborhoods' => 'Добавете Под квартал',
+ 'add_sub_village' => 'Добавяне на Sub Village',
+ 'sub_districts' => 'Подрайони',
+ 'sub_neighborhoods' => 'Под квартали',
+ 'sub_village' => 'Sub Village',
+ 'general_settings' => 'Основни настройки',
+ 'save_category' => 'Запазване на категорията',
+ 'change_owner' => 'Промяна на собственика',
+ 'update_category' => [
+ 'name' => 'Актуализиране на категорията'
+ ],
+ 'new_option' => 'Нова опция',
+ 'export' => 'Износ',
+ 'new_productoption' => 'Нова Продуктопция',
+ 'new_productoptions_value' => 'Стойност на опцията за нов продукт',
+ 'new_options_configuration' => 'Нова конфигурация на опцията',
+ 'new_option_configuration' => 'Нова конфигурация на опцията',
+ 'create_configurations' => 'Създаване на конфигурации',
+ 'replicate' => 'Реплика',
+ 'fast_create' => 'Бързо създаване',
+ 'publish' => 'Публикувай',
+ 'import' => 'Внос',
+ 'new_status' => 'Нов статус',
+ 'fast_edit' => 'Бързо редактиране',
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/bg/currency.php b/resources/default/addons/visiosoft/advs-module/lang/bg/currency.php
new file mode 100644
index 000000000..8d8d251a2
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/bg/currency.php
@@ -0,0 +1,6 @@
+ 'Долар',
+ 'EUR' => 'Евро',
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/bg/field.php b/resources/default/addons/visiosoft/advs-module/lang/bg/field.php
new file mode 100644
index 000000000..86cff6682
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/bg/field.php
@@ -0,0 +1,385 @@
+ [
+ 'name' => 'Заглавие'
+ ],
+ 'order' => [
+ 'name' => 'Поръчка'
+ ],
+ 'slug' => [
+ 'name' => 'Плужек'
+ ],
+ 'parent_category' => [
+ 'name' => 'Родител'
+ ],
+ 'category' => [
+ 'name' => 'Заглавие на категорията'
+ ],
+ 'price' => [
+ 'name' => 'Цена'
+ ],
+ 'standard_price' => [
+ 'name' => 'Стандартна цена'
+ ],
+ 'date' => [
+ 'name' => 'Дата'
+ ],
+ 'photo' => [
+ 'name' => 'Снимка'
+ ],
+ 'video' => [
+ 'name' => 'Видео'
+ ],
+ 'map' => [
+ 'name' => 'Карта'
+ ],
+ 'stock' => [
+ 'name' => 'Наличност'
+ ],
+ 'advs_desc' => [
+ 'name' => 'Описание'
+ ],
+ 'online_payment' => [
+ 'name' => 'Онлайн плащане'
+ ],
+ 'city' => [
+ 'name' => 'Град'
+ ],
+ 'country' => [
+ 'name' => 'Страна'
+ ],
+ 'district' => [
+ 'name' => 'Област'
+ ],
+ 'neighborhood' => [
+ 'name' => 'Квартал'
+ ],
+ 'village' => [
+ 'name' => 'Село'
+ ],
+ 'files' => [
+ 'name' => 'Изображения'
+ ],
+ 'cat1' => [
+ 'name' => 'Основна категория'
+ ],
+ 'cat2' => [
+ 'name' => 'Подкатегория 1'
+ ],
+ 'cat3' => [
+ 'name' => 'Подкатегория 2'
+ ],
+ 'cat4' => [
+ 'name' => 'Подкатегория 3'
+ ],
+ 'cat5' => [
+ 'name' => 'Подкатегория 4'
+ ],
+ 'cat6' => [
+ 'name' => 'Подкатегория 5'
+ ],
+ 'cat7' => [
+ 'name' => 'Подкатегория 6'
+ ],
+ 'cat8' => [
+ 'name' => 'Подкатегория 7'
+ ],
+ 'cat9' => [
+ 'name' => 'Подкатегория 8'
+ ],
+ 'cat10' => [
+ 'name' => 'Подкатегория 9'
+ ],
+ 'currency' => [
+ 'name' => 'Валута'
+ ],
+ 'status' => [
+ 'name' => 'Състояние',
+ 'option' => [
+ 'approved' => 'Одобрена',
+ 'expired' => 'Просрочен',
+ 'unpublished' => 'Непубликувано',
+ 'pending_admin' => 'Изчаква администратор',
+ 'pending_user' => 'Изчакващ потребител'
+ ]
+ ],
+ 'pending_adv' => [
+ 'name' => 'Непубликувано'
+ ],
+ 'finish_at' => [
+ 'name' => 'Завършете в'
+ ],
+ 'cover_photo' => [
+ 'name' => 'Снимка на корицата'
+ ],
+ 'favs_adv' => [
+ 'name' => 'Fav Ads'
+ ],
+ 'my_adv' => [
+ 'name' => 'ADVS'
+ ],
+ 'description' => 'Описание',
+ 'explanation' => 'Обяснение',
+ 'type' => [
+ 'name' => 'Тип'
+ ],
+ 'parent_adv' => [
+ 'name' => 'Свързана реклама'
+ ],
+ 'value' => [
+ 'name' => 'Стойност'
+ ],
+ 'list' => 'Списък',
+ 'home' => 'У дома',
+ 'list-page' => 'Страница на списъка',
+ 'search' => 'Търсене',
+ 'reset' => 'Reset',
+ 'recommended' => 'Препоръчани реклами за вас',
+ 'filter' => 'Филтър',
+ 'sort' => 'Вид',
+ 'sort_by' => 'Сортирай по',
+ 'pick_option' => 'Изберете опция',
+ 'pick_ordering' => 'Поръчка',
+ 'price_high' => 'Цената висока към ниска',
+ 'price_low' => 'Цена от ниска до висока',
+ 'newest' => 'Най-новият',
+ 'oldest' => 'Най-старите',
+ 'address_a_z' => 'Адрес (от А до Я)',
+ 'address_z_a' => 'Адрес (от Z до A)',
+ 'categories' => [
+ 'name' => 'Категории'
+ ],
+ 'all_categories' => 'Всички категории',
+ 'location' => 'Местоположение',
+ 'send_message' => 'Изпрати съобщение',
+ 'phone_gsm' => 'Gsm телефон',
+ 'phone_office' => 'Офис телефон',
+ 'add_to_favorites' => "Добави към любими",
+ 'send' => 'Изпрати',
+ 'search_name' => 'Име за търсене',
+ 'my_favorite_searches' => 'Любими търсения',
+ 'search_desc' => 'Тук можете да добавяте и управлявате любимите си селекции за търсене.',
+ 'complaint_placeholder' => 'Въведете данните за жалбата си тук.',
+ 'show_details' => 'Покажи детайли',
+ 'ad_actions' => 'Рекламни действия',
+ 'edit' => 'редактиране',
+ 'approve' => 'Одобрете',
+ 'passive' => "Пасивен",
+ 'sold' => 'Продаден',
+ 'offered_by' => 'Предлага се от',
+ 'more_ads_by' => 'Още реклами от',
+ 'click_phone' => 'Показване на телефонен номер',
+ 'share' => 'Дял',
+ 'report' => 'Подайте сигнал за тази реклама',
+ 'features' => 'Характеристика',
+ "streetview" => "изглед от улицата",
+ 'recommended_ads' => 'Препоръчани реклами за вас',
+ 'new' => 'Ново',
+ 'short_info' => 'Кратка информация',
+ 'secure_trading' => 'Сигурна търговия',
+ '24/7' => 'Денонощна поддръжка',
+ 'easy_trading' => 'Лесна търговия',
+ 'need_help' => 'Нужда от помощ?',
+ 'give_a_call' => 'Обадете се на',
+ 'message_sent' => 'Съобщението е изпратено!',
+ 'asap' => 'Съобщението е изпратено, продавачът ще се свърже с вас възможно най-скоро.',
+ 'ad_id' => 'Идент. № на рекламата',
+ 'contact_with' => 'Свържи се с',
+ 'create_adv' => 'Създайте реклама',
+ 'edit_adv' => 'Редактиране на рекламата',
+ 'mandatory_fields' => 'Задължителни полета',
+ 'ad_post' => 'Рекламна публикация',
+ 'sell_item' => 'Продайте артикул или услуга',
+ 'search_save' => 'Любимото търсене е запазено успешно',
+ 'address' => 'Адрес',
+ 'email' => 'Електронна поща',
+ 'phone' => 'Телефон',
+ 'send_us_your_feedback' => 'Изпратете ни вашите отзиви',
+ 'online_shopping' => 'ВЗЕМЕТЕ',
+ 'approved' => 'Одобрена успешно',
+ 'extended' => 'Разширено успешно',
+ 'declined' => 'Отказано успешно',
+ 'search_on_map' => 'Търсене на карта',
+ 'post_free_ad' => 'Публикувайте безплатна реклама',
+ 'select_a_category' => 'Избери категория',
+ 'select_a_sub_category' => 'Изберете подкатегория',
+ 'all_dopings_added' => 'За тази реклама са добавени всички видове допинг.',
+ 'is_get_adv' => [
+ 'name' => 'ВЗЕМЕТЕ'
+ ],
+ 'corporate_info' => 'Корпоративна информация',
+ 'featured_ads' => "Представени реклами",
+ 'trending_ads' => 'Trendind Ads',
+ 'search_ad_result_prefix' => 'На',
+ 'search_ad_result_text' => ': пребройте реклами бяха намерени при вашето търсене : name ',
+ 'search_ads_result_message' => [
+ 'name' => ': брой реклами намерени за: търсене на име',
+ ],
+ 'total' => 'Обща сума',
+ 'quantity' => 'Количество',
+ 'view_cart' => 'Вижте кошницата',
+ 'no_ads' => 'Няма намерени реклами.',
+ 'show_display_mode' => [
+ 'map' => 'Карта',
+ 'list' => 'Списък',
+ ],
+ 'advs_list_table_thead' => [
+ 'name' => 'Име на рекламата',
+ 'price' => 'Цена',
+ 'publish_at' => 'Дата на рекламата',
+ 'location_city' => 'Град',
+ 'location_country' => 'Страна',
+ ],
+ 'show_list_view' => [
+ 'name' => 'Списък',
+ ],
+ 'show_table_view' => [
+ 'name' => 'Таблица',
+ ],
+ 'showcase' => [
+ 'name' => 'Витрина',
+ ],
+ 'new_ad' => [
+ 'name' => 'Нова реклама',
+ ],
+ 'profile' => [
+ 'name' => 'Профил',
+ ],
+ 'my_ads' => [
+ 'name' => 'Моите реклами',
+ ],
+ 'sold_out' => [
+ 'name' => 'Продадено',
+ ],
+ 'edit_category' => 'Редактиране на категория',
+ 'set_category' => 'Задаване на категория',
+ 'max' => [
+ 'name' => 'Макс',
+ ],
+ 'min' => [
+ 'name' => 'Мин',
+ ],
+ 'in_the_last_24_hours' => [
+ 'name' => 'В последните 24 часа'
+ ],
+ 'in_the_last_day' => [
+ 'name' => 'В последните 24 часа'
+ ],
+ 'in_the_last_week' => [
+ 'name' => 'През последната седмица'
+ ],
+ 'in_the_last_month' => [
+ 'name' => 'През последния месец'
+ ],
+ 'ads_with_photo' => [
+ 'name' => 'Реклами със снимка'
+ ],
+ 'ads_with_video' => [
+ 'name' => 'Реклами с видео'
+ ],
+ 'yes' => [
+ 'name' => 'Да'
+ ],
+ 'no' => [
+ 'name' => 'Не'
+ ],
+ 'is_system' => [
+ 'name' => 'Е система',
+ 'instructions' => 'Състоянието на системата е задължително и не трябва да се променя',
+ ],
+ 'user_access' => [
+ 'name' => 'Потребителски достъп',
+ 'instructions' => 'Може ли потребителят да използва това състояние в своите реклами?',
+ ],
+ "no_location" => "Не е избрано място.",
+ "continue" => 'продължи',
+ "gallery" => 'Галерия',
+ "ad" => 'Реклама',
+ "ads" => 'Реклами',
+ "were_found" => 'са намерени.',
+
+ // Pending screen
+ 'pending_message_1' => 'Обявата е в процес на одобрение',
+ 'pending_message_2' => "Дата на актуализация на рекламата",
+ 'pending_message_3' => 'Очаквано време на изчакване',
+ 'pending_message_4' => 'Времето, прекарано в процеса на одобрение, ще се добави към времето за допинг.',
+ 'pending_message_5' => 'Не могат да се извършват транзакции от кол центъра по отношение на рекламата в процеса на одобрение.',
+ 'hours' => 'часа',
+
+ // Preview page
+ 'preview_text' => [
+ 'part_1' => 'Ако следната информация за вашата реклама е вярна, щракнете върху бутона „Напред“ и преминете към следващата стъпка.',
+ 'part_2' => 'Ако не, щракнете върху бутона „Редактиране“.',
+ ],
+ 'views' => 'Изгледи',
+
+ // Detail page
+ "no_street_view" => "На това място няма изображение на уличен изглед",
+ 'edit_my_contact_info' => 'Редактиране на моята информация за контакт',
+ 'update_my_contact_info' => 'актуализирай информацията за контакт',
+ 'contact_info' => 'Информация за връзка',
+ 'ad_info' => 'Информация за рекламата',
+
+ // Select cat
+ 'select_category_step_by_step' => 'Изберете Категория стъпка по стъпка',
+
+ // New create page
+ 'options' => 'Настроики',
+ 'category_selection' => 'Избор на категория',
+ 'listing_details' => 'Подробности за списъка',
+ 'preview' => 'Визуализация',
+ 'congratulations' => 'Честито',
+ 'ad_desc' => 'Описание на рекламата',
+ 'upload_photos' => 'Качване на снимки',
+ 'upload_files' => 'Качване на файлове',
+ 'additional_fields' => 'Допълнителни полета',
+ 'ad_location' => 'Местоположение на рекламата',
+ 'owner' => 'Собственик',
+ 'default_owner_instruction' => 'Собственикът ще използва по подразбиране текущия потребител, ако не е избран потребител',
+ 'create_page_subtitle' => 'Създайте рекламата безупречно, като въведете подробна информация за нея.',
+ 'with_my_phone_numbers' => 'With my phone numbers',
+ 'not_with_my_phone_numbers' => "I don't want to be reached by phone",
+ 'how_can_you_be_contacted' => "How can you be contacted?",
+
+ // Listing page
+ 'ad_title' => 'Заглавие на рекламата',
+ 'listing_date' => 'Дата на обявата',
+ 'view' => 'Изглед',
+ 'ads_with_map' => 'Реклами с карта',
+ 'advanced_sorting' => 'Разширено сортиране',
+ 'filter_by_word' => 'Филтрирайте по дума',
+ 'filter_by' => 'Филтрирайте по: име',
+
+ 'free' => 'Безплатно',
+ 'ad_date' => 'Дата на рекламата',
+ 'photo_video' => 'Снимка, видео',
+ 'and_above' => 'и отгоре',
+ 'and_below' => 'и по-долу',
+ 'clear_all' => 'Изчисти всичко',
+ 'balances' => 'Баланси',
+ 'packages' => 'Пакети',
+ 'dopings' => 'Допинг',
+ 'advs' => 'Advs',
+ 'site' => 'Сайт',
+ 'subscription' => 'Абонамент',
+ 'created' => 'Създаден',
+ 'product_option' => [
+ 'name' => 'Вариант на продукта'
+ ],
+ 'option_json' => [
+ 'name' => 'Вариант'
+ ],
+ 'old_price' => [
+ 'name' => 'Стара цена'
+ ],
+ 'save_search' => 'Запазване на търсенето',
+ 'publish_at' => [
+ 'name' => 'Дата на публикуване'
+ ],
+ 'tax' => [
+ 'name' => 'Tax'
+ ],
+ 'name_a_z' => 'Name (A to Z)',
+ 'name_z_a' => 'Name (Z to A)',
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/bg/message.php b/resources/default/addons/visiosoft/advs-module/lang/bg/message.php
new file mode 100644
index 000000000..90f4530d0
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/bg/message.php
@@ -0,0 +1,35 @@
+ 'Понастоящем заявеният продукт липсва или е неактивен',
+ 'please_payment' => 'Моля, платете',
+ 'bank_account_info' => 'Информация за банковата сметка',
+ 'agreement' => 'С натискането на Публикуване вие се съгласявате с нашите Условия за ползване и Политика за поверителност потвърждавате, че сте законният собственик на този елемент.',
+ 'update_category_msg' => 'Класифицираната категория ще бъде актуализирана.',
+ 'updated_category_msg' => 'Категорията е успешно редактирана.',
+ 'create_ad_with_post_cat' => [
+ 'title' => "Изборът на категория е завършен.",
+ 'success' => true,
+ 'continueBtn' => "продължи",
+ ],
+ 'update_category_info' => 'Моля, актуализирайте категорията.',
+ 'filter_by_search_msg' => 'Филтриране по търсене.',
+ 'delete_author_error' => 'Не можете да изтриете публикация, която не ви принадлежи',
+ 'success_delete' => 'Рекламата е изтрита',
+ 'pending_ad_status' => 'Вашата реклама очаква одобрение от редактора.',
+ 'extended' => ': числовата реклама (и) е удължена успешно.',
+ 'category_not_exist' => 'Тази категория вече не съществува!',
+ 'currency_converted' => 'Успешно конвертиране на валута.',
+ 'choose_user' => 'Изберете потребител',
+ 'owner_updated_successfully' => 'Собственикът е актуализиран успешно!',
+ 'no_add_found' => 'Няма намерена реклама!',
+ 'replicated_success' => 'Рекламата е репликирана успешно!',
+ 'ad_doesnt_exist' => "Тази реклама не съществува!",
+ 'select_location_error' => "Моля, изберете местоположение на картата!",
+ 'this_ad_is_not_valid_anymore' => "Тази реклама вече не е валидна!",
+ 'approve_status_change' => "Състоянието на рекламата Ви е настроено на Активно!",
+ 'passive_status_change' => "Състоянието на вашата реклама е зададено на пасивно!",
+ 'sold_status_change' => "Състоянието на вашата реклама е настроено да се продава!",
+ 'status_change' => "Състоянието на вашата реклама е зададено на: статус!",
+ 'disabled_detailed_options_for_admin_role' => "Подробните опции за продукта са деактивирани.",
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/bg/permission.php b/resources/default/addons/visiosoft/advs-module/lang/bg/permission.php
new file mode 100644
index 000000000..c03aa7ac3
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/bg/permission.php
@@ -0,0 +1,108 @@
+ [
+ 'name' => 'Реклами',
+ 'option' => [
+ 'read' => 'Може ли да чете реклами?',
+ 'write' => 'Може ли да създавате / редактирате реклами?',
+ 'delete' => 'Може ли да изтриете реклами?',
+ ],
+ ],
+ 'categories' => [
+ 'name' => 'Категории',
+ 'option' => [
+ 'read' => 'Може ли да чете категории?',
+ 'write' => 'Може ли да създавате / редактирате категории?',
+ 'delete' => 'Може ли да изтриете категории?',
+ ],
+ ],
+ 'village' => [
+ 'name' => 'Село',
+ 'option' => [
+ 'read' => 'Може ли да чете село?',
+ 'write' => 'Може ли да създавате / редактирате село?',
+ 'delete' => 'Може ли да изтриете село?',
+ ],
+ ],
+ 'custom_fields' => [
+ 'name' => 'Персонализирани полета',
+ 'option' => [
+ 'read' => 'Може ли да чете персонализирани полета?',
+ 'write' => 'Може ли да създава / редактира персонализирани полета?',
+ 'delete' => 'Може ли да изтриете персонализирани полета?',
+ ],
+ ],
+ 'custom_field_advs' => [
+ 'name' => 'Персонализирани полеви реклами',
+ 'option' => [
+ 'read' => 'Може ли да чете реклами по поръчка?',
+ 'write' => 'Може ли да създава / редактира персонализирани реклами на поле?',
+ 'delete' => 'Може ли да изтриете персонализирани реклами на поле?',
+ ],
+ ],
+ 'cf_values' => [
+ 'name' => 'Cf стойности',
+ 'option' => [
+ 'read' => 'Може ли да чете cf стойности?',
+ 'write' => 'Може ли да създава / редактира cf стойности?',
+ 'delete' => 'Може ли да изтриете cf стойности?',
+ ],
+ ],
+ 'options' => [
+ 'name' => 'Настроики',
+ 'option' => [
+ 'read' => 'Може ли да чете опции?',
+ 'write' => 'Може ли да създавате / редактирате опции?',
+ 'delete' => 'Може ли да изтриете опции?',
+ ],
+ ],
+ 'productoptions' => [
+ 'name' => 'Productoptions',
+ 'option' => [
+ 'read' => 'Може ли да чете опции за продукти?',
+ 'write' => 'Може ли да създава / редактира продуктови опции?',
+ 'delete' => 'Може ли да изтриете опции за продукти?',
+ ],
+ ],
+ 'productoptions_value' => [
+ 'name' => 'Стойност на опциите на продукта',
+ 'option' => [
+ 'read' => 'Може ли да се чете стойност на опциите на продукта?',
+ 'write' => 'Може ли да създава / редактира стойност на опциите на продукта?',
+ 'delete' => 'Може ли да изтриете стойност на опциите на продукта?',
+ ],
+ ],
+ 'options_configuration' => [
+ 'name' => 'Конфигурация на опциите',
+ 'option' => [
+ 'read' => 'Може ли да се прочете конфигурацията на опциите?',
+ 'write' => 'Може ли да създавате / редактирате конфигурация на опции?',
+ 'delete' => 'Може ли да изтриете конфигурацията на опциите?',
+ ],
+ ],
+ 'option_configuration' => [
+ 'name' => 'Конфигурация на опция',
+ 'option' => [
+ 'read' => 'Може ли да се прочете конфигурацията на опцията?',
+ 'write' => 'Може ли да създавате / редактирате конфигурация на опция?',
+ 'delete' => 'Може ли да изтриете конфигурацията на опцията?',
+ ],
+ ],
+ 'option_configuration' => [
+ 'name' => 'Конфигурация на опция',
+ 'option' => [
+ 'read' => 'Може ли да се прочете конфигурацията на опцията?',
+ 'write' => 'Може ли да създавате / редактирате конфигурация на опция?',
+ 'delete' => 'Може ли да изтриете конфигурацията на опцията?',
+ ],
+ ],
+ 'status' => [
+ 'name' => 'Състояние',
+ 'option' => [
+ 'read' => 'Може ли да чете състояние?',
+ 'write' => 'Може ли да създава / редактира статус?',
+ 'delete' => 'Може ли да изтриете състоянието?',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/bg/section.php b/resources/default/addons/visiosoft/advs-module/lang/bg/section.php
new file mode 100644
index 000000000..f99cfbe82
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/bg/section.php
@@ -0,0 +1,64 @@
+ [
+ 'title' => 'Реклами',
+ ],
+ 'categories' => [
+ 'title' => 'Категории',
+ ],
+ 'countries' => [
+ 'title' => 'Държави',
+ ],
+ 'cities' => [
+ 'title' => 'Градове',
+ ],
+ 'districts' => [
+ 'title' => 'Области',
+ ],
+ 'neighborhoods' => [
+ 'title' => 'Квартали',
+ ],
+ 'village' => [
+ 'title' => 'Село',
+ ],
+ 'custom_fields' => [
+ 'title' => 'Персонализирани полета',
+ ],
+ 'custom_field_advs' => [
+ 'title' => 'Персонализирани полеви реклами',
+ ],
+ 'cf_values' => [
+ 'title' => 'Cf стойности',
+ ],
+ 'fields' => [
+ 'title' => 'Персонализирани полета'
+ ],
+ 'assets_clear' => [
+ 'name' => 'Активи изчистени'
+ ],
+ 'general' => 'Общ',
+ 'ads' => 'Реклами',
+ 'user' => 'Потребител',
+ 'filter' => 'Филтър',
+ 'create_ad' => 'Създайте реклама',
+ 'options' => [
+ 'title' => 'Настроики',
+ ],
+ 'ads_image' => 'Изображение на реклами',
+ 'product_options' => [
+ 'title' => 'Настроики',
+ ],
+ 'productoptions_value' => [
+ 'title' => 'Опции Стойност',
+ ],
+ 'option_configuration' => [
+ 'title' => 'Конфигурация',
+ ],
+ 'translations' => 'Преводи',
+ 'status' => [
+ 'title' => 'Състояние',
+ ],
+ 'ads_detail' => 'Подробности за рекламите',
+
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/bg/setting.php b/resources/default/addons/visiosoft/advs-module/lang/bg/setting.php
new file mode 100644
index 000000000..d61d4acae
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/bg/setting.php
@@ -0,0 +1,286 @@
+ [
+ 'name' => 'Автоматично одобряване',
+ ],
+ 'default_view_type' => [
+ 'name' => 'Тип изглед по подразбиране',
+ ],
+ 'hide_zero_price' => [
+ 'name' => 'Скриване на цената, ако е нула',
+ 'instructions' => 'Скрийте цената, ако рекламната цена е 0',
+ ],
+ 'estimated_pending_time' => [
+ 'name' => 'Очаквано чакащо време',
+ 'instructions' => 'След часове',
+ ],
+ 'default_published_time' => [
+ 'name' => 'Време за публикуване по подразбиране',
+ ],
+ 'address' => [
+ 'name' => 'Адрес за контакт',
+ ],
+ 'phone' => [
+ 'name' => 'Телефон за връзка',
+ ],
+ 'favicon' => [
+ 'name' => 'Favicon',
+ ]
+ , 'map_coordinates_long' => [
+ 'name' => 'Карта Дълги координати',
+ ],
+ 'map_coordinates_lat' => [
+ 'name' => 'Карта Lat координата',
+ ],
+ 'iban_numbers' => [
+ 'name' => 'IBAN',
+ ],
+ 'logo' => [
+ 'name' => 'Лого',
+ ],
+ 'ogImage' => [
+ 'name' => 'Лого на Social Share',
+ 'warning' => 'Трябва да е с разделителна способност 1200 x 630. ',
+
+ ],
+ 'currencies' => [
+ 'name' => 'Активни валути',
+ ],
+ 'latest-limit' => [
+ 'name' => 'Последен лимит',
+ ],
+ 'site_address' => [
+ 'name' => 'Адрес на сайта',
+ 'warning' => 'Автоматично добавено www. www.сайта.com ',
+ ],
+ 'google_map_key' => [
+ 'name' => 'Google Map Api Key',
+ ],
+
+ 'default_country' => [
+ 'name' => 'Държава на рекламата по подразбиране',
+ ],
+ 'hide_price_categories' => [
+ 'name' => 'Скриване на цените върху категориите',
+ 'instructions' => 'Цената ще бъде скрита, когато създадете реклама или разгледате реклама под тези категории.'
+ ],
+ 'free_currencyconverterapi_key' => [
+ 'name' => 'API ключ за конвертор на валута'
+ ],
+ 'default_city' => [
+ 'name' => 'Град за реклами по подразбиране',
+ ],
+ 'default_district' => [
+ 'name' => 'Рекламен район по подразбиране',
+ ],
+ 'default_neighborhood' => [
+ 'name' => 'Квартал по подразбиране',
+ ],
+ 'default_currency' => [
+ 'name' => 'Валута на рекламата по подразбиране',
+ ],
+ 'default_GET' => [
+ 'name' => 'Реклама по подразбиране GET',
+ ],
+ 'twitter' => [
+ 'name' => 'Twitter',
+ ],
+ 'facebook' => [
+ 'name' => 'Facebook',
+ ],
+ 'youtube' => [
+ 'name' => 'Youtube',
+ ],
+ 'google' => [
+ 'name' => 'Google',
+ ],
+ 'listing_page_image' => [
+ 'name' => 'Изображение на страницата с обяви',
+ ],
+ 'hide_standard_price_field' => [
+ 'name' => 'Скриване на полето със стандартна цена',
+ ],
+ 'hide_options_field' => [
+ 'name' => 'Скриване на полето за опции',
+ ],
+ 'hide_village_field' => [
+ 'name' => 'Скрий полето на село',
+ ],
+ 'hide_configurations' => [
+ 'name' => 'Скрийте бутона за конфигурации',
+ 'instructions' => 'Скрийте бутона за конфигурации в страницата за визуализация на рекламата',
+ ],
+ 'make_all_fields_required' => [
+ 'name' => 'Направете всички полета задължителни',
+ 'instructions' => 'Изисквайте от потребителя да попълва полетата Цена и Описание, когато създава реклама',
+ ],
+ 'make_map_required' => [
+ 'name' => 'Направете карта задължителна',
+ 'instructions' => 'Изисквайте от потребителя да постави щифт на картата, когато създава реклама',
+ ],
+ 'hide_listing_standard_price' => [
+ 'name' => 'Скриване на стандартната цена на обявата',
+ ],
+ 'enabled_currencies' => [
+ 'name' => 'Активирани валути',
+ ],
+ 'google_statistic_code' => [
+ 'name' => 'Статистически код на Google',
+ ],
+ 'register_email_field' => [
+ 'name' => 'Изискване за имейл за регистрация на членове',
+ ],
+ 'market_place' => [
+ 'name' => 'Пазар',
+ 'instructions' => 'If the marketplace is down, your site will act as ecommerce. For example,
+ some fields in the profile such as ads, dopings, messages, sale, packages and store are not visible and
+ removes corporate membership.'
+ ],
+ 'price_area_hidden' => [
+ 'name' => 'Скрита цена',
+ ],
+ 'hide_price_filter' => [
+ 'name' => 'Скриване на ценовия филтър',
+ ],
+ 'hide_date_filter' => [
+ 'name' => 'Скриване на филтъра за дата',
+ ],
+ 'hide_photo_filter' => [
+ 'name' => 'Скриване на филтъра за снимки',
+ ],
+ 'hide_map_filter' => [
+ 'name' => 'Скриване на филтъра на картата',
+ ],
+ 'show_lang_url' => [
+ 'name' => 'Показване на параметъра на езика за URL',
+ ],
+ 'popular_ads_limit' => [
+ 'name' => 'Лимит на популярни реклами',
+ ],
+
+ //Image
+
+ 'image_resize_backend' => [
+ 'name' => 'Image Resize Backend',
+ ],
+ 'full_image_width' => [
+ 'name' => 'Пълна ширина на изображението',
+ ],
+ 'full_image_height' => [
+ 'name' => 'Пълна височина на изображението',
+ ],
+ 'medium_image_width' => [
+ 'name' => 'Средна ширина на изображението',
+ ],
+ 'medium_image_height' => [
+ 'name' => 'Средна височина на изображението',
+ ],
+ 'thumbnail_width' => [
+ 'name' => 'Ширина на миниатюрата',
+ ],
+ 'thumbnail_height' => [
+ 'name' => 'Височина на миниатюрата',
+ ],
+ 'add_canvas' => [
+ 'name' => 'Добавете платно',
+ ],
+ 'image_canvas_width' => [
+ 'name' => 'Ширина на платното на изображението',
+ ],
+ 'image_canvas_height' => [
+ 'name' => 'Височина на платното на изображението',
+ ],
+ 'watermark_type' => [
+ 'name' => 'Тип воден знак',
+ ],
+ 'watermark_text' => [
+ 'name' => 'Текст с воден знак',
+ ],
+ 'watermark_image' => [
+ 'name' => 'Изображение с воден знак',
+ ],
+ 'watermark_position' => [
+ 'name' => 'Позиция на воден знак',
+ ],
+ 'user_filter_limit' => [
+ 'name' => 'Ограничение на потребителския филтър',
+ 'instructions' => 'В администраторския панел'
+ ],
+ 'show_breadcrumb_when_creating_ad' => [
+ 'name' => 'Покажете Breadcrumb при създаване на реклама',
+ ],
+ 'show_ads_count' => [
+ 'name' => 'Показване на броя на рекламите',
+ 'instructions' => 'Показването на рекламите се брои в списъка с леви категории',
+ ],
+ 'ads_date_hidden' => [
+ 'name' => 'Скриване на създадената дата',
+ 'instructions' => 'Скриване на създадената дата в страницата с подробности за рекламите',
+ ],
+ 'hide_listing_header' => [
+ 'name' => 'Скриване на заглавката на списъка',
+ 'instructions' => 'Скриване за подреждане и преглед на типове',
+ ],
+ 'hide_filter_section' => [
+ 'name' => 'Скриване на раздела за филтри',
+ 'instructions' => 'Скриване в лявата зона на филтъра в страницата с обяви',
+ ],
+ 'hide_seller_info' => [
+ 'name' => 'Скриване на информацията за продавача',
+ 'instructions' => 'Скриване на информация за продавача в страницата с подробности за рекламите',
+ ],
+ 'show_post_ad_agreement' => [
+ 'name' => 'Показване на споразумението за публикуване на реклами',
+ 'instructions' => 'Включете това, ако искате да покажете споразумение за политика за поверителност на страницата за създаване на реклама',
+ ],
+ 'override_text' => [
+ 'name' => 'Замяна на текст',
+ 'instructions' => 'Стара стойност: Нова стойност'
+ ],
+ 'steps_color' => [
+ 'name' => 'Стъпки Цвят',
+ 'instructions' => 'Променя цвета на прогресивните стъпки.'
+ ],
+ 'create_ad_button_color' => [
+ 'name' => 'Създайте цвят на бутона за реклами',
+ 'instructions' => 'Променя бутона, който се показва, когато приключи новата категория за реклама.'
+ ],
+ 'lang_switcher_for_browser' => [
+ 'name' => 'Lang Switcher за браузър',
+ 'instructions' => 'Позволява ви да изберете език на браузъра като активен език'
+ ],
+ 'get_categories' => [
+ 'name' => 'ВЗЕМЕТЕ Категории',
+ 'instructions' => 'Той представлява категориите, в които свойството GET ще бъде валидно.'
+ ],
+ 'watermark' => [
+ 'name' => 'Воден знак',
+ 'instructions' => 'Активен ли е водният знак?'
+ ],
+ 'detailed_product_options' => [
+ 'name' => 'Подробни опции за продукта',
+ 'instructions' => 'Позволява ви да въведете информация за запасите и цените на продукта'
+ ],
+ 'show_subcats_mobile' => [
+ 'name' => 'Показване на подкатегории в мобилен изглед',
+ ],
+ 'show_price_to_members_only' => [
+ 'name' => 'Покажи цена само за членовете',
+ ],
+ 'hide_ad_cat' => [
+ 'name' => 'Скриване на категории',
+ 'instructions' => 'Скриване на категориите в списъка с реклами'
+ ],
+ 'show_finish_and_publish_date' => [
+ 'name' => 'Показване на крайната дата и датата на публикуване за създаване',
+ 'instructions' => 'Показва полетата objav_at и finish_at на страницата за създаване на реклама.'
+ ],
+ 'show_tax_field' => [
+ 'name' => 'Show Tax Field',
+ 'instructions' => 'When this option is enabled, you can set the tax rate on the ad creation page.'
+ ],
+ 'hide_contact_created_at' => [
+ 'name' => 'Hide Contact Fields For in Create New Ad'
+ ]
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/bg/stream.php b/resources/default/addons/visiosoft/advs-module/lang/bg/stream.php
new file mode 100644
index 000000000..900f1c52a
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/bg/stream.php
@@ -0,0 +1,37 @@
+ [
+ 'name' => 'Advs',
+ ],
+ 'categories' => [
+ 'name' => 'Категории',
+ ],
+ 'village' => [
+ 'name' => 'Село',
+ ],
+ 'custom_fields' => [
+ 'name' => 'Персонализирани полета',
+ ],
+ 'custom_field_advs' => [
+ 'name' => 'Персонализирани полеви реклами',
+ ],
+ 'cf_values' => [
+ 'name' => 'Cf стойности',
+ ],
+ 'options' => [
+ 'name' => 'Настроики',
+ ],
+ 'product_options' => [
+ 'name' => 'Продуктови опции',
+ ],
+ 'productoptions_value' => [
+ 'name' => 'Стойност на опциите',
+ ],
+ 'option_configuration' => [
+ 'name' => 'Конфигурация',
+ ],
+ 'status' => [
+ 'name' => 'Състояние',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/bg/view.php b/resources/default/addons/visiosoft/advs-module/lang/bg/view.php
new file mode 100644
index 000000000..47520ac45
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/bg/view.php
@@ -0,0 +1,6 @@
+ 'Незавършен',
+ 'advanced' => 'Разширено',
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/bn/addon.php b/resources/default/addons/visiosoft/advs-module/lang/bn/addon.php
new file mode 100644
index 000000000..03f1a498f
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/bn/addon.php
@@ -0,0 +1,8 @@
+ 'বিজ্ঞাপন',
+ 'name' => 'বিজ্ঞাপন মডিউল',
+ 'description' => 'বিজ্ঞাপন মডিউল',
+ 'info' => 'This is the screen where you can add, delete and edit ads from the Ads page. On this page, you can simply do the operations such as post management and ad configuration.'
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/bn/button.php b/resources/default/addons/visiosoft/advs-module/lang/bn/button.php
new file mode 100644
index 000000000..dc9d003ff
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/bn/button.php
@@ -0,0 +1,48 @@
+ 'নতুন অ্যাড',
+ 'new_classified' => 'নতুন শ্রেণিবদ্ধ',
+ 'new_category' => 'নতুন বিভাগ',
+ 'new_country' => 'নতুন দেশ',
+ 'new_city' => 'নতুন শহর',
+ 'new_district' => 'নতুন জেলা',
+ 'new_neighborhood' => 'নিউ নেবারহুড',
+ 'new_village' => 'নতুন গ্রাম',
+ 'edit' => "সম্পাদন করা",
+ 'approve' => "অনুমোদন করা",
+ 'decline' => 'পতন',
+ 'extend' => 'প্রসারিত করা',
+ 'extend_all' => 'সমস্ত প্রসারিত করুন',
+ 'convert_currency' => 'রূপান্তর করুন',
+ 'categories' => 'ধরন',
+ 'sub_category' => 'উপ বিভাগ',
+ 'add_sub_category' => 'সাব ক্যাটাগরি যুক্ত করুন',
+ 'sub_cities' => 'সাব শহর',
+ 'add_sub_cities' => 'সাব সিটি যুক্ত করুন',
+ 'add_sub_districts' => 'সাব জেলা যোগ করুন',
+ 'add_sub_neighborhoods' => 'সাব নেবারহুড যুক্ত করুন',
+ 'add_sub_village' => 'সাব ভিলেজ যুক্ত করুন',
+ 'sub_districts' => 'উপ জেলা',
+ 'sub_neighborhoods' => 'সাব নেবারহুডস',
+ 'sub_village' => 'সাব ভিলেজ',
+ 'general_settings' => 'সাধারণ সেটিংস',
+ 'save_category' => 'বিভাগ সংরক্ষণ করুন',
+ 'change_owner' => 'মালিক পরিবর্তন করুন',
+ 'update_category' => [
+ 'name' => 'আপডেট বিভাগ'
+ ],
+ 'new_option' => 'নতুন বিকল্প',
+ 'export' => 'রফতানি',
+ 'new_productoption' => 'নতুন প্রোডাক্টপশন',
+ 'new_productoptions_value' => 'নতুন পণ্য বিকল্প মান',
+ 'new_options_configuration' => 'নতুন বিকল্প কনফিগারেশন',
+ 'new_option_configuration' => 'নতুন বিকল্প কনফিগারেশন',
+ 'create_configurations' => 'কনফিগারেশন তৈরি করুন',
+ 'replicate' => 'প্রতিলিপি',
+ 'fast_create' => 'দ্রুত তৈরি করুন',
+ 'publish' => 'প্রকাশ করুন',
+ 'import' => 'আমদানি করুন',
+ 'new_status' => 'নতুন অবস্থা',
+ 'fast_edit' => 'দ্রুত সম্পাদনা',
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/bn/currency.php b/resources/default/addons/visiosoft/advs-module/lang/bn/currency.php
new file mode 100644
index 000000000..7ce1ec8b7
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/bn/currency.php
@@ -0,0 +1,6 @@
+ 'ডলার',
+ 'EUR' => 'ইউরো',
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/bn/field.php b/resources/default/addons/visiosoft/advs-module/lang/bn/field.php
new file mode 100644
index 000000000..2ef889991
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/bn/field.php
@@ -0,0 +1,385 @@
+ [
+ 'name' => 'শিরোনাম'
+ ],
+ 'order' => [
+ 'name' => 'ক্রম'
+ ],
+ 'slug' => [
+ 'name' => 'স্লাগ্'
+ ],
+ 'parent_category' => [
+ 'name' => 'মাতা'
+ ],
+ 'category' => [
+ 'name' => 'বিভাগের শিরোনাম'
+ ],
+ 'price' => [
+ 'name' => 'মূল্য'
+ ],
+ 'standard_price' => [
+ 'name' => 'প্রমাণ মূল্য'
+ ],
+ 'date' => [
+ 'name' => 'তারিখ'
+ ],
+ 'photo' => [
+ 'name' => 'ছবি'
+ ],
+ 'video' => [
+ 'name' => 'ভিডিও'
+ ],
+ 'map' => [
+ 'name' => 'মানচিত্র'
+ ],
+ 'stock' => [
+ 'name' => 'স্টক'
+ ],
+ 'advs_desc' => [
+ 'name' => 'বিবরণ'
+ ],
+ 'online_payment' => [
+ 'name' => 'অনলাইন পেমেন্ট'
+ ],
+ 'city' => [
+ 'name' => 'শহর'
+ ],
+ 'country' => [
+ 'name' => 'দেশ'
+ ],
+ 'district' => [
+ 'name' => 'জেলা'
+ ],
+ 'neighborhood' => [
+ 'name' => 'আশপাশ'
+ ],
+ 'village' => [
+ 'name' => 'গ্রাম'
+ ],
+ 'files' => [
+ 'name' => 'চিত্র'
+ ],
+ 'cat1' => [
+ 'name' => 'মুখ্য ক্যাটেগরি'
+ ],
+ 'cat2' => [
+ 'name' => 'উপ বিভাগ 1'
+ ],
+ 'cat3' => [
+ 'name' => 'উপ বিভাগ 2'
+ ],
+ 'cat4' => [
+ 'name' => 'উপ বিভাগ 3'
+ ],
+ 'cat5' => [
+ 'name' => 'উপ বিভাগ 4'
+ ],
+ 'cat6' => [
+ 'name' => 'উপ বিভাগ 5'
+ ],
+ 'cat7' => [
+ 'name' => 'উপ বিভাগ 6'
+ ],
+ 'cat8' => [
+ 'name' => 'উপ বিভাগ 7'
+ ],
+ 'cat9' => [
+ 'name' => 'উপ বিভাগ 8'
+ ],
+ 'cat10' => [
+ 'name' => 'উপ বিভাগ 9'
+ ],
+ 'currency' => [
+ 'name' => 'মুদ্রা'
+ ],
+ 'status' => [
+ 'name' => 'অবস্থা',
+ 'option' => [
+ 'approved' => 'অনুমোদিত',
+ 'expired' => 'মেয়াদোত্তীর্ণ',
+ 'unpublished' => 'অপ্রকাশিত',
+ 'pending_admin' => 'মুলতুবি প্রশাসক',
+ 'pending_user' => 'মুলতুবি ব্যবহারকারী'
+ ]
+ ],
+ 'pending_adv' => [
+ 'name' => 'অপ্রকাশিত'
+ ],
+ 'finish_at' => [
+ 'name' => 'সমাপ্তি'
+ ],
+ 'cover_photo' => [
+ 'name' => 'প্রচ্ছদ ছবি'
+ ],
+ 'favs_adv' => [
+ 'name' => 'Fav বিজ্ঞাপন'
+ ],
+ 'my_adv' => [
+ 'name' => 'ADVS'
+ ],
+ 'description' => 'বিবরণ',
+ 'explanation' => 'ব্যাখ্যা',
+ 'type' => [
+ 'name' => 'আদর্শ'
+ ],
+ 'parent_adv' => [
+ 'name' => 'সম্পর্কিত বিজ্ঞাপন'
+ ],
+ 'value' => [
+ 'name' => 'মান'
+ ],
+ 'list' => 'তালিকা',
+ 'home' => 'বাড়ি',
+ 'list-page' => 'তালিকা পৃষ্ঠা',
+ 'search' => 'অনুসন্ধান করুন',
+ 'reset' => 'Reset',
+ 'recommended' => 'আপনার জন্য প্রস্তাবিত বিজ্ঞাপনগুলি',
+ 'filter' => 'ছাঁকনি',
+ 'sort' => 'সাজান',
+ 'sort_by' => 'ক্রমানুসার',
+ 'pick_option' => 'একটি বিকল্প চয়ন করুন',
+ 'pick_ordering' => 'ক্রমানুসার',
+ 'price_high' => 'দাম কম থেকে কম',
+ 'price_low' => 'দাম কম থেকে বেশি',
+ 'newest' => 'নতুন',
+ 'oldest' => 'প্রবীণতম',
+ 'address_a_z' => 'ঠিকানা (A থেকে Z)',
+ 'address_z_a' => 'ঠিকানা (জেড টু এ)',
+ 'categories' => [
+ 'name' => 'বিভাগসমূহ'
+ ],
+ 'all_categories' => 'সব ধরনের',
+ 'location' => 'অবস্থান',
+ 'send_message' => 'বার্তা পাঠান',
+ 'phone_gsm' => 'জিএসএম ফোন',
+ 'phone_office' => 'অফিসে ফোন',
+ 'add_to_favorites' => "ফেভারিটে যোগ করুন",
+ 'send' => 'পাঠান',
+ 'search_name' => 'নাম অনুসন্ধান করুন',
+ 'my_favorite_searches' => 'প্রিয় অনুসন্ধানসমূহ',
+ 'search_desc' => 'আপনি এখানে আপনার পছন্দসই অনুসন্ধান নির্বাচনগুলি যুক্ত করতে এবং পরিচালনা করতে পারেন।',
+ 'complaint_placeholder' => 'আপনার অভিযোগের বিশদটি এখানে টাইপ করুন।',
+ 'show_details' => 'বিস্তারিত দেখাও',
+ 'ad_actions' => 'বিজ্ঞাপন ক্রিয়া',
+ 'edit' => 'সম্পাদন করা',
+ 'approve' => 'অনুমোদন করা',
+ 'passive' => "নিষ্ক্রিয়",
+ 'sold' => 'বিক্রি হয়েছে',
+ 'offered_by' => 'প্রদত্ত',
+ 'more_ads_by' => 'আরও বিজ্ঞাপন দ্বারা',
+ 'click_phone' => 'ফোন নম্বর দেখান',
+ 'share' => 'ভাগ',
+ 'report' => 'এই বিজ্ঞাপনটি রিপোর্ট করুন',
+ 'features' => 'বৈশিষ্ট্য',
+ "streetview" => "রাস্তার দৃশ্য",
+ 'recommended_ads' => 'আপনার জন্য প্রস্তাবিত বিজ্ঞাপনগুলি',
+ 'new' => 'নতুন',
+ 'short_info' => 'সংক্ষিপ্ত তথ্য',
+ 'secure_trading' => 'নিরাপদ ট্রেডিং',
+ '24/7' => '24/7 সমর্থন',
+ 'easy_trading' => 'সহজ ট্রেডিং',
+ 'need_help' => 'সাহায্য দরকার?',
+ 'give_a_call' => 'ফোন করুন',
+ 'message_sent' => 'বার্তা প্রদান!',
+ 'asap' => 'বার্তা প্রেরণ করা হয়েছে, বিক্রেতারা আপনাকে তাত্পর্যপূর্ণভাবে যোগাযোগ করবে।',
+ 'ad_id' => 'বিজ্ঞাপন আইডি',
+ 'contact_with' => 'সাথে যোগাযোগ করুন',
+ 'create_adv' => 'বিজ্ঞাপন তৈরি করুন',
+ 'edit_adv' => 'বিজ্ঞাপন সম্পাদনা করুন',
+ 'mandatory_fields' => 'বাধ্যতামূলক ক্ষেত্র',
+ 'ad_post' => 'বিজ্ঞাপন পোস্ট',
+ 'sell_item' => 'কোনও আইটেম বা পরিষেবা বিক্রয় করুন',
+ 'search_save' => 'প্রিয় অনুসন্ধান সফলভাবে সংরক্ষিত হয়েছে',
+ 'address' => 'ঠিকানা',
+ 'email' => 'ই-মেল',
+ 'phone' => 'ফোন',
+ 'send_us_your_feedback' => 'আপনার মতামত আমাদের পাঠান',
+ 'online_shopping' => 'পাওয়া',
+ 'approved' => 'সফলভাবে অনুমোদিত হয়েছে',
+ 'extended' => 'সফলভাবে প্রসারিত',
+ 'declined' => 'সাফল্যের সাথে হ্রাস পেয়েছে',
+ 'search_on_map' => 'মানচিত্রে অনুসন্ধান করুন',
+ 'post_free_ad' => 'পোস্ট ফ্রি বিজ্ঞাপন',
+ 'select_a_category' => 'একটি বিভাগ নির্বাচন করুন',
+ 'select_a_sub_category' => 'একটি উপ - বিভাগ নির্বাচন করুন',
+ 'all_dopings_added' => 'সমস্ত ডোপিং প্রকার এই বিজ্ঞাপনের জন্য যুক্ত করা হয়।',
+ 'is_get_adv' => [
+ 'name' => 'পাওয়া'
+ ],
+ 'corporate_info' => 'কর্পোরেট তথ্য',
+ 'featured_ads' => "বৈশিষ্ট্যযুক্ত বিজ্ঞাপন",
+ 'trending_ads' => 'ট্রেন্ডইন্ড বিজ্ঞাপন',
+ 'search_ad_result_prefix' => 'চালু',
+ 'search_ad_result_text' => ': গণনা আপনার নাম: অনুসন্ধানে পাওয়া গেছে',
+ 'search_ads_result_message' => [
+ 'name' => ': নাম অনুসন্ধানের জন্য পাওয়া বিজ্ঞাপন গণনা করুন',
+ ],
+ 'total' => 'মোট',
+ 'quantity' => 'পরিমাণ',
+ 'view_cart' => 'কার্ট দেখুন',
+ 'no_ads' => 'কোনও বিজ্ঞাপন পাওয়া যায় নি।',
+ 'show_display_mode' => [
+ 'map' => 'মানচিত্র',
+ 'list' => 'তালিকা',
+ ],
+ 'advs_list_table_thead' => [
+ 'name' => 'বিজ্ঞাপনের নাম',
+ 'price' => 'মূল্য',
+ 'publish_at' => 'বিজ্ঞাপন তারিখ',
+ 'location_city' => 'শহর',
+ 'location_country' => 'দেশ',
+ ],
+ 'show_list_view' => [
+ 'name' => 'তালিকা',
+ ],
+ 'show_table_view' => [
+ 'name' => 'টেবিল',
+ ],
+ 'showcase' => [
+ 'name' => 'প্রদর্শনী',
+ ],
+ 'new_ad' => [
+ 'name' => 'নতুন বিজ্ঞাপন',
+ ],
+ 'profile' => [
+ 'name' => 'প্রোফাইল',
+ ],
+ 'my_ads' => [
+ 'name' => 'আমার বিজ্ঞাপনসমূহ',
+ ],
+ 'sold_out' => [
+ 'name' => 'বিক্রি শেষ',
+ ],
+ 'edit_category' => 'বিভাগ সম্পাদনা করুন',
+ 'set_category' => 'বিভাগ নির্ধারণ করুন',
+ 'max' => [
+ 'name' => 'ম্যাক্স',
+ ],
+ 'min' => [
+ 'name' => 'ন্যূনতম',
+ ],
+ 'in_the_last_24_hours' => [
+ 'name' => 'শেষ 24 ঘন্টা'
+ ],
+ 'in_the_last_day' => [
+ 'name' => 'শেষ 24 ঘন্টা'
+ ],
+ 'in_the_last_week' => [
+ 'name' => 'গত সপ্তাহে'
+ ],
+ 'in_the_last_month' => [
+ 'name' => 'শেষ মাসে'
+ ],
+ 'ads_with_photo' => [
+ 'name' => 'ছবির সাথে বিজ্ঞাপন'
+ ],
+ 'ads_with_video' => [
+ 'name' => 'ভিডিও সহ বিজ্ঞাপন'
+ ],
+ 'yes' => [
+ 'name' => 'হ্যাঁ'
+ ],
+ 'no' => [
+ 'name' => 'না'
+ ],
+ 'is_system' => [
+ 'name' => 'সিস্টেম',
+ 'instructions' => 'সিস্টেমের স্থিতি প্রয়োজনীয় এবং এটি পরিবর্তন করা উচিত নয়',
+ ],
+ 'user_access' => [
+ 'name' => 'ব্যবহারকারী অ্যাক্সেস',
+ 'instructions' => 'কোনও ব্যবহারকারী কি তার বিজ্ঞাপনে এই স্থিতিটি ব্যবহার করতে পারেন?',
+ ],
+ "no_location" => "কোনও অবস্থান নির্বাচন করা হয়নি।",
+ "continue" => 'চালিয়ে',
+ "gallery" => 'দরদালান',
+ "ad" => 'বিজ্ঞাপন',
+ "ads" => 'বিজ্ঞাপন',
+ "were_found" => 'পাওয়া গেছে।',
+
+ // Pending screen
+ 'pending_message_1' => 'বিজ্ঞাপনটি অনুমোদনের প্রক্রিয়াধীন',
+ 'pending_message_2' => "বিজ্ঞাপনের আপডেটের তারিখ",
+ 'pending_message_3' => 'আনুমানিক অপেক্ষার সময়',
+ 'pending_message_4' => 'অনুমোদনের প্রক্রিয়ায় ব্যয় করা সময়টি ডোপিংয়ের সময় যুক্ত করা হবে।',
+ 'pending_message_5' => 'অনুমোদনের প্রক্রিয়ায় বিজ্ঞাপন সংক্রান্ত কল সেন্টার থেকে কোনও লেনদেন করা যাবে না।',
+ 'hours' => 'ঘন্টার',
+
+ // Preview page
+ 'preview_text' => [
+ 'part_1' => 'আপনার বিজ্ঞাপন সম্পর্কে নিম্নলিখিত তথ্য সঠিক হলে, "চালিয়ে যান" বোতামটি ক্লিক করুন এবং পরবর্তী পদক্ষেপে যান।',
+ 'part_2' => 'যদি তা না হয় তবে "সম্পাদনা" বোতামটি ক্লিক করুন।',
+ ],
+ 'views' => 'দেখেছে',
+
+ // Detail page
+ "no_street_view" => "এই অবস্থানটিতে কোনও রাস্তার দৃশ্য চিত্র নেই",
+ 'edit_my_contact_info' => 'আমার পরিচিতির তথ্য সম্পাদনা করুন',
+ 'update_my_contact_info' => 'আমার পরিচিতির তথ্য আপডেট করুন',
+ 'contact_info' => 'যোগাযোগের তথ্য',
+ 'ad_info' => 'বিজ্ঞাপন তথ্য',
+
+ // Select cat
+ 'select_category_step_by_step' => 'ধাপে ধাপে বিভাগ নির্বাচন করুন',
+
+ // New create page
+ 'options' => 'বিকল্পগুলি',
+ 'category_selection' => 'বিভাগ নির্বাচন',
+ 'listing_details' => 'তালিকা বিবরণ',
+ 'preview' => 'পূর্বরূপ',
+ 'congratulations' => 'অভিনন্দন',
+ 'ad_desc' => 'বিজ্ঞাপন বিবরণ',
+ 'upload_photos' => 'ফটো আপলোড',
+ 'upload_files' => 'ফাইল আপলোড কর',
+ 'additional_fields' => 'অতিরিক্ত ক্ষেত্রসমূহ',
+ 'ad_location' => 'বিজ্ঞাপনের অবস্থান',
+ 'owner' => 'মালিক',
+ 'default_owner_instruction' => 'কোনও ব্যবহারকারী নির্বাচিত না হলে মালিক বর্তমান ব্যবহারকারীর কাছে ডিফল্ট হবে',
+ 'create_page_subtitle' => 'আপনার বিজ্ঞাপন সম্পর্কে বিস্তারিত তথ্য প্রবেশ করে নির্বিঘ্নে বিজ্ঞাপনটি তৈরি করুন।',
+ 'with_my_phone_numbers' => 'With my phone numbers',
+ 'not_with_my_phone_numbers' => "I don't want to be reached by phone",
+ 'how_can_you_be_contacted' => "How can you be contacted?",
+
+ // Listing page
+ 'ad_title' => 'বিজ্ঞাপনের শিরোনাম',
+ 'listing_date' => 'তালিকার তারিখ',
+ 'view' => 'দেখুন',
+ 'ads_with_map' => 'মানচিত্র সহ বিজ্ঞাপন',
+ 'advanced_sorting' => 'উন্নত বাছাই',
+ 'filter_by_word' => 'কথায় কথায় ফিল্টার করুন',
+ 'filter_by' => 'ফিল্টার করুন: নাম',
+
+ 'free' => 'ফ্রি',
+ 'ad_date' => 'বিজ্ঞাপন তারিখ',
+ 'photo_video' => 'ছবি, ভিডিও',
+ 'and_above' => 'এবং উপরে',
+ 'and_below' => 'এবং নিচে',
+ 'clear_all' => 'সব পরিষ্কার করে দাও',
+ 'balances' => 'ব্যালেন্স',
+ 'packages' => 'প্যাকেজগুলি',
+ 'dopings' => 'ডোপিংস',
+ 'advs' => 'অ্যাড',
+ 'site' => 'সাইট',
+ 'subscription' => 'সাবস্ক্রিপশন',
+ 'created' => 'তৈরি হয়েছে',
+ 'product_option' => [
+ 'name' => 'পণ্য বিকল্প'
+ ],
+ 'option_json' => [
+ 'name' => 'বিকল্প'
+ ],
+ 'old_price' => [
+ 'name' => 'পুরাতন মূল্য'
+ ],
+ 'save_search' => 'অনুসন্ধান সংরক্ষণ করুন',
+ 'publish_at' => [
+ 'name' => 'প্রকাশের তারিখ'
+ ],
+ 'tax' => [
+ 'name' => 'Tax'
+ ],
+ 'name_a_z' => 'Name (A to Z)',
+ 'name_z_a' => 'Name (Z to A)',
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/bn/message.php b/resources/default/addons/visiosoft/advs-module/lang/bn/message.php
new file mode 100644
index 000000000..af4f90c25
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/bn/message.php
@@ -0,0 +1,35 @@
+ 'অনুরোধ করা পণ্য বর্তমানে অনুপস্থিত বা নিষ্ক্রিয়',
+ 'please_payment' => 'দয়া করে প্রদান করুন',
+ 'bank_account_info' => 'ব্যাংক অ্যাকাউন্টের তথ্য',
+ 'agreement' => 'পোস্ট ক্লিক করে, আপনি আমাদের ব্যবহারের শর্তাদি এবং গোপনীয়তা নীতি সম্মত হন যে আপনি এই আইটেমের অধিকারী মালিক।',
+ 'update_category_msg' => 'শ্রেণিবদ্ধ বিভাগটি আপডেট করা হবে।',
+ 'updated_category_msg' => 'বিভাগ সফলভাবে সম্পাদিত।',
+ 'create_ad_with_post_cat' => [
+ 'title' => "বিভাগ নির্বাচন শেষ হয়েছে।",
+ 'success' => true,
+ 'continueBtn' => "চালিয়ে",
+ ],
+ 'update_category_info' => 'বিভাগ আপডেট করুন।',
+ 'filter_by_search_msg' => 'অনুসন্ধান অনুসারে ফিল্টার করুন।',
+ 'delete_author_error' => 'আপনি নিজের কোনও পোস্ট মুছতে পারবেন না',
+ 'success_delete' => 'বিজ্ঞাপন মোছা হয়েছে',
+ 'pending_ad_status' => 'আপনার বিজ্ঞাপন সম্পাদকের অনুমোদনের জন্য মুলতুবি রয়েছে।',
+ 'extended' => ': সংখ্যা বিজ্ঞাপন (গুলি) সফলভাবে প্রসারিত হয়েছে।',
+ 'category_not_exist' => 'এই বিভাগের আর অস্তিত্ব নেই!',
+ 'currency_converted' => 'মুদ্রা সফলভাবে রূপান্তরিত হয়েছে।',
+ 'choose_user' => 'একটি ব্যবহারকারী চয়ন করুন',
+ 'owner_updated_successfully' => 'মালিক সফলভাবে আপডেট হয়েছে!',
+ 'no_add_found' => 'কোনও বিজ্ঞাপন পাওয়া যায়নি!',
+ 'replicated_success' => 'বিজ্ঞাপনটি সফলভাবে প্রতিলিপি করা হয়েছে!',
+ 'ad_doesnt_exist' => "এই বিজ্ঞাপনের অস্তিত্ব নেই!",
+ 'select_location_error' => "দয়া করে মানচিত্রে একটি অবস্থান নির্বাচন করুন!",
+ 'this_ad_is_not_valid_anymore' => "এই বিজ্ঞাপনটি আর বৈধ নয়!",
+ 'approve_status_change' => "আপনার বিজ্ঞাপনের স্থিতি সক্রিয় হয়ে গেছে!",
+ 'passive_status_change' => "আপনার বিজ্ঞাপনের স্ট্যাটাসটি প্যাসিভের জন্য সেট হয়ে গেছে!",
+ 'sold_status_change' => "আপনার বিজ্ঞাপনের স্থিতি বিক্রয় করা হয়েছে!",
+ 'status_change' => "আপনার বিজ্ঞাপনের স্থিতি সেট করা হয়েছে: স্থিতি!",
+ 'disabled_detailed_options_for_admin_role' => "বিশদ পণ্য বিকল্পগুলি অক্ষম।",
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/bn/permission.php b/resources/default/addons/visiosoft/advs-module/lang/bn/permission.php
new file mode 100644
index 000000000..2868ce408
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/bn/permission.php
@@ -0,0 +1,108 @@
+ [
+ 'name' => 'বিজ্ঞাপন',
+ 'option' => [
+ 'read' => 'বিজ্ঞাপন পড়তে পারেন?',
+ 'write' => 'বিজ্ঞাপন তৈরি / সম্পাদনা করতে পারবেন?',
+ 'delete' => 'বিজ্ঞাপন মুছতে পারেন?',
+ ],
+ ],
+ 'categories' => [
+ 'name' => 'ধরন',
+ 'option' => [
+ 'read' => 'বিভাগগুলি পড়তে পারেন?',
+ 'write' => 'বিভাগগুলি তৈরি / সম্পাদনা করতে পারবেন?',
+ 'delete' => 'বিভাগগুলি মুছতে পারেন?',
+ ],
+ ],
+ 'village' => [
+ 'name' => 'গ্রাম',
+ 'option' => [
+ 'read' => 'গ্রাম পড়তে পারি?',
+ 'write' => 'গ্রাম তৈরি / সম্পাদনা করতে পারবেন?',
+ 'delete' => 'গ্রাম মুছতে পারে?',
+ ],
+ ],
+ 'custom_fields' => [
+ 'name' => 'অস্ত্রোপচার',
+ 'option' => [
+ 'read' => 'কাস্টম ক্ষেত্র পড়তে পারেন?',
+ 'write' => 'কাস্টম ক্ষেত্র তৈরি / সম্পাদনা করতে পারবেন?',
+ 'delete' => 'কাস্টম ক্ষেত্রগুলি মুছতে পারবেন?',
+ ],
+ ],
+ 'custom_field_advs' => [
+ 'name' => 'কাস্টম ফিল্ড বিজ্ঞাপন',
+ 'option' => [
+ 'read' => 'কাস্টম ফিল্ড বিজ্ঞাপন পড়তে পারেন?',
+ 'write' => 'কাস্টম ফিল্ড বিজ্ঞাপন তৈরি / সম্পাদনা করতে পারেন?',
+ 'delete' => 'কাস্টম ফিল্ড বিজ্ঞাপন মুছতে পারেন?',
+ ],
+ ],
+ 'cf_values' => [
+ 'name' => 'সিএফ মান',
+ 'option' => [
+ 'read' => 'সিএফ মান পড়তে পারেন?',
+ 'write' => 'সিএফ মান তৈরি / সম্পাদনা করতে পারেন?',
+ 'delete' => 'সিএফ মানগুলি মুছতে পারেন?',
+ ],
+ ],
+ 'options' => [
+ 'name' => 'বিকল্পগুলি',
+ 'option' => [
+ 'read' => 'বিকল্পগুলি পড়তে পারেন?',
+ 'write' => 'বিকল্পগুলি সম্পাদনা / সম্পাদনা করতে পারে?',
+ 'delete' => 'বিকল্পগুলি মুছতে পারবেন?',
+ ],
+ ],
+ 'productoptions' => [
+ 'name' => 'প্রোডাক্টপশনস',
+ 'option' => [
+ 'read' => 'Productoptions পড়তে পারেন?',
+ 'write' => 'Productoptions তৈরি / সম্পাদনা করতে পারেন?',
+ 'delete' => 'প্রোডাক্টপশনগুলি মুছতে পারবেন?',
+ ],
+ ],
+ 'productoptions_value' => [
+ 'name' => 'প্রোডাক্টপশন মান',
+ 'option' => [
+ 'read' => 'Productoptions মান পড়তে পারেন?',
+ 'write' => 'Productoptions মান তৈরি / সম্পাদনা করতে পারেন?',
+ 'delete' => 'Productoptions মান মুছতে পারেন?',
+ ],
+ ],
+ 'options_configuration' => [
+ 'name' => 'বিকল্প কনফিগারেশন',
+ 'option' => [
+ 'read' => 'বিকল্প কনফিগারেশন পড়তে পারেন?',
+ 'write' => 'বিকল্প কনফিগারেশন তৈরি / সম্পাদনা করতে পারেন?',
+ 'delete' => 'বিকল্প কনফিগারেশন মুছতে পারেন?',
+ ],
+ ],
+ 'option_configuration' => [
+ 'name' => 'বিকল্প কনফিগারেশন',
+ 'option' => [
+ 'read' => 'বিকল্প কনফিগারেশন পড়তে পারেন?',
+ 'write' => 'বিকল্প কনফিগারেশন তৈরি / সম্পাদনা করতে পারেন?',
+ 'delete' => 'বিকল্প কনফিগারেশন মুছতে পারেন?',
+ ],
+ ],
+ 'option_configuration' => [
+ 'name' => 'বিকল্প কনফিগারেশন',
+ 'option' => [
+ 'read' => 'বিকল্প কনফিগারেশন পড়তে পারেন?',
+ 'write' => 'বিকল্প কনফিগারেশন তৈরি / সম্পাদনা করতে পারেন?',
+ 'delete' => 'বিকল্প কনফিগারেশন মুছতে পারেন?',
+ ],
+ ],
+ 'status' => [
+ 'name' => 'স্থিতি',
+ 'option' => [
+ 'read' => 'স্ট্যাটাস পড়তে পারি?',
+ 'write' => 'স্থিতি তৈরি / সম্পাদনা করতে পারবেন?',
+ 'delete' => 'স্থিতি মুছতে পারে?',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/bn/section.php b/resources/default/addons/visiosoft/advs-module/lang/bn/section.php
new file mode 100644
index 000000000..825e2d81e
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/bn/section.php
@@ -0,0 +1,64 @@
+ [
+ 'title' => 'বিজ্ঞাপন',
+ ],
+ 'categories' => [
+ 'title' => 'ধরন',
+ ],
+ 'countries' => [
+ 'title' => 'দেশ',
+ ],
+ 'cities' => [
+ 'title' => 'শহর',
+ ],
+ 'districts' => [
+ 'title' => 'জেলা',
+ ],
+ 'neighborhoods' => [
+ 'title' => 'প্রতিবেশী',
+ ],
+ 'village' => [
+ 'title' => 'গ্রাম',
+ ],
+ 'custom_fields' => [
+ 'title' => 'অস্ত্রোপচার',
+ ],
+ 'custom_field_advs' => [
+ 'title' => 'কাস্টম ফিল্ড বিজ্ঞাপন',
+ ],
+ 'cf_values' => [
+ 'title' => 'সিএফ মান',
+ ],
+ 'fields' => [
+ 'title' => 'অস্ত্রোপচার'
+ ],
+ 'assets_clear' => [
+ 'name' => 'সম্পদ পরিষ্কার'
+ ],
+ 'general' => 'সাধারণ',
+ 'ads' => 'বিজ্ঞাপন',
+ 'user' => 'ব্যবহারকারী',
+ 'filter' => 'ছাঁকনি',
+ 'create_ad' => 'বিজ্ঞাপন তৈরি করুন',
+ 'options' => [
+ 'title' => 'বিকল্পগুলি',
+ ],
+ 'ads_image' => 'বিজ্ঞাপন চিত্র',
+ 'product_options' => [
+ 'title' => 'বিকল্পগুলি',
+ ],
+ 'productoptions_value' => [
+ 'title' => 'বিকল্প মান',
+ ],
+ 'option_configuration' => [
+ 'title' => 'কনফিগারেশন',
+ ],
+ 'translations' => 'অনুবাদ',
+ 'status' => [
+ 'title' => 'স্থিতি',
+ ],
+ 'ads_detail' => 'বিজ্ঞাপন বিশদ',
+
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/bn/setting.php b/resources/default/addons/visiosoft/advs-module/lang/bn/setting.php
new file mode 100644
index 000000000..c46e1c418
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/bn/setting.php
@@ -0,0 +1,286 @@
+ [
+ 'name' => 'অটো অনুমোদন',
+ ],
+ 'default_view_type' => [
+ 'name' => 'ডিফল্ট দর্শন প্রকার',
+ ],
+ 'hide_zero_price' => [
+ 'name' => 'জিরো হলে দাম লুকান',
+ 'instructions' => 'বিজ্ঞাপনের দাম 0 হলে দামটি লুকান',
+ ],
+ 'estimated_pending_time' => [
+ 'name' => 'আনুমানিক মুলতুবি সময়',
+ 'instructions' => 'ইন আওয়ারস',
+ ],
+ 'default_published_time' => [
+ 'name' => 'ডিফল্ট প্রকাশের সময়',
+ ],
+ 'address' => [
+ 'name' => 'যোগাযোগ ঠিকানা',
+ ],
+ 'phone' => [
+ 'name' => 'ফোনে যোগাযোগ',
+ ],
+ 'favicon' => [
+ 'name' => 'ফেভিকন',
+ ]
+ , 'map_coordinates_long' => [
+ 'name' => 'মানচিত্র দীর্ঘ সমন্বয়',
+ ],
+ 'map_coordinates_lat' => [
+ 'name' => 'মানচিত্র ল্যাট সমন্বয়',
+ ],
+ 'iban_numbers' => [
+ 'name' => 'IBAN রয়েছে',
+ ],
+ 'logo' => [
+ 'name' => 'লোগো',
+ ],
+ 'ogImage' => [
+ 'name' => 'সামাজিক ভাগ লোগো',
+ 'warning' => 'এটি 1200 x 630 এর রেজোলিউশনে হওয়া উচিত। ',
+
+ ],
+ 'currencies' => [
+ 'name' => 'সক্রিয় মুদ্রা',
+ ],
+ 'latest-limit' => [
+ 'name' => 'সর্বশেষ সীমা',
+ ],
+ 'site_address' => [
+ 'name' => 'সাইটের ঠিকানা',
+ 'warning' => 'অটো যুক্ত www। WWW।sitename.com ',
+ ],
+ 'google_map_key' => [
+ 'name' => 'গুগল ম্যাপ এপি কী',
+ ],
+
+ 'default_country' => [
+ 'name' => 'ডিফল্ট বিজ্ঞাপন দেশ',
+ ],
+ 'hide_price_categories' => [
+ 'name' => 'বিভাগগুলিতে মূল্য লুকান',
+ 'instructions' => 'আপনি যখন এই বিজ্ঞাপনটি তৈরি করেন বা এই বিভাগগুলির অধীনে কোনও বিজ্ঞাপন দেখেন তখন দামটি লুকানো থাকবে।'
+ ],
+ 'free_currencyconverterapi_key' => [
+ 'name' => 'মুদ্রা রূপান্তরকারী API কী'
+ ],
+ 'default_city' => [
+ 'name' => 'ডিফল্ট অ্যাড সিটি',
+ ],
+ 'default_district' => [
+ 'name' => 'ডিফল্ট বিজ্ঞাপন জেলা',
+ ],
+ 'default_neighborhood' => [
+ 'name' => 'ডিফল্ট বিজ্ঞাপন প্রতিবেশী',
+ ],
+ 'default_currency' => [
+ 'name' => 'ডিফল্ট বিজ্ঞাপন মুদ্রা',
+ ],
+ 'default_GET' => [
+ 'name' => 'ডিফল্ট বিজ্ঞাপন জিইটি',
+ ],
+ 'twitter' => [
+ 'name' => 'টুইটার',
+ ],
+ 'facebook' => [
+ 'name' => 'ফেসবুক',
+ ],
+ 'youtube' => [
+ 'name' => 'ইউটিউব',
+ ],
+ 'google' => [
+ 'name' => 'গুগল',
+ ],
+ 'listing_page_image' => [
+ 'name' => 'পৃষ্ঠার চিত্র তালিকাভুক্ত',
+ ],
+ 'hide_standard_price_field' => [
+ 'name' => 'স্ট্যান্ডার্ড দাম ক্ষেত্র লুকান ide',
+ ],
+ 'hide_options_field' => [
+ 'name' => 'বিকল্প ক্ষেত্র লুকান',
+ ],
+ 'hide_village_field' => [
+ 'name' => 'ভিলেজ ফিল্ড লুকান',
+ ],
+ 'hide_configurations' => [
+ 'name' => 'কনফিগারেশন বাটনটি লুকান',
+ 'instructions' => 'বিজ্ঞাপন পূর্বরূপ পৃষ্ঠায় কনফিগারেশন বাটনটি লুকান',
+ ],
+ 'make_all_fields_required' => [
+ 'name' => 'সমস্ত ক্ষেত্র প্রয়োজনীয় করুন',
+ 'instructions' => 'কোনও বিজ্ঞাপন তৈরি করার সময় ব্যবহারকারীকে দাম এবং বিবরণ ক্ষেত্রগুলি পূরণ করতে হবে',
+ ],
+ 'make_map_required' => [
+ 'name' => 'প্রয়োজনীয় মানচিত্র তৈরি করুন',
+ 'instructions' => 'কোনও বিজ্ঞাপন তৈরি করার সময় ব্যবহারকারীকে মানচিত্রে একটি পিন রাখতে হবে',
+ ],
+ 'hide_listing_standard_price' => [
+ 'name' => 'তালিকাবদ্ধকরণ স্ট্যান্ডার্ড দাম লুকান',
+ ],
+ 'enabled_currencies' => [
+ 'name' => 'সক্ষম মুদ্রা',
+ ],
+ 'google_statistic_code' => [
+ 'name' => 'গুগল পরিসংখ্যান কোড',
+ ],
+ 'register_email_field' => [
+ 'name' => 'সদস্য নিবন্ধকরণ ইমেল প্রয়োজনীয়তা',
+ ],
+ 'market_place' => [
+ 'name' => 'মার্কেট প্লেস',
+ 'instructions' => 'If the marketplace is down, your site will act as ecommerce. For example,
+ some fields in the profile such as ads, dopings, messages, sale, packages and store are not visible and
+ removes corporate membership.'
+ ],
+ 'price_area_hidden' => [
+ 'name' => 'মূল্য অঞ্চল লুকানো',
+ ],
+ 'hide_price_filter' => [
+ 'name' => 'দাম ফিল্টার লুকান',
+ ],
+ 'hide_date_filter' => [
+ 'name' => 'তারিখ ফিল্টার লুকান',
+ ],
+ 'hide_photo_filter' => [
+ 'name' => 'ফটো ফিল্টার লুকান',
+ ],
+ 'hide_map_filter' => [
+ 'name' => 'মানচিত্র ফিল্টার লুকান',
+ ],
+ 'show_lang_url' => [
+ 'name' => 'URL এর জন্য ল্যাঙ্গ প্যারামিটার দেখান',
+ ],
+ 'popular_ads_limit' => [
+ 'name' => 'জনপ্রিয় বিজ্ঞাপন সীমাবদ্ধতা',
+ ],
+
+ //Image
+
+ 'image_resize_backend' => [
+ 'name' => 'চিত্র পুনরায় আকার ব্যাকএন্ড',
+ ],
+ 'full_image_width' => [
+ 'name' => 'পূর্ণ চিত্র প্রস্থ',
+ ],
+ 'full_image_height' => [
+ 'name' => 'পূর্ণ চিত্র উচ্চতা',
+ ],
+ 'medium_image_width' => [
+ 'name' => 'মাঝারি চিত্র প্রস্থ',
+ ],
+ 'medium_image_height' => [
+ 'name' => 'মাঝারি চিত্র উচ্চতা',
+ ],
+ 'thumbnail_width' => [
+ 'name' => 'থাম্বনেইল প্রস্থ',
+ ],
+ 'thumbnail_height' => [
+ 'name' => 'থাম্বনেইল উচ্চতা',
+ ],
+ 'add_canvas' => [
+ 'name' => 'ক্যানভাস যুক্ত করুন',
+ ],
+ 'image_canvas_width' => [
+ 'name' => 'চিত্র ক্যানভাস প্রস্থ',
+ ],
+ 'image_canvas_height' => [
+ 'name' => 'চিত্র ক্যানভাস উচ্চতা',
+ ],
+ 'watermark_type' => [
+ 'name' => 'ওয়াটারমার্ক টাইপ',
+ ],
+ 'watermark_text' => [
+ 'name' => 'জলছবি পাঠ্য',
+ ],
+ 'watermark_image' => [
+ 'name' => 'জলছবি ইমেজ',
+ ],
+ 'watermark_position' => [
+ 'name' => 'জলছবি অবস্থান',
+ ],
+ 'user_filter_limit' => [
+ 'name' => 'ব্যবহারকারী ফিল্টার সীমা',
+ 'instructions' => 'অ্যাডমিন প্যানেলে'
+ ],
+ 'show_breadcrumb_when_creating_ad' => [
+ 'name' => 'বিজ্ঞাপন তৈরি করার সময় ব্রেডক্রাম্ব প্রদর্শন করুন',
+ ],
+ 'show_ads_count' => [
+ 'name' => 'বিজ্ঞাপন গণনা দেখান',
+ 'instructions' => 'বাম বিভাগগুলির তালিকায় বিজ্ঞাপন গণনা দেখান',
+ ],
+ 'ads_date_hidden' => [
+ 'name' => 'তৈরি তারিখ লুকান',
+ 'instructions' => 'বিজ্ঞাপনের বিশদ পৃষ্ঠাতে তৈরি তারিখটি লুকান',
+ ],
+ 'hide_listing_header' => [
+ 'name' => 'তালিকা শিরোনাম লুকান',
+ 'instructions' => 'অর্ডার করা এবং প্রকার দেখার জন্য আড়াল করা',
+ ],
+ 'hide_filter_section' => [
+ 'name' => 'ফিল্টার বিভাগটি লুকান',
+ 'instructions' => 'তালিকা পৃষ্ঠায় বাম ফিল্টার অঞ্চল থেকে লুকানো',
+ ],
+ 'hide_seller_info' => [
+ 'name' => 'বিক্রেতার তথ্য লুকান',
+ 'instructions' => 'বিজ্ঞাপনের বিশদ পৃষ্ঠাতে বিক্রেতা ইনফোদের কাছে লুকানো',
+ ],
+ 'show_post_ad_agreement' => [
+ 'name' => 'পোস্ট বিজ্ঞাপন চুক্তি প্রদর্শন করুন',
+ 'instructions' => 'আপনি বিজ্ঞাপন তৈরি পৃষ্ঠায় কোনও গোপনীয়তা নীতি চুক্তি প্রদর্শন করতে চাইলে এটি চালু করুন',
+ ],
+ 'override_text' => [
+ 'name' => 'ওভাররাইড পাঠ্য',
+ 'instructions' => 'পুরানো মান: নতুন মান'
+ ],
+ 'steps_color' => [
+ 'name' => 'পদক্ষেপের রঙ',
+ 'instructions' => 'প্রগতিশীল পদক্ষেপের রঙ পরিবর্তন করে।'
+ ],
+ 'create_ad_button_color' => [
+ 'name' => 'বিজ্ঞাপন বোতামের রঙ তৈরি করুন',
+ 'instructions' => 'নতুন বিজ্ঞাপন বিভাগ নির্বাচন শেষ হলে যে বোতামটি প্রদর্শিত হবে তা পরিবর্তন করে।'
+ ],
+ 'lang_switcher_for_browser' => [
+ 'name' => 'ব্রাউজারের জন্য ল্যাং সুইচার',
+ 'instructions' => 'আপনাকে ব্রাউজারের ভাষা সক্রিয় ভাষা হিসাবে বেছে নেওয়ার অনুমতি দেয়'
+ ],
+ 'get_categories' => [
+ 'name' => 'GET বিভাগসমূহ',
+ 'instructions' => 'এটি এমন বিভাগগুলিতে প্রতিনিধিত্ব করে যেখানে জিইটি সম্পত্তি বৈধ হবে।'
+ ],
+ 'watermark' => [
+ 'name' => 'ওয়াটারমার্ক',
+ 'instructions' => 'জলছবি সক্রিয়?'
+ ],
+ 'detailed_product_options' => [
+ 'name' => 'বিস্তারিত পণ্য বিকল্প',
+ 'instructions' => 'আপনাকে পণ্যটির জন্য স্টক এবং মূল্য তথ্য প্রবেশ করতে দেয়'
+ ],
+ 'show_subcats_mobile' => [
+ 'name' => 'মোবাইল ভিউতে উপশ্রেণীগুলি দেখান',
+ ],
+ 'show_price_to_members_only' => [
+ 'name' => 'মূল্য শুধুমাত্র সদস্যদের দেখান',
+ ],
+ 'hide_ad_cat' => [
+ 'name' => 'বিভাগগুলি লুকান',
+ 'instructions' => 'বিজ্ঞাপনের তালিকায় বিভাগগুলি লুকান'
+ ],
+ 'show_finish_and_publish_date' => [
+ 'name' => 'তৈরির জন্য শেষ তারিখ এবং প্রকাশের তারিখ দেখান',
+ 'instructions' => 'বিজ্ঞাপন তৈরি পৃষ্ঠায় প্রকাশ_আট এবং সমাপ্তি_এ ক্ষেত্রগুলি প্রদর্শন করে।'
+ ],
+ 'show_tax_field' => [
+ 'name' => 'Show Tax Field',
+ 'instructions' => 'When this option is enabled, you can set the tax rate on the ad creation page.'
+ ],
+ 'hide_contact_created_at' => [
+ 'name' => 'Hide Contact Fields For in Create New Ad'
+ ]
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/bn/stream.php b/resources/default/addons/visiosoft/advs-module/lang/bn/stream.php
new file mode 100644
index 000000000..a303a6e11
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/bn/stream.php
@@ -0,0 +1,37 @@
+ [
+ 'name' => 'Advs',
+ ],
+ 'categories' => [
+ 'name' => 'ধরন',
+ ],
+ 'village' => [
+ 'name' => 'গ্রাম',
+ ],
+ 'custom_fields' => [
+ 'name' => 'অস্ত্রোপচার',
+ ],
+ 'custom_field_advs' => [
+ 'name' => 'কাস্টম ক্ষেত্র',
+ ],
+ 'cf_values' => [
+ 'name' => 'সিএফ মান',
+ ],
+ 'options' => [
+ 'name' => 'বিকল্পগুলি',
+ ],
+ 'product_options' => [
+ 'name' => 'পণ্য বিকল্প',
+ ],
+ 'productoptions_value' => [
+ 'name' => 'বিকল্প মান',
+ ],
+ 'option_configuration' => [
+ 'name' => 'কনফিগারেশন',
+ ],
+ 'status' => [
+ 'name' => 'স্থিতি',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/bn/view.php b/resources/default/addons/visiosoft/advs-module/lang/bn/view.php
new file mode 100644
index 000000000..50cc48fc3
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/bn/view.php
@@ -0,0 +1,6 @@
+ 'অসম্পূর্ণ',
+ 'advanced' => 'উন্নত',
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/ca/addon.php b/resources/default/addons/visiosoft/advs-module/lang/ca/addon.php
new file mode 100644
index 000000000..439741d34
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/ca/addon.php
@@ -0,0 +1,8 @@
+ 'Anuncis',
+ 'name' => 'Mòdul d’anuncis',
+ 'description' => 'Mòdul d’anuncis',
+ 'info' => 'This is the screen where you can add, delete and edit ads from the Ads page. On this page, you can simply do the operations such as post management and ad configuration.'
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/ca/button.php b/resources/default/addons/visiosoft/advs-module/lang/ca/button.php
new file mode 100644
index 000000000..3ee002fd7
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/ca/button.php
@@ -0,0 +1,48 @@
+ 'Nou classificat',
+ 'new_classified' => 'Nou classificat',
+ 'new_category' => 'Nova categoria',
+ 'new_country' => 'Nou país',
+ 'new_city' => 'Ciutat Nova',
+ 'new_district' => 'Nou districte',
+ 'new_neighborhood' => 'Nou barri',
+ 'new_village' => 'Poble Nou',
+ 'edit' => "Edita",
+ 'approve' => "Aprovar",
+ 'decline' => 'Declinació',
+ 'extend' => 'Estendre',
+ 'extend_all' => 'Amplieu-ho tot',
+ 'convert_currency' => 'Converteix moneda',
+ 'categories' => 'Categories',
+ 'sub_category' => 'Subcategories',
+ 'add_sub_category' => 'Afegeix subcategoria',
+ 'sub_cities' => 'Sub ciutats',
+ 'add_sub_cities' => 'Afegeix Sub City',
+ 'add_sub_districts' => 'Afegeix subdistricte',
+ 'add_sub_neighborhoods' => 'Afegeix Sub Barri',
+ 'add_sub_village' => 'Afegeix Sub Village',
+ 'sub_districts' => 'Sub districtes',
+ 'sub_neighborhoods' => 'Sub Barris',
+ 'sub_village' => 'Sub Village',
+ 'general_settings' => 'Configuració general',
+ 'save_category' => 'Desa la categoria',
+ 'change_owner' => 'Canvia de propietari',
+ 'update_category' => [
+ 'name' => 'Actualitza la categoria'
+ ],
+ 'new_option' => 'Nova opció',
+ 'export' => 'Exporta',
+ 'new_productoption' => 'Nova opció de producte',
+ 'new_productoptions_value' => 'Valor de l\'opció de producte nou',
+ 'new_options_configuration' => 'Nova configuració d’opcions',
+ 'new_option_configuration' => 'Nova configuració d’opcions',
+ 'create_configurations' => 'Crea configuracions',
+ 'replicate' => 'Replicar',
+ 'fast_create' => 'Creació ràpida',
+ 'publish' => 'Publica',
+ 'import' => 'Importació',
+ 'new_status' => 'Estat nou',
+ 'fast_edit' => 'Edició ràpida',
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/ca/currency.php b/resources/default/addons/visiosoft/advs-module/lang/ca/currency.php
new file mode 100644
index 000000000..5a145e900
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/ca/currency.php
@@ -0,0 +1,6 @@
+ 'Dòlar',
+ 'EUR' => 'Euro',
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/ca/field.php b/resources/default/addons/visiosoft/advs-module/lang/ca/field.php
new file mode 100644
index 000000000..91e4949c2
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/ca/field.php
@@ -0,0 +1,385 @@
+ [
+ 'name' => 'Títol'
+ ],
+ 'order' => [
+ 'name' => 'Comanda'
+ ],
+ 'slug' => [
+ 'name' => 'Llimac'
+ ],
+ 'parent_category' => [
+ 'name' => 'Pares'
+ ],
+ 'category' => [
+ 'name' => 'Títol de la categoria'
+ ],
+ 'price' => [
+ 'name' => 'Preu'
+ ],
+ 'standard_price' => [
+ 'name' => 'Preu estàndard'
+ ],
+ 'date' => [
+ 'name' => 'Data'
+ ],
+ 'photo' => [
+ 'name' => 'foto'
+ ],
+ 'video' => [
+ 'name' => 'Vídeo'
+ ],
+ 'map' => [
+ 'name' => 'Mapa'
+ ],
+ 'stock' => [
+ 'name' => 'Estoc'
+ ],
+ 'advs_desc' => [
+ 'name' => 'Descripció'
+ ],
+ 'online_payment' => [
+ 'name' => 'Pagament en línia'
+ ],
+ 'city' => [
+ 'name' => 'ciutat'
+ ],
+ 'country' => [
+ 'name' => 'País'
+ ],
+ 'district' => [
+ 'name' => 'Districte'
+ ],
+ 'neighborhood' => [
+ 'name' => 'Barri'
+ ],
+ 'village' => [
+ 'name' => 'Poble'
+ ],
+ 'files' => [
+ 'name' => 'Imatges'
+ ],
+ 'cat1' => [
+ 'name' => 'Categoria principal'
+ ],
+ 'cat2' => [
+ 'name' => 'Subcategoria 1'
+ ],
+ 'cat3' => [
+ 'name' => 'Subcategoria 2'
+ ],
+ 'cat4' => [
+ 'name' => 'Subcategoria 3'
+ ],
+ 'cat5' => [
+ 'name' => 'Subcategoria 4'
+ ],
+ 'cat6' => [
+ 'name' => 'Subcategoria 5'
+ ],
+ 'cat7' => [
+ 'name' => 'Subcategoria 6'
+ ],
+ 'cat8' => [
+ 'name' => 'Subcategoria 7'
+ ],
+ 'cat9' => [
+ 'name' => 'Subcategoria 8'
+ ],
+ 'cat10' => [
+ 'name' => 'Subcategoria 9'
+ ],
+ 'currency' => [
+ 'name' => 'Moneda'
+ ],
+ 'status' => [
+ 'name' => 'Estat',
+ 'option' => [
+ 'approved' => 'Aprovat',
+ 'expired' => 'Caducat',
+ 'unpublished' => 'Inèdit',
+ 'pending_admin' => 'Administrador pendent',
+ 'pending_user' => 'Usuari pendent'
+ ]
+ ],
+ 'pending_adv' => [
+ 'name' => 'Inèdit'
+ ],
+ 'finish_at' => [
+ 'name' => 'Acaba a'
+ ],
+ 'cover_photo' => [
+ 'name' => 'Foto de portada'
+ ],
+ 'favs_adv' => [
+ 'name' => 'Anuncis Fav'
+ ],
+ 'my_adv' => [
+ 'name' => 'ADVS'
+ ],
+ 'description' => 'Descripció',
+ 'explanation' => 'Explicació',
+ 'type' => [
+ 'name' => 'Tipus'
+ ],
+ 'parent_adv' => [
+ 'name' => 'Anunci relacionat'
+ ],
+ 'value' => [
+ 'name' => 'Valor'
+ ],
+ 'list' => 'Llista',
+ 'home' => 'Inici',
+ 'list-page' => 'Pàgina de llista',
+ 'search' => 'Cerca',
+ 'reset' => 'Reset',
+ 'recommended' => 'Anuncis recomanats per a vosaltres',
+ 'filter' => 'Filtre',
+ 'sort' => 'Ordena',
+ 'sort_by' => 'Ordenar per',
+ 'pick_option' => 'Tria una opció',
+ 'pick_ordering' => 'Comanda',
+ 'price_high' => 'Preu més alt que més baix',
+ 'price_low' => 'Preu més baix',
+ 'newest' => 'El més nou',
+ 'oldest' => 'El més antic',
+ 'address_a_z' => 'Adreça (de la A a la Z)',
+ 'address_z_a' => 'Adreça (de la Z a la A)',
+ 'categories' => [
+ 'name' => 'Categories'
+ ],
+ 'all_categories' => 'totes les categories',
+ 'location' => 'Ubicació',
+ 'send_message' => 'Enviar missatge',
+ 'phone_gsm' => 'Telèfon GSM',
+ 'phone_office' => 'Telèfon d\'oficina',
+ 'add_to_favorites' => "Afegir a preferits",
+ 'send' => 'Envia',
+ 'search_name' => 'Cerca el nom',
+ 'my_favorite_searches' => 'Cerques preferides',
+ 'search_desc' => 'Podeu afegir i gestionar les vostres seleccions de cerca preferides aquí.',
+ 'complaint_placeholder' => 'Escriviu aquí les dades de la vostra reclamació.',
+ 'show_details' => 'Mostra els detalls',
+ 'ad_actions' => 'Accions publicitàries',
+ 'edit' => 'Edita',
+ 'approve' => 'Aprovar',
+ 'passive' => "Passiu",
+ 'sold' => 'Venut',
+ 'offered_by' => 'Ofert per',
+ 'more_ads_by' => 'Més anuncis de',
+ 'click_phone' => 'Mostra el número de telèfon',
+ 'share' => 'Compartir',
+ 'report' => 'Informeu d’aquest anunci',
+ 'features' => 'Característiques',
+ "streetview" => "Street View",
+ 'recommended_ads' => 'Anuncis recomanats per a vosaltres',
+ 'new' => 'Novetat',
+ 'short_info' => 'Informació breu',
+ 'secure_trading' => 'Negociació segura',
+ '24/7' => 'Suport 24/7',
+ 'easy_trading' => 'Comerç fàcil',
+ 'need_help' => 'Necessitar ajuda?',
+ 'give_a_call' => 'Truca',
+ 'message_sent' => 'Missatge enviat!',
+ 'asap' => 'Missatge enviat, el venedor es posarà en contacte amb vostè el més aviat possible.',
+ 'ad_id' => 'Identificador de l\'anunci',
+ 'contact_with' => 'Contacta amb',
+ 'create_adv' => 'Crea un anunci',
+ 'edit_adv' => 'Edita l\'anunci',
+ 'mandatory_fields' => 'Camps obligatoris',
+ 'ad_post' => 'Publicació d’anuncis',
+ 'sell_item' => 'Vendre un article o servei',
+ 'search_save' => 'La cerca preferida s\'ha desat correctament',
+ 'address' => 'adreça',
+ 'email' => 'Correu electrònic',
+ 'phone' => 'Telèfon',
+ 'send_us_your_feedback' => 'Envieu-nos els vostres comentaris',
+ 'online_shopping' => 'ACONSEGUIR',
+ 'approved' => 'Aprovat amb èxit',
+ 'extended' => 'S\'ha ampliat correctament',
+ 'declined' => 'Rebutjat correctament',
+ 'search_on_map' => 'Cerca al mapa',
+ 'post_free_ad' => 'Publica un anunci gratuït',
+ 'select_a_category' => 'Selecciona una categoria',
+ 'select_a_sub_category' => 'Seleccioneu una subcategoria',
+ 'all_dopings_added' => 'Per a aquest anunci s’afegeixen tots els tipus de dopatge.',
+ 'is_get_adv' => [
+ 'name' => 'ACONSEGUIR'
+ ],
+ 'corporate_info' => 'Informació corporativa',
+ 'featured_ads' => "Anuncis destacats",
+ 'trending_ads' => 'Anuncis Trendind',
+ 'search_ad_result_prefix' => 'encès',
+ 'search_ad_result_text' => ': count s\'han trobat anuncis a la vostra cerca : name ',
+ 'search_ads_result_message' => [
+ 'name' => ': compta els anuncis trobats per a: cerca de noms',
+ ],
+ 'total' => 'Total',
+ 'quantity' => 'Quantitat',
+ 'view_cart' => 'Veure cistella',
+ 'no_ads' => 'No s\'ha trobat cap anunci.',
+ 'show_display_mode' => [
+ 'map' => 'Mapa',
+ 'list' => 'Llista',
+ ],
+ 'advs_list_table_thead' => [
+ 'name' => 'Nom de l\'anunci',
+ 'price' => 'Preu',
+ 'publish_at' => 'Data de l\'anunci',
+ 'location_city' => 'ciutat',
+ 'location_country' => 'País',
+ ],
+ 'show_list_view' => [
+ 'name' => 'Llista',
+ ],
+ 'show_table_view' => [
+ 'name' => 'Taula',
+ ],
+ 'showcase' => [
+ 'name' => 'Aparador',
+ ],
+ 'new_ad' => [
+ 'name' => 'Anunci nou',
+ ],
+ 'profile' => [
+ 'name' => 'Perfil',
+ ],
+ 'my_ads' => [
+ 'name' => 'Els meus anuncis',
+ ],
+ 'sold_out' => [
+ 'name' => 'Venut',
+ ],
+ 'edit_category' => 'Edita la categoria',
+ 'set_category' => 'Estableix la categoria',
+ 'max' => [
+ 'name' => 'Màx',
+ ],
+ 'min' => [
+ 'name' => 'Mín',
+ ],
+ 'in_the_last_24_hours' => [
+ 'name' => 'A les darreres 24 hores'
+ ],
+ 'in_the_last_day' => [
+ 'name' => 'A les darreres 24 hores'
+ ],
+ 'in_the_last_week' => [
+ 'name' => 'A l’última setmana'
+ ],
+ 'in_the_last_month' => [
+ 'name' => 'En l’últim mes'
+ ],
+ 'ads_with_photo' => [
+ 'name' => 'Anuncis amb foto'
+ ],
+ 'ads_with_video' => [
+ 'name' => 'Anuncis amb vídeo'
+ ],
+ 'yes' => [
+ 'name' => 'Sí'
+ ],
+ 'no' => [
+ 'name' => 'No'
+ ],
+ 'is_system' => [
+ 'name' => 'És Sistema',
+ 'instructions' => 'L\'estat del sistema és obligatori i no s\'ha de canviar',
+ ],
+ 'user_access' => [
+ 'name' => 'Accés d\'usuari',
+ 'instructions' => 'Un usuari pot utilitzar aquest estat als seus anuncis?',
+ ],
+ "no_location" => "No s'ha seleccionat cap ubicació.",
+ "continue" => 'Continua',
+ "gallery" => 'Galeria',
+ "ad" => 'Anunci',
+ "ads" => 'Anuncis',
+ "were_found" => 'Els van trobar.',
+
+ // Pending screen
+ 'pending_message_1' => 'L’anunci es troba en procés d’aprovació',
+ 'pending_message_2' => "Data d'actualització de l'anunci",
+ 'pending_message_3' => 'Temps d\'espera estimat',
+ 'pending_message_4' => 'El temps dedicat al procés d’aprovació s’afegirà al temps de dopatge.',
+ 'pending_message_5' => 'No es poden fer transaccions des del centre de trucades en relació amb l’anunci en el procés d’aprovació.',
+ 'hours' => 'hores',
+
+ // Preview page
+ 'preview_text' => [
+ 'part_1' => 'Si la informació següent sobre el vostre anunci és correcta, feu clic al botó "Continua" i aneu al pas següent.',
+ 'part_2' => 'Si no, feu clic al botó "Edita".',
+ ],
+ 'views' => 'Vistes',
+
+ // Detail page
+ "no_street_view" => "No hi ha cap imatge de Street View en aquesta ubicació",
+ 'edit_my_contact_info' => 'Edita la meva informació de contacte',
+ 'update_my_contact_info' => 'actualitza la meva informació de contacte',
+ 'contact_info' => 'Informació de contacte',
+ 'ad_info' => 'Informació de l\'anunci',
+
+ // Select cat
+ 'select_category_step_by_step' => 'Seleccioneu categoria pas a pas',
+
+ // New create page
+ 'options' => 'Opcions',
+ 'category_selection' => 'Selecció de categories',
+ 'listing_details' => 'Detalls de la fitxa',
+ 'preview' => 'Vista prèvia',
+ 'congratulations' => 'Enhorabona',
+ 'ad_desc' => 'Descripció de l\'anunci',
+ 'upload_photos' => 'Penja fotos',
+ 'upload_files' => 'Penja fitxers',
+ 'additional_fields' => 'Camps addicionals',
+ 'ad_location' => 'Ubicació de l’anunci',
+ 'owner' => 'Propietari',
+ 'default_owner_instruction' => 'El propietari passarà per defecte a l\'usuari actual si no se selecciona cap usuari',
+ 'create_page_subtitle' => 'Creeu l’anunci perfectament introduint informació detallada sobre el vostre anunci.',
+ 'with_my_phone_numbers' => 'With my phone numbers',
+ 'not_with_my_phone_numbers' => "I don't want to be reached by phone",
+ 'how_can_you_be_contacted' => "How can you be contacted?",
+
+ // Listing page
+ 'ad_title' => 'Títol de l\'anunci',
+ 'listing_date' => 'Data de publicació',
+ 'view' => 'Veure',
+ 'ads_with_map' => 'Anuncis amb mapa',
+ 'advanced_sorting' => 'Ordenació avançada',
+ 'filter_by_word' => 'Filtra per paraula',
+ 'filter_by' => 'Filtra per: nom',
+
+ 'free' => 'Gratuït',
+ 'ad_date' => 'Data de l\'anunci',
+ 'photo_video' => 'Foto, vídeo',
+ 'and_above' => 'i a dalt',
+ 'and_below' => 'i a sota',
+ 'clear_all' => 'Esborra-ho tot',
+ 'balances' => 'Saldos',
+ 'packages' => 'Paquets',
+ 'dopings' => 'Dopatges',
+ 'advs' => 'Advs',
+ 'site' => 'Lloc',
+ 'subscription' => 'Subscripció',
+ 'created' => 'Creat',
+ 'product_option' => [
+ 'name' => 'Opció de producte'
+ ],
+ 'option_json' => [
+ 'name' => 'Opció'
+ ],
+ 'old_price' => [
+ 'name' => 'Preu antic'
+ ],
+ 'save_search' => 'Desa la cerca',
+ 'publish_at' => [
+ 'name' => 'Data de publicació'
+ ],
+ 'tax' => [
+ 'name' => 'Tax'
+ ],
+ 'name_a_z' => 'Name (A to Z)',
+ 'name_z_a' => 'Name (Z to A)',
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/ca/message.php b/resources/default/addons/visiosoft/advs-module/lang/ca/message.php
new file mode 100644
index 000000000..cd8596df7
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/ca/message.php
@@ -0,0 +1,35 @@
+ 'Actualment el producte sol·licitat falta o està inactiu',
+ 'please_payment' => 'Pagueu',
+ 'bank_account_info' => 'Informació del compte bancari',
+ 'agreement' => 'En fer clic a Publica, accepteu les nostres Condicions d\'ús i la nostra Política de privadesa reconeixeu que sou el propietari legítim d\'aquest article.',
+ 'update_category_msg' => 'La categoria classificada s’actualitzarà.',
+ 'updated_category_msg' => 'La categoria s\'ha editat correctament.',
+ 'create_ad_with_post_cat' => [
+ 'title' => "La selecció de categories s'ha completat.",
+ 'success' => true,
+ 'continueBtn' => "Continua",
+ ],
+ 'update_category_info' => 'Actualitzeu la categoria.',
+ 'filter_by_search_msg' => 'Filtra per cerca.',
+ 'delete_author_error' => 'No podeu suprimir una publicació que no us pertany',
+ 'success_delete' => 'Anunci suprimit',
+ 'pending_ad_status' => 'El vostre anunci està pendent d\'aprovació per l\'editor.',
+ 'extended' => ': el nombre d\'anuncis s\'ha ampliat correctament.',
+ 'category_not_exist' => 'Aquesta categoria ja no existeix.',
+ 'currency_converted' => 'La moneda s\'ha convertit correctament.',
+ 'choose_user' => 'Trieu un usuari',
+ 'owner_updated_successfully' => 'El propietari s\'ha actualitzat correctament.',
+ 'no_add_found' => 'No s\'ha trobat cap anunci.',
+ 'replicated_success' => 'L\'anunci s\'ha reproduït correctament.',
+ 'ad_doesnt_exist' => "Aquest anunci no existeix.",
+ 'select_location_error' => "Seleccioneu una ubicació al mapa.",
+ 'this_ad_is_not_valid_anymore' => "Aquest anunci ja no és vàlid.",
+ 'approve_status_change' => "L'estat del vostre anunci s'ha configurat com a actiu.",
+ 'passive_status_change' => "L'estat del vostre anunci s'ha definit com a passiu.",
+ 'sold_status_change' => "L'estat del vostre anunci s'ha definit com a venut.",
+ 'status_change' => "L'estat del vostre anunci s'ha configurat en: estat!",
+ 'disabled_detailed_options_for_admin_role' => "Les opcions detallades del producte estan desactivades.",
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/ca/permission.php b/resources/default/addons/visiosoft/advs-module/lang/ca/permission.php
new file mode 100644
index 000000000..f22595168
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/ca/permission.php
@@ -0,0 +1,108 @@
+ [
+ 'name' => 'Anuncis',
+ 'option' => [
+ 'read' => 'Podeu llegir anuncis?',
+ 'write' => 'Es poden crear / editar anuncis?',
+ 'delete' => 'Es poden suprimir anuncis?',
+ ],
+ ],
+ 'categories' => [
+ 'name' => 'Categories',
+ 'option' => [
+ 'read' => 'Es poden llegir categories?',
+ 'write' => 'Es poden crear / editar categories?',
+ 'delete' => 'Es poden suprimir categories?',
+ ],
+ ],
+ 'village' => [
+ 'name' => 'Poble',
+ 'option' => [
+ 'read' => 'Sabeu llegir poble?',
+ 'write' => 'Es pot crear / editar un poble?',
+ 'delete' => 'Es pot suprimir el poble?',
+ ],
+ ],
+ 'custom_fields' => [
+ 'name' => 'Camps personalitzats',
+ 'option' => [
+ 'read' => 'Podeu llegir camps personalitzats?',
+ 'write' => 'Es poden crear / editar camps personalitzats?',
+ 'delete' => 'Es poden suprimir camps personalitzats?',
+ ],
+ ],
+ 'custom_field_advs' => [
+ 'name' => 'Anuncis de camp personalitzats',
+ 'option' => [
+ 'read' => 'Podeu llegir anuncis de camp personalitzats?',
+ 'write' => 'Es poden crear / editar anuncis de camp personalitzats?',
+ 'delete' => 'Es poden suprimir anuncis de camp personalitzats?',
+ ],
+ ],
+ 'cf_values' => [
+ 'name' => 'Cf valors',
+ 'option' => [
+ 'read' => 'Podeu llegir valors cf?',
+ 'write' => 'Es poden crear / editar valors cf?',
+ 'delete' => 'Es poden suprimir els valors cf?',
+ ],
+ ],
+ 'options' => [
+ 'name' => 'Opcions',
+ 'option' => [
+ 'read' => 'Podeu llegir opcions?',
+ 'write' => 'Podeu crear / editar opcions?',
+ 'delete' => 'Es poden suprimir opcions?',
+ ],
+ ],
+ 'productoptions' => [
+ 'name' => 'Opcions de producte',
+ 'option' => [
+ 'read' => 'Podeu llegir opcions de producte?',
+ 'write' => 'Es poden crear / editar opcions de producte?',
+ 'delete' => 'Es poden suprimir les opcions de producte?',
+ ],
+ ],
+ 'productoptions_value' => [
+ 'name' => 'Valor de les opcions de producte',
+ 'option' => [
+ 'read' => 'Es poden valorar les opcions de producte?',
+ 'write' => 'Es pot crear / editar el valor de les opcions de producte?',
+ 'delete' => 'Es pot suprimir el valor de les opcions de producte?',
+ ],
+ ],
+ 'options_configuration' => [
+ 'name' => 'Configuració d’opcions',
+ 'option' => [
+ 'read' => 'Podeu llegir la configuració d’opcions?',
+ 'write' => 'Es pot crear / editar la configuració d\'opcions?',
+ 'delete' => 'Es pot suprimir la configuració d\'opcions?',
+ ],
+ ],
+ 'option_configuration' => [
+ 'name' => 'Configuració d’opcions',
+ 'option' => [
+ 'read' => 'Podeu llegir la configuració de les opcions?',
+ 'write' => 'Es pot crear / editar la configuració de les opcions?',
+ 'delete' => 'Es pot suprimir la configuració de les opcions?',
+ ],
+ ],
+ 'option_configuration' => [
+ 'name' => 'Configuració d’opcions',
+ 'option' => [
+ 'read' => 'Podeu llegir la configuració de les opcions?',
+ 'write' => 'Es pot crear / editar la configuració de les opcions?',
+ 'delete' => 'Es pot suprimir la configuració de les opcions?',
+ ],
+ ],
+ 'status' => [
+ 'name' => 'Estat',
+ 'option' => [
+ 'read' => 'Es pot llegir l\'estat?',
+ 'write' => 'Es pot crear / editar l\'estat?',
+ 'delete' => 'Es pot suprimir l\'estat?',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/ca/section.php b/resources/default/addons/visiosoft/advs-module/lang/ca/section.php
new file mode 100644
index 000000000..ed0a361c7
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/ca/section.php
@@ -0,0 +1,64 @@
+ [
+ 'title' => 'Anuncis',
+ ],
+ 'categories' => [
+ 'title' => 'Categories',
+ ],
+ 'countries' => [
+ 'title' => 'Països',
+ ],
+ 'cities' => [
+ 'title' => 'Ciutats',
+ ],
+ 'districts' => [
+ 'title' => 'Barris',
+ ],
+ 'neighborhoods' => [
+ 'title' => 'Barris',
+ ],
+ 'village' => [
+ 'title' => 'Poble',
+ ],
+ 'custom_fields' => [
+ 'title' => 'Camps personalitzats',
+ ],
+ 'custom_field_advs' => [
+ 'title' => 'Anuncis de camp personalitzats',
+ ],
+ 'cf_values' => [
+ 'title' => 'Cf valors',
+ ],
+ 'fields' => [
+ 'title' => 'Camps personalitzats'
+ ],
+ 'assets_clear' => [
+ 'name' => 'Actius nets'
+ ],
+ 'general' => 'General',
+ 'ads' => 'Anuncis',
+ 'user' => 'Usuari',
+ 'filter' => 'Filtre',
+ 'create_ad' => 'Crea un anunci',
+ 'options' => [
+ 'title' => 'Opcions',
+ ],
+ 'ads_image' => 'Imatge d’anuncis',
+ 'product_options' => [
+ 'title' => 'Opcions',
+ ],
+ 'productoptions_value' => [
+ 'title' => 'Valor d’opcions',
+ ],
+ 'option_configuration' => [
+ 'title' => 'Configuració',
+ ],
+ 'translations' => 'Traduccions',
+ 'status' => [
+ 'title' => 'Estat',
+ ],
+ 'ads_detail' => 'Detall dels anuncis',
+
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/ca/setting.php b/resources/default/addons/visiosoft/advs-module/lang/ca/setting.php
new file mode 100644
index 000000000..f530e3fe5
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/ca/setting.php
@@ -0,0 +1,286 @@
+ [
+ 'name' => 'Aprovació automàtica',
+ ],
+ 'default_view_type' => [
+ 'name' => 'Tipus de visualització per defecte',
+ ],
+ 'hide_zero_price' => [
+ 'name' => 'Amaga el preu si és zero',
+ 'instructions' => 'Amagueu el preu si el preu de l\'anunci és 0',
+ ],
+ 'estimated_pending_time' => [
+ 'name' => 'Temps pendent estimat',
+ 'instructions' => 'En hores',
+ ],
+ 'default_published_time' => [
+ 'name' => 'Temps de publicació predeterminat',
+ ],
+ 'address' => [
+ 'name' => 'Poseu-vos en contacte amb l’adreça',
+ ],
+ 'phone' => [
+ 'name' => 'Telèfon de contacte',
+ ],
+ 'favicon' => [
+ 'name' => 'Favicon',
+ ]
+ , 'map_coordinates_long' => [
+ 'name' => 'Mapa de coordenades llargues',
+ ],
+ 'map_coordinates_lat' => [
+ 'name' => 'Mapa de coordenades Lat',
+ ],
+ 'iban_numbers' => [
+ 'name' => 'IBAN',
+ ],
+ 'logo' => [
+ 'name' => 'Logotip',
+ ],
+ 'ogImage' => [
+ 'name' => 'Logotip de Compartir social',
+ 'warning' => 'Hauria de tenir una resolució de 1200 x 630. ',
+
+ ],
+ 'currencies' => [
+ 'name' => 'Monedes actives',
+ ],
+ 'latest-limit' => [
+ 'name' => 'Últim límit',
+ ],
+ 'site_address' => [
+ 'name' => 'Adreça del lloc',
+ 'warning' => 'S\'ha afegit automàticament www. www.nom ',
+ ],
+ 'google_map_key' => [
+ 'name' => 'Clau API de Google Map',
+ ],
+
+ 'default_country' => [
+ 'name' => 'País de l\'anunci predeterminat',
+ ],
+ 'hide_price_categories' => [
+ 'name' => 'Amaga el preu a les categories',
+ 'instructions' => 'El preu s\'ocultarà quan creeu un anunci o visualitzeu un anunci en aquestes categories.'
+ ],
+ 'free_currencyconverterapi_key' => [
+ 'name' => 'Clau API de conversor de divises'
+ ],
+ 'default_city' => [
+ 'name' => 'Ciutat de l\'anunci predeterminada',
+ ],
+ 'default_district' => [
+ 'name' => 'Districte d\'anuncis predeterminat',
+ ],
+ 'default_neighborhood' => [
+ 'name' => 'Barri d\'anuncis predeterminat',
+ ],
+ 'default_currency' => [
+ 'name' => 'Moneda de l\'anunci predeterminada',
+ ],
+ 'default_GET' => [
+ 'name' => 'Anunci predeterminat GET',
+ ],
+ 'twitter' => [
+ 'name' => 'Twitter',
+ ],
+ 'facebook' => [
+ 'name' => 'Facebook',
+ ],
+ 'youtube' => [
+ 'name' => 'Youtube',
+ ],
+ 'google' => [
+ 'name' => 'Google',
+ ],
+ 'listing_page_image' => [
+ 'name' => 'Imatge de pàgina de llistat',
+ ],
+ 'hide_standard_price_field' => [
+ 'name' => 'Amaga el camp de preus estàndard',
+ ],
+ 'hide_options_field' => [
+ 'name' => 'Amaga el camp d\'opcions',
+ ],
+ 'hide_village_field' => [
+ 'name' => 'Amaga el camp del poble',
+ ],
+ 'hide_configurations' => [
+ 'name' => 'Amagueu el botó Configuracions',
+ 'instructions' => 'Amagueu el botó Configuracions a la pàgina de visualització prèvia de l’anunci',
+ ],
+ 'make_all_fields_required' => [
+ 'name' => 'Feu que tots els camps siguin obligatoris',
+ 'instructions' => 'Cal que l\'usuari empleni els camps Preu i descripció en crear un anunci',
+ ],
+ 'make_map_required' => [
+ 'name' => 'Feu que el mapa sigui obligatori',
+ 'instructions' => 'Sol·liciteu a l’usuari que col·loqui un pin al mapa en crear un anunci',
+ ],
+ 'hide_listing_standard_price' => [
+ 'name' => 'Amaga el preu estàndard de la llista',
+ ],
+ 'enabled_currencies' => [
+ 'name' => 'Monedes habilitades',
+ ],
+ 'google_statistic_code' => [
+ 'name' => 'Codi estadístic de Google',
+ ],
+ 'register_email_field' => [
+ 'name' => 'Requisit de correu electrònic de registre de membres',
+ ],
+ 'market_place' => [
+ 'name' => 'Mercat',
+ 'instructions' => 'If the marketplace is down, your site will act as ecommerce. For example,
+ some fields in the profile such as ads, dopings, messages, sale, packages and store are not visible and
+ removes corporate membership.'
+ ],
+ 'price_area_hidden' => [
+ 'name' => 'Zona de preus oculta',
+ ],
+ 'hide_price_filter' => [
+ 'name' => 'Amaga el filtre de preus',
+ ],
+ 'hide_date_filter' => [
+ 'name' => 'Amaga el filtre de dates',
+ ],
+ 'hide_photo_filter' => [
+ 'name' => 'Amaga el filtre de fotos',
+ ],
+ 'hide_map_filter' => [
+ 'name' => 'Amaga el filtre del mapa',
+ ],
+ 'show_lang_url' => [
+ 'name' => 'Mostra el paràmetre de lang per a l\'URL',
+ ],
+ 'popular_ads_limit' => [
+ 'name' => 'Límit d\'anuncis populars',
+ ],
+
+ //Image
+
+ 'image_resize_backend' => [
+ 'name' => 'Backend de mida de la imatge',
+ ],
+ 'full_image_width' => [
+ 'name' => 'Amplada de la imatge completa',
+ ],
+ 'full_image_height' => [
+ 'name' => 'Alçada de la imatge completa',
+ ],
+ 'medium_image_width' => [
+ 'name' => 'Amplada mitjana de la imatge',
+ ],
+ 'medium_image_height' => [
+ 'name' => 'Alçada mitjana de la imatge',
+ ],
+ 'thumbnail_width' => [
+ 'name' => 'Amplada de la miniatura',
+ ],
+ 'thumbnail_height' => [
+ 'name' => 'Alçada de la miniatura',
+ ],
+ 'add_canvas' => [
+ 'name' => 'Afegeix llenç',
+ ],
+ 'image_canvas_width' => [
+ 'name' => 'Amplada del llenç de la imatge',
+ ],
+ 'image_canvas_height' => [
+ 'name' => 'Alçada del llenç de la imatge',
+ ],
+ 'watermark_type' => [
+ 'name' => 'Tipus de filigrana',
+ ],
+ 'watermark_text' => [
+ 'name' => 'Text de filigrana',
+ ],
+ 'watermark_image' => [
+ 'name' => 'Imatge de filigrana',
+ ],
+ 'watermark_position' => [
+ 'name' => 'Posició de filigrana',
+ ],
+ 'user_filter_limit' => [
+ 'name' => 'Límit de filtre d\'usuaris',
+ 'instructions' => 'Al tauler d\'administració'
+ ],
+ 'show_breadcrumb_when_creating_ad' => [
+ 'name' => 'Mostra la molla de pa en crear un anunci',
+ ],
+ 'show_ads_count' => [
+ 'name' => 'Mostra el recompte d\'anuncis',
+ 'instructions' => 'Mostra els anuncis a la llista de categories de l\'esquerra',
+ ],
+ 'ads_date_hidden' => [
+ 'name' => 'Amaga la data de creació',
+ 'instructions' => 'Amaga la data de creació a la pàgina de detalls dels anuncis',
+ ],
+ 'hide_listing_header' => [
+ 'name' => 'Amaga la capçalera del llistat',
+ 'instructions' => 'Ocultant els tipus d\'ordres i visualitzacions',
+ ],
+ 'hide_filter_section' => [
+ 'name' => 'Amaga la secció del filtre',
+ 'instructions' => 'S’amaga a l’àrea de filtre esquerra a la pàgina de la llista',
+ ],
+ 'hide_seller_info' => [
+ 'name' => 'Amaga la informació del venedor',
+ 'instructions' => 'Ocultació de la informació del venedor a la pàgina de detalls dels anuncis',
+ ],
+ 'show_post_ad_agreement' => [
+ 'name' => 'Mostra l\'acord per publicar publicacions',
+ 'instructions' => 'Activeu aquesta opció si voleu mostrar un acord de política de privadesa a la pàgina de creació d\'anuncis',
+ ],
+ 'override_text' => [
+ 'name' => 'Substitueix el text',
+ 'instructions' => 'Valor antic: valor nou'
+ ],
+ 'steps_color' => [
+ 'name' => 'Passos de color',
+ 'instructions' => 'Canvia el color dels passos progressius.'
+ ],
+ 'create_ad_button_color' => [
+ 'name' => 'Crea el color del botó de l\'anunci',
+ 'instructions' => 'Canvia el botó que apareix quan s\'acaba la selecció de la nova categoria d\'anuncis.'
+ ],
+ 'lang_switcher_for_browser' => [
+ 'name' => 'Lang Switcher per al navegador',
+ 'instructions' => 'Us permet escollir l’idioma del navegador com a idioma actiu'
+ ],
+ 'get_categories' => [
+ 'name' => 'GET Categories',
+ 'instructions' => 'Representa les categories en què la propietat GET serà vàlida.'
+ ],
+ 'watermark' => [
+ 'name' => 'Filigrana',
+ 'instructions' => 'La filigrana està activa?'
+ ],
+ 'detailed_product_options' => [
+ 'name' => 'Opcions detallades del producte',
+ 'instructions' => 'Permet introduir informació sobre existències i preus del producte'
+ ],
+ 'show_subcats_mobile' => [
+ 'name' => 'Mostra subcategories a la visualització per a mòbils',
+ ],
+ 'show_price_to_members_only' => [
+ 'name' => 'Mostrar preu només per a membres',
+ ],
+ 'hide_ad_cat' => [
+ 'name' => 'Amaga les categories',
+ 'instructions' => 'Amaga les categories a la llista d\'anuncis'
+ ],
+ 'show_finish_and_publish_date' => [
+ 'name' => 'Mostra la data de finalització i la data de publicació per crear',
+ 'instructions' => 'Mostra els camps publish_at i finish_at de la pàgina de creació d\'anuncis.'
+ ],
+ 'show_tax_field' => [
+ 'name' => 'Show Tax Field',
+ 'instructions' => 'When this option is enabled, you can set the tax rate on the ad creation page.'
+ ],
+ 'hide_contact_created_at' => [
+ 'name' => 'Hide Contact Fields For in Create New Ad'
+ ]
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/ca/stream.php b/resources/default/addons/visiosoft/advs-module/lang/ca/stream.php
new file mode 100644
index 000000000..7dd906a10
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/ca/stream.php
@@ -0,0 +1,37 @@
+ [
+ 'name' => 'Advs',
+ ],
+ 'categories' => [
+ 'name' => 'Categories',
+ ],
+ 'village' => [
+ 'name' => 'Poble',
+ ],
+ 'custom_fields' => [
+ 'name' => 'Camps personalitzats',
+ ],
+ 'custom_field_advs' => [
+ 'name' => 'Consells personalitzats de camp',
+ ],
+ 'cf_values' => [
+ 'name' => 'Cf valors',
+ ],
+ 'options' => [
+ 'name' => 'Opcions',
+ ],
+ 'product_options' => [
+ 'name' => 'Opcions del producte',
+ ],
+ 'productoptions_value' => [
+ 'name' => 'Valor de les opcions',
+ ],
+ 'option_configuration' => [
+ 'name' => 'Configuració',
+ ],
+ 'status' => [
+ 'name' => 'Estat',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/ca/view.php b/resources/default/addons/visiosoft/advs-module/lang/ca/view.php
new file mode 100644
index 000000000..6e005e5f1
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/ca/view.php
@@ -0,0 +1,6 @@
+ 'Inacabat',
+ 'advanced' => 'Avançat',
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/cs/addon.php b/resources/default/addons/visiosoft/advs-module/lang/cs/addon.php
new file mode 100644
index 000000000..6d5663c23
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/cs/addon.php
@@ -0,0 +1,8 @@
+ 'Reklamy',
+ 'name' => 'Modul reklam',
+ 'description' => 'Modul reklam',
+ 'info' => 'This is the screen where you can add, delete and edit ads from the Ads page. On this page, you can simply do the operations such as post management and ad configuration.'
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/cs/button.php b/resources/default/addons/visiosoft/advs-module/lang/cs/button.php
new file mode 100644
index 000000000..be96f8f5b
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/cs/button.php
@@ -0,0 +1,48 @@
+ 'Nový inzerát',
+ 'new_classified' => 'Nový inzerát',
+ 'new_category' => 'Nová kategorie',
+ 'new_country' => 'Nová země',
+ 'new_city' => 'Nové Město',
+ 'new_district' => 'Nová čtvrť',
+ 'new_neighborhood' => 'Nové sousedství',
+ 'new_village' => 'New Village',
+ 'edit' => "Upravit",
+ 'approve' => "Schvalovat",
+ 'decline' => 'Pokles',
+ 'extend' => 'Rozšířit',
+ 'extend_all' => 'Rozšířit vše',
+ 'convert_currency' => 'Převést měnu',
+ 'categories' => 'Kategorie',
+ 'sub_category' => 'Dílčí kategorie',
+ 'add_sub_category' => 'Přidat podkategorii',
+ 'sub_cities' => 'Dílčí města',
+ 'add_sub_cities' => 'Přidat dílčí město',
+ 'add_sub_districts' => 'Přidat dílčí obvod',
+ 'add_sub_neighborhoods' => 'Přidat sousední sousedství',
+ 'add_sub_village' => 'Přidat Sub Village',
+ 'sub_districts' => 'Dílčí okresy',
+ 'sub_neighborhoods' => 'Sub sousedství',
+ 'sub_village' => 'Sub Village',
+ 'general_settings' => 'Obecné nastavení',
+ 'save_category' => 'Uložit kategorii',
+ 'change_owner' => 'Změnit vlastníka',
+ 'update_category' => [
+ 'name' => 'Aktualizovat kategorii'
+ ],
+ 'new_option' => 'Nová možnost',
+ 'export' => 'Vývozní',
+ 'new_productoption' => 'Nová možnost produktu',
+ 'new_productoptions_value' => 'Hodnota nové možnosti produktu',
+ 'new_options_configuration' => 'Konfigurace nové možnosti',
+ 'new_option_configuration' => 'Konfigurace nové možnosti',
+ 'create_configurations' => 'Vytvořte konfigurace',
+ 'replicate' => 'Replikovat',
+ 'fast_create' => 'Rychlé vytvoření',
+ 'publish' => 'Publikovat',
+ 'import' => 'Import',
+ 'new_status' => 'Nový stav',
+ 'fast_edit' => 'Rychlá úprava',
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/cs/currency.php b/resources/default/addons/visiosoft/advs-module/lang/cs/currency.php
new file mode 100644
index 000000000..c923ea69f
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/cs/currency.php
@@ -0,0 +1,6 @@
+ 'Dolar',
+ 'EUR' => 'Euro',
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/cs/field.php b/resources/default/addons/visiosoft/advs-module/lang/cs/field.php
new file mode 100644
index 000000000..d4b92fefa
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/cs/field.php
@@ -0,0 +1,385 @@
+ [
+ 'name' => 'Titul'
+ ],
+ 'order' => [
+ 'name' => 'Objednat'
+ ],
+ 'slug' => [
+ 'name' => 'Slimák'
+ ],
+ 'parent_category' => [
+ 'name' => 'Rodič'
+ ],
+ 'category' => [
+ 'name' => 'Název kategorie'
+ ],
+ 'price' => [
+ 'name' => 'Cena'
+ ],
+ 'standard_price' => [
+ 'name' => 'Standardní cena'
+ ],
+ 'date' => [
+ 'name' => 'datum'
+ ],
+ 'photo' => [
+ 'name' => 'Fotografie'
+ ],
+ 'video' => [
+ 'name' => 'Video'
+ ],
+ 'map' => [
+ 'name' => 'Mapa'
+ ],
+ 'stock' => [
+ 'name' => 'Skladem'
+ ],
+ 'advs_desc' => [
+ 'name' => 'Popis'
+ ],
+ 'online_payment' => [
+ 'name' => 'Platba přes internet'
+ ],
+ 'city' => [
+ 'name' => 'Město'
+ ],
+ 'country' => [
+ 'name' => 'Země'
+ ],
+ 'district' => [
+ 'name' => 'Okres'
+ ],
+ 'neighborhood' => [
+ 'name' => 'Sousedství'
+ ],
+ 'village' => [
+ 'name' => 'Vesnice'
+ ],
+ 'files' => [
+ 'name' => 'snímky'
+ ],
+ 'cat1' => [
+ 'name' => 'Hlavní kategorie'
+ ],
+ 'cat2' => [
+ 'name' => 'Podkategorie 1'
+ ],
+ 'cat3' => [
+ 'name' => 'Podkategorie 2'
+ ],
+ 'cat4' => [
+ 'name' => 'Podkategorie 3'
+ ],
+ 'cat5' => [
+ 'name' => 'Podkategorie 4'
+ ],
+ 'cat6' => [
+ 'name' => 'Podkategorie 5'
+ ],
+ 'cat7' => [
+ 'name' => 'Podkategorie 6'
+ ],
+ 'cat8' => [
+ 'name' => 'Podkategorie 7'
+ ],
+ 'cat9' => [
+ 'name' => 'Podkategorie 8'
+ ],
+ 'cat10' => [
+ 'name' => 'Podkategorie 9'
+ ],
+ 'currency' => [
+ 'name' => 'Měna'
+ ],
+ 'status' => [
+ 'name' => 'Postavení',
+ 'option' => [
+ 'approved' => 'Schválený',
+ 'expired' => 'Vypršela platnost',
+ 'unpublished' => 'Nepublikovaný',
+ 'pending_admin' => 'Čekající na správu',
+ 'pending_user' => 'Čekající uživatel'
+ ]
+ ],
+ 'pending_adv' => [
+ 'name' => 'Nepublikovaný'
+ ],
+ 'finish_at' => [
+ 'name' => 'Dokončit v'
+ ],
+ 'cover_photo' => [
+ 'name' => 'Úvodní fotka'
+ ],
+ 'favs_adv' => [
+ 'name' => 'Oblíbené reklamy'
+ ],
+ 'my_adv' => [
+ 'name' => 'ADVS'
+ ],
+ 'description' => 'Popis',
+ 'explanation' => 'Vysvětlení',
+ 'type' => [
+ 'name' => 'Typ'
+ ],
+ 'parent_adv' => [
+ 'name' => 'Související reklama'
+ ],
+ 'value' => [
+ 'name' => 'Hodnota'
+ ],
+ 'list' => 'Seznam',
+ 'home' => 'Domov',
+ 'list-page' => 'Stránka seznamu',
+ 'search' => 'Vyhledávání',
+ 'reset' => 'Reset',
+ 'recommended' => 'Doporučené reklamy pro vás',
+ 'filter' => 'Filtr',
+ 'sort' => 'Třídit',
+ 'sort_by' => 'Seřazeno podle',
+ 'pick_option' => 'Vyberte možnost',
+ 'pick_ordering' => 'Objednávání',
+ 'price_high' => 'Cena vzestupně',
+ 'price_low' => 'Cena od nejnižší k nejvyšší',
+ 'newest' => 'Nejnovější',
+ 'oldest' => 'Nejstarší',
+ 'address_a_z' => 'Adresa (od A do Z)',
+ 'address_z_a' => 'Adresa (Z až A)',
+ 'categories' => [
+ 'name' => 'Kategorie'
+ ],
+ 'all_categories' => 'Všechny kategorie',
+ 'location' => 'Umístění',
+ 'send_message' => 'Poslat zprávu',
+ 'phone_gsm' => 'GSM telefon',
+ 'phone_office' => 'Kancelářský telefon',
+ 'add_to_favorites' => "Přidat k oblíbeným",
+ 'send' => 'Poslat',
+ 'search_name' => 'Hledat jméno',
+ 'my_favorite_searches' => 'Oblíbené vyhledávání',
+ 'search_desc' => 'Zde můžete přidat a spravovat své oblíbené výběry vyhledávání.',
+ 'complaint_placeholder' => 'Sem zadejte podrobnosti o stížnosti.',
+ 'show_details' => 'Ukázat detaily',
+ 'ad_actions' => 'Akce reklam',
+ 'edit' => 'Upravit',
+ 'approve' => 'Schvalovat',
+ 'passive' => "Pasivní",
+ 'sold' => 'Prodáno',
+ 'offered_by' => 'Nabízeno',
+ 'more_ads_by' => 'Více reklam od',
+ 'click_phone' => 'Zobrazit telefonní číslo',
+ 'share' => 'Podíl',
+ 'report' => 'Nahlásit tuto reklamu',
+ 'features' => 'Funkce',
+ "streetview" => "Street View",
+ 'recommended_ads' => 'Doporučené reklamy pro vás',
+ 'new' => 'Nový',
+ 'short_info' => 'Krátká informace',
+ 'secure_trading' => 'Bezpečné obchodování',
+ '24/7' => '24/7 podpora',
+ 'easy_trading' => 'Snadné obchodování',
+ 'need_help' => 'Potřebovat pomoc?',
+ 'give_a_call' => 'Zavolat',
+ 'message_sent' => 'Zpráva odeslána!',
+ 'asap' => 'Zpráva odeslána, prodejce vás bude co nejdříve kontaktovat.',
+ 'ad_id' => 'ID reklamy',
+ 'contact_with' => 'Kontakt s',
+ 'create_adv' => 'Vytvořit reklamu',
+ 'edit_adv' => 'Upravit reklamu',
+ 'mandatory_fields' => 'Povinná pole',
+ 'ad_post' => 'Reklamní příspěvek',
+ 'sell_item' => 'Prodejte položku nebo službu',
+ 'search_save' => 'Oblíbené vyhledávání bylo úspěšně uloženo',
+ 'address' => 'Adresa',
+ 'email' => 'E-mailem',
+ 'phone' => 'Telefon',
+ 'send_us_your_feedback' => 'Zašlete nám svůj názor',
+ 'online_shopping' => 'DOSTAT',
+ 'approved' => 'Úspěšně schváleno',
+ 'extended' => 'Úspěšně rozšířeno',
+ 'declined' => 'Odmítnuto úspěšně',
+ 'search_on_map' => 'Hledat na mapě',
+ 'post_free_ad' => 'Zveřejnit inzerát zdarma',
+ 'select_a_category' => 'Vyberte kategorii',
+ 'select_a_sub_category' => 'Vyberte podkategorii',
+ 'all_dopings_added' => 'Pro tuto reklamu jsou přidány všechny typy dopingu.',
+ 'is_get_adv' => [
+ 'name' => 'DOSTAT'
+ ],
+ 'corporate_info' => 'Firemní informace',
+ 'featured_ads' => "Doporučené reklamy",
+ 'trending_ads' => 'Trendové reklamy',
+ 'search_ad_result_prefix' => 'na',
+ 'search_ad_result_text' => ': při : name bylo nalezeno ',
+ 'search_ads_result_message' => [
+ 'name' => ': počet nalezených reklam pro: vyhledávání jmen',
+ ],
+ 'total' => 'Celkový',
+ 'quantity' => 'Množství',
+ 'view_cart' => 'Prohlédnout košík',
+ 'no_ads' => 'Nebyly nalezeny žádné reklamy.',
+ 'show_display_mode' => [
+ 'map' => 'Mapa',
+ 'list' => 'Seznam',
+ ],
+ 'advs_list_table_thead' => [
+ 'name' => 'Název reklamy',
+ 'price' => 'Cena',
+ 'publish_at' => 'Datum inzerátu',
+ 'location_city' => 'Město',
+ 'location_country' => 'Země',
+ ],
+ 'show_list_view' => [
+ 'name' => 'Seznam',
+ ],
+ 'show_table_view' => [
+ 'name' => 'Stůl',
+ ],
+ 'showcase' => [
+ 'name' => 'Vitrína',
+ ],
+ 'new_ad' => [
+ 'name' => 'Nová reklama',
+ ],
+ 'profile' => [
+ 'name' => 'Profil',
+ ],
+ 'my_ads' => [
+ 'name' => 'Moje reklamy',
+ ],
+ 'sold_out' => [
+ 'name' => 'Vyprodáno',
+ ],
+ 'edit_category' => 'Upravit kategorii',
+ 'set_category' => 'Nastavit kategorii',
+ 'max' => [
+ 'name' => 'Max',
+ ],
+ 'min' => [
+ 'name' => 'Min',
+ ],
+ 'in_the_last_24_hours' => [
+ 'name' => 'Za posledních 24 hodin'
+ ],
+ 'in_the_last_day' => [
+ 'name' => 'Za posledních 24 hodin'
+ ],
+ 'in_the_last_week' => [
+ 'name' => 'V posledním týdnu'
+ ],
+ 'in_the_last_month' => [
+ 'name' => 'Za poslední měsíc'
+ ],
+ 'ads_with_photo' => [
+ 'name' => 'Reklamy s fotografií'
+ ],
+ 'ads_with_video' => [
+ 'name' => 'Reklamy s videem'
+ ],
+ 'yes' => [
+ 'name' => 'Ano'
+ ],
+ 'no' => [
+ 'name' => 'Ne'
+ ],
+ 'is_system' => [
+ 'name' => 'Je systém',
+ 'instructions' => 'Stav systému je vyžadován a neměl by se měnit',
+ ],
+ 'user_access' => [
+ 'name' => 'Uživatelský přístup',
+ 'instructions' => 'Může uživatel použít tento stav ve svých reklamách?',
+ ],
+ "no_location" => "Není vybráno žádné umístění.",
+ "continue" => 'Pokračovat',
+ "gallery" => 'Galerie',
+ "ad" => 'Inzerát',
+ "ads" => 'Reklamy',
+ "were_found" => 'byly nalezeny.',
+
+ // Pending screen
+ 'pending_message_1' => 'Reklama je v procesu schvalování',
+ 'pending_message_2' => "Datum aktualizace reklamy",
+ 'pending_message_3' => 'Odhadovaná čekací doba',
+ 'pending_message_4' => 'K dopingové době se přidá čas strávený schvalovacím procesem.',
+ 'pending_message_5' => 'V procesu schválení nelze z call centra provádět žádné transakce.',
+ 'hours' => 'hodin',
+
+ // Preview page
+ 'preview_text' => [
+ 'part_1' => 'Pokud jsou následující informace o vaší reklamě správné, klikněte na tlačítko Pokračovat a přejděte k dalšímu kroku.',
+ 'part_2' => 'Pokud ne, klikněte na tlačítko „Upravit“.',
+ ],
+ 'views' => 'Pohledy',
+
+ // Detail page
+ "no_street_view" => "Na tomto místě není žádný obrázek z ulice",
+ 'edit_my_contact_info' => 'Upravit mé kontaktní informace',
+ 'update_my_contact_info' => 'aktualizovat moje kontaktní informace',
+ 'contact_info' => 'Kontaktní informace',
+ 'ad_info' => 'Informace o reklamě',
+
+ // Select cat
+ 'select_category_step_by_step' => 'Vyberte kategorii krok za krokem',
+
+ // New create page
+ 'options' => 'Možnosti',
+ 'category_selection' => 'Výběr kategorie',
+ 'listing_details' => 'Podrobnosti o výpisu',
+ 'preview' => 'Náhled',
+ 'congratulations' => 'Gratulujeme',
+ 'ad_desc' => 'Popis reklamy',
+ 'upload_photos' => 'Nahrát fotky',
+ 'upload_files' => 'Nahrát soubory',
+ 'additional_fields' => 'Další pole',
+ 'ad_location' => 'Umístění reklamy',
+ 'owner' => 'Majitel',
+ 'default_owner_instruction' => 'Vlastník bude výchozí pro aktuálního uživatele, pokud není vybrán žádný uživatel',
+ 'create_page_subtitle' => 'Vytvořte reklamu bezchybně zadáním podrobných informací o reklamě.',
+ 'with_my_phone_numbers' => 'With my phone numbers',
+ 'not_with_my_phone_numbers' => "I don't want to be reached by phone",
+ 'how_can_you_be_contacted' => "How can you be contacted?",
+
+ // Listing page
+ 'ad_title' => 'Název reklamy',
+ 'listing_date' => 'Datum zápisu',
+ 'view' => 'Pohled',
+ 'ads_with_map' => 'Reklamy s mapou',
+ 'advanced_sorting' => 'Pokročilé třídění',
+ 'filter_by_word' => 'Filtrovat podle slova',
+ 'filter_by' => 'Filtrovat podle: názvu',
+
+ 'free' => 'Volný, uvolnit',
+ 'ad_date' => 'Datum inzerátu',
+ 'photo_video' => 'Foto, video',
+ 'and_above' => 'a výše',
+ 'and_below' => 'a níže',
+ 'clear_all' => 'Vymazat vše',
+ 'balances' => 'Zůstatky',
+ 'packages' => 'Balíčky',
+ 'dopings' => 'Dopingy',
+ 'advs' => 'Advs',
+ 'site' => 'Stránky',
+ 'subscription' => 'Předplatné',
+ 'created' => 'Vytvořeno',
+ 'product_option' => [
+ 'name' => 'Možnost produktu'
+ ],
+ 'option_json' => [
+ 'name' => 'Volba'
+ ],
+ 'old_price' => [
+ 'name' => 'Stará cena'
+ ],
+ 'save_search' => 'Uložit hledání',
+ 'publish_at' => [
+ 'name' => 'Datum zveřejnění'
+ ],
+ 'tax' => [
+ 'name' => 'Tax'
+ ],
+ 'name_a_z' => 'Name (A to Z)',
+ 'name_z_a' => 'Name (Z to A)',
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/cs/message.php b/resources/default/addons/visiosoft/advs-module/lang/cs/message.php
new file mode 100644
index 000000000..94295064e
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/cs/message.php
@@ -0,0 +1,35 @@
+ 'Požadovaný produkt aktuálně chybí nebo je neaktivní',
+ 'please_payment' => 'Prosím zaplať',
+ 'bank_account_info' => 'Informace o bankovním účtu',
+ 'agreement' => 'Kliknutím na Publikovat vyjadřujete souhlas s našimi Podmínkami použití a Zásady ochrany osobních údajů potvrzují, že jste oprávněným vlastníkem této položky.',
+ 'update_category_msg' => 'Klasifikovaná kategorie bude aktualizována.',
+ 'updated_category_msg' => 'Kategorie byla úspěšně upravena.',
+ 'create_ad_with_post_cat' => [
+ 'title' => "Výběr kategorie byl dokončen.",
+ 'success' => true,
+ 'continueBtn' => "Pokračovat",
+ ],
+ 'update_category_info' => 'Aktualizujte prosím kategorii.',
+ 'filter_by_search_msg' => 'Filtrovat podle vyhledávání.',
+ 'delete_author_error' => 'Nemůžete odstranit příspěvek, který vám nepatří',
+ 'success_delete' => 'Reklama smazána',
+ 'pending_ad_status' => 'Vaše reklama čeká na schválení redaktorem.',
+ 'extended' => ': počet reklam byl úspěšně rozšířen.',
+ 'category_not_exist' => 'Tato kategorie již neexistuje!',
+ 'currency_converted' => 'Měna byla úspěšně převedena.',
+ 'choose_user' => 'Vyberte uživatele',
+ 'owner_updated_successfully' => 'Vlastník byl úspěšně aktualizován!',
+ 'no_add_found' => 'Nebyla nalezena žádná reklama!',
+ 'replicated_success' => 'Reklama byla úspěšně replikována!',
+ 'ad_doesnt_exist' => "Tato reklama neexistuje!",
+ 'select_location_error' => "Vyberte místo na mapě!",
+ 'this_ad_is_not_valid_anymore' => "Tato reklama již není platná!",
+ 'approve_status_change' => "Stav vaší reklamy byl nastaven na aktivní!",
+ 'passive_status_change' => "Stav vaší reklamy byl nastaven na pasivní!",
+ 'sold_status_change' => "Stav vaší reklamy byl nastaven na prodej!",
+ 'status_change' => "Stav vaší reklamy byl nastaven na: stav!",
+ 'disabled_detailed_options_for_admin_role' => "Podrobné možnosti produktu jsou deaktivovány.",
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/cs/permission.php b/resources/default/addons/visiosoft/advs-module/lang/cs/permission.php
new file mode 100644
index 000000000..4c4e4e5bd
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/cs/permission.php
@@ -0,0 +1,108 @@
+ [
+ 'name' => 'Reklamy',
+ 'option' => [
+ 'read' => 'Umíte číst reklamy?',
+ 'write' => 'Mohou vytvářet / upravovat reklamy?',
+ 'delete' => 'Lze mazat reklamy?',
+ ],
+ ],
+ 'categories' => [
+ 'name' => 'Kategorie',
+ 'option' => [
+ 'read' => 'Umíte číst kategorie?',
+ 'write' => 'Může vytvářet / upravovat kategorie?',
+ 'delete' => 'Lze mazat kategorie?',
+ ],
+ ],
+ 'village' => [
+ 'name' => 'Vesnice',
+ 'option' => [
+ 'read' => 'Umíte číst vesnici?',
+ 'write' => 'Může vytvořit / upravit vesnici?',
+ 'delete' => 'Může obec smazat?',
+ ],
+ ],
+ 'custom_fields' => [
+ 'name' => 'Vlastní pole',
+ 'option' => [
+ 'read' => 'Umíte číst vlastní pole?',
+ 'write' => 'Mohou vytvářet / upravovat vlastní pole?',
+ 'delete' => 'Lze odstranit vlastní pole?',
+ ],
+ ],
+ 'custom_field_advs' => [
+ 'name' => 'Vlastní polní reklamy',
+ 'option' => [
+ 'read' => 'Umíte číst vlastní polní reklamy?',
+ 'write' => 'Mohou vytvářet / upravovat vlastní polní reklamy?',
+ 'delete' => 'Lze smazat vlastní polní reklamy?',
+ ],
+ ],
+ 'cf_values' => [
+ 'name' => 'Viz hodnoty',
+ 'option' => [
+ 'read' => 'Umí číst hodnoty CF?',
+ 'write' => 'Může vytvářet / upravovat hodnoty CF?',
+ 'delete' => 'Lze odstranit hodnoty CF?',
+ ],
+ ],
+ 'options' => [
+ 'name' => 'Možnosti',
+ 'option' => [
+ 'read' => 'Umíte číst možnosti?',
+ 'write' => 'Může vytvářet / upravovat možnosti?',
+ 'delete' => 'Mohou možnosti smazat?',
+ ],
+ ],
+ 'productoptions' => [
+ 'name' => 'Možnosti produktu',
+ 'option' => [
+ 'read' => 'Umíte číst možnosti produktu?',
+ 'write' => 'Mohou vytvářet / upravovat možnosti produktů?',
+ 'delete' => 'Lze smazat možnosti produktu?',
+ ],
+ ],
+ 'productoptions_value' => [
+ 'name' => 'Hodnota možnosti produktu',
+ 'option' => [
+ 'read' => 'Může číst hodnotu produktu?',
+ 'write' => 'Může vytvářet / upravovat hodnotu možnosti produktu?',
+ 'delete' => 'Může smazat hodnotu productoptions?',
+ ],
+ ],
+ 'options_configuration' => [
+ 'name' => 'Konfigurace možností',
+ 'option' => [
+ 'read' => 'Může číst konfiguraci možností?',
+ 'write' => 'Může vytvořit / upravit konfiguraci možností?',
+ 'delete' => 'Může smazat konfiguraci možností?',
+ ],
+ ],
+ 'option_configuration' => [
+ 'name' => 'Konfigurace možností',
+ 'option' => [
+ 'read' => 'Může číst konfiguraci možností?',
+ 'write' => 'Může vytvořit / upravit konfiguraci možnosti?',
+ 'delete' => 'Lze odstranit konfiguraci možností?',
+ ],
+ ],
+ 'option_configuration' => [
+ 'name' => 'Konfigurace možností',
+ 'option' => [
+ 'read' => 'Může číst konfiguraci možností?',
+ 'write' => 'Může vytvořit / upravit konfiguraci možnosti?',
+ 'delete' => 'Lze odstranit konfiguraci možností?',
+ ],
+ ],
+ 'status' => [
+ 'name' => 'Postavení',
+ 'option' => [
+ 'read' => 'Může číst stav?',
+ 'write' => 'Lze vytvořit / upravit stav?',
+ 'delete' => 'Může stav odstranit?',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/cs/section.php b/resources/default/addons/visiosoft/advs-module/lang/cs/section.php
new file mode 100644
index 000000000..ac930ff0e
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/cs/section.php
@@ -0,0 +1,64 @@
+ [
+ 'title' => 'Reklamy',
+ ],
+ 'categories' => [
+ 'title' => 'Kategorie',
+ ],
+ 'countries' => [
+ 'title' => 'Země',
+ ],
+ 'cities' => [
+ 'title' => 'Města',
+ ],
+ 'districts' => [
+ 'title' => 'Okresy',
+ ],
+ 'neighborhoods' => [
+ 'title' => 'Sousedství',
+ ],
+ 'village' => [
+ 'title' => 'Vesnice',
+ ],
+ 'custom_fields' => [
+ 'title' => 'Vlastní pole',
+ ],
+ 'custom_field_advs' => [
+ 'title' => 'Vlastní polní reklamy',
+ ],
+ 'cf_values' => [
+ 'title' => 'Viz hodnoty',
+ ],
+ 'fields' => [
+ 'title' => 'Vlastní pole'
+ ],
+ 'assets_clear' => [
+ 'name' => 'Majetek vymazán'
+ ],
+ 'general' => 'Všeobecné',
+ 'ads' => 'Reklamy',
+ 'user' => 'Uživatel',
+ 'filter' => 'Filtr',
+ 'create_ad' => 'Vytvořit reklamu',
+ 'options' => [
+ 'title' => 'Možnosti',
+ ],
+ 'ads_image' => 'Obrázek reklamy',
+ 'product_options' => [
+ 'title' => 'Možnosti',
+ ],
+ 'productoptions_value' => [
+ 'title' => 'Hodnota hodnoty',
+ ],
+ 'option_configuration' => [
+ 'title' => 'Konfigurace',
+ ],
+ 'translations' => 'Překlady',
+ 'status' => [
+ 'title' => 'Postavení',
+ ],
+ 'ads_detail' => 'Podrobnosti reklam',
+
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/cs/setting.php b/resources/default/addons/visiosoft/advs-module/lang/cs/setting.php
new file mode 100644
index 000000000..713cb661b
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/cs/setting.php
@@ -0,0 +1,286 @@
+ [
+ 'name' => 'Automaticky schvalovat',
+ ],
+ 'default_view_type' => [
+ 'name' => 'Výchozí typ zobrazení',
+ ],
+ 'hide_zero_price' => [
+ 'name' => 'Skrýt cenu, pokud je nula',
+ 'instructions' => 'Pokud je cena reklamy 0, skryjte cenu',
+ ],
+ 'estimated_pending_time' => [
+ 'name' => 'Odhadovaný nevyřízený čas',
+ 'instructions' => 'Za několik hodin',
+ ],
+ 'default_published_time' => [
+ 'name' => 'Výchozí čas publikování',
+ ],
+ 'address' => [
+ 'name' => 'Kontaktujte adresu',
+ ],
+ 'phone' => [
+ 'name' => 'Kontaktní Telefon',
+ ],
+ 'favicon' => [
+ 'name' => 'Favicon',
+ ]
+ , 'map_coordinates_long' => [
+ 'name' => 'Namapujte dlouhou souřadnici',
+ ],
+ 'map_coordinates_lat' => [
+ 'name' => 'Namapujte Lat Latitude',
+ ],
+ 'iban_numbers' => [
+ 'name' => 'IBAN',
+ ],
+ 'logo' => [
+ 'name' => 'Logo',
+ ],
+ 'ogImage' => [
+ 'name' => 'Logo sociální sdílení',
+ 'warning' => 'Mělo by to být v rozlišení 1200 x 630. ',
+
+ ],
+ 'currencies' => [
+ 'name' => 'Aktivní měny',
+ ],
+ 'latest-limit' => [
+ 'name' => 'Poslední limit',
+ ],
+ 'site_address' => [
+ 'name' => 'Adresa webu',
+ 'warning' => 'Automaticky přidáno www. www.sitename.com ',
+ ],
+ 'google_map_key' => [
+ 'name' => 'Klíč Google Map Api',
+ ],
+
+ 'default_country' => [
+ 'name' => 'Výchozí země reklamy',
+ ],
+ 'hide_price_categories' => [
+ 'name' => 'Skrýt cenu za kategorie',
+ 'instructions' => 'Cena bude skryta, když vytvoříte reklamu nebo zobrazíte reklamu v těchto kategoriích.'
+ ],
+ 'free_currencyconverterapi_key' => [
+ 'name' => 'Klíč API pro převod měn'
+ ],
+ 'default_city' => [
+ 'name' => 'Výchozí reklamní město',
+ ],
+ 'default_district' => [
+ 'name' => 'Výchozí reklamní oblast',
+ ],
+ 'default_neighborhood' => [
+ 'name' => 'Výchozí sousedství reklamy',
+ ],
+ 'default_currency' => [
+ 'name' => 'Výchozí měna reklamy',
+ ],
+ 'default_GET' => [
+ 'name' => 'Výchozí reklama ZÍSKAT',
+ ],
+ 'twitter' => [
+ 'name' => 'Cvrlikání',
+ ],
+ 'facebook' => [
+ 'name' => 'Facebook',
+ ],
+ 'youtube' => [
+ 'name' => 'Youtube',
+ ],
+ 'google' => [
+ 'name' => 'Google',
+ ],
+ 'listing_page_image' => [
+ 'name' => 'Výpis stránky',
+ ],
+ 'hide_standard_price_field' => [
+ 'name' => 'Skrýt pole standardní ceny',
+ ],
+ 'hide_options_field' => [
+ 'name' => 'Skrýt pole možností',
+ ],
+ 'hide_village_field' => [
+ 'name' => 'Skrýt pole vesnice',
+ ],
+ 'hide_configurations' => [
+ 'name' => 'Skrýt tlačítko Konfigurace',
+ 'instructions' => 'Skrýt tlačítko Konfigurace na stránce náhledu reklamy',
+ ],
+ 'make_all_fields_required' => [
+ 'name' => 'Nastavit všechna pole jako povinná',
+ 'instructions' => 'Vyžadovat, aby uživatel při vytváření reklamy vyplnil pole Cena a Popis',
+ ],
+ 'make_map_required' => [
+ 'name' => 'Vytvořit mapu jako požadovanou',
+ 'instructions' => 'Vyžadovat od uživatele, aby při vytváření reklamy umístil špendlík na mapu',
+ ],
+ 'hide_listing_standard_price' => [
+ 'name' => 'Skrýt výpis standardní ceny',
+ ],
+ 'enabled_currencies' => [
+ 'name' => 'Povolené měny',
+ ],
+ 'google_statistic_code' => [
+ 'name' => 'Statistický kód Google',
+ ],
+ 'register_email_field' => [
+ 'name' => 'E-mailová žádost o registraci člena',
+ ],
+ 'market_place' => [
+ 'name' => 'Tržiště',
+ 'instructions' => 'If the marketplace is down, your site will act as ecommerce. For example,
+ some fields in the profile such as ads, dopings, messages, sale, packages and store are not visible and
+ removes corporate membership.'
+ ],
+ 'price_area_hidden' => [
+ 'name' => 'Cenová oblast skrytá',
+ ],
+ 'hide_price_filter' => [
+ 'name' => 'Skrýt cenový filtr',
+ ],
+ 'hide_date_filter' => [
+ 'name' => 'Skrýt filtr data',
+ ],
+ 'hide_photo_filter' => [
+ 'name' => 'Skrýt filtr fotografií',
+ ],
+ 'hide_map_filter' => [
+ 'name' => 'Skrýt filtr mapy',
+ ],
+ 'show_lang_url' => [
+ 'name' => 'Zobrazit Lang parametr pro URL',
+ ],
+ 'popular_ads_limit' => [
+ 'name' => 'Limit oblíbených reklam',
+ ],
+
+ //Image
+
+ 'image_resize_backend' => [
+ 'name' => 'Backend pro změnu velikosti obrázku',
+ ],
+ 'full_image_width' => [
+ 'name' => 'Plná šířka obrazu',
+ ],
+ 'full_image_height' => [
+ 'name' => 'Výška celého obrázku',
+ ],
+ 'medium_image_width' => [
+ 'name' => 'Střední šířka obrázku',
+ ],
+ 'medium_image_height' => [
+ 'name' => 'Střední výška obrázku',
+ ],
+ 'thumbnail_width' => [
+ 'name' => 'Šířka miniatury',
+ ],
+ 'thumbnail_height' => [
+ 'name' => 'Výška miniatury',
+ ],
+ 'add_canvas' => [
+ 'name' => 'Přidat plátno',
+ ],
+ 'image_canvas_width' => [
+ 'name' => 'Šířka obrazového plátna',
+ ],
+ 'image_canvas_height' => [
+ 'name' => 'Výška obrazového plátna',
+ ],
+ 'watermark_type' => [
+ 'name' => 'Typ vodoznaku',
+ ],
+ 'watermark_text' => [
+ 'name' => 'Text vodoznaku',
+ ],
+ 'watermark_image' => [
+ 'name' => 'Obrázek vodoznaku',
+ ],
+ 'watermark_position' => [
+ 'name' => 'Pozice vodoznaku',
+ ],
+ 'user_filter_limit' => [
+ 'name' => 'Limit uživatelského filtru',
+ 'instructions' => 'Na panelu správce'
+ ],
+ 'show_breadcrumb_when_creating_ad' => [
+ 'name' => 'Zobrazit drobečkovou navigaci při vytváření reklamy',
+ ],
+ 'show_ads_count' => [
+ 'name' => 'Zobrazit počet reklam',
+ 'instructions' => 'Počet reklam se zobrazí v seznamu kategorií vlevo',
+ ],
+ 'ads_date_hidden' => [
+ 'name' => 'Skrýt datum vytvoření',
+ 'instructions' => 'Skrýt datum vytvoření na stránce podrobností reklam',
+ ],
+ 'hide_listing_header' => [
+ 'name' => 'Skrýt záhlaví záznamu',
+ 'instructions' => 'Schovává se při objednávání a prohlížení typů',
+ ],
+ 'hide_filter_section' => [
+ 'name' => 'Skrýt sekci filtru',
+ 'instructions' => 'Schovává se na levé straně oblasti filtru na stránce výpisu',
+ ],
+ 'hide_seller_info' => [
+ 'name' => 'Skrýt informace o prodejci',
+ 'instructions' => 'Skrytí informací o prodejci na stránce s podrobnostmi o reklamách',
+ ],
+ 'show_post_ad_agreement' => [
+ 'name' => 'Zobrazit smlouvu o příspěvku',
+ 'instructions' => 'Tuto možnost zapněte, pokud chcete na stránce vytváření reklam zobrazit dohodu o zásadách ochrany osobních údajů',
+ ],
+ 'override_text' => [
+ 'name' => 'Přepsat text',
+ 'instructions' => 'Stará hodnota: Nová hodnota'
+ ],
+ 'steps_color' => [
+ 'name' => 'Kroky Barva',
+ 'instructions' => 'Mění barvu postupných kroků.'
+ ],
+ 'create_ad_button_color' => [
+ 'name' => 'Vytvořte barvu tlačítka reklamy',
+ 'instructions' => 'Změní tlačítko, které se zobrazí po dokončení výběru nové kategorie reklamy.'
+ ],
+ 'lang_switcher_for_browser' => [
+ 'name' => 'Přepínač Lang pro prohlížeč',
+ 'instructions' => 'Umožňuje zvolit jazyk prohlížeče jako aktivní jazyk'
+ ],
+ 'get_categories' => [
+ 'name' => 'ZÍSKEJTE kategorie',
+ 'instructions' => 'Představuje kategorie, ve kterých bude vlastnost GET platná.'
+ ],
+ 'watermark' => [
+ 'name' => 'Vodoznak',
+ 'instructions' => 'Je vodoznak aktivní?'
+ ],
+ 'detailed_product_options' => [
+ 'name' => 'Podrobné možnosti produktu',
+ 'instructions' => 'Umožňuje zadat informace o skladu a ceně produktu'
+ ],
+ 'show_subcats_mobile' => [
+ 'name' => 'Zobrazit podkategorie v mobilním zobrazení',
+ ],
+ 'show_price_to_members_only' => [
+ 'name' => 'Zobrazit cenu pouze pro členy',
+ ],
+ 'hide_ad_cat' => [
+ 'name' => 'Skrýt kategorie',
+ 'instructions' => 'Skrýt kategorie v seznamu reklam'
+ ],
+ 'show_finish_and_publish_date' => [
+ 'name' => 'Zobrazit datum dokončení a datum publikování pro vytvoření',
+ 'instructions' => 'Zobrazí pole publish_at a finish_at na stránce pro vytvoření reklamy.'
+ ],
+ 'show_tax_field' => [
+ 'name' => 'Show Tax Field',
+ 'instructions' => 'When this option is enabled, you can set the tax rate on the ad creation page.'
+ ],
+ 'hide_contact_created_at' => [
+ 'name' => 'Hide Contact Fields For in Create New Ad'
+ ]
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/cs/stream.php b/resources/default/addons/visiosoft/advs-module/lang/cs/stream.php
new file mode 100644
index 000000000..15b3aefa4
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/cs/stream.php
@@ -0,0 +1,37 @@
+ [
+ 'name' => 'Advs',
+ ],
+ 'categories' => [
+ 'name' => 'Kategorie',
+ ],
+ 'village' => [
+ 'name' => 'Vesnice',
+ ],
+ 'custom_fields' => [
+ 'name' => 'Vlastní pole',
+ ],
+ 'custom_field_advs' => [
+ 'name' => 'Vlastní pole',
+ ],
+ 'cf_values' => [
+ 'name' => 'Viz hodnoty',
+ ],
+ 'options' => [
+ 'name' => 'Možnosti',
+ ],
+ 'product_options' => [
+ 'name' => 'Možnosti produktu',
+ ],
+ 'productoptions_value' => [
+ 'name' => 'Hodnota možností',
+ ],
+ 'option_configuration' => [
+ 'name' => 'Konfigurace',
+ ],
+ 'status' => [
+ 'name' => 'Postavení',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/cs/view.php b/resources/default/addons/visiosoft/advs-module/lang/cs/view.php
new file mode 100644
index 000000000..bf29617ec
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/cs/view.php
@@ -0,0 +1,6 @@
+ 'Nedokončený',
+ 'advanced' => 'Pokročilý',
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/da/addon.php b/resources/default/addons/visiosoft/advs-module/lang/da/addon.php
new file mode 100644
index 000000000..db80f7a91
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/da/addon.php
@@ -0,0 +1,8 @@
+ 'Annoncer',
+ 'name' => 'Annoncemodul',
+ 'description' => 'Annoncemodul',
+ 'info' => 'This is the screen where you can add, delete and edit ads from the Ads page. On this page, you can simply do the operations such as post management and ad configuration.'
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/da/button.php b/resources/default/addons/visiosoft/advs-module/lang/da/button.php
new file mode 100644
index 000000000..b36fcd9d8
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/da/button.php
@@ -0,0 +1,48 @@
+ 'Ny klassificeret',
+ 'new_classified' => 'Ny klassificeret',
+ 'new_category' => 'Ny kategori',
+ 'new_country' => 'Nyt land',
+ 'new_city' => 'Ny by',
+ 'new_district' => 'Nyt distrikt',
+ 'new_neighborhood' => 'Nyt kvarter',
+ 'new_village' => 'Ny landsby',
+ 'edit' => "Redigere",
+ 'approve' => "Godkende",
+ 'decline' => 'Nedgang',
+ 'extend' => 'Forlænge',
+ 'extend_all' => 'Udvid alle',
+ 'convert_currency' => 'Konverter valuta',
+ 'categories' => 'Kategorier',
+ 'sub_category' => 'Underkategorier',
+ 'add_sub_category' => 'Tilføj underkategori',
+ 'sub_cities' => 'Underbyer',
+ 'add_sub_cities' => 'Tilføj subby',
+ 'add_sub_districts' => 'Tilføj underdistrikt',
+ 'add_sub_neighborhoods' => 'Tilføj subkvarter',
+ 'add_sub_village' => 'Tilføj subby',
+ 'sub_districts' => 'Underdistrikter',
+ 'sub_neighborhoods' => 'Subkvarterer',
+ 'sub_village' => 'Sub Village',
+ 'general_settings' => 'Generelle indstillinger',
+ 'save_category' => 'Gem kategori',
+ 'change_owner' => 'Skift ejer',
+ 'update_category' => [
+ 'name' => 'Opdater kategori'
+ ],
+ 'new_option' => 'Ny mulighed',
+ 'export' => 'Eksport',
+ 'new_productoption' => 'Nyt produktvalg',
+ 'new_productoptions_value' => 'Ny produktmulighedsværdi',
+ 'new_options_configuration' => 'Ny optionskonfiguration',
+ 'new_option_configuration' => 'Ny optionskonfiguration',
+ 'create_configurations' => 'Opret konfigurationer',
+ 'replicate' => 'Repliker',
+ 'fast_create' => 'Opret hurtigt',
+ 'publish' => 'Offentliggøre',
+ 'import' => 'Importere',
+ 'new_status' => 'Ny status',
+ 'fast_edit' => 'Hurtig redigering',
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/da/currency.php b/resources/default/addons/visiosoft/advs-module/lang/da/currency.php
new file mode 100644
index 000000000..32221c0aa
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/da/currency.php
@@ -0,0 +1,6 @@
+ 'Dollar',
+ 'EUR' => 'Euro',
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/da/field.php b/resources/default/addons/visiosoft/advs-module/lang/da/field.php
new file mode 100644
index 000000000..26e39b310
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/da/field.php
@@ -0,0 +1,385 @@
+ [
+ 'name' => 'Titel'
+ ],
+ 'order' => [
+ 'name' => 'Bestille'
+ ],
+ 'slug' => [
+ 'name' => 'Slug'
+ ],
+ 'parent_category' => [
+ 'name' => 'Forælder'
+ ],
+ 'category' => [
+ 'name' => 'Kategorititel'
+ ],
+ 'price' => [
+ 'name' => 'Pris'
+ ],
+ 'standard_price' => [
+ 'name' => 'Standardpris'
+ ],
+ 'date' => [
+ 'name' => 'Dato'
+ ],
+ 'photo' => [
+ 'name' => 'Foto'
+ ],
+ 'video' => [
+ 'name' => 'Video'
+ ],
+ 'map' => [
+ 'name' => 'Kort'
+ ],
+ 'stock' => [
+ 'name' => 'Lager'
+ ],
+ 'advs_desc' => [
+ 'name' => 'Beskrivelse'
+ ],
+ 'online_payment' => [
+ 'name' => 'Online betaling'
+ ],
+ 'city' => [
+ 'name' => 'By'
+ ],
+ 'country' => [
+ 'name' => 'Land'
+ ],
+ 'district' => [
+ 'name' => 'Distrikt'
+ ],
+ 'neighborhood' => [
+ 'name' => 'Kvarter'
+ ],
+ 'village' => [
+ 'name' => 'Landsby'
+ ],
+ 'files' => [
+ 'name' => 'Billeder'
+ ],
+ 'cat1' => [
+ 'name' => 'Hovedkategori'
+ ],
+ 'cat2' => [
+ 'name' => 'Underkategori 1'
+ ],
+ 'cat3' => [
+ 'name' => 'Underkategori 2'
+ ],
+ 'cat4' => [
+ 'name' => 'Underkategori 3'
+ ],
+ 'cat5' => [
+ 'name' => 'Underkategori 4'
+ ],
+ 'cat6' => [
+ 'name' => 'Underkategori 5'
+ ],
+ 'cat7' => [
+ 'name' => 'Underkategori 6'
+ ],
+ 'cat8' => [
+ 'name' => 'Underkategori 7'
+ ],
+ 'cat9' => [
+ 'name' => 'Underkategori 8'
+ ],
+ 'cat10' => [
+ 'name' => 'Underkategori 9'
+ ],
+ 'currency' => [
+ 'name' => 'betalingsmiddel'
+ ],
+ 'status' => [
+ 'name' => 'Status',
+ 'option' => [
+ 'approved' => 'godkendt',
+ 'expired' => 'Udløbet',
+ 'unpublished' => 'Ikke offentliggjort',
+ 'pending_admin' => 'Afventer administrator',
+ 'pending_user' => 'Ventende bruger'
+ ]
+ ],
+ 'pending_adv' => [
+ 'name' => 'Ikke offentliggjort'
+ ],
+ 'finish_at' => [
+ 'name' => 'Afslut kl'
+ ],
+ 'cover_photo' => [
+ 'name' => 'Coverbillede'
+ ],
+ 'favs_adv' => [
+ 'name' => 'Fav-annoncer'
+ ],
+ 'my_adv' => [
+ 'name' => 'ADVS'
+ ],
+ 'description' => 'Beskrivelse',
+ 'explanation' => 'Forklaring',
+ 'type' => [
+ 'name' => 'Type'
+ ],
+ 'parent_adv' => [
+ 'name' => 'Relateret annonce'
+ ],
+ 'value' => [
+ 'name' => 'Værdi'
+ ],
+ 'list' => 'Liste',
+ 'home' => 'Hjem',
+ 'list-page' => 'Liste side',
+ 'search' => 'Søg',
+ 'reset' => 'Reset',
+ 'recommended' => 'Anbefalede annoncer til dig',
+ 'filter' => 'Filter',
+ 'sort' => 'Sortere',
+ 'sort_by' => 'Sorter efter',
+ 'pick_option' => 'Vælg en mulighed',
+ 'pick_ordering' => 'Bestilling',
+ 'price_high' => 'Pris høj til lav',
+ 'price_low' => 'Pris lav til høj',
+ 'newest' => 'Nyeste',
+ 'oldest' => 'Ældste',
+ 'address_a_z' => 'Adresse (A til Z)',
+ 'address_z_a' => 'Adresse (Z til A)',
+ 'categories' => [
+ 'name' => 'Kategorier'
+ ],
+ 'all_categories' => 'alle kategorier',
+ 'location' => 'Beliggenhed',
+ 'send_message' => 'Send besked',
+ 'phone_gsm' => 'GSM-telefon',
+ 'phone_office' => 'Kontortelefon',
+ 'add_to_favorites' => "Tilføj til favoritter",
+ 'send' => 'Sende',
+ 'search_name' => 'Søgenavn',
+ 'my_favorite_searches' => 'Favoritsøgninger',
+ 'search_desc' => 'Du kan tilføje og administrere dine foretrukne søgevalg her.',
+ 'complaint_placeholder' => 'Indtast dine klageoplysninger her.',
+ 'show_details' => 'Vis detaljer',
+ 'ad_actions' => 'Annoncehandlinger',
+ 'edit' => 'Redigere',
+ 'approve' => 'Godkende',
+ 'passive' => "Passiv",
+ 'sold' => 'Solgt',
+ 'offered_by' => 'Udbydes af',
+ 'more_ads_by' => 'Flere annoncer fra',
+ 'click_phone' => 'Vis telefonnummer',
+ 'share' => 'Del',
+ 'report' => 'Rapporter denne annonce',
+ 'features' => 'Funktioner',
+ "streetview" => "Gade syn",
+ 'recommended_ads' => 'Anbefalede annoncer til dig',
+ 'new' => 'Ny',
+ 'short_info' => 'Kort info',
+ 'secure_trading' => 'Sikker handel',
+ '24/7' => '24/7 support',
+ 'easy_trading' => 'Nem handel',
+ 'need_help' => 'Brug for hjælp?',
+ 'give_a_call' => 'Ring et opkald videre',
+ 'message_sent' => 'Besked sendt!',
+ 'asap' => 'Besked sendt, sælger kontakter dig hurtigst muligt.',
+ 'ad_id' => 'Annonce-id',
+ 'contact_with' => 'Kontakt med',
+ 'create_adv' => 'Opret annonce',
+ 'edit_adv' => 'Rediger annonce',
+ 'mandatory_fields' => 'Obligatoriske felter',
+ 'ad_post' => 'Annoncepost',
+ 'sell_item' => 'Sælg en vare eller tjeneste',
+ 'search_save' => 'Favoritsøgning gemt',
+ 'address' => 'Adresse',
+ 'email' => 'E-mail',
+ 'phone' => 'telefon',
+ 'send_us_your_feedback' => 'Send os din feedback',
+ 'online_shopping' => 'FÅ',
+ 'approved' => 'Godkendt med succes',
+ 'extended' => 'Udvidet med succes',
+ 'declined' => 'Afvist med succes',
+ 'search_on_map' => 'Søg på kort',
+ 'post_free_ad' => 'Post gratis annonce',
+ 'select_a_category' => 'Vælg en kategori',
+ 'select_a_sub_category' => 'Vælg en underkategori',
+ 'all_dopings_added' => 'Alle dopingtyper tilføjes til denne annonce.',
+ 'is_get_adv' => [
+ 'name' => 'FÅ'
+ ],
+ 'corporate_info' => 'Virksomhedsinfo',
+ 'featured_ads' => "Fremhævede annoncer",
+ 'trending_ads' => 'Trendind-annoncer',
+ 'search_ad_result_prefix' => 'på',
+ 'search_ad_result_text' => ': tæl annoncer blev fundet i din søgning : navn ',
+ 'search_ads_result_message' => [
+ 'name' => ': tæl annoncer fundet for: navnesøgning',
+ ],
+ 'total' => 'Total',
+ 'quantity' => 'Antal',
+ 'view_cart' => 'Se indkøbsvogn',
+ 'no_ads' => 'Ingen annoncer fundet.',
+ 'show_display_mode' => [
+ 'map' => 'Kort',
+ 'list' => 'Liste',
+ ],
+ 'advs_list_table_thead' => [
+ 'name' => 'Annoncens navn',
+ 'price' => 'Pris',
+ 'publish_at' => 'Annoncedato',
+ 'location_city' => 'By',
+ 'location_country' => 'Land',
+ ],
+ 'show_list_view' => [
+ 'name' => 'Liste',
+ ],
+ 'show_table_view' => [
+ 'name' => 'Bord',
+ ],
+ 'showcase' => [
+ 'name' => 'Udstillingsvindue',
+ ],
+ 'new_ad' => [
+ 'name' => 'Ny annonce',
+ ],
+ 'profile' => [
+ 'name' => 'Profil',
+ ],
+ 'my_ads' => [
+ 'name' => 'Mine annoncer',
+ ],
+ 'sold_out' => [
+ 'name' => 'Udsolgt',
+ ],
+ 'edit_category' => 'Rediger kategori',
+ 'set_category' => 'Indstil kategori',
+ 'max' => [
+ 'name' => 'Maks',
+ ],
+ 'min' => [
+ 'name' => 'Min',
+ ],
+ 'in_the_last_24_hours' => [
+ 'name' => 'I de sidste 24 timer'
+ ],
+ 'in_the_last_day' => [
+ 'name' => 'I de sidste 24 timer'
+ ],
+ 'in_the_last_week' => [
+ 'name' => 'I den sidste uge'
+ ],
+ 'in_the_last_month' => [
+ 'name' => 'I den sidste måned'
+ ],
+ 'ads_with_photo' => [
+ 'name' => 'Annoncer med foto'
+ ],
+ 'ads_with_video' => [
+ 'name' => 'Annoncer med video'
+ ],
+ 'yes' => [
+ 'name' => 'Ja'
+ ],
+ 'no' => [
+ 'name' => 'Ingen'
+ ],
+ 'is_system' => [
+ 'name' => 'Er system',
+ 'instructions' => 'Systemstatus er påkrævet og bør ikke ændres',
+ ],
+ 'user_access' => [
+ 'name' => 'Brugeradgang',
+ 'instructions' => 'Kan en bruger bruge denne status på sine annoncer?',
+ ],
+ "no_location" => "Ingen placering er valgt.",
+ "continue" => 'Blive ved',
+ "gallery" => 'Galleri',
+ "ad" => 'Annonce',
+ "ads" => 'Annoncer',
+ "were_found" => 'blev fundet.',
+
+ // Pending screen
+ 'pending_message_1' => 'Annoncen er i godkendelsesprocessen',
+ 'pending_message_2' => "Annoncens opdateringsdato",
+ 'pending_message_3' => 'Anslået ventetid',
+ 'pending_message_4' => 'Tiden brugt i godkendelsesprocessen føjes til dopingtiden.',
+ 'pending_message_5' => 'Der kan ikke foretages transaktioner fra callcentret vedrørende annoncen i godkendelsesprocessen.',
+ 'hours' => 'timer',
+
+ // Preview page
+ 'preview_text' => [
+ 'part_1' => 'Hvis følgende oplysninger om din annonce er korrekte, skal du klikke på knappen "Fortsæt" og gå til næste trin.',
+ 'part_2' => 'Hvis ikke, skal du klikke på knappen "Rediger".',
+ ],
+ 'views' => 'Visninger',
+
+ // Detail page
+ "no_street_view" => "Intet billede med gadevisning på dette sted",
+ 'edit_my_contact_info' => 'Rediger mine kontaktoplysninger',
+ 'update_my_contact_info' => 'opdater mine kontaktoplysninger',
+ 'contact_info' => 'Kontakt information',
+ 'ad_info' => 'Annonceoplysninger',
+
+ // Select cat
+ 'select_category_step_by_step' => 'Vælg kategori trin for trin',
+
+ // New create page
+ 'options' => 'Muligheder',
+ 'category_selection' => 'Valg af kategori',
+ 'listing_details' => 'Listeoplysninger',
+ 'preview' => 'Eksempel',
+ 'congratulations' => 'Tillykke',
+ 'ad_desc' => 'Annoncebeskrivelse',
+ 'upload_photos' => 'Upload fotos',
+ 'upload_files' => 'Upload filer',
+ 'additional_fields' => 'Yderligere felter',
+ 'ad_location' => 'Annonceplacering',
+ 'owner' => 'Ejer',
+ 'default_owner_instruction' => 'Ejeren vil som standard være den nuværende bruger, hvis ingen bruger er valgt',
+ 'create_page_subtitle' => 'Opret annoncen fejlfrit ved at indtaste detaljerede oplysninger om din annonce.',
+ 'with_my_phone_numbers' => 'With my phone numbers',
+ 'not_with_my_phone_numbers' => "I don't want to be reached by phone",
+ 'how_can_you_be_contacted' => "How can you be contacted?",
+
+ // Listing page
+ 'ad_title' => 'Annoncetitel',
+ 'listing_date' => 'Noteringsdato',
+ 'view' => 'Udsigt',
+ 'ads_with_map' => 'Annoncer med kort',
+ 'advanced_sorting' => 'Avanceret sortering',
+ 'filter_by_word' => 'Filtrer efter ord',
+ 'filter_by' => 'Filtrer efter: navn',
+
+ 'free' => 'Gratis',
+ 'ad_date' => 'Annoncedato',
+ 'photo_video' => 'Foto, video',
+ 'and_above' => 'og over',
+ 'and_below' => 'og derunder',
+ 'clear_all' => 'Slet alt',
+ 'balances' => 'Vægte',
+ 'packages' => 'Pakker',
+ 'dopings' => 'Dopings',
+ 'advs' => 'Adv',
+ 'site' => 'Websted',
+ 'subscription' => 'Abonnement',
+ 'created' => 'Oprettet',
+ 'product_option' => [
+ 'name' => 'Produktmulighed'
+ ],
+ 'option_json' => [
+ 'name' => 'Mulighed'
+ ],
+ 'old_price' => [
+ 'name' => 'Gammel pris'
+ ],
+ 'save_search' => 'Gem søgning',
+ 'publish_at' => [
+ 'name' => 'Udgivelsesdato'
+ ],
+ 'tax' => [
+ 'name' => 'Tax'
+ ],
+ 'name_a_z' => 'Name (A to Z)',
+ 'name_z_a' => 'Name (Z to A)',
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/da/message.php b/resources/default/addons/visiosoft/advs-module/lang/da/message.php
new file mode 100644
index 000000000..1a7f608e0
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/da/message.php
@@ -0,0 +1,35 @@
+ 'Det anmodede produkt mangler eller er inaktivt i øjeblikket',
+ 'please_payment' => 'Venligst betal',
+ 'bank_account_info' => 'Bankkontooplysninger',
+ 'agreement' => 'Ved at klikke på Publicer accepterer du vores brugsbetingelser og fortrolighedspolitik, og anerkender, at du er den retmæssige ejer af denne vare.',
+ 'update_category_msg' => 'Den klassificerede kategori opdateres.',
+ 'updated_category_msg' => 'Kategori blev redigeret.',
+ 'create_ad_with_post_cat' => [
+ 'title' => "Kategorivalg er afsluttet.",
+ 'success' => true,
+ 'continueBtn' => "Blive ved",
+ ],
+ 'update_category_info' => 'Opdater venligst kategorien.',
+ 'filter_by_search_msg' => 'Filtrer efter søgning.',
+ 'delete_author_error' => 'Du kan ikke slette et indlæg, der ikke tilhører dig',
+ 'success_delete' => 'Annonce slettet',
+ 'pending_ad_status' => 'Din annonce afventer godkendelse af redaktøren.',
+ 'extended' => ': antal annonce (r) er blevet udvidet med succes.',
+ 'category_not_exist' => 'Denne kategori findes ikke længere!',
+ 'currency_converted' => 'Valutaomregnet med succes.',
+ 'choose_user' => 'Vælg en bruger',
+ 'owner_updated_successfully' => 'Ejeren er opdateret med succes!',
+ 'no_add_found' => 'Ingen annonce fundet!',
+ 'replicated_success' => 'Annoncen er blevet replikeret med succes!',
+ 'ad_doesnt_exist' => "Denne annonce eksisterer ikke!",
+ 'select_location_error' => "Vælg en placering på kortet!",
+ 'this_ad_is_not_valid_anymore' => "Denne annonce er ikke længere gyldig!",
+ 'approve_status_change' => "Din annonces status er indstillet til aktiv!",
+ 'passive_status_change' => "Din annonces status er sat til passiv!",
+ 'sold_status_change' => "Din annonces status er sat til solgt!",
+ 'status_change' => "Din annonces status er sat til: status!",
+ 'disabled_detailed_options_for_admin_role' => "Detaljerede produktindstillinger er deaktiveret.",
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/da/permission.php b/resources/default/addons/visiosoft/advs-module/lang/da/permission.php
new file mode 100644
index 000000000..a82a30ed7
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/da/permission.php
@@ -0,0 +1,108 @@
+ [
+ 'name' => 'Annoncer',
+ 'option' => [
+ 'read' => 'Kan læse annoncer?',
+ 'write' => 'Kan oprette / redigere annoncer?',
+ 'delete' => 'Kan slette annoncer?',
+ ],
+ ],
+ 'categories' => [
+ 'name' => 'Kategorier',
+ 'option' => [
+ 'read' => 'Kan læse kategorier?',
+ 'write' => 'Kan du oprette / redigere kategorier?',
+ 'delete' => 'Kan slette kategorier?',
+ ],
+ ],
+ 'village' => [
+ 'name' => 'Landsby',
+ 'option' => [
+ 'read' => 'Kan læse landsby?',
+ 'write' => 'Kan du oprette / redigere landsby?',
+ 'delete' => 'Kan du slette landsby?',
+ ],
+ ],
+ 'custom_fields' => [
+ 'name' => 'Brugerdefinerede felter',
+ 'option' => [
+ 'read' => 'Kan læse brugerdefinerede felter?',
+ 'write' => 'Kan du oprette / redigere brugerdefinerede felter?',
+ 'delete' => 'Kan du slette brugerdefinerede felter?',
+ ],
+ ],
+ 'custom_field_advs' => [
+ 'name' => 'Tilpassede feltannoncer',
+ 'option' => [
+ 'read' => 'Kan læse tilpassede feltannoncer?',
+ 'write' => 'Kan oprette / redigere tilpassede feltannoncer?',
+ 'delete' => 'Kan slette tilpassede feltannoncer?',
+ ],
+ ],
+ 'cf_values' => [
+ 'name' => 'Cf-værdier',
+ 'option' => [
+ 'read' => 'Kan læse CF-værdier?',
+ 'write' => 'Kan oprette / redigere CF-værdier?',
+ 'delete' => 'Kan slette cf-værdier?',
+ ],
+ ],
+ 'options' => [
+ 'name' => 'Muligheder',
+ 'option' => [
+ 'read' => 'Kan læse muligheder?',
+ 'write' => 'Kan oprette / redigere indstillinger?',
+ 'delete' => 'Kan slette indstillinger?',
+ ],
+ ],
+ 'productoptions' => [
+ 'name' => 'Produktoptioner',
+ 'option' => [
+ 'read' => 'Kan læse produktoptioner?',
+ 'write' => 'Kan oprette / redigere produktoptioner?',
+ 'delete' => 'Kan slette produktvalg?',
+ ],
+ ],
+ 'productoptions_value' => [
+ 'name' => 'Productoptions værdi',
+ 'option' => [
+ 'read' => 'Kan læse produktvalgets værdi?',
+ 'write' => 'Kan oprette / redigere produktoptionsværdi?',
+ 'delete' => 'Kan slette produktvalgets værdi?',
+ ],
+ ],
+ 'options_configuration' => [
+ 'name' => 'Valgkonfiguration',
+ 'option' => [
+ 'read' => 'Kan konfiguration af læsemuligheder?',
+ 'write' => 'Kan oprette / redigere konfiguration af indstillinger?',
+ 'delete' => 'Kan slette konfiguration af indstillinger?',
+ ],
+ ],
+ 'option_configuration' => [
+ 'name' => 'Valgkonfiguration',
+ 'option' => [
+ 'read' => 'Kan læse option konfiguration?',
+ 'write' => 'Kan oprette / redigere konfiguration af indstillinger?',
+ 'delete' => 'Kan slette indstillingskonfiguration?',
+ ],
+ ],
+ 'option_configuration' => [
+ 'name' => 'Valgkonfiguration',
+ 'option' => [
+ 'read' => 'Kan læse option konfiguration?',
+ 'write' => 'Kan oprette / redigere konfiguration af indstillinger?',
+ 'delete' => 'Kan slette indstillingskonfiguration?',
+ ],
+ ],
+ 'status' => [
+ 'name' => 'Status',
+ 'option' => [
+ 'read' => 'Kan læse status?',
+ 'write' => 'Kan oprette / redigere status?',
+ 'delete' => 'Kan slette status?',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/da/section.php b/resources/default/addons/visiosoft/advs-module/lang/da/section.php
new file mode 100644
index 000000000..35c57bd69
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/da/section.php
@@ -0,0 +1,64 @@
+ [
+ 'title' => 'Annoncer',
+ ],
+ 'categories' => [
+ 'title' => 'Kategorier',
+ ],
+ 'countries' => [
+ 'title' => 'Lande',
+ ],
+ 'cities' => [
+ 'title' => 'Byer',
+ ],
+ 'districts' => [
+ 'title' => 'Distrikter',
+ ],
+ 'neighborhoods' => [
+ 'title' => 'Kvarterer',
+ ],
+ 'village' => [
+ 'title' => 'Landsby',
+ ],
+ 'custom_fields' => [
+ 'title' => 'Brugerdefinerede felter',
+ ],
+ 'custom_field_advs' => [
+ 'title' => 'Tilpassede feltannoncer',
+ ],
+ 'cf_values' => [
+ 'title' => 'Cf-værdier',
+ ],
+ 'fields' => [
+ 'title' => 'Brugerdefinerede felter'
+ ],
+ 'assets_clear' => [
+ 'name' => 'Aktiver klare'
+ ],
+ 'general' => 'Generel',
+ 'ads' => 'Annoncer',
+ 'user' => 'Bruger',
+ 'filter' => 'Filter',
+ 'create_ad' => 'Opret annonce',
+ 'options' => [
+ 'title' => 'Muligheder',
+ ],
+ 'ads_image' => 'Annoncer billede',
+ 'product_options' => [
+ 'title' => 'Muligheder',
+ ],
+ 'productoptions_value' => [
+ 'title' => 'Valgmuligheder for indstillinger',
+ ],
+ 'option_configuration' => [
+ 'title' => 'Konfiguration',
+ ],
+ 'translations' => 'Oversættelser',
+ 'status' => [
+ 'title' => 'Status',
+ ],
+ 'ads_detail' => 'Annoncedetaljer',
+
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/da/setting.php b/resources/default/addons/visiosoft/advs-module/lang/da/setting.php
new file mode 100644
index 000000000..fbf77a8d9
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/da/setting.php
@@ -0,0 +1,286 @@
+ [
+ 'name' => 'Godkend automatisk',
+ ],
+ 'default_view_type' => [
+ 'name' => 'Standard visningstype',
+ ],
+ 'hide_zero_price' => [
+ 'name' => 'Skjul pris, hvis nul',
+ 'instructions' => 'Skjul prisen, hvis annonceprisen er 0',
+ ],
+ 'estimated_pending_time' => [
+ 'name' => 'Anslået ventetid',
+ 'instructions' => 'Om timer',
+ ],
+ 'default_published_time' => [
+ 'name' => 'Standardudgivelsestid',
+ ],
+ 'address' => [
+ 'name' => 'Kontakt adresse',
+ ],
+ 'phone' => [
+ 'name' => 'Kontakt telefon',
+ ],
+ 'favicon' => [
+ 'name' => 'Favicon',
+ ]
+ , 'map_coordinates_long' => [
+ 'name' => 'Kort Long Coordinate',
+ ],
+ 'map_coordinates_lat' => [
+ 'name' => 'Kort Lat Koordinering',
+ ],
+ 'iban_numbers' => [
+ 'name' => 'IBAN',
+ ],
+ 'logo' => [
+ 'name' => 'Logo',
+ ],
+ 'ogImage' => [
+ 'name' => 'Social Share Logo',
+ 'warning' => 'Det skal have en opløsning på 1200 x 630. ',
+
+ ],
+ 'currencies' => [
+ 'name' => 'Aktive valutaer',
+ ],
+ 'latest-limit' => [
+ 'name' => 'Seneste grænse',
+ ],
+ 'site_address' => [
+ 'name' => 'Webstedsadresse',
+ 'warning' => 'Automatisk tilføjet www. www.sitename.com ',
+ ],
+ 'google_map_key' => [
+ 'name' => 'Google Map Api-nøgle',
+ ],
+
+ 'default_country' => [
+ 'name' => 'Standardannonceland',
+ ],
+ 'hide_price_categories' => [
+ 'name' => 'Skjul pris på kategorier',
+ 'instructions' => 'Prisen skjules, når du opretter en annonce eller ser en annonce under disse kategorier.'
+ ],
+ 'free_currencyconverterapi_key' => [
+ 'name' => 'Valutaomregner API-nøgle'
+ ],
+ 'default_city' => [
+ 'name' => 'Standardannonceby',
+ ],
+ 'default_district' => [
+ 'name' => 'Standardannoncedistrikt',
+ ],
+ 'default_neighborhood' => [
+ 'name' => 'Standardannoncekvarter',
+ ],
+ 'default_currency' => [
+ 'name' => 'Standard annoncevaluta',
+ ],
+ 'default_GET' => [
+ 'name' => 'Standardannonce GET',
+ ],
+ 'twitter' => [
+ 'name' => 'Twitter',
+ ],
+ 'facebook' => [
+ 'name' => 'Facebook',
+ ],
+ 'youtube' => [
+ 'name' => 'Youtube',
+ ],
+ 'google' => [
+ 'name' => 'Google',
+ ],
+ 'listing_page_image' => [
+ 'name' => 'Liste over sidebillede',
+ ],
+ 'hide_standard_price_field' => [
+ 'name' => 'Skjul felt for standardpris',
+ ],
+ 'hide_options_field' => [
+ 'name' => 'Skjul indstillingsfelt',
+ ],
+ 'hide_village_field' => [
+ 'name' => 'Skjul landsbyfeltet',
+ ],
+ 'hide_configurations' => [
+ 'name' => 'Skjul konfigurationsknappen',
+ 'instructions' => 'Skjul konfigurationsknappen på siden Annonceeksempel',
+ ],
+ 'make_all_fields_required' => [
+ 'name' => 'Foretag alle felter påkrævet',
+ 'instructions' => 'Kræv, at brugeren udfylder felterne Pris og beskrivelse, når han opretter en annonce',
+ ],
+ 'make_map_required' => [
+ 'name' => 'Lav kort påkrævet',
+ 'instructions' => 'Kræv, at brugeren placerer en nål på kortet, når han opretter en annonce',
+ ],
+ 'hide_listing_standard_price' => [
+ 'name' => 'Skjul notering Standardpris',
+ ],
+ 'enabled_currencies' => [
+ 'name' => 'Aktiverede valutaer',
+ ],
+ 'google_statistic_code' => [
+ 'name' => 'Googles statistiske kode',
+ ],
+ 'register_email_field' => [
+ 'name' => 'E-mail-krav til medlemsregistrering',
+ ],
+ 'market_place' => [
+ 'name' => 'Markedsplads',
+ 'instructions' => 'If the marketplace is down, your site will act as ecommerce. For example,
+ some fields in the profile such as ads, dopings, messages, sale, packages and store are not visible and
+ removes corporate membership.'
+ ],
+ 'price_area_hidden' => [
+ 'name' => 'Prisområde skjult',
+ ],
+ 'hide_price_filter' => [
+ 'name' => 'Skjul prisfilter',
+ ],
+ 'hide_date_filter' => [
+ 'name' => 'Skjul datofilter',
+ ],
+ 'hide_photo_filter' => [
+ 'name' => 'Skjul fotofilter',
+ ],
+ 'hide_map_filter' => [
+ 'name' => 'Skjul kortfilter',
+ ],
+ 'show_lang_url' => [
+ 'name' => 'Vis Lang-parameter for URL',
+ ],
+ 'popular_ads_limit' => [
+ 'name' => 'Grænse for populære annoncer',
+ ],
+
+ //Image
+
+ 'image_resize_backend' => [
+ 'name' => 'Image Resize Backend',
+ ],
+ 'full_image_width' => [
+ 'name' => 'Fuld billedbredde',
+ ],
+ 'full_image_height' => [
+ 'name' => 'Fuldt billede Højde',
+ ],
+ 'medium_image_width' => [
+ 'name' => 'Medium billedbredde',
+ ],
+ 'medium_image_height' => [
+ 'name' => 'Medium billedhøjde',
+ ],
+ 'thumbnail_width' => [
+ 'name' => 'Miniaturebredde',
+ ],
+ 'thumbnail_height' => [
+ 'name' => 'Thumbnail Højde',
+ ],
+ 'add_canvas' => [
+ 'name' => 'Tilføj lærred',
+ ],
+ 'image_canvas_width' => [
+ 'name' => 'Billede lærred bredde',
+ ],
+ 'image_canvas_height' => [
+ 'name' => 'Billede Højde på lærred',
+ ],
+ 'watermark_type' => [
+ 'name' => 'Vandmærketype',
+ ],
+ 'watermark_text' => [
+ 'name' => 'Vandmærketekst',
+ ],
+ 'watermark_image' => [
+ 'name' => 'Vandmærkebillede',
+ ],
+ 'watermark_position' => [
+ 'name' => 'Vandmærkeposition',
+ ],
+ 'user_filter_limit' => [
+ 'name' => 'Brugerfiltergrænse',
+ 'instructions' => 'I adminpanelet'
+ ],
+ 'show_breadcrumb_when_creating_ad' => [
+ 'name' => 'Vis brødkrumme, når du opretter en annonce',
+ ],
+ 'show_ads_count' => [
+ 'name' => 'Vis antal annoncer',
+ 'instructions' => 'Vis annoncer tæller på listen over venstre kategorier',
+ ],
+ 'ads_date_hidden' => [
+ 'name' => 'Skjul oprettet dato',
+ 'instructions' => 'Skjul oprettet dato på siden med annoncedetaljer',
+ ],
+ 'hide_listing_header' => [
+ 'name' => 'Skjul listeoverskrift',
+ 'instructions' => 'Skjuler sig for bestilling og visningstyper',
+ ],
+ 'hide_filter_section' => [
+ 'name' => 'Skjul filtersektion',
+ 'instructions' => 'Skjuler sig til venstre filterområde på oversigtssiden',
+ ],
+ 'hide_seller_info' => [
+ 'name' => 'Skjul sælgeroplysninger',
+ 'instructions' => 'Skjuler sig for sælgerinfo på siden med annoncer',
+ ],
+ 'show_post_ad_agreement' => [
+ 'name' => 'Vis indlægsaftale',
+ 'instructions' => 'Slå dette til, hvis du vil vise en aftale om fortrolighedspolitik på siden til oprettelse af annoncer',
+ ],
+ 'override_text' => [
+ 'name' => 'Tilsidesæt tekst',
+ 'instructions' => 'Gammel værdi: Ny værdi'
+ ],
+ 'steps_color' => [
+ 'name' => 'Trinfarve',
+ 'instructions' => 'Ændrer de progressive trinfarve.'
+ ],
+ 'create_ad_button_color' => [
+ 'name' => 'Opret annonceknapfarve',
+ 'instructions' => 'Ændrer den knap, der vises, når den nye annoncekategorivalg er afsluttet.'
+ ],
+ 'lang_switcher_for_browser' => [
+ 'name' => 'Lang switcher til browser',
+ 'instructions' => 'Giver dig mulighed for at vælge browsersprog som aktivt sprog'
+ ],
+ 'get_categories' => [
+ 'name' => 'FÅ kategorier',
+ 'instructions' => 'Det repræsenterer de kategorier, hvor GET-ejendommen er gyldig.'
+ ],
+ 'watermark' => [
+ 'name' => 'Vandmærke',
+ 'instructions' => 'Er vandmærke aktivt?'
+ ],
+ 'detailed_product_options' => [
+ 'name' => 'Detaljerede produktmuligheder',
+ 'instructions' => 'Giver dig mulighed for at indtaste lager- og prisoplysninger for produktet'
+ ],
+ 'show_subcats_mobile' => [
+ 'name' => 'Vis underkategorier i mobilvisning',
+ ],
+ 'show_price_to_members_only' => [
+ 'name' => 'Vis pris kun til medlemmer',
+ ],
+ 'hide_ad_cat' => [
+ 'name' => 'Skjul kategorier',
+ 'instructions' => 'Skjul kategorier i annoncelisten'
+ ],
+ 'show_finish_and_publish_date' => [
+ 'name' => 'Vis slutdato og offentliggør dato for oprettelse',
+ 'instructions' => 'Viser felterne publish_at og finish_at på siden til annonceoprettelse.'
+ ],
+ 'show_tax_field' => [
+ 'name' => 'Show Tax Field',
+ 'instructions' => 'When this option is enabled, you can set the tax rate on the ad creation page.'
+ ],
+ 'hide_contact_created_at' => [
+ 'name' => 'Hide Contact Fields For in Create New Ad'
+ ]
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/da/stream.php b/resources/default/addons/visiosoft/advs-module/lang/da/stream.php
new file mode 100644
index 000000000..44477e7a8
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/da/stream.php
@@ -0,0 +1,37 @@
+ [
+ 'name' => 'Adv',
+ ],
+ 'categories' => [
+ 'name' => 'Kategorier',
+ ],
+ 'village' => [
+ 'name' => 'Landsby',
+ ],
+ 'custom_fields' => [
+ 'name' => 'Brugerdefinerede felter',
+ ],
+ 'custom_field_advs' => [
+ 'name' => 'Advokater til brugerdefineret felt',
+ ],
+ 'cf_values' => [
+ 'name' => 'Cf-værdier',
+ ],
+ 'options' => [
+ 'name' => 'Muligheder',
+ ],
+ 'product_options' => [
+ 'name' => 'Produktmuligheder',
+ ],
+ 'productoptions_value' => [
+ 'name' => 'Indstillingsværdi',
+ ],
+ 'option_configuration' => [
+ 'name' => 'Konfiguration',
+ ],
+ 'status' => [
+ 'name' => 'Status',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/da/view.php b/resources/default/addons/visiosoft/advs-module/lang/da/view.php
new file mode 100644
index 000000000..a8f34ae7e
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/da/view.php
@@ -0,0 +1,6 @@
+ 'Ufærdig',
+ 'advanced' => 'Fremskreden',
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/de/addon.php b/resources/default/addons/visiosoft/advs-module/lang/de/addon.php
new file mode 100644
index 000000000..8885dec49
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/de/addon.php
@@ -0,0 +1,8 @@
+ 'Anzeigen',
+ 'name' => 'Anzeigenmodul',
+ 'description' => 'Anzeigenmodul',
+ 'info' => 'This is the screen where you can add, delete and edit ads from the Ads page. On this page, you can simply do the operations such as post management and ad configuration.'
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/de/button.php b/resources/default/addons/visiosoft/advs-module/lang/de/button.php
new file mode 100644
index 000000000..69671ce25
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/de/button.php
@@ -0,0 +1,48 @@
+ 'Neue Adv',
+ 'new_classified' => 'Neu klassifiziert',
+ 'new_category' => 'Neue Kategorie',
+ 'new_country' => 'Neues Land',
+ 'new_city' => 'Neue Stadt',
+ 'new_district' => 'Neuer Bezirk',
+ 'new_neighborhood' => 'Neue Nachbarschaft',
+ 'new_village' => 'Neues Dorf',
+ 'edit' => "Bearbeiten",
+ 'approve' => "Genehmigen",
+ 'decline' => 'Ablehnen',
+ 'extend' => 'Erweitern',
+ 'extend_all' => 'Alle erweitern',
+ 'convert_currency' => 'Geld umtauschen',
+ 'categories' => 'Kategorien',
+ 'sub_category' => 'Unterkategorien',
+ 'add_sub_category' => 'Unterkategorie hinzufügen',
+ 'sub_cities' => 'Unterstädte',
+ 'add_sub_cities' => 'Sub City hinzufügen',
+ 'add_sub_districts' => 'Unterbezirk hinzufügen',
+ 'add_sub_neighborhoods' => 'Sub Neighborhood hinzufügen',
+ 'add_sub_village' => 'Sub Village hinzufügen',
+ 'sub_districts' => 'Unterbezirke',
+ 'sub_neighborhoods' => 'Sub-Nachbarschaften',
+ 'sub_village' => 'Unterdorf',
+ 'general_settings' => 'Allgemeine Einstellungen',
+ 'save_category' => 'Kategorie speichern',
+ 'change_owner' => 'Besitzer wechseln',
+ 'update_category' => [
+ 'name' => 'Kategorie aktualisieren'
+ ],
+ 'new_option' => 'Neue Option',
+ 'export' => 'Export',
+ 'new_productoption' => 'Neue Produktoption',
+ 'new_productoptions_value' => 'Wert der neuen Produktoption',
+ 'new_options_configuration' => 'Neue Optionskonfiguration',
+ 'new_option_configuration' => 'Neue Optionskonfiguration',
+ 'create_configurations' => 'Konfigurationen erstellen',
+ 'replicate' => 'Replizieren',
+ 'fast_create' => 'Schnell erstellen',
+ 'publish' => 'Veröffentlichen',
+ 'import' => 'Importieren',
+ 'new_status' => 'Neuer Status',
+ 'fast_edit' => 'Schnelle Bearbeitung',
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/de/currency.php b/resources/default/addons/visiosoft/advs-module/lang/de/currency.php
new file mode 100644
index 000000000..32221c0aa
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/de/currency.php
@@ -0,0 +1,6 @@
+ 'Dollar',
+ 'EUR' => 'Euro',
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/de/field.php b/resources/default/addons/visiosoft/advs-module/lang/de/field.php
new file mode 100644
index 000000000..ee76fc49e
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/de/field.php
@@ -0,0 +1,386 @@
+ [
+ 'name' => 'Titel'
+ ],
+ 'order' => [
+ 'name' => 'Auftrag'
+ ],
+ 'slug' => [
+ 'name' => 'Schnecke'
+ ],
+ 'parent_category' => [
+ 'name' => 'Elternteil'
+ ],
+ 'category' => [
+ 'name' => 'Kategorietitel'
+ ],
+ 'price' => [
+ 'name' => 'Preis'
+ ],
+ 'standard_price' => [
+ 'name' => 'Standartpreis'
+ ],
+ 'date' => [
+ 'name' => 'Datum'
+ ],
+ 'photo' => [
+ 'name' => 'Foto'
+ ],
+ 'video' => [
+ 'name' => 'Video'
+ ],
+ 'map' => [
+ 'name' => 'Karte'
+ ],
+ 'stock' => [
+ 'name' => 'Lager'
+ ],
+ 'advs_desc' => [
+ 'name' => 'Beschreibung'
+ ],
+ 'online_payment' => [
+ 'name' => 'Onlinebezahlung'
+ ],
+ 'city' => [
+ 'name' => 'Stadt'
+ ],
+ 'country' => [
+ 'name' => 'Land'
+ ],
+ 'district' => [
+ 'name' => 'Kreis'
+ ],
+ 'neighborhood' => [
+ 'name' => 'Nachbarschaft'
+ ],
+ 'village' => [
+ 'name' => 'Dorf'
+ ],
+ 'files' => [
+ 'name' => 'Bilder'
+ ],
+ 'cat1' => [
+ 'name' => 'Hauptkategorie'
+ ],
+ 'cat2' => [
+ 'name' => 'Unterkategorie 1'
+ ],
+ 'cat3' => [
+ 'name' => 'Unterkategorie 2'
+ ],
+ 'cat4' => [
+ 'name' => 'Unterkategorie 3'
+ ],
+ 'cat5' => [
+ 'name' => 'Unterkategorie 4'
+ ],
+ 'cat6' => [
+ 'name' => 'Unterkategorie 5'
+ ],
+ 'cat7' => [
+ 'name' => 'Unterkategorie 6'
+ ],
+ 'cat8' => [
+ 'name' => 'Unterkategorie 7'
+ ],
+ 'cat9' => [
+ 'name' => 'Unterkategorie 8'
+ ],
+ 'cat10' => [
+ 'name' => 'Unterkategorie 9'
+ ],
+ 'currency' => [
+ 'name' => 'Währung'
+ ],
+ 'status' => [
+ 'name' => 'Status',
+ 'option' => [
+ 'approved' => 'Genehmigt',
+ 'expired' => 'Abgelaufen',
+ 'unpublished' => 'Unveröffentlicht',
+ 'pending_admin' => 'Ausstehende Admin',
+ 'pending_user' => 'Ausstehender Benutzer'
+ ]
+ ],
+ 'pending_adv' => [
+ 'name' => 'Ausstehende Anzeigen'
+ ],
+ 'finish_at' => [
+ 'name' => 'Beenden um'
+ ],
+ 'cover_photo' => [
+ 'name' => 'Titelfoto'
+ ],
+ 'favs_adv' => [
+ 'name' => 'Fav Ads'
+ ],
+ 'my_adv' => [
+ 'name' => 'ADVS'
+ ],
+ 'description' => 'Beschreibung',
+ 'explanation' => 'Erläuterung',
+ 'type' => [
+ 'name' => 'Art'
+ ],
+ 'parent_adv' => [
+ 'name' => 'Verwandte Anzeige'
+ ],
+ 'value' => [
+ 'name' => 'Wert'
+ ],
+ 'list' => 'Aufführen',
+ 'home' => 'Zuhause',
+ 'list-page' => 'Listenseite',
+ 'search' => 'Suche',
+ 'reset' => 'Reset',
+ 'recommended' => 'Empfohlene Anzeigen für Sie',
+ 'filter' => 'Filter',
+ 'sort' => 'Sortieren',
+ 'sort_by' => 'Sortiere nach',
+ 'pick_option' => 'Wähle eine Option',
+ 'pick_ordering' => 'Bestellung',
+ 'price_high' => 'Preis hoch zu niedrig',
+ 'price_low' => 'Preis niedrig bis hoch',
+ 'newest' => 'Neueste',
+ 'oldest' => 'Älteste',
+ 'address_a_z' => 'Adresse (von A bis Z)',
+ 'address_z_a' => 'Adresse (Z bis A)',
+ 'categories' => [
+ 'name' => 'Kategorien'
+ ],
+ 'all_categories' => 'Alle Kategorien',
+ 'location' => 'Ort',
+ 'send_message' => 'Nachricht senden',
+ 'phone_gsm' => 'GSM-Telefon',
+ 'phone_office' => 'Bürotelefon',
+ 'add_to_favorites' => "Zu den Favoriten hinzufügen",
+ 'send' => 'Senden',
+ 'search_name' => 'Name suchen',
+ 'my_favorite_searches' => 'Lieblingssuchen',
+ 'search_desc' => 'Hier können Sie Ihre bevorzugten Suchoptionen hinzufügen und verwalten.',
+ 'complaint_placeholder' => 'Geben Sie hier Ihre Beschwerdedetails ein.',
+ 'show_details' => 'Zeige Details',
+ 'ad_actions' => 'Anzeigenaktionen',
+ 'edit' => 'Bearbeiten',
+ 'approve' => 'Genehmigen',
+ 'passive' => "Passiv",
+ 'sold' => 'Verkauft',
+ 'offered_by' => 'Angeboten von',
+ 'more_ads_by' => 'Mehr Anzeigen von',
+ 'click_phone' => 'Telefonnummer anzeigen',
+ 'share' => 'Teile diese Anzeige',
+ 'report' => 'Diese Anzeige melden',
+ 'features' => 'Eigenschaften',
+ "streetview" => "Straßenansicht",
+ 'recommended_ads' => 'Empfohlene Anzeigen für Sie',
+ 'new' => 'Neu',
+ 'short_info' => 'Kurzinfo',
+ 'secure_trading' => 'Sicherer Handel',
+ '24/7' => '24/7 Support',
+ 'easy_trading' => 'Einfacher Handel',
+ 'need_help' => 'Brauche Hilfe?',
+ 'give_a_call' => 'Rufen Sie an',
+ 'message_sent' => 'Nachricht gesendet!',
+ 'asap' => 'Nachricht gesendet,
+ Verkäufer wird Sie so schnell wie möglich kontaktieren.',
+ 'ad_id' => 'Anzeigen-ID',
+ 'contact_with' => 'Kontakt mit',
+ 'create_adv' => 'Anzeige erstellen',
+ 'edit_adv' => 'Anzeige bearbeiten',
+ 'mandatory_fields' => 'Pflichtfelder',
+ 'ad_post' => 'Anzeigenpost',
+ 'sell_item' => 'Verkaufe einen Gegenstand oder eine Dienstleistung',
+ 'search_save' => 'Lieblingssuche erfolgreich gespeichert',
+ 'address' => 'Adresse',
+ 'email' => 'Email',
+ 'phone' => 'Telefon',
+ 'send_us_your_feedback' => 'Senden Sie uns Ihr Feedback',
+ 'online_shopping' => 'ERHALTEN',
+ 'approved' => 'Erfolgreich genehmigt',
+ 'extended' => 'Erfolgreich erweitert',
+ 'declined' => 'Erfolgreich abgelehnt',
+ 'search_on_map' => 'Suche auf der Karte',
+ 'post_free_ad' => 'Geben Sie freie Anzeige bekannt',
+ 'select_a_category' => 'Wählen Sie eine Kategorie',
+ 'select_a_sub_category' => 'Wähle eine Unterkategorie',
+ 'all_dopings_added' => 'Alle Doping-Typen werden für diese Anzeige hinzugefügt.',
+ 'is_get_adv' => [
+ 'name' => 'ERHALTEN'
+ ],
+ 'corporate_info' => 'Unternehmensinfo',
+ 'featured_ads' => "Empfohlene Anzeigen",
+ 'trending_ads' => 'Trendind Ads',
+ 'search_ad_result_prefix' => 'auf',
+ 'search_ad_result_text' => ': Anzahl Anzeigen wurden in Ihrer : Name Suche gefunden',
+ 'search_ads_result_message' => [
+ 'name' => ': Anzahl gefundener Anzeigen für:Namenssuche',
+ ],
+ 'total' => 'Gesamt',
+ 'quantity' => 'Menge',
+ 'view_cart' => 'Warenkorb ansehen',
+ 'no_ads' => 'Keine Werbung!',
+ 'show_display_mode' => [
+ 'map' => 'Karte',
+ 'list' => 'Liste',
+ ],
+ 'advs_list_table_thead' => [
+ 'name' => 'Anzeigenname',
+ 'price' => 'Preis',
+ 'publish_at' => 'Anzeigedatum',
+ 'location_city' => 'Stadt',
+ 'location_country' => 'Land',
+ ],
+ 'show_list_view' => [
+ 'name' => 'Liste',
+ ],
+ 'show_table_view' => [
+ 'name' => 'Tabelle',
+ ],
+ 'showcase' => [
+ 'name' => 'Vitrine',
+ ],
+ 'new_ad' => [
+ 'name' => 'Neue Anzeige',
+ ],
+ 'profile' => [
+ 'name' => 'Profil',
+ ],
+ 'my_ads' => [
+ 'name' => 'Meine Anzeigen',
+ ],
+ 'sold_out' => [
+ 'name' => 'Ausverkauft',
+ ],
+ 'edit_category' => 'Kategorie bearbeiten',
+ 'set_category' => 'Kategorie festlegen',
+ 'max' => [
+ 'name' => 'Max',
+ ],
+ 'min' => [
+ 'name' => 'Mindest',
+ ],
+ 'in_the_last_24_hours' => [
+ 'name' => 'In den letzten 24 Stunden'
+ ],
+ 'in_the_last_day' => [
+ 'name' => 'In den letzten 24 Stunden'
+ ],
+ 'in_the_last_week' => [
+ 'name' => 'In der letzten Woche'
+ ],
+ 'in_the_last_month' => [
+ 'name' => 'Im letzten Monat'
+ ],
+ 'ads_with_photo' => [
+ 'name' => 'Anzeigen mit Foto'
+ ],
+ 'ads_with_video' => [
+ 'name' => 'Anzeigen mit Video'
+ ],
+ 'yes' => [
+ 'name' => 'Ja'
+ ],
+ 'no' => [
+ 'name' => 'Nein'
+ ],
+ 'is_system' => [
+ 'name' => 'Ist System',
+ 'instructions' => 'Der Systemstatus ist erforderlich und sollte nicht geändert werden',
+ ],
+ 'user_access' => [
+ 'name' => 'Benutzerzugriff',
+ 'instructions' => 'Kann ein Nutzer diesen Status für seine Anzeigen verwenden?',
+ ],
+ "no_location" => "Es ist kein Ort ausgewählt.",
+ "continue" => 'Fortsetzen',
+ "gallery" => 'Galerie',
+ "ad" => 'Anzeige',
+ "ads" => 'Anzeigen',
+ "were_found" => 'wurden gefunden.',
+
+ // Pending screen
+ 'pending_message_1' => 'Die Anzeige befindet sich im Genehmigungsprozess',
+ 'pending_message_2' => "Aktualisierungsdatum der Anzeige",
+ 'pending_message_3' => 'Geschätzte Wartezeit',
+ 'pending_message_4' => 'Die für den Genehmigungsprozess aufgewendete Zeit wird zur Dopingzeit addiert.',
+ 'pending_message_5' => 'Im Call Center können im Genehmigungsprozess keine Transaktionen bezüglich der Anzeige durchgeführt werden.',
+ 'hours' => 'Std',
+
+ // Preview page
+ 'preview_text' => [
+ 'part_1' => 'Wenn die folgenden Informationen zu Ihrer Anzeige korrekt sind, klicken Sie auf die Schaltfläche "Weiter" und fahren Sie mit dem nächsten Schritt fort.',
+ 'part_2' => 'Wenn nicht, klicken Sie auf die Schaltfläche "Bearbeiten".',
+ ],
+ 'views' => 'Ansichten',
+
+ // Detail page
+ "no_street_view" => "Kein Street View-Bild an dieser Stelle",
+ 'edit_my_contact_info' => 'Bearbeiten Sie meine Kontaktinformationen',
+ 'update_my_contact_info' => 'Aktualisiere meine Kontaktinformationen',
+ 'contact_info' => 'Kontakt Informationen',
+ 'ad_info' => 'Anzeigeninformationen',
+
+ // Select cat
+ 'select_category_step_by_step' => 'Wählen Sie Kategorie Schritt für Schritt',
+
+ // New create page
+ 'options' => 'Optionen',
+ 'category_selection' => 'Kategorieauswahl',
+ 'listing_details' => 'Einzelheiten auflisten',
+ 'preview' => 'Vorschau',
+ 'congratulations' => 'Herzliche Glückwünsche',
+ 'ad_desc' => 'Werbebeschreibung',
+ 'upload_photos' => 'Fotos hochladen',
+ 'upload_files' => 'Daten hochladen',
+ 'additional_fields' => 'Zusätzliche Felder',
+ 'ad_location' => 'Anzeigenposition',
+ 'owner' => 'Inhaber',
+ 'default_owner_instruction' => 'Der Eigentümer verwendet standardmäßig den aktuellen Benutzer, wenn kein Benutzer ausgewählt ist',
+ 'create_page_subtitle' => 'Erstellen Sie die Anzeige fehlerfrei, indem Sie detaillierte Informationen zu Ihrer Anzeige eingeben.',
+ 'with_my_phone_numbers' => 'With my phone numbers',
+ 'not_with_my_phone_numbers' => "I don't want to be reached by phone",
+ 'how_can_you_be_contacted' => "How can you be contacted?",
+
+ // Listing page
+ 'ad_title' => 'Anzeigentitel',
+ 'listing_date' => 'Listing Date',
+ 'view' => 'Aussicht',
+ 'ads_with_map' => 'Anzeigen mit Karte',
+ 'advanced_sorting' => 'Erweiterte Sortierung',
+ 'filter_by_word' => 'Nach Wort filtern',
+ 'filter_by' => 'Filtern nach: Name',
+
+ 'free' => 'Frei',
+ 'ad_date' => 'Anzeigedatum',
+ 'photo_video' => 'Foto, Video',
+ 'and_above' => 'und darüber',
+ 'and_below' => 'und darunter',
+ 'clear_all' => 'Alles löschen',
+ 'balances' => 'Guthaben',
+ 'packages' => 'Pakete',
+ 'dopings' => 'Dopings',
+ 'advs' => 'Advs',
+ 'site' => 'Seite? ˅',
+ 'subscription' => 'Abonnement',
+ 'created' => 'Erstellt',
+ 'product_option' => [
+ 'name' => 'Produktoption'
+ ],
+ 'option_json' => [
+ 'name' => 'Möglichkeit'
+ ],
+ 'old_price' => [
+ 'name' => 'Alter Preis'
+ ],
+ 'save_search' => 'Sichere Suche',
+ 'publish_at' => [
+ 'name' => 'Erscheinungsdatum'
+ ],
+ 'tax' => [
+ 'name' => 'Tax'
+ ],
+ 'name_a_z' => 'Name (A to Z)',
+ 'name_z_a' => 'Name (Z to A)',
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/de/message.php b/resources/default/addons/visiosoft/advs-module/lang/de/message.php
new file mode 100644
index 000000000..089ab0642
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/de/message.php
@@ -0,0 +1,35 @@
+ 'Angefordertes Produkt fehlt derzeit oder ist inaktiv',
+ 'please_payment' => 'Bitte zahlen Sie',
+ 'bank_account_info' => 'Bankkonto Information',
+ 'agreement' => 'Durch Klicken auf "Posten" erklären Sie sich mit unseren Nutzungsbedingungen einverstanden und bestätigen, dass Sie der rechtmäßige Eigentümer dieses Artikels sind.',
+ 'update_category_msg' => 'Die klassifizierte Kategorie wird aktualisiert.',
+ 'updated_category_msg' => 'Kategorie erfolgreich bearbeitet.',
+ 'create_ad_with_post_cat' => [
+ 'title' => "Die Kategorieauswahl wurde abgeschlossen.",
+ 'success' => true,
+ 'continueBtn' => "Fortsetzen",
+ ],
+ 'update_category_info' => 'Bitte aktualisieren Sie die Kategorie.',
+ 'filter_by_search_msg' => 'Nach Suche filtern.',
+ 'delete_author_error' => 'Sie können keinen Beitrag löschen, der Ihnen nicht gehört',
+ 'success_delete' => 'Anzeige gelöscht',
+ 'pending_ad_status' => 'Ihre Anzeige muss noch vom Editor genehmigt werden.',
+ 'extended' => ': Nummer Anzeige (n) wurde erfolgreich erweitert.',
+ 'category_not_exist' => 'Diese Kategorie existiert nicht mehr!',
+ 'currency_converted' => 'Währung erfolgreich umgerechnet.',
+ 'choose_user' => 'Wählen Sie einen Benutzer',
+ 'owner_updated_successfully' => 'Der Besitzer wurde erfolgreich aktualisiert!',
+ 'no_add_found' => 'Keine Anzeige gefunden!',
+ 'replicated_success' => 'Die Anzeige wurde erfolgreich repliziert!',
+ 'ad_doesnt_exist' => "Diese Anzeige existiert nicht!",
+ 'select_location_error' => "Bitte wählen Sie einen Ort auf der Karte!",
+ 'this_ad_is_not_valid_anymore' => "Diese Anzeige ist nicht mehr gültig!",
+ 'approve_status_change' => "Der Status Ihrer Anzeige wurde auf Aktiv gesetzt!",
+ 'passive_status_change' => "Der Status Ihrer Anzeige wurde auf Passiv gesetzt!",
+ 'sold_status_change' => "Der Status Ihrer Anzeige wurde auf Verkauf gesetzt!",
+ 'status_change' => "Der Status Ihrer Anzeige wurde auf: Status gesetzt!",
+ 'disabled_detailed_options_for_admin_role' => "Detaillierte Produktoptionen sind deaktiviert.",
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/de/permission.php b/resources/default/addons/visiosoft/advs-module/lang/de/permission.php
new file mode 100644
index 000000000..94d4e9184
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/de/permission.php
@@ -0,0 +1,108 @@
+ [
+ 'name' => 'Anzeigen',
+ 'option' => [
+ 'read' => 'Kann Anzeigen lesen? ',
+ 'write' => 'Kann Anzeigen erstellen / bearbeiten? ',
+ 'delete' => 'Kann Anzeigen löschen?',
+ ],
+ ],
+ 'categories' => [
+ 'name' => 'Kategorien',
+ 'option' => [
+ 'read' => 'Kann Kategorien lesen?',
+ 'write' => 'Kann Kategorien erstellen / bearbeiten?',
+ 'delete' => 'Kann Kategorien löschen?',
+ ],
+ ],
+ 'village' => [
+ 'name' => 'Dorf',
+ 'option' => [
+ 'read' => 'Kann Dorf lesen?',
+ 'write' => 'Kann ein Dorf erstellen / bearbeiten? ',
+ 'delete' => 'Kann Dorf löschen?',
+ ],
+ ],
+ 'custom_fields' => [
+ 'name' => 'Benutzerdefinierte Felder',
+ 'option' => [
+ 'read' => 'Kann benutzerdefinierte Felder lesen?',
+ 'write' => 'Kann benutzerdefinierte Felder erstellen / bearbeiten? ',
+ 'delete' => 'Kann benutzerdefinierte Felder löschen?',
+ ],
+ ],
+ 'custom_field_advs' => [
+ 'name' => 'Benutzerdefinierte Feldanzeigen',
+ 'option' => [
+ 'read' => 'Kann benutzerdefinierte Feldanzeigen lesen? ',
+ 'write' => 'Kann benutzerdefinierte Feldanzeigen erstellen / bearbeiten? ',
+ 'delete' => 'Kann benutzerdefinierte Feldanzeigen löschen?',
+ ],
+ ],
+ 'cf_values' => [
+ 'name' => 'Vgl. Werte',
+ 'option' => [
+ 'read' => 'Kann cf Werte lesen?',
+ 'write' => 'Kann cf-Werte erstellen / bearbeiten? ',
+ 'delete' => 'Kann cf Werte löschen?',
+ ],
+ ],
+ 'options' => [
+ 'name' => 'Optionen',
+ 'option' => [
+ 'read' => 'Kann Optionen lesen?',
+ 'write' => 'Kann Optionen erstellen / bearbeiten?',
+ 'delete' => 'Kann Optionen löschen?',
+ ],
+ ],
+ 'productoptions' => [
+ 'name' => 'Produktoptionen',
+ 'option' => [
+ 'read' => 'Kann Produktoptionen lesen?',
+ 'write' => 'Können Produktoptionen erstellt / bearbeitet werden?',
+ 'delete' => 'Kann Produktoptionen löschen?',
+ ],
+ ],
+ 'productoptions_value' => [
+ 'name' => 'Wert der Produktoptionen',
+ 'option' => [
+ 'read' => 'Kann Produktoptionswert lesen?',
+ 'write' => 'Kann Produktoptionswert erstellen / bearbeiten?',
+ 'delete' => 'Kann Produktoptionswert löschen?',
+ ],
+ ],
+ 'options_configuration' => [
+ 'name' => 'Optionskonfiguration',
+ 'option' => [
+ 'read' => 'Kann Optionen Konfiguration lesen?',
+ 'write' => 'Kann ich Optionen konfigurieren / bearbeiten?',
+ 'delete' => 'Kann Optionskonfiguration löschen?',
+ ],
+ ],
+ 'option_configuration' => [
+ 'name' => 'Optionskonfiguration',
+ 'option' => [
+ 'read' => 'Kann Optionskonfiguration lesen?',
+ 'write' => 'Kann Optionskonfiguration erstellen / bearbeiten?',
+ 'delete' => 'Kann Optionskonfiguration löschen?',
+ ],
+ ],
+ 'option_configuration' => [
+ 'name' => 'Optionskonfiguration',
+ 'option' => [
+ 'read' => 'Kann Optionskonfiguration lesen?',
+ 'write' => 'Kann Optionskonfiguration erstellen / bearbeiten?',
+ 'delete' => 'Kann Optionskonfiguration löschen?',
+ ],
+ ],
+ 'status' => [
+ 'name' => 'Status',
+ 'option' => [
+ 'read' => 'Kann Status lesen?',
+ 'write' => 'Kann Status erstellen / bearbeiten?',
+ 'delete' => 'Kann Status löschen?',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/de/section.php b/resources/default/addons/visiosoft/advs-module/lang/de/section.php
new file mode 100644
index 000000000..afdbf496a
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/de/section.php
@@ -0,0 +1,64 @@
+ [
+ 'title' => 'Anzeigen',
+ ],
+ 'categories' => [
+ 'title' => 'Kategorien',
+ ],
+ 'countries' => [
+ 'title' => 'Länder',
+ ],
+ 'cities' => [
+ 'title' => 'Städte',
+ ],
+ 'districts' => [
+ 'title' => 'Bezirke',
+ ],
+ 'neighborhoods' => [
+ 'title' => 'Nachbarschaften',
+ ],
+ 'village' => [
+ 'title' => 'Dorf',
+ ],
+ 'custom_fields' => [
+ 'title' => 'Benutzerdefinierte Felder',
+ ],
+ 'custom_field_advs' => [
+ 'title' => 'Benutzerdefinierte Feldanzeigen',
+ ],
+ 'cf_values' => [
+ 'title' => 'Vgl. Werte',
+ ],
+ 'fields' => [
+ 'title' => 'Benutzerdefinierte Felder'
+ ],
+ 'assets_clear' => [
+ 'name' => 'Vermögenswerte löschen'
+ ],
+ 'general' => 'Allgemeines',
+ 'ads' => 'Anzeigen',
+ 'user' => 'Benutzer',
+ 'filter' => 'Filter',
+ 'create_ad' => 'Anzeige erstellen',
+ 'options' => [
+ 'title' => 'Optionen',
+ ],
+ 'ads_image' => 'Anzeigenbild',
+ 'product_options' => [
+ 'title' => 'Optionen',
+ ],
+ 'productoptions_value' => [
+ 'title' => 'Optionswert',
+ ],
+ 'option_configuration' => [
+ 'title' => 'Aufbau',
+ ],
+ 'translations' => 'Übersetzungen',
+ 'status' => [
+ 'title' => 'Status',
+ ],
+ 'ads_detail' => 'Anzeigen Detail',
+
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/de/setting.php b/resources/default/addons/visiosoft/advs-module/lang/de/setting.php
new file mode 100644
index 000000000..bea14cc54
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/de/setting.php
@@ -0,0 +1,286 @@
+ [
+ 'name' => 'Automatisch genehmigen',
+ ],
+ 'default_view_type' => [
+ 'name' => 'Standardansichtstyp',
+ ],
+ 'hide_zero_price' => [
+ 'name' => 'Preis ausblenden, wenn Null',
+ 'instructions' => 'Verstecken Sie den Preis, wenn der Anzeigenpreis 0 ist',
+ ],
+ 'estimated_pending_time' => [
+ 'name' => 'Geschätzte ausstehende Zeit',
+ 'instructions' => 'In Stunden',
+ ],
+ 'default_published_time' => [
+ 'name' => 'Standardveröffentlichungszeit',
+ ],
+ 'address' => [
+ 'name' => 'Kontaktadresse',
+ ],
+ 'phone' => [
+ 'name' => 'Kontakt-Telefon',
+ ],
+ 'favicon' => [
+ 'name' => 'Favicon',
+ ]
+ , 'map_coordinates_long' => [
+ 'name' => 'Lange Koordinate abbilden',
+ ],
+ 'map_coordinates_lat' => [
+ 'name' => 'Karte Lat-Koordinate',
+ ],
+ 'iban_numbers' => [
+ 'name' => 'IBAN',
+ ],
+ 'logo' => [
+ 'name' => 'Logo',
+ ],
+ 'ogImage' => [
+ 'name' => 'Social Share Logo',
+ 'warning' => 'Die Auflösung sollte 1200 x 630 betragen.',
+
+ ],
+ 'currencies' => [
+ 'name' => 'Aktive Währungen',
+ ],
+ 'latest-limit' => [
+ 'name' => 'Neueste Grenze',
+ ],
+ 'site_address' => [
+ 'name' => 'Website-Adresse',
+ 'warning' => 'Automatisch hinzugefügt www. www. sitename.com ',
+ ],
+ 'google_map_key' => [
+ 'name' => 'Google Map-API-Schlüssel',
+ ],
+
+ 'default_country' => [
+ 'name' => 'Land der Standardanzeige',
+ ],
+ 'hide_price_categories' => [
+ 'name' => 'Preis für Kategorien ausblenden',
+ 'instructions' => 'Der Preis wird ausgeblendet, wenn Sie eine Anzeige erstellen oder eine Anzeige unter diesen Kategorien anzeigen.'
+ ],
+ 'free_currencyconverterapi_key' => [
+ 'name' => 'Währungsumrechner-API-Schlüssel'
+ ],
+ 'default_city' => [
+ 'name' => 'Standard-Anzeigenstadt',
+ ],
+ 'default_district' => [
+ 'name' => 'Standard-Anzeigenbezirk',
+ ],
+ 'default_neighborhood' => [
+ 'name' => 'Standard-Anzeigenumgebung',
+ ],
+ 'default_currency' => [
+ 'name' => 'Standardwährung der Anzeige',
+ ],
+ 'default_GET' => [
+ 'name' => 'Standardanzeige GET',
+ ],
+ 'twitter' => [
+ 'name' => 'Twitter',
+ ],
+ 'facebook' => [
+ 'name' => 'Facebook',
+ ],
+ 'youtube' => [
+ 'name' => 'Youtube',
+ ],
+ 'google' => [
+ 'name' => 'Google',
+ ],
+ 'listing_page_image' => [
+ 'name' => 'Listing Page Image',
+ ],
+ 'hide_standard_price_field' => [
+ 'name' => 'Standardpreisfeld ausblenden',
+ ],
+ 'hide_options_field' => [
+ 'name' => 'Optionsfeld ausblenden',
+ ],
+ 'hide_village_field' => [
+ 'name' => 'Dorffeld verstecken',
+ ],
+ 'hide_configurations' => [
+ 'name' => 'Blenden Sie die Schaltfläche Konfigurationen aus',
+ 'instructions' => 'Blenden Sie die Schaltfläche "Konfigurationen" auf der Anzeigenvorschau aus',
+ ],
+ 'make_all_fields_required' => [
+ 'name' => 'Machen Sie alle Felder erforderlich',
+ 'instructions' => 'Fordern Sie den Nutzer auf, beim Erstellen einer Anzeige die Felder Preis und Beschreibung auszufüllen',
+ ],
+ 'make_map_required' => [
+ 'name' => 'Karte erforderlich machen',
+ 'instructions' => 'Fordern Sie den Nutzer auf, beim Erstellen einer Anzeige eine Stecknadel auf der Karte zu platzieren',
+ ],
+ 'hide_listing_standard_price' => [
+ 'name' => 'Listing Standardpreis ausblenden',
+ ],
+ 'enabled_currencies' => [
+ 'name' => 'Aktivierte Währungen',
+ ],
+ 'google_statistic_code' => [
+ 'name' => 'Google Statistikcode',
+ ],
+ 'register_email_field' => [
+ 'name' => 'E-Mail-Anforderung für die Mitgliederregistrierung',
+ ],
+ 'market_place' => [
+ 'name' => 'Marktplatz',
+ 'instructions' => 'If the marketplace is down, your site will act as ecommerce. For example,
+ some fields in the profile such as ads, dopings, messages, sale, packages and store are not visible and
+ removes corporate membership.'
+ ],
+ 'price_area_hidden' => [
+ 'name' => 'Preisbereich versteckt',
+ ],
+ 'hide_price_filter' => [
+ 'name' => 'Preisfilter ausblenden',
+ ],
+ 'hide_date_filter' => [
+ 'name' => 'Datumsfilter ausblenden',
+ ],
+ 'hide_photo_filter' => [
+ 'name' => 'Fotofilter ausblenden',
+ ],
+ 'hide_map_filter' => [
+ 'name' => 'Kartenfilter ausblenden',
+ ],
+ 'show_lang_url' => [
+ 'name' => 'Lang-Parameter für URL anzeigen',
+ ],
+ 'popular_ads_limit' => [
+ 'name' => 'Beliebtes Anzeigenlimit',
+ ],
+
+ //Image
+
+ 'image_resize_backend' => [
+ 'name' => 'Bildgröße Backend ändern',
+ ],
+ 'full_image_width' => [
+ 'name' => 'Volle Bildbreite',
+ ],
+ 'full_image_height' => [
+ 'name' => 'Vollbildhöhe',
+ ],
+ 'medium_image_width' => [
+ 'name' => 'Mittlere Bildbreite',
+ ],
+ 'medium_image_height' => [
+ 'name' => 'Mittlere Bildhöhe',
+ ],
+ 'thumbnail_width' => [
+ 'name' => 'Miniaturbildbreite',
+ ],
+ 'thumbnail_height' => [
+ 'name' => 'Miniaturbildhöhe',
+ ],
+ 'add_canvas' => [
+ 'name' => 'Leinwand hinzufügen',
+ ],
+ 'image_canvas_width' => [
+ 'name' => 'Bild Leinwandbreite',
+ ],
+ 'image_canvas_height' => [
+ 'name' => 'Bild Leinwand Höhe',
+ ],
+ 'watermark_type' => [
+ 'name' => 'Wasserzeichentyp',
+ ],
+ 'watermark_text' => [
+ 'name' => 'Wasserzeichentext',
+ ],
+ 'watermark_image' => [
+ 'name' => 'Wasserzeichen Bild',
+ ],
+ 'watermark_position' => [
+ 'name' => 'Wasserzeichen Position',
+ ],
+ 'user_filter_limit' => [
+ 'name' => 'Benutzerfilterlimit',
+ 'instructions' => 'Im Admin-Bereich'
+ ],
+ 'show_breadcrumb_when_creating_ad' => [
+ 'name' => 'Breadcrumb beim Erstellen einer Anzeige anzeigen',
+ ],
+ 'show_ads_count' => [
+ 'name' => 'Anzeigenanzahl anzeigen',
+ 'instructions' => 'Anzeigenanzahl in der linken Kategorieliste anzeigen',
+ ],
+ 'ads_date_hidden' => [
+ 'name' => 'Erstellungsdatum ausblenden',
+ 'instructions' => 'Erstellungsdatum auf der Anzeigen-Detailseite ausblenden',
+ ],
+ 'hide_listing_header' => [
+ 'name' => 'Listenkopf ausblenden',
+ 'instructions' => 'Verstecken, um Typen zu bestellen und anzuzeigen',
+ ],
+ 'hide_filter_section' => [
+ 'name' => 'Filterbereich ausblenden',
+ 'instructions' => 'Versteckt den linken Filterbereich auf der Listenseite',
+ ],
+ 'hide_seller_info' => [
+ 'name' => 'Verkäuferinformationen ausblenden',
+ 'instructions' => 'Ausblenden von Verkäuferinformationen auf der Anzeigen-Detailseite',
+ ],
+ 'show_post_ad_agreement' => [
+ 'name' => 'Show Post Ad Agreement anzeigen',
+ 'instructions' => 'Aktivieren Sie diese Option, wenn Sie auf der Seite zur Anzeigenerstellung eine Datenschutzrichtlinie anzeigen möchten',
+ ],
+ 'override_text' => [
+ 'name' => 'Text überschreiben',
+ 'instructions' => 'Alter Wert: Neuer Wert'
+ ],
+ 'steps_color' => [
+ 'name' => 'Schritte Farbe',
+ 'instructions' => 'Ändert die Farbe der progressiven Schritte.'
+ ],
+ 'create_ad_button_color' => [
+ 'name' => 'Farbe der Anzeigenschaltfläche erstellen',
+ 'instructions' => 'Ändert die Schaltfläche, die angezeigt wird, wenn die Auswahl der neuen Anzeigenkategorie abgeschlossen ist.'
+ ],
+ 'lang_switcher_for_browser' => [
+ 'name' => 'Lang Switcher für Browser',
+ 'instructions' => 'Ermöglicht die Auswahl der Browsersprache als aktive Sprache'
+ ],
+ 'get_categories' => [
+ 'name' => 'Kategorien abrufen',
+ 'instructions' => 'Es stellt die Kategorien dar, in denen die GET-Eigenschaft gültig ist.'
+ ],
+ 'watermark' => [
+ 'name' => 'Wasserzeichen',
+ 'instructions' => 'Ist das Wasserzeichen aktiv?'
+ ],
+ 'detailed_product_options' => [
+ 'name' => 'Detaillierte Produktoptionen',
+ 'instructions' => 'Ermöglicht die Eingabe von Lager- und Preisinformationen für das Produkt'
+ ],
+ 'show_subcats_mobile' => [
+ 'name' => 'Unterkategorien in der mobilen Ansicht anzeigen',
+ ],
+ 'show_price_to_members_only' => [
+ 'name' => 'Preis nur für Mitglieder anzeigen',
+ ],
+ 'hide_ad_cat' => [
+ 'name' => 'Kategorien ausblenden',
+ 'instructions' => 'Kategorien in der Anzeigenliste ausblenden'
+ ],
+ 'show_finish_and_publish_date' => [
+ 'name' => 'Enddatum anzeigen und Veröffentlichungsdatum für die Erstellung',
+ 'instructions' => 'Zeigt die Felder "Publish_at" und "Finish_at" auf der Seite zur Anzeigenerstellung an.'
+ ],
+ 'show_tax_field' => [
+ 'name' => 'Show Tax Field',
+ 'instructions' => 'When this option is enabled, you can set the tax rate on the ad creation page.'
+ ],
+ 'hide_contact_created_at' => [
+ 'name' => 'Hide Contact Fields For in Create New Ad'
+ ]
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/de/stream.php b/resources/default/addons/visiosoft/advs-module/lang/de/stream.php
new file mode 100644
index 000000000..087720968
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/de/stream.php
@@ -0,0 +1,37 @@
+ [
+ 'name' => 'Advs',
+ ],
+ 'categories' => [
+ 'name' => 'Kategorien',
+ ],
+ 'village' => [
+ 'name' => 'Dorf',
+ ],
+ 'custom_fields' => [
+ 'name' => 'Benutzerdefinierte Felder',
+ ],
+ 'custom_field_advs' => [
+ 'name' => 'Benutzerdefiniertes Feld',
+ ],
+ 'cf_values' => [
+ 'name' => 'Vgl. Werte',
+ ],
+ 'options' => [
+ 'name' => 'Optionen',
+ ],
+ 'product_options' => [
+ 'name' => 'Produktoptionen',
+ ],
+ 'productoptions_value' => [
+ 'name' => 'Optionswert',
+ ],
+ 'option_configuration' => [
+ 'name' => 'Aufbau',
+ ],
+ 'status' => [
+ 'name' => 'Status',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/de/view.php b/resources/default/addons/visiosoft/advs-module/lang/de/view.php
new file mode 100644
index 000000000..20d5a0a4c
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/de/view.php
@@ -0,0 +1,6 @@
+ 'Unvollendet',
+ 'advanced' => 'Fortgeschrittene',
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/el/addon.php b/resources/default/addons/visiosoft/advs-module/lang/el/addon.php
new file mode 100644
index 000000000..d750fa1e1
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/el/addon.php
@@ -0,0 +1,8 @@
+ 'Διαφημίσεις',
+ 'name' => 'Ενότητα διαφημίσεων',
+ 'description' => 'Ενότητα διαφημίσεων',
+ 'info' => 'This is the screen where you can add, delete and edit ads from the Ads page. On this page, you can simply do the operations such as post management and ad configuration.'
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/el/button.php b/resources/default/addons/visiosoft/advs-module/lang/el/button.php
new file mode 100644
index 000000000..f914fd28e
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/el/button.php
@@ -0,0 +1,48 @@
+ 'Νέο Adv',
+ 'new_classified' => 'Νέα αγγελία',
+ 'new_category' => 'Νέα κατηγορία',
+ 'new_country' => 'Νέα χώρα',
+ 'new_city' => 'Νέα πόλη',
+ 'new_district' => 'Νέα Επαρχία',
+ 'new_neighborhood' => 'Νέα γειτονιά',
+ 'new_village' => 'Νέο χωριό',
+ 'edit' => "Επεξεργασία",
+ 'approve' => "Εγκρίνω",
+ 'decline' => 'Πτώση',
+ 'extend' => 'Επεκτείνω',
+ 'extend_all' => 'Επέκταση όλων',
+ 'convert_currency' => 'Μετατροπή νομίσματος',
+ 'categories' => 'Κατηγορίες',
+ 'sub_category' => 'Υποκατηγορίες',
+ 'add_sub_category' => 'Προσθήκη υπο-κατηγορίας',
+ 'sub_cities' => 'Υπο-πόλεις',
+ 'add_sub_cities' => 'Προσθέστε Sub City',
+ 'add_sub_districts' => 'Προσθέστε την υποδιαίρεση',
+ 'add_sub_neighborhoods' => 'Προσθήκη δευτερεύουσας γειτονιάς',
+ 'add_sub_village' => 'Προσθήκη δευτερεύοντος χωριού',
+ 'sub_districts' => 'Υποτομείς',
+ 'sub_neighborhoods' => 'Υπο-γειτονικές περιοχές',
+ 'sub_village' => 'Κάτω χωριό',
+ 'general_settings' => 'Γενικές Ρυθμίσεις',
+ 'save_category' => 'Αποθήκευση κατηγορίας',
+ 'change_owner' => 'Αλλαγή κατόχου',
+ 'update_category' => [
+ 'name' => 'Ενημέρωση κατηγορίας'
+ ],
+ 'new_option' => 'Νέα επιλογή',
+ 'export' => 'Εξαγωγή',
+ 'new_productoption' => 'Νέα επιλογή προϊόντος',
+ 'new_productoptions_value' => 'Νέα τιμή επιλογής προϊόντος',
+ 'new_options_configuration' => 'Διαμόρφωση νέας επιλογής',
+ 'new_option_configuration' => 'Διαμόρφωση νέας επιλογής',
+ 'create_configurations' => 'Δημιουργήστε διαμορφώσεις',
+ 'replicate' => 'Αντιγραφή',
+ 'fast_create' => 'Γρήγορη δημιουργία',
+ 'publish' => 'Δημοσιεύω',
+ 'import' => 'Εισαγωγή',
+ 'new_status' => 'Νέα κατάσταση',
+ 'fast_edit' => 'Γρήγορη επεξεργασία',
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/el/currency.php b/resources/default/addons/visiosoft/advs-module/lang/el/currency.php
new file mode 100644
index 000000000..80897d39a
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/el/currency.php
@@ -0,0 +1,6 @@
+ 'Δολάριο',
+ 'EUR' => 'Ευρώ',
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/el/field.php b/resources/default/addons/visiosoft/advs-module/lang/el/field.php
new file mode 100644
index 000000000..6840cd678
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/el/field.php
@@ -0,0 +1,386 @@
+ [
+ 'name' => 'Τίτλος'
+ ],
+ 'order' => [
+ 'name' => 'Σειρά'
+ ],
+ 'slug' => [
+ 'name' => 'Γυμνοσάλιαγκας'
+ ],
+ 'parent_category' => [
+ 'name' => 'Μητρική εταιρεία'
+ ],
+ 'category' => [
+ 'name' => 'Τίτλος κατηγορίας'
+ ],
+ 'price' => [
+ 'name' => 'Τιμή'
+ ],
+ 'standard_price' => [
+ 'name' => 'Τυπική τιμή'
+ ],
+ 'date' => [
+ 'name' => 'Ημερομηνία'
+ ],
+ 'photo' => [
+ 'name' => 'φωτογραφία'
+ ],
+ 'video' => [
+ 'name' => 'βίντεο'
+ ],
+ 'map' => [
+ 'name' => 'Χάρτης'
+ ],
+ 'stock' => [
+ 'name' => 'Στοκ'
+ ],
+ 'advs_desc' => [
+ 'name' => 'Περιγραφή'
+ ],
+ 'online_payment' => [
+ 'name' => 'Διαδικτυακή πληρωμή'
+ ],
+ 'city' => [
+ 'name' => 'Πόλη'
+ ],
+ 'country' => [
+ 'name' => 'Χώρα'
+ ],
+ 'district' => [
+ 'name' => 'Περιοχή'
+ ],
+ 'neighborhood' => [
+ 'name' => 'Γειτονιά'
+ ],
+ 'village' => [
+ 'name' => 'Χωριό'
+ ],
+ 'files' => [
+ 'name' => 'Εικόνες'
+ ],
+ 'cat1' => [
+ 'name' => 'Κύρια κατηγορία'
+ ],
+ 'cat2' => [
+ 'name' => 'Υποκατηγορία 1'
+ ],
+ 'cat3' => [
+ 'name' => 'Υποκατηγορία 2'
+ ],
+ 'cat4' => [
+ 'name' => 'Υποκατηγορία 3'
+ ],
+ 'cat5' => [
+ 'name' => 'Υποκατηγορία 4'
+ ],
+ 'cat6' => [
+ 'name' => 'Υποκατηγορία 5'
+ ],
+ 'cat7' => [
+ 'name' => 'Υποκατηγορία 6'
+ ],
+ 'cat8' => [
+ 'name' => 'Υποκατηγορία 7'
+ ],
+ 'cat9' => [
+ 'name' => 'Υποκατηγορία 8'
+ ],
+ 'cat10' => [
+ 'name' => 'Υποκατηγορία 9'
+ ],
+ 'currency' => [
+ 'name' => 'Νόμισμα'
+ ],
+ 'status' => [
+ 'name' => 'Κατάσταση',
+ 'option' => [
+ 'approved' => 'Εγκρίθηκε',
+ 'expired' => 'έχει λήξει',
+ 'unpublished' => 'Αδημοσίευτος',
+ 'pending_admin' => 'Εκκρεμεί διαχειριστής',
+ 'pending_user' => 'Εκκρεμεί χρήστης'
+ ]
+ ],
+ 'pending_adv' => [
+ 'name' => 'Εν αναμονή διαφημίσεων'
+ ],
+ 'finish_at' => [
+ 'name' => 'Τελειώστε στο'
+ ],
+ 'cover_photo' => [
+ 'name' => 'Φωτογραφία εξωφύλλου'
+ ],
+ 'favs_adv' => [
+ 'name' => 'Fav Διαφημίσεις'
+ ],
+ 'my_adv' => [
+ 'name' => 'ADVS'
+ ],
+ 'description' => 'Περιγραφή',
+ 'explanation' => 'Εξήγηση',
+ 'type' => [
+ 'name' => 'Τύπος'
+ ],
+ 'parent_adv' => [
+ 'name' => 'Σχετική διαφήμιση'
+ ],
+ 'value' => [
+ 'name' => 'αξία'
+ ],
+ 'list' => 'Λίστα',
+ 'home' => 'Σπίτι',
+ 'list-page' => 'Λίστα σελίδας',
+ 'search' => 'Ψάξιμο',
+ 'reset' => 'Reset',
+ 'recommended' => 'Προτεινόμενες διαφημίσεις για εσάς',
+ 'filter' => 'Φίλτρο',
+ 'sort' => 'Είδος',
+ 'sort_by' => 'Ταξινόμηση κατά',
+ 'pick_option' => 'Επιλέξτε μια επιλογή',
+ 'pick_ordering' => 'Παραγγελία',
+ 'price_high' => 'Τιμή υψηλή προς χαμηλή',
+ 'price_low' => 'Χαμηλή έως Υψηλή τιμή',
+ 'newest' => 'Νεότερο',
+ 'oldest' => 'Παλαιότερα',
+ 'address_a_z' => 'Διεύθυνση (A έως Z)',
+ 'address_z_a' => 'Διεύθυνση (Ω έως Α)',
+ 'categories' => [
+ 'name' => 'Κατηγορίες'
+ ],
+ 'all_categories' => 'Όλες οι κατηγορίες',
+ 'location' => 'Τοποθεσία',
+ 'send_message' => 'Να στείλετε μήνυμα',
+ 'phone_gsm' => 'Τηλέφωνο Gsm',
+ 'phone_office' => 'Τηλέφωνο γραφείου',
+ 'add_to_favorites' => "Προσθήκη στα αγαπημένα",
+ 'send' => 'Στείλετε',
+ 'search_name' => 'Όνομα αναζήτησης',
+ 'my_favorite_searches' => 'Αγαπημένες αναζητήσεις',
+ 'search_desc' => 'Μπορείτε να προσθέσετε και να διαχειριστείτε τις αγαπημένες σας επιλογές αναζήτησης εδώ.',
+ 'complaint_placeholder' => 'Πληκτρολογήστε τα στοιχεία της καταγγελίας σας εδώ.',
+ 'show_details' => 'Δείξε λεπτομέρειες',
+ 'ad_actions' => 'Ενέργειες διαφημίσεων',
+ 'edit' => 'Επεξεργασία',
+ 'approve' => 'Εγκρίνω',
+ 'passive' => "Παθητικός",
+ 'sold' => 'Πωληθεί',
+ 'offered_by' => 'Προσφέρεται από',
+ 'more_ads_by' => 'Περισσότερες διαφημίσεις από',
+ 'click_phone' => 'Εμφάνιση αριθμού τηλεφώνου',
+ 'share' => 'Κοινή χρήση αυτής της διαφήμισης',
+ 'report' => 'Αναφορά αυτής της διαφήμισης',
+ 'features' => 'Χαρακτηριστικά',
+ "streetview" => "θέα στο δρόμο",
+ 'recommended_ads' => 'Προτεινόμενες διαφημίσεις για εσάς',
+ 'new' => 'Νέος',
+ 'short_info' => 'Σύντομες πληροφορίες',
+ 'secure_trading' => 'Ασφαλής εμπορία',
+ '24/7' => 'Υποστήριξη 24/7',
+ 'easy_trading' => 'Εύκολη συναλλαγή',
+ 'need_help' => 'Χρειάζεστε βοήθεια?',
+ 'give_a_call' => 'Δώστε μια κλήση',
+ 'message_sent' => 'Το μήνυμα στάλθηκε!',
+ 'asap' => 'Μήνυμα αποστέλλεται,
+ ο πωλητής θα επικοινωνήσει μαζί σας σύντομα.',
+ 'ad_id' => 'Αναγνωριστικό διαφήμισης',
+ 'contact_with' => 'Επικοινωνήστε με',
+ 'create_adv' => 'Δημιουργία διαφήμισης',
+ 'edit_adv' => 'Επεξεργασία διαφήμισης',
+ 'mandatory_fields' => 'Υποχρεωτικά πεδία',
+ 'ad_post' => 'Δημοσίευση διαφημίσεων',
+ 'sell_item' => 'Πουλήστε ένα στοιχείο ή μια υπηρεσία',
+ 'search_save' => 'Η αγαπημένη αναζήτηση αποθηκεύτηκε με επιτυχία',
+ 'address' => 'Διεύθυνση',
+ 'email' => 'ΗΛΕΚΤΡΟΝΙΚΗ ΔΙΕΥΘΥΝΣΗ',
+ 'phone' => 'Τηλέφωνο',
+ 'send_us_your_feedback' => 'Στείλτε μας τα σχόλιά σας',
+ 'online_shopping' => 'ΠΑΙΡΝΩ',
+ 'approved' => 'Εγκρίθηκε με επιτυχία',
+ 'extended' => 'Επέκταση με επιτυχία',
+ 'declined' => 'Απορρίφθηκε με επιτυχία',
+ 'search_on_map' => 'Αναζήτηση στο χάρτη',
+ 'post_free_ad' => 'Δημοσίευση δωρεάν διαφήμισης',
+ 'select_a_category' => 'Επιλέξτε μία κατηγορία',
+ 'select_a_sub_category' => 'Επιλέξτε μία υπο-κατηγορία',
+ 'all_dopings_added' => 'Όλοι οι τύποι ντόπινγκ προστίθενται για αυτήν τη διαφήμιση.',
+ 'is_get_adv' => [
+ 'name' => 'ΠΑΙΡΝΩ'
+ ],
+ 'corporate_info' => 'Εταιρικές πληροφορίες',
+ 'featured_ads' => "Προτεινόμενες διαφημίσεις",
+ 'trending_ads' => 'Αλλαγή διαφημίσεων',
+ 'search_ad_result_prefix' => 'επί',
+ 'search_ad_result_text' => ': μετρήθηκαν διαφημίσεις στην αναζήτησή σας : όνομα ',
+ 'search_ads_result_message' => [
+ 'name' => ': βρέθηκαν οι αγγελίες που βρέθηκαν για:αναζήτηση ονόματος',
+ ],
+ 'total' => 'Σύνολο',
+ 'quantity' => 'Ποσότητα',
+ 'view_cart' => 'Δείτε το καλάθι',
+ 'no_ads' => 'Χωρίς διαφημίσεις!',
+ 'show_display_mode' => [
+ 'map' => 'Χάρτης',
+ 'list' => 'Λίστα',
+ ],
+ 'advs_list_table_thead' => [
+ 'name' => 'Όνομα διαφήμισης',
+ 'price' => 'Τιμή',
+ 'publish_at' => 'Ημερομηνία διαφήμισης',
+ 'location_city' => 'Πόλη',
+ 'location_country' => 'Χώρα',
+ ],
+ 'show_list_view' => [
+ 'name' => 'Λίστα',
+ ],
+ 'show_table_view' => [
+ 'name' => 'Τραπέζι',
+ ],
+ 'showcase' => [
+ 'name' => 'Βιτρίνα',
+ ],
+ 'new_ad' => [
+ 'name' => 'Νέα διαφήμιση',
+ ],
+ 'profile' => [
+ 'name' => 'Προφίλ',
+ ],
+ 'my_ads' => [
+ 'name' => 'Οι διαφημίσεις μου',
+ ],
+ 'sold_out' => [
+ 'name' => 'Εξαντλημένα',
+ ],
+ 'edit_category' => 'Επεξεργασία κατηγορίας',
+ 'set_category' => 'Ορισμός κατηγορίας',
+ 'max' => [
+ 'name' => 'Μέγιστη',
+ ],
+ 'min' => [
+ 'name' => 'Ελάχ',
+ ],
+ 'in_the_last_24_hours' => [
+ 'name' => 'Τις τελευταίες 24 ώρες'
+ ],
+ 'in_the_last_day' => [
+ 'name' => 'Τις τελευταίες 24 ώρες'
+ ],
+ 'in_the_last_week' => [
+ 'name' => 'Την τελευταία εβδομάδα'
+ ],
+ 'in_the_last_month' => [
+ 'name' => 'Τον τελευταίο μήνα'
+ ],
+ 'ads_with_photo' => [
+ 'name' => 'Διαφημίσεις με φωτογραφία'
+ ],
+ 'ads_with_video' => [
+ 'name' => 'Διαφημίσεις με βίντεο'
+ ],
+ 'yes' => [
+ 'name' => 'Ναί'
+ ],
+ 'no' => [
+ 'name' => 'Οχι'
+ ],
+ 'is_system' => [
+ 'name' => 'Είναι σύστημα',
+ 'instructions' => 'Απαιτείται κατάσταση συστήματος και δεν πρέπει να αλλάξει',
+ ],
+ 'user_access' => [
+ 'name' => 'Πρόσβαση χρήστη',
+ 'instructions' => 'Μπορεί ένας χρήστης να χρησιμοποιήσει αυτήν την κατάσταση στις διαφημίσεις του;',
+ ],
+ "no_location" => "Δεν έχει επιλεγεί τοποθεσία.",
+ "continue" => 'Να συνεχίσει',
+ "gallery" => 'Εκθεσιακός χώρος',
+ "ad" => 'Ενα δ',
+ "ads" => 'Διαφημίσεις',
+ "were_found" => 'βρέθηκαν.',
+
+ // Pending screen
+ 'pending_message_1' => 'Η διαφήμιση βρίσκεται στη διαδικασία έγκρισης',
+ 'pending_message_2' => "Ημερομηνία ενημέρωσης διαφήμισης",
+ 'pending_message_3' => 'Εκτιμώμενος χρόνος αναμονής',
+ 'pending_message_4' => 'Ο χρόνος που αφιερώνεται στη διαδικασία έγκρισης θα προστεθεί στον χρόνο ντόπινγκ.',
+ 'pending_message_5' => 'Δεν είναι δυνατή η πραγματοποίηση συναλλαγών από το τηλεφωνικό κέντρο σχετικά με τη διαφήμιση στη διαδικασία έγκρισης.',
+ 'hours' => 'ώρες',
+
+ // Preview page
+ 'preview_text' => [
+ 'part_1' => 'Εάν οι ακόλουθες πληροφορίες σχετικά με τη διαφήμισή σας είναι σωστές, κάντε κλικ στο κουμπί "Συνέχεια" και προχωρήστε στο επόμενο βήμα.',
+ 'part_2' => 'Εάν όχι, κάντε κλικ στο κουμπί "Επεξεργασία".',
+ ],
+ 'views' => 'Προβολές',
+
+ // Detail page
+ "no_street_view" => "Δεν υπάρχει εικόνα προβολής δρόμου σε αυτήν την τοποθεσία",
+ 'edit_my_contact_info' => 'Επεξεργασία των στοιχείων επικοινωνίας μου',
+ 'update_my_contact_info' => 'ενημερώστε τα στοιχεία επικοινωνίας μου',
+ 'contact_info' => 'Στοιχεία επικοινωνίας',
+ 'ad_info' => 'Πληροφορίες διαφήμισης',
+
+ // Select cat
+ 'select_category_step_by_step' => 'Επιλέξτε Κατηγορία Βήμα προς Βήμα',
+
+ // New create page
+ 'options' => 'Επιλογές',
+ 'category_selection' => 'Επιλογή κατηγορίας',
+ 'listing_details' => 'Λεπτομέρειες καταχώρησης',
+ 'preview' => 'Προεπισκόπηση',
+ 'congratulations' => 'Συγχαρητήρια',
+ 'ad_desc' => 'Περιγραφή διαφήμισης',
+ 'upload_photos' => 'Ανέβασε φωτογραφίες',
+ 'upload_files' => 'Μεταφόρτωση αρχείων',
+ 'additional_fields' => 'Πρόσθετα πεδία',
+ 'ad_location' => 'Τοποθεσία διαφήμισης',
+ 'owner' => 'Ιδιοκτήτης',
+ 'default_owner_instruction' => 'Ο κάτοχος θα προεπιλογή στον τρέχοντα χρήστη εάν δεν έχει επιλεγεί κανένας χρήστης',
+ 'create_page_subtitle' => 'Δημιουργήστε τη διαφήμιση άψογα εισάγοντας λεπτομερείς πληροφορίες σχετικά με τη διαφήμισή σας.',
+ 'with_my_phone_numbers' => 'With my phone numbers',
+ 'not_with_my_phone_numbers' => "I don't want to be reached by phone",
+ 'how_can_you_be_contacted' => "How can you be contacted?",
+
+ // Listing page
+ 'ad_title' => 'Τίτλος διαφήμισης',
+ 'listing_date' => 'Ημερομηνία καταχώρησης',
+ 'view' => 'Θέα',
+ 'ads_with_map' => 'Διαφημίσεις με χάρτη',
+ 'advanced_sorting' => 'Προηγμένη ταξινόμηση',
+ 'filter_by_word' => 'Φιλτράρισμα κατά λέξη',
+ 'filter_by' => 'Φιλτράρισμα κατά: όνομα',
+
+ 'free' => 'Ελεύθερος',
+ 'ad_date' => 'Ημερομηνία διαφήμισης',
+ 'photo_video' => 'Φωτογραφία, βίντεο',
+ 'and_above' => 'και παραπανω',
+ 'and_below' => 'και παρακάτω',
+ 'clear_all' => 'Τα καθαρίζω όλα',
+ 'balances' => 'Υπόλοιπα',
+ 'packages' => 'Πακέτα',
+ 'dopings' => 'Ντόπινγκ',
+ 'advs' => 'Advs',
+ 'site' => 'Ιστοσελίδα',
+ 'subscription' => 'Συνδρομή',
+ 'created' => 'Δημιουργήθηκε',
+ 'product_option' => [
+ 'name' => 'Επιλογή προϊόντος'
+ ],
+ 'option_json' => [
+ 'name' => 'Επιλογή'
+ ],
+ 'old_price' => [
+ 'name' => 'Παλιά τιμή'
+ ],
+ 'save_search' => 'Αποθήκευση αναζήτησης',
+ 'publish_at' => [
+ 'name' => 'Ημερομηνία δημοσίευσης'
+ ],
+ 'tax' => [
+ 'name' => 'Tax'
+ ],
+ 'name_a_z' => 'Name (A to Z)',
+ 'name_z_a' => 'Name (Z to A)',
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/el/message.php b/resources/default/addons/visiosoft/advs-module/lang/el/message.php
new file mode 100644
index 000000000..5a6964c1a
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/el/message.php
@@ -0,0 +1,35 @@
+ 'Το προϊόν που ζητήσατε λείπει ή είναι ανενεργό',
+ 'please_payment' => 'Παρακαλώ πληρώστε',
+ 'bank_account_info' => 'Στοιχεία τραπεζικού λογαριασμού',
+ 'agreement' => 'Κάνοντας κλικ στο Δημοσίευση, αποδέχεστε τους Όρους Χρήσης και την Πολιτική απορρήτου, αναγνωρίζετε ότι είστε ο νόμιμος κάτοχος αυτού του στοιχείου.',
+ 'update_category_msg' => 'Η ταξινομημένη κατηγορία θα ενημερωθεί.',
+ 'updated_category_msg' => 'Η κατηγορία επεξεργάστηκε επιτυχώς.',
+ 'create_ad_with_post_cat' => [
+ 'title' => "Η επιλογή κατηγορίας ολοκληρώθηκε.",
+ 'success' => true,
+ 'continueBtn' => "Να συνεχίσει",
+ ],
+ 'update_category_info' => 'Ενημερώστε την κατηγορία.',
+ 'filter_by_search_msg' => 'Φιλτράρισμα κατά αναζήτηση.',
+ 'delete_author_error' => 'Δεν μπορείτε να διαγράψετε μια ανάρτηση που δεν σας ανήκει',
+ 'success_delete' => 'Η διαφήμιση διαγράφηκε',
+ 'pending_ad_status' => 'Η διαφήμισή σας εκκρεμεί έγκριση από το Editor.',
+ 'extended' => ': ο αριθμός διαφημίσεων επεκτάθηκε με επιτυχία.',
+ 'category_not_exist' => 'Αυτή η κατηγορία δεν υπάρχει πια!',
+ 'currency_converted' => 'Το νόμισμα μετατράπηκε με επιτυχία.',
+ 'choose_user' => 'Επιλέξτε έναν χρήστη',
+ 'owner_updated_successfully' => 'Ο κάτοχος ενημερώθηκε με επιτυχία!',
+ 'no_add_found' => 'Δεν βρέθηκε διαφήμιση!',
+ 'replicated_success' => 'Η διαφήμιση έχει αναπαραχθεί με επιτυχία!',
+ 'ad_doesnt_exist' => "Αυτή η διαφήμιση δεν υπάρχει!",
+ 'select_location_error' => "Επιλέξτε μια τοποθεσία στον χάρτη!",
+ 'this_ad_is_not_valid_anymore' => "Αυτή η διαφήμιση δεν είναι πλέον έγκυρη!",
+ 'approve_status_change' => "Η κατάσταση της διαφήμισής σας έχει ενεργοποιηθεί!",
+ 'passive_status_change' => "Η κατάσταση της διαφήμισής σας έχει οριστεί σε παθητική!",
+ 'sold_status_change' => "Η κατάσταση της διαφήμισής σας έχει οριστεί για πώληση!",
+ 'status_change' => "Η κατάσταση της διαφήμισής σας έχει οριστεί σε: κατάσταση!",
+ 'disabled_detailed_options_for_admin_role' => "Οι αναλυτικές επιλογές προϊόντος είναι απενεργοποιημένες.",
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/el/permission.php b/resources/default/addons/visiosoft/advs-module/lang/el/permission.php
new file mode 100644
index 000000000..373d898c9
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/el/permission.php
@@ -0,0 +1,108 @@
+ [
+ 'name' => 'Διαφημίσεις',
+ 'option' => [
+ 'read' => 'Μπορούν να διαβάσουν τις διαφημίσεις; ',
+ 'write' => 'Μπορεί να δημιουργήσει / να επεξεργαστεί διαφημίσεις; ',
+ 'delete' => 'Μπορούν να διαγραφούν οι διαφημίσεις;',
+ ],
+ ],
+ 'categories' => [
+ 'name' => 'Κατηγορίες',
+ 'option' => [
+ 'read' => 'Μπορεί να διαβάσει κατηγορίες; ',
+ 'write' => 'Μπορεί να δημιουργήσει / να επεξεργαστεί κατηγορίες; ',
+ 'delete' => 'Μπορούν να διαγραφούν κατηγορίες;',
+ ],
+ ],
+ 'village' => [
+ 'name' => 'Χωριό',
+ 'option' => [
+ 'read' => 'Μπορεί να διαβάσει χωριό; ',
+ 'write' => 'Μπορεί να δημιουργήσει / επεξεργαστεί το χωριό; ',
+ 'delete' => 'Μπορεί να διαγράψει χωριό;',
+ ],
+ ],
+ 'custom_fields' => [
+ 'name' => 'Προσαρμοσμένα πεδία',
+ 'option' => [
+ 'read' => 'Μπορεί να διαβάσει προσαρμοσμένα πεδία; ',
+ 'write' => 'Μπορεί να δημιουργήσει / να επεξεργαστεί προσαρμοσμένα πεδία; ',
+ 'delete' => 'Μπορούν να διαγραφούν προσαρμοσμένα πεδία;',
+ ],
+ ],
+ 'custom_field_advs' => [
+ 'name' => 'Διαφημίσεις προσαρμοσμένου πεδίου',
+ 'option' => [
+ 'read' => 'Μπορούν να διαβάσουν προσαρμοσμένες διαφημίσεις πεδίου; ',
+ 'write' => 'Μπορεί να δημιουργήσει / να επεξεργαστεί διαφημίσεις προσαρμοσμένου πεδίου; ',
+ 'delete' => 'Μπορούν να διαγραφούν προσαρμοσμένες διαφημίσεις πεδίου;',
+ ],
+ ],
+ 'cf_values' => [
+ 'name' => 'Cf τιμές',
+ 'option' => [
+ 'read' => 'Μπορεί να διαβάσει τιμές cf; ',
+ 'write' => 'Μπορεί να δημιουργήσει / να επεξεργαστεί τιμές cf; ',
+ 'delete' => 'Μπορεί να διαγράψει τιμές cf;',
+ ],
+ ],
+ 'options' => [
+ 'name' => 'Επιλογές',
+ 'option' => [
+ 'read' => 'Μπορείτε να διαβάσετε επιλογές;',
+ 'write' => 'Μπορείτε να δημιουργήσετε / επεξεργαστείτε επιλογές;',
+ 'delete' => 'Μπορείτε να διαγράψετε επιλογές;',
+ ],
+ ],
+ 'productoptions' => [
+ 'name' => 'Επιλογές προϊόντων',
+ 'option' => [
+ 'read' => 'Μπορείτε να διαβάσετε τις επιλογές προϊόντων;',
+ 'write' => 'Μπορείτε να δημιουργήσετε / επεξεργαστείτε επιλογές προϊόντων;',
+ 'delete' => 'Μπορείτε να διαγράψετε τις επιλογές προϊόντων;',
+ ],
+ ],
+ 'productoptions_value' => [
+ 'name' => 'Αξία επιλογών προϊόντος',
+ 'option' => [
+ 'read' => 'Μπορεί να διαβάσει την τιμή του προϊόντος;',
+ 'write' => 'Μπορεί να δημιουργήσει / επεξεργαστεί αξία επιλογών προϊόντος;',
+ 'delete' => 'Μπορεί να διαγραφεί η τιμή επιλογών προϊόντος;',
+ ],
+ ],
+ 'options_configuration' => [
+ 'name' => 'Διαμόρφωση επιλογών',
+ 'option' => [
+ 'read' => 'Μπορείτε να διαβάσετε τις επιλογές διαμόρφωσης;',
+ 'write' => 'Μπορείτε να δημιουργήσετε / επεξεργαστείτε ρυθμίσεις διαμόρφωσης;',
+ 'delete' => 'Μπορεί να διαγραφεί η διαμόρφωση επιλογών;',
+ ],
+ ],
+ 'option_configuration' => [
+ 'name' => 'Διαμόρφωση επιλογής',
+ 'option' => [
+ 'read' => 'Μπορείτε να διαβάσετε τη διαμόρφωση επιλογών;',
+ 'write' => 'Μπορείτε να δημιουργήσετε / επεξεργαστείτε τη διαμόρφωση επιλογών;',
+ 'delete' => 'Μπορεί να διαγραφεί η διαμόρφωση επιλογών;',
+ ],
+ ],
+ 'option_configuration' => [
+ 'name' => 'Διαμόρφωση επιλογής',
+ 'option' => [
+ 'read' => 'Μπορείτε να διαβάσετε τη διαμόρφωση επιλογών;',
+ 'write' => 'Μπορείτε να δημιουργήσετε / επεξεργαστείτε τη διαμόρφωση επιλογών;',
+ 'delete' => 'Μπορεί να διαγραφεί η διαμόρφωση επιλογών;',
+ ],
+ ],
+ 'status' => [
+ 'name' => 'Κατάσταση',
+ 'option' => [
+ 'read' => 'Μπορεί να διαβάσει την κατάσταση;',
+ 'write' => 'Μπορείτε να δημιουργήσετε / επεξεργαστείτε κατάσταση;',
+ 'delete' => 'Μπορεί να διαγραφεί η κατάσταση;',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/el/section.php b/resources/default/addons/visiosoft/advs-module/lang/el/section.php
new file mode 100644
index 000000000..449da431d
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/el/section.php
@@ -0,0 +1,64 @@
+ [
+ 'title' => 'Διαφημίσεις',
+ ],
+ 'categories' => [
+ 'title' => 'Κατηγορίες',
+ ],
+ 'countries' => [
+ 'title' => 'Χώρες',
+ ],
+ 'cities' => [
+ 'title' => 'Πόλεις',
+ ],
+ 'districts' => [
+ 'title' => 'Περιοχές',
+ ],
+ 'neighborhoods' => [
+ 'title' => 'Γειτονιές',
+ ],
+ 'village' => [
+ 'title' => 'Χωριό',
+ ],
+ 'custom_fields' => [
+ 'title' => 'Προσαρμοσμένα πεδία',
+ ],
+ 'custom_field_advs' => [
+ 'title' => 'Διαφημίσεις προσαρμοσμένου πεδίου',
+ ],
+ 'cf_values' => [
+ 'title' => 'Cf τιμές',
+ ],
+ 'fields' => [
+ 'title' => 'Προσαρμοσμένα πεδία'
+ ],
+ 'assets_clear' => [
+ 'name' => 'Διαγραφή στοιχείων'
+ ],
+ 'general' => 'Γενικός',
+ 'ads' => 'Διαφημίσεις',
+ 'user' => 'Χρήστης',
+ 'filter' => 'Φίλτρο',
+ 'create_ad' => 'Δημιουργία διαφήμισης',
+ 'options' => [
+ 'title' => 'Επιλογές',
+ ],
+ 'ads_image' => 'Εικόνα διαφημίσεων',
+ 'product_options' => [
+ 'title' => 'Επιλογές',
+ ],
+ 'productoptions_value' => [
+ 'title' => 'Αξία επιλογών',
+ ],
+ 'option_configuration' => [
+ 'title' => 'Διαμόρφωση',
+ ],
+ 'translations' => 'Μεταφράσεις',
+ 'status' => [
+ 'title' => 'Κατάσταση',
+ ],
+ 'ads_detail' => 'Λεπτομέρεια διαφημίσεων',
+
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/el/setting.php b/resources/default/addons/visiosoft/advs-module/lang/el/setting.php
new file mode 100644
index 000000000..fa85e38a6
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/el/setting.php
@@ -0,0 +1,286 @@
+ [
+ 'name' => 'Αυτόματη έγκριση',
+ ],
+ 'default_view_type' => [
+ 'name' => 'Προεπιλεγμένος τύπος προβολής',
+ ],
+ 'hide_zero_price' => [
+ 'name' => 'Απόκρυψη τιμής εάν μηδέν',
+ 'instructions' => 'Απόκρυψη της τιμής εάν η τιμή της διαφήμισης είναι 0',
+ ],
+ 'estimated_pending_time' => [
+ 'name' => 'Εκτιμώμενος χρόνος σε εκκρεμότητα',
+ 'instructions' => 'Σε ώρες',
+ ],
+ 'default_published_time' => [
+ 'name' => 'Προεπιλεγμένος χρόνος δημοσίευσης',
+ ],
+ 'address' => [
+ 'name' => 'Επικοινωνία με τη διεύθυνση',
+ ],
+ 'phone' => [
+ 'name' => 'τηλέφωνο επικοινωνίας',
+ ],
+ 'favicon' => [
+ 'name' => 'Favicon',
+ ]
+ , 'map_coordinates_long' => [
+ 'name' => 'Χάρτης Μεγάλος Συντονισμός',
+ ],
+ 'map_coordinates_lat' => [
+ 'name' => 'Χάρτης συντεταγμένων',
+ ],
+ 'iban_numbers' => [
+ 'name' => 'ΙΒΑΝ',
+ ],
+ 'logo' => [
+ 'name' => 'Λογότυπο',
+ ],
+ 'ogImage' => [
+ 'name' => 'Κοινωνικό Λογότυπο Share',
+ 'warning' => 'Θα πρέπει να έχει ανάλυση 1200 x 630.',
+
+ ],
+ 'currencies' => [
+ 'name' => 'Ενεργά νομίσματα',
+ ],
+ 'latest-limit' => [
+ 'name' => 'Τελευταίο όριο',
+ ],
+ 'site_address' => [
+ 'name' => 'Διεύθυνση ιστοτόπου',
+ 'warning' => 'Αυτόματη προσθήκη www. www. sitename.com ',
+ ],
+ 'google_map_key' => [
+ 'name' => 'Το Google Map Api Key',
+ ],
+
+ 'default_country' => [
+ 'name' => 'Προεπιλεγμένη χώρα διαφήμισης',
+ ],
+ 'hide_price_categories' => [
+ 'name' => 'Απόκρυψη τιμής στις κατηγορίες',
+ 'instructions' => 'Η τιμή θα είναι κρυφή όταν δημιουργείτε μια διαφήμιση ή προβάλλετε μια διαφήμιση σε αυτές τις κατηγορίες.'
+ ],
+ 'free_currencyconverterapi_key' => [
+ 'name' => 'Κλειδί API μετατροπέα νομισμάτων'
+ ],
+ 'default_city' => [
+ 'name' => 'Προεπιλεγμένη πόλη διαφήμισης',
+ ],
+ 'default_district' => [
+ 'name' => 'Προεπιλεγμένη περιοχή διαφήμισης',
+ ],
+ 'default_neighborhood' => [
+ 'name' => 'Προεπιλεγμένη γειτονιά διαφήμισης',
+ ],
+ 'default_currency' => [
+ 'name' => 'Βασικό νόμισμα διαφήμισης',
+ ],
+ 'default_GET' => [
+ 'name' => 'Προεπιλεγμένη διαφήμιση GET',
+ ],
+ 'twitter' => [
+ 'name' => 'Κελάδημα',
+ ],
+ 'facebook' => [
+ 'name' => 'Facebook',
+ ],
+ 'youtube' => [
+ 'name' => 'Youtube',
+ ],
+ 'google' => [
+ 'name' => 'Google',
+ ],
+ 'listing_page_image' => [
+ 'name' => 'Λίστα εικόνων σελίδας',
+ ],
+ 'hide_standard_price_field' => [
+ 'name' => 'Απόκρυψη πεδίου τυπικής τιμής',
+ ],
+ 'hide_options_field' => [
+ 'name' => 'Απόκρυψη πεδίου επιλογών',
+ ],
+ 'hide_village_field' => [
+ 'name' => 'Απόκρυψη χωριού',
+ ],
+ 'hide_configurations' => [
+ 'name' => 'Απόκρυψη του κουμπιού διαμόρφωσης',
+ 'instructions' => 'Απόκρυψη του κουμπιού διαμόρφωσης στη σελίδα προεπισκόπησης διαφημίσεων',
+ ],
+ 'make_all_fields_required' => [
+ 'name' => 'Να απαιτούνται όλα τα πεδία',
+ 'instructions' => 'Απαιτήστε από το χρήστη να συμπληρώσει τα πεδία Τιμή και περιγραφή κατά τη δημιουργία μιας διαφήμισης',
+ ],
+ 'make_map_required' => [
+ 'name' => 'Απαιτείται χάρτης',
+ 'instructions' => 'Απαιτήστε από το χρήστη να τοποθετήσει μια καρφίτσα στον χάρτη κατά τη δημιουργία μιας διαφήμισης',
+ ],
+ 'hide_listing_standard_price' => [
+ 'name' => 'Απόκρυψη βασικής τιμής καταχώρησης',
+ ],
+ 'enabled_currencies' => [
+ 'name' => 'Ενεργοποιημένα νομίσματα',
+ ],
+ 'google_statistic_code' => [
+ 'name' => 'Στατιστικό κώδικα Google',
+ ],
+ 'register_email_field' => [
+ 'name' => 'Απαίτηση ηλεκτρονικού ταχυδρομείου εγγραφής μέλους',
+ ],
+ 'market_place' => [
+ 'name' => 'Αγορά',
+ 'instructions' => 'If the marketplace is down, your site will act as ecommerce. For example,
+ some fields in the profile such as ads, dopings, messages, sale, packages and store are not visible and
+ removes corporate membership.'
+ ],
+ 'price_area_hidden' => [
+ 'name' => 'Κρυφή περιοχή τιμών',
+ ],
+ 'hide_price_filter' => [
+ 'name' => 'Απόκρυψη φίλτρου τιμών',
+ ],
+ 'hide_date_filter' => [
+ 'name' => 'Απόκρυψη φίλτρου ημερομηνίας',
+ ],
+ 'hide_photo_filter' => [
+ 'name' => 'Απόκρυψη φίλτρου φωτογραφιών',
+ ],
+ 'hide_map_filter' => [
+ 'name' => 'Απόκρυψη φίλτρου χάρτη',
+ ],
+ 'show_lang_url' => [
+ 'name' => 'Εμφάνιση παραμέτρου Lang για διεύθυνση URL',
+ ],
+ 'popular_ads_limit' => [
+ 'name' => 'Όριο δημοφιλών διαφημίσεων',
+ ],
+
+ //Image
+
+ 'image_resize_backend' => [
+ 'name' => 'Μέγεθος εικόνας Backend',
+ ],
+ 'full_image_width' => [
+ 'name' => 'Πλήρες πλάτος εικόνας',
+ ],
+ 'full_image_height' => [
+ 'name' => 'Ύψος πλήρους εικόνας',
+ ],
+ 'medium_image_width' => [
+ 'name' => 'Μεσαίο πλάτος εικόνας',
+ ],
+ 'medium_image_height' => [
+ 'name' => 'Μεσαίο ύψος εικόνας',
+ ],
+ 'thumbnail_width' => [
+ 'name' => 'Πλάτος μικρογραφιών',
+ ],
+ 'thumbnail_height' => [
+ 'name' => 'Ύψος μικρογραφιών',
+ ],
+ 'add_canvas' => [
+ 'name' => 'Προσθήκη καμβά',
+ ],
+ 'image_canvas_width' => [
+ 'name' => 'Πλάτος καμβά εικόνας',
+ ],
+ 'image_canvas_height' => [
+ 'name' => 'Ύψος καμβά εικόνας',
+ ],
+ 'watermark_type' => [
+ 'name' => 'Τύπος υδατογραφήματος',
+ ],
+ 'watermark_text' => [
+ 'name' => 'Κείμενο υδατογράφημα',
+ ],
+ 'watermark_image' => [
+ 'name' => 'Εικόνα υδατογράφημα',
+ ],
+ 'watermark_position' => [
+ 'name' => 'Θέση υδατοσήματος',
+ ],
+ 'user_filter_limit' => [
+ 'name' => 'Όριο φίλτρου χρήστη',
+ 'instructions' => 'Στον πίνακα διαχείρισης'
+ ],
+ 'show_breadcrumb_when_creating_ad' => [
+ 'name' => 'Εμφάνιση Breadcrumb κατά τη δημιουργία μιας διαφήμισης',
+ ],
+ 'show_ads_count' => [
+ 'name' => 'Εμφάνιση πλήθους διαφημίσεων',
+ 'instructions' => 'Εμφάνιση πλήθους διαφημίσεων στην αριστερή λίστα κατηγοριών',
+ ],
+ 'ads_date_hidden' => [
+ 'name' => 'Απόκρυψη ημερομηνίας δημιουργίας',
+ 'instructions' => 'Απόκρυψη ημερομηνίας δημιουργίας στη σελίδα λεπτομερειών διαφημίσεων',
+ ],
+ 'hide_listing_header' => [
+ 'name' => 'Απόκρυψη κεφαλίδας καταχώρισης',
+ 'instructions' => 'Απόκρυψη σε παραγγελίες και προβολή τύπων',
+ ],
+ 'hide_filter_section' => [
+ 'name' => 'Απόκρυψη ενότητας φίλτρου',
+ 'instructions' => 'Απόκρυψη στην αριστερή περιοχή φίλτρου στη σελίδα καταχώρισης',
+ ],
+ 'hide_seller_info' => [
+ 'name' => 'Απόκρυψη πληροφοριών πωλητή',
+ 'instructions' => 'Απόκρυψη στις πληροφορίες πωλητή στη σελίδα λεπτομερειών διαφημίσεων',
+ ],
+ 'show_post_ad_agreement' => [
+ 'name' => 'Εμφάνιση συμφωνίας μετά τη διαφήμιση',
+ 'instructions' => 'Ενεργοποιήστε το αν θέλετε να εμφανίσετε μια συμφωνία πολιτικής απορρήτου στη σελίδα δημιουργίας διαφημίσεων',
+ ],
+ 'override_text' => [
+ 'name' => 'Παράκαμψη κειμένου',
+ 'instructions' => 'Παλιά τιμή: Νέα τιμή'
+ ],
+ 'steps_color' => [
+ 'name' => 'Χρώμα βημάτων',
+ 'instructions' => 'Αλλάζει το χρώμα των προοδευτικών βημάτων.'
+ ],
+ 'create_ad_button_color' => [
+ 'name' => 'Δημιουργία χρώματος κουμπιού διαφήμισης',
+ 'instructions' => 'Αλλάζει το κουμπί που εμφανίζεται όταν ολοκληρωθεί η νέα επιλογή κατηγορίας διαφημίσεων.'
+ ],
+ 'lang_switcher_for_browser' => [
+ 'name' => 'Lang Switcher για πρόγραμμα περιήγησης',
+ 'instructions' => 'Σας επιτρέπει να επιλέξετε τη γλώσσα του προγράμματος περιήγησης ως ενεργή γλώσσα'
+ ],
+ 'get_categories' => [
+ 'name' => 'GET Κατηγορίες',
+ 'instructions' => 'Αντιπροσωπεύει τις κατηγορίες στις οποίες η ιδιότητα GET θα είναι έγκυρη.'
+ ],
+ 'watermark' => [
+ 'name' => 'Στάθμη ύδατος',
+ 'instructions' => 'Είναι ενεργό το υδατογράφημα;'
+ ],
+ 'detailed_product_options' => [
+ 'name' => 'Λεπτομερείς επιλογές προϊόντος',
+ 'instructions' => 'Σας επιτρέπει να εισαγάγετε πληροφορίες για το απόθεμα και την τιμή για το προϊόν'
+ ],
+ 'show_subcats_mobile' => [
+ 'name' => 'Εμφάνιση υποκατηγοριών σε προβολή για κινητά',
+ ],
+ 'show_price_to_members_only' => [
+ 'name' => 'Εμφάνιση τιμής μόνο στα μέλη',
+ ],
+ 'hide_ad_cat' => [
+ 'name' => 'Απόκρυψη κατηγοριών',
+ 'instructions' => 'Απόκρυψη κατηγοριών στη λίστα διαφημίσεων'
+ ],
+ 'show_finish_and_publish_date' => [
+ 'name' => 'Εμφάνιση ημερομηνίας λήξης και ημερομηνίας δημοσίευσης για δημιουργία',
+ 'instructions' => 'Εμφανίζει τα πεδία publish_at και finish_at στη σελίδα δημιουργίας διαφημίσεων.'
+ ],
+ 'show_tax_field' => [
+ 'name' => 'Show Tax Field',
+ 'instructions' => 'When this option is enabled, you can set the tax rate on the ad creation page.'
+ ],
+ 'hide_contact_created_at' => [
+ 'name' => 'Hide Contact Fields For in Create New Ad'
+ ]
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/el/stream.php b/resources/default/addons/visiosoft/advs-module/lang/el/stream.php
new file mode 100644
index 000000000..bddf2e3a3
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/el/stream.php
@@ -0,0 +1,37 @@
+ [
+ 'name' => 'Advs',
+ ],
+ 'categories' => [
+ 'name' => 'Κατηγορίες',
+ ],
+ 'village' => [
+ 'name' => 'Χωριό',
+ ],
+ 'custom_fields' => [
+ 'name' => 'Προσαρμοσμένα πεδία',
+ ],
+ 'custom_field_advs' => [
+ 'name' => 'Προσαρμοσμένο τομέα συμβουλές',
+ ],
+ 'cf_values' => [
+ 'name' => 'Cf τιμές',
+ ],
+ 'options' => [
+ 'name' => 'Επιλογές',
+ ],
+ 'product_options' => [
+ 'name' => 'Επιλογές προϊόντος',
+ ],
+ 'productoptions_value' => [
+ 'name' => 'Αξία επιλογών',
+ ],
+ 'option_configuration' => [
+ 'name' => 'Διαμόρφωση',
+ ],
+ 'status' => [
+ 'name' => 'Κατάσταση',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/el/view.php b/resources/default/addons/visiosoft/advs-module/lang/el/view.php
new file mode 100644
index 000000000..771b3a2b6
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/el/view.php
@@ -0,0 +1,6 @@
+ 'Ημιτελής',
+ 'advanced' => 'Προχωρημένος',
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/en/addon.php b/resources/default/addons/visiosoft/advs-module/lang/en/addon.php
new file mode 100644
index 000000000..40f95d8aa
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/en/addon.php
@@ -0,0 +1,8 @@
+ 'Ads',
+ 'name' => 'Ads Module',
+ 'description' => 'Ads Module',
+ 'info' => 'This is the screen where you can add, delete and edit ads from the Ads page. On this page, you can simply do the operations such as post management and ad configuration.'
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/en/button.php b/resources/default/addons/visiosoft/advs-module/lang/en/button.php
new file mode 100644
index 000000000..328f6e14f
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/en/button.php
@@ -0,0 +1,49 @@
+ 'Add',
+ 'new_adv' => 'New classified',
+ 'new_classified' => 'New classified',
+ 'new_category' => 'New Category',
+ 'new_country' => 'New Country',
+ 'new_city' => 'New City',
+ 'new_district' => 'New District',
+ 'new_neighborhood' => 'New Neighborhood',
+ 'new_village' => 'New Village',
+ 'edit' => "Edit",
+ 'approve' => "Approve",
+ 'decline' => 'Decline',
+ 'extend' => 'Extend',
+ 'extend_all' => 'Extend All',
+ 'convert_currency' => 'Convert Currency',
+ 'categories' => 'Categories',
+ 'sub_category' => 'Sub Categories',
+ 'add_sub_category' => 'Add Sub Category',
+ 'sub_cities' => 'Sub Cities',
+ 'add_sub_cities' => 'Add Sub City',
+ 'add_sub_districts' => 'Add Sub District',
+ 'add_sub_neighborhoods' => 'Add Sub Neighborhood',
+ 'add_sub_village' => 'Add Sub Village',
+ 'sub_districts' => 'Sub Districts',
+ 'sub_neighborhoods' => 'Sub Neighborhoods',
+ 'sub_village' => 'Sub Village',
+ 'general_settings' => 'General Settings',
+ 'save_category' => 'Save Category',
+ 'change_owner' => 'Change Owner',
+ 'update_category' => [
+ 'name' => 'Update Category'
+ ],
+ 'new_option' => 'New Option',
+ 'export' => 'Export',
+ 'new_productoption' => 'New Product Option',
+ 'new_productoptions_value' => 'New Product option value',
+ 'new_options_configuration' => 'New Option configuration',
+ 'new_option_configuration' => 'New Option configuration',
+ 'create_configurations' => 'Create Configurations',
+ 'replicate' => 'Replicate',
+ 'fast_create' => 'Fast create',
+ 'publish' => 'Publish',
+ 'import' => 'Import',
+ 'new_status' => 'New Status',
+ 'fast_edit' => 'Fast Edit',
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/en/currency.php b/resources/default/addons/visiosoft/advs-module/lang/en/currency.php
new file mode 100644
index 000000000..32221c0aa
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/en/currency.php
@@ -0,0 +1,6 @@
+ 'Dollar',
+ 'EUR' => 'Euro',
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/en/field.php b/resources/default/addons/visiosoft/advs-module/lang/en/field.php
new file mode 100644
index 000000000..d14ca3df1
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/en/field.php
@@ -0,0 +1,404 @@
+ [
+ 'name' => 'Title'
+ ],
+ 'order' => [
+ 'name' => 'Order'
+ ],
+ 'slug' => [
+ 'name' => 'Slug'
+ ],
+ 'parent_category' => [
+ 'name' => 'Parent'
+ ],
+ 'category' => [
+ 'name' => 'Category Title'
+ ],
+ 'price' => [
+ 'name' => 'Price'
+ ],
+ 'standard_price' => [
+ 'name' => 'Standard Price'
+ ],
+ 'date' => [
+ 'name' => 'Date'
+ ],
+ 'photo' => [
+ 'name' => 'Photo'
+ ],
+ 'video' => [
+ 'name' => 'Video'
+ ],
+ 'map' => [
+ 'name' => 'Map'
+ ],
+ 'stock' => [
+ 'name' => 'Stock'
+ ],
+ 'advs_desc' => [
+ 'name' => 'Description'
+ ],
+ 'online_payment' => [
+ 'name' => 'Online Payment'
+ ],
+ 'city' => [
+ 'name' => 'City'
+ ],
+ 'country' => [
+ 'name' => 'Country'
+ ],
+ 'district' => [
+ 'name' => 'District'
+ ],
+ 'neighborhood' => [
+ 'name' => 'Neighborhood'
+ ],
+ 'village' => [
+ 'name' => 'Village'
+ ],
+ 'files' => [
+ 'name' => 'Images'
+ ],
+ 'cat1' => [
+ 'name' => 'Main Category'
+ ],
+ 'cat2' => [
+ 'name' => 'Sub Category 1'
+ ],
+ 'cat3' => [
+ 'name' => 'Sub Category 2'
+ ],
+ 'cat4' => [
+ 'name' => 'Sub Category 3'
+ ],
+ 'cat5' => [
+ 'name' => 'Sub Category 4'
+ ],
+ 'cat6' => [
+ 'name' => 'Sub Category 5'
+ ],
+ 'cat7' => [
+ 'name' => 'Sub Category 6'
+ ],
+ 'cat8' => [
+ 'name' => 'Sub Category 7'
+ ],
+ 'cat9' => [
+ 'name' => 'Sub Category 8'
+ ],
+ 'cat10' => [
+ 'name' => 'Sub Category 9'
+ ],
+ 'currency' => [
+ 'name' => 'Currency'
+ ],
+ 'status' => [
+ 'name' => 'Status',
+ 'option' => [
+ 'approved' => 'Approved',
+ 'expired' => 'Expired',
+ 'unpublished' => 'Unpublished',
+ 'pending_admin' => 'Pending Admin',
+ 'pending_user' => 'Pending User'
+ ]
+ ],
+ 'pending_adv' => [
+ 'name' => 'Unpublished'
+ ],
+ 'finish_at' => [
+ 'name' => 'Finish Date'
+ ],
+ 'cover_photo' => [
+ 'name' => 'Cover Photo'
+ ],
+ 'favs_adv' => [
+ 'name' => 'Fav Ads'
+ ],
+ 'my_adv' => [
+ 'name' => 'ADVS'
+ ],
+ 'description' => 'Description',
+ 'explanation' => 'Explanation',
+ 'type' => [
+ 'name' => 'Type'
+ ],
+ 'parent_adv' => [
+ 'name' => 'Related Ad'
+ ],
+ 'value' => [
+ 'name' => 'Value'
+ ],
+ 'list' => 'List',
+ 'home' => 'Home',
+ 'list-page' => 'List Page',
+ 'search' => 'Search',
+ 'reset' => 'Reset',
+ 'recommended' => 'Recommended Ads for You',
+ 'filter' => 'Filter',
+ 'sort' => 'Sort',
+ 'sort_by' => 'Sort By',
+ 'pick_option' => 'Pick an option',
+ 'pick_ordering' => 'Ordering',
+ 'price_high' => 'Price High to Low',
+ 'price_low' => 'Price Low to High',
+ 'newest' => 'Newest',
+ 'oldest' => 'Oldest',
+ 'address_a_z' => 'Address (A to Z)',
+ 'address_z_a' => 'Address (Z to A)',
+ 'categories' => [
+ 'name' => 'Categories'
+ ],
+ 'all_categories' => 'All Categories',
+ 'location' => 'Location',
+ 'send_message' => 'Send Message',
+ 'phone_gsm' => 'Gsm Phone',
+ 'phone_office' => 'Office Phone',
+ 'add_to_favorites' => "Add to Favorites",
+ 'add_to_cart'=> "Add to Cart",
+ 'send' => 'Send',
+ 'search_name' => 'Search Name',
+ 'my_favorite_searches' => 'Favorite Searches',
+ 'search_desc' => 'You can add and manage your favorite search selections here.',
+ 'complaint_placeholder' => 'Type your complaint details here.',
+ 'show_details' => 'Show Details',
+ 'ad_actions' => 'Ad Actions',
+ 'edit' => 'Edit',
+ 'approve' => 'Approve',
+ 'passive' => "Passive",
+ 'sold' => 'Sold',
+ 'offered_by' => 'Offered By',
+ 'more_ads_by' => 'More Ads By',
+ 'click_phone' => 'Show phone number',
+ 'share' => 'Share',
+ 'report' => 'Report this ad',
+ 'features' => 'Features',
+ "streetview" => "Street View",
+ 'recommended_ads' => 'Recommended Ads for You',
+ 'new' => 'New',
+ 'short_info' => 'Short Info',
+ 'secure_trading' => 'Secure Trading',
+ '24/7' => '24/7 Support',
+ 'easy_trading' => 'Easy Trading',
+ 'need_help' => 'Need help?',
+ 'give_a_call' => 'Give a call on',
+ 'message_sent' => 'Message Sent!',
+ 'asap' => 'Message sent, seller will contact you asap.',
+ 'ad_id' => 'Ad Id',
+ 'contact_with' => 'Contact With',
+ 'create_adv' => 'Create Ad',
+ 'edit_adv' => 'Edit Ad',
+ 'mandatory_fields' => 'Mandatory Fields',
+ 'ad_post' => 'Ad Post',
+ 'sell_item' => 'Sell an item or service',
+ 'search_save' => 'Favorite search saved successfully',
+ 'address' => 'Address',
+ 'email' => 'E-Mail',
+ 'phone' => 'Phone',
+ 'send_us_your_feedback' => 'Send Us Your Feedback',
+ 'online_shopping' => 'GET',
+ 'approved' => 'Approved Successfully',
+ 'extended' => 'Extended Successfully',
+ 'declined' => 'Declined Successfully',
+ 'search_on_map' => 'Search on Map',
+ 'post_free_ad' => 'Post Free Ad',
+ 'select_a_category' => 'Select a Category',
+ 'select_a_sub_category' => 'Select a Sub Category',
+ 'all_dopings_added' => 'All doping types are added for this ad.',
+ 'is_get_adv' => [
+ 'name' => 'GET'
+ ],
+ 'corporate_info' => 'Corporate Info',
+ 'featured_ads' => "Featured Ads",
+ 'trending_ads' => 'Trendind Ads',
+ 'search_ad_result_prefix' => 'on',
+ 'search_ad_result_text' => ':count ads were found in your :name search',
+ 'search_ads_result_message' => [
+ 'name' => ':count ads found for :name search',
+ ],
+ 'total' => 'Total',
+ 'quantity' => 'Quantity',
+ 'view_cart' => 'View Cart',
+ 'no_ads' => 'No Ads found.',
+ 'show_display_mode' => [
+ 'map' => 'Map',
+ 'list' => 'List',
+ ],
+ 'advs_list_table_thead' => [
+ 'name' => 'Ad Name',
+ 'price' => 'Price',
+ 'publish_at' => 'Ad Date',
+ 'location_city' => 'City',
+ 'location_country' => 'Country',
+ ],
+ 'show_list_view' => [
+ 'name' => 'List',
+ ],
+ 'show_table_view' => [
+ 'name' => 'Table',
+ ],
+ 'showcase' => [
+ 'name' => 'Showcase',
+ ],
+ 'new_ad' => [
+ 'name' => 'New Ad',
+ ],
+ 'profile' => [
+ 'name' => 'Profile',
+ ],
+ 'my_ads' => [
+ 'name' => 'My Ads',
+ ],
+ 'sold_out' => [
+ 'name' => 'Sold out',
+ ],
+ 'edit_category' => 'Edit Category',
+ 'set_category' => 'Set Category',
+ 'max' => [
+ 'name' => 'Max',
+ ],
+ 'min' => [
+ 'name' => 'Min',
+ ],
+ 'in_the_last_24_hours' => [
+ 'name' => 'In The Last 24 Hours'
+ ],
+ 'in_the_last_day' => [
+ 'name' => 'In The Last 24 Hours'
+ ],
+ 'in_the_last_week' => [
+ 'name' => 'In The Last Week'
+ ],
+ 'in_the_last_month' => [
+ 'name' => 'In The Last Month'
+ ],
+ 'in_the_last_two_days' => [
+ 'name' => 'In The Last Two Days'
+ ],
+ 'ads_with_photo' => [
+ 'name' => 'Ads With Photo'
+ ],
+ 'ads_with_video' => [
+ 'name' => 'Ads With Video'
+ ],
+ 'yes' => [
+ 'name' => 'Yes'
+ ],
+ 'no' => [
+ 'name' => 'No'
+ ],
+ 'is_system' => [
+ 'name' => 'Is System',
+ 'instructions' => 'System status are required and should not be changed',
+ ],
+ 'user_access' => [
+ 'name' => 'User Access',
+ 'instructions' => 'Can a user use this status on his ads?',
+ ],
+ "no_location" => "No location is selected.",
+ "continue" => 'Continue',
+ "gallery" => 'Gallery',
+ "ad" => 'Ad',
+ "ads" => 'Ads',
+ "were_found" => 'were found.',
+
+ // Pending screen
+ 'pending_message_1' => 'The Ad is in the Approval Process',
+ 'pending_message_2' => "Ad's Update Date",
+ 'pending_message_3' => 'Estimated Waiting Time',
+ 'pending_message_4' => 'The time spent in the approval process will be added to the doping time.',
+ 'pending_message_5' => 'No transactions can be made from the call center regarding the ad in the approval process.',
+ 'hours' => 'hours',
+
+ // Preview page
+ 'preview_text' => [
+ 'part_1' => 'If the following information about your ad is correct, click the "Continue" button and go to the next step.',
+ 'part_2' => 'If not, click the "Edit" button.',
+ ],
+ 'views' => 'Views',
+
+ // Detail page
+ "no_street_view" => "No street view image in this location",
+ 'edit_my_contact_info' => 'Edit My Contact Information',
+ 'update_my_contact_info' => 'update my contact info',
+ 'contact_info' => 'Contact information',
+ 'ad_info' => 'Ad Information',
+
+ // Select cat
+ 'select_category_step_by_step' => 'Select Category Step by Step',
+
+ // New create page
+ 'options' => 'Options',
+ 'category_selection' => 'Category Selection',
+ 'listing_details' => 'Listing Details',
+ 'preview' => 'Preview',
+ 'congratulations' => 'Congratulations',
+ 'ad_desc' => 'Ad Description',
+ 'upload_photos' => 'Upload Photos',
+ 'upload_files' => 'Upload Files',
+ 'additional_fields' => 'Additional Fields',
+ 'ad_location' => 'Ad Location',
+ 'owner' => 'Owner',
+ 'default_owner_instruction' => 'The owner will default to the current user if no user is selected',
+ 'create_page_subtitle' => 'Create the ad flawlessly by entering detailed information about your ad.',
+ 'with_my_phone_numbers' => 'With my phone numbers',
+ 'not_with_my_phone_numbers' => "I don't want to be reached by phone",
+ 'how_can_you_be_contacted' => "How can you be contacted?",
+
+ // Listing page
+ 'ad_title' => 'Ad title',
+ 'listing_date' => 'Listing Date',
+ 'view' => 'View',
+ 'ads_with_map' => 'Ads With Map',
+ 'advanced_sorting' => 'Advanced Sorting',
+ 'filter_by_word' => 'Filter by word',
+ 'filter_by' => 'Filter by :name',
+
+ 'free' => 'Free',
+ 'ad_date' => 'Ad Date',
+ 'photo_video' => 'Photo, Video',
+ 'and_above' => 'and above',
+ 'and_below' => 'and below',
+ 'clear_all' => 'Clear All',
+ 'balances' => 'Balances',
+ 'packages' => 'Packages',
+ 'dopings' => 'Dopings',
+ 'advs' => 'Advs',
+ 'site' => 'Site',
+ 'subscription' => 'Subscription',
+ 'created' => 'Created',
+ 'product_option' => [
+ 'name' => 'Product Option'
+ ],
+ 'option_json' => [
+ 'name' => 'Option'
+ ],
+ 'old_price' => [
+ 'name' => 'Old Price'
+ ],
+ 'save_search' => 'Save Search',
+ 'publish_at' => [
+ 'name' => 'Publish Date'
+ ],
+ 'tax' => [
+ 'name' => 'Tax'
+ ],
+ 'name_a_z' => 'Name (A to Z)',
+ 'name_z_a' => 'Name (Z to A)',
+ 'select_lang_ads' => 'select the language of the ads',
+
+ // Report
+ 'product_stock_report' => 'Product Stock Report',
+ 'active_passive_products_report' => 'Active-Passive Products Report',
+ 'unexplained_products_report' => 'Unexplained Products Report',
+ 'non_image_products_report' => 'Non-Image Products Report',
+ 'product' => 'Product',
+ 'count' => 'Count',
+ 'undefined_product' => 'Undefined Product',
+ 'pages_without_meta_information_report' => 'Pages Without Meta Information Report',
+ 'page' => 'Page',
+ 'undefined_page' => 'Undefined Page',
+ 'id' => 'ID',
+ 'custom_field' => 'Custom Field',
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/en/message.php b/resources/default/addons/visiosoft/advs-module/lang/en/message.php
new file mode 100644
index 000000000..327dc330e
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/en/message.php
@@ -0,0 +1,41 @@
+ 'Requested product is currently missing or inactive',
+ 'please_payment' => 'Please Pay',
+ 'bank_account_info' => 'Bank account information',
+ 'agreement' => 'By clicking Publish, you agree to our Terms of Use and Privacy Policy acknowledge that you are the rightful owner of this item.',
+ 'update_category_msg' => 'The classified category will be updated.',
+ 'updated_category_msg' => 'Category successfully edited.',
+ 'create_ad_with_post_cat' => [
+ 'title' => "Category selection has been completed.",
+ 'success' => true,
+ 'continueBtn' => "Continue",
+ ],
+ 'update_category_info' => 'Please update category.',
+ 'filter_by_search_msg' => 'Filter By Search.',
+ 'delete_author_error' => 'You cannot delete a post that does not belong to you',
+ 'success_delete' => 'Ad Deleted',
+ 'pending_ad_status' => 'Your ad is pending approval by the Editor.',
+ 'extended' => ':number ad(s) has been extended successfully.',
+ 'category_not_exist' => 'This category does not exist anymore!',
+ 'currency_converted' => 'Currency Converted Successfully.',
+ 'choose_user' => 'Choose a user',
+ 'owner_updated_successfully' => 'The Owner Has Been Updated Successfully!',
+ 'no_add_found' => 'No Ad Found!',
+ 'replicated_success' => 'The ad has been replicated successfully!',
+ 'ad_doesnt_exist' => "This ad doesn't exist!",
+ 'select_location_error' => "Please select a location on the map!",
+ 'this_ad_is_not_valid_anymore' => "This ad is not valid anymore!",
+ 'approve_status_change' => "Your Ad's Status Has Been Set to Active!",
+ 'passive_status_change' => "Your Ad's Status Has Been Set to Passive!",
+ 'sold_status_change' => "Your Ad's Status Has Been Set to Sold!",
+ 'status_change' => "Your Ad's Status Has Been Set to :status!",
+ 'disabled_detailed_options_for_admin_role' => "Detailed product options are disabled.",
+ '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!',
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/en/permission.php b/resources/default/addons/visiosoft/advs-module/lang/en/permission.php
new file mode 100644
index 000000000..1c540e8b2
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/en/permission.php
@@ -0,0 +1,108 @@
+ [
+ 'name' => 'Ads',
+ 'option' => [
+ 'read' => 'Can read ads?',
+ 'write' => 'Can create/edit ads?',
+ 'delete' => 'Can delete ads?',
+ ],
+ ],
+ 'categories' => [
+ 'name' => 'Categories',
+ 'option' => [
+ 'read' => 'Can read categories?',
+ 'write' => 'Can create/edit categories?',
+ 'delete' => 'Can delete categories?',
+ ],
+ ],
+ 'village' => [
+ 'name' => 'Village',
+ 'option' => [
+ 'read' => 'Can read village?',
+ 'write' => 'Can create/edit village?',
+ 'delete' => 'Can delete village?',
+ ],
+ ],
+ 'custom_fields' => [
+ 'name' => 'Custom fields',
+ 'option' => [
+ 'read' => 'Can read custom fields?',
+ 'write' => 'Can create/edit custom fields?',
+ 'delete' => 'Can delete custom fields?',
+ ],
+ ],
+ 'custom_field_advs' => [
+ 'name' => 'Custom field ads',
+ 'option' => [
+ 'read' => 'Can read custom field ads?',
+ 'write' => 'Can create/edit custom field ads?',
+ 'delete' => 'Can delete custom field ads?',
+ ],
+ ],
+ 'cf_values' => [
+ 'name' => 'Cf values',
+ 'option' => [
+ 'read' => 'Can read cf values?',
+ 'write' => 'Can create/edit cf values?',
+ 'delete' => 'Can delete cf values?',
+ ],
+ ],
+ 'options' => [
+ 'name' => 'Options',
+ 'option' => [
+ 'read' => 'Can read options?',
+ 'write' => 'Can create/edit options?',
+ 'delete' => 'Can delete options?',
+ ],
+ ],
+ 'productoptions' => [
+ 'name' => 'Productoptions',
+ 'option' => [
+ 'read' => 'Can read productoptions?',
+ 'write' => 'Can create/edit productoptions?',
+ 'delete' => 'Can delete productoptions?',
+ ],
+ ],
+ 'productoptions_value' => [
+ 'name' => 'Productoptions value',
+ 'option' => [
+ 'read' => 'Can read productoptions value?',
+ 'write' => 'Can create/edit productoptions value?',
+ 'delete' => 'Can delete productoptions value?',
+ ],
+ ],
+ 'options_configuration' => [
+ 'name' => 'Options configuration',
+ 'option' => [
+ 'read' => 'Can read options configuration?',
+ 'write' => 'Can create/edit options configuration?',
+ 'delete' => 'Can delete options configuration?',
+ ],
+ ],
+ 'option_configuration' => [
+ 'name' => 'Option configuration',
+ 'option' => [
+ 'read' => 'Can read option configuration?',
+ 'write' => 'Can create/edit option configuration?',
+ 'delete' => 'Can delete option configuration?',
+ ],
+ ],
+ 'option_configuration' => [
+ 'name' => 'Option configuration',
+ 'option' => [
+ 'read' => 'Can read option configuration?',
+ 'write' => 'Can create/edit option configuration?',
+ 'delete' => 'Can delete option configuration?',
+ ],
+ ],
+ 'status' => [
+ 'name' => 'Status',
+ 'option' => [
+ 'read' => 'Can read status?',
+ 'write' => 'Can create/edit status?',
+ 'delete' => 'Can delete status?',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/en/section.php b/resources/default/addons/visiosoft/advs-module/lang/en/section.php
new file mode 100644
index 000000000..43dfe6651
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/en/section.php
@@ -0,0 +1,64 @@
+ [
+ 'title' => 'Ads',
+ ],
+ 'categories' => [
+ 'title' => 'Categories',
+ ],
+ 'countries' => [
+ 'title' => 'Countries',
+ ],
+ 'cities' => [
+ 'title' => 'Cities',
+ ],
+ 'districts' => [
+ 'title' => 'Districts',
+ ],
+ 'neighborhoods' => [
+ 'title' => 'Neighborhoods',
+ ],
+ 'village' => [
+ 'title' => 'Village',
+ ],
+ 'custom_fields' => [
+ 'title' => 'Custom fields',
+ ],
+ 'custom_field_advs' => [
+ 'title' => 'Custom field ads',
+ ],
+ 'cf_values' => [
+ 'title' => 'Cf values',
+ ],
+ 'fields' => [
+ 'title' => 'Custom Fields'
+ ],
+ 'assets_clear' => [
+ 'name' => 'Assets Clear'
+ ],
+ 'general' => 'General',
+ 'ads' => 'Ads',
+ 'user' => 'User',
+ 'filter' => 'Filter',
+ 'create_ad' => 'Create Ad',
+ 'options' => [
+ 'title' => 'Options',
+ ],
+ 'ads_image' => 'Ads Image',
+ 'product_options' => [
+ 'title' => 'Options',
+ ],
+ 'productoptions_value' => [
+ 'title' => 'Options Value',
+ ],
+ 'option_configuration' => [
+ 'title' => 'Configuration',
+ ],
+ 'translations' => 'Translations',
+ 'status' => [
+ 'title' => 'Status',
+ ],
+ 'ads_detail' => 'Ads Detail',
+
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/en/setting.php b/resources/default/addons/visiosoft/advs-module/lang/en/setting.php
new file mode 100644
index 000000000..4487eb7a5
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/en/setting.php
@@ -0,0 +1,312 @@
+ [
+ 'name' => 'Auto Approve',
+ ],
+ 'default_view_type' => [
+ 'name' => 'Default View Type',
+ ],
+ 'hide_zero_price' => [
+ 'name' => 'Hide Price if Zero',
+ 'instructions' => 'Hide the price if the ad price is 0',
+ ],
+ 'estimated_pending_time' => [
+ 'name' => 'Estimated Pending Time',
+ 'instructions' => 'In Hours',
+ ],
+ 'default_published_time' => [
+ 'name' => 'Default Publish Time',
+ ],
+ 'address' => [
+ 'name' => 'Contact Adress',
+ ],
+ 'phone' => [
+ 'name' => 'Contact Phone',
+ ],
+ 'favicon' => [
+ 'name' => 'Favicon',
+ ]
+ , 'map_coordinates_long' => [
+ 'name' => 'Map Long Coordinate',
+ ],
+ 'map_coordinates_lat' => [
+ 'name' => 'Map Lat Coordinate',
+ ],
+ 'iban_numbers' => [
+ 'name' => 'IBAN',
+ ],
+ 'logo' => [
+ 'name' => 'Logo',
+ ],
+ 'ogImage' => [
+ 'name' => 'Social Share Logo',
+ 'warning' => 'It should be at a resolution of 1200 x 630. ',
+
+ ],
+ 'currencies' => [
+ 'name' => 'Active Currencies',
+ ],
+ 'latest-limit' => [
+ 'name' => 'Latest Limit',
+ ],
+ 'site_address' => [
+ 'name' => 'Site address',
+ 'warning' => 'Auto added www. www.sitename.com ',
+ ],
+ 'google_map_key' => [
+ 'name' => 'Google Map Api Key',
+ ],
+
+ 'default_country' => [
+ 'name' => 'Default Ad Country',
+ ],
+ 'hide_price_categories' => [
+ 'name' => 'Hide Price On Categories',
+ 'instructions' => 'The price will be hidden when you create an ad or view an ad under these categories.'
+ ],
+ 'free_currencyconverterapi_key' => [
+ 'name' => 'Currency Converter API Key'
+ ],
+ 'default_city' => [
+ 'name' => 'Default Ad City',
+ ],
+ 'default_district' => [
+ 'name' => 'Default Ad District',
+ ],
+ 'default_neighborhood' => [
+ 'name' => 'Default Ad Neighborhood',
+ ],
+ 'default_currency' => [
+ 'name' => 'Default Ad Currency',
+ ],
+ 'default_GET' => [
+ 'name' => 'Default Ad GET',
+ ],
+ 'twitter' => [
+ 'name' => 'Twitter',
+ ],
+ 'facebook' => [
+ 'name' => 'Facebook',
+ ],
+ 'youtube' => [
+ 'name' => 'Youtube',
+ ],
+ 'google' => [
+ 'name' => 'Google',
+ ],
+ 'listing_page_image' => [
+ 'name' => 'Listing Page Image',
+ ],
+ 'hide_standard_price_field' => [
+ 'name' => 'Hide Standard Price Field',
+ ],
+ 'hide_options_field' => [
+ 'name' => 'Hide Options Field',
+ ],
+ 'hide_village_field' => [
+ 'name' => 'Hide Village Field',
+ ],
+ 'hide_configurations' => [
+ 'name' => 'Hide the Configurations Button',
+ 'instructions' => 'Hide the Configurations Button in the Ad Preview Page',
+ ],
+ 'make_all_fields_required' => [
+ 'name' => 'Make All Fields Required',
+ 'instructions' => 'Require the user to fill the Price and Description fields when creating an ad',
+ ],
+ 'make_map_required' => [
+ 'name' => 'Make Map Required',
+ 'instructions' => 'Require the user to place a pin on the map when creating an ad',
+ ],
+ 'hide_listing_standard_price' => [
+ 'name' => 'Hide Listing Standard Price',
+ ],
+ 'enabled_currencies' => [
+ 'name' => 'Enabled Currencies',
+ ],
+ 'google_statistic_code' => [
+ 'name' => 'Google Statistic Code',
+ ],
+ 'body_custom_space' => [
+ 'name' => 'Body Custom Space',
+ ],
+ 'register_email_field' => [
+ 'name' => 'Member Registration Email Requirement',
+ ],
+ 'market_place' => [
+ 'name' => 'Market Place',
+ 'instructions' => 'If the marketplace is down, your site will act as ecommerce. For example,
+ some fields in the profile such as ads, dopings, messages, sale, packages and store are not visible and
+ removes corporate membership.'
+ ],
+ 'price_area_hidden' => [
+ 'name' => 'Price Area Hidden',
+ ],
+ 'hide_price_filter' => [
+ 'name' => 'Hide Price Filter',
+ ],
+ 'hide_date_filter' => [
+ 'name' => 'Hide Date Filter',
+ ],
+ 'hide_photo_filter' => [
+ 'name' => 'Hide Photo Filter',
+ ],
+ 'hide_map_filter' => [
+ 'name' => 'Hide Map Filter',
+ ],
+ 'show_lang_url' => [
+ 'name' => 'Show Lang Parameter For URL',
+ ],
+ 'popular_ads_limit' => [
+ 'name' => 'Popular Ads Limit',
+ ],
+
+ //Image
+
+ 'image_resize_backend' => [
+ 'name' => 'Image Resize Backend',
+ ],
+ 'full_image_width' => [
+ 'name' => 'Full Image Width',
+ ],
+ 'full_image_height' => [
+ 'name' => 'Full Image Height',
+ ],
+ 'medium_image_width' => [
+ 'name' => 'Medium Image Width',
+ ],
+ 'medium_image_height' => [
+ 'name' => 'Medium Image Height',
+ ],
+ 'thumbnail_width' => [
+ 'name' => 'Thumbnail Width',
+ ],
+ 'thumbnail_height' => [
+ 'name' => 'Thumbnail Height',
+ ],
+ 'add_canvas' => [
+ 'name' => 'Add Canvas',
+ ],
+ 'image_canvas_width' => [
+ 'name' => 'Image Canvas Width',
+ ],
+ 'image_canvas_height' => [
+ 'name' => 'Image Canvas Height',
+ ],
+ 'watermark_type' => [
+ 'name' => 'Watermark Type',
+ ],
+ 'watermark_text' => [
+ 'name' => 'Watermark Text',
+ ],
+ 'watermark_image' => [
+ 'name' => 'Watermark Image',
+ ],
+ 'watermark_position' => [
+ 'name' => 'Watermark Position',
+ ],
+ 'user_filter_limit' => [
+ 'name' => 'User Filter Limit',
+ 'instructions' => 'In the admin panel'
+ ],
+ 'show_breadcrumb_when_creating_ad' => [
+ 'name' => 'Show Breadcrumb When Creating an Ad',
+ ],
+ 'show_ads_count' => [
+ 'name' => 'Show Ads Count',
+ 'instructions' => 'Show ads count on the left categories list',
+ ],
+ 'ads_date_hidden' => [
+ 'name' => 'Hide Created Date',
+ 'instructions' => 'Hide created date in ads detail page',
+ ],
+ 'hide_listing_header' => [
+ 'name' => 'Hide Listing Header',
+ 'instructions' => 'Hiding to ordering and view types',
+ ],
+ 'hide_filter_section' => [
+ 'name' => 'Hide Filter Section',
+ 'instructions' => 'Hiding to left filter area in listing page',
+ ],
+ 'hide_seller_info' => [
+ 'name' => 'Hide Seller Information',
+ 'instructions' => 'Hiding to seller infos in ads detail page',
+ ],
+ 'hide_seller_info_by_category' => [
+ 'name' => 'Hide Seller Information By Category',
+ 'instructions' => 'Hiding to seller infos by selected main categories in ads detail page',
+ ],
+ 'show_post_ad_agreement' => [
+ 'name' => 'Show Post Ad Agreement',
+ 'instructions' => 'Turn this on if you want to display a privacy policy agreement on the ad creation page',
+ ],
+ 'override_text' => [
+ 'name' => 'Override Text',
+ 'instructions' => 'Old Value:New Value'
+ ],
+ 'steps_color' => [
+ 'name' => 'Steps Color',
+ 'instructions' => 'Changes the progressive steps color.'
+ ],
+ 'create_ad_button_color' => [
+ 'name' => 'Create Ad Button Color',
+ 'instructions' => 'Changes the button that shows up when the new ad category selection is finished.'
+ ],
+ 'lang_switcher_for_browser' => [
+ 'name' => 'Lang Switcher For Browser',
+ 'instructions' => 'Allows you to choose browser language as active language'
+ ],
+ 'get_categories' => [
+ 'name' => 'GET Categories',
+ 'instructions' => 'It represents the categories in which the GET property will be valid.'
+ ],
+ 'watermark' => [
+ 'name' => 'Watermark',
+ 'instructions' => 'Is watermark active?'
+ ],
+ 'detailed_product_options' => [
+ 'name' => 'Detailed Product Options',
+ 'instructions' => 'Allows you to enter stock and price information for the product'
+ ],
+ 'show_subcats_mobile' => [
+ 'name' => 'Show subcategories on mobile view',
+ ],
+ 'show_price_to_members_only' => [
+ 'name' => 'Show Price To Members Only',
+ ],
+ 'hide_ad_cat' => [
+ 'name' => 'Hide Categories',
+ 'instructions' => 'Hide categories in ads list'
+ ],
+ 'show_finish_and_publish_date' => [
+ 'name' => 'Show Finish Date And Publish Date For Create',
+ 'instructions' => 'Displays the publish_at and finish_at fields on the ad creation page.'
+ ],
+ 'show_tax_field' => [
+ 'name' => 'Show Tax Field',
+ 'instructions' => 'When this option is enabled, you can set the tax rate on the ad creation page.'
+ ],
+ 'hide_contact_created_at' => [
+ 'name' => 'Hide Contact Fields For in Create New Ad'
+ ],
+ 'show_input_flag' => [
+ 'name' => 'Show Flags on Input',
+ 'instructions' => 'Show flag and description on translatable inputs'
+ ],
+ 'hide_out_of_stock_products_without_listing' => [
+ 'name' => 'Hide out of stock products without listing',
+ 'instructions' => 'Hides out-of-stock GET products from listing and homepage'
+ ],
+ 'only_email_login' => [
+ 'name' => 'Only Email Login'
+ ],
+ 'preview_mode' => [
+ 'name' => 'Preview Mode',
+ 'instructions' => 'When this mode is enabled, the ad is previewed by the user.'
+ ],
+ 'show_order_note' => [
+ 'name' => 'Show Order Note',
+ 'instructions' => "Show the order note field which is used to show the customers custom text when their order's payment is approved."
+ ],
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/en/stream.php b/resources/default/addons/visiosoft/advs-module/lang/en/stream.php
new file mode 100644
index 000000000..d94ccdc24
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/en/stream.php
@@ -0,0 +1,37 @@
+ [
+ 'name' => 'Advs',
+ ],
+ 'categories' => [
+ 'name' => 'Categories',
+ ],
+ 'village' => [
+ 'name' => 'Village',
+ ],
+ 'custom_fields' => [
+ 'name' => 'Custom fields',
+ ],
+ 'custom_field_advs' => [
+ 'name' => 'Custom field advs',
+ ],
+ 'cf_values' => [
+ 'name' => 'Cf values',
+ ],
+ 'options' => [
+ 'name' => 'Options',
+ ],
+ 'product_options' => [
+ 'name' => 'Product Options',
+ ],
+ 'productoptions_value' => [
+ 'name' => 'Options value',
+ ],
+ 'option_configuration' => [
+ 'name' => 'Configuration',
+ ],
+ 'status' => [
+ 'name' => 'Status',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/en/view.php b/resources/default/addons/visiosoft/advs-module/lang/en/view.php
new file mode 100644
index 000000000..0ba4fe99f
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/en/view.php
@@ -0,0 +1,6 @@
+ 'Unfinished',
+ 'advanced' => 'Advanced',
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/es/addon.php b/resources/default/addons/visiosoft/advs-module/lang/es/addon.php
new file mode 100644
index 000000000..74df303f8
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/es/addon.php
@@ -0,0 +1,8 @@
+ 'Anuncios',
+ 'name' => 'Módulo de anuncios',
+ 'description' => 'Módulo de anuncios',
+ 'info' => 'This is the screen where you can add, delete and edit ads from the Ads page. On this page, you can simply do the operations such as post management and ad configuration.'
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/es/button.php b/resources/default/addons/visiosoft/advs-module/lang/es/button.php
new file mode 100644
index 000000000..fdd979e56
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/es/button.php
@@ -0,0 +1,48 @@
+ 'Adv nuevo',
+ 'new_classified' => 'Nuevo clasificado',
+ 'new_category' => 'Nueva categoría',
+ 'new_country' => 'Nuevo país',
+ 'new_city' => 'Ciudad Nueva',
+ 'new_district' => 'Nuevo distrito',
+ 'new_neighborhood' => 'Barrio nuevo',
+ 'new_village' => 'Pueblo Nuevo',
+ 'edit' => "Editar",
+ 'approve' => "Aprobar",
+ 'decline' => 'Disminución',
+ 'extend' => 'Ampliar',
+ 'extend_all' => 'Extender todo',
+ 'convert_currency' => 'Convertir moneda',
+ 'categories' => 'Categorias',
+ 'sub_category' => 'Subcategorías',
+ 'add_sub_category' => 'Añadir subcategoría',
+ 'sub_cities' => 'Sub ciudades',
+ 'add_sub_cities' => 'Añadir ciudad secundaria',
+ 'add_sub_districts' => 'Añadir subdistrito',
+ 'add_sub_neighborhoods' => 'Agregar vecindario secundario',
+ 'add_sub_village' => 'Añadir Sub Village',
+ 'sub_districts' => 'Subdistritos',
+ 'sub_neighborhoods' => 'Sub Vecindarios',
+ 'sub_village' => 'Sub Village',
+ 'general_settings' => 'Configuración general',
+ 'save_category' => 'Guardar categoría',
+ 'change_owner' => 'Cambio de propietario',
+ 'update_category' => [
+ 'name' => 'Actualizar categoría'
+ ],
+ 'new_option' => 'Nueva opción',
+ 'export' => 'Exportar',
+ 'new_productoption' => 'Nueva opción de producto',
+ 'new_productoptions_value' => 'Valor de opción de producto nuevo',
+ 'new_options_configuration' => 'Configuración de nueva opción',
+ 'new_option_configuration' => 'Configuración de nueva opción',
+ 'create_configurations' => 'Crear configuraciones',
+ 'replicate' => 'Reproducir exactamente',
+ 'fast_create' => 'Creación rápida',
+ 'publish' => 'Publicar',
+ 'import' => 'Importar',
+ 'new_status' => 'Nuevo estado',
+ 'fast_edit' => 'Edición rápida',
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/es/currency.php b/resources/default/addons/visiosoft/advs-module/lang/es/currency.php
new file mode 100644
index 000000000..6fb8f00f8
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/es/currency.php
@@ -0,0 +1,6 @@
+ 'Dólar',
+ 'EUR' => 'Euro',
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/es/field.php b/resources/default/addons/visiosoft/advs-module/lang/es/field.php
new file mode 100644
index 000000000..e73d49668
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/es/field.php
@@ -0,0 +1,386 @@
+ [
+ 'name' => 'Título'
+ ],
+ 'order' => [
+ 'name' => 'Orden'
+ ],
+ 'slug' => [
+ 'name' => 'Babosa'
+ ],
+ 'parent_category' => [
+ 'name' => 'Padre'
+ ],
+ 'category' => [
+ 'name' => 'Título de categoría'
+ ],
+ 'price' => [
+ 'name' => 'Precio'
+ ],
+ 'standard_price' => [
+ 'name' => 'Precio estándar'
+ ],
+ 'date' => [
+ 'name' => 'Fecha'
+ ],
+ 'photo' => [
+ 'name' => 'Foto'
+ ],
+ 'video' => [
+ 'name' => 'Vídeo'
+ ],
+ 'map' => [
+ 'name' => 'Mapa'
+ ],
+ 'stock' => [
+ 'name' => 'Valores'
+ ],
+ 'advs_desc' => [
+ 'name' => 'Descripción'
+ ],
+ 'online_payment' => [
+ 'name' => 'Pago en línea'
+ ],
+ 'city' => [
+ 'name' => 'Ciudad'
+ ],
+ 'country' => [
+ 'name' => 'País'
+ ],
+ 'district' => [
+ 'name' => 'Distrito'
+ ],
+ 'neighborhood' => [
+ 'name' => 'Barrio'
+ ],
+ 'village' => [
+ 'name' => 'Pueblo'
+ ],
+ 'files' => [
+ 'name' => 'Imágenes'
+ ],
+ 'cat1' => [
+ 'name' => 'categoria principal'
+ ],
+ 'cat2' => [
+ 'name' => 'Subcategoría 1'
+ ],
+ 'cat3' => [
+ 'name' => 'Subcategoría 2'
+ ],
+ 'cat4' => [
+ 'name' => 'Subcategoría 3'
+ ],
+ 'cat5' => [
+ 'name' => 'Subcategoría 4'
+ ],
+ 'cat6' => [
+ 'name' => 'Subcategoría 5'
+ ],
+ 'cat7' => [
+ 'name' => 'Subcategoría 6'
+ ],
+ 'cat8' => [
+ 'name' => 'Subcategoría 7'
+ ],
+ 'cat9' => [
+ 'name' => 'Subcategoría 8'
+ ],
+ 'cat10' => [
+ 'name' => 'Subcategoría 9'
+ ],
+ 'currency' => [
+ 'name' => 'Moneda'
+ ],
+ 'status' => [
+ 'name' => 'Estado',
+ 'option' => [
+ 'approved' => 'Aprobado',
+ 'expired' => 'Caducado',
+ 'unpublished' => 'Inédito',
+ 'pending_admin' => 'Administrador pendiente',
+ 'pending_user' => 'Usuario pendiente'
+ ]
+ ],
+ 'pending_adv' => [
+ 'name' => 'Anuncios pendientes'
+ ],
+ 'finish_at' => [
+ 'name' => 'Terminar en'
+ ],
+ 'cover_photo' => [
+ 'name' => 'Foto de cubierta'
+ ],
+ 'favs_adv' => [
+ 'name' => 'Anuncios Fav'
+ ],
+ 'my_adv' => [
+ 'name' => 'ADVS'
+ ],
+ 'description' => 'Descripción',
+ 'explanation' => 'Explicación',
+ 'type' => [
+ 'name' => 'Tipo'
+ ],
+ 'parent_adv' => [
+ 'name' => 'Anuncio relacionado'
+ ],
+ 'value' => [
+ 'name' => 'Valor'
+ ],
+ 'list' => 'Lista',
+ 'home' => 'Casa',
+ 'list-page' => 'Página de lista',
+ 'search' => 'Buscar',
+ 'reset' => 'Reset',
+ 'recommended' => 'Anuncios recomendados para usted',
+ 'filter' => 'Filtrar',
+ 'sort' => 'Ordenar',
+ 'sort_by' => 'Ordenar por',
+ 'pick_option' => 'Elige una opción',
+ 'pick_ordering' => 'Ordenar',
+ 'price_high' => 'Precio mayor a menor',
+ 'price_low' => 'Precios de barato a caro',
+ 'newest' => 'El más nuevo',
+ 'oldest' => 'Más antiguo',
+ 'address_a_z' => 'Dirección (de la A a la Z)',
+ 'address_z_a' => 'Dirección (Z a A)',
+ 'categories' => [
+ 'name' => 'Categorías'
+ ],
+ 'all_categories' => 'todas las categorias',
+ 'location' => 'Ubicación',
+ 'send_message' => 'Enviar mensaje',
+ 'phone_gsm' => 'Teléfono gsm',
+ 'phone_office' => 'Telefono de oficina',
+ 'add_to_favorites' => "Agregar a los favoritos",
+ 'send' => 'Enviar',
+ 'search_name' => 'Buscar nombre',
+ 'my_favorite_searches' => 'Búsquedas favoritas',
+ 'search_desc' => 'Puede agregar y administrar sus selecciones de búsqueda favoritas aquí.',
+ 'complaint_placeholder' => 'Escriba los detalles de su queja aquí.',
+ 'show_details' => 'Mostrar detalles',
+ 'ad_actions' => 'Acciones publicitarias',
+ 'edit' => 'Editar',
+ 'approve' => 'Aprobar',
+ 'passive' => "Pasivo",
+ 'sold' => 'Vendido',
+ 'offered_by' => 'Ofrecido por',
+ 'more_ads_by' => 'Más anuncios de',
+ 'click_phone' => 'Mostrar número de teléfono',
+ 'share' => 'Comparte este anuncio',
+ 'report' => 'Denunciar este anuncio',
+ 'features' => 'Caracteristicas',
+ "streetview" => "vista de calle",
+ 'recommended_ads' => 'Anuncios recomendados para usted',
+ 'new' => 'Nuevo',
+ 'short_info' => 'Información corta',
+ 'secure_trading' => 'Comercio seguro',
+ '24/7' => 'Soporte 24/7',
+ 'easy_trading' => 'Comercio fácil',
+ 'need_help' => '¿Necesitas ayuda?',
+ 'give_a_call' => 'Dar una llamada en',
+ 'message_sent' => '¡Mensaje enviado!',
+ 'asap' => 'Mensaje enviado,
+ el vendedor se comunicará con usted lo antes posible.',
+ 'ad_id' => 'ID del anuncio',
+ 'contact_with' => 'Contactar con',
+ 'create_adv' => 'Crear anuncio',
+ 'edit_adv' => 'Editar anuncio',
+ 'mandatory_fields' => 'Campos obligatorios',
+ 'ad_post' => 'Publicación de anuncios',
+ 'sell_item' => 'Vender un artículo o servicio',
+ 'search_save' => 'Búsqueda favorita guardada con éxito',
+ 'address' => 'Dirección',
+ 'email' => 'Correo electrónico',
+ 'phone' => 'Teléfono',
+ 'send_us_your_feedback' => 'Envíenos sus comentarios',
+ 'online_shopping' => 'OBTENER',
+ 'approved' => 'Aprobado exitosamente',
+ 'extended' => 'Extendido exitosamente',
+ 'declined' => 'Rechazado con éxito',
+ 'search_on_map' => 'Buscar en el mapa',
+ 'post_free_ad' => 'Publicar anuncio gratis',
+ 'select_a_category' => 'Seleccione una categoría',
+ 'select_a_sub_category' => 'Selecciona una sub-categoría',
+ 'all_dopings_added' => 'Todos los tipos de dopaje se agregan para este anuncio.',
+ 'is_get_adv' => [
+ 'name' => 'OBTENER'
+ ],
+ 'corporate_info' => 'Información corporativa',
+ 'featured_ads' => "Anuncios destacados",
+ 'trending_ads' => 'Anuncios de tendencias',
+ 'search_ad_result_prefix' => 'en',
+ 'search_ad_result_text' => ': se encontraron anuncios de en su búsqueda de : nombre ',
+ 'search_ads_result_message' => [
+ 'name' => ': cuenta de anuncios encontrados para:búsqueda de nombre',
+ ],
+ 'total' => 'Total',
+ 'quantity' => 'Cantidad',
+ 'view_cart' => 'Ver carrito',
+ 'no_ads' => '¡Sin anuncios!',
+ 'show_display_mode' => [
+ 'map' => 'Mapa',
+ 'list' => 'Lista',
+ ],
+ 'advs_list_table_thead' => [
+ 'name' => 'Nombre del anuncio',
+ 'price' => 'Precio',
+ 'publish_at' => 'Fecha del anuncio',
+ 'location_city' => 'Ciudad',
+ 'location_country' => 'País',
+ ],
+ 'show_list_view' => [
+ 'name' => 'Lista',
+ ],
+ 'show_table_view' => [
+ 'name' => 'Mesa',
+ ],
+ 'showcase' => [
+ 'name' => 'Escaparate',
+ ],
+ 'new_ad' => [
+ 'name' => 'Anuncio nuevo',
+ ],
+ 'profile' => [
+ 'name' => 'Perfil',
+ ],
+ 'my_ads' => [
+ 'name' => 'Mis anuncios',
+ ],
+ 'sold_out' => [
+ 'name' => 'Agotado',
+ ],
+ 'edit_category' => 'Editar categoria',
+ 'set_category' => 'Establecer categoría',
+ 'max' => [
+ 'name' => 'Max',
+ ],
+ 'min' => [
+ 'name' => 'Min',
+ ],
+ 'in_the_last_24_hours' => [
+ 'name' => 'En las últimas 24 horas'
+ ],
+ 'in_the_last_day' => [
+ 'name' => 'En las últimas 24 horas'
+ ],
+ 'in_the_last_week' => [
+ 'name' => 'En la ultima semana'
+ ],
+ 'in_the_last_month' => [
+ 'name' => 'En el último mes'
+ ],
+ 'ads_with_photo' => [
+ 'name' => 'Anuncios con foto'
+ ],
+ 'ads_with_video' => [
+ 'name' => 'Anuncios con video'
+ ],
+ 'yes' => [
+ 'name' => 'si'
+ ],
+ 'no' => [
+ 'name' => 'No'
+ ],
+ 'is_system' => [
+ 'name' => 'Es el sistema',
+ 'instructions' => 'El estado del sistema es obligatorio y no debe cambiarse',
+ ],
+ 'user_access' => [
+ 'name' => 'Acceso de usuario',
+ 'instructions' => '¿Puede un usuario utilizar este estado en sus anuncios?',
+ ],
+ "no_location" => "No se seleccionó ninguna ubicación.",
+ "continue" => 'Seguir',
+ "gallery" => 'Galería',
+ "ad" => 'Anuncio',
+ "ads" => 'Anuncios',
+ "were_found" => 'fueron encontrados.',
+
+ // Pending screen
+ 'pending_message_1' => 'El anuncio está en proceso de aprobación.',
+ 'pending_message_2' => "Fecha de actualización del anuncio",
+ 'pending_message_3' => 'Tiempo estimado de espera',
+ 'pending_message_4' => 'El tiempo empleado en el proceso de aprobación se agregará al tiempo de dopaje.',
+ 'pending_message_5' => 'No se pueden realizar transacciones desde el centro de llamadas con respecto al anuncio en el proceso de aprobación.',
+ 'hours' => 'horas',
+
+ // Preview page
+ 'preview_text' => [
+ 'part_1' => 'Si la siguiente información sobre su anuncio es correcta, haga clic en el botón "Continuar" y vaya al siguiente paso.',
+ 'part_2' => 'De lo contrario, haga clic en el botón "Editar".',
+ ],
+ 'views' => 'Puntos de vista',
+
+ // Detail page
+ "no_street_view" => "No hay imagen de Street View en esta ubicación.",
+ 'edit_my_contact_info' => 'Editar mi información de contacto',
+ 'update_my_contact_info' => 'actualizar mi información de contacto',
+ 'contact_info' => 'Información del contacto',
+ 'ad_info' => 'Información del anuncio',
+
+ // Select cat
+ 'select_category_step_by_step' => 'Seleccione categoría paso a paso',
+
+ // New create page
+ 'options' => 'Opciones',
+ 'category_selection' => 'Selección de categoría',
+ 'listing_details' => 'listado de detalles',
+ 'preview' => 'Avance',
+ 'congratulations' => 'Felicidades',
+ 'ad_desc' => 'Descripción del anuncio',
+ 'upload_photos' => 'Subir fotos',
+ 'upload_files' => 'Subir archivos',
+ 'additional_fields' => 'Campos Adicionales',
+ 'ad_location' => 'Ubicación del anuncio',
+ 'owner' => 'Propietario',
+ 'default_owner_instruction' => 'El propietario utilizará de forma predeterminada el usuario actual si no se selecciona ningún usuario',
+ 'create_page_subtitle' => 'Cree el anuncio sin problemas ingresando información detallada sobre su anuncio.',
+ 'with_my_phone_numbers' => 'With my phone numbers',
+ 'not_with_my_phone_numbers' => "I don't want to be reached by phone",
+ 'how_can_you_be_contacted' => "How can you be contacted?",
+
+ // Listing page
+ 'ad_title' => 'Título del anuncio',
+ 'listing_date' => 'Fecha de listado',
+ 'view' => 'Vista',
+ 'ads_with_map' => 'Anuncios con mapa',
+ 'advanced_sorting' => 'Clasificación avanzada',
+ 'filter_by_word' => 'Filtrar por palabra',
+ 'filter_by' => 'Filtrar por: nombre',
+
+ 'free' => 'Gratis',
+ 'ad_date' => 'Fecha de anuncio',
+ 'photo_video' => 'Foto, video',
+ 'and_above' => 'y por encima',
+ 'and_below' => 'y por debajo',
+ 'clear_all' => 'Limpiar todo',
+ 'balances' => 'Saldos',
+ 'packages' => 'Paquetes',
+ 'dopings' => 'Dopings',
+ 'advs' => 'Advs',
+ 'site' => 'Sitio',
+ 'subscription' => 'Suscripción',
+ 'created' => 'Creado',
+ 'product_option' => [
+ 'name' => 'Opción de producto'
+ ],
+ 'option_json' => [
+ 'name' => 'Opción'
+ ],
+ 'old_price' => [
+ 'name' => 'Precio anterior'
+ ],
+ 'save_search' => 'Guardar búsqueda',
+ 'publish_at' => [
+ 'name' => 'Fecha de publicación'
+ ],
+ 'tax' => [
+ 'name' => 'Tax'
+ ],
+ 'name_a_z' => 'Name (A to Z)',
+ 'name_z_a' => 'Name (Z to A)',
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/es/message.php b/resources/default/addons/visiosoft/advs-module/lang/es/message.php
new file mode 100644
index 000000000..b6fd1962d
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/es/message.php
@@ -0,0 +1,35 @@
+ 'El producto solicitado falta actualmente o está inactivo',
+ 'please_payment' => 'Por favor pague',
+ 'bank_account_info' => 'información de cuenta bancaria',
+ 'agreement' => 'Al hacer clic en Publicar, acepta nuestros Términos de uso y nuestra Política de privacidad y reconoce que es el propietario legítimo de este artículo.',
+ 'update_category_msg' => 'La categoría clasificada se actualizará.',
+ 'updated_category_msg' => 'Categoría editada con éxito.',
+ 'create_ad_with_post_cat' => [
+ 'title' => "La selección de categoría ha sido completada.",
+ 'success' => true,
+ 'continueBtn' => "Seguir",
+ ],
+ 'update_category_info' => 'Por favor, actualice la categoría.',
+ 'filter_by_search_msg' => 'Filtrar por búsqueda.',
+ 'delete_author_error' => 'No puedes eliminar una publicación que no te pertenece',
+ 'success_delete' => 'Anuncio eliminado',
+ 'pending_ad_status' => 'Su anuncio está pendiente de aprobación por el Editor.',
+ 'extended' => ': número de anuncio (s) se ha extendido correctamente.',
+ 'category_not_exist' => '¡Esta categoría ya no existe!',
+ 'currency_converted' => 'Moneda convertida con éxito.',
+ 'choose_user' => 'Elige un usuario',
+ 'owner_updated_successfully' => '¡El propietario ha sido actualizado con éxito!',
+ 'no_add_found' => '¡No se encontró ningún anuncio!',
+ 'replicated_success' => '¡El anuncio se ha replicado correctamente!',
+ 'ad_doesnt_exist' => "¡Este anuncio no existe!",
+ 'select_location_error' => "Seleccione una ubicación en el mapa.",
+ 'this_ad_is_not_valid_anymore' => "¡Este anuncio ya no es válido!",
+ 'approve_status_change' => "¡El estado de su anuncio se ha establecido como activo!",
+ 'passive_status_change' => "¡El estado de su anuncio se ha establecido en pasivo!",
+ 'sold_status_change' => "¡El estado de su anuncio se ha establecido en Vendido!",
+ 'status_change' => "El estado de su anuncio se ha establecido en: estado!",
+ 'disabled_detailed_options_for_admin_role' => "Las opciones detalladas del producto están deshabilitadas.",
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/es/permission.php b/resources/default/addons/visiosoft/advs-module/lang/es/permission.php
new file mode 100644
index 000000000..765446936
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/es/permission.php
@@ -0,0 +1,108 @@
+ [
+ 'name' => 'Anuncios',
+ 'option' => [
+ 'read' => 'Puede leer anuncios? ',
+ 'write' => '¿Puede crear / editar anuncios? ',
+ 'delete' => 'Puede eliminar anuncios?',
+ ],
+ ],
+ 'categories' => [
+ 'name' => 'Categorias',
+ 'option' => [
+ 'read' => '¿Puede leer categorías? ',
+ 'write' => '¿Puede crear / editar categorías? ',
+ 'delete' => '¿Se pueden eliminar categorías?',
+ ],
+ ],
+ 'village' => [
+ 'name' => 'Pueblo',
+ 'option' => [
+ 'read' => 'Puede leer el pueblo? ',
+ 'write' => 'Puede crear / editar pueblo? ',
+ 'delete' => '¿Se puede eliminar el pueblo?',
+ ],
+ ],
+ 'custom_fields' => [
+ 'name' => 'Campos Personalizados',
+ 'option' => [
+ 'read' => '¿Puede leer campos personalizados? ',
+ 'write' => '¿Puede crear / editar campos personalizados? ',
+ 'delete' => '¿Se pueden eliminar campos personalizados?',
+ ],
+ ],
+ 'custom_field_advs' => [
+ 'name' => 'Anuncios de campo personalizados',
+ 'option' => [
+ 'read' => '¿Puede leer anuncios de campo personalizados? ',
+ 'write' => '¿Puede crear / editar anuncios de campo personalizados? ',
+ 'delete' => '¿Se pueden eliminar anuncios de campo personalizados?',
+ ],
+ ],
+ 'cf_values' => [
+ 'name' => 'Valores de Cf',
+ 'option' => [
+ 'read' => '¿Puede leer los valores cf? ',
+ 'write' => '¿Puede crear / editar valores cf? ',
+ 'delete' => '¿Se pueden eliminar los valores cf?',
+ ],
+ ],
+ 'options' => [
+ 'name' => 'Opciones',
+ 'option' => [
+ 'read' => '¿Puede leer las opciones?',
+ 'write' => '¿Puede crear / editar opciones?',
+ 'delete' => '¿Puede eliminar opciones?',
+ ],
+ ],
+ 'productoptions' => [
+ 'name' => 'Productoptions',
+ 'option' => [
+ 'read' => '¿Puede leer opciones de producto?',
+ 'write' => '¿Puede crear / editar opciones de producto?',
+ 'delete' => '¿Se pueden eliminar opciones de producto?',
+ ],
+ ],
+ 'productoptions_value' => [
+ 'name' => 'Valor de las opciones de producto',
+ 'option' => [
+ 'read' => '¿Puede leer el valor de las opciones de producto?',
+ 'write' => '¿Puede crear / editar el valor de las opciones de producto?',
+ 'delete' => '¿Se puede eliminar el valor de las opciones de producto?',
+ ],
+ ],
+ 'options_configuration' => [
+ 'name' => 'Configuración de opciones',
+ 'option' => [
+ 'read' => '¿Puede leer la configuración de opciones?',
+ 'write' => '¿Se puede crear / editar la configuración de opciones?',
+ 'delete' => '¿Se puede eliminar la configuración de opciones?',
+ ],
+ ],
+ 'option_configuration' => [
+ 'name' => 'Configuración de opciones',
+ 'option' => [
+ 'read' => '¿Puede leer la configuración de opciones?',
+ 'write' => '¿Se puede crear / editar la configuración de opciones?',
+ 'delete' => '¿Se puede eliminar la configuración de opciones?',
+ ],
+ ],
+ 'option_configuration' => [
+ 'name' => 'Configuración de opciones',
+ 'option' => [
+ 'read' => '¿Puede leer la configuración de opciones?',
+ 'write' => '¿Se puede crear / editar la configuración de opciones?',
+ 'delete' => '¿Se puede eliminar la configuración de opciones?',
+ ],
+ ],
+ 'status' => [
+ 'name' => 'Estado',
+ 'option' => [
+ 'read' => '¿Puede leer el estado?',
+ 'write' => '¿Puede crear / editar el estado?',
+ 'delete' => '¿Puede eliminar el estado?',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/es/section.php b/resources/default/addons/visiosoft/advs-module/lang/es/section.php
new file mode 100644
index 000000000..d0107efa9
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/es/section.php
@@ -0,0 +1,64 @@
+ [
+ 'title' => 'Anuncios',
+ ],
+ 'categories' => [
+ 'title' => 'Categorias',
+ ],
+ 'countries' => [
+ 'title' => 'Países',
+ ],
+ 'cities' => [
+ 'title' => 'Ciudades',
+ ],
+ 'districts' => [
+ 'title' => 'Distritos',
+ ],
+ 'neighborhoods' => [
+ 'title' => 'Barrios',
+ ],
+ 'village' => [
+ 'title' => 'Pueblo',
+ ],
+ 'custom_fields' => [
+ 'title' => 'Campos Personalizados',
+ ],
+ 'custom_field_advs' => [
+ 'title' => 'Anuncios de campo personalizados',
+ ],
+ 'cf_values' => [
+ 'title' => 'Valores de Cf',
+ ],
+ 'fields' => [
+ 'title' => 'Campos Personalizados'
+ ],
+ 'assets_clear' => [
+ 'name' => 'Activos claros'
+ ],
+ 'general' => 'General',
+ 'ads' => 'Anuncios',
+ 'user' => 'Usuario',
+ 'filter' => 'Filtrar',
+ 'create_ad' => 'Crear anuncio',
+ 'options' => [
+ 'title' => 'Opciones',
+ ],
+ 'ads_image' => 'Imagen de anuncios',
+ 'product_options' => [
+ 'title' => 'Opciones',
+ ],
+ 'productoptions_value' => [
+ 'title' => 'Valor de opciones',
+ ],
+ 'option_configuration' => [
+ 'title' => 'Configuración',
+ ],
+ 'translations' => 'Traducciones',
+ 'status' => [
+ 'title' => 'Estado',
+ ],
+ 'ads_detail' => 'Detalle de anuncios',
+
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/es/setting.php b/resources/default/addons/visiosoft/advs-module/lang/es/setting.php
new file mode 100644
index 000000000..f0ef2bfc7
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/es/setting.php
@@ -0,0 +1,286 @@
+ [
+ 'name' => 'Aprobar automáticamente',
+ ],
+ 'default_view_type' => [
+ 'name' => 'Tipo de vista predeterminado',
+ ],
+ 'hide_zero_price' => [
+ 'name' => 'Ocultar precio si cero',
+ 'instructions' => 'Ocultar el precio si el precio del anuncio es 0',
+ ],
+ 'estimated_pending_time' => [
+ 'name' => 'Tiempo pendiente estimado',
+ 'instructions' => 'En horas',
+ ],
+ 'default_published_time' => [
+ 'name' => 'Tiempo de publicación predeterminado',
+ ],
+ 'address' => [
+ 'name' => 'Dirección de contacto',
+ ],
+ 'phone' => [
+ 'name' => 'teléfono de contacto',
+ ],
+ 'favicon' => [
+ 'name' => 'Favicon',
+ ]
+ , 'map_coordinates_long' => [
+ 'name' => 'Mapa de coordenadas largas',
+ ],
+ 'map_coordinates_lat' => [
+ 'name' => 'Map Lat Coordinate',
+ ],
+ 'iban_numbers' => [
+ 'name' => 'IBAN',
+ ],
+ 'logo' => [
+ 'name' => 'Logo',
+ ],
+ 'ogImage' => [
+ 'name' => 'Logotipo de Social Share',
+ 'warning' => 'Debe tener una resolución de 1200 x 630.',
+
+ ],
+ 'currencies' => [
+ 'name' => 'Monedas activas',
+ ],
+ 'latest-limit' => [
+ 'name' => 'Límite más reciente',
+ ],
+ 'site_address' => [
+ 'name' => 'Dirección del sitio',
+ 'warning' => 'Auto añadido www. www. sitename.com ',
+ ],
+ 'google_map_key' => [
+ 'name' => 'Google Map Api Key',
+ ],
+
+ 'default_country' => [
+ 'name' => 'País de anuncio predeterminado',
+ ],
+ 'hide_price_categories' => [
+ 'name' => 'Ocultar precio en categorías',
+ 'instructions' => 'El precio se ocultará cuando cree un anuncio o vea un anuncio en estas categorías.'
+ ],
+ 'free_currencyconverterapi_key' => [
+ 'name' => 'Clave API de convertidor de divisas'
+ ],
+ 'default_city' => [
+ 'name' => 'Ciudad de anuncio predeterminada',
+ ],
+ 'default_district' => [
+ 'name' => 'Distrito de anuncios predeterminado',
+ ],
+ 'default_neighborhood' => [
+ 'name' => 'Barrio de anuncio predeterminado',
+ ],
+ 'default_currency' => [
+ 'name' => 'Moneda de anuncio predeterminada',
+ ],
+ 'default_GET' => [
+ 'name' => 'Anuncio predeterminado GET',
+ ],
+ 'twitter' => [
+ 'name' => 'Gorjeo',
+ ],
+ 'facebook' => [
+ 'name' => 'Facebook',
+ ],
+ 'youtube' => [
+ 'name' => 'Youtube',
+ ],
+ 'google' => [
+ 'name' => 'Google',
+ ],
+ 'listing_page_image' => [
+ 'name' => 'Imagen de la página de listado',
+ ],
+ 'hide_standard_price_field' => [
+ 'name' => 'Ocultar campo de precio estándar',
+ ],
+ 'hide_options_field' => [
+ 'name' => 'Ocultar campo de opciones',
+ ],
+ 'hide_village_field' => [
+ 'name' => 'Ocultar campo de aldea',
+ ],
+ 'hide_configurations' => [
+ 'name' => 'Ocultar el botón Configuraciones',
+ 'instructions' => 'Ocultar el botón Configuraciones en la página de vista previa del anuncio',
+ ],
+ 'make_all_fields_required' => [
+ 'name' => 'Hacer que todos los campos sean obligatorios',
+ 'instructions' => 'Solicitar al usuario que complete los campos Precio y Descripción al crear un anuncio.',
+ ],
+ 'make_map_required' => [
+ 'name' => 'Hacer mapa obligatorio',
+ 'instructions' => 'Solicitar al usuario que coloque un marcador en el mapa al crear un anuncio.',
+ ],
+ 'hide_listing_standard_price' => [
+ 'name' => 'Ocultar listado Precio estándar',
+ ],
+ 'enabled_currencies' => [
+ 'name' => 'Monedas habilitadas',
+ ],
+ 'google_statistic_code' => [
+ 'name' => 'Código estadístico de Google',
+ ],
+ 'register_email_field' => [
+ 'name' => 'Requisito de registro de miembro por correo electrónico',
+ ],
+ 'market_place' => [
+ 'name' => 'Market Place',
+ 'instructions' => 'If the marketplace is down, your site will act as ecommerce. For example,
+ some fields in the profile such as ads, dopings, messages, sale, packages and store are not visible and
+ removes corporate membership.'
+ ],
+ 'price_area_hidden' => [
+ 'name' => 'Zona de precio oculta',
+ ],
+ 'hide_price_filter' => [
+ 'name' => 'Ocultar filtro de precio',
+ ],
+ 'hide_date_filter' => [
+ 'name' => 'Ocultar filtro de fecha',
+ ],
+ 'hide_photo_filter' => [
+ 'name' => 'Ocultar filtro de fotos',
+ ],
+ 'hide_map_filter' => [
+ 'name' => 'Ocultar filtro de mapa',
+ ],
+ 'show_lang_url' => [
+ 'name' => 'Mostrar parámetro de idioma para URL',
+ ],
+ 'popular_ads_limit' => [
+ 'name' => 'Límite de anuncios populares',
+ ],
+
+ //Image
+
+ 'image_resize_backend' => [
+ 'name' => 'Backend de cambio de tamaño de imagen',
+ ],
+ 'full_image_width' => [
+ 'name' => 'Ancho de imagen completo',
+ ],
+ 'full_image_height' => [
+ 'name' => 'Altura de imagen completa',
+ ],
+ 'medium_image_width' => [
+ 'name' => 'Ancho de imagen medio',
+ ],
+ 'medium_image_height' => [
+ 'name' => 'Altura de imagen media',
+ ],
+ 'thumbnail_width' => [
+ 'name' => 'Ancho de miniaturas',
+ ],
+ 'thumbnail_height' => [
+ 'name' => 'Altura de miniatura',
+ ],
+ 'add_canvas' => [
+ 'name' => 'Agregar lienzo',
+ ],
+ 'image_canvas_width' => [
+ 'name' => 'Ancho del lienzo de la imagen',
+ ],
+ 'image_canvas_height' => [
+ 'name' => 'Altura del lienzo de la imagen',
+ ],
+ 'watermark_type' => [
+ 'name' => 'Tipo de marca de agua',
+ ],
+ 'watermark_text' => [
+ 'name' => 'Texto de marca de agua',
+ ],
+ 'watermark_image' => [
+ 'name' => 'Imagen de marca de agua',
+ ],
+ 'watermark_position' => [
+ 'name' => 'Posición de marca de agua',
+ ],
+ 'user_filter_limit' => [
+ 'name' => 'Límite de filtro de usuario',
+ 'instructions' => 'En el panel de administración'
+ ],
+ 'show_breadcrumb_when_creating_ad' => [
+ 'name' => 'Mostrar ruta de navegación al crear un anuncio',
+ ],
+ 'show_ads_count' => [
+ 'name' => 'Mostrar recuento de anuncios',
+ 'instructions' => 'Mostrar el recuento de anuncios en la lista de categorías de la izquierda',
+ ],
+ 'ads_date_hidden' => [
+ 'name' => 'Ocultar fecha de creación',
+ 'instructions' => 'Ocultar la fecha de creación en la página de detalles de los anuncios',
+ ],
+ 'hide_listing_header' => [
+ 'name' => 'Ocultar encabezado de listado',
+ 'instructions' => 'Ocultar para ordenar y ver tipos',
+ ],
+ 'hide_filter_section' => [
+ 'name' => 'Ocultar sección de filtro',
+ 'instructions' => 'Ocultar en el área de filtro izquierda en la página de listado',
+ ],
+ 'hide_seller_info' => [
+ 'name' => 'Ocultar información del vendedor',
+ 'instructions' => 'Ocultar información del vendedor en la página de detalles de anuncios',
+ ],
+ 'show_post_ad_agreement' => [
+ 'name' => 'Mostrar acuerdo de publicación',
+ 'instructions' => 'Active esta opción si desea mostrar un acuerdo de política de privacidad en la página de creación de anuncios.',
+ ],
+ 'override_text' => [
+ 'name' => 'Anular texto',
+ 'instructions' => 'Valor anterior: Valor nuevo'
+ ],
+ 'steps_color' => [
+ 'name' => 'Color de pasos',
+ 'instructions' => 'Cambia el color de los pasos progresivos.'
+ ],
+ 'create_ad_button_color' => [
+ 'name' => 'Crear color de botón de anuncio',
+ 'instructions' => 'Cambia el botón que aparece cuando finaliza la selección de la nueva categoría de anuncios.'
+ ],
+ 'lang_switcher_for_browser' => [
+ 'name' => 'Lang Switcher para navegador',
+ 'instructions' => 'Le permite elegir el idioma del navegador como idioma activo'
+ ],
+ 'get_categories' => [
+ 'name' => 'OBTENER Categorías',
+ 'instructions' => 'Representa las categorías en las que será válida la propiedad GET.'
+ ],
+ 'watermark' => [
+ 'name' => 'Filigrana',
+ 'instructions' => '¿Está activa la marca de agua?'
+ ],
+ 'detailed_product_options' => [
+ 'name' => 'Opciones de producto detalladas',
+ 'instructions' => 'Le permite ingresar información de stock y precio del producto'
+ ],
+ 'show_subcats_mobile' => [
+ 'name' => 'Mostrar subcategorías en la vista móvil',
+ ],
+ 'show_price_to_members_only' => [
+ 'name' => 'Mostrar precio solo para miembros',
+ ],
+ 'hide_ad_cat' => [
+ 'name' => 'Ocultar categorías',
+ 'instructions' => 'Ocultar categorías en la lista de anuncios'
+ ],
+ 'show_finish_and_publish_date' => [
+ 'name' => 'Mostrar fecha de finalización y fecha de publicación para crear',
+ 'instructions' => 'Muestra los campos publish_at y finish_at en la página de creación de anuncios.'
+ ],
+ 'show_tax_field' => [
+ 'name' => 'Show Tax Field',
+ 'instructions' => 'When this option is enabled, you can set the tax rate on the ad creation page.'
+ ],
+ 'hide_contact_created_at' => [
+ 'name' => 'Hide Contact Fields For in Create New Ad'
+ ]
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/es/stream.php b/resources/default/addons/visiosoft/advs-module/lang/es/stream.php
new file mode 100644
index 000000000..bf21cb6d2
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/es/stream.php
@@ -0,0 +1,37 @@
+ [
+ 'name' => 'Advs',
+ ],
+ 'categories' => [
+ 'name' => 'Categorias',
+ ],
+ 'village' => [
+ 'name' => 'Pueblo',
+ ],
+ 'custom_fields' => [
+ 'name' => 'Campos Personalizados',
+ ],
+ 'custom_field_advs' => [
+ 'name' => 'Anuncios de campo personalizados',
+ ],
+ 'cf_values' => [
+ 'name' => 'Valores de Cf',
+ ],
+ 'options' => [
+ 'name' => 'Opciones',
+ ],
+ 'product_options' => [
+ 'name' => 'Opciones de producto',
+ ],
+ 'productoptions_value' => [
+ 'name' => 'Valor de opciones',
+ ],
+ 'option_configuration' => [
+ 'name' => 'Configuración',
+ ],
+ 'status' => [
+ 'name' => 'Estado',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/es/view.php b/resources/default/addons/visiosoft/advs-module/lang/es/view.php
new file mode 100644
index 000000000..0b8a47d01
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/es/view.php
@@ -0,0 +1,6 @@
+ 'Inconcluso',
+ 'advanced' => 'Avanzado',
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/fa/addon.php b/resources/default/addons/visiosoft/advs-module/lang/fa/addon.php
new file mode 100644
index 000000000..79c9b2feb
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/fa/addon.php
@@ -0,0 +1,8 @@
+ 'تبلیغات',
+ 'name' => 'ماژول تبلیغات',
+ 'description' => 'ماژول تبلیغات',
+ 'info' => 'This is the screen where you can add, delete and edit ads from the Ads page. On this page, you can simply do the operations such as post management and ad configuration.'
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/fa/button.php b/resources/default/addons/visiosoft/advs-module/lang/fa/button.php
new file mode 100644
index 000000000..f2e919782
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/fa/button.php
@@ -0,0 +1,48 @@
+ 'جدید جدید',
+ 'new_classified' => 'طبقه بندی جدید',
+ 'new_category' => 'دسته بندی جدید',
+ 'new_country' => 'کشور جدید',
+ 'new_city' => 'شهر جدید',
+ 'new_district' => 'منطقه جدید',
+ 'new_neighborhood' => 'محله جدید',
+ 'new_village' => 'دهکده جدید',
+ 'edit' => "ویرایش کنید",
+ 'approve' => "تایید",
+ 'decline' => 'کاهش می یابد',
+ 'extend' => 'توسعه دادن، گسترش',
+ 'extend_all' => 'گسترش همه',
+ 'convert_currency' => 'تبدیل ارز',
+ 'categories' => 'دسته بندی ها',
+ 'sub_category' => 'زیر مجموعه ها',
+ 'add_sub_category' => 'زیر مجموعه را اضافه کنید',
+ 'sub_cities' => 'شهرهای زیر شهر',
+ 'add_sub_cities' => 'اضافه کردن زیر شهر',
+ 'add_sub_districts' => 'اضافه کردن Sub District',
+ 'add_sub_neighborhoods' => 'اضافه کردن زیر محله',
+ 'add_sub_village' => 'اضافه کردن Sub Village',
+ 'sub_districts' => 'مناطق فرعی',
+ 'sub_neighborhoods' => 'محله های فرعی',
+ 'sub_village' => 'دهکده زیر',
+ 'general_settings' => 'تنظیمات عمومی',
+ 'save_category' => 'ذخیره گروه',
+ 'change_owner' => 'تغییر مالکیت',
+ 'update_category' => [
+ 'name' => 'رده به روزرسانی'
+ ],
+ 'new_option' => 'گزینه جدید',
+ 'export' => 'صادرات',
+ 'new_productoption' => 'محصول جدید',
+ 'new_productoptions_value' => 'مقدار گزینه محصول جدید',
+ 'new_options_configuration' => 'پیکربندی گزینه جدید',
+ 'new_option_configuration' => 'پیکربندی گزینه جدید',
+ 'create_configurations' => 'تنظیمات را ایجاد کنید',
+ 'replicate' => 'تکثیر',
+ 'fast_create' => 'سریع ایجاد کنید',
+ 'publish' => 'انتشار',
+ 'import' => 'وارد كردن',
+ 'new_status' => 'وضعیت جدید',
+ 'fast_edit' => 'ویرایش سریع',
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/fa/currency.php b/resources/default/addons/visiosoft/advs-module/lang/fa/currency.php
new file mode 100644
index 000000000..1d092fc44
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/fa/currency.php
@@ -0,0 +1,6 @@
+ 'دلار',
+ 'EUR' => 'یورو',
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/fa/field.php b/resources/default/addons/visiosoft/advs-module/lang/fa/field.php
new file mode 100644
index 000000000..465a10c5e
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/fa/field.php
@@ -0,0 +1,385 @@
+ [
+ 'name' => 'عنوان'
+ ],
+ 'order' => [
+ 'name' => 'سفارش'
+ ],
+ 'slug' => [
+ 'name' => 'مثل حلزون حرکت کردن'
+ ],
+ 'parent_category' => [
+ 'name' => 'والدین'
+ ],
+ 'category' => [
+ 'name' => 'عنوان دسته'
+ ],
+ 'price' => [
+ 'name' => 'قیمت'
+ ],
+ 'standard_price' => [
+ 'name' => 'قیمت استاندارد'
+ ],
+ 'date' => [
+ 'name' => 'تاریخ'
+ ],
+ 'photo' => [
+ 'name' => 'عکس'
+ ],
+ 'video' => [
+ 'name' => 'فیلم'
+ ],
+ 'map' => [
+ 'name' => 'نقشه'
+ ],
+ 'stock' => [
+ 'name' => 'موجودی'
+ ],
+ 'advs_desc' => [
+ 'name' => 'شرح'
+ ],
+ 'online_payment' => [
+ 'name' => 'پرداخت آنلاین'
+ ],
+ 'city' => [
+ 'name' => 'شهر'
+ ],
+ 'country' => [
+ 'name' => 'کشور'
+ ],
+ 'district' => [
+ 'name' => 'ناحیه'
+ ],
+ 'neighborhood' => [
+ 'name' => 'محله'
+ ],
+ 'village' => [
+ 'name' => 'روستا'
+ ],
+ 'files' => [
+ 'name' => 'تصاویر'
+ ],
+ 'cat1' => [
+ 'name' => 'کتگوری اصلی'
+ ],
+ 'cat2' => [
+ 'name' => 'کتگوری فرعی 1'
+ ],
+ 'cat3' => [
+ 'name' => 'کتگوری فرعی 2'
+ ],
+ 'cat4' => [
+ 'name' => 'کتگوری فرعی 3'
+ ],
+ 'cat5' => [
+ 'name' => 'کتگوری فرعی 4'
+ ],
+ 'cat6' => [
+ 'name' => 'کتگوری فرعی 5'
+ ],
+ 'cat7' => [
+ 'name' => 'کتگوری فرعی 6'
+ ],
+ 'cat8' => [
+ 'name' => 'زیر گروه 7'
+ ],
+ 'cat9' => [
+ 'name' => 'زیر گروه 8'
+ ],
+ 'cat10' => [
+ 'name' => 'زیر گروه 9'
+ ],
+ 'currency' => [
+ 'name' => 'واحد پول'
+ ],
+ 'status' => [
+ 'name' => 'وضعیت',
+ 'option' => [
+ 'approved' => 'تایید شده',
+ 'expired' => 'به پایان رسیده',
+ 'unpublished' => 'لغو انتشار',
+ 'pending_admin' => 'در انتظار برسی مدیر صفحه',
+ 'pending_user' => 'یوزر تحت برسی'
+ ]
+ ],
+ 'pending_adv' => [
+ 'name' => 'لغو انتشار'
+ ],
+ 'finish_at' => [
+ 'name' => 'تکمیل کردن به'
+ ],
+ 'cover_photo' => [
+ 'name' => 'عکس پوششی'
+ ],
+ 'favs_adv' => [
+ 'name' => 'اعلانات مورد علاقه'
+ ],
+ 'my_adv' => [
+ 'name' => 'اعلانات'
+ ],
+ 'description' => 'توضیحات',
+ 'explanation' => 'توضیح',
+ 'type' => [
+ 'name' => 'تایپ کنید'
+ ],
+ 'parent_adv' => [
+ 'name' => 'اعلانات مرتبط'
+ ],
+ 'value' => [
+ 'name' => 'ارزش'
+ ],
+ 'list' => 'لیست',
+ 'home' => 'صفحه اصلی',
+ 'list-page' => 'فهرست صفحه',
+ 'search' => 'جستجو کردن',
+ 'reset' => 'Reset',
+ 'recommended' => 'اعلانات پیشنهادی برای شما',
+ 'filter' => 'فیلتر',
+ 'sort' => 'مرتب سازی',
+ 'sort_by' => 'مرتب سازی بر اساس',
+ 'pick_option' => 'گزینه ای را انتخاب کنید',
+ 'pick_ordering' => 'منظم کردن',
+ 'price_high' => 'قیمت از بالا به پایین',
+ 'price_low' => 'قیمت از پایین به بالا',
+ 'newest' => 'جدیدترین',
+ 'oldest' => 'قدیمی ترین',
+ 'address_a_z' => 'آدرس (الف تا ی)',
+ 'address_z_a' => 'آدرس ( از ی تا الف )',
+ 'categories' => [
+ 'name' => 'دسته بندی ها'
+ ],
+ 'all_categories' => 'همه گتگوری ها',
+ 'location' => 'موقعيت',
+ 'send_message' => 'پیام فرستادن',
+ 'phone_gsm' => 'نمبر مبایل',
+ 'phone_office' => 'شماره تلفن دفتر',
+ 'add_to_favorites' => "اضافه کردن به لیست مورد علاقعه ها",
+ 'send' => 'ارسال',
+ 'search_name' => 'جستجو نام',
+ 'my_favorite_searches' => 'جستجوهای مورد علاقه',
+ 'search_desc' => 'شما می توانید جستجوی موردعلاقه خودرا از اینجا اضافه و مدیریت کنید.',
+ 'complaint_placeholder' => 'جزئیات شکایت خود را اینجا بنویسید.',
+ 'show_details' => 'نمایش جزئیات',
+ 'ad_actions' => 'اقدامات تبلیغاتی',
+ 'edit' => 'تصحيح کردن',
+ 'approve' => 'تایید کردن',
+ 'passive' => "غير فعال",
+ 'sold' => 'فروخته شده',
+ 'offered_by' => 'پیشنهاد شده توسط',
+ 'more_ads_by' => 'اعلانات بیشتر توسط',
+ 'click_phone' => 'نمایش شماره تلفن',
+ 'share' => 'این اعلان را به اشتراک بگذارید',
+ 'report' => 'گزارش کردن این آگهی',
+ 'features' => 'امکانات',
+ "streetview" => "نمای خیابان",
+ 'recommended_ads' => 'اعلانات پیشنهادی برای شما',
+ 'new' => 'جدید',
+ 'short_info' => 'معلومات مختصر',
+ 'secure_trading' => 'تجارت امن',
+ '24/7' => 'خدمات 24/7',
+ 'easy_trading' => 'تجارت آسان',
+ 'need_help' => 'آیا به کمک نیاز دارید؟',
+ 'give_a_call' => 'تماس بگیرید',
+ 'message_sent' => 'پیام فرستاده شد!',
+ 'asap' => 'پیام ارسال شد ، فروشنده با شما تماس خواهد گرفت.',
+ 'ad_id' => 'آیدی اعلان ',
+ 'contact_with' => 'ارتباط با',
+ 'create_adv' => 'ایجاد اعلان ',
+ 'edit_adv' => 'تصحیح آگهی',
+ 'mandatory_fields' => 'باید خانه پوری کنید',
+ 'ad_post' => 'نشر اعلان',
+ 'sell_item' => 'اشیا و یا خدمات را بفروشید',
+ 'search_save' => 'جستجوی مورد علاقه با موفقیت ذخیره شد',
+ 'address' => 'آدرس',
+ 'email' => 'ایمیل',
+ 'phone' => 'تلفن',
+ 'send_us_your_feedback' => 'پشنهاد یا انتقاد خود را برای ما ارسال کنید',
+ 'online_shopping' => 'گرفتن',
+ 'approved' => 'با موفقیت تأیید شد',
+ 'extended' => 'با موفقیت تمدید شد',
+ 'declined' => 'با موفقیت کاهش یافت',
+ 'search_on_map' => 'جستجو از نقشه',
+ 'post_free_ad' => 'نشر رایگان آگهی',
+ 'select_a_category' => 'یک گتگوری را انتخاب کنید',
+ 'select_a_sub_category' => 'یک گتگوری فرعی را انتخاب کنید',
+ 'all_dopings_added' => 'تمام انواع اطلاعات در مورد این اعلان اضافه شد.',
+ 'is_get_adv' => [
+ 'name' => 'گرفتن'
+ ],
+ 'corporate_info' => 'اطلاعات شرکت',
+ 'featured_ads' => "اعلانات برجسته",
+ 'trending_ads' => 'اعلانات مدروز',
+ 'search_ad_result_prefix' => 'بر',
+ 'search_ad_result_text' => ': شمارش تبلیغ در : نام پیدا شد',
+ 'search_ads_result_message' => [
+ 'name' => ':تعداد اعلانات یافت شده برای:جستجوی نام',
+ ],
+ 'total' => 'مجموع',
+ 'quantity' => 'تعداد',
+ 'view_cart' => 'مشاهده صندوق خرید',
+ 'no_ads' => 'هیچ اعلانی یافت نشد.',
+ 'show_display_mode' => [
+ 'map' => 'نقشه',
+ 'list' => 'لیست',
+ ],
+ 'advs_list_table_thead' => [
+ 'name' => 'نام اعلان',
+ 'price' => 'قیمت',
+ 'publish_at' => 'تاریخ اعلان',
+ 'location_city' => 'شهر',
+ 'location_country' => 'کشور',
+ ],
+ 'show_list_view' => [
+ 'name' => 'لیست',
+ ],
+ 'show_table_view' => [
+ 'name' => 'جدول',
+ ],
+ 'showcase' => [
+ 'name' => 'ویترین',
+ ],
+ 'new_ad' => [
+ 'name' => 'اعلان جدید',
+ ],
+ 'profile' => [
+ 'name' => 'پروفایل یا مشخصات',
+ ],
+ 'my_ads' => [
+ 'name' => 'اعلانات من',
+ ],
+ 'sold_out' => [
+ 'name' => 'فروخته شده',
+ ],
+ 'edit_category' => 'تصحیح گتگوری',
+ 'set_category' => 'گتگوری را تنظیم کنید',
+ 'max' => [
+ 'name' => 'حداکثر',
+ ],
+ 'min' => [
+ 'name' => 'حداقل',
+ ],
+ 'in_the_last_24_hours' => [
+ 'name' => 'در 24 ساعت گذشته'
+ ],
+ 'in_the_last_day' => [
+ 'name' => 'در 24 ساعت گذشته'
+ ],
+ 'in_the_last_week' => [
+ 'name' => 'در هفته گذشته'
+ ],
+ 'in_the_last_month' => [
+ 'name' => 'در آخرین ماه'
+ ],
+ 'ads_with_photo' => [
+ 'name' => 'اعلانات با عکس'
+ ],
+ 'ads_with_video' => [
+ 'name' => 'اعلانات با فیلم'
+ ],
+ 'yes' => [
+ 'name' => 'بلی'
+ ],
+ 'no' => [
+ 'name' => 'نه'
+ ],
+ 'is_system' => [
+ 'name' => 'سیستم است',
+ 'instructions' => 'وضعیت سیستم لازم است و نباید تغییر کند',
+ ],
+ 'user_access' => [
+ 'name' => 'دسترسی کاربر',
+ 'instructions' => 'آیا یک کاربر می تواند از این وضعیت در تبلیغات خود استفاده کند؟',
+ ],
+ "no_location" => "هیچ موقعیتی انتخاب نشده است.",
+ "continue" => 'ادامه',
+ "gallery" => 'عکس ها',
+ "ad" => 'آگهی',
+ "ads" => 'تبلیغات',
+ "were_found" => 'پیدا شدند.',
+
+ // Pending screen
+ 'pending_message_1' => 'اعلان در مراحل تأیید است',
+ 'pending_message_2' => "تاریخ اپدیت اعلان",
+ 'pending_message_3' => 'مدت زمان انتظار',
+ 'pending_message_4' => 'زمان صرف شده در فرآیند تأیید به زمان دوپینگ اضافه می شود.',
+ 'pending_message_5' => 'در رابطه با اعلان در مرحله تأیید ، هیچ کاری از مرکز تماس نمی تواند انجام شود.',
+ 'hours' => 'ساعت',
+
+ // Preview page
+ 'preview_text' => [
+ 'part_1' => 'اگر اطلاعات زیر درباره اعلان شما صحیح است، روی دکمه "ادامه" کلیک کرده و به مرحله بعدی بروید.',
+ 'part_2' => 'اگر اینطور نیست ، روی دکمه "تصحیح" کلیک کنید.',
+ ],
+ 'views' => 'بازدیدها',
+
+ // Detail page
+ "no_street_view" => "هیچ تصویری از نمای خیابان در این مکان وجود ندارد",
+ 'edit_my_contact_info' => 'اطلاعات تماس من را تصحیح کنید',
+ 'update_my_contact_info' => 'معلومات تماس من را اپدیت کنید',
+ 'contact_info' => 'اطلاعات تماس',
+ 'ad_info' => 'معلومات درمورد اعلان',
+
+ // Select cat
+ 'select_category_step_by_step' => 'طبقه بندی را مرحله به مرحله انتخاب کنید',
+
+ // New create page
+ 'options' => 'گزینه ها',
+ 'category_selection' => 'انتخاب دسته',
+ 'listing_details' => 'جزئیات لیست',
+ 'preview' => 'پیش نمایش',
+ 'congratulations' => 'تبریک می گویم',
+ 'ad_desc' => 'شرح آگهی',
+ 'upload_photos' => 'عکسها را بارگذاری کنید',
+ 'upload_files' => 'بارگذاری پرونده ها',
+ 'additional_fields' => 'زمینه های اضافی',
+ 'ad_location' => 'مکان تبلیغات',
+ 'owner' => 'مالک',
+ 'default_owner_instruction' => 'اگر هیچ کاربری انتخاب نشود ، مالک به عنوان کاربر پیش فرض عمل می کند',
+ 'create_page_subtitle' => 'با وارد کردن اطلاعات دقیق در مورد تبلیغ خود ، تبلیغ را بدون نقص ایجاد کنید.',
+ 'with_my_phone_numbers' => 'With my phone numbers',
+ 'not_with_my_phone_numbers' => "I don't want to be reached by phone",
+ 'how_can_you_be_contacted' => "How can you be contacted?",
+
+ // Listing page
+ 'ad_title' => 'عنوان آگهی',
+ 'listing_date' => 'تاریخ لیست',
+ 'view' => 'چشم انداز',
+ 'ads_with_map' => 'تبلیغات با نقشه',
+ 'advanced_sorting' => 'مرتب سازی پیشرفته',
+ 'filter_by_word' => 'فیلتر با کلمه',
+ 'filter_by' => 'فیلتر بر اساس: نام',
+
+ 'free' => 'رایگان',
+ 'ad_date' => 'تاریخ آگهی',
+ 'photo_video' => 'عکس ، فیلم',
+ 'and_above' => 'و بالاتر',
+ 'and_below' => 'و در زیر',
+ 'clear_all' => 'همه را پاک کن',
+ 'balances' => 'موازنه',
+ 'packages' => 'بسته ها',
+ 'dopings' => 'دوپینگ',
+ 'advs' => 'تبلیغات',
+ 'site' => 'سایت',
+ 'subscription' => 'اشتراک، ابونمان',
+ 'created' => 'ایجاد شده',
+ 'product_option' => [
+ 'name' => 'گزینه محصول'
+ ],
+ 'option_json' => [
+ 'name' => 'گزینه'
+ ],
+ 'old_price' => [
+ 'name' => 'قیمت قدیمی'
+ ],
+ 'save_search' => 'ذخیره جستجو',
+ 'publish_at' => [
+ 'name' => 'تاریخ انتشار'
+ ],
+ 'tax' => [
+ 'name' => 'Tax'
+ ],
+ 'name_a_z' => 'Name (A to Z)',
+ 'name_z_a' => 'Name (Z to A)',
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/fa/message.php b/resources/default/addons/visiosoft/advs-module/lang/fa/message.php
new file mode 100644
index 000000000..c0ea41983
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/fa/message.php
@@ -0,0 +1,35 @@
+ 'محصول درخواستی در حال حاضر پیدانشد یا غیرفعال است',
+ 'please_payment' => 'لطفا پرداخت کنید',
+ 'bank_account_info' => 'معلومات حساب بانکی',
+ 'agreement' => 'با کلیک روی ارسال ، شما با شرایط استفاده و خط مشی ما تأیید می کنید که شما صاحب حق در این مورد هستید.',
+ 'update_category_msg' => 'گتگوری های طبقه بندی شده اپدیت می شود.',
+ 'updated_category_msg' => 'گتگوری با موفقیت تصحیح شد',
+ 'create_ad_with_post_cat' => [
+ 'title' => "انتخاب گتگوری انجام شد",
+ 'success' => true,
+ 'continueBtn' => "ادامه",
+ ],
+ 'update_category_info' => 'لطفاً گتوری را اپدیت کنید.',
+ 'filter_by_search_msg' => 'فیلتر توسط جستجو.',
+ 'delete_author_error' => 'شما نمی توانید پستی را که متعلق به شمانیست حذف کنید',
+ 'success_delete' => 'اعلان حذف شد',
+ 'pending_ad_status' => 'اعلان شما در انتظار تأییداست.',
+ 'extended' => ':تعداد اعلانات با موفقیت گسترش یافته است.',
+ 'category_not_exist' => 'این گتگوری دیگر وجود ندارد!',
+ 'currency_converted' => 'ارز با موفقیت تبدیل شد.',
+ 'choose_user' => 'یوزر را انتخاب کنید',
+ 'owner_updated_successfully' => 'فروشنده با موفقیت آپدیت شد!',
+ 'no_add_found' => 'هیچ تبلیغی یافت نشد!',
+ 'replicated_success' => 'آگهی با موفقیت تکثیر شد!',
+ 'ad_doesnt_exist' => "این آگهی وجود ندارد!",
+ 'select_location_error' => "لطفاً مکانی را روی نقشه انتخاب کنید!",
+ 'this_ad_is_not_valid_anymore' => "این آگهی دیگر معتبر نیست!",
+ 'approve_status_change' => "وضعیت آگهی شما روی فعال تنظیم شده است!",
+ 'passive_status_change' => "وضعیت آگهی شما منفعل تنظیم شده است!",
+ 'sold_status_change' => "وضعیت آگهی شما به فروش رسیده است!",
+ 'status_change' => "وضعیت آگهی شما روی: status تنظیم شده است!",
+ 'disabled_detailed_options_for_admin_role' => "گزینه های جزئی محصول غیرفعال هستند.",
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/fa/permission.php b/resources/default/addons/visiosoft/advs-module/lang/fa/permission.php
new file mode 100644
index 000000000..d3f8c8f1c
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/fa/permission.php
@@ -0,0 +1,108 @@
+ [
+ 'name' => 'اعلانات',
+ 'option' => [
+ 'read' => 'آیا می توانید اعلانات را بخوانید؟ ',
+ 'write' => 'آیا تصحیح و ایجاد اعلانات ممکن است؟ ',
+ 'delete' => 'آیا حذف اعلانات ممکن است؟',
+ ],
+ ],
+ 'categories' => [
+ 'name' => 'گتگوری ها',
+ 'option' => [
+ 'read' => 'آیا خواندن گتگوری ها ممکن است؟ ',
+ 'write' => 'آیا تصحیح و ایجاد گتگوری ممکن است؟ ',
+ 'delete' => 'آیا حذف گتگوری ممکن است؟',
+ ],
+ ],
+ 'village' => [
+ 'name' => 'قریه',
+ 'option' => [
+ 'read' => 'خواندن قریه ممکن است؟ ',
+ 'write' => 'آیا ایجاد و تصحیح قریه ممکن است؟ ',
+ 'delete' => 'آیا حذف قریه ممکن است؟',
+ ],
+ ],
+ 'custom_fields' => [
+ 'name' => 'بخش های سفارشی',
+ 'option' => [
+ 'read' => 'آیا خواندن بخش های سفارشی ممکن است؟ ',
+ 'write' => 'آیا ایجاد و تصحیح بخش های سفارشی ممکن است؟ ',
+ 'delete' => 'آیا حذف بخش های سفارشی ممکن است؟',
+ ],
+ ],
+ 'custom_field_advs' => [
+ 'name' => 'بخش مشخص اعلانات',
+ 'option' => [
+ 'read' => 'آیا خواندن بخش های اعلانات مشخص ممکن است؟ ',
+ 'write' => 'آیا ایجاد و تصحیح بخش های اعلانات مشخص ممکن است؟ ',
+ 'delete' => 'آیاحذف بخش های اعلانات مشخص ممکن است؟',
+ ],
+ ],
+ 'cf_values' => [
+ 'name' => 'مقادیر Cf',
+ 'option' => [
+ 'read' => 'آیا خواندن ارزش cf ممکن است؟',
+ 'write' => 'آیا ایجاد و تصحیح ارزش cf ممکن است؟',
+ 'delete' => 'آیا حذف ارزش cf ممکن است؟',
+ ],
+ ],
+ 'options' => [
+ 'name' => 'گزینه ها',
+ 'option' => [
+ 'read' => 'آیا می توانید گزینه ها را بخوانید؟',
+ 'write' => 'آیا می توانید گزینه های ایجاد یا ویرایش کنید؟',
+ 'delete' => 'آیا می توانید گزینه ها را حذف کنید؟',
+ ],
+ ],
+ 'productoptions' => [
+ 'name' => 'گزینه های محصول',
+ 'option' => [
+ 'read' => 'آیا می توانید محصولات تولیدی را بخوانید؟',
+ 'write' => 'آیا می توان محصولات تولیدی را ایجاد / ویرایش کرد؟',
+ 'delete' => 'آیا می توان محصولات تولیدی را حذف کرد؟',
+ ],
+ ],
+ 'productoptions_value' => [
+ 'name' => 'ارزش تولیدات',
+ 'option' => [
+ 'read' => 'آیا می توان محصولات تولیدی را خواند؟',
+ 'write' => 'آیا می توان مقدار تولید محصولات را ایجاد یا ویرایش کرد؟',
+ 'delete' => 'آیا می توان مقدار تولید را حذف کرد؟',
+ ],
+ ],
+ 'options_configuration' => [
+ 'name' => 'پیکربندی گزینه ها',
+ 'option' => [
+ 'read' => 'آیا می توان پیکربندی گزینه ها را خواند؟',
+ 'write' => 'آیا می توان پیکربندی گزینه ها را ایجاد یا ویرایش کرد؟',
+ 'delete' => 'آیا می توان پیکربندی گزینه ها را حذف کرد؟',
+ ],
+ ],
+ 'option_configuration' => [
+ 'name' => 'پیکربندی گزینه',
+ 'option' => [
+ 'read' => 'آیا می توان پیکربندی گزینه را خواند؟',
+ 'write' => 'آیا می توان پیکربندی گزینه را ایجاد یا ویرایش کرد؟',
+ 'delete' => 'آیا می توان پیکربندی گزینه را حذف کرد؟',
+ ],
+ ],
+ 'option_configuration' => [
+ 'name' => 'پیکربندی گزینه',
+ 'option' => [
+ 'read' => 'آیا می توان پیکربندی گزینه را خواند؟',
+ 'write' => 'آیا می توان پیکربندی گزینه را ایجاد یا ویرایش کرد؟',
+ 'delete' => 'آیا می توان پیکربندی گزینه را حذف کرد؟',
+ ],
+ ],
+ 'status' => [
+ 'name' => 'وضعیت',
+ 'option' => [
+ 'read' => 'آیا می توان وضعیت را خواند؟',
+ 'write' => 'آیا می توان وضعیت را ایجاد یا ویرایش کرد؟',
+ 'delete' => 'آیا می توان وضعیت را حذف کرد؟',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/fa/section.php b/resources/default/addons/visiosoft/advs-module/lang/fa/section.php
new file mode 100644
index 000000000..82778f8cb
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/fa/section.php
@@ -0,0 +1,64 @@
+ [
+ 'title' => 'اعلانات ',
+ ],
+ 'categories' => [
+ 'title' => 'گتگوری ها',
+ ],
+ 'countries' => [
+ 'title' => 'کشورها',
+ ],
+ 'cities' => [
+ 'title' => 'شهرها',
+ ],
+ 'districts' => [
+ 'title' => 'ولسوالی ها یا ناحیه',
+ ],
+ 'neighborhoods' => [
+ 'title' => 'محل',
+ ],
+ 'village' => [
+ 'title' => 'قریه',
+ ],
+ 'custom_fields' => [
+ 'title' => 'بخش های مشخص شده',
+ ],
+ 'custom_field_advs' => [
+ 'title' => 'اعلانات بخش های مشخص شده',
+ ],
+ 'cf_values' => [
+ 'title' => 'ارزش Cf',
+ ],
+ 'fields' => [
+ 'title' => 'بخش های مشخص شده'
+ ],
+ 'assets_clear' => [
+ 'name' => 'دارایی های پاک'
+ ],
+ 'general' => 'عمومی',
+ 'ads' => 'اعلانات',
+ 'user' => 'یوزر',
+ 'filter' => 'فیلتر',
+ 'create_ad' => 'تبلیغ ایجاد کنید',
+ 'options' => [
+ 'title' => 'گزینه ها',
+ ],
+ 'ads_image' => 'تصویر تبلیغات',
+ 'product_options' => [
+ 'title' => 'گزینه ها',
+ ],
+ 'productoptions_value' => [
+ 'title' => 'مقدار گزینه ها',
+ ],
+ 'option_configuration' => [
+ 'title' => 'پیکربندی',
+ ],
+ 'translations' => 'ترجمه ها',
+ 'status' => [
+ 'title' => 'وضعیت',
+ ],
+ 'ads_detail' => 'جزئیات تبلیغات',
+
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/fa/setting.php b/resources/default/addons/visiosoft/advs-module/lang/fa/setting.php
new file mode 100644
index 000000000..51edde546
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/fa/setting.php
@@ -0,0 +1,287 @@
+ [
+ 'name' => 'تأیید خودکار',
+ ],
+ 'default_view_type' => [
+ 'name' => 'نوع نمایش پیش فرض',
+ ],
+ 'hide_zero_price' => [
+ 'name' => 'اگر قیمت صفر است مخفی کنید',
+ 'instructions' => 'قیمت را مخفی کنید اگر قیمت اعلان 0 است',
+ ],
+ 'estimated_pending_time' => [
+ 'name' => 'مدت زمان تخمینی انتظار ',
+ 'instructions' => 'به ساعت',
+ ],
+ 'default_published_time' => [
+ 'name' => 'زمان انتشار پیش فرض',
+ ],
+ 'address' => [
+ 'name' => 'آدرس تماس',
+ ],
+ 'phone' => [
+ 'name' => 'تلفن مخاطب',
+ ],
+ 'favicon' => [
+ 'name' => 'آیکن مورد علاقه',
+ ]
+ , 'map_coordinates_long' => [
+ 'name' => 'نقشه طولانی مربوط',
+ ],
+ 'map_coordinates_lat' => [
+ 'name' => 'مختصات نقشه',
+ ],
+ 'iban_numbers' => [
+ 'name' => 'IBAN',
+ ],
+ 'logo' => [
+ 'name' => 'لوگو',
+ ],
+ 'ogImage' => [
+ 'name' => 'لوگوی اشتراک گذاری شبکه های اجتماعی
+',
+ 'warning' => 'باید دارای کیفیت 1200X 630 باشد.',
+
+ ],
+ 'currencies' => [
+ 'name' => 'ارزهای فعال',
+ ],
+ 'latest-limit' => [
+ 'name' => 'آخرین محدودیت',
+ ],
+ 'site_address' => [
+ 'name' => 'آدرس سایت',
+ 'warning' => 'خودکار اضافه شد www. www sitename.com ',
+ ],
+ 'google_map_key' => [
+ 'name' => 'Google Map Api Key',
+ ],
+
+ 'default_country' => [
+ 'name' => 'کشور پیش فرض اعلان',
+ ],
+ 'hide_price_categories' => [
+ 'name' => 'پنهان کردن قیمت در دسته ها',
+ 'instructions' => 'قیمت شما هنگام ایجاد تبلیغ یا مشاهده آگهی تحت این دسته ها پنهان می شود.'
+ ],
+ 'free_currencyconverterapi_key' => [
+ 'name' => 'کلید API تبادل ارز'
+ ],
+ 'default_city' => [
+ 'name' => 'Default Ad City',
+ ],
+ 'default_district' => [
+ 'name' => 'منطقه پیش فرض آگهی',
+ ],
+ 'default_neighborhood' => [
+ 'name' => 'محله پیش فرض آگهی',
+ ],
+ 'default_currency' => [
+ 'name' => 'پیش فرض آگهی ارز',
+ ],
+ 'default_GET' => [
+ 'name' => 'تبلیغات پیش فرض GET',
+ ],
+ 'twitter' => [
+ 'name' => 'توییتر',
+ ],
+ 'facebook' => [
+ 'name' => 'فیس بوک',
+ ],
+ 'youtube' => [
+ 'name' => 'یوتیوب',
+ ],
+ 'google' => [
+ 'name' => 'گوگل',
+ ],
+ 'listing_page_image' => [
+ 'name' => 'لیست صفحه تصویر',
+ ],
+ 'hide_standard_price_field' => [
+ 'name' => 'زمینه قیمت استاندارد را مخفی کنید',
+ ],
+ 'hide_options_field' => [
+ 'name' => 'قسمت گزینه ها را پنهان کنید',
+ ],
+ 'hide_village_field' => [
+ 'name' => 'میدان دهکده را پنهان کنید',
+ ],
+ 'hide_configurations' => [
+ 'name' => 'دکمه تنظیمات را پنهان کنید',
+ 'instructions' => 'دکمه تنظیمات را در صفحه پیش نمایش تبلیغ پنهان کنید',
+ ],
+ 'make_all_fields_required' => [
+ 'name' => 'همه زمینه ها را الزامی کنید',
+ 'instructions' => 'هنگام ایجاد تبلیغ ، از کاربر بخواهید قسمتهای قیمت و توضیحات را پر کند',
+ ],
+ 'make_map_required' => [
+ 'name' => 'تهیه نقشه مورد نیاز',
+ 'instructions' => 'هنگام ایجاد تبلیغ ، از کاربر بخواهید که یک پین روی نقشه قرار دهد',
+ ],
+ 'hide_listing_standard_price' => [
+ 'name' => 'پنهان کردن لیست قیمت استاندارد',
+ ],
+ 'enabled_currencies' => [
+ 'name' => 'ارزهای فعال شده',
+ ],
+ 'google_statistic_code' => [
+ 'name' => 'کد آماری Google',
+ ],
+ 'register_email_field' => [
+ 'name' => 'ثبت نام از طریق پست الکترونیکی',
+ ],
+ 'market_place' => [
+ 'name' => 'محل بازار',
+ 'instructions' => 'If the marketplace is down, your site will act as ecommerce. For example,
+ some fields in the profile such as ads, dopings, messages, sale, packages and store are not visible and
+ removes corporate membership.'
+ ],
+ 'price_area_hidden' => [
+ 'name' => 'منطقه پنهان',
+ ],
+ 'hide_price_filter' => [
+ 'name' => 'فیلتر قیمت مخفی کنید',
+ ],
+ 'hide_date_filter' => [
+ 'name' => 'پنهان کردن فیلتر تاریخ',
+ ],
+ 'hide_photo_filter' => [
+ 'name' => 'فیلتر عکس مخفی کنید',
+ ],
+ 'hide_map_filter' => [
+ 'name' => 'فیلتر نقشه مخفی شود',
+ ],
+ 'show_lang_url' => [
+ 'name' => 'نمایش پارامتر Lang برای URL',
+ ],
+ 'popular_ads_limit' => [
+ 'name' => 'محدودیت تبلیغات محبوب',
+ ],
+
+ //Image
+
+ 'image_resize_backend' => [
+ 'name' => 'تغییر اندازه تصویر Backend',
+ ],
+ 'full_image_width' => [
+ 'name' => 'عرض تصویر کامل',
+ ],
+ 'full_image_height' => [
+ 'name' => 'ارتفاع تصویر کامل',
+ ],
+ 'medium_image_width' => [
+ 'name' => 'عرض تصویر متوسط',
+ ],
+ 'medium_image_height' => [
+ 'name' => 'ارتفاع تصویر متوسط',
+ ],
+ 'thumbnail_width' => [
+ 'name' => 'عرض تصویر',
+ ],
+ 'thumbnail_height' => [
+ 'name' => 'ارتفاع تصویر بند انگشتی',
+ ],
+ 'add_canvas' => [
+ 'name' => 'بوم را اضافه کنید',
+ ],
+ 'image_canvas_width' => [
+ 'name' => 'عرض بوم تصویر',
+ ],
+ 'image_canvas_height' => [
+ 'name' => 'ارتفاع بوم تصویر',
+ ],
+ 'watermark_type' => [
+ 'name' => 'نوع علامت',
+ ],
+ 'watermark_text' => [
+ 'name' => 'متن علامت',
+ ],
+ 'watermark_image' => [
+ 'name' => 'تصویر علامت',
+ ],
+ 'watermark_position' => [
+ 'name' => 'موقعیت علامت سفید',
+ ],
+ 'user_filter_limit' => [
+ 'name' => 'محدودیت فیلتر کاربر',
+ 'instructions' => 'در پنل مدیریت'
+ ],
+ 'show_breadcrumb_when_creating_ad' => [
+ 'name' => 'هنگام ایجاد تبلیغ ، Breadcrumb را نشان دهید',
+ ],
+ 'show_ads_count' => [
+ 'name' => 'نمایش تعداد تبلیغات',
+ 'instructions' => 'نمایش تعداد تبلیغات در لیست دسته های سمت چپ',
+ ],
+ 'ads_date_hidden' => [
+ 'name' => 'پنهان کردن تاریخ ایجاد شده',
+ 'instructions' => 'تاریخ ایجاد شده را در صفحه جزئیات تبلیغات پنهان کنید',
+ ],
+ 'hide_listing_header' => [
+ 'name' => 'پنهان کردن عنوان لیست',
+ 'instructions' => 'مخفی شدن در سفارش و مشاهده انواع',
+ ],
+ 'hide_filter_section' => [
+ 'name' => 'پنهان کردن بخش فیلتر',
+ 'instructions' => 'در صفحه لیست مخفی شدن در سمت چپ فیلتر',
+ ],
+ 'hide_seller_info' => [
+ 'name' => 'پنهان کردن اطلاعات فروشنده',
+ 'instructions' => 'پنهان شدن در مورد اطلاعات فروشنده در صفحه جزئیات تبلیغات',
+ ],
+ 'show_post_ad_agreement' => [
+ 'name' => 'نمایش قرارداد تبلیغات پست',
+ 'instructions' => 'اگر می خواهید توافق نامه سیاست حفظ حریم خصوصی را در صفحه ایجاد آگهی نمایش دهید ، این گزینه را روشن کنید',
+ ],
+ 'override_text' => [
+ 'name' => 'متن را لغو کنید',
+ 'instructions' => 'ارزش قدیم: ارزش جدید'
+ ],
+ 'steps_color' => [
+ 'name' => 'مراحل رنگ',
+ 'instructions' => 'رنگ مراحل پیشرفته را تغییر می دهد.'
+ ],
+ 'create_ad_button_color' => [
+ 'name' => 'رنگ دکمه تبلیغات را ایجاد کنید',
+ 'instructions' => 'دکمه ای را که با پایان یافتن انتخاب دسته جدید آگهی نشان داده می شود ، تغییر می دهد.'
+ ],
+ 'lang_switcher_for_browser' => [
+ 'name' => 'Lang Switcher برای مرورگر',
+ 'instructions' => 'به شما امکان می دهد زبان مرورگر را به عنوان زبان فعال انتخاب کنید'
+ ],
+ 'get_categories' => [
+ 'name' => 'دسته ها را دریافت کنید',
+ 'instructions' => 'این نشان دهنده دسته هایی است که ویژگی GET در آنها معتبر خواهد بود.'
+ ],
+ 'watermark' => [
+ 'name' => 'علامت',
+ 'instructions' => 'آیا علامت علامت فعال است؟'
+ ],
+ 'detailed_product_options' => [
+ 'name' => 'گزینه های دقیق محصول',
+ 'instructions' => 'به شما امکان می دهد اطلاعات موجودی و قیمت محصول را وارد کنید'
+ ],
+ 'show_subcats_mobile' => [
+ 'name' => 'زیر مجموعه ها را در نمای موبایل نشان دهید',
+ ],
+ 'show_price_to_members_only' => [
+ 'name' => 'نمایش قیمت فقط به اعضا',
+ ],
+ 'hide_ad_cat' => [
+ 'name' => 'پنهان کردن دسته ها',
+ 'instructions' => 'پنهان کردن دسته ها در لیست تبلیغات'
+ ],
+ 'show_finish_and_publish_date' => [
+ 'name' => 'تاریخ پایان را نشان دهید و تاریخ ایجاد را ایجاد کنید',
+ 'instructions' => 'قسمت های publ_at و finish_at را در صفحه ایجاد تبلیغ نمایش می دهد.'
+ ],
+ 'show_tax_field' => [
+ 'name' => 'Show Tax Field',
+ 'instructions' => 'When this option is enabled, you can set the tax rate on the ad creation page.'
+ ],
+ 'hide_contact_created_at' => [
+ 'name' => 'Hide Contact Fields For in Create New Ad'
+ ]
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/fa/stream.php b/resources/default/addons/visiosoft/advs-module/lang/fa/stream.php
new file mode 100644
index 000000000..6cf41f0a9
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/fa/stream.php
@@ -0,0 +1,37 @@
+ [
+ 'name' => 'پیشنهادات',
+ ],
+ 'categories' => [
+ 'name' => 'دسته بندی ها',
+ ],
+ 'village' => [
+ 'name' => 'روستا',
+ ],
+ 'custom_fields' => [
+ 'name' => 'موضوعات سفارشی',
+ ],
+ 'custom_field_advs' => [
+ 'name' => 'زمینه های سفارشی',
+ ],
+ 'cf_values' => [
+ 'name' => 'مقادیر Cf',
+ ],
+ 'options' => [
+ 'name' => 'گزینه ها',
+ ],
+ 'product_options' => [
+ 'name' => 'گزینه های محصول',
+ ],
+ 'productoptions_value' => [
+ 'name' => 'مقدار گزینه ها',
+ ],
+ 'option_configuration' => [
+ 'name' => 'پیکربندی',
+ ],
+ 'status' => [
+ 'name' => 'وضعیت',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/fa/view.php b/resources/default/addons/visiosoft/advs-module/lang/fa/view.php
new file mode 100644
index 000000000..31e3115ae
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/fa/view.php
@@ -0,0 +1,6 @@
+ 'ناتمام',
+ 'advanced' => 'پیشرفته',
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/fi/addon.php b/resources/default/addons/visiosoft/advs-module/lang/fi/addon.php
new file mode 100644
index 000000000..b93cb393b
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/fi/addon.php
@@ -0,0 +1,8 @@
+ 'Mainokset',
+ 'name' => 'Mainosmoduuli',
+ 'description' => 'Mainosmoduuli',
+ 'info' => 'This is the screen where you can add, delete and edit ads from the Ads page. On this page, you can simply do the operations such as post management and ad configuration.'
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/fi/button.php b/resources/default/addons/visiosoft/advs-module/lang/fi/button.php
new file mode 100644
index 000000000..bd7c2bd5d
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/fi/button.php
@@ -0,0 +1,48 @@
+ 'Uusi luokiteltu',
+ 'new_classified' => 'Uusi luokiteltu',
+ 'new_category' => 'Uusi luokka',
+ 'new_country' => 'Uusi maa',
+ 'new_city' => 'Uusi kaupunki',
+ 'new_district' => 'Uusi piiri',
+ 'new_neighborhood' => 'Uusi naapurusto',
+ 'new_village' => 'Uusi kylä',
+ 'edit' => "Muokata",
+ 'approve' => "Hyväksyä",
+ 'decline' => 'Hylkää',
+ 'extend' => 'Pidennä',
+ 'extend_all' => 'Laajenna kaikki',
+ 'convert_currency' => 'Muunna valuutta',
+ 'categories' => 'Luokat',
+ 'sub_category' => 'Alaluokat',
+ 'add_sub_category' => 'Lisää alaluokka',
+ 'sub_cities' => 'Alakaupungit',
+ 'add_sub_cities' => 'Lisää Sub City',
+ 'add_sub_districts' => 'Lisää osa-alue',
+ 'add_sub_neighborhoods' => 'Lisää lähialue',
+ 'add_sub_village' => 'Lisää alikylä',
+ 'sub_districts' => 'Osa-alueet',
+ 'sub_neighborhoods' => 'Lähiöalueet',
+ 'sub_village' => 'Alakylä',
+ 'general_settings' => 'Yleiset asetukset',
+ 'save_category' => 'Tallenna luokka',
+ 'change_owner' => 'Vaihda omistaja',
+ 'update_category' => [
+ 'name' => 'Päivitä luokka'
+ ],
+ 'new_option' => 'Uusi vaihtoehto',
+ 'export' => 'Viedä',
+ 'new_productoption' => 'Uusi tuotevalinta',
+ 'new_productoptions_value' => 'Uusi tuote -vaihtoehdon arvo',
+ 'new_options_configuration' => 'Uuden vaihtoehdon kokoonpano',
+ 'new_option_configuration' => 'Uuden vaihtoehdon kokoonpano',
+ 'create_configurations' => 'Luo määritykset',
+ 'replicate' => 'Toista',
+ 'fast_create' => 'Nopea luominen',
+ 'publish' => 'Julkaista',
+ 'import' => 'Tuonti',
+ 'new_status' => 'Uusi tila',
+ 'fast_edit' => 'Nopea muokkaus',
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/fi/currency.php b/resources/default/addons/visiosoft/advs-module/lang/fi/currency.php
new file mode 100644
index 000000000..9722fe1dd
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/fi/currency.php
@@ -0,0 +1,6 @@
+ 'Dollari',
+ 'EUR' => 'Euro',
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/fi/field.php b/resources/default/addons/visiosoft/advs-module/lang/fi/field.php
new file mode 100644
index 000000000..8a804f2a6
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/fi/field.php
@@ -0,0 +1,385 @@
+ [
+ 'name' => 'Otsikko'
+ ],
+ 'order' => [
+ 'name' => 'Tilaus'
+ ],
+ 'slug' => [
+ 'name' => 'Etana'
+ ],
+ 'parent_category' => [
+ 'name' => 'Vanhempi'
+ ],
+ 'category' => [
+ 'name' => 'Luokan nimi'
+ ],
+ 'price' => [
+ 'name' => 'Hinta'
+ ],
+ 'standard_price' => [
+ 'name' => 'Normaali hinta'
+ ],
+ 'date' => [
+ 'name' => 'Päivämäärä'
+ ],
+ 'photo' => [
+ 'name' => 'Kuva'
+ ],
+ 'video' => [
+ 'name' => 'Video'
+ ],
+ 'map' => [
+ 'name' => 'Kartta'
+ ],
+ 'stock' => [
+ 'name' => 'Varasto'
+ ],
+ 'advs_desc' => [
+ 'name' => 'Kuvaus'
+ ],
+ 'online_payment' => [
+ 'name' => 'Verkkomaksu'
+ ],
+ 'city' => [
+ 'name' => 'Kaupunki'
+ ],
+ 'country' => [
+ 'name' => 'Maa'
+ ],
+ 'district' => [
+ 'name' => 'Kaupunginosa'
+ ],
+ 'neighborhood' => [
+ 'name' => 'Naapuruus'
+ ],
+ 'village' => [
+ 'name' => 'Kylä'
+ ],
+ 'files' => [
+ 'name' => 'Kuvat'
+ ],
+ 'cat1' => [
+ 'name' => 'Pääluokka'
+ ],
+ 'cat2' => [
+ 'name' => 'Alaluokka 1'
+ ],
+ 'cat3' => [
+ 'name' => 'Alaluokka 2'
+ ],
+ 'cat4' => [
+ 'name' => 'Alaluokka 3'
+ ],
+ 'cat5' => [
+ 'name' => 'Alaluokka 4'
+ ],
+ 'cat6' => [
+ 'name' => 'Alaluokka 5'
+ ],
+ 'cat7' => [
+ 'name' => 'Alaluokka 6'
+ ],
+ 'cat8' => [
+ 'name' => 'Alaluokka 7'
+ ],
+ 'cat9' => [
+ 'name' => 'Alaluokka 8'
+ ],
+ 'cat10' => [
+ 'name' => 'Alaluokka 9'
+ ],
+ 'currency' => [
+ 'name' => 'Valuutta'
+ ],
+ 'status' => [
+ 'name' => 'Tila',
+ 'option' => [
+ 'approved' => 'Hyväksytty',
+ 'expired' => 'Vanhentunut',
+ 'unpublished' => 'Julkaisematon',
+ 'pending_admin' => 'Odottaa järjestelmänvalvojaa',
+ 'pending_user' => 'Odottava käyttäjä'
+ ]
+ ],
+ 'pending_adv' => [
+ 'name' => 'Julkaisematon'
+ ],
+ 'finish_at' => [
+ 'name' => 'Lopeta'
+ ],
+ 'cover_photo' => [
+ 'name' => 'Kansikuva'
+ ],
+ 'favs_adv' => [
+ 'name' => 'Suosikkimainokset'
+ ],
+ 'my_adv' => [
+ 'name' => 'ADVS'
+ ],
+ 'description' => 'Kuvaus',
+ 'explanation' => 'Selitys',
+ 'type' => [
+ 'name' => 'Tyyppi'
+ ],
+ 'parent_adv' => [
+ 'name' => 'Liittyvä mainos'
+ ],
+ 'value' => [
+ 'name' => 'Arvo'
+ ],
+ 'list' => 'Lista',
+ 'home' => 'Koti',
+ 'list-page' => 'Luettelosivu',
+ 'search' => 'Hae',
+ 'reset' => 'Reset',
+ 'recommended' => 'Suositellut mainokset sinulle',
+ 'filter' => 'Suodattaa',
+ 'sort' => 'Järjestellä',
+ 'sort_by' => 'Järjestä',
+ 'pick_option' => 'Valitse vaihtoehto',
+ 'pick_ordering' => 'Tilaaminen',
+ 'price_high' => 'Hinta korkeasta matalaan',
+ 'price_low' => 'Hinta matalasta korkeaan',
+ 'newest' => 'Uusin',
+ 'oldest' => 'Vanhin',
+ 'address_a_z' => 'Osoite (A - Z)',
+ 'address_z_a' => 'Osoite (Z - A)',
+ 'categories' => [
+ 'name' => 'Luokat'
+ ],
+ 'all_categories' => 'kaikki kategoriat',
+ 'location' => 'Sijainti',
+ 'send_message' => 'Lähetä viesti',
+ 'phone_gsm' => 'GSM-puhelin',
+ 'phone_office' => 'Toimistopuhelin',
+ 'add_to_favorites' => "Lisää suosikkeihin",
+ 'send' => 'Lähettää',
+ 'search_name' => 'Haun nimi',
+ 'my_favorite_searches' => 'Suosikkihaut',
+ 'search_desc' => 'Voit lisätä ja hallita suosikkihakuvalintojasi täältä.',
+ 'complaint_placeholder' => 'Kirjoita valitustiedot tähän.',
+ 'show_details' => 'Näytä yksityiskohdat',
+ 'ad_actions' => 'Mainostoiminnot',
+ 'edit' => 'Muokata',
+ 'approve' => 'Hyväksyä',
+ 'passive' => "Passiivinen",
+ 'sold' => 'Myyty',
+ 'offered_by' => 'Tarjoaja',
+ 'more_ads_by' => 'Lisää mainoksia',
+ 'click_phone' => 'Näytä puhelinnumero',
+ 'share' => 'Jaa',
+ 'report' => 'Ilmoita tästä ilmoituksesta',
+ 'features' => 'ominaisuudet',
+ "streetview" => "katunäkymä",
+ 'recommended_ads' => 'Suositellut mainokset sinulle',
+ 'new' => 'Uusi',
+ 'short_info' => 'Lyhyt tieto',
+ 'secure_trading' => 'Suojattu kaupankäynti',
+ '24/7' => '24/7 tuki',
+ 'easy_trading' => 'Helppo kaupankäynti',
+ 'need_help' => 'Tarvitsetko apua?',
+ 'give_a_call' => 'Soita',
+ 'message_sent' => 'Viesti lähetetty!',
+ 'asap' => 'Viesti lähetetty, myyjä ottaa sinuun yhteyttä heti.',
+ 'ad_id' => 'Mainoksen tunnus',
+ 'contact_with' => 'Ottaa yhteyttä',
+ 'create_adv' => 'Luo mainos',
+ 'edit_adv' => 'Muokkaa ilmoitusta',
+ 'mandatory_fields' => 'Pakolliset kentät',
+ 'ad_post' => 'Mainosviesti',
+ 'sell_item' => 'Myy tuote tai palvelu',
+ 'search_save' => 'Suosikkihaun tallennus onnistui',
+ 'address' => 'Osoite',
+ 'email' => 'Sähköposti',
+ 'phone' => 'Puhelin',
+ 'send_us_your_feedback' => 'Lähetä meille palautetta',
+ 'online_shopping' => 'SAADA',
+ 'approved' => 'Hyväksytty onnistuneesti',
+ 'extended' => 'Laajennettu onnistuneesti',
+ 'declined' => 'Hylätty onnistuneesti',
+ 'search_on_map' => 'Hae kartalta',
+ 'post_free_ad' => 'Lähetä ilmainen mainos',
+ 'select_a_category' => 'Valitse kategoria',
+ 'select_a_sub_category' => 'Valitse alaluokka',
+ 'all_dopings_added' => 'Tähän mainokseen lisätään kaikki dopingityypit.',
+ 'is_get_adv' => [
+ 'name' => 'SAADA'
+ ],
+ 'corporate_info' => 'Yritystiedot',
+ 'featured_ads' => "Suositellut mainokset",
+ 'trending_ads' => 'Trendind-mainokset',
+ 'search_ad_result_prefix' => 'päällä',
+ 'search_ad_result_text' => ': count ilmoitusta löytyi : name -hakustasi',
+ 'search_ads_result_message' => [
+ 'name' => ': laskea ilmoituksia haulle: nimihaku',
+ ],
+ 'total' => 'Kaikki yhteensä',
+ 'quantity' => 'Määrä',
+ 'view_cart' => 'Katso ostoskoria',
+ 'no_ads' => 'Ei mainoksia.',
+ 'show_display_mode' => [
+ 'map' => 'Kartta',
+ 'list' => 'Lista',
+ ],
+ 'advs_list_table_thead' => [
+ 'name' => 'Mainoksen nimi',
+ 'price' => 'Hinta',
+ 'publish_at' => 'Ilmoituksen päivämäärä',
+ 'location_city' => 'Kaupunki',
+ 'location_country' => 'Maa',
+ ],
+ 'show_list_view' => [
+ 'name' => 'Lista',
+ ],
+ 'show_table_view' => [
+ 'name' => 'Pöytä',
+ ],
+ 'showcase' => [
+ 'name' => 'Esittely',
+ ],
+ 'new_ad' => [
+ 'name' => 'Uusi mainos',
+ ],
+ 'profile' => [
+ 'name' => 'Profiili',
+ ],
+ 'my_ads' => [
+ 'name' => 'Omat mainokset',
+ ],
+ 'sold_out' => [
+ 'name' => 'Loppuunmyyty',
+ ],
+ 'edit_category' => 'Muokkaa kategoriaa',
+ 'set_category' => 'Aseta luokka',
+ 'max' => [
+ 'name' => 'Maks',
+ ],
+ 'min' => [
+ 'name' => 'Min',
+ ],
+ 'in_the_last_24_hours' => [
+ 'name' => 'Viimeisissä 24 tunnissa'
+ ],
+ 'in_the_last_day' => [
+ 'name' => 'Viimeisissä 24 tunnissa'
+ ],
+ 'in_the_last_week' => [
+ 'name' => 'Viime viikolla'
+ ],
+ 'in_the_last_month' => [
+ 'name' => 'Viime kuussa'
+ ],
+ 'ads_with_photo' => [
+ 'name' => 'Mainokset valokuvalla'
+ ],
+ 'ads_with_video' => [
+ 'name' => 'Mainokset videolla'
+ ],
+ 'yes' => [
+ 'name' => 'Joo'
+ ],
+ 'no' => [
+ 'name' => 'Ei'
+ ],
+ 'is_system' => [
+ 'name' => 'Onko järjestelmä',
+ 'instructions' => 'Järjestelmän tila vaaditaan, eikä sitä tule muuttaa',
+ ],
+ 'user_access' => [
+ 'name' => 'Käyttäjän käyttöoikeudet',
+ 'instructions' => 'Voiko käyttäjä käyttää tätä tilaa mainoksissaan?',
+ ],
+ "no_location" => "Mitään sijaintia ei ole valittu.",
+ "continue" => 'Jatkaa',
+ "gallery" => 'Galleria',
+ "ad" => 'Ilmoitus',
+ "ads" => 'Mainokset',
+ "were_found" => 'löytyi.',
+
+ // Pending screen
+ 'pending_message_1' => 'Mainos on hyväksymisprosessissa',
+ 'pending_message_2' => "Mainoksen päivityspäivä",
+ 'pending_message_3' => 'Arvioitu odotusaika',
+ 'pending_message_4' => 'Hyväksymisprosessissa käytetty aika lisätään dopingiaikaan.',
+ 'pending_message_5' => 'Puhelukeskuksesta ei voi tehdä hyväksyntämenettelyn aikana tapahtuvaa mainosta koskevia tapahtumia.',
+ 'hours' => 'tuntia',
+
+ // Preview page
+ 'preview_text' => [
+ 'part_1' => 'Jos seuraavat mainostasi koskevat tiedot ovat oikein, napsauta Jatka-painiketta ja siirry seuraavaan vaiheeseen.',
+ 'part_2' => 'Jos ei, napsauta Muokkaa-painiketta.',
+ ],
+ 'views' => 'Näkymät',
+
+ // Detail page
+ "no_street_view" => "Ei kadunäkymäkuvaa tässä paikassa",
+ 'edit_my_contact_info' => 'Muokkaa yhteystietojani',
+ 'update_my_contact_info' => 'päivitä yhteystietoni',
+ 'contact_info' => 'Yhteystiedot',
+ 'ad_info' => 'Mainoksen tiedot',
+
+ // Select cat
+ 'select_category_step_by_step' => 'Valitse luokka vaiheittain',
+
+ // New create page
+ 'options' => 'Vaihtoehdot',
+ 'category_selection' => 'Luokan valinta',
+ 'listing_details' => 'Listaustiedot',
+ 'preview' => 'Esikatselu',
+ 'congratulations' => 'Onnittelut',
+ 'ad_desc' => 'Mainoksen kuvaus',
+ 'upload_photos' => 'Lataa valokuvia',
+ 'upload_files' => 'Lähetä tiedostoja',
+ 'additional_fields' => 'Lisäkentät',
+ 'ad_location' => 'Mainoksen sijainti',
+ 'owner' => 'Omistaja',
+ 'default_owner_instruction' => 'Omistaja määrittää oletusasetukset nykyiselle käyttäjälle, jos ketään ei ole valittu',
+ 'create_page_subtitle' => 'Luo mainos moitteettomasti syöttämällä yksityiskohtaiset tiedot mainoksestasi.',
+ 'with_my_phone_numbers' => 'With my phone numbers',
+ 'not_with_my_phone_numbers' => "I don't want to be reached by phone",
+ 'how_can_you_be_contacted' => "How can you be contacted?",
+
+ // Listing page
+ 'ad_title' => 'Mainoksen otsikko',
+ 'listing_date' => 'Listauspäivä',
+ 'view' => 'Näytä',
+ 'ads_with_map' => 'Mainokset kartalla',
+ 'advanced_sorting' => 'Edistynyt lajittelu',
+ 'filter_by_word' => 'Suodata sanan mukaan',
+ 'filter_by' => 'Suodata: nimen mukaan',
+
+ 'free' => 'Vapaa',
+ 'ad_date' => 'Ilmoituksen päivämäärä',
+ 'photo_video' => 'Valokuva, video',
+ 'and_above' => 'ja yli',
+ 'and_below' => 'ja alla',
+ 'clear_all' => 'Tyhjennä',
+ 'balances' => 'Saldot',
+ 'packages' => 'Paketit',
+ 'dopings' => 'Dopingit',
+ 'advs' => 'Advs',
+ 'site' => 'Sivusto',
+ 'subscription' => 'Tilaus',
+ 'created' => 'Luotu',
+ 'product_option' => [
+ 'name' => 'Tuotevaihtoehto'
+ ],
+ 'option_json' => [
+ 'name' => 'Vaihtoehto'
+ ],
+ 'old_price' => [
+ 'name' => 'Vanha hinta'
+ ],
+ 'save_search' => 'Tallenna haku',
+ 'publish_at' => [
+ 'name' => 'Julkaisupäivä'
+ ],
+ 'tax' => [
+ 'name' => 'Tax'
+ ],
+ 'name_a_z' => 'Name (A to Z)',
+ 'name_z_a' => 'Name (Z to A)',
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/fi/message.php b/resources/default/addons/visiosoft/advs-module/lang/fi/message.php
new file mode 100644
index 000000000..b34d2632a
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/fi/message.php
@@ -0,0 +1,35 @@
+ 'Pyydetty tuote puuttuu tällä hetkellä tai ei ole aktiivinen',
+ 'please_payment' => 'Ole hyvä ja maksa',
+ 'bank_account_info' => 'Pankkitilitiedot',
+ 'agreement' => 'Napsauttamalla Julkaise, hyväksyt käyttöehtomme ja tietosuojakäytäntömme ja vahvistat, että olet tämän tuotteen laillinen omistaja.',
+ 'update_category_msg' => 'Luokiteltu luokka päivitetään.',
+ 'updated_category_msg' => 'Luokan muokkaus onnistui.',
+ 'create_ad_with_post_cat' => [
+ 'title' => "Luokan valinta on valmis.",
+ 'success' => true,
+ 'continueBtn' => "Jatkaa",
+ ],
+ 'update_category_info' => 'Päivitä luokka.',
+ 'filter_by_search_msg' => 'Suodata haun mukaan.',
+ 'delete_author_error' => 'Et voi poistaa viestiä, joka ei kuulu sinulle',
+ 'success_delete' => 'Mainos poistettu',
+ 'pending_ad_status' => 'Mainoksesi odottaa editorin hyväksyntää.',
+ 'extended' => ': numeromainoksia on laajennettu onnistuneesti.',
+ 'category_not_exist' => 'Tätä luokkaa ei ole enää olemassa!',
+ 'currency_converted' => 'Valuutta muunnettu onnistuneesti.',
+ 'choose_user' => 'Valitse käyttäjä',
+ 'owner_updated_successfully' => 'Omistaja on päivitetty onnistuneesti!',
+ 'no_add_found' => 'Mainosta ei löytynyt!',
+ 'replicated_success' => 'Mainos on kopioitu onnistuneesti!',
+ 'ad_doesnt_exist' => "Tätä mainosta ei ole olemassa!",
+ 'select_location_error' => "Valitse sijainti kartalta!",
+ 'this_ad_is_not_valid_anymore' => "Tämä mainos ei ole enää voimassa!",
+ 'approve_status_change' => "Mainoksesi tila on asetettu aktiiviseksi!",
+ 'passive_status_change' => "Mainoksesi tila on asetettu passiiviseksi!",
+ 'sold_status_change' => "Mainoksesi tila on myyty!",
+ 'status_change' => "Mainoksesi tila on asetettu tilaan: status!",
+ 'disabled_detailed_options_for_admin_role' => "Yksityiskohtaiset tuotevaihtoehdot ovat pois käytöstä.",
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/fi/permission.php b/resources/default/addons/visiosoft/advs-module/lang/fi/permission.php
new file mode 100644
index 000000000..ec8fff0a7
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/fi/permission.php
@@ -0,0 +1,108 @@
+ [
+ 'name' => 'Mainokset',
+ 'option' => [
+ 'read' => 'Voiko lukea mainoksia?',
+ 'write' => 'Voiko mainoksia luoda / muokata?',
+ 'delete' => 'Voinko poistaa mainoksia?',
+ ],
+ ],
+ 'categories' => [
+ 'name' => 'Luokat',
+ 'option' => [
+ 'read' => 'Osaa lukea luokkia?',
+ 'write' => 'Voi luoda / muokata luokkia?',
+ 'delete' => 'Voiko luokkia poistaa?',
+ ],
+ ],
+ 'village' => [
+ 'name' => 'Kylä',
+ 'option' => [
+ 'read' => 'Osaatko lukea kylää?',
+ 'write' => 'Voiko kylää luoda / muokata?',
+ 'delete' => 'Voinko poistaa kylän?',
+ ],
+ ],
+ 'custom_fields' => [
+ 'name' => 'Mukautetut kentät',
+ 'option' => [
+ 'read' => 'Voi lukea mukautettuja kenttiä?',
+ 'write' => 'Voiko luoda / muokata mukautettuja kenttiä?',
+ 'delete' => 'Voinko poistaa mukautettuja kenttiä?',
+ ],
+ ],
+ 'custom_field_advs' => [
+ 'name' => 'Mukautetut kenttämainokset',
+ 'option' => [
+ 'read' => 'Voiko lukea mukautettuja kenttämainoksia?',
+ 'write' => 'Voiko luoda / muokata mukautettuja kenttämainoksia?',
+ 'delete' => 'Voinko poistaa mukautettuja kenttämainoksia?',
+ ],
+ ],
+ 'cf_values' => [
+ 'name' => 'Vertaa arvoja',
+ 'option' => [
+ 'read' => 'Osaa lukea CF-arvot?',
+ 'write' => 'Voiko luoda / muokata CF-arvoja?',
+ 'delete' => 'Voinko poistaa CF-arvot?',
+ ],
+ ],
+ 'options' => [
+ 'name' => 'Vaihtoehdot',
+ 'option' => [
+ 'read' => 'Voi lukea vaihtoehtoja?',
+ 'write' => 'Voiko luoda / muokata asetuksia?',
+ 'delete' => 'Voinko poistaa vaihtoehtoja?',
+ ],
+ ],
+ 'productoptions' => [
+ 'name' => 'Tuotevaihtoehdot',
+ 'option' => [
+ 'read' => 'Osaa lukea tuotevaihtoehtoja?',
+ 'write' => 'Voiko luoda / muokata tuotevaihtoehtoja?',
+ 'delete' => 'Voinko poistaa tuotevaihtoehtoja?',
+ ],
+ ],
+ 'productoptions_value' => [
+ 'name' => 'Productoptions -arvo',
+ 'option' => [
+ 'read' => 'Voi lukea tuotevaihtoehtojen arvon?',
+ 'write' => 'Voiko luoda / muokata tuotevaihtoehtojen arvoa?',
+ 'delete' => 'Voinko poistaa productoptions-arvon?',
+ ],
+ ],
+ 'options_configuration' => [
+ 'name' => 'Asetusten määritys',
+ 'option' => [
+ 'read' => 'Voi lukea asetusten määritykset?',
+ 'write' => 'Voiko luoda / muokata asetusten määrityksiä?',
+ 'delete' => 'Voiko asetusten kokoonpanon poistaa?',
+ ],
+ ],
+ 'option_configuration' => [
+ 'name' => 'Vaihtoehtojen kokoonpano',
+ 'option' => [
+ 'read' => 'Voi lukea vaihtoehtokokoonpanoa?',
+ 'write' => 'Voiko luoda / muokata vaihtoehtokokoonpanoa?',
+ 'delete' => 'Voiko vaihtoehdon kokoonpanon poistaa?',
+ ],
+ ],
+ 'option_configuration' => [
+ 'name' => 'Vaihtoehtojen kokoonpano',
+ 'option' => [
+ 'read' => 'Voi lukea vaihtoehtokokoonpanoa?',
+ 'write' => 'Voiko luoda / muokata vaihtoehtokokoonpanoa?',
+ 'delete' => 'Voiko vaihtoehdon kokoonpanon poistaa?',
+ ],
+ ],
+ 'status' => [
+ 'name' => 'Tila',
+ 'option' => [
+ 'read' => 'Voi lukea tilaa?',
+ 'write' => 'Voiko tilan luoda / muokata?',
+ 'delete' => 'Voinko poistaa tilan?',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/fi/section.php b/resources/default/addons/visiosoft/advs-module/lang/fi/section.php
new file mode 100644
index 000000000..70820c227
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/fi/section.php
@@ -0,0 +1,64 @@
+ [
+ 'title' => 'Mainokset',
+ ],
+ 'categories' => [
+ 'title' => 'Luokat',
+ ],
+ 'countries' => [
+ 'title' => 'Maat',
+ ],
+ 'cities' => [
+ 'title' => 'Kaupungit',
+ ],
+ 'districts' => [
+ 'title' => 'Piirit',
+ ],
+ 'neighborhoods' => [
+ 'title' => 'Naapurustot',
+ ],
+ 'village' => [
+ 'title' => 'Kylä',
+ ],
+ 'custom_fields' => [
+ 'title' => 'Mukautetut kentät',
+ ],
+ 'custom_field_advs' => [
+ 'title' => 'Mukautetut kenttämainokset',
+ ],
+ 'cf_values' => [
+ 'title' => 'Vertaa arvoja',
+ ],
+ 'fields' => [
+ 'title' => 'Mukautetut kentät'
+ ],
+ 'assets_clear' => [
+ 'name' => 'Omaisuus selvä'
+ ],
+ 'general' => 'Kenraali',
+ 'ads' => 'Mainokset',
+ 'user' => 'Käyttäjä',
+ 'filter' => 'Suodattaa',
+ 'create_ad' => 'Luo mainos',
+ 'options' => [
+ 'title' => 'Vaihtoehdot',
+ ],
+ 'ads_image' => 'Mainoskuva',
+ 'product_options' => [
+ 'title' => 'Vaihtoehdot',
+ ],
+ 'productoptions_value' => [
+ 'title' => 'Vaihtoehtojen arvo',
+ ],
+ 'option_configuration' => [
+ 'title' => 'Kokoonpano',
+ ],
+ 'translations' => 'Käännökset',
+ 'status' => [
+ 'title' => 'Tila',
+ ],
+ 'ads_detail' => 'Mainosten tiedot',
+
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/fi/setting.php b/resources/default/addons/visiosoft/advs-module/lang/fi/setting.php
new file mode 100644
index 000000000..7d0a6b3ac
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/fi/setting.php
@@ -0,0 +1,286 @@
+ [
+ 'name' => 'Automaattinen hyväksyntä',
+ ],
+ 'default_view_type' => [
+ 'name' => 'Oletusnäkymätyyppi',
+ ],
+ 'hide_zero_price' => [
+ 'name' => 'Piilota hinta, jos nolla',
+ 'instructions' => 'Piilota hinta, jos mainoshinta on 0',
+ ],
+ 'estimated_pending_time' => [
+ 'name' => 'Arvioitu odotusaika',
+ 'instructions' => 'Tunnissa',
+ ],
+ 'default_published_time' => [
+ 'name' => 'Oletusjulkaisuaika',
+ ],
+ 'address' => [
+ 'name' => 'Ota yhteyttä osoitteeseen',
+ ],
+ 'phone' => [
+ 'name' => 'Yhteyspuhelinnumero',
+ ],
+ 'favicon' => [
+ 'name' => 'Favicon',
+ ]
+ , 'map_coordinates_long' => [
+ 'name' => 'Kartta Long Coordinate',
+ ],
+ 'map_coordinates_lat' => [
+ 'name' => 'Kartta Lat Coordinate',
+ ],
+ 'iban_numbers' => [
+ 'name' => 'IBAN',
+ ],
+ 'logo' => [
+ 'name' => 'Logo',
+ ],
+ 'ogImage' => [
+ 'name' => 'Sosiaalisen osakkeen logo',
+ 'warning' => 'Sen tulisi olla resoluutio 1 200 x 630. ',
+
+ ],
+ 'currencies' => [
+ 'name' => 'Aktiiviset valuutat',
+ ],
+ 'latest-limit' => [
+ 'name' => 'Viimeisin raja',
+ ],
+ 'site_address' => [
+ 'name' => 'Sivuston osoite',
+ 'warning' => 'Automaattinen lisäys www. www.sitename.com ',
+ ],
+ 'google_map_key' => [
+ 'name' => 'Google Map Api Key',
+ ],
+
+ 'default_country' => [
+ 'name' => 'Oletusmainoksen maa',
+ ],
+ 'hide_price_categories' => [
+ 'name' => 'Piilota hinta luokissa',
+ 'instructions' => 'Hinta piilotetaan, kun luot mainoksen tai tarkastelet mainosta näissä luokissa.'
+ ],
+ 'free_currencyconverterapi_key' => [
+ 'name' => 'Valuuttamuunnin API-avain'
+ ],
+ 'default_city' => [
+ 'name' => 'Oletusmainoskaupunki',
+ ],
+ 'default_district' => [
+ 'name' => 'Oletusmainosalue',
+ ],
+ 'default_neighborhood' => [
+ 'name' => 'Oletusmainoksen naapuruus',
+ ],
+ 'default_currency' => [
+ 'name' => 'Mainoksen oletusvaluutta',
+ ],
+ 'default_GET' => [
+ 'name' => 'Oletusmainoksen GET',
+ ],
+ 'twitter' => [
+ 'name' => 'Viserrys',
+ ],
+ 'facebook' => [
+ 'name' => 'Facebook',
+ ],
+ 'youtube' => [
+ 'name' => 'Youtube',
+ ],
+ 'google' => [
+ 'name' => 'Google',
+ ],
+ 'listing_page_image' => [
+ 'name' => 'Luettelosivun kuva',
+ ],
+ 'hide_standard_price_field' => [
+ 'name' => 'Piilota vakiohintakenttä',
+ ],
+ 'hide_options_field' => [
+ 'name' => 'Piilota Asetukset-kenttä',
+ ],
+ 'hide_village_field' => [
+ 'name' => 'Piilota kyläkenttä',
+ ],
+ 'hide_configurations' => [
+ 'name' => 'Piilota kokoonpanopainike',
+ 'instructions' => 'Piilota kokoonpanopainike mainoksen esikatselusivulla',
+ ],
+ 'make_all_fields_required' => [
+ 'name' => 'Tee kaikki kentät pakollisiksi',
+ 'instructions' => 'Vaadi käyttäjää täyttämään Hinta- ja Kuvaus-kentät mainosta luodessaan',
+ ],
+ 'make_map_required' => [
+ 'name' => 'Tee kartta pakolliseksi',
+ 'instructions' => 'Vaadi käyttäjää sijoittamaan tappi kartalle mainosta luodessaan',
+ ],
+ 'hide_listing_standard_price' => [
+ 'name' => 'Piilota listahinta',
+ ],
+ 'enabled_currencies' => [
+ 'name' => 'Käytössä olevat valuutat',
+ ],
+ 'google_statistic_code' => [
+ 'name' => 'Googlen tilastokoodi',
+ ],
+ 'register_email_field' => [
+ 'name' => 'Jäsenrekisteröinnin sähköpostivaatimus',
+ ],
+ 'market_place' => [
+ 'name' => 'Tori',
+ 'instructions' => 'If the marketplace is down, your site will act as ecommerce. For example,
+ some fields in the profile such as ads, dopings, messages, sale, packages and store are not visible and
+ removes corporate membership.'
+ ],
+ 'price_area_hidden' => [
+ 'name' => 'Hinta-alue piilotettu',
+ ],
+ 'hide_price_filter' => [
+ 'name' => 'Piilota hintasuodatin',
+ ],
+ 'hide_date_filter' => [
+ 'name' => 'Piilota päivämääräsuodatin',
+ ],
+ 'hide_photo_filter' => [
+ 'name' => 'Piilota valokuvasuodatin',
+ ],
+ 'hide_map_filter' => [
+ 'name' => 'Piilota karttasuodatin',
+ ],
+ 'show_lang_url' => [
+ 'name' => 'Näytä URL-osoitteen Lang-parametri',
+ ],
+ 'popular_ads_limit' => [
+ 'name' => 'Suosittujen mainosten raja',
+ ],
+
+ //Image
+
+ 'image_resize_backend' => [
+ 'name' => 'Kuvan koon taustakuva',
+ ],
+ 'full_image_width' => [
+ 'name' => 'Koko kuvan leveys',
+ ],
+ 'full_image_height' => [
+ 'name' => 'Koko kuvan korkeus',
+ ],
+ 'medium_image_width' => [
+ 'name' => 'Keskikokoinen kuvan leveys',
+ ],
+ 'medium_image_height' => [
+ 'name' => 'Keskikokoinen kuvan korkeus',
+ ],
+ 'thumbnail_width' => [
+ 'name' => 'Pikkukuvan leveys',
+ ],
+ 'thumbnail_height' => [
+ 'name' => 'Pikkukuvan korkeus',
+ ],
+ 'add_canvas' => [
+ 'name' => 'Lisää kangas',
+ ],
+ 'image_canvas_width' => [
+ 'name' => 'Kuvan kankaan leveys',
+ ],
+ 'image_canvas_height' => [
+ 'name' => 'Kuvan kankaan korkeus',
+ ],
+ 'watermark_type' => [
+ 'name' => 'Vesileiman tyyppi',
+ ],
+ 'watermark_text' => [
+ 'name' => 'Vesileiman teksti',
+ ],
+ 'watermark_image' => [
+ 'name' => 'Vesileima-kuva',
+ ],
+ 'watermark_position' => [
+ 'name' => 'Vesileiman sijainti',
+ ],
+ 'user_filter_limit' => [
+ 'name' => 'Käyttäjäsuodattimen raja',
+ 'instructions' => 'Hallintapaneelissa'
+ ],
+ 'show_breadcrumb_when_creating_ad' => [
+ 'name' => 'Näytä Breadcrumbia luodessasi mainosta',
+ ],
+ 'show_ads_count' => [
+ 'name' => 'Näytä mainosten määrä',
+ 'instructions' => 'Näytä mainokset lasketaan vasemmalle luokalle',
+ ],
+ 'ads_date_hidden' => [
+ 'name' => 'Piilota luontipäivä',
+ 'instructions' => 'Piilota luotu päivämäärä mainosten tietosivulla',
+ ],
+ 'hide_listing_header' => [
+ 'name' => 'Piilota luettelootsikko',
+ 'instructions' => 'Piilotus tilaamiseen ja näkymiin',
+ ],
+ 'hide_filter_section' => [
+ 'name' => 'Piilota suodatinosa',
+ 'instructions' => 'Piilotus vasemmalle suodatinalue luettelosivulle',
+ ],
+ 'hide_seller_info' => [
+ 'name' => 'Piilota myyjän tiedot',
+ 'instructions' => 'Piilotus myyjän tietoihin ilmoitusten tietosivulla',
+ ],
+ 'show_post_ad_agreement' => [
+ 'name' => 'Näytä postimainossopimus',
+ 'instructions' => 'Ota tämä käyttöön, jos haluat näyttää tietosuojakäytännön mainoksen luomissivulla',
+ ],
+ 'override_text' => [
+ 'name' => 'Ohita teksti',
+ 'instructions' => 'Vanha arvo: Uusi arvo'
+ ],
+ 'steps_color' => [
+ 'name' => 'Vaiheet Väri',
+ 'instructions' => 'Vaihtaa progressiivisten vaiheiden väriä.'
+ ],
+ 'create_ad_button_color' => [
+ 'name' => 'Luo mainospainikkeen väri',
+ 'instructions' => 'Muuttaa painiketta, joka tulee näkyviin, kun uusi mainosluokan valinta on valmis.'
+ ],
+ 'lang_switcher_for_browser' => [
+ 'name' => 'Lang-vaihtaja selaimelle',
+ 'instructions' => 'Voit valita selaimen kielen aktiiviseksi kieleksi'
+ ],
+ 'get_categories' => [
+ 'name' => 'HANKI luokkia',
+ 'instructions' => 'Se edustaa luokkia, joissa GET-ominaisuus on voimassa.'
+ ],
+ 'watermark' => [
+ 'name' => 'Vesileima',
+ 'instructions' => 'Onko vesileima aktiivinen?'
+ ],
+ 'detailed_product_options' => [
+ 'name' => 'Yksityiskohtaiset tuotevaihtoehdot',
+ 'instructions' => 'Voit antaa tuotteen varasto- ja hintatiedot'
+ ],
+ 'show_subcats_mobile' => [
+ 'name' => 'Näytä alaluokat mobiilinäkymässä',
+ ],
+ 'show_price_to_members_only' => [
+ 'name' => 'Näytä hinta vain jäsenille',
+ ],
+ 'hide_ad_cat' => [
+ 'name' => 'Piilota luokat',
+ 'instructions' => 'Piilota luokat mainosluettelossa'
+ ],
+ 'show_finish_and_publish_date' => [
+ 'name' => 'Näytä lopetuspäivä ja julkaisupäivä luomista varten',
+ 'instructions' => 'Näyttää julkaisun_at ja viimeistelyn_at-kentät mainoksen luomissivulla.'
+ ],
+ 'show_tax_field' => [
+ 'name' => 'Show Tax Field',
+ 'instructions' => 'When this option is enabled, you can set the tax rate on the ad creation page.'
+ ],
+ 'hide_contact_created_at' => [
+ 'name' => 'Hide Contact Fields For in Create New Ad'
+ ]
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/fi/stream.php b/resources/default/addons/visiosoft/advs-module/lang/fi/stream.php
new file mode 100644
index 000000000..c5e82234b
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/fi/stream.php
@@ -0,0 +1,37 @@
+ [
+ 'name' => 'Advs',
+ ],
+ 'categories' => [
+ 'name' => 'Luokat',
+ ],
+ 'village' => [
+ 'name' => 'Kylä',
+ ],
+ 'custom_fields' => [
+ 'name' => 'Mukautetut kentät',
+ ],
+ 'custom_field_advs' => [
+ 'name' => 'Mukautetut kenttätiedot',
+ ],
+ 'cf_values' => [
+ 'name' => 'Vertaa arvoja',
+ ],
+ 'options' => [
+ 'name' => 'Vaihtoehdot',
+ ],
+ 'product_options' => [
+ 'name' => 'Tuotevaihtoehdot',
+ ],
+ 'productoptions_value' => [
+ 'name' => 'Vaihtoehtojen arvo',
+ ],
+ 'option_configuration' => [
+ 'name' => 'Kokoonpano',
+ ],
+ 'status' => [
+ 'name' => 'Tila',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/fi/view.php b/resources/default/addons/visiosoft/advs-module/lang/fi/view.php
new file mode 100644
index 000000000..ac1d369e5
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/fi/view.php
@@ -0,0 +1,6 @@
+ 'Keskeneräinen',
+ 'advanced' => 'Pitkälle kehittynyt',
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/fr/addon.php b/resources/default/addons/visiosoft/advs-module/lang/fr/addon.php
new file mode 100644
index 000000000..32828ad7c
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/fr/addon.php
@@ -0,0 +1,8 @@
+ 'Les publicités',
+ 'name' => 'Module dannonces',
+ 'description' => 'Module dannonces',
+ 'info' => 'This is the screen where you can add, delete and edit ads from the Ads page. On this page, you can simply do the operations such as post management and ad configuration.'
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/fr/button.php b/resources/default/addons/visiosoft/advs-module/lang/fr/button.php
new file mode 100644
index 000000000..2021d12a6
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/fr/button.php
@@ -0,0 +1,48 @@
+ 'Nouveau Adv',
+ 'new_classified' => 'Nouvelle petite annonce',
+ 'new_category' => 'Nouvelle catégorie',
+ 'new_country' => 'Nouveau pays',
+ 'new_city' => 'Nouvelle ville',
+ 'new_district' => 'Nouveau district',
+ 'new_neighborhood' => 'Nouveau quartier',
+ 'new_village' => 'Nouveau village',
+ 'edit' => "Éditer",
+ 'approve' => "Approuver",
+ 'decline' => 'Déclin',
+ 'extend' => 'Étendre',
+ 'extend_all' => 'Tout étendre',
+ 'convert_currency' => 'Convertir la devise',
+ 'categories' => 'Les catégories',
+ 'sub_category' => 'Sous catégories',
+ 'add_sub_category' => 'Ajouter une sous catégorie',
+ 'sub_cities' => 'Sous-villes',
+ 'add_sub_cities' => 'Ajouter une ville secondaire',
+ 'add_sub_districts' => 'Ajouter un sous-district',
+ 'add_sub_neighborhoods' => 'Ajouter un sous-quartier',
+ 'add_sub_village' => 'Ajouter un sous-village',
+ 'sub_districts' => 'Sous-districts',
+ 'sub_neighborhoods' => 'Sous-quartiers',
+ 'sub_village' => 'Sous-village',
+ 'general_settings' => 'réglages généraux',
+ 'save_category' => 'Enregistrer la catégorie',
+ 'change_owner' => 'Changer de propriétaire',
+ 'update_category' => [
+ 'name' => 'Mettre à jour la catégorie'
+ ],
+ 'new_option' => 'Nouvelle option',
+ 'export' => 'Exportation',
+ 'new_productoption' => 'Nouvelle option de produit',
+ 'new_productoptions_value' => 'Nouvelle valeur de l\'option de produit',
+ 'new_options_configuration' => 'Nouvelle configuration d\'option',
+ 'new_option_configuration' => 'Nouvelle configuration d\'option',
+ 'create_configurations' => 'Créer des configurations',
+ 'replicate' => 'Reproduire',
+ 'fast_create' => 'Création rapide',
+ 'publish' => 'Publier',
+ 'import' => 'Importer',
+ 'new_status' => 'Nouveau statut',
+ 'fast_edit' => 'Modification rapide',
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/fr/currency.php b/resources/default/addons/visiosoft/advs-module/lang/fr/currency.php
new file mode 100644
index 000000000..271488532
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/fr/currency.php
@@ -0,0 +1,6 @@
+ 'Dollar',
+ 'EUR' => 'euro',
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/fr/field.php b/resources/default/addons/visiosoft/advs-module/lang/fr/field.php
new file mode 100644
index 000000000..f714da6f0
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/fr/field.php
@@ -0,0 +1,386 @@
+ [
+ 'name' => 'Titre'
+ ],
+ 'order' => [
+ 'name' => 'Ordre'
+ ],
+ 'slug' => [
+ 'name' => 'Limace'
+ ],
+ 'parent_category' => [
+ 'name' => 'Parent'
+ ],
+ 'category' => [
+ 'name' => 'Titre de la catégorie'
+ ],
+ 'price' => [
+ 'name' => 'Prix'
+ ],
+ 'standard_price' => [
+ 'name' => 'Prix standard'
+ ],
+ 'date' => [
+ 'name' => 'Date'
+ ],
+ 'photo' => [
+ 'name' => 'Photo'
+ ],
+ 'video' => [
+ 'name' => 'Vidéo'
+ ],
+ 'map' => [
+ 'name' => 'Carte'
+ ],
+ 'stock' => [
+ 'name' => 'Stock'
+ ],
+ 'advs_desc' => [
+ 'name' => 'La description'
+ ],
+ 'online_payment' => [
+ 'name' => 'Paiement en ligne'
+ ],
+ 'city' => [
+ 'name' => 'Ville'
+ ],
+ 'country' => [
+ 'name' => 'Pays'
+ ],
+ 'district' => [
+ 'name' => 'District'
+ ],
+ 'neighborhood' => [
+ 'name' => 'quartier'
+ ],
+ 'village' => [
+ 'name' => 'Village'
+ ],
+ 'files' => [
+ 'name' => 'Images'
+ ],
+ 'cat1' => [
+ 'name' => 'catégorie principale'
+ ],
+ 'cat2' => [
+ 'name' => 'Sous catégorie 1'
+ ],
+ 'cat3' => [
+ 'name' => 'Sous catégorie 2'
+ ],
+ 'cat4' => [
+ 'name' => 'Sous catégorie 3'
+ ],
+ 'cat5' => [
+ 'name' => 'Sous catégorie 4'
+ ],
+ 'cat6' => [
+ 'name' => 'Sous catégorie 5'
+ ],
+ 'cat7' => [
+ 'name' => 'Sous catégorie 6'
+ ],
+ 'cat8' => [
+ 'name' => 'Sous-catégorie 7'
+ ],
+ 'cat9' => [
+ 'name' => 'Sous-catégorie 8'
+ ],
+ 'cat10' => [
+ 'name' => 'Sous-catégorie 9'
+ ],
+ 'currency' => [
+ 'name' => 'Devise'
+ ],
+ 'status' => [
+ 'name' => 'Statut',
+ 'option' => [
+ 'approved' => 'Approuvé',
+ 'expired' => 'Expiré',
+ 'unpublished' => 'Non publié',
+ 'pending_admin' => 'Administrateur en attente',
+ 'pending_user' => 'Utilisateur en attente'
+ ]
+ ],
+ 'pending_adv' => [
+ 'name' => 'Annonces en attente'
+ ],
+ 'finish_at' => [
+ 'name' => 'Terminer à'
+ ],
+ 'cover_photo' => [
+ 'name' => 'Photo de couverture'
+ ],
+ 'favs_adv' => [
+ 'name' => 'Fav Fav'
+ ],
+ 'my_adv' => [
+ 'name' => 'ADVS'
+ ],
+ 'description' => 'La description',
+ 'explanation' => 'Explication',
+ 'type' => [
+ 'name' => 'Type'
+ ],
+ 'parent_adv' => [
+ 'name' => 'Annonce associée'
+ ],
+ 'value' => [
+ 'name' => 'Valeur'
+ ],
+ 'list' => 'liste',
+ 'home' => 'Accueil',
+ 'list-page' => 'Page de liste',
+ 'search' => 'Chercher',
+ 'reset' => 'Reset',
+ 'recommended' => 'Annonces recommandées pour vous',
+ 'filter' => 'Filtre',
+ 'sort' => 'Trier',
+ 'sort_by' => 'Trier par',
+ 'pick_option' => 'Choisissez une option',
+ 'pick_ordering' => 'Commande',
+ 'price_high' => 'Prix décroissant',
+ 'price_low' => 'Prix croissant',
+ 'newest' => 'Plus récent',
+ 'oldest' => 'Le plus ancien',
+ 'address_a_z' => 'Adresse (A à Z)',
+ 'address_z_a' => 'Adresse (Z à A)',
+ 'categories' => [
+ 'name' => 'Catégories'
+ ],
+ 'all_categories' => 'toutes catégories',
+ 'location' => 'Emplacement',
+ 'send_message' => 'Envoyer le message',
+ 'phone_gsm' => 'Téléphone GSM',
+ 'phone_office' => 'Téléphone de bureau',
+ 'add_to_favorites' => "Ajouter aux Favoris",
+ 'send' => 'Envoyer',
+ 'search_name' => 'Nom de la recherche',
+ 'my_favorite_searches' => 'Recherches préférées',
+ 'search_desc' => 'Vous pouvez ajouter et gérer vos sélections de recherche favorites ici.',
+ 'complaint_placeholder' => 'Tapez les détails de votre plainte ici.',
+ 'show_details' => 'Afficher les détails',
+ 'ad_actions' => 'Actions publicitaires',
+ 'edit' => 'modifier',
+ 'approve' => 'Approuver',
+ 'passive' => "Passif",
+ 'sold' => 'Vendu',
+ 'offered_by' => 'Offert par',
+ 'more_ads_by' => 'Plus dannonces par',
+ 'click_phone' => 'Afficher le numéro de téléphone',
+ 'share' => 'Partager cette annonce',
+ 'report' => 'Signaler cette annonce',
+ 'features' => 'Caractéristiques',
+ "streetview" => "Street View",
+ 'recommended_ads' => 'Annonces recommandées pour vous',
+ 'new' => 'Nouveau',
+ 'short_info' => 'Info courte',
+ 'secure_trading' => 'Trading sécurisé',
+ '24/7' => 'Assistance 24/7',
+ 'easy_trading' => 'Trading facile',
+ 'need_help' => 'Besoin daide pour?',
+ 'give_a_call' => 'Donner un appel sur',
+ 'message_sent' => 'Message envoyé!',
+ 'asap' => 'Message envoyé,
+ le vendeur vous contactera dès que possible.',
+ 'ad_id' => 'ID dannonce',
+ 'contact_with' => 'Contacter avec',
+ 'create_adv' => 'Créer une publicité',
+ 'edit_adv' => 'Modifier une annonce',
+ 'mandatory_fields' => 'Champs obligatoires',
+ 'ad_post' => 'Publier une annonce',
+ 'sell_item' => 'Vendre un article ou un service',
+ 'search_save' => 'Recherche de favoris enregistrée avec succès',
+ 'address' => 'Adresse',
+ 'email' => 'Email',
+ 'phone' => 'Téléphone',
+ 'send_us_your_feedback' => 'Envoyez-nous vos commentaires',
+ 'online_shopping' => 'OBTENIR',
+ 'approved' => 'Approuvé avec succès',
+ 'extended' => 'Extension réussie',
+ 'declined' => 'Refusé avec succès',
+ 'search_on_map' => 'Rechercher sur la carte',
+ 'post_free_ad' => 'Publier une annonce gratuite',
+ 'select_a_category' => 'Choisissez une catégorie',
+ 'select_a_sub_category' => 'Sélectionnez une sous-catégorie',
+ 'all_dopings_added' => 'Tous les types de dopage sont ajoutés pour cette annonce.',
+ 'is_get_adv' => [
+ 'name' => 'OBTENIR'
+ ],
+ 'corporate_info' => 'Informations sur lentreprise',
+ 'featured_ads' => "Annonces en vedette",
+ 'trending_ads' => 'Annonces Trendind',
+ 'search_ad_result_prefix' => 'sur',
+ 'search_ad_result_text' => ': comptez annonces trouvées dans votre recherche : nom ',
+ 'search_ads_result_message' => [
+ 'name' => ': compte annonces trouvées pour:recherche par nom',
+ ],
+ 'total' => 'Total',
+ 'quantity' => 'Quantité',
+ 'view_cart' => 'Voir le panier',
+ 'no_ads' => 'Pas de pubs!',
+ 'show_display_mode' => [
+ 'map' => 'Carte',
+ 'list' => 'liste',
+ ],
+ 'advs_list_table_thead' => [
+ 'name' => 'Nom de lannonce',
+ 'price' => 'Prix',
+ 'publish_at' => 'Date de lannonce',
+ 'location_city' => 'Ville',
+ 'location_country' => 'Pays',
+ ],
+ 'show_list_view' => [
+ 'name' => 'liste',
+ ],
+ 'show_table_view' => [
+ 'name' => 'Table',
+ ],
+ 'showcase' => [
+ 'name' => 'Vitrine',
+ ],
+ 'new_ad' => [
+ 'name' => 'Nouvelle annonce',
+ ],
+ 'profile' => [
+ 'name' => 'Profil',
+ ],
+ 'my_ads' => [
+ 'name' => 'Mes annonces',
+ ],
+ 'sold_out' => [
+ 'name' => 'Épuisé',
+ ],
+ 'edit_category' => 'Modifier la catégorie',
+ 'set_category' => 'Définir la catégorie',
+ 'max' => [
+ 'name' => 'Max',
+ ],
+ 'min' => [
+ 'name' => 'Min',
+ ],
+ 'in_the_last_24_hours' => [
+ 'name' => 'Au cours des dernières 24 heures'
+ ],
+ 'in_the_last_day' => [
+ 'name' => 'Au cours des dernières 24 heures'
+ ],
+ 'in_the_last_week' => [
+ 'name' => 'La semaine dernière'
+ ],
+ 'in_the_last_month' => [
+ 'name' => 'Au cours du dernier mois'
+ ],
+ 'ads_with_photo' => [
+ 'name' => 'Annonces avec photo'
+ ],
+ 'ads_with_video' => [
+ 'name' => 'Annonces avec vidéo'
+ ],
+ 'yes' => [
+ 'name' => 'Oui'
+ ],
+ 'no' => [
+ 'name' => 'Non'
+ ],
+ 'is_system' => [
+ 'name' => 'Est le système',
+ 'instructions' => 'L\'état du système est obligatoire et ne doit pas être modifié',
+ ],
+ 'user_access' => [
+ 'name' => 'Accès utilisateur',
+ 'instructions' => 'Un utilisateur peut-il utiliser ce statut sur ses annonces?',
+ ],
+ "no_location" => "Aucun emplacement n'est sélectionné.",
+ "continue" => 'Continuer',
+ "gallery" => 'Galerie',
+ "ad" => 'Un d',
+ "ads" => 'Les publicités',
+ "were_found" => 'ont été trouvés.',
+
+ // Pending screen
+ 'pending_message_1' => 'L\'annonce est en cours d\'approbation',
+ 'pending_message_2' => "Date de mise à jour de l'annonce",
+ 'pending_message_3' => 'Temps d\'attente estimé',
+ 'pending_message_4' => 'Le temps passé dans le processus d\'approbation sera ajouté au temps de dopage.',
+ 'pending_message_5' => 'Aucune transaction ne peut être effectuée à partir du centre d\'appels concernant l\'annonce dans le processus d\'approbation.',
+ 'hours' => 'heures',
+
+ // Preview page
+ 'preview_text' => [
+ 'part_1' => 'Si les informations suivantes concernant votre annonce sont correctes, cliquez sur le bouton "Continuer" et passez à l\'étape suivante.',
+ 'part_2' => 'Sinon, cliquez sur le bouton "Modifier".',
+ ],
+ 'views' => 'Vues',
+
+ // Detail page
+ "no_street_view" => "Pas d'image vue sur la rue à cet endroit",
+ 'edit_my_contact_info' => 'Modifier mes coordonnées',
+ 'update_my_contact_info' => 'mettre à jour mes coordonnées',
+ 'contact_info' => 'Informations de contact',
+ 'ad_info' => 'Informations sur l\'annonce',
+
+ // Select cat
+ 'select_category_step_by_step' => 'Sélectionnez la catégorie étape par étape',
+
+ // New create page
+ 'options' => 'Options',
+ 'category_selection' => 'Sélection de catégorie',
+ 'listing_details' => 'Détails de l\'annonce',
+ 'preview' => 'Aperçu',
+ 'congratulations' => 'Toutes nos félicitations',
+ 'ad_desc' => 'Description de l\'annonce',
+ 'upload_photos' => 'Télécharger des photos',
+ 'upload_files' => 'Télécharger des fichiers',
+ 'additional_fields' => 'Champs supplémentaires',
+ 'ad_location' => 'Emplacement de l\'annonce',
+ 'owner' => 'Propriétaire',
+ 'default_owner_instruction' => 'Le propriétaire utilisera par défaut l\'utilisateur actuel si aucun utilisateur n\'est sélectionné',
+ 'create_page_subtitle' => 'Créez parfaitement l\'annonce en saisissant des informations détaillées sur votre annonce.',
+ 'with_my_phone_numbers' => 'With my phone numbers',
+ 'not_with_my_phone_numbers' => "I don't want to be reached by phone",
+ 'how_can_you_be_contacted' => "How can you be contacted?",
+
+ // Listing page
+ 'ad_title' => 'Ajouter un titre',
+ 'listing_date' => 'Date d\'inscription',
+ 'view' => 'Vue',
+ 'ads_with_map' => 'Annonces avec carte',
+ 'advanced_sorting' => 'Tri avancé',
+ 'filter_by_word' => 'Filtrer par mot',
+ 'filter_by' => 'Filtrer par: nom',
+
+ 'free' => 'Gratuit',
+ 'ad_date' => 'Date de l\'annonce',
+ 'photo_video' => 'Photo, vidéo',
+ 'and_above' => 'et ci-dessus',
+ 'and_below' => 'et plus bas',
+ 'clear_all' => 'Tout effacer',
+ 'balances' => 'Soldes',
+ 'packages' => 'Paquets',
+ 'dopings' => 'Dopage',
+ 'advs' => 'Advs',
+ 'site' => 'Site',
+ 'subscription' => 'Abonnement',
+ 'created' => 'Créé',
+ 'product_option' => [
+ 'name' => 'Option de produit'
+ ],
+ 'option_json' => [
+ 'name' => 'Option'
+ ],
+ 'old_price' => [
+ 'name' => 'Ancien prix'
+ ],
+ 'save_search' => 'Sauvegarder la recherche',
+ 'publish_at' => [
+ 'name' => 'Date de publication'
+ ],
+ 'tax' => [
+ 'name' => 'Tax'
+ ],
+ 'name_a_z' => 'Name (A to Z)',
+ 'name_z_a' => 'Name (Z to A)',
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/fr/message.php b/resources/default/addons/visiosoft/advs-module/lang/fr/message.php
new file mode 100644
index 000000000..bd023abe8
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/fr/message.php
@@ -0,0 +1,35 @@
+ 'Le produit demandé est actuellement manquant ou inactif',
+ 'please_payment' => 'Payez s\'il vous plait',
+ 'bank_account_info' => 'information de compte bancaire',
+ 'agreement' => 'En cliquant sur Publier, vous acceptez nos conditions d\'utilisation et notre politique de confidentialité reconnaissez que vous êtes le propriétaire légitime de cet article.',
+ 'update_category_msg' => 'La catégorie classée sera mise à jour.',
+ 'updated_category_msg' => 'Catégorie modifiée avec succès.',
+ 'create_ad_with_post_cat' => [
+ 'title' => "Post an Ad in just 30 seconds",
+ 'success' => true,
+ 'continueBtn' => "Continuer",
+ ],
+ 'update_category_info' => 'Veuillez mettre à jour la catégorie.',
+ 'filter_by_search_msg' => 'Filtrer par recherche.',
+ 'delete_author_error' => 'Vous ne pouvez pas supprimer une publication qui ne vous appartient pas',
+ 'success_delete' => 'Annonce supprimée',
+ 'pending_ad_status' => 'Votre annonce est en attente d\'approbation par l\'éditeur.',
+ 'extended' => ': le nombre d\'annonces a été étendu avec succès.',
+ 'category_not_exist' => 'Cette catégorie n\'existe plus!',
+ 'currency_converted' => 'Conversion de devise réussie.',
+ 'choose_user' => 'Choisissez un utilisateur',
+ 'owner_updated_successfully' => 'Le propriétaire a été mis à jour avec succès!',
+ 'no_add_found' => 'Aucune annonce trouvée!',
+ 'replicated_success' => 'L\'annonce a été répliquée avec succès!',
+ 'ad_doesnt_exist' => "Cette annonce n'existe pas!",
+ 'select_location_error' => "Veuillez sélectionner un emplacement sur la carte!",
+ 'this_ad_is_not_valid_anymore' => "Cette annonce n'est plus valide!",
+ 'approve_status_change' => "Le statut de votre annonce a été défini sur Actif!",
+ 'passive_status_change' => "Le statut de votre annonce a été défini sur Passif!",
+ 'sold_status_change' => "Le statut de votre annonce a été défini sur Vendu!",
+ 'status_change' => "Le statut de votre annonce a été défini sur: statut!",
+ 'disabled_detailed_options_for_admin_role' => "Les options détaillées du produit sont désactivées.",
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/fr/permission.php b/resources/default/addons/visiosoft/advs-module/lang/fr/permission.php
new file mode 100644
index 000000000..1d004a3c1
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/fr/permission.php
@@ -0,0 +1,108 @@
+ [
+ 'name' => 'Les publicités',
+ 'option' => [
+ 'read' => 'Peut lire les annonces? ',
+ 'write' => 'Peut créer / modifier des annonces? ',
+ 'delete' => 'Peut supprimer des annonces?',
+ ],
+ ],
+ 'categories' => [
+ 'name' => 'Les catégories',
+ 'option' => [
+ 'read' => 'Peut lire des catégories? ',
+ 'write' => 'Peut créer / éditer des catégories? ',
+ 'delete' => 'Peut supprimer des catégories?',
+ ],
+ ],
+ 'village' => [
+ 'name' => 'Village',
+ 'option' => [
+ 'read' => 'Peut lire le village? ',
+ 'write' => 'Peut créer / éditer un village? ',
+ 'delete' => 'Peut supprimer le village?',
+ ],
+ ],
+ 'custom_fields' => [
+ 'name' => 'Les champs personnalisés',
+ 'option' => [
+ 'read' => 'Peut lire les champs personnalisés? ',
+ 'write' => 'Peut créer / éditer des champs personnalisés? ',
+ 'delete' => 'Peut supprimer des champs personnalisés?',
+ ],
+ ],
+ 'custom_field_advs' => [
+ 'name' => 'Annonces personnalisées',
+ 'option' => [
+ 'read' => 'Peut lire des annonces de terrain personnalisées? ',
+ 'write' => 'Peut créer / modifier des annonces de terrain personnalisées? ',
+ 'delete' => 'Peut-on supprimer des annonces de terrain personnalisées?',
+ ],
+ ],
+ 'cf_values' => [
+ 'name' => 'Cf valeurs',
+ 'option' => [
+ 'read' => 'Peut lire les valeurs cf? ',
+ 'write' => 'Peut créer / éditer des valeurs cf? ',
+ 'delete' => 'Peut-on supprimer les valeurs cf?',
+ ],
+ ],
+ 'options' => [
+ 'name' => 'Options',
+ 'option' => [
+ 'read' => 'Peut lire les options?',
+ 'write' => 'Peut créer / modifier des options?',
+ 'delete' => 'Peut supprimer des options?',
+ ],
+ ],
+ 'productoptions' => [
+ 'name' => 'Options de produit',
+ 'option' => [
+ 'read' => 'Peut lire les options de produit?',
+ 'write' => 'Peut créer / modifier des options de produit?',
+ 'delete' => 'Peut-on supprimer les options de produit?',
+ ],
+ ],
+ 'productoptions_value' => [
+ 'name' => 'Valeur de Productoptions',
+ 'option' => [
+ 'read' => 'Peut lire la valeur de productoptions?',
+ 'write' => 'Peut créer / modifier la valeur des options de produit?',
+ 'delete' => 'Peut supprimer la valeur productoptions?',
+ ],
+ ],
+ 'options_configuration' => [
+ 'name' => 'Configuration des options',
+ 'option' => [
+ 'read' => 'Peut lire la configuration des options?',
+ 'write' => 'Peut créer / modifier la configuration des options?',
+ 'delete' => 'Peut supprimer la configuration des options?',
+ ],
+ ],
+ 'option_configuration' => [
+ 'name' => 'Configuration des options',
+ 'option' => [
+ 'read' => 'Peut lire la configuration des options?',
+ 'write' => 'Peut créer / modifier la configuration des options?',
+ 'delete' => 'Peut supprimer la configuration des options?',
+ ],
+ ],
+ 'option_configuration' => [
+ 'name' => 'Configuration des options',
+ 'option' => [
+ 'read' => 'Peut lire la configuration des options?',
+ 'write' => 'Peut créer / modifier la configuration des options?',
+ 'delete' => 'Peut supprimer la configuration des options?',
+ ],
+ ],
+ 'status' => [
+ 'name' => 'Statut',
+ 'option' => [
+ 'read' => 'Peut lire le statut?',
+ 'write' => 'Peut créer / modifier le statut?',
+ 'delete' => 'Peut supprimer le statut?',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/fr/section.php b/resources/default/addons/visiosoft/advs-module/lang/fr/section.php
new file mode 100644
index 000000000..e5da3da41
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/fr/section.php
@@ -0,0 +1,64 @@
+ [
+ 'title' => 'Les publicités',
+ ],
+ 'categories' => [
+ 'title' => 'Les catégories',
+ ],
+ 'countries' => [
+ 'title' => 'Des pays',
+ ],
+ 'cities' => [
+ 'title' => 'Villes',
+ ],
+ 'districts' => [
+ 'title' => 'Les quartiers',
+ ],
+ 'neighborhoods' => [
+ 'title' => 'Quartiers',
+ ],
+ 'village' => [
+ 'title' => 'Village',
+ ],
+ 'custom_fields' => [
+ 'title' => 'Les champs personnalisés',
+ ],
+ 'custom_field_advs' => [
+ 'title' => 'Annonces personnalisées',
+ ],
+ 'cf_values' => [
+ 'title' => 'Cf valeurs',
+ ],
+ 'fields' => [
+ 'title' => 'Les champs personnalisés'
+ ],
+ 'assets_clear' => [
+ 'name' => 'Actifs Clear'
+ ],
+ 'general' => 'Général',
+ 'ads' => 'Les publicités',
+ 'user' => 'Utilisateur',
+ 'filter' => 'Filtre',
+ 'create_ad' => 'Créer une publicité',
+ 'options' => [
+ 'title' => 'Options',
+ ],
+ 'ads_image' => 'Image d\'annonces',
+ 'product_options' => [
+ 'title' => 'Options',
+ ],
+ 'productoptions_value' => [
+ 'title' => 'Valeur des options',
+ ],
+ 'option_configuration' => [
+ 'title' => 'Configuration',
+ ],
+ 'translations' => 'Traductions',
+ 'status' => [
+ 'title' => 'Statut',
+ ],
+ 'ads_detail' => 'Détail des annonces',
+
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/fr/setting.php b/resources/default/addons/visiosoft/advs-module/lang/fr/setting.php
new file mode 100644
index 000000000..0a98a1d5f
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/fr/setting.php
@@ -0,0 +1,286 @@
+ [
+ 'name' => 'Approuver automatiquement',
+ ],
+ 'default_view_type' => [
+ 'name' => 'Type de vue par défaut',
+ ],
+ 'hide_zero_price' => [
+ 'name' => 'Masquer le prix si zéro',
+ 'instructions' => 'Masquer le prix si le prix de l\'annonce est 0',
+ ],
+ 'estimated_pending_time' => [
+ 'name' => 'Temps d\'attente estimé',
+ 'instructions' => 'En heures',
+ ],
+ 'default_published_time' => [
+ 'name' => 'Heure de publication par défaut',
+ ],
+ 'address' => [
+ 'name' => 'Adresse de contact',
+ ],
+ 'phone' => [
+ 'name' => 'Numéro du contact',
+ ],
+ 'favicon' => [
+ 'name' => 'Favicon',
+ ]
+ , 'map_coordinates_long' => [
+ 'name' => 'Carte Longue Coordonnée',
+ ],
+ 'map_coordinates_lat' => [
+ 'name' => 'Carte Lat Coordonnée',
+ ],
+ 'iban_numbers' => [
+ 'name' => 'IBAN',
+ ],
+ 'logo' => [
+ 'name' => 'Logo',
+ ],
+ 'ogImage' => [
+ 'name' => 'Logo de partage social',
+ 'warning' => 'Il devrait être à une résolution de 1200 x 630.',
+
+ ],
+ 'currencies' => [
+ 'name' => 'Devises Actives',
+ ],
+ 'latest-limit' => [
+ 'name' => 'Dernière limite',
+ ],
+ 'site_address' => [
+ 'name' => 'Adresse du site',
+ 'warning' => 'Auto ajouté www. www. sitename.com ',
+ ],
+ 'google_map_key' => [
+ 'name' => 'Clé Api Google Map',
+ ],
+
+ 'default_country' => [
+ 'name' => 'Pays dannonce par défaut',
+ ],
+ 'hide_price_categories' => [
+ 'name' => 'Masquer le prix sur les catégories',
+ 'instructions' => 'Le prix sera masqué lorsque vous créez une annonce ou visualisez une annonce dans ces catégories.'
+ ],
+ 'free_currencyconverterapi_key' => [
+ 'name' => 'Clé API de convertisseur de devises'
+ ],
+ 'default_city' => [
+ 'name' => 'Ville dannonce par défaut',
+ ],
+ 'default_district' => [
+ 'name' => 'District dannonce par défaut',
+ ],
+ 'default_neighborhood' => [
+ 'name' => 'Quartier de lannonce par défaut',
+ ],
+ 'default_currency' => [
+ 'name' => 'Monnaie dannonce par défaut',
+ ],
+ 'default_GET' => [
+ 'name' => 'Annonce par défaut GET',
+ ],
+ 'twitter' => [
+ 'name' => 'Gazouillement',
+ ],
+ 'facebook' => [
+ 'name' => 'Facebook',
+ ],
+ 'youtube' => [
+ 'name' => 'Youtube',
+ ],
+ 'google' => [
+ 'name' => 'Google',
+ ],
+ 'listing_page_image' => [
+ 'name' => 'Image de page de liste',
+ ],
+ 'hide_standard_price_field' => [
+ 'name' => 'Masquer le champ de prix standard',
+ ],
+ 'hide_options_field' => [
+ 'name' => 'Masquer le champ d\'options',
+ ],
+ 'hide_village_field' => [
+ 'name' => 'Masquer le champ du village',
+ ],
+ 'hide_configurations' => [
+ 'name' => 'Masquer le bouton Configurations',
+ 'instructions' => 'Masquer le bouton Configurations dans la page d\'aperçu de l\'annonce',
+ ],
+ 'make_all_fields_required' => [
+ 'name' => 'Rendre tous les champs obligatoires',
+ 'instructions' => 'Exiger de l\'utilisateur qu\'il remplisse les champs Prix et Description lors de la création d\'une annonce',
+ ],
+ 'make_map_required' => [
+ 'name' => 'Rendre la carte obligatoire',
+ 'instructions' => 'Obliger l\'utilisateur à placer une épingle sur la carte lors de la création d\'une annonce',
+ ],
+ 'hide_listing_standard_price' => [
+ 'name' => 'Masquer le prix standard de l\'annonce',
+ ],
+ 'enabled_currencies' => [
+ 'name' => 'Devises activées',
+ ],
+ 'google_statistic_code' => [
+ 'name' => 'Code statistique Google',
+ ],
+ 'register_email_field' => [
+ 'name' => 'Inscription par e-mail',
+ ],
+ 'market_place' => [
+ 'name' => 'Place du marché',
+ 'instructions' => 'If the marketplace is down, your site will act as ecommerce. For example,
+ some fields in the profile such as ads, dopings, messages, sale, packages and store are not visible and
+ removes corporate membership.'
+ ],
+ 'price_area_hidden' => [
+ 'name' => 'Zone de prix masquée',
+ ],
+ 'hide_price_filter' => [
+ 'name' => 'Masquer le filtre de prix',
+ ],
+ 'hide_date_filter' => [
+ 'name' => 'Masquer le filtre de date',
+ ],
+ 'hide_photo_filter' => [
+ 'name' => 'Masquer le filtre photo',
+ ],
+ 'hide_map_filter' => [
+ 'name' => 'Masquer le filtre de la carte',
+ ],
+ 'show_lang_url' => [
+ 'name' => 'Afficher le paramètre de langue pour l\'URL',
+ ],
+ 'popular_ads_limit' => [
+ 'name' => 'Limite des annonces populaires',
+ ],
+
+ //Image
+
+ 'image_resize_backend' => [
+ 'name' => 'Backend de redimensionnement d\'image',
+ ],
+ 'full_image_width' => [
+ 'name' => 'Largeur totale de l\'image',
+ ],
+ 'full_image_height' => [
+ 'name' => 'Hauteur totale de l\'image',
+ ],
+ 'medium_image_width' => [
+ 'name' => 'Largeur d\'image moyenne',
+ ],
+ 'medium_image_height' => [
+ 'name' => 'Hauteur d\'image moyenne',
+ ],
+ 'thumbnail_width' => [
+ 'name' => 'Largeur de vignette',
+ ],
+ 'thumbnail_height' => [
+ 'name' => 'Hauteur de la vignette',
+ ],
+ 'add_canvas' => [
+ 'name' => 'Ajouter une toile',
+ ],
+ 'image_canvas_width' => [
+ 'name' => 'Largeur du canevas d\'image',
+ ],
+ 'image_canvas_height' => [
+ 'name' => 'Hauteur du canevas d\'image',
+ ],
+ 'watermark_type' => [
+ 'name' => 'Type defiligrane',
+ ],
+ 'watermark_text' => [
+ 'name' => 'Texte en filigrane',
+ ],
+ 'watermark_image' => [
+ 'name' => 'Image en filigrane',
+ ],
+ 'watermark_position' => [
+ 'name' => 'Position du filigrane',
+ ],
+ 'user_filter_limit' => [
+ 'name' => 'Limite de filtre utilisateur',
+ 'instructions' => 'Dans le panneau d\'administration'
+ ],
+ 'show_breadcrumb_when_creating_ad' => [
+ 'name' => 'Afficher le fil d\'Ariane lors de la création d\'une annonce',
+ ],
+ 'show_ads_count' => [
+ 'name' => 'Afficher le nombre d\'annonces',
+ 'instructions' => 'Les annonces diffusées comptent dans la liste des catégories de gauche',
+ ],
+ 'ads_date_hidden' => [
+ 'name' => 'Masquer la date de création',
+ 'instructions' => 'Masquer la date de création dans la page de détail des annonces',
+ ],
+ 'hide_listing_header' => [
+ 'name' => 'Masquer l\'en-tête de l\'annonce',
+ 'instructions' => 'Masquage des types de commande et d\'affichage',
+ ],
+ 'hide_filter_section' => [
+ 'name' => 'Masquer la section de filtre',
+ 'instructions' => 'Masquage dans la zone de filtre gauche de la page de liste',
+ ],
+ 'hide_seller_info' => [
+ 'name' => 'Masquer les informations du vendeur',
+ 'instructions' => 'Masquage des informations du vendeur dans la page de détail des annonces',
+ ],
+ 'show_post_ad_agreement' => [
+ 'name' => 'Afficher l\'accord de publication d\'annonce',
+ 'instructions' => 'Activez cette option si vous souhaitez afficher un accord de politique de confidentialité sur la page de création d\'annonces',
+ ],
+ 'override_text' => [
+ 'name' => 'Remplacer le texte',
+ 'instructions' => 'Ancienne valeur: nouvelle valeur'
+ ],
+ 'steps_color' => [
+ 'name' => 'Couleur des étapes',
+ 'instructions' => 'Modifie la couleur des étapes progressives.'
+ ],
+ 'create_ad_button_color' => [
+ 'name' => 'Créer une couleur de bouton d\'annonce',
+ 'instructions' => 'Modifie le bouton qui apparaît lorsque la sélection de la nouvelle catégorie d\'annonces est terminée.'
+ ],
+ 'lang_switcher_for_browser' => [
+ 'name' => 'Lang Switcher pour navigateur',
+ 'instructions' => 'Vous permet de choisir la langue du navigateur comme langue active'
+ ],
+ 'get_categories' => [
+ 'name' => 'OBTENIR Catégories',
+ 'instructions' => 'Il représente les catégories dans lesquelles la propriété GET sera valide.'
+ ],
+ 'watermark' => [
+ 'name' => 'Filigrane',
+ 'instructions' => 'Le filigrane est-il actif?'
+ ],
+ 'detailed_product_options' => [
+ 'name' => 'Options de produit détaillées',
+ 'instructions' => 'Vous permet de saisir des informations sur le stock et le prix du produit'
+ ],
+ 'show_subcats_mobile' => [
+ 'name' => 'Afficher les sous-catégories sur la vue mobile',
+ ],
+ 'show_price_to_members_only' => [
+ 'name' => 'Afficher le prix aux membres seulement',
+ ],
+ 'hide_ad_cat' => [
+ 'name' => 'Masquer les catégories',
+ 'instructions' => 'Masquer les catégories dans la liste des annonces'
+ ],
+ 'show_finish_and_publish_date' => [
+ 'name' => 'Afficher la date de fin et la date de publication pour la création',
+ 'instructions' => 'Affiche les champs publish_at et finish_at sur la page de création d\'annonce.'
+ ],
+ 'show_tax_field' => [
+ 'name' => 'Show Tax Field',
+ 'instructions' => 'When this option is enabled, you can set the tax rate on the ad creation page.'
+ ],
+ 'hide_contact_created_at' => [
+ 'name' => 'Hide Contact Fields For in Create New Ad'
+ ]
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/fr/stream.php b/resources/default/addons/visiosoft/advs-module/lang/fr/stream.php
new file mode 100644
index 000000000..3cf72c800
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/fr/stream.php
@@ -0,0 +1,37 @@
+ [
+ 'name' => 'Advs',
+ ],
+ 'categories' => [
+ 'name' => 'Les catégories',
+ ],
+ 'village' => [
+ 'name' => 'Village',
+ ],
+ 'custom_fields' => [
+ 'name' => 'Les champs personnalisés',
+ ],
+ 'custom_field_advs' => [
+ 'name' => 'Advs personnalisé',
+ ],
+ 'cf_values' => [
+ 'name' => 'Cf valeurs',
+ ],
+ 'options' => [
+ 'name' => 'Options',
+ ],
+ 'product_options' => [
+ 'name' => 'Options de produit',
+ ],
+ 'productoptions_value' => [
+ 'name' => 'Valeur des options',
+ ],
+ 'option_configuration' => [
+ 'name' => 'Configuration',
+ ],
+ 'status' => [
+ 'name' => 'Statut',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/fr/view.php b/resources/default/addons/visiosoft/advs-module/lang/fr/view.php
new file mode 100644
index 000000000..cc6d05b5d
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/fr/view.php
@@ -0,0 +1,6 @@
+ 'Inachevé',
+ 'advanced' => 'Avancée',
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/he/addon.php b/resources/default/addons/visiosoft/advs-module/lang/he/addon.php
new file mode 100644
index 000000000..2ef2a7c3c
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/he/addon.php
@@ -0,0 +1,8 @@
+ 'מודעות',
+ 'name' => 'מודול מודעות',
+ 'description' => 'מודול מודעות',
+ 'info' => 'This is the screen where you can add, delete and edit ads from the Ads page. On this page, you can simply do the operations such as post management and ad configuration.'
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/he/button.php b/resources/default/addons/visiosoft/advs-module/lang/he/button.php
new file mode 100644
index 000000000..ffcd814cb
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/he/button.php
@@ -0,0 +1,48 @@
+ 'עו"ד חדש',
+ 'new_classified' => 'מסווג חדש',
+ 'new_category' => 'קטגוריה חדשה',
+ 'new_country' => 'מדינה חדשה',
+ 'new_city' => 'עיר חדשה',
+ 'new_district' => 'מחוז חדש',
+ 'new_neighborhood' => 'שכונה חדשה',
+ 'new_village' => 'הכפר החדש',
+ 'edit' => "ערוך",
+ 'approve' => "אשר",
+ 'decline' => 'דחה',
+ 'extend' => 'הרחיבו',
+ 'extend_all' => 'הרחב את הכל',
+ 'convert_currency' => 'המרת מטבע',
+ 'categories' => 'קטגוריות',
+ 'sub_category' => 'תת קטגוריות',
+ 'add_sub_category' => 'הוסף קטגוריית משנה',
+ 'sub_cities' => 'ערי משנה',
+ 'add_sub_cities' => 'הוסף תת עיר',
+ 'add_sub_districts' => 'הוסף מחוז מחוז',
+ 'add_sub_neighborhoods' => 'הוסף שכונת משנה',
+ 'add_sub_village' => 'הוסף כפר משנה',
+ 'sub_districts' => 'מחוזות משנה',
+ 'sub_neighborhoods' => 'שכונות משנה',
+ 'sub_village' => 'סוב כפר',
+ 'general_settings' => 'הגדרות כלליות',
+ 'save_category' => 'שמור קטגוריה',
+ 'change_owner' => 'לשנות בעלים',
+ 'update_category' => [
+ 'name' => 'עדכן קטגוריה'
+ ],
+ 'new_option' => 'אפשרות חדשה',
+ 'export' => 'יְצוּא',
+ 'new_productoption' => 'מוצר חדש',
+ 'new_productoptions_value' => 'ערך אפשרות מוצר חדש',
+ 'new_options_configuration' => 'תצורת אפשרות חדשה',
+ 'new_option_configuration' => 'תצורת אפשרות חדשה',
+ 'create_configurations' => 'צור תצורות',
+ 'replicate' => 'העתק',
+ 'fast_create' => 'ליצור מהיר',
+ 'publish' => 'לְפַרְסֵם',
+ 'import' => 'יְבוּא',
+ 'new_status' => 'סטטוס חדש',
+ 'fast_edit' => 'עריכה מהירה',
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/he/currency.php b/resources/default/addons/visiosoft/advs-module/lang/he/currency.php
new file mode 100644
index 000000000..0c979b22c
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/he/currency.php
@@ -0,0 +1,6 @@
+ 'דוֹלָר',
+ 'EUR' => 'יוֹרוֹ',
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/he/field.php b/resources/default/addons/visiosoft/advs-module/lang/he/field.php
new file mode 100644
index 000000000..a3142312b
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/he/field.php
@@ -0,0 +1,385 @@
+ [
+ 'name' => 'כותרת'
+ ],
+ 'order' => [
+ 'name' => 'להזמין'
+ ],
+ 'slug' => [
+ 'name' => 'שבלול'
+ ],
+ 'parent_category' => [
+ 'name' => 'הורה'
+ ],
+ 'category' => [
+ 'name' => 'כותרת קטגוריה'
+ ],
+ 'price' => [
+ 'name' => 'מחיר'
+ ],
+ 'standard_price' => [
+ 'name' => 'מחיר סטנדרטי'
+ ],
+ 'date' => [
+ 'name' => 'תאריך'
+ ],
+ 'photo' => [
+ 'name' => 'תמונה'
+ ],
+ 'video' => [
+ 'name' => 'וידאו'
+ ],
+ 'map' => [
+ 'name' => 'מפה'
+ ],
+ 'stock' => [
+ 'name' => 'המניה'
+ ],
+ 'advs_desc' => [
+ 'name' => 'תיאור'
+ ],
+ 'online_payment' => [
+ 'name' => 'תשלום אונליין'
+ ],
+ 'city' => [
+ 'name' => 'עיר'
+ ],
+ 'country' => [
+ 'name' => 'מדינה'
+ ],
+ 'district' => [
+ 'name' => 'מחוז'
+ ],
+ 'neighborhood' => [
+ 'name' => 'שכונה'
+ ],
+ 'village' => [
+ 'name' => 'כפר'
+ ],
+ 'files' => [
+ 'name' => 'תמונות'
+ ],
+ 'cat1' => [
+ 'name' => 'קטגוריה ראשית'
+ ],
+ 'cat2' => [
+ 'name' => 'תת קטגוריה 1'
+ ],
+ 'cat3' => [
+ 'name' => 'תת קטגוריה 2'
+ ],
+ 'cat4' => [
+ 'name' => 'תת קטגוריה 3'
+ ],
+ 'cat5' => [
+ 'name' => 'תת קטגוריה 4'
+ ],
+ 'cat6' => [
+ 'name' => 'תת קטגוריה 5'
+ ],
+ 'cat7' => [
+ 'name' => 'תת קטגוריה 6'
+ ],
+ 'cat8' => [
+ 'name' => 'קטגוריית משנה 7'
+ ],
+ 'cat9' => [
+ 'name' => 'קטגוריית משנה 8'
+ ],
+ 'cat10' => [
+ 'name' => 'קטגוריית משנה 9'
+ ],
+ 'currency' => [
+ 'name' => 'מטבע'
+ ],
+ 'status' => [
+ 'name' => 'סטטוס',
+ 'option' => [
+ 'approved' => 'אושר',
+ 'expired' => 'לא בתוקף',
+ 'unpublished' => 'לא פורסם',
+ 'pending_admin' => 'מנהל ממתין',
+ 'pending_user' => 'משתמש בהמתנה'
+ ]
+ ],
+ 'pending_adv' => [
+ 'name' => 'לא פורסם'
+ ],
+ 'finish_at' => [
+ 'name' => 'סיים בשעה'
+ ],
+ 'cover_photo' => [
+ 'name' => 'תמונת רקע'
+ ],
+ 'favs_adv' => [
+ 'name' => 'מודעות מועדפות'
+ ],
+ 'my_adv' => [
+ 'name' => 'ADVS'
+ ],
+ 'description' => 'תיאור',
+ 'explanation' => 'הסבר',
+ 'type' => [
+ 'name' => 'סוג'
+ ],
+ 'parent_adv' => [
+ 'name' => 'מודעה קשורה'
+ ],
+ 'value' => [
+ 'name' => 'ערך'
+ ],
+ 'list' => 'רשימה',
+ 'home' => 'בית',
+ 'list-page' => 'עמוד רשימה',
+ 'search' => 'לחפש',
+ 'reset' => 'Reset',
+ 'recommended' => 'מודעות מומלצות עבורך',
+ 'filter' => 'סנן',
+ 'sort' => 'סוג',
+ 'sort_by' => 'מיין לפי',
+ 'pick_option' => 'בחר אפשרות',
+ 'pick_ordering' => 'מזמין',
+ 'price_high' => 'מחיר גבוה לנמוך',
+ 'price_low' => 'מחיר מהנמוך לגבוה',
+ 'newest' => 'החדש ביותר',
+ 'oldest' => 'הוותיק ביותר',
+ 'address_a_z' => 'כתובת (א \'עד ת\')',
+ 'address_z_a' => 'כתובת (Z עד A)',
+ 'categories' => [
+ 'name' => 'קטגוריות'
+ ],
+ 'all_categories' => 'כל הקטגוריות',
+ 'location' => 'מקום',
+ 'send_message' => 'לשלוח הודעה',
+ 'phone_gsm' => 'טלפון Gsm',
+ 'phone_office' => 'טלפון במשרד',
+ 'add_to_favorites' => "הוסף למועדפים",
+ 'send' => 'שלח',
+ 'search_name' => 'שם חיפוש',
+ 'my_favorite_searches' => 'חיפושים מועדפים',
+ 'search_desc' => 'אתה יכול להוסיף ולנהל את בחירות החיפוש המועדפות עליך כאן.',
+ 'complaint_placeholder' => 'הקלד את פרטי התלונה שלך כאן.',
+ 'show_details' => 'הראה פרטים',
+ 'ad_actions' => 'פעולות מודעות',
+ 'edit' => 'ערוך',
+ 'approve' => 'אשר',
+ 'passive' => "פסיבי",
+ 'sold' => 'נמכר',
+ 'offered_by' => 'מוצע על ידי',
+ 'more_ads_by' => 'מודעות נוספות מאת',
+ 'click_phone' => 'הצג מספר טלפון',
+ 'share' => 'שתף',
+ 'report' => 'דווח על מודעה זו',
+ 'features' => 'תכונות',
+ "streetview" => "תצוגת רחוב",
+ 'recommended_ads' => 'מודעות מומלצות עבורך',
+ 'new' => 'חדש',
+ 'short_info' => 'מידע קצר',
+ 'secure_trading' => 'מסחר מאובטח',
+ '24/7' => 'תמיכה 24/7',
+ 'easy_trading' => 'מסחר קל',
+ 'need_help' => 'זקוק לעזרה?',
+ 'give_a_call' => 'התקשרו',
+ 'message_sent' => 'הודעה נשלחה!',
+ 'asap' => 'ההודעה שנשלחה, המוכר יצור איתך קשר בהקדם.',
+ 'ad_id' => 'מזהה מודעה',
+ 'contact_with' => 'ליצור קשר עם',
+ 'create_adv' => 'צור מודעה',
+ 'edit_adv' => 'ערוך מודעה',
+ 'mandatory_fields' => 'שדות חובה',
+ 'ad_post' => 'פרסום מודעה',
+ 'sell_item' => 'מכור פריט או שירות',
+ 'search_save' => 'החיפוש המועדף נשמר בהצלחה',
+ 'address' => 'כתובת',
+ 'email' => 'אימייל',
+ 'phone' => 'טלפון',
+ 'send_us_your_feedback' => 'שלח לנו את המשוב שלך',
+ 'online_shopping' => 'לקבל',
+ 'approved' => 'אושר בהצלחה',
+ 'extended' => 'הוארך בהצלחה',
+ 'declined' => 'נדחה בהצלחה',
+ 'search_on_map' => 'חפש במפה',
+ 'post_free_ad' => 'פרסם מודעה בחינם',
+ 'select_a_category' => 'בחר קטגוריה',
+ 'select_a_sub_category' => 'בחר תת קטגוריה',
+ 'all_dopings_added' => 'כל סוגי הסמים מתווספים למודעה זו.',
+ 'is_get_adv' => [
+ 'name' => 'לקבל'
+ ],
+ 'corporate_info' => 'מידע תאגידי',
+ 'featured_ads' => "מודעות ממומנות",
+ 'trending_ads' => 'מודעות טרנדינד',
+ 'search_ad_result_prefix' => 'עַל',
+ 'search_ad_result_text' => ': נמצאו מודעות בחיפוש : שם ',
+ 'search_ads_result_message' => [
+ 'name' => ': ספירת מודעות שנמצאו עבור: חיפוש שמות',
+ ],
+ 'total' => 'סך הכל',
+ 'quantity' => 'כמות',
+ 'view_cart' => 'צפה בסל',
+ 'no_ads' => 'לא נמצאו מודעות.',
+ 'show_display_mode' => [
+ 'map' => 'מפה',
+ 'list' => 'רשימה',
+ ],
+ 'advs_list_table_thead' => [
+ 'name' => 'שם מודעה',
+ 'price' => 'מחיר',
+ 'publish_at' => 'תאריך מודעה',
+ 'location_city' => 'עיר',
+ 'location_country' => 'מדינה',
+ ],
+ 'show_list_view' => [
+ 'name' => 'רשימה',
+ ],
+ 'show_table_view' => [
+ 'name' => 'שולחן',
+ ],
+ 'showcase' => [
+ 'name' => 'חלון ראווה',
+ ],
+ 'new_ad' => [
+ 'name' => 'מודעה חדשה',
+ ],
+ 'profile' => [
+ 'name' => 'פרופיל',
+ ],
+ 'my_ads' => [
+ 'name' => 'המודעות שלי',
+ ],
+ 'sold_out' => [
+ 'name' => 'נמכר',
+ ],
+ 'edit_category' => 'ערוך קטגוריה',
+ 'set_category' => 'הגדר קטגוריה',
+ 'max' => [
+ 'name' => 'מקסימום',
+ ],
+ 'min' => [
+ 'name' => 'דקה',
+ ],
+ 'in_the_last_24_hours' => [
+ 'name' => 'ביממה האחרונה'
+ ],
+ 'in_the_last_day' => [
+ 'name' => 'ב 24 השעות האחרונות'
+ ],
+ 'in_the_last_week' => [
+ 'name' => 'בשבוע שעבר'
+ ],
+ 'in_the_last_month' => [
+ 'name' => 'בחודש האחרון'
+ ],
+ 'ads_with_photo' => [
+ 'name' => 'מודעות עם תמונה'
+ ],
+ 'ads_with_video' => [
+ 'name' => 'מודעות עם וידאו'
+ ],
+ 'yes' => [
+ 'name' => 'כן'
+ ],
+ 'no' => [
+ 'name' => 'לא'
+ ],
+ 'is_system' => [
+ 'name' => 'האם מערכת',
+ 'instructions' => 'סטטוס מערכת נדרש ואין לשנותו',
+ ],
+ 'user_access' => [
+ 'name' => 'הרשאת משתמש',
+ 'instructions' => 'האם משתמש יכול להשתמש בסטטוס זה במודעות שלו?',
+ ],
+ "no_location" => "לא נבחר מיקום.",
+ "continue" => 'המשך',
+ "gallery" => 'גלריה',
+ "ad" => 'מוֹדָעָה',
+ "ads" => 'מודעות',
+ "were_found" => 'נמצאו.',
+
+ // Pending screen
+ 'pending_message_1' => 'המודעה נמצאת בתהליך האישור',
+ 'pending_message_2' => "תאריך העדכון של המודעה",
+ 'pending_message_3' => 'זמן המתנה משוער',
+ 'pending_message_4' => 'משך הזמן בתהליך האישור יתווסף לזמן הסימון.',
+ 'pending_message_5' => 'לא ניתן לבצע עסקאות ממוקד הטלפון לגבי המודעה בתהליך האישור.',
+ 'hours' => 'שעה (ות',
+
+ // Preview page
+ 'preview_text' => [
+ 'part_1' => 'אם המידע הבא על המודעה שלך נכון, לחץ על כפתור "המשך" ועבור לשלב הבא.',
+ 'part_2' => 'אם לא, לחץ על כפתור "ערוך".',
+ ],
+ 'views' => 'צפיות',
+
+ // Detail page
+ "no_street_view" => "אין תמונת תצוגת רחוב במיקום זה",
+ 'edit_my_contact_info' => 'ערוך את פרטי הקשר שלי',
+ 'update_my_contact_info' => 'עדכן את פרטי הקשר שלי',
+ 'contact_info' => 'פרטי התקשרות',
+ 'ad_info' => 'מידע על מודעות',
+
+ // Select cat
+ 'select_category_step_by_step' => 'בחר קטגוריה שלב אחר שלב',
+
+ // New create page
+ 'options' => 'אפשרויות',
+ 'category_selection' => 'בחירת קטגוריות',
+ 'listing_details' => 'פרטי רישום',
+ 'preview' => 'תצוגה מקדימה',
+ 'congratulations' => 'מזל טוב',
+ 'ad_desc' => 'תיאור המודעה',
+ 'upload_photos' => 'להעלות תמונות',
+ 'upload_files' => 'העלה קבצים',
+ 'additional_fields' => 'שדות נוספים',
+ 'ad_location' => 'מיקום מודעה',
+ 'owner' => 'בעלים',
+ 'default_owner_instruction' => 'הבעלים יוגדר כברירת מחדל למשתמש הנוכחי אם לא ייבחר משתמש',
+ 'create_page_subtitle' => 'צור את המודעה ללא רבב על ידי הזנת מידע מפורט אודות המודעה שלך.',
+ 'with_my_phone_numbers' => 'With my phone numbers',
+ 'not_with_my_phone_numbers' => "I don't want to be reached by phone",
+ 'how_can_you_be_contacted' => "How can you be contacted?",
+
+ // Listing page
+ 'ad_title' => 'כותרת המודעה',
+ 'listing_date' => 'תאריך רישום',
+ 'view' => 'נוף',
+ 'ads_with_map' => 'מודעות עם מפה',
+ 'advanced_sorting' => 'מיון מתקדם',
+ 'filter_by_word' => 'סנן לפי מילה',
+ 'filter_by' => 'סנן לפי: שם',
+
+ 'free' => 'חינם',
+ 'ad_date' => 'תאריך מודעה',
+ 'photo_video' => 'צילום, וידאו',
+ 'and_above' => 'ומעל',
+ 'and_below' => 'ומתחת',
+ 'clear_all' => 'נקה הכל',
+ 'balances' => 'יתרות',
+ 'packages' => 'חבילות',
+ 'dopings' => 'סמים',
+ 'advs' => 'עו"ד',
+ 'site' => 'אֲתַר',
+ 'subscription' => 'מִנוּי',
+ 'created' => 'נוצר',
+ 'product_option' => [
+ 'name' => 'אפשרות מוצר'
+ ],
+ 'option_json' => [
+ 'name' => 'אוֹפְּצִיָה'
+ ],
+ 'old_price' => [
+ 'name' => 'מחיר ישן'
+ ],
+ 'save_search' => 'שמור חיפוש',
+ 'publish_at' => [
+ 'name' => 'פרסם תאריך'
+ ],
+ 'tax' => [
+ 'name' => 'Tax'
+ ],
+ 'name_a_z' => 'Name (A to Z)',
+ 'name_z_a' => 'Name (Z to A)',
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/he/message.php b/resources/default/addons/visiosoft/advs-module/lang/he/message.php
new file mode 100644
index 000000000..57c840959
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/he/message.php
@@ -0,0 +1,35 @@
+ 'המוצר המבוקש חסר או לא פעיל כרגע',
+ 'please_payment' => 'אנא שלם',
+ 'bank_account_info' => 'פרטי חשבון בנק',
+ 'agreement' => 'בלחיצה על \'פוסט\', אתה מסכים לתנאי השימוש ומדיניות הפרטיות שלנו מאשרים שאתה הבעלים החוקי של פריט זה.',
+ 'update_category_msg' => 'הקטגוריה המסווגת תעודכן.',
+ 'updated_category_msg' => 'הקטגוריה נערכה בהצלחה.',
+ 'create_ad_with_post_cat' => [
+ 'title' => "בחירת הקטגוריה הושלמה.",
+ 'success' => true,
+ 'continueBtn' => "המשך",
+ ],
+ 'update_category_info' => 'אנא עדכן את הקטגוריה.',
+ 'filter_by_search_msg' => 'סנן לפי חיפוש.',
+ 'delete_author_error' => 'אינך יכול למחוק פוסט שאינו שייך לך',
+ 'success_delete' => 'המודעה נמחקה',
+ 'pending_ad_status' => 'המודעה שלך ממתינה לאישור העורך.',
+ 'extended' => ': מודעת המספרים הורחבה בהצלחה.',
+ 'category_not_exist' => 'קטגוריה זו כבר לא קיימת!',
+ 'currency_converted' => 'המרת מטבע בהצלחה.',
+ 'choose_user' => 'בחר משתמש',
+ 'owner_updated_successfully' => 'הבעלים עודכן בהצלחה!',
+ 'no_add_found' => 'לא נמצאה מודעה!',
+ 'replicated_success' => 'המודעה שוכפלה בהצלחה!',
+ 'ad_doesnt_exist' => "מודעה זו אינה קיימת!",
+ 'select_location_error' => "אנא בחר מיקום במפה!",
+ 'this_ad_is_not_valid_anymore' => "מודעה זו אינה תקפה יותר!",
+ 'approve_status_change' => "סטטוס המודעה שלך הוגדר לפעיל!",
+ 'passive_status_change' => "סטטוס המודעה שלך הוגדר כפסיבי!",
+ 'sold_status_change' => "סטטוס המודעה שלך הוגדר כמכר!",
+ 'status_change' => "סטטוס המודעה שלך הוגדר ל: סטטוס!",
+ 'disabled_detailed_options_for_admin_role' => "אפשרויות מוצר מפורטות מושבתות.",
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/he/permission.php b/resources/default/addons/visiosoft/advs-module/lang/he/permission.php
new file mode 100644
index 000000000..5d2e72633
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/he/permission.php
@@ -0,0 +1,108 @@
+ [
+ 'name' => 'מודעות',
+ 'option' => [
+ 'read' => 'האם אתה יכול לקרוא מודעות?',
+ 'write' => 'האם ניתן ליצור / לערוך מודעות?',
+ 'delete' => 'האם ניתן למחוק מודעות?',
+ ],
+ ],
+ 'categories' => [
+ 'name' => 'קטגוריות',
+ 'option' => [
+ 'read' => 'האם אתה יכול לקרוא קטגוריות?',
+ 'write' => 'האם ניתן ליצור / לערוך קטגוריות?',
+ 'delete' => 'האם ניתן למחוק קטגוריות?',
+ ],
+ ],
+ 'village' => [
+ 'name' => 'כפר',
+ 'option' => [
+ 'read' => 'האם אתה יכול לקרוא כפר?',
+ 'write' => 'האם ניתן ליצור / לערוך כפר?',
+ 'delete' => 'האם ניתן למחוק כפר?',
+ ],
+ ],
+ 'custom_fields' => [
+ 'name' => 'שדות מותאמים אישית',
+ 'option' => [
+ 'read' => 'האם אתה יכול לקרוא שדות מותאמים אישית?',
+ 'write' => 'האם ניתן ליצור / לערוך שדות מותאמים אישית?',
+ 'delete' => 'האם ניתן למחוק שדות מותאמים אישית?',
+ ],
+ ],
+ 'custom_field_advs' => [
+ 'name' => 'מודעות שדה בהתאמה אישית',
+ 'option' => [
+ 'read' => 'האם ניתן לקרוא מודעות שדה בהתאמה אישית?',
+ 'write' => 'האם ניתן ליצור / לערוך מודעות שדה מותאמות אישית?',
+ 'delete' => 'האם ניתן למחוק מודעות שדה מותאמות אישית?',
+ ],
+ ],
+ 'cf_values' => [
+ 'name' => 'ערכי ה- CF',
+ 'option' => [
+ 'read' => 'האם ניתן לקרוא ערכי CF?',
+ 'write' => 'האם ניתן ליצור / לערוך ערכי CF?',
+ 'delete' => 'האם ניתן למחוק ערכי CF?',
+ ],
+ ],
+ 'options' => [
+ 'name' => 'אפשרויות',
+ 'option' => [
+ 'read' => 'האם אתה יכול לקרוא אפשרויות?',
+ 'write' => 'האם ניתן ליצור / לערוך אפשרויות?',
+ 'delete' => 'האם ניתן למחוק אפשרויות?',
+ ],
+ ],
+ 'productoptions' => [
+ 'name' => 'אפשרויות מוצר',
+ 'option' => [
+ 'read' => 'האם יכול לקרוא אפשרויות מוצר?',
+ 'write' => 'האם ניתן ליצור / לערוך אפשרויות מוצר?',
+ 'delete' => 'האם ניתן למחוק אפשרויות מוצר?',
+ ],
+ ],
+ 'productoptions_value' => [
+ 'name' => 'ערך אופציות המוצר',
+ 'option' => [
+ 'read' => 'האם ניתן לקרוא את ערך אפשרויות המוצר?',
+ 'write' => 'האם ניתן ליצור / לערוך ערך של אפשרויות מוצר?',
+ 'delete' => 'האם ניתן למחוק את ערך אפשרויות האופציות?',
+ ],
+ ],
+ 'options_configuration' => [
+ 'name' => 'תצורת אפשרויות',
+ 'option' => [
+ 'read' => 'האם תצורת אפשרויות קריאה יכולה?',
+ 'write' => 'האם ניתן ליצור / לערוך תצורת אפשרויות?',
+ 'delete' => 'האם ניתן למחוק את תצורת האפשרויות?',
+ ],
+ ],
+ 'option_configuration' => [
+ 'name' => 'תצורת אפשרות',
+ 'option' => [
+ 'read' => 'האם תצורת אפשרות לקרוא?',
+ 'write' => 'האם ניתן ליצור / לערוך תצורת אפשרויות?',
+ 'delete' => 'האם ניתן למחוק את תצורת האפשרויות?',
+ ],
+ ],
+ 'option_configuration' => [
+ 'name' => 'תצורת אפשרות',
+ 'option' => [
+ 'read' => 'האם תצורת אפשרות לקרוא?',
+ 'write' => 'האם ניתן ליצור / לערוך תצורת אפשרויות?',
+ 'delete' => 'האם ניתן למחוק את תצורת האפשרויות?',
+ ],
+ ],
+ 'status' => [
+ 'name' => 'סטָטוּס',
+ 'option' => [
+ 'read' => 'האם אתה יכול לקרוא סטטוס?',
+ 'write' => 'האם ניתן ליצור / לערוך סטטוס?',
+ 'delete' => 'האם ניתן למחוק סטטוס?',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/he/section.php b/resources/default/addons/visiosoft/advs-module/lang/he/section.php
new file mode 100644
index 000000000..732810348
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/he/section.php
@@ -0,0 +1,64 @@
+ [
+ 'title' => 'מודעות',
+ ],
+ 'categories' => [
+ 'title' => 'קטגוריות',
+ ],
+ 'countries' => [
+ 'title' => 'מדינות',
+ ],
+ 'cities' => [
+ 'title' => 'ערים',
+ ],
+ 'districts' => [
+ 'title' => 'מחוזות',
+ ],
+ 'neighborhoods' => [
+ 'title' => 'שכונות',
+ ],
+ 'village' => [
+ 'title' => 'כפר',
+ ],
+ 'custom_fields' => [
+ 'title' => 'שדות מותאמים אישית',
+ ],
+ 'custom_field_advs' => [
+ 'title' => 'מודעות שדה בהתאמה אישית',
+ ],
+ 'cf_values' => [
+ 'title' => 'ערכי ה- CF',
+ ],
+ 'fields' => [
+ 'title' => 'שדות מותאמים אישית'
+ ],
+ 'assets_clear' => [
+ 'name' => 'נכסים ברורים'
+ ],
+ 'general' => 'כללי',
+ 'ads' => 'מודעות',
+ 'user' => 'משתמש',
+ 'filter' => 'לְסַנֵן',
+ 'create_ad' => 'צור מודעה',
+ 'options' => [
+ 'title' => 'אפשרויות',
+ ],
+ 'ads_image' => 'תמונת מודעות',
+ 'product_options' => [
+ 'title' => 'אפשרויות',
+ ],
+ 'productoptions_value' => [
+ 'title' => 'ערך אפשרויות',
+ ],
+ 'option_configuration' => [
+ 'title' => 'תְצוּרָה',
+ ],
+ 'translations' => 'תרגומים',
+ 'status' => [
+ 'title' => 'סטָטוּס',
+ ],
+ 'ads_detail' => 'פרטי מודעות',
+
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/he/setting.php b/resources/default/addons/visiosoft/advs-module/lang/he/setting.php
new file mode 100644
index 000000000..1a545db4d
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/he/setting.php
@@ -0,0 +1,286 @@
+ [
+ 'name' => 'אישור אוטומטי',
+ ],
+ 'default_view_type' => [
+ 'name' => 'סוג תצוגה ברירת מחדל',
+ ],
+ 'hide_zero_price' => [
+ 'name' => 'הסתר מחיר אם אפס',
+ 'instructions' => 'הסתר את המחיר אם מחיר המודעה הוא 0',
+ ],
+ 'estimated_pending_time' => [
+ 'name' => 'זמן ממתין משוער',
+ 'instructions' => 'בשעות',
+ ],
+ 'default_published_time' => [
+ 'name' => 'זמן פרסום ברירת מחדל',
+ ],
+ 'address' => [
+ 'name' => 'צרו קשר עם כתובת',
+ ],
+ 'phone' => [
+ 'name' => 'צור קשר עם טלפון',
+ ],
+ 'favicon' => [
+ 'name' => 'פייביקון',
+ ]
+ , 'map_coordinates_long' => [
+ 'name' => 'מפה לתיאום ארוך',
+ ],
+ 'map_coordinates_lat' => [
+ 'name' => 'קואורדינטת Lat מפת',
+ ],
+ 'iban_numbers' => [
+ 'name' => 'IBAN',
+ ],
+ 'logo' => [
+ 'name' => 'לוגו',
+ ],
+ 'ogImage' => [
+ 'name' => 'לוגו של שיתוף חברתי',
+ 'warning' => 'זה אמור להיות ברזולוציה של 1200 x 630. ',
+
+ ],
+ 'currencies' => [
+ 'name' => 'מטבעות פעילים',
+ ],
+ 'latest-limit' => [
+ 'name' => 'המגבלה האחרונה',
+ ],
+ 'site_address' => [
+ 'name' => 'כתובת אתר',
+ 'warning' => 'נוסף אוטומטית www. www.sitename.com ',
+ ],
+ 'google_map_key' => [
+ 'name' => 'מפתח המפתח של גוגל',
+ ],
+
+ 'default_country' => [
+ 'name' => 'מדינה ברירת מחדל',
+ ],
+ 'hide_price_categories' => [
+ 'name' => 'הסתר מחיר בקטגוריות',
+ 'instructions' => 'המחיר יוסתר כאשר תיצור מודעה או תראה מודעה בקטגוריות אלה.'
+ ],
+ 'free_currencyconverterapi_key' => [
+ 'name' => 'מפתח API של ממיר מטבע'
+ ],
+ 'default_city' => [
+ 'name' => 'עיר ברירת מחדל',
+ ],
+ 'default_district' => [
+ 'name' => 'מחוז ברירת מחדל',
+ ],
+ 'default_neighborhood' => [
+ 'name' => 'שכונת מודעות ברירת מחדל',
+ ],
+ 'default_currency' => [
+ 'name' => 'מטבע ברירת מחדל של מודעות',
+ ],
+ 'default_GET' => [
+ 'name' => 'ברירת מחדל של מודעות GET',
+ ],
+ 'twitter' => [
+ 'name' => 'טוויטר',
+ ],
+ 'facebook' => [
+ 'name' => 'פייסבוק',
+ ],
+ 'youtube' => [
+ 'name' => 'יוטיוב',
+ ],
+ 'google' => [
+ 'name' => 'גוגל',
+ ],
+ 'listing_page_image' => [
+ 'name' => 'תמונת עמוד רישום',
+ ],
+ 'hide_standard_price_field' => [
+ 'name' => 'הסתר שדה מחיר רגיל',
+ ],
+ 'hide_options_field' => [
+ 'name' => 'הסתר שדה אפשרויות',
+ ],
+ 'hide_village_field' => [
+ 'name' => 'הסתר את שדה הכפר',
+ ],
+ 'hide_configurations' => [
+ 'name' => 'הסתר את לחצן התצורות',
+ 'instructions' => 'הסתר את לחצן התצורות בדף תצוגה מקדימה של מודעות',
+ ],
+ 'make_all_fields_required' => [
+ 'name' => 'הפוך את כל השדות לדרושים',
+ 'instructions' => 'דרוש מהמשתמש למלא את שדות המחיר והתיאור בעת יצירת מודעה',
+ ],
+ 'make_map_required' => [
+ 'name' => 'הפוך את המפה לחובה',
+ 'instructions' => 'דרוש מהמשתמש להציב סיכה על המפה בעת יצירת מודעה',
+ ],
+ 'hide_listing_standard_price' => [
+ 'name' => 'הסתר מחיר סטנדרטי של רישום',
+ ],
+ 'enabled_currencies' => [
+ 'name' => 'מטבעות מופעלים',
+ ],
+ 'google_statistic_code' => [
+ 'name' => 'קוד סטטיסטי של גוגל',
+ ],
+ 'register_email_field' => [
+ 'name' => 'דרישת דוא"ל לרישום חבר',
+ ],
+ 'market_place' => [
+ 'name' => 'זירת מסחר',
+ 'instructions' => 'If the marketplace is down, your site will act as ecommerce. For example,
+ some fields in the profile such as ads, dopings, messages, sale, packages and store are not visible and
+ removes corporate membership.'
+ ],
+ 'price_area_hidden' => [
+ 'name' => 'אזור מחיר מוסתר',
+ ],
+ 'hide_price_filter' => [
+ 'name' => 'הסתר מסנן מחירים',
+ ],
+ 'hide_date_filter' => [
+ 'name' => 'הסתר מסנן תאריכים',
+ ],
+ 'hide_photo_filter' => [
+ 'name' => 'הסתר מסנן תמונות',
+ ],
+ 'hide_map_filter' => [
+ 'name' => 'הסתר את מסנן המפות',
+ ],
+ 'show_lang_url' => [
+ 'name' => 'הצג פרמטר Lang עבור URL',
+ ],
+ 'popular_ads_limit' => [
+ 'name' => 'מגבלת מודעות פופולריות',
+ ],
+
+ //Image
+
+ 'image_resize_backend' => [
+ 'name' => 'תמונה שינוי גודל backend',
+ ],
+ 'full_image_width' => [
+ 'name' => 'רוחב תמונה מלא',
+ ],
+ 'full_image_height' => [
+ 'name' => 'תמונה מלאה גובה',
+ ],
+ 'medium_image_width' => [
+ 'name' => 'רוחב תמונה בינוני',
+ ],
+ 'medium_image_height' => [
+ 'name' => 'גובה תמונה בינוני',
+ ],
+ 'thumbnail_width' => [
+ 'name' => 'רוחב תמונה ממוזערת',
+ ],
+ 'thumbnail_height' => [
+ 'name' => 'גובה תמונה ממוזערת',
+ ],
+ 'add_canvas' => [
+ 'name' => 'הוסף בד',
+ ],
+ 'image_canvas_width' => [
+ 'name' => 'רוחב בד תמונה',
+ ],
+ 'image_canvas_height' => [
+ 'name' => 'תמונה גובה בד',
+ ],
+ 'watermark_type' => [
+ 'name' => 'סוג סימן מים',
+ ],
+ 'watermark_text' => [
+ 'name' => 'טקסט סימן מים',
+ ],
+ 'watermark_image' => [
+ 'name' => 'תמונה של סימן מים',
+ ],
+ 'watermark_position' => [
+ 'name' => 'מיקום סימן מים',
+ ],
+ 'user_filter_limit' => [
+ 'name' => 'מגבלת מסנן משתמשים',
+ 'instructions' => 'בחלונית הניהול'
+ ],
+ 'show_breadcrumb_when_creating_ad' => [
+ 'name' => 'הראה פירורי לחם בעת יצירת מודעה',
+ ],
+ 'show_ads_count' => [
+ 'name' => 'ספירת מודעות הצגה',
+ 'instructions' => 'הצגת מודעות נספרת ברשימת הקטגוריות השמאלית',
+ ],
+ 'ads_date_hidden' => [
+ 'name' => 'הסתר תאריך יצירה',
+ 'instructions' => 'הסתר את התאריך שנוצר בדף פרטי המודעות',
+ ],
+ 'hide_listing_header' => [
+ 'name' => 'הסתר כותרת רישום',
+ 'instructions' => 'הסתרה לסוגי הזמנה ותצוגה',
+ ],
+ 'hide_filter_section' => [
+ 'name' => 'הסתר את קטע המסנן',
+ 'instructions' => 'הסתרת אזור הסינון השמאלי בדף הרישום',
+ ],
+ 'hide_seller_info' => [
+ 'name' => 'הסתר מידע על מוכר',
+ 'instructions' => 'הסתרה למידע על מוכר בדף פירוט המודעות',
+ ],
+ 'show_post_ad_agreement' => [
+ 'name' => 'הצג הסכם מודעות לפרסום',
+ 'instructions' => 'הפעל זאת אם ברצונך להציג הסכם מדיניות פרטיות בדף יצירת המודעות',
+ ],
+ 'override_text' => [
+ 'name' => 'עקוף טקסט',
+ 'instructions' => 'ערך ישן: ערך חדש'
+ ],
+ 'steps_color' => [
+ 'name' => 'מדרגות צבע',
+ 'instructions' => 'משנה את צבע הצעדים המתקדמים.'
+ ],
+ 'create_ad_button_color' => [
+ 'name' => 'צור צבע כפתור מודעה',
+ 'instructions' => 'משנה את הכפתור שמופיע לאחר בחירת קטגוריית המודעות החדשה.'
+ ],
+ 'lang_switcher_for_browser' => [
+ 'name' => 'Lang Switcher לדפדפן',
+ 'instructions' => 'מאפשר לך לבחור את שפת הדפדפן כשפה פעילה'
+ ],
+ 'get_categories' => [
+ 'name' => 'קבל קטגוריות',
+ 'instructions' => 'הוא מייצג את הקטגוריות בהן נכס ה- GET יהיה תקף.'
+ ],
+ 'watermark' => [
+ 'name' => 'סימן מים',
+ 'instructions' => 'האם סימן מים פעיל?'
+ ],
+ 'detailed_product_options' => [
+ 'name' => 'אפשרויות מוצר מפורטות',
+ 'instructions' => 'מאפשר לך להזין מידע על מלאי ומחיר עבור המוצר'
+ ],
+ 'show_subcats_mobile' => [
+ 'name' => 'הצג קטגוריות משנה בתצוגת הנייד',
+ ],
+ 'show_price_to_members_only' => [
+ 'name' => 'הצג מחיר לחברים בלבד',
+ ],
+ 'hide_ad_cat' => [
+ 'name' => 'הסתר קטגוריות',
+ 'instructions' => 'הסתר קטגוריות ברשימת המודעות'
+ ],
+ 'show_finish_and_publish_date' => [
+ 'name' => 'הצג תאריך סיום ופרסם תאריך ליצירה',
+ 'instructions' => 'מציג את השדות publish_at ו- finish_at בדף יצירת המודעות.'
+ ],
+ 'show_tax_field' => [
+ 'name' => 'Show Tax Field',
+ 'instructions' => 'When this option is enabled, you can set the tax rate on the ad creation page.'
+ ],
+ 'hide_contact_created_at' => [
+ 'name' => 'Hide Contact Fields For in Create New Ad'
+ ]
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/he/stream.php b/resources/default/addons/visiosoft/advs-module/lang/he/stream.php
new file mode 100644
index 000000000..2fd67f8ae
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/he/stream.php
@@ -0,0 +1,37 @@
+ [
+ 'name' => 'עורכי דין',
+ ],
+ 'categories' => [
+ 'name' => 'קטגוריות',
+ ],
+ 'village' => [
+ 'name' => 'כפר',
+ ],
+ 'custom_fields' => [
+ 'name' => 'שדות מותאמים אישית',
+ ],
+ 'custom_field_advs' => [
+ 'name' => 'שדות בהתאמה אישית',
+ ],
+ 'cf_values' => [
+ 'name' => 'ערכי ה- CF',
+ ],
+ 'options' => [
+ 'name' => 'אפשרויות',
+ ],
+ 'product_options' => [
+ 'name' => 'אפשרויות מוצר',
+ ],
+ 'productoptions_value' => [
+ 'name' => 'ערך אפשרויות',
+ ],
+ 'option_configuration' => [
+ 'name' => 'תְצוּרָה',
+ ],
+ 'status' => [
+ 'name' => 'סטָטוּס',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/he/view.php b/resources/default/addons/visiosoft/advs-module/lang/he/view.php
new file mode 100644
index 000000000..c23386f0a
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/he/view.php
@@ -0,0 +1,6 @@
+ 'לא גמור',
+ 'advanced' => 'מִתקַדֵם',
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/hi/addon.php b/resources/default/addons/visiosoft/advs-module/lang/hi/addon.php
new file mode 100644
index 000000000..5bdeb31c2
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/hi/addon.php
@@ -0,0 +1,8 @@
+ 'विज्ञापन',
+ 'name' => 'विज्ञापन मॉड्यूल',
+ 'description' => 'विज्ञापन मॉड्यूल',
+ 'info' => 'This is the screen where you can add, delete and edit ads from the Ads page. On this page, you can simply do the operations such as post management and ad configuration.'
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/hi/button.php b/resources/default/addons/visiosoft/advs-module/lang/hi/button.php
new file mode 100644
index 000000000..52fb1b07a
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/hi/button.php
@@ -0,0 +1,48 @@
+ 'नई सलाह',
+ 'new_classified' => 'नया वर्गीकृत',
+ 'new_category' => 'नई श्रेणी',
+ 'new_country' => 'नया देश',
+ 'new_city' => 'नया शहर',
+ 'new_district' => 'नया जिला',
+ 'new_neighborhood' => 'न्यू नेबरहुड',
+ 'new_village' => 'नया गाँव',
+ 'edit' => "संपादित करें",
+ 'approve' => "मंजूर",
+ 'decline' => 'पतन',
+ 'extend' => 'बढ़ाएँ',
+ 'extend_all' => 'सभी बढ़ाएँ',
+ 'convert_currency' => 'मुद्रा परिवर्तित करें',
+ 'categories' => 'श्रेणियाँ',
+ 'sub_category' => 'उप श्रेणियाँ',
+ 'add_sub_category' => 'उप श्रेणी जोड़ें',
+ 'sub_cities' => 'उप शहर',
+ 'add_sub_cities' => 'सब सिटी जोड़ें',
+ 'add_sub_districts' => 'उप जिला जोड़ें',
+ 'add_sub_neighborhoods' => 'उप पड़ोस जोड़ें',
+ 'add_sub_village' => 'उप ग्राम जोड़ें',
+ 'sub_districts' => 'उप जिलों',
+ 'sub_neighborhoods' => 'उप पड़ोस',
+ 'sub_village' => 'उप ग्राम',
+ 'general_settings' => 'सामान्य सेटिंग्स',
+ 'save_category' => 'श्रेणी सहेजें',
+ 'change_owner' => 'परिवर्तन का मालिक',
+ 'update_category' => [
+ 'name' => 'अद्यतन श्रेणी'
+ ],
+ 'new_option' => 'नया विकल्प',
+ 'export' => 'निर्यात',
+ 'new_productoption' => 'नया उत्पाद',
+ 'new_productoptions_value' => 'नए उत्पाद विकल्प मूल्य',
+ 'new_options_configuration' => 'नया विकल्प कॉन्फ़िगरेशन',
+ 'new_option_configuration' => 'नया विकल्प कॉन्फ़िगरेशन',
+ 'create_configurations' => 'कॉन्फ़िगरेशन बनाएँ',
+ 'replicate' => 'दोहराने',
+ 'fast_create' => 'तेजी से बना',
+ 'publish' => 'प्रकाशित करना',
+ 'import' => 'आयात',
+ 'new_status' => 'Naee sthiti',
+ 'fast_edit' => 'तेजी से संपादित करें',
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/hi/currency.php b/resources/default/addons/visiosoft/advs-module/lang/hi/currency.php
new file mode 100644
index 000000000..b904b8c6a
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/hi/currency.php
@@ -0,0 +1,6 @@
+ 'डॉलर',
+ 'EUR' => 'यूरो',
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/hi/field.php b/resources/default/addons/visiosoft/advs-module/lang/hi/field.php
new file mode 100644
index 000000000..6d1bd1687
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/hi/field.php
@@ -0,0 +1,385 @@
+ [
+ 'name' => 'शीर्षक'
+ ],
+ 'order' => [
+ 'name' => 'गण'
+ ],
+ 'slug' => [
+ 'name' => 'काउंटर'
+ ],
+ 'parent_category' => [
+ 'name' => 'माता-पिता'
+ ],
+ 'category' => [
+ 'name' => 'श्रेणी शीर्षक'
+ ],
+ 'price' => [
+ 'name' => 'कीमत'
+ ],
+ 'standard_price' => [
+ 'name' => 'प्रामाणिक मूल्य'
+ ],
+ 'date' => [
+ 'name' => 'तारीख'
+ ],
+ 'photo' => [
+ 'name' => 'तस्वीर'
+ ],
+ 'video' => [
+ 'name' => 'वीडियो'
+ ],
+ 'map' => [
+ 'name' => 'नक्शा'
+ ],
+ 'stock' => [
+ 'name' => 'भण्डार'
+ ],
+ 'advs_desc' => [
+ 'name' => 'विवरण'
+ ],
+ 'online_payment' => [
+ 'name' => 'ऑनलाइन भुगतान'
+ ],
+ 'city' => [
+ 'name' => 'Faridabad'
+ ],
+ 'country' => [
+ 'name' => 'देश'
+ ],
+ 'district' => [
+ 'name' => 'जिला'
+ ],
+ 'neighborhood' => [
+ 'name' => 'आस - पड़ोस'
+ ],
+ 'village' => [
+ 'name' => 'गाँव'
+ ],
+ 'files' => [
+ 'name' => 'इमेजिस'
+ ],
+ 'cat1' => [
+ 'name' => 'मुख्य श्रेणी'
+ ],
+ 'cat2' => [
+ 'name' => 'उप श्रेणी १'
+ ],
+ 'cat3' => [
+ 'name' => 'उप श्रेणी २'
+ ],
+ 'cat4' => [
+ 'name' => 'उप श्रेणी ३'
+ ],
+ 'cat5' => [
+ 'name' => 'उप श्रेणी ४'
+ ],
+ 'cat6' => [
+ 'name' => 'उप श्रेणी ५'
+ ],
+ 'cat7' => [
+ 'name' => 'उप श्रेणी ६'
+ ],
+ 'cat8' => [
+ 'name' => 'उप श्रेणी 7'
+ ],
+ 'cat9' => [
+ 'name' => 'उप श्रेणी 8'
+ ],
+ 'cat10' => [
+ 'name' => 'उप श्रेणी ९'
+ ],
+ 'currency' => [
+ 'name' => 'मुद्रा'
+ ],
+ 'status' => [
+ 'name' => 'स्थिति',
+ 'option' => [
+ 'approved' => 'मंजूर की',
+ 'expired' => 'समय सीमा समाप्त',
+ 'unpublished' => 'अप्रकाशित',
+ 'pending_admin' => 'लंबित व्यवस्थापन',
+ 'pending_user' => 'लंबित उपयोगकर्ता'
+ ]
+ ],
+ 'pending_adv' => [
+ 'name' => 'अप्रकाशित'
+ ],
+ 'finish_at' => [
+ 'name' => 'पर खत्म करो'
+ ],
+ 'cover_photo' => [
+ 'name' => 'आवरण चित्र'
+ ],
+ 'favs_adv' => [
+ 'name' => 'फेव विज्ञापन'
+ ],
+ 'my_adv' => [
+ 'name' => 'advs'
+ ],
+ 'description' => 'विवरण',
+ 'explanation' => 'व्याख्या',
+ 'type' => [
+ 'name' => 'प्रकार'
+ ],
+ 'parent_adv' => [
+ 'name' => 'संबंधित विज्ञापन'
+ ],
+ 'value' => [
+ 'name' => 'मूल्य'
+ ],
+ 'list' => 'सूची',
+ 'home' => 'घर',
+ 'list-page' => 'सूची पृष्ठ',
+ 'search' => 'खोज',
+ 'reset' => 'Reset',
+ 'recommended' => 'आपके लिए अनुशंसित विज्ञापन',
+ 'filter' => 'फ़िल्टर',
+ 'sort' => 'तरह',
+ 'sort_by' => 'इसके अनुसार क्रमबद्ध करें',
+ 'pick_option' => 'एक विकल्प चुनें',
+ 'pick_ordering' => 'आदेश',
+ 'price_high' => 'कीमत कम से कम',
+ 'price_low' => 'कीमतों का उतार - चढ़ाव',
+ 'newest' => 'नवीनतम',
+ 'oldest' => 'सबसे पुराना',
+ 'address_a_z' => 'पता (A से Z)',
+ 'address_z_a' => 'पता (Z से A)',
+ 'categories' => [
+ 'name' => 'श्रेणियाँ'
+ ],
+ 'all_categories' => 'सब वर्ग',
+ 'location' => 'स्थान',
+ 'send_message' => 'मेसेज भेजें',
+ 'phone_gsm' => 'जीएसएम फोन',
+ 'phone_office' => 'कार्यालय का फोन',
+ 'add_to_favorites' => "पसंदीदा में जोड़े",
+ 'send' => 'संदेश',
+ 'search_name' => 'खोज नाम',
+ 'my_favorite_searches' => 'पसंदीदा खोजें',
+ 'search_desc' => 'आप अपने पसंदीदा खोज चयन यहां जोड़ और प्रबंधित कर सकते हैं।',
+ 'complaint_placeholder' => 'अपनी शिकायत का विवरण यहां लिखें।',
+ 'show_details' => 'प्रदर्शन का विवरण',
+ 'ad_actions' => 'विज्ञापन क्रिया',
+ 'edit' => 'संपादित करें',
+ 'approve' => 'मंजूर',
+ 'passive' => "निष्क्रिय",
+ 'sold' => 'बिक',
+ 'offered_by' => 'के द्वारा दिया गया',
+ 'more_ads_by' => 'अधिक विज्ञापन द्वारा',
+ 'click_phone' => 'फोन नंबर दिखाएं',
+ 'share' => 'शेयर',
+ 'report' => 'इस विज्ञापन की रिपोर्ट करें',
+ 'features' => 'विशेषताएं',
+ "streetview" => "सड़क का दृश्य",
+ 'recommended_ads' => 'आपके लिए अनुशंसित विज्ञापन',
+ 'new' => 'नया',
+ 'short_info' => 'संक्षिप्त जानकारी',
+ 'secure_trading' => 'सुरक्षित ट्रेडिंग',
+ '24/7' => '24/7 सहायता',
+ 'easy_trading' => 'आसान ट्रेडिंग',
+ 'need_help' => 'मदद की ज़रूरत है?',
+ 'give_a_call' => 'पर कॉल दें',
+ 'message_sent' => 'मैसेज बेजा गया!',
+ 'asap' => 'संदेश भेजा गया, विक्रेता आपसे संपर्क करेगा।',
+ 'ad_id' => 'विज्ञापन आईडी',
+ 'contact_with' => 'संपर्क करें',
+ 'create_adv' => 'विज्ञापन बनाना',
+ 'edit_adv' => 'विज्ञापन संपादित करें',
+ 'mandatory_fields' => 'अनिवार्य क्षेत्र',
+ 'ad_post' => 'विज्ञापन पोस्ट',
+ 'sell_item' => 'किसी वस्तु या सेवा को बेचना',
+ 'search_save' => 'पसंदीदा खोज सफलतापूर्वक सहेजी गई',
+ 'address' => 'पता',
+ 'email' => 'ईमेल',
+ 'phone' => 'फ़ोन',
+ 'send_us_your_feedback' => 'अपनी प्रतिक्रिया भेजें',
+ 'online_shopping' => 'प्राप्त',
+ 'approved' => 'सफलतापूर्वक स्वीकृत',
+ 'extended' => 'सफलतापूर्वक बढ़ाया गया',
+ 'declined' => 'सफलतापूर्वक घोषित',
+ 'search_on_map' => 'मानचित्र पर खोजें',
+ 'post_free_ad' => 'नि: शुल्क विज्ञापन पोस्ट करें',
+ 'select_a_category' => 'एक वर्ग का चयन करें',
+ 'select_a_sub_category' => 'एक उप - श्रेणी का चयन करें',
+ 'all_dopings_added' => 'इस विज्ञापन के लिए सभी डोपिंग प्रकार जोड़े गए हैं।',
+ 'is_get_adv' => [
+ 'name' => 'प्राप्त'
+ ],
+ 'corporate_info' => 'कॉर्पोरेट जानकारी',
+ 'featured_ads' => "सुविधाजनक विज्ञापन",
+ 'trending_ads' => 'ट्रेंडइंड विज्ञापन',
+ 'search_ad_result_prefix' => 'पर',
+ 'search_ad_result_text' => ': गिनती : नाम खोज में पाए गए थे',
+ 'search_ads_result_message' => [
+ 'name' => ': नाम खोज के लिए पाए गए विज्ञापनों की गणना करें',
+ ],
+ 'total' => 'संपूर्ण',
+ 'quantity' => 'मात्रा',
+ 'view_cart' => 'गाडी देंखे',
+ 'no_ads' => 'कोई विज्ञापन नहीं मिला।',
+ 'show_display_mode' => [
+ 'map' => 'नक्शा',
+ 'list' => 'सूची',
+ ],
+ 'advs_list_table_thead' => [
+ 'name' => 'विज्ञापन का नाम',
+ 'price' => 'कीमत',
+ 'publish_at' => 'विज्ञापन तिथि',
+ 'location_city' => 'Faridabad',
+ 'location_country' => 'देश',
+ ],
+ 'show_list_view' => [
+ 'name' => 'सूची',
+ ],
+ 'show_table_view' => [
+ 'name' => 'तालिका',
+ ],
+ 'showcase' => [
+ 'name' => 'प्रदर्शन',
+ ],
+ 'new_ad' => [
+ 'name' => 'नया विज्ञापन',
+ ],
+ 'profile' => [
+ 'name' => 'प्रोफ़ाइल',
+ ],
+ 'my_ads' => [
+ 'name' => 'मेरे विज्ञापन',
+ ],
+ 'sold_out' => [
+ 'name' => 'बिक गया',
+ ],
+ 'edit_category' => 'श्रेणी संपादित करें',
+ 'set_category' => 'श्रेणी निर्धारित करें',
+ 'max' => [
+ 'name' => 'मैक्स',
+ ],
+ 'min' => [
+ 'name' => 'मिन',
+ ],
+ 'in_the_last_24_hours' => [
+ 'name' => 'द लास्ट 24 ऑवर्स में'
+ ],
+ 'in_the_last_day' => [
+ 'name' => 'द लास्ट 24 ऑवर्स में'
+ ],
+ 'in_the_last_week' => [
+ 'name' => 'पिछले हफ़्ते में'
+ ],
+ 'in_the_last_month' => [
+ 'name' => 'द लास्ट मंथ में'
+ ],
+ 'ads_with_photo' => [
+ 'name' => 'फोटो के साथ विज्ञापन'
+ ],
+ 'ads_with_video' => [
+ 'name' => 'वीडियो के साथ विज्ञापन'
+ ],
+ 'yes' => [
+ 'name' => 'हाँ'
+ ],
+ 'no' => [
+ 'name' => 'नहीं न'
+ ],
+ 'is_system' => [
+ 'name' => 'सिस्टम है',
+ 'instructions' => 'सिस्टम की स्थिति की आवश्यकता है और इसे बदला नहीं जाना चाहिए',
+ ],
+ 'user_access' => [
+ 'name' => 'उपयोगकर्ता की पहुंच',
+ 'instructions' => 'क्या कोई उपयोगकर्ता अपने विज्ञापनों पर इस स्थिति का उपयोग कर सकता है?',
+ ],
+ "no_location" => "कोई स्थान चयनित नहीं है।",
+ "continue" => 'जारी रखें',
+ "gallery" => 'गेलरी',
+ "ad" => 'विज्ञापन',
+ "ads" => 'विज्ञापन',
+ "were_found" => 'पाये गए।',
+
+ // Pending screen
+ 'pending_message_1' => 'विज्ञापन अनुमोदन प्रक्रिया में है',
+ 'pending_message_2' => "विज्ञापन की अद्यतन तिथि",
+ 'pending_message_3' => 'अनुमानित प्रतीक्षा समय',
+ 'pending_message_4' => 'अनुमोदन प्रक्रिया में बिताया गया समय डोपिंग समय में जोड़ा जाएगा।',
+ 'pending_message_5' => 'अनुमोदन प्रक्रिया में विज्ञापन के संबंध में कॉल सेंटर से कोई लेनदेन नहीं किया जा सकता है।',
+ 'hours' => 'घंटे',
+
+ // Preview page
+ 'preview_text' => [
+ 'part_1' => 'यदि आपके विज्ञापन के बारे में निम्नलिखित जानकारी सही है, तो "जारी रखें" बटन पर क्लिक करें और अगले चरण पर जाएं।',
+ 'part_2' => 'यदि नहीं, तो "संपादित करें" बटन पर क्लिक करें।',
+ ],
+ 'views' => 'दृश्य',
+
+ // Detail page
+ "no_street_view" => "इस स्थान पर कोई सड़क दृश्य छवि नहीं है",
+ 'edit_my_contact_info' => 'मेरी संपर्क जानकारी संपादित करें',
+ 'update_my_contact_info' => 'मेरी संपर्क जानकारी अपडेट करें',
+ 'contact_info' => 'संपर्क जानकारी',
+ 'ad_info' => 'विज्ञापन जानकारी',
+
+ // Select cat
+ 'select_category_step_by_step' => 'श्रेणी चरण दर चरण चुनें',
+
+ // New create page
+ 'options' => 'विकल्प',
+ 'category_selection' => 'श्रेणी चयन',
+ 'listing_details' => 'सूची विवरण',
+ 'preview' => 'पूर्वावलोकन',
+ 'congratulations' => 'बधाई हो',
+ 'ad_desc' => 'विज्ञापन विवरण',
+ 'upload_photos' => 'तस्वीरें अपलोड करें',
+ 'upload_files' => 'फाइल अपलोड करो',
+ 'additional_fields' => 'अतिरिक्त क्षेत्र',
+ 'ad_location' => 'विज्ञापन स्थान',
+ 'owner' => 'मालिक',
+ 'default_owner_instruction' => 'यदि कोई उपयोगकर्ता चयनित नहीं है, तो स्वामी वर्तमान उपयोगकर्ता को डिफ़ॉल्ट करेगा',
+ 'create_page_subtitle' => 'अपने विज्ञापन के बारे में विस्तृत जानकारी दर्ज करके विज्ञापन को त्रुटिपूर्ण बनाएं।',
+ 'with_my_phone_numbers' => 'With my phone numbers',
+ 'not_with_my_phone_numbers' => "I don't want to be reached by phone",
+ 'how_can_you_be_contacted' => "How can you be contacted?",
+
+ // Listing page
+ 'ad_title' => 'विज्ञापन शीर्षक',
+ 'listing_date' => 'लिस्टिंग की तारीख',
+ 'view' => 'राय',
+ 'ads_with_map' => 'मानचित्र के साथ विज्ञापन',
+ 'advanced_sorting' => 'उन्नत छँटाई',
+ 'filter_by_word' => 'शब्द द्वारा फ़िल्टर करें',
+ 'filter_by' => 'फ़िल्टर करके: नाम',
+
+ 'free' => 'नि: शुल्क',
+ 'ad_date' => 'विज्ञापन तिथि',
+ 'photo_video' => 'फोटो, वीडियो',
+ 'and_above' => 'और ऊपर',
+ 'and_below' => 'और नीचे',
+ 'clear_all' => 'सभी साफ करें',
+ 'balances' => 'शेष',
+ 'packages' => 'संकुल',
+ 'dopings' => 'dopings',
+ 'advs' => 'advs',
+ 'site' => 'साइट',
+ 'subscription' => 'अंशदान',
+ 'created' => 'बनाया था',
+ 'product_option' => [
+ 'name' => 'उत्पाद विकल्प'
+ ],
+ 'option_json' => [
+ 'name' => 'विकल्प'
+ ],
+ 'old_price' => [
+ 'name' => 'पुरानी कीमत'
+ ],
+ 'save_search' => 'खोज संग्रहित करें',
+ 'publish_at' => [
+ 'name' => 'प्रकाशित तिथि'
+ ],
+ 'tax' => [
+ 'name' => 'Tax'
+ ],
+ 'name_a_z' => 'Name (A to Z)',
+ 'name_z_a' => 'Name (Z to A)',
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/hi/message.php b/resources/default/addons/visiosoft/advs-module/lang/hi/message.php
new file mode 100644
index 000000000..e4462477a
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/hi/message.php
@@ -0,0 +1,35 @@
+ 'अनुरोधित उत्पाद वर्तमान में गुम या निष्क्रिय है',
+ 'please_payment' => 'भुगतान करें',
+ 'bank_account_info' => 'बैंक खाता संबंधी जानकारी',
+ 'agreement' => 'पोस्ट पर क्लिक करके, आप हमारी उपयोग की शर्तों से सहमत होते हैं और गोपनीयता नीति स्वीकार करते हैं कि आप इस आइटम के सही स्वामी हैं।',
+ 'update_category_msg' => 'वर्गीकृत श्रेणी को अद्यतन किया जाएगा।',
+ 'updated_category_msg' => 'श्रेणी को सफलतापूर्वक संपादित किया गया।',
+ 'create_ad_with_post_cat' => [
+ 'title' => "श्रेणी का चयन पूरा हो गया है।",
+ 'success' => true,
+ 'continueBtn' => "जारी रखें",
+ ],
+ 'update_category_info' => 'कृपया श्रेणी अपडेट करें।',
+ 'filter_by_search_msg' => 'फ़िल्टर करके खोजें।',
+ 'delete_author_error' => 'आप उस पोस्ट को नहीं हटा सकते हैं जो आपकी नहीं है',
+ 'success_delete' => 'विज्ञापन हटा दिया गया',
+ 'pending_ad_status' => 'आपका विज्ञापन संपादक द्वारा अनुमोदन लंबित है।',
+ 'extended' => ': संख्या विज्ञापन (ओं) को सफलतापूर्वक बढ़ाया गया है।',
+ 'category_not_exist' => 'यह श्रेणी अब मौजूद नहीं है!',
+ 'currency_converted' => 'मुद्रा परिवर्तित सफलतापूर्वक।',
+ 'choose_user' => 'एक उपयोगकर्ता चुनें',
+ 'owner_updated_successfully' => 'मालिक सफलतापूर्वक अद्यतन किया गया है!',
+ 'no_add_found' => 'कोई विज्ञापन नहीं मिला!',
+ 'replicated_success' => 'विज्ञापन को सफलतापूर्वक दोहराया गया है!',
+ 'ad_doesnt_exist' => "यह विज्ञापन मौजूद नहीं है!",
+ 'select_location_error' => "कृपया मानचित्र पर एक स्थान चुनें!",
+ 'this_ad_is_not_valid_anymore' => "यह विज्ञापन अब मान्य नहीं है!",
+ 'approve_status_change' => "आपके विज्ञापन की स्थिति सक्रिय हो गई है!",
+ 'passive_status_change' => "आपके विज्ञापन की स्थिति निष्क्रिय हो गई है!",
+ 'sold_status_change' => "आपके विज्ञापन की स्थिति बिक चुकी है!",
+ 'status_change' => "आपके विज्ञापन की स्थिति सेट हो गई है: स्थिति!",
+ 'disabled_detailed_options_for_admin_role' => "विस्तृत उत्पाद विकल्प अक्षम हैं।",
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/hi/permission.php b/resources/default/addons/visiosoft/advs-module/lang/hi/permission.php
new file mode 100644
index 000000000..b5782e916
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/hi/permission.php
@@ -0,0 +1,108 @@
+ [
+ 'name' => 'विज्ञापन',
+ 'option' => [
+ 'read' => 'विज्ञापन पढ़ सकते हैं?',
+ 'write' => 'विज्ञापन बना / संपादित कर सकते हैं?',
+ 'delete' => 'विज्ञापन हटा सकते हैं?',
+ ],
+ ],
+ 'categories' => [
+ 'name' => 'श्रेणियाँ',
+ 'option' => [
+ 'read' => 'श्रेणियां पढ़ सकते हैं?',
+ 'write' => 'श्रेणियां बना / संपादित कर सकते हैं?',
+ 'delete' => 'श्रेणियों को हटा सकते हैं?',
+ ],
+ ],
+ 'village' => [
+ 'name' => 'गाँव',
+ 'option' => [
+ 'read' => 'पढ़ सकते हैं गाँव?',
+ 'write' => 'गाँव बना / संपादित कर सकते हैं?',
+ 'delete' => 'गांव को हटा सकते हैं?',
+ ],
+ ],
+ 'custom_fields' => [
+ 'name' => 'कस्टम फील्ड्स',
+ 'option' => [
+ 'read' => 'कस्टम फ़ील्ड पढ़ सकते हैं?',
+ 'write' => 'कस्टम फ़ील्ड बना / संपादित कर सकते हैं?',
+ 'delete' => 'कस्टम फ़ील्ड हटा सकते हैं?',
+ ],
+ ],
+ 'custom_field_advs' => [
+ 'name' => 'कस्टम फ़ील्ड विज्ञापन',
+ 'option' => [
+ 'read' => 'कस्टम फ़ील्ड विज्ञापन पढ़ सकते हैं?',
+ 'write' => 'कस्टम फ़ील्ड विज्ञापन बना / संपादित कर सकते हैं?',
+ 'delete' => 'कस्टम फ़ील्ड विज्ञापन हटा सकते हैं?',
+ ],
+ ],
+ 'cf_values' => [
+ 'name' => 'Cf मान',
+ 'option' => [
+ 'read' => 'Cf मान पढ़ सकते हैं?',
+ 'write' => 'Cf मान बना / संपादित कर सकते हैं?',
+ 'delete' => 'Cf मान हटा सकते हैं?',
+ ],
+ ],
+ 'options' => [
+ 'name' => 'विकल्प',
+ 'option' => [
+ 'read' => 'विकल्प पढ़ सकते हैं?',
+ 'write' => 'विकल्प बना / संपादित कर सकते हैं?',
+ 'delete' => 'विकल्प हटा सकते हैं?',
+ ],
+ ],
+ 'productoptions' => [
+ 'name' => 'Productoptions',
+ 'option' => [
+ 'read' => 'Productoptions पढ़ सकते हैं?',
+ 'write' => 'Productoptions बना / संपादित कर सकते हैं?',
+ 'delete' => 'Productoptions हटा सकते हैं?',
+ ],
+ ],
+ 'productoptions_value' => [
+ 'name' => 'उत्पाद के मूल्य',
+ 'option' => [
+ 'read' => 'क्या उत्पाद अपनाने के मूल्य पढ़ सकते हैं?',
+ 'write' => 'Productoptions मान बना / संपादित कर सकते हैं?',
+ 'delete' => 'क्या Productoptions मान हटा सकते हैं?',
+ ],
+ ],
+ 'options_configuration' => [
+ 'name' => 'विकल्प विन्यास',
+ 'option' => [
+ 'read' => 'विकल्प विन्यास पढ़ सकते हैं?',
+ 'write' => 'विकल्प विन्यास बना / संपादित कर सकते हैं?',
+ 'delete' => 'विकल्प कॉन्फ़िगरेशन हटा सकते हैं?',
+ ],
+ ],
+ 'option_configuration' => [
+ 'name' => 'विकल्प विन्यास',
+ 'option' => [
+ 'read' => 'विकल्प विन्यास पढ़ सकते हैं?',
+ 'write' => 'विकल्प विन्यास बना / संपादित कर सकते हैं?',
+ 'delete' => 'विकल्प कॉन्फ़िगरेशन हटा सकते हैं?',
+ ],
+ ],
+ 'option_configuration' => [
+ 'name' => 'विकल्प विन्यास',
+ 'option' => [
+ 'read' => 'विकल्प विन्यास पढ़ सकते हैं?',
+ 'write' => 'विकल्प विन्यास बना / संपादित कर सकते हैं?',
+ 'delete' => 'विकल्प कॉन्फ़िगरेशन हटा सकते हैं?',
+ ],
+ ],
+ 'status' => [
+ 'name' => 'स्थिति',
+ 'option' => [
+ 'read' => 'स्टेटस पढ़ सकते हैं?',
+ 'write' => 'स्थिति बना / संपादित कर सकते हैं?',
+ 'delete' => 'स्थिति को हटा सकते हैं?',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/hi/section.php b/resources/default/addons/visiosoft/advs-module/lang/hi/section.php
new file mode 100644
index 000000000..e63316181
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/hi/section.php
@@ -0,0 +1,64 @@
+ [
+ 'title' => 'विज्ञापन',
+ ],
+ 'categories' => [
+ 'title' => 'श्रेणियाँ',
+ ],
+ 'countries' => [
+ 'title' => 'देश',
+ ],
+ 'cities' => [
+ 'title' => 'शहरों',
+ ],
+ 'districts' => [
+ 'title' => 'जिलों',
+ ],
+ 'neighborhoods' => [
+ 'title' => 'पड़ोस',
+ ],
+ 'village' => [
+ 'title' => 'गाँव',
+ ],
+ 'custom_fields' => [
+ 'title' => 'कस्टम फील्ड्स',
+ ],
+ 'custom_field_advs' => [
+ 'title' => 'कस्टम फ़ील्ड विज्ञापन',
+ ],
+ 'cf_values' => [
+ 'title' => 'Cf मान',
+ ],
+ 'fields' => [
+ 'title' => 'कस्टम फील्ड्स'
+ ],
+ 'assets_clear' => [
+ 'name' => 'एसेट्स क्लियर'
+ ],
+ 'general' => 'सामान्य',
+ 'ads' => 'विज्ञापन',
+ 'user' => 'उपयोगकर्ता',
+ 'filter' => 'फ़िल्टर',
+ 'create_ad' => 'विज्ञापन बनाना',
+ 'options' => [
+ 'title' => 'विकल्प',
+ ],
+ 'ads_image' => 'विज्ञापन छवि',
+ 'product_options' => [
+ 'title' => 'विकल्प',
+ ],
+ 'productoptions_value' => [
+ 'title' => 'विकल्प मान',
+ ],
+ 'option_configuration' => [
+ 'title' => 'विन्यास',
+ ],
+ 'translations' => 'अनुवाद',
+ 'status' => [
+ 'title' => 'स्थिति',
+ ],
+ 'ads_detail' => 'विज्ञापन विस्तार',
+
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/hi/setting.php b/resources/default/addons/visiosoft/advs-module/lang/hi/setting.php
new file mode 100644
index 000000000..47da41eec
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/hi/setting.php
@@ -0,0 +1,286 @@
+ [
+ 'name' => 'ऑटो स्वीकृत',
+ ],
+ 'default_view_type' => [
+ 'name' => 'डिफ़ॉल्ट दृश्य प्रकार',
+ ],
+ 'hide_zero_price' => [
+ 'name' => 'अगर जीरो है तो प्राइस छिपाएं',
+ 'instructions' => 'यदि विज्ञापन की कीमत 0 है तो कीमत छिपाएं',
+ ],
+ 'estimated_pending_time' => [
+ 'name' => 'अनुमानित लंबित समय',
+ 'instructions' => 'घंटे में',
+ ],
+ 'default_published_time' => [
+ 'name' => 'डिफ़ॉल्ट प्रकाशित समय',
+ ],
+ 'address' => [
+ 'name' => 'संपर्क करें',
+ ],
+ 'phone' => [
+ 'name' => 'संपर्क दूरभाष',
+ ],
+ 'favicon' => [
+ 'name' => 'फ़ेविकॉन',
+ ]
+ , 'map_coordinates_long' => [
+ 'name' => 'मैप लॉन्ग कोऑर्डिनेट',
+ ],
+ 'map_coordinates_lat' => [
+ 'name' => 'नक्शा लाट समन्वय',
+ ],
+ 'iban_numbers' => [
+ 'name' => 'IBAN',
+ ],
+ 'logo' => [
+ 'name' => 'प्रतीक चिन्ह',
+ ],
+ 'ogImage' => [
+ 'name' => 'सामाजिक शेयर लोगो',
+ 'warning' => 'यह 1200 x 630 के रिज़ॉल्यूशन पर होना चाहिए। ',
+
+ ],
+ 'currencies' => [
+ 'name' => 'सक्रिय मुद्राएँ',
+ ],
+ 'latest-limit' => [
+ 'name' => 'नवीनतम सीमा',
+ ],
+ 'site_address' => [
+ 'name' => 'साइट का पता',
+ 'warning' => 'ऑटो ने www। www।sitename.com ',
+ ],
+ 'google_map_key' => [
+ 'name' => 'गूगल मैप एप की',
+ ],
+
+ 'default_country' => [
+ 'name' => 'डिफ़ॉल्ट विज्ञापन देश',
+ ],
+ 'hide_price_categories' => [
+ 'name' => 'श्रेणियों पर मूल्य छिपाएँ',
+ 'instructions' => 'जब आप विज्ञापन बनाते हैं या इन श्रेणियों के तहत विज्ञापन देखते हैं तो कीमत छिपाई जाएगी।'
+ ],
+ 'free_currencyconverterapi_key' => [
+ 'name' => 'मुद्रा परिवर्तक एपीआई कुंजी'
+ ],
+ 'default_city' => [
+ 'name' => 'डिफ़ॉल्ट विज्ञापन शहर',
+ ],
+ 'default_district' => [
+ 'name' => 'डिफ़ॉल्ट विज्ञापन जिला',
+ ],
+ 'default_neighborhood' => [
+ 'name' => 'डिफ़ॉल्ट विज्ञापन आस-पड़ोस',
+ ],
+ 'default_currency' => [
+ 'name' => 'डिफ़ॉल्ट विज्ञापन मुद्रा',
+ ],
+ 'default_GET' => [
+ 'name' => 'डिफ़ॉल्ट विज्ञापन GET',
+ ],
+ 'twitter' => [
+ 'name' => 'ट्विटर',
+ ],
+ 'facebook' => [
+ 'name' => 'फेसबुक',
+ ],
+ 'youtube' => [
+ 'name' => 'यूट्यूब',
+ ],
+ 'google' => [
+ 'name' => 'गूगल',
+ ],
+ 'listing_page_image' => [
+ 'name' => 'लिस्टिंग पृष्ठ छवि',
+ ],
+ 'hide_standard_price_field' => [
+ 'name' => 'मानक मूल्य फ़ील्ड छिपाएँ',
+ ],
+ 'hide_options_field' => [
+ 'name' => 'विकल्प फ़ील्ड छिपाएँ',
+ ],
+ 'hide_village_field' => [
+ 'name' => 'गाँव का मैदान छिपाओ',
+ ],
+ 'hide_configurations' => [
+ 'name' => 'कॉन्फ़िगरेशन बटन छिपाएं',
+ 'instructions' => 'विज्ञापन पूर्वावलोकन पृष्ठ में कॉन्फ़िगरेशन बटन छिपाएं',
+ ],
+ 'make_all_fields_required' => [
+ 'name' => 'आवश्यक सभी फ़ील्ड बनाएँ',
+ 'instructions' => 'विज्ञापन बनाते समय उपयोगकर्ता को मूल्य और विवरण फ़ील्ड भरने की आवश्यकता होती है',
+ ],
+ 'make_map_required' => [
+ 'name' => 'नक्शा आवश्यक करें',
+ 'instructions' => 'विज्ञापन बनाते समय उपयोगकर्ता को मानचित्र पर एक पिन लगाने की आवश्यकता होती है',
+ ],
+ 'hide_listing_standard_price' => [
+ 'name' => 'सूचीकरण मानक मूल्य छिपाएँ',
+ ],
+ 'enabled_currencies' => [
+ 'name' => 'सक्षम मुद्राएँ',
+ ],
+ 'google_statistic_code' => [
+ 'name' => 'Google सांख्यिकी कोड',
+ ],
+ 'register_email_field' => [
+ 'name' => 'सदस्य पंजीकरण ईमेल आवश्यकता',
+ ],
+ 'market_place' => [
+ 'name' => 'मार्केट प्लेस',
+ 'instructions' => 'If the marketplace is down, your site will act as ecommerce. For example,
+ some fields in the profile such as ads, dopings, messages, sale, packages and store are not visible and
+ removes corporate membership.'
+ ],
+ 'price_area_hidden' => [
+ 'name' => 'मूल्य क्षेत्र छिपा हुआ',
+ ],
+ 'hide_price_filter' => [
+ 'name' => 'मूल्य फ़िल्टर छिपाएँ',
+ ],
+ 'hide_date_filter' => [
+ 'name' => 'दिनांक फ़िल्टर छिपाएँ',
+ ],
+ 'hide_photo_filter' => [
+ 'name' => 'फोटो फ़िल्टर छिपाएँ',
+ ],
+ 'hide_map_filter' => [
+ 'name' => 'मानचित्र फ़िल्टर छिपाएँ',
+ ],
+ 'show_lang_url' => [
+ 'name' => 'URL के लिए Lang पैरामीटर दिखाएं',
+ ],
+ 'popular_ads_limit' => [
+ 'name' => 'लोकप्रिय विज्ञापन सीमा',
+ ],
+
+ //Image
+
+ 'image_resize_backend' => [
+ 'name' => 'छवि बैकएंड का आकार बदलें',
+ ],
+ 'full_image_width' => [
+ 'name' => 'पूर्ण छवि चौड़ाई',
+ ],
+ 'full_image_height' => [
+ 'name' => 'पूर्ण छवि ऊँचाई',
+ ],
+ 'medium_image_width' => [
+ 'name' => 'मध्यम छवि चौड़ाई',
+ ],
+ 'medium_image_height' => [
+ 'name' => 'मध्यम छवि ऊँचाई',
+ ],
+ 'thumbnail_width' => [
+ 'name' => 'थंबनेल की चौड़ाई',
+ ],
+ 'thumbnail_height' => [
+ 'name' => 'थंबनेल की ऊँचाई',
+ ],
+ 'add_canvas' => [
+ 'name' => 'कैनवास जोड़ें',
+ ],
+ 'image_canvas_width' => [
+ 'name' => 'छवि कैनवास की चौड़ाई',
+ ],
+ 'image_canvas_height' => [
+ 'name' => 'छवि कैनवास ऊंचाई',
+ ],
+ 'watermark_type' => [
+ 'name' => 'वॉटरमार्क प्रकार',
+ ],
+ 'watermark_text' => [
+ 'name' => 'वॉटरमार्क पाठ',
+ ],
+ 'watermark_image' => [
+ 'name' => 'वॉटरमार्क छवि',
+ ],
+ 'watermark_position' => [
+ 'name' => 'वॉटरमार्क स्थिति',
+ ],
+ 'user_filter_limit' => [
+ 'name' => 'उपयोगकर्ता फ़िल्टर सीमा',
+ 'instructions' => 'व्यवस्थापक पैनल में'
+ ],
+ 'show_breadcrumb_when_creating_ad' => [
+ 'name' => 'विज्ञापन बनाते समय ब्रेडक्रंब दिखाएं',
+ ],
+ 'show_ads_count' => [
+ 'name' => 'विज्ञापन गणना दिखाएं',
+ 'instructions' => 'विज्ञापन को बाईं श्रेणियों की सूची में दिखाएं',
+ ],
+ 'ads_date_hidden' => [
+ 'name' => 'बनाई गई तारीख छिपाएँ',
+ 'instructions' => 'विज्ञापन विस्तार पृष्ठ में बनाई गई तिथि छिपाएँ',
+ ],
+ 'hide_listing_header' => [
+ 'name' => 'लिस्टिंग हैडर छिपाएं',
+ 'instructions' => 'ऑर्डर करने और देखने के प्रकारों के लिए छिपाना',
+ ],
+ 'hide_filter_section' => [
+ 'name' => 'फ़िल्टर अनुभाग छिपाएँ',
+ 'instructions' => 'लिस्टिंग पृष्ठ में बाएं फिल्टर क्षेत्र में छिपा',
+ ],
+ 'hide_seller_info' => [
+ 'name' => 'विक्रेता की जानकारी छिपाएँ',
+ 'instructions' => 'विज्ञापन विस्तार पृष्ठ में विक्रेता infos को छुपाता है',
+ ],
+ 'show_post_ad_agreement' => [
+ 'name' => 'विज्ञापन विज्ञापन दिखाएं',
+ 'instructions' => 'यदि आप विज्ञापन निर्माण पृष्ठ पर गोपनीयता नीति अनुबंध प्रदर्शित करना चाहते हैं तो इसे चालू करें',
+ ],
+ 'override_text' => [
+ 'name' => 'पाठ को ओवरराइड करें',
+ 'instructions' => 'पुराना मूल्य: नया मूल्य'
+ ],
+ 'steps_color' => [
+ 'name' => 'चरण रंग',
+ 'instructions' => 'प्रगतिशील चरणों का रंग बदलता है।'
+ ],
+ 'create_ad_button_color' => [
+ 'name' => 'विज्ञापन बटन रंग बनाएँ',
+ 'instructions' => 'नया विज्ञापन श्रेणी चयन समाप्त होने पर दिखाई देने वाले बटन को बदल देता है।'
+ ],
+ 'lang_switcher_for_browser' => [
+ 'name' => 'ब्राउज़र के लिए लैंग स्विचर',
+ 'instructions' => 'आपको ब्राउज़र भाषा को सक्रिय भाषा के रूप में चुनने की अनुमति देता है'
+ ],
+ 'get_categories' => [
+ 'name' => 'श्रेणियाँ प्राप्त करें',
+ 'instructions' => 'यह उन श्रेणियों का प्रतिनिधित्व करता है जिनमें GET संपत्ति मान्य होगी।'
+ ],
+ 'watermark' => [
+ 'name' => 'वाटर-मार्क',
+ 'instructions' => 'क्या वॉटरमार्क सक्रिय है?'
+ ],
+ 'detailed_product_options' => [
+ 'name' => 'विस्तृत उत्पाद विकल्प',
+ 'instructions' => 'आपको उत्पाद के लिए स्टॉक और मूल्य की जानकारी दर्ज करने की अनुमति देता है'
+ ],
+ 'show_subcats_mobile' => [
+ 'name' => 'मोबाइल दृश्य पर उपश्रेणियाँ दिखाएँ',
+ ],
+ 'show_price_to_members_only' => [
+ 'name' => 'केवल सदस्यों को मूल्य दिखाएं',
+ ],
+ 'hide_ad_cat' => [
+ 'name' => 'श्रेणियाँ छिपाएँ',
+ 'instructions' => 'विज्ञापन सूची में श्रेणियां छिपाएं'
+ ],
+ 'show_finish_and_publish_date' => [
+ 'name' => 'बनाने के लिए समाप्ति तिथि और प्रकाशन तिथि दिखाएं',
+ 'instructions' => 'विज्ञापन निर्माण पृष्ठ पर publish_at और finish_at फ़ील्ड प्रदर्शित करता है।'
+ ],
+ 'show_tax_field' => [
+ 'name' => 'Show Tax Field',
+ 'instructions' => 'When this option is enabled, you can set the tax rate on the ad creation page.'
+ ],
+ 'hide_contact_created_at' => [
+ 'name' => 'Hide Contact Fields For in Create New Ad'
+ ]
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/hi/stream.php b/resources/default/addons/visiosoft/advs-module/lang/hi/stream.php
new file mode 100644
index 000000000..3a1f89052
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/hi/stream.php
@@ -0,0 +1,37 @@
+ [
+ 'name' => 'advs',
+ ],
+ 'categories' => [
+ 'name' => 'श्रेणियाँ',
+ ],
+ 'village' => [
+ 'name' => 'गाँव',
+ ],
+ 'custom_fields' => [
+ 'name' => 'कस्टम फील्ड्स',
+ ],
+ 'custom_field_advs' => [
+ 'name' => 'कस्टम फ़ील्ड advs',
+ ],
+ 'cf_values' => [
+ 'name' => 'Cf मान',
+ ],
+ 'options' => [
+ 'name' => 'विकल्प',
+ ],
+ 'product_options' => [
+ 'name' => 'उत्पाद विकल्प',
+ ],
+ 'productoptions_value' => [
+ 'name' => 'विकल्प मान',
+ ],
+ 'option_configuration' => [
+ 'name' => 'विन्यास',
+ ],
+ 'status' => [
+ 'name' => 'स्थिति',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/hi/view.php b/resources/default/addons/visiosoft/advs-module/lang/hi/view.php
new file mode 100644
index 000000000..ed2b34e3d
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/hi/view.php
@@ -0,0 +1,6 @@
+ 'अधूरा',
+ 'advanced' => 'उन्नत',
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/hu/addon.php b/resources/default/addons/visiosoft/advs-module/lang/hu/addon.php
new file mode 100644
index 000000000..9647907e2
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/hu/addon.php
@@ -0,0 +1,8 @@
+ 'Hirdetések',
+ 'name' => 'Hirdetési modul',
+ 'description' => 'Hirdetési modul',
+ 'info' => 'This is the screen where you can add, delete and edit ads from the Ads page. On this page, you can simply do the operations such as post management and ad configuration.'
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/hu/button.php b/resources/default/addons/visiosoft/advs-module/lang/hu/button.php
new file mode 100644
index 000000000..b801ea461
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/hu/button.php
@@ -0,0 +1,48 @@
+ 'Új osztályozott',
+ 'new_classified' => 'Új osztályozott',
+ 'new_category' => 'Új kategória',
+ 'new_country' => 'Új Ország',
+ 'new_city' => 'Új város',
+ 'new_district' => 'Új kerület',
+ 'new_neighborhood' => 'Új szomszédság',
+ 'new_village' => 'Új falu',
+ 'edit' => "Szerkesztés",
+ 'approve' => "Jóváhagy",
+ 'decline' => 'Hanyatlás',
+ 'extend' => 'Kiterjeszt',
+ 'extend_all' => 'Hosszabbítsa az összeset',
+ 'convert_currency' => 'Valuta konvertálása',
+ 'categories' => 'Kategóriák',
+ 'sub_category' => 'Alkategóriák',
+ 'add_sub_category' => 'Alkategória hozzáadása',
+ 'sub_cities' => 'Alvárosok',
+ 'add_sub_cities' => 'Sub City hozzáadása',
+ 'add_sub_districts' => 'Add Sub District',
+ 'add_sub_neighborhoods' => 'Add Sub Subbrowhood',
+ 'add_sub_village' => 'Add Sub Village',
+ 'sub_districts' => 'Alkörzetek',
+ 'sub_neighborhoods' => 'Szomszédságok',
+ 'sub_village' => 'Sub Village',
+ 'general_settings' => 'Általános beállítások',
+ 'save_category' => 'Kategória mentése',
+ 'change_owner' => 'Tulajdonos módosítása',
+ 'update_category' => [
+ 'name' => 'Kategória frissítése'
+ ],
+ 'new_option' => 'Új lehetőség',
+ 'export' => 'Export',
+ 'new_productoption' => 'Új termék opció',
+ 'new_productoptions_value' => 'Új termék opció értéke',
+ 'new_options_configuration' => 'Új Option konfiguráció',
+ 'new_option_configuration' => 'Új Option konfiguráció',
+ 'create_configurations' => 'Konfigurációk létrehozása',
+ 'replicate' => 'Megismételni',
+ 'fast_create' => 'Gyors létrehozás',
+ 'publish' => 'Közzététel',
+ 'import' => 'Importálás',
+ 'new_status' => 'Új állapot',
+ 'fast_edit' => 'Gyors szerkesztés',
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/hu/currency.php b/resources/default/addons/visiosoft/advs-module/lang/hu/currency.php
new file mode 100644
index 000000000..68d8dc452
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/hu/currency.php
@@ -0,0 +1,6 @@
+ 'Dollár',
+ 'EUR' => 'Euro',
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/hu/field.php b/resources/default/addons/visiosoft/advs-module/lang/hu/field.php
new file mode 100644
index 000000000..2bf689a78
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/hu/field.php
@@ -0,0 +1,385 @@
+ [
+ 'name' => 'Cím'
+ ],
+ 'order' => [
+ 'name' => 'Rendelés'
+ ],
+ 'slug' => [
+ 'name' => 'Meztelen csiga'
+ ],
+ 'parent_category' => [
+ 'name' => 'Szülő'
+ ],
+ 'category' => [
+ 'name' => 'Kategória címe'
+ ],
+ 'price' => [
+ 'name' => 'Ár'
+ ],
+ 'standard_price' => [
+ 'name' => 'Normál ár'
+ ],
+ 'date' => [
+ 'name' => 'Dátum'
+ ],
+ 'photo' => [
+ 'name' => 'Fénykép'
+ ],
+ 'video' => [
+ 'name' => 'Videó'
+ ],
+ 'map' => [
+ 'name' => 'Térkép'
+ ],
+ 'stock' => [
+ 'name' => 'Készlet'
+ ],
+ 'advs_desc' => [
+ 'name' => 'Leírás'
+ ],
+ 'online_payment' => [
+ 'name' => 'Online fizetés'
+ ],
+ 'city' => [
+ 'name' => 'Város'
+ ],
+ 'country' => [
+ 'name' => 'Ország'
+ ],
+ 'district' => [
+ 'name' => 'Kerület'
+ ],
+ 'neighborhood' => [
+ 'name' => 'Szomszédság'
+ ],
+ 'village' => [
+ 'name' => 'Falu'
+ ],
+ 'files' => [
+ 'name' => 'Képek'
+ ],
+ 'cat1' => [
+ 'name' => 'Fő kategória'
+ ],
+ 'cat2' => [
+ 'name' => '1. alkategória'
+ ],
+ 'cat3' => [
+ 'name' => '2. alkategória'
+ ],
+ 'cat4' => [
+ 'name' => '3. alkategória'
+ ],
+ 'cat5' => [
+ 'name' => '4. alkategória'
+ ],
+ 'cat6' => [
+ 'name' => '5. alkategória'
+ ],
+ 'cat7' => [
+ 'name' => '6. alkategória'
+ ],
+ 'cat8' => [
+ 'name' => '7. alkategória'
+ ],
+ 'cat9' => [
+ 'name' => '8. alkategória'
+ ],
+ 'cat10' => [
+ 'name' => '9. alkategória'
+ ],
+ 'currency' => [
+ 'name' => 'Valuta'
+ ],
+ 'status' => [
+ 'name' => 'Állapot',
+ 'option' => [
+ 'approved' => 'Jóváhagyott',
+ 'expired' => 'Lejárt',
+ 'unpublished' => 'Kiadatlan',
+ 'pending_admin' => 'Függőben lévő rendszergazda',
+ 'pending_user' => 'Függőben lévő felhasználó'
+ ]
+ ],
+ 'pending_adv' => [
+ 'name' => 'Kiadatlan'
+ ],
+ 'finish_at' => [
+ 'name' => 'Befejezés itt'
+ ],
+ 'cover_photo' => [
+ 'name' => 'Borítókép'
+ ],
+ 'favs_adv' => [
+ 'name' => 'Kedvenc hirdetések'
+ ],
+ 'my_adv' => [
+ 'name' => 'ADVS'
+ ],
+ 'description' => 'Leírás',
+ 'explanation' => 'Magyarázat',
+ 'type' => [
+ 'name' => 'típus'
+ ],
+ 'parent_adv' => [
+ 'name' => 'Kapcsolódó hirdetés'
+ ],
+ 'value' => [
+ 'name' => 'Érték'
+ ],
+ 'list' => 'Lista',
+ 'home' => 'itthon',
+ 'list-page' => 'Lista oldal',
+ 'search' => 'Keresés',
+ 'reset' => 'Reset',
+ 'recommended' => 'Ajánlott hirdetések az Ön számára',
+ 'filter' => 'Szűrő',
+ 'sort' => 'Fajta',
+ 'sort_by' => 'Rendezés',
+ 'pick_option' => 'Válasszon egy lehetőséget',
+ 'pick_ordering' => 'Rendelés',
+ 'price_high' => 'Magas és alacsony ár',
+ 'price_low' => 'Alacsony és magas ár',
+ 'newest' => 'Legújabb',
+ 'oldest' => 'Legrégebbi',
+ 'address_a_z' => 'Cím (A-tól Z-ig)',
+ 'address_z_a' => 'Cím (Z-től A-ig)',
+ 'categories' => [
+ 'name' => 'Kategóriák'
+ ],
+ 'all_categories' => 'Minden kategória',
+ 'location' => 'Elhelyezkedés',
+ 'send_message' => 'Üzenet küldése',
+ 'phone_gsm' => 'Gsm telefon',
+ 'phone_office' => 'Irodai telefon',
+ 'add_to_favorites' => "Add hozzá a kedvencekhez",
+ 'send' => 'Küld',
+ 'search_name' => 'Keresés neve',
+ 'my_favorite_searches' => 'Kedvenc keresések',
+ 'search_desc' => 'Itt adhatja hozzá és kezelheti kedvenc keresési beállításait.',
+ 'complaint_placeholder' => 'Ide írja be panaszának adatait.',
+ 'show_details' => 'Mutasd a részleteket',
+ 'ad_actions' => 'Hirdetésműveletek',
+ 'edit' => 'Szerkesztés',
+ 'approve' => 'Jóváhagy',
+ 'passive' => "Passzív",
+ 'sold' => 'Eladott',
+ 'offered_by' => 'Felajánlotta',
+ 'more_ads_by' => 'További hirdetések',
+ 'click_phone' => 'Telefonszám megjelenítése',
+ 'share' => 'Részvény',
+ 'report' => 'Jelentse be ezt a hirdetést',
+ 'features' => 'Jellemzők',
+ "streetview" => "utcakép",
+ 'recommended_ads' => 'Ajánlott hirdetések az Ön számára',
+ 'new' => 'Új',
+ 'short_info' => 'Rövid információ',
+ 'secure_trading' => 'Biztonságos kereskedés',
+ '24/7' => '24/7 támogatás',
+ 'easy_trading' => 'Könnyű kereskedés',
+ 'need_help' => 'Kell segítség?',
+ 'give_a_call' => 'Hívjon tovább',
+ 'message_sent' => 'Üzenet elküldve!',
+ 'asap' => 'Üzenet elküldve, az eladó azonnal kapcsolatba lép Önnel.',
+ 'ad_id' => 'Hirdetés azonosítója',
+ 'contact_with' => 'Kapcsolatot felvenni',
+ 'create_adv' => 'Hirdetés létrehozása',
+ 'edit_adv' => 'Hirdetés szerkesztése',
+ 'mandatory_fields' => 'Kötelező mezők',
+ 'ad_post' => 'Ad Post',
+ 'sell_item' => 'Adjon el egy terméket vagy szolgáltatást',
+ 'search_save' => 'A kedvenc keresés sikeresen mentve',
+ 'address' => 'Cím',
+ 'email' => 'Email',
+ 'phone' => 'Telefon',
+ 'send_us_your_feedback' => 'Küldje el nekünk visszajelzését',
+ 'online_shopping' => 'KAP',
+ 'approved' => 'Sikeresen jóváhagyva',
+ 'extended' => 'Sikeresen meghosszabbítva',
+ 'declined' => 'Sikeresen elutasítva',
+ 'search_on_map' => 'Keresés a térképen',
+ 'post_free_ad' => 'Ingyenes hirdetés közzététele',
+ 'select_a_category' => 'Válasszon egy kategóriát',
+ 'select_a_sub_category' => 'Válassz alkategóriát',
+ 'all_dopings_added' => 'Ehhez a hirdetéshez hozzáadunk minden doppingtípust.',
+ 'is_get_adv' => [
+ 'name' => 'KAP'
+ ],
+ 'corporate_info' => 'Vállalati információk',
+ 'featured_ads' => "Kiemelt hirdetések",
+ 'trending_ads' => 'Trendind hirdetések',
+ 'search_ad_result_prefix' => 'tovább',
+ 'search_ad_result_text' => ': : név keresés hirdetés található',
+ 'search_ads_result_message' => [
+ 'name' => ': megtalált hirdetések a következőre: név keresés',
+ ],
+ 'total' => 'Teljes',
+ 'quantity' => 'Mennyiség',
+ 'view_cart' => 'Kosár megtekintése',
+ 'no_ads' => 'Nem található hirdetés.',
+ 'show_display_mode' => [
+ 'map' => 'Térkép',
+ 'list' => 'Lista',
+ ],
+ 'advs_list_table_thead' => [
+ 'name' => 'Hirdetés neve',
+ 'price' => 'Ár',
+ 'publish_at' => 'Hirdetés dátuma',
+ 'location_city' => 'Város',
+ 'location_country' => 'Ország',
+ ],
+ 'show_list_view' => [
+ 'name' => 'Lista',
+ ],
+ 'show_table_view' => [
+ 'name' => 'asztal',
+ ],
+ 'showcase' => [
+ 'name' => 'Kirakat',
+ ],
+ 'new_ad' => [
+ 'name' => 'Új hirdetés',
+ ],
+ 'profile' => [
+ 'name' => 'Profil',
+ ],
+ 'my_ads' => [
+ 'name' => 'Saját hirdetések',
+ ],
+ 'sold_out' => [
+ 'name' => 'Eladva',
+ ],
+ 'edit_category' => 'Kategória szerkesztése',
+ 'set_category' => 'Kategória beállítása',
+ 'max' => [
+ 'name' => 'Max',
+ ],
+ 'min' => [
+ 'name' => 'Min',
+ ],
+ 'in_the_last_24_hours' => [
+ 'name' => 'Az utolsó 24 órában'
+ ],
+ 'in_the_last_day' => [
+ 'name' => 'Az utolsó 24 órában'
+ ],
+ 'in_the_last_week' => [
+ 'name' => 'Az utolsó héten'
+ ],
+ 'in_the_last_month' => [
+ 'name' => 'Az utolsó hónapban'
+ ],
+ 'ads_with_photo' => [
+ 'name' => 'Hirdetések fényképpel'
+ ],
+ 'ads_with_video' => [
+ 'name' => 'Hirdetések Videóval'
+ ],
+ 'yes' => [
+ 'name' => 'Igen'
+ ],
+ 'no' => [
+ 'name' => 'Nem'
+ ],
+ 'is_system' => [
+ 'name' => 'Van Rendszer',
+ 'instructions' => 'A rendszer állapota kötelező, és nem szabad megváltoztatni',
+ ],
+ 'user_access' => [
+ 'name' => 'Felhasználói hozzáférés',
+ 'instructions' => 'Használhatja a felhasználó ezt az állapotot hirdetéseiben?',
+ ],
+ "no_location" => "Nincs kiválasztva hely.",
+ "continue" => 'Folytatni',
+ "gallery" => 'Képtár',
+ "ad" => 'Hirdetés',
+ "ads" => 'Hirdetések',
+ "were_found" => 'találtak.',
+
+ // Pending screen
+ 'pending_message_1' => 'A hirdetés jóváhagyási folyamatban van',
+ 'pending_message_2' => "A hirdetés frissítésének dátuma",
+ 'pending_message_3' => 'Becsült várakozási idő',
+ 'pending_message_4' => 'A jóváhagyási folyamatban töltött idő hozzáadódik a doppingidőhöz.',
+ 'pending_message_5' => 'A jóváhagyási folyamat során nem lehet tranzakciókat végrehajtani a call centerben a hirdetéssel kapcsolatban.',
+ 'hours' => 'órák',
+
+ // Preview page
+ 'preview_text' => [
+ 'part_1' => 'Ha a hirdetésével kapcsolatos alábbi információk helyesek, kattintson a „Folytatás” gombra, és folytassa a következő lépéssel.',
+ 'part_2' => 'Ha nem, kattintson a "Szerkesztés" gombra.',
+ ],
+ 'views' => 'Nézetek',
+
+ // Detail page
+ "no_street_view" => "Nincs utcakép kép ezen a helyen",
+ 'edit_my_contact_info' => 'Saját kapcsolattartási adatok szerkesztése',
+ 'update_my_contact_info' => 'frissítsem elérhetőségemet',
+ 'contact_info' => 'Elérhetőség',
+ 'ad_info' => 'Hirdetési információk',
+
+ // Select cat
+ 'select_category_step_by_step' => 'Válassza ki a Kategóriát lépésről lépésre',
+
+ // New create page
+ 'options' => 'Lehetőségek',
+ 'category_selection' => 'Kategória kiválasztása',
+ 'listing_details' => 'Listázási részletek',
+ 'preview' => 'Előnézet',
+ 'congratulations' => 'Gratulálunk',
+ 'ad_desc' => 'Hirdetés leírása',
+ 'upload_photos' => 'Fotók feltöltése',
+ 'upload_files' => 'Fájlok feltöltése',
+ 'additional_fields' => 'További mezők',
+ 'ad_location' => 'Hirdetés helye',
+ 'owner' => 'Tulajdonos',
+ 'default_owner_instruction' => 'A tulajdonos alapértelmezés szerint az aktuális felhasználót állítja be, ha nincs kiválasztva felhasználó',
+ 'create_page_subtitle' => 'Hozza létre a hirdetést hibátlanul a hirdetésével kapcsolatos részletes információk megadásával.',
+ 'with_my_phone_numbers' => 'With my phone numbers',
+ 'not_with_my_phone_numbers' => "I don't want to be reached by phone",
+ 'how_can_you_be_contacted' => "How can you be contacted?",
+
+ // Listing page
+ 'ad_title' => 'Hirdetés címe',
+ 'listing_date' => 'Felsorolási dátum',
+ 'view' => 'Kilátás',
+ 'ads_with_map' => 'Hirdetések térképpel',
+ 'advanced_sorting' => 'Haladó rendezés',
+ 'filter_by_word' => 'Szűrés szó szerint',
+ 'filter_by' => 'Szűrés: név szerint',
+
+ 'free' => 'Ingyenes',
+ 'ad_date' => 'Hirdetés dátuma',
+ 'photo_video' => 'Fotó, Videó',
+ 'and_above' => 'és fölötte',
+ 'and_below' => 'és alatta',
+ 'clear_all' => 'Mindent kitöröl',
+ 'balances' => 'Egyenlegek',
+ 'packages' => 'Csomagok',
+ 'dopings' => 'Dopping',
+ 'advs' => 'Advs',
+ 'site' => 'Webhely',
+ 'subscription' => 'Feliratkozás',
+ 'created' => 'Létrehozva',
+ 'product_option' => [
+ 'name' => 'Termék opció'
+ ],
+ 'option_json' => [
+ 'name' => 'választási lehetőség'
+ ],
+ 'old_price' => [
+ 'name' => 'Régi ár'
+ ],
+ 'save_search' => 'Keresés mentése',
+ 'publish_at' => [
+ 'name' => 'Közzététel dátuma'
+ ],
+ 'tax' => [
+ 'name' => 'Tax'
+ ],
+ 'name_a_z' => 'Name (A to Z)',
+ 'name_z_a' => 'Name (Z to A)',
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/hu/message.php b/resources/default/addons/visiosoft/advs-module/lang/hu/message.php
new file mode 100644
index 000000000..6d2273f8b
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/hu/message.php
@@ -0,0 +1,35 @@
+ 'A kért termék jelenleg hiányzik vagy inaktív',
+ 'please_payment' => 'Kérlek fizess',
+ 'bank_account_info' => 'Bankszámla információk',
+ 'agreement' => 'A Közzététel gombra kattintva elfogadja a Felhasználási feltételeket és az Adatvédelmi irányelveket, és elismeri, hogy Ön az elem jogos tulajdonosa.',
+ 'update_category_msg' => 'A besorolt kategória frissül.',
+ 'updated_category_msg' => 'A kategória sikeresen szerkesztve.',
+ 'create_ad_with_post_cat' => [
+ 'title' => "A kategória kiválasztása befejeződött.",
+ 'success' => true,
+ 'continueBtn' => "Folytatni",
+ ],
+ 'update_category_info' => 'Kérjük, frissítse a kategóriát.',
+ 'filter_by_search_msg' => 'Szűrés keresés szerint.',
+ 'delete_author_error' => 'Nem törölhet olyan bejegyzést, amely nem tartozik rád',
+ 'success_delete' => 'Hirdetés törölve',
+ 'pending_ad_status' => 'Hirdetése a Szerkesztő jóváhagyására vár.',
+ 'extended' => ': a hirdetésszám (ok) kiterjesztése sikeres volt.',
+ 'category_not_exist' => 'Ez a kategória már nem létezik!',
+ 'currency_converted' => 'Pénznem konvertálása sikeresen.',
+ 'choose_user' => 'Válasszon felhasználót',
+ 'owner_updated_successfully' => 'A tulajdonos sikeresen frissült!',
+ 'no_add_found' => 'Nem található hirdetés!',
+ 'replicated_success' => 'A hirdetés sikeresen megismétlődött!',
+ 'ad_doesnt_exist' => "Ez a hirdetés nem létezik!",
+ 'select_location_error' => "Kérjük, válasszon egy helyet a térképen!",
+ 'this_ad_is_not_valid_anymore' => "Ez a hirdetés már nem érvényes!",
+ 'approve_status_change' => "Hirdetése állapota aktívvá vált!",
+ 'passive_status_change' => "Hirdetése állapota passzívvá vált!",
+ 'sold_status_change' => "Hirdetésének állapota értékesítésre került!",
+ 'status_change' => "Hirdetése állapota a következőre lett állítva: állapot!",
+ 'disabled_detailed_options_for_admin_role' => "A részletes termékopciók le vannak tiltva.",
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/hu/permission.php b/resources/default/addons/visiosoft/advs-module/lang/hu/permission.php
new file mode 100644
index 000000000..ec62601be
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/hu/permission.php
@@ -0,0 +1,108 @@
+ [
+ 'name' => 'Hirdetések',
+ 'option' => [
+ 'read' => 'Tud olvasni hirdetéseket?',
+ 'write' => 'Készíthet / szerkeszthet hirdetéseket?',
+ 'delete' => 'Törölheti a hirdetéseket?',
+ ],
+ ],
+ 'categories' => [
+ 'name' => 'Kategóriák',
+ 'option' => [
+ 'read' => 'Tud kategóriákat olvasni?',
+ 'write' => 'Készíthet / szerkeszthet kategóriákat?',
+ 'delete' => 'Törölhet kategóriákat?',
+ ],
+ ],
+ 'village' => [
+ 'name' => 'Falu',
+ 'option' => [
+ 'read' => 'Tud olvasni falut?',
+ 'write' => 'Létrehozhat / szerkeszthet falut?',
+ 'delete' => 'Törölheti a falut?',
+ ],
+ ],
+ 'custom_fields' => [
+ 'name' => 'Egyéni mezők',
+ 'option' => [
+ 'read' => 'Tud olvasni egyéni mezőket?',
+ 'write' => 'Létrehozhat / szerkeszthet egyéni mezőket?',
+ 'delete' => 'Törölheti az egyéni mezőket?',
+ ],
+ ],
+ 'custom_field_advs' => [
+ 'name' => 'Egyéni mezőhirdetések',
+ 'option' => [
+ 'read' => 'Tud olvasni egyéni mezei hirdetéseket?',
+ 'write' => 'Létrehozhat / szerkeszthet egyéni mezőhirdetéseket?',
+ 'delete' => 'Törölhetők az egyedi mezőhirdetések?',
+ ],
+ ],
+ 'cf_values' => [
+ 'name' => 'Vö. Értékek',
+ 'option' => [
+ 'read' => 'Le tudja olvasni a cf értékeket?',
+ 'write' => 'Létrehozhat / szerkeszthet CF értékeket?',
+ 'delete' => 'Törölheti a cf értékeket?',
+ ],
+ ],
+ 'options' => [
+ 'name' => 'Lehetőségek',
+ 'option' => [
+ 'read' => 'Tud olvasni opciókat?',
+ 'write' => 'Létrehozhat / szerkeszthet opciókat?',
+ 'delete' => 'Törölheti az opciókat?',
+ ],
+ ],
+ 'productoptions' => [
+ 'name' => 'Termék opciók',
+ 'option' => [
+ 'read' => 'Tudja olvasni a termékopciókat?',
+ 'write' => 'Készíthet / szerkeszthet termékopciókat?',
+ 'delete' => 'Törölheti a termékopciókat?',
+ ],
+ ],
+ 'productoptions_value' => [
+ 'name' => 'Productoptions értéke',
+ 'option' => [
+ 'read' => 'Le tudja olvasni a termékopciók értékét?',
+ 'write' => 'Létrehozhatja / szerkesztheti a termékopciók értékét?',
+ 'delete' => 'Törölheti a termékopciók értékét?',
+ ],
+ ],
+ 'options_configuration' => [
+ 'name' => 'Opciók konfigurálása',
+ 'option' => [
+ 'read' => 'Tudja olvasni az opciók konfigurációját?',
+ 'write' => 'Létrehozhatja / szerkesztheti az opciók konfigurációját?',
+ 'delete' => 'Törölheti az opciók konfigurációját?',
+ ],
+ ],
+ 'option_configuration' => [
+ 'name' => 'Opció konfigurálása',
+ 'option' => [
+ 'read' => 'Tudja olvasni az opciók konfigurációját?',
+ 'write' => 'Létrehozhat / szerkeszthet opciókonfigurációt?',
+ 'delete' => 'Törölhető az opciókonfiguráció?',
+ ],
+ ],
+ 'option_configuration' => [
+ 'name' => 'Opció konfigurálása',
+ 'option' => [
+ 'read' => 'Tudja olvasni az opciók konfigurációját?',
+ 'write' => 'Létrehozhat / szerkeszthet opciókonfigurációt?',
+ 'delete' => 'Törölhető az opciókonfiguráció?',
+ ],
+ ],
+ 'status' => [
+ 'name' => 'Állapot',
+ 'option' => [
+ 'read' => 'Tud olvasni állapotot?',
+ 'write' => 'Létrehozhat / szerkeszthet állapotot?',
+ 'delete' => 'Törölheti az állapotot?',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/hu/section.php b/resources/default/addons/visiosoft/advs-module/lang/hu/section.php
new file mode 100644
index 000000000..105dd99ac
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/hu/section.php
@@ -0,0 +1,64 @@
+ [
+ 'title' => 'Hirdetések',
+ ],
+ 'categories' => [
+ 'title' => 'Kategóriák',
+ ],
+ 'countries' => [
+ 'title' => 'Országok',
+ ],
+ 'cities' => [
+ 'title' => 'Városok',
+ ],
+ 'districts' => [
+ 'title' => 'Kerületek',
+ ],
+ 'neighborhoods' => [
+ 'title' => 'Környékek',
+ ],
+ 'village' => [
+ 'title' => 'Falu',
+ ],
+ 'custom_fields' => [
+ 'title' => 'Egyéni mezők',
+ ],
+ 'custom_field_advs' => [
+ 'title' => 'Egyéni mezőhirdetések',
+ ],
+ 'cf_values' => [
+ 'title' => 'Vö. Értékek',
+ ],
+ 'fields' => [
+ 'title' => 'Egyéni mezők'
+ ],
+ 'assets_clear' => [
+ 'name' => 'Eszközök törlése'
+ ],
+ 'general' => 'Tábornok',
+ 'ads' => 'Hirdetések',
+ 'user' => 'Felhasználó',
+ 'filter' => 'Szűrő',
+ 'create_ad' => 'Hirdetés létrehozása',
+ 'options' => [
+ 'title' => 'Lehetőségek',
+ ],
+ 'ads_image' => 'Hirdetések képe',
+ 'product_options' => [
+ 'title' => 'Lehetőségek',
+ ],
+ 'productoptions_value' => [
+ 'title' => 'Opciók értéke',
+ ],
+ 'option_configuration' => [
+ 'title' => 'Konfiguráció',
+ ],
+ 'translations' => 'Fordítások',
+ 'status' => [
+ 'title' => 'Állapot',
+ ],
+ 'ads_detail' => 'Hirdetések részletei',
+
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/hu/setting.php b/resources/default/addons/visiosoft/advs-module/lang/hu/setting.php
new file mode 100644
index 000000000..eb5987587
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/hu/setting.php
@@ -0,0 +1,286 @@
+ [
+ 'name' => 'Automatikus jóváhagyás',
+ ],
+ 'default_view_type' => [
+ 'name' => 'Alapértelmezett nézettípus',
+ ],
+ 'hide_zero_price' => [
+ 'name' => 'Ár elrejtése, ha nulla',
+ 'instructions' => 'Az ár elrejtése, ha a hirdetési ár 0',
+ ],
+ 'estimated_pending_time' => [
+ 'name' => 'Becsült várakozási idő',
+ 'instructions' => 'Órák alatt',
+ ],
+ 'default_published_time' => [
+ 'name' => 'Alapértelmezett közzétételi idő',
+ ],
+ 'address' => [
+ 'name' => 'Lépjen kapcsolatba a címmel',
+ ],
+ 'phone' => [
+ 'name' => 'Kapcsolattartó telefon',
+ ],
+ 'favicon' => [
+ 'name' => 'Favicon',
+ ]
+ , 'map_coordinates_long' => [
+ 'name' => 'Térkép hosszú koordinátája',
+ ],
+ 'map_coordinates_lat' => [
+ 'name' => 'Térkép koordinátája',
+ ],
+ 'iban_numbers' => [
+ 'name' => 'IBAN',
+ ],
+ 'logo' => [
+ 'name' => 'Logó',
+ ],
+ 'ogImage' => [
+ 'name' => 'Közösségi logó',
+ 'warning' => '1200 x 630 felbontásban kell lennie. ',
+
+ ],
+ 'currencies' => [
+ 'name' => 'Aktív pénznemek',
+ ],
+ 'latest-limit' => [
+ 'name' => 'Legújabb limit',
+ ],
+ 'site_address' => [
+ 'name' => 'Hely címe',
+ 'warning' => 'Automatikusan hozzáadta a www. www.sitename.com ',
+ ],
+ 'google_map_key' => [
+ 'name' => 'Google Map Api Key',
+ ],
+
+ 'default_country' => [
+ 'name' => 'Alapértelmezett hirdetésország',
+ ],
+ 'hide_price_categories' => [
+ 'name' => 'Ár elrejtése a kategóriákban',
+ 'instructions' => 'Az ár el lesz rejtve, amikor létrehoz egy hirdetést, vagy megnéz egy hirdetést ezekben a kategóriákban.'
+ ],
+ 'free_currencyconverterapi_key' => [
+ 'name' => 'Pénznemátváltó API kulcs'
+ ],
+ 'default_city' => [
+ 'name' => 'Alapértelmezett hirdetési város',
+ ],
+ 'default_district' => [
+ 'name' => 'Alapértelmezett hirdetési körzet',
+ ],
+ 'default_neighborhood' => [
+ 'name' => 'Alapértelmezett hirdetési szomszédság',
+ ],
+ 'default_currency' => [
+ 'name' => 'Alapértelmezett hirdetési pénznem',
+ ],
+ 'default_GET' => [
+ 'name' => 'Alapértelmezett hirdetés GET',
+ ],
+ 'twitter' => [
+ 'name' => 'Twitter',
+ ],
+ 'facebook' => [
+ 'name' => 'Facebook',
+ ],
+ 'youtube' => [
+ 'name' => 'Youtube',
+ ],
+ 'google' => [
+ 'name' => 'Google',
+ ],
+ 'listing_page_image' => [
+ 'name' => 'Oldalkép felsorolása',
+ ],
+ 'hide_standard_price_field' => [
+ 'name' => 'Normál ár mező elrejtése',
+ ],
+ 'hide_options_field' => [
+ 'name' => 'Opciók mező elrejtése',
+ ],
+ 'hide_village_field' => [
+ 'name' => 'Elrejteni a Falumezőt',
+ ],
+ 'hide_configurations' => [
+ 'name' => 'A Konfigurációk gomb elrejtése',
+ 'instructions' => 'Elrejtse a Konfigurációk gombot a Hirdetés-előnézeti oldalon',
+ ],
+ 'make_all_fields_required' => [
+ 'name' => 'Tegye kötelezővé az összes mezőt',
+ 'instructions' => 'A hirdetés létrehozásakor kérje a felhasználót, hogy töltse ki az Ár és Leírás mezőket',
+ ],
+ 'make_map_required' => [
+ 'name' => 'Tegye kötelezővé a térképet',
+ 'instructions' => 'Kérje meg a felhasználót, hogy a hirdetés létrehozásakor helyezzen el egy csapot a térképen',
+ ],
+ 'hide_listing_standard_price' => [
+ 'name' => 'Normál árlista elrejtése',
+ ],
+ 'enabled_currencies' => [
+ 'name' => 'Engedélyezett pénznemek',
+ ],
+ 'google_statistic_code' => [
+ 'name' => 'Google statisztikai kód',
+ ],
+ 'register_email_field' => [
+ 'name' => 'Tag regisztrációs e-mail követelmény',
+ ],
+ 'market_place' => [
+ 'name' => 'Piactér',
+ 'instructions' => 'If the marketplace is down, your site will act as ecommerce. For example,
+ some fields in the profile such as ads, dopings, messages, sale, packages and store are not visible and
+ removes corporate membership.'
+ ],
+ 'price_area_hidden' => [
+ 'name' => 'Rejtett árterület',
+ ],
+ 'hide_price_filter' => [
+ 'name' => 'Árszűrő elrejtése',
+ ],
+ 'hide_date_filter' => [
+ 'name' => 'Dátumszűrő elrejtése',
+ ],
+ 'hide_photo_filter' => [
+ 'name' => 'Fotószűrő elrejtése',
+ ],
+ 'hide_map_filter' => [
+ 'name' => 'Térképszűrő elrejtése',
+ ],
+ 'show_lang_url' => [
+ 'name' => 'Lang-paraméter megjelenítése az URL-hez',
+ ],
+ 'popular_ads_limit' => [
+ 'name' => 'Népszerű hirdetések korlátja',
+ ],
+
+ //Image
+
+ 'image_resize_backend' => [
+ 'name' => 'Kép átméretezése háttérprogram',
+ ],
+ 'full_image_width' => [
+ 'name' => 'Teljes képszélesség',
+ ],
+ 'full_image_height' => [
+ 'name' => 'Teljes kép magasság',
+ ],
+ 'medium_image_width' => [
+ 'name' => 'Közepes képszélesség',
+ ],
+ 'medium_image_height' => [
+ 'name' => 'Közepes képmagasság',
+ ],
+ 'thumbnail_width' => [
+ 'name' => 'Miniatűr szélesség',
+ ],
+ 'thumbnail_height' => [
+ 'name' => 'Miniatűrmagasság',
+ ],
+ 'add_canvas' => [
+ 'name' => 'Vászon hozzáadása',
+ ],
+ 'image_canvas_width' => [
+ 'name' => 'Kép vászon szélessége',
+ ],
+ 'image_canvas_height' => [
+ 'name' => 'Kép vászon magassága',
+ ],
+ 'watermark_type' => [
+ 'name' => 'Vízjel típusa',
+ ],
+ 'watermark_text' => [
+ 'name' => 'Vízjel szöveg',
+ ],
+ 'watermark_image' => [
+ 'name' => 'Vízjel kép',
+ ],
+ 'watermark_position' => [
+ 'name' => 'Vízjel pozíció',
+ ],
+ 'user_filter_limit' => [
+ 'name' => 'Felhasználói szűrőkorlát',
+ 'instructions' => 'Az admin panelen'
+ ],
+ 'show_breadcrumb_when_creating_ad' => [
+ 'name' => 'Breadcrumb megjelenítése hirdetés létrehozásakor',
+ ],
+ 'show_ads_count' => [
+ 'name' => 'Hirdetések megjelenítése',
+ 'instructions' => 'A hirdetések megjelenítése a bal oldali kategóriák listáján szerepel',
+ ],
+ 'ads_date_hidden' => [
+ 'name' => 'A létrehozás dátumának elrejtése',
+ 'instructions' => 'A létrehozás dátumának elrejtése a hirdetések részleteinek oldalán',
+ ],
+ 'hide_listing_header' => [
+ 'name' => 'A listafejléc elrejtése',
+ 'instructions' => 'Rejtés a sorrend és a nézettípusok felé',
+ ],
+ 'hide_filter_section' => [
+ 'name' => 'Szűrő szakasz elrejtése',
+ 'instructions' => 'Elrejtés a szűrő bal oldalán a listázási oldalon',
+ ],
+ 'hide_seller_info' => [
+ 'name' => 'Eladó információk elrejtése',
+ 'instructions' => 'Az eladó információinak elrejtése a hirdetések részletes oldalán',
+ ],
+ 'show_post_ad_agreement' => [
+ 'name' => 'A hirdetés utáni megállapodás megjelenítése',
+ 'instructions' => 'Kapcsolja be, ha adatvédelmi irányelveket szeretne megjeleníteni a hirdetés létrehozása oldalon',
+ ],
+ 'override_text' => [
+ 'name' => 'Felülírja a szöveget',
+ 'instructions' => 'Régi érték: Új érték'
+ ],
+ 'steps_color' => [
+ 'name' => 'Lépések szín',
+ 'instructions' => 'Megváltoztatja a progresszív lépések színét.'
+ ],
+ 'create_ad_button_color' => [
+ 'name' => 'Hozzon létre hirdetésgomb színt',
+ 'instructions' => 'Megváltoztatja azt a gombot, amely megjelenik, amikor az új hirdetési kategória kiválasztása befejeződött.'
+ ],
+ 'lang_switcher_for_browser' => [
+ 'name' => 'Lang váltó böngészőhöz',
+ 'instructions' => 'Lehetővé teszi a böngésző nyelvének kiválasztását aktív nyelvként'
+ ],
+ 'get_categories' => [
+ 'name' => 'GET Kategóriák',
+ 'instructions' => 'Azokat a kategóriákat képviseli, amelyekben a GET tulajdonság érvényes lesz.'
+ ],
+ 'watermark' => [
+ 'name' => 'Vízjel',
+ 'instructions' => 'A vízjel aktív?'
+ ],
+ 'detailed_product_options' => [
+ 'name' => 'Részletes termékopciók',
+ 'instructions' => 'Lehetővé teszi a termék készlet- és árinformációinak megadását'
+ ],
+ 'show_subcats_mobile' => [
+ 'name' => 'Alkategóriák megjelenítése mobil nézetben',
+ ],
+ 'show_price_to_members_only' => [
+ 'name' => 'Árak megjelenítése csak tagoknak',
+ ],
+ 'hide_ad_cat' => [
+ 'name' => 'Kategóriák elrejtése',
+ 'instructions' => 'Kategóriák elrejtése a hirdetési listában'
+ ],
+ 'show_finish_and_publish_date' => [
+ 'name' => 'A befejezés dátumának és a létrehozás közzétételének dátumának megjelenítése',
+ 'instructions' => 'Megjeleníti a public_at és a finish_at mezőket a hirdetés létrehozása oldalon.'
+ ],
+ 'show_tax_field' => [
+ 'name' => 'Show Tax Field',
+ 'instructions' => 'When this option is enabled, you can set the tax rate on the ad creation page.'
+ ],
+ 'hide_contact_created_at' => [
+ 'name' => 'Hide Contact Fields For in Create New Ad'
+ ]
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/hu/stream.php b/resources/default/addons/visiosoft/advs-module/lang/hu/stream.php
new file mode 100644
index 000000000..6776533b0
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/hu/stream.php
@@ -0,0 +1,37 @@
+ [
+ 'name' => 'Advs',
+ ],
+ 'categories' => [
+ 'name' => 'Kategóriák',
+ ],
+ 'village' => [
+ 'name' => 'Falu',
+ ],
+ 'custom_fields' => [
+ 'name' => 'Egyéni mezők',
+ ],
+ 'custom_field_advs' => [
+ 'name' => 'Egyéni mezei tanácsok',
+ ],
+ 'cf_values' => [
+ 'name' => 'Vö. Értékek',
+ ],
+ 'options' => [
+ 'name' => 'Lehetőségek',
+ ],
+ 'product_options' => [
+ 'name' => 'Termék opciók',
+ ],
+ 'productoptions_value' => [
+ 'name' => 'Opciók értéke',
+ ],
+ 'option_configuration' => [
+ 'name' => 'Konfiguráció',
+ ],
+ 'status' => [
+ 'name' => 'Állapot',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/hu/view.php b/resources/default/addons/visiosoft/advs-module/lang/hu/view.php
new file mode 100644
index 000000000..1a1634f2e
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/hu/view.php
@@ -0,0 +1,6 @@
+ 'Befejezetlen',
+ 'advanced' => 'Fejlett',
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/id/addon.php b/resources/default/addons/visiosoft/advs-module/lang/id/addon.php
new file mode 100644
index 000000000..12b93da0e
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/id/addon.php
@@ -0,0 +1,8 @@
+ 'Iklan',
+ 'name' => 'Modul Iklan',
+ 'description' => 'Modul Iklan',
+ 'info' => 'Ini adalah layar tempat Anda dapat menambahkan, menghapus, dan menyunting iklan dari halaman Iklan. Pada halaman ini, Anda dapat dengan mudah melakukan operasi seperti mengelola postingan dan konfigurasi iklan.'
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/id/button.php b/resources/default/addons/visiosoft/advs-module/lang/id/button.php
new file mode 100644
index 000000000..69602be3e
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/id/button.php
@@ -0,0 +1,48 @@
+ 'Iklan baru',
+ 'new_classified' => 'Iklan baru',
+ 'new_category' => 'Kategori Baru',
+ 'new_country' => 'Negara Baru',
+ 'new_city' => 'Kota Baru',
+ 'new_district' => 'Kecamatan Baru',
+ 'new_neighborhood' => 'Lingkungan Baru',
+ 'new_village' => 'Desa Baru',
+ 'edit' => "Sunting",
+ 'approve' => "Setujui",
+ 'decline' => 'Tolak',
+ 'extend' => 'Perpanjang',
+ 'extend_all' => 'Perpanjang Semua',
+ 'convert_currency' => 'Konversi Mata Uang',
+ 'categories' => 'Kategori',
+ 'sub_category' => 'Sub Kategori',
+ 'add_sub_category' => 'Tambahkan Sub Kategori',
+ 'sub_cities' => 'Sub Kota',
+ 'add_sub_cities' => 'Tambahkan Sub Kota',
+ 'add_sub_districts' => 'Tambahkan Sub Kecamatan',
+ 'add_sub_neighborhoods' => 'Tambahkan Sub Lingkungan',
+ 'add_sub_village' => 'Tambahkan Sub Desa',
+ 'sub_districts' => 'Sub Kecamatan',
+ 'sub_neighborhoods' => 'Sub Lingkungan',
+ 'sub_village' => 'Sub Desa',
+ 'general_settings' => 'Pengaturan Umum',
+ 'save_category' => 'Simpan Kategori',
+ 'change_owner' => 'Ganti Pemilik',
+ 'update_category' => [
+ 'name' => 'Perbaharui Kategori'
+ ],
+ 'new_option' => 'Opsi Baru',
+ 'export' => 'Ekspor',
+ 'new_productoption' => 'Opsiproduk Baru',
+ 'new_productoptions_value' => 'Nilai Opsi Produk Baru',
+ 'new_options_configuration' => 'Konfigurasi Opsi baru',
+ 'new_option_configuration' => 'Konfigurasi Opsi baru',
+ 'create_configurations' => 'Buat Konfigurasi',
+ 'replicate' => 'Ulangi Lagi',
+ 'fast_create' => 'Buat cepat',
+ 'publish' => 'Publikasikan',
+ 'import' => 'Impor',
+ 'new_status' => 'Status Baru',
+ 'fast_edit' => 'Sunting Cepat',
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/id/currency.php b/resources/default/addons/visiosoft/advs-module/lang/id/currency.php
new file mode 100644
index 000000000..c923ea69f
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/id/currency.php
@@ -0,0 +1,6 @@
+ 'Dolar',
+ 'EUR' => 'Euro',
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/id/field.php b/resources/default/addons/visiosoft/advs-module/lang/id/field.php
new file mode 100644
index 000000000..079f6d2ba
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/id/field.php
@@ -0,0 +1,385 @@
+ [
+ 'name' => 'Judul'
+ ],
+ 'order' => [
+ 'name' => 'Urutan'
+ ],
+ 'slug' => [
+ 'name' => 'Slug'
+ ],
+ 'parent_category' => [
+ 'name' => 'Induk'
+ ],
+ 'category' => [
+ 'name' => 'Judul Kategori'
+ ],
+ 'price' => [
+ 'name' => 'Harga'
+ ],
+ 'standard_price' => [
+ 'name' => 'Harga Standar'
+ ],
+ 'date' => [
+ 'name' => 'Tanggal'
+ ],
+ 'photo' => [
+ 'name' => 'Foto'
+ ],
+ 'video' => [
+ 'name' => 'Video'
+ ],
+ 'map' => [
+ 'name' => 'Peta'
+ ],
+ 'stock' => [
+ 'name' => 'Stok'
+ ],
+ 'advs_desc' => [
+ 'name' => 'Deskripsi'
+ ],
+ 'online_payment' => [
+ 'name' => 'Pembayaran Online'
+ ],
+ 'city' => [
+ 'name' => 'Kota'
+ ],
+ 'country' => [
+ 'name' => 'Negara'
+ ],
+ 'district' => [
+ 'name' => 'Kecamatan'
+ ],
+ 'neighborhood' => [
+ 'name' => 'Lingkungan'
+ ],
+ 'village' => [
+ 'name' => 'Desa'
+ ],
+ 'files' => [
+ 'name' => 'Gambar'
+ ],
+ 'cat1' => [
+ 'name' => 'Kategori Utama'
+ ],
+ 'cat2' => [
+ 'name' => 'Sub Kategori 1'
+ ],
+ 'cat3' => [
+ 'name' => 'Sub Kategori 2'
+ ],
+ 'cat4' => [
+ 'name' => 'Sub Kategori 3'
+ ],
+ 'cat5' => [
+ 'name' => 'Sub Kategori 4'
+ ],
+ 'cat6' => [
+ 'name' => 'Sub Kategori 5'
+ ],
+ 'cat7' => [
+ 'name' => 'Sub Kategori 6'
+ ],
+ 'cat8' => [
+ 'name' => 'Sub Kategori 7'
+ ],
+ 'cat9' => [
+ 'name' => 'Sub Kategori 8'
+ ],
+ 'cat10' => [
+ 'name' => 'Sub Kategori 9'
+ ],
+ 'currency' => [
+ 'name' => 'Mata Uang'
+ ],
+ 'status' => [
+ 'name' => 'Status',
+ 'option' => [
+ 'approved' => 'Disetujui',
+ 'expired' => 'Kadaluarsa',
+ 'unpublished' => 'Tidak dipublikasikan',
+ 'pending_admin' => 'Admin Tertunda',
+ 'pending_user' => 'Pengguna Tertunda'
+ ]
+ ],
+ 'pending_adv' => [
+ 'name' => 'Tidak dipublikasikan'
+ ],
+ 'finish_at' => [
+ 'name' => 'Selesai Pada'
+ ],
+ 'cover_photo' => [
+ 'name' => 'Foto Sampul'
+ ],
+ 'favs_adv' => [
+ 'name' => 'Iklan Favorit'
+ ],
+ 'my_adv' => [
+ 'name' => 'ADVS'
+ ],
+ 'description' => 'Deskripsi',
+ 'explanation' => 'Penjelasan',
+ 'type' => [
+ 'name' => 'Jenis'
+ ],
+ 'parent_adv' => [
+ 'name' => 'Iklan Terkait'
+ ],
+ 'value' => [
+ 'name' => 'Nilai'
+ ],
+ 'list' => 'Daftar',
+ 'home' => 'Beranda',
+ 'list-page' => 'Halaman Daftar',
+ 'search' => 'Cari',
+ 'reset' => 'Reset',
+ 'recommended' => 'Iklan yang direkomendasikan untuk Anda',
+ 'filter' => 'Saring',
+ 'sort' => 'Sortir',
+ 'sort_by' => 'Sortir berdasarkan',
+ 'pick_option' => 'Pilih sebuah opsi',
+ 'pick_ordering' => 'Urutan',
+ 'price_high' => 'Harga Tinggi ke Rendah',
+ 'price_low' => 'Harga Rendah ke Tinggi',
+ 'newest' => 'Terbaru',
+ 'oldest' => 'Terlama',
+ 'address_a_z' => 'Alamat (A sampai Z)',
+ 'address_z_a' => 'Alamat (Z sampai A)',
+ 'categories' => [
+ 'name' => 'Kategori'
+ ],
+ 'all_categories' => 'Semua Kategori',
+ 'location' => 'Lokasi',
+ 'send_message' => 'Kirim Pesan',
+ 'phone_gsm' => 'Telepon Gsm',
+ 'phone_office' => 'Telepon Kantor',
+ 'add_to_favorites' => "Tambah ke Favorit",
+ 'send' => 'Kirim',
+ 'search_name' => 'Cari Nama',
+ 'my_favorite_searches' => 'Pencarian Favorit',
+ 'search_desc' => 'Anda dapat menambah dan mengelola pilihan pencarian favorit Anda di sini.',
+ 'complaint_placeholder' => 'Ketik rincian keluhan Anda di sini.',
+ 'show_details' => 'Tampilkan Rincian',
+ 'ad_actions' => 'Tindakan Iklan',
+ 'edit' => 'Sunting',
+ 'approve' => 'Setujui',
+ 'passive' => "Pasif",
+ 'sold' => 'Terjual',
+ 'offered_by' => 'Ditawarkan Oleh',
+ 'more_ads_by' => 'Lebih Banyak Iklan Oleh',
+ 'click_phone' => 'Tunjukkan nomor telepon',
+ 'share' => 'Bagikan',
+ 'report' => 'Laporkan iklan ini',
+ 'features' => 'Fitur',
+ "streetview" => "Tampilan Jalan",
+ 'recommended_ads' => 'Iklan yang direkomendasikan untuk Anda',
+ 'new' => 'Baru',
+ 'short_info' => 'Info Singkat',
+ 'secure_trading' => 'Pasar Niaga yang Aman',
+ '24/7' => 'Dukungan 24/7',
+ 'easy_trading' => 'Niaga yang Mudah',
+ 'need_help' => 'Butuh bantuan?',
+ 'give_a_call' => 'Hubungi dengan menghubungi',
+ 'message_sent' => 'Pesan Terkirim!',
+ 'asap' => 'Pesan terkirim, penjual akan segera menghubungi Anda.',
+ 'ad_id' => 'Id Iklan',
+ 'contact_with' => 'Kontak Dengan',
+ 'create_adv' => 'Buat Iklan',
+ 'edit_adv' => 'Sunting Iklan',
+ 'mandatory_fields' => 'Baris Wajib',
+ 'ad_post' => 'Postingan Iklan',
+ 'sell_item' => 'Jual sebuah barang atau jasa',
+ 'search_save' => 'Pencarian favorit berhasil disimpan',
+ 'address' => 'Alamat',
+ 'email' => 'Surel',
+ 'phone' => 'Telepon',
+ 'send_us_your_feedback' => 'Kirimkan Masukan Anda',
+ 'online_shopping' => 'GET',
+ 'approved' => 'Berhasil Disetujui',
+ 'extended' => 'Berhasil Diperpanjang',
+ 'declined' => 'Berhasil Ditolak',
+ 'search_on_map' => 'Cari pada Peta',
+ 'post_free_ad' => 'Pasang Iklan Gratis',
+ 'select_a_category' => 'Pilih sebuah Kategori',
+ 'select_a_sub_category' => 'Pilih sebuah Sub Kategori',
+ 'all_dopings_added' => 'Semua jenis doping ditambahkan untuk iklan ini.',
+ 'is_get_adv' => [
+ 'name' => 'GET'
+ ],
+ 'corporate_info' => 'Info Perusahaan',
+ 'featured_ads' => "Iklan Unggulan",
+ 'trending_ads' => 'Iklan Tren',
+ 'search_ad_result_prefix' => 'di',
+ 'search_ad_result_text' => ': ditemukan dalam pencarian : nama ',
+ 'search_ads_result_message' => [
+ 'name' => ': count iklan yang ditemukan untuk pencarian :name',
+ ],
+ 'total' => 'Total',
+ 'quantity' => 'Kuantitas',
+ 'view_cart' => 'Lihat Keranjang',
+ 'no_ads' => 'Iklan tidak ditemukan.',
+ 'show_display_mode' => [
+ 'map' => 'Peta',
+ 'list' => 'Daftar',
+ ],
+ 'advs_list_table_thead' => [
+ 'name' => 'Nama Iklan',
+ 'price' => 'Harga',
+ 'publish_at' => 'Tanggal Iklan',
+ 'location_city' => 'Kota',
+ 'location_country' => 'Negara',
+ ],
+ 'show_list_view' => [
+ 'name' => 'Daftar',
+ ],
+ 'show_table_view' => [
+ 'name' => 'Tabel',
+ ],
+ 'showcase' => [
+ 'name' => 'Pameran',
+ ],
+ 'new_ad' => [
+ 'name' => 'Iklan Baru',
+ ],
+ 'profile' => [
+ 'name' => 'Profil',
+ ],
+ 'my_ads' => [
+ 'name' => 'Iklan Saya',
+ ],
+ 'sold_out' => [
+ 'name' => 'Habis terjual',
+ ],
+ 'edit_category' => 'Sunting Kategori',
+ 'set_category' => 'Setel Kategori',
+ 'max' => [
+ 'name' => 'Maks',
+ ],
+ 'min' => [
+ 'name' => 'Min',
+ ],
+ 'in_the_last_24_hours' => [
+ 'name' => 'Dalam 24 Jam Terakhir'
+ ],
+ 'in_the_last_day' => [
+ 'name' => 'Dalam 24 Jam Terakhir'
+ ],
+ 'in_the_last_week' => [
+ 'name' => 'Dalam Minggu Terakhir'
+ ],
+ 'in_the_last_month' => [
+ 'name' => 'Dalam Bulan Terakhir'
+ ],
+ 'ads_with_photo' => [
+ 'name' => 'Iklan Dengan Foto'
+ ],
+ 'ads_with_video' => [
+ 'name' => 'Iklan Dengan Video'
+ ],
+ 'yes' => [
+ 'name' => 'Ya'
+ ],
+ 'no' => [
+ 'name' => 'Tidak'
+ ],
+ 'is_system' => [
+ 'name' => 'Adalah Sistem',
+ 'instructions' => 'Status sistem diperlukan dan tidak seharusnya diubah',
+ ],
+ 'user_access' => [
+ 'name' => 'Akses Pengguna',
+ 'instructions' => 'Dapatkah pengguna menggunakan status ini di iklannya?',
+ ],
+ "no_location" => "Tidak ada lokasi yang dipilih.",
+ "continue" => 'Lanjutkan',
+ "gallery" => 'Galeri',
+ "ad" => 'Iklan',
+ "ads" => 'Iklan',
+ "were_found" => 'telah ditemukan.',
+
+ // Pending screen
+ 'pending_message_1' => 'Iklan sedang dalam Proses Persetujuan',
+ 'pending_message_2' => "Tanggal Pembaruan Iklan",
+ 'pending_message_3' => 'Perkiraan Waktu Tunggu',
+ 'pending_message_4' => 'Waktu yang dihabiskan dalam proses persetujuan akan ditambahkan ke waktu doping.',
+ 'pending_message_5' => 'Tidak ada transaksi yang dapat dilakukan dari pusat panggilan terkait iklan dalam proses persetujuan.',
+ 'hours' => 'jam',
+
+ // Preview page
+ 'preview_text' => [
+ 'part_1' => 'Jika informasi berikut tentang iklan Anda benar, klik tombol "Lanjutkan" dan lanjutkan ke langkah berikutnya.',
+ 'part_2' => 'Jika tidak, klik tombol "Sunting".',
+ ],
+ 'views' => 'Dilihat',
+
+ // Detail page
+ "no_street_view" => "Tidak ada gambar tampilan jalan di lokasi ini",
+ 'edit_my_contact_info' => 'Edit Informasi Kontak Saya',
+ 'update_my_contact_info' => 'perbarui info kontak saya',
+ 'contact_info' => 'Informasi kontak',
+ 'ad_info' => 'Informasi Iklan',
+
+ // Select cat
+ 'select_category_step_by_step' => 'Pilih Kategori Langkah demi Langkah',
+
+ // New create page
+ 'options' => 'Pilihan',
+ 'category_selection' => 'Pemilihan Kategori',
+ 'listing_details' => 'Rincian Daftar',
+ 'preview' => 'Pratinjau',
+ 'congratulations' => 'Selamat',
+ 'ad_desc' => 'Deskripsi Iklan',
+ 'upload_photos' => 'Unggah Foto',
+ 'upload_files' => 'Unggah Berkas',
+ 'additional_fields' => 'Baris Tambahan',
+ 'ad_location' => 'Lokasi Iklan',
+ 'owner' => 'Pemilik',
+ 'default_owner_instruction' => 'Pemilik akan menggunakan pengguna saat ini secara bawaan/default jika tidak ada pengguna yang dipilih',
+ 'create_page_subtitle' => 'Buat iklan tanpa masalah dengan memasukkan informasi rinci tentang iklan Anda.',
+ 'with_my_phone_numbers' => 'Dengan nomor telepon saya',
+ 'not_with_my_phone_numbers' => "Saya tidak ingin dihubungi melalui telepon",
+ 'how_can_you_be_contacted' => "Bagaimana Anda dapat dihubungi?",
+
+ // Listing page
+ 'ad_title' => 'Judul Iklan',
+ 'listing_date' => 'Tanggal Pencatatan',
+ 'view' => 'Melihat',
+ 'ads_with_map' => 'Iklan Dengan Peta',
+ 'advanced_sorting' => 'Penyortiran Lanjutan',
+ 'filter_by_word' => 'Filter menurut kata',
+ 'filter_by' => 'Filter berdasarkan: nama',
+
+ 'free' => 'Gratis',
+ 'ad_date' => 'Tanggal Iklan',
+ 'photo_video' => 'Foto, Video',
+ 'and_above' => 'dan di atas',
+ 'and_below' => 'dan di bawah',
+ 'clear_all' => 'Bersihkan Semua',
+ 'balances' => 'Saldo',
+ 'packages' => 'Paket',
+ 'dopings' => 'Doping',
+ 'advs' => 'Advs',
+ 'site' => 'Situs',
+ 'subscription' => 'Berlangganan',
+ 'created' => 'Dibuat',
+ 'product_option' => [
+ 'name' => 'Opsi Produk'
+ ],
+ 'option_json' => [
+ 'name' => 'Pilihan'
+ ],
+ 'old_price' => [
+ 'name' => 'Harga Lama'
+ ],
+ 'save_search' => 'Simpan pencarian',
+ 'publish_at' => [
+ 'name' => 'Tanggal Penerbitan'
+ ],
+ 'tax' => [
+ 'name' => 'Pajak'
+ ],
+ 'name_a_z' => 'Name (A to Z)',
+ 'name_z_a' => 'Name (Z to A)',
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/id/message.php b/resources/default/addons/visiosoft/advs-module/lang/id/message.php
new file mode 100644
index 000000000..93676bf28
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/id/message.php
@@ -0,0 +1,35 @@
+ 'Produk yang diminta saat ini hilang atau tidak aktif',
+ 'please_payment' => 'Tolong Bayar',
+ 'bank_account_info' => 'Informasi rekening bank',
+ 'agreement' => 'Dengan mengklik Publikasikan, Anda menyetujui Persyaratan Penggunaan dan Kebijakan Privasi kami, menyatakan bahwa Anda adalah pemilik sah barang ini.',
+ 'update_category_msg' => 'Kategori iklan akan diperbarui.',
+ 'updated_category_msg' => 'Kategori berhasil disunting.',
+ 'create_ad_with_post_cat' => [
+ 'title' => "Pemilihan kategori telah selesai.",
+ 'success' => true,
+ 'continueBtn' => "Lanjutkan",
+ ],
+ 'update_category_info' => 'Silahkan perbarui kategori.',
+ 'filter_by_search_msg' => 'Saring Berdasarkan Pencarian.',
+ 'delete_author_error' => 'Anda tidak dapat menghapus posting yang bukan milik Anda',
+ 'success_delete' => 'Iklan Dihapus',
+ 'pending_ad_status' => 'Iklan Anda sedang menunggu persetujuan dari Penyunting.',
+ 'extended' => ': number iklan telah berhasil diperpanjang.',
+ 'category_not_exist' => 'Kategori ini sudah tidak ada/tersedia!',
+ 'currency_converted' => 'Mata Uang Berhasil Dikonversi.',
+ 'choose_user' => 'Pilih pengguna',
+ 'owner_updated_successfully' => 'Pemilik Telah Berhasil Diperbarui!',
+ 'no_add_found' => 'Iklan Tidak Ditemukan!',
+ 'replicated_success' => 'Iklan berhasil digandakan!',
+ 'ad_doesnt_exist' => "Iklan ini tidak tersedia!",
+ 'select_location_error' => "Silakan pilih sebuah lokasi pada peta!",
+ 'this_ad_is_not_valid_anymore' => "Iklan ini sudah tidak valid lagi!",
+ 'approve_status_change' => "Status Iklan Anda Telah Diatur ke Aktif!",
+ 'passive_status_change' => "Status Iklan Anda Telah Diatur ke Pasif!",
+ 'sold_status_change' => "Status Iklan Anda Telah Diatur ke Terjual!",
+ 'status_change' => "Status Iklan Anda Telah Diatur ke :status!",
+ 'disabled_detailed_options_for_admin_role' => "Opsi produk mendetail dinonaktifkan.",
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/id/permission.php b/resources/default/addons/visiosoft/advs-module/lang/id/permission.php
new file mode 100644
index 000000000..1b796888e
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/id/permission.php
@@ -0,0 +1,108 @@
+ [
+ 'name' => 'Iklan',
+ 'option' => [
+ 'read' => 'Bisakah membaca iklan?',
+ 'write' => 'Bisakah membuat/menyunting iklan?',
+ 'delete' => 'Bisakah menghapus iklan?',
+ ],
+ ],
+ 'categories' => [
+ 'name' => 'Kategori',
+ 'option' => [
+ 'read' => 'Bisakah membaca kategori?',
+ 'write' => 'Bisakah membuat/menyunting kategori?',
+ 'delete' => 'Bisakah menghapus kategori?',
+ ],
+ ],
+ 'village' => [
+ 'name' => 'Desa',
+ 'option' => [
+ 'read' => 'Bisakah membaca desa?',
+ 'write' => 'Bisakah membuat/menyunting desa?',
+ 'delete' => 'Bisakah menghapus desa?',
+ ],
+ ],
+ 'custom_fields' => [
+ 'name' => 'Baris khusus',
+ 'option' => [
+ 'read' => 'Bisa membaca baris khusus?',
+ 'write' => 'Bisakah membuat/menyunting baris khusus?',
+ 'delete' => 'Bisakah menghapus baris khusus?',
+ ],
+ ],
+ 'custom_field_advs' => [
+ 'name' => 'Iklan baris khusus',
+ 'option' => [
+ 'read' => 'Bisa membaca iklan baris khusus?',
+ 'write' => 'Dapatkah membuat/menyunting iklan baris khusus?',
+ 'delete' => 'Bisakah menghapus iklan baris khusus?',
+ ],
+ ],
+ 'cf_values' => [
+ 'name' => 'Nilai cf',
+ 'option' => [
+ 'read' => 'Bisakah membaca nilai cf?',
+ 'write' => 'Bisakah membuat/menyunting nilai cf?',
+ 'delete' => 'Bisakah menghapus nilai cf?',
+ ],
+ ],
+ 'options' => [
+ 'name' => 'Opsi',
+ 'option' => [
+ 'read' => 'Bisakah membaca opsi?',
+ 'write' => 'Bisakah membuat/menyunting opsi?',
+ 'delete' => 'Bisakah menghapus opsi?',
+ ],
+ ],
+ 'productoptions' => [
+ 'name' => 'Opsiproduk',
+ 'option' => [
+ 'read' => 'Bisa membaca opsiproduk?',
+ 'write' => 'Bisakah membuat/menyunting opsiproduk?',
+ 'delete' => 'Bisakah menghapus opsiproduk?',
+ ],
+ ],
+ 'productoptions_value' => [
+ 'name' => 'Nilai opsiproduk',
+ 'option' => [
+ 'read' => 'Bisakah membaca nilai opsiproduk?',
+ 'write' => 'Bisakah membuat/menyunting nilai opsiproduk?',
+ 'delete' => 'Bisakah menghapus nilai opsiproduk?',
+ ],
+ ],
+ 'options_configuration' => [
+ 'name' => 'Konfigurasi opsi',
+ 'option' => [
+ 'read' => 'Bisakah membaca konfigurasi opsi?',
+ 'write' => 'Bisakah membuat/menyunting konfigurasi opsi?',
+ 'delete' => 'Bisakah menghapus konfigurasi opsi?',
+ ],
+ ],
+ 'option_configuration' => [
+ 'name' => 'Konfigurasi opsi',
+ 'option' => [
+ 'read' => 'Bisakah membaca konfigurasi opsi?',
+ 'write' => 'Bisakah membuat/menyunting konfigurasi opsi?',
+ 'delete' => 'Bisakah menghapus konfigurasi opsi?',
+ ],
+ ],
+ 'option_configuration' => [
+ 'name' => 'Konfigurasi opsi',
+ 'option' => [
+ 'read' => 'Bisakah membaca konfigurasi opsi?',
+ 'write' => 'Bisakah membuat/menyunting konfigurasi opsi?',
+ 'delete' => 'Bisakah menghapus konfigurasi opsi?',
+ ],
+ ],
+ 'status' => [
+ 'name' => 'Status',
+ 'option' => [
+ 'read' => 'Bisakah membaca status?',
+ 'write' => 'Bisakah membuat/menyunting status?',
+ 'delete' => 'Bisakah menghapus status?',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/id/section.php b/resources/default/addons/visiosoft/advs-module/lang/id/section.php
new file mode 100644
index 000000000..59e3648a9
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/id/section.php
@@ -0,0 +1,64 @@
+ [
+ 'title' => 'Iklan',
+ ],
+ 'categories' => [
+ 'title' => 'Kategori',
+ ],
+ 'countries' => [
+ 'title' => 'Negara',
+ ],
+ 'cities' => [
+ 'title' => 'Kota',
+ ],
+ 'districts' => [
+ 'title' => 'Kecamatan',
+ ],
+ 'neighborhoods' => [
+ 'title' => 'Lingkungan',
+ ],
+ 'village' => [
+ 'title' => 'Desa',
+ ],
+ 'custom_fields' => [
+ 'title' => 'Baris khusus',
+ ],
+ 'custom_field_advs' => [
+ 'title' => 'Iklan baris khusus',
+ ],
+ 'cf_values' => [
+ 'title' => 'Nilai cf',
+ ],
+ 'fields' => [
+ 'title' => 'Baris khusus'
+ ],
+ 'assets_clear' => [
+ 'name' => 'Bersihkan Aset'
+ ],
+ 'general' => 'Umum',
+ 'ads' => 'Iklan',
+ 'user' => 'Pengguna',
+ 'filter' => 'Saring',
+ 'create_ad' => 'Buat Iklan',
+ 'options' => [
+ 'title' => 'Pilihan',
+ ],
+ 'ads_image' => 'Gambar Iklan',
+ 'product_options' => [
+ 'title' => 'Pilihan',
+ ],
+ 'productoptions_value' => [
+ 'title' => 'Nilai Opsi',
+ ],
+ 'option_configuration' => [
+ 'title' => 'Konfigurasi',
+ ],
+ 'translations' => 'Terjemahan',
+ 'status' => [
+ 'title' => 'Status',
+ ],
+ 'ads_detail' => 'Rincian Iklan',
+
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/id/setting.php b/resources/default/addons/visiosoft/advs-module/lang/id/setting.php
new file mode 100644
index 000000000..10fd546f3
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/id/setting.php
@@ -0,0 +1,286 @@
+ [
+ 'name' => 'Setujui Otomatis',
+ ],
+ 'default_view_type' => [
+ 'name' => 'Jenis Tampilan Bawaan (default)',
+ ],
+ 'hide_zero_price' => [
+ 'name' => 'Sembunyikan Harga jika Nol',
+ 'instructions' => 'Sembunyikan harga jika harga iklan 0',
+ ],
+ 'estimated_pending_time' => [
+ 'name' => 'Perkiraan Waktu Tertunda',
+ 'instructions' => 'Dalam Jam',
+ ],
+ 'default_published_time' => [
+ 'name' => 'Waktu Publikasi Bawaan (default)',
+ ],
+ 'address' => [
+ 'name' => 'Alamat Kontak',
+ ],
+ 'phone' => [
+ 'name' => 'Telepon Kontak',
+ ],
+ 'favicon' => [
+ 'name' => 'Ikonfav',
+ ]
+ , 'map_coordinates_long' => [
+ 'name' => 'Koordinat Garis Bujur Peta',
+ ],
+ 'map_coordinates_lat' => [
+ 'name' => 'Koordinat Garis Lintang Peta',
+ ],
+ 'iban_numbers' => [
+ 'name' => 'IBAN',
+ ],
+ 'logo' => [
+ 'name' => 'Logo',
+ ],
+ 'ogImage' => [
+ 'name' => 'Logo Bagikan (media sosial)',
+ 'warning' => 'Harus pada resolusi 1200 x 630. ',
+
+ ],
+ 'currencies' => [
+ 'name' => 'Mata Uang Aktif',
+ ],
+ 'latest-limit' => [
+ 'name' => 'Limit Terbaru',
+ ],
+ 'site_address' => [
+ 'name' => 'Alamat situs',
+ 'warning' => 'Otomatis www ditambahkan. www.sitename.com ',
+ ],
+ 'google_map_key' => [
+ 'name' => 'Kunci API Peta Google',
+ ],
+
+ 'default_country' => [
+ 'name' => 'Negara Iklan Bawaan (default)',
+ ],
+ 'hide_price_categories' => [
+ 'name' => 'Sembunyikan Harga Pada Kategori',
+ 'instructions' => 'Harga akan disembunyikan ketika Anda membuat iklan atau melihat sebuah iklan di bawah kategori ini.'
+ ],
+ 'free_currencyconverterapi_key' => [
+ 'name' => 'Kunci API Pengonversi Mata Uang'
+ ],
+ 'default_city' => [
+ 'name' => 'Kota Iklan Bawaan (default)',
+ ],
+ 'default_district' => [
+ 'name' => 'Kecamatan Iklan Bawaan (default)',
+ ],
+ 'default_neighborhood' => [
+ 'name' => 'Lingkungan Iklan Bawaan (default)',
+ ],
+ 'default_currency' => [
+ 'name' => 'Mata Uang Iklan Bawan (default)',
+ ],
+ 'default_GET' => [
+ 'name' => ' GET Iklan Bawaan (default)',
+ ],
+ 'twitter' => [
+ 'name' => 'Twitter',
+ ],
+ 'facebook' => [
+ 'name' => 'Facebook',
+ ],
+ 'youtube' => [
+ 'name' => 'Youtube',
+ ],
+ 'google' => [
+ 'name' => 'Google',
+ ],
+ 'listing_page_image' => [
+ 'name' => 'Gambar Halaman Daftar',
+ ],
+ 'hide_standard_price_field' => [
+ 'name' => 'Sembunyikan Baris Harga Standar',
+ ],
+ 'hide_options_field' => [
+ 'name' => 'Sembunyikan Baris Opsi',
+ ],
+ 'hide_village_field' => [
+ 'name' => 'Sembunyikan Baris Desa',
+ ],
+ 'hide_configurations' => [
+ 'name' => 'Sembunyikan Tombol Konfigurasi',
+ 'instructions' => 'Sembunyikan Tombol Konfigurasi pada Halaman Pratinjau Iklan',
+ ],
+ 'make_all_fields_required' => [
+ 'name' => 'Buat Semua Bidang Diperlukan',
+ 'instructions' => 'Mewajibkan pengguna untuk mengisi bidang Harga dan Deskripsi saat membuat iklan',
+ ],
+ 'make_map_required' => [
+ 'name' => 'Buat Peta Diperlukan',
+ 'instructions' => 'Mewajibkan pengguna untuk menempatkan sebuah titik/pin pada peta saat membuat iklan',
+ ],
+ 'hide_listing_standard_price' => [
+ 'name' => 'Sembunyikan Harga Standar Daftar',
+ ],
+ 'enabled_currencies' => [
+ 'name' => 'Mata Uang yang Diaktifkan',
+ ],
+ 'google_statistic_code' => [
+ 'name' => 'Kode Statistik Google',
+ ],
+ 'register_email_field' => [
+ 'name' => 'Persyaratan Email Pendaftaran Anggota',
+ ],
+ 'market_place' => [
+ 'name' => 'Market Place',
+ 'instructions' => 'If the marketplace is down, your site will act as ecommerce. For example,
+ some fields in the profile such as ads, dopings, messages, sale, packages and store are not visible and
+ removes corporate membership.'
+ ],
+ 'price_area_hidden' => [
+ 'name' => 'Area Harga Tersembunyi',
+ ],
+ 'hide_price_filter' => [
+ 'name' => 'Sembunyikan Filter Harga',
+ ],
+ 'hide_date_filter' => [
+ 'name' => 'Sembunyikan Filter Tanggal',
+ ],
+ 'hide_photo_filter' => [
+ 'name' => 'Sembunyikan Filter Foto',
+ ],
+ 'hide_map_filter' => [
+ 'name' => 'Sembunyikan Filter Peta',
+ ],
+ 'show_lang_url' => [
+ 'name' => 'Tampilkan Parameter Lang Untuk URL',
+ ],
+ 'popular_ads_limit' => [
+ 'name' => 'Batas Iklan Populer',
+ ],
+
+ //Image
+
+ 'image_resize_backend' => [
+ 'name' => 'Gambar Ubah Ukuran Backend',
+ ],
+ 'full_image_width' => [
+ 'name' => 'Lebar Gambar Penuh',
+ ],
+ 'full_image_height' => [
+ 'name' => 'Tinggi Gambar Penuh',
+ ],
+ 'medium_image_width' => [
+ 'name' => 'Lebar Gambar Sedang',
+ ],
+ 'medium_image_height' => [
+ 'name' => 'Tinggi Gambar Sedang',
+ ],
+ 'thumbnail_width' => [
+ 'name' => 'Lebar Gambar Kecil',
+ ],
+ 'thumbnail_height' => [
+ 'name' => 'Tinggi Gambar Mini',
+ ],
+ 'add_canvas' => [
+ 'name' => 'Tambahkan Kanvas',
+ ],
+ 'image_canvas_width' => [
+ 'name' => 'Lebar Kanvas Gambar',
+ ],
+ 'image_canvas_height' => [
+ 'name' => 'Tinggi Kanvas Gambar',
+ ],
+ 'watermark_type' => [
+ 'name' => 'Jenis Tanda Air',
+ ],
+ 'watermark_text' => [
+ 'name' => 'Teks Tanda Air',
+ ],
+ 'watermark_image' => [
+ 'name' => 'Gambar Watermark',
+ ],
+ 'watermark_position' => [
+ 'name' => 'Posisi Watermark',
+ ],
+ 'user_filter_limit' => [
+ 'name' => 'Batas Filter Pengguna',
+ 'instructions' => 'Di panel admin'
+ ],
+ 'show_breadcrumb_when_creating_ad' => [
+ 'name' => 'Tampilkan Breadcrumb Saat Membuat Iklan',
+ ],
+ 'show_ads_count' => [
+ 'name' => 'Tampilkan Jumlah Iklan',
+ 'instructions' => 'Tampilkan jumlah iklan di daftar kategori kiri',
+ ],
+ 'ads_date_hidden' => [
+ 'name' => 'Sembunyikan Tanggal Dibuat',
+ 'instructions' => 'Sembunyikan tanggal pembuatan di halaman detail iklan',
+ ],
+ 'hide_listing_header' => [
+ 'name' => 'Sembunyikan Judul Cantuman',
+ 'instructions' => 'Menyembunyikan jenis pemesanan dan tampilan',
+ ],
+ 'hide_filter_section' => [
+ 'name' => 'Sembunyikan Bagian Filter',
+ 'instructions' => 'Bersembunyi di area filter kiri di halaman daftar',
+ ],
+ 'hide_seller_info' => [
+ 'name' => 'Sembunyikan Informasi Penjual',
+ 'instructions' => 'Menyembunyikan info penjual di halaman detail iklan',
+ ],
+ 'show_post_ad_agreement' => [
+ 'name' => 'Show Post Ad Agreement',
+ 'instructions' => 'Aktifkan ini jika Anda ingin menampilkan perjanjian kebijakan privasi di halaman pembuatan iklan',
+ ],
+ 'override_text' => [
+ 'name' => 'Timpa Teks',
+ 'instructions' => 'Nilai Lama: Nilai Baru'
+ ],
+ 'steps_color' => [
+ 'name' => 'Langkah Warna',
+ 'instructions' => 'Mengubah warna langkah progresif.'
+ ],
+ 'create_ad_button_color' => [
+ 'name' => 'Buat Warna Tombol Iklan',
+ 'instructions' => 'Mengubah tombol yang muncul ketika pemilihan kategori iklan baru selesai.'
+ ],
+ 'lang_switcher_for_browser' => [
+ 'name' => 'Lang Switcher Untuk Browser',
+ 'instructions' => 'Memungkinkan Anda memilih bahasa browser sebagai bahasa aktif'
+ ],
+ 'get_categories' => [
+ 'name' => 'DAPATKAN Kategori',
+ 'instructions' => 'Ini mewakili kategori di mana properti GET akan berlaku.'
+ ],
+ 'watermark' => [
+ 'name' => 'Tanda air',
+ 'instructions' => 'Apakah watermark aktif?'
+ ],
+ 'detailed_product_options' => [
+ 'name' => 'Pilihan Produk Terperinci',
+ 'instructions' => 'Memungkinkan Anda memasukkan informasi stok dan harga produk'
+ ],
+ 'show_subcats_mobile' => [
+ 'name' => 'Tampilkan subkategori pada tampilan seluler',
+ ],
+ 'show_price_to_members_only' => [
+ 'name' => 'Tunjukkan Harga Hanya Untuk Anggota',
+ ],
+ 'hide_ad_cat' => [
+ 'name' => 'Sembunyikan Kategori',
+ 'instructions' => 'Sembunyikan kategori dalam daftar iklan'
+ ],
+ 'show_finish_and_publish_date' => [
+ 'name' => 'Tampilkan Tanggal Selesai Dan Tanggal Publikasi Untuk Membuat',
+ 'instructions' => 'Menampilkan bidang publish_at dan finish_at pada halaman pembuatan iklan.'
+ ],
+ 'show_tax_field' => [
+ 'name' => 'Tampilkan Baris Pajak',
+ 'instructions' => 'Ketika opsi ini diaktifkan, Anda dapat mengatur tarif pajak pada halaman pembuatan iklan.'
+ ],
+ 'hide_contact_created_at' => [
+ 'name' => 'Hide Contact Fields For in Create New Ad'
+ ]
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/id/stream.php b/resources/default/addons/visiosoft/advs-module/lang/id/stream.php
new file mode 100644
index 000000000..71abb8159
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/id/stream.php
@@ -0,0 +1,37 @@
+ [
+ 'name' => 'Advs',
+ ],
+ 'categories' => [
+ 'name' => 'Kategori',
+ ],
+ 'village' => [
+ 'name' => 'Desa',
+ ],
+ 'custom_fields' => [
+ 'name' => 'Bidang khusus',
+ ],
+ 'custom_field_advs' => [
+ 'name' => 'Bidang kustom adv',
+ ],
+ 'cf_values' => [
+ 'name' => 'Nilai cf',
+ ],
+ 'options' => [
+ 'name' => 'Pilihan',
+ ],
+ 'product_options' => [
+ 'name' => 'Pilihan Produk',
+ ],
+ 'productoptions_value' => [
+ 'name' => 'Nilai opsi',
+ ],
+ 'option_configuration' => [
+ 'name' => 'Konfigurasi',
+ ],
+ 'status' => [
+ 'name' => 'Status',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/id/view.php b/resources/default/addons/visiosoft/advs-module/lang/id/view.php
new file mode 100644
index 000000000..6045d85ce
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/id/view.php
@@ -0,0 +1,6 @@
+ 'Belum selesai',
+ 'advanced' => 'Maju',
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/it/addon.php b/resources/default/addons/visiosoft/advs-module/lang/it/addon.php
new file mode 100644
index 000000000..ce0ff6626
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/it/addon.php
@@ -0,0 +1,8 @@
+ 'Annunci',
+ 'name' => 'Modulo annunci',
+ 'description' => 'Modulo annunci',
+ 'info' => 'This is the screen where you can add, delete and edit ads from the Ads page. On this page, you can simply do the operations such as post management and ad configuration.'
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/it/button.php b/resources/default/addons/visiosoft/advs-module/lang/it/button.php
new file mode 100644
index 000000000..906461adf
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/it/button.php
@@ -0,0 +1,48 @@
+ 'Nuovo Adv',
+ 'new_classified' => 'Nuovo classificato',
+ 'new_category' => 'Nuova categoria',
+ 'new_country' => 'Nuovo Paese',
+ 'new_city' => 'Nuova città',
+ 'new_district' => 'New District',
+ 'new_neighborhood' => 'Nuovo quartiere',
+ 'new_village' => 'New Village',
+ 'edit' => "modificare",
+ 'approve' => "Approvare",
+ 'decline' => 'Declino',
+ 'extend' => 'Estendere',
+ 'extend_all' => 'Estendi tutto',
+ 'convert_currency' => 'Converti valuta',
+ 'categories' => 'categorie',
+ 'sub_category' => 'Sottocategorie',
+ 'add_sub_category' => 'Aggiungi sottocategoria',
+ 'sub_cities' => 'Sotto città',
+ 'add_sub_cities' => 'Aggiungi città secondaria',
+ 'add_sub_districts' => 'Aggiungi sotto distretto',
+ 'add_sub_neighborhoods' => 'Aggiungi sotto vicinato',
+ 'add_sub_village' => 'Aggiungi villaggio secondario',
+ 'sub_districts' => 'Sottodistretti',
+ 'sub_neighborhoods' => 'Quartieri secondari',
+ 'sub_village' => 'Sub Village',
+ 'general_settings' => 'impostazioni generali',
+ 'save_category' => 'Salva categoria',
+ 'change_owner' => 'Cambiare proprietario',
+ 'update_category' => [
+ 'name' => 'Categoria di aggiornamento'
+ ],
+ 'new_option' => 'Nuova opzione',
+ 'export' => 'Esportare',
+ 'new_productoption' => 'New Productoption',
+ 'new_productoptions_value' => 'Nuovo valore dell\'opzione del prodotto',
+ 'new_options_configuration' => 'Nuova configurazione delle opzioni',
+ 'new_option_configuration' => 'Nuova configurazione delle opzioni',
+ 'create_configurations' => 'Crea configurazioni',
+ 'replicate' => 'Replicare',
+ 'fast_create' => 'Creazione veloce',
+ 'publish' => 'Pubblicare',
+ 'import' => 'Importare',
+ 'new_status' => 'Nuovo stato',
+ 'fast_edit' => 'Modifica veloce',
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/it/currency.php b/resources/default/addons/visiosoft/advs-module/lang/it/currency.php
new file mode 100644
index 000000000..a63fcdfac
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/it/currency.php
@@ -0,0 +1,6 @@
+ 'Dollaro',
+ 'EUR' => 'Euro',
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/it/field.php b/resources/default/addons/visiosoft/advs-module/lang/it/field.php
new file mode 100644
index 000000000..1f4b39c5b
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/it/field.php
@@ -0,0 +1,386 @@
+ [
+ 'name' => 'Titolo'
+ ],
+ 'order' => [
+ 'name' => 'Ordine'
+ ],
+ 'slug' => [
+ 'name' => 'lumaca'
+ ],
+ 'parent_category' => [
+ 'name' => 'Genitore'
+ ],
+ 'category' => [
+ 'name' => 'Titolo della categoria'
+ ],
+ 'price' => [
+ 'name' => 'Prezzo'
+ ],
+ 'standard_price' => [
+ 'name' => 'Prezzo standard'
+ ],
+ 'date' => [
+ 'name' => 'Data'
+ ],
+ 'photo' => [
+ 'name' => 'Foto'
+ ],
+ 'video' => [
+ 'name' => 'video'
+ ],
+ 'map' => [
+ 'name' => 'Carta geografica'
+ ],
+ 'stock' => [
+ 'name' => 'Azione'
+ ],
+ 'advs_desc' => [
+ 'name' => 'Descrizione'
+ ],
+ 'online_payment' => [
+ 'name' => 'Pagamento online'
+ ],
+ 'city' => [
+ 'name' => 'Città'
+ ],
+ 'country' => [
+ 'name' => 'Nazione'
+ ],
+ 'district' => [
+ 'name' => 'Quartiere'
+ ],
+ 'neighborhood' => [
+ 'name' => 'Quartiere'
+ ],
+ 'village' => [
+ 'name' => 'Villaggio'
+ ],
+ 'files' => [
+ 'name' => 'immagini'
+ ],
+ 'cat1' => [
+ 'name' => 'Categoria Principale'
+ ],
+ 'cat2' => [
+ 'name' => 'Sottocategoria 1'
+ ],
+ 'cat3' => [
+ 'name' => 'Sottocategoria 2'
+ ],
+ 'cat4' => [
+ 'name' => 'Sottocategoria 3'
+ ],
+ 'cat5' => [
+ 'name' => 'Sottocategoria 4'
+ ],
+ 'cat6' => [
+ 'name' => 'Sottocategoria 5'
+ ],
+ 'cat7' => [
+ 'name' => 'Sottocategoria 6'
+ ],
+ 'cat8' => [
+ 'name' => 'Sottocategoria 7'
+ ],
+ 'cat9' => [
+ 'name' => 'Sottocategoria 8'
+ ],
+ 'cat10' => [
+ 'name' => 'Sottocategoria 9'
+ ],
+ 'currency' => [
+ 'name' => 'Moneta'
+ ],
+ 'status' => [
+ 'name' => 'Stato',
+ 'option' => [
+ 'approved' => 'Approvato',
+ 'expired' => 'Scaduto',
+ 'unpublished' => 'inedito',
+ 'pending_admin' => 'Amministratore in sospeso',
+ 'pending_user' => 'Utente in attesa'
+ ]
+ ],
+ 'pending_adv' => [
+ 'name' => 'Annunci in sospeso'
+ ],
+ 'finish_at' => [
+ 'name' => 'Termina alle'
+ ],
+ 'cover_photo' => [
+ 'name' => 'Foto di copertina'
+ ],
+ 'favs_adv' => [
+ 'name' => 'Pubblicità preferita'
+ ],
+ 'my_adv' => [
+ 'name' => 'ADVS'
+ ],
+ 'description' => 'Descrizione',
+ 'explanation' => 'Spiegazione',
+ 'type' => [
+ 'name' => 'genere'
+ ],
+ 'parent_adv' => [
+ 'name' => 'Annuncio correlato'
+ ],
+ 'value' => [
+ 'name' => 'Valore'
+ ],
+ 'list' => 'Elenco',
+ 'home' => 'Casa',
+ 'list-page' => 'Pagina elenco',
+ 'search' => 'Ricerca',
+ 'reset' => 'Reset',
+ 'recommended' => 'Annunci consigliati per te',
+ 'filter' => 'Filtro',
+ 'sort' => 'Ordinare',
+ 'sort_by' => 'Ordina per',
+ 'pick_option' => 'Scegli unopzione',
+ 'pick_ordering' => 'ordinazione',
+ 'price_high' => 'Prezzo da alto a basso',
+ 'price_low' => 'Prezzo da basso ad alto',
+ 'newest' => 'i più nuovi',
+ 'oldest' => 'il più vecchio',
+ 'address_a_z' => 'Indirizzo (dalla A alla Z)',
+ 'address_z_a' => 'Indirizzo (dalla Z alla A)',
+ 'categories' => [
+ 'name' => 'Categorie'
+ ],
+ 'all_categories' => 'tutte le categorie',
+ 'location' => 'Posizione',
+ 'send_message' => 'Invia messaggio',
+ 'phone_gsm' => 'Telefono GSM',
+ 'phone_office' => 'Telefono dellufficio',
+ 'add_to_favorites' => "Aggiungi ai preferiti",
+ 'send' => 'Inviare',
+ 'search_name' => 'Cerca nome',
+ 'my_favorite_searches' => 'Ricerche preferite',
+ 'search_desc' => 'Puoi aggiungere e gestire le tue selezioni di ricerca preferite qui.',
+ 'complaint_placeholder' => 'Digita qui i dettagli del reclamo.',
+ 'show_details' => 'Mostra dettagli',
+ 'ad_actions' => 'Azioni pubblicitarie',
+ 'edit' => 'modificare',
+ 'approve' => 'Approvare',
+ 'passive' => "Passivo",
+ 'sold' => 'Venduto',
+ 'offered_by' => 'Offerto da',
+ 'more_ads_by' => 'Altre pubblicità di',
+ 'click_phone' => 'Mostra il numero di telefono',
+ 'share' => 'Condividi questo annuncio',
+ 'report' => 'Segnala questo annuncio',
+ 'features' => 'Caratteristiche',
+ "streetview" => "vista stradale",
+ 'recommended_ads' => 'Annunci consigliati per te',
+ 'new' => 'Nuovo',
+ 'short_info' => 'Informazioni brevi',
+ 'secure_trading' => 'Trading sicuro',
+ '24/7' => 'Assistenza 24/7',
+ 'easy_trading' => 'Trading facile',
+ 'need_help' => 'Ho bisogno di aiuto?',
+ 'give_a_call' => 'Chiama',
+ 'message_sent' => 'Messaggio inviato!',
+ 'asap' => 'Messaggio inviato,
+ il venditore ti contatterà al più presto.',
+ 'ad_id' => 'ID annuncio',
+ 'contact_with' => 'Contatta con',
+ 'create_adv' => 'Crea annuncio',
+ 'edit_adv' => 'Modifica annuncio',
+ 'mandatory_fields' => 'Campi obbligatori',
+ 'ad_post' => 'Annuncio',
+ 'sell_item' => 'Vendi un articolo o un servizio',
+ 'search_save' => 'Ricerca preferita salvata correttamente',
+ 'address' => 'Indirizzo',
+ 'email' => 'E-mail',
+ 'phone' => 'Telefono',
+ 'send_us_your_feedback' => 'Inviaci il tuo feedback',
+ 'online_shopping' => 'OTTENERE',
+ 'approved' => 'Approvato con successo',
+ 'extended' => 'Esteso con successo',
+ 'declined' => 'Rifiutato con successo',
+ 'search_on_map' => 'Cerca sulla mappa',
+ 'post_free_ad' => 'Pubblica annuncio gratuito',
+ 'select_a_category' => 'Seleziona una categoria',
+ 'select_a_sub_category' => 'Seleziona una sotto-categoria',
+ 'all_dopings_added' => 'Tutti i tipi di doping vengono aggiunti per questo annuncio.',
+ 'is_get_adv' => [
+ 'name' => 'OTTENERE'
+ ],
+ 'corporate_info' => 'Informazioni aziendali',
+ 'featured_ads' => "Annunci in primo piano",
+ 'trending_ads' => 'Annunci Trendind',
+ 'search_ad_result_prefix' => 'sopra',
+ 'search_ad_result_text' => ': count annunci trovati nella tua ricerca : name ',
+ 'search_ads_result_message' => [
+ 'name' => ': conta gli annunci trovati per:ricerca nome',
+ ],
+ 'total' => 'Totale',
+ 'quantity' => 'Quantità',
+ 'view_cart' => 'Vedi il carrello',
+ 'no_ads' => 'Nessuna pubblicità!',
+ 'show_display_mode' => [
+ 'map' => 'Carta geografica',
+ 'list' => 'Elenco',
+ ],
+ 'advs_list_table_thead' => [
+ 'name' => 'Nome dellannuncio',
+ 'price' => 'Prezzo',
+ 'publish_at' => 'Data dellannuncio',
+ 'location_city' => 'Città',
+ 'location_country' => 'Nazione',
+ ],
+ 'show_list_view' => [
+ 'name' => 'Elenco',
+ ],
+ 'show_table_view' => [
+ 'name' => 'tavolo',
+ ],
+ 'showcase' => [
+ 'name' => 'vetrina',
+ ],
+ 'new_ad' => [
+ 'name' => 'Nuovo annuncio',
+ ],
+ 'profile' => [
+ 'name' => 'Profilo',
+ ],
+ 'my_ads' => [
+ 'name' => 'I miei annunci',
+ ],
+ 'sold_out' => [
+ 'name' => 'Esaurito',
+ ],
+ 'edit_category' => 'Modifica categoria',
+ 'set_category' => 'Imposta categoria',
+ 'max' => [
+ 'name' => 'Max',
+ ],
+ 'min' => [
+ 'name' => 'min',
+ ],
+ 'in_the_last_24_hours' => [
+ 'name' => 'Nelle ultime 24 ore'
+ ],
+ 'in_the_last_day' => [
+ 'name' => 'Nelle ultime 24 ore'
+ ],
+ 'in_the_last_week' => [
+ 'name' => 'Nell\'ultima settimana'
+ ],
+ 'in_the_last_month' => [
+ 'name' => 'Nell\'ultimo mese'
+ ],
+ 'ads_with_photo' => [
+ 'name' => 'Annunci con foto'
+ ],
+ 'ads_with_video' => [
+ 'name' => 'Annunci con video'
+ ],
+ 'yes' => [
+ 'name' => 'sì'
+ ],
+ 'no' => [
+ 'name' => 'No'
+ ],
+ 'is_system' => [
+ 'name' => 'È il sistema',
+ 'instructions' => 'Lo stato del sistema è obbligatorio e non deve essere modificato',
+ ],
+ 'user_access' => [
+ 'name' => 'Accesso utente',
+ 'instructions' => 'Un utente può utilizzare questo stato nei suoi annunci?',
+ ],
+ "no_location" => "Nessuna posizione selezionata.",
+ "continue" => 'Continua',
+ "gallery" => 'Galleria',
+ "ad" => 'Anno Domini',
+ "ads" => 'Annunci',
+ "were_found" => 'furono trovati.',
+
+ // Pending screen
+ 'pending_message_1' => 'L\'annuncio è in fase di approvazione',
+ 'pending_message_2' => "Data di aggiornamento dell'annuncio",
+ 'pending_message_3' => 'Tempo di attesa stimato',
+ 'pending_message_4' => 'Il tempo trascorso nel processo di approvazione verrà aggiunto al tempo di doping.',
+ 'pending_message_5' => 'Non è possibile effettuare transazioni dal call center per quanto riguarda l\'annuncio nel processo di approvazione.',
+ 'hours' => 'ore',
+
+ // Preview page
+ 'preview_text' => [
+ 'part_1' => 'Se le seguenti informazioni sul tuo annuncio sono corrette, fai clic sul pulsante "Continua" e vai al passaggio successivo.',
+ 'part_2' => 'In caso contrario, fai clic sul pulsante "Modifica".',
+ ],
+ 'views' => 'Visualizzazioni',
+
+ // Detail page
+ "no_street_view" => "Nessuna immagine di street view in questa posizione",
+ 'edit_my_contact_info' => 'Modifica le mie informazioni di contatto',
+ 'update_my_contact_info' => 'aggiorna le mie informazioni di contatto',
+ 'contact_info' => 'Informazioni sui contatti',
+ 'ad_info' => 'Informazioni sull\'annuncio',
+
+ // Select cat
+ 'select_category_step_by_step' => 'Seleziona la categoria Step by Step',
+
+ // New create page
+ 'options' => 'Opzioni',
+ 'category_selection' => 'Selezione della categoria',
+ 'listing_details' => 'Dettagli dell\'inserzione',
+ 'preview' => 'Anteprima',
+ 'congratulations' => 'Congratulazioni',
+ 'ad_desc' => 'Descrizione dell\'annuncio',
+ 'upload_photos' => 'Caricare foto',
+ 'upload_files' => 'Caricare files',
+ 'additional_fields' => 'Campi aggiuntivi',
+ 'ad_location' => 'Posizione dell\'annuncio',
+ 'owner' => 'Proprietario',
+ 'default_owner_instruction' => 'Se non è selezionato alcun utente, per impostazione predefinita il proprietario sarà l\'utente corrente',
+ 'create_page_subtitle' => 'Crea l\'annuncio in modo impeccabile inserendo informazioni dettagliate sul tuo annuncio.',
+ 'with_my_phone_numbers' => 'With my phone numbers',
+ 'not_with_my_phone_numbers' => "I don't want to be reached by phone",
+ 'how_can_you_be_contacted' => "How can you be contacted?",
+
+ // Listing page
+ 'ad_title' => 'Titolo dell\'annuncio',
+ 'listing_date' => 'Data di quotazione',
+ 'view' => 'Visualizza',
+ 'ads_with_map' => 'Annunci con mappa',
+ 'advanced_sorting' => 'Ordinamento avanzato',
+ 'filter_by_word' => 'Filtra per parola',
+ 'filter_by' => 'Filtra per: nome',
+
+ 'free' => 'Gratuito',
+ 'ad_date' => 'Data dell\'annuncio',
+ 'photo_video' => 'Foto, video',
+ 'and_above' => 'e al di sopra',
+ 'and_below' => 'e sotto',
+ 'clear_all' => 'Cancella tutto',
+ 'balances' => 'Saldi',
+ 'packages' => 'Pacchi',
+ 'dopings' => 'Dopings',
+ 'advs' => 'Advs',
+ 'site' => 'Luogo',
+ 'subscription' => 'Sottoscrizione',
+ 'created' => 'Creato',
+ 'product_option' => [
+ 'name' => 'Opzione prodotto'
+ ],
+ 'option_json' => [
+ 'name' => 'Opzione'
+ ],
+ 'old_price' => [
+ 'name' => 'Vecchio prezzo'
+ ],
+ 'save_search' => 'Salva ricerca',
+ 'publish_at' => [
+ 'name' => 'Data di pubblicazione'
+ ],
+ 'tax' => [
+ 'name' => 'Tax'
+ ],
+ 'name_a_z' => 'Name (A to Z)',
+ 'name_z_a' => 'Name (Z to A)',
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/it/message.php b/resources/default/addons/visiosoft/advs-module/lang/it/message.php
new file mode 100644
index 000000000..3fa4d87f0
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/it/message.php
@@ -0,0 +1,35 @@
+ 'Il prodotto richiesto è attualmente mancante o inattivo',
+ 'please_payment' => 'Per favore paga',
+ 'bank_account_info' => 'Informazioni sul conto bancario',
+ 'agreement' => 'Facendo clic su Pubblica, accetti i nostri Termini di utilizzo e l\'Informativa sulla privacy riconosci di essere il legittimo proprietario di questo articolo.',
+ 'update_category_msg' => 'La categoria classificata verrà aggiornata.',
+ 'updated_category_msg' => 'Categoria modificata con successo.',
+ 'create_ad_with_post_cat' => [
+ 'title' => "Post an Ad in just 30 seconds",
+ 'success' => true,
+ 'continueBtn' => "Continua",
+ ],
+ 'update_category_info' => 'Si prega di aggiornare la categoria.',
+ 'filter_by_search_msg' => 'Filtra per ricerca.',
+ 'delete_author_error' => 'Non puoi eliminare un post che non ti appartiene',
+ 'success_delete' => 'Annuncio eliminato',
+ 'pending_ad_status' => 'Il tuo annuncio è in attesa di approvazione da parte dell\'Editore.',
+ 'extended' => ': numero di annunci è stato esteso con successo.',
+ 'category_not_exist' => 'Questa categoria non esiste più!',
+ 'currency_converted' => 'Valuta convertita correttamente.',
+ 'choose_user' => 'Scegli un utente',
+ 'owner_updated_successfully' => 'Il proprietario è stato aggiornato con successo!',
+ 'no_add_found' => 'Nessun annuncio trovato!',
+ 'replicated_success' => 'L\'annuncio è stato replicato con successo!',
+ 'ad_doesnt_exist' => "Questo annuncio non esiste!",
+ 'select_location_error' => "Seleziona una posizione sulla mappa!",
+ 'this_ad_is_not_valid_anymore' => "Questo annuncio non è più valido!",
+ 'approve_status_change' => "Lo stato del tuo annuncio è stato impostato su Attivo!",
+ 'passive_status_change' => "Lo stato del tuo annuncio è stato impostato su Passivo!",
+ 'sold_status_change' => "Lo stato del tuo annuncio è stato impostato su Venduto!",
+ 'status_change' => "Lo stato del tuo annuncio è stato impostato su: status!",
+ 'disabled_detailed_options_for_admin_role' => "Le opzioni dettagliate del prodotto sono disabilitate.",
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/it/permission.php b/resources/default/addons/visiosoft/advs-module/lang/it/permission.php
new file mode 100644
index 000000000..89a500f2c
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/it/permission.php
@@ -0,0 +1,108 @@
+ [
+ 'name' => 'Annunci',
+ 'option' => [
+ 'read' => 'Puoi leggere le pubblicità? ',
+ 'write' => 'Puoi creare / modificare annunci? ',
+ 'delete' => 'Puoi eliminare le pubblicità?',
+ ],
+ ],
+ 'categories' => [
+ 'name' => 'categorie',
+ 'option' => [
+ 'read' => 'Sai leggere le categorie? ',
+ 'write' => 'Puoi creare / modificare categorie? ',
+ 'delete' => 'Puoi eliminare le categorie?',
+ ],
+ ],
+ 'village' => [
+ 'name' => 'Villaggio',
+ 'option' => [
+ 'read' => 'Sai leggere il villaggio? ',
+ 'write' => 'Può creare / modificare villaggio? ',
+ 'delete' => 'Puoi cancellare il villaggio?',
+ ],
+ ],
+ 'custom_fields' => [
+ 'name' => 'Campi personalizzati',
+ 'option' => [
+ 'read' => 'Sai leggere campi personalizzati? ',
+ 'write' => 'Puoi creare / modificare campi personalizzati? ',
+ 'delete' => 'È possibile eliminare campi personalizzati?',
+ ],
+ ],
+ 'custom_field_advs' => [
+ 'name' => 'Annunci di campo personalizzati',
+ 'option' => [
+ 'read' => 'Sai leggere annunci sul campo personalizzati? ',
+ 'write' => 'Puoi creare / modificare annunci personalizzati? ',
+ 'delete' => 'È possibile eliminare annunci pubblicitari personalizzati?',
+ ],
+ ],
+ 'cf_values' => [
+ 'name' => 'Valori Cf',
+ 'option' => [
+ 'read' => 'Sai leggere i valori cf? ',
+ 'write' => 'È possibile creare / modificare valori cf? ',
+ 'delete' => 'È possibile eliminare i valori cf?',
+ ],
+ ],
+ 'options' => [
+ 'name' => 'Opzioni',
+ 'option' => [
+ 'read' => 'Può leggere le opzioni?',
+ 'write' => 'Può creare / modificare opzioni?',
+ 'delete' => 'Può eliminare le opzioni?',
+ ],
+ ],
+ 'productoptions' => [
+ 'name' => 'Productoptions',
+ 'option' => [
+ 'read' => 'Può leggere le interruzioni di produzione?',
+ 'write' => 'Può creare / modificare le opzioni di produzione?',
+ 'delete' => 'È possibile eliminare le interruzioni di produzione?',
+ ],
+ ],
+ 'productoptions_value' => [
+ 'name' => 'Valore delle produzioni',
+ 'option' => [
+ 'read' => 'Può leggere il valore delle opzioni di produzione?',
+ 'write' => 'Può creare / modificare il valore delle opzioni di produzione?',
+ 'delete' => 'Può eliminare il valore delle opzioni di produzione?',
+ ],
+ ],
+ 'options_configuration' => [
+ 'name' => 'Configurazione delle opzioni',
+ 'option' => [
+ 'read' => 'Può leggere la configurazione delle opzioni?',
+ 'write' => 'Può creare / modificare la configurazione delle opzioni?',
+ 'delete' => 'Può eliminare la configurazione delle opzioni?',
+ ],
+ ],
+ 'option_configuration' => [
+ 'name' => 'Configurazione delle opzioni',
+ 'option' => [
+ 'read' => 'Può leggere la configurazione delle opzioni?',
+ 'write' => 'Può creare / modificare la configurazione delle opzioni?',
+ 'delete' => 'Può eliminare la configurazione delle opzioni?',
+ ],
+ ],
+ 'option_configuration' => [
+ 'name' => 'Configurazione delle opzioni',
+ 'option' => [
+ 'read' => 'Può leggere la configurazione delle opzioni?',
+ 'write' => 'Può creare / modificare la configurazione delle opzioni?',
+ 'delete' => 'Può eliminare la configurazione delle opzioni?',
+ ],
+ ],
+ 'status' => [
+ 'name' => 'Stato',
+ 'option' => [
+ 'read' => 'Può leggere lo stato?',
+ 'write' => 'Può creare / modificare lo stato?',
+ 'delete' => 'Può eliminare lo stato?',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/it/section.php b/resources/default/addons/visiosoft/advs-module/lang/it/section.php
new file mode 100644
index 000000000..6737f5ec5
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/it/section.php
@@ -0,0 +1,64 @@
+ [
+ 'title' => 'Annunci',
+ ],
+ 'categories' => [
+ 'title' => 'categorie',
+ ],
+ 'countries' => [
+ 'title' => 'paesi',
+ ],
+ 'cities' => [
+ 'title' => 'Città',
+ ],
+ 'districts' => [
+ 'title' => 'Quartieri',
+ ],
+ 'neighborhoods' => [
+ 'title' => 'quartieri',
+ ],
+ 'village' => [
+ 'title' => 'Villaggio',
+ ],
+ 'custom_fields' => [
+ 'title' => 'Campi personalizzati',
+ ],
+ 'custom_field_advs' => [
+ 'title' => 'Annunci di campo personalizzati',
+ ],
+ 'cf_values' => [
+ 'title' => 'Valori Cf',
+ ],
+ 'fields' => [
+ 'title' => 'Campi personalizzati'
+ ],
+ 'assets_clear' => [
+ 'name' => 'Risorse Clear'
+ ],
+ 'general' => 'Generale',
+ 'ads' => 'Annunci',
+ 'user' => 'Utente',
+ 'filter' => 'Filtro',
+ 'create_ad' => 'Crea annuncio',
+ 'options' => [
+ 'title' => 'Opzioni',
+ ],
+ 'ads_image' => 'Immagine degli annunci',
+ 'product_options' => [
+ 'title' => 'Opzioni',
+ ],
+ 'productoptions_value' => [
+ 'title' => 'Valore delle opzioni',
+ ],
+ 'option_configuration' => [
+ 'title' => 'Configurazione',
+ ],
+ 'translations' => 'Traduzioni',
+ 'status' => [
+ 'title' => 'Stato',
+ ],
+ 'ads_detail' => 'Dettaglio annunci',
+
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/it/setting.php b/resources/default/addons/visiosoft/advs-module/lang/it/setting.php
new file mode 100644
index 000000000..8ee3fbaae
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/it/setting.php
@@ -0,0 +1,286 @@
+ [
+ 'name' => 'Approvazione automatica',
+ ],
+ 'default_view_type' => [
+ 'name' => 'Tipo di visualizzazione predefinito',
+ ],
+ 'hide_zero_price' => [
+ 'name' => 'Nascondi prezzo se zero',
+ 'instructions' => 'Nascondi il prezzo se il prezzo dell\'annuncio è 0',
+ ],
+ 'estimated_pending_time' => [
+ 'name' => 'Tempo di attesa stimato',
+ 'instructions' => 'In ore',
+ ],
+ 'default_published_time' => [
+ 'name' => 'Tempo di pubblicazione predefinito',
+ ],
+ 'address' => [
+ 'name' => 'Indirizzo di contatto',
+ ],
+ 'phone' => [
+ 'name' => 'Contatto telefonico',
+ ],
+ 'favicon' => [
+ 'name' => 'favicon',
+ ]
+ , 'map_coordinates_long' => [
+ 'name' => 'Mappa lunga coordinata',
+ ],
+ 'map_coordinates_lat' => [
+ 'name' => 'Map Lat Coordinate',
+ ],
+ 'iban_numbers' => [
+ 'name' => 'IBAN',
+ ],
+ 'logo' => [
+ 'name' => 'Logo',
+ ],
+ 'ogImage' => [
+ 'name' => 'Logo di condivisione sociale',
+ 'warning' => 'Dovrebbe avere una risoluzione di 1200 x 630.',
+
+ ],
+ 'currencies' => [
+ 'name' => 'Valute attive',
+ ],
+ 'latest-limit' => [
+ 'name' => 'Ultimo limite',
+ ],
+ 'site_address' => [
+ 'name' => 'Indirizzo del sito',
+ 'warning' => 'Aggiunta automatica www. www. sitename.com ',
+ ],
+ 'google_map_key' => [
+ 'name' => 'Google Map Api Key',
+ ],
+
+ 'default_country' => [
+ 'name' => 'Paese annuncio predefinito',
+ ],
+ 'hide_price_categories' => [
+ 'name' => 'Nascondi prezzo per categorie',
+ 'instructions' => 'Il prezzo verrà nascosto quando crei un annuncio o visualizzi un annuncio in queste categorie.'
+ ],
+ 'free_currencyconverterapi_key' => [
+ 'name' => 'Chiave API del convertitore di valuta'
+ ],
+ 'default_city' => [
+ 'name' => 'Città annuncio predefinita',
+ ],
+ 'default_district' => [
+ 'name' => 'Distretto annunci predefinito',
+ ],
+ 'default_neighborhood' => [
+ 'name' => 'Quartiere annunci predefinito',
+ ],
+ 'default_currency' => [
+ 'name' => 'Valuta annuncio predefinita',
+ ],
+ 'default_GET' => [
+ 'name' => 'Annuncio predefinito GET',
+ ],
+ 'twitter' => [
+ 'name' => 'cinguettio',
+ ],
+ 'facebook' => [
+ 'name' => 'Facebook',
+ ],
+ 'youtube' => [
+ 'name' => 'Youtube',
+ ],
+ 'google' => [
+ 'name' => 'Google',
+ ],
+ 'listing_page_image' => [
+ 'name' => 'Immagine della pagina di elenco',
+ ],
+ 'hide_standard_price_field' => [
+ 'name' => 'Nascondi campo prezzo standard',
+ ],
+ 'hide_options_field' => [
+ 'name' => 'Nascondi campo opzioni',
+ ],
+ 'hide_village_field' => [
+ 'name' => 'Nascondi campo villaggio',
+ ],
+ 'hide_configurations' => [
+ 'name' => 'Nascondi il pulsante Configurazioni',
+ 'instructions' => 'Nascondi il pulsante Configurazioni nella pagina Anteprima annunci',
+ ],
+ 'make_all_fields_required' => [
+ 'name' => 'Rendi tutti i campi obbligatori',
+ 'instructions' => 'Richiedi all\'utente di compilare i campi Prezzo e Descrizione durante la creazione di un annuncio',
+ ],
+ 'make_map_required' => [
+ 'name' => 'Rendi la mappa richiesta',
+ 'instructions' => 'Richiedi all\'utente di posizionare un segnaposto sulla mappa durante la creazione di un annuncio',
+ ],
+ 'hide_listing_standard_price' => [
+ 'name' => 'Nascondi elenco prezzo standard',
+ ],
+ 'enabled_currencies' => [
+ 'name' => 'Valute abilitate',
+ ],
+ 'google_statistic_code' => [
+ 'name' => 'Codice statistico di Google',
+ ],
+ 'register_email_field' => [
+ 'name' => 'Requisito e-mail di registrazione membro',
+ ],
+ 'market_place' => [
+ 'name' => 'Piazza del mercato',
+ 'instructions' => 'If the marketplace is down, your site will act as ecommerce. For example,
+ some fields in the profile such as ads, dopings, messages, sale, packages and store are not visible and
+ removes corporate membership.'
+ ],
+ 'price_area_hidden' => [
+ 'name' => 'Area di Prezzo Nascosta',
+ ],
+ 'hide_price_filter' => [
+ 'name' => 'Nascondi filtro prezzo',
+ ],
+ 'hide_date_filter' => [
+ 'name' => 'Nascondi filtro data',
+ ],
+ 'hide_photo_filter' => [
+ 'name' => 'Nascondi filtro foto',
+ ],
+ 'hide_map_filter' => [
+ 'name' => 'Nascondi filtro mappa',
+ ],
+ 'show_lang_url' => [
+ 'name' => 'Mostra parametro Lang per URL',
+ ],
+ 'popular_ads_limit' => [
+ 'name' => 'Limite annunci popolari',
+ ],
+
+ //Image
+
+ 'image_resize_backend' => [
+ 'name' => 'Backend ridimensionamento immagine',
+ ],
+ 'full_image_width' => [
+ 'name' => 'Larghezza immagine completa',
+ ],
+ 'full_image_height' => [
+ 'name' => 'Altezza completa dell\'immagine',
+ ],
+ 'medium_image_width' => [
+ 'name' => 'Larghezza immagine media',
+ ],
+ 'medium_image_height' => [
+ 'name' => 'Altezza media dell\'immagine',
+ ],
+ 'thumbnail_width' => [
+ 'name' => 'Larghezza Miniatura',
+ ],
+ 'thumbnail_height' => [
+ 'name' => 'Altezza Miniatura',
+ ],
+ 'add_canvas' => [
+ 'name' => 'Aggiungi tela',
+ ],
+ 'image_canvas_width' => [
+ 'name' => 'Larghezza tela immagine',
+ ],
+ 'image_canvas_height' => [
+ 'name' => 'Altezza tela immagine',
+ ],
+ 'watermark_type' => [
+ 'name' => 'Tipo di filigrana',
+ ],
+ 'watermark_text' => [
+ 'name' => 'Testo filigrana',
+ ],
+ 'watermark_image' => [
+ 'name' => 'Immagine filigrana',
+ ],
+ 'watermark_position' => [
+ 'name' => 'Posizione della filigrana',
+ ],
+ 'user_filter_limit' => [
+ 'name' => 'Limite filtro utente',
+ 'instructions' => 'Nel pannello di amministrazione'
+ ],
+ 'show_breadcrumb_when_creating_ad' => [
+ 'name' => 'Mostra breadcrumb durante la creazione di un annuncio',
+ ],
+ 'show_ads_count' => [
+ 'name' => 'Mostra conteggio annunci',
+ 'instructions' => 'Mostra il conteggio degli annunci nell\'elenco delle categorie a sinistra',
+ ],
+ 'ads_date_hidden' => [
+ 'name' => 'Nascondi data di creazione',
+ 'instructions' => 'Nascondi la data di creazione nella pagina dei dettagli degli annunci',
+ ],
+ 'hide_listing_header' => [
+ 'name' => 'Nascondi intestazione elenco',
+ 'instructions' => 'Nascondersi per ordinare e visualizzare i tipi',
+ ],
+ 'hide_filter_section' => [
+ 'name' => 'Nascondi sezione filtro',
+ 'instructions' => 'Nascondere nell\'area del filtro a sinistra nella pagina dell\'elenco',
+ ],
+ 'hide_seller_info' => [
+ 'name' => 'Nascondi le informazioni sul venditore',
+ 'instructions' => 'Nascondere alle informazioni del venditore nella pagina dei dettagli degli annunci',
+ ],
+ 'show_post_ad_agreement' => [
+ 'name' => 'Mostra accordo post annuncio',
+ 'instructions' => 'Attiva questa opzione se desideri visualizzare un accordo sulla politica sulla privacy nella pagina di creazione dell\'annuncio',
+ ],
+ 'override_text' => [
+ 'name' => 'Sostituisci testo',
+ 'instructions' => 'Vecchio valore: nuovo valore'
+ ],
+ 'steps_color' => [
+ 'name' => 'Colore dei passaggi',
+ 'instructions' => 'Cambia il colore dei gradini progressivi.'
+ ],
+ 'create_ad_button_color' => [
+ 'name' => 'Crea colore pulsante annuncio',
+ 'instructions' => 'Modifica il pulsante che viene visualizzato al termine della selezione della nuova categoria di annunci.'
+ ],
+ 'lang_switcher_for_browser' => [
+ 'name' => 'Lang Switcher per browser',
+ 'instructions' => 'Consente di scegliere la lingua del browser come lingua attiva'
+ ],
+ 'get_categories' => [
+ 'name' => 'OTTIENI Categorie',
+ 'instructions' => 'Rappresenta le categorie in cui sarà valida la proprietà GET.'
+ ],
+ 'watermark' => [
+ 'name' => 'Filigrana',
+ 'instructions' => 'La filigrana è attiva?'
+ ],
+ 'detailed_product_options' => [
+ 'name' => 'Opzioni dettagliate del prodotto',
+ 'instructions' => 'Consente di inserire informazioni sullo stock e sul prezzo del prodotto'
+ ],
+ 'show_subcats_mobile' => [
+ 'name' => 'Mostra le sottocategorie nella visualizzazione mobile',
+ ],
+ 'show_price_to_members_only' => [
+ 'name' => 'Mostra prezzo solo per i membri',
+ ],
+ 'hide_ad_cat' => [
+ 'name' => 'Nascondi categorie',
+ 'instructions' => 'Nascondi le categorie nell\'elenco degli annunci'
+ ],
+ 'show_finish_and_publish_date' => [
+ 'name' => 'Mostra data di fine e data di pubblicazione per la creazione',
+ 'instructions' => 'Visualizza i campi publish_at e finish_at nella pagina di creazione dell\'annuncio.'
+ ],
+ 'show_tax_field' => [
+ 'name' => 'Show Tax Field',
+ 'instructions' => 'When this option is enabled, you can set the tax rate on the ad creation page.'
+ ],
+ 'hide_contact_created_at' => [
+ 'name' => 'Hide Contact Fields For in Create New Ad'
+ ]
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/it/stream.php b/resources/default/addons/visiosoft/advs-module/lang/it/stream.php
new file mode 100644
index 000000000..ea2eb5eee
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/it/stream.php
@@ -0,0 +1,37 @@
+ [
+ 'name' => 'Advs',
+ ],
+ 'categories' => [
+ 'name' => 'categorie',
+ ],
+ 'village' => [
+ 'name' => 'Villaggio',
+ ],
+ 'custom_fields' => [
+ 'name' => 'Campi personalizzati',
+ ],
+ 'custom_field_advs' => [
+ 'name' => 'Consigli sul campo personalizzati',
+ ],
+ 'cf_values' => [
+ 'name' => 'Valori Cf',
+ ],
+ 'options' => [
+ 'name' => 'Opzioni',
+ ],
+ 'product_options' => [
+ 'name' => 'Opzioni di prodotto',
+ ],
+ 'productoptions_value' => [
+ 'name' => 'Valore delle opzioni',
+ ],
+ 'option_configuration' => [
+ 'name' => 'Configurazione',
+ ],
+ 'status' => [
+ 'name' => 'Stato',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/it/view.php b/resources/default/addons/visiosoft/advs-module/lang/it/view.php
new file mode 100644
index 000000000..84ef6f937
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/it/view.php
@@ -0,0 +1,6 @@
+ 'Incompiuto',
+ 'advanced' => 'Avanzate',
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/ja/addon.php b/resources/default/addons/visiosoft/advs-module/lang/ja/addon.php
new file mode 100644
index 000000000..1d8f1c388
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/ja/addon.php
@@ -0,0 +1,8 @@
+ '広告',
+ 'name' => '広告モジュール',
+ 'description' => '広告モジュール',
+ 'info' => 'This is the screen where you can add, delete and edit ads from the Ads page. On this page, you can simply do the operations such as post management and ad configuration.'
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/ja/button.php b/resources/default/addons/visiosoft/advs-module/lang/ja/button.php
new file mode 100644
index 000000000..469384ea2
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/ja/button.php
@@ -0,0 +1,48 @@
+ '新しい広告',
+ 'new_classified' => '新しい機密',
+ 'new_category' => '新たなカテゴリー',
+ 'new_country' => '新しい国',
+ 'new_city' => '新しい街',
+ 'new_district' => '新区',
+ 'new_neighborhood' => '新しい近所',
+ 'new_village' => '新しい村',
+ 'edit' => "編集する",
+ 'approve' => "承認する",
+ 'decline' => '低下',
+ 'extend' => '伸ばす',
+ 'extend_all' => 'すべて拡張',
+ 'convert_currency' => '通貨換算',
+ 'categories' => 'カテゴリー',
+ 'sub_category' => 'サブカテゴリー',
+ 'add_sub_category' => 'サブカテゴリを追加',
+ 'sub_cities' => 'サブシティ',
+ 'add_sub_cities' => 'サブ都市を追加',
+ 'add_sub_districts' => 'サブ地区を追加',
+ 'add_sub_neighborhoods' => 'サブネイバーフッドを追加',
+ 'add_sub_village' => 'サブビレッジを追加',
+ 'sub_districts' => 'サブ地区',
+ 'sub_neighborhoods' => 'サブネイバーフッド',
+ 'sub_village' => 'サブビレッジ',
+ 'general_settings' => '一般設定',
+ 'save_category' => 'カテゴリを保存',
+ 'change_owner' => '所有者を変更',
+ 'update_category' => [
+ 'name' => 'カテゴリを更新'
+ ],
+ 'new_option' => '新しいオプション',
+ 'export' => '書き出す',
+ 'new_productoption' => '新製品オプション',
+ 'new_productoptions_value' => '新製品オプション値',
+ 'new_options_configuration' => '新しいオプション構成',
+ 'new_option_configuration' => '新しいオプション構成',
+ 'create_configurations' => '構成の作成',
+ 'replicate' => '複製する',
+ 'fast_create' => '高速作成',
+ 'publish' => '公開する',
+ 'import' => 'インポート',
+ 'new_status' => '新しいステータス',
+ 'fast_edit' => '高速編集',
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/ja/currency.php b/resources/default/addons/visiosoft/advs-module/lang/ja/currency.php
new file mode 100644
index 000000000..048d8d8b1
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/ja/currency.php
@@ -0,0 +1,6 @@
+ 'ドル',
+ 'EUR' => 'ユーロ',
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/ja/field.php b/resources/default/addons/visiosoft/advs-module/lang/ja/field.php
new file mode 100644
index 000000000..250cb9a83
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/ja/field.php
@@ -0,0 +1,385 @@
+ [
+ 'name' => '題名'
+ ],
+ 'order' => [
+ 'name' => '注文'
+ ],
+ 'slug' => [
+ 'name' => 'ナメクジ'
+ ],
+ 'parent_category' => [
+ 'name' => '親'
+ ],
+ 'category' => [
+ 'name' => 'カテゴリタイトル'
+ ],
+ 'price' => [
+ 'name' => '価格'
+ ],
+ 'standard_price' => [
+ 'name' => '標準価格'
+ ],
+ 'date' => [
+ 'name' => '日付'
+ ],
+ 'photo' => [
+ 'name' => '写真'
+ ],
+ 'video' => [
+ 'name' => 'ビデオ'
+ ],
+ 'map' => [
+ 'name' => '地図'
+ ],
+ 'stock' => [
+ 'name' => '株式'
+ ],
+ 'advs_desc' => [
+ 'name' => '説明文'
+ ],
+ 'online_payment' => [
+ 'name' => 'オンライン支払い'
+ ],
+ 'city' => [
+ 'name' => '市'
+ ],
+ 'country' => [
+ 'name' => '国'
+ ],
+ 'district' => [
+ 'name' => '地区'
+ ],
+ 'neighborhood' => [
+ 'name' => 'ご近所'
+ ],
+ 'village' => [
+ 'name' => '村'
+ ],
+ 'files' => [
+ 'name' => '画像'
+ ],
+ 'cat1' => [
+ 'name' => '主なカテゴリー'
+ ],
+ 'cat2' => [
+ 'name' => 'サブカテゴリー1'
+ ],
+ 'cat3' => [
+ 'name' => 'サブカテゴリー2'
+ ],
+ 'cat4' => [
+ 'name' => 'サブカテゴリー3'
+ ],
+ 'cat5' => [
+ 'name' => 'サブカテゴリー4'
+ ],
+ 'cat6' => [
+ 'name' => 'サブカテゴリー5'
+ ],
+ 'cat7' => [
+ 'name' => 'サブカテゴリー6'
+ ],
+ 'cat8' => [
+ 'name' => 'サブカテゴリー7'
+ ],
+ 'cat9' => [
+ 'name' => 'サブカテゴリー8'
+ ],
+ 'cat10' => [
+ 'name' => 'サブカテゴリー9'
+ ],
+ 'currency' => [
+ 'name' => '通貨'
+ ],
+ 'status' => [
+ 'name' => '状態',
+ 'option' => [
+ 'approved' => '承認済み',
+ 'expired' => '期限切れ',
+ 'unpublished' => '未公開',
+ 'pending_admin' => '保留中の管理者',
+ 'pending_user' => '保留中のユーザー'
+ ]
+ ],
+ 'pending_adv' => [
+ 'name' => '未公開'
+ ],
+ 'finish_at' => [
+ 'name' => 'で終了'
+ ],
+ 'cover_photo' => [
+ 'name' => 'カバー写真'
+ ],
+ 'favs_adv' => [
+ 'name' => 'お気に入り広告'
+ ],
+ 'my_adv' => [
+ 'name' => 'ADVS'
+ ],
+ 'description' => '説明文',
+ 'explanation' => '説明',
+ 'type' => [
+ 'name' => 'タイプ'
+ ],
+ 'parent_adv' => [
+ 'name' => '関連広告'
+ ],
+ 'value' => [
+ 'name' => '値'
+ ],
+ 'list' => 'リスト',
+ 'home' => 'ホーム',
+ 'list-page' => 'リストページ',
+ 'search' => '探す',
+ 'reset' => 'Reset',
+ 'recommended' => 'あなたにおすすめの広告',
+ 'filter' => 'フィルタ',
+ 'sort' => 'ソート',
+ 'sort_by' => '並び替え',
+ 'pick_option' => 'オプションを選択してください',
+ 'pick_ordering' => 'ご注文',
+ 'price_high' => '価格の高い順',
+ 'price_low' => '価格の低い順',
+ 'newest' => '最新',
+ 'oldest' => '最古',
+ 'address_a_z' => '住所(AからZ)',
+ 'address_z_a' => 'アドレス(ZからA)',
+ 'categories' => [
+ 'name' => 'カテゴリ'
+ ],
+ 'all_categories' => 'すべてのカテゴリ',
+ 'location' => 'ロケーション',
+ 'send_message' => 'メッセージを送る',
+ 'phone_gsm' => 'Gsm電話',
+ 'phone_office' => 'オフィスの電話',
+ 'add_to_favorites' => "お気に入りに追加",
+ 'send' => '送る',
+ 'search_name' => '検索名',
+ 'my_favorite_searches' => 'お気に入りの検索',
+ 'search_desc' => 'ここでお気に入りの検索選択を追加および管理できます。',
+ 'complaint_placeholder' => 'ここに苦情の詳細を入力してください。',
+ 'show_details' => '詳細を表示',
+ 'ad_actions' => '広告アクション',
+ 'edit' => '編集する',
+ 'approve' => '承認する',
+ 'passive' => "受動的",
+ 'sold' => '販売済み',
+ 'offered_by' => 'が提供します',
+ 'more_ads_by' => 'より多くの広告',
+ 'click_phone' => '電話番号を表示',
+ 'share' => '共有',
+ 'report' => 'この広告を報告',
+ 'features' => '特徴',
+ "streetview" => "ストリートビュー",
+ 'recommended_ads' => 'あなたにおすすめの広告',
+ 'new' => '新着',
+ 'short_info' => '短い情報',
+ 'secure_trading' => '安全な取引',
+ '24/7' => '24時間年中無休のサポート',
+ 'easy_trading' => '簡単な取引',
+ 'need_help' => '助けが必要?',
+ 'give_a_call' => 'お電話ください',
+ 'message_sent' => 'メッセージが送信されました!',
+ 'asap' => 'メッセージを送信しました、販売者はできるだけ早くご連絡いたします。',
+ 'ad_id' => '広告ID',
+ 'contact_with' => 'と連絡を取る',
+ 'create_adv' => '広告を作成',
+ 'edit_adv' => '広告を編集',
+ 'mandatory_fields' => '必須フィールド',
+ 'ad_post' => '広告掲載',
+ 'sell_item' => 'アイテムまたはサービスを販売する',
+ 'search_save' => 'お気に入りの検索を保存しました',
+ 'address' => '住所',
+ 'email' => 'Eメール',
+ 'phone' => '電話',
+ 'send_us_your_feedback' => 'フィードバックをお寄せください',
+ 'online_shopping' => '取得する',
+ 'approved' => '承認されました',
+ 'extended' => '正常に拡張されました',
+ 'declined' => '拒否されました',
+ 'search_on_map' => '地図で検索',
+ 'post_free_ad' => '無料広告を投稿',
+ 'select_a_category' => 'カテゴリーを選ぶ',
+ 'select_a_sub_category' => 'サブカテゴリーを選択',
+ 'all_dopings_added' => 'この広告にはすべてのドーピングタイプが追加されます。',
+ 'is_get_adv' => [
+ 'name' => '取得する'
+ ],
+ 'corporate_info' => '企業情報',
+ 'featured_ads' => "注目の広告",
+ 'trending_ads' => 'Trendind Ads',
+ 'search_ad_result_prefix' => 'オン',
+ 'search_ad_result_text' => ':カウント :名前 検索で見つかりました',
+ 'search_ads_result_message' => [
+ 'name' => ':name検索で見つかった:count個の広告',
+ ],
+ 'total' => '合計',
+ 'quantity' => '量',
+ 'view_cart' => 'かごの中身を見る',
+ 'no_ads' => '広告が見つかりませんでした。',
+ 'show_display_mode' => [
+ 'map' => '地図',
+ 'list' => 'リスト',
+ ],
+ 'advs_list_table_thead' => [
+ 'name' => '広告名',
+ 'price' => '価格',
+ 'publish_at' => '広告日',
+ 'location_city' => '市',
+ 'location_country' => '国',
+ ],
+ 'show_list_view' => [
+ 'name' => 'リスト',
+ ],
+ 'show_table_view' => [
+ 'name' => 'テーブル',
+ ],
+ 'showcase' => [
+ 'name' => 'ショーケース',
+ ],
+ 'new_ad' => [
+ 'name' => '新しい広告',
+ ],
+ 'profile' => [
+ 'name' => 'プロフィール',
+ ],
+ 'my_ads' => [
+ 'name' => '私の広告',
+ ],
+ 'sold_out' => [
+ 'name' => '完売',
+ ],
+ 'edit_category' => 'カテゴリを編集',
+ 'set_category' => 'カテゴリを設定',
+ 'max' => [
+ 'name' => 'マックス',
+ ],
+ 'min' => [
+ 'name' => '最小',
+ ],
+ 'in_the_last_24_hours' => [
+ 'name' => '過去24時間'
+ ],
+ 'in_the_last_day' => [
+ 'name' => '過去24時間で'
+ ],
+ 'in_the_last_week' => [
+ 'name' => '先週'
+ ],
+ 'in_the_last_month' => [
+ 'name' => '先月'
+ ],
+ 'ads_with_photo' => [
+ 'name' => '写真付き広告'
+ ],
+ 'ads_with_video' => [
+ 'name' => '動画付き広告'
+ ],
+ 'yes' => [
+ 'name' => 'はい'
+ ],
+ 'no' => [
+ 'name' => '番号'
+ ],
+ 'is_system' => [
+ 'name' => 'システムは',
+ 'instructions' => 'システムステータスは必須であり、変更しないでください',
+ ],
+ 'user_access' => [
+ 'name' => 'ユーザーアクセス',
+ 'instructions' => 'ユーザーは自分の広告でこのステータスを使用できますか?',
+ ],
+ "no_location" => "場所が選択されていません。",
+ "continue" => '継続する',
+ "gallery" => 'ギャラリー',
+ "ad" => '広告',
+ "ads" => '広告',
+ "were_found" => '発見されました。',
+
+ // Pending screen
+ 'pending_message_1' => '広告は承認プロセス中です',
+ 'pending_message_2' => "広告の更新日",
+ 'pending_message_3' => '推定待ち時間',
+ 'pending_message_4' => '承認プロセスに費やされた時間は、ドーピング時間に追加されます。',
+ 'pending_message_5' => '承認プロセス中の広告に関して、コールセンターから取引を行うことはできません。',
+ 'hours' => '時間',
+
+ // Preview page
+ 'preview_text' => [
+ 'part_1' => '広告に関する次の情報が正しい場合は、[続行]ボタンをクリックして次のステップに進みます。',
+ 'part_2' => 'そうでない場合は、[編集]ボタンをクリックします。',
+ ],
+ 'views' => 'ビュー',
+
+ // Detail page
+ "no_street_view" => "この場所にはストリートビュー画像はありません",
+ 'edit_my_contact_info' => '連絡先情報を編集',
+ 'update_my_contact_info' => '連絡先情報を更新する',
+ 'contact_info' => '連絡先',
+ 'ad_info' => '広告情報',
+
+ // Select cat
+ 'select_category_step_by_step' => 'ステップバイステップでカテゴリを選択',
+
+ // New create page
+ 'options' => 'オプション',
+ 'category_selection' => 'カテゴリの選択',
+ 'listing_details' => 'リストの詳細',
+ 'preview' => 'プレビュー',
+ 'congratulations' => 'おめでとう',
+ 'ad_desc' => '広告の説明',
+ 'upload_photos' => '写真をアップロードする',
+ 'upload_files' => 'ファイルのアップロード',
+ 'additional_fields' => '追加フィールド',
+ 'ad_location' => '広告の場所',
+ 'owner' => 'オーナー',
+ 'default_owner_instruction' => 'ユーザーが選択されていない場合、所有者はデフォルトで現在のユーザーになります',
+ 'create_page_subtitle' => '広告に関する詳細情報を入力して、完璧に広告を作成します。',
+ 'with_my_phone_numbers' => 'With my phone numbers',
+ 'not_with_my_phone_numbers' => "I don't want to be reached by phone",
+ 'how_can_you_be_contacted' => "How can you be contacted?",
+
+ // Listing page
+ 'ad_title' => '広告タイトル',
+ 'listing_date' => '上場日',
+ 'view' => '見る',
+ 'ads_with_map' => '地図付きの広告',
+ 'advanced_sorting' => '高度な並べ替え',
+ 'filter_by_word' => '単語でフィルタリング',
+ 'filter_by' => ':nameでフィルタリング',
+
+ 'free' => '自由',
+ 'ad_date' => '広告日',
+ 'photo_video' => '写真、ビデオ',
+ 'and_above' => '以上',
+ 'and_below' => '以下',
+ 'clear_all' => 'すべてクリア',
+ 'balances' => 'バランス',
+ 'packages' => 'パッケージ',
+ 'dopings' => 'ドーピング',
+ 'advs' => 'アドバンス',
+ 'site' => '地点',
+ 'subscription' => 'サブスクリプション',
+ 'created' => '作成した',
+ 'product_option' => [
+ 'name' => '製品オプション'
+ ],
+ 'option_json' => [
+ 'name' => 'オプション'
+ ],
+ 'old_price' => [
+ 'name' => '古い価格'
+ ],
+ 'save_search' => '検索を保存',
+ 'publish_at' => [
+ 'name' => '公開日'
+ ],
+ 'tax' => [
+ 'name' => 'Tax'
+ ],
+ 'name_a_z' => 'Name (A to Z)',
+ 'name_z_a' => 'Name (Z to A)',
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/ja/message.php b/resources/default/addons/visiosoft/advs-module/lang/ja/message.php
new file mode 100644
index 000000000..17322016a
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/ja/message.php
@@ -0,0 +1,35 @@
+ 'リクエストされた製品が現在見つからないか、非アクティブです',
+ 'please_payment' => '支払ってください',
+ 'bank_account_info' => '銀行口座情報',
+ 'agreement' => '[投稿]をクリックすると、利用規約に同意したことになります。プライバシーポリシーでは、このアイテムの正当な所有者であることを認めます。',
+ 'update_category_msg' => '分類されたカテゴリが更新されます。',
+ 'updated_category_msg' => 'カテゴリを編集しました。',
+ 'create_ad_with_post_cat' => [
+ 'title' => "カテゴリの選択が完了しました。",
+ 'success' => true,
+ 'continueBtn' => "継続する",
+ ],
+ 'update_category_info' => 'カテゴリを更新してください。',
+ 'filter_by_search_msg' => '検索でフィルター。',
+ 'delete_author_error' => '自分に属していない投稿は削除できません',
+ 'success_delete' => '広告が削除されました',
+ 'pending_ad_status' => '広告は編集者の承認待ちです。',
+ 'extended' => ':number個の広告が正常に拡張されました。',
+ 'category_not_exist' => 'このカテゴリはもう存在しません!',
+ 'currency_converted' => '通貨は正常に変換されました。',
+ 'choose_user' => 'ユーザーを選択してください',
+ 'owner_updated_successfully' => 'オーナーが更新されました!',
+ 'no_add_found' => '広告が見つかりません!',
+ 'replicated_success' => '広告が正常に複製されました!',
+ 'ad_doesnt_exist' => "この広告は存在しません!",
+ 'select_location_error' => "地図上で場所を選択してください!",
+ 'this_ad_is_not_valid_anymore' => "この広告はもう有効ではありません!",
+ 'approve_status_change' => "広告のステータスがアクティブに設定されました。",
+ 'passive_status_change' => "広告のステータスがパッシブに設定されました。",
+ 'sold_status_change' => "広告のステータスが販売済みに設定されました。",
+ 'status_change' => "広告のステータスが:statusに設定されました!",
+ 'disabled_detailed_options_for_admin_role' => "詳細な製品オプションは無効になっています。",
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/ja/permission.php b/resources/default/addons/visiosoft/advs-module/lang/ja/permission.php
new file mode 100644
index 000000000..2caec344c
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/ja/permission.php
@@ -0,0 +1,108 @@
+ [
+ 'name' => '広告',
+ 'option' => [
+ 'read' => '広告を読むことができますか?',
+ 'write' => '広告を作成/編集できますか?',
+ 'delete' => '広告を削除できますか?',
+ ],
+ ],
+ 'categories' => [
+ 'name' => 'カテゴリー',
+ 'option' => [
+ 'read' => 'カテゴリを読むことができますか?',
+ 'write' => 'カテゴリを作成/編集できますか?',
+ 'delete' => 'カテゴリを削除できますか?',
+ ],
+ ],
+ 'village' => [
+ 'name' => '村',
+ 'option' => [
+ 'read' => '村が読める?',
+ 'write' => '村を作成/編集できますか?',
+ 'delete' => '村を削除できますか?',
+ ],
+ ],
+ 'custom_fields' => [
+ 'name' => 'カスタムフィールド',
+ 'option' => [
+ 'read' => 'カスタムフィールドを読み取ることができますか?',
+ 'write' => 'カスタムフィールドを作成/編集できますか?',
+ 'delete' => 'カスタムフィールドを削除できますか?',
+ ],
+ ],
+ 'custom_field_advs' => [
+ 'name' => 'カスタムフィールド広告',
+ 'option' => [
+ 'read' => 'カスタムフィールド広告を読み取ることができますか?',
+ 'write' => 'カスタムフィールド広告を作成/編集できますか?',
+ 'delete' => 'カスタムフィールド広告を削除できますか?',
+ ],
+ ],
+ 'cf_values' => [
+ 'name' => 'Cf値',
+ 'option' => [
+ 'read' => 'cf値を読み取ることができますか?',
+ 'write' => 'cf値を作成/編集できますか?',
+ 'delete' => 'cf値を削除できますか?',
+ ],
+ ],
+ 'options' => [
+ 'name' => 'オプション',
+ 'option' => [
+ 'read' => 'オプションを読むことができますか?',
+ 'write' => 'オプションを作成/編集できますか?',
+ 'delete' => 'オプションを削除できますか?',
+ ],
+ ],
+ 'productoptions' => [
+ 'name' => '製品オプション',
+ 'option' => [
+ 'read' => 'productoptionsを読むことができますか?',
+ 'write' => '製品オプションを作成/編集できますか?',
+ 'delete' => 'productoptionsを削除できますか?',
+ ],
+ ],
+ 'productoptions_value' => [
+ 'name' => 'Productoptionsの値',
+ 'option' => [
+ 'read' => 'productoptionsの値を読み取ることができますか?',
+ 'write' => 'productoptions値を作成/編集できますか?',
+ 'delete' => 'productoptions値を削除できますか?',
+ ],
+ ],
+ 'options_configuration' => [
+ 'name' => 'オプション構成',
+ 'option' => [
+ 'read' => 'オプション設定を読み取ることができますか?',
+ 'write' => 'オプション構成を作成/編集できますか?',
+ 'delete' => 'オプション設定を削除できますか?',
+ ],
+ ],
+ 'option_configuration' => [
+ 'name' => 'オプション構成',
+ 'option' => [
+ 'read' => 'オプション設定を読み取ることができますか?',
+ 'write' => 'オプション構成を作成/編集できますか?',
+ 'delete' => 'オプション設定を削除できますか?',
+ ],
+ ],
+ 'option_configuration' => [
+ 'name' => 'オプション構成',
+ 'option' => [
+ 'read' => 'オプション設定を読み取ることができますか?',
+ 'write' => 'オプション構成を作成/編集できますか?',
+ 'delete' => 'オプション設定を削除できますか?',
+ ],
+ ],
+ 'status' => [
+ 'name' => '状態',
+ 'option' => [
+ 'read' => 'ステータスを読み取ることができますか?',
+ 'write' => 'ステータスを作成/編集できますか?',
+ 'delete' => 'ステータスを削除できますか?',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/ja/section.php b/resources/default/addons/visiosoft/advs-module/lang/ja/section.php
new file mode 100644
index 000000000..14d800db4
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/ja/section.php
@@ -0,0 +1,64 @@
+ [
+ 'title' => '広告',
+ ],
+ 'categories' => [
+ 'title' => 'カテゴリー',
+ ],
+ 'countries' => [
+ 'title' => '国々',
+ ],
+ 'cities' => [
+ 'title' => '都市',
+ ],
+ 'districts' => [
+ 'title' => '地区',
+ ],
+ 'neighborhoods' => [
+ 'title' => '近所',
+ ],
+ 'village' => [
+ 'title' => '村',
+ ],
+ 'custom_fields' => [
+ 'title' => 'カスタムフィールド',
+ ],
+ 'custom_field_advs' => [
+ 'title' => 'カスタムフィールド広告',
+ ],
+ 'cf_values' => [
+ 'title' => 'Cf値',
+ ],
+ 'fields' => [
+ 'title' => 'カスタムフィールド'
+ ],
+ 'assets_clear' => [
+ 'name' => '資産クリア'
+ ],
+ 'general' => '一般的な',
+ 'ads' => '広告',
+ 'user' => 'ユーザー',
+ 'filter' => 'フィルタ',
+ 'create_ad' => '広告を作成する',
+ 'options' => [
+ 'title' => 'オプション',
+ ],
+ 'ads_image' => '広告画像',
+ 'product_options' => [
+ 'title' => 'オプション',
+ ],
+ 'productoptions_value' => [
+ 'title' => 'オプション値',
+ ],
+ 'option_configuration' => [
+ 'title' => '構成',
+ ],
+ 'translations' => '翻訳',
+ 'status' => [
+ 'title' => '状態',
+ ],
+ 'ads_detail' => '広告の詳細',
+
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/ja/setting.php b/resources/default/addons/visiosoft/advs-module/lang/ja/setting.php
new file mode 100644
index 000000000..d9ac1b1dd
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/ja/setting.php
@@ -0,0 +1,286 @@
+ [
+ 'name' => '自動承認',
+ ],
+ 'default_view_type' => [
+ 'name' => 'デフォルトのビュータイプ',
+ ],
+ 'hide_zero_price' => [
+ 'name' => 'ゼロの場合は価格を非表示',
+ 'instructions' => '広告価格が0の場合、価格を非表示にします',
+ ],
+ 'estimated_pending_time' => [
+ 'name' => '推定保留時間',
+ 'instructions' => '時間で',
+ ],
+ 'default_published_time' => [
+ 'name' => 'デフォルトの公開時間',
+ ],
+ 'address' => [
+ 'name' => 'お問い合わせ',
+ ],
+ 'phone' => [
+ 'name' => '連絡先電話',
+ ],
+ 'favicon' => [
+ 'name' => 'ファビコン',
+ ]
+ , 'map_coordinates_long' => [
+ 'name' => '長い座標をマップ',
+ ],
+ 'map_coordinates_lat' => [
+ 'name' => '地図の緯度座標',
+ ],
+ 'iban_numbers' => [
+ 'name' => 'イバン',
+ ],
+ 'logo' => [
+ 'name' => 'ロゴ',
+ ],
+ 'ogImage' => [
+ 'name' => 'ソーシャルシェアロゴ',
+ 'warning' => '1200 x 630の解像度である必要があります。 ',
+
+ ],
+ 'currencies' => [
+ 'name' => '有効通貨',
+ ],
+ 'latest-limit' => [
+ 'name' => '最新の制限',
+ ],
+ 'site_address' => [
+ 'name' => 'サイトアドレス',
+ 'warning' => '自動追加www。 www。sitename.com ',
+ ],
+ 'google_map_key' => [
+ 'name' => 'GoogleマップAPIキー',
+ ],
+
+ 'default_country' => [
+ 'name' => 'デフォルトの広告国',
+ ],
+ 'hide_price_categories' => [
+ 'name' => 'カテゴリの価格を非表示',
+ 'instructions' => 'これらのカテゴリで広告を作成したり、広告を表示したりすると、価格は非表示になります。'
+ ],
+ 'free_currencyconverterapi_key' => [
+ 'name' => '通貨コンバーターAPIキー'
+ ],
+ 'default_city' => [
+ 'name' => 'デフォルトの広告都市',
+ ],
+ 'default_district' => [
+ 'name' => 'デフォルトの広告地区',
+ ],
+ 'default_neighborhood' => [
+ 'name' => 'デフォルトの広告近傍',
+ ],
+ 'default_currency' => [
+ 'name' => 'デフォルトの広告通貨',
+ ],
+ 'default_GET' => [
+ 'name' => 'デフォルト広告GET',
+ ],
+ 'twitter' => [
+ 'name' => 'ツイッター',
+ ],
+ 'facebook' => [
+ 'name' => 'フェイスブック',
+ ],
+ 'youtube' => [
+ 'name' => 'Youtube',
+ ],
+ 'google' => [
+ 'name' => 'グーグル',
+ ],
+ 'listing_page_image' => [
+ 'name' => 'リストページの画像',
+ ],
+ 'hide_standard_price_field' => [
+ 'name' => '標準価格フィールドを非表示',
+ ],
+ 'hide_options_field' => [
+ 'name' => 'オプションフィールドを非表示',
+ ],
+ 'hide_village_field' => [
+ 'name' => '村のフィールドを隠す',
+ ],
+ 'hide_configurations' => [
+ 'name' => '構成ボタンを非表示にする',
+ 'instructions' => '広告プレビューページの[設定]ボタンを非表示にします',
+ ],
+ 'make_all_fields_required' => [
+ 'name' => 'すべてのフィールドを必須にする',
+ 'instructions' => '広告を作成するときに、ユーザーに[価格]フィールドと[説明]フィールドに入力するように要求します',
+ ],
+ 'make_map_required' => [
+ 'name' => 'マップを必須にする',
+ 'instructions' => '広告を作成するときに、ユーザーに地図上にピンを配置するように要求する',
+ ],
+ 'hide_listing_standard_price' => [
+ 'name' => 'リスティングの標準価格を非表示',
+ ],
+ 'enabled_currencies' => [
+ 'name' => '有効な通貨',
+ ],
+ 'google_statistic_code' => [
+ 'name' => 'Google統計コード',
+ ],
+ 'register_email_field' => [
+ 'name' => '会員登録メールの要件',
+ ],
+ 'market_place' => [
+ 'name' => 'マーケットプレイス',
+ 'instructions' => 'If the marketplace is down, your site will act as ecommerce. For example,
+ some fields in the profile such as ads, dopings, messages, sale, packages and store are not visible and
+ removes corporate membership.'
+ ],
+ 'price_area_hidden' => [
+ 'name' => '隠された価格帯',
+ ],
+ 'hide_price_filter' => [
+ 'name' => '価格フィルターを非表示',
+ ],
+ 'hide_date_filter' => [
+ 'name' => '日付フィルターを非表示',
+ ],
+ 'hide_photo_filter' => [
+ 'name' => '写真フィルターを非表示',
+ ],
+ 'hide_map_filter' => [
+ 'name' => 'マップフィルターを非表示',
+ ],
+ 'show_lang_url' => [
+ 'name' => 'URLのLangパラメータを表示',
+ ],
+ 'popular_ads_limit' => [
+ 'name' => '人気の広告制限',
+ ],
+
+ //Image
+
+ 'image_resize_backend' => [
+ 'name' => '画像サイズ変更バックエンド',
+ ],
+ 'full_image_width' => [
+ 'name' => '全画像幅',
+ ],
+ 'full_image_height' => [
+ 'name' => '全画像の高さ',
+ ],
+ 'medium_image_width' => [
+ 'name' => '中程度の画像幅',
+ ],
+ 'medium_image_height' => [
+ 'name' => '中程度の画像の高さ',
+ ],
+ 'thumbnail_width' => [
+ 'name' => 'サムネイルの幅',
+ ],
+ 'thumbnail_height' => [
+ 'name' => 'サムネイルの高さ',
+ ],
+ 'add_canvas' => [
+ 'name' => 'キャンバスを追加',
+ ],
+ 'image_canvas_width' => [
+ 'name' => '画像のキャンバスの幅',
+ ],
+ 'image_canvas_height' => [
+ 'name' => '画像キャンバスの高さ',
+ ],
+ 'watermark_type' => [
+ 'name' => '透かしタイプ',
+ ],
+ 'watermark_text' => [
+ 'name' => '透かしテキスト',
+ ],
+ 'watermark_image' => [
+ 'name' => '透かし画像',
+ ],
+ 'watermark_position' => [
+ 'name' => '透かしの位置',
+ ],
+ 'user_filter_limit' => [
+ 'name' => 'ユーザーフィルターの制限',
+ 'instructions' => '管理パネルで'
+ ],
+ 'show_breadcrumb_when_creating_ad' => [
+ 'name' => '広告を作成するときにブレッドクラムを表示する',
+ ],
+ 'show_ads_count' => [
+ 'name' => '広告数を表示',
+ 'instructions' => '左側のカテゴリリストに広告数を表示する',
+ ],
+ 'ads_date_hidden' => [
+ 'name' => '作成日を非表示',
+ 'instructions' => '広告詳細ページで作成日を非表示',
+ ],
+ 'hide_listing_header' => [
+ 'name' => 'リストヘッダーを非表示',
+ 'instructions' => '注文と表示タイプの非表示',
+ ],
+ 'hide_filter_section' => [
+ 'name' => 'フィルタセクションを非表示',
+ 'instructions' => 'リストページの左側のフィルター領域に非表示',
+ ],
+ 'hide_seller_info' => [
+ 'name' => '売り手情報を隠す',
+ 'instructions' => '広告の詳細ページで販売者情報を非表示にする',
+ ],
+ 'show_post_ad_agreement' => [
+ 'name' => 'ポスト広告契約を表示する',
+ 'instructions' => '広告作成ページにプライバシーポリシー契約を表示する場合は、これをオンにします',
+ ],
+ 'override_text' => [
+ 'name' => 'テキストを上書きする',
+ 'instructions' => '古い値:新しい値'
+ ],
+ 'steps_color' => [
+ 'name' => 'ステップカラー',
+ 'instructions' => 'プログレッシブステップの色を変更します。'
+ ],
+ 'create_ad_button_color' => [
+ 'name' => '広告ボタンの色を作成する',
+ 'instructions' => '新しい広告カテゴリの選択が終了したときに表示されるボタンを変更します。'
+ ],
+ 'lang_switcher_for_browser' => [
+ 'name' => 'ブラウザ用ラングスイッチャー',
+ 'instructions' => 'ブラウザの言語をアクティブな言語として選択できます'
+ ],
+ 'get_categories' => [
+ 'name' => 'カテゴリを取得',
+ 'instructions' => 'これは、GETプロパティが有効になるカテゴリを表します。'
+ ],
+ 'watermark' => [
+ 'name' => '透かし',
+ 'instructions' => '透かしはアクティブですか?'
+ ],
+ 'detailed_product_options' => [
+ 'name' => '詳細な製品オプション',
+ 'instructions' => '製品の在庫および価格情報を入力できます'
+ ],
+ 'show_subcats_mobile' => [
+ 'name' => 'モバイルビューでサブカテゴリを表示する',
+ ],
+ 'show_price_to_members_only' => [
+ 'name' => 'メンバーのみに価格を表示',
+ ],
+ 'hide_ad_cat' => [
+ 'name' => 'カテゴリを非表示',
+ 'instructions' => '広告リストのカテゴリを非表示'
+ ],
+ 'show_finish_and_publish_date' => [
+ 'name' => '作成の終了日と公開日を表示する',
+ 'instructions' => '広告作成ページにpublish_atフィールドとfinish_atフィールドを表示します。'
+ ],
+ 'show_tax_field' => [
+ 'name' => 'Show Tax Field',
+ 'instructions' => 'When this option is enabled, you can set the tax rate on the ad creation page.'
+ ],
+ 'hide_contact_created_at' => [
+ 'name' => 'Hide Contact Fields For in Create New Ad'
+ ]
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/ja/stream.php b/resources/default/addons/visiosoft/advs-module/lang/ja/stream.php
new file mode 100644
index 000000000..01ee9678a
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/ja/stream.php
@@ -0,0 +1,37 @@
+ [
+ 'name' => '前売',
+ ],
+ 'categories' => [
+ 'name' => 'カテゴリー',
+ ],
+ 'village' => [
+ 'name' => '村',
+ ],
+ 'custom_fields' => [
+ 'name' => 'カスタムフィールド',
+ ],
+ 'custom_field_advs' => [
+ 'name' => 'カスタムフィールド広告',
+ ],
+ 'cf_values' => [
+ 'name' => 'Cf値',
+ ],
+ 'options' => [
+ 'name' => 'オプション',
+ ],
+ 'product_options' => [
+ 'name' => '製品オプション',
+ ],
+ 'productoptions_value' => [
+ 'name' => 'オプション値',
+ ],
+ 'option_configuration' => [
+ 'name' => '構成',
+ ],
+ 'status' => [
+ 'name' => '状態',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/ja/view.php b/resources/default/addons/visiosoft/advs-module/lang/ja/view.php
new file mode 100644
index 000000000..e6622786f
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/ja/view.php
@@ -0,0 +1,6 @@
+ '未完成',
+ 'advanced' => '高度',
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/ko/addon.php b/resources/default/addons/visiosoft/advs-module/lang/ko/addon.php
new file mode 100644
index 000000000..1449c7f06
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/ko/addon.php
@@ -0,0 +1,8 @@
+ '광고',
+ 'name' => '광고 모듈',
+ 'description' => '광고 모듈',
+ 'info' => 'This is the screen where you can add, delete and edit ads from the Ads page. On this page, you can simply do the operations such as post management and ad configuration.'
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/ko/button.php b/resources/default/addons/visiosoft/advs-module/lang/ko/button.php
new file mode 100644
index 000000000..decd71ab7
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/ko/button.php
@@ -0,0 +1,48 @@
+ '새로운 Adv',
+ 'new_classified' => '새로운 분류',
+ 'new_category' => '새 분류',
+ 'new_country' => '새로운 나라',
+ 'new_city' => '새로운 도시',
+ 'new_district' => '새로운 지구',
+ 'new_neighborhood' => '새로운 이웃',
+ 'new_village' => '뉴 빌리지',
+ 'edit' => "편집하다",
+ 'approve' => "승인",
+ 'decline' => '쇠퇴',
+ 'extend' => '넓히다',
+ 'extend_all' => '모두 확장',
+ 'convert_currency' => '통화 변환',
+ 'categories' => '카테고리',
+ 'sub_category' => '하위 카테고리',
+ 'add_sub_category' => '하위 카테고리 추가',
+ 'sub_cities' => '하위 도시',
+ 'add_sub_cities' => '하위 도시 추가',
+ 'add_sub_districts' => '하위 지구 추가',
+ 'add_sub_neighborhoods' => '하위 이웃 추가',
+ 'add_sub_village' => '하위 마을 추가',
+ 'sub_districts' => '하위 지구',
+ 'sub_neighborhoods' => '하위 이웃',
+ 'sub_village' => '서브 빌리지',
+ 'general_settings' => '일반 설정',
+ 'save_category' => '카테고리 저장',
+ 'change_owner' => '소유자 변경',
+ 'update_category' => [
+ 'name' => '카테고리 업데이트'
+ ],
+ 'new_option' => '새로운 옵션',
+ 'export' => '수출',
+ 'new_productoption' => '신제품 옵션',
+ 'new_productoptions_value' => '신제품 옵션 값',
+ 'new_options_configuration' => '새로운 옵션 구성',
+ 'new_option_configuration' => '새로운 옵션 구성',
+ 'create_configurations' => '구성 만들기',
+ 'replicate' => '뒤로 젖히다',
+ 'fast_create' => '빠른 생성',
+ 'publish' => '게시',
+ 'import' => '수입',
+ 'new_status' => '새로운 상태',
+ 'fast_edit' => '빠른 편집',
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/ko/currency.php b/resources/default/addons/visiosoft/advs-module/lang/ko/currency.php
new file mode 100644
index 000000000..7ca96cdd5
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/ko/currency.php
@@ -0,0 +1,6 @@
+ '달러',
+ 'EUR' => '유로',
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/ko/field.php b/resources/default/addons/visiosoft/advs-module/lang/ko/field.php
new file mode 100644
index 000000000..194415971
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/ko/field.php
@@ -0,0 +1,385 @@
+ [
+ 'name' => '표제'
+ ],
+ 'order' => [
+ 'name' => '주문'
+ ],
+ 'slug' => [
+ 'name' => '강타'
+ ],
+ 'parent_category' => [
+ 'name' => '부모의'
+ ],
+ 'category' => [
+ 'name' => '카테고리 제목'
+ ],
+ 'price' => [
+ 'name' => '가격'
+ ],
+ 'standard_price' => [
+ 'name' => '표준 가격'
+ ],
+ 'date' => [
+ 'name' => '데이트'
+ ],
+ 'photo' => [
+ 'name' => '사진'
+ ],
+ 'video' => [
+ 'name' => '비디오'
+ ],
+ 'map' => [
+ 'name' => '지도'
+ ],
+ 'stock' => [
+ 'name' => '스톡'
+ ],
+ 'advs_desc' => [
+ 'name' => '기술'
+ ],
+ 'online_payment' => [
+ 'name' => '온라인 결제'
+ ],
+ 'city' => [
+ 'name' => '시티'
+ ],
+ 'country' => [
+ 'name' => '국가'
+ ],
+ 'district' => [
+ 'name' => '지구'
+ ],
+ 'neighborhood' => [
+ 'name' => '이웃'
+ ],
+ 'village' => [
+ 'name' => '마을'
+ ],
+ 'files' => [
+ 'name' => '이미지'
+ ],
+ 'cat1' => [
+ 'name' => '주요 카테고리'
+ ],
+ 'cat2' => [
+ 'name' => '하위 카테고리 1'
+ ],
+ 'cat3' => [
+ 'name' => '하위 카테고리 2'
+ ],
+ 'cat4' => [
+ 'name' => '하위 카테고리 3'
+ ],
+ 'cat5' => [
+ 'name' => '하위 카테고리 4'
+ ],
+ 'cat6' => [
+ 'name' => '하위 카테고리 5'
+ ],
+ 'cat7' => [
+ 'name' => '하위 카테고리 6'
+ ],
+ 'cat8' => [
+ 'name' => '하위 카테고리 7'
+ ],
+ 'cat9' => [
+ 'name' => '하위 카테고리 8'
+ ],
+ 'cat10' => [
+ 'name' => '하위 카테고리 9'
+ ],
+ 'currency' => [
+ 'name' => '통화'
+ ],
+ 'status' => [
+ 'name' => '상태',
+ 'option' => [
+ 'approved' => '승인',
+ 'expired' => '만료',
+ 'unpublished' => '널리 알려지지 않은',
+ 'pending_admin' => '대기중인 관리자',
+ 'pending_user' => '대기중인 사용자'
+ ]
+ ],
+ 'pending_adv' => [
+ 'name' => '널리 알려지지 않은'
+ ],
+ 'finish_at' => [
+ 'name' => '마감'
+ ],
+ 'cover_photo' => [
+ 'name' => '표지 사진'
+ ],
+ 'favs_adv' => [
+ 'name' => '인기 광고'
+ ],
+ 'my_adv' => [
+ 'name' => 'ADVS'
+ ],
+ 'description' => '기술',
+ 'explanation' => '설명',
+ 'type' => [
+ 'name' => '유형'
+ ],
+ 'parent_adv' => [
+ 'name' => '관련 광고'
+ ],
+ 'value' => [
+ 'name' => '값'
+ ],
+ 'list' => '명부',
+ 'home' => '집',
+ 'list-page' => '리스트 페이지',
+ 'search' => '검색',
+ 'reset' => 'Reset',
+ 'recommended' => '추천 광고',
+ 'filter' => '필터',
+ 'sort' => '종류',
+ 'sort_by' => '정렬 기준',
+ 'pick_option' => '옵션을 선택하십시오',
+ 'pick_ordering' => '발주',
+ 'price_high' => '높은 가격순',
+ 'price_low' => '낮은 가격순',
+ 'newest' => '최신',
+ 'oldest' => '가장 오래된',
+ 'address_a_z' => '주소 (A ~ Z)',
+ 'address_z_a' => '주소 (Z ~ A)',
+ 'categories' => [
+ 'name' => '카테고리'
+ ],
+ 'all_categories' => '모든 카테고리',
+ 'location' => '위치',
+ 'send_message' => '문자 보내',
+ 'phone_gsm' => 'GSM 전화',
+ 'phone_office' => '사무실 전화',
+ 'add_to_favorites' => "즐겨 찾기에 추가",
+ 'send' => '보내다',
+ 'search_name' => '검색 이름',
+ 'my_favorite_searches' => '즐겨 찾는 검색',
+ 'search_desc' => '여기에서 선호하는 검색 선택을 추가하고 관리 할 수 있습니다.',
+ 'complaint_placeholder' => '불만 사항을 여기에 입력하십시오.',
+ 'show_details' => '세부 사항 표시',
+ 'ad_actions' => '광고 액션',
+ 'edit' => '편집하다',
+ 'approve' => '승인',
+ 'passive' => "수동태",
+ 'sold' => '판매',
+ 'offered_by' => '에 의해 제공된',
+ 'more_ads_by' => '더 많은 광고',
+ 'click_phone' => '전화 번호 표시',
+ 'share' => '공유',
+ 'report' => '이 광고 신고',
+ 'features' => '풍모',
+ "streetview" => "스트리트 뷰",
+ 'recommended_ads' => '추천 광고',
+ 'new' => '새로운',
+ 'short_info' => '짧은 정보',
+ 'secure_trading' => '안전한 거래',
+ '24/7' => '24/7 지원',
+ 'easy_trading' => '쉬운 거래',
+ 'need_help' => '도움이 필요하다?',
+ 'give_a_call' => '전화 해',
+ 'message_sent' => '메시지 전송 됨!',
+ 'asap' => '메시지가 발송되면 판매자가 최대한 빨리 연락 드리겠습니다.',
+ 'ad_id' => '광고 ID',
+ 'contact_with' => '와 연락하다',
+ 'create_adv' => '광고 작성',
+ 'edit_adv' => '광고 수정',
+ 'mandatory_fields' => '필수 필드',
+ 'ad_post' => '광고 포스트',
+ 'sell_item' => '품목 또는 서비스 판매',
+ 'search_save' => '즐겨 찾기 검색이 성공적으로 저장되었습니다',
+ 'address' => '주소',
+ 'email' => '이메일',
+ 'phone' => '전화',
+ 'send_us_your_feedback' => '의견 보내기',
+ 'online_shopping' => '가져 오기',
+ 'approved' => '성공적으로 승인',
+ 'extended' => '성공적으로 확장',
+ 'declined' => '성공적으로 거부',
+ 'search_on_map' => '지도에서 검색',
+ 'post_free_ad' => '무료 광고 게시',
+ 'select_a_category' => '카테고리를 선택하십시오',
+ 'select_a_sub_category' => '하위 범주를 고르다',
+ 'all_dopings_added' => '이 광고에는 모든 도핑 유형이 추가됩니다.',
+ 'is_get_adv' => [
+ 'name' => '가져 오기'
+ ],
+ 'corporate_info' => '회사 정보',
+ 'featured_ads' => "특집 광고",
+ 'trending_ads' => '트렌드 인 광고',
+ 'search_ad_result_prefix' => '의 위에',
+ 'search_ad_result_text' => ': : name 검색 광고가 발견되었습니다.',
+ 'search_ads_result_message' => [
+ 'name' => ': 이름 검색에 대해 찾은 개수 광고',
+ ],
+ 'total' => '합계',
+ 'quantity' => '수량',
+ 'view_cart' => '장바구니보기',
+ 'no_ads' => '광고가 없습니다.',
+ 'show_display_mode' => [
+ 'map' => '지도',
+ 'list' => '명부',
+ ],
+ 'advs_list_table_thead' => [
+ 'name' => '광고 이름',
+ 'price' => '가격',
+ 'publish_at' => '광고 날짜',
+ 'location_city' => '시티',
+ 'location_country' => '국가',
+ ],
+ 'show_list_view' => [
+ 'name' => '명부',
+ ],
+ 'show_table_view' => [
+ 'name' => '표',
+ ],
+ 'showcase' => [
+ 'name' => '유리 진열장',
+ ],
+ 'new_ad' => [
+ 'name' => '새로운 광고',
+ ],
+ 'profile' => [
+ 'name' => '프로필',
+ ],
+ 'my_ads' => [
+ 'name' => '내 광고',
+ ],
+ 'sold_out' => [
+ 'name' => '매진',
+ ],
+ 'edit_category' => '카테고리 편집',
+ 'set_category' => '카테고리 설정',
+ 'max' => [
+ 'name' => '맥스',
+ ],
+ 'min' => [
+ 'name' => '최소',
+ ],
+ 'in_the_last_24_hours' => [
+ 'name' => '지난 24 시간 동안'
+ ],
+ 'in_the_last_day' => [
+ 'name' => '지난 24 시간 동안'
+ ],
+ 'in_the_last_week' => [
+ 'name' => '지난주에'
+ ],
+ 'in_the_last_month' => [
+ 'name' => '지난 달에'
+ ],
+ 'ads_with_photo' => [
+ 'name' => '사진이 포함 된 광고'
+ ],
+ 'ads_with_video' => [
+ 'name' => '비디오 광고'
+ ],
+ 'yes' => [
+ 'name' => '예'
+ ],
+ 'no' => [
+ 'name' => '아니'
+ ],
+ 'is_system' => [
+ 'name' => '시스템',
+ 'instructions' => '시스템 상태는 필수이며 변경해서는 안됩니다.',
+ ],
+ 'user_access' => [
+ 'name' => '사용자 액세스',
+ 'instructions' => '사용자가 광고에이 상태를 사용할 수 있습니까?',
+ ],
+ "no_location" => "선택된 위치가 없습니다.",
+ "continue" => '계속하다',
+ "gallery" => '갤러리',
+ "ad" => '기원 후',
+ "ads" => '광고',
+ "were_found" => '발견되었습니다.',
+
+ // Pending screen
+ 'pending_message_1' => '광고가 승인 과정에 있습니다',
+ 'pending_message_2' => "광고 업데이트 날짜",
+ 'pending_message_3' => '예상 대기 시간',
+ 'pending_message_4' => '승인 과정에 소요 된 시간이 도핑 시간에 추가됩니다.',
+ 'pending_message_5' => '승인 과정에서 광고와 관련하여 콜센터에서 거래를 수행 할 수 없습니다.',
+ 'hours' => '시간',
+
+ // Preview page
+ 'preview_text' => [
+ 'part_1' => '광고에 대한 다음 정보가 정확하면 "계속"버튼을 클릭하고 다음 단계로 이동하십시오.',
+ 'part_2' => '그렇지 않은 경우 "편집"버튼을 클릭하십시오.',
+ ],
+ 'views' => '견해',
+
+ // Detail page
+ "no_street_view" => "이 위치에 스트리트 뷰 이미지가 없습니다.",
+ 'edit_my_contact_info' => '내 연락처 정보 편집',
+ 'update_my_contact_info' => '연락처 정보 업데이트',
+ 'contact_info' => '연락 정보',
+ 'ad_info' => '광고 정보',
+
+ // Select cat
+ 'select_category_step_by_step' => '단계별로 카테고리 선택',
+
+ // New create page
+ 'options' => '옵션',
+ 'category_selection' => '카테고리 선택',
+ 'listing_details' => '리스팅 세부 사항',
+ 'preview' => '시사',
+ 'congratulations' => '축하합니다',
+ 'ad_desc' => '광고 설명',
+ 'upload_photos' => '사진 업로드',
+ 'upload_files' => '파일 업로드하다',
+ 'additional_fields' => '추가 필드',
+ 'ad_location' => '광고 위치',
+ 'owner' => '소유자',
+ 'default_owner_instruction' => '사용자가 선택되지 않은 경우 소유자는 기본적으로 현재 사용자로 설정됩니다.',
+ 'create_page_subtitle' => '광고에 대한 자세한 정보를 입력하여 완벽하게 광고를 만드십시오.',
+ 'with_my_phone_numbers' => 'With my phone numbers',
+ 'not_with_my_phone_numbers' => "I don't want to be reached by phone",
+ 'how_can_you_be_contacted' => "How can you be contacted?",
+
+ // Listing page
+ 'ad_title' => '광고 제목',
+ 'listing_date' => '상장 날짜',
+ 'view' => '전망',
+ 'ads_with_map' => '지도가있는 광고',
+ 'advanced_sorting' => '고급 정렬',
+ 'filter_by_word' => '단어로 필터링',
+ 'filter_by' => ': 이름으로 필터링',
+
+ 'free' => '비어 있는',
+ 'ad_date' => '광고 날짜',
+ 'photo_video' => '사진, 비디오',
+ 'and_above' => '이상',
+ 'and_below' => '이하',
+ 'clear_all' => '모두 지우기',
+ 'balances' => '균형',
+ 'packages' => '패키지',
+ 'dopings' => '도핑',
+ 'advs' => 'Advs',
+ 'site' => '대지',
+ 'subscription' => '신청',
+ 'created' => '만들어진',
+ 'product_option' => [
+ 'name' => '제품 옵션'
+ ],
+ 'option_json' => [
+ 'name' => '선택권'
+ ],
+ 'old_price' => [
+ 'name' => '이전 가격'
+ ],
+ 'save_search' => '검색 저장',
+ 'publish_at' => [
+ 'name' => '게시 날짜'
+ ],
+ 'tax' => [
+ 'name' => 'Tax'
+ ],
+ 'name_a_z' => 'Name (A to Z)',
+ 'name_z_a' => 'Name (Z to A)',
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/ko/message.php b/resources/default/addons/visiosoft/advs-module/lang/ko/message.php
new file mode 100644
index 000000000..0cf378c34
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/ko/message.php
@@ -0,0 +1,35 @@
+ '요청한 제품이 현재 없거나 비활성입니다',
+ 'please_payment' => '지불 해주세요',
+ 'bank_account_info' => '은행 계좌 정보',
+ 'agreement' => '게시를 클릭하면 귀하는 본 이용 약관 및 개인 정보 보호 정책에 동의하며 귀하가이 항목의 올바른 소유자임을 인정합니다.',
+ 'update_category_msg' => '분류 된 카테고리가 업데이트됩니다.',
+ 'updated_category_msg' => '카테고리가 성공적으로 수정되었습니다.',
+ 'create_ad_with_post_cat' => [
+ 'title' => "카테고리 선택이 완료되었습니다.",
+ 'success' => true,
+ 'continueBtn' => "계속하다",
+ ],
+ 'update_category_info' => '카테고리를 업데이트하십시오.',
+ 'filter_by_search_msg' => '검색 필터.',
+ 'delete_author_error' => '본인이 아닌 게시물은 삭제할 수 없습니다',
+ 'success_delete' => '광고가 삭제되었습니다',
+ 'pending_ad_status' => '귀하의 광고가 에디터의 승인을 기다리고 있습니다.',
+ 'extended' => ': 번호 광고가 성공적으로 확장되었습니다.',
+ 'category_not_exist' => '이 카테고리는 더 이상 존재하지 않습니다!',
+ 'currency_converted' => '통화가 성공적으로 변환되었습니다.',
+ 'choose_user' => '사용자를 선택하십시오',
+ 'owner_updated_successfully' => '소유자가 성공적으로 업데이트되었습니다!',
+ 'no_add_found' => '광고가 없습니다!',
+ 'replicated_success' => '광고가 성공적으로 복제되었습니다!',
+ 'ad_doesnt_exist' => "이 광고는 존재하지 않습니다!",
+ 'select_location_error' => "지도에서 위치를 선택하세요!",
+ 'this_ad_is_not_valid_anymore' => "이 광고는 더 이상 유효하지 않습니다!",
+ 'approve_status_change' => "귀하의 광고 상태가 활성으로 설정되었습니다!",
+ 'passive_status_change' => "귀하의 광고 상태가 수동으로 설정되었습니다!",
+ 'sold_status_change' => "귀하의 광고 상태가 판매로 설정되었습니다!",
+ 'status_change' => "귀하의 광고 상태가 : status로 설정되었습니다!",
+ 'disabled_detailed_options_for_admin_role' => "자세한 제품 옵션이 비활성화됩니다.",
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/ko/permission.php b/resources/default/addons/visiosoft/advs-module/lang/ko/permission.php
new file mode 100644
index 000000000..c4420d9c5
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/ko/permission.php
@@ -0,0 +1,108 @@
+ [
+ 'name' => '광고',
+ 'option' => [
+ 'read' => '광고를 읽을 수 있습니까?',
+ 'write' => '광고를 만들거나 수정할 수 있습니까?',
+ 'delete' => '광고를 삭제할 수 있습니까?',
+ ],
+ ],
+ 'categories' => [
+ 'name' => '카테고리',
+ 'option' => [
+ 'read' => '카테고리를 읽을 수 있습니까?',
+ 'write' => '카테고리를 만들거나 편집 할 수 있습니까?',
+ 'delete' => '카테고리를 삭제할 수 있습니까?',
+ ],
+ ],
+ 'village' => [
+ 'name' => '마을',
+ 'option' => [
+ 'read' => '마을을 읽을 수 있습니까?',
+ 'write' => '마을을 만들거나 편집 할 수 있습니까?',
+ 'delete' => '마을을 삭제할 수 있습니까?',
+ ],
+ ],
+ 'custom_fields' => [
+ 'name' => '맞춤 입력란',
+ 'option' => [
+ 'read' => '사용자 정의 필드를 읽을 수 있습니까?',
+ 'write' => '사용자 정의 필드를 생성 / 편집 할 수 있습니까?',
+ 'delete' => '맞춤 입력란을 삭제할 수 있습니까?',
+ ],
+ ],
+ 'custom_field_advs' => [
+ 'name' => '맞춤 필드 광고',
+ 'option' => [
+ 'read' => '맞춤 필드 광고를 읽을 수 있습니까?',
+ 'write' => '맞춤 필드 광고를 만들거나 수정할 수 있습니까?',
+ 'delete' => '맞춤 필드 광고를 삭제할 수 있습니까?',
+ ],
+ ],
+ 'cf_values' => [
+ 'name' => 'CF 값',
+ 'option' => [
+ 'read' => 'CF 값을 읽을 수 있습니까?',
+ 'write' => 'CF 값을 생성 / 편집 할 수 있습니까?',
+ 'delete' => 'CF 값을 삭제할 수 있습니까?',
+ ],
+ ],
+ 'options' => [
+ 'name' => '옵션',
+ 'option' => [
+ 'read' => '옵션을 읽을 수 있습니까?',
+ 'write' => '옵션을 생성 / 편집 할 수 있습니까?',
+ 'delete' => '옵션을 삭제할 수 있습니까?',
+ ],
+ ],
+ 'productoptions' => [
+ 'name' => '제품 옵션',
+ 'option' => [
+ 'read' => '제품 옵션을 읽을 수 있습니까?',
+ 'write' => '제품 옵션을 생성 / 편집 할 수 있습니까?',
+ 'delete' => '제품 옵션을 삭제할 수 있습니까?',
+ ],
+ ],
+ 'productoptions_value' => [
+ 'name' => '제품 옵션 값',
+ 'option' => [
+ 'read' => 'productoptions 값을 읽을 수 있습니까?',
+ 'write' => '제품 옵션 값을 생성 / 편집 할 수 있습니까?',
+ 'delete' => 'productoptions 값을 삭제할 수 있습니까?',
+ ],
+ ],
+ 'options_configuration' => [
+ 'name' => '옵션 구성',
+ 'option' => [
+ 'read' => '옵션 구성을 읽을 수 있습니까?',
+ 'write' => '옵션 구성을 생성 / 편집 할 수 있습니까?',
+ 'delete' => '옵션 구성을 삭제할 수 있습니까?',
+ ],
+ ],
+ 'option_configuration' => [
+ 'name' => '옵션 구성',
+ 'option' => [
+ 'read' => '옵션 구성을 읽을 수 있습니까?',
+ 'write' => '옵션 구성을 생성 / 편집 할 수 있습니까?',
+ 'delete' => '옵션 구성을 삭제할 수 있습니까?',
+ ],
+ ],
+ 'option_configuration' => [
+ 'name' => '옵션 구성',
+ 'option' => [
+ 'read' => '옵션 구성을 읽을 수 있습니까?',
+ 'write' => '옵션 구성을 생성 / 편집 할 수 있습니까?',
+ 'delete' => '옵션 구성을 삭제할 수 있습니까?',
+ ],
+ ],
+ 'status' => [
+ 'name' => '상태',
+ 'option' => [
+ 'read' => '상태를 읽을 수 있습니까?',
+ 'write' => '상태를 생성 / 편집 할 수 있습니까?',
+ 'delete' => '상태를 삭제할 수 있습니까?',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/ko/section.php b/resources/default/addons/visiosoft/advs-module/lang/ko/section.php
new file mode 100644
index 000000000..0bf57d8c1
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/ko/section.php
@@ -0,0 +1,64 @@
+ [
+ 'title' => '광고',
+ ],
+ 'categories' => [
+ 'title' => '카테고리',
+ ],
+ 'countries' => [
+ 'title' => '국가',
+ ],
+ 'cities' => [
+ 'title' => '도시들',
+ ],
+ 'districts' => [
+ 'title' => '지구',
+ ],
+ 'neighborhoods' => [
+ 'title' => '이웃',
+ ],
+ 'village' => [
+ 'title' => '마을',
+ ],
+ 'custom_fields' => [
+ 'title' => '맞춤 입력란',
+ ],
+ 'custom_field_advs' => [
+ 'title' => '맞춤 필드 광고',
+ ],
+ 'cf_values' => [
+ 'title' => 'CF 값',
+ ],
+ 'fields' => [
+ 'title' => '맞춤 입력란'
+ ],
+ 'assets_clear' => [
+ 'name' => '자산 정리'
+ ],
+ 'general' => '일반',
+ 'ads' => '광고',
+ 'user' => '사용자',
+ 'filter' => '필터',
+ 'create_ad' => '광고 작성',
+ 'options' => [
+ 'title' => '옵션',
+ ],
+ 'ads_image' => '광고 이미지',
+ 'product_options' => [
+ 'title' => '옵션',
+ ],
+ 'productoptions_value' => [
+ 'title' => '옵션 값',
+ ],
+ 'option_configuration' => [
+ 'title' => '구성',
+ ],
+ 'translations' => '번역',
+ 'status' => [
+ 'title' => '상태',
+ ],
+ 'ads_detail' => '광고 세부 정보',
+
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/ko/setting.php b/resources/default/addons/visiosoft/advs-module/lang/ko/setting.php
new file mode 100644
index 000000000..c8ce6ca2b
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/ko/setting.php
@@ -0,0 +1,286 @@
+ [
+ 'name' => '자동 승인',
+ ],
+ 'default_view_type' => [
+ 'name' => '기본보기 유형',
+ ],
+ 'hide_zero_price' => [
+ 'name' => '제로인 경우 가격 숨기기',
+ 'instructions' => '광고 가격이 0 인 경우 가격 숨기기',
+ ],
+ 'estimated_pending_time' => [
+ 'name' => '예상 대기 시간',
+ 'instructions' => '몇 시간 안에',
+ ],
+ 'default_published_time' => [
+ 'name' => '기본 게시 시간',
+ ],
+ 'address' => [
+ 'name' => '연락 주소',
+ ],
+ 'phone' => [
+ 'name' => '연락 전화 번호',
+ ],
+ 'favicon' => [
+ 'name' => '파비콘',
+ ]
+ , 'map_coordinates_long' => [
+ 'name' => '긴 좌표지도',
+ ],
+ 'map_coordinates_lat' => [
+ 'name' => '위도 좌표',
+ ],
+ 'iban_numbers' => [
+ 'name' => '아이 반',
+ ],
+ 'logo' => [
+ 'name' => '심벌 마크',
+ ],
+ 'ogImage' => [
+ 'name' => '소셜 쉐어 로고',
+ 'warning' => '1200 x 630의 해상도 여야합니다. ',
+
+ ],
+ 'currencies' => [
+ 'name' => '활성 통화',
+ ],
+ 'latest-limit' => [
+ 'name' => '최신 한도',
+ ],
+ 'site_address' => [
+ 'name' => '사이트 주소',
+ 'warning' => '자동 추가 www. www.sitename.com ',
+ ],
+ 'google_map_key' => [
+ 'name' => '구글 맵 API 키',
+ ],
+
+ 'default_country' => [
+ 'name' => '기본 광고 국가',
+ ],
+ 'hide_price_categories' => [
+ 'name' => '카테고리에서 가격 숨기기',
+ 'instructions' => '광고를 만들거나 이러한 카테고리에서 광고를 볼 때 가격이 숨겨집니다.'
+ ],
+ 'free_currencyconverterapi_key' => [
+ 'name' => '통화 변환기 API 키'
+ ],
+ 'default_city' => [
+ 'name' => '기본 광고 도시',
+ ],
+ 'default_district' => [
+ 'name' => '기본 광고 구역',
+ ],
+ 'default_neighborhood' => [
+ 'name' => '기본 광고 환경',
+ ],
+ 'default_currency' => [
+ 'name' => '기본 광고 통화',
+ ],
+ 'default_GET' => [
+ 'name' => '기본 광고 GET',
+ ],
+ 'twitter' => [
+ 'name' => '트위터',
+ ],
+ 'facebook' => [
+ 'name' => '페이스 북',
+ ],
+ 'youtube' => [
+ 'name' => '유튜브',
+ ],
+ 'google' => [
+ 'name' => '구글',
+ ],
+ 'listing_page_image' => [
+ 'name' => '리스팅 페이지 이미지',
+ ],
+ 'hide_standard_price_field' => [
+ 'name' => '표준 가격 필드 숨기기',
+ ],
+ 'hide_options_field' => [
+ 'name' => '옵션 필드 숨기기',
+ ],
+ 'hide_village_field' => [
+ 'name' => '마을 필드 숨기기',
+ ],
+ 'hide_configurations' => [
+ 'name' => '구성 버튼 숨기기',
+ 'instructions' => '광고 미리보기 페이지에서 구성 버튼 숨기기',
+ ],
+ 'make_all_fields_required' => [
+ 'name' => '모든 필드를 필수로 설정',
+ 'instructions' => '사용자가 광고를 만들 때 가격 및 설명 입력란을 작성해야합니다.',
+ ],
+ 'make_map_required' => [
+ 'name' => '지도 필수',
+ 'instructions' => '사용자가 광고를 만들 때지도에 핀을 배치하도록 요구',
+ ],
+ 'hide_listing_standard_price' => [
+ 'name' => '리스팅 표준 가격 숨기기',
+ ],
+ 'enabled_currencies' => [
+ 'name' => '활성화 된 통화',
+ ],
+ 'google_statistic_code' => [
+ 'name' => 'Google 통계 코드',
+ ],
+ 'register_email_field' => [
+ 'name' => '회원 등록 이메일 요구 사항',
+ ],
+ 'market_place' => [
+ 'name' => '마켓 플레이스',
+ 'instructions' => 'If the marketplace is down, your site will act as ecommerce. For example,
+ some fields in the profile such as ads, dopings, messages, sale, packages and store are not visible and
+ removes corporate membership.'
+ ],
+ 'price_area_hidden' => [
+ 'name' => '가격 영역 숨김',
+ ],
+ 'hide_price_filter' => [
+ 'name' => '가격 필터 숨기기',
+ ],
+ 'hide_date_filter' => [
+ 'name' => '날짜 필터 숨기기',
+ ],
+ 'hide_photo_filter' => [
+ 'name' => '사진 필터 숨기기',
+ ],
+ 'hide_map_filter' => [
+ 'name' => '지도 필터 숨기기',
+ ],
+ 'show_lang_url' => [
+ 'name' => 'URL에 대한 언어 매개 변수 표시',
+ ],
+ 'popular_ads_limit' => [
+ 'name' => '인기 광고 제한',
+ ],
+
+ //Image
+
+ 'image_resize_backend' => [
+ 'name' => '이미지 크기 조정 백엔드',
+ ],
+ 'full_image_width' => [
+ 'name' => '전체 이미지 너비',
+ ],
+ 'full_image_height' => [
+ 'name' => '전체 이미지 높이',
+ ],
+ 'medium_image_width' => [
+ 'name' => '중간 이미지 너비',
+ ],
+ 'medium_image_height' => [
+ 'name' => '중간 이미지 높이',
+ ],
+ 'thumbnail_width' => [
+ 'name' => '썸네일 폭',
+ ],
+ 'thumbnail_height' => [
+ 'name' => '썸네일 높이',
+ ],
+ 'add_canvas' => [
+ 'name' => '캔버스 추가',
+ ],
+ 'image_canvas_width' => [
+ 'name' => '이미지 캔버스 너비',
+ ],
+ 'image_canvas_height' => [
+ 'name' => '이미지 캔버스 높이',
+ ],
+ 'watermark_type' => [
+ 'name' => '워터 마크 유형',
+ ],
+ 'watermark_text' => [
+ 'name' => '워터 마크 텍스트',
+ ],
+ 'watermark_image' => [
+ 'name' => '워터 마크 이미지',
+ ],
+ 'watermark_position' => [
+ 'name' => '워터 마크 위치',
+ ],
+ 'user_filter_limit' => [
+ 'name' => '사용자 필터 제한',
+ 'instructions' => '관리자 패널에서'
+ ],
+ 'show_breadcrumb_when_creating_ad' => [
+ 'name' => '광고를 만들 때 이동 경로 표시',
+ ],
+ 'show_ads_count' => [
+ 'name' => '광고 수 표시',
+ 'instructions' => '왼쪽 카테고리 목록에 광고 개수 표시',
+ ],
+ 'ads_date_hidden' => [
+ 'name' => '만든 날짜 숨기기',
+ 'instructions' => '광고 세부 정보 페이지에서 만든 날짜 숨기기',
+ ],
+ 'hide_listing_header' => [
+ 'name' => '목록 헤더 숨기기',
+ 'instructions' => '주문 및보기 유형 숨기기',
+ ],
+ 'hide_filter_section' => [
+ 'name' => '필터 섹션 숨기기',
+ 'instructions' => '목록 페이지에서 왼쪽 필터 영역으로 숨기기',
+ ],
+ 'hide_seller_info' => [
+ 'name' => '판매자 정보 숨기기',
+ 'instructions' => '광고 세부 정보 페이지에서 판매자 정보 숨기기',
+ ],
+ 'show_post_ad_agreement' => [
+ 'name' => '광고 게시 계약 표시',
+ 'instructions' => '광고 작성 페이지에 개인 정보 보호 정책을 표시하려면이 옵션을 켜십시오.',
+ ],
+ 'override_text' => [
+ 'name' => '텍스트 무시',
+ 'instructions' => '기존 가치 : 새로운 가치'
+ ],
+ 'steps_color' => [
+ 'name' => '단계 색상',
+ 'instructions' => '점진적 단계 색상을 변경합니다.'
+ ],
+ 'create_ad_button_color' => [
+ 'name' => '광고 버튼 색상 만들기',
+ 'instructions' => '새 광고 카테고리 선택이 완료되면 표시되는 버튼을 변경합니다.'
+ ],
+ 'lang_switcher_for_browser' => [
+ 'name' => '브라우저 용 랭 스위처',
+ 'instructions' => '브라우저 언어를 활성 언어로 선택할 수 있습니다.'
+ ],
+ 'get_categories' => [
+ 'name' => 'GET 카테고리',
+ 'instructions' => 'GET 속성이 유효한 범주를 나타냅니다.'
+ ],
+ 'watermark' => [
+ 'name' => '양수표',
+ 'instructions' => '워터 마크가 활성화되어 있습니까?'
+ ],
+ 'detailed_product_options' => [
+ 'name' => '자세한 제품 옵션',
+ 'instructions' => '제품의 재고 및 가격 정보를 입력 할 수 있습니다.'
+ ],
+ 'show_subcats_mobile' => [
+ 'name' => '모바일보기에 하위 범주 표시',
+ ],
+ 'show_price_to_members_only' => [
+ 'name' => '회원에게만 가격 표시',
+ ],
+ 'hide_ad_cat' => [
+ 'name' => '카테고리 숨기기',
+ 'instructions' => '광고 목록에서 카테고리 숨기기'
+ ],
+ 'show_finish_and_publish_date' => [
+ 'name' => '작성을위한 완료 날짜 및 게시 날짜 표시',
+ 'instructions' => '광고 작성 페이지에 publish_at 및 finish_at 필드를 표시합니다.'
+ ],
+ 'show_tax_field' => [
+ 'name' => 'Show Tax Field',
+ 'instructions' => 'When this option is enabled, you can set the tax rate on the ad creation page.'
+ ],
+ 'hide_contact_created_at' => [
+ 'name' => 'Hide Contact Fields For in Create New Ad'
+ ]
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/ko/stream.php b/resources/default/addons/visiosoft/advs-module/lang/ko/stream.php
new file mode 100644
index 000000000..13ade932e
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/ko/stream.php
@@ -0,0 +1,37 @@
+ [
+ 'name' => 'Advs',
+ ],
+ 'categories' => [
+ 'name' => '카테고리',
+ ],
+ 'village' => [
+ 'name' => '마을',
+ ],
+ 'custom_fields' => [
+ 'name' => '맞춤 입력란',
+ ],
+ 'custom_field_advs' => [
+ 'name' => '맞춤 필드 광고',
+ ],
+ 'cf_values' => [
+ 'name' => 'CF 값',
+ ],
+ 'options' => [
+ 'name' => '옵션',
+ ],
+ 'product_options' => [
+ 'name' => '제품 옵션',
+ ],
+ 'productoptions_value' => [
+ 'name' => '옵션 값',
+ ],
+ 'option_configuration' => [
+ 'name' => '구성',
+ ],
+ 'status' => [
+ 'name' => '상태',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/ko/view.php b/resources/default/addons/visiosoft/advs-module/lang/ko/view.php
new file mode 100644
index 000000000..2e9f5b1f0
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/ko/view.php
@@ -0,0 +1,6 @@
+ '다듬지 않은',
+ 'advanced' => '많은',
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/ku/addon.php b/resources/default/addons/visiosoft/advs-module/lang/ku/addon.php
new file mode 100644
index 000000000..7f4e5b224
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/ku/addon.php
@@ -0,0 +1,8 @@
+ 'ڕیکلامەکان',
+ 'name' => 'مۆدیلی ڕیکلامەکان',
+ 'description' => 'مۆدیلی ڕیکلامەکان',
+ 'info' => 'This is the screen where you can add, delete and edit ads from the Ads page. On this page, you can simply do the operations such as post management and ad configuration.'
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/ku/button.php b/resources/default/addons/visiosoft/advs-module/lang/ku/button.php
new file mode 100644
index 000000000..861d28aa6
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/ku/button.php
@@ -0,0 +1,68 @@
+ 'ڕیکلامی نوێ
+',
+ 'new_classified' => 'ڕیکلامی نوێ
+',
+ 'new_category' => 'کەتێگۆریی نوێ
+',
+ 'new_country' => 'وڵاتی نوێ
+',
+ 'new_city' => 'شارێکی نوێ
+',
+ 'new_district' => 'ناحیهی نوێ
+',
+ 'new_neighborhood' => 'هاوسایەتی نوێ',
+ 'new_village' => 'گوندی نوێ
+',
+ 'edit' => "دەستکاری بکە",
+ 'approve' => "پەسەندی بکە
+",
+ 'decline' => 'ڕەتکردنەوە',
+ 'extend' => 'درێژ بکە',
+ 'extend_all' => 'هەموو درێژ بکە',
+ 'convert_currency' => 'گۆڕینی دراوی',
+ 'categories' => 'کەتێگۆریکان',
+ 'sub_category' => 'کەتێگۆریی ژێرەوە',
+ 'add_sub_category' => 'کەتێگۆریی ژێرەوە زیاد بکەن',
+ 'sub_cities' => 'شارێکی ژێرەوە',
+ 'add_sub_cities' => 'شارێکی ژێرەوە زیاد بکەن',
+ 'add_sub_districts' => 'ناحیهی ژێرەوە زیاد بکەن',
+ 'add_sub_neighborhoods' => 'هاوسایەتی ژێرەوە زیاد بکەن',
+ 'add_sub_village' => 'گوندی ژێرەوە زیاد بکەن',
+ 'sub_districts' => 'ناحیهی ژێرەوە',
+ 'sub_neighborhoods' => 'هاوسایەتی ژێرەوە',
+ 'sub_village' => 'گوندی ژێرەوە',
+ 'general_settings' => 'ڕێکخستنەکانی گشتی
+',
+ 'save_category' => 'کەتێگۆرییکە پاشەکەوت بکەن',
+ 'change_owner' => 'خاوەنەکەی بگۆڕە
+',
+ 'update_category' => [
+ 'name' => 'کەتێگۆرییکە نوێ بکەن
+'
+ ],
+ 'new_option' => 'بژاردەی نوێ
+',
+ 'export' => 'هەناردن',
+ 'new_productoption' => 'بژاردەی بەرهەمی نوێ
+',
+ 'new_productoptions_value' => 'بەهای بژاردەی بەرهەمی نوێ
+',
+ 'new_options_configuration' => 'دانپێدانانی بژاردەی نوێ
+',
+ 'new_option_configuration' => 'دانپێدانانی بژاردەی نوێ
+',
+ 'create_configurations' => 'دروست کردنی دانپێدانانەکان
+',
+ 'replicate' => 'وەڵام دانەوە
+',
+ 'fast_create' => 'خێرا دروست بکە
+',
+ 'publish' => 'بڵاوکەرەوە',
+ 'import' => 'هێنان',
+ 'new_status' => 'دۆخی نوێ
+',
+ 'fast_edit' => 'Zûtirkirin',
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/ku/currency.php b/resources/default/addons/visiosoft/advs-module/lang/ku/currency.php
new file mode 100644
index 000000000..cf584388d
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/ku/currency.php
@@ -0,0 +1,6 @@
+ 'دۆلار',
+ 'EUR' => 'یۆرۆ',
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/ku/field.php b/resources/default/addons/visiosoft/advs-module/lang/ku/field.php
new file mode 100644
index 000000000..bc4960e20
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/ku/field.php
@@ -0,0 +1,487 @@
+ [
+ 'name' => 'نازناو'
+ ],
+ 'order' => [
+ 'name' => 'ڕێک بخەن'
+ ],
+ 'slug' => [
+ 'name' => 'ناوی تایبەت ئەوەیە
+'
+ ],
+ 'parent_category' => [
+ 'name' => 'باوان'
+ ],
+ 'category' => [
+ 'name' => 'نازناوی کەتێگۆری'
+ ],
+ 'price' => [
+ 'name' => 'نرخ'
+ ],
+ 'standard_price' => [
+ 'name' => 'نرخی ستاندارت
+'
+ ],
+ 'date' => [
+ 'name' => 'بەروار'
+ ],
+ 'photo' => [
+ 'name' => 'وێنە'
+ ],
+ 'video' => [
+ 'name' => 'ڤیدیۆ'
+ ],
+ 'map' => [
+ 'name' => 'نەخشە'
+ ],
+ 'stock' => [
+ 'name' => 'ستۆک'
+ ],
+ 'advs_desc' => [
+ 'name' => 'شيكردنةوة'
+ ],
+ 'online_payment' => [
+ 'name' => 'پارەدانی ئۆنلاین
+'
+ ],
+ 'city' => [
+ 'name' => 'شار'
+ ],
+ 'country' => [
+ 'name' => 'وڵات'
+ ],
+ 'district' => [
+ 'name' => 'ناوچە'
+ ],
+ 'neighborhood' => [
+ 'name' => 'هودەکە'
+ ],
+ 'village' => [
+ 'name' => 'گوند'
+ ],
+ 'files' => [
+ 'name' => 'وێنەکان'
+ ],
+ 'cat1' => [
+ 'name' => 'کەتێگۆریی سەرەکی'
+ ],
+ 'cat2' => [
+ 'name' => '1 کەتێگۆریی ژێرین'
+ ],
+ 'cat3' => [
+ 'name' => '2 کەتێگۆریی ژێرین'
+ ],
+ 'cat4' => [
+ 'name' => '3 کەتێگۆریی ژێرین'
+ ],
+ 'cat5' => [
+ 'name' => '4 کەتێگۆریی ژێرین'
+ ],
+ 'cat6' => [
+ 'name' => '5 کەتێگۆریی ژێرین'
+ ],
+ 'cat7' => [
+ 'name' => '6 کەتێگۆریی ژێرین'
+ ],
+ 'cat8' => [
+ 'name' => '7 کەتێگۆریی ژێرین'
+ ],
+ 'cat9' => [
+ 'name' => '8 کەتێگۆریی ژێرین'
+ ],
+ 'cat10' => [
+ 'name' => '9 کەتێگۆریی ژێرین'
+ ],
+ 'currency' => [
+ 'name' => 'دراو'
+ ],
+ 'status' => [
+ 'name' => 'بارودۆخ',
+ 'option' => [
+ 'approved' => 'پەسەندکراوە',
+ 'expired' => 'بەسەرچوون',
+ 'unpublished' => 'بڵاونەکراوەتەوە',
+ 'pending_admin' => 'بەڕێوەبەر چاوەڕێیە',
+ 'pending_user' => 'بەکارهێنەر چاوەڕێیە
+'
+ ]
+ ],
+ 'pending_adv' => [
+ 'name' => 'بڵاونەکراوەتەوە'
+ ],
+ 'finish_at' => [
+ 'name' => 'تەواو دەبێت لە
+'
+ ],
+ 'cover_photo' => [
+ 'name' => 'وێنەی داپۆشراو
+'
+ ],
+ 'favs_adv' => [
+ 'name' => 'ڕێکلامێکی دڵخوازترین
+
+'
+ ],
+ 'my_adv' => [
+ 'name' => 'ڕێکلامەکان'
+ ],
+ 'description' => 'شيكردنةوة',
+ 'explanation' => 'شيكردنةوة',
+ 'type' => [
+ 'name' => 'جۆو'
+ ],
+ 'parent_adv' => [
+ 'name' => 'ڕیکلامی پەیوەندیدار
+'
+ ],
+ 'value' => [
+ 'name' => 'نرخ'
+ ],
+ 'list' => 'لیست',
+ 'home' => 'ماڵپەڕ',
+ 'list-page' => 'پەیجی لیست
+',
+ 'search' => 'گەڕان',
+ 'reset' => 'Reset',
+ 'recommended' => 'ڕێکلامێکی پێشنیارکراو بۆ ئێوە
+',
+ 'filter' => 'پاڵاوتن',
+ 'sort' => 'جووره',
+ 'sort_by' => 'جووره بە',
+ 'pick_option' => 'بژاردەیەک هەڵبژێرە
+',
+ 'pick_ordering' => ' داوای دەکەن
+',
+ 'price_high' => 'نرخ لە گران بۆ هەرزان
+',
+ 'price_low' => 'نرخ لە هەرزان بۆ گران
+',
+ 'newest' => 'نویترین',
+ 'oldest' => 'کۆنترین
+',
+ 'address_a_z' => '(A-Z) ناونیشان',
+ 'address_z_a' => ' (Z-A) ناونیشان',
+ 'categories' => [
+ 'name' => 'کەتێگۆریکان'
+ ],
+ 'all_categories' => 'هەموو کەتێگۆریکان
+',
+ 'location' => 'شوێن',
+ 'send_message' => 'پەیام بنێرە
+',
+ 'phone_gsm' => 'ژمارهی مۆبایل
+',
+ 'phone_office' => 'ژمارەی تەلەفۆنی دوکان
+',
+ 'add_to_favorites' => "دانێ بۆ دڵخوازەکانەوە
+",
+ 'send' => 'بنێرە',
+ 'search_name' => 'ناوی گەڕان',
+ 'my_favorite_searches' => 'گەڕانی دڵخوازترین
+',
+ 'search_desc' => 'دەتوانیت لێرە زیاد بکەیت و هەڵبژاردنی گەڕانی دڵخوازت بەڕێوە ببەیت.
+',
+ 'complaint_placeholder' => 'وردەکاری سکاڵاکانت لێرە بنوسە
+',
+ 'show_details' => 'کیتهکیتەكان نیشاندە',
+ 'ad_actions' => 'کرداری ڕیکلام',
+ 'edit' => 'دەستکاری بکە',
+ 'approve' => 'پەسەندی بکە
+',
+ 'passive' => "ناچالاک",
+ 'sold' => 'فرۆشرا
+',
+ 'offered_by' => 'پێشکەشی کرد بە
+',
+ 'more_ads_by' => 'ڕیکلامی زیاتر بە
+',
+ 'click_phone' => 'ژمارە تەلەفونی نیشاندە
+',
+ 'share' => 'بڵاوکردنەوە',
+ 'report' => 'ئەم ڕیکلامە ڕیپۆرت بکەن
+',
+ 'features' => 'تایبەتمەندیە کان
+',
+ "streetview" => "دیمەنی سەر شەقام
+",
+ 'recommended_ads' => 'ڕێکلامێکی پێشنیارکراو بۆ ئێوە
+',
+ 'new' => 'نوێ',
+ 'short_info' => 'زانیاریەکی کورت
+',
+ 'secure_trading' => 'بازرگانیکردنێکی سەلامەت
+',
+ '24/7' => '24/7 پشتگری',
+ 'easy_trading' => 'بازرگانی ئاسان
+',
+ 'need_help' => 'ویستنی یارمەتی',
+ 'give_a_call' => 'تەلەفون بکە
+',
+ 'message_sent' => '! پەیام نێردراوە
+',
+ 'asap' => 'پەیام بنێرە ، فرۆشیار بەم زووانە پەیوەندیت پێوە دەکات
+',
+ 'ad_id' => 'ناسنامەی ڕیکلام
+',
+ 'contact_with' => 'پەیوەندی لەگەڵ
+',
+ 'create_adv' => 'ڕیکلام دروست بکە
+',
+ 'edit_adv' => 'دەستکاری ڕیکلامەکە بکە
+',
+ 'mandatory_fields' => 'زەوی پێویستن
+',
+ 'ad_post' => 'ڕیکلامی دانێ',
+ 'sell_item' => 'شتومەک یان خزمەتگوزاری بفرۆشە
+',
+ 'search_save' => 'گەڕانی دڵخواز بە سەرکەوتوویی خەزنکراو
+',
+ 'address' => 'ناونیشان',
+ 'email' => 'ئی مەیل',
+ 'phone' => 'تەلەفۆن',
+ 'send_us_your_feedback' => 'Send Us Your Feedback
+',
+ 'online_shopping' => 'Secure E-Trade',
+ 'approved' => 'بە سەرکەوتوویی پەسەند کرا
+',
+ 'extended' => 'بە سەرکەوتوویی درێژکرایەوە
+',
+ 'declined' => 'بە سەرکەوتوویی ڕەتکرایەوە
+',
+ 'search_on_map' => 'گەڕان لەسەر نەخشە
+',
+ 'post_free_ad' => 'ڕیکلامی بەلاش دابنێ
+',
+ 'select_a_category' => 'کەتێگۆری هەڵبژێرە
+',
+ 'select_a_sub_category' => 'کەتێگۆریی ژێرین هەڵبژێرە
+',
+ 'all_dopings_added' => 'هەموو جۆرەکانی دۆپینگ بۆ ئەم ڕیکلامە زیادکراوە
+',
+ 'is_get_adv' => [
+ 'name' => 'Secure e-Trade'
+ ],
+ 'corporate_info' => 'زانیاری کۆمپانیا
+',
+ 'featured_ads' => "ڕیکلامی عةرز
+",
+ 'trending_ads' => 'Trendind Ads
+',
+ 'search_ad_result_prefix' => 'لەسەر',
+ 'search_ad_result_text' => ': hejmartin reklam di lêgerîna : nav ',
+ 'search_ads_result_message' => [
+ 'name' => 'ڕێکلامەکان دەژمێرن دۆزراونەتەوەبۆ :گەڕانی ناو:',
+ ],
+ 'total' => 'هه موو
+',
+ 'quantity' => 'چەندی',
+ 'view_cart' => 'سەبەتەکە نیشاندە
+',
+ 'no_ads' => 'هیچ ڕیکلامێک نەدۆزراوەتەوە
+',
+ 'show_display_mode' => [
+ 'map' => 'نەخشە',
+ 'list' => 'لیست',
+ ],
+ 'advs_list_table_thead' => [
+ 'name' => 'ناوی ڕیکلام
+',
+ 'price' => 'نرخ',
+ 'publish_at' => 'بەرواری ڕیکلام
+',
+ 'location_city' => 'شار',
+ 'location_country' => 'وڵات',
+ ],
+ 'show_list_view' => [
+ 'name' => 'لیست',
+ ],
+ 'show_table_view' => [
+ 'name' => 'تابلۆ',
+ ],
+ 'showcase' => [
+ 'name' => 'عةرز',
+ ],
+ 'new_ad' => [
+ 'name' => 'ڕیکلامی نوێ
+',
+ ],
+ 'profile' => [
+ 'name' => 'پرۆفایل',
+ ],
+ 'my_ads' => [
+ 'name' => 'ڕیکلامەکانم
+',
+ ],
+ 'sold_out' => [
+ 'name' => 'فرۆشرا
+',
+ ],
+ 'edit_category' => 'دەستکاری کەتێگۆریەکە بکە
+',
+ 'set_category' => 'کەتێگۆریی دوکان
+',
+ 'max' => [
+ 'name' => 'گەورە',
+ ],
+ 'min' => [
+ 'name' => 'کەم',
+ ],
+ 'in_the_last_24_hours' => [
+ 'name' => 'لە ئاخیر 24 کاتژمێر
+'
+ ],
+ 'in_the_last_day' => [
+ 'name' => 'لە ئاخیر 24 کاتژمێر
+'
+ ],
+ 'in_the_last_week' => [
+ 'name' => 'له هه فته ی ئاخیر
+'
+ ],
+ 'in_the_last_month' => [
+ 'name' => 'لە مانگی ئاخیر
+'
+ ],
+ 'ads_with_photo' => [
+ 'name' => 'ڕێکلامەکان بە وێنە
+'
+ ],
+ 'ads_with_video' => [
+ 'name' => 'ڕێکلامەکان بە ڤیدیۆ
+'
+ ],
+ 'yes' => [
+ 'name' => 'بەڵێ'
+ ],
+ 'no' => [
+ 'name' => 'Na'
+ ],
+ 'is_system' => [
+ 'name' => 'Pergalê ye',
+ 'instructions' => 'Rewşa pergalê pêdivî ye û divê neyê guhertin',
+ ],
+ 'user_access' => [
+ 'name' => 'User Access',
+ 'instructions' => 'Bikarhêner dikare vê rewşê li ser reklamên xwe bikar bîne?',
+ ],
+ "no_location" => "شوێنەکە دیاری نەکراوە
+",
+ "continue" => 'بەردەوام بە',
+ "gallery" => 'گەلەری',
+ "ad" => 'ڕیکلام',
+ "ads" => 'ڕیکلامەکان',
+ "were_found" => 'دۆزرانەوە
+',
+
+ // Pending screen
+ 'pending_message_1' => 'ڕیکلامەکە لە پڕۆسەی پەسەندکردندایە
+',
+ 'pending_message_2' => "بەروارێکی نوێ کردنەوەێ بۆ ڕیکلام
+",
+ 'pending_message_3' => 'کاتی چاوەڕوانیکردنى هەستم پێگەشتووە
+',
+ 'pending_message_4' => 'کاتی تەرخانکراو لە پڕۆسەی پەسەندکردندا زیاد دەکرێت
+',
+ 'pending_message_5' => 'هیچ مامەڵەک ناکرێت لە ناوەندی بانگەشەوە بۆ ڕێکلامەکە لە پڕۆسەی پەسەندکردندا
+',
+ 'hours' => 'کاتژمێر',
+
+ // Preview page
+ 'preview_text' => [
+ 'part_1' => 'ئەگەر ئەم زانیاریانەی خوارەوە لەسەر ڕێکلامەکەت ڕاست بوو ، کرتە لە دوگمەی ′′ بەردەوام ′′ بکە و بەرەو هەنگاوی دواتر بڕۆ
+',
+ 'part_2' => '′′ ئەگەر نا ، کرتە لەسەر دوگمەی ′′ دەستکاری بکە
+',
+ ],
+ 'views' => 'دیتین',
+
+ // Detail page
+ "no_street_view" => "دیمەنی شەقام لەم شوێنە نیە
+",
+ 'edit_my_contact_info' => 'دەستکاری زانیاری پەیوەندیم بکە
+',
+ 'update_my_contact_info' => 'زانیاری پەیوەندیم نوێ بکەرەوە
+',
+ 'contact_info' => 'زانیاری پەیوەندی',
+ 'ad_info' => 'زانیاری ڕێکلام
+',
+
+ // Select cat
+ 'select_category_step_by_step' => 'کەتێگۆری هەڵبژێرە هەنگاو بە هەنگاو
+
+',
+
+ // New create page
+ 'options' => 'بژاردەکان
+',
+ 'category_selection' => 'هەڵبژاردنی کەتێگۆری
+',
+ 'listing_details' => 'وردەکاریەکانی لیستکردن
+',
+ 'preview' => 'پێشبینین
+',
+ 'congratulations' => 'پیرۆزبایی',
+ 'ad_desc' => 'دەربارەی ڕێکلام',
+ 'upload_photos' => 'وێنەکانی دانێن',
+ 'upload_files' => 'فایلەکان دابنێن
+',
+ 'additional_fields' => 'زەوی زیادەکان
+',
+ 'ad_location' => 'شوێنی ڕێکلام
+',
+ 'owner' => 'Xwedî',
+ 'default_owner_instruction' => 'Ger bikarhêner neyê bijartin dê xwedêgiravî ji bikarhênerê heyî re veqetîne',
+ 'create_page_subtitle' => 'Bi ketina agahdariyên berfireh ên der barê reklama xwe de bêkêmasî reklamê biafirînin.',
+ 'with_my_phone_numbers' => 'With my phone numbers',
+ 'not_with_my_phone_numbers' => "I don't want to be reached by phone",
+ 'how_can_you_be_contacted' => "How can you be contacted?",
+
+ // Listing page
+ 'ad_title' => 'Sernavê reklamê',
+ 'listing_date' => 'Dîroka Navnîşanê',
+ 'view' => 'Dîtinî',
+ 'ads_with_map' => 'Reklamên Bi Nexşe',
+ 'advanced_sorting' => 'Rêzkirina Pêşkeftî',
+ 'filter_by_word' => 'Bi peyvê parzûn bikin',
+ 'filter_by' => 'Fîlterkirin bi: nav',
+
+ 'free' => 'بەلاش',
+ 'ad_date' => 'بەرواری ڕیکلام
+',
+ 'photo_video' => 'ڤیدیۆ, وێنە',
+ 'and_above' => 'و لە سەرەوەش
+',
+ 'and_below' => 'و لە خوارەوە
+',
+ 'clear_all' => 'هەموو خاوێن بکە',
+ 'balances' => 'باڵانسەکان',
+ 'packages' => 'پاکێجەکان',
+ 'dopings' => 'دۆپینگەکان',
+ 'advs' => 'ڕیکلامەکان',
+ 'site' => 'سایت',
+ 'subscription' => 'ئابوونە کردن',
+ 'created' => 'درووستکراوە
+',
+ 'product_option' => [
+ 'name' => 'بژاردەی بەرهەمەکان
+'
+ ],
+ 'option_json' => [
+ 'name' => 'بژاردەی'
+ ],
+ 'old_price' => [
+ 'name' => 'نرخی کۆن
+'
+ ],
+ 'save_search' => 'Lêgerînê Biparêzin',
+ 'publish_at' => [
+ 'name' => 'Dîroka Weşanê'
+ ],
+ 'tax' => [
+ 'name' => 'Tax'
+ ],
+ 'name_a_z' => 'Name (A to Z)',
+ 'name_z_a' => 'Name (Z to A)',
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/ku/message.php b/resources/default/addons/visiosoft/advs-module/lang/ku/message.php
new file mode 100644
index 000000000..b9c9e8765
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/ku/message.php
@@ -0,0 +1,62 @@
+ 'بەرهەمی داواکراو ئێستا ناچالاکیە
+',
+ 'please_payment' => 'تکایە پارە بدە
+',
+ 'bank_account_info' => 'زانیاری هەژماری بانک
+',
+ 'agreement' => 'بە کرتە کردنی یلا لە مەرجی بەکارهێنان و سیاسەتی تایبەت بە ئێمە ڕازیت کە خاوەنی ڕاستەقینەی ئەم بەرهەمەیت
+
+',
+ 'update_category_msg' => 'کەتێگۆریی ڕیکلام نوێ دەکرێتەوە
+',
+ 'updated_category_msg' => 'کەتێگۆری بە سەرکەوتوویی دەستکاری کراوە
+',
+ 'create_ad_with_post_cat' => [
+ 'title' => "هەڵبژاردنی کەتێگۆری تەواو بوو
+",
+ 'success' => true,
+ 'continueBtn' => "بەردەوام بە
+",
+ ],
+ 'update_category_info' => 'تکایە کەتێگۆریەکە نوێ بکەنەوە
+',
+ 'filter_by_search_msg' => 'پارزوون بە گەڕان
+',
+ 'delete_author_error' => 'ناتوانی پۆستێک بسڕیتەوە کە هی تۆ نەبێت
+',
+ 'success_delete' => 'ڕیکلام سڕایەوە
+',
+ 'pending_ad_status' => 'ڕیکلامەکەت چاوەڕێی پەسەندکردنی بەڕێوەبەرەکەیە
+',
+ 'extended' => 'ژمارەی ڕیکلامی سەرکەوتوو درێژکرایەوە:
+',
+ 'category_not_exist' => 'چیتر ئەم کەتێگۆری بەردەست نییە!
+',
+ 'currency_converted' => 'بە سەرکەوتوویی دراوی گۆڕاوە
+
+',
+ 'choose_user' => 'بەکارهێنەرێک هەڵبژێرە
+',
+ 'owner_updated_successfully' => '! خاوەنەکە بە سەرکەوتوویی نوێ کرایەوە
+',
+ 'no_add_found' => '! هیچ ڕیکلامێک نەدۆزراوەتەوە',
+ 'replicated_success' => '! ڕیکلامەکە بە سەرکەوتوویی پێشکەش کرا
+',
+ 'ad_doesnt_exist' => "! ئەم ڕیکلامە بەردەست نییە
+",
+ 'select_location_error' => "! تکایە شوێنێك لەسەر نەخشەکە هەڵبژێرە
+",
+ 'this_ad_is_not_valid_anymore' => "! چیتر ئەم ڕیکلامە بەردەست نییە
+
+",
+ 'approve_status_change' => "! دۆخی ڕیکلامەکەت وەک چالاک ڕێکخراوە
+",
+ 'passive_status_change' => "! دۆخی ڕیکلامەکەت وەکو ناچالاک ڕێکخراوە
+",
+ 'sold_status_change' => "! دۆخی ڕیکلامەکەت وەکو فرۆشراوە ڕێکخراوە ",
+ 'status_change' => "Rewşa Reklama We Bûye: Status!",
+ 'disabled_detailed_options_for_admin_role' => "Vebijarkên hilbera berfireh têne sekinandin.",
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/ku/permission.php b/resources/default/addons/visiosoft/advs-module/lang/ku/permission.php
new file mode 100644
index 000000000..72faf0e23
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/ku/permission.php
@@ -0,0 +1,108 @@
+ [
+ 'name' => 'Reklam',
+ 'option' => [
+ 'read' => 'Dikarin reklaman bixwînin?',
+ 'write' => 'Dikarin reklaman biafirînin / sererast bikin?',
+ 'delete' => 'Dikarin reklaman jêbirin?',
+ ],
+ ],
+ 'categories' => [
+ 'name' => 'Kategorî',
+ 'option' => [
+ 'read' => 'Ma dikarin kategoriyan bixwînin?',
+ 'write' => 'Dikare kategoriyan biafirîne / sererast bike?',
+ 'delete' => 'Ma dikare kategoriyan jê bibe?',
+ ],
+ ],
+ 'village' => [
+ 'name' => 'Gûnd',
+ 'option' => [
+ 'read' => 'Dikarin gund bixwînin?',
+ 'write' => 'Ma dikare gund çêbike / sererast bike?',
+ 'delete' => 'Ma dikare gund jê bibe?',
+ ],
+ ],
+ 'custom_fields' => [
+ 'name' => 'Zeviyên xwerû',
+ 'option' => [
+ 'read' => 'Ma dikarin qadên xwerû bixwînin?',
+ 'write' => 'Ma dikare qadên xwerû çêbike / sererast bike?',
+ 'delete' => 'Ma dikarin qadên xwerû jêbirin?',
+ ],
+ ],
+ 'custom_field_advs' => [
+ 'name' => 'Reklamên qada xwerû',
+ 'option' => [
+ 'read' => 'Ma dikarin reklamên qada xwerû bixwînin?',
+ 'write' => 'Ma dikare reklamên qada xwerû çêbike / sererast bike?',
+ 'delete' => 'Ma dikare reklamên qada xwerû jê bibe?',
+ ],
+ ],
+ 'cf_values' => [
+ 'name' => 'Nirxên Cf',
+ 'option' => [
+ 'read' => 'Ma dikare nirxên cf bixwîne?',
+ 'write' => 'Ma dikare nirxên cf biafirîne / sererast bike?',
+ 'delete' => 'Ma dikare nirxên cf jê bibe?',
+ ],
+ ],
+ 'options' => [
+ 'name' => 'Vebijarkên',
+ 'option' => [
+ 'read' => 'Vebijarkan dikarin bixwînin?',
+ 'write' => 'Ma dikare vebijarkan biafirîne / sererast bike?',
+ 'delete' => 'Vebijarkên dikarin jêbirin?',
+ ],
+ ],
+ 'productoptions' => [
+ 'name' => 'Hilbijartinên hilberê',
+ 'option' => [
+ 'read' => 'Ma dikarin hilberînan hilînin?',
+ 'write' => 'Dikare hilberînan vebêje / biafirîne?',
+ 'delete' => 'Ma dikare hilberên hilberê hilweşîne?',
+ ],
+ ],
+ 'productoptions_value' => [
+ 'name' => 'Nirxê hilberînan',
+ 'option' => [
+ 'read' => 'Ma dikare nirxa hilberînan bixwîne?',
+ 'write' => 'Ma dikare nirxa hilberîneriyan biafirîne / sererast bike?',
+ 'delete' => 'Ma dikare nirxa hilberînan jê bibe?',
+ ],
+ ],
+ 'options_configuration' => [
+ 'name' => 'Veavakirina vebijarkan',
+ 'option' => [
+ 'read' => 'Ma veavakirina vebijarkan dikare bixwîne?',
+ 'write' => 'Ma dikare veavakirina vebijarkan biafirîne / sererast bike?',
+ 'delete' => 'Ma veavakirina vebijarkan dikare jê bibe?',
+ ],
+ ],
+ 'option_configuration' => [
+ 'name' => 'Veavakirina vebijarkê',
+ 'option' => [
+ 'read' => 'Hûn dikarin veavakirina vebijarkê bixwînin?',
+ 'write' => 'Ma dikare veavakirina vebijarkê biafirîne / sererast bike?',
+ 'delete' => 'Ma dikare veavakirina vebijarkê were jêbirin?',
+ ],
+ ],
+ 'option_configuration' => [
+ 'name' => 'Veavakirina vebijarkê',
+ 'option' => [
+ 'read' => 'Hûn dikarin veavakirina vebijarkê bixwînin?',
+ 'write' => 'Ma dikare veavakirina vebijarkê biafirîne / sererast bike?',
+ 'delete' => 'Ma dikare veavakirina vebijarkê were jêbirin?',
+ ],
+ ],
+ 'status' => [
+ 'name' => 'Cî',
+ 'option' => [
+ 'read' => 'Ma dikare statûyê bixwîne?',
+ 'write' => 'Ma dikare statu biafirîne / sererast bike?',
+ 'delete' => 'Ma dikare statuyê jê bibe?',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/ku/section.php b/resources/default/addons/visiosoft/advs-module/lang/ku/section.php
new file mode 100644
index 000000000..f7568731f
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/ku/section.php
@@ -0,0 +1,64 @@
+ [
+ 'title' => 'ڕیکلامەکان',
+ ],
+ 'categories' => [
+ 'title' => 'کەتێگۆریکان',
+ ],
+ 'countries' => [
+ 'title' => 'وڵاتەکان',
+ ],
+ 'cities' => [
+ 'title' => 'شارەکان',
+ ],
+ 'districts' => [
+ 'title' => 'ناوچەکان',
+ ],
+ 'neighborhoods' => [
+ 'title' => 'هاوسایەتیەکان',
+ ],
+ 'village' => [
+ 'title' => 'گوندەکان',
+ ],
+ 'custom_fields' => [
+ 'title' => 'Zeviyên xwerû',
+ ],
+ 'custom_field_advs' => [
+ 'title' => 'Reklamên qada xwerû',
+ ],
+ 'cf_values' => [
+ 'title' => 'Nirxên Cf',
+ ],
+ 'fields' => [
+ 'title' => 'Zeviyên xwerû'
+ ],
+ 'assets_clear' => [
+ 'name' => 'Hebûnên zelal'
+ ],
+ 'general' => 'Giştî',
+ 'ads' => 'Reklam',
+ 'user' => 'Bikaranîvan',
+ 'filter' => 'Parzûn',
+ 'create_ad' => 'Ad biafirînin',
+ 'options' => [
+ 'title' => 'Vebijarkên',
+ ],
+ 'ads_image' => 'Ads Wêne',
+ 'product_options' => [
+ 'title' => 'Vebijarkên',
+ ],
+ 'productoptions_value' => [
+ 'title' => 'Nirx Nirx',
+ ],
+ 'option_configuration' => [
+ 'title' => 'Veavakirina',
+ ],
+ 'translations' => 'Wergeran',
+ 'status' => [
+ 'title' => 'دۆخ',
+ ],
+ 'ads_detail' => 'Ads Detail',
+
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/ku/setting.php b/resources/default/addons/visiosoft/advs-module/lang/ku/setting.php
new file mode 100644
index 000000000..94f1e18d2
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/ku/setting.php
@@ -0,0 +1,286 @@
+ [
+ 'name' => 'Jixweber Pejirandin',
+ ],
+ 'default_view_type' => [
+ 'name' => 'Default View Type',
+ ],
+ 'hide_zero_price' => [
+ 'name' => 'Ger Zero Bihayê Veşêre',
+ 'instructions' => 'Heke bihayê reklamê 0 be bihayê veşêrin',
+ ],
+ 'estimated_pending_time' => [
+ 'name' => 'Dema Bendewarî ya Texmînkirî',
+ 'instructions' => 'Di Saetan de',
+ ],
+ 'default_published_time' => [
+ 'name' => 'Wextê Weşana Default',
+ ],
+ 'address' => [
+ 'name' => 'Navnîşana Têkiliyê',
+ ],
+ 'phone' => [
+ 'name' => 'Têlefonê Têkilî',
+ ],
+ 'favicon' => [
+ 'name' => 'Favicon',
+ ]
+ , 'map_coordinates_long' => [
+ 'name' => 'Nexşeya Hevrêziya Dirêj',
+ ],
+ 'map_coordinates_lat' => [
+ 'name' => 'Nexşeya Hevrêziya Lat',
+ ],
+ 'iban_numbers' => [
+ 'name' => 'IBAN',
+ ],
+ 'logo' => [
+ 'name' => 'Logo',
+ ],
+ 'ogImage' => [
+ 'name' => 'Logoya Parvekirina Civakî',
+ 'warning' => 'Divê ew bi çareseriya 1200 x 630 be. ',
+
+ ],
+ 'currencies' => [
+ 'name' => 'Dravên Çalak',
+ ],
+ 'latest-limit' => [
+ 'name' => 'Sînora herî dawî',
+ ],
+ 'site_address' => [
+ 'name' => 'Navnîşana malperê',
+ 'warning' => 'Auto zêdekirî www. www.sitename.com ',
+ ],
+ 'google_map_key' => [
+ 'name' => 'Nexşeya Google Key Api',
+ ],
+
+ 'default_country' => [
+ 'name' => 'Default Ad Country',
+ ],
+ 'hide_price_categories' => [
+ 'name' => 'Li Ser Kategoriyan Veşêre',
+ 'instructions' => 'Gava ku hûn reklamek biafirînin an reklamek di bin van kategoriyan de bibînin wê bihayê veşêrin.'
+ ],
+ 'free_currencyconverterapi_key' => [
+ 'name' => 'Mifteya API-ya veguherînerê Pereyê'
+ ],
+ 'default_city' => [
+ 'name' => 'Default Ad City',
+ ],
+ 'default_district' => [
+ 'name' => 'Default Ad District',
+ ],
+ 'default_neighborhood' => [
+ 'name' => 'Default Ad Taxa',
+ ],
+ 'default_currency' => [
+ 'name' => 'Dravê Ad Ademî',
+ ],
+ 'default_GET' => [
+ 'name' => 'Default Ad GET',
+ ],
+ 'twitter' => [
+ 'name' => 'Twitter',
+ ],
+ 'facebook' => [
+ 'name' => 'Facebook',
+ ],
+ 'youtube' => [
+ 'name' => 'Youtube',
+ ],
+ 'google' => [
+ 'name' => 'gûgil',
+ ],
+ 'listing_page_image' => [
+ 'name' => 'Navnîşkirina Wêneya Rûpelê',
+ ],
+ 'hide_standard_price_field' => [
+ 'name' => 'Zeviya Bihayê Standard veşêrin',
+ ],
+ 'hide_options_field' => [
+ 'name' => 'Qada Vebijarkan Veşêre',
+ ],
+ 'hide_village_field' => [
+ 'name' => 'Zeviyê Gundê Veşêre',
+ ],
+ 'hide_configurations' => [
+ 'name' => 'Bişkoja Configurations Veşêre',
+ 'instructions' => 'Bişkoja Veavakirina Di Rûpelê Pêşdîtina Adê de Veşêre',
+ ],
+ 'make_all_fields_required' => [
+ 'name' => 'Hemî Zeviyên Pêdivî Bikin',
+ 'instructions' => 'Dema ku reklamek diafirîne bikarhêner hewce dike ku qadên Biha û Tarîfeyê dagire',
+ ],
+ 'make_map_required' => [
+ 'name' => 'Nexşeyê Pêdivî ye',
+ 'instructions' => 'Dema ku reklamek diafirîne bikarhêner hewce dike ku pîneyek li ser nexşeyê bicîh bike',
+ ],
+ 'hide_listing_standard_price' => [
+ 'name' => 'Veşêrin Navnîşa Bihayê Standard',
+ ],
+ 'enabled_currencies' => [
+ 'name' => 'Pereyên Çalakkirî',
+ ],
+ 'google_statistic_code' => [
+ 'name' => 'Google Code Code',
+ ],
+ 'register_email_field' => [
+ 'name' => 'Endamtiya Serlêdana E-nameya Endamtiyê',
+ ],
+ 'market_place' => [
+ 'name' => 'Cihê Sûkê',
+ 'instructions' => 'If the marketplace is down, your site will act as ecommerce. For example,
+ some fields in the profile such as ads, dopings, messages, sale, packages and store are not visible and
+ removes corporate membership.'
+ ],
+ 'price_area_hidden' => [
+ 'name' => 'Qada Bihayê Veşartî',
+ ],
+ 'hide_price_filter' => [
+ 'name' => 'Parzûna Bihayê Veşêre',
+ ],
+ 'hide_date_filter' => [
+ 'name' => 'Parzûna Dîrokê Veşêre',
+ ],
+ 'hide_photo_filter' => [
+ 'name' => 'Photo Filter Veşêre',
+ ],
+ 'hide_map_filter' => [
+ 'name' => 'Parzûna Nexşeyê veşêrin',
+ ],
+ 'show_lang_url' => [
+ 'name' => 'Ji bo URL Parametreya Lang nîşan bidin',
+ ],
+ 'popular_ads_limit' => [
+ 'name' => 'Sînorên Ads Popular',
+ ],
+
+ //Image
+
+ 'image_resize_backend' => [
+ 'name' => 'Mezinahiya Wêne Paşve',
+ ],
+ 'full_image_width' => [
+ 'name' => 'Firehiya Wêne Tevahî',
+ ],
+ 'full_image_height' => [
+ 'name' => 'Bilindahiya Wêneya Tevahî',
+ ],
+ 'medium_image_width' => [
+ 'name' => 'Firehiya Wêne ya Navîn',
+ ],
+ 'medium_image_height' => [
+ 'name' => 'Bilindahiya Wêne ya Navîn',
+ ],
+ 'thumbnail_width' => [
+ 'name' => 'Firehiya Thumbnail',
+ ],
+ 'thumbnail_height' => [
+ 'name' => 'Bilindahiya Thumbnail',
+ ],
+ 'add_canvas' => [
+ 'name' => 'Canvas zêde bikin',
+ ],
+ 'image_canvas_width' => [
+ 'name' => 'Firehiya Canvas Wêne',
+ ],
+ 'image_canvas_height' => [
+ 'name' => 'Wêne Canvas Bilindî',
+ ],
+ 'watermark_type' => [
+ 'name' => 'Tîpa ava avê',
+ ],
+ 'watermark_text' => [
+ 'name' => 'Wateya Nivîsarê',
+ ],
+ 'watermark_image' => [
+ 'name' => 'Wêne Watermark',
+ ],
+ 'watermark_position' => [
+ 'name' => 'Positiona Watermark',
+ ],
+ 'user_filter_limit' => [
+ 'name' => 'Sînora Parzûna Bikarhêner',
+ 'instructions' => 'Di panelê rêveberê de'
+ ],
+ 'show_breadcrumb_when_creating_ad' => [
+ 'name' => 'Dema Afirandina Reklamek Breadcrumb nîşan bidin',
+ ],
+ 'show_ads_count' => [
+ 'name' => 'Nîşan Ads Count',
+ 'instructions' => 'Reklamên li ser lîsteya kategoriyên çepê hesab bikin nîşan bikin',
+ ],
+ 'ads_date_hidden' => [
+ 'name' => 'Dîroka Afirandî Veşêre',
+ 'instructions' => 'Di rûpela hûrguliyên reklaman de dîroka çêkirî veşêrin',
+ ],
+ 'hide_listing_header' => [
+ 'name' => 'Serê Navnîşê Veşêre',
+ 'instructions' => 'Ji bo rêzkirin û dîtina celeban vedişêrin',
+ ],
+ 'hide_filter_section' => [
+ 'name' => 'Beşa Parzûnê Veşêre',
+ 'instructions' => 'Di rûpelê navnîşkirinê de xwe vedişêrin qada feltera çepê',
+ ],
+ 'hide_seller_info' => [
+ 'name' => 'Agahdariya Firoterê Veşêre',
+ 'instructions' => 'Di rûpelê hûrguliyên reklaman de veşartina agahdariya firotanê',
+ ],
+ 'show_post_ad_agreement' => [
+ 'name' => 'Peymana Ad Ad-ê nîşan bide',
+ 'instructions' => 'Heke hûn dixwazin li ser rûpela afirandina reklamê peymana siyaseta nepenîtiyê nîşan bikin vê yekê vekin',
+ ],
+ 'override_text' => [
+ 'name' => 'Nivîsarê zêde bikin',
+ 'instructions' => 'Nirxa Kevn: Nirxa Nû'
+ ],
+ 'steps_color' => [
+ 'name' => 'Steps Color',
+ 'instructions' => 'Rengê gavên pêşverû diguherîne.'
+ ],
+ 'create_ad_button_color' => [
+ 'name' => 'Rengê Bişkoja Adê biafirînin',
+ 'instructions' => 'Bişkoja ku dema hilbijartina kategoriya reklama nû xilas dibe diguheze.'
+ ],
+ 'lang_switcher_for_browser' => [
+ 'name' => 'Lang Switcher Ji bo Gerokê',
+ 'instructions' => 'Destûrê dide we ku hûn zimanê gerokê wekî zimanê çalak hilbijêrin'
+ ],
+ 'get_categories' => [
+ 'name' => 'Kategoriyan bistînin',
+ 'instructions' => 'Ew kategoriyên ku tê de taybetmendiya GET dê derbasdar be temsîl dike.'
+ ],
+ 'watermark' => [
+ 'name' => 'Watermark',
+ 'instructions' => 'Watermark çalak e?'
+ ],
+ 'detailed_product_options' => [
+ 'name' => 'Vebijarkên Hilbera Berfireh',
+ 'instructions' => 'Destûrê dide ku hûn ji bo hilberê agahdariya pargîdanî û bihayê bikin'
+ ],
+ 'show_subcats_mobile' => [
+ 'name' => 'Binkategoriyan li ser dîmendera mobîl nîşan bide',
+ ],
+ 'show_price_to_members_only' => [
+ 'name' => 'Nîşan bidin Bihayê Tenê Endaman',
+ ],
+ 'hide_ad_cat' => [
+ 'name' => 'Kategoriyan veşêrin',
+ 'instructions' => 'Di lîsteya reklaman de kategoriyan veşêrin'
+ ],
+ 'show_finish_and_publish_date' => [
+ 'name' => 'Ji Bo Afirandinê Dîroka Dawî And Nîşan Bikin',
+ 'instructions' => 'Zeviyên publ_at û finish_at li ser rûpela afirandina reklaman nîşan dide.'
+ ],
+ 'show_tax_field' => [
+ 'name' => 'Show Tax Field',
+ 'instructions' => 'When this option is enabled, you can set the tax rate on the ad creation page.'
+ ],
+ 'hide_contact_created_at' => [
+ 'name' => 'Hide Contact Fields For in Create New Ad'
+ ]
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/ku/stream.php b/resources/default/addons/visiosoft/advs-module/lang/ku/stream.php
new file mode 100644
index 000000000..bca065c0f
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/ku/stream.php
@@ -0,0 +1,37 @@
+ [
+ 'name' => 'ڕیکلامەکان',
+ ],
+ 'categories' => [
+ 'name' => 'کەتێگۆریکان',
+ ],
+ 'village' => [
+ 'name' => 'گوند',
+ ],
+ 'custom_fields' => [
+ 'name' => 'Zeviyên xwerû',
+ ],
+ 'custom_field_advs' => [
+ 'name' => 'Fieldêwirmendên qada xwerû',
+ ],
+ 'cf_values' => [
+ 'name' => 'Nirxên Cf',
+ ],
+ 'options' => [
+ 'name' => 'Vebijarkên',
+ ],
+ 'product_options' => [
+ 'name' => 'Vebijarkên Hilberê',
+ ],
+ 'productoptions_value' => [
+ 'name' => 'Nirxê vebijarkan',
+ ],
+ 'option_configuration' => [
+ 'name' => 'Veavakirina',
+ ],
+ 'status' => [
+ 'name' => 'Cî',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/ku/view.php b/resources/default/addons/visiosoft/advs-module/lang/ku/view.php
new file mode 100644
index 000000000..1d52483d7
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/ku/view.php
@@ -0,0 +1,7 @@
+ 'تەواو نەکراو
+',
+ 'advanced' => 'پێشکەوتوو',
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/nl/addon.php b/resources/default/addons/visiosoft/advs-module/lang/nl/addon.php
new file mode 100644
index 000000000..52e934d3e
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/nl/addon.php
@@ -0,0 +1,10 @@
+ 'advertenties',
+ 'name' => 'Advertenties module',
+ 'description' => 'Advertenties module',
+ 'info' => 'Dit is de pagina, waar u goederen kan toevoegen, verwijderen en aanpassen.
+U zal eenvoudig de bewerkingen kunnen uitvoeren zoals uw postbeheer en advertenties configureren.
+'
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/nl/button.php b/resources/default/addons/visiosoft/advs-module/lang/nl/button.php
new file mode 100644
index 000000000..3c397d756
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/nl/button.php
@@ -0,0 +1,48 @@
+ 'Nieuwe Adv',
+ 'new_classified' => 'Nieuw ingedeeld',
+ 'new_category' => 'Nieuwe categorie',
+ 'new_country' => 'Nieuw Land',
+ 'new_city' => 'Nieuwe stad',
+ 'new_district' => 'Nieuw district',
+ 'new_neighborhood' => 'Nieuwe buurt',
+ 'new_village' => 'Nieuw dorp',
+ 'edit' => "Bewerkk",
+ 'approve' => "Goedkeuren",
+ 'decline' => 'Afwijzen',
+ 'extend' => 'Uitbreiden',
+ 'extend_all' => 'Alles uitbreiden',
+ 'convert_currency' => 'Valuta omrekenen',
+ 'categories' => 'Categorieën',
+ 'sub_category' => 'Subcategorieën',
+ 'add_sub_category' => 'Subcategorie toevoegen',
+ 'sub_cities' => 'Substeden',
+ 'add_sub_cities' => 'Substad toevoegen',
+ 'add_sub_districts' => 'Subdistrict toevoegen',
+ 'add_sub_neighborhoods' => 'Subomgeving toevoegen',
+ 'add_sub_village' => 'Subdorp toevoegen',
+ 'sub_districts' => 'Subdistricten',
+ 'sub_neighborhoods' => 'Sub Buurten',
+ 'sub_village' => 'Sub Village',
+ 'general_settings' => 'Algemene instellingen',
+ 'save_category' => 'Categorie opslaan',
+ 'change_owner' => 'Wijzig eigenaar',
+ 'update_category' => [
+ 'name' => 'Categorie bijwerken'
+ ],
+ 'new_option' => 'Nieuwe optie',
+ 'export' => 'Exporteren',
+ 'new_productoption' => 'Nieuwe productoptie',
+ 'new_productoptions_value' => 'Waarde van nieuwe productoptie',
+ 'new_options_configuration' => 'Nieuwe optieconfiguratie',
+ 'new_option_configuration' => 'Nieuwe optieconfiguratie',
+ 'create_configurations' => 'Maak configuraties',
+ 'replicate' => 'Repliceren',
+ 'fast_create' => 'Snel aanmaken',
+ 'publish' => 'Publiceren',
+ 'import' => 'Importeren',
+ 'new_status' => 'Nieuwe status',
+ 'fast_edit' => 'Snel bewerken',
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/nl/currency.php b/resources/default/addons/visiosoft/advs-module/lang/nl/currency.php
new file mode 100644
index 000000000..32221c0aa
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/nl/currency.php
@@ -0,0 +1,6 @@
+ 'Dollar',
+ 'EUR' => 'Euro',
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/nl/field.php b/resources/default/addons/visiosoft/advs-module/lang/nl/field.php
new file mode 100644
index 000000000..97654623a
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/nl/field.php
@@ -0,0 +1,386 @@
+ [
+ 'name' => 'Titel'
+ ],
+ 'order' => [
+ 'name' => 'Bestellen'
+ ],
+ 'slug' => [
+ 'name' => 'Naaktslak'
+ ],
+ 'parent_category' => [
+ 'name' => 'Ouder'
+ ],
+ 'category' => [
+ 'name' => 'Categorie Titel'
+ ],
+ 'price' => [
+ 'name' => 'Prijs'
+ ],
+ 'standard_price' => [
+ 'name' => 'Standaard prijs'
+ ],
+ 'date' => [
+ 'name' => 'Datum'
+ ],
+ 'photo' => [
+ 'name' => 'Foto'
+ ],
+ 'video' => [
+ 'name' => 'Video'
+ ],
+ 'map' => [
+ 'name' => 'Kaart'
+ ],
+ 'stock' => [
+ 'name' => 'Voorraad'
+ ],
+ 'advs_desc' => [
+ 'name' => 'Omschrijving'
+ ],
+ 'online_payment' => [
+ 'name' => 'Online betaling'
+ ],
+ 'city' => [
+ 'name' => 'stad'
+ ],
+ 'country' => [
+ 'name' => 'land'
+ ],
+ 'district' => [
+ 'name' => 'Wijk'
+ ],
+ 'neighborhood' => [
+ 'name' => 'Buurt'
+ ],
+ 'village' => [
+ 'name' => 'Dorp'
+ ],
+ 'files' => [
+ 'name' => 'Afbeeldingen'
+ ],
+ 'cat1' => [
+ 'name' => 'Hoofdcategorie'
+ ],
+ 'cat2' => [
+ 'name' => 'Subcategorie 1'
+ ],
+ 'cat3' => [
+ 'name' => 'Subcategorie 2'
+ ],
+ 'cat4' => [
+ 'name' => 'Subcategorie 3'
+ ],
+ 'cat5' => [
+ 'name' => 'Subcategorie 4'
+ ],
+ 'cat6' => [
+ 'name' => 'Subcategorie 5'
+ ],
+ 'cat7' => [
+ 'name' => 'Subcategorie 6'
+ ],
+ 'cat8' => [
+ 'name' => 'Subcategorie 7'
+ ],
+ 'cat9' => [
+ 'name' => 'Subcategorie 8'
+ ],
+ 'cat10' => [
+ 'name' => 'Subcategorie 9'
+ ],
+ 'currency' => [
+ 'name' => 'Valuta'
+ ],
+ 'status' => [
+ 'name' => 'staat',
+ 'option' => [
+ 'approved' => 'Goedgekeurd',
+ 'expired' => 'Niet meer geldig',
+ 'unpublished' => 'Niet gepubliceerd',
+ 'pending_admin' => 'In afwachting van beheerder',
+ 'pending_user' => 'In afwachting van gebruiker'
+ ]
+ ],
+ 'pending_adv' => [
+ 'name' => 'In afwachting van advertenties'
+ ],
+ 'finish_at' => [
+ 'name' => 'Eindig bij'
+ ],
+ 'cover_photo' => [
+ 'name' => 'Omslagfoto'
+ ],
+ 'favs_adv' => [
+ 'name' => 'Favoriete advertenties'
+ ],
+ 'my_adv' => [
+ 'name' => 'ADVS'
+ ],
+ 'description' => 'Omschrijving',
+ 'explanation' => 'Uitleg',
+ 'type' => [
+ 'name' => 'Type'
+ ],
+ 'parent_adv' => [
+ 'name' => 'Gerelateerde advertentie'
+ ],
+ 'value' => [
+ 'name' => 'Waarde'
+ ],
+ 'list' => 'Lijst',
+ 'home' => 'Huis',
+ 'list-page' => 'Lijstpagina',
+ 'search' => 'Zoeken',
+ 'reset' => 'Opnieuw instellen',
+ 'recommended' => 'Aanbevolen advertenties voor u',
+ 'filter' => 'Filter',
+ 'sort' => 'Soort',
+ 'sort_by' => 'Sorteer op',
+ 'pick_option' => 'Kies een optie',
+ 'pick_ordering' => 'Bestellen',
+ 'price_high' => 'Prijs hoog naar laag',
+ 'price_low' => 'Prijs laag naar hoog',
+ 'newest' => 'Nieuwste',
+ 'oldest' => 'Oudste',
+ 'address_a_z' => 'Adres (A tot Z)',
+ 'address_z_a' => 'Adres (Z tot A)',
+ 'categories' => [
+ 'name' => 'Categorieën'
+ ],
+ 'all_categories' => 'Alle categorieën',
+ 'location' => 'Plaats',
+ 'send_message' => 'Bericht versturen',
+ 'phone_gsm' => 'GSM-telefoon',
+ 'phone_office' => 'Kantoor telefoon',
+ 'add_to_favorites' => "Toevoegen aan favorieten",
+ 'send' => 'Sturen',
+ 'search_name' => 'Naam zoeken',
+ 'my_favorite_searches' => 'Favoriete zoekopdrachten',
+ 'search_desc' => 'U kunt hier uw favoriete zoekselecties toevoegen en beheren.',
+ 'complaint_placeholder' => 'Typ hier uw klachtdetails.',
+ 'show_details' => 'Toon details',
+ 'ad_actions' => 'Advertentie-acties',
+ 'edit' => 'Bewerk',
+ 'approve' => 'Goedkeuren',
+ 'passive' => "Passief",
+ 'sold' => 'Verkocht',
+ 'offered_by' => 'Aangeboden door',
+ 'more_ads_by' => 'Meer advertenties door',
+ 'click_phone' => 'Toon telefoonnummer',
+ 'share' => 'Deel deze advertentie',
+ 'report' => 'Rapporteer deze advertentie',
+ 'features' => 'Kenmerken',
+ "streetview" => "Street View",
+ 'recommended_ads' => 'Aanbevolen advertenties voor u',
+ 'new' => 'nieuwe',
+ 'short_info' => 'Korte info',
+ 'secure_trading' => 'Veilige handel',
+ '24/7' => '24/7 ondersteuning',
+ 'easy_trading' => 'Makkelijk handelen',
+ 'need_help' => 'Hulp nodig?',
+ 'give_a_call' => 'Bellen',
+ 'message_sent' => 'Bericht verzonden!',
+ 'asap' => 'Bericht verzonden,
+ verkoper zal zsm contact met u opnemen.',
+ 'ad_id' => 'Advertentie-ID',
+ 'contact_with' => 'Contact met',
+ 'create_adv' => 'Maak advertentie',
+ 'edit_adv' => 'Advertentie bewerken',
+ 'mandatory_fields' => 'Verplichte velden',
+ 'ad_post' => 'Advertentie bericht',
+ 'sell_item' => 'Verkoop een item of service',
+ 'search_save' => 'Favoriete zoekopdracht succesvol opgeslagen',
+ 'address' => 'Adres',
+ 'email' => 'E-mail',
+ 'phone' => 'Telefoon',
+ 'send_us_your_feedback' => 'Stuur ons uw feedback',
+ 'online_shopping' => 'KRIJGEN',
+ 'approved' => 'Succesvol goedgekeurd',
+ 'extended' => 'Succesvol uitgebreid',
+ 'declined' => 'Succesvol afgewezen',
+ 'search_on_map' => 'Zoeken op kaart',
+ 'post_free_ad' => 'Plaats gratis advertentie',
+ 'select_a_category' => 'Kies een categorie',
+ 'select_a_sub_category' => 'Selecteer een sub-categorie',
+ 'all_dopings_added' => 'Alle soorten doping zijn toegevoegd voor deze advertentie.',
+ 'is_get_adv' => [
+ 'name' => 'KRIJGEN'
+ ],
+ 'corporate_info' => 'Bedrijfsinfo',
+ 'featured_ads' => "Aanbevolen advertenties",
+ 'trending_ads' => 'Trendind-advertenties',
+ 'search_ad_result_prefix' => 'Aan',
+ 'search_ad_result_text' => ': count advertenties zijn gevonden in uw : name zoekopdracht',
+ 'search_ads_result_message' => [
+ 'name' => ': tel advertenties gevonden voor:zoeken op naam',
+ ],
+ 'total' => 'Totaal',
+ 'quantity' => 'Aantal stuks',
+ 'view_cart' => 'Bekijk winkelwagen',
+ 'no_ads' => 'Geen advertenties!',
+ 'show_display_mode' => [
+ 'map' => 'Kaart',
+ 'list' => 'Lijst',
+ ],
+ 'advs_list_table_thead' => [
+ 'name' => 'Advertentienaam',
+ 'price' => 'Prijs',
+ 'publish_at' => 'Advertentiedatum',
+ 'location_city' => 'stad',
+ 'location_country' => 'land',
+ ],
+ 'show_list_view' => [
+ 'name' => 'Lijst',
+ ],
+ 'show_table_view' => [
+ 'name' => 'Tafel',
+ ],
+ 'showcase' => [
+ 'name' => 'vitrine',
+ ],
+ 'new_ad' => [
+ 'name' => 'Nieuwe advertentie',
+ ],
+ 'profile' => [
+ 'name' => 'Profiel',
+ ],
+ 'my_ads' => [
+ 'name' => 'Mijn advertenties',
+ ],
+ 'sold_out' => [
+ 'name' => 'Uitverkocht',
+ ],
+ 'edit_category' => 'Categorie bewerken',
+ 'set_category' => 'Categorie instellen',
+ 'max' => [
+ 'name' => 'Max',
+ ],
+ 'min' => [
+ 'name' => 'Min',
+ ],
+ 'in_the_last_24_hours' => [
+ 'name' => 'In de afgelopen 24 uur'
+ ],
+ 'in_the_last_day' => [
+ 'name' => 'In de afgelopen 24 uur'
+ ],
+ 'in_the_last_week' => [
+ 'name' => 'In de laatste week'
+ ],
+ 'in_the_last_month' => [
+ 'name' => 'In de afgelopen maand'
+ ],
+ 'ads_with_photo' => [
+ 'name' => 'Advertenties met foto'
+ ],
+ 'ads_with_video' => [
+ 'name' => 'Advertenties met video'
+ ],
+ 'yes' => [
+ 'name' => 'Ja'
+ ],
+ 'no' => [
+ 'name' => 'Nee'
+ ],
+ 'is_system' => [
+ 'name' => 'Is System',
+ 'instructions' => 'De systeemstatus is vereist en mag niet worden gewijzigd',
+ ],
+ 'user_access' => [
+ 'name' => 'Gebruikerstoegang',
+ 'instructions' => 'Kan een gebruiker deze status gebruiken voor zijn advertenties?',
+ ],
+ "no_location" => "Er is geen locatie geselecteerd.",
+ "continue" => 'Doorgaan met',
+ "gallery" => 'Galerij',
+ "ad" => 'Advertentie',
+ "ads" => 'Advertenties',
+ "were_found" => 'zijn gevonden.',
+
+ // Pending screen
+ 'pending_message_1' => 'De advertentie bevindt zich in het goedkeuringsproces',
+ 'pending_message_2' => "Update-datum van advertentie",
+ 'pending_message_3' => 'Geschatte wachttijd',
+ 'pending_message_4' => 'De tijd die in het goedkeuringsproces is doorgebracht, wordt opgeteld bij de dopingtijd.',
+ 'pending_message_5' => 'Er kunnen vanuit het callcenter geen transacties worden gedaan met betrekking tot de advertentie in het goedkeuringsproces.',
+ 'hours' => 'uren',
+
+ // Preview page
+ 'preview_text' => [
+ 'part_1' => 'Als de volgende informatie over uw advertentie correct is, klikt u op de knop "Doorgaan" en gaat u naar de volgende stap.',
+ 'part_2' => 'Zo niet, klik dan op de knop "Bewerken".',
+ ],
+ 'views' => 'Keer bekeken',
+
+ // Detail page
+ "no_street_view" => "Geen straatbeeld op deze locatie",
+ 'edit_my_contact_info' => 'Bewerk mijn contactgegevens',
+ 'update_my_contact_info' => 'update mijn contactgegevens',
+ 'contact_info' => 'Contactgegevens',
+ 'ad_info' => 'Advertentie-informatie',
+
+ // Select cat
+ 'select_category_step_by_step' => 'Selecteer stap voor stap categorie',
+
+ // New create page
+ 'options' => 'Opties',
+ 'category_selection' => 'Categorie Selectie',
+ 'listing_details' => 'Lijst details',
+ 'preview' => 'Voorbeeld',
+ 'congratulations' => 'Gefeliciteerd',
+ 'ad_desc' => 'Beschrijving van de Reclame',
+ 'upload_photos' => 'Foto\'s uploaden',
+ 'upload_files' => 'Upload bestanden',
+ 'additional_fields' => 'Extra velden',
+ 'ad_location' => 'Advertentielocatie',
+ 'owner' => 'Eigenaar',
+ 'default_owner_instruction' => 'De eigenaar wordt standaard de huidige gebruiker als er geen gebruiker is geselecteerd',
+ 'create_page_subtitle' => 'Maak de advertentie feilloos door gedetailleerde informatie over uw advertentie in te voeren.',
+ 'with_my_phone_numbers' => 'Met mijn telefoonnummer',
+ 'not_with_my_phone_numbers' => "Ik wil niet telefonisch gecontacteerd worden",
+ 'how_can_you_be_contacted' => "Hoe kan men u contacteren?",
+
+ // Listing page
+ 'ad_title' => 'Voeg titel toe',
+ 'listing_date' => 'Noteringsdatum',
+ 'view' => 'Visie',
+ 'ads_with_map' => 'Advertenties met kaart',
+ 'advanced_sorting' => 'Geavanceerd sorteren',
+ 'filter_by_word' => 'Filter op woord',
+ 'filter_by' => 'Filteren op: naam',
+
+ 'free' => 'Vrij',
+ 'ad_date' => 'Advertentiedatum',
+ 'photo_video' => 'Foto, video',
+ 'and_above' => 'en hoger',
+ 'and_below' => 'en onder',
+ 'clear_all' => 'Wis alles',
+ 'balances' => 'Weegschalen',
+ 'packages' => 'Pakketjes',
+ 'dopings' => 'Dopings',
+ 'advs' => 'Advs',
+ 'site' => 'Site',
+ 'subscription' => 'Abonnement',
+ 'created' => 'Gemaakt',
+ 'product_option' => [
+ 'name' => 'Productoptie'
+ ],
+ 'option_json' => [
+ 'name' => 'Keuze'
+ ],
+ 'old_price' => [
+ 'name' => 'Oude prijs'
+ ],
+ 'save_search' => 'Zoekopdracht opslaan',
+ 'publish_at' => [
+ 'name' => 'Publiceer datum'
+ ],
+ 'tax' => [
+ 'name' => 'Btw'
+ ],
+ 'name_a_z' => 'Name (A to Z)',
+ 'name_z_a' => 'Name (Z to A)',
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/nl/message.php b/resources/default/addons/visiosoft/advs-module/lang/nl/message.php
new file mode 100644
index 000000000..b192bcfff
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/nl/message.php
@@ -0,0 +1,35 @@
+ 'Gevraagde product ontbreekt momenteel of is inactief',
+ 'please_payment' => 'Betaal alsjeblieft',
+ 'bank_account_info' => 'bankrekeninginformatie',
+ 'agreement' => 'Door op Posten te klikken, gaat u akkoord met onze Gebruiksvoorwaarden en Privacybeleid en erkent u dat u de rechtmatige eigenaar van dit item bent.',
+ 'update_category_msg' => 'De ingedeelde categorie wordt bijgewerkt.',
+ 'updated_category_msg' => 'Categorie succesvol bewerkt.',
+ 'create_ad_with_post_cat' => [
+ 'title' => "De categoriekeuze is voltooid.",
+ 'success' => true,
+ 'continueBtn' => "Doorgaan met",
+ ],
+ 'update_category_info' => 'Werk de categorie bij.',
+ 'filter_by_search_msg' => 'Filteren op zoekopdracht.',
+ 'delete_author_error' => 'Je kunt geen bericht verwijderen dat niet van jou is',
+ 'success_delete' => 'Advertentie verwijderd',
+ 'pending_ad_status' => 'Uw advertentie is in afwachting van goedkeuring door de redacteur.',
+ 'extended' => ': aantal advertentie (s) is met succes uitgebreid.',
+ 'category_not_exist' => 'Deze categorie bestaat niet meer!',
+ 'currency_converted' => 'Valuta succesvol omgezet.',
+ 'choose_user' => 'Kies een gebruiker',
+ 'owner_updated_successfully' => 'De eigenaar is met succes bijgewerkt!',
+ 'no_add_found' => 'Geen advertentie gevonden!',
+ 'replicated_success' => 'De advertentie is met succes gerepliceerd!',
+ 'ad_doesnt_exist' => "Deze advertentie bestaat niet!",
+ 'select_location_error' => "Selecteer een locatie op de kaart!",
+ 'this_ad_is_not_valid_anymore' => "Deze advertentie is niet meer geldig!",
+ 'approve_status_change' => "De status van uw advertentie is ingesteld op Actief!",
+ 'passive_status_change' => "De status van uw advertentie is ingesteld op passief!",
+ 'sold_status_change' => "De status van uw advertentie is ingesteld op Verkocht!",
+ 'status_change' => "De status van uw advertentie is ingesteld op: status!",
+ 'disabled_detailed_options_for_admin_role' => "Gedetailleerde productopties zijn uitgeschakeld.",
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/nl/permission.php b/resources/default/addons/visiosoft/advs-module/lang/nl/permission.php
new file mode 100644
index 000000000..dcf7a9697
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/nl/permission.php
@@ -0,0 +1,108 @@
+ [
+ 'name' => 'advertenties',
+ 'option' => [
+ 'read' => 'Kunnen advertenties lezen? ',
+ 'write' => 'Kan ik advertenties maken / bewerken? ',
+ 'delete' => 'Kunnen advertenties worden verwijderd?',
+ ],
+ ],
+ 'categories' => [
+ 'name' => 'Categorieën',
+ 'option' => [
+ 'read' => 'Kan categorieën lezen? ',
+ 'write' => 'Kan categorieën maken / bewerken? ',
+ 'delete' => 'Kan categorieën verwijderen?',
+ ],
+ ],
+ 'village' => [
+ 'name' => 'Dorp',
+ 'option' => [
+ 'read' => 'Kan dorp lezen? ',
+ 'write' => 'Kan dorp maken / bewerken? ',
+ 'delete' => 'Kan dorp verwijderen?',
+ ],
+ ],
+ 'custom_fields' => [
+ 'name' => 'Aangepaste velden',
+ 'option' => [
+ 'read' => 'Kunnen aangepaste velden worden gelezen? ',
+ 'write' => 'Kan aangepaste velden maken / bewerken? ',
+ 'delete' => 'Kan aangepaste velden verwijderen?',
+ ],
+ ],
+ 'custom_field_advs' => [
+ 'name' => 'Aangepaste veldadvertenties',
+ 'option' => [
+ 'read' => 'Kan aangepaste veldadvertenties lezen? ',
+ 'write' => 'Kan aangepaste veldadvertenties maken / bewerken? ',
+ 'delete' => 'Kan aangepaste veldadvertenties verwijderen?',
+ ],
+ ],
+ 'cf_values' => [
+ 'name' => 'Zie waarden',
+ 'option' => [
+ 'read' => 'Kan cf-waarden lezen? ',
+ 'write' => 'Kan cf-waarden maken / bewerken? ',
+ 'delete' => 'Kan cf-waarden worden verwijderd?',
+ ],
+ ],
+ 'options' => [
+ 'name' => 'Opties',
+ 'option' => [
+ 'read' => 'Kan opties lezen?',
+ 'write' => 'Kan opties maken / bewerken?',
+ 'delete' => 'Kan opties verwijderen?',
+ ],
+ ],
+ 'productoptions' => [
+ 'name' => 'Productopties',
+ 'option' => [
+ 'read' => 'Kan productopties lezen?',
+ 'write' => 'Kan productopties maken / bewerken?',
+ 'delete' => 'Kan productopties worden verwijderd?',
+ ],
+ ],
+ 'productoptions_value' => [
+ 'name' => 'Productopties waarde',
+ 'option' => [
+ 'read' => 'Kan de waarde van productopties lezen?',
+ 'write' => 'Kan waarde voor productopties creëren / bewerken?',
+ 'delete' => 'Kan de waarde van productopties verwijderen?',
+ ],
+ ],
+ 'options_configuration' => [
+ 'name' => 'Opties configuratie',
+ 'option' => [
+ 'read' => 'Kan de configuratie van opties lezen?',
+ 'write' => 'Kan configuratie van opties maken / bewerken?',
+ 'delete' => 'Kan de configuratie van opties verwijderen?',
+ ],
+ ],
+ 'option_configuration' => [
+ 'name' => 'Optie configuratie',
+ 'option' => [
+ 'read' => 'Kan optieconfiguratie lezen?',
+ 'write' => 'Kan optieconfiguratie maken / bewerken?',
+ 'delete' => 'Kan de optieconfiguratie verwijderen?',
+ ],
+ ],
+ 'option_configuration' => [
+ 'name' => 'Optie configuratie',
+ 'option' => [
+ 'read' => 'Kan optieconfiguratie lezen?',
+ 'write' => 'Kan optieconfiguratie maken / bewerken?',
+ 'delete' => 'Kan de optieconfiguratie verwijderen?',
+ ],
+ ],
+ 'status' => [
+ 'name' => 'Toestand',
+ 'option' => [
+ 'read' => 'Kan status lezen?',
+ 'write' => 'Kan status aanmaken / bewerken?',
+ 'delete' => 'Kan de status verwijderen?',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/nl/section.php b/resources/default/addons/visiosoft/advs-module/lang/nl/section.php
new file mode 100644
index 000000000..27be452e7
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/nl/section.php
@@ -0,0 +1,64 @@
+ [
+ 'title' => 'advertenties',
+ ],
+ 'categories' => [
+ 'title' => 'Categorieën',
+ ],
+ 'countries' => [
+ 'title' => 'landen',
+ ],
+ 'cities' => [
+ 'title' => 'Steden',
+ ],
+ 'districts' => [
+ 'title' => 'districten',
+ ],
+ 'neighborhoods' => [
+ 'title' => 'buurten',
+ ],
+ 'village' => [
+ 'title' => 'Dorp',
+ ],
+ 'custom_fields' => [
+ 'title' => 'Aangepaste velden',
+ ],
+ 'custom_field_advs' => [
+ 'title' => 'Aangepaste veldadvertenties',
+ ],
+ 'cf_values' => [
+ 'title' => 'Zie waarden',
+ ],
+ 'fields' => [
+ 'title' => 'Aangepaste velden'
+ ],
+ 'assets_clear' => [
+ 'name' => 'Activa duidelijk'
+ ],
+ 'general' => 'Algemeen',
+ 'ads' => 'Advertenties',
+ 'user' => 'Gebruiker',
+ 'filter' => 'Filter',
+ 'create_ad' => 'Maak advertentie',
+ 'options' => [
+ 'title' => 'Opties',
+ ],
+ 'ads_image' => 'Advertenties afbeelding',
+ 'product_options' => [
+ 'title' => 'Opties',
+ ],
+ 'productoptions_value' => [
+ 'title' => 'Opties Waarde',
+ ],
+ 'option_configuration' => [
+ 'title' => 'Configuratie',
+ ],
+ 'translations' => 'Vertalingen',
+ 'status' => [
+ 'title' => 'Toestand',
+ ],
+ 'ads_detail' => 'Advertentiedetails',
+
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/nl/setting.php b/resources/default/addons/visiosoft/advs-module/lang/nl/setting.php
new file mode 100644
index 000000000..bedabb8a2
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/nl/setting.php
@@ -0,0 +1,286 @@
+ [
+ 'name' => 'Automatisch goedkeuren',
+ ],
+ 'default_view_type' => [
+ 'name' => 'Standaard weergavetype',
+ ],
+ 'hide_zero_price' => [
+ 'name' => 'Prijs verbergen als nul',
+ 'instructions' => 'Verberg de prijs als de advertentieprijs 0 is',
+ ],
+ 'estimated_pending_time' => [
+ 'name' => 'Geschatte wachttijd',
+ 'instructions' => 'In uren',
+ ],
+ 'default_published_time' => [
+ 'name' => 'Standaard publicatietijd',
+ ],
+ 'address' => [
+ 'name' => 'Contact adres',
+ ],
+ 'phone' => [
+ 'name' => 'Contact telefoon',
+ ],
+ 'favicon' => [
+ 'name' => 'Favicon',
+ ]
+ , 'map_coordinates_long' => [
+ 'name' => 'Lange coördinaten in kaart brengen',
+ ],
+ 'map_coordinates_lat' => [
+ 'name' => 'Kaart Lat Coordinate',
+ ],
+ 'iban_numbers' => [
+ 'name' => 'IBAN',
+ ],
+ 'logo' => [
+ 'name' => 'Logo',
+ ],
+ 'ogImage' => [
+ 'name' => 'Social Share-logo',
+ 'warning' => 'Het moet een resolutie hebben van 1200 x 630.',
+
+ ],
+ 'currencies' => [
+ 'name' => 'Actieve valuta\'s',
+ ],
+ 'latest-limit' => [
+ 'name' => 'Laatste limiet',
+ ],
+ 'site_address' => [
+ 'name' => 'Siteadres',
+ 'warning' => 'Auto toegevoegd www. www. sitename.com ',
+ ],
+ 'google_map_key' => [
+ 'name' => 'Google Map Api Key',
+ ],
+
+ 'default_country' => [
+ 'name' => 'Standaardadvertentieland',
+ ],
+ 'hide_price_categories' => [
+ 'name' => 'Verberg prijs op categorieën',
+ 'instructions' => 'De prijs wordt verborgen wanneer u een advertentie maakt of een advertentie in deze categorieën bekijkt.'
+ ],
+ 'free_currencyconverterapi_key' => [
+ 'name' => 'Valutacalculator API-sleutel'
+ ],
+ 'default_city' => [
+ 'name' => 'Standaard advertentiestad',
+ ],
+ 'default_district' => [
+ 'name' => 'Standaard advertentiedistrict',
+ ],
+ 'default_neighborhood' => [
+ 'name' => 'Standaard advertentieomgeving',
+ ],
+ 'default_currency' => [
+ 'name' => 'Standaard advertentievaluta',
+ ],
+ 'default_GET' => [
+ 'name' => 'Standaardadvertentie GET',
+ ],
+ 'twitter' => [
+ 'name' => 'tjilpen',
+ ],
+ 'facebook' => [
+ 'name' => 'Facebook',
+ ],
+ 'youtube' => [
+ 'name' => 'Youtube',
+ ],
+ 'google' => [
+ 'name' => 'Google',
+ ],
+ 'listing_page_image' => [
+ 'name' => 'Lijstpagina-afbeelding',
+ ],
+ 'hide_standard_price_field' => [
+ 'name' => 'Verberg standaardprijsveld',
+ ],
+ 'hide_options_field' => [
+ 'name' => 'Optieveld verbergen',
+ ],
+ 'hide_village_field' => [
+ 'name' => 'Verberg Village Field',
+ ],
+ 'hide_configurations' => [
+ 'name' => 'Verberg de configuratieknop',
+ 'instructions' => 'Verberg de configuratieknop op de pagina Advertentievoorbeeld',
+ ],
+ 'make_all_fields_required' => [
+ 'name' => 'Maak alle velden verplicht',
+ 'instructions' => 'Vereisen dat de gebruiker de velden Prijs en Beschrijving invult bij het maken van een advertentie',
+ ],
+ 'make_map_required' => [
+ 'name' => 'Maak een kaart vereist',
+ 'instructions' => 'Vereisen dat de gebruiker een speld op de kaart plaatst bij het maken van een advertentie',
+ ],
+ 'hide_listing_standard_price' => [
+ 'name' => 'Verberg aanbieding standaardprijs',
+ ],
+ 'enabled_currencies' => [
+ 'name' => 'Ingeschakelde valuta\'s',
+ ],
+ 'google_statistic_code' => [
+ 'name' => 'Google-statistiekcode',
+ ],
+ 'register_email_field' => [
+ 'name' => 'Lidregistratie E-mailvereiste',
+ ],
+ 'market_place' => [
+ 'name' => 'Marktplaats',
+ 'instructions' => 'Als de marktplaats niet beschikbaar is, dient uw site als e-commerce. Bijvoorbeeld:
+Sommige velden in het profiel zoals advertenties, berichten, verkoop, paketten,...
+zullen niet zichtbaar zijn en ontzegt u van het bedrijfslidmaatschap.'
+ ],
+ 'price_area_hidden' => [
+ 'name' => 'Prijsgebied verborgen',
+ ],
+ 'hide_price_filter' => [
+ 'name' => 'Prijsfilter verbergen',
+ ],
+ 'hide_date_filter' => [
+ 'name' => 'Datumfilter verbergen',
+ ],
+ 'hide_photo_filter' => [
+ 'name' => 'Verberg fotofilter',
+ ],
+ 'hide_map_filter' => [
+ 'name' => 'Verberg kaartfilter',
+ ],
+ 'show_lang_url' => [
+ 'name' => 'Show Lang-parameter voor URL',
+ ],
+ 'popular_ads_limit' => [
+ 'name' => 'Beperking van populaire advertenties',
+ ],
+
+ //Image
+
+ 'image_resize_backend' => [
+ 'name' => 'Afbeelding formaat wijzigen backend',
+ ],
+ 'full_image_width' => [
+ 'name' => 'Volledige afbeeldingsbreedte',
+ ],
+ 'full_image_height' => [
+ 'name' => 'Volledige beeldhoogte',
+ ],
+ 'medium_image_width' => [
+ 'name' => 'Gemiddelde afbeeldingsbreedte',
+ ],
+ 'medium_image_height' => [
+ 'name' => 'Gemiddelde afbeeldingshoogte',
+ ],
+ 'thumbnail_width' => [
+ 'name' => 'Thumbnail breedte',
+ ],
+ 'thumbnail_height' => [
+ 'name' => 'Hoogte miniatuur',
+ ],
+ 'add_canvas' => [
+ 'name' => 'Canvas toevoegen',
+ ],
+ 'image_canvas_width' => [
+ 'name' => 'Breedte afbeelding canvas',
+ ],
+ 'image_canvas_height' => [
+ 'name' => 'Hoogte afbeelding canvas',
+ ],
+ 'watermark_type' => [
+ 'name' => 'Watermerk Type',
+ ],
+ 'watermark_text' => [
+ 'name' => 'Watermerktekst',
+ ],
+ 'watermark_image' => [
+ 'name' => 'Watermerk afbeelding',
+ ],
+ 'watermark_position' => [
+ 'name' => 'Watermerkpositie',
+ ],
+ 'user_filter_limit' => [
+ 'name' => 'Limiet gebruikersfilter',
+ 'instructions' => 'In het admin-paneel'
+ ],
+ 'show_breadcrumb_when_creating_ad' => [
+ 'name' => 'Toon breadcrumb bij het maken van een advertentie',
+ ],
+ 'show_ads_count' => [
+ 'name' => 'Toon het aantal advertenties',
+ 'instructions' => 'Toon het aantal advertenties in de lijst met linkercategorieën',
+ ],
+ 'ads_date_hidden' => [
+ 'name' => 'Aanmaakdatum verbergen',
+ 'instructions' => 'Verberg de aanmaakdatum op de detailpagina van de advertenties',
+ ],
+ 'hide_listing_header' => [
+ 'name' => 'Verberg koptekst',
+ 'instructions' => 'Verbergen om typen te bestellen en te bekijken',
+ ],
+ 'hide_filter_section' => [
+ 'name' => 'Filtergedeelte verbergen',
+ 'instructions' => 'Verbergen naar linker filtergebied op lijstpagina',
+ ],
+ 'hide_seller_info' => [
+ 'name' => 'Verberg verkopersinformatie',
+ 'instructions' => 'Verbergen voor verkopersinformatie op de detailpagina van advertenties',
+ ],
+ 'show_post_ad_agreement' => [
+ 'name' => 'Toon advertentieovereenkomst',
+ 'instructions' => 'Schakel dit in als u een privacybeleidsovereenkomst wilt weergeven op de pagina voor het maken van advertenties',
+ ],
+ 'override_text' => [
+ 'name' => 'Tekst overschrijven',
+ 'instructions' => 'Oude waarde: nieuwe waarde'
+ ],
+ 'steps_color' => [
+ 'name' => 'Stappen kleur',
+ 'instructions' => 'Verandert de kleur van de progressieve stappen.'
+ ],
+ 'create_ad_button_color' => [
+ 'name' => 'Kleur van advertentieknop maken',
+ 'instructions' => 'Wijzigt de knop die wordt weergegeven wanneer de selectie van de nieuwe advertentiecategorie is voltooid.'
+ ],
+ 'lang_switcher_for_browser' => [
+ 'name' => 'Lang Switcher voor browser',
+ 'instructions' => 'Hiermee kunt u de browsertaal als actieve taal kiezen'
+ ],
+ 'get_categories' => [
+ 'name' => 'GET Categorieën',
+ 'instructions' => 'Het vertegenwoordigt de categorieën waarin de eigenschap GET geldig zal zijn.'
+ ],
+ 'watermark' => [
+ 'name' => 'Watermerk',
+ 'instructions' => 'Is watermerk actief?'
+ ],
+ 'detailed_product_options' => [
+ 'name' => 'Gedetailleerde productopties',
+ 'instructions' => 'Hiermee kunt u voorraad- en prijsinformatie voor het product invoeren'
+ ],
+ 'show_subcats_mobile' => [
+ 'name' => 'Toon subcategorieën op mobiele weergave',
+ ],
+ 'show_price_to_members_only' => [
+ 'name' => 'Toon prijs alleen aan leden',
+ ],
+ 'hide_ad_cat' => [
+ 'name' => 'Categorieën verbergen',
+ 'instructions' => 'Verberg categorieën in de lijst met advertenties'
+ ],
+ 'show_finish_and_publish_date' => [
+ 'name' => 'Toon einddatum en publicatiedatum voor maken',
+ 'instructions' => 'Geeft de velden publish_at en finish_at weer op de pagina voor het maken van advertenties.'
+ ],
+ 'show_tax_field' => [
+ 'name' => 'Toon Btw veld',
+ 'instructions' => 'Wanneer deze optie is ingeschakeld, kunt u het belastingstarief instellen op de pagina voor het maken van uw nieuwe advertentie.'
+ ],
+ 'hide_contact_created_at' => [
+ 'name' => 'Verberg jouw contactgegevens voor een nieuwe advertentie te plaatsen'
+ ]
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/nl/stream.php b/resources/default/addons/visiosoft/advs-module/lang/nl/stream.php
new file mode 100644
index 000000000..af75cbbe1
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/nl/stream.php
@@ -0,0 +1,37 @@
+ [
+ 'name' => 'ADVS',
+ ],
+ 'categories' => [
+ 'name' => 'Categorieën',
+ ],
+ 'village' => [
+ 'name' => 'Dorp',
+ ],
+ 'custom_fields' => [
+ 'name' => 'Aangepaste velden',
+ ],
+ 'custom_field_advs' => [
+ 'name' => 'Aangepast veld advs',
+ ],
+ 'cf_values' => [
+ 'name' => 'Zie waarden',
+ ],
+ 'options' => [
+ 'name' => 'Opties',
+ ],
+ 'product_options' => [
+ 'name' => 'Productopties',
+ ],
+ 'productoptions_value' => [
+ 'name' => 'Opties waarde',
+ ],
+ 'option_configuration' => [
+ 'name' => 'Configuratie',
+ ],
+ 'status' => [
+ 'name' => 'Toestand',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/nl/view.php b/resources/default/addons/visiosoft/advs-module/lang/nl/view.php
new file mode 100644
index 000000000..c43ab577a
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/nl/view.php
@@ -0,0 +1,6 @@
+ 'Onvoltooid',
+ 'advanced' => 'Geavanceerd',
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/no/addon.php b/resources/default/addons/visiosoft/advs-module/lang/no/addon.php
new file mode 100644
index 000000000..670da8d77
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/no/addon.php
@@ -0,0 +1,8 @@
+ 'Annonser',
+ 'name' => 'Annonsemodul',
+ 'description' => 'Annonsemodul',
+ 'info' => 'This is the screen where you can add, delete and edit ads from the Ads page. On this page, you can simply do the operations such as post management and ad configuration.'
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/no/button.php b/resources/default/addons/visiosoft/advs-module/lang/no/button.php
new file mode 100644
index 000000000..facebf438
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/no/button.php
@@ -0,0 +1,48 @@
+ 'Ny klassifisering',
+ 'new_classified' => 'Ny klassifisering',
+ 'new_category' => 'Ny kategori',
+ 'new_country' => 'Nytt land',
+ 'new_city' => 'Ny by',
+ 'new_district' => 'Nytt distrikt',
+ 'new_neighborhood' => 'Nytt nabolag',
+ 'new_village' => 'Ny landsby',
+ 'edit' => "Redigere",
+ 'approve' => "Vedta",
+ 'decline' => 'Avslå',
+ 'extend' => 'Forlenge',
+ 'extend_all' => 'Utvid alle',
+ 'convert_currency' => 'Konverter valuta',
+ 'categories' => 'Kategorier',
+ 'sub_category' => 'Underkategorier',
+ 'add_sub_category' => 'Legg til underkategori',
+ 'sub_cities' => 'Underbyer',
+ 'add_sub_cities' => 'Legg til byby',
+ 'add_sub_districts' => 'Legg til underdistrikt',
+ 'add_sub_neighborhoods' => 'Legg til Sub Neighborhood',
+ 'add_sub_village' => 'Legg til Sub Village',
+ 'sub_districts' => 'Underdistrikter',
+ 'sub_neighborhoods' => 'Sub-nabolag',
+ 'sub_village' => 'Sub Village',
+ 'general_settings' => 'Generelle innstillinger',
+ 'save_category' => 'Lagre kategori',
+ 'change_owner' => 'Bytt eier',
+ 'update_category' => [
+ 'name' => 'Oppdater kategori'
+ ],
+ 'new_option' => 'Nytt alternativ',
+ 'export' => 'Eksport',
+ 'new_productoption' => 'Nytt produktvalg',
+ 'new_productoptions_value' => 'Nytt produktalternativverdi',
+ 'new_options_configuration' => 'Ny opsjonskonfigurasjon',
+ 'new_option_configuration' => 'Ny opsjonskonfigurasjon',
+ 'create_configurations' => 'Opprett konfigurasjoner',
+ 'replicate' => 'Gjenskape',
+ 'fast_create' => 'Rask opprett',
+ 'publish' => 'publisere',
+ 'import' => 'Import',
+ 'new_status' => 'Ny status',
+ 'fast_edit' => 'Rask redigering',
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/no/currency.php b/resources/default/addons/visiosoft/advs-module/lang/no/currency.php
new file mode 100644
index 000000000..32221c0aa
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/no/currency.php
@@ -0,0 +1,6 @@
+ 'Dollar',
+ 'EUR' => 'Euro',
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/no/field.php b/resources/default/addons/visiosoft/advs-module/lang/no/field.php
new file mode 100644
index 000000000..374772a86
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/no/field.php
@@ -0,0 +1,385 @@
+ [
+ 'name' => 'Tittel'
+ ],
+ 'order' => [
+ 'name' => 'Rekkefølge'
+ ],
+ 'slug' => [
+ 'name' => 'Mordersnegle'
+ ],
+ 'parent_category' => [
+ 'name' => 'Forelder'
+ ],
+ 'category' => [
+ 'name' => 'Kategoritittel'
+ ],
+ 'price' => [
+ 'name' => 'Pris'
+ ],
+ 'standard_price' => [
+ 'name' => 'Standardpris'
+ ],
+ 'date' => [
+ 'name' => 'Dato'
+ ],
+ 'photo' => [
+ 'name' => 'Foto'
+ ],
+ 'video' => [
+ 'name' => 'Video'
+ ],
+ 'map' => [
+ 'name' => 'Kart'
+ ],
+ 'stock' => [
+ 'name' => 'Lager'
+ ],
+ 'advs_desc' => [
+ 'name' => 'Beskrivelse'
+ ],
+ 'online_payment' => [
+ 'name' => 'Online betaling'
+ ],
+ 'city' => [
+ 'name' => 'By'
+ ],
+ 'country' => [
+ 'name' => 'Land'
+ ],
+ 'district' => [
+ 'name' => 'Distrikt'
+ ],
+ 'neighborhood' => [
+ 'name' => 'Nabolag'
+ ],
+ 'village' => [
+ 'name' => 'Landsby'
+ ],
+ 'files' => [
+ 'name' => 'Bilder'
+ ],
+ 'cat1' => [
+ 'name' => 'Hovedkategori'
+ ],
+ 'cat2' => [
+ 'name' => 'Underkategori 1'
+ ],
+ 'cat3' => [
+ 'name' => 'Underkategori 2'
+ ],
+ 'cat4' => [
+ 'name' => 'Underkategori 3'
+ ],
+ 'cat5' => [
+ 'name' => 'Underkategori 4'
+ ],
+ 'cat6' => [
+ 'name' => 'Underkategori 5'
+ ],
+ 'cat7' => [
+ 'name' => 'Underkategori 6'
+ ],
+ 'cat8' => [
+ 'name' => 'Underkategori 7'
+ ],
+ 'cat9' => [
+ 'name' => 'Underkategori 8'
+ ],
+ 'cat10' => [
+ 'name' => 'Underkategori 9'
+ ],
+ 'currency' => [
+ 'name' => 'Valuta'
+ ],
+ 'status' => [
+ 'name' => 'Status',
+ 'option' => [
+ 'approved' => 'Godkjent',
+ 'expired' => 'Utløpt',
+ 'unpublished' => 'Ikke publisert',
+ 'pending_admin' => 'Ventende administrator',
+ 'pending_user' => 'Venter på bruker'
+ ]
+ ],
+ 'pending_adv' => [
+ 'name' => 'Ikke publisert'
+ ],
+ 'finish_at' => [
+ 'name' => 'Fullfør kl'
+ ],
+ 'cover_photo' => [
+ 'name' => 'Forsidebilde'
+ ],
+ 'favs_adv' => [
+ 'name' => 'Favorittannonser'
+ ],
+ 'my_adv' => [
+ 'name' => 'ADVS'
+ ],
+ 'description' => 'Beskrivelse',
+ 'explanation' => 'Forklaring',
+ 'type' => [
+ 'name' => 'Type'
+ ],
+ 'parent_adv' => [
+ 'name' => 'Relatert annonse'
+ ],
+ 'value' => [
+ 'name' => 'Verdi'
+ ],
+ 'list' => 'Liste',
+ 'home' => 'Hjem',
+ 'list-page' => 'Listeside',
+ 'search' => 'Søk',
+ 'reset' => 'Reset',
+ 'recommended' => 'Anbefalte annonser for deg',
+ 'filter' => 'Filter',
+ 'sort' => 'Sortere',
+ 'sort_by' => 'Sorter etter',
+ 'pick_option' => 'Velg et alternativ',
+ 'pick_ordering' => 'Bestilling',
+ 'price_high' => 'Pris høy til lav',
+ 'price_low' => 'Pris Lav til Høy',
+ 'newest' => 'Nyeste',
+ 'oldest' => 'Eldste',
+ 'address_a_z' => 'Adresse (A til Å)',
+ 'address_z_a' => 'Adresse (Z til A)',
+ 'categories' => [
+ 'name' => 'Kategorier'
+ ],
+ 'all_categories' => 'Alle Kategorier',
+ 'location' => 'plassering',
+ 'send_message' => 'Sende melding',
+ 'phone_gsm' => 'GSM-telefon',
+ 'phone_office' => 'Kontortelefon',
+ 'add_to_favorites' => "Legg til i favoritter",
+ 'send' => 'Sende',
+ 'search_name' => 'Søkenavn',
+ 'my_favorite_searches' => 'Favorittsøk',
+ 'search_desc' => 'Du kan legge til og administrere favorittsøkvalgene dine her.',
+ 'complaint_placeholder' => 'Skriv inn klageopplysningene dine her.',
+ 'show_details' => 'Vis detaljer',
+ 'ad_actions' => 'Annonshandlinger',
+ 'edit' => 'Redigere',
+ 'approve' => 'Vedta',
+ 'passive' => "Passiv",
+ 'sold' => 'Solgt',
+ 'offered_by' => 'Tilbudt av',
+ 'more_ads_by' => 'Flere annonser av',
+ 'click_phone' => 'Vis telefonnummer',
+ 'share' => 'Dele',
+ 'report' => 'Rapporter denne annonsen',
+ 'features' => 'Egenskaper',
+ "streetview" => "Street View",
+ 'recommended_ads' => 'Anbefalte annonser for deg',
+ 'new' => 'Ny',
+ 'short_info' => 'Kort info',
+ 'secure_trading' => 'Sikker handel',
+ '24/7' => '24/7 støtte',
+ 'easy_trading' => 'Enkel handel',
+ 'need_help' => 'Trenger hjelp?',
+ 'give_a_call' => 'Ring en gang',
+ 'message_sent' => 'Melding sendt!',
+ 'asap' => 'Melding sendt, selger vil kontakte deg så snart som mulig.',
+ 'ad_id' => 'Annonse-ID',
+ 'contact_with' => 'Kontakt med',
+ 'create_adv' => 'Opprett annonse',
+ 'edit_adv' => 'Rediger annonse',
+ 'mandatory_fields' => 'Obligatoriske felt',
+ 'ad_post' => 'Annonsepost',
+ 'sell_item' => 'Selg en vare eller tjeneste',
+ 'search_save' => 'Favorittsøk lagret',
+ 'address' => 'Adresse',
+ 'email' => 'E-post',
+ 'phone' => 'Telefon',
+ 'send_us_your_feedback' => 'Send oss din tilbakemelding',
+ 'online_shopping' => 'FÅ',
+ 'approved' => 'Godkjent vellykket',
+ 'extended' => 'Utvidet vellykket',
+ 'declined' => 'Avvist vellykket',
+ 'search_on_map' => 'Søk på kart',
+ 'post_free_ad' => 'Legg ut gratis annonse',
+ 'select_a_category' => 'Velg en kategori',
+ 'select_a_sub_category' => 'Velg en underkategori',
+ 'all_dopings_added' => 'Alle dopingtyper er lagt til for denne annonsen.',
+ 'is_get_adv' => [
+ 'name' => 'FÅ'
+ ],
+ 'corporate_info' => 'Bedriftsinformasjon',
+ 'featured_ads' => "Utvalgte annonser",
+ 'trending_ads' => 'Trendind-annonser',
+ 'search_ad_result_prefix' => 'på',
+ 'search_ad_result_text' => ': tell annonser ble funnet i : navn søket ditt',
+ 'search_ads_result_message' => [
+ 'name' => ': tell annonser funnet for: navnesøk',
+ ],
+ 'total' => 'Total',
+ 'quantity' => 'Mengde',
+ 'view_cart' => 'Se handlekurv',
+ 'no_ads' => 'Ingen annonser funnet.',
+ 'show_display_mode' => [
+ 'map' => 'Kart',
+ 'list' => 'Liste',
+ ],
+ 'advs_list_table_thead' => [
+ 'name' => 'Annonsenavn',
+ 'price' => 'Pris',
+ 'publish_at' => 'Annonsedato',
+ 'location_city' => 'By',
+ 'location_country' => 'Land',
+ ],
+ 'show_list_view' => [
+ 'name' => 'Liste',
+ ],
+ 'show_table_view' => [
+ 'name' => 'Bord',
+ ],
+ 'showcase' => [
+ 'name' => 'Vise frem',
+ ],
+ 'new_ad' => [
+ 'name' => 'Ny annonse',
+ ],
+ 'profile' => [
+ 'name' => 'Profil',
+ ],
+ 'my_ads' => [
+ 'name' => 'Mine annonser',
+ ],
+ 'sold_out' => [
+ 'name' => 'Utsolgt',
+ ],
+ 'edit_category' => 'Rediger kategori',
+ 'set_category' => 'Angi kategori',
+ 'max' => [
+ 'name' => 'Maks',
+ ],
+ 'min' => [
+ 'name' => 'Min',
+ ],
+ 'in_the_last_24_hours' => [
+ 'name' => 'I de siste 24 timene'
+ ],
+ 'in_the_last_day' => [
+ 'name' => 'I de siste 24 timene'
+ ],
+ 'in_the_last_week' => [
+ 'name' => 'I den siste uken'
+ ],
+ 'in_the_last_month' => [
+ 'name' => 'I den siste måneden'
+ ],
+ 'ads_with_photo' => [
+ 'name' => 'Annonser med foto'
+ ],
+ 'ads_with_video' => [
+ 'name' => 'Annonser med video'
+ ],
+ 'yes' => [
+ 'name' => 'Ja'
+ ],
+ 'no' => [
+ 'name' => 'Nei'
+ ],
+ 'is_system' => [
+ 'name' => 'Er System',
+ 'instructions' => 'Systemstatus er nødvendig og bør ikke endres',
+ ],
+ 'user_access' => [
+ 'name' => 'Brukertilgang',
+ 'instructions' => 'Kan en bruker bruke denne statusen på sine annonser?',
+ ],
+ "no_location" => "Ingen plassering er valgt.",
+ "continue" => 'Fortsette',
+ "gallery" => 'Galleri',
+ "ad" => 'Annonse',
+ "ads" => 'Annonser',
+ "were_found" => 'ble funnet.',
+
+ // Pending screen
+ 'pending_message_1' => 'Annonsen er i godkjenningsprosessen',
+ 'pending_message_2' => "Annonsens oppdateringsdato",
+ 'pending_message_3' => 'Anslått ventetid',
+ 'pending_message_4' => 'Tiden brukt i godkjenningsprosessen blir lagt til dopingtiden.',
+ 'pending_message_5' => 'Det kan ikke gjøres transaksjoner fra kundesenteret angående annonsen i godkjenningsprosessen.',
+ 'hours' => 'timer',
+
+ // Preview page
+ 'preview_text' => [
+ 'part_1' => 'Hvis følgende informasjon om annonsen din er riktig, klikker du på "Fortsett" -knappen og går til neste trinn.',
+ 'part_2' => 'Hvis ikke, klikk på "Rediger" -knappen.',
+ ],
+ 'views' => 'Visninger',
+
+ // Detail page
+ "no_street_view" => "Ingen gatevisning på dette stedet",
+ 'edit_my_contact_info' => 'Rediger kontaktinformasjonen min',
+ 'update_my_contact_info' => 'oppdater kontaktinformasjonen min',
+ 'contact_info' => 'Kontaktinformasjon',
+ 'ad_info' => 'Annonseinformasjon',
+
+ // Select cat
+ 'select_category_step_by_step' => 'Velg kategori trinn for trinn',
+
+ // New create page
+ 'options' => 'Alternativer',
+ 'category_selection' => 'Kategorivalg',
+ 'listing_details' => 'Oppføringsdetaljer',
+ 'preview' => 'Forhåndsvisning',
+ 'congratulations' => 'Gratulerer',
+ 'ad_desc' => 'Annonsebeskrivelse',
+ 'upload_photos' => 'Last opp bilder',
+ 'upload_files' => 'Last opp filer',
+ 'additional_fields' => 'Flere felt',
+ 'ad_location' => 'Annonseplassering',
+ 'owner' => 'Eieren',
+ 'default_owner_instruction' => 'Eieren vil som standard være den nåværende brukeren hvis ingen bruker er valgt',
+ 'create_page_subtitle' => 'Opprett annonsen feilfritt ved å legge inn detaljert informasjon om annonsen din.',
+ 'with_my_phone_numbers' => 'With my phone numbers',
+ 'not_with_my_phone_numbers' => "I don't want to be reached by phone",
+ 'how_can_you_be_contacted' => "How can you be contacted?",
+
+ // Listing page
+ 'ad_title' => 'Annonsetittel',
+ 'listing_date' => 'Oppføringsdato',
+ 'view' => 'Utsikt',
+ 'ads_with_map' => 'Annonser med kart',
+ 'advanced_sorting' => 'Avansert sortering',
+ 'filter_by_word' => 'Filtrer etter ord',
+ 'filter_by' => 'Filtrer etter: navn',
+
+ 'free' => 'Gratis',
+ 'ad_date' => 'Annonsedato',
+ 'photo_video' => 'Foto, video',
+ 'and_above' => 'og over',
+ 'and_below' => 'og under',
+ 'clear_all' => 'Slett alt',
+ 'balances' => 'Saldoer',
+ 'packages' => 'Pakker',
+ 'dopings' => 'Doping',
+ 'advs' => 'Adv',
+ 'site' => 'Nettstedet',
+ 'subscription' => 'Abonnement',
+ 'created' => 'Laget',
+ 'product_option' => [
+ 'name' => 'Produktalternativ'
+ ],
+ 'option_json' => [
+ 'name' => 'Alternativ'
+ ],
+ 'old_price' => [
+ 'name' => 'Gammel pris'
+ ],
+ 'save_search' => 'Lagre søk',
+ 'publish_at' => [
+ 'name' => 'Publiseringsdato'
+ ],
+ 'tax' => [
+ 'name' => 'Tax'
+ ],
+ 'name_a_z' => 'Name (A to Z)',
+ 'name_z_a' => 'Name (Z to A)',
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/no/message.php b/resources/default/addons/visiosoft/advs-module/lang/no/message.php
new file mode 100644
index 000000000..ba20be92a
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/no/message.php
@@ -0,0 +1,35 @@
+ 'Det forespurte produktet mangler for øyeblikket eller er inaktivt',
+ 'please_payment' => 'Vær så snill å betal',
+ 'bank_account_info' => 'Bankkontoinformasjon',
+ 'agreement' => 'Ved å klikke på Publiser, godtar du våre vilkår for bruk og personvernerklæring, og erkjenner at du er rettmessig eier av denne varen.',
+ 'update_category_msg' => 'Den klassifiserte kategorien vil bli oppdatert.',
+ 'updated_category_msg' => 'Kategorien ble redigert.',
+ 'create_ad_with_post_cat' => [
+ 'title' => "Kategorivalg er fullført.",
+ 'success' => true,
+ 'continueBtn' => "Fortsette",
+ ],
+ 'update_category_info' => 'Oppdater kategorien.',
+ 'filter_by_search_msg' => 'Filtrer etter søk.',
+ 'delete_author_error' => 'Du kan ikke slette et innlegg som ikke tilhører deg',
+ 'success_delete' => 'Annonsen slettet',
+ 'pending_ad_status' => 'Annonsen din venter på godkjenning av redaktøren.',
+ 'extended' => ': nummerannonse (r) er utvidet.',
+ 'category_not_exist' => 'Denne kategorien eksisterer ikke lenger!',
+ 'currency_converted' => 'Valutakonvertering vellykket.',
+ 'choose_user' => 'Velg en bruker',
+ 'owner_updated_successfully' => 'Eieren har blitt oppdatert!',
+ 'no_add_found' => 'Ingen annonser funnet!',
+ 'replicated_success' => 'Annonsen er replikert!',
+ 'ad_doesnt_exist' => "Denne annonsen eksisterer ikke!",
+ 'select_location_error' => "Velg et sted på kartet!",
+ 'this_ad_is_not_valid_anymore' => "Denne annonsen er ikke gyldig lenger!",
+ 'approve_status_change' => "Annonsens status er satt til Aktiv!",
+ 'passive_status_change' => "Annonsens status er satt til passiv!",
+ 'sold_status_change' => "Annonsens status er satt til solgt!",
+ 'status_change' => "Annonsens status er satt til: status!",
+ 'disabled_detailed_options_for_admin_role' => "Detaljerte produktalternativer er deaktivert.",
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/no/permission.php b/resources/default/addons/visiosoft/advs-module/lang/no/permission.php
new file mode 100644
index 000000000..ad937bc73
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/no/permission.php
@@ -0,0 +1,108 @@
+ [
+ 'name' => 'Annonser',
+ 'option' => [
+ 'read' => 'Kan lese annonser?',
+ 'write' => 'Kan du opprette / redigere annonser?',
+ 'delete' => 'Kan du slette annonser?',
+ ],
+ ],
+ 'categories' => [
+ 'name' => 'Kategorier',
+ 'option' => [
+ 'read' => 'Kan lese kategorier?',
+ 'write' => 'Kan du opprette / redigere kategorier?',
+ 'delete' => 'Kan du slette kategorier?',
+ ],
+ ],
+ 'village' => [
+ 'name' => 'Landsby',
+ 'option' => [
+ 'read' => 'Kan lese landsbyen?',
+ 'write' => 'Kan du opprette / redigere landsby?',
+ 'delete' => 'Kan du slette landsbyen?',
+ ],
+ ],
+ 'custom_fields' => [
+ 'name' => 'Egendefinerte felt',
+ 'option' => [
+ 'read' => 'Kan du lese egendefinerte felt?',
+ 'write' => 'Kan du opprette / redigere egendefinerte felt?',
+ 'delete' => 'Kan du slette egendefinerte felt?',
+ ],
+ ],
+ 'custom_field_advs' => [
+ 'name' => 'Tilpassede feltannonser',
+ 'option' => [
+ 'read' => 'Kan du lese tilpassede feltannonser?',
+ 'write' => 'Kan du opprette / redigere egendefinerte feltannonser?',
+ 'delete' => 'Kan du slette egendefinerte feltannonser?',
+ ],
+ ],
+ 'cf_values' => [
+ 'name' => 'Cf-verdier',
+ 'option' => [
+ 'read' => 'Kan lese CF-verdier?',
+ 'write' => 'Kan du opprette / redigere CF-verdier?',
+ 'delete' => 'Kan du slette CF-verdier?',
+ ],
+ ],
+ 'options' => [
+ 'name' => 'Alternativer',
+ 'option' => [
+ 'read' => 'Kan lese alternativer?',
+ 'write' => 'Kan du opprette / redigere alternativer?',
+ 'delete' => 'Kan du slette alternativer?',
+ ],
+ ],
+ 'productoptions' => [
+ 'name' => 'Produktalternativer',
+ 'option' => [
+ 'read' => 'Kan du lese produktalternativer?',
+ 'write' => 'Kan du opprette / redigere produktalternativer?',
+ 'delete' => 'Kan du slette produktalternativer?',
+ ],
+ ],
+ 'productoptions_value' => [
+ 'name' => 'Productoptions verdi',
+ 'option' => [
+ 'read' => 'Kan lese produktalternativer?',
+ 'write' => 'Kan du opprette / redigere produktalternativer?',
+ 'delete' => 'Kan du slette verdien for produktalternativer?',
+ ],
+ ],
+ 'options_configuration' => [
+ 'name' => 'Alternativkonfigurasjon',
+ 'option' => [
+ 'read' => 'Kan konfigurasjon av lesealternativer?',
+ 'write' => 'Kan du opprette / redigere opsjonskonfigurasjon?',
+ 'delete' => 'Kan du slette opsjonskonfigurasjon?',
+ ],
+ ],
+ 'option_configuration' => [
+ 'name' => 'Alternativkonfigurasjon',
+ 'option' => [
+ 'read' => 'Kan lesekonfigurasjon konfigureres?',
+ 'write' => 'Kan du opprette / redigere alternativkonfigurasjon?',
+ 'delete' => 'Kan du slette opsjonskonfigurasjon?',
+ ],
+ ],
+ 'option_configuration' => [
+ 'name' => 'Alternativkonfigurasjon',
+ 'option' => [
+ 'read' => 'Kan lesekonfigurasjon konfigureres?',
+ 'write' => 'Kan du opprette / redigere alternativkonfigurasjon?',
+ 'delete' => 'Kan du slette opsjonskonfigurasjon?',
+ ],
+ ],
+ 'status' => [
+ 'name' => 'Status',
+ 'option' => [
+ 'read' => 'Kan lese status?',
+ 'write' => 'Kan du opprette / redigere status?',
+ 'delete' => 'Kan du slette status?',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/no/section.php b/resources/default/addons/visiosoft/advs-module/lang/no/section.php
new file mode 100644
index 000000000..e8f35f336
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/no/section.php
@@ -0,0 +1,64 @@
+ [
+ 'title' => 'Annonser',
+ ],
+ 'categories' => [
+ 'title' => 'Kategorier',
+ ],
+ 'countries' => [
+ 'title' => 'Land',
+ ],
+ 'cities' => [
+ 'title' => 'Byer',
+ ],
+ 'districts' => [
+ 'title' => 'Distrikter',
+ ],
+ 'neighborhoods' => [
+ 'title' => 'Nabolag',
+ ],
+ 'village' => [
+ 'title' => 'Landsby',
+ ],
+ 'custom_fields' => [
+ 'title' => 'Egendefinerte felt',
+ ],
+ 'custom_field_advs' => [
+ 'title' => 'Tilpassede feltannonser',
+ ],
+ 'cf_values' => [
+ 'title' => 'Cf-verdier',
+ ],
+ 'fields' => [
+ 'title' => 'Egendefinerte felt'
+ ],
+ 'assets_clear' => [
+ 'name' => 'Eiendeler klare'
+ ],
+ 'general' => 'Generell',
+ 'ads' => 'Annonser',
+ 'user' => 'Bruker',
+ 'filter' => 'Filter',
+ 'create_ad' => 'Opprett annonse',
+ 'options' => [
+ 'title' => 'Alternativer',
+ ],
+ 'ads_image' => 'Annonsebilde',
+ 'product_options' => [
+ 'title' => 'Alternativer',
+ ],
+ 'productoptions_value' => [
+ 'title' => 'Alternativer Verdi',
+ ],
+ 'option_configuration' => [
+ 'title' => 'Konfigurasjon',
+ ],
+ 'translations' => 'Oversettelser',
+ 'status' => [
+ 'title' => 'Status',
+ ],
+ 'ads_detail' => 'Annonsedetaljer',
+
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/no/setting.php b/resources/default/addons/visiosoft/advs-module/lang/no/setting.php
new file mode 100644
index 000000000..49142f7c8
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/no/setting.php
@@ -0,0 +1,286 @@
+ [
+ 'name' => 'Godkjenn automatisk',
+ ],
+ 'default_view_type' => [
+ 'name' => 'Standard visningstype',
+ ],
+ 'hide_zero_price' => [
+ 'name' => 'Skjul pris hvis null',
+ 'instructions' => 'Skjul prisen hvis annonseprisen er 0',
+ ],
+ 'estimated_pending_time' => [
+ 'name' => 'Anslått ventetid',
+ 'instructions' => 'Om timer',
+ ],
+ 'default_published_time' => [
+ 'name' => 'Standard publiseringstid',
+ ],
+ 'address' => [
+ 'name' => 'Kontakt adresse',
+ ],
+ 'phone' => [
+ 'name' => 'kontakt telefon',
+ ],
+ 'favicon' => [
+ 'name' => 'Favicon',
+ ]
+ , 'map_coordinates_long' => [
+ 'name' => 'Kart Long Coordinate',
+ ],
+ 'map_coordinates_lat' => [
+ 'name' => 'Kart Lat Coordinate',
+ ],
+ 'iban_numbers' => [
+ 'name' => 'IBAN',
+ ],
+ 'logo' => [
+ 'name' => 'Logo',
+ ],
+ 'ogImage' => [
+ 'name' => 'Social Share-logo',
+ 'warning' => 'Den skal ha en oppløsning på 1200 x 630. ',
+
+ ],
+ 'currencies' => [
+ 'name' => 'Aktive valutaer',
+ ],
+ 'latest-limit' => [
+ 'name' => 'Siste begrensning',
+ ],
+ 'site_address' => [
+ 'name' => 'Nettstedsadresse',
+ 'warning' => 'Automatisk lagt til www. www.sitename.com ',
+ ],
+ 'google_map_key' => [
+ 'name' => 'Google Map Api Key',
+ ],
+
+ 'default_country' => [
+ 'name' => 'Standard annonseland',
+ ],
+ 'hide_price_categories' => [
+ 'name' => 'Skjul pris på kategorier',
+ 'instructions' => 'Prisen blir skjult når du oppretter en annonse eller ser en annonse under disse kategoriene.'
+ ],
+ 'free_currencyconverterapi_key' => [
+ 'name' => 'Valutaomformer API-nøkkel'
+ ],
+ 'default_city' => [
+ 'name' => 'Standard annonseby',
+ ],
+ 'default_district' => [
+ 'name' => 'Standard annonsedistrikt',
+ ],
+ 'default_neighborhood' => [
+ 'name' => 'Standardannonsekvarter',
+ ],
+ 'default_currency' => [
+ 'name' => 'Standard annonsevaluta',
+ ],
+ 'default_GET' => [
+ 'name' => 'Standardannonse GET',
+ ],
+ 'twitter' => [
+ 'name' => 'Twitter',
+ ],
+ 'facebook' => [
+ 'name' => 'Facebook',
+ ],
+ 'youtube' => [
+ 'name' => 'Youtube',
+ ],
+ 'google' => [
+ 'name' => 'Google',
+ ],
+ 'listing_page_image' => [
+ 'name' => 'Oppføringssidebilde',
+ ],
+ 'hide_standard_price_field' => [
+ 'name' => 'Skjul felt for standardpris',
+ ],
+ 'hide_options_field' => [
+ 'name' => 'Skjul alternativfelt',
+ ],
+ 'hide_village_field' => [
+ 'name' => 'Skjul Village Field',
+ ],
+ 'hide_configurations' => [
+ 'name' => 'Skjul konfigurasjonsknappen',
+ 'instructions' => 'Skjul konfigurasjonsknappen på forhåndsvisningssiden for annonser',
+ ],
+ 'make_all_fields_required' => [
+ 'name' => 'Lag alle felt påkrevd',
+ 'instructions' => 'Krev brukeren å fylle ut feltene Pris og beskrivelse når han oppretter en annonse',
+ ],
+ 'make_map_required' => [
+ 'name' => 'Lag kart påkrevd',
+ 'instructions' => 'Krev brukeren å plassere en nål på kartet når han oppretter en annonse',
+ ],
+ 'hide_listing_standard_price' => [
+ 'name' => 'Skjul oppføring Standardpris',
+ ],
+ 'enabled_currencies' => [
+ 'name' => 'Aktiverte valutaer',
+ ],
+ 'google_statistic_code' => [
+ 'name' => 'Googles statistikkode',
+ ],
+ 'register_email_field' => [
+ 'name' => 'E-postkrav for medlemsregistrering',
+ ],
+ 'market_place' => [
+ 'name' => 'Markedsplass',
+ 'instructions' => 'If the marketplace is down, your site will act as ecommerce. For example,
+ some fields in the profile such as ads, dopings, messages, sale, packages and store are not visible and
+ removes corporate membership.'
+ ],
+ 'price_area_hidden' => [
+ 'name' => 'Prisområde skjult',
+ ],
+ 'hide_price_filter' => [
+ 'name' => 'Skjul prisfilter',
+ ],
+ 'hide_date_filter' => [
+ 'name' => 'Skjul datofilter',
+ ],
+ 'hide_photo_filter' => [
+ 'name' => 'Skjul bildefilter',
+ ],
+ 'hide_map_filter' => [
+ 'name' => 'Skjul kartfilter',
+ ],
+ 'show_lang_url' => [
+ 'name' => 'Vis Lang Parameter For URL',
+ ],
+ 'popular_ads_limit' => [
+ 'name' => 'Grense for populære annonser',
+ ],
+
+ //Image
+
+ 'image_resize_backend' => [
+ 'name' => 'Image Endre størrelse på backend',
+ ],
+ 'full_image_width' => [
+ 'name' => 'Full bredde på bildet',
+ ],
+ 'full_image_height' => [
+ 'name' => 'Full bilde høyde',
+ ],
+ 'medium_image_width' => [
+ 'name' => 'Medium bildebredde',
+ ],
+ 'medium_image_height' => [
+ 'name' => 'Middels bildehøyde',
+ ],
+ 'thumbnail_width' => [
+ 'name' => 'Miniaturebredde',
+ ],
+ 'thumbnail_height' => [
+ 'name' => 'Miniatyrhøyde',
+ ],
+ 'add_canvas' => [
+ 'name' => 'Legg til lerret',
+ ],
+ 'image_canvas_width' => [
+ 'name' => 'Image Canvas Width',
+ ],
+ 'image_canvas_height' => [
+ 'name' => 'Image Canvas Height',
+ ],
+ 'watermark_type' => [
+ 'name' => 'Vannmerke Type',
+ ],
+ 'watermark_text' => [
+ 'name' => 'Vannmerke tekst',
+ ],
+ 'watermark_image' => [
+ 'name' => 'Vannmerkebilde',
+ ],
+ 'watermark_position' => [
+ 'name' => 'Vannmerkeposisjon',
+ ],
+ 'user_filter_limit' => [
+ 'name' => 'Brukerfiltergrense',
+ 'instructions' => 'I adminpanelet'
+ ],
+ 'show_breadcrumb_when_creating_ad' => [
+ 'name' => 'Vis brødsmuler når du oppretter en annonse',
+ ],
+ 'show_ads_count' => [
+ 'name' => 'Vis antall annonser',
+ 'instructions' => 'Vis annonser teller på den venstre kategorilisten',
+ ],
+ 'ads_date_hidden' => [
+ 'name' => 'Skjul opprettet dato',
+ 'instructions' => 'Skjul opprettet dato på siden med annonser',
+ ],
+ 'hide_listing_header' => [
+ 'name' => 'Skjul oppføringshode',
+ 'instructions' => 'Gjemmer seg for bestilling og visningstyper',
+ ],
+ 'hide_filter_section' => [
+ 'name' => 'Skjul filterseksjonen',
+ 'instructions' => 'Gjemmer seg til venstre filterområde på oppføringssiden',
+ ],
+ 'hide_seller_info' => [
+ 'name' => 'Skjul selgerinformasjon',
+ 'instructions' => 'Skjuler seg til selgerinformasjon på siden med annonser',
+ ],
+ 'show_post_ad_agreement' => [
+ 'name' => 'Vis avtale om innleggsannonser',
+ 'instructions' => 'Slå på dette hvis du vil vise en avtale om personvern på siden for annonseoppretting',
+ ],
+ 'override_text' => [
+ 'name' => 'Overstyr tekst',
+ 'instructions' => 'Gammel verdi: Ny verdi'
+ ],
+ 'steps_color' => [
+ 'name' => 'Trinn Farge',
+ 'instructions' => 'Endrer fargen på de progressive trinnene.'
+ ],
+ 'create_ad_button_color' => [
+ 'name' => 'Opprett annonse-knappfarge',
+ 'instructions' => 'Endrer knappen som vises når det nye annonsekategorivalget er fullført.'
+ ],
+ 'lang_switcher_for_browser' => [
+ 'name' => 'Lang Switcher For nettleser',
+ 'instructions' => 'Lar deg velge nettleserspråk som aktivt språk'
+ ],
+ 'get_categories' => [
+ 'name' => 'FÅ kategorier',
+ 'instructions' => 'Den representerer kategoriene der GET-egenskapen vil være gyldig.'
+ ],
+ 'watermark' => [
+ 'name' => 'Vannmerke',
+ 'instructions' => 'Er vannmerke aktivt?'
+ ],
+ 'detailed_product_options' => [
+ 'name' => 'Detaljerte produktalternativer',
+ 'instructions' => 'Lar deg legge inn lager- og prisinformasjon for produktet'
+ ],
+ 'show_subcats_mobile' => [
+ 'name' => 'Vis underkategorier på mobilvisning',
+ ],
+ 'show_price_to_members_only' => [
+ 'name' => 'Vis pris kun for medlemmer',
+ ],
+ 'hide_ad_cat' => [
+ 'name' => 'Skjul kategorier',
+ 'instructions' => 'Skjul kategorier i annonselisten'
+ ],
+ 'show_finish_and_publish_date' => [
+ 'name' => 'Vis sluttdato og publiser dato for oppretting',
+ 'instructions' => 'Viser feltene publish_at og finish_at på siden for annonseoppretting.'
+ ],
+ 'show_tax_field' => [
+ 'name' => 'Show Tax Field',
+ 'instructions' => 'When this option is enabled, you can set the tax rate on the ad creation page.'
+ ],
+ 'hide_contact_created_at' => [
+ 'name' => 'Hide Contact Fields For in Create New Ad'
+ ]
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/no/stream.php b/resources/default/addons/visiosoft/advs-module/lang/no/stream.php
new file mode 100644
index 000000000..99d1d465c
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/no/stream.php
@@ -0,0 +1,37 @@
+ [
+ 'name' => 'Adv',
+ ],
+ 'categories' => [
+ 'name' => 'Kategorier',
+ ],
+ 'village' => [
+ 'name' => 'Landsby',
+ ],
+ 'custom_fields' => [
+ 'name' => 'Egendefinerte felt',
+ ],
+ 'custom_field_advs' => [
+ 'name' => 'Tilpasset feltadv',
+ ],
+ 'cf_values' => [
+ 'name' => 'Cf-verdier',
+ ],
+ 'options' => [
+ 'name' => 'Alternativer',
+ ],
+ 'product_options' => [
+ 'name' => 'Produktalternativer',
+ ],
+ 'productoptions_value' => [
+ 'name' => 'Alternativer verdi',
+ ],
+ 'option_configuration' => [
+ 'name' => 'Konfigurasjon',
+ ],
+ 'status' => [
+ 'name' => 'Status',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/no/view.php b/resources/default/addons/visiosoft/advs-module/lang/no/view.php
new file mode 100644
index 000000000..59a0da64e
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/no/view.php
@@ -0,0 +1,6 @@
+ 'Uferdig',
+ 'advanced' => 'Avansert',
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/pl/addon.php b/resources/default/addons/visiosoft/advs-module/lang/pl/addon.php
new file mode 100644
index 000000000..896f86a40
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/pl/addon.php
@@ -0,0 +1,8 @@
+ 'Reklamy',
+ 'name' => 'Moduł reklam',
+ 'description' => 'Moduł reklam',
+ 'info' => 'This is the screen where you can add, delete and edit ads from the Ads page. On this page, you can simply do the operations such as post management and ad configuration.'
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/pl/button.php b/resources/default/addons/visiosoft/advs-module/lang/pl/button.php
new file mode 100644
index 000000000..2bafb2873
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/pl/button.php
@@ -0,0 +1,48 @@
+ 'Nowy Adv',
+ 'new_classified' => 'Nowy sklasyfikowany',
+ 'new_category' => 'Nowa kategoria',
+ 'new_country' => 'Nowy kraj',
+ 'new_city' => 'Nowe Miasto',
+ 'new_district' => 'Nowa dzielnica',
+ 'new_neighborhood' => 'Nowe sąsiedztwo',
+ 'new_village' => 'Nowa wioska',
+ 'edit' => "Edytować",
+ 'approve' => "Zatwierdzać",
+ 'decline' => 'Upadek',
+ 'extend' => 'Poszerzać',
+ 'extend_all' => 'Rozszerz wszystko',
+ 'convert_currency' => 'Przelicz Walutę',
+ 'categories' => 'Kategorie',
+ 'sub_category' => 'Podkategorie',
+ 'add_sub_category' => 'Dodaj podkategorię',
+ 'sub_cities' => 'Miasta podrzędne',
+ 'add_sub_cities' => 'Dodaj podmiejskie miasto',
+ 'add_sub_districts' => 'Dodaj dzielnicę',
+ 'add_sub_neighborhoods' => 'Dodaj okolicę podrzędną',
+ 'add_sub_village' => 'Dodaj wioskę podrzędną',
+ 'sub_districts' => 'Podregiony',
+ 'sub_neighborhoods' => 'Podobszary',
+ 'sub_village' => 'Sub Village',
+ 'general_settings' => 'Ustawienia główne',
+ 'save_category' => 'Zapisz kategorię',
+ 'change_owner' => 'Zmiana właściciela',
+ 'update_category' => [
+ 'name' => 'Zaktualizuj kategorię'
+ ],
+ 'new_option' => 'Nowa opcja',
+ 'export' => 'Eksport',
+ 'new_productoption' => 'Nowa opcja produktu',
+ 'new_productoptions_value' => 'Nowa wartość opcji produktu',
+ 'new_options_configuration' => 'Nowa konfiguracja opcji',
+ 'new_option_configuration' => 'Nowa konfiguracja opcji',
+ 'create_configurations' => 'Utwórz konfiguracje',
+ 'replicate' => 'Replika',
+ 'fast_create' => 'Szybkie tworzenie',
+ 'publish' => 'Publikować',
+ 'import' => 'Import',
+ 'new_status' => 'Nowy status',
+ 'fast_edit' => 'Szybka edycja',
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/pl/currency.php b/resources/default/addons/visiosoft/advs-module/lang/pl/currency.php
new file mode 100644
index 000000000..c923ea69f
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/pl/currency.php
@@ -0,0 +1,6 @@
+ 'Dolar',
+ 'EUR' => 'Euro',
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/pl/field.php b/resources/default/addons/visiosoft/advs-module/lang/pl/field.php
new file mode 100644
index 000000000..4856d7c0a
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/pl/field.php
@@ -0,0 +1,385 @@
+ [
+ 'name' => 'Tytuł'
+ ],
+ 'order' => [
+ 'name' => 'Zamówienie'
+ ],
+ 'slug' => [
+ 'name' => 'Ślimak'
+ ],
+ 'parent_category' => [
+ 'name' => 'Rodzic'
+ ],
+ 'category' => [
+ 'name' => 'Tytuł kategorii'
+ ],
+ 'price' => [
+ 'name' => 'Cena £'
+ ],
+ 'standard_price' => [
+ 'name' => 'Standardowa cena'
+ ],
+ 'date' => [
+ 'name' => 'Data'
+ ],
+ 'photo' => [
+ 'name' => 'Zdjęcie'
+ ],
+ 'video' => [
+ 'name' => 'Wideo'
+ ],
+ 'map' => [
+ 'name' => 'Mapa'
+ ],
+ 'stock' => [
+ 'name' => 'Zbiory'
+ ],
+ 'advs_desc' => [
+ 'name' => 'Opis'
+ ],
+ 'online_payment' => [
+ 'name' => 'Płatność online'
+ ],
+ 'city' => [
+ 'name' => 'Miasto'
+ ],
+ 'country' => [
+ 'name' => 'Kraj'
+ ],
+ 'district' => [
+ 'name' => 'Dzielnica'
+ ],
+ 'neighborhood' => [
+ 'name' => 'Sąsiedztwo'
+ ],
+ 'village' => [
+ 'name' => 'Wioska'
+ ],
+ 'files' => [
+ 'name' => 'Obrazy'
+ ],
+ 'cat1' => [
+ 'name' => 'główna kategoria'
+ ],
+ 'cat2' => [
+ 'name' => 'Podkategoria 1'
+ ],
+ 'cat3' => [
+ 'name' => 'Podkategoria 2'
+ ],
+ 'cat4' => [
+ 'name' => 'Podkategoria 3'
+ ],
+ 'cat5' => [
+ 'name' => 'Podkategoria 4'
+ ],
+ 'cat6' => [
+ 'name' => 'Podkategoria 5'
+ ],
+ 'cat7' => [
+ 'name' => 'Podkategoria 6'
+ ],
+ 'cat8' => [
+ 'name' => 'Podkategoria 7'
+ ],
+ 'cat9' => [
+ 'name' => 'Podkategoria 8'
+ ],
+ 'cat10' => [
+ 'name' => 'Podkategoria 9'
+ ],
+ 'currency' => [
+ 'name' => 'Waluta'
+ ],
+ 'status' => [
+ 'name' => 'Status',
+ 'option' => [
+ 'approved' => 'Zatwierdzony',
+ 'expired' => 'Przedawniony',
+ 'unpublished' => 'Niepublikowane',
+ 'pending_admin' => 'W oczekiwaniu na administratora',
+ 'pending_user' => 'Oczekujący użytkownik'
+ ]
+ ],
+ 'pending_adv' => [
+ 'name' => 'Niepublikowane'
+ ],
+ 'finish_at' => [
+ 'name' => 'Zakończ o'
+ ],
+ 'cover_photo' => [
+ 'name' => 'Zdjęcie na okładce'
+ ],
+ 'favs_adv' => [
+ 'name' => 'Ulubione reklamy'
+ ],
+ 'my_adv' => [
+ 'name' => 'ADVS'
+ ],
+ 'description' => 'Opis',
+ 'explanation' => 'Wyjaśnienie',
+ 'type' => [
+ 'name' => 'Rodzaj'
+ ],
+ 'parent_adv' => [
+ 'name' => 'Powiązana reklama'
+ ],
+ 'value' => [
+ 'name' => 'Wartość'
+ ],
+ 'list' => 'Lista',
+ 'home' => 'Dom',
+ 'list-page' => 'Strona listy',
+ 'search' => 'Szukaj',
+ 'reset' => 'Reset',
+ 'recommended' => 'Polecane reklamy dla Ciebie',
+ 'filter' => 'Filtr',
+ 'sort' => 'Sortować',
+ 'sort_by' => 'Sortuj według',
+ 'pick_option' => 'Wybierz opcję',
+ 'pick_ordering' => 'Zamawianie',
+ 'price_high' => 'Cena od najwyższej do najniższej',
+ 'price_low' => 'Cena od niskiej do wysokiej',
+ 'newest' => 'Najnowszy',
+ 'oldest' => 'Najstarszy',
+ 'address_a_z' => 'Adres (od A do Z)',
+ 'address_z_a' => 'Adres (od Z do A)',
+ 'categories' => [
+ 'name' => 'Kategorie'
+ ],
+ 'all_categories' => 'Wszystkie kategorie',
+ 'location' => 'Lokalizacja',
+ 'send_message' => 'Wyślij wiadomość',
+ 'phone_gsm' => 'Telefon GSM',
+ 'phone_office' => 'Telefon biurowy',
+ 'add_to_favorites' => "Dodaj do ulubionych",
+ 'send' => 'Wysłać',
+ 'search_name' => 'Wyszukaj nazwę',
+ 'my_favorite_searches' => 'Ulubione wyszukiwania',
+ 'search_desc' => 'Tutaj możesz dodawać ulubione opcje wyszukiwania i zarządzać nimi.',
+ 'complaint_placeholder' => 'Wpisz tutaj szczegóły swojej skargi.',
+ 'show_details' => 'Pokaż szczegóły',
+ 'ad_actions' => 'Działania reklamowe',
+ 'edit' => 'Edytować',
+ 'approve' => 'Zatwierdzać',
+ 'passive' => "Bierny",
+ 'sold' => 'Sprzedany',
+ 'offered_by' => 'Oferowane przez',
+ 'more_ads_by' => 'Więcej reklam autorstwa',
+ 'click_phone' => 'Pokaż numer telefonu',
+ 'share' => 'Dzielić',
+ 'report' => 'Zgłoś tę reklamę',
+ 'features' => 'funkcje',
+ "streetview" => "widok ulicy",
+ 'recommended_ads' => 'Polecane reklamy dla Ciebie',
+ 'new' => 'Nowy',
+ 'short_info' => 'Krótka informacja',
+ 'secure_trading' => 'Bezpieczny handel',
+ '24/7' => 'Wsparcie 24/7',
+ 'easy_trading' => 'Łatwy handel',
+ 'need_help' => 'Potrzebuję pomocy?',
+ 'give_a_call' => 'Zadzwoń',
+ 'message_sent' => 'Wiadomość wysłana!',
+ 'asap' => 'Wiadomość wysłana, sprzedawca skontaktuje się z Tobą jak najszybciej.',
+ 'ad_id' => 'Identyfikator reklamy',
+ 'contact_with' => 'Kontakt z',
+ 'create_adv' => 'Utwórz reklamę',
+ 'edit_adv' => 'Edytuj reklamę',
+ 'mandatory_fields' => 'Pola obowiązkowe',
+ 'ad_post' => 'Ogłoszenie',
+ 'sell_item' => 'Sprzedaj przedmiot lub usługę',
+ 'search_save' => 'Ulubione wyszukiwanie zostało zapisane',
+ 'address' => 'Adres',
+ 'email' => 'E-mail',
+ 'phone' => 'Telefon',
+ 'send_us_your_feedback' => 'Wyślij nam swoją opinię',
+ 'online_shopping' => 'DOSTAĆ',
+ 'approved' => 'Zatwierdzono pomyślnie',
+ 'extended' => 'Pomyślnie przedłużony',
+ 'declined' => 'Odrzucono pomyślnie',
+ 'search_on_map' => 'Szukaj na mapie',
+ 'post_free_ad' => 'Opublikuj bezpłatną reklamę',
+ 'select_a_category' => 'Wybierz kategorię',
+ 'select_a_sub_category' => 'Wybierz podkategorię',
+ 'all_dopings_added' => 'Wszystkie typy dopingu są dodawane do tej reklamy.',
+ 'is_get_adv' => [
+ 'name' => 'DOSTAĆ'
+ ],
+ 'corporate_info' => 'Informacje o firmie',
+ 'featured_ads' => "Polecane reklamy",
+ 'trending_ads' => 'Trendind Ads',
+ 'search_ad_result_prefix' => 'na',
+ 'search_ad_result_text' => ': policzyć reklamy zostały znalezione w : nazwa poszukiwaniu',
+ 'search_ads_result_message' => [
+ 'name' => ': liczba znalezionych reklam dla: wyszukiwania nazw',
+ ],
+ 'total' => 'Całkowity',
+ 'quantity' => 'Ilość',
+ 'view_cart' => 'Zobacz Koszyk',
+ 'no_ads' => 'Nie znaleziono reklam.',
+ 'show_display_mode' => [
+ 'map' => 'Mapa',
+ 'list' => 'Lista',
+ ],
+ 'advs_list_table_thead' => [
+ 'name' => 'Nazwa reklamy',
+ 'price' => 'Cena £',
+ 'publish_at' => 'Data ogłoszenia',
+ 'location_city' => 'Miasto',
+ 'location_country' => 'Kraj',
+ ],
+ 'show_list_view' => [
+ 'name' => 'Lista',
+ ],
+ 'show_table_view' => [
+ 'name' => 'Stół',
+ ],
+ 'showcase' => [
+ 'name' => 'Gablota',
+ ],
+ 'new_ad' => [
+ 'name' => 'Nowa reklama',
+ ],
+ 'profile' => [
+ 'name' => 'Profil',
+ ],
+ 'my_ads' => [
+ 'name' => 'Moje reklamy',
+ ],
+ 'sold_out' => [
+ 'name' => 'Wyprzedane',
+ ],
+ 'edit_category' => 'Edytuj kategorię',
+ 'set_category' => 'Ustaw kategorię',
+ 'max' => [
+ 'name' => 'Max',
+ ],
+ 'min' => [
+ 'name' => 'Min',
+ ],
+ 'in_the_last_24_hours' => [
+ 'name' => 'W ciągu ostatnich 24 godzin'
+ ],
+ 'in_the_last_day' => [
+ 'name' => 'W ciągu ostatnich 24 godzin'
+ ],
+ 'in_the_last_week' => [
+ 'name' => 'W ostatnim tygodniu'
+ ],
+ 'in_the_last_month' => [
+ 'name' => 'W ostatnim miesiącu'
+ ],
+ 'ads_with_photo' => [
+ 'name' => 'Reklamy ze zdjęciem'
+ ],
+ 'ads_with_video' => [
+ 'name' => 'Reklamy z wideo'
+ ],
+ 'yes' => [
+ 'name' => 'tak'
+ ],
+ 'no' => [
+ 'name' => 'Nie'
+ ],
+ 'is_system' => [
+ 'name' => 'Czy System',
+ 'instructions' => 'Status systemu jest wymagany i nie należy go zmieniać',
+ ],
+ 'user_access' => [
+ 'name' => 'Dostęp użytkownika',
+ 'instructions' => 'Czy użytkownik może wykorzystać ten stan w swoich reklamach?',
+ ],
+ "no_location" => "Nie wybrano lokalizacji.",
+ "continue" => 'Kontyntynuj',
+ "gallery" => 'Galeria',
+ "ad" => 'Ogłoszenie',
+ "ads" => 'Reklamy',
+ "were_found" => 'zostały znalezione.',
+
+ // Pending screen
+ 'pending_message_1' => 'Reklama jest w trakcie procesu zatwierdzania',
+ 'pending_message_2' => "Data aktualizacji reklamy",
+ 'pending_message_3' => 'Szacowany czas oczekiwania',
+ 'pending_message_4' => 'Czas spędzony w procesie zatwierdzania zostanie dodany do czasu dopingu.',
+ 'pending_message_5' => 'Z centrum telefonicznego nie można dokonywać transakcji dotyczących reklamy w procesie zatwierdzania.',
+ 'hours' => 'godziny',
+
+ // Preview page
+ 'preview_text' => [
+ 'part_1' => 'Jeśli poniższe informacje o reklamie są prawidłowe, kliknij przycisk „Kontynuuj” i przejdź do następnego kroku.',
+ 'part_2' => 'Jeśli nie, kliknij przycisk „Edytuj”.',
+ ],
+ 'views' => 'Wyświetlenia',
+
+ // Detail page
+ "no_street_view" => "Brak obrazu widoku ulicy w tej lokalizacji",
+ 'edit_my_contact_info' => 'Edytuj moje dane kontaktowe',
+ 'update_my_contact_info' => 'zaktualizuj moje dane kontaktowe',
+ 'contact_info' => 'Informacje kontaktowe',
+ 'ad_info' => 'Informacje o reklamie',
+
+ // Select cat
+ 'select_category_step_by_step' => 'Wybierz kategorię krok po kroku',
+
+ // New create page
+ 'options' => 'Opcje',
+ 'category_selection' => 'Wybór kategorii',
+ 'listing_details' => 'Szczegóły aukcji',
+ 'preview' => 'Zapowiedź',
+ 'congratulations' => 'Gratulacje',
+ 'ad_desc' => 'opis reklamy',
+ 'upload_photos' => 'Załadować zdjęcia',
+ 'upload_files' => 'Prześlij pliki',
+ 'additional_fields' => 'Dodatkowe pola',
+ 'ad_location' => 'Lokalizacja reklamy',
+ 'owner' => 'Właściciel',
+ 'default_owner_instruction' => 'Właścicielem będzie domyślnie bieżący użytkownik, jeśli żaden użytkownik nie zostanie wybrany',
+ 'create_page_subtitle' => 'Utwórz reklamę bezbłędnie, wprowadzając szczegółowe informacje o swojej reklamie.',
+ 'with_my_phone_numbers' => 'With my phone numbers',
+ 'not_with_my_phone_numbers' => "I don't want to be reached by phone",
+ 'how_can_you_be_contacted' => "How can you be contacted?",
+
+ // Listing page
+ 'ad_title' => 'Tytuł ogłoszenia',
+ 'listing_date' => 'Data notowania',
+ 'view' => 'Widok',
+ 'ads_with_map' => 'Reklamy z mapą',
+ 'advanced_sorting' => 'Zaawansowane sortowanie',
+ 'filter_by_word' => 'Filtruj według słowa',
+ 'filter_by' => 'Filtruj według: nazwa',
+
+ 'free' => 'Wolny',
+ 'ad_date' => 'Data ogłoszenia',
+ 'photo_video' => 'Zdjęcie, wideo',
+ 'and_above' => 'i powyżej',
+ 'and_below' => 'i poniżej',
+ 'clear_all' => 'Wyczyść wszystko',
+ 'balances' => 'Salda',
+ 'packages' => 'Pakiety',
+ 'dopings' => 'Dopingi',
+ 'advs' => 'Advs',
+ 'site' => 'Teren',
+ 'subscription' => 'Subskrypcja',
+ 'created' => 'Utworzony',
+ 'product_option' => [
+ 'name' => 'Opcja produktu'
+ ],
+ 'option_json' => [
+ 'name' => 'Opcja'
+ ],
+ 'old_price' => [
+ 'name' => 'Stara cena'
+ ],
+ 'save_search' => 'Zapisz wyszukanie',
+ 'publish_at' => [
+ 'name' => 'Data publikacji'
+ ],
+ 'tax' => [
+ 'name' => 'Tax'
+ ],
+ 'name_a_z' => 'Name (A to Z)',
+ 'name_z_a' => 'Name (Z to A)',
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/pl/message.php b/resources/default/addons/visiosoft/advs-module/lang/pl/message.php
new file mode 100644
index 000000000..6fb8926bf
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/pl/message.php
@@ -0,0 +1,35 @@
+ 'Żądany produkt jest obecnie niedostępny lub nieaktywny',
+ 'please_payment' => 'Proszę zapłacić',
+ 'bank_account_info' => 'informacje o koncie bankowym',
+ 'agreement' => 'Klikając przycisk Post, akceptujesz nasze Warunki użytkowania i Politykę prywatności, potwierdzając, że jesteś prawowitym właścicielem tego elementu.',
+ 'update_category_msg' => 'Kategoria sklasyfikowana zostanie zaktualizowana.',
+ 'updated_category_msg' => 'Kategoria pomyślnie edytowana.',
+ 'create_ad_with_post_cat' => [
+ 'title' => "Wybór kategorii został zakończony.",
+ 'success' => true,
+ 'continueBtn' => "Kontyntynuj",
+ ],
+ 'update_category_info' => 'Zaktualizuj kategorię.',
+ 'filter_by_search_msg' => 'Filtruj według wyszukiwania.',
+ 'delete_author_error' => 'Nie możesz usunąć posta, który nie należy do ciebie',
+ 'success_delete' => 'Reklama usunięta',
+ 'pending_ad_status' => 'Twoja reklama oczekuje na akceptację Redakcji.',
+ 'extended' => ': liczba reklam została pomyślnie przedłużona.',
+ 'category_not_exist' => 'Ta kategoria już nie istnieje!',
+ 'currency_converted' => 'Pomyślnie przeliczono walutę.',
+ 'choose_user' => 'Wybierz użytkownika',
+ 'owner_updated_successfully' => 'Właściciel został zaktualizowany pomyślnie!',
+ 'no_add_found' => 'Nie znaleziono reklamy!',
+ 'replicated_success' => 'Reklama została pomyślnie zreplikowana!',
+ 'ad_doesnt_exist' => "Ta reklama nie istnieje!",
+ 'select_location_error' => "Wybierz lokalizację na mapie!",
+ 'this_ad_is_not_valid_anymore' => "Ta reklama jest już nieważna!",
+ 'approve_status_change' => "Stan Twojej reklamy został ustawiony jako Aktywny!",
+ 'passive_status_change' => "Stan Twojej reklamy został ustawiony na pasywny!",
+ 'sold_status_change' => "Stan Twojej reklamy został ustawiony na Sprzedane!",
+ 'status_change' => "Status Twojej reklamy został ustawiony na: status!",
+ 'disabled_detailed_options_for_admin_role' => "Szczegółowe opcje produktu są wyłączone.",
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/pl/permission.php b/resources/default/addons/visiosoft/advs-module/lang/pl/permission.php
new file mode 100644
index 000000000..4713110ce
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/pl/permission.php
@@ -0,0 +1,108 @@
+ [
+ 'name' => 'Reklamy',
+ 'option' => [
+ 'read' => 'Czy mogę czytać reklamy?',
+ 'write' => 'Czy mogę tworzyć / edytować reklamy?',
+ 'delete' => 'Czy można usuwać reklamy?',
+ ],
+ ],
+ 'categories' => [
+ 'name' => 'Kategorie',
+ 'option' => [
+ 'read' => 'Czy można czytać kategorie?',
+ 'write' => 'Czy można tworzyć / edytować kategorie?',
+ 'delete' => 'Czy można usuwać kategorie?',
+ ],
+ ],
+ 'village' => [
+ 'name' => 'Wioska',
+ 'option' => [
+ 'read' => 'Czytasz wioskę?',
+ 'write' => 'Czy można utworzyć / edytować wioskę?',
+ 'delete' => 'Czy można usunąć wioskę?',
+ ],
+ ],
+ 'custom_fields' => [
+ 'name' => 'Pola niestandardowe',
+ 'option' => [
+ 'read' => 'Czy można odczytać pola niestandardowe?',
+ 'write' => 'Czy można tworzyć / edytować pola niestandardowe?',
+ 'delete' => 'Czy można usunąć pola niestandardowe?',
+ ],
+ ],
+ 'custom_field_advs' => [
+ 'name' => 'Niestandardowe reklamy polowe',
+ 'option' => [
+ 'read' => 'Czy można czytać niestandardowe reklamy polowe?',
+ 'write' => 'Czy można tworzyć / edytować niestandardowe reklamy polowe?',
+ 'delete' => 'Czy można usunąć niestandardowe reklamy polowe?',
+ ],
+ ],
+ 'cf_values' => [
+ 'name' => 'Wartości Cf',
+ 'option' => [
+ 'read' => 'Czy można odczytać wartości cf?',
+ 'write' => 'Czy można tworzyć / edytować wartości cf?',
+ 'delete' => 'Czy można usunąć wartości cf?',
+ ],
+ ],
+ 'options' => [
+ 'name' => 'Opcje',
+ 'option' => [
+ 'read' => 'Czy możesz przeczytać opcje?',
+ 'write' => 'Czy można tworzyć / edytować opcje?',
+ 'delete' => 'Czy można usunąć opcje?',
+ ],
+ ],
+ 'productoptions' => [
+ 'name' => 'Productoptions',
+ 'option' => [
+ 'read' => 'Czy można odczytać opcje produktu?',
+ 'write' => 'Czy można tworzyć / edytować opcje produktów?',
+ 'delete' => 'Czy można usunąć opcje produktu?',
+ ],
+ ],
+ 'productoptions_value' => [
+ 'name' => 'Wartość Productoptions',
+ 'option' => [
+ 'read' => 'Czy można odczytać wartość opcji produktu?',
+ 'write' => 'Czy można tworzyć / edytować wartości opcji produktów?',
+ 'delete' => 'Czy można usunąć wartość opcji produktu?',
+ ],
+ ],
+ 'options_configuration' => [
+ 'name' => 'Konfiguracja opcji',
+ 'option' => [
+ 'read' => 'Czy można odczytać konfigurację opcji?',
+ 'write' => 'Czy można tworzyć / edytować konfiguracje opcji?',
+ 'delete' => 'Czy można usunąć konfigurację opcji?',
+ ],
+ ],
+ 'option_configuration' => [
+ 'name' => 'Konfiguracja opcji',
+ 'option' => [
+ 'read' => 'Czy można odczytać konfigurację opcji?',
+ 'write' => 'Czy można tworzyć / edytować konfiguracje opcji?',
+ 'delete' => 'Czy można usunąć konfigurację opcji?',
+ ],
+ ],
+ 'option_configuration' => [
+ 'name' => 'Konfiguracja opcji',
+ 'option' => [
+ 'read' => 'Czy można odczytać konfigurację opcji?',
+ 'write' => 'Czy można tworzyć / edytować konfiguracje opcji?',
+ 'delete' => 'Czy można usunąć konfigurację opcji?',
+ ],
+ ],
+ 'status' => [
+ 'name' => 'Status',
+ 'option' => [
+ 'read' => 'Czy można odczytać status?',
+ 'write' => 'Czy można tworzyć / edytować status?',
+ 'delete' => 'Czy można usunąć status?',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/pl/section.php b/resources/default/addons/visiosoft/advs-module/lang/pl/section.php
new file mode 100644
index 000000000..883644e79
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/pl/section.php
@@ -0,0 +1,64 @@
+ [
+ 'title' => 'Reklamy',
+ ],
+ 'categories' => [
+ 'title' => 'Kategorie',
+ ],
+ 'countries' => [
+ 'title' => 'Kraje',
+ ],
+ 'cities' => [
+ 'title' => 'Miasta',
+ ],
+ 'districts' => [
+ 'title' => 'Dzielnice',
+ ],
+ 'neighborhoods' => [
+ 'title' => 'Okolice',
+ ],
+ 'village' => [
+ 'title' => 'Wioska',
+ ],
+ 'custom_fields' => [
+ 'title' => 'Pola niestandardowe',
+ ],
+ 'custom_field_advs' => [
+ 'title' => 'Niestandardowe reklamy polowe',
+ ],
+ 'cf_values' => [
+ 'title' => 'Wartości Cf',
+ ],
+ 'fields' => [
+ 'title' => 'Pola niestandardowe'
+ ],
+ 'assets_clear' => [
+ 'name' => 'Aktywa Wyczyść'
+ ],
+ 'general' => 'Generał',
+ 'ads' => 'Reklamy',
+ 'user' => 'Użytkownik',
+ 'filter' => 'Filtr',
+ 'create_ad' => 'Utwórz reklamę',
+ 'options' => [
+ 'title' => 'Opcje',
+ ],
+ 'ads_image' => 'Obraz reklam',
+ 'product_options' => [
+ 'title' => 'Opcje',
+ ],
+ 'productoptions_value' => [
+ 'title' => 'Wartość opcji',
+ ],
+ 'option_configuration' => [
+ 'title' => 'Konfiguracja',
+ ],
+ 'translations' => 'Tłumaczenia',
+ 'status' => [
+ 'title' => 'Status',
+ ],
+ 'ads_detail' => 'Szczegóły reklam',
+
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/pl/setting.php b/resources/default/addons/visiosoft/advs-module/lang/pl/setting.php
new file mode 100644
index 000000000..c6ec6dc98
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/pl/setting.php
@@ -0,0 +1,286 @@
+ [
+ 'name' => 'Automatyczne zatwierdzanie',
+ ],
+ 'default_view_type' => [
+ 'name' => 'Domyślny typ widoku',
+ ],
+ 'hide_zero_price' => [
+ 'name' => 'Ukryj cenę, jeśli zero',
+ 'instructions' => 'Ukryj cenę, jeśli cena reklamy wynosi 0',
+ ],
+ 'estimated_pending_time' => [
+ 'name' => 'Szacowany czas oczekiwania',
+ 'instructions' => 'W godzinach',
+ ],
+ 'default_published_time' => [
+ 'name' => 'Domyślny czas publikacji',
+ ],
+ 'address' => [
+ 'name' => 'Skontaktuj się z adresem',
+ ],
+ 'phone' => [
+ 'name' => 'telefon kontaktowy',
+ ],
+ 'favicon' => [
+ 'name' => 'Favicon',
+ ]
+ , 'map_coordinates_long' => [
+ 'name' => 'Współrzędna długa mapy',
+ ],
+ 'map_coordinates_lat' => [
+ 'name' => 'Współrzędna mapy Lat',
+ ],
+ 'iban_numbers' => [
+ 'name' => 'IBAN',
+ ],
+ 'logo' => [
+ 'name' => 'Logo',
+ ],
+ 'ogImage' => [
+ 'name' => 'Logo akcji społecznościowych',
+ 'warning' => 'Powinien mieć rozdzielczość 1200 x 630. ',
+
+ ],
+ 'currencies' => [
+ 'name' => 'Aktywne waluty',
+ ],
+ 'latest-limit' => [
+ 'name' => 'Ostatni limit',
+ ],
+ 'site_address' => [
+ 'name' => 'Adres miejsca',
+ 'warning' => 'Dodano auto www. www.sitename.com ',
+ ],
+ 'google_map_key' => [
+ 'name' => 'Google Map Api Key',
+ ],
+
+ 'default_country' => [
+ 'name' => 'Domyślny kraj reklamy',
+ ],
+ 'hide_price_categories' => [
+ 'name' => 'Ukryj cenę w kategoriach',
+ 'instructions' => 'Cena zostanie ukryta podczas tworzenia lub przeglądania reklamy w tych kategoriach.'
+ ],
+ 'free_currencyconverterapi_key' => [
+ 'name' => 'Klucz API przelicznika walut'
+ ],
+ 'default_city' => [
+ 'name' => 'Domyślne miasto reklamy',
+ ],
+ 'default_district' => [
+ 'name' => 'Domyślny okręg reklamowy',
+ ],
+ 'default_neighborhood' => [
+ 'name' => 'Domyślne sąsiedztwo reklam',
+ ],
+ 'default_currency' => [
+ 'name' => 'Domyślna waluta reklamy',
+ ],
+ 'default_GET' => [
+ 'name' => 'Domyślna reklama GET',
+ ],
+ 'twitter' => [
+ 'name' => 'Świergot',
+ ],
+ 'facebook' => [
+ 'name' => 'Facebook',
+ ],
+ 'youtube' => [
+ 'name' => 'youtube',
+ ],
+ 'google' => [
+ 'name' => 'Google',
+ ],
+ 'listing_page_image' => [
+ 'name' => 'Obraz strony z listą',
+ ],
+ 'hide_standard_price_field' => [
+ 'name' => 'Ukryj pole ceny standardowej',
+ ],
+ 'hide_options_field' => [
+ 'name' => 'Ukryj pole opcji',
+ ],
+ 'hide_village_field' => [
+ 'name' => 'Ukryj pole wioski',
+ ],
+ 'hide_configurations' => [
+ 'name' => 'Ukryj przycisk Konfiguracje',
+ 'instructions' => 'Ukryj przycisk Konfiguracje na stronie podglądu reklamy',
+ ],
+ 'make_all_fields_required' => [
+ 'name' => 'Ustaw wszystkie pola jako wymagane',
+ 'instructions' => 'Wymagaj od użytkownika wypełnienia pól Cena i Opis podczas tworzenia reklamy',
+ ],
+ 'make_map_required' => [
+ 'name' => 'Wymagana mapa',
+ 'instructions' => 'Wymagaj od użytkownika umieszczenia pinezki na mapie podczas tworzenia reklamy',
+ ],
+ 'hide_listing_standard_price' => [
+ 'name' => 'Ukryj standardową cenę oferty',
+ ],
+ 'enabled_currencies' => [
+ 'name' => 'Włączone waluty',
+ ],
+ 'google_statistic_code' => [
+ 'name' => 'Kod statystyczny Google',
+ ],
+ 'register_email_field' => [
+ 'name' => 'Wymagany adres e-mail rejestracji członka',
+ ],
+ 'market_place' => [
+ 'name' => 'Rynek',
+ 'instructions' => 'If the marketplace is down, your site will act as ecommerce. For example,
+ some fields in the profile such as ads, dopings, messages, sale, packages and store are not visible and
+ removes corporate membership.'
+ ],
+ 'price_area_hidden' => [
+ 'name' => 'Ukryty obszar cen',
+ ],
+ 'hide_price_filter' => [
+ 'name' => 'Ukryj filtr cen',
+ ],
+ 'hide_date_filter' => [
+ 'name' => 'Ukryj filtr dat',
+ ],
+ 'hide_photo_filter' => [
+ 'name' => 'Ukryj filtr zdjęć',
+ ],
+ 'hide_map_filter' => [
+ 'name' => 'Ukryj filtr mapy',
+ ],
+ 'show_lang_url' => [
+ 'name' => 'Pokaż parametr języka dla adresu URL',
+ ],
+ 'popular_ads_limit' => [
+ 'name' => 'Limit popularnych reklam',
+ ],
+
+ //Image
+
+ 'image_resize_backend' => [
+ 'name' => 'Image Resize Backend',
+ ],
+ 'full_image_width' => [
+ 'name' => 'Pełna szerokość obrazu',
+ ],
+ 'full_image_height' => [
+ 'name' => 'Pełna wysokość obrazu',
+ ],
+ 'medium_image_width' => [
+ 'name' => 'Średnia szerokość obrazu',
+ ],
+ 'medium_image_height' => [
+ 'name' => 'Średnia wysokość obrazu',
+ ],
+ 'thumbnail_width' => [
+ 'name' => 'Szerokość miniatury',
+ ],
+ 'thumbnail_height' => [
+ 'name' => 'Wysokość miniatury',
+ ],
+ 'add_canvas' => [
+ 'name' => 'Dodaj płótno',
+ ],
+ 'image_canvas_width' => [
+ 'name' => 'Szerokość obszaru roboczego obrazu',
+ ],
+ 'image_canvas_height' => [
+ 'name' => 'Wysokość obszaru roboczego obrazu',
+ ],
+ 'watermark_type' => [
+ 'name' => 'Rodzaj znaku wodnego',
+ ],
+ 'watermark_text' => [
+ 'name' => 'Tekst znaku wodnego',
+ ],
+ 'watermark_image' => [
+ 'name' => 'Obraz znaku wodnego',
+ ],
+ 'watermark_position' => [
+ 'name' => 'Pozycja znaku wodnego',
+ ],
+ 'user_filter_limit' => [
+ 'name' => 'Limit filtrów użytkownika',
+ 'instructions' => 'W panelu administracyjnym'
+ ],
+ 'show_breadcrumb_when_creating_ad' => [
+ 'name' => 'Pokaż menu nawigacyjne podczas tworzenia reklamy',
+ ],
+ 'show_ads_count' => [
+ 'name' => 'Pokaż liczbę reklam',
+ 'instructions' => 'Pokaż liczbę reklam na liście kategorii po lewej stronie',
+ ],
+ 'ads_date_hidden' => [
+ 'name' => 'Ukryj datę utworzenia',
+ 'instructions' => 'Ukryj datę utworzenia na stronie szczegółów reklam',
+ ],
+ 'hide_listing_header' => [
+ 'name' => 'Ukryj nagłówek aukcji',
+ 'instructions' => 'Ukrywanie do porządkowania i przeglądania typów',
+ ],
+ 'hide_filter_section' => [
+ 'name' => 'Ukryj sekcję filtrów',
+ 'instructions' => 'Ukrywanie w lewym obszarze filtra na stronie listy',
+ ],
+ 'hide_seller_info' => [
+ 'name' => 'Ukryj informacje o sprzedającym',
+ 'instructions' => 'Ukrywanie informacji o sprzedawcy na stronie szczegółów ogłoszeń',
+ ],
+ 'show_post_ad_agreement' => [
+ 'name' => 'Pokaż umowę opublikowania ogłoszenia',
+ 'instructions' => 'Włącz tę opcję, jeśli chcesz wyświetlać umowę o polityce prywatności na stronie tworzenia reklamy',
+ ],
+ 'override_text' => [
+ 'name' => 'Zastąp tekst',
+ 'instructions' => 'Stara wartość: nowa wartość'
+ ],
+ 'steps_color' => [
+ 'name' => 'Kolor kroków',
+ 'instructions' => 'Zmienia kolor stopniowych kroków.'
+ ],
+ 'create_ad_button_color' => [
+ 'name' => 'Utwórz kolor przycisku reklamy',
+ 'instructions' => 'Zmienia przycisk wyświetlany po zakończeniu wyboru nowej kategorii reklam.'
+ ],
+ 'lang_switcher_for_browser' => [
+ 'name' => 'Przełącznik języka dla przeglądarki',
+ 'instructions' => 'Umożliwia wybranie języka przeglądarki jako aktywnego języka'
+ ],
+ 'get_categories' => [
+ 'name' => 'POBIERZ kategorie',
+ 'instructions' => 'Reprezentuje kategorie, w których właściwość GET będzie ważna.'
+ ],
+ 'watermark' => [
+ 'name' => 'znak wodny',
+ 'instructions' => 'Czy znak wodny jest aktywny?'
+ ],
+ 'detailed_product_options' => [
+ 'name' => 'Szczegółowe opcje produktu',
+ 'instructions' => 'Umożliwia wprowadzenie informacji o stanie magazynowym i cenie produktu'
+ ],
+ 'show_subcats_mobile' => [
+ 'name' => 'Pokaż podkategorie w widoku mobilnym',
+ ],
+ 'show_price_to_members_only' => [
+ 'name' => 'Pokaż cenę tylko członkom',
+ ],
+ 'hide_ad_cat' => [
+ 'name' => 'Ukryj kategorie',
+ 'instructions' => 'Ukryj kategorie na liście ogłoszeń'
+ ],
+ 'show_finish_and_publish_date' => [
+ 'name' => 'Pokaż datę zakończenia i datę publikacji do utworzenia',
+ 'instructions' => 'Wyświetla pola publ_at i finish_at na stronie tworzenia reklamy.'
+ ],
+ 'show_tax_field' => [
+ 'name' => 'Show Tax Field',
+ 'instructions' => 'When this option is enabled, you can set the tax rate on the ad creation page.'
+ ],
+ 'hide_contact_created_at' => [
+ 'name' => 'Hide Contact Fields For in Create New Ad'
+ ]
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/pl/stream.php b/resources/default/addons/visiosoft/advs-module/lang/pl/stream.php
new file mode 100644
index 000000000..5be54d5da
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/pl/stream.php
@@ -0,0 +1,37 @@
+ [
+ 'name' => 'Advs',
+ ],
+ 'categories' => [
+ 'name' => 'Kategorie',
+ ],
+ 'village' => [
+ 'name' => 'Wioska',
+ ],
+ 'custom_fields' => [
+ 'name' => 'Pola niestandardowe',
+ ],
+ 'custom_field_advs' => [
+ 'name' => 'Niestandardowe porady terenowe',
+ ],
+ 'cf_values' => [
+ 'name' => 'Wartości Cf',
+ ],
+ 'options' => [
+ 'name' => 'Opcje',
+ ],
+ 'product_options' => [
+ 'name' => 'Opcje produktu',
+ ],
+ 'productoptions_value' => [
+ 'name' => 'Wartość opcji',
+ ],
+ 'option_configuration' => [
+ 'name' => 'Konfiguracja',
+ ],
+ 'status' => [
+ 'name' => 'Status',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/pl/view.php b/resources/default/addons/visiosoft/advs-module/lang/pl/view.php
new file mode 100644
index 000000000..1902ca915
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/pl/view.php
@@ -0,0 +1,6 @@
+ 'Niedokończony',
+ 'advanced' => 'zaawansowane',
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/pt/addon.php b/resources/default/addons/visiosoft/advs-module/lang/pt/addon.php
new file mode 100644
index 000000000..8f75d33f2
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/pt/addon.php
@@ -0,0 +1,8 @@
+ 'Publicidades',
+ 'name' => 'Módulo de anúncios',
+ 'description' => 'Módulo de anúncios',
+ 'info' => 'This is the screen where you can add, delete and edit ads from the Ads page. On this page, you can simply do the operations such as post management and ad configuration.'
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/pt/button.php b/resources/default/addons/visiosoft/advs-module/lang/pt/button.php
new file mode 100644
index 000000000..7f3cfacfb
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/pt/button.php
@@ -0,0 +1,48 @@
+ 'Novo Adv',
+ 'new_classified' => 'Novo classificado',
+ 'new_category' => 'Nova categoria',
+ 'new_country' => 'Novo país',
+ 'new_city' => 'Nova cidade',
+ 'new_district' => 'Novo Distrito',
+ 'new_neighborhood' => 'Bairro Novo',
+ 'new_village' => 'Nova aldeia',
+ 'edit' => "Editar",
+ 'approve' => "Aprovar",
+ 'decline' => 'Declínio',
+ 'extend' => 'Ampliar',
+ 'extend_all' => 'Estender tudo',
+ 'convert_currency' => 'Converter Moeda',
+ 'categories' => 'Categorias',
+ 'sub_category' => 'Subcategorias',
+ 'add_sub_category' => 'Adicionar subcategoria',
+ 'sub_cities' => 'Sub-cidades',
+ 'add_sub_cities' => 'Adicionar Sub Cidade',
+ 'add_sub_districts' => 'Adicionar Sub Distrito',
+ 'add_sub_neighborhoods' => 'Adicionar Sub Bairro',
+ 'add_sub_village' => 'Adicionar Sub Village',
+ 'sub_districts' => 'Sub distritos',
+ 'sub_neighborhoods' => 'Sub-bairros',
+ 'sub_village' => 'Aldeia Sub',
+ 'general_settings' => 'Configurações Gerais',
+ 'save_category' => 'Salvar categoria',
+ 'change_owner' => 'Alterar proprietário',
+ 'update_category' => [
+ 'name' => 'Atualizar categoria'
+ ],
+ 'new_option' => 'Nova Opção',
+ 'export' => 'Exportar',
+ 'new_productoption' => 'Nova opção de produto',
+ 'new_productoptions_value' => 'Novo valor de opção de produto',
+ 'new_options_configuration' => 'Configuração de nova opção',
+ 'new_option_configuration' => 'Configuração de nova opção',
+ 'create_configurations' => 'Criar configurações',
+ 'replicate' => 'Replicar',
+ 'fast_create' => 'Criação rápida',
+ 'publish' => 'Publicar',
+ 'import' => 'Importar',
+ 'new_status' => 'Novo Status',
+ 'fast_edit' => 'Edição Rápida',
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/pt/currency.php b/resources/default/addons/visiosoft/advs-module/lang/pt/currency.php
new file mode 100644
index 000000000..6fb8f00f8
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/pt/currency.php
@@ -0,0 +1,6 @@
+ 'Dólar',
+ 'EUR' => 'Euro',
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/pt/field.php b/resources/default/addons/visiosoft/advs-module/lang/pt/field.php
new file mode 100644
index 000000000..e5252d67d
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/pt/field.php
@@ -0,0 +1,386 @@
+ [
+ 'name' => 'Título'
+ ],
+ 'order' => [
+ 'name' => 'Ordem'
+ ],
+ 'slug' => [
+ 'name' => 'Lesma'
+ ],
+ 'parent_category' => [
+ 'name' => 'Pai'
+ ],
+ 'category' => [
+ 'name' => 'Título da categoria'
+ ],
+ 'price' => [
+ 'name' => 'Preço'
+ ],
+ 'standard_price' => [
+ 'name' => 'Preço padrão'
+ ],
+ 'date' => [
+ 'name' => 'Encontro'
+ ],
+ 'photo' => [
+ 'name' => 'foto'
+ ],
+ 'video' => [
+ 'name' => 'Vídeo'
+ ],
+ 'map' => [
+ 'name' => 'Mapa'
+ ],
+ 'stock' => [
+ 'name' => 'estoque'
+ ],
+ 'advs_desc' => [
+ 'name' => 'Descrição'
+ ],
+ 'online_payment' => [
+ 'name' => 'Pagamento online'
+ ],
+ 'city' => [
+ 'name' => 'Cidade'
+ ],
+ 'country' => [
+ 'name' => 'País'
+ ],
+ 'district' => [
+ 'name' => 'Distrito'
+ ],
+ 'neighborhood' => [
+ 'name' => 'Vizinhança'
+ ],
+ 'village' => [
+ 'name' => 'Aldeia'
+ ],
+ 'files' => [
+ 'name' => 'Imagens'
+ ],
+ 'cat1' => [
+ 'name' => 'categoria principal'
+ ],
+ 'cat2' => [
+ 'name' => 'Subcategoria 1'
+ ],
+ 'cat3' => [
+ 'name' => 'Subcategoria 2'
+ ],
+ 'cat4' => [
+ 'name' => 'Subcategoria 3'
+ ],
+ 'cat5' => [
+ 'name' => 'Subcategoria 4'
+ ],
+ 'cat6' => [
+ 'name' => 'Subcategoria 5'
+ ],
+ 'cat7' => [
+ 'name' => 'Subcategoria 6'
+ ],
+ 'cat8' => [
+ 'name' => 'Subcategoria 7'
+ ],
+ 'cat9' => [
+ 'name' => 'Sub Categoria 8'
+ ],
+ 'cat10' => [
+ 'name' => 'Subcategoria 9'
+ ],
+ 'currency' => [
+ 'name' => 'Moeda'
+ ],
+ 'status' => [
+ 'name' => 'Status',
+ 'option' => [
+ 'approved' => 'Aprovado',
+ 'expired' => 'Expirado',
+ 'unpublished' => 'Não publicado',
+ 'pending_admin' => 'Administrador pendente',
+ 'pending_user' => 'Usuário pendente'
+ ]
+ ],
+ 'pending_adv' => [
+ 'name' => 'Anúncios pendentes'
+ ],
+ 'finish_at' => [
+ 'name' => 'Terminar em'
+ ],
+ 'cover_photo' => [
+ 'name' => 'Foto de capa'
+ ],
+ 'favs_adv' => [
+ 'name' => 'Anúncios Fav'
+ ],
+ 'my_adv' => [
+ 'name' => 'ADVS'
+ ],
+ 'description' => 'Descrição',
+ 'explanation' => 'Explicação',
+ 'type' => [
+ 'name' => 'Tipo'
+ ],
+ 'parent_adv' => [
+ 'name' => 'Anúncio relacionado'
+ ],
+ 'value' => [
+ 'name' => 'Valor'
+ ],
+ 'list' => 'Lista',
+ 'home' => 'Casa',
+ 'list-page' => 'Página de lista',
+ 'search' => 'Procurar',
+ 'reset' => 'Reset',
+ 'recommended' => 'Anúncios recomendados para você',
+ 'filter' => 'Filtro',
+ 'sort' => 'Ordenar',
+ 'sort_by' => 'Ordenar por',
+ 'pick_option' => 'Escolha uma opção',
+ 'pick_ordering' => 'Encomenda',
+ 'price_high' => 'Preço alto para baixo',
+ 'price_low' => 'Preço Baixo a Alto',
+ 'newest' => 'O mais novo',
+ 'oldest' => 'Mais antigas',
+ 'address_a_z' => 'Endereço (A a Z)',
+ 'address_z_a' => 'Endereço (Z a A)',
+ 'categories' => [
+ 'name' => 'Categorias'
+ ],
+ 'all_categories' => 'todas as categorias',
+ 'location' => 'Localização',
+ 'send_message' => 'Enviar mensagem',
+ 'phone_gsm' => 'Telefone Gsm',
+ 'phone_office' => 'Telefone do escritório',
+ 'add_to_favorites' => "Adicionar aos favoritos",
+ 'send' => 'Mandar',
+ 'search_name' => 'Nome da pesquisa',
+ 'my_favorite_searches' => 'Pesquisas Favoritas',
+ 'search_desc' => 'Você pode adicionar e gerenciar suas seleções de pesquisa favoritas aqui.',
+ 'complaint_placeholder' => 'Digite os detalhes da sua reclamação aqui.',
+ 'show_details' => 'Mostrar detalhes',
+ 'ad_actions' => 'Ações de anúncio',
+ 'edit' => 'Editar',
+ 'approve' => 'Aprovar',
+ 'passive' => "Passiva",
+ 'sold' => 'Vendido',
+ 'offered_by' => 'Oferecido por',
+ 'more_ads_by' => 'Mais anúncios por',
+ 'click_phone' => 'Mostrar número de telefone',
+ 'share' => 'Compartilhe este anúncio',
+ 'report' => 'Denunciar este anúncio',
+ 'features' => 'Características',
+ "streetview" => "vista da rua",
+ 'recommended_ads' => 'Anúncios recomendados para você',
+ 'new' => 'Novo',
+ 'short_info' => 'Informação Curta',
+ 'secure_trading' => 'Negociação Segura',
+ '24/7' => 'Suporte 24/7',
+ 'easy_trading' => 'Negociação Fácil',
+ 'need_help' => 'Preciso de ajuda?',
+ 'give_a_call' => 'Faça uma chamada',
+ 'message_sent' => 'Mensagem enviada!',
+ 'asap' => 'Mensagem enviada,
+ vendedor entrará em contato com você assim que possível.',
+ 'ad_id' => 'ID do anúncio',
+ 'contact_with' => 'Contato com',
+ 'create_adv' => 'Criar um anúncio',
+ 'edit_adv' => 'Editar anúncio',
+ 'mandatory_fields' => 'Campos obrigatórios',
+ 'ad_post' => 'Anúncio de postagem',
+ 'sell_item' => 'Vender um item ou serviço',
+ 'search_save' => 'Pesquisa favorita salva com sucesso',
+ 'address' => 'Endereço',
+ 'email' => 'O email',
+ 'phone' => 'telefone',
+ 'send_us_your_feedback' => 'Envie-nos seus comentários',
+ 'online_shopping' => 'PEGUE',
+ 'approved' => 'Aprovado com sucesso',
+ 'extended' => 'Estendido com sucesso',
+ 'declined' => 'Recusado com sucesso',
+ 'search_on_map' => 'Pesquisa no Mapa',
+ 'post_free_ad' => 'Publicar anúncio grátis',
+ 'select_a_category' => 'Selecione uma categoria',
+ 'select_a_sub_category' => 'Selecione uma sub categoria',
+ 'all_dopings_added' => 'Todos os tipos de doping são adicionados para este anúncio.',
+ 'is_get_adv' => [
+ 'name' => 'PEGUE'
+ ],
+ 'corporate_info' => 'Informações corporativas',
+ 'featured_ads' => "Anúncios em destaque",
+ 'trending_ads' => 'Anúncios Trendind',
+ 'search_ad_result_prefix' => 'em',
+ 'search_ad_result_text' => ': contagem de anúncios foram encontrados em sua pesquisa : nome ',
+ 'search_ads_result_message' => [
+ 'name' => ': contagem de anúncios encontrados para:pesquisa de nome',
+ ],
+ 'total' => 'Total',
+ 'quantity' => 'Quantidade',
+ 'view_cart' => 'Ver carrinho',
+ 'no_ads' => 'Sem anúncios!',
+ 'show_display_mode' => [
+ 'map' => 'Mapa',
+ 'list' => 'Lista',
+ ],
+ 'advs_list_table_thead' => [
+ 'name' => 'Nome do anúncio',
+ 'price' => 'Preço',
+ 'publish_at' => 'Data do anúncio',
+ 'location_city' => 'Cidade',
+ 'location_country' => 'País',
+ ],
+ 'show_list_view' => [
+ 'name' => 'Lista',
+ ],
+ 'show_table_view' => [
+ 'name' => 'Mesa',
+ ],
+ 'showcase' => [
+ 'name' => 'Mostruário',
+ ],
+ 'new_ad' => [
+ 'name' => 'Novo anúncio',
+ ],
+ 'profile' => [
+ 'name' => 'Perfil',
+ ],
+ 'my_ads' => [
+ 'name' => 'Meus anúncios',
+ ],
+ 'sold_out' => [
+ 'name' => 'Esgotado',
+ ],
+ 'edit_category' => 'Editar categoria',
+ 'set_category' => 'Definir categoria',
+ 'max' => [
+ 'name' => 'Máx.',
+ ],
+ 'min' => [
+ 'name' => 'Mín.',
+ ],
+ 'in_the_last_24_hours' => [
+ 'name' => 'Nas últimas 24 horas'
+ ],
+ 'in_the_last_day' => [
+ 'name' => 'Nas últimas 24 horas'
+ ],
+ 'in_the_last_week' => [
+ 'name' => 'Na última semana'
+ ],
+ 'in_the_last_month' => [
+ 'name' => 'No último mês'
+ ],
+ 'ads_with_photo' => [
+ 'name' => 'Anúncios com foto'
+ ],
+ 'ads_with_video' => [
+ 'name' => 'Anúncios com vídeo'
+ ],
+ 'yes' => [
+ 'name' => 'sim'
+ ],
+ 'no' => [
+ 'name' => 'Não'
+ ],
+ 'is_system' => [
+ 'name' => 'É sistema',
+ 'instructions' => 'O status do sistema é obrigatório e não deve ser alterado',
+ ],
+ 'user_access' => [
+ 'name' => 'Acesso do usuário',
+ 'instructions' => 'Um usuário pode usar esse status em seus anúncios?',
+ ],
+ "no_location" => "Nenhum local está selecionado.",
+ "continue" => 'Continuar',
+ "gallery" => 'Galeria',
+ "ad" => 'de Anúncios',
+ "ads" => 'Publicidades',
+ "were_found" => 'foram achados.',
+
+ // Pending screen
+ 'pending_message_1' => 'O anúncio está no processo de aprovação',
+ 'pending_message_2' => "Data de atualização do anúncio",
+ 'pending_message_3' => 'Tempo de espera estimado',
+ 'pending_message_4' => 'O tempo gasto no processo de aprovação será adicionado ao tempo de doping.',
+ 'pending_message_5' => 'Nenhuma transação pode ser feita a partir do call center em relação ao anúncio no processo de aprovação.',
+ 'hours' => 'horas',
+
+ // Preview page
+ 'preview_text' => [
+ 'part_1' => 'Se as seguintes informações sobre o seu anúncio estiverem corretas, clique no botão "Continuar" e vá para a próxima etapa.',
+ 'part_2' => 'Caso contrário, clique no botão "Editar".',
+ ],
+ 'views' => 'Visualizações',
+
+ // Detail page
+ "no_street_view" => "Nenhuma imagem do Street View neste local",
+ 'edit_my_contact_info' => 'Editar minhas informações de contato',
+ 'update_my_contact_info' => 'atualizar minhas informações de contato',
+ 'contact_info' => 'Informações de Contato',
+ 'ad_info' => 'Informações do anúncio',
+
+ // Select cat
+ 'select_category_step_by_step' => 'Selecione a categoria passo a passo',
+
+ // New create page
+ 'options' => 'Opções',
+ 'category_selection' => 'Seleção de Categoria',
+ 'listing_details' => 'Detalhes da lista',
+ 'preview' => 'Antevisão',
+ 'congratulations' => 'Parabéns',
+ 'ad_desc' => 'Descrição de Anúncio',
+ 'upload_photos' => 'Upload fotos',
+ 'upload_files' => 'Fazer upload de arquivos',
+ 'additional_fields' => 'Campos Adicionais',
+ 'ad_location' => 'Localização do anúncio',
+ 'owner' => 'Proprietário',
+ 'default_owner_instruction' => 'O proprietário assumirá como padrão o usuário atual se nenhum usuário for selecionado',
+ 'create_page_subtitle' => 'Crie o anúncio perfeitamente inserindo informações detalhadas sobre o seu anúncio.',
+ 'with_my_phone_numbers' => 'With my phone numbers',
+ 'not_with_my_phone_numbers' => "I don't want to be reached by phone",
+ 'how_can_you_be_contacted' => "How can you be contacted?",
+
+ // Listing page
+ 'ad_title' => 'Título do anúncio',
+ 'listing_date' => 'Data de Listagem',
+ 'view' => 'Visualizar',
+ 'ads_with_map' => 'Anúncios com mapa',
+ 'advanced_sorting' => 'Classificação Avançada',
+ 'filter_by_word' => 'Filtrar por palavra',
+ 'filter_by' => 'Filtrar por: nome',
+
+ 'free' => 'Livre',
+ 'ad_date' => 'Data do Anúncio',
+ 'photo_video' => 'Foto, Vídeo',
+ 'and_above' => 'e acima',
+ 'and_below' => 'e abaixo',
+ 'clear_all' => 'Limpar tudo',
+ 'balances' => 'Saldos',
+ 'packages' => 'Pacotes',
+ 'dopings' => 'Dopings',
+ 'advs' => 'Advs',
+ 'site' => 'Local',
+ 'subscription' => 'Inscrição',
+ 'created' => 'Criado',
+ 'product_option' => [
+ 'name' => 'Opção de Produto'
+ ],
+ 'option_json' => [
+ 'name' => 'Opção'
+ ],
+ 'old_price' => [
+ 'name' => 'Preço antigo'
+ ],
+ 'save_search' => 'Salvar busca',
+ 'publish_at' => [
+ 'name' => 'Data de publicação'
+ ],
+ 'tax' => [
+ 'name' => 'Tax'
+ ],
+ 'name_a_z' => 'Name (A to Z)',
+ 'name_z_a' => 'Name (Z to A)',
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/pt/message.php b/resources/default/addons/visiosoft/advs-module/lang/pt/message.php
new file mode 100644
index 000000000..4fe2fdb64
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/pt/message.php
@@ -0,0 +1,35 @@
+ 'O produto solicitado está ausente ou inativo no momento',
+ 'please_payment' => 'Por favor pague',
+ 'bank_account_info' => 'informações de conta bancária',
+ 'agreement' => 'Ao clicar em Publicar, você concorda com nossos Termos de Uso e Política de Privacidade, reconhecendo que você é o legítimo proprietário deste item.',
+ 'update_category_msg' => 'A categoria classificada será atualizada.',
+ 'updated_category_msg' => 'Categoria editada com sucesso.',
+ 'create_ad_with_post_cat' => [
+ 'title' => "A seleção da categoria foi concluída.",
+ 'success' => true,
+ 'continueBtn' => "Continuar",
+ ],
+ 'update_category_info' => 'Atualize a categoria.',
+ 'filter_by_search_msg' => 'Filtrar por pesquisa.',
+ 'delete_author_error' => 'Você não pode excluir uma postagem que não lhe pertence',
+ 'success_delete' => 'Anúncio excluído',
+ 'pending_ad_status' => 'O seu anúncio está com aprovação pendente do Editor.',
+ 'extended' => ': número de anúncios foi estendido com sucesso.',
+ 'category_not_exist' => 'Esta categoria não existe mais!',
+ 'currency_converted' => 'Moeda convertida com sucesso.',
+ 'choose_user' => 'Escolha um usuário',
+ 'owner_updated_successfully' => 'O proprietário foi atualizado com sucesso!',
+ 'no_add_found' => 'Nenhum anúncio encontrado!',
+ 'replicated_success' => 'O anúncio foi replicado com sucesso!',
+ 'ad_doesnt_exist' => "Este anúncio não existe!",
+ 'select_location_error' => "Selecione um local no mapa!",
+ 'this_ad_is_not_valid_anymore' => "Este anúncio não é mais válido!",
+ 'approve_status_change' => "O status do seu anúncio foi definido como ativo!",
+ 'passive_status_change' => "O status do seu anúncio foi definido como passivo!",
+ 'sold_status_change' => "O status do seu anúncio foi definido como vendido!",
+ 'status_change' => "O status do seu anúncio foi definido como: status!",
+ 'disabled_detailed_options_for_admin_role' => "As opções detalhadas do produto estão desativadas.",
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/pt/permission.php b/resources/default/addons/visiosoft/advs-module/lang/pt/permission.php
new file mode 100644
index 000000000..c8591f82b
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/pt/permission.php
@@ -0,0 +1,108 @@
+ [
+ 'name' => 'Publicidades',
+ 'option' => [
+ 'read' => 'Pode ler anúncios? ',
+ 'write' => 'Pode criar / editar anúncios? ',
+ 'delete' => 'Pode excluir anúncios?',
+ ],
+ ],
+ 'categories' => [
+ 'name' => 'Categorias',
+ 'option' => [
+ 'read' => 'Pode ler categorias? ',
+ 'write' => 'Pode criar / editar categorias? ',
+ 'delete' => 'Pode excluir categorias?',
+ ],
+ ],
+ 'village' => [
+ 'name' => 'Aldeia',
+ 'option' => [
+ 'read' => 'Pode ler a aldeia? ',
+ 'write' => 'Pode criar / editar aldeia? ',
+ 'delete' => 'Pode apagar a aldeia?',
+ ],
+ ],
+ 'custom_fields' => [
+ 'name' => 'Os campos personalizados',
+ 'option' => [
+ 'read' => 'Pode ler campos personalizados? ',
+ 'write' => 'Pode criar / editar campos personalizados? ',
+ 'delete' => 'Pode excluir campos personalizados?',
+ ],
+ ],
+ 'custom_field_advs' => [
+ 'name' => 'Anúncios de campo personalizado',
+ 'option' => [
+ 'read' => 'Pode ler anúncios de campo personalizados? ',
+ 'write' => 'Pode criar / editar anúncios de campo personalizados? ',
+ 'delete' => 'Pode excluir anúncios de campo personalizado?',
+ ],
+ ],
+ 'cf_values' => [
+ 'name' => 'Valores Cf',
+ 'option' => [
+ 'read' => 'Pode ler valores de cf? ',
+ 'write' => 'Pode criar / editar valores cf? ',
+ 'delete' => 'Pode excluir valores de cf?',
+ ],
+ ],
+ 'options' => [
+ 'name' => 'Opções',
+ 'option' => [
+ 'read' => 'Pode ler as opções?',
+ 'write' => 'Pode criar / editar opções?',
+ 'delete' => 'Pode excluir opções?',
+ ],
+ ],
+ 'productoptions' => [
+ 'name' => 'Opções de produto',
+ 'option' => [
+ 'read' => 'Pode ler as opções do produto?',
+ 'write' => 'Pode criar / editar opções de produto?',
+ 'delete' => 'Pode excluir opções de produto?',
+ ],
+ ],
+ 'productoptions_value' => [
+ 'name' => 'Valor de opções de produto',
+ 'option' => [
+ 'read' => 'Pode ler o valor das opções do produto?',
+ 'write' => 'Pode criar / editar o valor das opções do produto?',
+ 'delete' => 'Pode excluir o valor de opções de produto?',
+ ],
+ ],
+ 'options_configuration' => [
+ 'name' => 'Configuração de opções',
+ 'option' => [
+ 'read' => 'Pode ler a configuração das opções?',
+ 'write' => 'Pode criar / editar configurações de opções?',
+ 'delete' => 'Pode excluir a configuração de opções?',
+ ],
+ ],
+ 'option_configuration' => [
+ 'name' => 'Configuração de opções',
+ 'option' => [
+ 'read' => 'Pode ler a configuração da opção?',
+ 'write' => 'Pode criar / editar configuração de opção?',
+ 'delete' => 'Pode excluir a configuração da opção?',
+ ],
+ ],
+ 'option_configuration' => [
+ 'name' => 'Configuração de opções',
+ 'option' => [
+ 'read' => 'Pode ler a configuração da opção?',
+ 'write' => 'Pode criar / editar configuração de opção?',
+ 'delete' => 'Pode excluir a configuração da opção?',
+ ],
+ ],
+ 'status' => [
+ 'name' => 'Status',
+ 'option' => [
+ 'read' => 'Pode ler o status?',
+ 'write' => 'Pode criar / editar o status?',
+ 'delete' => 'Pode excluir o status?',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/pt/section.php b/resources/default/addons/visiosoft/advs-module/lang/pt/section.php
new file mode 100644
index 000000000..d262e7ac2
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/pt/section.php
@@ -0,0 +1,64 @@
+ [
+ 'title' => 'Publicidades',
+ ],
+ 'categories' => [
+ 'title' => 'Categorias',
+ ],
+ 'countries' => [
+ 'title' => 'Países',
+ ],
+ 'cities' => [
+ 'title' => 'Cidades',
+ ],
+ 'districts' => [
+ 'title' => 'Distritos',
+ ],
+ 'neighborhoods' => [
+ 'title' => 'Bairros',
+ ],
+ 'village' => [
+ 'title' => 'Aldeia',
+ ],
+ 'custom_fields' => [
+ 'title' => 'Os campos personalizados',
+ ],
+ 'custom_field_advs' => [
+ 'title' => 'Anúncios de campo personalizado',
+ ],
+ 'cf_values' => [
+ 'title' => 'Valores Cf',
+ ],
+ 'fields' => [
+ 'title' => 'Os campos personalizados'
+ ],
+ 'assets_clear' => [
+ 'name' => 'Limpar ativos'
+ ],
+ 'general' => 'Geral',
+ 'ads' => 'Publicidades',
+ 'user' => 'Do utilizador',
+ 'filter' => 'Filtro',
+ 'create_ad' => 'Criar um anúncio',
+ 'options' => [
+ 'title' => 'Opções',
+ ],
+ 'ads_image' => 'Imagem de Anúncios',
+ 'product_options' => [
+ 'title' => 'Opções',
+ ],
+ 'productoptions_value' => [
+ 'title' => 'Valor de opções',
+ ],
+ 'option_configuration' => [
+ 'title' => 'Configuração',
+ ],
+ 'translations' => 'Traduções',
+ 'status' => [
+ 'title' => 'Status',
+ ],
+ 'ads_detail' => 'Detalhe de anúncios',
+
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/pt/setting.php b/resources/default/addons/visiosoft/advs-module/lang/pt/setting.php
new file mode 100644
index 000000000..c79253323
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/pt/setting.php
@@ -0,0 +1,286 @@
+ [
+ 'name' => 'Auto aprovar',
+ ],
+ 'default_view_type' => [
+ 'name' => 'Tipo de exibição padrão',
+ ],
+ 'hide_zero_price' => [
+ 'name' => 'Ocultar preço se zero',
+ 'instructions' => 'Ocultar o preço se o preço do anúncio for 0',
+ ],
+ 'estimated_pending_time' => [
+ 'name' => 'Tempo estimado estimado',
+ 'instructions' => 'Em horas',
+ ],
+ 'default_published_time' => [
+ 'name' => 'Tempo de Publicação Padrão',
+ ],
+ 'address' => [
+ 'name' => 'Endereço de contato',
+ ],
+ 'phone' => [
+ 'name' => 'telefone de contato',
+ ],
+ 'favicon' => [
+ 'name' => 'Favicon',
+ ]
+ , 'map_coordinates_long' => [
+ 'name' => 'Mapear Coordenadas Longas',
+ ],
+ 'map_coordinates_lat' => [
+ 'name' => 'Mapa Lat Coordinate',
+ ],
+ 'iban_numbers' => [
+ 'name' => 'IBAN',
+ ],
+ 'logo' => [
+ 'name' => 'Logotipo',
+ ],
+ 'ogImage' => [
+ 'name' => 'Social Share Logo',
+ 'warning' => 'Deve estar em uma resolução de 1200 x 630.',
+
+ ],
+ 'currencies' => [
+ 'name' => 'Moedas Ativas',
+ ],
+ 'latest-limit' => [
+ 'name' => 'Limite mais recente',
+ ],
+ 'site_address' => [
+ 'name' => 'Endereço do site',
+ 'warning' => 'Auto adicionado www. www. sitename.com ',
+ ],
+ 'google_map_key' => [
+ 'name' => 'Chave da API do Google Map',
+ ],
+
+ 'default_country' => [
+ 'name' => 'País de anúncios padrão',
+ ],
+ 'hide_price_categories' => [
+ 'name' => 'Ocultar preço nas categorias',
+ 'instructions' => 'O preço ficará oculto quando você criar um anúncio ou visualizar um anúncio nessas categorias.'
+ ],
+ 'free_currencyconverterapi_key' => [
+ 'name' => 'Chave da API do conversor de moeda'
+ ],
+ 'default_city' => [
+ 'name' => 'Cidade de anúncios padrão',
+ ],
+ 'default_district' => [
+ 'name' => 'Distrito de anúncios padrão',
+ ],
+ 'default_neighborhood' => [
+ 'name' => 'Vizinhamento de anúncios padrão',
+ ],
+ 'default_currency' => [
+ 'name' => 'Moeda do anúncio padrão',
+ ],
+ 'default_GET' => [
+ 'name' => 'Ad GET padrão',
+ ],
+ 'twitter' => [
+ 'name' => 'Twitter',
+ ],
+ 'facebook' => [
+ 'name' => 'Facebook',
+ ],
+ 'youtube' => [
+ 'name' => 'Youtube',
+ ],
+ 'google' => [
+ 'name' => 'Google',
+ ],
+ 'listing_page_image' => [
+ 'name' => 'Listar imagem da página',
+ ],
+ 'hide_standard_price_field' => [
+ 'name' => 'Ocultar campo de preço padrão',
+ ],
+ 'hide_options_field' => [
+ 'name' => 'Ocultar campo de opções',
+ ],
+ 'hide_village_field' => [
+ 'name' => 'Esconder o Campo da Aldeia',
+ ],
+ 'hide_configurations' => [
+ 'name' => 'Ocultar o botão de configurações',
+ 'instructions' => 'Oculte o botão de configurações na página de visualização do anúncio',
+ ],
+ 'make_all_fields_required' => [
+ 'name' => 'Tornar todos os campos obrigatórios',
+ 'instructions' => 'Exigir que o usuário preencha os campos Preço e Descrição ao criar um anúncio',
+ ],
+ 'make_map_required' => [
+ 'name' => 'Tornar mapa obrigatório',
+ 'instructions' => 'Exigir que o usuário coloque um alfinete no mapa ao criar um anúncio',
+ ],
+ 'hide_listing_standard_price' => [
+ 'name' => 'Ocultar preço padrão de listagem',
+ ],
+ 'enabled_currencies' => [
+ 'name' => 'Moedas ativadas',
+ ],
+ 'google_statistic_code' => [
+ 'name' => 'Código estatístico do Google',
+ ],
+ 'register_email_field' => [
+ 'name' => 'Requisito de e-mail de registro de membro',
+ ],
+ 'market_place' => [
+ 'name' => 'Mercado',
+ 'instructions' => 'If the marketplace is down, your site will act as ecommerce. For example,
+ some fields in the profile such as ads, dopings, messages, sale, packages and store are not visible and
+ removes corporate membership.'
+ ],
+ 'price_area_hidden' => [
+ 'name' => 'Área de preço oculta',
+ ],
+ 'hide_price_filter' => [
+ 'name' => 'Ocultar filtro de preço',
+ ],
+ 'hide_date_filter' => [
+ 'name' => 'Ocultar filtro de data',
+ ],
+ 'hide_photo_filter' => [
+ 'name' => 'Ocultar filtro de fotos',
+ ],
+ 'hide_map_filter' => [
+ 'name' => 'Ocultar filtro de mapa',
+ ],
+ 'show_lang_url' => [
+ 'name' => 'Mostrar parâmetro de idioma para URL',
+ ],
+ 'popular_ads_limit' => [
+ 'name' => 'Limite de anúncios populares',
+ ],
+
+ //Image
+
+ 'image_resize_backend' => [
+ 'name' => 'Backend de redimensionamento de imagem',
+ ],
+ 'full_image_width' => [
+ 'name' => 'Largura total da imagem',
+ ],
+ 'full_image_height' => [
+ 'name' => 'Altura total da imagem',
+ ],
+ 'medium_image_width' => [
+ 'name' => 'Largura de imagem média',
+ ],
+ 'medium_image_height' => [
+ 'name' => 'Altura Média da Imagem',
+ ],
+ 'thumbnail_width' => [
+ 'name' => 'Largura da miniatura',
+ ],
+ 'thumbnail_height' => [
+ 'name' => 'Altura da miniatura',
+ ],
+ 'add_canvas' => [
+ 'name' => 'Adicionar tela',
+ ],
+ 'image_canvas_width' => [
+ 'name' => 'Largura da tela da imagem',
+ ],
+ 'image_canvas_height' => [
+ 'name' => 'Altura da tela da imagem',
+ ],
+ 'watermark_type' => [
+ 'name' => 'Tipo de marca d\'água',
+ ],
+ 'watermark_text' => [
+ 'name' => 'Texto de marca d\'água',
+ ],
+ 'watermark_image' => [
+ 'name' => 'Imagem de marca d\'água',
+ ],
+ 'watermark_position' => [
+ 'name' => 'Posição da marca d\'água',
+ ],
+ 'user_filter_limit' => [
+ 'name' => 'Limite de filtro de usuário',
+ 'instructions' => 'No painel de administração'
+ ],
+ 'show_breadcrumb_when_creating_ad' => [
+ 'name' => 'Mostrar localização atual ao criar um anúncio',
+ ],
+ 'show_ads_count' => [
+ 'name' => 'Mostrar contagem de anúncios',
+ 'instructions' => 'Exibir contagem de anúncios na lista de categorias à esquerda',
+ ],
+ 'ads_date_hidden' => [
+ 'name' => 'Ocultar data de criação',
+ 'instructions' => 'Ocultar data de criação na página de detalhes de anúncios',
+ ],
+ 'hide_listing_header' => [
+ 'name' => 'Ocultar cabeçalho da lista',
+ 'instructions' => 'Escondendo os tipos de pedido e visualização',
+ ],
+ 'hide_filter_section' => [
+ 'name' => 'Ocultar seção de filtro',
+ 'instructions' => 'Escondendo a área de filtro à esquerda na página de listagem',
+ ],
+ 'hide_seller_info' => [
+ 'name' => 'Ocultar informações do vendedor',
+ 'instructions' => 'Escondendo as informações do vendedor na página de detalhes dos anúncios',
+ ],
+ 'show_post_ad_agreement' => [
+ 'name' => 'Mostrar Acordo de Postagem',
+ 'instructions' => 'Ative-o se quiser exibir um acordo de política de privacidade na página de criação de anúncios',
+ ],
+ 'override_text' => [
+ 'name' => 'Substituir Texto',
+ 'instructions' => 'Valor antigo: novo valor'
+ ],
+ 'steps_color' => [
+ 'name' => 'Passos Cor',
+ 'instructions' => 'Altera a cor dos passos progressivos.'
+ ],
+ 'create_ad_button_color' => [
+ 'name' => 'Criar cor do botão do anúncio',
+ 'instructions' => 'Altera o botão que aparece quando a seleção da nova categoria de anúncio é concluída.'
+ ],
+ 'lang_switcher_for_browser' => [
+ 'name' => 'Lang Switcher para navegador',
+ 'instructions' => 'Permite que você escolha o idioma do navegador como idioma ativo'
+ ],
+ 'get_categories' => [
+ 'name' => 'GET Categorias',
+ 'instructions' => 'Representa as categorias nas quais a propriedade GET será válida.'
+ ],
+ 'watermark' => [
+ 'name' => 'Marca d\'água',
+ 'instructions' => 'A marca d\'água está ativa?'
+ ],
+ 'detailed_product_options' => [
+ 'name' => 'Opções detalhadas do produto',
+ 'instructions' => 'Permite inserir informações de estoque e preço do produto'
+ ],
+ 'show_subcats_mobile' => [
+ 'name' => 'Mostrar subcategorias na visualização móvel',
+ ],
+ 'show_price_to_members_only' => [
+ 'name' => 'Mostrar preço apenas para membros',
+ ],
+ 'hide_ad_cat' => [
+ 'name' => 'Ocultar categorias',
+ 'instructions' => 'Ocultar categorias na lista de anúncios'
+ ],
+ 'show_finish_and_publish_date' => [
+ 'name' => 'Mostrar data de término e data de publicação para criar',
+ 'instructions' => 'Exibe os campos publish_at e finish_at na página de criação do anúncio.'
+ ],
+ 'show_tax_field' => [
+ 'name' => 'Show Tax Field',
+ 'instructions' => 'When this option is enabled, you can set the tax rate on the ad creation page.'
+ ],
+ 'hide_contact_created_at' => [
+ 'name' => 'Hide Contact Fields For in Create New Ad'
+ ]
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/pt/stream.php b/resources/default/addons/visiosoft/advs-module/lang/pt/stream.php
new file mode 100644
index 000000000..a09580f34
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/pt/stream.php
@@ -0,0 +1,37 @@
+ [
+ 'name' => 'Advs',
+ ],
+ 'categories' => [
+ 'name' => 'Categorias',
+ ],
+ 'village' => [
+ 'name' => 'Aldeia',
+ ],
+ 'custom_fields' => [
+ 'name' => 'Os campos personalizados',
+ ],
+ 'custom_field_advs' => [
+ 'name' => 'Adames de campo personalizado',
+ ],
+ 'cf_values' => [
+ 'name' => 'Valores Cf',
+ ],
+ 'options' => [
+ 'name' => 'Opções',
+ ],
+ 'product_options' => [
+ 'name' => 'Opções de Produto',
+ ],
+ 'productoptions_value' => [
+ 'name' => 'Valor de opções',
+ ],
+ 'option_configuration' => [
+ 'name' => 'Configuração',
+ ],
+ 'status' => [
+ 'name' => 'Status',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/pt/view.php b/resources/default/addons/visiosoft/advs-module/lang/pt/view.php
new file mode 100644
index 000000000..f46cfc5e1
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/pt/view.php
@@ -0,0 +1,6 @@
+ 'Inacabado',
+ 'advanced' => 'Avançado',
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/ro/addon.php b/resources/default/addons/visiosoft/advs-module/lang/ro/addon.php
new file mode 100644
index 000000000..7671eca1a
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/ro/addon.php
@@ -0,0 +1,8 @@
+ 'Reclame',
+ 'name' => 'Modulul de reclame',
+ 'description' => 'Modulul de reclame',
+ 'info' => 'This is the screen where you can add, delete and edit ads from the Ads page. On this page, you can simply do the operations such as post management and ad configuration.'
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/ro/button.php b/resources/default/addons/visiosoft/advs-module/lang/ro/button.php
new file mode 100644
index 000000000..b5158e496
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/ro/button.php
@@ -0,0 +1,48 @@
+ 'Avocat nou',
+ 'new_classified' => 'Nou clasificat',
+ 'new_category' => 'Categorie noua',
+ 'new_country' => 'Țara nouă',
+ 'new_city' => 'Oras nou',
+ 'new_district' => 'Cartier nou',
+ 'new_neighborhood' => 'Nou cartier',
+ 'new_village' => 'Satul nou',
+ 'edit' => "Editați | ×",
+ 'approve' => "Aproba",
+ 'decline' => 'Declin',
+ 'extend' => 'Extinde',
+ 'extend_all' => 'Extindeți toate',
+ 'convert_currency' => 'Convertiți moneda',
+ 'categories' => 'Categorii',
+ 'sub_category' => 'Subcategorii',
+ 'add_sub_category' => 'Adăugați subcategorie',
+ 'sub_cities' => 'Sub-orașe',
+ 'add_sub_cities' => 'Adăugați Sub City',
+ 'add_sub_districts' => 'Adăugați sub-district',
+ 'add_sub_neighborhoods' => 'Adăugați Sub Vecinătate',
+ 'add_sub_village' => 'Adăugați Sub Village',
+ 'sub_districts' => 'Subdistricții',
+ 'sub_neighborhoods' => 'Sub cartiere',
+ 'sub_village' => 'Satul Sub',
+ 'general_settings' => 'setari generale',
+ 'save_category' => 'Salvați categoria',
+ 'change_owner' => 'Schimbă proprietarul',
+ 'update_category' => [
+ 'name' => 'Actualizare categorie'
+ ],
+ 'new_option' => 'Opțiune nouă',
+ 'export' => 'Export',
+ 'new_productoption' => 'Opțiune pentru noi produse',
+ 'new_productoptions_value' => 'Valoare opțiune produs nou',
+ 'new_options_configuration' => 'Configurare opțiune nouă',
+ 'new_option_configuration' => 'Configurare opțiune nouă',
+ 'create_configurations' => 'Creați configurații',
+ 'replicate' => 'Replică',
+ 'fast_create' => 'Crearea rapidă',
+ 'publish' => 'Publica',
+ 'import' => 'Import',
+ 'new_status' => 'Stare nouă',
+ 'fast_edit' => 'Editare rapidă',
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/ro/currency.php b/resources/default/addons/visiosoft/advs-module/lang/ro/currency.php
new file mode 100644
index 000000000..c923ea69f
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/ro/currency.php
@@ -0,0 +1,6 @@
+ 'Dolar',
+ 'EUR' => 'Euro',
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/ro/field.php b/resources/default/addons/visiosoft/advs-module/lang/ro/field.php
new file mode 100644
index 000000000..5c2328fd4
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/ro/field.php
@@ -0,0 +1,385 @@
+ [
+ 'name' => 'Titlu'
+ ],
+ 'order' => [
+ 'name' => 'Ordin'
+ ],
+ 'slug' => [
+ 'name' => 'Melc'
+ ],
+ 'parent_category' => [
+ 'name' => 'Mamă'
+ ],
+ 'category' => [
+ 'name' => 'Titlul categoriei'
+ ],
+ 'price' => [
+ 'name' => 'Preț'
+ ],
+ 'standard_price' => [
+ 'name' => 'Preț standard'
+ ],
+ 'date' => [
+ 'name' => 'Data'
+ ],
+ 'photo' => [
+ 'name' => 'Fotografie'
+ ],
+ 'video' => [
+ 'name' => 'Video'
+ ],
+ 'map' => [
+ 'name' => 'Hartă'
+ ],
+ 'stock' => [
+ 'name' => 'Stoc'
+ ],
+ 'advs_desc' => [
+ 'name' => 'Descriere'
+ ],
+ 'online_payment' => [
+ 'name' => 'Plata online'
+ ],
+ 'city' => [
+ 'name' => 'Oraș'
+ ],
+ 'country' => [
+ 'name' => 'Țară'
+ ],
+ 'district' => [
+ 'name' => 'District'
+ ],
+ 'neighborhood' => [
+ 'name' => 'Cartier'
+ ],
+ 'village' => [
+ 'name' => 'Sat'
+ ],
+ 'files' => [
+ 'name' => 'Imagini'
+ ],
+ 'cat1' => [
+ 'name' => 'categoria principală'
+ ],
+ 'cat2' => [
+ 'name' => 'Subcategoria 1'
+ ],
+ 'cat3' => [
+ 'name' => 'Subcategorie 2'
+ ],
+ 'cat4' => [
+ 'name' => 'Subcategorie 3'
+ ],
+ 'cat5' => [
+ 'name' => 'Subcategoria 4'
+ ],
+ 'cat6' => [
+ 'name' => 'Subcategoria 5'
+ ],
+ 'cat7' => [
+ 'name' => 'Subcategoria 6'
+ ],
+ 'cat8' => [
+ 'name' => 'Subcategoria 7'
+ ],
+ 'cat9' => [
+ 'name' => 'Subcategoria 8'
+ ],
+ 'cat10' => [
+ 'name' => 'Subcategoria 9'
+ ],
+ 'currency' => [
+ 'name' => 'Valută'
+ ],
+ 'status' => [
+ 'name' => 'stare',
+ 'option' => [
+ 'approved' => 'Aprobat',
+ 'expired' => 'Expirat',
+ 'unpublished' => 'Nepublicat',
+ 'pending_admin' => 'Administrator în așteptare',
+ 'pending_user' => 'Utilizator în așteptare'
+ ]
+ ],
+ 'pending_adv' => [
+ 'name' => 'Nepublicat'
+ ],
+ 'finish_at' => [
+ 'name' => 'Termină la'
+ ],
+ 'cover_photo' => [
+ 'name' => 'Copertă fotografie'
+ ],
+ 'favs_adv' => [
+ 'name' => 'Anunțuri Fav'
+ ],
+ 'my_adv' => [
+ 'name' => 'ADVS'
+ ],
+ 'description' => 'Descriere',
+ 'explanation' => 'Explicaţie',
+ 'type' => [
+ 'name' => 'Tip'
+ ],
+ 'parent_adv' => [
+ 'name' => 'Anunț aferent'
+ ],
+ 'value' => [
+ 'name' => 'Valoare'
+ ],
+ 'list' => 'Listă',
+ 'home' => 'Acasă',
+ 'list-page' => 'Pagina de listă',
+ 'search' => 'Căutare',
+ 'reset' => 'Reset',
+ 'recommended' => 'Anunțuri recomandate pentru dvs.',
+ 'filter' => 'Filtru',
+ 'sort' => 'Fel',
+ 'sort_by' => 'Filtrează după',
+ 'pick_option' => 'Alegeți o opțiune',
+ 'pick_ordering' => 'Comanda',
+ 'price_high' => 'Preț mare până la mic',
+ 'price_low' => 'Preț scăzut la mare',
+ 'newest' => 'Cele mai noi',
+ 'oldest' => 'Cele mai vechi',
+ 'address_a_z' => 'Adresa (de la A la Z)',
+ 'address_z_a' => 'Adresa (de la Z la A)',
+ 'categories' => [
+ 'name' => 'Categorii'
+ ],
+ 'all_categories' => 'toate categoriile',
+ 'location' => 'Locație',
+ 'send_message' => 'Trimite mesaj',
+ 'phone_gsm' => 'Telefon Gsm',
+ 'phone_office' => 'Telefon de birou',
+ 'add_to_favorites' => "Adauga la favorite",
+ 'send' => 'Trimite',
+ 'search_name' => 'Numele căutării',
+ 'my_favorite_searches' => 'Căutări preferate',
+ 'search_desc' => 'Puteți adăuga și gestiona selecțiile dvs. de căutare preferate aici.',
+ 'complaint_placeholder' => 'Introduceți detaliile reclamației aici.',
+ 'show_details' => 'Arata detaliile',
+ 'ad_actions' => 'Acțiuni publicitare',
+ 'edit' => 'Editați | ×',
+ 'approve' => 'Aproba',
+ 'passive' => "Pasiv",
+ 'sold' => 'Vândut',
+ 'offered_by' => 'Oferit de',
+ 'more_ads_by' => 'Mai multe reclame de',
+ 'click_phone' => 'Afișează numărul de telefon',
+ 'share' => 'Acțiune',
+ 'report' => 'Raportați acest anunț',
+ 'features' => 'Caracteristici',
+ "streetview" => "vedere de strada",
+ 'recommended_ads' => 'Anunțuri recomandate pentru dvs.',
+ 'new' => 'Nou',
+ 'short_info' => 'Informații scurte',
+ 'secure_trading' => 'Tranzacționare sigură',
+ '24/7' => 'Suport 24/7',
+ 'easy_trading' => 'Tranzacționare ușoară',
+ 'need_help' => 'Nevoie de ajutor?',
+ 'give_a_call' => 'Sună un apel',
+ 'message_sent' => 'Mesaj trimis!',
+ 'asap' => 'Mesajul trimis, vânzătorul vă va contacta cel mai repede.',
+ 'ad_id' => 'Cod de anunț',
+ 'contact_with' => 'Contactul cu',
+ 'create_adv' => 'Creați anunț',
+ 'edit_adv' => 'Modificați anunțul',
+ 'mandatory_fields' => 'Câmpuri obligatorii',
+ 'ad_post' => 'Publicare',
+ 'sell_item' => 'Vindeți un articol sau un serviciu',
+ 'search_save' => 'Căutarea preferată a fost salvată cu succes',
+ 'address' => 'Abordare',
+ 'email' => 'E-mail',
+ 'phone' => 'Telefon',
+ 'send_us_your_feedback' => 'Trimite-ne feedback-ul tău',
+ 'online_shopping' => 'OBȚINE',
+ 'approved' => 'Aprobat cu succes',
+ 'extended' => 'Extins cu succes',
+ 'declined' => 'Declinat cu succes',
+ 'search_on_map' => 'Căutați pe hartă',
+ 'post_free_ad' => 'Publicați anunț gratuit',
+ 'select_a_category' => 'Selectați o categorie',
+ 'select_a_sub_category' => 'Selectează o subcategorie',
+ 'all_dopings_added' => 'Toate tipurile de dopaj sunt adăugate pentru această reclamă.',
+ 'is_get_adv' => [
+ 'name' => 'OBȚINE'
+ ],
+ 'corporate_info' => 'Informații corporative',
+ 'featured_ads' => "Anunțuri recomandate",
+ 'trending_ads' => 'Trendind Ads',
+ 'search_ad_result_prefix' => 'pe',
+ 'search_ad_result_text' => ': count anunțuri au fost găsite în căutarea : name ',
+ 'search_ads_result_message' => [
+ 'name' => ': numără anunțuri găsite pentru: căutare nume',
+ ],
+ 'total' => 'Total',
+ 'quantity' => 'Cantitate',
+ 'view_cart' => 'Vizualizare coș',
+ 'no_ads' => 'Nu s-au găsit anunțuri.',
+ 'show_display_mode' => [
+ 'map' => 'Hartă',
+ 'list' => 'Listă',
+ ],
+ 'advs_list_table_thead' => [
+ 'name' => 'Nume anunt',
+ 'price' => 'Preț',
+ 'publish_at' => 'Data anunțului',
+ 'location_city' => 'Oraș',
+ 'location_country' => 'Țară',
+ ],
+ 'show_list_view' => [
+ 'name' => 'Listă',
+ ],
+ 'show_table_view' => [
+ 'name' => 'Masa',
+ ],
+ 'showcase' => [
+ 'name' => 'Vitrina',
+ ],
+ 'new_ad' => [
+ 'name' => 'Anunț nou',
+ ],
+ 'profile' => [
+ 'name' => 'Profil',
+ ],
+ 'my_ads' => [
+ 'name' => 'Reclamele mele',
+ ],
+ 'sold_out' => [
+ 'name' => 'Vândut',
+ ],
+ 'edit_category' => 'Editează categoria',
+ 'set_category' => 'Setați categoria',
+ 'max' => [
+ 'name' => 'Max',
+ ],
+ 'min' => [
+ 'name' => 'min',
+ ],
+ 'in_the_last_24_hours' => [
+ 'name' => 'În ultimele 24 de ore'
+ ],
+ 'in_the_last_day' => [
+ 'name' => 'În ultimele 24 de ore'
+ ],
+ 'in_the_last_week' => [
+ 'name' => 'In ultima saptamana'
+ ],
+ 'in_the_last_month' => [
+ 'name' => 'În ultima lună'
+ ],
+ 'ads_with_photo' => [
+ 'name' => 'Anunțuri cu fotografie'
+ ],
+ 'ads_with_video' => [
+ 'name' => 'Anunțuri cu videoclip'
+ ],
+ 'yes' => [
+ 'name' => 'da'
+ ],
+ 'no' => [
+ 'name' => 'Nu'
+ ],
+ 'is_system' => [
+ 'name' => 'Este Sistem',
+ 'instructions' => 'Starea sistemului este obligatorie și nu trebuie modificată',
+ ],
+ 'user_access' => [
+ 'name' => 'Acces utilizator',
+ 'instructions' => 'Poate un utilizator să utilizeze această stare în anunțurile sale?',
+ ],
+ "no_location" => "Nu este selectată nicio locație.",
+ "continue" => 'Continua',
+ "gallery" => 'Galerie',
+ "ad" => 'Anunț',
+ "ads" => 'Reclame',
+ "were_found" => 'au fost găsite.',
+
+ // Pending screen
+ 'pending_message_1' => 'Anunțul se află în procesul de aprobare',
+ 'pending_message_2' => "Data actualizării anunțurilor",
+ 'pending_message_3' => 'Timpul de așteptare estimat',
+ 'pending_message_4' => 'Timpul petrecut în procesul de aprobare va fi adăugat timpului de dopaj.',
+ 'pending_message_5' => 'Nu se pot efectua tranzacții de la centrul de apel în ceea ce privește anunțul în procesul de aprobare.',
+ 'hours' => 'ore',
+
+ // Preview page
+ 'preview_text' => [
+ 'part_1' => 'Dacă următoarele informații despre anunțul dvs. sunt corecte, faceți clic pe butonul „Continuați” și treceți la pasul următor.',
+ 'part_2' => 'Dacă nu, faceți clic pe butonul „Editați”.',
+ ],
+ 'views' => 'Vizualizări',
+
+ // Detail page
+ "no_street_view" => "Nici o imagine de vedere a străzii în această locație",
+ 'edit_my_contact_info' => 'Editați Informațiile mele de contact',
+ 'update_my_contact_info' => 'actualizați-mi informațiile de contact',
+ 'contact_info' => 'Informatii de contact',
+ 'ad_info' => 'Informații publicitare',
+
+ // Select cat
+ 'select_category_step_by_step' => 'Selectați Categorie pas cu pas',
+
+ // New create page
+ 'options' => 'Opțiuni',
+ 'category_selection' => 'Selectarea categoriei',
+ 'listing_details' => 'Detalii listare',
+ 'preview' => 'previzualizare',
+ 'congratulations' => 'Felicitări',
+ 'ad_desc' => 'Descrierea anunțului',
+ 'upload_photos' => 'Încarcă fotografii',
+ 'upload_files' => 'Încărca fișiere',
+ 'additional_fields' => 'Câmpuri suplimentare',
+ 'ad_location' => 'Locația anunțului',
+ 'owner' => 'Proprietar',
+ 'default_owner_instruction' => 'Proprietarul va folosi implicit utilizatorul curent dacă nu este selectat niciun utilizator',
+ 'create_page_subtitle' => 'Creați anunțul impecabil introducând informații detaliate despre anunțul dvs.',
+ 'with_my_phone_numbers' => 'With my phone numbers',
+ 'not_with_my_phone_numbers' => "I don't want to be reached by phone",
+ 'how_can_you_be_contacted' => "How can you be contacted?",
+
+ // Listing page
+ 'ad_title' => 'Adaugă titlu',
+ 'listing_date' => 'Data listării',
+ 'view' => 'Vedere',
+ 'ads_with_map' => 'Anunțuri cu hartă',
+ 'advanced_sorting' => 'Sortare avansată',
+ 'filter_by_word' => 'Filtrează după cuvânt',
+ 'filter_by' => 'Filtrează după: nume',
+
+ 'free' => 'Gratuit',
+ 'ad_date' => 'Data publicității',
+ 'photo_video' => 'Foto, Video',
+ 'and_above' => 'Si mai sus',
+ 'and_below' => 'si sub',
+ 'clear_all' => 'Curata tot',
+ 'balances' => 'Solduri',
+ 'packages' => 'Pachete',
+ 'dopings' => 'Dopaje',
+ 'advs' => 'Sfaturi',
+ 'site' => 'Site',
+ 'subscription' => 'Abonament',
+ 'created' => 'Creată',
+ 'product_option' => [
+ 'name' => 'Opțiunea produsului'
+ ],
+ 'option_json' => [
+ 'name' => 'Opțiune'
+ ],
+ 'old_price' => [
+ 'name' => 'Preț vechi'
+ ],
+ 'save_search' => 'Salvează căutarea',
+ 'publish_at' => [
+ 'name' => 'Data publicării'
+ ],
+ 'tax' => [
+ 'name' => 'Tax'
+ ],
+ 'name_a_z' => 'Name (A to Z)',
+ 'name_z_a' => 'Name (Z to A)',
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/ro/message.php b/resources/default/addons/visiosoft/advs-module/lang/ro/message.php
new file mode 100644
index 000000000..a207bf1d2
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/ro/message.php
@@ -0,0 +1,35 @@
+ 'Produsul solicitat lipsește în prezent sau este inactiv',
+ 'please_payment' => 'Te rog plateste',
+ 'bank_account_info' => 'Informații despre contul bancar',
+ 'agreement' => 'Dacă faceți clic pe Postare, sunteți de acord cu Termenii și condițiile noastre de utilizare a confidențialității, recunoașteți că sunteți proprietarul de drept al acestui articol.',
+ 'update_category_msg' => 'Categoria clasificată va fi actualizată.',
+ 'updated_category_msg' => 'Categoria a fost modificată cu succes.',
+ 'create_ad_with_post_cat' => [
+ 'title' => "Selectarea categoriilor a fost finalizată.",
+ 'success' => true,
+ 'continueBtn' => "Continua",
+ ],
+ 'update_category_info' => 'Vă rugăm să actualizați categoria.',
+ 'filter_by_search_msg' => 'Filtrează după căutare.',
+ 'delete_author_error' => 'Nu puteți șterge o postare care nu vă aparține',
+ 'success_delete' => 'Anunț șters',
+ 'pending_ad_status' => 'Anunțul dvs. este în așteptarea aprobării editorului.',
+ 'extended' => ': numărul (anunțurile) a fost extins cu succes.',
+ 'category_not_exist' => 'Această categorie nu mai există!',
+ 'currency_converted' => 'Moneda convertită cu succes.',
+ 'choose_user' => 'Alegeți un utilizator',
+ 'owner_updated_successfully' => 'Proprietarul a fost actualizat cu succes!',
+ 'no_add_found' => 'Nu a fost găsit niciun anunț!',
+ 'replicated_success' => 'Anunțul a fost reprodus cu succes!',
+ 'ad_doesnt_exist' => "Acest anunț nu există!",
+ 'select_location_error' => "Vă rugăm să selectați o locație pe hartă!",
+ 'this_ad_is_not_valid_anymore' => "Acest anunț nu mai este valabil!",
+ 'approve_status_change' => "Starea anunțului dvs. a fost activată!",
+ 'passive_status_change' => "Starea anunțului dvs. a fost setată la pasivă!",
+ 'sold_status_change' => "Starea anunțului dvs. a fost setată ca vândută!",
+ 'status_change' => "Starea anunțului dvs. a fost setată la: stare!",
+ 'disabled_detailed_options_for_admin_role' => "Opțiunile detaliate ale produsului sunt dezactivate.",
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/ro/permission.php b/resources/default/addons/visiosoft/advs-module/lang/ro/permission.php
new file mode 100644
index 000000000..eec71a7c8
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/ro/permission.php
@@ -0,0 +1,108 @@
+ [
+ 'name' => 'Reclame',
+ 'option' => [
+ 'read' => 'Pot citi reclame?',
+ 'write' => 'Poate crea / edita anunțuri?',
+ 'delete' => 'Pot șterge anunțuri?',
+ ],
+ ],
+ 'categories' => [
+ 'name' => 'Categorii',
+ 'option' => [
+ 'read' => 'Se pot citi categorii?',
+ 'write' => 'Poate crea / edita categorii?',
+ 'delete' => 'Se pot șterge categoriile?',
+ ],
+ ],
+ 'village' => [
+ 'name' => 'Sat',
+ 'option' => [
+ 'read' => 'Poate citi sat?',
+ 'write' => 'Poate crea / edita satul?',
+ 'delete' => 'Poate șterge satul?',
+ ],
+ ],
+ 'custom_fields' => [
+ 'name' => 'Câmpuri customizate',
+ 'option' => [
+ 'read' => 'Se pot citi câmpuri personalizate?',
+ 'write' => 'Poate crea / edita câmpuri personalizate?',
+ 'delete' => 'Se pot șterge câmpuri personalizate?',
+ ],
+ ],
+ 'custom_field_advs' => [
+ 'name' => 'Anunțuri personalizate de câmp',
+ 'option' => [
+ 'read' => 'Puteți citi anunțuri câmp personalizate?',
+ 'write' => 'Poate crea / edita anunțuri câmp personalizate?',
+ 'delete' => 'Pot șterge anunțuri câmp personalizate?',
+ ],
+ ],
+ 'cf_values' => [
+ 'name' => 'Valorile Cf',
+ 'option' => [
+ 'read' => 'Poate citi valorile cf?',
+ 'write' => 'Poate crea / edita valorile cf?',
+ 'delete' => 'Se pot șterge valorile cf?',
+ ],
+ ],
+ 'options' => [
+ 'name' => 'Opțiuni',
+ 'option' => [
+ 'read' => 'Pot citi opțiuni?',
+ 'write' => 'Poate crea / edita opțiuni?',
+ 'delete' => 'Poți șterge opțiunile?',
+ ],
+ ],
+ 'productoptions' => [
+ 'name' => 'Opțiuni de produs',
+ 'option' => [
+ 'read' => 'Pot citi opțiunile de produs?',
+ 'write' => 'Poate crea / edita opțiuni de produs?',
+ 'delete' => 'Poate șterge opțiunile de produs?',
+ ],
+ ],
+ 'productoptions_value' => [
+ 'name' => 'Valoarea opțiunilor de produs',
+ 'option' => [
+ 'read' => 'Poate citi opțiunile de produs?',
+ 'write' => 'Poate crea / edita valoarea opțiunilor de produs?',
+ 'delete' => 'Poate șterge valoarea opțiunilor de produs?',
+ ],
+ ],
+ 'options_configuration' => [
+ 'name' => 'Configurare opțiuni',
+ 'option' => [
+ 'read' => 'Poate citi opțiunile de configurare?',
+ 'write' => 'Poate crea / edita configurarea opțiunilor?',
+ 'delete' => 'Poate șterge configurarea opțiunilor?',
+ ],
+ ],
+ 'option_configuration' => [
+ 'name' => 'Configurarea opțiunii',
+ 'option' => [
+ 'read' => 'Poate citi configurarea opțiunii?',
+ 'write' => 'Poate crea / edita configurația opțiunii?',
+ 'delete' => 'Poate șterge configurația opțiunii?',
+ ],
+ ],
+ 'option_configuration' => [
+ 'name' => 'Configurarea opțiunii',
+ 'option' => [
+ 'read' => 'Poate citi configurarea opțiunii?',
+ 'write' => 'Poate crea / edita configurația opțiunii?',
+ 'delete' => 'Poate șterge configurația opțiunii?',
+ ],
+ ],
+ 'status' => [
+ 'name' => 'stare',
+ 'option' => [
+ 'read' => 'Poate citi statutul?',
+ 'write' => 'Poate crea / edita starea?',
+ 'delete' => 'Poate șterge starea?',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/ro/section.php b/resources/default/addons/visiosoft/advs-module/lang/ro/section.php
new file mode 100644
index 000000000..b2e0a7050
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/ro/section.php
@@ -0,0 +1,64 @@
+ [
+ 'title' => 'Reclame',
+ ],
+ 'categories' => [
+ 'title' => 'Categorii',
+ ],
+ 'countries' => [
+ 'title' => 'ţări',
+ ],
+ 'cities' => [
+ 'title' => 'Orase',
+ ],
+ 'districts' => [
+ 'title' => 'Districtele',
+ ],
+ 'neighborhoods' => [
+ 'title' => 'Vecinătățile',
+ ],
+ 'village' => [
+ 'title' => 'Sat',
+ ],
+ 'custom_fields' => [
+ 'title' => 'Câmpuri customizate',
+ ],
+ 'custom_field_advs' => [
+ 'title' => 'Anunțuri personalizate de câmp',
+ ],
+ 'cf_values' => [
+ 'title' => 'Valorile Cf',
+ ],
+ 'fields' => [
+ 'title' => 'câmpuri customizate'
+ ],
+ 'assets_clear' => [
+ 'name' => 'Activele se șterg'
+ ],
+ 'general' => 'General',
+ 'ads' => 'Reclame',
+ 'user' => 'Utilizator',
+ 'filter' => 'Filtru',
+ 'create_ad' => 'Creați anunț',
+ 'options' => [
+ 'title' => 'Opțiuni',
+ ],
+ 'ads_image' => 'Imagine publicitară',
+ 'product_options' => [
+ 'title' => 'Opțiuni',
+ ],
+ 'productoptions_value' => [
+ 'title' => 'Opțiuni Valoare',
+ ],
+ 'option_configuration' => [
+ 'title' => 'Configurare',
+ ],
+ 'translations' => 'Traduceri',
+ 'status' => [
+ 'title' => 'stare',
+ ],
+ 'ads_detail' => 'Detalii reclame',
+
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/ro/setting.php b/resources/default/addons/visiosoft/advs-module/lang/ro/setting.php
new file mode 100644
index 000000000..e60e1954a
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/ro/setting.php
@@ -0,0 +1,286 @@
+ [
+ 'name' => 'Aprobare automată',
+ ],
+ 'default_view_type' => [
+ 'name' => 'Tip de vizualizare implicit',
+ ],
+ 'hide_zero_price' => [
+ 'name' => 'Ascundeți prețul dacă este zero',
+ 'instructions' => 'Ascundeți prețul dacă prețul anunțului este 0',
+ ],
+ 'estimated_pending_time' => [
+ 'name' => 'Timp de așteptare estimat',
+ 'instructions' => 'În ore',
+ ],
+ 'default_published_time' => [
+ 'name' => 'Ora de publicare implicită',
+ ],
+ 'address' => [
+ 'name' => 'Contact Adresa',
+ ],
+ 'phone' => [
+ 'name' => 'Telefon de Contact',
+ ],
+ 'favicon' => [
+ 'name' => 'favicon',
+ ]
+ , 'map_coordinates_long' => [
+ 'name' => 'Coordonarea pe hartă lungă',
+ ],
+ 'map_coordinates_lat' => [
+ 'name' => 'Harta Coordonata Lat',
+ ],
+ 'iban_numbers' => [
+ 'name' => 'IBAN',
+ ],
+ 'logo' => [
+ 'name' => 'Siglă',
+ ],
+ 'ogImage' => [
+ 'name' => 'Logo Social Share',
+ 'warning' => 'Ar trebui să fie la o rezoluție de 1200 x 630. ',
+
+ ],
+ 'currencies' => [
+ 'name' => 'Monede active',
+ ],
+ 'latest-limit' => [
+ 'name' => 'Ultima limită',
+ ],
+ 'site_address' => [
+ 'name' => 'Adresa site-ului',
+ 'warning' => 'Auto adăugat www. www.sitename.com ',
+ ],
+ 'google_map_key' => [
+ 'name' => 'Cheie Api Google Map',
+ ],
+
+ 'default_country' => [
+ 'name' => 'Țara anunțurilor implicite',
+ ],
+ 'hide_price_categories' => [
+ 'name' => 'Ascundeți prețul la categorii',
+ 'instructions' => 'Prețul va fi ascuns atunci când creați un anunț sau vizualizați un anunț în aceste categorii.'
+ ],
+ 'free_currencyconverterapi_key' => [
+ 'name' => 'Cheia API a convertorului de monede'
+ ],
+ 'default_city' => [
+ 'name' => 'Orașul publicitar implicit',
+ ],
+ 'default_district' => [
+ 'name' => 'Districtul publicitar implicit',
+ ],
+ 'default_neighborhood' => [
+ 'name' => 'Imprimați cartierul publicitar',
+ ],
+ 'default_currency' => [
+ 'name' => 'Valoarea publicitară implicită',
+ ],
+ 'default_GET' => [
+ 'name' => 'Anunț implicit GET',
+ ],
+ 'twitter' => [
+ 'name' => 'Stare de nervozitate',
+ ],
+ 'facebook' => [
+ 'name' => 'Facebook',
+ ],
+ 'youtube' => [
+ 'name' => 'Youtube',
+ ],
+ 'google' => [
+ 'name' => 'Google',
+ ],
+ 'listing_page_image' => [
+ 'name' => 'Listare imagine pagină',
+ ],
+ 'hide_standard_price_field' => [
+ 'name' => 'Ascundeți câmpul de preț standard',
+ ],
+ 'hide_options_field' => [
+ 'name' => 'Ascundeți câmpul Opțiuni',
+ ],
+ 'hide_village_field' => [
+ 'name' => 'Ascunde câmpul satului',
+ ],
+ 'hide_configurations' => [
+ 'name' => 'Ascundeți butonul Configurări',
+ 'instructions' => 'Ascundeți butonul Configurări din pagina de previzualizare a anunțurilor',
+ ],
+ 'make_all_fields_required' => [
+ 'name' => 'Faceți obligatorii toate câmpurile',
+ 'instructions' => 'Solicitați utilizatorului să completeze câmpurile Preț și Descriere atunci când creați un anunț',
+ ],
+ 'make_map_required' => [
+ 'name' => 'Faceți harta necesară',
+ 'instructions' => 'Solicitați utilizatorului să plaseze un pin pe hartă atunci când creați un anunț',
+ ],
+ 'hide_listing_standard_price' => [
+ 'name' => 'Ascundeți prețul standard al listei',
+ ],
+ 'enabled_currencies' => [
+ 'name' => 'Valute activate',
+ ],
+ 'google_statistic_code' => [
+ 'name' => 'Cod statistic Google',
+ ],
+ 'register_email_field' => [
+ 'name' => 'Cerință de e-mail de înregistrare a membrilor',
+ ],
+ 'market_place' => [
+ 'name' => 'Piata de desfacere',
+ 'instructions' => 'If the marketplace is down, your site will act as ecommerce. For example,
+ some fields in the profile such as ads, dopings, messages, sale, packages and store are not visible and
+ removes corporate membership.'
+ ],
+ 'price_area_hidden' => [
+ 'name' => 'Zona de preț ascunsă',
+ ],
+ 'hide_price_filter' => [
+ 'name' => 'Ascundeți filtrul de preț',
+ ],
+ 'hide_date_filter' => [
+ 'name' => 'Ascundeți filtrul de date',
+ ],
+ 'hide_photo_filter' => [
+ 'name' => 'Ascundeți filtrul foto',
+ ],
+ 'hide_map_filter' => [
+ 'name' => 'Ascundeți filtrul de hartă',
+ ],
+ 'show_lang_url' => [
+ 'name' => 'Afișați parametrul Lang pentru URL',
+ ],
+ 'popular_ads_limit' => [
+ 'name' => 'Limita de anunțuri populare',
+ ],
+
+ //Image
+
+ 'image_resize_backend' => [
+ 'name' => 'Backend de redimensionare imagine',
+ ],
+ 'full_image_width' => [
+ 'name' => 'Lățimea imaginii complete',
+ ],
+ 'full_image_height' => [
+ 'name' => 'Înălțimea imaginii complete',
+ ],
+ 'medium_image_width' => [
+ 'name' => 'Lățimea medie a imaginii',
+ ],
+ 'medium_image_height' => [
+ 'name' => 'Înălțimea medie a imaginii',
+ ],
+ 'thumbnail_width' => [
+ 'name' => 'Lățimea miniaturii',
+ ],
+ 'thumbnail_height' => [
+ 'name' => 'Înălțimea miniaturii',
+ ],
+ 'add_canvas' => [
+ 'name' => 'Adăugați pânză',
+ ],
+ 'image_canvas_width' => [
+ 'name' => 'Lățimea pânzei imaginii',
+ ],
+ 'image_canvas_height' => [
+ 'name' => 'Înălțimea imaginii pânzei',
+ ],
+ 'watermark_type' => [
+ 'name' => 'Tip filigran',
+ ],
+ 'watermark_text' => [
+ 'name' => 'Text Filigran',
+ ],
+ 'watermark_image' => [
+ 'name' => 'Filigran imagine',
+ ],
+ 'watermark_position' => [
+ 'name' => 'Poziția filigranului',
+ ],
+ 'user_filter_limit' => [
+ 'name' => 'Limita de filtrare a utilizatorilor',
+ 'instructions' => 'În panoul de administrare'
+ ],
+ 'show_breadcrumb_when_creating_ad' => [
+ 'name' => 'Afișați pesmet atunci când creați un anunț',
+ ],
+ 'show_ads_count' => [
+ 'name' => 'Afișați numărul de anunțuri',
+ 'instructions' => 'Afișați anunțurile în lista de categorii din stânga',
+ ],
+ 'ads_date_hidden' => [
+ 'name' => 'Ascundeți data creată',
+ 'instructions' => 'Ascundeți data creată în pagina de detalii a anunțurilor',
+ ],
+ 'hide_listing_header' => [
+ 'name' => 'Ascundeți antetul listării',
+ 'instructions' => 'Ascunderea la comanda și vizualizarea tipurilor',
+ ],
+ 'hide_filter_section' => [
+ 'name' => 'Ascunde secțiunea de filtrare',
+ 'instructions' => 'Se ascunde în zona de filtrare din stânga în pagina listării',
+ ],
+ 'hide_seller_info' => [
+ 'name' => 'Ascundeți informațiile despre vânzător',
+ 'instructions' => 'Ascunderea informațiilor despre vânzător în pagina de detalii a anunțurilor',
+ ],
+ 'show_post_ad_agreement' => [
+ 'name' => 'Afișați acordul de postare a anunțului',
+ 'instructions' => 'Activați acest lucru dacă doriți să afișați un acord privind politica de confidențialitate pe pagina de creare a anunțului',
+ ],
+ 'override_text' => [
+ 'name' => 'Înlocuiți textul',
+ 'instructions' => 'Valoare veche: valoare nouă'
+ ],
+ 'steps_color' => [
+ 'name' => 'Pași Culoare',
+ 'instructions' => 'Schimbă culoarea treptelor progresive.'
+ ],
+ 'create_ad_button_color' => [
+ 'name' => 'Creați culoarea butonului publicitar',
+ 'instructions' => 'Schimbă butonul care se afișează la finalizarea selecției noii categorii de anunțuri.'
+ ],
+ 'lang_switcher_for_browser' => [
+ 'name' => 'Lang Switcher Pentru browser',
+ 'instructions' => 'Vă permite să alegeți limba browserului ca limbă activă'
+ ],
+ 'get_categories' => [
+ 'name' => 'GET Categorii',
+ 'instructions' => 'Reprezintă categoriile în care proprietatea GET va fi validă.'
+ ],
+ 'watermark' => [
+ 'name' => 'Filigran',
+ 'instructions' => 'Filigranul este activ?'
+ ],
+ 'detailed_product_options' => [
+ 'name' => 'Opțiuni detaliate despre produs',
+ 'instructions' => 'Vă permite să introduceți informații despre stoc și preț pentru produs'
+ ],
+ 'show_subcats_mobile' => [
+ 'name' => 'Afișați subcategoriile pe ecranul mobil',
+ ],
+ 'show_price_to_members_only' => [
+ 'name' => 'Afișați prețul numai membrilor',
+ ],
+ 'hide_ad_cat' => [
+ 'name' => 'Ascundeți categoriile',
+ 'instructions' => 'Ascundeți categoriile din lista de anunțuri'
+ ],
+ 'show_finish_and_publish_date' => [
+ 'name' => 'Afișați data de finalizare și data de publicare pentru a crea',
+ 'instructions' => 'Afișează câmpurile publish_at și finish_at de pe pagina de creare a anunțului.'
+ ],
+ 'show_tax_field' => [
+ 'name' => 'Show Tax Field',
+ 'instructions' => 'When this option is enabled, you can set the tax rate on the ad creation page.'
+ ],
+ 'hide_contact_created_at' => [
+ 'name' => 'Hide Contact Fields For in Create New Ad'
+ ]
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/ro/stream.php b/resources/default/addons/visiosoft/advs-module/lang/ro/stream.php
new file mode 100644
index 000000000..e46f3251e
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/ro/stream.php
@@ -0,0 +1,37 @@
+ [
+ 'name' => 'Advs',
+ ],
+ 'categories' => [
+ 'name' => 'Categorii',
+ ],
+ 'village' => [
+ 'name' => 'Sat',
+ ],
+ 'custom_fields' => [
+ 'name' => 'Câmpuri customizate',
+ ],
+ 'custom_field_advs' => [
+ 'name' => 'Avize de câmp personalizate',
+ ],
+ 'cf_values' => [
+ 'name' => 'Valorile Cf',
+ ],
+ 'options' => [
+ 'name' => 'Opțiuni',
+ ],
+ 'product_options' => [
+ 'name' => 'Opțiuni produs',
+ ],
+ 'productoptions_value' => [
+ 'name' => 'Valoare opțiuni',
+ ],
+ 'option_configuration' => [
+ 'name' => 'Configurare',
+ ],
+ 'status' => [
+ 'name' => 'stare',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/ro/view.php b/resources/default/addons/visiosoft/advs-module/lang/ro/view.php
new file mode 100644
index 000000000..6bcddda75
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/ro/view.php
@@ -0,0 +1,6 @@
+ 'Neterminat',
+ 'advanced' => 'Avansat',
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/ru/addon.php b/resources/default/addons/visiosoft/advs-module/lang/ru/addon.php
new file mode 100644
index 000000000..c74d532db
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/ru/addon.php
@@ -0,0 +1,8 @@
+ 'Объявления',
+ 'name' => 'Рекламный модуль',
+ 'description' => 'Рекламный модуль',
+ 'info' => 'This is the screen where you can add, delete and edit ads from the Ads page. On this page, you can simply do the operations such as post management and ad configuration.'
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/ru/button.php b/resources/default/addons/visiosoft/advs-module/lang/ru/button.php
new file mode 100644
index 000000000..9ffd7467e
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/ru/button.php
@@ -0,0 +1,48 @@
+ 'Новый адв',
+ 'new_classified' => 'Новое объявление',
+ 'new_category' => 'Новая категория',
+ 'new_country' => 'Новая Страна',
+ 'new_city' => 'Новый город',
+ 'new_district' => 'Новый Район',
+ 'new_neighborhood' => 'Новый район',
+ 'new_village' => 'Новая Деревня',
+ 'edit' => "редактировать",
+ 'approve' => "Утвердить",
+ 'decline' => 'снижение',
+ 'extend' => 'простираться',
+ 'extend_all' => 'Расширить все',
+ 'convert_currency' => 'Конвертировать валюту',
+ 'categories' => 'категории',
+ 'sub_category' => 'Подкатегории',
+ 'add_sub_category' => 'Добавить подкатегорию',
+ 'sub_cities' => 'Подгорода',
+ 'add_sub_cities' => 'Добавить Sub City',
+ 'add_sub_districts' => 'Добавить Sub District',
+ 'add_sub_neighborhoods' => 'Добавить Sub Neighborhood',
+ 'add_sub_village' => 'Добавить Sub Village',
+ 'sub_districts' => 'Подрайоны',
+ 'sub_neighborhoods' => 'Суб соседства',
+ 'sub_village' => 'Sub Village',
+ 'general_settings' => 'общие настройки',
+ 'save_category' => 'Сохранить категорию',
+ 'change_owner' => 'Сменить владельца',
+ 'update_category' => [
+ 'name' => 'Обновить категорию'
+ ],
+ 'new_option' => 'Новый вариант',
+ 'export' => 'Экспорт',
+ 'new_productoption' => 'Новый вариант продукта',
+ 'new_productoptions_value' => 'Стоимость опции нового продукта',
+ 'new_options_configuration' => 'Новая конфигурация опций',
+ 'new_option_configuration' => 'Новая конфигурация опций',
+ 'create_configurations' => 'Создать конфигурации',
+ 'replicate' => 'Тиражировать',
+ 'fast_create' => 'Быстрое создание',
+ 'publish' => 'Публиковать',
+ 'import' => 'Импортировать',
+ 'new_status' => 'Новый статус',
+ 'fast_edit' => 'Быстрое редактирование',
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/ru/currency.php b/resources/default/addons/visiosoft/advs-module/lang/ru/currency.php
new file mode 100644
index 000000000..cfaee39d1
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/ru/currency.php
@@ -0,0 +1,6 @@
+ 'Доллар',
+ 'EUR' => 'Евро',
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/ru/field.php b/resources/default/addons/visiosoft/advs-module/lang/ru/field.php
new file mode 100644
index 000000000..f35b5f17d
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/ru/field.php
@@ -0,0 +1,386 @@
+ [
+ 'name' => 'заглавие'
+ ],
+ 'order' => [
+ 'name' => 'порядок'
+ ],
+ 'slug' => [
+ 'name' => 'слизень'
+ ],
+ 'parent_category' => [
+ 'name' => 'родитель'
+ ],
+ 'category' => [
+ 'name' => 'Название категории'
+ ],
+ 'price' => [
+ 'name' => 'Цена'
+ ],
+ 'standard_price' => [
+ 'name' => 'Стандартная цена'
+ ],
+ 'date' => [
+ 'name' => 'Дата'
+ ],
+ 'photo' => [
+ 'name' => 'Фото'
+ ],
+ 'video' => [
+ 'name' => 'видео'
+ ],
+ 'map' => [
+ 'name' => 'карта'
+ ],
+ 'stock' => [
+ 'name' => 'Склад'
+ ],
+ 'advs_desc' => [
+ 'name' => 'Описание'
+ ],
+ 'online_payment' => [
+ 'name' => 'Онлайн платеж'
+ ],
+ 'city' => [
+ 'name' => 'город'
+ ],
+ 'country' => [
+ 'name' => 'Страна'
+ ],
+ 'district' => [
+ 'name' => 'район'
+ ],
+ 'neighborhood' => [
+ 'name' => 'окрестности'
+ ],
+ 'village' => [
+ 'name' => 'Деревня'
+ ],
+ 'files' => [
+ 'name' => 'Изображений'
+ ],
+ 'cat1' => [
+ 'name' => 'Главная категория'
+ ],
+ 'cat2' => [
+ 'name' => 'Подкатегория 1'
+ ],
+ 'cat3' => [
+ 'name' => 'Подкатегория 2'
+ ],
+ 'cat4' => [
+ 'name' => 'Подкатегория 3'
+ ],
+ 'cat5' => [
+ 'name' => 'Подкатегория 4'
+ ],
+ 'cat6' => [
+ 'name' => 'Подкатегория 5'
+ ],
+ 'cat7' => [
+ 'name' => 'Подкатегория 6'
+ ],
+ 'cat8' => [
+ 'name' => 'Подкатегория 7'
+ ],
+ 'cat9' => [
+ 'name' => 'Подкатегория 8'
+ ],
+ 'cat10' => [
+ 'name' => 'Подкатегория 9'
+ ],
+ 'currency' => [
+ 'name' => 'валюта'
+ ],
+ 'status' => [
+ 'name' => 'Статус',
+ 'option' => [
+ 'approved' => 'Одобренный',
+ 'expired' => 'Истекший',
+ 'unpublished' => 'неопубликованный',
+ 'pending_admin' => 'В ожидании администратора',
+ 'pending_user' => 'Ожидающий пользователь'
+ ]
+ ],
+ 'pending_adv' => [
+ 'name' => 'Ожидающие объявления'
+ ],
+ 'finish_at' => [
+ 'name' => 'Закончить в'
+ ],
+ 'cover_photo' => [
+ 'name' => 'Фото на обложке'
+ ],
+ 'favs_adv' => [
+ 'name' => 'Избранные объявления'
+ ],
+ 'my_adv' => [
+ 'name' => 'ADVS'
+ ],
+ 'description' => 'Описание',
+ 'explanation' => 'объяснение',
+ 'type' => [
+ 'name' => 'Тип'
+ ],
+ 'parent_adv' => [
+ 'name' => 'Похожие объявления'
+ ],
+ 'value' => [
+ 'name' => 'Значение'
+ ],
+ 'list' => 'Список',
+ 'home' => 'Главная',
+ 'list-page' => 'Страница списка',
+ 'search' => 'Поиск',
+ 'reset' => 'Reset',
+ 'recommended' => 'Рекомендуемые объявления для вас',
+ 'filter' => 'Фильтр',
+ 'sort' => 'Сортировать',
+ 'sort_by' => 'Сортировать по',
+ 'pick_option' => 'Выберите опцию',
+ 'pick_ordering' => 'заказ',
+ 'price_high' => 'Цена по убыванию',
+ 'price_low' => 'Цена от низкой к высокой',
+ 'newest' => 'новейший',
+ 'oldest' => 'самый старший',
+ 'address_a_z' => 'Адрес (от А до Я)',
+ 'address_z_a' => 'Адрес (от Z до A)',
+ 'categories' => [
+ 'name' => 'Категории'
+ ],
+ 'all_categories' => 'все категории',
+ 'location' => 'Место нахождения',
+ 'send_message' => 'Отправить сообщение',
+ 'phone_gsm' => 'Gsm Phone',
+ 'phone_office' => 'Офисный телефон',
+ 'add_to_favorites' => "Добавить в избранное",
+ 'send' => 'послать',
+ 'search_name' => 'Имя поиска',
+ 'my_favorite_searches' => 'Избранные поиски',
+ 'search_desc' => 'Вы можете добавлять и управлять вашими любимыми поисковыми запросами здесь.',
+ 'complaint_placeholder' => 'Введите данные вашей жалобы здесь.',
+ 'show_details' => 'Показать детали',
+ 'ad_actions' => 'Рекламные действия',
+ 'edit' => 'редактировать',
+ 'approve' => 'Утвердить',
+ 'passive' => "пассивный",
+ 'sold' => 'Продано',
+ 'offered_by' => 'Предложено',
+ 'more_ads_by' => 'Больше объявлений от',
+ 'click_phone' => 'Показать номер телефона',
+ 'share' => 'Поделиться этим объявлением',
+ 'report' => 'Сообщить об этом объявлении',
+ 'features' => 'Характеристики',
+ "streetview" => "Просмотр улиц",
+ 'recommended_ads' => 'Рекомендуемые объявления для вас',
+ 'new' => 'новый',
+ 'short_info' => 'Краткая информация',
+ 'secure_trading' => 'Безопасная торговля',
+ '24/7' => 'Поддержка 24/7',
+ 'easy_trading' => 'Easy Trading',
+ 'need_help' => 'Нужна помощь?',
+ 'give_a_call' => 'Позвонить на',
+ 'message_sent' => 'Сообщение отправлено!',
+ 'asap' => 'Сообщение отправлено,
+ продавец свяжется с вами как можно скорее.',
+ 'ad_id' => 'Идентификатор объявления',
+ 'contact_with' => 'Связаться с',
+ 'create_adv' => 'Создать объявление',
+ 'edit_adv' => 'Изменить объявление',
+ 'mandatory_fields' => 'Обязательные поля',
+ 'ad_post' => 'Объявление',
+ 'sell_item' => 'Продать предмет или услугу',
+ 'search_save' => 'Избранное успешно сохранено',
+ 'address' => 'Адрес',
+ 'email' => 'Эл. почта',
+ 'phone' => 'Телефон',
+ 'send_us_your_feedback' => 'Отправьте нам свой отзыв',
+ 'online_shopping' => 'ПОЛУЧИТЬ',
+ 'approved' => 'Успешно утвержден',
+ 'extended' => 'Расширен успешно',
+ 'declined' => 'Успешно отклонено',
+ 'search_on_map' => 'Поиск по карте',
+ 'post_free_ad' => 'Разместить бесплатное объявление',
+ 'select_a_category' => 'Выбрать категорию',
+ 'select_a_sub_category' => 'Выберите подкатегорию',
+ 'all_dopings_added' => 'Все виды допинга добавляются для этого объявления.',
+ 'is_get_adv' => [
+ 'name' => 'ПОЛУЧИТЬ'
+ ],
+ 'corporate_info' => 'Корпоративная информация',
+ 'featured_ads' => "Избранные объявления",
+ 'trending_ads' => 'Trendind Ads',
+ 'search_ad_result_prefix' => 'на',
+ 'search_ad_result_text' => ': count объявлений было найдено в вашем поиске : name ',
+ 'search_ads_result_message' => [
+ 'name' => ': количество объявлений найдено для:поиск по названию',
+ ],
+ 'total' => 'Всего',
+ 'quantity' => 'Количество',
+ 'view_cart' => 'Просмотр корзины',
+ 'no_ads' => 'Без рекламы!',
+ 'show_display_mode' => [
+ 'map' => 'карта',
+ 'list' => 'Список',
+ ],
+ 'advs_list_table_thead' => [
+ 'name' => 'Название объявления',
+ 'price' => 'Цена',
+ 'publish_at' => 'Дата объявления',
+ 'location_city' => 'город',
+ 'location_country' => 'Страна',
+ ],
+ 'show_list_view' => [
+ 'name' => 'Список',
+ ],
+ 'show_table_view' => [
+ 'name' => 'Таблица',
+ ],
+ 'showcase' => [
+ 'name' => 'витрина',
+ ],
+ 'new_ad' => [
+ 'name' => 'Новое объявление',
+ ],
+ 'profile' => [
+ 'name' => 'Профиль',
+ ],
+ 'my_ads' => [
+ 'name' => 'Мои объявления',
+ ],
+ 'sold_out' => [
+ 'name' => 'Продано',
+ ],
+ 'edit_category' => 'Изменить категорию',
+ 'set_category' => 'Установить категорию',
+ 'max' => [
+ 'name' => 'Максимум',
+ ],
+ 'min' => [
+ 'name' => 'Min',
+ ],
+ 'in_the_last_24_hours' => [
+ 'name' => 'В последние 24 часа'
+ ],
+ 'in_the_last_day' => [
+ 'name' => 'За последние 24 часа'
+ ],
+ 'in_the_last_week' => [
+ 'name' => 'В последнюю неделю'
+ ],
+ 'in_the_last_month' => [
+ 'name' => 'В последний месяц'
+ ],
+ 'ads_with_photo' => [
+ 'name' => 'Реклама с фото'
+ ],
+ 'ads_with_video' => [
+ 'name' => 'Реклама с видео'
+ ],
+ 'yes' => [
+ 'name' => 'да'
+ ],
+ 'no' => [
+ 'name' => 'Нет'
+ ],
+ 'is_system' => [
+ 'name' => 'Система',
+ 'instructions' => 'Статус системы является обязательным и не должен изменяться',
+ ],
+ 'user_access' => [
+ 'name' => 'Доступ пользователя',
+ 'instructions' => 'Может ли пользователь использовать этот статус в своих объявлениях?',
+ ],
+ "no_location" => "Местоположение не выбрано.",
+ "continue" => 'Продолжить',
+ "gallery" => 'Галерея',
+ "ad" => 'Объявление',
+ "ads" => 'Объявления',
+ "were_found" => 'были найдены.',
+
+ // Pending screen
+ 'pending_message_1' => 'Объявление находится в процессе одобрения',
+ 'pending_message_2' => "Дата обновления объявления",
+ 'pending_message_3' => 'Расчетное время ожидания',
+ 'pending_message_4' => 'Время, потраченное на процесс утверждения, будет добавлено к времени допинга.',
+ 'pending_message_5' => 'Никакие транзакции не могут быть сделаны из колл-центра относительно объявления в процессе одобрения.',
+ 'hours' => 'часов',
+
+ // Preview page
+ 'preview_text' => [
+ 'part_1' => 'Если следующая информация о вашем объявлении верна, нажмите кнопку «Продолжить» и перейдите к следующему шагу.',
+ 'part_2' => 'Если нет, нажмите кнопку «Изменить».',
+ ],
+ 'views' => 'Взгляды',
+
+ // Detail page
+ "no_street_view" => "Нет изображения улицы в этом месте",
+ 'edit_my_contact_info' => 'Изменить мою контактную информацию',
+ 'update_my_contact_info' => 'обновить мою контактную информацию',
+ 'contact_info' => 'Контакты',
+ 'ad_info' => 'Информация об объявлении',
+
+ // Select cat
+ 'select_category_step_by_step' => 'Выберите категорию шаг за шагом',
+
+ // New create page
+ 'options' => 'Параметры',
+ 'category_selection' => 'Выбор категории',
+ 'listing_details' => 'Детали объявления',
+ 'preview' => 'Предварительный просмотр',
+ 'congratulations' => 'Поздравления',
+ 'ad_desc' => 'Описание объявления',
+ 'upload_photos' => 'Загрузить фотографии',
+ 'upload_files' => 'Загрузить файлы',
+ 'additional_fields' => 'Дополнительные поля',
+ 'ad_location' => 'Местоположение объявления',
+ 'owner' => 'Владелец',
+ 'default_owner_instruction' => 'Если пользователь не выбран, владельцем по умолчанию будет текущий пользователь',
+ 'create_page_subtitle' => 'Создайте объявление безупречно, введя подробную информацию о нем.',
+ 'with_my_phone_numbers' => 'With my phone numbers',
+ 'not_with_my_phone_numbers' => "I don't want to be reached by phone",
+ 'how_can_you_be_contacted' => "How can you be contacted?",
+
+ // Listing page
+ 'ad_title' => 'Заголовок объявления',
+ 'listing_date' => 'Дата листинга',
+ 'view' => 'Вид',
+ 'ads_with_map' => 'Объявления с картой',
+ 'advanced_sorting' => 'Расширенная сортировка',
+ 'filter_by_word' => 'Фильтр по слову',
+ 'filter_by' => 'Фильтровать по: названию',
+
+ 'free' => 'Бесплатно',
+ 'ad_date' => 'Дата объявления',
+ 'photo_video' => 'Фото, видео',
+ 'and_above' => 'и выше',
+ 'and_below' => 'и ниже',
+ 'clear_all' => 'Очистить все',
+ 'balances' => 'Балансы',
+ 'packages' => 'Пакеты',
+ 'dopings' => 'Допинг',
+ 'advs' => 'Advs',
+ 'site' => 'Сайт',
+ 'subscription' => 'Подписка',
+ 'created' => 'Создано',
+ 'product_option' => [
+ 'name' => 'Вариант продукта'
+ ],
+ 'option_json' => [
+ 'name' => 'Вариант'
+ ],
+ 'old_price' => [
+ 'name' => 'Старая цена'
+ ],
+ 'save_search' => 'Сохранить поиск',
+ 'publish_at' => [
+ 'name' => 'Дата публикации'
+ ],
+ 'tax' => [
+ 'name' => 'Tax'
+ ],
+ 'name_a_z' => 'Name (A to Z)',
+ 'name_z_a' => 'Name (Z to A)',
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/ru/message.php b/resources/default/addons/visiosoft/advs-module/lang/ru/message.php
new file mode 100644
index 000000000..a17b97e4c
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/ru/message.php
@@ -0,0 +1,35 @@
+ 'Запрашиваемый продукт в настоящее время отсутствует или неактивен',
+ 'please_payment' => 'Пожалуйста оплатите',
+ 'bank_account_info' => 'Информация о банковском счете',
+ 'agreement' => 'Нажимая «Опубликовать», вы соглашаетесь с нашими Условиями использования и Политикой конфиденциальности, подтверждающими, что вы являетесь законным владельцем этого элемента.',
+ 'update_category_msg' => 'Классифицированная категория будет обновлена.',
+ 'updated_category_msg' => 'Категория успешно отредактирована.',
+ 'create_ad_with_post_cat' => [
+ 'title' => "Выбор категории завершен.",
+ 'success' => true,
+ 'continueBtn' => "Продолжить",
+ ],
+ 'update_category_info' => 'Пожалуйста, обновите категорию.',
+ 'filter_by_search_msg' => 'Фильтр по поиску.',
+ 'delete_author_error' => 'Вы не можете удалить пост, который не принадлежит вам',
+ 'success_delete' => 'Объявление удалено',
+ 'pending_ad_status' => 'Ваше объявление ожидает одобрения редактором.',
+ 'extended' => ': количество объявлений было успешно продлено.',
+ 'category_not_exist' => 'Эта категория больше не существует!',
+ 'currency_converted' => 'Валюта успешно конвертирована.',
+ 'choose_user' => 'Выберите пользователя',
+ 'owner_updated_successfully' => 'Владелец обновлен успешно!',
+ 'no_add_found' => 'Объявление не найдено!',
+ 'replicated_success' => 'Объявление успешно тиражировано!',
+ 'ad_doesnt_exist' => "Такого объявления не существует!",
+ 'select_location_error' => "Пожалуйста, выберите место на карте!",
+ 'this_ad_is_not_valid_anymore' => "Это объявление больше не действует!",
+ 'approve_status_change' => "Статус вашего объявления установлен на \"Активно\"!",
+ 'passive_status_change' => "Статус вашего объявления установлен на пассивный!",
+ 'sold_status_change' => "Статус вашего объявления изменен на \"Продано\"!",
+ 'status_change' => "Статус вашего объявления был установлен на: status!",
+ 'disabled_detailed_options_for_admin_role' => "Подробные параметры продукта отключены.",
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/ru/permission.php b/resources/default/addons/visiosoft/advs-module/lang/ru/permission.php
new file mode 100644
index 000000000..0bbb0f7dc
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/ru/permission.php
@@ -0,0 +1,108 @@
+ [
+ 'name' => 'Объявления',
+ 'option' => [
+ 'read' => 'Может читать рекламу? ',
+ 'write' => 'Можно создавать / редактировать рекламу? ',
+ 'delete' => 'Можете удалить рекламу?',
+ ],
+ ],
+ 'categories' => [
+ 'name' => 'категории',
+ 'option' => [
+ 'read' => 'Может читать категории? ',
+ 'write' => 'Можно создавать / редактировать категории? ',
+ 'delete' => 'Можете удалить категории?',
+ ],
+ ],
+ 'village' => [
+ 'name' => 'Деревня',
+ 'option' => [
+ 'read' => 'Может читать деревню? ',
+ 'write' => 'Можно создать / редактировать деревню? ',
+ 'delete' => 'Можете удалить деревню?',
+ ],
+ ],
+ 'custom_fields' => [
+ 'name' => 'Настраиваемые поля',
+ 'option' => [
+ 'read' => 'Может читать пользовательские поля? ',
+ 'write' => 'Можно создавать / редактировать настраиваемые поля? ',
+ 'delete' => 'Можно удалить пользовательские поля?',
+ ],
+ ],
+ 'custom_field_advs' => [
+ 'name' => 'Пользовательские полевые объявления',
+ 'option' => [
+ 'read' => 'Может читать пользовательские полевые объявления? ',
+ 'write' => 'Можно создавать / редактировать настраиваемые поля объявлений? ',
+ 'delete' => 'Можно ли удалить настраиваемые поля объявлений?',
+ ],
+ ],
+ 'cf_values' => [
+ 'name' => 'Значения ср',
+ 'option' => [
+ 'read' => 'Может читать значения ср? ',
+ 'write' => 'Может создавать / редактировать значения cf? ',
+ 'delete' => 'Можно удалить значения cf?',
+ ],
+ ],
+ 'options' => [
+ 'name' => 'Параметры',
+ 'option' => [
+ 'read' => 'Может варианты прочитать?',
+ 'write' => 'Может создавать / редактировать варианты?',
+ 'delete' => 'Может варианты удалить?',
+ ],
+ ],
+ 'productoptions' => [
+ 'name' => 'Варианты продукта',
+ 'option' => [
+ 'read' => 'Можете прочитать productoptions?',
+ 'write' => 'Можно создавать / редактировать опции продукта?',
+ 'delete' => 'Можно удалить productoptions?',
+ ],
+ ],
+ 'productoptions_value' => [
+ 'name' => 'Стоимость productoptions',
+ 'option' => [
+ 'read' => 'Может прочитать значение productoptions?',
+ 'write' => 'Можно ли создавать / редактировать значение productoptions?',
+ 'delete' => 'Можно удалить значение productoptions?',
+ ],
+ ],
+ 'options_configuration' => [
+ 'name' => 'Конфигурация опций',
+ 'option' => [
+ 'read' => 'Можно прочитать конфигурацию опций?',
+ 'write' => 'Может создавать / редактировать параметры конфигурации?',
+ 'delete' => 'Можно удалить конфигурацию опций?',
+ ],
+ ],
+ 'option_configuration' => [
+ 'name' => 'Конфигурация опции',
+ 'option' => [
+ 'read' => 'Можно прочитать конфигурацию опций?',
+ 'write' => 'Можно создать / отредактировать конфигурацию опций?',
+ 'delete' => 'Может удалить конфигурацию опции?',
+ ],
+ ],
+ 'option_configuration' => [
+ 'name' => 'Конфигурация опции',
+ 'option' => [
+ 'read' => 'Можно прочитать конфигурацию опций?',
+ 'write' => 'Можно создать / отредактировать конфигурацию опций?',
+ 'delete' => 'Может удалить конфигурацию опции?',
+ ],
+ ],
+ 'status' => [
+ 'name' => 'Положение дел',
+ 'option' => [
+ 'read' => 'Статус можно прочитать?',
+ 'write' => 'Может создавать / редактировать статус?',
+ 'delete' => 'Может статус удалить?',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/ru/section.php b/resources/default/addons/visiosoft/advs-module/lang/ru/section.php
new file mode 100644
index 000000000..9b09802bb
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/ru/section.php
@@ -0,0 +1,64 @@
+ [
+ 'title' => 'Объявления',
+ ],
+ 'categories' => [
+ 'title' => 'категории',
+ ],
+ 'countries' => [
+ 'title' => 'страны',
+ ],
+ 'cities' => [
+ 'title' => 'Города',
+ ],
+ 'districts' => [
+ 'title' => 'Районы',
+ ],
+ 'neighborhoods' => [
+ 'title' => 'Окрестности',
+ ],
+ 'village' => [
+ 'title' => 'Деревня',
+ ],
+ 'custom_fields' => [
+ 'title' => 'Настраиваемые поля',
+ ],
+ 'custom_field_advs' => [
+ 'title' => 'Пользовательские полевые объявления',
+ ],
+ 'cf_values' => [
+ 'title' => 'Значения ср',
+ ],
+ 'fields' => [
+ 'title' => 'Настраиваемые поля'
+ ],
+ 'assets_clear' => [
+ 'name' => 'Активы Очистить'
+ ],
+ 'general' => 'Общая',
+ 'ads' => 'Объявления',
+ 'user' => 'пользователь',
+ 'filter' => 'Фильтр',
+ 'create_ad' => 'Создать объявление',
+ 'options' => [
+ 'title' => 'Параметры',
+ ],
+ 'ads_image' => 'Рекламное изображение',
+ 'product_options' => [
+ 'title' => 'Параметры',
+ ],
+ 'productoptions_value' => [
+ 'title' => 'Параметры Значение',
+ ],
+ 'option_configuration' => [
+ 'title' => 'Конфигурация',
+ ],
+ 'translations' => 'Переводы',
+ 'status' => [
+ 'title' => 'Положение дел',
+ ],
+ 'ads_detail' => 'Детали рекламы',
+
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/ru/setting.php b/resources/default/addons/visiosoft/advs-module/lang/ru/setting.php
new file mode 100644
index 000000000..73a3bccb4
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/ru/setting.php
@@ -0,0 +1,286 @@
+ [
+ 'name' => 'Авто Одобрить',
+ ],
+ 'default_view_type' => [
+ 'name' => 'Тип просмотра по умолчанию',
+ ],
+ 'hide_zero_price' => [
+ 'name' => 'Скрыть цену, если ноль',
+ 'instructions' => 'Скрыть цену, если цена объявления равна 0',
+ ],
+ 'estimated_pending_time' => [
+ 'name' => 'Расчетное время ожидания',
+ 'instructions' => 'В часах',
+ ],
+ 'default_published_time' => [
+ 'name' => 'Время публикации по умолчанию',
+ ],
+ 'address' => [
+ 'name' => 'Контактный адрес',
+ ],
+ 'phone' => [
+ 'name' => 'Контактный телефон',
+ ],
+ 'favicon' => [
+ 'name' => 'Favicon',
+ ]
+ , 'map_coordinates_long' => [
+ 'name' => 'Карта Длинная координата',
+ ],
+ 'map_coordinates_lat' => [
+ 'name' => 'Карта Лат Координата',
+ ],
+ 'iban_numbers' => [
+ 'name' => 'IBAN',
+ ],
+ 'logo' => [
+ 'name' => 'логотип',
+ ],
+ 'ogImage' => [
+ 'name' => 'Social Share Logo',
+ 'warning' => 'Это должно быть с разрешением 1200 х 630.',
+
+ ],
+ 'currencies' => [
+ 'name' => 'Активные валюты',
+ ],
+ 'latest-limit' => [
+ 'name' => 'Последний предел',
+ ],
+ 'site_address' => [
+ 'name' => 'Адрес сайта',
+ 'warning' => 'Авто добавлено www. WWW. sitename.com ',
+ ],
+ 'google_map_key' => [
+ 'name' => 'Google Map Api Key',
+ ],
+
+ 'default_country' => [
+ 'name' => 'Страна объявления по умолчанию',
+ ],
+ 'hide_price_categories' => [
+ 'name' => 'Скрыть цену по категориям',
+ 'instructions' => 'Цена будет скрыта при создании или просмотре рекламы в этих категориях.'
+ ],
+ 'free_currencyconverterapi_key' => [
+ 'name' => 'Конвертер валют API Key'
+ ],
+ 'default_city' => [
+ 'name' => 'Город объявлений по умолчанию',
+ ],
+ 'default_district' => [
+ 'name' => 'Район рекламы по умолчанию',
+ ],
+ 'default_neighborhood' => [
+ 'name' => 'Окружение объявлений по умолчанию',
+ ],
+ 'default_currency' => [
+ 'name' => 'Валюта объявления по умолчанию',
+ ],
+ 'default_GET' => [
+ 'name' => 'Реклама по умолчанию GET',
+ ],
+ 'twitter' => [
+ 'name' => 'щебет',
+ ],
+ 'facebook' => [
+ 'name' => 'facebook',
+ ],
+ 'youtube' => [
+ 'name' => 'YouTube',
+ ],
+ 'google' => [
+ 'name' => 'Google',
+ ],
+ 'listing_page_image' => [
+ 'name' => 'Изображение страницы со списком',
+ ],
+ 'hide_standard_price_field' => [
+ 'name' => 'Скрыть поле стандартной цены',
+ ],
+ 'hide_options_field' => [
+ 'name' => 'Скрыть поле параметров',
+ ],
+ 'hide_village_field' => [
+ 'name' => 'Скрыть поле деревни',
+ ],
+ 'hide_configurations' => [
+ 'name' => 'Скрыть кнопку настроек',
+ 'instructions' => 'Скрыть кнопку настроек на странице предварительного просмотра объявления',
+ ],
+ 'make_all_fields_required' => [
+ 'name' => 'Сделать все поля обязательными',
+ 'instructions' => 'Требовать от пользователя заполнения полей «Цена» и «Описание» при создании объявления.',
+ ],
+ 'make_map_required' => [
+ 'name' => 'Сделать карту обязательной',
+ 'instructions' => 'Требовать, чтобы пользователь поместил булавку на карту при создании объявления',
+ ],
+ 'hide_listing_standard_price' => [
+ 'name' => 'Скрыть стандартную цену листинга',
+ ],
+ 'enabled_currencies' => [
+ 'name' => 'Включенные валюты',
+ ],
+ 'google_statistic_code' => [
+ 'name' => 'Статистический код Google',
+ ],
+ 'register_email_field' => [
+ 'name' => 'Требуется регистрация по электронной почте',
+ ],
+ 'market_place' => [
+ 'name' => 'Рыночная площадь',
+ 'instructions' => 'If the marketplace is down, your site will act as ecommerce. For example,
+ some fields in the profile such as ads, dopings, messages, sale, packages and store are not visible and
+ removes corporate membership.'
+ ],
+ 'price_area_hidden' => [
+ 'name' => 'Цена Площадь Скрыта',
+ ],
+ 'hide_price_filter' => [
+ 'name' => 'Скрыть фильтр цен',
+ ],
+ 'hide_date_filter' => [
+ 'name' => 'Скрыть фильтр даты',
+ ],
+ 'hide_photo_filter' => [
+ 'name' => 'Скрыть фотофильтр',
+ ],
+ 'hide_map_filter' => [
+ 'name' => 'Скрыть фильтр карты',
+ ],
+ 'show_lang_url' => [
+ 'name' => 'Показать параметр языка для URL',
+ ],
+ 'popular_ads_limit' => [
+ 'name' => 'Лимит популярной рекламы',
+ ],
+
+ //Image
+
+ 'image_resize_backend' => [
+ 'name' => 'Бэкэнд изменения размера изображения',
+ ],
+ 'full_image_width' => [
+ 'name' => 'Полная ширина изображения',
+ ],
+ 'full_image_height' => [
+ 'name' => 'Полная высота изображения',
+ ],
+ 'medium_image_width' => [
+ 'name' => 'Средняя ширина изображения',
+ ],
+ 'medium_image_height' => [
+ 'name' => 'Средняя высота изображения',
+ ],
+ 'thumbnail_width' => [
+ 'name' => 'Ширина миниатюры',
+ ],
+ 'thumbnail_height' => [
+ 'name' => 'Высота миниатюры',
+ ],
+ 'add_canvas' => [
+ 'name' => 'Добавить холст',
+ ],
+ 'image_canvas_width' => [
+ 'name' => 'Ширина холста изображения',
+ ],
+ 'image_canvas_height' => [
+ 'name' => 'Высота холста изображения',
+ ],
+ 'watermark_type' => [
+ 'name' => 'Тип водяного знака',
+ ],
+ 'watermark_text' => [
+ 'name' => 'Текст водяного знака',
+ ],
+ 'watermark_image' => [
+ 'name' => 'Изображение водяного знака',
+ ],
+ 'watermark_position' => [
+ 'name' => 'Положение водяного знака',
+ ],
+ 'user_filter_limit' => [
+ 'name' => 'Предел пользовательского фильтра',
+ 'instructions' => 'В админке'
+ ],
+ 'show_breadcrumb_when_creating_ad' => [
+ 'name' => 'Показывать хлебные крошки при создании объявления',
+ ],
+ 'show_ads_count' => [
+ 'name' => 'Показать количество объявлений',
+ 'instructions' => 'Показывать количество объявлений в левом списке категорий',
+ ],
+ 'ads_date_hidden' => [
+ 'name' => 'Скрыть дату создания',
+ 'instructions' => 'Скрыть дату создания на странице сведений об объявлениях',
+ ],
+ 'hide_listing_header' => [
+ 'name' => 'Скрыть заголовок объявления',
+ 'instructions' => 'Скрытие для заказа и просмотра типов',
+ ],
+ 'hide_filter_section' => [
+ 'name' => 'Скрыть раздел фильтра',
+ 'instructions' => 'Скрытие в левой области фильтра на странице списка',
+ ],
+ 'hide_seller_info' => [
+ 'name' => 'Скрыть информацию о продавце',
+ 'instructions' => 'Скрытие информации о продавце на странице сведений о рекламе',
+ ],
+ 'show_post_ad_agreement' => [
+ 'name' => 'Показать соглашение о публикации рекламы',
+ 'instructions' => 'Включите это, если вы хотите отображать соглашение о политике конфиденциальности на странице создания рекламы.',
+ ],
+ 'override_text' => [
+ 'name' => 'Заменить текст',
+ 'instructions' => 'Старое значение: новое значение'
+ ],
+ 'steps_color' => [
+ 'name' => 'Цвет ступеней',
+ 'instructions' => 'Изменяет цвет прогрессивных шагов.'
+ ],
+ 'create_ad_button_color' => [
+ 'name' => 'Создать цвет кнопки объявления',
+ 'instructions' => 'Изменяет кнопку, которая появляется после завершения выбора новой категории объявлений.'
+ ],
+ 'lang_switcher_for_browser' => [
+ 'name' => 'Lang Switcher для браузера',
+ 'instructions' => 'Позволяет выбрать язык браузера в качестве активного языка'
+ ],
+ 'get_categories' => [
+ 'name' => 'Получить Категории',
+ 'instructions' => 'Он представляет категории, в которых будет действовать свойство GET.'
+ ],
+ 'watermark' => [
+ 'name' => 'Водяной знак',
+ 'instructions' => 'Водяной знак активен?'
+ ],
+ 'detailed_product_options' => [
+ 'name' => 'Подробные параметры продукта',
+ 'instructions' => 'Позволяет вводить информацию о наличии и цене продукта.'
+ ],
+ 'show_subcats_mobile' => [
+ 'name' => 'Показывать подкатегории в мобильном представлении',
+ ],
+ 'show_price_to_members_only' => [
+ 'name' => 'Показывать цену только участникам',
+ ],
+ 'hide_ad_cat' => [
+ 'name' => 'Скрыть категории',
+ 'instructions' => 'Скрыть категории в списке объявлений'
+ ],
+ 'show_finish_and_publish_date' => [
+ 'name' => 'Показать дату окончания и дату публикации для создания',
+ 'instructions' => 'Отображает поля publish_at и finish_at на странице создания объявления.'
+ ],
+ 'show_tax_field' => [
+ 'name' => 'Show Tax Field',
+ 'instructions' => 'When this option is enabled, you can set the tax rate on the ad creation page.'
+ ],
+ 'hide_contact_created_at' => [
+ 'name' => 'Hide Contact Fields For in Create New Ad'
+ ]
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/ru/stream.php b/resources/default/addons/visiosoft/advs-module/lang/ru/stream.php
new file mode 100644
index 000000000..c79f6e72b
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/ru/stream.php
@@ -0,0 +1,37 @@
+ [
+ 'name' => 'Advs',
+ ],
+ 'categories' => [
+ 'name' => 'категории',
+ ],
+ 'village' => [
+ 'name' => 'Деревня',
+ ],
+ 'custom_fields' => [
+ 'name' => 'Настраиваемые поля',
+ ],
+ 'custom_field_advs' => [
+ 'name' => 'Настраиваемые поля',
+ ],
+ 'cf_values' => [
+ 'name' => 'Значения ср',
+ ],
+ 'options' => [
+ 'name' => 'Параметры',
+ ],
+ 'product_options' => [
+ 'name' => 'Варианты продукта',
+ ],
+ 'productoptions_value' => [
+ 'name' => 'Стоимость опционов',
+ ],
+ 'option_configuration' => [
+ 'name' => 'Конфигурация',
+ ],
+ 'status' => [
+ 'name' => 'Положение дел',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/ru/view.php b/resources/default/addons/visiosoft/advs-module/lang/ru/view.php
new file mode 100644
index 000000000..a84c8df5c
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/ru/view.php
@@ -0,0 +1,6 @@
+ 'Незаконченный',
+ 'advanced' => 'Продвинутый',
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/sq/addon.php b/resources/default/addons/visiosoft/advs-module/lang/sq/addon.php
new file mode 100644
index 000000000..22d3cc554
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/sq/addon.php
@@ -0,0 +1,8 @@
+ 'Njoftime',
+ 'name' => 'Moduli i Njoftime',
+ 'description' => 'Moduli i Njoftime',
+ 'info' => 'This is the screen where you can add, delete and edit ads from the Ads page. On this page, you can simply do the operations such as post management and ad configuration.'
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/sq/button.php b/resources/default/addons/visiosoft/advs-module/lang/sq/button.php
new file mode 100644
index 000000000..33bd032c3
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/sq/button.php
@@ -0,0 +1,48 @@
+ 'Njoftime i ri',
+ 'new_classified' => 'Klasifikimi i ri',
+ 'new_category' => 'Kategoria e re',
+ 'new_country' => 'Shteti i ri',
+ 'new_city' => 'Qark i Ri',
+ 'new_district' => 'Bashkia i Ri',
+ 'new_neighborhood' => 'Njësitë Administrative i Ri',
+ 'new_village' => 'Fshati i ri',
+ 'edit' => "Redakto",
+ 'approve' => "Miratoj",
+ 'decline' => 'Anulo',
+ 'extend' => 'Shpreh',
+ 'extend_all' => 'Zgjeroni të Gjitha',
+ 'convert_currency' => 'Kembimi Valutor',
+ 'categories' => 'Kategoritë',
+ 'sub_category' => 'Nënkategoritë',
+ 'add_sub_category' => 'Shtoni Nën Kategorinë',
+ 'sub_cities' => 'Nën Qarku',
+ 'add_sub_cities' => 'Shtoni nën Qarku',
+ 'add_sub_districts' => 'Shtoni nën Bashki ',
+ 'add_sub_neighborhoods' => 'Shtoni nën Njësitë Administrative',
+ 'add_sub_village' => 'Shtoni nën Fshatin',
+ 'sub_districts' => 'Nën Bashki',
+ 'sub_neighborhoods' => 'Nën Njësitë Administrative',
+ 'sub_village' => 'Nën Fshatin',
+ 'general_settings' => 'Cilësimet e Përgjithshme',
+ 'save_category' => 'Ruaj Kategorinë',
+ 'change_owner' => 'Ndrysho Pronarin',
+ 'update_category' => [
+ 'name' => 'Kategoria Azhornimeve'
+ ],
+ 'new_option' => 'Opsioni i ri',
+ 'export' => 'Eksporto',
+ 'new_productoption' => 'Produkt i ri',
+ 'new_productoptions_value' => 'Vlera e opsionit të produktit të ri',
+ 'new_options_configuration' => 'Konfigurimi i ri i opsionit',
+ 'new_option_configuration' => 'Konfigurimi i ri i opsionit',
+ 'create_configurations' => 'Krijoni konfigurime',
+ 'replicate' => 'Kopjoni',
+ 'fast_create' => 'Krijo shpejt',
+ 'publish' => 'Publikoni',
+ 'import' => 'Importit',
+ 'new_status' => 'Statusi i Ri',
+ 'fast_edit' => 'Redaktimi i shpejtë',
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/sq/currency.php b/resources/default/addons/visiosoft/advs-module/lang/sq/currency.php
new file mode 100644
index 000000000..32221c0aa
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/sq/currency.php
@@ -0,0 +1,6 @@
+ 'Dollar',
+ 'EUR' => 'Euro',
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/sq/field.php b/resources/default/addons/visiosoft/advs-module/lang/sq/field.php
new file mode 100644
index 000000000..d3e135061
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/sq/field.php
@@ -0,0 +1,386 @@
+ [
+ 'name' => 'Titull'
+ ],
+ 'order' => [
+ 'name' => 'Porosit'
+ ],
+ 'slug' => [
+ 'name' => 'Goditje e Fortë'
+ ],
+ 'parent_category' => [
+ 'name' => 'Kategori Parent'
+ ],
+ 'category' => [
+ 'name' => 'Titulli i Kategorisë'
+ ],
+ 'price' => [
+ 'name' => 'Çmim'
+ ],
+ 'standard_price' => [
+ 'name' => 'Mimi standard'
+ ],
+ 'date' => [
+ 'name' => 'Data'
+ ],
+ 'photo' => [
+ 'name' => 'Foto'
+ ],
+ 'video' => [
+ 'name' => 'Video'
+ ],
+ 'map' => [
+ 'name' => 'Hartë'
+ ],
+ 'stock' => [
+ 'name' => 'Stock'
+ ],
+ 'advs_desc' => [
+ 'name' => 'Përshkrim'
+ ],
+ 'online_payment' => [
+ 'name' => 'Pagesa Online'
+ ],
+ 'city' => [
+ 'name' => 'Qarku'
+ ],
+ 'country' => [
+ 'name' => 'Shteti'
+ ],
+ 'district' => [
+ 'name' => 'Bashkia'
+ ],
+ 'neighborhood' => [
+ 'name' => 'Njësia Adm.'
+ ],
+ 'village' => [
+ 'name' => 'Fshat'
+ ],
+ 'files' => [
+ 'name' => 'Dosje'
+ ],
+ 'cat1' => [
+ 'name' => 'Kategoria Kryesore'
+ ],
+ 'cat2' => [
+ 'name' => 'Nënkategoria 1'
+ ],
+ 'cat3' => [
+ 'name' => 'Nënkategoria 2'
+ ],
+ 'cat4' => [
+ 'name' => 'Nënkategoria 3'
+ ],
+ 'cat5' => [
+ 'name' => 'Nënkategoria 4'
+ ],
+ 'cat6' => [
+ 'name' => 'Nënkategoria 5'
+ ],
+ 'cat7' => [
+ 'name' => 'Nënkategoria 6'
+ ],
+ 'cat8' => [
+ 'name' => 'Nën Kategoria 7'
+ ],
+ 'cat9' => [
+ 'name' => 'Nën Kategoria 8'
+ ],
+ 'cat10' => [
+ 'name' => 'Nënkategoria 9'
+ ],
+ 'currency' => [
+ 'name' => 'Monedhë'
+ ],
+ 'status' => [
+ 'name' => 'Statusi',
+ 'option' => [
+ 'approved' => 'I miratuar',
+ 'expired' => 'I skaduar',
+ 'unpublished' => 'I pabotuar',
+ 'pending_admin' => 'Në pritje të Administratorit',
+ 'pending_user' => 'Në Pritje të Përdoruesit'
+ ]
+ ],
+ 'pending_adv' => [
+ 'name' => 'I pabotuar'
+ ],
+ 'finish_at' => [
+ 'name' => 'Koha e mbarimit'
+ ],
+ 'cover_photo' => [
+ 'name' => 'Kopertin'
+ ],
+ 'favs_adv' => [
+ 'name' => 'Njoftimi i Preferuarar'
+ ],
+ 'my_adv' => [
+ 'name' => 'Njoftimi'
+ ],
+ 'description' => 'Përshkrim',
+ 'explanation' => 'Shpjegimi',
+ 'type' => [
+ 'name' => 'Tipi'
+ ],
+ 'parent_adv' => [
+ 'name' => 'Njoftim i lidhur'
+ ],
+ 'value' => [
+ 'name' => 'Çmimi'
+ ],
+ 'list' => 'Listë',
+ 'home' => 'Faqja Kryesore',
+ 'list-page' => 'Faqja e Listës',
+ 'search' => 'Kërko',
+ 'reset' => 'Reset',
+ 'recommended' => 'Njoftime të rekomanduara për ju',
+ 'filter' => 'Filtër',
+ 'sort' => 'Tipi',
+ 'sort_by' => 'Rendit Sipas',
+ 'pick_option' => 'Zgjidh një mundësi',
+ 'pick_ordering' => 'Merr Porosin',
+ 'price_high' => 'Cmimi i larte deri tek i uleti',
+ 'price_low' => 'Cmimi i ulet deri tek i larte',
+ 'newest' => 'Më të rejat',
+ 'oldest' => 'Më të vjetrat',
+ 'address_a_z' => 'Adresa (A deri Z)',
+ 'address_z_a' => 'Adresa (Z në A)',
+ 'categories' => [
+ 'name' => 'Kategoritë'
+ ],
+ 'all_categories' => 'Të gjitha Kategoritë',
+ 'location' => 'Vendndodhja',
+ 'send_message' => 'Dërgoni mesazh',
+ 'phone_gsm' => 'Nr. Celular ',
+ 'phone_office' => 'Telefoni i zyres',
+ 'add_to_favorites' => "Shto te të preferuarat",
+ 'send' => 'Dërgo',
+ 'search_name' => 'Emri i Kërkimit',
+ 'my_favorite_searches' => 'Kërkimet e mia të preferuara ',
+ 'search_desc' => 'Ju mund të shtoni dhe menaxhoni zgjedhjet tuaja të preferuara të kërkimit këtu.',
+ 'complaint_placeholder' => 'Shkruaj detajet e ankesave këtu.',
+ 'show_details' => 'Trego detajet',
+ 'ad_actions' => 'Veprimet e njoftimeve',
+ 'edit' => 'Redakto',
+ 'approve' => 'Miratoj',
+ 'passive' => "Pasiv",
+ 'sold' => 'Shitur',
+ 'offered_by' => 'Ofrohet nga',
+ 'more_ads_by' => 'Më Shumë njoftime nga',
+ 'click_phone' => 'Trego numrin e telefonit',
+ 'share' => 'Shpërndaj',
+ 'report' => 'Raporto këtë njoftim',
+ 'features' => 'Karakteristik',
+ "streetview" => "Pamja e Rrugës",
+ 'recommended_ads' => 'Njoftime të rekomanduara për ju',
+ 'new' => 'Të rejat',
+ 'short_info' => 'Informacion i shkurtër',
+ 'secure_trading' => 'Tregtim i Sigurt',
+ '24/7' => '24/7 Mbështetje',
+ 'easy_trading' => 'Tregtim i lehtë',
+ 'need_help' => 'Kam nevojë për ndihmë?',
+ 'give_a_call' => 'Bëni një telefonatë',
+ 'message_sent' => 'Mesazhi u dergua!',
+ 'asap' => 'Mesazhi i dërguar, shitësi do tju kontaktojë po ashtu.',
+ 'ad_id' => 'Nr. Njoftime',
+ 'contact_with' => 'Kontaktoni me',
+ 'create_adv' => 'Krijoni Njoftimin',
+ 'edit_adv' => 'Ndrysho Njoftimin',
+ 'mandatory_fields' => 'Të dhëna të detyrueshme',
+ 'ad_post' => 'Posto Njoftime',
+ 'sell_item' => 'Shitet nje artikull ose sherbim',
+ 'search_save' => 'Kërkimi i preferuar u ruajt me sukses',
+ 'address' => 'Adresë',
+ 'email' => 'E-mail',
+ 'phone' => 'Telefon',
+ 'send_us_your_feedback' => 'Na Dërgoni Reagimin tuaj',
+ 'online_shopping' => 'MARR',
+ 'approved' => 'Miratuar me sukses',
+ 'extended' => 'Zgjatur me sukses',
+ 'declined' => 'Ka rënë me sukses',
+ 'search_on_map' => 'Kërkimi në hartë',
+ 'post_free_ad' => 'Posto NJOFTIME',
+ 'select_a_category' => 'Zgjidh nje Kategori',
+ 'select_a_sub_category' => 'Zgjidhni një Nën Kategori',
+ 'all_dopings_added' => 'Të gjitha llojet e vitamina janë shtuar për këtë njoftim',
+ 'is_get_adv' => [
+ 'name' => 'MARR'
+ ],
+ 'corporate_info' => 'Informacioni i korporatës',
+ 'featured_ads' => "Njoftimet e preferuara",
+ 'trending_ads' => 'Njoftimet në trend',
+ 'search_ad_result_prefix' => 'në',
+ 'search_ad_result_text' => ': numëroni reklamë u gjetën në kërkimin : name ',
+ 'search_ads_result_message' => [
+ 'name' => ':Numëroni njoftime të gjetura për: kërkim të emrit',
+ ],
+ 'total' => 'Total',
+ 'quantity' => 'Sasi',
+ 'view_cart' => 'Shikoni Shportën',
+ 'no_ads' => 'Njoftimi nuk u gjet!',
+ 'show_display_mode' => [
+ 'map' => 'Hartë',
+ 'list' => 'Listë',
+ ],
+ 'advs_list_table_thead' => [
+ 'name' => 'Emri Njoftimit',
+ 'price' => 'Çmim',
+ 'publish_at' => 'Data Njoftimit',
+ 'location_city' => 'Qarku',
+ 'location_country' => 'Shtete',
+ ],
+ 'show_list_view' => [
+ 'name' => 'Listë',
+ ],
+ 'show_table_view' => [
+ 'name' => 'Tabelë',
+ ],
+ 'showcase' => [
+ 'name' => 'Vitrina',
+ ],
+ 'new_ad' => [
+ 'name' => 'Njoftime e re',
+ ],
+ 'profile' => [
+ 'name' => 'Profile',
+ ],
+ 'my_ads' => [
+ 'name' => 'Njoftimet e mia',
+ ],
+ 'sold_out' => [
+ 'name' => 'E shitur',
+ ],
+ 'edit_category' => 'Ndrysho Kategorinë',
+ 'set_category' => 'Vendosni Kategorinë',
+ 'max' => [
+ 'name' => 'Max',
+ ],
+ 'min' => [
+ 'name' => 'Min',
+ ],
+ 'in_the_last_24_hours' => [
+ 'name' => 'Në 24 orët e fundit'
+ ],
+ 'in_the_last_day' => [
+ 'name' => 'Në 24 orët e fundit'
+ ],
+ 'in_the_last_week' => [
+ 'name' => 'Në Javën e Fundit'
+ ],
+ 'in_the_last_month' => [
+ 'name' => 'Në muajin e fundit'
+ ],
+ 'ads_with_photo' => [
+ 'name' => 'Njoftime me Foto'
+ ],
+ 'ads_with_video' => [
+ 'name' => 'Njoftime me Video'
+ ],
+ 'yes' => [
+ 'name' => 'Po'
+ ],
+ 'no' => [
+ 'name' => 'Jo'
+ ],
+ 'is_system' => [
+ 'name' => 'A është sistemi',
+ 'instructions' => 'Statusi i sistemit kërkohet dhe nuk duhet të ndryshohet',
+ ],
+ 'user_access' => [
+ 'name' => 'Aksesi i Përdoruesit',
+ 'instructions' => 'A mund ta përdorë një përdorues këtë status në reklamat e tij?',
+ ],
+ "no_location" => "Asnjë vendndodhje nuk është zgjedhur.",
+ "continue" => 'Vazhdo',
+ "gallery" => 'Galeria',
+ "ad" => 'Ad',
+ "ads" => 'Ads',
+ "were_found" => 'u gjetën',
+
+ // Pending screen
+ 'pending_message_1' => 'Njoftimi është në Procesin e Miratimit',
+ 'pending_message_2' => "Data e azhornimit të njoftimeve",
+ 'pending_message_3' => 'Koha e parashikuar e pritjes',
+ 'pending_message_4' => 'Koha e kaluar në procesin e miratimit do ti shtohet kohës së Vitaminës.',
+ 'pending_message_5' => '\'Asnjë transaksion nuk mund të bëhet nga qendra e thirrjeve në lidhje me njoftimet në procesin e miratimit.\',
+ \'hours.',
+ 'hours' => 'Oraret',
+
+ // Preview page
+ 'preview_text' => [
+ 'part_1' => 'Nëse informacioni i mëposhtëm në lidhje me Njoftimin tuaj është i saktë, klikoni në butonin "Vazhdo" dhe shkoni në hapin tjetër.',
+ 'part_2' => 'Nëse jo, klikoni në butonin "Redaktoj".',
+ ],
+ 'views' => 'Shikime',
+
+ // Detail page
+ "no_street_view" => "Asnjë imazh me pamje nga rruga në këtë vendndodhje",
+ 'edit_my_contact_info' => 'Ndryshoni informacionin e kontaktit tim',
+ 'update_my_contact_info' => 'Azhornimi i informacionit të kontaktit tim',
+ 'contact_info' => 'Informacioni i kontaktit',
+ 'ad_info' => 'Informacione për njoftimet',
+
+ // Select cat
+ 'select_category_step_by_step' => 'Zgjidhni kategorinë hap pas hapi',
+
+ // New create page
+ 'options' => 'Opsione',
+ 'category_selection' => 'Përzgjedhja e kategorisë',
+ 'listing_details' => 'Detajet e Listimit',
+ 'preview' => 'Paraqitje',
+ 'congratulations' => 'Urime',
+ 'ad_desc' => 'Përshkrimi i reklamës',
+ 'upload_photos' => 'Ngarko Fotografitë',
+ 'upload_files' => 'Ngarko skedarët',
+ 'additional_fields' => 'Fushat shtesë',
+ 'ad_location' => 'Vendndodhja e reklamës',
+ 'owner' => 'Pronar',
+ 'default_owner_instruction' => 'Pronari do të zgjedhë përdoruesin aktual nëse nuk zgjidhet asnjë përdorues',
+ 'create_page_subtitle' => 'Krijoni reklamën në mënyrë të përsosur duke futur informacione të hollësishme në lidhje me reklamën tuaj.',
+ 'with_my_phone_numbers' => 'With my phone numbers',
+ 'not_with_my_phone_numbers' => "I don't want to be reached by phone",
+ 'how_can_you_be_contacted' => "How can you be contacted?",
+
+ // Listing page
+ 'ad_title' => 'Titulli i reklamës',
+ 'listing_date' => 'Data e listimit',
+ 'view' => 'Pamje',
+ 'ads_with_map' => 'Reklama me hartë',
+ 'advanced_sorting' => 'Renditja e avancuar',
+ 'filter_by_word' => 'Filtro me fjalë',
+ 'filter_by' => 'Filtro sipas: emrit',
+
+ 'free' => 'Falas',
+ 'ad_date' => 'Data e shpalljes',
+ 'photo_video' => 'Foto, Video',
+ 'and_above' => 'dhe më lart',
+ 'and_below' => 'dhe më poshtë',
+ 'clear_all' => 'Pastroji të gjitha',
+ 'balances' => 'Bilancet',
+ 'packages' => 'Paketat',
+ 'dopings' => 'Dopingët',
+ 'advs' => 'Adv',
+ 'site' => 'Faqen',
+ 'subscription' => 'Abonim',
+ 'created' => 'Krijuar',
+ 'product_option' => [
+ 'name' => 'Opsioni i produktit'
+ ],
+ 'option_json' => [
+ 'name' => 'Opsioni'
+ ],
+ 'old_price' => [
+ 'name' => 'Çmimi i Vjetër'
+ ],
+ 'save_search' => 'Ruaj kërkimin',
+ 'publish_at' => [
+ 'name' => 'Data e Publikimit'
+ ],
+ 'tax' => [
+ 'name' => 'Tax'
+ ],
+ 'name_a_z' => 'Name (A to Z)',
+ 'name_z_a' => 'Name (Z to A)',
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/sq/message.php b/resources/default/addons/visiosoft/advs-module/lang/sq/message.php
new file mode 100644
index 000000000..83030ccbc
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/sq/message.php
@@ -0,0 +1,35 @@
+ 'Produkti i kërkuar aktualisht mungon ose joaktiv',
+ 'please_payment' => 'Ju lutemi paguani',
+ 'bank_account_info' => 'Informacione për llogarinë bankare',
+ 'agreement' => 'Duke klikuar Postën, ju pranoni që Kushtet tona të Përdorimit dhe Politika e Privatësisë pranojnë se jeni pronari i ligjshëm i këtij artikulli.',
+ 'update_category_msg' => 'Kategoria e klasifikuar do të azhurnohet.',
+ 'updated_category_msg' => 'Kategoria u redaktua me sukses.',
+ 'create_ad_with_post_cat' => [
+ 'title' => "Posto një njoftimi në vetëm 30 sekonda",
+ 'success' => true,
+ 'continueBtn' => "Vazhdoj",
+ ],
+ 'update_category_info' => 'Ju lutemi azhurnoni kategorinë.',
+ 'filter_by_search_msg' => 'Filtro Nga kërkimi.',
+ 'delete_author_error' => 'Ju nuk mund të fshini një postim që nuk ju përket juve',
+ 'success_delete' => 'Njoftimi është fshirë',
+ 'pending_ad_status' => 'Njoftimi juaj është në pritje të aprovimit nga Redaktori.',
+ 'extended' => ':Njoftimet e numrave janë zgjeruar me sukses.',
+ 'category_not_exist' => 'Kjo kategori nuk ekziston më!',
+ 'currency_converted' => 'Konvertimi i monedhës me sukses..',
+ 'choose_user' => 'Zgjidhni një përdorues',
+ 'owner_updated_successfully' => 'Pronari është azhurnuar me sukses!',
+ 'no_add_found' => 'Asnjë shpallje nuk u gjet!',
+ 'replicated_success' => 'Shpallja është përsëritur me sukses!',
+ 'ad_doesnt_exist' => "Kjo shpallje nuk ekziston!",
+ 'select_location_error' => "Ju lutemi zgjidhni një vendndodhje në hartë!",
+ 'this_ad_is_not_valid_anymore' => "Kjo reklamë nuk është më e vlefshme!",
+ 'approve_status_change' => "Statusi i Reklamës suaj Setshtë vendosur në Aktiv!",
+ 'passive_status_change' => "Statusi i Reklamës suaj Setshtë vendosur në pasiv!",
+ 'sold_status_change' => "Statusi i Reklamës suaj Setshtë vendosur të shitet!",
+ 'status_change' => "Statusi i Reklamës suaj Setshtë vendosur në: status!",
+ 'disabled_detailed_options_for_admin_role' => "Opsionet e hollësishme të produktit janë çaktivizuar.",
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/sq/permission.php b/resources/default/addons/visiosoft/advs-module/lang/sq/permission.php
new file mode 100644
index 000000000..f32ec79d3
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/sq/permission.php
@@ -0,0 +1,108 @@
+ [
+ 'name' => 'Njoftime',
+ 'option' => [
+ 'read' => 'Mund të lexoni Njoftime?',
+ 'write' => 'Mund të krijoni / modifikoni njoftimet?',
+ 'delete' => 'Mund të fshini Njoftimet?',
+ ],
+ ],
+ 'categories' => [
+ 'name' => 'Kategoritë',
+ 'option' => [
+ 'read' => 'Mund të lexoni Kategorinë?',
+ 'write' => 'Mund të krijoni / modifikoni Kategorinë?',
+ 'delete' => 'Mund të fshini Kategoritë?',
+ ],
+ ],
+ 'village' => [
+ 'name' => 'Fshati',
+ 'option' => [
+ 'read' => 'Mund të lexoni Fshatin?',
+ 'write' => 'Mund të krijoni / modifikoni Fshatin?',
+ 'delete' => 'Mund të fshini Fshatin?',
+ ],
+ ],
+ 'custom_fields' => [
+ 'name' => 'Specifikime',
+ 'option' => [
+ 'read' => 'Mund të lexoni specifikimet?',
+ 'write' => 'Mund të krijoni / modifikoni specifikimet?',
+ 'delete' => 'Mund të fshini Specifikimet?',
+ ],
+ ],
+ 'custom_field_advs' => [
+ 'name' => 'Specifikimet e njoftimeve',
+ 'option' => [
+ 'read' => 'Mund të lexoni specifikimet e njoftimeve?',
+ 'write' => 'Mund të krijoni / modifikoni specifikimet e njoftimeve?',
+ 'delete' => 'Mund të fshini Specifikimet e njoftimeve?',
+ ],
+ ],
+ 'cf_values' => [
+ 'name' => 'Vlerat Cf',
+ 'option' => [
+ 'read' => 'Mund të lexoni vlerat cf',
+ 'write' => 'Mund të krijoni / modifikoni vlerat cf?',
+ 'delete' => 'Mund të fshini vlerat cf?',
+ ],
+ ],
+ 'options' => [
+ 'name' => 'Opsione',
+ 'option' => [
+ 'read' => 'Mund të lexoni opsione?',
+ 'write' => 'Mund të krijoni / modifikoni opsione?',
+ 'delete' => 'Mund të fshini opsionet?',
+ ],
+ ],
+ 'productoptions' => [
+ 'name' => 'Operimet e produkteve',
+ 'option' => [
+ 'read' => 'A mund të lexoni opsionet e produkteve?',
+ 'write' => 'A mund të krijoni / modifikoni opsionet e produkteve?',
+ 'delete' => 'A mund të fshihen opsionet e produkteve?',
+ ],
+ ],
+ 'productoptions_value' => [
+ 'name' => 'Vlera e opsioneve të produkteve',
+ 'option' => [
+ 'read' => 'A mund të lexohet vlera e opsioneve të produkteve?',
+ 'write' => 'A mund të krijojë / modifikojë vlerën e opsioneve të produkteve?',
+ 'delete' => 'A mund të fshihet vlera e opsioneve të produkteve?',
+ ],
+ ],
+ 'options_configuration' => [
+ 'name' => 'Konfigurimi i opsioneve',
+ 'option' => [
+ 'read' => 'Mund të lexoni konfigurimin e opsioneve?',
+ 'write' => 'Mund të krijoni / modifikoni konfigurimin e opsioneve?',
+ 'delete' => 'Mund të fshini konfigurimin e opsioneve?',
+ ],
+ ],
+ 'option_configuration' => [
+ 'name' => 'Konfigurimi i opsionit',
+ 'option' => [
+ 'read' => 'Mund ta lexoni konfigurimin e opsionit?',
+ 'write' => 'Mund të krijoni / modifikoni konfigurimin e opsionit?',
+ 'delete' => 'A mund të fshihet konfigurimi i opsionit?',
+ ],
+ ],
+ 'option_configuration' => [
+ 'name' => 'Konfigurimi i opsionit',
+ 'option' => [
+ 'read' => 'Mund ta lexoni konfigurimin e opsionit?',
+ 'write' => 'Mund të krijoni / modifikoni konfigurimin e opsionit?',
+ 'delete' => 'A mund të fshihet konfigurimi i opsionit?',
+ ],
+ ],
+ 'status' => [
+ 'name' => 'Statusi',
+ 'option' => [
+ 'read' => 'A mund ta lexoni statusin?',
+ 'write' => 'A mund të krijojë / modifikojë statusin?',
+ 'delete' => 'Mund ta fshini statusin?',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/sq/section.php b/resources/default/addons/visiosoft/advs-module/lang/sq/section.php
new file mode 100644
index 000000000..8e6e38f3a
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/sq/section.php
@@ -0,0 +1,64 @@
+ [
+ 'title' => 'Njoftime',
+ ],
+ 'categories' => [
+ 'title' => 'Kategoritë',
+ ],
+ 'countries' => [
+ 'title' => 'Shtete',
+ ],
+ 'cities' => [
+ 'title' => 'Qarku',
+ ],
+ 'districts' => [
+ 'title' => 'Bashkia',
+ ],
+ 'neighborhoods' => [
+ 'title' => 'Njesite Administrative',
+ ],
+ 'village' => [
+ 'title' => 'Fshati',
+ ],
+ 'custom_fields' => [
+ 'title' => 'Specifikime',
+ ],
+ 'custom_field_advs' => [
+ 'title' => 'Specifikimet e njoftimeve',
+ ],
+ 'cf_values' => [
+ 'title' => 'Cf vlerat',
+ ],
+ 'fields' => [
+ 'title' => 'Specifikime'
+ ],
+ 'assets_clear' => [
+ 'name' => 'Pasuritë e Qarta'
+ ],
+ 'general' => 'I përgjithshëm',
+ 'ads' => 'Njoftimi',
+ 'user' => 'Përdorues',
+ 'filter' => 'filtër',
+ 'create_ad' => 'Krijo shpallje',
+ 'options' => [
+ 'title' => 'Opsione',
+ ],
+ 'ads_image' => 'Imazhi i reklamave',
+ 'product_options' => [
+ 'title' => 'Opsione',
+ ],
+ 'productoptions_value' => [
+ 'title' => 'Vlera e opsioneve',
+ ],
+ 'option_configuration' => [
+ 'title' => 'Konfigurimi',
+ ],
+ 'translations' => 'Përkthime',
+ 'status' => [
+ 'title' => 'Statusi',
+ ],
+ 'ads_detail' => 'Detaje të reklamave',
+
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/sq/setting.php b/resources/default/addons/visiosoft/advs-module/lang/sq/setting.php
new file mode 100644
index 000000000..e08fac988
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/sq/setting.php
@@ -0,0 +1,286 @@
+ [
+ 'name' => 'Miratimi automatik',
+ ],
+ 'default_view_type' => [
+ 'name' => 'Tipi i pamjes së paracaktuar',
+ ],
+ 'hide_zero_price' => [
+ 'name' => 'Fshih çmimin nëse Zero',
+ 'instructions' => 'Fsheh çmimin nëse çmimi i Njoftimit është 0',
+ ],
+ 'estimated_pending_time' => [
+ 'name' => 'Koha e parashikuar e pritjes',
+ 'instructions' => 'Në Orë',
+ ],
+ 'default_published_time' => [
+ 'name' => 'Koha e publikimit të paracaktuar',
+ ],
+ 'address' => [
+ 'name' => 'Kontaktoni Adresën',
+ ],
+ 'phone' => [
+ 'name' => 'Telefon kontakti',
+ ],
+ 'favicon' => [
+ 'name' => 'Favicon',
+ ]
+ , 'map_coordinates_long' => [
+ 'name' => 'Koordinata e gjatë e hartës',
+ ],
+ 'map_coordinates_lat' => [
+ 'name' => 'Koordinata Lat Harta',
+ ],
+ 'iban_numbers' => [
+ 'name' => 'IBAN',
+ ],
+ 'logo' => [
+ 'name' => 'Logo',
+ ],
+ 'ogImage' => [
+ 'name' => 'Logo e përbashkët sociale',
+ 'warning' => 'Ajo duhet të jetë në një rezolutë prej 1200 x 630. ',
+
+ ],
+ 'currencies' => [
+ 'name' => 'Monedha aktive',
+ ],
+ 'latest-limit' => [
+ 'name' => 'Kufiri i fundit',
+ ],
+ 'site_address' => [
+ 'name' => 'Adresa e Faqja internet',
+ 'warning' => 'Auto shtuar www. www.sitename.com ',
+ ],
+ 'google_map_key' => [
+ 'name' => 'Google Key Api Key',
+ ],
+
+ 'default_country' => [
+ 'name' => 'Shtetet i përcaktuar i Njoftimeve',
+ ],
+ 'hide_price_categories' => [
+ 'name' => 'Fshih çmimin në kategori',
+ 'instructions' => 'Çmimi do të fshihet kur krijoni një reklamë ose shihni një reklamë nën këto kategori.'
+ ],
+ 'free_currencyconverterapi_key' => [
+ 'name' => 'Keyelësi API i Konvertuesit të Valutave'
+ ],
+ 'default_city' => [
+ 'name' => 'Qarku i përcaktuar njoftimeve',
+ ],
+ 'default_district' => [
+ 'name' => 'Bashkia i përcaktuar i njoftimeve',
+ ],
+ 'default_neighborhood' => [
+ 'name' => 'Njësitë Adm. e përcaktuar e njoftimeve',
+ ],
+ 'default_currency' => [
+ 'name' => 'Valuta e përcaktuar',
+ ],
+ 'default_GET' => [
+ 'name' => 'Përcaktuar SET',
+ ],
+ 'twitter' => [
+ 'name' => 'Twitter',
+ ],
+ 'facebook' => [
+ 'name' => 'Facebook',
+ ],
+ 'youtube' => [
+ 'name' => 'YouTube',
+ ],
+ 'google' => [
+ 'name' => 'Google',
+ ],
+ 'listing_page_image' => [
+ 'name' => 'Lista e figurës së faqes',
+ ],
+ 'hide_standard_price_field' => [
+ 'name' => 'Fshih Fushën Standarde të mimeve',
+ ],
+ 'hide_options_field' => [
+ 'name' => 'Fshih fushën e opsioneve',
+ ],
+ 'hide_village_field' => [
+ 'name' => 'Fshih fushën e fshatit',
+ ],
+ 'hide_configurations' => [
+ 'name' => 'Fshih butonin e konfigurimeve',
+ 'instructions' => 'Fshihni butonin e konfigurimeve në faqen e pamjes paraprake',
+ ],
+ 'make_all_fields_required' => [
+ 'name' => 'Bëni të gjitha fushat e kërkuara',
+ 'instructions' => 'Kërkoni nga përdoruesi të plotësojë fushat Çmimi dhe Përshkrimi kur krijoni një reklamë',
+ ],
+ 'make_map_required' => [
+ 'name' => 'Kërkoni hartën',
+ 'instructions' => 'Kërkoni nga përdoruesi të vendosë një majë në hartë kur krijon një reklamë',
+ ],
+ 'hide_listing_standard_price' => [
+ 'name' => 'Fshih listimin Çmimi standard',
+ ],
+ 'enabled_currencies' => [
+ 'name' => 'Monedhat e aktivizuara',
+ ],
+ 'google_statistic_code' => [
+ 'name' => 'Kodi i Statistikave të Google',
+ ],
+ 'register_email_field' => [
+ 'name' => 'Kërkesa për regjistrim përmes e-mail',
+ ],
+ 'market_place' => [
+ 'name' => 'Vendi i tregut',
+ 'instructions' => 'If the marketplace is down, your site will act as ecommerce. For example,
+ some fields in the profile such as ads, dopings, messages, sale, packages and store are not visible and
+ removes corporate membership.'
+ ],
+ 'price_area_hidden' => [
+ 'name' => 'Zona e Çmimit e Fshehur',
+ ],
+ 'hide_price_filter' => [
+ 'name' => 'Fsheh Filterin e Pricemimeve',
+ ],
+ 'hide_date_filter' => [
+ 'name' => 'Fsheh Filterin e datës',
+ ],
+ 'hide_photo_filter' => [
+ 'name' => 'Fsheh Filterin e Fotove',
+ ],
+ 'hide_map_filter' => [
+ 'name' => 'Fsheh Filterin e Hartës',
+ ],
+ 'show_lang_url' => [
+ 'name' => 'Trego Parametrin e Lang për URL',
+ ],
+ 'popular_ads_limit' => [
+ 'name' => 'Kufiri i reklamave popullore',
+ ],
+
+ //Image
+
+ 'image_resize_backend' => [
+ 'name' => 'Ndryshimi i madhësisë së imazhit Backend',
+ ],
+ 'full_image_width' => [
+ 'name' => 'Gjerësia e imazhit të plotë',
+ ],
+ 'full_image_height' => [
+ 'name' => 'Lartësia e imazhit të plotë',
+ ],
+ 'medium_image_width' => [
+ 'name' => 'Gjerësia Mesatare e Imazhit',
+ ],
+ 'medium_image_height' => [
+ 'name' => 'Lartësia mesatare e figurës',
+ ],
+ 'thumbnail_width' => [
+ 'name' => 'Gjerësia e Thumbnail',
+ ],
+ 'thumbnail_height' => [
+ 'name' => 'Lartësia e Thumbnail',
+ ],
+ 'add_canvas' => [
+ 'name' => 'Shto Canvas',
+ ],
+ 'image_canvas_width' => [
+ 'name' => 'Gjerësia e kanavacës së imazhit',
+ ],
+ 'image_canvas_height' => [
+ 'name' => 'Lartësia e kanavacës së imazhit',
+ ],
+ 'watermark_type' => [
+ 'name' => 'Tipi Filigranit',
+ ],
+ 'watermark_text' => [
+ 'name' => 'Teksti i Filigranit',
+ ],
+ 'watermark_image' => [
+ 'name' => 'Imazhi i Filigranit',
+ ],
+ 'watermark_position' => [
+ 'name' => 'Pozicioni i Filigranit',
+ ],
+ 'user_filter_limit' => [
+ 'name' => 'Kufiri i filtrit të përdoruesit',
+ 'instructions' => 'Në panelin e administratorit'
+ ],
+ 'show_breadcrumb_when_creating_ad' => [
+ 'name' => 'Tregoni Breadcrumb kur krijoni një reklamë',
+ ],
+ 'show_ads_count' => [
+ 'name' => 'Shfaq Numrin e Reklamave',
+ 'instructions' => 'Shfaq reklamat në listën e kategorive të majta',
+ ],
+ 'ads_date_hidden' => [
+ 'name' => 'Fshih datën e krijuar',
+ 'instructions' => 'Fshih datën e krijuar në faqen e detajeve të reklamave',
+ ],
+ 'hide_listing_header' => [
+ 'name' => 'Fshih titullin e listës',
+ 'instructions' => 'Fshehja për renditjen dhe shikimin e llojeve',
+ ],
+ 'hide_filter_section' => [
+ 'name' => 'Fshih pjesën e filtrit',
+ 'instructions' => 'Fshihet në zonën e majtë të filtrit në faqen e listës',
+ ],
+ 'hide_seller_info' => [
+ 'name' => 'Fshih informacionin e shitësit',
+ 'instructions' => 'Fshehja e informacionit të shitësit në faqen e detajeve të reklamave',
+ ],
+ 'show_post_ad_agreement' => [
+ 'name' => 'Shfaq Marrëveshjen për shpalljen e postimit',
+ 'instructions' => 'Aktivizo këtë nëse dëshiron të shfaqësh një marrëveshje të politikës së privatësisë në faqen e krijimit të reklamës',
+ ],
+ 'override_text' => [
+ 'name' => 'Mbishkruaj tekstin',
+ 'instructions' => 'Vlera e Vjetër: Vlera e Re'
+ ],
+ 'steps_color' => [
+ 'name' => 'Hapat Ngjyra',
+ 'instructions' => 'Ndryshon ngjyrën e hapave progresivë.'
+ ],
+ 'create_ad_button_color' => [
+ 'name' => 'Krijo ngjyrën e butonit të reklamës',
+ 'instructions' => 'Ndryshon butonin që shfaqet kur të përfundojë zgjedhja e kategorisë së re të reklamës.'
+ ],
+ 'lang_switcher_for_browser' => [
+ 'name' => 'Lang Switcher Për Shfletues',
+ 'instructions' => 'Ju lejon të zgjidhni gjuhën e shfletuesit si gjuhë aktive'
+ ],
+ 'get_categories' => [
+ 'name' => 'GET Kategoritë',
+ 'instructions' => 'Ai përfaqëson kategoritë në të cilat prona GET do të jetë e vlefshme.'
+ ],
+ 'watermark' => [
+ 'name' => 'Filigranë',
+ 'instructions' => 'A është ujëra aktive?'
+ ],
+ 'detailed_product_options' => [
+ 'name' => 'Opsione të hollësishme të produktit',
+ 'instructions' => 'Ju lejon të futni informacione mbi stokun dhe çmimet për produktin'
+ ],
+ 'show_subcats_mobile' => [
+ 'name' => 'Shfaq nënkategoritë në pamjen e celularëve',
+ ],
+ 'show_price_to_members_only' => [
+ 'name' => 'Shfaq Çmimin Vetëm Anëtarëve',
+ ],
+ 'hide_ad_cat' => [
+ 'name' => 'Fshih kategoritë',
+ 'instructions' => 'Fshih kategoritë në listën e reklamave'
+ ],
+ 'show_finish_and_publish_date' => [
+ 'name' => 'Trego datën e përfundimit dhe datën e publikimit për krijimin',
+ 'instructions' => 'Shfaq fushat publ_at dhe finish_at në faqen e krijimit të reklamave.'
+ ],
+ 'show_tax_field' => [
+ 'name' => 'Show Tax Field',
+ 'instructions' => 'When this option is enabled, you can set the tax rate on the ad creation page.'
+ ],
+ 'hide_contact_created_at' => [
+ 'name' => 'Hide Contact Fields For in Create New Ad'
+ ]
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/sq/stream.php b/resources/default/addons/visiosoft/advs-module/lang/sq/stream.php
new file mode 100644
index 000000000..2f1cab4da
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/sq/stream.php
@@ -0,0 +1,37 @@
+ [
+ 'name' => 'Njoftimi',
+ ],
+ 'categories' => [
+ 'name' => 'Kategoritë',
+ ],
+ 'village' => [
+ 'name' => 'Fshati',
+ ],
+ 'custom_fields' => [
+ 'name' => 'Specifikime',
+ ],
+ 'custom_field_advs' => [
+ 'name' => 'Specifikimet e njoftimeve',
+ ],
+ 'cf_values' => [
+ 'name' => 'Cf vlerat',
+ ],
+ 'options' => [
+ 'name' => 'Opsione',
+ ],
+ 'product_options' => [
+ 'name' => 'Opsionet e Produktit',
+ ],
+ 'productoptions_value' => [
+ 'name' => 'Vlera e opsioneve',
+ ],
+ 'option_configuration' => [
+ 'name' => 'Konfigurimi',
+ ],
+ 'status' => [
+ 'name' => 'Statusi',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/sq/view.php b/resources/default/addons/visiosoft/advs-module/lang/sq/view.php
new file mode 100644
index 000000000..ab887f3f8
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/sq/view.php
@@ -0,0 +1,6 @@
+ 'i papërfunduar',
+ 'advanced' => 'Avancuar',
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/sr/addon.php b/resources/default/addons/visiosoft/advs-module/lang/sr/addon.php
new file mode 100644
index 000000000..29d742abd
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/sr/addon.php
@@ -0,0 +1,8 @@
+ 'Oglasi',
+ 'name' => 'Oglasi Modul',
+ 'description' => 'Oglasi Modul',
+ 'info' => 'This is the screen where you can add, delete and edit ads from the Ads page. On this page, you can simply do the operations such as post management and ad configuration.'
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/sr/button.php b/resources/default/addons/visiosoft/advs-module/lang/sr/button.php
new file mode 100644
index 000000000..d43955e65
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/sr/button.php
@@ -0,0 +1,48 @@
+ 'Novi classified',
+ 'new_classified' => 'Novi classified',
+ 'new_category' => 'Nova kategorija',
+ 'new_country' => 'Nova država',
+ 'new_city' => 'Novi grad',
+ 'new_district' => 'Novi deo grada',
+ 'new_neighborhood' => 'Novo susedstvo',
+ 'new_village' => 'Novo selo',
+ 'edit' => "Urediti",
+ 'approve' => "Odobriti",
+ 'decline' => 'Odbaciti',
+ 'extend' => 'Produži',
+ 'extend_all' => 'Produžiti sve',
+ 'convert_currency' => 'Pretvori valutu',
+ 'categories' => 'Kategorije',
+ 'sub_category' => 'Potkategorije',
+ 'add_sub_category' => 'Dodaj potkategoriju',
+ 'sub_cities' => 'Dodatni gradovi',
+ 'add_sub_cities' => 'Dodaj dodatni grad',
+ 'add_sub_districts' => 'Dodaj dodatni deo grada',
+ 'add_sub_neighborhoods' => 'Dodaj dodatno susedstvo',
+ 'add_sub_village' => 'Dodaj dodatno selo',
+ 'sub_districts' => 'Dodatni delovi grada',
+ 'sub_neighborhoods' => 'Dodatna susedstva',
+ 'sub_village' => 'Dodatno selo',
+ 'general_settings' => 'Opšta podešavanja',
+ 'save_category' => 'Sačuvaj kategoriju',
+ 'change_owner' => 'Promenite vlasnika',
+ 'update_category' => [
+ 'name' => 'Ažuriraj kategoriju'
+ ],
+ 'new_option' => 'Nova opcija',
+ 'export' => 'Izvezi',
+ 'new_productoption' => 'Nova opcija proizvoda',
+ 'new_productoptions_value' => 'Vrednost nove opcije poizvoda',
+ 'new_options_configuration' => 'Konfiguracija Nove opcije',
+ 'new_option_configuration' => 'Konfiguracija nove opcije',
+ 'create_configurations' => 'Kreiraj konfiguracije',
+ 'replicate' => 'Repliciraj',
+ 'fast_create' => 'Brzo kreirajte',
+ 'publish' => 'Objavi',
+ 'import' => 'Uvezi',
+ 'new_status' => 'Novi status',
+ 'fast_edit' => 'Brzo uredi',
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/sr/currency.php b/resources/default/addons/visiosoft/advs-module/lang/sr/currency.php
new file mode 100644
index 000000000..c923ea69f
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/sr/currency.php
@@ -0,0 +1,6 @@
+ 'Dolar',
+ 'EUR' => 'Euro',
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/sr/field.php b/resources/default/addons/visiosoft/advs-module/lang/sr/field.php
new file mode 100644
index 000000000..0ba85c555
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/sr/field.php
@@ -0,0 +1,385 @@
+ [
+ 'name' => 'Naslov'
+ ],
+ 'order' => [
+ 'name' => 'Redosled'
+ ],
+ 'slug' => [
+ 'name' => 'Slug'
+ ],
+ 'parent_category' => [
+ 'name' => 'Parent'
+ ],
+ 'category' => [
+ 'name' => 'Naziv kategorije'
+ ],
+ 'price' => [
+ 'name' => 'Cena'
+ ],
+ 'standard_price' => [
+ 'name' => 'Standardna cena'
+ ],
+ 'date' => [
+ 'name' => 'Datum'
+ ],
+ 'photo' => [
+ 'name' => 'Slika'
+ ],
+ 'video' => [
+ 'name' => 'Video'
+ ],
+ 'map' => [
+ 'name' => 'Mapa'
+ ],
+ 'stock' => [
+ 'name' => 'Zalihe'
+ ],
+ 'advs_desc' => [
+ 'name' => 'Opis'
+ ],
+ 'online_payment' => [
+ 'name' => 'Onlajn plaćanje'
+ ],
+ 'city' => [
+ 'name' => 'Grad'
+ ],
+ 'country' => [
+ 'name' => 'Država'
+ ],
+ 'district' => [
+ 'name' => 'Deo grad'
+ ],
+ 'neighborhood' => [
+ 'name' => 'Susedstvo'
+ ],
+ 'village' => [
+ 'name' => 'Selo'
+ ],
+ 'files' => [
+ 'name' => 'Slike'
+ ],
+ 'cat1' => [
+ 'name' => 'Glavna kategorija'
+ ],
+ 'cat2' => [
+ 'name' => 'Potkategorija 1'
+ ],
+ 'cat3' => [
+ 'name' => 'Potkategorija 2'
+ ],
+ 'cat4' => [
+ 'name' => 'Potkategorija 3'
+ ],
+ 'cat5' => [
+ 'name' => 'Potkategorija 4'
+ ],
+ 'cat6' => [
+ 'name' => 'Potkategorija 5'
+ ],
+ 'cat7' => [
+ 'name' => 'Potkategorija 6'
+ ],
+ 'cat8' => [
+ 'name' => 'Potkategorija 7'
+ ],
+ 'cat9' => [
+ 'name' => 'Potkategorija 8'
+ ],
+ 'cat10' => [
+ 'name' => 'Potkategorija 9'
+ ],
+ 'currency' => [
+ 'name' => 'Valuta'
+ ],
+ 'status' => [
+ 'name' => 'Status',
+ 'option' => [
+ 'approved' => 'Odobreno',
+ 'expired' => 'Istekao',
+ 'unpublished' => 'Neobjavljeno',
+ 'pending_admin' => 'Na čekanju za administratora',
+ 'pending_user' => 'Korisnik na čekanju'
+ ]
+ ],
+ 'pending_adv' => [
+ 'name' => 'Neobjavljeno'
+ ],
+ 'finish_at' => [
+ 'name' => 'Završeno u'
+ ],
+ 'cover_photo' => [
+ 'name' => 'Naslovna fotografija'
+ ],
+ 'favs_adv' => [
+ 'name' => 'Omiljeni oglasi'
+ ],
+ 'my_adv' => [
+ 'name' => 'Oglasi'
+ ],
+ 'description' => 'Opis',
+ 'explanation' => 'Objašnjenje',
+ 'type' => [
+ 'name' => 'Tip'
+ ],
+ 'parent_adv' => [
+ 'name' => 'Povezani oglas'
+ ],
+ 'value' => [
+ 'name' => 'Vrednost'
+ ],
+ 'list' => 'Lista',
+ 'home' => 'Početna',
+ 'list-page' => 'Izlistaj stranu',
+ 'search' => 'Pronađi',
+ 'reset' => 'Reset',
+ 'recommended' => 'Preporučeni oglasi za vas',
+ 'filter' => 'Filter',
+ 'sort' => 'Sortiraj',
+ 'sort_by' => 'Sortiraj po',
+ 'pick_option' => 'Izaberi opciju',
+ 'pick_ordering' => 'Redosled',
+ 'price_high' => 'Cena od više ka nižoj',
+ 'price_low' => 'Cena od niže ka višoj',
+ 'newest' => 'Najnovije',
+ 'oldest' => 'Najstarije',
+ 'address_a_z' => 'Adresa (od A do Ž)',
+ 'address_z_a' => 'Adresa (od Ž do A)',
+ 'categories' => [
+ 'name' => 'Kategorije'
+ ],
+ 'all_categories' => 'Sve kategorije',
+ 'location' => 'Lokacija',
+ 'send_message' => 'Pošalji poruku',
+ 'phone_gsm' => 'Mobilni telefon',
+ 'phone_office' => 'Službeni telefon',
+ 'add_to_favorites' => "Dodaj u omiljeno",
+ 'send' => 'Pošalji',
+ 'search_name' => 'Naziv pretrage',
+ 'my_favorite_searches' => 'Sačuvane pretrage',
+ 'search_desc' => 'Ovde možete dodati i upravljati omiljenim pretragama.',
+ 'complaint_placeholder' => 'Unesite detalje žalbe ovde.',
+ 'show_details' => 'Pokaži detalje',
+ 'ad_actions' => 'Upravljaj oglasom',
+ 'edit' => 'Uredi',
+ 'approve' => 'Odobri',
+ 'passive' => "Neaktivno",
+ 'sold' => 'Prodato',
+ 'offered_by' => 'Ponudio',
+ 'more_ads_by' => 'Više oglasa od',
+ 'click_phone' => 'Prikaži broj telefona',
+ 'share' => 'Podeli',
+ 'report' => 'Prijavi ovaj oglas',
+ 'features' => 'Karakteristike',
+ "streetview" => "Prikaz ulice",
+ 'recommended_ads' => 'Preporučeni oglasi za vas',
+ 'new' => 'Novo',
+ 'short_info' => 'Ukratko',
+ 'secure_trading' => 'Sigurno trgovanje',
+ '24/7' => 'Podrška 24/7',
+ 'easy_trading' => 'Jednostavno trgovanje',
+ 'need_help' => 'Trebate pomoć?',
+ 'give_a_call' => 'Pozovite me na',
+ 'message_sent' => 'Poruka poslata!',
+ 'asap' => 'Poruka poslata, prodavac će vas kontaktirati uskoro.',
+ 'ad_id' => 'Id oglasa',
+ 'contact_with' => 'Kontaktirajte sa',
+ 'create_adv' => 'Kreiraj oglas',
+ 'edit_adv' => 'Uredi oglas',
+ 'mandatory_fields' => 'Obavezna polja',
+ 'ad_post' => 'Postavi oglas',
+ 'sell_item' => 'Prodajte predmet ili uslugu',
+ 'search_save' => 'Omiljena pretraga je uspešno sačuvana',
+ 'address' => 'Adresa',
+ 'email' => 'E-mail',
+ 'phone' => 'Telefon',
+ 'send_us_your_feedback' => 'Pošaljite nam vaše utiske',
+ 'online_shopping' => 'GET',
+ 'approved' => 'Uspešno odobreno',
+ 'extended' => 'Uspešno produženo',
+ 'declined' => 'Uspešno odbijeno',
+ 'search_on_map' => 'Pretraži na mapi',
+ 'post_free_ad' => 'Postavi besplatan oglas',
+ 'select_a_category' => 'Izaberi kategoriju',
+ 'select_a_sub_category' => 'Izaberi potkategoriju',
+ 'all_dopings_added' => 'Sve vrste dodataka su dodate za ovaj oglas.',
+ 'is_get_adv' => [
+ 'name' => 'GET'
+ ],
+ 'corporate_info' => 'Informacije o preduzeću',
+ 'featured_ads' => "Istaknuti oglasi",
+ 'trending_ads' => 'Oglasi u trendu',
+ 'search_ad_result_prefix' => 'na',
+ 'search_ad_result_text' => ':count oglasa pronađeno je u vašoj pretrazi :name ',
+ 'search_ads_result_message' => [
+ 'name' => ':count oglasa pronađeno u :name pretrazi',
+ ],
+ 'total' => 'Ukupno',
+ 'quantity' => 'Količina',
+ 'view_cart' => 'Pogledaj korpu',
+ 'no_ads' => 'Nije pronađen nijedan oglas.',
+ 'show_display_mode' => [
+ 'map' => 'Mapa',
+ 'list' => 'Lista',
+ ],
+ 'advs_list_table_thead' => [
+ 'name' => 'Naslov oglasa',
+ 'price' => 'Cena',
+ 'publish_at' => 'Datum oglasa',
+ 'location_city' => 'Grad',
+ 'location_country' => 'Država',
+ ],
+ 'show_list_view' => [
+ 'name' => 'Lista',
+ ],
+ 'show_table_view' => [
+ 'name' => 'Tabela',
+ ],
+ 'showcase' => [
+ 'name' => 'Izlog',
+ ],
+ 'new_ad' => [
+ 'name' => 'Novi oglas',
+ ],
+ 'profile' => [
+ 'name' => 'Profil',
+ ],
+ 'my_ads' => [
+ 'name' => 'Moji oglasi',
+ ],
+ 'sold_out' => [
+ 'name' => 'Plaćanje pouzećem',
+ ],
+ 'edit_category' => 'Uredi kategoriju',
+ 'set_category' => 'Postavi kategoriju',
+ 'max' => [
+ 'name' => 'Max',
+ ],
+ 'min' => [
+ 'name' => 'Min',
+ ],
+ 'in_the_last_24_hours' => [
+ 'name' => 'U poslednjih 24 časa'
+ ],
+ 'in_the_last_day' => [
+ 'name' => 'U poslednjih 24 časa'
+ ],
+ 'in_the_last_week' => [
+ 'name' => 'U poslednjih nedelju dana'
+ ],
+ 'in_the_last_month' => [
+ 'name' => 'U poslednjih mesec'
+ ],
+ 'ads_with_photo' => [
+ 'name' => 'Oglasi sa slikom'
+ ],
+ 'ads_with_video' => [
+ 'name' => 'Oglasi sa videom'
+ ],
+ 'yes' => [
+ 'name' => 'Da'
+ ],
+ 'no' => [
+ 'name' => 'Ne'
+ ],
+ 'is_system' => [
+ 'name' => 'Je li sistem',
+ 'instructions' => 'Status sistema je obavezan i ne bi ga trebalo menjati',
+ ],
+ 'user_access' => [
+ 'name' => 'Korisnički pristup',
+ 'instructions' => 'Može li korisnik da koristi ovaj status u svojim oglasima?',
+ ],
+ "no_location" => "Nije odabrana lokacija.",
+ "continue" => 'Nastavi',
+ "gallery" => 'Galerija',
+ "ad" => 'Oglas',
+ "ads" => 'Oglasi',
+ "were_found" => 'pronađeno.',
+
+ // Pending screen
+ 'pending_message_1' => 'Oglas je u procesu odobravanja',
+ 'pending_message_2' => "Datum ažuriranja oglasa",
+ 'pending_message_3' => 'Procenjeno vreme čekanja',
+ 'pending_message_4' => 'Vreme provedeno u postupku odobravanje dodaće se vremenu dodatka.',
+ 'pending_message_5' => 'Iz call centra ne mogu se izvršiti transakcije u veza sa oglasom u procesu odobravanja.',
+ 'hours' => 'sati',
+
+ // Preview page
+ 'preview_text' => [
+ 'part_1' => 'Ako su sledeće informacije o vašem oglasu tačne, kliknite na dugme "Nastavi" i pređite na sledeći korak.',
+ 'part_2' => 'Ako nisu, kliknite na dugme "Uredi".',
+ ],
+ 'views' => 'Pregledano',
+
+ // Detail page
+ "no_street_view" => "Nema street view slike na ovoj lokaciji",
+ 'edit_my_contact_info' => 'Uredi moje kontakt informacije',
+ 'update_my_contact_info' => 'ažuriraj moje kontakt informacije',
+ 'contact_info' => 'Kontakt informacije',
+ 'ad_info' => 'Informacije o oglasu',
+
+ // Select cat
+ 'select_category_step_by_step' => 'Izaberite kategoriju Korak po korak',
+
+ // New create page
+ 'options' => 'Opcije',
+ 'category_selection' => 'Izbor kategorije',
+ 'listing_details' => 'Detalji liste',
+ 'preview' => 'Pregled',
+ 'congratulations' => 'Čestitamo!',
+ 'ad_desc' => 'Opis oglasa',
+ 'upload_photos' => 'Otpremi fotografije',
+ 'upload_files' => 'Otpremi datoteke',
+ 'additional_fields' => 'Dodatna polja',
+ 'ad_location' => 'Lokacija oglasa',
+ 'owner' => 'Vlasnik',
+ 'default_owner_instruction' => 'Vlasnik će podrazumevano biti trenutni korisnk, ukoliko korisnik nije izabran',
+ 'create_page_subtitle' => 'Create the ad flawlessly by entering detailed information about your ad.',
+ 'with_my_phone_numbers' => 'With my phone numbers',
+ 'not_with_my_phone_numbers' => "I don't want to be reached by phone",
+ 'how_can_you_be_contacted' => "How can you be contacted?",
+
+ // Listing page
+ 'ad_title' => 'Naslov oglasa',
+ 'listing_date' => 'Datum',
+ 'view' => 'Prikaži',
+ 'ads_with_map' => 'Oglasi sa mapom',
+ 'advanced_sorting' => 'Napredno sortiranje',
+ 'filter_by_word' => 'Filter po reči',
+ 'filter_by' => 'Filter by :name',
+
+ 'free' => 'Besplatno',
+ 'ad_date' => 'Datum oglasa',
+ 'photo_video' => 'Slika, Video',
+ 'and_above' => 'i iznad',
+ 'and_below' => 'i ispod',
+ 'clear_all' => 'Obriši sve',
+ 'balances' => 'Stanje',
+ 'packages' => 'Paketi',
+ 'dopings' => 'Dodaci',
+ 'advs' => 'Oglasi',
+ 'site' => 'Sajt',
+ 'subscription' => 'Pretplata',
+ 'created' => 'Kreiran',
+ 'product_option' => [
+ 'name' => 'Opcije proizvoda'
+ ],
+ 'option_json' => [
+ 'name' => 'Opcije'
+ ],
+ 'old_price' => [
+ 'name' => 'Stare cena'
+ ],
+ 'save_search' => 'Save Search',
+ 'publish_at' => [
+ 'name' => 'Publish Date'
+ ],
+ 'tax' => [
+ 'name' => 'Tax'
+ ],
+ 'name_a_z' => 'Name (A to Z)',
+ 'name_z_a' => 'Name (Z to A)',
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/sr/message.php b/resources/default/addons/visiosoft/advs-module/lang/sr/message.php
new file mode 100644
index 000000000..93bd3d1e0
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/sr/message.php
@@ -0,0 +1,35 @@
+ 'Traženi proizvod trenutno ne postoji ili je neaktivan',
+ 'please_payment' => 'Platite',
+ 'bank_account_info' => 'Podaci o bankovnom računu',
+ 'agreement' => 'Klikom na Objavi slažete se sa našim Uslovima korišćenja i Politikom privatnosti potvrđujete da ste zakoniti vlasnik ove stavke.',
+ 'update_category_msg' => 'Klasifikovana kategorija će biti ažurirana.',
+ 'updated_category_msg' => 'Kategorija je uspežno uređena.',
+ 'create_ad_with_post_cat' => [
+ 'title' => "Izbor kategorije je završen.",
+ 'success' => true,
+ 'continueBtn' => "Nastavi",
+ ],
+ 'update_category_info' => 'Ažurirajte kategoriju.',
+ 'filter_by_search_msg' => 'Filtriraj po pretrazi.',
+ 'delete_author_error' => 'Ne možete obrisati post koji vam ne pripada',
+ 'success_delete' => 'Oglas obrisan',
+ 'pending_ad_status' => 'Vaš oglas čeka odobrenje urednika.',
+ 'extended' => ':number oglas(a) je uspešno produženo.',
+ 'category_not_exist' => 'Ova kategorija ne postoji više!',
+ 'currency_converted' => 'Valuta je uspešno konvertovana.',
+ 'choose_user' => 'Izaberi korisnika',
+ 'owner_updated_successfully' => 'Vlasnik je uspežno ažuriran!',
+ 'no_add_found' => 'Nije pronađen nijedan oglas!',
+ 'replicated_success' => 'Oglas je uspešno kopiran!',
+ 'ad_doesnt_exist' => "Ovaj oglas ne postoji!",
+ 'select_location_error' => "Izaberite lokaciju na mapi!",
+ 'this_ad_is_not_valid_anymore' => "Ovaj oglas više ne važi!",
+ 'approve_status_change' => "Status vašeg oglasa je aktivan!",
+ 'passive_status_change' => "Status vašeg oglasa je neaktivan!",
+ '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.",
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/sr/permission.php b/resources/default/addons/visiosoft/advs-module/lang/sr/permission.php
new file mode 100644
index 000000000..d5777e683
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/sr/permission.php
@@ -0,0 +1,108 @@
+ [
+ 'name' => 'Oglasi',
+ 'option' => [
+ 'read' => 'Može da vidi oglase?',
+ 'write' => 'Može da kreira / uređuje oglase?',
+ 'delete' => 'Može da obriše oglase?',
+ ],
+ ],
+ 'categories' => [
+ 'name' => 'Kategorije',
+ 'option' => [
+ 'read' => 'Može da vidi kategorije?',
+ 'write' => 'Može kreira / uređuje kategorije?',
+ 'delete' => 'Može da obriže kategorije?',
+ ],
+ ],
+ 'village' => [
+ 'name' => 'Selo',
+ 'option' => [
+ 'read' => 'Može da vidi selo?',
+ 'write' => 'Može da kreira / uređuje selo?',
+ 'delete' => 'Može da obriše selo?',
+ ],
+ ],
+ 'custom_fields' => [
+ 'name' => 'Prilagođena polja',
+ 'option' => [
+ 'read' => 'Može da vidi prilagođena polja?',
+ 'write' => 'Može da kreira / uređuje prilagođena polja?',
+ 'delete' => 'Može da obriše prilagođena polja?',
+ ],
+ ],
+ 'custom_field_advs' => [
+ 'name' => 'Prilagođena polja oglasa',
+ 'option' => [
+ 'read' => 'Može da vidi prilagođena polja oglasa?',
+ 'write' => 'Može da kreira / uređuje prilagođena polja oglasa?',
+ 'delete' => 'Može da obriše prilagođena polja oglasa?',
+ ],
+ ],
+ 'cf_values' => [
+ 'name' => 'Vrednosti prilagođenog polja',
+ 'option' => [
+ 'read' => 'Može da vidi vrednosti prilagođenih polja?',
+ 'write' => 'Može da kreira / uređuje vrednosti prilagođenih polja?',
+ 'delete' => 'Može da obriše vrednosti prilagođenih polja?',
+ ],
+ ],
+ 'options' => [
+ 'name' => 'Opcije',
+ 'option' => [
+ 'read' => 'Može da vidi opcije?',
+ 'write' => 'Može da kreira / uređuje opcije?',
+ 'delete' => 'Može da obriše opcije?',
+ ],
+ ],
+ 'productoptions' => [
+ 'name' => 'Opcije proizvoda',
+ 'option' => [
+ 'read' => 'Može da vidi opcije proizvoda?',
+ 'write' => 'Može da kreira / uređuje opcije proizvoda?',
+ 'delete' => 'Može da obriše opcije proizvoda?',
+ ],
+ ],
+ 'productoptions_value' => [
+ 'name' => 'Vrednosti opcije proizvoda',
+ 'option' => [
+ 'read' => 'Može da vidi vrednosti opcije proizvoda?',
+ 'write' => 'Može da kreira / uređuje vrednosti opcije proizvoda?',
+ 'delete' => 'Može da obriše vrednosti opcije proizvoda?',
+ ],
+ ],
+ 'options_configuration' => [
+ 'name' => 'Konfiguracija opcija',
+ 'option' => [
+ 'read' => 'Može da vidi Konfiguracija opcija?',
+ 'write' => 'Može da kreira / uređuje Konfiguracija opcija?',
+ 'delete' => 'Može da obriše Konfiguracija opcija?',
+ ],
+ ],
+ 'option_configuration' => [
+ 'name' => 'Konfiguracija opcije',
+ 'option' => [
+ 'read' => 'Može da vidi konfiguraciju opcije?',
+ 'write' => 'Može da kreira / uređuje konfiguraciju opcije?',
+ 'delete' => 'Može da obriše konfiguraciju opcije?',
+ ],
+ ],
+ 'option_configuration' => [
+ 'name' => 'Konfiguracija opcije',
+ 'option' => [
+ 'read' => 'Može da vidi konfiguraciju opcije?',
+ 'write' => 'Može da kreira / uređuje konfiguraciju opcije?',
+ 'delete' => 'Može da obriše konfiguraciju opcije?',
+ ],
+ ],
+ 'status' => [
+ 'name' => 'Status',
+ 'option' => [
+ 'read' => 'Može da vidi status?',
+ 'write' => 'Može da kreira / uređuje status?',
+ 'delete' => 'Može da obriše status?',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/sr/section.php b/resources/default/addons/visiosoft/advs-module/lang/sr/section.php
new file mode 100644
index 000000000..1cee64df4
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/sr/section.php
@@ -0,0 +1,64 @@
+ [
+ 'title' => 'Oglasi',
+ ],
+ 'categories' => [
+ 'title' => 'Kategorije',
+ ],
+ 'countries' => [
+ 'title' => 'Države',
+ ],
+ 'cities' => [
+ 'title' => 'Gradovi',
+ ],
+ 'districts' => [
+ 'title' => 'Delovi grada',
+ ],
+ 'neighborhoods' => [
+ 'title' => 'Susedstva',
+ ],
+ 'village' => [
+ 'title' => 'Selo',
+ ],
+ 'custom_fields' => [
+ 'title' => 'Prilagođena polja',
+ ],
+ 'custom_field_advs' => [
+ 'title' => 'Prilagođena polja oglasa',
+ ],
+ 'cf_values' => [
+ 'title' => 'Vrednosti prilagođenog polja',
+ ],
+ 'fields' => [
+ 'title' => 'Prilagođena polja'
+ ],
+ 'assets_clear' => [
+ 'name' => 'Assets Clear'
+ ],
+ 'general' => 'Opšte',
+ 'ads' => 'Oglasi',
+ 'user' => 'Korisnik',
+ 'filter' => 'Filter',
+ 'create_ad' => 'Kreiraj oglas',
+ 'options' => [
+ 'title' => 'Opcije',
+ ],
+ 'ads_image' => 'Slika oglasa',
+ 'product_options' => [
+ 'title' => 'Opcije',
+ ],
+ 'productoptions_value' => [
+ 'title' => 'Vrednost opcija',
+ ],
+ 'option_configuration' => [
+ 'title' => 'Konfiguracija',
+ ],
+ 'translations' => 'Prevodi',
+ 'status' => [
+ 'title' => 'Status',
+ ],
+ 'ads_detail' => 'Detalji oglasa',
+
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/sr/setting.php b/resources/default/addons/visiosoft/advs-module/lang/sr/setting.php
new file mode 100644
index 000000000..9c521afa3
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/sr/setting.php
@@ -0,0 +1,286 @@
+ [
+ 'name' => 'Automatsko odobrenje',
+ ],
+ 'default_view_type' => [
+ 'name' => 'Podrazumevani tip prikaza',
+ ],
+ 'hide_zero_price' => [
+ 'name' => 'Sakrij cenu ako je 0',
+ 'instructions' => 'Sakrij cenu akoje cena oglasa 0',
+ ],
+ 'estimated_pending_time' => [
+ 'name' => 'Procenjeno vreme čekanja',
+ 'instructions' => 'U satima',
+ ],
+ 'default_published_time' => [
+ 'name' => 'Podrazumevano vreme objavljivanja',
+ ],
+ 'address' => [
+ 'name' => 'Kontakt adresa',
+ ],
+ 'phone' => [
+ 'name' => 'Kontakt telefon',
+ ],
+ 'favicon' => [
+ 'name' => 'Favicon',
+ ]
+ , 'map_coordinates_long' => [
+ 'name' => 'Map Long Koordinate',
+ ],
+ 'map_coordinates_lat' => [
+ 'name' => 'Map Lat Koordinate',
+ ],
+ 'iban_numbers' => [
+ 'name' => 'IBAN',
+ ],
+ 'logo' => [
+ 'name' => 'Logo',
+ ],
+ 'ogImage' => [
+ 'name' => 'Logo za deljenje na društvenim mrežama',
+ 'warning' => 'Trebalo bi da bude u rezoluciji 1200x630. ',
+
+ ],
+ 'currencies' => [
+ 'name' => 'Aktivne valute',
+ ],
+ 'latest-limit' => [
+ 'name' => 'Ograniči najnovije',
+ ],
+ 'site_address' => [
+ 'name' => 'Adresa sajta',
+ 'warning' => 'Automatski dodato www. www.sitename.com ',
+ ],
+ 'google_map_key' => [
+ 'name' => 'Google Map Api Key',
+ ],
+
+ 'default_country' => [
+ 'name' => 'Podrazumevana država Oglasa',
+ ],
+ 'hide_price_categories' => [
+ 'name' => 'Sakrij cenu u Kategorijama',
+ 'instructions' => 'Cena će biti skrivena kada kreirate oglas ili pogledate oglas u okviru ovih kategorija.'
+ ],
+ 'free_currencyconverterapi_key' => [
+ 'name' => 'Currency Converter API Key'
+ ],
+ 'default_city' => [
+ 'name' => 'Podrazumevani grad Oglasa',
+ ],
+ 'default_district' => [
+ 'name' => 'Podrazumevani deo grada u Oglasu',
+ ],
+ 'default_neighborhood' => [
+ 'name' => 'Podrazumevano susedstvo Oglasa',
+ ],
+ 'default_currency' => [
+ 'name' => 'Podrazumevana valuta Oglasa',
+ ],
+ 'default_GET' => [
+ 'name' => 'Podrazumevani oglas Get',
+ ],
+ 'twitter' => [
+ 'name' => 'Twitter',
+ ],
+ 'facebook' => [
+ 'name' => 'Facebook',
+ ],
+ 'youtube' => [
+ 'name' => 'Youtube',
+ ],
+ 'google' => [
+ 'name' => 'Google',
+ ],
+ 'listing_page_image' => [
+ 'name' => 'Slika na stranici sa listom oglasa',
+ ],
+ 'hide_standard_price_field' => [
+ 'name' => 'Sakrij polje sa standardnom cenom',
+ ],
+ 'hide_options_field' => [
+ 'name' => 'Hide Options polje',
+ ],
+ 'hide_village_field' => [
+ 'name' => 'Sakrij polje Selo',
+ ],
+ 'hide_configurations' => [
+ 'name' => 'Sakrij dugme za konfiguracije',
+ 'instructions' => 'Sakrij dugme za konfiguracije u pregledu oglasa',
+ ],
+ 'make_all_fields_required' => [
+ 'name' => 'Neka sva polja budu obavezna',
+ 'instructions' => 'Zahtevaj od korisnika da prilikom kreiranja oglasa popuni polja Cena i Opis',
+ ],
+ 'make_map_required' => [
+ 'name' => 'Neka Mapa bude obavezna',
+ 'instructions' => 'Zahtevajte od korisnika da postavi pribadaču na mapu prilikom pravljenja oglasa',
+ ],
+ 'hide_listing_standard_price' => [
+ 'name' => 'Sakrij standardnu cenu na listi',
+ ],
+ 'enabled_currencies' => [
+ 'name' => 'Omogućene valute',
+ ],
+ 'google_statistic_code' => [
+ 'name' => 'Google Statistic Code',
+ ],
+ 'register_email_field' => [
+ 'name' => 'Zahtevaj Email za registraciju članova',
+ ],
+ 'market_place' => [
+ 'name' => 'Trgovina',
+ 'instructions' => 'If the marketplace is down, your site will act as ecommerce. For example,
+ some fields in the profile such as ads, dopings, messages, sale, packages and store are not visible and
+ removes corporate membership.'
+ ],
+ 'price_area_hidden' => [
+ 'name' => 'Područje cena skriveno',
+ ],
+ 'hide_price_filter' => [
+ 'name' => 'Sakrij filter cena',
+ ],
+ 'hide_date_filter' => [
+ 'name' => 'Sakrij filter za datum',
+ ],
+ 'hide_photo_filter' => [
+ 'name' => 'Sakrij foto filter',
+ ],
+ 'hide_map_filter' => [
+ 'name' => 'Sakrij filter mape',
+ ],
+ 'show_lang_url' => [
+ 'name' => 'Prikaži parametar jezika za URL',
+ ],
+ 'popular_ads_limit' => [
+ 'name' => 'Ograničenje popularnih oglasa',
+ ],
+
+ //Image
+
+ 'image_resize_backend' => [
+ 'name' => 'Izmenjivanje veličine slike',
+ ],
+ 'full_image_width' => [
+ 'name' => 'Puna širina slike',
+ ],
+ 'full_image_height' => [
+ 'name' => 'Visina pune slike ',
+ ],
+ 'medium_image_width' => [
+ 'name' => 'Srednja širina slike',
+ ],
+ 'medium_image_height' => [
+ 'name' => 'Srednja visina slike',
+ ],
+ 'thumbnail_width' => [
+ 'name' => 'Širina sličice (Thumnail)',
+ ],
+ 'thumbnail_height' => [
+ 'name' => 'Visina sličice (Thumbnail)',
+ ],
+ 'add_canvas' => [
+ 'name' => 'Dodajte platno',
+ ],
+ 'image_canvas_width' => [
+ 'name' => 'Širina slike canvasa',
+ ],
+ 'image_canvas_height' => [
+ 'name' => 'Visina slike canvasa',
+ ],
+ 'watermark_type' => [
+ 'name' => 'Tip vodenog žiga',
+ ],
+ 'watermark_text' => [
+ 'name' => 'Tekst vodenog žiga',
+ ],
+ 'watermark_image' => [
+ 'name' => 'Slika vodenog žiga',
+ ],
+ 'watermark_position' => [
+ 'name' => 'Pozicija vodenog žiga',
+ ],
+ 'user_filter_limit' => [
+ 'name' => 'Ograničenje korisničkog filtera',
+ 'instructions' => 'U admin panelu'
+ ],
+ 'show_breadcrumb_when_creating_ad' => [
+ 'name' => 'Prikaži Breadcrumb pri kreiranju oglasa',
+ ],
+ 'show_ads_count' => [
+ 'name' => 'Prikaži broj oglasa',
+ 'instructions' => 'Pokaži broj oglasa u kategorijama levo u listi',
+ ],
+ 'ads_date_hidden' => [
+ 'name' => 'Sakrij datum kreiranja',
+ 'instructions' => 'Sakrij datum kreranja u detaljima oglasa',
+ ],
+ 'hide_listing_header' => [
+ 'name' => 'Sakrij Zaglavlje liste',
+ 'instructions' => 'Sakrivanje redosleda i tipova pregleda',
+ ],
+ 'hide_filter_section' => [
+ 'name' => 'Sakrij filter sekciju',
+ 'instructions' => 'Sakrijte područje filtera sa leve strane u Listi',
+ ],
+ 'hide_seller_info' => [
+ 'name' => 'Sakrij Informacije prodavca',
+ 'instructions' => 'Sakrij informacije o prodavcu na stranici sa detaljima oglasa',
+ ],
+ 'show_post_ad_agreement' => [
+ 'name' => 'Prikaži ugovor o objavljivanju oglasa',
+ 'instructions' => 'Uključite ovo ako želite da na stranici za izradu oglasa prikažete ugovor o politici privatnosti',
+ ],
+ 'override_text' => [
+ 'name' => 'Zameni tekst',
+ 'instructions' => 'Old Value:New Value'
+ ],
+ 'steps_color' => [
+ 'name' => 'Boja koraka',
+ 'instructions' => 'Menja boju progresivnih koraka'
+ ],
+ 'create_ad_button_color' => [
+ 'name' => 'Boja dugmeta Create Ad',
+ 'instructions' => 'Menja dugme koje se prikazuje kada je izbor nove kategorije oglasa završen. '
+ ],
+ 'lang_switcher_for_browser' => [
+ 'name' => 'Prekidač za jezik u pregledaču',
+ 'instructions' => 'Omogućava vam da kao aktivni jezik izaberete jezik pregledača'
+ ],
+ 'get_categories' => [
+ 'name' => 'GET Kategorije',
+ 'instructions' => 'Predstavlja kategorije u kojima će GET svojstvo biti važeće.'
+ ],
+ 'watermark' => [
+ 'name' => 'Vodeni žig',
+ 'instructions' => 'Da li je aktivan vodeni žig?'
+ ],
+ 'detailed_product_options' => [
+ 'name' => 'Detaljne opcije proizvoda',
+ 'instructions' => 'Omogućava vam da unesete informacije o zalihama i cenama proizvoda'
+ ],
+ 'show_subcats_mobile' => [
+ 'name' => 'Prikažite potkategorije na mobilnom prikazu',
+ ],
+ 'show_price_to_members_only' => [
+ 'name' => 'Show Price To Members Only',
+ ],
+ 'hide_ad_cat' => [
+ 'name' => 'Hide Categories',
+ 'instructions' => 'Hide categories in ads list'
+ ],
+ 'show_finish_and_publish_date' => [
+ 'name' => 'Show Finish Date And Publish Date For Create',
+ 'instructions' => 'Displays the publish_at and finish_at fields on the ad creation page.'
+ ],
+ 'show_tax_field' => [
+ 'name' => 'Show Tax Field',
+ 'instructions' => 'When this option is enabled, you can set the tax rate on the ad creation page.'
+ ],
+ 'hide_contact_created_at' => [
+ 'name' => 'Hide Contact Fields For in Create New Ad'
+ ]
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/sr/stream.php b/resources/default/addons/visiosoft/advs-module/lang/sr/stream.php
new file mode 100644
index 000000000..349f99274
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/sr/stream.php
@@ -0,0 +1,37 @@
+ [
+ 'name' => 'Oglasi',
+ ],
+ 'categories' => [
+ 'name' => 'Kategorije',
+ ],
+ 'village' => [
+ 'name' => 'Selo',
+ ],
+ 'custom_fields' => [
+ 'name' => 'Prilagođena polja',
+ ],
+ 'custom_field_advs' => [
+ 'name' => 'Prilagođena polja oglasa',
+ ],
+ 'cf_values' => [
+ 'name' => 'Vrednosti prilagođenog polja',
+ ],
+ 'options' => [
+ 'name' => 'Opcije',
+ ],
+ 'product_options' => [
+ 'name' => 'Opcije proizvoda',
+ ],
+ 'productoptions_value' => [
+ 'name' => 'Vrednosti opcija',
+ ],
+ 'option_configuration' => [
+ 'name' => 'Konfiguracija',
+ ],
+ 'status' => [
+ 'name' => 'Status',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/sr/view.php b/resources/default/addons/visiosoft/advs-module/lang/sr/view.php
new file mode 100644
index 000000000..59d39deb9
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/sr/view.php
@@ -0,0 +1,6 @@
+ 'Nedovršeno',
+ 'advanced' => 'Napredno',
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/sv/addon.php b/resources/default/addons/visiosoft/advs-module/lang/sv/addon.php
new file mode 100644
index 000000000..ea2095da9
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/sv/addon.php
@@ -0,0 +1,8 @@
+ 'annonser',
+ 'name' => 'Annonsmodul',
+ 'description' => 'Annonsmodul',
+ 'info' => 'This is the screen where you can add, delete and edit ads from the Ads page. On this page, you can simply do the operations such as post management and ad configuration.'
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/sv/button.php b/resources/default/addons/visiosoft/advs-module/lang/sv/button.php
new file mode 100644
index 000000000..92ac6d871
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/sv/button.php
@@ -0,0 +1,48 @@
+ 'Ny adv',
+ 'new_classified' => 'Ny klassificering',
+ 'new_category' => 'Ny kategori',
+ 'new_country' => 'Nytt land',
+ 'new_city' => 'Ny stad',
+ 'new_district' => 'Nytt distrikt',
+ 'new_neighborhood' => 'Nytt grannskap',
+ 'new_village' => 'New Village',
+ 'edit' => "Redigera",
+ 'approve' => "Godkänna",
+ 'decline' => 'Nedgång',
+ 'extend' => 'Förlänga',
+ 'extend_all' => 'Förläng alla',
+ 'convert_currency' => 'Konvertera valuta',
+ 'categories' => 'kategorier',
+ 'sub_category' => 'Underkategorier',
+ 'add_sub_category' => 'Lägg till underkategori',
+ 'sub_cities' => 'Understäder',
+ 'add_sub_cities' => 'Lägg till Sub City',
+ 'add_sub_districts' => 'Lägg till Sub District',
+ 'add_sub_neighborhoods' => 'Lägg till subgrannskap',
+ 'add_sub_village' => 'Lägg till Sub Village',
+ 'sub_districts' => 'Underdistrikt',
+ 'sub_neighborhoods' => 'Undergrannskap',
+ 'sub_village' => 'Sub Village',
+ 'general_settings' => 'Allmänna Inställningar',
+ 'save_category' => 'Spara kategori',
+ 'change_owner' => 'Byt ägare',
+ 'update_category' => [
+ 'name' => 'Uppdatera kategori'
+ ],
+ 'new_option' => 'Nytt alternativ',
+ 'export' => 'Exportera',
+ 'new_productoption' => 'Ny produktalternativ',
+ 'new_productoptions_value' => 'Nytt produktalternativvärde',
+ 'new_options_configuration' => 'Ny alternativkonfiguration',
+ 'new_option_configuration' => 'Ny alternativkonfiguration',
+ 'create_configurations' => 'Skapa konfigurationer',
+ 'replicate' => 'Återskapa',
+ 'fast_create' => 'Skapa snabbt',
+ 'publish' => 'Publicera',
+ 'import' => 'Importera',
+ 'new_status' => 'Ny status',
+ 'fast_edit' => 'Snabb redigering',
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/sv/currency.php b/resources/default/addons/visiosoft/advs-module/lang/sv/currency.php
new file mode 100644
index 000000000..32221c0aa
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/sv/currency.php
@@ -0,0 +1,6 @@
+ 'Dollar',
+ 'EUR' => 'Euro',
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/sv/field.php b/resources/default/addons/visiosoft/advs-module/lang/sv/field.php
new file mode 100644
index 000000000..a582dbf5e
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/sv/field.php
@@ -0,0 +1,385 @@
+ [
+ 'name' => 'Titel'
+ ],
+ 'order' => [
+ 'name' => 'Beställa'
+ ],
+ 'slug' => [
+ 'name' => 'Snigel'
+ ],
+ 'parent_category' => [
+ 'name' => 'Förälder'
+ ],
+ 'category' => [
+ 'name' => 'Kategorititel'
+ ],
+ 'price' => [
+ 'name' => 'Pris'
+ ],
+ 'standard_price' => [
+ 'name' => 'Standard pris'
+ ],
+ 'date' => [
+ 'name' => 'Datum'
+ ],
+ 'photo' => [
+ 'name' => 'Foto'
+ ],
+ 'video' => [
+ 'name' => 'Video'
+ ],
+ 'map' => [
+ 'name' => 'Karta'
+ ],
+ 'stock' => [
+ 'name' => 'Stock'
+ ],
+ 'advs_desc' => [
+ 'name' => 'Beskrivning'
+ ],
+ 'online_payment' => [
+ 'name' => 'Online betalning'
+ ],
+ 'city' => [
+ 'name' => 'Stad'
+ ],
+ 'country' => [
+ 'name' => 'Land'
+ ],
+ 'district' => [
+ 'name' => 'Distrikt'
+ ],
+ 'neighborhood' => [
+ 'name' => 'Grannskap'
+ ],
+ 'village' => [
+ 'name' => 'By'
+ ],
+ 'files' => [
+ 'name' => 'Bilder'
+ ],
+ 'cat1' => [
+ 'name' => 'huvud kategorin'
+ ],
+ 'cat2' => [
+ 'name' => 'Underkategori 1'
+ ],
+ 'cat3' => [
+ 'name' => 'Underkategori 2'
+ ],
+ 'cat4' => [
+ 'name' => 'Underkategori 3'
+ ],
+ 'cat5' => [
+ 'name' => 'Underkategori 4'
+ ],
+ 'cat6' => [
+ 'name' => 'Underkategori 5'
+ ],
+ 'cat7' => [
+ 'name' => 'Underkategori 6'
+ ],
+ 'cat8' => [
+ 'name' => 'Underkategori 7'
+ ],
+ 'cat9' => [
+ 'name' => 'Underkategori 8'
+ ],
+ 'cat10' => [
+ 'name' => 'Underkategori 9'
+ ],
+ 'currency' => [
+ 'name' => 'Valuta'
+ ],
+ 'status' => [
+ 'name' => 'Status',
+ 'option' => [
+ 'approved' => 'Godkänd',
+ 'expired' => 'Utgånget',
+ 'unpublished' => 'Opublicerad',
+ 'pending_admin' => 'Väntande administratör',
+ 'pending_user' => 'Väntande användare'
+ ]
+ ],
+ 'pending_adv' => [
+ 'name' => 'Opublicerad'
+ ],
+ 'finish_at' => [
+ 'name' => 'Avsluta kl'
+ ],
+ 'cover_photo' => [
+ 'name' => 'Omslagsfoto'
+ ],
+ 'favs_adv' => [
+ 'name' => 'Favoritannonser'
+ ],
+ 'my_adv' => [
+ 'name' => 'ADVS'
+ ],
+ 'description' => 'Beskrivning',
+ 'explanation' => 'Förklaring',
+ 'type' => [
+ 'name' => 'Typ'
+ ],
+ 'parent_adv' => [
+ 'name' => 'Relaterad annons'
+ ],
+ 'value' => [
+ 'name' => 'Värde'
+ ],
+ 'list' => 'Lista',
+ 'home' => 'Hem',
+ 'list-page' => 'Lista sida',
+ 'search' => 'Sök',
+ 'reset' => 'Reset',
+ 'recommended' => 'Rekommenderade annonser för dig',
+ 'filter' => 'Filtrera',
+ 'sort' => 'Sortera',
+ 'sort_by' => 'Sortera efter',
+ 'pick_option' => 'Välj ett alternativ',
+ 'pick_ordering' => 'Beställning',
+ 'price_high' => 'Pris högt till lågt',
+ 'price_low' => 'Pris lågt till högt',
+ 'newest' => 'Nyaste',
+ 'oldest' => 'äldsta',
+ 'address_a_z' => 'Adress (A till Ö)',
+ 'address_z_a' => 'Adress (Z till A)',
+ 'categories' => [
+ 'name' => 'Kategorier'
+ ],
+ 'all_categories' => 'alla kategorier',
+ 'location' => 'Plats',
+ 'send_message' => 'Skicka meddelande',
+ 'phone_gsm' => 'Gsm-telefon',
+ 'phone_office' => 'Kontorstelefon',
+ 'add_to_favorites' => "Lägg till i favoriter",
+ 'send' => 'Skicka',
+ 'search_name' => 'Söknamn',
+ 'my_favorite_searches' => 'Favorit sökningar',
+ 'search_desc' => 'Du kan lägga till och hantera dina favorit sökval här.',
+ 'complaint_placeholder' => 'Skriv dina klagomålsdetaljer här.',
+ 'show_details' => 'Visa detaljer',
+ 'ad_actions' => 'Annonsåtgärder',
+ 'edit' => 'Redigera',
+ 'approve' => 'Godkänna',
+ 'passive' => "Passiv",
+ 'sold' => 'Såld',
+ 'offered_by' => 'Erbjuds av',
+ 'more_ads_by' => 'Fler annonser av',
+ 'click_phone' => 'Visa telefonnummer',
+ 'share' => 'Dela med sig',
+ 'report' => 'Rapportera denna annons',
+ 'features' => 'Funktioner',
+ "streetview" => "gatuvy",
+ 'recommended_ads' => 'Rekommenderade annonser för dig',
+ 'new' => 'Ny',
+ 'short_info' => 'Kort info',
+ 'secure_trading' => 'Säker handel',
+ '24/7' => '24/7 support',
+ 'easy_trading' => 'Enkel handel',
+ 'need_help' => 'Behövs hjälp?',
+ 'give_a_call' => 'Ring på',
+ 'message_sent' => 'Meddelande skickat!',
+ 'asap' => 'Meddelandet skickas, säljaren kommer att kontakta dig så fort som möjligt.',
+ 'ad_id' => 'Annons-id',
+ 'contact_with' => 'Kontakt med',
+ 'create_adv' => 'Skapa annons',
+ 'edit_adv' => 'Redigera annons',
+ 'mandatory_fields' => 'Obligatoriska fält',
+ 'ad_post' => 'Annons post',
+ 'sell_item' => 'Sälj en artikel eller tjänst',
+ 'search_save' => 'Favoritsökningen har sparats',
+ 'address' => 'Adress',
+ 'email' => 'E-post',
+ 'phone' => 'Telefon',
+ 'send_us_your_feedback' => 'Skicka oss din feedback',
+ 'online_shopping' => 'SKAFFA SIG',
+ 'approved' => 'Godkänd framgångsrikt',
+ 'extended' => 'Utökat framgångsrikt',
+ 'declined' => 'Avvisade framgångsrikt',
+ 'search_on_map' => 'Sök på kartan',
+ 'post_free_ad' => 'Post gratis annons',
+ 'select_a_category' => 'Välj en kategori',
+ 'select_a_sub_category' => 'Välj en underkategori',
+ 'all_dopings_added' => 'Alla dopningstyper läggs till för denna annons.',
+ 'is_get_adv' => [
+ 'name' => 'SKAFFA SIG'
+ ],
+ 'corporate_info' => 'Företagsinfo',
+ 'featured_ads' => "Utvalda annonser",
+ 'trending_ads' => 'Trendind-annonser',
+ 'search_ad_result_prefix' => 'på',
+ 'search_ad_result_text' => ': räkna annonser hittades i din sökning : namn ',
+ 'search_ads_result_message' => [
+ 'name' => ': räkna annonser som hittades för: namnsökning',
+ ],
+ 'total' => 'Total',
+ 'quantity' => 'Kvantitet',
+ 'view_cart' => 'Visa kundvagn',
+ 'no_ads' => 'Inga annonser hittades.',
+ 'show_display_mode' => [
+ 'map' => 'Karta',
+ 'list' => 'Lista',
+ ],
+ 'advs_list_table_thead' => [
+ 'name' => 'Annonsnamn',
+ 'price' => 'Pris',
+ 'publish_at' => 'Annonsdatum',
+ 'location_city' => 'Stad',
+ 'location_country' => 'Land',
+ ],
+ 'show_list_view' => [
+ 'name' => 'Lista',
+ ],
+ 'show_table_view' => [
+ 'name' => 'Tabell',
+ ],
+ 'showcase' => [
+ 'name' => 'Monter',
+ ],
+ 'new_ad' => [
+ 'name' => 'Ny annons',
+ ],
+ 'profile' => [
+ 'name' => 'Profil',
+ ],
+ 'my_ads' => [
+ 'name' => 'Mina annonser',
+ ],
+ 'sold_out' => [
+ 'name' => 'Utsåld',
+ ],
+ 'edit_category' => 'Redigera kategori',
+ 'set_category' => 'Ställ in kategori',
+ 'max' => [
+ 'name' => 'Max',
+ ],
+ 'min' => [
+ 'name' => 'min',
+ ],
+ 'in_the_last_24_hours' => [
+ 'name' => 'Under de senaste 24 timmarna'
+ ],
+ 'in_the_last_day' => [
+ 'name' => 'Under de senaste 24 timmarna'
+ ],
+ 'in_the_last_week' => [
+ 'name' => 'Under den sista veckan'
+ ],
+ 'in_the_last_month' => [
+ 'name' => 'Under den sista månaden'
+ ],
+ 'ads_with_photo' => [
+ 'name' => 'Annonser med foto'
+ ],
+ 'ads_with_video' => [
+ 'name' => 'Annonser med video'
+ ],
+ 'yes' => [
+ 'name' => 'Ja'
+ ],
+ 'no' => [
+ 'name' => 'Nej'
+ ],
+ 'is_system' => [
+ 'name' => 'Är System',
+ 'instructions' => 'Systemstatus krävs och bör inte ändras',
+ ],
+ 'user_access' => [
+ 'name' => 'Användaråtkomst',
+ 'instructions' => 'Kan en användare använda denna status i sina annonser?',
+ ],
+ "no_location" => "Ingen plats har valts.",
+ "continue" => 'Fortsätta',
+ "gallery" => 'Galleri',
+ "ad" => 'Annons',
+ "ads" => 'annonser',
+ "were_found" => 'hittades.',
+
+ // Pending screen
+ 'pending_message_1' => 'Annonsen är i godkännandeprocessen',
+ 'pending_message_2' => "Annonsuppdateringsdatum",
+ 'pending_message_3' => 'Uppskattad väntetid',
+ 'pending_message_4' => 'Tiden för godkännandeprocessen läggs till dopningstiden.',
+ 'pending_message_5' => 'Inga transaktioner kan göras från callcenter om annonsen i godkännandeprocessen.',
+ 'hours' => 'timmar',
+
+ // Preview page
+ 'preview_text' => [
+ 'part_1' => 'Om följande information om din annons är korrekt klickar du på knappen "Fortsätt" och går till nästa steg.',
+ 'part_2' => 'Om inte, klicka på knappen "Redigera".',
+ ],
+ 'views' => 'Visningar',
+
+ // Detail page
+ "no_street_view" => "Ingen gatuvybild på den här platsen",
+ 'edit_my_contact_info' => 'Redigera min kontaktinformation',
+ 'update_my_contact_info' => 'uppdatera min kontaktinformation',
+ 'contact_info' => 'Kontaktinformation',
+ 'ad_info' => 'Annonsinformation',
+
+ // Select cat
+ 'select_category_step_by_step' => 'Välj kategori steg för steg',
+
+ // New create page
+ 'options' => 'alternativ',
+ 'category_selection' => 'Kategorivalg',
+ 'listing_details' => 'Listningsinformation',
+ 'preview' => 'Förhandsvisning',
+ 'congratulations' => 'Grattis',
+ 'ad_desc' => 'Annonsbeskrivning',
+ 'upload_photos' => 'Ladda upp foton',
+ 'upload_files' => 'Ladda upp filer',
+ 'additional_fields' => 'Ytterligare fält',
+ 'ad_location' => 'Annonsplats',
+ 'owner' => 'Ägare',
+ 'default_owner_instruction' => 'Ägaren kommer som standard att använda den nuvarande användaren om ingen användare har valts',
+ 'create_page_subtitle' => 'Skapa annonsen felfritt genom att ange detaljerad information om din annons.',
+ 'with_my_phone_numbers' => 'With my phone numbers',
+ 'not_with_my_phone_numbers' => "I don't want to be reached by phone",
+ 'how_can_you_be_contacted' => "How can you be contacted?",
+
+ // Listing page
+ 'ad_title' => 'Lägg till titel',
+ 'listing_date' => 'Noteringsdatum',
+ 'view' => 'Se',
+ 'ads_with_map' => 'Annonser med karta',
+ 'advanced_sorting' => 'Avancerad sortering',
+ 'filter_by_word' => 'Filtrera efter ord',
+ 'filter_by' => 'Filtrera efter: namn',
+
+ 'free' => 'Fri',
+ 'ad_date' => 'Annonsdatum',
+ 'photo_video' => 'Foto, video',
+ 'and_above' => 'och ovan',
+ 'and_below' => 'och under',
+ 'clear_all' => 'Rensa alla',
+ 'balances' => 'Balanser',
+ 'packages' => 'Paket',
+ 'dopings' => 'Dopings',
+ 'advs' => 'Adv',
+ 'site' => 'Webbplats',
+ 'subscription' => 'Prenumeration',
+ 'created' => 'Skapad',
+ 'product_option' => [
+ 'name' => 'Produktalternativ'
+ ],
+ 'option_json' => [
+ 'name' => 'Alternativ'
+ ],
+ 'old_price' => [
+ 'name' => 'Gammalt pris'
+ ],
+ 'save_search' => 'Spara sökning',
+ 'publish_at' => [
+ 'name' => 'Utgivningsdatum'
+ ],
+ 'tax' => [
+ 'name' => 'Tax'
+ ],
+ 'name_a_z' => 'Name (A to Z)',
+ 'name_z_a' => 'Name (Z to A)',
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/sv/message.php b/resources/default/addons/visiosoft/advs-module/lang/sv/message.php
new file mode 100644
index 000000000..76187f35e
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/sv/message.php
@@ -0,0 +1,35 @@
+ 'Den begärda produkten saknas eller är inaktiv för närvarande',
+ 'please_payment' => 'Var snäll och betala',
+ 'bank_account_info' => 'Bankkontoinformation',
+ 'agreement' => 'Genom att klicka på Post godkänner du våra användarvillkor och integritetspolicy att du erkänner att du är den rättmätiga ägaren av denna artikel.',
+ 'update_category_msg' => 'Den klassificerade kategorin kommer att uppdateras.',
+ 'updated_category_msg' => 'Kategori har redigerats.',
+ 'create_ad_with_post_cat' => [
+ 'title' => "Val av kategori har slutförts.",
+ 'success' => true,
+ 'continueBtn' => "Fortsätta",
+ ],
+ 'update_category_info' => 'Vänligen uppdatera kategorin.',
+ 'filter_by_search_msg' => 'Filtrera efter sökning.',
+ 'delete_author_error' => 'Du kan inte ta bort ett inlägg som inte tillhör dig',
+ 'success_delete' => 'Annons raderad',
+ 'pending_ad_status' => 'Din annons väntar på godkännande av redaktören.',
+ 'extended' => ': nummerannons (er) har utökats.',
+ 'category_not_exist' => 'Denna kategori finns inte längre!',
+ 'currency_converted' => 'Valutakonvertering framgångsrikt.',
+ 'choose_user' => 'Välj en användare',
+ 'owner_updated_successfully' => 'Ägaren har uppdaterats framgångsrikt!',
+ 'no_add_found' => 'Ingen annons hittades!',
+ 'replicated_success' => 'Annonsen har replikerats framgångsrikt!',
+ 'ad_doesnt_exist' => "Den här annonsen finns inte!",
+ 'select_location_error' => "Välj en plats på kartan!",
+ 'this_ad_is_not_valid_anymore' => "Denna annons är inte giltig längre!",
+ 'approve_status_change' => "Din annons har ställts in som aktiv!",
+ 'passive_status_change' => "Din annons har blivit passiv!",
+ 'sold_status_change' => "Din annons har ställts in såld!",
+ 'status_change' => "Annonsens status har ställts in på: status!",
+ 'disabled_detailed_options_for_admin_role' => "Detaljerade produktalternativ är inaktiverade.",
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/sv/permission.php b/resources/default/addons/visiosoft/advs-module/lang/sv/permission.php
new file mode 100644
index 000000000..297886626
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/sv/permission.php
@@ -0,0 +1,108 @@
+ [
+ 'name' => 'annonser',
+ 'option' => [
+ 'read' => 'Kan läsa annonser?',
+ 'write' => 'Kan skapa / redigera annonser?',
+ 'delete' => 'Kan radera annonser?',
+ ],
+ ],
+ 'categories' => [
+ 'name' => 'kategorier',
+ 'option' => [
+ 'read' => 'Kan du läsa kategorier?',
+ 'write' => 'Kan skapa / redigera kategorier?',
+ 'delete' => 'Kan radera kategorier?',
+ ],
+ ],
+ 'village' => [
+ 'name' => 'By',
+ 'option' => [
+ 'read' => 'Kan läsa byn?',
+ 'write' => 'Kan skapa / redigera byn?',
+ 'delete' => 'Kan radera byn?',
+ ],
+ ],
+ 'custom_fields' => [
+ 'name' => 'Anpassade fält',
+ 'option' => [
+ 'read' => 'Kan du läsa anpassade fält?',
+ 'write' => 'Kan skapa / redigera anpassade fält?',
+ 'delete' => 'Kan radera anpassade fält?',
+ ],
+ ],
+ 'custom_field_advs' => [
+ 'name' => 'Anpassade fältannonser',
+ 'option' => [
+ 'read' => 'Kan du läsa anpassade fältannonser?',
+ 'write' => 'Kan skapa / redigera anpassade fältannonser?',
+ 'delete' => 'Kan jag ta bort anpassade fältannonser?',
+ ],
+ ],
+ 'cf_values' => [
+ 'name' => 'Cf-värden',
+ 'option' => [
+ 'read' => 'Kan läsa CF-värden?',
+ 'write' => 'Kan skapa / redigera CF-värden?',
+ 'delete' => 'Kan radera CF-värden?',
+ ],
+ ],
+ 'options' => [
+ 'name' => 'alternativ',
+ 'option' => [
+ 'read' => 'Kan läsa alternativ?',
+ 'write' => 'Kan skapa / redigera alternativ?',
+ 'delete' => 'Kan radera alternativ?',
+ ],
+ ],
+ 'productoptions' => [
+ 'name' => 'Produktalternativ',
+ 'option' => [
+ 'read' => 'Kan läsa produktalternativ?',
+ 'write' => 'Kan du skapa / redigera produktalternativ?',
+ 'delete' => 'Kan radera produktalternativ?',
+ ],
+ ],
+ 'productoptions_value' => [
+ 'name' => 'Productoptions värde',
+ 'option' => [
+ 'read' => 'Kan läsa produktalternativets värde?',
+ 'write' => 'Kan du skapa / redigera produktalternativ?',
+ 'delete' => 'Kan ta bort produktalternativ?',
+ ],
+ ],
+ 'options_configuration' => [
+ 'name' => 'Alternativkonfiguration',
+ 'option' => [
+ 'read' => 'Kan konfiguration av läsalternativ?',
+ 'write' => 'Kan du skapa / redigera alternativkonfiguration?',
+ 'delete' => 'Kan radera alternativkonfiguration?',
+ ],
+ ],
+ 'option_configuration' => [
+ 'name' => 'Alternativkonfiguration',
+ 'option' => [
+ 'read' => 'Kan konfiguration av läsalternativ?',
+ 'write' => 'Kan skapa / redigera alternativkonfiguration?',
+ 'delete' => 'Kan radera alternativkonfiguration?',
+ ],
+ ],
+ 'option_configuration' => [
+ 'name' => 'Alternativkonfiguration',
+ 'option' => [
+ 'read' => 'Kan konfiguration av läsalternativ?',
+ 'write' => 'Kan skapa / redigera alternativkonfiguration?',
+ 'delete' => 'Kan radera alternativkonfiguration?',
+ ],
+ ],
+ 'status' => [
+ 'name' => 'Status',
+ 'option' => [
+ 'read' => 'Kan läsa status?',
+ 'write' => 'Kan du skapa / redigera status?',
+ 'delete' => 'Kan radera status?',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/sv/section.php b/resources/default/addons/visiosoft/advs-module/lang/sv/section.php
new file mode 100644
index 000000000..2e9f9326b
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/sv/section.php
@@ -0,0 +1,64 @@
+ [
+ 'title' => 'annonser',
+ ],
+ 'categories' => [
+ 'title' => 'kategorier',
+ ],
+ 'countries' => [
+ 'title' => 'Länder',
+ ],
+ 'cities' => [
+ 'title' => 'städer',
+ ],
+ 'districts' => [
+ 'title' => 'distrikt',
+ ],
+ 'neighborhoods' => [
+ 'title' => 'stadsdelar',
+ ],
+ 'village' => [
+ 'title' => 'By',
+ ],
+ 'custom_fields' => [
+ 'title' => 'Anpassade fält',
+ ],
+ 'custom_field_advs' => [
+ 'title' => 'Anpassade fältannonser',
+ ],
+ 'cf_values' => [
+ 'title' => 'Cf-värden',
+ ],
+ 'fields' => [
+ 'title' => 'Anpassade fält'
+ ],
+ 'assets_clear' => [
+ 'name' => 'Tillgångar tydliga'
+ ],
+ 'general' => 'Allmän',
+ 'ads' => 'annonser',
+ 'user' => 'Användare',
+ 'filter' => 'Filtrera',
+ 'create_ad' => 'Skapa annons',
+ 'options' => [
+ 'title' => 'alternativ',
+ ],
+ 'ads_image' => 'Annonsbild',
+ 'product_options' => [
+ 'title' => 'alternativ',
+ ],
+ 'productoptions_value' => [
+ 'title' => 'Alternativvärde',
+ ],
+ 'option_configuration' => [
+ 'title' => 'Konfiguration',
+ ],
+ 'translations' => 'Översättningar',
+ 'status' => [
+ 'title' => 'Status',
+ ],
+ 'ads_detail' => 'Annonsdetaljer',
+
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/sv/setting.php b/resources/default/addons/visiosoft/advs-module/lang/sv/setting.php
new file mode 100644
index 000000000..9b38b2380
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/sv/setting.php
@@ -0,0 +1,286 @@
+ [
+ 'name' => 'Autorisera',
+ ],
+ 'default_view_type' => [
+ 'name' => 'Standardvisningstyp',
+ ],
+ 'hide_zero_price' => [
+ 'name' => 'Dölj pris om noll',
+ 'instructions' => 'Dölj priset om annonspriset är 0',
+ ],
+ 'estimated_pending_time' => [
+ 'name' => 'Uppskattad väntetid',
+ 'instructions' => 'I timmar',
+ ],
+ 'default_published_time' => [
+ 'name' => 'Standard publiceringstid',
+ ],
+ 'address' => [
+ 'name' => 'Kontakta adress',
+ ],
+ 'phone' => [
+ 'name' => 'Kontakt Telefon',
+ ],
+ 'favicon' => [
+ 'name' => 'favicon',
+ ]
+ , 'map_coordinates_long' => [
+ 'name' => 'Karta över lång koordinat',
+ ],
+ 'map_coordinates_lat' => [
+ 'name' => 'Karta Lat Koordinat',
+ ],
+ 'iban_numbers' => [
+ 'name' => 'IBAN',
+ ],
+ 'logo' => [
+ 'name' => 'Logotyp',
+ ],
+ 'ogImage' => [
+ 'name' => 'Social Share Logo',
+ 'warning' => 'Det ska vara i en upplösning på 1200 x 630. ',
+
+ ],
+ 'currencies' => [
+ 'name' => 'Aktiva valutor',
+ ],
+ 'latest-limit' => [
+ 'name' => 'Senaste gränsen',
+ ],
+ 'site_address' => [
+ 'name' => 'Webbplatsadress',
+ 'warning' => 'Auto lagt till www. www.sitename.com ',
+ ],
+ 'google_map_key' => [
+ 'name' => 'Google Map Api-nyckel',
+ ],
+
+ 'default_country' => [
+ 'name' => 'Standardannonsland',
+ ],
+ 'hide_price_categories' => [
+ 'name' => 'Dölj pris på kategorier',
+ 'instructions' => 'Priset döljs när du skapar en annons eller visar en annons under dessa kategorier.'
+ ],
+ 'free_currencyconverterapi_key' => [
+ 'name' => 'API-nyckel för valutaomvandlare'
+ ],
+ 'default_city' => [
+ 'name' => 'Standardannonsstad',
+ ],
+ 'default_district' => [
+ 'name' => 'Standard Ad District',
+ ],
+ 'default_neighborhood' => [
+ 'name' => 'Standardannonsområde',
+ ],
+ 'default_currency' => [
+ 'name' => 'Standard annonsvaluta',
+ ],
+ 'default_GET' => [
+ 'name' => 'Standardannons GET',
+ ],
+ 'twitter' => [
+ 'name' => 'Twitter',
+ ],
+ 'facebook' => [
+ 'name' => 'Facebook',
+ ],
+ 'youtube' => [
+ 'name' => 'Youtube',
+ ],
+ 'google' => [
+ 'name' => 'Google',
+ ],
+ 'listing_page_image' => [
+ 'name' => 'Lista sidbild',
+ ],
+ 'hide_standard_price_field' => [
+ 'name' => 'Dölj standardprisfältet',
+ ],
+ 'hide_options_field' => [
+ 'name' => 'Dölj alternativfält',
+ ],
+ 'hide_village_field' => [
+ 'name' => 'Göm byfältet',
+ ],
+ 'hide_configurations' => [
+ 'name' => 'Dölj konfigurationsknappen',
+ 'instructions' => 'Dölj konfigurationsknappen på sidan för förhandsgranskning av annonser',
+ ],
+ 'make_all_fields_required' => [
+ 'name' => 'Gör alla fält obligatoriska',
+ 'instructions' => 'Kräva att användaren fyller i fälten Pris och Beskrivning när han skapar en annons',
+ ],
+ 'make_map_required' => [
+ 'name' => 'Gör kartan obligatorisk',
+ 'instructions' => 'Kräva att användaren placerar en nål på kartan när han skapar en annons',
+ ],
+ 'hide_listing_standard_price' => [
+ 'name' => 'Dölj listning Standardpris',
+ ],
+ 'enabled_currencies' => [
+ 'name' => 'Aktiverade valutor',
+ ],
+ 'google_statistic_code' => [
+ 'name' => 'Googles statistiska kod',
+ ],
+ 'register_email_field' => [
+ 'name' => 'E-postmedlemskrav för medlemskap',
+ ],
+ 'market_place' => [
+ 'name' => 'Market Place',
+ 'instructions' => 'If the marketplace is down, your site will act as ecommerce. For example,
+ some fields in the profile such as ads, dopings, messages, sale, packages and store are not visible and
+ removes corporate membership.'
+ ],
+ 'price_area_hidden' => [
+ 'name' => 'Prisområde dolt',
+ ],
+ 'hide_price_filter' => [
+ 'name' => 'Dölj prisfilter',
+ ],
+ 'hide_date_filter' => [
+ 'name' => 'Dölj datumfilter',
+ ],
+ 'hide_photo_filter' => [
+ 'name' => 'Dölj fotofilter',
+ ],
+ 'hide_map_filter' => [
+ 'name' => 'Dölj kartfilter',
+ ],
+ 'show_lang_url' => [
+ 'name' => 'Visa Lang-parameter för URL',
+ ],
+ 'popular_ads_limit' => [
+ 'name' => 'Gräns för populära annonser',
+ ],
+
+ //Image
+
+ 'image_resize_backend' => [
+ 'name' => 'Bild Ändra storlek på backend',
+ ],
+ 'full_image_width' => [
+ 'name' => 'Full bildbredd',
+ ],
+ 'full_image_height' => [
+ 'name' => 'Full bildhöjd',
+ ],
+ 'medium_image_width' => [
+ 'name' => 'Medium bildbredd',
+ ],
+ 'medium_image_height' => [
+ 'name' => 'Medium bildhöjd',
+ ],
+ 'thumbnail_width' => [
+ 'name' => 'Miniatyrbredd',
+ ],
+ 'thumbnail_height' => [
+ 'name' => 'Miniatyrhöjd',
+ ],
+ 'add_canvas' => [
+ 'name' => 'Lägg till Canvas',
+ ],
+ 'image_canvas_width' => [
+ 'name' => 'Bild Canvas Bredd',
+ ],
+ 'image_canvas_height' => [
+ 'name' => 'Bild Kanvashöjd',
+ ],
+ 'watermark_type' => [
+ 'name' => 'Vattenmärketyp',
+ ],
+ 'watermark_text' => [
+ 'name' => 'Vattenmärketekst',
+ ],
+ 'watermark_image' => [
+ 'name' => 'Vattenmärkesbild',
+ ],
+ 'watermark_position' => [
+ 'name' => 'Vattenmärkes position',
+ ],
+ 'user_filter_limit' => [
+ 'name' => 'Användarfiltergräns',
+ 'instructions' => 'I adminpanelen'
+ ],
+ 'show_breadcrumb_when_creating_ad' => [
+ 'name' => 'Visa brödsmulan när du skapar en annons',
+ ],
+ 'show_ads_count' => [
+ 'name' => 'Visa antal annonser',
+ 'instructions' => 'Visa annonser räknas på listan till vänster',
+ ],
+ 'ads_date_hidden' => [
+ 'name' => 'Dölj skapat datum',
+ 'instructions' => 'Dölj skapat datum på sidan med annonser',
+ ],
+ 'hide_listing_header' => [
+ 'name' => 'Dölj listhuvud',
+ 'instructions' => 'Döljer för beställning och visningstyper',
+ ],
+ 'hide_filter_section' => [
+ 'name' => 'Dölj filteravsnittet',
+ 'instructions' => 'Gömmer till vänster filterområde på listningssidan',
+ ],
+ 'hide_seller_info' => [
+ 'name' => 'Dölj säljarinformation',
+ 'instructions' => 'Dölja information till säljare på sidan med annonser',
+ ],
+ 'show_post_ad_agreement' => [
+ 'name' => 'Visa annonsannonsavtal',
+ 'instructions' => 'Aktivera detta om du vill visa ett integritetspolicyavtal på sidan för skapande av annonser',
+ ],
+ 'override_text' => [
+ 'name' => 'Åsidosätt text',
+ 'instructions' => 'Old Value: New Value'
+ ],
+ 'steps_color' => [
+ 'name' => 'Stegfärg',
+ 'instructions' => 'Ändrar de progressiva stegfärgen.'
+ ],
+ 'create_ad_button_color' => [
+ 'name' => 'Skapa färg för annonsknapp',
+ 'instructions' => 'Ändrar knappen som visas när det nya valet av annonskategori är klart.'
+ ],
+ 'lang_switcher_for_browser' => [
+ 'name' => 'Lang Switcher för webbläsare',
+ 'instructions' => 'Låter dig välja webbläsarspråk som aktivt språk'
+ ],
+ 'get_categories' => [
+ 'name' => 'Hämta kategorier',
+ 'instructions' => 'Det representerar de kategorier i vilka GET-egenskapen är giltig.'
+ ],
+ 'watermark' => [
+ 'name' => 'Vattenstämpel',
+ 'instructions' => 'Är vattenstämpel aktivt?'
+ ],
+ 'detailed_product_options' => [
+ 'name' => 'Detaljerade produktalternativ',
+ 'instructions' => 'Låter dig ange lager- och prisinformation för produkten'
+ ],
+ 'show_subcats_mobile' => [
+ 'name' => 'Visa underkategorier i mobilvy',
+ ],
+ 'show_price_to_members_only' => [
+ 'name' => 'Visa pris endast för medlemmar',
+ ],
+ 'hide_ad_cat' => [
+ 'name' => 'Dölj kategorier',
+ 'instructions' => 'Dölj kategorier i annonslistan'
+ ],
+ 'show_finish_and_publish_date' => [
+ 'name' => 'Visa slutdatum och publicera datum för skapande',
+ 'instructions' => 'Visar fälten publish_at och finish_at på sidan för att skapa annonser.'
+ ],
+ 'show_tax_field' => [
+ 'name' => 'Show Tax Field',
+ 'instructions' => 'When this option is enabled, you can set the tax rate on the ad creation page.'
+ ],
+ 'hide_contact_created_at' => [
+ 'name' => 'Hide Contact Fields For in Create New Ad'
+ ]
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/sv/stream.php b/resources/default/addons/visiosoft/advs-module/lang/sv/stream.php
new file mode 100644
index 000000000..22b101caf
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/sv/stream.php
@@ -0,0 +1,37 @@
+ [
+ 'name' => 'Advs',
+ ],
+ 'categories' => [
+ 'name' => 'kategorier',
+ ],
+ 'village' => [
+ 'name' => 'By',
+ ],
+ 'custom_fields' => [
+ 'name' => 'Anpassade fält',
+ ],
+ 'custom_field_advs' => [
+ 'name' => 'Anpassat fält advs',
+ ],
+ 'cf_values' => [
+ 'name' => 'Cf-värden',
+ ],
+ 'options' => [
+ 'name' => 'alternativ',
+ ],
+ 'product_options' => [
+ 'name' => 'Produktalternativ',
+ ],
+ 'productoptions_value' => [
+ 'name' => 'Alternativvärde',
+ ],
+ 'option_configuration' => [
+ 'name' => 'Konfiguration',
+ ],
+ 'status' => [
+ 'name' => 'Status',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/sv/view.php b/resources/default/addons/visiosoft/advs-module/lang/sv/view.php
new file mode 100644
index 000000000..063774da7
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/sv/view.php
@@ -0,0 +1,6 @@
+ 'Oavslutat',
+ 'advanced' => 'Avancerad',
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/tr/addon.php b/resources/default/addons/visiosoft/advs-module/lang/tr/addon.php
new file mode 100644
index 000000000..f3be3d8de
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/tr/addon.php
@@ -0,0 +1,8 @@
+ 'İlanlar',
+ 'name' => 'İlanlar Modülü',
+ 'description' => 'İlan Modülü',
+ 'info' => 'İlanlar sayfasından ilan ekleyebileceğini, silebileceğiniz ve düzenleyebileceğiniz ekrandır. Bu sayfada yüklenmiş ilan veya ürünlerin yönetimini ve yapılandırılmasını basitçe yapabilirsiniz.'
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/tr/button.php b/resources/default/addons/visiosoft/advs-module/lang/tr/button.php
new file mode 100644
index 000000000..5e1543c27
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/tr/button.php
@@ -0,0 +1,50 @@
+ 'Ekle',
+ 'new_adv' => 'Yeni ürün/ilan',
+ 'new_classified' => 'Yeni ürün/ilan',
+ 'new_category' => 'Yeni kategori',
+ 'new_country' => 'Yeni ülke',
+ 'new_city' => 'Yeni şehir',
+ 'new_district' => 'Yeni bölge',
+ 'new_neighborhood' => 'Yeni mahalle',
+ 'new_village' => 'Yeni köy',
+ 'edit' => "Düzenle",
+ 'approve' => "Onayla",
+ 'decline' => 'Reddet',
+ 'extend' => 'Uzat',
+ 'extend_all' => 'Tümünün Tarihini Güncelle',
+ 'convert_currency' => 'Para birimini dönüştür',
+ 'categories' => 'Kategoriler',
+ 'sub_category' => 'Alt Kategoriler',
+ 'add_sub_category' => 'Alt Kategori Ekle',
+ 'sub_cities' => 'Alt Şehirler',
+ 'add_sub_cities' => 'Alt Şehir Ekle',
+ 'add_sub_districts' => 'Alt Bölge Ekle',
+ 'add_sub_neighborhoods' => 'Alt Mahalle Ekle',
+ 'add_sub_village' => 'Alt Köy Ekle',
+ 'sub_districts' => 'Alt Bölgeler',
+ 'sub_neighborhoods' => 'Alt Mahalleler',
+ 'sub_village' => 'Alt Köy',
+ 'general_settings' => 'Genel Ayarlar',
+ 'save_category' => 'Kategoriyi Kaydet',
+ 'change_owner' => 'Sahibini Değiştir',
+ 'update_category' => [
+ 'name' => 'Kategori Güncelle'
+ ],
+ 'new_option' => 'Yeni Seçenek',
+ 'options' => 'Seçenekler',
+ 'export' => 'Dışa aktar',
+ 'new_productoption' => 'Yeni Üretim',
+ 'new_productoptions_value' => 'Yeni Ürün seçeneği değeri',
+ 'new_options_configuration' => 'Yeni Seçenek yapılandırması',
+ 'new_option_configuration' => 'Yeni Seçenek yapılandırması',
+ 'create_configurations' => 'Konfigürasyonlar Oluşturun',
+ 'replicate' => 'İlanı Kopyala',
+ 'fast_create' => 'Hızlı ekle',
+ 'publish' => 'Yayınla',
+ 'import' => 'İçe aktar',
+ 'new_status' => 'Yeni Durum',
+ 'fast_edit' => 'Hızlı Düzenleme',
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/tr/currency.php b/resources/default/addons/visiosoft/advs-module/lang/tr/currency.php
new file mode 100644
index 000000000..c923ea69f
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/tr/currency.php
@@ -0,0 +1,6 @@
+ 'Dolar',
+ 'EUR' => 'Euro',
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/tr/field.php b/resources/default/addons/visiosoft/advs-module/lang/tr/field.php
new file mode 100644
index 000000000..9a66cf182
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/tr/field.php
@@ -0,0 +1,395 @@
+ [
+ 'name' => 'Başlık'
+ ],
+ 'order' => [
+ 'name' => 'Sıralama'
+ ],
+ 'slug' => [
+ 'name' => 'Özel İsim'
+ ],
+ 'parent_category' => [
+ 'name' => 'Kategori'
+ ],
+ 'category' => [
+ 'name' => 'Kategori Başlığı'
+ ],
+ 'price' => [
+ 'name' => 'Fiyat'
+ ],
+ 'standard_price' => [
+ 'name' => 'Liste Fiyatı'
+ ],
+ 'date' => [
+ 'name' => 'Tarih'
+ ],
+ 'photo' => [
+ 'name' => 'Fotoğraf'
+ ],
+ 'video' => [
+ 'name' => 'Video'
+ ],
+ 'map' => [
+ 'name' => 'Harita'
+ ],
+ 'stock' => [
+ 'name' => 'Stok'
+ ],
+ 'advs_desc' => [
+ 'name' => 'Açıklama'
+ ],
+ 'online_payment' => [
+ 'name' => 'Online ödeme'
+ ],
+ 'city' => [
+ 'name' => 'Şehir'
+ ],
+ 'country' => [
+ 'name' => 'Ülke'
+ ],
+ 'district' => [
+ 'name' => 'İlçe'
+ ],
+ 'neighborhood' => [
+ 'name' => 'Mahalle'
+ ],
+ 'village' => [
+ 'name' => 'köy'
+ ],
+ 'files' => [
+ 'name' => 'Resimler'
+ ],
+ 'cat1' => [
+ 'name' => 'Ana Kategori'
+ ],
+ 'cat2' => [
+ 'name' => 'Alt Kategori 1'
+ ],
+ 'cat3' => [
+ 'name' => 'Alt Kategori 2'
+ ],
+ 'cat4' => [
+ 'name' => 'Alt Kategori 3'
+ ],
+ 'cat5' => [
+ 'name' => 'Alt Kategori 4'
+ ],
+ 'cat6' => [
+ 'name' => 'Alt Kategori 5'
+ ],
+ 'cat7' => [
+ 'name' => 'Alt Kategori 6'
+ ],
+ 'cat8' => [
+ 'name' => 'Alt Kategori 7'
+ ],
+ 'cat9' => [
+ 'name' => 'Alt Kategori 8'
+ ],
+ 'cat10' => [
+ 'name' => 'Alt Kategori 9'
+ ],
+ 'currency' => [
+ 'name' => 'Para Birimi'
+ ],
+ 'status' => [
+ 'name' => 'durum',
+ 'option' => [
+ 'approved' => 'Onaylandı',
+ 'expired' => 'Süresi Doldu',
+ 'unpublished' => 'Pasif',
+ 'pending_admin' => 'Yönetici Onay Bekliyor',
+ 'pending_user' => 'Kullanıcının Yayınlaması Bekleniyor'
+ ]
+ ],
+ 'pending_adv' => [
+ 'name' => 'Yayınlanmamış'
+ ],
+ 'finish_at' => [
+ 'name' => 'Bitiş Tarihi'
+ ],
+ 'cover_photo' => [
+ 'name' => 'Kapak Fotoğrafı'
+ ],
+ 'favs_adv' => [
+ 'name' => 'Favori İlanlar'
+ ],
+ 'my_adv' => [
+ 'name' => 'İlan'
+ ],
+ 'description' => 'Detaylar',
+ 'explanation' => 'Açıklama',
+ 'type' => [
+ 'name' => 'Tip'
+ ],
+ 'parent_adv' => [
+ 'name' => 'İlgili İlan'
+ ],
+ 'value' => [
+ 'name' => 'değer'
+ ],
+ 'list' => 'Arama',
+ 'home' => 'Anasayfa',
+ 'list-page' => 'Liste Sayfası',
+ 'search' => 'Arama',
+ 'reset' => 'Reset',
+ 'recommended' => 'Sizin için Önerilen İlanlar',
+ 'filter' => 'Filtre',
+ 'sort' => 'Çeşit',
+ 'sort_by' => 'Sırala',
+ 'pick_option' => 'Bir seçenek seçin',
+ 'pick_ordering' => 'Sıralama Seç',
+ 'price_high' => 'Fiyat Pahalıdan Ucuza',
+ 'price_low' => 'Fiyat Ucuzdan Pahalıya',
+ 'newest' => 'En Yeni',
+ 'oldest' => 'En eski',
+ 'address_a_z' => 'Adres (A\'dan Z\'ye)',
+ 'address_z_a' => 'Adres (Z\'den A\'ya)',
+ 'categories' => [
+ 'name' => 'Kategoriler'
+ ],
+ 'all_categories' => 'Tüm Kategoriler',
+ 'location' => 'Lokasyon',
+ 'send_message' => 'Mesaj Gönder',
+ 'phone_gsm' => 'Cep Telefonu',
+ 'phone_office' => 'Sabit telefon',
+ 'add_to_favorites' => "Favorilere Ekle",
+ 'add_to_cart'=> "Sepete Ekle",
+ 'send' => 'Gönder',
+ 'search_name' => 'Arama Adı',
+ 'my_favorite_searches' => 'Favori Aramalar',
+ 'search_desc' => 'Burada favori arama seçimlerinizi ekleyebilir ve yönetebilirsiniz.',
+ 'complaint_placeholder' => 'Şikayet ayrıntılarınızı buraya yazın.',
+ 'show_details' => 'Detayları Göster',
+ 'ad_actions' => 'İşlemler',
+ 'edit' => 'Düzenle',
+ 'approve' => 'Onayla',
+ 'passive' => "Pasif",
+ 'sold' => 'Satıldı',
+ 'offered_by' => 'İlan Sahibi',
+ 'more_ads_by' => 'Diğer İlanlar',
+ 'click_phone' => 'Telefon Numarasını Göster',
+ 'share' => 'Bu İlanı paylaş',
+ 'report' => 'Bu İlanı Bildir',
+ 'features' => 'Özellikler',
+ "streetview" => "Sokak Görünümü",
+ 'recommended_ads' => 'Sizin için Önerilen İlanlar',
+ 'new' => 'Yeni',
+ 'short_info' => 'Kısa Bilgi',
+ 'secure_trading' => 'Güvenli Ticaret',
+ '24/7' => '24/7 Destek',
+ 'easy_trading' => 'Kolay Ticaret',
+ 'need_help' => 'Yardıma mı ihtiyacınız var?',
+ 'give_a_call' => 'Bir çağrı yap',
+ 'message_sent' => 'Mesaj Gönderildi!',
+ 'asap' => 'Mesaj gönderildi,
+ satıcı en kısa sürede sizinle irtibata geçecektir.',
+ 'ad_id' => 'İlan No',
+ 'contact_with' => 'İletişime Geç',
+ 'create_adv' => 'İlan Oluştur',
+ 'edit_adv' => 'İlanı Düzenle',
+ 'mandatory_fields' => 'Zorunlu Alanlar',
+ 'ad_post' => 'İlan Yayını',
+ 'sell_item' => 'Bir ürün veya hizmet sat',
+ 'search_save' => 'Favori arama başarıyla kaydedildi',
+ 'address' => 'Adres',
+ 'email' => 'E-Posta',
+ 'phone' => 'Telefon',
+ 'send_us_your_feedback' => 'Bize Görüşlerinizi Gönderin',
+ 'online_shopping' => 'Güvenle Satın Al',
+ 'approved' => 'Başarıyla Onaylandı',
+ 'extended' => 'Başarıyla Uzatıldı',
+ 'declined' => 'Başarıyla Reddedildi',
+ 'search_on_map' => 'Haritada Ara',
+ 'post_free_ad' => 'Ücretsiz İlan Ver',
+ 'select_a_category' => 'Bir Kategori Seç',
+ 'select_a_sub_category' => 'Bir Alt Kategori Seç',
+ 'all_dopings_added' => 'Bu İlan için tüm doping türleri eklenmiştir.',
+ 'is_get_adv' => [
+ 'name' => 'GET'
+ ],
+ 'corporate_info' => 'Kurumsal Bilgiler',
+ 'featured_ads' => "Öne Çıkan İlanlar",
+ 'trending_ads' => 'Popüler İlanlar',
+ 'search_ad_result_prefix' => 'Aramanızda',
+ 'search_ad_result_text' => ' :name aramanızda :count adet ilan bulundu',
+ 'search_ads_result_message' => [
+ 'name' => ':name aramanızda :count adet ilan bulunmuştur.
+',
+ ],
+ 'total' => 'Toplam',
+ 'quantity' => 'Adet',
+ 'view_cart' => 'Sepeti Görüntüle',
+ 'no_ads' => 'İlan Bulunamadı!',
+ 'show_display_mode' => [
+ 'map' => 'harita',
+ 'list' => 'Liste',
+ ],
+ 'advs_list_table_thead' => [
+ 'name' => 'İlan Adı',
+ 'price' => 'Fiyat',
+ 'publish_at' => 'İlan Tarihi',
+ 'location_city' => 'Şehir',
+ 'location_country' => 'Ülke',
+ ],
+ 'show_list_view' => [
+ 'name' => 'Liste',
+ ],
+ 'show_table_view' => [
+ 'name' => 'Tablo',
+ ],
+ 'showcase' => [
+ 'name' => 'Vitrin',
+ ],
+ 'new_ad' => [
+ 'name' => 'Yeni İlan',
+ ],
+ 'profile' => [
+ 'name' => 'Profil',
+ ],
+ 'my_ads' => [
+ 'name' => 'İlanlarım',
+ ],
+ 'sold_out' => [
+ 'name' => 'Tükendi',
+ ],
+ 'edit_category' => 'Kategoriyi Düzenle',
+ 'set_category' => 'Kategoriyi Ayarla',
+ 'max' => [
+ 'name' => 'Maksimum',
+ ],
+ 'min' => [
+ 'name' => 'Min',
+ ],
+ 'in_the_last_24_hours' => [
+ 'name' => 'Son 24 Saat İçinde'
+ ],
+ 'in_the_last_day' => [
+ 'name' => 'Son 1 Gün İçinde'
+ ],
+ 'in_the_last_week' => [
+ 'name' => 'Son 1 Hafta İçinde'
+ ],
+ 'in_the_last_month' => [
+ 'name' => 'Son 1 Ay İçinde'
+ ],
+ 'in_the_last_two_days' => [
+ 'name' => 'Son 2 Gün içinde'
+ ],
+ 'ads_with_photo' => [
+ 'name' => 'Fotoğraflı İlanlar'
+ ],
+ 'ads_with_video' => [
+ 'name' => 'Videolu İlanlar'
+ ],
+ 'yes' => [
+ 'name' => 'Evet'
+ ],
+ 'no' => [
+ 'name' => 'Hayır'
+ ],
+ 'is_system' => [
+ 'name' => 'Sistem mi',
+ 'instructions' => 'Sistem durumu gereklidir ve değiştirilmemelidir',
+ ],
+ 'user_access' => [
+ 'name' => 'Kullanıcı erişimi',
+ 'instructions' => 'Bir kullanıcı bu durumu ilanlarında kullanabilir mi?',
+ ],
+ "no_location" => "Lokasyon eklenmemiş.",
+ "continue" => 'Devam Et',
+ "gallery" => 'Galeri',
+ "ad" => 'İlan',
+ "ads" => 'İlanlar',
+ "were_found" => 'bulundu.',
+
+ // Pending screen
+ 'pending_message_1' => 'İlan Onay Sürecinde',
+ 'pending_message_2' => "İlan Güncelleme Tarihi",
+ 'pending_message_3' => 'Tahmini Bekleme Süresi',
+ 'pending_message_4' => 'Onay sürecinde geçirilen süre doping zamanına eklenecektir.',
+ 'pending_message_5' => 'Onay sürecinde ilanla ilgili çağrı merkezinden hiçbir işlem yapılamaz.',
+ 'hours' => 'saatler',
+
+ // Preview page
+ 'preview_text' => [
+ 'part_1' => 'İlanınızla ilgili aşağıdaki bilgiler doğruysa "Devam" butonuna tıklayın ve sonraki adıma geçin.',
+ 'part_2' => 'Değilse, "Düzenle" düğmesini tıklayın.',
+ ],
+ 'views' => 'Görüntülenme',
+
+ // Detail page
+ "no_street_view" => "Bu konumda sokak görünümü resmi yok",
+ 'edit_my_contact_info' => 'İletişim Bilgilerimi Düzenle',
+ 'update_my_contact_info' => 'iletişim bilgilerimi güncelle',
+ 'contact_info' => 'İletişim Bilgileri',
+ 'ad_info' => 'İlan Bilgileri',
+
+ // Select cat
+ 'select_category_step_by_step' => 'Adım Adım Kategori Seçin',
+
+ // New create page
+ 'options' => 'Opsiyonlar',
+ 'category_selection' => 'Kategori Seçimi',
+ 'listing_details' => 'Liste Ayrıntıları',
+ 'preview' => 'Ön İzleme',
+ 'congratulations' => 'Tebrikler',
+ 'ad_desc' => 'İlan Açıklaması',
+ 'upload_photos' => 'Resim Yükle',
+ 'upload_files' => 'Dosyaları Yükle',
+ 'additional_fields' => 'Özel Alanlar',
+ 'ad_location' => 'İlan Konumu',
+ 'owner' => 'Sahip',
+ 'default_owner_instruction' => 'Hiçbir kullanıcı seçilmezse, sahip varsayılan olarak mevcut kullanıcıyı kullanır',
+ 'create_page_subtitle' => 'Ürün veya ilan hakkında detaylı bilgi girebilirsiniz',
+ 'with_my_phone_numbers' => 'Telefon numaralarım ile',
+ 'not_with_my_phone_numbers' => "Telefonla ulaşım sağlamak istemiyorum.",
+ 'how_can_you_be_contacted' => "Nasıl iletişime geçilebilir?
+",
+
+ // Listing page
+ 'ad_title' => 'Başlık',
+ 'listing_date' => 'İlan Tarihi',
+ 'view' => 'Görünüm',
+ 'ads_with_map' => 'Haritalı İlanlar',
+ 'advanced_sorting' => 'Gelişmiş Sıralama',
+ 'filter_by_word' => 'Kelime İle Filtrele',
+ 'filter_by' => 'Filtreleme ölçütü: ad',
+
+ 'free' => 'Bedava',
+ 'ad_date' => 'İlan Tarihi',
+ 'photo_video' => 'Fotoğraf, Video',
+ 'and_above' => 've yukarıda',
+ 'and_below' => 've aşağıda',
+ 'clear_all' => 'Hepsini Temizle',
+ 'balances' => 'Bakiyeler',
+ 'packages' => 'Paketler',
+ 'dopings' => 'Dopingler',
+ 'advs' => 'Advs',
+ 'site' => 'Site',
+ 'subscription' => 'Abonelik',
+ 'created' => 'Oluşturuldu',
+ 'product_option' => [
+ 'name' => 'Ürün Seçeneği'
+ ],
+ 'option_json' => [
+ 'name' => 'Seçenek'
+ ],
+ 'old_price' => [
+ 'name' => 'Eski fiyat'
+ ],
+ 'save_search' => 'Aramayı Kaydet',
+ 'publish_at' => [
+ 'name' => 'Yayın tarihi'
+ ],
+ 'tax' => [
+
+ 'name' => 'KDV Oranı'
+ ],
+ 'name_a_z' => 'İlan Başlığı (A\'dan Z\'ye)',
+ 'name_z_a' => 'İlan Başlığı (Z\'den A\'ya)',
+ 'select_lang_ads' => 'İlan dilini seçiniz',
+
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/tr/message.php b/resources/default/addons/visiosoft/advs-module/lang/tr/message.php
new file mode 100644
index 000000000..3c59de32d
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/tr/message.php
@@ -0,0 +1,37 @@
+ 'İstenen ürün şu anda eksik veya etkin değil',
+ 'please_payment' => 'Lütfen Ödeme Yapınız',
+ 'bank_account_info' => 'Banka Hesap Bilgilerimiz',
+ 'agreement' => 'Kullanım Koşulları ve Gizlilik Politikasını kabul ediyorum.',
+ 'update_category_msg' => 'İlan kategorisi güncellenecektir.',
+ 'updated_category_msg' => 'Kategori başarıyla güncellendi.',
+ 'create_ad_with_post_cat' => [
+ 'title' => "Kategori seçimi tamamlandı.",
+ 'success' => true,
+ 'continueBtn' => "Devam Et",
+ ],
+ 'update_category_info' => 'Lütfen kategoriyi güncelleyiniz.',
+ 'filter_by_search_msg' => 'Aramanızı Daraltın.',
+ 'delete_author_error' => 'Size ait olmayan bir ilanı silemezsiniz',
+ 'success_delete' => 'İlan Silindi',
+ 'pending_ad_status' => 'İlanınız Editör tarafından onay beklemektedir.',
+ 'extended' => ':number ilan süresi uzatıldı.',
+ 'category_not_exist' => 'Bu kategori artık mevcut değil!',
+ 'currency_converted' => 'Para Birimi Başarıyla Dönüştürüldü.',
+ 'choose_user' => 'Bir Kullanıcı Seçin',
+ 'owner_updated_successfully' => 'Sahibi Başarıyla Güncellenmiştir!',
+ 'no_add_found' => 'İlan Bulunamadı!',
+ 'replicated_success' => 'İlan başarıyla kopyalandı!',
+ 'ad_doesnt_exist' => "Bu ilan mevcut değil!",
+ 'select_location_error' => "Lütfen haritada bir nokta seçin!",
+ 'this_ad_is_not_valid_anymore' => "Bu ürün veya ilan artık geçerli değil!",
+ 'approve_status_change' => "İlanın Durumu Etkin Olarak Ayarlandı!",
+ 'passive_status_change' => "İlanınızın Durumu Pasif Olarak Ayarlandı!",
+ 'sold_status_change' => "İlanın Durumu Satıldı Olarak Ayarlanmıştır!",
+ 'status_change' => "İlanın durumu Ayarland :status !",
+ 'disabled_detailed_options_for_admin_role' => "Ayrıntılı ürün seçenekleri devre dışı bırakıldı.",
+ 'permission_error' => 'Bu işlem için yetkiniz bulunmamaktadır',
+ 'currency_converter_not_available' => 'Para birimi çevirici kullanılamıyor.',
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/tr/permission.php b/resources/default/addons/visiosoft/advs-module/lang/tr/permission.php
new file mode 100644
index 000000000..c412aa54e
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/tr/permission.php
@@ -0,0 +1,108 @@
+ [
+ 'name' => 'İlanlar',
+ 'option' => [
+ 'read' => 'İlan okuyabilir mi? ',
+ 'write' => 'İlan oluşturabilir / düzenleyebilir mi? ',
+ 'delete' => 'İlanları silebilir mi?',
+ ],
+ ],
+ 'categories' => [
+ 'name' => 'Kategoriler',
+ 'option' => [
+ 'read' => 'Kategoriler okuyabilir mi? ',
+ 'write' => 'Kategori oluşturabilir / düzenleyebilir mi? ',
+ 'delete' => 'Kategorileri silebilir miyim?',
+ ],
+ ],
+ 'village' => [
+ 'name' => 'Köy',
+ 'option' => [
+ 'read' => 'Köy okuyabilir mi?',
+ 'write' => 'Köy oluşturabilir / düzenleyebilir mi? ',
+ 'delete' => 'Köyü silebilir mi?',
+ ],
+ ],
+ 'custom_fields' => [
+ 'name' => 'Özel Alanlar',
+ 'option' => [
+ 'read' => 'Özel alanları okuyabilir mi? ',
+ 'write' => 'Özel alanlar oluşturabilir / düzenleyebilir mi? ',
+ 'delete' => 'Özel alanları silebilir mi?',
+ ],
+ ],
+ 'custom_field_advs' => [
+ 'name' => 'Özel alan İlanları',
+ 'option' => [
+ 'read' => 'Özel alan İlanlarını okuyabilir mi?',
+ 'write' => 'Özel alan İlanları oluşturabilir / düzenleyebilir mi?',
+ 'delete' => 'Özel alan İlanlarını silebilir mi?',
+ ],
+ ],
+ 'cf_values' => [
+ 'name' => 'Cf değerleri',
+ 'option' => [
+ 'read' => 'CF değerleri okuyabilir mi? ',
+ 'write' => 'CF değerleri oluşturabilir / düzenleyebilir mi? ',
+ 'delete' => 'CF değerlerini silebilir mi?',
+ ],
+ ],
+ 'options' => [
+ 'name' => 'Seçenekler',
+ 'option' => [
+ 'read' => 'Seçenekleri okuyabilir mi?',
+ 'write' => 'Seçenekleri oluşturabilir / düzenleyebilir mi?',
+ 'delete' => 'Seçenekleri silebilir mi?',
+ ],
+ ],
+ 'productoptions' => [
+ 'name' => 'Üretim seçenekleri',
+ 'option' => [
+ 'read' => 'Prodüksiyonları okuyabilir mi?',
+ 'write' => 'Prodüksiyonlar oluşturabilir / düzenleyebilir mi?',
+ 'delete' => 'Prodüksiyonları silebilir mi?',
+ ],
+ ],
+ 'productoptions_value' => [
+ 'name' => 'Productoptions değeri',
+ 'option' => [
+ 'read' => 'Prodüksiyonların değerini okuyabilir mi?',
+ 'write' => 'Prodüksiyonlar değeri oluşturabilir / düzenleyebilir mi?',
+ 'delete' => 'Prodüksiyonlar değerini silebilir mi?',
+ ],
+ ],
+ 'options_configuration' => [
+ 'name' => 'Seçenekler yapılandırması',
+ 'option' => [
+ 'read' => 'Seçenekler yapılandırmasını okuyabilir mi?',
+ 'write' => 'Seçenekler yapılandırması oluşturabilir / düzenleyebilir mi?',
+ 'delete' => 'Seçenekler yapılandırmasını silebilir mi?',
+ ],
+ ],
+ 'option_configuration' => [
+ 'name' => 'Seçenek yapılandırması',
+ 'option' => [
+ 'read' => 'Seçenek yapılandırmasını okuyabilir mi?',
+ 'write' => 'Seçenek yapılandırması oluşturabilir / düzenleyebilir mi?',
+ 'delete' => 'Seçenek yapılandırmasını silebilir mi?',
+ ],
+ ],
+ 'option_configuration' => [
+ 'name' => 'Seçenek yapılandırması',
+ 'option' => [
+ 'read' => 'Seçenek yapılandırmasını okuyabilir mi?',
+ 'write' => 'Seçenek yapılandırması oluşturabilir / düzenleyebilir mi?',
+ 'delete' => 'Seçenek yapılandırmasını silebilir mi?',
+ ],
+ ],
+ 'status' => [
+ 'name' => 'Durum',
+ 'option' => [
+ 'read' => 'Durumu okuyabilir mi?',
+ 'write' => 'Durum oluşturabilir / düzenleyebilir mi?',
+ 'delete' => 'Durumu silebilir mi?',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/tr/section.php b/resources/default/addons/visiosoft/advs-module/lang/tr/section.php
new file mode 100644
index 000000000..89f295431
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/tr/section.php
@@ -0,0 +1,64 @@
+ [
+ 'title' => 'İlanlar',
+ ],
+ 'categories' => [
+ 'title' => 'Kategoriler',
+ ],
+ 'countries' => [
+ 'title' => 'Ülkeler',
+ ],
+ 'cities' => [
+ 'title' => 'Şehirler',
+ ],
+ 'districts' => [
+ 'title' => 'İlçeler',
+ ],
+ 'neighborhoods' => [
+ 'title' => 'Mahalle',
+ ],
+ 'village' => [
+ 'title' => 'köy',
+ ],
+ 'custom_fields' => [
+ 'title' => 'Özel Alanlar',
+ ],
+ 'custom_field_advs' => [
+ 'title' => 'Özel Alan İlanları',
+ ],
+ 'cf_values' => [
+ 'title' => 'Cf değerleri',
+ ],
+ 'fields' => [
+ 'title' => 'Özel Alanlar'
+ ],
+ 'assets_clear' => [
+ 'name' => 'Önbellek sil'
+ ],
+ 'general' => 'Genel',
+ 'ads' => 'İlan',
+ 'user' => 'Kullanıcı',
+ 'filter' => 'Filtre',
+ 'create_ad' => 'İlan Oluştur',
+ 'options' => [
+ 'title' => 'Seçenekler',
+ ],
+ 'ads_image' => 'İlan Resmi',
+ 'product_options' => [
+ 'title' => 'Seçenekler',
+ ],
+ 'productoptions_value' => [
+ 'title' => 'Seçenekler Değeri',
+ ],
+ 'option_configuration' => [
+ 'title' => 'Yapılandırma',
+ ],
+ 'translations' => 'Çeviriler',
+ 'status' => [
+ 'title' => 'Durum',
+ ],
+ 'ads_detail' => 'İlan Detayı',
+
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/tr/setting.php b/resources/default/addons/visiosoft/advs-module/lang/tr/setting.php
new file mode 100644
index 000000000..aa4573dbc
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/tr/setting.php
@@ -0,0 +1,293 @@
+ [
+ 'name' => 'Otomatik Onaylama',
+ ],
+ 'default_view_type' => [
+ 'name' => 'Varsayılan Görünüm Türü',
+ ],
+ 'hide_zero_price' => [
+ 'name' => 'Sıfır ise Fiyatı Gizle',
+ 'instructions' => 'İlan fiyatı sıfır ise fiyatı gizle',
+ ],
+ 'estimated_pending_time' => [
+ 'name' => 'Tahmini Bekleme Süresi',
+ 'instructions' => 'Saatlerde',
+ ],
+ 'default_published_time' => [
+ 'name' => 'Varsayılan Yayın Süresi',
+ ],
+ 'address' => [
+ 'name' => 'İletişim Adresiniz',
+ ],
+ 'phone' => [
+ 'name' => 'İletişim Telefonu',
+ ],
+ 'favicon' => [
+ 'name' => 'Favicon',
+ ]
+ , 'map_coordinates_long' => [
+ 'name' => 'Harita Long Koordinati',
+ ],
+ 'map_coordinates_lat' => [
+ 'name' => 'Harita Koordinat',
+ ],
+ 'iban_numbers' => [
+ 'name' => 'IBAN',
+ ],
+ 'logo' => [
+ 'name' => 'Logo',
+ ],
+ 'ogImage' => [
+ 'name' => 'Sosyal Paylaşma Logosu',
+ 'warning' => '1200 x 630 çözünürlükte olmalıdır.',
+
+ ],
+ 'currencies' => [
+ 'name' => 'Aktif Para Birimleri',
+ ],
+ 'latest-limit' => [
+ 'name' => 'Son Eklenenler Limiti',
+ ],
+ 'site_address' => [
+ 'name' => 'Site Adresi',
+ 'warning' => 'Otomatik eklendi www. www. sitename.com ',
+ ],
+ 'google_map_key' => [
+ 'name' => 'Google Harita Api Anahtarı',
+ ],
+
+ 'default_country' => [
+ 'name' => 'Varsayılan İlan Ülkesi',
+ ],
+ 'hide_price_categories' => [
+ 'name' => 'Kategorilerdeki Fiyatı Gizle',
+ 'instructions' => 'Bu kategoriler altında bir reklam oluşturduğunuzda veya bir reklamı görüntülediğinizde fiyat gizlenecektir.'
+ ],
+ 'free_currencyconverterapi_key' => [
+ 'name' => 'Para Birimi Dönüştürücü API Anahtarı'
+ ],
+ 'default_city' => [
+ 'name' => 'Varsayılan İlan Şehri',
+ ],
+ 'default_district' => [
+ 'name' => 'Varsayılan İlçe',
+ ],
+ 'default_neighborhood' => [
+ 'name' => 'Varsayılan Mahalle',
+ ],
+ 'default_currency' => [
+ 'name' => 'Varsayılan Para Birimi',
+ ],
+ 'default_GET' => [
+ 'name' => 'Varsayılan İlan GET',
+ ],
+ 'twitter' => [
+ 'name' => 'Twitter',
+ ],
+ 'facebook' => [
+ 'name' => 'Facebook',
+ ],
+ 'youtube' => [
+ 'name' => 'Youtube',
+ ],
+ 'google' => [
+ 'name' => 'Google',
+ ],
+ 'listing_page_image' => [
+ 'name' => 'Sayfa Resmi Listeleme',
+ ],
+ 'hide_standard_price_field' => [
+ 'name' => 'Standart Fiyat Alanını Gizle',
+ ],
+ 'hide_options_field' => [
+ 'name' => 'Seçenekler Alanını Gizle',
+ ],
+ 'hide_village_field' => [
+ 'name' => 'Köy Alanını Gizle',
+ ],
+ 'hide_configurations' => [
+ 'name' => 'Yapılandırmalar Düğmesini Gizle',
+ 'instructions' => 'İlan Önizleme Sayfasında Yapılandırma butonunu Gizle',
+ ],
+ 'make_all_fields_required' => [
+ 'name' => 'Tüm Alanları Zorunlu Yap',
+ 'instructions' => 'Bir ilan oluştururken kullanıcının Fiyat ve Açıklama alanlarını doldurmasını zorunlu kılın',
+ ],
+ 'make_map_required' => [
+ 'name' => 'Haritayı Gerekli Yap',
+ 'instructions' => 'Ürün/İlan oluştururken kullanıcının haritaya nokta koymasını zorunlu kılın',
+ ],
+ 'hide_listing_standard_price' => [
+ 'name' => 'Liste Standart Fiyatını Gizle',
+ ],
+ 'enabled_currencies' => [
+ 'name' => 'Etkin Para Birimleri',
+ ],
+ 'google_statistic_code' => [
+ 'name' => 'Google İstatistik Kodu',
+ ],
+ 'register_email_field' => [
+ 'name' => 'Üye Kayıt E-posta Zorunluluğu',
+ ],
+ 'market_place' => [
+ 'name' => 'Pazar Yeri',
+ 'instructions' => 'If the marketplace is down, your site will act as ecommerce. For example,
+ some fields in the profile such as ads, dopings, messages, sale, packages and store are not visible and
+ removes corporate membership.'
+ ],
+ 'price_area_hidden' => [
+ 'name' => 'Fiyat Alanı Gizli',
+ ],
+ 'hide_price_filter' => [
+ 'name' => 'Fiyat Filtresini Gizle',
+ ],
+ 'hide_date_filter' => [
+ 'name' => 'Tarih Filtresini Gizle',
+ ],
+ 'hide_photo_filter' => [
+ 'name' => 'Fotoğraf Filtresini Gizle',
+ ],
+ 'hide_map_filter' => [
+ 'name' => 'Harita Filtresini Gizle',
+ ],
+ 'show_lang_url' => [
+ 'name' => 'URL için Dil Parametresini Göster',
+ ],
+ 'popular_ads_limit' => [
+ 'name' => 'Popüler İlan Limiti',
+ ],
+
+ //Image
+
+ 'image_resize_backend' => [
+ 'name' => 'Görüntüyü Yeniden Boyutlandır Arka Uç',
+ ],
+ 'full_image_width' => [
+ 'name' => 'Tam Resim Genişliği',
+ ],
+ 'full_image_height' => [
+ 'name' => 'Tam Resim Yüksekliği',
+ ],
+ 'medium_image_width' => [
+ 'name' => 'Orta Resim Genişliği',
+ ],
+ 'medium_image_height' => [
+ 'name' => 'Orta Resim Yüksekliği',
+ ],
+ 'thumbnail_width' => [
+ 'name' => 'Küçük Resim Genişliği',
+ ],
+ 'thumbnail_height' => [
+ 'name' => 'Küçük Resim Yüksekliği',
+ ],
+ 'add_canvas' => [
+ 'name' => 'Tuval Ekle',
+ ],
+ 'image_canvas_width' => [
+ 'name' => 'Görüntü Tuvali Genişliği',
+ ],
+ 'image_canvas_height' => [
+ 'name' => 'Resim Tuval Yüksekliği',
+ ],
+ 'watermark_type' => [
+ 'name' => 'Filigran Türü',
+ ],
+ 'watermark_text' => [
+ 'name' => 'Filigran Metni',
+ ],
+ 'watermark_image' => [
+ 'name' => 'Filigran Görüntüsü',
+ ],
+ 'watermark_position' => [
+ 'name' => 'Filigran Konumu',
+ ],
+ 'user_filter_limit' => [
+ 'name' => 'Kullanıcı Filtresi Sınırı',
+ 'instructions' => 'Yönetici panelinde'
+ ],
+ 'show_breadcrumb_when_creating_ad' => [
+ 'name' => 'İlan/ürün eklerken Oluştururken harita Göster',
+ ],
+ 'show_ads_count' => [
+ 'name' => 'İlan Sayısını Göster',
+ 'instructions' => 'Soldaki kategori listesinde ilan sayısını göster',
+ ],
+ 'ads_date_hidden' => [
+ 'name' => 'Oluşturulma Tarihini Gizle',
+ 'instructions' => 'İlan detay sayfasında oluşturulan tarihi gizle',
+ ],
+ 'hide_listing_header' => [
+ 'name' => 'Liste Başlığını Gizle',
+ 'instructions' => 'Türleri sıralamak ve görüntülemek için gizleme',
+ ],
+ 'hide_filter_section' => [
+ 'name' => 'Filtre Bölümünü Gizle',
+ 'instructions' => 'Liste sayfasında sol filtre alanına gizleniyor',
+ ],
+ 'hide_seller_info' => [
+ 'name' => 'Satıcı Bilgilerini Gizle',
+ 'instructions' => 'İlan detay sayfasında satıcı bilgilerinin gizlenmesi',
+ ],
+ 'hide_seller_info_by_category' => [
+ 'name' => 'Satıcı Bilgilerini Kategori Bazlı Gizle',
+ 'instructions' => 'İlan detay sayfasında seçilen ana kategorilere göre satıcı bilgilerinin gizlenmesi',
+ ],
+ 'show_post_ad_agreement' => [
+ 'name' => 'İlan Sonrası Sözleşmesini Göster',
+ 'instructions' => 'Reklam oluşturma sayfasında bir gizlilik politikası sözleşmesi görüntülemek istiyorsanız bunu açın',
+ ],
+ 'override_text' => [
+ 'name' => 'Metni Geçersiz Kıl',
+ 'instructions' => 'Eski Değer: Yeni Değer'
+ ],
+ 'steps_color' => [
+ 'name' => 'Adım Rengi',
+ 'instructions' => 'Aşamalı adımların rengini değiştirir.'
+ ],
+ 'create_ad_button_color' => [
+ 'name' => 'Reklam Düğmesi Rengi Oluştur',
+ 'instructions' => 'Yeni reklam kategorisi seçimi bittiğinde görünen düğmeyi değiştirir.'
+ ],
+ 'lang_switcher_for_browser' => [
+ 'name' => 'Tarayıcı Diline Geç',
+ 'instructions' => 'Seçili aktif bir dil olmadığında tarayıcı dilini aktif dil olarak seçmenize izin verir'
+ ],
+ 'get_categories' => [
+ 'name' => 'GET Kategorileri',
+ 'instructions' => 'GET özelliğinin geçerli olacağı kategorileri temsil eder.'
+ ],
+ 'watermark' => [
+ 'name' => 'Filigran',
+ 'instructions' => 'Filigran etkin mi?'
+ ],
+ 'detailed_product_options' => [
+ 'name' => 'Ayrıntılı Ürün Seçenekleri',
+ 'instructions' => 'Ürüne ait stok ve fiyat bilgilerini girmenizi sağlar'
+ ],
+ 'show_subcats_mobile' => [
+ 'name' => 'Alt kategorileri mobil görünümde göster',
+ ],
+ 'show_price_to_members_only' => [
+ 'name' => 'Sadece Üyelere Fiyat Göster',
+ ],
+ 'hide_ad_cat' => [
+ 'name' => 'Kategorileri Gizle',
+ 'instructions' => 'İlan listelemede ilan kategorilerini gizle'
+ ],
+ 'show_finish_and_publish_date' => [
+ 'name' => 'Oluşturma İçin Bitiş Tarihini ve Yayınlanma Tarihini Göster',
+ 'instructions' => 'Reklam oluşturma sayfasında publish_at ve finish_at alanlarını görüntüler.'
+ ],
+ 'show_tax_field' => [
+ 'name' => 'Vergi alanını gizle',
+ 'instructions' => 'Bu seçenek etkinleştirildiğinde, ilan veya ürün oluşturma sayfasında vergi oranını ayarlayabilirsiniz.'
+ ],
+ 'hide_contact_created_at' => [
+ 'name' => 'Hide Contact Fields For in Create New Ad'
+ ],
+ 'only_email_login' => [
+ 'name' => 'Sadece Email İle Giriş',
+ ]
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/tr/stream.php b/resources/default/addons/visiosoft/advs-module/lang/tr/stream.php
new file mode 100644
index 000000000..597576a68
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/tr/stream.php
@@ -0,0 +1,37 @@
+ [
+ 'name' => 'İlanlar',
+ ],
+ 'categories' => [
+ 'name' => 'Kategoriler',
+ ],
+ 'village' => [
+ 'name' => 'Köy',
+ ],
+ 'custom_fields' => [
+ 'name' => 'Özel Alanlar',
+ ],
+ 'custom_field_advs' => [
+ 'name' => 'Özel alan İlanları',
+ ],
+ 'cf_values' => [
+ 'name' => 'ÖA değerleri',
+ ],
+ 'options' => [
+ 'name' => 'Seçenekler',
+ ],
+ 'product_options' => [
+ 'name' => 'Ürün Seçenekleri',
+ ],
+ 'productoptions_value' => [
+ 'name' => 'Seçenekler Değeri',
+ ],
+ 'option_configuration' => [
+ 'name' => 'Yapılandırma',
+ ],
+ 'status' => [
+ 'name' => 'Durum',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/tr/view.php b/resources/default/addons/visiosoft/advs-module/lang/tr/view.php
new file mode 100644
index 000000000..b5a71395d
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/tr/view.php
@@ -0,0 +1,6 @@
+ 'Bitmemiş',
+ 'advanced' => 'Gelişmiş',
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/uk/addon.php b/resources/default/addons/visiosoft/advs-module/lang/uk/addon.php
new file mode 100644
index 000000000..19d08773e
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/uk/addon.php
@@ -0,0 +1,8 @@
+ 'Оголошення',
+ 'name' => 'Модуль реклами',
+ 'description' => 'Модуль реклами',
+ 'info' => 'This is the screen where you can add, delete and edit ads from the Ads page. On this page, you can simply do the operations such as post management and ad configuration.'
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/uk/button.php b/resources/default/addons/visiosoft/advs-module/lang/uk/button.php
new file mode 100644
index 000000000..2db55b44c
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/uk/button.php
@@ -0,0 +1,48 @@
+ 'Нова реклама',
+ 'new_classified' => 'Новий секрет',
+ 'new_category' => 'Нова категорія',
+ 'new_country' => 'Нова країна',
+ 'new_city' => 'Нове місто',
+ 'new_district' => 'Новий район',
+ 'new_neighborhood' => 'Нове сусідство',
+ 'new_village' => 'Нове село',
+ 'edit' => "Редагувати",
+ 'approve' => "Затвердити",
+ 'decline' => 'Спад',
+ 'extend' => 'Розширити',
+ 'extend_all' => 'Розширити всі',
+ 'convert_currency' => 'Конвертувати валюту',
+ 'categories' => 'Категорії',
+ 'sub_category' => 'Підкатегорії',
+ 'add_sub_category' => 'Додати підкатегорію',
+ 'sub_cities' => 'Підміські міста',
+ 'add_sub_cities' => 'Додати підміський місто',
+ 'add_sub_districts' => 'Додати підрайон',
+ 'add_sub_neighborhoods' => 'Додати підрайон',
+ 'add_sub_village' => 'Додати підселище',
+ 'sub_districts' => 'Підрайони',
+ 'sub_neighborhoods' => 'Сусідні райони',
+ 'sub_village' => 'Підселище',
+ 'general_settings' => 'Загальні налаштування',
+ 'save_category' => 'Зберегти категорію',
+ 'change_owner' => 'Змінити власника',
+ 'update_category' => [
+ 'name' => 'Оновити категорію'
+ ],
+ 'new_option' => 'Нова опція',
+ 'export' => 'Експорт',
+ 'new_productoption' => 'Нова продукція',
+ 'new_productoptions_value' => 'Нове значення продукту',
+ 'new_options_configuration' => 'Нова опція конфігурації',
+ 'new_option_configuration' => 'Нова опція конфігурації',
+ 'create_configurations' => 'Створення конфігурацій',
+ 'replicate' => 'Тиражувати',
+ 'fast_create' => 'Швидке створення',
+ 'publish' => 'Опублікувати',
+ 'import' => 'Імпорт',
+ 'new_status' => 'Новий статус',
+ 'fast_edit' => 'Швидке редагування',
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/uk/currency.php b/resources/default/addons/visiosoft/advs-module/lang/uk/currency.php
new file mode 100644
index 000000000..083544605
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/uk/currency.php
@@ -0,0 +1,6 @@
+ 'Долар',
+ 'EUR' => 'Євро',
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/uk/field.php b/resources/default/addons/visiosoft/advs-module/lang/uk/field.php
new file mode 100644
index 000000000..377691835
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/uk/field.php
@@ -0,0 +1,385 @@
+ [
+ 'name' => 'Назва'
+ ],
+ 'order' => [
+ 'name' => 'Замовлення'
+ ],
+ 'slug' => [
+ 'name' => 'Слизень'
+ ],
+ 'parent_category' => [
+ 'name' => 'Батьківський'
+ ],
+ 'category' => [
+ 'name' => 'Назва категорії'
+ ],
+ 'price' => [
+ 'name' => 'Ціна'
+ ],
+ 'standard_price' => [
+ 'name' => 'Стандартна ціна'
+ ],
+ 'date' => [
+ 'name' => 'Дата'
+ ],
+ 'photo' => [
+ 'name' => 'Фото'
+ ],
+ 'video' => [
+ 'name' => 'Відео'
+ ],
+ 'map' => [
+ 'name' => 'Карта'
+ ],
+ 'stock' => [
+ 'name' => 'Запас'
+ ],
+ 'advs_desc' => [
+ 'name' => 'Опис'
+ ],
+ 'online_payment' => [
+ 'name' => 'Онлайн оплата'
+ ],
+ 'city' => [
+ 'name' => 'Місто'
+ ],
+ 'country' => [
+ 'name' => 'Країна'
+ ],
+ 'district' => [
+ 'name' => 'Район'
+ ],
+ 'neighborhood' => [
+ 'name' => 'Сусідство'
+ ],
+ 'village' => [
+ 'name' => 'Село'
+ ],
+ 'files' => [
+ 'name' => 'Зображення'
+ ],
+ 'cat1' => [
+ 'name' => 'Основна категорія'
+ ],
+ 'cat2' => [
+ 'name' => 'Підкатегорія 1'
+ ],
+ 'cat3' => [
+ 'name' => 'Підкатегорія 2'
+ ],
+ 'cat4' => [
+ 'name' => 'Підкатегорія 3'
+ ],
+ 'cat5' => [
+ 'name' => 'Підкатегорія 4'
+ ],
+ 'cat6' => [
+ 'name' => 'Підкатегорія 5'
+ ],
+ 'cat7' => [
+ 'name' => 'Підкатегорія 6'
+ ],
+ 'cat8' => [
+ 'name' => 'Підкатегорія 7'
+ ],
+ 'cat9' => [
+ 'name' => 'Підкатегорія 8'
+ ],
+ 'cat10' => [
+ 'name' => 'Підкатегорія 9'
+ ],
+ 'currency' => [
+ 'name' => 'Валюта'
+ ],
+ 'status' => [
+ 'name' => 'Статус',
+ 'option' => [
+ 'approved' => 'Затверджено',
+ 'expired' => 'Термін дії закінчився',
+ 'unpublished' => 'Неопублікований',
+ 'pending_admin' => 'Адміністратор, що очікує на розгляд',
+ 'pending_user' => 'Користувач, що очікує на розгляд'
+ ]
+ ],
+ 'pending_adv' => [
+ 'name' => 'Неопублікований'
+ ],
+ 'finish_at' => [
+ 'name' => 'Закінчити в'
+ ],
+ 'cover_photo' => [
+ 'name' => 'Фото на обкладинці'
+ ],
+ 'favs_adv' => [
+ 'name' => 'Fav Ads'
+ ],
+ 'my_adv' => [
+ 'name' => 'РЕКЛАМИ'
+ ],
+ 'description' => 'Опис',
+ 'explanation' => 'Пояснення',
+ 'type' => [
+ 'name' => 'Тип'
+ ],
+ 'parent_adv' => [
+ 'name' => 'Пов’язана реклама'
+ ],
+ 'value' => [
+ 'name' => 'Значення'
+ ],
+ 'list' => 'Список',
+ 'home' => 'Головна',
+ 'list-page' => 'Сторінка списку',
+ 'search' => 'Пошук',
+ 'reset' => 'Reset',
+ 'recommended' => 'Рекомендовані оголошення для вас',
+ 'filter' => 'Фільтр',
+ 'sort' => 'Сортувати',
+ 'sort_by' => 'Сортувати за',
+ 'pick_option' => 'Виберіть варіант',
+ 'pick_ordering' => 'Замовлення',
+ 'price_high' => 'Ціна висока до низької',
+ 'price_low' => 'Ціна від низької до високої',
+ 'newest' => 'Найновіший',
+ 'oldest' => 'Найдавніший',
+ 'address_a_z' => 'Адреса (від A до Z)',
+ 'address_z_a' => 'Адреса (від Z до A)',
+ 'categories' => [
+ 'name' => 'Категорії'
+ ],
+ 'all_categories' => 'всі категорії',
+ 'location' => 'Розташування',
+ 'send_message' => 'Відправити повідомлення',
+ 'phone_gsm' => 'Телефон Gsm',
+ 'phone_office' => 'Офісний телефон',
+ 'add_to_favorites' => "Додати в обране",
+ 'send' => 'Надіслати',
+ 'search_name' => 'Пошук Назва',
+ 'my_favorite_searches' => 'Улюблені пошукові запити',
+ 'search_desc' => 'Ви можете додати сюди свої улюблені пошукові записи та керувати ними.',
+ 'complaint_placeholder' => 'Введіть сюди свої скарги.',
+ 'show_details' => 'Показати деталі',
+ 'ad_actions' => 'Дії оголошень',
+ 'edit' => 'Редагувати',
+ 'approve' => 'Затвердити',
+ 'passive' => "Пасивний",
+ 'sold' => 'Продано',
+ 'offered_by' => 'Запропоновано',
+ 'more_ads_by' => 'Більше оголошень від',
+ 'click_phone' => 'Показати номер телефону',
+ 'share' => 'Поділитися',
+ 'report' => 'Повідомте про це оголошення',
+ 'features' => 'Особливості',
+ "streetview" => "Перегляд вулиць",
+ 'recommended_ads' => 'Рекомендовані оголошення для вас',
+ 'new' => 'Нові',
+ 'short_info' => 'Коротка інформація',
+ 'secure_trading' => 'Безпечна торгівля',
+ '24/7' => '24/7 Підтримка',
+ 'easy_trading' => 'Легка торгівля',
+ 'need_help' => 'Потрібна допомога?',
+ 'give_a_call' => 'Зателефонуйте',
+ 'message_sent' => 'Повідомлення надіслано!',
+ 'asap' => 'Повідомлення надіслано, продавець зв’яжеться з вами якнайшвидше.',
+ 'ad_id' => 'Ідентифікатор оголошення',
+ 'contact_with' => 'Зв\'язок із',
+ 'create_adv' => 'Створіть рекламу',
+ 'edit_adv' => 'Редагування оголошення',
+ 'mandatory_fields' => 'Обов\'язкові поля',
+ 'ad_post' => 'Повідомлення оголошення',
+ 'sell_item' => 'Продати товар або послугу',
+ 'search_save' => 'Улюблений пошук успішно збережено',
+ 'address' => 'Адреса',
+ 'email' => 'Електронна пошта',
+ 'phone' => 'Телефон',
+ 'send_us_your_feedback' => 'Надішліть нам свої відгуки',
+ 'online_shopping' => 'ЗАРАЗ',
+ 'approved' => 'Затверджено успішно',
+ 'extended' => 'Розширено успішно',
+ 'declined' => 'Відхилено успішно',
+ 'search_on_map' => 'Шукати на карті',
+ 'post_free_ad' => 'Розмістити безкоштовне оголошення',
+ 'select_a_category' => 'Виберіть категорію',
+ 'select_a_sub_category' => 'Виберіть підкатегорію',
+ 'all_dopings_added' => 'Для цього оголошення додаються всі типи допінгу.',
+ 'is_get_adv' => [
+ 'name' => 'ЗАРАЗ'
+ ],
+ 'corporate_info' => 'Корпоративна інформація',
+ 'featured_ads' => "Рекомендовані реклами",
+ 'trending_ads' => 'Модні оголошення',
+ 'search_ad_result_prefix' => 'на',
+ 'search_ad_result_text' => ': підрахувати оголошення було знайдено у вашому пошуку : name ',
+ 'search_ads_result_message' => [
+ 'name' => ': кількість оголошень, знайдених для: пошук по імені',
+ ],
+ 'total' => 'Всього',
+ 'quantity' => 'Кількість',
+ 'view_cart' => 'Переглянути кошик',
+ 'no_ads' => 'Оголошень не знайдено.',
+ 'show_display_mode' => [
+ 'map' => 'Карта',
+ 'list' => 'Список',
+ ],
+ 'advs_list_table_thead' => [
+ 'name' => 'Назва оголошення',
+ 'price' => 'Ціна',
+ 'publish_at' => 'Дата оголошення',
+ 'location_city' => 'Місто',
+ 'location_country' => 'Країна',
+ ],
+ 'show_list_view' => [
+ 'name' => 'Список',
+ ],
+ 'show_table_view' => [
+ 'name' => 'Таблиця',
+ ],
+ 'showcase' => [
+ 'name' => 'Вітрина',
+ ],
+ 'new_ad' => [
+ 'name' => 'Нова реклама',
+ ],
+ 'profile' => [
+ 'name' => 'Профіль',
+ ],
+ 'my_ads' => [
+ 'name' => 'Мої оголошення',
+ ],
+ 'sold_out' => [
+ 'name' => 'Продано',
+ ],
+ 'edit_category' => 'Редагувати категорію',
+ 'set_category' => 'Встановити категорію',
+ 'max' => [
+ 'name' => 'Макс',
+ ],
+ 'min' => [
+ 'name' => 'Хв',
+ ],
+ 'in_the_last_24_hours' => [
+ 'name' => 'За останні 24 години'
+ ],
+ 'in_the_last_day' => [
+ 'name' => 'В останні 24 години'
+ ],
+ 'in_the_last_week' => [
+ 'name' => 'В останній тиждень'
+ ],
+ 'in_the_last_month' => [
+ 'name' => 'В останній місяць'
+ ],
+ 'ads_with_photo' => [
+ 'name' => 'Оголошення з фото'
+ ],
+ 'ads_with_video' => [
+ 'name' => 'Оголошення з відео'
+ ],
+ 'yes' => [
+ 'name' => 'Так'
+ ],
+ 'no' => [
+ 'name' => 'Ні'
+ ],
+ 'is_system' => [
+ 'name' => 'Є система',
+ 'instructions' => 'Статус системи є обов’язковим і не повинен змінюватися',
+ ],
+ 'user_access' => [
+ 'name' => 'Доступ користувачів',
+ 'instructions' => 'Чи може користувач використовувати цей статус у своїх оголошеннях?',
+ ],
+ "no_location" => "Місце не вибрано.",
+ "continue" => 'Продовжуйте',
+ "gallery" => 'Галерея',
+ "ad" => 'Оголошення',
+ "ads" => 'Оголошення',
+ "were_found" => 'були знайдені.',
+
+ // Pending screen
+ 'pending_message_1' => 'Оголошення знаходиться в процесі затвердження',
+ 'pending_message_2' => "Дата оновлення оголошення",
+ 'pending_message_3' => 'Приблизний час очікування',
+ 'pending_message_4' => 'Час, витрачений на процес затвердження, буде доданий до часу допінгу.',
+ 'pending_message_5' => 'Жодних трансакцій у кол-центрі щодо оголошення в процесі затвердження не можна.',
+ 'hours' => 'годин',
+
+ // Preview page
+ 'preview_text' => [
+ 'part_1' => 'Якщо наведена нижче інформація про ваше оголошення правильна, натисніть кнопку «Продовжити» та перейдіть до наступного кроку.',
+ 'part_2' => 'Якщо ні, натисніть кнопку «Редагувати».',
+ ],
+ 'views' => 'Перегляди',
+
+ // Detail page
+ "no_street_view" => "У цьому місці немає зображення перегляду вулиць",
+ 'edit_my_contact_info' => 'Редагувати мою контактну інформацію',
+ 'update_my_contact_info' => 'оновити мою контактну інформацію',
+ 'contact_info' => 'Контактна інформація',
+ 'ad_info' => 'Інформація про рекламу',
+
+ // Select cat
+ 'select_category_step_by_step' => 'Виберіть категорію крок за кроком',
+
+ // New create page
+ 'options' => 'Параметри',
+ 'category_selection' => 'Вибір категорії',
+ 'listing_details' => 'Деталі переліку',
+ 'preview' => 'Попередній перегляд',
+ 'congratulations' => 'Вітаю',
+ 'ad_desc' => 'Опис оголошення',
+ 'upload_photos' => 'Завантажте фотографії',
+ 'upload_files' => 'Завантажити файли',
+ 'additional_fields' => 'Додаткові поля',
+ 'ad_location' => 'Місце розташування оголошення',
+ 'owner' => 'Власник',
+ 'default_owner_instruction' => 'Власник встановить за замовчуванням поточного користувача, якщо не вибрано жодного користувача',
+ 'create_page_subtitle' => 'Створіть оголошення бездоганно, ввівши детальну інформацію про нього.',
+ 'with_my_phone_numbers' => 'With my phone numbers',
+ 'not_with_my_phone_numbers' => "I don't want to be reached by phone",
+ 'how_can_you_be_contacted' => "How can you be contacted?",
+
+ // Listing page
+ 'ad_title' => 'Заголовок оголошення',
+ 'listing_date' => 'Дата лістингу',
+ 'view' => 'Переглянути',
+ 'ads_with_map' => 'Оголошення з картою',
+ 'advanced_sorting' => 'Розширене сортування',
+ 'filter_by_word' => 'Фільтрувати за словом',
+ 'filter_by' => 'Фільтрувати за: назвою',
+
+ 'free' => 'Безкоштовно',
+ 'ad_date' => 'Дата оголошення',
+ 'photo_video' => 'Фото, Відео',
+ 'and_above' => 'і вище',
+ 'and_below' => 'і нижче',
+ 'clear_all' => 'Очистити все',
+ 'balances' => 'Баланси',
+ 'packages' => 'Пакети',
+ 'dopings' => 'Допінг',
+ 'advs' => 'Advs',
+ 'site' => 'Сайт',
+ 'subscription' => 'Передплата',
+ 'created' => 'Створено',
+ 'product_option' => [
+ 'name' => 'Варіант продукту'
+ ],
+ 'option_json' => [
+ 'name' => 'Варіант'
+ ],
+ 'old_price' => [
+ 'name' => 'Стара ціна'
+ ],
+ 'save_search' => 'Зберегти пошук',
+ 'publish_at' => [
+ 'name' => 'Дата публікації'
+ ],
+ 'tax' => [
+ 'name' => 'Tax'
+ ],
+ 'name_a_z' => 'Name (A to Z)',
+ 'name_z_a' => 'Name (Z to A)',
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/uk/message.php b/resources/default/addons/visiosoft/advs-module/lang/uk/message.php
new file mode 100644
index 000000000..e072caac2
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/uk/message.php
@@ -0,0 +1,35 @@
+ 'На даний момент запитуваний продукт відсутній або неактивний',
+ 'please_payment' => 'Будь ласка, платіть',
+ 'bank_account_info' => 'Інформація про банківський рахунок',
+ 'agreement' => 'Натиснувши Опублікувати, ви погоджуєтесь з нашими Умовами використання та Політикою конфіденційності визнаєте, що ви є законним власником цього предмета.',
+ 'update_category_msg' => 'Класифікована категорія буде оновлена.',
+ 'updated_category_msg' => 'Категорію успішно відредаговано.',
+ 'create_ad_with_post_cat' => [
+ 'title' => "Вибір категорії завершено.",
+ 'success' => true,
+ 'continueBtn' => "Продовжуйте",
+ ],
+ 'update_category_info' => 'Оновіть категорію.',
+ 'filter_by_search_msg' => 'Фільтр за пошуком.',
+ 'delete_author_error' => 'Ви не можете видалити публікацію, яка не належить вам',
+ 'success_delete' => 'Оголошення видалено',
+ 'pending_ad_status' => 'Ваше оголошення очікує затвердження Редактором.',
+ 'extended' => ': кількість оголошень успішно розширено.',
+ 'category_not_exist' => 'Ця категорія вже не існує!',
+ 'currency_converted' => 'Конвертована валюта успішно.',
+ 'choose_user' => 'Виберіть користувача',
+ 'owner_updated_successfully' => 'Власник успішно оновлений!',
+ 'no_add_found' => 'Оголошення не знайдено!',
+ 'replicated_success' => 'Оголошення успішно відтворено!',
+ 'ad_doesnt_exist' => "Цього оголошення не існує!",
+ 'select_location_error' => "Виберіть місце на карті!",
+ 'this_ad_is_not_valid_anymore' => "Це оголошення вже не діє!",
+ 'approve_status_change' => "Статус вашої реклами встановлено активним!",
+ 'passive_status_change' => "Статус вашої реклами встановлено пасивним!",
+ 'sold_status_change' => "Статус вашої реклами продано!",
+ 'status_change' => "Статус вашої реклами встановлено як: статус!",
+ 'disabled_detailed_options_for_admin_role' => "Детальні параметри товару вимкнено.",
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/uk/permission.php b/resources/default/addons/visiosoft/advs-module/lang/uk/permission.php
new file mode 100644
index 000000000..534893821
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/uk/permission.php
@@ -0,0 +1,108 @@
+ [
+ 'name' => 'Оголошення',
+ 'option' => [
+ 'read' => 'Чи можете читати рекламу?',
+ 'write' => 'Чи можете створювати / редагувати рекламу?',
+ 'delete' => 'Чи можна видалити оголошення?',
+ ],
+ ],
+ 'categories' => [
+ 'name' => 'Категорії',
+ 'option' => [
+ 'read' => 'Чи можете читати категорії?',
+ 'write' => 'Чи можете створювати / редагувати категорії?',
+ 'delete' => 'Чи можна видалити категорії?',
+ ],
+ ],
+ 'village' => [
+ 'name' => 'Село',
+ 'option' => [
+ 'read' => 'Чи можете читати село?',
+ 'write' => 'Чи можете створити / редагувати село?',
+ 'delete' => 'Можна видалити село?',
+ ],
+ ],
+ 'custom_fields' => [
+ 'name' => 'Спеціальні поля',
+ 'option' => [
+ 'read' => 'Чи можете читати спеціальні поля?',
+ 'write' => 'Чи можете створювати / редагувати власні поля?',
+ 'delete' => 'Чи можна видалити спеціальні поля?',
+ ],
+ ],
+ 'custom_field_advs' => [
+ 'name' => 'Спеціальні рекламні поля',
+ 'option' => [
+ 'read' => 'Чи можете читати спеціальні польові оголошення?',
+ 'write' => 'Чи можна створювати / редагувати власні польові оголошення?',
+ 'delete' => 'Чи можна видалити спеціальні польові оголошення?',
+ ],
+ ],
+ 'cf_values' => [
+ 'name' => 'Значення Cf',
+ 'option' => [
+ 'read' => 'Чи можете читати значення cf?',
+ 'write' => 'Чи можете створювати / редагувати значення cf?',
+ 'delete' => 'Чи можна видалити значення cf?',
+ ],
+ ],
+ 'options' => [
+ 'name' => 'Параметри',
+ 'option' => [
+ 'read' => 'Чи можете прочитати варіанти?',
+ 'write' => 'Чи можете створювати / редагувати параметри?',
+ 'delete' => 'Чи можна видалити параметри?',
+ ],
+ ],
+ 'productoptions' => [
+ 'name' => 'Productoptions',
+ 'option' => [
+ 'read' => 'Чи можете читати варіанти продуктів?',
+ 'write' => 'Чи можете створювати / редагувати варіанти продуктів?',
+ 'delete' => 'Чи можете видалити варіанти продуктів?',
+ ],
+ ],
+ 'productoptions_value' => [
+ 'name' => 'Значення опцій товару',
+ 'option' => [
+ 'read' => 'Чи можете прочитати значення опцій товару?',
+ 'write' => 'Чи можете створювати / редагувати значення продукту?',
+ 'delete' => 'Чи можна видалити значення productoptions?',
+ ],
+ ],
+ 'options_configuration' => [
+ 'name' => 'Параметри конфігурації',
+ 'option' => [
+ 'read' => 'Чи можете прочитати конфігурацію параметрів?',
+ 'write' => 'Чи можете створювати / редагувати конфігурацію параметрів?',
+ 'delete' => 'Можна видалити конфігурацію параметрів?',
+ ],
+ ],
+ 'option_configuration' => [
+ 'name' => 'Конфігурація опції',
+ 'option' => [
+ 'read' => 'Чи можете прочитати конфігурацію опції?',
+ 'write' => 'Можна створити / відредагувати конфігурацію опції?',
+ 'delete' => 'Можна видалити конфігурацію опції?',
+ ],
+ ],
+ 'option_configuration' => [
+ 'name' => 'Конфігурація опції',
+ 'option' => [
+ 'read' => 'Чи можете прочитати конфігурацію опції?',
+ 'write' => 'Можна створити / відредагувати конфігурацію опції?',
+ 'delete' => 'Можна видалити конфігурацію опції?',
+ ],
+ ],
+ 'status' => [
+ 'name' => 'Статус',
+ 'option' => [
+ 'read' => 'Чи можете прочитати статус?',
+ 'write' => 'Можна створювати / редагувати статус?',
+ 'delete' => 'Можна видалити статус?',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/uk/section.php b/resources/default/addons/visiosoft/advs-module/lang/uk/section.php
new file mode 100644
index 000000000..ff6566c49
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/uk/section.php
@@ -0,0 +1,64 @@
+ [
+ 'title' => 'Оголошення',
+ ],
+ 'categories' => [
+ 'title' => 'Категорії',
+ ],
+ 'countries' => [
+ 'title' => 'Країни',
+ ],
+ 'cities' => [
+ 'title' => 'Міста',
+ ],
+ 'districts' => [
+ 'title' => 'Райони',
+ ],
+ 'neighborhoods' => [
+ 'title' => 'Сусідства',
+ ],
+ 'village' => [
+ 'title' => 'Село',
+ ],
+ 'custom_fields' => [
+ 'title' => 'Спеціальні поля',
+ ],
+ 'custom_field_advs' => [
+ 'title' => 'Спеціальні рекламні поля',
+ ],
+ 'cf_values' => [
+ 'title' => 'Значення Cf',
+ ],
+ 'fields' => [
+ 'title' => 'Спеціальні поля'
+ ],
+ 'assets_clear' => [
+ 'name' => 'Активи очищені'
+ ],
+ 'general' => 'Загальні',
+ 'ads' => 'Оголошення',
+ 'user' => 'Користувач',
+ 'filter' => 'Фільтр',
+ 'create_ad' => 'Створити оголошення',
+ 'options' => [
+ 'title' => 'Параметри',
+ ],
+ 'ads_image' => 'Зображення оголошень',
+ 'product_options' => [
+ 'title' => 'Варіанти',
+ ],
+ 'productoptions_value' => [
+ 'title' => 'Значення опцій',
+ ],
+ 'option_configuration' => [
+ 'title' => 'Конфігурація',
+ ],
+ 'translations' => 'Переклади',
+ 'status' => [
+ 'title' => 'Статус',
+ ],
+ 'ads_detail' => 'Деталі оголошень',
+
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/uk/setting.php b/resources/default/addons/visiosoft/advs-module/lang/uk/setting.php
new file mode 100644
index 000000000..3939d0653
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/uk/setting.php
@@ -0,0 +1,286 @@
+ [
+ 'name' => 'Автоматичне затвердження',
+ ],
+ 'default_view_type' => [
+ 'name' => 'Тип перегляду за замовчуванням',
+ ],
+ 'hide_zero_price' => [
+ 'name' => 'Сховати ціну, якщо нульова',
+ 'instructions' => 'Прихойте ціну, якщо ціна оголошення 0',
+ ],
+ 'estimated_pending_time' => [
+ 'name' => 'Приблизний час очікування',
+ 'instructions' => 'У години',
+ ],
+ 'default_published_time' => [
+ 'name' => 'Час публікації за замовчуванням',
+ ],
+ 'address' => [
+ 'name' => 'Контактна адреса',
+ ],
+ 'phone' => [
+ 'name' => 'Контактний телефон',
+ ],
+ 'favicon' => [
+ 'name' => 'Фавікон',
+ ]
+ , 'map_coordinates_long' => [
+ 'name' => 'Карта довгий координат',
+ ],
+ 'map_coordinates_lat' => [
+ 'name' => 'Координатна карта Лат',
+ ],
+ 'iban_numbers' => [
+ 'name' => 'IBAN',
+ ],
+ 'logo' => [
+ 'name' => 'Логотип',
+ ],
+ 'ogImage' => [
+ 'name' => 'Соціальний логотип Share',
+ 'warning' => 'Він повинен бути при роздільній здатності 1200 x 630. ',
+
+ ],
+ 'currencies' => [
+ 'name' => 'Активні валюти',
+ ],
+ 'latest-limit' => [
+ 'name' => 'Останній ліміт',
+ ],
+ 'site_address' => [
+ 'name' => 'Адреса сайту',
+ 'warning' => 'Авто додано www. www.sitename.com ',
+ ],
+ 'google_map_key' => [
+ 'name' => 'Ключ Api Google Map',
+ ],
+
+ 'default_country' => [
+ 'name' => 'Країна оголошення за замовчуванням',
+ ],
+ 'hide_price_categories' => [
+ 'name' => 'Приховати ціну на категорії',
+ 'instructions' => 'Ціна буде прихована, коли ви створюєте оголошення або переглядаєте оголошення за цими категоріями.'
+ ],
+ 'free_currencyconverterapi_key' => [
+ 'name' => 'Ключ API конвертора валют'
+ ],
+ 'default_city' => [
+ 'name' => 'Місто оголошення за умовчанням',
+ ],
+ 'default_district' => [
+ 'name' => 'Район оголошень за замовчуванням',
+ ],
+ 'default_neighborhood' => [
+ 'name' => 'Район оголошення за замовчуванням',
+ ],
+ 'default_currency' => [
+ 'name' => 'Валюта оголошення за замовчуванням',
+ ],
+ 'default_GET' => [
+ 'name' => 'Оголошення за замовчуванням GET',
+ ],
+ 'twitter' => [
+ 'name' => 'Twitter',
+ ],
+ 'facebook' => [
+ 'name' => 'Facebook',
+ ],
+ 'youtube' => [
+ 'name' => 'Youtube',
+ ],
+ 'google' => [
+ 'name' => 'Google',
+ ],
+ 'listing_page_image' => [
+ 'name' => 'Зображення сторінки лістингу',
+ ],
+ 'hide_standard_price_field' => [
+ 'name' => 'Сховати поле стандартної ціни',
+ ],
+ 'hide_options_field' => [
+ 'name' => 'Сховати поле параметрів',
+ ],
+ 'hide_village_field' => [
+ 'name' => 'Сховати село поле',
+ ],
+ 'hide_configurations' => [
+ 'name' => 'Сховати кнопку конфігурацій',
+ 'instructions' => 'Сховати кнопку конфігурацій на сторінці попереднього перегляду оголошення',
+ ],
+ 'make_all_fields_required' => [
+ 'name' => 'Зробіть усі поля обов’язковими',
+ 'instructions' => 'Вимагайте від користувача заповнення полів Ціна та Опис під час створення оголошення',
+ ],
+ 'make_map_required' => [
+ 'name' => 'Зробіть карту обов’язковою',
+ 'instructions' => 'Потрібно, щоб користувач розміщував шпильку на карті під час створення оголошення',
+ ],
+ 'hide_listing_standard_price' => [
+ 'name' => 'Сховати лістинг стандартної ціни',
+ ],
+ 'enabled_currencies' => [
+ 'name' => 'Увімкнено валюти',
+ ],
+ 'google_statistic_code' => [
+ 'name' => 'Статистичний код Google',
+ ],
+ 'register_email_field' => [
+ 'name' => 'Вимога електронної пошти щодо реєстрації учасника',
+ ],
+ 'market_place' => [
+ 'name' => 'Ринок',
+ 'instructions' => 'If the marketplace is down, your site will act as ecommerce. For example,
+ some fields in the profile such as ads, dopings, messages, sale, packages and store are not visible and
+ removes corporate membership.'
+ ],
+ 'price_area_hidden' => [
+ 'name' => 'Цінова область прихована',
+ ],
+ 'hide_price_filter' => [
+ 'name' => 'Сховати фільтр цін',
+ ],
+ 'hide_date_filter' => [
+ 'name' => 'Сховати фільтр дати',
+ ],
+ 'hide_photo_filter' => [
+ 'name' => 'Сховати фільтр фотографій',
+ ],
+ 'hide_map_filter' => [
+ 'name' => 'Сховати фільтр карти',
+ ],
+ 'show_lang_url' => [
+ 'name' => 'Показати параметр мови для URL-адреси',
+ ],
+ 'popular_ads_limit' => [
+ 'name' => 'Ліміт популярних оголошень',
+ ],
+
+ //Image
+
+ 'image_resize_backend' => [
+ 'name' => 'Змінення розміру зображення',
+ ],
+ 'full_image_width' => [
+ 'name' => 'Повна ширина зображення',
+ ],
+ 'full_image_height' => [
+ 'name' => 'Повна висота зображення',
+ ],
+ 'medium_image_width' => [
+ 'name' => 'Середня ширина зображення',
+ ],
+ 'medium_image_height' => [
+ 'name' => 'Середня висота зображення',
+ ],
+ 'thumbnail_width' => [
+ 'name' => 'Ширина мініатюри',
+ ],
+ 'thumbnail_height' => [
+ 'name' => 'Висота мініатюри',
+ ],
+ 'add_canvas' => [
+ 'name' => 'Додати полотно',
+ ],
+ 'image_canvas_width' => [
+ 'name' => 'Ширина полотна зображення',
+ ],
+ 'image_canvas_height' => [
+ 'name' => 'Висота полотна зображення',
+ ],
+ 'watermark_type' => [
+ 'name' => 'Тип водяного знака',
+ ],
+ 'watermark_text' => [
+ 'name' => 'Текст водяного знака',
+ ],
+ 'watermark_image' => [
+ 'name' => 'Зображення водяного знака',
+ ],
+ 'watermark_position' => [
+ 'name' => 'Позиція водяного знака',
+ ],
+ 'user_filter_limit' => [
+ 'name' => 'Обмеження фільтра користувача',
+ 'instructions' => 'На панелі адміністратора'
+ ],
+ 'show_breadcrumb_when_creating_ad' => [
+ 'name' => 'Показати хлібну крихту під час створення реклами',
+ ],
+ 'show_ads_count' => [
+ 'name' => 'Показати показ оголошень',
+ 'instructions' => 'Показати рекламу в списку категорій ліворуч',
+ ],
+ 'ads_date_hidden' => [
+ 'name' => 'Сховати дату створення',
+ 'instructions' => 'Сховати дату створення на сторінці деталей оголошень',
+ ],
+ 'hide_listing_header' => [
+ 'name' => 'Сховати заголовок списку',
+ 'instructions' => 'Приховування впорядкування та перегляду типів',
+ ],
+ 'hide_filter_section' => [
+ 'name' => 'Сховати розділ фільтра',
+ 'instructions' => 'Приховання лівої області фільтра на сторінці списку',
+ ],
+ 'hide_seller_info' => [
+ 'name' => 'Сховати інформацію про продавця',
+ 'instructions' => 'Приховування інформації про продавця на сторінці деталей оголошень',
+ ],
+ 'show_post_ad_agreement' => [
+ 'name' => 'Показати угоду про розміщення оголошень',
+ 'instructions' => 'Увімкніть це, якщо ви хочете відображати угоду про політику конфіденційності на сторінці створення оголошення',
+ ],
+ 'override_text' => [
+ 'name' => 'Замінити текст',
+ 'instructions' => 'Старе значення: Нове значення'
+ ],
+ 'steps_color' => [
+ 'name' => 'Кроки Колір',
+ 'instructions' => 'Змінює колір прогресивних кроків.'
+ ],
+ 'create_ad_button_color' => [
+ 'name' => 'Створіть колір кнопки об\'яви',
+ 'instructions' => 'Змінює кнопку, яка з’являється після завершення вибору нової категорії оголошень.'
+ ],
+ 'lang_switcher_for_browser' => [
+ 'name' => 'Lang Switcher для браузера',
+ 'instructions' => 'Дозволяє вибрати мову браузера як активну мову'
+ ],
+ 'get_categories' => [
+ 'name' => 'ОТРИМАТИ Категорії',
+ 'instructions' => 'Він представляє категорії, в яких буде дійсним властивість GET.'
+ ],
+ 'watermark' => [
+ 'name' => 'Водяний знак',
+ 'instructions' => 'Активний водяний знак?'
+ ],
+ 'detailed_product_options' => [
+ 'name' => 'Детальні параметри товару',
+ 'instructions' => 'Дозволяє вводити інформацію про запас та ціну товару'
+ ],
+ 'show_subcats_mobile' => [
+ 'name' => 'Показувати підкатегорії в мобільному режимі',
+ ],
+ 'show_price_to_members_only' => [
+ 'name' => 'Показувати ціну лише учасникам',
+ ],
+ 'hide_ad_cat' => [
+ 'name' => 'Приховати категорії',
+ 'instructions' => 'Сховати категорії в списку оголошень'
+ ],
+ 'show_finish_and_publish_date' => [
+ 'name' => 'Показати дату завершення та дату публікації для створення',
+ 'instructions' => 'Відображає поля pub_at і finish_at на сторінці створення оголошення.'
+ ],
+ 'show_tax_field' => [
+ 'name' => 'Show Tax Field',
+ 'instructions' => 'When this option is enabled, you can set the tax rate on the ad creation page.'
+ ],
+ 'hide_contact_created_at' => [
+ 'name' => 'Hide Contact Fields For in Create New Ad'
+ ]
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/uk/stream.php b/resources/default/addons/visiosoft/advs-module/lang/uk/stream.php
new file mode 100644
index 000000000..3265c23c8
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/uk/stream.php
@@ -0,0 +1,37 @@
+ [
+ 'name' => 'Оголошення',
+ ],
+ 'categories' => [
+ 'name' => 'Категорії',
+ ],
+ 'village' => [
+ 'name' => 'Село',
+ ],
+ 'custom_fields' => [
+ 'name' => 'Спеціальні поля',
+ ],
+ 'custom_field_advs' => [
+ 'name' => 'Спеціальні рекламні поля',
+ ],
+ 'cf_values' => [
+ 'name' => 'Значення Cf',
+ ],
+ 'options' => [
+ 'name' => 'Параметри',
+ ],
+ 'product_options' => [
+ 'name' => 'Варіанти товару',
+ ],
+ 'productoptions_value' => [
+ 'name' => 'Значення опцій',
+ ],
+ 'option_configuration' => [
+ 'name' => 'Конфігурація',
+ ],
+ 'status' => [
+ 'name' => 'Статус',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/uk/view.php b/resources/default/addons/visiosoft/advs-module/lang/uk/view.php
new file mode 100644
index 000000000..bce5d4015
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/uk/view.php
@@ -0,0 +1,6 @@
+ 'Незакінчені',
+ 'advanced' => 'Розширений',
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/ur/addon.php b/resources/default/addons/visiosoft/advs-module/lang/ur/addon.php
new file mode 100644
index 000000000..363b34292
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/ur/addon.php
@@ -0,0 +1,8 @@
+ 'اشتہارات',
+ 'name' => 'اشتہارات ماڈیول',
+ 'description' => 'اشتہارات ماڈیول',
+ 'info' => 'This is the screen where you can add, delete and edit ads from the Ads page. On this page, you can simply do the operations such as post management and ad configuration.'
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/ur/button.php b/resources/default/addons/visiosoft/advs-module/lang/ur/button.php
new file mode 100644
index 000000000..80e83ca5a
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/ur/button.php
@@ -0,0 +1,48 @@
+ 'نئی درجہ بندی',
+ 'new_classified' => 'نیا درجہ بند',
+ 'new_category' => 'نئی قسم',
+ 'new_country' => 'نیا ملک',
+ 'new_city' => 'نیا شہر',
+ 'new_district' => 'نیا ضلع',
+ 'new_neighborhood' => 'نیا پڑوس',
+ 'new_village' => 'نیا گاؤں',
+ 'edit' => "ترمیم",
+ 'approve' => "منظور کریں",
+ 'decline' => 'رد کریں',
+ 'extend' => 'بڑھائیں',
+ 'extend_all' => 'سب کو بڑھائیں',
+ 'convert_currency' => 'کرنسی بدلیں',
+ 'categories' => 'اقسام',
+ 'sub_category' => 'ذیلی اقسام',
+ 'add_sub_category' => 'ذیلی اقسام شامل کریں',
+ 'sub_cities' => 'ذیلی شہر',
+ 'add_sub_cities' => 'ذیلی شہر شامل کریں',
+ 'add_sub_districts' => 'ذیلی ڈسٹرکٹ شامل کریں',
+ 'add_sub_neighborhoods' => 'ذیلی پڑوس شامل کریں',
+ 'add_sub_village' => 'ذیلی گاؤں شامل کریں',
+ 'sub_districts' => 'ذیلی اضلاع',
+ 'sub_neighborhoods' => 'ذیلی پڑوس',
+ 'sub_village' => 'ذیلی گاؤں',
+ 'general_settings' => 'عام ترتیبات',
+ 'save_category' => 'اقسام محفوظ کریں',
+ 'change_owner' => 'مالک کو تبدیل کریں',
+ 'update_category' => [
+ 'name' => 'اقسام اپ ڈیٹ کریں'
+ ],
+ 'new_option' => 'نیا آپشن',
+ 'export' => 'برآمد کریں',
+ 'new_productoption' => 'نیا پروڈکٹ آپشن',
+ 'new_productoptions_value' => 'نئی پروڈکٹ آپشن ویلیو',
+ 'new_options_configuration' => 'نئی آپشن ترتیب',
+ 'new_option_configuration' => 'نئی آپشن ترتیب',
+ 'create_configurations' => 'تشکیلات بنائیں',
+ 'replicate' => 'چربہ لگائیں',
+ 'fast_create' => 'فاسٹ بنائیں',
+ 'publish' => 'شائع کریں',
+ 'import' => 'درآمد کریں',
+ 'new_status' => 'نئی حیثیت',
+ 'fast_edit' => 'فاسٹ ترمیم',
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/ur/currency.php b/resources/default/addons/visiosoft/advs-module/lang/ur/currency.php
new file mode 100644
index 000000000..d5f10ed8f
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/ur/currency.php
@@ -0,0 +1,6 @@
+ 'ڈالر',
+ 'EUR' => 'یورو',
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/ur/field.php b/resources/default/addons/visiosoft/advs-module/lang/ur/field.php
new file mode 100644
index 000000000..de701dacd
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/ur/field.php
@@ -0,0 +1,385 @@
+ [
+ 'name' => 'عنوان'
+ ],
+ 'order' => [
+ 'name' => 'ترتیب'
+ ],
+ 'slug' => [
+ 'name' => 'سلگ'
+ ],
+ 'parent_category' => [
+ 'name' => 'والدین'
+ ],
+ 'category' => [
+ 'name' => 'زمرہ عنوان'
+ ],
+ 'price' => [
+ 'name' => 'قیمت'
+ ],
+ 'standard_price' => [
+ 'name' => 'معیاری قیمت'
+ ],
+ 'date' => [
+ 'name' => 'تاریخ'
+ ],
+ 'photo' => [
+ 'name' => 'تصویر'
+ ],
+ 'video' => [
+ 'name' => 'ویڈیو'
+ ],
+ 'map' => [
+ 'name' => 'نقشہ'
+ ],
+ 'stock' => [
+ 'name' => 'اسٹاک'
+ ],
+ 'advs_desc' => [
+ 'name' => 'تفصیل'
+ ],
+ 'online_payment' => [
+ 'name' => 'آن لائن ادائیگی'
+ ],
+ 'city' => [
+ 'name' => 'شہر'
+ ],
+ 'country' => [
+ 'name' => 'ملک'
+ ],
+ 'district' => [
+ 'name' => 'ضلع'
+ ],
+ 'neighborhood' => [
+ 'name' => 'ہمسایہ'
+ ],
+ 'village' => [
+ 'name' => 'گاؤں'
+ ],
+ 'files' => [
+ 'name' => 'تصاویر'
+ ],
+ 'cat1' => [
+ 'name' => 'مین زمرہ'
+ ],
+ 'cat2' => [
+ 'name' => 'ذیلی زمرہ 1'
+ ],
+ 'cat3' => [
+ 'name' => 'ذیلی زمرہ 2'
+ ],
+ 'cat4' => [
+ 'name' => 'ذیلی زمرہ 3'
+ ],
+ 'cat5' => [
+ 'name' => 'ذیلی زمرہ 4'
+ ],
+ 'cat6' => [
+ 'name' => 'ذیلی زمرہ 5'
+ ],
+ 'cat7' => [
+ 'name' => 'ذیلی زمرہ 6'
+ ],
+ 'cat8' => [
+ 'name' => 'ذیلی زمرہ 7'
+ ],
+ 'cat9' => [
+ 'name' => 'ذیلی زمرہ 8'
+ ],
+ 'cat10' => [
+ 'name' => 'ذیلی زمرہ 9'
+ ],
+ 'currency' => [
+ 'name' => 'کرنسی'
+ ],
+ 'status' => [
+ 'name' => 'حالت',
+ 'option' => [
+ 'approved' => 'منظورشدہ',
+ 'expired' => 'میعاد ختم ہوگئی',
+ 'unpublished' => 'غیر مطبوعہ',
+ 'pending_admin' => 'زیر التواء ایڈمن',
+ 'pending_user' => 'زیر التواء صارف'
+ ]
+ ],
+ 'pending_adv' => [
+ 'name' => 'غیر مطبوعہ'
+ ],
+ 'finish_at' => [
+ 'name' => 'ختم کریں'
+ ],
+ 'cover_photo' => [
+ 'name' => 'سرورق کی تصویر'
+ ],
+ 'favs_adv' => [
+ 'name' => 'Fav اشتہارات'
+ ],
+ 'my_adv' => [
+ 'name' => 'ADVS'
+ ],
+ 'description' => 'تفصیل',
+ 'explanation' => 'وضاحت',
+ 'type' => [
+ 'name' => 'ٹائپ کریں'
+ ],
+ 'parent_adv' => [
+ 'name' => 'متعلقہ اشتہار'
+ ],
+ 'value' => [
+ 'name' => 'قدر'
+ ],
+ 'list' => 'فہرست',
+ 'home' => 'گھر',
+ 'list-page' => 'فہرست کا صفحہ',
+ 'search' => 'تلاش کریں',
+ 'reset' => 'Reset',
+ 'recommended' => 'آپ کے لئے تجویز کردہ اشتہارات',
+ 'filter' => 'فلٹر کریں',
+ 'sort' => 'ترتیب دیں',
+ 'sort_by' => 'کے ذریعہ ترتیب دیں',
+ 'pick_option' => 'ایک اختیار منتخب کریں',
+ 'pick_ordering' => 'آرڈر کرنا',
+ 'price_high' => 'قیمت کم سے کم',
+ 'price_low' => 'قیمت کم سے زیادہ',
+ 'newest' => 'تازہ ترین',
+ 'oldest' => 'سب سے قدیم',
+ 'address_a_z' => 'پتہ (A سے Z)',
+ 'address_z_a' => 'پتہ (زیڈ ٹو اے)',
+ 'categories' => [
+ 'name' => 'اقسام'
+ ],
+ 'all_categories' => 'تمام زمرے',
+ 'location' => 'مقام',
+ 'send_message' => 'پیغام بھیجیں',
+ 'phone_gsm' => 'جی ایس ایم فون',
+ 'phone_office' => 'دفتر فون',
+ 'add_to_favorites' => "پسندیدہ میں شامل کریں",
+ 'send' => 'بھیجیں',
+ 'search_name' => 'تلاش نام',
+ 'my_favorite_searches' => 'پسندیدہ تلاشیاں',
+ 'search_desc' => 'آپ اپنی پسند کی تلاش کا انتخاب یہاں شامل اور انتظام کرسکتے ہیں۔',
+ 'complaint_placeholder' => 'اپنی شکایت کی تفصیلات یہاں ٹائپ کریں۔',
+ 'show_details' => 'تفصیلات دکھائیں',
+ 'ad_actions' => 'اشتہار کے اعمال',
+ 'edit' => 'ترمیم',
+ 'approve' => 'منظور کریں',
+ 'passive' => "غیر فعال",
+ 'sold' => 'بیچ دیا',
+ 'offered_by' => 'پیش کردہ',
+ 'more_ads_by' => 'مزید اشتہارات کے ذریعہ',
+ 'click_phone' => 'فون نمبر دکھائیں',
+ 'share' => 'بانٹیں',
+ 'report' => 'اس اشتہار کی اطلاع دیں',
+ 'features' => 'خصوصیات',
+ "streetview" => "گلی کا منظر",
+ 'recommended_ads' => 'آپ کے لئے تجویز کردہ اشتہارات',
+ 'new' => 'نئی',
+ 'short_info' => 'مختصر معلومات',
+ 'secure_trading' => 'محفوظ تجارت',
+ '24/7' => '24/7 سپورٹ',
+ 'easy_trading' => 'آسان تجارت',
+ 'need_help' => 'مدد چاہیے؟',
+ 'give_a_call' => 'کال کرو',
+ 'message_sent' => 'پیغام چلا گیا!',
+ 'asap' => 'پیغام بھیجا گیا ، بیچنے والا آپ سے ASAP سے رابطہ کرے گا۔',
+ 'ad_id' => 'ایڈ شناخت',
+ 'contact_with' => 'کے ساتھ رابطہ کریں',
+ 'create_adv' => 'اشتہار بنائیں',
+ 'edit_adv' => 'ایڈ میں ترمیم کریں',
+ 'mandatory_fields' => 'لازمی بھریں',
+ 'ad_post' => 'اشتہار پوسٹ',
+ 'sell_item' => 'کوئی شے یا خدمت فروخت کریں',
+ 'search_save' => 'پسندیدہ تلاش کامیابی سے محفوظ ہوگئی',
+ 'address' => 'پتہ',
+ 'email' => 'ای میل',
+ 'phone' => 'فون',
+ 'send_us_your_feedback' => 'ہمیں اپنی رائے بھیجیں',
+ 'online_shopping' => 'حاصل کریں',
+ 'approved' => 'کامیابی کے ساتھ منظور کیا گیا',
+ 'extended' => 'کامیابی کے ساتھ بڑھا دیا گیا',
+ 'declined' => 'کامیابی سے انکار کر دیا گیا',
+ 'search_on_map' => 'نقشے پر تلاش کریں',
+ 'post_free_ad' => 'مفت اشتہار پوسٹ کریں',
+ 'select_a_category' => 'ایک زمرہ منتخب کریں',
+ 'select_a_sub_category' => 'ایک ذیلی زمرہ منتخب کریں',
+ 'all_dopings_added' => 'اس ڈوپنگ کی تمام اقسام کو اس اشتہار کے لئے شامل کیا گیا ہے۔',
+ 'is_get_adv' => [
+ 'name' => 'حاصل کریں'
+ ],
+ 'corporate_info' => 'کارپوریٹ معلومات',
+ 'featured_ads' => "نمایاں اشتہارات",
+ 'trending_ads' => 'رجحانات کے اشتہارات',
+ 'search_ad_result_prefix' => 'پر',
+ 'search_ad_result_text' => ': گنتی اشتہارات آپ کے : نام تلاش میں پائے گئے',
+ 'search_ads_result_message' => [
+ 'name' => ': کے لئے ملنے والے اشتہارات گنیں: نام کی تلاش',
+ ],
+ 'total' => 'کل',
+ 'quantity' => 'مقدار',
+ 'view_cart' => 'ٹوکری دیکھیں',
+ 'no_ads' => 'کوئی اشتہار نہیں ملا۔',
+ 'show_display_mode' => [
+ 'map' => 'نقشہ',
+ 'list' => 'فہرست',
+ ],
+ 'advs_list_table_thead' => [
+ 'name' => 'اشتہار کا نام',
+ 'price' => 'قیمت',
+ 'publish_at' => 'اشتہاری تاریخ',
+ 'location_city' => 'شہر',
+ 'location_country' => 'ملک',
+ ],
+ 'show_list_view' => [
+ 'name' => 'فہرست',
+ ],
+ 'show_table_view' => [
+ 'name' => 'ٹیبل',
+ ],
+ 'showcase' => [
+ 'name' => 'شوکیس',
+ ],
+ 'new_ad' => [
+ 'name' => 'نیا اشتہار',
+ ],
+ 'profile' => [
+ 'name' => 'پروفائل',
+ ],
+ 'my_ads' => [
+ 'name' => 'میرے اشتہارات',
+ ],
+ 'sold_out' => [
+ 'name' => 'بک گیا',
+ ],
+ 'edit_category' => 'زمرہ میں ترمیم کریں',
+ 'set_category' => 'زمرہ طے کریں',
+ 'max' => [
+ 'name' => 'زیادہ سے زیادہ',
+ ],
+ 'min' => [
+ 'name' => 'کم سے کم',
+ ],
+ 'in_the_last_24_hours' => [
+ 'name' => 'آخری 24 گھنٹوں میں'
+ ],
+ 'in_the_last_day' => [
+ 'name' => 'آخری 24 گھنٹوں میں'
+ ],
+ 'in_the_last_week' => [
+ 'name' => 'آخری ہفتے میں'
+ ],
+ 'in_the_last_month' => [
+ 'name' => 'آخری مہینے میں'
+ ],
+ 'ads_with_photo' => [
+ 'name' => 'تصویر والے اشتہارات'
+ ],
+ 'ads_with_video' => [
+ 'name' => 'ویڈیو والے اشتہارات'
+ ],
+ 'yes' => [
+ 'name' => 'جی ہاں'
+ ],
+ 'no' => [
+ 'name' => 'نہیں'
+ ],
+ 'is_system' => [
+ 'name' => 'سسٹم ہے',
+ 'instructions' => 'سسٹم کی حیثیت درکار ہے اور اسے تبدیل نہیں کیا جانا چاہئے',
+ ],
+ 'user_access' => [
+ 'name' => 'صارف تک رسائی',
+ 'instructions' => 'کیا کوئی صارف اس اشتہار کو اپنے اشتہاروں پر استعمال کرسکتا ہے؟',
+ ],
+ "no_location" => "کوئی مقام منتخب نہیں ہوا ہے۔",
+ "continue" => 'جاری رہے',
+ "gallery" => 'گیلری',
+ "ad" => 'اشتہار',
+ "ads" => 'اشتہارات',
+ "were_found" => 'پائے گئے.',
+
+ // Pending screen
+ 'pending_message_1' => 'اشتہار کی منظوری کے عمل میں ہے',
+ 'pending_message_2' => "اشتہار کی تازہ کاری کی تاریخ",
+ 'pending_message_3' => 'متوقع انتظار کا وقت',
+ 'pending_message_4' => 'منظوری کے عمل میں صرف ہونے والے وقت کو ڈوپنگ ٹائم میں شامل کیا جائے گا۔',
+ 'pending_message_5' => 'منظوری کے عمل میں کال سینٹر سے اشتہار سے متعلق کوئی لین دین نہیں کیا جاسکتا ہے۔',
+ 'hours' => 'گھنٹے',
+
+ // Preview page
+ 'preview_text' => [
+ 'part_1' => 'اگر آپ کے اشتہار کے بارے میں درج ذیل معلومات درست ہیں تو ، "جاری رکھیں" کے بٹن پر کلک کریں اور اگلے مرحلے پر جائیں۔',
+ 'part_2' => 'اگر نہیں تو ، "ترمیم کریں" کے بٹن پر کلک کریں۔',
+ ],
+ 'views' => 'مناظر',
+
+ // Detail page
+ "no_street_view" => "اس جگہ پر گلیوں کے منظر کی کوئی تصویر نہیں ہے",
+ 'edit_my_contact_info' => 'میری رابطہ کی معلومات میں ترمیم کریں',
+ 'update_my_contact_info' => 'میری رابطہ کی معلومات کو اپ ڈیٹ کریں',
+ 'contact_info' => 'رابطے کی معلومات',
+ 'ad_info' => 'اشتھاراتی معلومات',
+
+ // Select cat
+ 'select_category_step_by_step' => 'مرحلہ بہ زمرے کا انتخاب کریں',
+
+ // New create page
+ 'options' => 'اختیارات',
+ 'category_selection' => 'زمرہ انتخاب',
+ 'listing_details' => 'فہرست سازی کی تفصیلات',
+ 'preview' => 'پیش نظارہ',
+ 'congratulations' => 'مبارک ہو',
+ 'ad_desc' => 'اشتہار کی تفصیل',
+ 'upload_photos' => 'تصاویر اپ لوڈ کریں',
+ 'upload_files' => 'فائلیں اپ لوڈ کرو',
+ 'additional_fields' => 'اضافی فیلڈز',
+ 'ad_location' => 'اشتہار کی جگہ',
+ 'owner' => 'مالک',
+ 'default_owner_instruction' => 'اگر کوئی صارف منتخب نہیں ہوتا ہے تو مالک موجودہ صارف سے ڈیفالٹ ہوجائے گا',
+ 'create_page_subtitle' => 'اپنے اشتہار کے بارے میں تفصیلی معلومات داخل کرکے بلا اشتعال اشتہار بنائیں۔',
+ 'with_my_phone_numbers' => 'With my phone numbers',
+ 'not_with_my_phone_numbers' => "I don't want to be reached by phone",
+ 'how_can_you_be_contacted' => "How can you be contacted?",
+
+ // Listing page
+ 'ad_title' => 'اشتہار کا عنوان',
+ 'listing_date' => 'تاریخ سازی کی تاریخ',
+ 'view' => 'دیکھیں',
+ 'ads_with_map' => 'نقشہ والے اشتہارات',
+ 'advanced_sorting' => 'اعلی درجے کی ترتیب',
+ 'filter_by_word' => 'لفظ بہ فلٹر',
+ 'filter_by' => 'فلٹر بذریعہ: نام',
+
+ 'free' => 'مفت',
+ 'ad_date' => 'اشتہاری تاریخ',
+ 'photo_video' => 'تصویر ، ویڈیو',
+ 'and_above' => 'اور اوپر',
+ 'and_below' => 'اور نیچے',
+ 'clear_all' => 'تمام کو صاف کریں',
+ 'balances' => 'توازن',
+ 'packages' => 'پیکیجز',
+ 'dopings' => 'ڈوپنگز',
+ 'advs' => 'ایڈز',
+ 'site' => 'سائٹ',
+ 'subscription' => 'سب سکریپشن',
+ 'created' => 'بنائی گئی',
+ 'product_option' => [
+ 'name' => 'پروڈکٹ آپشن'
+ ],
+ 'option_json' => [
+ 'name' => 'آپشن'
+ ],
+ 'old_price' => [
+ 'name' => 'پرانی قیمت'
+ ],
+ 'save_search' => 'تلاش محفوظ کریں',
+ 'publish_at' => [
+ 'name' => 'تاریخ شائع کریں'
+ ],
+ 'tax' => [
+ 'name' => 'Tax'
+ ],
+ 'name_a_z' => 'Name (A to Z)',
+ 'name_z_a' => 'Name (Z to A)',
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/ur/message.php b/resources/default/addons/visiosoft/advs-module/lang/ur/message.php
new file mode 100644
index 000000000..dd3d980a2
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/ur/message.php
@@ -0,0 +1,35 @@
+ 'مطلوبہ مصنوعہ فی الحال غائب یا غیر فعال ہے',
+ 'please_payment' => 'برائے مہربانی ادا کریں',
+ 'bank_account_info' => 'بینک اکاؤنٹ کی معلومات',
+ 'agreement' => 'پوسٹ پر کلک کرکے ، آپ ہماری استعمال کی شرائط اور رازداری کی پالیسی سے اتفاق کرتے ہیں کہ آپ اس شے کے صحیح مالک ہیں۔',
+ 'update_category_msg' => 'درجہ بندی کی قسم کو اپ ڈیٹ کیا جائے گا۔',
+ 'updated_category_msg' => 'زمرہ کامیابی کے ساتھ ترمیم کی گئی۔',
+ 'create_ad_with_post_cat' => [
+ 'title' => "زمرہ انتخاب مکمل ہوچکا ہے۔",
+ 'success' => true,
+ 'continueBtn' => "جاری رہے",
+ ],
+ 'update_category_info' => 'برائے کرم زمرہ کو اپ ڈیٹ کریں۔',
+ 'filter_by_search_msg' => 'تلاش کے لحاظ سے فلٹر کریں۔',
+ 'delete_author_error' => 'آپ کسی ایسی پوسٹ کو حذف نہیں کرسکتے جو آپ کا نہیں ہے',
+ 'success_delete' => 'اشتہار حذف ہوگیا',
+ 'pending_ad_status' => 'ایڈیٹر کے ذریعہ آپ کے اشتہار کی منظوری زیر التوا ہے۔',
+ 'extended' => ': نمبر اشتہاروں کو کامیابی کے ساتھ بڑھایا گیا ہے۔',
+ 'category_not_exist' => 'یہ زمرہ اب موجود نہیں!',
+ 'currency_converted' => 'کرنسی کامیابی کے ساتھ تبدیل ہوگئی۔',
+ 'choose_user' => 'صارف منتخب کریں',
+ 'owner_updated_successfully' => 'مالک کامیابی کے ساتھ اپ ڈیٹ ہوچکا ہے!',
+ 'no_add_found' => 'کوئی اشتہار نہیں ملا!',
+ 'replicated_success' => 'اشتہار کامیابی کے ساتھ نقل کیا گیا ہے!',
+ 'ad_doesnt_exist' => "یہ اشتہار موجود نہیں ہے!",
+ 'select_location_error' => "براہ کرم نقشے پر ایک مقام منتخب کریں!",
+ 'this_ad_is_not_valid_anymore' => "اب یہ اشتہار درست نہیں ہے!",
+ 'approve_status_change' => "آپ کے اشتہار کی حیثیت فعال ہونے کے لئے مقرر کردی گئی ہے!",
+ 'passive_status_change' => "آپ کے اشتہار کی حیثیت غیر فعال ہوچکی ہے۔",
+ 'sold_status_change' => "آپ کے اشتہار کی حیثیت بیچ دی گئی ہے!",
+ 'status_change' => "آپ کے اشتہار کی حیثیت اس پر سیٹ ہوچکی ہے: درجہ!",
+ 'disabled_detailed_options_for_admin_role' => "مصنوع کے تفصیلی اختیارات غیر فعال ہیں۔",
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/ur/permission.php b/resources/default/addons/visiosoft/advs-module/lang/ur/permission.php
new file mode 100644
index 000000000..e2938765d
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/ur/permission.php
@@ -0,0 +1,108 @@
+ [
+ 'name' => 'اشتہارات',
+ 'option' => [
+ 'read' => 'اشتہارات پڑھ سکتے ہیں؟',
+ 'write' => 'کیا اشتہارات تخلیق / ترمیم کر سکتے ہیں؟',
+ 'delete' => 'کیا اشتہارات مٹا سکتے ہیں؟',
+ ],
+ ],
+ 'categories' => [
+ 'name' => 'اقسام',
+ 'option' => [
+ 'read' => 'زمرے پڑھ سکتے ہیں؟',
+ 'write' => 'زمرے تشکیل / ترمیم کرسکتے ہیں؟',
+ 'delete' => 'زمرے حذف کرسکتے ہیں؟',
+ ],
+ ],
+ 'village' => [
+ 'name' => 'گاؤں',
+ 'option' => [
+ 'read' => 'گاؤں پڑھ سکتے ہو؟',
+ 'write' => 'گاؤں بنا / ترمیم کرسکتے ہیں؟',
+ 'delete' => 'گاؤں کو حذف کرسکتے ہیں؟',
+ ],
+ ],
+ 'custom_fields' => [
+ 'name' => 'کسٹم فیلڈز',
+ 'option' => [
+ 'read' => 'کسٹم فیلڈز پڑھ سکتے ہیں؟',
+ 'write' => 'کسٹم فیلڈز تشکیل / ترمیم کرسکتے ہیں؟',
+ 'delete' => 'کسٹم فیلڈز کو ڈیلیٹ کرسکتے ہیں؟',
+ ],
+ ],
+ 'custom_field_advs' => [
+ 'name' => 'کسٹم فیلڈ اشتہارات',
+ 'option' => [
+ 'read' => 'کیا کسٹم فیلڈ اشتہارات پڑھ سکتے ہیں؟',
+ 'write' => 'کسٹم فیلڈ اشتہارات تخلیق / ترمیم کرسکتے ہیں؟',
+ 'delete' => 'کیا کسٹم فیلڈ اشتہارات مٹا سکتے ہیں؟',
+ ],
+ ],
+ 'cf_values' => [
+ 'name' => 'CF اقدار',
+ 'option' => [
+ 'read' => 'CF اقدار پڑھ سکتے ہیں؟',
+ 'write' => 'کیا CF اقدار تشکیل / ترمیم کر سکتے ہیں؟',
+ 'delete' => 'CF اقدار کو ختم کر سکتے ہیں؟',
+ ],
+ ],
+ 'options' => [
+ 'name' => 'اختیارات',
+ 'option' => [
+ 'read' => 'اختیارات پڑھ سکتے ہیں؟',
+ 'write' => 'اختیارات تشکیل / ترمیم کرسکتے ہیں؟',
+ 'delete' => 'اختیارات کو ختم کر سکتے ہیں؟',
+ ],
+ ],
+ 'productoptions' => [
+ 'name' => 'پروڈکٹشن',
+ 'option' => [
+ 'read' => 'productoptions پڑھ سکتے ہیں؟',
+ 'write' => 'کیا پروڈکٹپشن تخلیق / ترمیم کرسکتے ہیں؟',
+ 'delete' => 'پروڈکٹشن کو حذف کرسکتے ہیں؟',
+ ],
+ ],
+ 'productoptions_value' => [
+ 'name' => 'پروڈکٹشن کی قیمت',
+ 'option' => [
+ 'read' => 'productoptions قدر پڑھ سکتے ہیں؟',
+ 'write' => 'کیا پروڈکٹپوشن ویلیو تخلیق / ترمیم کرسکتے ہیں؟',
+ 'delete' => 'کیا پروڈکٹپوشن کی قیمت کو حذف کرسکتے ہیں؟',
+ ],
+ ],
+ 'options_configuration' => [
+ 'name' => 'اختیارات کی تشکیل',
+ 'option' => [
+ 'read' => 'اختیارات کی ترتیب کو پڑھ سکتے ہیں؟',
+ 'write' => 'اختیارات کی تشکیل تشکیل / ترمیم کرسکتے ہیں؟',
+ 'delete' => 'کیا اختیارات کی ترتیب کو حذف کرسکتے ہیں؟',
+ ],
+ ],
+ 'option_configuration' => [
+ 'name' => 'آپشن ترتیب',
+ 'option' => [
+ 'read' => 'آپشن ترتیب کو پڑھ سکتے ہیں؟',
+ 'write' => 'آپشن کنفیگریشن تشکیل / ترمیم کرسکتے ہیں؟',
+ 'delete' => 'آپشن ترتیب کو حذف کرسکتے ہیں؟',
+ ],
+ ],
+ 'option_configuration' => [
+ 'name' => 'آپشن ترتیب',
+ 'option' => [
+ 'read' => 'آپشن ترتیب کو پڑھ سکتے ہیں؟',
+ 'write' => 'آپشن کنفیگریشن تشکیل / ترمیم کرسکتے ہیں؟',
+ 'delete' => 'آپشن ترتیب کو حذف کرسکتے ہیں؟',
+ ],
+ ],
+ 'status' => [
+ 'name' => 'حالت',
+ 'option' => [
+ 'read' => 'کیا حیثیت پڑھ سکتے ہیں؟',
+ 'write' => 'کیا حالت / تدوین کرسکتی ہے؟',
+ 'delete' => 'کیا حیثیت کو حذف کرسکتے ہیں؟',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/ur/section.php b/resources/default/addons/visiosoft/advs-module/lang/ur/section.php
new file mode 100644
index 000000000..c8741041a
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/ur/section.php
@@ -0,0 +1,64 @@
+ [
+ 'title' => 'اشتہارات',
+ ],
+ 'categories' => [
+ 'title' => 'اقسام',
+ ],
+ 'countries' => [
+ 'title' => 'ممالک',
+ ],
+ 'cities' => [
+ 'title' => 'شہر',
+ ],
+ 'districts' => [
+ 'title' => 'اضلاع',
+ ],
+ 'neighborhoods' => [
+ 'title' => 'پڑوس',
+ ],
+ 'village' => [
+ 'title' => 'گاؤں',
+ ],
+ 'custom_fields' => [
+ 'title' => 'کسٹم فیلڈز',
+ ],
+ 'custom_field_advs' => [
+ 'title' => 'کسٹم فیلڈ اشتہارات',
+ ],
+ 'cf_values' => [
+ 'title' => 'CF اقدار',
+ ],
+ 'fields' => [
+ 'title' => 'کسٹم فیلڈز'
+ ],
+ 'assets_clear' => [
+ 'name' => 'اثاثے صاف'
+ ],
+ 'general' => 'جنرل',
+ 'ads' => 'اشتہارات',
+ 'user' => 'صارف',
+ 'filter' => 'فلٹر کریں',
+ 'create_ad' => 'اشتہار بنائیں',
+ 'options' => [
+ 'title' => 'اختیارات',
+ ],
+ 'ads_image' => 'اشتہارات کی تصویر',
+ 'product_options' => [
+ 'title' => 'اختیارات',
+ ],
+ 'productoptions_value' => [
+ 'title' => 'اختیارات کی قیمت',
+ ],
+ 'option_configuration' => [
+ 'title' => 'تشکیل',
+ ],
+ 'translations' => 'ترجمہ',
+ 'status' => [
+ 'title' => 'حالت',
+ ],
+ 'ads_detail' => 'اشتہارات کی تفصیل',
+
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/ur/setting.php b/resources/default/addons/visiosoft/advs-module/lang/ur/setting.php
new file mode 100644
index 000000000..5862c2ce9
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/ur/setting.php
@@ -0,0 +1,286 @@
+ [
+ 'name' => 'آٹو منظور کریں',
+ ],
+ 'default_view_type' => [
+ 'name' => 'ڈیفالٹ دیکھیں قسم',
+ ],
+ 'hide_zero_price' => [
+ 'name' => 'زیرو ہو تو قیمت چھپائیں',
+ 'instructions' => 'اشتہار کی قیمت 0 ہو تو قیمت چھپائیں',
+ ],
+ 'estimated_pending_time' => [
+ 'name' => 'متوقع زیر التواء وقت',
+ 'instructions' => 'اوقات میں',
+ ],
+ 'default_published_time' => [
+ 'name' => 'طے شدہ اشاعت کا وقت',
+ ],
+ 'address' => [
+ 'name' => 'ایڈریس سے رابطہ کریں',
+ ],
+ 'phone' => [
+ 'name' => 'رابطے کا فون',
+ ],
+ 'favicon' => [
+ 'name' => 'فیویکن',
+ ]
+ , 'map_coordinates_long' => [
+ 'name' => 'نقشہ لانگ کوآرڈینیٹ',
+ ],
+ 'map_coordinates_lat' => [
+ 'name' => 'نقشہ لیٹ رابطہ',
+ ],
+ 'iban_numbers' => [
+ 'name' => 'IBAN',
+ ],
+ 'logo' => [
+ 'name' => 'لوگو',
+ ],
+ 'ogImage' => [
+ 'name' => 'سوشل شیئر لوگو',
+ 'warning' => 'یہ 1200 x 630 کی قرارداد میں ہونا چاہئے۔ ',
+
+ ],
+ 'currencies' => [
+ 'name' => 'فعال کرنسیوں',
+ ],
+ 'latest-limit' => [
+ 'name' => 'تازہ ترین حد',
+ ],
+ 'site_address' => [
+ 'name' => 'سائٹ کا پتہ',
+ 'warning' => 'آٹو شامل www. www.sitename.com ',
+ ],
+ 'google_map_key' => [
+ 'name' => 'گوگل میپ آپ کی کلید',
+ ],
+
+ 'default_country' => [
+ 'name' => 'ڈیفالٹ ایڈ کنٹری',
+ ],
+ 'hide_price_categories' => [
+ 'name' => 'زمرہ جات پر قیمت چھپائیں',
+ 'instructions' => 'جب آپ کوئی اشتہار بناتے یا ان زمروں کے تحت کوئی اشتہار دیکھیں گے تو قیمت چھپائی جائے گی۔'
+ ],
+ 'free_currencyconverterapi_key' => [
+ 'name' => 'کرنسی کنورٹر API کلید'
+ ],
+ 'default_city' => [
+ 'name' => 'ڈیفالٹ ایڈ سٹی',
+ ],
+ 'default_district' => [
+ 'name' => 'ڈیفالٹ ایڈ ڈسٹرکٹ',
+ ],
+ 'default_neighborhood' => [
+ 'name' => 'ڈیفالٹ اشتہار پڑوس',
+ ],
+ 'default_currency' => [
+ 'name' => 'ڈیفالٹ اشتھاراتی کرنسی',
+ ],
+ 'default_GET' => [
+ 'name' => 'ڈیفالٹ اشتہار GET',
+ ],
+ 'twitter' => [
+ 'name' => 'ٹویٹر',
+ ],
+ 'facebook' => [
+ 'name' => 'فیس بک',
+ ],
+ 'youtube' => [
+ 'name' => 'یوٹیوب',
+ ],
+ 'google' => [
+ 'name' => 'گوگل',
+ ],
+ 'listing_page_image' => [
+ 'name' => 'صفحہ کی فہرست کی فہرست',
+ ],
+ 'hide_standard_price_field' => [
+ 'name' => 'معیاری قیمت کا میدان چھپائیں',
+ ],
+ 'hide_options_field' => [
+ 'name' => 'اختیارات کا میدان چھپائیں',
+ ],
+ 'hide_village_field' => [
+ 'name' => 'گاؤں کا میدان چھپائیں',
+ ],
+ 'hide_configurations' => [
+ 'name' => 'کنفیگریشن بٹن کو چھپائیں',
+ 'instructions' => 'اشتہار پیش نظارہ صفحہ میں کنفیگریشن بٹن کو چھپائیں',
+ ],
+ 'make_all_fields_required' => [
+ 'name' => 'تمام فیلڈز کو ضروری بنائیں',
+ 'instructions' => 'صارف کو اشتہار تخلیق کرتے وقت قیمت اور تفصیل کے شعبوں کو پُر کرنے کی ضرورت ہے',
+ ],
+ 'make_map_required' => [
+ 'name' => 'نقشہ ضروری بنائیں',
+ 'instructions' => 'صارف سے اشتہار تیار کرتے وقت نقشہ پر ایک پن رکھنے کی ضرورت ہوتی ہے',
+ ],
+ 'hide_listing_standard_price' => [
+ 'name' => 'لسٹنگ معیاری قیمت چھپائیں',
+ ],
+ 'enabled_currencies' => [
+ 'name' => 'فعال کرنسیوں',
+ ],
+ 'google_statistic_code' => [
+ 'name' => 'گوگل شماریاتی کوڈ',
+ ],
+ 'register_email_field' => [
+ 'name' => 'ممبر اندراج ای میل کی ضرورت',
+ ],
+ 'market_place' => [
+ 'name' => 'مارکیٹ پلیس',
+ 'instructions' => 'If the marketplace is down, your site will act as ecommerce. For example,
+ some fields in the profile such as ads, dopings, messages, sale, packages and store are not visible and
+ removes corporate membership.'
+ ],
+ 'price_area_hidden' => [
+ 'name' => 'قیمت کا رقبہ پوشیدہ ہے',
+ ],
+ 'hide_price_filter' => [
+ 'name' => 'پرائس فلٹر چھپائیں',
+ ],
+ 'hide_date_filter' => [
+ 'name' => 'تاریخ کا فلٹر چھپائیں',
+ ],
+ 'hide_photo_filter' => [
+ 'name' => 'فوٹو فلٹر چھپائیں',
+ ],
+ 'hide_map_filter' => [
+ 'name' => 'نقشہ فلٹر چھپائیں',
+ ],
+ 'show_lang_url' => [
+ 'name' => 'URL کے ل For لانگ پیرامیٹر دکھائیں',
+ ],
+ 'popular_ads_limit' => [
+ 'name' => 'مقبول اشتہارات کی حد',
+ ],
+
+ //Image
+
+ 'image_resize_backend' => [
+ 'name' => 'شبیہہ کا سائز تبدیل کریں پسدید',
+ ],
+ 'full_image_width' => [
+ 'name' => 'مکمل تصویری چوڑائی',
+ ],
+ 'full_image_height' => [
+ 'name' => 'مکمل امیج کی اونچائی',
+ ],
+ 'medium_image_width' => [
+ 'name' => 'میڈیم تصویری چوڑائی',
+ ],
+ 'medium_image_height' => [
+ 'name' => 'میڈیم امیج کی اونچائی',
+ ],
+ 'thumbnail_width' => [
+ 'name' => 'تھمب نیل چوڑائی',
+ ],
+ 'thumbnail_height' => [
+ 'name' => 'تھمب نیل اونچائی',
+ ],
+ 'add_canvas' => [
+ 'name' => 'کینوس شامل کریں',
+ ],
+ 'image_canvas_width' => [
+ 'name' => 'تصویری کینوس کی چوڑائی',
+ ],
+ 'image_canvas_height' => [
+ 'name' => 'تصویری کینوس کی اونچائی',
+ ],
+ 'watermark_type' => [
+ 'name' => 'واٹر مارک کی قسم',
+ ],
+ 'watermark_text' => [
+ 'name' => 'واٹر مارک ٹیکسٹ',
+ ],
+ 'watermark_image' => [
+ 'name' => 'واٹر مارک امیج',
+ ],
+ 'watermark_position' => [
+ 'name' => 'واٹر مارک پوزیشن',
+ ],
+ 'user_filter_limit' => [
+ 'name' => 'صارف کے فلٹر کی حد',
+ 'instructions' => 'ایڈمن پینل میں'
+ ],
+ 'show_breadcrumb_when_creating_ad' => [
+ 'name' => 'جب کوئی اشتہار بناتے ہو تو بریڈ کرمب دکھائیں',
+ ],
+ 'show_ads_count' => [
+ 'name' => 'اشتہارات کی گنتی دکھائیں',
+ 'instructions' => 'بائیں زمروں کی فہرست میں اشتہارات کی گنتی دکھائیں',
+ ],
+ 'ads_date_hidden' => [
+ 'name' => 'بنائی گئی تاریخ چھپائیں',
+ 'instructions' => 'تخلیق شدہ تاریخ کو اشتہارات کے تفصیل والے صفحے میں چھپائیں',
+ ],
+ 'hide_listing_header' => [
+ 'name' => 'لسٹنگ ہیڈر چھپائیں',
+ 'instructions' => 'ترتیب دینے اور دیکھنے کی اقسام کو چھپا رہا ہے',
+ ],
+ 'hide_filter_section' => [
+ 'name' => 'فلٹر سیکشن چھپائیں',
+ 'instructions' => 'صفحہ کے لسٹنگ میں بائیں فلٹر کے علاقے میں چھپا',
+ ],
+ 'hide_seller_info' => [
+ 'name' => 'بیچنے والے کی معلومات چھپائیں',
+ 'instructions' => 'اشتہارات کے تفصیل والے صفحے میں بیچنے والے انفو کو چھپا رہے ہیں',
+ ],
+ 'show_post_ad_agreement' => [
+ 'name' => 'پوسٹ اشتہار کا معاہدہ دکھائیں',
+ 'instructions' => 'اگر آپ اشتہار تخلیق کے صفحے پر رازداری کی پالیسی کا معاہدہ ظاہر کرنا چاہتے ہیں تو اسے آن کریں',
+ ],
+ 'override_text' => [
+ 'name' => 'متن کو اوور رائڈ کریں',
+ 'instructions' => 'پرانی قیمت: نیا ویلیو'
+ ],
+ 'steps_color' => [
+ 'name' => 'اقدامات رنگین',
+ 'instructions' => 'ترقی پسند اقدامات کا رنگ بدلتا ہے۔'
+ ],
+ 'create_ad_button_color' => [
+ 'name' => 'ایڈ بٹن کا رنگ بنائیں',
+ 'instructions' => 'نئے اشتہار کیٹیگری کا انتخاب ختم ہونے پر بٹن تبدیل ہوتا ہے۔'
+ ],
+ 'lang_switcher_for_browser' => [
+ 'name' => 'براؤزر کے لئے لینگ سوئچر',
+ 'instructions' => 'برائوزر کی زبان کو فعال زبان کے طور پر منتخب کرنے کی اجازت دیتا ہے'
+ ],
+ 'get_categories' => [
+ 'name' => 'زمرہ جات حاصل کریں',
+ 'instructions' => 'یہ ان زمروں کی نمائندگی کرتا ہے جن میں جی ای ٹی پراپرٹی درست ہوگی۔'
+ ],
+ 'watermark' => [
+ 'name' => 'واٹر مارک',
+ 'instructions' => 'کیا واٹر مارک سرگرم ہے؟'
+ ],
+ 'detailed_product_options' => [
+ 'name' => 'تفصیلی مصنوع کے اختیارات',
+ 'instructions' => 'آپ کو مصنوعات کے ل stock اسٹاک اور قیمت کی معلومات داخل کرنے کی اجازت دیتا ہے'
+ ],
+ 'show_subcats_mobile' => [
+ 'name' => 'موبائل ویو پر ذیلی زمرہ جات دکھائیں',
+ ],
+ 'show_price_to_members_only' => [
+ 'name' => 'صرف ممبروں کو قیمت دکھائیں',
+ ],
+ 'hide_ad_cat' => [
+ 'name' => 'زمرہ جات چھپائیں',
+ 'instructions' => 'اشتہارات کی فہرست میں زمرے چھپائیں'
+ ],
+ 'show_finish_and_publish_date' => [
+ 'name' => 'تخلیق کیلئے آخری تاریخ اور اشاعت کی تاریخ دکھائیں',
+ 'instructions' => 'اشتہار تخلیق کے صفحے پر پبلک_اٹ اور فائنل_اٹ فیلڈز دکھاتا ہے۔'
+ ],
+ 'show_tax_field' => [
+ 'name' => 'Show Tax Field',
+ 'instructions' => 'When this option is enabled, you can set the tax rate on the ad creation page.'
+ ],
+ 'hide_contact_created_at' => [
+ 'name' => 'Hide Contact Fields For in Create New Ad'
+ ]
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/ur/stream.php b/resources/default/addons/visiosoft/advs-module/lang/ur/stream.php
new file mode 100644
index 000000000..e5689e3cb
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/ur/stream.php
@@ -0,0 +1,37 @@
+ [
+ 'name' => 'ایڈز',
+ ],
+ 'categories' => [
+ 'name' => 'اقسام',
+ ],
+ 'village' => [
+ 'name' => 'گاؤں',
+ ],
+ 'custom_fields' => [
+ 'name' => 'کسٹم فیلڈز',
+ ],
+ 'custom_field_advs' => [
+ 'name' => 'کسٹم فیلڈ',
+ ],
+ 'cf_values' => [
+ 'name' => 'CF اقدار',
+ ],
+ 'options' => [
+ 'name' => 'اختیارات',
+ ],
+ 'product_options' => [
+ 'name' => 'مصنوع کے اختیارات',
+ ],
+ 'productoptions_value' => [
+ 'name' => 'اختیارات کی قیمت',
+ ],
+ 'option_configuration' => [
+ 'name' => 'تشکیل',
+ ],
+ 'status' => [
+ 'name' => 'حالت',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/ur/view.php b/resources/default/addons/visiosoft/advs-module/lang/ur/view.php
new file mode 100644
index 000000000..3d0aca9b2
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/ur/view.php
@@ -0,0 +1,6 @@
+ 'نامکمل',
+ 'advanced' => 'اعلی درجے کی',
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/vi/addon.php b/resources/default/addons/visiosoft/advs-module/lang/vi/addon.php
new file mode 100644
index 000000000..c488f588c
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/vi/addon.php
@@ -0,0 +1,8 @@
+ 'Quảng cáo',
+ 'name' => 'Mô-đun quảng cáo',
+ 'description' => 'Mô-đun quảng cáo',
+ 'info' => 'This is the screen where you can add, delete and edit ads from the Ads page. On this page, you can simply do the operations such as post management and ad configuration.'
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/vi/button.php b/resources/default/addons/visiosoft/advs-module/lang/vi/button.php
new file mode 100644
index 000000000..ef0a37df1
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/vi/button.php
@@ -0,0 +1,48 @@
+ 'Adv mới',
+ 'new_classified' => 'Mới được phân loại',
+ 'new_category' => 'Thể loại mới',
+ 'new_country' => 'Quốc gia mới',
+ 'new_city' => 'Thành phố mới',
+ 'new_district' => 'Quận mới',
+ 'new_neighborhood' => 'Khu phố mới',
+ 'new_village' => 'Ngôi làng mới',
+ 'edit' => "Biên tập",
+ 'approve' => "Phê duyệt",
+ 'decline' => 'Từ chối',
+ 'extend' => 'Mở rộng',
+ 'extend_all' => 'Mở rộng tất cả',
+ 'convert_currency' => 'Chuyển tiền tệ',
+ 'categories' => 'Thể loại',
+ 'sub_category' => 'Danh mục phụ',
+ 'add_sub_category' => 'Thêm danh mục phụ',
+ 'sub_cities' => 'Thành phố phụ',
+ 'add_sub_cities' => 'Thêm thành phố phụ',
+ 'add_sub_districts' => 'Thêm quận phụ',
+ 'add_sub_neighborhoods' => 'Thêm khu phố phụ',
+ 'add_sub_village' => 'Thêm làng phụ',
+ 'sub_districts' => 'Các quận phụ',
+ 'sub_neighborhoods' => 'Khu dân cư phụ',
+ 'sub_village' => 'Làng phụ',
+ 'general_settings' => 'Cài đặt chung',
+ 'save_category' => 'Lưu danh mục',
+ 'change_owner' => 'Chủ sở hữu thay đổi',
+ 'update_category' => [
+ 'name' => 'Cập nhật danh mục'
+ ],
+ 'new_option' => 'Tùy chọn mới',
+ 'export' => 'Xuất khẩu',
+ 'new_productoption' => 'Sản phẩm mới',
+ 'new_productoptions_value' => 'Giá trị tùy chọn sản phẩm mới',
+ 'new_options_configuration' => 'Cấu hình tùy chọn mới',
+ 'new_option_configuration' => 'Cấu hình tùy chọn mới',
+ 'create_configurations' => 'Tạo cấu hình',
+ 'replicate' => 'Nhân rộng',
+ 'fast_create' => 'Tạo nhanh',
+ 'publish' => 'Công bố',
+ 'import' => 'Nhập khẩu',
+ 'new_status' => 'Trạng thái mới',
+ 'fast_edit' => 'Chỉnh sửa nhanh',
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/vi/currency.php b/resources/default/addons/visiosoft/advs-module/lang/vi/currency.php
new file mode 100644
index 000000000..377adca52
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/vi/currency.php
@@ -0,0 +1,6 @@
+ 'Đô la',
+ 'EUR' => 'Euro',
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/vi/field.php b/resources/default/addons/visiosoft/advs-module/lang/vi/field.php
new file mode 100644
index 000000000..a31c9f59b
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/vi/field.php
@@ -0,0 +1,385 @@
+ [
+ 'name' => 'Tiêu đề'
+ ],
+ 'order' => [
+ 'name' => 'Đặt hàng'
+ ],
+ 'slug' => [
+ 'name' => 'Sên'
+ ],
+ 'parent_category' => [
+ 'name' => 'Cha mẹ'
+ ],
+ 'category' => [
+ 'name' => 'Tiêu đề danh mục'
+ ],
+ 'price' => [
+ 'name' => 'Giá bán'
+ ],
+ 'standard_price' => [
+ 'name' => 'Giá chuẩn'
+ ],
+ 'date' => [
+ 'name' => 'Ngày'
+ ],
+ 'photo' => [
+ 'name' => 'hình chụp'
+ ],
+ 'video' => [
+ 'name' => 'Video'
+ ],
+ 'map' => [
+ 'name' => 'Bản đồ'
+ ],
+ 'stock' => [
+ 'name' => 'cổ phần'
+ ],
+ 'advs_desc' => [
+ 'name' => 'Sự miêu tả'
+ ],
+ 'online_payment' => [
+ 'name' => 'Thanh toán trực tuyến'
+ ],
+ 'city' => [
+ 'name' => 'Thành phố'
+ ],
+ 'country' => [
+ 'name' => 'Quốc gia'
+ ],
+ 'district' => [
+ 'name' => 'Huyện'
+ ],
+ 'neighborhood' => [
+ 'name' => 'Khu vực lân cận'
+ ],
+ 'village' => [
+ 'name' => 'Làng'
+ ],
+ 'files' => [
+ 'name' => 'Hình ảnh'
+ ],
+ 'cat1' => [
+ 'name' => 'danh Mục chính'
+ ],
+ 'cat2' => [
+ 'name' => 'Tiểu mục 1'
+ ],
+ 'cat3' => [
+ 'name' => 'Tiểu mục 2'
+ ],
+ 'cat4' => [
+ 'name' => 'Tiểu mục 3'
+ ],
+ 'cat5' => [
+ 'name' => 'Tiểu mục 4'
+ ],
+ 'cat6' => [
+ 'name' => 'Tiểu mục 5'
+ ],
+ 'cat7' => [
+ 'name' => 'Tiểu mục 6'
+ ],
+ 'cat8' => [
+ 'name' => 'Danh mục phụ 7'
+ ],
+ 'cat9' => [
+ 'name' => 'Danh mục phụ 8'
+ ],
+ 'cat10' => [
+ 'name' => 'Danh mục phụ 9'
+ ],
+ 'currency' => [
+ 'name' => 'Tiền tệ'
+ ],
+ 'status' => [
+ 'name' => 'Trạng thái',
+ 'option' => [
+ 'approved' => 'Tán thành',
+ 'expired' => 'Đã hết hạn',
+ 'unpublished' => 'Chưa được công bố',
+ 'pending_admin' => 'Quản trị viên đang chờ xử lý',
+ 'pending_user' => 'Người dùng đang chờ xử lý'
+ ]
+ ],
+ 'pending_adv' => [
+ 'name' => 'Chưa được công bố'
+ ],
+ 'finish_at' => [
+ 'name' => 'Kết thúc tại'
+ ],
+ 'cover_photo' => [
+ 'name' => 'Ảnh bìa'
+ ],
+ 'favs_adv' => [
+ 'name' => 'Quảng cáo Fav'
+ ],
+ 'my_adv' => [
+ 'name' => 'ƯU ĐÃI'
+ ],
+ 'description' => 'Sự miêu tả',
+ 'explanation' => 'Giải trình',
+ 'type' => [
+ 'name' => 'Kiểu'
+ ],
+ 'parent_adv' => [
+ 'name' => 'Quảng cáo liên quan'
+ ],
+ 'value' => [
+ 'name' => 'Giá trị'
+ ],
+ 'list' => 'Danh sách',
+ 'home' => 'Trang Chủ',
+ 'list-page' => 'Danh sách trang',
+ 'search' => 'Tìm kiếm',
+ 'reset' => 'Reset',
+ 'recommended' => 'Quảng cáo được đề xuất cho bạn',
+ 'filter' => 'Bộ lọc',
+ 'sort' => 'Sắp xếp',
+ 'sort_by' => 'Sắp xếp theo',
+ 'pick_option' => 'Chọn một tùy chọn',
+ 'pick_ordering' => 'Đặt hàng',
+ 'price_high' => 'Giá từ cao đến thấp',
+ 'price_low' => 'Giá thấp đến cao',
+ 'newest' => 'Mới nhất',
+ 'oldest' => 'Cũ nhất',
+ 'address_a_z' => 'Địa chỉ (A đến Z)',
+ 'address_z_a' => 'Địa chỉ (Z đến A)',
+ 'categories' => [
+ 'name' => 'Thể loại'
+ ],
+ 'all_categories' => 'Tất cả danh mục',
+ 'location' => 'Vị trí',
+ 'send_message' => 'Gửi tin nhắn',
+ 'phone_gsm' => 'Điện thoại Gsm',
+ 'phone_office' => 'Điện thoại văn phòng',
+ 'add_to_favorites' => "Thêm vào mục yêu thích",
+ 'send' => 'Gửi',
+ 'search_name' => 'Tim kiêm tên',
+ 'my_favorite_searches' => 'Tìm kiếm yêu thích',
+ 'search_desc' => 'Bạn có thể thêm và quản lý các lựa chọn tìm kiếm yêu thích của bạn ở đây.',
+ 'complaint_placeholder' => 'Nhập chi tiết khiếu nại của bạn ở đây.',
+ 'show_details' => 'Hiển thị chi tiết',
+ 'ad_actions' => 'Hành động quảng cáo',
+ 'edit' => 'Biên tập',
+ 'approve' => 'Phê duyệt',
+ 'passive' => "Bị động",
+ 'sold' => 'Đã bán',
+ 'offered_by' => 'Được cung cấp bởi',
+ 'more_ads_by' => 'Thêm quảng cáo bởi',
+ 'click_phone' => 'Hiển thị số điện thoại',
+ 'share' => 'Chia sẻ',
+ 'report' => 'Báo cáo quảng cáo này',
+ 'features' => 'Đặc trưng',
+ "streetview" => "Quang cảnh đường phố",
+ 'recommended_ads' => 'Quảng cáo được đề xuất cho bạn',
+ 'new' => 'Mới',
+ 'short_info' => 'Thông tin ngắn',
+ 'secure_trading' => 'Giao dịch an toàn',
+ '24/7' => 'Hỗ trợ 24/7',
+ 'easy_trading' => 'Giao dịch dễ dàng',
+ 'need_help' => 'Cần giúp đỡ?',
+ 'give_a_call' => 'Gọi điện thoại',
+ 'message_sent' => 'Tin nhắn đã gửi!',
+ 'asap' => 'Tin nhắn được gửi, người bán sẽ liên lạc với bạn càng sớm càng tốt.',
+ 'ad_id' => 'Id quảng cáo',
+ 'contact_with' => 'Liên hệ với',
+ 'create_adv' => 'Tạo quảng cáo',
+ 'edit_adv' => 'Chỉnh sửa quảng cáo',
+ 'mandatory_fields' => 'Các trường bắt buộc',
+ 'ad_post' => 'Bài đăng quảng cáo',
+ 'sell_item' => 'Bán một mặt hàng hoặc dịch vụ',
+ 'search_save' => 'Tìm kiếm yêu thích đã lưu thành công',
+ 'address' => 'Địa chỉ',
+ 'email' => 'E-mail',
+ 'phone' => 'Điện thoại',
+ 'send_us_your_feedback' => 'Gửi cho chúng tôi Phản hồi của bạn',
+ 'online_shopping' => 'ĐƯỢC',
+ 'approved' => 'Phê duyệt thành công',
+ 'extended' => 'Mở rộng thành công',
+ 'declined' => 'Từ chối thành công',
+ 'search_on_map' => 'Tìm kiếm trên bản đồ',
+ 'post_free_ad' => 'Đăng quảng cáo miễn phí',
+ 'select_a_category' => 'Chọn một danh mục',
+ 'select_a_sub_category' => 'Chọn một danh mục con',
+ 'all_dopings_added' => 'Tất cả các loại doping được thêm vào cho quảng cáo này.',
+ 'is_get_adv' => [
+ 'name' => 'ĐƯỢC'
+ ],
+ 'corporate_info' => 'Thông tin doanh nghiệp',
+ 'featured_ads' => "Các bảng quảng cáo",
+ 'trending_ads' => 'Quảng cáo Trendind',
+ 'search_ad_result_prefix' => 'trên',
+ 'search_ad_result_text' => ': đếm quảng cáo được tìm thấy trong tìm kiếm : tên ',
+ 'search_ads_result_message' => [
+ 'name' => ': đếm quảng cáo được tìm thấy cho: tìm kiếm tên',
+ ],
+ 'total' => 'Toàn bộ',
+ 'quantity' => 'Định lượng',
+ 'view_cart' => 'Xem giỏ hàng',
+ 'no_ads' => 'Không tìm thấy quảng cáo.',
+ 'show_display_mode' => [
+ 'map' => 'Bản đồ',
+ 'list' => 'Danh sách',
+ ],
+ 'advs_list_table_thead' => [
+ 'name' => 'Tên quảng cáo',
+ 'price' => 'Giá bán',
+ 'publish_at' => 'Ngày quảng cáo',
+ 'location_city' => 'Thành phố',
+ 'location_country' => 'Quốc gia',
+ ],
+ 'show_list_view' => [
+ 'name' => 'Danh sách',
+ ],
+ 'show_table_view' => [
+ 'name' => 'Bàn',
+ ],
+ 'showcase' => [
+ 'name' => 'Trưng bày',
+ ],
+ 'new_ad' => [
+ 'name' => 'Quảng cáo mới',
+ ],
+ 'profile' => [
+ 'name' => 'Hồ sơ',
+ ],
+ 'my_ads' => [
+ 'name' => 'Quảng cáo của tôi',
+ ],
+ 'sold_out' => [
+ 'name' => 'Bán hết',
+ ],
+ 'edit_category' => 'Chỉnh sửa danh mục',
+ 'set_category' => 'Đặt danh mục',
+ 'max' => [
+ 'name' => 'Tối đa',
+ ],
+ 'min' => [
+ 'name' => 'Tối thiểu',
+ ],
+ 'in_the_last_24_hours' => [
+ 'name' => 'Trong 24 giờ qua'
+ ],
+ 'in_the_last_day' => [
+ 'name' => 'Trong 24 giờ qua'
+ ],
+ 'in_the_last_week' => [
+ 'name' => 'Trong tuần trước'
+ ],
+ 'in_the_last_month' => [
+ 'name' => 'Trong tháng cuối cùng'
+ ],
+ 'ads_with_photo' => [
+ 'name' => 'Quảng cáo với hình ảnh'
+ ],
+ 'ads_with_video' => [
+ 'name' => 'Quảng cáo với video'
+ ],
+ 'yes' => [
+ 'name' => 'Đúng'
+ ],
+ 'no' => [
+ 'name' => 'Không'
+ ],
+ 'is_system' => [
+ 'name' => 'Là hệ thống',
+ 'instructions' => 'Trạng thái hệ thống là bắt buộc và không được thay đổi',
+ ],
+ 'user_access' => [
+ 'name' => 'Người dùng truy cập',
+ 'instructions' => 'Người dùng có thể sử dụng trạng thái này trên quảng cáo của mình không?',
+ ],
+ "no_location" => "Không có địa điểm được chọn.",
+ "continue" => 'Tiếp tục',
+ "gallery" => 'Bộ sưu tập',
+ "ad" => 'Ad',
+ "ads" => 'Quảng cáo',
+ "were_found" => 'đã được tìm thấy.',
+
+ // Pending screen
+ 'pending_message_1' => 'Quảng cáo đang trong quá trình phê duyệt',
+ 'pending_message_2' => "Ngày cập nhật của quảng cáo",
+ 'pending_message_3' => 'Thời gian chờ đợi dự kiến',
+ 'pending_message_4' => 'Thời gian dành cho quá trình phê duyệt sẽ được thêm vào thời gian pha tạp.',
+ 'pending_message_5' => 'Không có giao dịch nào có thể được thực hiện từ trung tâm cuộc gọi liên quan đến quảng cáo trong quá trình phê duyệt.',
+ 'hours' => 'giờ',
+
+ // Preview page
+ 'preview_text' => [
+ 'part_1' => 'Nếu thông tin sau về quảng cáo của bạn là chính xác, hãy nhấp vào nút "Tiếp tục" và chuyển sang bước tiếp theo.',
+ 'part_2' => 'Nếu không, nhấp vào nút "Chỉnh sửa".',
+ ],
+ 'views' => 'Lượt xem',
+
+ // Detail page
+ "no_street_view" => "Không có hình ảnh xem đường phố ở vị trí này",
+ 'edit_my_contact_info' => 'Chỉnh sửa thông tin liên lạc của tôi',
+ 'update_my_contact_info' => 'cập nhật thông tin liên lạc của tôi',
+ 'contact_info' => 'Thông tin liên lạc',
+ 'ad_info' => 'Thông tin quảng cáo',
+
+ // Select cat
+ 'select_category_step_by_step' => 'Chọn danh mục từng bước',
+
+ // New create page
+ 'options' => 'Tùy chọn',
+ 'category_selection' => 'Lựa chọn danh mục',
+ 'listing_details' => 'Chi tiết danh sách',
+ 'preview' => 'Xem trước',
+ 'congratulations' => 'Xin chúc mừng',
+ 'ad_desc' => 'mô tả quảng cáo',
+ 'upload_photos' => 'Tải ảnh lên',
+ 'upload_files' => 'Tải lên tệp',
+ 'additional_fields' => 'các trường bổ sung',
+ 'ad_location' => 'Vị trí Quảng cáo',
+ 'owner' => 'Chủ nhân',
+ 'default_owner_instruction' => 'Chủ sở hữu sẽ mặc định là người dùng hiện tại nếu không có người dùng nào được chọn',
+ 'create_page_subtitle' => 'Tạo quảng cáo hoàn hảo bằng cách nhập thông tin chi tiết về quảng cáo của bạn.',
+ 'with_my_phone_numbers' => 'With my phone numbers',
+ 'not_with_my_phone_numbers' => "I don't want to be reached by phone",
+ 'how_can_you_be_contacted' => "How can you be contacted?",
+
+ // Listing page
+ 'ad_title' => 'Tiêu đề quảng cáo',
+ 'listing_date' => 'Ngày niêm yết',
+ 'view' => 'Lượt xem',
+ 'ads_with_map' => 'Quảng cáo có Bản đồ',
+ 'advanced_sorting' => 'Sắp xếp nâng cao',
+ 'filter_by_word' => 'Lọc theo từ',
+ 'filter_by' => 'Lọc theo: tên',
+
+ 'free' => 'Miễn phí',
+ 'ad_date' => 'Ngày quảng cáo',
+ 'photo_video' => 'Ảnh, Video',
+ 'and_above' => 'trở lên',
+ 'and_below' => 'và dưới đây',
+ 'clear_all' => 'Làm sạch tất cả',
+ 'balances' => 'Cân bằng',
+ 'packages' => 'Các gói',
+ 'dopings' => 'Liều lượng',
+ 'advs' => 'Lời khuyên',
+ 'site' => 'Địa điểm',
+ 'subscription' => 'Đăng ký',
+ 'created' => 'Tạo',
+ 'product_option' => [
+ 'name' => 'Tùy chọn sản phẩm'
+ ],
+ 'option_json' => [
+ 'name' => 'Lựa chọn'
+ ],
+ 'old_price' => [
+ 'name' => 'Giá cũ'
+ ],
+ 'save_search' => 'Lưu tìm kiếm',
+ 'publish_at' => [
+ 'name' => 'Ngày xuất bản'
+ ],
+ 'tax' => [
+ 'name' => 'Tax'
+ ],
+ 'name_a_z' => 'Name (A to Z)',
+ 'name_z_a' => 'Name (Z to A)',
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/vi/message.php b/resources/default/addons/visiosoft/advs-module/lang/vi/message.php
new file mode 100644
index 000000000..d72408453
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/vi/message.php
@@ -0,0 +1,35 @@
+ 'Sản phẩm được yêu cầu hiện đang thiếu hoặc không hoạt động',
+ 'please_payment' => 'Vui long thanh toan',
+ 'bank_account_info' => 'Thông tin tài khoản ngân hàng',
+ 'agreement' => 'Bằng cách nhấp vào Bài đăng, bạn đồng ý với Điều khoản sử dụng và Chính sách quyền riêng tư của chúng tôi thừa nhận rằng bạn là chủ sở hữu hợp pháp của mặt hàng này.',
+ 'update_category_msg' => 'Các danh mục phân loại sẽ được cập nhật.',
+ 'updated_category_msg' => 'Thể loại được chỉnh sửa thành công.',
+ 'create_ad_with_post_cat' => [
+ 'title' => "Lựa chọn danh mục đã được hoàn thành.",
+ 'success' => true,
+ 'continueBtn' => "Tiếp tục",
+ ],
+ 'update_category_info' => 'Vui lòng cập nhật danh mục.',
+ 'filter_by_search_msg' => 'Lọc theo tìm kiếm.',
+ 'delete_author_error' => 'Bạn không thể xóa một bài viết không thuộc về bạn',
+ 'success_delete' => 'Đã xóa quảng cáo',
+ 'pending_ad_status' => 'Quảng cáo của bạn đang chờ biên tập viên phê duyệt.',
+ 'extended' => ': số quảng cáo (s) đã được mở rộng thành công.',
+ 'category_not_exist' => 'Thể loại này không tồn tại nữa!',
+ 'currency_converted' => 'Chuyển đổi tiền tệ thành công.',
+ 'choose_user' => 'Chọn người dùng',
+ 'owner_updated_successfully' => 'Chủ sở hữu đã được cập nhật thành công!',
+ 'no_add_found' => 'Không tìm thấy quảng cáo!',
+ 'replicated_success' => 'Quảng cáo đã được nhân rộng thành công!',
+ 'ad_doesnt_exist' => "Quảng cáo này không tồn tại!",
+ 'select_location_error' => "Vui lòng chọn một vị trí trên bản đồ!",
+ 'this_ad_is_not_valid_anymore' => "Quảng cáo này không hợp lệ nữa!",
+ 'approve_status_change' => "Trạng thái Quảng cáo của Bạn Đã được Đặt thành Hoạt động!",
+ 'passive_status_change' => "Trạng thái quảng cáo của bạn đã được đặt thành bị động!",
+ 'sold_status_change' => "Trạng thái quảng cáo của bạn đã được đặt thành bán!",
+ 'status_change' => "Trạng thái Quảng cáo của Bạn Đã được Đặt thành: trạng thái!",
+ 'disabled_detailed_options_for_admin_role' => "Tùy chọn sản phẩm chi tiết bị vô hiệu hóa.",
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/vi/permission.php b/resources/default/addons/visiosoft/advs-module/lang/vi/permission.php
new file mode 100644
index 000000000..993c8d82a
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/vi/permission.php
@@ -0,0 +1,108 @@
+ [
+ 'name' => 'Quảng cáo',
+ 'option' => [
+ 'read' => 'Có thể đọc quảng cáo?',
+ 'write' => 'Có thể tạo / chỉnh sửa quảng cáo?',
+ 'delete' => 'Có thể xóa quảng cáo?',
+ ],
+ ],
+ 'categories' => [
+ 'name' => 'Thể loại',
+ 'option' => [
+ 'read' => 'Có thể đọc chuyên mục?',
+ 'write' => 'Có thể tạo / chỉnh sửa danh mục?',
+ 'delete' => 'Có thể xóa danh mục?',
+ ],
+ ],
+ 'village' => [
+ 'name' => 'Làng',
+ 'option' => [
+ 'read' => 'Có đọc được làng không?',
+ 'write' => 'Có thể tạo / chỉnh sửa làng?',
+ 'delete' => 'Có thể xóa làng?',
+ ],
+ ],
+ 'custom_fields' => [
+ 'name' => 'Trường tùy chỉnh',
+ 'option' => [
+ 'read' => 'Có thể đọc các lĩnh vực tùy chỉnh?',
+ 'write' => 'Có thể tạo / chỉnh sửa các trường tùy chỉnh?',
+ 'delete' => 'Có thể xóa các trường tùy chỉnh?',
+ ],
+ ],
+ 'custom_field_advs' => [
+ 'name' => 'Quảng cáo trường tùy chỉnh',
+ 'option' => [
+ 'read' => 'Có thể đọc quảng cáo trường tùy chỉnh?',
+ 'write' => 'Có thể tạo / chỉnh sửa quảng cáo trường tùy chỉnh không?',
+ 'delete' => 'Có thể xóa quảng cáo trường tùy chỉnh?',
+ ],
+ ],
+ 'cf_values' => [
+ 'name' => 'Giá trị Cf',
+ 'option' => [
+ 'read' => 'Có thể đọc giá trị cf không?',
+ 'write' => 'Có thể tạo / chỉnh sửa giá trị cf không?',
+ 'delete' => 'Có thể xóa các giá trị cf?',
+ ],
+ ],
+ 'options' => [
+ 'name' => 'Tùy chọn',
+ 'option' => [
+ 'read' => 'Có thể đọc các tùy chọn?',
+ 'write' => 'Có thể tạo / chỉnh sửa các tùy chọn?',
+ 'delete' => 'Có thể xóa các tùy chọn?',
+ ],
+ ],
+ 'productoptions' => [
+ 'name' => 'Sản phẩm',
+ 'option' => [
+ 'read' => 'Có thể đọc các danh sách sản phẩm?',
+ 'write' => 'Có thể tạo / chỉnh sửa các lựa chọn sản phẩm không?',
+ 'delete' => 'Có thể xóa các tùy chọn sản phẩm?',
+ ],
+ ],
+ 'productoptions_value' => [
+ 'name' => 'Giá trị sản phẩm',
+ 'option' => [
+ 'read' => 'Có thể đọc giá trị productoptions không?',
+ 'write' => 'Có thể tạo / chỉnh sửa giá trị productoptions không?',
+ 'delete' => 'Có thể xóa giá trị productoptions không?',
+ ],
+ ],
+ 'options_configuration' => [
+ 'name' => 'Cấu hình tùy chọn',
+ 'option' => [
+ 'read' => 'Có thể đọc cấu hình tùy chọn?',
+ 'write' => 'Có thể tạo / chỉnh sửa cấu hình tùy chọn?',
+ 'delete' => 'Có thể xóa cấu hình tùy chọn?',
+ ],
+ ],
+ 'option_configuration' => [
+ 'name' => 'Cấu hình tùy chọn',
+ 'option' => [
+ 'read' => 'Có thể đọc cấu hình tùy chọn?',
+ 'write' => 'Có thể tạo / chỉnh sửa cấu hình tùy chọn?',
+ 'delete' => 'Có thể xóa cấu hình tùy chọn?',
+ ],
+ ],
+ 'option_configuration' => [
+ 'name' => 'Cấu hình tùy chọn',
+ 'option' => [
+ 'read' => 'Có thể đọc cấu hình tùy chọn?',
+ 'write' => 'Có thể tạo / chỉnh sửa cấu hình tùy chọn?',
+ 'delete' => 'Có thể xóa cấu hình tùy chọn?',
+ ],
+ ],
+ 'status' => [
+ 'name' => 'Trạng thái',
+ 'option' => [
+ 'read' => 'Có thể đọc trạng thái?',
+ 'write' => 'Có thể tạo / chỉnh sửa trạng thái không?',
+ 'delete' => 'Có thể xóa trạng thái?',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/vi/section.php b/resources/default/addons/visiosoft/advs-module/lang/vi/section.php
new file mode 100644
index 000000000..a6e4b9b91
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/vi/section.php
@@ -0,0 +1,64 @@
+ [
+ 'title' => 'Quảng cáo',
+ ],
+ 'categories' => [
+ 'title' => 'Thể loại',
+ ],
+ 'countries' => [
+ 'title' => 'Quốc gia',
+ ],
+ 'cities' => [
+ 'title' => 'Các thành phố',
+ ],
+ 'districts' => [
+ 'title' => 'Quận',
+ ],
+ 'neighborhoods' => [
+ 'title' => 'Vùng lân cận',
+ ],
+ 'village' => [
+ 'title' => 'Làng',
+ ],
+ 'custom_fields' => [
+ 'title' => 'Trường tùy chỉnh',
+ ],
+ 'custom_field_advs' => [
+ 'title' => 'Quảng cáo trường tùy chỉnh',
+ ],
+ 'cf_values' => [
+ 'title' => 'Giá trị Cf',
+ ],
+ 'fields' => [
+ 'title' => 'Trường tùy chỉnh'
+ ],
+ 'assets_clear' => [
+ 'name' => 'Tài sản rõ ràng'
+ ],
+ 'general' => 'Chung',
+ 'ads' => 'Quảng cáo',
+ 'user' => 'Người dùng',
+ 'filter' => 'Bộ lọc',
+ 'create_ad' => 'Tạo quảng cáo',
+ 'options' => [
+ 'title' => 'Tùy chọn',
+ ],
+ 'ads_image' => 'Hình ảnh Quảng cáo',
+ 'product_options' => [
+ 'title' => 'Tùy chọn',
+ ],
+ 'productoptions_value' => [
+ 'title' => 'Giá trị tùy chọn',
+ ],
+ 'option_configuration' => [
+ 'title' => 'Cấu hình',
+ ],
+ 'translations' => 'Bản dịch',
+ 'status' => [
+ 'title' => 'Trạng thái',
+ ],
+ 'ads_detail' => 'Chi tiết Quảng cáo',
+
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/vi/setting.php b/resources/default/addons/visiosoft/advs-module/lang/vi/setting.php
new file mode 100644
index 000000000..5efd56222
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/vi/setting.php
@@ -0,0 +1,286 @@
+ [
+ 'name' => 'Tự động phê duyệt',
+ ],
+ 'default_view_type' => [
+ 'name' => 'Kiểu xem mặc định',
+ ],
+ 'hide_zero_price' => [
+ 'name' => 'Ẩn giá nếu không',
+ 'instructions' => 'Ẩn giá nếu giá quảng cáo là 0',
+ ],
+ 'estimated_pending_time' => [
+ 'name' => 'Thời gian chờ xử lý',
+ 'instructions' => 'Trong giờ',
+ ],
+ 'default_published_time' => [
+ 'name' => 'Thời gian xuất bản mặc định',
+ ],
+ 'address' => [
+ 'name' => 'Địa chỉ liên lạc',
+ ],
+ 'phone' => [
+ 'name' => 'Điện thoại liên hệ',
+ ],
+ 'favicon' => [
+ 'name' => 'Favicon',
+ ]
+ , 'map_coordinates_long' => [
+ 'name' => 'Bản đồ tọa độ dài',
+ ],
+ 'map_coordinates_lat' => [
+ 'name' => 'Bản đồ tọa độ Lat',
+ ],
+ 'iban_numbers' => [
+ 'name' => 'IBAN',
+ ],
+ 'logo' => [
+ 'name' => 'Logo',
+ ],
+ 'ogImage' => [
+ 'name' => 'Logo chia sẻ xã hội',
+ 'warning' => 'Nó phải ở độ phân giải 1200 x 630. ',
+
+ ],
+ 'currencies' => [
+ 'name' => 'Tiền tệ hoạt động',
+ ],
+ 'latest-limit' => [
+ 'name' => 'Giới hạn mới nhất',
+ ],
+ 'site_address' => [
+ 'name' => 'Địa chỉ trang web',
+ 'warning' => 'Tự động thêm www. www.sitename.com ',
+ ],
+ 'google_map_key' => [
+ 'name' => 'Khóa bản đồ Google',
+ ],
+
+ 'default_country' => [
+ 'name' => 'Quốc gia quảng cáo mặc định',
+ ],
+ 'hide_price_categories' => [
+ 'name' => 'Ẩn giá trên danh mục',
+ 'instructions' => 'Giá sẽ bị ẩn khi bạn tạo quảng cáo hoặc xem quảng cáo trong các danh mục này.'
+ ],
+ 'free_currencyconverterapi_key' => [
+ 'name' => 'Khóa API chuyển đổi tiền tệ'
+ ],
+ 'default_city' => [
+ 'name' => 'Thành phố quảng cáo mặc định',
+ ],
+ 'default_district' => [
+ 'name' => 'Quận quảng cáo mặc định',
+ ],
+ 'default_neighborhood' => [
+ 'name' => 'Vùng lân cận quảng cáo mặc định',
+ ],
+ 'default_currency' => [
+ 'name' => 'Tiền tệ quảng cáo mặc định',
+ ],
+ 'default_GET' => [
+ 'name' => 'Quảng cáo mặc định NHẬN',
+ ],
+ 'twitter' => [
+ 'name' => 'Twitter',
+ ],
+ 'facebook' => [
+ 'name' => 'Facebook',
+ ],
+ 'youtube' => [
+ 'name' => 'Youtube',
+ ],
+ 'google' => [
+ 'name' => 'Google',
+ ],
+ 'listing_page_image' => [
+ 'name' => 'Danh sách trang hình ảnh',
+ ],
+ 'hide_standard_price_field' => [
+ 'name' => 'Ẩn trường giá chuẩn',
+ ],
+ 'hide_options_field' => [
+ 'name' => 'Ẩn trường tùy chọn',
+ ],
+ 'hide_village_field' => [
+ 'name' => 'Ẩn ruộng làng',
+ ],
+ 'hide_configurations' => [
+ 'name' => 'Ẩn nút cấu hình',
+ 'instructions' => 'Ẩn nút Cấu hình trong Trang Xem trước Quảng cáo',
+ ],
+ 'make_all_fields_required' => [
+ 'name' => 'Đặt tất cả các trường là bắt buộc',
+ 'instructions' => 'Yêu cầu người dùng điền vào các trường Giá và Mô tả khi tạo quảng cáo',
+ ],
+ 'make_map_required' => [
+ 'name' => 'Đặt bản đồ là bắt buộc',
+ 'instructions' => 'Yêu cầu người dùng ghim trên bản đồ khi tạo quảng cáo',
+ ],
+ 'hide_listing_standard_price' => [
+ 'name' => 'Ẩn giá chuẩn của danh sách',
+ ],
+ 'enabled_currencies' => [
+ 'name' => 'Tiền tệ được kích hoạt',
+ ],
+ 'google_statistic_code' => [
+ 'name' => 'Mã thống kê Google',
+ ],
+ 'register_email_field' => [
+ 'name' => 'Yêu cầu email đăng ký thành viên',
+ ],
+ 'market_place' => [
+ 'name' => 'Thương trường',
+ 'instructions' => 'If the marketplace is down, your site will act as ecommerce. For example,
+ some fields in the profile such as ads, dopings, messages, sale, packages and store are not visible and
+ removes corporate membership.'
+ ],
+ 'price_area_hidden' => [
+ 'name' => 'Vùng giá bị ẩn',
+ ],
+ 'hide_price_filter' => [
+ 'name' => 'Ẩn bộ lọc giá',
+ ],
+ 'hide_date_filter' => [
+ 'name' => 'Ẩn Bộ lọc Ngày',
+ ],
+ 'hide_photo_filter' => [
+ 'name' => 'Ẩn bộ lọc ảnh',
+ ],
+ 'hide_map_filter' => [
+ 'name' => 'Ẩn bộ lọc bản đồ',
+ ],
+ 'show_lang_url' => [
+ 'name' => 'Hiển thị Tham số Lang cho URL',
+ ],
+ 'popular_ads_limit' => [
+ 'name' => 'Giới hạn Quảng cáo Phổ biến',
+ ],
+
+ //Image
+
+ 'image_resize_backend' => [
+ 'name' => 'Phần phụ trợ thay đổi kích thước hình ảnh',
+ ],
+ 'full_image_width' => [
+ 'name' => 'Chiều rộng hình ảnh đầy đủ',
+ ],
+ 'full_image_height' => [
+ 'name' => 'Chiều cao toàn ảnh',
+ ],
+ 'medium_image_width' => [
+ 'name' => 'Chiều rộng hình ảnh trung bình',
+ ],
+ 'medium_image_height' => [
+ 'name' => 'Chiều cao hình ảnh trung bình',
+ ],
+ 'thumbnail_width' => [
+ 'name' => 'Chiều rộng hình thu nhỏ',
+ ],
+ 'thumbnail_height' => [
+ 'name' => 'Chiều cao hình thu nhỏ',
+ ],
+ 'add_canvas' => [
+ 'name' => 'Thêm Canvas',
+ ],
+ 'image_canvas_width' => [
+ 'name' => 'Chiều rộng canvas hình ảnh',
+ ],
+ 'image_canvas_height' => [
+ 'name' => 'Chiều cao canvas hình ảnh',
+ ],
+ 'watermark_type' => [
+ 'name' => 'Loại hình mờ',
+ ],
+ 'watermark_text' => [
+ 'name' => 'Văn bản thủy ấn',
+ ],
+ 'watermark_image' => [
+ 'name' => 'Hình mờ',
+ ],
+ 'watermark_position' => [
+ 'name' => 'Vị trí hình mờ',
+ ],
+ 'user_filter_limit' => [
+ 'name' => 'Giới hạn Bộ lọc Người dùng',
+ 'instructions' => 'Trong bảng quản trị'
+ ],
+ 'show_breadcrumb_when_creating_ad' => [
+ 'name' => 'Hiển thị Breadcrumb Khi Tạo Quảng cáo',
+ ],
+ 'show_ads_count' => [
+ 'name' => 'Hiển thị Số lượng Quảng cáo',
+ 'instructions' => 'Số lượng quảng cáo hiển thị trên danh sách danh mục bên trái',
+ ],
+ 'ads_date_hidden' => [
+ 'name' => 'Ẩn ngày tạo',
+ 'instructions' => 'Ẩn ngày tạo trong trang chi tiết quảng cáo',
+ ],
+ 'hide_listing_header' => [
+ 'name' => 'Ẩn tiêu đề danh sách',
+ 'instructions' => 'Ẩn để đặt hàng và xem các loại',
+ ],
+ 'hide_filter_section' => [
+ 'name' => 'Ẩn phần bộ lọc',
+ 'instructions' => 'Ẩn vùng lọc bên trái trong trang danh sách',
+ ],
+ 'hide_seller_info' => [
+ 'name' => 'Ẩn thông tin người bán',
+ 'instructions' => 'Ẩn thông tin người bán trong trang chi tiết quảng cáo',
+ ],
+ 'show_post_ad_agreement' => [
+ 'name' => 'Hiển thị Thỏa thuận Quảng cáo Đăng',
+ 'instructions' => 'Bật tính năng này nếu bạn muốn hiển thị thỏa thuận chính sách bảo mật trên trang tạo quảng cáo',
+ ],
+ 'override_text' => [
+ 'name' => 'Ghi đè văn bản',
+ 'instructions' => 'Giá trị cũ: Giá trị mới'
+ ],
+ 'steps_color' => [
+ 'name' => 'Các bước màu',
+ 'instructions' => 'Thay đổi màu của các bước tiến bộ.'
+ ],
+ 'create_ad_button_color' => [
+ 'name' => 'Tạo màu nút quảng cáo',
+ 'instructions' => 'Thay đổi nút hiển thị khi quá trình lựa chọn danh mục quảng cáo mới hoàn tất.'
+ ],
+ 'lang_switcher_for_browser' => [
+ 'name' => 'Lang Switcher cho trình duyệt',
+ 'instructions' => 'Cho phép bạn chọn ngôn ngữ trình duyệt làm ngôn ngữ hoạt động'
+ ],
+ 'get_categories' => [
+ 'name' => 'NHẬN danh mục',
+ 'instructions' => 'Nó đại diện cho các danh mục mà thuộc tính GET sẽ hợp lệ.'
+ ],
+ 'watermark' => [
+ 'name' => 'Chữ ký ảnh',
+ 'instructions' => 'Hình mờ có hoạt động không?'
+ ],
+ 'detailed_product_options' => [
+ 'name' => 'Tùy chọn sản phẩm chi tiết',
+ 'instructions' => 'Cho phép bạn nhập thông tin hàng tồn kho và giá cả cho sản phẩm'
+ ],
+ 'show_subcats_mobile' => [
+ 'name' => 'Hiển thị các danh mục phụ trên chế độ xem trên thiết bị di động',
+ ],
+ 'show_price_to_members_only' => [
+ 'name' => 'Chỉ hiển thị giá cho thành viên',
+ ],
+ 'hide_ad_cat' => [
+ 'name' => 'Ẩn danh mục',
+ 'instructions' => 'Ẩn danh mục trong danh sách quảng cáo'
+ ],
+ 'show_finish_and_publish_date' => [
+ 'name' => 'Hiển thị ngày kết thúc và ngày xuất bản để tạo',
+ 'instructions' => 'Hiển thị các trường Publishing_at và finish_at trên trang tạo quảng cáo.'
+ ],
+ 'show_tax_field' => [
+ 'name' => 'Show Tax Field',
+ 'instructions' => 'When this option is enabled, you can set the tax rate on the ad creation page.'
+ ],
+ 'hide_contact_created_at' => [
+ 'name' => 'Hide Contact Fields For in Create New Ad'
+ ]
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/vi/stream.php b/resources/default/addons/visiosoft/advs-module/lang/vi/stream.php
new file mode 100644
index 000000000..51e4aa702
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/vi/stream.php
@@ -0,0 +1,37 @@
+ [
+ 'name' => 'Advs',
+ ],
+ 'categories' => [
+ 'name' => 'Thể loại',
+ ],
+ 'village' => [
+ 'name' => 'Làng',
+ ],
+ 'custom_fields' => [
+ 'name' => 'Trường tùy chỉnh',
+ ],
+ 'custom_field_advs' => [
+ 'name' => 'Tùy chỉnh trường adv',
+ ],
+ 'cf_values' => [
+ 'name' => 'Giá trị Cf',
+ ],
+ 'options' => [
+ 'name' => 'Tùy chọn',
+ ],
+ 'product_options' => [
+ 'name' => 'Tùy chọn sản phẩm',
+ ],
+ 'productoptions_value' => [
+ 'name' => 'Giá trị tùy chọn',
+ ],
+ 'option_configuration' => [
+ 'name' => 'Cấu hình',
+ ],
+ 'status' => [
+ 'name' => 'Trạng thái',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/vi/view.php b/resources/default/addons/visiosoft/advs-module/lang/vi/view.php
new file mode 100644
index 000000000..7931e24d3
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/vi/view.php
@@ -0,0 +1,6 @@
+ 'Chưa xong',
+ 'advanced' => 'Nâng cao',
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/zh/addon.php b/resources/default/addons/visiosoft/advs-module/lang/zh/addon.php
new file mode 100644
index 000000000..484375c8b
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/zh/addon.php
@@ -0,0 +1,8 @@
+ '广告',
+ 'name' => '广告模块',
+ 'description' => '广告模块',
+ 'info' => 'This is the screen where you can add, delete and edit ads from the Ads page. On this page, you can simply do the operations such as post management and ad configuration.'
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/zh/button.php b/resources/default/addons/visiosoft/advs-module/lang/zh/button.php
new file mode 100644
index 000000000..1f0ad5610
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/zh/button.php
@@ -0,0 +1,48 @@
+ '新分类',
+ 'new_classified' => '新分类',
+ 'new_category' => '新类别',
+ 'new_country' => '新国家',
+ 'new_city' => '新城市',
+ 'new_district' => '新区',
+ 'new_neighborhood' => '新邻居',
+ 'new_village' => '新村',
+ 'edit' => "编辑",
+ 'approve' => "批准",
+ 'decline' => '下降',
+ 'extend' => '延伸',
+ 'extend_all' => '全部延伸',
+ 'convert_currency' => '转换货币',
+ 'categories' => '分类目录',
+ 'sub_category' => '子类别',
+ 'add_sub_category' => '添加子类别',
+ 'sub_cities' => '子城市',
+ 'add_sub_cities' => '添加子城市',
+ 'add_sub_districts' => '添加分区',
+ 'add_sub_neighborhoods' => '添加子社区',
+ 'add_sub_village' => '添加子村',
+ 'sub_districts' => '分区',
+ 'sub_neighborhoods' => '子社区',
+ 'sub_village' => '子村',
+ 'general_settings' => '常规设置',
+ 'save_category' => '保存类别',
+ 'change_owner' => '变更拥有者',
+ 'update_category' => [
+ 'name' => '更新类别'
+ ],
+ 'new_option' => '新选择',
+ 'export' => '出口',
+ 'new_productoption' => '新产品选择',
+ 'new_productoptions_value' => '新产品期权价值',
+ 'new_options_configuration' => '新选件配置',
+ 'new_option_configuration' => '新选件配置',
+ 'create_configurations' => '创建配置',
+ 'replicate' => '复制',
+ 'fast_create' => '快速创建',
+ 'publish' => '发布',
+ 'import' => '进口',
+ 'new_status' => '新状态',
+ 'fast_edit' => '快速编辑',
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/zh/currency.php b/resources/default/addons/visiosoft/advs-module/lang/zh/currency.php
new file mode 100644
index 000000000..fbc23e312
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/zh/currency.php
@@ -0,0 +1,6 @@
+ '美元',
+ 'EUR' => '欧元',
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/zh/field.php b/resources/default/addons/visiosoft/advs-module/lang/zh/field.php
new file mode 100644
index 000000000..871baf963
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/zh/field.php
@@ -0,0 +1,385 @@
+ [
+ 'name' => '标题'
+ ],
+ 'order' => [
+ 'name' => '订购'
+ ],
+ 'slug' => [
+ 'name' => 'ug'
+ ],
+ 'parent_category' => [
+ 'name' => '父母'
+ ],
+ 'category' => [
+ 'name' => '分类标题'
+ ],
+ 'price' => [
+ 'name' => '价钱'
+ ],
+ 'standard_price' => [
+ 'name' => '标准价'
+ ],
+ 'date' => [
+ 'name' => '日期'
+ ],
+ 'photo' => [
+ 'name' => '照片'
+ ],
+ 'video' => [
+ 'name' => '视频'
+ ],
+ 'map' => [
+ 'name' => '地图'
+ ],
+ 'stock' => [
+ 'name' => '股票'
+ ],
+ 'advs_desc' => [
+ 'name' => '描述'
+ ],
+ 'online_payment' => [
+ 'name' => '网上支付'
+ ],
+ 'city' => [
+ 'name' => '市'
+ ],
+ 'country' => [
+ 'name' => '国家'
+ ],
+ 'district' => [
+ 'name' => '区'
+ ],
+ 'neighborhood' => [
+ 'name' => '邻里'
+ ],
+ 'village' => [
+ 'name' => '村'
+ ],
+ 'files' => [
+ 'name' => '图片'
+ ],
+ 'cat1' => [
+ 'name' => '主分类'
+ ],
+ 'cat2' => [
+ 'name' => '子类别1'
+ ],
+ 'cat3' => [
+ 'name' => '子类别2'
+ ],
+ 'cat4' => [
+ 'name' => '子类别3'
+ ],
+ 'cat5' => [
+ 'name' => '子类别4'
+ ],
+ 'cat6' => [
+ 'name' => '子类别5'
+ ],
+ 'cat7' => [
+ 'name' => '子类别6'
+ ],
+ 'cat8' => [
+ 'name' => '子类别7'
+ ],
+ 'cat9' => [
+ 'name' => '子类别8'
+ ],
+ 'cat10' => [
+ 'name' => '子类别9'
+ ],
+ 'currency' => [
+ 'name' => '货币'
+ ],
+ 'status' => [
+ 'name' => '状态',
+ 'option' => [
+ 'approved' => '已批准',
+ 'expired' => '已过期',
+ 'unpublished' => '未发表',
+ 'pending_admin' => '待处理管理员',
+ 'pending_user' => '待处理的用户'
+ ]
+ ],
+ 'pending_adv' => [
+ 'name' => '未发表'
+ ],
+ 'finish_at' => [
+ 'name' => '在完成'
+ ],
+ 'cover_photo' => [
+ 'name' => '封面照片'
+ ],
+ 'favs_adv' => [
+ 'name' => '收藏广告'
+ ],
+ 'my_adv' => [
+ 'name' => '虚拟助理'
+ ],
+ 'description' => '描述',
+ 'explanation' => '说明',
+ 'type' => [
+ 'name' => '类型'
+ ],
+ 'parent_adv' => [
+ 'name' => '相关广告'
+ ],
+ 'value' => [
+ 'name' => '值'
+ ],
+ 'list' => '清单',
+ 'home' => '家',
+ 'list-page' => '清单页面',
+ 'search' => '搜索',
+ 'reset' => 'Reset',
+ 'recommended' => '为您推荐的广告',
+ 'filter' => '过滤',
+ 'sort' => '分类',
+ 'sort_by' => '排序方式',
+ 'pick_option' => '选择一个选项',
+ 'pick_ordering' => '定购',
+ 'price_high' => '价格从高到低',
+ 'price_low' => '价格从低到高',
+ 'newest' => '最新',
+ 'oldest' => '最老的',
+ 'address_a_z' => '地址(A到Z)',
+ 'address_z_a' => '地址(Z到A)',
+ 'categories' => [
+ 'name' => '分类目录'
+ ],
+ 'all_categories' => '所有类别',
+ 'location' => '位置',
+ 'send_message' => '发信息',
+ 'phone_gsm' => 'Gsm电话',
+ 'phone_office' => '办公室电话',
+ 'add_to_favorites' => "添加到收藏夹",
+ 'send' => '发送',
+ 'search_name' => '搜索名称',
+ 'my_favorite_searches' => '最喜欢的搜寻',
+ 'search_desc' => '您可以在此处添加和管理自己喜欢的搜索选择。',
+ 'complaint_placeholder' => '在此处输入您的投诉详细信息。',
+ 'show_details' => '显示详细资料',
+ 'ad_actions' => '广告动作',
+ 'edit' => '编辑',
+ 'approve' => '批准',
+ 'passive' => "被动",
+ 'sold' => '卖',
+ 'offered_by' => '由...提供',
+ 'more_ads_by' => '更多广告',
+ 'click_phone' => '显示电话号码',
+ 'share' => '分享',
+ 'report' => '举报此广告',
+ 'features' => '特征',
+ "streetview" => "街景",
+ 'recommended_ads' => '为您推荐的广告',
+ 'new' => '新',
+ 'short_info' => '简短信息',
+ 'secure_trading' => '安全交易',
+ '24/7' => '24/7支持',
+ 'easy_trading' => '轻松交易',
+ 'need_help' => '需要帮忙?',
+ 'give_a_call' => '打个电话',
+ 'message_sent' => '讯息已发送!',
+ 'asap' => '邮件已发送,卖家将尽快与您联系。',
+ 'ad_id' => '广告编号',
+ 'contact_with' => '联系方式',
+ 'create_adv' => '制作广告',
+ 'edit_adv' => '修改广告',
+ 'mandatory_fields' => '必须填写',
+ 'ad_post' => '广告发布',
+ 'sell_item' => '出售物品或服务',
+ 'search_save' => '收藏搜索成功保存',
+ 'address' => '地址',
+ 'email' => '电子邮件',
+ 'phone' => '电话',
+ 'send_us_your_feedback' => '向我们发送您的反馈意见',
+ 'online_shopping' => '得到',
+ 'approved' => '批准成功',
+ 'extended' => '成功扩展',
+ 'declined' => '成功拒绝',
+ 'search_on_map' => '在地图上搜寻',
+ 'post_free_ad' => '发布免费广告',
+ 'select_a_category' => '选择一个类别',
+ 'select_a_sub_category' => '选择一个子分类',
+ 'all_dopings_added' => '为此广告添加了所有掺杂类型。',
+ 'is_get_adv' => [
+ 'name' => '得到'
+ ],
+ 'corporate_info' => '公司资料',
+ 'featured_ads' => "精选广告",
+ 'trending_ads' => 'Trendind广告',
+ 'search_ad_result_prefix' => '在',
+ 'search_ad_result_text' => ':在您的 :名称 搜索 ',
+ 'search_ads_result_message' => [
+ 'name' => ':count个针对:name搜索找到的广告',
+ ],
+ 'total' => '总',
+ 'quantity' => '数量',
+ 'view_cart' => '查看购物车',
+ 'no_ads' => '找不到广告。',
+ 'show_display_mode' => [
+ 'map' => '地图',
+ 'list' => '清单',
+ ],
+ 'advs_list_table_thead' => [
+ 'name' => '广告名称',
+ 'price' => '价钱',
+ 'publish_at' => '广告日期',
+ 'location_city' => '市',
+ 'location_country' => '国家',
+ ],
+ 'show_list_view' => [
+ 'name' => '清单',
+ ],
+ 'show_table_view' => [
+ 'name' => '表',
+ ],
+ 'showcase' => [
+ 'name' => '展示柜',
+ ],
+ 'new_ad' => [
+ 'name' => '新广告',
+ ],
+ 'profile' => [
+ 'name' => '轮廓',
+ ],
+ 'my_ads' => [
+ 'name' => '我的广告',
+ ],
+ 'sold_out' => [
+ 'name' => '卖光了',
+ ],
+ 'edit_category' => '编辑类别',
+ 'set_category' => '设置类别',
+ 'max' => [
+ 'name' => '最高',
+ ],
+ 'min' => [
+ 'name' => '敏',
+ ],
+ 'in_the_last_24_hours' => [
+ 'name' => '在过去的24小时内'
+ ],
+ 'in_the_last_day' => [
+ 'name' => '在过去的24小时内'
+ ],
+ 'in_the_last_week' => [
+ 'name' => '在最后一周'
+ ],
+ 'in_the_last_month' => [
+ 'name' => '在上个月'
+ ],
+ 'ads_with_photo' => [
+ 'name' => '带有照片的广告'
+ ],
+ 'ads_with_video' => [
+ 'name' => '带有视频的广告'
+ ],
+ 'yes' => [
+ 'name' => '是'
+ ],
+ 'no' => [
+ 'name' => '不'
+ ],
+ 'is_system' => [
+ 'name' => '是系统',
+ 'instructions' => '系统状态为必填项,不应更改',
+ ],
+ 'user_access' => [
+ 'name' => '用户访问',
+ 'instructions' => '用户可以在广告中使用此状态吗?',
+ ],
+ "no_location" => "未选择位置。",
+ "continue" => '继续',
+ "gallery" => '画廊',
+ "ad" => '广告',
+ "ads" => '广告',
+ "were_found" => '被发现。',
+
+ // Pending screen
+ 'pending_message_1' => '广告正在审批过程中',
+ 'pending_message_2' => "广告的更新日期",
+ 'pending_message_3' => '预计轮候时间',
+ 'pending_message_4' => '审批过程中花费的时间将添加到掺杂时间中。',
+ 'pending_message_5' => '在批准过程中,无法从呼叫中心进行有关广告的交易。',
+ 'hours' => '小时',
+
+ // Preview page
+ 'preview_text' => [
+ 'part_1' => '如果以下有关您的广告的信息正确无误,请单击“继续”按钮,然后转到下一步。',
+ 'part_2' => '如果没有,请单击“编辑”按钮。',
+ ],
+ 'views' => '观看次数',
+
+ // Detail page
+ "no_street_view" => "此位置没有街景图像",
+ 'edit_my_contact_info' => '编辑我的联系信息',
+ 'update_my_contact_info' => '更新我的联系方式',
+ 'contact_info' => '联系信息',
+ 'ad_info' => '广告资讯',
+
+ // Select cat
+ 'select_category_step_by_step' => '逐步选择类别',
+
+ // New create page
+ 'options' => '选项',
+ 'category_selection' => '类别选择',
+ 'listing_details' => '清单详情',
+ 'preview' => '预览',
+ 'congratulations' => '恭喜啦',
+ 'ad_desc' => '广告说明',
+ 'upload_photos' => '上传照片',
+ 'upload_files' => '上传文件',
+ 'additional_fields' => '其他栏位',
+ 'ad_location' => '广告位置',
+ 'owner' => '所有者',
+ 'default_owner_instruction' => '如果未选择任何用户,所有者将默认为当前用户',
+ 'create_page_subtitle' => '输入有关您广告的详细信息,以完美无瑕地制作广告。',
+ 'with_my_phone_numbers' => 'With my phone numbers',
+ 'not_with_my_phone_numbers' => "I don't want to be reached by phone",
+ 'how_can_you_be_contacted' => "How can you be contacted?",
+
+ // Listing page
+ 'ad_title' => '广告标题',
+ 'listing_date' => '上市日期',
+ 'view' => '看法',
+ 'ads_with_map' => '带有地图的广告',
+ 'advanced_sorting' => '高级排序',
+ 'filter_by_word' => '按字过滤',
+ 'filter_by' => '筛选:名称',
+
+ 'free' => '自由',
+ 'ad_date' => '广告日期',
+ 'photo_video' => '照片,视频',
+ 'and_above' => '以上',
+ 'and_below' => '及以下',
+ 'clear_all' => '全部清除',
+ 'balances' => '天平',
+ 'packages' => '配套',
+ 'dopings' => '兴奋剂',
+ 'advs' => '进阶',
+ 'site' => '地点',
+ 'subscription' => '订阅',
+ 'created' => '已建立',
+ 'product_option' => [
+ 'name' => '产品选件'
+ ],
+ 'option_json' => [
+ 'name' => '选项'
+ ],
+ 'old_price' => [
+ 'name' => '旧价格'
+ ],
+ 'save_search' => '保存搜索',
+ 'publish_at' => [
+ 'name' => '发布日期'
+ ],
+ 'tax' => [
+ 'name' => 'Tax'
+ ],
+ 'name_a_z' => 'Name (A to Z)',
+ 'name_z_a' => 'Name (Z to A)',
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/zh/message.php b/resources/default/addons/visiosoft/advs-module/lang/zh/message.php
new file mode 100644
index 000000000..d74607932
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/zh/message.php
@@ -0,0 +1,35 @@
+ '请求的产品当前缺失或无效',
+ 'please_payment' => '请付钱',
+ 'bank_account_info' => '银行账户信息',
+ 'agreement' => '点击发布,即表示您同意我们的使用条款和隐私政策,即承认您是此项的合法所有者。',
+ 'update_category_msg' => '分类类别将被更新。',
+ 'updated_category_msg' => '类别已成功编辑。',
+ 'create_ad_with_post_cat' => [
+ 'title' => "类别选择已完成。",
+ 'success' => true,
+ 'continueBtn' => "继续",
+ ],
+ 'update_category_info' => '请更新类别。',
+ 'filter_by_search_msg' => '按搜索过滤。',
+ 'delete_author_error' => '您不能删除不属于您的信息',
+ 'success_delete' => '广告已删除',
+ 'pending_ad_status' => '您的广告有待编辑批准。',
+ 'extended' => ':number广告已成功扩展。',
+ 'category_not_exist' => '该类别不再存在!',
+ 'currency_converted' => '货币已成功转换。',
+ 'choose_user' => '选择一个用户',
+ 'owner_updated_successfully' => '所有者已成功更新!',
+ 'no_add_found' => '找不到广告!',
+ 'replicated_success' => '广告已成功复制!',
+ 'ad_doesnt_exist' => "该广告不存在!",
+ 'select_location_error' => "请在地图上选择一个位置!",
+ 'this_ad_is_not_valid_anymore' => "该广告不再有效!",
+ 'approve_status_change' => "您的广告状态已设置为有效!",
+ 'passive_status_change' => "您的广告状态已设置为被动!",
+ 'sold_status_change' => "您的广告状态已设置为“已售出”!",
+ 'status_change' => "您的广告状态已设置为:status!",
+ 'disabled_detailed_options_for_admin_role' => "详细产品选项已禁用。",
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/zh/permission.php b/resources/default/addons/visiosoft/advs-module/lang/zh/permission.php
new file mode 100644
index 000000000..6ca2add6b
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/zh/permission.php
@@ -0,0 +1,108 @@
+ [
+ 'name' => '广告',
+ 'option' => [
+ 'read' => '可以阅读广告吗?',
+ 'write' => '可以制作/修改广告吗?',
+ 'delete' => '可以删除广告吗?',
+ ],
+ ],
+ 'categories' => [
+ 'name' => '分类目录',
+ 'option' => [
+ 'read' => '可以阅读类别吗?',
+ 'write' => '可以创建/编辑类别吗?',
+ 'delete' => '可以删除类别吗?',
+ ],
+ ],
+ 'village' => [
+ 'name' => '村',
+ 'option' => [
+ 'read' => '能看乡村吗?',
+ 'write' => '可以创建/编辑村庄吗?',
+ 'delete' => '可以删除村落吗?',
+ ],
+ ],
+ 'custom_fields' => [
+ 'name' => '自订栏位',
+ 'option' => [
+ 'read' => '可以读取自定义字段吗?',
+ 'write' => '可以创建/编辑自定义字段吗?',
+ 'delete' => '可以删除自定义字段吗?',
+ ],
+ ],
+ 'custom_field_advs' => [
+ 'name' => '自定义字段广告',
+ 'option' => [
+ 'read' => '可以阅读自定义领域广告吗?',
+ 'write' => '可以制作/修改自定义字段广告吗?',
+ 'delete' => '可以删除自定义字段广告吗?',
+ ],
+ ],
+ 'cf_values' => [
+ 'name' => 'CF值',
+ 'option' => [
+ 'read' => '可以读取cf值吗?',
+ 'write' => '可以创建/编辑cf值吗?',
+ 'delete' => '可以删除cf值吗?',
+ ],
+ ],
+ 'options' => [
+ 'name' => '选项',
+ 'option' => [
+ 'read' => '可以阅读选项吗?',
+ 'write' => '可以创建/编辑选项吗?',
+ 'delete' => '可以删除选项吗?',
+ ],
+ ],
+ 'productoptions' => [
+ 'name' => '产品选项',
+ 'option' => [
+ 'read' => '可以阅读产品选项吗?',
+ 'write' => '可以创建/编辑产品选项吗?',
+ 'delete' => '可以删除产品选项吗?',
+ ],
+ ],
+ 'productoptions_value' => [
+ 'name' => '产品选择价值',
+ 'option' => [
+ 'read' => '可以读取productoptions的值吗?',
+ 'write' => '可以创建/编辑产品选项值吗?',
+ 'delete' => '可以删除productoptions的值吗?',
+ ],
+ ],
+ 'options_configuration' => [
+ 'name' => '选件配置',
+ 'option' => [
+ 'read' => '可以读取选项配置吗?',
+ 'write' => '可以创建/编辑选项配置吗?',
+ 'delete' => '可以删除选项配置吗?',
+ ],
+ ],
+ 'option_configuration' => [
+ 'name' => '选件配置',
+ 'option' => [
+ 'read' => '可以读取选件配置吗?',
+ 'write' => '可以创建/编辑选项配置吗?',
+ 'delete' => '可以删除选件配置吗?',
+ ],
+ ],
+ 'option_configuration' => [
+ 'name' => '选件配置',
+ 'option' => [
+ 'read' => '可以读取选件配置吗?',
+ 'write' => '可以创建/编辑选项配置吗?',
+ 'delete' => '可以删除选件配置吗?',
+ ],
+ ],
+ 'status' => [
+ 'name' => '状态',
+ 'option' => [
+ 'read' => '可以读取状态吗?',
+ 'write' => '可以创建/编辑状态吗?',
+ 'delete' => '可以删除状态吗?',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/zh/section.php b/resources/default/addons/visiosoft/advs-module/lang/zh/section.php
new file mode 100644
index 000000000..37c2095dc
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/zh/section.php
@@ -0,0 +1,64 @@
+ [
+ 'title' => '广告',
+ ],
+ 'categories' => [
+ 'title' => '分类目录',
+ ],
+ 'countries' => [
+ 'title' => '国别',
+ ],
+ 'cities' => [
+ 'title' => '城市',
+ ],
+ 'districts' => [
+ 'title' => '地区',
+ ],
+ 'neighborhoods' => [
+ 'title' => '邻里',
+ ],
+ 'village' => [
+ 'title' => '村',
+ ],
+ 'custom_fields' => [
+ 'title' => '自订栏位',
+ ],
+ 'custom_field_advs' => [
+ 'title' => '自定义字段广告',
+ ],
+ 'cf_values' => [
+ 'title' => 'CF值',
+ ],
+ 'fields' => [
+ 'title' => '自定义字段'
+ ],
+ 'assets_clear' => [
+ 'name' => '资产清除'
+ ],
+ 'general' => '一般',
+ 'ads' => '广告',
+ 'user' => '用户',
+ 'filter' => '筛选',
+ 'create_ad' => '制作广告',
+ 'options' => [
+ 'title' => '选项',
+ ],
+ 'ads_image' => '广告图片',
+ 'product_options' => [
+ 'title' => '选项',
+ ],
+ 'productoptions_value' => [
+ 'title' => '期权价值',
+ ],
+ 'option_configuration' => [
+ 'title' => '配置',
+ ],
+ 'translations' => '笔译',
+ 'status' => [
+ 'title' => '状态',
+ ],
+ 'ads_detail' => '广告详情',
+
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/zh/setting.php b/resources/default/addons/visiosoft/advs-module/lang/zh/setting.php
new file mode 100644
index 000000000..6a449e90b
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/zh/setting.php
@@ -0,0 +1,286 @@
+ [
+ 'name' => '自动批准',
+ ],
+ 'default_view_type' => [
+ 'name' => '默认视图类型',
+ ],
+ 'hide_zero_price' => [
+ 'name' => '如果价格为零,则隐藏价格',
+ 'instructions' => '如果广告价格为0,则隐藏价格',
+ ],
+ 'estimated_pending_time' => [
+ 'name' => '预计待处理时间',
+ 'instructions' => '在几小时内',
+ ],
+ 'default_published_time' => [
+ 'name' => '默认发布时间',
+ ],
+ 'address' => [
+ 'name' => '联系地址',
+ ],
+ 'phone' => [
+ 'name' => '联系电话',
+ ],
+ 'favicon' => [
+ 'name' => '网站图标',
+ ]
+ , 'map_coordinates_long' => [
+ 'name' => '地图长坐标',
+ ],
+ 'map_coordinates_lat' => [
+ 'name' => '地图纬度坐标',
+ ],
+ 'iban_numbers' => [
+ 'name' => '伊班',
+ ],
+ 'logo' => [
+ 'name' => '商标',
+ ],
+ 'ogImage' => [
+ 'name' => '社交分享徽标',
+ 'warning' => '分辨率应为1200 x 630。 ',
+
+ ],
+ 'currencies' => [
+ 'name' => '有效货币',
+ ],
+ 'latest-limit' => [
+ 'name' => '最新限制',
+ ],
+ 'site_address' => [
+ 'name' => '网站地址',
+ 'warning' => '自动添加www。万维网。sitename.com ',
+ ],
+ 'google_map_key' => [
+ 'name' => 'Google Map Api密钥',
+ ],
+
+ 'default_country' => [
+ 'name' => '默认广告国家',
+ ],
+ 'hide_price_categories' => [
+ 'name' => '隐藏类别价格',
+ 'instructions' => '当您创建广告或查看这些类别下的广告时,价格将被隐藏。'
+ ],
+ 'free_currencyconverterapi_key' => [
+ 'name' => '货币转换器API密钥'
+ ],
+ 'default_city' => [
+ 'name' => '默认广告城市',
+ ],
+ 'default_district' => [
+ 'name' => '默认广告区',
+ ],
+ 'default_neighborhood' => [
+ 'name' => '默认广告邻居',
+ ],
+ 'default_currency' => [
+ 'name' => '默认广告币种',
+ ],
+ 'default_GET' => [
+ 'name' => '默认广告GET',
+ ],
+ 'twitter' => [
+ 'name' => '推特',
+ ],
+ 'facebook' => [
+ 'name' => '脸书',
+ ],
+ 'youtube' => [
+ 'name' => '优酷',
+ ],
+ 'google' => [
+ 'name' => '谷歌',
+ ],
+ 'listing_page_image' => [
+ 'name' => '列表页面图片',
+ ],
+ 'hide_standard_price_field' => [
+ 'name' => '隐藏标准价格字段',
+ ],
+ 'hide_options_field' => [
+ 'name' => '隐藏选项栏',
+ ],
+ 'hide_village_field' => [
+ 'name' => '隐藏村田',
+ ],
+ 'hide_configurations' => [
+ 'name' => '隐藏配置按钮',
+ 'instructions' => '在广告预览页面中隐藏配置按钮',
+ ],
+ 'make_all_fields_required' => [
+ 'name' => '使所有字段为必填项',
+ 'instructions' => '制作广告时要求用户填写“价格”和“说明”字段',
+ ],
+ 'make_map_required' => [
+ 'name' => '将地图设为必填项',
+ 'instructions' => '制作广告时要求用户在地图上放置图钉',
+ ],
+ 'hide_listing_standard_price' => [
+ 'name' => '隐藏上市标准价',
+ ],
+ 'enabled_currencies' => [
+ 'name' => '启用货币',
+ ],
+ 'google_statistic_code' => [
+ 'name' => 'Google统计代码',
+ ],
+ 'register_email_field' => [
+ 'name' => '会员注册电子邮件要求',
+ ],
+ 'market_place' => [
+ 'name' => '市场地点',
+ 'instructions' => 'If the marketplace is down, your site will act as ecommerce. For example,
+ some fields in the profile such as ads, dopings, messages, sale, packages and store are not visible and
+ removes corporate membership.'
+ ],
+ 'price_area_hidden' => [
+ 'name' => '隐藏价格区',
+ ],
+ 'hide_price_filter' => [
+ 'name' => '隐藏价格过滤器',
+ ],
+ 'hide_date_filter' => [
+ 'name' => '隐藏日期过滤器',
+ ],
+ 'hide_photo_filter' => [
+ 'name' => '隐藏照片滤镜',
+ ],
+ 'hide_map_filter' => [
+ 'name' => '隐藏地图过滤器',
+ ],
+ 'show_lang_url' => [
+ 'name' => '显示URL的Lang参数',
+ ],
+ 'popular_ads_limit' => [
+ 'name' => '热门广告限制',
+ ],
+
+ //Image
+
+ 'image_resize_backend' => [
+ 'name' => '图像大小调整后端',
+ ],
+ 'full_image_width' => [
+ 'name' => '全图宽度',
+ ],
+ 'full_image_height' => [
+ 'name' => '全图高度',
+ ],
+ 'medium_image_width' => [
+ 'name' => '中等图像宽度',
+ ],
+ 'medium_image_height' => [
+ 'name' => '中等图像高度',
+ ],
+ 'thumbnail_width' => [
+ 'name' => '缩略图宽度',
+ ],
+ 'thumbnail_height' => [
+ 'name' => '缩略图高度',
+ ],
+ 'add_canvas' => [
+ 'name' => '添加画布',
+ ],
+ 'image_canvas_width' => [
+ 'name' => '图像画布宽度',
+ ],
+ 'image_canvas_height' => [
+ 'name' => '图像画布高度',
+ ],
+ 'watermark_type' => [
+ 'name' => '水印类型',
+ ],
+ 'watermark_text' => [
+ 'name' => '水印文字',
+ ],
+ 'watermark_image' => [
+ 'name' => '水印图像',
+ ],
+ 'watermark_position' => [
+ 'name' => '水印位置',
+ ],
+ 'user_filter_limit' => [
+ 'name' => '用户过滤器限制',
+ 'instructions' => '在管理面板中'
+ ],
+ 'show_breadcrumb_when_creating_ad' => [
+ 'name' => '制作广告时显示面包屑',
+ ],
+ 'show_ads_count' => [
+ 'name' => '显示广告计数',
+ 'instructions' => '显示广告在左侧类别列表中的数量',
+ ],
+ 'ads_date_hidden' => [
+ 'name' => '隐藏创建日期',
+ 'instructions' => '在广告详细信息页面中隐藏创建日期',
+ ],
+ 'hide_listing_header' => [
+ 'name' => '隐藏列表标题',
+ 'instructions' => '隐藏订购和视图类型',
+ ],
+ 'hide_filter_section' => [
+ 'name' => '隐藏筛选器部分',
+ 'instructions' => '隐藏在列表页面的左侧过滤器区域',
+ ],
+ 'hide_seller_info' => [
+ 'name' => '隐藏卖家信息',
+ 'instructions' => '隐藏在广告详细信息页面中的卖方信息',
+ ],
+ 'show_post_ad_agreement' => [
+ 'name' => '显示发布广告协议',
+ 'instructions' => '如果要在广告制作页面上显示隐私权政策协议,请启用此功能',
+ ],
+ 'override_text' => [
+ 'name' => '替代文字',
+ 'instructions' => '旧价值:新价值'
+ ],
+ 'steps_color' => [
+ 'name' => '台阶颜色',
+ 'instructions' => '更改渐进步骤的颜色。'
+ ],
+ 'create_ad_button_color' => [
+ 'name' => '创建广告按钮颜色',
+ 'instructions' => '更改新广告类别选择完成后显示的按钮。'
+ ],
+ 'lang_switcher_for_browser' => [
+ 'name' => '浏览器的语言切换器',
+ 'instructions' => '允许您选择浏览器语言作为活动语言'
+ ],
+ 'get_categories' => [
+ 'name' => '获取类别',
+ 'instructions' => '它代表GET属性将在其中有效的类别。'
+ ],
+ 'watermark' => [
+ 'name' => '水印',
+ 'instructions' => '水印活跃吗?'
+ ],
+ 'detailed_product_options' => [
+ 'name' => '详细的产品选项',
+ 'instructions' => '允许您输入产品的库存和价格信息'
+ ],
+ 'show_subcats_mobile' => [
+ 'name' => '在移动视图中显示子类别',
+ ],
+ 'show_price_to_members_only' => [
+ 'name' => '仅向会员显示价格',
+ ],
+ 'hide_ad_cat' => [
+ 'name' => '隐藏类别',
+ 'instructions' => '隐藏广告列表中的类别'
+ ],
+ 'show_finish_and_publish_date' => [
+ 'name' => '显示完成日期并发布创建日期',
+ 'instructions' => '在广告创建页面上显示publish_at和finish_at字段。'
+ ],
+ 'show_tax_field' => [
+ 'name' => 'Show Tax Field',
+ 'instructions' => 'When this option is enabled, you can set the tax rate on the ad creation page.'
+ ],
+ 'hide_contact_created_at' => [
+ 'name' => 'Hide Contact Fields For in Create New Ad'
+ ]
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/zh/stream.php b/resources/default/addons/visiosoft/advs-module/lang/zh/stream.php
new file mode 100644
index 000000000..defc37c00
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/zh/stream.php
@@ -0,0 +1,37 @@
+ [
+ 'name' => '进阶',
+ ],
+ 'categories' => [
+ 'name' => '分类目录',
+ ],
+ 'village' => [
+ 'name' => '村',
+ ],
+ 'custom_fields' => [
+ 'name' => '自订栏位',
+ ],
+ 'custom_field_advs' => [
+ 'name' => '自定义字段广告',
+ ],
+ 'cf_values' => [
+ 'name' => 'CF值',
+ ],
+ 'options' => [
+ 'name' => '选项',
+ ],
+ 'product_options' => [
+ 'name' => '产品选件',
+ ],
+ 'productoptions_value' => [
+ 'name' => '期权价值',
+ ],
+ 'option_configuration' => [
+ 'name' => '配置',
+ ],
+ 'status' => [
+ 'name' => '状态',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/advs-module/lang/zh/view.php b/resources/default/addons/visiosoft/advs-module/lang/zh/view.php
new file mode 100644
index 000000000..5c412ca16
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/lang/zh/view.php
@@ -0,0 +1,6 @@
+ '未完成',
+ 'advanced' => '先进的',
+];
diff --git a/resources/default/addons/visiosoft/advs-module/views/ad-detail/default.twig b/resources/default/addons/visiosoft/advs-module/views/ad-detail/default.twig
new file mode 100644
index 000000000..a3ba48edf
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/views/ad-detail/default.twig
@@ -0,0 +1,63 @@
+{% extends layout('ad-detail') %}
+
+ {% block styles %}
+ {{ asset_style("visiosoft.module.advs::css/detail.css") }}
+ {% endblock %}
+
+ {% block content %}
+
+
+
+
+ {% include "visiosoft.module.advs::ad-detail/partials/author-button" %}
+
+
+ {% if setting_value('visiosoft.theme.base::breadcrumbs') %}
+
+ {% include "visiosoft.module.advs::ad-detail/partials/breadcrumb" %}
+
+ {% endif %}
+ {% include "visiosoft.module.advs::ad-detail/partials/ad-status" %}
+
+ {{ adv.title }}
+ {{ addBlock('ad-detail/title/action',{'adv_id':adv.id})|raw }}
+
+
+
+
+
+ {% include "visiosoft.module.advs::ad-detail/partials/slider" %}
+
+ {% if setting_value('visiosoft.theme.base::ad_details') %}
+ {% include "visiosoft.module.advs::ad-detail/partials/detail" %}
+ {% endif %}
+
+
+
+
+
+
+
+ {% if setting_value('visiosoft.theme.base::ad_details_tab') %}
+
+ {% if blocks('ad-item-content-block-area') is null %}
+ {% include "visiosoft.module.advs::ad-detail/partials/content" %}
+ {% else %}
+ {{ blocks('ad-item-content-block-area') }}
+ {% endif %}
+
+ {{ addBlock('ad-detail/widget', {'price': adv.price, 'id': adv.id})|raw }}
+ {% endif %}
+
+
+ {% include "visiosoft.module.advs::ad-detail/partials/dropleft-edit" %}
+
+
+ {{ asset_add("scripts.js", "visiosoft.module.advs::js/viewed.js") }}
+
+ {% endblock %}
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/advs-module/views/ad-detail/detail.twig b/resources/default/addons/visiosoft/advs-module/views/ad-detail/detail.twig
new file mode 100644
index 000000000..839549b15
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/views/ad-detail/detail.twig
@@ -0,0 +1 @@
+{% include style_selector('detail','visiosoft.module.advs')~"::ad-detail/default" %}
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/advs-module/views/ad-detail/partials/ad-status.twig b/resources/default/addons/visiosoft/advs-module/views/ad-detail/partials/ad-status.twig
new file mode 100644
index 000000000..94bfbc751
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/views/ad-detail/partials/ad-status.twig
@@ -0,0 +1,19 @@
+{% if adv.status == "pending_user" or adv.status == "pending_admin" %}
+
+
+
{{ trans('visiosoft.module.advs::field.pending_message_1') }}
+
+
{{ trans('visiosoft.module.advs::field.pending_message_2') }}
+
: {{ adv.updated_at|date('d M Y H:i') }}
+
+
+
{{ trans('visiosoft.module.advs::field.pending_message_3') }}
+
+ : {{ setting_value('visiosoft.module.advs::estimated_pending_time') }} {{ trans('visiosoft.module.advs::field.hours') }}
+
+
+
+
{{ trans('visiosoft.module.advs::field.pending_message_4') }}
+
{{ trans('visiosoft.module.advs::field.pending_message_5') }}
+
+{% endif %}
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/advs-module/views/ad-detail/partials/author-button.twig b/resources/default/addons/visiosoft/advs-module/views/ad-detail/partials/author-button.twig
new file mode 100644
index 000000000..2f1839682
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/views/ad-detail/partials/author-button.twig
@@ -0,0 +1,22 @@
+{% if app.auth.id == adv.created_by_id %}
+
+ {{ addBlock('ad-detail/partials/author-button', {'adv_id': adv.id})|raw }}
+
+
+ {{ trans('visiosoft.module.advs::field.edit') }}
+
+ {% if adv.status != "pending_admin" and adv.status != "approved" %}
+
+
+ {{ trans('visiosoft.module.advs::field.approve') }}
+
+ {% else %}
+
+
+ {{ trans('visiosoft.module.advs::field.passive') }}
+
+ {% endif %}
+
+{% endif %}
diff --git a/resources/default/addons/visiosoft/advs-module/views/ad-detail/partials/breadcrumb.twig b/resources/default/addons/visiosoft/advs-module/views/ad-detail/partials/breadcrumb.twig
new file mode 100644
index 000000000..d2211986f
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/views/ad-detail/partials/breadcrumb.twig
@@ -0,0 +1,10 @@
+
+
+ {% for cat in categories %}
+
+ {{ cat['name'] }}
+
+ {% endfor %}
+
+
+
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/advs-module/views/ad-detail/partials/content.twig b/resources/default/addons/visiosoft/advs-module/views/ad-detail/partials/content.twig
new file mode 100644
index 000000000..b133c5ae8
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/views/ad-detail/partials/content.twig
@@ -0,0 +1,47 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
{{ trans('visiosoft.module.advs::field.description') }}
+
{{ adv.advs_desc|raw }}
+
+
+
+
{{ trans('visiosoft.module.location::addon.title') }}
+ {% include "visiosoft.module.advs::ad-detail/partials/map" %}
+
+
+
+ {{ addBlock('ad-detail/content',{'features':features,'adv': adv, 'profile': profile})|raw }}
+
+
+
+
+
+
+{{ addBlock('ad-detail/section',{'adv':adv})|raw }}
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/advs-module/views/ad-detail/partials/detail.twig b/resources/default/addons/visiosoft/advs-module/views/ad-detail/partials/detail.twig
new file mode 100644
index 000000000..ab26ee08f
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/views/ad-detail/partials/detail.twig
@@ -0,0 +1,84 @@
+
+
+ {% set standardPrice = adv.standard_price.value %}
+ {% if standardPrice and standardPrice > 0 %}
+
+
+ {{ currency_format(adv.standard_price,adv.currency) }}
+
+
+ %{{ (100 - ((100 * adv.price.value) / adv.standard_price.value))|round(0, 'common') }}
+
+
+ {% endif %}
+
+ {{ currency_format(adv.price,adv.currency) }}
+
+ {{ addBlock('ad-detail/priceField',{'adv':adv})|raw }}
+
+
+
+
+
+
+
+
+
+
+ {{ addBlock('ad-detail/author',{'adv':adv})|raw }}
+
+
+ {{ trans('visiosoft.module.advs::field.offered_by') }}:
+
{{ adv.first_name }} {{ adv.last_name }}
+
+ {{ addBlock('ad-detail/seller/action',{'seller_id':adv.owner_id})|raw }}
+
+ {% if setting_value('visiosoft.module.advs::market_place') %}
+
+
+ {{ trans('visiosoft.module.advs::field.ad_id') }}:{{ adv.id }}
+
+
+
+ {{ adv.created_at|date('d/m/Y') }}
+
+ {% endif %}
+
+
+ {{ addBlock('ad-detail/details',{'adv':adv, 'options':options, 'configurations':configurations})|raw }}
+ {{ addBlock('ad-detail/widget-details',{'adv':adv})|raw }}
+
+
+ {% if adv.isCorporate == 2 %}
+
+ {% endif %}
+
+
+
+
+ {% set contactWith = addBlock('ad-detail/contact-with',{'adv':adv}) %}
+ {% if contactWith != "" %}
+
+
+
+
{{ trans('visiosoft.module.advs::field.contact_with') }}:
+
+ {{ contactWith|raw }}
+
+
+ {% endif %}
+
+
+
+
+ {% include "visiosoft.module.advs::ad-detail/partials/social" %}
+
+
+
+
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/advs-module/views/ad-detail/partials/dropleft-edit.twig b/resources/default/addons/visiosoft/advs-module/views/ad-detail/partials/dropleft-edit.twig
new file mode 100644
index 000000000..0fe27f951
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/views/ad-detail/partials/dropleft-edit.twig
@@ -0,0 +1,32 @@
+{% if auth_user().id == adv.created_by_id or auth_user().hasPermission('visiosoft.module.advs::advs.write') %}
+
+
+ {{ trans('visiosoft.module.advs::field.ad_actions') }}
+
+
+
+ {{ asset_add("styles.css", "visiosoft.module.advs::css/dropleft-edit.css") }}
+{% endif %}
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/advs-module/views/ad-detail/partials/map.twig b/resources/default/addons/visiosoft/advs-module/views/ad-detail/partials/map.twig
new file mode 100644
index 000000000..deed8ca54
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/views/ad-detail/partials/map.twig
@@ -0,0 +1,55 @@
+ {% if(adv.map_Val == "") %}
+
+ {{ img('visiosoft.module.advs::images/emptystate.jpg') }}
+ {{ trans('visiosoft.module.advs::field.no_location') }}
+
+ {% else %}
+ {% set map_arr = adv.map_Val|split(',') %}
+
+
+
+
+{% endif %}
diff --git a/resources/default/addons/visiosoft/advs-module/views/ad-detail/partials/slider.twig b/resources/default/addons/visiosoft/advs-module/views/ad-detail/partials/slider.twig
new file mode 100644
index 000000000..b4758fd5a
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/views/ad-detail/partials/slider.twig
@@ -0,0 +1,28 @@
+
+ {% if blocks('ad-item-picture-block-area') is null %}
+
+ {% set advPhoto = '' %}
+ {% if count(adv.files) == 0 %}
+ {% set advPhoto = img('visiosoft.theme.base::images/no-image.png').url %}
+
+ {% else %}
+ {% for image in adv.getViewPhotoUrl %}
+
+ {% if loop.index == 1 %}
+ {% set advPhoto = image %}
+ {% endif %}
+ {% endfor %}
+
+ {% endif %}
+
+ {% else %}
+ {{ blocks('ad-item-picture-block-area') }}
+ {% endif %}
+
+
+{{ asset_add("scripts.js", "visiosoft.module.advs::js/fotorama.js") }}
+{{ asset_add("styles.css", "visiosoft.module.advs::css/fotorama.css") }}
diff --git a/resources/default/addons/visiosoft/advs-module/views/ad-detail/partials/social.twig b/resources/default/addons/visiosoft/advs-module/views/ad-detail/partials/social.twig
new file mode 100644
index 000000000..113c7f479
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/views/ad-detail/partials/social.twig
@@ -0,0 +1,43 @@
+
+
+
+
{{ trans('visiosoft.module.advs::field.share') }}:
+
+
+
+
+
+
+
+
+
+
+
diff --git a/resources/default/addons/visiosoft/advs-module/views/admin/advs/choose.twig b/resources/default/addons/visiosoft/advs-module/views/admin/advs/choose.twig
new file mode 100644
index 000000000..0a0073e12
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/views/admin/advs/choose.twig
@@ -0,0 +1,27 @@
+
+
+
+
+ {% include "streams::modals/filter" %}
+
+ {% if not users.isEmpty() %}
+
+ {% else %}
+ {{ trans('streams::message.no_results') }}
+ {% endif %}
+
diff --git a/resources/default/addons/visiosoft/advs-module/views/admin/dashboard/report.twig b/resources/default/addons/visiosoft/advs-module/views/admin/dashboard/report.twig
new file mode 100644
index 000000000..486cd18cc
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/views/admin/dashboard/report.twig
@@ -0,0 +1,71 @@
+{% set reports = [
+ {
+ 'title': trans('visiosoft.module.advs::field.product_stock_report'),
+ 'id': 'stockReport',
+ 'columns': [
+ trans('visiosoft.module.advs::field.product'),
+ trans('visiosoft.module.advs::field.stock.name'),
+ ],
+ },
+ {
+ 'title': trans('visiosoft.module.advs::field.active_passive_products_report'),
+ 'id': 'activePassiveReport',
+ 'columns': [
+ trans('visiosoft.module.advs::field.status.name'),
+ trans('visiosoft.module.advs::field.count'),
+ ],
+ },
+ {
+ 'title': trans('visiosoft.module.advs::field.unexplained_products_report'),
+ 'id': 'unexplainedReport',
+ 'columns': [
+ trans('visiosoft.module.advs::field.id'),
+ trans('visiosoft.module.advs::field.product'),
+ ],
+ },
+ {
+ 'title': trans('visiosoft.module.advs::field.non_image_products_report'),
+ 'id': 'noImageReport',
+ 'columns': [
+ trans('visiosoft.module.advs::field.product'),
+ ],
+ },
+ {
+ 'title': trans('visiosoft.module.advs::field.pages_without_meta_information_report'),
+ 'id': 'metaPageReport',
+ 'columns': [
+ trans('visiosoft.module.advs::field.page'),
+ ],
+ },
+] %}
+
+{% for report in reports %}
+
+
+
+
+
+
+
+
+ {% for column in report.columns %}
+ {{ column }}
+ {% endfor %}
+
+
+
+
+
+
+{% endfor %}
+
+
+
+{{ asset_add('scripts.js', 'visiosoft.module.advs::js/admin/dashboard/report.js') }}
diff --git a/resources/default/addons/visiosoft/advs-module/views/admin/table/table.twig b/resources/default/addons/visiosoft/advs-module/views/admin/table/table.twig
new file mode 100644
index 000000000..f6a391ff8
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/views/admin/table/table.twig
@@ -0,0 +1,94 @@
+{{ asset_add("scripts.js", "streams::js/table/table.js") }}
+
+{% if not actions.isEmpty() %}
+ {{ asset_add("scripts.js", "streams::js/table/actions.js") }}
+{% endif %}
+
+{% if table.options.sortable %}
+ {{ asset_add("scripts.js", "streams::js/table/sortable.js") }}
+{% endif %}
+
+
+
+ {{ view("streams::table/partials/filters", {'table': table}) }}
+ {{ view("streams::table/partials/views", {'table': table}) }}
+
+ {{ view(table.options.heading ?: "streams::table/partials/heading", {'table': table}) }}
+
+ {% if not table.rows.isEmpty() %}
+ {% block card %}
+
+
+ {{ form_open({ 'url': table.options.url ?: url_full() }) }}
+
+ {{ form_close() }}
+
+
+ {% endblock %}
+ {% else %}
+
+ {% block no_results %}
+
+
+ {{ trans(table.options.get('no_results_message', 'streams::message.no_results')) }}
+
+
+ {% endblock %}
+
+ {% endif %}
+
+
+
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/advs-module/views/blank.twig b/resources/default/addons/visiosoft/advs-module/views/blank.twig
new file mode 100644
index 000000000..a0db62eab
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/views/blank.twig
@@ -0,0 +1,23 @@
+{% extends template.layout ?: "theme::layouts/default" %}
+
+{% block content %}
+ {{ content|raw }}
+
+ {% if form.mode == 'edit' %}
+ {% set entry = form.entry %}
+
+ {% endif %}
+{% endblock %}
diff --git a/resources/default/addons/visiosoft/advs-module/views/error-msg.twig b/resources/default/addons/visiosoft/advs-module/views/error-msg.twig
new file mode 100644
index 000000000..a47b06e23
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/views/error-msg.twig
@@ -0,0 +1,7 @@
+{% extends "theme::layouts/default" %}
+
+{% block content %}
+
+ {{ message }}
+
+{% endblock %}
diff --git a/resources/default/addons/visiosoft/advs-module/views/form/partials/translations.twig b/resources/default/addons/visiosoft/advs-module/views/form/partials/translations.twig
new file mode 100644
index 000000000..39c9ce6e2
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/views/form/partials/translations.twig
@@ -0,0 +1,19 @@
+{% if config_get('streams::locales.enabled')|length > 1 %}
+
+{% endif %}
diff --git a/resources/default/addons/visiosoft/advs-module/views/list/gallery.twig b/resources/default/addons/visiosoft/advs-module/views/list/gallery.twig
new file mode 100644
index 000000000..34c474bdf
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/views/list/gallery.twig
@@ -0,0 +1,65 @@
+{% extends "visiosoft.module.advs::list/list" %}
+
+{% block listContent %}
+ {% set showPrice = setting_value('visiosoft.theme.base::price_fields') %}
+ {% set showLocation = setting_value('visiosoft.module.location::home_page_location') %}
+ {% set showDate = setting_value('visiosoft.theme.base::date_fields') %}
+
+
+
+ {{ addBlock('ad-list/partials/gallery',{'featured_advs': featured_advs, 'vars': _context})|raw }}
+
+ {% for adv in advs %}
+
+
+
+
+
+ {{ adv.name }}
+
+ {% if not setting_value('visiosoft.module.advs::hide_ad_cat') %}
+
{{ adv.cat1_name }} /{{ adv.cat2_name }}
+
+ {% endif %}
+ {% if showPrice %}
+
+ {{ adv.price != '0' ? currency_format(adv.price,adv.currency) : trans('visiosoft.module.advs::field.free') }}
+ {{ addBlock('list/extra-actions', {'ad': adv, 'vars': _context}, ['comparisons'])|raw }}
+
+
+ {% endif %}
+
+
+
+ {% endfor %}
+
+
+ {{ asset_add("scripts.js", "visiosoft.module.advs::js/list-table.js") }}
+
+{% endblock %}
+
+{% block styles %}
+ {{ asset_style('visiosoft.theme.base::css/gallery.css') }}
+ {{ asset_style('visiosoft.module.advs::css/list-new.scss') }}
+{% endblock %}
+
+{% block customjs %}
+ {% include "theme::scroll-modal" %}
+{% endblock %}
+
+
diff --git a/resources/default/addons/visiosoft/advs-module/views/list/list.twig b/resources/default/addons/visiosoft/advs-module/views/list/list.twig
new file mode 100644
index 000000000..acce13513
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/views/list/list.twig
@@ -0,0 +1,99 @@
+{% extends layout('list') %}
+
+{% block styles %}
+ {{ asset_style("visiosoft.module.advs::css/list.css") }}
+ {{ asset_style("visiosoft.module.advs::css/list-new.scss") }}
+{% endblock %}
+
+{% block content %}
+
+ {% include "visiosoft.module.advs::list/partials/mobile-list" %}
+
+
+
+ {% include "visiosoft.module.advs::list/partials/breadcrumb" %}
+
+
+
+ {% include "visiosoft.module.advs::list/partials/list-filter" %}
+
+
+
+
+ {{ trans('visiosoft.module.advs::field.search_ad_result_text', {
+ 'count': (advs.total+featured_advs.total),
+ 'name': catText ? catText : '',
+ })|raw }}
+
+
+
+ {{ trans('visiosoft.module.advs::field.save_search') }}
+ {{ img('visiosoft.module.advs::images/listing/save-search.svg').data|raw }}
+
+
+
+ {% if count(cFArray) %}
+
+ {% for customParam in cFArray %}
+
+ {% endfor %}
+
+
+ {% endif %}
+
+
+
+ {{ addBlock('ads-list/partials/before-display-mode', {'topfields': topfields})|raw }}
+
+ {% include "visiosoft.module.advs::list/partials/display-mode" %}
+
+
+
+ {{ addBlock('ads-list/row',{'topfields':topfields,'selectRange':selectRange,'advs':advs, 'mainCats':mainCats|length})|raw }}
+
+
+ {% block listContent %}
+ {% include "visiosoft.module.advs::list/partials/ads" %}
+ {% endblock %}
+
+ {% include "visiosoft.module.advs::list/partials/pagination" %}
+
+ {{ addBlock('ads-list/row-bottom')|raw }}
+
+
+
+
+
+
+ {% include "visiosoft.module.advs::list/partials/filter-modal" %}
+ {% include "visiosoft.module.advs::list/partials/sort-modal" %}
+ {{ addBlock('list/partials/modal')|raw }}
+
+
+
+ {{ asset_add("scripts.js", "visiosoft.module.advs::js/list.js") }}
+ {{ asset_add("scripts.js", "visiosoft.module.advs::js/list-new.js") }}
+
+{% endblock %}
+
+{% block customjs %}
+ {{ addBlock('ads-list/list', {'adv': adv})|raw }}
+{% endblock %}
diff --git a/resources/default/addons/visiosoft/advs-module/views/list/map.twig b/resources/default/addons/visiosoft/advs-module/views/list/map.twig
new file mode 100644
index 000000000..64c2d21b0
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/views/list/map.twig
@@ -0,0 +1,132 @@
+{% extends "visiosoft.module.advs::list/list" %}
+{% block listContent %}
+
+
+
+
+{% endblock %}
+
diff --git a/resources/default/addons/visiosoft/advs-module/views/list/partials/ads.twig b/resources/default/addons/visiosoft/advs-module/views/list/partials/ads.twig
new file mode 100644
index 000000000..551fc0a6f
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/views/list/partials/ads.twig
@@ -0,0 +1,73 @@
+{% set hideStandard = setting_value('visiosoft.module.advs::hide_listing_standard_price') %}
+{% set listLocation = setting_value('visiosoft.module.location::list_page_location') %}
+{% set showDate = setting_value('visiosoft.theme.base::date_fields') %}
+
+
+
+
+ {% include 'visiosoft.module.advs::list/partials/thead' %}
+
+
+
+ {{ addBlock('ad-list/partials/ads', {'featured_advs': featured_advs, 'vars': _context})|raw }}
+
+ {% for adv in advs %}
+
+
+
+
+
+
+
+
+ {% if not setting_value('visiosoft.module.advs::hide_ad_cat') %}
+ {{ adv.cat1_name }} /{{ adv.cat2_name }}
+ {% endif %}
+
+
+ {{ addBlock(
+ 'list/extra-actions',
+ {'ad': adv, 'vars': _context},
+ ['favs', 'comparisons', 'offers']
+ )|raw }}
+
+
+
+
+ {% for listingCF in listingCFs %}
+ {% set feature = adv.features[listingCF.slug.value] %}
+ {{ feature ? feature.custom_field_value : '-' }}
+ {% endfor %}
+
+ {% if listLocation %}
+
+ {{ adv.country_name }}
+ {{ adv.city_name }}
+
+ {% endif %}
+ {% if setting_value('visiosoft.module.advs::market_place') and showDate%}
+
+ {{ adv.publish_at.value|date('d/m') }}
+ {{ adv.publish_at.value|date('Y') }}
+
+ {% endif %}
+
+ {% if not hideStandard %}
+
+
+ {{ adv.standard_price != adv.price and adv.standard_price != '0' ? currency_format(adv.standard_price,adv.currency) : '' }}
+
+
+ {% endif %}
+
+ {{ adv.price != '0' ? currency_format(adv.price,adv.currency) : trans('visiosoft.module.advs::field.free') }}
+
+
+
+ {% endfor %}
+
+
+
diff --git a/resources/default/addons/visiosoft/advs-module/views/list/partials/breadcrumb.twig b/resources/default/addons/visiosoft/advs-module/views/list/partials/breadcrumb.twig
new file mode 100644
index 000000000..141ae835f
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/views/list/partials/breadcrumb.twig
@@ -0,0 +1,19 @@
+
+
+
+
+
+ {{ addBlock('ads-list/partials/breadcrumb/action')|raw }}
+
+
+
diff --git a/resources/default/addons/visiosoft/advs-module/views/list/partials/display-mode.twig b/resources/default/addons/visiosoft/advs-module/views/list/partials/display-mode.twig
new file mode 100644
index 000000000..e06203f6a
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/views/list/partials/display-mode.twig
@@ -0,0 +1,22 @@
+
+
+
{{ trans('visiosoft.module.advs::field.view') }}
+
+
+
+ {% include "visiosoft.module.advs::list/partials/list-sort-by" %}
+
+
+
+{{ asset_add('scripts.js', 'visiosoft.module.advs::js/list.js') }}
diff --git a/resources/default/addons/visiosoft/advs-module/views/list/partials/filter-modal.twig b/resources/default/addons/visiosoft/advs-module/views/list/partials/filter-modal.twig
new file mode 100644
index 000000000..d3a44f236
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/views/list/partials/filter-modal.twig
@@ -0,0 +1,77 @@
+
+{{ asset_add('scripts.js','visiosoft.module.advs::js/filter_modal.js') }}
+
+
+
+
+
+
+
+ {% include 'visiosoft.module.advs::list/partials/list-filter' with {"filter_id": 'listFilterFormMobile'} %}
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ trans('visiosoft.module.advs::button.save_category') }}
+
+
+
+
+
+
+{% if not allCats %}
+
+{% endif %}
diff --git a/resources/default/addons/visiosoft/advs-module/views/list/partials/list-filter.twig b/resources/default/addons/visiosoft/advs-module/views/list/partials/list-filter.twig
new file mode 100644
index 000000000..fa2e21698
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/views/list/partials/list-filter.twig
@@ -0,0 +1,163 @@
+{% set pathInfo = app.request.pathinfo|split('/') %}
+{% set catSlug = pathInfo[1] == 'c' ? pathInfo[2] : null %}
+{% set citySlug = pathInfo|length is same as(4) ? pathInfo[3] : null %}
+{% set formAction = catSlug ? url_route('adv_list_seo', [catSlug, citySlug]) : url_route('visiosoft.module.advs::list') %}
+
diff --git a/resources/default/addons/visiosoft/advs-module/views/list/partials/list-sort-by.twig b/resources/default/addons/visiosoft/advs-module/views/list/partials/list-sort-by.twig
new file mode 100644
index 000000000..da28fe7a8
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/views/list/partials/list-sort-by.twig
@@ -0,0 +1,33 @@
+
+
+
+
diff --git a/resources/default/addons/visiosoft/advs-module/views/list/partials/mobile-breadcrumb.twig b/resources/default/addons/visiosoft/advs-module/views/list/partials/mobile-breadcrumb.twig
new file mode 100644
index 000000000..e4e65f486
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/views/list/partials/mobile-breadcrumb.twig
@@ -0,0 +1,10 @@
+
diff --git a/resources/default/addons/visiosoft/advs-module/views/list/partials/mobile-list.twig b/resources/default/addons/visiosoft/advs-module/views/list/partials/mobile-list.twig
new file mode 100644
index 000000000..686b87377
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/views/list/partials/mobile-list.twig
@@ -0,0 +1,46 @@
+
+ {% if setting_value('visiosoft.module.advs::show_subcats_mobile') %}
+ {% include "visiosoft.module.advs::list/partials/sub-categories-mobile" %}
+ {% endif %}
+ {% if not hideBreadcrump %}
+ {% include "visiosoft.module.advs::list/partials/mobile-breadcrumb" %}
+ {% endif %}
+
+ {% if not hideActions %}
+
+
+ {{ img('visiosoft.module.advs::images/listing/mobile-filter.svg').data|raw }}
+
{{ trans('visiosoft.module.advs::field.filter') }}
+
+
+
+ {{ img('visiosoft.module.advs::images/listing/mobile-sort.svg').data|raw }}
+
{{ trans('visiosoft.module.advs::field.sort') }}
+
+
+
+ {{ addBlock('ads-list/mobile/action-bar')|raw }}
+
+
+ {% endif %}
+
+
+
+ {% include "visiosoft.module.advs::list/partials/pagination" %}
+
+
diff --git a/resources/default/addons/visiosoft/advs-module/views/list/partials/pagination.twig b/resources/default/addons/visiosoft/advs-module/views/list/partials/pagination.twig
new file mode 100644
index 000000000..633d5f966
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/views/list/partials/pagination.twig
@@ -0,0 +1,3 @@
+
+ {{ advs.appends(request_query()).links()|raw }}
+
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/advs-module/views/list/partials/price-filter.twig b/resources/default/addons/visiosoft/advs-module/views/list/partials/price-filter.twig
new file mode 100644
index 000000000..dac50a6d4
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/views/list/partials/price-filter.twig
@@ -0,0 +1,45 @@
+{% set hidePriceCats = setting_value('visiosoft.module.advs::hide_price_categories') %}
+{% if (hidePriceCats != null) %}
+ {% set cats = entries('cats','category').whereIn('id', hidePriceCats).get() %}
+ {% set isHidden = false %}
+
+ {% for cat in cats %}
+ {% if request().segment(2) == cat.slug %}
+ {% set isHidden = true %}
+ {% endif %}
+ {% endfor %}
+{% endif %}
+{% if setting_value('visiosoft.module.advs::hide_price_filter') == false and not isHidden %}
+
+ {% set active_currencies = setting_value('visiosoft.module.advs::enabled_currencies') %}
+
+
+
+
{{ trans("visiosoft.module.advs::field.price.name") }}
+ {{ img('visiosoft.module.advs::images/listing/filter-arrow.svg').data|raw }}
+
+
+
+
+{% endif %}
diff --git a/resources/default/addons/visiosoft/advs-module/views/list/partials/sort-modal.twig b/resources/default/addons/visiosoft/advs-module/views/list/partials/sort-modal.twig
new file mode 100644
index 000000000..80cdb1737
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/views/list/partials/sort-modal.twig
@@ -0,0 +1,34 @@
+
+{{ asset_add('scripts.js','visiosoft.module.advs::js/sort_modal.js') }}
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/advs-module/views/list/partials/sub-categories-mobile.twig b/resources/default/addons/visiosoft/advs-module/views/list/partials/sub-categories-mobile.twig
new file mode 100644
index 000000000..bfd3b26c2
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/views/list/partials/sub-categories-mobile.twig
@@ -0,0 +1,51 @@
+{% set sub_categories_limit = setting_value('visiosoft.theme.sahibinden::home_page_sub_categories_limit') %}
+
+{% if setting_value('visiosoft.theme.sahibinden::show_subcategories_on_mobile_view')
+ and subCats|length > 0
+ and request().show != 'all' %}
+
+{% else %}
+
+{% endif %}
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/advs-module/views/list/partials/thead.twig b/resources/default/addons/visiosoft/advs-module/views/list/partials/thead.twig
new file mode 100644
index 000000000..adca10060
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/views/list/partials/thead.twig
@@ -0,0 +1,37 @@
+
+
+ {{ trans('visiosoft.module.advs::field.ad_title') }}
+
+ {% for cF in listingCFs %}
+ {% set isSortable = cF.isSortable %}
+
+ {{ cF.name }}
+ {% if isSortable %}
+ {{ img('visiosoft.module.advs::images/sort-arrow.svg').data|raw }}
+ {% endif %}
+
+ {% endfor %}
+
+ {% if listLocation %}
+
+ {{ trans('visiosoft.module.advs::field.city.name') }}
+ / {{ trans('visiosoft.module.advs::field.district.name') }}
+ {{ img('visiosoft.module.advs::images/sort-arrow.svg').data|raw }}
+
+ {% endif %}
+ {% if setting_value('visiosoft.module.advs::market_place') and showDate %}
+
+ {{ trans('visiosoft.module.advs::field.date.name') }}
+ {{ img('visiosoft.module.advs::images/sort-arrow.svg').data|raw }}
+
+ {% endif %}
+
+ {{ trans('visiosoft.module.advs::field.price.name') }}
+ {{ img('visiosoft.module.advs::images/sort-arrow.svg').data|raw }}
+
+
+
diff --git a/resources/default/addons/visiosoft/advs-module/views/list/table.twig b/resources/default/addons/visiosoft/advs-module/views/list/table.twig
new file mode 100644
index 000000000..6cbc99d3c
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/views/list/table.twig
@@ -0,0 +1,65 @@
+{% extends "visiosoft.module.advs::list/list" %}
+{% block listContent %}
+
+
+
+
+
+ {{ trans('visiosoft.module.advs::field.advs_list_table_thead.name') }}
+ {{ trans('visiosoft.module.advs::field.advs_list_table_thead.price') }}
+ {% if not setting_value('visiosoft.module.advs::ads_date_hidden') %}
+ {{ trans('visiosoft.module.advs::field.advs_list_table_thead.publish_at') }}
+ {% endif %}
+ {% if setting_value('visiosoft.module.location::list_page_location') %}
+ {{ trans('visiosoft.module.advs::field.advs_list_table_thead.location_city') }}
+ / {{ trans('visiosoft.module.advs::field.advs_list_table_thead.location_country') }}
+ {% endif %}
+ {{ addBlock('ads-list/table-column',{'seenList':seenList})|raw }}
+
+
+
+ {{ addBlock('ad-list/partials/table',{'featured_advs':featured_advs,'seenList':seenList})|raw }}
+ {% for adv in advs %}
+
+
+
+
+
+
+
+
+
+
+ {{ currency_format(adv.price,adv.currency) }}
+
+ {% if not setting_value('visiosoft.module.advs::ads_date_hidden') %}
+
+ {{ adv.created_at|date("d/m/Y") }}
+
+ {% endif %}
+ {% if setting_value('visiosoft.module.location::list_page_location') %}
+
+ {{ adv.city_name }} / {{ adv.country_name }}
+
+ {% endif %}
+ {{ addBlock('ads-list/table-row',{'seenList':seenList,'adv':adv})|raw }}
+
+ {% endfor %}
+
+
+
+
+
+{% endblock %}
+{% block customjs %}
+ {{ asset_add("scripts.js", "visiosoft.module.advs::js/list-table.js") }}
+ {% include "theme::scroll-modal" %}
+{% endblock %}
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/advs-module/views/new-ad/edit-cat.twig b/resources/default/addons/visiosoft/advs-module/views/new-ad/edit-cat.twig
new file mode 100644
index 000000000..ae5fa76c3
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/views/new-ad/edit-cat.twig
@@ -0,0 +1,41 @@
+{% extends layout('edit-cat') %}
+
+{% block content %}
+
+
+
+
+ {{ trans('visiosoft.module.advs::field.home') }}
+
+
+ {{ adv.name }}
+
+
+
+
+ {{ trans('visiosoft.module.advs::field.edit_category') }}
+
+
+
+
+
+
+
+
+
+
+
+ {{ asset_add("scripts.js", "visiosoft.module.advs::js/edit_cats.js") }}
+ {{ asset_style("visiosoft.module.advs::css/edit_category.css") }}
+{% endblock %}
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/advs-module/views/new-ad/new-create.twig b/resources/default/addons/visiosoft/advs-module/views/new-ad/new-create.twig
new file mode 100644
index 000000000..d8cd6d2b5
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/views/new-ad/new-create.twig
@@ -0,0 +1,351 @@
+{% extends layout('new-create') %}
+
+{% block styles %}
+
+
+
+
+{% endblock %}
+
+{% block content %}
+ {% set form_params = app.request.session.get('_old_input') %}
+
+
+ {% include 'visiosoft.module.advs::new-ad/partials/steps' with {'step': 'new-create'} %}
+
+
+
+
+ {% for cat in cats_d %}
+ {{ cat }}
+ {% endfor %}
+
+
+ {{ trans('visiosoft.module.advs::field.edit_category') }}
+
+
+
+
+
+
+
{{ trans('visiosoft.module.advs::field.listing_details') }}
+ {{ trans('visiosoft.module.advs::field.create_page_subtitle') }}
+
+
+
+
+
+ {% set requiredFields = setting_value('visiosoft.module.advs::make_all_fields_required') %}
+
+ {% set form = form('advs', 'advs').entry(id).actions({'update': {
+ 'text': trans('visiosoft.module.advs::button.publish')
+ }}).get() %}
+ {{ form_open({
+ 'id': 'createEditAdvForm',
+ 'class': 'form ' ~ form.options.class ,
+ 'enctype': 'multipart/form-data',
+ 'url': 'advs/save_adv',
+ })|raw }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {% include 'visiosoft.module.advs::new-ad/partials/contact-info' %}
+
+
+
{{ trans('visiosoft.module.advs::field.ad_info') }}
+
+
+ {% set fields = form.fields.base().pluck('field_name').all() %}
+ {% for field in form.fields.translations('name') %}
+ {{ field.setAttributes({
+ 'class': 'd-block mt-3 w-100 border-0'
+ }).setValue(form_params[field.field~"_"~field.getLocale()]).render({'form': form})|raw }}
+ {% endfor %}
+
+
+ {% if setting_value('visiosoft.module.advs::market_place') %}
+ {{ addBlock('new-ad/fields', {'adv': adv, 'rawClassified': rawClassified})|raw }}
+ {% endif %}
+
+
+
+
+ {{ form.fields.price.label|raw }}
+ *
+
+
+
+ {{ form.fields.price.setAttributes({
+ 'required' :true
+ }).input|raw }}
+
+
+
+ {% set PriceValue = form.fields.price.value|split('.') %}
+
+ {% if setting_value('visiosoft.field_type.decimal::showDecimal') %}
+
+ {% endif %}
+
+
+
+ {% set HideStandardPrice = setting_value('visiosoft.module.advs::hide_standard_price_field') or setting_value('visiosoft.module.advs::market_place') != true ? ' d-none' : '' %}
+
+
+
+ {{ form.fields.standard_price.label }}
+ *
+
+
+
+
+ {{ form.fields.standard_price.setAttributes({
+ 'required' :true
+ }).input|raw }}
+
+
+
+
+
+
+ {% if setting_value("visiosoft.module.advs::show_tax_field") %}
+
+
+
+ {{ trans('visiosoft.module.advs::field.tax.name') }}
+ *
+
+
+
+
+
+ 0
+ %1
+ %8
+ %18
+
+
+
+
+
+ {% endif %}
+
+ {% if setting_value("visiosoft.module.advs::show_finish_and_publish_date") %}
+
+
+
+ {{ form.fields.publish_at.label|raw }}
+ *
+
+
+
+ {{ form.fields.publish_at.input|raw }}
+
+
+
+
+ {{ form.fields.finish_at.label|raw }}
+ *
+
+
+
+ {{ form.fields.finish_at.input|raw }}
+
+
+
+ {% endif %}
+
+
+ {% if not setting_value('visiosoft.module.advs::hide_options_field') %}
+ {% if not setting_value('visiosoft.module.advs::detailed_product_options') %}
+
+
+ {{ trans('visiosoft.module.advs::field.options') }}
+
+
+ {% if count(options) %}
+ {% for option in options %}
+ {{ option.name }}
+ {% endfor %}
+ {% endif %}
+
+
+ {% if auth_check() and auth_user().hasRole('admin') %}
+
+
+
+ {{ trans('visiosoft.module.advs::message.disabled_detailed_options_for_admin_role') }}
+
+
+ {% endif %}
+ {% else %}
+ {% if is_options %}
+
+
+ {{ trans('visiosoft.module.advs::field.product_option.name') }}
+
+
+
+ {{ img('visiosoft.module.advs::images/create/plus.svg').data|raw }}
+
+ {{ trans('visiosoft.module.advs::button.new_options_configuration') }}
+
+
+
+ {% endif %}
+ {% endif %}
+ {% endif %}
+
+
+ {{ trans('visiosoft.module.advs::field.ad_desc') }}
+
+
+
+ {{ trans('visiosoft.module.advs::field.upload_photos') }}
+
+
+
+ {% set other_fields = addBlock('new-ad/other-fields',{'custom_fields':custom_fields,'id':id}) %}
+ {% if other_fields or (custom_fields and count(custom_fields)) %}
+
+ {{ trans('visiosoft.module.advs::field.additional_fields') }}
+
+
+ {{ other_fields|raw }}
+
+ {% endif %}
+
+ {% if setting_value('visiosoft.module.location::create_ad_page_location') %}
+
+ {{ trans('visiosoft.module.advs::field.ad_location') }}
+
+
+ {% include "visiosoft.module.location::new-ad/map" %}
+
+
+
+ {% endif %}
+
+
+ {% if setting_value('visiosoft.module.advs::show_post_ad_agreement') %}
+
+
+
+ {{ trans('visiosoft.module.advs::message.agreement') }}
+
+ {% endif %}
+
+ {{ form.actions|raw }}
+
+
+
+
+
+
+
+ {{ form.close|raw }}
+
+
+ {% include "visiosoft.module.advs::new-ad/partials/modals" %}
+ {% include "visiosoft.module.advs::new-ad/partials/configuration-modal" %}
+ {{ addBlock('new-ad/modals')|raw }}
+
+
+ {% if setting_value('visiosoft.module.advs::make_map_required') %}
+
+ {{ asset_add("scripts.js", "visiosoft.module.advs::js/required-map.js") }}
+ {% endif %}
+
+ {{ asset_add("scripts.js", "visiosoft.module.advs::js/new-create.js") }}
+ {{ asset_add("scripts.js", "streams::js/form/form.js") }}
+ {{ asset_add("scripts.js", "streams::js/form/translations.js") }}
+ {{ asset_add("scripts.js", "visiosoft.theme.base::js/vendor/jquery-ui.min.js") }}
+
+{% endblock %}
diff --git a/resources/default/addons/visiosoft/advs-module/views/new-ad/partials/breadcrumb.twig b/resources/default/addons/visiosoft/advs-module/views/new-ad/partials/breadcrumb.twig
new file mode 100644
index 000000000..b68a63be0
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/views/new-ad/partials/breadcrumb.twig
@@ -0,0 +1,6 @@
+
+
+ {{ trans('visiosoft.module.advs::field.home') }}
+ {{ trans('visiosoft.module.advs::field.ad_post') }}
+
+
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/advs-module/views/new-ad/partials/configuration-modal.twig b/resources/default/addons/visiosoft/advs-module/views/new-ad/partials/configuration-modal.twig
new file mode 100644
index 000000000..bcdefbffa
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/views/new-ad/partials/configuration-modal.twig
@@ -0,0 +1,58 @@
+
+
+
+
+
+
+ {% set configurationForm = form('configuration_form').entry(adv.id).get() %}
+
+ {{ form_open({id: 'configurationForm',class: 'd-flex justify-content-between flex-column flex-lg-row'})|raw }}
+
+ {{ configurationForm.fields|raw }}
+
+ {{ trans('visiosoft.module.advs::button.add') }}
+
+ {{ form_close() }}
+
+
+
+
+
+ {{ trans('visiosoft.module.advs::field.options') }}
+ {{ trans('visiosoft.module.advs::field.stock.name') }}
+ {{ trans('visiosoft.module.advs::field.price.name') }}
+
+
+
+
+ {% for key, configuration in configurations %}
+
+ {{ configuration.name }}
+ {{ configuration.stock }}
+ {{ currency_format(configuration.price,configuration.currency) }}
+
+ {{ img('visiosoft.module.advs::images/create/close.svg').data|raw }}
+
+
+ {% endfor %}
+
+
+
+
+
+
+
+
diff --git a/resources/default/addons/visiosoft/advs-module/views/new-ad/partials/contact-info.twig b/resources/default/addons/visiosoft/advs-module/views/new-ad/partials/contact-info.twig
new file mode 100644
index 000000000..f6e0df6db
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/views/new-ad/partials/contact-info.twig
@@ -0,0 +1,42 @@
+{% if (setting_value('visiosoft.module.advs::hide_contact_created_at') != true) %}
+
+{% endif %}
diff --git a/resources/default/addons/visiosoft/advs-module/views/new-ad/partials/modals.twig b/resources/default/addons/visiosoft/advs-module/views/new-ad/partials/modals.twig
new file mode 100644
index 000000000..82fba63d0
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/views/new-ad/partials/modals.twig
@@ -0,0 +1,60 @@
+
+
+
+
+
+
+ {% set profileForm = form('profile').entry(user.id).get() %}
+
+
+
+
+
+
+
+{{ asset_add("scripts.js", "visiosoft.module.advs::js/editContactInformation.js") }}
diff --git a/resources/default/addons/visiosoft/advs-module/views/new-ad/partials/steps.twig b/resources/default/addons/visiosoft/advs-module/views/new-ad/partials/steps.twig
new file mode 100644
index 000000000..81d701b3d
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/views/new-ad/partials/steps.twig
@@ -0,0 +1,34 @@
+
+
+
+
+
+
+ {{ trans('visiosoft.module.advs::field.category_selection') }}
+
+
+
+
+
+ {{ trans('visiosoft.module.advs::field.listing_details') }}
+
+
+
+
+
+ {{ trans('visiosoft.module.advs::field.preview') }}
+
+
+
+ {{ addBlock('new-ad/steps/step', _context)|raw }}
+
+
+
+
+ {{ trans('visiosoft.module.advs::field.congratulations') }}
+
+
+
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/advs-module/views/new-ad/post-cat.twig b/resources/default/addons/visiosoft/advs-module/views/new-ad/post-cat.twig
new file mode 100644
index 000000000..679f5392a
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/views/new-ad/post-cat.twig
@@ -0,0 +1,74 @@
+{% extends layout('post-cat') %}
+
+{% block styles %}
+
+{% endblock %}
+
+{% block content %}
+
+ {% include 'visiosoft.module.advs::new-ad/partials/steps' with {'step': 'post-cat'} %}
+
+ {% if setting_value('visiosoft.module.advs::show_breadcrumb_when_creating_ad') %}
+ {% include "visiosoft.module.advs::new-ad/partials/breadcrumb" %}
+ {% endif %}
+
+
+
+
+ {{ trans('visiosoft.module.advs::field.select_category_step_by_step') }}
+
+
+
+
+
+ {{ addBlock('post-cat/section') }}
+
+ {{ asset_add("scripts.js", "visiosoft.module.advs::js/cats.js") }}
+{% endblock %}
diff --git a/resources/default/addons/visiosoft/advs-module/views/new-ad/preview/partials/preview-window.twig b/resources/default/addons/visiosoft/advs-module/views/new-ad/preview/partials/preview-window.twig
new file mode 100644
index 000000000..70ca67e5d
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/views/new-ad/preview/partials/preview-window.twig
@@ -0,0 +1,33 @@
+{% if setting_value('visiosoft.theme.base::breadcrumbs') %}
+
+ {% include "visiosoft.module.advs::ad-detail/partials/breadcrumb" %}
+
+{% endif %}
+
+ {{ adv.title }}
+ {{ addBlock('ad-detail/title/action',{'adv_id':adv.id})|raw }}
+
+
+
+
+
+ {% include "visiosoft.module.advs::ad-detail/partials/slider" %}
+
+ {% if setting_value('visiosoft.theme.base::ad_details') %}
+ {% include "visiosoft.module.advs::ad-detail/partials/detail" %}
+ {% endif %}
+
+
+
+
+
+{% if setting_value('visiosoft.theme.base::ad_details_tab') %}
+
+ {% if blocks('ad-item-content-block-area') is null %}
+ {% include "visiosoft.module.advs::ad-detail/partials/content" %}
+ {% else %}
+ {{ blocks('ad-item-content-block-area') }}
+ {% endif %}
+
+ {{ addBlock('ad-detail/widget', {'price': adv.price, 'id': adv.id})|raw }}
+{% endif %}
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/advs-module/views/new-ad/preview/preview.twig b/resources/default/addons/visiosoft/advs-module/views/new-ad/preview/preview.twig
new file mode 100644
index 000000000..d4dddfe9d
--- /dev/null
+++ b/resources/default/addons/visiosoft/advs-module/views/new-ad/preview/preview.twig
@@ -0,0 +1,63 @@
+{% extends "theme::layouts/default" %}
+
+{% block content %}
+ {% include 'visiosoft.module.advs::new-ad/partials/steps' with {'step': 'preview'} %}
+
+
+
+ {{ trans('visiosoft.module.advs::field.preview_text.part_1') }}
+
+ {{ trans('visiosoft.module.advs::field.preview_text.part_2') }}
+
+ {% if auth_check() and auth_user().hasRole('admin') %}
+
+
+ {{ trans('visiosoft.module.advs::message.disabled_detailed_options_for_admin_role') }}
+
+ {% endif %}
+
+
+
+ {% if isActive('packages') and setting_value('visiosoft.module.packages::move_the_buy_package_to_the_end') and (auth_user().isAdmin or not auth_user().hasPermission('visiosoft.module.packages::packages.no_read')) %}
+ {% set continueLink = url_route('visiosoft.module.packages::add_package', [adv.id]) %}
+ {% elseif isActive('dopings') %}
+ {% set continueLink = url_route('add_doping', [adv.id]) %}
+ {% else %}
+ {% set continueLink = url_route('adv_detail_seo', [adv.slug, adv.id]) %}
+ {% endif %}
+ {% if isActive('shipping') and adv.is_get_adv.getValue() %}
+ {{ addBlock('new-create/preview/actions',{'adv_id':adv.id})|raw }}
+ {% endif %}
+
+ {{ trans('visiosoft.module.advs::field.edit') }}
+
+
+ {{ trans('visiosoft.module.advs::field.continue') }}
+
+
+
+ {% include "visiosoft.module.advs::new-ad/preview/partials/preview-window" %}
+
+
+
+
+ {{ asset_add("styles.css", "visiosoft.module.advs::css/detail.css") }}
+ {{ asset_add("styles.css", "visiosoft.module.advs::css/preview.css") }}
+
+{% endblock %}
diff --git a/resources/default/addons/visiosoft/base-theme/config/settings/sections.php b/resources/default/addons/visiosoft/base-theme/config/settings/sections.php
new file mode 100644
index 000000000..8f5235244
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/config/settings/sections.php
@@ -0,0 +1,23 @@
+ [
+ 'stacked' => false,
+ 'tabs' => [
+ 'catalog_mode' => [
+ 'title' => 'visiosoft.theme.base::section.catalog_mode.name',
+ 'fields' => [
+ 'home_page_sub_categories_limit', 'navigation_title', 'navigation_action', 'date_fields',
+ 'price_fields', 'breadcrumbs', 'ad_details', 'ad_details_tab', 'latest_and_view_all_btn',
+ 'register_page_instruction_logo', 'register_page_alert_link', 'default_country'
+ ],
+ ],
+ 'template' => [
+ 'title' => 'visiosoft.theme.base::section.template',
+ 'fields' => [
+ 'gallery_box_height','style',
+ ],
+ ],
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/base-theme/config/settings/settings.php b/resources/default/addons/visiosoft/base-theme/config/settings/settings.php
new file mode 100644
index 000000000..ec8619add
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/config/settings/settings.php
@@ -0,0 +1,80 @@
+ [
+ 'type' => 'anomaly.field_type.boolean',
+ "config" => [
+ "default_value" => 1,
+ ]
+ ],
+ 'navigation_action' => [
+ 'type' => 'anomaly.field_type.boolean',
+ "config" => [
+ "default_value" => 1,
+ ]
+ ],
+ 'date_fields' => [
+ 'type' => 'anomaly.field_type.boolean',
+ "config" => [
+ "default_value" => 1,
+ ]
+ ],
+ 'price_fields' => [
+ 'type' => 'anomaly.field_type.boolean',
+ "config" => [
+ "default_value" => 1,
+ ]
+ ],
+ 'breadcrumbs' => [
+ 'type' => 'anomaly.field_type.boolean',
+ "config" => [
+ "default_value" => 1,
+ ]
+ ],
+ 'ad_details' => [
+ 'type' => 'anomaly.field_type.boolean',
+ "config" => [
+ "default_value" => 1,
+ ]
+ ],
+ 'ad_details_tab' => [
+ 'type' => 'anomaly.field_type.boolean',
+ "config" => [
+ "default_value" => 1,
+ ]
+ ],
+ 'latest_and_view_all_btn' => [
+ 'type' => 'anomaly.field_type.boolean',
+ "config" => [
+ "default_value" => 1,
+ ]
+ ],
+ 'register_page_instruction_logo' => [
+ 'type' => 'anomaly.field_type.file',
+ "config" => [
+ "folders" => ['images'],
+ "mode" => "upload",
+ ]
+ ],
+ 'register_page_alert_link' => [
+ 'type' => 'anomaly.field_type.url',
+ "config" => [
+ "default_value" => "/",
+ ]
+ ],
+ "home_page_sub_categories_limit" => [
+ "type" => "anomaly.field_type.integer",
+ "config" => [
+ "default_value" => 5,
+ ]
+ ],
+ 'style' => [
+ 'type' => 'anomaly.field_type.editor',
+ ],
+ 'gallery_box_height' => [
+ 'type' => 'anomaly.field_type.integer',
+ 'config' => [
+ 'default_value' => 500
+ ],
+ ],
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/af/addon.php b/resources/default/addons/visiosoft/base-theme/lang/af/addon.php
new file mode 100644
index 000000000..b765c86c2
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/af/addon.php
@@ -0,0 +1,7 @@
+ 'BasisTema',
+ 'name' => 'BasisTema',
+ 'description' => 'BasisTema'
+];
diff --git a/resources/default/addons/visiosoft/base-theme/lang/af/button.php b/resources/default/addons/visiosoft/base-theme/lang/af/button.php
new file mode 100644
index 000000000..39bf484ba
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/af/button.php
@@ -0,0 +1,15 @@
+ [
+ 'name' => 'Plaas advertensie',
+ ],
+ 'login' => 'Teken aan',
+ 'register' => 'Registreer',
+ 'continue' => 'Aanhou',
+ 'reset_password' => 'Herstel wagwoord',
+ 'email' => 'E-pos',
+ 'phone' => 'Foon',
+ 'show_all' => 'Wys almal',
+ 'hide_all' => 'Versteek alles',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/af/errors.php b/resources/default/addons/visiosoft/base-theme/lang/af/errors.php
new file mode 100644
index 000000000..644278313
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/af/errors.php
@@ -0,0 +1,9 @@
+ 'Nie gevind nie',
+ '403_title' => 'Verbode',
+ '404_message' => 'Die bladsy waarna u gesoek het, is nie gevind nie.',
+ '403_message' => 'Toegang tot hierdie bronne op die webwerf word geweier!',
+ 'home_page' => 'Gaan na die tuisblad',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/af/field.php b/resources/default/addons/visiosoft/base-theme/lang/af/field.php
new file mode 100644
index 000000000..93d680f81
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/af/field.php
@@ -0,0 +1,65 @@
+ 'Nuutste advertensies',
+ 'show_all' => 'Wys almal',
+ 'login' => [
+ 'name' => 'Teken aan',
+ ],
+ 'logout' => [
+ 'name' => 'Teken uit',
+ ],
+ 'profile' => 'Profiel',
+ 'email' => 'E-pos adres',
+ 'phone' => 'Telefoon nommer',
+ 'reset_code' => 'Stel kode terug',
+ 'password_confirmation' => 'Wagwoord bevestiging',
+ 'password' => 'Wagwoord',
+ 'first_name' => 'Eerste naam',
+ 'last_name' => 'Van',
+ 'remember_me' => 'Onthou my',
+ 'not_a_member_yet' => 'Nog nie \'n lid nie',
+ 'not_a_member_yet_message' => 'Teken in vir ons lede om voordeel te trek uit ons spesiale diens',
+ 'forgot_password' => 'Ek het my wagwoord vergeet',
+ 'email_or_phone_number' => 'E-posadres of telefoonnommer',
+ 'phone_number' => 'Telefoon nommer',
+
+ // Registration instructions
+ 'personal_registration_header' => 'Wat is die voordele vir individuele lidmaatskap?',
+ 'personal_registration_body' => 'Verkoop en huur u huis, motor, verkoop u ongebruikte items, kry nuwe.',
+ 'personal_registration_list_1' => 'Plaas \'n gratis advertensie,',
+ 'personal_registration_list_2' => 'Voeg die advertensies by waarin u belangstel, volg die prysveranderings nadat u dit by u gunstelinge gevoeg het, skep gunsteling soektogte wat aan u kriteria voldoen,',
+ 'personal_registration_list_3' => 'Stuur boodskappe aan die advertensie-eienaars op die webwerf.',
+ 'register_information_note' => 'Die inligting op hierdie bladsy word gebruik vir ' . env('APPLICATION_DOMAIN') . ' lidmaatskap. U kan gedetailleerde inligting oor die beskerming van persoonlike data hier vind.',
+
+ // Register page
+ 'phone_validation_error' => 'Hierdie telefoonnommer word deur \'n ander lid gebruik.',
+
+ // Forgot Password
+ 'create_new_password' => 'Skep nuwe wagwoord',
+
+ // Login page
+ 'or' => 'of',
+ 'login_with_phone_number' => 'Teken in met telefoonnommer',
+ 'login_with_email_address' => 'Teken in met e-posadres',
+
+ // Side menu links
+ 'company_directory' => 'Maatskappy gids',
+ 'popular_ads' => 'Gewilde advertensies',
+ 'last_48_hours' => 'Laaste 48 uur',
+ 'secure_e-commerce_ads' => 'Veilige e-handelsadvertensies',
+ 'sms' => 'Stuur teksboodskap (SMS)',
+ 'mail' => 'Stuur pos',
+
+ // Register instruction seed
+ 'register_instructions' => 'Registreer instruksies',
+ 'list' => 'Lys',
+ 'instruction_description' => 'Instruksie Beskrywing',
+ 'instruction_list' => 'Instruksielys',
+
+ // Offline
+ 'connection_problem' => 'Connection problem',
+ 'your_internet_connection_is_broken' => 'Your internet connection is broken,',
+ 'we_miss_you_so_much_already' => 'we miss you so much already!',
+ 'try_again' => 'Try again',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/af/message.php b/resources/default/addons/visiosoft/base-theme/lang/af/message.php
new file mode 100644
index 000000000..36dbcdb9b
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/af/message.php
@@ -0,0 +1,7 @@
+ 'SMS gestuur na u geregistreerde foon. Kyk asb.',
+ 'found_phone' => 'Die telefoonnommer wat in die stelsel geregistreer is, is nie gevind nie.',
+ 'error_mail' => 'U transaksie is suksesvol voltooi, maar die kennisgewing-e-pos kon nie gestuur word nie.',
+];
diff --git a/resources/default/addons/visiosoft/base-theme/lang/af/section.php b/resources/default/addons/visiosoft/base-theme/lang/af/section.php
new file mode 100644
index 000000000..c3e9ef18c
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/af/section.php
@@ -0,0 +1,8 @@
+ [
+ 'name' => 'Katalogusmodus',
+ ],
+ 'template' => 'Sjabloon',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/af/setting.php b/resources/default/addons/visiosoft/base-theme/lang/af/setting.php
new file mode 100644
index 000000000..0a6db2a5e
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/af/setting.php
@@ -0,0 +1,46 @@
+ [
+ 'name' => 'Navigasietitel',
+ ],
+ 'navigation_action' => [
+ 'name' => 'Navigasie-aksie',
+ ],
+ 'country_fields' => [
+ 'name' => 'Landvelde',
+ ],
+ 'date_fields' => [
+ 'name' => 'Datumvelde',
+ ],
+ 'price_fields' => [
+ 'name' => 'Prysvelde',
+ ],
+ 'breadcrumbs' => [
+ 'name' => 'Broodkrummels',
+ ],
+ 'ad_details' => [
+ 'name' => 'Advertensiebesonderhede',
+ ],
+ 'ad_details_tab' => [
+ 'name' => 'Advertensiebesonderhede Tab',
+ ],
+ 'latest_and_view_all_btn' => [
+ 'name' => 'Nuutste en bekyk alles Btn',
+ ],
+ 'register_page_instruction_logo' => [
+ 'name' => 'Registreer bladsy-instruksie-logo',
+ ],
+ 'register_page_alert_link' => [
+ 'name' => 'Registreer bladsy-waarskuwingskakel',
+ ],
+ 'style' => [
+ 'name' => 'Styl (CSS)',
+ ],
+ 'home_page_sub_categories_limit' => [
+ 'name' => 'Tuisblad Subkategorieë Beperk',
+ ],
+ 'default_country' => [
+ 'name' => 'Registreer bladsy, standaardland vir telefoon',
+ ]
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/ar/addon.php b/resources/default/addons/visiosoft/base-theme/lang/ar/addon.php
new file mode 100644
index 000000000..e2276f56d
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/ar/addon.php
@@ -0,0 +1,7 @@
+ 'BaseTheme',
+ 'name' => 'BaseTheme',
+ 'description' => 'الوصف'
+];
diff --git a/resources/default/addons/visiosoft/base-theme/lang/ar/button.php b/resources/default/addons/visiosoft/base-theme/lang/ar/button.php
new file mode 100644
index 000000000..941434ade
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/ar/button.php
@@ -0,0 +1,15 @@
+ [
+ 'name' => 'نشر الإعلان',
+ ],
+ 'login' => 'تسجيل الدخول',
+ 'register' => 'تسجيل',
+ 'continue' => 'استمر',
+ 'reset_password' => 'إعادة تعيين كلمة المرور',
+ 'email' => 'البريد الإلكتروني',
+ 'phone' => 'هاتف',
+ 'show_all' => 'عرض الكل',
+ 'hide_all' => 'أخف كل شيء',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/ar/errors.php b/resources/default/addons/visiosoft/base-theme/lang/ar/errors.php
new file mode 100644
index 000000000..43855b028
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/ar/errors.php
@@ -0,0 +1,9 @@
+ 'لم يتم العثور على',
+ '403_title' => 'ممنوع',
+ '404_message' => 'الصفحة التي كنت تبحث عنها غير موجودة.',
+ '403_message' => 'تم رفض الوصول إلى هذه الموارد على الموقع!',
+ 'home_page' => 'اذهب إلى الصفحة الرئيسية',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/ar/field.php b/resources/default/addons/visiosoft/base-theme/lang/ar/field.php
new file mode 100644
index 000000000..cf0a4419c
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/ar/field.php
@@ -0,0 +1,65 @@
+ 'أحدث الإعلانات',
+ 'show_all' => 'عرض الكل',
+ 'login' => [
+ 'name' => 'تسجيل الدخول',
+ ],
+ 'logout' => [
+ 'name' => 'تسجيل خروج',
+ ],
+ 'profile' => 'الملف الشخصي',
+ 'email' => 'عنوان البريد الإلكتروني',
+ 'phone' => 'رقم الهاتف',
+ 'reset_code' => 'إعادة تعيين الرمز',
+ 'password_confirmation' => 'تأكيد كلمة المرور',
+ 'password' => 'كلمه السر',
+ 'first_name' => 'الاسم الاول',
+ 'last_name' => 'الكنية',
+ 'remember_me' => 'تذكرنى',
+ 'not_a_member_yet' => 'لست عضوا حتى الآن',
+ 'not_a_member_yet_message' => 'الاشتراك لأعضائنا للاستفادة من خدماتنا الخاصة',
+ 'forgot_password' => 'لقد نسيت كلمة المرور',
+ 'email_or_phone_number' => 'عنوان البريد الإلكتروني أو رقم الهاتف',
+ 'phone_number' => 'رقم الهاتف',
+
+ // Registration instructions
+ 'personal_registration_header' => 'ما هي مزايا العضوية الفردية؟',
+ 'personal_registration_body' => 'بيع واستأجر منزلك أو سيارتك أو بيع أغراضك غير المستخدمة واحصل على أشياء جديدة.',
+ 'personal_registration_list_1' => 'نشر إعلان مجاني ،',
+ 'personal_registration_list_2' => 'أضف الإعلانات التي تهتم بها ، واتبع تغيرات الأسعار بعد إضافتها إلى مفضلاتك ، وإنشاء عمليات بحث مفضلة تلبي معاييرك ،',
+ 'personal_registration_list_3' => 'أرسل رسائل إلى مالكي الإعلانات على الموقع.',
+ 'register_information_note' => 'تؤخذ المعلومات على هذه الصفحة ل ' . env('APPLICATION_DOMAIN') . ' عضوية. يمكنك العثور على معلومات مفصلة حول حماية البيانات الشخصية هنا.',
+
+ // Register page
+ 'phone_validation_error' => 'رقم الهاتف هذا قيد الاستخدام من قبل عضو آخر.',
+
+ // Forgot Password
+ 'create_new_password' => 'إنشاء كلمة مرور جديدة',
+
+ // Login page
+ 'or' => 'أو',
+ 'login_with_phone_number' => 'تسجيل الدخول برقم الهاتف',
+ 'login_with_email_address' => 'تسجيل الدخول باستخدام عنوان البريد الإلكتروني',
+
+ // Side menu links
+ 'company_directory' => 'دليل شركة',
+ 'popular_ads' => 'إعلانات شعبية',
+ 'last_48_hours' => 'آخر 48 ساعة',
+ 'secure_e-commerce_ads' => 'إعلانات التجارة الإلكترونية الآمنة',
+ 'sms' => 'إرسال رسالة نصية (SMS)',
+ 'mail' => 'ارسل بريد',
+
+ // Register instruction seed
+ 'register_instructions' => 'تعليمات التسجيل',
+ 'list' => 'قائمة',
+ 'instruction_description' => 'وصف التعليمات',
+ 'instruction_list' => 'قائمة التعليمات',
+
+ // Offline
+ 'connection_problem' => 'Connection problem',
+ 'your_internet_connection_is_broken' => 'Your internet connection is broken,',
+ 'we_miss_you_so_much_already' => 'we miss you so much already!',
+ 'try_again' => 'Try again',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/ar/fields.php b/resources/default/addons/visiosoft/base-theme/lang/ar/fields.php
new file mode 100644
index 000000000..4723257f6
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/ar/fields.php
@@ -0,0 +1,33 @@
+ 'انشر إعلانك',
+ 'featured_ads' => "الإعلانات المميزة",
+ 'recent_ads' => "الإعلانات الحديثة",
+ 'trending_ads' => 'الإعلانات الشائعة',
+ 'search_map' => 'البحث على الخريطة',
+ 'search' => 'بحث',
+ 'categories' => 'الفئات',
+ 'city' => 'المدينة',
+ 'last_search' => 'لمواصلة البحث الأخير',
+ 'join-us' => 'انضم إلينا',
+ 'sign-in' => 'تسجيل الدخول',
+ 'new-here' => 'جديد هنا؟',
+ 'scroll-screen-for-details' => 'مرر الشاشة لعرض الجدول',
+ 'close' => 'إغلاق',
+
+
+ 'login' => 'تسجيل الدخول',
+ 'email' => [
+ 'name' => 'عنوان البريد الإلكتروني',
+ ],
+ 'name' => [
+ 'name' => 'الاسم',
+ ],
+ 'subject' => [
+ 'name' => 'العنوان',
+ ],
+ 'content' => [
+ 'name' => 'المحتوى',
+ ],
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/ar/message.php b/resources/default/addons/visiosoft/base-theme/lang/ar/message.php
new file mode 100644
index 000000000..799994b3d
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/ar/message.php
@@ -0,0 +1,7 @@
+ 'تم إرسال الرسائل القصيرة إلى هاتفك المسجل. يرجى المراجعة.',
+ 'found_phone' => 'لم يتم العثور على رقم الهاتف المسجل في النظام.',
+ 'error_mail' => 'تم إتمام معاملتك بنجاح ، ولكن تعذر إرسال البريد الإلكتروني الخاص بالإشعار.',
+];
diff --git a/resources/default/addons/visiosoft/base-theme/lang/ar/section.php b/resources/default/addons/visiosoft/base-theme/lang/ar/section.php
new file mode 100644
index 000000000..98bab67b1
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/ar/section.php
@@ -0,0 +1,8 @@
+ [
+ 'name' => 'وضع كتالوج',
+ ],
+ 'template' => 'قالب',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/ar/setting.php b/resources/default/addons/visiosoft/base-theme/lang/ar/setting.php
new file mode 100644
index 000000000..8ccab5bff
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/ar/setting.php
@@ -0,0 +1,46 @@
+ [
+ 'name' => 'عنوان الملاحة',
+ ],
+ 'navigation_action' => [
+ 'name' => 'ملاحة العمل',
+ ],
+ 'country_fields' => [
+ 'name' => 'حقول البلد',
+ ],
+ 'date_fields' => [
+ 'name' => 'حقول التاريخ',
+ ],
+ 'price_fields' => [
+ 'name' => 'حقول السعر',
+ ],
+ 'breadcrumbs' => [
+ 'name' => 'التفصيلي',
+ ],
+ 'ad_details' => [
+ 'name' => 'تفاصيل الإعلان',
+ ],
+ 'ad_details_tab' => [
+ 'name' => 'علامة تبويب تفاصيل الإعلان',
+ ],
+ 'latest_and_view_all_btn' => [
+ 'name' => 'أحدث وعرض جميع Btn',
+ ],
+ 'register_page_instruction_logo' => [
+ 'name' => 'تسجيل صفحة تعليمات الشعار',
+ ],
+ 'register_page_alert_link' => [
+ 'name' => 'تسجيل رابط تنبيه الصفحة',
+ ],
+ 'style' => [
+ 'name' => 'النمط (CSS)',
+ ],
+ 'home_page_sub_categories_limit' => [
+ 'name' => 'حد الفئات الفرعية للصفحة الرئيسية',
+ ],
+ 'default_country' => [
+ 'name' => 'صفحة التسجيل ، البلد الافتراضي للهاتف',
+ ]
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/az/addon.php b/resources/default/addons/visiosoft/base-theme/lang/az/addon.php
new file mode 100644
index 000000000..766e4fa77
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/az/addon.php
@@ -0,0 +1,7 @@
+ 'BaseTheme',
+ 'name' => 'BaseTheme',
+ 'description' => 'BaseTheme'
+];
diff --git a/resources/default/addons/visiosoft/base-theme/lang/az/button.php b/resources/default/addons/visiosoft/base-theme/lang/az/button.php
new file mode 100644
index 000000000..31983bd54
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/az/button.php
@@ -0,0 +1,15 @@
+ [
+ 'name' => 'Elan əlavə et',
+ ],
+ 'login' => 'Daxil ol',
+ 'register' => 'Qeydiyyat',
+ 'continue' => 'Davam edin',
+ 'reset_password' => 'Parolu sıfırlamak',
+ 'email' => 'Elektron poçt',
+ 'phone' => 'Telefon',
+ 'show_all' => 'Hamısını göstər',
+ 'hide_all' => 'Hamısını gizlədin',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/az/errors.php b/resources/default/addons/visiosoft/base-theme/lang/az/errors.php
new file mode 100644
index 000000000..cc800df49
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/az/errors.php
@@ -0,0 +1,9 @@
+ 'Tapılmadı',
+ '403_title' => 'Qadağandır',
+ '404_message' => 'Axtardığınız səhifə tapılmadı.',
+ '403_message' => 'Saytdakı bu mənbələrə giriş qadağandır!',
+ 'home_page' => 'Əsas səhifəyə keçin',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/az/field.php b/resources/default/addons/visiosoft/base-theme/lang/az/field.php
new file mode 100644
index 000000000..462a5e84f
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/az/field.php
@@ -0,0 +1,65 @@
+ 'Son elanlar',
+ 'show_all' => 'Hamısını göstər',
+ 'login' => [
+ 'name' => 'Daxil ol',
+ ],
+ 'logout' => [
+ 'name' => 'Çıxış',
+ ],
+ 'profile' => 'Profil',
+ 'email' => 'Elektron poçt ünvanı',
+ 'phone' => 'Telefon nömrəsi',
+ 'reset_code' => 'Kodu sıfırlayın',
+ 'password_confirmation' => 'Şifrə Təsdiqləmə',
+ 'password' => 'Şifrə',
+ 'first_name' => 'Ad',
+ 'last_name' => 'Soyad',
+ 'remember_me' => 'Məni xatırla',
+ 'not_a_member_yet' => 'Üzv deyil Hələ',
+ 'not_a_member_yet_message' => 'Xüsusi xidmətimizdən faydalanmaq üçün üzvlərimiz üçün qeydiyyatdan keçin',
+ 'forgot_password' => 'Şifrəmi Unutdum',
+ 'email_or_phone_number' => 'E-poçt ünvanı və ya telefon nömrəsi',
+ 'phone_number' => 'Telefon nömrəsi',
+
+ // Registration instructions
+ 'personal_registration_header' => 'Fərdi üzvlüyün üstünlükləri nələrdir?',
+ 'personal_registration_body' => 'Evinizi, avtomobilinizi satın və kirayə verin, istifadə olunmamış əşyaları satın, yenisini əldə edin.',
+ 'personal_registration_list_1' => 'Pulsuz elan göndərin,',
+ 'personal_registration_list_2' => 'Maraqlandığınız elanları əlavə edin, favoritlərinizə əlavə etdikdən sonra qiymət dəyişikliklərini izləyin, meyarlarınıza cavab verən sevimli axtarışları yaradın,',
+ 'personal_registration_list_3' => 'Saytdakı reklam sahiblərinə mesaj göndərin.',
+ 'register_information_note' => 'Bu səhifədəki məlumatlar alınır ' . env('APPLICATION_DOMAIN') . ' üzvlük. Şəxsi məlumatların qorunması haqqında ətraflı məlumatı burada tapa bilərsiniz.',
+
+ // Register page
+ 'phone_validation_error' => 'Bu telefon nömrəsi başqa bir üzv tərəfindən istifadə olunur.',
+
+ // Forgot Password
+ 'create_new_password' => 'Yeni Şifrə yaradın',
+
+ // Login page
+ 'or' => 'və ya',
+ 'login_with_phone_number' => 'Telefon nömrəsi ilə daxil olun',
+ 'login_with_email_address' => 'E-poçt ünvanı ilə daxil olun',
+
+ // Side menu links
+ 'company_directory' => 'Şirkət kataloqu',
+ 'popular_ads' => 'Populyar elanlar',
+ 'last_48_hours' => 'Son 48 saat',
+ 'secure_e-commerce_ads' => 'Təhlükəsiz e-ticarət reklamları',
+ 'sms' => 'Mətn mesajı göndərin (SMS)',
+ 'mail' => 'Məktub göndərin',
+
+ // Register instruction seed
+ 'register_instructions' => 'Qeyd təlimatları',
+ 'list' => 'Siyahı',
+ 'instruction_description' => 'Təlimatın təsviri',
+ 'instruction_list' => 'Təlimat siyahısı',
+
+ // Offline
+ 'connection_problem' => 'Connection problem',
+ 'your_internet_connection_is_broken' => 'Your internet connection is broken,',
+ 'we_miss_you_so_much_already' => 'we miss you so much already!',
+ 'try_again' => 'Try again',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/az/message.php b/resources/default/addons/visiosoft/base-theme/lang/az/message.php
new file mode 100644
index 000000000..797d1f5aa
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/az/message.php
@@ -0,0 +1,7 @@
+ 'Qeydli telefonunuza SMS göndərildi. Xahiş edirəm yoxlayın.',
+ 'found_phone' => 'Sistemdə qeydiyyata alınan telefon nömrəsi tapılmadı.',
+ 'error_mail' => 'Əməliyyatınız uğurla başa çatdı, ancaq bildiriş e-poçtu göndərilə bilmədi.',
+];
diff --git a/resources/default/addons/visiosoft/base-theme/lang/az/section.php b/resources/default/addons/visiosoft/base-theme/lang/az/section.php
new file mode 100644
index 000000000..a7139f91f
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/az/section.php
@@ -0,0 +1,8 @@
+ [
+ 'name' => 'Kataloq rejimi',
+ ],
+ 'template' => 'Şablon',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/az/setting.php b/resources/default/addons/visiosoft/base-theme/lang/az/setting.php
new file mode 100644
index 000000000..d3d7a5483
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/az/setting.php
@@ -0,0 +1,46 @@
+ [
+ 'name' => 'Naviqasiya Başlığı',
+ ],
+ 'navigation_action' => [
+ 'name' => 'Naviqasiya Fəaliyyəti',
+ ],
+ 'country_fields' => [
+ 'name' => 'Ölkə sahələri',
+ ],
+ 'date_fields' => [
+ 'name' => 'Tarix sahələri',
+ ],
+ 'price_fields' => [
+ 'name' => 'Qiymət sahələri',
+ ],
+ 'breadcrumbs' => [
+ 'name' => 'Çörək qırıntısı',
+ ],
+ 'ad_details' => [
+ 'name' => 'Elan təfərrüatları',
+ ],
+ 'ad_details_tab' => [
+ 'name' => 'Elan Detalları Nişanı',
+ ],
+ 'latest_and_view_all_btn' => [
+ 'name' => 'Ən son və Hamısına bax Btn',
+ ],
+ 'register_page_instruction_logo' => [
+ 'name' => 'Səhifə Təlimatı Loqosunu qeyd edin',
+ ],
+ 'register_page_alert_link' => [
+ 'name' => 'Qeyd Alert Linkini Qeyd et',
+ ],
+ 'style' => [
+ 'name' => 'Stil (CSS)',
+ ],
+ 'home_page_sub_categories_limit' => [
+ 'name' => 'Əsas alt kateqoriyalar məhdudiyyəti',
+ ],
+ 'default_country' => [
+ 'name' => 'Qeydiyyat səhifəsi, telefon üçün standart ölkə',
+ ]
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/bg/addon.php b/resources/default/addons/visiosoft/base-theme/lang/bg/addon.php
new file mode 100644
index 000000000..766e4fa77
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/bg/addon.php
@@ -0,0 +1,7 @@
+ 'BaseTheme',
+ 'name' => 'BaseTheme',
+ 'description' => 'BaseTheme'
+];
diff --git a/resources/default/addons/visiosoft/base-theme/lang/bg/button.php b/resources/default/addons/visiosoft/base-theme/lang/bg/button.php
new file mode 100644
index 000000000..ab9ea09b8
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/bg/button.php
@@ -0,0 +1,15 @@
+ [
+ 'name' => 'Публикувай реклама',
+ ],
+ 'login' => 'Влизам',
+ 'register' => 'Регистрирам',
+ 'continue' => 'продължи',
+ 'reset_password' => 'Нулиране на паролата',
+ 'email' => 'електронна поща',
+ 'phone' => 'Телефон',
+ 'show_all' => 'Покажи всичко',
+ 'hide_all' => 'Скрий всичко',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/bg/errors.php b/resources/default/addons/visiosoft/base-theme/lang/bg/errors.php
new file mode 100644
index 000000000..c094ee774
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/bg/errors.php
@@ -0,0 +1,9 @@
+ 'Не е намерен',
+ '403_title' => 'Забранен',
+ '404_message' => 'Страницата, която търсите, не е намерена.',
+ '403_message' => 'Достъпът до тези ресурси на сайта е отказан!',
+ 'home_page' => 'Отидете в началната страница',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/bg/field.php b/resources/default/addons/visiosoft/base-theme/lang/bg/field.php
new file mode 100644
index 000000000..480004604
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/bg/field.php
@@ -0,0 +1,65 @@
+ 'Последни реклами',
+ 'show_all' => 'Покажи всичко',
+ 'login' => [
+ 'name' => 'Влизам',
+ ],
+ 'logout' => [
+ 'name' => 'Излез от профила си',
+ ],
+ 'profile' => 'Профил',
+ 'email' => 'Имейл адрес',
+ 'phone' => 'Телефонен номер',
+ 'reset_code' => 'Нулиране на кода',
+ 'password_confirmation' => 'Потвърждение на парола',
+ 'password' => 'Парола',
+ 'first_name' => 'Първо име',
+ 'last_name' => 'Фамилия',
+ 'remember_me' => 'Помни ме',
+ 'not_a_member_yet' => 'Все още не е член',
+ 'not_a_member_yet_message' => 'Регистрирайте се за нашите членове, за да се възползвате от нашата специална услуга',
+ 'forgot_password' => 'Забравих паролата си',
+ 'email_or_phone_number' => 'Имейл адрес или телефонен номер',
+ 'phone_number' => 'Телефонен номер',
+
+ // Registration instructions
+ 'personal_registration_header' => 'Какви са предимствата на индивидуалното членство?',
+ 'personal_registration_body' => 'Продавайте и наемайте дома си, автомобила, продавайте неизползваните си вещи, взимайте нови.',
+ 'personal_registration_list_1' => 'Публикувайте безплатна реклама,',
+ 'personal_registration_list_2' => 'Добавете рекламите, които ви интересуват, проследете промените в цените, след като ги добавите към любимите си, създайте любими търсения, които отговарят на вашите критерии,',
+ 'personal_registration_list_3' => 'Изпращайте съобщения до собствениците на реклами на сайта.',
+ 'register_information_note' => 'Информацията на тази страница е взета за ' . env('APPLICATION_DOMAIN') . ' членство. Подробна информация за защитата на личните данни можете да намерите тук.',
+
+ // Register page
+ 'phone_validation_error' => 'Този телефонен номер се използва от друг член.',
+
+ // Forgot Password
+ 'create_new_password' => 'Създайте нова парола',
+
+ // Login page
+ 'or' => 'или',
+ 'login_with_phone_number' => 'Влезте с телефонен номер',
+ 'login_with_email_address' => 'Влезте с имейл адрес',
+
+ // Side menu links
+ 'company_directory' => 'Фирмен указател',
+ 'popular_ads' => 'Популярни реклами',
+ 'last_48_hours' => 'Последните 48 часа',
+ 'secure_e-commerce_ads' => 'Сигурни реклами за електронна търговия',
+ 'sms' => 'Изпращане на текстово съобщение (SMS)',
+ 'mail' => 'Изпрати писмо',
+
+ // Register instruction seed
+ 'register_instructions' => 'Инструкции за регистрация',
+ 'list' => 'Списък',
+ 'instruction_description' => 'Инструкция Описание',
+ 'instruction_list' => 'Списък с инструкции',
+
+ // Offline
+ 'connection_problem' => 'Connection problem',
+ 'your_internet_connection_is_broken' => 'Your internet connection is broken,',
+ 'we_miss_you_so_much_already' => 'we miss you so much already!',
+ 'try_again' => 'Try again',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/bg/message.php b/resources/default/addons/visiosoft/base-theme/lang/bg/message.php
new file mode 100644
index 000000000..674891823
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/bg/message.php
@@ -0,0 +1,7 @@
+ 'SMS, изпратен на вашия регистриран телефон. Моля те, провери.',
+ 'found_phone' => 'Телефонният номер, регистриран в системата, не е намерен.',
+ 'error_mail' => 'Вашата транзакция е завършена успешно, но имейл за уведомяване не може да бъде изпратен.',
+];
diff --git a/resources/default/addons/visiosoft/base-theme/lang/bg/section.php b/resources/default/addons/visiosoft/base-theme/lang/bg/section.php
new file mode 100644
index 000000000..3f8ea9554
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/bg/section.php
@@ -0,0 +1,8 @@
+ [
+ 'name' => 'Каталожен режим',
+ ],
+ 'template' => 'Шаблон',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/bg/setting.php b/resources/default/addons/visiosoft/base-theme/lang/bg/setting.php
new file mode 100644
index 000000000..2a382e608
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/bg/setting.php
@@ -0,0 +1,46 @@
+ [
+ 'name' => 'Заглавие на навигацията',
+ ],
+ 'navigation_action' => [
+ 'name' => 'Навигационно действие',
+ ],
+ 'country_fields' => [
+ 'name' => 'Държавни полета',
+ ],
+ 'date_fields' => [
+ 'name' => 'Полета за дата',
+ ],
+ 'price_fields' => [
+ 'name' => 'Ценови полета',
+ ],
+ 'breadcrumbs' => [
+ 'name' => 'Галета',
+ ],
+ 'ad_details' => [
+ 'name' => 'Подробности за рекламата',
+ ],
+ 'ad_details_tab' => [
+ 'name' => 'Раздел „Подробности за рекламата“',
+ ],
+ 'latest_and_view_all_btn' => [
+ 'name' => 'Най-новите и Вижте всички Btn',
+ ],
+ 'register_page_instruction_logo' => [
+ 'name' => 'Регистрация на страницата с инструкции Лого',
+ ],
+ 'register_page_alert_link' => [
+ 'name' => 'Връзка за предупреждение на страницата за регистрация',
+ ],
+ 'style' => [
+ 'name' => 'Стил (CSS)',
+ ],
+ 'home_page_sub_categories_limit' => [
+ 'name' => 'Подкатегории на началната страница Ограничение',
+ ],
+ 'default_country' => [
+ 'name' => 'Страница за регистрация, държава по подразбиране за телефона',
+ ]
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/bn/addon.php b/resources/default/addons/visiosoft/base-theme/lang/bn/addon.php
new file mode 100644
index 000000000..766e4fa77
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/bn/addon.php
@@ -0,0 +1,7 @@
+ 'BaseTheme',
+ 'name' => 'BaseTheme',
+ 'description' => 'BaseTheme'
+];
diff --git a/resources/default/addons/visiosoft/base-theme/lang/bn/button.php b/resources/default/addons/visiosoft/base-theme/lang/bn/button.php
new file mode 100644
index 000000000..805b1f19c
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/bn/button.php
@@ -0,0 +1,15 @@
+ [
+ 'name' => 'পোস্ট বিজ্ঞাপন',
+ ],
+ 'login' => 'প্রবেশ করুন',
+ 'register' => 'নিবন্ধন',
+ 'continue' => 'চালিয়ে',
+ 'reset_password' => 'পাসওয়ার্ড রিসেট করুন',
+ 'email' => 'ইমেইল',
+ 'phone' => 'ফোন',
+ 'show_all' => 'সব দেখাও',
+ 'hide_all' => 'সব লুকাও',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/bn/errors.php b/resources/default/addons/visiosoft/base-theme/lang/bn/errors.php
new file mode 100644
index 000000000..ab0e6aeca
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/bn/errors.php
@@ -0,0 +1,9 @@
+ 'খুঁজে পাওয়া যায়নি',
+ '403_title' => 'নিষিদ্ধ',
+ '404_message' => 'আপনি যে পৃষ্ঠার সন্ধান করেছেন তা পাওয়া যায় নি।',
+ '403_message' => 'সাইটে এই সংস্থানগুলিতে অ্যাক্সেস অস্বীকার করা হয়েছে!',
+ 'home_page' => 'হোমপেজে যান',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/bn/field.php b/resources/default/addons/visiosoft/base-theme/lang/bn/field.php
new file mode 100644
index 000000000..abf0c74e3
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/bn/field.php
@@ -0,0 +1,65 @@
+ 'সর্বশেষ বিজ্ঞাপন',
+ 'show_all' => 'সব দেখাও',
+ 'login' => [
+ 'name' => 'প্রবেশ করুন',
+ ],
+ 'logout' => [
+ 'name' => 'প্রস্থান',
+ ],
+ 'profile' => 'প্রোফাইল',
+ 'email' => 'ইমেল ঠিকানা',
+ 'phone' => 'ফোন নম্বর',
+ 'reset_code' => 'কোড আবার ঠিক করুন',
+ 'password_confirmation' => 'পাসওয়ার্ড নিশ্চিতকরণ',
+ 'password' => 'পাসওয়ার্ড',
+ 'first_name' => 'নামের প্রথম অংশ',
+ 'last_name' => 'নামের শেষাংশ',
+ 'remember_me' => 'আমাকে মনে কর',
+ 'not_a_member_yet' => 'এখনো সদস্য নন',
+ 'not_a_member_yet_message' => 'আমাদের বিশেষ পরিষেবাটি থেকে উপকার পেতে আমাদের সদস্যদের সাইন আপ করুন',
+ 'forgot_password' => 'আমি আমার পাসওয়ার্ড ভুলে গেছি',
+ 'email_or_phone_number' => 'ইমেল ঠিকানা বা ফোন নম্বর',
+ 'phone_number' => 'ফোন নম্বর',
+
+ // Registration instructions
+ 'personal_registration_header' => 'স্বতন্ত্র সদস্যতা সুবিধা কি কি?',
+ 'personal_registration_body' => 'আপনার বাড়ি, গাড়ি বিক্রয় করুন এবং ভাড়া দিন, আপনার অব্যবহৃত আইটেমগুলি বিক্রয় করুন, নতুন পান।',
+ 'personal_registration_list_1' => 'একটি বিনামূল্যে বিজ্ঞাপন পোস্ট করুন,',
+ 'personal_registration_list_2' => 'আপনার আগ্রহী বিজ্ঞাপনগুলি যুক্ত করুন, আপনার পছন্দসইগুলিতে যুক্ত করার পরে দামের পরিবর্তনগুলি অনুসরণ করুন, আপনার অনুসন্ধানের মানদণ্ডগুলি পূরণ করে এমন পছন্দসই অনুসন্ধানগুলি তৈরি করুন,',
+ 'personal_registration_list_3' => 'সাইটে বিজ্ঞাপন মালিকদের বার্তা প্রেরণ করুন।',
+ 'register_information_note' => 'এই পৃষ্ঠায় তথ্য জন্য নেওয়া হয় ' . env('APPLICATION_DOMAIN') . ' সদস্য। আপনি ব্যক্তিগত তথ্য সুরক্ষা সম্পর্কে বিস্তারিত তথ্য এখানে পেতে পারেন।',
+
+ // Register page
+ 'phone_validation_error' => 'এই ফোন নম্বরটি অন্য একজন সদস্যের ব্যবহৃত।',
+
+ // Forgot Password
+ 'create_new_password' => 'নতুন পাসওয়ার্ড তৈরি করুন',
+
+ // Login page
+ 'or' => 'অথবা',
+ 'login_with_phone_number' => 'ফোন নম্বর দিয়ে লগইন করুন',
+ 'login_with_email_address' => 'ইমেল ঠিকানা দিয়ে লগইন করুন',
+
+ // Side menu links
+ 'company_directory' => 'কোম্পানী নির্দেশিকা',
+ 'popular_ads' => 'জনপ্রিয় বিজ্ঞাপন',
+ 'last_48_hours' => 'শেষ 48 ঘন্টা',
+ 'secure_e-commerce_ads' => 'নিরাপদ ই-বাণিজ্য বিজ্ঞাপন',
+ 'sms' => 'পাঠ্য বার্তা (এসএমএস) প্রেরণ করুন',
+ 'mail' => 'মেইল পাঠাও',
+
+ // Register instruction seed
+ 'register_instructions' => 'নির্দেশাবলী নিবন্ধন করুন',
+ 'list' => 'তালিকা',
+ 'instruction_description' => 'নির্দেশের বিবরণ',
+ 'instruction_list' => 'নির্দেশের তালিকা',
+
+ // Offline
+ 'connection_problem' => 'Connection problem',
+ 'your_internet_connection_is_broken' => 'Your internet connection is broken,',
+ 'we_miss_you_so_much_already' => 'we miss you so much already!',
+ 'try_again' => 'Try again',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/bn/message.php b/resources/default/addons/visiosoft/base-theme/lang/bn/message.php
new file mode 100644
index 000000000..2a487b5bd
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/bn/message.php
@@ -0,0 +1,7 @@
+ 'আপনার নিবন্ধিত ফোনে এসএমএস পাঠানো হয়েছে। দয়া করে চেক করুন।',
+ 'found_phone' => 'সিস্টেমে নিবন্ধিত ফোন নম্বরটি পাওয়া যায়নি।',
+ 'error_mail' => 'আপনার লেনদেন সফলভাবে সম্পন্ন হয়েছে, তবে বিজ্ঞপ্তি ইমেল প্রেরণ করা যায়নি।',
+];
diff --git a/resources/default/addons/visiosoft/base-theme/lang/bn/section.php b/resources/default/addons/visiosoft/base-theme/lang/bn/section.php
new file mode 100644
index 000000000..62bb98638
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/bn/section.php
@@ -0,0 +1,8 @@
+ [
+ 'name' => 'ক্যাটালগ মোড',
+ ],
+ 'template' => 'টেমপ্লেট',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/bn/setting.php b/resources/default/addons/visiosoft/base-theme/lang/bn/setting.php
new file mode 100644
index 000000000..083bc581b
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/bn/setting.php
@@ -0,0 +1,46 @@
+ [
+ 'name' => 'নেভিগেশন শিরোনাম',
+ ],
+ 'navigation_action' => [
+ 'name' => 'নেভিগেশন অ্যাকশন',
+ ],
+ 'country_fields' => [
+ 'name' => 'দেশের ক্ষেত্রসমূহ',
+ ],
+ 'date_fields' => [
+ 'name' => 'তারিখের ক্ষেত্রগুলি',
+ ],
+ 'price_fields' => [
+ 'name' => 'মূল্য ক্ষেত্রসমূহ',
+ ],
+ 'breadcrumbs' => [
+ 'name' => 'ব্রেডক্রম্বে',
+ ],
+ 'ad_details' => [
+ 'name' => 'বিজ্ঞাপনের বিবরণ',
+ ],
+ 'ad_details_tab' => [
+ 'name' => 'বিজ্ঞাপনের বিবরণ ট্যাব',
+ ],
+ 'latest_and_view_all_btn' => [
+ 'name' => 'সর্বশেষ এবং দেখুন সমস্ত বিটিএন',
+ ],
+ 'register_page_instruction_logo' => [
+ 'name' => 'পৃষ্ঠা নির্দেশিকা লোগো নিবন্ধন করুন',
+ ],
+ 'register_page_alert_link' => [
+ 'name' => 'পৃষ্ঠা সতর্কতা লিঙ্ক নিবন্ধন করুন',
+ ],
+ 'style' => [
+ 'name' => 'স্টাইল (css)',
+ ],
+ 'home_page_sub_categories_limit' => [
+ 'name' => 'হোমপেজ সাব বিভাগের সীমা',
+ ],
+ 'default_country' => [
+ 'name' => 'ফোনের জন্য পৃষ্ঠা, ডিফল্ট দেশ নিবন্ধ করুন',
+ ]
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/ca/addon.php b/resources/default/addons/visiosoft/base-theme/lang/ca/addon.php
new file mode 100644
index 000000000..12ec2e5fa
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/ca/addon.php
@@ -0,0 +1,7 @@
+ 'Tema base',
+ 'name' => 'Tema base',
+ 'description' => 'Tema base'
+];
diff --git a/resources/default/addons/visiosoft/base-theme/lang/ca/button.php b/resources/default/addons/visiosoft/base-theme/lang/ca/button.php
new file mode 100644
index 000000000..394b8774a
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/ca/button.php
@@ -0,0 +1,15 @@
+ [
+ 'name' => 'Publicar anunci',
+ ],
+ 'login' => 'iniciar Sessió',
+ 'register' => 'Registra\'t',
+ 'continue' => 'Continua',
+ 'reset_password' => 'Restablir la contrasenya',
+ 'email' => 'Correu electrònic',
+ 'phone' => 'Telèfon',
+ 'show_all' => 'Mostrar tots',
+ 'hide_all' => 'Amaga-ho tot',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/ca/errors.php b/resources/default/addons/visiosoft/base-theme/lang/ca/errors.php
new file mode 100644
index 000000000..72c7d5e17
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/ca/errors.php
@@ -0,0 +1,9 @@
+ 'No trobat',
+ '403_title' => 'Prohibit',
+ '404_message' => 'No s\'ha trobat la pàgina que cercàveu.',
+ '403_message' => 'Es denega l\'accés a aquests recursos del lloc.',
+ 'home_page' => 'Aneu a la pàgina inicial',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/ca/field.php b/resources/default/addons/visiosoft/base-theme/lang/ca/field.php
new file mode 100644
index 000000000..ad3247912
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/ca/field.php
@@ -0,0 +1,65 @@
+ 'Últims anuncis',
+ 'show_all' => 'Mostrar tots',
+ 'login' => [
+ 'name' => 'iniciar Sessió',
+ ],
+ 'logout' => [
+ 'name' => 'Tancar sessió',
+ ],
+ 'profile' => 'Perfil',
+ 'email' => 'Correu electrònic',
+ 'phone' => 'Número de telèfon',
+ 'reset_code' => 'Restableix el codi',
+ 'password_confirmation' => 'Confirmació de la contrasenya',
+ 'password' => 'Contrasenya',
+ 'first_name' => 'Nom',
+ 'last_name' => 'Cognom',
+ 'remember_me' => 'Recorda\'m',
+ 'not_a_member_yet' => 'Encara no és membre',
+ 'not_a_member_yet_message' => 'Registreu-vos perquè els nostres membres es puguin beneficiar del nostre servei especial',
+ 'forgot_password' => 'He oblidat la meva contrasenya',
+ 'email_or_phone_number' => 'Adreça de correu electrònic o número de telèfon',
+ 'phone_number' => 'Número de telèfon',
+
+ // Registration instructions
+ 'personal_registration_header' => 'Quins són els avantatges de la pertinença individual?',
+ 'personal_registration_body' => 'Ven i lloga la teva llar, el teu cotxe, ven els articles que no utilitzis i aconsegueix-ne de nous.',
+ 'personal_registration_list_1' => 'Publiqueu un anunci gratuït,',
+ 'personal_registration_list_2' => 'Afegiu els anuncis que us interessin, seguiu els canvis de preu després d\'afegir-los als vostres preferits, creeu cerques que compleixin els vostres criteris,',
+ 'personal_registration_list_3' => 'Envieu missatges als propietaris d’anuncis del lloc.',
+ 'register_information_note' => 'La informació d\'aquesta pàgina es pren per a ' . env('APPLICATION_DOMAIN') . ' membresía. Podeu trobar informació detallada sobre la protecció de dades personals aquí.',
+
+ // Register page
+ 'phone_validation_error' => 'Aquest número de telèfon l’utilitza un altre membre.',
+
+ // Forgot Password
+ 'create_new_password' => 'Crea una nova contrasenya',
+
+ // Login page
+ 'or' => 'o bé',
+ 'login_with_phone_number' => 'Inicieu la sessió amb el número de telèfon',
+ 'login_with_email_address' => 'Inicieu la sessió amb l\'adreça de correu electrònic',
+
+ // Side menu links
+ 'company_directory' => 'Directori d\'empreses',
+ 'popular_ads' => 'Anuncis populars',
+ 'last_48_hours' => 'Darreres 48 hores',
+ 'secure_e-commerce_ads' => 'Anuncis de comerç electrònic segurs',
+ 'sms' => 'Enviar missatges de text (SMS)',
+ 'mail' => 'Envia un correu',
+
+ // Register instruction seed
+ 'register_instructions' => 'Registre d’instruccions',
+ 'list' => 'Llista',
+ 'instruction_description' => 'Descripció de la instrucció',
+ 'instruction_list' => 'Llista d’instruccions',
+
+ // Offline
+ 'connection_problem' => 'Connection problem',
+ 'your_internet_connection_is_broken' => 'Your internet connection is broken,',
+ 'we_miss_you_so_much_already' => 'we miss you so much already!',
+ 'try_again' => 'Try again',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/ca/message.php b/resources/default/addons/visiosoft/base-theme/lang/ca/message.php
new file mode 100644
index 000000000..1051b0f15
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/ca/message.php
@@ -0,0 +1,7 @@
+ 'SMS enviat al vostre telèfon registrat. Si us plau, comproveu.',
+ 'found_phone' => 'No s\'ha trobat el número de telèfon registrat al sistema.',
+ 'error_mail' => 'La vostra transacció s\'ha completat correctament, però no s\'ha pogut enviar el correu electrònic de notificació.',
+];
diff --git a/resources/default/addons/visiosoft/base-theme/lang/ca/section.php b/resources/default/addons/visiosoft/base-theme/lang/ca/section.php
new file mode 100644
index 000000000..4f13fe5ed
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/ca/section.php
@@ -0,0 +1,8 @@
+ [
+ 'name' => 'Mode de catàleg',
+ ],
+ 'template' => 'Plantilla',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/ca/setting.php b/resources/default/addons/visiosoft/base-theme/lang/ca/setting.php
new file mode 100644
index 000000000..501bd749a
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/ca/setting.php
@@ -0,0 +1,46 @@
+ [
+ 'name' => 'Títol de navegació',
+ ],
+ 'navigation_action' => [
+ 'name' => 'Acció de navegació',
+ ],
+ 'country_fields' => [
+ 'name' => 'Camps de país',
+ ],
+ 'date_fields' => [
+ 'name' => 'Camps de data',
+ ],
+ 'price_fields' => [
+ 'name' => 'Camps de preus',
+ ],
+ 'breadcrumbs' => [
+ 'name' => 'Pa ratllat',
+ ],
+ 'ad_details' => [
+ 'name' => 'Detalls de l\'anunci',
+ ],
+ 'ad_details_tab' => [
+ 'name' => 'Pestanya Detalls de l\'anunci',
+ ],
+ 'latest_and_view_all_btn' => [
+ 'name' => 'Últims i Mostra-ho tot Btn',
+ ],
+ 'register_page_instruction_logo' => [
+ 'name' => 'Logotip d\'instruccions de la pàgina de registre',
+ ],
+ 'register_page_alert_link' => [
+ 'name' => 'Enllaç d\'alerta de pàgina de registre',
+ ],
+ 'style' => [
+ 'name' => 'Estil (CSS)',
+ ],
+ 'home_page_sub_categories_limit' => [
+ 'name' => 'Límit de subcategories de la pàgina principal',
+ ],
+ 'default_country' => [
+ 'name' => 'Pàgina de registre, país per defecte del telèfon',
+ ]
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/cs/addon.php b/resources/default/addons/visiosoft/base-theme/lang/cs/addon.php
new file mode 100644
index 000000000..766e4fa77
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/cs/addon.php
@@ -0,0 +1,7 @@
+ 'BaseTheme',
+ 'name' => 'BaseTheme',
+ 'description' => 'BaseTheme'
+];
diff --git a/resources/default/addons/visiosoft/base-theme/lang/cs/button.php b/resources/default/addons/visiosoft/base-theme/lang/cs/button.php
new file mode 100644
index 000000000..fb591c6be
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/cs/button.php
@@ -0,0 +1,15 @@
+ [
+ 'name' => 'Přidat inzerát',
+ ],
+ 'login' => 'Přihlásit se',
+ 'register' => 'Registrovat',
+ 'continue' => 'Pokračovat',
+ 'reset_password' => 'Obnovit heslo',
+ 'email' => 'E-mailem',
+ 'phone' => 'Telefon',
+ 'show_all' => 'Ukázat vše',
+ 'hide_all' => 'Skrýt vše',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/cs/errors.php b/resources/default/addons/visiosoft/base-theme/lang/cs/errors.php
new file mode 100644
index 000000000..43c311f82
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/cs/errors.php
@@ -0,0 +1,9 @@
+ 'Nenalezeno',
+ '403_title' => 'Zakázáno',
+ '404_message' => 'Stránka, kterou jste hledali, nebyla nalezena.',
+ '403_message' => 'Přístup k těmto zdrojům na webu je odepřen!',
+ 'home_page' => 'Jít na domovskou stránku',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/cs/field.php b/resources/default/addons/visiosoft/base-theme/lang/cs/field.php
new file mode 100644
index 000000000..783b3a471
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/cs/field.php
@@ -0,0 +1,65 @@
+ 'Nejnovější reklamy',
+ 'show_all' => 'Ukázat vše',
+ 'login' => [
+ 'name' => 'Přihlásit se',
+ ],
+ 'logout' => [
+ 'name' => 'Odhlásit se',
+ ],
+ 'profile' => 'Profil',
+ 'email' => 'Emailová adresa',
+ 'phone' => 'Telefonní číslo',
+ 'reset_code' => 'Resetovat kód',
+ 'password_confirmation' => 'Potvrzení hesla',
+ 'password' => 'Heslo',
+ 'first_name' => 'Jméno',
+ 'last_name' => 'Příjmení',
+ 'remember_me' => 'Zapamatuj si mě',
+ 'not_a_member_yet' => 'Ještě nejste členem',
+ 'not_a_member_yet_message' => 'Přihlaste se k našim členům, abyste mohli těžit z naší speciální služby',
+ 'forgot_password' => 'Zapomněl jsem své heslo',
+ 'email_or_phone_number' => 'E-mailová adresa nebo telefonní číslo',
+ 'phone_number' => 'Telefonní číslo',
+
+ // Registration instructions
+ 'personal_registration_header' => 'Jaké jsou výhody individuálního členství?',
+ 'personal_registration_body' => 'Prodejte a pronajměte si svůj dům, auto, prodejte nepoužité věci, získejte nové.',
+ 'personal_registration_list_1' => 'Zveřejněte bezplatný inzerát,',
+ 'personal_registration_list_2' => 'Přidejte reklamy, které vás zajímají, sledujte změny cen po jejich přidání do oblíbených, vytvořte oblíbené vyhledávání, které splňuje vaše kritéria,',
+ 'personal_registration_list_3' => 'Posílejte zprávy vlastníkům reklam na webu.',
+ 'register_information_note' => 'Informace na této stránce jsou považovány za ' . env('APPLICATION_DOMAIN') . ' členství. Zde naleznete podrobné informace o ochraně osobních údajů.',
+
+ // Register page
+ 'phone_validation_error' => 'Toto telefonní číslo používá jiný člen.',
+
+ // Forgot Password
+ 'create_new_password' => 'Vytvořit nové heslo',
+
+ // Login page
+ 'or' => 'nebo',
+ 'login_with_phone_number' => 'Přihlaste se pomocí telefonního čísla',
+ 'login_with_email_address' => 'Přihlaste se pomocí e-mailové adresy',
+
+ // Side menu links
+ 'company_directory' => 'Adresář společnosti',
+ 'popular_ads' => 'Populární reklamy',
+ 'last_48_hours' => 'Posledních 48 hodin',
+ 'secure_e-commerce_ads' => 'Bezpečné reklamy elektronického obchodu',
+ 'sms' => 'Odeslat textovou zprávu (SMS)',
+ 'mail' => 'Poslat mail',
+
+ // Register instruction seed
+ 'register_instructions' => 'Zaregistrujte pokyny',
+ 'list' => 'Seznam',
+ 'instruction_description' => 'Popis instrukce',
+ 'instruction_list' => 'Seznam instrukcí',
+
+ // Offline
+ 'connection_problem' => 'Connection problem',
+ 'your_internet_connection_is_broken' => 'Your internet connection is broken,',
+ 'we_miss_you_so_much_already' => 'we miss you so much already!',
+ 'try_again' => 'Try again',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/cs/message.php b/resources/default/addons/visiosoft/base-theme/lang/cs/message.php
new file mode 100644
index 000000000..a587c7262
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/cs/message.php
@@ -0,0 +1,7 @@
+ 'SMS zaslané na váš registrovaný telefon. Prosím zkontrolujte.',
+ 'found_phone' => 'Telefonní číslo registrované v systému nebylo nalezeno.',
+ 'error_mail' => 'Vaše transakce byla úspěšně dokončena, ale e-mail s oznámením nelze odeslat.',
+];
diff --git a/resources/default/addons/visiosoft/base-theme/lang/cs/section.php b/resources/default/addons/visiosoft/base-theme/lang/cs/section.php
new file mode 100644
index 000000000..1f73a9fa3
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/cs/section.php
@@ -0,0 +1,8 @@
+ [
+ 'name' => 'Režim katalogu',
+ ],
+ 'template' => 'Šablona',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/cs/setting.php b/resources/default/addons/visiosoft/base-theme/lang/cs/setting.php
new file mode 100644
index 000000000..1d333dfcf
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/cs/setting.php
@@ -0,0 +1,46 @@
+ [
+ 'name' => 'Název navigace',
+ ],
+ 'navigation_action' => [
+ 'name' => 'Akce navigace',
+ ],
+ 'country_fields' => [
+ 'name' => 'Země pole',
+ ],
+ 'date_fields' => [
+ 'name' => 'Pole data',
+ ],
+ 'price_fields' => [
+ 'name' => 'Cenová pole',
+ ],
+ 'breadcrumbs' => [
+ 'name' => 'Strouhanka',
+ ],
+ 'ad_details' => [
+ 'name' => 'Podrobnosti o reklamě',
+ ],
+ 'ad_details_tab' => [
+ 'name' => 'Karta Podrobnosti reklamy',
+ ],
+ 'latest_and_view_all_btn' => [
+ 'name' => 'Nejnovější a Zobrazit vše Btn',
+ ],
+ 'register_page_instruction_logo' => [
+ 'name' => 'Zaregistrujte si logo instrukce pro stránku',
+ ],
+ 'register_page_alert_link' => [
+ 'name' => 'Zaregistrovat odkaz na upozornění na stránku',
+ ],
+ 'style' => [
+ 'name' => 'Styl (CSS)',
+ ],
+ 'home_page_sub_categories_limit' => [
+ 'name' => 'Limit podkategorií domovské stránky',
+ ],
+ 'default_country' => [
+ 'name' => 'Stránka registrace, výchozí země pro telefon',
+ ]
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/da/addon.php b/resources/default/addons/visiosoft/base-theme/lang/da/addon.php
new file mode 100644
index 000000000..766e4fa77
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/da/addon.php
@@ -0,0 +1,7 @@
+ 'BaseTheme',
+ 'name' => 'BaseTheme',
+ 'description' => 'BaseTheme'
+];
diff --git a/resources/default/addons/visiosoft/base-theme/lang/da/button.php b/resources/default/addons/visiosoft/base-theme/lang/da/button.php
new file mode 100644
index 000000000..557227333
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/da/button.php
@@ -0,0 +1,15 @@
+ [
+ 'name' => 'Indlæg annonce',
+ ],
+ 'login' => 'Log på',
+ 'register' => 'Tilmeld',
+ 'continue' => 'Blive ved',
+ 'reset_password' => 'Nulstille kodeord',
+ 'email' => 'E-mail',
+ 'phone' => 'telefon',
+ 'show_all' => 'Vis alt',
+ 'hide_all' => 'Gem alt',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/da/errors.php b/resources/default/addons/visiosoft/base-theme/lang/da/errors.php
new file mode 100644
index 000000000..ca4df414b
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/da/errors.php
@@ -0,0 +1,9 @@
+ 'Ikke fundet',
+ '403_title' => 'Forbudt',
+ '404_message' => 'Den side, du ledte efter, blev ikke fundet.',
+ '403_message' => 'Adgang til disse ressourcer på webstedet nægtes!',
+ 'home_page' => 'Gå til startsiden',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/da/field.php b/resources/default/addons/visiosoft/base-theme/lang/da/field.php
new file mode 100644
index 000000000..70620d94a
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/da/field.php
@@ -0,0 +1,65 @@
+ 'Seneste annoncer',
+ 'show_all' => 'Vis alt',
+ 'login' => [
+ 'name' => 'Log på',
+ ],
+ 'logout' => [
+ 'name' => 'Log ud',
+ ],
+ 'profile' => 'Profil',
+ 'email' => 'Email adresse',
+ 'phone' => 'Telefonnummer',
+ 'reset_code' => 'Nulstil kode',
+ 'password_confirmation' => 'Kodeords bekræftelse',
+ 'password' => 'Adgangskode',
+ 'first_name' => 'Fornavn',
+ 'last_name' => 'Efternavn',
+ 'remember_me' => 'Husk mig',
+ 'not_a_member_yet' => 'Ikke et medlem endnu',
+ 'not_a_member_yet_message' => 'Tilmeld dig vores medlemmer for at drage fordel af vores specielle service',
+ 'forgot_password' => 'Jeg har glemt mit kodeord',
+ 'email_or_phone_number' => 'E-mail-adresse eller telefonnummer',
+ 'phone_number' => 'Telefonnummer',
+
+ // Registration instructions
+ 'personal_registration_header' => 'Hvad er fordelene ved individuelt medlemskab?',
+ 'personal_registration_body' => 'Sælg og lej dit hjem, din bil, salg dine ubrugte genstande, få nye.',
+ 'personal_registration_list_1' => 'Opret en gratis annonce,',
+ 'personal_registration_list_2' => 'Tilføj de annoncer, du er interesseret i, følg prisændringerne efter at have føjet dem til dine favoritter, opret foretrukne søgninger, der opfylder dine kriterier,',
+ 'personal_registration_list_3' => 'Send beskeder til annonceejerne på webstedet.',
+ 'register_information_note' => 'Oplysningerne på denne side er taget til ' . env('APPLICATION_DOMAIN') . ' medlemskab. Du kan finde detaljerede oplysninger om beskyttelse af personoplysninger her.',
+
+ // Register page
+ 'phone_validation_error' => 'Dette telefonnummer er i brug af et andet medlem.',
+
+ // Forgot Password
+ 'create_new_password' => 'Opret ny adgangskode',
+
+ // Login page
+ 'or' => 'eller',
+ 'login_with_phone_number' => 'Log ind med telefonnummer',
+ 'login_with_email_address' => 'Log ind med e-mail-adresse',
+
+ // Side menu links
+ 'company_directory' => 'Virksomhedsregister',
+ 'popular_ads' => 'Populære annoncer',
+ 'last_48_hours' => 'Sidste 48 timer',
+ 'secure_e-commerce_ads' => 'Sikre e-handelsannoncer',
+ 'sms' => 'Send SMS (SMS)',
+ 'mail' => 'Send mail',
+
+ // Register instruction seed
+ 'register_instructions' => 'Registrer instruktioner',
+ 'list' => 'Liste',
+ 'instruction_description' => 'Instruktionsbeskrivelse',
+ 'instruction_list' => 'Instruktionsliste',
+
+ // Offline
+ 'connection_problem' => 'Connection problem',
+ 'your_internet_connection_is_broken' => 'Your internet connection is broken,',
+ 'we_miss_you_so_much_already' => 'we miss you so much already!',
+ 'try_again' => 'Try again',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/da/message.php b/resources/default/addons/visiosoft/base-theme/lang/da/message.php
new file mode 100644
index 000000000..f392399e4
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/da/message.php
@@ -0,0 +1,7 @@
+ 'SMS sendt til din registrerede telefon. Kontroller venligst.',
+ 'found_phone' => 'Telefonnummeret, der er registreret i systemet, blev ikke fundet.',
+ 'error_mail' => 'Din transaktion blev gennemført, men e-mail-meddelelsen kunne ikke sendes.',
+];
diff --git a/resources/default/addons/visiosoft/base-theme/lang/da/section.php b/resources/default/addons/visiosoft/base-theme/lang/da/section.php
new file mode 100644
index 000000000..62b07efd8
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/da/section.php
@@ -0,0 +1,8 @@
+ [
+ 'name' => 'Katalogtilstand',
+ ],
+ 'template' => 'Skabelon',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/da/setting.php b/resources/default/addons/visiosoft/base-theme/lang/da/setting.php
new file mode 100644
index 000000000..5dc482b7b
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/da/setting.php
@@ -0,0 +1,46 @@
+ [
+ 'name' => 'Navigationstitel',
+ ],
+ 'navigation_action' => [
+ 'name' => 'Navigationshandling',
+ ],
+ 'country_fields' => [
+ 'name' => 'Country Fields',
+ ],
+ 'date_fields' => [
+ 'name' => 'Datofelter',
+ ],
+ 'price_fields' => [
+ 'name' => 'Prisfelter',
+ ],
+ 'breadcrumbs' => [
+ 'name' => 'Brødkrumme',
+ ],
+ 'ad_details' => [
+ 'name' => 'Annoncedetaljer',
+ ],
+ 'ad_details_tab' => [
+ 'name' => 'Fanen Annonceoplysninger',
+ ],
+ 'latest_and_view_all_btn' => [
+ 'name' => 'Seneste og se alle Btn',
+ ],
+ 'register_page_instruction_logo' => [
+ 'name' => 'Registrer instruktionslogo for side',
+ ],
+ 'register_page_alert_link' => [
+ 'name' => 'Registrer sidealarmlink',
+ ],
+ 'style' => [
+ 'name' => 'Stil (CSS)',
+ ],
+ 'home_page_sub_categories_limit' => [
+ 'name' => 'Hjemmeside Underkategorier Begrænsning',
+ ],
+ 'default_country' => [
+ 'name' => 'Registrer side, standardland for telefon',
+ ]
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/de/addon.php b/resources/default/addons/visiosoft/base-theme/lang/de/addon.php
new file mode 100644
index 000000000..766e4fa77
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/de/addon.php
@@ -0,0 +1,7 @@
+ 'BaseTheme',
+ 'name' => 'BaseTheme',
+ 'description' => 'BaseTheme'
+];
diff --git a/resources/default/addons/visiosoft/base-theme/lang/de/button.php b/resources/default/addons/visiosoft/base-theme/lang/de/button.php
new file mode 100644
index 000000000..6558d3e64
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/de/button.php
@@ -0,0 +1,15 @@
+ [
+ 'name' => 'Anzeige erstellen',
+ ],
+ 'login' => 'Einloggen',
+ 'register' => 'Registrieren',
+ 'continue' => 'Fortsetzen',
+ 'reset_password' => 'Passwort zurücksetzen',
+ 'email' => 'Email',
+ 'phone' => 'Telefon',
+ 'show_all' => 'Zeige alles',
+ 'hide_all' => 'Versteck alles',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/de/errors.php b/resources/default/addons/visiosoft/base-theme/lang/de/errors.php
new file mode 100644
index 000000000..d54178613
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/de/errors.php
@@ -0,0 +1,9 @@
+ 'Nicht gefunden',
+ '403_title' => 'verboten',
+ '404_message' => 'Die gesuchte Seite wurde nicht gefunden.',
+ '403_message' => 'Der Zugriff auf diese Ressourcen auf der Website wird verweigert!',
+ 'home_page' => 'Zur Startseite gehen',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/de/field.php b/resources/default/addons/visiosoft/base-theme/lang/de/field.php
new file mode 100644
index 000000000..2ccd8f3cd
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/de/field.php
@@ -0,0 +1,65 @@
+ 'Neueste Anzeigen',
+ 'show_all' => 'Zeige alles',
+ 'login' => [
+ 'name' => 'Einloggen',
+ ],
+ 'logout' => [
+ 'name' => 'Ausloggen',
+ ],
+ 'profile' => 'Profil',
+ 'email' => 'E-Mail-Addresse',
+ 'phone' => 'Telefonnummer',
+ 'reset_code' => 'Code zurücksetzen',
+ 'password_confirmation' => 'Passwort Bestätigung',
+ 'password' => 'Passwort',
+ 'first_name' => 'Vorname',
+ 'last_name' => 'Nachname',
+ 'remember_me' => 'Behalte mich in Erinnerung',
+ 'not_a_member_yet' => 'Noch kein Mitglied',
+ 'not_a_member_yet_message' => 'Werden Sie bei uns Mitglied, um von unserem besonderen Service zu profitieren',
+ 'forgot_password' => 'Ich habe mein Passwort vergessen',
+ 'email_or_phone_number' => 'E-Mail-Adresse oder Telefonnummer',
+ 'phone_number' => 'Telefonnummer',
+
+ // Registration instructions
+ 'personal_registration_header' => 'Was sind individuelle Mitgliedschaftsvorteile?',
+ 'personal_registration_body' => 'Verkaufen und vermieten Sie Ihr Haus, Auto, verkaufen Sie Ihre unbenutzten Gegenstände, holen Sie sich neue.',
+ 'personal_registration_list_1' => 'Veröffentlichen Sie eine kostenlose Anzeige,',
+ 'personal_registration_list_2' => 'Fügen Sie die Anzeigen hinzu, an denen Sie interessiert sind, folgen Sie den Preisänderungen, nachdem Sie sie zu Ihren Favoriten hinzugefügt haben, und erstellen Sie Lieblingssuchen, die Ihren Kriterien entsprechen.',
+ 'personal_registration_list_3' => 'Senden Sie Nachrichten an die Anzeigeninhaber auf der Website.',
+ 'register_information_note' => 'Die Informationen auf dieser Seite sind übernommen ' . env('APPLICATION_DOMAIN') . ' Mitgliedschaft. Detaillierte Informationen zum Schutz personenbezogener Daten finden Sie hier.',
+
+ // Register page
+ 'phone_validation_error' => 'Diese Telefonnummer wird von einem anderen Mitglied verwendet.',
+
+ // Forgot Password
+ 'create_new_password' => 'Neues Passwort erstellen',
+
+ // Login page
+ 'or' => 'oder',
+ 'login_with_phone_number' => 'Login mit Telefonnummer',
+ 'login_with_email_address' => 'Melden Sie sich mit der E-Mail-Adresse an',
+
+ // Side menu links
+ 'company_directory' => 'Firmenverzeichnis',
+ 'popular_ads' => 'Beliebte Anzeigen',
+ 'last_48_hours' => 'Letzte 48 Stunden',
+ 'secure_e-commerce_ads' => 'Sichere E-Commerce-Anzeigen',
+ 'sms' => 'SMS senden (SMS)',
+ 'mail' => 'Mail senden',
+
+ // Register instruction seed
+ 'register_instructions' => 'Anweisungen registrieren',
+ 'list' => 'Aufführen',
+ 'instruction_description' => 'Anweisungsbeschreibung',
+ 'instruction_list' => 'Anweisungsliste',
+
+ // Offline
+ 'connection_problem' => 'Connection problem',
+ 'your_internet_connection_is_broken' => 'Your internet connection is broken,',
+ 'we_miss_you_so_much_already' => 'we miss you so much already!',
+ 'try_again' => 'Try again',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/de/message.php b/resources/default/addons/visiosoft/base-theme/lang/de/message.php
new file mode 100644
index 000000000..a42783eb2
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/de/message.php
@@ -0,0 +1,7 @@
+ 'SMS an Ihr registriertes Telefon gesendet. Bitte prüfe.',
+ 'found_phone' => 'Die im System registrierte Telefonnummer wurde nicht gefunden.',
+ 'error_mail' => 'Ihre Transaktion wurde erfolgreich abgeschlossen, aber die Benachrichtigungs-E-Mail konnte nicht gesendet werden.',
+];
diff --git a/resources/default/addons/visiosoft/base-theme/lang/de/section.php b/resources/default/addons/visiosoft/base-theme/lang/de/section.php
new file mode 100644
index 000000000..795ea49c0
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/de/section.php
@@ -0,0 +1,8 @@
+ [
+ 'name' => 'Katalogmodus',
+ ],
+ 'template' => 'Vorlage',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/de/setting.php b/resources/default/addons/visiosoft/base-theme/lang/de/setting.php
new file mode 100644
index 000000000..b535ea2ec
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/de/setting.php
@@ -0,0 +1,46 @@
+ [
+ 'name' => 'Navigationstitel',
+ ],
+ 'navigation_action' => [
+ 'name' => 'Navigationsaktion',
+ ],
+ 'country_fields' => [
+ 'name' => 'Länderfelder',
+ ],
+ 'date_fields' => [
+ 'name' => 'Datumsfelder',
+ ],
+ 'price_fields' => [
+ 'name' => 'Preisfelder',
+ ],
+ 'breadcrumbs' => [
+ 'name' => 'Brotkrume',
+ ],
+ 'ad_details' => [
+ 'name' => 'Anzeigendetails',
+ ],
+ 'ad_details_tab' => [
+ 'name' => 'Registerkarte "Anzeigendetails"',
+ ],
+ 'latest_and_view_all_btn' => [
+ 'name' => 'Neueste und Alle anzeigen Btn',
+ ],
+ 'register_page_instruction_logo' => [
+ 'name' => 'Registrieren Sie das Anweisungslogo für die Seite',
+ ],
+ 'register_page_alert_link' => [
+ 'name' => 'Link zum Registrieren von Seitenalarmen',
+ ],
+ 'style' => [
+ 'name' => 'Stil (CSS)',
+ ],
+ 'home_page_sub_categories_limit' => [
+ 'name' => 'Homepage Unterkategorien Limit',
+ ],
+ 'default_country' => [
+ 'name' => 'Registrierungsseite, Standardland für Telefon',
+ ]
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/el/addon.php b/resources/default/addons/visiosoft/base-theme/lang/el/addon.php
new file mode 100644
index 000000000..d969190f7
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/el/addon.php
@@ -0,0 +1,7 @@
+ 'Βασικό θέμα',
+ 'name' => 'Βασικό θέμα',
+ 'description' => 'Βασικό θέμα'
+];
diff --git a/resources/default/addons/visiosoft/base-theme/lang/el/button.php b/resources/default/addons/visiosoft/base-theme/lang/el/button.php
new file mode 100644
index 000000000..01e0ff5b2
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/el/button.php
@@ -0,0 +1,15 @@
+ [
+ 'name' => 'Δημοσίευση διαφήμισης',
+ ],
+ 'login' => 'Σύνδεση',
+ 'register' => 'Κανω ΕΓΓΡΑΦΗ',
+ 'continue' => 'Να συνεχίσει',
+ 'reset_password' => 'Επαναφέρετε τον κωδικό πρόσβασης',
+ 'email' => 'ΗΛΕΚΤΡΟΝΙΚΗ ΔΙΕΥΘΥΝΣΗ',
+ 'phone' => 'Τηλέφωνο',
+ 'show_all' => 'Προβολή όλων',
+ 'hide_all' => 'Κρύψτα όλα',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/el/errors.php b/resources/default/addons/visiosoft/base-theme/lang/el/errors.php
new file mode 100644
index 000000000..6d37d8b75
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/el/errors.php
@@ -0,0 +1,9 @@
+ 'Δεν βρέθηκε',
+ '403_title' => 'Απαγορευμένος',
+ '404_message' => 'Η σελίδα που αναζητούσατε δεν βρέθηκε.',
+ '403_message' => 'Δεν επιτρέπεται η πρόσβαση σε αυτούς τους πόρους στον ιστότοπο!',
+ 'home_page' => 'ΠΗΓΑΙΝΕ ΣΤΗΝ ΑΡΧΙΚΗ ΣΕΛΙΔΑ',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/el/field.php b/resources/default/addons/visiosoft/base-theme/lang/el/field.php
new file mode 100644
index 000000000..09074a5f6
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/el/field.php
@@ -0,0 +1,65 @@
+ 'Τελευταίες αγγελίες',
+ 'show_all' => 'Προβολή όλων',
+ 'login' => [
+ 'name' => 'Σύνδεση',
+ ],
+ 'logout' => [
+ 'name' => 'Αποσύνδεση',
+ ],
+ 'profile' => 'Προφίλ',
+ 'email' => 'Διεύθυνση ηλεκτρονικού ταχυδρομείου',
+ 'phone' => 'Τηλεφωνικό νούμερο',
+ 'reset_code' => 'Επαναφορά κωδικού',
+ 'password_confirmation' => 'Επιβεβαίωση κωδικού πρόσβασης',
+ 'password' => 'Κωδικός πρόσβασης',
+ 'first_name' => 'Ονομα',
+ 'last_name' => 'Επίθετο',
+ 'remember_me' => 'Θυμήσου με',
+ 'not_a_member_yet' => 'Δεν είστε μέλος ακόμα',
+ 'not_a_member_yet_message' => 'Εγγραφείτε για να επωφεληθούν τα μέλη μας από την ειδική υπηρεσία μας',
+ 'forgot_password' => 'Ξέχασα τον κωδικό μου',
+ 'email_or_phone_number' => 'Διεύθυνση email ή αριθμός τηλεφώνου',
+ 'phone_number' => 'Τηλεφωνικό νούμερο',
+
+ // Registration instructions
+ 'personal_registration_header' => 'Ποια είναι τα μεμονωμένα πλεονεκτήματα ιδιότητας μέλους;',
+ 'personal_registration_body' => 'Πουλήστε και νοικιάστε το σπίτι, το αυτοκίνητό σας, πουλήστε τα αχρησιμοποίητα αντικείμενα σας, αποκτήστε καινούργια.',
+ 'personal_registration_list_1' => 'Δημοσιεύστε μια δωρεάν διαφήμιση,',
+ 'personal_registration_list_2' => 'Προσθέστε τις διαφημίσεις που σας ενδιαφέρουν, ακολουθήστε τις αλλαγές τιμών αφού τις προσθέσετε στα αγαπημένα σας, δημιουργήστε αγαπημένες αναζητήσεις που πληρούν τα κριτήριά σας,',
+ 'personal_registration_list_3' => 'Στείλτε μηνύματα στους κατόχους διαφημίσεων στον ιστότοπο.',
+ 'register_information_note' => 'Οι πληροφορίες σε αυτήν τη σελίδα λαμβάνονται για ' . env('APPLICATION_DOMAIN') . ' ιδιότητα μέλους. Μπορείτε να βρείτε αναλυτικές πληροφορίες σχετικά με την προστασία των προσωπικών δεδομένων εδώ.',
+
+ // Register page
+ 'phone_validation_error' => 'Αυτός ο αριθμός τηλεφώνου χρησιμοποιείται από άλλο μέλος.',
+
+ // Forgot Password
+ 'create_new_password' => 'Δημιουργία νέου κωδικού πρόσβασης',
+
+ // Login page
+ 'or' => 'ή',
+ 'login_with_phone_number' => 'Συνδεθείτε με τον αριθμό τηλεφώνου',
+ 'login_with_email_address' => 'Συνδεθείτε με διεύθυνση email',
+
+ // Side menu links
+ 'company_directory' => 'Κατάλογος εταιρείας',
+ 'popular_ads' => 'Δημοφιλείς διαφημίσεις',
+ 'last_48_hours' => 'Τελευταίες 48 ώρες',
+ 'secure_e-commerce_ads' => 'Ασφαλείς διαφημίσεις ηλεκτρονικού εμπορίου',
+ 'sms' => 'Αποστολή μηνύματος κειμένου (SMS)',
+ 'mail' => 'Αποστολή αλληλογραφίας',
+
+ // Register instruction seed
+ 'register_instructions' => 'Εγγραφή οδηγιών',
+ 'list' => 'Λίστα',
+ 'instruction_description' => 'Περιγραφή οδηγιών',
+ 'instruction_list' => 'Λίστα οδηγιών',
+
+ // Offline
+ 'connection_problem' => 'Connection problem',
+ 'your_internet_connection_is_broken' => 'Your internet connection is broken,',
+ 'we_miss_you_so_much_already' => 'we miss you so much already!',
+ 'try_again' => 'Try again',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/el/message.php b/resources/default/addons/visiosoft/base-theme/lang/el/message.php
new file mode 100644
index 000000000..f0b2c1e70
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/el/message.php
@@ -0,0 +1,7 @@
+ 'Αποστολή SMS στο εγγεγραμμένο τηλέφωνό σας. Παρακαλώ ελέγξτε.',
+ 'found_phone' => 'Ο αριθμός τηλεφώνου που είναι εγγεγραμμένος στο σύστημα δεν βρέθηκε.',
+ 'error_mail' => 'Η συναλλαγή σας ολοκληρώθηκε με επιτυχία, αλλά δεν ήταν δυνατή η αποστολή του email ειδοποίησης.',
+];
diff --git a/resources/default/addons/visiosoft/base-theme/lang/el/section.php b/resources/default/addons/visiosoft/base-theme/lang/el/section.php
new file mode 100644
index 000000000..6651f43e6
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/el/section.php
@@ -0,0 +1,8 @@
+ [
+ 'name' => 'Λειτουργία καταλόγου',
+ ],
+ 'template' => 'Πρότυπο',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/el/setting.php b/resources/default/addons/visiosoft/base-theme/lang/el/setting.php
new file mode 100644
index 000000000..7f8e37b92
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/el/setting.php
@@ -0,0 +1,46 @@
+ [
+ 'name' => 'Τίτλος πλοήγησης',
+ ],
+ 'navigation_action' => [
+ 'name' => 'Δράση πλοήγησης',
+ ],
+ 'country_fields' => [
+ 'name' => 'Πεδία χώρας',
+ ],
+ 'date_fields' => [
+ 'name' => 'Πεδία ημερομηνίας',
+ ],
+ 'price_fields' => [
+ 'name' => 'Πεδία τιμών',
+ ],
+ 'breadcrumbs' => [
+ 'name' => 'Ψωμί',
+ ],
+ 'ad_details' => [
+ 'name' => 'Λεπτομέρειες διαφήμισης',
+ ],
+ 'ad_details_tab' => [
+ 'name' => 'Καρτέλα Λεπτομέρειες διαφήμισης',
+ ],
+ 'latest_and_view_all_btn' => [
+ 'name' => 'Τελευταία και προβολή όλων Btn',
+ ],
+ 'register_page_instruction_logo' => [
+ 'name' => 'Εγγραφή λογότυπου οδηγιών σελίδας',
+ ],
+ 'register_page_alert_link' => [
+ 'name' => 'Εγγραφή συνδέσμου ειδοποίησης σελίδας',
+ ],
+ 'style' => [
+ 'name' => 'Στυλ (CSS)',
+ ],
+ 'home_page_sub_categories_limit' => [
+ 'name' => 'Όριο υποκατηγοριών αρχικής σελίδας',
+ ],
+ 'default_country' => [
+ 'name' => 'Σελίδα εγγραφής, προεπιλεγμένη χώρα για τηλέφωνο',
+ ]
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/en/addon.php b/resources/default/addons/visiosoft/base-theme/lang/en/addon.php
new file mode 100644
index 000000000..766e4fa77
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/en/addon.php
@@ -0,0 +1,7 @@
+ 'BaseTheme',
+ 'name' => 'BaseTheme',
+ 'description' => 'BaseTheme'
+];
diff --git a/resources/default/addons/visiosoft/base-theme/lang/en/button.php b/resources/default/addons/visiosoft/base-theme/lang/en/button.php
new file mode 100644
index 000000000..6fd062d6d
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/en/button.php
@@ -0,0 +1,15 @@
+ [
+ 'name' => 'Post Ad',
+ ],
+ 'login' => 'Login',
+ 'register' => 'Register',
+ 'continue' => 'Continue',
+ 'reset_password' => 'Reset Password',
+ 'email' => 'Email',
+ 'phone' => 'Phone',
+ 'show_all' => 'Show All',
+ 'hide_all' => 'Hide All',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/en/errors.php b/resources/default/addons/visiosoft/base-theme/lang/en/errors.php
new file mode 100644
index 000000000..5a7e28aaa
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/en/errors.php
@@ -0,0 +1,9 @@
+ 'Not Found',
+ '403_title' => 'Forbidden',
+ '404_message' => 'The page you were looking for was not found.',
+ '403_message' => 'Access to this resources on the site is denied!',
+ 'home_page' => 'Go to Home Page',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/en/field.php b/resources/default/addons/visiosoft/base-theme/lang/en/field.php
new file mode 100644
index 000000000..cb6c01292
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/en/field.php
@@ -0,0 +1,78 @@
+ 'Latest Ads',
+ 'show_all' => 'Show All',
+ 'login' => [
+ 'name' => 'Login',
+ ],
+ 'logout' => [
+ 'name' => 'Logout',
+ ],
+ 'profile' => 'Profile',
+ 'email' => 'Email Address',
+ 'phone' => 'Phone Number',
+ 'reset_code' => 'Reset Code',
+ 'password_confirmation' => 'Password Confirmation',
+ 'password' => 'Password',
+ 'first_name' => 'First Name',
+ 'last_name' => 'Last Name',
+ 'remember_me' => 'Remember Me',
+ 'not_a_member_yet' => 'Not a Member Yet',
+ 'not_a_member_yet_message' => 'Sign up for our members to benefit from our special service',
+ 'forgot_password' => 'I Forgot My Password',
+ 'email_or_phone_number' => 'Email Address or Phone Number',
+ 'phone_number' => 'Phone Number',
+
+ // Registration instructions
+ 'personal_registration_header' => 'What Are Individual Membership Advantages?',
+ 'personal_registration_body' => 'Sell and rent your home, car, sell your unused items, get new ones.',
+ 'personal_registration_list_1' => 'Post a free ad,',
+ 'personal_registration_list_2' => 'Add the ads you are interested in, follow the price changes after adding them to your favorites, create favorite searches that meet your criteria,',
+ 'personal_registration_list_3' => 'Send messages to the ad owners on the site.',
+ 'register_information_note' => 'The information on this page is taken for ' . env('APPLICATION_DOMAIN') . ' membership. You can find detailed information about the protection of personal data here.',
+
+ // Register page
+ 'phone_validation_error' => 'This phone number is in use by another member.',
+
+ // Forgot Password
+ 'create_new_password' => 'Create New Password',
+
+ // Login page
+ 'or' => 'or',
+ 'login_with_phone_number' => 'Login with Phone Number',
+ 'login_with_email_address' => 'Login with Email Address',
+
+ // Share
+ 'share_on_facebook' => 'Share on Facebook',
+ 'share_on_twitter' => 'Share on Twitter',
+
+ // Side menu links
+ 'company_directory' => 'Company directory',
+ 'popular_ads' => 'Popular Ads',
+ 'last_48_hours' => 'Last 48 Hours',
+ 'secure_e-commerce_ads' => 'Secure e-Commerce Ads',
+ 'sms' => 'Send Text Message (SMS)',
+ 'mail' => 'Send Mail',
+
+ //Related
+ 'related_posts' => 'Related Posts',
+
+ // Register instruction seed
+ 'register_instructions' => 'Register Instructions',
+ 'list' => 'List',
+ 'instruction_description' => 'Instruction Description',
+ 'instruction_list' => 'Instruction List',
+
+ // Posts seeder
+ 'cover_image' => 'Cover Image',
+
+ // Offline
+ 'connection_problem' => 'Connection problem',
+ 'your_internet_connection_is_broken' => 'Your internet connection is broken,',
+ 'we_miss_you_so_much_already' => 'we miss you so much already!',
+ 'try_again' => 'Try again',
+
+ 'news_title' => 'Sectoral Developments All in :name',
+ 'all_news' => 'All News',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/en/message.php b/resources/default/addons/visiosoft/base-theme/lang/en/message.php
new file mode 100644
index 000000000..189d050b1
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/en/message.php
@@ -0,0 +1,7 @@
+ 'SMS sent to your registered phone. Please check.',
+ 'found_phone' => 'The phone number registered in the system was not found.',
+ 'error_mail' => 'Your transaction was completed successfully, but the notification e-mail could not be sent.',
+];
diff --git a/resources/default/addons/visiosoft/base-theme/lang/en/section.php b/resources/default/addons/visiosoft/base-theme/lang/en/section.php
new file mode 100644
index 000000000..9eb0ce0b1
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/en/section.php
@@ -0,0 +1,8 @@
+ [
+ 'name' => 'Catalog Mode',
+ ],
+ 'template' => 'Template',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/en/setting.php b/resources/default/addons/visiosoft/base-theme/lang/en/setting.php
new file mode 100644
index 000000000..406db3cd0
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/en/setting.php
@@ -0,0 +1,49 @@
+ [
+ 'name' => 'Navigation Title',
+ ],
+ 'navigation_action' => [
+ 'name' => 'Navigation Action',
+ ],
+ 'country_fields' => [
+ 'name' => 'Country Fields',
+ ],
+ 'date_fields' => [
+ 'name' => 'Date Fields',
+ ],
+ 'price_fields' => [
+ 'name' => 'Price Fields',
+ ],
+ 'breadcrumbs' => [
+ 'name' => 'Breadcrumb',
+ ],
+ 'ad_details' => [
+ 'name' => 'Ad Details',
+ ],
+ 'ad_details_tab' => [
+ 'name' => 'Ad Details Tab',
+ ],
+ 'latest_and_view_all_btn' => [
+ 'name' => 'Latest and View All Btn',
+ ],
+ 'register_page_instruction_logo' => [
+ 'name' => 'Register Page Instruction Logo',
+ ],
+ 'register_page_alert_link' => [
+ 'name' => 'Register Page Alert Link',
+ ],
+ 'style' => [
+ 'name' => 'Style(CSS)',
+ ],
+ 'home_page_sub_categories_limit' => [
+ 'name' => 'Homepage Sub Categories Limit',
+ ],
+ 'default_country' => [
+ 'name' => 'Register page, default country for phone',
+ ],
+ 'gallery_box_height' => [
+ 'name' => 'Gallery Box Height',
+ ],
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/es/addon.php b/resources/default/addons/visiosoft/base-theme/lang/es/addon.php
new file mode 100644
index 000000000..766e4fa77
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/es/addon.php
@@ -0,0 +1,7 @@
+ 'BaseTheme',
+ 'name' => 'BaseTheme',
+ 'description' => 'BaseTheme'
+];
diff --git a/resources/default/addons/visiosoft/base-theme/lang/es/button.php b/resources/default/addons/visiosoft/base-theme/lang/es/button.php
new file mode 100644
index 000000000..2c6c594bc
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/es/button.php
@@ -0,0 +1,15 @@
+ [
+ 'name' => 'Publicar anuncio',
+ ],
+ 'login' => 'Iniciar sesión',
+ 'register' => 'Registrarse',
+ 'continue' => 'Seguir',
+ 'reset_password' => 'Restablecer la contraseña',
+ 'email' => 'Correo electrónico',
+ 'phone' => 'Teléfono',
+ 'show_all' => 'Mostrar todo',
+ 'hide_all' => 'Ocultar todo',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/es/errors.php b/resources/default/addons/visiosoft/base-theme/lang/es/errors.php
new file mode 100644
index 000000000..ff75e176d
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/es/errors.php
@@ -0,0 +1,9 @@
+ 'Extraviado',
+ '403_title' => 'Prohibido',
+ '404_message' => 'La página que estabas buscando no fue encontrada.',
+ '403_message' => '¡Se deniega el acceso a estos recursos en el sitio!',
+ 'home_page' => 'Ir a la página de inicio',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/es/field.php b/resources/default/addons/visiosoft/base-theme/lang/es/field.php
new file mode 100644
index 000000000..e98a7dfbb
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/es/field.php
@@ -0,0 +1,65 @@
+ 'Últimos anuncios',
+ 'show_all' => 'Mostrar todo',
+ 'login' => [
+ 'name' => 'Iniciar sesión',
+ ],
+ 'logout' => [
+ 'name' => 'Cerrar sesión',
+ ],
+ 'profile' => 'Perfil',
+ 'email' => 'Dirección de correo electrónico',
+ 'phone' => 'Número de teléfono',
+ 'reset_code' => 'Restablecer Código',
+ 'password_confirmation' => 'Confirmación de contraseña',
+ 'password' => 'Contraseña',
+ 'first_name' => 'Nombre de pila',
+ 'last_name' => 'Apellido',
+ 'remember_me' => 'Recuérdame',
+ 'not_a_member_yet' => 'No eres miembro todavía',
+ 'not_a_member_yet_message' => 'Regístrese para que nuestros miembros se beneficien de nuestro servicio especial',
+ 'forgot_password' => 'Olvidé mi contraseña',
+ 'email_or_phone_number' => 'Dirección de correo electrónico o número de teléfono',
+ 'phone_number' => 'Número de teléfono',
+
+ // Registration instructions
+ 'personal_registration_header' => '¿Cuáles son las ventajas de la membresía individual?',
+ 'personal_registration_body' => 'Venda y alquile su casa, automóvil, venda sus artículos no utilizados, obtenga otros nuevos.',
+ 'personal_registration_list_1' => 'Publicar un anuncio gratis,',
+ 'personal_registration_list_2' => 'Agregue los anuncios que le interesen, siga los cambios de precio después de agregarlos a sus favoritos, cree búsquedas favoritas que cumplan con sus criterios,',
+ 'personal_registration_list_3' => 'Enviar mensajes a los propietarios de anuncios en el sitio.',
+ 'register_information_note' => 'La información de esta página se toma para ' . env('APPLICATION_DOMAIN') . ' afiliación. Puede encontrar información detallada sobre la protección de datos personales aquí.',
+
+ // Register page
+ 'phone_validation_error' => 'Este número de teléfono está en uso por otro miembro.',
+
+ // Forgot Password
+ 'create_new_password' => 'Crear nueva contraseña',
+
+ // Login page
+ 'or' => 'o',
+ 'login_with_phone_number' => 'Iniciar sesión con número de teléfono',
+ 'login_with_email_address' => 'Iniciar sesión con dirección de correo electrónico',
+
+ // Side menu links
+ 'company_directory' => 'Directorio de la empresa',
+ 'popular_ads' => 'Anuncios populares',
+ 'last_48_hours' => 'Últimas 48 horas',
+ 'secure_e-commerce_ads' => 'Anuncios seguros de comercio electrónico',
+ 'sms' => 'Enviar mensaje de texto (SMS)',
+ 'mail' => 'Enviar correo',
+
+ // Register instruction seed
+ 'register_instructions' => 'Instrucciones de registro',
+ 'list' => 'Lista',
+ 'instruction_description' => 'Descripción de la instrucción',
+ 'instruction_list' => 'Lista de instrucciones',
+
+ // Offline
+ 'connection_problem' => 'Connection problem',
+ 'your_internet_connection_is_broken' => 'Your internet connection is broken,',
+ 'we_miss_you_so_much_already' => 'we miss you so much already!',
+ 'try_again' => 'Try again',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/es/message.php b/resources/default/addons/visiosoft/base-theme/lang/es/message.php
new file mode 100644
index 000000000..8e00eb14c
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/es/message.php
@@ -0,0 +1,7 @@
+ 'SMS enviados a su teléfono registrado. Por favor, compruebe.',
+ 'found_phone' => 'No se encontró el número de teléfono registrado en el sistema.',
+ 'error_mail' => 'Su transacción se completó correctamente, pero no se pudo enviar el correo electrónico de notificación.',
+];
diff --git a/resources/default/addons/visiosoft/base-theme/lang/es/section.php b/resources/default/addons/visiosoft/base-theme/lang/es/section.php
new file mode 100644
index 000000000..d6f90e0b7
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/es/section.php
@@ -0,0 +1,8 @@
+ [
+ 'name' => 'Modo de catálogo',
+ ],
+ 'template' => 'Modelo',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/es/setting.php b/resources/default/addons/visiosoft/base-theme/lang/es/setting.php
new file mode 100644
index 000000000..d505c2f04
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/es/setting.php
@@ -0,0 +1,46 @@
+ [
+ 'name' => 'Título de navegación',
+ ],
+ 'navigation_action' => [
+ 'name' => 'Acción de navegación',
+ ],
+ 'country_fields' => [
+ 'name' => 'Campos del pais',
+ ],
+ 'date_fields' => [
+ 'name' => 'Campos de fecha',
+ ],
+ 'price_fields' => [
+ 'name' => 'Campos de precio',
+ ],
+ 'breadcrumbs' => [
+ 'name' => 'Migaja de pan',
+ ],
+ 'ad_details' => [
+ 'name' => 'Detalles del anuncio',
+ ],
+ 'ad_details_tab' => [
+ 'name' => 'Pestaña Detalles del anuncio',
+ ],
+ 'latest_and_view_all_btn' => [
+ 'name' => 'Lo último y Ver todo Btn',
+ ],
+ 'register_page_instruction_logo' => [
+ 'name' => 'Logotipo de instrucciones de la página de registro',
+ ],
+ 'register_page_alert_link' => [
+ 'name' => 'Enlace de alerta de página de registro',
+ ],
+ 'style' => [
+ 'name' => 'Estilo (CSS)',
+ ],
+ 'home_page_sub_categories_limit' => [
+ 'name' => 'Límite de subcategorías de la página de inicio',
+ ],
+ 'default_country' => [
+ 'name' => 'Página de registro, país predeterminado para el teléfono',
+ ]
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/fa/addon.php b/resources/default/addons/visiosoft/base-theme/lang/fa/addon.php
new file mode 100644
index 000000000..766e4fa77
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/fa/addon.php
@@ -0,0 +1,7 @@
+ 'BaseTheme',
+ 'name' => 'BaseTheme',
+ 'description' => 'BaseTheme'
+];
diff --git a/resources/default/addons/visiosoft/base-theme/lang/fa/button.php b/resources/default/addons/visiosoft/base-theme/lang/fa/button.php
new file mode 100644
index 000000000..df37103e2
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/fa/button.php
@@ -0,0 +1,15 @@
+ [
+ 'name' => 'ارسال آگهی',
+ ],
+ 'login' => 'وارد شدن',
+ 'register' => 'ثبت نام',
+ 'continue' => 'ادامه هید',
+ 'reset_password' => 'بازنشانی گذرواژه',
+ 'email' => 'پست الکترونیک',
+ 'phone' => 'تلفن',
+ 'show_all' => 'نمایش همه',
+ 'hide_all' => 'همه را پنهان کن',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/fa/errors.php b/resources/default/addons/visiosoft/base-theme/lang/fa/errors.php
new file mode 100644
index 000000000..6a2d9d633
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/fa/errors.php
@@ -0,0 +1,9 @@
+ 'پیدا نشد',
+ '403_title' => 'ممنوع',
+ '404_message' => 'صفحه مورد نظر شما پیدا نشد.',
+ '403_message' => 'دسترسی به این منابع در سایت ممنوع است!',
+ 'home_page' => 'به صفحه اصلی بروید',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/fa/field.php b/resources/default/addons/visiosoft/base-theme/lang/fa/field.php
new file mode 100644
index 000000000..5b7a769eb
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/fa/field.php
@@ -0,0 +1,65 @@
+ 'آخرین تبلیغات',
+ 'show_all' => 'نمایش همه',
+ 'login' => [
+ 'name' => 'وارد شدن',
+ ],
+ 'logout' => [
+ 'name' => 'خروج',
+ ],
+ 'profile' => 'مشخصات',
+ 'email' => 'آدرس ایمیل',
+ 'phone' => 'شماره تلفن',
+ 'reset_code' => 'بازنشانی کد',
+ 'password_confirmation' => 'تایید رمز عبور',
+ 'password' => 'کلمه عبور',
+ 'first_name' => 'نام کوچک',
+ 'last_name' => 'نام خانوادگی',
+ 'remember_me' => 'مرا به خاطر بسپار',
+ 'not_a_member_yet' => 'آیا هنوز عضو نشده',
+ 'not_a_member_yet_message' => 'برای بهره مندی از اعضای ویژه ما عضو شوید',
+ 'forgot_password' => 'من رمز عبورم را فراموش کردم',
+ 'email_or_phone_number' => 'آدرس ایمیل یا شماره تلفن',
+ 'phone_number' => 'شماره تلفن',
+
+ // Registration instructions
+ 'personal_registration_header' => 'مزایای عضویت فردی چیست؟',
+ 'personal_registration_body' => 'خانه ، اتومبیل خود را بفروشید و اجاره کنید ، وسایل بلااستفاده خود را بفروشید ، موارد جدید دریافت کنید.',
+ 'personal_registration_list_1' => 'ارسال آگهی رایگان ،',
+ 'personal_registration_list_2' => 'آگهی های مورد علاقه خود را اضافه کنید ، تغییرات قیمت را بعد از افزودن به موارد دلخواه خود دنبال کنید ، جستجوهای مورد علاقه خود را مطابق با معیارهای خود ایجاد کنید ،',
+ 'personal_registration_list_3' => 'برای صاحبان تبلیغات در سایت پیام ارسال کنید.',
+ 'register_information_note' => 'اطلاعات موجود در این صفحه گرفته شده است ' . env('APPLICATION_DOMAIN') . ' عضویت می توانید اطلاعات دقیق در مورد محافظت از داده های شخصی را در اینجا بیابید.',
+
+ // Register page
+ 'phone_validation_error' => 'این شماره تلفن توسط عضو دیگری در حال استفاده است.',
+
+ // Forgot Password
+ 'create_new_password' => 'گذرواژه جدید ایجاد کنید',
+
+ // Login page
+ 'or' => 'یا',
+ 'login_with_phone_number' => 'با شماره تلفن وارد شوید',
+ 'login_with_email_address' => 'با آدرس ایمیل وارد شوید',
+
+ // Side menu links
+ 'company_directory' => 'دایرکتوری شرکت',
+ 'popular_ads' => 'تبلیغات محبوب',
+ 'last_48_hours' => 'آخرین 48 ساعت',
+ 'secure_e-commerce_ads' => 'تبلیغات ایمن تجارت الکترونیکی',
+ 'sms' => 'ارسال پیام متنی (پیامکی)',
+ 'mail' => 'ارسال ایمیل',
+
+ // Register instruction seed
+ 'register_instructions' => 'دستورالعمل های ثبت نام',
+ 'list' => 'لیست',
+ 'instruction_description' => 'توضیحات دستورالعمل',
+ 'instruction_list' => 'لیست دستورالعمل ها',
+
+ // Offline
+ 'connection_problem' => 'Connection problem',
+ 'your_internet_connection_is_broken' => 'Your internet connection is broken,',
+ 'we_miss_you_so_much_already' => 'we miss you so much already!',
+ 'try_again' => 'Try again',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/fa/message.php b/resources/default/addons/visiosoft/base-theme/lang/fa/message.php
new file mode 100644
index 000000000..3851bc6e8
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/fa/message.php
@@ -0,0 +1,7 @@
+ 'پیامک ارسال شده به تلفن ثبت شده خود. لطفا بررسی کنید.',
+ 'found_phone' => 'شماره تلفن ثبت شده در سیستم یافت نشد.',
+ 'error_mail' => 'تراکنش شما با موفقیت انجام شد ، اما ایمیل اعلان ارسال نشد.',
+];
diff --git a/resources/default/addons/visiosoft/base-theme/lang/fa/section.php b/resources/default/addons/visiosoft/base-theme/lang/fa/section.php
new file mode 100644
index 000000000..e37526956
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/fa/section.php
@@ -0,0 +1,8 @@
+ [
+ 'name' => 'حالت کاتالوگ',
+ ],
+ 'template' => 'قالب',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/fa/setting.php b/resources/default/addons/visiosoft/base-theme/lang/fa/setting.php
new file mode 100644
index 000000000..3c0671d87
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/fa/setting.php
@@ -0,0 +1,46 @@
+ [
+ 'name' => 'عنوان ناوبری',
+ ],
+ 'navigation_action' => [
+ 'name' => 'اقدام پیمایش',
+ ],
+ 'country_fields' => [
+ 'name' => 'مزارع کشور',
+ ],
+ 'date_fields' => [
+ 'name' => 'زمینه های تاریخ',
+ ],
+ 'price_fields' => [
+ 'name' => 'زمینه های قیمت',
+ ],
+ 'breadcrumbs' => [
+ 'name' => 'خرده نان',
+ ],
+ 'ad_details' => [
+ 'name' => 'جزئیات آگهی',
+ ],
+ 'ad_details_tab' => [
+ 'name' => 'برگه جزئیات آگهی',
+ ],
+ 'latest_and_view_all_btn' => [
+ 'name' => 'آخرین و مشاهده همه Btn',
+ ],
+ 'register_page_instruction_logo' => [
+ 'name' => 'آرم صفحه آموزش را ثبت کنید',
+ ],
+ 'register_page_alert_link' => [
+ 'name' => 'پیوند هشدار صفحه را ثبت کنید',
+ ],
+ 'style' => [
+ 'name' => 'سبک (CSS)',
+ ],
+ 'home_page_sub_categories_limit' => [
+ 'name' => 'زیرمجموعه ها',
+ ],
+ 'default_country' => [
+ 'name' => 'صفحه ثبت نام ، کشور پیش فرض تلفن',
+ ]
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/fi/addon.php b/resources/default/addons/visiosoft/base-theme/lang/fi/addon.php
new file mode 100644
index 000000000..766e4fa77
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/fi/addon.php
@@ -0,0 +1,7 @@
+ 'BaseTheme',
+ 'name' => 'BaseTheme',
+ 'description' => 'BaseTheme'
+];
diff --git a/resources/default/addons/visiosoft/base-theme/lang/fi/button.php b/resources/default/addons/visiosoft/base-theme/lang/fi/button.php
new file mode 100644
index 000000000..d7b235954
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/fi/button.php
@@ -0,0 +1,15 @@
+ [
+ 'name' => 'Lähetä ilmoitus',
+ ],
+ 'login' => 'Kirjaudu sisään',
+ 'register' => 'Rekisteröidy',
+ 'continue' => 'Jatkaa',
+ 'reset_password' => 'Nollaa salasana',
+ 'email' => 'Sähköposti',
+ 'phone' => 'Puhelin',
+ 'show_all' => 'Näytä kaikki',
+ 'hide_all' => 'Piilota kaikki',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/fi/errors.php b/resources/default/addons/visiosoft/base-theme/lang/fi/errors.php
new file mode 100644
index 000000000..0311c6319
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/fi/errors.php
@@ -0,0 +1,9 @@
+ 'Ei löydetty',
+ '403_title' => 'Kielletty',
+ '404_message' => 'Hakemaasi sivua ei löytynyt.',
+ '403_message' => 'Pääsy tämän sivuston resursseihin evätään!',
+ 'home_page' => 'Mene kotisivulle',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/fi/field.php b/resources/default/addons/visiosoft/base-theme/lang/fi/field.php
new file mode 100644
index 000000000..1ccd3b26f
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/fi/field.php
@@ -0,0 +1,65 @@
+ 'Uusimmat ilmoitukset',
+ 'show_all' => 'Näytä kaikki',
+ 'login' => [
+ 'name' => 'Kirjaudu sisään',
+ ],
+ 'logout' => [
+ 'name' => 'Kirjautua ulos',
+ ],
+ 'profile' => 'Profiili',
+ 'email' => 'Sähköpostiosoite',
+ 'phone' => 'Puhelinnumero',
+ 'reset_code' => 'Nollaa koodi',
+ 'password_confirmation' => 'Salasanan vahvistus',
+ 'password' => 'Salasana',
+ 'first_name' => 'Etunimi',
+ 'last_name' => 'Sukunimi',
+ 'remember_me' => 'Muista minut',
+ 'not_a_member_yet' => 'Etkö ole vielä jäsen',
+ 'not_a_member_yet_message' => 'Ilmoittaudu jäsenillemme hyötymään erikoispalvelustamme',
+ 'forgot_password' => 'Unohdin salasanani',
+ 'email_or_phone_number' => 'Sähköpostiosoite tai puhelinnumero',
+ 'phone_number' => 'Puhelinnumero',
+
+ // Registration instructions
+ 'personal_registration_header' => 'Mitkä ovat yksittäisen jäsenyyden edut?',
+ 'personal_registration_body' => 'Myy ja vuokraa koti, auto, myy käyttämättömät tavarat, hanki uusia.',
+ 'personal_registration_list_1' => 'Lähetä ilmainen mainos',
+ 'personal_registration_list_2' => 'Lisää kiinnostavat mainokset, seuraa hintamuutoksia sen jälkeen, kun olet lisännyt ne suosikkeihisi, luo suosikkihaut, jotka täyttävät kriteerit,',
+ 'personal_registration_list_3' => 'Lähetä viestejä sivuston mainoksen omistajille.',
+ 'register_information_note' => 'Tämän sivun tiedot on tarkoitettu ' . env('APPLICATION_DOMAIN') . ' jäsenyys. Löydät yksityiskohtaiset tiedot henkilötietojen suojasta täältä.',
+
+ // Register page
+ 'phone_validation_error' => 'Toinen jäsen käyttää tätä puhelinnumeroa.',
+
+ // Forgot Password
+ 'create_new_password' => 'Luo uusi salasana',
+
+ // Login page
+ 'or' => 'tai',
+ 'login_with_phone_number' => 'Kirjaudu sisään puhelinnumerolla',
+ 'login_with_email_address' => 'Kirjaudu sisään sähköpostiosoitteella',
+
+ // Side menu links
+ 'company_directory' => 'Yrityshakemisto',
+ 'popular_ads' => 'Suosittuja mainoksia',
+ 'last_48_hours' => 'Viimeiset 48 tuntia',
+ 'secure_e-commerce_ads' => 'Suojatut verkkokaupan mainokset',
+ 'sms' => 'Lähetä tekstiviesti (SMS)',
+ 'mail' => 'Lähetä postia',
+
+ // Register instruction seed
+ 'register_instructions' => 'Rekisteröi ohjeet',
+ 'list' => 'Lista',
+ 'instruction_description' => 'Ohjeiden kuvaus',
+ 'instruction_list' => 'Ohjeluettelo',
+
+ // Offline
+ 'connection_problem' => 'Connection problem',
+ 'your_internet_connection_is_broken' => 'Your internet connection is broken,',
+ 'we_miss_you_so_much_already' => 'we miss you so much already!',
+ 'try_again' => 'Try again',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/fi/message.php b/resources/default/addons/visiosoft/base-theme/lang/fi/message.php
new file mode 100644
index 000000000..baa48e782
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/fi/message.php
@@ -0,0 +1,7 @@
+ 'Tekstiviesti lähetetty rekisteröityyn puhelimeesi. Tarkista.',
+ 'found_phone' => 'Järjestelmään rekisteröityä puhelinnumeroa ei löytynyt.',
+ 'error_mail' => 'Tapahtumasi suoritettiin onnistuneesti, mutta ilmoitussähköpostia ei voitu lähettää.',
+];
diff --git a/resources/default/addons/visiosoft/base-theme/lang/fi/section.php b/resources/default/addons/visiosoft/base-theme/lang/fi/section.php
new file mode 100644
index 000000000..8a30c5863
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/fi/section.php
@@ -0,0 +1,8 @@
+ [
+ 'name' => 'Luettelotila',
+ ],
+ 'template' => 'Sapluuna',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/fi/setting.php b/resources/default/addons/visiosoft/base-theme/lang/fi/setting.php
new file mode 100644
index 000000000..e3f640d7c
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/fi/setting.php
@@ -0,0 +1,46 @@
+ [
+ 'name' => 'Navigointinimi',
+ ],
+ 'navigation_action' => [
+ 'name' => 'Navigointitoiminto',
+ ],
+ 'country_fields' => [
+ 'name' => 'Maakentät',
+ ],
+ 'date_fields' => [
+ 'name' => 'Päivämääräkentät',
+ ],
+ 'price_fields' => [
+ 'name' => 'Hintakentät',
+ ],
+ 'breadcrumbs' => [
+ 'name' => 'Leipäpuru',
+ ],
+ 'ad_details' => [
+ 'name' => 'Mainoksen tiedot',
+ ],
+ 'ad_details_tab' => [
+ 'name' => 'Mainoksen tiedot -välilehti',
+ ],
+ 'latest_and_view_all_btn' => [
+ 'name' => 'Uusimmat ja Näytä kaikki Btn',
+ ],
+ 'register_page_instruction_logo' => [
+ 'name' => 'Rekisteröidy sivun ohjeiden logo',
+ ],
+ 'register_page_alert_link' => [
+ 'name' => 'Rekisteröi sivun hälytyslinkki',
+ ],
+ 'style' => [
+ 'name' => 'Tyyli (CSS)',
+ ],
+ 'home_page_sub_categories_limit' => [
+ 'name' => 'Kotisivu Alaluokat Raja',
+ ],
+ 'default_country' => [
+ 'name' => 'Rekisteröintisivu, puhelimen oletusmaa',
+ ]
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/fr/addon.php b/resources/default/addons/visiosoft/base-theme/lang/fr/addon.php
new file mode 100644
index 000000000..766e4fa77
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/fr/addon.php
@@ -0,0 +1,7 @@
+ 'BaseTheme',
+ 'name' => 'BaseTheme',
+ 'description' => 'BaseTheme'
+];
diff --git a/resources/default/addons/visiosoft/base-theme/lang/fr/button.php b/resources/default/addons/visiosoft/base-theme/lang/fr/button.php
new file mode 100644
index 000000000..4ea1ca7b8
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/fr/button.php
@@ -0,0 +1,15 @@
+ [
+ 'name' => 'Publier une annonce',
+ ],
+ 'login' => 'S\'identifier',
+ 'register' => 'S\'inscrire',
+ 'continue' => 'Continuer',
+ 'reset_password' => 'réinitialiser le mot de passe',
+ 'email' => 'Email',
+ 'phone' => 'Téléphone',
+ 'show_all' => 'Afficher tout',
+ 'hide_all' => 'Cacher tout',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/fr/errors.php b/resources/default/addons/visiosoft/base-theme/lang/fr/errors.php
new file mode 100644
index 000000000..3d6f58045
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/fr/errors.php
@@ -0,0 +1,9 @@
+ 'Pas trouvé',
+ '403_title' => 'Interdit',
+ '404_message' => 'La page que vous recherchiez n\'a pas été trouvée.',
+ '403_message' => 'L\'accès à ces ressources sur le site est refusé!',
+ 'home_page' => 'Aller à la page d\'accueil',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/fr/field.php b/resources/default/addons/visiosoft/base-theme/lang/fr/field.php
new file mode 100644
index 000000000..ca0899eab
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/fr/field.php
@@ -0,0 +1,65 @@
+ 'Dernières annonces',
+ 'show_all' => 'Afficher tout',
+ 'login' => [
+ 'name' => 'S\'identifier',
+ ],
+ 'logout' => [
+ 'name' => 'Se déconnecter',
+ ],
+ 'profile' => 'Profil',
+ 'email' => 'Adresse électronique',
+ 'phone' => 'Numéro de téléphone',
+ 'reset_code' => 'Réinitialiser le code',
+ 'password_confirmation' => 'Confirmation mot de passe',
+ 'password' => 'Mot de passe',
+ 'first_name' => 'Prénom',
+ 'last_name' => 'Nom de famille',
+ 'remember_me' => 'Souviens-toi de moi',
+ 'not_a_member_yet' => 'Pas encore membre',
+ 'not_a_member_yet_message' => 'Inscrivez-vous à nos membres pour bénéficier de notre service spécial',
+ 'forgot_password' => 'J\'ai oublié mon mot de passe',
+ 'email_or_phone_number' => 'Adresse e-mail ou numéro de téléphone',
+ 'phone_number' => 'Numéro de téléphone',
+
+ // Registration instructions
+ 'personal_registration_header' => 'Quels sont les avantages de l\'adhésion individuelle?',
+ 'personal_registration_body' => 'Vendez et louez votre maison, votre voiture, vendez vos articles inutilisés, obtenez-en de nouveaux.',
+ 'personal_registration_list_1' => 'Publiez une annonce gratuite,',
+ 'personal_registration_list_2' => 'Ajoutez les annonces qui vous intéressent, suivez les changements de prix après les avoir ajoutées à vos favoris, créez des recherches favorites qui répondent à vos critères,',
+ 'personal_registration_list_3' => 'Envoyez des messages aux propriétaires d\'annonces sur le site.',
+ 'register_information_note' => 'Les informations sur cette page sont prises pour ' . env('APPLICATION_DOMAIN') . ' adhésion. Vous pouvez trouver des informations détaillées sur la protection des données personnelles ici.',
+
+ // Register page
+ 'phone_validation_error' => 'Ce numéro de téléphone est utilisé par un autre membre.',
+
+ // Forgot Password
+ 'create_new_password' => 'Créer un nouveau mot de passe',
+
+ // Login page
+ 'or' => 'ou',
+ 'login_with_phone_number' => 'Connectez-vous avec un numéro de téléphone',
+ 'login_with_email_address' => 'Connectez-vous avec votre adresse e-mail',
+
+ // Side menu links
+ 'company_directory' => 'Annuaire d\'entreprises',
+ 'popular_ads' => 'Annonces populaires',
+ 'last_48_hours' => '48 dernières heures',
+ 'secure_e-commerce_ads' => 'Annonces e-commerce sécurisées',
+ 'sms' => 'Envoyer un message texte (SMS)',
+ 'mail' => 'Envoyer un mail',
+
+ // Register instruction seed
+ 'register_instructions' => 'Instructions d\'enregistrement',
+ 'list' => 'liste',
+ 'instruction_description' => 'Description de l\'instruction',
+ 'instruction_list' => 'Liste d\'instructions',
+
+ // Offline
+ 'connection_problem' => 'Connection problem',
+ 'your_internet_connection_is_broken' => 'Your internet connection is broken,',
+ 'we_miss_you_so_much_already' => 'we miss you so much already!',
+ 'try_again' => 'Try again',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/fr/message.php b/resources/default/addons/visiosoft/base-theme/lang/fr/message.php
new file mode 100644
index 000000000..36a9725bd
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/fr/message.php
@@ -0,0 +1,7 @@
+ 'SMS envoyé à votre téléphone enregistré. Vérifiez s\'il vous plaît.',
+ 'found_phone' => 'Le numéro de téléphone enregistré dans le système est introuvable.',
+ 'error_mail' => 'Votre transaction a été effectuée avec succès, mais l\'e-mail de notification n\'a pas pu être envoyé.',
+];
diff --git a/resources/default/addons/visiosoft/base-theme/lang/fr/section.php b/resources/default/addons/visiosoft/base-theme/lang/fr/section.php
new file mode 100644
index 000000000..b7fe49635
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/fr/section.php
@@ -0,0 +1,8 @@
+ [
+ 'name' => 'Mode catalogue',
+ ],
+ 'template' => 'Modèle',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/fr/setting.php b/resources/default/addons/visiosoft/base-theme/lang/fr/setting.php
new file mode 100644
index 000000000..4cdc5fe72
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/fr/setting.php
@@ -0,0 +1,46 @@
+ [
+ 'name' => 'Titre de navigation',
+ ],
+ 'navigation_action' => [
+ 'name' => 'Action de navigation',
+ ],
+ 'country_fields' => [
+ 'name' => 'Champs de pays',
+ ],
+ 'date_fields' => [
+ 'name' => 'Champs de date',
+ ],
+ 'price_fields' => [
+ 'name' => 'Champs de prix',
+ ],
+ 'breadcrumbs' => [
+ 'name' => 'Miette de pain',
+ ],
+ 'ad_details' => [
+ 'name' => 'Détails de l\'annonce',
+ ],
+ 'ad_details_tab' => [
+ 'name' => 'Onglet Détails de l\'annonce',
+ ],
+ 'latest_and_view_all_btn' => [
+ 'name' => 'Dernières et tout afficher Btn',
+ ],
+ 'register_page_instruction_logo' => [
+ 'name' => 'Logo d\'instructions de la page d\'inscription',
+ ],
+ 'register_page_alert_link' => [
+ 'name' => 'Enregistrer le lien d\'alerte de la page',
+ ],
+ 'style' => [
+ 'name' => 'Style (CSS)',
+ ],
+ 'home_page_sub_categories_limit' => [
+ 'name' => 'Limite des sous-catégories de la page d\'accueil',
+ ],
+ 'default_country' => [
+ 'name' => 'Page d\'enregistrement, pays par défaut pour le téléphone',
+ ]
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/he/addon.php b/resources/default/addons/visiosoft/base-theme/lang/he/addon.php
new file mode 100644
index 000000000..766e4fa77
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/he/addon.php
@@ -0,0 +1,7 @@
+ 'BaseTheme',
+ 'name' => 'BaseTheme',
+ 'description' => 'BaseTheme'
+];
diff --git a/resources/default/addons/visiosoft/base-theme/lang/he/button.php b/resources/default/addons/visiosoft/base-theme/lang/he/button.php
new file mode 100644
index 000000000..98d84a41f
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/he/button.php
@@ -0,0 +1,15 @@
+ [
+ 'name' => 'מודעת הודעה',
+ ],
+ 'login' => 'התחברות',
+ 'register' => 'להירשם',
+ 'continue' => 'המשך',
+ 'reset_password' => 'לאפס את הסיסמה',
+ 'email' => 'אימייל',
+ 'phone' => 'טלפון',
+ 'show_all' => 'תראה הכול',
+ 'hide_all' => 'הסתר הכל',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/he/errors.php b/resources/default/addons/visiosoft/base-theme/lang/he/errors.php
new file mode 100644
index 000000000..32e095c70
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/he/errors.php
@@ -0,0 +1,9 @@
+ 'לא נמצא',
+ '403_title' => 'אסור',
+ '404_message' => 'הדף שחיפשת לא נמצא.',
+ '403_message' => 'הגישה למשאבים אלו באתר נדחית!',
+ 'home_page' => 'עבור לעמוד הבית',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/he/field.php b/resources/default/addons/visiosoft/base-theme/lang/he/field.php
new file mode 100644
index 000000000..22721bba5
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/he/field.php
@@ -0,0 +1,65 @@
+ 'מודעות אחרונות',
+ 'show_all' => 'תראה את כל',
+ 'login' => [
+ 'name' => 'התחברות',
+ ],
+ 'logout' => [
+ 'name' => 'להתנתק',
+ ],
+ 'profile' => 'פרופיל',
+ 'email' => 'כתובת דוא"ל',
+ 'phone' => 'מספר טלפון',
+ 'reset_code' => 'אפס קוד',
+ 'password_confirmation' => 'אימות סיסמה',
+ 'password' => 'סיסמה',
+ 'first_name' => 'שם פרטי',
+ 'last_name' => 'שם משפחה',
+ 'remember_me' => 'זכור אותי',
+ 'not_a_member_yet' => 'לא חבר עדיין',
+ 'not_a_member_yet_message' => 'הירשם לחברים שלנו כדי ליהנות מהשירות המיוחד שלנו',
+ 'forgot_password' => 'שכחתי את הסיסמא שלי',
+ 'email_or_phone_number' => 'כתובת דוא"ל או מספר טלפון',
+ 'phone_number' => 'מספר טלפון',
+
+ // Registration instructions
+ 'personal_registration_header' => 'מהם היתרונות של חברות פרטנית?',
+ 'personal_registration_body' => 'מכרו ושכרו את הבית, המכונית, מכרו את הפריטים שלא השתמשו, קבלו חדשים.',
+ 'personal_registration_list_1' => 'פרסם מודעה בחינם,',
+ 'personal_registration_list_2' => 'הוסף את המודעות שאתה מעוניין בהן, עקוב אחר שינויי המחירים לאחר הוספתן למועדפים שלך, צור חיפושים מועדפים העומדים בקריטריונים שלך,',
+ 'personal_registration_list_3' => 'שלח הודעות לבעלי המודעות באתר.',
+ 'register_information_note' => 'המידע בדף זה נלקח עבור ' . env('APPLICATION_DOMAIN') . ' חברות. תוכלו למצוא כאן מידע מפורט אודות ההגנה על נתונים אישיים.',
+
+ // Register page
+ 'phone_validation_error' => 'מספר טלפון זה נמצא בשימוש על ידי חבר אחר.',
+
+ // Forgot Password
+ 'create_new_password' => 'צור סיסמא חדשה',
+
+ // Login page
+ 'or' => 'או',
+ 'login_with_phone_number' => 'התחברות עם מספר טלפון',
+ 'login_with_email_address' => 'התחבר עם כתובת דוא"ל',
+
+ // Side menu links
+ 'company_directory' => 'מדריך החברה',
+ 'popular_ads' => 'מודעות פופולריות',
+ 'last_48_hours' => '48 השעות האחרונות',
+ 'secure_e-commerce_ads' => 'מודעות מסחריות מאובטחות',
+ 'sms' => 'שלח הודעת טקסט (SMS)',
+ 'mail' => 'שלח מייל',
+
+ // Register instruction seed
+ 'register_instructions' => 'רישום הוראות',
+ 'list' => 'רשימה',
+ 'instruction_description' => 'תיאור הוראות',
+ 'instruction_list' => 'רשימת הוראות',
+
+ // Offline
+ 'connection_problem' => 'Connection problem',
+ 'your_internet_connection_is_broken' => 'Your internet connection is broken,',
+ 'we_miss_you_so_much_already' => 'we miss you so much already!',
+ 'try_again' => 'Try again',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/he/message.php b/resources/default/addons/visiosoft/base-theme/lang/he/message.php
new file mode 100644
index 000000000..212761802
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/he/message.php
@@ -0,0 +1,7 @@
+ 'SMS נשלח לטלפון הרשום שלך. בבקשה תבדוק.',
+ 'found_phone' => 'מספר הטלפון שנרשם במערכת לא נמצא.',
+ 'error_mail' => 'העסקה שלך הושלמה בהצלחה, אך לא ניתן היה לשלוח את הודעת הדואר האלקטרוני.',
+];
diff --git a/resources/default/addons/visiosoft/base-theme/lang/he/section.php b/resources/default/addons/visiosoft/base-theme/lang/he/section.php
new file mode 100644
index 000000000..4b11becb5
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/he/section.php
@@ -0,0 +1,8 @@
+ [
+ 'name' => 'מצב קטלוג',
+ ],
+ 'template' => 'תבנית',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/he/setting.php b/resources/default/addons/visiosoft/base-theme/lang/he/setting.php
new file mode 100644
index 000000000..77f45592b
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/he/setting.php
@@ -0,0 +1,46 @@
+ [
+ 'name' => 'כותרת ניווט',
+ ],
+ 'navigation_action' => [
+ 'name' => 'פעולת ניווט',
+ ],
+ 'country_fields' => [
+ 'name' => 'שדות מדינה',
+ ],
+ 'date_fields' => [
+ 'name' => 'שדות תאריך',
+ ],
+ 'price_fields' => [
+ 'name' => 'שדות מחירים',
+ ],
+ 'breadcrumbs' => [
+ 'name' => 'פירורי לחם',
+ ],
+ 'ad_details' => [
+ 'name' => 'פרטי מודעה',
+ ],
+ 'ad_details_tab' => [
+ 'name' => 'הכרטיסייה פרטי מודעה',
+ ],
+ 'latest_and_view_all_btn' => [
+ 'name' => 'אחרון והצג הכל Btn',
+ ],
+ 'register_page_instruction_logo' => [
+ 'name' => 'רשום לוגו של הוראות הדרכה',
+ ],
+ 'register_page_alert_link' => [
+ 'name' => 'רישום קישור התראה לדף',
+ ],
+ 'style' => [
+ 'name' => 'סגנון (CSS)',
+ ],
+ 'home_page_sub_categories_limit' => [
+ 'name' => 'מגבלת קטגוריות המשנה לדף הבית',
+ ],
+ 'default_country' => [
+ 'name' => 'דף הרשמה, ארץ ברירת המחדל לטלפון',
+ ]
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/hi/addon.php b/resources/default/addons/visiosoft/base-theme/lang/hi/addon.php
new file mode 100644
index 000000000..47bcba8be
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/hi/addon.php
@@ -0,0 +1,7 @@
+ 'Basetheme',
+ 'name' => 'Basetheme',
+ 'description' => 'Basetheme'
+];
diff --git a/resources/default/addons/visiosoft/base-theme/lang/hi/button.php b/resources/default/addons/visiosoft/base-theme/lang/hi/button.php
new file mode 100644
index 000000000..dac64506e
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/hi/button.php
@@ -0,0 +1,15 @@
+ [
+ 'name' => 'विज्ञापन पोस्ट करें',
+ ],
+ 'login' => 'लॉग इन करें',
+ 'register' => 'रजिस्टर करें',
+ 'continue' => 'जारी रखें',
+ 'reset_password' => 'पासवर्ड रीसेट',
+ 'email' => 'ईमेल',
+ 'phone' => 'फ़ोन',
+ 'show_all' => 'सब दिखाओ',
+ 'hide_all' => 'सभी छुपाएं',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/hi/errors.php b/resources/default/addons/visiosoft/base-theme/lang/hi/errors.php
new file mode 100644
index 000000000..6cc33de75
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/hi/errors.php
@@ -0,0 +1,10 @@
+ 'Nahin Mila',
+ '403_title' => 'Mana kiya hua',
+ '404_message' => 'Vah prshth jise aap khoj rahe the, vah nahin mila.',
+ '403_message' => 'Site par is sansaadhanon tak pahunch se vanchit hai!',
+ 'home_page' => 'Mukhaprshth pr jaen
+',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/hi/field.php b/resources/default/addons/visiosoft/base-theme/lang/hi/field.php
new file mode 100644
index 000000000..e27283a97
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/hi/field.php
@@ -0,0 +1,65 @@
+ 'नवीनतम विज्ञापन',
+ 'show_all' => 'सब दिखाओ',
+ 'login' => [
+ 'name' => 'लॉग इन करें',
+ ],
+ 'logout' => [
+ 'name' => 'लॉग आउट',
+ ],
+ 'profile' => 'प्रोफ़ाइल',
+ 'email' => 'ईमेल पता',
+ 'phone' => 'फ़ोन नंबर',
+ 'reset_code' => 'कोड फिर ठीक करें',
+ 'password_confirmation' => 'पासवर्ड पुष्टि',
+ 'password' => 'कुंजिका',
+ 'first_name' => 'पहला नाम',
+ 'last_name' => 'उपनाम',
+ 'remember_me' => 'मुझे याद रखना',
+ 'not_a_member_yet' => 'अभी तक सदस्य नहीं है',
+ 'not_a_member_yet_message' => 'हमारे विशेष सेवा से लाभ के लिए हमारे सदस्यों के लिए साइन अप करें',
+ 'forgot_password' => 'मैं अपना पासवर्ड भूल गया',
+ 'email_or_phone_number' => 'ईमेल पता या फोन नंबर',
+ 'phone_number' => 'फ़ोन नंबर',
+
+ // Registration instructions
+ 'personal_registration_header' => 'व्यक्तिगत सदस्यता लाभ क्या हैं?',
+ 'personal_registration_body' => 'अपने घर, कार को बेचें और किराए पर लें, अपनी अप्रयुक्त वस्तुओं को बेचें, नए प्राप्त करें।',
+ 'personal_registration_list_1' => 'एक नि: शुल्क विज्ञापन पोस्ट करें,',
+ 'personal_registration_list_2' => 'उन विज्ञापनों को जोड़ें जिनमें आप रुचि रखते हैं, उन्हें अपने पसंदीदा में जोड़ने के बाद मूल्य परिवर्तनों का पालन करें, पसंदीदा खोजें बनाएं जो आपके मानदंडों को पूरा करती हैं,',
+ 'personal_registration_list_3' => 'विज्ञापन मालिकों को साइट पर संदेश भेजें।',
+ 'register_information_note' => 'इस पृष्ठ की जानकारी के लिए लिया गया है ' . env('APPLICATION_DOMAIN') . ' सदस्यता। आप व्यक्तिगत डेटा की सुरक्षा के बारे में विस्तृत जानकारी यहाँ पा सकते हैं।',
+
+ // Register page
+ 'phone_validation_error' => 'इस फोन नंबर का उपयोग किसी अन्य सदस्य द्वारा किया जाता है।',
+
+ // Forgot Password
+ 'create_new_password' => 'नया पासवर्ड बनाएं',
+
+ // Login page
+ 'or' => 'या',
+ 'login_with_phone_number' => 'फोन नंबर के साथ लॉगिन करें',
+ 'login_with_email_address' => 'ईमेल पते के साथ लॉगिन करें',
+
+ // Side menu links
+ 'company_directory' => 'कंपनी निर्देशिका',
+ 'popular_ads' => 'लोकप्रिय विज्ञापन',
+ 'last_48_hours' => 'पिछले 48 घंटे',
+ 'secure_e-commerce_ads' => 'सुरक्षित ई-कॉमर्स विज्ञापन',
+ 'sms' => 'पाठ संदेश भेजें (एसएमएस)',
+ 'mail' => 'मेल भेजे',
+
+ // Register instruction seed
+ 'register_instructions' => 'निर्देश दर्ज करें',
+ 'list' => 'सूची',
+ 'instruction_description' => 'निर्देश विवरण',
+ 'instruction_list' => 'निर्देश सूची',
+
+ // Offline
+ 'connection_problem' => 'Connection problem',
+ 'your_internet_connection_is_broken' => 'Your internet connection is broken,',
+ 'we_miss_you_so_much_already' => 'we miss you so much already!',
+ 'try_again' => 'Try again',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/hi/message.php b/resources/default/addons/visiosoft/base-theme/lang/hi/message.php
new file mode 100644
index 000000000..0cf47089a
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/hi/message.php
@@ -0,0 +1,7 @@
+ 'आपके पंजीकृत फोन पर एसएमएस भेजा गया। कृपया जांचें।',
+ 'found_phone' => 'सिस्टम में पंजीकृत फोन नंबर नहीं मिला।',
+ 'error_mail' => 'आपका लेनदेन सफलतापूर्वक पूरा हो गया, लेकिन अधिसूचना ई-मेल नहीं भेजी जा सकी।',
+];
diff --git a/resources/default/addons/visiosoft/base-theme/lang/hi/section.php b/resources/default/addons/visiosoft/base-theme/lang/hi/section.php
new file mode 100644
index 000000000..89d6a04a9
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/hi/section.php
@@ -0,0 +1,8 @@
+ [
+ 'name' => 'कैटलॉग मोड',
+ ],
+ 'template' => 'खाका',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/hi/setting.php b/resources/default/addons/visiosoft/base-theme/lang/hi/setting.php
new file mode 100644
index 000000000..fb4dcb8d2
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/hi/setting.php
@@ -0,0 +1,46 @@
+ [
+ 'name' => 'नेविगेशन शीर्षक',
+ ],
+ 'navigation_action' => [
+ 'name' => 'नेविगेशन क्रिया',
+ ],
+ 'country_fields' => [
+ 'name' => 'देश के क्षेत्र',
+ ],
+ 'date_fields' => [
+ 'name' => 'दिनांक फ़ील्ड',
+ ],
+ 'price_fields' => [
+ 'name' => 'मूल्य क्षेत्र',
+ ],
+ 'breadcrumbs' => [
+ 'name' => 'ब्रेडक्रम्ब',
+ ],
+ 'ad_details' => [
+ 'name' => 'विज्ञापन विवरण',
+ ],
+ 'ad_details_tab' => [
+ 'name' => 'विज्ञापन विवरण टैब',
+ ],
+ 'latest_and_view_all_btn' => [
+ 'name' => 'नवीनतम और देखें सभी बीटीएन',
+ ],
+ 'register_page_instruction_logo' => [
+ 'name' => 'रजिस्टर पेज इंस्ट्रक्शन लोगो',
+ ],
+ 'register_page_alert_link' => [
+ 'name' => 'पेज अलर्ट लिंक रजिस्टर करें',
+ ],
+ 'style' => [
+ 'name' => 'शैली (सीएसएस)',
+ ],
+ 'home_page_sub_categories_limit' => [
+ 'name' => 'मुखपृष्ठ उप श्रेणियाँ श्रेणियाँ सीमा',
+ ],
+ 'default_country' => [
+ 'name' => 'रजिस्टर पेज, फोन के लिए डिफ़ॉल्ट देश',
+ ]
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/hu/addon.php b/resources/default/addons/visiosoft/base-theme/lang/hu/addon.php
new file mode 100644
index 000000000..766e4fa77
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/hu/addon.php
@@ -0,0 +1,7 @@
+ 'BaseTheme',
+ 'name' => 'BaseTheme',
+ 'description' => 'BaseTheme'
+];
diff --git a/resources/default/addons/visiosoft/base-theme/lang/hu/button.php b/resources/default/addons/visiosoft/base-theme/lang/hu/button.php
new file mode 100644
index 000000000..cb94de8e3
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/hu/button.php
@@ -0,0 +1,15 @@
+ [
+ 'name' => 'Feladás hirdetése',
+ ],
+ 'login' => 'Belépés',
+ 'register' => 'Regisztráció',
+ 'continue' => 'Folytatni',
+ 'reset_password' => 'Jelszó visszaállítása',
+ 'email' => 'Email',
+ 'phone' => 'Telefon',
+ 'show_all' => 'Mutasd az összeset',
+ 'hide_all' => 'Rejtsd el mindet',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/hu/errors.php b/resources/default/addons/visiosoft/base-theme/lang/hu/errors.php
new file mode 100644
index 000000000..96f4e34a2
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/hu/errors.php
@@ -0,0 +1,9 @@
+ 'Nem található',
+ '403_title' => 'Tiltott',
+ '404_message' => 'A keresett oldal nem található.',
+ '403_message' => 'A webhely ezen erőforrásaihoz való hozzáférés megtagadva!',
+ 'home_page' => 'Menj a főoldalra',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/hu/field.php b/resources/default/addons/visiosoft/base-theme/lang/hu/field.php
new file mode 100644
index 000000000..983a27bbe
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/hu/field.php
@@ -0,0 +1,65 @@
+ 'Legfrissebb hirdetések',
+ 'show_all' => 'Mutasd az összeset',
+ 'login' => [
+ 'name' => 'Belépés',
+ ],
+ 'logout' => [
+ 'name' => 'Kijelentkezés',
+ ],
+ 'profile' => 'Profil',
+ 'email' => 'Email cím',
+ 'phone' => 'Telefonszám',
+ 'reset_code' => 'Kód visszaállítása',
+ 'password_confirmation' => 'Jelszó megerősítése',
+ 'password' => 'Jelszó',
+ 'first_name' => 'Keresztnév',
+ 'last_name' => 'Vezetéknév',
+ 'remember_me' => 'Emlékezz rám',
+ 'not_a_member_yet' => 'Még nem vagy tag',
+ 'not_a_member_yet_message' => 'Iratkozzon fel tagjainkra, hogy élvezhessék különleges szolgáltatásainkat',
+ 'forgot_password' => 'Elfelejtettem a jelszavamat',
+ 'email_or_phone_number' => 'E-mail cím vagy telefonszám',
+ 'phone_number' => 'Telefonszám',
+
+ // Registration instructions
+ 'personal_registration_header' => 'Mik az egyéni tagság előnyei?',
+ 'personal_registration_body' => 'Adja el és bérelje otthonát, autóját, adja el a fel nem használt tárgyakat, szerezzen újakat.',
+ 'personal_registration_list_1' => 'Tegyen fel ingyenes hirdetést,',
+ 'personal_registration_list_2' => 'Adja hozzá az érdeklődésre számot tartó hirdetéseket, kövesse az árváltozásokat, miután hozzáadta őket a kedvenceihez, hozzon létre kedvenc kritériumait,',
+ 'personal_registration_list_3' => 'Küldjön üzeneteket a webhely tulajdonosainak.',
+ 'register_information_note' => 'Az ezen az oldalon található információkra szükség van ' . env('APPLICATION_DOMAIN') . ' tagság. A személyes adatok védelméről itt talál részletes információkat.',
+
+ // Register page
+ 'phone_validation_error' => 'Ezt a telefonszámot egy másik tag használja.',
+
+ // Forgot Password
+ 'create_new_password' => 'Új jelszó létrehozása',
+
+ // Login page
+ 'or' => 'vagy',
+ 'login_with_phone_number' => 'Bejelentkezés telefonszámmal',
+ 'login_with_email_address' => 'Bejelentkezés e-mail címmel',
+
+ // Side menu links
+ 'company_directory' => 'Cégjegyzék',
+ 'popular_ads' => 'Népszerű hirdetések',
+ 'last_48_hours' => 'Az utolsó 48 óra',
+ 'secure_e-commerce_ads' => 'Biztonságos e-kereskedelmi hirdetések',
+ 'sms' => 'Szöveges üzenet (SMS) küldése',
+ 'mail' => 'Levél küldés',
+
+ // Register instruction seed
+ 'register_instructions' => 'Regisztrálja az utasításokat',
+ 'list' => 'Lista',
+ 'instruction_description' => 'Utasítás leírása',
+ 'instruction_list' => 'Utasítási lista',
+
+ // Offline
+ 'connection_problem' => 'Connection problem',
+ 'your_internet_connection_is_broken' => 'Your internet connection is broken,',
+ 'we_miss_you_so_much_already' => 'we miss you so much already!',
+ 'try_again' => 'Try again',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/hu/message.php b/resources/default/addons/visiosoft/base-theme/lang/hu/message.php
new file mode 100644
index 000000000..a5cd5dfd7
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/hu/message.php
@@ -0,0 +1,7 @@
+ 'SMS-t küldünk a regisztrált telefonjára. Kérem ellenőrizze.',
+ 'found_phone' => 'A rendszerben regisztrált telefonszám nem található.',
+ 'error_mail' => 'A tranzakció sikeresen befejeződött, de az értesítő e-mailt nem sikerült elküldeni.',
+];
diff --git a/resources/default/addons/visiosoft/base-theme/lang/hu/section.php b/resources/default/addons/visiosoft/base-theme/lang/hu/section.php
new file mode 100644
index 000000000..c7175a64d
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/hu/section.php
@@ -0,0 +1,8 @@
+ [
+ 'name' => 'Katalógus mód',
+ ],
+ 'template' => 'Sablon',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/hu/setting.php b/resources/default/addons/visiosoft/base-theme/lang/hu/setting.php
new file mode 100644
index 000000000..51b1bca59
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/hu/setting.php
@@ -0,0 +1,46 @@
+ [
+ 'name' => 'Navigációs cím',
+ ],
+ 'navigation_action' => [
+ 'name' => 'Navigációs művelet',
+ ],
+ 'country_fields' => [
+ 'name' => 'Ország mezők',
+ ],
+ 'date_fields' => [
+ 'name' => 'Dátummezők',
+ ],
+ 'price_fields' => [
+ 'name' => 'Ármezők',
+ ],
+ 'breadcrumbs' => [
+ 'name' => 'Kenyérmorzsa',
+ ],
+ 'ad_details' => [
+ 'name' => 'Hirdetés részletei',
+ ],
+ 'ad_details_tab' => [
+ 'name' => 'Hirdetés részletei lap',
+ ],
+ 'latest_and_view_all_btn' => [
+ 'name' => 'Legfrissebb és az összes megtekintése Btn',
+ ],
+ 'register_page_instruction_logo' => [
+ 'name' => 'Regisztráljon oldal utasítás logót',
+ ],
+ 'register_page_alert_link' => [
+ 'name' => 'Oldal figyelmeztető link regisztrálása',
+ ],
+ 'style' => [
+ 'name' => 'Stílus (CSS)',
+ ],
+ 'home_page_sub_categories_limit' => [
+ 'name' => 'Honlap alkategóriák Limit',
+ ],
+ 'default_country' => [
+ 'name' => 'Regisztrációs oldal, a telefon alapértelmezett országa',
+ ]
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/id/addon.php b/resources/default/addons/visiosoft/base-theme/lang/id/addon.php
new file mode 100644
index 000000000..766e4fa77
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/id/addon.php
@@ -0,0 +1,7 @@
+ 'BaseTheme',
+ 'name' => 'BaseTheme',
+ 'description' => 'BaseTheme'
+];
diff --git a/resources/default/addons/visiosoft/base-theme/lang/id/button.php b/resources/default/addons/visiosoft/base-theme/lang/id/button.php
new file mode 100644
index 000000000..99a9ceaf5
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/id/button.php
@@ -0,0 +1,15 @@
+ [
+ 'name' => 'Pasang Iklan',
+ ],
+ 'login' => 'Gabung',
+ 'register' => 'Daftar',
+ 'continue' => 'Terus',
+ 'reset_password' => 'Atur Ulang Kata Sandi',
+ 'email' => 'Surel',
+ 'phone' => 'Telepon',
+ 'show_all' => 'Tunjukkan semua',
+ 'hide_all' => 'Sembunyikan semua',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/id/errors.php b/resources/default/addons/visiosoft/base-theme/lang/id/errors.php
new file mode 100644
index 000000000..bbf719048
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/id/errors.php
@@ -0,0 +1,9 @@
+ 'Tidak ditemukan',
+ '403_title' => 'Terlarang',
+ '404_message' => 'Halaman yang Anda cari tidak ditemukan.',
+ '403_message' => 'Akses ke sumber daya ini di situs ditolak!',
+ 'home_page' => 'Pergi ke Halaman Utama',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/id/field.php b/resources/default/addons/visiosoft/base-theme/lang/id/field.php
new file mode 100644
index 000000000..eaeb0c8ee
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/id/field.php
@@ -0,0 +1,65 @@
+ 'Iklan Terbaru',
+ 'show_all' => 'Tunjukkan semua',
+ 'login' => [
+ 'name' => 'Gabung',
+ ],
+ 'logout' => [
+ 'name' => 'Keluar',
+ ],
+ 'profile' => 'Profil',
+ 'email' => 'Alamat email',
+ 'phone' => 'Nomor telepon',
+ 'reset_code' => 'Atur Ulang Kode',
+ 'password_confirmation' => 'Konfirmasi kata kunci',
+ 'password' => 'Kata sandi',
+ 'first_name' => 'Nama depan',
+ 'last_name' => 'Nama keluarga',
+ 'remember_me' => 'Ingat saya',
+ 'not_a_member_yet' => 'Belum menjadi anggota',
+ 'not_a_member_yet_message' => 'Daftar anggota kami untuk mendapatkan keuntungan dari layanan khusus kami',
+ 'forgot_password' => 'Saya Lupa Kata Sandi',
+ 'email_or_phone_number' => 'Alamat Email atau Nomor Telepon',
+ 'phone_number' => 'Nomor telepon',
+
+ // Registration instructions
+ 'personal_registration_header' => 'Apa Keuntungan Keanggotaan Perorangan?',
+ 'personal_registration_body' => 'Jual dan sewa rumah, mobil, jual barang yang tidak terpakai, dapatkan yang baru.',
+ 'personal_registration_list_1' => 'Pasang iklan gratis,',
+ 'personal_registration_list_2' => 'Tambahkan iklan yang Anda minati, ikuti perubahan harga setelah menambahkannya ke favorit Anda, buat pencarian favorit yang memenuhi kriteria Anda,',
+ 'personal_registration_list_3' => 'Kirim pesan ke pemilik iklan di situs.',
+ 'register_information_note' => 'Informasi di halaman ini diambil untuk ' . env('APPLICATION_DOMAIN') . ' keanggotaan. Anda dapat menemukan informasi rinci tentang perlindungan data pribadi di sini.',
+
+ // Register page
+ 'phone_validation_error' => 'Nomor telepon ini sedang digunakan oleh anggota lain.',
+
+ // Forgot Password
+ 'create_new_password' => 'Buat Kata Sandi Baru',
+
+ // Login page
+ 'or' => 'atau',
+ 'login_with_phone_number' => 'Login dengan Nomor Telepon',
+ 'login_with_email_address' => 'Login dengan Alamat Email',
+
+ // Side menu links
+ 'company_directory' => 'Direktori perusahaan',
+ 'popular_ads' => 'Iklan Populer',
+ 'last_48_hours' => '48 Jam Terakhir',
+ 'secure_e-commerce_ads' => 'Amankan Iklan e-Commerce',
+ 'sms' => 'Kirim Pesan Teks (SMS)',
+ 'mail' => 'Kirim Surat',
+
+ // Register instruction seed
+ 'register_instructions' => 'Daftar Instruksi',
+ 'list' => 'Daftar',
+ 'instruction_description' => 'Deskripsi Instruksi',
+ 'instruction_list' => 'Daftar Instruksi',
+
+ // Offline
+ 'connection_problem' => 'Connection problem',
+ 'your_internet_connection_is_broken' => 'Your internet connection is broken,',
+ 'we_miss_you_so_much_already' => 'we miss you so much already!',
+ 'try_again' => 'Try again',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/id/message.php b/resources/default/addons/visiosoft/base-theme/lang/id/message.php
new file mode 100644
index 000000000..bc9a0173e
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/id/message.php
@@ -0,0 +1,7 @@
+ 'SMS dikirim ke ponsel Anda yang terdaftar. Silakan periksa.',
+ 'found_phone' => 'Nomor telepon yang terdaftar di sistem tidak ditemukan.',
+ 'error_mail' => 'Transaksi Anda berhasil diselesaikan, tetapi email pemberitahuan tidak dapat dikirim.',
+];
diff --git a/resources/default/addons/visiosoft/base-theme/lang/id/section.php b/resources/default/addons/visiosoft/base-theme/lang/id/section.php
new file mode 100644
index 000000000..22368c32b
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/id/section.php
@@ -0,0 +1,8 @@
+ [
+ 'name' => 'Mode Katalog',
+ ],
+ 'template' => 'Template',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/id/setting.php b/resources/default/addons/visiosoft/base-theme/lang/id/setting.php
new file mode 100644
index 000000000..b93245148
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/id/setting.php
@@ -0,0 +1,46 @@
+ [
+ 'name' => 'Judul Navigasi',
+ ],
+ 'navigation_action' => [
+ 'name' => 'Tindakan Navigasi',
+ ],
+ 'country_fields' => [
+ 'name' => 'Bidang Negara',
+ ],
+ 'date_fields' => [
+ 'name' => 'Bidang Tanggal',
+ ],
+ 'price_fields' => [
+ 'name' => 'Bidang Harga',
+ ],
+ 'breadcrumbs' => [
+ 'name' => 'Remah roti',
+ ],
+ 'ad_details' => [
+ 'name' => 'Detail Iklan',
+ ],
+ 'ad_details_tab' => [
+ 'name' => 'Tab Detail Iklan',
+ ],
+ 'latest_and_view_all_btn' => [
+ 'name' => 'Terbaru dan Lihat Semua Btn',
+ ],
+ 'register_page_instruction_logo' => [
+ 'name' => 'Daftar Logo Instruksi Halaman',
+ ],
+ 'register_page_alert_link' => [
+ 'name' => 'Daftarkan Tautan Peringatan Halaman',
+ ],
+ 'style' => [
+ 'name' => 'Gaya (CSS)',
+ ],
+ 'home_page_sub_categories_limit' => [
+ 'name' => 'Batas Sub Kategori Beranda',
+ ],
+ 'default_country' => [
+ 'name' => 'Halaman daftar, negara default untuk telepon',
+ ]
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/it/addon.php b/resources/default/addons/visiosoft/base-theme/lang/it/addon.php
new file mode 100644
index 000000000..766e4fa77
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/it/addon.php
@@ -0,0 +1,7 @@
+ 'BaseTheme',
+ 'name' => 'BaseTheme',
+ 'description' => 'BaseTheme'
+];
diff --git a/resources/default/addons/visiosoft/base-theme/lang/it/button.php b/resources/default/addons/visiosoft/base-theme/lang/it/button.php
new file mode 100644
index 000000000..7ea85f650
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/it/button.php
@@ -0,0 +1,15 @@
+ [
+ 'name' => 'Pubblica annuncio',
+ ],
+ 'login' => 'Accesso',
+ 'register' => 'Registrati',
+ 'continue' => 'Continua',
+ 'reset_password' => 'Resetta la password',
+ 'email' => 'E-mail',
+ 'phone' => 'Telefono',
+ 'show_all' => 'Mostra tutto',
+ 'hide_all' => 'Nascondi tutto',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/it/errors.php b/resources/default/addons/visiosoft/base-theme/lang/it/errors.php
new file mode 100644
index 000000000..6807959ba
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/it/errors.php
@@ -0,0 +1,9 @@
+ 'Non trovato',
+ '403_title' => 'Vietato',
+ '404_message' => 'La pagina che stavi cercando non è stata trovata.',
+ '403_message' => 'L\'accesso a queste risorse sul sito è negato!',
+ 'home_page' => 'Vai alla pagina principale',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/it/field.php b/resources/default/addons/visiosoft/base-theme/lang/it/field.php
new file mode 100644
index 000000000..d97f5992c
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/it/field.php
@@ -0,0 +1,65 @@
+ 'Annunci più recenti',
+ 'show_all' => 'Mostra tutto',
+ 'login' => [
+ 'name' => 'Accesso',
+ ],
+ 'logout' => [
+ 'name' => 'Disconnettersi',
+ ],
+ 'profile' => 'Profilo',
+ 'email' => 'Indirizzo email',
+ 'phone' => 'Numero di telefono',
+ 'reset_code' => 'Reimposta codice',
+ 'password_confirmation' => 'Conferma password',
+ 'password' => 'Parola d\'ordine',
+ 'first_name' => 'Nome di battesimo',
+ 'last_name' => 'Cognome',
+ 'remember_me' => 'Ricordati di me',
+ 'not_a_member_yet' => 'Non sei ancora un membro',
+ 'not_a_member_yet_message' => 'Iscriviti ai nostri membri per beneficiare del nostro servizio speciale',
+ 'forgot_password' => 'Ho dimenticato la mia password',
+ 'email_or_phone_number' => 'Indirizzo e-mail o numero di telefono',
+ 'phone_number' => 'Numero di telefono',
+
+ // Registration instructions
+ 'personal_registration_header' => 'Quali sono i vantaggi dell\'abbonamento individuale?',
+ 'personal_registration_body' => 'Vendi e affitta casa, auto, vendi oggetti inutilizzati, acquistane di nuovi.',
+ 'personal_registration_list_1' => 'Pubblica un annuncio gratuito,',
+ 'personal_registration_list_2' => 'Aggiungi gli annunci che ti interessano, segui le variazioni di prezzo dopo averle aggiunte ai tuoi preferiti, crea ricerche preferite che soddisfino i tuoi criteri,',
+ 'personal_registration_list_3' => 'Invia messaggi ai proprietari di annunci sul sito.',
+ 'register_information_note' => 'Le informazioni in questa pagina sono prese per ' . env('APPLICATION_DOMAIN') . ' appartenenza. Puoi trovare informazioni dettagliate sulla protezione dei dati personali qui.',
+
+ // Register page
+ 'phone_validation_error' => 'Questo numero di telefono è utilizzato da un altro membro.',
+
+ // Forgot Password
+ 'create_new_password' => 'Crea una nuova password',
+
+ // Login page
+ 'or' => 'o',
+ 'login_with_phone_number' => 'Accedi con il numero di telefono',
+ 'login_with_email_address' => 'Accedi con indirizzo e-mail',
+
+ // Side menu links
+ 'company_directory' => 'Directory aziendale',
+ 'popular_ads' => 'Annunci popolari',
+ 'last_48_hours' => 'Ultime 48 ore',
+ 'secure_e-commerce_ads' => 'Annunci e-commerce sicuri',
+ 'sms' => 'Invia SMS (SMS)',
+ 'mail' => 'Inviare una mail',
+
+ // Register instruction seed
+ 'register_instructions' => 'Istruzioni per la registrazione',
+ 'list' => 'Elenco',
+ 'instruction_description' => 'Descrizione delle istruzioni',
+ 'instruction_list' => 'Elenco delle istruzioni',
+
+ // Offline
+ 'connection_problem' => 'Connection problem',
+ 'your_internet_connection_is_broken' => 'Your internet connection is broken,',
+ 'we_miss_you_so_much_already' => 'we miss you so much already!',
+ 'try_again' => 'Try again',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/it/message.php b/resources/default/addons/visiosoft/base-theme/lang/it/message.php
new file mode 100644
index 000000000..86ff9d8f2
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/it/message.php
@@ -0,0 +1,7 @@
+ 'SMS inviati al tuo telefono registrato. Si prega di controllare.',
+ 'found_phone' => 'Il numero di telefono registrato nel sistema non è stato trovato.',
+ 'error_mail' => 'La transazione è stata completata con successo, ma non è stato possibile inviare l\'e-mail di notifica.',
+];
diff --git a/resources/default/addons/visiosoft/base-theme/lang/it/section.php b/resources/default/addons/visiosoft/base-theme/lang/it/section.php
new file mode 100644
index 000000000..787f8d815
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/it/section.php
@@ -0,0 +1,8 @@
+ [
+ 'name' => 'Modalità catalogo',
+ ],
+ 'template' => 'Modello',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/it/setting.php b/resources/default/addons/visiosoft/base-theme/lang/it/setting.php
new file mode 100644
index 000000000..f6ba36f00
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/it/setting.php
@@ -0,0 +1,46 @@
+ [
+ 'name' => 'Titolo di navigazione',
+ ],
+ 'navigation_action' => [
+ 'name' => 'Azione di navigazione',
+ ],
+ 'country_fields' => [
+ 'name' => 'Campi Paese',
+ ],
+ 'date_fields' => [
+ 'name' => 'Campi data',
+ ],
+ 'price_fields' => [
+ 'name' => 'Campi prezzi',
+ ],
+ 'breadcrumbs' => [
+ 'name' => 'Percorso di navigazione',
+ ],
+ 'ad_details' => [
+ 'name' => 'Dettagli dell\'annuncio',
+ ],
+ 'ad_details_tab' => [
+ 'name' => 'Scheda Dettagli annuncio',
+ ],
+ 'latest_and_view_all_btn' => [
+ 'name' => 'Più recenti e visualizza tutto Btn',
+ ],
+ 'register_page_instruction_logo' => [
+ 'name' => 'Logo delle istruzioni per la registrazione della pagina',
+ ],
+ 'register_page_alert_link' => [
+ 'name' => 'Registrati pagina Alert Link',
+ ],
+ 'style' => [
+ 'name' => 'Stile (CSS)',
+ ],
+ 'home_page_sub_categories_limit' => [
+ 'name' => 'Limite delle sottocategorie della home page',
+ ],
+ 'default_country' => [
+ 'name' => 'Pagina di registrazione, paese predefinito per il telefono',
+ ]
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/ja/addon.php b/resources/default/addons/visiosoft/base-theme/lang/ja/addon.php
new file mode 100644
index 000000000..766e4fa77
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/ja/addon.php
@@ -0,0 +1,7 @@
+ 'BaseTheme',
+ 'name' => 'BaseTheme',
+ 'description' => 'BaseTheme'
+];
diff --git a/resources/default/addons/visiosoft/base-theme/lang/ja/button.php b/resources/default/addons/visiosoft/base-theme/lang/ja/button.php
new file mode 100644
index 000000000..c34af555e
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/ja/button.php
@@ -0,0 +1,15 @@
+ [
+ 'name' => '広告を投稿',
+ ],
+ 'login' => 'ログインする',
+ 'register' => '登録',
+ 'continue' => '継続する',
+ 'reset_password' => 'パスワードを再設定する',
+ 'email' => 'Eメール',
+ 'phone' => '電話',
+ 'show_all' => 'すべて表示する',
+ 'hide_all' => 'すべて非表示',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/ja/errors.php b/resources/default/addons/visiosoft/base-theme/lang/ja/errors.php
new file mode 100644
index 000000000..2a808e5b7
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/ja/errors.php
@@ -0,0 +1,9 @@
+ '見つかりません',
+ '403_title' => '禁止',
+ '404_message' => '探していたページが見つかりませんでした。',
+ '403_message' => 'サイト上のこのリソースへのアクセスは拒否されます!',
+ 'home_page' => 'ホームページへ',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/ja/field.php b/resources/default/addons/visiosoft/base-theme/lang/ja/field.php
new file mode 100644
index 000000000..8ade3508f
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/ja/field.php
@@ -0,0 +1,65 @@
+ '最新の広告',
+ 'show_all' => 'すべて表示する',
+ 'login' => [
+ 'name' => 'ログインする',
+ ],
+ 'logout' => [
+ 'name' => 'ログアウト',
+ ],
+ 'profile' => 'プロフィール',
+ 'email' => '電子メールアドレス',
+ 'phone' => '電話番号',
+ 'reset_code' => 'コードをリセット',
+ 'password_confirmation' => 'パスワードの確認',
+ 'password' => 'パスワード',
+ 'first_name' => 'ファーストネーム',
+ 'last_name' => '苗字',
+ 'remember_me' => '私を覚えてますか',
+ 'not_a_member_yet' => 'まだメンバーではありませんか',
+ 'not_a_member_yet_message' => '私たちのメンバーに私たちの特別なサービスの恩恵を受けるためにサインアップしてください',
+ 'forgot_password' => 'パスワードを忘れた',
+ 'email_or_phone_number' => 'メールアドレスまたは電話番号',
+ 'phone_number' => '電話番号',
+
+ // Registration instructions
+ 'personal_registration_header' => '個人会員の利点は何ですか?',
+ 'personal_registration_body' => 'あなたの家、車を売って、借りて、あなたの未使用品を売って、新しいものを手に入れてください。',
+ 'personal_registration_list_1' => '無料の広告を投稿し、',
+ 'personal_registration_list_2' => '興味のある広告を追加し、お気に入りに追加した後の価格の変化を追跡し、基準を満たすお気に入りの検索を作成し、',
+ 'personal_registration_list_3' => 'サイトの広告所有者にメッセージを送信します。',
+ 'register_information_note' => 'このページの情報は、 ' . env('APPLICATION_DOMAIN') . ' 会員。個人データの保護について詳しくは、こちらをご覧ください。',
+
+ // Register page
+ 'phone_validation_error' => 'この電話番号は他のメンバーが使用しています。',
+
+ // Forgot Password
+ 'create_new_password' => '新しいパスワードを作成',
+
+ // Login page
+ 'or' => 'または',
+ 'login_with_phone_number' => '電話番号でログイン',
+ 'login_with_email_address' => 'メールアドレスでログイン',
+
+ // Side menu links
+ 'company_directory' => '会社ディレクトリ',
+ 'popular_ads' => '人気の広告',
+ 'last_48_hours' => '過去48時間',
+ 'secure_e-commerce_ads' => '安全なeコマース広告',
+ 'sms' => 'テキストメッセージを送信(SMS)',
+ 'mail' => 'メールを送る',
+
+ // Register instruction seed
+ 'register_instructions' => '登録手順',
+ 'list' => 'リスト',
+ 'instruction_description' => '命令の説明',
+ 'instruction_list' => '指示リスト',
+
+ // Offline
+ 'connection_problem' => 'Connection problem',
+ 'your_internet_connection_is_broken' => 'Your internet connection is broken,',
+ 'we_miss_you_so_much_already' => 'we miss you so much already!',
+ 'try_again' => 'Try again',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/ja/message.php b/resources/default/addons/visiosoft/base-theme/lang/ja/message.php
new file mode 100644
index 000000000..1b1e4e476
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/ja/message.php
@@ -0,0 +1,7 @@
+ '登録した電話にSMSが送信されました。チェックしてください。',
+ 'found_phone' => 'システムに登録されている電話番号が見つかりませんでした。',
+ 'error_mail' => 'トランザクションは正常に完了しましたが、通知メールを送信できませんでした。',
+];
diff --git a/resources/default/addons/visiosoft/base-theme/lang/ja/section.php b/resources/default/addons/visiosoft/base-theme/lang/ja/section.php
new file mode 100644
index 000000000..9f1cb7595
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/ja/section.php
@@ -0,0 +1,8 @@
+ [
+ 'name' => 'カタログモード',
+ ],
+ 'template' => 'テンプレート',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/ja/setting.php b/resources/default/addons/visiosoft/base-theme/lang/ja/setting.php
new file mode 100644
index 000000000..f91bc8f5f
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/ja/setting.php
@@ -0,0 +1,46 @@
+ [
+ 'name' => 'ナビゲーションタイトル',
+ ],
+ 'navigation_action' => [
+ 'name' => 'ナビゲーションアクション',
+ ],
+ 'country_fields' => [
+ 'name' => '国フィールド',
+ ],
+ 'date_fields' => [
+ 'name' => '日付フィールド',
+ ],
+ 'price_fields' => [
+ 'name' => '価格フィールド',
+ ],
+ 'breadcrumbs' => [
+ 'name' => 'ブレッドクラム',
+ ],
+ 'ad_details' => [
+ 'name' => '広告の詳細',
+ ],
+ 'ad_details_tab' => [
+ 'name' => '[広告の詳細]タブ',
+ ],
+ 'latest_and_view_all_btn' => [
+ 'name' => '最新およびすべてのBtnを表示',
+ ],
+ 'register_page_instruction_logo' => [
+ 'name' => '登録ページの指示ロゴ',
+ ],
+ 'register_page_alert_link' => [
+ 'name' => '登録ページのアラートリンク',
+ ],
+ 'style' => [
+ 'name' => 'スタイル(CSS)',
+ ],
+ 'home_page_sub_categories_limit' => [
+ 'name' => 'ホームページのサブカテゴリの制限',
+ ],
+ 'default_country' => [
+ 'name' => '登録ページ、電話のデフォルトの国',
+ ]
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/ko/addon.php b/resources/default/addons/visiosoft/base-theme/lang/ko/addon.php
new file mode 100644
index 000000000..fdae63386
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/ko/addon.php
@@ -0,0 +1,7 @@
+ '베이스 테마',
+ 'name' => '베이스 테마',
+ 'description' => '베이스 테마'
+];
diff --git a/resources/default/addons/visiosoft/base-theme/lang/ko/button.php b/resources/default/addons/visiosoft/base-theme/lang/ko/button.php
new file mode 100644
index 000000000..a22d53518
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/ko/button.php
@@ -0,0 +1,15 @@
+ [
+ 'name' => '광고 게시',
+ ],
+ 'login' => '로그인',
+ 'register' => '레지스터',
+ 'continue' => '계속하다',
+ 'reset_password' => '암호를 재설정',
+ 'email' => '이메일',
+ 'phone' => '전화',
+ 'show_all' => '모두 표시',
+ 'hide_all' => '모두 숨기기',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/ko/errors.php b/resources/default/addons/visiosoft/base-theme/lang/ko/errors.php
new file mode 100644
index 000000000..e17b142b9
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/ko/errors.php
@@ -0,0 +1,9 @@
+ '찾을 수 없음',
+ '403_title' => '금지',
+ '404_message' => '찾고 있던 페이지를 찾을 수 없습니다.',
+ '403_message' => '사이트에서이 리소스에 대한 액세스가 거부되었습니다!',
+ 'home_page' => '홈페이지로 이동하기',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/ko/field.php b/resources/default/addons/visiosoft/base-theme/lang/ko/field.php
new file mode 100644
index 000000000..d32829962
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/ko/field.php
@@ -0,0 +1,65 @@
+ '최신 광고',
+ 'show_all' => '모두 보이기',
+ 'login' => [
+ 'name' => '로그인',
+ ],
+ 'logout' => [
+ 'name' => '로그 아웃',
+ ],
+ 'profile' => '프로필',
+ 'email' => '이메일 주소',
+ 'phone' => '전화 번호',
+ 'reset_code' => '코드 리셋',
+ 'password_confirmation' => '비밀번호 확인',
+ 'password' => '암호',
+ 'first_name' => '이름',
+ 'last_name' => '성',
+ 'remember_me' => '날 기억해',
+ 'not_a_member_yet' => '아직 회원이 아니십니까',
+ 'not_a_member_yet_message' => '특별 서비스 혜택을 받으려면 회원 가입',
+ 'forgot_password' => '비밀번호를 잊어 버렸습니다',
+ 'email_or_phone_number' => '이메일 주소 또는 전화 번호',
+ 'phone_number' => '전화 번호',
+
+ // Registration instructions
+ 'personal_registration_header' => '개인 회원의 장점은 무엇입니까?',
+ 'personal_registration_body' => '집, 자동차를 팔고, 사용하지 않는 물건을 팔고, 새로운 물건을 얻으십시오.',
+ 'personal_registration_list_1' => '무료 광고 게시',
+ 'personal_registration_list_2' => '관심있는 광고를 추가하고, 즐겨 찾기에 추가 한 후 가격 변동을 따르고, 기준에 맞는 즐겨 찾기 검색을 작성하십시오.',
+ 'personal_registration_list_3' => '사이트의 광고 소유자에게 메시지를 보냅니다.',
+ 'register_information_note' => '이 페이지의 정보는 ' . env('APPLICATION_DOMAIN') . ' 회원. 개인 데이터 보호에 대한 자세한 정보는 여기에서 찾을 수 있습니다.',
+
+ // Register page
+ 'phone_validation_error' => '이 전화 번호는 다른 회원이 사용 중입니다.',
+
+ // Forgot Password
+ 'create_new_password' => '새 비밀번호 만들기',
+
+ // Login page
+ 'or' => '또는',
+ 'login_with_phone_number' => '전화 번호로 로그인',
+ 'login_with_email_address' => '이메일 주소로 로그인',
+
+ // Side menu links
+ 'company_directory' => '회사 디렉토리',
+ 'popular_ads' => '인기있는 광고',
+ 'last_48_hours' => '지난 48 시간',
+ 'secure_e-commerce_ads' => '안전한 전자 상거래 광고',
+ 'sms' => '문자 메시지 보내기 (SMS)',
+ 'mail' => '메일을 보내다',
+
+ // Register instruction seed
+ 'register_instructions' => '등록 지침',
+ 'list' => '명부',
+ 'instruction_description' => '지시 설명',
+ 'instruction_list' => '지시 목록',
+
+ // Offline
+ 'connection_problem' => 'Connection problem',
+ 'your_internet_connection_is_broken' => 'Your internet connection is broken,',
+ 'we_miss_you_so_much_already' => 'we miss you so much already!',
+ 'try_again' => 'Try again',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/ko/message.php b/resources/default/addons/visiosoft/base-theme/lang/ko/message.php
new file mode 100644
index 000000000..fe9196b5f
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/ko/message.php
@@ -0,0 +1,7 @@
+ '등록 된 전화로 SMS를 보냈습니다. 확인해주십시오.',
+ 'found_phone' => '시스템에 등록 된 전화 번호를 찾을 수 없습니다.',
+ 'error_mail' => '거래가 성공적으로 완료되었지만 알림 이메일을 보낼 수 없습니다.',
+];
diff --git a/resources/default/addons/visiosoft/base-theme/lang/ko/section.php b/resources/default/addons/visiosoft/base-theme/lang/ko/section.php
new file mode 100644
index 000000000..162791e71
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/ko/section.php
@@ -0,0 +1,8 @@
+ [
+ 'name' => '카탈로그 모드',
+ ],
+ 'template' => '주형',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/ko/setting.php b/resources/default/addons/visiosoft/base-theme/lang/ko/setting.php
new file mode 100644
index 000000000..8baafa55e
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/ko/setting.php
@@ -0,0 +1,46 @@
+ [
+ 'name' => '탐색 제목',
+ ],
+ 'navigation_action' => [
+ 'name' => '네비게이션 액션',
+ ],
+ 'country_fields' => [
+ 'name' => '국가 필드',
+ ],
+ 'date_fields' => [
+ 'name' => '날짜 필드',
+ ],
+ 'price_fields' => [
+ 'name' => '가격 필드',
+ ],
+ 'breadcrumbs' => [
+ 'name' => '빵 부스러기',
+ ],
+ 'ad_details' => [
+ 'name' => '광고 세부 정보',
+ ],
+ 'ad_details_tab' => [
+ 'name' => '광고 세부 정보 탭',
+ ],
+ 'latest_and_view_all_btn' => [
+ 'name' => '최신 및 모든 Btn보기',
+ ],
+ 'register_page_instruction_logo' => [
+ 'name' => '페이지 지시 로고 등록',
+ ],
+ 'register_page_alert_link' => [
+ 'name' => '페이지 경고 링크 등록',
+ ],
+ 'style' => [
+ 'name' => '스타일 (CSS)',
+ ],
+ 'home_page_sub_categories_limit' => [
+ 'name' => '홈페이지 하위 카테고리 제한',
+ ],
+ 'default_country' => [
+ 'name' => '등록 페이지, 전화의 기본 국가',
+ ]
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/ku/addon.php b/resources/default/addons/visiosoft/base-theme/lang/ku/addon.php
new file mode 100644
index 000000000..766e4fa77
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/ku/addon.php
@@ -0,0 +1,7 @@
+ 'BaseTheme',
+ 'name' => 'BaseTheme',
+ 'description' => 'BaseTheme'
+];
diff --git a/resources/default/addons/visiosoft/base-theme/lang/ku/button.php b/resources/default/addons/visiosoft/base-theme/lang/ku/button.php
new file mode 100644
index 000000000..d7c3684fc
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/ku/button.php
@@ -0,0 +1,17 @@
+ [
+ 'name' => 'ڕیکلامەکە دانێ
+',
+ ],
+ 'login' => 'چوونەژوورەوە',
+ 'register' => 'تۆمارکردن',
+ 'continue' => 'بەردەوام بە
+',
+ 'reset_password' => 'وشەی نهێنیەکە ڕێکخستنەوە',
+ 'email' => ' ئی مەیل',
+ 'phone' => 'تەلەفۆن',
+ 'show_all' => 'هەموو نیشاندە',
+ 'hide_all' => 'هەموو بشارەوە',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/ku/errors.php b/resources/default/addons/visiosoft/base-theme/lang/ku/errors.php
new file mode 100644
index 000000000..9e2088002
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/ku/errors.php
@@ -0,0 +1,12 @@
+ 'نەدۆزراوەتەوە
+',
+ '403_title' => 'قەدەغەکراو',
+ '404_message' => 'ئەو پەیجەی تۆ بەدوایدا دەگەڕایت نەدۆزرایەوە',
+ '403_message' => '! دەستکەوت بۆ ئەم سەرچاوەیە لە سایتەکە ڕەتدەکرێتەوە
+',
+ 'home_page' => 'بڕۆ بۆ ماڵپەڕ
+',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/ku/field.php b/resources/default/addons/visiosoft/base-theme/lang/ku/field.php
new file mode 100644
index 000000000..94985460c
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/ku/field.php
@@ -0,0 +1,89 @@
+ 'نوێترین ڕیکلامەکان
+',
+ 'show_all' => 'هەموو نیشاندە',
+ 'login' => [
+ 'name' => 'چوونەژوورەوە',
+ ],
+ 'logout' => [
+ 'name' => 'دەرچوون',
+ ],
+ 'profile' => 'پرۆفایل',
+ 'email' => 'ناونیشانی ئیمەیل',
+ 'phone' => 'ژمارهی مۆبایل',
+ 'reset_code' => 'کۆدەکە ڕێکخستنەوە',
+ 'password_confirmation' => 'سەلماندنی وشەی نهێنی
+',
+ 'password' => 'وشەی نهێنی',
+ 'first_name' => 'ناوی یەکەم
+',
+ 'last_name' => 'پاشناو',
+ 'remember_me' => 'من لە بیرە
+',
+ 'not_a_member_yet' => 'تۆ هێشتا ئەندام نیت
+',
+ 'not_a_member_yet_message' => 'خۆت تۆمار بکە بۆ ئەندامەکانمان بۆ سوودمەندبوون لە خزمەتگوزاری تایبەتمان
+',
+ 'forgot_password' => 'وشەی نهێنەکەم لەبیرکرد
+',
+ 'email_or_phone_number' => 'ژمارهی مۆبایل یان ناونیشانی ئیمەیل',
+ 'phone_number' => 'ژمارەی تەلەفۆن',
+
+ // Registration instructions
+ 'personal_registration_header' => 'ئایا ئەندامێتیی شهخسی چین ؟
+',
+ 'personal_registration_body' => 'ئۆتۆمبێلەکەت بفرۆشە و بەکرێ بگرە ، ماڵەکەت بفرۆشە ، شتی بەکارنەهێنراوت بفرۆشە ، نوێ بەدەست بهێنە.
+',
+ 'personal_registration_list_1' => 'ڕیکلامی بەلاش دانێ
+',
+ 'personal_registration_list_2' => 'ئەو ڕیکلامانە دابنێ کە تۆ حەزت لێیەتی ، شوێن گۆڕانکاری نرخەکە بکەو دوای زیادکردنیان بۆ دڵخوازەکانت ، گەڕانێکی دڵخواز دروست بکە کە کریتریاەکەت دەبینێت ،
+',
+ 'personal_registration_list_3' => 'پەیامە بنێرن بۆ خاوەنی دوکان لە سایتەکە
+',
+ 'register_information_note' => ' زانیاریەکان لەم پەیجە وەرگیراوە بۆ
+' . env('APPLICATION_DOMAIN') . 'ئەندامێتی. لێرە زانیاری ورد دەربارەی پاراستنی داتا کەسیەکان بدۆزیتەوە
+',
+
+ // Register page
+ 'phone_validation_error' => 'ئەم ژمارە تەلەفۆنە لەلایەن ئەندامێکی ترەوە بەکاردەهێنرێت
+',
+
+ // Forgot Password
+ 'create_new_password' => 'وشەی نهێنی نوێ دروست بکە
+',
+
+ // Login page
+ 'or' => 'یان',
+ 'login_with_phone_number' => 'بە ژمارە تەلەفۆنەوە بچۆ ژوورەوە
+',
+ 'login_with_email_address' => 'بە ناونیشانی ئیمەیل بچۆ ژوورەوە
+',
+
+ // Side menu links
+ 'company_directory' => 'ئاڕاسته ی كۆمپانیا
+',
+ 'popular_ads' => 'ڕیکلامێکی بەناوبانگە
+',
+ 'last_48_hours' => 'ئاخیر 48 کاتژمێر',
+ 'secure_e-commerce_ads' => 'ڕیکلامی نهێنی و بازرگانی
+',
+ 'sms' => 'پەیامە بنێرە',
+ 'mail' => 'مەیل بنێرە',
+
+ // Register instruction seed
+ 'register_instructions' => 'ڕێنماییەکانی تۆمارکردن
+',
+ 'list' => 'لیست',
+ 'instruction_description' => 'دەربارەی ڕێنماییەکان
+',
+ 'instruction_list' => 'لیستی ڕێنماییەکان
+',
+
+ // Offline
+ 'connection_problem' => 'Connection problem',
+ 'your_internet_connection_is_broken' => 'Your internet connection is broken,',
+ 'we_miss_you_so_much_already' => 'we miss you so much already!',
+ 'try_again' => 'Try again',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/ku/message.php b/resources/default/addons/visiosoft/base-theme/lang/ku/message.php
new file mode 100644
index 000000000..d49b86b4e
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/ku/message.php
@@ -0,0 +1,9 @@
+ '.پەیامە نارد بۆ مۆبایلە تۆمارکراوەکەت. تکایە سەیر بکەن
+',
+ 'found_phone' => 'ئەو ژمارەی مۆبایلەی لە سیستمەکەدا تۆمارکراوە نەدۆزراوەتەوە
+',
+ 'error_mail' => 'Danûstendina we bi serfirazî qediya, lê e-nameya agahdariyê nehate şandin.',
+];
diff --git a/resources/default/addons/visiosoft/base-theme/lang/ku/section.php b/resources/default/addons/visiosoft/base-theme/lang/ku/section.php
new file mode 100644
index 000000000..4d14cd5bc
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/ku/section.php
@@ -0,0 +1,8 @@
+ [
+ 'name' => 'Modeya Katalogê',
+ ],
+ 'template' => 'Plateablon',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/ku/setting.php b/resources/default/addons/visiosoft/base-theme/lang/ku/setting.php
new file mode 100644
index 000000000..158a7fe47
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/ku/setting.php
@@ -0,0 +1,46 @@
+ [
+ 'name' => 'Sernavê navîgasyonê',
+ ],
+ 'navigation_action' => [
+ 'name' => 'Çalakiya Navîgasyonê',
+ ],
+ 'country_fields' => [
+ 'name' => 'Zeviyên Welat',
+ ],
+ 'date_fields' => [
+ 'name' => 'Zeviyên Dîrokê',
+ ],
+ 'price_fields' => [
+ 'name' => 'Qadên Bihayê',
+ ],
+ 'breadcrumbs' => [
+ 'name' => 'Breadcrumb',
+ ],
+ 'ad_details' => [
+ 'name' => 'Agahdariyên Ad',
+ ],
+ 'ad_details_tab' => [
+ 'name' => 'Tab Agahdariyên Adê',
+ ],
+ 'latest_and_view_all_btn' => [
+ 'name' => 'Nûtirîn û Hemî Btn Nîşandan',
+ ],
+ 'register_page_instruction_logo' => [
+ 'name' => 'Logoya Fêrbûna Rûpelê Tomar Bikin',
+ ],
+ 'register_page_alert_link' => [
+ 'name' => 'Register Link Alert Link',
+ ],
+ 'style' => [
+ 'name' => 'Styleêwaz (CSS)',
+ ],
+ 'home_page_sub_categories_limit' => [
+ 'name' => 'Sermaseyên Bin Kategoriyên Serûpelê',
+ ],
+ 'default_country' => [
+ 'name' => 'Rûpelê qeyd bikin, ji bo têlefonê welatê pêşîn',
+ ]
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/nl/addon.php b/resources/default/addons/visiosoft/base-theme/lang/nl/addon.php
new file mode 100644
index 000000000..766e4fa77
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/nl/addon.php
@@ -0,0 +1,7 @@
+ 'BaseTheme',
+ 'name' => 'BaseTheme',
+ 'description' => 'BaseTheme'
+];
diff --git a/resources/default/addons/visiosoft/base-theme/lang/nl/button.php b/resources/default/addons/visiosoft/base-theme/lang/nl/button.php
new file mode 100644
index 000000000..5645a6649
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/nl/button.php
@@ -0,0 +1,15 @@
+ [
+ 'name' => 'Advertentie plaatsen',
+ ],
+ 'login' => 'Aanmelden',
+ 'register' => 'Lid Worden',
+ 'continue' => 'Doorgaan met',
+ 'reset_password' => 'Wachtwoord opnieuw instellen',
+ 'email' => 'E-mail',
+ 'phone' => 'Telefoon',
+ 'show_all' => 'Toon alles',
+ 'hide_all' => 'Verstop alles',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/nl/errors.php b/resources/default/addons/visiosoft/base-theme/lang/nl/errors.php
new file mode 100644
index 000000000..7ec8e9c3b
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/nl/errors.php
@@ -0,0 +1,9 @@
+ 'Niet gevonden',
+ '403_title' => 'Verboden',
+ '404_message' => 'De pagina die u zocht, is niet gevonden.',
+ '403_message' => 'Toegang tot deze bronnen op de site is geweigerd!',
+ 'home_page' => 'Ga naar homepagina',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/nl/field.php b/resources/default/addons/visiosoft/base-theme/lang/nl/field.php
new file mode 100644
index 000000000..978813678
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/nl/field.php
@@ -0,0 +1,65 @@
+ 'Nieuwste advertenties',
+ 'show_all' => 'Toon alles',
+ 'login' => [
+ 'name' => 'Log in',
+ ],
+ 'logout' => [
+ 'name' => 'Uitloggen',
+ ],
+ 'profile' => 'Profiel',
+ 'email' => 'E-mailadres',
+ 'phone' => 'Telefoonnummer',
+ 'reset_code' => 'reset code',
+ 'password_confirmation' => 'Wachtwoordbevestiging',
+ 'password' => 'Wachtwoord',
+ 'first_name' => 'Voornaam',
+ 'last_name' => 'Achternaam',
+ 'remember_me' => 'Onthoud me',
+ 'not_a_member_yet' => 'Ben je nog geen lid',
+ 'not_a_member_yet_message' => 'Meld u aan voor onze leden om te profiteren van onze speciale service',
+ 'forgot_password' => 'Ik ben mijn wachtwoord vergeten',
+ 'email_or_phone_number' => 'E-mailadres of telefoonnummer',
+ 'phone_number' => 'Telefoonnummer',
+
+ // Registration instructions
+ 'personal_registration_header' => 'Wat zijn individuele lidmaatschapsvoordelen?',
+ 'personal_registration_body' => 'Verkoop en huur uw huis, auto, verkoop uw ongebruikte items, koop nieuwe.',
+ 'personal_registration_list_1' => 'Plaats een gratis advertentie,',
+ 'personal_registration_list_2' => 'Voeg de advertenties toe waarin u geïnteresseerd bent, volg de prijswijzigingen nadat u ze aan uw favorieten heeft toegevoegd, maak favoriete zoekopdrachten die aan uw criteria voldoen,',
+ 'personal_registration_list_3' => 'Stuur berichten naar de advertentie-eigenaren op de site.',
+ 'register_information_note' => 'De informatie op deze pagina is bedoeld voor ' . env('APPLICATION_DOMAIN') . ' lidmaatschap. Hier vindt u gedetailleerde informatie over de bescherming van persoonsgegevens.',
+
+ // Register page
+ 'phone_validation_error' => 'Dit telefoonnummer wordt gebruikt door een ander lid.',
+
+ // Forgot Password
+ 'create_new_password' => 'Maak een nieuw wachtwoord aan',
+
+ // Login page
+ 'or' => 'of',
+ 'login_with_phone_number' => 'Login met telefoonnummer',
+ 'login_with_email_address' => 'Login met e-mailadres',
+
+ // Side menu links
+ 'company_directory' => 'Bedrijfsadresboek',
+ 'popular_ads' => 'Populaire advertenties',
+ 'last_48_hours' => 'Afgelopen 48 uur',
+ 'secure_e-commerce_ads' => 'Veilige e-commerce-advertenties',
+ 'sms' => 'Sms verzenden',
+ 'mail' => 'Verzend mail',
+
+ // Register instruction seed
+ 'register_instructions' => 'Registreer instructies',
+ 'list' => 'Lijst',
+ 'instruction_description' => 'Instructiebeschrijving',
+ 'instruction_list' => 'Instructielijst',
+
+ // Offline
+ 'connection_problem' => 'Er is een probleem met het connecteren',
+ 'your_internet_connection_is_broken' => 'Uw internetconnectie is niet aangesloten',
+ 'we_miss_you_so_much_already' => 'we missen u al!',
+ 'try_again' => 'Probeer opnieuw',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/nl/message.php b/resources/default/addons/visiosoft/base-theme/lang/nl/message.php
new file mode 100644
index 000000000..b168cae3f
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/nl/message.php
@@ -0,0 +1,7 @@
+ 'Sms verzonden naar uw geregistreerde telefoon. Gelieve dit na te kijken.',
+ 'found_phone' => 'Het telefoonnummer dat in het systeem is geregistreerd, is niet gevonden.',
+ 'error_mail' => 'Uw transactie is met succes voltooid, maar de notificatie-e-mail kon niet worden verzonden.',
+];
diff --git a/resources/default/addons/visiosoft/base-theme/lang/nl/section.php b/resources/default/addons/visiosoft/base-theme/lang/nl/section.php
new file mode 100644
index 000000000..fc3e94b00
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/nl/section.php
@@ -0,0 +1,8 @@
+ [
+ 'name' => 'Catalogusmodus',
+ ],
+ 'template' => 'Sjabloon',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/nl/setting.php b/resources/default/addons/visiosoft/base-theme/lang/nl/setting.php
new file mode 100644
index 000000000..96546c7ac
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/nl/setting.php
@@ -0,0 +1,46 @@
+ [
+ 'name' => 'Navigatietitel',
+ ],
+ 'navigation_action' => [
+ 'name' => 'Navigatie-actie',
+ ],
+ 'country_fields' => [
+ 'name' => 'Land velden',
+ ],
+ 'date_fields' => [
+ 'name' => 'Datumvelden',
+ ],
+ 'price_fields' => [
+ 'name' => 'Prijsvelden',
+ ],
+ 'breadcrumbs' => [
+ 'name' => 'Broodkruimel',
+ ],
+ 'ad_details' => [
+ 'name' => 'Advertentiedetails',
+ ],
+ 'ad_details_tab' => [
+ 'name' => 'Tabblad Advertentiedetails',
+ ],
+ 'latest_and_view_all_btn' => [
+ 'name' => 'Nieuwste en bekijk alle Btn',
+ ],
+ 'register_page_instruction_logo' => [
+ 'name' => 'Registreer Page Instructie Logo',
+ ],
+ 'register_page_alert_link' => [
+ 'name' => 'Meldingslink voor pagina registreren',
+ ],
+ 'style' => [
+ 'name' => 'Stijl (CSS)',
+ ],
+ 'home_page_sub_categories_limit' => [
+ 'name' => 'Limiet subcategorieën op homepage',
+ ],
+ 'default_country' => [
+ 'name' => 'Registratiepagina, standaardland voor telefoon',
+ ]
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/no/addon.php b/resources/default/addons/visiosoft/base-theme/lang/no/addon.php
new file mode 100644
index 000000000..766e4fa77
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/no/addon.php
@@ -0,0 +1,7 @@
+ 'BaseTheme',
+ 'name' => 'BaseTheme',
+ 'description' => 'BaseTheme'
+];
diff --git a/resources/default/addons/visiosoft/base-theme/lang/no/button.php b/resources/default/addons/visiosoft/base-theme/lang/no/button.php
new file mode 100644
index 000000000..71c750d6c
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/no/button.php
@@ -0,0 +1,15 @@
+ [
+ 'name' => 'Legg ut annonse',
+ ],
+ 'login' => 'Logg Inn',
+ 'register' => 'Registrere',
+ 'continue' => 'Fortsette',
+ 'reset_password' => 'Tilbakestille passord',
+ 'email' => 'E-post',
+ 'phone' => 'Telefon',
+ 'show_all' => 'Vis alt',
+ 'hide_all' => 'Gjem alle',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/no/errors.php b/resources/default/addons/visiosoft/base-theme/lang/no/errors.php
new file mode 100644
index 000000000..734423d71
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/no/errors.php
@@ -0,0 +1,9 @@
+ 'Ikke funnet',
+ '403_title' => 'Forbudt',
+ '404_message' => 'Siden du lette etter ble ikke funnet.',
+ '403_message' => 'Tilgang til disse ressursene på nettstedet nektes!',
+ 'home_page' => 'Gå til hjemmesiden',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/no/field.php b/resources/default/addons/visiosoft/base-theme/lang/no/field.php
new file mode 100644
index 000000000..934f3d9a8
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/no/field.php
@@ -0,0 +1,65 @@
+ 'Siste annonser',
+ 'show_all' => 'Vis alt',
+ 'login' => [
+ 'name' => 'Logg Inn',
+ ],
+ 'logout' => [
+ 'name' => 'Logg ut',
+ ],
+ 'profile' => 'Profil',
+ 'email' => 'Epostadresse',
+ 'phone' => 'Telefonnummer',
+ 'reset_code' => 'Tilbakestill kode',
+ 'password_confirmation' => 'Passord bekreftelse',
+ 'password' => 'Passord',
+ 'first_name' => 'Fornavn',
+ 'last_name' => 'Etternavn',
+ 'remember_me' => 'Husk meg',
+ 'not_a_member_yet' => 'Ikke medlem ennå',
+ 'not_a_member_yet_message' => 'Registrer deg slik at medlemmene våre kan dra nytte av vår spesielle tjeneste',
+ 'forgot_password' => 'Jeg glemte passordet mitt',
+ 'email_or_phone_number' => 'E-postadresse eller telefonnummer',
+ 'phone_number' => 'Telefonnummer',
+
+ // Registration instructions
+ 'personal_registration_header' => 'Hva er fordelene ved individuelt medlemskap?',
+ 'personal_registration_body' => 'Selg og leie hjem, bil, selg ubrukte gjenstander, få nye.',
+ 'personal_registration_list_1' => 'Legg ut en gratis annonse,',
+ 'personal_registration_list_2' => 'Legg til annonsene du er interessert i, følg prisendringene etter å ha lagt dem til dine favoritter, lag favorittsøk som oppfyller kriteriene dine,',
+ 'personal_registration_list_3' => 'Send meldinger til annonseierne på nettstedet.',
+ 'register_information_note' => 'Informasjonen på denne siden er tatt for ' . env('APPLICATION_DOMAIN') . ' medlemskap. Du finner detaljert informasjon om beskyttelse av personopplysninger her.',
+
+ // Register page
+ 'phone_validation_error' => 'Dette telefonnummeret er i bruk av et annet medlem.',
+
+ // Forgot Password
+ 'create_new_password' => 'Opprett nytt passord',
+
+ // Login page
+ 'or' => 'eller',
+ 'login_with_phone_number' => 'Logg inn med telefonnummer',
+ 'login_with_email_address' => 'Logg inn med e-postadresse',
+
+ // Side menu links
+ 'company_directory' => 'Bedriftskatalog',
+ 'popular_ads' => 'Populære annonser',
+ 'last_48_hours' => 'Siste 48 timer',
+ 'secure_e-commerce_ads' => 'Sikre e-handelsannonser',
+ 'sms' => 'Send tekstmelding (SMS)',
+ 'mail' => 'Send e-post',
+
+ // Register instruction seed
+ 'register_instructions' => 'Registrer instruksjoner',
+ 'list' => 'Liste',
+ 'instruction_description' => 'Instruksjonsbeskrivelse',
+ 'instruction_list' => 'Instruksjonsliste',
+
+ // Offline
+ 'connection_problem' => 'Connection problem',
+ 'your_internet_connection_is_broken' => 'Your internet connection is broken,',
+ 'we_miss_you_so_much_already' => 'we miss you so much already!',
+ 'try_again' => 'Try again',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/no/message.php b/resources/default/addons/visiosoft/base-theme/lang/no/message.php
new file mode 100644
index 000000000..02fde4f31
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/no/message.php
@@ -0,0 +1,7 @@
+ 'SMS sendt til din registrerte telefon. Vennligst sjekk.',
+ 'found_phone' => 'Telefonnummeret som er registrert i systemet ble ikke funnet.',
+ 'error_mail' => 'Transaksjonen ble fullført, men e-postmeldingen kunne ikke sendes.',
+];
diff --git a/resources/default/addons/visiosoft/base-theme/lang/no/section.php b/resources/default/addons/visiosoft/base-theme/lang/no/section.php
new file mode 100644
index 000000000..e7f72a4c5
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/no/section.php
@@ -0,0 +1,8 @@
+ [
+ 'name' => 'Katalogmodus',
+ ],
+ 'template' => 'Mal',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/no/setting.php b/resources/default/addons/visiosoft/base-theme/lang/no/setting.php
new file mode 100644
index 000000000..000ce88c3
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/no/setting.php
@@ -0,0 +1,46 @@
+ [
+ 'name' => 'Navigasjonstittel',
+ ],
+ 'navigation_action' => [
+ 'name' => 'Navigasjonshandling',
+ ],
+ 'country_fields' => [
+ 'name' => 'Country Fields',
+ ],
+ 'date_fields' => [
+ 'name' => 'Datofelt',
+ ],
+ 'price_fields' => [
+ 'name' => 'Prisfelt',
+ ],
+ 'breadcrumbs' => [
+ 'name' => 'Brødsmule',
+ ],
+ 'ad_details' => [
+ 'name' => 'Annonsedetaljer',
+ ],
+ 'ad_details_tab' => [
+ 'name' => 'Fanen Annonsedetaljer',
+ ],
+ 'latest_and_view_all_btn' => [
+ 'name' => 'Siste og se alle Btn',
+ ],
+ 'register_page_instruction_logo' => [
+ 'name' => 'Registrer sideinstruksjonslogo',
+ ],
+ 'register_page_alert_link' => [
+ 'name' => 'Registrer sidevarsellink',
+ ],
+ 'style' => [
+ 'name' => 'Stil (CSS)',
+ ],
+ 'home_page_sub_categories_limit' => [
+ 'name' => 'Hjemmeside Underkategorier Begrensning',
+ ],
+ 'default_country' => [
+ 'name' => 'Registrer siden, standardland for telefonen',
+ ]
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/pl/addon.php b/resources/default/addons/visiosoft/base-theme/lang/pl/addon.php
new file mode 100644
index 000000000..766e4fa77
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/pl/addon.php
@@ -0,0 +1,7 @@
+ 'BaseTheme',
+ 'name' => 'BaseTheme',
+ 'description' => 'BaseTheme'
+];
diff --git a/resources/default/addons/visiosoft/base-theme/lang/pl/button.php b/resources/default/addons/visiosoft/base-theme/lang/pl/button.php
new file mode 100644
index 000000000..625628a1c
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/pl/button.php
@@ -0,0 +1,15 @@
+ [
+ 'name' => 'Opublikuj ogłoszenie',
+ ],
+ 'login' => 'Zaloguj sie',
+ 'register' => 'Zarejestrować',
+ 'continue' => 'Kontyntynuj',
+ 'reset_password' => 'Zresetuj hasło',
+ 'email' => 'E-mail',
+ 'phone' => 'Telefon',
+ 'show_all' => 'Pokaż wszystko',
+ 'hide_all' => 'Schowaj wszystko',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/pl/errors.php b/resources/default/addons/visiosoft/base-theme/lang/pl/errors.php
new file mode 100644
index 000000000..fc1537d20
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/pl/errors.php
@@ -0,0 +1,9 @@
+ 'Nie znaleziono',
+ '403_title' => 'Zabroniony',
+ '404_message' => 'Nie znaleziono szukanej strony.',
+ '403_message' => 'Odmowa dostępu do tych zasobów na stronie!',
+ 'home_page' => 'Wróć do strony głównej',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/pl/field.php b/resources/default/addons/visiosoft/base-theme/lang/pl/field.php
new file mode 100644
index 000000000..ee1cc9326
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/pl/field.php
@@ -0,0 +1,65 @@
+ 'Najnowsze ogłoszenia',
+ 'show_all' => 'Pokaż wszystko',
+ 'login' => [
+ 'name' => 'Zaloguj sie',
+ ],
+ 'logout' => [
+ 'name' => 'Wyloguj',
+ ],
+ 'profile' => 'Profil',
+ 'email' => 'Adres e-mail',
+ 'phone' => 'Numer telefonu',
+ 'reset_code' => 'Zresetuj Kod',
+ 'password_confirmation' => 'Potwierdzenie hasła',
+ 'password' => 'Hasło',
+ 'first_name' => 'Imię',
+ 'last_name' => 'Nazwisko',
+ 'remember_me' => 'Zapamiętaj mnie',
+ 'not_a_member_yet' => 'Jeszcze nie członkiem',
+ 'not_a_member_yet_message' => 'Zarejestruj się, aby nasi członkowie mogli korzystać z naszej specjalnej usługi',
+ 'forgot_password' => 'Zapomniałem hasła',
+ 'email_or_phone_number' => 'Adres e-mail lub numer telefonu',
+ 'phone_number' => 'Numer telefonu',
+
+ // Registration instructions
+ 'personal_registration_header' => 'Jakie są zalety członkostwa indywidualnego?',
+ 'personal_registration_body' => 'Sprzedaj i wynajmij dom, samochód, sprzedaj swoje nieużywane przedmioty, zdobądź nowe.',
+ 'personal_registration_list_1' => 'Opublikuj darmową reklamę,',
+ 'personal_registration_list_2' => 'Dodaj reklamy, które Cię interesują, śledź zmiany cen po dodaniu ich do ulubionych, twórz ulubione wyszukiwania spełniające Twoje kryteria,',
+ 'personal_registration_list_3' => 'Wysyłaj wiadomości do właścicieli reklam w witrynie.',
+ 'register_information_note' => 'Informacje na tej stronie są brane pod uwagę ' . env('APPLICATION_DOMAIN') . ' członkostwo. Szczegółowe informacje na temat ochrony danych osobowych można znaleźć tutaj.',
+
+ // Register page
+ 'phone_validation_error' => 'Ten numer telefonu jest używany przez innego członka.',
+
+ // Forgot Password
+ 'create_new_password' => 'Utwórz nowe hasło',
+
+ // Login page
+ 'or' => 'lub',
+ 'login_with_phone_number' => 'Zaloguj się przy użyciu numeru telefonu',
+ 'login_with_email_address' => 'Zaloguj się przy użyciu adresu e-mail',
+
+ // Side menu links
+ 'company_directory' => 'Katalog firm',
+ 'popular_ads' => 'Popularne reklamy',
+ 'last_48_hours' => 'Ostatnie 48 godzin',
+ 'secure_e-commerce_ads' => 'Bezpieczne reklamy e-commerce',
+ 'sms' => 'Wyślij wiadomość tekstową (SMS)',
+ 'mail' => 'Wyślij maila',
+
+ // Register instruction seed
+ 'register_instructions' => 'Zarejestruj instrukcje',
+ 'list' => 'Lista',
+ 'instruction_description' => 'Opis instrukcji',
+ 'instruction_list' => 'Lista instrukcji',
+
+ // Offline
+ 'connection_problem' => 'Connection problem',
+ 'your_internet_connection_is_broken' => 'Your internet connection is broken,',
+ 'we_miss_you_so_much_already' => 'we miss you so much already!',
+ 'try_again' => 'Try again',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/pl/message.php b/resources/default/addons/visiosoft/base-theme/lang/pl/message.php
new file mode 100644
index 000000000..5ae9fcccb
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/pl/message.php
@@ -0,0 +1,7 @@
+ 'SMS wysłany na zarejestrowany telefon. Proszę sprawdzić.',
+ 'found_phone' => 'Numer telefonu zarejestrowany w systemie nie został znaleziony.',
+ 'error_mail' => 'Twoja transakcja została zakończona pomyślnie, ale nie można wysłać e-maila z powiadomieniem.',
+];
diff --git a/resources/default/addons/visiosoft/base-theme/lang/pl/section.php b/resources/default/addons/visiosoft/base-theme/lang/pl/section.php
new file mode 100644
index 000000000..f3c8aa606
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/pl/section.php
@@ -0,0 +1,8 @@
+ [
+ 'name' => 'Tryb katalogu',
+ ],
+ 'template' => 'Szablon',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/pl/setting.php b/resources/default/addons/visiosoft/base-theme/lang/pl/setting.php
new file mode 100644
index 000000000..511898486
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/pl/setting.php
@@ -0,0 +1,46 @@
+ [
+ 'name' => 'Tytuł nawigacji',
+ ],
+ 'navigation_action' => [
+ 'name' => 'Akcja nawigacji',
+ ],
+ 'country_fields' => [
+ 'name' => 'Pola kraju',
+ ],
+ 'date_fields' => [
+ 'name' => 'Pola daty',
+ ],
+ 'price_fields' => [
+ 'name' => 'Pola cen',
+ ],
+ 'breadcrumbs' => [
+ 'name' => 'Bułka tarta',
+ ],
+ 'ad_details' => [
+ 'name' => 'Szczegóły reklamy',
+ ],
+ 'ad_details_tab' => [
+ 'name' => 'Karta Szczegóły reklamy',
+ ],
+ 'latest_and_view_all_btn' => [
+ 'name' => 'Najnowsze i zobacz wszystko Btn',
+ ],
+ 'register_page_instruction_logo' => [
+ 'name' => 'Zarejestruj stronę Instrukcja Logo',
+ ],
+ 'register_page_alert_link' => [
+ 'name' => 'Zarejestruj link do ostrzeżenia o stronie',
+ ],
+ 'style' => [
+ 'name' => 'Styl (CSS)',
+ ],
+ 'home_page_sub_categories_limit' => [
+ 'name' => 'Limit podkategorii strony głównej',
+ ],
+ 'default_country' => [
+ 'name' => 'Strona rejestracji, domyślny kraj dla telefonu',
+ ]
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/pt/addon.php b/resources/default/addons/visiosoft/base-theme/lang/pt/addon.php
new file mode 100644
index 000000000..766e4fa77
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/pt/addon.php
@@ -0,0 +1,7 @@
+ 'BaseTheme',
+ 'name' => 'BaseTheme',
+ 'description' => 'BaseTheme'
+];
diff --git a/resources/default/addons/visiosoft/base-theme/lang/pt/button.php b/resources/default/addons/visiosoft/base-theme/lang/pt/button.php
new file mode 100644
index 000000000..f1c724f01
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/pt/button.php
@@ -0,0 +1,15 @@
+ [
+ 'name' => 'Publicar anúncio',
+ ],
+ 'login' => 'Conecte-se',
+ 'register' => 'Registro',
+ 'continue' => 'Continuar',
+ 'reset_password' => 'Redefinir senha',
+ 'email' => 'O email',
+ 'phone' => 'telefone',
+ 'show_all' => 'Mostre tudo',
+ 'hide_all' => 'Esconda tudo',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/pt/errors.php b/resources/default/addons/visiosoft/base-theme/lang/pt/errors.php
new file mode 100644
index 000000000..77daf4c70
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/pt/errors.php
@@ -0,0 +1,9 @@
+ 'Não encontrado',
+ '403_title' => 'Proibido',
+ '404_message' => 'A página que você estava procurando não foi encontrada.',
+ '403_message' => 'O acesso a esses recursos no site é negado!',
+ 'home_page' => 'Vá para a página inicial',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/pt/field.php b/resources/default/addons/visiosoft/base-theme/lang/pt/field.php
new file mode 100644
index 000000000..d0c47b52e
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/pt/field.php
@@ -0,0 +1,65 @@
+ 'Últimos Anúncios',
+ 'show_all' => 'Mostre tudo',
+ 'login' => [
+ 'name' => 'Conecte-se',
+ ],
+ 'logout' => [
+ 'name' => 'Sair',
+ ],
+ 'profile' => 'Perfil',
+ 'email' => 'Endereço de e-mail',
+ 'phone' => 'Número de telefone',
+ 'reset_code' => 'Reiniciar código',
+ 'password_confirmation' => 'ConfirmaÇão Da Senha',
+ 'password' => 'Senha',
+ 'first_name' => 'Primeiro nome',
+ 'last_name' => 'Último nome',
+ 'remember_me' => 'Lembre de mim',
+ 'not_a_member_yet' => 'Não é membro ainda',
+ 'not_a_member_yet_message' => 'Inscreva-se para que nossos membros se beneficiem de nosso serviço especial',
+ 'forgot_password' => 'Esqueci a minha senha',
+ 'email_or_phone_number' => 'Endereço de email ou número de telefone',
+ 'phone_number' => 'Número de telefone',
+
+ // Registration instructions
+ 'personal_registration_header' => 'O que são vantagens individuais de associação?',
+ 'personal_registration_body' => 'Venda e alugue sua casa, carro, venda seus itens não utilizados, obtenha novos.',
+ 'personal_registration_list_1' => 'Publique um anúncio grátis,',
+ 'personal_registration_list_2' => 'Adicione os anúncios de seu interesse, siga as alterações de preço após adicioná-los aos seus favoritos, crie pesquisas favoritas que atendam aos seus critérios,',
+ 'personal_registration_list_3' => 'Envie mensagens para os proprietários do anúncio no site.',
+ 'register_information_note' => 'As informações nesta página são usadas para ' . env('APPLICATION_DOMAIN') . ' Filiação. Você pode encontrar informações detalhadas sobre a proteção de dados pessoais aqui.',
+
+ // Register page
+ 'phone_validation_error' => 'Este número de telefone está em uso por outro membro.',
+
+ // Forgot Password
+ 'create_new_password' => 'Criar nova senha',
+
+ // Login page
+ 'or' => 'ou',
+ 'login_with_phone_number' => 'Entrar com número de telefone',
+ 'login_with_email_address' => 'Entrar com endereço de email',
+
+ // Side menu links
+ 'company_directory' => 'Diretório da empresa',
+ 'popular_ads' => 'Anúncios populares',
+ 'last_48_hours' => 'Últimas 48 horas',
+ 'secure_e-commerce_ads' => 'Anúncios de comércio eletrônico seguro',
+ 'sms' => 'Enviar mensagem de texto (SMS)',
+ 'mail' => 'Enviar correio',
+
+ // Register instruction seed
+ 'register_instructions' => 'Instruções de registro',
+ 'list' => 'Lista',
+ 'instruction_description' => 'Descrição da Instrução',
+ 'instruction_list' => 'Lista de Instrução',
+
+ // Offline
+ 'connection_problem' => 'Connection problem',
+ 'your_internet_connection_is_broken' => 'Your internet connection is broken,',
+ 'we_miss_you_so_much_already' => 'we miss you so much already!',
+ 'try_again' => 'Try again',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/pt/message.php b/resources/default/addons/visiosoft/base-theme/lang/pt/message.php
new file mode 100644
index 000000000..339059a51
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/pt/message.php
@@ -0,0 +1,7 @@
+ 'SMS enviado para o seu telefone registrado. Por favor, verifique.',
+ 'found_phone' => 'O número de telefone registrado no sistema não foi encontrado.',
+ 'error_mail' => 'Sua transação foi concluída com sucesso, mas não foi possível enviar o e-mail de notificação.',
+];
diff --git a/resources/default/addons/visiosoft/base-theme/lang/pt/section.php b/resources/default/addons/visiosoft/base-theme/lang/pt/section.php
new file mode 100644
index 000000000..75916877e
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/pt/section.php
@@ -0,0 +1,8 @@
+ [
+ 'name' => 'Modo Catálogo',
+ ],
+ 'template' => 'Modelo',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/pt/setting.php b/resources/default/addons/visiosoft/base-theme/lang/pt/setting.php
new file mode 100644
index 000000000..f192800fe
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/pt/setting.php
@@ -0,0 +1,46 @@
+ [
+ 'name' => 'Título da Navegação',
+ ],
+ 'navigation_action' => [
+ 'name' => 'Ação de Navegação',
+ ],
+ 'country_fields' => [
+ 'name' => 'Campos do país',
+ ],
+ 'date_fields' => [
+ 'name' => 'Campos de Data',
+ ],
+ 'price_fields' => [
+ 'name' => 'Campos de preço',
+ ],
+ 'breadcrumbs' => [
+ 'name' => 'Migalhas de pão',
+ ],
+ 'ad_details' => [
+ 'name' => 'Detalhes do anúncio',
+ ],
+ 'ad_details_tab' => [
+ 'name' => 'Guia Detalhes do anúncio',
+ ],
+ 'latest_and_view_all_btn' => [
+ 'name' => 'Mais recentes e Ver todos Btn',
+ ],
+ 'register_page_instruction_logo' => [
+ 'name' => 'Logotipo da instrução da página de registro',
+ ],
+ 'register_page_alert_link' => [
+ 'name' => 'Registrar o link de alerta da página',
+ ],
+ 'style' => [
+ 'name' => 'Estilo (CSS)',
+ ],
+ 'home_page_sub_categories_limit' => [
+ 'name' => 'Limite de subcategorias da página inicial',
+ ],
+ 'default_country' => [
+ 'name' => 'Página de registro, país padrão para telefone',
+ ]
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/ro/addon.php b/resources/default/addons/visiosoft/base-theme/lang/ro/addon.php
new file mode 100644
index 000000000..766e4fa77
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/ro/addon.php
@@ -0,0 +1,7 @@
+ 'BaseTheme',
+ 'name' => 'BaseTheme',
+ 'description' => 'BaseTheme'
+];
diff --git a/resources/default/addons/visiosoft/base-theme/lang/ro/button.php b/resources/default/addons/visiosoft/base-theme/lang/ro/button.php
new file mode 100644
index 000000000..c755f9b2d
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/ro/button.php
@@ -0,0 +1,15 @@
+ [
+ 'name' => 'Publicare',
+ ],
+ 'login' => 'Autentificare',
+ 'register' => 'Inregistreaza-te',
+ 'continue' => 'Continua',
+ 'reset_password' => 'Reseteaza parola',
+ 'email' => 'E-mail',
+ 'phone' => 'Telefon',
+ 'show_all' => 'Arata tot',
+ 'hide_all' => 'Ascunde tot',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/ro/errors.php b/resources/default/addons/visiosoft/base-theme/lang/ro/errors.php
new file mode 100644
index 000000000..4e07c0375
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/ro/errors.php
@@ -0,0 +1,9 @@
+ 'Nu a fost gasit',
+ '403_title' => 'Interzis',
+ '404_message' => 'Pagina pe care o căutați nu a fost găsită.',
+ '403_message' => 'Accesul la aceste resurse de pe site este refuzat!',
+ 'home_page' => 'Mergi la pagina principală, mergi la pagina de început',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/ro/field.php b/resources/default/addons/visiosoft/base-theme/lang/ro/field.php
new file mode 100644
index 000000000..cbbbd1d01
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/ro/field.php
@@ -0,0 +1,65 @@
+ 'Ultimele reclame',
+ 'show_all' => 'Arata tot',
+ 'login' => [
+ 'name' => 'Autentificare',
+ ],
+ 'logout' => [
+ 'name' => 'Deconectare',
+ ],
+ 'profile' => 'Profil',
+ 'email' => 'Adresa de email',
+ 'phone' => 'Numar de telefon',
+ 'reset_code' => 'Resetare Cod',
+ 'password_confirmation' => 'Confirmarea parolei',
+ 'password' => 'Parola',
+ 'first_name' => 'Nume',
+ 'last_name' => 'Numele de familie',
+ 'remember_me' => 'Amintește-ți de mine',
+ 'not_a_member_yet' => 'Nu esti inca membru',
+ 'not_a_member_yet_message' => 'Înscrieți-vă ca membrii noștri să beneficieze de serviciul nostru special',
+ 'forgot_password' => 'Am uitat parola',
+ 'email_or_phone_number' => 'Adresa de e-mail sau numărul de telefon',
+ 'phone_number' => 'Numar de telefon',
+
+ // Registration instructions
+ 'personal_registration_header' => 'Care sunt avantajele apartenenței individuale?',
+ 'personal_registration_body' => 'Vindeți și închiriați casa, mașina, vindeți obiectele neutilizate, obțineți altele noi.',
+ 'personal_registration_list_1' => 'Publicați un anunț gratuit,',
+ 'personal_registration_list_2' => 'Adăugați anunțurile care vă interesează, urmați modificările de preț după adăugarea lor la favorite, creați căutări preferate care corespund criteriilor dvs.,',
+ 'personal_registration_list_3' => 'Trimiteți mesaje proprietarilor de anunțuri de pe site.',
+ 'register_information_note' => 'Informațiile din această pagină sunt luate pentru ' . env('APPLICATION_DOMAIN') . ' membru. Puteți găsi informații detaliate despre protecția datelor cu caracter personal aici.',
+
+ // Register page
+ 'phone_validation_error' => 'Acest număr de telefon este folosit de un alt membru.',
+
+ // Forgot Password
+ 'create_new_password' => 'Creați parolă nouă',
+
+ // Login page
+ 'or' => 'sau',
+ 'login_with_phone_number' => 'Autentificare cu număr de telefon',
+ 'login_with_email_address' => 'Autentificare cu adresă de e-mail',
+
+ // Side menu links
+ 'company_directory' => 'Directorul companiilor',
+ 'popular_ads' => 'Anunțuri populare',
+ 'last_48_hours' => 'Ultimele 48 de ore',
+ 'secure_e-commerce_ads' => 'Anunțuri sigure de comerț electronic',
+ 'sms' => 'Trimite mesaj text (SMS)',
+ 'mail' => 'Trimite e-mail',
+
+ // Register instruction seed
+ 'register_instructions' => 'Instrucțiuni de înregistrare',
+ 'list' => 'Listă',
+ 'instruction_description' => 'Descrierea instrucțiunilor',
+ 'instruction_list' => 'Lista de instrucțiuni',
+
+ // Offline
+ 'connection_problem' => 'Connection problem',
+ 'your_internet_connection_is_broken' => 'Your internet connection is broken,',
+ 'we_miss_you_so_much_already' => 'we miss you so much already!',
+ 'try_again' => 'Try again',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/ro/message.php b/resources/default/addons/visiosoft/base-theme/lang/ro/message.php
new file mode 100644
index 000000000..12c7d67d6
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/ro/message.php
@@ -0,0 +1,7 @@
+ 'SMS trimis la telefonul dvs. înregistrat. Te rog verifica.',
+ 'found_phone' => 'Numărul de telefon înregistrat în sistem nu a fost găsit.',
+ 'error_mail' => 'Tranzacția dvs. a fost finalizată cu succes, dar e-mailul de notificare nu a putut fi trimis.',
+];
diff --git a/resources/default/addons/visiosoft/base-theme/lang/ro/section.php b/resources/default/addons/visiosoft/base-theme/lang/ro/section.php
new file mode 100644
index 000000000..65f833367
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/ro/section.php
@@ -0,0 +1,8 @@
+ [
+ 'name' => 'Modul Catalog',
+ ],
+ 'template' => 'Format',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/ro/setting.php b/resources/default/addons/visiosoft/base-theme/lang/ro/setting.php
new file mode 100644
index 000000000..03263f563
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/ro/setting.php
@@ -0,0 +1,46 @@
+ [
+ 'name' => 'Titlul navigării',
+ ],
+ 'navigation_action' => [
+ 'name' => 'Acțiune de navigare',
+ ],
+ 'country_fields' => [
+ 'name' => 'Câmpuri de țară',
+ ],
+ 'date_fields' => [
+ 'name' => 'Câmpuri de date',
+ ],
+ 'price_fields' => [
+ 'name' => 'Câmpuri de preț',
+ ],
+ 'breadcrumbs' => [
+ 'name' => 'Breadcrumb',
+ ],
+ 'ad_details' => [
+ 'name' => 'Detalii publicitare',
+ ],
+ 'ad_details_tab' => [
+ 'name' => 'Fila Detalii despre anunțuri',
+ ],
+ 'latest_and_view_all_btn' => [
+ 'name' => 'Ultimele și Vezi toate Btn',
+ ],
+ 'register_page_instruction_logo' => [
+ 'name' => 'Înregistrare Logo-ul Instrucțiunilor Pagina',
+ ],
+ 'register_page_alert_link' => [
+ 'name' => 'Înregistrare Link Alertă pagină',
+ ],
+ 'style' => [
+ 'name' => 'Style (CSS)',
+ ],
+ 'home_page_sub_categories_limit' => [
+ 'name' => 'Limita de subcategorii pentru pagina principală',
+ ],
+ 'default_country' => [
+ 'name' => 'Pagina de înregistrare, țara implicită pentru telefon',
+ ]
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/ru/addon.php b/resources/default/addons/visiosoft/base-theme/lang/ru/addon.php
new file mode 100644
index 000000000..766e4fa77
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/ru/addon.php
@@ -0,0 +1,7 @@
+ 'BaseTheme',
+ 'name' => 'BaseTheme',
+ 'description' => 'BaseTheme'
+];
diff --git a/resources/default/addons/visiosoft/base-theme/lang/ru/button.php b/resources/default/addons/visiosoft/base-theme/lang/ru/button.php
new file mode 100644
index 000000000..ef727d3a7
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/ru/button.php
@@ -0,0 +1,15 @@
+ [
+ 'name' => 'Разместить объявление',
+ ],
+ 'login' => 'Авторизоваться',
+ 'register' => 'регистр',
+ 'continue' => 'Продолжить',
+ 'reset_password' => 'Сброс пароля',
+ 'email' => 'Электронное письмо',
+ 'phone' => 'Телефон',
+ 'show_all' => 'Показать все',
+ 'hide_all' => 'Скрыть все',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/ru/errors.php b/resources/default/addons/visiosoft/base-theme/lang/ru/errors.php
new file mode 100644
index 000000000..ea244fdea
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/ru/errors.php
@@ -0,0 +1,9 @@
+ 'не обнаружена',
+ '403_title' => 'Запрещено',
+ '404_message' => 'Страница, которую вы искали, не найдена.',
+ '403_message' => 'Доступ к этим ресурсам на сайте запрещен!',
+ 'home_page' => 'Перейдите на домашнюю страницу',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/ru/field.php b/resources/default/addons/visiosoft/base-theme/lang/ru/field.php
new file mode 100644
index 000000000..d0e6aa879
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/ru/field.php
@@ -0,0 +1,65 @@
+ 'Последние объявления',
+ 'show_all' => 'Показать все',
+ 'login' => [
+ 'name' => 'Авторизоваться',
+ ],
+ 'logout' => [
+ 'name' => 'Выйти',
+ ],
+ 'profile' => 'Профиль',
+ 'email' => 'Адрес электронной почты',
+ 'phone' => 'Номер телефона',
+ 'reset_code' => 'Сброс кода',
+ 'password_confirmation' => 'Подтверждение пароля',
+ 'password' => 'пароль',
+ 'first_name' => 'Имя',
+ 'last_name' => 'Фамилия',
+ 'remember_me' => 'Запомните меня',
+ 'not_a_member_yet' => 'Еще не зарегистрированы',
+ 'not_a_member_yet_message' => 'Зарегистрируйтесь, чтобы наши участники могли воспользоваться нашим специальным сервисом',
+ 'forgot_password' => 'Я забыл мой пароль',
+ 'email_or_phone_number' => 'Адрес электронной почты или номер телефона',
+ 'phone_number' => 'Телефонный номер',
+
+ // Registration instructions
+ 'personal_registration_header' => 'Каковы индивидуальные преимущества членства?',
+ 'personal_registration_body' => 'Продавайте и сдавайте в аренду свой дом, машину, продавайте неиспользованные предметы, приобретайте новые.',
+ 'personal_registration_list_1' => 'Разместите бесплатное объявление,',
+ 'personal_registration_list_2' => 'Добавьте объявления, которые вас интересуют, следите за изменениями цен после добавления их в избранное, создавайте избранные поиски, которые соответствуют вашим критериям,',
+ 'personal_registration_list_3' => 'Отправляйте сообщения владельцам рекламы на сайте.',
+ 'register_information_note' => 'Информация на этой странице принимается за ' . env('APPLICATION_DOMAIN') . ' членство. Вы можете найти подробную информацию о защите персональных данных здесь.',
+
+ // Register page
+ 'phone_validation_error' => 'Этот номер телефона используется другим участником.',
+
+ // Forgot Password
+ 'create_new_password' => 'Создать новый пароль',
+
+ // Login page
+ 'or' => 'или',
+ 'login_with_phone_number' => 'Войти с помощью номера телефона',
+ 'login_with_email_address' => 'Войти с адресом электронной почты',
+
+ // Side menu links
+ 'company_directory' => 'Каталог компаний',
+ 'popular_ads' => 'Популярные объявления',
+ 'last_48_hours' => 'Последние 48 часов',
+ 'secure_e-commerce_ads' => 'Безопасные объявления электронной коммерции',
+ 'sms' => 'Отправить текстовое сообщение (SMS)',
+ 'mail' => 'Отправить почту',
+
+ // Register instruction seed
+ 'register_instructions' => 'Зарегистрируйте инструкции',
+ 'list' => 'Список',
+ 'instruction_description' => 'Описание инструкции',
+ 'instruction_list' => 'Список инструкций',
+
+ // Offline
+ 'connection_problem' => 'Connection problem',
+ 'your_internet_connection_is_broken' => 'Your internet connection is broken,',
+ 'we_miss_you_so_much_already' => 'we miss you so much already!',
+ 'try_again' => 'Try again',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/ru/message.php b/resources/default/addons/visiosoft/base-theme/lang/ru/message.php
new file mode 100644
index 000000000..34761d5cc
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/ru/message.php
@@ -0,0 +1,7 @@
+ 'СМС отправлено на ваш зарегистрированный телефон. Пожалуйста, проверьте.',
+ 'found_phone' => 'Телефонный номер, зарегистрированный в системе, не найден.',
+ 'error_mail' => 'Ваша транзакция была успешно завершена, но электронное письмо с уведомлением не может быть отправлено.',
+];
diff --git a/resources/default/addons/visiosoft/base-theme/lang/ru/section.php b/resources/default/addons/visiosoft/base-theme/lang/ru/section.php
new file mode 100644
index 000000000..1907f4df9
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/ru/section.php
@@ -0,0 +1,8 @@
+ [
+ 'name' => 'Режим каталога',
+ ],
+ 'template' => 'шаблон',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/ru/setting.php b/resources/default/addons/visiosoft/base-theme/lang/ru/setting.php
new file mode 100644
index 000000000..08dfb72f6
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/ru/setting.php
@@ -0,0 +1,46 @@
+ [
+ 'name' => 'Название навигации',
+ ],
+ 'navigation_action' => [
+ 'name' => 'Навигация Действие',
+ ],
+ 'country_fields' => [
+ 'name' => 'Поля страны',
+ ],
+ 'date_fields' => [
+ 'name' => 'Поля даты',
+ ],
+ 'price_fields' => [
+ 'name' => 'Поля цен',
+ ],
+ 'breadcrumbs' => [
+ 'name' => 'хлебный мякиш',
+ ],
+ 'ad_details' => [
+ 'name' => 'Детали объявления',
+ ],
+ 'ad_details_tab' => [
+ 'name' => 'Вкладка "Детали объявления"',
+ ],
+ 'latest_and_view_all_btn' => [
+ 'name' => 'Последние и Просмотреть все Btn',
+ ],
+ 'register_page_instruction_logo' => [
+ 'name' => 'Логотип Инструкции на странице регистрации',
+ ],
+ 'register_page_alert_link' => [
+ 'name' => 'Ссылка на оповещение на странице регистрации',
+ ],
+ 'style' => [
+ 'name' => 'Style (CSS)',
+ ],
+ 'home_page_sub_categories_limit' => [
+ 'name' => 'Ограничение подкатегорий домашней страницы',
+ ],
+ 'default_country' => [
+ 'name' => 'Страница регистрации, страна по умолчанию для телефона',
+ ]
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/sq/addon.php b/resources/default/addons/visiosoft/base-theme/lang/sq/addon.php
new file mode 100644
index 000000000..766e4fa77
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/sq/addon.php
@@ -0,0 +1,7 @@
+ 'BaseTheme',
+ 'name' => 'BaseTheme',
+ 'description' => 'BaseTheme'
+];
diff --git a/resources/default/addons/visiosoft/base-theme/lang/sq/button.php b/resources/default/addons/visiosoft/base-theme/lang/sq/button.php
new file mode 100644
index 000000000..28357da45
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/sq/button.php
@@ -0,0 +1,15 @@
+ [
+ 'name' => 'Posto Njoftimet',
+ ],
+ 'login' => 'Hyrje',
+ 'register' => 'Regjistrohu',
+ 'continue' => 'Vazhdoj',
+ 'reset_password' => 'Rivendosni fjalëkalimin',
+ 'email' => 'Email',
+ 'phone' => 'Telefon',
+ 'show_all' => 'Shfaq të gjitha',
+ 'hide_all' => 'Fshihi të Gjithë',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/sq/errors.php b/resources/default/addons/visiosoft/base-theme/lang/sq/errors.php
new file mode 100644
index 000000000..1cda73f34
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/sq/errors.php
@@ -0,0 +1,9 @@
+ 'Nuk u gjet',
+ '403_title' => 'Ndalohet',
+ '404_message' => 'Faqja që po kërkoni nuk u gjet.',
+ '403_message' => 'Hyrja në këto burime në sit është mohuar!',
+ 'home_page' => 'Shko tek Faqja Kryesore',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/sq/field.php b/resources/default/addons/visiosoft/base-theme/lang/sq/field.php
new file mode 100644
index 000000000..d5a15f40c
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/sq/field.php
@@ -0,0 +1,65 @@
+ 'Njoftimet e Fundit',
+ 'show_all' => 'Trego të Gjithë',
+ 'login' => [
+ 'name' => 'Hyrje',
+ ],
+ 'logout' => [
+ 'name' => 'Dalje',
+ ],
+ 'profile' => 'Profil',
+ 'email' => 'Adresa e-mail',
+ 'phone' => 'Numri i telefonit',
+ 'reset_code' => 'Rivendosni Kodin',
+ 'password_confirmation' => 'Konfirmimi i Fjalëkalimit',
+ 'password' => 'Fjalëkalimi',
+ 'first_name' => 'Emri',
+ 'last_name' => 'Mbiemri',
+ 'remember_me' => 'Më kujto',
+ 'not_a_member_yet' => 'I pa Regjistruar',
+ 'not_a_member_yet_message' => 'Regjistrohu si anëtar dhe përfito nga shërbimi ynë special',
+ 'forgot_password' => 'Keni harruar Fjalekalimin',
+ 'email_or_phone_number' => 'Adresa e emailit ose numri i telefonit',
+ 'phone_number' => 'Numri i Telefonit',
+
+ // Registration instructions
+ 'personal_registration_header' => 'Cilat janë avantazhet e anëtarësisë individuale?',
+ 'personal_registration_body' => 'Shit dhe merr me qera Shtëpinë, Makinën tënde, shit sendet e tua të përdorura, merr të reja.',
+ 'personal_registration_list_1' => 'Posto një reklamë falas,',
+ 'personal_registration_list_2' => 'Shtoni njoftimet që ju interesojnë, ndiqni ndryshimet e çmimeve pasi t\'i shtoni ato në të preferuarat tuaja, krijoni kërkime të preferuara që plotësojnë kriteret tuaja,',
+ 'personal_registration_list_3' => 'Dërgoni mesazhe pronarëve të njoftimet në faqe.',
+ 'register_information_note' => 'Informacioni në këtë faqe merret për ' . env('APPLICATION_DOMAIN') . ' Anëtarësimi. Mund të gjeni informacione të hollësishme në lidhje me mbrojtjen e të dhënave personale këtu.',
+
+ // Register page
+ 'phone_validation_error' => 'Ky numër telefoni është në përdorim nga një anëtar tjetër.',
+
+ // Forgot Password
+ 'create_new_password' => 'Krijoni Fjalëkalimin e ri',
+
+ // Login page
+ 'or' => 'ose',
+ 'login_with_phone_number' => 'Hyni me numrin e telefonit',
+ 'login_with_email_address' => 'Identifikohu me Adresë Email',
+
+ // Side menu links
+ 'company_directory' => 'Drejtoria e ndërmarrjes',
+ 'popular_ads' => 'Njoftimet popullore',
+ 'last_48_hours' => '48 orët e fundit',
+ 'secure_e-commerce_ads' => 'Njoftimet të sigurta për tregtinë elektronike',
+ 'sms' => 'Dërgoni mesazhe me tekst (SMS)',
+ 'mail' => 'Dërgo email',
+
+ // Register instruction seed
+ 'register_instructions' => 'Udhëzimet Regjistrohuni',
+ 'list' => 'Listë',
+ 'instruction_description' => 'Përshkrimi i udhëzimit',
+ 'instruction_list' => 'Lista e udhëzimeve',
+
+ // Offline
+ 'connection_problem' => 'Connection problem',
+ 'your_internet_connection_is_broken' => 'Your internet connection is broken,',
+ 'we_miss_you_so_much_already' => 'we miss you so much already!',
+ 'try_again' => 'Try again',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/sq/message.php b/resources/default/addons/visiosoft/base-theme/lang/sq/message.php
new file mode 100644
index 000000000..aa5c5d993
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/sq/message.php
@@ -0,0 +1,7 @@
+ 'SMS dërguar në telefonin tuaj të regjistruar. Te lutem kontrollo.',
+ 'found_phone' => 'Numri i telefonit të regjistruar në sistem nuk u gjet.',
+ 'error_mail' => 'Transaksioni juaj u përfundua me sukses, por e-maili i njoftimit nuk mund të dërgohej.',
+];
diff --git a/resources/default/addons/visiosoft/base-theme/lang/sq/section.php b/resources/default/addons/visiosoft/base-theme/lang/sq/section.php
new file mode 100644
index 000000000..a9043167b
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/sq/section.php
@@ -0,0 +1,8 @@
+ [
+ 'name' => 'Mënyra e Katalogut',
+ ],
+ 'template' => 'Shabllon',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/sq/setting.php b/resources/default/addons/visiosoft/base-theme/lang/sq/setting.php
new file mode 100644
index 000000000..b6b542e51
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/sq/setting.php
@@ -0,0 +1,46 @@
+ [
+ 'name' => 'Titulli i Lundrimit',
+ ],
+ 'navigation_action' => [
+ 'name' => 'Veprimi i Lundrimit',
+ ],
+ 'country_fields' => [
+ 'name' => 'Fushat e Shteti',
+ ],
+ 'date_fields' => [
+ 'name' => 'Fushat e datës',
+ ],
+ 'price_fields' => [
+ 'name' => 'Fushat e çmimeve',
+ ],
+ 'breadcrumbs' => [
+ 'name' => 'Breadcrumb',
+ ],
+ 'ad_details' => [
+ 'name' => 'Detajet e Njoftimet',
+ ],
+ 'ad_details_tab' => [
+ 'name' => 'Tab Detajet e Njoftime',
+ ],
+ 'latest_and_view_all_btn' => [
+ 'name' => 'Butoni i fundit dhe Shikoni të gjithë',
+ ],
+ 'register_page_instruction_logo' => [
+ 'name' => 'Regjistrohu Logo udhëzuese',
+ ],
+ 'register_page_alert_link' => [
+ 'name' => 'Regjistrohu Lidhja e njoftimit të faqes',
+ ],
+ 'style' => [
+ 'name' => 'Style (CSS)',
+ ],
+ 'home_page_sub_categories_limit' => [
+ 'name' => 'Nënkategoritë e faqes kryesore Kufiri',
+ ],
+ 'default_country' => [
+ 'name' => 'Faqja e regjistrimit, vendi i paracaktuar për telefon',
+ ]
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/sr/addon.php b/resources/default/addons/visiosoft/base-theme/lang/sr/addon.php
new file mode 100644
index 000000000..766e4fa77
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/sr/addon.php
@@ -0,0 +1,7 @@
+ 'BaseTheme',
+ 'name' => 'BaseTheme',
+ 'description' => 'BaseTheme'
+];
diff --git a/resources/default/addons/visiosoft/base-theme/lang/sr/button.php b/resources/default/addons/visiosoft/base-theme/lang/sr/button.php
new file mode 100644
index 000000000..09f0ca045
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/sr/button.php
@@ -0,0 +1,15 @@
+ [
+ 'name' => 'Postavi oglas',
+ ],
+ 'login' => 'Prijavite se',
+ 'register' => 'Registrujte se',
+ 'continue' => 'Nastavi',
+ 'reset_password' => 'Zaboravio sam lozinku',
+ 'email' => 'Email',
+ 'phone' => 'Telefon',
+ 'show_all' => 'Pokaži sve',
+ 'hide_all' => 'Sakrij sve',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/sr/errors.php b/resources/default/addons/visiosoft/base-theme/lang/sr/errors.php
new file mode 100644
index 000000000..508ebf7f2
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/sr/errors.php
@@ -0,0 +1,9 @@
+ 'Nije pronađeno',
+ '403_title' => 'Zabranjeno',
+ '404_message' => 'Stranica koju ste tražili nije pronađena.',
+ '403_message' => 'Pristup ovim resursima na web lokaciji je odbijen!',
+ 'home_page' => 'Idi na početnu stranicu',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/sr/field.php b/resources/default/addons/visiosoft/base-theme/lang/sr/field.php
new file mode 100644
index 000000000..7594af92f
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/sr/field.php
@@ -0,0 +1,65 @@
+ 'Najnoviji oglasi',
+ 'show_all' => 'Pokaži sve',
+ 'login' => [
+ 'name' => 'Prijavite se',
+ ],
+ 'logout' => [
+ 'name' => 'Odjavite se',
+ ],
+ 'profile' => 'Profil',
+ 'email' => 'Email adresa',
+ 'phone' => 'Broj telefona',
+ 'reset_code' => 'Kod za resetovanje',
+ 'password_confirmation' => 'Potvrda lozinke',
+ 'password' => 'Lozinka',
+ 'first_name' => 'Ime',
+ 'last_name' => 'Prezime',
+ 'remember_me' => 'Zapamti me',
+ 'not_a_member_yet' => 'Još niste član',
+ 'not_a_member_yet_message' => 'Registrujte se kao naš član kako bi imali koristi od naše posebne usluge',
+ 'forgot_password' => 'Zaboravio sam šifru',
+ 'email_or_phone_number' => 'Email adresa ili broj telefona',
+ 'phone_number' => 'Broj telefona',
+
+ // Registration instructions
+ 'personal_registration_header' => 'Koje su prednosti pojedinačnog članstva? ',
+ 'personal_registration_body' => 'Prodajte i iznajmite svoj dom, automobil, prodajte neiskorišćene stvari i nabavite nove. ',
+ 'personal_registration_list_1' => 'Objavite besplatan oglas,',
+ 'personal_registration_list_2' => 'Dodajte oglase koji vas zanimaju, pratite promene cena nakon što ih dodate u svoje favorite, napravite omiljene pretrage koje ispunjavaju vaše kriterijume,',
+ 'personal_registration_list_3' => 'Pošaljite poruke vlasnicima oglasa na stranici.',
+ 'register_information_note' => 'Informacije na ovoj stranici su uzete za ' . env('APPLICATION_DOMAIN') . ' članstvo. Detaljne informacije o zaštiti ličnih podataka možete pronaći ovde.',
+
+ // Register page
+ 'phone_validation_error' => 'Ovaj broj telefona koristi drugi član.',
+
+ // Forgot Password
+ 'create_new_password' => 'Kreirajte novu lozinku',
+
+ // Login page
+ 'or' => 'ili',
+ 'login_with_phone_number' => 'Prijavite se sa brojem telefona',
+ 'login_with_email_address' => 'Prijavite se sa Email adresom',
+
+ // Side menu links
+ 'company_directory' => 'Imenik preduzeća',
+ 'popular_ads' => 'Popularni oglasi',
+ 'last_48_hours' => 'Poslednjih 48 sati',
+ 'secure_e-commerce_ads' => 'Sigurni oglasi za e-trgovinu',
+ 'sms' => 'Pošaljite tekstualnu poruku (SMS)',
+ 'mail' => 'Pošalji Email',
+
+ // Register instruction seed
+ 'register_instructions' => 'Uputstva za registraciju',
+ 'list' => 'Lista',
+ 'instruction_description' => 'Opis uputstva',
+ 'instruction_list' => 'Instrukcije',
+
+ // Offline
+ 'connection_problem' => 'Connection problem',
+ 'your_internet_connection_is_broken' => 'Your internet connection is broken,',
+ 'we_miss_you_so_much_already' => 'we miss you so much already!',
+ 'try_again' => 'Try again',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/sr/message.php b/resources/default/addons/visiosoft/base-theme/lang/sr/message.php
new file mode 100644
index 000000000..243d2ff53
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/sr/message.php
@@ -0,0 +1,7 @@
+ 'SMS poslat na vaš registrovani telefon. Molim te proveri.',
+ 'found_phone' => 'Telefonski broj registrovan u sistemu nije pronađen.',
+ 'error_mail' => 'Vaša transakcija je uspešno završena, ali e-mail sa obaveštenjem ne može biti poslat.',
+];
diff --git a/resources/default/addons/visiosoft/base-theme/lang/sr/section.php b/resources/default/addons/visiosoft/base-theme/lang/sr/section.php
new file mode 100644
index 000000000..e3829cba7
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/sr/section.php
@@ -0,0 +1,8 @@
+ [
+ 'name' => 'Režim kataloga',
+ ],
+ 'template' => 'Šablon',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/sr/setting.php b/resources/default/addons/visiosoft/base-theme/lang/sr/setting.php
new file mode 100644
index 000000000..c28568c8b
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/sr/setting.php
@@ -0,0 +1,46 @@
+ [
+ 'name' => 'Naslov Navigacije',
+ ],
+ 'navigation_action' => [
+ 'name' => 'Akcija navigacije',
+ ],
+ 'country_fields' => [
+ 'name' => 'Država polja',
+ ],
+ 'date_fields' => [
+ 'name' => 'Datum polja',
+ ],
+ 'price_fields' => [
+ 'name' => 'Cena polja',
+ ],
+ 'breadcrumbs' => [
+ 'name' => 'Breadcrumb polja',
+ ],
+ 'ad_details' => [
+ 'name' => 'Detalji oglasa',
+ ],
+ 'ad_details_tab' => [
+ 'name' => 'Kartica Detalji oglasa',
+ ],
+ 'latest_and_view_all_btn' => [
+ 'name' => 'Najnovije i pogledajte sve dugme',
+ ],
+ 'register_page_instruction_logo' => [
+ 'name' => 'Logotip sa uputstvom za registraciju stranice',
+ ],
+ 'register_page_alert_link' => [
+ 'name' => 'Link upozorenja na stranici registracije',
+ ],
+ 'style' => [
+ 'name' => 'Style(CSS)',
+ ],
+ 'home_page_sub_categories_limit' => [
+ 'name' => 'Ograničenje potkategorija na početnoj strani',
+ ],
+ 'default_country' => [
+ 'name' => 'Stranica za registraciju, zadata država za telefon',
+ ]
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/sv/addon.php b/resources/default/addons/visiosoft/base-theme/lang/sv/addon.php
new file mode 100644
index 000000000..766e4fa77
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/sv/addon.php
@@ -0,0 +1,7 @@
+ 'BaseTheme',
+ 'name' => 'BaseTheme',
+ 'description' => 'BaseTheme'
+];
diff --git a/resources/default/addons/visiosoft/base-theme/lang/sv/button.php b/resources/default/addons/visiosoft/base-theme/lang/sv/button.php
new file mode 100644
index 000000000..b9a3f2f20
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/sv/button.php
@@ -0,0 +1,15 @@
+ [
+ 'name' => 'Postannons',
+ ],
+ 'login' => 'Logga in',
+ 'register' => 'Registrera',
+ 'continue' => 'Fortsätta',
+ 'reset_password' => 'Återställ lösenord',
+ 'email' => 'E-post',
+ 'phone' => 'Telefon',
+ 'show_all' => 'Visa allt',
+ 'hide_all' => 'Göm alla',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/sv/errors.php b/resources/default/addons/visiosoft/base-theme/lang/sv/errors.php
new file mode 100644
index 000000000..084ec90e3
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/sv/errors.php
@@ -0,0 +1,9 @@
+ 'Hittades inte',
+ '403_title' => 'Förbjuden',
+ '404_message' => 'Sidan du letade efter hittades inte.',
+ '403_message' => 'Tillgång till dessa resurser på webbplatsen nekas!',
+ 'home_page' => 'Gå till hemsidan',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/sv/field.php b/resources/default/addons/visiosoft/base-theme/lang/sv/field.php
new file mode 100644
index 000000000..a1dd16444
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/sv/field.php
@@ -0,0 +1,65 @@
+ 'Senaste annonser',
+ 'show_all' => 'Visa allt',
+ 'login' => [
+ 'name' => 'Logga in',
+ ],
+ 'logout' => [
+ 'name' => 'Logga ut',
+ ],
+ 'profile' => 'Profil',
+ 'email' => 'E-postadress',
+ 'phone' => 'Telefonnummer',
+ 'reset_code' => 'Återställ kod',
+ 'password_confirmation' => 'Lösenordsbekräftelse',
+ 'password' => 'Lösenord',
+ 'first_name' => 'Förnamn',
+ 'last_name' => 'Efternamn',
+ 'remember_me' => 'Kom ihåg mig',
+ 'not_a_member_yet' => 'Inte medlem än',
+ 'not_a_member_yet_message' => 'Registrera dig för våra medlemmar för att dra nytta av vår specialtjänst',
+ 'forgot_password' => 'Jag har glömt mitt lösenord',
+ 'email_or_phone_number' => 'E-postadress eller telefonnummer',
+ 'phone_number' => 'Telefonnummer',
+
+ // Registration instructions
+ 'personal_registration_header' => 'Vad är individuella medlemsfördelar?',
+ 'personal_registration_body' => 'Sälj och hyr ditt hem, bil, sälj dina oanvända föremål, få nya.',
+ 'personal_registration_list_1' => 'Lägg upp en gratis annons,',
+ 'personal_registration_list_2' => 'Lägg till annonserna du är intresserad av, följ prisändringarna efter att du har lagt till dem i dina favoriter, skapa favoritsökningar som uppfyller dina kriterier,',
+ 'personal_registration_list_3' => 'Skicka meddelanden till annonsägarna på webbplatsen.',
+ 'register_information_note' => 'Informationen på denna sida tas för ' . env('APPLICATION_DOMAIN') . ' medlemskap. Du kan hitta detaljerad information om skyddet av personuppgifter här.',
+
+ // Register page
+ 'phone_validation_error' => 'Detta telefonnummer används av en annan medlem.',
+
+ // Forgot Password
+ 'create_new_password' => 'Skapa nytt lösenord',
+
+ // Login page
+ 'or' => 'eller',
+ 'login_with_phone_number' => 'Logga in med telefonnummer',
+ 'login_with_email_address' => 'Logga in med e-postadress',
+
+ // Side menu links
+ 'company_directory' => 'Företagskatalog',
+ 'popular_ads' => 'Populära annonser',
+ 'last_48_hours' => 'De senaste 48 timmarna',
+ 'secure_e-commerce_ads' => 'Säkra e-handelsannonser',
+ 'sms' => 'Skicka textmeddelande (SMS)',
+ 'mail' => 'Skicka brev',
+
+ // Register instruction seed
+ 'register_instructions' => 'Registrera instruktioner',
+ 'list' => 'Lista',
+ 'instruction_description' => 'Instruktionsbeskrivning',
+ 'instruction_list' => 'Instruktionslista',
+
+ // Offline
+ 'connection_problem' => 'Connection problem',
+ 'your_internet_connection_is_broken' => 'Your internet connection is broken,',
+ 'we_miss_you_so_much_already' => 'we miss you so much already!',
+ 'try_again' => 'Try again',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/sv/message.php b/resources/default/addons/visiosoft/base-theme/lang/sv/message.php
new file mode 100644
index 000000000..063b1ceef
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/sv/message.php
@@ -0,0 +1,7 @@
+ 'SMS skickas till din registrerade telefon. Vänligen kontrollera.',
+ 'found_phone' => 'Telefonnumret som registrerades i systemet hittades inte.',
+ 'error_mail' => 'Din transaktion slutfördes, men e-postmeddelandet kunde inte skickas.',
+];
diff --git a/resources/default/addons/visiosoft/base-theme/lang/sv/section.php b/resources/default/addons/visiosoft/base-theme/lang/sv/section.php
new file mode 100644
index 000000000..6eff54cb1
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/sv/section.php
@@ -0,0 +1,8 @@
+ [
+ 'name' => 'Katalogläge',
+ ],
+ 'template' => 'Mall',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/sv/setting.php b/resources/default/addons/visiosoft/base-theme/lang/sv/setting.php
new file mode 100644
index 000000000..052911649
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/sv/setting.php
@@ -0,0 +1,46 @@
+ [
+ 'name' => 'Navigeringstitel',
+ ],
+ 'navigation_action' => [
+ 'name' => 'Navigeringsåtgärd',
+ ],
+ 'country_fields' => [
+ 'name' => 'Landsfält',
+ ],
+ 'date_fields' => [
+ 'name' => 'Datumfält',
+ ],
+ 'price_fields' => [
+ 'name' => 'Prisfält',
+ ],
+ 'breadcrumbs' => [
+ 'name' => 'Brödsmula',
+ ],
+ 'ad_details' => [
+ 'name' => 'Annonsuppgifter',
+ ],
+ 'ad_details_tab' => [
+ 'name' => 'Fliken Annonsinformation',
+ ],
+ 'latest_and_view_all_btn' => [
+ 'name' => 'Senaste och visa alla Btn',
+ ],
+ 'register_page_instruction_logo' => [
+ 'name' => 'Registrera sidinstruktionslogotyp',
+ ],
+ 'register_page_alert_link' => [
+ 'name' => 'Registrera sidalarmlänk',
+ ],
+ 'style' => [
+ 'name' => 'Stil (CSS)',
+ ],
+ 'home_page_sub_categories_limit' => [
+ 'name' => 'Hemsida Underkategorier Begränsning',
+ ],
+ 'default_country' => [
+ 'name' => 'Registrera sida, standardland för telefon',
+ ]
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/tr/addon.php b/resources/default/addons/visiosoft/base-theme/lang/tr/addon.php
new file mode 100644
index 000000000..766e4fa77
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/tr/addon.php
@@ -0,0 +1,7 @@
+ 'BaseTheme',
+ 'name' => 'BaseTheme',
+ 'description' => 'BaseTheme'
+];
diff --git a/resources/default/addons/visiosoft/base-theme/lang/tr/button.php b/resources/default/addons/visiosoft/base-theme/lang/tr/button.php
new file mode 100644
index 000000000..1f1728bdb
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/tr/button.php
@@ -0,0 +1,15 @@
+ [
+ 'name' => 'İlan Ver',
+ ],
+ 'login' => 'Giriş Yap',
+ 'register' => 'Üye Ol',
+ 'continue' => 'Devam Et',
+ 'reset_password' => 'Şifremi Güncelle',
+ 'email' => 'E-posta',
+ 'phone' => 'Telefon',
+ 'show_all' => 'Hepsini Göster ↓',
+ 'hide_all' => 'Hepsini Gizle',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/tr/errors.php b/resources/default/addons/visiosoft/base-theme/lang/tr/errors.php
new file mode 100644
index 000000000..8d7d94cc2
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/tr/errors.php
@@ -0,0 +1,9 @@
+ 'Bulunamadı',
+ '403_title' => 'Yasak',
+ '404_message' => 'Aradığınız sayfa bulunamadı.',
+ '403_message' => 'Sitedeki bu kaynaklara erişim reddedildi!',
+ 'home_page' => 'Ana Sayfaya Git',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/tr/field.php b/resources/default/addons/visiosoft/base-theme/lang/tr/field.php
new file mode 100644
index 000000000..0799ef849
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/tr/field.php
@@ -0,0 +1,78 @@
+ 'Son Eklenenler',
+ 'show_all' => 'Tümünü Göster',
+ 'login' => [
+ 'name' => 'Oturum Aç',
+ ],
+ 'logout' => [
+ 'name' => 'Çıkış Yap',
+ ],
+ 'profile' => 'Profil',
+ 'email' => 'Email Adresiniz',
+ 'phone' => 'Telefon Numarası',
+ 'reset_code' => 'Sıfırlama Kodu',
+ 'password_confirmation' => 'Şifrenizi Onaylayın',
+ 'password' => 'Şifreniz',
+ 'first_name' => 'Adınız',
+ 'last_name' => 'Soyadınız',
+ 'remember_me' => 'Beni Hatırla',
+ 'not_a_member_yet' => 'Henüz Üye Değil Misiniz',
+ 'not_a_member_yet_message' => 'Üyelerimize özel hizmetlerimizden faydalanmak için kaydolun',
+ 'forgot_password' => 'Şifremi Unuttum',
+ 'email_or_phone_number' => 'E-Posta Adresiniz veya Telefon Numaranız',
+ 'phone_number' => 'Telefon Numarası',
+
+ // Registration instructions
+ 'personal_registration_header' => 'Bireysel Üyelik Avantajları Nelerdir?',
+ 'personal_registration_body' => 'Evinizi, arabanızı satın ve kiralayın, kullanılmayan eşyalarınızı satın, yenilerini alın.',
+ 'personal_registration_list_1' => 'Ücretsiz ilan gönder',
+ 'personal_registration_list_2' => 'İlgilendiğiniz ilanları ekleyin, favorilerinize ekledikten sonra fiyat değişikliklerini takip edin, kriterlerinize uygun favori aramalar oluşturun,',
+ 'personal_registration_list_3' => 'Sitedeki İlan sahiplerine mesaj gönderin.',
+ 'register_information_note' => 'Bu sayfadaki bilgiler ' . env('APPLICATION_DOMAIN') . ' üyelik. Kişisel verilerin korunması hakkında ayrıntılı bilgiyi burada bulabilirsiniz.',
+
+ // Register page
+ 'phone_validation_error' => 'Bu telefon numarası başka bir üye tarafından kullanılıyor.',
+
+ // Forgot Password
+ 'create_new_password' => 'Yeni Şifre Oluştur',
+
+ // Login page
+ 'or' => 'veya',
+ 'login_with_phone_number' => 'Telefon Numarası ile Giriş',
+ 'login_with_email_address' => 'E-posta Adresi ile Giriş',
+
+ // Share
+ 'share_on_facebook' => 'Facebook\'ta Paylaş',
+ 'share_on_twitter' => 'Twitter\'da Paylaş',
+
+ // Side menu links
+ 'company_directory' => 'Firma Rehberi',
+ 'popular_ads' => 'Popüler İlanlar',
+ 'last_48_hours' => 'Son 48 Saat',
+ 'secure_e-commerce_ads' => 'Güvenli E-Ticaret',
+ 'sms' => 'Kısa Mesaj Gönder (SMS)',
+ 'mail' => 'E-posta Gönder',
+
+ //Related
+ 'related_posts' => 'İlgili İçerikler',
+ // Register instruction seed
+ 'register_instructions' => 'Kayıt Talimatları',
+ 'list' => 'Liste',
+ 'instruction_description' => 'Talimat Açıklama',
+ 'instruction_list' => 'Talimat Listesi',
+ // Posts seeder
+ 'cover_image' => 'Kapak Fotoğrafı',
+
+ // Offline
+ 'connection_problem' => 'Connection problem',
+ 'your_internet_connection_is_broken' => 'Your internet connection is broken,',
+ 'we_miss_you_so_much_already' => 'we miss you so much already!',
+ 'try_again' => 'Try again',
+
+
+ 'news_title' => 'Sektörel Gelişmeler :name\'da',
+ 'all_news' => 'Tüm İçerikler',
+
+];
diff --git a/resources/default/addons/visiosoft/base-theme/lang/tr/message.php b/resources/default/addons/visiosoft/base-theme/lang/tr/message.php
new file mode 100644
index 000000000..3edbc487b
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/tr/message.php
@@ -0,0 +1,7 @@
+ 'Kayıtlı telefonunuza SMS gönderildi. Lütfen kontrol edin.',
+ 'found_phone' => 'Sistemde kayıtlı olan telefon numarası bulunamadı.',
+ 'error_mail' => 'İşleminiz başarıyla tamamlandı ancak bildirim e-postası gönderilemedi.',
+];
diff --git a/resources/default/addons/visiosoft/base-theme/lang/tr/section.php b/resources/default/addons/visiosoft/base-theme/lang/tr/section.php
new file mode 100644
index 000000000..267542f0a
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/tr/section.php
@@ -0,0 +1,8 @@
+ [
+ 'name' => 'Katalog Modu',
+ ],
+ 'template' => 'Tasarım',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/tr/setting.php b/resources/default/addons/visiosoft/base-theme/lang/tr/setting.php
new file mode 100644
index 000000000..0ab08307f
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/tr/setting.php
@@ -0,0 +1,46 @@
+ [
+ 'name' => 'Gezinme Başlığı',
+ ],
+ 'navigation_action' => [
+ 'name' => 'Gezinme Eylemi',
+ ],
+ 'country_fields' => [
+ 'name' => 'Ülke Alanları',
+ ],
+ 'date_fields' => [
+ 'name' => 'Tarih Alanları',
+ ],
+ 'price_fields' => [
+ 'name' => 'Fiyat Alanları',
+ ],
+ 'breadcrumbs' => [
+ 'name' => 'Breadcrumb',
+ ],
+ 'ad_details' => [
+ 'name' => 'İlan Ayrıntıları',
+ ],
+ 'ad_details_tab' => [
+ 'name' => 'İlan Ayrıntıları Sekmesi',
+ ],
+ 'latest_and_view_all_btn' => [
+ 'name' => 'Tümünü Görüntüle',
+ ],
+ 'register_page_instruction_logo' => [
+ 'name' => 'Kayıt Sayfası Talimat Logosu',
+ ],
+ 'register_page_alert_link' => [
+ 'name' => 'Sayfa Uyarısı Bağlantısını Kaydet',
+ ],
+ 'style' => [
+ 'name' => 'Stil (CSS)',
+ ],
+ 'home_page_sub_categories_limit' => [
+ 'name' => 'Ana Sayfa Alt Kategoriler Sınırı',
+ ],
+ 'default_country' => [
+ 'name' => 'Kayıt sayfası, telefon için varsayılan ülke',
+ ]
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/uk/addon.php b/resources/default/addons/visiosoft/base-theme/lang/uk/addon.php
new file mode 100644
index 000000000..766e4fa77
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/uk/addon.php
@@ -0,0 +1,7 @@
+ 'BaseTheme',
+ 'name' => 'BaseTheme',
+ 'description' => 'BaseTheme'
+];
diff --git a/resources/default/addons/visiosoft/base-theme/lang/uk/button.php b/resources/default/addons/visiosoft/base-theme/lang/uk/button.php
new file mode 100644
index 000000000..20b7c1b12
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/uk/button.php
@@ -0,0 +1,15 @@
+ [
+ 'name' => 'Оголошення',
+ ],
+ 'login' => 'Вхід',
+ 'register' => 'Зареєструйтесь',
+ 'continue' => 'Продовжуйте',
+ 'reset_password' => 'Скинути пароль',
+ 'email' => 'Електронна пошта',
+ 'phone' => 'Телефон',
+ 'show_all' => 'Покажи все',
+ 'hide_all' => 'Сховати все',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/uk/errors.php b/resources/default/addons/visiosoft/base-theme/lang/uk/errors.php
new file mode 100644
index 000000000..ac713fdca
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/uk/errors.php
@@ -0,0 +1,9 @@
+ 'Не знайдено',
+ '403_title' => 'Заборонено',
+ '404_message' => 'Сторінку, яку ви шукали, не знайдено.',
+ '403_message' => 'Доступ до цих ресурсів на сайті заборонено!',
+ 'home_page' => 'Перейдіть на домашню сторінку',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/uk/field.php b/resources/default/addons/visiosoft/base-theme/lang/uk/field.php
new file mode 100644
index 000000000..c7c1ee41b
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/uk/field.php
@@ -0,0 +1,65 @@
+ 'Останні оголошення',
+ 'show_all' => 'Показати все',
+ 'login' => [
+ 'name' => 'Вхід',
+ ],
+ 'logout' => [
+ 'name' => 'Вийти',
+ ],
+ 'profile' => 'Профіль',
+ 'email' => 'Адреса електронної пошти',
+ 'phone' => 'Телефонний номер',
+ 'reset_code' => 'Скидання коду',
+ 'password_confirmation' => 'Підтвердження паролю',
+ 'password' => 'Пароль',
+ 'first_name' => 'Ім\'я',
+ 'last_name' => 'Прізвище',
+ 'remember_me' => 'Пам\'ятай мене',
+ 'not_a_member_yet' => 'Не є членом',
+ 'not_a_member_yet_message' => 'Підпишіться на наших членів, щоб скористатися нашою спеціальною службою',
+ 'forgot_password' => 'Я забув свій пароль',
+ 'email_or_phone_number' => 'Адреса електронної пошти або номер телефону',
+ 'phone_number' => 'Телефонний номер',
+
+ // Registration instructions
+ 'personal_registration_header' => 'Які переваги індивідуального членства?',
+ 'personal_registration_body' => 'Продайте та орендуйте свій будинок, автомобіль, продайте невикористані речі, отримуйте нові.',
+ 'personal_registration_list_1' => 'Опублікуйте безкоштовну рекламу,',
+ 'personal_registration_list_2' => 'Додайте цікаві вам реклами, слідкуйте за змінами ціни після додавання їх у вибране, створюйте улюблені пошуки, які відповідають вашим критеріям,',
+ 'personal_registration_list_3' => 'Надсилайте повідомлення власникам оголошень на сайті.',
+ 'register_information_note' => 'Інформація на цій сторінці береться ' . env('APPLICATION_DOMAIN') . ' членство. Детальну інформацію про захист персональних даних ви можете знайти тут.',
+
+ // Register page
+ 'phone_validation_error' => 'Цим номером телефону користується інший учасник.',
+
+ // Forgot Password
+ 'create_new_password' => 'Створіть новий пароль',
+
+ // Login page
+ 'or' => 'або',
+ 'login_with_phone_number' => 'Вхід з номером телефону',
+ 'login_with_email_address' => 'Увійти за допомогою електронної адреси',
+
+ // Side menu links
+ 'company_directory' => 'Каталог компанії',
+ 'popular_ads' => 'Популярні оголошення',
+ 'last_48_hours' => 'Останні 48 годин',
+ 'secure_e-commerce_ads' => 'Захищена реклама електронної комерції',
+ 'sms' => 'Надіслати текстове повідомлення (SMS)',
+ 'mail' => 'Надіслати пошту',
+
+ // Register instruction seed
+ 'register_instructions' => 'Інструкції з реєстрації',
+ 'list' => 'Список',
+ 'instruction_description' => 'Опис інструкції',
+ 'instruction_list' => 'Список інструкцій',
+
+ // Offline
+ 'connection_problem' => 'Connection problem',
+ 'your_internet_connection_is_broken' => 'Your internet connection is broken,',
+ 'we_miss_you_so_much_already' => 'we miss you so much already!',
+ 'try_again' => 'Try again',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/uk/message.php b/resources/default/addons/visiosoft/base-theme/lang/uk/message.php
new file mode 100644
index 000000000..daacc9a49
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/uk/message.php
@@ -0,0 +1,7 @@
+ 'SMS, надісланий на ваш зареєстрований телефон. Будь ласка, перевірте.',
+ 'found_phone' => 'Номер телефону, зареєстрований у системі, не знайдено.',
+ 'error_mail' => 'Ваша транзакція була успішно виконана, але електронний лист із повідомленням не вдалося надіслати.',
+];
diff --git a/resources/default/addons/visiosoft/base-theme/lang/uk/section.php b/resources/default/addons/visiosoft/base-theme/lang/uk/section.php
new file mode 100644
index 000000000..840c083bb
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/uk/section.php
@@ -0,0 +1,8 @@
+ [
+ 'name' => 'Режим каталогу',
+ ],
+ 'template' => 'Шаблон',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/uk/setting.php b/resources/default/addons/visiosoft/base-theme/lang/uk/setting.php
new file mode 100644
index 000000000..564dca707
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/uk/setting.php
@@ -0,0 +1,46 @@
+ [
+ 'name' => 'Назва навігації',
+ ],
+ 'navigation_action' => [
+ 'name' => 'Навігаційна дія',
+ ],
+ 'country_fields' => [
+ 'name' => 'Поля країни',
+ ],
+ 'date_fields' => [
+ 'name' => 'Поля дати',
+ ],
+ 'price_fields' => [
+ 'name' => 'Поля цін',
+ ],
+ 'breadcrumbs' => [
+ 'name' => 'Хлібний сухар',
+ ],
+ 'ad_details' => [
+ 'name' => 'Деталі оголошення',
+ ],
+ 'ad_details_tab' => [
+ 'name' => 'Вкладка "Інформація про оголошення"',
+ ],
+ 'latest_and_view_all_btn' => [
+ 'name' => 'Останні та перегляньте всі Btn',
+ ],
+ 'register_page_instruction_logo' => [
+ 'name' => 'Логотип інструкції на сторінку реєстрації',
+ ],
+ 'register_page_alert_link' => [
+ 'name' => 'Посилання попередження про сторінку',
+ ],
+ 'style' => [
+ 'name' => 'Стиль (CSS)',
+ ],
+ 'home_page_sub_categories_limit' => [
+ 'name' => 'Підкатегорії домашньої сторінки Обмеження',
+ ],
+ 'default_country' => [
+ 'name' => 'Сторінка реєстрації, країна за замовчуванням для телефону',
+ ]
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/ur/addon.php b/resources/default/addons/visiosoft/base-theme/lang/ur/addon.php
new file mode 100644
index 000000000..1cb131d7e
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/ur/addon.php
@@ -0,0 +1,7 @@
+ 'بیس تھیم',
+ 'name' => 'بیس تھیم',
+ 'description' => 'بیس تھیم'
+];
diff --git a/resources/default/addons/visiosoft/base-theme/lang/ur/button.php b/resources/default/addons/visiosoft/base-theme/lang/ur/button.php
new file mode 100644
index 000000000..a72298e48
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/ur/button.php
@@ -0,0 +1,15 @@
+ [
+ 'name' => 'پوسٹ اشتہار',
+ ],
+ 'login' => 'لاگ ان کریں',
+ 'register' => 'رجسٹر کریں',
+ 'continue' => 'جاری رہے',
+ 'reset_password' => 'پاس ورڈ ری سیٹ',
+ 'email' => 'ای میل',
+ 'phone' => 'فون',
+ 'show_all' => 'سارے دکھاو',
+ 'hide_all' => 'سب کو چھپائیں',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/ur/errors.php b/resources/default/addons/visiosoft/base-theme/lang/ur/errors.php
new file mode 100644
index 000000000..6b3902f80
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/ur/errors.php
@@ -0,0 +1,9 @@
+ 'نہیں ملا',
+ '403_title' => 'ممنوعہ',
+ '404_message' => 'آپ جس صفحے کو تلاش کر رہے تھے وہ نہیں ملا تھا۔',
+ '403_message' => 'سائٹ پر اس وسائل تک رسائی کی تردید کی گئی ہے!',
+ 'home_page' => 'ہوم پیج پر جائیں',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/ur/field.php b/resources/default/addons/visiosoft/base-theme/lang/ur/field.php
new file mode 100644
index 000000000..74ee67d99
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/ur/field.php
@@ -0,0 +1,65 @@
+ 'تازہ ترین اشتہارات',
+ 'show_all' => 'سارے دکھاو',
+ 'login' => [
+ 'name' => 'لاگ ان کریں',
+ ],
+ 'logout' => [
+ 'name' => 'لاگ آوٹ',
+ ],
+ 'profile' => 'پروفائل',
+ 'email' => 'ای میل اڈریس',
+ 'phone' => 'فون نمبر',
+ 'reset_code' => 'کوڈ کو دوبارہ ترتیب دیں',
+ 'password_confirmation' => 'پاسورڈ کی تو ثیق',
+ 'password' => 'پاس ورڈ',
+ 'first_name' => 'پہلا نام',
+ 'last_name' => 'آخری نام',
+ 'remember_me' => 'مجھے پہچانتے ہو',
+ 'not_a_member_yet' => 'ابھی تک ممبر نہیں ہے',
+ 'not_a_member_yet_message' => 'ہمارے ممبروں کو ہماری خصوصی خدمت سے استفادہ کرنے کے لئے سائن اپ کریں',
+ 'forgot_password' => 'میں اپنا پاسورڈ بھول گیا',
+ 'email_or_phone_number' => 'ای میل ایڈریس یا فون نمبر',
+ 'phone_number' => 'فون نمبر',
+
+ // Registration instructions
+ 'personal_registration_header' => 'رکنیت کے انفرادی فوائد کیا ہیں؟',
+ 'personal_registration_body' => 'اپنا مکان ، کار بیچیں اور کرایہ پر دیں ، اپنی غیر استعمال شدہ اشیاء فروخت کریں ، نئی چیزیں حاصل کریں۔',
+ 'personal_registration_list_1' => 'ایک مفت اشتہار پوسٹ کریں ،',
+ 'personal_registration_list_2' => 'جس اشتہار میں آپ دلچسپی رکھتے ہیں ان کو شامل کریں ، قیمتوں میں ہونے والی تبدیلیوں کو اپنے پسندیدہ میں شامل کرنے کے بعد ان کی پیروی کریں ، ایسی پسندیدہ تلاشیاں بنائیں جو آپ کے معیار پر پورا اتریں ،',
+ 'personal_registration_list_3' => 'سائٹ پر اشتہار مالکان کو پیغامات بھیجیں۔',
+ 'register_information_note' => 'اس صفحے پر دی گئی معلومات کے ل taken لیا گیا ہے ' . env('APPLICATION_DOMAIN') . ' رکنیت آپ یہاں ذاتی معلومات کے تحفظ کے بارے میں تفصیلی معلومات حاصل کرسکتے ہیں۔',
+
+ // Register page
+ 'phone_validation_error' => 'یہ فون نمبر دوسرے ممبر کے زیر استعمال ہے۔',
+
+ // Forgot Password
+ 'create_new_password' => 'نیا پاس ورڈ بنائیں',
+
+ // Login page
+ 'or' => 'یا',
+ 'login_with_phone_number' => 'فون نمبر کے ساتھ لاگ ان کریں',
+ 'login_with_email_address' => 'ای میل ایڈریس کے ساتھ لاگ ان کریں',
+
+ // Side menu links
+ 'company_directory' => 'کمپنی کی ڈائرکٹری',
+ 'popular_ads' => 'مشہور اشتہارات',
+ 'last_48_hours' => 'آخری 48 گھنٹے',
+ 'secure_e-commerce_ads' => 'ای کامرس کے اشتہارات کو محفوظ بنائیں',
+ 'sms' => 'ٹیکسٹ میسج (SMS) بھیجیں',
+ 'mail' => 'میل بھیجیں',
+
+ // Register instruction seed
+ 'register_instructions' => 'ہدایات رجسٹر کریں',
+ 'list' => 'فہرست',
+ 'instruction_description' => 'ہدایات کی تفصیل',
+ 'instruction_list' => 'ہدایات کی فہرست',
+
+ // Offline
+ 'connection_problem' => 'Connection problem',
+ 'your_internet_connection_is_broken' => 'Your internet connection is broken,',
+ 'we_miss_you_so_much_already' => 'we miss you so much already!',
+ 'try_again' => 'Try again',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/ur/message.php b/resources/default/addons/visiosoft/base-theme/lang/ur/message.php
new file mode 100644
index 000000000..925c6ba2d
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/ur/message.php
@@ -0,0 +1,7 @@
+ 'آپ کے رجسٹرڈ فون پر SMS بھیجا گیا۔ براہ مہربانی دیکھ لیجے.',
+ 'found_phone' => 'سسٹم میں درج فون نمبر نہیں ملا۔',
+ 'error_mail' => 'آپ کا لین دین کامیابی کے ساتھ مکمل ہوا ، لیکن نوٹیفکیشن ای میل نہیں بھیجا جاسکا۔',
+];
diff --git a/resources/default/addons/visiosoft/base-theme/lang/ur/section.php b/resources/default/addons/visiosoft/base-theme/lang/ur/section.php
new file mode 100644
index 000000000..29fbdced4
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/ur/section.php
@@ -0,0 +1,8 @@
+ [
+ 'name' => 'کیٹلاگ وضع',
+ ],
+ 'template' => 'سانچے',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/ur/setting.php b/resources/default/addons/visiosoft/base-theme/lang/ur/setting.php
new file mode 100644
index 000000000..ab7f1b6c9
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/ur/setting.php
@@ -0,0 +1,46 @@
+ [
+ 'name' => 'نیویگیشن کا عنوان',
+ ],
+ 'navigation_action' => [
+ 'name' => 'نیویگیشن ایکشن',
+ ],
+ 'country_fields' => [
+ 'name' => 'کنٹری فیلڈز',
+ ],
+ 'date_fields' => [
+ 'name' => 'تاریخ کے خانے',
+ ],
+ 'price_fields' => [
+ 'name' => 'قیمت کے میدان',
+ ],
+ 'breadcrumbs' => [
+ 'name' => 'روٹی crumb',
+ ],
+ 'ad_details' => [
+ 'name' => 'اشتہار کی تفصیلات',
+ ],
+ 'ad_details_tab' => [
+ 'name' => 'اشتہار کی تفصیلات کا ٹیب',
+ ],
+ 'latest_and_view_all_btn' => [
+ 'name' => 'تازہ ترین اور تمام Btn دیکھیں',
+ ],
+ 'register_page_instruction_logo' => [
+ 'name' => 'صفحہ ہدایت کا لوگو رجسٹر کریں',
+ ],
+ 'register_page_alert_link' => [
+ 'name' => 'پیج الرٹ لنک رجسٹر کریں',
+ ],
+ 'style' => [
+ 'name' => 'انداز (سی ایس ایس)',
+ ],
+ 'home_page_sub_categories_limit' => [
+ 'name' => 'مرکزی صفحہ ذیلی زمرے کی حد',
+ ],
+ 'default_country' => [
+ 'name' => 'صفحہ کیلئے رجسٹر ، فون کے لئے پہلے سے طے شدہ ملک',
+ ]
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/vi/addon.php b/resources/default/addons/visiosoft/base-theme/lang/vi/addon.php
new file mode 100644
index 000000000..766e4fa77
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/vi/addon.php
@@ -0,0 +1,7 @@
+ 'BaseTheme',
+ 'name' => 'BaseTheme',
+ 'description' => 'BaseTheme'
+];
diff --git a/resources/default/addons/visiosoft/base-theme/lang/vi/button.php b/resources/default/addons/visiosoft/base-theme/lang/vi/button.php
new file mode 100644
index 000000000..734c18f94
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/vi/button.php
@@ -0,0 +1,15 @@
+ [
+ 'name' => 'Đăng quảng cáo',
+ ],
+ 'login' => 'Đăng nhập',
+ 'register' => 'Đăng ký',
+ 'continue' => 'Tiếp tục',
+ 'reset_password' => 'Đặt lại mật khẩu',
+ 'email' => 'E-mail',
+ 'phone' => 'Điện thoại',
+ 'show_all' => 'Hiển thị tất cả',
+ 'hide_all' => 'Ẩn tất cả',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/vi/errors.php b/resources/default/addons/visiosoft/base-theme/lang/vi/errors.php
new file mode 100644
index 000000000..905bd625d
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/vi/errors.php
@@ -0,0 +1,9 @@
+ 'Không tìm thấy',
+ '403_title' => 'Bị cấm',
+ '404_message' => 'Không tìm thấy trang bạn đang tìm.',
+ '403_message' => 'Quyền truy cập vào tài nguyên này trên trang web bị từ chối!',
+ 'home_page' => 'Đi tới Trang chủ',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/vi/field.php b/resources/default/addons/visiosoft/base-theme/lang/vi/field.php
new file mode 100644
index 000000000..c47d12af2
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/vi/field.php
@@ -0,0 +1,65 @@
+ 'Quảng cáo mới nhất',
+ 'show_all' => 'Hiển thị tất cả',
+ 'login' => [
+ 'name' => 'Đăng nhập',
+ ],
+ 'logout' => [
+ 'name' => 'Đăng xuất',
+ ],
+ 'profile' => 'Hồ sơ',
+ 'email' => 'Địa chỉ email',
+ 'phone' => 'Số điện thoại',
+ 'reset_code' => 'Đặt lại mã',
+ 'password_confirmation' => 'Xác nhận mật khẩu',
+ 'password' => 'Mật khẩu',
+ 'first_name' => 'Tên đầu tiên',
+ 'last_name' => 'Họ',
+ 'remember_me' => 'Nhớ tôi',
+ 'not_a_member_yet' => 'Chưa phải là thành viên',
+ 'not_a_member_yet_message' => 'Đăng ký để các thành viên của chúng tôi được hưởng lợi từ dịch vụ đặc biệt của chúng tôi',
+ 'forgot_password' => 'Tôi quên mật khẩu của tôi',
+ 'email_or_phone_number' => 'Địa chỉ email hoặc số điện thoại',
+ 'phone_number' => 'Số điện thoại',
+
+ // Registration instructions
+ 'personal_registration_header' => 'Lợi thế thành viên cá nhân là gì?',
+ 'personal_registration_body' => 'Bán và cho thuê nhà, xe hơi, bán các mặt hàng chưa sử dụng của bạn, nhận những cái mới.',
+ 'personal_registration_list_1' => 'Đăng một quảng cáo miễn phí,',
+ 'personal_registration_list_2' => 'Thêm quảng cáo bạn quan tâm, theo dõi các thay đổi về giá sau khi thêm chúng vào mục yêu thích của bạn, tạo các tìm kiếm yêu thích đáp ứng tiêu chí của bạn,',
+ 'personal_registration_list_3' => 'Gửi tin nhắn cho chủ sở hữu quảng cáo trên trang web.',
+ 'register_information_note' => 'Thông tin trên trang này được lấy cho ' . env('APPLICATION_DOMAIN') . ' thành viên. Bạn có thể tìm thấy thông tin chi tiết về việc bảo vệ dữ liệu cá nhân tại đây.',
+
+ // Register page
+ 'phone_validation_error' => 'Số điện thoại này được sử dụng bởi một thành viên khác.',
+
+ // Forgot Password
+ 'create_new_password' => 'Tạo mật khẩu mới',
+
+ // Login page
+ 'or' => 'hoặc là',
+ 'login_with_phone_number' => 'Đăng nhập bằng số điện thoại',
+ 'login_with_email_address' => 'Đăng nhập bằng địa chỉ email',
+
+ // Side menu links
+ 'company_directory' => 'Thư mục công ty',
+ 'popular_ads' => 'Quảng cáo phổ biến',
+ 'last_48_hours' => '48 giờ qua',
+ 'secure_e-commerce_ads' => 'Quảng cáo thương mại điện tử an toàn',
+ 'sms' => 'Gửi tin nhắn văn bản (SMS)',
+ 'mail' => 'Gửi thư',
+
+ // Register instruction seed
+ 'register_instructions' => 'Đăng ký Hướng dẫn',
+ 'list' => 'Danh sách',
+ 'instruction_description' => 'Mô tả hướng dẫn',
+ 'instruction_list' => 'Danh sách hướng dẫn',
+
+ // Offline
+ 'connection_problem' => 'Connection problem',
+ 'your_internet_connection_is_broken' => 'Your internet connection is broken,',
+ 'we_miss_you_so_much_already' => 'we miss you so much already!',
+ 'try_again' => 'Try again',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/vi/message.php b/resources/default/addons/visiosoft/base-theme/lang/vi/message.php
new file mode 100644
index 000000000..66755fd89
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/vi/message.php
@@ -0,0 +1,7 @@
+ 'SMS được gửi đến điện thoại đã đăng ký của bạn. Hãy kiểm tra.',
+ 'found_phone' => 'Số điện thoại đã đăng ký trong hệ thống không được tìm thấy.',
+ 'error_mail' => 'Giao dịch của bạn đã hoàn tất thành công, nhưng không thể gửi e-mail thông báo.',
+];
diff --git a/resources/default/addons/visiosoft/base-theme/lang/vi/section.php b/resources/default/addons/visiosoft/base-theme/lang/vi/section.php
new file mode 100644
index 000000000..6c323c332
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/vi/section.php
@@ -0,0 +1,8 @@
+ [
+ 'name' => 'Chế độ danh mục',
+ ],
+ 'template' => 'Bản mẫu',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/vi/setting.php b/resources/default/addons/visiosoft/base-theme/lang/vi/setting.php
new file mode 100644
index 000000000..9db82be46
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/vi/setting.php
@@ -0,0 +1,46 @@
+ [
+ 'name' => 'Tiêu đề điều hướng',
+ ],
+ 'navigation_action' => [
+ 'name' => 'Hành động điều hướng',
+ ],
+ 'country_fields' => [
+ 'name' => 'Cánh đồng quê',
+ ],
+ 'date_fields' => [
+ 'name' => 'Trường ngày',
+ ],
+ 'price_fields' => [
+ 'name' => 'Trường giá',
+ ],
+ 'breadcrumbs' => [
+ 'name' => 'Bánh mì',
+ ],
+ 'ad_details' => [
+ 'name' => 'Chi tiết quảng cáo',
+ ],
+ 'ad_details_tab' => [
+ 'name' => 'Tab chi tiết quảng cáo',
+ ],
+ 'latest_and_view_all_btn' => [
+ 'name' => 'Mới nhất và xem tất cả Btn',
+ ],
+ 'register_page_instruction_logo' => [
+ 'name' => 'Đăng ký Trang hướng dẫn Logo',
+ ],
+ 'register_page_alert_link' => [
+ 'name' => 'Đăng ký liên kết cảnh báo trang',
+ ],
+ 'style' => [
+ 'name' => 'Phong cách (CSS)',
+ ],
+ 'home_page_sub_categories_limit' => [
+ 'name' => 'Giới hạn danh mục phụ của trang chủ',
+ ],
+ 'default_country' => [
+ 'name' => 'Trang đăng ký, quốc gia mặc định cho điện thoại',
+ ]
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/zh/addon.php b/resources/default/addons/visiosoft/base-theme/lang/zh/addon.php
new file mode 100644
index 000000000..d5c89dbbf
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/zh/addon.php
@@ -0,0 +1,7 @@
+ '基本主题',
+ 'name' => '基本主题',
+ 'description' => '基本主题'
+];
diff --git a/resources/default/addons/visiosoft/base-theme/lang/zh/button.php b/resources/default/addons/visiosoft/base-theme/lang/zh/button.php
new file mode 100644
index 000000000..c93e8af6c
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/zh/button.php
@@ -0,0 +1,15 @@
+ [
+ 'name' => '发布广告',
+ ],
+ 'login' => '登录',
+ 'register' => '寄存器',
+ 'continue' => '继续',
+ 'reset_password' => '重设密码',
+ 'email' => '电子邮件',
+ 'phone' => '电话',
+ 'show_all' => '显示所有',
+ 'hide_all' => '全部藏起来',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/zh/errors.php b/resources/default/addons/visiosoft/base-theme/lang/zh/errors.php
new file mode 100644
index 000000000..606d4a12c
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/zh/errors.php
@@ -0,0 +1,9 @@
+ '未找到',
+ '403_title' => '禁止的',
+ '404_message' => '找不到您要查找的页面。',
+ '403_message' => '拒绝访问该网站上的该资源!',
+ 'home_page' => '去首页',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/zh/field.php b/resources/default/addons/visiosoft/base-theme/lang/zh/field.php
new file mode 100644
index 000000000..ab43d1edb
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/zh/field.php
@@ -0,0 +1,65 @@
+ '最新广告',
+ 'show_all' => '显示所有',
+ 'login' => [
+ 'name' => '登录',
+ ],
+ 'logout' => [
+ 'name' => '登出',
+ ],
+ 'profile' => '轮廓',
+ 'email' => '电子邮件地址',
+ 'phone' => '电话号码',
+ 'reset_code' => '重设密码',
+ 'password_confirmation' => '确认密码',
+ 'password' => '密码',
+ 'first_name' => '名字',
+ 'last_name' => '姓',
+ 'remember_me' => '记住账号',
+ 'not_a_member_yet' => '还不是会员',
+ 'not_a_member_yet_message' => '注册我们的会员以享受我们的特殊服务',
+ 'forgot_password' => '我忘记了我的密码',
+ 'email_or_phone_number' => '电子邮件地址或电话号码',
+ 'phone_number' => '电话号码',
+
+ // Registration instructions
+ 'personal_registration_header' => '个人会员优势是什么?',
+ 'personal_registration_body' => '买卖房屋,汽车,出售未使用的物品,购买新物品。',
+ 'personal_registration_list_1' => '发布免费广告,',
+ 'personal_registration_list_2' => '添加您感兴趣的广告,将价格添加到收藏夹之后,跟随价格变化,创建符合条件的收藏夹搜索,',
+ 'personal_registration_list_3' => '向网站上的广告所有者发送消息。',
+ 'register_information_note' => '此页面上的信息用于 ' . env('APPLICATION_DOMAIN') . ' 成员资格。您可以在此处找到有关个人数据保护的详细信息。',
+
+ // Register page
+ 'phone_validation_error' => '该电话号码正在由另一个成员使用。',
+
+ // Forgot Password
+ 'create_new_password' => '创建新密码',
+
+ // Login page
+ 'or' => '要么',
+ 'login_with_phone_number' => '用电话号码登录',
+ 'login_with_email_address' => '用电子邮件地址登录',
+
+ // Side menu links
+ 'company_directory' => '公司目录',
+ 'popular_ads' => '热门广告',
+ 'last_48_hours' => '最近48小时',
+ 'secure_e-commerce_ads' => '安全的电子商务广告',
+ 'sms' => '发送短信(SMS)',
+ 'mail' => '发送邮件',
+
+ // Register instruction seed
+ 'register_instructions' => '注册说明',
+ 'list' => '列表',
+ 'instruction_description' => '指令说明',
+ 'instruction_list' => '指令清单',
+
+ // Offline
+ 'connection_problem' => 'Connection problem',
+ 'your_internet_connection_is_broken' => 'Your internet connection is broken,',
+ 'we_miss_you_so_much_already' => 'we miss you so much already!',
+ 'try_again' => 'Try again',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/zh/message.php b/resources/default/addons/visiosoft/base-theme/lang/zh/message.php
new file mode 100644
index 000000000..8fc1bfade
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/zh/message.php
@@ -0,0 +1,7 @@
+ '短信已发送到您的注册电话。请检查。',
+ 'found_phone' => '找不到系统中注册的电话号码。',
+ 'error_mail' => '您的交易已成功完成,但是无法发送通知电子邮件。',
+];
diff --git a/resources/default/addons/visiosoft/base-theme/lang/zh/section.php b/resources/default/addons/visiosoft/base-theme/lang/zh/section.php
new file mode 100644
index 000000000..6c2b2ba85
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/zh/section.php
@@ -0,0 +1,8 @@
+ [
+ 'name' => '目录模式',
+ ],
+ 'template' => '模板',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/lang/zh/setting.php b/resources/default/addons/visiosoft/base-theme/lang/zh/setting.php
new file mode 100644
index 000000000..6fc71baa4
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/lang/zh/setting.php
@@ -0,0 +1,46 @@
+ [
+ 'name' => '导航标题',
+ ],
+ 'navigation_action' => [
+ 'name' => '导航动作',
+ ],
+ 'country_fields' => [
+ 'name' => '国家领域',
+ ],
+ 'date_fields' => [
+ 'name' => '日期字段',
+ ],
+ 'price_fields' => [
+ 'name' => '价格字段',
+ ],
+ 'breadcrumbs' => [
+ 'name' => '面包屑',
+ ],
+ 'ad_details' => [
+ 'name' => '广告详情',
+ ],
+ 'ad_details_tab' => [
+ 'name' => '广告详情标签',
+ ],
+ 'latest_and_view_all_btn' => [
+ 'name' => '最新和查看全部Btn',
+ ],
+ 'register_page_instruction_logo' => [
+ 'name' => '注册页面说明徽标',
+ ],
+ 'register_page_alert_link' => [
+ 'name' => '注册页面警报链接',
+ ],
+ 'style' => [
+ 'name' => '样式(CSS)',
+ ],
+ 'home_page_sub_categories_limit' => [
+ 'name' => '主页子类别限制',
+ ],
+ 'default_country' => [
+ 'name' => '注册页面,电话的默认国家/地区',
+ ]
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/views/addons/anomaly/posts-module/posts/articles.twig b/resources/default/addons/visiosoft/base-theme/views/addons/anomaly/posts-module/posts/articles.twig
new file mode 100644
index 000000000..93c7d069b
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/views/addons/anomaly/posts-module/posts/articles.twig
@@ -0,0 +1,54 @@
+{% block styles %}
+ {{ asset_style("visiosoft.theme.base::css/post.scss") }}
+
+{% endblock %}
+
diff --git a/resources/default/addons/visiosoft/base-theme/views/addons/anomaly/posts-module/posts/index.twig b/resources/default/addons/visiosoft/base-theme/views/addons/anomaly/posts-module/posts/index.twig
new file mode 100644
index 000000000..877f4644d
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/views/addons/anomaly/posts-module/posts/index.twig
@@ -0,0 +1,95 @@
+{% extends layout('articles') %}
+
+{% block styles %}
+ {{ asset_style("visiosoft.theme.base::css/post.scss") }}
+{% endblock %}
+
+{% block content %}
+
+ {% set posts = entries('posts').recent().paginate() %}
+
+
+
+ {% set selectedCats = setting_value('visiosoft.theme.base::list_cats') %}
+ {% for selectedCat in selectedCats %}
+
+ {% set posts = entries('posts').where('category_id', selectedCat).recent().paginate() %}
+ {% if posts|length %}
+
+
+
{{ posts.first.category.name }}
+
+
+
+
+
+
+ {% for post in posts|slice(1, 3) %}
+ {% if loop.first %}
+
+ {% else %}
+
+ {% endif %}
+ {% endfor %}
+
+ {{ posts.links|raw }}
+
+ {% endif %}
+
+ {% endfor %}
+{% endblock %}
diff --git a/resources/default/addons/visiosoft/base-theme/views/addons/anomaly/posts-module/posts/view.twig b/resources/default/addons/visiosoft/base-theme/views/addons/anomaly/posts-module/posts/view.twig
new file mode 100644
index 000000000..6587df411
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/views/addons/anomaly/posts-module/posts/view.twig
@@ -0,0 +1,72 @@
+{% extends layout('posts') %}
+
+{% block styles %}
+ {{ asset_style("visiosoft.theme.base::css/post.scss") }}
+{% endblock %}
+
+{% block content %}
+
+
+
+
+ {{ img(post.cover_image.make.url).class('w-100')|raw }}
+
+
+
+
{{ post.title }}
+
+
{{ post.content|raw }}
+
+
+
+
+
+
+
+
+
+ {% if entries('posts','types').findBySlug('default') %}
+ {% set posts = entries('posts').where('slug', '!=', post.slug).type('default').live().limit(5).get() %}
+ {% for post in posts.slice(0,4) %}
+
+
+
+
+
+ {% endfor %}
+ {% endif %}
+
+
+
+
+
+
+
+{% endblock %}
diff --git a/resources/default/addons/visiosoft/base-theme/views/addons/anomaly/users-module/login.twig b/resources/default/addons/visiosoft/base-theme/views/addons/anomaly/users-module/login.twig
new file mode 100644
index 000000000..9f2dae058
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/views/addons/anomaly/users-module/login.twig
@@ -0,0 +1,108 @@
+{% extends "theme::layouts/default" %}
+
+{% block styles %}
+
+
+ {{ asset_style('visiosoft.theme.base::css/login.css') }}
+{% endblock %}
+
+{% block content %}
+ {% set phoneLogin = not setting_value('visiosoft.module.advs::register_email_field') or app.request.get('type') == 'phone' %}
+
+
+
+ {% set form = form('signIn')
+ .redirect(app.request.get('redirect'))
+ .get() %}
+ {{ form_open({
+ 'class': 'aaa',
+ 'url': form.options.url
+ })|raw }}
+
+
+ {{ trans('visiosoft.theme.base::button.login') }}
+
+
+
+
+
+
+
+ {{ trans('visiosoft.theme.base::button.login') }}
+
+
+
+
+
+
+
+ {{ trans('visiosoft.theme.base::field.remember_me') }}
+
+
+ {{ form_close() }}
+
+ {% if (addBlock('login/oauth') or setting_value('visiosoft.module.advs::register_email_field')) and not setting_value('visiosoft.module.advs::only_email_login') %}
+
- {{ trans('visiosoft.theme.base::field.or') }} -
+
+ {% endif %}
+
+
+
+
+
+ {{ asset_add('scripts.js','visiosoft.theme.base::js/login.js') }}
+{% endblock %}
diff --git a/resources/default/addons/visiosoft/base-theme/views/addons/anomaly/users-module/partials/register-form.twig b/resources/default/addons/visiosoft/base-theme/views/addons/anomaly/users-module/partials/register-form.twig
new file mode 100644
index 000000000..d8b9f08a3
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/views/addons/anomaly/users-module/partials/register-form.twig
@@ -0,0 +1,82 @@
+
+
+{% if setting_value('visiosoft.module.advs::register_email_field') %}
+
+{% else %}
+ {% set domain = config('app.url')|replace({ ('https://'): '',('http://'): '',('/'): '/' }) %}
+ {% if domain == "localhost" %}
+ {% set domain = "example.com" %}
+ {% endif %}
+ {{ form.fields.email.setValue(random()~"@"~domain).setAttributes({
+ 'class' :'hidden',
+ }).input|raw }}
+{% endif %}
+
+
+
+
+ {{ trans('visiosoft.theme.base::field.phone_validation_error') }}
+
+
+
+
diff --git a/resources/default/addons/visiosoft/base-theme/views/addons/anomaly/users-module/password/forgot.twig b/resources/default/addons/visiosoft/base-theme/views/addons/anomaly/users-module/password/forgot.twig
new file mode 100644
index 000000000..3b1c2435a
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/views/addons/anomaly/users-module/password/forgot.twig
@@ -0,0 +1,98 @@
+{% extends "theme::layouts/default" %}
+
+{% block content %}
+
+
+
+
+
+
+
+
+
{{ trans('visiosoft.theme.base::field.create_new_password') }}
+
+
+
+
+
+ {% set form = form('forgot_pass').redirect(request_get('redirect', '/'))
+ .get() %}
+ {{ form_open({
+ 'class': 'form ' ~ form.options.class ,
+ 'url':form.options.url
+ })|raw }}
+
+
+
+
+ {{ form.fields.resetType.input|raw }}
+
+
+
+
+ {{ trans('visiosoft.theme.base::field.email') }}
+
+ *
+
+ {{ form.fields.email.input|raw }}
+
+
+
+
+ {{ trans('visiosoft.theme.base::button.continue') }}
+
+
+
+ {{ form_close() }}
+
+
+ {% set form = form('forgot_pass').redirect(request_get('redirect', '/'))
+ .get() %}
+ {{ form_open({
+ 'class': 'form ' ~ form.options.class ,
+ 'url':form.options.url
+ })|raw }}
+
+
+
+ {{ form.fields.resetType.input|raw }}
+
+
+
+
+ {{ trans('visiosoft.theme.base::field.phone') }}
+
+ *
+
+ {{ form.fields.email.setAttributes({
+ 'class' :'forgotPhone form-control',
+ }).input|raw }}
+
+
+
+
+ {{ trans('visiosoft.theme.base::button.continue') }}
+
+
+
+ {{ form_close() }}
+
+
+
+
+
+
+ {{ asset_add('styles.css', 'visiosoft.theme.base::css/forgot.css') }}
+ {{ asset_add('scripts.js', 'visiosoft.theme.base::js/forgot.js') }}
+{% endblock %}
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/views/addons/anomaly/users-module/password/reset.twig b/resources/default/addons/visiosoft/base-theme/views/addons/anomaly/users-module/password/reset.twig
new file mode 100644
index 000000000..2c7e3a6f3
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/views/addons/anomaly/users-module/password/reset.twig
@@ -0,0 +1,51 @@
+{% extends "theme::layouts/default" %}
+
+{% block content %}
+
+
+
+
+
+
+
+ {{ asset_add('styles.css', 'visiosoft.theme.base::css/forgot.css') }}
+{% endblock %}
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/views/addons/anomaly/users-module/register.twig b/resources/default/addons/visiosoft/base-theme/views/addons/anomaly/users-module/register.twig
new file mode 100644
index 000000000..e19863410
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/views/addons/anomaly/users-module/register.twig
@@ -0,0 +1,93 @@
+{% extends "theme::layouts/default" %}
+
+{% block styles %}
+ {{ asset_style('visiosoft.theme.base::css/register.css') }}
+{% endblock %}
+
+{% block content %}
+ {% set enableCaptcha = setting_value('visiosoft.module.profile::google_captcha_site_key') and setting_value('visiosoft.module.profile::google_captcha_secret_key') %}
+
+
+
+
+
+
+ {% set form = form('register2').redirect(request_get('redirect', '/'))
+ .get() %}
+ {{ form_open({
+ 'class': 'row form ' ~ form.options.class ,
+ 'enctype': 'multipart/form-data',
+ 'url':form.options.url
+ })|raw }}
+
+ {{ addBlock('register/register-type',{'form':form})|raw }}
+
+ {% if enableCaptcha %}
+
+ {% endif %}
+
+ {% include 'visiosoft.theme.base::addons/anomaly/users-module/partials/register-form' %}
+
+ {% if setting_value('visiosoft.module.profile::show_checkbox_terms_on_register') %}
+
+ {{ form.fields.accept_protection_law|raw }}
+
+
+
+ {{ form.fields.accept_privacy_terms|raw }}
+
+
+
+ {{ form.fields.receive_sms_emails|raw }}
+
+ {% endif %}
+
+
+
+
+
+ {{ trans('visiosoft.theme.base::button.register') }}
+
+
+
+ {{ form_close() }}
+
+
+ {{ addBlock('register/corporate-register', {'enableCaptcha': enableCaptcha})|raw }}
+
+
+
+ {% set type = app.request.get('type') %}
+ {% if type %}
+ {{ blocks(type) }}
+ {% else %}
+ {{ blocks('register-instructions') }}
+ {% endif %}
+
+ {{ addBlock('register/instructions')|raw }}
+
+
+
+
+
+
+ {% if enableCaptcha %}
+ {% set reCAPTCHASiteKey = setting_value('visiosoft.module.profile::google_captcha_site_key') %}
+
+ {{ asset_add('scripts.js', asset_download('https://www.google.com/recaptcha/api.js?render=' ~ reCAPTCHASiteKey, 60*60*24)) }}
+ {{ asset_add("scripts.js", "visiosoft.module.profile::assets/js/captcha.js") }}
+ {% endif %}
+ {{ asset_add("scripts.js", "visiosoft.theme.base::js/register.js") }}
+{% endblock %}
+
diff --git a/resources/default/addons/visiosoft/base-theme/views/errors/403.twig b/resources/default/addons/visiosoft/base-theme/views/errors/403.twig
new file mode 100644
index 000000000..805e573a1
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/views/errors/403.twig
@@ -0,0 +1,23 @@
+{% extends "visiosoft.theme.base::layouts/error" %}
+
+{% block styles %}
+ {{ asset_style('visiosoft.theme.base::css/error.css') }}
+{% endblock %}
+
+{% block content %}
+
+
+
+
+
{{ trans('visiosoft.theme.base::errors.403_title') }}
+
{{ trans('visiosoft.theme.base::errors.403_message') }}
+
+ {% if auth_check() %}
+
{{ trans('visiosoft.theme.base::field.logout.name') }}
+ {% endif %}
+
{{ setting_value('streams::domain', 'openclassify.com') }}
+
+
+{% endblock %}
diff --git a/resources/default/addons/visiosoft/base-theme/views/errors/404.twig b/resources/default/addons/visiosoft/base-theme/views/errors/404.twig
new file mode 100644
index 000000000..05fed2727
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/views/errors/404.twig
@@ -0,0 +1,23 @@
+{% extends "visiosoft.theme.base::layouts/error" %}
+
+{% block styles %}
+ {{ asset_style('visiosoft.theme.base::css/error.css') }}
+{% endblock %}
+
+{% block content %}
+
+
+
+
+
{{ trans('visiosoft.theme.base::errors.404_title') }}
+
{{ trans('visiosoft.theme.base::errors.404_message') }}
+
+ {% if auth_check() %}
+
{{ trans('visiosoft.theme.base::field.logout.name') }}
+ {% endif %}
+
{{ setting_value('streams::domain', 'openclassify.com') }}
+
+
+{% endblock %}
diff --git a/resources/default/addons/visiosoft/base-theme/views/index/default.twig b/resources/default/addons/visiosoft/base-theme/views/index/default.twig
new file mode 100644
index 000000000..536f9efbf
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/views/index/default.twig
@@ -0,0 +1,70 @@
+
+
+
{% include "visiosoft.theme.base::partials/categories" %}
+
+
+ {{ addBlock('index_top')|raw }}
+
+
+ {% if setting_value('visiosoft.theme.base::latest_and_view_all_btn') %}
+
+
{{ trans('visiosoft.theme.base::field.latest_ads') }}
+
+
+ {% endif %}
+
+
+
+ {% for latestAd in latestAds() %}
+
+
+
+
+
+ {% if setting_value('visiosoft.theme.base::price_fields') %}
+
+ {{ currency_format(latestAd.price, latestAd.currency) }}
+
+ {% endif %}
+
+ {% if setting_value('visiosoft.module.location::home_page_location') %}
+
+
+
+ {{ latestAd.city_name }}, {{ latestAd.country_name }}
+
+
+ {% endif %}
+ {% if setting_value('visiosoft.theme.base::date_fields') %}
+
+
+
+ {{ latestAd.created_at|date('d/m/Y') }}
+
+
+ {% endif %}
+
+
+
+ {% endfor %}
+
+
+ {{ addBlock('index')|raw }}
+
+
+
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/views/layouts/booking.twig b/resources/default/addons/visiosoft/base-theme/views/layouts/booking.twig
new file mode 100644
index 000000000..fe7d5ad90
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/views/layouts/booking.twig
@@ -0,0 +1,21 @@
+
+
+
+
+
+ {% block styles %}{% endblock %}
+ {{ asset_style("visiosoft.theme.base::css/offline.scss") }}
+
+
+
+
+ {% include "theme::partials/messages" %}
+
+ {% block content %}
+ {% endblock %}
+
+
+{% include "visiosoft.theme.base::partials/offline" %}
+
+
+
diff --git a/resources/default/addons/visiosoft/base-theme/views/layouts/default.twig b/resources/default/addons/visiosoft/base-theme/views/layouts/default.twig
new file mode 100644
index 000000000..a06220c3a
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/views/layouts/default.twig
@@ -0,0 +1,45 @@
+
+
+
+
+
+
+
+
+
+
+ {% include "visiosoft.theme.base::partials/metadata" %}
+ {% block styles %}{% endblock %}
+
+
+
+
+{% include "visiosoft.theme.base::partials/header" %}
+
+{{ addBlock('layouts/default/section')|raw }}
+
+
+
+ {% include "visiosoft.theme.base::partials/messages" %}
+
+ {% if (request_path() == '/') %}
+ {% include "visiosoft.theme.base::index/default" %}
+ {% else %}
+ {% block content %}{% endblock %}
+ {% endif %}
+
+
+
+
+{% include "visiosoft.theme.base::partials/offline" %}
+
+{% include "visiosoft.theme.base::partials/footer" %}
+{% include "visiosoft.theme.base::partials/assets" %}
+{% include "visiosoft.theme.base::partials/settings" %}
+
+
+
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/views/layouts/error.twig b/resources/default/addons/visiosoft/base-theme/views/layouts/error.twig
new file mode 100644
index 000000000..cb4ea1cb8
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/views/layouts/error.twig
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
+
+
+ {% include "visiosoft.theme.base::partials/metadata" %}
+ {% block styles %}{% endblock %}
+
+
+
+{% block content %}{% endblock %}
+
+{% include "visiosoft.theme.base::partials/offline" %}
+{% include "visiosoft.theme.base::partials/assets" %}
+
+
+
+
diff --git a/resources/default/addons/visiosoft/base-theme/views/layouts/no-container.twig b/resources/default/addons/visiosoft/base-theme/views/layouts/no-container.twig
new file mode 100644
index 000000000..d3b9896bd
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/views/layouts/no-container.twig
@@ -0,0 +1,44 @@
+
+
+
+
+
+
+
+
+
+
+ {% include "visiosoft.theme.base::partials/metadata" %}
+ {% block styles %}{% endblock %}
+
+
+
+
+{% include "visiosoft.theme.base::partials/header" %}
+
+{{ addBlock('layouts/default/section')|raw }}
+
+
+
+ {% include "visiosoft.theme.base::partials/messages" %}
+
+ {% if (request_path() == '/') %}
+ {% include "visiosoft.theme.base::index/default" %}
+ {% else %}
+ {% block content %}{% endblock %}
+ {% endif %}
+
+
+
+{% include "visiosoft.theme.base::partials/offline" %}
+
+{% include "visiosoft.theme.base::partials/footer" %}
+{% include "visiosoft.theme.base::partials/assets" %}
+{% include "visiosoft.theme.base::partials/settings" %}
+
+
+
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/views/layouts/page.twig b/resources/default/addons/visiosoft/base-theme/views/layouts/page.twig
new file mode 100644
index 000000000..5bfeaa861
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/views/layouts/page.twig
@@ -0,0 +1,39 @@
+
+
+
+
+
+
+
+
+
+
+ {% include "visiosoft.theme.base::partials/metadata" %}
+ {% block styles %}{% endblock %}
+
+
+
+
+{% include "visiosoft.theme.base::partials/header" %}
+
+
+
+
+ {% include "visiosoft.theme.base::partials/messages" %}
+
+ {% block content %}{% endblock %}
+
+
+
+
+{% include "visiosoft.theme.base::partials/offline" %}
+
+{% include "visiosoft.theme.base::partials/footer" %}
+{% include "visiosoft.theme.base::partials/settings" %}
+
+
+
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/views/notifications/email.twig b/resources/default/addons/visiosoft/base-theme/views/notifications/email.twig
new file mode 100644
index 000000000..e65663688
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/views/notifications/email.twig
@@ -0,0 +1,192 @@
+
+
+ {% block head %}
+
+
+
+
+
+ {{ title ?: setting_value('streams::name','Visiosoft LTD.') }}
+
+
+
+
+ {% endblock %}
+
+ {% set style = {
+ 'body': 'margin: 0; padding: 0; width: 100%; background-color: #F2F4F6;',
+ 'email-wrapper': 'width: 100%; margin: 0; padding: 0; background-color: #F2F4F6;',
+
+ 'email-masthead': 'padding: 25px 0; text-align: center;',
+ 'email-masthead_name': 'font-size: 16px; font-weight: bold; color: #2F3133; text-decoration: none; text-shadow: 0 1px 0 white;',
+
+ 'email-body': 'width: 100%; margin: 0; padding: 0; border-top: 1px solid #EDEFF2; border-bottom: 1px solid #EDEFF2; background-color: #FFF;',
+ 'email-body_inner': 'width: auto; max-width: 570px; margin: 0 auto; padding: 0;',
+ 'email-body_cell': 'padding: 35px;',
+
+ 'email-footer': 'width: auto; max-width: 570px; margin: 0 auto; padding: 0; text-align: center;',
+ 'email-footer_cell': 'color: #AEAEAE; padding: 35px; text-align: center;',
+
+ 'body_action': 'width: 100%; margin: 30px auto; padding: 0; text-align: center;',
+ 'body_sub': 'margin-top: 25px; padding-top: 25px; border-top: 1px solid #EDEFF2;',
+
+ 'anchor': 'color: #3869D4;',
+ 'header-1': 'margin-top: 0; color: #2F3133; font-size: 19px; font-weight: bold; text-align: left;',
+ 'paragraph': 'margin-top: 0; color: #74787E; font-size: 16px; line-height: 1.5em;',
+ 'paragraph-sub': 'margin-top: 0; color: #74787E; font-size: 12px; line-height: 1.5em; max-width: 570px; word-wrap: break-word;',
+ 'paragraph-center': 'text-align: center;',
+
+ 'button': 'display: block; display: inline-block; width: 200px; min-height: 20px; padding: 10px; background-color: #3869D4; border-radius: 3px; color: #ffffff; font-size: 15px; line-height: 25px; text-align: center; text-decoration: none; -webkit-text-size-adjust: none;',
+
+ 'button--green': 'background-color: #22BC66;',
+ 'button--red': 'background-color: #dc4d2f;',
+ 'button--blue': 'background-color: #3869D4;'
+ } %}
+
+ {% set fontFamily = 'font-family: Arial, \'Helvetica Neue\', Helvetica, sans-serif;' %}
+
+
+
+
+
+
+
+ {% block logo %}
+
+
+
+
+ {{ title ?: setting_value('streams::name','Visiosoft LTD.') }}
+
+
+
+ {% endblock %}
+
+ {% block body %}
+
+
+
+
+
+
+
+ {% block greeting %}
+
+
+ {{ greeting ?: (level == 'error' ? 'Whoops!' : 'Hello!') }}
+
+ {% endblock %}
+
+ {% block intro %}
+
+ {% for line in introLines %}
+
+ {% autoescape 'js' %}
+ {{ line|raw }}
+ {% endautoescape %}
+
+ {% endfor %}
+ {% endblock %}
+
+ {% block action %}
+
+ {% if actionText %}
+
+ {% endif %}
+ {% endblock %}
+
+ {% block outro %}
+
+ {% for line in outroLines %}
+
+ {% autoescape 'js' %}
+ {{ line|raw }}
+ {% endautoescape %}
+
+ {% endfor %}
+ {% endblock %}
+
+ {% block salutation %}
+
+
+ {{ salutation ?:'Regards' }}, {{ setting_value('streams::name','Visiosoft LTD.') }}
+
+ {% endblock %}
+
+ {% block subcopy %}
+
+ {% if actionText is defined %}
+
+
+
+
+ If you’re having trouble clicking the "{{ actionText }}" button, copy and paste the URL below into your web browser:
+
+
+
+
+ {{ actionUrl }}
+
+
+
+
+
+ {% endif %}
+ {% endblock %}
+
+
+
+
+
+ {% endblock %}
+
+ {% block footer %}
+
+
+
+
+
+
+ {% endblock %}
+
+
+
+
+
+
diff --git a/resources/default/addons/visiosoft/base-theme/views/partials/assets.twig b/resources/default/addons/visiosoft/base-theme/views/partials/assets.twig
new file mode 100644
index 000000000..f028a1464
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/views/partials/assets.twig
@@ -0,0 +1,49 @@
+{#
+ Main CSS can be found in metadata.twig
+#}
+
+{# Core Theme Components #}
+{{ asset_add("theme.js", "visiosoft.theme.base::js/popper.min.js") }}
+{{ asset_add("theme.js", "visiosoft.theme.base::js/bootstrap.min.js") }}
+{{ asset_add("theme.js", "visiosoft.theme.base::js/modal_include.js") }}
+{{ asset_add("theme.js", "visiosoft.theme.base::js/select2.js") }}
+{{ asset_add("theme.js", "visiosoft.theme.base::js/params.js") }}
+{{ asset_add("theme.js", "visiosoft.theme.base::js/jquery.maskedinput.js") }}
+{{ asset_add("theme.js", "visiosoft.theme.base::js/intlTelInput.min.js") }}
+{{ asset_add("theme.js", "visiosoft.theme.base::js/utils.js") }}
+{{ asset_add("theme.js", "visiosoft.theme.base::js/phonefield.js") }}
+{{ asset_add("theme.js", "visiosoft.theme.base::js/jquery.inputmask.bundle.min.js") }}
+{{ asset_add("theme.js", "visiosoft.theme.base::js/lazy-loading.js") }}
+{{ asset_add("theme.js", "visiosoft.theme.base::js/script.js") }}
+
+{# Theme Scripts #}
+{{ asset_add("theme.js", "visiosoft.theme.base::js/theme/initialize.js") }}
+{{ asset_add("theme.js", "visiosoft.theme.base::js/theme/search.js") }}
+{{ asset_add("theme.js", "visiosoft.theme.base::js/theme/modal.js") }}
+{{ asset_add("theme.js", "visiosoft.theme.base::js/offline.js") }}
+
+{{ asset_script("theme.js") }}
+
+{{ addBlock('theme/partials/assets/additional-assets')|raw }}
+
+{# Include Styles Loaded From Outside #}
+
+
+{# Include Scripts Loaded From Outside #}
+
+
+
+
+{{ setting_value('visiosoft.module.advs::body_custom_space')|raw }}
diff --git a/resources/default/addons/visiosoft/base-theme/views/partials/categories-mobile.twig b/resources/default/addons/visiosoft/base-theme/views/partials/categories-mobile.twig
new file mode 100644
index 000000000..fb9b906f2
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/views/partials/categories-mobile.twig
@@ -0,0 +1,16 @@
+
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/views/partials/categories-web.twig b/resources/default/addons/visiosoft/base-theme/views/partials/categories-web.twig
new file mode 100644
index 000000000..5c37b4446
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/views/partials/categories-web.twig
@@ -0,0 +1,53 @@
+
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/views/partials/categories.twig b/resources/default/addons/visiosoft/base-theme/views/partials/categories.twig
new file mode 100644
index 000000000..90dcc67dc
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/views/partials/categories.twig
@@ -0,0 +1,35 @@
+{% set sub_categories_limit = setting_value('visiosoft.theme.base::home_page_sub_categories_limit') %}
+{% set showAdsCount = setting_value('visiosoft.module.advs::show_ads_count') %}
+
+
+
+ {{ addBlock('base/categoriesRow')|raw }}
+
+ {% set cats = getCategoriesLevel2() %}
+ {% for main_category in cats.maincats %}
+ {% include "visiosoft.theme.base::partials/categories-web" %}
+ {% include "visiosoft.theme.base::partials/categories-mobile" %}
+ {% endfor %}
+
+
+ {{ setting_value('visiosoft.theme.base::home_bottom_left_categories')|raw }}
+
+
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/views/partials/footer.twig b/resources/default/addons/visiosoft/base-theme/views/partials/footer.twig
new file mode 100644
index 000000000..0b547c269
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/views/partials/footer.twig
@@ -0,0 +1,6 @@
+
diff --git a/resources/default/addons/visiosoft/base-theme/views/partials/header.twig b/resources/default/addons/visiosoft/base-theme/views/partials/header.twig
new file mode 100644
index 000000000..90418c6ab
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/views/partials/header.twig
@@ -0,0 +1,5 @@
+
diff --git a/resources/default/addons/visiosoft/base-theme/views/partials/messages.twig b/resources/default/addons/visiosoft/base-theme/views/partials/messages.twig
new file mode 100644
index 000000000..c7980fda1
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/views/partials/messages.twig
@@ -0,0 +1,36 @@
+{{ asset_style( "visiosoft.theme.base::css/animate.min.css") }}
+{{ asset_script('visiosoft.theme.base::js/sweetalert2.all.min.js') }}
+{{ asset_script('visiosoft.theme.base::js/notify.min.js') }}
+
+
diff --git a/resources/default/addons/visiosoft/base-theme/views/partials/metadata.twig b/resources/default/addons/visiosoft/base-theme/views/partials/metadata.twig
new file mode 100644
index 000000000..210b77532
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/views/partials/metadata.twig
@@ -0,0 +1,40 @@
+
+
+
+
+
+
+{% include "visiosoft.theme.base::partials/metatags" %}
+
+
+{% set favicon = file(setting_value('visiosoft.module.advs::favicon')).make.url %}
+{% if favicon %}
+ {{ favicons(favicon) }}
+{% endif %}
+
+{# Base Theme Components #}
+{{ asset_add("theme.css", "visiosoft.theme.base::css/base.css") }}
+{{ asset_add("theme.css", "visiosoft.theme.base::css/bootstrap.min.css") }}
+{{ asset_add("theme.css", "visiosoft.theme.base::css/theme.css") }}
+{{ asset_add("theme.css", "visiosoft.theme.base::css/select2.css") }}
+{{ asset_add("theme.css", "visiosoft.theme.base::css/font-awesome.min.css") }}
+{{ asset_add("theme.css", "visiosoft.theme.base::css/intlTelInput.css") }}
+{{ asset_add("theme.css", "visiosoft.theme.base::css/gallery.css") }}
+
+{{ asset_script('visiosoft.theme.base::js/visiosoft.js') }}
+
+{{ asset_style("theme.css") }}
+
+{% include "visiosoft.theme.base::partials/styles" %}
+
+{# Custom Theme Components #}
+
+
+{# Important!! #}
+{{ constants() }}
diff --git a/resources/default/addons/visiosoft/base-theme/views/partials/metatags.twig b/resources/default/addons/visiosoft/base-theme/views/partials/metatags.twig
new file mode 100644
index 000000000..bafa345c0
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/views/partials/metatags.twig
@@ -0,0 +1,22 @@
+
+
+
+
+
+{{ setting_value('visiosoft.module.advs::google_statistic_code')|raw }}
+
+
+{% set additionalMeta = template.get('additional_meta') %}
+{{ additionalMeta ? additionalMeta|raw }}
+
+
+ {% set title = trans(template.meta_title) %}
+ {% set showTitle = template.showTitle is same as(false) ? false : true %}
+ {% if showTitle %}
+ {% set title = setting_value('streams::name', config_get('streams::distribution.name'))~" | "~trans(template.meta_title) %}
+ {% endif %}
+ {{ title|slice(0,60) }}
+
+
+{% include "visiosoft.theme.base::partials/ogdata" %}
diff --git a/resources/default/addons/visiosoft/base-theme/views/partials/navigation.twig b/resources/default/addons/visiosoft/base-theme/views/partials/navigation.twig
new file mode 100644
index 000000000..69fc9b22e
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/views/partials/navigation.twig
@@ -0,0 +1,82 @@
+
+
+ {% if setting_value('visiosoft.theme.base::navigation_title') %}
+
{{ setting_value('streams::name', config_get('streams::distribution.name')) }}
+ {% endif %}
+
+
+
+
+
+ {{ structure()
+ .linkAttributesDropdown({'data-toggle': 'dropdown'})
+ .item_class('nav-item')
+ .selected_class('active')
+ .child_item_class('dropdown-item')
+ .dropdown_class('dropdown')
+ .child_link_class('dropdown-item')
+ .link_class('nav-link')
+ .depth(5)
+ .listClass('nav navbar-nav navbar-right')
+ .childListClass('dropdown-menu')
+ .cache({'namespace': 'user'})
+ .render()|raw }}
+
+ {% if setting_value('visiosoft.theme.base::navigation_action') %}
+
+ {% endif %}
+
+
+ {% if setting_value('visiosoft.theme.base::navigation_action') %}
+
+ {% endif %}
+
+
+
+
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/views/partials/offline.twig b/resources/default/addons/visiosoft/base-theme/views/partials/offline.twig
new file mode 100644
index 000000000..e770a409e
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/views/partials/offline.twig
@@ -0,0 +1,18 @@
+
+
+ {{ img('visiosoft.theme.base::images/unplugged.svg').data|raw }}
+
+
{{ trans('visiosoft.theme.base::field.connection_problem') }}
+
+
+ {{ trans('visiosoft.theme.base::field.your_internet_connection_is_broken') }}
+
+ {{ trans('visiosoft.theme.base::field.we_miss_you_so_much_already') }}
+
+
+
+
+ {{ trans('visiosoft.theme.base::field.try_again') }}
+
+
+
diff --git a/resources/default/addons/visiosoft/base-theme/views/partials/ogdata.twig b/resources/default/addons/visiosoft/base-theme/views/partials/ogdata.twig
new file mode 100644
index 000000000..ae7cc1b20
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/views/partials/ogdata.twig
@@ -0,0 +1,16 @@
+{% block ogdata %}
+
+
+
+
+
+
+
+
+
+
+
+
+
+{% endblock %}
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/base-theme/views/partials/settings.twig b/resources/default/addons/visiosoft/base-theme/views/partials/settings.twig
new file mode 100644
index 000000000..e69de29bb
diff --git a/resources/default/addons/visiosoft/base-theme/views/partials/styles.twig b/resources/default/addons/visiosoft/base-theme/views/partials/styles.twig
new file mode 100644
index 000000000..80b988429
--- /dev/null
+++ b/resources/default/addons/visiosoft/base-theme/views/partials/styles.twig
@@ -0,0 +1,3 @@
+
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/biolife_style_provider-extension/lang/en/addon.php b/resources/default/addons/visiosoft/biolife_style_provider-extension/lang/en/addon.php
new file mode 100644
index 000000000..2eb339af1
--- /dev/null
+++ b/resources/default/addons/visiosoft/biolife_style_provider-extension/lang/en/addon.php
@@ -0,0 +1,7 @@
+ 'Biolife Style Provider',
+ 'name' => 'Biolife Style Provider Extension',
+ 'description' => ''
+];
diff --git a/resources/default/addons/visiosoft/biolife_style_provider-extension/lang/en/field.php b/resources/default/addons/visiosoft/biolife_style_provider-extension/lang/en/field.php
new file mode 100644
index 000000000..acf0a6c7a
--- /dev/null
+++ b/resources/default/addons/visiosoft/biolife_style_provider-extension/lang/en/field.php
@@ -0,0 +1,55 @@
+ 'Home',
+ 'search_placeholder' => 'Search here...',
+ 'qty' => 'Qty',
+ 'working_hours' => 'Mon-Fri: :weekday_start-:weekday_break; Sat-Sun: :weekend_start-:weekend_break',
+ 'product_message' => 'All products are carefully selected to ensure food safety.',
+ 'menu' => 'Menu',
+ 'bestseller' => [
+ 'main_title' => 'Bestseller Products',
+ 'sub_title' => 'All the best item for You',
+ ],
+ 'special_offer' => 'Special Offer',
+ 'shop_now' => 'Shop Now',
+ 'featured_ads' => [
+ 'main_title' => 'Our Products',
+ 'sub_title' => 'All the best item for You',
+ ],
+ 'featured' => 'Featured',
+ 'popular_ads' => 'Popular Ads',
+ 'latest_ads' => 'Latest Ads',
+ 'continue_reading' => 'Continue Reading',
+ 'add_to_cart' => 'Add to cart',
+ 'items' => 'items',
+ 'cart' => 'Cart',
+ 'cart_no_product' => 'No product in your cart',
+ 'go' => 'Go',
+ 'choose_a_category' => 'Choose a category',
+ 'categories' => 'Categories',
+ 'share' => 'Share',
+ 'latest_article' => [
+ 'main_title' => 'Our Latest Articles',
+ 'sub_title' => 'The freshest and most exciting news',
+ ],
+
+ // Footer
+ 'got_question' => 'Got Questions',
+ 'newsletter' => [
+ 'title' => 'Sign up for our newsletter',
+ 'subtitle' => 'Sign up our Newsletter for Exclusive Discount codes',
+ 'button' => 'Sign up',
+ ],
+ 'contact_info' => 'Contact Info',
+ 'all_rights_reserved' => 'All rights reserved',
+
+ 'sku' => 'Sku',
+ 'by' => 'By',
+ 'product_descriptions' => 'Product Descriptions',
+ 'addtional_information' => 'Addtional information',
+ 'no_description' => 'No Description',
+ 'quantity' => 'Quantity',
+ 'submit_your_review' => 'Submit Your Review',
+ 'wishlist' => 'wishlist',
+];
diff --git a/resources/default/addons/visiosoft/biolife_style_provider-extension/lang/en/permission.php b/resources/default/addons/visiosoft/biolife_style_provider-extension/lang/en/permission.php
new file mode 100644
index 000000000..0b67a5fe4
--- /dev/null
+++ b/resources/default/addons/visiosoft/biolife_style_provider-extension/lang/en/permission.php
@@ -0,0 +1,3 @@
+
+
+
+
+
+
+
+
+
+ {% set userId = setting_value('visiosoft.theme.sahibinden::default_owner') ?: adv.created_by_id %}
+ {% set user = setting_value('visiosoft.theme.sahibinden::default_owner') ? entries('users', 'users').find(setting_value('visiosoft.theme.sahibinden::default_owner')) : adv.created_by %}
+ {% set sellerInfo = setting_value('visiosoft.module.advs::hide_seller_info') %}
+ {% set owner = addBlock('ad-details/owner', {'userId': userId}) %}
+
+
+
{{ adv.name }}
+
+ {{ addBlock('ad-detail/top', {'adv': adv})|raw }}
+
+ {{ trans('visiosoft.extension.biolife_style_provider::field.by') }}:
+ {% if owner %}
+ {{ owner|raw }}
+ {% else %}
+ {{ user.name }}
+ {% endif %}
+
+
+
{{ trans('visiosoft.extension.biolife_style_provider::field.sku') }}: #{{ adv.id }}
+
+
+ {{ adv.advs_desc|length > 140 ? adv.advs_desc|striptags|slice(0,140) ~ '...' : adv.advs_desc|striptags }}
+
+
+ {{ adv.currency_price }}
+ {% if adv.currency_standard_price %}
+ {{ adv.currency_standard_price }}
+ {% endif %}
+
+
+
+
+
+
+
+
+
+
+
{{ adv.advs_desc|length ? adv.advs_desc|raw : trans('visiosoft.extension.biolife_style_provider::field.no_description') }}
+
+
+
+
+
+ {{ trans('visiosoft.theme.sahibinden::field.price.name') }}
+
+
+ {% if not setting_value('visiosoft.module.advs::hide_zero_price') or adv.price != "0" %}
+ {{ adv.currency_price }}
+ {% else %}
+ {{ trans('visiosoft.theme.sahibinden::field.ask_for_price') }}
+ {% endif %}
+
+
+
+
+ {{ trans('visiosoft.theme.sahibinden::field.ad.name') }}
+ {{ adv.id }}
+
+
+ {{ trans('visiosoft.theme.sahibinden::field.ad_date.name') }}
+ {{ adv.created_at|date('d/m/Y') }}
+
+
+
+ {{ addBlock('ad-detail/checkboxes',{'features':features})|raw }}
+
+
+ {% include "visiosoft.module.advs::ad-detail/partials/map" %}
+
+ {{ addBlock('ad-detail/content',{'features_detail':features, 'adv': adv})|raw }}
+
+
+
+
+ {# TODO Link to recommended ads #}
+ {{ addBlock('ad-detail/section')|raw }}
+
+
+
+
+{% endblock %}
diff --git a/resources/default/addons/visiosoft/biolife_style_provider-extension/views/ad-detail/partials/breadcrumb.twig b/resources/default/addons/visiosoft/biolife_style_provider-extension/views/ad-detail/partials/breadcrumb.twig
new file mode 100644
index 000000000..2b4516363
--- /dev/null
+++ b/resources/default/addons/visiosoft/biolife_style_provider-extension/views/ad-detail/partials/breadcrumb.twig
@@ -0,0 +1,15 @@
+
diff --git a/resources/default/addons/visiosoft/biolife_style_provider-extension/views/overrides/carts-module/ad-detail/details.twig b/resources/default/addons/visiosoft/biolife_style_provider-extension/views/overrides/carts-module/ad-detail/details.twig
new file mode 100644
index 000000000..f0fc7b216
--- /dev/null
+++ b/resources/default/addons/visiosoft/biolife_style_provider-extension/views/overrides/carts-module/ad-detail/details.twig
@@ -0,0 +1,96 @@
+{% if params.adv.stock == "0" %}
+
+
{{ trans('visiosoft.module.carts::field.sold_out') }}
+
+{% endif %}
+{% if params.adv.is_get_adv == "1" and params.adv.stock != "0" and params.adv.stock is not empty %}
+ {% if not setting_value('visiosoft.module.advs::hide_zero_price') or params.adv.price != "0" %}
+ {% set standardPrice = params.adv.standard_price.value %}
+
+ {% if params.options is not empty and count(params.options) %}
+
+
+
+ {% for option in params.options %}
+ {{ option.name }}
+ {% endfor %}
+
+
+
+ {% endif %}
+
+
+ {% if params.configurations != null %}
+
+ {% else %}
+ {{ addBlock('ad-detail/cartOption',{'adv':params.adv})|raw }}
+
+
{{ trans('visiosoft.extension.biolife_style_provider::field.quantity') }}:
+
+
+
+ {% endif %}
+ {{ asset_add('scripts.js','visiosoft.module.carts::js/AddCartQuantity.js') }}
+ {{ asset_add('styles.css','visiosoft.module.carts::css/ad-detail.css') }}
+ {% endif %}
+{% else %}
+
+ {{ addBlock('ad-detail/title/action', {adv_id: params.adv.id})|raw }}
+
+{% endif %}
diff --git a/resources/default/addons/visiosoft/biolife_style_provider-extension/views/overrides/comments-module/ad-detail/content-tab.twig b/resources/default/addons/visiosoft/biolife_style_provider-extension/views/overrides/comments-module/ad-detail/content-tab.twig
new file mode 100644
index 000000000..ec77c12e1
--- /dev/null
+++ b/resources/default/addons/visiosoft/biolife_style_provider-extension/views/overrides/comments-module/ad-detail/content-tab.twig
@@ -0,0 +1,11 @@
+
+
+
diff --git a/resources/default/addons/visiosoft/biolife_style_provider-extension/views/overrides/comments-module/comments.twig b/resources/default/addons/visiosoft/biolife_style_provider-extension/views/overrides/comments-module/comments.twig
new file mode 100644
index 000000000..38c745059
--- /dev/null
+++ b/resources/default/addons/visiosoft/biolife_style_provider-extension/views/overrides/comments-module/comments.twig
@@ -0,0 +1,68 @@
+
+
+{{ asset_add("scripts.js", "visiosoft.module.comments::js/rateyo.min.js") }}
+{{ asset_add("scripts.js", "visiosoft.module.comments::js/ajaxcomment.js") }}
+{{ asset_add("scripts.js", "visiosoft.module.comments::js/rateyoVisiosoft.js") }}
+{{ asset_add("styles.css", "visiosoft.module.comments::css/rateyo.css") }}
+{{ asset_add("styles.css", "visiosoft.module.comments::css/style.css") }}
diff --git a/resources/default/addons/visiosoft/biolife_style_provider-extension/views/overrides/favs-module/ad-detail/title/action.twig b/resources/default/addons/visiosoft/biolife_style_provider-extension/views/overrides/favs-module/ad-detail/title/action.twig
new file mode 100644
index 000000000..bfbabd913
--- /dev/null
+++ b/resources/default/addons/visiosoft/biolife_style_provider-extension/views/overrides/favs-module/ad-detail/title/action.twig
@@ -0,0 +1,22 @@
+
+
+ {{ trans('visiosoft.extension.biolife_style_provider::field.wishlist') }}
+
+
+
+
+
+
+{% if auth_check() %}
+ {{ asset_add("scripts.js", "visiosoft.module.favs::assets/js/add-remove-fav.js") }}
+{% endif %}
+{{ asset_add("scripts.js", "visiosoft.module.favs::js/favs.js") }}
+
diff --git a/resources/default/addons/visiosoft/biolife_style_provider-extension/views/overrides/qrcontact-module/ad-detail/content-tab.twig b/resources/default/addons/visiosoft/biolife_style_provider-extension/views/overrides/qrcontact-module/ad-detail/content-tab.twig
new file mode 100644
index 000000000..b628caa81
--- /dev/null
+++ b/resources/default/addons/visiosoft/biolife_style_provider-extension/views/overrides/qrcontact-module/ad-detail/content-tab.twig
@@ -0,0 +1,11 @@
+
+
+ {{ trans('visiosoft.module.qrcontact::addon.title') }}
+
+
diff --git a/resources/default/addons/visiosoft/biolife_style_provider-extension/views/overrides/recommendedads-module/ad-detail/section.twig b/resources/default/addons/visiosoft/biolife_style_provider-extension/views/overrides/recommendedads-module/ad-detail/section.twig
new file mode 100644
index 000000000..feb3f90a4
--- /dev/null
+++ b/resources/default/addons/visiosoft/biolife_style_provider-extension/views/overrides/recommendedads-module/ad-detail/section.twig
@@ -0,0 +1,35 @@
+{% set recommendedads = getRecommendedAds(app.request.path|split('/')[2]) %}
+
diff --git a/resources/default/addons/visiosoft/biolife_style_provider-extension/views/overrides/store-module/ad-details/owner.twig b/resources/default/addons/visiosoft/biolife_style_provider-extension/views/overrides/store-module/ad-details/owner.twig
new file mode 100644
index 000000000..003c9a91d
--- /dev/null
+++ b/resources/default/addons/visiosoft/biolife_style_provider-extension/views/overrides/store-module/ad-details/owner.twig
@@ -0,0 +1,6 @@
+{% set storeDetail = entries('store','store').where('user_id', params.userId).first() %}
+{% if storeDetail is not null %}
+
+ {{ storeDetail.name }}
+
+{% endif %}
diff --git a/resources/default/addons/visiosoft/biolife_style_provider-extension/views/overrides/streetview-module/ad-detail/content-tab.twig b/resources/default/addons/visiosoft/biolife_style_provider-extension/views/overrides/streetview-module/ad-detail/content-tab.twig
new file mode 100644
index 000000000..e1ebad672
--- /dev/null
+++ b/resources/default/addons/visiosoft/biolife_style_provider-extension/views/overrides/streetview-module/ad-detail/content-tab.twig
@@ -0,0 +1,11 @@
+
+
+ {{ trans('visiosoft.module.streetview::addon.title') }}
+
+
diff --git a/resources/default/addons/visiosoft/cats-module/config/permissions.php b/resources/default/addons/visiosoft/cats-module/config/permissions.php
new file mode 100644
index 000000000..64a793f2c
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/config/permissions.php
@@ -0,0 +1,9 @@
+ [
+ 'read',
+ 'write',
+ 'delete'
+ ]
+];
diff --git a/resources/default/addons/visiosoft/cats-module/config/settings.php b/resources/default/addons/visiosoft/cats-module/config/settings.php
new file mode 100644
index 000000000..ac04e6f95
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/config/settings.php
@@ -0,0 +1,17 @@
+ [
+ "type" => "anomaly.field_type.integer",
+ "config" => [
+ "default_value" => 5000
+ ]
+ ],
+ "include_cities_sitemap" => [
+ "type" => "anomaly.field_type.boolean",
+ "config" => [
+ "default_value" => false,
+ "mode" => "checkbox"
+ ]
+ ]
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/af/addon.php b/resources/default/addons/visiosoft/cats-module/lang/af/addon.php
new file mode 100644
index 000000000..4ef927aca
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/af/addon.php
@@ -0,0 +1,8 @@
+ 'Kategorie',
+ 'name' => 'Kategoriemodule',
+ 'description' => '',
+ 'info' => 'This is the screen where you can add, delete and edit categories from the category page. You can easily manage main categories and sub-categories from this page.',
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/af/button.php b/resources/default/addons/visiosoft/cats-module/lang/af/button.php
new file mode 100644
index 000000000..469fd0e79
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/af/button.php
@@ -0,0 +1,8 @@
+ 'Nuwe kategorie',
+ 'add_sub_category' => 'Voeg subkategorie by',
+ 'sub_category' => 'Wys subkategorie',
+ 'new_placeholderforsearch' => 'Nuwe plekbesoeker',
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/af/field.php b/resources/default/addons/visiosoft/cats-module/lang/af/field.php
new file mode 100644
index 000000000..9d7c6f72a
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/af/field.php
@@ -0,0 +1,41 @@
+ [
+ 'name' => 'Titel',
+ 'instructions' => 'Dit is die naam van die hoofkategorie wat u sal definieer. Dit stel die gebruiker in staat om maklik die produk te vind waarna hy op soek is.',
+ ],
+ 'order' => [
+ 'name' => 'Orde',
+ ],
+
+ 'slug' => [
+ 'name' => 'Slak',
+ 'instructions' => 'Spesifiseer enige organisatoriese etikette om u boodskap met ander te groepeer.',
+
+ ],
+ 'files' => [
+ 'name' => 'Beeld',
+ ],
+ 'seo_keyword' => [
+ 'name' => 'Seo sleutelwoord',
+ 'instructions' => 'Woorde wat in die Google-blaaier by die werf gevoeg is, verskyn bo die soekresultate.',
+ ],
+ 'seo_description' => [
+ 'name' => 'Seo Beskrywing',
+ 'instructions' => 'Dit kan u besoekers se besluit beïnvloed of hulle op die inhoud in die soekresultate wil klik.',
+ ],
+ 'icon' => [
+ 'name' => 'Ikoon',
+ 'instructions' => 'Dit word gebruik om ikone by te voeg wat die kategorietipe aandui.',
+ ],
+
+ 'parent' => 'Parent',
+ 'level' => 'Level',
+ 'count' => 'Ad Counts',
+
+ 'please_wait' => 'Wag asseblief. Verwyder subkategorieë',
+ 'category_selection' => 'Kategorie seleksie',
+ 'go_to_parent' => 'Gaan na ouer',
+ 'preview' => 'Preview'
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/af/message.php b/resources/default/addons/visiosoft/cats-module/lang/af/message.php
new file mode 100644
index 000000000..3161132b3
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/af/message.php
@@ -0,0 +1,5 @@
+ 'Kategorieë en verwante subkategorieë is suksesvol uitgevee!',
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/af/permission.php b/resources/default/addons/visiosoft/cats-module/lang/af/permission.php
new file mode 100644
index 000000000..7768d91fc
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/af/permission.php
@@ -0,0 +1,20 @@
+ [
+ 'name' => 'Kategorie',
+ 'option' => [
+ 'read' => 'Kan lees kategorie?',
+ 'write' => 'Kan u kategorie skep / wysig?',
+ 'delete' => 'Kan kategorie verwyder word?',
+ ],
+ ],
+ 'placeholderforsearch' => [
+ 'name' => 'Plekhouer ondersoek',
+ 'option' => [
+ 'read' => 'Kan u plekhouer soek?',
+ 'write' => 'Kan u plekhouer soek of wysig?',
+ 'delete' => 'Kan soek na plekhouer verwyder word?',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/af/section.php b/resources/default/addons/visiosoft/cats-module/lang/af/section.php
new file mode 100644
index 000000000..691a65ecb
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/af/section.php
@@ -0,0 +1,10 @@
+ [
+ 'title' => 'Kategorie',
+ ],
+ 'placeholderforsearch' => [
+ 'title' => 'Plekhouer',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/af/setting.php b/resources/default/addons/visiosoft/cats-module/lang/af/setting.php
new file mode 100644
index 000000000..b33f4f222
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/af/setting.php
@@ -0,0 +1,10 @@
+ [
+ 'name' => 'Sitemap verdeelnommer',
+ ],
+ 'include_cities_sitemap' => [
+ 'name' => 'Sluit stede in by die sitemap',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/af/stream.php b/resources/default/addons/visiosoft/cats-module/lang/af/stream.php
new file mode 100644
index 000000000..3d3dead8d
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/af/stream.php
@@ -0,0 +1,10 @@
+ [
+ 'name' => 'Kategorie',
+ ],
+ 'placeholderforsearch' => [
+ 'name' => 'Plekhouer ondersoek',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/af/view.php b/resources/default/addons/visiosoft/cats-module/lang/af/view.php
new file mode 100644
index 000000000..8c1839316
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/af/view.php
@@ -0,0 +1,7 @@
+ 'Skoon subkategorieë',
+ 'ad_count_calculate' => 'Advertensietelling Bereken',
+ 'cat_level_calculate' => 'Kategorievlak Bereken',
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/ar/addon.php b/resources/default/addons/visiosoft/cats-module/lang/ar/addon.php
new file mode 100644
index 000000000..5320e1b64
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/ar/addon.php
@@ -0,0 +1,8 @@
+ 'الفئة',
+ 'name' => 'وحدة الفئة',
+ 'description' => '',
+ 'info' => 'This is the screen where you can add, delete and edit categories from the category page. You can easily manage main categories and sub-categories from this page.',
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/ar/button.php b/resources/default/addons/visiosoft/cats-module/lang/ar/button.php
new file mode 100644
index 000000000..3b59dc542
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/ar/button.php
@@ -0,0 +1,8 @@
+ 'فئة جديدة',
+ 'add_sub_category' => 'إضافة فئة فرعية',
+ 'sub_category' => 'عرض الفئة الفرعية',
+ 'new_placeholderforsearch' => 'Placeholderforsearch جديد',
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/ar/field.php b/resources/default/addons/visiosoft/cats-module/lang/ar/field.php
new file mode 100644
index 000000000..1251e6b11
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/ar/field.php
@@ -0,0 +1,41 @@
+ [
+ 'name' => 'عنوان',
+ 'instructions' => 'إنه اسم الفئة الرئيسية التي ستحددها. يتيح للمستخدم العثور بسهولة على المنتج الذي يبحثون عنه.',
+ ],
+ 'order' => [
+ 'name' => 'طلب',
+ ],
+
+ 'slug' => [
+ 'name' => 'سبيكة',
+ 'instructions' => 'حدد أي علامات تنظيمية للمساعدة في تجميع مشاركتك مع الآخرين.',
+
+ ],
+ 'files' => [
+ 'name' => 'صورة',
+ ],
+ 'seo_keyword' => [
+ 'name' => 'سيو الكلمات الرئيسية',
+ 'instructions' => 'تمت إضافة الكلمات إلى الموقع في متصفح Google لتظهر أعلى نتائج البحث.',
+ ],
+ 'seo_description' => [
+ 'name' => 'سيو الوصف',
+ 'instructions' => 'يمكن أن يؤثر ذلك على قرار الزوار بشأن ما إذا كانوا يريدون النقر على المحتوى في نتائج البحث.',
+ ],
+ 'icon' => [
+ 'name' => 'أيقونة',
+ 'instructions' => 'يتم استخدامه لإضافة الرموز التي تشير إلى نوع الفئة.',
+ ],
+
+ 'parent' => 'Parent',
+ 'level' => 'Level',
+ 'count' => 'Ad Counts',
+
+ 'please_wait' => 'يرجى الانتظار',
+ 'category_selection' => 'اختيار الفئة',
+ 'go_to_parent' => 'انتقل إلى الأصل',
+ 'preview' => 'Preview'
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/ar/message.php b/resources/default/addons/visiosoft/cats-module/lang/ar/message.php
new file mode 100644
index 000000000..7d65111bc
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/ar/message.php
@@ -0,0 +1,5 @@
+ 'تم حذف الفئات والفئات الفرعية ذات الصلة بنجاح!',
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/ar/permission.php b/resources/default/addons/visiosoft/cats-module/lang/ar/permission.php
new file mode 100644
index 000000000..67fadcfb0
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/ar/permission.php
@@ -0,0 +1,20 @@
+ [
+ 'name' => 'الفئة',
+ 'option' => [
+ 'read' => 'يمكن قراءة الفئة؟ ',
+ 'write' => 'يمكن إنشاء / تحرير الفئة؟ ',
+ 'delete' => 'يمكن حذف الفئة؟',
+ ],
+ ],
+ 'placeholderforsearch' => [
+ 'name' => 'Placeholderforsearch',
+ 'option' => [
+ 'read' => 'يمكن قراءة placeholderforsearch؟ ',
+ 'write' => 'هل يمكن إنشاء / تعديل العنصر النائب؟ ',
+ 'delete' => 'يمكن حذف placeholderforsearch؟',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/ar/section.php b/resources/default/addons/visiosoft/cats-module/lang/ar/section.php
new file mode 100644
index 000000000..ab1549ba3
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/ar/section.php
@@ -0,0 +1,10 @@
+ [
+ 'title' => 'الفئة',
+ ],
+ 'placeholderforsearch' => [
+ 'title' => 'Placeholderforsearch',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/ar/setting.php b/resources/default/addons/visiosoft/cats-module/lang/ar/setting.php
new file mode 100644
index 000000000..119f74923
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/ar/setting.php
@@ -0,0 +1,10 @@
+ [
+ 'name' => 'رقم تقسيم خريطة الموقع',
+ ],
+ 'include_cities_sitemap' => [
+ 'name' => 'تضمين المدن في خريطة الموقع',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/ar/stream.php b/resources/default/addons/visiosoft/cats-module/lang/ar/stream.php
new file mode 100644
index 000000000..adcb7bdf1
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/ar/stream.php
@@ -0,0 +1,10 @@
+ [
+ 'name' => 'الفئة',
+ ],
+ 'placeholderforsearch' => [
+ 'name' => 'Placeholderforsearch',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/ar/view.php b/resources/default/addons/visiosoft/cats-module/lang/ar/view.php
new file mode 100644
index 000000000..f715691c2
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/ar/view.php
@@ -0,0 +1,7 @@
+ 'تنظيف الفئات الفرعية',
+ 'ad_count_calculate' => 'Ad Count Calculate',
+ 'cat_level_calculate' => 'مستوى الفئة حساب',
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/az/addon.php b/resources/default/addons/visiosoft/cats-module/lang/az/addon.php
new file mode 100644
index 000000000..130cff1e1
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/az/addon.php
@@ -0,0 +1,8 @@
+ 'Kateqoriya',
+ 'name' => 'Kateqoriya Modulu',
+ 'description' => '',
+ 'info' => 'This is the screen where you can add, delete and edit categories from the category page. You can easily manage main categories and sub-categories from this page.',
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/az/button.php b/resources/default/addons/visiosoft/cats-module/lang/az/button.php
new file mode 100644
index 000000000..986b92003
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/az/button.php
@@ -0,0 +1,8 @@
+ 'Yeni kateqoriya',
+ 'add_sub_category' => 'Alt kateqoriya əlavə edin',
+ 'sub_category' => 'Alt kateqoriyanı göstər',
+ 'new_placeholderforsearch' => 'Yeni yerdəyişən axtarışı',
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/az/field.php b/resources/default/addons/visiosoft/cats-module/lang/az/field.php
new file mode 100644
index 000000000..c201f1ace
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/az/field.php
@@ -0,0 +1,41 @@
+ [
+ 'name' => 'Başlıq',
+ 'instructions' => 'Müəyyən edəcəyiniz əsas kateqoriyanın adıdır. Bu istifadəçiyə axtardıqları məhsulu asanlıqla tapmağa imkan verir.',
+ ],
+ 'order' => [
+ 'name' => 'Sifariş verin',
+ ],
+
+ 'slug' => [
+ 'name' => 'Slug',
+ 'instructions' => 'Yazılarınızı başqalarına qruplaşdırmaq üçün hər hansı bir təşkil etiketini daxil edin.',
+
+ ],
+ 'files' => [
+ 'name' => 'Şəkil',
+ ],
+ 'seo_keyword' => [
+ 'name' => 'Seo Açar söz',
+ 'instructions' => 'Axtarış nəticələrinin üstündə görünmək üçün Google brauzerindəki sayta əlavə olunmuş sözlər.',
+ ],
+ 'seo_description' => [
+ 'name' => 'Seo Təsviri',
+ 'instructions' => 'Ziyarətçilərinizin axtarış nəticələrindəki məzmunu tıklamaq istəmələri barədə qərarına təsir göstərə bilər.',
+ ],
+ 'icon' => [
+ 'name' => 'Nişan',
+ 'instructions' => 'Bu kateqoriya növünü göstərən nişanlar əlavə etmək üçün istifadə olunur.',
+ ],
+
+ 'parent' => 'Parent',
+ 'level' => 'Level',
+ 'count' => 'Ad Counts',
+
+ 'please_wait' => 'Xahiş edirəm gözləyin. Alt kateqoriyaların silinməsi',
+ 'category_selection' => 'Kateqoriya seçimi',
+ 'go_to_parent' => 'Valideynə get',
+ 'preview' => 'Preview'
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/az/message.php b/resources/default/addons/visiosoft/cats-module/lang/az/message.php
new file mode 100644
index 000000000..a43fa1189
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/az/message.php
@@ -0,0 +1,5 @@
+ 'Kateqoriyalar və əlaqəli alt kateqoriyalar uğurla silindi!',
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/az/permission.php b/resources/default/addons/visiosoft/cats-module/lang/az/permission.php
new file mode 100644
index 000000000..df3b14014
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/az/permission.php
@@ -0,0 +1,20 @@
+ [
+ 'name' => 'Kateqoriya',
+ 'option' => [
+ 'read' => 'Kateqoriyanı oxuya bilərsiniz?',
+ 'write' => 'Kateqoriya yarada / redaktə edə bilərsiniz?',
+ 'delete' => 'Kateqoriyanı silə bilərsiniz?',
+ ],
+ ],
+ 'placeholderforsearch' => [
+ 'name' => 'Yerdəyişən axtarışı',
+ 'option' => [
+ 'read' => 'Yerdəyişmə axtarışını oxuya bilərsiniz?',
+ 'write' => 'Yerdəyişmə axtarışını yarada / düzəldə bilərsiniz?',
+ 'delete' => 'Yerdəyişmə axtarışını silə bilərsiniz?',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/az/section.php b/resources/default/addons/visiosoft/cats-module/lang/az/section.php
new file mode 100644
index 000000000..38591419a
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/az/section.php
@@ -0,0 +1,10 @@
+ [
+ 'title' => 'Kateqoriya',
+ ],
+ 'placeholderforsearch' => [
+ 'title' => 'Yer sahibi',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/az/setting.php b/resources/default/addons/visiosoft/cats-module/lang/az/setting.php
new file mode 100644
index 000000000..df9b4d2cf
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/az/setting.php
@@ -0,0 +1,10 @@
+ [
+ 'name' => 'Saytın xəritəsi bölmə nömrəsi',
+ ],
+ 'include_cities_sitemap' => [
+ 'name' => 'Şəhər xəritələrini Sayt Xəritəsinə daxil edin',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/az/stream.php b/resources/default/addons/visiosoft/cats-module/lang/az/stream.php
new file mode 100644
index 000000000..955d7d493
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/az/stream.php
@@ -0,0 +1,10 @@
+ [
+ 'name' => 'Kateqoriya',
+ ],
+ 'placeholderforsearch' => [
+ 'name' => 'Yerdəyişən axtarışı',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/az/view.php b/resources/default/addons/visiosoft/cats-module/lang/az/view.php
new file mode 100644
index 000000000..13687f6f5
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/az/view.php
@@ -0,0 +1,7 @@
+ 'Təmiz Alt kateqoriyalar',
+ 'ad_count_calculate' => 'Reklam sayını hesablayın',
+ 'cat_level_calculate' => 'Kateqoriya Səviyyə Hesablayın',
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/bg/addon.php b/resources/default/addons/visiosoft/cats-module/lang/bg/addon.php
new file mode 100644
index 000000000..e305f1bf6
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/bg/addon.php
@@ -0,0 +1,8 @@
+ 'Категория',
+ 'name' => 'Категория Модул',
+ 'description' => '',
+ 'info' => 'This is the screen where you can add, delete and edit categories from the category page. You can easily manage main categories and sub-categories from this page.',
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/bg/button.php b/resources/default/addons/visiosoft/cats-module/lang/bg/button.php
new file mode 100644
index 000000000..f0f77d30b
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/bg/button.php
@@ -0,0 +1,8 @@
+ 'Нова категория',
+ 'add_sub_category' => 'Добавяне на подкатегория',
+ 'sub_category' => 'Показване на подкатегорията',
+ 'new_placeholderforsearch' => 'Нов резервоар за търсене',
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/bg/field.php b/resources/default/addons/visiosoft/cats-module/lang/bg/field.php
new file mode 100644
index 000000000..d10cedcdd
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/bg/field.php
@@ -0,0 +1,41 @@
+ [
+ 'name' => 'Заглавие',
+ 'instructions' => 'Това е името на основната категория, която ще определите. Позволява на потребителя лесно да намери продукта, който търси.',
+ ],
+ 'order' => [
+ 'name' => 'Поръчка',
+ ],
+
+ 'slug' => [
+ 'name' => 'Плужек',
+ 'instructions' => 'Посочете всички организационни маркери, за да помогнете да групирате публикацията си с други.',
+
+ ],
+ 'files' => [
+ 'name' => 'Образ',
+ ],
+ 'seo_keyword' => [
+ 'name' => 'Seo Ключова дума',
+ 'instructions' => 'Думи, добавени към сайта в браузъра Google, за да се покажат над резултатите от търсенето.',
+ ],
+ 'seo_description' => [
+ 'name' => 'Seo Описание',
+ 'instructions' => 'Това може да повлияе на решението на посетителите ви дали те искат да кликнат върху съдържанието в резултатите от търсенето.',
+ ],
+ 'icon' => [
+ 'name' => 'Икона',
+ 'instructions' => 'Използва се за добавяне на икони, указващи типа категория.',
+ ],
+
+ 'parent' => 'Parent',
+ 'level' => 'Level',
+ 'count' => 'Ad Counts',
+
+ 'please_wait' => 'Моля, изчакайте Изтриване на подкатегории',
+ 'category_selection' => 'Избор на категория',
+ 'go_to_parent' => 'Отидете при родител',
+ 'preview' => 'Preview'
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/bg/message.php b/resources/default/addons/visiosoft/cats-module/lang/bg/message.php
new file mode 100644
index 000000000..5fe99afac
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/bg/message.php
@@ -0,0 +1,5 @@
+ 'Категориите и свързаните с тях подкатегории бяха изтрити успешно!',
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/bg/permission.php b/resources/default/addons/visiosoft/cats-module/lang/bg/permission.php
new file mode 100644
index 000000000..43ea283e9
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/bg/permission.php
@@ -0,0 +1,20 @@
+ [
+ 'name' => 'Категория',
+ 'option' => [
+ 'read' => 'Може ли да чете категория?',
+ 'write' => 'Може ли да създавате / редактирате категория?',
+ 'delete' => 'Може ли да изтриете категория?',
+ ],
+ ],
+ 'placeholderforsearch' => [
+ 'name' => 'Placeholderforsearch',
+ 'option' => [
+ 'read' => 'Може ли да чете резервоар за търсене?',
+ 'write' => 'Може ли да създадете / редактирате заместител за търсене?',
+ 'delete' => 'Може ли да изтриете резерватор за търсене?',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/bg/section.php b/resources/default/addons/visiosoft/cats-module/lang/bg/section.php
new file mode 100644
index 000000000..a99ad66d5
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/bg/section.php
@@ -0,0 +1,10 @@
+ [
+ 'title' => 'Категория',
+ ],
+ 'placeholderforsearch' => [
+ 'title' => 'Placeholder',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/bg/setting.php b/resources/default/addons/visiosoft/cats-module/lang/bg/setting.php
new file mode 100644
index 000000000..7d0b483e1
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/bg/setting.php
@@ -0,0 +1,10 @@
+ [
+ 'name' => 'Разделителен номер на карта на сайта',
+ ],
+ 'include_cities_sitemap' => [
+ 'name' => 'Включете градове в карта на сайта',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/bg/stream.php b/resources/default/addons/visiosoft/cats-module/lang/bg/stream.php
new file mode 100644
index 000000000..b4d71085a
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/bg/stream.php
@@ -0,0 +1,10 @@
+ [
+ 'name' => 'Категория',
+ ],
+ 'placeholderforsearch' => [
+ 'name' => 'Placeholderforsearch',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/bg/view.php b/resources/default/addons/visiosoft/cats-module/lang/bg/view.php
new file mode 100644
index 000000000..00fc5d231
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/bg/view.php
@@ -0,0 +1,7 @@
+ 'Изчистване на подкатегории',
+ 'ad_count_calculate' => 'Изчислете броя на рекламите',
+ 'cat_level_calculate' => 'Изчисляване на ниво категория',
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/bn/addon.php b/resources/default/addons/visiosoft/cats-module/lang/bn/addon.php
new file mode 100644
index 000000000..50ab47aa9
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/bn/addon.php
@@ -0,0 +1,8 @@
+ 'বিভাগ',
+ 'name' => 'বিভাগ মডিউল',
+ 'description' => '',
+ 'info' => 'This is the screen where you can add, delete and edit categories from the category page. You can easily manage main categories and sub-categories from this page.',
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/bn/button.php b/resources/default/addons/visiosoft/cats-module/lang/bn/button.php
new file mode 100644
index 000000000..1df0ce2fb
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/bn/button.php
@@ -0,0 +1,8 @@
+ 'নতুন বিভাগ',
+ 'add_sub_category' => 'সাব ক্যাটাগরি যুক্ত করুন',
+ 'sub_category' => 'উপ বিভাগটি দেখান',
+ 'new_placeholderforsearch' => 'নতুন স্থানধারক অনুসন্ধান',
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/bn/field.php b/resources/default/addons/visiosoft/cats-module/lang/bn/field.php
new file mode 100644
index 000000000..f0a8546a9
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/bn/field.php
@@ -0,0 +1,41 @@
+ [
+ 'name' => 'শিরোনাম',
+ 'instructions' => 'এটি আপনার নির্দিষ্ট সংজ্ঞা দেবে এমন প্রধান বিভাগের নাম। এটি ব্যবহারকারীকে তারা যে পণ্যটি সন্ধান করছে তা সহজেই খুঁজে পেতে দেয়।',
+ ],
+ 'order' => [
+ 'name' => 'ক্রম',
+ ],
+
+ 'slug' => [
+ 'name' => 'স্লাগ্',
+ 'instructions' => 'অন্যদের সাথে আপনার পোস্টকে গ্রুপ করতে সহায়তা করতে কোনও সাংগঠনিক ট্যাগ উল্লেখ করুন।',
+
+ ],
+ 'files' => [
+ 'name' => 'ভাবমূর্তি',
+ ],
+ 'seo_keyword' => [
+ 'name' => 'এসইও কীওয়ার্ড',
+ 'instructions' => 'শব্দগুলি অনুসন্ধানের ফলাফলের উপরে উপস্থিত হতে গুগল ব্রাউজারে সাইটে যুক্ত হয়েছিল।',
+ ],
+ 'seo_description' => [
+ 'name' => 'এসইও বর্ণনা',
+ 'instructions' => 'এটি অনুসন্ধানের ফলাফলগুলিতে সামগ্রীটিতে ক্লিক করতে চান কিনা সে বিষয়ে আপনার দর্শকদের সিদ্ধান্তকে প্রভাবিত করতে পারে।',
+ ],
+ 'icon' => [
+ 'name' => 'আইকন',
+ 'instructions' => 'বিভাগের ধরণটি চিহ্নিত করে আইকন যুক্ত করতে এটি ব্যবহৃত হয়।',
+ ],
+
+ 'parent' => 'Parent',
+ 'level' => 'Level',
+ 'count' => 'Ad Counts',
+
+ 'please_wait' => 'অনুগ্রহ করে অপেক্ষা করুন Sub সাব বিভাগগুলি মোছা',
+ 'category_selection' => 'বিভাগ নির্বাচন',
+ 'go_to_parent' => 'পিতামাতায় যান',
+ 'preview' => 'Preview'
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/bn/message.php b/resources/default/addons/visiosoft/cats-module/lang/bn/message.php
new file mode 100644
index 000000000..2fe189f6c
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/bn/message.php
@@ -0,0 +1,5 @@
+ 'বিভাগ এবং সম্পর্কিত উপ-বিভাগগুলি সফলভাবে মুছে ফেলা হয়েছে!',
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/bn/permission.php b/resources/default/addons/visiosoft/cats-module/lang/bn/permission.php
new file mode 100644
index 000000000..50fd36f6b
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/bn/permission.php
@@ -0,0 +1,20 @@
+ [
+ 'name' => 'বিভাগ',
+ 'option' => [
+ 'read' => 'বিভাগ পড়তে পারেন?',
+ 'write' => 'বিভাগ তৈরি / সম্পাদনা করতে পারেন?',
+ 'delete' => 'বিভাগ মুছতে পারবেন?',
+ ],
+ ],
+ 'placeholderforsearch' => [
+ 'name' => 'Placeholderforsearch',
+ 'option' => [
+ 'read' => 'স্থানধারার অনুসন্ধানগুলি পড়তে পারেন?',
+ 'write' => 'স্থানধারার অনুসন্ধানগুলি তৈরি / সম্পাদনা করতে পারবেন?',
+ 'delete' => 'স্থানধারিকা অনুসন্ধান মুছতে পারবেন?',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/bn/section.php b/resources/default/addons/visiosoft/cats-module/lang/bn/section.php
new file mode 100644
index 000000000..e12d386b6
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/bn/section.php
@@ -0,0 +1,10 @@
+ [
+ 'title' => 'বিভাগ',
+ ],
+ 'placeholderforsearch' => [
+ 'title' => 'প্লেসহোল্ডার',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/bn/setting.php b/resources/default/addons/visiosoft/cats-module/lang/bn/setting.php
new file mode 100644
index 000000000..186660eaa
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/bn/setting.php
@@ -0,0 +1,10 @@
+ [
+ 'name' => 'সাইটম্যাপ বিভাজক নম্বর',
+ ],
+ 'include_cities_sitemap' => [
+ 'name' => 'সাইটম্যাপে শহরগুলি অন্তর্ভুক্ত করুন',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/bn/stream.php b/resources/default/addons/visiosoft/cats-module/lang/bn/stream.php
new file mode 100644
index 000000000..0d2488b7e
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/bn/stream.php
@@ -0,0 +1,10 @@
+ [
+ 'name' => 'বিভাগ',
+ ],
+ 'placeholderforsearch' => [
+ 'name' => 'Placeholderforsearch',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/bn/view.php b/resources/default/addons/visiosoft/cats-module/lang/bn/view.php
new file mode 100644
index 000000000..e52b44788
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/bn/view.php
@@ -0,0 +1,7 @@
+ 'উপশ্রেণী পরিষ্কার করুন',
+ 'ad_count_calculate' => 'বিজ্ঞাপন গণনা গণনা',
+ 'cat_level_calculate' => 'বিভাগ স্তর গণনা',
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/ca/addon.php b/resources/default/addons/visiosoft/cats-module/lang/ca/addon.php
new file mode 100644
index 000000000..8c45306ab
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/ca/addon.php
@@ -0,0 +1,8 @@
+ 'Categoria',
+ 'name' => 'Mòdul de categoria',
+ 'description' => '',
+ 'info' => 'This is the screen where you can add, delete and edit categories from the category page. You can easily manage main categories and sub-categories from this page.',
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/ca/button.php b/resources/default/addons/visiosoft/cats-module/lang/ca/button.php
new file mode 100644
index 000000000..41ea85671
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/ca/button.php
@@ -0,0 +1,8 @@
+ 'Nova categoria',
+ 'add_sub_category' => 'Afegeix subcategoria',
+ 'sub_category' => 'Mostra la subcategoria',
+ 'new_placeholderforsearch' => 'Nova recerca de marcador de posició',
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/ca/field.php b/resources/default/addons/visiosoft/cats-module/lang/ca/field.php
new file mode 100644
index 000000000..93321ac6f
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/ca/field.php
@@ -0,0 +1,41 @@
+ [
+ 'name' => 'Títol',
+ 'instructions' => 'És el nom de la categoria principal que definireu. Permet a l’usuari trobar fàcilment el producte que busca.',
+ ],
+ 'order' => [
+ 'name' => 'Comanda',
+ ],
+
+ 'slug' => [
+ 'name' => 'Llimac',
+ 'instructions' => 'Especifiqueu qualsevol etiqueta organitzativa per ajudar a agrupar la vostra publicació amb altres persones.',
+
+ ],
+ 'files' => [
+ 'name' => 'Imatge',
+ ],
+ 'seo_keyword' => [
+ 'name' => 'Paraula clau SEO',
+ 'instructions' => 'Paraules afegides al lloc al navegador Google per aparèixer a sobre dels resultats de la cerca.',
+ ],
+ 'seo_description' => [
+ 'name' => 'Descripció SEO',
+ 'instructions' => 'Pot afectar la decisió dels visitants sobre si volen fer clic al contingut dels resultats de la cerca.',
+ ],
+ 'icon' => [
+ 'name' => 'Icona',
+ 'instructions' => 'S\'utilitza per afegir icones que indiquen el tipus de categoria.',
+ ],
+
+ 'parent' => 'Parent',
+ 'level' => 'Level',
+ 'count' => 'Ad Counts',
+
+ 'please_wait' => 'Si us plau, espereu. Esborra les subcategories',
+ 'category_selection' => 'Selecció de categories',
+ 'go_to_parent' => 'Ves al pare',
+ 'preview' => 'Preview'
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/ca/message.php b/resources/default/addons/visiosoft/cats-module/lang/ca/message.php
new file mode 100644
index 000000000..76e503b04
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/ca/message.php
@@ -0,0 +1,5 @@
+ 'Les categories i les subcategories relacionades s\'han suprimit correctament.',
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/ca/permission.php b/resources/default/addons/visiosoft/cats-module/lang/ca/permission.php
new file mode 100644
index 000000000..9601b0ae9
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/ca/permission.php
@@ -0,0 +1,20 @@
+ [
+ 'name' => 'Categoria',
+ 'option' => [
+ 'read' => 'Es pot llegir la categoria?',
+ 'write' => 'Es pot crear / editar la categoria?',
+ 'delete' => 'Es pot suprimir la categoria?',
+ ],
+ ],
+ 'placeholderforsearch' => [
+ 'name' => 'Cercador de llocs reservats',
+ 'option' => [
+ 'read' => 'Es pot llegir la cerca de marcador de posició?',
+ 'write' => 'Es pot crear / editar un marcador de posició?',
+ 'delete' => 'Es pot suprimir la cerca de marcador de posició?',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/ca/section.php b/resources/default/addons/visiosoft/cats-module/lang/ca/section.php
new file mode 100644
index 000000000..c71b8aa74
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/ca/section.php
@@ -0,0 +1,10 @@
+ [
+ 'title' => 'Categoria',
+ ],
+ 'placeholderforsearch' => [
+ 'title' => 'Posseïdor del lloc',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/ca/setting.php b/resources/default/addons/visiosoft/cats-module/lang/ca/setting.php
new file mode 100644
index 000000000..8d91de53f
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/ca/setting.php
@@ -0,0 +1,10 @@
+ [
+ 'name' => 'Mapa del lloc Dividint el número',
+ ],
+ 'include_cities_sitemap' => [
+ 'name' => 'Incloeu ciutats al mapa del lloc',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/ca/stream.php b/resources/default/addons/visiosoft/cats-module/lang/ca/stream.php
new file mode 100644
index 000000000..49f682d65
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/ca/stream.php
@@ -0,0 +1,10 @@
+ [
+ 'name' => 'Categoria',
+ ],
+ 'placeholderforsearch' => [
+ 'name' => 'Cercador de llocs reservats',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/ca/view.php b/resources/default/addons/visiosoft/cats-module/lang/ca/view.php
new file mode 100644
index 000000000..42e43d1c1
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/ca/view.php
@@ -0,0 +1,7 @@
+ 'Subcategories netes',
+ 'ad_count_calculate' => 'Calcula el recompte d’anuncis',
+ 'cat_level_calculate' => 'Calcula el nivell de categoria',
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/cs/addon.php b/resources/default/addons/visiosoft/cats-module/lang/cs/addon.php
new file mode 100644
index 000000000..8f77627d8
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/cs/addon.php
@@ -0,0 +1,8 @@
+ 'Kategorie',
+ 'name' => 'Modul kategorie',
+ 'description' => '',
+ 'info' => 'This is the screen where you can add, delete and edit categories from the category page. You can easily manage main categories and sub-categories from this page.',
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/cs/button.php b/resources/default/addons/visiosoft/cats-module/lang/cs/button.php
new file mode 100644
index 000000000..2dad45fa6
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/cs/button.php
@@ -0,0 +1,8 @@
+ 'Nová kategorie',
+ 'add_sub_category' => 'Přidat podkategorii',
+ 'sub_category' => 'Zobrazit podkategorii',
+ 'new_placeholderforsearch' => 'Nový zástupný symbol pro vyhledávání',
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/cs/field.php b/resources/default/addons/visiosoft/cats-module/lang/cs/field.php
new file mode 100644
index 000000000..03d7bf169
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/cs/field.php
@@ -0,0 +1,41 @@
+ [
+ 'name' => 'Titul',
+ 'instructions' => 'Je to název hlavní kategorie, kterou definujete. Umožňuje uživateli snadno najít produkt, který hledá.',
+ ],
+ 'order' => [
+ 'name' => 'Objednat',
+ ],
+
+ 'slug' => [
+ 'name' => 'Slimák',
+ 'instructions' => 'Určete jakékoli organizační značky, které vám pomohou seskupit příspěvek s ostatními.',
+
+ ],
+ 'files' => [
+ 'name' => 'obraz',
+ ],
+ 'seo_keyword' => [
+ 'name' => 'Klíčové slovo SEO',
+ 'instructions' => 'Slova přidaná na web v prohlížeči Google, aby se zobrazila nad výsledky vyhledávání.',
+ ],
+ 'seo_description' => [
+ 'name' => 'Popis SEO',
+ 'instructions' => 'Může to ovlivnit rozhodnutí vašich návštěvníků, zda chtějí kliknout na obsah ve výsledcích vyhledávání.',
+ ],
+ 'icon' => [
+ 'name' => 'Ikona',
+ 'instructions' => 'Používá se k přidání ikon označujících typ kategorie.',
+ ],
+
+ 'parent' => 'Parent',
+ 'level' => 'Level',
+ 'count' => 'Ad Counts',
+
+ 'please_wait' => 'Čekejte prosím. Odstranění podkategorií',
+ 'category_selection' => 'Výběr kategorie',
+ 'go_to_parent' => 'Přejít na rodiče',
+ 'preview' => 'Preview'
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/cs/message.php b/resources/default/addons/visiosoft/cats-module/lang/cs/message.php
new file mode 100644
index 000000000..72b7e6230
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/cs/message.php
@@ -0,0 +1,5 @@
+ 'Kategorie a související podkategorie byly úspěšně smazány!',
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/cs/permission.php b/resources/default/addons/visiosoft/cats-module/lang/cs/permission.php
new file mode 100644
index 000000000..5d3072f38
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/cs/permission.php
@@ -0,0 +1,20 @@
+ [
+ 'name' => 'Kategorie',
+ 'option' => [
+ 'read' => 'Umíte číst kategorii?',
+ 'write' => 'Může vytvořit / upravit kategorii?',
+ 'delete' => 'Lze odstranit kategorii?',
+ ],
+ ],
+ 'placeholderforsearch' => [
+ 'name' => 'Zástupný symbol pro vyhledávání',
+ 'option' => [
+ 'read' => 'Umí číst zástupný symbol pro vyhledávání?',
+ 'write' => 'Může vytvořit / upravit zástupný symbol pro vyhledávání?',
+ 'delete' => 'Může smazat zástupný symbol pro vyhledávání?',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/cs/section.php b/resources/default/addons/visiosoft/cats-module/lang/cs/section.php
new file mode 100644
index 000000000..e5238b716
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/cs/section.php
@@ -0,0 +1,10 @@
+ [
+ 'title' => 'Kategorie',
+ ],
+ 'placeholderforsearch' => [
+ 'title' => 'Zástupný symbol',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/cs/setting.php b/resources/default/addons/visiosoft/cats-module/lang/cs/setting.php
new file mode 100644
index 000000000..3f69e6e7f
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/cs/setting.php
@@ -0,0 +1,10 @@
+ [
+ 'name' => 'Dělicí číslo souboru Sitemap',
+ ],
+ 'include_cities_sitemap' => [
+ 'name' => 'Zahrnout města do souboru Sitemap',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/cs/stream.php b/resources/default/addons/visiosoft/cats-module/lang/cs/stream.php
new file mode 100644
index 000000000..74adba64b
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/cs/stream.php
@@ -0,0 +1,10 @@
+ [
+ 'name' => 'Kategorie',
+ ],
+ 'placeholderforsearch' => [
+ 'name' => 'Zástupný symbol pro vyhledávání',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/cs/view.php b/resources/default/addons/visiosoft/cats-module/lang/cs/view.php
new file mode 100644
index 000000000..4948c7429
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/cs/view.php
@@ -0,0 +1,7 @@
+ 'Vyčistěte podkategorie',
+ 'ad_count_calculate' => 'Vypočítat počet reklam',
+ 'cat_level_calculate' => 'Výpočet úrovně kategorie',
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/da/addon.php b/resources/default/addons/visiosoft/cats-module/lang/da/addon.php
new file mode 100644
index 000000000..f5a8c8e2a
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/da/addon.php
@@ -0,0 +1,8 @@
+ 'Kategori',
+ 'name' => 'Kategorimodul',
+ 'description' => '',
+ 'info' => 'This is the screen where you can add, delete and edit categories from the category page. You can easily manage main categories and sub-categories from this page.',
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/da/button.php b/resources/default/addons/visiosoft/cats-module/lang/da/button.php
new file mode 100644
index 000000000..23ea729b7
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/da/button.php
@@ -0,0 +1,8 @@
+ 'Ny kategori',
+ 'add_sub_category' => 'Tilføj underkategori',
+ 'sub_category' => 'Vis underkategori',
+ 'new_placeholderforsearch' => 'Ny pladsholderforsøg',
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/da/field.php b/resources/default/addons/visiosoft/cats-module/lang/da/field.php
new file mode 100644
index 000000000..7d70ccf61
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/da/field.php
@@ -0,0 +1,41 @@
+ [
+ 'name' => 'Titel',
+ 'instructions' => 'Det er navnet på den hovedkategori, du vil definere. Det giver brugeren mulighed for let at finde det produkt, de leder efter.',
+ ],
+ 'order' => [
+ 'name' => 'Bestille',
+ ],
+
+ 'slug' => [
+ 'name' => 'Slug',
+ 'instructions' => 'Angiv eventuelle organisatoriske tags for at hjælpe med at gruppere dit indlæg med andre.',
+
+ ],
+ 'files' => [
+ 'name' => 'Billede',
+ ],
+ 'seo_keyword' => [
+ 'name' => 'Seo nøgleord',
+ 'instructions' => 'Ord, der føjes til webstedet i Google-browseren, vises over søgeresultaterne.',
+ ],
+ 'seo_description' => [
+ 'name' => 'Seo Beskrivelse',
+ 'instructions' => 'Det kan påvirke dine besøgendes beslutning om, hvorvidt de vil klikke på indholdet i søgeresultaterne.',
+ ],
+ 'icon' => [
+ 'name' => 'Ikon',
+ 'instructions' => 'Det bruges til at tilføje ikoner, der angiver kategoritypen.',
+ ],
+
+ 'parent' => 'Parent',
+ 'level' => 'Level',
+ 'count' => 'Ad Counts',
+
+ 'please_wait' => 'Vent venligst. Sletning af underkategorier',
+ 'category_selection' => 'Valg af kategori',
+ 'go_to_parent' => 'Gå til forælder',
+ 'preview' => 'Preview'
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/da/message.php b/resources/default/addons/visiosoft/cats-module/lang/da/message.php
new file mode 100644
index 000000000..27933fa99
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/da/message.php
@@ -0,0 +1,5 @@
+ 'Kategorier og relaterede underkategorier er blevet slettet med succes!',
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/da/permission.php b/resources/default/addons/visiosoft/cats-module/lang/da/permission.php
new file mode 100644
index 000000000..ca26bf07b
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/da/permission.php
@@ -0,0 +1,20 @@
+ [
+ 'name' => 'Kategori',
+ 'option' => [
+ 'read' => 'Kan læse kategori?',
+ 'write' => 'Kan du oprette / redigere kategori?',
+ 'delete' => 'Kan slette kategori?',
+ ],
+ ],
+ 'placeholderforsearch' => [
+ 'name' => 'Pladsholderforskning',
+ 'option' => [
+ 'read' => 'Kan læse pladsholderesøgning?',
+ 'write' => 'Kan du oprette / redigere pladsholderforsøg?',
+ 'delete' => 'Kan slette pladsholderesøgning?',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/da/section.php b/resources/default/addons/visiosoft/cats-module/lang/da/section.php
new file mode 100644
index 000000000..01e69047f
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/da/section.php
@@ -0,0 +1,10 @@
+ [
+ 'title' => 'Kategori',
+ ],
+ 'placeholderforsearch' => [
+ 'title' => 'Pladsholder',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/da/setting.php b/resources/default/addons/visiosoft/cats-module/lang/da/setting.php
new file mode 100644
index 000000000..0366c7652
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/da/setting.php
@@ -0,0 +1,10 @@
+ [
+ 'name' => 'Sitemap Opdelingsnummer',
+ ],
+ 'include_cities_sitemap' => [
+ 'name' => 'Inkluder byer i sitemap',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/da/stream.php b/resources/default/addons/visiosoft/cats-module/lang/da/stream.php
new file mode 100644
index 000000000..75bd6803a
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/da/stream.php
@@ -0,0 +1,10 @@
+ [
+ 'name' => 'Kategori',
+ ],
+ 'placeholderforsearch' => [
+ 'name' => 'Pladsholderforskning',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/da/view.php b/resources/default/addons/visiosoft/cats-module/lang/da/view.php
new file mode 100644
index 000000000..6b9787921
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/da/view.php
@@ -0,0 +1,7 @@
+ 'Rene underkategorier',
+ 'ad_count_calculate' => 'Beregning af annoncetal',
+ 'cat_level_calculate' => 'Kategoriniveau Beregn',
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/de/addon.php b/resources/default/addons/visiosoft/cats-module/lang/de/addon.php
new file mode 100644
index 000000000..7744b6709
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/de/addon.php
@@ -0,0 +1,8 @@
+ 'Kategorie',
+ 'name' => 'Kategoriemodul',
+ 'description' => '',
+ 'info' => 'This is the screen where you can add, delete and edit categories from the category page. You can easily manage main categories and sub-categories from this page.',
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/de/button.php b/resources/default/addons/visiosoft/cats-module/lang/de/button.php
new file mode 100644
index 000000000..a98dee302
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/de/button.php
@@ -0,0 +1,8 @@
+ 'Neue Kategorie',
+ 'add_sub_category' => 'Unterkategorie hinzufügen',
+ 'sub_category' => 'Unterkategorie anzeigen',
+ 'new_placeholderforsearch' => 'Neuer Platzhalter für die Suche',
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/de/field.php b/resources/default/addons/visiosoft/cats-module/lang/de/field.php
new file mode 100644
index 000000000..a73cb3da8
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/de/field.php
@@ -0,0 +1,41 @@
+ [
+ 'name' => 'Titel',
+ 'instructions' => 'Dies ist der Name der Hauptkategorie, die Sie definieren werden. Dadurch kann der Benutzer das gesuchte Produkt leicht finden.',
+ ],
+ 'order' => [
+ 'name' => 'Auftrag',
+ ],
+
+ 'slug' => [
+ 'name' => 'Schnecke',
+ 'instructions' => 'Geben Sie organisatorische Tags an, um Ihren Beitrag mit anderen zu gruppieren.',
+
+ ],
+ 'files' => [
+ 'name' => 'Bild',
+ ],
+ 'seo_keyword' => [
+ 'name' => 'SEO-Schlüsselwort',
+ 'instructions' => 'Der Website im Google-Browser hinzugefügte Wörter werden über den Suchergebnissen angezeigt.',
+ ],
+ 'seo_description' => [
+ 'name' => 'SEO Beschreibung',
+ 'instructions' => 'Dies kann die Entscheidung Ihrer Besucher beeinflussen, ob sie auf den Inhalt in den Suchergebnissen klicken möchten.',
+ ],
+ 'icon' => [
+ 'name' => 'Symbol',
+ 'instructions' => 'Es wird verwendet, um Symbole hinzuzufügen, die den Kategorietyp angeben.',
+ ],
+
+ 'parent' => 'Parent',
+ 'level' => 'Level',
+ 'count' => 'Ad Counts',
+
+ 'please_wait' => 'Bitte warten. Löschen von Unterkategorien',
+ 'category_selection' => 'Kategorieauswahl',
+ 'go_to_parent' => 'Gehe zu Eltern',
+ 'preview' => 'Preview'
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/de/message.php b/resources/default/addons/visiosoft/cats-module/lang/de/message.php
new file mode 100644
index 000000000..ee566138e
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/de/message.php
@@ -0,0 +1,5 @@
+ 'Kategorien und verwandte Unterkategorien wurden erfolgreich gelöscht!',
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/de/permission.php b/resources/default/addons/visiosoft/cats-module/lang/de/permission.php
new file mode 100644
index 000000000..b90cf2279
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/de/permission.php
@@ -0,0 +1,20 @@
+ [
+ 'name' => 'Kategorie',
+ 'option' => [
+ 'read' => 'Kann Kategorie lesen?',
+ 'write' => 'Kann Kategorie erstellen / bearbeiten?',
+ 'delete' => 'Kann Kategorie löschen?',
+ ],
+ ],
+ 'placeholderforsearch' => [
+ 'name' => 'Platzhalter für die Suche',
+ 'option' => [
+ 'read' => 'Kann Platzhalter für die Suche lesen?',
+ 'write' => 'Kann Platzhalter für die Suche erstellen / bearbeiten?',
+ 'delete' => 'Kann Platzhalter für die Suche löschen?',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/de/section.php b/resources/default/addons/visiosoft/cats-module/lang/de/section.php
new file mode 100644
index 000000000..00656845b
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/de/section.php
@@ -0,0 +1,10 @@
+ [
+ 'title' => 'Kategorie',
+ ],
+ 'placeholderforsearch' => [
+ 'title' => 'Platzhalter für die Suche',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/de/setting.php b/resources/default/addons/visiosoft/cats-module/lang/de/setting.php
new file mode 100644
index 000000000..21fcb72a4
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/de/setting.php
@@ -0,0 +1,10 @@
+ [
+ 'name' => 'Sitemap-Teilungsnummer',
+ ],
+ 'include_cities_sitemap' => [
+ 'name' => 'Städte in Sitemap aufnehmen',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/de/stream.php b/resources/default/addons/visiosoft/cats-module/lang/de/stream.php
new file mode 100644
index 000000000..375ff55ca
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/de/stream.php
@@ -0,0 +1,10 @@
+ [
+ 'name' => 'Kategorie',
+ ],
+ 'placeholderforsearch' => [
+ 'name' => 'Platzhalter für die Suche',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/de/view.php b/resources/default/addons/visiosoft/cats-module/lang/de/view.php
new file mode 100644
index 000000000..7c2aadba3
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/de/view.php
@@ -0,0 +1,7 @@
+ 'Unterkategorien bereinigen',
+ 'ad_count_calculate' => 'Anzeigenanzahl berechnen',
+ 'cat_level_calculate' => 'Kategorieebene berechnen',
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/el/addon.php b/resources/default/addons/visiosoft/cats-module/lang/el/addon.php
new file mode 100644
index 000000000..fddd6c79f
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/el/addon.php
@@ -0,0 +1,8 @@
+ 'Κατηγορία',
+ 'name' => 'Μονάδα κατηγορίας',
+ 'description' => '',
+ 'info' => 'This is the screen where you can add, delete and edit categories from the category page. You can easily manage main categories and sub-categories from this page.',
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/el/button.php b/resources/default/addons/visiosoft/cats-module/lang/el/button.php
new file mode 100644
index 000000000..4a9a490ca
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/el/button.php
@@ -0,0 +1,8 @@
+ 'Νέα κατηγορία',
+ 'add_sub_category' => 'Προσθήκη υπο-κατηγορίας',
+ 'sub_category' => 'Εμφάνιση υπο-κατηγορίας',
+ 'new_placeholderforsearch' => 'Νέος χώρος κράτησης για αναζήτηση',
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/el/field.php b/resources/default/addons/visiosoft/cats-module/lang/el/field.php
new file mode 100644
index 000000000..804979f7e
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/el/field.php
@@ -0,0 +1,41 @@
+ [
+ 'name' => 'Τίτλος',
+ 'instructions' => 'Είναι το όνομα της κύριας κατηγορίας που θα ορίσετε. Επιτρέπει στον χρήστη να βρει εύκολα το προϊόν που ψάχνει.',
+ ],
+ 'order' => [
+ 'name' => 'Σειρά',
+ ],
+
+ 'slug' => [
+ 'name' => 'Γυμνοσάλιαγκας',
+ 'instructions' => 'Καθορίστε τυχόν οργανωτικές ετικέτες για να ομαδοποιήσετε την ανάρτησή σας με άλλους.',
+
+ ],
+ 'files' => [
+ 'name' => 'Εικόνα',
+ ],
+ 'seo_keyword' => [
+ 'name' => 'Λέξη-κλειδί Seo',
+ 'instructions' => 'Λέξεις που προστέθηκαν στον ιστότοπο στο πρόγραμμα περιήγησης Google για εμφάνιση πάνω από τα αποτελέσματα αναζήτησης.',
+ ],
+ 'seo_description' => [
+ 'name' => 'Seo Περιγραφή',
+ 'instructions' => 'Μπορεί να επηρεάσει την απόφαση των επισκεπτών σας σχετικά με το αν θέλουν να κάνουν κλικ στο περιεχόμενο στα αποτελέσματα αναζήτησης.',
+ ],
+ 'icon' => [
+ 'name' => 'Εικόνισμα',
+ 'instructions' => 'Χρησιμοποιείται για την προσθήκη εικονιδίων που υποδεικνύουν τον τύπο κατηγορίας.',
+ ],
+
+ 'parent' => 'Parent',
+ 'level' => 'Level',
+ 'count' => 'Ad Counts',
+
+ 'please_wait' => 'Παρακαλώ περιμένετε. Διαγραφή υπο-κατηγοριών',
+ 'category_selection' => 'Επιλογή κατηγορίας',
+ 'go_to_parent' => 'Μετάβαση στο γονέα',
+ 'preview' => 'Preview'
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/el/message.php b/resources/default/addons/visiosoft/cats-module/lang/el/message.php
new file mode 100644
index 000000000..7d64842a6
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/el/message.php
@@ -0,0 +1,5 @@
+ 'Οι κατηγορίες και οι σχετικές υποκατηγορίες διαγράφηκαν με επιτυχία!',
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/el/permission.php b/resources/default/addons/visiosoft/cats-module/lang/el/permission.php
new file mode 100644
index 000000000..70d779d26
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/el/permission.php
@@ -0,0 +1,20 @@
+ [
+ 'name' => 'Κατηγορία',
+ 'option' => [
+ 'read' => 'Μπορεί να διαβάσει την κατηγορία; ',
+ 'write' => 'Μπορεί να δημιουργήσει / να επεξεργαστεί την κατηγορία; ',
+ 'delete' => 'Μπορεί να διαγραφεί η κατηγορία;',
+ ],
+ ],
+ 'placeholderforsearch' => [
+ 'name' => 'Θέση θέσης για αναζήτηση',
+ 'option' => [
+ 'read' => 'Μπορεί να διαβάσει το placeholderforsearch; ',
+ 'write' => 'Μπορεί να δημιουργήσει / να τροποποιήσει τη θέσηholderforsearch; ',
+ 'delete' => 'Μπορεί να διαγραφεί το σύμβολο κράτησης θέσης για αναζήτηση;',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/el/section.php b/resources/default/addons/visiosoft/cats-module/lang/el/section.php
new file mode 100644
index 000000000..5c4bd3de4
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/el/section.php
@@ -0,0 +1,10 @@
+ [
+ 'title' => 'Κατηγορία',
+ ],
+ 'placeholderforsearch' => [
+ 'title' => 'Θέση θέσης για αναζήτηση',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/el/setting.php b/resources/default/addons/visiosoft/cats-module/lang/el/setting.php
new file mode 100644
index 000000000..59a9a6037
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/el/setting.php
@@ -0,0 +1,10 @@
+ [
+ 'name' => 'Αριθμός διαίρεσης χάρτη ιστότοπου',
+ ],
+ 'include_cities_sitemap' => [
+ 'name' => 'Συμπερίληψη πόλεων στον χάρτη ιστότοπου',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/el/stream.php b/resources/default/addons/visiosoft/cats-module/lang/el/stream.php
new file mode 100644
index 000000000..3029cc28e
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/el/stream.php
@@ -0,0 +1,10 @@
+ [
+ 'name' => 'Κατηγορία',
+ ],
+ 'placeholderforsearch' => [
+ 'name' => 'Θέση θέσης για αναζήτηση',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/el/view.php b/resources/default/addons/visiosoft/cats-module/lang/el/view.php
new file mode 100644
index 000000000..d75714be2
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/el/view.php
@@ -0,0 +1,7 @@
+ 'Καθαρά υποκατηγορίες',
+ 'ad_count_calculate' => 'Υπολογισμός αριθμού διαφημίσεων',
+ 'cat_level_calculate' => 'Υπολογισμός επιπέδου κατηγορίας',
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/en/addon.php b/resources/default/addons/visiosoft/cats-module/lang/en/addon.php
new file mode 100644
index 000000000..957b274b9
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/en/addon.php
@@ -0,0 +1,8 @@
+ 'Category',
+ 'name' => 'Category Module',
+ 'description' => '',
+ 'info' => 'This is the screen where you can add, delete and edit categories from the category page. You can easily manage main categories and sub-categories from this page.',
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/en/button.php b/resources/default/addons/visiosoft/cats-module/lang/en/button.php
new file mode 100644
index 000000000..0388476ea
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/en/button.php
@@ -0,0 +1,9 @@
+ 'New Category',
+ 'add_sub_category' => 'Add Sub Category',
+ 'sub_category' => 'Show Sub Category',
+ 'new_placeholderforsearch' => 'New Placeholderforsearch',
+ 'convert_main' => 'Convert Main Category',
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/en/field.php b/resources/default/addons/visiosoft/cats-module/lang/en/field.php
new file mode 100644
index 000000000..fdb9384ab
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/en/field.php
@@ -0,0 +1,47 @@
+ [
+ 'name' => 'Title',
+ 'instructions' => 'It is the name of the main category that you will define. It allows the user to easily find the product they are looking for.',
+ ],
+ 'order' => [
+ 'name' => 'Order',
+ ],
+
+ 'slug' => [
+ 'name' => 'Slug',
+ 'instructions' => 'Specify any organizational tags to help group your post with others.',
+
+ ],
+ 'files' => [
+ 'name' => 'Image',
+ ],
+ 'seo_keyword' => [
+ 'name' => 'Seo Keyword',
+ 'instructions' => 'Words added to the site in the Google browser to appear above the search results.',
+ ],
+ 'seo_description' => [
+ 'name' => 'Seo Description',
+ 'instructions' => 'It can affect your visitors\' decision on whether they want to click on the content in the search results.',
+ ],
+ 'icon' => [
+ 'name' => 'Icon',
+ 'instructions' => 'It is used to add icons indicating the category type.',
+ ],
+
+ 'parent' => 'Parent',
+ 'level' => 'Level',
+ 'count' => 'Ad Counts',
+
+ 'please_wait' => 'Please wait.Deleting Sub Categories',
+ 'category_selection' => 'Category Selection',
+ 'go_to_parent' => 'Go To Parent',
+ 'preview' => 'Preview',
+
+ // Report
+ 'undefined_category' => 'Undefined Category',
+ 'categories_with_no_meta_report' => 'Categories with No Meta Report',
+ 'category' => 'Category',
+ 'id' => 'ID',
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/en/message.php b/resources/default/addons/visiosoft/cats-module/lang/en/message.php
new file mode 100644
index 000000000..51acf5051
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/en/message.php
@@ -0,0 +1,6 @@
+ 'Categories and related sub-categories has been deleted successfully!',
+ 'cat_slug_exists' => 'A category with a slug of :slug already exists!',
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/en/permission.php b/resources/default/addons/visiosoft/cats-module/lang/en/permission.php
new file mode 100644
index 000000000..1d57a93bc
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/en/permission.php
@@ -0,0 +1,20 @@
+ [
+ 'name' => 'Category',
+ 'option' => [
+ 'read' => 'Can read category?',
+ 'write' => 'Can create/edit category?',
+ 'delete' => 'Can delete category?',
+ ],
+ ],
+ 'placeholderforsearch' => [
+ 'name' => 'Placeholderforsearch',
+ 'option' => [
+ 'read' => 'Can read placeholderforsearch?',
+ 'write' => 'Can create/edit placeholderforsearch?',
+ 'delete' => 'Can delete placeholderforsearch?',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/en/section.php b/resources/default/addons/visiosoft/cats-module/lang/en/section.php
new file mode 100644
index 000000000..702c3a147
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/en/section.php
@@ -0,0 +1,10 @@
+ [
+ 'title' => 'Category',
+ ],
+ 'placeholderforsearch' => [
+ 'title' => 'Placeholder',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/en/setting.php b/resources/default/addons/visiosoft/cats-module/lang/en/setting.php
new file mode 100644
index 000000000..6f7c461d5
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/en/setting.php
@@ -0,0 +1,10 @@
+ [
+ 'name' => 'Sitemap Dividing Number',
+ ],
+ 'include_cities_sitemap' => [
+ 'name' => 'Include Cities in Sitemap',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/en/stream.php b/resources/default/addons/visiosoft/cats-module/lang/en/stream.php
new file mode 100644
index 000000000..f38986718
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/en/stream.php
@@ -0,0 +1,10 @@
+ [
+ 'name' => 'Category',
+ ],
+ 'placeholderforsearch' => [
+ 'name' => 'Placeholderforsearch',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/en/view.php b/resources/default/addons/visiosoft/cats-module/lang/en/view.php
new file mode 100644
index 000000000..d6cd63086
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/en/view.php
@@ -0,0 +1,7 @@
+ 'Clean Subcategories',
+ 'ad_count_calculate' => 'Ad Count Calculate',
+ 'cat_level_calculate' => 'Category Level Calculate',
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/es/addon.php b/resources/default/addons/visiosoft/cats-module/lang/es/addon.php
new file mode 100644
index 000000000..b180fdf4e
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/es/addon.php
@@ -0,0 +1,8 @@
+ 'Categoría',
+ 'name' => 'Módulo de categoría',
+ 'description' => '',
+ 'info' => 'This is the screen where you can add, delete and edit categories from the category page. You can easily manage main categories and sub-categories from this page.',
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/es/button.php b/resources/default/addons/visiosoft/cats-module/lang/es/button.php
new file mode 100644
index 000000000..e1a5f079f
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/es/button.php
@@ -0,0 +1,8 @@
+ 'Nueva categoría',
+ 'add_sub_category' => 'Añadir subcategoría',
+ 'sub_category' => 'Mostrar subcategoría',
+ 'new_placeholderforsearch' => 'Nuevo marcador de posición para búsqueda',
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/es/field.php b/resources/default/addons/visiosoft/cats-module/lang/es/field.php
new file mode 100644
index 000000000..30af8c0d7
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/es/field.php
@@ -0,0 +1,42 @@
+ [
+ 'name' => 'Título',
+ 'instructions' => 'Es el nombre de la categoría principal que definirá. Permite al usuario encontrar fácilmente el producto que está buscando.',
+ ],
+ 'order' => [
+ 'name' => 'Orden',
+ ],
+
+ 'slug' => [
+ 'name' => 'Babosa',
+ 'instructions' => 'Especifique las etiquetas de organización para ayudar a agrupar su publicación con otras personas.',
+
+ ],
+ 'files' => [
+ 'name' => 'Imagen',
+ ],
+ 'seo_keyword' => [
+ 'name' => 'Seo Keyword',
+ 'instructions' => 'Las palabras agregadas al sitio en el navegador de Google aparecen sobre los resultados de búsqueda.',
+ ],
+ 'seo_description' => [
+ 'name' => 'Seo Descripción',
+ 'instructions' => 'Puede afectar la decisión de sus visitantes sobre si desean hacer clic en el contenido de los resultados de búsqueda.',
+ ],
+ 'icon' => [
+ 'name' => 'Icono',
+ 'instructions' => 'Se utiliza para agregar iconos que indican el tipo de categoría.',
+ ],
+
+ 'parent' => 'Parent',
+ 'level' => 'Level',
+ 'count' => 'Ad Counts',
+
+ 'please_wait' => 'Por favor,
+ espere. Eliminar subcategorías',
+ 'category_selection' => 'Selección de categoría',
+ 'go_to_parent' => 'Ir a los padres',
+ 'preview' => 'Preview'
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/es/message.php b/resources/default/addons/visiosoft/cats-module/lang/es/message.php
new file mode 100644
index 000000000..c9badfe15
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/es/message.php
@@ -0,0 +1,5 @@
+ '¡Las categorías y subcategorías relacionadas se han eliminado correctamente!',
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/es/permission.php b/resources/default/addons/visiosoft/cats-module/lang/es/permission.php
new file mode 100644
index 000000000..c6878fcfc
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/es/permission.php
@@ -0,0 +1,20 @@
+ [
+ 'name' => 'Categoría',
+ 'option' => [
+ 'read' => '¿Puede leer la categoría? ',
+ 'write' => '¿Se puede crear / editar categoría? ',
+ 'delete' => '¿Se puede eliminar la categoría?',
+ ],
+ ],
+ 'placeholderforsearch' => [
+ 'name' => 'Marcador de posición para búsqueda',
+ 'option' => [
+ 'read' => '¿Puede leer placeholderforsearch? ',
+ 'write' => '¿Se puede crear / editar marcador de posición para la búsqueda? ',
+ 'delete' => '¿Se puede eliminar placeholderforsearch?',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/es/section.php b/resources/default/addons/visiosoft/cats-module/lang/es/section.php
new file mode 100644
index 000000000..ca74c0347
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/es/section.php
@@ -0,0 +1,10 @@
+ [
+ 'title' => 'Categoría',
+ ],
+ 'placeholderforsearch' => [
+ 'title' => 'Marcador de posición para búsqueda',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/es/setting.php b/resources/default/addons/visiosoft/cats-module/lang/es/setting.php
new file mode 100644
index 000000000..55a0940b4
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/es/setting.php
@@ -0,0 +1,10 @@
+ [
+ 'name' => 'Número de división del mapa del sitio',
+ ],
+ 'include_cities_sitemap' => [
+ 'name' => 'Incluir ciudades en el mapa del sitio',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/es/stream.php b/resources/default/addons/visiosoft/cats-module/lang/es/stream.php
new file mode 100644
index 000000000..2713d9327
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/es/stream.php
@@ -0,0 +1,10 @@
+ [
+ 'name' => 'Categoría',
+ ],
+ 'placeholderforsearch' => [
+ 'name' => 'Marcador de posición para búsqueda',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/es/view.php b/resources/default/addons/visiosoft/cats-module/lang/es/view.php
new file mode 100644
index 000000000..f3bddf4e9
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/es/view.php
@@ -0,0 +1,7 @@
+ 'Subcategorías limpias',
+ 'ad_count_calculate' => 'Calcular el recuento de anuncios',
+ 'cat_level_calculate' => 'Nivel de categoría Calcular',
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/fa/addon.php b/resources/default/addons/visiosoft/cats-module/lang/fa/addon.php
new file mode 100644
index 000000000..eb06ae781
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/fa/addon.php
@@ -0,0 +1,8 @@
+ 'دسته بندی',
+ 'name' => 'ماژول دسته',
+ 'description' => '',
+ 'info' => 'This is the screen where you can add, delete and edit categories from the category page. You can easily manage main categories and sub-categories from this page.',
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/fa/button.php b/resources/default/addons/visiosoft/cats-module/lang/fa/button.php
new file mode 100644
index 000000000..46cf67992
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/fa/button.php
@@ -0,0 +1,8 @@
+ 'دسته بندی جدید',
+ 'add_sub_category' => 'زیر مجموعه را اضافه کنید',
+ 'sub_category' => 'نمایش زیر گروه',
+ 'new_placeholderforsearch' => 'New Placeholderforsearch',
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/fa/field.php b/resources/default/addons/visiosoft/cats-module/lang/fa/field.php
new file mode 100644
index 000000000..b4ad056ce
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/fa/field.php
@@ -0,0 +1,41 @@
+ [
+ 'name' => 'عنوان',
+ 'instructions' => 'این نام دسته اصلی است که شما تعریف خواهید کرد. این امکان را به کاربر می دهد تا محصولی را که به دنبالش می گردید به راحتی پیدا کند.',
+ ],
+ 'order' => [
+ 'name' => 'سفارش',
+ ],
+
+ 'slug' => [
+ 'name' => 'مثل حلزون حرکت کردن',
+ 'instructions' => 'برای کمک به گروه بندی پست خود با دیگران ، برچسب های سازمانی را مشخص کنید.',
+
+ ],
+ 'files' => [
+ 'name' => 'تصویر',
+ ],
+ 'seo_keyword' => [
+ 'name' => 'کلید واژه جستجوگر',
+ 'instructions' => 'کلمات اضافه شده به سایت در مرورگر Google برای نمایش در بالای نتایج جستجو.',
+ ],
+ 'seo_description' => [
+ 'name' => 'توضیحات جستجوگر',
+ 'instructions' => 'این می تواند بر تصمیم بازدید کنندگان شما در مورد اینکه آیا آنها می خواهند روی محتوا در نتایج جستجو کلیک کنند تأثیر بگذارد.',
+ ],
+ 'icon' => [
+ 'name' => 'آیکون',
+ 'instructions' => 'برای اضافه کردن نمادهایی که نوع طبقه را نشان می دهد ، استفاده می شود.',
+ ],
+
+ 'parent' => 'Parent',
+ 'level' => 'Level',
+ 'count' => 'Ad Counts',
+
+ 'please_wait' => 'لطفاً صبر کنید. حذف دسته بندی های فرعی',
+ 'category_selection' => 'انتخاب دسته',
+ 'go_to_parent' => 'به والدین بروید',
+ 'preview' => 'Preview'
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/fa/message.php b/resources/default/addons/visiosoft/cats-module/lang/fa/message.php
new file mode 100644
index 000000000..5dd1eccf7
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/fa/message.php
@@ -0,0 +1,5 @@
+ 'دسته بندی ها و زیر گروه های مرتبط با موفقیت حذف شد!',
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/fa/permission.php b/resources/default/addons/visiosoft/cats-module/lang/fa/permission.php
new file mode 100644
index 000000000..e21bd41e7
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/fa/permission.php
@@ -0,0 +1,20 @@
+ [
+ 'name' => 'دسته بندی',
+ 'option' => [
+ 'read' => 'می توانید دسته بخوانید؟ ',
+ 'write' => 'آیا می توانید دسته ایجاد یا ویرایش کنید؟ ',
+ 'delete' => 'آیا می توان دسته را حذف کرد؟',
+ ],
+ ],
+ 'placeholderforsearch' => [
+ 'name' => 'مکان نگهدارنده',
+ 'option' => [
+ 'read' => 'آیا می توانید placeyarderforsearch بخوانید؟ ',
+ 'write' => 'آیا می توانید placeyarderforsearch ایجاد یا ویرایش کنید؟ ',
+ 'delete' => 'آیا می توانید متغیرهایی را حذف کنید؟',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/fa/section.php b/resources/default/addons/visiosoft/cats-module/lang/fa/section.php
new file mode 100644
index 000000000..0490e0892
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/fa/section.php
@@ -0,0 +1,10 @@
+ [
+ 'title' => 'دسته بندی',
+ ],
+ 'placeholderforsearch' => [
+ 'title' => 'مکان نگهدارنده',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/fa/setting.php b/resources/default/addons/visiosoft/cats-module/lang/fa/setting.php
new file mode 100644
index 000000000..d399e65c7
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/fa/setting.php
@@ -0,0 +1,10 @@
+ [
+ 'name' => 'شماره تقسیم نقشه سایت',
+ ],
+ 'include_cities_sitemap' => [
+ 'name' => 'شهرها را در نقشه سایت بگنجانید',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/fa/stream.php b/resources/default/addons/visiosoft/cats-module/lang/fa/stream.php
new file mode 100644
index 000000000..bddff0d69
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/fa/stream.php
@@ -0,0 +1,10 @@
+ [
+ 'name' => 'دسته بندی',
+ ],
+ 'placeholderforsearch' => [
+ 'name' => 'مکان نگهدارنده',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/fa/view.php b/resources/default/addons/visiosoft/cats-module/lang/fa/view.php
new file mode 100644
index 000000000..158de4c8b
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/fa/view.php
@@ -0,0 +1,7 @@
+ 'زیرشاخه ها را تمیز کنید',
+ 'ad_count_calculate' => 'تعداد آگهی محاسبه کنید',
+ 'cat_level_calculate' => 'سطح گروه را محاسبه کنید',
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/fi/addon.php b/resources/default/addons/visiosoft/cats-module/lang/fi/addon.php
new file mode 100644
index 000000000..915e5e136
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/fi/addon.php
@@ -0,0 +1,8 @@
+ 'Kategoria',
+ 'name' => 'Luokkamoduuli',
+ 'description' => '',
+ 'info' => 'This is the screen where you can add, delete and edit categories from the category page. You can easily manage main categories and sub-categories from this page.',
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/fi/button.php b/resources/default/addons/visiosoft/cats-module/lang/fi/button.php
new file mode 100644
index 000000000..03fea0569
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/fi/button.php
@@ -0,0 +1,8 @@
+ 'Uusi luokka',
+ 'add_sub_category' => 'Lisää alaluokka',
+ 'sub_category' => 'Näytä alaluokka',
+ 'new_placeholderforsearch' => 'Uusi paikkamerkkihaku',
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/fi/field.php b/resources/default/addons/visiosoft/cats-module/lang/fi/field.php
new file mode 100644
index 000000000..a625d509c
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/fi/field.php
@@ -0,0 +1,41 @@
+ [
+ 'name' => 'Otsikko',
+ 'instructions' => 'Se on pääluokan nimi, jonka määrittelet. Sen avulla käyttäjä voi helposti löytää etsimänsä tuotteen.',
+ ],
+ 'order' => [
+ 'name' => 'Tilaus',
+ ],
+
+ 'slug' => [
+ 'name' => 'Etana',
+ 'instructions' => 'Määritä organisaation tunnisteet, jotka auttavat ryhmittelemään viestisi muiden kanssa.',
+
+ ],
+ 'files' => [
+ 'name' => 'Kuva',
+ ],
+ 'seo_keyword' => [
+ 'name' => 'SEO-avainsana',
+ 'instructions' => 'Google-selaimessa sivustoon lisätyt sanat näkyvät hakutulosten yläpuolella.',
+ ],
+ 'seo_description' => [
+ 'name' => 'SEO kuvaus',
+ 'instructions' => 'Se voi vaikuttaa kävijöiden päätökseen, haluavatko he napsauttaa hakutulosten sisältöä.',
+ ],
+ 'icon' => [
+ 'name' => 'Kuvake',
+ 'instructions' => 'Sitä käytetään lisäämään kuvakkeet, jotka osoittavat luokan tyypin.',
+ ],
+
+ 'parent' => 'Parent',
+ 'level' => 'Level',
+ 'count' => 'Ad Counts',
+
+ 'please_wait' => 'Odota. Poistetaan alaluokat',
+ 'category_selection' => 'Luokan valinta',
+ 'go_to_parent' => 'Mene vanhemmalle',
+ 'preview' => 'Preview'
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/fi/message.php b/resources/default/addons/visiosoft/cats-module/lang/fi/message.php
new file mode 100644
index 000000000..4faafce8d
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/fi/message.php
@@ -0,0 +1,5 @@
+ 'Luokat ja niihin liittyvät alaluokat on poistettu onnistuneesti!',
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/fi/permission.php b/resources/default/addons/visiosoft/cats-module/lang/fi/permission.php
new file mode 100644
index 000000000..ef9e15e4e
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/fi/permission.php
@@ -0,0 +1,20 @@
+ [
+ 'name' => 'Kategoria',
+ 'option' => [
+ 'read' => 'Osaa lukea luokkaa?',
+ 'write' => 'Voi luoda / muokata luokkaa?',
+ 'delete' => 'Voiko luokan poistaa?',
+ ],
+ ],
+ 'placeholderforsearch' => [
+ 'name' => 'Paikkamerkkihaku',
+ 'option' => [
+ 'read' => 'Pystyykö lukemaan paikkamerkkihaun?',
+ 'write' => 'Voiko luoda / muokata paikkamerkkihakua?',
+ 'delete' => 'Voinko poistaa paikkamerkkihaun?',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/fi/section.php b/resources/default/addons/visiosoft/cats-module/lang/fi/section.php
new file mode 100644
index 000000000..515ffc947
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/fi/section.php
@@ -0,0 +1,10 @@
+ [
+ 'title' => 'Kategoria',
+ ],
+ 'placeholderforsearch' => [
+ 'title' => 'Paikanpitäjä',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/fi/setting.php b/resources/default/addons/visiosoft/cats-module/lang/fi/setting.php
new file mode 100644
index 000000000..8ef0aa439
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/fi/setting.php
@@ -0,0 +1,10 @@
+ [
+ 'name' => 'Sivukartan jakoluku',
+ ],
+ 'include_cities_sitemap' => [
+ 'name' => 'Sisällytä kaupungit sivustokarttaan',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/fi/stream.php b/resources/default/addons/visiosoft/cats-module/lang/fi/stream.php
new file mode 100644
index 000000000..fcd80001b
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/fi/stream.php
@@ -0,0 +1,10 @@
+ [
+ 'name' => 'Kategoria',
+ ],
+ 'placeholderforsearch' => [
+ 'name' => 'Paikkamerkkihaku',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/fi/view.php b/resources/default/addons/visiosoft/cats-module/lang/fi/view.php
new file mode 100644
index 000000000..ab0f8d19e
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/fi/view.php
@@ -0,0 +1,7 @@
+ 'Puhdista alaluokat',
+ 'ad_count_calculate' => 'Laske mainosten määrä',
+ 'cat_level_calculate' => 'Luokkataso Laske',
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/fr/addon.php b/resources/default/addons/visiosoft/cats-module/lang/fr/addon.php
new file mode 100644
index 000000000..a13668c56
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/fr/addon.php
@@ -0,0 +1,8 @@
+ 'Catégorie',
+ 'name' => 'Module de catégorie',
+ 'description' => '',
+ 'info' => 'This is the screen where you can add, delete and edit categories from the category page. You can easily manage main categories and sub-categories from this page.',
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/fr/button.php b/resources/default/addons/visiosoft/cats-module/lang/fr/button.php
new file mode 100644
index 000000000..865c05021
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/fr/button.php
@@ -0,0 +1,8 @@
+ 'Nouvelle catégorie',
+ 'add_sub_category' => 'Ajouter une sous catégorie',
+ 'sub_category' => 'Afficher la sous-catégorie',
+ 'new_placeholderforsearch' => 'Nouvel espace réservé pour la recherche',
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/fr/field.php b/resources/default/addons/visiosoft/cats-module/lang/fr/field.php
new file mode 100644
index 000000000..cfca98baa
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/fr/field.php
@@ -0,0 +1,41 @@
+ [
+ 'name' => 'Titre',
+ 'instructions' => 'C\'est le nom de la catégorie principale que vous définirez. Il permet à l\'utilisateur de trouver facilement le produit qu\'il recherche.',
+ ],
+ 'order' => [
+ 'name' => 'Ordre',
+ ],
+
+ 'slug' => [
+ 'name' => 'Limace',
+ 'instructions' => 'Spécifiez les balises organisationnelles pour aider à regrouper votre publication avec d\'autres.',
+
+ ],
+ 'files' => [
+ 'name' => 'Image',
+ ],
+ 'seo_keyword' => [
+ 'name' => 'Seo Keyword',
+ 'instructions' => 'Mots ajoutés au site dans le navigateur Google pour apparaître au-dessus des résultats de recherche.',
+ ],
+ 'seo_description' => [
+ 'name' => 'Description du référencement',
+ 'instructions' => 'Cela peut affecter la décision de vos visiteurs de cliquer sur le contenu des résultats de recherche.',
+ ],
+ 'icon' => [
+ 'name' => 'Icône',
+ 'instructions' => 'Il est utilisé pour ajouter des icônes indiquant le type de catégorie.',
+ ],
+
+ 'parent' => 'Parent',
+ 'level' => 'Level',
+ 'count' => 'Ad Counts',
+
+ 'please_wait' => 'Veuillez patienter. Suppression des sous-catégories',
+ 'category_selection' => 'Sélection de catégorie',
+ 'go_to_parent' => 'Aller au parent',
+ 'preview' => 'Preview'
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/fr/message.php b/resources/default/addons/visiosoft/cats-module/lang/fr/message.php
new file mode 100644
index 000000000..1212fcac1
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/fr/message.php
@@ -0,0 +1,5 @@
+ 'Les catégories et sous-catégories associées ont été supprimées avec succès!',
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/fr/permission.php b/resources/default/addons/visiosoft/cats-module/lang/fr/permission.php
new file mode 100644
index 000000000..1bfbcbffd
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/fr/permission.php
@@ -0,0 +1,20 @@
+ [
+ 'name' => 'Catégorie',
+ 'option' => [
+ 'read' => 'Peut lire la catégorie? ',
+ 'write' => 'Peut créer / éditer une catégorie? ',
+ 'delete' => 'Peut supprimer une catégorie?',
+ ],
+ ],
+ 'placeholderforsearch' => [
+ 'name' => 'Espace réservé à la recherche',
+ 'option' => [
+ 'read' => 'Peut lire placeholderforsearch? ',
+ 'write' => 'Peut créer / modifier un espace réservé pour la recherche? ',
+ 'delete' => 'Peut-on supprimer un espace réservé pour la recherche?',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/fr/section.php b/resources/default/addons/visiosoft/cats-module/lang/fr/section.php
new file mode 100644
index 000000000..4201a710b
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/fr/section.php
@@ -0,0 +1,10 @@
+ [
+ 'title' => 'Catégorie',
+ ],
+ 'placeholderforsearch' => [
+ 'title' => 'Espace réservé à la recherche',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/fr/setting.php b/resources/default/addons/visiosoft/cats-module/lang/fr/setting.php
new file mode 100644
index 000000000..47e611985
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/fr/setting.php
@@ -0,0 +1,10 @@
+ [
+ 'name' => 'Plan du site Nombre de division',
+ ],
+ 'include_cities_sitemap' => [
+ 'name' => 'Inclure les villes dans le plan du site',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/fr/stream.php b/resources/default/addons/visiosoft/cats-module/lang/fr/stream.php
new file mode 100644
index 000000000..bde6e1f8b
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/fr/stream.php
@@ -0,0 +1,10 @@
+ [
+ 'name' => 'Catégorie',
+ ],
+ 'placeholderforsearch' => [
+ 'name' => 'Espace réservé à la recherche',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/fr/view.php b/resources/default/addons/visiosoft/cats-module/lang/fr/view.php
new file mode 100644
index 000000000..57906d30a
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/fr/view.php
@@ -0,0 +1,7 @@
+ 'Nettoyer les sous-catégories',
+ 'ad_count_calculate' => 'Calculer le nombre d\'annonces',
+ 'cat_level_calculate' => 'Niveau de catégorie Calculer',
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/he/addon.php b/resources/default/addons/visiosoft/cats-module/lang/he/addon.php
new file mode 100644
index 000000000..eb841e390
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/he/addon.php
@@ -0,0 +1,8 @@
+ 'קטגוריה',
+ 'name' => 'מודול קטגוריה',
+ 'description' => '',
+ 'info' => 'This is the screen where you can add, delete and edit categories from the category page. You can easily manage main categories and sub-categories from this page.',
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/he/button.php b/resources/default/addons/visiosoft/cats-module/lang/he/button.php
new file mode 100644
index 000000000..73e1c17d5
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/he/button.php
@@ -0,0 +1,8 @@
+ 'קטגוריה חדשה',
+ 'add_sub_category' => 'הוסף קטגוריית משנה',
+ 'sub_category' => 'הצג קטגוריית משנה',
+ 'new_placeholderforsearch' => 'מציין מקום חדש',
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/he/field.php b/resources/default/addons/visiosoft/cats-module/lang/he/field.php
new file mode 100644
index 000000000..ab857d883
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/he/field.php
@@ -0,0 +1,41 @@
+ [
+ 'name' => 'כותרת',
+ 'instructions' => 'זה שם הקטגוריה העיקרית שתגדיר. זה מאפשר למשתמש למצוא בקלות את המוצר שהוא מחפש.',
+ ],
+ 'order' => [
+ 'name' => 'להזמין',
+ ],
+
+ 'slug' => [
+ 'name' => 'שבלול',
+ 'instructions' => 'ציין תגי ארגוני שיעזרו לקבץ את הפוסט שלך עם אחרים.',
+
+ ],
+ 'files' => [
+ 'name' => 'תמונה',
+ ],
+ 'seo_keyword' => [
+ 'name' => 'מילת מפתח SEO',
+ 'instructions' => 'מילים שנוספו לאתר בדפדפן גוגל יופיעו מעל לתוצאות החיפוש.',
+ ],
+ 'seo_description' => [
+ 'name' => 'תיאור SEO',
+ 'instructions' => 'זה יכול להשפיע על החלטת המבקרים שלך אם הם רוצים ללחוץ על התוכן בתוצאות החיפוש.',
+ ],
+ 'icon' => [
+ 'name' => 'אייקון',
+ 'instructions' => 'הוא משמש להוספת סמלים המציינים את סוג הקטגוריה.',
+ ],
+
+ 'parent' => 'Parent',
+ 'level' => 'Level',
+ 'count' => 'Ad Counts',
+
+ 'please_wait' => 'אנא המתן. מחיקת קטגוריות משנה',
+ 'category_selection' => 'בחירת קטגוריה',
+ 'go_to_parent' => 'עבור להורה',
+ 'preview' => 'Preview'
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/he/message.php b/resources/default/addons/visiosoft/cats-module/lang/he/message.php
new file mode 100644
index 000000000..4ef737747
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/he/message.php
@@ -0,0 +1,5 @@
+ 'הקטגוריות ותתי הקטגוריות הקשורות בהן נמחקו בהצלחה!',
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/he/permission.php b/resources/default/addons/visiosoft/cats-module/lang/he/permission.php
new file mode 100644
index 000000000..b8c2b55f7
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/he/permission.php
@@ -0,0 +1,20 @@
+ [
+ 'name' => 'קטגוריה',
+ 'option' => [
+ 'read' => 'האם אתה יכול לקרוא קטגוריה?',
+ 'write' => 'האם ניתן ליצור / לערוך קטגוריה?',
+ 'delete' => 'האם ניתן למחוק קטגוריה?',
+ ],
+ ],
+ 'placeholderforsearch' => [
+ 'name' => 'מציין מקום תחקיר',
+ 'option' => [
+ 'read' => 'האם אתה יכול לקרוא חיפוש מצייני מיקום?',
+ 'write' => 'האם ניתן ליצור / לערוך חיפוש מצפי מיקום?',
+ 'delete' => 'האם ניתן למחוק מציין מיקום בחיפוש?',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/he/section.php b/resources/default/addons/visiosoft/cats-module/lang/he/section.php
new file mode 100644
index 000000000..c0e8adc93
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/he/section.php
@@ -0,0 +1,10 @@
+ [
+ 'title' => 'קטגוריה',
+ ],
+ 'placeholderforsearch' => [
+ 'title' => 'מציין מקום',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/he/setting.php b/resources/default/addons/visiosoft/cats-module/lang/he/setting.php
new file mode 100644
index 000000000..cf98defa6
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/he/setting.php
@@ -0,0 +1,10 @@
+ [
+ 'name' => 'מספר חלוקת מפת האתר',
+ ],
+ 'include_cities_sitemap' => [
+ 'name' => 'כלול ערים במפת האתר',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/he/stream.php b/resources/default/addons/visiosoft/cats-module/lang/he/stream.php
new file mode 100644
index 000000000..640f41efc
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/he/stream.php
@@ -0,0 +1,10 @@
+ [
+ 'name' => 'קטגוריה',
+ ],
+ 'placeholderforsearch' => [
+ 'name' => 'מציין מקום תחקיר',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/he/view.php b/resources/default/addons/visiosoft/cats-module/lang/he/view.php
new file mode 100644
index 000000000..6e3bc44f8
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/he/view.php
@@ -0,0 +1,7 @@
+ 'נקה קטגוריות משנה',
+ 'ad_count_calculate' => 'ספירת מודעות לחשב',
+ 'cat_level_calculate' => 'חישוב רמת קטגוריה',
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/hi/addon.php b/resources/default/addons/visiosoft/cats-module/lang/hi/addon.php
new file mode 100644
index 000000000..2c7a37768
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/hi/addon.php
@@ -0,0 +1,8 @@
+ 'वर्ग',
+ 'name' => 'श्रेणी मॉड्यूल',
+ 'description' => '',
+ 'info' => 'This is the screen where you can add, delete and edit categories from the category page. You can easily manage main categories and sub-categories from this page.',
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/hi/button.php b/resources/default/addons/visiosoft/cats-module/lang/hi/button.php
new file mode 100644
index 000000000..35f7df88d
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/hi/button.php
@@ -0,0 +1,8 @@
+ 'नई श्रेणी',
+ 'add_sub_category' => 'उप श्रेणी जोड़ें',
+ 'sub_category' => 'उप श्रेणी दिखाएँ',
+ 'new_placeholderforsearch' => 'नई प्लेसहोल्डर खोज',
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/hi/field.php b/resources/default/addons/visiosoft/cats-module/lang/hi/field.php
new file mode 100644
index 000000000..c5889a82f
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/hi/field.php
@@ -0,0 +1,41 @@
+ [
+ 'name' => 'शीर्षक',
+ 'instructions' => 'यह मुख्य श्रेणी का नाम है जिसे आप परिभाषित करेंगे। यह उपयोगकर्ता को आसानी से उस उत्पाद को खोजने की अनुमति देता है जिसकी वे तलाश कर रहे हैं।',
+ ],
+ 'order' => [
+ 'name' => 'गण',
+ ],
+
+ 'slug' => [
+ 'name' => 'काउंटर',
+ 'instructions' => 'अपनी पोस्ट को दूसरों के साथ समूह में मदद करने के लिए किसी भी संगठनात्मक टैग को निर्दिष्ट करें।',
+
+ ],
+ 'files' => [
+ 'name' => 'छवि',
+ ],
+ 'seo_keyword' => [
+ 'name' => 'एसईओ खोजशब्द',
+ 'instructions' => 'खोज परिणामों के ऊपर दिखाई देने के लिए Google ब्राउज़र में साइट में जोड़े गए शब्द।',
+ ],
+ 'seo_description' => [
+ 'name' => 'एसईओ विवरण',
+ 'instructions' => 'यह आपके आगंतुकों के निर्णय को प्रभावित कर सकता है कि वे खोज परिणामों में सामग्री पर क्लिक करना चाहते हैं या नहीं।',
+ ],
+ 'icon' => [
+ 'name' => 'चिह्न',
+ 'instructions' => 'इसका उपयोग श्रेणी प्रकार को इंगित करने वाले आइकन जोड़ने के लिए किया जाता है।',
+ ],
+
+ 'parent' => 'Parent',
+ 'level' => 'Level',
+ 'count' => 'Ad Counts',
+
+ 'please_wait' => 'कृपया प्रतीक्षा करें। सबलेटिंग सब श्रेणियां',
+ 'category_selection' => 'श्रेणी चयन',
+ 'go_to_parent' => 'जनक के पास जाओ',
+ 'preview' => 'Preview'
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/hi/message.php b/resources/default/addons/visiosoft/cats-module/lang/hi/message.php
new file mode 100644
index 000000000..65d5f0e9e
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/hi/message.php
@@ -0,0 +1,5 @@
+ 'श्रेणियों और संबंधित उप-श्रेणियों को सफलतापूर्वक हटा दिया गया है!',
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/hi/permission.php b/resources/default/addons/visiosoft/cats-module/lang/hi/permission.php
new file mode 100644
index 000000000..0a1f85176
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/hi/permission.php
@@ -0,0 +1,20 @@
+ [
+ 'name' => 'वर्ग',
+ 'option' => [
+ 'read' => 'श्रेणी पढ़ सकते हैं?',
+ 'write' => 'श्रेणी बना / संपादित कर सकते हैं?',
+ 'delete' => 'श्रेणी को हटा सकते हैं?',
+ ],
+ ],
+ 'placeholderforsearch' => [
+ 'name' => 'Placeholderforsearch',
+ 'option' => [
+ 'read' => 'क्या प्लेसहोल्डर खोज खोज सकते हैं?',
+ 'write' => 'प्लेसहोल्डर खोज को बना / संपादित कर सकते हैं?',
+ 'delete' => 'क्या प्लेसहोल्डर खोज को हटा सकते हैं?',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/hi/section.php b/resources/default/addons/visiosoft/cats-module/lang/hi/section.php
new file mode 100644
index 000000000..ef3808946
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/hi/section.php
@@ -0,0 +1,10 @@
+ [
+ 'title' => 'वर्ग',
+ ],
+ 'placeholderforsearch' => [
+ 'title' => 'प्लेसहोल्डर',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/hi/setting.php b/resources/default/addons/visiosoft/cats-module/lang/hi/setting.php
new file mode 100644
index 000000000..b4bac40a2
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/hi/setting.php
@@ -0,0 +1,10 @@
+ [
+ 'name' => 'साइटमैप विभाजन संख्या',
+ ],
+ 'include_cities_sitemap' => [
+ 'name' => 'साइटमैप में शहर शामिल करें',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/hi/stream.php b/resources/default/addons/visiosoft/cats-module/lang/hi/stream.php
new file mode 100644
index 000000000..cda676b1d
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/hi/stream.php
@@ -0,0 +1,10 @@
+ [
+ 'name' => 'वर्ग',
+ ],
+ 'placeholderforsearch' => [
+ 'name' => 'Placeholderforsearch',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/hi/view.php b/resources/default/addons/visiosoft/cats-module/lang/hi/view.php
new file mode 100644
index 000000000..2fd4fe60f
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/hi/view.php
@@ -0,0 +1,7 @@
+ 'स्वच्छ उपश्रेणियाँ',
+ 'ad_count_calculate' => 'विज्ञापन की गणना',
+ 'cat_level_calculate' => 'श्रेणी स्तर की गणना',
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/hu/addon.php b/resources/default/addons/visiosoft/cats-module/lang/hu/addon.php
new file mode 100644
index 000000000..e54a1cade
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/hu/addon.php
@@ -0,0 +1,8 @@
+ 'Kategória',
+ 'name' => 'Kategória modul',
+ 'description' => '',
+ 'info' => 'This is the screen where you can add, delete and edit categories from the category page. You can easily manage main categories and sub-categories from this page.',
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/hu/button.php b/resources/default/addons/visiosoft/cats-module/lang/hu/button.php
new file mode 100644
index 000000000..27d764037
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/hu/button.php
@@ -0,0 +1,8 @@
+ 'Új kategória',
+ 'add_sub_category' => 'Alkategória hozzáadása',
+ 'sub_category' => 'Alkategória megjelenítése',
+ 'new_placeholderforsearch' => 'Új helyőrző keresés',
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/hu/field.php b/resources/default/addons/visiosoft/cats-module/lang/hu/field.php
new file mode 100644
index 000000000..0143a116c
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/hu/field.php
@@ -0,0 +1,41 @@
+ [
+ 'name' => 'Cím',
+ 'instructions' => 'Ez a fő kategória neve, amelyet meghatározni fog. Ez lehetővé teszi a felhasználó számára, hogy könnyedén megtalálja a keresett terméket.',
+ ],
+ 'order' => [
+ 'name' => 'Rendelés',
+ ],
+
+ 'slug' => [
+ 'name' => 'Meztelen csiga',
+ 'instructions' => 'Adjon meg szervezeti címkéket, amelyek segítenek csoportosítani a bejegyzését másokkal.',
+
+ ],
+ 'files' => [
+ 'name' => 'Kép',
+ ],
+ 'seo_keyword' => [
+ 'name' => 'Seo Kulcsszó',
+ 'instructions' => 'A webhelyre a Google böngészőben hozzáadott szavak, amelyek a keresési eredmények felett jelennek meg.',
+ ],
+ 'seo_description' => [
+ 'name' => 'Seo Leírás',
+ 'instructions' => 'Ez befolyásolhatja a látogatók döntését arról, hogy rákattintanak-e a keresési eredmények tartalmára.',
+ ],
+ 'icon' => [
+ 'name' => 'Ikon',
+ 'instructions' => 'A kategória típusát jelző ikonok hozzáadására szolgál.',
+ ],
+
+ 'parent' => 'Parent',
+ 'level' => 'Level',
+ 'count' => 'Ad Counts',
+
+ 'please_wait' => 'Kérjük, várjon. Alkategóriák törlése',
+ 'category_selection' => 'Kategória kiválasztása',
+ 'go_to_parent' => 'Menjen a Szülőhöz',
+ 'preview' => 'Preview'
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/hu/message.php b/resources/default/addons/visiosoft/cats-module/lang/hu/message.php
new file mode 100644
index 000000000..3d972eb99
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/hu/message.php
@@ -0,0 +1,5 @@
+ 'A kategóriákat és a kapcsolódó alkategóriákat sikeresen törölte!',
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/hu/permission.php b/resources/default/addons/visiosoft/cats-module/lang/hu/permission.php
new file mode 100644
index 000000000..db4f45d7c
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/hu/permission.php
@@ -0,0 +1,20 @@
+ [
+ 'name' => 'Kategória',
+ 'option' => [
+ 'read' => 'Tud olvasni kategóriát?',
+ 'write' => 'Létrehozhat / szerkeszthet kategóriát?',
+ 'delete' => 'Törölheti a kategóriát?',
+ ],
+ ],
+ 'placeholderforsearch' => [
+ 'name' => 'Helyőrző keresés',
+ 'option' => [
+ 'read' => 'Tud olvasni helyőrző keresést?',
+ 'write' => 'Létrehozhat / szerkeszthet helyőrző keresést?',
+ 'delete' => 'Törölheti a helyőrző keresést?',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/hu/section.php b/resources/default/addons/visiosoft/cats-module/lang/hu/section.php
new file mode 100644
index 000000000..9ebaada4d
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/hu/section.php
@@ -0,0 +1,10 @@
+ [
+ 'title' => 'Kategória',
+ ],
+ 'placeholderforsearch' => [
+ 'title' => 'Helykitöltő',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/hu/setting.php b/resources/default/addons/visiosoft/cats-module/lang/hu/setting.php
new file mode 100644
index 000000000..4e510e3b1
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/hu/setting.php
@@ -0,0 +1,10 @@
+ [
+ 'name' => 'Webhelytérkép osztási száma',
+ ],
+ 'include_cities_sitemap' => [
+ 'name' => 'A városok felvétele a webhelytérképbe',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/hu/stream.php b/resources/default/addons/visiosoft/cats-module/lang/hu/stream.php
new file mode 100644
index 000000000..b89893da7
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/hu/stream.php
@@ -0,0 +1,10 @@
+ [
+ 'name' => 'Kategória',
+ ],
+ 'placeholderforsearch' => [
+ 'name' => 'Helyőrző keresés',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/hu/view.php b/resources/default/addons/visiosoft/cats-module/lang/hu/view.php
new file mode 100644
index 000000000..1c9e4b3da
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/hu/view.php
@@ -0,0 +1,7 @@
+ 'Tiszta alkategóriák',
+ 'ad_count_calculate' => 'Ad Count kiszámítása',
+ 'cat_level_calculate' => 'Kategória szint kiszámítása',
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/id/addon.php b/resources/default/addons/visiosoft/cats-module/lang/id/addon.php
new file mode 100644
index 000000000..48baba163
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/id/addon.php
@@ -0,0 +1,8 @@
+ 'Kategori',
+ 'name' => 'Modul Kategori',
+ 'description' => '',
+ 'info' => 'Ini adalah layar dimana Anda dapat menambah, menghapus, dan menyunting kategori dari halaman kategori. Anda dapat dengan mudah mengelola kategori dan subkategori utama dari halaman ini.',
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/id/button.php b/resources/default/addons/visiosoft/cats-module/lang/id/button.php
new file mode 100644
index 000000000..242f2c0b0
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/id/button.php
@@ -0,0 +1,8 @@
+ 'Kategori baru',
+ 'add_sub_category' => 'Tambahkan Sub Kategori',
+ 'sub_category' => 'Tunjukkan Sub Kategori',
+ 'new_placeholderforsearch' => 'Placeholder baru untuk pencarian',
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/id/field.php b/resources/default/addons/visiosoft/cats-module/lang/id/field.php
new file mode 100644
index 000000000..c35f15691
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/id/field.php
@@ -0,0 +1,41 @@
+ [
+ 'name' => 'Judul',
+ 'instructions' => 'Ini adalah nama kategori utama yang akan Anda tentukan. Ini memungkinkan pengguna untuk dengan mudah menemukan produk yang mereka cari.',
+ ],
+ 'order' => [
+ 'name' => 'Memesan',
+ ],
+
+ 'slug' => [
+ 'name' => 'Siput',
+ 'instructions' => 'Tentukan tag organisasi untuk membantu mengelompokkan postingan Anda dengan orang lain.',
+
+ ],
+ 'files' => [
+ 'name' => 'Gambar',
+ ],
+ 'seo_keyword' => [
+ 'name' => 'Kata Kunci Seo',
+ 'instructions' => 'Kata-kata yang ditambahkan ke situs di browser Google muncul di atas hasil pencarian.',
+ ],
+ 'seo_description' => [
+ 'name' => 'Deskripsi Seo',
+ 'instructions' => 'Ini dapat memengaruhi keputusan pengunjung Anda tentang apakah mereka ingin mengklik konten di hasil pencarian.',
+ ],
+ 'icon' => [
+ 'name' => 'Ikon',
+ 'instructions' => 'Ini digunakan untuk menambahkan ikon yang menunjukkan jenis kategori.',
+ ],
+
+ 'parent' => 'Induk',
+ 'level' => 'Tingkat',
+ 'count' => 'Jumlah Iklan',
+
+ 'please_wait' => 'Harap tunggu. Menghapus Sub Kategori',
+ 'category_selection' => 'Pemilihan Kategori',
+ 'go_to_parent' => 'Buka Orang Tua',
+ 'preview' => 'Pratinjau'
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/id/message.php b/resources/default/addons/visiosoft/cats-module/lang/id/message.php
new file mode 100644
index 000000000..a5a40fe77
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/id/message.php
@@ -0,0 +1,5 @@
+ 'Kategori dan subkategori terkait telah berhasil dihapus!',
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/id/permission.php b/resources/default/addons/visiosoft/cats-module/lang/id/permission.php
new file mode 100644
index 000000000..694e09a74
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/id/permission.php
@@ -0,0 +1,20 @@
+ [
+ 'name' => 'Kategori',
+ 'option' => [
+ 'read' => 'Bisa membaca kategori?',
+ 'write' => 'Bisakah membuat / mengedit kategori?',
+ 'delete' => 'Bisakah menghapus kategori?',
+ ],
+ ],
+ 'placeholderforsearch' => [
+ 'name' => 'Placeholderforsearch',
+ 'option' => [
+ 'read' => 'Bisa membaca placeholderforsearch?',
+ 'write' => 'Bisakah membuat / mengedit placeholderforsearch?',
+ 'delete' => 'Bisakah menghapus placeholderforsearch?',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/id/section.php b/resources/default/addons/visiosoft/cats-module/lang/id/section.php
new file mode 100644
index 000000000..c58f3e14f
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/id/section.php
@@ -0,0 +1,10 @@
+ [
+ 'title' => 'Kategori',
+ ],
+ 'placeholderforsearch' => [
+ 'title' => 'Placeholder',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/id/setting.php b/resources/default/addons/visiosoft/cats-module/lang/id/setting.php
new file mode 100644
index 000000000..b97a0e506
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/id/setting.php
@@ -0,0 +1,10 @@
+ [
+ 'name' => 'Nomor Pembagi Peta Situs',
+ ],
+ 'include_cities_sitemap' => [
+ 'name' => 'Sertakan Kota di Peta Situs',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/id/stream.php b/resources/default/addons/visiosoft/cats-module/lang/id/stream.php
new file mode 100644
index 000000000..115849b15
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/id/stream.php
@@ -0,0 +1,10 @@
+ [
+ 'name' => 'Kategori',
+ ],
+ 'placeholderforsearch' => [
+ 'name' => 'Placeholderforsearch',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/id/view.php b/resources/default/addons/visiosoft/cats-module/lang/id/view.php
new file mode 100644
index 000000000..24d17b059
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/id/view.php
@@ -0,0 +1,7 @@
+ 'Bersihkan Subkategori',
+ 'ad_count_calculate' => 'Hitung Jumlah Iklan',
+ 'cat_level_calculate' => 'Hitung Tingkat Kategori',
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/it/addon.php b/resources/default/addons/visiosoft/cats-module/lang/it/addon.php
new file mode 100644
index 000000000..53b4220f1
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/it/addon.php
@@ -0,0 +1,8 @@
+ 'Categoria',
+ 'name' => 'Modulo di categoria',
+ 'description' => '',
+ 'info' => 'This is the screen where you can add, delete and edit categories from the category page. You can easily manage main categories and sub-categories from this page.',
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/it/button.php b/resources/default/addons/visiosoft/cats-module/lang/it/button.php
new file mode 100644
index 000000000..242695f1d
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/it/button.php
@@ -0,0 +1,8 @@
+ 'Nuova categoria',
+ 'add_sub_category' => 'Aggiungi sottocategoria',
+ 'sub_category' => 'Mostra sottocategoria',
+ 'new_placeholderforsearch' => 'Nuova ricerca segnaposto',
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/it/field.php b/resources/default/addons/visiosoft/cats-module/lang/it/field.php
new file mode 100644
index 000000000..afd4b3ae2
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/it/field.php
@@ -0,0 +1,41 @@
+ [
+ 'name' => 'Titolo',
+ 'instructions' => 'È il nome della categoria principale che definirai. Permette all\'utente di trovare facilmente il prodotto che sta cercando.',
+ ],
+ 'order' => [
+ 'name' => 'Ordine',
+ ],
+
+ 'slug' => [
+ 'name' => 'lumaca',
+ 'instructions' => 'Specifica eventuali tag organizzativi per aiutare a raggruppare il tuo post con altri.',
+
+ ],
+ 'files' => [
+ 'name' => 'Immagine',
+ ],
+ 'seo_keyword' => [
+ 'name' => 'Parola chiave Seo',
+ 'instructions' => 'Le parole aggiunte al sito nel browser di Google vengono visualizzate sopra i risultati della ricerca.',
+ ],
+ 'seo_description' => [
+ 'name' => 'Descrizione SEO',
+ 'instructions' => 'Può influire sulla decisione dei tuoi visitatori se desiderano fare clic sul contenuto nei risultati di ricerca.',
+ ],
+ 'icon' => [
+ 'name' => 'Icona',
+ 'instructions' => 'Viene utilizzato per aggiungere icone che indicano il tipo di categoria.',
+ ],
+
+ 'parent' => 'Parent',
+ 'level' => 'Level',
+ 'count' => 'Ad Counts',
+
+ 'please_wait' => 'Attendere. Eliminazione delle sottocategorie',
+ 'category_selection' => 'Selezione della categoria',
+ 'go_to_parent' => 'Vai al genitore',
+ 'preview' => 'Preview'
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/it/message.php b/resources/default/addons/visiosoft/cats-module/lang/it/message.php
new file mode 100644
index 000000000..94e7d777f
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/it/message.php
@@ -0,0 +1,5 @@
+ 'Le categorie e le relative sottocategorie sono state eliminate con successo!',
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/it/permission.php b/resources/default/addons/visiosoft/cats-module/lang/it/permission.php
new file mode 100644
index 000000000..6e90ef942
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/it/permission.php
@@ -0,0 +1,20 @@
+ [
+ 'name' => 'Categoria',
+ 'option' => [
+ 'read' => 'Sai leggere la categoria? ',
+ 'write' => 'Puoi creare / modificare la categoria? ',
+ 'delete' => 'Puoi cancellare la categoria?',
+ ],
+ ],
+ 'placeholderforsearch' => [
+ 'name' => 'Placeholderforsearch',
+ 'option' => [
+ 'read' => 'Sai leggere placeholderforsearch? ',
+ 'write' => 'Puoi creare / modificare la ricerca segnaposto? ',
+ 'delete' => 'È possibile eliminare placeholderforsearch?',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/it/section.php b/resources/default/addons/visiosoft/cats-module/lang/it/section.php
new file mode 100644
index 000000000..e206944ce
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/it/section.php
@@ -0,0 +1,10 @@
+ [
+ 'title' => 'Categoria',
+ ],
+ 'placeholderforsearch' => [
+ 'title' => 'Placeholderforsearch',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/it/setting.php b/resources/default/addons/visiosoft/cats-module/lang/it/setting.php
new file mode 100644
index 000000000..92ca314df
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/it/setting.php
@@ -0,0 +1,10 @@
+ [
+ 'name' => 'Numero di divisione della mappa del sito',
+ ],
+ 'include_cities_sitemap' => [
+ 'name' => 'Includi città nella mappa del sito',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/it/stream.php b/resources/default/addons/visiosoft/cats-module/lang/it/stream.php
new file mode 100644
index 000000000..38acb5482
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/it/stream.php
@@ -0,0 +1,10 @@
+ [
+ 'name' => 'Categoria',
+ ],
+ 'placeholderforsearch' => [
+ 'name' => 'Placeholderforsearch',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/it/view.php b/resources/default/addons/visiosoft/cats-module/lang/it/view.php
new file mode 100644
index 000000000..19251826d
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/it/view.php
@@ -0,0 +1,7 @@
+ 'Sottocategorie pulite',
+ 'ad_count_calculate' => 'Calcolo del conteggio degli annunci',
+ 'cat_level_calculate' => 'Livello di categoria Calcola',
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/ja/addon.php b/resources/default/addons/visiosoft/cats-module/lang/ja/addon.php
new file mode 100644
index 000000000..554d2ac7a
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/ja/addon.php
@@ -0,0 +1,8 @@
+ 'カテゴリー',
+ 'name' => 'カテゴリモジュール',
+ 'description' => '',
+ 'info' => 'This is the screen where you can add, delete and edit categories from the category page. You can easily manage main categories and sub-categories from this page.',
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/ja/button.php b/resources/default/addons/visiosoft/cats-module/lang/ja/button.php
new file mode 100644
index 000000000..32ce383b2
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/ja/button.php
@@ -0,0 +1,8 @@
+ '新たなカテゴリー',
+ 'add_sub_category' => 'サブカテゴリを追加',
+ 'sub_category' => 'サブカテゴリーを表示',
+ 'new_placeholderforsearch' => '検索用の新しいプレースホルダー',
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/ja/field.php b/resources/default/addons/visiosoft/cats-module/lang/ja/field.php
new file mode 100644
index 000000000..dc96a8fde
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/ja/field.php
@@ -0,0 +1,41 @@
+ [
+ 'name' => '題名',
+ 'instructions' => 'これは、定義するメインカテゴリの名前です。これにより、ユーザーは探している製品を簡単に見つけることができます。',
+ ],
+ 'order' => [
+ 'name' => '注文',
+ ],
+
+ 'slug' => [
+ 'name' => 'ナメクジ',
+ 'instructions' => '投稿を他のユーザーとグループ化するのに役立つ組織タグを指定します。',
+
+ ],
+ 'files' => [
+ 'name' => '画像',
+ ],
+ 'seo_keyword' => [
+ 'name' => 'Seoキーワード',
+ 'instructions' => 'Googleブラウザでサイトに追加された単語が検索結果の上に表示されます。',
+ ],
+ 'seo_description' => [
+ 'name' => 'Seoの説明',
+ 'instructions' => '検索結果のコンテンツをクリックするかどうかに関する訪問者の決定に影響を与える可能性があります。',
+ ],
+ 'icon' => [
+ 'name' => 'アイコン',
+ 'instructions' => 'カテゴリタイプを示すアイコンを追加するために使用されます。',
+ ],
+
+ 'parent' => 'Parent',
+ 'level' => 'Level',
+ 'count' => 'Ad Counts',
+
+ 'please_wait' => 'サブカテゴリを削除しています',
+ 'category_selection' => 'カテゴリー選択',
+ 'go_to_parent' => '親に移動',
+ 'preview' => 'Preview'
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/ja/message.php b/resources/default/addons/visiosoft/cats-module/lang/ja/message.php
new file mode 100644
index 000000000..b0c716e80
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/ja/message.php
@@ -0,0 +1,5 @@
+ 'カテゴリと関連するサブカテゴリが正常に削除されました!',
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/ja/permission.php b/resources/default/addons/visiosoft/cats-module/lang/ja/permission.php
new file mode 100644
index 000000000..3acf0d225
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/ja/permission.php
@@ -0,0 +1,20 @@
+ [
+ 'name' => 'カテゴリー',
+ 'option' => [
+ 'read' => 'カテゴリを読むことができますか?',
+ 'write' => 'カテゴリを作成/編集できますか?',
+ 'delete' => 'カテゴリを削除できますか?',
+ ],
+ ],
+ 'placeholderforsearch' => [
+ 'name' => '検索用のプレースホルダー',
+ 'option' => [
+ 'read' => '検索用のプレースホルダーを読むことができますか?',
+ 'write' => '検索用のプレースホルダーを作成/編集できますか?',
+ 'delete' => '検索用のプレースホルダーを削除できますか?',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/ja/section.php b/resources/default/addons/visiosoft/cats-module/lang/ja/section.php
new file mode 100644
index 000000000..a097b333f
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/ja/section.php
@@ -0,0 +1,10 @@
+ [
+ 'title' => 'カテゴリー',
+ ],
+ 'placeholderforsearch' => [
+ 'title' => 'プレースホルダー',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/ja/setting.php b/resources/default/addons/visiosoft/cats-module/lang/ja/setting.php
new file mode 100644
index 000000000..e4b2c6302
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/ja/setting.php
@@ -0,0 +1,10 @@
+ [
+ 'name' => 'サイトマップの分割数',
+ ],
+ 'include_cities_sitemap' => [
+ 'name' => 'サイトマップに都市を含める',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/ja/stream.php b/resources/default/addons/visiosoft/cats-module/lang/ja/stream.php
new file mode 100644
index 000000000..aec2bf600
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/ja/stream.php
@@ -0,0 +1,10 @@
+ [
+ 'name' => 'カテゴリー',
+ ],
+ 'placeholderforsearch' => [
+ 'name' => '検索用のプレースホルダー',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/ja/view.php b/resources/default/addons/visiosoft/cats-module/lang/ja/view.php
new file mode 100644
index 000000000..3dd00b450
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/ja/view.php
@@ -0,0 +1,7 @@
+ 'クリーンサブカテゴリ',
+ 'ad_count_calculate' => '広告数の計算',
+ 'cat_level_calculate' => 'カテゴリレベル計算',
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/ko/addon.php b/resources/default/addons/visiosoft/cats-module/lang/ko/addon.php
new file mode 100644
index 000000000..b5e0dedaa
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/ko/addon.php
@@ -0,0 +1,8 @@
+ '범주',
+ 'name' => '카테고리 모듈',
+ 'description' => '',
+ 'info' => 'This is the screen where you can add, delete and edit categories from the category page. You can easily manage main categories and sub-categories from this page.',
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/ko/button.php b/resources/default/addons/visiosoft/cats-module/lang/ko/button.php
new file mode 100644
index 000000000..a539d0852
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/ko/button.php
@@ -0,0 +1,8 @@
+ '새 분류',
+ 'add_sub_category' => '하위 카테고리 추가',
+ 'sub_category' => '하위 카테고리 표시',
+ 'new_placeholderforsearch' => '새로운 자리 표시 자 검색',
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/ko/field.php b/resources/default/addons/visiosoft/cats-module/lang/ko/field.php
new file mode 100644
index 000000000..22fb9afaf
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/ko/field.php
@@ -0,0 +1,41 @@
+ [
+ 'name' => '표제',
+ 'instructions' => '정의 할 기본 카테고리의 이름입니다. 사용자가 원하는 제품을 쉽게 찾을 수 있습니다.',
+ ],
+ 'order' => [
+ 'name' => '주문',
+ ],
+
+ 'slug' => [
+ 'name' => '강타',
+ 'instructions' => '게시물을 다른 사람과 그룹화 할 수 있도록 조직 태그를 지정하십시오.',
+
+ ],
+ 'files' => [
+ 'name' => '영상',
+ ],
+ 'seo_keyword' => [
+ 'name' => '서 키워드',
+ 'instructions' => 'Google 브라우저에서 사이트에 추가 된 단어가 검색 결과 위에 나타납니다.',
+ ],
+ 'seo_description' => [
+ 'name' => '서재응 설명',
+ 'instructions' => '검색 결과에서 컨텐츠를 클릭할지 여부에 대한 방문자의 결정에 영향을 줄 수 있습니다.',
+ ],
+ 'icon' => [
+ 'name' => '상',
+ 'instructions' => '카테고리 유형을 나타내는 아이콘을 추가하는 데 사용됩니다.',
+ ],
+
+ 'parent' => 'Parent',
+ 'level' => 'Level',
+ 'count' => 'Ad Counts',
+
+ 'please_wait' => '하위 카테고리 삭제',
+ 'category_selection' => '카테고리 선택',
+ 'go_to_parent' => '부모로 이동',
+ 'preview' => 'Preview'
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/ko/message.php b/resources/default/addons/visiosoft/cats-module/lang/ko/message.php
new file mode 100644
index 000000000..13c96528a
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/ko/message.php
@@ -0,0 +1,5 @@
+ '카테고리 및 관련 하위 카테고리가 성공적으로 삭제되었습니다!',
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/ko/permission.php b/resources/default/addons/visiosoft/cats-module/lang/ko/permission.php
new file mode 100644
index 000000000..6ef1a9365
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/ko/permission.php
@@ -0,0 +1,20 @@
+ [
+ 'name' => '범주',
+ 'option' => [
+ 'read' => '카테고리를 읽을 수 있습니까?',
+ 'write' => '카테고리를 만들거나 편집 할 수 있습니까?',
+ 'delete' => '카테고리를 삭제할 수 있습니까?',
+ ],
+ ],
+ 'placeholderforsearch' => [
+ 'name' => '검색 자리 표시 자',
+ 'option' => [
+ 'read' => '자리 표시자를 검색 할 수 있습니까?',
+ 'write' => '검색을위한 자리 표시자를 만들거나 편집 할 수 있습니까?',
+ 'delete' => '검색 자리 표시자를 삭제할 수 있습니까?',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/ko/section.php b/resources/default/addons/visiosoft/cats-module/lang/ko/section.php
new file mode 100644
index 000000000..c38152755
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/ko/section.php
@@ -0,0 +1,10 @@
+ [
+ 'title' => '범주',
+ ],
+ 'placeholderforsearch' => [
+ 'title' => '자리 표시 자',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/ko/setting.php b/resources/default/addons/visiosoft/cats-module/lang/ko/setting.php
new file mode 100644
index 000000000..073bd8d7a
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/ko/setting.php
@@ -0,0 +1,10 @@
+ [
+ 'name' => '사이트 맵 분할 번호',
+ ],
+ 'include_cities_sitemap' => [
+ 'name' => 'Sitemap에 도시 포함',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/ko/stream.php b/resources/default/addons/visiosoft/cats-module/lang/ko/stream.php
new file mode 100644
index 000000000..1cd507659
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/ko/stream.php
@@ -0,0 +1,10 @@
+ [
+ 'name' => '범주',
+ ],
+ 'placeholderforsearch' => [
+ 'name' => '검색 자리 표시 자',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/ko/view.php b/resources/default/addons/visiosoft/cats-module/lang/ko/view.php
new file mode 100644
index 000000000..17d48a095
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/ko/view.php
@@ -0,0 +1,7 @@
+ '클린 서브 카테고리',
+ 'ad_count_calculate' => '광고 수 계산',
+ 'cat_level_calculate' => '범주 수준 계산',
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/ku/addon.php b/resources/default/addons/visiosoft/cats-module/lang/ku/addon.php
new file mode 100644
index 000000000..c7b7aabea
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/ku/addon.php
@@ -0,0 +1,9 @@
+ 'کەتێگۆری',
+ 'name' => 'مۆدیلی کەتێگۆری
+',
+ 'description' => '',
+ 'info' => 'This is the screen where you can add, delete and edit categories from the category page. You can easily manage main categories and sub-categories from this page.',
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/ku/button.php b/resources/default/addons/visiosoft/cats-module/lang/ku/button.php
new file mode 100644
index 000000000..585ee81ac
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/ku/button.php
@@ -0,0 +1,10 @@
+ 'کەتێگۆریی نوێ
+',
+ 'add_sub_category' => 'کەتێگۆریی ژێرەوە زیاد بکەن',
+ 'sub_category' => 'کەتێگۆریی ژێرەوە نیشاندە',
+ 'new_placeholderforsearch' => 'شوێنی نوێ بۆ گەڕان
+',
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/ku/field.php b/resources/default/addons/visiosoft/cats-module/lang/ku/field.php
new file mode 100644
index 000000000..d50481597
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/ku/field.php
@@ -0,0 +1,50 @@
+ [
+ 'name' => 'نازناو',
+ 'instructions' => 'ناوی پۆلێکی سەرەکییە کە تۆ پێناسەی دەکەیت. ڕێگە بە بەکارهێنەر دەدات بە ئاسانی ئەو بەرهەمەی بەدوایدا دەگەڕێن بدۆزنەوە.
+',
+ ],
+ 'order' => [
+ 'name' => 'ڕێک بخەن',
+ ],
+
+ 'slug' => [
+ 'name' => 'ناوی تایبەت ئەوەیە
+',
+ 'instructions' => 'هەموو ڕێکخراوێک تاگ بکە بۆ یارمەتیدانی پۆستەکەت لەگەڵ ئەوانی تر.
+',
+
+ ],
+ 'files' => [
+ 'name' => 'وێنە',
+ ],
+ 'seo_keyword' => [
+ 'name' => 'Seo Keyword',
+ 'instructions' => 'وشەی زیادکراو بۆ سایتەکە لە گۆگڵ بۆ ئەوەی لەسەر ئەنجامی گەڕانەکان دەربکەوێت.
+',
+ ],
+ 'seo_description' => [
+ 'name' => 'Seo Danasîn',
+ 'instructions' => 'دەکرێت کاریگەری لەسەر بڕیاری سەردانیکەرەکانت هەبێت کە ئایا ئەوان دەیانەوێت کلیک لەسەر ناوەڕۆکی ئەنجامەکانی گەڕانەکان بکەن.
+',
+ ],
+ 'icon' => [
+ 'name' => 'وێنۆچکە',
+ 'instructions' => 'بەکاردێت بۆ زیادکردنی ئایکۆنەکان بۆ ئاماژەدان بە جۆری کەتێگۆریەکە.
+',
+ ],
+
+ 'parent' => 'Parent',
+ 'level' => 'Level',
+ 'count' => 'Ad Counts',
+
+ 'please_wait' => 'Please wait. Deleting Sub Categories
+',
+ 'category_selection' => 'هەڵبژاردنی کەتێگۆری
+',
+ 'go_to_parent' => 'Go To Parent
+',
+ 'preview' => 'Preview'
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/ku/message.php b/resources/default/addons/visiosoft/cats-module/lang/ku/message.php
new file mode 100644
index 000000000..740e2c675
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/ku/message.php
@@ -0,0 +1,5 @@
+ 'Kategorî û jêr-kategorîyên têkildar bi serfirazî hatin jêbirin!',
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/ku/permission.php b/resources/default/addons/visiosoft/cats-module/lang/ku/permission.php
new file mode 100644
index 000000000..d1f04c581
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/ku/permission.php
@@ -0,0 +1,20 @@
+ [
+ 'name' => 'Liq',
+ 'option' => [
+ 'read' => 'Ma dikare kategoriyê bixwîne?',
+ 'write' => 'Dikare kategoriyê biafirîne / sererast bike?',
+ 'delete' => 'Ma dikare kategoriyê jê bibe?',
+ ],
+ ],
+ 'placeholderforsearch' => [
+ 'name' => 'Placeholderforsearch',
+ 'option' => [
+ 'read' => 'Dikarin bixwînin placeholderforsearch?',
+ 'write' => 'Ma dikare cîhfilka cihan biafirîne / sererast bike?',
+ 'delete' => 'Ma dikare cihekîforşeyê jêbirin?',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/ku/section.php b/resources/default/addons/visiosoft/cats-module/lang/ku/section.php
new file mode 100644
index 000000000..4c6898af2
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/ku/section.php
@@ -0,0 +1,10 @@
+ [
+ 'title' => 'Liq',
+ ],
+ 'placeholderforsearch' => [
+ 'title' => 'Placeholder',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/ku/setting.php b/resources/default/addons/visiosoft/cats-module/lang/ku/setting.php
new file mode 100644
index 000000000..70e83d511
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/ku/setting.php
@@ -0,0 +1,10 @@
+ [
+ 'name' => 'Jimareya Dabeşkirina Nexşeya Malperê',
+ ],
+ 'include_cities_sitemap' => [
+ 'name' => 'Di Nexşeyê de Bajaran Bikin',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/ku/stream.php b/resources/default/addons/visiosoft/cats-module/lang/ku/stream.php
new file mode 100644
index 000000000..370a227a0
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/ku/stream.php
@@ -0,0 +1,10 @@
+ [
+ 'name' => 'Liq',
+ ],
+ 'placeholderforsearch' => [
+ 'name' => 'Placeholderforsearch',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/ku/view.php b/resources/default/addons/visiosoft/cats-module/lang/ku/view.php
new file mode 100644
index 000000000..361c4fb5b
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/ku/view.php
@@ -0,0 +1,7 @@
+ 'Kategoriyên Paqij',
+ 'ad_count_calculate' => 'Ad Count Hesab bikin',
+ 'cat_level_calculate' => 'Asta Kategorî Hesab bikin',
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/nl/addon.php b/resources/default/addons/visiosoft/cats-module/lang/nl/addon.php
new file mode 100644
index 000000000..f58974188
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/nl/addon.php
@@ -0,0 +1,8 @@
+ 'Categorie',
+ 'name' => 'Categorie Module',
+ 'description' => '',
+ 'info' => 'Dit is het scherm waar u categoriën kan toevoegen, verwijderen en bewerken vanaf de categoriepagina. U kan vanaf deze pagina eenvoudig hoofdcategoriën en subcategoriën beheren.',
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/nl/button.php b/resources/default/addons/visiosoft/cats-module/lang/nl/button.php
new file mode 100644
index 000000000..2303aa27b
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/nl/button.php
@@ -0,0 +1,8 @@
+ 'Nieuwe categorie',
+ 'add_sub_category' => 'Subcategorie toevoegen',
+ 'sub_category' => 'Subcategorie weergeven',
+ 'new_placeholderforsearch' => 'Nieuwe plaatshoudervoor zoeken',
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/nl/field.php b/resources/default/addons/visiosoft/cats-module/lang/nl/field.php
new file mode 100644
index 000000000..f69c4ad15
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/nl/field.php
@@ -0,0 +1,41 @@
+ [
+ 'name' => 'Titel',
+ 'instructions' => 'Het is de naam van de hoofdcategorie die u gaat definiëren. Hiermee kan de gebruiker gemakkelijk het product vinden waarnaar hij op zoek is.',
+ ],
+ 'order' => [
+ 'name' => 'Bestellen',
+ ],
+
+ 'slug' => [
+ 'name' => 'Naaktslak',
+ 'instructions' => 'Specificeer eventuele organisatietags om uw bericht met anderen te groeperen.',
+
+ ],
+ 'files' => [
+ 'name' => 'Beeld',
+ ],
+ 'seo_keyword' => [
+ 'name' => 'Seo trefwoord',
+ 'instructions' => 'Woorden die aan de site in de Google-browser zijn toegevoegd om boven de zoekresultaten te verschijnen.',
+ ],
+ 'seo_description' => [
+ 'name' => 'Seo Beschrijving',
+ 'instructions' => 'Het kan van invloed zijn op de beslissing van uw bezoekers of ze op de inhoud in de zoekresultaten willen klikken.',
+ ],
+ 'icon' => [
+ 'name' => 'Icoon',
+ 'instructions' => 'Het wordt gebruikt om pictogrammen toe te voegen die het categorietype aangeven.',
+ ],
+
+ 'parent' => 'Ouder',
+ 'level' => 'Niveau',
+ 'count' => 'Advertentie telt',
+
+ 'please_wait' => 'Een ogenblik geduld. Subcategorieën verwijderen',
+ 'category_selection' => 'Categorie selectie',
+ 'go_to_parent' => 'Ga naar de ouder',
+ 'preview' => 'Voorbeeld'
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/nl/message.php b/resources/default/addons/visiosoft/cats-module/lang/nl/message.php
new file mode 100644
index 000000000..d9a922bb0
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/nl/message.php
@@ -0,0 +1,5 @@
+ 'Categorieën en gerelateerde subcategorieën zijn succesvol verwijderd!',
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/nl/permission.php b/resources/default/addons/visiosoft/cats-module/lang/nl/permission.php
new file mode 100644
index 000000000..414e7fc5c
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/nl/permission.php
@@ -0,0 +1,20 @@
+ [
+ 'name' => 'Categorie',
+ 'option' => [
+ 'read' => 'Kan categorie lezen? ',
+ 'write' => 'Kan categorie maken / bewerken? ',
+ 'delete' => 'Kan categorie verwijderen?',
+ ],
+ ],
+ 'placeholderforsearch' => [
+ 'name' => 'Placeholderforsearch',
+ 'option' => [
+ 'read' => 'Kan placeholderforsearch lezen? ',
+ 'write' => 'Kan plaatsaanduiding voor zoeken maken / bewerken? ',
+ 'delete' => 'Kan placeholderforsearch worden verwijderd?',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/nl/section.php b/resources/default/addons/visiosoft/cats-module/lang/nl/section.php
new file mode 100644
index 000000000..c26185eb9
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/nl/section.php
@@ -0,0 +1,10 @@
+ [
+ 'title' => 'Categorie',
+ ],
+ 'placeholderforsearch' => [
+ 'title' => 'Placeholderforsearch',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/nl/setting.php b/resources/default/addons/visiosoft/cats-module/lang/nl/setting.php
new file mode 100644
index 000000000..04f55c8dc
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/nl/setting.php
@@ -0,0 +1,10 @@
+ [
+ 'name' => 'Sitemap Scheidingsnummer',
+ ],
+ 'include_cities_sitemap' => [
+ 'name' => 'Plaats steden in sitemap',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/nl/stream.php b/resources/default/addons/visiosoft/cats-module/lang/nl/stream.php
new file mode 100644
index 000000000..013b4d25b
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/nl/stream.php
@@ -0,0 +1,10 @@
+ [
+ 'name' => 'Categorie',
+ ],
+ 'placeholderforsearch' => [
+ 'name' => 'Placeholderforsearch',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/nl/view.php b/resources/default/addons/visiosoft/cats-module/lang/nl/view.php
new file mode 100644
index 000000000..6cb28b45a
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/nl/view.php
@@ -0,0 +1,7 @@
+ 'Schone subcategorieën',
+ 'ad_count_calculate' => 'Advertentietelling berekenen',
+ 'cat_level_calculate' => 'Berekenen op categorieniveau',
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/no/addon.php b/resources/default/addons/visiosoft/cats-module/lang/no/addon.php
new file mode 100644
index 000000000..f5a8c8e2a
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/no/addon.php
@@ -0,0 +1,8 @@
+ 'Kategori',
+ 'name' => 'Kategorimodul',
+ 'description' => '',
+ 'info' => 'This is the screen where you can add, delete and edit categories from the category page. You can easily manage main categories and sub-categories from this page.',
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/no/button.php b/resources/default/addons/visiosoft/cats-module/lang/no/button.php
new file mode 100644
index 000000000..0b50fee4c
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/no/button.php
@@ -0,0 +1,8 @@
+ 'Ny kategori',
+ 'add_sub_category' => 'Legg til underkategori',
+ 'sub_category' => 'Vis underkategori',
+ 'new_placeholderforsearch' => 'Ny plassholderforsøk',
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/no/field.php b/resources/default/addons/visiosoft/cats-module/lang/no/field.php
new file mode 100644
index 000000000..7b972299a
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/no/field.php
@@ -0,0 +1,41 @@
+ [
+ 'name' => 'Tittel',
+ 'instructions' => 'Det er navnet på hovedkategorien du vil definere. Det lar brukeren enkelt finne produktet de leter etter.',
+ ],
+ 'order' => [
+ 'name' => 'Rekkefølge',
+ ],
+
+ 'slug' => [
+ 'name' => 'Mordersnegle',
+ 'instructions' => 'Spesifiser eventuelle organisasjonskoder for å gruppere innlegget ditt med andre.',
+
+ ],
+ 'files' => [
+ 'name' => 'Bilde',
+ ],
+ 'seo_keyword' => [
+ 'name' => 'Seo nøkkelord',
+ 'instructions' => 'Ord lagt til nettstedet i Google-nettleseren for å vises over søkeresultatene.',
+ ],
+ 'seo_description' => [
+ 'name' => 'Seo Beskrivelse',
+ 'instructions' => 'Det kan påvirke de besøkendes beslutning om de vil klikke på innholdet i søkeresultatene.',
+ ],
+ 'icon' => [
+ 'name' => 'Ikon',
+ 'instructions' => 'Den brukes til å legge til ikoner som angir kategoritypen.',
+ ],
+
+ 'parent' => 'Parent',
+ 'level' => 'Level',
+ 'count' => 'Ad Counts',
+
+ 'please_wait' => 'Vent. Sletter underkategorier',
+ 'category_selection' => 'Kategorivalg',
+ 'go_to_parent' => 'Gå til foreldre',
+ 'preview' => 'Preview'
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/no/message.php b/resources/default/addons/visiosoft/cats-module/lang/no/message.php
new file mode 100644
index 000000000..b3145391d
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/no/message.php
@@ -0,0 +1,5 @@
+ 'Kategorier og relaterte underkategorier er slettet!',
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/no/permission.php b/resources/default/addons/visiosoft/cats-module/lang/no/permission.php
new file mode 100644
index 000000000..7556395fd
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/no/permission.php
@@ -0,0 +1,20 @@
+ [
+ 'name' => 'Kategori',
+ 'option' => [
+ 'read' => 'Kan lese kategori?',
+ 'write' => 'Kan du opprette / redigere kategori?',
+ 'delete' => 'Kan du slette kategorien?',
+ ],
+ ],
+ 'placeholderforsearch' => [
+ 'name' => 'Plassholderforskning',
+ 'option' => [
+ 'read' => 'Kan du lese plassholderforskning?',
+ 'write' => 'Kan du opprette / redigere plassholderforsøk?',
+ 'delete' => 'Kan du slette plassholderforsøk?',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/no/section.php b/resources/default/addons/visiosoft/cats-module/lang/no/section.php
new file mode 100644
index 000000000..37424db8e
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/no/section.php
@@ -0,0 +1,10 @@
+ [
+ 'title' => 'Kategori',
+ ],
+ 'placeholderforsearch' => [
+ 'title' => 'Plassholder',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/no/setting.php b/resources/default/addons/visiosoft/cats-module/lang/no/setting.php
new file mode 100644
index 000000000..186be82d0
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/no/setting.php
@@ -0,0 +1,10 @@
+ [
+ 'name' => 'Sitemap Dividing Number',
+ ],
+ 'include_cities_sitemap' => [
+ 'name' => 'Inkluder byer i nettstedskart',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/no/stream.php b/resources/default/addons/visiosoft/cats-module/lang/no/stream.php
new file mode 100644
index 000000000..b96fe545f
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/no/stream.php
@@ -0,0 +1,10 @@
+ [
+ 'name' => 'Kategori',
+ ],
+ 'placeholderforsearch' => [
+ 'name' => 'Plassholderforskning',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/no/view.php b/resources/default/addons/visiosoft/cats-module/lang/no/view.php
new file mode 100644
index 000000000..61b3fc680
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/no/view.php
@@ -0,0 +1,7 @@
+ 'Rene underkategorier',
+ 'ad_count_calculate' => 'Antall annonser beregnes',
+ 'cat_level_calculate' => 'Kategorinivå Beregn',
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/pl/addon.php b/resources/default/addons/visiosoft/cats-module/lang/pl/addon.php
new file mode 100644
index 000000000..1e812cbf6
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/pl/addon.php
@@ -0,0 +1,8 @@
+ 'Kategoria',
+ 'name' => 'Moduł kategorii',
+ 'description' => '',
+ 'info' => 'This is the screen where you can add, delete and edit categories from the category page. You can easily manage main categories and sub-categories from this page.',
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/pl/button.php b/resources/default/addons/visiosoft/cats-module/lang/pl/button.php
new file mode 100644
index 000000000..dd6f1f5ed
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/pl/button.php
@@ -0,0 +1,8 @@
+ 'Nowa kategoria',
+ 'add_sub_category' => 'Dodaj podkategorię',
+ 'sub_category' => 'Pokaż podkategorię',
+ 'new_placeholderforsearch' => 'Nowy symbol zastępczy dla wyszukiwania',
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/pl/field.php b/resources/default/addons/visiosoft/cats-module/lang/pl/field.php
new file mode 100644
index 000000000..46afc811d
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/pl/field.php
@@ -0,0 +1,41 @@
+ [
+ 'name' => 'Tytuł',
+ 'instructions' => 'Jest to nazwa głównej kategorii, którą zdefiniujesz. Pozwala użytkownikowi z łatwością znaleźć poszukiwany produkt.',
+ ],
+ 'order' => [
+ 'name' => 'Zamówienie',
+ ],
+
+ 'slug' => [
+ 'name' => 'Ślimak',
+ 'instructions' => 'Określ dowolne tagi organizacyjne, aby zgrupować swój post z innymi.',
+
+ ],
+ 'files' => [
+ 'name' => 'Wizerunek',
+ ],
+ 'seo_keyword' => [
+ 'name' => 'Słowo kluczowe SEO',
+ 'instructions' => 'Słowa dodane do witryny w przeglądarce Google pojawiają się nad wynikami wyszukiwania.',
+ ],
+ 'seo_description' => [
+ 'name' => 'Seo Description',
+ 'instructions' => 'Może to wpłynąć na decyzję odwiedzających o tym, czy chcą oni kliknąć treść w wynikach wyszukiwania.',
+ ],
+ 'icon' => [
+ 'name' => 'Ikona',
+ 'instructions' => 'Służy do dodawania ikon wskazujących typ kategorii.',
+ ],
+
+ 'parent' => 'Parent',
+ 'level' => 'Level',
+ 'count' => 'Ad Counts',
+
+ 'please_wait' => 'Proszę czekać. Usuwanie podkategorii',
+ 'category_selection' => 'Wybór kategorii',
+ 'go_to_parent' => 'Idź do rodzica',
+ 'preview' => 'Preview'
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/pl/message.php b/resources/default/addons/visiosoft/cats-module/lang/pl/message.php
new file mode 100644
index 000000000..48575379e
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/pl/message.php
@@ -0,0 +1,5 @@
+ 'Kategorie i powiązane podkategorie zostały pomyślnie usunięte!',
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/pl/permission.php b/resources/default/addons/visiosoft/cats-module/lang/pl/permission.php
new file mode 100644
index 000000000..7c73e2df9
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/pl/permission.php
@@ -0,0 +1,20 @@
+ [
+ 'name' => 'Kategoria',
+ 'option' => [
+ 'read' => 'Czy można przeczytać kategorię?',
+ 'write' => 'Czy można utworzyć / edytować kategorię?',
+ 'delete' => 'Czy można usunąć kategorię?',
+ ],
+ ],
+ 'placeholderforsearch' => [
+ 'name' => 'Placeholderforsearch',
+ 'option' => [
+ 'read' => 'Czy można odczytać symbol zastępczy dla wyszukiwania?',
+ 'write' => 'Czy można utworzyć / edytować symbol zastępczy dla wyszukiwania?',
+ 'delete' => 'Czy można usunąć symbol zastępczy dla wyszukiwania?',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/pl/section.php b/resources/default/addons/visiosoft/cats-module/lang/pl/section.php
new file mode 100644
index 000000000..740d85ddf
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/pl/section.php
@@ -0,0 +1,10 @@
+ [
+ 'title' => 'Kategoria',
+ ],
+ 'placeholderforsearch' => [
+ 'title' => 'Symbol zastępczy',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/pl/setting.php b/resources/default/addons/visiosoft/cats-module/lang/pl/setting.php
new file mode 100644
index 000000000..bbdce1089
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/pl/setting.php
@@ -0,0 +1,10 @@
+ [
+ 'name' => 'Mapa witryny Dzielenie liczby',
+ ],
+ 'include_cities_sitemap' => [
+ 'name' => 'Uwzględnij miasta w mapie witryny',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/pl/stream.php b/resources/default/addons/visiosoft/cats-module/lang/pl/stream.php
new file mode 100644
index 000000000..db92377df
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/pl/stream.php
@@ -0,0 +1,10 @@
+ [
+ 'name' => 'Kategoria',
+ ],
+ 'placeholderforsearch' => [
+ 'name' => 'Placeholderforsearch',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/pl/view.php b/resources/default/addons/visiosoft/cats-module/lang/pl/view.php
new file mode 100644
index 000000000..28d73fc70
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/pl/view.php
@@ -0,0 +1,7 @@
+ 'Wyczyść podkategorie',
+ 'ad_count_calculate' => 'Oblicz liczbę reklam',
+ 'cat_level_calculate' => 'Oblicz poziom kategorii',
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/pt/addon.php b/resources/default/addons/visiosoft/cats-module/lang/pt/addon.php
new file mode 100644
index 000000000..2d2e72346
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/pt/addon.php
@@ -0,0 +1,8 @@
+ 'Categoria',
+ 'name' => 'Módulo de categoria',
+ 'description' => '',
+ 'info' => 'This is the screen where you can add, delete and edit categories from the category page. You can easily manage main categories and sub-categories from this page.',
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/pt/button.php b/resources/default/addons/visiosoft/cats-module/lang/pt/button.php
new file mode 100644
index 000000000..50f96e526
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/pt/button.php
@@ -0,0 +1,8 @@
+ 'Nova categoria',
+ 'add_sub_category' => 'Adicionar subcategoria',
+ 'sub_category' => 'Mostrar subcategoria',
+ 'new_placeholderforsearch' => 'Novo espaço reservado para pesquisa',
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/pt/field.php b/resources/default/addons/visiosoft/cats-module/lang/pt/field.php
new file mode 100644
index 000000000..d84de4312
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/pt/field.php
@@ -0,0 +1,42 @@
+ [
+ 'name' => 'Título',
+ 'instructions' => 'É o nome da categoria principal que você definirá. Ele permite que o usuário encontre facilmente o produto que está procurando.',
+ ],
+ 'order' => [
+ 'name' => 'Ordem',
+ ],
+
+ 'slug' => [
+ 'name' => 'Lesma',
+ 'instructions' => 'Especifique as tags organizacionais para ajudar a agrupar sua postagem com outras pessoas.',
+
+ ],
+ 'files' => [
+ 'name' => 'Imagem',
+ ],
+ 'seo_keyword' => [
+ 'name' => 'Seo Palavra-chave',
+ 'instructions' => 'Palavras adicionadas ao site no navegador do Google para aparecer acima dos resultados da pesquisa.',
+ ],
+ 'seo_description' => [
+ 'name' => 'Descrição Seo',
+ 'instructions' => 'Isso pode afetar a decisão dos visitantes sobre se eles querem clicar no conteúdo nos resultados da pesquisa.',
+ ],
+ 'icon' => [
+ 'name' => 'Ícone',
+ 'instructions' => 'É usado para adicionar ícones indicando o tipo de categoria.',
+ ],
+
+ 'parent' => 'Parent',
+ 'level' => 'Level',
+ 'count' => 'Ad Counts',
+
+ 'please_wait' => 'Por favor,
+ aguarde. Excluindo Subcategorias',
+ 'category_selection' => 'Seleção de categoria',
+ 'go_to_parent' => 'Vá para o pai',
+ 'preview' => 'Preview'
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/pt/message.php b/resources/default/addons/visiosoft/cats-module/lang/pt/message.php
new file mode 100644
index 000000000..ffde9ff98
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/pt/message.php
@@ -0,0 +1,5 @@
+ 'Categorias e subcategorias relacionadas foram excluídas com sucesso!',
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/pt/permission.php b/resources/default/addons/visiosoft/cats-module/lang/pt/permission.php
new file mode 100644
index 000000000..b0eca875b
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/pt/permission.php
@@ -0,0 +1,20 @@
+ [
+ 'name' => 'Categoria',
+ 'option' => [
+ 'read' => 'Pode ler categoria? ',
+ 'write' => 'Pode criar / editar categoria? ',
+ 'delete' => 'Pode excluir categoria?',
+ ],
+ ],
+ 'placeholderforsearch' => [
+ 'name' => 'Placeholderforsearch',
+ 'option' => [
+ 'read' => 'Pode ler o placeholderforsearch? ',
+ 'write' => 'Pode criar / editar placeholderforsearch? ',
+ 'delete' => 'Pode excluir o placeholderforsearch?',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/pt/section.php b/resources/default/addons/visiosoft/cats-module/lang/pt/section.php
new file mode 100644
index 000000000..e206944ce
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/pt/section.php
@@ -0,0 +1,10 @@
+ [
+ 'title' => 'Categoria',
+ ],
+ 'placeholderforsearch' => [
+ 'title' => 'Placeholderforsearch',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/pt/setting.php b/resources/default/addons/visiosoft/cats-module/lang/pt/setting.php
new file mode 100644
index 000000000..6ee214e3c
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/pt/setting.php
@@ -0,0 +1,10 @@
+ [
+ 'name' => 'Número de divisão do mapa do site',
+ ],
+ 'include_cities_sitemap' => [
+ 'name' => 'Incluir cidades no mapa do site',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/pt/stream.php b/resources/default/addons/visiosoft/cats-module/lang/pt/stream.php
new file mode 100644
index 000000000..38acb5482
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/pt/stream.php
@@ -0,0 +1,10 @@
+ [
+ 'name' => 'Categoria',
+ ],
+ 'placeholderforsearch' => [
+ 'name' => 'Placeholderforsearch',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/pt/view.php b/resources/default/addons/visiosoft/cats-module/lang/pt/view.php
new file mode 100644
index 000000000..d2f97dead
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/pt/view.php
@@ -0,0 +1,7 @@
+ 'Subcategorias limpas',
+ 'ad_count_calculate' => 'Calcule a contagem de anúncios',
+ 'cat_level_calculate' => 'Calcular nível de categoria',
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/ro/addon.php b/resources/default/addons/visiosoft/cats-module/lang/ro/addon.php
new file mode 100644
index 000000000..9e5a09e16
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/ro/addon.php
@@ -0,0 +1,8 @@
+ 'Categorie',
+ 'name' => 'Modul de categorie',
+ 'description' => '',
+ 'info' => 'This is the screen where you can add, delete and edit categories from the category page. You can easily manage main categories and sub-categories from this page.',
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/ro/button.php b/resources/default/addons/visiosoft/cats-module/lang/ro/button.php
new file mode 100644
index 000000000..b5187b691
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/ro/button.php
@@ -0,0 +1,8 @@
+ 'Categorie noua',
+ 'add_sub_category' => 'Adăugați subcategorie',
+ 'sub_category' => 'Arată subcategorie',
+ 'new_placeholderforsearch' => 'Nouă locație de căutare',
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/ro/field.php b/resources/default/addons/visiosoft/cats-module/lang/ro/field.php
new file mode 100644
index 000000000..ec9a84d7c
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/ro/field.php
@@ -0,0 +1,41 @@
+ [
+ 'name' => 'Titlu',
+ 'instructions' => 'Este numele categoriei principale pe care o veți defini. Acesta permite utilizatorului să găsească cu ușurință produsul pe care îl caută.',
+ ],
+ 'order' => [
+ 'name' => 'Ordin',
+ ],
+
+ 'slug' => [
+ 'name' => 'Melc',
+ 'instructions' => 'Specificați orice etichete organizaționale pentru a vă ajuta să vă grupați postarea cu alții.',
+
+ ],
+ 'files' => [
+ 'name' => 'Imagine',
+ ],
+ 'seo_keyword' => [
+ 'name' => 'Seo Cuvinte cheie',
+ 'instructions' => 'Cuvintele adăugate pe site în browserul Google să apară deasupra rezultatelor căutării.',
+ ],
+ 'seo_description' => [
+ 'name' => 'Descrierea seo',
+ 'instructions' => 'Poate afecta decizia vizitatorilor dvs. dacă doresc să facă clic pe conținutul din rezultatele căutării.',
+ ],
+ 'icon' => [
+ 'name' => 'icoană',
+ 'instructions' => 'Este folosit pentru a adăuga pictograme care indică tipul de categorie.',
+ ],
+
+ 'parent' => 'Parent',
+ 'level' => 'Level',
+ 'count' => 'Ad Counts',
+
+ 'please_wait' => 'Vă rugăm să așteptați. Ștergeți subcategorii',
+ 'category_selection' => 'Selectarea categoriei',
+ 'go_to_parent' => 'Mergeți la părinte',
+ 'preview' => 'Preview'
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/ro/message.php b/resources/default/addons/visiosoft/cats-module/lang/ro/message.php
new file mode 100644
index 000000000..7e09c4c43
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/ro/message.php
@@ -0,0 +1,5 @@
+ 'Categoriile și sub-categoriile aferente au fost șterse cu succes!',
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/ro/permission.php b/resources/default/addons/visiosoft/cats-module/lang/ro/permission.php
new file mode 100644
index 000000000..a34134484
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/ro/permission.php
@@ -0,0 +1,20 @@
+ [
+ 'name' => 'Categorie',
+ 'option' => [
+ 'read' => 'Se poate citi categoria?',
+ 'write' => 'Poate crea / edita categoria?',
+ 'delete' => 'Se poate șterge categoria?',
+ ],
+ ],
+ 'placeholderforsearch' => [
+ 'name' => 'Placeholderforsearch',
+ 'option' => [
+ 'read' => 'Puteți citi locholderforsSearch?',
+ 'write' => 'Poate crea / edita placeholderforsearch?',
+ 'delete' => 'Poți șterge locholderforsSearch?',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/ro/section.php b/resources/default/addons/visiosoft/cats-module/lang/ro/section.php
new file mode 100644
index 000000000..b4019db3c
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/ro/section.php
@@ -0,0 +1,10 @@
+ [
+ 'title' => 'Categorie',
+ ],
+ 'placeholderforsearch' => [
+ 'title' => 'Substitut',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/ro/setting.php b/resources/default/addons/visiosoft/cats-module/lang/ro/setting.php
new file mode 100644
index 000000000..59a5656e6
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/ro/setting.php
@@ -0,0 +1,10 @@
+ [
+ 'name' => 'Sitemap Număr de divizare',
+ ],
+ 'include_cities_sitemap' => [
+ 'name' => 'Includeți orașe în Sitemap',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/ro/stream.php b/resources/default/addons/visiosoft/cats-module/lang/ro/stream.php
new file mode 100644
index 000000000..013b4d25b
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/ro/stream.php
@@ -0,0 +1,10 @@
+ [
+ 'name' => 'Categorie',
+ ],
+ 'placeholderforsearch' => [
+ 'name' => 'Placeholderforsearch',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/ro/view.php b/resources/default/addons/visiosoft/cats-module/lang/ro/view.php
new file mode 100644
index 000000000..e30366fac
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/ro/view.php
@@ -0,0 +1,7 @@
+ 'Curat Subcategorii',
+ 'ad_count_calculate' => 'Calculați numărul de anunțuri',
+ 'cat_level_calculate' => 'Calculează nivelul categoriei',
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/ru/addon.php b/resources/default/addons/visiosoft/cats-module/lang/ru/addon.php
new file mode 100644
index 000000000..ec8faeed8
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/ru/addon.php
@@ -0,0 +1,8 @@
+ 'категория',
+ 'name' => 'Модуль категории',
+ 'description' => '',
+ 'info' => 'This is the screen where you can add, delete and edit categories from the category page. You can easily manage main categories and sub-categories from this page.',
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/ru/button.php b/resources/default/addons/visiosoft/cats-module/lang/ru/button.php
new file mode 100644
index 000000000..f3c048641
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/ru/button.php
@@ -0,0 +1,8 @@
+ 'Новая категория',
+ 'add_sub_category' => 'Добавить подкатегорию',
+ 'sub_category' => 'Показать подкатегорию',
+ 'new_placeholderforsearch' => 'Новый Placeholderforsearch',
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/ru/field.php b/resources/default/addons/visiosoft/cats-module/lang/ru/field.php
new file mode 100644
index 000000000..8935a2b74
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/ru/field.php
@@ -0,0 +1,42 @@
+ [
+ 'name' => 'заглавие',
+ 'instructions' => 'Это название основной категории, которую вы определите. Это позволяет пользователю легко найти продукт, который он ищет.',
+ ],
+ 'order' => [
+ 'name' => 'порядок',
+ ],
+
+ 'slug' => [
+ 'name' => 'слизень',
+ 'instructions' => 'Укажите любые организационные теги, которые помогут сгруппировать ваш пост с другими.',
+
+ ],
+ 'files' => [
+ 'name' => 'Образ',
+ ],
+ 'seo_keyword' => [
+ 'name' => 'Сео Ключевое слово',
+ 'instructions' => 'Слова, добавленные на сайт в браузере Google, появляются над результатами поиска.',
+ ],
+ 'seo_description' => [
+ 'name' => 'Сео Описание',
+ 'instructions' => 'Это может повлиять на решение ваших посетителей о том, хотят ли они нажимать на контент в результатах поиска.',
+ ],
+ 'icon' => [
+ 'name' => 'Икона',
+ 'instructions' => 'Используется для добавления значков, обозначающих тип категории.',
+ ],
+
+ 'parent' => 'Parent',
+ 'level' => 'Level',
+ 'count' => 'Ad Counts',
+
+ 'please_wait' => 'Пожалуйста,
+ подождите. Удаление подкатегорий',
+ 'category_selection' => 'Выбор категории',
+ 'go_to_parent' => 'Перейти к родителю',
+ 'preview' => 'Preview'
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/ru/message.php b/resources/default/addons/visiosoft/cats-module/lang/ru/message.php
new file mode 100644
index 000000000..77dd52dbf
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/ru/message.php
@@ -0,0 +1,5 @@
+ 'Категории и связанные подкатегории были успешно удалены!',
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/ru/permission.php b/resources/default/addons/visiosoft/cats-module/lang/ru/permission.php
new file mode 100644
index 000000000..b8b045888
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/ru/permission.php
@@ -0,0 +1,20 @@
+ [
+ 'name' => 'категория',
+ 'option' => [
+ 'read' => 'Может читать категорию? ',
+ 'write' => 'Можно создать / редактировать категорию? ',
+ 'delete' => 'Можете удалить категорию?',
+ ],
+ ],
+ 'placeholderforsearch' => [
+ 'name' => 'Placeholderforsearch',
+ 'option' => [
+ 'read' => 'Может читать заполнитель для поиска? ',
+ 'write' => 'Можно создать / изменить заполнитель для поиска? ',
+ 'delete' => 'Можно удалить заполнитель для поиска?',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/ru/section.php b/resources/default/addons/visiosoft/cats-module/lang/ru/section.php
new file mode 100644
index 000000000..d44ffe74d
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/ru/section.php
@@ -0,0 +1,10 @@
+ [
+ 'title' => 'категория',
+ ],
+ 'placeholderforsearch' => [
+ 'title' => 'Placeholderforsearch',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/ru/setting.php b/resources/default/addons/visiosoft/cats-module/lang/ru/setting.php
new file mode 100644
index 000000000..6edcb806c
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/ru/setting.php
@@ -0,0 +1,10 @@
+ [
+ 'name' => 'Разделительный номер карты сайта',
+ ],
+ 'include_cities_sitemap' => [
+ 'name' => 'Включить города в карту сайта',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/ru/stream.php b/resources/default/addons/visiosoft/cats-module/lang/ru/stream.php
new file mode 100644
index 000000000..9e0b14b0f
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/ru/stream.php
@@ -0,0 +1,10 @@
+ [
+ 'name' => 'категория',
+ ],
+ 'placeholderforsearch' => [
+ 'name' => 'Placeholderforsearch',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/ru/view.php b/resources/default/addons/visiosoft/cats-module/lang/ru/view.php
new file mode 100644
index 000000000..010a9f2b6
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/ru/view.php
@@ -0,0 +1,7 @@
+ 'Чистые подкатегории',
+ 'ad_count_calculate' => 'Подсчитать количество объявлений',
+ 'cat_level_calculate' => 'Категория Уровень Рассчитать',
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/sq/addon.php b/resources/default/addons/visiosoft/cats-module/lang/sq/addon.php
new file mode 100644
index 000000000..30c1bc457
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/sq/addon.php
@@ -0,0 +1,8 @@
+ 'Kategorija',
+ 'name' => 'Moduli i Kategorisë',
+ 'description' => '',
+ 'info' => 'This is the screen where you can add, delete and edit categories from the category page. You can easily manage main categories and sub-categories from this page.',
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/sq/button.php b/resources/default/addons/visiosoft/cats-module/lang/sq/button.php
new file mode 100644
index 000000000..2e04c3c6a
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/sq/button.php
@@ -0,0 +1,8 @@
+ 'Kategoria e re',
+ 'add_sub_category' => 'Shtoni Nën Kategorinë',
+ 'sub_category' => 'Trego Nën Kategorinë',
+ 'new_placeholderforsearch' => 'Vendndodhësi i ri ',
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/sq/field.php b/resources/default/addons/visiosoft/cats-module/lang/sq/field.php
new file mode 100644
index 000000000..a0640fcbc
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/sq/field.php
@@ -0,0 +1,41 @@
+ [
+ 'name' => 'Titull',
+ 'instructions' => 'Theshtë emri i kategorisë kryesore që do të përcaktoni. Kjo i lejon përdoruesit të gjejë me lehtësi produktin që po kërkon.',
+ ],
+ 'order' => [
+ 'name' => 'Porosi',
+ ],
+
+ 'slug' => [
+ 'name' => 'Goditje e fortë',
+ 'instructions' => 'Specifikoni çdo etiketë organizative për të ndihmuar në grupimin e postimit tuaj me të tjerët.',
+
+ ],
+ 'files' => [
+ 'name' => 'Imazhi',
+ ],
+ 'seo_keyword' => [
+ 'name' => 'Fjalë kyçe SEO',
+ 'instructions' => 'Fjalët e shtuara në faqe në shfletuesin Google për të dalë sipër rezultateve të kërkimit.',
+ ],
+ 'seo_description' => [
+ 'name' => 'Përshkrimi i Seos',
+ 'instructions' => 'Mund të ndikojë në vendimin e vizitorëve tuaj nëse duan të klikojnë përmbajtjen në rezultatet e kërkimit.',
+ ],
+ 'icon' => [
+ 'name' => 'Ikona',
+ 'instructions' => 'Përdoret për të shtuar ikona që tregojnë llojin e kategorisë.',
+ ],
+
+ 'parent' => 'Parent',
+ 'level' => 'Level',
+ 'count' => 'Ad Counts',
+
+ 'please_wait' => 'Ju lutemi prisni. Zgjedhja e kategorive nën',
+ 'category_selection' => 'Zgjedhja e kategorisë',
+ 'go_to_parent' => 'Shkoni te Prindi',
+ 'preview' => 'Preview'
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/sq/message.php b/resources/default/addons/visiosoft/cats-module/lang/sq/message.php
new file mode 100644
index 000000000..100080e91
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/sq/message.php
@@ -0,0 +1,5 @@
+ 'Kategoritë dhe nënkategoritë përkatëse janë fshirë me sukses!',
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/sq/permission.php b/resources/default/addons/visiosoft/cats-module/lang/sq/permission.php
new file mode 100644
index 000000000..4d05dce78
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/sq/permission.php
@@ -0,0 +1,21 @@
+ [
+ 'name' => 'Kategori',
+ 'option' => [
+ 'read' => 'Mund të lexoni kategori?',
+ 'write' => 'Mund të krijoni / modifikoni kategori?',
+ 'delete' => 'Mund të fshini kategorinë?',
+ ],
+ ],
+ 'placeholderforsearch' => [
+ 'name' => 'Mbajtësi i vendit për kërkim',
+ 'option' => [
+ 'read' => 'A mund të lexoni mbajtësin e vendit për kërkim?',
+ 'write' => 'Mund të krijojë / modifikojë vendin për kërkim?
+',
+ 'delete' => 'Mund të fshijë mbajtësin e vendit për kërkim?',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/sq/section.php b/resources/default/addons/visiosoft/cats-module/lang/sq/section.php
new file mode 100644
index 000000000..7c384af86
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/sq/section.php
@@ -0,0 +1,10 @@
+ [
+ 'title' => 'Kategori',
+ ],
+ 'placeholderforsearch' => [
+ 'title' => 'Vendmbajtësi',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/sq/setting.php b/resources/default/addons/visiosoft/cats-module/lang/sq/setting.php
new file mode 100644
index 000000000..2f6a751f0
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/sq/setting.php
@@ -0,0 +1,10 @@
+ [
+ 'name' => 'Numri i Ndarjes së sitit',
+ ],
+ 'include_cities_sitemap' => [
+ 'name' => 'Përfshini Qytetet në Sitemap',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/sq/stream.php b/resources/default/addons/visiosoft/cats-module/lang/sq/stream.php
new file mode 100644
index 000000000..0d90c4eda
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/sq/stream.php
@@ -0,0 +1,10 @@
+ [
+ 'name' => 'Kategori',
+ ],
+ 'placeholderforsearch' => [
+ 'name' => 'Mbajtësi i vendit për kërkim',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/sq/view.php b/resources/default/addons/visiosoft/cats-module/lang/sq/view.php
new file mode 100644
index 000000000..24dd8ac9b
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/sq/view.php
@@ -0,0 +1,7 @@
+ 'Nënkategoritë e pastra',
+ 'ad_count_calculate' => 'Llogarit numrin e reklamave',
+ 'cat_level_calculate' => 'Niveli i kategorisë Llogaritni',
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/sr/addon.php b/resources/default/addons/visiosoft/cats-module/lang/sr/addon.php
new file mode 100644
index 000000000..cd28f0cce
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/sr/addon.php
@@ -0,0 +1,8 @@
+ 'Kategorija',
+ 'name' => 'Kategorija Modul',
+ 'description' => '',
+ 'info' => 'This is the screen where you can add, delete and edit categories from the category page. You can easily manage main categories and sub-categories from this page.',
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/sr/button.php b/resources/default/addons/visiosoft/cats-module/lang/sr/button.php
new file mode 100644
index 000000000..f05b84cb2
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/sr/button.php
@@ -0,0 +1,8 @@
+ 'Nova kategorija',
+ 'add_sub_category' => 'Dodaj potkategoriju',
+ 'sub_category' => 'Prikaži potkategoriju',
+ 'new_placeholderforsearch' => 'Novi placeholder za pretragu',
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/sr/field.php b/resources/default/addons/visiosoft/cats-module/lang/sr/field.php
new file mode 100644
index 000000000..dcd6949f6
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/sr/field.php
@@ -0,0 +1,41 @@
+ [
+ 'name' => 'Naziv',
+ 'instructions' => 'To je naziv glavne kategorije koju ćete definisati. Omogućava korisniku da lako pronađe proizvod koji traži.',
+ ],
+ 'order' => [
+ 'name' => 'Redosled',
+ ],
+
+ 'slug' => [
+ 'name' => 'Slug',
+ 'instructions' => 'Navedite bilo kakve organizacione oznake da biste grupisali svoj post sa drugima.',
+
+ ],
+ 'files' => [
+ 'name' => 'Slika',
+ ],
+ 'seo_keyword' => [
+ 'name' => 'Seo Ključne reči',
+ 'instructions' => 'Reči dodate na stranicu u Google pretraživaču koje se pojavljuju ispod rezultata pretrage.',
+ ],
+ 'seo_description' => [
+ 'name' => 'Seo Opis',
+ 'instructions' => 'To može uticati na odluku vaših posetilaca da li žele da kliknu na sadržaj u rezultatima pretrage.',
+ ],
+ 'icon' => [
+ 'name' => 'Ikona',
+ 'instructions' => 'Koristi se za dodavanje ikona koje označavaju vrstu kategorije.',
+ ],
+
+ 'parent' => 'Parent',
+ 'level' => 'Level',
+ 'count' => 'Ad Counts',
+
+ 'please_wait' => 'Molimo pričekajte.Brisanje potkategorija',
+ 'category_selection' => 'Selekcija kategorija',
+ 'go_to_parent' => 'Idi na Parent-a',
+ 'preview' => 'Preview'
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/sr/message.php b/resources/default/addons/visiosoft/cats-module/lang/sr/message.php
new file mode 100644
index 000000000..6b47a740e
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/sr/message.php
@@ -0,0 +1,5 @@
+ 'Kategorije i srodne podkategorije su uspešno izbrisane!',
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/sr/permission.php b/resources/default/addons/visiosoft/cats-module/lang/sr/permission.php
new file mode 100644
index 000000000..96e54f83c
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/sr/permission.php
@@ -0,0 +1,20 @@
+ [
+ 'name' => 'Kategorija',
+ 'option' => [
+ 'read' => 'Može da vidi kategoriju?',
+ 'write' => 'Može da kreira / uređuje kategoriju?',
+ 'delete' => 'Može da obriše kategoriju?',
+ ],
+ ],
+ 'placeholderforsearch' => [
+ 'name' => 'Placeholder za pretragu',
+ 'option' => [
+ 'read' => 'Može da vidi placeholder za pretragu?',
+ 'write' => 'Može da kreira / uređuje placeholder za pretragu?',
+ 'delete' => 'Može da obriše placeholder za pretragu?',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/sr/section.php b/resources/default/addons/visiosoft/cats-module/lang/sr/section.php
new file mode 100644
index 000000000..a593a443d
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/sr/section.php
@@ -0,0 +1,10 @@
+ [
+ 'title' => 'Kategorija',
+ ],
+ 'placeholderforsearch' => [
+ 'title' => 'Placeholder',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/sr/setting.php b/resources/default/addons/visiosoft/cats-module/lang/sr/setting.php
new file mode 100644
index 000000000..7dd88f21f
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/sr/setting.php
@@ -0,0 +1,10 @@
+ [
+ 'name' => 'Sitemap Dividing Number',
+ ],
+ 'include_cities_sitemap' => [
+ 'name' => 'Uključite gradove u Sitemap',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/sr/stream.php b/resources/default/addons/visiosoft/cats-module/lang/sr/stream.php
new file mode 100644
index 000000000..59fb2bfb1
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/sr/stream.php
@@ -0,0 +1,10 @@
+ [
+ 'name' => 'Kategorija',
+ ],
+ 'placeholderforsearch' => [
+ 'name' => 'Placeholder za pretragu',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/sr/view.php b/resources/default/addons/visiosoft/cats-module/lang/sr/view.php
new file mode 100644
index 000000000..ae44c9147
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/sr/view.php
@@ -0,0 +1,7 @@
+ 'Obriši potkategorije',
+ 'ad_count_calculate' => 'Izračunaj broj Oglasa',
+ 'cat_level_calculate' => 'Nivo kategorije za računanje',
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/sv/addon.php b/resources/default/addons/visiosoft/cats-module/lang/sv/addon.php
new file mode 100644
index 000000000..f5a8c8e2a
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/sv/addon.php
@@ -0,0 +1,8 @@
+ 'Kategori',
+ 'name' => 'Kategorimodul',
+ 'description' => '',
+ 'info' => 'This is the screen where you can add, delete and edit categories from the category page. You can easily manage main categories and sub-categories from this page.',
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/sv/button.php b/resources/default/addons/visiosoft/cats-module/lang/sv/button.php
new file mode 100644
index 000000000..a041ad56c
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/sv/button.php
@@ -0,0 +1,8 @@
+ 'Ny kategori',
+ 'add_sub_category' => 'Lägg till underkategori',
+ 'sub_category' => 'Visa underkategori',
+ 'new_placeholderforsearch' => 'New Placeholderforsearch',
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/sv/field.php b/resources/default/addons/visiosoft/cats-module/lang/sv/field.php
new file mode 100644
index 000000000..75da273d2
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/sv/field.php
@@ -0,0 +1,41 @@
+ [
+ 'name' => 'Titel',
+ 'instructions' => 'Det är namnet på huvudkategorin som du kommer att definiera. Det gör att användaren enkelt kan hitta den produkt de letar efter.',
+ ],
+ 'order' => [
+ 'name' => 'Beställa',
+ ],
+
+ 'slug' => [
+ 'name' => 'Snigel',
+ 'instructions' => 'Ange organisatoriska taggar som hjälper dig att gruppera ditt inlägg med andra.',
+
+ ],
+ 'files' => [
+ 'name' => 'Bild',
+ ],
+ 'seo_keyword' => [
+ 'name' => 'Seo nyckelord',
+ 'instructions' => 'Ord som läggs till webbplatsen i Google-webbläsaren för att visas ovanför sökresultaten.',
+ ],
+ 'seo_description' => [
+ 'name' => 'Seo-beskrivning',
+ 'instructions' => 'Det kan påverka dina besökares beslut om de vill klicka på innehållet i sökresultaten.',
+ ],
+ 'icon' => [
+ 'name' => 'Ikon',
+ 'instructions' => 'Det används för att lägga till ikoner som anger kategoritypen.',
+ ],
+
+ 'parent' => 'Parent',
+ 'level' => 'Level',
+ 'count' => 'Ad Counts',
+
+ 'please_wait' => 'Vänta. Ta bort underkategorier',
+ 'category_selection' => 'Val av kategori',
+ 'go_to_parent' => 'Gå till förälder',
+ 'preview' => 'Preview'
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/sv/message.php b/resources/default/addons/visiosoft/cats-module/lang/sv/message.php
new file mode 100644
index 000000000..0fa46d0cc
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/sv/message.php
@@ -0,0 +1,5 @@
+ 'Kategorier och relaterade underkategorier har tagits bort!',
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/sv/permission.php b/resources/default/addons/visiosoft/cats-module/lang/sv/permission.php
new file mode 100644
index 000000000..c8b182be5
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/sv/permission.php
@@ -0,0 +1,20 @@
+ [
+ 'name' => 'Kategori',
+ 'option' => [
+ 'read' => 'Kan du läsa kategori?',
+ 'write' => 'Kan skapa / redigera kategori?',
+ 'delete' => 'Kan radera kategori?',
+ ],
+ ],
+ 'placeholderforsearch' => [
+ 'name' => 'Placeholderforsearch',
+ 'option' => [
+ 'read' => 'Kan du läsa platshållareundersökning?',
+ 'write' => 'Kan skapa / redigera platshållersökning?',
+ 'delete' => 'Kan radera platshållare sökning?',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/sv/section.php b/resources/default/addons/visiosoft/cats-module/lang/sv/section.php
new file mode 100644
index 000000000..67655fa22
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/sv/section.php
@@ -0,0 +1,10 @@
+ [
+ 'title' => 'Kategori',
+ ],
+ 'placeholderforsearch' => [
+ 'title' => 'Platshållare',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/sv/setting.php b/resources/default/addons/visiosoft/cats-module/lang/sv/setting.php
new file mode 100644
index 000000000..c62f363a0
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/sv/setting.php
@@ -0,0 +1,10 @@
+ [
+ 'name' => 'Sitemap Delningsnummer',
+ ],
+ 'include_cities_sitemap' => [
+ 'name' => 'Inkludera städer i webbplatskartan',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/sv/stream.php b/resources/default/addons/visiosoft/cats-module/lang/sv/stream.php
new file mode 100644
index 000000000..115849b15
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/sv/stream.php
@@ -0,0 +1,10 @@
+ [
+ 'name' => 'Kategori',
+ ],
+ 'placeholderforsearch' => [
+ 'name' => 'Placeholderforsearch',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/sv/view.php b/resources/default/addons/visiosoft/cats-module/lang/sv/view.php
new file mode 100644
index 000000000..59c89ca4b
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/sv/view.php
@@ -0,0 +1,7 @@
+ 'Rengör underkategorier',
+ 'ad_count_calculate' => 'Beräkna annonsantal',
+ 'cat_level_calculate' => 'Kategorinivå Beräkna',
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/tr/addon.php b/resources/default/addons/visiosoft/cats-module/lang/tr/addon.php
new file mode 100644
index 000000000..ebbea35db
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/tr/addon.php
@@ -0,0 +1,8 @@
+ 'Kategori',
+ 'name' => 'Kategori Modülü',
+ 'description' => '',
+ 'info' => 'Kategori sayfasından kategori ekleme, silme ve düzenleme yapabileceğiniz ekrandır. Ana kategorileri ve alt kategorileri bu sayfadan kolayca yönetebilirsiniz.',
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/tr/button.php b/resources/default/addons/visiosoft/cats-module/lang/tr/button.php
new file mode 100644
index 000000000..eb54ff497
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/tr/button.php
@@ -0,0 +1,9 @@
+ 'Yeni kategori',
+ 'add_sub_category' => 'Alt Kategori Ekle',
+ 'sub_category' => 'Alt Kategoriyi Göster',
+ 'new_placeholderforsearch' => 'Arama için Yeni Yer Tutucu',
+ 'convert_main' => 'Ana Kategori Yap',
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/tr/field.php b/resources/default/addons/visiosoft/cats-module/lang/tr/field.php
new file mode 100644
index 000000000..a50dfcbd1
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/tr/field.php
@@ -0,0 +1,41 @@
+ [
+ 'name' => 'Başlık',
+ 'instructions' => 'Tanımlayacağınız ana kategorinin adıdır. Kullanıcının aradığı ürünü kolayca bulmasını sağlar.',
+ ],
+ 'order' => [
+ 'name' => 'Sipariş',
+ ],
+
+ 'slug' => [
+ 'name' => 'Özel isim',
+ 'instructions' => 'Başlığa özel oluşuturulan benzersiz isimdir.',
+
+ ],
+ 'files' => [
+ 'name' => 'Resim',
+ ],
+ 'seo_keyword' => [
+ 'name' => 'Seo Anahtar Kelimeler',
+ 'instructions' => 'Google\'da sitenin arama sonuclarında üstlerde çıkması için eklenen kelimeler.',
+ ],
+ 'seo_description' => [
+ 'name' => 'Seo Açıklaması',
+ 'instructions' => 'Ziyaretçilerinizin içeriğini arama sonuçlarında tıklamak isteyip istemedikleri konusundaki kararını etkileyebilir.',
+ ],
+ 'icon' => [
+ 'name' => 'İkon',
+ 'instructions' => 'Kategori türünü belirten ikon eklemeye yarar.',
+ ],
+
+ 'parent' => 'Kategori',
+ 'level' => 'Seviye',
+ 'count' => 'İlan/ürün Sayıları',
+
+ 'please_wait' => 'Lütfen bekleyin. Alt Kategoriler Siliniyor',
+ 'category_selection' => 'Kategori Seçimi',
+ 'go_to_parent' => 'Kategoriye Dön',
+ 'preview' => 'Ön İzleme'
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/tr/message.php b/resources/default/addons/visiosoft/cats-module/lang/tr/message.php
new file mode 100644
index 000000000..393b2468f
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/tr/message.php
@@ -0,0 +1,5 @@
+ 'Kategoriler ve ilgili alt kategoriler başarıyla silindi!',
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/tr/permission.php b/resources/default/addons/visiosoft/cats-module/lang/tr/permission.php
new file mode 100644
index 000000000..2bca08bc5
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/tr/permission.php
@@ -0,0 +1,20 @@
+ [
+ 'name' => 'Kategori',
+ 'option' => [
+ 'read' => 'Kategorileri görebilir mi?',
+ 'write' => 'Kategori oluşturabilir / düzenleyebilir mi? ',
+ 'delete' => 'Kategori silebilir mi?',
+ ],
+ ],
+ 'placeholderforsearch' => [
+ 'name' => 'Kategori Türleri',
+ 'option' => [
+ 'read' => 'Arama için kategori oluşturabilir mi? ',
+ 'write' => 'Arama içinkategori oluşturabilir / düzenlenebilir mi? ',
+ 'delete' => 'Kategori türleri için arama işlemini silebilir miyim?',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/tr/section.php b/resources/default/addons/visiosoft/cats-module/lang/tr/section.php
new file mode 100644
index 000000000..5c4a3f655
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/tr/section.php
@@ -0,0 +1,10 @@
+ [
+ 'title' => 'Kategori',
+ ],
+ 'placeholderforsearch' => [
+ 'title' => 'Arama alanı',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/tr/setting.php b/resources/default/addons/visiosoft/cats-module/lang/tr/setting.php
new file mode 100644
index 000000000..53981b80c
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/tr/setting.php
@@ -0,0 +1,10 @@
+ [
+ 'name' => 'Site Haritası Bölme Numarası',
+ ],
+ 'include_cities_sitemap' => [
+ 'name' => 'Şehirleri Site Haritasına Ekle',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/tr/stream.php b/resources/default/addons/visiosoft/cats-module/lang/tr/stream.php
new file mode 100644
index 000000000..2e3a0bad5
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/tr/stream.php
@@ -0,0 +1,10 @@
+ [
+ 'name' => 'Kategori',
+ ],
+ 'placeholderforsearch' => [
+ 'name' => 'Arama alanı',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/tr/view.php b/resources/default/addons/visiosoft/cats-module/lang/tr/view.php
new file mode 100644
index 000000000..51f3d13dc
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/tr/view.php
@@ -0,0 +1,7 @@
+ 'Alt Kategorileri Temizle',
+ 'ad_count_calculate' => 'Reklam Sayısını Hesapla',
+ 'cat_level_calculate' => 'Kategori Seviye Hesapla',
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/uk/addon.php b/resources/default/addons/visiosoft/cats-module/lang/uk/addon.php
new file mode 100644
index 000000000..28fd4df8d
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/uk/addon.php
@@ -0,0 +1,8 @@
+ 'Категорія',
+ 'name' => 'Модуль категорії',
+ 'description' => '',
+ 'info' => 'This is the screen where you can add, delete and edit categories from the category page. You can easily manage main categories and sub-categories from this page.',
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/uk/button.php b/resources/default/addons/visiosoft/cats-module/lang/uk/button.php
new file mode 100644
index 000000000..4c1b6362f
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/uk/button.php
@@ -0,0 +1,8 @@
+ 'Нова категорія',
+ 'add_sub_category' => 'Додати підкатегорію',
+ 'sub_category' => 'Показати підкатегорію',
+ 'new_placeholderforsearch' => 'Новий дослідник для заповнення місця',
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/uk/field.php b/resources/default/addons/visiosoft/cats-module/lang/uk/field.php
new file mode 100644
index 000000000..9517e6f87
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/uk/field.php
@@ -0,0 +1,41 @@
+ [
+ 'name' => 'Назва',
+ 'instructions' => 'Це назва основної категорії, яку ви визначите. Це дозволяє користувачеві легко знайти продукт, який шукає.',
+ ],
+ 'order' => [
+ 'name' => 'Замовлення',
+ ],
+
+ 'slug' => [
+ 'name' => 'Слизень',
+ 'instructions' => 'Укажіть будь-які організаційні теги, щоб допомогти групувати свою публікацію з іншими.',
+
+ ],
+ 'files' => [
+ 'name' => 'Зображення',
+ ],
+ 'seo_keyword' => [
+ 'name' => 'Ключове слово Seo',
+ 'instructions' => 'Слова, додані на сайт у браузері Google, відображаються над результатами пошуку.',
+ ],
+ 'seo_description' => [
+ 'name' => 'Опис Seo',
+ 'instructions' => 'Це може вплинути на рішення ваших відвідувачів щодо того, чи хочуть вони натискати на вміст у результатах пошуку.',
+ ],
+ 'icon' => [
+ 'name' => 'Значок',
+ 'instructions' => 'Він використовується для додавання піктограм із зазначенням типу категорії.',
+ ],
+
+ 'parent' => 'Parent',
+ 'level' => 'Level',
+ 'count' => 'Ad Counts',
+
+ 'please_wait' => 'Будь ласка, зачекайте. Вибір підкатегорій',
+ 'category_selection' => 'Вибір категорії',
+ 'go_to_parent' => 'Перейти до батьків',
+ 'preview' => 'Preview'
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/uk/message.php b/resources/default/addons/visiosoft/cats-module/lang/uk/message.php
new file mode 100644
index 000000000..f0cda131e
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/uk/message.php
@@ -0,0 +1,5 @@
+ 'Категорії та пов’язані з ними підкатегорії успішно видалено!',
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/uk/permission.php b/resources/default/addons/visiosoft/cats-module/lang/uk/permission.php
new file mode 100644
index 000000000..3f674db1e
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/uk/permission.php
@@ -0,0 +1,20 @@
+ [
+ 'name' => 'Категорія',
+ 'option' => [
+ 'read' => 'Чи можете прочитати категорію?',
+ 'write' => 'Чи можете створити / редагувати категорію?',
+ 'delete' => 'Можна видалити категорію?',
+ ],
+ ],
+ 'placeholderforsearch' => [
+ 'name' => 'Місця проживання',
+ 'option' => [
+ 'read' => 'Чи можете прочитати тестові місця для пошуку?',
+ 'write' => 'Чи можна створити / редагувати placeholderforsearch?',
+ 'delete' => 'Чи можна видалити placeholderforsearch?',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/uk/section.php b/resources/default/addons/visiosoft/cats-module/lang/uk/section.php
new file mode 100644
index 000000000..8c9b24c88
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/uk/section.php
@@ -0,0 +1,10 @@
+ [
+ 'title' => 'Категорія',
+ ],
+ 'placeholderforsearch' => [
+ 'title' => 'Заповнювач',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/uk/setting.php b/resources/default/addons/visiosoft/cats-module/lang/uk/setting.php
new file mode 100644
index 000000000..d11c87e38
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/uk/setting.php
@@ -0,0 +1,10 @@
+ [
+ 'name' => 'Номер поділу сайту',
+ ],
+ 'include_cities_sitemap' => [
+ 'name' => 'Включіть міста в мапу сайту',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/uk/stream.php b/resources/default/addons/visiosoft/cats-module/lang/uk/stream.php
new file mode 100644
index 000000000..e46c075b5
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/uk/stream.php
@@ -0,0 +1,10 @@
+ [
+ 'name' => 'Категорія',
+ ],
+ 'placeholderforsearch' => [
+ 'name' => 'Місця проживання',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/uk/view.php b/resources/default/addons/visiosoft/cats-module/lang/uk/view.php
new file mode 100644
index 000000000..aa69e0eb1
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/uk/view.php
@@ -0,0 +1,7 @@
+ 'Чисті підкатегорії',
+ 'ad_count_calculate' => 'Розрахунок кількості оголошень',
+ 'cat_level_calculate' => 'Розрахувати рівень категорії',
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/ur/addon.php b/resources/default/addons/visiosoft/cats-module/lang/ur/addon.php
new file mode 100644
index 000000000..e889e856d
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/ur/addon.php
@@ -0,0 +1,8 @@
+ 'قسم',
+ 'name' => 'زمرہ ماڈیول',
+ 'description' => '',
+ 'info' => 'This is the screen where you can add, delete and edit categories from the category page. You can easily manage main categories and sub-categories from this page.',
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/ur/button.php b/resources/default/addons/visiosoft/cats-module/lang/ur/button.php
new file mode 100644
index 000000000..8f9ef0538
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/ur/button.php
@@ -0,0 +1,8 @@
+ 'نئی قسم',
+ 'add_sub_category' => 'ذیلی زمرہ شامل کریں',
+ 'sub_category' => 'ذیلی زمرہ دکھائیں',
+ 'new_placeholderforsearch' => 'نئی جگہ دار نامعلوم تلاش',
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/ur/field.php b/resources/default/addons/visiosoft/cats-module/lang/ur/field.php
new file mode 100644
index 000000000..c4f56323e
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/ur/field.php
@@ -0,0 +1,41 @@
+ [
+ 'name' => 'عنوان',
+ 'instructions' => 'یہ اس اہم قسم کا نام ہے جسے آپ بیان کریں گے۔ اس سے صارف کو آسانی سے وہ پروڈکٹ تلاش کرنے کی اجازت ملتی ہے جس کی وہ تلاش کر رہے ہیں۔',
+ ],
+ 'order' => [
+ 'name' => 'ترتیب',
+ ],
+
+ 'slug' => [
+ 'name' => 'سلگ',
+ 'instructions' => 'اپنی پوسٹ کو دوسروں کے ساتھ گروپ کرنے میں مدد کے لئے کسی بھی تنظیمی ٹیگ کی وضاحت کریں۔',
+
+ ],
+ 'files' => [
+ 'name' => 'تصویر',
+ ],
+ 'seo_keyword' => [
+ 'name' => 'SEO کلیدی لفظ',
+ 'instructions' => 'گوگل کے براؤزر میں سائٹ سے الفاظ تلاش کے نتائج کے اوپر ظاہر ہونے کے لئے شامل کیے گئے۔',
+ ],
+ 'seo_description' => [
+ 'name' => 'SEO کی تفصیل',
+ 'instructions' => 'اس سے آپ کے زائرین کے فیصلے پر اثر پڑ سکتا ہے کہ آیا وہ تلاش کے نتائج میں موجود مواد پر کلک کرنا چاہتے ہیں۔',
+ ],
+ 'icon' => [
+ 'name' => 'شبیہہ',
+ 'instructions' => 'اس قسم کا اشارہ کرنے والی شبیہیں شامل کرنے کے لئے استعمال کیا جاتا ہے۔',
+ ],
+
+ 'parent' => 'Parent',
+ 'level' => 'Level',
+ 'count' => 'Ad Counts',
+
+ 'please_wait' => 'براہ کرم انتظار کریں۔ ذیلی زمرے ختم کرنا',
+ 'category_selection' => 'زمرہ انتخاب',
+ 'go_to_parent' => 'پیرنٹ پر جائیں',
+ 'preview' => 'Preview'
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/ur/message.php b/resources/default/addons/visiosoft/cats-module/lang/ur/message.php
new file mode 100644
index 000000000..02f95e9e0
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/ur/message.php
@@ -0,0 +1,5 @@
+ 'زمرہ جات اور متعلقہ ذیلی زمرے کامیابی کے ساتھ حذف کردیئے گئے ہیں!',
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/ur/permission.php b/resources/default/addons/visiosoft/cats-module/lang/ur/permission.php
new file mode 100644
index 000000000..564852a5f
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/ur/permission.php
@@ -0,0 +1,20 @@
+ [
+ 'name' => 'قسم',
+ 'option' => [
+ 'read' => 'زمرہ پڑھ سکتے ہیں؟',
+ 'write' => 'کیا زمرہ تشکیل / ترمیم کرسکتے ہیں؟',
+ 'delete' => 'زمرہ حذف کرسکتے ہیں؟',
+ ],
+ ],
+ 'placeholderforsearch' => [
+ 'name' => 'پلیس ہولڈفورس تلاش',
+ 'option' => [
+ 'read' => 'کیا پلیس ہولڈفورس سرچز پڑھ سکتے ہیں؟',
+ 'write' => 'کیا پلیس ہولڈفورسز تلاش / ترمیم کرسکتے ہیں؟',
+ 'delete' => 'کیا پلیس ہولڈفورس سرچ کو حذف کیا جاسکتا ہے؟',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/ur/section.php b/resources/default/addons/visiosoft/cats-module/lang/ur/section.php
new file mode 100644
index 000000000..79cd3cfa0
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/ur/section.php
@@ -0,0 +1,10 @@
+ [
+ 'title' => 'قسم',
+ ],
+ 'placeholderforsearch' => [
+ 'title' => 'پلیس ہولڈر',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/ur/setting.php b/resources/default/addons/visiosoft/cats-module/lang/ur/setting.php
new file mode 100644
index 000000000..30fbcce9f
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/ur/setting.php
@@ -0,0 +1,10 @@
+ [
+ 'name' => 'سائٹ کا نقشہ تقسیم نمبر',
+ ],
+ 'include_cities_sitemap' => [
+ 'name' => 'سائٹ میپ میں شہروں کو شامل کریں',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/ur/stream.php b/resources/default/addons/visiosoft/cats-module/lang/ur/stream.php
new file mode 100644
index 000000000..9a8def464
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/ur/stream.php
@@ -0,0 +1,10 @@
+ [
+ 'name' => 'قسم',
+ ],
+ 'placeholderforsearch' => [
+ 'name' => 'پلیس ہولڈفورس تلاش',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/ur/view.php b/resources/default/addons/visiosoft/cats-module/lang/ur/view.php
new file mode 100644
index 000000000..969886c0b
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/ur/view.php
@@ -0,0 +1,7 @@
+ 'صاف زمرہ جات',
+ 'ad_count_calculate' => 'اشتھاراتی حساب کتاب',
+ 'cat_level_calculate' => 'زمرہ کی سطح کا حساب کتاب',
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/vi/addon.php b/resources/default/addons/visiosoft/cats-module/lang/vi/addon.php
new file mode 100644
index 000000000..a9434d3ca
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/vi/addon.php
@@ -0,0 +1,8 @@
+ 'thể loại',
+ 'name' => 'Mô-đun danh mục',
+ 'description' => '',
+ 'info' => 'This is the screen where you can add, delete and edit categories from the category page. You can easily manage main categories and sub-categories from this page.',
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/vi/button.php b/resources/default/addons/visiosoft/cats-module/lang/vi/button.php
new file mode 100644
index 000000000..e7c71c689
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/vi/button.php
@@ -0,0 +1,8 @@
+ 'Thể loại mới',
+ 'add_sub_category' => 'Thêm danh mục phụ',
+ 'sub_category' => 'Hiển thị danh mục phụ',
+ 'new_placeholderforsearch' => 'Tìm kiếm chỗ mới',
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/vi/field.php b/resources/default/addons/visiosoft/cats-module/lang/vi/field.php
new file mode 100644
index 000000000..4d069eff5
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/vi/field.php
@@ -0,0 +1,41 @@
+ [
+ 'name' => 'Tiêu đề',
+ 'instructions' => 'Đó là tên của danh mục chính mà bạn sẽ xác định. Nó cho phép người dùng dễ dàng tìm thấy sản phẩm họ đang tìm kiếm.',
+ ],
+ 'order' => [
+ 'name' => 'Đặt hàng',
+ ],
+
+ 'slug' => [
+ 'name' => 'Sên',
+ 'instructions' => 'Chỉ định bất kỳ thẻ tổ chức nào để giúp nhóm bài đăng của bạn với người khác.',
+
+ ],
+ 'files' => [
+ 'name' => 'Hình ảnh',
+ ],
+ 'seo_keyword' => [
+ 'name' => 'Từ khóa Seo',
+ 'instructions' => 'Các từ được thêm vào trang web trong trình duyệt Google để xuất hiện phía trên kết quả tìm kiếm.',
+ ],
+ 'seo_description' => [
+ 'name' => 'Mô tả Seo',
+ 'instructions' => 'Nó có thể ảnh hưởng đến quyết định của khách truy cập của bạn về việc họ có muốn nhấp vào nội dung trong kết quả tìm kiếm hay không.',
+ ],
+ 'icon' => [
+ 'name' => 'Biểu tượng',
+ 'instructions' => 'Nó được sử dụng để thêm các biểu tượng chỉ ra loại danh mục.',
+ ],
+
+ 'parent' => 'Parent',
+ 'level' => 'Level',
+ 'count' => 'Ad Counts',
+
+ 'please_wait' => 'Xin vui lòng chờ. Xóa danh mục phụ',
+ 'category_selection' => 'Lựa chọn danh mục',
+ 'go_to_parent' => 'Đi tới cha mẹ',
+ 'preview' => 'Preview'
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/vi/message.php b/resources/default/addons/visiosoft/cats-module/lang/vi/message.php
new file mode 100644
index 000000000..b47e9a1f3
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/vi/message.php
@@ -0,0 +1,5 @@
+ 'Danh mục và các tiểu mục liên quan đã được xóa thành công!',
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/vi/permission.php b/resources/default/addons/visiosoft/cats-module/lang/vi/permission.php
new file mode 100644
index 000000000..b356e6179
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/vi/permission.php
@@ -0,0 +1,20 @@
+ [
+ 'name' => 'thể loại',
+ 'option' => [
+ 'read' => 'Có thể đọc thể loại?',
+ 'write' => 'Có thể tạo / chỉnh sửa danh mục?',
+ 'delete' => 'Có thể xóa danh mục?',
+ ],
+ ],
+ 'placeholderforsearch' => [
+ 'name' => 'Tìm kiếm chỗ',
+ 'option' => [
+ 'read' => 'Có thể đọc giữ chỗ?',
+ 'write' => 'Có thể tạo / chỉnh sửa placeholderforsearch không?',
+ 'delete' => 'Có thể xóa giữ chỗ?',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/vi/section.php b/resources/default/addons/visiosoft/cats-module/lang/vi/section.php
new file mode 100644
index 000000000..c8433046e
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/vi/section.php
@@ -0,0 +1,10 @@
+ [
+ 'title' => 'thể loại',
+ ],
+ 'placeholderforsearch' => [
+ 'title' => 'Giữ chỗ',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/vi/setting.php b/resources/default/addons/visiosoft/cats-module/lang/vi/setting.php
new file mode 100644
index 000000000..287f98598
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/vi/setting.php
@@ -0,0 +1,10 @@
+ [
+ 'name' => 'Số phân chia sơ đồ trang web',
+ ],
+ 'include_cities_sitemap' => [
+ 'name' => 'Bao gồm các thành phố trong Sơ đồ trang web',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/vi/stream.php b/resources/default/addons/visiosoft/cats-module/lang/vi/stream.php
new file mode 100644
index 000000000..577347e5e
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/vi/stream.php
@@ -0,0 +1,10 @@
+ [
+ 'name' => 'thể loại',
+ ],
+ 'placeholderforsearch' => [
+ 'name' => 'Tìm kiếm chỗ',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/vi/view.php b/resources/default/addons/visiosoft/cats-module/lang/vi/view.php
new file mode 100644
index 000000000..88b85eee9
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/vi/view.php
@@ -0,0 +1,7 @@
+ 'Danh mục con sạch',
+ 'ad_count_calculate' => 'Tính toán số lượng quảng cáo',
+ 'cat_level_calculate' => 'Tính cấp độ danh mục',
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/zh/addon.php b/resources/default/addons/visiosoft/cats-module/lang/zh/addon.php
new file mode 100644
index 000000000..918cebb06
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/zh/addon.php
@@ -0,0 +1,8 @@
+ '类别',
+ 'name' => '分类模块',
+ 'description' => '',
+ 'info' => 'This is the screen where you can add, delete and edit categories from the category page. You can easily manage main categories and sub-categories from this page.',
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/zh/button.php b/resources/default/addons/visiosoft/cats-module/lang/zh/button.php
new file mode 100644
index 000000000..8c878e8e2
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/zh/button.php
@@ -0,0 +1,8 @@
+ '新类别',
+ 'add_sub_category' => '添加子类别',
+ 'sub_category' => '显示子类别',
+ 'new_placeholderforsearch' => '新的占位符',
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/zh/field.php b/resources/default/addons/visiosoft/cats-module/lang/zh/field.php
new file mode 100644
index 000000000..be06df434
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/zh/field.php
@@ -0,0 +1,41 @@
+ [
+ 'name' => '标题',
+ 'instructions' => '它是您将定义的主要类别的名称。它使用户可以轻松找到所需的产品。',
+ ],
+ 'order' => [
+ 'name' => '订购',
+ ],
+
+ 'slug' => [
+ 'name' => 'ug',
+ 'instructions' => '指定任何组织标记以帮助将您的帖子与其他人分组。',
+
+ ],
+ 'files' => [
+ 'name' => '图片',
+ ],
+ 'seo_keyword' => [
+ 'name' => '徐关键词',
+ 'instructions' => '在Google浏览器中添加到网站的字词显示在搜索结果上方。',
+ ],
+ 'seo_description' => [
+ 'name' => '搜索引擎优化说明',
+ 'instructions' => '这可能会影响访问者是否要单击搜索结果中内容的决定。',
+ ],
+ 'icon' => [
+ 'name' => '图标',
+ 'instructions' => '用于添加指示类别类型的图标。',
+ ],
+
+ 'parent' => 'Parent',
+ 'level' => 'Level',
+ 'count' => 'Ad Counts',
+
+ 'please_wait' => '请稍候。正在删除子类别',
+ 'category_selection' => '类别选择',
+ 'go_to_parent' => '去父母',
+ 'preview' => 'Preview'
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/zh/message.php b/resources/default/addons/visiosoft/cats-module/lang/zh/message.php
new file mode 100644
index 000000000..7a5c9f7c1
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/zh/message.php
@@ -0,0 +1,5 @@
+ '类别和相关子类别已成功删除!',
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/zh/permission.php b/resources/default/addons/visiosoft/cats-module/lang/zh/permission.php
new file mode 100644
index 000000000..77d01483b
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/zh/permission.php
@@ -0,0 +1,20 @@
+ [
+ 'name' => '类别',
+ 'option' => [
+ 'read' => '可以阅读类别吗?',
+ 'write' => '可以创建/编辑类别吗?',
+ 'delete' => '可以删除类别吗?',
+ ],
+ ],
+ 'placeholderforsearch' => [
+ 'name' => '搜索占位符',
+ 'option' => [
+ 'read' => '可以阅读占位符以进行搜索吗?',
+ 'write' => '可以创建/编辑占位符以进行搜索吗?',
+ 'delete' => '可以删除占位符进行搜索吗?',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/zh/section.php b/resources/default/addons/visiosoft/cats-module/lang/zh/section.php
new file mode 100644
index 000000000..4baf0b1f1
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/zh/section.php
@@ -0,0 +1,10 @@
+ [
+ 'title' => '类别',
+ ],
+ 'placeholderforsearch' => [
+ 'title' => '占位符',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/zh/setting.php b/resources/default/addons/visiosoft/cats-module/lang/zh/setting.php
new file mode 100644
index 000000000..3ef1c51e2
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/zh/setting.php
@@ -0,0 +1,10 @@
+ [
+ 'name' => '站点地图划分数',
+ ],
+ 'include_cities_sitemap' => [
+ 'name' => '在站点地图中包括城市',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/zh/stream.php b/resources/default/addons/visiosoft/cats-module/lang/zh/stream.php
new file mode 100644
index 000000000..fa966e7a2
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/zh/stream.php
@@ -0,0 +1,10 @@
+ [
+ 'name' => '类别',
+ ],
+ 'placeholderforsearch' => [
+ 'name' => '搜索占位符',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/cats-module/lang/zh/view.php b/resources/default/addons/visiosoft/cats-module/lang/zh/view.php
new file mode 100644
index 000000000..d2b1d5a7c
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/lang/zh/view.php
@@ -0,0 +1,7 @@
+ '干净的子类别',
+ 'ad_count_calculate' => '广告计数计算',
+ 'cat_level_calculate' => '类别级别计算',
+];
diff --git a/resources/default/addons/visiosoft/cats-module/views/admin/dashboard/report.twig b/resources/default/addons/visiosoft/cats-module/views/admin/dashboard/report.twig
new file mode 100644
index 000000000..70dbec53e
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/views/admin/dashboard/report.twig
@@ -0,0 +1,40 @@
+{% set reports = [
+ {
+ 'title': trans('visiosoft.module.cats::field.categories_with_no_meta_report'),
+ 'id': 'metaCategoryReport',
+ 'columns': [
+ trans('visiosoft.module.cats::field.category'),
+ trans('visiosoft.module.cats::field.id'),
+ ],
+ },
+] %}
+
+{% for report in reports %}
+
+
+
+
+
+
+
+
+ {% for column in report.columns %}
+ {{ column }}
+ {% endfor %}
+
+
+
+
+
+
+{% endfor %}
+
+
+
+{{ asset_add('scripts.js', 'visiosoft.module.cats::js/admin/dashboard/report.js') }}
diff --git a/resources/default/addons/visiosoft/cats-module/views/ads-list/partials/breadcrumb-mobile.twig b/resources/default/addons/visiosoft/cats-module/views/ads-list/partials/breadcrumb-mobile.twig
new file mode 100644
index 000000000..ca3b9a3ee
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/views/ads-list/partials/breadcrumb-mobile.twig
@@ -0,0 +1,9 @@
+{% if params.category %}
+ {% for category_breadcrumbs in params.mainCats %}
+
+
+ {{ category_breadcrumbs.name }}
+
+
+ {% endfor %}
+{% endif %}
diff --git a/resources/default/addons/visiosoft/cats-module/views/ads-list/partials/breadcrumb.twig b/resources/default/addons/visiosoft/cats-module/views/ads-list/partials/breadcrumb.twig
new file mode 100644
index 000000000..6cf97dc5a
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/views/ads-list/partials/breadcrumb.twig
@@ -0,0 +1,10 @@
+{% if params.category %}
+ {% for category_breadcrumbs in params.mainCats %}
+
+
+ {{ category_breadcrumbs.name }}
+
+
+ {% endfor %}
+{% endif %}
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/cats-module/views/ads-list/partials/cat-filter.twig b/resources/default/addons/visiosoft/cats-module/views/ads-list/partials/cat-filter.twig
new file mode 100644
index 000000000..9029b513d
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/views/ads-list/partials/cat-filter.twig
@@ -0,0 +1,32 @@
+
+ {% for maincat in mainCats %}
+ {% set parent_category = noCat ? false : true %}
+
+
+
+ {% if (not category) or (loop.first and category) %}
+ {% set categoryIcon = (maincat.icon.value) ? maincat.icon.value : img('visiosoft.module.advs::images/listing/sample-cat-icon.svg').url %}
+
+ {% endif %}
+
+
+
+ {% endfor %}
+
diff --git a/resources/default/addons/visiosoft/cats-module/views/ads-list/partials/list-filter.twig b/resources/default/addons/visiosoft/cats-module/views/ads-list/partials/list-filter.twig
new file mode 100644
index 000000000..e69de29bb
diff --git a/resources/default/addons/visiosoft/cats-module/views/cats/admin-cat.twig b/resources/default/addons/visiosoft/cats-module/views/cats/admin-cat.twig
new file mode 100644
index 000000000..ea60d2cc0
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/views/cats/admin-cat.twig
@@ -0,0 +1,62 @@
+{% extends "theme::layouts/default" %}
+{% block content %}
+ {% include "theme::partials/messages" %}
+ {{ asset_add("scripts.js", "streams::js/form/form.js") }}
+ {{ asset_add("scripts.js", "streams::js/form/translations.js") }}
+
+
+
+
+
+ {% set actions = ['save'] %}
+
+ {% if id is not null %}
+ {% set actions = ['update'] %}
+ {% endif %}
+
+ {% set form = form('cats','category').entry(id).actions(actions).get() %}
+ {{ form_open({
+ 'class': 'form ' ~ form.options.class ,
+ 'enctype': 'multipart/form-data',
+ })|raw }}
+
+
+ {% set fields = form.fields.base().pluck('field_name').all() %}
+
+ {% for field in form.fields.translations('name') %}
+ {{ field.render({'form': form})|raw }}
+ {% endfor %}
+
+ {{ form.fields.slug|raw }}
+
+
+ {{ form.fields.seo_keyword|raw }}
+ {{ form.fields.seo_description|raw }}
+
+
+
+
+
+
+ {{ form.actions|raw }}
+
+
+
+{% endblock %}
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/cats-module/views/sitemap/categories.twig b/resources/default/addons/visiosoft/cats-module/views/sitemap/categories.twig
new file mode 100644
index 000000000..7a2050821
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/views/sitemap/categories.twig
@@ -0,0 +1,9 @@
+
+
+ {% for link in sitemapLinks %}
+
+ {{ link }}
+ weekly
+
+ {% endfor %}
+
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/cats-module/views/sitemap/index.twig b/resources/default/addons/visiosoft/cats-module/views/sitemap/index.twig
new file mode 100644
index 000000000..ff98d2ea1
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/views/sitemap/index.twig
@@ -0,0 +1,9 @@
+
+
+
+ {% for i in 1..pagesCount %}
+
+ {{ url('sitemap.xml/categories') }}?page={{ i }}
+
+ {% endfor %}
+
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/cats-module/views/table/table.twig b/resources/default/addons/visiosoft/cats-module/views/table/table.twig
new file mode 100644
index 000000000..4b1f42729
--- /dev/null
+++ b/resources/default/addons/visiosoft/cats-module/views/table/table.twig
@@ -0,0 +1,79 @@
+{{ asset_add("scripts.js", "streams::js/table/table.js") }}
+
+{% if not actions.isEmpty() %}
+ {{ asset_add("scripts.js", "streams::js/table/actions.js") }}
+{% endif %}
+
+{% if table.options.sortable %}
+ {{ asset_add("scripts.js", "streams::js/table/sortable.js") }}
+{% endif %}
+
+
+
+ {{ view("streams::table/partials/filters", {'table': table}) }}
+ {{ view("streams::table/partials/views", {'table': table}) }}
+
+ {{ view(table.options.heading ?: "streams::table/partials/heading", {'table': table}) }}
+
+
+ {% if app.request.get('cat') != null %}
+
+ {% for parent in category_parents_name(app.request.get('cat'))|reverse %}
+ {{ parent.name }}
+ {% endfor %}
+
+
+ {% endif %}
+
+
+ {% if not table.rows.isEmpty() %}
+ {% block card %}
+
+
+ {{ form_open({ 'url': table.options.url ?: url_full() }) }}
+
+
+
+ {{ view("streams::table/partials/header", {'table': table}) }}
+
+ {% block body %}
+ {{ view("streams::table/partials/body", {'table': table}) }}
+ {% endblock %}
+
+ {{ view("streams::table/partials/footer", {'table': table}) }}
+
+
+
+ {{ form_close() }}
+
+
+ {% endblock %}
+ {% else %}
+
+ {% block no_results %}
+
+
+ {{ trans(table.options.get('no_results_message', 'streams::message.no_results')) }}
+
+
+ {% endblock %}
+
+ {% endif %}
+
+
diff --git a/resources/default/addons/visiosoft/connect-module/config/api.php b/resources/default/addons/visiosoft/connect-module/config/api.php
new file mode 100644
index 000000000..77762cb42
--- /dev/null
+++ b/resources/default/addons/visiosoft/connect-module/config/api.php
@@ -0,0 +1,8 @@
+ [
+ 'place-orders' => 'Place orders',
+ 'check-status' => 'Check order status',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/connect-module/config/oauth2.php b/resources/default/addons/visiosoft/connect-module/config/oauth2.php
new file mode 100644
index 000000000..0f062c915
--- /dev/null
+++ b/resources/default/addons/visiosoft/connect-module/config/oauth2.php
@@ -0,0 +1,156 @@
+
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
+
+return [
+
+ /*
+ |--------------------------------------------------------------------------
+ | Supported Grant Types
+ |--------------------------------------------------------------------------
+ |
+ | Your OAuth2 Server can issue an access token based on different grant
+ | types you can even provide your own grant type.
+ |
+ | To choose which grant type suits your scenario, see
+ | http://oauth2.thephpleague.com/authorization-server/which-grant
+ |
+ | Please see this link to find available grant types
+ | http://git.io/vJLAv
+ |
+ */
+
+ 'grant_types' => [
+ 'authorization_code' => [
+ 'class' => '\League\OAuth2\Server\Grant\AuthCodeGrant',
+ 'access_token_ttl' => 3600,
+ 'auth_token_ttl' => 60,
+ ],
+ 'password' => [
+ 'class' => '\League\OAuth2\Server\Grant\PasswordGrant',
+ 'callback' => '\Visiosoft\ConnectModule\Support\Authenticator@verify',
+ 'access_token_ttl' => 3600,
+ ],
+ 'refresh_token' => [
+ 'class' => '\League\OAuth2\Server\Grant\RefreshTokenGrant',
+ 'access_token_ttl' => 3600,
+ 'refresh_token_ttl' => 36000,
+ ],
+ ],
+ /*
+ |--------------------------------------------------------------------------
+ | Output Token Type
+ |--------------------------------------------------------------------------
+ |
+ | This will tell the authorization server the output format for the access
+ | token and the resource server how to parse the access token used.
+ |
+ | Default value is League\OAuth2\Server\TokenType\Bearer
+ |
+ */
+
+ 'token_type' => 'League\OAuth2\Server\TokenType\Bearer',
+ /*
+ |--------------------------------------------------------------------------
+ | State Parameter
+ |--------------------------------------------------------------------------
+ |
+ | Whether or not the state parameter is required in the query string.
+ |
+ */
+
+ 'state_param' => false,
+ /*
+ |--------------------------------------------------------------------------
+ | Scope Parameter
+ |--------------------------------------------------------------------------
+ |
+ | Whether or not the scope parameter is required in the query string.
+ |
+ */
+
+ 'scope_param' => false,
+ /*
+ |--------------------------------------------------------------------------
+ | Scope Delimiter
+ |--------------------------------------------------------------------------
+ |
+ | Which character to use to split the scope parameter in the query string.
+ |
+ */
+
+ 'scope_delimiter' => ',',
+ /*
+ |--------------------------------------------------------------------------
+ | Default Scope
+ |--------------------------------------------------------------------------
+ |
+ | The default scope to use if not present in the query string.
+ |
+ */
+
+ 'default_scope' => null,
+ /*
+ |--------------------------------------------------------------------------
+ | Access Token TTL
+ |--------------------------------------------------------------------------
+ |
+ | For how long the issued access token is valid (in seconds) this can be
+ | also set on a per grant-type basis.
+ |
+ */
+
+ 'access_token_ttl' => 3600,
+ /*
+ |--------------------------------------------------------------------------
+ | Limit clients to specific grants
+ |--------------------------------------------------------------------------
+ |
+ | Whether or not to limit clients to specific grant types. This is useful
+ | to allow only trusted clients to access your API differently.
+ |
+ */
+
+ 'limit_clients_to_grants' => false,
+ /*
+ |--------------------------------------------------------------------------
+ | Limit clients to specific scopes
+ |--------------------------------------------------------------------------
+ |
+ | Whether or not to limit clients to specific scopes. This is useful to
+ | only allow specific clients to use some scopes.
+ |
+ */
+
+ 'limit_clients_to_scopes' => false,
+ /*
+ |--------------------------------------------------------------------------
+ | Limit scopes to specific grants
+ |--------------------------------------------------------------------------
+ |
+ | Whether or not to limit scopes to specific grants. This is useful to
+ | allow certain scopes to be used only with certain grant types.
+ |
+ */
+
+ 'limit_scopes_to_grants' => false,
+ /*
+ |--------------------------------------------------------------------------
+ | HTTP Header Only
+ |--------------------------------------------------------------------------
+ |
+ | This will tell the resource server where to check for the access_token.
+ | By default it checks both the query string and the http headers.
+ |
+ */
+
+ 'http_headers_only' => false,
+
+];
diff --git a/resources/default/addons/visiosoft/connect-module/config/permissions.php b/resources/default/addons/visiosoft/connect-module/config/permissions.php
new file mode 100644
index 000000000..5966cecbf
--- /dev/null
+++ b/resources/default/addons/visiosoft/connect-module/config/permissions.php
@@ -0,0 +1,9 @@
+ [
+ 'read',
+ 'write',
+ 'delete',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/connect-module/lang/en/addon.php b/resources/default/addons/visiosoft/connect-module/lang/en/addon.php
new file mode 100644
index 000000000..2ae14efe4
--- /dev/null
+++ b/resources/default/addons/visiosoft/connect-module/lang/en/addon.php
@@ -0,0 +1,7 @@
+ 'API',
+ 'name' => 'Connect module',
+ 'description' => 'Securely expose Streams data to an extensible public API.',
+];
diff --git a/resources/default/addons/visiosoft/connect-module/lang/en/button.php b/resources/default/addons/visiosoft/connect-module/lang/en/button.php
new file mode 100644
index 000000000..d9fbb41c7
--- /dev/null
+++ b/resources/default/addons/visiosoft/connect-module/lang/en/button.php
@@ -0,0 +1,6 @@
+ 'New Client',
+ 'generate_tokens' => 'Generate Tokens',
+];
diff --git a/resources/default/addons/visiosoft/connect-module/lang/en/field.php b/resources/default/addons/visiosoft/connect-module/lang/en/field.php
new file mode 100644
index 000000000..72b2244f3
--- /dev/null
+++ b/resources/default/addons/visiosoft/connect-module/lang/en/field.php
@@ -0,0 +1,28 @@
+ [
+ 'name' => 'Name',
+ 'instructions' => 'Specify a short descriptive descriptive name for this API client.',
+ ],
+ 'slug' => [
+ 'name' => 'Slug',
+ ],
+ 'description' => [
+ 'name' => 'Description',
+ ],
+ 'client' => [
+ 'name' => 'Client',
+ ],
+ 'user' => [
+ 'name' => 'User',
+ 'instructions' => 'Specify the authorized user for this API client.',
+ ],
+ 'secret' => [
+ 'name' => 'Secret',
+ ],
+ 'redirect' => [
+ 'name' => 'Redirect URL',
+ 'instructions' => 'Specify the URL to redirect to after approving authorization requests.',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/connect-module/lang/en/message.php b/resources/default/addons/visiosoft/connect-module/lang/en/message.php
new file mode 100644
index 000000000..52492ed3f
--- /dev/null
+++ b/resources/default/addons/visiosoft/connect-module/lang/en/message.php
@@ -0,0 +1,9 @@
+ "Email or password is invalid.",
+ 'required_parameter' => "':parameter' is required!",
+ 'disabled_account' => "This account is inactive.",
+ 'pending_email_activation' => 'Please confirm your email to activate your account.',
+ 'error-re-password' => 'password and re-password do not match',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/connect-module/lang/en/permission.php b/resources/default/addons/visiosoft/connect-module/lang/en/permission.php
new file mode 100644
index 000000000..d034e9a02
--- /dev/null
+++ b/resources/default/addons/visiosoft/connect-module/lang/en/permission.php
@@ -0,0 +1,12 @@
+ [
+ 'name' => 'Clients',
+ 'option' => [
+ 'read' => 'Can read clients?',
+ 'write' => 'Can create/edit clients?',
+ 'delete' => 'Can delete clients?',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/connect-module/lang/en/section.php b/resources/default/addons/visiosoft/connect-module/lang/en/section.php
new file mode 100644
index 000000000..2b71979f9
--- /dev/null
+++ b/resources/default/addons/visiosoft/connect-module/lang/en/section.php
@@ -0,0 +1,7 @@
+ [
+ 'title' => 'Clients',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/connect-module/views/authorize.twig b/resources/default/addons/visiosoft/connect-module/views/authorize.twig
new file mode 100644
index 000000000..1c33b7eb8
--- /dev/null
+++ b/resources/default/addons/visiosoft/connect-module/views/authorize.twig
@@ -0,0 +1,62 @@
+{% extends layout('blank') %}
+
+{% block content %}
+
+
+
+
+
+
+
+ Authorization Request
+
+
+
+
+
+ {{ client.name }} is requesting permission to access your account.
+
+
+ {% if scopes %}
+
+
This application will be able to:
+
+
+ {% for scope in scopes %}
+ {{ scope.description }}
+ {% endfor %}
+
+
+ {% endif %}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+{% endblock %}
diff --git a/resources/default/addons/visiosoft/decimal-field_type/config/config.php b/resources/default/addons/visiosoft/decimal-field_type/config/config.php
new file mode 100644
index 000000000..ecc1e2f09
--- /dev/null
+++ b/resources/default/addons/visiosoft/decimal-field_type/config/config.php
@@ -0,0 +1,51 @@
+ [
+ 'type' => 'visiosoft.field_type.integer',
+ 'required' => true,
+ 'config' => [
+ 'min' => 1,
+ ],
+ ],
+ 'min' => [
+ 'type' => 'anomaly.field_type.text',
+ ],
+ 'max' => [
+ 'type' => 'anomaly.field_type.text',
+ 'rules' => [
+ 'numeric',
+ ],
+ ],
+ 'default_value' => [
+ 'type' => 'anomaly.field_type.text',
+ 'rules' => [
+ 'numeric',
+ ],
+ ],
+ 'separator' => [
+ 'type' => 'anomaly.field_type.select',
+ 'config' => [
+ 'default_value' => ',',
+ 'options' => [
+ '' => '1000',
+ ',' => '1,000',
+ '.' => '1.000',
+ '`' => '1`000',
+ ' ' => '1 000',
+ ],
+ ],
+ ],
+ 'point' => [
+ 'type' => 'anomaly.field_type.select',
+ 'required' => true,
+ 'config' => [
+ 'default_value' => '.',
+ 'options' => [
+ ',' => '0,10',
+ '.' => '0.10',
+ '`' => '0`10',
+ ],
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/decimal-field_type/config/settings.php b/resources/default/addons/visiosoft/decimal-field_type/config/settings.php
new file mode 100644
index 000000000..9aebf4b59
--- /dev/null
+++ b/resources/default/addons/visiosoft/decimal-field_type/config/settings.php
@@ -0,0 +1,18 @@
+ [
+ 'type' => 'anomaly.field_type.select',
+ 'config' => [
+ 'options' => [true => 'Yes', false => 'No'],
+ 'default_value' => false,
+ ],
+ ],
+
+ 'showDecimalMaxPrice' => [
+ 'type' => 'anomaly.field_type.integer',
+ 'config' => [
+ 'default_value' => 1000
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/decimal-field_type/lang/ar/addon.php b/resources/default/addons/visiosoft/decimal-field_type/lang/ar/addon.php
new file mode 100644
index 000000000..780919028
--- /dev/null
+++ b/resources/default/addons/visiosoft/decimal-field_type/lang/ar/addon.php
@@ -0,0 +1,7 @@
+ 'قيمة رقمية عشرية',
+ 'name' => 'نوع الحقل قيمة رقمية عشرية',
+ 'description' => 'نوع الحقل قيمة رقمية عشرية.'
+];
diff --git a/resources/default/addons/visiosoft/decimal-field_type/lang/ar/config.php b/resources/default/addons/visiosoft/decimal-field_type/lang/ar/config.php
new file mode 100644
index 000000000..c1c28d1a3
--- /dev/null
+++ b/resources/default/addons/visiosoft/decimal-field_type/lang/ar/config.php
@@ -0,0 +1,28 @@
+ [
+ 'label' => 'القيم الرقمية العشرية',
+ 'instructions' => 'ادخل الرقم لأماكن القيمة الرقم للسماح. هذا لعرض القيم فقط.'
+ ],
+ 'separator' => [
+ 'label' => 'فاصلة الآلاف',
+ 'instructions' => 'اختر فاصلة الآلاف لاستخدامها. هذا لعرض القيم فقط.'
+ ],
+ 'point' => [
+ 'label' => 'النقطة الرقمية',
+ 'instructions' => 'اختر النقطة الرقمية لاستخدامها..'
+ ],
+ 'min' => [
+ 'label' => 'القيمة الدنيا',
+ 'instructions' => 'ماهي القيمة الدنيا المسموح بها?'
+ ],
+ 'max' => [
+ 'label' => 'القيمة العليا',
+ 'instructions' => 'ماهي القيمة العليا المسموح بها?'
+ ],
+ 'default_value' => [
+ 'label' => 'القيمة الافتراضية',
+ 'instructions' => 'إذا كان هناك القيمة الافتراضية ,ادخلها.'
+ ]
+];
diff --git a/resources/default/addons/visiosoft/decimal-field_type/lang/en/addon.php b/resources/default/addons/visiosoft/decimal-field_type/lang/en/addon.php
new file mode 100644
index 000000000..601521e2c
--- /dev/null
+++ b/resources/default/addons/visiosoft/decimal-field_type/lang/en/addon.php
@@ -0,0 +1,7 @@
+ 'Decimal',
+ 'name' => 'Decimal Field Type',
+ 'description' => 'A decimal number field type.'
+];
diff --git a/resources/default/addons/visiosoft/decimal-field_type/lang/en/config.php b/resources/default/addons/visiosoft/decimal-field_type/lang/en/config.php
new file mode 100644
index 000000000..249d6d42d
--- /dev/null
+++ b/resources/default/addons/visiosoft/decimal-field_type/lang/en/config.php
@@ -0,0 +1,28 @@
+ [
+ 'label' => 'Decimals',
+ 'instructions' => 'Enter the number of decimal places to allow. This is for displaying values only.'
+ ],
+ 'separator' => [
+ 'label' => 'Thousands Separator',
+ 'instructions' => 'Choose the thousands separator to use. This is for displaying values only.'
+ ],
+ 'point' => [
+ 'label' => 'Decimal Point',
+ 'instructions' => 'Choose the decimal point to use.'
+ ],
+ 'min' => [
+ 'label' => 'Minimum Value',
+ 'instructions' => 'What is the minimum value allowed?'
+ ],
+ 'max' => [
+ 'label' => 'Maximum Value',
+ 'instructions' => 'What is the maximum value allowed?'
+ ],
+ 'default_value' => [
+ 'label' => 'Default Value',
+ 'instructions' => 'Enter the default value if any.'
+ ]
+];
diff --git a/resources/default/addons/visiosoft/decimal-field_type/lang/en/setting.php b/resources/default/addons/visiosoft/decimal-field_type/lang/en/setting.php
new file mode 100644
index 000000000..73afc5e69
--- /dev/null
+++ b/resources/default/addons/visiosoft/decimal-field_type/lang/en/setting.php
@@ -0,0 +1,10 @@
+ [
+ 'name' => 'Show Decimal'
+ ],
+ 'showDecimalMaxPrice' => [
+ 'name' => 'Show Decimal Max Price'
+ ]
+];
diff --git a/resources/default/addons/visiosoft/decimal-field_type/lang/fr/addon.php b/resources/default/addons/visiosoft/decimal-field_type/lang/fr/addon.php
new file mode 100644
index 000000000..b5b6d272c
--- /dev/null
+++ b/resources/default/addons/visiosoft/decimal-field_type/lang/fr/addon.php
@@ -0,0 +1,6 @@
+ 'Décimal',
+ 'description' => 'Type de champs pour un nombre décimal.'
+];
diff --git a/resources/default/addons/visiosoft/decimal-field_type/lang/fr/config.php b/resources/default/addons/visiosoft/decimal-field_type/lang/fr/config.php
new file mode 100644
index 000000000..a2d721d19
--- /dev/null
+++ b/resources/default/addons/visiosoft/decimal-field_type/lang/fr/config.php
@@ -0,0 +1,28 @@
+ [
+ 'label' => 'Decimales',
+ 'instructions' => 'Entrez le nombre de décimales autorisées.'
+ ],
+ 'separator' => [
+ 'label' => 'Séparateur des milliers',
+ 'instructions' => 'Choisissez le séparateur des milliers.'
+ ],
+ 'point' => [
+ 'label' => 'Séparateur des décimales',
+ 'instructions' => 'Choisissez le séparareur des décimales. Un point ou une virgule par exemple.'
+ ],
+ 'min' => [
+ 'label' => 'Valeur minimale',
+ 'instructions' => 'Quelle est la valeur minimale autorisée ?'
+ ],
+ 'max' => [
+ 'label' => 'Valeur maximale',
+ 'instructions' => 'Quelle est la valeur maximale autorisée ?'
+ ],
+ 'default_value' => [
+ 'label' => 'Valeur par défaut',
+ 'instructions' => 'Entrez la valeur par défaut. Facultatif.'
+ ]
+];
diff --git a/resources/default/addons/visiosoft/decimal-field_type/lang/hu/addon.php b/resources/default/addons/visiosoft/decimal-field_type/lang/hu/addon.php
new file mode 100644
index 000000000..41b486456
--- /dev/null
+++ b/resources/default/addons/visiosoft/decimal-field_type/lang/hu/addon.php
@@ -0,0 +1,7 @@
+ 'Tizedes',
+ 'name' => 'Tizedes Mező Típus',
+ 'description' => 'Tizedes tört szám mező típus.',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/decimal-field_type/lang/hu/config.php b/resources/default/addons/visiosoft/decimal-field_type/lang/hu/config.php
new file mode 100644
index 000000000..9d7a240ce
--- /dev/null
+++ b/resources/default/addons/visiosoft/decimal-field_type/lang/hu/config.php
@@ -0,0 +1,28 @@
+ [
+ 'label' => 'Tizedesek',
+ 'instructions' => 'Add meg a tizedesek hosszát. Ez csak a megjelenítést szabályozza.',
+ ],
+ 'separator' => [
+ 'label' => 'Ezres Elválasztó',
+ 'instructions' => 'Add meg az ezres elválasztót. Ez csak a megjelenést szabályozza.',
+ ],
+ 'point' => [
+ 'label' => 'Tizedesvesszp',
+ 'instructions' => 'Add meg a tizedesvesszőt.',
+ ],
+ 'min' => [
+ 'label' => 'Minimális Érték',
+ 'instructions' => 'Add meg az elfogadható minimális értéket.',
+ ],
+ 'max' => [
+ 'label' => 'Maximális Érték',
+ 'instructions' => 'Add meg az elfogadható maximális értéket.',
+ ],
+ 'default_value' => [
+ 'label' => 'Alapértelmezett Érték',
+ 'instructions' => 'Add meg az alapértelmezett értéket, ha szeretnél.',
+ ],
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/decimal-field_type/lang/tr/addon.php b/resources/default/addons/visiosoft/decimal-field_type/lang/tr/addon.php
new file mode 100644
index 000000000..064c740de
--- /dev/null
+++ b/resources/default/addons/visiosoft/decimal-field_type/lang/tr/addon.php
@@ -0,0 +1,7 @@
+ 'Decimal',
+ 'name' => 'Decimal Field Type',
+ 'description' => 'Decimal Field Type'
+];
diff --git a/resources/default/addons/visiosoft/decimal-field_type/lang/tr/setting.php b/resources/default/addons/visiosoft/decimal-field_type/lang/tr/setting.php
new file mode 100644
index 000000000..6e1eec926
--- /dev/null
+++ b/resources/default/addons/visiosoft/decimal-field_type/lang/tr/setting.php
@@ -0,0 +1,10 @@
+ [
+ 'name' => 'Küsürat Göster'
+ ],
+ 'showDecimalMaxPrice' => [
+ 'name' => 'Küsüratın Görüneceği Maksimum Limit'
+ ]
+];
diff --git a/resources/default/addons/visiosoft/decimal-field_type/lang/zh-cn/addon.php b/resources/default/addons/visiosoft/decimal-field_type/lang/zh-cn/addon.php
new file mode 100644
index 000000000..797a68448
--- /dev/null
+++ b/resources/default/addons/visiosoft/decimal-field_type/lang/zh-cn/addon.php
@@ -0,0 +1,7 @@
+ '小数',
+ 'name' => '小数字段类型',
+ 'description' => '输入小数的字段类型.'
+];
diff --git a/resources/default/addons/visiosoft/decimal-field_type/lang/zh-cn/config.php b/resources/default/addons/visiosoft/decimal-field_type/lang/zh-cn/config.php
new file mode 100644
index 000000000..81a2c2f01
--- /dev/null
+++ b/resources/default/addons/visiosoft/decimal-field_type/lang/zh-cn/config.php
@@ -0,0 +1,28 @@
+ [
+ 'label' => '小数',
+ 'instructions' => '输入允许的小数位数. 此设置仅影响显示的值.'
+ ],
+ 'separator' => [
+ 'label' => '千位分隔符',
+ 'instructions' => '选择使用何种千位分隔符. 此设置仅影响显示的值.'
+ ],
+ 'point' => [
+ 'label' => '小数点',
+ 'instructions' => '选择使用何种小数点.'
+ ],
+ 'min' => [
+ 'label' => '最小值',
+ 'instructions' => '允许的最小值?'
+ ],
+ 'max' => [
+ 'label' => '最大值',
+ 'instructions' => '允许的最大值?'
+ ],
+ 'default_value' => [
+ 'label' => '预设值',
+ 'instructions' => '可预设默认值.'
+ ]
+];
diff --git a/resources/default/addons/visiosoft/decimal-field_type/lang/zh-tw/addon.php b/resources/default/addons/visiosoft/decimal-field_type/lang/zh-tw/addon.php
new file mode 100644
index 000000000..3a9e72732
--- /dev/null
+++ b/resources/default/addons/visiosoft/decimal-field_type/lang/zh-tw/addon.php
@@ -0,0 +1,7 @@
+ '十進位數值',
+ 'name' => '十進位欄位型別',
+ 'description' => '一個十進位數值的欄位型別。'
+];
diff --git a/resources/default/addons/visiosoft/decimal-field_type/lang/zh-tw/config.php b/resources/default/addons/visiosoft/decimal-field_type/lang/zh-tw/config.php
new file mode 100644
index 000000000..df938e71c
--- /dev/null
+++ b/resources/default/addons/visiosoft/decimal-field_type/lang/zh-tw/config.php
@@ -0,0 +1,28 @@
+ [
+ 'label' => '小數位數',
+ 'instructions' => '請輸入允許的十進位小數位數,僅用於顯示數值。'
+ ],
+ 'separator' => [
+ 'label' => '千位數分隔符號',
+ 'instructions' => '請選擇要使用的數字分隔符號,僅用於顯示數值。'
+ ],
+ 'point' => [
+ 'label' => '小數點',
+ 'instructions' => '請選擇要使用的小數點。'
+ ],
+ 'min' => [
+ 'label' => '最小數值',
+ 'instructions' => '請輸入最小允許的數值。'
+ ],
+ 'max' => [
+ 'label' => '最大數值',
+ 'instructions' => '請輸入最大允許的數值。'
+ ],
+ 'default_value' => [
+ 'label' => '預設數值',
+ 'instructions' => '請輸入預設數值。'
+ ]
+];
diff --git a/resources/default/addons/visiosoft/decimal-field_type/views/input.twig b/resources/default/addons/visiosoft/decimal-field_type/views/input.twig
new file mode 100644
index 000000000..8e092ac16
--- /dev/null
+++ b/resources/default/addons/visiosoft/decimal-field_type/views/input.twig
@@ -0,0 +1,12 @@
+{{ asset_add('scripts.js', 'visiosoft.field_type.decimal::js/input.js') }}
+
+
diff --git a/resources/default/addons/visiosoft/gg_style_provider-extension/lang/en/addon.php b/resources/default/addons/visiosoft/gg_style_provider-extension/lang/en/addon.php
new file mode 100644
index 000000000..68cc2f530
--- /dev/null
+++ b/resources/default/addons/visiosoft/gg_style_provider-extension/lang/en/addon.php
@@ -0,0 +1,7 @@
+ 'Gg Style Provider',
+ 'name' => 'Gg Style Provider Extension',
+ 'description' => ''
+];
diff --git a/resources/default/addons/visiosoft/gg_style_provider-extension/lang/en/field.php b/resources/default/addons/visiosoft/gg_style_provider-extension/lang/en/field.php
new file mode 100644
index 000000000..12cd5056f
--- /dev/null
+++ b/resources/default/addons/visiosoft/gg_style_provider-extension/lang/en/field.php
@@ -0,0 +1,57 @@
+ 'Menu',
+ 'quick_browse' => 'Quick Browse',
+ 'popular_ads' => 'Popular Ads',
+ 'last_48_hours' => 'Last 48 Hours',
+ 'secure_e_commerce_ads' => 'Secure e-Commerce Ads',
+ 'sell' => 'Sell',
+ 'see_all' => 'See All',
+ 'categories' => 'Categories',
+ 'header_search_input_placeholder' => 'Let what comes to your mind come to your door',
+ 'find' => 'Find',
+ 'my_account' => 'My Account',
+ 'profile' => 'Profile',
+ 'logout' => 'Logout',
+ 'login' => 'Login',
+ 'or_register' => 'or Register',
+ 'cart' => 'Cart',
+ 'category' => 'Category',
+ 'view_all' => 'View All',
+ 'latest_ads' => 'Latest Ads',
+ 'see_more_deals' => 'See More Deals',
+ 'latest_ad' => 'Latest Ad',
+ 'our_choices_for_you' => 'Our Choices For You',
+ 'what_you_are_looking_for' => 'What You Are Looking For',
+ 'operation_guide' => 'Operation Guide',
+ 'popular_pages' => 'Popular Pages',
+ 'follow_us' => 'Follow Us',
+ 'copyright' => 'Copyright',
+ 'see_less' => 'See Less',
+ 'about_us' => 'About Us',
+ 'discount_price_in_cart' => ':percent% discount',
+ 'seller_of_ads' => 'Seller of This Ads',
+ 'ads_configurations' => 'Ads Configurations',
+ 'assurance' => 'Your money is 100% guaranteed by :site',
+
+ 'seller_desc_for_ads' => [
+ 'button' => 'Seller Description',
+ 'title' => 'Seller description for :ads',
+ 'description' => 'All the features mentioned are for informational purposes and may be different features. We recommend that you confirm with the seller who sold the product before purchasing the product.',
+ ],
+ 'buy_now' => 'Buy Now',
+
+ 'all_features' => 'All Features',
+ 'ads_custom_fields' => 'Ads Custom Fields',
+ 'features_for_ads' => [
+ 'title' => 'Product features for the :ads_name',
+ 'description' => 'All the features mentioned are for informational purposes and may be different features. We recommend that you confirm with the seller who sold the product before purchasing the product.',
+ ],
+ 'ships_in' => 'ships in :shipping_time day',
+ 'share' => 'Share',
+ 'popular_categories' => 'Popular Categories',
+ 'bestsellers_of_the_week' => 'Bestsellers Of The Week',
+ 'super_price' => 'Super Price',
+ 'my_favs' => 'My Favorites'
+];
diff --git a/resources/default/addons/visiosoft/gg_style_provider-extension/lang/en/permission.php b/resources/default/addons/visiosoft/gg_style_provider-extension/lang/en/permission.php
new file mode 100644
index 000000000..0b67a5fe4
--- /dev/null
+++ b/resources/default/addons/visiosoft/gg_style_provider-extension/lang/en/permission.php
@@ -0,0 +1,3 @@
+
+
+ {% include "visiosoft.extension.gg_style_provider::ad-detail/partials/slider" %}
+
+
+ {% set active_dopings = entries('dopings','dopings').getActiveDopingsWithAd(adv.id).pluck('doping_type') %}
+ {% for active_doping in active_dopings if active_doping.slug == 'super_price' %}
+
+ {{ trans('visiosoft.extension.gg_style_provider::field.super_price') }}
+
+ {% endfor %}
+
+ {{ adv.name }}
+
+
+ {% include "visiosoft.extension.gg_style_provider::ad-detail/partials/top" %}
+
+ {% if not hidePrice %}
+ {% if (not setting_value('visiosoft.module.advs::hide_zero_price') or adv.price != "0") and
+ (price_members_only) %}
+
+ {% if (adv.standard_price != '0' and adv.standard_price > adv.price) %}
+
+
+ {{ currency_format(adv.standard_price,adv.currency) }}
+
+ |
+
+ {{ trans('visiosoft.extension.gg_style_provider::field.discount_price_in_cart',
+ {'percent': (100 - ((100 * adv.price.value) / adv.standard_price.value))|round(0, 'common') }) }}
+
+
+ {% endif %}
+
{{ currency_format(adv.price,adv.currency) }}
+
+ {% include "visiosoft.extension.gg_style_provider::ad-detail/partials/price_area" %}
+
+ {% else %}
+
+ {{ trans('visiosoft.theme.sahibinden::field.ask_for_price') }}
+
+ {% endif %}
+ {% endif %}
+
+
+
+
+ {{ trans('visiosoft.extension.gg_style_provider::field.seller_of_ads') }}
+
+
:
+
+ {% set storeDetail = entries('store','store').where('user_id', params.userId).first() %}
+ {% if storeDetail is not null %}
+
+ {{ storeDetail.name }}
+
+ {% else %}
+ {{ user.first_name }}
+ {% endif %}
+
+ {% include "visiosoft.extension.gg_style_provider::ad-detail/partials/seller_area" %}
+
+
+
+
+ {% include "visiosoft.extension.gg_style_provider::ad-detail/partials/cart" %}
+
+
+ {{ img('visiosoft.extension.gg_style_provider::images/secured.svg') }}
+ {{ trans('visiosoft.extension.gg_style_provider::field.assurance', {site: setting_value('streams::name', 'Your Site')}) }}
+
+
+ {% include "visiosoft.extension.gg_style_provider::ad-detail/partials/actions" %}
+
+
+
+
+
+
+
+
+
+
+
+ {{ trans('visiosoft.extension.gg_style_provider::field.seller_desc_for_ads.title', {ads: adv.name})|raw }}
+
+
+
+
+ {{ trans('visiosoft.extension.gg_style_provider::field.seller_desc_for_ads.description')|raw }}
+
+
+
+
+
+
+
+ {{ adv.advs_desc|raw }}
+
+
+
+
+
+
+
+ {% include "visiosoft.extension.gg_style_provider::ad-detail/partials/detail" %}
+{% endblock %}
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/gg_style_provider-extension/views/ad-detail/partials/actions.twig b/resources/default/addons/visiosoft/gg_style_provider-extension/views/ad-detail/partials/actions.twig
new file mode 100644
index 000000000..54557b59f
--- /dev/null
+++ b/resources/default/addons/visiosoft/gg_style_provider-extension/views/ad-detail/partials/actions.twig
@@ -0,0 +1,81 @@
+{{ addBlock('ad-detail/title/action', {'adv': adv}, ['favs'])|raw }}
+
+{% if is_module_enabled('comparisons') %}
+ {% if setting_value('visiosoft.module.comparisons::display_on_front_end') %}
+
+
+
+
+
+ {{ img('visiosoft.extension.gg_style_provider::images/comparisons.svg').data|raw }}
+
+ {{ trans('visiosoft.module.comparisons::field.comparisons') }}
+
+
+ {{ asset_add("styles.css", "visiosoft.module.comparisons::css/style.css") }}
+ {{ asset_add("scripts.js", "visiosoft.module.comparisons::js/script.js") }}
+ {% endif %}
+{% endif %}
+
+{% if is_module_enabled('complaints') %}
+
+
+ {{ img('visiosoft.extension.gg_style_provider::images/complaints.svg').data|raw }}
+
+ {{ trans('visiosoft.module.complaints::field.report.name') }}
+
+
+ {% include "visiosoft.module.complaints::ad-detail/title/modal" %}
+{% endif %}
+
+
+
+
+
+
+ {{ img('visiosoft.extension.gg_style_provider::images/share.svg').data|raw }}
+
+ {{ trans('visiosoft.extension.gg_style_provider::field.share') }}
+
+
+
+
diff --git a/resources/default/addons/visiosoft/gg_style_provider-extension/views/ad-detail/partials/back-to-top-button.twig b/resources/default/addons/visiosoft/gg_style_provider-extension/views/ad-detail/partials/back-to-top-button.twig
new file mode 100644
index 000000000..fa28d733c
--- /dev/null
+++ b/resources/default/addons/visiosoft/gg_style_provider-extension/views/ad-detail/partials/back-to-top-button.twig
@@ -0,0 +1,8 @@
+
+
+
+
+{{ asset_add("scripts.js", "visiosoft.extension.gg_style_provider::js/button.js") }}
diff --git a/resources/default/addons/visiosoft/gg_style_provider-extension/views/ad-detail/partials/cart.twig b/resources/default/addons/visiosoft/gg_style_provider-extension/views/ad-detail/partials/cart.twig
new file mode 100644
index 000000000..eded81c16
--- /dev/null
+++ b/resources/default/addons/visiosoft/gg_style_provider-extension/views/ad-detail/partials/cart.twig
@@ -0,0 +1,128 @@
+{% if is_module_enabled('carts') %}
+ {% if adv.is_get_adv == "1" and adv.stock != "0" and adv.stock is not empty %}
+ {% if not setting_value('visiosoft.module.advs::hide_zero_price') or adv.price != "0" %}
+
+ {{ asset_add('scripts.js','visiosoft.module.carts::js/AddCartQuantity.js') }}
+ {{ asset_add('styles.css','visiosoft.module.carts::css/ad-detail.css') }}
+
+ {% endif %}
+ {% endif %}
+{% endif %}
diff --git a/resources/default/addons/visiosoft/gg_style_provider-extension/views/ad-detail/partials/detail.twig b/resources/default/addons/visiosoft/gg_style_provider-extension/views/ad-detail/partials/detail.twig
new file mode 100644
index 000000000..8618b8e4f
--- /dev/null
+++ b/resources/default/addons/visiosoft/gg_style_provider-extension/views/ad-detail/partials/detail.twig
@@ -0,0 +1,178 @@
+{% if is_module_enabled('customfields') and features %}
+
+
+
+ {{ trans('visiosoft.extension.gg_style_provider::field.features_for_ads.title', { ads_name: adv.name }) }}
+
+
+
+ {{ trans('visiosoft.extension.gg_style_provider::field.features_for_ads.description') }}
+
+
+
+
+
+
+
+ {{ adv.name }}
+
+
+ {% for feature in features %}
+ {% if feature.custom_field_value is iterable %}
+ {% else %}
+
+
+
+ {{ feature.name ? feature.name : '' }}
+
+
+ {{ feature.custom_field_value }}
+
+
+
+ {% endif %}
+ {% endfor %}
+
+
+
+
+
+
+{% endif %}
+
+{% if is_module_enabled('comments') %}
+ {% set entry_type = get_class(adv.getObject()) %}
+ {% set rating = fn('getRating', entry_type, adv.id) %}
+
+
+
+ {# Comment modal #}
+
+{% endif %}
diff --git a/resources/default/addons/visiosoft/gg_style_provider-extension/views/ad-detail/partials/price_area.twig b/resources/default/addons/visiosoft/gg_style_provider-extension/views/ad-detail/partials/price_area.twig
new file mode 100644
index 000000000..100f38046
--- /dev/null
+++ b/resources/default/addons/visiosoft/gg_style_provider-extension/views/ad-detail/partials/price_area.twig
@@ -0,0 +1,15 @@
+{% if is_module_enabled('orders') %}
+
+
+ {% if is_module_enabled('shipping') %}
+ {{ fn('getShippingAmount', adv.id) }}
+ {% else %}
+ {{ currency_format(setting_value('visiosoft.module.orders::shipping'), setting_value('streams::currency')) }}
+ {% endif %}
+
+ {% if is_module_enabled('customfields') %}
+ {% set shipping_time = fn('getValueWithSlugAndAd', 'shipping_time', adv.id) %}
+ {{ shipping_time ? (' - ' ~ trans('visiosoft.module.orders::field.ships_in', {shipping_time: shipping_time})) }}
+ {% endif %}
+
+{% endif %}
diff --git a/resources/default/addons/visiosoft/gg_style_provider-extension/views/ad-detail/partials/seller_area.twig b/resources/default/addons/visiosoft/gg_style_provider-extension/views/ad-detail/partials/seller_area.twig
new file mode 100644
index 000000000..dfe4e826c
--- /dev/null
+++ b/resources/default/addons/visiosoft/gg_style_provider-extension/views/ad-detail/partials/seller_area.twig
@@ -0,0 +1,37 @@
+{% if is_module_enabled('messages') %}
+ {{ trans("visiosoft.module.messages::field.send_message") }}
+
+
+
+
+{% endif %}
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/gg_style_provider-extension/views/ad-detail/partials/slider.twig b/resources/default/addons/visiosoft/gg_style_provider-extension/views/ad-detail/partials/slider.twig
new file mode 100644
index 000000000..a81cb0fca
--- /dev/null
+++ b/resources/default/addons/visiosoft/gg_style_provider-extension/views/ad-detail/partials/slider.twig
@@ -0,0 +1,38 @@
+
+
+
+
+ {% if count(adv.files) == 0 %}
+
+ {% else %}
+ {% for image in adv.getViewPhotoUrl %}
+
+ {% endfor %}
+ {% endif %}
+
+
+
+
+ {% if count(adv.files) != 0 %}
+ {% for image in adv.getViewPhotoUrl %}
+
+
+
+ {% endfor %}
+ {% endif %}
+
+
+
+
+{{ asset_add("styles.css", "visiosoft.extension.gg_style_provider::css/lightbox.min.css") }}
+{{ asset_add("scripts.js", "visiosoft.extension.gg_style_provider::js/lightbox.min.js") }}
+{{ asset_add("scripts.js", "visiosoft.extension.gg_style_provider::js/swiper.js") }}
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/gg_style_provider-extension/views/ad-detail/partials/top.twig b/resources/default/addons/visiosoft/gg_style_provider-extension/views/ad-detail/partials/top.twig
new file mode 100644
index 000000000..4fc4a4084
--- /dev/null
+++ b/resources/default/addons/visiosoft/gg_style_provider-extension/views/ad-detail/partials/top.twig
@@ -0,0 +1,31 @@
+{% if is_module_enabled('comments') %}
+
+ {{ addBlock('showrate', {adv})|raw }}
+
+ {{ asset_add("scripts.js", "visiosoft.module.comments::js/rateyo.min.js") }}
+ {{ asset_add("scripts.js", "visiosoft.module.comments::js/rateyoVisiosoft.js") }}
+ {{ asset_add("styles.css", "visiosoft.module.comments::css/rateyo.css") }}
+{% endif %}
+
+{% if is_module_enabled('customfields') %}
+ {% if features %}
+
+
+ {% for feature in features|slice(0, 2) %}
+ {% if feature.custom_field_value is iterable %}
+ {% else %}
+
+
+
●
+ {{ feature.custom_field_value }} {{ feature.name ? feature.name : '' }}
+
+
+ {% endif %}
+ {% endfor %}
+
+
+
+ {% endif %}
+{% endif %}
diff --git a/resources/default/addons/visiosoft/gg_style_provider-extension/views/overrides/favs-module/ad-detail/title/action.twig b/resources/default/addons/visiosoft/gg_style_provider-extension/views/overrides/favs-module/ad-detail/title/action.twig
new file mode 100644
index 000000000..881c28a23
--- /dev/null
+++ b/resources/default/addons/visiosoft/gg_style_provider-extension/views/overrides/favs-module/ad-detail/title/action.twig
@@ -0,0 +1,37 @@
+
+
+
+
+ {{ trans('visiosoft.module.favs::field.add_to_favorites') }}
+
+
+
+
+
+
{{ trans('visiosoft.extension.gg_style_provider::field.my_favs') }}
+
+
+ {{ img('visiosoft.extension.gg_style_provider::images/like.svg').data|raw }}
+
+
+
+
+
+
+
+
+
+{% if auth_check() %}
+ {{ asset_add("scripts.js", "visiosoft.module.favs::assets/js/add-remove-fav.js") }}
+{% endif %}
+{{ asset_add("styles.css", "visiosoft.extension.gg_style_provider::css/favs.css") }}
+{{ asset_add("scripts.js", "visiosoft.module.favs::js/favs.js") }}
+{{ asset_add("scripts.js", "visiosoft.extension.gg_style_provider::js/favs.js") }}
diff --git a/resources/default/addons/visiosoft/input_file-field_type/lang/af/addon.php b/resources/default/addons/visiosoft/input_file-field_type/lang/af/addon.php
new file mode 100644
index 000000000..2085ff058
--- /dev/null
+++ b/resources/default/addons/visiosoft/input_file-field_type/lang/af/addon.php
@@ -0,0 +1,7 @@
+ 'Invoerlêer',
+ 'name' => 'Invoerlêer Veldtipe',
+ 'description' => ''
+];
diff --git a/resources/default/addons/visiosoft/input_file-field_type/lang/af/input.php b/resources/default/addons/visiosoft/input_file-field_type/lang/af/input.php
new file mode 100644
index 000000000..f0db8a5a2
--- /dev/null
+++ b/resources/default/addons/visiosoft/input_file-field_type/lang/af/input.php
@@ -0,0 +1,5 @@
+ 'Kies lêer',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/input_file-field_type/lang/ar/addon.php b/resources/default/addons/visiosoft/input_file-field_type/lang/ar/addon.php
new file mode 100644
index 000000000..1ac51a26c
--- /dev/null
+++ b/resources/default/addons/visiosoft/input_file-field_type/lang/ar/addon.php
@@ -0,0 +1,7 @@
+ 'ملف الإدخال',
+ 'name' => 'نوع حقل ملف الإدخال',
+ 'description' => ''
+];
diff --git a/resources/default/addons/visiosoft/input_file-field_type/lang/ar/input.php b/resources/default/addons/visiosoft/input_file-field_type/lang/ar/input.php
new file mode 100644
index 000000000..bcc445eac
--- /dev/null
+++ b/resources/default/addons/visiosoft/input_file-field_type/lang/ar/input.php
@@ -0,0 +1,5 @@
+ 'اختر ملف',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/input_file-field_type/lang/az/addon.php b/resources/default/addons/visiosoft/input_file-field_type/lang/az/addon.php
new file mode 100644
index 000000000..225db34e5
--- /dev/null
+++ b/resources/default/addons/visiosoft/input_file-field_type/lang/az/addon.php
@@ -0,0 +1,7 @@
+ 'Fayl daxil edin',
+ 'name' => 'Fayl sahəsi növü daxil edin',
+ 'description' => ''
+];
diff --git a/resources/default/addons/visiosoft/input_file-field_type/lang/az/input.php b/resources/default/addons/visiosoft/input_file-field_type/lang/az/input.php
new file mode 100644
index 000000000..397ea37b6
--- /dev/null
+++ b/resources/default/addons/visiosoft/input_file-field_type/lang/az/input.php
@@ -0,0 +1,5 @@
+ 'Faylı seçin',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/input_file-field_type/lang/bg/addon.php b/resources/default/addons/visiosoft/input_file-field_type/lang/bg/addon.php
new file mode 100644
index 000000000..6092656fd
--- /dev/null
+++ b/resources/default/addons/visiosoft/input_file-field_type/lang/bg/addon.php
@@ -0,0 +1,7 @@
+ 'Входен файл',
+ 'name' => 'Тип поле на входния файл',
+ 'description' => ''
+];
diff --git a/resources/default/addons/visiosoft/input_file-field_type/lang/bg/input.php b/resources/default/addons/visiosoft/input_file-field_type/lang/bg/input.php
new file mode 100644
index 000000000..e4446c31b
--- /dev/null
+++ b/resources/default/addons/visiosoft/input_file-field_type/lang/bg/input.php
@@ -0,0 +1,5 @@
+ 'Изберете файл',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/input_file-field_type/lang/bn/addon.php b/resources/default/addons/visiosoft/input_file-field_type/lang/bn/addon.php
new file mode 100644
index 000000000..a0922d3cf
--- /dev/null
+++ b/resources/default/addons/visiosoft/input_file-field_type/lang/bn/addon.php
@@ -0,0 +1,7 @@
+ 'ইনপুট ফাইল',
+ 'name' => 'ইনপুট ফাইলের ক্ষেত্রের প্রকার',
+ 'description' => ''
+];
diff --git a/resources/default/addons/visiosoft/input_file-field_type/lang/bn/input.php b/resources/default/addons/visiosoft/input_file-field_type/lang/bn/input.php
new file mode 100644
index 000000000..9253193bc
--- /dev/null
+++ b/resources/default/addons/visiosoft/input_file-field_type/lang/bn/input.php
@@ -0,0 +1,5 @@
+ 'ফাইল পছন্দ কর',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/input_file-field_type/lang/ca/addon.php b/resources/default/addons/visiosoft/input_file-field_type/lang/ca/addon.php
new file mode 100644
index 000000000..332bf6dc3
--- /dev/null
+++ b/resources/default/addons/visiosoft/input_file-field_type/lang/ca/addon.php
@@ -0,0 +1,7 @@
+ 'Fitxer d’entrada',
+ 'name' => 'Tipus de camp d\'arxiu d\'entrada',
+ 'description' => ''
+];
diff --git a/resources/default/addons/visiosoft/input_file-field_type/lang/ca/input.php b/resources/default/addons/visiosoft/input_file-field_type/lang/ca/input.php
new file mode 100644
index 000000000..ba6a28074
--- /dev/null
+++ b/resources/default/addons/visiosoft/input_file-field_type/lang/ca/input.php
@@ -0,0 +1,5 @@
+ 'Trieu l\'arxiu',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/input_file-field_type/lang/cs/addon.php b/resources/default/addons/visiosoft/input_file-field_type/lang/cs/addon.php
new file mode 100644
index 000000000..6e1c67909
--- /dev/null
+++ b/resources/default/addons/visiosoft/input_file-field_type/lang/cs/addon.php
@@ -0,0 +1,7 @@
+ 'Vložte soubor',
+ 'name' => 'Typ pole vstupního souboru',
+ 'description' => ''
+];
diff --git a/resources/default/addons/visiosoft/input_file-field_type/lang/cs/input.php b/resources/default/addons/visiosoft/input_file-field_type/lang/cs/input.php
new file mode 100644
index 000000000..e5bd8fb1c
--- /dev/null
+++ b/resources/default/addons/visiosoft/input_file-field_type/lang/cs/input.php
@@ -0,0 +1,5 @@
+ 'Vyberte soubor',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/input_file-field_type/lang/da/addon.php b/resources/default/addons/visiosoft/input_file-field_type/lang/da/addon.php
new file mode 100644
index 000000000..00aa2b84b
--- /dev/null
+++ b/resources/default/addons/visiosoft/input_file-field_type/lang/da/addon.php
@@ -0,0 +1,7 @@
+ 'Indtastningsfil',
+ 'name' => 'Indtastningsfelt felttype',
+ 'description' => ''
+];
diff --git a/resources/default/addons/visiosoft/input_file-field_type/lang/da/input.php b/resources/default/addons/visiosoft/input_file-field_type/lang/da/input.php
new file mode 100644
index 000000000..72175228d
--- /dev/null
+++ b/resources/default/addons/visiosoft/input_file-field_type/lang/da/input.php
@@ -0,0 +1,5 @@
+ 'Vælg fil',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/input_file-field_type/lang/de/addon.php b/resources/default/addons/visiosoft/input_file-field_type/lang/de/addon.php
new file mode 100644
index 000000000..3f4c05053
--- /dev/null
+++ b/resources/default/addons/visiosoft/input_file-field_type/lang/de/addon.php
@@ -0,0 +1,7 @@
+ 'Eingabedatei',
+ 'name' => 'Eingabedateifeldtyp',
+ 'description' => ''
+];
diff --git a/resources/default/addons/visiosoft/input_file-field_type/lang/de/input.php b/resources/default/addons/visiosoft/input_file-field_type/lang/de/input.php
new file mode 100644
index 000000000..d20d76f73
--- /dev/null
+++ b/resources/default/addons/visiosoft/input_file-field_type/lang/de/input.php
@@ -0,0 +1,5 @@
+ 'Datei wählen',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/input_file-field_type/lang/el/addon.php b/resources/default/addons/visiosoft/input_file-field_type/lang/el/addon.php
new file mode 100644
index 000000000..81f17e3c5
--- /dev/null
+++ b/resources/default/addons/visiosoft/input_file-field_type/lang/el/addon.php
@@ -0,0 +1,7 @@
+ 'Αρχείο εισαγωγής',
+ 'name' => 'Τύπος πεδίου αρχείου εισαγωγής',
+ 'description' => ''
+];
diff --git a/resources/default/addons/visiosoft/input_file-field_type/lang/el/input.php b/resources/default/addons/visiosoft/input_file-field_type/lang/el/input.php
new file mode 100644
index 000000000..77d17b316
--- /dev/null
+++ b/resources/default/addons/visiosoft/input_file-field_type/lang/el/input.php
@@ -0,0 +1,5 @@
+ 'Επιλέξτε το αρχείο',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/input_file-field_type/lang/en/addon.php b/resources/default/addons/visiosoft/input_file-field_type/lang/en/addon.php
new file mode 100644
index 000000000..49c9bf5bf
--- /dev/null
+++ b/resources/default/addons/visiosoft/input_file-field_type/lang/en/addon.php
@@ -0,0 +1,7 @@
+ 'Input File',
+ 'name' => 'Input File Field Type',
+ 'description' => ''
+];
diff --git a/resources/default/addons/visiosoft/input_file-field_type/lang/en/input.php b/resources/default/addons/visiosoft/input_file-field_type/lang/en/input.php
new file mode 100644
index 000000000..fd50a7dea
--- /dev/null
+++ b/resources/default/addons/visiosoft/input_file-field_type/lang/en/input.php
@@ -0,0 +1,5 @@
+ 'Choose File',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/input_file-field_type/lang/es/addon.php b/resources/default/addons/visiosoft/input_file-field_type/lang/es/addon.php
new file mode 100644
index 000000000..0ff12bdc8
--- /dev/null
+++ b/resources/default/addons/visiosoft/input_file-field_type/lang/es/addon.php
@@ -0,0 +1,7 @@
+ 'Fichero de entrada',
+ 'name' => 'Tipo de campo de archivo de entrada',
+ 'description' => ''
+];
diff --git a/resources/default/addons/visiosoft/input_file-field_type/lang/es/input.php b/resources/default/addons/visiosoft/input_file-field_type/lang/es/input.php
new file mode 100644
index 000000000..94d353ea3
--- /dev/null
+++ b/resources/default/addons/visiosoft/input_file-field_type/lang/es/input.php
@@ -0,0 +1,5 @@
+ 'Elija el archivo',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/input_file-field_type/lang/fa/addon.php b/resources/default/addons/visiosoft/input_file-field_type/lang/fa/addon.php
new file mode 100644
index 000000000..deaa4452d
--- /dev/null
+++ b/resources/default/addons/visiosoft/input_file-field_type/lang/fa/addon.php
@@ -0,0 +1,7 @@
+ 'فایل ورودی',
+ 'name' => 'نوع فیلد پرونده ورودی',
+ 'description' => ''
+];
diff --git a/resources/default/addons/visiosoft/input_file-field_type/lang/fa/input.php b/resources/default/addons/visiosoft/input_file-field_type/lang/fa/input.php
new file mode 100644
index 000000000..d0d9c2efc
--- /dev/null
+++ b/resources/default/addons/visiosoft/input_file-field_type/lang/fa/input.php
@@ -0,0 +1,5 @@
+ 'انتخاب فایل',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/input_file-field_type/lang/fi/addon.php b/resources/default/addons/visiosoft/input_file-field_type/lang/fi/addon.php
new file mode 100644
index 000000000..42adbc1e2
--- /dev/null
+++ b/resources/default/addons/visiosoft/input_file-field_type/lang/fi/addon.php
@@ -0,0 +1,7 @@
+ 'Syötetiedosto',
+ 'name' => 'Syötetiedoston kenttätyyppi',
+ 'description' => ''
+];
diff --git a/resources/default/addons/visiosoft/input_file-field_type/lang/fi/input.php b/resources/default/addons/visiosoft/input_file-field_type/lang/fi/input.php
new file mode 100644
index 000000000..e14da0244
--- /dev/null
+++ b/resources/default/addons/visiosoft/input_file-field_type/lang/fi/input.php
@@ -0,0 +1,5 @@
+ 'Valitse tiedosto',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/input_file-field_type/lang/fr/addon.php b/resources/default/addons/visiosoft/input_file-field_type/lang/fr/addon.php
new file mode 100644
index 000000000..02b4c57e6
--- /dev/null
+++ b/resources/default/addons/visiosoft/input_file-field_type/lang/fr/addon.php
@@ -0,0 +1,7 @@
+ 'Fichier d\'entrée',
+ 'name' => 'Type de champ de fichier d\'entrée',
+ 'description' => ''
+];
diff --git a/resources/default/addons/visiosoft/input_file-field_type/lang/fr/input.php b/resources/default/addons/visiosoft/input_file-field_type/lang/fr/input.php
new file mode 100644
index 000000000..bbe6db7a3
--- /dev/null
+++ b/resources/default/addons/visiosoft/input_file-field_type/lang/fr/input.php
@@ -0,0 +1,5 @@
+ 'Choisir le fichier',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/input_file-field_type/lang/he/addon.php b/resources/default/addons/visiosoft/input_file-field_type/lang/he/addon.php
new file mode 100644
index 000000000..08e40ed30
--- /dev/null
+++ b/resources/default/addons/visiosoft/input_file-field_type/lang/he/addon.php
@@ -0,0 +1,7 @@
+ 'קובץ קלט',
+ 'name' => 'סוג שדה של קובץ קלט',
+ 'description' => ''
+];
diff --git a/resources/default/addons/visiosoft/input_file-field_type/lang/he/input.php b/resources/default/addons/visiosoft/input_file-field_type/lang/he/input.php
new file mode 100644
index 000000000..86ff5b50c
--- /dev/null
+++ b/resources/default/addons/visiosoft/input_file-field_type/lang/he/input.php
@@ -0,0 +1,5 @@
+ 'בחר קובץ',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/input_file-field_type/lang/hi/addon.php b/resources/default/addons/visiosoft/input_file-field_type/lang/hi/addon.php
new file mode 100644
index 000000000..5a6a09391
--- /dev/null
+++ b/resources/default/addons/visiosoft/input_file-field_type/lang/hi/addon.php
@@ -0,0 +1,7 @@
+ 'इनपुट फ़ाइल',
+ 'name' => 'इनपुट फ़ाइल फ़ील्ड प्रकार',
+ 'description' => ''
+];
diff --git a/resources/default/addons/visiosoft/input_file-field_type/lang/hi/input.php b/resources/default/addons/visiosoft/input_file-field_type/lang/hi/input.php
new file mode 100644
index 000000000..022c59817
--- /dev/null
+++ b/resources/default/addons/visiosoft/input_file-field_type/lang/hi/input.php
@@ -0,0 +1,5 @@
+ 'फ़ाइल का चयन',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/input_file-field_type/lang/hu/addon.php b/resources/default/addons/visiosoft/input_file-field_type/lang/hu/addon.php
new file mode 100644
index 000000000..a26943d62
--- /dev/null
+++ b/resources/default/addons/visiosoft/input_file-field_type/lang/hu/addon.php
@@ -0,0 +1,7 @@
+ 'Bemeneti fájl',
+ 'name' => 'Bemeneti fájl mező típusa',
+ 'description' => ''
+];
diff --git a/resources/default/addons/visiosoft/input_file-field_type/lang/hu/input.php b/resources/default/addons/visiosoft/input_file-field_type/lang/hu/input.php
new file mode 100644
index 000000000..49743fdc2
--- /dev/null
+++ b/resources/default/addons/visiosoft/input_file-field_type/lang/hu/input.php
@@ -0,0 +1,5 @@
+ 'Válassz fájlt',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/input_file-field_type/lang/id/addon.php b/resources/default/addons/visiosoft/input_file-field_type/lang/id/addon.php
new file mode 100644
index 000000000..644ceb630
--- /dev/null
+++ b/resources/default/addons/visiosoft/input_file-field_type/lang/id/addon.php
@@ -0,0 +1,7 @@
+ 'File masukan',
+ 'name' => 'Jenis Kolom Input File',
+ 'description' => ''
+];
diff --git a/resources/default/addons/visiosoft/input_file-field_type/lang/id/input.php b/resources/default/addons/visiosoft/input_file-field_type/lang/id/input.php
new file mode 100644
index 000000000..41b2da2c3
--- /dev/null
+++ b/resources/default/addons/visiosoft/input_file-field_type/lang/id/input.php
@@ -0,0 +1,5 @@
+ 'Pilih File',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/input_file-field_type/lang/it/addon.php b/resources/default/addons/visiosoft/input_file-field_type/lang/it/addon.php
new file mode 100644
index 000000000..0d0cf7a64
--- /dev/null
+++ b/resources/default/addons/visiosoft/input_file-field_type/lang/it/addon.php
@@ -0,0 +1,7 @@
+ 'File di input',
+ 'name' => 'Tipo di campo file di input',
+ 'description' => ''
+];
diff --git a/resources/default/addons/visiosoft/input_file-field_type/lang/it/input.php b/resources/default/addons/visiosoft/input_file-field_type/lang/it/input.php
new file mode 100644
index 000000000..283ea93da
--- /dev/null
+++ b/resources/default/addons/visiosoft/input_file-field_type/lang/it/input.php
@@ -0,0 +1,5 @@
+ 'Scegli il file',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/input_file-field_type/lang/ja/addon.php b/resources/default/addons/visiosoft/input_file-field_type/lang/ja/addon.php
new file mode 100644
index 000000000..b3e056828
--- /dev/null
+++ b/resources/default/addons/visiosoft/input_file-field_type/lang/ja/addon.php
@@ -0,0 +1,7 @@
+ '入力ファイル',
+ 'name' => '入力ファイルのフィールドタイプ',
+ 'description' => ''
+];
diff --git a/resources/default/addons/visiosoft/input_file-field_type/lang/ja/input.php b/resources/default/addons/visiosoft/input_file-field_type/lang/ja/input.php
new file mode 100644
index 000000000..59ba200c4
--- /dev/null
+++ b/resources/default/addons/visiosoft/input_file-field_type/lang/ja/input.php
@@ -0,0 +1,5 @@
+ 'ファイルを選ぶ',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/input_file-field_type/lang/ko/addon.php b/resources/default/addons/visiosoft/input_file-field_type/lang/ko/addon.php
new file mode 100644
index 000000000..1ab37bcda
--- /dev/null
+++ b/resources/default/addons/visiosoft/input_file-field_type/lang/ko/addon.php
@@ -0,0 +1,7 @@
+ '입력 파일',
+ 'name' => '입력 파일 필드 유형',
+ 'description' => ''
+];
diff --git a/resources/default/addons/visiosoft/input_file-field_type/lang/ko/input.php b/resources/default/addons/visiosoft/input_file-field_type/lang/ko/input.php
new file mode 100644
index 000000000..93410a35b
--- /dev/null
+++ b/resources/default/addons/visiosoft/input_file-field_type/lang/ko/input.php
@@ -0,0 +1,5 @@
+ '파일을 선택',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/input_file-field_type/lang/ku/addon.php b/resources/default/addons/visiosoft/input_file-field_type/lang/ku/addon.php
new file mode 100644
index 000000000..4b3ec2028
--- /dev/null
+++ b/resources/default/addons/visiosoft/input_file-field_type/lang/ku/addon.php
@@ -0,0 +1,7 @@
+ 'Pelê Input',
+ 'name' => 'Tîpa Qada Pelê ya Têkilî',
+ 'description' => ''
+];
diff --git a/resources/default/addons/visiosoft/input_file-field_type/lang/ku/input.php b/resources/default/addons/visiosoft/input_file-field_type/lang/ku/input.php
new file mode 100644
index 000000000..fc26acb92
--- /dev/null
+++ b/resources/default/addons/visiosoft/input_file-field_type/lang/ku/input.php
@@ -0,0 +1,5 @@
+ 'Pelê hilbijêrin',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/input_file-field_type/lang/nl/addon.php b/resources/default/addons/visiosoft/input_file-field_type/lang/nl/addon.php
new file mode 100644
index 000000000..ff793c577
--- /dev/null
+++ b/resources/default/addons/visiosoft/input_file-field_type/lang/nl/addon.php
@@ -0,0 +1,7 @@
+ 'Invoer bestand',
+ 'name' => 'Invoerbestand Veldtype',
+ 'description' => ''
+];
diff --git a/resources/default/addons/visiosoft/input_file-field_type/lang/nl/input.php b/resources/default/addons/visiosoft/input_file-field_type/lang/nl/input.php
new file mode 100644
index 000000000..6fbf3a499
--- /dev/null
+++ b/resources/default/addons/visiosoft/input_file-field_type/lang/nl/input.php
@@ -0,0 +1,5 @@
+ 'Kies bestand',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/input_file-field_type/lang/no/addon.php b/resources/default/addons/visiosoft/input_file-field_type/lang/no/addon.php
new file mode 100644
index 000000000..f1be636d5
--- /dev/null
+++ b/resources/default/addons/visiosoft/input_file-field_type/lang/no/addon.php
@@ -0,0 +1,7 @@
+ 'Inndatafil',
+ 'name' => 'Inndatafeltfelt',
+ 'description' => ''
+];
diff --git a/resources/default/addons/visiosoft/input_file-field_type/lang/no/input.php b/resources/default/addons/visiosoft/input_file-field_type/lang/no/input.php
new file mode 100644
index 000000000..9c876ed09
--- /dev/null
+++ b/resources/default/addons/visiosoft/input_file-field_type/lang/no/input.php
@@ -0,0 +1,5 @@
+ 'Velg Fil',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/input_file-field_type/lang/pl/addon.php b/resources/default/addons/visiosoft/input_file-field_type/lang/pl/addon.php
new file mode 100644
index 000000000..b2b6ec022
--- /dev/null
+++ b/resources/default/addons/visiosoft/input_file-field_type/lang/pl/addon.php
@@ -0,0 +1,7 @@
+ 'Plik wejściowy',
+ 'name' => 'Typ pola pliku wejściowego',
+ 'description' => ''
+];
diff --git a/resources/default/addons/visiosoft/input_file-field_type/lang/pl/input.php b/resources/default/addons/visiosoft/input_file-field_type/lang/pl/input.php
new file mode 100644
index 000000000..16fa094eb
--- /dev/null
+++ b/resources/default/addons/visiosoft/input_file-field_type/lang/pl/input.php
@@ -0,0 +1,5 @@
+ 'Wybierz plik',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/input_file-field_type/lang/pt/addon.php b/resources/default/addons/visiosoft/input_file-field_type/lang/pt/addon.php
new file mode 100644
index 000000000..27971dab2
--- /dev/null
+++ b/resources/default/addons/visiosoft/input_file-field_type/lang/pt/addon.php
@@ -0,0 +1,7 @@
+ 'Arquivo de entrada',
+ 'name' => 'Tipo de campo de arquivo de entrada',
+ 'description' => ''
+];
diff --git a/resources/default/addons/visiosoft/input_file-field_type/lang/pt/input.php b/resources/default/addons/visiosoft/input_file-field_type/lang/pt/input.php
new file mode 100644
index 000000000..3d61de4e9
--- /dev/null
+++ b/resources/default/addons/visiosoft/input_file-field_type/lang/pt/input.php
@@ -0,0 +1,5 @@
+ 'Escolher arquivo',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/input_file-field_type/lang/ro/addon.php b/resources/default/addons/visiosoft/input_file-field_type/lang/ro/addon.php
new file mode 100644
index 000000000..9dde7be37
--- /dev/null
+++ b/resources/default/addons/visiosoft/input_file-field_type/lang/ro/addon.php
@@ -0,0 +1,7 @@
+ 'Fișier de intrare',
+ 'name' => 'Tipul de câmp de intrare a fișierului',
+ 'description' => ''
+];
diff --git a/resources/default/addons/visiosoft/input_file-field_type/lang/ro/input.php b/resources/default/addons/visiosoft/input_file-field_type/lang/ro/input.php
new file mode 100644
index 000000000..dbd836058
--- /dev/null
+++ b/resources/default/addons/visiosoft/input_file-field_type/lang/ro/input.php
@@ -0,0 +1,5 @@
+ 'Alege fișierul',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/input_file-field_type/lang/ru/addon.php b/resources/default/addons/visiosoft/input_file-field_type/lang/ru/addon.php
new file mode 100644
index 000000000..fd059ed52
--- /dev/null
+++ b/resources/default/addons/visiosoft/input_file-field_type/lang/ru/addon.php
@@ -0,0 +1,7 @@
+ 'Входной файл',
+ 'name' => 'Тип поля входного файла',
+ 'description' => ''
+];
diff --git a/resources/default/addons/visiosoft/input_file-field_type/lang/ru/input.php b/resources/default/addons/visiosoft/input_file-field_type/lang/ru/input.php
new file mode 100644
index 000000000..6011f4e2f
--- /dev/null
+++ b/resources/default/addons/visiosoft/input_file-field_type/lang/ru/input.php
@@ -0,0 +1,5 @@
+ 'Выбрать файл',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/input_file-field_type/lang/sq/addon.php b/resources/default/addons/visiosoft/input_file-field_type/lang/sq/addon.php
new file mode 100644
index 000000000..38d37e7fa
--- /dev/null
+++ b/resources/default/addons/visiosoft/input_file-field_type/lang/sq/addon.php
@@ -0,0 +1,7 @@
+ 'Skedari i hyrjes',
+ 'name' => 'Lloji i fushës së skedarit të hyrjes',
+ 'description' => ''
+];
diff --git a/resources/default/addons/visiosoft/input_file-field_type/lang/sq/input.php b/resources/default/addons/visiosoft/input_file-field_type/lang/sq/input.php
new file mode 100644
index 000000000..9f9123aa0
--- /dev/null
+++ b/resources/default/addons/visiosoft/input_file-field_type/lang/sq/input.php
@@ -0,0 +1,5 @@
+ 'Zgjidhni Skedarin',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/input_file-field_type/lang/sr/addon.php b/resources/default/addons/visiosoft/input_file-field_type/lang/sr/addon.php
new file mode 100644
index 000000000..f841697b9
--- /dev/null
+++ b/resources/default/addons/visiosoft/input_file-field_type/lang/sr/addon.php
@@ -0,0 +1,7 @@
+ 'Ulazna datoteka',
+ 'name' => 'Tip polja ulazne datoteke',
+ 'description' => ''
+];
diff --git a/resources/default/addons/visiosoft/input_file-field_type/lang/sr/input.php b/resources/default/addons/visiosoft/input_file-field_type/lang/sr/input.php
new file mode 100644
index 000000000..5cabf9ef9
--- /dev/null
+++ b/resources/default/addons/visiosoft/input_file-field_type/lang/sr/input.php
@@ -0,0 +1,5 @@
+ 'Izaberi datoteku',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/input_file-field_type/lang/sv/addon.php b/resources/default/addons/visiosoft/input_file-field_type/lang/sv/addon.php
new file mode 100644
index 000000000..22c1a1c1e
--- /dev/null
+++ b/resources/default/addons/visiosoft/input_file-field_type/lang/sv/addon.php
@@ -0,0 +1,7 @@
+ 'Indatafil',
+ 'name' => 'Filtyp för inmatningsfil',
+ 'description' => ''
+];
diff --git a/resources/default/addons/visiosoft/input_file-field_type/lang/sv/input.php b/resources/default/addons/visiosoft/input_file-field_type/lang/sv/input.php
new file mode 100644
index 000000000..97cdaf0a3
--- /dev/null
+++ b/resources/default/addons/visiosoft/input_file-field_type/lang/sv/input.php
@@ -0,0 +1,5 @@
+ 'Välj FIL',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/input_file-field_type/lang/tr/addon.php b/resources/default/addons/visiosoft/input_file-field_type/lang/tr/addon.php
new file mode 100644
index 000000000..4c8f972e6
--- /dev/null
+++ b/resources/default/addons/visiosoft/input_file-field_type/lang/tr/addon.php
@@ -0,0 +1,7 @@
+ 'Giriş dosyası',
+ 'name' => 'Giriş Dosyası Alan Türü',
+ 'description' => ''
+];
diff --git a/resources/default/addons/visiosoft/input_file-field_type/lang/tr/input.php b/resources/default/addons/visiosoft/input_file-field_type/lang/tr/input.php
new file mode 100644
index 000000000..6b842c191
--- /dev/null
+++ b/resources/default/addons/visiosoft/input_file-field_type/lang/tr/input.php
@@ -0,0 +1,5 @@
+ 'Dosya seçin',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/input_file-field_type/lang/uk/addon.php b/resources/default/addons/visiosoft/input_file-field_type/lang/uk/addon.php
new file mode 100644
index 000000000..5c7886aed
--- /dev/null
+++ b/resources/default/addons/visiosoft/input_file-field_type/lang/uk/addon.php
@@ -0,0 +1,7 @@
+ 'Вхідний файл',
+ 'name' => 'Тип поля вхідного файлу',
+ 'description' => ''
+];
diff --git a/resources/default/addons/visiosoft/input_file-field_type/lang/uk/input.php b/resources/default/addons/visiosoft/input_file-field_type/lang/uk/input.php
new file mode 100644
index 000000000..3db4ee865
--- /dev/null
+++ b/resources/default/addons/visiosoft/input_file-field_type/lang/uk/input.php
@@ -0,0 +1,5 @@
+ 'Виберіть файл',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/input_file-field_type/lang/ur/addon.php b/resources/default/addons/visiosoft/input_file-field_type/lang/ur/addon.php
new file mode 100644
index 000000000..8c1dfb6b7
--- /dev/null
+++ b/resources/default/addons/visiosoft/input_file-field_type/lang/ur/addon.php
@@ -0,0 +1,7 @@
+ 'ان پٹ فائل',
+ 'name' => 'ان پٹ فائل فیلڈ کی قسم',
+ 'description' => ''
+];
diff --git a/resources/default/addons/visiosoft/input_file-field_type/lang/ur/input.php b/resources/default/addons/visiosoft/input_file-field_type/lang/ur/input.php
new file mode 100644
index 000000000..0d0a67312
--- /dev/null
+++ b/resources/default/addons/visiosoft/input_file-field_type/lang/ur/input.php
@@ -0,0 +1,5 @@
+ 'فائل منتخب کریں',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/input_file-field_type/lang/vi/addon.php b/resources/default/addons/visiosoft/input_file-field_type/lang/vi/addon.php
new file mode 100644
index 000000000..da766ba7d
--- /dev/null
+++ b/resources/default/addons/visiosoft/input_file-field_type/lang/vi/addon.php
@@ -0,0 +1,7 @@
+ 'Tệp đầu vào',
+ 'name' => 'Loại trường tệp đầu vào',
+ 'description' => ''
+];
diff --git a/resources/default/addons/visiosoft/input_file-field_type/lang/vi/input.php b/resources/default/addons/visiosoft/input_file-field_type/lang/vi/input.php
new file mode 100644
index 000000000..8da37e951
--- /dev/null
+++ b/resources/default/addons/visiosoft/input_file-field_type/lang/vi/input.php
@@ -0,0 +1,5 @@
+ 'Chọn tập tin',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/input_file-field_type/lang/zh/addon.php b/resources/default/addons/visiosoft/input_file-field_type/lang/zh/addon.php
new file mode 100644
index 000000000..861ab0373
--- /dev/null
+++ b/resources/default/addons/visiosoft/input_file-field_type/lang/zh/addon.php
@@ -0,0 +1,7 @@
+ '输入文件',
+ 'name' => '输入文件字段类型',
+ 'description' => ''
+];
diff --git a/resources/default/addons/visiosoft/input_file-field_type/lang/zh/input.php b/resources/default/addons/visiosoft/input_file-field_type/lang/zh/input.php
new file mode 100644
index 000000000..cdb142a29
--- /dev/null
+++ b/resources/default/addons/visiosoft/input_file-field_type/lang/zh/input.php
@@ -0,0 +1,5 @@
+ '选择文件',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/input_file-field_type/views/input.twig b/resources/default/addons/visiosoft/input_file-field_type/views/input.twig
new file mode 100644
index 000000000..6af3fae8d
--- /dev/null
+++ b/resources/default/addons/visiosoft/input_file-field_type/views/input.twig
@@ -0,0 +1,5 @@
+
+
+
+
+{#Todo:: Check Accept Input File Field Type#}
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/integer-field_type/config/config.php b/resources/default/addons/visiosoft/integer-field_type/config/config.php
new file mode 100644
index 000000000..7cc8aad78
--- /dev/null
+++ b/resources/default/addons/visiosoft/integer-field_type/config/config.php
@@ -0,0 +1,32 @@
+ [
+ 'type' => 'anomaly.field_type.select',
+ 'config' => [
+ 'default_value' => ',',
+ 'options' => [
+ '' => '1000',
+ ',' => '1,000',
+ '.' => '1.000',
+ '`' => '1`000',
+ ' ' => '1 000',
+ ],
+ ],
+ ],
+ 'min' => [
+ 'type' => 'visiosoft.field_type.integer',
+ 'config' => [
+ 'min' => null,
+ ],
+ ],
+ 'max' => [
+ 'type' => 'visiosoft.field_type.integer',
+ ],
+ 'step' => [
+ 'type' => 'visiosoft.field_type.integer',
+ ],
+ 'default_value' => [
+ 'type' => 'visiosoft.field_type.integer',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/integer-field_type/lang/ar/addon.php b/resources/default/addons/visiosoft/integer-field_type/lang/ar/addon.php
new file mode 100644
index 000000000..252869285
--- /dev/null
+++ b/resources/default/addons/visiosoft/integer-field_type/lang/ar/addon.php
@@ -0,0 +1,7 @@
+ 'عدد صحيح',
+ 'name' => 'قيمة حقل عدد صحيح',
+ 'description' => 'قيمة حقل لعنصر ادخال عدد صحيح.',
+];
diff --git a/resources/default/addons/visiosoft/integer-field_type/lang/ar/config.php b/resources/default/addons/visiosoft/integer-field_type/lang/ar/config.php
new file mode 100644
index 000000000..f2ef81ea7
--- /dev/null
+++ b/resources/default/addons/visiosoft/integer-field_type/lang/ar/config.php
@@ -0,0 +1,24 @@
+ [
+ 'label' => 'فاصلة الآلاف',
+ 'instructions' => 'اختر فاصلة الآلاف لاستخدامها. هذا لعرض القيم فقط.'
+ ],
+ 'min' => [
+ 'label' => 'القيمة الدنيا',
+ 'instructions' => 'ماهي القيمة الدنيا المسموح بها?'
+ ],
+ 'max' => [
+ 'label' => 'القيمة العليا',
+ 'instructions' => 'ماهي القيمة العليا المسموح بها?'
+ ],
+ 'step' => [
+ 'label' => 'خطوة',
+ 'instructions' => 'ما عدد الخطوات التي أن تكون لدى عنصر الادخال?',
+ ],
+ 'default_value' => [
+ 'label' => 'القيمة الافتراضية',
+ 'instructions' => 'إذا كان هناك القيمة الافتراضية ,ادخلها.'
+ ],
+];
diff --git a/resources/default/addons/visiosoft/integer-field_type/lang/en/addon.php b/resources/default/addons/visiosoft/integer-field_type/lang/en/addon.php
new file mode 100644
index 000000000..286fd376e
--- /dev/null
+++ b/resources/default/addons/visiosoft/integer-field_type/lang/en/addon.php
@@ -0,0 +1,7 @@
+ 'Integer',
+ 'name' => 'Integer Field Type',
+ 'description' => 'An integer input field type.',
+];
diff --git a/resources/default/addons/visiosoft/integer-field_type/lang/en/config.php b/resources/default/addons/visiosoft/integer-field_type/lang/en/config.php
new file mode 100644
index 000000000..bae599ac7
--- /dev/null
+++ b/resources/default/addons/visiosoft/integer-field_type/lang/en/config.php
@@ -0,0 +1,24 @@
+ [
+ 'label' => 'Thousands Separator',
+ 'instructions' => 'Choose the thousands separator to use. This is for displaying values only.',
+ ],
+ 'min' => [
+ 'label' => 'Minimum Value',
+ 'instructions' => 'What is the minimum value allowed?',
+ ],
+ 'max' => [
+ 'label' => 'Maximum Value',
+ 'instructions' => 'What is the maximum value allowed?',
+ ],
+ 'step' => [
+ 'label' => 'Step',
+ 'instructions' => 'What size step should the input buttons have?',
+ ],
+ 'default_value' => [
+ 'label' => 'Default Value',
+ 'instructions' => 'Enter the default value if any.',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/integer-field_type/lang/fr/addon.php b/resources/default/addons/visiosoft/integer-field_type/lang/fr/addon.php
new file mode 100644
index 000000000..1781bdb2b
--- /dev/null
+++ b/resources/default/addons/visiosoft/integer-field_type/lang/fr/addon.php
@@ -0,0 +1,6 @@
+ 'Nombre entier',
+ 'description' => 'Type de champs pour un nombre entier.',
+];
diff --git a/resources/default/addons/visiosoft/integer-field_type/lang/fr/config.php b/resources/default/addons/visiosoft/integer-field_type/lang/fr/config.php
new file mode 100644
index 000000000..8751a0407
--- /dev/null
+++ b/resources/default/addons/visiosoft/integer-field_type/lang/fr/config.php
@@ -0,0 +1,24 @@
+ [
+ 'label' => 'Séparateur des milliers',
+ 'instructions' => 'Choisissez un séparateur des milliers. Pour l\'affichage uniquement.',
+ ],
+ 'min' => [
+ 'label' => 'Valeur minimale',
+ 'instructions' => 'Quelle est la valeur minimale autorisée ?',
+ ],
+ 'max' => [
+ 'label' => 'Valeur maximale',
+ 'instructions' => 'Quelle est la valeur maximale autorisée ?',
+ ],
+ 'step' => [
+ 'label' => 'Ecart',
+ 'instructions' => 'De combien augmenter / réduire la nombre lors de l\'appui sur les fléches du champs ?',
+ ],
+ 'default_value' => [
+ 'label' => 'Valeur par défaut',
+ 'instructions' => 'Quelle est la valeur par défaut. Facultatif.',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/integer-field_type/lang/hu/addon.php b/resources/default/addons/visiosoft/integer-field_type/lang/hu/addon.php
new file mode 100644
index 000000000..3a80f35ec
--- /dev/null
+++ b/resources/default/addons/visiosoft/integer-field_type/lang/hu/addon.php
@@ -0,0 +1,7 @@
+ 'Szám',
+ 'name' => 'Szám mező típus',
+ 'description' => 'Szám bekérő mező típus.',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/integer-field_type/lang/hu/config.php b/resources/default/addons/visiosoft/integer-field_type/lang/hu/config.php
new file mode 100644
index 000000000..5050dd393
--- /dev/null
+++ b/resources/default/addons/visiosoft/integer-field_type/lang/hu/config.php
@@ -0,0 +1,24 @@
+ [
+ 'label' => 'Ezres Elválasztó',
+ 'instructions' => 'Add meg az ezres elválasztót. Ezt csak a megjelenítésnél használljuk.',
+ ],
+ 'min' => [
+ 'label' => 'Minimális Érték',
+ 'instructions' => 'Mi a minimálisan megengedett érték?',
+ ],
+ 'max' => [
+ 'label' => 'Maximális Érték',
+ 'instructions' => 'Mi a maximálisan megengedett érték?',
+ ],
+ 'step' => [
+ 'label' => 'Lépés',
+ 'instructions' => 'Milyen méretű lépés legyen a bekérő gomboknak?',
+ ],
+ 'default_value' => [
+ 'label' => 'Alapértelmezett Érték',
+ 'instructions' => 'Add meg az alapértelmezett értéket ha szeretnéd',
+ ],
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/integer-field_type/lang/zh-cn/addon.php b/resources/default/addons/visiosoft/integer-field_type/lang/zh-cn/addon.php
new file mode 100644
index 000000000..8a25d9d8f
--- /dev/null
+++ b/resources/default/addons/visiosoft/integer-field_type/lang/zh-cn/addon.php
@@ -0,0 +1,7 @@
+ '整数',
+ 'name' => '整数字段类型',
+ 'description' => '输入整数所使用的字段类型.',
+];
diff --git a/resources/default/addons/visiosoft/integer-field_type/lang/zh-cn/config.php b/resources/default/addons/visiosoft/integer-field_type/lang/zh-cn/config.php
new file mode 100644
index 000000000..c88a36349
--- /dev/null
+++ b/resources/default/addons/visiosoft/integer-field_type/lang/zh-cn/config.php
@@ -0,0 +1,24 @@
+ [
+ 'label' => '千位分隔符',
+ 'instructions' => '选择使用何种千位分隔符. 此设置仅影响显示的值.',
+ ],
+ 'min' => [
+ 'label' => '最小值',
+ 'instructions' => '允许的最小值?',
+ ],
+ 'max' => [
+ 'label' => '最大值',
+ 'instructions' => '允许的最大值?',
+ ],
+ 'step' => [
+ 'label' => '步进值',
+ 'instructions' => '点击输入按钮时增减的步进值(step attribute)?',
+ ],
+ 'default_value' => [
+ 'label' => '预设值',
+ 'instructions' => '如有预设默认值的需要请在此输入.',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/integer-field_type/lang/zh-tw/addon.php b/resources/default/addons/visiosoft/integer-field_type/lang/zh-tw/addon.php
new file mode 100644
index 000000000..29590a4ac
--- /dev/null
+++ b/resources/default/addons/visiosoft/integer-field_type/lang/zh-tw/addon.php
@@ -0,0 +1,7 @@
+ '整數',
+ 'name' => '整數欄位型別',
+ 'description' => '一個輸入整數的欄位型別。',
+];
diff --git a/resources/default/addons/visiosoft/integer-field_type/lang/zh-tw/config.php b/resources/default/addons/visiosoft/integer-field_type/lang/zh-tw/config.php
new file mode 100644
index 000000000..fc5004516
--- /dev/null
+++ b/resources/default/addons/visiosoft/integer-field_type/lang/zh-tw/config.php
@@ -0,0 +1,24 @@
+ [
+ 'label' => '千位數分隔符號',
+ 'instructions' => '請選擇要使用的數字分隔符號,僅用於顯示數值。',
+ ],
+ 'min' => [
+ 'label' => '最小數值',
+ 'instructions' => '請輸入最小允許的數值。',
+ ],
+ 'max' => [
+ 'label' => '最大數值',
+ 'instructions' => '請輸入最大允許的數值。',
+ ],
+ 'step' => [
+ 'label' => '步進值',
+ 'instructions' => '請輸入此輸入欄位的步進值(step attribute)。',
+ ],
+ 'default_value' => [
+ 'label' => '預設數值',
+ 'instructions' => '請輸入預設的數值。',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/integer-field_type/views/input.twig b/resources/default/addons/visiosoft/integer-field_type/views/input.twig
new file mode 100644
index 000000000..19534a14b
--- /dev/null
+++ b/resources/default/addons/visiosoft/integer-field_type/views/input.twig
@@ -0,0 +1,12 @@
+
diff --git a/resources/default/addons/visiosoft/json-field_type/lang/en/addon.php b/resources/default/addons/visiosoft/json-field_type/lang/en/addon.php
new file mode 100644
index 000000000..4d0ccdaf9
--- /dev/null
+++ b/resources/default/addons/visiosoft/json-field_type/lang/en/addon.php
@@ -0,0 +1,7 @@
+ 'Json',
+ 'name' => 'Json Field Type',
+ 'description' => ''
+];
diff --git a/resources/default/addons/visiosoft/json-field_type/lang/tr/addon.php b/resources/default/addons/visiosoft/json-field_type/lang/tr/addon.php
new file mode 100644
index 000000000..c279f6363
--- /dev/null
+++ b/resources/default/addons/visiosoft/json-field_type/lang/tr/addon.php
@@ -0,0 +1,7 @@
+ 'Json',
+ 'name' => 'Json Alan türü',
+ 'description' => ''
+];
diff --git a/resources/default/addons/visiosoft/language_switcher-plugin/config/preferences.php b/resources/default/addons/visiosoft/language_switcher-plugin/config/preferences.php
new file mode 100644
index 000000000..a4d4be6bb
--- /dev/null
+++ b/resources/default/addons/visiosoft/language_switcher-plugin/config/preferences.php
@@ -0,0 +1,10 @@
+ [
+ 'type' => 'anomaly.field_type.integer',
+ 'config' => [
+ 'min' => 1
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/language_switcher-plugin/lang/en/addon.php b/resources/default/addons/visiosoft/language_switcher-plugin/lang/en/addon.php
new file mode 100644
index 000000000..a30b26262
--- /dev/null
+++ b/resources/default/addons/visiosoft/language_switcher-plugin/lang/en/addon.php
@@ -0,0 +1,7 @@
+ 'Language switcher',
+ 'name' => 'Language switcher Plugin',
+ 'description' => 'A plugin providing users with numerous ways of switching language'
+];
diff --git a/resources/default/addons/visiosoft/language_switcher-plugin/lang/en/preference.php b/resources/default/addons/visiosoft/language_switcher-plugin/lang/en/preference.php
new file mode 100644
index 000000000..a18eff0d8
--- /dev/null
+++ b/resources/default/addons/visiosoft/language_switcher-plugin/lang/en/preference.php
@@ -0,0 +1,8 @@
+ [
+ 'name' => 'Cookie',
+ 'instructions' => 'The number of days which the cookie has to last.'
+ ]
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/language_switcher-plugin/lang/nl/addon.php b/resources/default/addons/visiosoft/language_switcher-plugin/lang/nl/addon.php
new file mode 100644
index 000000000..050ed3bd9
--- /dev/null
+++ b/resources/default/addons/visiosoft/language_switcher-plugin/lang/nl/addon.php
@@ -0,0 +1,7 @@
+ 'Taal switcher',
+ 'name' => 'Taal switcher Plugin',
+ 'description' => 'Een plugin die gebruikers meerdere manieren biedt om van taal de veranderen.'
+];
diff --git a/resources/default/addons/visiosoft/language_switcher-plugin/lang/nl/preference.php b/resources/default/addons/visiosoft/language_switcher-plugin/lang/nl/preference.php
new file mode 100644
index 000000000..b95268aaf
--- /dev/null
+++ b/resources/default/addons/visiosoft/language_switcher-plugin/lang/nl/preference.php
@@ -0,0 +1,8 @@
+ [
+ 'name' => 'Cookie',
+ 'instructions' => 'De hoeveelheid dagen dat de cookie mee moet gaan.'
+ ]
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/language_switcher-plugin/views/dropdown-lang.twig b/resources/default/addons/visiosoft/language_switcher-plugin/views/dropdown-lang.twig
new file mode 100644
index 000000000..770b01bc5
--- /dev/null
+++ b/resources/default/addons/visiosoft/language_switcher-plugin/views/dropdown-lang.twig
@@ -0,0 +1,21 @@
+
+
+
+
+{{ asset_add('styles.css','visiosoft.theme.base::css/flags.css') }}
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/language_switcher-plugin/views/dropdown.twig b/resources/default/addons/visiosoft/language_switcher-plugin/views/dropdown.twig
new file mode 100644
index 000000000..cc15be678
--- /dev/null
+++ b/resources/default/addons/visiosoft/language_switcher-plugin/views/dropdown.twig
@@ -0,0 +1,10 @@
+
+
+ {{ toggle.title|raw }}
+
+
+
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/language_switcher-plugin/views/li.twig b/resources/default/addons/visiosoft/language_switcher-plugin/views/li.twig
new file mode 100644
index 000000000..dd20ac8de
--- /dev/null
+++ b/resources/default/addons/visiosoft/language_switcher-plugin/views/li.twig
@@ -0,0 +1,8 @@
+
+ {{ toggle.title|raw }}
+
+
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/language_switcher-plugin/views/links-lang.twig b/resources/default/addons/visiosoft/language_switcher-plugin/views/links-lang.twig
new file mode 100644
index 000000000..88ba7f11a
--- /dev/null
+++ b/resources/default/addons/visiosoft/language_switcher-plugin/views/links-lang.twig
@@ -0,0 +1,5 @@
+{% for locale in locales %}
+ {{ trans('streams::locale.' ~ locale.name ~ '.name') }}
+ ({{ locale.name }})
+{% endfor %}
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/language_switcher-plugin/views/modal.twig b/resources/default/addons/visiosoft/language_switcher-plugin/views/modal.twig
new file mode 100644
index 000000000..20779503c
--- /dev/null
+++ b/resources/default/addons/visiosoft/language_switcher-plugin/views/modal.twig
@@ -0,0 +1,57 @@
+
+
+
+
+
+
+ Hey there! We've detected that you're visiting from {{ prefered.country }} but the current language is set to {{ current.language }} .
+
+
+ Do you want to change the language to {{ prefered.language }} ?
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/language_switcher-plugin/views/openclassify-lang.twig b/resources/default/addons/visiosoft/language_switcher-plugin/views/openclassify-lang.twig
new file mode 100644
index 000000000..b5322c9b1
--- /dev/null
+++ b/resources/default/addons/visiosoft/language_switcher-plugin/views/openclassify-lang.twig
@@ -0,0 +1,10 @@
+{% set Flags = entries('advs').Flags() %}
+
+ {{ toggle.title|raw }}
+
+
+
diff --git a/resources/default/addons/visiosoft/list-field_type/config/config.php b/resources/default/addons/visiosoft/list-field_type/config/config.php
new file mode 100644
index 000000000..3f1bf8a45
--- /dev/null
+++ b/resources/default/addons/visiosoft/list-field_type/config/config.php
@@ -0,0 +1,21 @@
+ [
+ 'type' => 'anomaly.field_type.select',
+ 'required' => true,
+ 'config' => [
+ 'options' => [
+ 'text' => 'anomaly.field_type.text::config.type.option.text',
+ 'email' => 'anomaly.field_type.text::config.type.option.email',
+ 'textarea' => 'anomaly.field_type.text::config.type.option.textarea',
+ ],
+ ],
+ ],
+ 'min' => [
+ 'type' => 'anomaly.field_type.integer',
+ ],
+ 'max' => [
+ 'type' => 'anomaly.field_type.integer',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/list-field_type/lang/en/addon.php b/resources/default/addons/visiosoft/list-field_type/lang/en/addon.php
new file mode 100644
index 000000000..2e592d375
--- /dev/null
+++ b/resources/default/addons/visiosoft/list-field_type/lang/en/addon.php
@@ -0,0 +1,7 @@
+ 'List',
+ 'name' => 'List Field Type',
+ 'description' => 'A simple sortable list field type.',
+];
diff --git a/resources/default/addons/visiosoft/list-field_type/lang/en/config.php b/resources/default/addons/visiosoft/list-field_type/lang/en/config.php
new file mode 100644
index 000000000..cef6d5e19
--- /dev/null
+++ b/resources/default/addons/visiosoft/list-field_type/lang/en/config.php
@@ -0,0 +1,21 @@
+ [
+ 'label' => 'Input Type',
+ 'instructions' => 'Specify the input type to display.',
+ 'option' => [
+ 'email' => 'Email',
+ 'text' => 'Text',
+ 'textarea' => 'Textarea',
+ ],
+ ],
+ 'min' => [
+ 'label' => 'Minimum Length',
+ 'instructions' => 'Specify the minimum number of list items allowed.',
+ ],
+ 'max' => [
+ 'label' => 'Maximum Length',
+ 'instructions' => 'Specify the maximum number of list items allowed.',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/list-field_type/views/input.twig b/resources/default/addons/visiosoft/list-field_type/views/input.twig
new file mode 100644
index 000000000..4632c10b4
--- /dev/null
+++ b/resources/default/addons/visiosoft/list-field_type/views/input.twig
@@ -0,0 +1,19 @@
+{{ asset_add("scripts.js", "visiosoft.field_type.list::js/jquery-sortable.js") }}
+{{ asset_add("scripts.js", "visiosoft.field_type.list::js/list.js") }}
+{{ asset_add("styles.css", "visiosoft.field_type.list::less/list.less") }}
+
+{% import field_type.config('macro', 'visiosoft.field_type.list::macro') as macro %}
+
+
+ {% if field_type.value|length > 0 %}
+ {% for key, value in field_type.value %}
+ {{ macro.item(field_type, value) }}
+ {% endfor %}
+ {% else %}
+ {{ macro.item(field_type, null) }}
+ {% endif %}
+
+
+
+ {{ macro.item(field_type, null) }}
+
diff --git a/resources/default/addons/visiosoft/list-field_type/views/macro.twig b/resources/default/addons/visiosoft/list-field_type/views/macro.twig
new file mode 100644
index 000000000..d0a358d5a
--- /dev/null
+++ b/resources/default/addons/visiosoft/list-field_type/views/macro.twig
@@ -0,0 +1,39 @@
+{% macro item(field_type, value) %}
+
+
+
+
+ {{ icon('bars') }}
+
+
+ {% if field_type.config.type == 'textarea' %}
+ {{ value }}
+ {% else %}
+
+ {% endif %}
+
+
+
+ {{ icon('plus') }}
+
+
+
+
+
+ {{ icon('minus') }}
+
+
+
+
+
+{% endmacro %}
diff --git a/resources/default/addons/visiosoft/loancalc-module/config/permissions.php b/resources/default/addons/visiosoft/loancalc-module/config/permissions.php
new file mode 100644
index 000000000..0b67a5fe4
--- /dev/null
+++ b/resources/default/addons/visiosoft/loancalc-module/config/permissions.php
@@ -0,0 +1,3 @@
+ [
+ 'type' => 'anomaly.field_type.decimal',
+ 'required' => true,
+ 'config' => [
+ 'default_value' => 1.98,
+ ],
+ ],
+ 'advance_payment_percentage' => [
+ 'type' => 'anomaly.field_type.decimal',
+ 'required' => true,
+ 'config' => [
+ 'default_value' => 0.3,
+ ],
+ ],
+ 'show_in_categories' => [
+ 'type' => 'anomaly.field_type.checkboxes',
+ 'config' => [
+ 'handler' => 'Visiosoft\LoancalcModule\SettingHandler\CategoriesOptions@handle'
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/loancalc-module/lang/en/addon.php b/resources/default/addons/visiosoft/loancalc-module/lang/en/addon.php
new file mode 100644
index 000000000..8a4be7ca6
--- /dev/null
+++ b/resources/default/addons/visiosoft/loancalc-module/lang/en/addon.php
@@ -0,0 +1,7 @@
+ 'Loancalc',
+ 'name' => 'Loancalc Module',
+ 'description' => ''
+];
diff --git a/resources/default/addons/visiosoft/loancalc-module/lang/en/button.php b/resources/default/addons/visiosoft/loancalc-module/lang/en/button.php
new file mode 100644
index 000000000..0b67a5fe4
--- /dev/null
+++ b/resources/default/addons/visiosoft/loancalc-module/lang/en/button.php
@@ -0,0 +1,3 @@
+ 'Calculate Installment',
+ 'down_amount' => 'Down Amount',
+ 'down_term' => 'Down Term',
+ 'months' => 'Months',
+ 'down_payment_amount' => 'Down Payment Amount',
+ 'monthly_payment_amount' => 'Monthly Payment Amount',
+ 'number_of_installments' => 'Number of Installments',
+ 'make_an_application' => 'Make an application',
+ 'new_application_form' => 'New Application Form',
+ 'first_name' => 'First Name',
+ 'last_name' => 'Last Name',
+ 'example' => 'Example',
+ 'name' => 'Name',
+ 't.c_identity_number' => 'T.C Identity Number',
+ 'birth_date' => 'Birth Date',
+ 'day' => 'D',
+ 'month' => 'M',
+ 'year' => 'Y',
+ 'name_of_job_place' => 'Name of Job Place',
+ 'your_job' => 'Your Job',
+ 'your_mobile_phone_number' => 'Your Mobile Phone Number',
+ 'province_of_application' => 'Province Of Application',
+ 'select_city' => 'Select City',
+ 'your_e-mail_address' => 'Your E-Mail Address',
+ 'your_message_your_comments' => 'Your Message, Your Comments',
+ 'note_1' => 'For the most accurate evaluation of your application, please do not enter incomplete or incorrect information.',
+ 'note_2' => 'Our forward sales are pledged sales, pledges are covered by the buyer during notary transactions.',
+ 'note_3' => 'It is obligatory to make insurance and insurance during the term sales.',
+ 'cancel' => 'Cancel',
+ 'your_application_is_complete' => 'Your application is complete',
+ 'thank_you' => 'Thank you',
+ 'thank_message_1' => 'We thank you for your interest and confidence in us!',
+ 'thank_message_2' => 'Your application is received. Our operations support center will contact you as soon as possible.',
+];
diff --git a/resources/default/addons/visiosoft/loancalc-module/lang/en/notification.php b/resources/default/addons/visiosoft/loancalc-module/lang/en/notification.php
new file mode 100644
index 000000000..57505acdb
--- /dev/null
+++ b/resources/default/addons/visiosoft/loancalc-module/lang/en/notification.php
@@ -0,0 +1,25 @@
+ 'Loan Application',
+ 'loan_application_params' => 'The loan application params are as follow',
+ 'application_ad_id' => 'Application Ad ID',
+ 'ad_name' => 'Ad Name',
+ 'show_ad' => 'Show Ad',
+ 'first_payment' => 'First Payment',
+ 'application_term' => 'Number of Months',
+ 'monthly_payment' => 'Monthly Payment',
+ 'total_payment' => 'Total Payment',
+ 'first_name' => 'First Name',
+ 'last_name' => 'Last Name',
+ 't.c_number' => 'T.C Number',
+ 'day_born' => 'Birth Day',
+ 'month_born' => 'Birth Month',
+ 'year_born' => 'Birth Year',
+ 'user_job_name' => 'Name of Work Place',
+ 'user_job' => 'Name of Job',
+ 'gsm_number' => 'User GSM Number',
+ 'user_province' => 'User Province',
+ 'email_address' => 'E-Mail Address',
+ 'reference_description' => 'Reference Description',
+];
diff --git a/resources/default/addons/visiosoft/loancalc-module/lang/en/permission.php b/resources/default/addons/visiosoft/loancalc-module/lang/en/permission.php
new file mode 100644
index 000000000..0b67a5fe4
--- /dev/null
+++ b/resources/default/addons/visiosoft/loancalc-module/lang/en/permission.php
@@ -0,0 +1,3 @@
+ [
+ 'name' => 'Interest Rate'
+ ],
+ 'advance_payment_percentage' => [
+ 'name' => 'Advance Payment Percentage'
+ ],
+ 'show_in_categories' => [
+ 'name' => 'Show in Categories'
+ ],
+];
diff --git a/resources/default/addons/visiosoft/loancalc-module/lang/en/stream.php b/resources/default/addons/visiosoft/loancalc-module/lang/en/stream.php
new file mode 100644
index 000000000..0b67a5fe4
--- /dev/null
+++ b/resources/default/addons/visiosoft/loancalc-module/lang/en/stream.php
@@ -0,0 +1,3 @@
+ 'KrediHesaplama',
+ 'name' => 'KrediHesaplama Modülü',
+ 'description' => ''
+];
diff --git a/resources/default/addons/visiosoft/loancalc-module/lang/tr/button.php b/resources/default/addons/visiosoft/loancalc-module/lang/tr/button.php
new file mode 100644
index 000000000..0b67a5fe4
--- /dev/null
+++ b/resources/default/addons/visiosoft/loancalc-module/lang/tr/button.php
@@ -0,0 +1,3 @@
+ 'Taksit Hesaplama',
+ 'down_amount' => 'Peşinat Miktarı',
+ 'down_term' => 'Taksit Vadesi',
+ 'months' => 'Ay',
+ 'down_payment_amount' => 'Peşinat Tutarı',
+ 'monthly_payment_amount' => 'Aylık Ödeme',
+ 'number_of_installments' => 'Taksit Sayısı',
+ 'make_an_application' => 'Başvurun',
+ 'new_application_form' => 'Yeni Başvuru',
+ 'first_name' => 'İsim',
+ 'last_name' => 'Soy İsim',
+ 'example' => 'Örnek',
+ 'name' => 'İsim',
+ 't.c_identity_number' => 'T.C Numaranız',
+ 'birth_date' => 'Doğum Tarihi',
+ 'day' => 'G',
+ 'month' => 'A',
+ 'year' => 'Y',
+ 'name_of_job_place' => 'İş Yeri Adı',
+ 'your_job' => 'Mesleğiniz',
+ 'your_mobile_phone_number' => 'Cep No',
+ 'province_of_application' => 'Şehir',
+ 'select_city' => 'Şehir Seçin',
+ 'your_e-mail_address' => 'E-Posta Adresiniz',
+ 'your_message_your_comments' => 'Mesajınız, Yorumunuz',
+ 'note_1' => 'Başvurunuzun en doğru şekilde değerlendirilmesi için lütfen eksik veya yanlış bilgi girmeyin.',
+ 'note_2' => 'Vadeli satışlarımız ipotekli satışlar olup, noter işlemleri sırasında alıcılar tarafından karşılanmaktadır.',
+ 'note_3' => 'Vadeli satışlarda sigorta ve sigorta yapılması zorunludur.',
+ 'cancel' => 'İptal',
+ 'your_application_is_complete' => 'Başvurunuz Tamamlanmıştır',
+ 'thank_you' => 'Teşekkür Ederiz',
+ 'thank_message_1' => 'Bize olan ilginiz ve güveniniz için teşekkür ederiz!',
+ 'thank_message_2' => 'Başvurunuz alındı. Operasyon destek merkezimiz en kısa sürede sizinle iletişime geçecektir.',
+];
diff --git a/resources/default/addons/visiosoft/loancalc-module/lang/tr/notification.php b/resources/default/addons/visiosoft/loancalc-module/lang/tr/notification.php
new file mode 100644
index 000000000..275ef0a78
--- /dev/null
+++ b/resources/default/addons/visiosoft/loancalc-module/lang/tr/notification.php
@@ -0,0 +1,23 @@
+ 'Kredi Başvurusu',
+ 'loan_application_params' => 'Kredi başvuru bilgileri aşağıdaki gibidir',
+ 'application_ad_id' => 'Uygulama Reklam Kimliği',
+ 'first_payment' => 'Ön Ödeme',
+ 'application_term' => 'Ay Sayısı',
+ 'monthly_payment' => 'Aylık Ödeme',
+ 'total_payment' => 'Toplam Ödeme',
+ 'first_name' => 'İsminiz',
+ 'last_name' => 'Soy İsminiz',
+ 't.c_number' => 'T.C Numaranız',
+ 'day_born' => 'Doğum Tarihi',
+ 'month_born' => 'Doğduğunuz Ay',
+ 'year_born' => 'Doğduğunuz Yıl',
+ 'user_job_name' => 'İş Yerinizin Adı',
+ 'user_job' => 'Mesleğiniz',
+ 'gsm_number' => 'Kullanıcı GSM No',
+ 'user_province' => 'Kullanıcı Bölgesi',
+ 'email_address' => 'E-Posta Adresi',
+ 'reference_description' => 'Referans Açıklama',
+];
diff --git a/resources/default/addons/visiosoft/loancalc-module/lang/tr/permission.php b/resources/default/addons/visiosoft/loancalc-module/lang/tr/permission.php
new file mode 100644
index 000000000..0b67a5fe4
--- /dev/null
+++ b/resources/default/addons/visiosoft/loancalc-module/lang/tr/permission.php
@@ -0,0 +1,3 @@
+ [
+ 'name' => 'Faiz Oranı'
+ ],
+ 'advance_payment_percentage' => [
+ 'name' => 'Peşin Ödeme Yüzdesi'
+ ],
+ 'show_in_categories' => [
+ 'name' => 'Kategorilerde Göster'
+ ],
+];
diff --git a/resources/default/addons/visiosoft/loancalc-module/lang/tr/stream.php b/resources/default/addons/visiosoft/loancalc-module/lang/tr/stream.php
new file mode 100644
index 000000000..0b67a5fe4
--- /dev/null
+++ b/resources/default/addons/visiosoft/loancalc-module/lang/tr/stream.php
@@ -0,0 +1,3 @@
+
+
+
+
+
+
+
+
+
+
+
+
{{ trans('visiosoft.module.loancalc::field.your_application_is_complete') }}
+
{{ trans('visiosoft.module.loancalc::field.thank_you') }}
+
{{ trans('visiosoft.module.loancalc::field.thank_message_1') }}
+
{{ trans('visiosoft.module.loancalc::field.thank_message_2') }}
+
+
+
+
+
+
+
+
+
+ {{ params.price }}
+
+
+
+
* {{ trans('visiosoft.module.loancalc::field.note_1') }}
+ * {{ trans('visiosoft.module.loancalc::field.note_2') }}
+ * {{ trans('visiosoft.module.loancalc::field.note_3') }}
+
+
+
+
+
+
+
+
+
+ {{ asset_add("scripts.js", "visiosoft.module.loancalc::assets/js/calculator.js") }}
+ {% endif %}
+{% endfor %}
diff --git a/resources/default/addons/visiosoft/location-module/config/permissions.php b/resources/default/addons/visiosoft/location-module/config/permissions.php
new file mode 100644
index 000000000..e4fa14626
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/config/permissions.php
@@ -0,0 +1,29 @@
+ [
+ 'read',
+ 'write',
+ 'delete',
+ ],
+ 'cities' => [
+ 'read',
+ 'write',
+ 'delete',
+ ],
+ 'districts' => [
+ 'read',
+ 'write',
+ 'delete',
+ ],
+ 'neighborhoods' => [
+ 'read',
+ 'write',
+ 'delete',
+ ],
+ 'village' => [
+ 'read',
+ 'write',
+ 'delete',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/location-module/config/preferences.php b/resources/default/addons/visiosoft/location-module/config/preferences.php
new file mode 100644
index 000000000..ca5d8ed54
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/config/preferences.php
@@ -0,0 +1,5 @@
+ [
+ 'stacked' => false,
+ 'tabs' => [
+ 'general' => [
+ 'title' => 'visiosoft.module.location::section.general',
+ 'fields' => [
+ 'sorting_column','sorting_type',
+ 'home_page_location', 'list_page_location',
+ 'detail_page_location', 'create_ad_page_location',
+ 'country_for_phone_field',
+ ],
+ ],
+ 'map' => [
+ 'title' => 'visiosoft.module.location::section.map',
+ 'fields' => [
+ 'default_country', 'default_city', 'default_district', 'default_neighborhood'
+ ],
+ ],
+ 'setting' => [
+ 'title' => 'visiosoft.module.location::section.setting',
+ 'fields' => [
+ 'google_map_key', 'map_coordinates_long', 'map_coordinates_lat'
+ ],
+ ],
+ 'filter' => [
+ 'title' => 'visiosoft.module.location::section.filter',
+ 'fields' => [
+ 'hide_location_filter'
+ ],
+ ],
+ 'html' => [
+ 'html' => '{% include "visiosoft.module.location::settings/field" %}',
+ ],
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/location-module/config/settings/settings.php b/resources/default/addons/visiosoft/location-module/config/settings/settings.php
new file mode 100644
index 000000000..f7bbfda28
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/config/settings/settings.php
@@ -0,0 +1,111 @@
+ [
+ 'type' => 'anomaly.field_type.boolean',
+ 'config' => [
+ 'default_value' => true,
+ ],
+ ],
+ 'list_page_location' => [
+ 'type' => 'anomaly.field_type.boolean',
+ 'config' => [
+ 'default_value' => true,
+ ],
+ ],
+ 'detail_page_location' => [
+ 'type' => 'anomaly.field_type.boolean',
+ 'config' => [
+ 'default_value' => true,
+ ],
+ ],
+ 'create_ad_page_location' => [
+ 'type' => 'anomaly.field_type.boolean',
+ 'config' => [
+ 'default_value' => true,
+ ],
+ ],
+ 'default_country' => [
+ 'type' => 'anomaly.field_type.relationship',
+ "config" => [
+ "related" => \Visiosoft\LocationModule\Country\CountryModel::class
+ ]
+ ],
+ 'country_for_phone_field' => [
+ 'type' => 'anomaly.field_type.select',
+ 'required' => false,
+ 'config' => [
+ 'default_value' => function () {
+ return config('visiosoft.theme.base::countries.default');
+ },
+ 'options' => function () {
+ $array = \Visiosoft\LocationModule\Country\CountryModel::query()->get()->pluck('name', 'abv')->toArray();
+ return $array;
+ },
+ ],
+ ],
+ 'default_city' => [
+ 'type' => 'anomaly.field_type.select',
+ ],
+ 'default_district' => [
+ 'type' => 'anomaly.field_type.select',
+ ],
+ 'default_neighborhood' => [
+ 'type' => 'anomaly.field_type.select',
+ ],
+
+ 'google_map_key' => [
+ 'type' => 'anomaly.field_type.text',
+ 'bind' => 'adv.google_map_key',
+ 'env' => 'ADV_MAP_KEY',
+ 'config' => [
+ 'default_value' => 'AIzaSyCfjSTNU-5kaiWY9OHLv-3N7CFHT1tFl-w',
+ ],
+ ],
+
+ 'map_coordinates_long' => [
+ 'type' => 'anomaly.field_type.text',
+ 'bind' => 'adv.map_coordinates_long',
+ 'env' => 'ADV_MAP_LONG',
+ 'config' => [
+ 'default_value' => '28.74558607285155',
+ ],
+ ],
+ 'map_coordinates_lat' => [
+ 'type' => 'anomaly.field_type.text',
+ 'bind' => 'adv.map_coordinates_lat',
+ 'env' => 'ADV_MAP_LAT',
+ 'config' => [
+ 'default_value' => '40.97817786299617',
+ ],
+ ],
+
+ 'hide_location_filter' => [
+ 'type' => 'anomaly.field_type.boolean',
+ 'config' => [
+ 'default_value' => false,
+ ],
+ ],
+ 'sorting_column' => [
+ 'type' => 'anomaly.field_type.select',
+ 'config' => [
+ 'default_value' => 'slug',
+ 'options' => [
+ 'slug' => 'slug',
+ 'id' => 'id',
+ 'order' => 'order',
+ 'name' => 'name',
+ ],
+ ],
+ ],
+ 'sorting_type' => [
+ 'type' => 'anomaly.field_type.select',
+ 'config' => [
+ 'default_value' => 'ASC',
+ 'options' => [
+ 'ASC' => 'ASC', 'DESC' => 'DESC'
+ ],
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/af/addon.php b/resources/default/addons/visiosoft/location-module/lang/af/addon.php
new file mode 100644
index 000000000..04080b1ee
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/af/addon.php
@@ -0,0 +1,8 @@
+ 'Ligging',
+ 'name' => 'Ligging Module',
+ 'description' => 'Beskrywing',
+ 'info' => 'On this page, you can manage country, city, district, neighborhood and village information.',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/af/button.php b/resources/default/addons/visiosoft/location-module/lang/af/button.php
new file mode 100644
index 000000000..bd747483d
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/af/button.php
@@ -0,0 +1,17 @@
+ 'Nuwe land',
+ 'new_city' => 'Nuwe stad',
+ 'new_district' => 'Nuwe distrik',
+ 'new_neighborhood' => 'Nuwe woonbuurt',
+ 'new_village' => 'Nuwe dorpie',
+ 'sub_cities' => 'Substede',
+ 'add_sub_cities' => 'Voeg substad by',
+ 'add_sub_districts' => 'Voeg subdistrik by',
+ 'add_sub_neighborhoods' => 'Voeg subbuurt by',
+ 'add_sub_village' => 'Voeg subdorp by',
+ 'sub_districts' => 'Subdistrikte',
+ 'sub_neighborhoods' => 'Subbuurte',
+ 'sub_village' => 'Sub Village',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/af/field.php b/resources/default/addons/visiosoft/location-module/lang/af/field.php
new file mode 100644
index 000000000..47644b6ab
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/af/field.php
@@ -0,0 +1,43 @@
+ [
+ 'name' => 'Titel'
+ ],
+ 'slug' => [
+ 'name' => 'Slak'
+ ],
+ 'city' => [
+ 'name' => 'Stad'
+ ],
+ 'country' => [
+ 'name' => 'Land'
+ ],
+ 'district' => [
+ 'name' => 'Distrik'
+ ],
+ 'order' => [
+ 'name' => 'Sorteervolgorde'
+ ],
+ 'neighborhood' => [
+ 'name' => 'Buurt'
+ ],
+ 'village' => [
+ 'name' => 'Dorp'
+ ],
+ 'description' => [
+ 'name' => 'Beskrywing'
+ ],
+ 'pick_option' => [
+ 'name' => 'Kies \'n opsie',
+ ],
+ 'address' => [
+ 'name' => 'Adres',
+ ],
+ 'selected' => 'Gekies',
+ 'choose_an_option' => 'Kies \'n opsie ...',
+ 'abv' => [
+ 'name' => 'Afkorting',
+ ],
+ 'location' => 'Ligging',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/af/message.php b/resources/default/addons/visiosoft/location-module/lang/af/message.php
new file mode 100644
index 000000000..832ed939c
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/af/message.php
@@ -0,0 +1,7 @@
+ 'Tik hier om te soek',
+ 'null_msg' => 'Nie gevind nie',
+ 'choose_country' => 'Kies \'n land',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/af/permission.php b/resources/default/addons/visiosoft/location-module/lang/af/permission.php
new file mode 100644
index 000000000..4dab9dae9
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/af/permission.php
@@ -0,0 +1,13 @@
+ [
+ 'name' => 'Dorp',
+ 'option' => [
+ 'read' => 'Kan dorpie lees?',
+ 'write' => 'Kan u dorp skep of wysig?',
+ 'delete' => 'Kan dorp verwyder?',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/af/section.php b/resources/default/addons/visiosoft/location-module/lang/af/section.php
new file mode 100644
index 000000000..8f6e1554a
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/af/section.php
@@ -0,0 +1,23 @@
+ [
+ 'title' => 'Lande',
+ ],
+ 'cities' => [
+ 'title' => 'Stede',
+ ],
+ 'districts' => [
+ 'title' => 'Distrikte',
+ ],
+ 'neighborhoods' => [
+ 'title' => 'Wyk',
+ ],
+ 'village' => [
+ 'title' => 'Dorp',
+ ],
+ 'general' => 'Generaal',
+ 'map' => 'Kaart',
+ 'setting' => 'Instelling',
+ 'filter' => 'Filtreer',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/af/setting.php b/resources/default/addons/visiosoft/location-module/lang/af/setting.php
new file mode 100644
index 000000000..e2ed869b3
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/af/setting.php
@@ -0,0 +1,56 @@
+ [
+ 'name' => 'Tuisblad-liggingveld',
+ ],
+ 'list_page_location' => [
+ 'name' => 'Lys bladsy-liggingveld',
+ ],
+ 'detail_page_location' => [
+ 'name' => 'Detail bladsy ligging veld',
+ ],
+ 'show_search_location_btn' => [
+ 'name' => 'Wys soekliggingknoppie',
+ ],
+ 'default_country' => [
+ 'name' => 'Verstek land',
+ ],
+ 'create_ad_page_location' => [
+ 'name' => 'Skep ligging van advertensiebladsy',
+ ],
+ 'default_city' => [
+ 'name' => 'Verstekstad',
+ ],
+ 'default_district' => [
+ 'name' => 'Verstek distrik',
+ ],
+ 'default_neighborhood' => [
+ 'name' => 'Verstekbuurt',
+ ],
+
+ 'google_map_key' => [
+ 'name' => 'Google Maps Api-sleutel',
+ ],
+
+ 'map_coordinates_long' => [
+ 'name' => 'Verstek lank',
+ ],
+
+ 'map_coordinates_lat' => [
+ 'name' => 'Standaard Lat',
+ ],
+
+ 'hide_location_filter' => [
+ 'name' => 'Versteek liggingsfilter',
+ ],
+ 'country_for_phone_field' => [
+ 'name' => 'Standaardland vir registrasie-telefoonveld'
+ ],
+ 'sorting_column' => [
+ 'name' => 'Sorteerkolom',
+ ],
+ 'sorting_type' => [
+ 'name' => 'Sorteertipe',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/af/stream.php b/resources/default/addons/visiosoft/location-module/lang/af/stream.php
new file mode 100644
index 000000000..7642e8b94
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/af/stream.php
@@ -0,0 +1,7 @@
+ [
+ 'name' => 'Dorp',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/ar/addon.php b/resources/default/addons/visiosoft/location-module/lang/ar/addon.php
new file mode 100644
index 000000000..018334485
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/ar/addon.php
@@ -0,0 +1,8 @@
+ 'موقعك',
+ 'name' => 'وحدة الموقع',
+ 'description' => 'وصف',
+ 'info' => 'On this page, you can manage country, city, district, neighborhood and village information.',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/ar/button.php b/resources/default/addons/visiosoft/location-module/lang/ar/button.php
new file mode 100644
index 000000000..b533aab7c
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/ar/button.php
@@ -0,0 +1,17 @@
+ 'بلد جديد',
+ 'new_city' => 'مدينة جديدة',
+ 'new_district' => 'حي جديد',
+ 'new_neighborhood' => 'حي جديد',
+ 'new_village' => 'قرية جديدة',
+ 'sub_cities' => 'مدن فرعية',
+ 'add_sub_cities' => 'إضافة مدينة فرعية',
+ 'add_sub_districts' => 'إضافة منطقة فرعية',
+ 'add_sub_neighborhoods' => 'إضافة الحي الفرعي',
+ 'add_sub_village' => 'أضف قرية فرعية',
+ 'sub_districts' => 'المناطق الفرعية',
+ 'sub_neighborhoods' => 'الأحياء الفرعية',
+ 'sub_village' => 'قرية فرعية',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/ar/field.php b/resources/default/addons/visiosoft/location-module/lang/ar/field.php
new file mode 100644
index 000000000..d6fa9012e
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/ar/field.php
@@ -0,0 +1,43 @@
+ [
+ 'name' => 'عنوان'
+ ],
+ 'slug' => [
+ 'name' => 'سبيكة'
+ ],
+ 'city' => [
+ 'name' => 'مدينة'
+ ],
+ 'country' => [
+ 'name' => 'بلد'
+ ],
+ 'district' => [
+ 'name' => 'منطقة'
+ ],
+ 'order' => [
+ 'name' => 'امر ترتيب'
+ ],
+ 'neighborhood' => [
+ 'name' => 'حي'
+ ],
+ 'village' => [
+ 'name' => 'قرية'
+ ],
+ 'description' => [
+ 'name' => 'وصف'
+ ],
+ 'pick_option' => [
+ 'name' => 'اختيار خيار',
+ ],
+ 'address' => [
+ 'name' => 'عنوان',
+ ],
+ 'selected' => 'المحدد',
+ 'choose_an_option' => 'إختر خيار...',
+ 'abv' => [
+ 'name' => 'اختصار',
+ ],
+ 'location' => 'موقع',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/ar/message.php b/resources/default/addons/visiosoft/location-module/lang/ar/message.php
new file mode 100644
index 000000000..7e54f9b67
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/ar/message.php
@@ -0,0 +1,7 @@
+ 'اكتب هنا للبحث',
+ 'null_msg' => 'لم يتم العثور على',
+ 'choose_country' => 'اختر دولة',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/ar/permission.php b/resources/default/addons/visiosoft/location-module/lang/ar/permission.php
new file mode 100644
index 000000000..935b37495
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/ar/permission.php
@@ -0,0 +1,13 @@
+ [
+ 'name' => 'قرية',
+ 'option' => [
+ 'read' => 'يمكن قراءة القرية؟ ',
+ 'write' => 'يمكن إنشاء / تحرير القرية؟ ',
+ 'delete' => 'يمكن حذف القرية؟',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/ar/section.php b/resources/default/addons/visiosoft/location-module/lang/ar/section.php
new file mode 100644
index 000000000..5e50b0926
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/ar/section.php
@@ -0,0 +1,23 @@
+ [
+ 'title' => 'بلدان',
+ ],
+ 'cities' => [
+ 'title' => 'مدن',
+ ],
+ 'districts' => [
+ 'title' => 'المناطق',
+ ],
+ 'neighborhoods' => [
+ 'title' => 'أحياء',
+ ],
+ 'village' => [
+ 'title' => 'قرية',
+ ],
+ 'general' => 'جنرال لواء',
+ 'map' => 'خريطة',
+ 'setting' => 'ضبط',
+ 'filter' => 'منقي',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/ar/setting.php b/resources/default/addons/visiosoft/location-module/lang/ar/setting.php
new file mode 100644
index 000000000..a620a2d35
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/ar/setting.php
@@ -0,0 +1,56 @@
+ [
+ 'name' => 'الصفحة الرئيسية حقل الموقع',
+ ],
+ 'list_page_location' => [
+ 'name' => 'حقل قائمة موقع الصفحة',
+ ],
+ 'detail_page_location' => [
+ 'name' => 'التفاصيل حقل موقع الصفحة',
+ ],
+ 'show_search_location_btn' => [
+ 'name' => 'عرض زر البحث في الموقع',
+ ],
+ 'default_country' => [
+ 'name' => 'البلد الافتراضي',
+ ],
+ 'create_ad_page_location' => [
+ 'name' => 'إنشاء موقع صفحة الإعلان',
+ ],
+ 'default_city' => [
+ 'name' => 'المدينة الافتراضية',
+ ],
+ 'default_district' => [
+ 'name' => 'الحي الافتراضي',
+ ],
+ 'default_neighborhood' => [
+ 'name' => 'الحي الافتراضي',
+ ],
+
+ 'google_map_key' => [
+ 'name' => 'خرائط جوجل ابي كي',
+ ],
+
+ 'map_coordinates_long' => [
+ 'name' => 'الافتراضي الطويل',
+ ],
+
+ 'map_coordinates_lat' => [
+ 'name' => 'الافتراضي اللات',
+ ],
+
+ 'hide_location_filter' => [
+ 'name' => 'إخفاء عامل تصفية الموقع',
+ ],
+ 'country_for_phone_field' => [
+ 'name' => 'البلد الافتراضي لتسجيل حقل الهاتف'
+ ],
+ 'sorting_column' => [
+ 'name' => 'عمود الفرز',
+ ],
+ 'sorting_type' => [
+ 'name' => 'نوع الفرز',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/ar/stream.php b/resources/default/addons/visiosoft/location-module/lang/ar/stream.php
new file mode 100644
index 000000000..0948ff2f8
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/ar/stream.php
@@ -0,0 +1,7 @@
+ [
+ 'name' => 'قرية',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/az/addon.php b/resources/default/addons/visiosoft/location-module/lang/az/addon.php
new file mode 100644
index 000000000..219e41ac9
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/az/addon.php
@@ -0,0 +1,8 @@
+ 'Yer',
+ 'name' => 'Yer Modulu',
+ 'description' => 'Təsvir',
+ 'info' => 'On this page, you can manage country, city, district, neighborhood and village information.',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/az/button.php b/resources/default/addons/visiosoft/location-module/lang/az/button.php
new file mode 100644
index 000000000..080ed4e21
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/az/button.php
@@ -0,0 +1,17 @@
+ 'Yeni Ölkə',
+ 'new_city' => 'Yeni Şəhər',
+ 'new_district' => 'Yeni rayon',
+ 'new_neighborhood' => 'Yeni qonşuluq',
+ 'new_village' => 'Yeni Kənd',
+ 'sub_cities' => 'Alt şəhərlər',
+ 'add_sub_cities' => 'Sub City əlavə edin',
+ 'add_sub_districts' => 'Alt rayon əlavə edin',
+ 'add_sub_neighborhoods' => 'Qonşuluq əlavə edin',
+ 'add_sub_village' => 'Sub kəndi əlavə edin',
+ 'sub_districts' => 'Sub rayonları',
+ 'sub_neighborhoods' => 'Sub Qonşuluq',
+ 'sub_village' => 'Sub kəndi',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/az/field.php b/resources/default/addons/visiosoft/location-module/lang/az/field.php
new file mode 100644
index 000000000..03166ad5c
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/az/field.php
@@ -0,0 +1,43 @@
+ [
+ 'name' => 'Başlıq'
+ ],
+ 'slug' => [
+ 'name' => 'Slug'
+ ],
+ 'city' => [
+ 'name' => 'Şəhər'
+ ],
+ 'country' => [
+ 'name' => 'Ölkə'
+ ],
+ 'district' => [
+ 'name' => 'Rayon'
+ ],
+ 'order' => [
+ 'name' => 'Sırala Sırala'
+ ],
+ 'neighborhood' => [
+ 'name' => 'Qonşuluq'
+ ],
+ 'village' => [
+ 'name' => 'Kənd'
+ ],
+ 'description' => [
+ 'name' => 'Təsvir'
+ ],
+ 'pick_option' => [
+ 'name' => 'Bir seçim seçin',
+ ],
+ 'address' => [
+ 'name' => 'Ünvan',
+ ],
+ 'selected' => 'Seçilib',
+ 'choose_an_option' => 'Bir seçim seçin ...',
+ 'abv' => [
+ 'name' => 'Qısaltma',
+ ],
+ 'location' => 'Yer',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/az/message.php b/resources/default/addons/visiosoft/location-module/lang/az/message.php
new file mode 100644
index 000000000..2ae752f9e
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/az/message.php
@@ -0,0 +1,7 @@
+ 'Axtarış üçün buraya yazın',
+ 'null_msg' => 'Tapılmadı',
+ 'choose_country' => 'Ölkə seçin',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/az/permission.php b/resources/default/addons/visiosoft/location-module/lang/az/permission.php
new file mode 100644
index 000000000..20b752f05
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/az/permission.php
@@ -0,0 +1,13 @@
+ [
+ 'name' => 'Kənd',
+ 'option' => [
+ 'read' => 'Kənd oxuya bilərmi?',
+ 'write' => 'Kənd yarada / düzəldə bilərsiniz?',
+ 'delete' => 'Kəndi silə bilərsən?',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/az/section.php b/resources/default/addons/visiosoft/location-module/lang/az/section.php
new file mode 100644
index 000000000..5c964f86f
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/az/section.php
@@ -0,0 +1,23 @@
+ [
+ 'title' => 'Ölkələr',
+ ],
+ 'cities' => [
+ 'title' => 'Şəhərlər',
+ ],
+ 'districts' => [
+ 'title' => 'Rayonlar',
+ ],
+ 'neighborhoods' => [
+ 'title' => 'Qonşuluq',
+ ],
+ 'village' => [
+ 'title' => 'Kənd',
+ ],
+ 'general' => 'Ümumi',
+ 'map' => 'Xəritə',
+ 'setting' => 'Quraşdırma',
+ 'filter' => 'Süzgəc',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/az/setting.php b/resources/default/addons/visiosoft/location-module/lang/az/setting.php
new file mode 100644
index 000000000..898d4572e
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/az/setting.php
@@ -0,0 +1,56 @@
+ [
+ 'name' => 'Əsas səhifə yeri sahəsi',
+ ],
+ 'list_page_location' => [
+ 'name' => 'Siyahı Səhifə yeri sahəsi',
+ ],
+ 'detail_page_location' => [
+ 'name' => 'Ətraflı səhifə yeri sahəsi',
+ ],
+ 'show_search_location_btn' => [
+ 'name' => 'Axtarış yeri düyməsini göstər',
+ ],
+ 'default_country' => [
+ 'name' => 'Defolt Ölkə',
+ ],
+ 'create_ad_page_location' => [
+ 'name' => 'Elan səhifəsi yeri yaradın',
+ ],
+ 'default_city' => [
+ 'name' => 'Defolt Şəhər',
+ ],
+ 'default_district' => [
+ 'name' => 'Defolt Rayon',
+ ],
+ 'default_neighborhood' => [
+ 'name' => 'Defolt Qonşuluq',
+ ],
+
+ 'google_map_key' => [
+ 'name' => 'Google Maps Api Key',
+ ],
+
+ 'map_coordinates_long' => [
+ 'name' => 'Defolt Uzun',
+ ],
+
+ 'map_coordinates_lat' => [
+ 'name' => 'Defolt Lat',
+ ],
+
+ 'hide_location_filter' => [
+ 'name' => 'Yer filtrini gizlət',
+ ],
+ 'country_for_phone_field' => [
+ 'name' => 'Telefon sahəsi üçün qeydiyyatdan keçmiş ölkə'
+ ],
+ 'sorting_column' => [
+ 'name' => 'Sütun çeşidlənir',
+ ],
+ 'sorting_type' => [
+ 'name' => 'Çeşidləmə növü',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/az/stream.php b/resources/default/addons/visiosoft/location-module/lang/az/stream.php
new file mode 100644
index 000000000..0e0f93ad9
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/az/stream.php
@@ -0,0 +1,7 @@
+ [
+ 'name' => 'Kənd',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/bg/addon.php b/resources/default/addons/visiosoft/location-module/lang/bg/addon.php
new file mode 100644
index 000000000..6a70b0afa
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/bg/addon.php
@@ -0,0 +1,8 @@
+ 'Местоположение',
+ 'name' => 'Модул за местоположение',
+ 'description' => 'Описание',
+ 'info' => 'On this page, you can manage country, city, district, neighborhood and village information.',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/bg/button.php b/resources/default/addons/visiosoft/location-module/lang/bg/button.php
new file mode 100644
index 000000000..9619c126e
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/bg/button.php
@@ -0,0 +1,17 @@
+ 'Нова държава',
+ 'new_city' => 'Нов град',
+ 'new_district' => 'Нова област',
+ 'new_neighborhood' => 'Нова махала',
+ 'new_village' => 'Ново село',
+ 'sub_cities' => 'Подградове',
+ 'add_sub_cities' => 'Добавете Sub City',
+ 'add_sub_districts' => 'Добавете подрайон',
+ 'add_sub_neighborhoods' => 'Добавете Под квартал',
+ 'add_sub_village' => 'Добавяне на Sub Village',
+ 'sub_districts' => 'Подрайони',
+ 'sub_neighborhoods' => 'Под квартали',
+ 'sub_village' => 'Sub Village',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/bg/field.php b/resources/default/addons/visiosoft/location-module/lang/bg/field.php
new file mode 100644
index 000000000..1c3be920a
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/bg/field.php
@@ -0,0 +1,43 @@
+ [
+ 'name' => 'Заглавие'
+ ],
+ 'slug' => [
+ 'name' => 'Плужек'
+ ],
+ 'city' => [
+ 'name' => 'Град'
+ ],
+ 'country' => [
+ 'name' => 'Страна'
+ ],
+ 'district' => [
+ 'name' => 'Област'
+ ],
+ 'order' => [
+ 'name' => 'Сортирай ред'
+ ],
+ 'neighborhood' => [
+ 'name' => 'Квартал'
+ ],
+ 'village' => [
+ 'name' => 'Село'
+ ],
+ 'description' => [
+ 'name' => 'Описание'
+ ],
+ 'pick_option' => [
+ 'name' => 'Изберете опция',
+ ],
+ 'address' => [
+ 'name' => 'Адрес',
+ ],
+ 'selected' => 'Избрано',
+ 'choose_an_option' => 'Избери опция...',
+ 'abv' => [
+ 'name' => 'Съкращение',
+ ],
+ 'location' => 'Местоположение',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/bg/message.php b/resources/default/addons/visiosoft/location-module/lang/bg/message.php
new file mode 100644
index 000000000..9268dfff3
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/bg/message.php
@@ -0,0 +1,7 @@
+ 'Въведете тук, за да търсите',
+ 'null_msg' => 'Не е намерен',
+ 'choose_country' => 'Изберете държава',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/bg/permission.php b/resources/default/addons/visiosoft/location-module/lang/bg/permission.php
new file mode 100644
index 000000000..79cd21e95
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/bg/permission.php
@@ -0,0 +1,13 @@
+ [
+ 'name' => 'Село',
+ 'option' => [
+ 'read' => 'Може ли да чете село?',
+ 'write' => 'Може ли да създавате / редактирате село?',
+ 'delete' => 'Може ли да изтриете село?',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/bg/section.php b/resources/default/addons/visiosoft/location-module/lang/bg/section.php
new file mode 100644
index 000000000..f946c79fe
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/bg/section.php
@@ -0,0 +1,23 @@
+ [
+ 'title' => 'Държави',
+ ],
+ 'cities' => [
+ 'title' => 'Градове',
+ ],
+ 'districts' => [
+ 'title' => 'Области',
+ ],
+ 'neighborhoods' => [
+ 'title' => 'Квартали',
+ ],
+ 'village' => [
+ 'title' => 'Село',
+ ],
+ 'general' => 'Общ',
+ 'map' => 'Карта',
+ 'setting' => 'Настройка',
+ 'filter' => 'Филтър',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/bg/setting.php b/resources/default/addons/visiosoft/location-module/lang/bg/setting.php
new file mode 100644
index 000000000..1bc329e74
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/bg/setting.php
@@ -0,0 +1,56 @@
+ [
+ 'name' => 'Поле за местоположение на началната страница',
+ ],
+ 'list_page_location' => [
+ 'name' => 'Поле Местоположение на страницата със списък',
+ ],
+ 'detail_page_location' => [
+ 'name' => 'Поле за местоположение на страницата с подробности',
+ ],
+ 'show_search_location_btn' => [
+ 'name' => 'Показване на бутона за местоположение за търсене',
+ ],
+ 'default_country' => [
+ 'name' => 'Държава по подразбиране',
+ ],
+ 'create_ad_page_location' => [
+ 'name' => 'Създайте местоположение на рекламната страница',
+ ],
+ 'default_city' => [
+ 'name' => 'Град по подразбиране',
+ ],
+ 'default_district' => [
+ 'name' => 'Област по подразбиране',
+ ],
+ 'default_neighborhood' => [
+ 'name' => 'Квартал по подразбиране',
+ ],
+
+ 'google_map_key' => [
+ 'name' => 'Google Maps Api Key',
+ ],
+
+ 'map_coordinates_long' => [
+ 'name' => 'По подразбиране дълго',
+ ],
+
+ 'map_coordinates_lat' => [
+ 'name' => 'Лат. По подразбиране',
+ ],
+
+ 'hide_location_filter' => [
+ 'name' => 'Скриване на филтъра за местоположение',
+ ],
+ 'country_for_phone_field' => [
+ 'name' => 'Държава по подразбиране за телефонно поле за регистрация'
+ ],
+ 'sorting_column' => [
+ 'name' => 'Сортираща колона',
+ ],
+ 'sorting_type' => [
+ 'name' => 'Тип сортиране',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/bg/stream.php b/resources/default/addons/visiosoft/location-module/lang/bg/stream.php
new file mode 100644
index 000000000..3f3b7ec54
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/bg/stream.php
@@ -0,0 +1,7 @@
+ [
+ 'name' => 'Село',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/bn/addon.php b/resources/default/addons/visiosoft/location-module/lang/bn/addon.php
new file mode 100644
index 000000000..5637600ad
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/bn/addon.php
@@ -0,0 +1,8 @@
+ 'অবস্থান',
+ 'name' => 'অবস্থান মডিউল',
+ 'description' => 'বিবরণ',
+ 'info' => 'On this page, you can manage country, city, district, neighborhood and village information.',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/bn/button.php b/resources/default/addons/visiosoft/location-module/lang/bn/button.php
new file mode 100644
index 000000000..028525181
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/bn/button.php
@@ -0,0 +1,17 @@
+ 'নতুন দেশ',
+ 'new_city' => 'নতুন শহর',
+ 'new_district' => 'নতুন জেলা',
+ 'new_neighborhood' => 'নিউ নেবারহুড',
+ 'new_village' => 'নতুন গ্রাম',
+ 'sub_cities' => 'সাব শহর',
+ 'add_sub_cities' => 'সাব সিটি যুক্ত করুন',
+ 'add_sub_districts' => 'সাব জেলা যোগ করুন',
+ 'add_sub_neighborhoods' => 'সাব নেবারহুড যুক্ত করুন',
+ 'add_sub_village' => 'সাব ভিলেজ যুক্ত করুন',
+ 'sub_districts' => 'উপ জেলা',
+ 'sub_neighborhoods' => 'সাব নেবারহুডস',
+ 'sub_village' => 'সাব ভিলেজ',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/bn/field.php b/resources/default/addons/visiosoft/location-module/lang/bn/field.php
new file mode 100644
index 000000000..ba17948a8
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/bn/field.php
@@ -0,0 +1,43 @@
+ [
+ 'name' => 'শিরোনাম'
+ ],
+ 'slug' => [
+ 'name' => 'স্লাগ্'
+ ],
+ 'city' => [
+ 'name' => 'শহর'
+ ],
+ 'country' => [
+ 'name' => 'দেশ'
+ ],
+ 'district' => [
+ 'name' => 'জেলা'
+ ],
+ 'order' => [
+ 'name' => 'বাছাই অর্ডার'
+ ],
+ 'neighborhood' => [
+ 'name' => 'আশপাশ'
+ ],
+ 'village' => [
+ 'name' => 'গ্রাম'
+ ],
+ 'description' => [
+ 'name' => 'বিবরণ'
+ ],
+ 'pick_option' => [
+ 'name' => 'একটি বিকল্প চয়ন করুন',
+ ],
+ 'address' => [
+ 'name' => 'ঠিকানা',
+ ],
+ 'selected' => 'নির্বাচিত',
+ 'choose_an_option' => 'একটি বিকল্প নির্বাচন করুন...',
+ 'abv' => [
+ 'name' => 'সংক্ষিপ্তসার',
+ ],
+ 'location' => 'অবস্থান',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/bn/message.php b/resources/default/addons/visiosoft/location-module/lang/bn/message.php
new file mode 100644
index 000000000..515319278
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/bn/message.php
@@ -0,0 +1,7 @@
+ 'অনুসন্ধান করতে এখানে টাইপ করুন',
+ 'null_msg' => 'খুঁজে পাওয়া যায়নি',
+ 'choose_country' => 'একটা দেশ নির্বাচন করুন',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/bn/permission.php b/resources/default/addons/visiosoft/location-module/lang/bn/permission.php
new file mode 100644
index 000000000..102180848
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/bn/permission.php
@@ -0,0 +1,13 @@
+ [
+ 'name' => 'গ্রাম',
+ 'option' => [
+ 'read' => 'গ্রাম পড়তে পারি?',
+ 'write' => 'গ্রাম তৈরি / সম্পাদনা করতে পারবেন?',
+ 'delete' => 'গ্রাম মুছতে পারে?',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/bn/section.php b/resources/default/addons/visiosoft/location-module/lang/bn/section.php
new file mode 100644
index 000000000..7fc0aa1f6
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/bn/section.php
@@ -0,0 +1,23 @@
+ [
+ 'title' => 'দেশ',
+ ],
+ 'cities' => [
+ 'title' => 'শহর',
+ ],
+ 'districts' => [
+ 'title' => 'জেলা',
+ ],
+ 'neighborhoods' => [
+ 'title' => 'প্রতিবেশী',
+ ],
+ 'village' => [
+ 'title' => 'গ্রাম',
+ ],
+ 'general' => 'সাধারণ',
+ 'map' => 'মানচিত্র',
+ 'setting' => 'বিন্যাস',
+ 'filter' => 'ছাঁকনি',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/bn/setting.php b/resources/default/addons/visiosoft/location-module/lang/bn/setting.php
new file mode 100644
index 000000000..efb469a64
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/bn/setting.php
@@ -0,0 +1,56 @@
+ [
+ 'name' => 'হোম পেজ অবস্থান ক্ষেত্র',
+ ],
+ 'list_page_location' => [
+ 'name' => 'পৃষ্ঠার তালিকা ক্ষেত্রের তালিকা করুন',
+ ],
+ 'detail_page_location' => [
+ 'name' => 'বিশদ পৃষ্ঠা অবস্থান ক্ষেত্র',
+ ],
+ 'show_search_location_btn' => [
+ 'name' => 'অনুসন্ধান অবস্থান বোতামটি দেখান',
+ ],
+ 'default_country' => [
+ 'name' => 'ডিফল্ট দেশ',
+ ],
+ 'create_ad_page_location' => [
+ 'name' => 'বিজ্ঞাপন পৃষ্ঠা অবস্থান তৈরি করুন',
+ ],
+ 'default_city' => [
+ 'name' => 'ডিফল্ট শহর',
+ ],
+ 'default_district' => [
+ 'name' => 'ডিফল্ট জেলা',
+ ],
+ 'default_neighborhood' => [
+ 'name' => 'ডিফল্ট নেবারহুড',
+ ],
+
+ 'google_map_key' => [
+ 'name' => 'গুগল ম্যাপস এপি কি',
+ ],
+
+ 'map_coordinates_long' => [
+ 'name' => 'ডিফল্ট দীর্ঘ',
+ ],
+
+ 'map_coordinates_lat' => [
+ 'name' => 'ডিফল্ট ল্যাট',
+ ],
+
+ 'hide_location_filter' => [
+ 'name' => 'অবস্থান ফিল্টার লুকান',
+ ],
+ 'country_for_phone_field' => [
+ 'name' => 'রেজিস্টার ফোন ফিল্ডের জন্য ডিফল্ট দেশ'
+ ],
+ 'sorting_column' => [
+ 'name' => 'বাছাই কলাম',
+ ],
+ 'sorting_type' => [
+ 'name' => 'বাছাইয়ের ধরণ',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/bn/stream.php b/resources/default/addons/visiosoft/location-module/lang/bn/stream.php
new file mode 100644
index 000000000..fb8a4c50c
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/bn/stream.php
@@ -0,0 +1,7 @@
+ [
+ 'name' => 'গ্রাম',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/ca/addon.php b/resources/default/addons/visiosoft/location-module/lang/ca/addon.php
new file mode 100644
index 000000000..7c30f8188
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/ca/addon.php
@@ -0,0 +1,8 @@
+ 'Ubicació',
+ 'name' => 'Mòdul d\'ubicació',
+ 'description' => 'Descripció',
+ 'info' => 'On this page, you can manage country, city, district, neighborhood and village information.',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/ca/button.php b/resources/default/addons/visiosoft/location-module/lang/ca/button.php
new file mode 100644
index 000000000..b71f5dbde
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/ca/button.php
@@ -0,0 +1,17 @@
+ 'Nou país',
+ 'new_city' => 'Ciutat Nova',
+ 'new_district' => 'Nou districte',
+ 'new_neighborhood' => 'Nou barri',
+ 'new_village' => 'Poble Nou',
+ 'sub_cities' => 'Sub ciutats',
+ 'add_sub_cities' => 'Afegeix Sub City',
+ 'add_sub_districts' => 'Afegeix subdistricte',
+ 'add_sub_neighborhoods' => 'Afegeix Sub Barri',
+ 'add_sub_village' => 'Afegeix Sub Village',
+ 'sub_districts' => 'Sub districtes',
+ 'sub_neighborhoods' => 'Sub Barris',
+ 'sub_village' => 'Sub Village',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/ca/field.php b/resources/default/addons/visiosoft/location-module/lang/ca/field.php
new file mode 100644
index 000000000..5d890c879
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/ca/field.php
@@ -0,0 +1,43 @@
+ [
+ 'name' => 'Títol'
+ ],
+ 'slug' => [
+ 'name' => 'Llimac'
+ ],
+ 'city' => [
+ 'name' => 'ciutat'
+ ],
+ 'country' => [
+ 'name' => 'País'
+ ],
+ 'district' => [
+ 'name' => 'Districte'
+ ],
+ 'order' => [
+ 'name' => 'Ordre de classificació'
+ ],
+ 'neighborhood' => [
+ 'name' => 'Barri'
+ ],
+ 'village' => [
+ 'name' => 'Poble'
+ ],
+ 'description' => [
+ 'name' => 'Descripció'
+ ],
+ 'pick_option' => [
+ 'name' => 'Tria una opció',
+ ],
+ 'address' => [
+ 'name' => 'adreça',
+ ],
+ 'selected' => 'Seleccionat',
+ 'choose_an_option' => 'Trieu una opció ...',
+ 'abv' => [
+ 'name' => 'Abreviatura',
+ ],
+ 'location' => 'Ubicació',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/ca/message.php b/resources/default/addons/visiosoft/location-module/lang/ca/message.php
new file mode 100644
index 000000000..bf85bb81c
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/ca/message.php
@@ -0,0 +1,7 @@
+ 'Escriviu aquí per cercar',
+ 'null_msg' => 'No trobat',
+ 'choose_country' => 'Trieu un país',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/ca/permission.php b/resources/default/addons/visiosoft/location-module/lang/ca/permission.php
new file mode 100644
index 000000000..653d5ebd7
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/ca/permission.php
@@ -0,0 +1,13 @@
+ [
+ 'name' => 'Poble',
+ 'option' => [
+ 'read' => 'Sabeu llegir poble?',
+ 'write' => 'Es pot crear / editar un poble?',
+ 'delete' => 'Es pot suprimir el poble?',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/ca/section.php b/resources/default/addons/visiosoft/location-module/lang/ca/section.php
new file mode 100644
index 000000000..1fe99d05b
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/ca/section.php
@@ -0,0 +1,23 @@
+ [
+ 'title' => 'Països',
+ ],
+ 'cities' => [
+ 'title' => 'Ciutats',
+ ],
+ 'districts' => [
+ 'title' => 'Barris',
+ ],
+ 'neighborhoods' => [
+ 'title' => 'Barris',
+ ],
+ 'village' => [
+ 'title' => 'Poble',
+ ],
+ 'general' => 'General',
+ 'map' => 'Mapa',
+ 'setting' => 'Configuració',
+ 'filter' => 'Filtre',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/ca/setting.php b/resources/default/addons/visiosoft/location-module/lang/ca/setting.php
new file mode 100644
index 000000000..e35857e3c
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/ca/setting.php
@@ -0,0 +1,56 @@
+ [
+ 'name' => 'Camp d\'ubicació de la pàgina d\'inici',
+ ],
+ 'list_page_location' => [
+ 'name' => 'Camp d\'ubicació de la pàgina de llista',
+ ],
+ 'detail_page_location' => [
+ 'name' => 'Camp d\'ubicació de la pàgina de detall',
+ ],
+ 'show_search_location_btn' => [
+ 'name' => 'Mostra el botó de cerca de la ubicació',
+ ],
+ 'default_country' => [
+ 'name' => 'País predeterminat',
+ ],
+ 'create_ad_page_location' => [
+ 'name' => 'Creeu la ubicació de la pàgina de l\'anunci',
+ ],
+ 'default_city' => [
+ 'name' => 'Ciutat per defecte',
+ ],
+ 'default_district' => [
+ 'name' => 'Districte per defecte',
+ ],
+ 'default_neighborhood' => [
+ 'name' => 'Barri per defecte',
+ ],
+
+ 'google_map_key' => [
+ 'name' => 'Clau Api de Google Maps',
+ ],
+
+ 'map_coordinates_long' => [
+ 'name' => 'Llarg per defecte',
+ ],
+
+ 'map_coordinates_lat' => [
+ 'name' => 'Lat per defecte',
+ ],
+
+ 'hide_location_filter' => [
+ 'name' => 'Amaga el filtre d\'ubicació',
+ ],
+ 'country_for_phone_field' => [
+ 'name' => 'País predeterminat per al camp del telèfon de registre'
+ ],
+ 'sorting_column' => [
+ 'name' => 'Ordenant la columna',
+ ],
+ 'sorting_type' => [
+ 'name' => 'Tipus d\'ordenació',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/ca/stream.php b/resources/default/addons/visiosoft/location-module/lang/ca/stream.php
new file mode 100644
index 000000000..53fd45371
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/ca/stream.php
@@ -0,0 +1,7 @@
+ [
+ 'name' => 'Poble',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/cs/addon.php b/resources/default/addons/visiosoft/location-module/lang/cs/addon.php
new file mode 100644
index 000000000..0d35f2c85
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/cs/addon.php
@@ -0,0 +1,8 @@
+ 'Umístění',
+ 'name' => 'Lokalizační modul',
+ 'description' => 'Popis',
+ 'info' => 'On this page, you can manage country, city, district, neighborhood and village information.',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/cs/button.php b/resources/default/addons/visiosoft/location-module/lang/cs/button.php
new file mode 100644
index 000000000..bb97c4982
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/cs/button.php
@@ -0,0 +1,17 @@
+ 'Nová země',
+ 'new_city' => 'Nové Město',
+ 'new_district' => 'Nová čtvrť',
+ 'new_neighborhood' => 'Nové sousedství',
+ 'new_village' => 'New Village',
+ 'sub_cities' => 'Dílčí města',
+ 'add_sub_cities' => 'Přidat dílčí město',
+ 'add_sub_districts' => 'Přidat dílčí obvod',
+ 'add_sub_neighborhoods' => 'Přidat sousední sousedství',
+ 'add_sub_village' => 'Přidat Sub Village',
+ 'sub_districts' => 'Dílčí okresy',
+ 'sub_neighborhoods' => 'Sub sousedství',
+ 'sub_village' => 'Sub Village',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/cs/field.php b/resources/default/addons/visiosoft/location-module/lang/cs/field.php
new file mode 100644
index 000000000..66a8ca0c4
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/cs/field.php
@@ -0,0 +1,43 @@
+ [
+ 'name' => 'Titul'
+ ],
+ 'slug' => [
+ 'name' => 'Slimák'
+ ],
+ 'city' => [
+ 'name' => 'Město'
+ ],
+ 'country' => [
+ 'name' => 'Země'
+ ],
+ 'district' => [
+ 'name' => 'Okres'
+ ],
+ 'order' => [
+ 'name' => 'Pořadí řazení'
+ ],
+ 'neighborhood' => [
+ 'name' => 'Sousedství'
+ ],
+ 'village' => [
+ 'name' => 'Vesnice'
+ ],
+ 'description' => [
+ 'name' => 'Popis'
+ ],
+ 'pick_option' => [
+ 'name' => 'Vyberte možnost',
+ ],
+ 'address' => [
+ 'name' => 'Adresa',
+ ],
+ 'selected' => 'Vybraný',
+ 'choose_an_option' => 'Vyberte možnost...',
+ 'abv' => [
+ 'name' => 'Zkratka',
+ ],
+ 'location' => 'Umístění',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/cs/message.php b/resources/default/addons/visiosoft/location-module/lang/cs/message.php
new file mode 100644
index 000000000..9eab5d7d3
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/cs/message.php
@@ -0,0 +1,7 @@
+ 'Sem zadejte vyhledávání',
+ 'null_msg' => 'Nenalezeno',
+ 'choose_country' => 'Vyber zemi',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/cs/permission.php b/resources/default/addons/visiosoft/location-module/lang/cs/permission.php
new file mode 100644
index 000000000..822d71c9c
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/cs/permission.php
@@ -0,0 +1,13 @@
+ [
+ 'name' => 'Vesnice',
+ 'option' => [
+ 'read' => 'Umíte číst vesnici?',
+ 'write' => 'Může vytvořit / upravit vesnici?',
+ 'delete' => 'Může obec smazat?',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/cs/section.php b/resources/default/addons/visiosoft/location-module/lang/cs/section.php
new file mode 100644
index 000000000..d23a768a1
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/cs/section.php
@@ -0,0 +1,23 @@
+ [
+ 'title' => 'Země',
+ ],
+ 'cities' => [
+ 'title' => 'Města',
+ ],
+ 'districts' => [
+ 'title' => 'Okresy',
+ ],
+ 'neighborhoods' => [
+ 'title' => 'Sousedství',
+ ],
+ 'village' => [
+ 'title' => 'Vesnice',
+ ],
+ 'general' => 'Všeobecné',
+ 'map' => 'Mapa',
+ 'setting' => 'Nastavení',
+ 'filter' => 'Filtr',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/cs/setting.php b/resources/default/addons/visiosoft/location-module/lang/cs/setting.php
new file mode 100644
index 000000000..412c99999
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/cs/setting.php
@@ -0,0 +1,56 @@
+ [
+ 'name' => 'Pole Umístění domovské stránky',
+ ],
+ 'list_page_location' => [
+ 'name' => 'Pole umístění stránky seznamu',
+ ],
+ 'detail_page_location' => [
+ 'name' => 'Pole pro umístění stránky s podrobnostmi',
+ ],
+ 'show_search_location_btn' => [
+ 'name' => 'Tlačítko Zobrazit místo hledání',
+ ],
+ 'default_country' => [
+ 'name' => 'Výchozí země',
+ ],
+ 'create_ad_page_location' => [
+ 'name' => 'Vytvořte umístění stránky reklamy',
+ ],
+ 'default_city' => [
+ 'name' => 'Výchozí město',
+ ],
+ 'default_district' => [
+ 'name' => 'Výchozí okres',
+ ],
+ 'default_neighborhood' => [
+ 'name' => 'Výchozí sousedství',
+ ],
+
+ 'google_map_key' => [
+ 'name' => 'Klíč Api Google Maps',
+ ],
+
+ 'map_coordinates_long' => [
+ 'name' => 'Výchozí Long',
+ ],
+
+ 'map_coordinates_lat' => [
+ 'name' => 'Výchozí lat',
+ ],
+
+ 'hide_location_filter' => [
+ 'name' => 'Skrýt filtr umístění',
+ ],
+ 'country_for_phone_field' => [
+ 'name' => 'Výchozí země pro registraci telefonního pole'
+ ],
+ 'sorting_column' => [
+ 'name' => 'Třídicí sloupec',
+ ],
+ 'sorting_type' => [
+ 'name' => 'Typ řazení',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/cs/stream.php b/resources/default/addons/visiosoft/location-module/lang/cs/stream.php
new file mode 100644
index 000000000..a353b50dc
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/cs/stream.php
@@ -0,0 +1,7 @@
+ [
+ 'name' => 'Vesnice',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/da/addon.php b/resources/default/addons/visiosoft/location-module/lang/da/addon.php
new file mode 100644
index 000000000..2bf096de0
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/da/addon.php
@@ -0,0 +1,8 @@
+ 'Beliggenhed',
+ 'name' => 'Placeringsmodul',
+ 'description' => 'Beskrivelse',
+ 'info' => 'On this page, you can manage country, city, district, neighborhood and village information.',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/da/button.php b/resources/default/addons/visiosoft/location-module/lang/da/button.php
new file mode 100644
index 000000000..a11fa2615
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/da/button.php
@@ -0,0 +1,17 @@
+ 'Nyt land',
+ 'new_city' => 'Ny by',
+ 'new_district' => 'Nyt distrikt',
+ 'new_neighborhood' => 'Nyt kvarter',
+ 'new_village' => 'Ny landsby',
+ 'sub_cities' => 'Underbyer',
+ 'add_sub_cities' => 'Tilføj subby',
+ 'add_sub_districts' => 'Tilføj underdistrikt',
+ 'add_sub_neighborhoods' => 'Tilføj subkvarter',
+ 'add_sub_village' => 'Tilføj subby',
+ 'sub_districts' => 'Underdistrikter',
+ 'sub_neighborhoods' => 'Subkvarterer',
+ 'sub_village' => 'Sub Village',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/da/field.php b/resources/default/addons/visiosoft/location-module/lang/da/field.php
new file mode 100644
index 000000000..cf36b82e8
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/da/field.php
@@ -0,0 +1,43 @@
+ [
+ 'name' => 'Titel'
+ ],
+ 'slug' => [
+ 'name' => 'Slug'
+ ],
+ 'city' => [
+ 'name' => 'By'
+ ],
+ 'country' => [
+ 'name' => 'Land'
+ ],
+ 'district' => [
+ 'name' => 'Distrikt'
+ ],
+ 'order' => [
+ 'name' => 'Sorteringsrækkefølge'
+ ],
+ 'neighborhood' => [
+ 'name' => 'Kvarter'
+ ],
+ 'village' => [
+ 'name' => 'Landsby'
+ ],
+ 'description' => [
+ 'name' => 'Beskrivelse'
+ ],
+ 'pick_option' => [
+ 'name' => 'Vælg en mulighed',
+ ],
+ 'address' => [
+ 'name' => 'Adresse',
+ ],
+ 'selected' => 'Valgte',
+ 'choose_an_option' => 'Vælg en mulighed ...',
+ 'abv' => [
+ 'name' => 'Forkortelse',
+ ],
+ 'location' => 'Beliggenhed',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/da/message.php b/resources/default/addons/visiosoft/location-module/lang/da/message.php
new file mode 100644
index 000000000..2e2333720
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/da/message.php
@@ -0,0 +1,7 @@
+ 'Skriv her for at søge',
+ 'null_msg' => 'Ikke fundet',
+ 'choose_country' => 'Vælg et land',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/da/permission.php b/resources/default/addons/visiosoft/location-module/lang/da/permission.php
new file mode 100644
index 000000000..359330f24
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/da/permission.php
@@ -0,0 +1,13 @@
+ [
+ 'name' => 'Landsby',
+ 'option' => [
+ 'read' => 'Kan læse landsby?',
+ 'write' => 'Kan du oprette / redigere landsby?',
+ 'delete' => 'Kan du slette landsby?',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/da/section.php b/resources/default/addons/visiosoft/location-module/lang/da/section.php
new file mode 100644
index 000000000..5b060fc3f
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/da/section.php
@@ -0,0 +1,23 @@
+ [
+ 'title' => 'Lande',
+ ],
+ 'cities' => [
+ 'title' => 'Byer',
+ ],
+ 'districts' => [
+ 'title' => 'Distrikter',
+ ],
+ 'neighborhoods' => [
+ 'title' => 'Kvarterer',
+ ],
+ 'village' => [
+ 'title' => 'Landsby',
+ ],
+ 'general' => 'Generel',
+ 'map' => 'Kort',
+ 'setting' => 'Indstilling',
+ 'filter' => 'Filter',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/da/setting.php b/resources/default/addons/visiosoft/location-module/lang/da/setting.php
new file mode 100644
index 000000000..3d8978eda
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/da/setting.php
@@ -0,0 +1,56 @@
+ [
+ 'name' => 'Startside Placeringsfelt',
+ ],
+ 'list_page_location' => [
+ 'name' => 'Felt for listeplacering',
+ ],
+ 'detail_page_location' => [
+ 'name' => 'Felt for detaljsides placering',
+ ],
+ 'show_search_location_btn' => [
+ 'name' => 'Vis knap til søgeplacering',
+ ],
+ 'default_country' => [
+ 'name' => 'Standardland',
+ ],
+ 'create_ad_page_location' => [
+ 'name' => 'Opret placering af annonceside',
+ ],
+ 'default_city' => [
+ 'name' => 'Standardby',
+ ],
+ 'default_district' => [
+ 'name' => 'Standarddistrikt',
+ ],
+ 'default_neighborhood' => [
+ 'name' => 'Standardkvarter',
+ ],
+
+ 'google_map_key' => [
+ 'name' => 'Api-nøgle til Google Maps',
+ ],
+
+ 'map_coordinates_long' => [
+ 'name' => 'Standard Lang',
+ ],
+
+ 'map_coordinates_lat' => [
+ 'name' => 'Standard lat',
+ ],
+
+ 'hide_location_filter' => [
+ 'name' => 'Skjul placeringsfilter',
+ ],
+ 'country_for_phone_field' => [
+ 'name' => 'Standardland for registertelefonfelt'
+ ],
+ 'sorting_column' => [
+ 'name' => 'Sorteringskolonne',
+ ],
+ 'sorting_type' => [
+ 'name' => 'Sorteringstype',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/da/stream.php b/resources/default/addons/visiosoft/location-module/lang/da/stream.php
new file mode 100644
index 000000000..95a0079d3
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/da/stream.php
@@ -0,0 +1,7 @@
+ [
+ 'name' => 'Landsby',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/de/addon.php b/resources/default/addons/visiosoft/location-module/lang/de/addon.php
new file mode 100644
index 000000000..26e4b14e7
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/de/addon.php
@@ -0,0 +1,8 @@
+ 'Ort',
+ 'name' => 'Standortmodul',
+ 'description' => 'Beschreibung',
+ 'info' => 'On this page, you can manage country, city, district, neighborhood and village information.',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/de/button.php b/resources/default/addons/visiosoft/location-module/lang/de/button.php
new file mode 100644
index 000000000..479d6931d
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/de/button.php
@@ -0,0 +1,17 @@
+ 'Neues Land',
+ 'new_city' => 'Neue Stadt',
+ 'new_district' => 'Neuer Bezirk',
+ 'new_neighborhood' => 'Neue Nachbarschaft',
+ 'new_village' => 'Neues Dorf',
+ 'sub_cities' => 'Unterstädte',
+ 'add_sub_cities' => 'Sub City hinzufügen',
+ 'add_sub_districts' => 'Unterbezirk hinzufügen',
+ 'add_sub_neighborhoods' => 'Sub Neighborhood hinzufügen',
+ 'add_sub_village' => 'Sub Village hinzufügen',
+ 'sub_districts' => 'Unterbezirke',
+ 'sub_neighborhoods' => 'Sub-Nachbarschaften',
+ 'sub_village' => 'Unterdorf',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/de/field.php b/resources/default/addons/visiosoft/location-module/lang/de/field.php
new file mode 100644
index 000000000..97ecaeae7
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/de/field.php
@@ -0,0 +1,43 @@
+ [
+ 'name' => 'Titel'
+ ],
+ 'slug' => [
+ 'name' => 'Schnecke'
+ ],
+ 'city' => [
+ 'name' => 'Stadt'
+ ],
+ 'country' => [
+ 'name' => 'Land'
+ ],
+ 'district' => [
+ 'name' => 'Kreis'
+ ],
+ 'order' => [
+ 'name' => 'Sortierreihenfolge'
+ ],
+ 'neighborhood' => [
+ 'name' => 'Nachbarschaft'
+ ],
+ 'village' => [
+ 'name' => 'Dorf'
+ ],
+ 'description' => [
+ 'name' => 'Beschreibung'
+ ],
+ 'pick_option' => [
+ 'name' => 'Wählen Sie eine Option',
+ ],
+ 'address' => [
+ 'name' => 'Adresse',
+ ],
+ 'selected' => 'Ausgewählt',
+ 'choose_an_option' => 'Wähle eine Option...',
+ 'abv' => [
+ 'name' => 'Kurzname',
+ ],
+ 'location' => 'Ort',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/de/message.php b/resources/default/addons/visiosoft/location-module/lang/de/message.php
new file mode 100644
index 000000000..fa8f346cf
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/de/message.php
@@ -0,0 +1,7 @@
+ 'Schreibe hier um zu suchen',
+ 'null_msg' => 'Nicht gefunden',
+ 'choose_country' => 'Wähle ein Land',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/de/permission.php b/resources/default/addons/visiosoft/location-module/lang/de/permission.php
new file mode 100644
index 000000000..bcbd15df4
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/de/permission.php
@@ -0,0 +1,13 @@
+ [
+ 'name' => 'Dorf',
+ 'option' => [
+ 'read' => 'Kann Dorf lesen?',
+ 'write' => 'Kann ein Dorf erstellen / bearbeiten? ',
+ 'delete' => 'Kann Dorf löschen?',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/de/section.php b/resources/default/addons/visiosoft/location-module/lang/de/section.php
new file mode 100644
index 000000000..9d81d74ad
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/de/section.php
@@ -0,0 +1,23 @@
+ [
+ 'title' => 'Länder',
+ ],
+ 'cities' => [
+ 'title' => 'Städte',
+ ],
+ 'districts' => [
+ 'title' => 'Bezirke',
+ ],
+ 'neighborhoods' => [
+ 'title' => 'Nachbarschaften',
+ ],
+ 'village' => [
+ 'title' => 'Dorf',
+ ],
+ 'general' => 'Allgemeines',
+ 'map' => 'Karte',
+ 'setting' => 'Rahmen',
+ 'filter' => 'Filter',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/de/setting.php b/resources/default/addons/visiosoft/location-module/lang/de/setting.php
new file mode 100644
index 000000000..8946d8da0
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/de/setting.php
@@ -0,0 +1,56 @@
+ [
+ 'name' => 'Feld für den Standort der Startseite',
+ ],
+ 'list_page_location' => [
+ 'name' => 'Feld "Seitenstandort auflisten"',
+ ],
+ 'detail_page_location' => [
+ 'name' => 'Feld für die Position der Detailseite',
+ ],
+ 'show_search_location_btn' => [
+ 'name' => 'Schaltfläche "Suchort anzeigen"',
+ ],
+ 'default_country' => [
+ 'name' => 'Standardland',
+ ],
+ 'create_ad_page_location' => [
+ 'name' => 'Position der Anzeigenseite erstellen',
+ ],
+ 'default_city' => [
+ 'name' => 'Standardstadt',
+ ],
+ 'default_district' => [
+ 'name' => 'Standardbezirk',
+ ],
+ 'default_neighborhood' => [
+ 'name' => 'Standardnachbarschaft',
+ ],
+
+ 'google_map_key' => [
+ 'name' => 'Google Maps API-Schlüssel',
+ ],
+
+ 'map_coordinates_long' => [
+ 'name' => 'Standard lang',
+ ],
+
+ 'map_coordinates_lat' => [
+ 'name' => 'Standard Lat',
+ ],
+
+ 'hide_location_filter' => [
+ 'name' => 'Standortfilter ausblenden',
+ ],
+ 'country_for_phone_field' => [
+ 'name' => 'Standardland für das Feld "Telefon registrieren"'
+ ],
+ 'sorting_column' => [
+ 'name' => 'Spalte sortieren',
+ ],
+ 'sorting_type' => [
+ 'name' => 'Sortierart',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/de/stream.php b/resources/default/addons/visiosoft/location-module/lang/de/stream.php
new file mode 100644
index 000000000..42b4dacf8
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/de/stream.php
@@ -0,0 +1,7 @@
+ [
+ 'name' => 'Dorf',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/el/addon.php b/resources/default/addons/visiosoft/location-module/lang/el/addon.php
new file mode 100644
index 000000000..5b20ef950
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/el/addon.php
@@ -0,0 +1,8 @@
+ 'Τοποθεσία',
+ 'name' => 'Μονάδα τοποθεσίας',
+ 'description' => 'Περιγραφή',
+ 'info' => 'On this page, you can manage country, city, district, neighborhood and village information.',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/el/button.php b/resources/default/addons/visiosoft/location-module/lang/el/button.php
new file mode 100644
index 000000000..d0e3ebc7d
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/el/button.php
@@ -0,0 +1,17 @@
+ 'Νέα χώρα',
+ 'new_city' => 'Νέα πόλη',
+ 'new_district' => 'Νέα Επαρχία',
+ 'new_neighborhood' => 'Νέα γειτονιά',
+ 'new_village' => 'Νέο χωριό',
+ 'sub_cities' => 'Υπο-πόλεις',
+ 'add_sub_cities' => 'Προσθέστε Sub City',
+ 'add_sub_districts' => 'Προσθέστε την υποδιαίρεση',
+ 'add_sub_neighborhoods' => 'Προσθήκη δευτερεύουσας γειτονιάς',
+ 'add_sub_village' => 'Προσθήκη δευτερεύοντος χωριού',
+ 'sub_districts' => 'Υποτομείς',
+ 'sub_neighborhoods' => 'Υπο-γειτονικές περιοχές',
+ 'sub_village' => 'Κάτω χωριό',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/el/field.php b/resources/default/addons/visiosoft/location-module/lang/el/field.php
new file mode 100644
index 000000000..4dc44a0a4
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/el/field.php
@@ -0,0 +1,43 @@
+ [
+ 'name' => 'Τίτλος'
+ ],
+ 'slug' => [
+ 'name' => 'Γυμνοσάλιαγκας'
+ ],
+ 'city' => [
+ 'name' => 'Πόλη'
+ ],
+ 'country' => [
+ 'name' => 'Χώρα'
+ ],
+ 'district' => [
+ 'name' => 'Περιοχή'
+ ],
+ 'order' => [
+ 'name' => 'Σειρά ταξινόμησης'
+ ],
+ 'neighborhood' => [
+ 'name' => 'Γειτονιά'
+ ],
+ 'village' => [
+ 'name' => 'Χωριό'
+ ],
+ 'description' => [
+ 'name' => 'Περιγραφή'
+ ],
+ 'pick_option' => [
+ 'name' => 'Διαλέξτε μια επιλογή',
+ ],
+ 'address' => [
+ 'name' => 'Διεύθυνση',
+ ],
+ 'selected' => 'Επιλεγμένο',
+ 'choose_an_option' => 'Διάλεξε μια επιλογή...',
+ 'abv' => [
+ 'name' => 'Συντομογραφία',
+ ],
+ 'location' => 'Τοποθεσία',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/el/message.php b/resources/default/addons/visiosoft/location-module/lang/el/message.php
new file mode 100644
index 000000000..c14d47e3f
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/el/message.php
@@ -0,0 +1,7 @@
+ 'Πληκτρολογήστε εδώ για αναζήτηση',
+ 'null_msg' => 'Δεν βρέθηκε',
+ 'choose_country' => 'Διάλεξε μία χώρα',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/el/permission.php b/resources/default/addons/visiosoft/location-module/lang/el/permission.php
new file mode 100644
index 000000000..cfc83d333
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/el/permission.php
@@ -0,0 +1,13 @@
+ [
+ 'name' => 'Χωριό',
+ 'option' => [
+ 'read' => 'Μπορεί να διαβάσει χωριό; ',
+ 'write' => 'Μπορεί να δημιουργήσει / επεξεργαστεί το χωριό; ',
+ 'delete' => 'Μπορεί να διαγράψει χωριό;',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/el/section.php b/resources/default/addons/visiosoft/location-module/lang/el/section.php
new file mode 100644
index 000000000..4f6456700
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/el/section.php
@@ -0,0 +1,23 @@
+ [
+ 'title' => 'Χώρες',
+ ],
+ 'cities' => [
+ 'title' => 'Πόλεις',
+ ],
+ 'districts' => [
+ 'title' => 'Περιοχές',
+ ],
+ 'neighborhoods' => [
+ 'title' => 'Γειτονιές',
+ ],
+ 'village' => [
+ 'title' => 'Χωριό',
+ ],
+ 'general' => 'Γενικός',
+ 'map' => 'Χάρτης',
+ 'setting' => 'Σύνθεση',
+ 'filter' => 'Φίλτρο',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/el/setting.php b/resources/default/addons/visiosoft/location-module/lang/el/setting.php
new file mode 100644
index 000000000..95dbe677b
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/el/setting.php
@@ -0,0 +1,56 @@
+ [
+ 'name' => 'Πεδίο τοποθεσίας αρχικής σελίδας',
+ ],
+ 'list_page_location' => [
+ 'name' => 'Πεδίο θέσης σελίδας λίστας',
+ ],
+ 'detail_page_location' => [
+ 'name' => 'Πεδίο θέσης σελίδας λεπτομερειών',
+ ],
+ 'show_search_location_btn' => [
+ 'name' => 'Εμφάνιση κουμπιού τοποθεσίας αναζήτησης',
+ ],
+ 'default_country' => [
+ 'name' => 'Προεπιλεγμένη χώρα',
+ ],
+ 'create_ad_page_location' => [
+ 'name' => 'Δημιουργία τοποθεσίας σελίδας διαφήμισης',
+ ],
+ 'default_city' => [
+ 'name' => 'Προεπιλεγμένη πόλη',
+ ],
+ 'default_district' => [
+ 'name' => 'Προεπιλεγμένη περιοχή',
+ ],
+ 'default_neighborhood' => [
+ 'name' => 'Προεπιλεγμένη γειτονιά',
+ ],
+
+ 'google_map_key' => [
+ 'name' => 'Google Maps Api Key',
+ ],
+
+ 'map_coordinates_long' => [
+ 'name' => 'Προεπιλογή Long',
+ ],
+
+ 'map_coordinates_lat' => [
+ 'name' => 'Προεπιλεγμένο Lat',
+ ],
+
+ 'hide_location_filter' => [
+ 'name' => 'Απόκρυψη φίλτρου τοποθεσίας',
+ ],
+ 'country_for_phone_field' => [
+ 'name' => 'Προεπιλεγμένη χώρα για εγγραφή πεδίου τηλεφώνου'
+ ],
+ 'sorting_column' => [
+ 'name' => 'Ταξινόμηση στήλης',
+ ],
+ 'sorting_type' => [
+ 'name' => 'Τύπος ταξινόμησης',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/el/stream.php b/resources/default/addons/visiosoft/location-module/lang/el/stream.php
new file mode 100644
index 000000000..4e596361c
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/el/stream.php
@@ -0,0 +1,7 @@
+ [
+ 'name' => 'Χωριό',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/en/addon.php b/resources/default/addons/visiosoft/location-module/lang/en/addon.php
new file mode 100644
index 000000000..3ab808351
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/en/addon.php
@@ -0,0 +1,8 @@
+ 'Location',
+ 'name' => 'Location Module',
+ 'description' => 'Description',
+ 'info' => 'On this page, you can manage country, city, district, neighborhood and village information.',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/en/button.php b/resources/default/addons/visiosoft/location-module/lang/en/button.php
new file mode 100644
index 000000000..32315e1d0
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/en/button.php
@@ -0,0 +1,17 @@
+ 'New Country',
+ 'new_city' => 'New City',
+ 'new_district' => 'New District',
+ 'new_neighborhood' => 'New Neighborhood',
+ 'new_village' => 'New Village',
+ 'sub_cities' => 'Sub Cities',
+ 'add_sub_cities' => 'Add Sub City',
+ 'add_sub_districts' => 'Add Sub District',
+ 'add_sub_neighborhoods' => 'Add Sub Neighborhood',
+ 'add_sub_village' => 'Add Sub Village',
+ 'sub_districts' => 'Sub Districts',
+ 'sub_neighborhoods' => 'Sub Neighborhoods',
+ 'sub_village' => 'Sub Village',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/en/field.php b/resources/default/addons/visiosoft/location-module/lang/en/field.php
new file mode 100644
index 000000000..2fc78f6ba
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/en/field.php
@@ -0,0 +1,43 @@
+ [
+ 'name' => 'Title'
+ ],
+ 'slug' => [
+ 'name' => 'Slug'
+ ],
+ 'city' => [
+ 'name' => 'City'
+ ],
+ 'country' => [
+ 'name' => 'Country'
+ ],
+ 'district' => [
+ 'name' => 'District'
+ ],
+ 'order' => [
+ 'name' => 'Sort Order'
+ ],
+ 'neighborhood' => [
+ 'name' => 'Neighborhood'
+ ],
+ 'village' => [
+ 'name' => 'Village'
+ ],
+ 'description' => [
+ 'name' => 'Description'
+ ],
+ 'pick_option' => [
+ 'name' => 'Pick an option',
+ ],
+ 'address' => [
+ 'name' => 'Address',
+ ],
+ 'selected' => 'Selected',
+ 'choose_an_option' => 'Choose an option...',
+ 'abv' => [
+ 'name' => 'Abbreviation',
+ ],
+ 'location' => 'Location',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/en/message.php b/resources/default/addons/visiosoft/location-module/lang/en/message.php
new file mode 100644
index 000000000..7b4d2e7bf
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/en/message.php
@@ -0,0 +1,7 @@
+ 'Type here to search',
+ 'null_msg' => 'Not Found',
+ 'choose_country' => 'Choose a Country',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/en/permission.php b/resources/default/addons/visiosoft/location-module/lang/en/permission.php
new file mode 100644
index 000000000..0f9eceb74
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/en/permission.php
@@ -0,0 +1,13 @@
+ [
+ 'name' => 'Village',
+ 'option' => [
+ 'read' => 'Can read village?',
+ 'write' => 'Can create/edit village?',
+ 'delete' => 'Can delete village?',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/en/section.php b/resources/default/addons/visiosoft/location-module/lang/en/section.php
new file mode 100644
index 000000000..dd4fec49a
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/en/section.php
@@ -0,0 +1,23 @@
+ [
+ 'title' => 'Countries',
+ ],
+ 'cities' => [
+ 'title' => 'Cities',
+ ],
+ 'districts' => [
+ 'title' => 'Districts',
+ ],
+ 'neighborhoods' => [
+ 'title' => 'Neighborhoods',
+ ],
+ 'village' => [
+ 'title' => 'Village',
+ ],
+ 'general' => 'General',
+ 'map' => 'Map',
+ 'setting' => 'Setting',
+ 'filter' => 'Filter',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/en/setting.php b/resources/default/addons/visiosoft/location-module/lang/en/setting.php
new file mode 100644
index 000000000..f9a05154c
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/en/setting.php
@@ -0,0 +1,56 @@
+ [
+ 'name' => 'Home Page Location Field',
+ ],
+ 'list_page_location' => [
+ 'name' => 'List Page Location Field',
+ ],
+ 'detail_page_location' => [
+ 'name' => 'Detail Page Location Field',
+ ],
+ 'show_search_location_btn' => [
+ 'name' => 'Show Search Location Button',
+ ],
+ 'default_country' => [
+ 'name' => 'Default Country',
+ ],
+ 'create_ad_page_location' => [
+ 'name' => 'Create Ad Page Location',
+ ],
+ 'default_city' => [
+ 'name' => 'Default City',
+ ],
+ 'default_district' => [
+ 'name' => 'Default District',
+ ],
+ 'default_neighborhood' => [
+ 'name' => 'Default Neighborhood',
+ ],
+
+ 'google_map_key' => [
+ 'name' => 'Google Maps Api Key',
+ ],
+
+ 'map_coordinates_long' => [
+ 'name' => 'Default Long',
+ ],
+
+ 'map_coordinates_lat' => [
+ 'name' => 'Default Lat',
+ ],
+
+ 'hide_location_filter' => [
+ 'name' => 'Hide Location Filter',
+ ],
+ 'country_for_phone_field' => [
+ 'name' => 'Default Country For Register Phone Field'
+ ],
+ 'sorting_column' => [
+ 'name' => 'Sorting Column',
+ ],
+ 'sorting_type' => [
+ 'name' => 'Sorting Type',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/en/stream.php b/resources/default/addons/visiosoft/location-module/lang/en/stream.php
new file mode 100644
index 000000000..d52b2167f
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/en/stream.php
@@ -0,0 +1,7 @@
+ [
+ 'name' => 'Village',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/es/addon.php b/resources/default/addons/visiosoft/location-module/lang/es/addon.php
new file mode 100644
index 000000000..98cd927fc
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/es/addon.php
@@ -0,0 +1,8 @@
+ 'Ubicación',
+ 'name' => 'Módulo de localización',
+ 'description' => 'Descripción',
+ 'info' => 'On this page, you can manage country, city, district, neighborhood and village information.',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/es/button.php b/resources/default/addons/visiosoft/location-module/lang/es/button.php
new file mode 100644
index 000000000..317dea889
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/es/button.php
@@ -0,0 +1,17 @@
+ 'Nuevo país',
+ 'new_city' => 'Ciudad Nueva',
+ 'new_district' => 'Nuevo distrito',
+ 'new_neighborhood' => 'Barrio nuevo',
+ 'new_village' => 'Pueblo Nuevo',
+ 'sub_cities' => 'Sub ciudades',
+ 'add_sub_cities' => 'Añadir ciudad secundaria',
+ 'add_sub_districts' => 'Añadir subdistrito',
+ 'add_sub_neighborhoods' => 'Agregar vecindario secundario',
+ 'add_sub_village' => 'Añadir Sub Village',
+ 'sub_districts' => 'Subdistritos',
+ 'sub_neighborhoods' => 'Sub Vecindarios',
+ 'sub_village' => 'Sub Village',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/es/field.php b/resources/default/addons/visiosoft/location-module/lang/es/field.php
new file mode 100644
index 000000000..83b8b93a6
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/es/field.php
@@ -0,0 +1,43 @@
+ [
+ 'name' => 'Título'
+ ],
+ 'slug' => [
+ 'name' => 'Babosa'
+ ],
+ 'city' => [
+ 'name' => 'Ciudad'
+ ],
+ 'country' => [
+ 'name' => 'País'
+ ],
+ 'district' => [
+ 'name' => 'Distrito'
+ ],
+ 'order' => [
+ 'name' => 'Orden de clasificación'
+ ],
+ 'neighborhood' => [
+ 'name' => 'Barrio'
+ ],
+ 'village' => [
+ 'name' => 'Pueblo'
+ ],
+ 'description' => [
+ 'name' => 'Descripción'
+ ],
+ 'pick_option' => [
+ 'name' => 'Elige una opción',
+ ],
+ 'address' => [
+ 'name' => 'Habla a',
+ ],
+ 'selected' => 'Seleccionado',
+ 'choose_an_option' => 'Escoge una opción...',
+ 'abv' => [
+ 'name' => 'Abreviatura',
+ ],
+ 'location' => 'Localización',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/es/message.php b/resources/default/addons/visiosoft/location-module/lang/es/message.php
new file mode 100644
index 000000000..b4185ff5f
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/es/message.php
@@ -0,0 +1,7 @@
+ 'Escriba aquí para buscar',
+ 'null_msg' => 'Extraviado',
+ 'choose_country' => 'Elige un pais',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/es/permission.php b/resources/default/addons/visiosoft/location-module/lang/es/permission.php
new file mode 100644
index 000000000..ba68f7a32
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/es/permission.php
@@ -0,0 +1,13 @@
+ [
+ 'name' => 'Pueblo',
+ 'option' => [
+ 'read' => 'Puede leer el pueblo? ',
+ 'write' => 'Puede crear / editar pueblo? ',
+ 'delete' => '¿Se puede eliminar el pueblo?',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/es/section.php b/resources/default/addons/visiosoft/location-module/lang/es/section.php
new file mode 100644
index 000000000..c1aa2d17d
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/es/section.php
@@ -0,0 +1,23 @@
+ [
+ 'title' => 'Países',
+ ],
+ 'cities' => [
+ 'title' => 'Ciudades',
+ ],
+ 'districts' => [
+ 'title' => 'Distritos',
+ ],
+ 'neighborhoods' => [
+ 'title' => 'Barrios',
+ ],
+ 'village' => [
+ 'title' => 'Pueblo',
+ ],
+ 'general' => 'General',
+ 'map' => 'Mapa',
+ 'setting' => 'Ajuste',
+ 'filter' => 'Filtrar',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/es/setting.php b/resources/default/addons/visiosoft/location-module/lang/es/setting.php
new file mode 100644
index 000000000..0fd0b2ab2
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/es/setting.php
@@ -0,0 +1,56 @@
+ [
+ 'name' => 'Campo de ubicación de la página de inicio',
+ ],
+ 'list_page_location' => [
+ 'name' => 'Campo de ubicación de la página de lista',
+ ],
+ 'detail_page_location' => [
+ 'name' => 'Campo de ubicación de la página de detalles',
+ ],
+ 'show_search_location_btn' => [
+ 'name' => 'Mostrar el botón de ubicación de búsqueda',
+ ],
+ 'default_country' => [
+ 'name' => 'País predeterminado',
+ ],
+ 'create_ad_page_location' => [
+ 'name' => 'Crear ubicación de la página de anuncios',
+ ],
+ 'default_city' => [
+ 'name' => 'Ciudad predeterminada',
+ ],
+ 'default_district' => [
+ 'name' => 'Distrito predeterminado',
+ ],
+ 'default_neighborhood' => [
+ 'name' => 'Barrio predeterminado',
+ ],
+
+ 'google_map_key' => [
+ 'name' => 'Google Maps Api Key',
+ ],
+
+ 'map_coordinates_long' => [
+ 'name' => 'Predeterminado Long',
+ ],
+
+ 'map_coordinates_lat' => [
+ 'name' => 'Lat predeterminado',
+ ],
+
+ 'hide_location_filter' => [
+ 'name' => 'Ocultar filtro de ubicación',
+ ],
+ 'country_for_phone_field' => [
+ 'name' => 'País predeterminado para el campo de teléfono de registro'
+ ],
+ 'sorting_column' => [
+ 'name' => 'Columna de clasificación',
+ ],
+ 'sorting_type' => [
+ 'name' => 'Tipo de clasificación',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/es/stream.php b/resources/default/addons/visiosoft/location-module/lang/es/stream.php
new file mode 100644
index 000000000..582e3e40d
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/es/stream.php
@@ -0,0 +1,7 @@
+ [
+ 'name' => 'Pueblo',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/fa/addon.php b/resources/default/addons/visiosoft/location-module/lang/fa/addon.php
new file mode 100644
index 000000000..1ddf80a87
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/fa/addon.php
@@ -0,0 +1,8 @@
+ 'محل',
+ 'name' => 'ماژول مکان',
+ 'description' => 'شرح',
+ 'info' => 'On this page, you can manage country, city, district, neighborhood and village information.',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/fa/button.php b/resources/default/addons/visiosoft/location-module/lang/fa/button.php
new file mode 100644
index 000000000..b8d424342
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/fa/button.php
@@ -0,0 +1,17 @@
+ 'کشور جدید',
+ 'new_city' => 'شهر جدید',
+ 'new_district' => 'منطقه جدید',
+ 'new_neighborhood' => 'محله جدید',
+ 'new_village' => 'دهکده جدید',
+ 'sub_cities' => 'شهرهای زیر شهر',
+ 'add_sub_cities' => 'اضافه کردن زیر شهر',
+ 'add_sub_districts' => 'اضافه کردن Sub District',
+ 'add_sub_neighborhoods' => 'اضافه کردن زیر محله',
+ 'add_sub_village' => 'اضافه کردن Sub Village',
+ 'sub_districts' => 'مناطق فرعی',
+ 'sub_neighborhoods' => 'محله های فرعی',
+ 'sub_village' => 'دهکده زیر',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/fa/field.php b/resources/default/addons/visiosoft/location-module/lang/fa/field.php
new file mode 100644
index 000000000..4d49a3092
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/fa/field.php
@@ -0,0 +1,43 @@
+ [
+ 'name' => 'عنوان'
+ ],
+ 'slug' => [
+ 'name' => 'مثل حلزون حرکت کردن'
+ ],
+ 'city' => [
+ 'name' => 'شهر'
+ ],
+ 'country' => [
+ 'name' => 'کشور'
+ ],
+ 'district' => [
+ 'name' => 'ناحیه'
+ ],
+ 'order' => [
+ 'name' => 'ترتیب مرتب سازی'
+ ],
+ 'neighborhood' => [
+ 'name' => 'محله'
+ ],
+ 'village' => [
+ 'name' => 'روستا'
+ ],
+ 'description' => [
+ 'name' => 'شرح'
+ ],
+ 'pick_option' => [
+ 'name' => 'گزینه ای را انتخاب کنید',
+ ],
+ 'address' => [
+ 'name' => 'نشانی',
+ ],
+ 'selected' => 'انتخاب شد',
+ 'choose_an_option' => 'گزینه ای را انتخاب کنید ...',
+ 'abv' => [
+ 'name' => 'مخفف',
+ ],
+ 'location' => 'محل',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/fa/message.php b/resources/default/addons/visiosoft/location-module/lang/fa/message.php
new file mode 100644
index 000000000..51a97cf2f
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/fa/message.php
@@ -0,0 +1,7 @@
+ 'برای جستجو اینجا را تایپ کنید',
+ 'null_msg' => 'پیدا نشد',
+ 'choose_country' => 'یک کشور را انتخاب کنید',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/fa/permission.php b/resources/default/addons/visiosoft/location-module/lang/fa/permission.php
new file mode 100644
index 000000000..e9d810e12
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/fa/permission.php
@@ -0,0 +1,13 @@
+ [
+ 'name' => 'روستا',
+ 'option' => [
+ 'read' => 'می توانید دهکده بخوانید؟ ',
+ 'write' => 'آیا می توانید دهکده ایجاد یا ویرایش کنید؟ ',
+ 'delete' => 'می توانید روستا را حذف کنید؟',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/fa/section.php b/resources/default/addons/visiosoft/location-module/lang/fa/section.php
new file mode 100644
index 000000000..c8658e5b2
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/fa/section.php
@@ -0,0 +1,23 @@
+ [
+ 'title' => 'کشورها',
+ ],
+ 'cities' => [
+ 'title' => 'شهرها',
+ ],
+ 'districts' => [
+ 'title' => 'ولسوالی ها',
+ ],
+ 'neighborhoods' => [
+ 'title' => 'محله ها',
+ ],
+ 'village' => [
+ 'title' => 'روستا',
+ ],
+ 'general' => 'عمومی',
+ 'map' => 'نقشه',
+ 'setting' => 'تنظیمات',
+ 'filter' => 'فیلتر',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/fa/setting.php b/resources/default/addons/visiosoft/location-module/lang/fa/setting.php
new file mode 100644
index 000000000..a88a25ee1
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/fa/setting.php
@@ -0,0 +1,56 @@
+ [
+ 'name' => 'قسمت موقعیت مکانی صفحه اصلی',
+ ],
+ 'list_page_location' => [
+ 'name' => 'قسمت مکان مکان فهرست',
+ ],
+ 'detail_page_location' => [
+ 'name' => 'قسمت موقعیت مکانی صفحه',
+ ],
+ 'show_search_location_btn' => [
+ 'name' => 'نمایش دکمه موقعیت مکانی جستجو',
+ ],
+ 'default_country' => [
+ 'name' => 'کشور پیش فرض',
+ ],
+ 'create_ad_page_location' => [
+ 'name' => 'موقعیت مکانی صفحه را ایجاد کنید',
+ ],
+ 'default_city' => [
+ 'name' => 'شهر پیش فرض',
+ ],
+ 'default_district' => [
+ 'name' => 'منطقه پیش فرض',
+ ],
+ 'default_neighborhood' => [
+ 'name' => 'محله پیش فرض',
+ ],
+
+ 'google_map_key' => [
+ 'name' => 'Google Maps Api Key',
+ ],
+
+ 'map_coordinates_long' => [
+ 'name' => 'بلند پیش فرض',
+ ],
+
+ 'map_coordinates_lat' => [
+ 'name' => 'پیش فرض Lat',
+ ],
+
+ 'hide_location_filter' => [
+ 'name' => 'فیلتر مکان را مخفی کنید',
+ ],
+ 'country_for_phone_field' => [
+ 'name' => 'کشور پیش فرض برای ثبت نام قسمت تلفن'
+ ],
+ 'sorting_column' => [
+ 'name' => 'مرتب سازی ستون',
+ ],
+ 'sorting_type' => [
+ 'name' => 'نوع مرتب سازی',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/fa/stream.php b/resources/default/addons/visiosoft/location-module/lang/fa/stream.php
new file mode 100644
index 000000000..db438ac0d
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/fa/stream.php
@@ -0,0 +1,7 @@
+ [
+ 'name' => 'روستا',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/fi/addon.php b/resources/default/addons/visiosoft/location-module/lang/fi/addon.php
new file mode 100644
index 000000000..1a657a847
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/fi/addon.php
@@ -0,0 +1,8 @@
+ 'Sijainti',
+ 'name' => 'Sijainti-moduuli',
+ 'description' => 'Kuvaus',
+ 'info' => 'On this page, you can manage country, city, district, neighborhood and village information.',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/fi/button.php b/resources/default/addons/visiosoft/location-module/lang/fi/button.php
new file mode 100644
index 000000000..abeea7709
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/fi/button.php
@@ -0,0 +1,17 @@
+ 'Uusi maa',
+ 'new_city' => 'Uusi kaupunki',
+ 'new_district' => 'Uusi piiri',
+ 'new_neighborhood' => 'Uusi naapurusto',
+ 'new_village' => 'Uusi kylä',
+ 'sub_cities' => 'Alakaupungit',
+ 'add_sub_cities' => 'Lisää Sub City',
+ 'add_sub_districts' => 'Lisää osa-alue',
+ 'add_sub_neighborhoods' => 'Lisää lähialue',
+ 'add_sub_village' => 'Lisää alikylä',
+ 'sub_districts' => 'Osa-alueet',
+ 'sub_neighborhoods' => 'Lähiöalueet',
+ 'sub_village' => 'Alakylä',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/fi/field.php b/resources/default/addons/visiosoft/location-module/lang/fi/field.php
new file mode 100644
index 000000000..226eff076
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/fi/field.php
@@ -0,0 +1,43 @@
+ [
+ 'name' => 'Otsikko'
+ ],
+ 'slug' => [
+ 'name' => 'Etana'
+ ],
+ 'city' => [
+ 'name' => 'Kaupunki'
+ ],
+ 'country' => [
+ 'name' => 'Maa'
+ ],
+ 'district' => [
+ 'name' => 'Kaupunginosa'
+ ],
+ 'order' => [
+ 'name' => 'Lajittelujärjestys'
+ ],
+ 'neighborhood' => [
+ 'name' => 'Naapuruus'
+ ],
+ 'village' => [
+ 'name' => 'Kylä'
+ ],
+ 'description' => [
+ 'name' => 'Kuvaus'
+ ],
+ 'pick_option' => [
+ 'name' => 'Valitse vaihtoehto',
+ ],
+ 'address' => [
+ 'name' => 'Osoite',
+ ],
+ 'selected' => 'Valittu',
+ 'choose_an_option' => 'Valitse vaihtoehto...',
+ 'abv' => [
+ 'name' => 'Lyhenne',
+ ],
+ 'location' => 'Sijainti',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/fi/message.php b/resources/default/addons/visiosoft/location-module/lang/fi/message.php
new file mode 100644
index 000000000..267cd2015
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/fi/message.php
@@ -0,0 +1,7 @@
+ 'Kirjoita tähän etsiäksesi',
+ 'null_msg' => 'Ei löydetty',
+ 'choose_country' => 'Valitse maa',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/fi/permission.php b/resources/default/addons/visiosoft/location-module/lang/fi/permission.php
new file mode 100644
index 000000000..1bfb297df
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/fi/permission.php
@@ -0,0 +1,13 @@
+ [
+ 'name' => 'Kylä',
+ 'option' => [
+ 'read' => 'Osaatko lukea kylää?',
+ 'write' => 'Voiko kylää luoda / muokata?',
+ 'delete' => 'Voinko poistaa kylän?',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/fi/section.php b/resources/default/addons/visiosoft/location-module/lang/fi/section.php
new file mode 100644
index 000000000..5be4e612d
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/fi/section.php
@@ -0,0 +1,23 @@
+ [
+ 'title' => 'Maat',
+ ],
+ 'cities' => [
+ 'title' => 'Kaupungit',
+ ],
+ 'districts' => [
+ 'title' => 'Piirit',
+ ],
+ 'neighborhoods' => [
+ 'title' => 'Naapurustot',
+ ],
+ 'village' => [
+ 'title' => 'Kylä',
+ ],
+ 'general' => 'Kenraali',
+ 'map' => 'Kartta',
+ 'setting' => 'Asetus',
+ 'filter' => 'Suodattaa',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/fi/setting.php b/resources/default/addons/visiosoft/location-module/lang/fi/setting.php
new file mode 100644
index 000000000..ddbeaac11
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/fi/setting.php
@@ -0,0 +1,56 @@
+ [
+ 'name' => 'Kotisivukenttä',
+ ],
+ 'list_page_location' => [
+ 'name' => 'Luettelosivun sijaintikenttä',
+ ],
+ 'detail_page_location' => [
+ 'name' => 'Yksityiskohtainen sivun sijaintikenttä',
+ ],
+ 'show_search_location_btn' => [
+ 'name' => 'Näytä hakupainike -painike',
+ ],
+ 'default_country' => [
+ 'name' => 'Oletusmaa',
+ ],
+ 'create_ad_page_location' => [
+ 'name' => 'Luo mainossivun sijainti',
+ ],
+ 'default_city' => [
+ 'name' => 'Oletuskaupunki',
+ ],
+ 'default_district' => [
+ 'name' => 'Oletuspiiri',
+ ],
+ 'default_neighborhood' => [
+ 'name' => 'Oletusasuinalue',
+ ],
+
+ 'google_map_key' => [
+ 'name' => 'Google Mapsin apiavain',
+ ],
+
+ 'map_coordinates_long' => [
+ 'name' => 'Oletus Pitkä',
+ ],
+
+ 'map_coordinates_lat' => [
+ 'name' => 'Oletus lat',
+ ],
+
+ 'hide_location_filter' => [
+ 'name' => 'Piilota sijaintisuodatin',
+ ],
+ 'country_for_phone_field' => [
+ 'name' => 'Rekisteripuhelinkentän oletusmaa'
+ ],
+ 'sorting_column' => [
+ 'name' => 'Sarakkeen lajittelu',
+ ],
+ 'sorting_type' => [
+ 'name' => 'Lajittelutyyppi',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/fi/stream.php b/resources/default/addons/visiosoft/location-module/lang/fi/stream.php
new file mode 100644
index 000000000..fa17310c6
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/fi/stream.php
@@ -0,0 +1,7 @@
+ [
+ 'name' => 'Kylä',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/fr/addon.php b/resources/default/addons/visiosoft/location-module/lang/fr/addon.php
new file mode 100644
index 000000000..7df5fcb70
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/fr/addon.php
@@ -0,0 +1,8 @@
+ 'Emplacement',
+ 'name' => 'Module de localisation',
+ 'description' => 'La description',
+ 'info' => 'On this page, you can manage country, city, district, neighborhood and village information.',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/fr/button.php b/resources/default/addons/visiosoft/location-module/lang/fr/button.php
new file mode 100644
index 000000000..283714fa5
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/fr/button.php
@@ -0,0 +1,17 @@
+ 'Nouveau pays',
+ 'new_city' => 'Nouvelle ville',
+ 'new_district' => 'Nouveau district',
+ 'new_neighborhood' => 'Nouveau quartier',
+ 'new_village' => 'Nouveau village',
+ 'sub_cities' => 'Sous-villes',
+ 'add_sub_cities' => 'Ajouter une ville secondaire',
+ 'add_sub_districts' => 'Ajouter un sous-district',
+ 'add_sub_neighborhoods' => 'Ajouter un sous-quartier',
+ 'add_sub_village' => 'Ajouter un sous-village',
+ 'sub_districts' => 'Sous-districts',
+ 'sub_neighborhoods' => 'Sous-quartiers',
+ 'sub_village' => 'Sous-village',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/fr/field.php b/resources/default/addons/visiosoft/location-module/lang/fr/field.php
new file mode 100644
index 000000000..493062cb5
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/fr/field.php
@@ -0,0 +1,43 @@
+ [
+ 'name' => 'Titre'
+ ],
+ 'slug' => [
+ 'name' => 'Limace'
+ ],
+ 'city' => [
+ 'name' => 'Ville'
+ ],
+ 'country' => [
+ 'name' => 'Pays'
+ ],
+ 'district' => [
+ 'name' => 'District'
+ ],
+ 'order' => [
+ 'name' => 'Ordre de tri'
+ ],
+ 'neighborhood' => [
+ 'name' => 'quartier'
+ ],
+ 'village' => [
+ 'name' => 'Village'
+ ],
+ 'description' => [
+ 'name' => 'La description'
+ ],
+ 'pick_option' => [
+ 'name' => 'Choisissez une option',
+ ],
+ 'address' => [
+ 'name' => 'Adresse',
+ ],
+ 'selected' => 'Choisi',
+ 'choose_an_option' => 'Choisis une option...',
+ 'abv' => [
+ 'name' => 'Abréviation',
+ ],
+ 'location' => 'Lieu',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/fr/message.php b/resources/default/addons/visiosoft/location-module/lang/fr/message.php
new file mode 100644
index 000000000..17877410c
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/fr/message.php
@@ -0,0 +1,7 @@
+ 'Tapez ici pour rechercher',
+ 'null_msg' => 'Pas trouvé',
+ 'choose_country' => 'Choisissez un pays',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/fr/permission.php b/resources/default/addons/visiosoft/location-module/lang/fr/permission.php
new file mode 100644
index 000000000..600efe302
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/fr/permission.php
@@ -0,0 +1,13 @@
+ [
+ 'name' => 'Village',
+ 'option' => [
+ 'read' => 'Peut lire le village? ',
+ 'write' => 'Peut créer / éditer un village? ',
+ 'delete' => 'Peut supprimer le village?',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/fr/section.php b/resources/default/addons/visiosoft/location-module/lang/fr/section.php
new file mode 100644
index 000000000..bb72782fa
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/fr/section.php
@@ -0,0 +1,23 @@
+ [
+ 'title' => 'Des pays',
+ ],
+ 'cities' => [
+ 'title' => 'Villes',
+ ],
+ 'districts' => [
+ 'title' => 'Les quartiers',
+ ],
+ 'neighborhoods' => [
+ 'title' => 'Quartiers',
+ ],
+ 'village' => [
+ 'title' => 'Village',
+ ],
+ 'general' => 'Général',
+ 'map' => 'Carte',
+ 'setting' => 'Réglage',
+ 'filter' => 'Filtre',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/fr/setting.php b/resources/default/addons/visiosoft/location-module/lang/fr/setting.php
new file mode 100644
index 000000000..193b839c9
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/fr/setting.php
@@ -0,0 +1,56 @@
+ [
+ 'name' => 'Champ Emplacement de la page d\'accueil',
+ ],
+ 'list_page_location' => [
+ 'name' => 'Champ Emplacement de la page de liste',
+ ],
+ 'detail_page_location' => [
+ 'name' => 'Champ Emplacement de la page de détails',
+ ],
+ 'show_search_location_btn' => [
+ 'name' => 'Afficher le bouton Emplacement de recherche',
+ ],
+ 'default_country' => [
+ 'name' => 'Pays par défaut',
+ ],
+ 'create_ad_page_location' => [
+ 'name' => 'Créer l\'emplacement de la page d\'annonces',
+ ],
+ 'default_city' => [
+ 'name' => 'Ville par défaut',
+ ],
+ 'default_district' => [
+ 'name' => 'District par défaut',
+ ],
+ 'default_neighborhood' => [
+ 'name' => 'Quartier par défaut',
+ ],
+
+ 'google_map_key' => [
+ 'name' => 'Google Maps Api Key',
+ ],
+
+ 'map_coordinates_long' => [
+ 'name' => 'Long par défaut',
+ ],
+
+ 'map_coordinates_lat' => [
+ 'name' => 'Lat par défaut',
+ ],
+
+ 'hide_location_filter' => [
+ 'name' => 'Masquer le filtre de localisation',
+ ],
+ 'country_for_phone_field' => [
+ 'name' => 'Pays par défaut pour le champ de téléphone d\'enregistrement'
+ ],
+ 'sorting_column' => [
+ 'name' => 'Colonne de tri',
+ ],
+ 'sorting_type' => [
+ 'name' => 'Type de tri',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/fr/stream.php b/resources/default/addons/visiosoft/location-module/lang/fr/stream.php
new file mode 100644
index 000000000..d52b2167f
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/fr/stream.php
@@ -0,0 +1,7 @@
+ [
+ 'name' => 'Village',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/he/addon.php b/resources/default/addons/visiosoft/location-module/lang/he/addon.php
new file mode 100644
index 000000000..9caea2e21
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/he/addon.php
@@ -0,0 +1,8 @@
+ 'מקום',
+ 'name' => 'מודול מיקום',
+ 'description' => 'תיאור',
+ 'info' => 'On this page, you can manage country, city, district, neighborhood and village information.',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/he/button.php b/resources/default/addons/visiosoft/location-module/lang/he/button.php
new file mode 100644
index 000000000..a546d0f88
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/he/button.php
@@ -0,0 +1,17 @@
+ 'מדינה חדשה',
+ 'new_city' => 'עיר חדשה',
+ 'new_district' => 'מחוז חדש',
+ 'new_neighborhood' => 'שכונה חדשה',
+ 'new_village' => 'הכפר החדש',
+ 'sub_cities' => 'ערי משנה',
+ 'add_sub_cities' => 'הוסף תת עיר',
+ 'add_sub_districts' => 'הוסף מחוז מחוז',
+ 'add_sub_neighborhoods' => 'הוסף שכונת משנה',
+ 'add_sub_village' => 'הוסף כפר משנה',
+ 'sub_districts' => 'מחוזות משנה',
+ 'sub_neighborhoods' => 'שכונות משנה',
+ 'sub_village' => 'סוב כפר',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/he/field.php b/resources/default/addons/visiosoft/location-module/lang/he/field.php
new file mode 100644
index 000000000..5974496cf
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/he/field.php
@@ -0,0 +1,43 @@
+ [
+ 'name' => 'כותרת'
+ ],
+ 'slug' => [
+ 'name' => 'שבלול'
+ ],
+ 'city' => [
+ 'name' => 'עיר'
+ ],
+ 'country' => [
+ 'name' => 'מדינה'
+ ],
+ 'district' => [
+ 'name' => 'מחוז'
+ ],
+ 'order' => [
+ 'name' => 'סדר המיון'
+ ],
+ 'neighborhood' => [
+ 'name' => 'שכונה'
+ ],
+ 'village' => [
+ 'name' => 'כפר'
+ ],
+ 'description' => [
+ 'name' => 'תיאור'
+ ],
+ 'pick_option' => [
+ 'name' => 'בחר אפשרות',
+ ],
+ 'address' => [
+ 'name' => 'כתובת',
+ ],
+ 'selected' => 'נבחר',
+ 'choose_an_option' => 'בחר אפשרות...',
+ 'abv' => [
+ 'name' => 'נוֹטָרִיקוֹן',
+ ],
+ 'location' => 'מקום',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/he/message.php b/resources/default/addons/visiosoft/location-module/lang/he/message.php
new file mode 100644
index 000000000..82eac61c9
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/he/message.php
@@ -0,0 +1,7 @@
+ 'הקלד כאן כדי לחפש',
+ 'null_msg' => 'לא נמצא',
+ 'choose_country' => 'בחר ארץ',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/he/permission.php b/resources/default/addons/visiosoft/location-module/lang/he/permission.php
new file mode 100644
index 000000000..0be66bf4c
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/he/permission.php
@@ -0,0 +1,13 @@
+ [
+ 'name' => 'כפר',
+ 'option' => [
+ 'read' => 'האם אתה יכול לקרוא כפר?',
+ 'write' => 'האם ניתן ליצור / לערוך כפר?',
+ 'delete' => 'האם ניתן למחוק כפר?',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/he/section.php b/resources/default/addons/visiosoft/location-module/lang/he/section.php
new file mode 100644
index 000000000..2091fe635
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/he/section.php
@@ -0,0 +1,23 @@
+ [
+ 'title' => 'מדינות',
+ ],
+ 'cities' => [
+ 'title' => 'ערים',
+ ],
+ 'districts' => [
+ 'title' => 'מחוזות',
+ ],
+ 'neighborhoods' => [
+ 'title' => 'שכונות',
+ ],
+ 'village' => [
+ 'title' => 'כפר',
+ ],
+ 'general' => 'כללי',
+ 'map' => 'מפה',
+ 'setting' => 'הגדרה',
+ 'filter' => 'לְסַנֵן',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/he/setting.php b/resources/default/addons/visiosoft/location-module/lang/he/setting.php
new file mode 100644
index 000000000..7e48a56f2
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/he/setting.php
@@ -0,0 +1,56 @@
+ [
+ 'name' => 'שדה מיקום דף הבית',
+ ],
+ 'list_page_location' => [
+ 'name' => 'שדה מיקום דף רשימה',
+ ],
+ 'detail_page_location' => [
+ 'name' => 'שדה מיקום עמוד בפירוט',
+ ],
+ 'show_search_location_btn' => [
+ 'name' => 'הצג לחצן מיקום לחיפוש',
+ ],
+ 'default_country' => [
+ 'name' => 'מדינה ברירת מחדל',
+ ],
+ 'create_ad_page_location' => [
+ 'name' => 'צור מיקום של דף מודעות',
+ ],
+ 'default_city' => [
+ 'name' => 'עיר ברירת מחדל',
+ ],
+ 'default_district' => [
+ 'name' => 'מחוז ברירת מחדל',
+ ],
+ 'default_neighborhood' => [
+ 'name' => 'שכונת ברירת מחדל',
+ ],
+
+ 'google_map_key' => [
+ 'name' => 'מפתח המפתח של גוגל',
+ ],
+
+ 'map_coordinates_long' => [
+ 'name' => 'ברירת מחדל ארוכה',
+ ],
+
+ 'map_coordinates_lat' => [
+ 'name' => 'Lat ברירת מחדל',
+ ],
+
+ 'hide_location_filter' => [
+ 'name' => 'הסתר מסנן מיקום',
+ ],
+ 'country_for_phone_field' => [
+ 'name' => 'מדינה ברירת מחדל לשדה טלפון רישום'
+ ],
+ 'sorting_column' => [
+ 'name' => 'עמודת מיון',
+ ],
+ 'sorting_type' => [
+ 'name' => 'סוג מיון',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/he/stream.php b/resources/default/addons/visiosoft/location-module/lang/he/stream.php
new file mode 100644
index 000000000..4bc466a25
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/he/stream.php
@@ -0,0 +1,7 @@
+ [
+ 'name' => 'כפר',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/hi/addon.php b/resources/default/addons/visiosoft/location-module/lang/hi/addon.php
new file mode 100644
index 000000000..cc1500ff5
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/hi/addon.php
@@ -0,0 +1,8 @@
+ 'स्थान',
+ 'name' => 'स्थान मॉड्यूल',
+ 'description' => 'विवरण',
+ 'info' => 'On this page, you can manage country, city, district, neighborhood and village information.',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/hi/button.php b/resources/default/addons/visiosoft/location-module/lang/hi/button.php
new file mode 100644
index 000000000..c8a296f0b
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/hi/button.php
@@ -0,0 +1,17 @@
+ 'नया देश',
+ 'new_city' => 'नया शहर',
+ 'new_district' => 'नया जिला',
+ 'new_neighborhood' => 'न्यू नेबरहुड',
+ 'new_village' => 'नया गाँव',
+ 'sub_cities' => 'उप शहर',
+ 'add_sub_cities' => 'सब सिटी जोड़ें',
+ 'add_sub_districts' => 'उप जिला जोड़ें',
+ 'add_sub_neighborhoods' => 'उप पड़ोस जोड़ें',
+ 'add_sub_village' => 'उप ग्राम जोड़ें',
+ 'sub_districts' => 'उप जिलों',
+ 'sub_neighborhoods' => 'उप पड़ोस',
+ 'sub_village' => 'उप ग्राम',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/hi/field.php b/resources/default/addons/visiosoft/location-module/lang/hi/field.php
new file mode 100644
index 000000000..6f4a770ae
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/hi/field.php
@@ -0,0 +1,43 @@
+ [
+ 'name' => 'शीर्षक'
+ ],
+ 'slug' => [
+ 'name' => 'काउंटर'
+ ],
+ 'city' => [
+ 'name' => 'Faridabad'
+ ],
+ 'country' => [
+ 'name' => 'देश'
+ ],
+ 'district' => [
+ 'name' => 'जिला'
+ ],
+ 'order' => [
+ 'name' => 'क्रमबद्ध आदेश'
+ ],
+ 'neighborhood' => [
+ 'name' => 'आस - पड़ोस'
+ ],
+ 'village' => [
+ 'name' => 'गाँव'
+ ],
+ 'description' => [
+ 'name' => 'विवरण'
+ ],
+ 'pick_option' => [
+ 'name' => 'एक विकल्प चुनें',
+ ],
+ 'address' => [
+ 'name' => 'पता',
+ ],
+ 'selected' => 'चुन लिया',
+ 'choose_an_option' => 'एक विकल्प चुनें...',
+ 'abv' => [
+ 'name' => 'संक्षिप्त',
+ ],
+ 'location' => 'स्थान',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/hi/message.php b/resources/default/addons/visiosoft/location-module/lang/hi/message.php
new file mode 100644
index 000000000..b6b8bf243
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/hi/message.php
@@ -0,0 +1,7 @@
+ 'खोजने के लिए यहां टाइप करें',
+ 'null_msg' => 'नहीं मिला',
+ 'choose_country' => 'एक देश चुनें',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/hi/permission.php b/resources/default/addons/visiosoft/location-module/lang/hi/permission.php
new file mode 100644
index 000000000..351721b61
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/hi/permission.php
@@ -0,0 +1,13 @@
+ [
+ 'name' => 'गाँव',
+ 'option' => [
+ 'read' => 'पढ़ सकते हैं गाँव?',
+ 'write' => 'गाँव बना / संपादित कर सकते हैं?',
+ 'delete' => 'गांव को हटा सकते हैं?',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/hi/section.php b/resources/default/addons/visiosoft/location-module/lang/hi/section.php
new file mode 100644
index 000000000..c419dbaa4
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/hi/section.php
@@ -0,0 +1,23 @@
+ [
+ 'title' => 'देश',
+ ],
+ 'cities' => [
+ 'title' => 'शहरों',
+ ],
+ 'districts' => [
+ 'title' => 'जिलों',
+ ],
+ 'neighborhoods' => [
+ 'title' => 'पड़ोस',
+ ],
+ 'village' => [
+ 'title' => 'गाँव',
+ ],
+ 'general' => 'सामान्य',
+ 'map' => 'नक्शा',
+ 'setting' => 'स्थापना',
+ 'filter' => 'फ़िल्टर',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/hi/setting.php b/resources/default/addons/visiosoft/location-module/lang/hi/setting.php
new file mode 100644
index 000000000..7a22c3419
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/hi/setting.php
@@ -0,0 +1,56 @@
+ [
+ 'name' => 'होम पेज स्थान फ़ील्ड',
+ ],
+ 'list_page_location' => [
+ 'name' => 'सूची पृष्ठ स्थान फ़ील्ड',
+ ],
+ 'detail_page_location' => [
+ 'name' => 'विस्तार पृष्ठ स्थान फ़ील्ड',
+ ],
+ 'show_search_location_btn' => [
+ 'name' => 'खोज स्थान बटन दिखाएं',
+ ],
+ 'default_country' => [
+ 'name' => 'डिफ़ॉल्ट देश',
+ ],
+ 'create_ad_page_location' => [
+ 'name' => 'विज्ञापन पृष्ठ स्थान बनाएँ',
+ ],
+ 'default_city' => [
+ 'name' => 'डिफ़ॉल्ट शहर',
+ ],
+ 'default_district' => [
+ 'name' => 'डिफ़ॉल्ट जिला',
+ ],
+ 'default_neighborhood' => [
+ 'name' => 'डिफ़ॉल्ट पड़ोस',
+ ],
+
+ 'google_map_key' => [
+ 'name' => 'Google मैप्स Api Key',
+ ],
+
+ 'map_coordinates_long' => [
+ 'name' => 'डिफ़ॉल्ट लंबा',
+ ],
+
+ 'map_coordinates_lat' => [
+ 'name' => 'डिफ़ॉल्ट लैट',
+ ],
+
+ 'hide_location_filter' => [
+ 'name' => 'स्थान फ़िल्टर छिपाएँ',
+ ],
+ 'country_for_phone_field' => [
+ 'name' => 'डिफ़ॉल्ट देश रजिस्टर फोन क्षेत्र के लिए'
+ ],
+ 'sorting_column' => [
+ 'name' => 'सॉर्टिंग कॉलम',
+ ],
+ 'sorting_type' => [
+ 'name' => 'सॉर्टिंग प्रकार',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/hi/stream.php b/resources/default/addons/visiosoft/location-module/lang/hi/stream.php
new file mode 100644
index 000000000..101bd9698
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/hi/stream.php
@@ -0,0 +1,7 @@
+ [
+ 'name' => 'गाँव',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/hu/addon.php b/resources/default/addons/visiosoft/location-module/lang/hu/addon.php
new file mode 100644
index 000000000..974147e63
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/hu/addon.php
@@ -0,0 +1,8 @@
+ 'Elhelyezkedés',
+ 'name' => 'Hely modul',
+ 'description' => 'Leírás',
+ 'info' => 'On this page, you can manage country, city, district, neighborhood and village information.',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/hu/button.php b/resources/default/addons/visiosoft/location-module/lang/hu/button.php
new file mode 100644
index 000000000..7ba0d7545
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/hu/button.php
@@ -0,0 +1,17 @@
+ 'Új Ország',
+ 'new_city' => 'Új város',
+ 'new_district' => 'Új kerület',
+ 'new_neighborhood' => 'Új szomszédság',
+ 'new_village' => 'Új falu',
+ 'sub_cities' => 'Alvárosok',
+ 'add_sub_cities' => 'Sub City hozzáadása',
+ 'add_sub_districts' => 'Add Sub District',
+ 'add_sub_neighborhoods' => 'Add Sub Subbrowhood',
+ 'add_sub_village' => 'Add Sub Village',
+ 'sub_districts' => 'Alkörzetek',
+ 'sub_neighborhoods' => 'Szomszédságok',
+ 'sub_village' => 'Sub Village',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/hu/field.php b/resources/default/addons/visiosoft/location-module/lang/hu/field.php
new file mode 100644
index 000000000..3c93bb910
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/hu/field.php
@@ -0,0 +1,43 @@
+ [
+ 'name' => 'Cím'
+ ],
+ 'slug' => [
+ 'name' => 'Meztelen csiga'
+ ],
+ 'city' => [
+ 'name' => 'Város'
+ ],
+ 'country' => [
+ 'name' => 'Ország'
+ ],
+ 'district' => [
+ 'name' => 'Kerület'
+ ],
+ 'order' => [
+ 'name' => 'Sorrend'
+ ],
+ 'neighborhood' => [
+ 'name' => 'Szomszédság'
+ ],
+ 'village' => [
+ 'name' => 'Falu'
+ ],
+ 'description' => [
+ 'name' => 'Leírás'
+ ],
+ 'pick_option' => [
+ 'name' => 'Válasszon egy lehetőséget',
+ ],
+ 'address' => [
+ 'name' => 'Cím',
+ ],
+ 'selected' => 'Kiválasztott',
+ 'choose_an_option' => 'Válassz egy lehetőséget...',
+ 'abv' => [
+ 'name' => 'Rövidítés',
+ ],
+ 'location' => 'Elhelyezkedés',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/hu/message.php b/resources/default/addons/visiosoft/location-module/lang/hu/message.php
new file mode 100644
index 000000000..feb23e809
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/hu/message.php
@@ -0,0 +1,7 @@
+ 'Írja be ide a keresést',
+ 'null_msg' => 'Nem található',
+ 'choose_country' => 'Válassz egy országot',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/hu/permission.php b/resources/default/addons/visiosoft/location-module/lang/hu/permission.php
new file mode 100644
index 000000000..5ed187dfc
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/hu/permission.php
@@ -0,0 +1,13 @@
+ [
+ 'name' => 'Falu',
+ 'option' => [
+ 'read' => 'Tud olvasni falut?',
+ 'write' => 'Létrehozhat / szerkeszthet falut?',
+ 'delete' => 'Törölheti a falut?',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/hu/section.php b/resources/default/addons/visiosoft/location-module/lang/hu/section.php
new file mode 100644
index 000000000..a6cf6f111
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/hu/section.php
@@ -0,0 +1,23 @@
+ [
+ 'title' => 'Országok',
+ ],
+ 'cities' => [
+ 'title' => 'Városok',
+ ],
+ 'districts' => [
+ 'title' => 'Kerületek',
+ ],
+ 'neighborhoods' => [
+ 'title' => 'Környékek',
+ ],
+ 'village' => [
+ 'title' => 'Falu',
+ ],
+ 'general' => 'Tábornok',
+ 'map' => 'Térkép',
+ 'setting' => 'Beállítás',
+ 'filter' => 'Szűrő',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/hu/setting.php b/resources/default/addons/visiosoft/location-module/lang/hu/setting.php
new file mode 100644
index 000000000..dae87dd81
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/hu/setting.php
@@ -0,0 +1,56 @@
+ [
+ 'name' => 'Kezdőlap hely mező',
+ ],
+ 'list_page_location' => [
+ 'name' => 'Lista oldal helye mező',
+ ],
+ 'detail_page_location' => [
+ 'name' => 'Az oldal helyének részletei',
+ ],
+ 'show_search_location_btn' => [
+ 'name' => 'Keresés helye gomb megjelenítése',
+ ],
+ 'default_country' => [
+ 'name' => 'Alapértelmezett ország',
+ ],
+ 'create_ad_page_location' => [
+ 'name' => 'Hirdetésoldal helyének létrehozása',
+ ],
+ 'default_city' => [
+ 'name' => 'Alapértelmezett város',
+ ],
+ 'default_district' => [
+ 'name' => 'Alapértelmezett körzet',
+ ],
+ 'default_neighborhood' => [
+ 'name' => 'Alapértelmezett szomszédság',
+ ],
+
+ 'google_map_key' => [
+ 'name' => 'Google Maps Api Key',
+ ],
+
+ 'map_coordinates_long' => [
+ 'name' => 'Alapértelmezett hosszú',
+ ],
+
+ 'map_coordinates_lat' => [
+ 'name' => 'Alapértelmezett szélesség',
+ ],
+
+ 'hide_location_filter' => [
+ 'name' => 'Helyszűrő elrejtése',
+ ],
+ 'country_for_phone_field' => [
+ 'name' => 'Alapértelmezett ország a telefonszám mezőjéhez'
+ ],
+ 'sorting_column' => [
+ 'name' => 'Oszlop rendezése',
+ ],
+ 'sorting_type' => [
+ 'name' => 'Rendezés típusa',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/hu/stream.php b/resources/default/addons/visiosoft/location-module/lang/hu/stream.php
new file mode 100644
index 000000000..a72ecfd7a
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/hu/stream.php
@@ -0,0 +1,7 @@
+ [
+ 'name' => 'Falu',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/id/addon.php b/resources/default/addons/visiosoft/location-module/lang/id/addon.php
new file mode 100644
index 000000000..85706a76a
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/id/addon.php
@@ -0,0 +1,8 @@
+ 'Lokasi',
+ 'name' => 'Modul Lokasi',
+ 'description' => 'Deskripsi',
+ 'info' => 'Di halaman ini, Anda dapat mengelola informasi negara, kota, kecamatan, lingkungan dan desa.',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/id/button.php b/resources/default/addons/visiosoft/location-module/lang/id/button.php
new file mode 100644
index 000000000..48f52cc45
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/id/button.php
@@ -0,0 +1,17 @@
+ 'Negara Baru',
+ 'new_city' => 'Kota Baru',
+ 'new_district' => 'Distrik Baru',
+ 'new_neighborhood' => 'Lingkungan Baru',
+ 'new_village' => 'Desa Baru',
+ 'sub_cities' => 'Sub Kota',
+ 'add_sub_cities' => 'Tambahkan Sub Kota',
+ 'add_sub_districts' => 'Tambahkan Kecamatan',
+ 'add_sub_neighborhoods' => 'Tambahkan Sub Lingkungan',
+ 'add_sub_village' => 'Tambahkan Dusun',
+ 'sub_districts' => 'Kecamatan',
+ 'sub_neighborhoods' => 'Sub Lingkungan',
+ 'sub_village' => 'Dusun',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/id/field.php b/resources/default/addons/visiosoft/location-module/lang/id/field.php
new file mode 100644
index 000000000..ada4a668e
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/id/field.php
@@ -0,0 +1,43 @@
+ [
+ 'name' => 'Judul'
+ ],
+ 'slug' => [
+ 'name' => 'Siput'
+ ],
+ 'city' => [
+ 'name' => 'Kota'
+ ],
+ 'country' => [
+ 'name' => 'Negara'
+ ],
+ 'district' => [
+ 'name' => 'Distrik'
+ ],
+ 'order' => [
+ 'name' => 'Urutan Sortir'
+ ],
+ 'neighborhood' => [
+ 'name' => 'Lingkungan'
+ ],
+ 'village' => [
+ 'name' => 'Desa'
+ ],
+ 'description' => [
+ 'name' => 'Deskripsi'
+ ],
+ 'pick_option' => [
+ 'name' => 'Pilih salah satu opsi',
+ ],
+ 'address' => [
+ 'name' => 'Alamat',
+ ],
+ 'selected' => 'Terpilih',
+ 'choose_an_option' => 'Pilih salah satu opsi ...',
+ 'abv' => [
+ 'name' => 'Singkatan',
+ ],
+ 'location' => 'Lokasi',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/id/message.php b/resources/default/addons/visiosoft/location-module/lang/id/message.php
new file mode 100644
index 000000000..0047d09bd
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/id/message.php
@@ -0,0 +1,7 @@
+ 'Ketik di sini untuk mencari',
+ 'null_msg' => 'Tidak ditemukan',
+ 'choose_country' => 'Pilih satu negara',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/id/permission.php b/resources/default/addons/visiosoft/location-module/lang/id/permission.php
new file mode 100644
index 000000000..c3a188210
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/id/permission.php
@@ -0,0 +1,13 @@
+ [
+ 'name' => 'Desa',
+ 'option' => [
+ 'read' => 'Bisa membaca desa?',
+ 'write' => 'Bisakah membuat / mengedit desa?',
+ 'delete' => 'Bisakah menghapus desa?',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/id/section.php b/resources/default/addons/visiosoft/location-module/lang/id/section.php
new file mode 100644
index 000000000..f55dd068f
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/id/section.php
@@ -0,0 +1,23 @@
+ [
+ 'title' => 'Negara',
+ ],
+ 'cities' => [
+ 'title' => 'Kota',
+ ],
+ 'districts' => [
+ 'title' => 'Distrik',
+ ],
+ 'neighborhoods' => [
+ 'title' => 'Lingkungan',
+ ],
+ 'village' => [
+ 'title' => 'Desa',
+ ],
+ 'general' => 'Umum',
+ 'map' => 'Peta',
+ 'setting' => 'Pengaturan',
+ 'filter' => 'Saring',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/id/setting.php b/resources/default/addons/visiosoft/location-module/lang/id/setting.php
new file mode 100644
index 000000000..13682b8cc
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/id/setting.php
@@ -0,0 +1,56 @@
+ [
+ 'name' => 'Bidang Lokasi Halaman Beranda',
+ ],
+ 'list_page_location' => [
+ 'name' => 'Bidang Lokasi Halaman Daftar',
+ ],
+ 'detail_page_location' => [
+ 'name' => 'Bidang Lokasi Halaman Detail',
+ ],
+ 'show_search_location_btn' => [
+ 'name' => 'Tampilkan Tombol Lokasi Pencarian',
+ ],
+ 'default_country' => [
+ 'name' => 'Negara Default',
+ ],
+ 'create_ad_page_location' => [
+ 'name' => 'Buat Lokasi Halaman Iklan',
+ ],
+ 'default_city' => [
+ 'name' => 'Kota Default',
+ ],
+ 'default_district' => [
+ 'name' => 'Distrik Default',
+ ],
+ 'default_neighborhood' => [
+ 'name' => 'Lingkungan Default',
+ ],
+
+ 'google_map_key' => [
+ 'name' => 'Kunci Api Google Maps',
+ ],
+
+ 'map_coordinates_long' => [
+ 'name' => 'Default Panjang',
+ ],
+
+ 'map_coordinates_lat' => [
+ 'name' => 'Lat default',
+ ],
+
+ 'hide_location_filter' => [
+ 'name' => 'Sembunyikan Filter Lokasi',
+ ],
+ 'country_for_phone_field' => [
+ 'name' => 'Negara Default Untuk Bidang Telepon Daftarkan'
+ ],
+ 'sorting_column' => [
+ 'name' => 'Kolom Penyortiran',
+ ],
+ 'sorting_type' => [
+ 'name' => 'Jenis Penyortiran',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/id/stream.php b/resources/default/addons/visiosoft/location-module/lang/id/stream.php
new file mode 100644
index 000000000..e126a5921
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/id/stream.php
@@ -0,0 +1,7 @@
+ [
+ 'name' => 'Desa',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/it/addon.php b/resources/default/addons/visiosoft/location-module/lang/it/addon.php
new file mode 100644
index 000000000..9b34c4154
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/it/addon.php
@@ -0,0 +1,8 @@
+ 'Posizione',
+ 'name' => 'Modulo di localizzazione',
+ 'description' => 'Descrizione',
+ 'info' => 'On this page, you can manage country, city, district, neighborhood and village information.',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/it/button.php b/resources/default/addons/visiosoft/location-module/lang/it/button.php
new file mode 100644
index 000000000..813bae079
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/it/button.php
@@ -0,0 +1,17 @@
+ 'Nuovo Paese',
+ 'new_city' => 'Nuova città',
+ 'new_district' => 'New District',
+ 'new_neighborhood' => 'Nuovo quartiere',
+ 'new_village' => 'New Village',
+ 'sub_cities' => 'Sotto città',
+ 'add_sub_cities' => 'Aggiungi città secondaria',
+ 'add_sub_districts' => 'Aggiungi sotto distretto',
+ 'add_sub_neighborhoods' => 'Aggiungi sotto vicinato',
+ 'add_sub_village' => 'Aggiungi villaggio secondario',
+ 'sub_districts' => 'Sottodistretti',
+ 'sub_neighborhoods' => 'Quartieri secondari',
+ 'sub_village' => 'Sub Village',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/it/field.php b/resources/default/addons/visiosoft/location-module/lang/it/field.php
new file mode 100644
index 000000000..021780634
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/it/field.php
@@ -0,0 +1,43 @@
+ [
+ 'name' => 'Titolo'
+ ],
+ 'slug' => [
+ 'name' => 'lumaca'
+ ],
+ 'city' => [
+ 'name' => 'Città'
+ ],
+ 'country' => [
+ 'name' => 'Nazione'
+ ],
+ 'district' => [
+ 'name' => 'Quartiere'
+ ],
+ 'order' => [
+ 'name' => 'Ordinamento'
+ ],
+ 'neighborhood' => [
+ 'name' => 'Quartiere'
+ ],
+ 'village' => [
+ 'name' => 'Villaggio'
+ ],
+ 'description' => [
+ 'name' => 'Descrizione'
+ ],
+ 'pick_option' => [
+ 'name' => 'Scegli un\'opzione',
+ ],
+ 'address' => [
+ 'name' => 'Indirizzo',
+ ],
+ 'selected' => 'Selezionato',
+ 'choose_an_option' => 'Scegliere un\'opzione...',
+ 'abv' => [
+ 'name' => 'Abbreviazione',
+ ],
+ 'location' => 'Posizione',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/it/message.php b/resources/default/addons/visiosoft/location-module/lang/it/message.php
new file mode 100644
index 000000000..1d2a02061
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/it/message.php
@@ -0,0 +1,7 @@
+ 'Digita qui per cercare',
+ 'null_msg' => 'Non trovato',
+ 'choose_country' => 'Scegli un paese',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/it/permission.php b/resources/default/addons/visiosoft/location-module/lang/it/permission.php
new file mode 100644
index 000000000..67dc9b879
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/it/permission.php
@@ -0,0 +1,13 @@
+ [
+ 'name' => 'Villaggio',
+ 'option' => [
+ 'read' => 'Sai leggere il villaggio? ',
+ 'write' => 'Può creare / modificare villaggio? ',
+ 'delete' => 'Puoi cancellare il villaggio?',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/it/section.php b/resources/default/addons/visiosoft/location-module/lang/it/section.php
new file mode 100644
index 000000000..17b075e73
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/it/section.php
@@ -0,0 +1,23 @@
+ [
+ 'title' => 'paesi',
+ ],
+ 'cities' => [
+ 'title' => 'Città',
+ ],
+ 'districts' => [
+ 'title' => 'Quartieri',
+ ],
+ 'neighborhoods' => [
+ 'title' => 'quartieri',
+ ],
+ 'village' => [
+ 'title' => 'Villaggio',
+ ],
+ 'general' => 'Generale',
+ 'map' => 'Carta geografica',
+ 'setting' => 'Ambientazione',
+ 'filter' => 'Filtro',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/it/setting.php b/resources/default/addons/visiosoft/location-module/lang/it/setting.php
new file mode 100644
index 000000000..3ade31726
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/it/setting.php
@@ -0,0 +1,56 @@
+ [
+ 'name' => 'Campo posizione home page',
+ ],
+ 'list_page_location' => [
+ 'name' => 'Campo posizione pagina elenco',
+ ],
+ 'detail_page_location' => [
+ 'name' => 'Campo Posizione pagina dettagli',
+ ],
+ 'show_search_location_btn' => [
+ 'name' => 'Mostra il pulsante Posizione di ricerca',
+ ],
+ 'default_country' => [
+ 'name' => 'Paese predefinito',
+ ],
+ 'create_ad_page_location' => [
+ 'name' => 'Crea posizione pagina annuncio',
+ ],
+ 'default_city' => [
+ 'name' => 'Città predefinita',
+ ],
+ 'default_district' => [
+ 'name' => 'Distretto predefinito',
+ ],
+ 'default_neighborhood' => [
+ 'name' => 'Vicinato predefinito',
+ ],
+
+ 'google_map_key' => [
+ 'name' => 'Chiave API di Google Maps',
+ ],
+
+ 'map_coordinates_long' => [
+ 'name' => 'Predefinito Lungo',
+ ],
+
+ 'map_coordinates_lat' => [
+ 'name' => 'Lat predefinito',
+ ],
+
+ 'hide_location_filter' => [
+ 'name' => 'Nascondi filtro posizione',
+ ],
+ 'country_for_phone_field' => [
+ 'name' => 'Paese predefinito per il campo del telefono di registrazione'
+ ],
+ 'sorting_column' => [
+ 'name' => 'Ordinamento della colonna',
+ ],
+ 'sorting_type' => [
+ 'name' => 'Tipo di ordinamento',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/it/stream.php b/resources/default/addons/visiosoft/location-module/lang/it/stream.php
new file mode 100644
index 000000000..71b413ca5
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/it/stream.php
@@ -0,0 +1,7 @@
+ [
+ 'name' => 'Villaggio',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/ja/addon.php b/resources/default/addons/visiosoft/location-module/lang/ja/addon.php
new file mode 100644
index 000000000..15006df67
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/ja/addon.php
@@ -0,0 +1,8 @@
+ 'ロケーション',
+ 'name' => 'ロケーションモジュール',
+ 'description' => '説明文',
+ 'info' => 'On this page, you can manage country, city, district, neighborhood and village information.',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/ja/button.php b/resources/default/addons/visiosoft/location-module/lang/ja/button.php
new file mode 100644
index 000000000..ad4261ac1
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/ja/button.php
@@ -0,0 +1,17 @@
+ '新しい国',
+ 'new_city' => '新しい街',
+ 'new_district' => '新区',
+ 'new_neighborhood' => '新しい近所',
+ 'new_village' => '新しい村',
+ 'sub_cities' => 'サブシティ',
+ 'add_sub_cities' => 'サブ都市を追加',
+ 'add_sub_districts' => 'サブ地区を追加',
+ 'add_sub_neighborhoods' => 'サブネイバーフッドを追加',
+ 'add_sub_village' => 'サブビレッジを追加',
+ 'sub_districts' => 'サブ地区',
+ 'sub_neighborhoods' => 'サブネイバーフッド',
+ 'sub_village' => 'サブビレッジ',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/ja/field.php b/resources/default/addons/visiosoft/location-module/lang/ja/field.php
new file mode 100644
index 000000000..d4d443fa1
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/ja/field.php
@@ -0,0 +1,43 @@
+ [
+ 'name' => '題名'
+ ],
+ 'slug' => [
+ 'name' => 'ナメクジ'
+ ],
+ 'city' => [
+ 'name' => '市'
+ ],
+ 'country' => [
+ 'name' => '国'
+ ],
+ 'district' => [
+ 'name' => '地区'
+ ],
+ 'order' => [
+ 'name' => 'ソート順'
+ ],
+ 'neighborhood' => [
+ 'name' => 'ご近所'
+ ],
+ 'village' => [
+ 'name' => '村'
+ ],
+ 'description' => [
+ 'name' => '説明文'
+ ],
+ 'pick_option' => [
+ 'name' => 'オプションを選択してください',
+ ],
+ 'address' => [
+ 'name' => '住所',
+ ],
+ 'selected' => '選択済み',
+ 'choose_an_option' => 'オプションを選択...',
+ 'abv' => [
+ 'name' => '略語',
+ ],
+ 'location' => 'ロケーション',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/ja/message.php b/resources/default/addons/visiosoft/location-module/lang/ja/message.php
new file mode 100644
index 000000000..805f69f04
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/ja/message.php
@@ -0,0 +1,7 @@
+ '検索するにはここに入力してください',
+ 'null_msg' => '見つかりません',
+ 'choose_country' => '国を選択します',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/ja/permission.php b/resources/default/addons/visiosoft/location-module/lang/ja/permission.php
new file mode 100644
index 000000000..b6aaade14
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/ja/permission.php
@@ -0,0 +1,13 @@
+ [
+ 'name' => '村',
+ 'option' => [
+ 'read' => '村が読める?',
+ 'write' => '村を作成/編集できますか?',
+ 'delete' => '村を削除できますか?',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/ja/section.php b/resources/default/addons/visiosoft/location-module/lang/ja/section.php
new file mode 100644
index 000000000..84d13e624
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/ja/section.php
@@ -0,0 +1,23 @@
+ [
+ 'title' => '国々',
+ ],
+ 'cities' => [
+ 'title' => '都市',
+ ],
+ 'districts' => [
+ 'title' => '地区',
+ ],
+ 'neighborhoods' => [
+ 'title' => '近所',
+ ],
+ 'village' => [
+ 'title' => '村',
+ ],
+ 'general' => '一般的な',
+ 'map' => '地図',
+ 'setting' => '設定',
+ 'filter' => 'フィルタ',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/ja/setting.php b/resources/default/addons/visiosoft/location-module/lang/ja/setting.php
new file mode 100644
index 000000000..13d131850
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/ja/setting.php
@@ -0,0 +1,56 @@
+ [
+ 'name' => 'ホームページの場所フィールド',
+ ],
+ 'list_page_location' => [
+ 'name' => 'リストページの場所フィールド',
+ ],
+ 'detail_page_location' => [
+ 'name' => '詳細ページの場所フィールド',
+ ],
+ 'show_search_location_btn' => [
+ 'name' => '検索場所ボタンを表示',
+ ],
+ 'default_country' => [
+ 'name' => 'デフォルトの国',
+ ],
+ 'create_ad_page_location' => [
+ 'name' => '広告ページの場所を作成',
+ ],
+ 'default_city' => [
+ 'name' => 'デフォルトの都市',
+ ],
+ 'default_district' => [
+ 'name' => 'デフォルトの地区',
+ ],
+ 'default_neighborhood' => [
+ 'name' => 'デフォルトのネイバーフッド',
+ ],
+
+ 'google_map_key' => [
+ 'name' => 'GoogleマップAPIキー',
+ ],
+
+ 'map_coordinates_long' => [
+ 'name' => 'デフォルトの長い',
+ ],
+
+ 'map_coordinates_lat' => [
+ 'name' => 'デフォルトの緯度',
+ ],
+
+ 'hide_location_filter' => [
+ 'name' => '場所フィルターを非表示',
+ ],
+ 'country_for_phone_field' => [
+ 'name' => '電話登録フィールドのデフォルトの国'
+ ],
+ 'sorting_column' => [
+ 'name' => 'ソート列',
+ ],
+ 'sorting_type' => [
+ 'name' => 'ソートタイプ',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/ja/stream.php b/resources/default/addons/visiosoft/location-module/lang/ja/stream.php
new file mode 100644
index 000000000..497f4a67b
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/ja/stream.php
@@ -0,0 +1,7 @@
+ [
+ 'name' => '村',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/ko/addon.php b/resources/default/addons/visiosoft/location-module/lang/ko/addon.php
new file mode 100644
index 000000000..e2cbc9d6d
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/ko/addon.php
@@ -0,0 +1,8 @@
+ '위치',
+ 'name' => '위치 모듈',
+ 'description' => '기술',
+ 'info' => 'On this page, you can manage country, city, district, neighborhood and village information.',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/ko/button.php b/resources/default/addons/visiosoft/location-module/lang/ko/button.php
new file mode 100644
index 000000000..8814e99ba
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/ko/button.php
@@ -0,0 +1,17 @@
+ '새로운 나라',
+ 'new_city' => '새로운 도시',
+ 'new_district' => '새로운 지구',
+ 'new_neighborhood' => '새로운 이웃',
+ 'new_village' => '뉴 빌리지',
+ 'sub_cities' => '하위 도시',
+ 'add_sub_cities' => '하위 도시 추가',
+ 'add_sub_districts' => '하위 지구 추가',
+ 'add_sub_neighborhoods' => '하위 이웃 추가',
+ 'add_sub_village' => '하위 마을 추가',
+ 'sub_districts' => '하위 지구',
+ 'sub_neighborhoods' => '하위 이웃',
+ 'sub_village' => '서브 빌리지',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/ko/field.php b/resources/default/addons/visiosoft/location-module/lang/ko/field.php
new file mode 100644
index 000000000..44cdee188
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/ko/field.php
@@ -0,0 +1,43 @@
+ [
+ 'name' => '표제'
+ ],
+ 'slug' => [
+ 'name' => '강타'
+ ],
+ 'city' => [
+ 'name' => '시티'
+ ],
+ 'country' => [
+ 'name' => '국가'
+ ],
+ 'district' => [
+ 'name' => '지구'
+ ],
+ 'order' => [
+ 'name' => '정렬 순서'
+ ],
+ 'neighborhood' => [
+ 'name' => '이웃'
+ ],
+ 'village' => [
+ 'name' => '마을'
+ ],
+ 'description' => [
+ 'name' => '기술'
+ ],
+ 'pick_option' => [
+ 'name' => '옵션을 선택하십시오',
+ ],
+ 'address' => [
+ 'name' => '주소',
+ ],
+ 'selected' => '선택된',
+ 'choose_an_option' => '옵션을 선택하세요...',
+ 'abv' => [
+ 'name' => '약어',
+ ],
+ 'location' => '위치',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/ko/message.php b/resources/default/addons/visiosoft/location-module/lang/ko/message.php
new file mode 100644
index 000000000..689163407
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/ko/message.php
@@ -0,0 +1,7 @@
+ '검색하려면 여기를 입력하십시오',
+ 'null_msg' => '찾을 수 없음',
+ 'choose_country' => '국가를 선택하십시오',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/ko/permission.php b/resources/default/addons/visiosoft/location-module/lang/ko/permission.php
new file mode 100644
index 000000000..d50c63511
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/ko/permission.php
@@ -0,0 +1,13 @@
+ [
+ 'name' => '마을',
+ 'option' => [
+ 'read' => '마을을 읽을 수 있습니까?',
+ 'write' => '마을을 만들거나 편집 할 수 있습니까?',
+ 'delete' => '마을을 삭제할 수 있습니까?',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/ko/section.php b/resources/default/addons/visiosoft/location-module/lang/ko/section.php
new file mode 100644
index 000000000..1896e31b7
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/ko/section.php
@@ -0,0 +1,23 @@
+ [
+ 'title' => '국가',
+ ],
+ 'cities' => [
+ 'title' => '도시들',
+ ],
+ 'districts' => [
+ 'title' => '지구',
+ ],
+ 'neighborhoods' => [
+ 'title' => '이웃',
+ ],
+ 'village' => [
+ 'title' => '마을',
+ ],
+ 'general' => '일반',
+ 'map' => '지도',
+ 'setting' => '환경',
+ 'filter' => '필터',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/ko/setting.php b/resources/default/addons/visiosoft/location-module/lang/ko/setting.php
new file mode 100644
index 000000000..eb9816527
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/ko/setting.php
@@ -0,0 +1,56 @@
+ [
+ 'name' => '홈페이지 위치 필드',
+ ],
+ 'list_page_location' => [
+ 'name' => '목록 페이지 위치 필드',
+ ],
+ 'detail_page_location' => [
+ 'name' => '세부 사항 페이지 위치 필드',
+ ],
+ 'show_search_location_btn' => [
+ 'name' => '검색 위치 표시 버튼',
+ ],
+ 'default_country' => [
+ 'name' => '기본 국가',
+ ],
+ 'create_ad_page_location' => [
+ 'name' => '광고 페이지 위치 만들기',
+ ],
+ 'default_city' => [
+ 'name' => '기본 도시',
+ ],
+ 'default_district' => [
+ 'name' => '기본 지구',
+ ],
+ 'default_neighborhood' => [
+ 'name' => '기본 이웃',
+ ],
+
+ 'google_map_key' => [
+ 'name' => '구글 맵스 API 키',
+ ],
+
+ 'map_coordinates_long' => [
+ 'name' => '기본 긴',
+ ],
+
+ 'map_coordinates_lat' => [
+ 'name' => '기본 위도',
+ ],
+
+ 'hide_location_filter' => [
+ 'name' => '위치 필터 숨기기',
+ ],
+ 'country_for_phone_field' => [
+ 'name' => '전화 번호 등록 필드의 기본 국가'
+ ],
+ 'sorting_column' => [
+ 'name' => '열 정렬',
+ ],
+ 'sorting_type' => [
+ 'name' => '분류 유형',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/ko/stream.php b/resources/default/addons/visiosoft/location-module/lang/ko/stream.php
new file mode 100644
index 000000000..4037fdfee
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/ko/stream.php
@@ -0,0 +1,7 @@
+ [
+ 'name' => '마을',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/ku/addon.php b/resources/default/addons/visiosoft/location-module/lang/ku/addon.php
new file mode 100644
index 000000000..6db22aac1
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/ku/addon.php
@@ -0,0 +1,8 @@
+ 'شوێن',
+ 'name' => 'مۆدیلی شوێن',
+ 'description' => 'دەربارە',
+ 'info' => 'On this page, you can manage country, city, district, neighborhood and village information.',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/ku/button.php b/resources/default/addons/visiosoft/location-module/lang/ku/button.php
new file mode 100644
index 000000000..52acfb44e
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/ku/button.php
@@ -0,0 +1,21 @@
+ 'شاری نوێ
+',
+ 'new_city' => 'شارێکی نوێ
+',
+ 'new_district' => 'ناحیه ی نوێ
+',
+ 'new_neighborhood' => 'هاوسایەتی نوێ',
+ 'new_village' => 'گوندی نوێ
+',
+ 'sub_cities' => 'شارێکی ژێرەوە',
+ 'add_sub_cities' => 'شارێکی ژێرەوە زیاد بکەن',
+ 'add_sub_districts' => 'ناحیهی ژێرەوە زیاد بکەن',
+ 'add_sub_neighborhoods' => 'هاوسایەتی ژێرەوە زیاد بکەن',
+ 'add_sub_village' => 'گوندی ژێرەوە زیاد بکەن',
+ 'sub_districts' => 'ناحیهی ژێرەوە',
+ 'sub_neighborhoods' => 'هاوسایەتی ژێرەوە',
+ 'sub_village' => 'گوندی ژێرەوە',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/ku/field.php b/resources/default/addons/visiosoft/location-module/lang/ku/field.php
new file mode 100644
index 000000000..f84d56a68
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/ku/field.php
@@ -0,0 +1,46 @@
+ [
+ 'name' => 'نازناو'
+ ],
+ 'slug' => [
+ 'name' => 'ناوی تایبەت ئەوەیە
+'
+ ],
+ 'city' => [
+ 'name' => 'شار'
+ ],
+ 'country' => [
+ 'name' => 'وڵات'
+ ],
+ 'district' => [
+ 'name' => 'ناوچە'
+ ],
+ 'order' => [
+ 'name' => 'جووره'
+ ],
+ 'neighborhood' => [
+ 'name' => 'هاوسایەتی'
+ ],
+ 'village' => [
+ 'name' => 'گوند'
+ ],
+ 'description' => [
+ 'name' => 'دەربارە'
+ ],
+ 'pick_option' => [
+ 'name' => 'بژاردەیەک هەڵبژێرە
+',
+ ],
+ 'address' => [
+ 'name' => 'ناونیشان',
+ ],
+ 'selected' => 'هەڵبژێرراوە',
+ 'choose_an_option' => 'بژاردەیەک هەڵبژێرە
+',
+ 'abv' => [
+ 'name' => 'Kinkirî',
+ ],
+ 'location' => 'Cîh',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/ku/message.php b/resources/default/addons/visiosoft/location-module/lang/ku/message.php
new file mode 100644
index 000000000..041fdabbe
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/ku/message.php
@@ -0,0 +1,9 @@
+ 'لێرە بنوسە بۆ گەڕان
+',
+ 'null_msg' => 'نەدۆزراوەتەوە
+',
+ 'choose_country' => 'Welatek hilbijêrin',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/ku/permission.php b/resources/default/addons/visiosoft/location-module/lang/ku/permission.php
new file mode 100644
index 000000000..9b9785970
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/ku/permission.php
@@ -0,0 +1,16 @@
+ [
+ 'name' => 'گوند',
+ 'option' => [
+ 'read' => 'دەتوانێت گوندەکە بخوێنێتەوە ؟
+',
+ 'write' => 'دەتوانێت گوندەکە دروست بکات / دەستکاری بکات ؟
+',
+ 'delete' => 'ئایا دەتوانێت گوندەکە بسڕێتەوە ؟
+',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/ku/section.php b/resources/default/addons/visiosoft/location-module/lang/ku/section.php
new file mode 100644
index 000000000..849ba5f15
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/ku/section.php
@@ -0,0 +1,23 @@
+ [
+ 'title' => 'وڵاتەکان',
+ ],
+ 'cities' => [
+ 'title' => 'شارەکان',
+ ],
+ 'districts' => [
+ 'title' => 'ناوچەکان',
+ ],
+ 'neighborhoods' => [
+ 'title' => 'هاوسایەتیەکان',
+ ],
+ 'village' => [
+ 'title' => 'گوندەکان',
+ ],
+ 'general' => 'گشتی',
+ 'map' => 'نەخشە',
+ 'setting' => 'ڕێکخستن',
+ 'filter' => 'پاڵێوەر',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/ku/setting.php b/resources/default/addons/visiosoft/location-module/lang/ku/setting.php
new file mode 100644
index 000000000..9545e869d
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/ku/setting.php
@@ -0,0 +1,56 @@
+ [
+ 'name' => 'Zeviyê Cihê Rûpela Rûpelê',
+ ],
+ 'list_page_location' => [
+ 'name' => 'Qada Rûpelê Rûpela Rûpelê',
+ ],
+ 'detail_page_location' => [
+ 'name' => 'Zeviya Cihê Rûpelê Detail',
+ ],
+ 'show_search_location_btn' => [
+ 'name' => 'Bişkoja Cihê Lêgerînê nîşan bide',
+ ],
+ 'default_country' => [
+ 'name' => 'Welatê Default',
+ ],
+ 'create_ad_page_location' => [
+ 'name' => 'Cihê Rûpela Rûpelê biafirînin',
+ ],
+ 'default_city' => [
+ 'name' => 'Default City',
+ ],
+ 'default_district' => [
+ 'name' => 'Navçeya Default',
+ ],
+ 'default_neighborhood' => [
+ 'name' => 'Taxa Default',
+ ],
+
+ 'google_map_key' => [
+ 'name' => 'Google Maps Api Key',
+ ],
+
+ 'map_coordinates_long' => [
+ 'name' => 'Default Long',
+ ],
+
+ 'map_coordinates_lat' => [
+ 'name' => 'Default Lat',
+ ],
+
+ 'hide_location_filter' => [
+ 'name' => 'Parzûna Cihê Veşêre',
+ ],
+ 'country_for_phone_field' => [
+ 'name' => 'Welatê Default Ji Bo Tomarbûna Qada Telefonê'
+ ],
+ 'sorting_column' => [
+ 'name' => 'Stûnê Rêzkirin',
+ ],
+ 'sorting_type' => [
+ 'name' => 'Cureyê Rêzkirinê',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/ku/stream.php b/resources/default/addons/visiosoft/location-module/lang/ku/stream.php
new file mode 100644
index 000000000..3f8b62054
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/ku/stream.php
@@ -0,0 +1,7 @@
+ [
+ 'name' => 'گوند',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/nl/addon.php b/resources/default/addons/visiosoft/location-module/lang/nl/addon.php
new file mode 100644
index 000000000..2c21b4f48
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/nl/addon.php
@@ -0,0 +1,8 @@
+ 'Plaats',
+ 'name' => 'Locatiemodule',
+ 'description' => 'Omschrijving',
+ 'info' => 'Op deze pagina kan u inormatie over stadsdistricten, buurten en dorpen beheren.',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/nl/button.php b/resources/default/addons/visiosoft/location-module/lang/nl/button.php
new file mode 100644
index 000000000..7e2f17b4d
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/nl/button.php
@@ -0,0 +1,17 @@
+ 'Nieuw Land',
+ 'new_city' => 'Nieuwe stad',
+ 'new_district' => 'Nieuw district',
+ 'new_neighborhood' => 'Nieuwe buurt',
+ 'new_village' => 'Nieuw dorp',
+ 'sub_cities' => 'Substeden',
+ 'add_sub_cities' => 'Substad toevoegen',
+ 'add_sub_districts' => 'Subdistrict toevoegen',
+ 'add_sub_neighborhoods' => 'Subomgeving toevoegen',
+ 'add_sub_village' => 'Subdorp toevoegen',
+ 'sub_districts' => 'Subdistricten',
+ 'sub_neighborhoods' => 'Sub Buurten',
+ 'sub_village' => 'Sub Village',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/nl/field.php b/resources/default/addons/visiosoft/location-module/lang/nl/field.php
new file mode 100644
index 000000000..a4992bd2a
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/nl/field.php
@@ -0,0 +1,43 @@
+ [
+ 'name' => 'Titel'
+ ],
+ 'slug' => [
+ 'name' => 'Naaktslak'
+ ],
+ 'city' => [
+ 'name' => 'stad'
+ ],
+ 'country' => [
+ 'name' => 'land'
+ ],
+ 'district' => [
+ 'name' => 'Wijk'
+ ],
+ 'order' => [
+ 'name' => 'sorteervolgorde'
+ ],
+ 'neighborhood' => [
+ 'name' => 'Buurt'
+ ],
+ 'village' => [
+ 'name' => 'Dorp'
+ ],
+ 'description' => [
+ 'name' => 'Omschrijving'
+ ],
+ 'pick_option' => [
+ 'name' => 'Kies een optie',
+ ],
+ 'address' => [
+ 'name' => 'Adres',
+ ],
+ 'selected' => 'Geselecteerd',
+ 'choose_an_option' => 'Kies een optie...',
+ 'abv' => [
+ 'name' => 'Afkorting',
+ ],
+ 'location' => 'Plaats',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/nl/message.php b/resources/default/addons/visiosoft/location-module/lang/nl/message.php
new file mode 100644
index 000000000..dd70f48e9
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/nl/message.php
@@ -0,0 +1,7 @@
+ 'Typ hier om te zoeken',
+ 'null_msg' => 'Niet gevonden',
+ 'choose_country' => 'Kies een land',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/nl/permission.php b/resources/default/addons/visiosoft/location-module/lang/nl/permission.php
new file mode 100644
index 000000000..e79cbeb9e
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/nl/permission.php
@@ -0,0 +1,13 @@
+ [
+ 'name' => 'Dorp',
+ 'option' => [
+ 'read' => 'Kan dorp lezen? ',
+ 'write' => 'Kan dorp maken / bewerken? ',
+ 'delete' => 'Kan dorp verwijderen?',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/nl/section.php b/resources/default/addons/visiosoft/location-module/lang/nl/section.php
new file mode 100644
index 000000000..ca76002f5
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/nl/section.php
@@ -0,0 +1,23 @@
+ [
+ 'title' => 'landen',
+ ],
+ 'cities' => [
+ 'title' => 'Steden',
+ ],
+ 'districts' => [
+ 'title' => 'districten',
+ ],
+ 'neighborhoods' => [
+ 'title' => 'buurten',
+ ],
+ 'village' => [
+ 'title' => 'Dorp',
+ ],
+ 'general' => 'Algemeen',
+ 'map' => 'Kaart',
+ 'setting' => 'Omgeving',
+ 'filter' => 'Filter',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/nl/setting.php b/resources/default/addons/visiosoft/location-module/lang/nl/setting.php
new file mode 100644
index 000000000..8aa986776
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/nl/setting.php
@@ -0,0 +1,56 @@
+ [
+ 'name' => 'Locatie veld startpagina',
+ ],
+ 'list_page_location' => [
+ 'name' => 'Lijstpagina Locatie veld',
+ ],
+ 'detail_page_location' => [
+ 'name' => 'Detailpagina Locatie veld',
+ ],
+ 'show_search_location_btn' => [
+ 'name' => 'Knop Zoeklocatie weergeven',
+ ],
+ 'default_country' => [
+ 'name' => 'Standaard land',
+ ],
+ 'create_ad_page_location' => [
+ 'name' => 'Locatie van advertentiepagina maken',
+ ],
+ 'default_city' => [
+ 'name' => 'Standaard stad',
+ ],
+ 'default_district' => [
+ 'name' => 'Standaarddistrict',
+ ],
+ 'default_neighborhood' => [
+ 'name' => 'Standaardbuurt',
+ ],
+
+ 'google_map_key' => [
+ 'name' => 'Google Maps Api Key',
+ ],
+
+ 'map_coordinates_long' => [
+ 'name' => 'Standaard lang',
+ ],
+
+ 'map_coordinates_lat' => [
+ 'name' => 'Standaard Lat',
+ ],
+
+ 'hide_location_filter' => [
+ 'name' => 'Verberg locatiefilter',
+ ],
+ 'country_for_phone_field' => [
+ 'name' => 'Standaardland voor register telefoonveld'
+ ],
+ 'sorting_column' => [
+ 'name' => 'Sorteerkolom',
+ ],
+ 'sorting_type' => [
+ 'name' => 'Sorteringstype',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/nl/stream.php b/resources/default/addons/visiosoft/location-module/lang/nl/stream.php
new file mode 100644
index 000000000..7642e8b94
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/nl/stream.php
@@ -0,0 +1,7 @@
+ [
+ 'name' => 'Dorp',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/no/addon.php b/resources/default/addons/visiosoft/location-module/lang/no/addon.php
new file mode 100644
index 000000000..87f956d9d
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/no/addon.php
@@ -0,0 +1,8 @@
+ 'plassering',
+ 'name' => 'Plasseringsmodul',
+ 'description' => 'Beskrivelse',
+ 'info' => 'On this page, you can manage country, city, district, neighborhood and village information.',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/no/button.php b/resources/default/addons/visiosoft/location-module/lang/no/button.php
new file mode 100644
index 000000000..e46f67ae5
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/no/button.php
@@ -0,0 +1,17 @@
+ 'Nytt land',
+ 'new_city' => 'Ny by',
+ 'new_district' => 'Nytt distrikt',
+ 'new_neighborhood' => 'Nytt nabolag',
+ 'new_village' => 'Ny landsby',
+ 'sub_cities' => 'Underbyer',
+ 'add_sub_cities' => 'Legg til byby',
+ 'add_sub_districts' => 'Legg til underdistrikt',
+ 'add_sub_neighborhoods' => 'Legg til Sub Neighborhood',
+ 'add_sub_village' => 'Legg til Sub Village',
+ 'sub_districts' => 'Underdistrikter',
+ 'sub_neighborhoods' => 'Sub-nabolag',
+ 'sub_village' => 'Sub Village',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/no/field.php b/resources/default/addons/visiosoft/location-module/lang/no/field.php
new file mode 100644
index 000000000..68a094fea
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/no/field.php
@@ -0,0 +1,43 @@
+ [
+ 'name' => 'Tittel'
+ ],
+ 'slug' => [
+ 'name' => 'Mordersnegle'
+ ],
+ 'city' => [
+ 'name' => 'By'
+ ],
+ 'country' => [
+ 'name' => 'Land'
+ ],
+ 'district' => [
+ 'name' => 'Distrikt'
+ ],
+ 'order' => [
+ 'name' => 'Sorteringsrekkefølge'
+ ],
+ 'neighborhood' => [
+ 'name' => 'Nabolag'
+ ],
+ 'village' => [
+ 'name' => 'Landsby'
+ ],
+ 'description' => [
+ 'name' => 'Beskrivelse'
+ ],
+ 'pick_option' => [
+ 'name' => 'Velg et alternativ',
+ ],
+ 'address' => [
+ 'name' => 'Adresse',
+ ],
+ 'selected' => 'Valgt',
+ 'choose_an_option' => 'Velg et alternativ...',
+ 'abv' => [
+ 'name' => 'Forkortelse',
+ ],
+ 'location' => 'plassering',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/no/message.php b/resources/default/addons/visiosoft/location-module/lang/no/message.php
new file mode 100644
index 000000000..5e458f885
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/no/message.php
@@ -0,0 +1,7 @@
+ 'Skriv her for å søke',
+ 'null_msg' => 'Ikke funnet',
+ 'choose_country' => 'Velg et land',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/no/permission.php b/resources/default/addons/visiosoft/location-module/lang/no/permission.php
new file mode 100644
index 000000000..165fd509f
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/no/permission.php
@@ -0,0 +1,13 @@
+ [
+ 'name' => 'Landsby',
+ 'option' => [
+ 'read' => 'Kan lese landsbyen?',
+ 'write' => 'Kan du opprette / redigere landsby?',
+ 'delete' => 'Kan du slette landsbyen?',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/no/section.php b/resources/default/addons/visiosoft/location-module/lang/no/section.php
new file mode 100644
index 000000000..e3899dfc7
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/no/section.php
@@ -0,0 +1,23 @@
+ [
+ 'title' => 'Land',
+ ],
+ 'cities' => [
+ 'title' => 'Byer',
+ ],
+ 'districts' => [
+ 'title' => 'Distrikter',
+ ],
+ 'neighborhoods' => [
+ 'title' => 'Nabolag',
+ ],
+ 'village' => [
+ 'title' => 'Landsby',
+ ],
+ 'general' => 'Generell',
+ 'map' => 'Kart',
+ 'setting' => 'Omgivelser',
+ 'filter' => 'Filter',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/no/setting.php b/resources/default/addons/visiosoft/location-module/lang/no/setting.php
new file mode 100644
index 000000000..df093c69d
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/no/setting.php
@@ -0,0 +1,56 @@
+ [
+ 'name' => 'Startside Stedsfelt',
+ ],
+ 'list_page_location' => [
+ 'name' => 'Felt for listeside',
+ ],
+ 'detail_page_location' => [
+ 'name' => 'Felt for detaljside',
+ ],
+ 'show_search_location_btn' => [
+ 'name' => 'Vis søkeplasseringsknapp',
+ ],
+ 'default_country' => [
+ 'name' => 'Standardland',
+ ],
+ 'create_ad_page_location' => [
+ 'name' => 'Opprett plassering av annonseside',
+ ],
+ 'default_city' => [
+ 'name' => 'Standard by',
+ ],
+ 'default_district' => [
+ 'name' => 'Standard distrikt',
+ ],
+ 'default_neighborhood' => [
+ 'name' => 'Standard nabolag',
+ ],
+
+ 'google_map_key' => [
+ 'name' => 'Api-nøkkel for Google Maps',
+ ],
+
+ 'map_coordinates_long' => [
+ 'name' => 'Standard lang',
+ ],
+
+ 'map_coordinates_lat' => [
+ 'name' => 'Standard lat',
+ ],
+
+ 'hide_location_filter' => [
+ 'name' => 'Skjul posisjonsfilter',
+ ],
+ 'country_for_phone_field' => [
+ 'name' => 'Standardland for registertelefonfelt'
+ ],
+ 'sorting_column' => [
+ 'name' => 'Sorteringskolonne',
+ ],
+ 'sorting_type' => [
+ 'name' => 'Sorteringstype',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/no/stream.php b/resources/default/addons/visiosoft/location-module/lang/no/stream.php
new file mode 100644
index 000000000..95a0079d3
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/no/stream.php
@@ -0,0 +1,7 @@
+ [
+ 'name' => 'Landsby',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/pl/addon.php b/resources/default/addons/visiosoft/location-module/lang/pl/addon.php
new file mode 100644
index 000000000..d0f16699f
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/pl/addon.php
@@ -0,0 +1,8 @@
+ 'Lokalizacja',
+ 'name' => 'Moduł lokalizacji',
+ 'description' => 'Opis',
+ 'info' => 'On this page, you can manage country, city, district, neighborhood and village information.',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/pl/button.php b/resources/default/addons/visiosoft/location-module/lang/pl/button.php
new file mode 100644
index 000000000..afd5f7c2e
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/pl/button.php
@@ -0,0 +1,17 @@
+ 'Nowy kraj',
+ 'new_city' => 'Nowe Miasto',
+ 'new_district' => 'Nowa dzielnica',
+ 'new_neighborhood' => 'Nowe sąsiedztwo',
+ 'new_village' => 'Nowa wioska',
+ 'sub_cities' => 'Miasta podrzędne',
+ 'add_sub_cities' => 'Dodaj podmiejskie miasto',
+ 'add_sub_districts' => 'Dodaj dzielnicę',
+ 'add_sub_neighborhoods' => 'Dodaj okolicę podrzędną',
+ 'add_sub_village' => 'Dodaj wioskę podrzędną',
+ 'sub_districts' => 'Podregiony',
+ 'sub_neighborhoods' => 'Podobszary',
+ 'sub_village' => 'Sub Village',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/pl/field.php b/resources/default/addons/visiosoft/location-module/lang/pl/field.php
new file mode 100644
index 000000000..a2196feb5
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/pl/field.php
@@ -0,0 +1,43 @@
+ [
+ 'name' => 'Tytuł'
+ ],
+ 'slug' => [
+ 'name' => 'Ślimak'
+ ],
+ 'city' => [
+ 'name' => 'Miasto'
+ ],
+ 'country' => [
+ 'name' => 'Kraj'
+ ],
+ 'district' => [
+ 'name' => 'Dzielnica'
+ ],
+ 'order' => [
+ 'name' => 'Porządek sortowania'
+ ],
+ 'neighborhood' => [
+ 'name' => 'Sąsiedztwo'
+ ],
+ 'village' => [
+ 'name' => 'Wioska'
+ ],
+ 'description' => [
+ 'name' => 'Opis'
+ ],
+ 'pick_option' => [
+ 'name' => 'Wybierz opcję',
+ ],
+ 'address' => [
+ 'name' => 'Adres',
+ ],
+ 'selected' => 'Wybrany',
+ 'choose_an_option' => 'Wybierz opcję...',
+ 'abv' => [
+ 'name' => 'Skrót',
+ ],
+ 'location' => 'Lokalizacja',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/pl/message.php b/resources/default/addons/visiosoft/location-module/lang/pl/message.php
new file mode 100644
index 000000000..05d67a681
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/pl/message.php
@@ -0,0 +1,7 @@
+ 'Wpisz tutaj, aby wyszukać',
+ 'null_msg' => 'Nie znaleziono',
+ 'choose_country' => 'Wybierz kraj',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/pl/permission.php b/resources/default/addons/visiosoft/location-module/lang/pl/permission.php
new file mode 100644
index 000000000..9367076af
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/pl/permission.php
@@ -0,0 +1,13 @@
+ [
+ 'name' => 'Wioska',
+ 'option' => [
+ 'read' => 'Czytasz wioskę?',
+ 'write' => 'Czy można utworzyć / edytować wioskę?',
+ 'delete' => 'Czy można usunąć wioskę?',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/pl/section.php b/resources/default/addons/visiosoft/location-module/lang/pl/section.php
new file mode 100644
index 000000000..4a7624e24
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/pl/section.php
@@ -0,0 +1,23 @@
+ [
+ 'title' => 'Kraje',
+ ],
+ 'cities' => [
+ 'title' => 'Miasta',
+ ],
+ 'districts' => [
+ 'title' => 'Dzielnice',
+ ],
+ 'neighborhoods' => [
+ 'title' => 'Okolice',
+ ],
+ 'village' => [
+ 'title' => 'Wioska',
+ ],
+ 'general' => 'Generał',
+ 'map' => 'Mapa',
+ 'setting' => 'Oprawa',
+ 'filter' => 'Filtr',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/pl/setting.php b/resources/default/addons/visiosoft/location-module/lang/pl/setting.php
new file mode 100644
index 000000000..963bec938
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/pl/setting.php
@@ -0,0 +1,56 @@
+ [
+ 'name' => 'Pole lokalizacji strony głównej',
+ ],
+ 'list_page_location' => [
+ 'name' => 'Pole Lokalizacja strony listy',
+ ],
+ 'detail_page_location' => [
+ 'name' => 'Pole lokalizacji strony szczegółów',
+ ],
+ 'show_search_location_btn' => [
+ 'name' => 'Pokaż przycisk wyszukiwania lokalizacji',
+ ],
+ 'default_country' => [
+ 'name' => 'Domyślny kraj',
+ ],
+ 'create_ad_page_location' => [
+ 'name' => 'Utwórz lokalizację strony reklamy',
+ ],
+ 'default_city' => [
+ 'name' => 'Domyślne miasto',
+ ],
+ 'default_district' => [
+ 'name' => 'Domyślny okręg',
+ ],
+ 'default_neighborhood' => [
+ 'name' => 'Domyślne sąsiedztwo',
+ ],
+
+ 'google_map_key' => [
+ 'name' => 'Klucz API Map Google',
+ ],
+
+ 'map_coordinates_long' => [
+ 'name' => 'Domyślnie Long',
+ ],
+
+ 'map_coordinates_lat' => [
+ 'name' => 'Domyślnie Lat',
+ ],
+
+ 'hide_location_filter' => [
+ 'name' => 'Ukryj filtr lokalizacji',
+ ],
+ 'country_for_phone_field' => [
+ 'name' => 'Domyślny kraj dla pola numeru rejestracji'
+ ],
+ 'sorting_column' => [
+ 'name' => 'Kolumna sortowania',
+ ],
+ 'sorting_type' => [
+ 'name' => 'Typ sortowania',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/pl/stream.php b/resources/default/addons/visiosoft/location-module/lang/pl/stream.php
new file mode 100644
index 000000000..6267e8268
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/pl/stream.php
@@ -0,0 +1,7 @@
+ [
+ 'name' => 'Wioska',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/pt/addon.php b/resources/default/addons/visiosoft/location-module/lang/pt/addon.php
new file mode 100644
index 000000000..410d38107
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/pt/addon.php
@@ -0,0 +1,8 @@
+ 'Localização',
+ 'name' => 'Módulo de localização',
+ 'description' => 'Descrição',
+ 'info' => 'On this page, you can manage country, city, district, neighborhood and village information.',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/pt/button.php b/resources/default/addons/visiosoft/location-module/lang/pt/button.php
new file mode 100644
index 000000000..791310d08
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/pt/button.php
@@ -0,0 +1,17 @@
+ 'Novo país',
+ 'new_city' => 'Nova cidade',
+ 'new_district' => 'Novo Distrito',
+ 'new_neighborhood' => 'Bairro Novo',
+ 'new_village' => 'Nova aldeia',
+ 'sub_cities' => 'Sub-cidades',
+ 'add_sub_cities' => 'Adicionar Sub Cidade',
+ 'add_sub_districts' => 'Adicionar Sub Distrito',
+ 'add_sub_neighborhoods' => 'Adicionar Sub Bairro',
+ 'add_sub_village' => 'Adicionar Sub Village',
+ 'sub_districts' => 'Sub distritos',
+ 'sub_neighborhoods' => 'Sub-bairros',
+ 'sub_village' => 'Aldeia Sub',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/pt/field.php b/resources/default/addons/visiosoft/location-module/lang/pt/field.php
new file mode 100644
index 000000000..0be4d4fa8
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/pt/field.php
@@ -0,0 +1,43 @@
+ [
+ 'name' => 'Título'
+ ],
+ 'slug' => [
+ 'name' => 'Lesma'
+ ],
+ 'city' => [
+ 'name' => 'Cidade'
+ ],
+ 'country' => [
+ 'name' => 'País'
+ ],
+ 'district' => [
+ 'name' => 'Distrito'
+ ],
+ 'order' => [
+ 'name' => 'Ordem de classificação'
+ ],
+ 'neighborhood' => [
+ 'name' => 'Vizinhança'
+ ],
+ 'village' => [
+ 'name' => 'Aldeia'
+ ],
+ 'description' => [
+ 'name' => 'Descrição'
+ ],
+ 'pick_option' => [
+ 'name' => 'Escolha uma opção',
+ ],
+ 'address' => [
+ 'name' => 'Endereço',
+ ],
+ 'selected' => 'Selecionado',
+ 'choose_an_option' => 'Escolha uma opção...',
+ 'abv' => [
+ 'name' => 'Abreviação',
+ ],
+ 'location' => 'Localização',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/pt/message.php b/resources/default/addons/visiosoft/location-module/lang/pt/message.php
new file mode 100644
index 000000000..e890e0b2b
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/pt/message.php
@@ -0,0 +1,7 @@
+ 'Digite aqui para pesquisar',
+ 'null_msg' => 'Não encontrado',
+ 'choose_country' => 'Escolha um país',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/pt/permission.php b/resources/default/addons/visiosoft/location-module/lang/pt/permission.php
new file mode 100644
index 000000000..0b60da28e
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/pt/permission.php
@@ -0,0 +1,13 @@
+ [
+ 'name' => 'Aldeia',
+ 'option' => [
+ 'read' => 'Pode ler a aldeia? ',
+ 'write' => 'Pode criar / editar aldeia? ',
+ 'delete' => 'Pode apagar a aldeia?',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/pt/section.php b/resources/default/addons/visiosoft/location-module/lang/pt/section.php
new file mode 100644
index 000000000..1d0d3b59e
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/pt/section.php
@@ -0,0 +1,23 @@
+ [
+ 'title' => 'Países',
+ ],
+ 'cities' => [
+ 'title' => 'Cidades',
+ ],
+ 'districts' => [
+ 'title' => 'Distritos',
+ ],
+ 'neighborhoods' => [
+ 'title' => 'Bairros',
+ ],
+ 'village' => [
+ 'title' => 'Aldeia',
+ ],
+ 'general' => 'Geral',
+ 'map' => 'Mapa',
+ 'setting' => 'Configuração',
+ 'filter' => 'Filtro',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/pt/setting.php b/resources/default/addons/visiosoft/location-module/lang/pt/setting.php
new file mode 100644
index 000000000..cb64d5cde
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/pt/setting.php
@@ -0,0 +1,56 @@
+ [
+ 'name' => 'Campo Localização da Página Inicial',
+ ],
+ 'list_page_location' => [
+ 'name' => 'Campo Local da Página da Lista',
+ ],
+ 'detail_page_location' => [
+ 'name' => 'Campo Local da Página de Detalhes',
+ ],
+ 'show_search_location_btn' => [
+ 'name' => 'Mostrar botão de localização da pesquisa',
+ ],
+ 'default_country' => [
+ 'name' => 'País padrão',
+ ],
+ 'create_ad_page_location' => [
+ 'name' => 'Criar local da página de anúncio',
+ ],
+ 'default_city' => [
+ 'name' => 'Cidade padrão',
+ ],
+ 'default_district' => [
+ 'name' => 'Distrito Padrão',
+ ],
+ 'default_neighborhood' => [
+ 'name' => 'Bairro padrão',
+ ],
+
+ 'google_map_key' => [
+ 'name' => 'Chave da API do Google Maps',
+ ],
+
+ 'map_coordinates_long' => [
+ 'name' => 'Longo padrão',
+ ],
+
+ 'map_coordinates_lat' => [
+ 'name' => 'Lat padrão',
+ ],
+
+ 'hide_location_filter' => [
+ 'name' => 'Ocultar filtro de localização',
+ ],
+ 'country_for_phone_field' => [
+ 'name' => 'País padrão para campo de telefone de registro'
+ ],
+ 'sorting_column' => [
+ 'name' => 'Coluna de classificação',
+ ],
+ 'sorting_type' => [
+ 'name' => 'Tipo de classificação',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/pt/stream.php b/resources/default/addons/visiosoft/location-module/lang/pt/stream.php
new file mode 100644
index 000000000..5f24de17c
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/pt/stream.php
@@ -0,0 +1,7 @@
+ [
+ 'name' => 'Aldeia',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/ro/addon.php b/resources/default/addons/visiosoft/location-module/lang/ro/addon.php
new file mode 100644
index 000000000..9e69847f9
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/ro/addon.php
@@ -0,0 +1,8 @@
+ 'Locație',
+ 'name' => 'Modulul de locație',
+ 'description' => 'Descriere',
+ 'info' => 'On this page, you can manage country, city, district, neighborhood and village information.',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/ro/button.php b/resources/default/addons/visiosoft/location-module/lang/ro/button.php
new file mode 100644
index 000000000..fbe7bef66
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/ro/button.php
@@ -0,0 +1,17 @@
+ 'Țara nouă',
+ 'new_city' => 'Oras nou',
+ 'new_district' => 'Cartier nou',
+ 'new_neighborhood' => 'Nou cartier',
+ 'new_village' => 'Satul nou',
+ 'sub_cities' => 'Sub-orașe',
+ 'add_sub_cities' => 'Adăugați Sub City',
+ 'add_sub_districts' => 'Adăugați sub-district',
+ 'add_sub_neighborhoods' => 'Adăugați Sub Vecinătate',
+ 'add_sub_village' => 'Adăugați Sub Village',
+ 'sub_districts' => 'Subdistricții',
+ 'sub_neighborhoods' => 'Sub cartiere',
+ 'sub_village' => 'Satul Sub',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/ro/field.php b/resources/default/addons/visiosoft/location-module/lang/ro/field.php
new file mode 100644
index 000000000..d2a6e673f
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/ro/field.php
@@ -0,0 +1,43 @@
+ [
+ 'name' => 'Titlu'
+ ],
+ 'slug' => [
+ 'name' => 'Melc'
+ ],
+ 'city' => [
+ 'name' => 'Oraș'
+ ],
+ 'country' => [
+ 'name' => 'Țară'
+ ],
+ 'district' => [
+ 'name' => 'District'
+ ],
+ 'order' => [
+ 'name' => 'Ordinea de sortare'
+ ],
+ 'neighborhood' => [
+ 'name' => 'Cartier'
+ ],
+ 'village' => [
+ 'name' => 'Sat'
+ ],
+ 'description' => [
+ 'name' => 'Descriere'
+ ],
+ 'pick_option' => [
+ 'name' => 'Alegeți o opțiune',
+ ],
+ 'address' => [
+ 'name' => 'Abordare',
+ ],
+ 'selected' => 'Selectat',
+ 'choose_an_option' => 'Alege o opțiune...',
+ 'abv' => [
+ 'name' => 'Abreviere',
+ ],
+ 'location' => 'Locație',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/ro/message.php b/resources/default/addons/visiosoft/location-module/lang/ro/message.php
new file mode 100644
index 000000000..cf278bc03
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/ro/message.php
@@ -0,0 +1,7 @@
+ 'Tastați aici pentru a căuta',
+ 'null_msg' => 'Nu a fost gasit',
+ 'choose_country' => 'Alege o tara',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/ro/permission.php b/resources/default/addons/visiosoft/location-module/lang/ro/permission.php
new file mode 100644
index 000000000..9ab578947
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/ro/permission.php
@@ -0,0 +1,13 @@
+ [
+ 'name' => 'Sat',
+ 'option' => [
+ 'read' => 'Poate citi sat?',
+ 'write' => 'Poate crea / edita satul?',
+ 'delete' => 'Poate șterge satul?',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/ro/section.php b/resources/default/addons/visiosoft/location-module/lang/ro/section.php
new file mode 100644
index 000000000..7a64028d4
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/ro/section.php
@@ -0,0 +1,23 @@
+ [
+ 'title' => 'ţări',
+ ],
+ 'cities' => [
+ 'title' => 'Orase',
+ ],
+ 'districts' => [
+ 'title' => 'Districtele',
+ ],
+ 'neighborhoods' => [
+ 'title' => 'Vecinătățile',
+ ],
+ 'village' => [
+ 'title' => 'Sat',
+ ],
+ 'general' => 'General',
+ 'map' => 'Hartă',
+ 'setting' => 'reglaj',
+ 'filter' => 'Filtru',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/ro/setting.php b/resources/default/addons/visiosoft/location-module/lang/ro/setting.php
new file mode 100644
index 000000000..e0a87b146
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/ro/setting.php
@@ -0,0 +1,56 @@
+ [
+ 'name' => 'Câmpul de localizare a paginii de pornire',
+ ],
+ 'list_page_location' => [
+ 'name' => 'Listă câmpul locației paginii',
+ ],
+ 'detail_page_location' => [
+ 'name' => 'Câmpul de locație a paginii de detaliu',
+ ],
+ 'show_search_location_btn' => [
+ 'name' => 'Afișați butonul Locație de căutare',
+ ],
+ 'default_country' => [
+ 'name' => 'Țara implicită',
+ ],
+ 'create_ad_page_location' => [
+ 'name' => 'Creați locația paginii de anunțuri',
+ ],
+ 'default_city' => [
+ 'name' => 'Orașul implicit',
+ ],
+ 'default_district' => [
+ 'name' => 'Districtul implicit',
+ ],
+ 'default_neighborhood' => [
+ 'name' => 'Cartier implicit',
+ ],
+
+ 'google_map_key' => [
+ 'name' => 'Cheie Api Google Maps',
+ ],
+
+ 'map_coordinates_long' => [
+ 'name' => 'Default Long',
+ ],
+
+ 'map_coordinates_lat' => [
+ 'name' => 'Default Lat',
+ ],
+
+ 'hide_location_filter' => [
+ 'name' => 'Ascundeți filtrul de locație',
+ ],
+ 'country_for_phone_field' => [
+ 'name' => 'Țara implicită pentru câmpul de telefon al înregistrării'
+ ],
+ 'sorting_column' => [
+ 'name' => 'Sortarea coloanei',
+ ],
+ 'sorting_type' => [
+ 'name' => 'Tipul de sortare',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/ro/stream.php b/resources/default/addons/visiosoft/location-module/lang/ro/stream.php
new file mode 100644
index 000000000..355c8fb23
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/ro/stream.php
@@ -0,0 +1,7 @@
+ [
+ 'name' => 'Sat',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/ru/addon.php b/resources/default/addons/visiosoft/location-module/lang/ru/addon.php
new file mode 100644
index 000000000..259895436
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/ru/addon.php
@@ -0,0 +1,8 @@
+ 'Место нахождения',
+ 'name' => 'Модуль расположения',
+ 'description' => 'Описание',
+ 'info' => 'On this page, you can manage country, city, district, neighborhood and village information.',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/ru/button.php b/resources/default/addons/visiosoft/location-module/lang/ru/button.php
new file mode 100644
index 000000000..d17c6a842
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/ru/button.php
@@ -0,0 +1,17 @@
+ 'Новая Страна',
+ 'new_city' => 'Новый город',
+ 'new_district' => 'Новый Район',
+ 'new_neighborhood' => 'Новый район',
+ 'new_village' => 'Новая Деревня',
+ 'sub_cities' => 'Подгорода',
+ 'add_sub_cities' => 'Добавить Sub City',
+ 'add_sub_districts' => 'Добавить Sub District',
+ 'add_sub_neighborhoods' => 'Добавить Sub Neighborhood',
+ 'add_sub_village' => 'Добавить Sub Village',
+ 'sub_districts' => 'Подрайоны',
+ 'sub_neighborhoods' => 'Суб соседства',
+ 'sub_village' => 'Sub Village',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/ru/field.php b/resources/default/addons/visiosoft/location-module/lang/ru/field.php
new file mode 100644
index 000000000..4da4357d7
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/ru/field.php
@@ -0,0 +1,43 @@
+ [
+ 'name' => 'заглавие'
+ ],
+ 'slug' => [
+ 'name' => 'слизень'
+ ],
+ 'city' => [
+ 'name' => 'город'
+ ],
+ 'country' => [
+ 'name' => 'Страна'
+ ],
+ 'district' => [
+ 'name' => 'район'
+ ],
+ 'order' => [
+ 'name' => 'Порядок сортировки'
+ ],
+ 'neighborhood' => [
+ 'name' => 'окрестности'
+ ],
+ 'village' => [
+ 'name' => 'Деревня'
+ ],
+ 'description' => [
+ 'name' => 'Описание'
+ ],
+ 'pick_option' => [
+ 'name' => 'Выберите опцию',
+ ],
+ 'address' => [
+ 'name' => 'Адрес',
+ ],
+ 'selected' => 'выбранный',
+ 'choose_an_option' => 'Выберите опцию...',
+ 'abv' => [
+ 'name' => 'Сокращение',
+ ],
+ 'location' => 'Место расположения',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/ru/message.php b/resources/default/addons/visiosoft/location-module/lang/ru/message.php
new file mode 100644
index 000000000..79322115b
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/ru/message.php
@@ -0,0 +1,7 @@
+ 'Введите здесь для поиска',
+ 'null_msg' => 'не обнаружена',
+ 'choose_country' => 'Выберите страну',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/ru/permission.php b/resources/default/addons/visiosoft/location-module/lang/ru/permission.php
new file mode 100644
index 000000000..d86186c2e
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/ru/permission.php
@@ -0,0 +1,13 @@
+ [
+ 'name' => 'Деревня',
+ 'option' => [
+ 'read' => 'Может читать деревню? ',
+ 'write' => 'Можно создать / редактировать деревню? ',
+ 'delete' => 'Можете удалить деревню?',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/ru/section.php b/resources/default/addons/visiosoft/location-module/lang/ru/section.php
new file mode 100644
index 000000000..9892c4eda
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/ru/section.php
@@ -0,0 +1,23 @@
+ [
+ 'title' => 'страны',
+ ],
+ 'cities' => [
+ 'title' => 'Города',
+ ],
+ 'districts' => [
+ 'title' => 'Районы',
+ ],
+ 'neighborhoods' => [
+ 'title' => 'Окрестности',
+ ],
+ 'village' => [
+ 'title' => 'Деревня',
+ ],
+ 'general' => 'Общая',
+ 'map' => 'карта',
+ 'setting' => 'настройка',
+ 'filter' => 'Фильтр',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/ru/setting.php b/resources/default/addons/visiosoft/location-module/lang/ru/setting.php
new file mode 100644
index 000000000..2cfc8a2ed
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/ru/setting.php
@@ -0,0 +1,56 @@
+ [
+ 'name' => 'Домашняя страница Расположение Поле',
+ ],
+ 'list_page_location' => [
+ 'name' => 'Поле расположения страницы списка',
+ ],
+ 'detail_page_location' => [
+ 'name' => 'Подробное поле расположения страницы',
+ ],
+ 'show_search_location_btn' => [
+ 'name' => 'Показать кнопку поиска местоположения',
+ ],
+ 'default_country' => [
+ 'name' => 'Страна по умолчанию',
+ ],
+ 'create_ad_page_location' => [
+ 'name' => 'Создать страницу с рекламой',
+ ],
+ 'default_city' => [
+ 'name' => 'Город по умолчанию',
+ ],
+ 'default_district' => [
+ 'name' => 'Район по умолчанию',
+ ],
+ 'default_neighborhood' => [
+ 'name' => 'Окрестности по умолчанию',
+ ],
+
+ 'google_map_key' => [
+ 'name' => 'Google Maps Api Key',
+ ],
+
+ 'map_coordinates_long' => [
+ 'name' => 'Длинный по умолчанию',
+ ],
+
+ 'map_coordinates_lat' => [
+ 'name' => 'Lat по умолчанию',
+ ],
+
+ 'hide_location_filter' => [
+ 'name' => 'Скрыть фильтр местоположения',
+ ],
+ 'country_for_phone_field' => [
+ 'name' => 'Страна по умолчанию для поля регистрации телефона'
+ ],
+ 'sorting_column' => [
+ 'name' => 'Столбец сортировки',
+ ],
+ 'sorting_type' => [
+ 'name' => 'Тип сортировки',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/ru/stream.php b/resources/default/addons/visiosoft/location-module/lang/ru/stream.php
new file mode 100644
index 000000000..a97f80692
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/ru/stream.php
@@ -0,0 +1,7 @@
+ [
+ 'name' => 'Деревня',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/sq/addon.php b/resources/default/addons/visiosoft/location-module/lang/sq/addon.php
new file mode 100644
index 000000000..a978826a5
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/sq/addon.php
@@ -0,0 +1,8 @@
+ 'Vendndodhja',
+ 'name' => 'Moduli i vendndodhjes',
+ 'description' => 'Përshkrim',
+ 'info' => 'On this page, you can manage country, city, district, neighborhood and village information.',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/sq/button.php b/resources/default/addons/visiosoft/location-module/lang/sq/button.php
new file mode 100644
index 000000000..a981a2400
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/sq/button.php
@@ -0,0 +1,17 @@
+ 'Shteti i ri',
+ 'new_city' => 'Qarku i ri',
+ 'new_district' => 'Bashkia i ri',
+ 'new_neighborhood' => 'Njësia Administrative i ri',
+ 'new_village' => 'Fshati i Ri',
+ 'sub_cities' => 'Qark nën-qarku',
+ 'add_sub_cities' => 'Qark nën-qarku',
+ 'add_sub_districts' => 'Shtoni nën-Bashki',
+ 'add_sub_neighborhoods' => 'Shtoni Njesite Adm. nën',
+ 'add_sub_village' => 'Shtoni nën Fshatin',
+ 'sub_districts' => 'Nën Bashkia',
+ 'sub_neighborhoods' => 'Nën Njësi adm.',
+ 'sub_village' => 'Nën Fshat',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/sq/field.php b/resources/default/addons/visiosoft/location-module/lang/sq/field.php
new file mode 100644
index 000000000..c285aa829
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/sq/field.php
@@ -0,0 +1,43 @@
+ [
+ 'name' => 'Titull'
+ ],
+ 'slug' => [
+ 'name' => 'Goditje e Fortë'
+ ],
+ 'city' => [
+ 'name' => 'Qarku'
+ ],
+ 'country' => [
+ 'name' => 'Shtete'
+ ],
+ 'district' => [
+ 'name' => 'Bashkia'
+ ],
+ 'order' => [
+ 'name' => 'Renditja e renditjes'
+ ],
+ 'neighborhood' => [
+ 'name' => 'Njësitë Administrative'
+ ],
+ 'village' => [
+ 'name' => 'Fshati'
+ ],
+ 'description' => [
+ 'name' => 'Përshkrim'
+ ],
+ 'pick_option' => [
+ 'name' => 'Zgjidh një mundësi',
+ ],
+ 'address' => [
+ 'name' => 'Adresë',
+ ],
+ 'selected' => 'I zgjedhur',
+ 'choose_an_option' => 'Zgjidhni një opsion ...',
+ 'abv' => [
+ 'name' => 'Shkurtimi',
+ ],
+ 'location' => 'Vendndodhja',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/sq/message.php b/resources/default/addons/visiosoft/location-module/lang/sq/message.php
new file mode 100644
index 000000000..be75fab65
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/sq/message.php
@@ -0,0 +1,7 @@
+ 'Shkruaj këtu për të kërkuar',
+ 'null_msg' => 'Nuk u gjet',
+ 'choose_country' => 'Zgjidhni një vend',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/sq/permission.php b/resources/default/addons/visiosoft/location-module/lang/sq/permission.php
new file mode 100644
index 000000000..34d99c177
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/sq/permission.php
@@ -0,0 +1,13 @@
+ [
+ 'name' => 'Fshati',
+ 'option' => [
+ 'read' => 'Mund të lexoni fshatin?',
+ 'write' => 'Mund të krijojë / modifikojë fshatin?',
+ 'delete' => 'Mund të fshini fshatin?',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/sq/section.php b/resources/default/addons/visiosoft/location-module/lang/sq/section.php
new file mode 100644
index 000000000..67cafcf53
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/sq/section.php
@@ -0,0 +1,23 @@
+ [
+ 'title' => 'Shtetet',
+ ],
+ 'cities' => [
+ 'title' => 'Qarqet',
+ ],
+ 'districts' => [
+ 'title' => 'Bashkitë',
+ ],
+ 'neighborhoods' => [
+ 'title' => 'Njësia administrative',
+ ],
+ 'village' => [
+ 'title' => 'Fshati',
+ ],
+ 'general' => 'I përgjithshëm',
+ 'map' => 'Hartë',
+ 'setting' => 'Cilësimet',
+ 'filter' => 'filtër',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/sq/setting.php b/resources/default/addons/visiosoft/location-module/lang/sq/setting.php
new file mode 100644
index 000000000..677f94e1e
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/sq/setting.php
@@ -0,0 +1,56 @@
+ [
+ 'name' => 'Fusha e vendndodhjes së faqes kryesore',
+ ],
+ 'list_page_location' => [
+ 'name' => 'Fusha e vendndodhjes së faqeve të listës',
+ ],
+ 'detail_page_location' => [
+ 'name' => 'Fusha e vendndodhjes së faqes së detajuar',
+ ],
+ 'show_search_location_btn' => [
+ 'name' => 'Shfaq butonin e vendndodhjes së kërkimit',
+ ],
+ 'default_country' => [
+ 'name' => 'Shtet i paracaktuar',
+ ],
+ 'create_ad_page_location' => [
+ 'name' => 'Krijoni vendndodhjen e faqes së Njoftimet',
+ ],
+ 'default_city' => [
+ 'name' => 'Qarku i paracaktuar',
+ ],
+ 'default_district' => [
+ 'name' => 'Bashkia e paracaktuar',
+ ],
+ 'default_neighborhood' => [
+ 'name' => 'Njësia administrative e paracaktuar',
+ ],
+
+ 'google_map_key' => [
+ 'name' => 'Google Key Api Key',
+ ],
+
+ 'map_coordinates_long' => [
+ 'name' => 'Default Long',
+ ],
+
+ 'map_coordinates_lat' => [
+ 'name' => 'Default Lat',
+ ],
+
+ 'hide_location_filter' => [
+ 'name' => 'Fshih Filtrin e Vendndodhjes',
+ ],
+ 'country_for_phone_field' => [
+ 'name' => 'Vendi i paracaktuar për fushën e regjistrimit të telefonit'
+ ],
+ 'sorting_column' => [
+ 'name' => 'Renditja e kolonës',
+ ],
+ 'sorting_type' => [
+ 'name' => 'Lloji i renditjes',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/sq/stream.php b/resources/default/addons/visiosoft/location-module/lang/sq/stream.php
new file mode 100644
index 000000000..3ecf9d118
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/sq/stream.php
@@ -0,0 +1,7 @@
+ [
+ 'name' => 'Fshati',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/sr/addon.php b/resources/default/addons/visiosoft/location-module/lang/sr/addon.php
new file mode 100644
index 000000000..51b013be9
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/sr/addon.php
@@ -0,0 +1,8 @@
+ 'Lokacija',
+ 'name' => 'Modul lokacije',
+ 'description' => 'Opis',
+ 'info' => 'On this page, you can manage country, city, district, neighborhood and village information.',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/sr/button.php b/resources/default/addons/visiosoft/location-module/lang/sr/button.php
new file mode 100644
index 000000000..f7ca96f6f
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/sr/button.php
@@ -0,0 +1,17 @@
+ 'Nova Država',
+ 'new_city' => 'Novi grad',
+ 'new_district' => 'Novi deo grada',
+ 'new_neighborhood' => 'Novo susedstvo',
+ 'new_village' => 'Novo selo',
+ 'sub_cities' => 'Dodatni gradovi',
+ 'add_sub_cities' => 'Dodaj dodatni grad',
+ 'add_sub_districts' => 'Dodaj dodatni deo grada',
+ 'add_sub_neighborhoods' => 'Dodaj dodatno susedstvo',
+ 'add_sub_village' => 'Dodaj dodatno selo',
+ 'sub_districts' => 'Dodatni delovi grada',
+ 'sub_neighborhoods' => 'Dodatna susedstva',
+ 'sub_village' => 'Dodatno selo',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/sr/field.php b/resources/default/addons/visiosoft/location-module/lang/sr/field.php
new file mode 100644
index 000000000..360bf430e
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/sr/field.php
@@ -0,0 +1,43 @@
+ [
+ 'name' => 'Naziv'
+ ],
+ 'slug' => [
+ 'name' => 'Slug'
+ ],
+ 'city' => [
+ 'name' => 'Grad'
+ ],
+ 'country' => [
+ 'name' => 'Država'
+ ],
+ 'district' => [
+ 'name' => 'Deo grad'
+ ],
+ 'order' => [
+ 'name' => 'Redosled sortiranja'
+ ],
+ 'neighborhood' => [
+ 'name' => 'Susedstvo'
+ ],
+ 'village' => [
+ 'name' => 'Selo'
+ ],
+ 'description' => [
+ 'name' => 'Opis'
+ ],
+ 'pick_option' => [
+ 'name' => 'Izaberi opciju',
+ ],
+ 'address' => [
+ 'name' => 'Adresa',
+ ],
+ 'selected' => 'Odabrano',
+ 'choose_an_option' => 'Odaberite Opciju...',
+ 'abv' => [
+ 'name' => 'Skraćenica',
+ ],
+ 'location' => 'Lokacija',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/sr/message.php b/resources/default/addons/visiosoft/location-module/lang/sr/message.php
new file mode 100644
index 000000000..3e0606ddf
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/sr/message.php
@@ -0,0 +1,7 @@
+ 'Otkucajte ovde za pretragu',
+ 'null_msg' => 'Nije pronađen',
+ 'choose_country' => 'Izaberite državu',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/sr/permission.php b/resources/default/addons/visiosoft/location-module/lang/sr/permission.php
new file mode 100644
index 000000000..3742f5cc6
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/sr/permission.php
@@ -0,0 +1,13 @@
+ [
+ 'name' => 'Selo',
+ 'option' => [
+ 'read' => 'Može da vidi selo?',
+ 'write' => 'Može da kreira / uređuje selo?',
+ 'delete' => 'Može da obriše selo?',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/sr/section.php b/resources/default/addons/visiosoft/location-module/lang/sr/section.php
new file mode 100644
index 000000000..dac0af1ef
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/sr/section.php
@@ -0,0 +1,23 @@
+ [
+ 'title' => 'Države',
+ ],
+ 'cities' => [
+ 'title' => 'Gradovi',
+ ],
+ 'districts' => [
+ 'title' => 'Delovi grada',
+ ],
+ 'neighborhoods' => [
+ 'title' => 'Susedstva',
+ ],
+ 'village' => [
+ 'title' => 'Selo',
+ ],
+ 'general' => 'Opšte',
+ 'map' => 'Mapa',
+ 'setting' => 'Podešavanje',
+ 'filter' => 'Filter',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/sr/setting.php b/resources/default/addons/visiosoft/location-module/lang/sr/setting.php
new file mode 100644
index 000000000..c45178168
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/sr/setting.php
@@ -0,0 +1,56 @@
+ [
+ 'name' => 'Polje lokacije početne stranice',
+ ],
+ 'list_page_location' => [
+ 'name' => 'Polje lokacije Na stranici liste oglasa',
+ ],
+ 'detail_page_location' => [
+ 'name' => 'Polje lokacije na stranici sa detaljima',
+ ],
+ 'show_search_location_btn' => [
+ 'name' => 'Prikaži dugme lokacije za pretragu',
+ ],
+ 'default_country' => [
+ 'name' => 'Podrazumevana država',
+ ],
+ 'create_ad_page_location' => [
+ 'name' => 'Lokacija na stranici za kreiranje oglasa',
+ ],
+ 'default_city' => [
+ 'name' => 'Podrazumevani grad',
+ ],
+ 'default_district' => [
+ 'name' => 'Podrazumevani deo grada',
+ ],
+ 'default_neighborhood' => [
+ 'name' => 'Podrazumevano susedstvo',
+ ],
+
+ 'google_map_key' => [
+ 'name' => 'Google Maps Api Key',
+ ],
+
+ 'map_coordinates_long' => [
+ 'name' => 'Podrazumevani Long',
+ ],
+
+ 'map_coordinates_lat' => [
+ 'name' => 'Podrazumevani Lat',
+ ],
+
+ 'hide_location_filter' => [
+ 'name' => 'Sakrij filter lokacije',
+ ],
+ 'country_for_phone_field' => [
+ 'name' => 'Podrazumevana država za telefonsko polje registra'
+ ],
+ 'sorting_column' => [
+ 'name' => 'Kolona za sortiranje',
+ ],
+ 'sorting_type' => [
+ 'name' => 'Tip sortiranja',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/sr/stream.php b/resources/default/addons/visiosoft/location-module/lang/sr/stream.php
new file mode 100644
index 000000000..21b1fd3e2
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/sr/stream.php
@@ -0,0 +1,7 @@
+ [
+ 'name' => 'Selo',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/sv/addon.php b/resources/default/addons/visiosoft/location-module/lang/sv/addon.php
new file mode 100644
index 000000000..4967f4fa5
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/sv/addon.php
@@ -0,0 +1,8 @@
+ 'Plats',
+ 'name' => 'Platsmodul',
+ 'description' => 'Beskrivning',
+ 'info' => 'On this page, you can manage country, city, district, neighborhood and village information.',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/sv/button.php b/resources/default/addons/visiosoft/location-module/lang/sv/button.php
new file mode 100644
index 000000000..f0f692cc3
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/sv/button.php
@@ -0,0 +1,17 @@
+ 'Nytt land',
+ 'new_city' => 'Ny stad',
+ 'new_district' => 'Nytt distrikt',
+ 'new_neighborhood' => 'Nytt grannskap',
+ 'new_village' => 'New Village',
+ 'sub_cities' => 'Understäder',
+ 'add_sub_cities' => 'Lägg till Sub City',
+ 'add_sub_districts' => 'Lägg till Sub District',
+ 'add_sub_neighborhoods' => 'Lägg till subgrannskap',
+ 'add_sub_village' => 'Lägg till Sub Village',
+ 'sub_districts' => 'Underdistrikt',
+ 'sub_neighborhoods' => 'Undergrannskap',
+ 'sub_village' => 'Sub Village',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/sv/field.php b/resources/default/addons/visiosoft/location-module/lang/sv/field.php
new file mode 100644
index 000000000..923a0bd3e
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/sv/field.php
@@ -0,0 +1,43 @@
+ [
+ 'name' => 'Titel'
+ ],
+ 'slug' => [
+ 'name' => 'Snigel'
+ ],
+ 'city' => [
+ 'name' => 'Stad'
+ ],
+ 'country' => [
+ 'name' => 'Land'
+ ],
+ 'district' => [
+ 'name' => 'Distrikt'
+ ],
+ 'order' => [
+ 'name' => 'Sorteringsordning'
+ ],
+ 'neighborhood' => [
+ 'name' => 'Grannskap'
+ ],
+ 'village' => [
+ 'name' => 'By'
+ ],
+ 'description' => [
+ 'name' => 'Beskrivning'
+ ],
+ 'pick_option' => [
+ 'name' => 'Välj ett alternativ',
+ ],
+ 'address' => [
+ 'name' => 'Adress',
+ ],
+ 'selected' => 'Vald',
+ 'choose_an_option' => 'Välj ett alternativ...',
+ 'abv' => [
+ 'name' => 'Förkortning',
+ ],
+ 'location' => 'Plats',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/sv/message.php b/resources/default/addons/visiosoft/location-module/lang/sv/message.php
new file mode 100644
index 000000000..257ccfdb6
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/sv/message.php
@@ -0,0 +1,7 @@
+ 'Skriv här för att söka',
+ 'null_msg' => 'Hittades inte',
+ 'choose_country' => 'Välj ett land',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/sv/permission.php b/resources/default/addons/visiosoft/location-module/lang/sv/permission.php
new file mode 100644
index 000000000..c6a3d241f
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/sv/permission.php
@@ -0,0 +1,13 @@
+ [
+ 'name' => 'By',
+ 'option' => [
+ 'read' => 'Kan läsa byn?',
+ 'write' => 'Kan skapa / redigera byn?',
+ 'delete' => 'Kan radera byn?',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/sv/section.php b/resources/default/addons/visiosoft/location-module/lang/sv/section.php
new file mode 100644
index 000000000..e09df29bf
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/sv/section.php
@@ -0,0 +1,23 @@
+ [
+ 'title' => 'Länder',
+ ],
+ 'cities' => [
+ 'title' => 'städer',
+ ],
+ 'districts' => [
+ 'title' => 'distrikt',
+ ],
+ 'neighborhoods' => [
+ 'title' => 'stadsdelar',
+ ],
+ 'village' => [
+ 'title' => 'By',
+ ],
+ 'general' => 'Allmän',
+ 'map' => 'Karta',
+ 'setting' => 'Miljö',
+ 'filter' => 'Filtrera',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/sv/setting.php b/resources/default/addons/visiosoft/location-module/lang/sv/setting.php
new file mode 100644
index 000000000..6a969e62b
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/sv/setting.php
@@ -0,0 +1,56 @@
+ [
+ 'name' => 'Hemsida Platsfält',
+ ],
+ 'list_page_location' => [
+ 'name' => 'Lista sida plats fält',
+ ],
+ 'detail_page_location' => [
+ 'name' => 'Detaljsidans platsfält',
+ ],
+ 'show_search_location_btn' => [
+ 'name' => 'Visa Sökplats-knapp',
+ ],
+ 'default_country' => [
+ 'name' => 'Standardland',
+ ],
+ 'create_ad_page_location' => [
+ 'name' => 'Skapa annonssidesplats',
+ ],
+ 'default_city' => [
+ 'name' => 'Standardstad',
+ ],
+ 'default_district' => [
+ 'name' => 'Standarddistrikt',
+ ],
+ 'default_neighborhood' => [
+ 'name' => 'Standardgrannskap',
+ ],
+
+ 'google_map_key' => [
+ 'name' => 'Google Maps Api Key',
+ ],
+
+ 'map_coordinates_long' => [
+ 'name' => 'Standardlång',
+ ],
+
+ 'map_coordinates_lat' => [
+ 'name' => 'Standard Lat',
+ ],
+
+ 'hide_location_filter' => [
+ 'name' => 'Dölj platsfilter',
+ ],
+ 'country_for_phone_field' => [
+ 'name' => 'Standardland för att registrera telefonfält'
+ ],
+ 'sorting_column' => [
+ 'name' => 'Sorteringskolumn',
+ ],
+ 'sorting_type' => [
+ 'name' => 'Sorteringstyp',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/sv/stream.php b/resources/default/addons/visiosoft/location-module/lang/sv/stream.php
new file mode 100644
index 000000000..05fdb6401
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/sv/stream.php
@@ -0,0 +1,7 @@
+ [
+ 'name' => 'By',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/tr/addon.php b/resources/default/addons/visiosoft/location-module/lang/tr/addon.php
new file mode 100644
index 000000000..bbd161bd1
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/tr/addon.php
@@ -0,0 +1,8 @@
+ 'Lokasyon',
+ 'name' => 'Lokasyon Modülü',
+ 'description' => 'Lokasyon Modülü',
+ 'info' => 'Bu sayfa üzerinde ülke, şehir, ilçe, mahalle ve köy bilgilerini düzenleyebilirsiniz. ',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/tr/button.php b/resources/default/addons/visiosoft/location-module/lang/tr/button.php
new file mode 100644
index 000000000..b3bda5043
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/tr/button.php
@@ -0,0 +1,17 @@
+ 'Yeni Ülke',
+ 'new_city' => 'Yeni İl',
+ 'new_district' => 'Yeni İlçe',
+ 'new_neighborhood' => 'Yeni mahalle',
+ 'new_village' => 'Yeni Köy',
+ 'sub_cities' => 'Alt Şehirler',
+ 'add_sub_cities' => 'Şehir Ekle',
+ 'add_sub_districts' => 'İlçe Ekle',
+ 'add_sub_neighborhoods' => 'Mahalle Ekle',
+ 'add_sub_village' => 'Köy Ekle',
+ 'sub_districts' => 'Alt Bölgeler',
+ 'sub_neighborhoods' => 'Alt Mahalleler',
+ 'sub_village' => 'Alt Köy',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/tr/field.php b/resources/default/addons/visiosoft/location-module/lang/tr/field.php
new file mode 100644
index 000000000..89520f65d
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/tr/field.php
@@ -0,0 +1,43 @@
+ [
+ 'name' => 'Başlık'
+ ],
+ 'slug' => [
+ 'name' => 'Özel İsim'
+ ],
+ 'city' => [
+ 'name' => 'İl'
+ ],
+ 'country' => [
+ 'name' => 'Ülke'
+ ],
+ 'district' => [
+ 'name' => 'İlçe'
+ ],
+ 'order' => [
+ 'name' => 'Sıralama'
+ ],
+ 'neighborhood' => [
+ 'name' => 'Mahalle'
+ ],
+ 'village' => [
+ 'name' => 'Köy'
+ ],
+ 'description' => [
+ 'name' => 'Açıklama'
+ ],
+ 'pick_option' => [
+ 'name' => 'Bir seçenek belirleyin',
+ ],
+ 'address' => [
+ 'name' => 'Adres',
+ ],
+ 'selected' => 'Seçilmiş',
+ 'choose_an_option' => 'Seçim yapınız..',
+ 'abv' => [
+ 'name' => 'Kısaltma',
+ ],
+ 'location' => 'Lokasyon',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/tr/message.php b/resources/default/addons/visiosoft/location-module/lang/tr/message.php
new file mode 100644
index 000000000..f34e634e4
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/tr/message.php
@@ -0,0 +1,7 @@
+ 'Ara',
+ 'null_msg' => 'Bulunamadı',
+ 'choose_country' => 'Bir ülke seç',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/tr/permission.php b/resources/default/addons/visiosoft/location-module/lang/tr/permission.php
new file mode 100644
index 000000000..d1845acaf
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/tr/permission.php
@@ -0,0 +1,13 @@
+ [
+ 'name' => 'Köy',
+ 'option' => [
+ 'read' => 'Köy okuyabilir mi?',
+ 'write' => 'Köy oluşturabilir / düzenleyebilir mi?',
+ 'delete' => 'Köy silinebilir mi?',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/tr/section.php b/resources/default/addons/visiosoft/location-module/lang/tr/section.php
new file mode 100644
index 000000000..2bfb28a51
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/tr/section.php
@@ -0,0 +1,23 @@
+ [
+ 'title' => 'Ülke',
+ ],
+ 'cities' => [
+ 'title' => 'İl',
+ ],
+ 'districts' => [
+ 'title' => 'İlçeler',
+ ],
+ 'neighborhoods' => [
+ 'title' => 'Mahalle',
+ ],
+ 'village' => [
+ 'title' => 'Köy',
+ ],
+ 'general' => 'Genel',
+ 'map' => 'Harita',
+ 'setting' => 'Ayarlar',
+ 'filter' => 'Filtre',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/tr/setting.php b/resources/default/addons/visiosoft/location-module/lang/tr/setting.php
new file mode 100644
index 000000000..869b3eba1
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/tr/setting.php
@@ -0,0 +1,56 @@
+ [
+ 'name' => 'Anasayfa lokasyon gösterimi',
+ ],
+ 'list_page_location' => [
+ 'name' => 'Listeleme sayfası lokasyon gösterimi',
+ ],
+ 'detail_page_location' => [
+ 'name' => 'Detay sayfası lokasyon gösterimi',
+ ],
+ 'show_search_location_btn' => [
+ 'name' => 'Arama Lokasyon buton gösterimi',
+ ],
+ 'default_country' => [
+ 'name' => 'Varsayılan Ülke',
+ ],
+ 'create_ad_page_location' => [
+ 'name' => 'İlan Sayfası Konumu Oluşturun',
+ ],
+ 'default_city' => [
+ 'name' => 'Varsayılan İl',
+ ],
+ 'default_district' => [
+ 'name' => 'Varsayılan İlçe',
+ ],
+ 'default_neighborhood' => [
+ 'name' => 'Varsayılan Mahalle',
+ ],
+
+ 'google_map_key' => [
+ 'name' => 'Google Haritalar Api Anahtarı',
+ ],
+
+ 'map_coordinates_long' => [
+ 'name' => 'Varsayılan Long',
+ ],
+
+ 'map_coordinates_lat' => [
+ 'name' => 'Varsayılan Lat',
+ ],
+
+ 'hide_location_filter' => [
+ 'name' => 'Konum Filtresini Gizle',
+ ],
+ 'country_for_phone_field' => [
+ 'name' => 'Kayıtlı Telefon Alanı İçin Varsayılan Ülke'
+ ],
+ 'sorting_column' => [
+ 'name' => 'Sıralama Sütunu',
+ ],
+ 'sorting_type' => [
+ 'name' => 'Sıralama Türü',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/tr/stream.php b/resources/default/addons/visiosoft/location-module/lang/tr/stream.php
new file mode 100644
index 000000000..e604b9217
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/tr/stream.php
@@ -0,0 +1,7 @@
+ [
+ 'name' => 'Köy',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/uk/addon.php b/resources/default/addons/visiosoft/location-module/lang/uk/addon.php
new file mode 100644
index 000000000..8bc4a21e4
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/uk/addon.php
@@ -0,0 +1,8 @@
+ 'Розташування',
+ 'name' => 'Модуль розташування',
+ 'description' => 'Опис',
+ 'info' => 'On this page, you can manage country, city, district, neighborhood and village information.',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/uk/button.php b/resources/default/addons/visiosoft/location-module/lang/uk/button.php
new file mode 100644
index 000000000..dfb570ff7
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/uk/button.php
@@ -0,0 +1,17 @@
+ 'Нова країна',
+ 'new_city' => 'Нове місто',
+ 'new_district' => 'Новий район',
+ 'new_neighborhood' => 'Нове сусідство',
+ 'new_village' => 'Нове село',
+ 'sub_cities' => 'Підміські міста',
+ 'add_sub_cities' => 'Додати підміський місто',
+ 'add_sub_districts' => 'Додати підрайон',
+ 'add_sub_neighborhoods' => 'Додати підрайон',
+ 'add_sub_village' => 'Додати підселище',
+ 'sub_districts' => 'Підрайони',
+ 'sub_neighborhoods' => 'Сусідні райони',
+ 'sub_village' => 'Підселище',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/uk/field.php b/resources/default/addons/visiosoft/location-module/lang/uk/field.php
new file mode 100644
index 000000000..1b1608034
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/uk/field.php
@@ -0,0 +1,43 @@
+ [
+ 'name' => 'Назва'
+ ],
+ 'slug' => [
+ 'name' => 'Слизень'
+ ],
+ 'city' => [
+ 'name' => 'Місто'
+ ],
+ 'country' => [
+ 'name' => 'Країна'
+ ],
+ 'district' => [
+ 'name' => 'Район'
+ ],
+ 'order' => [
+ 'name' => 'Порядок сортування'
+ ],
+ 'neighborhood' => [
+ 'name' => 'Сусідство'
+ ],
+ 'village' => [
+ 'name' => 'Село'
+ ],
+ 'description' => [
+ 'name' => 'Опис'
+ ],
+ 'pick_option' => [
+ 'name' => 'Виберіть варіант',
+ ],
+ 'address' => [
+ 'name' => 'Адреса',
+ ],
+ 'selected' => 'Вибрано',
+ 'choose_an_option' => 'Виберіть варіант ...',
+ 'abv' => [
+ 'name' => 'Абревіатура',
+ ],
+ 'location' => 'Розташування',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/uk/message.php b/resources/default/addons/visiosoft/location-module/lang/uk/message.php
new file mode 100644
index 000000000..4eb6c8653
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/uk/message.php
@@ -0,0 +1,7 @@
+ 'Введіть тут для пошуку',
+ 'null_msg' => 'Не знайдено',
+ 'choose_country' => 'Виберіть країну',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/uk/permission.php b/resources/default/addons/visiosoft/location-module/lang/uk/permission.php
new file mode 100644
index 000000000..64873f308
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/uk/permission.php
@@ -0,0 +1,13 @@
+ [
+ 'name' => 'Село',
+ 'option' => [
+ 'read' => 'Чи можете читати село?',
+ 'write' => 'Чи можете створити / редагувати село?',
+ 'delete' => 'Можна видалити село?',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/uk/section.php b/resources/default/addons/visiosoft/location-module/lang/uk/section.php
new file mode 100644
index 000000000..e1ec80bf8
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/uk/section.php
@@ -0,0 +1,23 @@
+ [
+ 'title' => 'Країни',
+ ],
+ 'cities' => [
+ 'title' => 'Міста',
+ ],
+ 'districts' => [
+ 'title' => 'Райони',
+ ],
+ 'neighborhoods' => [
+ 'title' => 'Сусідства',
+ ],
+ 'village' => [
+ 'title' => 'Село',
+ ],
+ 'general' => 'Загальні',
+ 'map' => 'Карта',
+ 'setting' => 'Налаштування',
+ 'filter' => 'Фільтр',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/uk/setting.php b/resources/default/addons/visiosoft/location-module/lang/uk/setting.php
new file mode 100644
index 000000000..2a51e322f
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/uk/setting.php
@@ -0,0 +1,56 @@
+ [
+ 'name' => 'Поле розташування домашньої сторінки',
+ ],
+ 'list_page_location' => [
+ 'name' => 'Поле розташування сторінки списку',
+ ],
+ 'detail_page_location' => [
+ 'name' => 'Детальне поле розташування сторінки',
+ ],
+ 'show_search_location_btn' => [
+ 'name' => 'Показати кнопку пошуку місця розташування',
+ ],
+ 'default_country' => [
+ 'name' => 'Країна за замовчуванням',
+ ],
+ 'create_ad_page_location' => [
+ 'name' => 'Створіть місце розташування сторінки оголошень',
+ ],
+ 'default_city' => [
+ 'name' => 'Місто за замовчуванням',
+ ],
+ 'default_district' => [
+ 'name' => 'Район за замовчуванням',
+ ],
+ 'default_neighborhood' => [
+ 'name' => 'Район за замовчуванням',
+ ],
+
+ 'google_map_key' => [
+ 'name' => 'Ключ Api Google Maps',
+ ],
+
+ 'map_coordinates_long' => [
+ 'name' => 'За замовчуванням Long',
+ ],
+
+ 'map_coordinates_lat' => [
+ 'name' => 'Ширина за замовчуванням',
+ ],
+
+ 'hide_location_filter' => [
+ 'name' => 'Сховати фільтр місцеположення',
+ ],
+ 'country_for_phone_field' => [
+ 'name' => 'Країна за замовчуванням для телефонного поля реєстрації'
+ ],
+ 'sorting_column' => [
+ 'name' => 'Сортування сортування',
+ ],
+ 'sorting_type' => [
+ 'name' => 'Тип сортування',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/uk/stream.php b/resources/default/addons/visiosoft/location-module/lang/uk/stream.php
new file mode 100644
index 000000000..3f3b7ec54
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/uk/stream.php
@@ -0,0 +1,7 @@
+ [
+ 'name' => 'Село',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/ur/addon.php b/resources/default/addons/visiosoft/location-module/lang/ur/addon.php
new file mode 100644
index 000000000..978c80626
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/ur/addon.php
@@ -0,0 +1,8 @@
+ 'مقام',
+ 'name' => 'مقام ماڈیول',
+ 'description' => 'تفصیل',
+ 'info' => 'On this page, you can manage country, city, district, neighborhood and village information.',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/ur/button.php b/resources/default/addons/visiosoft/location-module/lang/ur/button.php
new file mode 100644
index 000000000..d2c9a1fa8
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/ur/button.php
@@ -0,0 +1,17 @@
+ 'نیا ملک',
+ 'new_city' => 'نیا شہر',
+ 'new_district' => 'نیا ضلع',
+ 'new_neighborhood' => 'نیا پڑوس',
+ 'new_village' => 'نیا گاؤں',
+ 'sub_cities' => 'سب شہر',
+ 'add_sub_cities' => 'سب سٹی شامل کریں',
+ 'add_sub_districts' => 'سب ڈسٹرکٹ شامل کریں',
+ 'add_sub_neighborhoods' => 'ذیلی پڑوس شامل کریں',
+ 'add_sub_village' => 'سب گاؤں شامل کریں',
+ 'sub_districts' => 'سب اضلاع',
+ 'sub_neighborhoods' => 'ذیلی پڑوس',
+ 'sub_village' => 'سب گاؤں',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/ur/field.php b/resources/default/addons/visiosoft/location-module/lang/ur/field.php
new file mode 100644
index 000000000..9fbc11e76
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/ur/field.php
@@ -0,0 +1,43 @@
+ [
+ 'name' => 'عنوان'
+ ],
+ 'slug' => [
+ 'name' => 'سلگ'
+ ],
+ 'city' => [
+ 'name' => 'شہر'
+ ],
+ 'country' => [
+ 'name' => 'ملک'
+ ],
+ 'district' => [
+ 'name' => 'ضلع'
+ ],
+ 'order' => [
+ 'name' => 'ترتیب'
+ ],
+ 'neighborhood' => [
+ 'name' => 'ہمسایہ'
+ ],
+ 'village' => [
+ 'name' => 'گاؤں'
+ ],
+ 'description' => [
+ 'name' => 'تفصیل'
+ ],
+ 'pick_option' => [
+ 'name' => 'ایک اختیار منتخب کریں',
+ ],
+ 'address' => [
+ 'name' => 'پتہ',
+ ],
+ 'selected' => 'منتخب شدہ',
+ 'choose_an_option' => 'ایک آپشن منتخب کریں ...',
+ 'abv' => [
+ 'name' => 'مخفف',
+ ],
+ 'location' => 'مقام',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/ur/message.php b/resources/default/addons/visiosoft/location-module/lang/ur/message.php
new file mode 100644
index 000000000..47a937a8d
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/ur/message.php
@@ -0,0 +1,7 @@
+ 'تلاش کرنے کے لئے یہاں ٹائپ کریں',
+ 'null_msg' => 'نہیں ملا',
+ 'choose_country' => 'ایک ملک کا انتخاب کریں',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/ur/permission.php b/resources/default/addons/visiosoft/location-module/lang/ur/permission.php
new file mode 100644
index 000000000..fe25e78c2
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/ur/permission.php
@@ -0,0 +1,13 @@
+ [
+ 'name' => 'گاؤں',
+ 'option' => [
+ 'read' => 'گاؤں پڑھ سکتے ہو؟',
+ 'write' => 'گاؤں بنا / ترمیم کرسکتے ہیں؟',
+ 'delete' => 'گاؤں کو حذف کرسکتے ہیں؟',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/ur/section.php b/resources/default/addons/visiosoft/location-module/lang/ur/section.php
new file mode 100644
index 000000000..b0d61ba82
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/ur/section.php
@@ -0,0 +1,23 @@
+ [
+ 'title' => 'ممالک',
+ ],
+ 'cities' => [
+ 'title' => 'شہر',
+ ],
+ 'districts' => [
+ 'title' => 'اضلاع',
+ ],
+ 'neighborhoods' => [
+ 'title' => 'پڑوس',
+ ],
+ 'village' => [
+ 'title' => 'گاؤں',
+ ],
+ 'general' => 'جنرل',
+ 'map' => 'نقشہ',
+ 'setting' => 'سیٹنگ',
+ 'filter' => 'فلٹر کریں',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/ur/setting.php b/resources/default/addons/visiosoft/location-module/lang/ur/setting.php
new file mode 100644
index 000000000..c4028ddc5
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/ur/setting.php
@@ -0,0 +1,56 @@
+ [
+ 'name' => 'ہوم پیج لوکیشن فیلڈ',
+ ],
+ 'list_page_location' => [
+ 'name' => 'فہرست صفحہ مقام کا فیلڈ',
+ ],
+ 'detail_page_location' => [
+ 'name' => 'تفصیل سے صفحہ محل وقوع',
+ ],
+ 'show_search_location_btn' => [
+ 'name' => 'تلاش مقام کا بٹن دکھائیں',
+ ],
+ 'default_country' => [
+ 'name' => 'پہلے سے طے شدہ ملک',
+ ],
+ 'create_ad_page_location' => [
+ 'name' => 'اشتھاراتی صفحہ کی جگہ بنائیں',
+ ],
+ 'default_city' => [
+ 'name' => 'ڈیفالٹ سٹی',
+ ],
+ 'default_district' => [
+ 'name' => 'ڈیفالٹ ڈسٹرکٹ',
+ ],
+ 'default_neighborhood' => [
+ 'name' => 'پہلے سے طے شدہ پڑوس',
+ ],
+
+ 'google_map_key' => [
+ 'name' => 'گوگل نقشہ جات آپ کی کلید',
+ ],
+
+ 'map_coordinates_long' => [
+ 'name' => 'ڈیفالٹ لانگ',
+ ],
+
+ 'map_coordinates_lat' => [
+ 'name' => 'طے شدہ لیٹ',
+ ],
+
+ 'hide_location_filter' => [
+ 'name' => 'لوکیشن فلٹر چھپائیں',
+ ],
+ 'country_for_phone_field' => [
+ 'name' => 'ڈیفالٹ کنٹری برائے رجسٹر فون فیلڈ'
+ ],
+ 'sorting_column' => [
+ 'name' => 'چھانٹ رہا ہے کالم',
+ ],
+ 'sorting_type' => [
+ 'name' => 'ترتیب کی قسم',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/ur/stream.php b/resources/default/addons/visiosoft/location-module/lang/ur/stream.php
new file mode 100644
index 000000000..d78c86910
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/ur/stream.php
@@ -0,0 +1,7 @@
+ [
+ 'name' => 'گاؤں',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/vi/addon.php b/resources/default/addons/visiosoft/location-module/lang/vi/addon.php
new file mode 100644
index 000000000..2569dc763
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/vi/addon.php
@@ -0,0 +1,8 @@
+ 'Vị trí',
+ 'name' => 'Mô-đun vị trí',
+ 'description' => 'Sự miêu tả',
+ 'info' => 'On this page, you can manage country, city, district, neighborhood and village information.',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/vi/button.php b/resources/default/addons/visiosoft/location-module/lang/vi/button.php
new file mode 100644
index 000000000..572739ebc
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/vi/button.php
@@ -0,0 +1,17 @@
+ 'Quốc gia mới',
+ 'new_city' => 'Thành phố mới',
+ 'new_district' => 'Quận mới',
+ 'new_neighborhood' => 'Khu phố mới',
+ 'new_village' => 'Ngôi làng mới',
+ 'sub_cities' => 'Thành phố phụ',
+ 'add_sub_cities' => 'Thêm thành phố phụ',
+ 'add_sub_districts' => 'Thêm quận phụ',
+ 'add_sub_neighborhoods' => 'Thêm khu phố phụ',
+ 'add_sub_village' => 'Thêm làng phụ',
+ 'sub_districts' => 'Các quận phụ',
+ 'sub_neighborhoods' => 'Khu dân cư phụ',
+ 'sub_village' => 'Làng phụ',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/vi/field.php b/resources/default/addons/visiosoft/location-module/lang/vi/field.php
new file mode 100644
index 000000000..83c5fe481
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/vi/field.php
@@ -0,0 +1,43 @@
+ [
+ 'name' => 'Tiêu đề'
+ ],
+ 'slug' => [
+ 'name' => 'Sên'
+ ],
+ 'city' => [
+ 'name' => 'Thành phố'
+ ],
+ 'country' => [
+ 'name' => 'Quốc gia'
+ ],
+ 'district' => [
+ 'name' => 'Huyện'
+ ],
+ 'order' => [
+ 'name' => 'Thứ tự sắp xếp'
+ ],
+ 'neighborhood' => [
+ 'name' => 'Khu vực lân cận'
+ ],
+ 'village' => [
+ 'name' => 'Làng'
+ ],
+ 'description' => [
+ 'name' => 'Sự miêu tả'
+ ],
+ 'pick_option' => [
+ 'name' => 'Chọn một tùy chọn',
+ ],
+ 'address' => [
+ 'name' => 'Địa chỉ',
+ ],
+ 'selected' => 'Đã chọn',
+ 'choose_an_option' => 'Chọn một sự lựa chọn...',
+ 'abv' => [
+ 'name' => 'Viết tắt',
+ ],
+ 'location' => 'Vị trí',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/vi/message.php b/resources/default/addons/visiosoft/location-module/lang/vi/message.php
new file mode 100644
index 000000000..17f27304e
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/vi/message.php
@@ -0,0 +1,7 @@
+ 'Gõ vào đây để tìm kiếm',
+ 'null_msg' => 'Không tìm thấy',
+ 'choose_country' => 'Chọn một quốc gia',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/vi/permission.php b/resources/default/addons/visiosoft/location-module/lang/vi/permission.php
new file mode 100644
index 000000000..079de9da1
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/vi/permission.php
@@ -0,0 +1,13 @@
+ [
+ 'name' => 'Làng',
+ 'option' => [
+ 'read' => 'Có đọc được làng không?',
+ 'write' => 'Có thể tạo / chỉnh sửa làng?',
+ 'delete' => 'Có thể xóa làng?',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/vi/section.php b/resources/default/addons/visiosoft/location-module/lang/vi/section.php
new file mode 100644
index 000000000..bc04890c5
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/vi/section.php
@@ -0,0 +1,23 @@
+ [
+ 'title' => 'Quốc gia',
+ ],
+ 'cities' => [
+ 'title' => 'Các thành phố',
+ ],
+ 'districts' => [
+ 'title' => 'Quận',
+ ],
+ 'neighborhoods' => [
+ 'title' => 'Vùng lân cận',
+ ],
+ 'village' => [
+ 'title' => 'Làng',
+ ],
+ 'general' => 'Chung',
+ 'map' => 'Bản đồ',
+ 'setting' => 'Cài đặt',
+ 'filter' => 'Bộ lọc',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/vi/setting.php b/resources/default/addons/visiosoft/location-module/lang/vi/setting.php
new file mode 100644
index 000000000..f5891c868
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/vi/setting.php
@@ -0,0 +1,56 @@
+ [
+ 'name' => 'Trang chủ Vị trí trường',
+ ],
+ 'list_page_location' => [
+ 'name' => 'Danh sách trang Vị trí trường',
+ ],
+ 'detail_page_location' => [
+ 'name' => 'Chi tiết trang Vị trí trường',
+ ],
+ 'show_search_location_btn' => [
+ 'name' => 'Hiển thị nút vị trí tìm kiếm',
+ ],
+ 'default_country' => [
+ 'name' => 'Quốc gia mặc định',
+ ],
+ 'create_ad_page_location' => [
+ 'name' => 'Tạo vị trí trang quảng cáo',
+ ],
+ 'default_city' => [
+ 'name' => 'Thành phố mặc định',
+ ],
+ 'default_district' => [
+ 'name' => 'Quận mặc định',
+ ],
+ 'default_neighborhood' => [
+ 'name' => 'Vùng lân cận mặc định',
+ ],
+
+ 'google_map_key' => [
+ 'name' => 'Khóa Api của Google Maps',
+ ],
+
+ 'map_coordinates_long' => [
+ 'name' => 'Mặc định dài',
+ ],
+
+ 'map_coordinates_lat' => [
+ 'name' => 'Lat mặc định',
+ ],
+
+ 'hide_location_filter' => [
+ 'name' => 'Ẩn Bộ lọc Vị trí',
+ ],
+ 'country_for_phone_field' => [
+ 'name' => 'Quốc gia mặc định để đăng ký trường điện thoại'
+ ],
+ 'sorting_column' => [
+ 'name' => 'Sắp xếp cột',
+ ],
+ 'sorting_type' => [
+ 'name' => 'Loại sắp xếp',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/vi/stream.php b/resources/default/addons/visiosoft/location-module/lang/vi/stream.php
new file mode 100644
index 000000000..2a1b54c8d
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/vi/stream.php
@@ -0,0 +1,7 @@
+ [
+ 'name' => 'Làng',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/zh/addon.php b/resources/default/addons/visiosoft/location-module/lang/zh/addon.php
new file mode 100644
index 000000000..4ca822b81
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/zh/addon.php
@@ -0,0 +1,8 @@
+ '位置',
+ 'name' => '定位模块',
+ 'description' => '描述',
+ 'info' => 'On this page, you can manage country, city, district, neighborhood and village information.',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/zh/button.php b/resources/default/addons/visiosoft/location-module/lang/zh/button.php
new file mode 100644
index 000000000..02534fb84
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/zh/button.php
@@ -0,0 +1,17 @@
+ '新国家',
+ 'new_city' => '新城市',
+ 'new_district' => '新区',
+ 'new_neighborhood' => '新邻居',
+ 'new_village' => '新村',
+ 'sub_cities' => '子城市',
+ 'add_sub_cities' => '添加子城市',
+ 'add_sub_districts' => '添加分区',
+ 'add_sub_neighborhoods' => '添加子社区',
+ 'add_sub_village' => '添加子村',
+ 'sub_districts' => '分区',
+ 'sub_neighborhoods' => '子社区',
+ 'sub_village' => '子村',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/zh/field.php b/resources/default/addons/visiosoft/location-module/lang/zh/field.php
new file mode 100644
index 000000000..566476f51
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/zh/field.php
@@ -0,0 +1,43 @@
+ [
+ 'name' => '标题'
+ ],
+ 'slug' => [
+ 'name' => 'ug'
+ ],
+ 'city' => [
+ 'name' => '市'
+ ],
+ 'country' => [
+ 'name' => '国家'
+ ],
+ 'district' => [
+ 'name' => '区'
+ ],
+ 'order' => [
+ 'name' => '排序'
+ ],
+ 'neighborhood' => [
+ 'name' => '邻里'
+ ],
+ 'village' => [
+ 'name' => '村'
+ ],
+ 'description' => [
+ 'name' => '描述'
+ ],
+ 'pick_option' => [
+ 'name' => '选择一个选项',
+ ],
+ 'address' => [
+ 'name' => '地址',
+ ],
+ 'selected' => '已选',
+ 'choose_an_option' => '选择一个选项...',
+ 'abv' => [
+ 'name' => '缩写',
+ ],
+ 'location' => '地点',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/zh/message.php b/resources/default/addons/visiosoft/location-module/lang/zh/message.php
new file mode 100644
index 000000000..7ce5cdeb7
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/zh/message.php
@@ -0,0 +1,7 @@
+ '在此处输入内容进行搜索',
+ 'null_msg' => '未找到',
+ 'choose_country' => '选择一个国家',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/zh/permission.php b/resources/default/addons/visiosoft/location-module/lang/zh/permission.php
new file mode 100644
index 000000000..fbc1c23e8
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/zh/permission.php
@@ -0,0 +1,13 @@
+ [
+ 'name' => '村',
+ 'option' => [
+ 'read' => '能看乡村吗?',
+ 'write' => '可以创建/编辑村庄吗?',
+ 'delete' => '可以删除村落吗?',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/zh/section.php b/resources/default/addons/visiosoft/location-module/lang/zh/section.php
new file mode 100644
index 000000000..e74bf9695
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/zh/section.php
@@ -0,0 +1,23 @@
+ [
+ 'title' => '国别',
+ ],
+ 'cities' => [
+ 'title' => '城市',
+ ],
+ 'districts' => [
+ 'title' => '地区',
+ ],
+ 'neighborhoods' => [
+ 'title' => '邻里',
+ ],
+ 'village' => [
+ 'title' => '村',
+ ],
+ 'general' => '一般',
+ 'map' => '地图',
+ 'setting' => '设置',
+ 'filter' => '筛选',
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/zh/setting.php b/resources/default/addons/visiosoft/location-module/lang/zh/setting.php
new file mode 100644
index 000000000..237b6ed66
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/zh/setting.php
@@ -0,0 +1,56 @@
+ [
+ 'name' => '主页位置字段',
+ ],
+ 'list_page_location' => [
+ 'name' => '列表页面位置字段',
+ ],
+ 'detail_page_location' => [
+ 'name' => '详细页面位置字段',
+ ],
+ 'show_search_location_btn' => [
+ 'name' => '显示搜索位置按钮',
+ ],
+ 'default_country' => [
+ 'name' => '默认国家',
+ ],
+ 'create_ad_page_location' => [
+ 'name' => '创建广告页面位置',
+ ],
+ 'default_city' => [
+ 'name' => '默认城市',
+ ],
+ 'default_district' => [
+ 'name' => '默认区',
+ ],
+ 'default_neighborhood' => [
+ 'name' => '默认邻居',
+ ],
+
+ 'google_map_key' => [
+ 'name' => 'Google Maps Api密钥',
+ ],
+
+ 'map_coordinates_long' => [
+ 'name' => '默认长',
+ ],
+
+ 'map_coordinates_lat' => [
+ 'name' => '默认纬度',
+ ],
+
+ 'hide_location_filter' => [
+ 'name' => '隐藏位置过滤器',
+ ],
+ 'country_for_phone_field' => [
+ 'name' => '注册电话字段的默认国家/地区'
+ ],
+ 'sorting_column' => [
+ 'name' => '排序栏',
+ ],
+ 'sorting_type' => [
+ 'name' => '分选类型',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/location-module/lang/zh/stream.php b/resources/default/addons/visiosoft/location-module/lang/zh/stream.php
new file mode 100644
index 000000000..497f4a67b
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/lang/zh/stream.php
@@ -0,0 +1,7 @@
+ [
+ 'name' => '村',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/location-module/views/ad-detail/details.twig b/resources/default/addons/visiosoft/location-module/views/ad-detail/details.twig
new file mode 100644
index 000000000..c408941a0
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/views/ad-detail/details.twig
@@ -0,0 +1,7 @@
+{% set adv = params.adv %}
+{% if setting_value('visiosoft.module.location::detail_page_location') and adv.country_name %}
+
+
+ {{ (adv.city_name) ? adv.city_name~',' : '' }} {{ adv.country_name }}
+
+{% endif %}
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/location-module/views/ad-detail/sub-detail.twig b/resources/default/addons/visiosoft/location-module/views/ad-detail/sub-detail.twig
new file mode 100644
index 000000000..dea766e60
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/views/ad-detail/sub-detail.twig
@@ -0,0 +1,7 @@
+{% set adv = params.adv %}
+{% if setting_value('visiosoft.module.location::detail_page_location') %}
+
+ {{ trans('visiosoft.module.location::field.location') }}:
+ {{ adv.city_name }}, {{ adv.country_name }}
+
+{% endif %}
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/location-module/views/admin/fields/choose.twig b/resources/default/addons/visiosoft/location-module/views/admin/fields/choose.twig
new file mode 100644
index 000000000..58fe3f837
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/views/admin/fields/choose.twig
@@ -0,0 +1,21 @@
+
+
+
+
+ {% include "streams::modals/filter" %}
+
+
+
diff --git a/resources/default/addons/visiosoft/location-module/views/ads-list/partials/list-filter.twig b/resources/default/addons/visiosoft/location-module/views/ads-list/partials/list-filter.twig
new file mode 100644
index 000000000..8f14678b5
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/views/ads-list/partials/list-filter.twig
@@ -0,0 +1,18 @@
+{% if setting_value('visiosoft.module.location::hide_location_filter') == false and setting_value('visiosoft.module.location::list_page_location') %}
+
+
+
{{ trans("visiosoft.module.location::addon.title") }}
+ {{ img('visiosoft.module.advs::images/listing/filter-arrow.svg').data|raw }}
+
+
+ {% include "visiosoft.module.location::ads-list/partials/location-fields" %}
+
+
+
+
+
+ {{ asset_add("scripts.js", "visiosoft.module.location::js/filterLocation.js") }}
+ {{ asset_add("styles.css", "visiosoft.module.location::css/filterLocation.css") }}
+{% endif %}
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/location-module/views/ads-list/partials/location-fields.twig b/resources/default/addons/visiosoft/location-module/views/ads-list/partials/location-fields.twig
new file mode 100644
index 000000000..ce6725b03
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/views/ads-list/partials/location-fields.twig
@@ -0,0 +1,131 @@
+{% set defaultCountry = setting_value('visiosoft.module.location::default_country') %}
+{% set selectedCountry = app.request.get('country') %}
+
+{% if selectedCountry %}
+ {% set countryName = getCountry(selectedCountry).name %}
+ {% set countryValue = defaultCountry == selectedCountry ? '' : selectedCountry %}
+ {% set selected_countries_name = [] %}
+ {% for selectedCountry in selectedCountry[0]|split(',') %}
+ {% set selected_countries_name = selected_countries_name|merge([getCountry(selectedCountry|trim(',')).name]) %}
+ {% endfor %}
+{% elseif defaultCountry %}
+ {% set countryName = getCountry(defaultCountry).name %}
+ {% set countryValue = defaultCountry %}
+{% else %}
+ {% set countryName = trans("visiosoft.module.location::field.country.name") %}
+ {% set countryValue = '' %}
+{% endif %}
+
+{% set citySlug = null %}
+{% set pathInfo = app.request.pathinfo|split('/') %}
+{% if pathInfo|length is same as(4) %}
+ {% set citySlug = entries('location', 'cities').findBy('slug', pathInfo[3]) %}
+ {% set selected_cities_name = [getCity(citySlug.id).name] %}
+{% else %}
+ {% set selected_cities = params.param['city'] %}
+ {% set selected_cities_name = [] %}
+ {% for selected_city in selected_cities[0]|split(',') %}
+ {% set selected_cities_name = selected_cities_name|merge([getCity(selected_city|trim(',')).name]) %}
+ {% endfor %}
+{% endif %}
+
+{% set selected_districts = app.request.get('district') %}
+{% set selected_districts_name = [] %}
+{% for selected_district in selected_districts[0]|split(',') %}
+ {% set selected_districts_name = selected_districts_name|merge([getDistrict(selected_district|trim(',')).name]) %}
+{% endfor %}
+
+{% set selected_neighborhoods = app.request.get('neighborhood') %}
+{% set selected_neighborhoods_name = [] %}
+{% for selected_neighborhood in selected_neighborhoods[0]|split(',') %}
+ {% set selected_neighborhoods_name = selected_neighborhoods_name|merge([getNeighborhood(selected_neighborhood|trim(',')).name]) %}
+{% endfor %}
+
+{% set selected_villages = app.request.get('village') %}
+{% set selected_villages_name = [] %}
+{% for selected_village in selected_villages[0]|split(',') %}
+ {% set selected_villages_name = selected_villages_name|merge([getVillage(selected_village|trim(',')).name]) %}
+{% endfor %}
+
+
+
+
+
+ {{ selected_countries_name ? selected_countries_name|join(', ') : countryName }}
+
+ {{ img('visiosoft.module.advs::images/listing/filter-arrow.svg').data|raw }}
+
+
+
+
+
+
+
+ {{ selected_cities_name[0] ? selected_cities_name|join(', ') : trans("visiosoft.module.location::field.city.name") }}
+
+ {{ img('visiosoft.module.advs::images/listing/filter-arrow.svg').data|raw }}
+
+
+
+
+
+
+
+ {{ selected_districts_name[0] ? selected_districts_name|join(', ') : trans("visiosoft.module.location::field.district.name") }}
+
+ {{ img('visiosoft.module.advs::images/listing/filter-arrow.svg').data|raw }}
+
+
+
+
+
+
+
+ {{ selected_neighborhoods_name[0] ? selected_neighborhoods_name|join(', ') : trans("visiosoft.module.location::field.neighborhood.name") }}
+
+ {{ img('visiosoft.module.advs::images/listing/filter-arrow.svg').data|raw }}
+
+
+
+
+
+
+
+ {{ selected_villages_name[0] ? selected_villages_name|join(', ') : trans("visiosoft.module.location::field.village.name") }}
+
+ {{ img('visiosoft.module.advs::images/listing/filter-arrow.svg').data|raw }}
+
+
+
+
+
+
+
+
+
diff --git a/resources/default/addons/visiosoft/location-module/views/form/form.twig b/resources/default/addons/visiosoft/location-module/views/form/form.twig
new file mode 100644
index 000000000..49e0d2d7f
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/views/form/form.twig
@@ -0,0 +1,29 @@
+{{ asset_add("scripts.js", "streams::js/form/form.js") }}
+{{ asset_add("scripts.js", "streams::js/form/keyboard.js") }}
+{{ asset_add("scripts.js", "streams::js/form/translations.js") }}
+
+{% block content %}
+
+
+
+ {{ form_open({
+ 'class': 'form ' ~ form.options.class ,
+ 'enctype': 'multipart/form-data',
+ 'url': form.options.url ?: url_full()
+ }) }}
+
+ {#{% include "streams::form/partials/controls" with {"position": "top"} %}#}
+ {% include form.options.get('heading', "streams::form/partials/heading") %}
+
+ {% if (form.model.table()== 'advs_advs') %}
+ {% include "visiosoft.module.advs::form/partials/layout" %}
+ {% else %}
+ {% include "streams::form/partials/layout" %}
+ {% endif %}
+ {% include "streams::form/partials/controls" %}
+
+ {{ form_close() }}
+
+
+
+{% endblock %}
diff --git a/resources/default/addons/visiosoft/location-module/views/form/partials/default.twig b/resources/default/addons/visiosoft/location-module/views/form/partials/default.twig
new file mode 100644
index 000000000..7cc1c540b
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/views/form/partials/default.twig
@@ -0,0 +1,10 @@
+
+
+ {% include "streams::form/partials/header" with {"section": section} %}
+
+
+
+ {% include "visiosoft.module.advs::form/partials/fields" with {"fields": form.fields.base().pluck('field_name').all()} %}
+
+
+
diff --git a/resources/default/addons/visiosoft/location-module/views/form/partials/fields.twig b/resources/default/addons/visiosoft/location-module/views/form/partials/fields.twig
new file mode 100644
index 000000000..0177ee9ff
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/views/form/partials/fields.twig
@@ -0,0 +1,239 @@
+ {% for field in fields %}
+ {% if (field=='category') %}
+
+ {% for field in form.fields.translations(field) %}
+ {{ field.input | raw }}
+ {% endfor %}
+
+ {% else %}
+ {% if (field == 'price' or field == 'currency' ) %}
+ {% if (field == 'price') %}
+
+
+ {% for field in form.fields.translations(field) %}
+ {{ field.render({'form': form})|raw }}
+ {% endfor %}
+
+ {% set field = 'currency' %}
+
+ {% for field in form.fields.translations(field) %}
+ {{ field.render({'form': form})|raw }}
+ {% endfor %}
+
+
+ {% endif %}
+ {% elseif(field=='country' or field=='city' or field=='district' or field=='neighborhood') %}
+ {% if(field=='country') %}
+
+
+
+ {% for field in form.fields.translations(field) %}
+ {{ field.render({'form': form})|raw }}
+ {% endfor %}
+
+ {% set field = 'city' %}
+
+ {% for field in form.fields.translations(field) %}
+ {{ field.render({'form': form})|raw }}
+ {% endfor %}
+
+ {% set field = 'district' %}
+
+ {% for field in form.fields.translations(field) %}
+ {{ field.render({'form': form})|raw }}
+ {% endfor %}
+
+ {% set field = 'neighborhood' %}
+
+ {% for field in form.fields.translations(field) %}
+ {{ field.render({'form': form})|raw }}
+ {% endfor %}
+
+
+
+
+ {% endif %}
+ {% else %}
+
+ {% for field in form.fields.translations(field) %}
+ {{ field.render({'form': form})|raw }}
+ {% endfor %}
+
+ {% endif %}
+ {% endif%}
+ {% if (field=='files') %}
+
+ {% for field in form.fields.translations(field) %}
+ {{ field.input | raw }}
+ {% endfor %}
+
+ {% endif %}
+ {% endfor %}
+
+
+
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/location-module/views/form/partials/layout.twig b/resources/default/addons/visiosoft/location-module/views/form/partials/layout.twig
new file mode 100644
index 000000000..e6643f08f
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/views/form/partials/layout.twig
@@ -0,0 +1,27 @@
+{% if form.fields.empty %}
+
+
+
+ {{ trans("streams::message.no_fields_available") }}
+
+
+
+{% else %}
+
+ {% if not form.sections.empty() %}
+
+ {% for section in form.sections %}
+ {% if section.view %}
+ {% include section.view %}
+ {% elseif section.html %}
+ {{ section.html|raw }}
+ {% else %}
+ {% include "streams::form/partials/section" %}
+ {% endif %}
+ {% endfor %}
+
+ {% else %}
+ {% include "visiosoft.module.advs::form/partials/default" %}
+ {% endif %}
+
+{% endif %}
diff --git a/resources/default/addons/visiosoft/location-module/views/form/section.twig b/resources/default/addons/visiosoft/location-module/views/form/section.twig
new file mode 100644
index 000000000..fa4613fab
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/views/form/section.twig
@@ -0,0 +1,3 @@
+a
+
+{% include "visiosoft.module.advs::form/partials/fields" with {"fields": form.fields.base().where('field_name', '!=', 'price').where('field_name', '!=', 'currency').pluck('field_name').all()} %}
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/location-module/views/location/admin-sub-location.twig b/resources/default/addons/visiosoft/location-module/views/location/admin-sub-location.twig
new file mode 100644
index 000000000..5378763e8
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/views/location/admin-sub-location.twig
@@ -0,0 +1,54 @@
+{% extends "theme::layouts/default" %}
+{% block content %}
+ {% include "theme::partials/messages" %}
+ {{ asset_add("scripts.js", "streams::js/form/form.js") }}
+ {{ asset_add("scripts.js", "streams::js/form/translations.js") }}
+
+
+ {% if app.request.get('cities') is not empty %}
+ {% set parent = "country" %}
+ {% elseif app.request.get('districts') is not empty %}
+ {% set parent = "city" %}
+ {% elseif app.request.get('neighborhoods') is not empty %}
+ {% set parent = "district" %}
+ {% elseif app.request.get('village') is not empty %}
+ {% set parent = "neighborhood" %}
+ {% endif %}
+
+ {% set redirect_parameter = app.request.query|keys|first %}
+
+
+ {% set form = form('location', app.request.query|keys|first).
+ entry(id).
+ actions({'save':{}}).
+ redirect('/admin/location/'~redirect_parameter~'?'~parent~"="~app.request.get(redirect_parameter))
+ .get() %}
+ {{ form.open({
+ 'class': 'form ' ~ form.options.class ,
+ 'enctype': 'multipart/form-data',
+ })|raw }}
+
+
+
+
+ {% set fields = form.fields.base().pluck('field_name').all() %}
+
+ {% for field in form.fields.translations('name') %}
+ {{ field.render({'form': form})|raw }}
+ {% endfor %}
+
+ {{ form.fields.slug|raw }}
+
+ {{ form.fields.order|raw }}
+
+
+
+
+
+
+ {{ form.actions|raw }}
+
+
+ {{ form.close|raw }}
+
+{% endblock %}
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/location-module/views/new-ad/map.twig b/resources/default/addons/visiosoft/location-module/views/new-ad/map.twig
new file mode 100644
index 000000000..d56f21222
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/views/new-ad/map.twig
@@ -0,0 +1,106 @@
+{% if setting_value('visiosoft.module.location::create_ad_page_location') %}
+
+
+
+ {{ asset_add("scripts.js", "visiosoft.module.advs::js/location.js") }}
+ {{ asset_add("scripts.js", "visiosoft.module.location::js/addressSelect.js") }}
+
+ {{ asset_add("styles.css", "visiosoft.module.location::css/map.css") }}
+{% endif %}
+
diff --git a/resources/default/addons/visiosoft/location-module/views/new-ad/modals.twig b/resources/default/addons/visiosoft/location-module/views/new-ad/modals.twig
new file mode 100644
index 000000000..59107eb10
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/views/new-ad/modals.twig
@@ -0,0 +1,102 @@
+
+
+
+
+
+
+
+
+
+
+ {% set form = form('profile', 'adress').get() %}
+ {{ form_open({
+ 'class': 'form ' ~ form.options.class ,
+ 'enctype': 'multipart/form-data',
+ 'id': 'newAdd-address',
+ 'url': url_route('visiosoft.module.profile::adress_ajax_create'),
+ })|raw }}
+
+
+
+
+ {{ form.fields.adress_name|raw }}
+
+
+ {{ form.fields.adress_gsm_phone|raw }}
+
+
+
+
+ {{ form.fields.adress_first_name|raw }}
+
+
+ {{ form.fields.adress_last_name|raw }}
+
+
+
+
+
+
+
+
+
+ {{ trans('streams::button.save') }}
+
+ {{ trans("visiosoft.module.carts::button.close") }}
+
+
+
+
+
+
+
+
+ {{ form.close|raw }}
+
+
+
+
+
+
+
+{{ asset_add("scripts.js", "visiosoft.theme.base::js/phonefield.js") }}
diff --git a/resources/default/addons/visiosoft/location-module/views/settings/field.twig b/resources/default/addons/visiosoft/location-module/views/settings/field.twig
new file mode 100644
index 000000000..25f439851
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/views/settings/field.twig
@@ -0,0 +1,8 @@
+
+{{ asset_add("scripts.js","visiosoft.module.location::js/settings.js") }}
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/location-module/views/table/body.twig b/resources/default/addons/visiosoft/location-module/views/table/body.twig
new file mode 100644
index 000000000..d281f735f
--- /dev/null
+++ b/resources/default/addons/visiosoft/location-module/views/table/body.twig
@@ -0,0 +1,31 @@
+
+{% for row in table.rows %}
+
+
+ {% if table.options.sortable %}
+
+ {{ icon('fa fa-arrows handle') }}
+
+
+ {% endif %}
+
+ {% if not table.actions.empty() %}
+
+
+
+ {% endif %}
+
+ {% for column in row.columns %}
+
+ {{ column.value|raw }}
+
+ {% endfor %}
+
+
+ {{ buttons(row.buttons)|raw }}
+
+
+
+{% endfor %}
+
diff --git a/resources/default/addons/visiosoft/media-field_type/config/config.php b/resources/default/addons/visiosoft/media-field_type/config/config.php
new file mode 100644
index 000000000..1d8534394
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/config/config.php
@@ -0,0 +1,37 @@
+ [
+ 'type' => 'anomaly.field_type.checkboxes',
+ 'config' => [
+ 'options' => function (FolderRepositoryInterface $folders) {
+ return $folders->all()->pluck('name', 'id')->all();
+ },
+ ],
+ ],
+ 'min' => [
+ 'type' => 'anomaly.field_type.integer',
+ 'config' => [
+ 'min' => 1,
+ ],
+ ],
+ 'max' => [
+ 'type' => 'anomaly.field_type.integer',
+ 'config' => [
+ 'min' => 1,
+ ],
+ ],
+ 'mode' => [
+ 'required' => true,
+ 'type' => 'anomaly.field_type.select',
+ 'config' => [
+ 'options' => [
+ 'default' => 'visiosoft.field_type.media::config.mode.option.default',
+ 'select' => 'visiosoft.field_type.media::config.mode.option.select',
+ 'upload' => 'visiosoft.field_type.media::config.mode.option.upload',
+ ],
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/af/addon.php b/resources/default/addons/visiosoft/media-field_type/lang/af/addon.php
new file mode 100644
index 000000000..e5a565b5a
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/af/addon.php
@@ -0,0 +1,7 @@
+ 'Tipe mediaveld',
+ 'name' => 'Lêers Veldtipe',
+ 'description' => '\'N Veldtipe vir veelvuldige lêers laai op.',
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/af/button.php b/resources/default/addons/visiosoft/media-field_type/lang/af/button.php
new file mode 100644
index 000000000..0eb5d4a16
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/af/button.php
@@ -0,0 +1,7 @@
+ 'Hoof',
+ 'rotate' => 'Draai',
+ 'delete' => 'Vee uit'
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/af/config.php b/resources/default/addons/visiosoft/media-field_type/lang/af/config.php
new file mode 100644
index 000000000..3b9b22f7c
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/af/config.php
@@ -0,0 +1,26 @@
+ [
+ 'name' => 'Gidse',
+ 'instructions' => 'Spesifiseer watter vouers vir hierdie veld beskikbaar is. Laat leeg om alle vouers te vertoon.',
+ 'warning' => 'Bestaande vouertoestemmings geniet voorkeur bo geselekteerde vouers.',
+ ],
+ 'min' => [
+ 'label' => 'Minimum keuses',
+ 'instructions' => 'Voer die minimum aantal toegelate keuses in.',
+ ],
+ 'max' => [
+ 'label' => 'Maksimum keuses',
+ 'instructions' => 'Voer die maksimum aantal toegelate keuses in.',
+ ],
+ 'mode' => [
+ 'name' => 'Invoermodus',
+ 'instructions' => 'Hoe moet gebruikers lêerinvoer verskaf?',
+ 'option' => [
+ 'default' => 'Laai lêers op en / of kies dit.',
+ 'select' => 'Kies slegs lêers.',
+ 'upload' => 'Laai slegs lêers op.',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/af/input.php b/resources/default/addons/visiosoft/media-field_type/lang/af/input.php
new file mode 100644
index 000000000..5f6fa3577
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/af/input.php
@@ -0,0 +1,6 @@
+ 'Klik of laat val lêers hier om dit op te laai.',
+ 'help' => 'Klik en sleep om aangehegte lêers te orden.',
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/af/message.php b/resources/default/addons/visiosoft/media-field_type/lang/af/message.php
new file mode 100644
index 000000000..702e6f5e8
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/af/message.php
@@ -0,0 +1,14 @@
+ 'Na watter vouer wil u laai?',
+ 'upload' => 'Voeg beelde by | Beelde oplaai | Heg \'n foto aan',
+ 'choose_files' => 'Watter lêers wil u gebruik?',
+ 'no_files_selected' => 'Geen lêers is gekies nie.',
+ 'no_uploads' => 'Geen lêers opgelaai nie.',
+ 'overwrite' => 'is reeds opgelaai. Wil u dit oorskryf?',
+ 'uploading' => 'Laai tans op',
+ 'loading' => 'Laai tans',
+ 'error_upload' => 'Kon nie die lêer oplaai nie.',
+ 'error_upload_docs' => 'Daar is geen ondersteuning vir dokumentoplaai nie. Kontak u stelseladministrateur!',
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/af/validation.php b/resources/default/addons/visiosoft/media-field_type/lang/af/validation.php
new file mode 100644
index 000000000..a5cd70660
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/af/validation.php
@@ -0,0 +1,6 @@
+ 'Die gekonfigureerde oplaaiskyf vir: attribuut bestaan nie.',
+ 'unsupported' => 'Hierdie area is slegs vir beeldlêers. U kan verskillende lêertipes byvoeg in die beskrywingsveld.'
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/ar/addon.php b/resources/default/addons/visiosoft/media-field_type/lang/ar/addon.php
new file mode 100644
index 000000000..5c4dd84a4
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/ar/addon.php
@@ -0,0 +1,7 @@
+ 'الملفات',
+ 'name' => 'نوع حقل الملفات',
+ 'description' => 'نوع حقل لرفع عدة ملفات.',
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/ar/button.php b/resources/default/addons/visiosoft/media-field_type/lang/ar/button.php
new file mode 100644
index 000000000..85422b27e
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/ar/button.php
@@ -0,0 +1,7 @@
+ 'الأساسية',
+ 'rotate' => 'استدارة',
+ 'delete' => 'حذف'
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/ar/config.php b/resources/default/addons/visiosoft/media-field_type/lang/ar/config.php
new file mode 100644
index 000000000..d0cffcd9d
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/ar/config.php
@@ -0,0 +1,26 @@
+ [
+ 'name' => 'المجلدات',
+ 'instructions' => 'حدد المجلدات المتاحة لهذا الحقل. اتركه فارغًا لعرض كل المجلدات.',
+ 'warning' => 'أذونات المجلد الموجودة لها الأسبقية على المجلدات المحددة.',
+ ],
+ 'min' => [
+ 'label' => 'الحد الأدنى للاختيارت',
+ 'instructions' => 'ادخل رقم الحد الأدنى للاخيارات المسموح بها',
+ ],
+ 'max' => [
+ 'label' => 'الحد الأعلى للاختيارات',
+ 'instructions' => 'ادخل رقم الحد الأعلى للاخيارات المسموح بها.',
+ ],
+ 'mode' => [
+ 'name' => 'وضع الإدخال',
+ 'instructions' => 'كيف يجب على المستخدمين تقديم ملف الإدخال؟',
+ 'option' => [
+ 'default' => 'تحميل و / أو تحديد الملفات.',
+ 'select' => 'حدد الملفات فقط.',
+ 'upload' => 'تحميل الملفات فقط.',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/ar/input.php b/resources/default/addons/visiosoft/media-field_type/lang/ar/input.php
new file mode 100644
index 000000000..6249ce518
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/ar/input.php
@@ -0,0 +1,6 @@
+ 'انقرأو اسحب الملفات إلى هنا للرفع.',
+ 'help' => 'انقر أو اسحب لإعادة تريتيب الملفات المرتبطة.',
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/ar/message.php b/resources/default/addons/visiosoft/media-field_type/lang/ar/message.php
new file mode 100644
index 000000000..f73eb81e5
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/ar/message.php
@@ -0,0 +1,14 @@
+ 'ماهو المجلد الذي تريد الرفع إليه?',
+ 'upload' => 'انقر أو اسحب الملفات إلى هنا للرفع.',
+ 'choose_files' => 'ما هي الملفات التي تريد استخدامها?',
+ 'no_files_selected' => 'لم يتم اختيار الملفات.',
+ 'no_uploads' => 'لم يتم رفع الملفات.',
+ 'overwrite' => 'لقد تم رفعه مسبقاً هل تريد استبداله?',
+ 'uploading' => 'جاري الرفع',
+ 'loading' => 'جاري التحميل',
+ 'error_upload' => 'كانت هناك مشكلة في تحميل الملف.',
+ 'error_upload_docs' => 'لا يوجد دعم لتحميل المستندات. من فضلك تواصل مع مسؤول نظامك!',
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/ar/setting.php b/resources/default/addons/visiosoft/media-field_type/lang/ar/setting.php
new file mode 100644
index 000000000..39e617fcb
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/ar/setting.php
@@ -0,0 +1,16 @@
+ [
+ 'name' => 'عرض صورة قماش'
+ ],
+ 'imageCanvasH' => [
+ 'name' => 'صورة قماش الارتفاع'
+ ],
+ 'imageResizeW' => [
+ 'name' => 'صورة تغيير حجم العرض'
+ ],
+ 'imageResizeH' => [
+ 'name' => 'تغيير حجم الصورة'
+ ],
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/ar/validation.php b/resources/default/addons/visiosoft/media-field_type/lang/ar/validation.php
new file mode 100644
index 000000000..455438d89
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/ar/validation.php
@@ -0,0 +1,6 @@
+ 'القرص المخصص لـ :attribute غير موجود.',
+ 'unsupported' => 'هذه المنطقة مخصصة لملفات الصور فقط. يمكنك إضافة أنواع ملفات مختلفة في حقل الوصف.'
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/az/addon.php b/resources/default/addons/visiosoft/media-field_type/lang/az/addon.php
new file mode 100644
index 000000000..788d66f2b
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/az/addon.php
@@ -0,0 +1,7 @@
+ 'Media Sahəsi Növü',
+ 'name' => 'Fayl Sahəsi Növü',
+ 'description' => 'Birdən çox fayl sahə növü yükləyir.',
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/az/button.php b/resources/default/addons/visiosoft/media-field_type/lang/az/button.php
new file mode 100644
index 000000000..8f9c0c270
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/az/button.php
@@ -0,0 +1,7 @@
+ 'Əsas',
+ 'rotate' => 'Döndürün',
+ 'delete' => 'Sil'
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/az/config.php b/resources/default/addons/visiosoft/media-field_type/lang/az/config.php
new file mode 100644
index 000000000..32cc63e38
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/az/config.php
@@ -0,0 +1,26 @@
+ [
+ 'name' => 'Qovluqlar',
+ 'instructions' => 'Bu sahə üçün hansı qovluqların olduğunu göstərin. Bütün qovluqları göstərmək üçün boş buraxın.',
+ 'warning' => 'Mövcud qovluq icazələri seçilmiş qovluqlardan üstündür.',
+ ],
+ 'min' => [
+ 'label' => 'Minimum Seçimlər',
+ 'instructions' => 'İcazəli seçimlərin minimum sayını daxil edin.',
+ ],
+ 'max' => [
+ 'label' => 'Maksimum Seçimlər',
+ 'instructions' => 'İcazəli seçimlərin maksimum sayını daxil edin.',
+ ],
+ 'mode' => [
+ 'name' => 'Giriş rejimi',
+ 'instructions' => 'İstifadəçilər fayl girişini necə təmin etməlidirlər?',
+ 'option' => [
+ 'default' => 'Yükləyin və / və ya faylları seçin.',
+ 'select' => 'Yalnız faylları seçin.',
+ 'upload' => 'Yalnız faylları yükləyin.',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/az/input.php b/resources/default/addons/visiosoft/media-field_type/lang/az/input.php
new file mode 100644
index 000000000..604e617c0
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/az/input.php
@@ -0,0 +1,6 @@
+ 'Yükləmək üçün faylları buraya vurun və ya buraxın.',
+ 'help' => 'Əlavə edilmiş faylları sıralamaq üçün vurun və sürükləyin.',
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/az/message.php b/resources/default/addons/visiosoft/media-field_type/lang/az/message.php
new file mode 100644
index 000000000..a5b5ab5fb
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/az/message.php
@@ -0,0 +1,14 @@
+ 'Hansı qovluğa yükləmək istərdiniz?',
+ 'upload' => 'İmages əlavə edin | İmages yüklə | Bir şəkil əlavə edin',
+ 'choose_files' => 'Hansı fayllardan istifadə etmək istərdiniz?',
+ 'no_files_selected' => 'Fayl seçilməyib.',
+ 'no_uploads' => 'Fayl yüklənməyib.',
+ 'overwrite' => 'artıq yüklənib. Yenidən yazmaq istərdinizmi?',
+ 'uploading' => 'Yüklənir',
+ 'loading' => 'Yüklənir',
+ 'error_upload' => 'Fayl yüklənərkən problem oldu.',
+ 'error_upload_docs' => 'Sənəd yükləmə dəstəyi yoxdur. Zəhmət olmasa sistem administratorunuzla əlaqə saxlayın!',
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/az/setting.php b/resources/default/addons/visiosoft/media-field_type/lang/az/setting.php
new file mode 100644
index 000000000..d2be6c406
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/az/setting.php
@@ -0,0 +1,16 @@
+ [
+ 'name' => 'Şəkil Kətan eni'
+ ],
+ 'imageCanvasH' => [
+ 'name' => 'Şəkil Kətan Boyu'
+ ],
+ 'imageResizeW' => [
+ 'name' => 'Şəkil ölçüsünü genişləndirin'
+ ],
+ 'imageResizeH' => [
+ 'name' => 'Şəklin ölçüsünü artırın'
+ ],
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/az/validation.php b/resources/default/addons/visiosoft/media-field_type/lang/az/validation.php
new file mode 100644
index 000000000..e96593874
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/az/validation.php
@@ -0,0 +1,6 @@
+ 'Konfiqurasiya edilmiş yükləmə diski: atribut mövcud deyil.',
+ 'unsupported' => 'Bu sahə yalnız şəkil sənədləri üçündür. Təsvir sahəsinə fərqli fayl növləri əlavə edə bilərsiniz.'
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/bg/addon.php b/resources/default/addons/visiosoft/media-field_type/lang/bg/addon.php
new file mode 100644
index 000000000..642216864
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/bg/addon.php
@@ -0,0 +1,7 @@
+ 'Тип медийно поле',
+ 'name' => 'Тип поле на файловете',
+ 'description' => 'Тип поле за качване на множество файлове.',
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/bg/button.php b/resources/default/addons/visiosoft/media-field_type/lang/bg/button.php
new file mode 100644
index 000000000..1a2990d21
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/bg/button.php
@@ -0,0 +1,7 @@
+ 'Основна',
+ 'rotate' => 'Завъртете',
+ 'delete' => 'Изтрий'
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/bg/config.php b/resources/default/addons/visiosoft/media-field_type/lang/bg/config.php
new file mode 100644
index 000000000..70c9e1600
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/bg/config.php
@@ -0,0 +1,26 @@
+ [
+ 'name' => 'Папки',
+ 'instructions' => 'Посочете кои папки са налични за това поле. Оставете празно, за да се покажат всички папки.',
+ 'warning' => 'Съществуващите разрешения за папки имат предимство пред избраните папки.',
+ ],
+ 'min' => [
+ 'label' => 'Минимални селекции',
+ 'instructions' => 'Въведете минималния брой разрешени селекции.',
+ ],
+ 'max' => [
+ 'label' => 'Максимален избор',
+ 'instructions' => 'Въведете максималния брой разрешени селекции.',
+ ],
+ 'mode' => [
+ 'name' => 'Режим на въвеждане',
+ 'instructions' => 'Как потребителите трябва да предоставят въвеждане на файлове?',
+ 'option' => [
+ 'default' => 'Качете и / или изберете файлове.',
+ 'select' => 'Изберете само файлове.',
+ 'upload' => 'Качвайте само файлове.',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/bg/input.php b/resources/default/addons/visiosoft/media-field_type/lang/bg/input.php
new file mode 100644
index 000000000..6e2969c51
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/bg/input.php
@@ -0,0 +1,6 @@
+ 'Щракнете или пуснете файлове тук, за да ги качите.',
+ 'help' => 'Щракнете и плъзнете, за да пренаредите прикачени файлове.',
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/bg/message.php b/resources/default/addons/visiosoft/media-field_type/lang/bg/message.php
new file mode 100644
index 000000000..5c2d53d87
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/bg/message.php
@@ -0,0 +1,14 @@
+ 'В коя папка искате да качите?',
+ 'upload' => 'Добавяне на изображения | Качване на изображения | Прикачете снимка',
+ 'choose_files' => 'Кои файлове бихте искали да използвате?',
+ 'no_files_selected' => 'Няма избрани файлове.',
+ 'no_uploads' => 'Няма качени файлове.',
+ 'overwrite' => 'вече е качено. Искате ли да го презапишете?',
+ 'uploading' => 'Качване',
+ 'loading' => 'Зареждане',
+ 'error_upload' => 'При качването на файла възникна проблем.',
+ 'error_upload_docs' => 'Няма поддръжка за качване на документи. Моля, свържете се с вашия системен администратор!',
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/bg/validation.php b/resources/default/addons/visiosoft/media-field_type/lang/bg/validation.php
new file mode 100644
index 000000000..e5dc9e707
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/bg/validation.php
@@ -0,0 +1,6 @@
+ 'Конфигурираният диск за качване за: атрибут не съществува.',
+ 'unsupported' => 'Тази област е само за файлове с изображения. Можете да добавите различни типове файлове в полето за описание.'
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/bn/addon.php b/resources/default/addons/visiosoft/media-field_type/lang/bn/addon.php
new file mode 100644
index 000000000..7bceebcbb
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/bn/addon.php
@@ -0,0 +1,7 @@
+ 'মিডিয়া ফিল্ড প্রকার',
+ 'name' => 'ফাইলের ক্ষেত্র প্রকার',
+ 'description' => 'একাধিক ফাইল আপলোড ক্ষেত্রের ধরণ।',
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/bn/button.php b/resources/default/addons/visiosoft/media-field_type/lang/bn/button.php
new file mode 100644
index 000000000..9ab225a1a
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/bn/button.php
@@ -0,0 +1,7 @@
+ 'প্রধান',
+ 'rotate' => 'ঘুরান',
+ 'delete' => 'মুছে ফেলা'
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/bn/config.php b/resources/default/addons/visiosoft/media-field_type/lang/bn/config.php
new file mode 100644
index 000000000..68362ce37
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/bn/config.php
@@ -0,0 +1,26 @@
+ [
+ 'name' => 'ফোল্ডার',
+ 'instructions' => 'এই ক্ষেত্রের জন্য কোন ফোল্ডারগুলি উপলব্ধ তা উল্লেখ করুন। সমস্ত ফোল্ডার প্রদর্শন করার জন্য ফাঁকা ছেড়ে দিন।',
+ 'warning' => 'বিদ্যমান ফোল্ডার অনুমতিগুলি নির্বাচিত ফোল্ডারগুলির চেয়ে অগ্রাধিকার গ্রহণ করে।',
+ ],
+ 'min' => [
+ 'label' => 'ন্যূনতম নির্বাচন',
+ 'instructions' => 'অনুমোদিত নির্বাচনের সর্বনিম্ন সংখ্যা লিখুন।',
+ ],
+ 'max' => [
+ 'label' => 'সর্বোচ্চ নির্বাচন',
+ 'instructions' => 'অনুমোদিত নির্বাচনের সর্বাধিক সংখ্যা লিখুন।',
+ ],
+ 'mode' => [
+ 'name' => 'ইনপুট মোড',
+ 'instructions' => 'ব্যবহারকারীদের ফাইল ইনপুট কীভাবে সরবরাহ করা উচিত?',
+ 'option' => [
+ 'default' => 'আপলোড এবং / অথবা ফাইল নির্বাচন করুন।',
+ 'select' => 'কেবল ফাইল নির্বাচন করুন।',
+ 'upload' => 'কেবল ফাইল আপলোড করুন।',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/bn/input.php b/resources/default/addons/visiosoft/media-field_type/lang/bn/input.php
new file mode 100644
index 000000000..a7d114501
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/bn/input.php
@@ -0,0 +1,6 @@
+ 'ফাইলগুলি আপলোড করতে এখানে ক্লিক বা ড্রপ করুন।',
+ 'help' => 'সংযুক্ত ফাইলগুলি পুনরায় অর্ডার করতে ক্লিক করুন এবং টেনে আনুন।',
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/bn/message.php b/resources/default/addons/visiosoft/media-field_type/lang/bn/message.php
new file mode 100644
index 000000000..aca0964c3
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/bn/message.php
@@ -0,0 +1,14 @@
+ 'আপনি কোন ফোল্ডারে আপলোড করতে চান?',
+ 'upload' => 'যোগ করুন İmages | আপলোড করুন | একটি ছবি সংযুক্ত করুন',
+ 'choose_files' => 'আপনি কোন ফাইলগুলি ব্যবহার করতে চান?',
+ 'no_files_selected' => 'কোনও ফাইল নির্বাচিত হয়নি।',
+ 'no_uploads' => 'কোনও ফাইল আপলোড করা হয়নি।',
+ 'overwrite' => 'ইতিমধ্যে আপলোড করা হয়েছে। আপনি কি এটি ওভাররাইট করতে চান?',
+ 'uploading' => 'আপলোড হচ্ছে',
+ 'loading' => 'বোঝাই',
+ 'error_upload' => 'ফাইলটি আপলোড করতে সমস্যা হয়েছিল।',
+ 'error_upload_docs' => 'কোনও দস্তাবেজ আপলোড সমর্থন নেই। আপনার সিস্টেম এডমিনিস্ট্রেটর এর সাথে যোগাযোগ করুন!',
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/bn/setting.php b/resources/default/addons/visiosoft/media-field_type/lang/bn/setting.php
new file mode 100644
index 000000000..3ede11895
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/bn/setting.php
@@ -0,0 +1,16 @@
+ [
+ 'name' => 'চিত্র ক্যানভাস প্রস্থ'
+ ],
+ 'imageCanvasH' => [
+ 'name' => 'চিত্র ক্যানভাস উচ্চতা'
+ ],
+ 'imageResizeW' => [
+ 'name' => 'চিত্র পুনরায় আকার প্রস্থ'
+ ],
+ 'imageResizeH' => [
+ 'name' => 'চিত্রের আকার উচ্চতা'
+ ],
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/bn/validation.php b/resources/default/addons/visiosoft/media-field_type/lang/bn/validation.php
new file mode 100644
index 000000000..e10392c0c
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/bn/validation.php
@@ -0,0 +1,6 @@
+ 'এর জন্য কনফিগার করা আপলোড ডিস্ক: বৈশিষ্ট্যটি বিদ্যমান নেই।',
+ 'unsupported' => 'এই অঞ্চলটি কেবল চিত্র ফাইলগুলির জন্য। আপনি বর্ণনা ক্ষেত্রে বিভিন্ন ফাইল প্রকার যুক্ত করতে পারেন।'
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/ca/addon.php b/resources/default/addons/visiosoft/media-field_type/lang/ca/addon.php
new file mode 100644
index 000000000..355da279c
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/ca/addon.php
@@ -0,0 +1,7 @@
+ 'Tipus de camp de suports',
+ 'name' => 'Tipus de camp de fitxers',
+ 'description' => 'Un tipus de camp de càrrega de diversos fitxers.',
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/ca/button.php b/resources/default/addons/visiosoft/media-field_type/lang/ca/button.php
new file mode 100644
index 000000000..fe6607bf1
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/ca/button.php
@@ -0,0 +1,7 @@
+ 'Principal',
+ 'rotate' => 'Gira',
+ 'delete' => 'Suprimeix'
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/ca/config.php b/resources/default/addons/visiosoft/media-field_type/lang/ca/config.php
new file mode 100644
index 000000000..1ec7909c8
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/ca/config.php
@@ -0,0 +1,26 @@
+ [
+ 'name' => 'Carpetes',
+ 'instructions' => 'Especifiqueu les carpetes disponibles per a aquest camp. Deixeu-ho en blanc per mostrar totes les carpetes.',
+ 'warning' => 'Els permisos de carpeta existents tenen prioritat sobre les carpetes seleccionades.',
+ ],
+ 'min' => [
+ 'label' => 'Seleccions mínimes',
+ 'instructions' => 'Introduïu el nombre mínim de seleccions permeses.',
+ ],
+ 'max' => [
+ 'label' => 'Seleccions màximes',
+ 'instructions' => 'Introduïu el nombre màxim de seleccions permeses.',
+ ],
+ 'mode' => [
+ 'name' => 'Mode d’entrada',
+ 'instructions' => 'Com han de proporcionar els usuaris l\'entrada de fitxers?',
+ 'option' => [
+ 'default' => 'Pengeu i / o seleccioneu fitxers.',
+ 'select' => 'Seleccioneu només fitxers.',
+ 'upload' => 'Pengeu només fitxers.',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/ca/input.php b/resources/default/addons/visiosoft/media-field_type/lang/ca/input.php
new file mode 100644
index 000000000..99129814d
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/ca/input.php
@@ -0,0 +1,6 @@
+ 'Feu clic o deixeu anar els fitxers aquí per penjar-los.',
+ 'help' => 'Feu clic i arrossegueu per reordenar els fitxers adjunts.',
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/ca/message.php b/resources/default/addons/visiosoft/media-field_type/lang/ca/message.php
new file mode 100644
index 000000000..b67b38dd1
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/ca/message.php
@@ -0,0 +1,14 @@
+ 'A quina carpeta voleu penjar?',
+ 'upload' => 'Afegeix imatges | Penja imatges | Adjunteu una foto',
+ 'choose_files' => 'Quins fitxers voleu utilitzar?',
+ 'no_files_selected' => 'No s\'ha seleccionat cap fitxer.',
+ 'no_uploads' => 'No s\'ha penjat cap fitxer.',
+ 'overwrite' => 'ja s\'ha penjat. Voleu sobreescriure-la?',
+ 'uploading' => 'S\'està penjant',
+ 'loading' => 'S\'està carregant',
+ 'error_upload' => 'Hi ha hagut un problema en carregar el fitxer.',
+ 'error_upload_docs' => 'No hi ha suport per a la càrrega de documents. Poseu-vos en contacte amb l\'administrador del sistema.',
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/ca/validation.php b/resources/default/addons/visiosoft/media-field_type/lang/ca/validation.php
new file mode 100644
index 000000000..9bec0035c
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/ca/validation.php
@@ -0,0 +1,6 @@
+ 'El disc de càrrega configurat per a l\'atribut: no existeix.',
+ 'unsupported' => 'Aquesta àrea és només per a fitxers d\'imatge. Podeu afegir diferents tipus de fitxers al camp de descripció.'
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/cs/addon.php b/resources/default/addons/visiosoft/media-field_type/lang/cs/addon.php
new file mode 100644
index 000000000..9565b3d0d
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/cs/addon.php
@@ -0,0 +1,7 @@
+ 'Typ mediálního pole',
+ 'name' => 'Typ pole Soubory',
+ 'description' => 'Typ pole pro nahrávání více souborů.',
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/cs/button.php b/resources/default/addons/visiosoft/media-field_type/lang/cs/button.php
new file mode 100644
index 000000000..4c8ad473d
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/cs/button.php
@@ -0,0 +1,7 @@
+ 'Hlavní',
+ 'rotate' => 'Točit se',
+ 'delete' => 'Vymazat'
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/cs/config.php b/resources/default/addons/visiosoft/media-field_type/lang/cs/config.php
new file mode 100644
index 000000000..9cda0e7ee
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/cs/config.php
@@ -0,0 +1,26 @@
+ [
+ 'name' => 'Složky',
+ 'instructions' => 'Určete, které složky jsou pro toto pole k dispozici. Chcete-li zobrazit všechny složky, ponechte toto pole prázdné.',
+ 'warning' => 'Stávající oprávnění pro složky mají přednost před vybranými složkami.',
+ ],
+ 'min' => [
+ 'label' => 'Minimální výběr',
+ 'instructions' => 'Zadejte minimální počet povolených výběrů.',
+ ],
+ 'max' => [
+ 'label' => 'Maximální výběr',
+ 'instructions' => 'Zadejte maximální počet povolených výběrů.',
+ ],
+ 'mode' => [
+ 'name' => 'Režim vstupu',
+ 'instructions' => 'Jak by uživatelé měli zadávat soubory?',
+ 'option' => [
+ 'default' => 'Nahrajte a / nebo vyberte soubory.',
+ 'select' => 'Vyberte pouze soubory.',
+ 'upload' => 'Nahrávejte pouze soubory.',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/cs/input.php b/resources/default/addons/visiosoft/media-field_type/lang/cs/input.php
new file mode 100644
index 000000000..38c43a7c4
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/cs/input.php
@@ -0,0 +1,6 @@
+ 'Kliknutím sem přetáhněte soubory a nahrajte je.',
+ 'help' => 'Kliknutím a tažením změníte pořadí připojených souborů.',
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/cs/message.php b/resources/default/addons/visiosoft/media-field_type/lang/cs/message.php
new file mode 100644
index 000000000..7ba644a8c
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/cs/message.php
@@ -0,0 +1,14 @@
+ 'Do které složky chcete nahrát?',
+ 'upload' => 'Přidat obrázky | Nahrát obrázky | Připojte fotografii',
+ 'choose_files' => 'Které soubory byste chtěli použít?',
+ 'no_files_selected' => 'Nejsou vybrány žádné soubory.',
+ 'no_uploads' => 'Nebyly nahrány žádné soubory.',
+ 'overwrite' => 'již bylo nahráno. Chcete jej přepsat?',
+ 'uploading' => 'Nahrávám',
+ 'loading' => 'načítání',
+ 'error_upload' => 'Při nahrávání souboru došlo k problému.',
+ 'error_upload_docs' => 'Neexistuje žádná podpora nahrávání dokumentů. Kontaktujte svého správce systému!',
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/cs/validation.php b/resources/default/addons/visiosoft/media-field_type/lang/cs/validation.php
new file mode 100644
index 000000000..c7d9eba23
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/cs/validation.php
@@ -0,0 +1,6 @@
+ 'Konfigurovaný disk pro nahrávání pro: atribut neexistuje.',
+ 'unsupported' => 'Tato oblast je pouze pro obrazové soubory. Do pole pro popis můžete přidat různé typy souborů.'
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/da/addon.php b/resources/default/addons/visiosoft/media-field_type/lang/da/addon.php
new file mode 100644
index 000000000..f16bddc5f
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/da/addon.php
@@ -0,0 +1,7 @@
+ 'Mediefelttype',
+ 'name' => 'Feltets felttype',
+ 'description' => 'En felttype med flere filer uploades.',
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/da/button.php b/resources/default/addons/visiosoft/media-field_type/lang/da/button.php
new file mode 100644
index 000000000..d478350d3
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/da/button.php
@@ -0,0 +1,7 @@
+ 'Vigtigste',
+ 'rotate' => 'Rotere',
+ 'delete' => 'Slet'
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/da/config.php b/resources/default/addons/visiosoft/media-field_type/lang/da/config.php
new file mode 100644
index 000000000..55f0e3173
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/da/config.php
@@ -0,0 +1,26 @@
+ [
+ 'name' => 'Mapper',
+ 'instructions' => 'Angiv, hvilke mapper der er tilgængelige for dette felt. Lad det være tomt for at få vist alle mapper.',
+ 'warning' => 'Eksisterende mappetilladelser har forrang over valgte mapper.',
+ ],
+ 'min' => [
+ 'label' => 'Minimumsvalg',
+ 'instructions' => 'Indtast det mindste antal tilladte valg.',
+ ],
+ 'max' => [
+ 'label' => 'Maksimale valg',
+ 'instructions' => 'Indtast det maksimale antal tilladte valg.',
+ ],
+ 'mode' => [
+ 'name' => 'Input-tilstand',
+ 'instructions' => 'Hvordan skal brugerne levere filinput?',
+ 'option' => [
+ 'default' => 'Upload og / eller vælg filer.',
+ 'select' => 'Vælg kun filer.',
+ 'upload' => 'Upload kun filer.',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/da/input.php b/resources/default/addons/visiosoft/media-field_type/lang/da/input.php
new file mode 100644
index 000000000..520cd6846
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/da/input.php
@@ -0,0 +1,6 @@
+ 'Klik eller slip filer her for at uploade.',
+ 'help' => 'Klik og træk for at omarrangere vedhæftede filer.',
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/da/message.php b/resources/default/addons/visiosoft/media-field_type/lang/da/message.php
new file mode 100644
index 000000000..7510c81db
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/da/message.php
@@ -0,0 +1,14 @@
+ 'Hvilken mappe vil du uploade til?',
+ 'upload' => 'Tilføj billeder | Upload billeder | Vedhæft et foto',
+ 'choose_files' => 'Hvilke filer vil du bruge?',
+ 'no_files_selected' => 'Ingen filer valgt.',
+ 'no_uploads' => 'Ingen filer uploadet.',
+ 'overwrite' => 'er allerede uploadet. Vil du overskrive det?',
+ 'uploading' => 'Uploader',
+ 'loading' => 'Indlæser',
+ 'error_upload' => 'Der opstod et problem med at uploade filen.',
+ 'error_upload_docs' => 'Der er ingen understøttelse af dokumentupload. Kontakt din systemadministrator!',
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/da/validation.php b/resources/default/addons/visiosoft/media-field_type/lang/da/validation.php
new file mode 100644
index 000000000..5f0f541ad
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/da/validation.php
@@ -0,0 +1,6 @@
+ 'Den konfigurerede upload disk til: attribut findes ikke.',
+ 'unsupported' => 'Dette område er kun til billedfiler. Du kan tilføje forskellige filtyper i beskrivelsesfeltet.'
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/de/addon.php b/resources/default/addons/visiosoft/media-field_type/lang/de/addon.php
new file mode 100644
index 000000000..60edc81c0
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/de/addon.php
@@ -0,0 +1,7 @@
+ 'Dateien',
+ 'name' => 'Dateien Feldtyp',
+ 'description' => 'Ein Feldtyp für mehrfache Datei-Uploads.',
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/de/button.php b/resources/default/addons/visiosoft/media-field_type/lang/de/button.php
new file mode 100644
index 000000000..673882d95
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/de/button.php
@@ -0,0 +1,7 @@
+ 'Main',
+ 'rotate' => 'Drehen',
+ 'delete' => 'Löschen'
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/de/config.php b/resources/default/addons/visiosoft/media-field_type/lang/de/config.php
new file mode 100644
index 000000000..fcf19c19a
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/de/config.php
@@ -0,0 +1,26 @@
+ [
+ 'name' => 'Ordner',
+ 'instructions' => 'Geben Sie an welche Ordner für dieses Feld verfügbar sind. Leer lassen um alle Ordner anzuzeigen.',
+ 'warning' => 'Bestehende Ordnerberechtigungen haben Vorrang gegenüber den ausgewählten Ordnern.',
+ ],
+ 'min' => [
+ 'label' => 'Mindestanzahl',
+ 'instructions' => 'Geben Sie die erlaubte Mindestanzahl an ausgewählten Dateien ein.',
+ ],
+ 'max' => [
+ 'label' => 'Maximalanzahl',
+ 'instructions' => 'Geben Sie die erlaubte Maximalanzahl an ausgewählten Dateien an.',
+ ],
+ 'mode' => [
+ 'name' => 'Eingabemodus',
+ 'instructions' => 'Wie sollen Benutzer Dateien bereitstellen können?',
+ 'option' => [
+ 'default' => 'Upload und/oder Dateiauswahl.',
+ 'select' => 'Nur Dateiauswahl.',
+ 'upload' => 'Nur Upload.',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/de/input.php b/resources/default/addons/visiosoft/media-field_type/lang/de/input.php
new file mode 100644
index 000000000..ce034881b
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/de/input.php
@@ -0,0 +1,6 @@
+ 'Klicken oder löschen Sie Dateien hier, um sie hochzuladen.',
+ 'help' => 'Klicken und ziehen Sie, um angehängte Dateien neu anzuordnen.',
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/de/message.php b/resources/default/addons/visiosoft/media-field_type/lang/de/message.php
new file mode 100644
index 000000000..89b6b2c72
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/de/message.php
@@ -0,0 +1,14 @@
+ 'In welchen Ordner möchten Sie hochladen?',
+ 'upload' => 'Klicken Sie oder ziehen Sie Dateien hierher um Sie hochzuladen.',
+ 'choose_files' => 'Welche Dateien möchten Sie benutzen?',
+ 'no_files_selected' => 'Keine Dateien ausgewählt.',
+ 'no_uploads' => 'Keine Dateien hochgeladen.',
+ 'overwrite' => 'wurde bereits hochgeladen. Wollen Sie die Datei überscheiben?',
+ 'uploading' => 'Lädt hoch',
+ 'loading' => 'Lädt',
+ 'error_upload' => 'Beim Hochladen der Datei ist ein Problem aufgetreten.',
+ 'error_upload_docs' => 'Es gibt keine Unterstützung für das Hochladen von Dokumenten. Bitte kontaktieren Sie Ihren Systemadministrator!',
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/de/setting.php b/resources/default/addons/visiosoft/media-field_type/lang/de/setting.php
new file mode 100644
index 000000000..431f5088c
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/de/setting.php
@@ -0,0 +1,16 @@
+ [
+ 'name' => 'Bild Leinwandbreite'
+ ],
+ 'imageCanvasH' => [
+ 'name' => 'Bild Leinwand Höhe'
+ ],
+ 'imageResizeW' => [
+ 'name' => 'Bildgröße ändern'
+ ],
+ 'imageResizeH' => [
+ 'name' => 'Bildgröße ändern'
+ ],
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/de/validation.php b/resources/default/addons/visiosoft/media-field_type/lang/de/validation.php
new file mode 100644
index 000000000..766c29d35
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/de/validation.php
@@ -0,0 +1,6 @@
+ 'Die gewählte Upload-Disk für :attribute existiert nicht.',
+ 'unsupported' => 'Dieser Bereich ist nur für Bilddateien vorgesehen. Sie können im Beschreibungsfeld verschiedene Dateitypen hinzufügen.'
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/el/addon.php b/resources/default/addons/visiosoft/media-field_type/lang/el/addon.php
new file mode 100644
index 000000000..511cd0cc6
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/el/addon.php
@@ -0,0 +1,7 @@
+ 'Τύπος πεδίου πολυμέσων',
+ 'name' => 'Τύπος πεδίου αρχείων',
+ 'description' => 'Ένας τύπος πεδίου μεταφόρτωσης πολλαπλών αρχείων.',
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/el/button.php b/resources/default/addons/visiosoft/media-field_type/lang/el/button.php
new file mode 100644
index 000000000..70f88fed3
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/el/button.php
@@ -0,0 +1,7 @@
+ 'Κύριος',
+ 'rotate' => 'Γυρίζω',
+ 'delete' => 'Διαγράφω'
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/el/config.php b/resources/default/addons/visiosoft/media-field_type/lang/el/config.php
new file mode 100644
index 000000000..bd4ffb21c
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/el/config.php
@@ -0,0 +1,26 @@
+ [
+ 'name' => 'Φάκελοι',
+ 'instructions' => 'Καθορίστε ποιοι φάκελοι είναι διαθέσιμοι για αυτό το πεδίο. Αφήστε κενό για εμφάνιση όλων των φακέλων.',
+ 'warning' => 'Τα υπάρχοντα δικαιώματα φακέλου υπερισχύουν των επιλεγμένων φακέλων.',
+ ],
+ 'min' => [
+ 'label' => 'Ελάχιστες επιλογές',
+ 'instructions' => 'Εισαγάγετε τον ελάχιστο αριθμό επιτρεπόμενων επιλογών.',
+ ],
+ 'max' => [
+ 'label' => 'Μέγιστες επιλογές',
+ 'instructions' => 'Εισαγάγετε τον μέγιστο αριθμό επιτρεπόμενων επιλογών.',
+ ],
+ 'mode' => [
+ 'name' => 'Λειτουργία εισαγωγής',
+ 'instructions' => 'Πώς πρέπει να παρέχουν οι χρήστες είσοδο αρχείων;',
+ 'option' => [
+ 'default' => 'Ανεβάστε και / ή επιλέξτε αρχεία.',
+ 'select' => 'Επιλέξτε μόνο αρχεία.',
+ 'upload' => 'Ανεβάστε μόνο αρχεία.',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/el/input.php b/resources/default/addons/visiosoft/media-field_type/lang/el/input.php
new file mode 100644
index 000000000..09ba98e39
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/el/input.php
@@ -0,0 +1,6 @@
+ 'Κάντε κλικ ή αποθέστε αρχεία εδώ για μεταφόρτωση.',
+ 'help' => 'Κάντε κλικ και σύρετε για αναδιάταξη συνημμένων αρχείων.',
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/el/message.php b/resources/default/addons/visiosoft/media-field_type/lang/el/message.php
new file mode 100644
index 000000000..b5f2fb45f
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/el/message.php
@@ -0,0 +1,14 @@
+ 'Σε ποιον φάκελο θέλετε να ανεβάσετε;',
+ 'upload' => 'Προσθήκη agesmages | Μεταφόρτωση İmages | Επισυνάψτε μια φωτογραφία',
+ 'choose_files' => 'Ποια αρχεία θέλετε να χρησιμοποιήσετε;',
+ 'no_files_selected' => 'Δεν έχουν επιλεγεί αρχεία.',
+ 'no_uploads' => 'Δεν μεταφορτώθηκαν αρχεία.',
+ 'overwrite' => 'έχει ήδη μεταφορτωθεί. Θέλετε να το αντικαταστήσετε;',
+ 'uploading' => 'Μεταφόρτωση',
+ 'loading' => 'Φόρτωση',
+ 'error_upload' => 'Παρουσιάστηκε πρόβλημα κατά τη μεταφόρτωση του αρχείου.',
+ 'error_upload_docs' => 'Δεν υπάρχει υποστήριξη μεταφόρτωσης εγγράφων. Επικοινωνήστε με τον διαχειριστή του συστήματός σας!',
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/el/setting.php b/resources/default/addons/visiosoft/media-field_type/lang/el/setting.php
new file mode 100644
index 000000000..2ecc27390
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/el/setting.php
@@ -0,0 +1,16 @@
+ [
+ 'name' => 'Πλάτος καμβά εικόνας'
+ ],
+ 'imageCanvasH' => [
+ 'name' => 'Ύψος καμβά εικόνας'
+ ],
+ 'imageResizeW' => [
+ 'name' => 'Πλάτος αλλαγής μεγέθους εικόνας'
+ ],
+ 'imageResizeH' => [
+ 'name' => 'Ύψος αλλαγής μεγέθους εικόνας'
+ ],
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/el/validation.php b/resources/default/addons/visiosoft/media-field_type/lang/el/validation.php
new file mode 100644
index 000000000..bcea1e5d9
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/el/validation.php
@@ -0,0 +1,6 @@
+ 'Ο διαμορφωμένος δίσκος μεταφόρτωσης για: χαρακτηριστικό δεν υπάρχει.',
+ 'unsupported' => 'Αυτή η περιοχή προορίζεται μόνο για αρχεία εικόνας. Μπορείτε να προσθέσετε διαφορετικούς τύπους αρχείων στο πεδίο περιγραφής.'
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/en/addon.php b/resources/default/addons/visiosoft/media-field_type/lang/en/addon.php
new file mode 100644
index 000000000..10439e756
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/en/addon.php
@@ -0,0 +1,7 @@
+ 'Media Field Type',
+ 'name' => 'Files Field Type',
+ 'description' => 'A multiple files upload field type.',
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/en/button.php b/resources/default/addons/visiosoft/media-field_type/lang/en/button.php
new file mode 100644
index 000000000..65c4a8a82
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/en/button.php
@@ -0,0 +1,7 @@
+ 'Main',
+ 'rotate' => 'Rotate',
+ 'delete' => 'Delete'
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/en/config.php b/resources/default/addons/visiosoft/media-field_type/lang/en/config.php
new file mode 100644
index 000000000..59cd8a5cf
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/en/config.php
@@ -0,0 +1,26 @@
+ [
+ 'name' => 'Folders',
+ 'instructions' => 'Specify which folders are available for this field. Leave blank to display all folders.',
+ 'warning' => 'Existing folder permissions take precedence over selected folders.',
+ ],
+ 'min' => [
+ 'label' => 'Minimum Selections',
+ 'instructions' => 'Enter the minimum number of allowed selections.',
+ ],
+ 'max' => [
+ 'label' => 'Maximum Selections',
+ 'instructions' => 'Enter the maximum number of allowed selections.',
+ ],
+ 'mode' => [
+ 'name' => 'Input Mode',
+ 'instructions' => 'How should users provide file input?',
+ 'option' => [
+ 'default' => 'Upload and/or select files.',
+ 'select' => 'Select files only.',
+ 'upload' => 'Upload files only.',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/en/input.php b/resources/default/addons/visiosoft/media-field_type/lang/en/input.php
new file mode 100644
index 000000000..cce33e466
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/en/input.php
@@ -0,0 +1,6 @@
+ 'Click or drop files here to upload.',
+ 'help' => 'Click and drag to reorder attached files.',
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/en/message.php b/resources/default/addons/visiosoft/media-field_type/lang/en/message.php
new file mode 100644
index 000000000..4bf1e3c10
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/en/message.php
@@ -0,0 +1,14 @@
+ 'Which folder would you like to upload to?',
+ 'upload' => 'Add images | Upload images | Attach a photo',
+ 'choose_files' => 'Which files would you like to use?',
+ 'no_files_selected' => 'No files selected.',
+ 'no_uploads' => 'No files uploaded.',
+ 'overwrite' => 'has already been uploaded. Would you like to overwrite it?',
+ 'uploading' => 'Uploading',
+ 'loading' => 'Loading',
+ 'error_upload' => 'There was a problem uploading the file.',
+ 'error_upload_docs' => 'There is no document upload support. Please contact your system administrator!',
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/en/validation.php b/resources/default/addons/visiosoft/media-field_type/lang/en/validation.php
new file mode 100644
index 000000000..62eee2ae3
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/en/validation.php
@@ -0,0 +1,6 @@
+ 'The configured upload disk for :attribute does not exist.',
+ 'unsupported' => 'This area is for image files only. You can add different file types in the description field.'
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/es/addon.php b/resources/default/addons/visiosoft/media-field_type/lang/es/addon.php
new file mode 100644
index 000000000..1f898bc64
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/es/addon.php
@@ -0,0 +1,7 @@
+ 'Tipo de campo de medios',
+ 'name' => 'Tipo de campo de archivos',
+ 'description' => 'Un tipo de campo de carga de múltiples archivos.',
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/es/button.php b/resources/default/addons/visiosoft/media-field_type/lang/es/button.php
new file mode 100644
index 000000000..c09ef35e5
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/es/button.php
@@ -0,0 +1,7 @@
+ 'Principal',
+ 'rotate' => 'Girar',
+ 'delete' => 'Borrar'
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/es/config.php b/resources/default/addons/visiosoft/media-field_type/lang/es/config.php
new file mode 100644
index 000000000..52a64c2a9
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/es/config.php
@@ -0,0 +1,26 @@
+ [
+ 'name' => 'Carpetas',
+ 'instructions' => 'Especifique qué carpetas están disponibles para este campo. Déjelo en blanco para mostrar todas las carpetas.',
+ 'warning' => 'Los permisos de carpeta existentes tienen prioridad sobre las carpetas seleccionadas.',
+ ],
+ 'min' => [
+ 'label' => 'Selecciones mínimas',
+ 'instructions' => 'Ingrese el número mínimo de selecciones permitidas.',
+ ],
+ 'max' => [
+ 'label' => 'Selecciones máximas',
+ 'instructions' => 'Ingrese el número máximo de selecciones permitidas.',
+ ],
+ 'mode' => [
+ 'name' => 'Modo de entrada',
+ 'instructions' => '¿Cómo deben proporcionar los usuarios la entrada de archivos?',
+ 'option' => [
+ 'default' => 'Cargar y / o seleccionar archivos.',
+ 'select' => 'Seleccionar solo archivos.',
+ 'upload' => 'Subir solo archivos.',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/es/input.php b/resources/default/addons/visiosoft/media-field_type/lang/es/input.php
new file mode 100644
index 000000000..6828f356c
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/es/input.php
@@ -0,0 +1,6 @@
+ 'Haga clic o suelte los archivos aquí para cargar.',
+ 'help' => 'Haga clic y arrastre para reordenar los archivos adjuntos.',
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/es/message.php b/resources/default/addons/visiosoft/media-field_type/lang/es/message.php
new file mode 100644
index 000000000..64ecbf8d9
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/es/message.php
@@ -0,0 +1,14 @@
+ '¿A qué carpeta le gustaría subir?',
+ 'upload' => 'Añadir imágenes | Subir imágenes | Adjuntar una foto',
+ 'choose_files' => '¿Qué archivos te gustaría usar?',
+ 'no_files_selected' => 'No hay archivos seleccionados.',
+ 'no_uploads' => 'No hay archivos cargados.',
+ 'overwrite' => 'ya ha sido subido ¿Te gustaría sobrescribirlo?',
+ 'uploading' => 'Cargando',
+ 'loading' => 'Cargando',
+ 'error_upload' => 'Hubo un problema al cargar el archivo.',
+ 'error_upload_docs' => 'No hay soporte para cargar documentos. ¡Por favor, póngase en contacto con el administrador del sistema!',
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/es/setting.php b/resources/default/addons/visiosoft/media-field_type/lang/es/setting.php
new file mode 100644
index 000000000..226ae95c9
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/es/setting.php
@@ -0,0 +1,16 @@
+ [
+ 'name' => 'Ancho del lienzo de imagen'
+ ],
+ 'imageCanvasH' => [
+ 'name' => 'Altura del lienzo de imagen'
+ ],
+ 'imageResizeW' => [
+ 'name' => 'Ancho de redimensionamiento de imagen'
+ ],
+ 'imageResizeH' => [
+ 'name' => 'Altura de cambio de imagen'
+ ],
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/es/validation.php b/resources/default/addons/visiosoft/media-field_type/lang/es/validation.php
new file mode 100644
index 000000000..81aa24af8
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/es/validation.php
@@ -0,0 +1,6 @@
+ 'El disco de carga configurado para: atributo no existe.',
+ 'unsupported' => 'Esta área es solo para archivos de imagen. Puede agregar diferentes tipos de archivos en el campo de descripción.'
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/fa/addon.php b/resources/default/addons/visiosoft/media-field_type/lang/fa/addon.php
new file mode 100644
index 000000000..bc061bac5
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/fa/addon.php
@@ -0,0 +1,7 @@
+ 'نوع فیلد رسانه',
+ 'name' => 'نوع فیلد پرونده ها',
+ 'description' => 'چندین پرونده نوع فیلد را بارگذاری می کنند.',
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/fa/button.php b/resources/default/addons/visiosoft/media-field_type/lang/fa/button.php
new file mode 100644
index 000000000..a3cc81079
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/fa/button.php
@@ -0,0 +1,7 @@
+ 'اصلی',
+ 'rotate' => 'چرخش',
+ 'delete' => 'حذف'
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/fa/config.php b/resources/default/addons/visiosoft/media-field_type/lang/fa/config.php
new file mode 100644
index 000000000..4f003d479
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/fa/config.php
@@ -0,0 +1,26 @@
+ [
+ 'name' => 'پوشه ها',
+ 'instructions' => 'مشخص کنید که کدام پوشه برای این قسمت موجود است. خالی بگذارید تا همه پوشه ها نمایش داده شوند.',
+ 'warning' => 'مجوزهای پوشه موجود نسبت به پوشه های منتخب اولویت دارند.',
+ ],
+ 'min' => [
+ 'label' => 'حداقل انتخاب ها',
+ 'instructions' => 'حداقل تعداد انتخاب های مجاز را وارد کنید.',
+ ],
+ 'max' => [
+ 'label' => 'حداکثر انتخاب ها',
+ 'instructions' => 'حداکثر تعداد مجاز انتخاب را وارد کنید.',
+ ],
+ 'mode' => [
+ 'name' => 'حالت ورودی',
+ 'instructions' => 'چگونه کاربران باید ورودی فایل را ارائه دهند؟',
+ 'option' => [
+ 'default' => 'پرونده ها را بارگذاری و / یا انتخاب کنید.',
+ 'select' => 'فقط پرونده ها را انتخاب کنید.',
+ 'upload' => 'فقط پرونده ها را بارگذاری کنید.',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/fa/input.php b/resources/default/addons/visiosoft/media-field_type/lang/fa/input.php
new file mode 100644
index 000000000..a78b11a6d
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/fa/input.php
@@ -0,0 +1,6 @@
+ 'برای بارگذاری ، اینجا را کلیک کنید یا رها کنید.',
+ 'help' => 'برای ترتیب مجدد پرونده های پیوست شده ، کلیک کنید و بکشید.',
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/fa/message.php b/resources/default/addons/visiosoft/media-field_type/lang/fa/message.php
new file mode 100644
index 000000000..086004698
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/fa/message.php
@@ -0,0 +1,14 @@
+ 'کدام پوشه را می خواهید بارگذاری کنید؟',
+ 'upload' => 'agesmages اضافه کنید | بارگیری agesmages | پیوست یک عکس',
+ 'choose_files' => 'از کدام پرونده ها می خواهید استفاده کنید؟',
+ 'no_files_selected' => 'هیچ پرونده ای انتخاب نشده است.',
+ 'no_uploads' => 'هیچ پرونده بارگذاری نشده است.',
+ 'overwrite' => 'قبلاً بارگذاری شده است آیا می خواهید آن را بازنویسی کنید؟',
+ 'uploading' => 'بارگذاری',
+ 'loading' => 'بارگذاری',
+ 'error_upload' => 'هنگام بارگذاری پرونده مشکلی پیش آمد.',
+ 'error_upload_docs' => 'هیچ پشتیبانی از بارگذاری سند وجود ندارد. لطفا با سرپرست سیستم خود تماس بگیرید!',
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/fa/setting.php b/resources/default/addons/visiosoft/media-field_type/lang/fa/setting.php
new file mode 100644
index 000000000..5575b2488
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/fa/setting.php
@@ -0,0 +1,16 @@
+ [
+ 'name' => 'عرض بوم تصویر'
+ ],
+ 'imageCanvasH' => [
+ 'name' => 'ارتفاع بوم تصویر'
+ ],
+ 'imageResizeW' => [
+ 'name' => 'عرض تغییر اندازه تصویر'
+ ],
+ 'imageResizeH' => [
+ 'name' => 'اندازه اندازه تصویر'
+ ],
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/fa/validation.php b/resources/default/addons/visiosoft/media-field_type/lang/fa/validation.php
new file mode 100644
index 000000000..9203f3759
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/fa/validation.php
@@ -0,0 +1,6 @@
+ 'دیسک بارگذاری پیکربندی شده برای: ویژگی وجود ندارد.',
+ 'unsupported' => 'این قسمت فقط برای پرونده های تصویری است. می توانید انواع مختلف پرونده را در قسمت توضیحات اضافه کنید.'
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/fi/addon.php b/resources/default/addons/visiosoft/media-field_type/lang/fi/addon.php
new file mode 100644
index 000000000..775f44a20
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/fi/addon.php
@@ -0,0 +1,7 @@
+ 'Mediakentän tyyppi',
+ 'name' => 'Tiedostot-kentän tyyppi',
+ 'description' => 'Usean tiedoston latauskenttätyyppi.',
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/fi/button.php b/resources/default/addons/visiosoft/media-field_type/lang/fi/button.php
new file mode 100644
index 000000000..f3fa9c8ef
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/fi/button.php
@@ -0,0 +1,7 @@
+ 'Main',
+ 'rotate' => 'Kiertää',
+ 'delete' => 'Poistaa'
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/fi/config.php b/resources/default/addons/visiosoft/media-field_type/lang/fi/config.php
new file mode 100644
index 000000000..f432aad95
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/fi/config.php
@@ -0,0 +1,26 @@
+ [
+ 'name' => 'Kansiot',
+ 'instructions' => 'Määritä, mitkä kansiot ovat käytettävissä tässä kentässä. Jätä tyhjä nähdäksesi kaikki kansiot.',
+ 'warning' => 'Olemassa olevat kansioiden käyttöoikeudet ovat etusijalla valittuihin kansioihin nähden.',
+ ],
+ 'min' => [
+ 'label' => 'Vähimmäisvalinnat',
+ 'instructions' => 'Anna sallittujen valintojen vähimmäismäärä.',
+ ],
+ 'max' => [
+ 'label' => 'Suurin valikoima',
+ 'instructions' => 'Syötä sallittujen valintojen enimmäismäärä.',
+ ],
+ 'mode' => [
+ 'name' => 'Tulotila',
+ 'instructions' => 'Kuinka käyttäjien tulisi antaa tiedostojen syöttö?',
+ 'option' => [
+ 'default' => 'Lähetä ja / tai valitse tiedostoja.',
+ 'select' => 'Valitse vain tiedostot.',
+ 'upload' => 'Lähetä vain tiedostoja.',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/fi/input.php b/resources/default/addons/visiosoft/media-field_type/lang/fi/input.php
new file mode 100644
index 000000000..e4b48b27a
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/fi/input.php
@@ -0,0 +1,6 @@
+ 'Napsauta tai pudota tiedostot tähän ladataksesi.',
+ 'help' => 'Järjestä liitetyt tiedostot uudelleen napsauttamalla ja vetämällä.',
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/fi/message.php b/resources/default/addons/visiosoft/media-field_type/lang/fi/message.php
new file mode 100644
index 000000000..64173876f
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/fi/message.php
@@ -0,0 +1,14 @@
+ 'Mihin kansioon haluat ladata?',
+ 'upload' => 'Lisää kuvia | Lähetä kuvia | Liitä valokuva',
+ 'choose_files' => 'Mitä tiedostoja haluat käyttää?',
+ 'no_files_selected' => 'Ei tiedostoja valittu.',
+ 'no_uploads' => 'Ei lähetettyjä tiedostoja.',
+ 'overwrite' => 'on jo ladattu. Haluatko korvata sen?',
+ 'uploading' => 'Lähetetään',
+ 'loading' => 'Ladataan',
+ 'error_upload' => 'Tiedoston lataamisessa oli ongelma.',
+ 'error_upload_docs' => 'Asiakirjojen lähetystukea ei ole. Ota yhteyttä järjestelmänvalvojaasi!',
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/fi/validation.php b/resources/default/addons/visiosoft/media-field_type/lang/fi/validation.php
new file mode 100644
index 000000000..362358385
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/fi/validation.php
@@ -0,0 +1,6 @@
+ 'Määritettyä lähetyslevyä attribuutille: ei ole olemassa.',
+ 'unsupported' => 'Tämä alue on tarkoitettu vain kuvatiedostoille. Voit lisätä erilaisia tiedostotyyppejä kuvauskenttään.'
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/fr/addon.php b/resources/default/addons/visiosoft/media-field_type/lang/fr/addon.php
new file mode 100644
index 000000000..08ae87ce9
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/fr/addon.php
@@ -0,0 +1,7 @@
+ 'Type de champ de média',
+ 'name' => 'Fichiers',
+ 'description' => 'Type de champs pour l\'envoi multiple de fichiers.',
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/fr/button.php b/resources/default/addons/visiosoft/media-field_type/lang/fr/button.php
new file mode 100644
index 000000000..8c8c81071
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/fr/button.php
@@ -0,0 +1,7 @@
+ 'Principale',
+ 'rotate' => 'Tourner',
+ 'delete' => 'Effacer'
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/fr/config.php b/resources/default/addons/visiosoft/media-field_type/lang/fr/config.php
new file mode 100644
index 000000000..818e68f5e
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/fr/config.php
@@ -0,0 +1,26 @@
+ [
+ 'name' => 'Dossiers',
+ 'instructions' => 'Spécifiez les dossiers disponibles pour ce champ. Laissez vide pour afficher tous les dossiers.',
+ 'warning' => 'Les autorisations de dossier existantes ont priorité sur les dossiers sélectionnés.',
+ ],
+ 'min' => [
+ 'label' => 'Sélections minimales',
+ 'instructions' => 'Entrez le nombre minimum de sélections autorisées.',
+ ],
+ 'max' => [
+ 'label' => 'Taille maximale',
+ 'instructions' => 'Entrez la taille maximale par fichier en méga-octets . La taille par défaut et la taille maximale sont la taille maximale autorisée par le serveur.',
+ ],
+ 'mode' => [
+ 'name' => 'Mode d\'entrée',
+ 'instructions' => 'Comment les utilisateurs doivent-ils fournir une entrée de fichier?',
+ 'option' => [
+ 'default' => 'Téléchargez et / ou sélectionnez des fichiers.',
+ 'select' => 'Sélectionnez uniquement les fichiers.',
+ 'upload' => 'Téléchargez uniquement des fichiers.',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/fr/input.php b/resources/default/addons/visiosoft/media-field_type/lang/fr/input.php
new file mode 100644
index 000000000..e749e99cf
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/fr/input.php
@@ -0,0 +1,6 @@
+ 'Cliquez ici choisir des fichiers ou glissez/déposez pour les ajouter.',
+ 'help' => 'Cliquez et faites glisser pour réorganiser les fichiers joints.',
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/fr/message.php b/resources/default/addons/visiosoft/media-field_type/lang/fr/message.php
new file mode 100644
index 000000000..d418b8dc1
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/fr/message.php
@@ -0,0 +1,14 @@
+ 'Dans quel dossier souhaitez-vous télécharger?',
+ 'upload' => 'Ajouter des images | Téléchargez des images | Joindre une photo',
+ 'choose_files' => 'Quels fichiers aimeriez-vous utiliser?',
+ 'no_files_selected' => 'Aucun fichier sélectionné.',
+ 'no_uploads' => 'Aucun fichier téléchargé.',
+ 'overwrite' => 'a déjà été téléchargé. Voulez-vous l\'écraser?',
+ 'uploading' => 'Téléchargement',
+ 'loading' => 'Chargement',
+ 'error_upload' => 'Un problème est survenu lors du téléchargement du fichier.',
+ 'error_upload_docs' => 'Il n\'y a pas de support de téléchargement de documents. Veuillez contacter votre administrateur système!',
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/fr/setting.php b/resources/default/addons/visiosoft/media-field_type/lang/fr/setting.php
new file mode 100644
index 000000000..f4a47b876
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/fr/setting.php
@@ -0,0 +1,16 @@
+ [
+ 'name' => 'Largeur de la toile d\'image'
+ ],
+ 'imageCanvasH' => [
+ 'name' => 'Hauteur de la toile d\'image'
+ ],
+ 'imageResizeW' => [
+ 'name' => 'Largeur de redimensionnement de l\'image'
+ ],
+ 'imageResizeH' => [
+ 'name' => 'Hauteur de redimensionnement de l\'image'
+ ],
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/fr/validation.php b/resources/default/addons/visiosoft/media-field_type/lang/fr/validation.php
new file mode 100644
index 000000000..bd0d2d772
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/fr/validation.php
@@ -0,0 +1,6 @@
+ 'Le disque de téléchargement configuré pour: l\'attribut n\'existe pas.',
+ 'unsupported' => 'Cette zone est réservée aux fichiers image. Vous pouvez ajouter différents types de fichiers dans le champ de description.'
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/he/addon.php b/resources/default/addons/visiosoft/media-field_type/lang/he/addon.php
new file mode 100644
index 000000000..5421db111
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/he/addon.php
@@ -0,0 +1,7 @@
+ 'סוג שדה מדיה',
+ 'name' => 'סוג שדה קבצים',
+ 'description' => 'סוג שדה להעלאת קבצים מרובים.',
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/he/button.php b/resources/default/addons/visiosoft/media-field_type/lang/he/button.php
new file mode 100644
index 000000000..6f9a11fb4
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/he/button.php
@@ -0,0 +1,7 @@
+ 'עיקרי',
+ 'rotate' => 'להתחלף',
+ 'delete' => 'לִמְחוֹק'
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/he/config.php b/resources/default/addons/visiosoft/media-field_type/lang/he/config.php
new file mode 100644
index 000000000..24541663d
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/he/config.php
@@ -0,0 +1,26 @@
+ [
+ 'name' => 'תיקיות',
+ 'instructions' => 'ציין אילו תיקיות זמינות לשדה זה. השאר ריק כדי להציג את כל התיקיות.',
+ 'warning' => 'הרשאות תיקיה קיימות מקבלות עדיפות על תיקיות שנבחרו.',
+ ],
+ 'min' => [
+ 'label' => 'בחירות מינימליות',
+ 'instructions' => 'הזן את המספר המינימלי של הבחירות המותרות.',
+ ],
+ 'max' => [
+ 'label' => 'בחירות מרביות',
+ 'instructions' => 'הזן את המספר המרבי של הבחירות המותרות.',
+ ],
+ 'mode' => [
+ 'name' => 'מצב קלט',
+ 'instructions' => 'כיצד על המשתמשים לספק קלט קבצים?',
+ 'option' => [
+ 'default' => 'העלה ו / או בחר קבצים.',
+ 'select' => 'בחר קבצים בלבד.',
+ 'upload' => 'העלה קבצים בלבד.',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/he/input.php b/resources/default/addons/visiosoft/media-field_type/lang/he/input.php
new file mode 100644
index 000000000..f3bbddb34
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/he/input.php
@@ -0,0 +1,6 @@
+ 'לחץ או הורד קבצים כאן כדי להעלות.',
+ 'help' => 'לחץ וגרור כדי לסדר מחדש קבצים מצורפים.',
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/he/message.php b/resources/default/addons/visiosoft/media-field_type/lang/he/message.php
new file mode 100644
index 000000000..2e342f4ee
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/he/message.php
@@ -0,0 +1,14 @@
+ 'לאיזו תיקיה תרצה להעלות?',
+ 'upload' => 'הוסף תמונות | העלה תמונות | לצרף תמונה',
+ 'choose_files' => 'באילו קבצים תרצה להשתמש?',
+ 'no_files_selected' => 'לא נבחרו קבצים.',
+ 'no_uploads' => 'לא הועלו קבצים.',
+ 'overwrite' => 'כבר הועלה. האם תרצה להחליף אותו?',
+ 'uploading' => 'מעלה',
+ 'loading' => 'טעינה',
+ 'error_upload' => 'הייתה בעיה בהעלאת הקובץ.',
+ 'error_upload_docs' => 'אין תמיכה בהעלאת מסמכים. אנא פנה למנהל המערכת שלך!',
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/he/setting.php b/resources/default/addons/visiosoft/media-field_type/lang/he/setting.php
new file mode 100644
index 000000000..11fee3c28
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/he/setting.php
@@ -0,0 +1,16 @@
+ [
+ 'name' => 'רוחב בד תמונה'
+ ],
+ 'imageCanvasH' => [
+ 'name' => 'גובה בד תמונה'
+ ],
+ 'imageResizeW' => [
+ 'name' => 'רוחב גודל גודל'
+ ],
+ 'imageResizeH' => [
+ 'name' => 'גובה גודל תמונה'
+ ],
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/he/validation.php b/resources/default/addons/visiosoft/media-field_type/lang/he/validation.php
new file mode 100644
index 000000000..9f289251e
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/he/validation.php
@@ -0,0 +1,6 @@
+ 'דיסק ההעלאה שהוגדר עבור התכונה: אינו קיים.',
+ 'unsupported' => 'אזור זה מיועד לקבצי תמונה בלבד. ניתן להוסיף סוגי קבצים שונים בשדה התיאור.'
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/hi/addon.php b/resources/default/addons/visiosoft/media-field_type/lang/hi/addon.php
new file mode 100644
index 000000000..f9def10a9
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/hi/addon.php
@@ -0,0 +1,7 @@
+ 'मीडिया फील्ड प्रकार',
+ 'name' => 'फ़ाइलें फ़ील्ड प्रकार',
+ 'description' => 'एक एकाधिक फ़ाइलें फ़ील्ड प्रकार अपलोड करती हैं।',
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/hi/button.php b/resources/default/addons/visiosoft/media-field_type/lang/hi/button.php
new file mode 100644
index 000000000..f600d9260
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/hi/button.php
@@ -0,0 +1,7 @@
+ 'मुख्य',
+ 'rotate' => 'घुमाएँ',
+ 'delete' => 'हटाएं'
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/hi/config.php b/resources/default/addons/visiosoft/media-field_type/lang/hi/config.php
new file mode 100644
index 000000000..8ca57a02b
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/hi/config.php
@@ -0,0 +1,26 @@
+ [
+ 'name' => 'फ़ोल्डर',
+ 'instructions' => 'निर्दिष्ट करें कि इस फ़ील्ड के लिए कौन से फ़ोल्डर उपलब्ध हैं। सभी फ़ोल्डर प्रदर्शित करने के लिए खाली छोड़ दें।',
+ 'warning' => 'मौजूदा फ़ोल्डर अनुमतियाँ चयनित फ़ोल्डर पर पूर्वता लेती हैं।',
+ ],
+ 'min' => [
+ 'label' => 'न्यूनतम चयन',
+ 'instructions' => 'अनुमत चयनों की न्यूनतम संख्या दर्ज करें।',
+ ],
+ 'max' => [
+ 'label' => 'अधिकतम चयन',
+ 'instructions' => 'अनुमत चयन की अधिकतम संख्या दर्ज करें।',
+ ],
+ 'mode' => [
+ 'name' => 'इनपुट मोड',
+ 'instructions' => 'उपयोगकर्ताओं को फ़ाइल इनपुट कैसे प्रदान करना चाहिए?',
+ 'option' => [
+ 'default' => 'फ़ाइलें अपलोड और / या चुनें।',
+ 'select' => 'केवल फ़ाइलों का चयन करें।',
+ 'upload' => 'केवल फाइलें अपलोड करें।',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/hi/input.php b/resources/default/addons/visiosoft/media-field_type/lang/hi/input.php
new file mode 100644
index 000000000..1f6fd2b9a
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/hi/input.php
@@ -0,0 +1,6 @@
+ 'अपलोड करने के लिए यहां क्लिक या ड्रॉप करें।',
+ 'help' => 'संलग्न फ़ाइलों को फिर से चालू करने के लिए क्लिक करें और खींचें।',
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/hi/message.php b/resources/default/addons/visiosoft/media-field_type/lang/hi/message.php
new file mode 100644
index 000000000..f7143b884
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/hi/message.php
@@ -0,0 +1,14 @@
+ 'आप किस फ़ोल्डर में अपलोड करना चाहते हैं?',
+ 'upload' => 'जोड़ें Addmages | अपलोड İmages | एक तस्वीर लगाओ',
+ 'choose_files' => 'आप किन फ़ाइलों का उपयोग करना चाहेंगे?',
+ 'no_files_selected' => 'कोई फ़ाइल चयनित नहीं है।',
+ 'no_uploads' => 'कोई फ़ाइल अपलोड नहीं की गई।',
+ 'overwrite' => 'पहले ही अपलोड किया जा चुका है। क्या आप इसे अधिलेखित करना चाहेंगे?',
+ 'uploading' => 'अपलोड हो रहा है',
+ 'loading' => 'लोड हो रहा है',
+ 'error_upload' => 'फ़ाइल अपलोड करने में समस्या थी।',
+ 'error_upload_docs' => 'कोई दस्तावेज़ अपलोड समर्थन नहीं है। कृपया अपने सिस्टम व्यवस्थापक से संपर्क करें!',
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/hi/setting.php b/resources/default/addons/visiosoft/media-field_type/lang/hi/setting.php
new file mode 100644
index 000000000..ffd9e8637
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/hi/setting.php
@@ -0,0 +1,16 @@
+ [
+ 'name' => 'छवि कैनवास की चौड़ाई'
+ ],
+ 'imageCanvasH' => [
+ 'name' => 'छवि कैनवास ऊंचाई'
+ ],
+ 'imageResizeW' => [
+ 'name' => 'छवि चौड़ाई का आकार बदलें'
+ ],
+ 'imageResizeH' => [
+ 'name' => 'छवि का आकार बदलें'
+ ],
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/hi/validation.php b/resources/default/addons/visiosoft/media-field_type/lang/hi/validation.php
new file mode 100644
index 000000000..970a4e2d7
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/hi/validation.php
@@ -0,0 +1,6 @@
+ 'इसके लिए कॉन्फ़िगर की गई अपलोड डिस्क: विशेषता मौजूद नहीं है।',
+ 'unsupported' => 'यह क्षेत्र केवल छवि फ़ाइलों के लिए है। आप विवरण क्षेत्र में विभिन्न फ़ाइल प्रकार जोड़ सकते हैं।'
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/hu/addon.php b/resources/default/addons/visiosoft/media-field_type/lang/hu/addon.php
new file mode 100644
index 000000000..054940723
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/hu/addon.php
@@ -0,0 +1,7 @@
+ 'Média mező típusa',
+ 'name' => 'Fájlok mező típusa',
+ 'description' => 'Több fájl feltöltési mezőtípus.',
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/hu/button.php b/resources/default/addons/visiosoft/media-field_type/lang/hu/button.php
new file mode 100644
index 000000000..751adbe9e
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/hu/button.php
@@ -0,0 +1,7 @@
+ 'Fő',
+ 'rotate' => 'Forog',
+ 'delete' => 'Töröl'
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/hu/config.php b/resources/default/addons/visiosoft/media-field_type/lang/hu/config.php
new file mode 100644
index 000000000..2147f0fe5
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/hu/config.php
@@ -0,0 +1,26 @@
+ [
+ 'name' => 'Mappák',
+ 'instructions' => 'Adja meg, mely mappák állnak rendelkezésre ehhez a mezőhöz. Az összes mappa megjelenítéséhez hagyja üresen.',
+ 'warning' => 'A meglévő mappaengedélyek elsőbbséget élveznek a kiválasztott mappákkal szemben.',
+ ],
+ 'min' => [
+ 'label' => 'Minimális választások',
+ 'instructions' => 'Adja meg a megengedett kiválasztások minimális számát.',
+ ],
+ 'max' => [
+ 'label' => 'Maximális választási lehetőségek',
+ 'instructions' => 'Adja meg a megengedett kiválasztások maximális számát.',
+ ],
+ 'mode' => [
+ 'name' => 'Bemeneti mód',
+ 'instructions' => 'Hogyan kell a felhasználóknak megadniuk a fájlbevitelt?',
+ 'option' => [
+ 'default' => 'Fájlok feltöltése és / vagy kiválasztása.',
+ 'select' => 'Csak fájlokat válasszon.',
+ 'upload' => 'Csak fájlokat tölthet fel.',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/hu/input.php b/resources/default/addons/visiosoft/media-field_type/lang/hu/input.php
new file mode 100644
index 000000000..e48e8bee0
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/hu/input.php
@@ -0,0 +1,6 @@
+ 'Kattintson vagy dobja le a fájlokat ide a feltöltéshez.',
+ 'help' => 'Kattintson és húzza a csatolt fájlok átrendezéséhez.',
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/hu/message.php b/resources/default/addons/visiosoft/media-field_type/lang/hu/message.php
new file mode 100644
index 000000000..77fec9b6b
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/hu/message.php
@@ -0,0 +1,14 @@
+ 'Melyik mappába szeretne feltölteni?',
+ 'upload' => 'Képek hozzáadása | Képek feltöltése | Csatoljon egy fényképet',
+ 'choose_files' => 'Mely fájlokat szeretné használni?',
+ 'no_files_selected' => 'Nincs kiválasztott fájl.',
+ 'no_uploads' => 'Nincs feltöltött fájl.',
+ 'overwrite' => 'már feltöltötték. Szeretné felülírni?',
+ 'uploading' => 'Feltöltés',
+ 'loading' => 'Betöltés',
+ 'error_upload' => 'Hiba történt a fájl feltöltésekor.',
+ 'error_upload_docs' => 'Nincs dokumentumfeltöltési támogatás. Kérjük, lépjen kapcsolatba a rendszergazdával!',
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/hu/validation.php b/resources/default/addons/visiosoft/media-field_type/lang/hu/validation.php
new file mode 100644
index 000000000..80e33444b
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/hu/validation.php
@@ -0,0 +1,6 @@
+ 'A (z): attribútumhoz konfigurált feltöltési lemez nem létezik.',
+ 'unsupported' => 'Ez a terület csak képfájlokhoz használható. Különböző fájltípusokat adhat hozzá a leírás mezőbe.'
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/id/addon.php b/resources/default/addons/visiosoft/media-field_type/lang/id/addon.php
new file mode 100644
index 000000000..9c6827afc
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/id/addon.php
@@ -0,0 +1,7 @@
+ 'Jenis Bidang Media',
+ 'name' => 'Jenis Bidang File',
+ 'description' => 'Jenis bidang unggahan banyak file.',
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/id/button.php b/resources/default/addons/visiosoft/media-field_type/lang/id/button.php
new file mode 100644
index 000000000..4ae567398
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/id/button.php
@@ -0,0 +1,7 @@
+ 'Utama',
+ 'rotate' => 'Memutar',
+ 'delete' => 'Menghapus'
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/id/config.php b/resources/default/addons/visiosoft/media-field_type/lang/id/config.php
new file mode 100644
index 000000000..7c9f98060
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/id/config.php
@@ -0,0 +1,26 @@
+ [
+ 'name' => 'Folder',
+ 'instructions' => 'Tentukan folder mana yang tersedia untuk bidang ini. Biarkan kosong untuk menampilkan semua folder.',
+ 'warning' => 'Izin folder yang sudah ada lebih diutamakan daripada folder yang dipilih.',
+ ],
+ 'min' => [
+ 'label' => 'Pilihan Minimum',
+ 'instructions' => 'Masukkan jumlah minimum pilihan yang diperbolehkan.',
+ ],
+ 'max' => [
+ 'label' => 'Seleksi Maksimum',
+ 'instructions' => 'Masukkan jumlah maksimum pilihan yang diperbolehkan.',
+ ],
+ 'mode' => [
+ 'name' => 'Mode Masukan',
+ 'instructions' => 'Bagaimana seharusnya pengguna memberikan masukan file?',
+ 'option' => [
+ 'default' => 'Unggah dan / atau pilih file.',
+ 'select' => 'Pilih file saja.',
+ 'upload' => 'Unggah file saja.',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/id/input.php b/resources/default/addons/visiosoft/media-field_type/lang/id/input.php
new file mode 100644
index 000000000..73256ebbd
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/id/input.php
@@ -0,0 +1,6 @@
+ 'Klik atau jatuhkan file di sini untuk mengupload.',
+ 'help' => 'Klik dan seret untuk menyusun ulang file lampiran.',
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/id/message.php b/resources/default/addons/visiosoft/media-field_type/lang/id/message.php
new file mode 100644
index 000000000..c291b169d
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/id/message.php
@@ -0,0 +1,14 @@
+ 'Folder mana yang ingin Anda unggah?',
+ 'upload' => 'Tambahkan gambar | Unggah gambar | Lampirkan foto',
+ 'choose_files' => 'File mana yang ingin Anda gunakan?',
+ 'no_files_selected' => 'Tidak ada file yang dipilih.',
+ 'no_uploads' => 'Tidak ada file yang diunggah.',
+ 'overwrite' => 'telah diunggah. Apakah Anda ingin menimpanya?',
+ 'uploading' => 'Mengupload',
+ 'loading' => 'Memuat',
+ 'error_upload' => 'Ada masalah saat mengupload file.',
+ 'error_upload_docs' => 'Tidak ada dukungan unggahan dokumen. Silakan hubungi administrator sistem Anda!',
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/id/validation.php b/resources/default/addons/visiosoft/media-field_type/lang/id/validation.php
new file mode 100644
index 000000000..89f423427
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/id/validation.php
@@ -0,0 +1,6 @@
+ 'Disk unggahan yang dikonfigurasi untuk: atribut tidak ada.',
+ 'unsupported' => 'Area ini hanya untuk file gambar. Anda dapat menambahkan jenis file yang berbeda di bidang deskripsi.'
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/it/addon.php b/resources/default/addons/visiosoft/media-field_type/lang/it/addon.php
new file mode 100644
index 000000000..ca95a9c48
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/it/addon.php
@@ -0,0 +1,7 @@
+ 'Tipo di campo multimediale',
+ 'name' => 'Tipo di campo file',
+ 'description' => 'Un tipo di campo per il caricamento di più file.',
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/it/button.php b/resources/default/addons/visiosoft/media-field_type/lang/it/button.php
new file mode 100644
index 000000000..bf2012c57
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/it/button.php
@@ -0,0 +1,7 @@
+ 'Principale',
+ 'rotate' => 'Ruotare',
+ 'delete' => 'Elimina'
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/it/config.php b/resources/default/addons/visiosoft/media-field_type/lang/it/config.php
new file mode 100644
index 000000000..c1c3b3512
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/it/config.php
@@ -0,0 +1,26 @@
+ [
+ 'name' => 'Cartelle',
+ 'instructions' => 'Specifica quali cartelle sono disponibili per questo campo. Lascia vuoto per visualizzare tutte le cartelle.',
+ 'warning' => 'Le autorizzazioni per le cartelle esistenti hanno la precedenza sulle cartelle selezionate.',
+ ],
+ 'min' => [
+ 'label' => 'Selezioni minime',
+ 'instructions' => 'Immettere il numero minimo di selezioni consentite.',
+ ],
+ 'max' => [
+ 'label' => 'Selezioni massime',
+ 'instructions' => 'Immettere il numero massimo di selezioni consentite.',
+ ],
+ 'mode' => [
+ 'name' => 'Modalità di immissione',
+ 'instructions' => 'In che modo gli utenti devono fornire input di file?',
+ 'option' => [
+ 'default' => 'Carica e / o seleziona file.',
+ 'select' => 'Seleziona solo i file.',
+ 'upload' => 'Carica solo file.',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/it/input.php b/resources/default/addons/visiosoft/media-field_type/lang/it/input.php
new file mode 100644
index 000000000..75c00a98e
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/it/input.php
@@ -0,0 +1,6 @@
+ 'Fai clic o trascina i file qui per caricarli.',
+ 'help' => 'Fare clic e trascinare per riordinare i file allegati.',
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/it/message.php b/resources/default/addons/visiosoft/media-field_type/lang/it/message.php
new file mode 100644
index 000000000..3dc69cb14
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/it/message.php
@@ -0,0 +1,14 @@
+ 'In quale cartella desideri caricare?',
+ 'upload' => 'Aggiungi İmages | Carica İmages | Allega una foto',
+ 'choose_files' => 'Quali file vorresti usare?',
+ 'no_files_selected' => 'Nessun file selezionato.',
+ 'no_uploads' => 'Nessun file caricato.',
+ 'overwrite' => 'è già stato caricato. Vuoi sovrascriverlo?',
+ 'uploading' => 'Caricamento',
+ 'loading' => 'Caricamento in corso',
+ 'error_upload' => 'Si è verificato un problema durante il caricamento del file.',
+ 'error_upload_docs' => 'Non è disponibile alcun supporto per il caricamento dei documenti. Contatta l\'amministratore di sistema!',
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/it/setting.php b/resources/default/addons/visiosoft/media-field_type/lang/it/setting.php
new file mode 100644
index 000000000..f2fb9760e
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/it/setting.php
@@ -0,0 +1,16 @@
+ [
+ 'name' => 'Larghezza tela immagine'
+ ],
+ 'imageCanvasH' => [
+ 'name' => 'Altezza tela immagine'
+ ],
+ 'imageResizeW' => [
+ 'name' => 'Larghezza ridimensionamento immagine'
+ ],
+ 'imageResizeH' => [
+ 'name' => 'Altezza ridimensionamento immagine'
+ ],
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/it/validation.php b/resources/default/addons/visiosoft/media-field_type/lang/it/validation.php
new file mode 100644
index 000000000..bd07c7271
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/it/validation.php
@@ -0,0 +1,6 @@
+ 'Il disco di caricamento configurato per: l\'attributo non esiste.',
+ 'unsupported' => 'Quest\'area è solo per i file di immagine. È possibile aggiungere diversi tipi di file nel campo della descrizione.'
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/ja/addon.php b/resources/default/addons/visiosoft/media-field_type/lang/ja/addon.php
new file mode 100644
index 000000000..c46c20dd3
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/ja/addon.php
@@ -0,0 +1,7 @@
+ 'メディアフィールドタイプ',
+ 'name' => 'ファイルフィールドタイプ',
+ 'description' => '複数ファイルのアップロードフィールドタイプ。',
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/ja/button.php b/resources/default/addons/visiosoft/media-field_type/lang/ja/button.php
new file mode 100644
index 000000000..ed6f9fae0
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/ja/button.php
@@ -0,0 +1,7 @@
+ 'メイン',
+ 'rotate' => '回転する',
+ 'delete' => '削除'
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/ja/config.php b/resources/default/addons/visiosoft/media-field_type/lang/ja/config.php
new file mode 100644
index 000000000..775496573
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/ja/config.php
@@ -0,0 +1,26 @@
+ [
+ 'name' => 'フォルダー',
+ 'instructions' => 'このフィールドで使用できるフォルダを指定します。すべてのフォルダを表示するには、空白のままにします。',
+ 'warning' => '既存のフォルダのアクセス許可は、選択したフォルダよりも優先されます。',
+ ],
+ 'min' => [
+ 'label' => '最小限の選択',
+ 'instructions' => '許可される選択の最小数を入力してください。',
+ ],
+ 'max' => [
+ 'label' => '最大の選択',
+ 'instructions' => '許可される選択の最大数を入力します。',
+ ],
+ 'mode' => [
+ 'name' => '入力モード',
+ 'instructions' => 'ユーザーはどのようにファイル入力を提供する必要がありますか?',
+ 'option' => [
+ 'default' => 'ファイルをアップロードまたは選択します。',
+ 'select' => 'ファイルのみを選択します。',
+ 'upload' => 'ファイルのみをアップロードします。',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/ja/input.php b/resources/default/addons/visiosoft/media-field_type/lang/ja/input.php
new file mode 100644
index 000000000..45495bdd7
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/ja/input.php
@@ -0,0 +1,6 @@
+ 'ここをクリックしてファイルをドロップするかアップロードしてください。',
+ 'help' => 'クリックしてドラッグし、添付ファイルを並べ替えます。',
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/ja/message.php b/resources/default/addons/visiosoft/media-field_type/lang/ja/message.php
new file mode 100644
index 000000000..eeb276e11
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/ja/message.php
@@ -0,0 +1,14 @@
+ 'どのフォルダにアップロードしますか?',
+ 'upload' => 'İmagesを追加する| İmagesをアップロードする|写真を添付',
+ 'choose_files' => 'どのファイルを使用しますか?',
+ 'no_files_selected' => 'ファイルが選択されていません。',
+ 'no_uploads' => 'アップロードされたファイルはありません。',
+ 'overwrite' => 'すでにアップロードされています。上書きしますか?',
+ 'uploading' => 'アップロードしています',
+ 'loading' => '読み込み中',
+ 'error_upload' => 'ファイルのアップロードで問題が発生しました。',
+ 'error_upload_docs' => 'ドキュメントのアップロードはサポートされていません。システム管理者に連絡してください。',
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/ja/setting.php b/resources/default/addons/visiosoft/media-field_type/lang/ja/setting.php
new file mode 100644
index 000000000..47357ee70
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/ja/setting.php
@@ -0,0 +1,16 @@
+ [
+ 'name' => '画像キャンバスの幅'
+ ],
+ 'imageCanvasH' => [
+ 'name' => '画像キャンバスの高さ'
+ ],
+ 'imageResizeW' => [
+ 'name' => '画像サイズ変更幅'
+ ],
+ 'imageResizeH' => [
+ 'name' => '画像サイズ変更高さ'
+ ],
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/ja/validation.php b/resources/default/addons/visiosoft/media-field_type/lang/ja/validation.php
new file mode 100644
index 000000000..0e718a65e
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/ja/validation.php
@@ -0,0 +1,6 @@
+ ':attribute用に構成されたアップロードディスクは存在しません。',
+ 'unsupported' => 'この領域は画像ファイル専用です。説明フィールドにさまざまなファイルタイプを追加できます。'
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/ko/addon.php b/resources/default/addons/visiosoft/media-field_type/lang/ko/addon.php
new file mode 100644
index 000000000..620fe81f7
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/ko/addon.php
@@ -0,0 +1,7 @@
+ '미디어 필드 유형',
+ 'name' => '파일 필드 유형',
+ 'description' => '여러 파일 업로드 필드 유형',
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/ko/button.php b/resources/default/addons/visiosoft/media-field_type/lang/ko/button.php
new file mode 100644
index 000000000..52412c33b
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/ko/button.php
@@ -0,0 +1,7 @@
+ '본관',
+ 'rotate' => '회전',
+ 'delete' => '지우다'
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/ko/config.php b/resources/default/addons/visiosoft/media-field_type/lang/ko/config.php
new file mode 100644
index 000000000..c5115b982
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/ko/config.php
@@ -0,0 +1,26 @@
+ [
+ 'name' => '폴더',
+ 'instructions' => '이 필드에 사용할 수있는 폴더를 지정하십시오. 모든 폴더를 표시하려면 비워 두십시오.',
+ 'warning' => '기존 폴더 권한이 선택한 폴더보다 우선합니다.',
+ ],
+ 'min' => [
+ 'label' => '최소 선택',
+ 'instructions' => '허용되는 최소 선택 수를 입력하십시오.',
+ ],
+ 'max' => [
+ 'label' => '최대 선택',
+ 'instructions' => '허용되는 최대 선택 수를 입력하십시오.',
+ ],
+ 'mode' => [
+ 'name' => '입력 모드',
+ 'instructions' => '사용자는 파일 입력을 어떻게 제공해야합니까?',
+ 'option' => [
+ 'default' => '파일을 업로드 및 / 또는 선택합니다.',
+ 'select' => '파일 만 선택하십시오.',
+ 'upload' => '파일 만 업로드하십시오.',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/ko/input.php b/resources/default/addons/visiosoft/media-field_type/lang/ko/input.php
new file mode 100644
index 000000000..9b59137e7
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/ko/input.php
@@ -0,0 +1,6 @@
+ '업로드하려면 여기를 클릭하거나 드롭하십시오.',
+ 'help' => '첨부 파일을 클릭하고 드래그하여 순서를 변경하십시오.',
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/ko/message.php b/resources/default/addons/visiosoft/media-field_type/lang/ko/message.php
new file mode 100644
index 000000000..efc51ab21
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/ko/message.php
@@ -0,0 +1,14 @@
+ '어느 폴더에 업로드 하시겠습니까?',
+ 'upload' => 'İmages 추가 | İmages 업로드 | 사진 첨부',
+ 'choose_files' => '어떤 파일을 사용 하시겠습니까?',
+ 'no_files_selected' => '선택된 파일이 없습니다.',
+ 'no_uploads' => '파일이 업로드되지 않았습니다.',
+ 'overwrite' => '이미 업로드되었습니다. 덮어 쓰시겠습니까?',
+ 'uploading' => '업로드 중',
+ 'loading' => '로딩',
+ 'error_upload' => '파일을 업로드하는 중에 문제가 발생했습니다.',
+ 'error_upload_docs' => '문서 업로드 지원이 없습니다. 시스템 관리자에게 문의하십시오!',
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/ko/setting.php b/resources/default/addons/visiosoft/media-field_type/lang/ko/setting.php
new file mode 100644
index 000000000..5c5667f8d
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/ko/setting.php
@@ -0,0 +1,16 @@
+ [
+ 'name' => '이미지 캔버스 너비'
+ ],
+ 'imageCanvasH' => [
+ 'name' => '이미지 캔버스 높이'
+ ],
+ 'imageResizeW' => [
+ 'name' => '이미지 크기 조정 폭'
+ ],
+ 'imageResizeH' => [
+ 'name' => '이미지 크기 조정 높이'
+ ],
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/ko/validation.php b/resources/default/addons/visiosoft/media-field_type/lang/ko/validation.php
new file mode 100644
index 000000000..e9656290a
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/ko/validation.php
@@ -0,0 +1,6 @@
+ ': attribute에 대해 구성된 업로드 디스크가 없습니다.',
+ 'unsupported' => '이 영역은 이미지 파일 전용입니다. 설명 필드에 다른 파일 유형을 추가 할 수 있습니다.'
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/ku/addon.php b/resources/default/addons/visiosoft/media-field_type/lang/ku/addon.php
new file mode 100644
index 000000000..923fbd34d
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/ku/addon.php
@@ -0,0 +1,7 @@
+ 'Tîpa Qada Medyayê',
+ 'name' => 'Pelên Tîpa Zeviyê',
+ 'description' => 'Pir pelan celebek zeviyê bar dike.',
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/ku/button.php b/resources/default/addons/visiosoft/media-field_type/lang/ku/button.php
new file mode 100644
index 000000000..79003b53a
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/ku/button.php
@@ -0,0 +1,7 @@
+ 'سەرەکی',
+ 'rotate' => 'Yîvirrîn',
+ 'delete' => 'Jêbirin'
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/ku/config.php b/resources/default/addons/visiosoft/media-field_type/lang/ku/config.php
new file mode 100644
index 000000000..73fa7b396
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/ku/config.php
@@ -0,0 +1,26 @@
+ [
+ 'name' => 'Peldankan',
+ 'instructions' => 'Diyar bikin ka kîjan peldank ji bo vê qadê hene. Vala bihêle da ku hemî peldankan nîşan bide.',
+ 'warning' => 'Destûrên heyî yên peldankê pêşî li peldankên hilbijartî digirin.',
+ ],
+ 'min' => [
+ 'label' => 'Hilbijarkên Kêmtirîn',
+ 'instructions' => 'Hilbijarkên destûrkirî yên herî kêm binivîse.',
+ ],
+ 'max' => [
+ 'label' => 'Hilbijartinên Maksîmûm',
+ 'instructions' => 'Hejmara herî zêde ya hilbijartinên destûrkirî binivîse.',
+ ],
+ 'mode' => [
+ 'name' => 'Modeya Input',
+ 'instructions' => 'Divê bikarhêner çawa têkela pelê peyda bikin?',
+ 'option' => [
+ 'default' => 'Pelan bar bikin û / an hilbijêrin.',
+ 'select' => 'Tenê pelan hilbijêrin.',
+ 'upload' => 'Tenê pelan hilînin.',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/ku/input.php b/resources/default/addons/visiosoft/media-field_type/lang/ku/input.php
new file mode 100644
index 000000000..be1078104
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/ku/input.php
@@ -0,0 +1,8 @@
+ 'کرتە بکە یان پەڕگەکان لێرە دابەزێنە بۆ بارکردن.
+',
+ 'help' => 'کرتە بکە و ڕاکێشە بۆ دووبارە کردنەوەی پەڕگەکانی هاوپێچ.
+',
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/ku/message.php b/resources/default/addons/visiosoft/media-field_type/lang/ku/message.php
new file mode 100644
index 000000000..2cf845068
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/ku/message.php
@@ -0,0 +1,22 @@
+ 'حەز دەکەیت کام بوخچە بەرز بکەیتەوە ؟
+',
+ 'upload' => 'وێنەکانی دانێن | وێنەکانی بار بکه | وێنەیەک هاوپێچ بکە
+',
+ 'choose_files' => 'حەزدەکەیت کام پەڕگەکان بەکاربهێنیت ؟
+',
+ 'no_files_selected' => 'هیچ پەڕگەکان هەڵبژراردنی نەکراوە
+',
+ 'no_uploads' => 'هیچ پەڕگەکان دانێنی نەکراوە
+',
+ 'overwrite' => 'هەر ئێستا بارکراو. حەزدەکەیت بەسەریدا زاڵ بیت ؟
+',
+ 'uploading' => 'بارکردن',
+ 'loading' => 'بارکردن',
+ 'error_upload' => 'There was a problem uploading the file.
+',
+ 'error_upload_docs' => '! هیچ پاڵپشتیەکی بەڵگەنامە نییە. تکایە پەیوەندی بکە بە بەڕێوەبەری سیستمەکەتەوە
+',
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/ku/validation.php b/resources/default/addons/visiosoft/media-field_type/lang/ku/validation.php
new file mode 100644
index 000000000..244438f7f
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/ku/validation.php
@@ -0,0 +1,6 @@
+ 'Dîska barkirî ya mîhengkirî ji bo: taybetmendî tune.',
+ 'unsupported' => 'Ev dever tenê ji bo pelên wêneyê ye. Hûn dikarin di qada ravekirinê de cûreyên pelên cuda lê zêde bikin.'
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/nl/addon.php b/resources/default/addons/visiosoft/media-field_type/lang/nl/addon.php
new file mode 100644
index 000000000..2968070b9
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/nl/addon.php
@@ -0,0 +1,7 @@
+ 'Type mediaveld',
+ 'name' => 'Veldtype Bestanden',
+ 'description' => 'Een veldtype voor het uploaden van meerdere bestanden.',
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/nl/button.php b/resources/default/addons/visiosoft/media-field_type/lang/nl/button.php
new file mode 100644
index 000000000..65e3f2293
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/nl/button.php
@@ -0,0 +1,7 @@
+ 'Hoofd',
+ 'rotate' => 'Draaien',
+ 'delete' => 'Verwijderen'
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/nl/config.php b/resources/default/addons/visiosoft/media-field_type/lang/nl/config.php
new file mode 100644
index 000000000..0e7f6802a
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/nl/config.php
@@ -0,0 +1,26 @@
+ [
+ 'name' => 'Mappen',
+ 'instructions' => 'Specificeer welke mappen beschikbaar zijn voor dit veld. Laat leeg om alle mappen weer te geven.',
+ 'warning' => 'Bestaande mapmachtigingen hebben voorrang op geselecteerde mappen.',
+ ],
+ 'min' => [
+ 'label' => 'Minimale selecties',
+ 'instructions' => 'Voer het minimum aantal toegestane selecties in.',
+ ],
+ 'max' => [
+ 'label' => 'Maximale selecties',
+ 'instructions' => 'Voer het maximale aantal toegestane selecties in.',
+ ],
+ 'mode' => [
+ 'name' => 'Invoer modus',
+ 'instructions' => 'Hoe moeten gebruikers bestandsinvoer verstrekken?',
+ 'option' => [
+ 'default' => 'Upload en / of selecteer bestanden.',
+ 'select' => 'Selecteer alleen bestanden.',
+ 'upload' => 'Upload alleen bestanden.',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/nl/input.php b/resources/default/addons/visiosoft/media-field_type/lang/nl/input.php
new file mode 100644
index 000000000..e55c68350
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/nl/input.php
@@ -0,0 +1,6 @@
+ 'Klik of zet bestanden hier neer om te uploaden.',
+ 'help' => 'Klik en sleep om bijgevoegde bestanden opnieuw te ordenen.',
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/nl/message.php b/resources/default/addons/visiosoft/media-field_type/lang/nl/message.php
new file mode 100644
index 000000000..3fbc453d6
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/nl/message.php
@@ -0,0 +1,14 @@
+ 'Naar welke map wil je uploaden?',
+ 'upload' => 'İmages | İmages uploaden | Voeg een foto toe',
+ 'choose_files' => 'Welke bestanden wil je gebruiken?',
+ 'no_files_selected' => 'Geen bestanden geselecteerd.',
+ 'no_uploads' => 'Geen bestanden geüpload.',
+ 'overwrite' => 'is al geüpload. Wil je het overschrijven?',
+ 'uploading' => 'Uploaden',
+ 'loading' => 'Bezig met laden',
+ 'error_upload' => 'Er is een probleem opgetreden bij het uploaden van het bestand.',
+ 'error_upload_docs' => 'Er is geen ondersteuning voor het uploaden van documenten. Neem contact op met uw systeembeheerder!',
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/nl/setting.php b/resources/default/addons/visiosoft/media-field_type/lang/nl/setting.php
new file mode 100644
index 000000000..35cef326b
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/nl/setting.php
@@ -0,0 +1,16 @@
+ [
+ 'name' => 'Breedte van afbeeldingsdoek'
+ ],
+ 'imageCanvasH' => [
+ 'name' => 'Afbeelding Canvashoogte'
+ ],
+ 'imageResizeW' => [
+ 'name' => 'Afbeelding Formaat wijzigen'
+ ],
+ 'imageResizeH' => [
+ 'name' => 'Afbeelding Formaat wijzigen'
+ ],
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/nl/validation.php b/resources/default/addons/visiosoft/media-field_type/lang/nl/validation.php
new file mode 100644
index 000000000..35c572ab3
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/nl/validation.php
@@ -0,0 +1,6 @@
+ 'De geconfigureerde uploadschijf voor: attribuut bestaat niet.',
+ 'unsupported' => 'Dit gebied is alleen voor afbeeldingsbestanden. U kunt verschillende bestandstypen toevoegen in het beschrijvingsveld.'
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/no/addon.php b/resources/default/addons/visiosoft/media-field_type/lang/no/addon.php
new file mode 100644
index 000000000..9fb0214b9
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/no/addon.php
@@ -0,0 +1,7 @@
+ 'Mediefeltype',
+ 'name' => 'Felt felttype',
+ 'description' => 'En felttype med flere filer lastes opp.',
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/no/button.php b/resources/default/addons/visiosoft/media-field_type/lang/no/button.php
new file mode 100644
index 000000000..23e14a4b3
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/no/button.php
@@ -0,0 +1,7 @@
+ 'Hoved',
+ 'rotate' => 'Rotere',
+ 'delete' => 'Slett'
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/no/config.php b/resources/default/addons/visiosoft/media-field_type/lang/no/config.php
new file mode 100644
index 000000000..42d38c23b
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/no/config.php
@@ -0,0 +1,26 @@
+ [
+ 'name' => 'Mapper',
+ 'instructions' => 'Spesifiser hvilke mapper som er tilgjengelige for dette feltet. La det være tomt for å vise alle mappene.',
+ 'warning' => 'Eksisterende mappetillatelser går foran valgte mapper.',
+ ],
+ 'min' => [
+ 'label' => 'Minimumsvalg',
+ 'instructions' => 'Angi minimum antall tillatte valg.',
+ ],
+ 'max' => [
+ 'label' => 'Maksimale valg',
+ 'instructions' => 'Angi maksimalt antall tillatte valg.',
+ ],
+ 'mode' => [
+ 'name' => 'Inndatamodus',
+ 'instructions' => 'Hvordan skal brukere gi filinndata?',
+ 'option' => [
+ 'default' => 'Last opp og / eller velg filer.',
+ 'select' => 'Velg bare filer.',
+ 'upload' => 'Bare last opp filer.',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/no/input.php b/resources/default/addons/visiosoft/media-field_type/lang/no/input.php
new file mode 100644
index 000000000..7b5bb3f68
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/no/input.php
@@ -0,0 +1,6 @@
+ 'Klikk eller slipp filer her for å laste opp.',
+ 'help' => 'Klikk og dra for å omorganisere vedlagte filer.',
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/no/message.php b/resources/default/addons/visiosoft/media-field_type/lang/no/message.php
new file mode 100644
index 000000000..b59b1966f
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/no/message.php
@@ -0,0 +1,14 @@
+ 'Hvilken mappe vil du laste opp til?',
+ 'upload' => 'Legg til bilder | Last opp bilder | Legg ved et bilde',
+ 'choose_files' => 'Hvilke filer vil du bruke?',
+ 'no_files_selected' => 'Ingen filer valgt.',
+ 'no_uploads' => 'Ingen filer lastet opp.',
+ 'overwrite' => 'er allerede lastet opp. Vil du overskrive det?',
+ 'uploading' => 'Laster opp',
+ 'loading' => 'Laster inn',
+ 'error_upload' => 'Det oppsto et problem med å laste opp filen.',
+ 'error_upload_docs' => 'Det er ingen støtte for dokumentopplasting. Ta kontakt med systemadministratoren!',
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/no/validation.php b/resources/default/addons/visiosoft/media-field_type/lang/no/validation.php
new file mode 100644
index 000000000..31d86e8cc
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/no/validation.php
@@ -0,0 +1,6 @@
+ 'Den konfigurerte opplastingsdisken for: attributt eksisterer ikke.',
+ 'unsupported' => 'Dette området er kun for bildefiler. Du kan legge til forskjellige filtyper i beskrivelsesfeltet.'
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/pl/addon.php b/resources/default/addons/visiosoft/media-field_type/lang/pl/addon.php
new file mode 100644
index 000000000..95e3f8318
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/pl/addon.php
@@ -0,0 +1,7 @@
+ 'Typ pola mediów',
+ 'name' => 'Typ pola plików',
+ 'description' => 'Typ pola przesyłania wielu plików.',
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/pl/button.php b/resources/default/addons/visiosoft/media-field_type/lang/pl/button.php
new file mode 100644
index 000000000..667f42f80
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/pl/button.php
@@ -0,0 +1,7 @@
+ 'Główny',
+ 'rotate' => 'Obracać się',
+ 'delete' => 'Kasować'
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/pl/config.php b/resources/default/addons/visiosoft/media-field_type/lang/pl/config.php
new file mode 100644
index 000000000..71fb1d35a
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/pl/config.php
@@ -0,0 +1,26 @@
+ [
+ 'name' => 'Lornetka składana',
+ 'instructions' => 'Określ, które foldery są dostępne dla tego pola. Pozostaw puste, aby wyświetlić wszystkie foldery.',
+ 'warning' => 'Istniejące uprawnienia do folderów mają pierwszeństwo przed wybranymi folderami.',
+ ],
+ 'min' => [
+ 'label' => 'Minimalna selekcja',
+ 'instructions' => 'Wprowadź minimalną liczbę dozwolonych wyborów.',
+ ],
+ 'max' => [
+ 'label' => 'Maksymalna liczba wyborów',
+ 'instructions' => 'Wprowadź maksymalną liczbę dozwolonych wyborów.',
+ ],
+ 'mode' => [
+ 'name' => 'Tryb wprowadzania',
+ 'instructions' => 'W jaki sposób użytkownicy powinni wprowadzać pliki?',
+ 'option' => [
+ 'default' => 'Prześlij i / lub wybierz pliki.',
+ 'select' => 'Wybierz tylko pliki.',
+ 'upload' => 'Prześlij tylko pliki.',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/pl/input.php b/resources/default/addons/visiosoft/media-field_type/lang/pl/input.php
new file mode 100644
index 000000000..93448d048
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/pl/input.php
@@ -0,0 +1,6 @@
+ 'Kliknij lub upuść pliki tutaj, aby przesłać.',
+ 'help' => 'Kliknij i przeciągnij, aby zmienić kolejność załączonych plików.',
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/pl/message.php b/resources/default/addons/visiosoft/media-field_type/lang/pl/message.php
new file mode 100644
index 000000000..1a5cdc2c0
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/pl/message.php
@@ -0,0 +1,14 @@
+ 'Do którego folderu chcesz przesłać?',
+ 'upload' => 'Dodaj İmages | Prześlij İmages | Załącz zdjęcie',
+ 'choose_files' => 'Których plików chciałbyś użyć?',
+ 'no_files_selected' => 'Nie wybrano plików.',
+ 'no_uploads' => 'Brak przesłanych plików.',
+ 'overwrite' => 'został już przesłany. Czy chcesz go zastąpić?',
+ 'uploading' => 'Przesyłanie',
+ 'loading' => 'Ładowanie',
+ 'error_upload' => 'Wystąpił problem podczas przesyłania pliku.',
+ 'error_upload_docs' => 'Nie ma obsługi przesyłania dokumentów. Skontaktuj się z administratorem systemu!',
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/pl/setting.php b/resources/default/addons/visiosoft/media-field_type/lang/pl/setting.php
new file mode 100644
index 000000000..7820f962c
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/pl/setting.php
@@ -0,0 +1,16 @@
+ [
+ 'name' => 'Szerokość płótna obrazu'
+ ],
+ 'imageCanvasH' => [
+ 'name' => 'Wysokość płótna obrazu'
+ ],
+ 'imageResizeW' => [
+ 'name' => 'Szerokość zmiany rozmiaru obrazu'
+ ],
+ 'imageResizeH' => [
+ 'name' => 'Wysokość zmiany rozmiaru obrazu'
+ ],
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/pl/validation.php b/resources/default/addons/visiosoft/media-field_type/lang/pl/validation.php
new file mode 100644
index 000000000..46e857a7b
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/pl/validation.php
@@ -0,0 +1,6 @@
+ 'Skonfigurowany dysk do przesyłania dla: atrybut nie istnieje.',
+ 'unsupported' => 'Ten obszar jest przeznaczony wyłącznie dla plików graficznych. W polu opisu możesz dodać różne typy plików.'
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/pt/addon.php b/resources/default/addons/visiosoft/media-field_type/lang/pt/addon.php
new file mode 100644
index 000000000..d9b6cb4b5
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/pt/addon.php
@@ -0,0 +1,7 @@
+ 'Tipo de campo de mídia',
+ 'name' => 'Tipo de campo Arquivos',
+ 'description' => 'Um tipo de campo de upload de vários arquivos.',
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/pt/button.php b/resources/default/addons/visiosoft/media-field_type/lang/pt/button.php
new file mode 100644
index 000000000..4eec20587
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/pt/button.php
@@ -0,0 +1,7 @@
+ 'a Principal',
+ 'rotate' => 'Girar',
+ 'delete' => 'Excluir'
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/pt/config.php b/resources/default/addons/visiosoft/media-field_type/lang/pt/config.php
new file mode 100644
index 000000000..2b460b449
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/pt/config.php
@@ -0,0 +1,26 @@
+ [
+ 'name' => 'Pastas',
+ 'instructions' => 'Especifique quais pastas estão disponíveis para este campo. Deixe em branco para exibir todas as pastas.',
+ 'warning' => 'As permissões de pasta existentes têm precedência sobre as pastas selecionadas.',
+ ],
+ 'min' => [
+ 'label' => 'Seleções Mínimas',
+ 'instructions' => 'Digite o número mínimo de seleções permitidas.',
+ ],
+ 'max' => [
+ 'label' => 'Seleções máximas',
+ 'instructions' => 'Digite o número máximo de seleções permitidas.',
+ ],
+ 'mode' => [
+ 'name' => 'Modo de entrada',
+ 'instructions' => 'Como os usuários devem fornecer entrada de arquivo?',
+ 'option' => [
+ 'default' => 'Carregar e / ou selecionar arquivos.',
+ 'select' => 'Selecione apenas arquivos.',
+ 'upload' => 'Carregar apenas arquivos.',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/pt/input.php b/resources/default/addons/visiosoft/media-field_type/lang/pt/input.php
new file mode 100644
index 000000000..69bf06eb8
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/pt/input.php
@@ -0,0 +1,6 @@
+ 'Clique ou solte os arquivos aqui para fazer o upload.',
+ 'help' => 'Clique e arraste para reordenar os arquivos anexados.',
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/pt/message.php b/resources/default/addons/visiosoft/media-field_type/lang/pt/message.php
new file mode 100644
index 000000000..8852a4126
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/pt/message.php
@@ -0,0 +1,14 @@
+ 'Para qual pasta você deseja enviar?',
+ 'upload' => 'Adicionar imagens | Carregar imagens | Anexe uma foto',
+ 'choose_files' => 'Quais arquivos você gostaria de usar?',
+ 'no_files_selected' => 'Nenhum arquivo selecionado.',
+ 'no_uploads' => 'Nenhum arquivo enviado.',
+ 'overwrite' => 'já foi enviado. Deseja substituí-lo?',
+ 'uploading' => 'Enviando',
+ 'loading' => 'Carregando',
+ 'error_upload' => 'Ocorreu um problema ao enviar o arquivo.',
+ 'error_upload_docs' => 'Não há suporte para upload de documentos. Entre em contato com o administrador do sistema!',
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/pt/setting.php b/resources/default/addons/visiosoft/media-field_type/lang/pt/setting.php
new file mode 100644
index 000000000..382f8a00e
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/pt/setting.php
@@ -0,0 +1,16 @@
+ [
+ 'name' => 'Largura da tela de imagem'
+ ],
+ 'imageCanvasH' => [
+ 'name' => 'Altura da tela da imagem'
+ ],
+ 'imageResizeW' => [
+ 'name' => 'Largura de redimensionamento de imagem'
+ ],
+ 'imageResizeH' => [
+ 'name' => 'Altura de redimensionamento da imagem'
+ ],
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/pt/validation.php b/resources/default/addons/visiosoft/media-field_type/lang/pt/validation.php
new file mode 100644
index 000000000..1b30c0872
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/pt/validation.php
@@ -0,0 +1,6 @@
+ 'O disco de upload configurado para: attribute não existe.',
+ 'unsupported' => 'Esta área é apenas para arquivos de imagem. Você pode adicionar diferentes tipos de arquivo no campo de descrição.'
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/ro/addon.php b/resources/default/addons/visiosoft/media-field_type/lang/ro/addon.php
new file mode 100644
index 000000000..65ea26dde
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/ro/addon.php
@@ -0,0 +1,7 @@
+ 'Tipul câmpului media',
+ 'name' => 'Tip câmp fișiere',
+ 'description' => 'Un tip de câmp de încărcare a mai multor fișiere.',
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/ro/button.php b/resources/default/addons/visiosoft/media-field_type/lang/ro/button.php
new file mode 100644
index 000000000..021964157
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/ro/button.php
@@ -0,0 +1,7 @@
+ 'Principal',
+ 'rotate' => 'Roti',
+ 'delete' => 'Șterge'
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/ro/config.php b/resources/default/addons/visiosoft/media-field_type/lang/ro/config.php
new file mode 100644
index 000000000..672c194e8
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/ro/config.php
@@ -0,0 +1,26 @@
+ [
+ 'name' => 'Dosare',
+ 'instructions' => 'Specificați ce foldere sunt disponibile pentru acest câmp. Lăsați gol pentru a afișa toate folderele.',
+ 'warning' => 'Permisiunile de folder existente au prioritate față de directoarele selectate.',
+ ],
+ 'min' => [
+ 'label' => 'Selecții minime',
+ 'instructions' => 'Introduceți numărul minim de selecții permise.',
+ ],
+ 'max' => [
+ 'label' => 'Selectări maxime',
+ 'instructions' => 'Introduceți numărul maxim de selecții permise.',
+ ],
+ 'mode' => [
+ 'name' => 'Modul de introducere',
+ 'instructions' => 'Cum ar trebui utilizatorii să furnizeze introducerea fișierului?',
+ 'option' => [
+ 'default' => 'Încărcați și / sau selectați fișiere.',
+ 'select' => 'Selectați numai fișiere.',
+ 'upload' => 'Încărcați numai fișiere.',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/ro/input.php b/resources/default/addons/visiosoft/media-field_type/lang/ro/input.php
new file mode 100644
index 000000000..3eb8a8857
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/ro/input.php
@@ -0,0 +1,6 @@
+ 'Faceți clic sau aruncați fișierele aici pentru a le încărca.',
+ 'help' => 'Faceți clic și glisați pentru a reordona fișierele atașate.',
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/ro/message.php b/resources/default/addons/visiosoft/media-field_type/lang/ro/message.php
new file mode 100644
index 000000000..edabd6126
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/ro/message.php
@@ -0,0 +1,14 @@
+ 'În ce folder doriți să încărcați?',
+ 'upload' => 'Adăugați İmages | Încărcați imagini | Atașați o fotografie',
+ 'choose_files' => 'Ce fișiere doriți să utilizați?',
+ 'no_files_selected' => 'Nu au fost selectate fișiere.',
+ 'no_uploads' => 'Nu s-au încărcat fișiere.',
+ 'overwrite' => 'a fost deja încărcat. Doriți să îl suprascrieți?',
+ 'uploading' => 'Se încarcă',
+ 'loading' => 'Se încarcă',
+ 'error_upload' => 'A apărut o problemă la încărcarea fișierului.',
+ 'error_upload_docs' => 'Nu există suport pentru încărcarea documentelor. Vă rugăm să contactați administratorul de sistem!',
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/ro/setting.php b/resources/default/addons/visiosoft/media-field_type/lang/ro/setting.php
new file mode 100644
index 000000000..4624fe4e2
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/ro/setting.php
@@ -0,0 +1,16 @@
+ [
+ 'name' => 'Lățimea panzei imaginii'
+ ],
+ 'imageCanvasH' => [
+ 'name' => 'Imagine Canvas Înălțime'
+ ],
+ 'imageResizeW' => [
+ 'name' => 'Lățimea redimensionării imaginii'
+ ],
+ 'imageResizeH' => [
+ 'name' => 'Înălțimea dimensiunii imaginii'
+ ],
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/ro/validation.php b/resources/default/addons/visiosoft/media-field_type/lang/ro/validation.php
new file mode 100644
index 000000000..72a0f62fb
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/ro/validation.php
@@ -0,0 +1,6 @@
+ 'Discul de încărcare configurat pentru: atribut nu există.',
+ 'unsupported' => 'Această zonă este doar pentru fișiere imagine. Puteți adăuga diferite tipuri de fișiere în câmpul de descriere.'
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/ru/addon.php b/resources/default/addons/visiosoft/media-field_type/lang/ru/addon.php
new file mode 100644
index 000000000..8b2195410
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/ru/addon.php
@@ -0,0 +1,7 @@
+ 'файлы',
+ 'name' => 'Тип поля файлов',
+ 'description' => 'Тип поля загрузки нескольких файлов.',
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/ru/button.php b/resources/default/addons/visiosoft/media-field_type/lang/ru/button.php
new file mode 100644
index 000000000..abe09be69
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/ru/button.php
@@ -0,0 +1,7 @@
+ 'Основной',
+ 'rotate' => 'Повернуть',
+ 'delete' => 'Удалить'
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/ru/config.php b/resources/default/addons/visiosoft/media-field_type/lang/ru/config.php
new file mode 100644
index 000000000..93eada3c3
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/ru/config.php
@@ -0,0 +1,26 @@
+ [
+ 'name' => 'Папки',
+ 'instructions' => 'Укажите, какие папки доступны для этого поля. Оставьте пустым, чтобы отобразить все папки.',
+ 'warning' => 'Существующие разрешения для папок имеют приоритет над выбранными папками.',
+ ],
+ 'min' => [
+ 'label' => 'Минимальный выбор',
+ 'instructions' => 'Введите минимальное количество разрешенных выборов.',
+ ],
+ 'max' => [
+ 'label' => 'Максимальный выбор',
+ 'instructions' => 'Введите максимальное количество разрешенных выборов.',
+ ],
+ 'mode' => [
+ 'name' => 'Режим ввода',
+ 'instructions' => 'Как пользователи должны вводить файлы?',
+ 'option' => [
+ 'default' => 'Загрузить и / или выбрать файлы.',
+ 'select' => 'Выберите только файлы.',
+ 'upload' => 'Загружайте только файлы.',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/ru/input.php b/resources/default/addons/visiosoft/media-field_type/lang/ru/input.php
new file mode 100644
index 000000000..d8bb29a47
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/ru/input.php
@@ -0,0 +1,6 @@
+ 'Нажмите или перетащите файлы сюда, чтобы загрузить.',
+ 'help' => 'Нажмите и перетащите, чтобы изменить порядок вложенных файлов.',
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/ru/message.php b/resources/default/addons/visiosoft/media-field_type/lang/ru/message.php
new file mode 100644
index 000000000..4fb0a871e
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/ru/message.php
@@ -0,0 +1,14 @@
+ 'В какую папку вы хотите загрузить файлы?',
+ 'upload' => 'Добавить изображения | Загрузить изображения | Прикрепить фото',
+ 'choose_files' => 'Какие файлы вы хотели бы использовать?',
+ 'no_files_selected' => 'Файлы не выбраны.',
+ 'no_uploads' => 'Файлы не загружены.',
+ 'overwrite' => 'уже был загружен. Хотите перезаписать это?',
+ 'uploading' => 'Выгрузка',
+ 'loading' => 'загрузка',
+ 'error_upload' => 'При загрузке файла возникла проблема.',
+ 'error_upload_docs' => 'Поддержка загрузки документов отсутствует. Пожалуйста, обратитесь к системному администратору!',
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/ru/setting.php b/resources/default/addons/visiosoft/media-field_type/lang/ru/setting.php
new file mode 100644
index 000000000..8b6eecd26
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/ru/setting.php
@@ -0,0 +1,16 @@
+ [
+ 'name' => 'Ширина холста изображения'
+ ],
+ 'imageCanvasH' => [
+ 'name' => 'Высота холста изображения'
+ ],
+ 'imageResizeW' => [
+ 'name' => 'Размер изображения Ширина'
+ ],
+ 'imageResizeH' => [
+ 'name' => 'Размер изображения Высота'
+ ],
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/ru/validation.php b/resources/default/addons/visiosoft/media-field_type/lang/ru/validation.php
new file mode 100644
index 000000000..5e44dd0b8
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/ru/validation.php
@@ -0,0 +1,6 @@
+ 'Настроенный загрузочный диск для: атрибута не существует.',
+ 'unsupported' => 'Эта область предназначена только для файлов изображений. В поле описания можно добавлять файлы разных типов.'
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/sq/addon.php b/resources/default/addons/visiosoft/media-field_type/lang/sq/addon.php
new file mode 100644
index 000000000..4d27771d6
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/sq/addon.php
@@ -0,0 +1,7 @@
+ 'Files',
+ 'name' => 'Llojet e fushës së skedarëve',
+ 'description' => 'Një skedar i shumëfishtë ngarkon një lloj fushë.',
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/sq/button.php b/resources/default/addons/visiosoft/media-field_type/lang/sq/button.php
new file mode 100644
index 000000000..5fd57db62
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/sq/button.php
@@ -0,0 +1,7 @@
+ 'Kryesor',
+ 'rotate' => 'Rrotullohen',
+ 'delete' => 'Fshije'
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/sq/config.php b/resources/default/addons/visiosoft/media-field_type/lang/sq/config.php
new file mode 100644
index 000000000..c8e79d5b8
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/sq/config.php
@@ -0,0 +1,26 @@
+ [
+ 'name' => 'Dosjet',
+ 'instructions' => 'Specifikoni cilat dosje janë të disponueshëm për këtë fushë. Lini bosh për të shfaqur të gjithë dosjet.',
+ 'warning' => 'Lejet ekzistuese të dosjeve kanë përparësi ndaj dosjeve të zgjedhura.',
+ ],
+ 'min' => [
+ 'label' => 'Zgjedhjet minimale',
+ 'instructions' => 'Vendosni numrin minimal të zgjedhjeve të lejuara.',
+ ],
+ 'max' => [
+ 'label' => 'Zgjedhjet maksimale',
+ 'instructions' => 'Vendosni numrin maksimal të zgjedhjeve të lejuara.',
+ ],
+ 'mode' => [
+ 'name' => 'Mënyra e hyrjes',
+ 'instructions' => 'Si duhet të sigurojnë përdoruesit futjen e skedarit?',
+ 'option' => [
+ 'default' => 'Ngarkoni dhe / ose zgjidhni skedarë.',
+ 'select' => 'Zgjidhni vetëm skedarët.',
+ 'upload' => 'Ngarko skedarët vetëm.',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/sq/input.php b/resources/default/addons/visiosoft/media-field_type/lang/sq/input.php
new file mode 100644
index 000000000..0c26615dc
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/sq/input.php
@@ -0,0 +1,6 @@
+ 'Klikoni ose lëshoni skedarët këtu për të ngarkuar.',
+ 'help' => 'Klikoni dhe zvarritni për të riorganizuar skedarët e bashkangjitur.',
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/sq/message.php b/resources/default/addons/visiosoft/media-field_type/lang/sq/message.php
new file mode 100644
index 000000000..57d64dff5
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/sq/message.php
@@ -0,0 +1,14 @@
+ 'Në cilën dosje dëshironi të ngarkoni?',
+ 'upload' => 'Shtoni agesmages | Ngarko İmages | Bashkangjit një fotografi',
+ 'choose_files' => 'Cilat skedarë dëshironi të përdorni?',
+ 'no_files_selected' => 'Asnjë skedar i zgjedhur.',
+ 'no_uploads' => 'Asnjë fotografi të ngarkuar.',
+ 'overwrite' => 'tashmë është ngarkuar. Dëshiron ta rishkruash?',
+ 'uploading' => 'Ngarkimi...',
+ 'loading' => 'Ngarkim...',
+ 'error_upload' => 'Kishte një problem në ngarkimin e skedarit.',
+ 'error_upload_docs' => 'Nuk ka mbështetje për ngarkimin e dokumenteve. Ju lutemi kontaktoni administratorin e sistemit tuaj!',
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/sq/setting.php b/resources/default/addons/visiosoft/media-field_type/lang/sq/setting.php
new file mode 100644
index 000000000..305b5c759
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/sq/setting.php
@@ -0,0 +1,16 @@
+ [
+ 'name' => 'Gjerësia e kanavacës së imazhit'
+ ],
+ 'imageCanvasH' => [
+ 'name' => 'Lartësia e kanavacës së imazhit'
+ ],
+ 'imageResizeW' => [
+ 'name' => 'Gjerësia e madhësisë së figurës'
+ ],
+ 'imageResizeH' => [
+ 'name' => 'Lartësia e madhësisë së figurës'
+ ],
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/sq/validation.php b/resources/default/addons/visiosoft/media-field_type/lang/sq/validation.php
new file mode 100644
index 000000000..aaafbd19b
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/sq/validation.php
@@ -0,0 +1,6 @@
+ 'Disku i konfiguruar i ngarkimit për: attribute nuk ekziston.',
+ 'unsupported' => 'Kjo zonë është vetëm për skedarët e imazheve. Ju mund të shtoni lloje të ndryshme skedarësh në fushën e përshkrimit.'
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/sr/addon.php b/resources/default/addons/visiosoft/media-field_type/lang/sr/addon.php
new file mode 100644
index 000000000..b8dbcd073
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/sr/addon.php
@@ -0,0 +1,7 @@
+ 'Vrsta medijskog polja',
+ 'name' => 'Tip polja datoteka',
+ 'description' => 'Tip polja za otpremanje više datoteka.',
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/sr/button.php b/resources/default/addons/visiosoft/media-field_type/lang/sr/button.php
new file mode 100644
index 000000000..dbc7aa884
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/sr/button.php
@@ -0,0 +1,7 @@
+ 'Glavno',
+ 'rotate' => 'Rotiraj',
+ 'delete' => 'Obriši'
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/sr/config.php b/resources/default/addons/visiosoft/media-field_type/lang/sr/config.php
new file mode 100644
index 000000000..e49fa752f
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/sr/config.php
@@ -0,0 +1,26 @@
+ [
+ 'name' => 'Folderi',
+ 'instructions' => 'Navedite koje su fascikle dostupne za ovo polje. Ostavite prazno za prikaz svih direktorijuma.',
+ 'warning' => 'Postojeće dozvole za fascikle imaju prednost nad odabranim direktorijumima.',
+ ],
+ 'min' => [
+ 'label' => 'Minimalni odabir',
+ 'instructions' => 'Unesite minimalni broj dozvoljenih izbora.',
+ ],
+ 'max' => [
+ 'label' => 'Maksimalni odabir',
+ 'instructions' => 'Unesite maksimalan broj dozvoljenih izbora.',
+ ],
+ 'mode' => [
+ 'name' => 'Mod unosa',
+ 'instructions' => 'Kako korisnici treba da obezbede unos datoteka?',
+ 'option' => [
+ 'default' => 'Otpremite i / ili izaberite datoteke.',
+ 'select' => 'Izaberite samo datoteke.',
+ 'upload' => 'Отпреми само датотеке.',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/sr/input.php b/resources/default/addons/visiosoft/media-field_type/lang/sr/input.php
new file mode 100644
index 000000000..7c8200cd5
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/sr/input.php
@@ -0,0 +1,6 @@
+ 'Kliknite ovde ili prevucite datoteke ovde da biste ih otpremili.',
+ 'help' => 'Kliknite i prevucite da biste preuredili priložene datoteke.',
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/sr/message.php b/resources/default/addons/visiosoft/media-field_type/lang/sr/message.php
new file mode 100644
index 000000000..ea59f72c8
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/sr/message.php
@@ -0,0 +1,14 @@
+ 'U koju fasciklu biste želeli da otpremite?',
+ 'upload' => 'Dodaj slike | Otpremi slike | Priložite fotografiju',
+ 'choose_files' => 'Koje biste datoteke želeli da koristite?',
+ 'no_files_selected' => 'Nije izabrana nijedna datoteka.',
+ 'no_uploads' => 'Nije otpremljena nijedna datoteka.',
+ 'overwrite' => 'je već postavljeno. Da li želite da ga prepišete?',
+ 'uploading' => 'Otpremanje',
+ 'loading' => 'Učitavanje',
+ 'error_upload' => 'Došlo je do problema pri otpremanju datoteke.',
+ 'error_upload_docs' => 'Ne postoji podrška za otpremanje dokumenata. Molimo kontaktirajte svog administratora sistema!',
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/sr/validation.php b/resources/default/addons/visiosoft/media-field_type/lang/sr/validation.php
new file mode 100644
index 000000000..c545826f8
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/sr/validation.php
@@ -0,0 +1,6 @@
+ 'Konfigurisani disk za otpremanje za :atribut ne postoji.',
+ 'unsupported' => 'Ovo područje je samo za datoteke slika. U polje za opis možete dodati različite tipove datoteka.'
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/sv/addon.php b/resources/default/addons/visiosoft/media-field_type/lang/sv/addon.php
new file mode 100644
index 000000000..0df662dda
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/sv/addon.php
@@ -0,0 +1,7 @@
+ 'Typ av mediafält',
+ 'name' => 'Fälttyp för filer',
+ 'description' => 'Fälttyp för flera filer laddas upp.',
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/sv/button.php b/resources/default/addons/visiosoft/media-field_type/lang/sv/button.php
new file mode 100644
index 000000000..2f12247d6
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/sv/button.php
@@ -0,0 +1,7 @@
+ 'Huvudsaklig',
+ 'rotate' => 'Rotera',
+ 'delete' => 'Radera'
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/sv/config.php b/resources/default/addons/visiosoft/media-field_type/lang/sv/config.php
new file mode 100644
index 000000000..15133349c
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/sv/config.php
@@ -0,0 +1,26 @@
+ [
+ 'name' => 'mappar',
+ 'instructions' => 'Ange vilka mappar som är tillgängliga för det här fältet. Lämna tomt för att visa alla mappar.',
+ 'warning' => 'Befintliga mappbehörigheter har företräde framför valda mappar.',
+ ],
+ 'min' => [
+ 'label' => 'Minsta val',
+ 'instructions' => 'Ange det minsta antalet tillåtna val.',
+ ],
+ 'max' => [
+ 'label' => 'Maximala val',
+ 'instructions' => 'Ange det maximala antalet tillåtna val.',
+ ],
+ 'mode' => [
+ 'name' => 'Inmatningsläge',
+ 'instructions' => 'Hur ska användare tillhandahålla filinmatning?',
+ 'option' => [
+ 'default' => 'Ladda upp och / eller välj filer.',
+ 'select' => 'Välj bara filer.',
+ 'upload' => 'Ladda bara upp filer.',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/sv/input.php b/resources/default/addons/visiosoft/media-field_type/lang/sv/input.php
new file mode 100644
index 000000000..9a411c744
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/sv/input.php
@@ -0,0 +1,6 @@
+ 'Klicka eller släpp filer här för att ladda upp.',
+ 'help' => 'Klicka och dra för att ordna om bifogade filer.',
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/sv/message.php b/resources/default/addons/visiosoft/media-field_type/lang/sv/message.php
new file mode 100644
index 000000000..8fb707739
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/sv/message.php
@@ -0,0 +1,14 @@
+ 'Vilken mapp vill du ladda upp till?',
+ 'upload' => 'Lägg till İmages | Ladda upp İmages | Bifoga ett foto',
+ 'choose_files' => 'Vilka filer vill du använda?',
+ 'no_files_selected' => 'Inga filer valda.',
+ 'no_uploads' => 'Inga filer laddas upp.',
+ 'overwrite' => 'har redan laddats upp. Vill du skriva över det?',
+ 'uploading' => 'uppladdning',
+ 'loading' => 'Läser in',
+ 'error_upload' => 'Det gick inte att ladda upp filen.',
+ 'error_upload_docs' => 'Det finns inget stöd för dokumentöverföring. Kontakta din systemadministratör!',
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/sv/setting.php b/resources/default/addons/visiosoft/media-field_type/lang/sv/setting.php
new file mode 100644
index 000000000..7a5b24577
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/sv/setting.php
@@ -0,0 +1,16 @@
+ [
+ 'name' => 'Bilddukbredd'
+ ],
+ 'imageCanvasH' => [
+ 'name' => 'Bild Canvas Höjd'
+ ],
+ 'imageResizeW' => [
+ 'name' => 'Bild Ändra storlek på bredd'
+ ],
+ 'imageResizeH' => [
+ 'name' => 'Bildstorlekens höjd'
+ ],
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/sv/validation.php b/resources/default/addons/visiosoft/media-field_type/lang/sv/validation.php
new file mode 100644
index 000000000..eca780d0f
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/sv/validation.php
@@ -0,0 +1,6 @@
+ 'Den konfigurerade uppladdningsskivan för: attributet finns inte.',
+ 'unsupported' => 'Detta område är endast avsett för bildfiler. Du kan lägga till olika filtyper i beskrivningsfältet.'
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/tr/addon.php b/resources/default/addons/visiosoft/media-field_type/lang/tr/addon.php
new file mode 100644
index 000000000..badc5c7a5
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/tr/addon.php
@@ -0,0 +1,7 @@
+ 'Ortam Alanı Türü',
+ 'name' => 'Dosya Alanı Tipi',
+ 'description' => 'Birden fazla dosya yükleme alanı türü.',
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/tr/button.php b/resources/default/addons/visiosoft/media-field_type/lang/tr/button.php
new file mode 100644
index 000000000..a570f8ac5
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/tr/button.php
@@ -0,0 +1,7 @@
+ 'Vitrin',
+ 'rotate' => 'Döndür',
+ 'delete' => 'Sil'
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/tr/config.php b/resources/default/addons/visiosoft/media-field_type/lang/tr/config.php
new file mode 100644
index 000000000..91dd34765
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/tr/config.php
@@ -0,0 +1,27 @@
+ [
+ 'name' => 'Klasörler',
+ 'instructions' => 'Bu alan için hangi klasörlerin uygun olduğunu belirtin. Tüm klasörleri görüntülemek için boş bırakın.',
+ 'warning' => 'Mevcut klasör izinleri seçili klasörlere göre önceliklidir.
+',
+ ],
+ 'min' => [
+ 'label' => 'Minimum Seçim',
+ 'instructions' => 'Minimum izin verilen seçim sayısını girin.',
+ ],
+ 'max' => [
+ 'label' => 'Maksimum Seçim',
+ 'instructions' => 'İzin verilen maksimum seçim sayısını girin.',
+ ],
+ 'mode' => [
+ 'name' => 'Giriş modu',
+ 'instructions' => 'Kullanıcılar dosya girdisini nasıl sağlamalıdır?',
+ 'option' => [
+ 'default' => 'Dosyaları yükleyin ve / veya seçin.',
+ 'select' => 'Sadece dosyaları seç.',
+ 'upload' => 'Sadece dosya yükle.',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/tr/input.php b/resources/default/addons/visiosoft/media-field_type/lang/tr/input.php
new file mode 100644
index 000000000..2a489da3f
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/tr/input.php
@@ -0,0 +1,6 @@
+ 'Yüklemek için buraya tıklayın veya bırakın.',
+ 'help' => 'Ekli dosyaları yeniden sıralamak için tıklayın ve sürükleyin.',
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/tr/message.php b/resources/default/addons/visiosoft/media-field_type/lang/tr/message.php
new file mode 100644
index 000000000..572e6754b
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/tr/message.php
@@ -0,0 +1,14 @@
+ 'Hangi klasöre yüklemek istersiniz?',
+ 'upload' => 'Yüklemek için buraya tıklayın veya bırakın.',
+ 'choose_files' => 'Hangi dosyaları kullanmak istersiniz?',
+ 'no_files_selected' => 'Seçili dosya yok.',
+ 'no_uploads' => 'Dosya yüklenmedi.',
+ 'overwrite' => 'zaten yüklendi. Üzerine yazmak ister misiniz?',
+ 'uploading' => 'Yükleme',
+ 'loading' => 'Yükleniyor',
+ 'error_upload' => 'Dosyayı yüklerken bir sorun oluştu.',
+ 'error_upload_docs' => 'Döküman yükleme desteği bulunmamaktadır.Lütfen sistem yöneticiniz ile iletişim kurunuz!',
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/tr/setting.php b/resources/default/addons/visiosoft/media-field_type/lang/tr/setting.php
new file mode 100644
index 000000000..fd3215955
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/tr/setting.php
@@ -0,0 +1,16 @@
+ [
+ 'name' => 'Resim Kanvas Genişliği'
+ ],
+ 'imageCanvasH' => [
+ 'name' => 'Resim Tuval Yüksekliği'
+ ],
+ 'imageResizeW' => [
+ 'name' => 'Görüntü Yeniden Boyutlandırma Genişliği'
+ ],
+ 'imageResizeH' => [
+ 'name' => 'Görüntü Boyut Yüksekliği'
+ ],
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/tr/validation.php b/resources/default/addons/visiosoft/media-field_type/lang/tr/validation.php
new file mode 100644
index 000000000..7d57a35a9
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/tr/validation.php
@@ -0,0 +1,6 @@
+ 'Yükleme diski :attribute için mevcut değil.',
+ 'unsupported' => 'Bu alan sadece resim dosyaları içindir. Farklı dosya türlerini açıklama alanına ekleyebilirsiniz.'
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/uk/addon.php b/resources/default/addons/visiosoft/media-field_type/lang/uk/addon.php
new file mode 100644
index 000000000..54fa0530c
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/uk/addon.php
@@ -0,0 +1,7 @@
+ 'Тип медіа-поля',
+ 'name' => 'Тип поля файлів',
+ 'description' => 'Тип поля для завантаження декількох файлів.',
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/uk/button.php b/resources/default/addons/visiosoft/media-field_type/lang/uk/button.php
new file mode 100644
index 000000000..996619463
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/uk/button.php
@@ -0,0 +1,7 @@
+ 'Основна',
+ 'rotate' => 'Обертати',
+ 'delete' => 'Видалити'
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/uk/config.php b/resources/default/addons/visiosoft/media-field_type/lang/uk/config.php
new file mode 100644
index 000000000..04b2d9acb
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/uk/config.php
@@ -0,0 +1,26 @@
+ [
+ 'name' => 'Папки',
+ 'instructions' => 'Вкажіть, які папки доступні для цього поля. Залиште порожнім, щоб відобразити всі папки.',
+ 'warning' => 'Існуючі дозволи для папок мають перевагу над вибраними папками.',
+ ],
+ 'min' => [
+ 'label' => 'Мінімальний вибір',
+ 'instructions' => 'Введіть мінімальну кількість дозволених виборів.',
+ ],
+ 'max' => [
+ 'label' => 'Максимальний вибір',
+ 'instructions' => 'Введіть максимальну кількість дозволених виборів.',
+ ],
+ 'mode' => [
+ 'name' => 'Режим введення',
+ 'instructions' => 'Як користувачі повинні забезпечувати введення файлів?',
+ 'option' => [
+ 'default' => 'Завантажте та / або виберіть файли.',
+ 'select' => 'Вибирайте лише файли.',
+ 'upload' => 'Завантажуйте лише файли.',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/uk/input.php b/resources/default/addons/visiosoft/media-field_type/lang/uk/input.php
new file mode 100644
index 000000000..476f5e3c7
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/uk/input.php
@@ -0,0 +1,6 @@
+ 'Клацніть або видаліть файли тут, щоб завантажити.',
+ 'help' => 'Клацніть та перетягніть, щоб упорядкувати вкладені файли.',
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/uk/message.php b/resources/default/addons/visiosoft/media-field_type/lang/uk/message.php
new file mode 100644
index 000000000..271081a3d
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/uk/message.php
@@ -0,0 +1,14 @@
+ 'У яку папку ви хочете завантажити?',
+ 'upload' => 'Додати İmages | Завантажити İmages | Прикріпити фотографію',
+ 'choose_files' => 'Які файли ви хочете використовувати?',
+ 'no_files_selected' => 'Файлів не вибрано.',
+ 'no_uploads' => 'Файлів не завантажено.',
+ 'overwrite' => 'вже завантажено. Чи хотіли б ви її перезаписати?',
+ 'uploading' => 'Завантаження',
+ 'loading' => 'Завантаження',
+ 'error_upload' => 'Не вдалося завантажити файл.',
+ 'error_upload_docs' => 'Підтримка завантаження документів відсутня. Зверніться до свого системного адміністратора!',
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/uk/setting.php b/resources/default/addons/visiosoft/media-field_type/lang/uk/setting.php
new file mode 100644
index 000000000..a3aa33a76
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/uk/setting.php
@@ -0,0 +1,16 @@
+ [
+ 'name' => 'Ширина полотна зображення'
+ ],
+ 'imageCanvasH' => [
+ 'name' => 'Висота полотна зображення'
+ ],
+ 'imageResizeW' => [
+ 'name' => 'Зміна розміру зображення'
+ ],
+ 'imageResizeH' => [
+ 'name' => 'Зміна розміру зображення'
+ ],
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/uk/validation.php b/resources/default/addons/visiosoft/media-field_type/lang/uk/validation.php
new file mode 100644
index 000000000..64cb49741
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/uk/validation.php
@@ -0,0 +1,6 @@
+ 'Налаштований диск для завантаження для: атрибута не існує.',
+ 'unsupported' => 'Ця область призначена лише для файлів зображень. У поле опису можна додати різні типи файлів.'
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/ur/addon.php b/resources/default/addons/visiosoft/media-field_type/lang/ur/addon.php
new file mode 100644
index 000000000..a0b5e2a5c
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/ur/addon.php
@@ -0,0 +1,7 @@
+ 'میڈیا فیلڈ کی قسم',
+ 'name' => 'فائلیں فیلڈ کی قسم',
+ 'description' => 'ایک سے زیادہ فائلیں اپ لوڈ فیلڈ کی قسم۔',
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/ur/button.php b/resources/default/addons/visiosoft/media-field_type/lang/ur/button.php
new file mode 100644
index 000000000..bdee6bb8a
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/ur/button.php
@@ -0,0 +1,7 @@
+ 'مرکزی',
+ 'rotate' => 'گھمائیں',
+ 'delete' => 'حذف کریں'
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/ur/config.php b/resources/default/addons/visiosoft/media-field_type/lang/ur/config.php
new file mode 100644
index 000000000..18e95922e
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/ur/config.php
@@ -0,0 +1,26 @@
+ [
+ 'name' => 'فولڈرز',
+ 'instructions' => 'بتائیں کہ اس فیلڈ کے لئے کون سے فولڈر دستیاب ہیں۔ تمام فولڈرز کو ظاہر کرنے کے لئے خالی چھوڑیں۔',
+ 'warning' => 'موجودہ فولڈروں میں فولڈر کی موجودہ اجازتوں کو فوقیت دیتی ہے۔',
+ ],
+ 'min' => [
+ 'label' => 'کم سے کم انتخاب',
+ 'instructions' => 'اجازت شدہ انتخاب کی کم از کم تعداد درج کریں۔',
+ ],
+ 'max' => [
+ 'label' => 'زیادہ سے زیادہ انتخاب',
+ 'instructions' => 'اجازت شدہ انتخاب کی زیادہ سے زیادہ تعداد درج کریں۔',
+ ],
+ 'mode' => [
+ 'name' => 'ان پٹ وضع',
+ 'instructions' => 'صارفین کو فائل ان پٹ کس طرح فراہم کرنا چاہئے؟',
+ 'option' => [
+ 'default' => 'فائلیں اپ لوڈ اور / یا منتخب کریں۔',
+ 'select' => 'صرف فائلیں منتخب کریں۔',
+ 'upload' => 'صرف فائلیں اپ لوڈ کریں۔',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/ur/input.php b/resources/default/addons/visiosoft/media-field_type/lang/ur/input.php
new file mode 100644
index 000000000..a021c8aed
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/ur/input.php
@@ -0,0 +1,6 @@
+ 'فائلوں کو اپ لوڈ کرنے کے لئے یہاں دبائیں یا چھوڑیں۔',
+ 'help' => 'منسلک فائلوں کو دوبارہ ترتیب دینے کیلئے کلک اور ڈریگ کریں۔',
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/ur/message.php b/resources/default/addons/visiosoft/media-field_type/lang/ur/message.php
new file mode 100644
index 000000000..4ae42b6cd
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/ur/message.php
@@ -0,0 +1,14 @@
+ 'آپ کس فولڈر میں اپ لوڈ کرنا چاہیں گے؟',
+ 'upload' => 'İmages شامل کریں اپ لوڈ İmages | تصویر منسلک کریں',
+ 'choose_files' => 'آپ کون سی فائلیں استعمال کرنا چاہیں گے؟',
+ 'no_files_selected' => 'کوئی فائلیں منتخب نہیں کی گئیں۔',
+ 'no_uploads' => 'کوئی فائلیں اپ لوڈ نہیں کی گئیں۔',
+ 'overwrite' => 'پہلے ہی اپ لوڈ ہوچکا ہے۔ کیا آپ اسے ادلیکھت کرنا چاہیں گے؟',
+ 'uploading' => 'اپ لوڈ ہو رہا ہے',
+ 'loading' => 'لوڈ ہو رہا ہے',
+ 'error_upload' => 'فائل اپ لوڈ کرنے میں دشواری تھی۔',
+ 'error_upload_docs' => 'کوئی دستاویز اپ لوڈ کی حمایت نہیں ہے۔ براہ کرم اپنے سسٹم کے منتظم سے رابطہ کریں!',
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/ur/setting.php b/resources/default/addons/visiosoft/media-field_type/lang/ur/setting.php
new file mode 100644
index 000000000..16108a2ed
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/ur/setting.php
@@ -0,0 +1,16 @@
+ [
+ 'name' => 'تصویری کینوس کی چوڑائی'
+ ],
+ 'imageCanvasH' => [
+ 'name' => 'تصویری کینوس کی اونچائی'
+ ],
+ 'imageResizeW' => [
+ 'name' => 'شبیہہ کا سائز تبدیل کریں چوڑائی'
+ ],
+ 'imageResizeH' => [
+ 'name' => 'امیج کا سائز تبدیل کریں اونچائی'
+ ],
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/ur/validation.php b/resources/default/addons/visiosoft/media-field_type/lang/ur/validation.php
new file mode 100644
index 000000000..349a07724
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/ur/validation.php
@@ -0,0 +1,6 @@
+ 'کے لئے تشکیل شدہ اپ لوڈ ڈسک: وصف موجود نہیں ہے۔',
+ 'unsupported' => 'یہ علاقہ صرف تصویری فائلوں کے لئے ہے۔ آپ وضاحت کے میدان میں فائل کی مختلف اقسام شامل کرسکتے ہیں۔'
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/vi/addon.php b/resources/default/addons/visiosoft/media-field_type/lang/vi/addon.php
new file mode 100644
index 000000000..30a7015ee
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/vi/addon.php
@@ -0,0 +1,7 @@
+ 'Loại trường truyền thông',
+ 'name' => 'Loại trường tệp',
+ 'description' => 'Một loại trường tải lên nhiều tập tin.',
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/vi/button.php b/resources/default/addons/visiosoft/media-field_type/lang/vi/button.php
new file mode 100644
index 000000000..0c7725098
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/vi/button.php
@@ -0,0 +1,7 @@
+ 'Chủ yếu',
+ 'rotate' => 'Quay',
+ 'delete' => 'Xóa bỏ'
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/vi/config.php b/resources/default/addons/visiosoft/media-field_type/lang/vi/config.php
new file mode 100644
index 000000000..f8c11ab47
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/vi/config.php
@@ -0,0 +1,26 @@
+ [
+ 'name' => 'Thư mục',
+ 'instructions' => 'Chỉ định thư mục nào có sẵn cho trường này. Để trống để hiển thị tất cả các thư mục.',
+ 'warning' => 'Quyền thư mục hiện có được ưu tiên hơn các thư mục được chọn.',
+ ],
+ 'min' => [
+ 'label' => 'Lựa chọn tối thiểu',
+ 'instructions' => 'Nhập số lượng tối thiểu của các lựa chọn được phép.',
+ ],
+ 'max' => [
+ 'label' => 'Lựa chọn tối đa',
+ 'instructions' => 'Nhập số lượng tối đa các lựa chọn được phép.',
+ ],
+ 'mode' => [
+ 'name' => 'Chế độ đầu vào',
+ 'instructions' => 'Người dùng nên cung cấp đầu vào tập tin như thế nào?',
+ 'option' => [
+ 'default' => 'Tải lên và / hoặc chọn tập tin.',
+ 'select' => 'Chỉ chọn tệp.',
+ 'upload' => 'Chỉ tải lên tệp.',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/vi/input.php b/resources/default/addons/visiosoft/media-field_type/lang/vi/input.php
new file mode 100644
index 000000000..1a34f2c3f
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/vi/input.php
@@ -0,0 +1,6 @@
+ 'Nhấp hoặc thả tập tin vào đây để tải lên.',
+ 'help' => 'Nhấp và kéo để sắp xếp lại các tập tin đính kèm.',
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/vi/message.php b/resources/default/addons/visiosoft/media-field_type/lang/vi/message.php
new file mode 100644
index 000000000..661261c37
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/vi/message.php
@@ -0,0 +1,14 @@
+ 'Thư mục nào bạn muốn tải lên?',
+ 'upload' => 'Thêm phần mềm | Tải lên | Đính kèm ảnh',
+ 'choose_files' => 'Những tập tin bạn muốn sử dụng?',
+ 'no_files_selected' => 'Không có tập tin được chọn.',
+ 'no_uploads' => 'Không có tập tin tải lên.',
+ 'overwrite' => 'đã được tải lên. Bạn có muốn ghi đè lên nó?',
+ 'uploading' => 'Đang tải lên',
+ 'loading' => 'Đang tải',
+ 'error_upload' => 'Đã xảy ra sự cố khi tải tệp lên.',
+ 'error_upload_docs' => 'Không có hỗ trợ tải lên tài liệu. Xin vui lòng liên hệ với quản trị hệ thống của bạn!',
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/vi/setting.php b/resources/default/addons/visiosoft/media-field_type/lang/vi/setting.php
new file mode 100644
index 000000000..00a5ef325
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/vi/setting.php
@@ -0,0 +1,16 @@
+ [
+ 'name' => 'Chiều rộng vải hình ảnh'
+ ],
+ 'imageCanvasH' => [
+ 'name' => 'Chiều cao Canvas hình ảnh'
+ ],
+ 'imageResizeW' => [
+ 'name' => 'Thay đổi kích thước chiều rộng hình ảnh'
+ ],
+ 'imageResizeH' => [
+ 'name' => 'Thay đổi kích thước chiều cao hình ảnh'
+ ],
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/vi/validation.php b/resources/default/addons/visiosoft/media-field_type/lang/vi/validation.php
new file mode 100644
index 000000000..53361092e
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/vi/validation.php
@@ -0,0 +1,6 @@
+ 'Đĩa tải lên được cấu hình cho: thuộc tính không tồn tại.',
+ 'unsupported' => 'Khu vực này chỉ dành cho các tệp hình ảnh. Bạn có thể thêm các loại tệp khác nhau trong trường mô tả.'
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/zh-cn/addon.php b/resources/default/addons/visiosoft/media-field_type/lang/zh-cn/addon.php
new file mode 100644
index 000000000..af7256002
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/zh-cn/addon.php
@@ -0,0 +1,7 @@
+ '文件',
+ 'name' => '文件字段类型',
+ 'description' => '多文件上传字段类型.',
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/zh-cn/button.php b/resources/default/addons/visiosoft/media-field_type/lang/zh-cn/button.php
new file mode 100644
index 000000000..e048dc32c
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/zh-cn/button.php
@@ -0,0 +1,5 @@
+ '移除',
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/zh-cn/config.php b/resources/default/addons/visiosoft/media-field_type/lang/zh-cn/config.php
new file mode 100644
index 000000000..9a8671ed3
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/zh-cn/config.php
@@ -0,0 +1,17 @@
+ [
+ 'name' => '文件夹',
+ 'instructions' => '指定该字段的可用文件夹. 留空则显示所有文件夹.',
+ 'warning' => '已存在的文件夹权限会优先于所选择的.',
+ ],
+ 'min' => [
+ 'label' => '最少选择数量',
+ 'instructions' => '输入至少选择文件的数量.',
+ ],
+ 'max' => [
+ 'label' => '最多选择数量',
+ 'instructions' => '输入最多选择文件的数量.',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/zh-cn/input.php b/resources/default/addons/visiosoft/media-field_type/lang/zh-cn/input.php
new file mode 100644
index 000000000..91c055eb1
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/zh-cn/input.php
@@ -0,0 +1,6 @@
+ '点击或拖放文件到此处以上传.',
+ 'help' => '点击并拖拽文件以重排序文件.',
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/zh-cn/message.php b/resources/default/addons/visiosoft/media-field_type/lang/zh-cn/message.php
new file mode 100644
index 000000000..5b1fa6519
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/zh-cn/message.php
@@ -0,0 +1,12 @@
+ '要上传到哪一个文件夹?',
+ 'upload' => '点击或拖放文件到此处以上传.',
+ 'choose_files' => '要使用哪些文件?',
+ 'no_files_selected' => '尚未选择文件.',
+ 'no_uploads' => '无文件上传.',
+ 'overwrite' => '文件已存在. 要覆盖吗?',
+ 'uploading' => '上传中',
+ 'loading' => '载入中',
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/zh-cn/validation.php b/resources/default/addons/visiosoft/media-field_type/lang/zh-cn/validation.php
new file mode 100644
index 000000000..3e6483f6f
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/zh-cn/validation.php
@@ -0,0 +1,5 @@
+ '为 :attribute 配置的上传磁盘并不存在.',
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/zh-tw/addon.php b/resources/default/addons/visiosoft/media-field_type/lang/zh-tw/addon.php
new file mode 100644
index 000000000..b248555f7
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/zh-tw/addon.php
@@ -0,0 +1,7 @@
+ '檔案',
+ 'name' => '檔案欄位型別',
+ 'description' => '支援多檔案上傳的欄位型別。',
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/zh-tw/button.php b/resources/default/addons/visiosoft/media-field_type/lang/zh-tw/button.php
new file mode 100644
index 000000000..e048dc32c
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/zh-tw/button.php
@@ -0,0 +1,5 @@
+ '移除',
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/zh-tw/config.php b/resources/default/addons/visiosoft/media-field_type/lang/zh-tw/config.php
new file mode 100644
index 000000000..9a876be1f
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/zh-tw/config.php
@@ -0,0 +1,17 @@
+ [
+ 'name' => '文件夾',
+ 'instructions' => '指定哪些文件夾可用於這一欄位,留空以使用所有文件夾。',
+ 'warning' => '現有的文件夾權限優先於您選擇的文件夾。',
+ ],
+ 'min' => [
+ 'label' => '最小選擇量',
+ 'instructions' => '請輸入允許選擇的最小數量。',
+ ],
+ 'max' => [
+ 'label' => '最大選擇量',
+ 'instructions' => '請輸入允許選擇的最大數量。',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/zh-tw/input.php b/resources/default/addons/visiosoft/media-field_type/lang/zh-tw/input.php
new file mode 100644
index 000000000..b6963253a
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/zh-tw/input.php
@@ -0,0 +1,6 @@
+ '點選或將檔案拖放到這上傳。',
+ 'help' => '點選或拖動文件可重新排序。',
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/zh-tw/message.php b/resources/default/addons/visiosoft/media-field_type/lang/zh-tw/message.php
new file mode 100644
index 000000000..e3a24df0d
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/zh-tw/message.php
@@ -0,0 +1,12 @@
+ '您想要上傳至哪個文件夾呢?',
+ 'upload' => '點選或拖放檔案到這來上傳。',
+ 'choose_files' => '您想要使用哪些文件呢?',
+ 'no_files_selected' => '沒有選擇文件。',
+ 'no_uploads' => '沒有文件上傳。',
+ 'overwrite' => '已上傳。您想覆蓋它嗎?',
+ 'uploading' => '上傳中',
+ 'loading' => '載入中',
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/zh-tw/validation.php b/resources/default/addons/visiosoft/media-field_type/lang/zh-tw/validation.php
new file mode 100644
index 000000000..035a43969
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/zh-tw/validation.php
@@ -0,0 +1,5 @@
+ '已經設定的上傳磁碟 :attribute 不存在。',
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/zh/addon.php b/resources/default/addons/visiosoft/media-field_type/lang/zh/addon.php
new file mode 100644
index 000000000..a88c01be6
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/zh/addon.php
@@ -0,0 +1,7 @@
+ '媒体字段类型',
+ 'name' => '文件字段类型',
+ 'description' => '多个文件上传字段类型。',
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/zh/button.php b/resources/default/addons/visiosoft/media-field_type/lang/zh/button.php
new file mode 100644
index 000000000..565b5ab88
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/zh/button.php
@@ -0,0 +1,7 @@
+ '主要',
+ 'rotate' => '旋转',
+ 'delete' => '删除'
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/zh/config.php b/resources/default/addons/visiosoft/media-field_type/lang/zh/config.php
new file mode 100644
index 000000000..92d49af47
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/zh/config.php
@@ -0,0 +1,26 @@
+ [
+ 'name' => '资料夹',
+ 'instructions' => '指定可用于此字段的文件夹。保留空白以显示所有文件夹。',
+ 'warning' => '现有文件夹权限优先于所选文件夹。',
+ ],
+ 'min' => [
+ 'label' => '最少选择',
+ 'instructions' => '输入允许的选择的最小数量。',
+ ],
+ 'max' => [
+ 'label' => '最大选择',
+ 'instructions' => '输入允许的最大选择数。',
+ ],
+ 'mode' => [
+ 'name' => '输入模式',
+ 'instructions' => '用户应如何提供文件输入?',
+ 'option' => [
+ 'default' => '上传和/或选择文件。',
+ 'select' => '仅选择文件。',
+ 'upload' => '仅上传文件。',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/zh/input.php b/resources/default/addons/visiosoft/media-field_type/lang/zh/input.php
new file mode 100644
index 000000000..1d0e3de97
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/zh/input.php
@@ -0,0 +1,6 @@
+ '单击或将文件拖放到此处进行上传。',
+ 'help' => '单击并拖动以重新排序附件。',
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/zh/message.php b/resources/default/addons/visiosoft/media-field_type/lang/zh/message.php
new file mode 100644
index 000000000..cc7af0aea
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/zh/message.php
@@ -0,0 +1,14 @@
+ '您想上传到哪个文件夹?',
+ 'upload' => '添加图片|上传图片|附上照片',
+ 'choose_files' => '您要使用哪些文件?',
+ 'no_files_selected' => '未选择文件。',
+ 'no_uploads' => '没有文件上传。',
+ 'overwrite' => '已经上传。您要覆盖它吗?',
+ 'uploading' => '上载中',
+ 'loading' => '载入中',
+ 'error_upload' => '上传文件时出现问题。',
+ 'error_upload_docs' => '没有文件上传支持。请联系您的系统管理员!',
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/zh/setting.php b/resources/default/addons/visiosoft/media-field_type/lang/zh/setting.php
new file mode 100644
index 000000000..8393be89a
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/zh/setting.php
@@ -0,0 +1,16 @@
+ [
+ 'name' => '图像画布宽度'
+ ],
+ 'imageCanvasH' => [
+ 'name' => '图像画布高度'
+ ],
+ 'imageResizeW' => [
+ 'name' => '影像调整宽度'
+ ],
+ 'imageResizeH' => [
+ 'name' => '图像调整高度'
+ ],
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/lang/zh/validation.php b/resources/default/addons/visiosoft/media-field_type/lang/zh/validation.php
new file mode 100644
index 000000000..1bc420e23
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/lang/zh/validation.php
@@ -0,0 +1,6 @@
+ '为:attribute配置的上载磁盘不存在。',
+ 'unsupported' => '该区域仅适用于图像文件。您可以在说明字段中添加不同的文件类型。'
+];
diff --git a/resources/default/addons/visiosoft/media-field_type/views/choose.twig b/resources/default/addons/visiosoft/media-field_type/views/choose.twig
new file mode 100644
index 000000000..e0e4acf4d
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/views/choose.twig
@@ -0,0 +1,28 @@
+
+
+
+
+ {% include "streams::modals/filter" %}
+
+ {% if not folders.isEmpty() %}
+
+ {% else %}
+ {{ trans('streams::message.no_results') }}
+ {% endif %}
+
diff --git a/resources/default/addons/visiosoft/media-field_type/views/input.twig b/resources/default/addons/visiosoft/media-field_type/views/input.twig
new file mode 100644
index 000000000..f303e9019
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/views/input.twig
@@ -0,0 +1,30 @@
+{{ asset_add('scripts.js', 'visiosoft.field_type.media::js/jquery-sortable.js') }}
+
+{% if not (field_type.readonly) %}
+ {% if field_type.config.mode in ['default', 'select'] %}
+ {{ trans('anomaly.field_type.file::button.select_file') }}
+ {% endif %}
+
+ {% if field_type.config.mode in ['default', 'upload'] %}
+ {% include "visiosoft.field_type.media::upload/index" %}
+ {% endif %}
+{% endif %}
+
+
+
+
+ {{ field_type.value_table|raw }}
+
+
+
+
+
+{{ asset_add("styles.css", "visiosoft.field_type.media::css/imgList.css") }}
diff --git a/resources/default/addons/visiosoft/media-field_type/views/table/partials/body.twig b/resources/default/addons/visiosoft/media-field_type/views/table/partials/body.twig
new file mode 100644
index 000000000..6a6e645a1
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/views/table/partials/body.twig
@@ -0,0 +1,20 @@
+{{ asset_add("styles.css", "visiosoft.field_type.media::css/imgList.css") }}
+{{ asset_add('scripts.js', 'visiosoft.field_type.media::js/input.js') }}
+
+ {% for row in table.rows %}
+
+
+
+
+
+
+ {{ buttons(row.buttons)|raw }}
+
+ {% if loop.index == 1 %}
+
+ {% endif %}
+
+
+ {% endfor %}
+
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/media-field_type/views/table/table.twig b/resources/default/addons/visiosoft/media-field_type/views/table/table.twig
new file mode 100644
index 000000000..b67cca5b0
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/views/table/table.twig
@@ -0,0 +1,19 @@
+{% if not actions.empty() %}
+ {{ asset_add("scripts.js", "streams::js/table/actions.js") }}
+{% endif %}
+
+{% if table.options.sortable %}
+ {{ asset_add("scripts.js", "streams::js/table/sortable.js") }}
+{% endif %}
+
+
+ {% block panel %}
+
+
+ {% block body %}
+ {{ view("visiosoft.field_type.media::table/partials/body", {'table': table}) }}
+ {% endblock %}
+
+
+ {% endblock %}
+
diff --git a/resources/default/addons/visiosoft/media-field_type/views/upload/index.twig b/resources/default/addons/visiosoft/media-field_type/views/upload/index.twig
new file mode 100644
index 000000000..ce631fce8
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/views/upload/index.twig
@@ -0,0 +1,27 @@
+{{ asset_add('styles.css', 'visiosoft.field_type.media::less/upload.less') }}
+{{ asset_add('scripts.js', 'visiosoft.field_type.media::js/dropzone.min.js') }}
+{{ asset_add('scripts.js', 'visiosoft.field_type.media::js/upload.js') }}
+
+
+
+
+ {% include "visiosoft.field_type.media::upload/partials/header" %}
+ {% include "visiosoft.field_type.media::upload/partials/body" %}
+ {% include "visiosoft.field_type.media::upload/partials/template" %}
+
+
+ {{ table.content|raw }}
+
+
+
+
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/media-field_type/views/upload/partials/body.twig b/resources/default/addons/visiosoft/media-field_type/views/upload/partials/body.twig
new file mode 100644
index 000000000..223babf0f
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/views/upload/partials/body.twig
@@ -0,0 +1,20 @@
+{% set folders = entries('files','folders').whereIn('slug',field_type.configGet('folders')).get() %}
+{% set allowed_types = {} %}
+{% for mimes in folders.pluck('allowed_types.value').all() %}
+ {% set allowed_types = allowed_types|merge(mimes) %}
+{% endfor %}
+
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/media-field_type/views/upload/partials/header.twig b/resources/default/addons/visiosoft/media-field_type/views/upload/partials/header.twig
new file mode 100644
index 000000000..e69de29bb
diff --git a/resources/default/addons/visiosoft/media-field_type/views/upload/partials/template.twig b/resources/default/addons/visiosoft/media-field_type/views/upload/partials/template.twig
new file mode 100644
index 000000000..6332287fb
--- /dev/null
+++ b/resources/default/addons/visiosoft/media-field_type/views/upload/partials/template.twig
@@ -0,0 +1,11 @@
+
diff --git a/resources/default/addons/visiosoft/multiple-field_type/config/config.php b/resources/default/addons/visiosoft/multiple-field_type/config/config.php
new file mode 100644
index 000000000..57653c752
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/config/config.php
@@ -0,0 +1,39 @@
+ [
+ 'required' => true,
+ 'type' => 'anomaly.field_type.select',
+ 'config' => [
+ 'handler' => RelatedHandler::class,
+ ],
+ ],
+ 'mode' => [
+ 'required' => true,
+ 'type' => 'anomaly.field_type.select',
+ 'config' => [
+ 'options' => [
+ 'tags' => 'visiosoft.field_type.multiple::config.mode.option.tags',
+ 'lookup' => 'visiosoft.field_type.multiple::config.mode.option.lookup',
+ 'checkboxes' => 'visiosoft.field_type.multiple::config.mode.option.checkboxes',
+ ],
+ ],
+ ],
+ 'title_name' => [
+ 'type' => 'anomaly.field_type.text',
+ ],
+ 'min' => [
+ 'type' => 'anomaly.field_type.integer',
+ 'config' => [
+ 'min' => 1,
+ ],
+ ],
+ 'max' => [
+ 'type' => 'anomaly.field_type.integer',
+ 'config' => [
+ 'min' => 1,
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/multiple-field_type/lang/af/addon.php b/resources/default/addons/visiosoft/multiple-field_type/lang/af/addon.php
new file mode 100644
index 000000000..0081a9da5
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/lang/af/addon.php
@@ -0,0 +1,7 @@
+ 'Verskeie',
+ 'name' => 'Meervoudige veldtipe',
+ 'description' => '\'N Meervoudige verhouding veldtipe.',
+];
diff --git a/resources/default/addons/visiosoft/multiple-field_type/lang/af/config.php b/resources/default/addons/visiosoft/multiple-field_type/lang/af/config.php
new file mode 100644
index 000000000..97ff8b91f
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/lang/af/config.php
@@ -0,0 +1,29 @@
+ [
+ 'label' => 'Verwante stroom',
+ 'instructions' => 'Spesifiseer die verwante stroominskrywings wat in die keuselys vertoon moet word.',
+ ],
+ 'mode' => [
+ 'label' => 'Invoermodus',
+ 'option' => [
+ 'tags' => 'Merkers',
+ 'lookup' => 'Soek',
+ 'checkboxes' => 'Merkblokkies',
+ ],
+ ],
+ 'min' => [
+ 'label' => 'Minimum keuses',
+ 'instructions' => 'Spesifiseer die minimum aantal toegelate keuses.',
+ ],
+ 'max' => [
+ 'label' => 'Maksimum keuses',
+ 'instructions' => 'Spesifiseer die maksimum aantal toegelate keuses.',
+ ],
+ 'title_name' => [
+ 'label' => 'Titelveld',
+ 'placeholder' => 'eerste naam',
+ 'instructions' => 'Spesifiseer die slak van die veld om te vertoon vir die keuselys / soekopsies. U kan ontleedbare titels spesifiseer soos {entry.first_name} {entry.last_name} Die titelkolom van die verwante stroom sal standaard gebruik word.',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/multiple-field_type/lang/af/input.php b/resources/default/addons/visiosoft/multiple-field_type/lang/af/input.php
new file mode 100644
index 000000000..e613a2832
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/lang/af/input.php
@@ -0,0 +1,6 @@
+ 'Kies \'n opsie ...',
+ 'help' => 'Skei waardes met \'n komma of deur op "Enter" te druk.',
+];
diff --git a/resources/default/addons/visiosoft/multiple-field_type/lang/af/message.php b/resources/default/addons/visiosoft/multiple-field_type/lang/af/message.php
new file mode 100644
index 000000000..f5fcd0ba3
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/lang/af/message.php
@@ -0,0 +1,5 @@
+ 'Kies die inskrywings wat u wil byvoeg.',
+];
diff --git a/resources/default/addons/visiosoft/multiple-field_type/lang/ar/addon.php b/resources/default/addons/visiosoft/multiple-field_type/lang/ar/addon.php
new file mode 100644
index 000000000..54ae3ab70
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/lang/ar/addon.php
@@ -0,0 +1,7 @@
+ 'متعدد',
+ 'name' => 'نوع الحقل المتعدد',
+ 'description' => 'نوع الحقل النتعدد العلاقات.',
+];
diff --git a/resources/default/addons/visiosoft/multiple-field_type/lang/ar/config.php b/resources/default/addons/visiosoft/multiple-field_type/lang/ar/config.php
new file mode 100644
index 000000000..b691b27ab
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/lang/ar/config.php
@@ -0,0 +1,29 @@
+ [
+ 'label' => 'الدفق المرتبط',
+ 'instructions' => 'حدد إدخالات الدفق ذات الصلة لعرضها ضمن القائمة المنسدلة.',
+ ],
+ 'mode' => [
+ 'label' => 'وضخ الإدخال',
+ 'option' => [
+ 'tags' => 'الأوسمة',
+ 'lookup' => 'ابحث عن',
+ 'checkboxes' => 'مربعات الاختيار',
+ ],
+ ],
+ 'min' => [
+ 'label' => 'الحد الأدنى للاختيارات',
+ 'instructions' => 'حدد الحد الأدني للاختيارات المسموحة.',
+ ],
+ 'max' => [
+ 'label' => 'الحد الأعلى للاختيارات',
+ 'instructions' => 'حدد عدد الحد الأعلى اللاختيارات المسموحة.',
+ ],
+ 'title_name' => [
+ 'label' => 'حقل العنوان',
+ 'placeholder' => 'الاسم الأول',
+ 'instructions' => 'حدد slug لعرضه لخيارات القائمة المنسدلة / البحث. يمكنك تحديد عناوين قابلة للتحليل مثل {entry.first_name} {entry.last_name} سيتم استخدام عمود عنوان التدفق ذي الصلة افتراضيًا.',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/multiple-field_type/lang/ar/input.php b/resources/default/addons/visiosoft/multiple-field_type/lang/ar/input.php
new file mode 100644
index 000000000..d8e14ecb9
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/lang/ar/input.php
@@ -0,0 +1,6 @@
+ 'اختر خيار...',
+ 'help' => 'اختر القيم بحيث يكون بينها فاصلة , ثم اضغط "ادخال".',
+];
diff --git a/resources/default/addons/visiosoft/multiple-field_type/lang/ar/message.php b/resources/default/addons/visiosoft/multiple-field_type/lang/ar/message.php
new file mode 100644
index 000000000..321b9adbe
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/lang/ar/message.php
@@ -0,0 +1,5 @@
+ 'حدد الإدخالات التي تريد اضافتها.',
+];
diff --git a/resources/default/addons/visiosoft/multiple-field_type/lang/az/addon.php b/resources/default/addons/visiosoft/multiple-field_type/lang/az/addon.php
new file mode 100644
index 000000000..250e8b0a4
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/lang/az/addon.php
@@ -0,0 +1,7 @@
+ 'Çoxdur',
+ 'name' => 'Birden çox sahə növü',
+ 'description' => 'Çoxsaylı münasibət sahəsi.',
+];
diff --git a/resources/default/addons/visiosoft/multiple-field_type/lang/az/config.php b/resources/default/addons/visiosoft/multiple-field_type/lang/az/config.php
new file mode 100644
index 000000000..dff3b9f46
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/lang/az/config.php
@@ -0,0 +1,29 @@
+ [
+ 'label' => 'Əlaqəli axın',
+ 'instructions' => 'Açılan siyahıda göstəriləcək əlaqəli axın girişlərini göstərin.',
+ ],
+ 'mode' => [
+ 'label' => 'Giriş rejimi',
+ 'option' => [
+ 'tags' => 'Teqlər',
+ 'lookup' => 'Axtarış',
+ 'checkboxes' => 'Onay qutuları',
+ ],
+ ],
+ 'min' => [
+ 'label' => 'Minimum seçimlər',
+ 'instructions' => 'Minimum icazə verilən seçim sayını göstərin.',
+ ],
+ 'max' => [
+ 'label' => 'Maksimum seçimlər',
+ 'instructions' => 'İcazəli seçimlərin maksimum sayını göstərin.',
+ ],
+ 'title_name' => [
+ 'label' => 'Başlıq sahəsi',
+ 'placeholder' => 'ilk_ad',
+ 'instructions' => 'Açılan / axtarış seçimləri üçün göstəriləcək sahənin slug göstərin. {entry.first_name} {entry.last_name} kimi ayrıştırılabilir başlıqlar təyin edə bilərsiniz. Müvafiq yayının başlıq sütunu varsayılan olaraq istifadə ediləcək.',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/multiple-field_type/lang/az/input.php b/resources/default/addons/visiosoft/multiple-field_type/lang/az/input.php
new file mode 100644
index 000000000..27ede429b
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/lang/az/input.php
@@ -0,0 +1,6 @@
+ 'Bir seçim seçin ...',
+ 'help' => 'Vergilərlə və ya "Enter" düyməsini basaraq dəyərləri ayırın.',
+];
diff --git a/resources/default/addons/visiosoft/multiple-field_type/lang/az/message.php b/resources/default/addons/visiosoft/multiple-field_type/lang/az/message.php
new file mode 100644
index 000000000..c360fc60c
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/lang/az/message.php
@@ -0,0 +1,5 @@
+ 'Əlavə etmək istədiyiniz yazıları seçin.',
+];
diff --git a/resources/default/addons/visiosoft/multiple-field_type/lang/bg/addon.php b/resources/default/addons/visiosoft/multiple-field_type/lang/bg/addon.php
new file mode 100644
index 000000000..8e194ec72
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/lang/bg/addon.php
@@ -0,0 +1,7 @@
+ 'Многократни',
+ 'name' => 'Тип на множество полета',
+ 'description' => 'Тип поле с множество връзки.',
+];
diff --git a/resources/default/addons/visiosoft/multiple-field_type/lang/bg/config.php b/resources/default/addons/visiosoft/multiple-field_type/lang/bg/config.php
new file mode 100644
index 000000000..7c442b430
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/lang/bg/config.php
@@ -0,0 +1,29 @@
+ [
+ 'label' => 'Свързан поток',
+ 'instructions' => 'Посочете свързаните записи в потока, които да се показват в падащото меню.',
+ ],
+ 'mode' => [
+ 'label' => 'Режим на въвеждане',
+ 'option' => [
+ 'tags' => 'Етикети',
+ 'lookup' => 'Погледни нагоре',
+ 'checkboxes' => 'Квадратчета за отметка',
+ ],
+ ],
+ 'min' => [
+ 'label' => 'Минимални селекции',
+ 'instructions' => 'Посочете минималния брой разрешени селекции.',
+ ],
+ 'max' => [
+ 'label' => 'Максимален избор',
+ 'instructions' => 'Посочете максималния брой разрешени селекции.',
+ ],
+ 'title_name' => [
+ 'label' => 'Поле за заглавие',
+ 'placeholder' => 'първо име',
+ 'instructions' => 'Посочете slug за показване за падащи опции / опции за търсене. Можете да посочите синтаксируеми заглавия като {entry.first_name} {entry.last_name} По подразбиране ще се използва заглавната колона на свързания поток.',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/multiple-field_type/lang/bg/input.php b/resources/default/addons/visiosoft/multiple-field_type/lang/bg/input.php
new file mode 100644
index 000000000..6c1291987
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/lang/bg/input.php
@@ -0,0 +1,6 @@
+ 'Избери опция...',
+ 'help' => 'Отделете стойностите със запетая или чрез натискане на „Enter“.',
+];
diff --git a/resources/default/addons/visiosoft/multiple-field_type/lang/bg/message.php b/resources/default/addons/visiosoft/multiple-field_type/lang/bg/message.php
new file mode 100644
index 000000000..1b37ac098
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/lang/bg/message.php
@@ -0,0 +1,5 @@
+ 'Изберете записите, които искате да добавите.',
+];
diff --git a/resources/default/addons/visiosoft/multiple-field_type/lang/bn/addon.php b/resources/default/addons/visiosoft/multiple-field_type/lang/bn/addon.php
new file mode 100644
index 000000000..c955a1923
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/lang/bn/addon.php
@@ -0,0 +1,7 @@
+ 'একাধিক',
+ 'name' => 'একাধিক ক্ষেত্র প্রকার',
+ 'description' => 'একাধিক সম্পর্কের ক্ষেত্র প্রকার।',
+];
diff --git a/resources/default/addons/visiosoft/multiple-field_type/lang/bn/config.php b/resources/default/addons/visiosoft/multiple-field_type/lang/bn/config.php
new file mode 100644
index 000000000..3833336c1
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/lang/bn/config.php
@@ -0,0 +1,29 @@
+ [
+ 'label' => 'সম্পর্কিত স্ট্রিম',
+ 'instructions' => 'ড্রপডাউনতে প্রদর্শন করতে সম্পর্কিত স্ট্রিম এন্ট্রিগুলি নির্দিষ্ট করুন।',
+ ],
+ 'mode' => [
+ 'label' => 'ইনপুট মোড',
+ 'option' => [
+ 'tags' => 'ট্যাগ',
+ 'lookup' => 'খুঁজে দেখো',
+ 'checkboxes' => 'চেকবাক্স',
+ ],
+ ],
+ 'min' => [
+ 'label' => 'ন্যূনতম নির্বাচন',
+ 'instructions' => 'অনুমোদিত নির্বাচনের সর্বনিম্ন সংখ্যা নির্দিষ্ট করুন।',
+ ],
+ 'max' => [
+ 'label' => 'সর্বোচ্চ নির্বাচন',
+ 'instructions' => 'অনুমোদিত নির্বাচনের সর্বাধিক সংখ্যা উল্লেখ করুন।',
+ ],
+ 'title_name' => [
+ 'label' => 'শিরোনাম ক্ষেত্র',
+ 'placeholder' => 'নামের প্রথম অংশ',
+ 'instructions' => 'ড্রপডাউন / অনুসন্ধান বিকল্পগুলির জন্য প্রদর্শন করতে ক্ষেত্রের স্লাগ উল্লেখ করুন। {entry.first_name} {entry.last_name} এর মতো পার্সেবল শিরোনাম নির্দিষ্ট করতে পারেন সম্পর্কিত স্ট্রিমের শিরোনাম কলামটি ডিফল্টরূপে ব্যবহৃত হবে।',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/multiple-field_type/lang/bn/input.php b/resources/default/addons/visiosoft/multiple-field_type/lang/bn/input.php
new file mode 100644
index 000000000..274ebe157
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/lang/bn/input.php
@@ -0,0 +1,6 @@
+ 'একটি বিকল্প নির্বাচন করুন...',
+ 'help' => 'কমা দিয়ে বা "এন্টার" টিপে মান পৃথক করুন।',
+];
diff --git a/resources/default/addons/visiosoft/multiple-field_type/lang/bn/message.php b/resources/default/addons/visiosoft/multiple-field_type/lang/bn/message.php
new file mode 100644
index 000000000..ca47a5a9c
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/lang/bn/message.php
@@ -0,0 +1,5 @@
+ 'আপনি যোগ করতে চান এন্ট্রি নির্বাচন করুন।',
+];
diff --git a/resources/default/addons/visiosoft/multiple-field_type/lang/ca/addon.php b/resources/default/addons/visiosoft/multiple-field_type/lang/ca/addon.php
new file mode 100644
index 000000000..74c5d1e44
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/lang/ca/addon.php
@@ -0,0 +1,7 @@
+ 'Múltiples',
+ 'name' => 'Tipus de camp múltiple',
+ 'description' => 'Un tipus de camp de relació múltiple.',
+];
diff --git a/resources/default/addons/visiosoft/multiple-field_type/lang/ca/config.php b/resources/default/addons/visiosoft/multiple-field_type/lang/ca/config.php
new file mode 100644
index 000000000..f301e06c4
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/lang/ca/config.php
@@ -0,0 +1,29 @@
+ [
+ 'label' => 'Corrent relacionat',
+ 'instructions' => 'Especifiqueu les entrades de flux relacionades que es mostraran al menú desplegable.',
+ ],
+ 'mode' => [
+ 'label' => 'Mode d\'entrada',
+ 'option' => [
+ 'tags' => 'Etiquetes',
+ 'lookup' => 'Cercar',
+ 'checkboxes' => 'Caselles de selecció',
+ ],
+ ],
+ 'min' => [
+ 'label' => 'Seleccions mínimes',
+ 'instructions' => 'Especifiqueu el nombre mínim de seleccions permeses.',
+ ],
+ 'max' => [
+ 'label' => 'Seleccions màximes',
+ 'instructions' => 'Especifiqueu el nombre màxim de seleccions permeses.',
+ ],
+ 'title_name' => [
+ 'label' => 'Camp del títol',
+ 'placeholder' => 'nom',
+ 'instructions' => 'Especifiqueu el slug de camp que es mostrarà per a les opcions desplegables / de cerca. Podeu especificar títols analitzables com {entry.first_name} {entry.last_name} per defecte s\'utilitzarà la columna de títol del flux relacionat.',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/multiple-field_type/lang/ca/input.php b/resources/default/addons/visiosoft/multiple-field_type/lang/ca/input.php
new file mode 100644
index 000000000..49fd81e56
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/lang/ca/input.php
@@ -0,0 +1,6 @@
+ 'Trieu una opció ...',
+ 'help' => 'Separeu els valors amb una coma o prement "Retorn".',
+];
diff --git a/resources/default/addons/visiosoft/multiple-field_type/lang/ca/message.php b/resources/default/addons/visiosoft/multiple-field_type/lang/ca/message.php
new file mode 100644
index 000000000..5141497fe
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/lang/ca/message.php
@@ -0,0 +1,5 @@
+ 'Seleccioneu les entrades que vulgueu afegir.',
+];
diff --git a/resources/default/addons/visiosoft/multiple-field_type/lang/cs/addon.php b/resources/default/addons/visiosoft/multiple-field_type/lang/cs/addon.php
new file mode 100644
index 000000000..154baab91
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/lang/cs/addon.php
@@ -0,0 +1,7 @@
+ 'Násobek',
+ 'name' => 'Více typů polí',
+ 'description' => 'Typ pole s více vztahy.',
+];
diff --git a/resources/default/addons/visiosoft/multiple-field_type/lang/cs/config.php b/resources/default/addons/visiosoft/multiple-field_type/lang/cs/config.php
new file mode 100644
index 000000000..d1e289edf
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/lang/cs/config.php
@@ -0,0 +1,29 @@
+ [
+ 'label' => 'Související stream',
+ 'instructions' => 'Určete související položky streamu, které se mají zobrazit v rozbalovací nabídce.',
+ ],
+ 'mode' => [
+ 'label' => 'Režim vstupu',
+ 'option' => [
+ 'tags' => 'Značky',
+ 'lookup' => 'Vzhlédnout',
+ 'checkboxes' => 'Zaškrtávací políčka',
+ ],
+ ],
+ 'min' => [
+ 'label' => 'Minimální výběr',
+ 'instructions' => 'Určete minimální počet povolených výběrů.',
+ ],
+ 'max' => [
+ 'label' => 'Maximální výběr',
+ 'instructions' => 'Zadejte maximální počet povolených výběrů.',
+ ],
+ 'title_name' => [
+ 'label' => 'Pole názvu',
+ 'placeholder' => 'jméno',
+ 'instructions' => 'Určete slimáka pole, které se má zobrazit pro možnosti rozevíracího seznamu / vyhledávání. Můžete zadat srovnatelné tituly jako {entry.first_name} {entry.last_name} Ve výchozím nastavení se použije sloupec názvu souvisejícího streamu.',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/multiple-field_type/lang/cs/input.php b/resources/default/addons/visiosoft/multiple-field_type/lang/cs/input.php
new file mode 100644
index 000000000..04b150546
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/lang/cs/input.php
@@ -0,0 +1,6 @@
+ 'Vyberte možnost...',
+ 'help' => 'Hodnoty oddělte čárkou nebo stisknutím klávesy „Enter“.',
+];
diff --git a/resources/default/addons/visiosoft/multiple-field_type/lang/cs/message.php b/resources/default/addons/visiosoft/multiple-field_type/lang/cs/message.php
new file mode 100644
index 000000000..6b3be918a
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/lang/cs/message.php
@@ -0,0 +1,5 @@
+ 'Vyberte položky, které chcete přidat.',
+];
diff --git a/resources/default/addons/visiosoft/multiple-field_type/lang/da/addon.php b/resources/default/addons/visiosoft/multiple-field_type/lang/da/addon.php
new file mode 100644
index 000000000..f3067f4ac
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/lang/da/addon.php
@@ -0,0 +1,7 @@
+ 'Mange',
+ 'name' => 'Flere felttyper',
+ 'description' => 'En felttype med flere forhold.',
+];
diff --git a/resources/default/addons/visiosoft/multiple-field_type/lang/da/config.php b/resources/default/addons/visiosoft/multiple-field_type/lang/da/config.php
new file mode 100644
index 000000000..780a6dfcb
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/lang/da/config.php
@@ -0,0 +1,29 @@
+ [
+ 'label' => 'Relateret strøm',
+ 'instructions' => 'Angiv de relaterede strømindgange, der skal vises i rullemenuen.',
+ ],
+ 'mode' => [
+ 'label' => 'Input-tilstand',
+ 'option' => [
+ 'tags' => 'Mærker',
+ 'lookup' => 'Kig op',
+ 'checkboxes' => 'Afkrydsningsfelter',
+ ],
+ ],
+ 'min' => [
+ 'label' => 'Minimumsvalg',
+ 'instructions' => 'Angiv det mindste antal tilladte valg.',
+ ],
+ 'max' => [
+ 'label' => 'Maksimale valg',
+ 'instructions' => 'Angiv det maksimale antal tilladte valg.',
+ ],
+ 'title_name' => [
+ 'label' => 'Titelfelt',
+ 'placeholder' => 'fornavn',
+ 'instructions' => 'Angiv slug i feltet, der skal vises, for rullemenu / søgemuligheder. Du kan specificere parsable titler som {entry.first_name} {entry.last_name} Den relaterede streams titelsøjle bruges som standard.',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/multiple-field_type/lang/da/input.php b/resources/default/addons/visiosoft/multiple-field_type/lang/da/input.php
new file mode 100644
index 000000000..153f68266
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/lang/da/input.php
@@ -0,0 +1,6 @@
+ 'Vælg en mulighed ...',
+ 'help' => 'Adskil værdierne med et komma eller ved at trykke på "Enter".',
+];
diff --git a/resources/default/addons/visiosoft/multiple-field_type/lang/da/message.php b/resources/default/addons/visiosoft/multiple-field_type/lang/da/message.php
new file mode 100644
index 000000000..da8b8ac27
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/lang/da/message.php
@@ -0,0 +1,5 @@
+ 'Vælg de poster, du vil tilføje.',
+];
diff --git a/resources/default/addons/visiosoft/multiple-field_type/lang/de/addon.php b/resources/default/addons/visiosoft/multiple-field_type/lang/de/addon.php
new file mode 100644
index 000000000..6918c0a47
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/lang/de/addon.php
@@ -0,0 +1,7 @@
+ 'Mehrfachbeziehungen',
+ 'name' => 'Mehrfachbeziehungen Feldtyp',
+ 'description' => 'Ein Feldtyp für Mehrfachbeziehungen.',
+];
diff --git a/resources/default/addons/visiosoft/multiple-field_type/lang/de/config.php b/resources/default/addons/visiosoft/multiple-field_type/lang/de/config.php
new file mode 100644
index 000000000..f43d0f644
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/lang/de/config.php
@@ -0,0 +1,29 @@
+ [
+ 'label' => 'Verbundener Stream',
+ 'instructions' => 'Geben Sie den verbunden Stream an, dessen Einträge im Dropdown zur Auswahl stehen sollen.',
+ ],
+ 'mode' => [
+ 'label' => 'Eingabemodus',
+ 'option' => [
+ 'tags' => 'Stichworte',
+ 'lookup' => 'Nachschlagen',
+ 'checkboxes' => 'Kontrollkästchen',
+ ],
+ ],
+ 'min' => [
+ 'label' => 'Minimalauswahl',
+ 'instructions' => 'Geben Sie die minimale Anzahl an auszuwählenden Einträgen ein.',
+ ],
+ 'max' => [
+ 'label' => 'Maximalauswahl',
+ 'instructions' => 'Geben Sie die maximal erlaubte Anzahl an ausgewählten Einträgen an.',
+ ],
+ 'title_name' => [
+ 'label' => 'Titelfeld',
+ 'placeholder' => 'Vorname',
+ 'instructions' => 'Geben Sie den Slug des Felds an, das für Dropdown- / Suchoptionen angezeigt werden soll. Sie können analysierbare Titel wie {entry.first_name} {entry.last_name} angeben. Die Titelspalte des zugehörigen Streams wird standardmäßig verwendet.',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/multiple-field_type/lang/de/input.php b/resources/default/addons/visiosoft/multiple-field_type/lang/de/input.php
new file mode 100644
index 000000000..08227fc10
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/lang/de/input.php
@@ -0,0 +1,6 @@
+ 'Wählen Sie eine Option...',
+ 'help' => 'Trennen Sie Ihre Eingaben mit einem Komma oder durch drücken der Taste Enter.',
+];
diff --git a/resources/default/addons/visiosoft/multiple-field_type/lang/de/message.php b/resources/default/addons/visiosoft/multiple-field_type/lang/de/message.php
new file mode 100644
index 000000000..e16d9bb4b
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/lang/de/message.php
@@ -0,0 +1,5 @@
+ 'Wählen Sie die Einträge aus, die Sie hinzufügen möchten.',
+];
diff --git a/resources/default/addons/visiosoft/multiple-field_type/lang/el/addon.php b/resources/default/addons/visiosoft/multiple-field_type/lang/el/addon.php
new file mode 100644
index 000000000..37f3aceb5
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/lang/el/addon.php
@@ -0,0 +1,7 @@
+ 'Πολλαπλούς',
+ 'name' => 'Τύπος πολλαπλού πεδίου',
+ 'description' => 'Ένας τύπος πεδίου πολλαπλών σχέσεων.',
+];
diff --git a/resources/default/addons/visiosoft/multiple-field_type/lang/el/config.php b/resources/default/addons/visiosoft/multiple-field_type/lang/el/config.php
new file mode 100644
index 000000000..6bb5c54a6
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/lang/el/config.php
@@ -0,0 +1,29 @@
+ [
+ 'label' => 'Σχετική ροή',
+ 'instructions' => 'Καθορίστε τις σχετικές καταχωρήσεις ροής που θα εμφανίζονται στο αναπτυσσόμενο μενού.',
+ ],
+ 'mode' => [
+ 'label' => 'Λειτουργία εισαγωγής',
+ 'option' => [
+ 'tags' => 'Ετικέτες',
+ 'lookup' => 'Ψάχνω',
+ 'checkboxes' => 'Πλαίσια ελέγχου',
+ ],
+ ],
+ 'min' => [
+ 'label' => 'Ελάχιστες επιλογές',
+ 'instructions' => 'Καθορίστε τον ελάχιστο αριθμό επιτρεπόμενων επιλογών.',
+ ],
+ 'max' => [
+ 'label' => 'Μέγιστες επιλογές',
+ 'instructions' => 'Καθορίστε τον μέγιστο αριθμό επιτρεπόμενων επιλογών.',
+ ],
+ 'title_name' => [
+ 'label' => 'Πεδίο τίτλου',
+ 'placeholder' => 'όνομα',
+ 'instructions' => 'Καθορίστε το πεδίο slug για εμφάνιση για αναπτυσσόμενες επιλογές / επιλογές αναζήτησης. Μπορείτε να καθορίσετε αναλύσιμους τίτλους όπως {entry.first_name} {entry.last_name} Η στήλη τίτλου της σχετικής ροής θα χρησιμοποιηθεί από προεπιλογή.',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/multiple-field_type/lang/el/input.php b/resources/default/addons/visiosoft/multiple-field_type/lang/el/input.php
new file mode 100644
index 000000000..fdd5ad881
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/lang/el/input.php
@@ -0,0 +1,6 @@
+ 'Διάλεξε μια επιλογή...',
+ 'help' => 'Διαχωρίστε τις τιμές με κόμμα ή πατώντας "Enter".',
+];
diff --git a/resources/default/addons/visiosoft/multiple-field_type/lang/el/message.php b/resources/default/addons/visiosoft/multiple-field_type/lang/el/message.php
new file mode 100644
index 000000000..6560107e9
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/lang/el/message.php
@@ -0,0 +1,5 @@
+ 'Επιλέξτε τις καταχωρήσεις που θέλετε να προσθέσετε.',
+];
diff --git a/resources/default/addons/visiosoft/multiple-field_type/lang/en/addon.php b/resources/default/addons/visiosoft/multiple-field_type/lang/en/addon.php
new file mode 100644
index 000000000..b58237ed9
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/lang/en/addon.php
@@ -0,0 +1,7 @@
+ 'Multiple',
+ 'name' => 'Multiple Field Type',
+ 'description' => 'A multiple relationship field type.',
+];
diff --git a/resources/default/addons/visiosoft/multiple-field_type/lang/en/config.php b/resources/default/addons/visiosoft/multiple-field_type/lang/en/config.php
new file mode 100644
index 000000000..ab3401aa7
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/lang/en/config.php
@@ -0,0 +1,29 @@
+ [
+ 'label' => 'Related Stream',
+ 'instructions' => 'Specify the related stream entries to display in the dropdown.',
+ ],
+ 'mode' => [
+ 'label' => 'Input Mode',
+ 'option' => [
+ 'tags' => 'Tags',
+ 'lookup' => 'Lookup',
+ 'checkboxes' => 'Checkboxes',
+ ],
+ ],
+ 'min' => [
+ 'label' => 'Minimum Selections',
+ 'instructions' => 'Specify the minimum number of allowed selections.',
+ ],
+ 'max' => [
+ 'label' => 'Maximum Selections',
+ 'instructions' => 'Specify the maximum number of allowed selections.',
+ ],
+ 'title_name' => [
+ 'label' => 'Title Field',
+ 'placeholder' => 'first_name',
+ 'instructions' => 'Specify the slug of field to display for dropdown/search options. You can specify parsable titles like {entry.first_name} {entry.last_name} The related stream\'s title column will be used by default.',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/multiple-field_type/lang/en/input.php b/resources/default/addons/visiosoft/multiple-field_type/lang/en/input.php
new file mode 100644
index 000000000..eb1c1d223
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/lang/en/input.php
@@ -0,0 +1,6 @@
+ 'Choose an option...',
+ 'help' => 'Separate values with a comma or by pressing "Enter".',
+];
diff --git a/resources/default/addons/visiosoft/multiple-field_type/lang/en/message.php b/resources/default/addons/visiosoft/multiple-field_type/lang/en/message.php
new file mode 100644
index 000000000..212311d7a
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/lang/en/message.php
@@ -0,0 +1,5 @@
+ 'Select the entries you would like to add.',
+];
diff --git a/resources/default/addons/visiosoft/multiple-field_type/lang/es/addon.php b/resources/default/addons/visiosoft/multiple-field_type/lang/es/addon.php
new file mode 100644
index 000000000..93565dd3d
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/lang/es/addon.php
@@ -0,0 +1,7 @@
+ 'Múltiple',
+ 'name' => 'Tipo de campo múltiple',
+ 'description' => 'Un tipo de campo de relación múltiple.',
+];
diff --git a/resources/default/addons/visiosoft/multiple-field_type/lang/es/config.php b/resources/default/addons/visiosoft/multiple-field_type/lang/es/config.php
new file mode 100644
index 000000000..d095797ed
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/lang/es/config.php
@@ -0,0 +1,29 @@
+ [
+ 'label' => 'Corriente relacionada',
+ 'instructions' => 'Especifique las entradas de flujo relacionadas para mostrar en el menú desplegable.',
+ ],
+ 'mode' => [
+ 'label' => 'Modo de entrada',
+ 'option' => [
+ 'tags' => 'Etiquetas',
+ 'lookup' => 'Buscar',
+ 'checkboxes' => 'Casillas de verificación',
+ ],
+ ],
+ 'min' => [
+ 'label' => 'Selecciones mínimas',
+ 'instructions' => 'Especifique el número mínimo de selecciones permitidas.',
+ ],
+ 'max' => [
+ 'label' => 'Selecciones máximas',
+ 'instructions' => 'Especifique el número máximo de selecciones permitidas.',
+ ],
+ 'title_name' => [
+ 'label' => 'Campo de título',
+ 'placeholder' => 'primer nombre',
+ 'instructions' => 'Especifique el slug del campo para mostrar las opciones de búsqueda / menú desplegable. Puede especificar títulos analizables como {entry.first_name} {entry.last_name} La columna de título de la secuencia relacionada se utilizará de forma predeterminada.',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/multiple-field_type/lang/es/input.php b/resources/default/addons/visiosoft/multiple-field_type/lang/es/input.php
new file mode 100644
index 000000000..b966b9b75
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/lang/es/input.php
@@ -0,0 +1,6 @@
+ 'Elige una opcion...',
+ 'help' => 'Separe los valores con una coma o presionando "Enter".',
+];
diff --git a/resources/default/addons/visiosoft/multiple-field_type/lang/es/message.php b/resources/default/addons/visiosoft/multiple-field_type/lang/es/message.php
new file mode 100644
index 000000000..a2a0580a9
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/lang/es/message.php
@@ -0,0 +1,5 @@
+ 'Seleccione las entradas que le gustaría agregar.',
+];
diff --git a/resources/default/addons/visiosoft/multiple-field_type/lang/fa/addon.php b/resources/default/addons/visiosoft/multiple-field_type/lang/fa/addon.php
new file mode 100644
index 000000000..2e5914072
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/lang/fa/addon.php
@@ -0,0 +1,7 @@
+ 'چندتایی',
+ 'name' => 'نوع زمینه چندگانه',
+ 'description' => 'یک نوع زمینه ارتباط چندگانه.',
+];
diff --git a/resources/default/addons/visiosoft/multiple-field_type/lang/fa/config.php b/resources/default/addons/visiosoft/multiple-field_type/lang/fa/config.php
new file mode 100644
index 000000000..2411fad46
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/lang/fa/config.php
@@ -0,0 +1,29 @@
+ [
+ 'label' => 'جریان مرتبط',
+ 'instructions' => 'ورودی های مربوط به جریان را برای نمایش در لیست کشویی مشخص کنید.',
+ ],
+ 'mode' => [
+ 'label' => 'حالت ورودی',
+ 'option' => [
+ 'tags' => 'برچسب ها',
+ 'lookup' => 'جستجو',
+ 'checkboxes' => 'کادرهای تأیید',
+ ],
+ ],
+ 'min' => [
+ 'label' => 'حداقل انتخاب ها',
+ 'instructions' => 'حداقل تعداد انتخاب مجاز را مشخص کنید.',
+ ],
+ 'max' => [
+ 'label' => 'حداکثر انتخاب ها',
+ 'instructions' => 'حداکثر تعداد انتخاب مجاز را مشخص کنید.',
+ ],
+ 'title_name' => [
+ 'label' => 'فیلد عنوان',
+ 'placeholder' => 'نام کوچک',
+ 'instructions' => 'برای نمایش گزینه های کشویی / جستجو ، فیلد Slug مشخص کنید. می توانید عناوین قابل تجزیه را مانند {entry.first_name} {entry.last_name} مشخص کنید ستون عنوان جریان مرتبط به طور پیش فرض استفاده می شود.',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/multiple-field_type/lang/fa/input.php b/resources/default/addons/visiosoft/multiple-field_type/lang/fa/input.php
new file mode 100644
index 000000000..38f67e496
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/lang/fa/input.php
@@ -0,0 +1,6 @@
+ 'گزینه ای را انتخاب کنید ...',
+ 'help' => 'مقادیر را با ویرگول یا با فشار دادن "Enter" جدا کنید.',
+];
diff --git a/resources/default/addons/visiosoft/multiple-field_type/lang/fa/message.php b/resources/default/addons/visiosoft/multiple-field_type/lang/fa/message.php
new file mode 100644
index 000000000..2bcea0e3e
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/lang/fa/message.php
@@ -0,0 +1,5 @@
+ 'ورودی هایی را که می خواهید اضافه کنید انتخاب کنید.',
+];
diff --git a/resources/default/addons/visiosoft/multiple-field_type/lang/fi/addon.php b/resources/default/addons/visiosoft/multiple-field_type/lang/fi/addon.php
new file mode 100644
index 000000000..efa5bc094
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/lang/fi/addon.php
@@ -0,0 +1,7 @@
+ 'Useita',
+ 'name' => 'Useiden kenttien tyyppi',
+ 'description' => 'Usean suhteen kenttätyyppi.',
+];
diff --git a/resources/default/addons/visiosoft/multiple-field_type/lang/fi/config.php b/resources/default/addons/visiosoft/multiple-field_type/lang/fi/config.php
new file mode 100644
index 000000000..6a4ac0e9f
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/lang/fi/config.php
@@ -0,0 +1,29 @@
+ [
+ 'label' => 'Liittyvä virta',
+ 'instructions' => 'Määritä liittyvät stream-merkinnät näytettäväksi pudotusvalikossa.',
+ ],
+ 'mode' => [
+ 'label' => 'Tulotila',
+ 'option' => [
+ 'tags' => 'Tunnisteet',
+ 'lookup' => 'Katso ylös',
+ 'checkboxes' => 'Valintaruudut',
+ ],
+ ],
+ 'min' => [
+ 'label' => 'Vähimmäisvalinnat',
+ 'instructions' => 'Määritä sallittujen valintojen vähimmäismäärä.',
+ ],
+ 'max' => [
+ 'label' => 'Suurin valikoima',
+ 'instructions' => 'Määritä sallittujen valintojen enimmäismäärä.',
+ ],
+ 'title_name' => [
+ 'label' => 'Otsikkokenttä',
+ 'placeholder' => 'etunimi',
+ 'instructions' => 'Määritä avattavien valintojen / hakuvaihtoehtojen yhteydessä näytettävän kentän Voit määrittää jäsennettäviä otsikoita, kuten {entry.first_name} {entry.last_name} , oletuksena käytetään siihen liittyvän suoran otsikon saraketta.',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/multiple-field_type/lang/fi/input.php b/resources/default/addons/visiosoft/multiple-field_type/lang/fi/input.php
new file mode 100644
index 000000000..390bda4d5
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/lang/fi/input.php
@@ -0,0 +1,6 @@
+ 'Valitse vaihtoehto...',
+ 'help' => 'Erota arvot pilkulla tai painamalla "Enter".',
+];
diff --git a/resources/default/addons/visiosoft/multiple-field_type/lang/fi/message.php b/resources/default/addons/visiosoft/multiple-field_type/lang/fi/message.php
new file mode 100644
index 000000000..5eaa57e01
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/lang/fi/message.php
@@ -0,0 +1,5 @@
+ 'Valitse lisättävät merkinnät.',
+];
diff --git a/resources/default/addons/visiosoft/multiple-field_type/lang/fr/addon.php b/resources/default/addons/visiosoft/multiple-field_type/lang/fr/addon.php
new file mode 100644
index 000000000..b957ab83c
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/lang/fr/addon.php
@@ -0,0 +1,7 @@
+ 'Plusieurs',
+ 'name' => 'Multiple',
+ 'description' => 'Type de champs pour les relations multiples.',
+];
diff --git a/resources/default/addons/visiosoft/multiple-field_type/lang/fr/config.php b/resources/default/addons/visiosoft/multiple-field_type/lang/fr/config.php
new file mode 100644
index 000000000..19ebe2f16
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/lang/fr/config.php
@@ -0,0 +1,29 @@
+ [
+ 'label' => 'Stream en relation',
+ 'instructions' => 'Choisissez les entrées à afficher dans la sélection.',
+ ],
+ 'mode' => [
+ 'label' => 'Mode d\'entrée',
+ 'option' => [
+ 'tags' => 'Mots clés',
+ 'lookup' => 'Chercher',
+ 'checkboxes' => 'Cases à cocher',
+ ],
+ ],
+ 'min' => [
+ 'label' => 'Nombre de sélection minimum',
+ 'instructions' => 'Entrez un nombre minimum de sélection.',
+ ],
+ 'max' => [
+ 'label' => 'Nombre de sélection maximum',
+ 'instructions' => 'Entrez un nombre maximum de sélection.',
+ ],
+ 'title_name' => [
+ 'label' => 'Champ de titre',
+ 'placeholder' => 'Prénom',
+ 'instructions' => 'Spécifiez le slug du champ à afficher pour les options de liste déroulante / de recherche. Vous pouvez spécifier des titres analysables tels que {entry.first_name} {entry.last_name} La colonne de titre du flux associé sera utilisée par défaut.',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/multiple-field_type/lang/fr/input.php b/resources/default/addons/visiosoft/multiple-field_type/lang/fr/input.php
new file mode 100644
index 000000000..11673965e
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/lang/fr/input.php
@@ -0,0 +1,6 @@
+ 'Choisissez une option...',
+ 'help' => 'Séparez les valeurs par une virgule ou en tapant "Entrée".',
+];
diff --git a/resources/default/addons/visiosoft/multiple-field_type/lang/fr/message.php b/resources/default/addons/visiosoft/multiple-field_type/lang/fr/message.php
new file mode 100644
index 000000000..98d1f8141
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/lang/fr/message.php
@@ -0,0 +1,5 @@
+ 'Sélectionnez les entrées que vous souhaitez ajouter.',
+];
diff --git a/resources/default/addons/visiosoft/multiple-field_type/lang/he/addon.php b/resources/default/addons/visiosoft/multiple-field_type/lang/he/addon.php
new file mode 100644
index 000000000..ea7826552
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/lang/he/addon.php
@@ -0,0 +1,7 @@
+ 'מרובות',
+ 'name' => 'סוג שדה מרובה',
+ 'description' => 'סוג שדה יחסים מרובה.',
+];
diff --git a/resources/default/addons/visiosoft/multiple-field_type/lang/he/config.php b/resources/default/addons/visiosoft/multiple-field_type/lang/he/config.php
new file mode 100644
index 000000000..b3881d212
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/lang/he/config.php
@@ -0,0 +1,29 @@
+ [
+ 'label' => 'זרם קשור',
+ 'instructions' => 'ציין את ערכי הזרם הקשורים שיוצגו בתפריט הנפתח.',
+ ],
+ 'mode' => [
+ 'label' => 'מצב קלט',
+ 'option' => [
+ 'tags' => 'תגים',
+ 'lookup' => 'הבט מעלה',
+ 'checkboxes' => 'תיבות סימון',
+ ],
+ ],
+ 'min' => [
+ 'label' => 'בחירות מינימליות',
+ 'instructions' => 'ציין את המספר המינימלי של הבחירות המותרות.',
+ ],
+ 'max' => [
+ 'label' => 'בחירות מרביות',
+ 'instructions' => 'ציין את המספר המרבי של הבחירות המותרות.',
+ ],
+ 'title_name' => [
+ 'label' => 'שדה כותרת',
+ 'placeholder' => 'שם פרטי',
+ 'instructions' => 'ציין את שבלול של השדה לתצוגה עבור אפשרויות נפתחות / חיפוש. ניתן לציין כותרות ניתנות כמו {entry.first_name} {entry.last_name} בעמודת הכותרת של הזרם הקשור ישמש כברירת מחדל.',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/multiple-field_type/lang/he/input.php b/resources/default/addons/visiosoft/multiple-field_type/lang/he/input.php
new file mode 100644
index 000000000..64f35d185
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/lang/he/input.php
@@ -0,0 +1,6 @@
+ 'בחר אפשרות...',
+ 'help' => 'הפרד את הערכים באמצעות פסיק או על ידי לחיצה על "Enter".',
+];
diff --git a/resources/default/addons/visiosoft/multiple-field_type/lang/he/message.php b/resources/default/addons/visiosoft/multiple-field_type/lang/he/message.php
new file mode 100644
index 000000000..d198a8127
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/lang/he/message.php
@@ -0,0 +1,5 @@
+ 'בחר את הערכים שברצונך להוסיף.',
+];
diff --git a/resources/default/addons/visiosoft/multiple-field_type/lang/hi/addon.php b/resources/default/addons/visiosoft/multiple-field_type/lang/hi/addon.php
new file mode 100644
index 000000000..532ecc61b
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/lang/hi/addon.php
@@ -0,0 +1,7 @@
+ 'विभिन्न',
+ 'name' => 'एकाधिक फ़ील्ड प्रकार',
+ 'description' => 'एक एकाधिक संबंध फ़ील्ड प्रकार।',
+];
diff --git a/resources/default/addons/visiosoft/multiple-field_type/lang/hi/config.php b/resources/default/addons/visiosoft/multiple-field_type/lang/hi/config.php
new file mode 100644
index 000000000..5ac446808
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/lang/hi/config.php
@@ -0,0 +1,29 @@
+ [
+ 'label' => 'संबंधित स्ट्रीम',
+ 'instructions' => 'ड्रॉपडाउन में प्रदर्शित करने के लिए संबंधित स्ट्रीम प्रविष्टियों को निर्दिष्ट करें।',
+ ],
+ 'mode' => [
+ 'label' => 'इनपुट मोड',
+ 'option' => [
+ 'tags' => 'टैग',
+ 'lookup' => 'ऊपर देखो',
+ 'checkboxes' => 'चेक बॉक्स',
+ ],
+ ],
+ 'min' => [
+ 'label' => 'न्यूनतम चयन',
+ 'instructions' => 'अनुमत चयनों की न्यूनतम संख्या निर्दिष्ट करें।',
+ ],
+ 'max' => [
+ 'label' => 'अधिकतम चयन',
+ 'instructions' => 'अनुमत चयन की अधिकतम संख्या निर्दिष्ट करें।',
+ ],
+ 'title_name' => [
+ 'label' => 'शीर्षक क्षेत्र',
+ 'placeholder' => 'पहला नाम',
+ 'instructions' => 'ड्रॉपडाउन / खोज विकल्पों के लिए प्रदर्शित करने के लिए फ़ील्ड के स्लग {entry.first_name} {entry.last_name} जैसे पार्स करने योग्य शीर्षक निर्दिष्ट कर सकते हैं। संबंधित स्ट्रीम का शीर्षक कॉलम डिफ़ॉल्ट रूप से उपयोग किया जाएगा।',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/multiple-field_type/lang/hi/input.php b/resources/default/addons/visiosoft/multiple-field_type/lang/hi/input.php
new file mode 100644
index 000000000..10c892e23
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/lang/hi/input.php
@@ -0,0 +1,6 @@
+ 'एक विकल्प चुनें...',
+ 'help' => 'कॉमा के साथ या "एन्टर" दबाकर अलग मान।',
+];
diff --git a/resources/default/addons/visiosoft/multiple-field_type/lang/hi/message.php b/resources/default/addons/visiosoft/multiple-field_type/lang/hi/message.php
new file mode 100644
index 000000000..45c246dbb
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/lang/hi/message.php
@@ -0,0 +1,5 @@
+ 'उन प्रविष्टियों का चयन करें जिन्हें आप जोड़ना चाहते हैं।',
+];
diff --git a/resources/default/addons/visiosoft/multiple-field_type/lang/hu/addon.php b/resources/default/addons/visiosoft/multiple-field_type/lang/hu/addon.php
new file mode 100644
index 000000000..815f0dd73
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/lang/hu/addon.php
@@ -0,0 +1,7 @@
+ 'Többszörös',
+ 'name' => 'Többszörös Mező Típus',
+ 'description' => 'Többszörös kapcsolat mező típus.',
+];
diff --git a/resources/default/addons/visiosoft/multiple-field_type/lang/hu/config.php b/resources/default/addons/visiosoft/multiple-field_type/lang/hu/config.php
new file mode 100644
index 000000000..1e58e3274
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/lang/hu/config.php
@@ -0,0 +1,29 @@
+ [
+ 'label' => 'Releváns Folyam',
+ 'instructions' => 'Határozd meg a releváns folyamat a legördülő megjelenítéséhez.',
+ ],
+ 'mode' => [
+ 'label' => 'Bevitel Módja',
+ 'option' => [
+ 'tags' => 'Cimkék',
+ 'lookup' => 'Átvizsgálás',
+ 'checkboxes' => 'Jelölőnégyzetek',
+ ],
+ ],
+ 'min' => [
+ 'label' => 'Minimális Kiválasztás',
+ 'instructions' => 'Határozd meg a minimálisan kiválasztható elemek számát.',
+ ],
+ 'max' => [
+ 'label' => 'Maximális Kiválasztás',
+ 'instructions' => 'Határozd meg a maximálisan kiválasztható elemek számát.',
+ ],
+ 'title_name' => [
+ 'label' => 'Cím mező',
+ 'placeholder' => 'keresztnév',
+ 'instructions' => 'Adja meg a mezõjét a megjelenítendõ legördülõ / keresési opciókhoz. Megadhat értelmezhető címeket, például {entry.first_name} {entry.last_name} Alapértelmezés szerint a kapcsolódó adatfolyam oszlopát fogja használni.',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/multiple-field_type/lang/hu/input.php b/resources/default/addons/visiosoft/multiple-field_type/lang/hu/input.php
new file mode 100644
index 000000000..a1a8b2e0d
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/lang/hu/input.php
@@ -0,0 +1,6 @@
+ 'Válassz elemet...',
+ 'help' => 'Az értékeket szóközzel, vagy enterrel válaszd el.',
+];
diff --git a/resources/default/addons/visiosoft/multiple-field_type/lang/hu/message.php b/resources/default/addons/visiosoft/multiple-field_type/lang/hu/message.php
new file mode 100644
index 000000000..67f1f9d09
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/lang/hu/message.php
@@ -0,0 +1,5 @@
+ 'Válaszd ki a bejegyzéseket amiket hozzá szeretnél adni.',
+];
diff --git a/resources/default/addons/visiosoft/multiple-field_type/lang/id/addon.php b/resources/default/addons/visiosoft/multiple-field_type/lang/id/addon.php
new file mode 100644
index 000000000..46a9343a9
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/lang/id/addon.php
@@ -0,0 +1,7 @@
+ 'Banyak',
+ 'name' => 'Jenis Bidang Ganda',
+ 'description' => 'Jenis bidang hubungan ganda.',
+];
diff --git a/resources/default/addons/visiosoft/multiple-field_type/lang/id/config.php b/resources/default/addons/visiosoft/multiple-field_type/lang/id/config.php
new file mode 100644
index 000000000..89f70d95e
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/lang/id/config.php
@@ -0,0 +1,29 @@
+ [
+ 'label' => 'Aliran Terkait',
+ 'instructions' => 'Tentukan entri aliran terkait untuk ditampilkan di tarik-turun.',
+ ],
+ 'mode' => [
+ 'label' => 'Mode Masukan',
+ 'option' => [
+ 'tags' => 'Tag',
+ 'lookup' => 'Mencari',
+ 'checkboxes' => 'Kotak centang',
+ ],
+ ],
+ 'min' => [
+ 'label' => 'Seleksi Minimum',
+ 'instructions' => 'Tentukan jumlah minimum pilihan yang diizinkan.',
+ ],
+ 'max' => [
+ 'label' => 'Pilihan Maksimum',
+ 'instructions' => 'Tentukan jumlah maksimum pilihan yang diperbolehkan.',
+ ],
+ 'title_name' => [
+ 'label' => 'Bidang Judul',
+ 'placeholder' => 'nama depan',
+ 'instructions' => 'Tentukan bidang siput akan ditampilkan untuk opsi tarik-turun / pencarian. Anda dapat menentukan judul yang dapat diuraikan seperti {entry.first_name} {entry.last_name} Kolom judul aliran terkait akan digunakan secara default.',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/multiple-field_type/lang/id/input.php b/resources/default/addons/visiosoft/multiple-field_type/lang/id/input.php
new file mode 100644
index 000000000..3d12cef96
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/lang/id/input.php
@@ -0,0 +1,6 @@
+ 'Pilih salah satu opsi ...',
+ 'help' => 'Pisahkan nilai dengan koma atau dengan menekan "Enter".',
+];
diff --git a/resources/default/addons/visiosoft/multiple-field_type/lang/id/message.php b/resources/default/addons/visiosoft/multiple-field_type/lang/id/message.php
new file mode 100644
index 000000000..5de6b972e
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/lang/id/message.php
@@ -0,0 +1,5 @@
+ 'Pilih entri yang ingin Anda tambahkan.',
+];
diff --git a/resources/default/addons/visiosoft/multiple-field_type/lang/it/addon.php b/resources/default/addons/visiosoft/multiple-field_type/lang/it/addon.php
new file mode 100644
index 000000000..e6e061dd6
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/lang/it/addon.php
@@ -0,0 +1,7 @@
+ 'Molteplici',
+ 'name' => 'Tipo di campo multiplo',
+ 'description' => 'Un tipo di campo relazione multipla.',
+];
diff --git a/resources/default/addons/visiosoft/multiple-field_type/lang/it/config.php b/resources/default/addons/visiosoft/multiple-field_type/lang/it/config.php
new file mode 100644
index 000000000..0980ef4da
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/lang/it/config.php
@@ -0,0 +1,29 @@
+ [
+ 'label' => 'Stream correlato',
+ 'instructions' => 'Specificare le voci del flusso correlate da visualizzare nel menu a discesa.',
+ ],
+ 'mode' => [
+ 'label' => 'Modalità di immissione',
+ 'option' => [
+ 'tags' => 'Tag',
+ 'lookup' => 'Consultare',
+ 'checkboxes' => 'Caselle di controllo',
+ ],
+ ],
+ 'min' => [
+ 'label' => 'Selezioni minime',
+ 'instructions' => 'Specificare il numero minimo di selezioni consentite.',
+ ],
+ 'max' => [
+ 'label' => 'Selezioni massime',
+ 'instructions' => 'Specificare il numero massimo di selezioni consentite.',
+ ],
+ 'title_name' => [
+ 'label' => 'Campo del titolo',
+ 'placeholder' => 'nome di battesimo',
+ 'instructions' => 'Specificare lo slug del campo da visualizzare per le opzioni di menu a discesa / ricerca. È possibile specificare titoli analizzabili come {entry.first_name} {entry.last_name} La colonna del titolo del flusso correlato verrà utilizzata per impostazione predefinita.',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/multiple-field_type/lang/it/input.php b/resources/default/addons/visiosoft/multiple-field_type/lang/it/input.php
new file mode 100644
index 000000000..29c5b3439
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/lang/it/input.php
@@ -0,0 +1,6 @@
+ 'Scegliere un\'opzione...',
+ 'help' => 'Separare i valori con una virgola o premendo "Invio".',
+];
diff --git a/resources/default/addons/visiosoft/multiple-field_type/lang/it/message.php b/resources/default/addons/visiosoft/multiple-field_type/lang/it/message.php
new file mode 100644
index 000000000..07f504ada
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/lang/it/message.php
@@ -0,0 +1,5 @@
+ 'Seleziona le voci che desideri aggiungere.',
+];
diff --git a/resources/default/addons/visiosoft/multiple-field_type/lang/ja/addon.php b/resources/default/addons/visiosoft/multiple-field_type/lang/ja/addon.php
new file mode 100644
index 000000000..760eca916
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/lang/ja/addon.php
@@ -0,0 +1,7 @@
+ '複数',
+ 'name' => '複数のフィールドタイプ',
+ 'description' => '複数の関係フィールドタイプ。',
+];
diff --git a/resources/default/addons/visiosoft/multiple-field_type/lang/ja/config.php b/resources/default/addons/visiosoft/multiple-field_type/lang/ja/config.php
new file mode 100644
index 000000000..444c4b2ed
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/lang/ja/config.php
@@ -0,0 +1,29 @@
+ [
+ 'label' => '関連ストリーム',
+ 'instructions' => 'ドロップダウンに表示する関連ストリームエントリを指定します。',
+ ],
+ 'mode' => [
+ 'label' => '入力モード',
+ 'option' => [
+ 'tags' => 'タグ',
+ 'lookup' => '見上げる',
+ 'checkboxes' => 'チェックボックス',
+ ],
+ ],
+ 'min' => [
+ 'label' => '最小選択',
+ 'instructions' => '許可される選択の最小数を指定します。',
+ ],
+ 'max' => [
+ 'label' => '最大選択数',
+ 'instructions' => '許可される選択の最大数を指定します。',
+ ],
+ 'title_name' => [
+ 'label' => 'タイトルフィールド',
+ 'placeholder' => 'ファーストネーム',
+ 'instructions' => 'ドロップダウン/検索オプションに表示するフィールドの スラッグ を指定します。 あなたのような解析可能なタイトルを指定することができます {entry.first_name} {entry.last_name} 関連ストリームのタイトル欄は、デフォルトで使用されますが。',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/multiple-field_type/lang/ja/input.php b/resources/default/addons/visiosoft/multiple-field_type/lang/ja/input.php
new file mode 100644
index 000000000..499e4ba6d
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/lang/ja/input.php
@@ -0,0 +1,6 @@
+ 'オプションを選択...',
+ 'help' => '値はコンマで区切るか、「Enter」を押してください。',
+];
diff --git a/resources/default/addons/visiosoft/multiple-field_type/lang/ja/message.php b/resources/default/addons/visiosoft/multiple-field_type/lang/ja/message.php
new file mode 100644
index 000000000..ae8cf29fe
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/lang/ja/message.php
@@ -0,0 +1,5 @@
+ '追加するエントリを選択します。',
+];
diff --git a/resources/default/addons/visiosoft/multiple-field_type/lang/ko/addon.php b/resources/default/addons/visiosoft/multiple-field_type/lang/ko/addon.php
new file mode 100644
index 000000000..92bbcb9eb
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/lang/ko/addon.php
@@ -0,0 +1,7 @@
+ '배수',
+ 'name' => '다중 필드 유형',
+ 'description' => '다중 관계 필드 유형입니다.',
+];
diff --git a/resources/default/addons/visiosoft/multiple-field_type/lang/ko/config.php b/resources/default/addons/visiosoft/multiple-field_type/lang/ko/config.php
new file mode 100644
index 000000000..73806f5f2
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/lang/ko/config.php
@@ -0,0 +1,29 @@
+ [
+ 'label' => '관련 스트림',
+ 'instructions' => '드롭 다운에 표시 할 관련 스트림 항목을 지정합니다.',
+ ],
+ 'mode' => [
+ 'label' => '입력 모드',
+ 'option' => [
+ 'tags' => '태그',
+ 'lookup' => '조회',
+ 'checkboxes' => '체크 박스',
+ ],
+ ],
+ 'min' => [
+ 'label' => '최소 선택',
+ 'instructions' => '허용되는 최소 선택 수를 지정합니다.',
+ ],
+ 'max' => [
+ 'label' => '최대 선택',
+ 'instructions' => '허용되는 최대 선택 수를 지정합니다.',
+ ],
+ 'title_name' => [
+ 'label' => '제목 필드',
+ 'placeholder' => '이름',
+ 'instructions' => '드롭 다운 / 검색 옵션에 대해 표시 할 필드 슬러그 을 지정합니다. {entry.first_name} {entry.last_name} 과 같이 구문 분석 가능한 제목을 지정할 수 있습니다. 관련 스트림의 제목 열이 기본적으로 사용됩니다.',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/multiple-field_type/lang/ko/input.php b/resources/default/addons/visiosoft/multiple-field_type/lang/ko/input.php
new file mode 100644
index 000000000..8c24265c6
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/lang/ko/input.php
@@ -0,0 +1,6 @@
+ '옵션을 선택하세요...',
+ 'help' => '쉼표 또는 "Enter"를 눌러 값을 구분하십시오.',
+];
diff --git a/resources/default/addons/visiosoft/multiple-field_type/lang/ko/message.php b/resources/default/addons/visiosoft/multiple-field_type/lang/ko/message.php
new file mode 100644
index 000000000..c7c1d6856
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/lang/ko/message.php
@@ -0,0 +1,5 @@
+ '추가 할 항목을 선택하십시오.',
+];
diff --git a/resources/default/addons/visiosoft/multiple-field_type/lang/ku/addon.php b/resources/default/addons/visiosoft/multiple-field_type/lang/ku/addon.php
new file mode 100644
index 000000000..47d11e679
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/lang/ku/addon.php
@@ -0,0 +1,7 @@
+ 'Pircar',
+ 'name' => 'Tîpa Zeviya Pirjimar',
+ 'description' => 'Celebek qada pêwendiya pirzimanî.',
+];
diff --git a/resources/default/addons/visiosoft/multiple-field_type/lang/ku/config.php b/resources/default/addons/visiosoft/multiple-field_type/lang/ku/config.php
new file mode 100644
index 000000000..38c4a9b0d
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/lang/ku/config.php
@@ -0,0 +1,29 @@
+ [
+ 'label' => 'Stream related',
+ 'instructions' => 'Navnîşên weşanên pêwendîdar diyar bikin ku di hilweşînê de werin xuyang kirin.',
+ ],
+ 'mode' => [
+ 'label' => 'Modeya Input',
+ 'option' => [
+ 'tags' => 'Tags',
+ 'lookup' => 'Peyda kirin',
+ 'checkboxes' => 'Checkboxes',
+ ],
+ ],
+ 'min' => [
+ 'label' => 'Hilbijarkên Kêmtirîn',
+ 'instructions' => 'Hilbijartinên destûrkirî yên herî kêm hejmar bikin.',
+ ],
+ 'max' => [
+ 'label' => 'Hilbijartinên Maksîmûm',
+ 'instructions' => 'Hilbijartinên destûra jimareya herî zêde diyar bikin.',
+ ],
+ 'title_name' => [
+ 'label' => 'Qada Sernavê',
+ 'placeholder' => 'nav',
+ 'instructions' => 'slug a zeviyê diyar bikin da ku ji bo vebijarkên vekişînê / lêgerînê nîşan bide. Hûn dikarin sernavên parselbar ên wekî {entry.first_name} {entry.last_name} Diyar bikin ku stûna sernavê ya têkildar dê ji hêla default ve were bikar anîn.',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/multiple-field_type/lang/ku/input.php b/resources/default/addons/visiosoft/multiple-field_type/lang/ku/input.php
new file mode 100644
index 000000000..55e59b938
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/lang/ku/input.php
@@ -0,0 +1,7 @@
+ 'بژاردەیەک هەڵبژێرە
+',
+ 'help' => 'Nirxan bi kumika an bi tikandina "Enter" veqetînin.',
+];
diff --git a/resources/default/addons/visiosoft/multiple-field_type/lang/ku/message.php b/resources/default/addons/visiosoft/multiple-field_type/lang/ku/message.php
new file mode 100644
index 000000000..288c7e401
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/lang/ku/message.php
@@ -0,0 +1,5 @@
+ 'Navnîşên ku hûn dixwazin lê zêde bikin hilbijêrin.',
+];
diff --git a/resources/default/addons/visiosoft/multiple-field_type/lang/nl/addon.php b/resources/default/addons/visiosoft/multiple-field_type/lang/nl/addon.php
new file mode 100644
index 000000000..bf8cb3f45
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/lang/nl/addon.php
@@ -0,0 +1,7 @@
+ 'Meerdere',
+ 'name' => 'Meerdere veldtypen',
+ 'description' => 'Een veldtype met meerdere relaties.',
+];
diff --git a/resources/default/addons/visiosoft/multiple-field_type/lang/nl/config.php b/resources/default/addons/visiosoft/multiple-field_type/lang/nl/config.php
new file mode 100644
index 000000000..de52b30df
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/lang/nl/config.php
@@ -0,0 +1,29 @@
+ [
+ 'label' => 'Gerelateerde stream',
+ 'instructions' => 'Geef de gerelateerde streamvermeldingen op die in de vervolgkeuzelijst moeten worden weergegeven.',
+ ],
+ 'mode' => [
+ 'label' => 'Invoer modus',
+ 'option' => [
+ 'tags' => 'Tags',
+ 'lookup' => 'Opzoeken',
+ 'checkboxes' => 'Selectievakjes',
+ ],
+ ],
+ 'min' => [
+ 'label' => 'Minimale selecties',
+ 'instructions' => 'Specificeer het minimum aantal toegestane selecties.',
+ ],
+ 'max' => [
+ 'label' => 'Maximale selecties',
+ 'instructions' => 'Specificeer het maximum aantal toegestane selecties.',
+ ],
+ 'title_name' => [
+ 'label' => 'Titelveld',
+ 'placeholder' => 'Voornaam',
+ 'instructions' => 'Specificeer slug van veld om weer te geven voor vervolgkeuzelijst / zoekopties. U kunt parseerbare titels specificeren, zoals {entry.first_name} {entry.last_name} De titelkolom van de gerelateerde stream wordt standaard gebruikt.',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/multiple-field_type/lang/nl/input.php b/resources/default/addons/visiosoft/multiple-field_type/lang/nl/input.php
new file mode 100644
index 000000000..663efdaba
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/lang/nl/input.php
@@ -0,0 +1,6 @@
+ 'Kies een optie...',
+ 'help' => 'Scheid waarden met een komma of door op "Enter" te drukken.',
+];
diff --git a/resources/default/addons/visiosoft/multiple-field_type/lang/nl/message.php b/resources/default/addons/visiosoft/multiple-field_type/lang/nl/message.php
new file mode 100644
index 000000000..1ca324d31
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/lang/nl/message.php
@@ -0,0 +1,5 @@
+ 'Selecteer de vermeldingen die u wilt toevoegen.',
+];
diff --git a/resources/default/addons/visiosoft/multiple-field_type/lang/no/addon.php b/resources/default/addons/visiosoft/multiple-field_type/lang/no/addon.php
new file mode 100644
index 000000000..7b60c4de3
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/lang/no/addon.php
@@ -0,0 +1,7 @@
+ 'Flere',
+ 'name' => 'Flere felttyper',
+ 'description' => 'En felttype med flere forhold.',
+];
diff --git a/resources/default/addons/visiosoft/multiple-field_type/lang/no/config.php b/resources/default/addons/visiosoft/multiple-field_type/lang/no/config.php
new file mode 100644
index 000000000..6c5107d7e
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/lang/no/config.php
@@ -0,0 +1,29 @@
+ [
+ 'label' => 'Relatert strøm',
+ 'instructions' => 'Spesifiser de relaterte strømoppføringene som skal vises i rullegardinmenyen.',
+ ],
+ 'mode' => [
+ 'label' => 'Inndatamodus',
+ 'option' => [
+ 'tags' => 'Merker',
+ 'lookup' => 'Se opp',
+ 'checkboxes' => 'Avkrysningsruter',
+ ],
+ ],
+ 'min' => [
+ 'label' => 'Minimumsvalg',
+ 'instructions' => 'Spesifiser minimum antall tillatte valg.',
+ ],
+ 'max' => [
+ 'label' => 'Maksimum utvalg',
+ 'instructions' => 'Spesifiser maksimalt antall tillatte valg.',
+ ],
+ 'title_name' => [
+ 'label' => 'Tittelfelt',
+ 'placeholder' => 'fornavn',
+ 'instructions' => 'Spesifiser slug i feltet som skal vises for rullegardin / søkealternativer. Du kan spesifisere parsable titler som {entry.first_name} {entry.last_name} Den relaterte streamens tittelkolonne vil bli brukt som standard.',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/multiple-field_type/lang/no/input.php b/resources/default/addons/visiosoft/multiple-field_type/lang/no/input.php
new file mode 100644
index 000000000..53f277dd0
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/lang/no/input.php
@@ -0,0 +1,6 @@
+ 'Velg et alternativ...',
+ 'help' => 'Separer verdiene med komma eller ved å trykke "Enter".',
+];
diff --git a/resources/default/addons/visiosoft/multiple-field_type/lang/no/message.php b/resources/default/addons/visiosoft/multiple-field_type/lang/no/message.php
new file mode 100644
index 000000000..42a55031e
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/lang/no/message.php
@@ -0,0 +1,5 @@
+ 'Velg oppføringene du vil legge til.',
+];
diff --git a/resources/default/addons/visiosoft/multiple-field_type/lang/pl/addon.php b/resources/default/addons/visiosoft/multiple-field_type/lang/pl/addon.php
new file mode 100644
index 000000000..b3408dd1f
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/lang/pl/addon.php
@@ -0,0 +1,7 @@
+ 'Wielokrotność',
+ 'name' => 'Typ wielu pól',
+ 'description' => 'Typ pola wielu relacji.',
+];
diff --git a/resources/default/addons/visiosoft/multiple-field_type/lang/pl/config.php b/resources/default/addons/visiosoft/multiple-field_type/lang/pl/config.php
new file mode 100644
index 000000000..43a571862
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/lang/pl/config.php
@@ -0,0 +1,29 @@
+ [
+ 'label' => 'Powiązany strumień',
+ 'instructions' => 'Określ powiązane wpisy strumieni, które mają być wyświetlane na liście rozwijanej.',
+ ],
+ 'mode' => [
+ 'label' => 'Tryb wejściowy',
+ 'option' => [
+ 'tags' => 'Tagi',
+ 'lookup' => 'Wyszukaj',
+ 'checkboxes' => 'Pola wyboru',
+ ],
+ ],
+ 'min' => [
+ 'label' => 'Minimalne wybory',
+ 'instructions' => 'Określ minimalną liczbę dozwolonych wyborów.',
+ ],
+ 'max' => [
+ 'label' => 'Maksymalne wybory',
+ 'instructions' => 'Określ maksymalną liczbę dozwolonych wyborów.',
+ ],
+ 'title_name' => [
+ 'label' => 'Pole tytułu',
+ 'placeholder' => 'Imię',
+ 'instructions' => 'Określ slug pola, które ma być wyświetlane dla opcji menu rozwijanego / wyszukiwania. Możesz określić tytuły do analizy, takie jak {entry.first_name} {entry.last_name} Kolumna tytułu powiązanego strumienia będzie używana domyślnie.',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/multiple-field_type/lang/pl/input.php b/resources/default/addons/visiosoft/multiple-field_type/lang/pl/input.php
new file mode 100644
index 000000000..74eb7d7d6
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/lang/pl/input.php
@@ -0,0 +1,6 @@
+ 'Wybierz opcję...',
+ 'help' => 'Oddziel wartości przecinkami lub naciskając „Enter”.',
+];
diff --git a/resources/default/addons/visiosoft/multiple-field_type/lang/pl/message.php b/resources/default/addons/visiosoft/multiple-field_type/lang/pl/message.php
new file mode 100644
index 000000000..de70403f6
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/lang/pl/message.php
@@ -0,0 +1,5 @@
+ 'Wybierz wpisy, które chcesz dodać.',
+];
diff --git a/resources/default/addons/visiosoft/multiple-field_type/lang/pt/addon.php b/resources/default/addons/visiosoft/multiple-field_type/lang/pt/addon.php
new file mode 100644
index 000000000..80bd7ca27
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/lang/pt/addon.php
@@ -0,0 +1,7 @@
+ 'Múltiplo',
+ 'name' => 'Tipo de campo múltiplo',
+ 'description' => 'Um tipo de campo de relacionamento múltiplo.',
+];
diff --git a/resources/default/addons/visiosoft/multiple-field_type/lang/pt/config.php b/resources/default/addons/visiosoft/multiple-field_type/lang/pt/config.php
new file mode 100644
index 000000000..c08c776c7
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/lang/pt/config.php
@@ -0,0 +1,29 @@
+ [
+ 'label' => 'Stream Relacionado',
+ 'instructions' => 'Especifique as entradas de fluxo relacionadas a serem exibidas na lista suspensa.',
+ ],
+ 'mode' => [
+ 'label' => 'Modo de entrada',
+ 'option' => [
+ 'tags' => 'Tag',
+ 'lookup' => 'Olho para cima',
+ 'checkboxes' => 'Caixas de seleção',
+ ],
+ ],
+ 'min' => [
+ 'label' => 'Seleções mínimas',
+ 'instructions' => 'Especifique o número mínimo de seleções permitidas.',
+ ],
+ 'max' => [
+ 'label' => 'Seleções máximas',
+ 'instructions' => 'Especifique o número máximo de seleções permitidas.',
+ ],
+ 'title_name' => [
+ 'label' => 'Campo de Título',
+ 'placeholder' => 'primeiro nome',
+ 'instructions' => 'Especifique slug do campo a ser exibido nas opções suspensas / de pesquisa. Você pode especificar títulos analisáveis como {entry.first_name} {entry.last_name} A coluna de título do fluxo relacionado será usada por padrão.',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/multiple-field_type/lang/pt/input.php b/resources/default/addons/visiosoft/multiple-field_type/lang/pt/input.php
new file mode 100644
index 000000000..a5b83dbda
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/lang/pt/input.php
@@ -0,0 +1,6 @@
+ 'Escolha uma opção...',
+ 'help' => 'Separe os valores com uma vírgula ou pressionando "Enter".',
+];
diff --git a/resources/default/addons/visiosoft/multiple-field_type/lang/pt/message.php b/resources/default/addons/visiosoft/multiple-field_type/lang/pt/message.php
new file mode 100644
index 000000000..9cebca47f
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/lang/pt/message.php
@@ -0,0 +1,5 @@
+ 'Selecione as entradas que deseja adicionar.',
+];
diff --git a/resources/default/addons/visiosoft/multiple-field_type/lang/ro/addon.php b/resources/default/addons/visiosoft/multiple-field_type/lang/ro/addon.php
new file mode 100644
index 000000000..b4f92af17
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/lang/ro/addon.php
@@ -0,0 +1,7 @@
+ 'Multiplu',
+ 'name' => 'Tip de câmp multiplu',
+ 'description' => 'Un tip de câmp de relații multiple.',
+];
diff --git a/resources/default/addons/visiosoft/multiple-field_type/lang/ro/config.php b/resources/default/addons/visiosoft/multiple-field_type/lang/ro/config.php
new file mode 100644
index 000000000..60d1aaccd
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/lang/ro/config.php
@@ -0,0 +1,29 @@
+ [
+ 'label' => 'Flux asociat',
+ 'instructions' => 'Specificați intrările de flux aferente care vor fi afișate în meniul derulant.',
+ ],
+ 'mode' => [
+ 'label' => 'Modul de introducere',
+ 'option' => [
+ 'tags' => 'Etichete',
+ 'lookup' => 'Privește în sus',
+ 'checkboxes' => 'Casete de selectare',
+ ],
+ ],
+ 'min' => [
+ 'label' => 'Selecții minime',
+ 'instructions' => 'Specificați numărul minim de selecții permise.',
+ ],
+ 'max' => [
+ 'label' => 'Selecții maxime',
+ 'instructions' => 'Specificați numărul maxim de selecții permise.',
+ ],
+ 'title_name' => [
+ 'label' => 'Câmpul de titlu',
+ 'placeholder' => 'Nume',
+ 'instructions' => 'Specificați slug de câmp de afișat pentru opțiunile drop-down / căutare. Puteți specifica titluri analizate precum {entry.first_name} {entry.last_name} Coloana de titlu a fluxului aferent va fi utilizată în mod implicit.',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/multiple-field_type/lang/ro/input.php b/resources/default/addons/visiosoft/multiple-field_type/lang/ro/input.php
new file mode 100644
index 000000000..8783866d5
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/lang/ro/input.php
@@ -0,0 +1,6 @@
+ 'Alege o opțiune...',
+ 'help' => 'Separați valorile cu o virgulă sau apăsând pe „Enter”.',
+];
diff --git a/resources/default/addons/visiosoft/multiple-field_type/lang/ro/message.php b/resources/default/addons/visiosoft/multiple-field_type/lang/ro/message.php
new file mode 100644
index 000000000..e91a60a2a
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/lang/ro/message.php
@@ -0,0 +1,5 @@
+ 'Selectați intrările pe care doriți să le adăugați.',
+];
diff --git a/resources/default/addons/visiosoft/multiple-field_type/lang/ru/addon.php b/resources/default/addons/visiosoft/multiple-field_type/lang/ru/addon.php
new file mode 100644
index 000000000..f5c243f2e
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/lang/ru/addon.php
@@ -0,0 +1,7 @@
+ 'Несколько',
+ 'name' => 'Множественный тип поля',
+ 'description' => 'Тип поля с несколькими отношениями.',
+];
diff --git a/resources/default/addons/visiosoft/multiple-field_type/lang/ru/config.php b/resources/default/addons/visiosoft/multiple-field_type/lang/ru/config.php
new file mode 100644
index 000000000..b081543e0
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/lang/ru/config.php
@@ -0,0 +1,29 @@
+ [
+ 'label' => 'Связанный поток',
+ 'instructions' => 'Укажите связанные записи потока для отображения в раскрывающемся списке.',
+ ],
+ 'mode' => [
+ 'label' => 'Режим ввода',
+ 'option' => [
+ 'tags' => 'Теги',
+ 'lookup' => 'Уважать',
+ 'checkboxes' => 'Флажки',
+ ],
+ ],
+ 'min' => [
+ 'label' => 'Минимальный выбор',
+ 'instructions' => 'Укажите минимальное количество разрешенных вариантов выбора.',
+ ],
+ 'max' => [
+ 'label' => 'Максимальный выбор',
+ 'instructions' => 'Укажите максимальное количество разрешенных вариантов выбора.',
+ ],
+ 'title_name' => [
+ 'label' => 'Поле заголовка',
+ 'placeholder' => 'имя',
+ 'instructions' => 'Укажите слизняка поле для отображения для выбора параметров выпадающего / поиска. Вы можете указать заголовки, которые можно анализировать, например, {entry.first_name} {entry.last_name} Столбец заголовков связанного потока будет использоваться по умолчанию.',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/multiple-field_type/lang/ru/input.php b/resources/default/addons/visiosoft/multiple-field_type/lang/ru/input.php
new file mode 100644
index 000000000..b0cb737b4
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/lang/ru/input.php
@@ -0,0 +1,6 @@
+ 'Выберите опцию...',
+ 'help' => 'Разделяйте значения запятой или нажатием «Enter».',
+];
diff --git a/resources/default/addons/visiosoft/multiple-field_type/lang/ru/message.php b/resources/default/addons/visiosoft/multiple-field_type/lang/ru/message.php
new file mode 100644
index 000000000..911e83fca
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/lang/ru/message.php
@@ -0,0 +1,5 @@
+ 'Выберите записи, которые вы хотите добавить.',
+];
diff --git a/resources/default/addons/visiosoft/multiple-field_type/lang/sq/addon.php b/resources/default/addons/visiosoft/multiple-field_type/lang/sq/addon.php
new file mode 100644
index 000000000..6b832fccd
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/lang/sq/addon.php
@@ -0,0 +1,7 @@
+ 'Shumëfish',
+ 'name' => 'Lloji i fushës së shumëfishtë',
+ 'description' => 'Një lloj i fushës së marrëdhënieve të shumëfishta.',
+];
diff --git a/resources/default/addons/visiosoft/multiple-field_type/lang/sq/config.php b/resources/default/addons/visiosoft/multiple-field_type/lang/sq/config.php
new file mode 100644
index 000000000..cd2e7f878
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/lang/sq/config.php
@@ -0,0 +1,29 @@
+ [
+ 'label' => 'Rryma e ngjashme',
+ 'instructions' => 'Specifikoni shënimet përkatëse të transmetimit për t\'u shfaqur në dropdown.',
+ ],
+ 'mode' => [
+ 'label' => 'Modaliteti i hyrjes',
+ 'option' => [
+ 'tags' => 'Etiketat',
+ 'lookup' => 'Kërkim',
+ 'checkboxes' => 'Kutitë e zgjedhjes',
+ ],
+ ],
+ 'min' => [
+ 'label' => 'Përzgjedhjet minimale',
+ 'instructions' => 'Specifikoni numrin minimal të zgjedhjeve të lejuara.',
+ ],
+ 'max' => [
+ 'label' => 'Përzgjedhjet maksimale',
+ 'instructions' => 'Specifikoni numrin maksimal të zgjedhjeve të lejuara.',
+ ],
+ 'title_name' => [
+ 'label' => 'Fusha e Titullit',
+ 'placeholder' => 'Emri',
+ 'instructions' => 'Specifikoni goditje e fortë e fushës për të ekranit për mundësitë dropdown / e kërkimit. Mund të specifikoni tituj të analizueshëm si {entry.first_name} {entry.last_name} Kolona e titullit të rrymës përkatëse do të përdoret si parazgjedhje.',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/multiple-field_type/lang/sq/input.php b/resources/default/addons/visiosoft/multiple-field_type/lang/sq/input.php
new file mode 100644
index 000000000..df3de15e1
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/lang/sq/input.php
@@ -0,0 +1,6 @@
+ 'Zgjidhni një opsion ...',
+ 'help' => 'Ndani vlerat me një presje ose duke shtypur "Enter".',
+];
diff --git a/resources/default/addons/visiosoft/multiple-field_type/lang/sq/message.php b/resources/default/addons/visiosoft/multiple-field_type/lang/sq/message.php
new file mode 100644
index 000000000..3718a0645
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/lang/sq/message.php
@@ -0,0 +1,5 @@
+ 'Zgjidhni shënimet që dëshironi të shtoni.',
+];
diff --git a/resources/default/addons/visiosoft/multiple-field_type/lang/sr/addon.php b/resources/default/addons/visiosoft/multiple-field_type/lang/sr/addon.php
new file mode 100644
index 000000000..b58237ed9
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/lang/sr/addon.php
@@ -0,0 +1,7 @@
+ 'Multiple',
+ 'name' => 'Multiple Field Type',
+ 'description' => 'A multiple relationship field type.',
+];
diff --git a/resources/default/addons/visiosoft/multiple-field_type/lang/sr/config.php b/resources/default/addons/visiosoft/multiple-field_type/lang/sr/config.php
new file mode 100644
index 000000000..575a7c5a3
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/lang/sr/config.php
@@ -0,0 +1,29 @@
+ [
+ 'label' => 'Related Stream',
+ 'instructions' => 'Specify the related stream entries to display in the dropdown.',
+ ],
+ 'mode' => [
+ 'label' => 'Mod unosa',
+ 'option' => [
+ 'tags' => 'Tags',
+ 'lookup' => 'Lookup',
+ 'checkboxes' => 'Checkboxes',
+ ],
+ ],
+ 'min' => [
+ 'label' => 'Minimalni odabir',
+ 'instructions' => 'Specify the minimum number of allowed selections.',
+ ],
+ 'max' => [
+ 'label' => 'Maksimalni odabir',
+ 'instructions' => 'Specify the maximum number of allowed selections.',
+ ],
+ 'title_name' => [
+ 'label' => 'Title Field',
+ 'placeholder' => 'first_name',
+ 'instructions' => 'Specify the slug of field to display for dropdown/search options. You can specify parsable titles like {entry.first_name} {entry.last_name} The related stream\'s title column will be used by default.',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/multiple-field_type/lang/sr/input.php b/resources/default/addons/visiosoft/multiple-field_type/lang/sr/input.php
new file mode 100644
index 000000000..8395e6523
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/lang/sr/input.php
@@ -0,0 +1,6 @@
+ 'Odaberite Opciju...',
+ 'help' => 'Separate values with a comma or by pressing "Enter".',
+];
diff --git a/resources/default/addons/visiosoft/multiple-field_type/lang/sr/message.php b/resources/default/addons/visiosoft/multiple-field_type/lang/sr/message.php
new file mode 100644
index 000000000..212311d7a
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/lang/sr/message.php
@@ -0,0 +1,5 @@
+ 'Select the entries you would like to add.',
+];
diff --git a/resources/default/addons/visiosoft/multiple-field_type/lang/sv/addon.php b/resources/default/addons/visiosoft/multiple-field_type/lang/sv/addon.php
new file mode 100644
index 000000000..c4afed5f1
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/lang/sv/addon.php
@@ -0,0 +1,7 @@
+ 'Flera olika',
+ 'name' => 'Flera fälttyper',
+ 'description' => 'En fälttyp med flera förhållanden.',
+];
diff --git a/resources/default/addons/visiosoft/multiple-field_type/lang/sv/config.php b/resources/default/addons/visiosoft/multiple-field_type/lang/sv/config.php
new file mode 100644
index 000000000..0787c0033
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/lang/sv/config.php
@@ -0,0 +1,29 @@
+ [
+ 'label' => 'Relaterad ström',
+ 'instructions' => 'Ange relaterade strömposter som ska visas i rullgardinsmenyn.',
+ ],
+ 'mode' => [
+ 'label' => 'Ingångsläge',
+ 'option' => [
+ 'tags' => 'Taggar',
+ 'lookup' => 'Slå upp',
+ 'checkboxes' => 'Kryssrutor',
+ ],
+ ],
+ 'min' => [
+ 'label' => 'Minsta val',
+ 'instructions' => 'Ange det minsta antalet tillåtna val.',
+ ],
+ 'max' => [
+ 'label' => 'Maximala val',
+ 'instructions' => 'Ange det maximala antalet tillåtna val.',
+ ],
+ 'title_name' => [
+ 'label' => 'Titelfält',
+ 'placeholder' => 'förnamn',
+ 'instructions' => 'Ange slug i fältet som ska visas för rullgardins- / sökalternativ. Du kan ange tolkbara titlar som {entry.first_name} {entry.last_name} Den relaterade strömens titelkolumn används som standard.',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/multiple-field_type/lang/sv/input.php b/resources/default/addons/visiosoft/multiple-field_type/lang/sv/input.php
new file mode 100644
index 000000000..cef35c241
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/lang/sv/input.php
@@ -0,0 +1,6 @@
+ 'Välj ett alternativ...',
+ 'help' => 'Separera värdena med ett komma eller genom att trycka på "Enter".',
+];
diff --git a/resources/default/addons/visiosoft/multiple-field_type/lang/sv/message.php b/resources/default/addons/visiosoft/multiple-field_type/lang/sv/message.php
new file mode 100644
index 000000000..7bc977687
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/lang/sv/message.php
@@ -0,0 +1,5 @@
+ 'Välj de poster du vill lägga till.',
+];
diff --git a/resources/default/addons/visiosoft/multiple-field_type/lang/tr/addon.php b/resources/default/addons/visiosoft/multiple-field_type/lang/tr/addon.php
new file mode 100644
index 000000000..da60b0edb
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/lang/tr/addon.php
@@ -0,0 +1,7 @@
+ 'Çoklu',
+ 'name' => 'Çoklu Alan Tipi',
+ 'description' => 'Bir çoklu ilişki alan tipi',
+];
diff --git a/resources/default/addons/visiosoft/multiple-field_type/lang/tr/config.php b/resources/default/addons/visiosoft/multiple-field_type/lang/tr/config.php
new file mode 100644
index 000000000..ad555c66d
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/lang/tr/config.php
@@ -0,0 +1,29 @@
+ [
+ 'label' => 'İlişkili Stream',
+ 'instructions' => 'Açılırlistede gösterilecek ilişkili stream girişlerini belirtin.',
+ ],
+ 'mode' => [
+ 'label' => 'Giriş Modu',
+ 'option' => [
+ 'tags' => 'Etiketler',
+ 'lookup' => 'Bakış',
+ 'checkboxes' => 'Onay Kutuları',
+ ],
+ ],
+ 'min' => [
+ 'label' => 'Minimum seçim sayısı',
+ 'instructions' => 'İzin verilen minimum seçim sayısını belirtin.',
+ ],
+ 'max' => [
+ 'label' => 'Maksimum seçim sayısı',
+ 'instructions' => 'İzin verilen maksimum seçim sayısını belirtin.',
+ ],
+ 'title_name' => [
+ 'label' => 'Başlık Alanı',
+ 'placeholder' => 'İsim',
+ 'instructions' => 'Açılır menü / arama seçeneklerini görüntülemek için alanın slug değerini belirtin. {entry.first_name} {entry.last_name} gibi sütun isimleri belirtebilirsiniz.',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/multiple-field_type/lang/tr/input.php b/resources/default/addons/visiosoft/multiple-field_type/lang/tr/input.php
new file mode 100644
index 000000000..4b9639bdb
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/lang/tr/input.php
@@ -0,0 +1,6 @@
+ 'Bir seçim yapın...',
+ 'help' => 'Girişleri, arasına virgül koyarak veya "Enter" tuşuna basarak ayırabilirsiniz.',
+];
diff --git a/resources/default/addons/visiosoft/multiple-field_type/lang/tr/message.php b/resources/default/addons/visiosoft/multiple-field_type/lang/tr/message.php
new file mode 100644
index 000000000..4893f6a93
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/lang/tr/message.php
@@ -0,0 +1,5 @@
+ 'Eklemek istediğiniz girişleri seçin.',
+];
diff --git a/resources/default/addons/visiosoft/multiple-field_type/lang/uk/addon.php b/resources/default/addons/visiosoft/multiple-field_type/lang/uk/addon.php
new file mode 100644
index 000000000..dca53fabe
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/lang/uk/addon.php
@@ -0,0 +1,7 @@
+ 'Множинні',
+ 'name' => 'Кілька типів полів',
+ 'description' => 'Тип поля множинних відносин.',
+];
diff --git a/resources/default/addons/visiosoft/multiple-field_type/lang/uk/config.php b/resources/default/addons/visiosoft/multiple-field_type/lang/uk/config.php
new file mode 100644
index 000000000..fb2b0e59f
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/lang/uk/config.php
@@ -0,0 +1,29 @@
+ [
+ 'label' => 'Пов’язаний потік',
+ 'instructions' => 'Вкажіть відповідні записи потоку, які відображатимуться у спадному меню.',
+ ],
+ 'mode' => [
+ 'label' => 'Режим введення',
+ 'option' => [
+ 'tags' => 'Теги',
+ 'lookup' => 'Пошук',
+ 'checkboxes' => 'Прапорці',
+ ],
+ ],
+ 'min' => [
+ 'label' => 'Мінімальний вибір',
+ 'instructions' => 'Вкажіть мінімальну кількість дозволених виділень.',
+ ],
+ 'max' => [
+ 'label' => 'Максимальний вибір',
+ 'instructions' => 'Вкажіть максимальну кількість дозволених виділень.',
+ ],
+ 'title_name' => [
+ 'label' => 'Поле заголовка',
+ 'placeholder' => 'ім\'я',
+ 'instructions' => 'Вкажіть поле slug яке відображатиметься для розкривного меню / параметрів пошуку. Ви можете вказати синтаксичні заголовки, такі як {entry.first_name} {entry.last_name} Стовпець заголовка відповідного потоку буде використовуватися за замовчуванням.',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/multiple-field_type/lang/uk/input.php b/resources/default/addons/visiosoft/multiple-field_type/lang/uk/input.php
new file mode 100644
index 000000000..dbd5b6403
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/lang/uk/input.php
@@ -0,0 +1,6 @@
+ 'Виберіть варіант ...',
+ 'help' => 'Відокремте значення комою або натиснувши "Enter".',
+];
diff --git a/resources/default/addons/visiosoft/multiple-field_type/lang/uk/message.php b/resources/default/addons/visiosoft/multiple-field_type/lang/uk/message.php
new file mode 100644
index 000000000..b676773ee
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/lang/uk/message.php
@@ -0,0 +1,5 @@
+ 'Виберіть записи, які ви хочете додати.',
+];
diff --git a/resources/default/addons/visiosoft/multiple-field_type/lang/ur/addon.php b/resources/default/addons/visiosoft/multiple-field_type/lang/ur/addon.php
new file mode 100644
index 000000000..6ea3bab0d
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/lang/ur/addon.php
@@ -0,0 +1,7 @@
+ 'متعدد',
+ 'name' => 'ایک سے زیادہ فیلڈ کی قسم',
+ 'description' => 'ایک سے زیادہ تعلقات کی فیلڈ کی قسم۔',
+];
diff --git a/resources/default/addons/visiosoft/multiple-field_type/lang/ur/config.php b/resources/default/addons/visiosoft/multiple-field_type/lang/ur/config.php
new file mode 100644
index 000000000..4bd4065e2
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/lang/ur/config.php
@@ -0,0 +1,29 @@
+ [
+ 'label' => 'متعلقہ سلسلہ',
+ 'instructions' => 'ڈراپ ڈاؤن میں نمائش کے ل stream متعلقہ اسٹریم اندراجات کی وضاحت کریں۔',
+ ],
+ 'mode' => [
+ 'label' => 'ان پٹ وضع',
+ 'option' => [
+ 'tags' => 'ٹیگز',
+ 'lookup' => 'اوپر دیکھو',
+ 'checkboxes' => 'چیک باکسز',
+ ],
+ ],
+ 'min' => [
+ 'label' => 'کم سے کم انتخاب',
+ 'instructions' => 'اجازت شدہ انتخاب کی کم سے کم تعداد بتائیں۔',
+ ],
+ 'max' => [
+ 'label' => 'زیادہ سے زیادہ انتخاب',
+ 'instructions' => 'اجازت شدہ انتخاب کی زیادہ سے زیادہ تعداد بتائیں۔',
+ ],
+ 'title_name' => [
+ 'label' => 'ٹائٹل فیلڈ',
+ 'placeholder' => 'پہلا نام',
+ 'instructions' => 'ڈراپ ڈاؤن / تلاش کے اختیارات کے ل display ڈسپلے کرنے کیلئے فیلڈ کا سلگ بتائیں۔ آپ پارس ایبل عنوانز کی وضاحت کرسکتے ہیں جیسے {entry.first_name} {entry.last_name} متعلقہ اسٹریم کا عنوان کالم بطور ڈیفالٹ استعمال ہوگا۔',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/multiple-field_type/lang/ur/input.php b/resources/default/addons/visiosoft/multiple-field_type/lang/ur/input.php
new file mode 100644
index 000000000..cc6dc2013
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/lang/ur/input.php
@@ -0,0 +1,6 @@
+ 'ایک آپشن منتخب کریں ...',
+ 'help' => 'کوما سے یا "داخل کریں" کو دبانے سے اقدار الگ کریں۔',
+];
diff --git a/resources/default/addons/visiosoft/multiple-field_type/lang/ur/message.php b/resources/default/addons/visiosoft/multiple-field_type/lang/ur/message.php
new file mode 100644
index 000000000..e9f886745
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/lang/ur/message.php
@@ -0,0 +1,5 @@
+ 'آپ جو اندراجات شامل کرنا چاہیں ان کا انتخاب کریں۔',
+];
diff --git a/resources/default/addons/visiosoft/multiple-field_type/lang/vi/addon.php b/resources/default/addons/visiosoft/multiple-field_type/lang/vi/addon.php
new file mode 100644
index 000000000..f8a8998f8
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/lang/vi/addon.php
@@ -0,0 +1,7 @@
+ 'Nhiều',
+ 'name' => 'Nhiều loại trường',
+ 'description' => 'Một loại trường nhiều mối quan hệ.',
+];
diff --git a/resources/default/addons/visiosoft/multiple-field_type/lang/vi/config.php b/resources/default/addons/visiosoft/multiple-field_type/lang/vi/config.php
new file mode 100644
index 000000000..199feca13
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/lang/vi/config.php
@@ -0,0 +1,29 @@
+ [
+ 'label' => 'Luồng liên quan',
+ 'instructions' => 'Chỉ định các mục nhập luồng liên quan để hiển thị trong menu thả xuống.',
+ ],
+ 'mode' => [
+ 'label' => 'Chế độ đầu vào',
+ 'option' => [
+ 'tags' => 'Thẻ',
+ 'lookup' => 'Tra cứu',
+ 'checkboxes' => 'Hộp kiểm',
+ ],
+ ],
+ 'min' => [
+ 'label' => 'Lựa chọn tối thiểu',
+ 'instructions' => 'Chỉ định số lượng tối thiểu các lựa chọn được phép.',
+ ],
+ 'max' => [
+ 'label' => 'Lựa chọn tối đa',
+ 'instructions' => 'Chỉ định số lượng tối đa các lựa chọn được phép.',
+ ],
+ 'title_name' => [
+ 'label' => 'Trường tiêu đề',
+ 'placeholder' => 'tên đầu tiên',
+ 'instructions' => 'Chỉ định slug của trường để hiển thị cho các tùy chọn thả xuống / tìm kiếm. Bạn có thể chỉ định tiêu đề có thể phân tích cú pháp như {entry.first_name} {entry.last_name} Cột tiêu đề của luồng liên quan sẽ được sử dụng theo mặc định.',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/multiple-field_type/lang/vi/input.php b/resources/default/addons/visiosoft/multiple-field_type/lang/vi/input.php
new file mode 100644
index 000000000..3e80a66ed
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/lang/vi/input.php
@@ -0,0 +1,6 @@
+ 'Chọn một sự lựa chọn...',
+ 'help' => 'Phân tách các giá trị bằng dấu phẩy hoặc bằng cách nhấn "Enter".',
+];
diff --git a/resources/default/addons/visiosoft/multiple-field_type/lang/vi/message.php b/resources/default/addons/visiosoft/multiple-field_type/lang/vi/message.php
new file mode 100644
index 000000000..40a07154f
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/lang/vi/message.php
@@ -0,0 +1,5 @@
+ 'Chọn các mục bạn muốn thêm.',
+];
diff --git a/resources/default/addons/visiosoft/multiple-field_type/lang/zh-cn/addon.php b/resources/default/addons/visiosoft/multiple-field_type/lang/zh-cn/addon.php
new file mode 100644
index 000000000..1dbf45af0
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/lang/zh-cn/addon.php
@@ -0,0 +1,7 @@
+ '多个',
+ 'name' => '多个字段类型',
+ 'description' => '一个多个关系字段类型。',
+];
diff --git a/resources/default/addons/visiosoft/multiple-field_type/lang/zh-cn/config.php b/resources/default/addons/visiosoft/multiple-field_type/lang/zh-cn/config.php
new file mode 100644
index 000000000..f3dcb44d4
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/lang/zh-cn/config.php
@@ -0,0 +1,23 @@
+ [
+ 'label' => '关系表',
+ 'instructions' => '指定在下拉框中数据所属的关系表。',
+ ],
+ 'mode' => [
+ 'label' => '输入类型',
+ 'option' => [
+ 'tags' => '标签',
+ 'lookup' => '查找',
+ ],
+ ],
+ 'min' => [
+ 'label' => '最少选项数',
+ 'instructions' => '指定允许最小的选项数量。',
+ ],
+ 'max' => [
+ 'label' => '最多选项数',
+ 'instructions' => '指定允许最多的选项数量。',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/multiple-field_type/lang/zh-cn/input.php b/resources/default/addons/visiosoft/multiple-field_type/lang/zh-cn/input.php
new file mode 100644
index 000000000..fdfa5db68
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/lang/zh-cn/input.php
@@ -0,0 +1,6 @@
+ '请选择一个选项',
+ 'help' => '请使用逗号或者回车键来分开不同选项。',
+];
diff --git a/resources/default/addons/visiosoft/multiple-field_type/lang/zh-cn/message.php b/resources/default/addons/visiosoft/multiple-field_type/lang/zh-cn/message.php
new file mode 100644
index 000000000..431e79ab7
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/lang/zh-cn/message.php
@@ -0,0 +1,5 @@
+ '选择你想添加的具体实例。',
+];
diff --git a/resources/default/addons/visiosoft/multiple-field_type/lang/zh-tw/addon.php b/resources/default/addons/visiosoft/multiple-field_type/lang/zh-tw/addon.php
new file mode 100644
index 000000000..689eefe6d
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/lang/zh-tw/addon.php
@@ -0,0 +1,7 @@
+ '多重',
+ 'name' => '多重欄位型別',
+ 'description' => '一個具有多重關係的欄位型別。',
+];
diff --git a/resources/default/addons/visiosoft/multiple-field_type/lang/zh-tw/config.php b/resources/default/addons/visiosoft/multiple-field_type/lang/zh-tw/config.php
new file mode 100644
index 000000000..eecff34cc
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/lang/zh-tw/config.php
@@ -0,0 +1,23 @@
+ [
+ 'label' => '關連的資料流',
+ 'instructions' => '指定在下拉選單中資料所屬的資料流。',
+ ],
+ 'mode' => [
+ 'label' => '輸入模式',
+ 'option' => [
+ 'tags' => '標籤',
+ 'lookup' => '查找',
+ ],
+ ],
+ 'min' => [
+ 'label' => '最小選項數量',
+ 'instructions' => '指定允許的最小選項數量。',
+ ],
+ 'max' => [
+ 'label' => '最大選項數量',
+ 'instructions' => '指定允許的最大選項數量。',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/multiple-field_type/lang/zh-tw/input.php b/resources/default/addons/visiosoft/multiple-field_type/lang/zh-tw/input.php
new file mode 100644
index 000000000..242ab513a
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/lang/zh-tw/input.php
@@ -0,0 +1,6 @@
+ '請選擇一個項目...',
+ 'help' => '請使用英文逗號或換行來區別不同的項目。',
+];
diff --git a/resources/default/addons/visiosoft/multiple-field_type/lang/zh-tw/message.php b/resources/default/addons/visiosoft/multiple-field_type/lang/zh-tw/message.php
new file mode 100644
index 000000000..747dd5ca1
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/lang/zh-tw/message.php
@@ -0,0 +1,5 @@
+ '選擇您想新增的項目。',
+];
diff --git a/resources/default/addons/visiosoft/multiple-field_type/lang/zh/addon.php b/resources/default/addons/visiosoft/multiple-field_type/lang/zh/addon.php
new file mode 100644
index 000000000..7a8970cf5
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/lang/zh/addon.php
@@ -0,0 +1,7 @@
+ '多',
+ 'name' => '多字段类型',
+ 'description' => '多重关系字段类型。',
+];
diff --git a/resources/default/addons/visiosoft/multiple-field_type/lang/zh/config.php b/resources/default/addons/visiosoft/multiple-field_type/lang/zh/config.php
new file mode 100644
index 000000000..09b5278b8
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/lang/zh/config.php
@@ -0,0 +1,29 @@
+ [
+ 'label' => '相关流',
+ 'instructions' => '指定要显示在下拉列表中的相关流条目。',
+ ],
+ 'mode' => [
+ 'label' => '输入模式',
+ 'option' => [
+ 'tags' => '标签',
+ 'lookup' => '抬头',
+ 'checkboxes' => '选框',
+ ],
+ ],
+ 'min' => [
+ 'label' => '最少选择',
+ 'instructions' => '指定允许的选择的最小数量。',
+ ],
+ 'max' => [
+ 'label' => '最大选择',
+ 'instructions' => '指定允许的最大选择数。',
+ ],
+ 'title_name' => [
+ 'label' => '标题栏',
+ 'placeholder' => '名',
+ 'instructions' => '指定要显示的下拉列表/搜索选项的字段 条子 您可以指定解析的游戏,比如 {entry.first_name} {entry.last_name} 的相关数据流的标题栏将会被默认使用。',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/multiple-field_type/lang/zh/input.php b/resources/default/addons/visiosoft/multiple-field_type/lang/zh/input.php
new file mode 100644
index 000000000..bff0e0c0e
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/lang/zh/input.php
@@ -0,0 +1,6 @@
+ '选择一个选项...',
+ 'help' => '用逗号或按“ Enter”分隔值。',
+];
diff --git a/resources/default/addons/visiosoft/multiple-field_type/lang/zh/message.php b/resources/default/addons/visiosoft/multiple-field_type/lang/zh/message.php
new file mode 100644
index 000000000..3bb192ace
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/lang/zh/message.php
@@ -0,0 +1,5 @@
+ '选择您要添加的条目。',
+];
diff --git a/resources/default/addons/visiosoft/multiple-field_type/views/checkboxes.twig b/resources/default/addons/visiosoft/multiple-field_type/views/checkboxes.twig
new file mode 100644
index 000000000..c8e116c79
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/views/checkboxes.twig
@@ -0,0 +1,41 @@
+
diff --git a/resources/default/addons/visiosoft/multiple-field_type/views/filter.twig b/resources/default/addons/visiosoft/multiple-field_type/views/filter.twig
new file mode 100644
index 000000000..3f3e58749
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/views/filter.twig
@@ -0,0 +1,11 @@
+
+
+ {{ trans(field_type.placeholder) }}
+
+ {% for value, option in field_type.options %}
+ {{ trans(option) }}
+ {% endfor %}
+
+
diff --git a/resources/default/addons/visiosoft/multiple-field_type/views/lookup.twig b/resources/default/addons/visiosoft/multiple-field_type/views/lookup.twig
new file mode 100644
index 000000000..1aa990961
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/views/lookup.twig
@@ -0,0 +1,24 @@
+{{ asset_add('styles.css', 'visiosoft.field_type.multiple::css/lookup.scss') }}
+{{ asset_add('scripts.js', 'visiosoft.field_type.multiple::js/lookup.js') }}
+
+
+
+
+
+ {{ img('visiosoft.field_type.multiple::images/plus.svg').data|raw }}
+ {{ trans('streams::button.select') }}
+
+
+
+
+
+ {{ field_type.table|raw }}
+
+
+
diff --git a/resources/default/addons/visiosoft/multiple-field_type/views/table/ajax.twig b/resources/default/addons/visiosoft/multiple-field_type/views/table/ajax.twig
new file mode 100644
index 000000000..ebdbf87f0
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/views/table/ajax.twig
@@ -0,0 +1,53 @@
+{{ asset_add("scripts.js", "streams::js/table/table.js") }}
+
+{% if not actions.isEmpty() %}
+ {{ asset_add("scripts.js", "streams::js/table/actions.js") }}
+{% endif %}
+
+{% if table.options.sortable %}
+ {{ asset_add("scripts.js", "streams::js/table/sortable.js") }}
+{% endif %}
+
+{{ view("visiosoft.field_type.multiple::table/ajax/heading", {'table': table}) }}
+
+{{ view("visiosoft.field_type.multiple::table/ajax/views", {'table': table}) }}
+{{ view("visiosoft.field_type.multiple::table/ajax/filters", {'table': table}) }}
+
+{% if table.rows.isEmpty() %}
+ {% block no_results %}
+
+
+ {{ trans(table.options.get('no_results_message', 'streams::message.no_results')) }}
+
+
+ {% endblock %}
+{% endif %}
+
+{% if not table.rows.isEmpty() %}
+
+ {{ form_open({'url': url_full(), 'class': 'ajax'}) }}
+
+
+
+
+ {{ view("visiosoft.field_type.multiple::table/ajax/header", {'table': table}) }}
+
+ {% block body %}
+ {{ view("visiosoft.field_type.multiple::table/partials/body", {'table': table}) }}
+ {% endblock %}
+
+ {{ view("streams::table/partials/footer", {'table': table}) }}
+
+
+
+
+ {{ form_close() }}
+
+{% endif %}
diff --git a/resources/default/addons/visiosoft/multiple-field_type/views/table/ajax/filters.twig b/resources/default/addons/visiosoft/multiple-field_type/views/table/ajax/filters.twig
new file mode 100644
index 000000000..742d77703
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/views/table/ajax/filters.twig
@@ -0,0 +1,27 @@
+{% if not table.filters.isEmpty() %}
+
+
+ {{ form_open({'method': 'get', 'id': 'filters', 'url': url_full(), 'class': 'ajax form-inline'}) }}
+
+
+
+ {% for filter in table.filters %}
+
+ {{ filter.input|raw }}
+
+ {% endfor %}
+
+
+ {{ form_close() }}
+
+
+{% endif %}
diff --git a/resources/default/addons/visiosoft/multiple-field_type/views/table/ajax/header.twig b/resources/default/addons/visiosoft/multiple-field_type/views/table/ajax/header.twig
new file mode 100644
index 000000000..5e0af80c6
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/views/table/ajax/header.twig
@@ -0,0 +1,36 @@
+
+
+
+ {% if table.options.sortable %}
+
+ {% endif %}
+
+ {% if not table.actions.isEmpty() %}
+
+
+
+ {% endif %}
+
+ {% for header in table.headers %}
+
+ {% if header.sortable %}
+
+ {{ html_link(url_current() ~ '?' ~ header.getQueryString(), trans(header.heading), {'class': 'ajax'}) }}
+
+ {% if header.direction == 'asc' %}
+ {{ icon('sort-ascending', 'text-muted') }}
+ {% elseif header.direction == 'desc' %}
+ {{ icon('sort-descending', 'text-muted') }}
+ {% else %}
+ {{ icon('sortable', 'text-muted') }}
+ {% endif %}
+
+ {% else %}
+ {{ trans(header.heading)|raw }}
+ {% endif %}
+
+ {% endfor %}
+
+
+
+
diff --git a/resources/default/addons/visiosoft/multiple-field_type/views/table/ajax/heading.twig b/resources/default/addons/visiosoft/multiple-field_type/views/table/ajax/heading.twig
new file mode 100644
index 000000000..2cefe0a14
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/views/table/ajax/heading.twig
@@ -0,0 +1,19 @@
+{% if (table.options.title or table.options.description) and table.options.title %}
+
+{% endif %}
diff --git a/resources/default/addons/visiosoft/multiple-field_type/views/table/ajax/views.twig b/resources/default/addons/visiosoft/multiple-field_type/views/table/ajax/views.twig
new file mode 100644
index 000000000..43250ffc0
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/views/table/ajax/views.twig
@@ -0,0 +1,14 @@
+{% if not table.views.isEmpty() %}
+
+
+
+{% endif %}
diff --git a/resources/default/addons/visiosoft/multiple-field_type/views/table/partials/body.twig b/resources/default/addons/visiosoft/multiple-field_type/views/table/partials/body.twig
new file mode 100644
index 000000000..176f1dbd0
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/views/table/partials/body.twig
@@ -0,0 +1,31 @@
+
+{% for row in table.rows %}
+
+
+ {% if table.options.sortable %}
+
+ {{ icon('fa fa-arrows handle') }}
+
+
+ {% endif %}
+
+ {% if not table.actions.isEmpty() %}
+
+
+
+ {% endif %}
+
+ {% for column in row.columns %}
+
+ {{ column.value|raw }}
+
+ {% endfor %}
+
+
+ {{ buttons(row.buttons)|raw }}
+
+
+
+{% endfor %}
+
diff --git a/resources/default/addons/visiosoft/multiple-field_type/views/table/table.twig b/resources/default/addons/visiosoft/multiple-field_type/views/table/table.twig
new file mode 100644
index 000000000..e11a8d90a
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/views/table/table.twig
@@ -0,0 +1,34 @@
+{{ asset_add("scripts.js", "streams::js/table/jquery-sortable.js") }}
+
+{% if not table.rows.isEmpty() %}
+ {% block panel %}
+
+
+
+
+
+ {{ view("visiosoft.field_type.multiple::table/ajax/header", {'table': table}) }}
+
+ {% block body %}
+ {{ view("visiosoft.field_type.multiple::table/partials/body", {'table': table}) }}
+ {% endblock %}
+
+
+
+
+
+ {% endblock %}
+{% else %}
+
+ {% block no_results %}
+
+
+ {{ trans(table.options.get('no_results_message', 'streams::message.no_results')) }}
+
+
+ {% endblock %}
+
+{% endif %}
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/multiple-field_type/views/tags.twig b/resources/default/addons/visiosoft/multiple-field_type/views/tags.twig
new file mode 100644
index 000000000..07df2c621
--- /dev/null
+++ b/resources/default/addons/visiosoft/multiple-field_type/views/tags.twig
@@ -0,0 +1,22 @@
+{{ asset_add("styles.css", "visiosoft.field_type.multiple::css/choices.css", ["as:jshjohnson/Choices.css"]) }}
+{{ asset_add("scripts.js", "visiosoft.field_type.multiple::js/choices.min.js", ["as:jshjohnson/Choices.js"]) }}
+{{ asset_add("styles.css", "visiosoft.field_type.multiple::css/tags.css") }}
+{{ asset_add("scripts.js", "visiosoft.field_type.multiple::js/tags.js") }}
+
+
+
+ {% for key, title in field_type.options %}
+ {{ title }}
+ {% endfor %}
+
+
+
+
+ {{ trans('visiosoft.field_type.multiple::input.help') }}
+
diff --git a/resources/default/addons/visiosoft/notifications-module/config/permissions.php b/resources/default/addons/visiosoft/notifications-module/config/permissions.php
new file mode 100644
index 000000000..c5d0eb28a
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/config/permissions.php
@@ -0,0 +1,9 @@
+ [
+ 'read',
+ 'write',
+ 'delete',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/config/settings/sections.php b/resources/default/addons/visiosoft/notifications-module/config/settings/sections.php
new file mode 100644
index 000000000..dbd6505de
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/config/settings/sections.php
@@ -0,0 +1,63 @@
+ [
+ 'fields' => [
+ 'admin_notifications',
+ ],
+ ],
+ 'monitoring' => [
+ 'stacked' => true,
+ 'tabs' => [
+ 'general_sms_settings' => [
+ 'icon' => 'fa fa-angle-double-right',
+ 'title' => 'visiosoft.module.notifications::tab.general_sms_settings.title',
+ 'fields' => [
+ 'sms_extension',
+ ],
+ ],
+ 'new_ad_sms' => [
+ 'icon' => 'fa fa-angle-double-right',
+ 'title' => 'visiosoft.module.notifications::tab.new_ad_sms.title',
+ 'fields' => [
+ 'new_ad_user_sms',
+ ],
+ ],
+ 'payment_sms' => [
+ 'icon' => 'fa fa-angle-double-right',
+ 'title' => 'visiosoft.module.notifications::tab.payment_sms.title',
+ 'fields' => [
+ 'payment_user_sms',
+ ],
+ ],
+ 'status_ad_sms' => [
+ 'icon' => 'fa fa-angle-double-right',
+ 'title' => 'visiosoft.module.notifications::tab.status_ad_sms.title',
+ 'fields' => [
+ 'status_ad_user_sms',
+ ],
+ ],
+ 'unpublish_ad_sms' => [
+ 'icon' => 'fa fa-angle-double-right',
+ 'title' => 'visiosoft.module.notifications::tab.unpublish_ad_sms.title',
+ 'fields' => [
+ 'unpublish_ad_user_sms',
+ ],
+ ],
+ 'update_ad_sms' => [
+ 'icon' => 'fa fa-angle-double-right',
+ 'title' => 'visiosoft.module.notifications::tab.update_ad_sms.title',
+ 'fields' => [
+ 'update_ad_user_sms',
+ ],
+ ],
+ 'email_templates' => [
+ 'icon' => 'fa fa-angle-double-right',
+ 'title' => 'visiosoft.module.notifications::tab.email_template',
+ 'fields' => [
+ 'mail_header', 'mail_footer',
+ ]
+ ],
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/config/settings/settings.php b/resources/default/addons/visiosoft/notifications-module/config/settings/settings.php
new file mode 100644
index 000000000..526172767
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/config/settings/settings.php
@@ -0,0 +1,60 @@
+ [
+ 'type' => 'anomaly.field_type.boolean',
+ 'config' => [
+ 'default_value' => false,
+ ],
+ ],
+ 'admin_notifications' => [
+ 'type' => 'anomaly.field_type.boolean',
+ 'config' => [
+ 'default_value' => false,
+ ],
+ ],
+ 'new_ad_user_sms' => [
+ 'type' => 'anomaly.field_type.boolean',
+ 'config' => [
+ 'default_value' => false,
+ ],
+ ],
+ 'payment_user_sms' => [
+ 'type' => 'anomaly.field_type.boolean',
+ 'config' => [
+ 'default_value' => false,
+ ],
+ ],
+ 'status_ad_user_sms' => [
+ 'type' => 'anomaly.field_type.boolean',
+ 'config' => [
+ 'default_value' => false,
+ ],
+ ],
+ 'unpublish_ad_user_sms' => [
+ 'type' => 'anomaly.field_type.boolean',
+ 'config' => [
+ 'default_value' => false,
+ ],
+ ],
+ 'update_ad_user_sms' => [
+ 'type' => 'anomaly.field_type.boolean',
+ 'config' => [
+ 'default_value' => false,
+ ],
+ ],
+ 'sms_extension' => [
+ 'type' => 'anomaly.field_type.select',
+ 'config' => [
+ 'default_value' => 'netgsm',
+ "options" => ['netgsm' => 'NETGSM', 'kanyon' => 'Kanyon SMS'],
+ "separator" => ":",
+ ],
+ ],
+ 'mail_header' => [
+ 'type' => 'anomaly.field_type.wysiwyg',
+ ],
+ 'mail_footer' => [
+ 'type' => 'anomaly.field_type.wysiwyg'
+ ],
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/af/addon.php b/resources/default/addons/visiosoft/notifications-module/lang/af/addon.php
new file mode 100644
index 000000000..84ca9a881
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/af/addon.php
@@ -0,0 +1,7 @@
+ 'Kennisgewings',
+ 'name' => 'Kennisgewingsmodule',
+ 'description' => 'Kennisgewingbeheerstelselbestuur'
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/af/button.php b/resources/default/addons/visiosoft/notifications-module/lang/af/button.php
new file mode 100644
index 000000000..5051a36a7
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/af/button.php
@@ -0,0 +1,7 @@
+ 'Nuwe kennisgewing',
+ 'new_smsnotify' => 'Nuwe Smsnotify',
+ 'new_template' => 'Nuwe sjabloon',
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/af/field.php b/resources/default/addons/visiosoft/notifications-module/lang/af/field.php
new file mode 100644
index 000000000..b05604616
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/af/field.php
@@ -0,0 +1,22 @@
+ [
+ 'name' => 'Naam',
+ ],
+ 'message' => [
+ 'name' => 'Boodskap',
+ ],
+ 'slug' => [
+ 'name' => 'Slak',
+ ],
+ 'subject' => [
+ 'name' => 'Onderwerp',
+ ],
+ 'greeting' => [
+ 'name' => 'Groetnis',
+ ],
+ 'enabled' => [
+ 'name' => 'Enabled',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/af/notification.php b/resources/default/addons/visiosoft/notifications-module/lang/af/notification.php
new file mode 100644
index 000000000..1b46ce2c5
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/af/notification.php
@@ -0,0 +1,76 @@
+ 'Hallo ',
+ 'thanks_message' => 'Dankie!',
+ 'detail_button' => 'Besigtig detail',
+ 'create_site_subject' => 'Die skepping van OpenClassify-werwe is begin',
+ 'create_site_line1' => 'Ons het u versoek ontvang om die: sitename-webwerf te skep.',
+ 'create_site_line2' => 'Wanneer die installasie voltooi is, sal u \'n e-pos met die webwerf-inligting ontvang.',
+ // 'create_site_line3' => 'For more information about System Usage, see \'How it works!\' page.',
+ // create doc first
+ 'create_site_line3' => 'Dit sal ongeveer 5 minute neem. Terwyl ons u webwerf voorberei, kyk na ons fantastiese funksies.',
+ 'create_site_button' => 'Kenmerke!',
+
+ 'created_site_subject' => 'OpenClassify-webwerf is vir u geskep [: sitename] ',
+ 'created_site_line1' => 'Neem asseblief kennis dat die administrateur se inligting hieronder gegee word.',
+ 'created_site_username' => 'Gebruikersnaam: gebruikersnaam',
+ 'created_site_email' => 'E-posadres:: e-pos',
+ 'created_site_password' => 'Wagwoord:: wagwoord',
+ 'created_site_button' => 'Beheerpaneel',
+
+ //last 3 days
+ 'last_3_days_subscription_subject' => 'Laaste 3 dae van u proefpakket!',
+ 'last_3_days_subscription_line1' => 'U: sitename-proefwebwerf verval binnekort.',
+
+ //last 1 day
+ 'last_1_day_subscription_subject' => 'Laaste dag van u proefpakket!',
+ 'last_1_day_subscription_line1' => 'U: sitename-proefwebwerf verval binnekort.',
+
+ //one week later
+ 'one_week_later_subscription_subject' => 'U proefpakket is onaktief.',
+ 'one_week_later_subscription_line1' => ': proefwebwerf vir sitename is 1 week gelede beëindig. Besoek ons webwerf vir in aanmerking komende aanbiedinge.',
+
+ //one month later
+ 'one_month_later_subscription_subject' => 'U proefpakket sal gedurende die dag uitgevee word.',
+ 'one_month_later_subscription_line1' => 'U: proefwebwerf vir sitename het 1 maand gelede verval. Dit sal gedurende die dag verwyder word omdat u nie binne die gegewe tydstip opgetree het nie',
+
+ // Notifications
+ 'new_ad_user_sms_msg' => 'U advertensie is onder beheer.',
+ 'payment_user_sms_msg' => 'Dankie vir jou betaling.',
+ 'approved_ad_user_sms_msg' => 'Advertensie-status goedgekeur.',
+ 'passive_ad_user_sms_msg' => 'Advertensie Status Passief.',
+ 'declined_ad_user_sms_msg' => 'Advertensiestatus geweier.',
+ 'pending_ad_user_sms_msg' => 'Advertensiestatus hangende.',
+ 'unpublish_ad_user_sms_msg' => 'Jou advertensie is verwyder.',
+ 'update_ad_user_sms_msg' => 'U advertensie suksesvol opgedateer.',
+ 'new_ad_user_message_subject' => 'Suksesvolle advertering!',
+ 'new_ad_user_message_line1' => 'U inligting is aan ons gestuur. Vereiste kontroles sal so gou as moontlik vrygestel en vrygestel word',
+ 'update_ad_user_message_subject' => 'Advertensie-opdatering suksesvol!',
+ 'update_ad_user_message_line1' => 'Ons het \'n opdateringsversoek ontvang vir u gegewe advertensie. Vereis kontroles en u nuutste opdatering sal vrygestel word.',
+ 'passive_ad_user_message_subject' => 'U advertensie is gestaak!',
+ 'passive_ad_user_message_line1' => 'U advertensie is verwyder.',
+ 'active_ad_user_message_subject' => 'U advertensie is goedgekeur!',
+ 'active_ad_user_message_line1' => 'U advertensie is gepubliseer.',
+ 'pending_ad_user_message_subject' => 'U advertensie is onder goedkeuring!',
+ 'pending_ad_user_message_line1' => 'U advertensie is aan die operateur voorgelê vir goedkeuring.',
+ 'declined_ad_user_message_subject' => 'Jou advertensie is nie gepubliseer nie!',
+ 'declined_ad_user_message_line1' => 'U kennisgewing is nie goedgekeur nie omdat dit nie aan die reëls van indiening voldoen nie.',
+ 'unpublish_ad_user_message_subject' => 'Jou advertensie is verwyder!',
+ 'unpublish_ad_user_message_line1' => 'Aankondiging het verval.',
+ 'payment_cart_user_message_subject' => 'U bestelling is suksesvol!',
+ 'payment_cart_user_message_line1' => 'Ons het u bestelling gekry. Klik op die skakel vir gedetailleerde inligting oor die bestelling.',
+ 'again_purchase_user_message_subject' => 'Bestelling is weer geskep',
+ 'again_purchase_user_message_line' => 'U bestelling is om die volgende redes of redes weer geskep:',
+ 'again_sale_user_message_subject' => 'Bestelling is weer geskep',
+ 'again_sale_user_message_line' => 'Die verkoopstransaksie is om die volgende redes of redes hervestig:',
+
+ 'payment_order_user_message_subject' => 'Betalingskennisgewing',
+ 'payment_order_user_message_line' => 'U betaling is na u geregistreerde rekening oorgedra.',
+
+ 'refund_order_user_message_subject' => 'Terugbetalingskennisgewing',
+ 'refund_order_user_message_line' => 'U gekanselleerde bestelling is in u geregistreerde rekening betaal.',
+
+ 'report_order_user_message_subject' => 'Aankoop gekanselleer',
+ 'report_order_user_message_line' => 'U bestelling is gekanselleer weens die volgende redes of redes. U betaling word so spoedig moontlik terugbesorg.',
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/af/permission.php b/resources/default/addons/visiosoft/notifications-module/lang/af/permission.php
new file mode 100644
index 000000000..06474e717
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/af/permission.php
@@ -0,0 +1,28 @@
+ [
+ 'name' => 'Stel in kennis',
+ 'option' => [
+ 'read' => 'Kan lees kennis gee?',
+ 'write' => 'Kan kennisgewing skep / wysig?',
+ 'delete' => 'Kan kennisgewing uitvee?',
+ ],
+ ],
+ 'smsnotify' => [
+ 'name' => 'Smsnotify',
+ 'option' => [
+ 'read' => 'Kan lees smsnotify?',
+ 'write' => 'Kan smsnotify skep / wysig?',
+ 'delete' => 'Kan smsnotify verwyder?',
+ ],
+ ],
+ 'template' => [
+ 'name' => 'Sjabloon',
+ 'option' => [
+ 'read' => 'Kan sjabloon lees?',
+ 'write' => 'Kan sjabloon skep / wysig?',
+ 'delete' => 'Kan sjabloon verwyder word?',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/af/section.php b/resources/default/addons/visiosoft/notifications-module/lang/af/section.php
new file mode 100644
index 000000000..09fcbb18d
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/af/section.php
@@ -0,0 +1,13 @@
+ [
+ 'title' => 'Stel in kennis',
+ ],
+ 'smsnotify' => [
+ 'title' => 'Smsnotify',
+ ],
+ 'template' => [
+ 'title' => 'Sjabloon',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/af/setting.php b/resources/default/addons/visiosoft/notifications-module/lang/af/setting.php
new file mode 100644
index 000000000..e9128d6f4
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/af/setting.php
@@ -0,0 +1,134 @@
+ [
+ 'name' => 'Gebruikerskennisgewings',
+ ],
+ 'admin_notifications' => [
+ 'name' => 'Admin Kennisgewings',
+ ],
+ 'new_ad_user_message_subject' => [
+ 'name' => 'Onderwerp vir nuwe advertensiegebruikersboodskap',
+ ],
+ 'new_ad_user_message_line1' => [
+ 'name' => 'Boodskaplyn vir nuwe advertensiegebruiker1',
+ ],
+ 'update_ad_user_message_subject' => [
+ 'name' => 'Werk die boodskap van die advertensiegebruiker op',
+ ],
+ 'update_ad_user_message_line1' => [
+ 'name' => 'Werk die boodskaplyn vir advertensiegebruikers op 1',
+ ],
+ 'passive_ad_user_message_subject' => [
+ 'name' => 'Onderwerp vir passiewe advertensie-gebruikersboodskap',
+ ],
+ 'passive_ad_user_message_line1' => [
+ 'name' => 'Passiewe advertensie gebruikerboodskaplyn 1',
+ ],
+ 'active_ad_user_message_subject' => [
+ 'name' => 'Onderwerp vir aktiewe advertensiegebruikersboodskap',
+ ],
+ 'active_ad_user_message_line1' => [
+ 'name' => 'Aktiewe advertensie gebruikerboodskaplyn1',
+ ],
+ 'pending_ad_user_message_subject' => [
+ 'name' => 'Hangende boodskap-onderwerp vir advertensiegebruiker',
+ ],
+ 'pending_ad_user_message_line1' => [
+ 'name' => 'Hangende boodskaplyn vir advertensiegebruiker1',
+ ],
+ 'declined_ad_user_message_subject' => [
+ 'name' => 'Onderwerp van die boodskap van die advertensiegebruiker afgekeur',
+ ],
+ 'declined_ad_user_message_line1' => [
+ 'name' => 'Boodskaplyn vir advertensiegebruiker geweier1',
+ ],
+ 'unpublish_ad_user_message_subject' => [
+ 'name' => 'Demonstreer onderwerp vir advertensiegebruikersboodskap',
+ ],
+ 'unpublish_ad_user_message_line1' => [
+ 'name' => 'Demonstreer die boodskaplyn van advertensiegebruiker 1',
+ ],
+ 'payment_cart_user_message_subject' => [
+ 'name' => 'Betaalkar Gebruikersboodskap Onderwerp',
+ ],
+ 'payment_cart_user_message_line1' => [
+ 'name' => 'Betaalkar Gebruikersboodskaplyn1',
+ ],
+ 'new_ad_user_sms' => [
+ 'name' => 'Nuwe SMS-advertensiegebruiker',
+ ],
+ 'new_ad_user_sms_msg' => [
+ 'name' => 'Nuwe SMS-boodskap vir advertensiegebruikers',
+ ],
+ 'payment_user_sms' => [
+ 'name' => 'SMS-betalinggebruikers',
+ ],
+ 'payment_user_sms_msg' => [
+ 'name' => 'SMS-boodskap vir betalingsgebruikers',
+ ],
+ 'status_ad_user_sms' => [
+ 'name' => 'Status-advertensiegebruiker-sms',
+ ],
+ 'approved_ad_user_sms_msg' => [
+ 'name' => 'SMS-boodskap vir goedgekeurde advertensiegebruikers',
+ ],
+ 'passive_ad_user_sms_msg' => [
+ 'name' => 'Sms-boodskap vir passiewe advertensiegebruikers',
+ ],
+ 'declined_ad_user_sms_msg' => [
+ 'name' => 'Sms-boodskap van advertensiegebruiker afgekeur',
+ ],
+ 'pending_ad_user_sms_msg' => [
+ 'name' => 'Hangende sms-boodskap van advertensiegebruiker',
+ ],
+ 'unpublish_ad_user_sms' => [
+ 'name' => 'Demonstreer advertensiegebruiker-sms',
+ ],
+ 'unpublish_ad_user_sms_msg' => [
+ 'name' => 'Demonstreer sms-boodskap van advertensiegebruiker',
+ ],
+ 'update_ad_user_sms' => [
+ 'name' => 'Sms van advertensiegebruiker opdateer',
+ ],
+ 'update_ad_user_sms_msg' => [
+ 'name' => 'SMS-boodskap vir advertensiegebruikers opdateer',
+ ],
+
+
+
+ 'again_purchase_user_message_subject' => [
+ 'name' => 'Koop weer gebruikersboodskap onderwerp',
+ ],
+ 'again_purchase_user_message_line' => [
+ 'name' => 'Koop weer \'n boodskaplyn vir gebruikers',
+ ],
+ 'again_sale_user_message_subject' => [
+ 'name' => 'Weer Verkoop Gebruikersboodskap Onderwerp',
+ ],
+ 'again_sale_user_message_line' => [
+ 'name' => 'Weereens gebruikersboodskaplyn',
+ ],
+ 'payment_order_user_message_subject' => [
+ 'name' => 'Betaalorder Gebruikersboodskap Onderwerp',
+ ],
+ 'payment_order_user_message_line' => [
+ 'name' => 'Gebruikersboodskaplyn vir betalingsbestelling',
+ ],
+ 'refund_order_user_message_subject' => [
+ 'name' => 'Onderwerp vir gebruikersboodskap vir terugbetalingsbestelling',
+ ],
+ 'refund_order_user_message_line' => [
+ 'name' => 'Terugbetalingsbestelling gebruikerboodskaplyn',
+ ],
+ 'report_order_user_message_subject' => [
+ 'name' => 'Rapporteer onderwerp oor die gebruikersboodskap van die bestelling',
+ ],
+ 'report_order_user_message_line' => [
+ 'name' => 'Rapporteer die boodskaplyn van die bestelgebruiker',
+ ],
+ "sms_extension" => [
+ "name" =>"SMS-uitbreiding",
+
+ ],
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/af/stream.php b/resources/default/addons/visiosoft/notifications-module/lang/af/stream.php
new file mode 100644
index 000000000..74fca7f39
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/af/stream.php
@@ -0,0 +1,13 @@
+ [
+ 'name' => 'Stel in kennis',
+ ],
+ 'smsnotify' => [
+ 'name' => 'Smsnotify',
+ ],
+ 'template' => [
+ 'name' => 'Sjabloon',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/af/tab.php b/resources/default/addons/visiosoft/notifications-module/lang/af/tab.php
new file mode 100644
index 000000000..78444d722
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/af/tab.php
@@ -0,0 +1,39 @@
+ [
+ 'title' => 'Nuwe advertensie sms',
+ ],
+ 'payment_sms' => [
+ 'title' => 'Betaling sms',
+ ],
+ 'status_ad_sms' => [
+ 'title' => 'Statusadvertensie Sms',
+ ],
+ 'unpublish_ad_sms' => [
+ 'title' => 'Depubliseer advertensie-sms',
+ ],
+ 'update_ad_sms' => [
+ 'title' => 'Adverteer advertensie-sms',
+ ],
+ 'new_ad_mail' => [
+ 'title' => 'Nuwe advertensiepos',
+ ],
+ 'update_ad_mail' => [
+ 'title' => 'Dateer advertensiepos op',
+ ],
+ 'status_ad_mail' => [
+ 'title' => 'Status Advertensiepos',
+ ],
+ 'unpublish_ad_mail' => [
+ 'title' => 'Depubliseer advertensiepos',
+ ],
+
+ 'payment_cart_mail' => [
+ 'title' => 'Betalingspos',
+ ],
+ 'general_sms_settings' => [
+ 'title' => 'SMS-instellings',
+ ],
+
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/ar/addon.php b/resources/default/addons/visiosoft/notifications-module/lang/ar/addon.php
new file mode 100644
index 000000000..1cd06deb2
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/ar/addon.php
@@ -0,0 +1,7 @@
+ 'إشعارات',
+ 'name' => 'وحدة الإخطارات',
+ 'description' => 'إدارة نظام مراقبة الإخطارات'
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/ar/button.php b/resources/default/addons/visiosoft/notifications-module/lang/ar/button.php
new file mode 100644
index 000000000..1bf0008f5
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/ar/button.php
@@ -0,0 +1,7 @@
+ 'إعلام جديد',
+ 'new_smsnotify' => 'Smsnotify جديد',
+ 'new_template' => 'قالب جديد',
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/ar/field.php b/resources/default/addons/visiosoft/notifications-module/lang/ar/field.php
new file mode 100644
index 000000000..50e7e3882
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/ar/field.php
@@ -0,0 +1,22 @@
+ [
+ 'name' => 'اسم',
+ ],
+ 'message' => [
+ 'name' => 'رسالة',
+ ],
+ 'slug' => [
+ 'name' => 'سبيكة',
+ ],
+ 'subject' => [
+ 'name' => 'موضوع',
+ ],
+ 'greeting' => [
+ 'name' => 'تحية',
+ ],
+ 'enabled' => [
+ 'name' => 'Enabled',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/ar/notification.php b/resources/default/addons/visiosoft/notifications-module/lang/ar/notification.php
new file mode 100644
index 000000000..92de16953
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/ar/notification.php
@@ -0,0 +1,76 @@
+ 'مرحبا ',
+ 'thanks_message' => 'شكرا!',
+ 'detail_button' => 'عرض التفاصيل',
+ 'create_site_subject' => 'بدأ إنشاء موقع OpenClassify',
+ 'create_site_line1' => 'لقد تلقينا طلبك لإنشاء موقع: sitename.',
+ 'create_site_line2' => 'عند اكتمال التثبيت ، ستتلقى رسالة بريد إلكتروني تحتوي على معلومات الموقع.',
+ // 'create_site_line3' => 'For more information about System Usage, see \'How it works!\' page.',
+ // create doc first
+ 'create_site_line3' => 'سيستغرق الأمر حوالي 5 دقائق. بينما نقوم بإعداد موقع الويب الخاص بك ، تحقق من ميزاتنا الرائعة.',
+ 'create_site_button' => 'المميزات!',
+
+ 'created_site_subject' => 'تم إنشاء موقع OpenClassify من أجلك [: sitename] ',
+ 'created_site_line1' => 'يرجى ملاحظة أن معلومات المسؤول معطاة أدناه.',
+ 'created_site_username' => 'اسم المستخدم:: اسم المستخدم',
+ 'created_site_email' => 'عنوان البريد الإلكتروني: البريد الإلكتروني',
+ 'created_site_password' => 'كلمة المرور:: كلمة المرور',
+ 'created_site_button' => 'لوحة الادارة',
+
+ //last 3 days
+ 'last_3_days_subscription_subject' => 'آخر 3 أيام من الحزمة التجريبية الخاصة بك!',
+ 'last_3_days_subscription_line1' => 'موقعك التجريبي على اسم الموقع على وشك الانتهاء.',
+
+ //last 1 day
+ 'last_1_day_subscription_subject' => 'اليوم الأخير من حزمة النسخة التجريبية الخاصة بك!',
+ 'last_1_day_subscription_line1' => 'موقعك التجريبي على اسم الموقع على وشك الانتهاء.',
+
+ //one week later
+ 'one_week_later_subscription_subject' => 'الحزمة التجريبية الخاصة بك غير نشطة.',
+ 'one_week_later_subscription_line1' => ': تم إنهاء موقع sitename التجريبي منذ أسبوع واحد. يرجى زيارة موقعنا للحصول على العروض المؤهلة.',
+
+ //one month later
+ 'one_month_later_subscription_subject' => 'سيتم حذف الحزمة التجريبية الخاصة بك خلال اليوم.',
+ 'one_month_later_subscription_line1' => 'انتهت صلاحية موقع الإصدار التجريبي الخاص بـ: اسم الموقع قبل شهر واحد ، وستتم إزالته خلال اليوم بسبب عدم اتخاذ إجراء خلال الوقت المحدد',
+
+ // Notifications
+ 'new_ad_user_sms_msg' => 'إعلانك تحت السيطرة.',
+ 'payment_user_sms_msg' => 'شكرا لتسديدك.',
+ 'approved_ad_user_sms_msg' => 'تمت الموافقة على حالة الإعلان.',
+ 'passive_ad_user_sms_msg' => 'حالة الإعلان سلبية.',
+ 'declined_ad_user_sms_msg' => 'تم رفض حالة الإعلان.',
+ 'pending_ad_user_sms_msg' => 'حالة الإعلان معلقة.',
+ 'unpublish_ad_user_sms_msg' => 'تمت إزالة إعلانك.',
+ 'update_ad_user_sms_msg' => 'تم تحديث إعلانك بنجاح.',
+ 'new_ad_user_message_subject' => 'إعلان ناجح!',
+ 'new_ad_user_message_line1' => 'تم إرسال معلوماتك إلينا ، وسيتم إصدار الضوابط المطلوبة وإصدارها في أقرب وقت ممكن',
+ 'update_ad_user_message_subject' => 'تم تحديث الإعلان بنجاح!',
+ 'update_ad_user_message_line1' => 'لقد تلقينا طلب تحديث لإعلانك المقدم. قم بتوفير عناصر التحكم المطلوبة وسيتم إصدار آخر تحديث لك.',
+ 'passive_ad_user_message_subject' => 'تم إيقاف إعلانك!',
+ 'passive_ad_user_message_line1' => 'تمت إزالة إعلانك.',
+ 'active_ad_user_message_subject' => 'تمت الموافقة على إعلانك!',
+ 'active_ad_user_message_line1' => 'تم نشر إعلانك.',
+ 'pending_ad_user_message_subject' => 'إعلانك قيد الموافقة!',
+ 'pending_ad_user_message_line1' => 'تم تقديم إعلانك إلى المشغل للموافقة عليه.',
+ 'declined_ad_user_message_subject' => 'لم يتم نشر إعلانك!',
+ 'declined_ad_user_message_line1' => 'لم تتم الموافقة على إشعارك لأنه لا يتوافق مع قواعد التقديم.',
+ 'unpublish_ad_user_message_subject' => 'تمت إزالة إعلانك!',
+ 'unpublish_ad_user_message_line1' => 'الإعلان قد انتهى.',
+ 'payment_cart_user_message_subject' => 'طلبك ناجح!',
+ 'payment_cart_user_message_line1' => 'لقد حصلنا على طلبك ، للحصول على معلومات مفصلة حول الطلب ، انقر على الرابط.',
+ 'again_purchase_user_message_subject' => 'تمت إعادة إنشاء الطلب',
+ 'again_purchase_user_message_line' => 'تمت إعادة إنشاء طلبك للأسباب أو الأسباب التالية:',
+ 'again_sale_user_message_subject' => 'تمت إعادة إنشاء الطلب',
+ 'again_sale_user_message_line' => 'أعيد إنشاء معاملة المبيعات للأسباب أو الأسباب التالية:',
+
+ 'payment_order_user_message_subject' => 'إشعار الدفع',
+ 'payment_order_user_message_line' => 'تم تحويل دفعتك إلى حسابك المسجل.',
+
+ 'refund_order_user_message_subject' => 'إعلام باسترداد الأموال',
+ 'refund_order_user_message_line' => 'تم دفع طلبك الملغي إلى حسابك المسجل.',
+
+ 'report_order_user_message_subject' => 'تم إلغاء الشراء',
+ 'report_order_user_message_line' => 'تم إلغاء طلبك للأسباب أو الأسباب التالية. سيتم إرجاع دفعتك في أقرب وقت ممكن.',
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/ar/permission.php b/resources/default/addons/visiosoft/notifications-module/lang/ar/permission.php
new file mode 100644
index 000000000..071b76918
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/ar/permission.php
@@ -0,0 +1,28 @@
+ [
+ 'name' => 'يخطر',
+ 'option' => [
+ 'read' => 'يمكن قراءة المنشطات؟',
+ 'write' => 'يمكن إنشاء / تحرير المنشطات؟',
+ 'delete' => 'يمكن حذف المنشطات؟',
+ ],
+ ],
+ 'smsnotify' => [
+ 'name' => 'إشعارات',
+ 'option' => [
+ 'read' => 'هل يمكن قراءة الإشعار؟',
+ 'write' => 'يمكن إنشاء / تحرير smsnotify؟',
+ 'delete' => 'هل يمكن حذف smsnotify؟',
+ ],
+ ],
+ 'template' => [
+ 'name' => 'قالب',
+ 'option' => [
+ 'read' => 'يمكن قراءة النموذج؟',
+ 'write' => 'يمكن إنشاء / تحرير الدردشات؟',
+ 'delete' => 'يمكن حذف الدردشات؟',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/ar/section.php b/resources/default/addons/visiosoft/notifications-module/lang/ar/section.php
new file mode 100644
index 000000000..6c6baad3a
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/ar/section.php
@@ -0,0 +1,13 @@
+ [
+ 'title' => 'يخطر',
+ ],
+ 'smsnotify' => [
+ 'title' => 'Smsnotify',
+ ],
+ 'template' => [
+ 'title' => 'قالب',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/ar/setting.php b/resources/default/addons/visiosoft/notifications-module/lang/ar/setting.php
new file mode 100644
index 000000000..53377bdd6
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/ar/setting.php
@@ -0,0 +1,134 @@
+ [
+ 'name' => 'إخطارات المستخدم',
+ ],
+ 'admin_notifications' => [
+ 'name' => 'إخطارات المسؤول',
+ ],
+ 'new_ad_user_message_subject' => [
+ 'name' => 'موضوع رسالة مستخدم إعلان جديد',
+ ],
+ 'new_ad_user_message_line1' => [
+ 'name' => 'خط رسالة مستخدم إعلان جديد(1)',
+ ],
+ 'update_ad_user_message_subject' => [
+ 'name' => 'تحديث موضوع رسالة مستخدم الإعلان',
+ ],
+ 'update_ad_user_message_line1' => [
+ 'name' => 'تحديث سطر رسالة مستخدم الإعلان 1',
+ ],
+ 'passive_ad_user_message_subject' => [
+ 'name' => 'موضوع رسالة مستخدم الإعلان السلبي',
+ ],
+ 'passive_ad_user_message_line1' => [
+ 'name' => 'سطر رسالة مستخدم إعلان سلبي 1',
+ ],
+ 'active_ad_user_message_subject' => [
+ 'name' => 'موضوع رسالة مستخدم إعلان نشط',
+ ],
+ 'active_ad_user_message_line1' => [
+ 'name' => 'سطر رسالة مستخدم إعلان نشط 1',
+ ],
+ 'pending_ad_user_message_subject' => [
+ 'name' => 'موضوع رسالة المستخدم الإعلانية المعلقة',
+ ],
+ 'pending_ad_user_message_line1' => [
+ 'name' => 'تعليق سطر رسالة مستخدم إعلان 1',
+ ],
+ 'declined_ad_user_message_subject' => [
+ 'name' => 'موضوع رسالة المستخدم الإعلانية المرفوضة',
+ ],
+ 'declined_ad_user_message_line1' => [
+ 'name' => 'سطر رسالة مستخدم إعلان مرفوض 1',
+ ],
+ 'unpublish_ad_user_message_subject' => [
+ 'name' => 'موضوع رسالة المستخدم لإلغاء نشر الإعلان',
+ ],
+ 'unpublish_ad_user_message_line1' => [
+ 'name' => 'إلغاء نشر سطر رسالة مستخدم الإعلان 1',
+ ],
+ 'payment_cart_user_message_subject' => [
+ 'name' => 'موضوع رسالة مستخدم عربة الدفع',
+ ],
+ 'payment_cart_user_message_line1' => [
+ 'name' => 'سطر رسالة مستخدم سلة الدفع 1',
+ ],
+ 'new_ad_user_sms' => [
+ 'name' => 'مستخدم إعلان جديد الرسائل القصيرة',
+ ],
+ 'new_ad_user_sms_msg' => [
+ 'name' => 'رسالة Sms لمستخدم إعلان جديد',
+ ],
+ 'payment_user_sms' => [
+ 'name' => 'مستخدم الدفع الرسائل القصيرة',
+ ],
+ 'payment_user_sms_msg' => [
+ 'name' => 'رسالة Sms مستخدم الدفع',
+ ],
+ 'status_ad_user_sms' => [
+ 'name' => 'إعلان حالة المستخدم الرسائل القصيرة',
+ ],
+ 'approved_ad_user_sms_msg' => [
+ 'name' => 'إعلان موافق عليه رسالة مستخدم Sms',
+ ],
+ 'passive_ad_user_sms_msg' => [
+ 'name' => 'رسالة Sms للمستخدم الإعلان السلبي',
+ ],
+ 'declined_ad_user_sms_msg' => [
+ 'name' => 'رسالة Sms لمستخدم إعلان مرفوض',
+ ],
+ 'pending_ad_user_sms_msg' => [
+ 'name' => 'رسالة مستخدم إعلان معلقة',
+ ],
+ 'unpublish_ad_user_sms' => [
+ 'name' => 'إلغاء نشر Ad User Sms',
+ ],
+ 'unpublish_ad_user_sms_msg' => [
+ 'name' => 'إلغاء نشر رسالة Sms الخاصة بالمستخدم',
+ ],
+ 'update_ad_user_sms' => [
+ 'name' => 'تحديث Ad User Sms',
+ ],
+ 'update_ad_user_sms_msg' => [
+ 'name' => 'تحديث رسالة المستخدم الإعلاني Sms',
+ ],
+
+
+
+ 'again_purchase_user_message_subject' => [
+ 'name' => 'شراء موضوع رسالة المستخدم مرة أخرى',
+ ],
+ 'again_purchase_user_message_line' => [
+ 'name' => 'مرة أخرى شراء خط رسالة المستخدم',
+ ],
+ 'again_sale_user_message_subject' => [
+ 'name' => 'مرة أخرى بيع موضوع رسالة المستخدم',
+ ],
+ 'again_sale_user_message_line' => [
+ 'name' => 'مرة أخرى بيع سطر رسالة المستخدم',
+ ],
+ 'payment_order_user_message_subject' => [
+ 'name' => 'موضوع رسالة مستخدم أمر الدفع',
+ ],
+ 'payment_order_user_message_line' => [
+ 'name' => 'سطر رسالة مستخدم أمر الدفع',
+ ],
+ 'refund_order_user_message_subject' => [
+ 'name' => 'موضوع رسالة المستخدم لطلب رد الأموال',
+ ],
+ 'refund_order_user_message_line' => [
+ 'name' => 'سطر رسالة مستخدم طلب استرداد الأموال',
+ ],
+ 'report_order_user_message_subject' => [
+ 'name' => 'تقرير موضوع رسالة المستخدم',
+ ],
+ 'report_order_user_message_line' => [
+ 'name' => 'تقرير سطر رسالة مستخدم الطلب',
+ ],
+ "sms_extension" => [
+ "name" =>"تمديد SMS",
+
+ ],
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/ar/stream.php b/resources/default/addons/visiosoft/notifications-module/lang/ar/stream.php
new file mode 100644
index 000000000..6a892402b
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/ar/stream.php
@@ -0,0 +1,13 @@
+ [
+ 'name' => 'يخطر',
+ ],
+ 'smsnotify' => [
+ 'name' => 'إشعارات',
+ ],
+ 'template' => [
+ 'name' => 'قالب',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/ar/tab.php b/resources/default/addons/visiosoft/notifications-module/lang/ar/tab.php
new file mode 100644
index 000000000..55cb30eca
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/ar/tab.php
@@ -0,0 +1,39 @@
+ [
+ 'title' => 'إعلان جديد Sms',
+ ],
+ 'payment_sms' => [
+ 'title' => 'دفع الرسائل القصيرة',
+ ],
+ 'status_ad_sms' => [
+ 'title' => 'إعلان الحالة الرسائل القصيرة',
+ ],
+ 'unpublish_ad_sms' => [
+ 'title' => 'إلغاء نشر Ad Sms',
+ ],
+ 'update_ad_sms' => [
+ 'title' => 'تحديث Ad Sms',
+ ],
+ 'new_ad_mail' => [
+ 'title' => 'بريد إعلان جديد',
+ ],
+ 'update_ad_mail' => [
+ 'title' => 'تحديث Ad Mail',
+ ],
+ 'status_ad_mail' => [
+ 'title' => 'بريد إعلان الحالة',
+ ],
+ 'unpublish_ad_mail' => [
+ 'title' => 'إلغاء نشر Ad Mail',
+ ],
+
+ 'payment_cart_mail' => [
+ 'title' => 'بريد الدفع',
+ ],
+ 'general_sms_settings' => [
+ 'title' => 'إعدادات الرسائل القصيرة',
+ ],
+
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/ca/addon.php b/resources/default/addons/visiosoft/notifications-module/lang/ca/addon.php
new file mode 100644
index 000000000..9ce3b0202
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/ca/addon.php
@@ -0,0 +1,7 @@
+ 'Notificacions',
+ 'name' => 'Mòdul de notificacions',
+ 'description' => 'Gestió del sistema de control de notificacions'
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/ca/button.php b/resources/default/addons/visiosoft/notifications-module/lang/ca/button.php
new file mode 100644
index 000000000..282bc97c3
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/ca/button.php
@@ -0,0 +1,7 @@
+ 'Notificació nova',
+ 'new_smsnotify' => 'Smsnotify nou',
+ 'new_template' => 'Nova plantilla',
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/ca/field.php b/resources/default/addons/visiosoft/notifications-module/lang/ca/field.php
new file mode 100644
index 000000000..6fa885548
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/ca/field.php
@@ -0,0 +1,22 @@
+ [
+ 'name' => 'Nom',
+ ],
+ 'message' => [
+ 'name' => 'Missatge',
+ ],
+ 'slug' => [
+ 'name' => 'Llimac',
+ ],
+ 'subject' => [
+ 'name' => 'Assignatura',
+ ],
+ 'greeting' => [
+ 'name' => 'Salutació',
+ ],
+ 'enabled' => [
+ 'name' => 'Enabled',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/ca/notification.php b/resources/default/addons/visiosoft/notifications-module/lang/ca/notification.php
new file mode 100644
index 000000000..1ae3947e9
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/ca/notification.php
@@ -0,0 +1,76 @@
+ 'Hola ',
+ 'thanks_message' => 'Gràcies!',
+ 'detail_button' => 'Veure Detall',
+ 'create_site_subject' => 'S\'ha iniciat la creació del lloc OpenClassify',
+ 'create_site_line1' => 'Hem rebut la vostra sol·licitud per crear el lloc: nom del lloc.',
+ 'create_site_line2' => 'Quan finalitzeu la instal·lació, rebreu un correu electrònic amb la informació del lloc.',
+ // 'create_site_line3' => 'For more information about System Usage, see \'How it works!\' page.',
+ // create doc first
+ 'create_site_line3' => 'Es trigaran uns 5 minuts. Mentre preparem el vostre lloc web, consulteu les nostres fantàstiques funcions.',
+ 'create_site_button' => 'Característiques!',
+
+ 'created_site_subject' => 'El lloc OpenClassify creat per a vosaltres [: nom del lloc] ',
+ 'created_site_line1' => 'Tingueu en compte que la informació de l\'administrador es proporciona a continuació.',
+ 'created_site_username' => 'Nom d’usuari:: nom d’usuari',
+ 'created_site_email' => 'Adreça de correu electrònic:: correu electrònic',
+ 'created_site_password' => 'Contrasenya:: contrasenya',
+ 'created_site_button' => 'Tauler d\'administració',
+
+ //last 3 days
+ 'last_3_days_subscription_subject' => 'Els darrers 3 dies del paquet de prova.',
+ 'last_3_days_subscription_line1' => 'El vostre lloc de prova: nom del lloc està a punt de caducar.',
+
+ //last 1 day
+ 'last_1_day_subscription_subject' => 'L\'últim dia del vostre pack de prova.',
+ 'last_1_day_subscription_line1' => 'El vostre lloc de prova: nom del lloc està a punt de caducar.',
+
+ //one week later
+ 'one_week_later_subscription_subject' => 'El paquet de prova està inactiu.',
+ 'one_week_later_subscription_line1' => ': el lloc de prova del nom del lloc ha finalitzat fa 1 setmana. Visiteu el nostre lloc per obtenir ofertes elegibles.',
+
+ //one month later
+ 'one_month_later_subscription_subject' => 'El paquet de prova se suprimirà durant el dia.',
+ 'one_month_later_subscription_line1' => 'El vostre lloc de prova: nom del lloc va caducar fa 1 mes. S\'eliminarà durant el dia perquè no es prenen mesures en el termini determinat.',
+
+ // Notifications
+ 'new_ad_user_sms_msg' => 'El vostre anunci està controlat.',
+ 'payment_user_sms_msg' => 'Gràcies pel teu pagament.',
+ 'approved_ad_user_sms_msg' => 'Estat de l\'anunci aprovat.',
+ 'passive_ad_user_sms_msg' => 'Estat de l’anunci passiu.',
+ 'declined_ad_user_sms_msg' => 'Estat de l\'anunci rebutjat.',
+ 'pending_ad_user_sms_msg' => 'Estat de l’anunci pendent.',
+ 'unpublish_ad_user_sms_msg' => 'El vostre anunci s\'ha eliminat.',
+ 'update_ad_user_sms_msg' => 'El vostre anunci s\'ha actualitzat correctament.',
+ 'new_ad_user_message_subject' => 'Publicitat reeixida.',
+ 'new_ad_user_message_line1' => 'La vostra informació ens ha estat enviada. Els controls necessaris s’alliberaran i s’alliberaran el més aviat possible',
+ 'update_ad_user_message_subject' => 'L\'actualització de l\'anunci s\'ha realitzat correctament.',
+ 'update_ad_user_message_line1' => 'Hem rebut una sol·licitud d’actualització del vostre anunci donat. Proporcioneu els controls necessaris i es publicarà la vostra darrera actualització.',
+ 'passive_ad_user_message_subject' => 'El vostre anunci s\'ha deixat de funcionar.',
+ 'passive_ad_user_message_line1' => 'El vostre anunci s’ha suprimit.',
+ 'active_ad_user_message_subject' => 'El vostre anunci està aprovat.',
+ 'active_ad_user_message_line1' => 'El vostre anunci s\'ha publicat.',
+ 'pending_ad_user_message_subject' => 'El vostre anunci està aprovat.',
+ 'pending_ad_user_message_line1' => 'El vostre anunci s’ha enviat a l’operador per a la seva aprovació.',
+ 'declined_ad_user_message_subject' => 'El vostre anunci no s\'ha publicat.',
+ 'declined_ad_user_message_line1' => 'La vostra notificació no s’ha aprovat perquè no compleix les normes d’enviament.',
+ 'unpublish_ad_user_message_subject' => 'El vostre anunci s\'ha eliminat.',
+ 'unpublish_ad_user_message_line1' => 'L\'anunci ha caducat.',
+ 'payment_cart_user_message_subject' => 'La vostra comanda ha estat satisfactòria.',
+ 'payment_cart_user_message_line1' => 'Vam rebre la vostra comanda. Per obtenir informació detallada sobre la comanda, feu clic a l’enllaç.',
+ 'again_purchase_user_message_subject' => 'Es va tornar a crear l\'ordre',
+ 'again_purchase_user_message_line' => 'La vostra comanda s\'ha tornat a crear pels motius següents:',
+ 'again_sale_user_message_subject' => 'Es va tornar a crear l\'ordre',
+ 'again_sale_user_message_line' => 'La transacció de vendes es va restablir pels motius o motius següents:',
+
+ 'payment_order_user_message_subject' => 'Notificació de pagament',
+ 'payment_order_user_message_line' => 'El vostre pagament s\'ha transferit al vostre compte registrat.',
+
+ 'refund_order_user_message_subject' => 'Notificació de devolució',
+ 'refund_order_user_message_line' => 'La vostra comanda cancel·lada s\'ha pagat al vostre compte registrat.',
+
+ 'report_order_user_message_subject' => 'Compra cancel·lada',
+ 'report_order_user_message_line' => 'La vostra comanda s\'ha cancel·lat a causa dels motius següents. El vostre pagament es retornarà el més aviat possible.',
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/ca/permission.php b/resources/default/addons/visiosoft/notifications-module/lang/ca/permission.php
new file mode 100644
index 000000000..32162bd1d
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/ca/permission.php
@@ -0,0 +1,28 @@
+ [
+ 'name' => 'Notificar',
+ 'option' => [
+ 'read' => 'Podeu llegir una notificació?',
+ 'write' => 'Podeu crear / editar notificacions?',
+ 'delete' => 'Es pot suprimir una notificació?',
+ ],
+ ],
+ 'smsnotify' => [
+ 'name' => 'Smsnotify',
+ 'option' => [
+ 'read' => 'Es pot llegir smsnotify?',
+ 'write' => 'Es pot crear / editar smsnotify?',
+ 'delete' => 'Es pot suprimir smsnotify?',
+ ],
+ ],
+ 'template' => [
+ 'name' => 'Plantilla',
+ 'option' => [
+ 'read' => 'Podeu llegir la plantilla?',
+ 'write' => 'Es pot crear / editar plantilla?',
+ 'delete' => 'Es pot suprimir la plantilla?',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/ca/section.php b/resources/default/addons/visiosoft/notifications-module/lang/ca/section.php
new file mode 100644
index 000000000..0a8601a9b
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/ca/section.php
@@ -0,0 +1,13 @@
+ [
+ 'title' => 'Notificar',
+ ],
+ 'smsnotify' => [
+ 'title' => 'Smsnotify',
+ ],
+ 'template' => [
+ 'title' => 'Plantilla',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/ca/setting.php b/resources/default/addons/visiosoft/notifications-module/lang/ca/setting.php
new file mode 100644
index 000000000..ccc5bd473
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/ca/setting.php
@@ -0,0 +1,134 @@
+ [
+ 'name' => 'Notificacions d\'usuari',
+ ],
+ 'admin_notifications' => [
+ 'name' => 'Notificacions d\'administrador',
+ ],
+ 'new_ad_user_message_subject' => [
+ 'name' => 'Assumpte del missatge de l\'usuari de l\'anunci nou',
+ ],
+ 'new_ad_user_message_line1' => [
+ 'name' => 'Línia de missatges d\'usuari d\'anunci nou1',
+ ],
+ 'update_ad_user_message_subject' => [
+ 'name' => 'Actualitza l\'assumpte del missatge d\'usuari de l\'anunci',
+ ],
+ 'update_ad_user_message_line1' => [
+ 'name' => 'Actualitza la línia de missatges d\'usuari de l\'anunci 1',
+ ],
+ 'passive_ad_user_message_subject' => [
+ 'name' => 'Assumpte del missatge d\'usuari d\'anuncis passius',
+ ],
+ 'passive_ad_user_message_line1' => [
+ 'name' => 'Línia de missatges d\'usuari d\'anuncis passius1',
+ ],
+ 'active_ad_user_message_subject' => [
+ 'name' => 'Assumpte del missatge d\'usuari de l\'anunci actiu',
+ ],
+ 'active_ad_user_message_line1' => [
+ 'name' => 'Línia de missatges d\'usuari d\'anuncis actius1',
+ ],
+ 'pending_ad_user_message_subject' => [
+ 'name' => 'Assumpte del missatge d\'usuari de l\'anunci pendent',
+ ],
+ 'pending_ad_user_message_line1' => [
+ 'name' => 'Línia de missatge d\'usuari d\'anunci pendent1',
+ ],
+ 'declined_ad_user_message_subject' => [
+ 'name' => 'Assumpte del missatge de l\'usuari de l\'anunci rebutjat',
+ ],
+ 'declined_ad_user_message_line1' => [
+ 'name' => 'Línia de missatges d\'usuari de l\'anunci rebutjat1',
+ ],
+ 'unpublish_ad_user_message_subject' => [
+ 'name' => 'Anul·leu la publicació de l\'assumpte del missatge de l\'usuari de l\'anunci',
+ ],
+ 'unpublish_ad_user_message_line1' => [
+ 'name' => 'Anul·la la publicació de la línia de missatges d\'usuari de l\'anunci',
+ ],
+ 'payment_cart_user_message_subject' => [
+ 'name' => 'Cistella de pagament Assumpte del missatge de l\'usuari',
+ ],
+ 'payment_cart_user_message_line1' => [
+ 'name' => 'Cistell de pagament Missatge d\'usuari Línia1',
+ ],
+ 'new_ad_user_sms' => [
+ 'name' => 'Missatges d\'usuari d\'anuncis nous',
+ ],
+ 'new_ad_user_sms_msg' => [
+ 'name' => 'Nou missatge SMS de l’usuari de l’anunci',
+ ],
+ 'payment_user_sms' => [
+ 'name' => 'Pagament SMS d\'usuari',
+ ],
+ 'payment_user_sms_msg' => [
+ 'name' => 'Missatge SMS de l\'usuari de pagament',
+ ],
+ 'status_ad_user_sms' => [
+ 'name' => 'Missatge d’usuari d’anunci d’estat',
+ ],
+ 'approved_ad_user_sms_msg' => [
+ 'name' => 'Missatge SMS aprovat per l’usuari de l’anunci aprovat',
+ ],
+ 'passive_ad_user_sms_msg' => [
+ 'name' => 'Missatge SMS de l’usuari de l’anunci passiu',
+ ],
+ 'declined_ad_user_sms_msg' => [
+ 'name' => 'Missatge refusat de missatges d’usuari de l’anunci refusat',
+ ],
+ 'pending_ad_user_sms_msg' => [
+ 'name' => 'Missatge Sms d\'usuari d\'anunci pendent',
+ ],
+ 'unpublish_ad_user_sms' => [
+ 'name' => 'Anul·lar la publicació de missatges d\'usuari de l\'anunci',
+ ],
+ 'unpublish_ad_user_sms_msg' => [
+ 'name' => 'Anul·lar la publicació del missatge SMS de l’usuari de l’anunci',
+ ],
+ 'update_ad_user_sms' => [
+ 'name' => 'Actualitza el missatge d\'usuari de l\'anunci',
+ ],
+ 'update_ad_user_sms_msg' => [
+ 'name' => 'Actualitza el missatge SMS de l’usuari de l’anunci',
+ ],
+
+
+
+ 'again_purchase_user_message_subject' => [
+ 'name' => 'Torneu a comprar l\'assumpte del missatge de l\'usuari',
+ ],
+ 'again_purchase_user_message_line' => [
+ 'name' => 'Torneu a comprar la línia de missatges de l\'usuari',
+ ],
+ 'again_sale_user_message_subject' => [
+ 'name' => 'De nou Venda Assumpte del missatge d\'usuari',
+ ],
+ 'again_sale_user_message_line' => [
+ 'name' => 'Una altra vegada Venda de missatges d\'usuari',
+ ],
+ 'payment_order_user_message_subject' => [
+ 'name' => 'Assumpte del missatge de l\'usuari de la comanda de pagament',
+ ],
+ 'payment_order_user_message_line' => [
+ 'name' => 'Línia de missatge d’usuari de l’ordre de pagament',
+ ],
+ 'refund_order_user_message_subject' => [
+ 'name' => 'Assumpte del missatge de l\'usuari de la comanda de reembossament',
+ ],
+ 'refund_order_user_message_line' => [
+ 'name' => 'Línia de missatges de l\'usuari de la comanda de reembossament',
+ ],
+ 'report_order_user_message_subject' => [
+ 'name' => 'Informe Assumpte del missatge de l\'usuari de la comanda',
+ ],
+ 'report_order_user_message_line' => [
+ 'name' => 'Informeu de la línia de missatges de l\'usuari de la comanda',
+ ],
+ "sms_extension" => [
+ "name" =>"Extensió d'SMS",
+
+ ],
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/ca/stream.php b/resources/default/addons/visiosoft/notifications-module/lang/ca/stream.php
new file mode 100644
index 000000000..b61f6c514
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/ca/stream.php
@@ -0,0 +1,13 @@
+ [
+ 'name' => 'Notificar',
+ ],
+ 'smsnotify' => [
+ 'name' => 'Smsnotify',
+ ],
+ 'template' => [
+ 'name' => 'Plantilla',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/ca/tab.php b/resources/default/addons/visiosoft/notifications-module/lang/ca/tab.php
new file mode 100644
index 000000000..eac366c75
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/ca/tab.php
@@ -0,0 +1,39 @@
+ [
+ 'title' => 'Missatges publicitaris nous',
+ ],
+ 'payment_sms' => [
+ 'title' => 'Sms de pagament',
+ ],
+ 'status_ad_sms' => [
+ 'title' => 'Missatges d’anuncis d’estat',
+ ],
+ 'unpublish_ad_sms' => [
+ 'title' => 'Anul·leu la publicació dels missatges publicitaris',
+ ],
+ 'update_ad_sms' => [
+ 'title' => 'Actualitza els missatges publicitaris',
+ ],
+ 'new_ad_mail' => [
+ 'title' => 'Correu publicitari nou',
+ ],
+ 'update_ad_mail' => [
+ 'title' => 'Actualitzeu el correu publicitari',
+ ],
+ 'status_ad_mail' => [
+ 'title' => 'Correu d’anuncis d’estat',
+ ],
+ 'unpublish_ad_mail' => [
+ 'title' => 'Anul·leu la publicació del correu publicitari',
+ ],
+
+ 'payment_cart_mail' => [
+ 'title' => 'Correu de pagament',
+ ],
+ 'general_sms_settings' => [
+ 'title' => 'Configuració de SMS',
+ ],
+
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/cs/addon.php b/resources/default/addons/visiosoft/notifications-module/lang/cs/addon.php
new file mode 100644
index 000000000..694c40103
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/cs/addon.php
@@ -0,0 +1,7 @@
+ 'Oznámení',
+ 'name' => 'Modul oznámení',
+ 'description' => 'Správa systému řízení oznámení'
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/cs/button.php b/resources/default/addons/visiosoft/notifications-module/lang/cs/button.php
new file mode 100644
index 000000000..16f182da5
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/cs/button.php
@@ -0,0 +1,7 @@
+ 'Nové upozornění',
+ 'new_smsnotify' => 'Nový Smsnotify',
+ 'new_template' => 'Nová šablona',
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/cs/field.php b/resources/default/addons/visiosoft/notifications-module/lang/cs/field.php
new file mode 100644
index 000000000..ffe7f619e
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/cs/field.php
@@ -0,0 +1,22 @@
+ [
+ 'name' => 'název',
+ ],
+ 'message' => [
+ 'name' => 'Zpráva',
+ ],
+ 'slug' => [
+ 'name' => 'Slimák',
+ ],
+ 'subject' => [
+ 'name' => 'Předmět',
+ ],
+ 'greeting' => [
+ 'name' => 'Pozdrav',
+ ],
+ 'enabled' => [
+ 'name' => 'Enabled',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/cs/notification.php b/resources/default/addons/visiosoft/notifications-module/lang/cs/notification.php
new file mode 100644
index 000000000..d73c65057
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/cs/notification.php
@@ -0,0 +1,76 @@
+ 'Ahoj ',
+ 'thanks_message' => 'Děkuji!',
+ 'detail_button' => 'Zobrazit detail',
+ 'create_site_subject' => 'Bylo zahájeno vytváření webu OpenClassify',
+ 'create_site_line1' => 'Obdrželi jsme vaši žádost o vytvoření webu: sitename.',
+ 'create_site_line2' => 'Po dokončení instalace obdržíte e-mail obsahující informace o webu.',
+ // 'create_site_line3' => 'For more information about System Usage, see \'How it works!\' page.',
+ // create doc first
+ 'create_site_line3' => 'Bude to trvat asi 5 minut. Zatímco připravujeme vaše webové stránky, zkontrolujte naše fantastické funkce.',
+ 'create_site_button' => 'Funkce!',
+
+ 'created_site_subject' => 'Web OpenClassify vytvořený pro vás [: název_sítku] ',
+ 'created_site_line1' => 'Informace o správci jsou uvedeny níže.',
+ 'created_site_username' => 'Uživatelské jméno:: uživatelské jméno',
+ 'created_site_email' => 'E-mailová adresa:: e-mail',
+ 'created_site_password' => 'Heslo:: heslo',
+ 'created_site_button' => 'administrátorská lišta',
+
+ //last 3 days
+ 'last_3_days_subscription_subject' => 'Poslední 3 dny zkušební verze!',
+ 'last_3_days_subscription_line1' => 'Platnost vašeho zkušebního webu sitename brzy vyprší.',
+
+ //last 1 day
+ 'last_1_day_subscription_subject' => 'Poslední den zkušební verze!',
+ 'last_1_day_subscription_line1' => 'Platnost vašeho zkušebního webu sitename brzy vyprší.',
+
+ //one week later
+ 'one_week_later_subscription_subject' => 'Váš zkušební balíček je neaktivní.',
+ 'one_week_later_subscription_line1' => ': Zkušební web sitename skončil před 1 týdnem. Navštivte naše stránky, kde najdete vhodné nabídky.',
+
+ //one month later
+ 'one_month_later_subscription_subject' => 'Váš zkušební balíček bude během dne smazán.',
+ 'one_month_later_subscription_line1' => 'Platnost vašeho zkušebního webu sitename vypršela před 1 měsícem. Během dne bude odstraněn, protože v daném čase nebudete jednat',
+
+ // Notifications
+ 'new_ad_user_sms_msg' => 'Vaše reklama je pod kontrolou.',
+ 'payment_user_sms_msg' => 'Děkujeme za Vaši platbu.',
+ 'approved_ad_user_sms_msg' => 'Stav reklamy schválen.',
+ 'passive_ad_user_sms_msg' => 'Stav reklamy pasivní.',
+ 'declined_ad_user_sms_msg' => 'Stav reklamy zamítnut.',
+ 'pending_ad_user_sms_msg' => 'Stav reklamy čeká na vyřízení.',
+ 'unpublish_ad_user_sms_msg' => 'Vaše reklama byla odstraněna.',
+ 'update_ad_user_sms_msg' => 'Vaše reklama byla úspěšně aktualizována.',
+ 'new_ad_user_message_subject' => 'Úspěšná reklama!',
+ 'new_ad_user_message_line1' => 'Vaše informace nám byly zaslány. Požadované ovládací prvky budou uvolněny a uvolněny co nejdříve',
+ 'update_ad_user_message_subject' => 'Aktualizace reklamy byla úspěšná!',
+ 'update_ad_user_message_line1' => 'Obdrželi jsme žádost o aktualizaci vaší dané reklamy. Poskytněte požadované kontroly a bude vydána vaše nejnovější aktualizace.',
+ 'passive_ad_user_message_subject' => 'Vaše reklama byla ukončena!',
+ 'passive_ad_user_message_line1' => 'Vaše reklama byla odstraněna.',
+ 'active_ad_user_message_subject' => 'Vaše reklama je schválena!',
+ 'active_ad_user_message_line1' => 'Váš inzerát byl zveřejněn.',
+ 'pending_ad_user_message_subject' => 'Vaše reklama je schválena!',
+ 'pending_ad_user_message_line1' => 'Váš inzerát byl předložen provozovateli ke schválení.',
+ 'declined_ad_user_message_subject' => 'Vaše reklama nebyla zveřejněna!',
+ 'declined_ad_user_message_line1' => 'Vaše oznámení nebylo schváleno, protože není v souladu s pravidly pro odesílání.',
+ 'unpublish_ad_user_message_subject' => 'Vaše reklama byla odstraněna!',
+ 'unpublish_ad_user_message_line1' => 'Oznámení vypršelo.',
+ 'payment_cart_user_message_subject' => 'Vaše objednávka byla úspěšná!',
+ 'payment_cart_user_message_line1' => 'Dostali jsme vaši objednávku. Podrobné informace o objednávce získáte kliknutím na odkaz.',
+ 'again_purchase_user_message_subject' => 'Objednávka byla znovu vytvořena',
+ 'again_purchase_user_message_line' => 'Vaše objednávka byla znovu vytvořena z následujících důvodů:',
+ 'again_sale_user_message_subject' => 'Objednávka byla znovu vytvořena',
+ 'again_sale_user_message_line' => 'Transakce prodeje byla obnovena z následujících důvodů nebo důvodů:',
+
+ 'payment_order_user_message_subject' => 'Oznámení o platbě',
+ 'payment_order_user_message_line' => 'Vaše platba byla převedena na váš registrovaný účet.',
+
+ 'refund_order_user_message_subject' => 'Oznámení o vrácení peněz',
+ 'refund_order_user_message_line' => 'Zrušená objednávka byla zaplacena na váš registrovaný účet.',
+
+ 'report_order_user_message_subject' => 'Nákup zrušen',
+ 'report_order_user_message_line' => 'Vaše objednávka byla zrušena z následujících důvodů. Vaše platba bude vrácena co nejdříve.',
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/cs/permission.php b/resources/default/addons/visiosoft/notifications-module/lang/cs/permission.php
new file mode 100644
index 000000000..bf6f40be1
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/cs/permission.php
@@ -0,0 +1,28 @@
+ [
+ 'name' => 'Oznámit',
+ 'option' => [
+ 'read' => 'Může číst upozornění?',
+ 'write' => 'Může vytvářet / upravovat upozornění?',
+ 'delete' => 'Může smazat oznámení?',
+ ],
+ ],
+ 'smsnotify' => [
+ 'name' => 'Smsnotify',
+ 'option' => [
+ 'read' => 'Umíte číst smsnotify?',
+ 'write' => 'Může vytvořit / upravit smsnotify?',
+ 'delete' => 'Může smsnotify smazat?',
+ ],
+ ],
+ 'template' => [
+ 'name' => 'Šablona',
+ 'option' => [
+ 'read' => 'Umíte číst šablonu?',
+ 'write' => 'Může vytvořit / upravit šablonu?',
+ 'delete' => 'Může šablonu smazat?',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/cs/section.php b/resources/default/addons/visiosoft/notifications-module/lang/cs/section.php
new file mode 100644
index 000000000..bb0d40a28
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/cs/section.php
@@ -0,0 +1,13 @@
+ [
+ 'title' => 'Oznámit',
+ ],
+ 'smsnotify' => [
+ 'title' => 'Smsnotify',
+ ],
+ 'template' => [
+ 'title' => 'Šablona',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/cs/setting.php b/resources/default/addons/visiosoft/notifications-module/lang/cs/setting.php
new file mode 100644
index 000000000..97d21aac4
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/cs/setting.php
@@ -0,0 +1,134 @@
+ [
+ 'name' => 'Oznámení uživatele',
+ ],
+ 'admin_notifications' => [
+ 'name' => 'Oznámení správce',
+ ],
+ 'new_ad_user_message_subject' => [
+ 'name' => 'Nový předmět zprávy uživatele reklamy',
+ ],
+ 'new_ad_user_message_line1' => [
+ 'name' => 'Nový řádek zprávy uživatele reklamy 1',
+ ],
+ 'update_ad_user_message_subject' => [
+ 'name' => 'Aktualizovat předmět zprávy uživatele reklamy',
+ ],
+ 'update_ad_user_message_line1' => [
+ 'name' => 'Aktualizovat řádek zprávy uživatele reklamy 1',
+ ],
+ 'passive_ad_user_message_subject' => [
+ 'name' => 'Pasivní reklama Předmět zprávy uživatele',
+ ],
+ 'passive_ad_user_message_line1' => [
+ 'name' => 'Řádek zpráv pasivní reklamy uživatele 1',
+ ],
+ 'active_ad_user_message_subject' => [
+ 'name' => 'Aktivní předmět zprávy uživatele reklamy',
+ ],
+ 'active_ad_user_message_line1' => [
+ 'name' => 'Řádek zpráv aktivní reklamy uživatele 1',
+ ],
+ 'pending_ad_user_message_subject' => [
+ 'name' => 'Předmět zprávy uživatele čekající na reklamu',
+ ],
+ 'pending_ad_user_message_line1' => [
+ 'name' => 'Řádek nevyřízených reklam uživatele 1',
+ ],
+ 'declined_ad_user_message_subject' => [
+ 'name' => 'Odmítnutý předmět zprávy uživatele reklamy',
+ ],
+ 'declined_ad_user_message_line1' => [
+ 'name' => 'Řádek zprávy uživatele s odmítnutou reklamou 1',
+ ],
+ 'unpublish_ad_user_message_subject' => [
+ 'name' => 'Zrušit publikování předmětu zprávy uživatele reklamy',
+ ],
+ 'unpublish_ad_user_message_line1' => [
+ 'name' => 'Zrušení publikování řádku zprávy uživatele reklamy 1',
+ ],
+ 'payment_cart_user_message_subject' => [
+ 'name' => 'Platební košík Předmět zprávy uživatele',
+ ],
+ 'payment_cart_user_message_line1' => [
+ 'name' => 'Řádek zpráv uživatele o platebním košíku 1',
+ ],
+ 'new_ad_user_sms' => [
+ 'name' => 'Nový uživatel reklam Sms',
+ ],
+ 'new_ad_user_sms_msg' => [
+ 'name' => 'Nová sms zpráva uživatele reklamy',
+ ],
+ 'payment_user_sms' => [
+ 'name' => 'Uživatel platby Sms',
+ ],
+ 'payment_user_sms_msg' => [
+ 'name' => 'Zpráva SMS uživatele platby',
+ ],
+ 'status_ad_user_sms' => [
+ 'name' => 'Status Ad User Sms',
+ ],
+ 'approved_ad_user_sms_msg' => [
+ 'name' => 'SMS zpráva schváleného uživatele reklamy',
+ ],
+ 'passive_ad_user_sms_msg' => [
+ 'name' => 'Pasivní SMS uživatelská SMS zpráva',
+ ],
+ 'declined_ad_user_sms_msg' => [
+ 'name' => 'Odmítnutá sms zpráva uživatele reklamy',
+ ],
+ 'pending_ad_user_sms_msg' => [
+ 'name' => 'Čekající SMS zpráva uživatele',
+ ],
+ 'unpublish_ad_user_sms' => [
+ 'name' => 'Zrušit publikování zpráv uživatele reklamy',
+ ],
+ 'unpublish_ad_user_sms_msg' => [
+ 'name' => 'Zrušit publikování SMS zprávy uživatele reklamy',
+ ],
+ 'update_ad_user_sms' => [
+ 'name' => 'Aktualizujte SMS uživatele reklamy',
+ ],
+ 'update_ad_user_sms_msg' => [
+ 'name' => 'Aktualizujte SMS zprávu uživatele reklamy',
+ ],
+
+
+
+ 'again_purchase_user_message_subject' => [
+ 'name' => 'Znovu zakoupit předmět zprávy uživatele',
+ ],
+ 'again_purchase_user_message_line' => [
+ 'name' => 'Znovu si kupte řádek uživatelských zpráv',
+ ],
+ 'again_sale_user_message_subject' => [
+ 'name' => 'Znovu prodej předmět zprávy uživatele',
+ ],
+ 'again_sale_user_message_line' => [
+ 'name' => 'Znovu prodej řádek uživatelských zpráv',
+ ],
+ 'payment_order_user_message_subject' => [
+ 'name' => 'Předmět zprávy uživatele platebního příkazu',
+ ],
+ 'payment_order_user_message_line' => [
+ 'name' => 'Linka uživatelské zprávy platebního příkazu',
+ ],
+ 'refund_order_user_message_subject' => [
+ 'name' => 'Vrátit objednávku Uživatel Předmět zprávy',
+ ],
+ 'refund_order_user_message_line' => [
+ 'name' => 'Řádek uživatelské zprávy s objednávkou vrácení peněz',
+ ],
+ 'report_order_user_message_subject' => [
+ 'name' => 'Nahlásit objednávku Předmět zprávy uživatele',
+ ],
+ 'report_order_user_message_line' => [
+ 'name' => 'Řádek hlášení objednávky uživatele',
+ ],
+ "sms_extension" => [
+ "name" =>"SMS rozšíření",
+
+ ],
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/cs/stream.php b/resources/default/addons/visiosoft/notifications-module/lang/cs/stream.php
new file mode 100644
index 000000000..ae0563dee
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/cs/stream.php
@@ -0,0 +1,13 @@
+ [
+ 'name' => 'Oznámit',
+ ],
+ 'smsnotify' => [
+ 'name' => 'Smsnotify',
+ ],
+ 'template' => [
+ 'name' => 'Šablona',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/cs/tab.php b/resources/default/addons/visiosoft/notifications-module/lang/cs/tab.php
new file mode 100644
index 000000000..a71eb2188
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/cs/tab.php
@@ -0,0 +1,39 @@
+ [
+ 'title' => 'Nová reklamní SMS',
+ ],
+ 'payment_sms' => [
+ 'title' => 'Platba SMS',
+ ],
+ 'status_ad_sms' => [
+ 'title' => 'Status Ad Sms',
+ ],
+ 'unpublish_ad_sms' => [
+ 'title' => 'Zrušit publikování reklamních zpráv',
+ ],
+ 'update_ad_sms' => [
+ 'title' => 'Aktualizujte reklamní SMS',
+ ],
+ 'new_ad_mail' => [
+ 'title' => 'Nová reklamní pošta',
+ ],
+ 'update_ad_mail' => [
+ 'title' => 'Aktualizujte reklamní e-mail',
+ ],
+ 'status_ad_mail' => [
+ 'title' => 'Stav Ad Mail',
+ ],
+ 'unpublish_ad_mail' => [
+ 'title' => 'Zrušit publikování reklamních zpráv',
+ ],
+
+ 'payment_cart_mail' => [
+ 'title' => 'Platební pošta',
+ ],
+ 'general_sms_settings' => [
+ 'title' => 'Nastavení SMS',
+ ],
+
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/da/addon.php b/resources/default/addons/visiosoft/notifications-module/lang/da/addon.php
new file mode 100644
index 000000000..5d2b6460d
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/da/addon.php
@@ -0,0 +1,7 @@
+ 'Meddelelser',
+ 'name' => 'Meddelelsesmodul',
+ 'description' => 'Underretningskontrolsystemstyring'
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/da/button.php b/resources/default/addons/visiosoft/notifications-module/lang/da/button.php
new file mode 100644
index 000000000..1e17e0a82
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/da/button.php
@@ -0,0 +1,7 @@
+ 'Ny besked',
+ 'new_smsnotify' => 'Ny smsnotify',
+ 'new_template' => 'Ny skabelon',
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/da/field.php b/resources/default/addons/visiosoft/notifications-module/lang/da/field.php
new file mode 100644
index 000000000..bf5aec5f7
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/da/field.php
@@ -0,0 +1,22 @@
+ [
+ 'name' => 'Navn',
+ ],
+ 'message' => [
+ 'name' => 'Besked',
+ ],
+ 'slug' => [
+ 'name' => 'Slug',
+ ],
+ 'subject' => [
+ 'name' => 'Emne',
+ ],
+ 'greeting' => [
+ 'name' => 'Hilsen',
+ ],
+ 'enabled' => [
+ 'name' => 'Enabled',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/da/notification.php b/resources/default/addons/visiosoft/notifications-module/lang/da/notification.php
new file mode 100644
index 000000000..61633a092
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/da/notification.php
@@ -0,0 +1,76 @@
+ 'Hej ',
+ 'thanks_message' => 'Tak skal du have!',
+ 'detail_button' => 'Se detaljer',
+ 'create_site_subject' => 'Oprettelse af OpenClassify-websted startede',
+ 'create_site_line1' => 'Vi har modtaget din anmodning om at oprette webstedet: sitename.',
+ 'create_site_line2' => 'Når installationen er afsluttet, modtager du en e-mail med webstedsoplysningerne.',
+ // 'create_site_line3' => 'For more information about System Usage, see \'How it works!\' page.',
+ // create doc first
+ 'create_site_line3' => 'Det tager cirka 5 minutter. Mens vi forbereder dit websted, skal du kontrollere vores fantastiske funktioner.',
+ 'create_site_button' => 'Funktioner!',
+
+ 'created_site_subject' => 'OpenClassify-websted oprettet til dig [: sitename] ',
+ 'created_site_line1' => 'Bemærk venligst administratorinfo er angivet nedenfor.',
+ 'created_site_username' => 'Brugernavn:: brugernavn',
+ 'created_site_email' => 'E-mail-adresse:: e-mail',
+ 'created_site_password' => 'Adgangskode: adgangskode',
+ 'created_site_button' => 'Administrationspanel',
+
+ //last 3 days
+ 'last_3_days_subscription_subject' => 'Sidste 3 dage af din prøvepakke!',
+ 'last_3_days_subscription_line1' => 'Dit: sitename-prøvewebsted er ved at udløbe.',
+
+ //last 1 day
+ 'last_1_day_subscription_subject' => 'Sidste dag i din prøvepakke!',
+ 'last_1_day_subscription_line1' => 'Dit: sitename-prøvewebsted er ved at udløbe.',
+
+ //one week later
+ 'one_week_later_subscription_subject' => 'Din prøvepakke er inaktiv.',
+ 'one_week_later_subscription_line1' => ': prøvewebsite for sitename er afsluttet for 1 uge siden. Besøg vores side for kvalificerede tilbud.',
+
+ //one month later
+ 'one_month_later_subscription_subject' => 'Din prøvepakke slettes i løbet af dagen.',
+ 'one_month_later_subscription_line1' => 'Dit: sitename-prøvewebsite udløb for 1 måned siden. Det fjernes i løbet af dagen på grund af ikke at handle inden for den givne tid',
+
+ // Notifications
+ 'new_ad_user_sms_msg' => 'Din annonce er under kontrol.',
+ 'payment_user_sms_msg' => 'Tak for din betaling.',
+ 'approved_ad_user_sms_msg' => 'Annoncestatus godkendt.',
+ 'passive_ad_user_sms_msg' => 'Annoncestatus Passiv.',
+ 'declined_ad_user_sms_msg' => 'Annoncestatus afvist.',
+ 'pending_ad_user_sms_msg' => 'Annoncestatus afventer.',
+ 'unpublish_ad_user_sms_msg' => 'Din annonce er blevet fjernet.',
+ 'update_ad_user_sms_msg' => 'Din annonce blev opdateret.',
+ 'new_ad_user_message_subject' => 'Vellykket annoncering!',
+ 'new_ad_user_message_line1' => 'Dine oplysninger er sendt til os. Nødvendige kontroller frigives og frigives så hurtigt som muligt',
+ 'update_ad_user_message_subject' => 'Annonceopdatering lykkedes!',
+ 'update_ad_user_message_line1' => 'Vi har modtaget en opdateringsanmodning for din givne annonce. Giv krævede kontroller, og din seneste opdatering frigives.',
+ 'passive_ad_user_message_subject' => 'Din annonce er ophørt!',
+ 'passive_ad_user_message_line1' => 'Din annonce er blevet fjernet.',
+ 'active_ad_user_message_subject' => 'Din annonce er godkendt!',
+ 'active_ad_user_message_line1' => 'Din annonce er blevet offentliggjort.',
+ 'pending_ad_user_message_subject' => 'Din annonce er under godkendelse!',
+ 'pending_ad_user_message_line1' => 'Din annonce er sendt til operatøren til godkendelse.',
+ 'declined_ad_user_message_subject' => 'Din annonce er ikke offentliggjort!',
+ 'declined_ad_user_message_line1' => 'Din meddelelse er ikke godkendt, fordi den ikke er i overensstemmelse med reglerne for indsendelse.',
+ 'unpublish_ad_user_message_subject' => 'Din annonce er blevet fjernet!',
+ 'unpublish_ad_user_message_line1' => 'Meddelelsen er udløbet.',
+ 'payment_cart_user_message_subject' => 'Din ordre er vellykket!',
+ 'payment_cart_user_message_line1' => 'Vi har fået din ordre. Klik på linket for at få detaljerede oplysninger om ordren.',
+ 'again_purchase_user_message_subject' => 'Ordren blev genskabt',
+ 'again_purchase_user_message_line' => 'Din ordre er blevet oprettet af følgende årsager eller årsager:',
+ 'again_sale_user_message_subject' => 'Ordren blev genskabt',
+ 'again_sale_user_message_line' => 'Salgstransaktionen blev genoprettet af følgende grunde eller grunde:',
+
+ 'payment_order_user_message_subject' => 'Betalingsmeddelelse',
+ 'payment_order_user_message_line' => 'Din betaling er overført til din registrerede konto.',
+
+ 'refund_order_user_message_subject' => 'Meddelelse om refusion',
+ 'refund_order_user_message_line' => 'Din annullerede ordre er blevet betalt til din registrerede konto.',
+
+ 'report_order_user_message_subject' => 'Køb annulleret',
+ 'report_order_user_message_line' => 'Din ordre er blevet annulleret af følgende årsager eller årsager. Din betaling returneres hurtigst muligt.',
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/da/permission.php b/resources/default/addons/visiosoft/notifications-module/lang/da/permission.php
new file mode 100644
index 000000000..6d8a28621
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/da/permission.php
@@ -0,0 +1,28 @@
+ [
+ 'name' => 'Underrette',
+ 'option' => [
+ 'read' => 'Kan læse besked?',
+ 'write' => 'Kan oprette / redigere besked?',
+ 'delete' => 'Kan slette besked?',
+ ],
+ ],
+ 'smsnotify' => [
+ 'name' => 'Smsnotify',
+ 'option' => [
+ 'read' => 'Kan læse smsnotify?',
+ 'write' => 'Kan oprette / redigere smsnotify?',
+ 'delete' => 'Kan slette smsnotify?',
+ ],
+ ],
+ 'template' => [
+ 'name' => 'Skabelon',
+ 'option' => [
+ 'read' => 'Kan læse skabelon?',
+ 'write' => 'Kan oprette / redigere skabelon?',
+ 'delete' => 'Kan slette skabelon?',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/da/section.php b/resources/default/addons/visiosoft/notifications-module/lang/da/section.php
new file mode 100644
index 000000000..d4215e939
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/da/section.php
@@ -0,0 +1,13 @@
+ [
+ 'title' => 'Underrette',
+ ],
+ 'smsnotify' => [
+ 'title' => 'Smsnotify',
+ ],
+ 'template' => [
+ 'title' => 'Skabelon',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/da/setting.php b/resources/default/addons/visiosoft/notifications-module/lang/da/setting.php
new file mode 100644
index 000000000..6885b1c74
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/da/setting.php
@@ -0,0 +1,134 @@
+ [
+ 'name' => 'Brugerunderretninger',
+ ],
+ 'admin_notifications' => [
+ 'name' => 'Admin-underretninger',
+ ],
+ 'new_ad_user_message_subject' => [
+ 'name' => 'Ny annoncebrugerbesked Emne',
+ ],
+ 'new_ad_user_message_line1' => [
+ 'name' => 'Ny annoncebrugermeddelelseslinje1',
+ ],
+ 'update_ad_user_message_subject' => [
+ 'name' => 'Opdater emnets brugerbrugerbesked',
+ ],
+ 'update_ad_user_message_line1' => [
+ 'name' => 'Opdater annoncebrugermeddelelseslinje1',
+ ],
+ 'passive_ad_user_message_subject' => [
+ 'name' => 'Passiv annonces brugermeddelelsesemne',
+ ],
+ 'passive_ad_user_message_line1' => [
+ 'name' => 'Passiv annonces brugermeddelelseslinje 1',
+ ],
+ 'active_ad_user_message_subject' => [
+ 'name' => 'Aktiv annoncemeddelelsesemne',
+ ],
+ 'active_ad_user_message_line1' => [
+ 'name' => 'Aktiv annoncebrugermeddelelseslinje1',
+ ],
+ 'pending_ad_user_message_subject' => [
+ 'name' => 'Afventer emne for annoncebrugerbesked',
+ ],
+ 'pending_ad_user_message_line1' => [
+ 'name' => 'Afventer meddelelseslinje til bruger til bruger 1',
+ ],
+ 'declined_ad_user_message_subject' => [
+ 'name' => 'Afvist emne for annoncebrugermeddelelse',
+ ],
+ 'declined_ad_user_message_line1' => [
+ 'name' => 'Afvist annoncebrugermeddelelseslinje1',
+ ],
+ 'unpublish_ad_user_message_subject' => [
+ 'name' => 'Fjern offentliggørelse af emne for annoncebrugermeddelelse',
+ ],
+ 'unpublish_ad_user_message_line1' => [
+ 'name' => 'Fjern offentliggørelse af annoncebrugermeddelelseslinje 1',
+ ],
+ 'payment_cart_user_message_subject' => [
+ 'name' => 'Betalingskurv Brugerbesked Emne',
+ ],
+ 'payment_cart_user_message_line1' => [
+ 'name' => 'Betalingskurv Brugermeddelelseslinje1',
+ ],
+ 'new_ad_user_sms' => [
+ 'name' => 'Ny annoncebruger-sms',
+ ],
+ 'new_ad_user_sms_msg' => [
+ 'name' => 'Ny annoncebruger-sms-besked',
+ ],
+ 'payment_user_sms' => [
+ 'name' => 'Betalingsbruger-sms',
+ ],
+ 'payment_user_sms_msg' => [
+ 'name' => 'SMS-besked om betalingsbruger',
+ ],
+ 'status_ad_user_sms' => [
+ 'name' => 'Statusannoncebruger sms',
+ ],
+ 'approved_ad_user_sms_msg' => [
+ 'name' => 'SMS-besked om godkendt annoncebruger',
+ ],
+ 'passive_ad_user_sms_msg' => [
+ 'name' => 'Passiv annoncebruger-sms-besked',
+ ],
+ 'declined_ad_user_sms_msg' => [
+ 'name' => 'Afvist annoncebruger-sms-besked',
+ ],
+ 'pending_ad_user_sms_msg' => [
+ 'name' => 'Ventende annoncebruger-sms-besked',
+ ],
+ 'unpublish_ad_user_sms' => [
+ 'name' => 'Fjern offentliggørelse af annoncebruger-sms',
+ ],
+ 'unpublish_ad_user_sms_msg' => [
+ 'name' => 'Fjern offentliggørelse af annoncebrugerens sms-besked',
+ ],
+ 'update_ad_user_sms' => [
+ 'name' => 'Opdater annoncebruger-sms',
+ ],
+ 'update_ad_user_sms_msg' => [
+ 'name' => 'Opdater annoncebrugerens sms-besked',
+ ],
+
+
+
+ 'again_purchase_user_message_subject' => [
+ 'name' => 'Igen Køb brugermeddelelsesemne',
+ ],
+ 'again_purchase_user_message_line' => [
+ 'name' => 'Igen Køb brugermeddelelseslinje',
+ ],
+ 'again_sale_user_message_subject' => [
+ 'name' => 'Igen Salg Brugerbesked Emne',
+ ],
+ 'again_sale_user_message_line' => [
+ 'name' => 'Igen Salg Brugermeddelelseslinje',
+ ],
+ 'payment_order_user_message_subject' => [
+ 'name' => 'Betaling om brugerbesked om emne',
+ ],
+ 'payment_order_user_message_line' => [
+ 'name' => 'Betalingsmeddelelsesbrugermeddelelseslinje',
+ ],
+ 'refund_order_user_message_subject' => [
+ 'name' => 'Refusionsordre Brugerbesked Emne',
+ ],
+ 'refund_order_user_message_line' => [
+ 'name' => 'Refusionsordre-brugermeddelelseslinje',
+ ],
+ 'report_order_user_message_subject' => [
+ 'name' => 'Rapporter ordre Brugerbesked Emne',
+ ],
+ 'report_order_user_message_line' => [
+ 'name' => 'Rapporter bestil brugermeddelelseslinje',
+ ],
+ "sms_extension" => [
+ "name" =>"SMS-udvidelse",
+
+ ],
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/da/stream.php b/resources/default/addons/visiosoft/notifications-module/lang/da/stream.php
new file mode 100644
index 000000000..0fa73c304
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/da/stream.php
@@ -0,0 +1,13 @@
+ [
+ 'name' => 'Underrette',
+ ],
+ 'smsnotify' => [
+ 'name' => 'Smsnotify',
+ ],
+ 'template' => [
+ 'name' => 'Skabelon',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/da/tab.php b/resources/default/addons/visiosoft/notifications-module/lang/da/tab.php
new file mode 100644
index 000000000..9e4fc47af
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/da/tab.php
@@ -0,0 +1,39 @@
+ [
+ 'title' => 'Ny annonce sms',
+ ],
+ 'payment_sms' => [
+ 'title' => 'Betaling sms',
+ ],
+ 'status_ad_sms' => [
+ 'title' => 'Statusannonce Sms',
+ ],
+ 'unpublish_ad_sms' => [
+ 'title' => 'Fjern offentliggørelse af annonce-sms',
+ ],
+ 'update_ad_sms' => [
+ 'title' => 'Opdater annonce-sms',
+ ],
+ 'new_ad_mail' => [
+ 'title' => 'Ny annoncepost',
+ ],
+ 'update_ad_mail' => [
+ 'title' => 'Opdater Ad Mail',
+ ],
+ 'status_ad_mail' => [
+ 'title' => 'Statusannoncemail',
+ ],
+ 'unpublish_ad_mail' => [
+ 'title' => 'Fjern offentliggørelse af Ad Mail',
+ ],
+
+ 'payment_cart_mail' => [
+ 'title' => 'Betalingspost',
+ ],
+ 'general_sms_settings' => [
+ 'title' => 'SMS-indstillinger',
+ ],
+
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/de/addon.php b/resources/default/addons/visiosoft/notifications-module/lang/de/addon.php
new file mode 100644
index 000000000..73da7fd58
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/de/addon.php
@@ -0,0 +1,7 @@
+ 'Benachrichtigungen',
+ 'name' => 'Benachrichtigungsmodul',
+ 'description' => 'Verwaltung des Benachrichtigungssteuerungssystems'
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/de/button.php b/resources/default/addons/visiosoft/notifications-module/lang/de/button.php
new file mode 100644
index 000000000..44f340bf9
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/de/button.php
@@ -0,0 +1,7 @@
+ 'Neue Benachrichtigung',
+ 'new_smsnotify' => 'Neue Smsnotify',
+ 'new_template' => 'Neue Vorlage',
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/de/field.php b/resources/default/addons/visiosoft/notifications-module/lang/de/field.php
new file mode 100644
index 000000000..4c9e69636
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/de/field.php
@@ -0,0 +1,29 @@
+ [
+ 'name' => 'Name',
+ ],
+ 'message' => [
+ 'name' => 'Botschaft',
+ ],
+ 'slug' => [
+ 'name' => 'Schnecke',
+ ],
+ 'subject' => [
+ 'name' => 'Gegenstand',
+ ],
+ 'greeting' => [
+ 'name' => 'Gruß',
+ ],
+ 'enabled' => [
+ 'name' => 'Enabled',
+ ],
+ 'stream' => [
+ 'name' => 'Stream',
+ ],
+ 'unknown' => 'Unknown',
+ 'all_rights_reserved' => [
+ 'name' => 'All rights reserved',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/de/notification.php b/resources/default/addons/visiosoft/notifications-module/lang/de/notification.php
new file mode 100644
index 000000000..d119ffeed
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/de/notification.php
@@ -0,0 +1,76 @@
+ 'Hallo ',
+ 'thanks_message' => 'Danke!',
+ 'detail_button' => 'Im Detail sehen',
+ 'create_site_subject' => 'Die OpenClassify-Site-Erstellung wurde gestartet',
+ 'create_site_line1' => 'Wir haben Ihre Anfrage zum Erstellen der Site: sitename erhalten.',
+ 'create_site_line2' => 'Nach Abschluss der Installation erhalten Sie eine E-Mail mit den Site-Informationen.',
+ // 'create_site_line3' => 'For more information about System Usage, see \'How it works!\' page.',
+ // create doc first
+ 'create_site_line3' => 'Es dauert ungefähr 5 Minuten. Während wir Ihre Website vorbereiten, überprüfen Sie unsere fantastischen Funktionen.',
+ 'create_site_button' => 'Eigenschaften!',
+
+ 'created_site_subject' => 'OpenClassify-Site für Sie erstellt [: Site-Name] ',
+ 'created_site_line1' => 'Bitte beachten Sie, dass die Administratorinformationen unten angegeben sind.',
+ 'created_site_username' => 'Benutzername :: Benutzername',
+ 'created_site_email' => 'E-Mail-Adresse :: E-Mail',
+ 'created_site_password' => 'Passwort :: Passwort',
+ 'created_site_button' => 'Administrationsmenü',
+
+ //last 3 days
+ 'last_3_days_subscription_subject' => 'Die letzten 3 Tage Ihres Testpakets!',
+ 'last_3_days_subscription_line1' => 'Ihre: Sitename-Test-Site läuft bald ab.',
+
+ //last 1 day
+ 'last_1_day_subscription_subject' => 'Letzter Tag Ihres Testpakets!',
+ 'last_1_day_subscription_line1' => 'Ihre: Sitename-Test-Site läuft bald ab.',
+
+ //one week later
+ 'one_week_later_subscription_subject' => 'Ihr Testpaket ist inaktiv.',
+ 'one_week_later_subscription_line1' => ': Site-Site für Site-Namen wurde vor 1 Woche beendet. Bitte besuchen Sie unsere Website für berechtigte Angebote.',
+
+ //one month later
+ 'one_month_later_subscription_subject' => 'Ihr Testpaket wird tagsüber gelöscht.',
+ 'one_month_later_subscription_line1' => 'Ihre: Sitename-Test-Site ist vor 1 Monat abgelaufen. Sie wird tagsüber entfernt, da innerhalb der angegebenen Zeit keine Maßnahmen ergriffen werden',
+
+ // Notifications
+ 'new_ad_user_sms_msg' => 'Ihre Anzeige ist unter Kontrolle.',
+ 'payment_user_sms_msg' => 'Danke für deine Bezahlung.',
+ 'approved_ad_user_sms_msg' => 'Anzeigenstatus genehmigt.',
+ 'passive_ad_user_sms_msg' => 'Anzeigenstatus passiv.',
+ 'declined_ad_user_sms_msg' => 'Anzeigenstatus abgelehnt.',
+ 'pending_ad_user_sms_msg' => 'Anzeigenstatus ausstehend.',
+ 'unpublish_ad_user_sms_msg' => 'Ihre Anzeige wurde entfernt.',
+ 'update_ad_user_sms_msg' => 'Ihre Anzeige wurde erfolgreich aktualisiert.',
+ 'new_ad_user_message_subject' => 'Erfolgreiche Werbung!',
+ 'new_ad_user_message_line1' => 'Ihre Daten wurden an uns gesendet. Erforderliche Steuerelemente werden so schnell wie möglich freigegeben und freigegeben',
+ 'update_ad_user_message_subject' => 'Anzeigenaktualisierung erfolgreich!',
+ 'update_ad_user_message_line1' => 'Wir haben eine Update-Anfrage für Ihre angegebene Anzeige erhalten. Stellen Sie die erforderlichen Steuerelemente bereit, und Ihr letztes Update wird veröffentlicht.',
+ 'passive_ad_user_message_subject' => 'Ihre Werbung wurde eingestellt!',
+ 'passive_ad_user_message_line1' => 'Ihre Werbung wurde entfernt.',
+ 'active_ad_user_message_subject' => 'Ihre Anzeige ist genehmigt!',
+ 'active_ad_user_message_line1' => 'Ihre Anzeige wurde veröffentlicht.',
+ 'pending_ad_user_message_subject' => 'Ihre Anzeige wird genehmigt!',
+ 'pending_ad_user_message_line1' => 'Ihre Anzeige wurde dem Betreiber zur Genehmigung vorgelegt.',
+ 'declined_ad_user_message_subject' => 'Ihre Anzeige wurde nicht veröffentlicht!',
+ 'declined_ad_user_message_line1' => 'Ihre Benachrichtigung wurde nicht genehmigt, da sie nicht den Übermittlungsregeln entspricht.',
+ 'unpublish_ad_user_message_subject' => 'Ihre Anzeige wurde entfernt!',
+ 'unpublish_ad_user_message_line1' => 'Ankündigung ist abgelaufen.',
+ 'payment_cart_user_message_subject' => 'Ihre Bestellung ist erfolgreich!',
+ 'payment_cart_user_message_line1' => 'Wir haben Ihre Bestellung erhalten. Für detaillierte Informationen zur Bestellung klicken Sie auf den Link.',
+ 'again_purchase_user_message_subject' => 'Bestellung wurde neu erstellt',
+ 'again_purchase_user_message_line' => 'Ihre Bestellung wurde aus folgenden Gründen neu erstellt:',
+ 'again_sale_user_message_subject' => 'Bestellung wurde neu erstellt',
+ 'again_sale_user_message_line' => 'Die Verkaufstransaktion wurde aus folgenden Gründen wiederhergestellt:',
+
+ 'payment_order_user_message_subject' => 'Zahlungsbenachrichtigung',
+ 'payment_order_user_message_line' => 'Ihre Zahlung wurde auf Ihr registriertes Konto überwiesen.',
+
+ 'refund_order_user_message_subject' => 'Rückerstattungsbenachrichtigung',
+ 'refund_order_user_message_line' => 'Ihre stornierte Bestellung wurde auf Ihr registriertes Konto überwiesen.',
+
+ 'report_order_user_message_subject' => 'Kauf storniert',
+ 'report_order_user_message_line' => 'Ihre Bestellung wurde aus folgenden Gründen storniert. Ihre Zahlung wird so schnell wie möglich zurückerstattet.',
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/de/permission.php b/resources/default/addons/visiosoft/notifications-module/lang/de/permission.php
new file mode 100644
index 000000000..8f242d9ab
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/de/permission.php
@@ -0,0 +1,28 @@
+ [
+ 'name' => 'Benachrichtigen',
+ 'option' => [
+ 'read' => 'Kann lesen benachrichtigen?',
+ 'write' => 'Kann Benachrichtigung erstellen / bearbeiten?',
+ 'delete' => 'Kann löschen benachrichtigen?',
+ ],
+ ],
+ 'smsnotify' => [
+ 'name' => 'Smsnotify',
+ 'option' => [
+ 'read' => 'Kann smsnotify lesen?',
+ 'write' => 'Kann smsnotify erstellen / bearbeiten?',
+ 'delete' => 'Kann smsnotify löschen?',
+ ],
+ ],
+ 'template' => [
+ 'name' => 'Vorlage',
+ 'option' => [
+ 'read' => 'Kann Vorlage lesen?',
+ 'write' => 'Kann Vorlage erstellen / bearbeiten?',
+ 'delete' => 'Kann Vorlage löschen?',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/de/section.php b/resources/default/addons/visiosoft/notifications-module/lang/de/section.php
new file mode 100644
index 000000000..3fd188d85
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/de/section.php
@@ -0,0 +1,13 @@
+ [
+ 'title' => 'Benachrichtigen',
+ ],
+ 'smsnotify' => [
+ 'title' => 'Smsnotify',
+ ],
+ 'template' => [
+ 'title' => 'Vorlage',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/de/setting.php b/resources/default/addons/visiosoft/notifications-module/lang/de/setting.php
new file mode 100644
index 000000000..7f82ffd66
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/de/setting.php
@@ -0,0 +1,139 @@
+ [
+ 'name' => 'Benutzerbenachrichtigungen',
+ ],
+ 'admin_notifications' => [
+ 'name' => 'Admin-Benachrichtigungen',
+ ],
+ 'new_ad_user_message_subject' => [
+ 'name' => 'Betreff der neuen Anzeigenbenutzernachricht',
+ ],
+ 'new_ad_user_message_line1' => [
+ 'name' => 'New Ad User Message Line1',
+ ],
+ 'update_ad_user_message_subject' => [
+ 'name' => 'Betreff der Anzeigenbenutzernachricht aktualisieren',
+ ],
+ 'update_ad_user_message_line1' => [
+ 'name' => 'Aktualisieren Sie die Anzeigenbenutzernachricht Zeile1',
+ ],
+ 'passive_ad_user_message_subject' => [
+ 'name' => 'Betreff der passiven Anzeigenbenutzernachricht',
+ ],
+ 'passive_ad_user_message_line1' => [
+ 'name' => 'Passive Ad User Message Line1',
+ ],
+ 'active_ad_user_message_subject' => [
+ 'name' => 'Betreff der aktiven Anzeigenbenutzernachricht',
+ ],
+ 'active_ad_user_message_line1' => [
+ 'name' => 'Active Ad User Message Line1',
+ ],
+ 'pending_ad_user_message_subject' => [
+ 'name' => 'Betreff der ausstehenden Anzeigenbenutzernachricht',
+ ],
+ 'pending_ad_user_message_line1' => [
+ 'name' => 'Ausstehende Anzeigenbenutzernachricht Zeile1',
+ ],
+ 'declined_ad_user_message_subject' => [
+ 'name' => 'Betreff der abgelehnten Anzeigenbenutzernachricht',
+ ],
+ 'declined_ad_user_message_line1' => [
+ 'name' => 'Abgelehnte Anzeigenbenutzernachricht Zeile1',
+ ],
+ 'unpublish_ad_user_message_subject' => [
+ 'name' => 'Betreff der Anzeigenbenutzer-Nachricht aufheben',
+ ],
+ 'unpublish_ad_user_message_line1' => [
+ 'name' => 'Unpublish Ad User Message Line1',
+ ],
+ 'payment_cart_user_message_subject' => [
+ 'name' => 'Zahlungswagen User Message Betreff',
+ ],
+ 'payment_cart_user_message_line1' => [
+ 'name' => 'Payment Cart User Message Line1',
+ ],
+ 'new_ad_user_sms' => [
+ 'name' => 'Neue Anzeigenbenutzer-SMS',
+ ],
+ 'new_ad_user_sms_msg' => [
+ 'name' => 'SMS-Nachricht für neue Anzeigenbenutzer',
+ ],
+ 'payment_user_sms' => [
+ 'name' => 'Zahlungsbenutzer-SMS',
+ ],
+ 'payment_user_sms_msg' => [
+ 'name' => 'Zahlungsbenutzer-SMS',
+ ],
+ 'status_ad_user_sms' => [
+ 'name' => 'Status Ad User Sms',
+ ],
+ 'approved_ad_user_sms_msg' => [
+ 'name' => 'Genehmigte SMS-Nachricht des Anzeigenbenutzers',
+ ],
+ 'passive_ad_user_sms_msg' => [
+ 'name' => 'Passive Anzeigenbenutzer-SMS',
+ ],
+ 'declined_ad_user_sms_msg' => [
+ 'name' => 'Abgelehnte SMS-Nachricht des Anzeigenbenutzers',
+ ],
+ 'pending_ad_user_sms_msg' => [
+ 'name' => 'Ausstehende SMS-Anzeige des Anzeigenbenutzers',
+ ],
+ 'unpublish_ad_user_sms' => [
+ 'name' => 'Unpublish Ad User Sms',
+ ],
+ 'unpublish_ad_user_sms_msg' => [
+ 'name' => 'Unpublish Ad User Sms Message',
+ ],
+ 'update_ad_user_sms' => [
+ 'name' => 'Aktualisieren Sie die SMS des Anzeigenbenutzers',
+ ],
+ 'update_ad_user_sms_msg' => [
+ 'name' => 'Aktualisieren Sie die SMS-Nachricht des Anzeigenbenutzers',
+ ],
+
+
+
+ 'again_purchase_user_message_subject' => [
+ 'name' => 'Kaufen Sie erneut den Betreff der Benutzermeldung',
+ ],
+ 'again_purchase_user_message_line' => [
+ 'name' => 'Kaufen Sie erneut die User Message Line',
+ ],
+ 'again_sale_user_message_subject' => [
+ 'name' => 'Wieder Verkauf User Message Betreff',
+ ],
+ 'again_sale_user_message_line' => [
+ 'name' => 'Wieder Verkauf User Message Line',
+ ],
+ 'payment_order_user_message_subject' => [
+ 'name' => 'Zahlungsauftrag Benutzer Nachricht Betreff',
+ ],
+ 'payment_order_user_message_line' => [
+ 'name' => 'Zahlungsnachricht User Message Line',
+ ],
+ 'refund_order_user_message_subject' => [
+ 'name' => 'Betreff der Rückerstattungsbestellung',
+ ],
+ 'refund_order_user_message_line' => [
+ 'name' => 'Rückerstattungsauftrag User Message Line',
+ ],
+ 'report_order_user_message_subject' => [
+ 'name' => 'Betreff der Berichtsauftragsbenutzermeldung',
+ ],
+ 'report_order_user_message_line' => [
+ 'name' => 'Benutzermeldungszeile für Berichtsreihenfolge',
+ ],
+ "sms_extension" => [
+ "name" =>"SMS-Erweiterung",
+ ],
+ "mail_header" => [
+ "name" =>"Mail Header",
+ ],
+ "mail_footer" => [
+ "name" =>"Mail Footer",
+ ],
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/de/stream.php b/resources/default/addons/visiosoft/notifications-module/lang/de/stream.php
new file mode 100644
index 000000000..bfd4a90bf
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/de/stream.php
@@ -0,0 +1,13 @@
+ [
+ 'name' => 'Benachrichtigen',
+ ],
+ 'smsnotify' => [
+ 'name' => 'Smsnotify',
+ ],
+ 'template' => [
+ 'name' => 'Vorlage',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/de/tab.php b/resources/default/addons/visiosoft/notifications-module/lang/de/tab.php
new file mode 100644
index 000000000..b13c9bbd3
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/de/tab.php
@@ -0,0 +1,39 @@
+ [
+ 'title' => 'Neue Anzeigen-SMS',
+ ],
+ 'payment_sms' => [
+ 'title' => 'Zahlung SMS',
+ ],
+ 'status_ad_sms' => [
+ 'title' => 'Status Ad Sms',
+ ],
+ 'unpublish_ad_sms' => [
+ 'title' => 'Veröffentlichung der Anzeigen-SMS',
+ ],
+ 'update_ad_sms' => [
+ 'title' => 'Anzeigen-SMS aktualisieren',
+ ],
+ 'new_ad_mail' => [
+ 'title' => 'Neue Anzeigenmail',
+ ],
+ 'update_ad_mail' => [
+ 'title' => 'Ad Mail aktualisieren',
+ ],
+ 'status_ad_mail' => [
+ 'title' => 'Status Ad Mail',
+ ],
+ 'unpublish_ad_mail' => [
+ 'title' => 'Unpublish Ad Mail',
+ ],
+
+ 'payment_cart_mail' => [
+ 'title' => 'Zahlungspost',
+ ],
+ 'general_sms_settings' => [
+ 'title' => 'SMS-Einstellungen',
+ ],
+ 'email_template' => 'Email Template',
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/el/addon.php b/resources/default/addons/visiosoft/notifications-module/lang/el/addon.php
new file mode 100644
index 000000000..f2eefc913
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/el/addon.php
@@ -0,0 +1,7 @@
+ 'Ειδοποιήσεις',
+ 'name' => 'Ενότητα ειδοποιήσεων',
+ 'description' => 'Διαχείριση συστήματος ελέγχου ειδοποιήσεων'
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/el/button.php b/resources/default/addons/visiosoft/notifications-module/lang/el/button.php
new file mode 100644
index 000000000..531c9fc14
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/el/button.php
@@ -0,0 +1,7 @@
+ 'Νέα ειδοποίηση',
+ 'new_smsnotify' => 'Νέο Smsnotify',
+ 'new_template' => 'Νέο πρότυπο',
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/el/field.php b/resources/default/addons/visiosoft/notifications-module/lang/el/field.php
new file mode 100644
index 000000000..c4337332b
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/el/field.php
@@ -0,0 +1,22 @@
+ [
+ 'name' => 'Ονομα',
+ ],
+ 'message' => [
+ 'name' => 'Μήνυμα',
+ ],
+ 'slug' => [
+ 'name' => 'Γυμνοσάλιαγκας',
+ ],
+ 'subject' => [
+ 'name' => 'Θέμα',
+ ],
+ 'greeting' => [
+ 'name' => 'Χαιρετισμός',
+ ],
+ 'enabled' => [
+ 'name' => 'Enabled',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/el/notification.php b/resources/default/addons/visiosoft/notifications-module/lang/el/notification.php
new file mode 100644
index 000000000..8e2443d0f
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/el/notification.php
@@ -0,0 +1,76 @@
+ 'γεια ',
+ 'thanks_message' => 'Ευχαριστώ!',
+ 'detail_button' => 'Δείτε Λεπτομέρειες',
+ 'create_site_subject' => 'Ξεκίνησε η δημιουργία ιστότοπου OpenClassify',
+ 'create_site_line1' => 'Λάβαμε το αίτημά σας για δημιουργία του ιστότοπου: sitename.',
+ 'create_site_line2' => 'Όταν ολοκληρωθεί η εγκατάσταση, θα λάβετε ένα email που περιέχει τις πληροφορίες του ιστότοπου.',
+ // 'create_site_line3' => 'For more information about System Usage, see \'How it works!\' page.',
+ // create doc first
+ 'create_site_line3' => 'Θα διαρκέσει περίπου 5 λεπτά. Ενώ προετοιμάζουμε τον ιστότοπό σας, ελέγξτε τις φανταστικές δυνατότητές μας.',
+ 'create_site_button' => 'Χαρακτηριστικά!',
+
+ 'created_site_subject' => 'Ο ιστότοπος OpenClassify δημιουργήθηκε για εσάς [: sitename] ',
+ 'created_site_line1' => 'Λάβετε υπόψη ότι οι πληροφορίες διαχειριστή δίνονται παρακάτω.',
+ 'created_site_username' => 'Όνομα χρήστη:: όνομα χρήστη',
+ 'created_site_email' => 'Διεύθυνση email: email',
+ 'created_site_password' => 'Κωδικός πρόσβασης:: κωδικός πρόσβασης',
+ 'created_site_button' => 'Πίνακας Διαχειριστή',
+
+ //last 3 days
+ 'last_3_days_subscription_subject' => 'Τελευταίες 3 ημέρες του δοκιμαστικού σας πακέτου!',
+ 'last_3_days_subscription_line1' => 'Ο ιστότοπος δοκιμής: sitename πρόκειται να λήξει.',
+
+ //last 1 day
+ 'last_1_day_subscription_subject' => 'Τελευταία μέρα του δοκιμαστικού σας πακέτου!',
+ 'last_1_day_subscription_line1' => 'Ο ιστότοπος δοκιμής: sitename πρόκειται να λήξει.',
+
+ //one week later
+ 'one_week_later_subscription_subject' => 'Το δοκιμαστικό πακέτο σας είναι ανενεργό.',
+ 'one_week_later_subscription_line1' => ': ο δοκιμαστικός ιστότοπος sitename έληξε πριν από 1 εβδομάδα. Επισκεφθείτε τον ιστότοπό μας για κατάλληλες προσφορές.',
+
+ //one month later
+ 'one_month_later_subscription_subject' => 'Το δοκιμαστικό σας πακέτο θα διαγραφεί κατά τη διάρκεια της ημέρας.',
+ 'one_month_later_subscription_line1' => 'Ο ιστότοπος δοκιμής: sitename έληξε πριν από 1 μήνα. Θα καταργηθεί κατά τη διάρκεια της ημέρας λόγω της μη ανάληψης δράσης εντός της δεδομένης χρονικής περιόδου',
+
+ // Notifications
+ 'new_ad_user_sms_msg' => 'Η διαφήμισή σας είναι υπό έλεγχο.',
+ 'payment_user_sms_msg' => 'Ευχαριστώ για την πληρωμή σου.',
+ 'approved_ad_user_sms_msg' => 'Η κατάσταση διαφήμισης εγκρίθηκε.',
+ 'passive_ad_user_sms_msg' => 'Παθητική κατάσταση διαφήμισης.',
+ 'declined_ad_user_sms_msg' => 'Η κατάσταση της διαφήμισης απορρίφθηκε.',
+ 'pending_ad_user_sms_msg' => 'Εκκρεμεί η κατάσταση της διαφήμισης.',
+ 'unpublish_ad_user_sms_msg' => 'Η διαφήμισή σας έχει καταργηθεί.',
+ 'update_ad_user_sms_msg' => 'Η διαφήμισή σας ενημερώθηκε με επιτυχία.',
+ 'new_ad_user_message_subject' => 'Επιτυχής διαφήμιση!',
+ 'new_ad_user_message_line1' => 'Τα στοιχεία σας έχουν σταλεί σε εμάς. Τα απαιτούμενα στοιχεία ελέγχου θα κυκλοφορήσουν και θα κυκλοφορήσουν το συντομότερο δυνατό',
+ 'update_ad_user_message_subject' => 'Η ενημέρωση διαφημίσεων ήταν επιτυχής!',
+ 'update_ad_user_message_line1' => 'Λάβαμε ένα αίτημα ενημέρωσης για τη δική σας διαφήμιση. Παρέχετε Απαιτούμενα στοιχεία ελέγχου και η τελευταία σας ενημέρωση θα κυκλοφορήσει.',
+ 'passive_ad_user_message_subject' => 'Η διαφήμισή σας έχει διακοπεί!',
+ 'passive_ad_user_message_line1' => 'Η διαφήμισή σας έχει καταργηθεί.',
+ 'active_ad_user_message_subject' => 'Η διαφήμισή σας εγκρίθηκε!',
+ 'active_ad_user_message_line1' => 'Η διαφήμισή σας έχει δημοσιευτεί.',
+ 'pending_ad_user_message_subject' => 'Η διαφήμισή σας βρίσκεται υπό έγκριση!',
+ 'pending_ad_user_message_line1' => 'Η διαφήμισή σας έχει υποβληθεί στον πάροχο για έγκριση.',
+ 'declined_ad_user_message_subject' => 'Η διαφήμισή σας δεν έχει δημοσιευτεί!',
+ 'declined_ad_user_message_line1' => 'Η Ειδοποίησή σας δεν έχει εγκριθεί επειδή δεν συμμορφώνεται με τους κανόνες υποβολής.',
+ 'unpublish_ad_user_message_subject' => 'Η διαφήμισή σας καταργήθηκε!',
+ 'unpublish_ad_user_message_line1' => 'Η ανακοίνωση έχει λήξει.',
+ 'payment_cart_user_message_subject' => 'Η παραγγελία σας είναι επιτυχής!',
+ 'payment_cart_user_message_line1' => 'Λάβαμε την παραγγελία σας. Για λεπτομερείς πληροφορίες σχετικά με την παραγγελία, κάντε κλικ στον σύνδεσμο.',
+ 'again_purchase_user_message_subject' => 'Η παραγγελία δημιουργήθηκε ξανά',
+ 'again_purchase_user_message_line' => 'Η παραγγελία σας δημιουργήθηκε εκ νέου για τους ακόλουθους λόγους ή λόγους:',
+ 'again_sale_user_message_subject' => 'Η παραγγελία δημιουργήθηκε ξανά',
+ 'again_sale_user_message_line' => 'Η συναλλαγή πωλήσεων αποκαταστάθηκε για τους ακόλουθους λόγους ή λόγους:',
+
+ 'payment_order_user_message_subject' => 'Ειδοποίηση πληρωμής',
+ 'payment_order_user_message_line' => 'Η πληρωμή σας έχει μεταφερθεί στον εγγεγραμμένο λογαριασμό σας.',
+
+ 'refund_order_user_message_subject' => 'Ειδοποίηση επιστροφής χρημάτων',
+ 'refund_order_user_message_line' => 'Η ακυρωμένη παραγγελία σας έχει πληρωθεί στον εγγεγραμμένο λογαριασμό σας.',
+
+ 'report_order_user_message_subject' => 'Η αγορά ακυρώθηκε',
+ 'report_order_user_message_line' => 'Η παραγγελία σας ακυρώθηκε για τους ακόλουθους λόγους ή λόγους. Η πληρωμή σας θα επιστραφεί το συντομότερο δυνατό.',
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/el/permission.php b/resources/default/addons/visiosoft/notifications-module/lang/el/permission.php
new file mode 100644
index 000000000..919c7f42c
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/el/permission.php
@@ -0,0 +1,28 @@
+ [
+ 'name' => 'Κοινοποιώ',
+ 'option' => [
+ 'read' => 'Μπορείτε να διαβάσετε ειδοποίηση;',
+ 'write' => 'Μπορείτε να δημιουργήσετε / επεξεργαστείτε ειδοποίηση;',
+ 'delete' => 'Μπορεί να διαγραφεί η ειδοποίηση;',
+ ],
+ ],
+ 'smsnotify' => [
+ 'name' => 'Smsnotify',
+ 'option' => [
+ 'read' => 'Μπορείτε να διαβάσετε smsnotify;',
+ 'write' => 'Μπορείτε να δημιουργήσετε / επεξεργαστείτε smsnotify;',
+ 'delete' => 'Μπορεί να διαγραφεί το smsnotify;',
+ ],
+ ],
+ 'template' => [
+ 'name' => 'Πρότυπο',
+ 'option' => [
+ 'read' => 'Μπορεί να διαβάσει πρότυπο;',
+ 'write' => 'Μπορείτε να δημιουργήσετε / επεξεργαστείτε πρότυπο;',
+ 'delete' => 'Μπορεί να διαγραφεί πρότυπο;',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/el/section.php b/resources/default/addons/visiosoft/notifications-module/lang/el/section.php
new file mode 100644
index 000000000..6a8a79df7
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/el/section.php
@@ -0,0 +1,13 @@
+ [
+ 'title' => 'Κοινοποιώ',
+ ],
+ 'smsnotify' => [
+ 'title' => 'Smsnotify',
+ ],
+ 'template' => [
+ 'title' => 'Πρότυπο',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/el/setting.php b/resources/default/addons/visiosoft/notifications-module/lang/el/setting.php
new file mode 100644
index 000000000..e788c0127
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/el/setting.php
@@ -0,0 +1,134 @@
+ [
+ 'name' => 'Ειδοποιήσεις χρήστη',
+ ],
+ 'admin_notifications' => [
+ 'name' => 'Ειδοποιήσεις διαχειριστή',
+ ],
+ 'new_ad_user_message_subject' => [
+ 'name' => 'Θέμα μηνύματος χρήστη νέας διαφήμισης',
+ ],
+ 'new_ad_user_message_line1' => [
+ 'name' => 'Γραμμή μηνύματος χρήστη νέας διαφήμισης',
+ ],
+ 'update_ad_user_message_subject' => [
+ 'name' => 'Ενημέρωση θέματος μηνύματος χρήστη διαφήμισης',
+ ],
+ 'update_ad_user_message_line1' => [
+ 'name' => 'Ενημέρωση γραμμής μηνύματος χρήστη διαφήμισης1',
+ ],
+ 'passive_ad_user_message_subject' => [
+ 'name' => 'Θέμα μηνύματος χρήστη παθητικής διαφήμισης',
+ ],
+ 'passive_ad_user_message_line1' => [
+ 'name' => 'Γραμμή μηνύματος χρήστη παθητικής διαφήμισης',
+ ],
+ 'active_ad_user_message_subject' => [
+ 'name' => 'Θέμα μηνύματος χρήστη ενεργής διαφήμισης',
+ ],
+ 'active_ad_user_message_line1' => [
+ 'name' => 'Γραμμή μηνύματος χρήστη ενεργής διαφήμισης',
+ ],
+ 'pending_ad_user_message_subject' => [
+ 'name' => 'Θέμα μηνύματος χρήστη διαφήμισης σε εκκρεμότητα',
+ ],
+ 'pending_ad_user_message_line1' => [
+ 'name' => 'Γραμμή μηνύματος χρήστη σε εκκρεμότητα 1',
+ ],
+ 'declined_ad_user_message_subject' => [
+ 'name' => 'Θέμα μηνύματος χρήστη που έχει απορριφθεί',
+ ],
+ 'declined_ad_user_message_line1' => [
+ 'name' => 'Γραμμή μηνύματος χρήστη απόρριψης διαφημίσεων',
+ ],
+ 'unpublish_ad_user_message_subject' => [
+ 'name' => 'Κατάργηση δημοσίευσης θέματος μηνύματος χρήστη διαφήμισης',
+ ],
+ 'unpublish_ad_user_message_line1' => [
+ 'name' => 'Κατάργηση δημοσίευσης γραμμής μηνύματος χρήστη διαφήμισης1',
+ ],
+ 'payment_cart_user_message_subject' => [
+ 'name' => 'Θέμα μηνύματος χρήστη καλαθιού πληρωμής',
+ ],
+ 'payment_cart_user_message_line1' => [
+ 'name' => 'Γραμμή μηνύματος χρήστη καλαθιού πληρωμής',
+ ],
+ 'new_ad_user_sms' => [
+ 'name' => 'Sms Νέου Διαφημιστή',
+ ],
+ 'new_ad_user_sms_msg' => [
+ 'name' => 'Μήνυμα SMS νέου χρήστη διαφήμισης',
+ ],
+ 'payment_user_sms' => [
+ 'name' => 'Sms χρήστη πληρωμής',
+ ],
+ 'payment_user_sms_msg' => [
+ 'name' => 'Μήνυμα Sms χρήστη πληρωμής',
+ ],
+ 'status_ad_user_sms' => [
+ 'name' => 'Κατάσταση διαφήμισης χρήστη Sms',
+ ],
+ 'approved_ad_user_sms_msg' => [
+ 'name' => 'Εγκεκριμένο μήνυμα Sms User Ad',
+ ],
+ 'passive_ad_user_sms_msg' => [
+ 'name' => 'Μήνυμα SMS παθητικής διαφήμισης χρήστη',
+ ],
+ 'declined_ad_user_sms_msg' => [
+ 'name' => 'Μήνυμα SMS χρήστη που απορρίφθηκε',
+ ],
+ 'pending_ad_user_sms_msg' => [
+ 'name' => 'Εκκρεμεί μήνυμα SMS χρήστη διαφήμισης',
+ ],
+ 'unpublish_ad_user_sms' => [
+ 'name' => 'Κατάργηση δημοσίευσης Sms χρήστη διαφημίσεων',
+ ],
+ 'unpublish_ad_user_sms_msg' => [
+ 'name' => 'Κατάργηση δημοσίευσης μηνύματος Sms χρήστη διαφήμισης',
+ ],
+ 'update_ad_user_sms' => [
+ 'name' => 'Ενημέρωση Sms χρήστη διαφημίσεων',
+ ],
+ 'update_ad_user_sms_msg' => [
+ 'name' => 'Ενημέρωση μηνύματος Sms User Ad',
+ ],
+
+
+
+ 'again_purchase_user_message_subject' => [
+ 'name' => 'Αγοράστε ξανά Θέμα μηνύματος χρήστη',
+ ],
+ 'again_purchase_user_message_line' => [
+ 'name' => 'Αγοράστε ξανά γραμμή μηνύματος χρήστη',
+ ],
+ 'again_sale_user_message_subject' => [
+ 'name' => 'Πάλι πώληση Θέμα μηνύματος χρήστη',
+ ],
+ 'again_sale_user_message_line' => [
+ 'name' => 'Πάλι πώληση γραμμή μηνύματος χρήστη',
+ ],
+ 'payment_order_user_message_subject' => [
+ 'name' => 'Θέμα μηνύματος χρήστη εντολής πληρωμής',
+ ],
+ 'payment_order_user_message_line' => [
+ 'name' => 'Γραμμή μηνύματος χρήστη εντολής πληρωμής',
+ ],
+ 'refund_order_user_message_subject' => [
+ 'name' => 'Θέμα μηνύματος χρήστη παραγγελίας επιστροφής χρημάτων',
+ ],
+ 'refund_order_user_message_line' => [
+ 'name' => 'Γραμμή μηνύματος χρήστη παραγγελίας επιστροφής χρημάτων',
+ ],
+ 'report_order_user_message_subject' => [
+ 'name' => 'Αναφορά παραγγελίας Θέμα μηνύματος χρήστη',
+ ],
+ 'report_order_user_message_line' => [
+ 'name' => 'Αναφορά παραγγελίας Γραμμή μηνύματος χρήστη',
+ ],
+ "sms_extension" => [
+ "name" =>"Επέκταση SMS",
+
+ ],
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/el/stream.php b/resources/default/addons/visiosoft/notifications-module/lang/el/stream.php
new file mode 100644
index 000000000..ea80fc4eb
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/el/stream.php
@@ -0,0 +1,13 @@
+ [
+ 'name' => 'Κοινοποιώ',
+ ],
+ 'smsnotify' => [
+ 'name' => 'Smsnotify',
+ ],
+ 'template' => [
+ 'name' => 'Πρότυπο',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/el/tab.php b/resources/default/addons/visiosoft/notifications-module/lang/el/tab.php
new file mode 100644
index 000000000..c965144a8
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/el/tab.php
@@ -0,0 +1,39 @@
+ [
+ 'title' => 'Νέα διαφήμιση Sms',
+ ],
+ 'payment_sms' => [
+ 'title' => 'Πληρωμή Sms',
+ ],
+ 'status_ad_sms' => [
+ 'title' => 'Κατάσταση Sms διαφήμισης',
+ ],
+ 'unpublish_ad_sms' => [
+ 'title' => 'Κατάργηση δημοσίευσης Sms διαφήμισης',
+ ],
+ 'update_ad_sms' => [
+ 'title' => 'Ενημέρωση διαφημίσεων Sms',
+ ],
+ 'new_ad_mail' => [
+ 'title' => 'Νέο διαφημιστικό ταχυδρομείο',
+ ],
+ 'update_ad_mail' => [
+ 'title' => 'Ενημέρωση διαφημιστικού ταχυδρομείου',
+ ],
+ 'status_ad_mail' => [
+ 'title' => 'Κατάσταση αλληλογραφίας διαφήμισης',
+ ],
+ 'unpublish_ad_mail' => [
+ 'title' => 'Κατάργηση δημοσίευσης αλληλογραφίας διαφήμισης',
+ ],
+
+ 'payment_cart_mail' => [
+ 'title' => 'Ταχυδρομείο πληρωμής',
+ ],
+ 'general_sms_settings' => [
+ 'title' => 'Ρυθμίσεις SMS',
+ ],
+
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/en/addon.php b/resources/default/addons/visiosoft/notifications-module/lang/en/addon.php
new file mode 100644
index 000000000..c293c7509
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/en/addon.php
@@ -0,0 +1,7 @@
+ 'Notifications',
+ 'name' => 'Notifications Module',
+ 'description' => 'Notifications Control System Management'
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/en/button.php b/resources/default/addons/visiosoft/notifications-module/lang/en/button.php
new file mode 100644
index 000000000..a21076934
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/en/button.php
@@ -0,0 +1,7 @@
+ 'New Notify',
+ 'new_smsnotify' => 'New Smsnotify',
+ 'new_template' => 'New Template',
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/en/field.php b/resources/default/addons/visiosoft/notifications-module/lang/en/field.php
new file mode 100644
index 000000000..434348534
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/en/field.php
@@ -0,0 +1,32 @@
+ [
+ 'name' => 'Name',
+ ],
+ 'message' => [
+ 'name' => 'Message',
+ ],
+ 'slug' => [
+ 'name' => 'Slug',
+ ],
+ 'subject' => [
+ 'name' => 'Subject',
+ ],
+ 'greeting' => [
+ 'name' => 'Greeting',
+ ],
+ 'enabled' => [
+ 'name' => 'Enabled',
+ ],
+ 'stream' => [
+ 'name' => 'Stream',
+ ],
+ 'unknown' => 'Unknown',
+ 'all_rights_reserved' => [
+ 'name' => 'All rights reserved',
+ ],
+ 'view' => [
+ 'name' => 'View',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/en/notification.php b/resources/default/addons/visiosoft/notifications-module/lang/en/notification.php
new file mode 100644
index 000000000..3d8e6d195
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/en/notification.php
@@ -0,0 +1,76 @@
+ 'Hello ',
+ 'thanks_message' => 'Thank You!',
+ 'detail_button' => 'View Detail',
+ 'create_site_subject' => 'OpenClassify site creation started',
+ 'create_site_line1' => 'We\'ve received your request to create the :sitename site.',
+ 'create_site_line2' => 'When the installation is complete, you will receive an email containing the site information.',
+ // 'create_site_line3' => 'For more information about System Usage, see \'How it works!\' page.',
+ // create doc first
+ 'create_site_line3' => 'It will take about 5 minutes. While we prepare your web site check our fantastic features.',
+ 'create_site_button' => 'Features!',
+
+ 'created_site_subject' => 'OpenClassify site created for you [:sitename] ',
+ 'created_site_line1' => 'Please note administrator info is given below.',
+ 'created_site_username' => 'Uusername : :username',
+ 'created_site_email' => 'Email Address : :email',
+ 'created_site_password' => 'Password : :password',
+ 'created_site_button' => 'Admin Panel',
+
+ //last 3 days
+ 'last_3_days_subscription_subject' => 'Last 3 Days of your Trial Pack!',
+ 'last_3_days_subscription_line1' => 'Your :sitename trial site is about to expire.',
+
+ //last 1 day
+ 'last_1_day_subscription_subject' => 'Last Day of your Trial Pack!',
+ 'last_1_day_subscription_line1' => 'Your :sitename trial site is about to expire.',
+
+ //one week later
+ 'one_week_later_subscription_subject' => 'Your Trial Package is Inactive.',
+ 'one_week_later_subscription_line1' => ':sitename trial site has ended 1 week ago. Please visit our site for eligible offers.',
+
+ //one month later
+ 'one_month_later_subscription_subject' => 'Your Trial Package will be deleted during the day.',
+ 'one_month_later_subscription_line1' => 'Your :sitename trial site expired 1 month ago.It will be removed during the day due to not taking action within the given time',
+
+ // Notifications
+ 'new_ad_user_sms_msg' => 'Your ad is under control.',
+ 'payment_user_sms_msg' => 'Thank you for your payment.',
+ 'approved_ad_user_sms_msg' => 'Ad Status Approved.',
+ 'passive_ad_user_sms_msg' => 'Ad Status Passive.',
+ 'declined_ad_user_sms_msg' => 'Ad Status Declined.',
+ 'pending_ad_user_sms_msg' => 'Ad Status Pending.',
+ 'unpublish_ad_user_sms_msg' => 'Your ad has been removed.',
+ 'update_ad_user_sms_msg' => 'Your Ad Successfully Updated.',
+ 'new_ad_user_message_subject' => 'Successful Advertising!',
+ 'new_ad_user_message_line1' => 'Your information has been sent to us.Required Controls Will Be Released and Released as soon as possible',
+ 'update_ad_user_message_subject' => 'Ad Update Successful!',
+ 'update_ad_user_message_line1' => 'We have received an update request for your given Ad.Provide Required Controls and Your Latest Update Will Be Released.',
+ 'passive_ad_user_message_subject' => 'Your advertisement has been discontinued!',
+ 'passive_ad_user_message_line1' => 'Your advertisement has been removed.',
+ 'active_ad_user_message_subject' => 'Your ad is Approved!',
+ 'active_ad_user_message_line1' => 'Your advertisement has been published.',
+ 'pending_ad_user_message_subject' => 'Your ad is under approval!',
+ 'pending_ad_user_message_line1' => 'Your advertisement has been submitted to the operator for approval.',
+ 'declined_ad_user_message_subject' => 'Your Ad Not Published!',
+ 'declined_ad_user_message_line1' => 'Your Notification has not been approved because it is not in compliance with the rules of submission.',
+ 'unpublish_ad_user_message_subject' => 'Your ad has been removed!',
+ 'unpublish_ad_user_message_line1' => 'Announcement has expired.',
+ 'payment_cart_user_message_subject' => 'Your Order is Successful!',
+ 'payment_cart_user_message_line1' => 'We got your order.For detailed information about the order click on the link.',
+ 'again_purchase_user_message_subject' => 'Order was re-created',
+ 'again_purchase_user_message_line' => 'Your order has been re-created for the following reasons or reasons:',
+ 'again_sale_user_message_subject' => 'Order was re-created',
+ 'again_sale_user_message_line' => 'The Sales transaction was reestablished for the following reasons or reasons:',
+
+ 'payment_order_user_message_subject' => 'Payment Notification',
+ 'payment_order_user_message_line' => 'Your payment has been transferred to your registered account.',
+
+ 'refund_order_user_message_subject' => 'Refund Notification',
+ 'refund_order_user_message_line' => 'Your canceled order has been paid to your registered account.',
+
+ 'report_order_user_message_subject' => 'Purchase Canceled',
+ 'report_order_user_message_line' => 'Your order has been canceled due to the following reasons or reasons. Your payment will be returned as soon as possible.',
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/en/permission.php b/resources/default/addons/visiosoft/notifications-module/lang/en/permission.php
new file mode 100644
index 000000000..7c643fd39
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/en/permission.php
@@ -0,0 +1,28 @@
+ [
+ 'name' => 'Notify',
+ 'option' => [
+ 'read' => 'Can read notify?',
+ 'write' => 'Can create/edit notify?',
+ 'delete' => 'Can delete notify?',
+ ],
+ ],
+ 'smsnotify' => [
+ 'name' => 'Smsnotify',
+ 'option' => [
+ 'read' => 'Can read smsnotify?',
+ 'write' => 'Can create/edit smsnotify?',
+ 'delete' => 'Can delete smsnotify?',
+ ],
+ ],
+ 'template' => [
+ 'name' => 'Template',
+ 'option' => [
+ 'read' => 'Can read template?',
+ 'write' => 'Can create/edit template?',
+ 'delete' => 'Can delete template?',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/en/section.php b/resources/default/addons/visiosoft/notifications-module/lang/en/section.php
new file mode 100644
index 000000000..1d103db02
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/en/section.php
@@ -0,0 +1,13 @@
+ [
+ 'title' => 'Notify',
+ ],
+ 'smsnotify' => [
+ 'title' => 'Smsnotify',
+ ],
+ 'template' => [
+ 'title' => 'Template',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/en/setting.php b/resources/default/addons/visiosoft/notifications-module/lang/en/setting.php
new file mode 100644
index 000000000..5562d1276
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/en/setting.php
@@ -0,0 +1,139 @@
+ [
+ 'name' => 'User Notifications',
+ ],
+ 'admin_notifications' => [
+ 'name' => 'Admin Notifications',
+ ],
+ 'new_ad_user_message_subject' => [
+ 'name' => 'New Ad User Message Subject',
+ ],
+ 'new_ad_user_message_line1' => [
+ 'name' => 'New Ad User Message Line1',
+ ],
+ 'update_ad_user_message_subject' => [
+ 'name' => 'Update Ad User Message Subject',
+ ],
+ 'update_ad_user_message_line1' => [
+ 'name' => 'Update Ad User Message Line1',
+ ],
+ 'passive_ad_user_message_subject' => [
+ 'name' => 'Passive Ad User Message Subject',
+ ],
+ 'passive_ad_user_message_line1' => [
+ 'name' => 'Passive Ad User Message Line1',
+ ],
+ 'active_ad_user_message_subject' => [
+ 'name' => 'Active Ad User Message Subject',
+ ],
+ 'active_ad_user_message_line1' => [
+ 'name' => 'Active Ad User Message Line1',
+ ],
+ 'pending_ad_user_message_subject' => [
+ 'name' => 'Pending Ad User Message Subject',
+ ],
+ 'pending_ad_user_message_line1' => [
+ 'name' => 'Pending Ad User Message Line1',
+ ],
+ 'declined_ad_user_message_subject' => [
+ 'name' => 'Declined Ad User Message Subject',
+ ],
+ 'declined_ad_user_message_line1' => [
+ 'name' => 'Declined Ad User Message Line1',
+ ],
+ 'unpublish_ad_user_message_subject' => [
+ 'name' => 'Unpublish Ad User Message Subject',
+ ],
+ 'unpublish_ad_user_message_line1' => [
+ 'name' => 'Unpublish Ad User Message Line1',
+ ],
+ 'payment_cart_user_message_subject' => [
+ 'name' => 'Payment Cart User Message Subject',
+ ],
+ 'payment_cart_user_message_line1' => [
+ 'name' => 'Payment Cart User Message Line1',
+ ],
+ 'new_ad_user_sms' => [
+ 'name' => 'New Ad User Sms',
+ ],
+ 'new_ad_user_sms_msg' => [
+ 'name' => 'New Ad User Sms Message',
+ ],
+ 'payment_user_sms' => [
+ 'name' => 'Payment User Sms',
+ ],
+ 'payment_user_sms_msg' => [
+ 'name' => 'Payment User Sms Message',
+ ],
+ 'status_ad_user_sms' => [
+ 'name' => 'Status Ad User Sms',
+ ],
+ 'approved_ad_user_sms_msg' => [
+ 'name' => 'Approved Ad User Sms Message',
+ ],
+ 'passive_ad_user_sms_msg' => [
+ 'name' => 'Passive Ad User Sms Message',
+ ],
+ 'declined_ad_user_sms_msg' => [
+ 'name' => 'Declined Ad User Sms Message',
+ ],
+ 'pending_ad_user_sms_msg' => [
+ 'name' => 'Pending Ad User Sms Message',
+ ],
+ 'unpublish_ad_user_sms' => [
+ 'name' => 'Unpublish Ad User Sms',
+ ],
+ 'unpublish_ad_user_sms_msg' => [
+ 'name' => 'Unpublish Ad User Sms Message',
+ ],
+ 'update_ad_user_sms' => [
+ 'name' => 'Update Ad User Sms',
+ ],
+ 'update_ad_user_sms_msg' => [
+ 'name' => 'Update Ad User Sms Message',
+ ],
+
+
+
+ 'again_purchase_user_message_subject' => [
+ 'name' => 'Again Purchase User Message Subject',
+ ],
+ 'again_purchase_user_message_line' => [
+ 'name' => 'Again Purchase User Message Line',
+ ],
+ 'again_sale_user_message_subject' => [
+ 'name' => 'Again Sale User Message Subject',
+ ],
+ 'again_sale_user_message_line' => [
+ 'name' => 'Again Sale User Message Line',
+ ],
+ 'payment_order_user_message_subject' => [
+ 'name' => 'Payment Order User Message Subject',
+ ],
+ 'payment_order_user_message_line' => [
+ 'name' => 'Payment Order User Message Line',
+ ],
+ 'refund_order_user_message_subject' => [
+ 'name' => 'Refund Order User Message Subject',
+ ],
+ 'refund_order_user_message_line' => [
+ 'name' => 'Refund Order User Message Line',
+ ],
+ 'report_order_user_message_subject' => [
+ 'name' => 'Report Order User Message Subject',
+ ],
+ 'report_order_user_message_line' => [
+ 'name' => 'Report Order User Message Line',
+ ],
+ "sms_extension" => [
+ "name" =>"SMS Extension",
+ ],
+ "mail_header" => [
+ "name" =>"Mail Header",
+ ],
+ "mail_footer" => [
+ "name" =>"Mail Footer",
+ ],
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/en/stream.php b/resources/default/addons/visiosoft/notifications-module/lang/en/stream.php
new file mode 100644
index 000000000..91f84e905
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/en/stream.php
@@ -0,0 +1,13 @@
+ [
+ 'name' => 'Notify',
+ ],
+ 'smsnotify' => [
+ 'name' => 'Smsnotify',
+ ],
+ 'template' => [
+ 'name' => 'Template',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/en/tab.php b/resources/default/addons/visiosoft/notifications-module/lang/en/tab.php
new file mode 100644
index 000000000..143ca9218
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/en/tab.php
@@ -0,0 +1,39 @@
+ [
+ 'title' => 'New Ad Sms',
+ ],
+ 'payment_sms' => [
+ 'title' => 'Payment Sms',
+ ],
+ 'status_ad_sms' => [
+ 'title' => 'Status Ad Sms',
+ ],
+ 'unpublish_ad_sms' => [
+ 'title' => 'Unpublish Ad Sms',
+ ],
+ 'update_ad_sms' => [
+ 'title' => 'Update Ad Sms',
+ ],
+ 'new_ad_mail' => [
+ 'title' => 'New Ad Mail',
+ ],
+ 'update_ad_mail' => [
+ 'title' => 'Update Ad Mail',
+ ],
+ 'status_ad_mail' => [
+ 'title' => 'Status Ad Mail',
+ ],
+ 'unpublish_ad_mail' => [
+ 'title' => 'Unpublish Ad Mail',
+ ],
+
+ 'payment_cart_mail' => [
+ 'title' => 'Payment Mail',
+ ],
+ 'general_sms_settings' => [
+ 'title' => 'SMS Settings',
+ ],
+ 'email_template' => 'Email Template',
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/es/addon.php b/resources/default/addons/visiosoft/notifications-module/lang/es/addon.php
new file mode 100644
index 000000000..6cc800725
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/es/addon.php
@@ -0,0 +1,7 @@
+ 'Notificaciones',
+ 'name' => 'Módulo de notificaciones',
+ 'description' => 'Gestión del sistema de control de notificaciones'
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/es/button.php b/resources/default/addons/visiosoft/notifications-module/lang/es/button.php
new file mode 100644
index 000000000..a516b3290
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/es/button.php
@@ -0,0 +1,7 @@
+ 'Nueva notificación',
+ 'new_smsnotify' => 'Nuevo Smsnotify',
+ 'new_template' => 'Nueva plantilla',
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/es/field.php b/resources/default/addons/visiosoft/notifications-module/lang/es/field.php
new file mode 100644
index 000000000..c5b666503
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/es/field.php
@@ -0,0 +1,22 @@
+ [
+ 'name' => 'Nombre',
+ ],
+ 'message' => [
+ 'name' => 'Mensaje',
+ ],
+ 'slug' => [
+ 'name' => 'Babosa',
+ ],
+ 'subject' => [
+ 'name' => 'Tema',
+ ],
+ 'greeting' => [
+ 'name' => 'Saludo',
+ ],
+ 'enabled' => [
+ 'name' => 'Enabled',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/es/notification.php b/resources/default/addons/visiosoft/notifications-module/lang/es/notification.php
new file mode 100644
index 000000000..be594c72b
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/es/notification.php
@@ -0,0 +1,76 @@
+ 'Hola ',
+ 'thanks_message' => '¡Gracias!',
+ 'detail_button' => 'Ver Detalle',
+ 'create_site_subject' => 'Se inició la creación del sitio OpenClassify',
+ 'create_site_line1' => 'Hemos recibido su solicitud para crear el sitio: sitename.',
+ 'create_site_line2' => 'Cuando se complete la instalación, recibirá un correo electrónico con la información del sitio.',
+ // 'create_site_line3' => 'For more information about System Usage, see \'How it works!\' page.',
+ // create doc first
+ 'create_site_line3' => 'Tardará unos 5 minutos. Mientras preparamos su sitio web, consulte nuestras fantásticas funciones.',
+ 'create_site_button' => '¡Caracteristicas!',
+
+ 'created_site_subject' => 'OpenClassify sitio creado para usted [: nombre de sitio] ',
+ 'created_site_line1' => 'Tenga en cuenta que la información del administrador se proporciona a continuación.',
+ 'created_site_username' => 'Uusername:: nombre de usuario',
+ 'created_site_email' => 'Dirección de correo electrónico: correo electrónico',
+ 'created_site_password' => 'Contraseña: contraseña',
+ 'created_site_button' => 'Panel de administrador',
+
+ //last 3 days
+ 'last_3_days_subscription_subject' => '¡Últimos 3 días de tu paquete de prueba!',
+ 'last_3_days_subscription_line1' => 'Su: sitio de prueba de nombre de sitio está a punto de caducar.',
+
+ //last 1 day
+ 'last_1_day_subscription_subject' => '¡Último día de tu paquete de prueba!',
+ 'last_1_day_subscription_line1' => 'Su: sitio de prueba de nombre de sitio está a punto de caducar.',
+
+ //one week later
+ 'one_week_later_subscription_subject' => 'Su paquete de prueba está inactivo.',
+ 'one_week_later_subscription_line1' => ': el sitio de prueba de nombre de sitio ha finalizado hace 1 semana. Visite nuestro sitio para conocer las ofertas elegibles.',
+
+ //one month later
+ 'one_month_later_subscription_subject' => 'Su paquete de prueba se eliminará durante el día.',
+ 'one_month_later_subscription_line1' => 'Su: sitio de prueba de nombre de sitio expiró hace 1 mes. Se eliminará durante el día debido a que no se tomaron medidas dentro del tiempo establecido',
+
+ // Notifications
+ 'new_ad_user_sms_msg' => 'Tu anuncio está bajo control.',
+ 'payment_user_sms_msg' => 'Gracias por tu pago.',
+ 'approved_ad_user_sms_msg' => 'Estado del anuncio aprobado.',
+ 'passive_ad_user_sms_msg' => 'Estado del anuncio pasivo.',
+ 'declined_ad_user_sms_msg' => 'Estado del anuncio rechazado.',
+ 'pending_ad_user_sms_msg' => 'Estado del anuncio pendiente.',
+ 'unpublish_ad_user_sms_msg' => 'Su anuncio ha sido eliminado.',
+ 'update_ad_user_sms_msg' => 'Su anuncio se actualizó correctamente.',
+ 'new_ad_user_message_subject' => 'Publicidad exitosa!',
+ 'new_ad_user_message_line1' => 'Su información nos ha sido enviada.Los controles requeridos se publicarán y publicarán lo antes posible',
+ 'update_ad_user_message_subject' => '¡Actualización de anuncios exitosa!',
+ 'update_ad_user_message_line1' => 'Hemos recibido una solicitud de actualización para su anuncio. Proporcione los controles necesarios y se publicará su última actualización.',
+ 'passive_ad_user_message_subject' => '¡Su anuncio ha sido descontinuado!',
+ 'passive_ad_user_message_line1' => 'Su anuncio ha sido eliminado.',
+ 'active_ad_user_message_subject' => '¡Su anuncio está aprobado!',
+ 'active_ad_user_message_line1' => 'Su anuncio ha sido publicado.',
+ 'pending_ad_user_message_subject' => '¡Su anuncio está bajo aprobación!',
+ 'pending_ad_user_message_line1' => 'Su anuncio ha sido enviado al operador para su aprobación.',
+ 'declined_ad_user_message_subject' => '¡Su anuncio no publicado!',
+ 'declined_ad_user_message_line1' => 'Su notificación no ha sido aprobada porque no cumple con las reglas de envío.',
+ 'unpublish_ad_user_message_subject' => '¡Su anuncio ha sido eliminado!',
+ 'unpublish_ad_user_message_line1' => 'El anuncio ha caducado.',
+ 'payment_cart_user_message_subject' => '¡Tu pedido se ha realizado correctamente!',
+ 'payment_cart_user_message_line1' => 'Recibimos tu pedido Para obtener información detallada sobre el pedido, haz clic en el enlace.',
+ 'again_purchase_user_message_subject' => 'El pedido fue recreado',
+ 'again_purchase_user_message_line' => 'Su pedido se ha vuelto a crear por los siguientes motivos o motivos:',
+ 'again_sale_user_message_subject' => 'El pedido fue recreado',
+ 'again_sale_user_message_line' => 'La transacción de venta se restableció por las siguientes razones o motivos:',
+
+ 'payment_order_user_message_subject' => 'Notificacion de pago',
+ 'payment_order_user_message_line' => 'Su pago ha sido transferido a su cuenta registrada.',
+
+ 'refund_order_user_message_subject' => 'Notificación de reembolso',
+ 'refund_order_user_message_line' => 'Su pedido cancelado se ha pagado a su cuenta registrada.',
+
+ 'report_order_user_message_subject' => 'Compra cancelada',
+ 'report_order_user_message_line' => 'Su pedido ha sido cancelado debido a las siguientes razones o motivos. Su pago será devuelto lo antes posible.',
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/es/permission.php b/resources/default/addons/visiosoft/notifications-module/lang/es/permission.php
new file mode 100644
index 000000000..b161b099d
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/es/permission.php
@@ -0,0 +1,28 @@
+ [
+ 'name' => 'Notificar',
+ 'option' => [
+ 'read' => '¿Puede leer notificar?',
+ 'write' => '¿Puede crear / editar notificaciones?',
+ 'delete' => '¿Puede eliminar notificar?',
+ ],
+ ],
+ 'smsnotify' => [
+ 'name' => 'Smsnotify',
+ 'option' => [
+ 'read' => '¿Puede leer smsnotify?',
+ 'write' => '¿Se puede crear / editar smsnotify?',
+ 'delete' => '¿Se puede eliminar smsnotify?',
+ ],
+ ],
+ 'template' => [
+ 'name' => 'Modelo',
+ 'option' => [
+ 'read' => '¿Puede leer la plantilla?',
+ 'write' => '¿Puede crear / editar una plantilla?',
+ 'delete' => '¿Puede eliminar la plantilla?',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/es/section.php b/resources/default/addons/visiosoft/notifications-module/lang/es/section.php
new file mode 100644
index 000000000..430581639
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/es/section.php
@@ -0,0 +1,13 @@
+ [
+ 'title' => 'Notificar',
+ ],
+ 'smsnotify' => [
+ 'title' => 'Smsnotify',
+ ],
+ 'template' => [
+ 'title' => 'Modelo',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/es/setting.php b/resources/default/addons/visiosoft/notifications-module/lang/es/setting.php
new file mode 100644
index 000000000..2f5234b8e
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/es/setting.php
@@ -0,0 +1,134 @@
+ [
+ 'name' => 'Notificaciones de usuario',
+ ],
+ 'admin_notifications' => [
+ 'name' => 'Notificaciones de administrador',
+ ],
+ 'new_ad_user_message_subject' => [
+ 'name' => 'Asunto del mensaje del nuevo usuario del anuncio',
+ ],
+ 'new_ad_user_message_line1' => [
+ 'name' => 'Nuevo mensaje de usuario del anuncio Line1',
+ ],
+ 'update_ad_user_message_subject' => [
+ 'name' => 'Actualizar el asunto del mensaje del usuario del anuncio',
+ ],
+ 'update_ad_user_message_line1' => [
+ 'name' => 'Actualizar la línea de mensajes del usuario del anuncio 1',
+ ],
+ 'passive_ad_user_message_subject' => [
+ 'name' => 'Asunto del mensaje del usuario del anuncio pasivo',
+ ],
+ 'passive_ad_user_message_line1' => [
+ 'name' => 'Línea de mensajes de usuario de anuncios pasivos1',
+ ],
+ 'active_ad_user_message_subject' => [
+ 'name' => 'Asunto del mensaje de usuario del anuncio activo',
+ ],
+ 'active_ad_user_message_line1' => [
+ 'name' => 'Línea de mensajes de usuario de anuncios activos 1',
+ ],
+ 'pending_ad_user_message_subject' => [
+ 'name' => 'Asunto del mensaje de usuario del anuncio pendiente',
+ ],
+ 'pending_ad_user_message_line1' => [
+ 'name' => 'Línea de mensaje de usuario de anuncio pendiente 1',
+ ],
+ 'declined_ad_user_message_subject' => [
+ 'name' => 'Asunto del mensaje de usuario del anuncio rechazado',
+ ],
+ 'declined_ad_user_message_line1' => [
+ 'name' => 'Línea de mensaje de usuario de anuncio rechazado 1',
+ ],
+ 'unpublish_ad_user_message_subject' => [
+ 'name' => 'Anular la publicación del asunto del mensaje del usuario del anuncio',
+ ],
+ 'unpublish_ad_user_message_line1' => [
+ 'name' => 'Anular la publicación de la línea de mensajes de usuario del anuncio 1',
+ ],
+ 'payment_cart_user_message_subject' => [
+ 'name' => 'Asunto del mensaje de usuario del carrito de pago',
+ ],
+ 'payment_cart_user_message_line1' => [
+ 'name' => 'Línea de mensaje de usuario del carrito de pago 1',
+ ],
+ 'new_ad_user_sms' => [
+ 'name' => 'Nuevo mensaje de usuario del anuncio',
+ ],
+ 'new_ad_user_sms_msg' => [
+ 'name' => 'Mensaje SMS de nuevo usuario del anuncio',
+ ],
+ 'payment_user_sms' => [
+ 'name' => 'SMS de usuario de pago',
+ ],
+ 'payment_user_sms_msg' => [
+ 'name' => 'Mensaje SMS del usuario de pago',
+ ],
+ 'status_ad_user_sms' => [
+ 'name' => 'Mensaje de usuario del anuncio de estado',
+ ],
+ 'approved_ad_user_sms_msg' => [
+ 'name' => 'Mensaje SMS de usuario de anuncio aprobado',
+ ],
+ 'passive_ad_user_sms_msg' => [
+ 'name' => 'Mensaje SMS de usuario de anuncio pasivo',
+ ],
+ 'declined_ad_user_sms_msg' => [
+ 'name' => 'Mensaje SMS de usuario de anuncio rechazado',
+ ],
+ 'pending_ad_user_sms_msg' => [
+ 'name' => 'Mensaje SMS del usuario del anuncio pendiente',
+ ],
+ 'unpublish_ad_user_sms' => [
+ 'name' => 'Anular la publicación de SMS de usuario de anuncios',
+ ],
+ 'unpublish_ad_user_sms_msg' => [
+ 'name' => 'Anular la publicación del mensaje SMS del usuario del anuncio',
+ ],
+ 'update_ad_user_sms' => [
+ 'name' => 'Actualizar SMS del usuario del anuncio',
+ ],
+ 'update_ad_user_sms_msg' => [
+ 'name' => 'Actualizar mensaje SMS del usuario del anuncio',
+ ],
+
+
+
+ 'again_purchase_user_message_subject' => [
+ 'name' => 'Asunto del mensaje de usuario de compra de nuevo',
+ ],
+ 'again_purchase_user_message_line' => [
+ 'name' => 'Nuevamente comprar línea de mensaje de usuario',
+ ],
+ 'again_sale_user_message_subject' => [
+ 'name' => 'Asunto del mensaje de usuario de venta de nuevo',
+ ],
+ 'again_sale_user_message_line' => [
+ 'name' => 'Nueva línea de mensaje de usuario de venta',
+ ],
+ 'payment_order_user_message_subject' => [
+ 'name' => 'Asunto del mensaje de usuario de la orden de pago',
+ ],
+ 'payment_order_user_message_line' => [
+ 'name' => 'Línea de mensaje de usuario de orden de pago',
+ ],
+ 'refund_order_user_message_subject' => [
+ 'name' => 'Asunto del mensaje de usuario de la orden de reembolso',
+ ],
+ 'refund_order_user_message_line' => [
+ 'name' => 'Línea de mensaje de usuario de orden de reembolso',
+ ],
+ 'report_order_user_message_subject' => [
+ 'name' => 'Asunto del mensaje de usuario de la orden de informe',
+ ],
+ 'report_order_user_message_line' => [
+ 'name' => 'Línea de mensaje de usuario de orden de informe',
+ ],
+ "sms_extension" => [
+ "name" =>"Extensión SMS",
+
+ ],
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/es/stream.php b/resources/default/addons/visiosoft/notifications-module/lang/es/stream.php
new file mode 100644
index 000000000..080386d8b
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/es/stream.php
@@ -0,0 +1,13 @@
+ [
+ 'name' => 'Notificar',
+ ],
+ 'smsnotify' => [
+ 'name' => 'Smsnotify',
+ ],
+ 'template' => [
+ 'name' => 'Modelo',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/es/tab.php b/resources/default/addons/visiosoft/notifications-module/lang/es/tab.php
new file mode 100644
index 000000000..a3a74f243
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/es/tab.php
@@ -0,0 +1,39 @@
+ [
+ 'title' => 'Nuevo anuncio SMS',
+ ],
+ 'payment_sms' => [
+ 'title' => 'Pago SMS',
+ ],
+ 'status_ad_sms' => [
+ 'title' => 'SMS de anuncio de estado',
+ ],
+ 'unpublish_ad_sms' => [
+ 'title' => 'Anular la publicación de SMS de anuncios',
+ ],
+ 'update_ad_sms' => [
+ 'title' => 'Actualizar mensajes publicitarios',
+ ],
+ 'new_ad_mail' => [
+ 'title' => 'Nuevo correo publicitario',
+ ],
+ 'update_ad_mail' => [
+ 'title' => 'Actualizar correo de anuncios',
+ ],
+ 'status_ad_mail' => [
+ 'title' => 'Correo de anuncios de estado',
+ ],
+ 'unpublish_ad_mail' => [
+ 'title' => 'Anular la publicación de correo publicitario',
+ ],
+
+ 'payment_cart_mail' => [
+ 'title' => 'Pago por correo',
+ ],
+ 'general_sms_settings' => [
+ 'title' => 'Configuración de SMS',
+ ],
+
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/fa/addon.php b/resources/default/addons/visiosoft/notifications-module/lang/fa/addon.php
new file mode 100644
index 000000000..3c6eaf3b0
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/fa/addon.php
@@ -0,0 +1,7 @@
+"اطلاعیه",
+ "name" =>"ماژول اطلاعیه ها",
+ "description" =>"مدیریت اطلاعیه ها مدیریت سیستم"
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/fa/button.php b/resources/default/addons/visiosoft/notifications-module/lang/fa/button.php
new file mode 100644
index 000000000..e4ee569a7
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/fa/button.php
@@ -0,0 +1,6 @@
+"اطلاع جدید",
+ "new_smsnotify" =>"Smsnotify جدید"
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/fa/field.php b/resources/default/addons/visiosoft/notifications-module/lang/fa/field.php
new file mode 100644
index 000000000..6de81f2c1
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/fa/field.php
@@ -0,0 +1,5 @@
+"سلام",
+ "thanks_message" =>"متشکرم!",
+ "detail_button" =>"نمایش جزئیات",
+ "create_site_subject" =>"ایجاد سایت OpenClassify آغاز شد",
+ "create_site_line1" =>"درخواست شما را برای ایجاد سایت:sitename دریافت کردیم.",
+ "create_site_line2" =>"پس از اتمام نصب ، ایمیلی دریافت خواهید کرد که حاوی اطلاعات سایت است.",
+ "create_site_line3" =>"حدود 5 دقیقه طول خواهد کشید. در حالی که ما وب سایت شما را آماده می کنیم ویژگی های خارق العاده ما را بررسی کنید.",
+ "create_site_button" =>"امکانات!",
+ "created_site_subject" =>"سایت OpenClassify ایجاد شده برای شما [
+:نام خانوادگی
+ ] "," created_site_line1"=>"لطفاً توجه داشته باشید که اطلاعات سرپرست در زیر آورده شده است.",
+ "created_site_username" =>"نام کاربری::نام کاربری",
+ "created_site_email" =>"آدرس ایمیل:ایمیل",
+ "created_site_password" =>"رمز عبور:رمز عبور",
+ "created_site_button" =>"پنل مدیریت",
+ "last_3_days_subscription_subject" =>"آخرین 3 روز از بسته آزمایشی شما!",
+ "last_3_days_subscription_line1" =>"سایت شما:سایت آزمایشی نام خانوادگی منقضی شده است.",
+ "last_1_day_subscription_subject" =>"آخرین روز از بسته آزمایشی شما!",
+ "last_1_day_subscription_line1" =>"سایت شما:سایت آزمایشی نام خانوادگی منقضی شده است.",
+ "one_week_later_subscription_subject" =>"بسته آزمایشی شما غیرفعال است.",
+ "one_week_later_subscription_line1" =>":سایت آزمایشی sitename 1 هفته قبل به پایان رسیده است. لطفاً برای پیشنهادهای واجد شرایط به سایت ما مراجعه کنید.",
+ "one_month_later_subscription_subject" =>"بسته آزمایشی شما در طول روز حذف می شود.",
+ "one_month_later_subscription_line1" =>"شما:سایت آزمایشی نام سایت 1 ماه قبل منقضی شده است. به دلیل عدم اقدام در مدت زمان معین ، در طول روز حذف می شود"
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/fa/permission.php b/resources/default/addons/visiosoft/notifications-module/lang/fa/permission.php
new file mode 100644
index 000000000..2139d6a3c
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/fa/permission.php
@@ -0,0 +1,24 @@
+ [
+ "name" =>"مطلع ساختن",
+ "option" => [
+ "read" =>"می توانید اعلان را بخوانید؟ ",
+ "write" =>"آیا می توانید اعلان ایجاد یا ویرایش کنید؟ ",
+ "delete" =>"می توانید اعلان را حذف کنید؟"
+ ],
+
+ ],
+ "smsnotify" => [
+ "name" =>"smsnotify",
+ "option" => [
+ "read" =>"آیا می توانید smsnotify را بخوانید؟ ",
+ "write" =>"آیا می توانید smsnotify ایجاد یا ویرایش کنید؟ ",
+ "delete" =>"آیا می توانید smsnotify را حذف کنید؟",
+
+ ],
+
+ ],
+
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/fa/section.php b/resources/default/addons/visiosoft/notifications-module/lang/fa/section.php
new file mode 100644
index 000000000..3e37ad513
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/fa/section.php
@@ -0,0 +1,13 @@
+ [
+ "title" =>"مطلع ساختن",
+
+ ],
+ "smsnotify" => [
+ "title" =>"smsnotify",
+
+ ],
+
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/fa/setting.php b/resources/default/addons/visiosoft/notifications-module/lang/fa/setting.php
new file mode 100644
index 000000000..021f20c3e
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/fa/setting.php
@@ -0,0 +1,169 @@
+ [
+ "name" =>"اعلان های کاربر",
+
+ ],
+ "admin_notifications" => [
+ "name" =>"اعلان های مدیر",
+
+ ],
+ "new_ad_user_message_subject" => [
+ "name" =>"موضوع پیام پیام تبلیغاتی کاربر جدید",
+
+ ],
+ "new_ad_user_message_line1" => [
+ "name" =>"پیام تبلیغاتی کاربر جدید Line1",
+
+ ],
+ "update_ad_user_message_subject" => [
+ "name" =>"موضوع پیام پیام تبلیغ را به روز کنید",
+
+ ],
+ "update_ad_user_message_line1" => [
+ "name" =>"پیام کاربر Ad Line Line1 را به روز کنید",
+
+ ],
+ "passive_ad_user_message_subject" => [
+ "name" =>"موضوع پیام تبلیغاتی غیرفعال",
+
+ ],
+ "passive_ad_user_message_line1" => [
+ "name" =>"پیام تبلیغاتی کاربر Passive Line1",
+
+ ],
+ "active_ad_user_message_subject" => [
+ "name" =>"موضوع پیام تبلیغاتی فعال کاربر",
+
+ ],
+ "active_ad_user_message_line1" => [
+ "name" =>"پیام فعال کاربر پیام Line1",
+
+ ],
+ "pending_ad_user_message_subject" => [
+ "name" =>"در انتظار موضوع پیام کاربر آگهی",
+
+ ],
+ "pending_ad_user_message_line1" => [
+ "name" =>"در انتظار پیام تبلیغ کاربر Line1",
+
+ ],
+ "declined_ad_user_message_subject" => [
+ "name" =>"موضوع پیام تبلیغ کاربر رد شد",
+
+ ],
+ "declined_ad_user_message_line1" => [
+ "name" =>"پیام پیام کاربر Line Line1 رد شد",
+
+ ],
+ "unpublish_ad_user_message_subject" => [
+ "name" =>"موضوع پیام تبلیغ کاربر را منتشر کنید",
+
+ ],
+ "unpublish_ad_user_message_line1" => [
+ "name" =>"لغو انتشار پیام پیام کاربر کاربر Line1",
+
+ ],
+ "payment_cart_user_message_subject" => [
+ "name" =>"موضوع پیام سبد خرید",
+
+ ],
+ "payment_cart_user_message_line1" => [
+ "name" =>"سبد پرداخت پیام کاربر Line1",
+
+ ],
+ "new_ad_user_sms" => [
+ "name" =>"اس ام اس های کاربر جدید تبلیغاتی",
+
+ ],
+ "new_ad_user_sms_msg" => [
+ "name" =>"پیام sms کاربر جدید تبلیغ",
+
+ ],
+ "payment_user_sms" => [
+ "name" =>"اس ام اس کاربر",
+
+ ],
+ "payment_user_sms_msg" => [
+ "name" =>"پیام ارسال پیام کوتاه کاربر",
+
+ ],
+ "status_ad_user_sms" => [
+ "name" =>"اس ام اس های کاربر آگهی وضعیت",
+
+ ],
+ "approved_ad_user_sms_msg" => [
+ "name" =>"پیام sms کاربر تبلیغ تایید شده است",
+
+ ],
+ "passive_ad_user_sms_msg" => [
+ "name" =>"پیام پیام کوتاه کاربر پیام تبلیغاتی",
+
+ ],
+ "declined_ad_user_sms_msg" => [
+ "name" =>"پیام sms کاربر تبلیغ رد شد",
+
+ ],
+ "pending_ad_user_sms_msg" => [
+ "name" =>"در انتظار پیام sms کاربر تبلیغ",
+
+ ],
+ "unpublish_ad_user_sms" => [
+ "name" =>"عدم انتشار پیام کوتاه کاربر",
+
+ ],
+ "unpublish_ad_user_sms_msg" => [
+ "name" =>"پیام ارسال پیام کوتاه کاربر را منتشر کنید",
+
+ ],
+ "update_ad_user_sms" => [
+ "name" =>"اس ام اس های کاربر تبلیغ را به روز کنید",
+
+ ],
+ "update_ad_user_sms_msg" => [
+ "name" =>"پیام sms کاربر تبلیغ را به روز کنید",
+
+ ],
+ "again_purchase_user_message_subject" => [
+ "name" =>"دوباره موضوع پیام کاربر را خریداری کنید",
+
+ ],
+ "again_purchase_user_message_line" => [
+ "name" =>"دوباره خط پیام کاربر را خریداری کنید",
+
+ ],
+ "again_sale_user_message_subject" => [
+ "name" =>"دوباره فروش پیام پیام کاربر",
+
+ ],
+ "again_sale_user_message_line" => [
+ "name" =>"دوباره فروش خط پیام کاربر",
+
+ ],
+ "payment_order_user_message_subject" => [
+ "name" =>"موضوع سفارش پیام پرداخت",
+
+ ],
+ "payment_order_user_message_line" => [
+ "name" =>"خط سفارش کاربر سفارش پرداخت",
+
+ ],
+ "refund_order_user_message_subject" => [
+ "name" =>"موضوع بازپرداخت سفارش پیام کاربر",
+
+ ],
+ "refund_order_user_message_line" => [
+ "name" =>"بازپرداخت خط پیام کاربر",
+
+ ],
+ "report_order_user_message_subject" => [
+ "name" =>"گزارش سفارش پیام پیام کاربر",
+
+ ],
+ "report_order_user_message_line" => [
+ "name" =>"گزارش خط کاربر پیام سفارش",
+
+ ],
+
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/fa/stream.php b/resources/default/addons/visiosoft/notifications-module/lang/fa/stream.php
new file mode 100644
index 000000000..ca3d94bf0
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/fa/stream.php
@@ -0,0 +1,13 @@
+ [
+ "name" =>"مطلع ساختن",
+
+ ],
+ "smsnotify" => [
+ "name" =>"smsnotify",
+
+ ],
+
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/fa/tab.php b/resources/default/addons/visiosoft/notifications-module/lang/fa/tab.php
new file mode 100644
index 000000000..9fdc3292c
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/fa/tab.php
@@ -0,0 +1,45 @@
+ [
+ "title" =>"اس ام اس های تبلیغاتی جدید",
+
+ ],
+ "payment_sms" => [
+ "title" =>"اس ام اس های پرداخت",
+
+ ],
+ "status_ad_sms" => [
+ "title" =>"اس ام اس های تبلیغاتی وضعیت",
+
+ ],
+ "unpublish_ad_sms" => [
+ "title" =>"ارسال پیامک تبلیغاتی",
+
+ ],
+ "update_ad_sms" => [
+ "title" =>"اس ام اس های تبلیغی را به روز کنید",
+
+ ],
+ "new_ad_mail" => [
+ "title" =>"ایمیل تبلیغ جدید",
+
+ ],
+ "update_ad_mail" => [
+ "title" =>"ایمیل تبلیغ را به روز کنید",
+
+ ],
+ "status_ad_mail" => [
+ "title" =>"نامه آگهی وضعیت",
+
+ ],
+ "unpublish_ad_mail" => [
+ "title" =>"لغو انتشار ایمیل",
+
+ ],
+ "payment_cart_mail" => [
+ "title" =>"نامه پرداخت",
+
+ ],
+
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/fi/addon.php b/resources/default/addons/visiosoft/notifications-module/lang/fi/addon.php
new file mode 100644
index 000000000..9b1e5f2b8
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/fi/addon.php
@@ -0,0 +1,7 @@
+ 'Ilmoitukset',
+ 'name' => 'Ilmoitusmoduuli',
+ 'description' => 'Ilmoitusten hallintajärjestelmän hallinta'
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/fi/button.php b/resources/default/addons/visiosoft/notifications-module/lang/fi/button.php
new file mode 100644
index 000000000..893bbc59e
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/fi/button.php
@@ -0,0 +1,7 @@
+ 'Uusi ilmoitus',
+ 'new_smsnotify' => 'Uusi tekstiviesti',
+ 'new_template' => 'Uusi malli',
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/fi/field.php b/resources/default/addons/visiosoft/notifications-module/lang/fi/field.php
new file mode 100644
index 000000000..b0e1a65fc
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/fi/field.php
@@ -0,0 +1,22 @@
+ [
+ 'name' => 'Nimi',
+ ],
+ 'message' => [
+ 'name' => 'Viesti',
+ ],
+ 'slug' => [
+ 'name' => 'Etana',
+ ],
+ 'subject' => [
+ 'name' => 'Aihe',
+ ],
+ 'greeting' => [
+ 'name' => 'Tervehdys',
+ ],
+ 'enabled' => [
+ 'name' => 'Enabled',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/fi/notification.php b/resources/default/addons/visiosoft/notifications-module/lang/fi/notification.php
new file mode 100644
index 000000000..976ac7086
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/fi/notification.php
@@ -0,0 +1,76 @@
+ 'Hei ',
+ 'thanks_message' => 'Kiitos!',
+ 'detail_button' => 'Näytä Yksityiskohdat',
+ 'create_site_subject' => 'OpenClassify-sivuston luominen aloitettiin',
+ 'create_site_line1' => 'Olemme vastaanottaneet pyyntösi luoda: näiname-sivusto.',
+ 'create_site_line2' => 'Kun asennus on valmis, saat sähköpostiviestin, joka sisältää sivustotiedot.',
+ // 'create_site_line3' => 'For more information about System Usage, see \'How it works!\' page.',
+ // create doc first
+ 'create_site_line3' => 'Se kestää noin 5 minuuttia. Kun valmistelemme verkkosivustoasi, tarkista upeat ominaisuudet.',
+ 'create_site_button' => 'Ominaisuudet!',
+
+ 'created_site_subject' => 'Sinulle luotu OpenClassify-sivusto [: sitename] ',
+ 'created_site_line1' => 'Huomaa, että ylläpitäjän tiedot on annettu alla.',
+ 'created_site_username' => 'Uusi nimi:: käyttäjänimi',
+ 'created_site_email' => 'Sähköpostiosoite:: sähköposti',
+ 'created_site_password' => 'Salasana:: salasana',
+ 'created_site_button' => 'Ylläpitäjän paneeli',
+
+ //last 3 days
+ 'last_3_days_subscription_subject' => 'Kokeilupakettisi viimeiset 3 päivää!',
+ 'last_3_days_subscription_line1' => 'Sinun: sitename -kokeilusivustosi on vanhenemassa.',
+
+ //last 1 day
+ 'last_1_day_subscription_subject' => 'Kokeilupakettisi viimeinen päivä!',
+ 'last_1_day_subscription_line1' => 'Sinun: sitename -kokeilusivustosi on vanhenemassa.',
+
+ //one week later
+ 'one_week_later_subscription_subject' => 'Kokeilupakettisi ei ole aktiivinen.',
+ 'one_week_later_subscription_line1' => ': sitename -kokeilusivusto on päättynyt 1 viikko sitten. Käy sivustollamme saadaksesi kelvollisia tarjouksia.',
+
+ //one month later
+ 'one_month_later_subscription_subject' => 'Koepaketti poistetaan päivän aikana.',
+ 'one_month_later_subscription_line1' => 'Sinun: sitename-kokeilusivustosi vanhensi kuukausi sitten. Se poistetaan päivän aikana, koska et ryhtynyt toimiin annetussa ajassa',
+
+ // Notifications
+ 'new_ad_user_sms_msg' => 'Mainoksesi on hallinnassa.',
+ 'payment_user_sms_msg' => 'Kiitos maksustasi.',
+ 'approved_ad_user_sms_msg' => 'Mainoksen tila hyväksytty.',
+ 'passive_ad_user_sms_msg' => 'Mainoksen tila passiivinen.',
+ 'declined_ad_user_sms_msg' => 'Mainoksen tila hylätty.',
+ 'pending_ad_user_sms_msg' => 'Mainoksen tila odottaa.',
+ 'unpublish_ad_user_sms_msg' => 'Mainoksesi on poistettu.',
+ 'update_ad_user_sms_msg' => 'Mainoksesi päivitys onnistui.',
+ 'new_ad_user_message_subject' => 'Onnistunut mainonta!',
+ 'new_ad_user_message_line1' => 'Tietosi on lähetetty meille. Vaaditut hallintalaitteet vapautetaan ja vapautetaan mahdollisimman pian',
+ 'update_ad_user_message_subject' => 'Mainoksen päivitys onnistui!',
+ 'update_ad_user_message_line1' => 'Olemme saaneet päivityspyynnön annetulle mainoksellesi. Anna tarvittavat hallintalaitteet ja viimeisin päivityksesi julkaistaan.',
+ 'passive_ad_user_message_subject' => 'Mainoksesi on lopetettu!',
+ 'passive_ad_user_message_line1' => 'Mainoksesi on poistettu.',
+ 'active_ad_user_message_subject' => 'Mainoksesi on hyväksytty!',
+ 'active_ad_user_message_line1' => 'Mainoksesi on julkaistu.',
+ 'pending_ad_user_message_subject' => 'Mainoksesi on hyväksyttävissä!',
+ 'pending_ad_user_message_line1' => 'Mainoksesi on lähetetty operaattorille hyväksyttäväksi.',
+ 'declined_ad_user_message_subject' => 'Mainostasi ei julkaistu!',
+ 'declined_ad_user_message_line1' => 'Ilmoitustasi ei ole hyväksytty, koska se ei ole lähetyssääntöjen mukainen.',
+ 'unpublish_ad_user_message_subject' => 'Mainoksesi on poistettu!',
+ 'unpublish_ad_user_message_line1' => 'Ilmoitus on vanhentunut.',
+ 'payment_cart_user_message_subject' => 'Tilauksesi on onnistunut!',
+ 'payment_cart_user_message_line1' => 'Saimme tilauksesi. Saat lisätietoja tilauksesta napsauttamalla linkkiä.',
+ 'again_purchase_user_message_subject' => 'Tilaus luotiin uudelleen',
+ 'again_purchase_user_message_line' => 'Tilauksesi on luotu uudelleen seuraavista syistä tai syistä:',
+ 'again_sale_user_message_subject' => 'Tilaus luotiin uudelleen',
+ 'again_sale_user_message_line' => 'Myyntitapahtuma perustettiin uudelleen seuraavista syistä tai syistä:',
+
+ 'payment_order_user_message_subject' => 'Maksuilmoitus',
+ 'payment_order_user_message_line' => 'Maksusi on siirretty rekisteröidylle tilillesi.',
+
+ 'refund_order_user_message_subject' => 'Hyvitysilmoitus',
+ 'refund_order_user_message_line' => 'Peruutettu tilauksesi on maksettu rekisteröidylle tilillesi.',
+
+ 'report_order_user_message_subject' => 'Osto peruutettu',
+ 'report_order_user_message_line' => 'Tilauksesi on peruutettu seuraavista syistä tai syistä. Maksusi palautetaan mahdollisimman pian.',
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/fi/permission.php b/resources/default/addons/visiosoft/notifications-module/lang/fi/permission.php
new file mode 100644
index 000000000..a51a3668c
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/fi/permission.php
@@ -0,0 +1,28 @@
+ [
+ 'name' => 'Ilmoittaa',
+ 'option' => [
+ 'read' => 'Voi lukea ilmoituksen?',
+ 'write' => 'Voi luoda / muokata ilmoitusta?',
+ 'delete' => 'Voinko poistaa ilmoituksen?',
+ ],
+ ],
+ 'smsnotify' => [
+ 'name' => 'Tekstiviesti',
+ 'option' => [
+ 'read' => 'Voi lukea SMS-ilmoitusta?',
+ 'write' => 'Voiko luoda / muokata SMS-ilmoitusta?',
+ 'delete' => 'Voiko smsnotify poistaa?',
+ ],
+ ],
+ 'template' => [
+ 'name' => 'Sapluuna',
+ 'option' => [
+ 'read' => 'Voi lukea mallia?',
+ 'write' => 'Voiko luoda / muokata mallia?',
+ 'delete' => 'Voinko poistaa mallin?',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/fi/section.php b/resources/default/addons/visiosoft/notifications-module/lang/fi/section.php
new file mode 100644
index 000000000..5aa64b783
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/fi/section.php
@@ -0,0 +1,13 @@
+ [
+ 'title' => 'Ilmoittaa',
+ ],
+ 'smsnotify' => [
+ 'title' => 'Tekstiviesti',
+ ],
+ 'template' => [
+ 'title' => 'Sapluuna',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/fi/setting.php b/resources/default/addons/visiosoft/notifications-module/lang/fi/setting.php
new file mode 100644
index 000000000..b430fa7cd
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/fi/setting.php
@@ -0,0 +1,134 @@
+ [
+ 'name' => 'Käyttäjäilmoitukset',
+ ],
+ 'admin_notifications' => [
+ 'name' => 'Järjestelmänvalvojan ilmoitukset',
+ ],
+ 'new_ad_user_message_subject' => [
+ 'name' => 'Uusi mainoksen käyttäjän viestin aihe',
+ ],
+ 'new_ad_user_message_line1' => [
+ 'name' => 'Uusi mainoskäyttäjän viestirivi 1',
+ ],
+ 'update_ad_user_message_subject' => [
+ 'name' => 'Päivitä mainoksen käyttäjän viestin aihe',
+ ],
+ 'update_ad_user_message_line1' => [
+ 'name' => 'Päivitä mainoksen käyttäjän viestirivi 1',
+ ],
+ 'passive_ad_user_message_subject' => [
+ 'name' => 'Passiivisen mainoksen käyttäjän viestin aihe',
+ ],
+ 'passive_ad_user_message_line1' => [
+ 'name' => 'Passiivisen mainoksen käyttäjän viestirivi 1',
+ ],
+ 'active_ad_user_message_subject' => [
+ 'name' => 'Aktiivisen mainoksen käyttäjän viestin aihe',
+ ],
+ 'active_ad_user_message_line1' => [
+ 'name' => 'Aktiivisen mainoksen käyttäjän viestirivi 1',
+ ],
+ 'pending_ad_user_message_subject' => [
+ 'name' => 'Odottava mainoksen käyttäjän viestin aihe',
+ ],
+ 'pending_ad_user_message_line1' => [
+ 'name' => 'Odottava mainoksen käyttäjän viestirivi 1',
+ ],
+ 'declined_ad_user_message_subject' => [
+ 'name' => 'Hylätty mainoksen käyttäjän viestin aihe',
+ ],
+ 'declined_ad_user_message_line1' => [
+ 'name' => 'Hylätty mainoksen käyttäjän viestirivi 1',
+ ],
+ 'unpublish_ad_user_message_subject' => [
+ 'name' => 'Peruuta mainoksen käyttäjäviestin aihe',
+ ],
+ 'unpublish_ad_user_message_line1' => [
+ 'name' => 'Peruuta mainoksen käyttäjän viestirivin julkaisu 1',
+ ],
+ 'payment_cart_user_message_subject' => [
+ 'name' => 'Maksukorin käyttäjän viestin aihe',
+ ],
+ 'payment_cart_user_message_line1' => [
+ 'name' => 'Maksukorin käyttäjän viestirivi 1',
+ ],
+ 'new_ad_user_sms' => [
+ 'name' => 'Uusi mainoskäyttäjän tekstiviesti',
+ ],
+ 'new_ad_user_sms_msg' => [
+ 'name' => 'Uusi mainoskäyttäjän tekstiviesti',
+ ],
+ 'payment_user_sms' => [
+ 'name' => 'Maksun käyttäjän tekstiviesti',
+ ],
+ 'payment_user_sms_msg' => [
+ 'name' => 'Maksun käyttäjän tekstiviesti',
+ ],
+ 'status_ad_user_sms' => [
+ 'name' => 'Tilamainoksen käyttäjän tekstiviesti',
+ ],
+ 'approved_ad_user_sms_msg' => [
+ 'name' => 'Hyväksytty mainoksen käyttäjän tekstiviesti',
+ ],
+ 'passive_ad_user_sms_msg' => [
+ 'name' => 'Passiivisen mainoksen käyttäjän tekstiviesti',
+ ],
+ 'declined_ad_user_sms_msg' => [
+ 'name' => 'Hylätty mainoksen käyttäjän tekstiviesti',
+ ],
+ 'pending_ad_user_sms_msg' => [
+ 'name' => 'Odottava mainoksen käyttäjän tekstiviesti',
+ ],
+ 'unpublish_ad_user_sms' => [
+ 'name' => 'Peruuta mainoksen käyttäjän tekstiviestien julkaisu',
+ ],
+ 'unpublish_ad_user_sms_msg' => [
+ 'name' => 'Peruuta mainoksen käyttäjän tekstiviestin julkaisu',
+ ],
+ 'update_ad_user_sms' => [
+ 'name' => 'Päivitä mainoksen käyttäjän tekstiviesti',
+ ],
+ 'update_ad_user_sms_msg' => [
+ 'name' => 'Päivitä mainoksen käyttäjän tekstiviesti',
+ ],
+
+
+
+ 'again_purchase_user_message_subject' => [
+ 'name' => 'Osta jälleen käyttäjän viestin aihe',
+ ],
+ 'again_purchase_user_message_line' => [
+ 'name' => 'Osta jälleen käyttäjän viestirivi',
+ ],
+ 'again_sale_user_message_subject' => [
+ 'name' => 'Jälleenmyynnin käyttäjän viestin aihe',
+ ],
+ 'again_sale_user_message_line' => [
+ 'name' => 'Jälleenmyynnin käyttäjän viestirivi',
+ ],
+ 'payment_order_user_message_subject' => [
+ 'name' => 'Maksumääräyksen käyttäjän viestin aihe',
+ ],
+ 'payment_order_user_message_line' => [
+ 'name' => 'Maksumääräyksen käyttäjän viestirivi',
+ ],
+ 'refund_order_user_message_subject' => [
+ 'name' => 'Hyvitystilauksen käyttäjän viestin aihe',
+ ],
+ 'refund_order_user_message_line' => [
+ 'name' => 'Hyvitä tilauksen käyttäjän viestirivi',
+ ],
+ 'report_order_user_message_subject' => [
+ 'name' => 'Ilmoita tilauksen käyttäjän viestin aihe',
+ ],
+ 'report_order_user_message_line' => [
+ 'name' => 'Ilmoita tilauksen käyttäjän viestirivi',
+ ],
+ "sms_extension" => [
+ "name" =>"SMS-laajennus",
+
+ ],
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/fi/stream.php b/resources/default/addons/visiosoft/notifications-module/lang/fi/stream.php
new file mode 100644
index 000000000..f136bd304
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/fi/stream.php
@@ -0,0 +1,13 @@
+ [
+ 'name' => 'Ilmoittaa',
+ ],
+ 'smsnotify' => [
+ 'name' => 'Tekstiviesti',
+ ],
+ 'template' => [
+ 'name' => 'Sapluuna',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/fi/tab.php b/resources/default/addons/visiosoft/notifications-module/lang/fi/tab.php
new file mode 100644
index 000000000..c3f5610c7
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/fi/tab.php
@@ -0,0 +1,39 @@
+ [
+ 'title' => 'Uusi mainosviesti',
+ ],
+ 'payment_sms' => [
+ 'title' => 'Maksun tekstiviesti',
+ ],
+ 'status_ad_sms' => [
+ 'title' => 'Tilamainoksen tekstiviesti',
+ ],
+ 'unpublish_ad_sms' => [
+ 'title' => 'Peruuta mainosten tekstiviestien julkaisu',
+ ],
+ 'update_ad_sms' => [
+ 'title' => 'Päivitä mainosten tekstiviesti',
+ ],
+ 'new_ad_mail' => [
+ 'title' => 'Uusi mainosposti',
+ ],
+ 'update_ad_mail' => [
+ 'title' => 'Päivitä mainosposti',
+ ],
+ 'status_ad_mail' => [
+ 'title' => 'Tilamainosposti',
+ ],
+ 'unpublish_ad_mail' => [
+ 'title' => 'Peruuta mainospostin julkaisu',
+ ],
+
+ 'payment_cart_mail' => [
+ 'title' => 'Maksuposti',
+ ],
+ 'general_sms_settings' => [
+ 'title' => 'SMS-asetukset',
+ ],
+
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/fr/addon.php b/resources/default/addons/visiosoft/notifications-module/lang/fr/addon.php
new file mode 100644
index 000000000..fddd324b2
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/fr/addon.php
@@ -0,0 +1,7 @@
+ 'Les notifications',
+ 'name' => 'Module de notifications',
+ 'description' => 'Gestion du système de contrôle des notifications'
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/fr/button.php b/resources/default/addons/visiosoft/notifications-module/lang/fr/button.php
new file mode 100644
index 000000000..2c4d315c0
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/fr/button.php
@@ -0,0 +1,7 @@
+ 'Nouvelle notification',
+ 'new_smsnotify' => 'Nouvelle notification SMS',
+ 'new_template' => 'Nouveau modèle',
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/fr/field.php b/resources/default/addons/visiosoft/notifications-module/lang/fr/field.php
new file mode 100644
index 000000000..9ee00b0d0
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/fr/field.php
@@ -0,0 +1,29 @@
+ [
+ 'name' => 'Nom',
+ ],
+ 'message' => [
+ 'name' => 'Un message',
+ ],
+ 'slug' => [
+ 'name' => 'Valeur spéciale',
+ ],
+ 'subject' => [
+ 'name' => 'Sujet',
+ ],
+ 'greeting' => [
+ 'name' => 'Salutation',
+ ],
+ 'enabled' => [
+ 'name' => 'Activée',
+ ],
+ 'stream' => [
+ 'name' => 'Stream',
+ ],
+ 'unknown' => 'Inconnu',
+ 'all_rights_reserved' => [
+ 'name' => 'Tous droits réservés',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/fr/notification.php b/resources/default/addons/visiosoft/notifications-module/lang/fr/notification.php
new file mode 100644
index 000000000..72cea426a
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/fr/notification.php
@@ -0,0 +1,76 @@
+ 'Bonjour ',
+ 'thanks_message' => 'Merci!',
+ 'detail_button' => 'Voir les détails',
+ 'create_site_subject' => 'La création du site OpenClassify a commencé',
+ 'create_site_line1' => 'Nous avons reçu votre demande de création du site: sitename.',
+ 'create_site_line2' => 'Une fois l\'installation terminée, vous recevrez un e-mail contenant les informations du site.',
+ // 'create_site_line3' => 'For more information about System Usage, see \'How it works!\' page.',
+ // create doc first
+ 'create_site_line3' => 'Cela prendra environ 5 minutes. Pendant que nous préparons votre site Web, vérifiez nos fonctionnalités fantastiques.',
+ 'create_site_button' => 'Fonctionnalités!',
+
+ 'created_site_subject' => 'Site OpenClassify créé pour vous [:sitename] ',
+ 'created_site_line1' => 'Veuillez noter que les informations de l\'administrateur sont données ci-dessous.',
+ 'created_site_username' => 'Nom d\'utilisateur:: nom d\'utilisateur',
+ 'created_site_email' => 'Adresse e-mail:: email',
+ 'created_site_password' => 'Mot de passe:: mot de passe',
+ 'created_site_button' => 'Panneau Admin',
+
+ //last 3 days
+ 'last_3_days_subscription_subject' => '3 derniers jours de votre pack d\'essai!',
+ 'last_3_days_subscription_line1' => 'Votre site d\'essai: sitename est sur le point d\'expirer.',
+
+ //last 1 day
+ 'last_1_day_subscription_subject' => 'Dernier jour de votre pack d\'essai!',
+ 'last_1_day_subscription_line1' => 'Votre site d\'essai :sitename est sur le point d\'expiration.',
+
+ //one week later
+ 'one_week_later_subscription_subject' => 'Votre offre d\'essai est inactive.',
+ 'one_week_later_subscription_line1' => 'Le site d\'essai de :sitename s\'est terminé il y a 1 semaine. Veuillez visiter notre site pour les offres éligibles.',
+
+ //one month later
+ 'one_month_later_subscription_subject' => 'Votre pack d\'essai sera supprimé au cours de la journée.',
+ 'one_month_later_subscription_line1' => 'Votre site d\'essai :sitename a expiré il y a 1 mois. Il sera supprimé dans la journée car aucune action n\'a été effectuée dans le délai imparti.',
+
+ // Notifications
+ 'new_ad_user_sms_msg' => 'Votre annonce est sous contrôle.',
+ 'payment_user_sms_msg' => 'Merci pour votre paiement.',
+ 'approved_ad_user_sms_msg' => 'État de l\'annonce approuvé.',
+ 'passive_ad_user_sms_msg' => 'État de l\'annonce passif.',
+ 'declined_ad_user_sms_msg' => 'État de l\'annonce refusé.',
+ 'pending_ad_user_sms_msg' => 'État de l\'annonce en attente.',
+ 'unpublish_ad_user_sms_msg' => 'Votre annonce a été supprimée.',
+ 'update_ad_user_sms_msg' => 'Votre annonce a été mise à jour avec succès.',
+ 'new_ad_user_message_subject' => 'Publicité réussie!',
+ 'new_ad_user_message_line1' => 'Vos informations nous ont été envoyées.Les contrôles requis seront publiés et libérés dès que possible',
+ 'update_ad_user_message_subject' => 'Mise à jour de l\'annonce réussie!',
+ 'update_ad_user_message_line1' => 'Nous avons reçu une demande de mise à jour pour votre annonce. Fournissez les contrôles requis et votre dernière mise à jour sera publiée.',
+ 'passive_ad_user_message_subject' => 'Votre annonce a été interrompue!',
+ 'passive_ad_user_message_line1' => 'Votre annonce a été supprimée.',
+ 'active_ad_user_message_subject' => 'Votre annonce est approuvée!',
+ 'active_ad_user_message_line1' => 'Votre annonce a été publiée.',
+ 'pending_ad_user_message_subject' => 'Votre annonce est en cours d\'approbation!',
+ 'pending_ad_user_message_line1' => 'Votre annonce a été soumise à l\'exploitant pour approbation.',
+ 'declined_ad_user_message_subject' => 'Votre annonce n\'est pas publiée!',
+ 'declined_ad_user_message_line1' => 'Votre notification n\'a pas été approuvée car elle n\'est pas conforme aux règles de soumission.',
+ 'unpublish_ad_user_message_subject' => 'Votre annonce a été supprimée!',
+ 'unpublish_ad_user_message_line1' => 'L\'annonce a expiré.',
+ 'payment_cart_user_message_subject' => 'Votre commande est réussie!',
+ 'payment_cart_user_message_line1' => 'Nous avons reçu votre commande.Pour des informations détaillées sur la commande, cliquez sur le lien.',
+ 'again_purchase_user_message_subject' => 'La commande a été recréée',
+ 'again_purchase_user_message_line' => 'Votre commande a été recréée pour les raisons ou raisons suivantes:',
+ 'again_sale_user_message_subject' => 'La commande a été recréée',
+ 'again_sale_user_message_line' => 'La transaction de vente a été rétablie pour les raisons ou raisons suivantes:',
+
+ 'payment_order_user_message_subject' => 'Notification de paiement',
+ 'payment_order_user_message_line' => 'Votre paiement a été transféré sur votre compte enregistré.',
+
+ 'refund_order_user_message_subject' => 'Notification de remboursement',
+ 'refund_order_user_message_line' => 'Votre commande annulée a été payée sur votre compte enregistré.',
+
+ 'report_order_user_message_subject' => 'Achat annulé',
+ 'report_order_user_message_line' => 'Votre commande a été annulée pour les raisons ou raisons suivantes. Votre paiement sera retourné dans les plus brefs délais.',
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/fr/permission.php b/resources/default/addons/visiosoft/notifications-module/lang/fr/permission.php
new file mode 100644
index 000000000..ba8371dcc
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/fr/permission.php
@@ -0,0 +1,28 @@
+ [
+ 'name' => 'Notifier',
+ 'option' => [
+ 'read' => 'Peut lire les notifications ?',
+ 'write' => 'Peut créer / modifier une notification?',
+ 'delete' => 'Peut-on supprimer la notification ?',
+ ],
+ ],
+ 'smsnotify' => [
+ 'name' => 'Notification SMS',
+ 'option' => [
+ 'read' => 'Peut lire les notifications sms ?',
+ 'write' => 'Peut créer / modifier les notifications sms?',
+ 'delete' => 'Peut-on supprimer la notification sms ?',
+ ],
+ ],
+ 'template' => [
+ 'name' => 'Modèle',
+ 'option' => [
+ 'read' => 'Peut lire le modèle?',
+ 'write' => 'Peut créer / modifier un modèle?',
+ 'delete' => 'Peut supprimer le modèle?',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/fr/section.php b/resources/default/addons/visiosoft/notifications-module/lang/fr/section.php
new file mode 100644
index 000000000..990dd79e4
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/fr/section.php
@@ -0,0 +1,13 @@
+ [
+ 'title' => 'Notifier',
+ ],
+ 'smsnotify' => [
+ 'title' => 'Notification SMS',
+ ],
+ 'template' => [
+ 'title' => 'Modèle',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/fr/setting.php b/resources/default/addons/visiosoft/notifications-module/lang/fr/setting.php
new file mode 100644
index 000000000..68c014634
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/fr/setting.php
@@ -0,0 +1,140 @@
+ [
+ 'name' => 'Notifications utilisateur',
+ ],
+ 'admin_notifications' => [
+ 'name' => 'Notifications d\'administration',
+ ],
+ 'new_ad_user_message_subject' => [
+ 'name' => 'Nouvelle annonce sujet du message d\'utilisateur
+',
+ ],
+ 'new_ad_user_message_line1' => [
+ 'name' => 'Nouvelle ligne de message de l\'utilisateur publicitaire1',
+ ],
+ 'update_ad_user_message_subject' => [
+ 'name' => 'Mettre à jour le sujet du message de l\'utilisateur publicitaire',
+ ],
+ 'update_ad_user_message_line1' => [
+ 'name' => 'Mettre à jour la ligne de message de l\'utilisateur publicitaire 1',
+ ],
+ 'passive_ad_user_message_subject' => [
+ 'name' => 'Sujet du message de l\'utilisateur de l\'annonce passive',
+ ],
+ 'passive_ad_user_message_line1' => [
+ 'name' => 'Ligne de message de l\'utilisateur publicitaire passif1',
+ ],
+ 'active_ad_user_message_subject' => [
+ 'name' => 'Sujet du message de l\'utilisateur d\'annonce actif',
+ ],
+ 'active_ad_user_message_line1' => [
+ 'name' => 'Ligne de message de l\'utilisateur d\'annonce actif 1',
+ ],
+ 'pending_ad_user_message_subject' => [
+ 'name' => 'Sujet du message de l\'utilisateur d\'annonce en attente',
+ ],
+ 'pending_ad_user_message_line1' => [
+ 'name' => 'Ligne de message de l\'utilisateur d\'annonce en attente 1',
+ ],
+ 'declined_ad_user_message_subject' => [
+ 'name' => 'Sujet du message de l\'utilisateur d\'annonce refusé',
+ ],
+ 'declined_ad_user_message_line1' => [
+ 'name' => 'Ligne de message de l\'utilisateur d\'annonce refusé1',
+ ],
+ 'unpublish_ad_user_message_subject' => [
+ 'name' => 'Enlever l\'sms de la publication de l\'utilisateur de l\'annonce',
+ ],
+ 'unpublish_ad_user_message_line1' => [
+ 'name' => 'Enlever le message de publication d\'annonce ligne 1 ',
+ ],
+ 'payment_cart_user_message_subject' => [
+ 'name' => 'Chariot de paiement sujet du message de l\'utilisateur',
+ ],
+ 'payment_cart_user_message_line1' => [
+ 'name' => 'Panier de paiement Message de l\'utilisateur Ligne 1',
+ ],
+ 'new_ad_user_sms' => [
+ 'name' => 'SMS d\'utilisateur de la nouvelle annonce',
+ ],
+ 'new_ad_user_sms_msg' => [
+ 'name' => 'Message SMS du nouvel utilisateur publicitaire',
+ ],
+ 'payment_user_sms' => [
+ 'name' => 'Sms de paiement de l\'utilisateur',
+ ],
+ 'payment_user_sms_msg' => [
+ 'name' => 'Message SMS de l\'utilisateur de paiement',
+ ],
+ 'status_ad_user_sms' => [
+ 'name' => 'Sms de Statut d\'annonce pour l\'utilisateur',
+ ],
+ 'approved_ad_user_sms_msg' => [
+ 'name' => 'Message SMS de l\'utilisateur de l\'annonce confirmé',
+ ],
+ 'passive_ad_user_sms_msg' => [
+ 'name' => 'Message SMS de l\'utilisateur publicitaire passif',
+ ],
+ 'declined_ad_user_sms_msg' => [
+ 'name' => 'Message SMS de l\'utilisateur publicitaire refusé',
+ ],
+ 'pending_ad_user_sms_msg' => [
+ 'name' => 'Message SMS de l\'utilisateur publicitaire en attente',
+ ],
+ 'unpublish_ad_user_sms' => [
+ 'name' => 'Annuler la publication des SMS des utilisateurs de l\'annonce',
+ ],
+ 'unpublish_ad_user_sms_msg' => [
+ 'name' => 'Annuler la publication du message SMS de l\'utilisateur publicitaire',
+ ],
+ 'update_ad_user_sms' => [
+ 'name' => 'Mettre à jour les SMS de l\'utilisateur publicitaire',
+ ],
+ 'update_ad_user_sms_msg' => [
+ 'name' => 'Mettre à jour le message SMS de l\'utilisateur publicitaire',
+ ],
+
+
+
+ 'again_purchase_user_message_subject' => [
+ 'name' => 'Sujet du message d\'utilisateur nouveau achat ',
+ ],
+ 'again_purchase_user_message_line' => [
+ 'name' => 'Ligne de message de l\'utilisateur sur Acheter à nouveau',
+ ],
+ 'again_sale_user_message_subject' => [
+ 'name' => 'Sujet du message d\'utilisateur de revente',
+ ],
+ 'again_sale_user_message_line' => [
+ 'name' => 'Nouvelle ligne de message de l\'utilisateur de vente',
+ ],
+ 'payment_order_user_message_subject' => [
+ 'name' => 'Sujet du message de l\'utilisateur de l\'ordre de paiement',
+ ],
+ 'payment_order_user_message_line' => [
+ 'name' => 'Ligne de message de l\'utilisateur de l\'ordre de paiement',
+ ],
+ 'refund_order_user_message_subject' => [
+ 'name' => 'Message de l\'utilisateur sur la commande de remboursement',
+ ],
+ 'refund_order_user_message_line' => [
+ 'name' => 'Ligne de message de l\'utilisateur de la commande de remboursement',
+ ],
+ 'report_order_user_message_subject' => [
+ 'name' => 'Message de l\'utilisateur sur le rapport de commande',
+ ],
+ 'report_order_user_message_line' => [
+ 'name' => 'Ligne de message de l\'utilisateur de la demande de remboursement',
+ ],
+ "sms_extension" => [
+ "name" =>"Extension SMS",
+ ],
+ "mail_header" => [
+ "name" =>"Titre de l'e-mail",
+ ],
+ "mail_footer" => [
+ "name" =>"titre en bas de la page e-mail",
+ ],
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/fr/stream.php b/resources/default/addons/visiosoft/notifications-module/lang/fr/stream.php
new file mode 100644
index 000000000..23a9bd646
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/fr/stream.php
@@ -0,0 +1,13 @@
+ [
+ 'name' => 'Notifier',
+ ],
+ 'smsnotify' => [
+ 'name' => 'Notification sms',
+ ],
+ 'template' => [
+ 'name' => 'Modèle',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/fr/tab.php b/resources/default/addons/visiosoft/notifications-module/lang/fr/tab.php
new file mode 100644
index 000000000..8978ba846
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/fr/tab.php
@@ -0,0 +1,39 @@
+ [
+ 'title' => 'Sms de nouvelle annonce',
+ ],
+ 'payment_sms' => [
+ 'title' => 'Sms de paiement',
+ ],
+ 'status_ad_sms' => [
+ 'title' => 'Sms de statut d\'annonce',
+ ],
+ 'unpublish_ad_sms' => [
+ 'title' => 'Annuler la publication des SMS d\'annonces',
+ ],
+ 'update_ad_sms' => [
+ 'title' => 'Mettre à jour les sms d\'annonce',
+ ],
+ 'new_ad_mail' => [
+ 'title' => 'Nouvelle messagerie d\'annonce',
+ ],
+ 'update_ad_mail' => [
+ 'title' => 'Mettre à jour les mails d\'annonce',
+ ],
+ 'status_ad_mail' => [
+ 'title' => 'Message de statut d\'annonce',
+ ],
+ 'unpublish_ad_mail' => [
+ 'title' => 'Annuler la publication de l\'e-mail du publicitaire',
+ ],
+
+ 'payment_cart_mail' => [
+ 'title' => 'Mail de paiement',
+ ],
+ 'general_sms_settings' => [
+ 'title' => 'Paramètres SMS',
+ ],
+ 'email_template' => 'Modèle d\'e-mail',
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/he/addon.php b/resources/default/addons/visiosoft/notifications-module/lang/he/addon.php
new file mode 100644
index 000000000..67c447716
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/he/addon.php
@@ -0,0 +1,7 @@
+ 'התראות',
+ 'name' => 'מודול התראות',
+ 'description' => 'ניהול מערכת בקרת התראות'
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/he/button.php b/resources/default/addons/visiosoft/notifications-module/lang/he/button.php
new file mode 100644
index 000000000..6b07822fa
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/he/button.php
@@ -0,0 +1,7 @@
+ 'הודעה חדשה',
+ 'new_smsnotify' => 'SMS חדש',
+ 'new_template' => 'תבנית חדשה',
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/he/field.php b/resources/default/addons/visiosoft/notifications-module/lang/he/field.php
new file mode 100644
index 000000000..ace6af14c
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/he/field.php
@@ -0,0 +1,22 @@
+ [
+ 'name' => 'שֵׁם',
+ ],
+ 'message' => [
+ 'name' => 'הוֹדָעָה',
+ ],
+ 'slug' => [
+ 'name' => 'שבלול',
+ ],
+ 'subject' => [
+ 'name' => 'נושא',
+ ],
+ 'greeting' => [
+ 'name' => 'בְּרָכָה',
+ ],
+ 'enabled' => [
+ 'name' => 'Enabled',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/he/notification.php b/resources/default/addons/visiosoft/notifications-module/lang/he/notification.php
new file mode 100644
index 000000000..b4cef10b2
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/he/notification.php
@@ -0,0 +1,76 @@
+ 'שלום ',
+ 'thanks_message' => 'תודה!',
+ 'detail_button' => 'צפה בפרטים',
+ 'create_site_subject' => 'יצירת האתר OpenClassify החלה',
+ 'create_site_line1' => 'קיבלנו את בקשתך ליצור את האתר: sitename.',
+ 'create_site_line2' => 'לאחר סיום ההתקנה, תקבל דוא"ל המכיל את פרטי האתר.',
+ // 'create_site_line3' => 'For more information about System Usage, see \'How it works!\' page.',
+ // create doc first
+ 'create_site_line3' => 'זה ייקח בערך 5 דקות. בזמן שאנחנו מכינים את אתר האינטרנט שלך בדוק את התכונות הנפלאות שלנו.',
+ 'create_site_button' => 'תכונות!',
+
+ 'created_site_subject' => 'אתר OpenClassify נוצר עבורך [: sitename] ',
+ 'created_site_line1' => 'שים לב למידע על מנהל המערכת ניתן להלן.',
+ 'created_site_username' => 'שם משתמש: שם משתמש',
+ 'created_site_email' => 'כתובת דוא"ל:: דוא"ל',
+ 'created_site_password' => 'סיסמא: סיסמא',
+ 'created_site_button' => 'פאנל הניהול',
+
+ //last 3 days
+ 'last_3_days_subscription_subject' => '3 הימים האחרונים של חבילת הניסיון שלך!',
+ 'last_3_days_subscription_line1' => 'אתר הניסיון שלך: sitename עומד להסתיים.',
+
+ //last 1 day
+ 'last_1_day_subscription_subject' => 'היום האחרון של חבילת הניסיון שלך!',
+ 'last_1_day_subscription_line1' => 'אתר הניסיון שלך: sitename עומד להסתיים.',
+
+ //one week later
+ 'one_week_later_subscription_subject' => 'חבילת הניסיון שלך אינה פעילה.',
+ 'one_week_later_subscription_line1' => 'אתר הניסיון של sitename הסתיים לפני שבוע. בקר באתר שלנו לקבלת הצעות זכאיות.',
+
+ //one month later
+ 'one_month_later_subscription_subject' => 'חבילת הניסיון שלך תימחק במהלך היום.',
+ 'one_month_later_subscription_line1' => 'אתר הניסיון של sitename פג לפני חודש. הוא יוסר במהלך היום עקב אי נקיטת פעולה בזמן הנתון.',
+
+ // Notifications
+ 'new_ad_user_sms_msg' => 'המודעה שלך בשליטה.',
+ 'payment_user_sms_msg' => 'תודה לך על התשלום.',
+ 'approved_ad_user_sms_msg' => 'אושר סטטוס המודעה.',
+ 'passive_ad_user_sms_msg' => 'סטטוס המודעה פסיבי.',
+ 'declined_ad_user_sms_msg' => 'סטטוס המודעה נדחה.',
+ 'pending_ad_user_sms_msg' => 'סטטוס מודעה בהמתנה.',
+ 'unpublish_ad_user_sms_msg' => 'המודעה שלך הוסרה.',
+ 'update_ad_user_sms_msg' => 'המודעה שלך עודכנה בהצלחה.',
+ 'new_ad_user_message_subject' => 'פרסום מוצלח!',
+ 'new_ad_user_message_line1' => 'המידע שלך נשלח אלינו. בקרות נדרשות ישוחררו וישוחררו בהקדם האפשרי',
+ 'update_ad_user_message_subject' => 'עדכון המודעה הצליח!',
+ 'update_ad_user_message_line1' => 'קיבלנו בקשת עדכון עבור המודעה שניתנה. ספק בקרות נדרשות והעדכון האחרון שלך ישוחרר.',
+ 'passive_ad_user_message_subject' => 'הפרסומת שלך הופסקה!',
+ 'passive_ad_user_message_line1' => 'המודעה שלך הוסרה.',
+ 'active_ad_user_message_subject' => 'המודעה שלך אושרה!',
+ 'active_ad_user_message_line1' => 'הפרסומת שלך פורסמה.',
+ 'pending_ad_user_message_subject' => 'המודעה שלך מאושרת!',
+ 'pending_ad_user_message_line1' => 'המודעה שלך הוגשה לאישור המפעיל.',
+ 'declined_ad_user_message_subject' => 'המודעה שלך לא פורסמה!',
+ 'declined_ad_user_message_line1' => 'ההודעה שלך לא אושרה מכיוון שהיא אינה עומדת בכללי ההגשה.',
+ 'unpublish_ad_user_message_subject' => 'המודעה שלך הוסרה!',
+ 'unpublish_ad_user_message_line1' => 'ההודעה פגה.',
+ 'payment_cart_user_message_subject' => 'ההזמנה שלך הצליחה!',
+ 'payment_cart_user_message_line1' => 'קיבלנו את ההזמנה שלך. למידע מפורט על ההזמנה לחץ על הקישור.',
+ 'again_purchase_user_message_subject' => 'ההזמנה נוצרה מחדש',
+ 'again_purchase_user_message_line' => 'ההזמנה שלך נוצרה מחדש מהסיבות או הסיבות הבאות:',
+ 'again_sale_user_message_subject' => 'ההזמנה נוצרה מחדש',
+ 'again_sale_user_message_line' => 'עסקת המכירה הוקמה מחדש מהסיבות או הסיבות הבאות:',
+
+ 'payment_order_user_message_subject' => 'הודעת תשלום',
+ 'payment_order_user_message_line' => 'התשלום שלך הועבר לחשבונך הרשום.',
+
+ 'refund_order_user_message_subject' => 'הודעת החזר כספי',
+ 'refund_order_user_message_line' => 'ההזמנה שבוטלה שולמה לחשבונך הרשום.',
+
+ 'report_order_user_message_subject' => 'הרכישה בוטלה',
+ 'report_order_user_message_line' => 'הזמנתך בוטלה בגלל הסיבות או הסיבות הבאות. התשלום שלך יוחזר בהקדם האפשרי.',
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/he/permission.php b/resources/default/addons/visiosoft/notifications-module/lang/he/permission.php
new file mode 100644
index 000000000..5fd878977
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/he/permission.php
@@ -0,0 +1,28 @@
+ [
+ 'name' => 'לְהוֹדִיעַ',
+ 'option' => [
+ 'read' => 'האם אתה יכול לקרוא להודיע?',
+ 'write' => 'האם ניתן ליצור / לערוך הודעות?',
+ 'delete' => 'האם ניתן למחוק הודעות?',
+ ],
+ ],
+ 'smsnotify' => [
+ 'name' => 'Smsnotify',
+ 'option' => [
+ 'read' => 'האם לקרוא smsnotify?',
+ 'write' => 'האם ניתן ליצור / לערוך smsnotify?',
+ 'delete' => 'האם ניתן למחוק smsnotify?',
+ ],
+ ],
+ 'template' => [
+ 'name' => 'תבנית',
+ 'option' => [
+ 'read' => 'האם ניתן לקרוא תבנית?',
+ 'write' => 'האם ניתן ליצור / לערוך תבנית?',
+ 'delete' => 'האם ניתן למחוק תבנית?',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/he/section.php b/resources/default/addons/visiosoft/notifications-module/lang/he/section.php
new file mode 100644
index 000000000..4bdcd7a13
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/he/section.php
@@ -0,0 +1,13 @@
+ [
+ 'title' => 'לְהוֹדִיעַ',
+ ],
+ 'smsnotify' => [
+ 'title' => 'Smsnotify',
+ ],
+ 'template' => [
+ 'title' => 'תבנית',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/he/setting.php b/resources/default/addons/visiosoft/notifications-module/lang/he/setting.php
new file mode 100644
index 000000000..20d24a7dd
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/he/setting.php
@@ -0,0 +1,134 @@
+ [
+ 'name' => 'התראות משתמש',
+ ],
+ 'admin_notifications' => [
+ 'name' => 'הודעות מנהל',
+ ],
+ 'new_ad_user_message_subject' => [
+ 'name' => 'נושא הודעת משתמש חדש במודעה',
+ ],
+ 'new_ad_user_message_line1' => [
+ 'name' => 'שורת הודעות של משתמש מודעה חדש 1',
+ ],
+ 'update_ad_user_message_subject' => [
+ 'name' => 'עדכן את נושא ההודעה של משתמש המודעה',
+ ],
+ 'update_ad_user_message_line1' => [
+ 'name' => 'עדכן את שורת ההודעות של משתמש המודעה 1',
+ ],
+ 'passive_ad_user_message_subject' => [
+ 'name' => 'נושא הודעת משתמש פסיבי',
+ ],
+ 'passive_ad_user_message_line1' => [
+ 'name' => 'שורת הודעות של משתמש מודעה פסיבית 1',
+ ],
+ 'active_ad_user_message_subject' => [
+ 'name' => 'נושא הודעת משתמש פעיל במודעה',
+ ],
+ 'active_ad_user_message_line1' => [
+ 'name' => 'שורת הודעות משתמש של מודעה פעילה 1',
+ ],
+ 'pending_ad_user_message_subject' => [
+ 'name' => 'נושא ההודעה של משתמש המודעה בהמתנה',
+ ],
+ 'pending_ad_user_message_line1' => [
+ 'name' => 'שורת הודעות של משתמש מודעה בהמתנה 1',
+ ],
+ 'declined_ad_user_message_subject' => [
+ 'name' => 'נושא ההודעה של משתמש המודעה שנדחה',
+ ],
+ 'declined_ad_user_message_line1' => [
+ 'name' => 'שורת ההודעות של משתמש המודעה נדחתה',
+ ],
+ 'unpublish_ad_user_message_subject' => [
+ 'name' => 'בטל את פרסום נושא ההודעה של משתמש המודעה',
+ ],
+ 'unpublish_ad_user_message_line1' => [
+ 'name' => 'בטל את פרסום שורת ההודעות של משתמש המודעה 1',
+ ],
+ 'payment_cart_user_message_subject' => [
+ 'name' => 'נושא הודעת המשתמש של עגלת התשלום',
+ ],
+ 'payment_cart_user_message_line1' => [
+ 'name' => 'הודעת משתמש של עגלת תשלום 1',
+ ],
+ 'new_ad_user_sms' => [
+ 'name' => 'הודעת SMS חדשה של משתמש מודעות',
+ ],
+ 'new_ad_user_sms_msg' => [
+ 'name' => 'הודעת SMS חדשה של משתמש מודעה',
+ ],
+ 'payment_user_sms' => [
+ 'name' => 'SMS של משתמש משתמש',
+ ],
+ 'payment_user_sms_msg' => [
+ 'name' => 'הודעת SMS של משתמש משתמש',
+ ],
+ 'status_ad_user_sms' => [
+ 'name' => 'הודעת משתמש של מודעות SMS',
+ ],
+ 'approved_ad_user_sms_msg' => [
+ 'name' => 'הודעת SMS מאושרת של משתמש מודעה',
+ ],
+ 'passive_ad_user_sms_msg' => [
+ 'name' => 'הודעה SMS עם משתמש פסיבי',
+ ],
+ 'declined_ad_user_sms_msg' => [
+ 'name' => 'הודעת SMS של משתמש מודעה שנדחתה',
+ ],
+ 'pending_ad_user_sms_msg' => [
+ 'name' => 'הודעה SMS ממתינה למשתמש של מודעה',
+ ],
+ 'unpublish_ad_user_sms' => [
+ 'name' => 'בטל את הפרסום של הודעות SMS של מודעות מודעות',
+ ],
+ 'unpublish_ad_user_sms_msg' => [
+ 'name' => 'בטל את הפרסום של הודעת ה- SMS של משתמש המודעה',
+ ],
+ 'update_ad_user_sms' => [
+ 'name' => 'עדכן הודעות SMS של מודעות מודעות',
+ ],
+ 'update_ad_user_sms_msg' => [
+ 'name' => 'עדכן את הודעת ה- SMS של משתמש המודעה',
+ ],
+
+
+
+ 'again_purchase_user_message_subject' => [
+ 'name' => 'שוב רכש נושא הודעת משתמש',
+ ],
+ 'again_purchase_user_message_line' => [
+ 'name' => 'שוב רכש שורת הודעות משתמש',
+ ],
+ 'again_sale_user_message_subject' => [
+ 'name' => 'נושא הודעת משתמש חוזרת למכירה',
+ ],
+ 'again_sale_user_message_line' => [
+ 'name' => 'שוב שורת הודעות משתמש',
+ ],
+ 'payment_order_user_message_subject' => [
+ 'name' => 'נושא הודעת משתמש של הזמנת תשלום',
+ ],
+ 'payment_order_user_message_line' => [
+ 'name' => 'שורת ההודעות של המשתמש בהזמנת תשלום',
+ ],
+ 'refund_order_user_message_subject' => [
+ 'name' => 'נושא הודעת משתמש בהזמנת החזר כספי',
+ ],
+ 'refund_order_user_message_line' => [
+ 'name' => 'החזר שורת הודעות משתמש',
+ ],
+ 'report_order_user_message_subject' => [
+ 'name' => 'דווח על נושא הודעת המשתמש',
+ ],
+ 'report_order_user_message_line' => [
+ 'name' => 'דווח על שורת ההודעות של המשתמש בהזמנה',
+ ],
+ "sms_extension" => [
+ "name" =>"סיומת SMS",
+
+ ],
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/he/stream.php b/resources/default/addons/visiosoft/notifications-module/lang/he/stream.php
new file mode 100644
index 000000000..5e884d42d
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/he/stream.php
@@ -0,0 +1,13 @@
+ [
+ 'name' => 'לְהוֹדִיעַ',
+ ],
+ 'smsnotify' => [
+ 'name' => 'Smsnotify',
+ ],
+ 'template' => [
+ 'name' => 'תבנית',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/he/tab.php b/resources/default/addons/visiosoft/notifications-module/lang/he/tab.php
new file mode 100644
index 000000000..a5cb89cec
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/he/tab.php
@@ -0,0 +1,39 @@
+ [
+ 'title' => 'מודעות מודעות חדשות',
+ ],
+ 'payment_sms' => [
+ 'title' => 'הודעת SMS',
+ ],
+ 'status_ad_sms' => [
+ 'title' => 'מודעות מודעה',
+ ],
+ 'unpublish_ad_sms' => [
+ 'title' => 'בטל את הפרסום של מודעות מודעות',
+ ],
+ 'update_ad_sms' => [
+ 'title' => 'עדכן הודעות SMS',
+ ],
+ 'new_ad_mail' => [
+ 'title' => 'דואר מודעה חדש',
+ ],
+ 'update_ad_mail' => [
+ 'title' => 'עדכן דואר מודעה',
+ ],
+ 'status_ad_mail' => [
+ 'title' => 'דואר מודעה סטטוס',
+ ],
+ 'unpublish_ad_mail' => [
+ 'title' => 'בטל את פרסום דואר המודעה',
+ ],
+
+ 'payment_cart_mail' => [
+ 'title' => 'דואר תשלום',
+ ],
+ 'general_sms_settings' => [
+ 'title' => 'הגדרות SMS',
+ ],
+
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/hu/addon.php b/resources/default/addons/visiosoft/notifications-module/lang/hu/addon.php
new file mode 100644
index 000000000..c797fd407
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/hu/addon.php
@@ -0,0 +1,7 @@
+ 'Értesítések',
+ 'name' => 'Értesítések modul',
+ 'description' => 'Értesítések ellenőrzési rendszer kezelése'
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/hu/button.php b/resources/default/addons/visiosoft/notifications-module/lang/hu/button.php
new file mode 100644
index 000000000..fa06bb4e4
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/hu/button.php
@@ -0,0 +1,7 @@
+ 'Új Értesítés',
+ 'new_smsnotify' => 'Új Smsnotify',
+ 'new_template' => 'Új sablon',
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/hu/field.php b/resources/default/addons/visiosoft/notifications-module/lang/hu/field.php
new file mode 100644
index 000000000..7fdcb49f4
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/hu/field.php
@@ -0,0 +1,22 @@
+ [
+ 'name' => 'Név',
+ ],
+ 'message' => [
+ 'name' => 'Üzenet',
+ ],
+ 'slug' => [
+ 'name' => 'Meztelen csiga',
+ ],
+ 'subject' => [
+ 'name' => 'Tantárgy',
+ ],
+ 'greeting' => [
+ 'name' => 'Üdvözlet',
+ ],
+ 'enabled' => [
+ 'name' => 'Enabled',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/hu/notification.php b/resources/default/addons/visiosoft/notifications-module/lang/hu/notification.php
new file mode 100644
index 000000000..1e78fab5d
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/hu/notification.php
@@ -0,0 +1,76 @@
+ 'Helló ',
+ 'thanks_message' => 'Köszönöm!',
+ 'detail_button' => 'Részletek',
+ 'create_site_subject' => 'Megkezdődött az OpenClassify webhely létrehozása',
+ 'create_site_line1' => 'Megkaptuk kérését a: sitename webhely létrehozására.',
+ 'create_site_line2' => 'Amikor a telepítés befejeződött, kap egy e-mailt, amely tartalmazza a webhely adatait.',
+ // 'create_site_line3' => 'For more information about System Usage, see \'How it works!\' page.',
+ // create doc first
+ 'create_site_line3' => 'Körülbelül 5 percet vesz igénybe. Amíg elkészítjük az Ön weboldalát, ellenőrizze fantasztikus szolgáltatásainkat.',
+ 'create_site_button' => 'Jellemzők!',
+
+ 'created_site_subject' => 'Az Ön számára létrehozott OpenClassify webhely [: sitename] ',
+ 'created_site_line1' => 'Felhívjuk figyelmét, hogy az adminisztrátori információk alább találhatók.',
+ 'created_site_username' => 'Új név:: felhasználónév',
+ 'created_site_email' => 'E-mail cím:: e-mail',
+ 'created_site_password' => 'Jelszó:: jelszó',
+ 'created_site_button' => 'Adminisztrációs Panel',
+
+ //last 3 days
+ 'last_3_days_subscription_subject' => 'A próbacsomag utolsó 3 napja!',
+ 'last_3_days_subscription_line1' => 'Az Ön: sitename próbaverziója hamarosan lejár.',
+
+ //last 1 day
+ 'last_1_day_subscription_subject' => 'A próbacsomagod utolsó napja!',
+ 'last_1_day_subscription_line1' => 'Az Ön: sitename próbaverziója hamarosan lejár.',
+
+ //one week later
+ 'one_week_later_subscription_subject' => 'A próbacsomagja inaktív.',
+ 'one_week_later_subscription_line1' => ': az ígyame próbaoldal 1 hete véget ért. Kérjük, látogasson el weboldalunkra az elfogadható ajánlatokért.',
+
+ //one month later
+ 'one_month_later_subscription_subject' => 'A próbacsomagod a nap folyamán törlődik.',
+ 'one_month_later_subscription_line1' => 'Az Ön: sitename próbaverziója 1 hónapja lejárt. A nap folyamán eltávolításra kerül, mert a megadott időn belül nem intézkedik',
+
+ // Notifications
+ 'new_ad_user_sms_msg' => 'Hirdetése ellenőrzés alatt áll.',
+ 'payment_user_sms_msg' => 'Köszönjük a befizetést.',
+ 'approved_ad_user_sms_msg' => 'A hirdetés állapota jóváhagyva.',
+ 'passive_ad_user_sms_msg' => 'A hirdetés állapota passzív.',
+ 'declined_ad_user_sms_msg' => 'A hirdetés állapota elutasítva.',
+ 'pending_ad_user_sms_msg' => 'A hirdetés állapota függőben van.',
+ 'unpublish_ad_user_sms_msg' => 'Hirdetését eltávolítottuk.',
+ 'update_ad_user_sms_msg' => 'Hirdetése sikeresen frissítve.',
+ 'new_ad_user_message_subject' => 'Sikeres reklám!',
+ 'new_ad_user_message_line1' => 'Adatait elküldtük nekünk. A szükséges kezelőszerveket a lehető leghamarabb kiadják és kiadják',
+ 'update_ad_user_message_subject' => 'Sikeres hirdetésfrissítés!',
+ 'update_ad_user_message_line1' => 'Frissítési kérelmet kaptunk az Ön hirdetéséhez. Adja meg a szükséges vezérlőket, és a legújabb frissítése kiadásra kerül.',
+ 'passive_ad_user_message_subject' => 'Hirdetése megszűnt!',
+ 'passive_ad_user_message_line1' => 'Hirdetését eltávolítottuk.',
+ 'active_ad_user_message_subject' => 'Hirdetése jóváhagyva!',
+ 'active_ad_user_message_line1' => 'Hirdetése megjelent.',
+ 'pending_ad_user_message_subject' => 'Hirdetése jóváhagyás alatt áll!',
+ 'pending_ad_user_message_line1' => 'Hirdetését jóváhagyás céljából benyújtották az üzemeltetőhöz.',
+ 'declined_ad_user_message_subject' => 'Hirdetését nem tették közzé!',
+ 'declined_ad_user_message_line1' => 'Értesítését nem hagytuk jóvá, mert nem felel meg a benyújtási szabályoknak.',
+ 'unpublish_ad_user_message_subject' => 'Hirdetését eltávolítottuk!',
+ 'unpublish_ad_user_message_line1' => 'A bejelentés lejárt.',
+ 'payment_cart_user_message_subject' => 'Megrendelése sikeres!',
+ 'payment_cart_user_message_line1' => 'Megkaptuk megrendelését. A megrendeléssel kapcsolatos részletes információkért kattintson a linkre.',
+ 'again_purchase_user_message_subject' => 'Újra létrejött a rend',
+ 'again_purchase_user_message_line' => 'Megrendelését a következő okok miatt hoztuk létre:',
+ 'again_sale_user_message_subject' => 'Újra létrejött a rend',
+ 'again_sale_user_message_line' => 'Az Értékesítési tranzakciót a következő okokból vagy okokból hozták létre:',
+
+ 'payment_order_user_message_subject' => 'Fizetési értesítés',
+ 'payment_order_user_message_line' => 'A befizetést átutaltuk a regisztrált számlájára.',
+
+ 'refund_order_user_message_subject' => 'Visszatérítési értesítés',
+ 'refund_order_user_message_line' => 'Törölt megrendelését befizettük a regisztrált számlájára.',
+
+ 'report_order_user_message_subject' => 'Vásárlás törölve',
+ 'report_order_user_message_line' => 'Megrendelését a következő okok vagy okok miatt törölték. A befizetést a lehető leghamarabb visszatérítjük.',
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/hu/permission.php b/resources/default/addons/visiosoft/notifications-module/lang/hu/permission.php
new file mode 100644
index 000000000..5b492d31f
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/hu/permission.php
@@ -0,0 +1,28 @@
+ [
+ 'name' => 'Értesítés',
+ 'option' => [
+ 'read' => 'Tud olvasni értesítést?',
+ 'write' => 'Létrehozhat / szerkeszthet értesítést?',
+ 'delete' => 'Törölheti az értesítést?',
+ ],
+ ],
+ 'smsnotify' => [
+ 'name' => 'Smsnotify',
+ 'option' => [
+ 'read' => 'Tud smsnotify-t olvasni?',
+ 'write' => 'Létrehozhat / szerkeszthet smsnotify-t?',
+ 'delete' => 'Törölhető az smsnotify?',
+ ],
+ ],
+ 'template' => [
+ 'name' => 'Sablon',
+ 'option' => [
+ 'read' => 'Tud olvasni sablont?',
+ 'write' => 'Létrehozhat / szerkeszthet sablont?',
+ 'delete' => 'Törölheti a sablont?',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/hu/section.php b/resources/default/addons/visiosoft/notifications-module/lang/hu/section.php
new file mode 100644
index 000000000..5a69270ac
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/hu/section.php
@@ -0,0 +1,13 @@
+ [
+ 'title' => 'Értesítés',
+ ],
+ 'smsnotify' => [
+ 'title' => 'Smsnotify',
+ ],
+ 'template' => [
+ 'title' => 'Sablon',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/hu/setting.php b/resources/default/addons/visiosoft/notifications-module/lang/hu/setting.php
new file mode 100644
index 000000000..99a3d0fee
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/hu/setting.php
@@ -0,0 +1,134 @@
+ [
+ 'name' => 'Felhasználói értesítések',
+ ],
+ 'admin_notifications' => [
+ 'name' => 'Rendszergazda értesítései',
+ ],
+ 'new_ad_user_message_subject' => [
+ 'name' => 'Új hirdetés felhasználói üzenet tárgya',
+ ],
+ 'new_ad_user_message_line1' => [
+ 'name' => 'Új hirdetés felhasználói üzenetsor1',
+ ],
+ 'update_ad_user_message_subject' => [
+ 'name' => 'Frissítse a hirdetés felhasználói üzenetének tárgyát',
+ ],
+ 'update_ad_user_message_line1' => [
+ 'name' => 'Frissítse a hirdetés felhasználói üzenetsorát1',
+ ],
+ 'passive_ad_user_message_subject' => [
+ 'name' => 'Passzív hirdetés felhasználói üzenet tárgya',
+ ],
+ 'passive_ad_user_message_line1' => [
+ 'name' => 'Passzív hirdetés felhasználói üzenet sora',
+ ],
+ 'active_ad_user_message_subject' => [
+ 'name' => 'Aktív hirdetés felhasználói üzenet tárgya',
+ ],
+ 'active_ad_user_message_line1' => [
+ 'name' => 'Aktív hirdetés felhasználói üzenetsor1',
+ ],
+ 'pending_ad_user_message_subject' => [
+ 'name' => 'Függőben lévő hirdetés felhasználói üzenet tárgya',
+ ],
+ 'pending_ad_user_message_line1' => [
+ 'name' => 'Függőben lévő hirdetés felhasználói üzenetsor1',
+ ],
+ 'declined_ad_user_message_subject' => [
+ 'name' => 'Elutasított hirdetés felhasználói üzenet tárgya',
+ ],
+ 'declined_ad_user_message_line1' => [
+ 'name' => 'Elutasított hirdetés felhasználói üzenetsor1',
+ ],
+ 'unpublish_ad_user_message_subject' => [
+ 'name' => 'A hirdetési felhasználói üzenet tárgyának közzétételének visszavonása',
+ ],
+ 'unpublish_ad_user_message_line1' => [
+ 'name' => 'A hirdetési felhasználói üzenetsor közzétételének visszavonása',
+ ],
+ 'payment_cart_user_message_subject' => [
+ 'name' => 'Fizetési kosár felhasználói üzenet tárgya',
+ ],
+ 'payment_cart_user_message_line1' => [
+ 'name' => 'Fizetési kosár felhasználói üzenetsor1',
+ ],
+ 'new_ad_user_sms' => [
+ 'name' => 'Új hirdetésfelhasználói SMS',
+ ],
+ 'new_ad_user_sms_msg' => [
+ 'name' => 'Új hirdetésfelhasználó SMS-je',
+ ],
+ 'payment_user_sms' => [
+ 'name' => 'Fizetési felhasználói SMS',
+ ],
+ 'payment_user_sms_msg' => [
+ 'name' => 'Fizetési felhasználó SMS-je',
+ ],
+ 'status_ad_user_sms' => [
+ 'name' => 'Állapot hirdetés felhasználói SMS',
+ ],
+ 'approved_ad_user_sms_msg' => [
+ 'name' => 'Jóváhagyott hirdetés-felhasználói SMS-üzenet',
+ ],
+ 'passive_ad_user_sms_msg' => [
+ 'name' => 'Passzív hirdetés-felhasználó SMS-je',
+ ],
+ 'declined_ad_user_sms_msg' => [
+ 'name' => 'Elutasított hirdetési felhasználó SMS-je',
+ ],
+ 'pending_ad_user_sms_msg' => [
+ 'name' => 'Függőben lévő hirdetési felhasználó SMS-je',
+ ],
+ 'unpublish_ad_user_sms' => [
+ 'name' => 'A hirdetési felhasználói SMS-ek közzétételének visszavonása',
+ ],
+ 'unpublish_ad_user_sms_msg' => [
+ 'name' => 'A hirdetési felhasználó SMS-jének közzétételének visszavonása',
+ ],
+ 'update_ad_user_sms' => [
+ 'name' => 'Frissítse a hirdetés felhasználói SMS-jét',
+ ],
+ 'update_ad_user_sms_msg' => [
+ 'name' => 'Frissítse a hirdetés felhasználó SMS-jét',
+ ],
+
+
+
+ 'again_purchase_user_message_subject' => [
+ 'name' => 'Ismét megvásárolja a felhasználói üzenet tárgyát',
+ ],
+ 'again_purchase_user_message_line' => [
+ 'name' => 'Ismét vásároljon felhasználói üzenet sort',
+ ],
+ 'again_sale_user_message_subject' => [
+ 'name' => 'Ismét eladó felhasználói üzenet tárgya',
+ ],
+ 'again_sale_user_message_line' => [
+ 'name' => 'Ismét eladó felhasználói üzenet sor',
+ ],
+ 'payment_order_user_message_subject' => [
+ 'name' => 'Fizetési megbízás felhasználói üzenetének tárgya',
+ ],
+ 'payment_order_user_message_line' => [
+ 'name' => 'Fizetési megbízás felhasználói üzenet sora',
+ ],
+ 'refund_order_user_message_subject' => [
+ 'name' => 'Visszatérítés megrendelés felhasználói üzenet tárgya',
+ ],
+ 'refund_order_user_message_line' => [
+ 'name' => 'Visszatérítés rendelés felhasználói üzenet sor',
+ ],
+ 'report_order_user_message_subject' => [
+ 'name' => 'Rendelés felhasználói üzenet tárgyának jelentése',
+ ],
+ 'report_order_user_message_line' => [
+ 'name' => 'Rendelés felhasználói üzenet sorának jelentése',
+ ],
+ "sms_extension" => [
+ "name" =>"SMS kiterjesztés",
+
+ ],
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/hu/stream.php b/resources/default/addons/visiosoft/notifications-module/lang/hu/stream.php
new file mode 100644
index 000000000..665f3064f
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/hu/stream.php
@@ -0,0 +1,13 @@
+ [
+ 'name' => 'Értesítés',
+ ],
+ 'smsnotify' => [
+ 'name' => 'Smsnotify',
+ ],
+ 'template' => [
+ 'name' => 'Sablon',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/hu/tab.php b/resources/default/addons/visiosoft/notifications-module/lang/hu/tab.php
new file mode 100644
index 000000000..477a5f28f
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/hu/tab.php
@@ -0,0 +1,39 @@
+ [
+ 'title' => 'Új hirdetési sms',
+ ],
+ 'payment_sms' => [
+ 'title' => 'Fizetési sms',
+ ],
+ 'status_ad_sms' => [
+ 'title' => 'Állapothirdetés sms',
+ ],
+ 'unpublish_ad_sms' => [
+ 'title' => 'Ad Sms közzétételének visszavonása',
+ ],
+ 'update_ad_sms' => [
+ 'title' => 'Frissítse a hirdetési SMS-t',
+ ],
+ 'new_ad_mail' => [
+ 'title' => 'Új hirdetési levél',
+ ],
+ 'update_ad_mail' => [
+ 'title' => 'Ad Mail frissítése',
+ ],
+ 'status_ad_mail' => [
+ 'title' => 'Állapot hirdetési levél',
+ ],
+ 'unpublish_ad_mail' => [
+ 'title' => 'Ad Mail közzététel visszavonása',
+ ],
+
+ 'payment_cart_mail' => [
+ 'title' => 'Fizetési levél',
+ ],
+ 'general_sms_settings' => [
+ 'title' => 'SMS-beállítások',
+ ],
+
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/it/addon.php b/resources/default/addons/visiosoft/notifications-module/lang/it/addon.php
new file mode 100644
index 000000000..1bda136d5
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/it/addon.php
@@ -0,0 +1,7 @@
+ 'Notifiche',
+ 'name' => 'Modulo notifiche',
+ 'description' => 'Gestione del sistema di controllo delle notifiche'
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/it/button.php b/resources/default/addons/visiosoft/notifications-module/lang/it/button.php
new file mode 100644
index 000000000..e963b5f17
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/it/button.php
@@ -0,0 +1,7 @@
+ 'Nuova notifica',
+ 'new_smsnotify' => 'Nuovo Smsnotify',
+ 'new_template' => 'Nuovo modello',
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/it/field.php b/resources/default/addons/visiosoft/notifications-module/lang/it/field.php
new file mode 100644
index 000000000..b6c1271fe
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/it/field.php
@@ -0,0 +1,22 @@
+ [
+ 'name' => 'Nome',
+ ],
+ 'message' => [
+ 'name' => 'Messaggio',
+ ],
+ 'slug' => [
+ 'name' => 'Slug',
+ ],
+ 'subject' => [
+ 'name' => 'Soggetto',
+ ],
+ 'greeting' => [
+ 'name' => 'Saluto',
+ ],
+ 'enabled' => [
+ 'name' => 'Enabled',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/it/notification.php b/resources/default/addons/visiosoft/notifications-module/lang/it/notification.php
new file mode 100644
index 000000000..004be9307
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/it/notification.php
@@ -0,0 +1,76 @@
+ 'Ciao ',
+ 'thanks_message' => 'Grazie!',
+ 'detail_button' => 'vedi dettagli',
+ 'create_site_subject' => 'Creazione del sito OpenClassify iniziata',
+ 'create_site_line1' => 'Abbiamo ricevuto la tua richiesta di creare il sito: sitename.',
+ 'create_site_line2' => 'Al termine dell\'installazione, riceverai un\'e-mail contenente le informazioni sul sito.',
+ // 'create_site_line3' => 'For more information about System Usage, see \'How it works!\' page.',
+ // create doc first
+ 'create_site_line3' => 'Ci vorranno circa 5 minuti. Mentre prepariamo il tuo sito web, controlla le nostre fantastiche funzionalità.',
+ 'create_site_button' => 'Caratteristiche!',
+
+ 'created_site_subject' => 'Sito OpenClassify creato per te [: sitename] ',
+ 'created_site_line1' => 'Si prega di notare che le informazioni sull\'amministratore sono fornite di seguito.',
+ 'created_site_username' => 'Nome utente:: nome utente',
+ 'created_site_email' => 'Indirizzo e-mail:: e-mail',
+ 'created_site_password' => 'Password:: password',
+ 'created_site_button' => 'Pannello di Amministrazione',
+
+ //last 3 days
+ 'last_3_days_subscription_subject' => 'Ultimi 3 giorni del tuo pacchetto di prova!',
+ 'last_3_days_subscription_line1' => 'Il tuo sito di prova: sitename sta per scadere.',
+
+ //last 1 day
+ 'last_1_day_subscription_subject' => 'L\'ultimo giorno del tuo pacchetto di prova!',
+ 'last_1_day_subscription_line1' => 'Il tuo sito di prova: sitename sta per scadere.',
+
+ //one week later
+ 'one_week_later_subscription_subject' => 'Il tuo pacchetto di prova è inattivo.',
+ 'one_week_later_subscription_line1' => ': il sito di prova sitename è terminato 1 settimana fa. Visita il nostro sito per le offerte idonee.',
+
+ //one month later
+ 'one_month_later_subscription_subject' => 'Il tuo pacchetto di prova verrà eliminato durante il giorno.',
+ 'one_month_later_subscription_line1' => 'Il tuo sito di prova: sitename è scaduto 1 mese fa e verrà rimosso durante il giorno perché non si interviene entro il tempo stabilito',
+
+ // Notifications
+ 'new_ad_user_sms_msg' => 'Il tuo annuncio è sotto controllo.',
+ 'payment_user_sms_msg' => 'Grazie per il tuo pagamento.',
+ 'approved_ad_user_sms_msg' => 'Stato dell\'annuncio approvato.',
+ 'passive_ad_user_sms_msg' => 'Stato dell\'annuncio passivo.',
+ 'declined_ad_user_sms_msg' => 'Stato dell\'annuncio rifiutato.',
+ 'pending_ad_user_sms_msg' => 'Stato dell\'annuncio in attesa.',
+ 'unpublish_ad_user_sms_msg' => 'Il tuo annuncio è stato rimosso.',
+ 'update_ad_user_sms_msg' => 'Il tuo annuncio è stato aggiornato con successo.',
+ 'new_ad_user_message_subject' => 'Pubblicità di successo!',
+ 'new_ad_user_message_line1' => 'Le tue informazioni ci sono state inviate.I controlli necessari verranno rilasciati e rilasciati il prima possibile',
+ 'update_ad_user_message_subject' => 'Aggiornamento dell\'annuncio riuscito!',
+ 'update_ad_user_message_line1' => 'Abbiamo ricevuto una richiesta di aggiornamento per il tuo annuncio fornito. Fornisci i controlli necessari e il tuo ultimo aggiornamento verrà rilasciato.',
+ 'passive_ad_user_message_subject' => 'Il tuo annuncio è stato interrotto!',
+ 'passive_ad_user_message_line1' => 'Il tuo annuncio è stato rimosso.',
+ 'active_ad_user_message_subject' => 'Il tuo annuncio è approvato!',
+ 'active_ad_user_message_line1' => 'Il tuo annuncio è stato pubblicato.',
+ 'pending_ad_user_message_subject' => 'Il tuo annuncio è in fase di approvazione!',
+ 'pending_ad_user_message_line1' => 'Il tuo annuncio è stato inviato all\'operatore per l\'approvazione.',
+ 'declined_ad_user_message_subject' => 'Il tuo annuncio non è stato pubblicato!',
+ 'declined_ad_user_message_line1' => 'La tua notifica non è stata approvata perché non è conforme alle regole di invio.',
+ 'unpublish_ad_user_message_subject' => 'Il tuo annuncio è stato rimosso!',
+ 'unpublish_ad_user_message_line1' => 'L\'annuncio è scaduto.',
+ 'payment_cart_user_message_subject' => 'Il tuo ordine è andato a buon fine!',
+ 'payment_cart_user_message_line1' => 'Abbiamo ricevuto il tuo ordine Per informazioni dettagliate sull\'ordine fare clic sul collegamento.',
+ 'again_purchase_user_message_subject' => 'L\'ordine è stato ricreato',
+ 'again_purchase_user_message_line' => 'Il tuo ordine è stato ricreato per i seguenti motivi o motivi:',
+ 'again_sale_user_message_subject' => 'L\'ordine è stato ricreato',
+ 'again_sale_user_message_line' => 'La transazione di vendita è stata ristabilita per i seguenti motivi o motivi:',
+
+ 'payment_order_user_message_subject' => 'Notifica di pagamento',
+ 'payment_order_user_message_line' => 'Il pagamento è stato trasferito al tuo account registrato.',
+
+ 'refund_order_user_message_subject' => 'Notifica di rimborso',
+ 'refund_order_user_message_line' => 'Il tuo ordine annullato è stato pagato sul tuo account registrato.',
+
+ 'report_order_user_message_subject' => 'Acquisto annullato',
+ 'report_order_user_message_line' => 'Il tuo ordine è stato annullato per i seguenti motivi o motivi. Il pagamento verrà restituito il prima possibile.',
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/it/permission.php b/resources/default/addons/visiosoft/notifications-module/lang/it/permission.php
new file mode 100644
index 000000000..ba695eb0d
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/it/permission.php
@@ -0,0 +1,28 @@
+ [
+ 'name' => 'Notificare',
+ 'option' => [
+ 'read' => 'Può leggere la notifica?',
+ 'write' => 'Può creare / modificare una notifica?',
+ 'delete' => 'Può eliminare la notifica?',
+ ],
+ ],
+ 'smsnotify' => [
+ 'name' => 'Smsnotify',
+ 'option' => [
+ 'read' => 'Può leggere smsnotify?',
+ 'write' => 'Può creare / modificare smsnotify?',
+ 'delete' => 'Può eliminare smsnotify?',
+ ],
+ ],
+ 'template' => [
+ 'name' => 'Modello',
+ 'option' => [
+ 'read' => 'Può leggere il modello?',
+ 'write' => 'Può creare / modificare il modello?',
+ 'delete' => 'Può eliminare il modello?',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/it/section.php b/resources/default/addons/visiosoft/notifications-module/lang/it/section.php
new file mode 100644
index 000000000..f21ef2cee
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/it/section.php
@@ -0,0 +1,13 @@
+ [
+ 'title' => 'Notificare',
+ ],
+ 'smsnotify' => [
+ 'title' => 'Smsnotify',
+ ],
+ 'template' => [
+ 'title' => 'Modello',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/it/setting.php b/resources/default/addons/visiosoft/notifications-module/lang/it/setting.php
new file mode 100644
index 000000000..99473be2c
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/it/setting.php
@@ -0,0 +1,134 @@
+ [
+ 'name' => 'Notifiche utente',
+ ],
+ 'admin_notifications' => [
+ 'name' => 'Notifiche dell\'amministratore',
+ ],
+ 'new_ad_user_message_subject' => [
+ 'name' => 'Oggetto messaggio nuovo utente annuncio',
+ ],
+ 'new_ad_user_message_line1' => [
+ 'name' => 'Riga messaggio utente nuovo annuncio 1',
+ ],
+ 'update_ad_user_message_subject' => [
+ 'name' => 'Aggiorna oggetto messaggio utente annuncio',
+ ],
+ 'update_ad_user_message_line1' => [
+ 'name' => 'Aggiorna riga messaggio utente annuncio 1',
+ ],
+ 'passive_ad_user_message_subject' => [
+ 'name' => 'Oggetto messaggio utente annuncio passivo',
+ ],
+ 'passive_ad_user_message_line1' => [
+ 'name' => 'Riga messaggio utente annuncio passivo 1',
+ ],
+ 'active_ad_user_message_subject' => [
+ 'name' => 'Oggetto messaggio utente annuncio attivo',
+ ],
+ 'active_ad_user_message_line1' => [
+ 'name' => 'Riga messaggi utente annuncio attivo 1',
+ ],
+ 'pending_ad_user_message_subject' => [
+ 'name' => 'Oggetto messaggio utente annuncio in sospeso',
+ ],
+ 'pending_ad_user_message_line1' => [
+ 'name' => 'Riga messaggio utente annuncio in attesa 1',
+ ],
+ 'declined_ad_user_message_subject' => [
+ 'name' => 'Oggetto messaggio utente annuncio rifiutato',
+ ],
+ 'declined_ad_user_message_line1' => [
+ 'name' => 'Riga messaggio utente annuncio rifiutata 1',
+ ],
+ 'unpublish_ad_user_message_subject' => [
+ 'name' => 'Annulla pubblicazione oggetto messaggio utente annuncio',
+ ],
+ 'unpublish_ad_user_message_line1' => [
+ 'name' => 'Annulla pubblicazione riga messaggio utente annuncio 1',
+ ],
+ 'payment_cart_user_message_subject' => [
+ 'name' => 'Oggetto messaggio utente carrello pagamento',
+ ],
+ 'payment_cart_user_message_line1' => [
+ 'name' => 'Riga messaggi utente carrello pagamenti 1',
+ ],
+ 'new_ad_user_sms' => [
+ 'name' => 'Nuovo SMS utente dell\'annuncio',
+ ],
+ 'new_ad_user_sms_msg' => [
+ 'name' => 'Nuovo messaggio SMS utente annuncio',
+ ],
+ 'payment_user_sms' => [
+ 'name' => 'Sms utente per il pagamento',
+ ],
+ 'payment_user_sms_msg' => [
+ 'name' => 'Messaggio SMS utente per il pagamento',
+ ],
+ 'status_ad_user_sms' => [
+ 'name' => 'Sms utente annuncio di stato',
+ ],
+ 'approved_ad_user_sms_msg' => [
+ 'name' => 'Messaggio SMS utente annuncio approvato',
+ ],
+ 'passive_ad_user_sms_msg' => [
+ 'name' => 'Messaggio SMS utente annuncio passivo',
+ ],
+ 'declined_ad_user_sms_msg' => [
+ 'name' => 'Messaggio sms utente annuncio rifiutato',
+ ],
+ 'pending_ad_user_sms_msg' => [
+ 'name' => 'Messaggio SMS utente annuncio in sospeso',
+ ],
+ 'unpublish_ad_user_sms' => [
+ 'name' => 'Annulla pubblicazione SMS utente annuncio',
+ ],
+ 'unpublish_ad_user_sms_msg' => [
+ 'name' => 'Annulla pubblicazione messaggio SMS utente annuncio',
+ ],
+ 'update_ad_user_sms' => [
+ 'name' => 'Aggiorna SMS utente annuncio',
+ ],
+ 'update_ad_user_sms_msg' => [
+ 'name' => 'Aggiorna messaggio SMS utente dell\'annuncio',
+ ],
+
+
+
+ 'again_purchase_user_message_subject' => [
+ 'name' => 'Nuovo oggetto del messaggio di acquisto dell\'utente',
+ ],
+ 'again_purchase_user_message_line' => [
+ 'name' => 'Ancora una volta, acquista la riga dei messaggi dell\'utente',
+ ],
+ 'again_sale_user_message_subject' => [
+ 'name' => 'Oggetto messaggio utente in vendita',
+ ],
+ 'again_sale_user_message_line' => [
+ 'name' => 'Ancora una volta Riga di messaggio dell\'utente in vendita',
+ ],
+ 'payment_order_user_message_subject' => [
+ 'name' => 'Oggetto messaggio utente ordine di pagamento',
+ ],
+ 'payment_order_user_message_line' => [
+ 'name' => 'Riga messaggio utente ordine di pagamento',
+ ],
+ 'refund_order_user_message_subject' => [
+ 'name' => 'Oggetto messaggio utente ordine di rimborso',
+ ],
+ 'refund_order_user_message_line' => [
+ 'name' => 'Riga messaggio utente ordine di rimborso',
+ ],
+ 'report_order_user_message_subject' => [
+ 'name' => 'Oggetto messaggio utente ordine rapporto',
+ ],
+ 'report_order_user_message_line' => [
+ 'name' => 'Riga messaggio utente ordine rapporto',
+ ],
+ "sms_extension" => [
+ "name" =>"Estensione SMS",
+
+ ],
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/it/stream.php b/resources/default/addons/visiosoft/notifications-module/lang/it/stream.php
new file mode 100644
index 000000000..1ddae3183
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/it/stream.php
@@ -0,0 +1,13 @@
+ [
+ 'name' => 'Notificare',
+ ],
+ 'smsnotify' => [
+ 'name' => 'Smsnotify',
+ ],
+ 'template' => [
+ 'name' => 'Modello',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/it/tab.php b/resources/default/addons/visiosoft/notifications-module/lang/it/tab.php
new file mode 100644
index 000000000..e8279efc1
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/it/tab.php
@@ -0,0 +1,39 @@
+ [
+ 'title' => 'Nuovo annuncio Sms',
+ ],
+ 'payment_sms' => [
+ 'title' => 'Sms di pagamento',
+ ],
+ 'status_ad_sms' => [
+ 'title' => 'Stato annuncio Sms',
+ ],
+ 'unpublish_ad_sms' => [
+ 'title' => 'Annulla pubblicazione annuncio Sms',
+ ],
+ 'update_ad_sms' => [
+ 'title' => 'Aggiorna Ad Sms',
+ ],
+ 'new_ad_mail' => [
+ 'title' => 'Nuovo annuncio di posta',
+ ],
+ 'update_ad_mail' => [
+ 'title' => 'Aggiorna Ad Mail',
+ ],
+ 'status_ad_mail' => [
+ 'title' => 'Stato Ad Mail',
+ ],
+ 'unpublish_ad_mail' => [
+ 'title' => 'Annulla pubblicazione dell\'annuncio',
+ ],
+
+ 'payment_cart_mail' => [
+ 'title' => 'Posta di pagamento',
+ ],
+ 'general_sms_settings' => [
+ 'title' => 'Impostazioni SMS',
+ ],
+
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/ja/addon.php b/resources/default/addons/visiosoft/notifications-module/lang/ja/addon.php
new file mode 100644
index 000000000..d262089b8
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/ja/addon.php
@@ -0,0 +1,7 @@
+ '通知',
+ 'name' => '通知モジュール',
+ 'description' => '通知制御システム管理'
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/ja/button.php b/resources/default/addons/visiosoft/notifications-module/lang/ja/button.php
new file mode 100644
index 000000000..fd6d7da9d
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/ja/button.php
@@ -0,0 +1,7 @@
+ '新しい通知',
+ 'new_smsnotify' => '新しいSmsnotify',
+ 'new_template' => '新しいテンプレート',
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/ja/field.php b/resources/default/addons/visiosoft/notifications-module/lang/ja/field.php
new file mode 100644
index 000000000..15a10ca63
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/ja/field.php
@@ -0,0 +1,22 @@
+ [
+ 'name' => '名前',
+ ],
+ 'message' => [
+ 'name' => 'メッセージ',
+ ],
+ 'slug' => [
+ 'name' => 'ナメクジ',
+ ],
+ 'subject' => [
+ 'name' => '件名',
+ ],
+ 'greeting' => [
+ 'name' => '挨拶',
+ ],
+ 'enabled' => [
+ 'name' => 'Enabled',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/ja/notification.php b/resources/default/addons/visiosoft/notifications-module/lang/ja/notification.php
new file mode 100644
index 000000000..c9d3275b9
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/ja/notification.php
@@ -0,0 +1,76 @@
+ 'こんにちは ',
+ 'thanks_message' => 'ありがとうございました!',
+ 'detail_button' => '詳細を表示',
+ 'create_site_subject' => 'OpenClassifyサイトの作成が開始されました',
+ 'create_site_line1' => ':sitenameサイトを作成するリクエストを受け取りました。',
+ 'create_site_line2' => 'インストールが完了すると、サイト情報を含む電子メールが届きます。',
+ // 'create_site_line3' => 'For more information about System Usage, see \'How it works!\' page.',
+ // create doc first
+ 'create_site_line3' => '約5分かかります。私たちがあなたのウェブサイトを準備している間、私たちの素晴らしい機能をチェックしてください。',
+ 'create_site_button' => '特徴!',
+
+ 'created_site_subject' => 'あなたのために作成されたOpenClassifyサイト[:sitename] ',
+ 'created_site_line1' => '管理者情報は以下に記載されていることに注意してください。',
+ 'created_site_username' => 'ユーザー名::ユーザー名',
+ 'created_site_email' => 'メールアドレス:: email',
+ 'created_site_password' => 'パスワード:: password',
+ 'created_site_button' => '管理パネル',
+
+ //last 3 days
+ 'last_3_days_subscription_subject' => 'トライアルパックの最後の3日間!',
+ 'last_3_days_subscription_line1' => ':sitenameトライアルサイトの有効期限が近づいています。',
+
+ //last 1 day
+ 'last_1_day_subscription_subject' => 'トライアルパックの最終日!',
+ 'last_1_day_subscription_line1' => ':sitenameトライアルサイトの有効期限が近づいています。',
+
+ //one week later
+ 'one_week_later_subscription_subject' => 'トライアルパッケージは非アクティブです。',
+ 'one_week_later_subscription_line1' => ':sitenameトライアルサイトは1週間前に終了しました。対象となるオファーについては、当社のサイトをご覧ください。',
+
+ //one month later
+ 'one_month_later_subscription_subject' => 'トライアルパッケージは日中に削除されます。',
+ 'one_month_later_subscription_line1' => 'あなたの:sitenameトライアルサイトは1か月前に期限切れになりました。指定された時間内にアクションを実行しなかったため、日中に削除されます。',
+
+ // Notifications
+ 'new_ad_user_sms_msg' => '広告は管理されています。',
+ 'payment_user_sms_msg' => 'お支払いいただきありがとうございます。',
+ 'approved_ad_user_sms_msg' => '広告ステータスが承認されました。',
+ 'passive_ad_user_sms_msg' => '広告ステータスパッシブ。',
+ 'declined_ad_user_sms_msg' => '広告ステータスが拒否されました。',
+ 'pending_ad_user_sms_msg' => '広告ステータスは保留中です。',
+ 'unpublish_ad_user_sms_msg' => '広告が削除されました。',
+ 'update_ad_user_sms_msg' => '広告が正常に更新されました。',
+ 'new_ad_user_message_subject' => '成功した広告!',
+ 'new_ad_user_message_line1' => 'あなたの情報は私たちに送られました。必要なコントロールはできるだけ早くリリースされ、リリースされます',
+ 'update_ad_user_message_subject' => '広告の更新に成功しました!',
+ 'update_ad_user_message_line1' => '指定されたAd.ProvideRequired Controlsの更新リクエストを受け取り、最新の更新がリリースされます。',
+ 'passive_ad_user_message_subject' => 'あなたの広告は中止されました!',
+ 'passive_ad_user_message_line1' => '広告は削除されました。',
+ 'active_ad_user_message_subject' => '広告が承認されました。',
+ 'active_ad_user_message_line1' => 'あなたの広告は公開されました。',
+ 'pending_ad_user_message_subject' => 'あなたの広告は承認中です!',
+ 'pending_ad_user_message_line1' => 'あなたの広告は承認のためにオペレーターに提出されました。',
+ 'declined_ad_user_message_subject' => 'あなたの広告は公開されていません!',
+ 'declined_ad_user_message_line1' => '通知は提出規則に準拠していないため、承認されていません。',
+ 'unpublish_ad_user_message_subject' => '広告が削除されました。',
+ 'unpublish_ad_user_message_line1' => 'アナウンスの期限が切れました。',
+ 'payment_cart_user_message_subject' => 'ご注文は成功です!',
+ 'payment_cart_user_message_line1' => 'ご注文を承りました。ご注文の詳細については、リンクをクリックしてください。',
+ 'again_purchase_user_message_subject' => '注文が再作成されました',
+ 'again_purchase_user_message_line' => '次の理由により、注文が再作成されました。',
+ 'again_sale_user_message_subject' => '注文が再作成されました',
+ 'again_sale_user_message_line' => '販売取引は、以下の理由で再確立されました。',
+
+ 'payment_order_user_message_subject' => '支払い通知',
+ 'payment_order_user_message_line' => 'お支払いは登録済みのアカウントに送金されました。',
+
+ 'refund_order_user_message_subject' => '返金通知',
+ 'refund_order_user_message_line' => 'キャンセルされた注文は、登録済みのアカウントに支払われました。',
+
+ 'report_order_user_message_subject' => '購入をキャンセルしました',
+ 'report_order_user_message_line' => '以下の理由により、ご注文をキャンセルさせていただきました。お支払いはできるだけ早く返金されます。',
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/ja/permission.php b/resources/default/addons/visiosoft/notifications-module/lang/ja/permission.php
new file mode 100644
index 000000000..bee8ba0e0
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/ja/permission.php
@@ -0,0 +1,28 @@
+ [
+ 'name' => '通知する',
+ 'option' => [
+ 'read' => '通知を読むことができますか?',
+ 'write' => '通知を作成/編集できますか?',
+ 'delete' => '通知を削除できますか?',
+ ],
+ ],
+ 'smsnotify' => [
+ 'name' => 'Smsnotify',
+ 'option' => [
+ 'read' => 'smsnotifyを読むことができますか?',
+ 'write' => 'smsnotifyを作成/編集できますか?',
+ 'delete' => 'smsnotifyを削除できますか?',
+ ],
+ ],
+ 'template' => [
+ 'name' => 'テンプレート',
+ 'option' => [
+ 'read' => 'テンプレートを読むことができますか?',
+ 'write' => 'テンプレートを作成/編集できますか?',
+ 'delete' => 'テンプレートを削除できますか?',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/ja/section.php b/resources/default/addons/visiosoft/notifications-module/lang/ja/section.php
new file mode 100644
index 000000000..69ede300a
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/ja/section.php
@@ -0,0 +1,13 @@
+ [
+ 'title' => '通知する',
+ ],
+ 'smsnotify' => [
+ 'title' => 'Smsnotify',
+ ],
+ 'template' => [
+ 'title' => 'テンプレート',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/ja/setting.php b/resources/default/addons/visiosoft/notifications-module/lang/ja/setting.php
new file mode 100644
index 000000000..bb6dd0068
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/ja/setting.php
@@ -0,0 +1,134 @@
+ [
+ 'name' => 'ユーザー通知',
+ ],
+ 'admin_notifications' => [
+ 'name' => '管理者への通知',
+ ],
+ 'new_ad_user_message_subject' => [
+ 'name' => '新しい広告ユーザーメッセージの件名',
+ ],
+ 'new_ad_user_message_line1' => [
+ 'name' => '新しい広告ユーザーメッセージ行1',
+ ],
+ 'update_ad_user_message_subject' => [
+ 'name' => '広告ユーザーメッセージの件名を更新する',
+ ],
+ 'update_ad_user_message_line1' => [
+ 'name' => '広告ユーザーメッセージ行1を更新する',
+ ],
+ 'passive_ad_user_message_subject' => [
+ 'name' => 'パッシブ広告ユーザーメッセージの件名',
+ ],
+ 'passive_ad_user_message_line1' => [
+ 'name' => 'パッシブ広告ユーザーメッセージ行1',
+ ],
+ 'active_ad_user_message_subject' => [
+ 'name' => 'ActiveAdユーザーメッセージの件名',
+ ],
+ 'active_ad_user_message_line1' => [
+ 'name' => 'ActiveAdユーザーメッセージライン1',
+ ],
+ 'pending_ad_user_message_subject' => [
+ 'name' => '保留中の広告ユーザーメッセージの件名',
+ ],
+ 'pending_ad_user_message_line1' => [
+ 'name' => '保留中の広告ユーザーメッセージ行1',
+ ],
+ 'declined_ad_user_message_subject' => [
+ 'name' => '拒否された広告ユーザーメッセージの件名',
+ ],
+ 'declined_ad_user_message_line1' => [
+ 'name' => '拒否された広告ユーザーメッセージ行1',
+ ],
+ 'unpublish_ad_user_message_subject' => [
+ 'name' => '広告ユーザーメッセージの件名を非公開',
+ ],
+ 'unpublish_ad_user_message_line1' => [
+ 'name' => '広告ユーザーメッセージ行1の非公開',
+ ],
+ 'payment_cart_user_message_subject' => [
+ 'name' => '支払いカートのユーザーメッセージの件名',
+ ],
+ 'payment_cart_user_message_line1' => [
+ 'name' => 'ペイメントカートユーザーメッセージ行1',
+ ],
+ 'new_ad_user_sms' => [
+ 'name' => '新しい広告ユーザーのSMS',
+ ],
+ 'new_ad_user_sms_msg' => [
+ 'name' => '新しい広告ユーザーのSMSメッセージ',
+ ],
+ 'payment_user_sms' => [
+ 'name' => '支払いユーザーのSMS',
+ ],
+ 'payment_user_sms_msg' => [
+ 'name' => '支払いユーザーのSMSメッセージ',
+ ],
+ 'status_ad_user_sms' => [
+ 'name' => 'ステータス広告ユーザーのSMS',
+ ],
+ 'approved_ad_user_sms_msg' => [
+ 'name' => '承認された広告ユーザーのSMSメッセージ',
+ ],
+ 'passive_ad_user_sms_msg' => [
+ 'name' => 'パッシブ広告ユーザーのSMSメッセージ',
+ ],
+ 'declined_ad_user_sms_msg' => [
+ 'name' => '拒否された広告ユーザーのSMSメッセージ',
+ ],
+ 'pending_ad_user_sms_msg' => [
+ 'name' => '保留中の広告ユーザーのSMSメッセージ',
+ ],
+ 'unpublish_ad_user_sms' => [
+ 'name' => '広告ユーザーのSMSを非公開',
+ ],
+ 'unpublish_ad_user_sms_msg' => [
+ 'name' => '広告ユーザーのSMSメッセージを非公開',
+ ],
+ 'update_ad_user_sms' => [
+ 'name' => '広告ユーザーのSMSを更新する',
+ ],
+ 'update_ad_user_sms_msg' => [
+ 'name' => '広告ユーザーのSMSメッセージを更新する',
+ ],
+
+
+
+ 'again_purchase_user_message_subject' => [
+ 'name' => '再度購入ユーザーメッセージの件名',
+ ],
+ 'again_purchase_user_message_line' => [
+ 'name' => 'もう一度ユーザーメッセージラインを購入する',
+ ],
+ 'again_sale_user_message_subject' => [
+ 'name' => '再び販売ユーザーメッセージの件名',
+ ],
+ 'again_sale_user_message_line' => [
+ 'name' => '再び販売ユーザーメッセージライン',
+ ],
+ 'payment_order_user_message_subject' => [
+ 'name' => '支払い注文ユーザーメッセージの件名',
+ ],
+ 'payment_order_user_message_line' => [
+ 'name' => '支払い注文ユーザーメッセージライン',
+ ],
+ 'refund_order_user_message_subject' => [
+ 'name' => '払い戻し注文のユーザーメッセージの件名',
+ ],
+ 'refund_order_user_message_line' => [
+ 'name' => '払い戻し注文のユーザーメッセージ行',
+ ],
+ 'report_order_user_message_subject' => [
+ 'name' => 'レポート注文ユーザーメッセージの件名',
+ ],
+ 'report_order_user_message_line' => [
+ 'name' => 'レポート注文ユーザーメッセージ行',
+ ],
+ "sms_extension" => [
+ "name" =>"SMS拡張",
+
+ ],
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/ja/stream.php b/resources/default/addons/visiosoft/notifications-module/lang/ja/stream.php
new file mode 100644
index 000000000..3673b1be4
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/ja/stream.php
@@ -0,0 +1,13 @@
+ [
+ 'name' => '通知する',
+ ],
+ 'smsnotify' => [
+ 'name' => 'Smsnotify',
+ ],
+ 'template' => [
+ 'name' => 'テンプレート',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/ja/tab.php b/resources/default/addons/visiosoft/notifications-module/lang/ja/tab.php
new file mode 100644
index 000000000..cf7aaa953
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/ja/tab.php
@@ -0,0 +1,39 @@
+ [
+ 'title' => '新しい広告SMS',
+ ],
+ 'payment_sms' => [
+ 'title' => '支払いSMS',
+ ],
+ 'status_ad_sms' => [
+ 'title' => 'ステータス広告SMS',
+ ],
+ 'unpublish_ad_sms' => [
+ 'title' => '広告SMSの非公開',
+ ],
+ 'update_ad_sms' => [
+ 'title' => '広告SMSを更新する',
+ ],
+ 'new_ad_mail' => [
+ 'title' => '新しい広告メール',
+ ],
+ 'update_ad_mail' => [
+ 'title' => '広告メールを更新する',
+ ],
+ 'status_ad_mail' => [
+ 'title' => 'ステータス広告メール',
+ ],
+ 'unpublish_ad_mail' => [
+ 'title' => '広告メールの非公開',
+ ],
+
+ 'payment_cart_mail' => [
+ 'title' => '支払いメール',
+ ],
+ 'general_sms_settings' => [
+ 'title' => 'SMS設定',
+ ],
+
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/ko/addon.php b/resources/default/addons/visiosoft/notifications-module/lang/ko/addon.php
new file mode 100644
index 000000000..ada6705cc
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/ko/addon.php
@@ -0,0 +1,7 @@
+ '알림',
+ 'name' => '알림 모듈',
+ 'description' => '알림 제어 시스템 관리'
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/ko/button.php b/resources/default/addons/visiosoft/notifications-module/lang/ko/button.php
new file mode 100644
index 000000000..4da66a3df
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/ko/button.php
@@ -0,0 +1,7 @@
+ '새로운 알림',
+ 'new_smsnotify' => '새로운 Smsnotify',
+ 'new_template' => '새 템플릿',
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/ko/field.php b/resources/default/addons/visiosoft/notifications-module/lang/ko/field.php
new file mode 100644
index 000000000..92706712e
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/ko/field.php
@@ -0,0 +1,22 @@
+ [
+ 'name' => '이름',
+ ],
+ 'message' => [
+ 'name' => '메시지',
+ ],
+ 'slug' => [
+ 'name' => '강타',
+ ],
+ 'subject' => [
+ 'name' => '제목',
+ ],
+ 'greeting' => [
+ 'name' => '인사',
+ ],
+ 'enabled' => [
+ 'name' => 'Enabled',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/ko/notification.php b/resources/default/addons/visiosoft/notifications-module/lang/ko/notification.php
new file mode 100644
index 000000000..1b28eb1e9
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/ko/notification.php
@@ -0,0 +1,76 @@
+ '여보세요 ',
+ 'thanks_message' => '감사합니다!',
+ 'detail_button' => '자세히보기',
+ 'create_site_subject' => 'OpenClassify 사이트 생성 시작',
+ 'create_site_line1' => ': sitename 사이트 생성 요청이 접수되었습니다.',
+ 'create_site_line2' => '설치가 완료되면 사이트 정보가 포함 된 이메일을 받게됩니다.',
+ // 'create_site_line3' => 'For more information about System Usage, see \'How it works!\' page.',
+ // create doc first
+ 'create_site_line3' => '5 분 정도 소요됩니다. 웹 사이트를 준비하는 동안 환상적인 기능을 확인하십시오.',
+ 'create_site_button' => '풍모!',
+
+ 'created_site_subject' => 'OpenClassify 사이트가 생성되었습니다. [: sitename] ',
+ 'created_site_line1' => '관리자 정보는 다음과 같습니다.',
+ 'created_site_username' => 'Uusername : : username',
+ 'created_site_email' => '이메일 주소 : : email',
+ 'created_site_password' => '비밀번호 : : password',
+ 'created_site_button' => '관리자 패널',
+
+ //last 3 days
+ 'last_3_days_subscription_subject' => '트라이얼 팩의 마지막 3 일!',
+ 'last_3_days_subscription_line1' => ': sitename 평가판 사이트가 곧 만료됩니다.',
+
+ //last 1 day
+ 'last_1_day_subscription_subject' => '평가판 팩의 마지막 날!',
+ 'last_1_day_subscription_line1' => ': sitename 평가판 사이트가 곧 만료됩니다.',
+
+ //one week later
+ 'one_week_later_subscription_subject' => '평가판 패키지가 비활성화되었습니다.',
+ 'one_week_later_subscription_line1' => ': sitename 평가판 사이트가 1 주 전에 종료되었습니다. 적격 한 제안을 보려면 당사 사이트를 방문하십시오.',
+
+ //one month later
+ 'one_month_later_subscription_subject' => '평가판 패키지는 하루 동안 삭제됩니다.',
+ 'one_month_later_subscription_line1' => ': sitename 평가판 사이트가 1 개월 전에 만료되었습니다. 지정된 시간 내에 조치를 취하지 않아 하루 동안 삭제됩니다.',
+
+ // Notifications
+ 'new_ad_user_sms_msg' => '귀하의 광고가 관리되고 있습니다.',
+ 'payment_user_sms_msg' => '지불 해 주셔서 감사합니다.',
+ 'approved_ad_user_sms_msg' => '광고 상태가 승인되었습니다.',
+ 'passive_ad_user_sms_msg' => '광고 상태 수동.',
+ 'declined_ad_user_sms_msg' => '광고 상태가 거부되었습니다.',
+ 'pending_ad_user_sms_msg' => '광고 상태 보류.',
+ 'unpublish_ad_user_sms_msg' => '귀하의 광고가 삭제되었습니다.',
+ 'update_ad_user_sms_msg' => '귀하의 광고가 성공적으로 업데이트되었습니다.',
+ 'new_ad_user_message_subject' => '성공적인 광고!',
+ 'new_ad_user_message_line1' => '귀하의 정보가 당사로 전송되었습니다. 필요한 통제는 가능한 한 빨리 릴리스 및 릴리스됩니다.',
+ 'update_ad_user_message_subject' => '광고 업데이트 성공!',
+ 'update_ad_user_message_line1' => '귀하의 광고에 대한 업데이트 요청이 접수되었습니다. 필요한 컨트롤을 제공하면 최신 업데이트가 릴리스됩니다.',
+ 'passive_ad_user_message_subject' => '귀하의 광고가 중단되었습니다!',
+ 'passive_ad_user_message_line1' => '귀하의 광고가 제거되었습니다.',
+ 'active_ad_user_message_subject' => '귀하의 광고가 승인되었습니다!',
+ 'active_ad_user_message_line1' => '귀하의 광고가 게시되었습니다.',
+ 'pending_ad_user_message_subject' => '귀하의 광고가 승인 중입니다!',
+ 'pending_ad_user_message_line1' => '귀하의 광고는 승인을 위해 운영자에게 제출되었습니다.',
+ 'declined_ad_user_message_subject' => '귀하의 광고가 게시되지 않았습니다!',
+ 'declined_ad_user_message_line1' => '제출 규칙을 준수하지 않아 귀하의 알림이 승인되지 않았습니다.',
+ 'unpublish_ad_user_message_subject' => '귀하의 광고가 삭제되었습니다!',
+ 'unpublish_ad_user_message_line1' => '공지가 만료되었습니다.',
+ 'payment_cart_user_message_subject' => '주문이 성공했습니다!',
+ 'payment_cart_user_message_line1' => '주문을 받았습니다. 주문에 대한 자세한 정보는 링크를 클릭하십시오.',
+ 'again_purchase_user_message_subject' => '주문이 다시 생성되었습니다.',
+ 'again_purchase_user_message_line' => '다음과 같은 이유로 주문이 다시 생성되었습니다.',
+ 'again_sale_user_message_subject' => '주문이 다시 생성되었습니다.',
+ 'again_sale_user_message_line' => '판매 거래가 다음과 같은 이유로 다시 설정되었습니다.',
+
+ 'payment_order_user_message_subject' => '결제 알림',
+ 'payment_order_user_message_line' => '귀하의 지불은 귀하의 등록 된 계정으로 이체되었습니다.',
+
+ 'refund_order_user_message_subject' => '환불 통지',
+ 'refund_order_user_message_line' => '취소 된 주문은 등록 된 계정으로 지불되었습니다.',
+
+ 'report_order_user_message_subject' => '구매 취소',
+ 'report_order_user_message_line' => '다음과 같은 이유로 주문이 취소되었습니다. 귀하의 지불은 가능한 한 빨리 반환됩니다.',
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/ko/permission.php b/resources/default/addons/visiosoft/notifications-module/lang/ko/permission.php
new file mode 100644
index 000000000..5f21a5274
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/ko/permission.php
@@ -0,0 +1,28 @@
+ [
+ 'name' => '알림',
+ 'option' => [
+ 'read' => '알림을 읽을 수 있습니까?',
+ 'write' => '알림을 생성 / 편집 할 수 있습니까?',
+ 'delete' => '알림을 삭제할 수 있습니까?',
+ ],
+ ],
+ 'smsnotify' => [
+ 'name' => 'Smsnotify',
+ 'option' => [
+ 'read' => 'smsnotify를 읽을 수 있습니까?',
+ 'write' => 'smsnotify를 생성 / 편집 할 수 있습니까?',
+ 'delete' => 'smsnotify를 삭제할 수 있습니까?',
+ ],
+ ],
+ 'template' => [
+ 'name' => '주형',
+ 'option' => [
+ 'read' => '템플릿을 읽을 수 있습니까?',
+ 'write' => '템플릿을 생성 / 편집 할 수 있습니까?',
+ 'delete' => '템플릿을 삭제할 수 있습니까?',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/ko/section.php b/resources/default/addons/visiosoft/notifications-module/lang/ko/section.php
new file mode 100644
index 000000000..a02ef65ad
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/ko/section.php
@@ -0,0 +1,13 @@
+ [
+ 'title' => '알림',
+ ],
+ 'smsnotify' => [
+ 'title' => 'Smsnotify',
+ ],
+ 'template' => [
+ 'title' => '주형',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/ko/setting.php b/resources/default/addons/visiosoft/notifications-module/lang/ko/setting.php
new file mode 100644
index 000000000..a55886e1f
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/ko/setting.php
@@ -0,0 +1,134 @@
+ [
+ 'name' => '사용자 알림',
+ ],
+ 'admin_notifications' => [
+ 'name' => '관리자 알림',
+ ],
+ 'new_ad_user_message_subject' => [
+ 'name' => '새 광고 사용자 메시지 제목',
+ ],
+ 'new_ad_user_message_line1' => [
+ 'name' => '새 광고 사용자 메시지 입력란 1',
+ ],
+ 'update_ad_user_message_subject' => [
+ 'name' => '광고 사용자 메시지 제목 업데이트',
+ ],
+ 'update_ad_user_message_line1' => [
+ 'name' => '광고 사용자 메시지 입력란 1 업데이트',
+ ],
+ 'passive_ad_user_message_subject' => [
+ 'name' => '수동 광고 사용자 메시지 제목',
+ ],
+ 'passive_ad_user_message_line1' => [
+ 'name' => '수동 광고 사용자 메시지 입력란 1',
+ ],
+ 'active_ad_user_message_subject' => [
+ 'name' => '활성 광고 사용자 메시지 제목',
+ ],
+ 'active_ad_user_message_line1' => [
+ 'name' => '활성 광고 사용자 메시지 입력란 1',
+ ],
+ 'pending_ad_user_message_subject' => [
+ 'name' => '보류중인 광고 사용자 메시지 제목',
+ ],
+ 'pending_ad_user_message_line1' => [
+ 'name' => '대기중인 광고 사용자 메시지 입력란 1',
+ ],
+ 'declined_ad_user_message_subject' => [
+ 'name' => '거부 된 광고 사용자 메시지 제목',
+ ],
+ 'declined_ad_user_message_line1' => [
+ 'name' => '거부 된 광고 사용자 메시지 입력란 1',
+ ],
+ 'unpublish_ad_user_message_subject' => [
+ 'name' => '광고 사용자 메시지 제목 게시 취소',
+ ],
+ 'unpublish_ad_user_message_line1' => [
+ 'name' => '광고 사용자 메시지 입력란 1 게시 취소',
+ ],
+ 'payment_cart_user_message_subject' => [
+ 'name' => '결제 카트 사용자 메시지 제목',
+ ],
+ 'payment_cart_user_message_line1' => [
+ 'name' => '결제 카트 사용자 메시지 입력란 1',
+ ],
+ 'new_ad_user_sms' => [
+ 'name' => '신규 광고 사용자 SMS',
+ ],
+ 'new_ad_user_sms_msg' => [
+ 'name' => '새 광고 사용자 SMS 메시지',
+ ],
+ 'payment_user_sms' => [
+ 'name' => '결제 사용자 SMS',
+ ],
+ 'payment_user_sms_msg' => [
+ 'name' => '결제 사용자 SMS 메시지',
+ ],
+ 'status_ad_user_sms' => [
+ 'name' => '상태 광고 사용자 SMS',
+ ],
+ 'approved_ad_user_sms_msg' => [
+ 'name' => '승인 된 광고 사용자 SMS 메시지',
+ ],
+ 'passive_ad_user_sms_msg' => [
+ 'name' => '수동 광고 사용자 SMS 메시지',
+ ],
+ 'declined_ad_user_sms_msg' => [
+ 'name' => '거부 된 광고 사용자 SMS 메시지',
+ ],
+ 'pending_ad_user_sms_msg' => [
+ 'name' => '보류중인 광고 사용자 SMS 메시지',
+ ],
+ 'unpublish_ad_user_sms' => [
+ 'name' => '광고 사용자 SMS 게시 취소',
+ ],
+ 'unpublish_ad_user_sms_msg' => [
+ 'name' => '광고 사용자 SMS 메시지 게시 취소',
+ ],
+ 'update_ad_user_sms' => [
+ 'name' => '광고 사용자 SMS 업데이트',
+ ],
+ 'update_ad_user_sms_msg' => [
+ 'name' => '광고 사용자 SMS 메시지 업데이트',
+ ],
+
+
+
+ 'again_purchase_user_message_subject' => [
+ 'name' => '다시 구매 사용자 메시지 제목',
+ ],
+ 'again_purchase_user_message_line' => [
+ 'name' => '다시 구매 사용자 메시지 라인',
+ ],
+ 'again_sale_user_message_subject' => [
+ 'name' => '재판매 사용자 메시지 제목',
+ ],
+ 'again_sale_user_message_line' => [
+ 'name' => '다시 판매 사용자 메시지 라인',
+ ],
+ 'payment_order_user_message_subject' => [
+ 'name' => '결제 주문 사용자 메시지 제목',
+ ],
+ 'payment_order_user_message_line' => [
+ 'name' => '지불 주문 사용자 메시지 라인',
+ ],
+ 'refund_order_user_message_subject' => [
+ 'name' => '환불 주문 사용자 메시지 제목',
+ ],
+ 'refund_order_user_message_line' => [
+ 'name' => '환불 주문 사용자 메시지 라인',
+ ],
+ 'report_order_user_message_subject' => [
+ 'name' => '보고서 주문 사용자 메시지 제목',
+ ],
+ 'report_order_user_message_line' => [
+ 'name' => '주문 사용자 메시지 라인보고',
+ ],
+ "sms_extension" => [
+ "name" =>"SMS 확장",
+
+ ],
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/ko/stream.php b/resources/default/addons/visiosoft/notifications-module/lang/ko/stream.php
new file mode 100644
index 000000000..c03263532
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/ko/stream.php
@@ -0,0 +1,13 @@
+ [
+ 'name' => '알림',
+ ],
+ 'smsnotify' => [
+ 'name' => 'Smsnotify',
+ ],
+ 'template' => [
+ 'name' => '주형',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/ko/tab.php b/resources/default/addons/visiosoft/notifications-module/lang/ko/tab.php
new file mode 100644
index 000000000..3544edac8
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/ko/tab.php
@@ -0,0 +1,39 @@
+ [
+ 'title' => '새 광고 SMS',
+ ],
+ 'payment_sms' => [
+ 'title' => '결제 SMS',
+ ],
+ 'status_ad_sms' => [
+ 'title' => '상태 광고 SMS',
+ ],
+ 'unpublish_ad_sms' => [
+ 'title' => '광고 SMS 게시 취소',
+ ],
+ 'update_ad_sms' => [
+ 'title' => '광고 SMS 업데이트',
+ ],
+ 'new_ad_mail' => [
+ 'title' => '새 광고 메일',
+ ],
+ 'update_ad_mail' => [
+ 'title' => '광고 메일 업데이트',
+ ],
+ 'status_ad_mail' => [
+ 'title' => '상태 광고 메일',
+ ],
+ 'unpublish_ad_mail' => [
+ 'title' => '광고 메일 게시 취소',
+ ],
+
+ 'payment_cart_mail' => [
+ 'title' => '결제 메일',
+ ],
+ 'general_sms_settings' => [
+ 'title' => 'SMS 설정',
+ ],
+
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/nl/addon.php b/resources/default/addons/visiosoft/notifications-module/lang/nl/addon.php
new file mode 100644
index 000000000..8664c652f
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/nl/addon.php
@@ -0,0 +1,7 @@
+ 'Meldingen',
+ 'name' => 'Meldingsmodule',
+ 'description' => 'Meldingen Controle Systeembeheer'
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/nl/button.php b/resources/default/addons/visiosoft/notifications-module/lang/nl/button.php
new file mode 100644
index 000000000..e6448e9e6
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/nl/button.php
@@ -0,0 +1,7 @@
+ 'Nieuwe melding',
+ 'new_smsnotify' => 'Nieuwe Smsnotify',
+ 'new_template' => 'Nieuwe sjabloon',
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/nl/field.php b/resources/default/addons/visiosoft/notifications-module/lang/nl/field.php
new file mode 100644
index 000000000..db4d97adf
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/nl/field.php
@@ -0,0 +1,22 @@
+ [
+ 'name' => 'Naam',
+ ],
+ 'message' => [
+ 'name' => 'Bericht',
+ ],
+ 'slug' => [
+ 'name' => 'Naaktslak',
+ ],
+ 'subject' => [
+ 'name' => 'Onderwerpen',
+ ],
+ 'greeting' => [
+ 'name' => 'Groet',
+ ],
+ 'enabled' => [
+ 'name' => 'Enabled',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/nl/notification.php b/resources/default/addons/visiosoft/notifications-module/lang/nl/notification.php
new file mode 100644
index 000000000..ab1caa00f
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/nl/notification.php
@@ -0,0 +1,76 @@
+ 'Hallo ',
+ 'thanks_message' => 'Dank je!',
+ 'detail_button' => 'details bekijken',
+ 'create_site_subject' => 'Het maken van OpenClassify-site is gestart',
+ 'create_site_line1' => 'We hebben uw verzoek ontvangen om de: sitename-site te maken.',
+ 'create_site_line2' => 'Wanneer de installatie is voltooid, ontvangt u een e-mail met de site-informatie.',
+ // 'create_site_line3' => 'For more information about System Usage, see \'How it works!\' page.',
+ // create doc first
+ 'create_site_line3' => 'Het duurt ongeveer 5 minuten. Controleer onze fantastische functies terwijl we uw website voorbereiden.',
+ 'create_site_button' => 'Kenmerken!',
+
+ 'created_site_subject' => 'OpenClassify-site die voor u is gemaakt [: sitename] ',
+ 'created_site_line1' => 'Houd er rekening mee dat beheerdersinformatie hieronder wordt gegeven.',
+ 'created_site_username' => 'Gebruikersnaam:: gebruikersnaam',
+ 'created_site_email' => 'E-mailadres: e-mail',
+ 'created_site_password' => 'Wachtwoord:: wachtwoord',
+ 'created_site_button' => 'Administratie Paneel',
+
+ //last 3 days
+ 'last_3_days_subscription_subject' => 'Laatste 3 dagen van uw proefpakket!',
+ 'last_3_days_subscription_line1' => 'Uw: sitename proefsite verloopt bijna.',
+
+ //last 1 day
+ 'last_1_day_subscription_subject' => 'Laatste dag van uw proefpakket!',
+ 'last_1_day_subscription_line1' => 'Uw: sitename proefsite verloopt bijna.',
+
+ //one week later
+ 'one_week_later_subscription_subject' => 'Uw proefpakket is inactief.',
+ 'one_week_later_subscription_line1' => ': sitename proefsite is 1 week geleden beëindigd. Bezoek onze site voor in aanmerking komende aanbiedingen.',
+
+ //one month later
+ 'one_month_later_subscription_subject' => 'Uw proefpakket wordt gedurende de dag verwijderd.',
+ 'one_month_later_subscription_line1' => 'Uw: sitename proefsite is 1 maand geleden verlopen en wordt overdag verwijderd omdat er binnen de opgegeven tijd geen actie is ondernomen',
+
+ // Notifications
+ 'new_ad_user_sms_msg' => 'Uw advertentie is onder controle.',
+ 'payment_user_sms_msg' => 'Bedankt voor uw betaling.',
+ 'approved_ad_user_sms_msg' => 'Advertentiestatus goedgekeurd.',
+ 'passive_ad_user_sms_msg' => 'Advertentiestatus Passief.',
+ 'declined_ad_user_sms_msg' => 'Advertentiestatus geweigerd.',
+ 'pending_ad_user_sms_msg' => 'Advertentiestatus in behandeling.',
+ 'unpublish_ad_user_sms_msg' => 'Uw advertentie is verwijderd.',
+ 'update_ad_user_sms_msg' => 'Uw advertentie is succesvol bijgewerkt.',
+ 'new_ad_user_message_subject' => 'Succesvol adverteren!',
+ 'new_ad_user_message_line1' => 'Uw informatie is naar ons verzonden. Vereiste controles zullen zo snel mogelijk worden vrijgegeven en vrijgegeven',
+ 'update_ad_user_message_subject' => 'Advertentie-update succesvol!',
+ 'update_ad_user_message_line1' => 'We hebben een updateverzoek ontvangen voor uw opgegeven advertentie. Geef de vereiste besturingselementen en uw nieuwste update wordt vrijgegeven.',
+ 'passive_ad_user_message_subject' => 'Uw advertentie is stopgezet!',
+ 'passive_ad_user_message_line1' => 'Uw advertentie is verwijderd.',
+ 'active_ad_user_message_subject' => 'Uw advertentie is goedgekeurd!',
+ 'active_ad_user_message_line1' => 'Uw advertentie is gepubliceerd.',
+ 'pending_ad_user_message_subject' => 'Uw advertentie is onder goedkeuring!',
+ 'pending_ad_user_message_line1' => 'Uw advertentie is ter goedkeuring voorgelegd aan de operator.',
+ 'declined_ad_user_message_subject' => 'Uw advertentie niet gepubliceerd!',
+ 'declined_ad_user_message_line1' => 'Uw melding is niet goedgekeurd omdat deze niet in overeenstemming is met de regels voor indiening.',
+ 'unpublish_ad_user_message_subject' => 'Uw advertentie is verwijderd!',
+ 'unpublish_ad_user_message_line1' => 'Aankondiging is verlopen.',
+ 'payment_cart_user_message_subject' => 'Uw bestelling is succesvol!',
+ 'payment_cart_user_message_line1' => 'We hebben je bestelling ontvangen. Voor gedetailleerde informatie over de bestelling klik op de link.',
+ 'again_purchase_user_message_subject' => 'Bestelling is opnieuw gemaakt',
+ 'again_purchase_user_message_line' => 'Uw bestelling is opnieuw aangemaakt om de volgende redenen of redenen:',
+ 'again_sale_user_message_subject' => 'Bestelling is opnieuw gemaakt',
+ 'again_sale_user_message_line' => 'De verkooptransactie is hersteld om de volgende redenen of redenen:',
+
+ 'payment_order_user_message_subject' => 'Betalings notificatie',
+ 'payment_order_user_message_line' => 'Uw betaling is overgemaakt naar uw geregistreerde account.',
+
+ 'refund_order_user_message_subject' => 'Kennisgeving van terugbetaling',
+ 'refund_order_user_message_line' => 'Uw geannuleerde bestelling is betaald op uw geregistreerde account.',
+
+ 'report_order_user_message_subject' => 'Aankoop geannuleerd',
+ 'report_order_user_message_line' => 'Uw bestelling is geannuleerd vanwege de volgende redenen of redenen. Uw betaling wordt zo snel mogelijk geretourneerd.',
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/nl/permission.php b/resources/default/addons/visiosoft/notifications-module/lang/nl/permission.php
new file mode 100644
index 000000000..34445bf35
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/nl/permission.php
@@ -0,0 +1,28 @@
+ [
+ 'name' => 'Melden',
+ 'option' => [
+ 'read' => 'Kan bericht lezen?',
+ 'write' => 'Kan een melding maken / bewerken?',
+ 'delete' => 'Kan een melding verwijderen?',
+ ],
+ ],
+ 'smsnotify' => [
+ 'name' => 'Smsnotify',
+ 'option' => [
+ 'read' => 'Kan smsnotify lezen?',
+ 'write' => 'Kan smsnotify maken / bewerken?',
+ 'delete' => 'Kan smsnotify verwijderen?',
+ ],
+ ],
+ 'template' => [
+ 'name' => 'Sjabloon',
+ 'option' => [
+ 'read' => 'Kan sjabloon lezen?',
+ 'write' => 'Kan een sjabloon maken / bewerken?',
+ 'delete' => 'Kan sjabloon verwijderen?',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/nl/section.php b/resources/default/addons/visiosoft/notifications-module/lang/nl/section.php
new file mode 100644
index 000000000..67c962b92
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/nl/section.php
@@ -0,0 +1,13 @@
+ [
+ 'title' => 'Melden',
+ ],
+ 'smsnotify' => [
+ 'title' => 'Smsnotify',
+ ],
+ 'template' => [
+ 'title' => 'Sjabloon',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/nl/setting.php b/resources/default/addons/visiosoft/notifications-module/lang/nl/setting.php
new file mode 100644
index 000000000..829065abb
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/nl/setting.php
@@ -0,0 +1,134 @@
+ [
+ 'name' => 'Gebruikersmeldingen',
+ ],
+ 'admin_notifications' => [
+ 'name' => 'Beheerdersmeldingen',
+ ],
+ 'new_ad_user_message_subject' => [
+ 'name' => 'Onderwerp bericht van nieuwe advertentiegebruiker',
+ ],
+ 'new_ad_user_message_line1' => [
+ 'name' => 'Berichtenregel nieuwe advertentiegebruiker 1',
+ ],
+ 'update_ad_user_message_subject' => [
+ 'name' => 'Onderwerp bericht van advertentiegebruiker bijwerken',
+ ],
+ 'update_ad_user_message_line1' => [
+ 'name' => 'Berichtregel van advertentiegebruiker bijwerken 1',
+ ],
+ 'passive_ad_user_message_subject' => [
+ 'name' => 'Onderwerp bericht passieve advertentie gebruiker',
+ ],
+ 'passive_ad_user_message_line1' => [
+ 'name' => 'Berichtenregel passieve advertentie gebruiker 1',
+ ],
+ 'active_ad_user_message_subject' => [
+ 'name' => 'Onderwerp bericht actief advertentie gebruiker',
+ ],
+ 'active_ad_user_message_line1' => [
+ 'name' => 'Berichtenregel actieve advertentiegebruiker 1',
+ ],
+ 'pending_ad_user_message_subject' => [
+ 'name' => 'Onderwerp van bericht in afwachting van advertentie',
+ ],
+ 'pending_ad_user_message_line1' => [
+ 'name' => 'Berichtenregel voor gebruiker van advertentie in behandeling 1',
+ ],
+ 'declined_ad_user_message_subject' => [
+ 'name' => 'Onderwerp bericht afgewezen advertentie gebruiker',
+ ],
+ 'declined_ad_user_message_line1' => [
+ 'name' => 'Berichtregel afgewezen advertentie gebruiker 1',
+ ],
+ 'unpublish_ad_user_message_subject' => [
+ 'name' => 'Onderwerp bericht van advertentiegebruiker ongedaan maken',
+ ],
+ 'unpublish_ad_user_message_line1' => [
+ 'name' => 'Berichtregel van advertentiegebruiker ongedaan maken 1',
+ ],
+ 'payment_cart_user_message_subject' => [
+ 'name' => 'Betaalwagen Onderwerp bericht gebruiker',
+ ],
+ 'payment_cart_user_message_line1' => [
+ 'name' => 'Berichtregel gebruiker betalingskar 1',
+ ],
+ 'new_ad_user_sms' => [
+ 'name' => 'Nieuwe advertentiegebruiker Sms',
+ ],
+ 'new_ad_user_sms_msg' => [
+ 'name' => 'Sms-bericht van nieuwe advertentiegebruiker',
+ ],
+ 'payment_user_sms' => [
+ 'name' => 'Betaalgebruiker Sms',
+ ],
+ 'payment_user_sms_msg' => [
+ 'name' => 'Betaling Gebruiker Sms-bericht',
+ ],
+ 'status_ad_user_sms' => [
+ 'name' => 'Status Ad Gebruiker Sms',
+ ],
+ 'approved_ad_user_sms_msg' => [
+ 'name' => 'Goedgekeurd sms-bericht van advertentiegebruiker',
+ ],
+ 'passive_ad_user_sms_msg' => [
+ 'name' => 'Passieve advertentiegebruiker Sms-bericht',
+ ],
+ 'declined_ad_user_sms_msg' => [
+ 'name' => 'Sms-bericht van geweigerde advertentiegebruiker',
+ ],
+ 'pending_ad_user_sms_msg' => [
+ 'name' => 'In afwachting van sms-bericht van advertentiegebruiker',
+ ],
+ 'unpublish_ad_user_sms' => [
+ 'name' => 'Maak de publicatie van sms van advertentiegebruiker ongedaan',
+ ],
+ 'unpublish_ad_user_sms_msg' => [
+ 'name' => 'Publicatie van sms-bericht van advertentiegebruiker ongedaan maken',
+ ],
+ 'update_ad_user_sms' => [
+ 'name' => 'Update de sms van de advertentiegebruiker',
+ ],
+ 'update_ad_user_sms_msg' => [
+ 'name' => 'Update sms-bericht van advertentiegebruiker',
+ ],
+
+
+
+ 'again_purchase_user_message_subject' => [
+ 'name' => 'Koop opnieuw het onderwerp van het gebruikersbericht',
+ ],
+ 'again_purchase_user_message_line' => [
+ 'name' => 'Koop opnieuw gebruikersberichtregel',
+ ],
+ 'again_sale_user_message_subject' => [
+ 'name' => 'Opnieuw Verkoop Gebruikersbericht Onderwerp',
+ ],
+ 'again_sale_user_message_line' => [
+ 'name' => 'Opnieuw verkoop gebruikersboodschaplijn',
+ ],
+ 'payment_order_user_message_subject' => [
+ 'name' => 'Betaalopdracht Gebruikersbericht Onderwerp',
+ ],
+ 'payment_order_user_message_line' => [
+ 'name' => 'Berichtenregel gebruiker betalingsopdracht',
+ ],
+ 'refund_order_user_message_subject' => [
+ 'name' => 'Onderwerp bericht gebruiker restitutie',
+ ],
+ 'refund_order_user_message_line' => [
+ 'name' => 'Berichtenregel gebruiker teruggave bestelling',
+ ],
+ 'report_order_user_message_subject' => [
+ 'name' => 'Rapporteer bestelling Gebruikersbericht Onderwerp',
+ ],
+ 'report_order_user_message_line' => [
+ 'name' => 'Berichtenregel van gebruiker rapporteren',
+ ],
+ "sms_extension" => [
+ "name" =>"SMS-extensie",
+
+ ],
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/nl/stream.php b/resources/default/addons/visiosoft/notifications-module/lang/nl/stream.php
new file mode 100644
index 000000000..e46cdd10d
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/nl/stream.php
@@ -0,0 +1,13 @@
+ [
+ 'name' => 'Melden',
+ ],
+ 'smsnotify' => [
+ 'name' => 'Smsnotify',
+ ],
+ 'template' => [
+ 'name' => 'Sjabloon',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/nl/tab.php b/resources/default/addons/visiosoft/notifications-module/lang/nl/tab.php
new file mode 100644
index 000000000..d4ee02d05
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/nl/tab.php
@@ -0,0 +1,39 @@
+ [
+ 'title' => 'Nieuwe advertentie-sms',
+ ],
+ 'payment_sms' => [
+ 'title' => 'Betaling Sms',
+ ],
+ 'status_ad_sms' => [
+ 'title' => 'Statusadvertentie Sms',
+ ],
+ 'unpublish_ad_sms' => [
+ 'title' => 'Maak de publicatie van Ad Sms ongedaan',
+ ],
+ 'update_ad_sms' => [
+ 'title' => 'Update Ad Sms',
+ ],
+ 'new_ad_mail' => [
+ 'title' => 'Nieuwe Ad Mail',
+ ],
+ 'update_ad_mail' => [
+ 'title' => 'Update Ad Mail',
+ ],
+ 'status_ad_mail' => [
+ 'title' => 'Status Ad Mail',
+ ],
+ 'unpublish_ad_mail' => [
+ 'title' => 'Maak de publicatie van Ad Mail ongedaan',
+ ],
+
+ 'payment_cart_mail' => [
+ 'title' => 'Betaalmail',
+ ],
+ 'general_sms_settings' => [
+ 'title' => 'SMS-instellingen',
+ ],
+
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/no/addon.php b/resources/default/addons/visiosoft/notifications-module/lang/no/addon.php
new file mode 100644
index 000000000..481b92b4f
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/no/addon.php
@@ -0,0 +1,7 @@
+ 'Varsler',
+ 'name' => 'Varslingsmodul',
+ 'description' => 'Varsling Kontrollsystemstyring'
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/no/button.php b/resources/default/addons/visiosoft/notifications-module/lang/no/button.php
new file mode 100644
index 000000000..d361c59f7
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/no/button.php
@@ -0,0 +1,7 @@
+ 'Ny melding',
+ 'new_smsnotify' => 'Ny smsnotify',
+ 'new_template' => 'Ny mal',
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/no/field.php b/resources/default/addons/visiosoft/notifications-module/lang/no/field.php
new file mode 100644
index 000000000..f07c5d8bf
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/no/field.php
@@ -0,0 +1,22 @@
+ [
+ 'name' => 'Navn',
+ ],
+ 'message' => [
+ 'name' => 'Beskjed',
+ ],
+ 'slug' => [
+ 'name' => 'Mordersnegle',
+ ],
+ 'subject' => [
+ 'name' => 'Emne',
+ ],
+ 'greeting' => [
+ 'name' => 'Hilsen',
+ ],
+ 'enabled' => [
+ 'name' => 'Enabled',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/no/notification.php b/resources/default/addons/visiosoft/notifications-module/lang/no/notification.php
new file mode 100644
index 000000000..de301a869
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/no/notification.php
@@ -0,0 +1,76 @@
+ 'Hallo ',
+ 'thanks_message' => 'Takk skal du ha!',
+ 'detail_button' => 'Vis Detalj',
+ 'create_site_subject' => 'Opprettelsen av OpenClassify-nettstedet startet',
+ 'create_site_line1' => 'Vi har mottatt forespørselen din om å opprette nettstedet: sitename.',
+ 'create_site_line2' => 'Når installasjonen er fullført, vil du motta en e-post som inneholder informasjon om nettstedet.',
+ // 'create_site_line3' => 'For more information about System Usage, see \'How it works!\' page.',
+ // create doc first
+ 'create_site_line3' => 'Det tar omtrent 5 minutter. Mens vi forbereder nettstedet ditt, sjekk de fantastiske funksjonene våre.',
+ 'create_site_button' => 'Egenskaper!',
+
+ 'created_site_subject' => 'OpenClassify-nettsted opprettet for deg [: sitename] ',
+ 'created_site_line1' => 'Vær oppmerksom på administratorinformasjon er gitt nedenfor.',
+ 'created_site_username' => 'Brukernavn:: brukernavn',
+ 'created_site_email' => 'E-postadresse:: e-post',
+ 'created_site_password' => 'Passord:: passord',
+ 'created_site_button' => 'Administrasjonspanel',
+
+ //last 3 days
+ 'last_3_days_subscription_subject' => 'De siste 3 dagene av prøvepakken!',
+ 'last_3_days_subscription_line1' => 'Teststedet for sitename utløper snart.',
+
+ //last 1 day
+ 'last_1_day_subscription_subject' => 'Siste dag i prøvepakken!',
+ 'last_1_day_subscription_line1' => 'Teststedet for sitename utløper snart.',
+
+ //one week later
+ 'one_week_later_subscription_subject' => 'Prøvepakken din er inaktiv.',
+ 'one_week_later_subscription_line1' => ': prøvenettstedet for sitename er avsluttet for 1 uke siden. Besøk nettstedet vårt for kvalifiserte tilbud.',
+
+ //one month later
+ 'one_month_later_subscription_subject' => 'Prøvepakken din blir slettet i løpet av dagen.',
+ 'one_month_later_subscription_line1' => 'Teststedet for sitename utløp for 1 måned siden. Det vil bli fjernet i løpet av dagen på grunn av ikke å iverksette tiltak innen den angitte tiden.',
+
+ // Notifications
+ 'new_ad_user_sms_msg' => 'Annonsen din er under kontroll.',
+ 'payment_user_sms_msg' => 'Takk for betalingen.',
+ 'approved_ad_user_sms_msg' => 'Annonsestatus godkjent.',
+ 'passive_ad_user_sms_msg' => 'Annonsestatus Passiv.',
+ 'declined_ad_user_sms_msg' => 'Annonsestatus avvist.',
+ 'pending_ad_user_sms_msg' => 'Annonsestatus venter.',
+ 'unpublish_ad_user_sms_msg' => 'Annonsen din er fjernet.',
+ 'update_ad_user_sms_msg' => 'Annonsen din ble oppdatert.',
+ 'new_ad_user_message_subject' => 'Vellykket reklame!',
+ 'new_ad_user_message_line1' => 'Din informasjon er sendt til oss. Nødvendige kontroller vil bli utgitt og utgitt så snart som mulig',
+ 'update_ad_user_message_subject' => 'Annonseoppdatering vellykket!',
+ 'update_ad_user_message_line1' => 'Vi har mottatt en forespørsel om oppdatering for den gitte annonsen din. Gi nødvendige kontroller, og den siste oppdateringen din vil bli utgitt.',
+ 'passive_ad_user_message_subject' => 'Annonsen din er avsluttet!',
+ 'passive_ad_user_message_line1' => 'Annonsen din er fjernet.',
+ 'active_ad_user_message_subject' => 'Annonsen din er godkjent!',
+ 'active_ad_user_message_line1' => 'Annonsen din er publisert.',
+ 'pending_ad_user_message_subject' => 'Annonsen din er under godkjenning!',
+ 'pending_ad_user_message_line1' => 'Annonsen din er sendt til operatøren for godkjenning.',
+ 'declined_ad_user_message_subject' => 'Annonsen din er ikke publisert!',
+ 'declined_ad_user_message_line1' => 'Varslingen din er ikke godkjent fordi den ikke er i samsvar med innsendingsreglene.',
+ 'unpublish_ad_user_message_subject' => 'Annonsen din er fjernet!',
+ 'unpublish_ad_user_message_line1' => 'Kunngjøringen har utløpt.',
+ 'payment_cart_user_message_subject' => 'Bestillingen din er vellykket!',
+ 'payment_cart_user_message_line1' => 'Vi fikk bestillingen din. For detaljert informasjon om bestillingen, klikk på lenken.',
+ 'again_purchase_user_message_subject' => 'Bestillingen ble opprettet på nytt',
+ 'again_purchase_user_message_line' => 'Bestillingen din ble opprettet på nytt av følgende grunner eller grunner:',
+ 'again_sale_user_message_subject' => 'Bestillingen ble opprettet på nytt',
+ 'again_sale_user_message_line' => 'Salgstransaksjonen ble gjenopprettet av følgende grunner eller grunner:',
+
+ 'payment_order_user_message_subject' => 'Betalingsvarsling',
+ 'payment_order_user_message_line' => 'Betalingen din er overført til den registrerte kontoen din.',
+
+ 'refund_order_user_message_subject' => 'Refusjonsvarsel',
+ 'refund_order_user_message_line' => 'Den kansellerte bestillingen din er betalt til den registrerte kontoen din.',
+
+ 'report_order_user_message_subject' => 'Kjøpet kansellert',
+ 'report_order_user_message_line' => 'Bestillingen din er kansellert på grunn av følgende årsaker eller årsaker. Betalingen din vil bli returnert så snart som mulig.',
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/no/permission.php b/resources/default/addons/visiosoft/notifications-module/lang/no/permission.php
new file mode 100644
index 000000000..bf5fe72ba
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/no/permission.php
@@ -0,0 +1,28 @@
+ [
+ 'name' => 'Gi beskjed',
+ 'option' => [
+ 'read' => 'Kan lese varsle?',
+ 'write' => 'Kan du opprette / redigere varsler?',
+ 'delete' => 'Kan du slette varsling?',
+ ],
+ ],
+ 'smsnotify' => [
+ 'name' => 'Smsnotify',
+ 'option' => [
+ 'read' => 'Kan lese smsnotify?',
+ 'write' => 'Kan du opprette / redigere smsnotify?',
+ 'delete' => 'Kan du slette smsnotify?',
+ ],
+ ],
+ 'template' => [
+ 'name' => 'Mal',
+ 'option' => [
+ 'read' => 'Kan lese mal?',
+ 'write' => 'Kan du opprette / redigere mal?',
+ 'delete' => 'Kan du slette mal?',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/no/section.php b/resources/default/addons/visiosoft/notifications-module/lang/no/section.php
new file mode 100644
index 000000000..e294dc032
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/no/section.php
@@ -0,0 +1,13 @@
+ [
+ 'title' => 'Gi beskjed',
+ ],
+ 'smsnotify' => [
+ 'title' => 'Smsnotify',
+ ],
+ 'template' => [
+ 'title' => 'Mal',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/no/setting.php b/resources/default/addons/visiosoft/notifications-module/lang/no/setting.php
new file mode 100644
index 000000000..bf792a47f
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/no/setting.php
@@ -0,0 +1,134 @@
+ [
+ 'name' => 'Brukervarsler',
+ ],
+ 'admin_notifications' => [
+ 'name' => 'Admin-varsler',
+ ],
+ 'new_ad_user_message_subject' => [
+ 'name' => 'Melding om ny annonsebrukermelding',
+ ],
+ 'new_ad_user_message_line1' => [
+ 'name' => 'Ny annonsebrukermeldingslinje1',
+ ],
+ 'update_ad_user_message_subject' => [
+ 'name' => 'Oppdater emnefeltet for annonsebrukermeldingen',
+ ],
+ 'update_ad_user_message_line1' => [
+ 'name' => 'Oppdater meldingslinje for brukerbruker 1',
+ ],
+ 'passive_ad_user_message_subject' => [
+ 'name' => 'Passiv annonse Bruker Melding Emne',
+ ],
+ 'passive_ad_user_message_line1' => [
+ 'name' => 'Passiv annonse Bruker Meldingslinje 1',
+ ],
+ 'active_ad_user_message_subject' => [
+ 'name' => 'Aktivt meldingsemne for bruker',
+ ],
+ 'active_ad_user_message_line1' => [
+ 'name' => 'Aktiv meldingslinje for brukerbruker 1',
+ ],
+ 'pending_ad_user_message_subject' => [
+ 'name' => 'Venter på meldingsemne for annonsebruker',
+ ],
+ 'pending_ad_user_message_line1' => [
+ 'name' => 'Venter på meldingslinje for brukerbruker 1',
+ ],
+ 'declined_ad_user_message_subject' => [
+ 'name' => 'Avvist emne for annonsebrukermelding',
+ ],
+ 'declined_ad_user_message_line1' => [
+ 'name' => 'Avvist annonsemeldingslinje 1',
+ ],
+ 'unpublish_ad_user_message_subject' => [
+ 'name' => 'Fjern publiseringen av emnet for brukerbrukerens melding',
+ ],
+ 'unpublish_ad_user_message_line1' => [
+ 'name' => 'Fjern publiseringen av annonsebrukermeldingslinjen 1',
+ ],
+ 'payment_cart_user_message_subject' => [
+ 'name' => 'Betalingskar bruker meldingsemne',
+ ],
+ 'payment_cart_user_message_line1' => [
+ 'name' => 'Betalingsvognbrukermeldingslinje1',
+ ],
+ 'new_ad_user_sms' => [
+ 'name' => 'Ny annonsebruker-sms',
+ ],
+ 'new_ad_user_sms_msg' => [
+ 'name' => 'Ny annonsebrukers sms-melding',
+ ],
+ 'payment_user_sms' => [
+ 'name' => 'Betalingsbruker-sms',
+ ],
+ 'payment_user_sms_msg' => [
+ 'name' => 'SMS-melding om betalingsbruker',
+ ],
+ 'status_ad_user_sms' => [
+ 'name' => 'Statusannonse Bruker Sms',
+ ],
+ 'approved_ad_user_sms_msg' => [
+ 'name' => 'Godkjent sms-melding for bruker av brukeren',
+ ],
+ 'passive_ad_user_sms_msg' => [
+ 'name' => 'Passiv annonsebrukers sms-melding',
+ ],
+ 'declined_ad_user_sms_msg' => [
+ 'name' => 'Avvist annonsebrukers sms-melding',
+ ],
+ 'pending_ad_user_sms_msg' => [
+ 'name' => 'Venter på sms-melding fra annonsebruker',
+ ],
+ 'unpublish_ad_user_sms' => [
+ 'name' => 'Fjern publiseringen av sms for annonsebrukere',
+ ],
+ 'unpublish_ad_user_sms_msg' => [
+ 'name' => 'Fjern publiseringen av sms-meldingen til brukeren',
+ ],
+ 'update_ad_user_sms' => [
+ 'name' => 'Oppdater sms for annonsebrukere',
+ ],
+ 'update_ad_user_sms_msg' => [
+ 'name' => 'Oppdater sms-melding for annonsebrukere',
+ ],
+
+
+
+ 'again_purchase_user_message_subject' => [
+ 'name' => 'Igjen Kjøp brukermeldingsemne',
+ ],
+ 'again_purchase_user_message_line' => [
+ 'name' => 'Igjen Kjøp brukermeldingslinje',
+ ],
+ 'again_sale_user_message_subject' => [
+ 'name' => 'Again Sale User Message Subject',
+ ],
+ 'again_sale_user_message_line' => [
+ 'name' => 'Igjen salg bruker meldingslinje',
+ ],
+ 'payment_order_user_message_subject' => [
+ 'name' => 'Betaling Bruker Melding Emne',
+ ],
+ 'payment_order_user_message_line' => [
+ 'name' => 'Betalingsmeldingsbrukerens meldingslinje',
+ ],
+ 'refund_order_user_message_subject' => [
+ 'name' => 'Refusjonsordre Brukermeldingsemne',
+ ],
+ 'refund_order_user_message_line' => [
+ 'name' => 'Meldingslinje for tilbakebetaling av brukerordre',
+ ],
+ 'report_order_user_message_subject' => [
+ 'name' => 'Rapporter bestillingsbrukermeldingsemne',
+ ],
+ 'report_order_user_message_line' => [
+ 'name' => 'Rapporter meldingslinje for brukerbruker',
+ ],
+ "sms_extension" => [
+ "name" =>"SMS-utvidelse",
+
+ ],
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/no/stream.php b/resources/default/addons/visiosoft/notifications-module/lang/no/stream.php
new file mode 100644
index 000000000..00d4282e3
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/no/stream.php
@@ -0,0 +1,13 @@
+ [
+ 'name' => 'Gi beskjed',
+ ],
+ 'smsnotify' => [
+ 'name' => 'Smsnotify',
+ ],
+ 'template' => [
+ 'name' => 'Mal',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/no/tab.php b/resources/default/addons/visiosoft/notifications-module/lang/no/tab.php
new file mode 100644
index 000000000..39e070d1e
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/no/tab.php
@@ -0,0 +1,39 @@
+ [
+ 'title' => 'Ny annonse Sms',
+ ],
+ 'payment_sms' => [
+ 'title' => 'Betaling sms',
+ ],
+ 'status_ad_sms' => [
+ 'title' => 'Statusannonse Sms',
+ ],
+ 'unpublish_ad_sms' => [
+ 'title' => 'Fjern publiseringen av Ad Sms',
+ ],
+ 'update_ad_sms' => [
+ 'title' => 'Oppdater annonse Sms',
+ ],
+ 'new_ad_mail' => [
+ 'title' => 'Ny annonsepost',
+ ],
+ 'update_ad_mail' => [
+ 'title' => 'Oppdater Ad Mail',
+ ],
+ 'status_ad_mail' => [
+ 'title' => 'Statusannonsepost',
+ ],
+ 'unpublish_ad_mail' => [
+ 'title' => 'Fjern publiseringen av e-post',
+ ],
+
+ 'payment_cart_mail' => [
+ 'title' => 'Betalingspost',
+ ],
+ 'general_sms_settings' => [
+ 'title' => 'SMS-innstillinger',
+ ],
+
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/pl/addon.php b/resources/default/addons/visiosoft/notifications-module/lang/pl/addon.php
new file mode 100644
index 000000000..d9607c1d1
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/pl/addon.php
@@ -0,0 +1,7 @@
+ 'Powiadomienia',
+ 'name' => 'Moduł powiadomień',
+ 'description' => 'Zarządzanie systemem kontroli powiadomień'
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/pl/button.php b/resources/default/addons/visiosoft/notifications-module/lang/pl/button.php
new file mode 100644
index 000000000..f4beb2f29
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/pl/button.php
@@ -0,0 +1,7 @@
+ 'Nowe powiadomienie',
+ 'new_smsnotify' => 'Nowy Smsnotify',
+ 'new_template' => 'Nowy szablon',
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/pl/field.php b/resources/default/addons/visiosoft/notifications-module/lang/pl/field.php
new file mode 100644
index 000000000..9aab6ccb4
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/pl/field.php
@@ -0,0 +1,22 @@
+ [
+ 'name' => 'Nazwa',
+ ],
+ 'message' => [
+ 'name' => 'Wiadomość',
+ ],
+ 'slug' => [
+ 'name' => 'Ślimak',
+ ],
+ 'subject' => [
+ 'name' => 'Przedmiot',
+ ],
+ 'greeting' => [
+ 'name' => 'Powitanie',
+ ],
+ 'enabled' => [
+ 'name' => 'Enabled',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/pl/notification.php b/resources/default/addons/visiosoft/notifications-module/lang/pl/notification.php
new file mode 100644
index 000000000..d0f037938
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/pl/notification.php
@@ -0,0 +1,76 @@
+ 'cześć ',
+ 'thanks_message' => 'Dziękuję Ci!',
+ 'detail_button' => 'Pokaż szczegóły',
+ 'create_site_subject' => 'Rozpoczęto tworzenie witryny OpenClassify',
+ 'create_site_line1' => 'Otrzymaliśmy Twoją prośbę o utworzenie witryny: nazwa_witryny.',
+ 'create_site_line2' => 'Po zakończeniu instalacji otrzymasz wiadomość e-mail zawierającą informacje o witrynie.',
+ // 'create_site_line3' => 'For more information about System Usage, see \'How it works!\' page.',
+ // create doc first
+ 'create_site_line3' => 'Zajmie to około 5 minut. Podczas gdy my przygotowujemy Twoją stronę internetową, sprawdź nasze fantastyczne funkcje.',
+ 'create_site_button' => 'Funkcje!',
+
+ 'created_site_subject' => 'Witryna OpenClassify utworzona dla Ciebie [: nazwa_strony] ',
+ 'created_site_line1' => 'Należy pamiętać, że poniżej podano informacje administratora.',
+ 'created_site_username' => 'Nazwa użytkownika:: nazwa użytkownika',
+ 'created_site_email' => 'Adres e-mail:: e-mail',
+ 'created_site_password' => 'Hasło:: hasło',
+ 'created_site_button' => 'Panel administratora',
+
+ //last 3 days
+ 'last_3_days_subscription_subject' => 'Ostatnie 3 dni pakietu próbnego!',
+ 'last_3_days_subscription_line1' => 'Twoja witryna próbna: nazwa_witryny wkrótce wygaśnie.',
+
+ //last 1 day
+ 'last_1_day_subscription_subject' => 'Ostatni dzień twojego pakietu próbnego!',
+ 'last_1_day_subscription_line1' => 'Twoja witryna próbna: nazwa_witryny wkrótce wygaśnie.',
+
+ //one week later
+ 'one_week_later_subscription_subject' => 'Twój pakiet próbny jest nieaktywny.',
+ 'one_week_later_subscription_line1' => ': witryna próbna witryny zakończyła się tydzień temu. Odwiedź naszą witrynę, aby uzyskać kwalifikujące się oferty.',
+
+ //one month later
+ 'one_month_later_subscription_subject' => 'Twój pakiet próbny zostanie usunięty w ciągu dnia.',
+ 'one_month_later_subscription_line1' => 'Twoja: nazwa witryny wygasła 1 miesiąc temu i zostanie usunięta w ciągu dnia, ponieważ nie podejmie żadnych działań w wyznaczonym czasie',
+
+ // Notifications
+ 'new_ad_user_sms_msg' => 'Twoja reklama jest pod kontrolą.',
+ 'payment_user_sms_msg' => 'Dziękujemy za dokonanie płatności.',
+ 'approved_ad_user_sms_msg' => 'Stan reklamy Zatwierdzony.',
+ 'passive_ad_user_sms_msg' => 'Stan reklamy pasywny.',
+ 'declined_ad_user_sms_msg' => 'Stan reklamy odrzucony.',
+ 'pending_ad_user_sms_msg' => 'Oczekujący stan reklamy.',
+ 'unpublish_ad_user_sms_msg' => 'Twoja reklama została usunięta.',
+ 'update_ad_user_sms_msg' => 'Twoja reklama została pomyślnie zaktualizowana.',
+ 'new_ad_user_message_subject' => 'Udana reklama!',
+ 'new_ad_user_message_line1' => 'Twoje informacje zostały do nas wysłane, a wymagane kontrole zostaną jak najszybciej zwolnione',
+ 'update_ad_user_message_subject' => 'Aktualizacja reklamy powiodła się!',
+ 'update_ad_user_message_line1' => 'Otrzymaliśmy prośbę o aktualizację danej reklamy. Zapewnij wymagane elementy sterujące, a Twoja najnowsza aktualizacja zostanie wydana.',
+ 'passive_ad_user_message_subject' => 'Twoje ogłoszenie zostało przerwane!',
+ 'passive_ad_user_message_line1' => 'Twoje ogłoszenie zostało usunięte.',
+ 'active_ad_user_message_subject' => 'Twoja reklama została zatwierdzona!',
+ 'active_ad_user_message_line1' => 'Twoje ogłoszenie zostało opublikowane.',
+ 'pending_ad_user_message_subject' => 'Twoja reklama jest w trakcie zatwierdzania!',
+ 'pending_ad_user_message_line1' => 'Twoje ogłoszenie zostało przesłane do operatora do zatwierdzenia.',
+ 'declined_ad_user_message_subject' => 'Twoje ogłoszenie nie zostało opublikowane!',
+ 'declined_ad_user_message_line1' => 'Twoje powiadomienie nie zostało zatwierdzone, ponieważ nie jest zgodne z zasadami przesyłania.',
+ 'unpublish_ad_user_message_subject' => 'Twoja reklama została usunięta!',
+ 'unpublish_ad_user_message_line1' => 'Ogłoszenie wygasło.',
+ 'payment_cart_user_message_subject' => 'Twoje zamówienie powiodło się!',
+ 'payment_cart_user_message_line1' => 'Otrzymaliśmy Twoje zamówienie, aby uzyskać szczegółowe informacje o zamówieniu, kliknij link.',
+ 'again_purchase_user_message_subject' => 'Zamówienie zostało odtworzone',
+ 'again_purchase_user_message_line' => 'Twoje zamówienie zostało utworzone ponownie z następujących powodów lub powodów:',
+ 'again_sale_user_message_subject' => 'Zamówienie zostało odtworzone',
+ 'again_sale_user_message_line' => 'Transakcja sprzedaży została przywrócona z następujących powodów lub powodów:',
+
+ 'payment_order_user_message_subject' => 'Powiadomienie o zapłacie',
+ 'payment_order_user_message_line' => 'Twoja płatność została przekazana na Twoje zarejestrowane konto.',
+
+ 'refund_order_user_message_subject' => 'Powiadomienie o zwrocie kosztów',
+ 'refund_order_user_message_line' => 'Twoje anulowane zamówienie zostało opłacone na Twoje zarejestrowane konto.',
+
+ 'report_order_user_message_subject' => 'Zakup anulowany',
+ 'report_order_user_message_line' => 'Twoje zamówienie zostało anulowane z następujących powodów lub powodów. Twoja płatność zostanie zwrócona tak szybko, jak to możliwe.',
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/pl/permission.php b/resources/default/addons/visiosoft/notifications-module/lang/pl/permission.php
new file mode 100644
index 000000000..95a01ca8b
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/pl/permission.php
@@ -0,0 +1,28 @@
+ [
+ 'name' => 'Notyfikować',
+ 'option' => [
+ 'read' => 'Czy można przeczytać powiadomienie?',
+ 'write' => 'Czy można tworzyć / edytować powiadomienia?',
+ 'delete' => 'Czy można usunąć powiadomienie?',
+ ],
+ ],
+ 'smsnotify' => [
+ 'name' => 'Smsnotify',
+ 'option' => [
+ 'read' => 'Potrafi czytać smsnotify?',
+ 'write' => 'Czy można tworzyć / edytować smsnotify?',
+ 'delete' => 'Czy można usunąć smsnotify?',
+ ],
+ ],
+ 'template' => [
+ 'name' => 'Szablon',
+ 'option' => [
+ 'read' => 'Czy można odczytać szablon?',
+ 'write' => 'Czy można tworzyć / edytować szablon?',
+ 'delete' => 'Czy można usunąć szablon?',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/pl/section.php b/resources/default/addons/visiosoft/notifications-module/lang/pl/section.php
new file mode 100644
index 000000000..4be5943a8
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/pl/section.php
@@ -0,0 +1,13 @@
+ [
+ 'title' => 'Notyfikować',
+ ],
+ 'smsnotify' => [
+ 'title' => 'Smsnotify',
+ ],
+ 'template' => [
+ 'title' => 'Szablon',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/pl/setting.php b/resources/default/addons/visiosoft/notifications-module/lang/pl/setting.php
new file mode 100644
index 000000000..01e1ce073
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/pl/setting.php
@@ -0,0 +1,134 @@
+ [
+ 'name' => 'Powiadomienia użytkownika',
+ ],
+ 'admin_notifications' => [
+ 'name' => 'Powiadomienia administratora',
+ ],
+ 'new_ad_user_message_subject' => [
+ 'name' => 'Temat wiadomości nowego użytkownika reklamy',
+ ],
+ 'new_ad_user_message_line1' => [
+ 'name' => 'Nowy wiersz wiadomości użytkownika reklamy 1',
+ ],
+ 'update_ad_user_message_subject' => [
+ 'name' => 'Zaktualizuj temat wiadomości użytkownika reklamy',
+ ],
+ 'update_ad_user_message_line1' => [
+ 'name' => 'Zaktualizuj wiersz wiadomości użytkownika reklamy 1',
+ ],
+ 'passive_ad_user_message_subject' => [
+ 'name' => 'Temat wiadomości użytkownika reklamy pasywnej',
+ ],
+ 'passive_ad_user_message_line1' => [
+ 'name' => 'Wiersz wiadomości użytkownika reklamy pasywnej 1',
+ ],
+ 'active_ad_user_message_subject' => [
+ 'name' => 'Temat wiadomości użytkownika aktywnej reklamy',
+ ],
+ 'active_ad_user_message_line1' => [
+ 'name' => 'Wiersz wiadomości użytkownika aktywnej reklamy 1',
+ ],
+ 'pending_ad_user_message_subject' => [
+ 'name' => 'Temat wiadomości oczekującej reklamy użytkownika',
+ ],
+ 'pending_ad_user_message_line1' => [
+ 'name' => 'Linia wiadomości użytkownika oczekującej reklamy 1',
+ ],
+ 'declined_ad_user_message_subject' => [
+ 'name' => 'Odrzucony temat wiadomości użytkownika reklamy',
+ ],
+ 'declined_ad_user_message_line1' => [
+ 'name' => 'Wiersz wiadomości odrzuconej reklamy 1',
+ ],
+ 'unpublish_ad_user_message_subject' => [
+ 'name' => 'Cofnij publikację tematu wiadomości użytkownika reklamy',
+ ],
+ 'unpublish_ad_user_message_line1' => [
+ 'name' => 'Cofnij publikację wiersza wiadomości użytkownika reklamy 1',
+ ],
+ 'payment_cart_user_message_subject' => [
+ 'name' => 'Temat wiadomości użytkownika koszyka płatności',
+ ],
+ 'payment_cart_user_message_line1' => [
+ 'name' => 'Linia wiadomości użytkownika koszyka płatności 1',
+ ],
+ 'new_ad_user_sms' => [
+ 'name' => 'Nowe sms-y użytkownika reklamy',
+ ],
+ 'new_ad_user_sms_msg' => [
+ 'name' => 'Nowa wiadomość SMS użytkownika reklamy',
+ ],
+ 'payment_user_sms' => [
+ 'name' => 'SMS użytkownika płatności',
+ ],
+ 'payment_user_sms_msg' => [
+ 'name' => 'Wiadomość SMS użytkownika dotycząca płatności',
+ ],
+ 'status_ad_user_sms' => [
+ 'name' => 'Status Ad użytkownika Sms',
+ ],
+ 'approved_ad_user_sms_msg' => [
+ 'name' => 'Zatwierdzona wiadomość SMS użytkownika reklamy',
+ ],
+ 'passive_ad_user_sms_msg' => [
+ 'name' => 'Wiadomość SMS użytkownika reklamy pasywnej',
+ ],
+ 'declined_ad_user_sms_msg' => [
+ 'name' => 'Wiadomość SMS odrzucona przez użytkownika reklamy',
+ ],
+ 'pending_ad_user_sms_msg' => [
+ 'name' => 'Wiadomość SMS użytkownika oczekująca na ogłoszenie',
+ ],
+ 'unpublish_ad_user_sms' => [
+ 'name' => 'Cofnij publikację smsów użytkownika reklamy',
+ ],
+ 'unpublish_ad_user_sms_msg' => [
+ 'name' => 'Cofnij publikację wiadomości SMS użytkownika reklamy',
+ ],
+ 'update_ad_user_sms' => [
+ 'name' => 'Zaktualizuj sms użytkownika reklamy',
+ ],
+ 'update_ad_user_sms_msg' => [
+ 'name' => 'Zaktualizuj wiadomość SMS użytkownika reklamy',
+ ],
+
+
+
+ 'again_purchase_user_message_subject' => [
+ 'name' => 'Ponownie kup temat wiadomości użytkownika',
+ ],
+ 'again_purchase_user_message_line' => [
+ 'name' => 'Ponownie kup linię wiadomości użytkownika',
+ ],
+ 'again_sale_user_message_subject' => [
+ 'name' => 'Temat wiadomości użytkownika ponownie',
+ ],
+ 'again_sale_user_message_line' => [
+ 'name' => 'Ponownie sprzedaż linii wiadomości użytkownika',
+ ],
+ 'payment_order_user_message_subject' => [
+ 'name' => 'Temat wiadomości użytkownika zlecenia płatności',
+ ],
+ 'payment_order_user_message_line' => [
+ 'name' => 'Linia wiadomości użytkownika zlecenia płatności',
+ ],
+ 'refund_order_user_message_subject' => [
+ 'name' => 'Temat wiadomości użytkownika zamówienia zwrotu pieniędzy',
+ ],
+ 'refund_order_user_message_line' => [
+ 'name' => 'Linia wiadomości użytkownika zamówienia zwrotu pieniędzy',
+ ],
+ 'report_order_user_message_subject' => [
+ 'name' => 'Temat wiadomości użytkownika zamówienia raportu',
+ ],
+ 'report_order_user_message_line' => [
+ 'name' => 'Linia wiadomości użytkownika zamówienia raportu',
+ ],
+ "sms_extension" => [
+ "name" =>"Rozszerzenie SMS",
+
+ ],
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/pl/stream.php b/resources/default/addons/visiosoft/notifications-module/lang/pl/stream.php
new file mode 100644
index 000000000..3317d50d2
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/pl/stream.php
@@ -0,0 +1,13 @@
+ [
+ 'name' => 'Notyfikować',
+ ],
+ 'smsnotify' => [
+ 'name' => 'Smsnotify',
+ ],
+ 'template' => [
+ 'name' => 'Szablon',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/pl/tab.php b/resources/default/addons/visiosoft/notifications-module/lang/pl/tab.php
new file mode 100644
index 000000000..6877cdd38
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/pl/tab.php
@@ -0,0 +1,39 @@
+ [
+ 'title' => 'Nowe smsy reklamowe',
+ ],
+ 'payment_sms' => [
+ 'title' => 'Płatności SMS',
+ ],
+ 'status_ad_sms' => [
+ 'title' => 'Status reklamy Sms',
+ ],
+ 'unpublish_ad_sms' => [
+ 'title' => 'Cofnij publikację smsów reklamowych',
+ ],
+ 'update_ad_sms' => [
+ 'title' => 'Zaktualizuj sms reklamowy',
+ ],
+ 'new_ad_mail' => [
+ 'title' => 'Nowa poczta reklamowa',
+ ],
+ 'update_ad_mail' => [
+ 'title' => 'Zaktualizuj wiadomość reklamową',
+ ],
+ 'status_ad_mail' => [
+ 'title' => 'Stan ogłoszenia e-mail',
+ ],
+ 'unpublish_ad_mail' => [
+ 'title' => 'Cofnij publikację wiadomości reklamowej',
+ ],
+
+ 'payment_cart_mail' => [
+ 'title' => 'Płatności pocztą',
+ ],
+ 'general_sms_settings' => [
+ 'title' => 'Ustawienia SMS',
+ ],
+
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/pt/addon.php b/resources/default/addons/visiosoft/notifications-module/lang/pt/addon.php
new file mode 100644
index 000000000..c293c7509
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/pt/addon.php
@@ -0,0 +1,7 @@
+ 'Notifications',
+ 'name' => 'Notifications Module',
+ 'description' => 'Notifications Control System Management'
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/pt/button.php b/resources/default/addons/visiosoft/notifications-module/lang/pt/button.php
new file mode 100644
index 000000000..a21076934
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/pt/button.php
@@ -0,0 +1,7 @@
+ 'New Notify',
+ 'new_smsnotify' => 'New Smsnotify',
+ 'new_template' => 'New Template',
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/pt/field.php b/resources/default/addons/visiosoft/notifications-module/lang/pt/field.php
new file mode 100644
index 000000000..771efc8c9
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/pt/field.php
@@ -0,0 +1,22 @@
+ [
+ 'name' => 'Name',
+ ],
+ 'message' => [
+ 'name' => 'Message',
+ ],
+ 'slug' => [
+ 'name' => 'Slug',
+ ],
+ 'subject' => [
+ 'name' => 'Subject',
+ ],
+ 'greeting' => [
+ 'name' => 'Greeting',
+ ],
+ 'enabled' => [
+ 'name' => 'Enabled',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/pt/notification.php b/resources/default/addons/visiosoft/notifications-module/lang/pt/notification.php
new file mode 100644
index 000000000..3d8e6d195
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/pt/notification.php
@@ -0,0 +1,76 @@
+ 'Hello ',
+ 'thanks_message' => 'Thank You!',
+ 'detail_button' => 'View Detail',
+ 'create_site_subject' => 'OpenClassify site creation started',
+ 'create_site_line1' => 'We\'ve received your request to create the :sitename site.',
+ 'create_site_line2' => 'When the installation is complete, you will receive an email containing the site information.',
+ // 'create_site_line3' => 'For more information about System Usage, see \'How it works!\' page.',
+ // create doc first
+ 'create_site_line3' => 'It will take about 5 minutes. While we prepare your web site check our fantastic features.',
+ 'create_site_button' => 'Features!',
+
+ 'created_site_subject' => 'OpenClassify site created for you [:sitename] ',
+ 'created_site_line1' => 'Please note administrator info is given below.',
+ 'created_site_username' => 'Uusername : :username',
+ 'created_site_email' => 'Email Address : :email',
+ 'created_site_password' => 'Password : :password',
+ 'created_site_button' => 'Admin Panel',
+
+ //last 3 days
+ 'last_3_days_subscription_subject' => 'Last 3 Days of your Trial Pack!',
+ 'last_3_days_subscription_line1' => 'Your :sitename trial site is about to expire.',
+
+ //last 1 day
+ 'last_1_day_subscription_subject' => 'Last Day of your Trial Pack!',
+ 'last_1_day_subscription_line1' => 'Your :sitename trial site is about to expire.',
+
+ //one week later
+ 'one_week_later_subscription_subject' => 'Your Trial Package is Inactive.',
+ 'one_week_later_subscription_line1' => ':sitename trial site has ended 1 week ago. Please visit our site for eligible offers.',
+
+ //one month later
+ 'one_month_later_subscription_subject' => 'Your Trial Package will be deleted during the day.',
+ 'one_month_later_subscription_line1' => 'Your :sitename trial site expired 1 month ago.It will be removed during the day due to not taking action within the given time',
+
+ // Notifications
+ 'new_ad_user_sms_msg' => 'Your ad is under control.',
+ 'payment_user_sms_msg' => 'Thank you for your payment.',
+ 'approved_ad_user_sms_msg' => 'Ad Status Approved.',
+ 'passive_ad_user_sms_msg' => 'Ad Status Passive.',
+ 'declined_ad_user_sms_msg' => 'Ad Status Declined.',
+ 'pending_ad_user_sms_msg' => 'Ad Status Pending.',
+ 'unpublish_ad_user_sms_msg' => 'Your ad has been removed.',
+ 'update_ad_user_sms_msg' => 'Your Ad Successfully Updated.',
+ 'new_ad_user_message_subject' => 'Successful Advertising!',
+ 'new_ad_user_message_line1' => 'Your information has been sent to us.Required Controls Will Be Released and Released as soon as possible',
+ 'update_ad_user_message_subject' => 'Ad Update Successful!',
+ 'update_ad_user_message_line1' => 'We have received an update request for your given Ad.Provide Required Controls and Your Latest Update Will Be Released.',
+ 'passive_ad_user_message_subject' => 'Your advertisement has been discontinued!',
+ 'passive_ad_user_message_line1' => 'Your advertisement has been removed.',
+ 'active_ad_user_message_subject' => 'Your ad is Approved!',
+ 'active_ad_user_message_line1' => 'Your advertisement has been published.',
+ 'pending_ad_user_message_subject' => 'Your ad is under approval!',
+ 'pending_ad_user_message_line1' => 'Your advertisement has been submitted to the operator for approval.',
+ 'declined_ad_user_message_subject' => 'Your Ad Not Published!',
+ 'declined_ad_user_message_line1' => 'Your Notification has not been approved because it is not in compliance with the rules of submission.',
+ 'unpublish_ad_user_message_subject' => 'Your ad has been removed!',
+ 'unpublish_ad_user_message_line1' => 'Announcement has expired.',
+ 'payment_cart_user_message_subject' => 'Your Order is Successful!',
+ 'payment_cart_user_message_line1' => 'We got your order.For detailed information about the order click on the link.',
+ 'again_purchase_user_message_subject' => 'Order was re-created',
+ 'again_purchase_user_message_line' => 'Your order has been re-created for the following reasons or reasons:',
+ 'again_sale_user_message_subject' => 'Order was re-created',
+ 'again_sale_user_message_line' => 'The Sales transaction was reestablished for the following reasons or reasons:',
+
+ 'payment_order_user_message_subject' => 'Payment Notification',
+ 'payment_order_user_message_line' => 'Your payment has been transferred to your registered account.',
+
+ 'refund_order_user_message_subject' => 'Refund Notification',
+ 'refund_order_user_message_line' => 'Your canceled order has been paid to your registered account.',
+
+ 'report_order_user_message_subject' => 'Purchase Canceled',
+ 'report_order_user_message_line' => 'Your order has been canceled due to the following reasons or reasons. Your payment will be returned as soon as possible.',
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/pt/permission.php b/resources/default/addons/visiosoft/notifications-module/lang/pt/permission.php
new file mode 100644
index 000000000..7c643fd39
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/pt/permission.php
@@ -0,0 +1,28 @@
+ [
+ 'name' => 'Notify',
+ 'option' => [
+ 'read' => 'Can read notify?',
+ 'write' => 'Can create/edit notify?',
+ 'delete' => 'Can delete notify?',
+ ],
+ ],
+ 'smsnotify' => [
+ 'name' => 'Smsnotify',
+ 'option' => [
+ 'read' => 'Can read smsnotify?',
+ 'write' => 'Can create/edit smsnotify?',
+ 'delete' => 'Can delete smsnotify?',
+ ],
+ ],
+ 'template' => [
+ 'name' => 'Template',
+ 'option' => [
+ 'read' => 'Can read template?',
+ 'write' => 'Can create/edit template?',
+ 'delete' => 'Can delete template?',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/pt/section.php b/resources/default/addons/visiosoft/notifications-module/lang/pt/section.php
new file mode 100644
index 000000000..1d103db02
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/pt/section.php
@@ -0,0 +1,13 @@
+ [
+ 'title' => 'Notify',
+ ],
+ 'smsnotify' => [
+ 'title' => 'Smsnotify',
+ ],
+ 'template' => [
+ 'title' => 'Template',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/pt/setting.php b/resources/default/addons/visiosoft/notifications-module/lang/pt/setting.php
new file mode 100644
index 000000000..7b1aed650
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/pt/setting.php
@@ -0,0 +1,134 @@
+ [
+ 'name' => 'User Notifications',
+ ],
+ 'admin_notifications' => [
+ 'name' => 'Admin Notifications',
+ ],
+ 'new_ad_user_message_subject' => [
+ 'name' => 'New Ad User Message Subject',
+ ],
+ 'new_ad_user_message_line1' => [
+ 'name' => 'New Ad User Message Line1',
+ ],
+ 'update_ad_user_message_subject' => [
+ 'name' => 'Update Ad User Message Subject',
+ ],
+ 'update_ad_user_message_line1' => [
+ 'name' => 'Update Ad User Message Line1',
+ ],
+ 'passive_ad_user_message_subject' => [
+ 'name' => 'Passive Ad User Message Subject',
+ ],
+ 'passive_ad_user_message_line1' => [
+ 'name' => 'Passive Ad User Message Line1',
+ ],
+ 'active_ad_user_message_subject' => [
+ 'name' => 'Active Ad User Message Subject',
+ ],
+ 'active_ad_user_message_line1' => [
+ 'name' => 'Active Ad User Message Line1',
+ ],
+ 'pending_ad_user_message_subject' => [
+ 'name' => 'Pending Ad User Message Subject',
+ ],
+ 'pending_ad_user_message_line1' => [
+ 'name' => 'Pending Ad User Message Line1',
+ ],
+ 'declined_ad_user_message_subject' => [
+ 'name' => 'Declined Ad User Message Subject',
+ ],
+ 'declined_ad_user_message_line1' => [
+ 'name' => 'Declined Ad User Message Line1',
+ ],
+ 'unpublish_ad_user_message_subject' => [
+ 'name' => 'Unpublish Ad User Message Subject',
+ ],
+ 'unpublish_ad_user_message_line1' => [
+ 'name' => 'Unpublish Ad User Message Line1',
+ ],
+ 'payment_cart_user_message_subject' => [
+ 'name' => 'Payment Cart User Message Subject',
+ ],
+ 'payment_cart_user_message_line1' => [
+ 'name' => 'Payment Cart User Message Line1',
+ ],
+ 'new_ad_user_sms' => [
+ 'name' => 'New Ad User Sms',
+ ],
+ 'new_ad_user_sms_msg' => [
+ 'name' => 'New Ad User Sms Message',
+ ],
+ 'payment_user_sms' => [
+ 'name' => 'Payment User Sms',
+ ],
+ 'payment_user_sms_msg' => [
+ 'name' => 'Payment User Sms Message',
+ ],
+ 'status_ad_user_sms' => [
+ 'name' => 'Status Ad User Sms',
+ ],
+ 'approved_ad_user_sms_msg' => [
+ 'name' => 'Approved Ad User Sms Message',
+ ],
+ 'passive_ad_user_sms_msg' => [
+ 'name' => 'Passive Ad User Sms Message',
+ ],
+ 'declined_ad_user_sms_msg' => [
+ 'name' => 'Declined Ad User Sms Message',
+ ],
+ 'pending_ad_user_sms_msg' => [
+ 'name' => 'Pending Ad User Sms Message',
+ ],
+ 'unpublish_ad_user_sms' => [
+ 'name' => 'Unpublish Ad User Sms',
+ ],
+ 'unpublish_ad_user_sms_msg' => [
+ 'name' => 'Unpublish Ad User Sms Message',
+ ],
+ 'update_ad_user_sms' => [
+ 'name' => 'Update Ad User Sms',
+ ],
+ 'update_ad_user_sms_msg' => [
+ 'name' => 'Update Ad User Sms Message',
+ ],
+
+
+
+ 'again_purchase_user_message_subject' => [
+ 'name' => 'Again Purchase User Message Subject',
+ ],
+ 'again_purchase_user_message_line' => [
+ 'name' => 'Again Purchase User Message Line',
+ ],
+ 'again_sale_user_message_subject' => [
+ 'name' => 'Again Sale User Message Subject',
+ ],
+ 'again_sale_user_message_line' => [
+ 'name' => 'Again Sale User Message Line',
+ ],
+ 'payment_order_user_message_subject' => [
+ 'name' => 'Payment Order User Message Subject',
+ ],
+ 'payment_order_user_message_line' => [
+ 'name' => 'Payment Order User Message Line',
+ ],
+ 'refund_order_user_message_subject' => [
+ 'name' => 'Refund Order User Message Subject',
+ ],
+ 'refund_order_user_message_line' => [
+ 'name' => 'Refund Order User Message Line',
+ ],
+ 'report_order_user_message_subject' => [
+ 'name' => 'Report Order User Message Subject',
+ ],
+ 'report_order_user_message_line' => [
+ 'name' => 'Report Order User Message Line',
+ ],
+ "sms_extension" => [
+ "name" =>"SMS Extension",
+
+ ],
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/pt/stream.php b/resources/default/addons/visiosoft/notifications-module/lang/pt/stream.php
new file mode 100644
index 000000000..91f84e905
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/pt/stream.php
@@ -0,0 +1,13 @@
+ [
+ 'name' => 'Notify',
+ ],
+ 'smsnotify' => [
+ 'name' => 'Smsnotify',
+ ],
+ 'template' => [
+ 'name' => 'Template',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/pt/tab.php b/resources/default/addons/visiosoft/notifications-module/lang/pt/tab.php
new file mode 100644
index 000000000..f1d78680e
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/pt/tab.php
@@ -0,0 +1,39 @@
+ [
+ 'title' => 'Novo anúncio sms',
+ ],
+ 'payment_sms' => [
+ 'title' => 'SMS de pagamento',
+ ],
+ 'status_ad_sms' => [
+ 'title' => 'Sms de anúncio de status',
+ ],
+ 'unpublish_ad_sms' => [
+ 'title' => 'Cancelar a publicação do anúncio Sms',
+ ],
+ 'update_ad_sms' => [
+ 'title' => 'Atualizar anúncio Sms',
+ ],
+ 'new_ad_mail' => [
+ 'title' => 'Novo anúncio',
+ ],
+ 'update_ad_mail' => [
+ 'title' => 'Atualizar Ad Mail',
+ ],
+ 'status_ad_mail' => [
+ 'title' => 'Status Ad Mail',
+ ],
+ 'unpublish_ad_mail' => [
+ 'title' => 'Cancelar a publicação do anúncio',
+ ],
+
+ 'payment_cart_mail' => [
+ 'title' => 'Correio de Pagamento',
+ ],
+ 'general_sms_settings' => [
+ 'title' => 'Configurações de SMS',
+ ],
+
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/ro/addon.php b/resources/default/addons/visiosoft/notifications-module/lang/ro/addon.php
new file mode 100644
index 000000000..a7ca2cba0
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/ro/addon.php
@@ -0,0 +1,7 @@
+ 'Notificări',
+ 'name' => 'Modulul Notificări',
+ 'description' => 'Managementul sistemului de control al notificărilor'
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/ro/button.php b/resources/default/addons/visiosoft/notifications-module/lang/ro/button.php
new file mode 100644
index 000000000..6a2e59bf0
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/ro/button.php
@@ -0,0 +1,7 @@
+ 'Notificare nouă',
+ 'new_smsnotify' => 'Smsnotify nou',
+ 'new_template' => 'Șablon nou',
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/ro/field.php b/resources/default/addons/visiosoft/notifications-module/lang/ro/field.php
new file mode 100644
index 000000000..bf6dcc564
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/ro/field.php
@@ -0,0 +1,22 @@
+ [
+ 'name' => 'Nume',
+ ],
+ 'message' => [
+ 'name' => 'Mesaj',
+ ],
+ 'slug' => [
+ 'name' => 'Melc',
+ ],
+ 'subject' => [
+ 'name' => 'Subiect',
+ ],
+ 'greeting' => [
+ 'name' => 'Salut',
+ ],
+ 'enabled' => [
+ 'name' => 'Enabled',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/ro/notification.php b/resources/default/addons/visiosoft/notifications-module/lang/ro/notification.php
new file mode 100644
index 000000000..92d01f082
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/ro/notification.php
@@ -0,0 +1,76 @@
+ 'Salut ',
+ 'thanks_message' => 'Mulțumesc!',
+ 'detail_button' => 'Vezi detalii',
+ 'create_site_subject' => 'A început crearea site-ului OpenClassify',
+ 'create_site_line1' => 'Am primit solicitarea dvs. de a crea site-ul: sitename.',
+ 'create_site_line2' => 'După finalizarea instalării, veți primi un e-mail care conține informațiile despre site.',
+ // 'create_site_line3' => 'For more information about System Usage, see \'How it works!\' page.',
+ // create doc first
+ 'create_site_line3' => 'Va dura aproximativ 5 minute. În timp ce vă pregătim site-ul web verificați caracteristicile noastre fantastice.',
+ 'create_site_button' => 'Caracteristici!',
+
+ 'created_site_subject' => 'Site-ul OpenClassify creat pentru dvs. [: sitename] ',
+ 'created_site_line1' => 'Vă rugăm să rețineți că informațiile administratorului sunt date mai jos.',
+ 'created_site_username' => 'Nume utilizator:: nume utilizator',
+ 'created_site_email' => 'Adresa de e-mail:: e-mail',
+ 'created_site_password' => 'Parolă:: parolă',
+ 'created_site_button' => 'Panoul Administratorului',
+
+ //last 3 days
+ 'last_3_days_subscription_subject' => 'Ultimele 3 zile ale pachetului de încercare!',
+ 'last_3_days_subscription_line1' => 'Site-ul dvs. de încercare: numele site-ului este pe cale să expire.',
+
+ //last 1 day
+ 'last_1_day_subscription_subject' => 'Ultima zi a pachetului de încercare!',
+ 'last_1_day_subscription_line1' => 'Site-ul dvs. de încercare: numele site-ului este pe cale să expire.',
+
+ //one week later
+ 'one_week_later_subscription_subject' => 'Pachetul dvs. de încercare este inactiv.',
+ 'one_week_later_subscription_line1' => ': site-ul de testare a site-ului s-a încheiat acum o săptămână. Vă rugăm să vizitați site-ul nostru pentru oferte eligibile.',
+
+ //one month later
+ 'one_month_later_subscription_subject' => 'Pachetul dvs. de încercare va fi șters în timpul zilei.',
+ 'one_month_later_subscription_line1' => 'Site-ul dvs. de încercare: numele site-ului a expirat acum o lună. Acesta va fi eliminat în timpul zilei, deoarece nu se iau măsuri în termenul dat',
+
+ // Notifications
+ 'new_ad_user_sms_msg' => 'Anunțul dvs. este sub control.',
+ 'payment_user_sms_msg' => 'Va multumim pentru plata efectuata.',
+ 'approved_ad_user_sms_msg' => 'Stare publicitară aprobată.',
+ 'passive_ad_user_sms_msg' => 'Stare publicitară pasivă.',
+ 'declined_ad_user_sms_msg' => 'Starea anunțului a fost refuzată.',
+ 'pending_ad_user_sms_msg' => 'Starea anunțului în așteptare.',
+ 'unpublish_ad_user_sms_msg' => 'Anunțul dvs. a fost eliminat.',
+ 'update_ad_user_sms_msg' => 'Anunțul dvs. a fost actualizat cu succes.',
+ 'new_ad_user_message_subject' => 'Publicitate de succes!',
+ 'new_ad_user_message_line1' => 'Informațiile dvs. ne-au fost trimise. Controalele necesare vor fi lansate și eliberate cât mai curând posibil',
+ 'update_ad_user_message_subject' => 'Actualizarea anunțului a reușit!',
+ 'update_ad_user_message_line1' => 'Am primit o solicitare de actualizare pentru anunțul dat. Furnizați controalele necesare și ultima dvs. actualizare va fi lansată.',
+ 'passive_ad_user_message_subject' => 'Reclama dvs. a fost întreruptă!',
+ 'passive_ad_user_message_line1' => 'Reclama dvs. a fost eliminată.',
+ 'active_ad_user_message_subject' => 'Anunțul dvs. este Aprobat!',
+ 'active_ad_user_message_line1' => 'Reclama dvs. a fost publicată.',
+ 'pending_ad_user_message_subject' => 'Anunțul dvs. este în curs de aprobare!',
+ 'pending_ad_user_message_line1' => 'Anunțul dvs. a fost trimis către operator pentru aprobare.',
+ 'declined_ad_user_message_subject' => 'Anunțul dvs. nu a fost publicat!',
+ 'declined_ad_user_message_line1' => 'Notificarea dvs. nu a fost aprobată deoarece nu respectă regulile de trimitere.',
+ 'unpublish_ad_user_message_subject' => 'Anunțul dvs. a fost eliminat!',
+ 'unpublish_ad_user_message_line1' => 'Anunțul a expirat.',
+ 'payment_cart_user_message_subject' => 'Comanda dvs. este de succes!',
+ 'payment_cart_user_message_line1' => 'Am primit comanda dvs. Pentru informații detaliate despre comandă, faceți clic pe link.',
+ 'again_purchase_user_message_subject' => 'Ordinea a fost recreată',
+ 'again_purchase_user_message_line' => 'Comanda dvs. a fost recreată din următoarele motive sau motive:',
+ 'again_sale_user_message_subject' => 'Ordinea a fost recreată',
+ 'again_sale_user_message_line' => 'Tranzacția de vânzare a fost restabilită din următoarele motive sau motive:',
+
+ 'payment_order_user_message_subject' => 'Notificare de plată',
+ 'payment_order_user_message_line' => 'Plata dvs. a fost transferată în contul dvs. înregistrat.',
+
+ 'refund_order_user_message_subject' => 'Notificare de rambursare',
+ 'refund_order_user_message_line' => 'Comanda dvs. anulată a fost plătită în contul dvs. înregistrat.',
+
+ 'report_order_user_message_subject' => 'Cumpărare anulată',
+ 'report_order_user_message_line' => 'Comanda dvs. a fost anulată din următoarele motive sau motive. Plata dvs. va fi returnată cât mai curând posibil.',
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/ro/permission.php b/resources/default/addons/visiosoft/notifications-module/lang/ro/permission.php
new file mode 100644
index 000000000..933acdae1
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/ro/permission.php
@@ -0,0 +1,28 @@
+ [
+ 'name' => 'Notificați',
+ 'option' => [
+ 'read' => 'Poți citi notificări?',
+ 'write' => 'Pot crea / edita notificări?',
+ 'delete' => 'Poate șterge notificarea?',
+ ],
+ ],
+ 'smsnotify' => [
+ 'name' => 'Smsnotify',
+ 'option' => [
+ 'read' => 'Pot citi smsnotify?',
+ 'write' => 'Poate crea / edita smsnotify?',
+ 'delete' => 'Poate șterge smsnotify?',
+ ],
+ ],
+ 'template' => [
+ 'name' => 'Șablon',
+ 'option' => [
+ 'read' => 'Poți citi șablonul?',
+ 'write' => 'Poate crea / edita șablonul?',
+ 'delete' => 'Poate șterge șablonul?',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/ro/section.php b/resources/default/addons/visiosoft/notifications-module/lang/ro/section.php
new file mode 100644
index 000000000..b026decb2
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/ro/section.php
@@ -0,0 +1,13 @@
+ [
+ 'title' => 'Notificați',
+ ],
+ 'smsnotify' => [
+ 'title' => 'Smsnotify',
+ ],
+ 'template' => [
+ 'title' => 'Șablon',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/ro/setting.php b/resources/default/addons/visiosoft/notifications-module/lang/ro/setting.php
new file mode 100644
index 000000000..9ff4f0bf2
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/ro/setting.php
@@ -0,0 +1,134 @@
+ [
+ 'name' => 'Notificări utilizator',
+ ],
+ 'admin_notifications' => [
+ 'name' => 'Notificări de administrator',
+ ],
+ 'new_ad_user_message_subject' => [
+ 'name' => 'Subiect mesaj mesaj utilizator nou',
+ ],
+ 'new_ad_user_message_line1' => [
+ 'name' => 'Linie nouă de mesaje pentru utilizator publicitar1',
+ ],
+ 'update_ad_user_message_subject' => [
+ 'name' => 'Actualizați subiectul mesajului utilizatorului anunțului',
+ ],
+ 'update_ad_user_message_line1' => [
+ 'name' => 'Actualizați linia de mesaje a utilizatorului de anunțuri1',
+ ],
+ 'passive_ad_user_message_subject' => [
+ 'name' => 'Subiectul mesajului utilizatorului de anunț pasiv',
+ ],
+ 'passive_ad_user_message_line1' => [
+ 'name' => 'Linie de mesaje pentru utilizatorii de anunțuri pasive1',
+ ],
+ 'active_ad_user_message_subject' => [
+ 'name' => 'Subiect mesaj mesaj utilizator activ',
+ ],
+ 'active_ad_user_message_line1' => [
+ 'name' => 'Linia de mesaje pentru utilizatorul publicitar activ1',
+ ],
+ 'pending_ad_user_message_subject' => [
+ 'name' => 'Subiectul mesajului utilizatorului anunțului în așteptare',
+ ],
+ 'pending_ad_user_message_line1' => [
+ 'name' => 'Linia de mesaje în așteptare a utilizatorului de anunțuri1',
+ ],
+ 'declined_ad_user_message_subject' => [
+ 'name' => 'Subiectul mesajului utilizatorului anunțului refuzat',
+ ],
+ 'declined_ad_user_message_line1' => [
+ 'name' => 'Linie de mesaje pentru utilizatorii de anunțuri refuzate1',
+ ],
+ 'unpublish_ad_user_message_subject' => [
+ 'name' => 'Anulați publicarea subiectului mesajului utilizatorului publicitar',
+ ],
+ 'unpublish_ad_user_message_line1' => [
+ 'name' => 'Anulați publicarea liniei de mesaje a utilizatorului de anunțuri1',
+ ],
+ 'payment_cart_user_message_subject' => [
+ 'name' => 'Coș de plată Subiect mesaj mesaj utilizator',
+ ],
+ 'payment_cart_user_message_line1' => [
+ 'name' => 'Coș de plată Mesaj utilizator Linie1',
+ ],
+ 'new_ad_user_sms' => [
+ 'name' => 'Mesaje noi pentru utilizatori publicitari',
+ ],
+ 'new_ad_user_sms_msg' => [
+ 'name' => 'Mesaj SMS nou pentru utilizatorul publicitar',
+ ],
+ 'payment_user_sms' => [
+ 'name' => 'Plata utilizatorului SMS',
+ ],
+ 'payment_user_sms_msg' => [
+ 'name' => 'Plată Mesaj SMS utilizator',
+ ],
+ 'status_ad_user_sms' => [
+ 'name' => 'Mesaj utilizator de stare',
+ ],
+ 'approved_ad_user_sms_msg' => [
+ 'name' => 'Mesaj SMS aprobat de utilizator publicitar',
+ ],
+ 'passive_ad_user_sms_msg' => [
+ 'name' => 'Mesaj SMS pentru utilizatorul publicitar pasiv',
+ ],
+ 'declined_ad_user_sms_msg' => [
+ 'name' => 'Mesaj SMS utilizator de anunț refuzat',
+ ],
+ 'pending_ad_user_sms_msg' => [
+ 'name' => 'Mesaj SMS în așteptare a utilizatorului publicitar',
+ ],
+ 'unpublish_ad_user_sms' => [
+ 'name' => 'Anulați publicarea SMS-urilor utilizatorului',
+ ],
+ 'unpublish_ad_user_sms_msg' => [
+ 'name' => 'Anulați publicarea mesajului SMS al utilizatorului publicitar',
+ ],
+ 'update_ad_user_sms' => [
+ 'name' => 'Actualizați mesajul utilizatorului SMS',
+ ],
+ 'update_ad_user_sms_msg' => [
+ 'name' => 'Actualizați mesajul SMS al utilizatorului anunțului',
+ ],
+
+
+
+ 'again_purchase_user_message_subject' => [
+ 'name' => 'Din nou Cumpărați subiectul mesajului utilizatorului',
+ ],
+ 'again_purchase_user_message_line' => [
+ 'name' => 'Din nou Cumpărați linia de mesaje a utilizatorului',
+ ],
+ 'again_sale_user_message_subject' => [
+ 'name' => 'Din nou Vânzare Subiect mesaj utilizator',
+ ],
+ 'again_sale_user_message_line' => [
+ 'name' => 'Din nou Linie de mesaje pentru utilizatori',
+ ],
+ 'payment_order_user_message_subject' => [
+ 'name' => 'Subiectul mesajului utilizatorului comenzii de plată',
+ ],
+ 'payment_order_user_message_line' => [
+ 'name' => 'Linia de mesaje pentru utilizatorul ordinului de plată',
+ ],
+ 'refund_order_user_message_subject' => [
+ 'name' => 'Comanda de rambursare Subiectul mesajului utilizatorului',
+ ],
+ 'refund_order_user_message_line' => [
+ 'name' => 'Linie de mesaje utilizator comandă rambursare',
+ ],
+ 'report_order_user_message_subject' => [
+ 'name' => 'Raportați comanda subiectului mesajului utilizatorului',
+ ],
+ 'report_order_user_message_line' => [
+ 'name' => 'Raportează linia de mesaje pentru utilizator',
+ ],
+ "sms_extension" => [
+ "name" =>"Extensie SMS",
+
+ ],
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/ro/stream.php b/resources/default/addons/visiosoft/notifications-module/lang/ro/stream.php
new file mode 100644
index 000000000..e014ee71d
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/ro/stream.php
@@ -0,0 +1,13 @@
+ [
+ 'name' => 'Notificați',
+ ],
+ 'smsnotify' => [
+ 'name' => 'Smsnotify',
+ ],
+ 'template' => [
+ 'name' => 'Șablon',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/ro/tab.php b/resources/default/addons/visiosoft/notifications-module/lang/ro/tab.php
new file mode 100644
index 000000000..dad7f35fd
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/ro/tab.php
@@ -0,0 +1,39 @@
+ [
+ 'title' => 'Mesaje publicitare noi',
+ ],
+ 'payment_sms' => [
+ 'title' => 'Sms de plată',
+ ],
+ 'status_ad_sms' => [
+ 'title' => 'Mesaje publicitare de stare',
+ ],
+ 'unpublish_ad_sms' => [
+ 'title' => 'Anulați publicarea mesajelor publicitare',
+ ],
+ 'update_ad_sms' => [
+ 'title' => 'Actualizați mesajele publicitare',
+ ],
+ 'new_ad_mail' => [
+ 'title' => 'Mesaj publicitar nou',
+ ],
+ 'update_ad_mail' => [
+ 'title' => 'Actualizați Ad Mail',
+ ],
+ 'status_ad_mail' => [
+ 'title' => 'E-mail publicitar de stare',
+ ],
+ 'unpublish_ad_mail' => [
+ 'title' => 'Anulați publicarea e-mailurilor publicitare',
+ ],
+
+ 'payment_cart_mail' => [
+ 'title' => 'E-mail de plată',
+ ],
+ 'general_sms_settings' => [
+ 'title' => 'Setări SMS',
+ ],
+
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/ru/addon.php b/resources/default/addons/visiosoft/notifications-module/lang/ru/addon.php
new file mode 100644
index 000000000..64ac70a8e
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/ru/addon.php
@@ -0,0 +1,7 @@
+ 'Уведомления',
+ 'name' => 'Модуль уведомлений',
+ 'description' => 'Управление системой управления уведомлениями'
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/ru/button.php b/resources/default/addons/visiosoft/notifications-module/lang/ru/button.php
new file mode 100644
index 000000000..37a41156b
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/ru/button.php
@@ -0,0 +1,7 @@
+ 'Новое уведомление',
+ 'new_smsnotify' => 'Новый Smsnotify',
+ 'new_template' => 'Новый шаблон',
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/ru/field.php b/resources/default/addons/visiosoft/notifications-module/lang/ru/field.php
new file mode 100644
index 000000000..fde8ba419
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/ru/field.php
@@ -0,0 +1,22 @@
+ [
+ 'name' => 'имя',
+ ],
+ 'message' => [
+ 'name' => 'Сообщение',
+ ],
+ 'slug' => [
+ 'name' => 'Слизняк',
+ ],
+ 'subject' => [
+ 'name' => 'Предмет',
+ ],
+ 'greeting' => [
+ 'name' => 'Приветствие',
+ ],
+ 'enabled' => [
+ 'name' => 'Enabled',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/ru/notification.php b/resources/default/addons/visiosoft/notifications-module/lang/ru/notification.php
new file mode 100644
index 000000000..84a8ba02c
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/ru/notification.php
@@ -0,0 +1,76 @@
+ 'Здравствуйте ',
+ 'thanks_message' => 'Благодарю вас!',
+ 'detail_button' => 'Посмотреть детали',
+ 'create_site_subject' => 'Создание сайта OpenClassify начато',
+ 'create_site_line1' => 'Мы получили ваш запрос на создание сайта: sitename.',
+ 'create_site_line2' => 'Когда установка будет завершена, вы получите электронное письмо с информацией о сайте.',
+ // 'create_site_line3' => 'For more information about System Usage, see \'How it works!\' page.',
+ // create doc first
+ 'create_site_line3' => 'Это займет около 5 минут. Пока мы готовим ваш веб-сайт, проверьте наши фантастические возможности.',
+ 'create_site_button' => 'Особенности!',
+
+ 'created_site_subject' => 'Сайт OpenClassify создан для вас [: sitename] ',
+ 'created_site_line1' => 'Обратите внимание, что информация администратора приведена ниже.',
+ 'created_site_username' => 'Uusername:: имя пользователя',
+ 'created_site_email' => 'Электронный адрес:: электронная почта',
+ 'created_site_password' => 'Пароль:: пароль',
+ 'created_site_button' => 'Панель администратора',
+
+ //last 3 days
+ 'last_3_days_subscription_subject' => 'Последние 3 дня пробного набора!',
+ 'last_3_days_subscription_line1' => 'Срок действия вашего пробного сайта: sitename скоро истечет.',
+
+ //last 1 day
+ 'last_1_day_subscription_subject' => 'Последний день пробного набора!',
+ 'last_1_day_subscription_line1' => 'Срок действия вашего пробного сайта: sitename скоро истечет.',
+
+ //one week later
+ 'one_week_later_subscription_subject' => 'Ваш пробный пакет неактивен.',
+ 'one_week_later_subscription_line1' => ': siteename пробный сайт закончился 1 неделю назад. Посетите наш сайт, чтобы увидеть соответствующие предложения.',
+
+ //one month later
+ 'one_month_later_subscription_subject' => 'Ваш пробный пакет будет удален в течение дня.',
+ 'one_month_later_subscription_line1' => 'Срок действия вашего пробного сайта: sitename истек 1 месяц назад. Он будет удален в течение дня, так как в течение указанного времени не было предпринято никаких действий.',
+
+ // Notifications
+ 'new_ad_user_sms_msg' => 'Ваша реклама находится под контролем.',
+ 'payment_user_sms_msg' => 'Спасибо вам за ваш платеж.',
+ 'approved_ad_user_sms_msg' => 'Статус объявления одобрен.',
+ 'passive_ad_user_sms_msg' => 'Статус объявления пассивный.',
+ 'declined_ad_user_sms_msg' => 'Статус объявления отклонен.',
+ 'pending_ad_user_sms_msg' => 'Статус объявления ожидает рассмотрения.',
+ 'unpublish_ad_user_sms_msg' => 'Ваше объявление было удалено.',
+ 'update_ad_user_sms_msg' => 'Ваше объявление успешно обновлено.',
+ 'new_ad_user_message_subject' => 'Удачной рекламы!',
+ 'new_ad_user_message_line1' => 'Ваша информация была отправлена нам. Необходимые элементы управления будут выпущены и освобождены в ближайшее время',
+ 'update_ad_user_message_subject' => 'Объявление обновлено успешно!',
+ 'update_ad_user_message_line1' => 'Мы получили запрос на обновление для данных требуемых элементов управления Ad.Provide, и ваше последнее обновление будет выпущено.',
+ 'passive_ad_user_message_subject' => 'Ваша реклама прекращена!',
+ 'passive_ad_user_message_line1' => 'Ваша реклама была удалена.',
+ 'active_ad_user_message_subject' => 'Ваше объявление одобрено!',
+ 'active_ad_user_message_line1' => 'Ваше объявление было опубликовано.',
+ 'pending_ad_user_message_subject' => 'Ваше объявление находится на рассмотрении!',
+ 'pending_ad_user_message_line1' => 'Ваше объявление отправлено на утверждение оператору.',
+ 'declined_ad_user_message_subject' => 'Ваше объявление не опубликовано!',
+ 'declined_ad_user_message_line1' => 'Ваше Уведомление не было одобрено, так как оно не соответствует правилам отправки.',
+ 'unpublish_ad_user_message_subject' => 'Ваше объявление было удалено!',
+ 'unpublish_ad_user_message_line1' => 'Объявление истекло.',
+ 'payment_cart_user_message_subject' => 'Ваш заказ выполнен!',
+ 'payment_cart_user_message_line1' => 'Мы получили ваш заказ.Подробная информация о заказе доступна по ссылке.',
+ 'again_purchase_user_message_subject' => 'Заказ был создан повторно',
+ 'again_purchase_user_message_line' => 'Ваш заказ был воссоздан по следующим причинам:',
+ 'again_sale_user_message_subject' => 'Заказ был создан повторно',
+ 'again_sale_user_message_line' => 'Сделка Продажи была восстановлена по следующим причинам:',
+
+ 'payment_order_user_message_subject' => 'Уведомление о платеже',
+ 'payment_order_user_message_line' => 'Ваш платеж был переведен на ваш зарегистрированный аккаунт.',
+
+ 'refund_order_user_message_subject' => 'Уведомление о возврате',
+ 'refund_order_user_message_line' => 'Ваш отмененный заказ был оплачен на ваш зарегистрированный счет.',
+
+ 'report_order_user_message_subject' => 'Покупка отменена',
+ 'report_order_user_message_line' => 'Ваш заказ был отменен по следующим причинам. Ваш платеж будет возвращен в кратчайшие сроки.',
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/ru/permission.php b/resources/default/addons/visiosoft/notifications-module/lang/ru/permission.php
new file mode 100644
index 000000000..8b0502dce
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/ru/permission.php
@@ -0,0 +1,28 @@
+ [
+ 'name' => 'Уведомлять',
+ 'option' => [
+ 'read' => 'Можете прочитать уведомление?',
+ 'write' => 'Можно создать / отредактировать уведомление?',
+ 'delete' => 'Может удалить уведомление?',
+ ],
+ ],
+ 'smsnotify' => [
+ 'name' => 'Smsnotify',
+ 'option' => [
+ 'read' => 'Смс уведомлять можно?',
+ 'write' => 'Можно создавать / редактировать smsnotify?',
+ 'delete' => 'Может смс уведомлять удалить?',
+ ],
+ ],
+ 'template' => [
+ 'name' => 'Шаблон',
+ 'option' => [
+ 'read' => 'Может читать шаблон?',
+ 'write' => 'Может создать / отредактировать шаблон?',
+ 'delete' => 'Может удалить шаблон?',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/ru/section.php b/resources/default/addons/visiosoft/notifications-module/lang/ru/section.php
new file mode 100644
index 000000000..4cdd70d87
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/ru/section.php
@@ -0,0 +1,13 @@
+ [
+ 'title' => 'Уведомлять',
+ ],
+ 'smsnotify' => [
+ 'title' => 'Smsnotify',
+ ],
+ 'template' => [
+ 'title' => 'Шаблон',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/ru/setting.php b/resources/default/addons/visiosoft/notifications-module/lang/ru/setting.php
new file mode 100644
index 000000000..79302c1ec
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/ru/setting.php
@@ -0,0 +1,134 @@
+ [
+ 'name' => 'Уведомления пользователей',
+ ],
+ 'admin_notifications' => [
+ 'name' => 'Уведомления администратора',
+ ],
+ 'new_ad_user_message_subject' => [
+ 'name' => 'Тема сообщения нового пользователя объявления',
+ ],
+ 'new_ad_user_message_line1' => [
+ 'name' => 'Строка сообщения нового пользователя объявления 1',
+ ],
+ 'update_ad_user_message_subject' => [
+ 'name' => 'Обновить тему сообщения пользователя объявления',
+ ],
+ 'update_ad_user_message_line1' => [
+ 'name' => 'Обновить строку сообщения пользователя объявления 1',
+ ],
+ 'passive_ad_user_message_subject' => [
+ 'name' => 'Тема сообщения пользователя пассивного объявления',
+ ],
+ 'passive_ad_user_message_line1' => [
+ 'name' => 'Строка сообщения пользователя пассивной рекламы 1',
+ ],
+ 'active_ad_user_message_subject' => [
+ 'name' => 'Тема сообщения активного пользователя объявления',
+ ],
+ 'active_ad_user_message_line1' => [
+ 'name' => 'Строка сообщения активного пользователя объявления 1',
+ ],
+ 'pending_ad_user_message_subject' => [
+ 'name' => 'Тема сообщения пользователя, ожидающего рассмотрения',
+ ],
+ 'pending_ad_user_message_line1' => [
+ 'name' => 'Строка сообщения пользователя ожидающего объявления 1',
+ ],
+ 'declined_ad_user_message_subject' => [
+ 'name' => 'Тема сообщения отклоненного рекламного пользователя',
+ ],
+ 'declined_ad_user_message_line1' => [
+ 'name' => 'Строка сообщения пользователя отклоненного объявления 1',
+ ],
+ 'unpublish_ad_user_message_subject' => [
+ 'name' => 'Отменить публикацию темы сообщения пользователя объявления',
+ ],
+ 'unpublish_ad_user_message_line1' => [
+ 'name' => 'Отменить публикацию объявления Строка сообщения пользователя 1',
+ ],
+ 'payment_cart_user_message_subject' => [
+ 'name' => 'Тема сообщения пользователя платежной корзины',
+ ],
+ 'payment_cart_user_message_line1' => [
+ 'name' => 'Строка сообщения пользователя платежной корзины 1',
+ ],
+ 'new_ad_user_sms' => [
+ 'name' => 'SMS нового пользователя с рекламой',
+ ],
+ 'new_ad_user_sms_msg' => [
+ 'name' => 'SMS-сообщение нового пользователя объявления',
+ ],
+ 'payment_user_sms' => [
+ 'name' => 'Смс платежа пользователю',
+ ],
+ 'payment_user_sms_msg' => [
+ 'name' => 'SMS-сообщение пользователя платежа',
+ ],
+ 'status_ad_user_sms' => [
+ 'name' => 'Статус Объявление пользователя SMS',
+ ],
+ 'approved_ad_user_sms_msg' => [
+ 'name' => 'SMS-сообщение одобренного рекламодателя',
+ ],
+ 'passive_ad_user_sms_msg' => [
+ 'name' => 'SMS-сообщение пассивного рекламного пользователя',
+ ],
+ 'declined_ad_user_sms_msg' => [
+ 'name' => 'SMS-сообщение отклоненного рекламного пользователя',
+ ],
+ 'pending_ad_user_sms_msg' => [
+ 'name' => 'SMS-сообщение пользователя, ожидающего рассмотрения',
+ ],
+ 'unpublish_ad_user_sms' => [
+ 'name' => 'Отменить публикацию SMS пользователя объявления',
+ ],
+ 'unpublish_ad_user_sms_msg' => [
+ 'name' => 'Отменить публикацию SMS-сообщения рекламодателя',
+ ],
+ 'update_ad_user_sms' => [
+ 'name' => 'Обновить SMS пользователя объявления',
+ ],
+ 'update_ad_user_sms_msg' => [
+ 'name' => 'Обновить SMS-сообщение рекламного пользователя',
+ ],
+
+
+
+ 'again_purchase_user_message_subject' => [
+ 'name' => 'Снова приобрести тему сообщения пользователя',
+ ],
+ 'again_purchase_user_message_line' => [
+ 'name' => 'Снова покупка строки сообщения пользователя',
+ ],
+ 'again_sale_user_message_subject' => [
+ 'name' => 'Снова продажа Тема сообщения пользователя',
+ ],
+ 'again_sale_user_message_line' => [
+ 'name' => 'Снова продажа, строка сообщения пользователя',
+ ],
+ 'payment_order_user_message_subject' => [
+ 'name' => 'Тема сообщения пользователя платежного поручения',
+ ],
+ 'payment_order_user_message_line' => [
+ 'name' => 'Строка сообщения пользователя платежного поручения',
+ ],
+ 'refund_order_user_message_subject' => [
+ 'name' => 'Тема сообщения пользователя с заказом на возврат',
+ ],
+ 'refund_order_user_message_line' => [
+ 'name' => 'Строка сообщения пользователя с заказом на возврат',
+ ],
+ 'report_order_user_message_subject' => [
+ 'name' => 'Тема сообщения пользователя с заказом отчета',
+ ],
+ 'report_order_user_message_line' => [
+ 'name' => 'Строка сообщения пользователя с заказом отчета',
+ ],
+ "sms_extension" => [
+ "name" =>"SMS расширение",
+
+ ],
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/ru/stream.php b/resources/default/addons/visiosoft/notifications-module/lang/ru/stream.php
new file mode 100644
index 000000000..04beada13
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/ru/stream.php
@@ -0,0 +1,13 @@
+ [
+ 'name' => 'Уведомлять',
+ ],
+ 'smsnotify' => [
+ 'name' => 'Smsnotify',
+ ],
+ 'template' => [
+ 'name' => 'Шаблон',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/ru/tab.php b/resources/default/addons/visiosoft/notifications-module/lang/ru/tab.php
new file mode 100644
index 000000000..9025f215a
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/ru/tab.php
@@ -0,0 +1,39 @@
+ [
+ 'title' => 'Новые рекламные SMS',
+ ],
+ 'payment_sms' => [
+ 'title' => 'Оплата SMS',
+ ],
+ 'status_ad_sms' => [
+ 'title' => 'Статусное объявление Sms',
+ ],
+ 'unpublish_ad_sms' => [
+ 'title' => 'Отменить публикацию рекламных SMS-сообщений',
+ ],
+ 'update_ad_sms' => [
+ 'title' => 'Обновить рекламные SMS',
+ ],
+ 'new_ad_mail' => [
+ 'title' => 'Новое рекламное письмо',
+ ],
+ 'update_ad_mail' => [
+ 'title' => 'Обновить рекламную почту',
+ ],
+ 'status_ad_mail' => [
+ 'title' => 'Статусное рекламное письмо',
+ ],
+ 'unpublish_ad_mail' => [
+ 'title' => 'Отменить публикацию рекламной почты',
+ ],
+
+ 'payment_cart_mail' => [
+ 'title' => 'Платежная почта',
+ ],
+ 'general_sms_settings' => [
+ 'title' => 'Настройки SMS',
+ ],
+
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/sr/addon.php b/resources/default/addons/visiosoft/notifications-module/lang/sr/addon.php
new file mode 100644
index 000000000..7005ddbf2
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/sr/addon.php
@@ -0,0 +1,7 @@
+ 'Обавештења',
+ 'name' => 'Модул обавештења',
+ 'description' => 'Управљање системом за контролу обавештења'
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/sr/button.php b/resources/default/addons/visiosoft/notifications-module/lang/sr/button.php
new file mode 100644
index 000000000..d24f48c20
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/sr/button.php
@@ -0,0 +1,7 @@
+ 'Ново обавештавање',
+ 'new_smsnotify' => 'Нев Смснотифи',
+ 'new_template' => 'Нови образац',
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/sr/field.php b/resources/default/addons/visiosoft/notifications-module/lang/sr/field.php
new file mode 100644
index 000000000..d3cd192c0
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/sr/field.php
@@ -0,0 +1,22 @@
+ [
+ 'name' => 'Име',
+ ],
+ 'message' => [
+ 'name' => 'Порука',
+ ],
+ 'slug' => [
+ 'name' => 'Слуг',
+ ],
+ 'subject' => [
+ 'name' => 'Предмет',
+ ],
+ 'greeting' => [
+ 'name' => 'Поздрав',
+ ],
+ 'enabled' => [
+ 'name' => 'Enabled',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/sr/notification.php b/resources/default/addons/visiosoft/notifications-module/lang/sr/notification.php
new file mode 100644
index 000000000..6d364c4d6
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/sr/notification.php
@@ -0,0 +1,76 @@
+ 'Здраво ',
+ 'thanks_message' => 'Хвала вам!',
+ 'detail_button' => 'Погледај Детаљ',
+ 'create_site_subject' => 'Почело је стварање веб локације ОпенЦлассифи',
+ 'create_site_line1' => 'Примили смо ваш захтев за стварање веб локације: ситенаме.',
+ 'create_site_line2' => 'Када се инсталација заврши, добићете е-поруку која садржи информације о локацији.',
+ // 'create_site_line3' => 'For more information about System Usage, see \'How it works!\' page.',
+ // create doc first
+ 'create_site_line3' => 'Требаће око 5 минута. Док припремамо вашу веб страницу, проверите наше фантастичне карактеристике.',
+ 'create_site_button' => 'Карактеристике!',
+
+ 'created_site_subject' => 'ОпенЦлассифи веб локација креирана за вас [: име сајта] ',
+ 'created_site_line1' => 'Имајте на уму да су подаци о администратору наведени испод.',
+ 'created_site_username' => 'Корисничко име:: корисничко име',
+ 'created_site_email' => 'Адреса е-поште:: е-пошта',
+ 'created_site_password' => 'Лозинка:: лозинка',
+ 'created_site_button' => 'табла руководиоца',
+
+ //last 3 days
+ 'last_3_days_subscription_subject' => 'Последња 3 дана вашег пробног пакета!',
+ 'last_3_days_subscription_line1' => 'Ваша: пробна страница за назив веб локације ускоро истиче.',
+
+ //last 1 day
+ 'last_1_day_subscription_subject' => 'Последњи дан вашег пробног пакета!',
+ 'last_1_day_subscription_line1' => 'Ваша: пробна страница за назив веб локације ускоро истиче.',
+
+ //one week later
+ 'one_week_later_subscription_subject' => 'Пробни пакет је неактиван.',
+ 'one_week_later_subscription_line1' => ': пробно име за ситенаме завршило се пре недељу дана. Молимо вас да посетите нашу веб страницу да бисте видели квалификоване понуде.',
+
+ //one month later
+ 'one_month_later_subscription_subject' => 'Пробни пакет ће бити избрисан током дана.',
+ 'one_month_later_subscription_line1' => 'Ваша: пробна веб локација за назив сајта истекла је пре 1 месец. Уклониће се током дана због не предузимања мера у задатом року',
+
+ // Notifications
+ 'new_ad_user_sms_msg' => 'Ваш оглас је под контролом.',
+ 'payment_user_sms_msg' => 'Хвала Вам на Вашој уплати.',
+ 'approved_ad_user_sms_msg' => 'Статус огласа одобрен.',
+ 'passive_ad_user_sms_msg' => 'Статус огласа пасиван.',
+ 'declined_ad_user_sms_msg' => 'Статус огласа одбијен.',
+ 'pending_ad_user_sms_msg' => 'Статус огласа је на чекању.',
+ 'unpublish_ad_user_sms_msg' => 'Ваш оглас је уклоњен.',
+ 'update_ad_user_sms_msg' => 'Ваш оглас је успешно ажуриран.',
+ 'new_ad_user_message_subject' => 'Успешно оглашавање!',
+ 'new_ad_user_message_line1' => 'Ваше информације су нам послане. Потребне контроле биће објављене и објављене у најкраћем могућем року',
+ 'update_ad_user_message_subject' => 'Ажурирање огласа успешно!',
+ 'update_ad_user_message_line1' => 'Примили смо захтев за ажурирање вашег датог Ад.Провиде потребног надзора и ваше најновије ажурирање ће бити објављено.',
+ 'passive_ad_user_message_subject' => 'Оглас је укинут!',
+ 'passive_ad_user_message_line1' => 'Ваш оглас је уклоњен.',
+ 'active_ad_user_message_subject' => 'Ваш оглас је одобрен!',
+ 'active_ad_user_message_line1' => 'Ваш оглас је објављен.',
+ 'pending_ad_user_message_subject' => 'Ваш оглас је на одобрењу!',
+ 'pending_ad_user_message_line1' => 'Ваш оглас је поднет оператеру на одобрење.',
+ 'declined_ad_user_message_subject' => 'Ваш оглас није објављен!',
+ 'declined_ad_user_message_line1' => 'Ваше обавештење није одобрено јер није у складу са правилима слања.',
+ 'unpublish_ad_user_message_subject' => 'Ваш оглас је уклоњен!',
+ 'unpublish_ad_user_message_line1' => 'Најава је истекла.',
+ 'payment_cart_user_message_subject' => 'Ваша наруџба је успешна!',
+ 'payment_cart_user_message_line1' => 'Добили смо вашу поруџбину. За детаљне информације о поруџбини кликните на везу.',
+ 'again_purchase_user_message_subject' => 'Редослед је поново направљен',
+ 'again_purchase_user_message_line' => 'Ваша поруџбина је поново креирана из следећих разлога:',
+ 'again_sale_user_message_subject' => 'Редослед је поново направљен',
+ 'again_sale_user_message_line' => 'Трансакција продаје је поново успостављена из следећих разлога:',
+
+ 'payment_order_user_message_subject' => 'Обавештење о уплати',
+ 'payment_order_user_message_line' => 'Ваша уплата је пребачена на ваш регистровани рачун.',
+
+ 'refund_order_user_message_subject' => 'Обавештење о повраћају средстава',
+ 'refund_order_user_message_line' => 'Ваша отказана поруџбина је уплаћена на ваш регистровани рачун.',
+
+ 'report_order_user_message_subject' => 'Куповина отказана',
+ 'report_order_user_message_line' => 'Ваша поруџбина је отказана из следећих разлога. Ваша уплата ће бити враћена у најкраћем могућем року.',
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/sr/permission.php b/resources/default/addons/visiosoft/notifications-module/lang/sr/permission.php
new file mode 100644
index 000000000..e29c74ae8
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/sr/permission.php
@@ -0,0 +1,28 @@
+ [
+ 'name' => 'Обавести',
+ 'option' => [
+ 'read' => 'Можете ли да прочитате обавештење?',
+ 'write' => 'Да ли можете да креирате / измените обавештење?',
+ 'delete' => 'Можете ли да избришете обавештење?',
+ ],
+ ],
+ 'smsnotify' => [
+ 'name' => 'Смснотифи',
+ 'option' => [
+ 'read' => 'Можете ли читати смснотифи?',
+ 'write' => 'Може ли да креира / уређује смснотифи?',
+ 'delete' => 'Можете ли избрисати смснотифи?',
+ ],
+ ],
+ 'template' => [
+ 'name' => 'Предложак',
+ 'option' => [
+ 'read' => 'Можете да прочитате шаблон?',
+ 'write' => 'Можете ли креирати / уредити шаблон?',
+ 'delete' => 'Можете ли избрисати шаблон?',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/sr/section.php b/resources/default/addons/visiosoft/notifications-module/lang/sr/section.php
new file mode 100644
index 000000000..f3eba6cc7
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/sr/section.php
@@ -0,0 +1,13 @@
+ [
+ 'title' => 'Обавести',
+ ],
+ 'smsnotify' => [
+ 'title' => 'Смснотифи',
+ ],
+ 'template' => [
+ 'title' => 'Предложак',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/sr/setting.php b/resources/default/addons/visiosoft/notifications-module/lang/sr/setting.php
new file mode 100644
index 000000000..6fa9865a3
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/sr/setting.php
@@ -0,0 +1,134 @@
+ [
+ 'name' => 'Обавештења корисника',
+ ],
+ 'admin_notifications' => [
+ 'name' => 'Обавештења администратора',
+ ],
+ 'new_ad_user_message_subject' => [
+ 'name' => 'Предмет нове поруке корисника огласа',
+ ],
+ 'new_ad_user_message_line1' => [
+ 'name' => 'Ред за нову поруку корисника огласа1',
+ ],
+ 'update_ad_user_message_subject' => [
+ 'name' => 'Ажурирање предмета поруке корисника огласа',
+ ],
+ 'update_ad_user_message_line1' => [
+ 'name' => 'Ажурирајте линију поруке корисника огласа1',
+ ],
+ 'passive_ad_user_message_subject' => [
+ 'name' => 'Предмет поруке пасивног корисника огласа',
+ ],
+ 'passive_ad_user_message_line1' => [
+ 'name' => 'Ред за поруку пасивног корисника огласа1',
+ ],
+ 'active_ad_user_message_subject' => [
+ 'name' => 'Предмет поруке активног корисника огласа',
+ ],
+ 'active_ad_user_message_line1' => [
+ 'name' => 'Редак поруке активног корисника огласа1',
+ ],
+ 'pending_ad_user_message_subject' => [
+ 'name' => 'Предмет поруке корисника на чекању',
+ ],
+ 'pending_ad_user_message_line1' => [
+ 'name' => 'Ред за поруку корисника огласа на чекању1',
+ ],
+ 'declined_ad_user_message_subject' => [
+ 'name' => 'Предмет одбијене поруке корисника огласа',
+ ],
+ 'declined_ad_user_message_line1' => [
+ 'name' => 'Ред одбијене поруке корисника огласа1',
+ ],
+ 'unpublish_ad_user_message_subject' => [
+ 'name' => 'Опозови објављивање предмета поруке корисника огласа',
+ ],
+ 'unpublish_ad_user_message_line1' => [
+ 'name' => 'Опозови објављивање реда за поруке корисника огласа1',
+ ],
+ 'payment_cart_user_message_subject' => [
+ 'name' => 'Предмет поруке корисника платне корпе',
+ ],
+ 'payment_cart_user_message_line1' => [
+ 'name' => 'Ред за поруке корисника платне корпе1',
+ ],
+ 'new_ad_user_sms' => [
+ 'name' => 'Нови СМС за кориснике огласа',
+ ],
+ 'new_ad_user_sms_msg' => [
+ 'name' => 'Нова СМС порука корисника огласа',
+ ],
+ 'payment_user_sms' => [
+ 'name' => 'СМС плаћања корисника',
+ ],
+ 'payment_user_sms_msg' => [
+ 'name' => 'СМС порука корисника плаћања',
+ ],
+ 'status_ad_user_sms' => [
+ 'name' => 'Статус огласа корисника смс-а',
+ ],
+ 'approved_ad_user_sms_msg' => [
+ 'name' => 'Одобрена смс порука корисника огласа',
+ ],
+ 'passive_ad_user_sms_msg' => [
+ 'name' => 'СМС порука пасивног корисника огласа',
+ ],
+ 'declined_ad_user_sms_msg' => [
+ 'name' => 'Одбијена СМС порука корисника огласа',
+ ],
+ 'pending_ad_user_sms_msg' => [
+ 'name' => 'СМС порука корисника на чекању',
+ ],
+ 'unpublish_ad_user_sms' => [
+ 'name' => 'Опозови објављивање СМС порука корисника',
+ ],
+ 'unpublish_ad_user_sms_msg' => [
+ 'name' => 'Опозови објављивање СМС поруке корисника огласа',
+ ],
+ 'update_ad_user_sms' => [
+ 'name' => 'Ажурирајте СМС поруке корисника',
+ ],
+ 'update_ad_user_sms_msg' => [
+ 'name' => 'Ажурирајте СМС поруку корисника огласа',
+ ],
+
+
+
+ 'again_purchase_user_message_subject' => [
+ 'name' => 'Поново купите предмет поруке корисника',
+ ],
+ 'again_purchase_user_message_line' => [
+ 'name' => 'Поново купите линију за поруке корисника',
+ ],
+ 'again_sale_user_message_subject' => [
+ 'name' => 'Предмет поруке поновне продаје корисника',
+ ],
+ 'again_sale_user_message_line' => [
+ 'name' => 'Линија порука поновне продаје корисника',
+ ],
+ 'payment_order_user_message_subject' => [
+ 'name' => 'Предмет поруке корисничког налога за плаћање',
+ ],
+ 'payment_order_user_message_line' => [
+ 'name' => 'Линија за поруке корисника налога за плаћање',
+ ],
+ 'refund_order_user_message_subject' => [
+ 'name' => 'Предмет корисничке поруке за налог за повраћај средстава',
+ ],
+ 'refund_order_user_message_line' => [
+ 'name' => 'Линија за поруку за налог за повраћај средстава',
+ ],
+ 'report_order_user_message_subject' => [
+ 'name' => 'Предмет поруке поруке корисника налога',
+ ],
+ 'report_order_user_message_line' => [
+ 'name' => 'Извештај о поруци корисника за наруџбину',
+ ],
+ "sms_extension" => [
+ "name" =>"СМС Ектенсион",
+
+ ],
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/sr/stream.php b/resources/default/addons/visiosoft/notifications-module/lang/sr/stream.php
new file mode 100644
index 000000000..332a606e1
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/sr/stream.php
@@ -0,0 +1,13 @@
+ [
+ 'name' => 'Обавести',
+ ],
+ 'smsnotify' => [
+ 'name' => 'Смснотифи',
+ ],
+ 'template' => [
+ 'name' => 'Предложак',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/sr/tab.php b/resources/default/addons/visiosoft/notifications-module/lang/sr/tab.php
new file mode 100644
index 000000000..78dc6db75
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/sr/tab.php
@@ -0,0 +1,39 @@
+ [
+ 'title' => 'Нови смс огласа',
+ ],
+ 'payment_sms' => [
+ 'title' => 'Смс плаћања',
+ ],
+ 'status_ad_sms' => [
+ 'title' => 'Статусни смс',
+ ],
+ 'unpublish_ad_sms' => [
+ 'title' => 'Опозови објављивање смс огласа',
+ ],
+ 'update_ad_sms' => [
+ 'title' => 'Ажурирајте СМС поруке',
+ ],
+ 'new_ad_mail' => [
+ 'title' => 'Нова огласна пошта',
+ ],
+ 'update_ad_mail' => [
+ 'title' => 'Ажурирајте огласну пошту',
+ ],
+ 'status_ad_mail' => [
+ 'title' => 'Маил статуса огласа',
+ ],
+ 'unpublish_ad_mail' => [
+ 'title' => 'Опозови објављивање огласне поште',
+ ],
+
+ 'payment_cart_mail' => [
+ 'title' => 'Маил за плаћање',
+ ],
+ 'general_sms_settings' => [
+ 'title' => 'Подешавања СМС-а',
+ ],
+
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/sv/addon.php b/resources/default/addons/visiosoft/notifications-module/lang/sv/addon.php
new file mode 100644
index 000000000..d6361b112
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/sv/addon.php
@@ -0,0 +1,7 @@
+ 'Meddelanden',
+ 'name' => 'Meddelandemodul',
+ 'description' => 'Hantering av meddelandekontrollsystem'
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/sv/button.php b/resources/default/addons/visiosoft/notifications-module/lang/sv/button.php
new file mode 100644
index 000000000..e0a2562b3
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/sv/button.php
@@ -0,0 +1,7 @@
+ 'Ny avisering',
+ 'new_smsnotify' => 'Ny smsnotify',
+ 'new_template' => 'Ny mall',
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/sv/field.php b/resources/default/addons/visiosoft/notifications-module/lang/sv/field.php
new file mode 100644
index 000000000..dec7305bc
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/sv/field.php
@@ -0,0 +1,22 @@
+ [
+ 'name' => 'namn',
+ ],
+ 'message' => [
+ 'name' => 'Meddelande',
+ ],
+ 'slug' => [
+ 'name' => 'Snigel',
+ ],
+ 'subject' => [
+ 'name' => 'Ämne',
+ ],
+ 'greeting' => [
+ 'name' => 'Hälsning',
+ ],
+ 'enabled' => [
+ 'name' => 'Enabled',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/sv/notification.php b/resources/default/addons/visiosoft/notifications-module/lang/sv/notification.php
new file mode 100644
index 000000000..8b6b265b0
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/sv/notification.php
@@ -0,0 +1,76 @@
+ 'Hallå ',
+ 'thanks_message' => 'Tack!',
+ 'detail_button' => 'Visa detalj',
+ 'create_site_subject' => 'Skapandet av OpenClassify-webbplatsen startade',
+ 'create_site_line1' => 'Vi har fått din begäran om att skapa webbplatsen: sitename.',
+ 'create_site_line2' => 'När installationen är klar får du ett e-postmeddelande som innehåller webbplatsinformation.',
+ // 'create_site_line3' => 'For more information about System Usage, see \'How it works!\' page.',
+ // create doc first
+ 'create_site_line3' => 'Det tar cirka 5 minuter. Medan vi förbereder din webbplats, kolla in våra fantastiska funktioner.',
+ 'create_site_button' => 'Funktioner!',
+
+ 'created_site_subject' => 'OpenClassify-webbplats skapad för dig [: sitename] ',
+ 'created_site_line1' => 'Observera administratörsinformation ges nedan.',
+ 'created_site_username' => 'Användarnamn: användarnamn',
+ 'created_site_email' => 'E-postadress:: e-post',
+ 'created_site_password' => 'Lösenord: lösenord',
+ 'created_site_button' => 'Administratörspanel',
+
+ //last 3 days
+ 'last_3_days_subscription_subject' => 'De senaste tre dagarna av ditt provpaket!',
+ 'last_3_days_subscription_line1' => 'Din: sitename-testwebbplats håller på att upphöra att gälla.',
+
+ //last 1 day
+ 'last_1_day_subscription_subject' => 'Sista dagen i ditt testpaket!',
+ 'last_1_day_subscription_line1' => 'Din: sitename-testwebbplats håller på att upphöra att gälla.',
+
+ //one week later
+ 'one_week_later_subscription_subject' => 'Ditt provpaket är inaktivt.',
+ 'one_week_later_subscription_line1' => ': provwebbplatsen för sitename har avslutats för 1 vecka sedan. Besök vår webbplats för kvalificerade erbjudanden.',
+
+ //one month later
+ 'one_month_later_subscription_subject' => 'Ditt provpaket raderas under dagen.',
+ 'one_month_later_subscription_line1' => 'Din: sitename-testwebbplats upphörde att gälla för 1 månad sedan. Den tas bort under dagen på grund av att du inte vidtar åtgärder inom den angivna tiden',
+
+ // Notifications
+ 'new_ad_user_sms_msg' => 'Din annons är under kontroll.',
+ 'payment_user_sms_msg' => 'Tack för din betalning.',
+ 'approved_ad_user_sms_msg' => 'Annonsstatus godkänd.',
+ 'passive_ad_user_sms_msg' => 'Annonsstatus Passiv.',
+ 'declined_ad_user_sms_msg' => 'Annonsstatus avvisad.',
+ 'pending_ad_user_sms_msg' => 'Annonsstatus väntar.',
+ 'unpublish_ad_user_sms_msg' => 'Din annons har tagits bort.',
+ 'update_ad_user_sms_msg' => 'Din annons har uppdaterats.',
+ 'new_ad_user_message_subject' => 'Framgångsrik reklam!',
+ 'new_ad_user_message_line1' => 'Din information har skickats till oss. Nödvändiga kontroller kommer att släppas och släppas så snart som möjligt',
+ 'update_ad_user_message_subject' => 'Annonsuppdatering lyckades!',
+ 'update_ad_user_message_line1' => 'Vi har fått en uppdateringsförfrågan för din givna annons. Ge nödvändiga kontroller och din senaste uppdatering kommer att släppas.',
+ 'passive_ad_user_message_subject' => 'Din annons har upphört!',
+ 'passive_ad_user_message_line1' => 'Din annons har tagits bort.',
+ 'active_ad_user_message_subject' => 'Din annons är godkänd!',
+ 'active_ad_user_message_line1' => 'Din annons har publicerats.',
+ 'pending_ad_user_message_subject' => 'Din annons är under godkännande!',
+ 'pending_ad_user_message_line1' => 'Din annons har skickats till operatören för godkännande.',
+ 'declined_ad_user_message_subject' => 'Din annons har inte publicerats!',
+ 'declined_ad_user_message_line1' => 'Ditt meddelande har inte godkänts eftersom det inte överensstämmer med reglerna för inlämning.',
+ 'unpublish_ad_user_message_subject' => 'Din annons har tagits bort!',
+ 'unpublish_ad_user_message_line1' => 'Meddelandet har löpt ut.',
+ 'payment_cart_user_message_subject' => 'Din beställning är framgångsrik!',
+ 'payment_cart_user_message_line1' => 'Vi har din beställning. För detaljerad information om beställningen, klicka på länken.',
+ 'again_purchase_user_message_subject' => 'Beställningen skapades på nytt',
+ 'again_purchase_user_message_line' => 'Din beställning har skapats på nytt av följande skäl eller skäl:',
+ 'again_sale_user_message_subject' => 'Beställningen skapades på nytt',
+ 'again_sale_user_message_line' => 'Försäljningstransaktionen återupprättades av följande skäl eller skäl:',
+
+ 'payment_order_user_message_subject' => 'Betalningsmeddelande',
+ 'payment_order_user_message_line' => 'Din betalning har överförts till ditt registrerade konto.',
+
+ 'refund_order_user_message_subject' => 'Återbetalningsmeddelande',
+ 'refund_order_user_message_line' => 'Din annullerade beställning har betalats till ditt registrerade konto.',
+
+ 'report_order_user_message_subject' => 'Köp avbröts',
+ 'report_order_user_message_line' => 'Din beställning har annullerats av följande skäl eller skäl. Din betalning kommer att returneras så snart som möjligt.',
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/sv/permission.php b/resources/default/addons/visiosoft/notifications-module/lang/sv/permission.php
new file mode 100644
index 000000000..3a4cae00a
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/sv/permission.php
@@ -0,0 +1,28 @@
+ [
+ 'name' => 'Meddela',
+ 'option' => [
+ 'read' => 'Kan läsa meddela?',
+ 'write' => 'Kan du skapa / redigera meddelanden?',
+ 'delete' => 'Kan ta bort avisering?',
+ ],
+ ],
+ 'smsnotify' => [
+ 'name' => 'Smsnotify',
+ 'option' => [
+ 'read' => 'Kan läsa smsnotify?',
+ 'write' => 'Kan du skapa / redigera smsnotify?',
+ 'delete' => 'Kan ta bort smsnotify?',
+ ],
+ ],
+ 'template' => [
+ 'name' => 'Mall',
+ 'option' => [
+ 'read' => 'Kan läsa mall?',
+ 'write' => 'Kan du skapa / redigera mall?',
+ 'delete' => 'Kan ta bort mall?',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/sv/section.php b/resources/default/addons/visiosoft/notifications-module/lang/sv/section.php
new file mode 100644
index 000000000..50ed0d712
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/sv/section.php
@@ -0,0 +1,13 @@
+ [
+ 'title' => 'Meddela',
+ ],
+ 'smsnotify' => [
+ 'title' => 'Smsnotify',
+ ],
+ 'template' => [
+ 'title' => 'Mall',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/sv/setting.php b/resources/default/addons/visiosoft/notifications-module/lang/sv/setting.php
new file mode 100644
index 000000000..e829c5796
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/sv/setting.php
@@ -0,0 +1,134 @@
+ [
+ 'name' => 'Användaraviseringar',
+ ],
+ 'admin_notifications' => [
+ 'name' => 'Admin-meddelanden',
+ ],
+ 'new_ad_user_message_subject' => [
+ 'name' => 'Ny annonsmeddelandemeddelandes ämne',
+ ],
+ 'new_ad_user_message_line1' => [
+ 'name' => 'Meddelandelinje för ny annonsanvändare1',
+ ],
+ 'update_ad_user_message_subject' => [
+ 'name' => 'Uppdatera ämnets meddelandeanvändares meddelande',
+ ],
+ 'update_ad_user_message_line1' => [
+ 'name' => 'Uppdatera meddelandelinje för annonsanvändare1',
+ ],
+ 'passive_ad_user_message_subject' => [
+ 'name' => 'Meddelandeämne för passiv annonsanvändare',
+ ],
+ 'passive_ad_user_message_line1' => [
+ 'name' => 'Meddelandelinje för passiv annons 1',
+ ],
+ 'active_ad_user_message_subject' => [
+ 'name' => 'Meddelandeämne för aktiv annonsanvändare',
+ ],
+ 'active_ad_user_message_line1' => [
+ 'name' => 'Meddelandelinje för aktiv annonsanvändare1',
+ ],
+ 'pending_ad_user_message_subject' => [
+ 'name' => 'Avvaktande ämne för annonsanvändarens meddelande',
+ ],
+ 'pending_ad_user_message_line1' => [
+ 'name' => 'Väntande meddelandelinje för annonsanvändare1',
+ ],
+ 'declined_ad_user_message_subject' => [
+ 'name' => 'Avvisat ämne för annonsanvändarens meddelande',
+ ],
+ 'declined_ad_user_message_line1' => [
+ 'name' => 'Avvisad meddelandelinje för annonsanvändare1',
+ ],
+ 'unpublish_ad_user_message_subject' => [
+ 'name' => 'Avpublicera annonsens användarmeddelandemeddelande',
+ ],
+ 'unpublish_ad_user_message_line1' => [
+ 'name' => 'Avpublicera annonsmeddelandemeddelandelinje 1',
+ ],
+ 'payment_cart_user_message_subject' => [
+ 'name' => 'Betalningsvagn Användarmeddelande Ämne',
+ ],
+ 'payment_cart_user_message_line1' => [
+ 'name' => 'Betalningsvagn Användarmeddelande Linje 1',
+ ],
+ 'new_ad_user_sms' => [
+ 'name' => 'Sms för ny annonsanvändare',
+ ],
+ 'new_ad_user_sms_msg' => [
+ 'name' => 'Sms-meddelande för ny annonsanvändare',
+ ],
+ 'payment_user_sms' => [
+ 'name' => 'Betalningsanvändare Sms',
+ ],
+ 'payment_user_sms_msg' => [
+ 'name' => 'SMS för betalningsanvändare',
+ ],
+ 'status_ad_user_sms' => [
+ 'name' => 'Statusannonsanvändare Sms',
+ ],
+ 'approved_ad_user_sms_msg' => [
+ 'name' => 'Sms-meddelande för godkänd annonsanvändare',
+ ],
+ 'passive_ad_user_sms_msg' => [
+ 'name' => 'Sms-meddelande om passiv annonsanvändare',
+ ],
+ 'declined_ad_user_sms_msg' => [
+ 'name' => 'Avvisad sms-meddelande för annonsanvändare',
+ ],
+ 'pending_ad_user_sms_msg' => [
+ 'name' => 'Väntande sms-meddelande för annonsanvändare',
+ ],
+ 'unpublish_ad_user_sms' => [
+ 'name' => 'Avpublicera annonsanvändarens sms',
+ ],
+ 'unpublish_ad_user_sms_msg' => [
+ 'name' => 'Avpublicera sms-meddelande för annonsanvändare',
+ ],
+ 'update_ad_user_sms' => [
+ 'name' => 'Uppdatera annonsanvändarens sms',
+ ],
+ 'update_ad_user_sms_msg' => [
+ 'name' => 'Uppdatera sms-meddelande för annonsanvändare',
+ ],
+
+
+
+ 'again_purchase_user_message_subject' => [
+ 'name' => 'Återigen Köp användarmeddelandets ämne',
+ ],
+ 'again_purchase_user_message_line' => [
+ 'name' => 'Återigen Köp användarmeddelande',
+ ],
+ 'again_sale_user_message_subject' => [
+ 'name' => 'Återförsäljare Användarmeddelande Ämne',
+ ],
+ 'again_sale_user_message_line' => [
+ 'name' => 'Återförsäljare meddelandelinje',
+ ],
+ 'payment_order_user_message_subject' => [
+ 'name' => 'Betalningsorder Användarmeddelande Ämne',
+ ],
+ 'payment_order_user_message_line' => [
+ 'name' => 'Meddelandelinje för betalningsorder',
+ ],
+ 'refund_order_user_message_subject' => [
+ 'name' => 'Återbetalningsorder Användarmeddelande Ämne',
+ ],
+ 'refund_order_user_message_line' => [
+ 'name' => 'Meddelandelinje för återbetalningsorder',
+ ],
+ 'report_order_user_message_subject' => [
+ 'name' => 'Rapportera beställarens användarmeddelande Ämne',
+ ],
+ 'report_order_user_message_line' => [
+ 'name' => 'Rapportera beställarens användarmeddelande',
+ ],
+ "sms_extension" => [
+ "name" =>"SMS-tillägg",
+
+ ],
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/sv/stream.php b/resources/default/addons/visiosoft/notifications-module/lang/sv/stream.php
new file mode 100644
index 000000000..444fd22d2
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/sv/stream.php
@@ -0,0 +1,13 @@
+ [
+ 'name' => 'Meddela',
+ ],
+ 'smsnotify' => [
+ 'name' => 'Smsnotify',
+ ],
+ 'template' => [
+ 'name' => 'Mall',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/sv/tab.php b/resources/default/addons/visiosoft/notifications-module/lang/sv/tab.php
new file mode 100644
index 000000000..466ee75da
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/sv/tab.php
@@ -0,0 +1,39 @@
+ [
+ 'title' => 'Nya sms-annonser',
+ ],
+ 'payment_sms' => [
+ 'title' => 'Betalning Sms',
+ ],
+ 'status_ad_sms' => [
+ 'title' => 'Statusannons Sms',
+ ],
+ 'unpublish_ad_sms' => [
+ 'title' => 'Avpublicera Ad Sms',
+ ],
+ 'update_ad_sms' => [
+ 'title' => 'Uppdatera sms',
+ ],
+ 'new_ad_mail' => [
+ 'title' => 'Ny annonspost',
+ ],
+ 'update_ad_mail' => [
+ 'title' => 'Uppdatera Ad Mail',
+ ],
+ 'status_ad_mail' => [
+ 'title' => 'Status Ad Mail',
+ ],
+ 'unpublish_ad_mail' => [
+ 'title' => 'Avpublicera Ad Mail',
+ ],
+
+ 'payment_cart_mail' => [
+ 'title' => 'Betalning Mail',
+ ],
+ 'general_sms_settings' => [
+ 'title' => 'SMS-inställningar',
+ ],
+
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/tr/addon.php b/resources/default/addons/visiosoft/notifications-module/lang/tr/addon.php
new file mode 100644
index 000000000..1c12977f5
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/tr/addon.php
@@ -0,0 +1,7 @@
+ 'Bildirimler',
+ 'name' => 'Bildirimler Modülü',
+ 'description' => 'Bildirimler Kontrol Sistemi Yönetimi'
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/tr/button.php b/resources/default/addons/visiosoft/notifications-module/lang/tr/button.php
new file mode 100644
index 000000000..73d73c086
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/tr/button.php
@@ -0,0 +1,7 @@
+ 'Yeni Bildirim',
+ 'new_smsnotify' => 'Yeni SMS bildirimi',
+ 'new_template' => 'Yeni şablon',
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/tr/field.php b/resources/default/addons/visiosoft/notifications-module/lang/tr/field.php
new file mode 100644
index 000000000..4bc143e74
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/tr/field.php
@@ -0,0 +1,29 @@
+ [
+ 'name' => 'İsim',
+ ],
+ 'message' => [
+ 'name' => 'Mesaj',
+ ],
+ 'slug' => [
+ 'name' => 'Ozel Değer',
+ ],
+ 'subject' => [
+ 'name' => 'Konu',
+ ],
+ 'greeting' => [
+ 'name' => 'Selamlama',
+ ],
+ 'enabled' => [
+ 'name' => 'Etkinleştirilmiş',
+ ],
+ 'stream' => [
+ 'name' => 'Aktarım',
+ ],
+ 'unknown' => 'Bilinmeyen',
+ 'all_rights_reserved' => [
+ 'name' => 'Tüm hakları saklıdır',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/tr/notification.php b/resources/default/addons/visiosoft/notifications-module/lang/tr/notification.php
new file mode 100644
index 000000000..673784ed0
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/tr/notification.php
@@ -0,0 +1,77 @@
+ 'Merhaba ',
+ 'thanks_message' => 'Teşekkür ederiz!',
+ 'detail_button' => 'ayrıntılara bakın',
+ 'create_site_subject' => 'OpenClassify site oluşturma başladı',
+ 'create_site_line1' => 'Site oluşturma isteğinizi aldık :sitename site.
+',
+ 'create_site_line2' => 'Kurulum tamamlandığında site bilgilerini içeren bir e-posta alacaksınız.',
+ // 'create_site_line3' => 'For more information about System Usage, see \'How it works!\' page.',
+ // create doc first
+ 'create_site_line3' => 'Yaklaşık 5 dakika sürecektir. Biz web sitenizi hazırlarken muhteşem özelliklerimizi kontrol edin.',
+ 'create_site_button' => 'Özellikleri!',
+
+ 'created_site_subject' => 'OpenClassify sitesi sizin için oluşturuldu [: sitename] ',
+ 'created_site_line1' => 'Lütfen yönetici bilgilerinin aşağıda verildiğini unutmayın.',
+ 'created_site_username' => 'Kullanıcı adı:: kullanıcı adı',
+ 'created_site_email' => 'E-posta Adresi: e-posta',
+ 'created_site_password' => 'Şifre:: şifre',
+ 'created_site_button' => 'Admin Paneli',
+
+ //last 3 days
+ 'last_3_days_subscription_subject' => 'Deneme Paketinizin Son 3 Günü!',
+ 'last_3_days_subscription_line1' => 'Sitename deneme sitenizin süresi dolmak üzere.',
+
+ //last 1 day
+ 'last_1_day_subscription_subject' => 'Deneme Paketinizin Son Günü!',
+ 'last_1_day_subscription_line1' => 'Sitename deneme sitenizin süresi dolmak üzere.',
+
+ //one week later
+ 'one_week_later_subscription_subject' => 'Deneme Paketiniz Devre Dışı.',
+ 'one_week_later_subscription_line1' => ': sitename deneme sitesi 1 hafta önce sona erdi. Uygun teklifler için lütfen sitemizi ziyaret edin.',
+
+ //one month later
+ 'one_month_later_subscription_subject' => 'Deneme Paketiniz gün içinde silinecektir.',
+ 'one_month_later_subscription_line1' => 'Sitename deneme sitenizin süresi 1 ay önce doldu. Belirtilen süre içinde işlem yapılmadığı için gün içinde kaldırılacaktır.',
+
+ // Notifications
+ 'new_ad_user_sms_msg' => 'Reklamınız kontrol altında.',
+ 'payment_user_sms_msg' => 'Ödemeniz için teşekkür ederiz.',
+ 'approved_ad_user_sms_msg' => 'İlan Durumu Onaylandı.',
+ 'passive_ad_user_sms_msg' => 'İlan Durumu Pasif.',
+ 'declined_ad_user_sms_msg' => 'İlan Durumu Reddedildi.',
+ 'pending_ad_user_sms_msg' => 'İlan Durumu Bekleniyor.',
+ 'unpublish_ad_user_sms_msg' => 'İlanınız kaldırılmıştır.',
+ 'update_ad_user_sms_msg' => 'İlanınız Başarıyla Güncellendi.',
+ 'new_ad_user_message_subject' => 'Başarılı İlan!',
+ 'new_ad_user_message_line1' => 'Bilgileriniz tarafımıza iletilmiştir. Gerekli Kontroller En Kısa Zamanda yapılıp yayına alınacaktır.',
+ 'update_ad_user_message_subject' => 'İlan Güncelleme Başarılı!',
+ 'update_ad_user_message_line1' => 'Girdiğiniz ilan/ürün için bir güncelleme isteği aldık. Gerekli kontrolleri sağlayın ardından en son güncellemeniz yayınlanacak.',
+ 'passive_ad_user_message_subject' => 'İlanınız yayından kaldırılmıştır!',
+ 'passive_ad_user_message_line1' => 'İlanınız kaldırılmıştır.',
+ 'active_ad_user_message_subject' => 'İlanınız Onaylandı!',
+ 'active_ad_user_message_line1' => 'İlanınız yayınlandı.',
+ 'pending_ad_user_message_subject' => 'İlanınız onay aşamasında!',
+ 'pending_ad_user_message_line1' => 'İlanınız operatörün onayına sunulmuştur.',
+ 'declined_ad_user_message_subject' => 'İlanınız Yayınlanmadı!',
+ 'declined_ad_user_message_line1' => 'Bildiriminiz, gönderim kurallarına uygun olmadığından onaylanmamıştır.',
+ 'unpublish_ad_user_message_subject' => 'İlanınız kaldırıldı!',
+ 'unpublish_ad_user_message_line1' => 'İlan süresi doldu.',
+ 'payment_cart_user_message_subject' => 'Siparişiniz Başarılı!',
+ 'payment_cart_user_message_line1' => 'Siparişinizi aldık. Sipariş ile ilgili detaylı bilgi için linke tıklayınız.',
+ 'again_purchase_user_message_subject' => 'Sipariş yeniden oluşturuldu',
+ 'again_purchase_user_message_line' => 'Siparişiniz aşağıdaki neden veya nedenlerden dolayı yeniden oluşturuldu:',
+ 'again_sale_user_message_subject' => 'Sipariş yeniden oluşturuldu',
+ 'again_sale_user_message_line' => 'Satış işlemi aşağıdaki neden veya nedenlerden dolayı yeniden oluşturuldu:',
+
+ 'payment_order_user_message_subject' => 'Ödeme bilgisi',
+ 'payment_order_user_message_line' => 'Ödemeniz kayıtlı hesabınıza aktarıldı.',
+
+ 'refund_order_user_message_subject' => 'Geri Ödeme Bildirimi',
+ 'refund_order_user_message_line' => 'İptal edilen siparişinizin tutarı kayıtlı hesabınıza aktarılmıştır.',
+
+ 'report_order_user_message_subject' => 'Satın Alma İptal Edildi',
+ 'report_order_user_message_line' => 'Siparişiniz aşağıdaki neden veya nedenlerden dolayı iptal edildi. Ödemeniz mümkün olan en kısa sürede iade edilecektir.',
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/tr/permission.php b/resources/default/addons/visiosoft/notifications-module/lang/tr/permission.php
new file mode 100644
index 000000000..4336b696c
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/tr/permission.php
@@ -0,0 +1,28 @@
+ [
+ 'name' => 'Bildir',
+ 'option' => [
+ 'read' => 'Bildirim okuyabilir mi?',
+ 'write' => 'Bildirim oluşturabilir / düzenleyebilir mi?',
+ 'delete' => 'Bildirimi silebilir misiniz?',
+ ],
+ ],
+ 'smsnotify' => [
+ 'name' => 'SMS ile bildir',
+ 'option' => [
+ 'read' => 'Sms bildirimi okuyabilir mi?',
+ 'write' => 'Sms bildirimi oluşturabilir / düzenleyebilir mi?',
+ 'delete' => 'Sms Bildirimi silebilir mi?',
+ ],
+ ],
+ 'template' => [
+ 'name' => 'Şablon',
+ 'option' => [
+ 'read' => 'Şablon okuyabilir mi?',
+ 'write' => 'Şablon oluşturabilir / düzenleyebilir mi?',
+ 'delete' => 'Şablon silebilir mi?',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/tr/section.php b/resources/default/addons/visiosoft/notifications-module/lang/tr/section.php
new file mode 100644
index 000000000..b1d80a8c5
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/tr/section.php
@@ -0,0 +1,13 @@
+ [
+ 'title' => 'Bildir',
+ ],
+ 'smsnotify' => [
+ 'title' => 'SMS ile bildir',
+ ],
+ 'template' => [
+ 'title' => 'Şablon',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/tr/setting.php b/resources/default/addons/visiosoft/notifications-module/lang/tr/setting.php
new file mode 100644
index 000000000..3cf4b7fff
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/tr/setting.php
@@ -0,0 +1,139 @@
+ [
+ 'name' => 'Kullanıcı Bildirimleri',
+ ],
+ 'admin_notifications' => [
+ 'name' => 'Yönetici Bildirimleri',
+ ],
+ 'new_ad_user_message_subject' => [
+ 'name' => 'Yeni İlan Kullanıcı Mesajı Konusu',
+ ],
+ 'new_ad_user_message_line1' => [
+ 'name' => 'Yeni Reklam Kullanıcı Mesajı 1. Satır',
+ ],
+ 'update_ad_user_message_subject' => [
+ 'name' => 'İlan Kullanıcı Mesaj Konusunu Güncelle',
+ ],
+ 'update_ad_user_message_line1' => [
+ 'name' => 'İlan Kullanıcı Mesajı 1. Satırını Güncelle',
+ ],
+ 'passive_ad_user_message_subject' => [
+ 'name' => 'Pasif İlan Kullanıcı Mesajı Konusu',
+ ],
+ 'passive_ad_user_message_line1' => [
+ 'name' => 'Pasif İlan Kullanıcı Mesajı Satır1',
+ ],
+ 'active_ad_user_message_subject' => [
+ 'name' => 'Etkin Reklam Kullanıcı Mesajı Konusu',
+ ],
+ 'active_ad_user_message_line1' => [
+ 'name' => 'Etkin İlan Kullanıcı Mesajı Satır1',
+ ],
+ 'pending_ad_user_message_subject' => [
+ 'name' => 'Bekleyen İlan Kullanıcı Mesajı Konusu',
+ ],
+ 'pending_ad_user_message_line1' => [
+ 'name' => 'Bekleyen İlan Kullanıcı Mesajı Satır1',
+ ],
+ 'declined_ad_user_message_subject' => [
+ 'name' => 'Reddedilen İlan Kullanıcı Mesajı Konusu',
+ ],
+ 'declined_ad_user_message_line1' => [
+ 'name' => 'Reddedilen İlan Kullanıcı Mesajı 1. Satır',
+ ],
+ 'unpublish_ad_user_message_subject' => [
+ 'name' => 'İlanı Yayından Kaldır Kullanıcı Mesaj Konusu',
+ ],
+ 'unpublish_ad_user_message_line1' => [
+ 'name' => ' İlanı Yayından Kaldır Kullanıcı Mesajı 1.satır',
+ ],
+ 'payment_cart_user_message_subject' => [
+ 'name' => 'Ödeme Sepeti Kullanıcı Mesajı Konusu',
+ ],
+ 'payment_cart_user_message_line1' => [
+ 'name' => 'Ödeme Sepeti Kullanıcı Mesajı 1. Satır',
+ ],
+ 'new_ad_user_sms' => [
+ 'name' => 'Yeni İlan Kullanıcısı Sms',
+ ],
+ 'new_ad_user_sms_msg' => [
+ 'name' => 'Yeni İlan Kullanıcısı Sms Mesajı',
+ ],
+ 'payment_user_sms' => [
+ 'name' => 'Ödeme Kullanıcı Sms\'i',
+ ],
+ 'payment_user_sms_msg' => [
+ 'name' => 'Ödeme Kullanıcısı Sms Mesajı',
+ ],
+ 'status_ad_user_sms' => [
+ 'name' => 'İlan Durumu Kullanıcı Sms',
+ ],
+ 'approved_ad_user_sms_msg' => [
+ 'name' => 'Onaylanmış İlan Kullanıcı Sms Mesajı',
+ ],
+ 'passive_ad_user_sms_msg' => [
+ 'name' => 'Pasif İlan Kullanıcısı Sms Mesajı',
+ ],
+ 'declined_ad_user_sms_msg' => [
+ 'name' => 'Reddedilen İlan Kullanıcısı Sms Mesajı',
+ ],
+ 'pending_ad_user_sms_msg' => [
+ 'name' => 'Bekleyen İlan Kullanıcısı Sms Mesajı',
+ ],
+ 'unpublish_ad_user_sms' => [
+ 'name' => 'İlan Kullanıcısı SMS\'lerini Yayından Kaldır',
+ ],
+ 'unpublish_ad_user_sms_msg' => [
+ 'name' => 'İlan Kullanıcısı Sms Mesajını Yayından Kaldır',
+ ],
+ 'update_ad_user_sms' => [
+ 'name' => 'İlan Kullanıcısı Sms\'i Güncelleme',
+ ],
+ 'update_ad_user_sms_msg' => [
+ 'name' => 'İlan Kullanıcısı Sms Mesajını Güncelle',
+ ],
+
+
+
+ 'again_purchase_user_message_subject' => [
+ 'name' => 'Tekrar Satın Al konulu Kullanıcı Mesajı',
+ ],
+ 'again_purchase_user_message_line' => [
+ 'name' => 'Tekrar Satın Alın konulu Kullanıcı Mesaj Satırı',
+ ],
+ 'again_sale_user_message_subject' => [
+ 'name' => 'Tekrar Satış Kullanıcı Mesajı Konu',
+ ],
+ 'again_sale_user_message_line' => [
+ 'name' => 'Tekrar Satış Kullanıcı Mesaj Satırı',
+ ],
+ 'payment_order_user_message_subject' => [
+ 'name' => 'Ödeme Talimatı konulu Kullanıcı Mesajı',
+ ],
+ 'payment_order_user_message_line' => [
+ 'name' => 'Ödeme Talimatı Kullanıcı Mesajı Satırı',
+ ],
+ 'refund_order_user_message_subject' => [
+ 'name' => 'Geri Ödeme Talimatı konulu Kullanıcı Mesajı',
+ ],
+ 'refund_order_user_message_line' => [
+ 'name' => 'Geri Ödeme Talebi Kullanıcı Mesaj Satırı',
+ ],
+ 'report_order_user_message_subject' => [
+ 'name' => 'Sipariş Raporu konulu Kullanıcı Mesajı',
+ ],
+ 'report_order_user_message_line' => [
+ 'name' => 'Sipariş Raporu konulu Kullanıcı Mesaj Satırı',
+ ],
+ "sms_extension" => [
+ "name" =>"SMS Eklentisi",
+ ],
+ "mail_header" => [
+ "name" =>"E-mail Başlığı",
+ ],
+ "mail_footer" => [
+ "name" =>"E-mail Altbilgisi",
+ ],
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/tr/stream.php b/resources/default/addons/visiosoft/notifications-module/lang/tr/stream.php
new file mode 100644
index 000000000..6e2655b73
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/tr/stream.php
@@ -0,0 +1,14 @@
+ [
+ 'name' => 'Bildir',
+ ],
+ 'smsnotify' => [
+ 'name' => 'Sms ile bildir
+',
+ ],
+ 'template' => [
+ 'name' => 'Şablon',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/tr/tab.php b/resources/default/addons/visiosoft/notifications-module/lang/tr/tab.php
new file mode 100644
index 000000000..1929d1d26
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/tr/tab.php
@@ -0,0 +1,39 @@
+ [
+ 'title' => 'Yeni Reklam Sms',
+ ],
+ 'payment_sms' => [
+ 'title' => 'Ödeme SMS\'i',
+ ],
+ 'status_ad_sms' => [
+ 'title' => 'İlan Durum Sms\'i',
+ ],
+ 'unpublish_ad_sms' => [
+ 'title' => 'İlan SMS\'lerini Yayından Kaldır',
+ ],
+ 'update_ad_sms' => [
+ 'title' => 'İlan Sms\'ini Güncelle',
+ ],
+ 'new_ad_mail' => [
+ 'title' => 'Yeni İlan maili',
+ ],
+ 'update_ad_mail' => [
+ 'title' => 'İlan E-mailini Güncelle',
+ ],
+ 'status_ad_mail' => [
+ 'title' => 'İlan Durum Maili',
+ ],
+ 'unpublish_ad_mail' => [
+ 'title' => 'İlan E-mailini Yayından Kaldır',
+ ],
+
+ 'payment_cart_mail' => [
+ 'title' => 'Ödeme E-maili',
+ ],
+ 'general_sms_settings' => [
+ 'title' => 'SMS Ayarları',
+ ],
+ 'email_template' => 'E-mail Şablon',
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/uk/addon.php b/resources/default/addons/visiosoft/notifications-module/lang/uk/addon.php
new file mode 100644
index 000000000..e9d15b327
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/uk/addon.php
@@ -0,0 +1,7 @@
+ 'Повідомлення',
+ 'name' => 'Модуль сповіщень',
+ 'description' => 'Управління системою сповіщень'
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/uk/button.php b/resources/default/addons/visiosoft/notifications-module/lang/uk/button.php
new file mode 100644
index 000000000..41762e026
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/uk/button.php
@@ -0,0 +1,7 @@
+ 'Нове повідомлення',
+ 'new_smsnotify' => 'Новий Smsnotify',
+ 'new_template' => 'Новий шаблон',
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/uk/field.php b/resources/default/addons/visiosoft/notifications-module/lang/uk/field.php
new file mode 100644
index 000000000..5b338d8c1
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/uk/field.php
@@ -0,0 +1,22 @@
+ [
+ 'name' => 'Ім\'я',
+ ],
+ 'message' => [
+ 'name' => 'повідомлення',
+ ],
+ 'slug' => [
+ 'name' => 'Слизень',
+ ],
+ 'subject' => [
+ 'name' => 'Тема',
+ ],
+ 'greeting' => [
+ 'name' => 'Привітання',
+ ],
+ 'enabled' => [
+ 'name' => 'Enabled',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/uk/notification.php b/resources/default/addons/visiosoft/notifications-module/lang/uk/notification.php
new file mode 100644
index 000000000..607df43aa
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/uk/notification.php
@@ -0,0 +1,76 @@
+ 'Здрастуйте ',
+ 'thanks_message' => 'Спасибі!',
+ 'detail_button' => 'Переглянути деталь',
+ 'create_site_subject' => 'Розпочато створення сайту OpenClassify',
+ 'create_site_line1' => 'Ми отримали ваш запит на створення сайту: sitename.',
+ 'create_site_line2' => 'Після завершення встановлення ви отримаєте електронний лист із інформацією про сайт.',
+ // 'create_site_line3' => 'For more information about System Usage, see \'How it works!\' page.',
+ // create doc first
+ 'create_site_line3' => 'Це займе близько 5 хвилин. Поки ми готуємо ваш веб-сайт, перевірте наші фантастичні можливості.',
+ 'create_site_button' => 'Особливості!',
+
+ 'created_site_subject' => 'Сайт OpenClassify, створений для вас [: ім\'я сайту] ',
+ 'created_site_line1' => 'Зверніть увагу, що нижче вказана інформація адміністратора.',
+ 'created_site_username' => 'Ім\'я користувача:: ім\'я користувача',
+ 'created_site_email' => 'Адреса електронної пошти:: електронна пошта',
+ 'created_site_password' => 'Пароль:: пароль',
+ 'created_site_button' => 'Панель адміністратора',
+
+ //last 3 days
+ 'last_3_days_subscription_subject' => 'Останні 3 дні вашого пробного пакету!',
+ 'last_3_days_subscription_line1' => 'Ваш: пробний сайт назви сайту скоро закінчиться.',
+
+ //last 1 day
+ 'last_1_day_subscription_subject' => 'Останній день пробного пакету!',
+ 'last_1_day_subscription_line1' => 'Ваш: пробний сайт назви сайту скоро закінчиться.',
+
+ //one week later
+ 'one_week_later_subscription_subject' => 'Ваш пробний пакет неактивний.',
+ 'one_week_later_subscription_line1' => ': пробний сайт із назвою сайту закінчився 1 тиждень тому. Будь ласка, відвідайте наш сайт, щоб отримати відповідні пропозиції.',
+
+ //one month later
+ 'one_month_later_subscription_subject' => 'Пробний пакет буде видалено протягом дня.',
+ 'one_month_later_subscription_line1' => 'Ваш: пробний сайт із назвою сайту закінчився 1 місяць тому. Його буде видалено протягом дня через невжиття заходів протягом заданого часу',
+
+ // Notifications
+ 'new_ad_user_sms_msg' => 'Ваше оголошення під контролем.',
+ 'payment_user_sms_msg' => 'Дякуємо за ваш платіж.',
+ 'approved_ad_user_sms_msg' => 'Статус оголошення затверджено.',
+ 'passive_ad_user_sms_msg' => 'Статус оголошення Пасивний.',
+ 'declined_ad_user_sms_msg' => 'Статус оголошення відхилено.',
+ 'pending_ad_user_sms_msg' => 'Статус оголошення очікує на розгляд.',
+ 'unpublish_ad_user_sms_msg' => 'Ваше оголошення було видалено.',
+ 'update_ad_user_sms_msg' => 'Ваше оголошення успішно оновлено.',
+ 'new_ad_user_message_subject' => 'Успішної реклами!',
+ 'new_ad_user_message_line1' => 'Ваша інформація надіслана нам. Необхідний контроль буде випущений та випущений якомога швидше',
+ 'update_ad_user_message_subject' => 'Оновлення оголошення успішне!',
+ 'update_ad_user_message_line1' => 'Ми отримали запит на оновлення для наданого вами Ad.Provide необхідного контролю, і ваше останнє оновлення буде випущено.',
+ 'passive_ad_user_message_subject' => 'Вашу рекламу припинено!',
+ 'passive_ad_user_message_line1' => 'Вашу рекламу видалено.',
+ 'active_ad_user_message_subject' => 'Ваше оголошення затверджено!',
+ 'active_ad_user_message_line1' => 'Ваше оголошення опубліковано.',
+ 'pending_ad_user_message_subject' => 'Ваше оголошення на затвердженні!',
+ 'pending_ad_user_message_line1' => 'Ваша реклама була подана оператору на затвердження.',
+ 'declined_ad_user_message_subject' => 'Ваше оголошення не опубліковано!',
+ 'declined_ad_user_message_line1' => 'Ваше Повідомлення не затверджено, оскільки воно не відповідає правилам подання.',
+ 'unpublish_ad_user_message_subject' => 'Ваше оголошення видалено!',
+ 'unpublish_ad_user_message_line1' => 'Термін дії оголошення закінчився.',
+ 'payment_cart_user_message_subject' => 'Ваше замовлення успішне!',
+ 'payment_cart_user_message_line1' => 'Ми отримали ваше замовлення. Для детальної інформації про замовлення натисніть на посилання.',
+ 'again_purchase_user_message_subject' => 'Замовлення було створено заново',
+ 'again_purchase_user_message_line' => 'Ваше замовлення було відтворено з таких причин:',
+ 'again_sale_user_message_subject' => 'Замовлення було створено заново',
+ 'again_sale_user_message_line' => 'Операція продажу була відновлена з наступних причин або причин:',
+
+ 'payment_order_user_message_subject' => 'Повідомлення про оплату',
+ 'payment_order_user_message_line' => 'Ваш платіж переведено на зареєстрований рахунок.',
+
+ 'refund_order_user_message_subject' => 'Повідомлення про повернення коштів',
+ 'refund_order_user_message_line' => 'Ваше скасоване замовлення було сплачено на ваш зареєстрований рахунок.',
+
+ 'report_order_user_message_subject' => 'Покупку скасовано',
+ 'report_order_user_message_line' => 'Ваше замовлення скасовано з наступних причин або причин. Ваш платіж буде повернено якомога швидше.',
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/uk/permission.php b/resources/default/addons/visiosoft/notifications-module/lang/uk/permission.php
new file mode 100644
index 000000000..261a7c5f8
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/uk/permission.php
@@ -0,0 +1,28 @@
+ [
+ 'name' => 'Повідомте',
+ 'option' => [
+ 'read' => 'Чи можете прочитати сповіщення?',
+ 'write' => 'Можна створювати / редагувати сповіщення?',
+ 'delete' => 'Можна видалити сповіщення?',
+ ],
+ ],
+ 'smsnotify' => [
+ 'name' => 'Smsnotify',
+ 'option' => [
+ 'read' => 'Чи можете прочитати smsnotify?',
+ 'write' => 'Можна створювати / редагувати smsnotify?',
+ 'delete' => 'Можна видалити smsnotify?',
+ ],
+ ],
+ 'template' => [
+ 'name' => 'Шаблон',
+ 'option' => [
+ 'read' => 'Чи можете прочитати шаблон?',
+ 'write' => 'Може створити / відредагувати шаблон?',
+ 'delete' => 'Можна видалити шаблон?',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/uk/section.php b/resources/default/addons/visiosoft/notifications-module/lang/uk/section.php
new file mode 100644
index 000000000..3eb6bd222
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/uk/section.php
@@ -0,0 +1,13 @@
+ [
+ 'title' => 'Повідомте',
+ ],
+ 'smsnotify' => [
+ 'title' => 'Smsnotify',
+ ],
+ 'template' => [
+ 'title' => 'Шаблон',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/uk/setting.php b/resources/default/addons/visiosoft/notifications-module/lang/uk/setting.php
new file mode 100644
index 000000000..5213e77dd
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/uk/setting.php
@@ -0,0 +1,134 @@
+ [
+ 'name' => 'Повідомлення користувача',
+ ],
+ 'admin_notifications' => [
+ 'name' => 'Повідомлення адміністратора',
+ ],
+ 'new_ad_user_message_subject' => [
+ 'name' => 'Тема повідомлення нового користувача оголошення',
+ ],
+ 'new_ad_user_message_line1' => [
+ 'name' => 'Новий рядок повідомлення користувача реклами1',
+ ],
+ 'update_ad_user_message_subject' => [
+ 'name' => 'Оновити тему повідомлення користувача',
+ ],
+ 'update_ad_user_message_line1' => [
+ 'name' => 'Оновити рядок повідомлень користувача оголошення1',
+ ],
+ 'passive_ad_user_message_subject' => [
+ 'name' => 'Тема повідомлення про пасивне оголошення користувача',
+ ],
+ 'passive_ad_user_message_line1' => [
+ 'name' => 'Рядок повідомлення користувача пасивного оголошення1',
+ ],
+ 'active_ad_user_message_subject' => [
+ 'name' => 'Тема повідомлення активного користувача оголошення',
+ ],
+ 'active_ad_user_message_line1' => [
+ 'name' => 'Рядок повідомлення активного користувача оголошення1',
+ ],
+ 'pending_ad_user_message_subject' => [
+ 'name' => 'Тема повідомлення користувача в очікуванні',
+ ],
+ 'pending_ad_user_message_line1' => [
+ 'name' => 'Рядок повідомлення користувача в очікуванні оголошення1',
+ ],
+ 'declined_ad_user_message_subject' => [
+ 'name' => 'Відхилена тема повідомлення користувача',
+ ],
+ 'declined_ad_user_message_line1' => [
+ 'name' => 'Відхилений рядок повідомлення користувача оголошення1',
+ ],
+ 'unpublish_ad_user_message_subject' => [
+ 'name' => 'Скасувати публікацію теми повідомлення користувача',
+ ],
+ 'unpublish_ad_user_message_line1' => [
+ 'name' => 'Скасувати публікацію рядка повідомлення користувача оголошення1',
+ ],
+ 'payment_cart_user_message_subject' => [
+ 'name' => 'Тема повідомлення користувача платіжного кошика',
+ ],
+ 'payment_cart_user_message_line1' => [
+ 'name' => 'Рядок повідомлення користувача платіжного кошика1',
+ ],
+ 'new_ad_user_sms' => [
+ 'name' => 'Нова SMS-повідомлення користувача',
+ ],
+ 'new_ad_user_sms_msg' => [
+ 'name' => 'Нове SMS-повідомлення користувача',
+ ],
+ 'payment_user_sms' => [
+ 'name' => 'Оплата користувачем смс',
+ ],
+ 'payment_user_sms_msg' => [
+ 'name' => 'Платіжне повідомлення користувача Sms',
+ ],
+ 'status_ad_user_sms' => [
+ 'name' => 'Статус оголошення користувача SMS',
+ ],
+ 'approved_ad_user_sms_msg' => [
+ 'name' => 'Затверджене SMS-повідомлення користувача',
+ ],
+ 'passive_ad_user_sms_msg' => [
+ 'name' => 'Пасивне SMS-повідомлення користувача',
+ ],
+ 'declined_ad_user_sms_msg' => [
+ 'name' => 'Відхилене SMS-повідомлення користувача',
+ ],
+ 'pending_ad_user_sms_msg' => [
+ 'name' => 'Очікує на повідомлення повідомлення користувача Sms',
+ ],
+ 'unpublish_ad_user_sms' => [
+ 'name' => 'Скасувати публікацію SMS користувача',
+ ],
+ 'unpublish_ad_user_sms_msg' => [
+ 'name' => 'Скасувати публікацію SMS-повідомлення користувача',
+ ],
+ 'update_ad_user_sms' => [
+ 'name' => 'Оновіть SMS-повідомлення користувачів',
+ ],
+ 'update_ad_user_sms_msg' => [
+ 'name' => 'Оновити SMS-повідомлення користувача',
+ ],
+
+
+
+ 'again_purchase_user_message_subject' => [
+ 'name' => 'Знову придбайте тему повідомлення користувача',
+ ],
+ 'again_purchase_user_message_line' => [
+ 'name' => 'Знову придбайте рядок повідомлення користувача',
+ ],
+ 'again_sale_user_message_subject' => [
+ 'name' => 'Тема повідомлення користувача про продаж знову',
+ ],
+ 'again_sale_user_message_line' => [
+ 'name' => 'Знову продається рядок повідомлення користувача',
+ ],
+ 'payment_order_user_message_subject' => [
+ 'name' => 'Тема повідомлення користувача про платіжне доручення',
+ ],
+ 'payment_order_user_message_line' => [
+ 'name' => 'Рядок повідомлення користувача про платіжне доручення',
+ ],
+ 'refund_order_user_message_subject' => [
+ 'name' => 'Тема повідомлення користувача про замовлення відшкодування',
+ ],
+ 'refund_order_user_message_line' => [
+ 'name' => 'Рядок повідомлення користувача про замовлення відшкодування',
+ ],
+ 'report_order_user_message_subject' => [
+ 'name' => 'Тема повідомлення користувача про замовлення звіту',
+ ],
+ 'report_order_user_message_line' => [
+ 'name' => 'Рядок повідомлення користувача про замовлення звіту',
+ ],
+ "sms_extension" => [
+ "name" =>"Розширення SMS",
+
+ ],
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/uk/stream.php b/resources/default/addons/visiosoft/notifications-module/lang/uk/stream.php
new file mode 100644
index 000000000..80ae671f3
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/uk/stream.php
@@ -0,0 +1,13 @@
+ [
+ 'name' => 'Повідомте',
+ ],
+ 'smsnotify' => [
+ 'name' => 'Smsnotify',
+ ],
+ 'template' => [
+ 'name' => 'Шаблон',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/uk/tab.php b/resources/default/addons/visiosoft/notifications-module/lang/uk/tab.php
new file mode 100644
index 000000000..45672c934
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/uk/tab.php
@@ -0,0 +1,39 @@
+ [
+ 'title' => 'Нові SMS-оголошення',
+ ],
+ 'payment_sms' => [
+ 'title' => 'Sms оплати',
+ ],
+ 'status_ad_sms' => [
+ 'title' => 'Статус рекламних смс',
+ ],
+ 'unpublish_ad_sms' => [
+ 'title' => 'Скасувати публікацію рекламних смс',
+ ],
+ 'update_ad_sms' => [
+ 'title' => 'Оновіть SMS-оголошення',
+ ],
+ 'new_ad_mail' => [
+ 'title' => 'Нова рекламна пошта',
+ ],
+ 'update_ad_mail' => [
+ 'title' => 'Оновіть Ad Mail',
+ ],
+ 'status_ad_mail' => [
+ 'title' => 'Пошта оголошень стану',
+ ],
+ 'unpublish_ad_mail' => [
+ 'title' => 'Скасувати публікацію рекламної пошти',
+ ],
+
+ 'payment_cart_mail' => [
+ 'title' => 'Платіжна пошта',
+ ],
+ 'general_sms_settings' => [
+ 'title' => 'Налаштування SMS',
+ ],
+
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/vi/addon.php b/resources/default/addons/visiosoft/notifications-module/lang/vi/addon.php
new file mode 100644
index 000000000..331f25c70
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/vi/addon.php
@@ -0,0 +1,7 @@
+ 'Thông báo',
+ 'name' => 'Mô-đun thông báo',
+ 'description' => 'Quản lý hệ thống kiểm soát thông báo'
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/vi/button.php b/resources/default/addons/visiosoft/notifications-module/lang/vi/button.php
new file mode 100644
index 000000000..115a7cdc7
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/vi/button.php
@@ -0,0 +1,7 @@
+ 'Thông báo mới',
+ 'new_smsnotify' => 'Smsnotify mới',
+ 'new_template' => 'Bản mẫu mới',
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/vi/field.php b/resources/default/addons/visiosoft/notifications-module/lang/vi/field.php
new file mode 100644
index 000000000..9d01a69b6
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/vi/field.php
@@ -0,0 +1,22 @@
+ [
+ 'name' => 'Tên',
+ ],
+ 'message' => [
+ 'name' => 'Thông điệp',
+ ],
+ 'slug' => [
+ 'name' => 'Sên',
+ ],
+ 'subject' => [
+ 'name' => 'Môn học',
+ ],
+ 'greeting' => [
+ 'name' => 'Lời chào',
+ ],
+ 'enabled' => [
+ 'name' => 'Enabled',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/vi/notification.php b/resources/default/addons/visiosoft/notifications-module/lang/vi/notification.php
new file mode 100644
index 000000000..ea1009b41
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/vi/notification.php
@@ -0,0 +1,76 @@
+ 'xin chào ',
+ 'thanks_message' => 'Cảm ơn bạn!',
+ 'detail_button' => 'xem chi tiết',
+ 'create_site_subject' => 'OpenClassify bắt đầu tạo trang web',
+ 'create_site_line1' => 'Chúng tôi đã nhận được yêu cầu của bạn để tạo trang web: sitename.',
+ 'create_site_line2' => 'Khi quá trình cài đặt hoàn tất, bạn sẽ nhận được một email chứa thông tin về trang web.',
+ // 'create_site_line3' => 'For more information about System Usage, see \'How it works!\' page.',
+ // create doc first
+ 'create_site_line3' => 'Nó sẽ mất khoảng 5 phút. Trong khi chúng tôi chuẩn bị trang web của bạn, hãy kiểm tra các tính năng tuyệt vời của chúng tôi.',
+ 'create_site_button' => 'Đặc trưng!',
+
+ 'created_site_subject' => 'OpenClassify trang web được tạo cho bạn [: sitename] ',
+ 'created_site_line1' => 'Xin lưu ý thông tin quản trị viên được cung cấp bên dưới.',
+ 'created_site_username' => 'Uusername:: tên người dùng',
+ 'created_site_email' => 'Địa chỉ Email:: email',
+ 'created_site_password' => 'Mật khẩu:: mật khẩu',
+ 'created_site_button' => 'bảng quản trị',
+
+ //last 3 days
+ 'last_3_days_subscription_subject' => '3 ngày cuối cùng của Gói dùng thử của bạn!',
+ 'last_3_days_subscription_line1' => 'Trang dùng thử của bạn: sitename sắp hết hạn.',
+
+ //last 1 day
+ 'last_1_day_subscription_subject' => 'Ngày cuối cùng của Gói dùng thử của bạn!',
+ 'last_1_day_subscription_line1' => 'Trang dùng thử của bạn: sitename sắp hết hạn.',
+
+ //one week later
+ 'one_week_later_subscription_subject' => 'Gói dùng thử của bạn không hoạt động.',
+ 'one_week_later_subscription_line1' => ': sitename dùng thử trang web đã kết thúc 1 tuần trước. Vui lòng truy cập trang web của chúng tôi để biết các ưu đãi đủ điều kiện.',
+
+ //one month later
+ 'one_month_later_subscription_subject' => 'Gói dùng thử của bạn sẽ bị xóa trong ngày.',
+ 'one_month_later_subscription_line1' => 'Trang web dùng thử của bạn: sitename đã hết hạn cách đây 1 tháng. Nó sẽ bị xóa trong ngày do không thực hiện hành động trong thời gian nhất định',
+
+ // Notifications
+ 'new_ad_user_sms_msg' => 'Quảng cáo của bạn được kiểm soát.',
+ 'payment_user_sms_msg' => 'Cảm ơn bạn đã thanh toán.',
+ 'approved_ad_user_sms_msg' => 'Trạng thái Quảng cáo được Chấp thuận.',
+ 'passive_ad_user_sms_msg' => 'Trạng thái quảng cáo bị động.',
+ 'declined_ad_user_sms_msg' => 'Trạng thái Quảng cáo bị Từ chối.',
+ 'pending_ad_user_sms_msg' => 'Trạng thái quảng cáo đang chờ xử lý.',
+ 'unpublish_ad_user_sms_msg' => 'Quảng cáo của bạn đã bị xóa.',
+ 'update_ad_user_sms_msg' => 'Quảng cáo của Bạn được Cập nhật Thành công.',
+ 'new_ad_user_message_subject' => 'Quảng cáo thành công!',
+ 'new_ad_user_message_line1' => 'Thông tin của bạn đã được gửi cho chúng tôi. Kiểm soát yêu cầu sẽ được công bố và phát hành càng sớm càng tốt',
+ 'update_ad_user_message_subject' => 'Cập nhật quảng cáo thành công!',
+ 'update_ad_user_message_line1' => 'Chúng tôi đã nhận được yêu cầu cập nhật cho Quảng cáo đã cho của bạn. Cung cấp các Kiểm soát bắt buộc và Bản cập nhật mới nhất của bạn sẽ được phát hành.',
+ 'passive_ad_user_message_subject' => 'Quảng cáo của bạn đã bị ngừng!',
+ 'passive_ad_user_message_line1' => 'Quảng cáo của bạn đã bị xóa.',
+ 'active_ad_user_message_subject' => 'Quảng cáo của bạn đã được chấp thuận!',
+ 'active_ad_user_message_line1' => 'Quảng cáo của bạn đã được xuất bản.',
+ 'pending_ad_user_message_subject' => 'Quảng cáo của bạn đang được phê duyệt!',
+ 'pending_ad_user_message_line1' => 'Quảng cáo của bạn đã được gửi đến nhà điều hành để phê duyệt.',
+ 'declined_ad_user_message_subject' => 'Quảng cáo của bạn chưa được xuất bản!',
+ 'declined_ad_user_message_line1' => 'Thông báo của bạn chưa được chấp thuận vì không tuân thủ các quy tắc gửi.',
+ 'unpublish_ad_user_message_subject' => 'Quảng cáo của bạn đã bị xóa!',
+ 'unpublish_ad_user_message_line1' => 'Thông báo đã hết hạn.',
+ 'payment_cart_user_message_subject' => 'Đơn hàng của bạn đã thành công!',
+ 'payment_cart_user_message_line1' => 'Chúng tôi đã nhận được đơn đặt hàng của bạn. Để biết thông tin chi tiết về đơn đặt hàng, hãy nhấp vào liên kết.',
+ 'again_purchase_user_message_subject' => 'Đơn hàng đã được tạo lại',
+ 'again_purchase_user_message_line' => 'Đơn đặt hàng của bạn đã được tạo lại vì những lý do sau:',
+ 'again_sale_user_message_subject' => 'Đơn hàng đã được tạo lại',
+ 'again_sale_user_message_line' => 'Giao dịch Bán hàng được thiết lập lại vì các lý do sau:',
+
+ 'payment_order_user_message_subject' => 'Thông báo thanh toán',
+ 'payment_order_user_message_line' => 'Thanh toán của bạn đã được chuyển vào tài khoản đã đăng ký của bạn.',
+
+ 'refund_order_user_message_subject' => 'Thông báo hoàn lại tiền',
+ 'refund_order_user_message_line' => 'Đơn hàng đã hủy của bạn đã được thanh toán vào tài khoản đã đăng ký của bạn.',
+
+ 'report_order_user_message_subject' => 'Mua hàng đã bị hủy',
+ 'report_order_user_message_line' => 'Đơn hàng của bạn đã bị hủy vì những lý do sau đây. Thanh toán của bạn sẽ được trả lại trong thời gian sớm nhất.',
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/vi/permission.php b/resources/default/addons/visiosoft/notifications-module/lang/vi/permission.php
new file mode 100644
index 000000000..204710194
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/vi/permission.php
@@ -0,0 +1,28 @@
+ [
+ 'name' => 'Thông báo',
+ 'option' => [
+ 'read' => 'Có thể đọc thông báo?',
+ 'write' => 'Có thể tạo / chỉnh sửa thông báo không?',
+ 'delete' => 'Có thể xóa thông báo?',
+ ],
+ ],
+ 'smsnotify' => [
+ 'name' => 'Smsnotify',
+ 'option' => [
+ 'read' => 'Có thể đọc smsnotify?',
+ 'write' => 'Có thể tạo / chỉnh sửa smsnotify?',
+ 'delete' => 'Có thể xóa smsnotify?',
+ ],
+ ],
+ 'template' => [
+ 'name' => 'Bản mẫu',
+ 'option' => [
+ 'read' => 'Có thể đọc mẫu?',
+ 'write' => 'Có thể tạo / chỉnh sửa mẫu không?',
+ 'delete' => 'Có thể xóa mẫu?',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/vi/section.php b/resources/default/addons/visiosoft/notifications-module/lang/vi/section.php
new file mode 100644
index 000000000..3a4dfa2c2
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/vi/section.php
@@ -0,0 +1,13 @@
+ [
+ 'title' => 'Thông báo',
+ ],
+ 'smsnotify' => [
+ 'title' => 'Smsnotify',
+ ],
+ 'template' => [
+ 'title' => 'Bản mẫu',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/vi/setting.php b/resources/default/addons/visiosoft/notifications-module/lang/vi/setting.php
new file mode 100644
index 000000000..89db5d430
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/vi/setting.php
@@ -0,0 +1,134 @@
+ [
+ 'name' => 'Thông báo Người dùng',
+ ],
+ 'admin_notifications' => [
+ 'name' => 'Thông báo của quản trị viên',
+ ],
+ 'new_ad_user_message_subject' => [
+ 'name' => 'Chủ đề Thông điệp Người dùng Quảng cáo Mới',
+ ],
+ 'new_ad_user_message_line1' => [
+ 'name' => 'Dòng Thông báo Người dùng Quảng cáo Mới 1',
+ ],
+ 'update_ad_user_message_subject' => [
+ 'name' => 'Cập nhật Chủ đề Thông điệp Người dùng Quảng cáo',
+ ],
+ 'update_ad_user_message_line1' => [
+ 'name' => 'Cập nhật Dòng Thông báo Người dùng Quảng cáo 1',
+ ],
+ 'passive_ad_user_message_subject' => [
+ 'name' => 'Chủ đề thông điệp người dùng quảng cáo thụ động',
+ ],
+ 'passive_ad_user_message_line1' => [
+ 'name' => 'Dòng thông báo người dùng quảng cáo thụ động 1',
+ ],
+ 'active_ad_user_message_subject' => [
+ 'name' => 'Chủ đề Thông điệp Người dùng Quảng cáo Hoạt động',
+ ],
+ 'active_ad_user_message_line1' => [
+ 'name' => 'Dòng Thông báo Người dùng Quảng cáo Hoạt động 1',
+ ],
+ 'pending_ad_user_message_subject' => [
+ 'name' => 'Chủ đề Thông điệp Người dùng Quảng cáo Đang chờ xử lý',
+ ],
+ 'pending_ad_user_message_line1' => [
+ 'name' => 'Dòng thông báo người dùng quảng cáo đang chờ xử lý1',
+ ],
+ 'declined_ad_user_message_subject' => [
+ 'name' => 'Chủ đề Thông điệp Người dùng Quảng cáo Bị Từ chối',
+ ],
+ 'declined_ad_user_message_line1' => [
+ 'name' => 'Dòng thông báo người dùng quảng cáo bị từ chối 1',
+ ],
+ 'unpublish_ad_user_message_subject' => [
+ 'name' => 'Hủy xuất bản Chủ đề Thông điệp Người dùng Quảng cáo',
+ ],
+ 'unpublish_ad_user_message_line1' => [
+ 'name' => 'Hủy xuất bản Quảng cáo Dòng Thông báo Người dùng 1',
+ ],
+ 'payment_cart_user_message_subject' => [
+ 'name' => 'Chủ đề tin nhắn của người dùng giỏ hàng thanh toán',
+ ],
+ 'payment_cart_user_message_line1' => [
+ 'name' => 'Giỏ hàng Thanh toán Dòng thông báo Người dùng 1',
+ ],
+ 'new_ad_user_sms' => [
+ 'name' => 'Sms của người dùng quảng cáo mới',
+ ],
+ 'new_ad_user_sms_msg' => [
+ 'name' => 'Tin nhắn SMS của người dùng quảng cáo mới',
+ ],
+ 'payment_user_sms' => [
+ 'name' => 'Sms của người dùng thanh toán',
+ ],
+ 'payment_user_sms_msg' => [
+ 'name' => 'Tin nhắn SMS của người dùng thanh toán',
+ ],
+ 'status_ad_user_sms' => [
+ 'name' => 'Trạng thái Quảng cáo Người dùng Sms',
+ ],
+ 'approved_ad_user_sms_msg' => [
+ 'name' => 'Tin nhắn SMS của người dùng quảng cáo được chấp thuận',
+ ],
+ 'passive_ad_user_sms_msg' => [
+ 'name' => 'Tin nhắn SMS của người dùng quảng cáo thụ động',
+ ],
+ 'declined_ad_user_sms_msg' => [
+ 'name' => 'Tin nhắn SMS của người dùng quảng cáo bị từ chối',
+ ],
+ 'pending_ad_user_sms_msg' => [
+ 'name' => 'Tin nhắn SMS của người dùng quảng cáo đang chờ xử lý',
+ ],
+ 'unpublish_ad_user_sms' => [
+ 'name' => 'Hủy xuất bản tin nhắn của người dùng quảng cáo',
+ ],
+ 'unpublish_ad_user_sms_msg' => [
+ 'name' => 'Hủy xuất bản tin nhắn SMS của người dùng quảng cáo',
+ ],
+ 'update_ad_user_sms' => [
+ 'name' => 'Cập nhật tin nhắn của người dùng quảng cáo',
+ ],
+ 'update_ad_user_sms_msg' => [
+ 'name' => 'Cập nhật tin nhắn SMS của người dùng quảng cáo',
+ ],
+
+
+
+ 'again_purchase_user_message_subject' => [
+ 'name' => 'Mua lại Chủ đề tin nhắn của người dùng',
+ ],
+ 'again_purchase_user_message_line' => [
+ 'name' => 'Mua lại dòng thông báo người dùng',
+ ],
+ 'again_sale_user_message_subject' => [
+ 'name' => 'Một lần nữa Chủ đề Thông điệp Người dùng Bán hàng',
+ ],
+ 'again_sale_user_message_line' => [
+ 'name' => 'Một lần nữa Dòng Thông báo Người dùng Bán hàng',
+ ],
+ 'payment_order_user_message_subject' => [
+ 'name' => 'Chủ đề Thông điệp Người dùng Đơn đặt hàng Thanh toán',
+ ],
+ 'payment_order_user_message_line' => [
+ 'name' => 'Dòng thông báo người dùng đơn đặt hàng thanh toán',
+ ],
+ 'refund_order_user_message_subject' => [
+ 'name' => 'Đơn đặt hàng hoàn lại Chủ đề tin nhắn của người dùng',
+ ],
+ 'refund_order_user_message_line' => [
+ 'name' => 'Dòng thông báo người dùng đặt hàng hoàn lại tiền',
+ ],
+ 'report_order_user_message_subject' => [
+ 'name' => 'Báo cáo Đơn đặt hàng Chủ đề Thông báo Người dùng',
+ ],
+ 'report_order_user_message_line' => [
+ 'name' => 'Báo cáo Đơn đặt hàng Dòng thông báo Người dùng',
+ ],
+ "sms_extension" => [
+ "name" =>"Phần mở rộng SMS",
+
+ ],
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/vi/stream.php b/resources/default/addons/visiosoft/notifications-module/lang/vi/stream.php
new file mode 100644
index 000000000..4a3bec571
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/vi/stream.php
@@ -0,0 +1,13 @@
+ [
+ 'name' => 'Thông báo',
+ ],
+ 'smsnotify' => [
+ 'name' => 'Smsnotify',
+ ],
+ 'template' => [
+ 'name' => 'Bản mẫu',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/vi/tab.php b/resources/default/addons/visiosoft/notifications-module/lang/vi/tab.php
new file mode 100644
index 000000000..a82c84e4d
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/vi/tab.php
@@ -0,0 +1,39 @@
+ [
+ 'title' => 'Tin nhắn quảng cáo mới',
+ ],
+ 'payment_sms' => [
+ 'title' => 'Sms thanh toán',
+ ],
+ 'status_ad_sms' => [
+ 'title' => 'Trạng thái Quảng cáo Sms',
+ ],
+ 'unpublish_ad_sms' => [
+ 'title' => 'Hủy xuất bản Sms Quảng cáo',
+ ],
+ 'update_ad_sms' => [
+ 'title' => 'Cập nhật tin nhắn quảng cáo',
+ ],
+ 'new_ad_mail' => [
+ 'title' => 'Thư quảng cáo mới',
+ ],
+ 'update_ad_mail' => [
+ 'title' => 'Cập nhật thư quảng cáo',
+ ],
+ 'status_ad_mail' => [
+ 'title' => 'Thư Quảng cáo Trạng thái',
+ ],
+ 'unpublish_ad_mail' => [
+ 'title' => 'Hủy xuất bản Thư quảng cáo',
+ ],
+
+ 'payment_cart_mail' => [
+ 'title' => 'Thư thanh toán',
+ ],
+ 'general_sms_settings' => [
+ 'title' => 'Cài đặt SMS',
+ ],
+
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/zh/addon.php b/resources/default/addons/visiosoft/notifications-module/lang/zh/addon.php
new file mode 100644
index 000000000..af05b45e4
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/zh/addon.php
@@ -0,0 +1,7 @@
+ '通知事項',
+ 'name' => '通知模塊',
+ 'description' => '通知控制系統管理'
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/zh/button.php b/resources/default/addons/visiosoft/notifications-module/lang/zh/button.php
new file mode 100644
index 000000000..aee97a07e
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/zh/button.php
@@ -0,0 +1,7 @@
+ '新通知',
+ 'new_smsnotify' => '新的短信通知',
+ 'new_template' => '新范本',
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/zh/field.php b/resources/default/addons/visiosoft/notifications-module/lang/zh/field.php
new file mode 100644
index 000000000..4cef41ae9
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/zh/field.php
@@ -0,0 +1,22 @@
+ [
+ 'name' => '名称',
+ ],
+ 'message' => [
+ 'name' => '信息',
+ ],
+ 'slug' => [
+ 'name' => 'ug',
+ ],
+ 'subject' => [
+ 'name' => '学科',
+ ],
+ 'greeting' => [
+ 'name' => '问候语',
+ ],
+ 'enabled' => [
+ 'name' => 'Enabled',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/zh/notification.php b/resources/default/addons/visiosoft/notifications-module/lang/zh/notification.php
new file mode 100644
index 000000000..3d8e6d195
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/zh/notification.php
@@ -0,0 +1,76 @@
+ 'Hello ',
+ 'thanks_message' => 'Thank You!',
+ 'detail_button' => 'View Detail',
+ 'create_site_subject' => 'OpenClassify site creation started',
+ 'create_site_line1' => 'We\'ve received your request to create the :sitename site.',
+ 'create_site_line2' => 'When the installation is complete, you will receive an email containing the site information.',
+ // 'create_site_line3' => 'For more information about System Usage, see \'How it works!\' page.',
+ // create doc first
+ 'create_site_line3' => 'It will take about 5 minutes. While we prepare your web site check our fantastic features.',
+ 'create_site_button' => 'Features!',
+
+ 'created_site_subject' => 'OpenClassify site created for you [:sitename] ',
+ 'created_site_line1' => 'Please note administrator info is given below.',
+ 'created_site_username' => 'Uusername : :username',
+ 'created_site_email' => 'Email Address : :email',
+ 'created_site_password' => 'Password : :password',
+ 'created_site_button' => 'Admin Panel',
+
+ //last 3 days
+ 'last_3_days_subscription_subject' => 'Last 3 Days of your Trial Pack!',
+ 'last_3_days_subscription_line1' => 'Your :sitename trial site is about to expire.',
+
+ //last 1 day
+ 'last_1_day_subscription_subject' => 'Last Day of your Trial Pack!',
+ 'last_1_day_subscription_line1' => 'Your :sitename trial site is about to expire.',
+
+ //one week later
+ 'one_week_later_subscription_subject' => 'Your Trial Package is Inactive.',
+ 'one_week_later_subscription_line1' => ':sitename trial site has ended 1 week ago. Please visit our site for eligible offers.',
+
+ //one month later
+ 'one_month_later_subscription_subject' => 'Your Trial Package will be deleted during the day.',
+ 'one_month_later_subscription_line1' => 'Your :sitename trial site expired 1 month ago.It will be removed during the day due to not taking action within the given time',
+
+ // Notifications
+ 'new_ad_user_sms_msg' => 'Your ad is under control.',
+ 'payment_user_sms_msg' => 'Thank you for your payment.',
+ 'approved_ad_user_sms_msg' => 'Ad Status Approved.',
+ 'passive_ad_user_sms_msg' => 'Ad Status Passive.',
+ 'declined_ad_user_sms_msg' => 'Ad Status Declined.',
+ 'pending_ad_user_sms_msg' => 'Ad Status Pending.',
+ 'unpublish_ad_user_sms_msg' => 'Your ad has been removed.',
+ 'update_ad_user_sms_msg' => 'Your Ad Successfully Updated.',
+ 'new_ad_user_message_subject' => 'Successful Advertising!',
+ 'new_ad_user_message_line1' => 'Your information has been sent to us.Required Controls Will Be Released and Released as soon as possible',
+ 'update_ad_user_message_subject' => 'Ad Update Successful!',
+ 'update_ad_user_message_line1' => 'We have received an update request for your given Ad.Provide Required Controls and Your Latest Update Will Be Released.',
+ 'passive_ad_user_message_subject' => 'Your advertisement has been discontinued!',
+ 'passive_ad_user_message_line1' => 'Your advertisement has been removed.',
+ 'active_ad_user_message_subject' => 'Your ad is Approved!',
+ 'active_ad_user_message_line1' => 'Your advertisement has been published.',
+ 'pending_ad_user_message_subject' => 'Your ad is under approval!',
+ 'pending_ad_user_message_line1' => 'Your advertisement has been submitted to the operator for approval.',
+ 'declined_ad_user_message_subject' => 'Your Ad Not Published!',
+ 'declined_ad_user_message_line1' => 'Your Notification has not been approved because it is not in compliance with the rules of submission.',
+ 'unpublish_ad_user_message_subject' => 'Your ad has been removed!',
+ 'unpublish_ad_user_message_line1' => 'Announcement has expired.',
+ 'payment_cart_user_message_subject' => 'Your Order is Successful!',
+ 'payment_cart_user_message_line1' => 'We got your order.For detailed information about the order click on the link.',
+ 'again_purchase_user_message_subject' => 'Order was re-created',
+ 'again_purchase_user_message_line' => 'Your order has been re-created for the following reasons or reasons:',
+ 'again_sale_user_message_subject' => 'Order was re-created',
+ 'again_sale_user_message_line' => 'The Sales transaction was reestablished for the following reasons or reasons:',
+
+ 'payment_order_user_message_subject' => 'Payment Notification',
+ 'payment_order_user_message_line' => 'Your payment has been transferred to your registered account.',
+
+ 'refund_order_user_message_subject' => 'Refund Notification',
+ 'refund_order_user_message_line' => 'Your canceled order has been paid to your registered account.',
+
+ 'report_order_user_message_subject' => 'Purchase Canceled',
+ 'report_order_user_message_line' => 'Your order has been canceled due to the following reasons or reasons. Your payment will be returned as soon as possible.',
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/zh/permission.php b/resources/default/addons/visiosoft/notifications-module/lang/zh/permission.php
new file mode 100644
index 000000000..7c643fd39
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/zh/permission.php
@@ -0,0 +1,28 @@
+ [
+ 'name' => 'Notify',
+ 'option' => [
+ 'read' => 'Can read notify?',
+ 'write' => 'Can create/edit notify?',
+ 'delete' => 'Can delete notify?',
+ ],
+ ],
+ 'smsnotify' => [
+ 'name' => 'Smsnotify',
+ 'option' => [
+ 'read' => 'Can read smsnotify?',
+ 'write' => 'Can create/edit smsnotify?',
+ 'delete' => 'Can delete smsnotify?',
+ ],
+ ],
+ 'template' => [
+ 'name' => 'Template',
+ 'option' => [
+ 'read' => 'Can read template?',
+ 'write' => 'Can create/edit template?',
+ 'delete' => 'Can delete template?',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/zh/section.php b/resources/default/addons/visiosoft/notifications-module/lang/zh/section.php
new file mode 100644
index 000000000..1d103db02
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/zh/section.php
@@ -0,0 +1,13 @@
+ [
+ 'title' => 'Notify',
+ ],
+ 'smsnotify' => [
+ 'title' => 'Smsnotify',
+ ],
+ 'template' => [
+ 'title' => 'Template',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/zh/setting.php b/resources/default/addons/visiosoft/notifications-module/lang/zh/setting.php
new file mode 100644
index 000000000..7b1aed650
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/zh/setting.php
@@ -0,0 +1,134 @@
+ [
+ 'name' => 'User Notifications',
+ ],
+ 'admin_notifications' => [
+ 'name' => 'Admin Notifications',
+ ],
+ 'new_ad_user_message_subject' => [
+ 'name' => 'New Ad User Message Subject',
+ ],
+ 'new_ad_user_message_line1' => [
+ 'name' => 'New Ad User Message Line1',
+ ],
+ 'update_ad_user_message_subject' => [
+ 'name' => 'Update Ad User Message Subject',
+ ],
+ 'update_ad_user_message_line1' => [
+ 'name' => 'Update Ad User Message Line1',
+ ],
+ 'passive_ad_user_message_subject' => [
+ 'name' => 'Passive Ad User Message Subject',
+ ],
+ 'passive_ad_user_message_line1' => [
+ 'name' => 'Passive Ad User Message Line1',
+ ],
+ 'active_ad_user_message_subject' => [
+ 'name' => 'Active Ad User Message Subject',
+ ],
+ 'active_ad_user_message_line1' => [
+ 'name' => 'Active Ad User Message Line1',
+ ],
+ 'pending_ad_user_message_subject' => [
+ 'name' => 'Pending Ad User Message Subject',
+ ],
+ 'pending_ad_user_message_line1' => [
+ 'name' => 'Pending Ad User Message Line1',
+ ],
+ 'declined_ad_user_message_subject' => [
+ 'name' => 'Declined Ad User Message Subject',
+ ],
+ 'declined_ad_user_message_line1' => [
+ 'name' => 'Declined Ad User Message Line1',
+ ],
+ 'unpublish_ad_user_message_subject' => [
+ 'name' => 'Unpublish Ad User Message Subject',
+ ],
+ 'unpublish_ad_user_message_line1' => [
+ 'name' => 'Unpublish Ad User Message Line1',
+ ],
+ 'payment_cart_user_message_subject' => [
+ 'name' => 'Payment Cart User Message Subject',
+ ],
+ 'payment_cart_user_message_line1' => [
+ 'name' => 'Payment Cart User Message Line1',
+ ],
+ 'new_ad_user_sms' => [
+ 'name' => 'New Ad User Sms',
+ ],
+ 'new_ad_user_sms_msg' => [
+ 'name' => 'New Ad User Sms Message',
+ ],
+ 'payment_user_sms' => [
+ 'name' => 'Payment User Sms',
+ ],
+ 'payment_user_sms_msg' => [
+ 'name' => 'Payment User Sms Message',
+ ],
+ 'status_ad_user_sms' => [
+ 'name' => 'Status Ad User Sms',
+ ],
+ 'approved_ad_user_sms_msg' => [
+ 'name' => 'Approved Ad User Sms Message',
+ ],
+ 'passive_ad_user_sms_msg' => [
+ 'name' => 'Passive Ad User Sms Message',
+ ],
+ 'declined_ad_user_sms_msg' => [
+ 'name' => 'Declined Ad User Sms Message',
+ ],
+ 'pending_ad_user_sms_msg' => [
+ 'name' => 'Pending Ad User Sms Message',
+ ],
+ 'unpublish_ad_user_sms' => [
+ 'name' => 'Unpublish Ad User Sms',
+ ],
+ 'unpublish_ad_user_sms_msg' => [
+ 'name' => 'Unpublish Ad User Sms Message',
+ ],
+ 'update_ad_user_sms' => [
+ 'name' => 'Update Ad User Sms',
+ ],
+ 'update_ad_user_sms_msg' => [
+ 'name' => 'Update Ad User Sms Message',
+ ],
+
+
+
+ 'again_purchase_user_message_subject' => [
+ 'name' => 'Again Purchase User Message Subject',
+ ],
+ 'again_purchase_user_message_line' => [
+ 'name' => 'Again Purchase User Message Line',
+ ],
+ 'again_sale_user_message_subject' => [
+ 'name' => 'Again Sale User Message Subject',
+ ],
+ 'again_sale_user_message_line' => [
+ 'name' => 'Again Sale User Message Line',
+ ],
+ 'payment_order_user_message_subject' => [
+ 'name' => 'Payment Order User Message Subject',
+ ],
+ 'payment_order_user_message_line' => [
+ 'name' => 'Payment Order User Message Line',
+ ],
+ 'refund_order_user_message_subject' => [
+ 'name' => 'Refund Order User Message Subject',
+ ],
+ 'refund_order_user_message_line' => [
+ 'name' => 'Refund Order User Message Line',
+ ],
+ 'report_order_user_message_subject' => [
+ 'name' => 'Report Order User Message Subject',
+ ],
+ 'report_order_user_message_line' => [
+ 'name' => 'Report Order User Message Line',
+ ],
+ "sms_extension" => [
+ "name" =>"SMS Extension",
+
+ ],
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/zh/stream.php b/resources/default/addons/visiosoft/notifications-module/lang/zh/stream.php
new file mode 100644
index 000000000..91f84e905
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/zh/stream.php
@@ -0,0 +1,13 @@
+ [
+ 'name' => 'Notify',
+ ],
+ 'smsnotify' => [
+ 'name' => 'Smsnotify',
+ ],
+ 'template' => [
+ 'name' => 'Template',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/lang/zh/tab.php b/resources/default/addons/visiosoft/notifications-module/lang/zh/tab.php
new file mode 100644
index 000000000..e76439c5f
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/lang/zh/tab.php
@@ -0,0 +1,39 @@
+ [
+ 'title' => '新广告短信',
+ ],
+ 'payment_sms' => [
+ 'title' => '付款短信',
+ ],
+ 'status_ad_sms' => [
+ 'title' => '状态广告短信',
+ ],
+ 'unpublish_ad_sms' => [
+ 'title' => '取消发布广告短信',
+ ],
+ 'update_ad_sms' => [
+ 'title' => '更新广告短信',
+ ],
+ 'new_ad_mail' => [
+ 'title' => '新广告邮件',
+ ],
+ 'update_ad_mail' => [
+ 'title' => '更新广告邮件',
+ ],
+ 'status_ad_mail' => [
+ 'title' => '状态广告邮件',
+ ],
+ 'unpublish_ad_mail' => [
+ 'title' => '取消发布广告邮件',
+ ],
+
+ 'payment_cart_mail' => [
+ 'title' => '付款邮件',
+ ],
+ 'general_sms_settings' => [
+ 'title' => '短信设置',
+ ],
+
+];
diff --git a/resources/default/addons/visiosoft/notifications-module/views/notification.twig b/resources/default/addons/visiosoft/notifications-module/views/notification.twig
new file mode 100644
index 000000000..bfb527762
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/views/notification.twig
@@ -0,0 +1 @@
+{% extends "visiosoft.module.notifications::notifications/email" %}
diff --git a/resources/default/addons/visiosoft/notifications-module/views/notifications/email.twig b/resources/default/addons/visiosoft/notifications-module/views/notifications/email.twig
new file mode 100644
index 000000000..55f91913c
--- /dev/null
+++ b/resources/default/addons/visiosoft/notifications-module/views/notifications/email.twig
@@ -0,0 +1,205 @@
+
+
+
+ {% block head %}
+
+
+
+
+
+ {{ title ?: config('app.name') }}
+
+
+
+
+ {% endblock %}
+
+ {% set style = {
+ 'body': 'margin: 0; padding: 0; width: 100%; background-color: #F2F4F6;',
+ 'email-wrapper': 'width: 100%; margin: 0; padding: 0; background-color: #F2F4F6;',
+
+ 'email-masthead': 'padding: 25px 0; text-align: center;',
+ 'email-masthead_name': 'font-size: 16px; font-weight: bold; color: #2F3133; text-decoration: none; text-shadow: 0 1px 0 white;',
+
+ 'email-body': 'width: 100%; margin: 0; padding: 0; border-top: 1px solid #EDEFF2; border-bottom: 1px solid #EDEFF2; background-color: #FFF;',
+ 'email-body_inner': 'width: auto; max-width: 570px; margin: 0 auto; padding: 0;',
+ 'email-body_cell': 'padding: 35px;',
+
+ 'email-footer': 'width: auto; max-width: 570px; margin: 0 auto; padding: 0; text-align: center;',
+ 'email-footer_cell': 'color: #AEAEAE; padding: 35px; text-align: center;',
+
+ 'body_action': 'width: 100%; margin: 30px auto; padding: 0; text-align: center;',
+ 'body_sub': 'margin-top: 25px; padding-top: 25px; border-top: 1px solid #EDEFF2;',
+
+ 'anchor': 'color: #3869D4;',
+ 'header-1': 'margin-top: 0; color: #2F3133; font-size: 19px; font-weight: bold; text-align: left;',
+ 'paragraph': 'margin-top: 0; color: #74787E; font-size: 16px; line-height: 1.5em;',
+ 'paragraph-sub': 'margin-top: 0; color: #74787E; font-size: 12px; line-height: 1.5em; max-width: 570px; word-wrap: break-word;',
+ 'paragraph-center': 'text-align: center;',
+
+ 'button': 'display: block; display: inline-block; width: 200px; min-height: 20px; padding: 10px; background-color: #3869D4; border-radius: 3px; color: #ffffff; font-size: 15px; line-height: 25px; text-align: center; text-decoration: none; -webkit-text-size-adjust: none;',
+
+ 'button--green': 'background-color: #22BC66;',
+ 'button--red': 'background-color: #dc4d2f;',
+ 'button--blue': 'background-color: #3869D4;'
+ } %}
+
+ {% set fontFamily = 'font-family: Arial, \'Helvetica Neue\', Helvetica, sans-serif;' %}
+ {% set header = setting_value('visiosoft.module.notifications::mail_header') %}
+ {% set footer = setting_value('visiosoft.module.notifications::mail_footer') %}
+
+
+
+
+
+
+
+ {% block logo %}
+ {% if header|length %}
+ {{ header|raw }}
+ {% else %}
+
+
+
+
+ {{ title ?: config('app.name') }}
+
+
+
+ {% endif %}
+ {% endblock %}
+
+ {% block body %}
+
+
+
+
+
+
+
+ {% block greeting %}
+
+
+ {{ greeting ?: (level == 'error' ? 'Whoops!' : 'Hello!') }}
+
+ {% endblock %}
+
+ {% block intro %}
+
+ {% for line in introLines %}
+
+ {% autoescape 'js' %}
+ {{ line|raw }}
+ {% endautoescape %}
+
+ {% endfor %}
+ {% endblock %}
+
+ {% block action %}
+
+ {% if actionText %}
+
+ {% endif %}
+ {% endblock %}
+
+ {% block outro %}
+
+ {% for line in outroLines %}
+
+ {% autoescape 'js' %}
+ {{ line|raw }}
+ {% endautoescape %}
+
+ {% endfor %}
+ {% endblock %}
+
+ {% block salutation %}
+
+
+ {{ salutation ?:'Regards' }}, {{ config('app.name') }}
+
+ {% endblock %}
+
+ {% block subcopy %}
+
+ {% if actionText is defined and actionText is not null %}
+
+
+
+
+ If you’re having trouble clicking the "{{ actionText }}" button, copy and paste the URL below into your web browser:
+
+
+
+
+ {{ actionUrl }}
+
+
+
+
+
+ {% endif %}
+ {% endblock %}
+
+
+
+
+
+ {% endblock %}
+
+ {% block footer %}
+
+
+
+ {% if footer|length %}
+ {{ footer|raw }}
+ {% else %}
+
+
+
+
+ ©
+ {{ 'now'|date('Y') }}
+ {{ config('app.name') }} .
+ {{ trans('visiosoft.module.notifications::field.all_rights_reserved.name') }}.
+
+
+
+
+ {% endif %}
+
+
+ {% endblock %}
+
+
+
+
+
+
diff --git a/resources/default/addons/visiosoft/profile-module/config/permissions.php b/resources/default/addons/visiosoft/profile-module/config/permissions.php
new file mode 100644
index 000000000..934599af3
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/config/permissions.php
@@ -0,0 +1,19 @@
+ [
+ 'read',
+ 'write',
+ 'delete',
+ ],
+ 'education' => [
+ 'read',
+ 'write',
+ 'delete',
+ ],
+ 'education_part' => [
+ 'read',
+ 'write',
+ 'delete',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/config/settings/sections.php b/resources/default/addons/visiosoft/profile-module/config/settings/sections.php
new file mode 100644
index 000000000..6a16c2c00
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/config/settings/sections.php
@@ -0,0 +1,33 @@
+ [
+ 'stacked' => false,
+ 'tabs' => [
+ 'general_setting' => [
+ 'title' => 'visiosoft.module.profile::section.general_setting',
+ 'fields' => [
+ 'show_extends_actions',
+ 'required_district',
+ 'show_my_ads',
+ 'upload_avatar',
+ 'show_tax_office',
+ 'show_checkbox_terms_on_register',
+ 'register_protection_url',
+ 'register_privacy_url',
+ 'hide_register_type_profile',
+ 'show_education_profession',
+ 'education',
+ 'state_of_education',
+ 'profession',
+ ],
+ ],
+ 'recaptcha' => [
+ 'title' => 'visiosoft.module.profile::section.recaptcha',
+ 'fields' => [
+ 'google_captcha_site_key', 'google_captcha_secret_key', 'score_threshold'
+ ],
+ ],
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/config/settings/settings.php b/resources/default/addons/visiosoft/profile-module/config/settings/settings.php
new file mode 100644
index 000000000..a22ba779e
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/config/settings/settings.php
@@ -0,0 +1,85 @@
+ [
+ 'type' => 'anomaly.field_type.boolean',
+ 'config' => [
+ 'default_value' => 1
+ ],
+ ],
+ 'show_my_ads' => [
+ 'type' => 'anomaly.field_type.boolean',
+ 'config' => [
+ 'default_value' => 1
+ ],
+ ],
+ 'show_tax_office' => [
+ 'type' => 'anomaly.field_type.boolean',
+ 'config' => [
+ 'default_value' => true,
+ ],
+ ],
+ 'google_captcha_site_key' => [
+ 'type' => 'anomaly.field_type.text',
+ ],
+ 'google_captcha_secret_key' => [
+ 'type' => 'anomaly.field_type.text',
+ ],
+ "score_threshold" => [
+ "type" => "anomaly.field_type.decimal",
+ "config" => [
+ "default_value" => 0.5,
+ "decimals" => 1,
+ "min" => 0.0,
+ "max" => 1.0,
+ ]
+ ],
+ 'show_checkbox_terms_on_register' => [
+ 'type' => 'anomaly.field_type.boolean',
+ 'config' => [
+ 'default_value' => false,
+ 'mode' => 'checkbox'
+ ]
+ ],
+ 'register_protection_url' => [
+ 'type' => 'anomaly.field_type.url',
+ 'config' => [
+ 'default_value' => '#',
+ ]
+ ],
+ 'register_privacy_url' => [
+ 'type' => 'anomaly.field_type.url',
+ 'config' => [
+ 'default_value' => '#',
+ ]
+ ],
+ 'show_education_profession' => [
+ 'type' => 'anomaly.field_type.boolean',
+ 'config' => [
+ 'default_value' => true,
+ 'mode' => 'checkbox'
+ ]
+ ],
+ 'hide_register_type_profile' => [
+ 'type' => 'anomaly.field_type.boolean',
+ 'config' => [
+ 'default_value' => false,
+ 'mode' => 'checkbox'
+ ]
+ ],
+ "education" => "anomaly.field_type.tags",
+ "state_of_education" => "anomaly.field_type.tags",
+ "profession" => "anomaly.field_type.tags",
+ 'required_district' => [
+ 'type' => 'anomaly.field_type.boolean',
+ 'config' => [
+ 'default_value' => false,
+ ]
+ ],
+ 'show_extends_actions' => [
+ 'type' => 'anomaly.field_type.boolean',
+ 'config' => [
+ 'default_value' => true,
+ ]
+ ],
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/profile-module/lang/af/addon.php b/resources/default/addons/visiosoft/profile-module/lang/af/addon.php
new file mode 100644
index 000000000..caa89c1f2
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/af/addon.php
@@ -0,0 +1,7 @@
+ 'Profiel',
+ 'name' => 'Profielmodule',
+ 'description' => ''
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/af/button.php b/resources/default/addons/visiosoft/profile-module/lang/af/button.php
new file mode 100644
index 000000000..130f8b6e2
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/af/button.php
@@ -0,0 +1,21 @@
+ 'Nuwe profiel',
+ 'new_adress' => 'Nuwe adres',
+ 'show' => 'Wys adres',
+ 'update_password' => 'Wagwoord op te dateer',
+ 'update_profile' => 'Dateer profiel op',
+ 'delete' => 'Vee uit',
+ 'extend' => 'Brei uit',
+ 'extend_all' => 'Brei almal uit',
+ 'extend_unpublished' => 'Brei ongepubliseer uit',
+ 'edit' => 'Wysig',
+ 'go_profile' => 'Gaan na Profieldetail',
+ 'go_user' => 'Gaan na Gebruikerdetail',
+ 'personal' => 'Persoonlik',
+ 'corporate' => 'Korporatief',
+ 'export' => 'Uitvoer',
+ 'new_education' => 'Nuwe onderwys',
+ 'new_education_part' => 'Nuwe Onderwys deel',
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/af/field.php b/resources/default/addons/visiosoft/profile-module/lang/af/field.php
new file mode 100644
index 000000000..4455a5af8
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/af/field.php
@@ -0,0 +1,499 @@
+ [
+ 'name' => 'Foto\'s'
+ ],
+ 'first_name' => [
+ 'name' => 'Eerste naam'
+ ],
+ 'last_name' => [
+ 'name' => 'Van'
+ ],
+ 'username' => [
+ 'name' => 'Gebruikersnaam'
+ ],
+ 'display_name' => [
+ 'name' => 'Vertoonnaam'
+ ],
+ 'email' => [
+ 'name' => 'E-pos adres'
+ ],
+ 'sitename' => [
+ 'name' => 'webbladnaam'
+ ],
+ 'activated' => [
+ 'name' => 'Gebruiker aktief'
+ ],
+ 'enabled' => [
+ 'name' => 'Gebruiker inskakel'
+ ],
+ 'country' => [
+ 'name' => 'Land'
+ ],
+ 'city' => [
+ 'name' => 'Stad'
+ ],
+ 'district' => [
+ 'name' => 'Distrik'
+ ],
+ 'neighborhood' => [
+ 'name' => 'Buurt'
+ ],
+ 'village' => [
+ 'name' => 'Dorp'
+ ],
+ 'gsm_phone' => [
+ 'name' => 'GSM-foon'
+ ],
+ 'land_phone' => [
+ 'name' => 'Land Telefoon'
+ ],
+ 'office_phone' => [
+ 'name' => 'Kantoortelefoon'
+ ],
+ 'register_type' => [
+ 'name' => 'Registreer tipe'
+ ],
+ 'birthday' => [
+ 'name' => 'Verjaarsdag'
+ ],
+ 'facebook_address' => [
+ 'name' => 'Facebook-adres'
+ ],
+ 'google_address' => [
+ 'name' => 'Google-adres'
+ ],
+ 'education' => [
+ 'name' => 'Onderwys'
+ ],
+ 'state_of_education' => [
+ 'name' => 'Toestand van Onderwys'
+ ],
+ 'profession' => [
+ 'name' => 'Beroep'
+ ],
+ 'identification_number' => [
+ 'name' => 'Identifikasie nommer'
+ ],
+ 'adress_name' => [
+ 'name' => 'Adresnaam'
+ ],
+ 'adress_first_name' => [
+ 'name' => 'Eerste naam'
+ ],
+ 'adress_last_name' => [
+ 'name' => 'Van'
+ ],
+ 'actions' => [
+ 'name' => 'Aksies'
+ ],
+ 'adress_content' => [
+ 'name' => 'Adresinhoud'
+ ],
+ 'adress_post_code' => [
+ 'name' => 'Poskode'
+ ],
+ 'adress_gsm_phone' => [
+ 'name' => 'GSM-foon'
+ ],
+ 'adress_land_phone' => [
+ 'name' => 'Land Telefoon'
+ ],
+ 'adress_country' => [
+ 'name' => 'Land'
+ ],
+ 'adress_city' => [
+ 'name' => 'Stad'
+ ],
+ 'adress_district' => [
+ 'name' => 'Distrik'
+ ],
+ 'adress_neighborhood' => [
+ 'name' => 'Buurt'
+ ],
+ 'adress_village' => [
+ 'name' => 'Dorp'
+ ],
+ 'messages' => [
+ 'name' => 'Boodskappe'
+ ],
+ 'user' => [
+ 'name' => 'Gebruiker'
+ ],
+ 'name' => [
+ 'name' => 'Naam'
+ ],
+
+ /*Menu Button*/
+ 'profile' => [
+ 'name' => 'Profiel'
+ ],
+
+ 'create' => [
+ 'name' => 'Skep'
+ ],
+ 'edit' => [
+ 'name' => 'Wysig'
+ ],
+ 'delete' => [
+ 'name' => 'Vee uit'
+ ],
+ 'list' => [
+ 'name' => 'Lys'
+ ],
+ 'menu_address' => [
+ 'name' => 'Adres'
+ ],
+ 'menu_orders' => [
+ 'name' => 'Bestellings'
+ ],
+ 'menu_favorites' => [
+ 'name' => 'Gunstelinge'
+ ],
+ 'menu_archived_ads' => [
+ 'name' => 'Gearchiveerde advertensies'
+ ],
+ 'menu_pending_ads' => [
+ 'name' => 'Hangende goedkeuring'
+ ],
+ 'menu_delete_account' => [
+ 'name' => 'Sluit rekening'
+ ],
+ 'menu_my_ads' => [
+ 'name' => 'My advertensies'
+ ],
+ 'menu_fav_ads' => [
+ 'name' => 'Gunsteling advertensies'
+ ],
+ 'menu_hello_msg' => [
+ 'name' => 'Hallo'
+ ],
+ 'menu_last_msg' => [
+ 'name' => 'U het laas aangemeld by'
+ ],
+ 'menu_packages' => [
+ 'name' => 'My pakkette'
+ ],
+ 'menu_adv_packages' => [
+ 'name' => 'Advertensiepakkette'
+ ],
+ 'menu_time_packages' => [
+ 'name' => 'Tydpakkette'
+ ],
+ 'profile_details' => [
+ 'name' => 'Profielbesonderhede'
+ ],
+ 'profile_photo' => [
+ 'name' => 'Profielfoto'
+ ],
+ 'adv_listing_banner' => [
+ 'name' => 'Advertensie-lys bladsy-banier'
+ ],
+ 'approve' => [
+ 'name' => 'Goedkeur'
+ ],
+ 'approved' => [
+ 'name' => 'Goedgekeur'
+ ],
+ 'pending' => [
+ 'name' => 'Hangende'
+ ],
+ 'passive' => [
+ 'name' => 'Passief'
+ ],
+ 'pending_admin' => [
+ 'name' => 'Hangende'
+ ],
+ 'menu_messages' => [
+ 'name' => 'Boodskappe'
+ ],
+ 'menu_my_purchase' => [
+ 'name' => 'My aankoop'
+ ],
+ 'menu_my_sales' => [
+ 'name' => 'My verkope'
+ ],
+
+ /* Right Dock*/
+ 'right_secure_trading_subject' => [
+ 'name' => 'Veilige handel'
+ ],
+ 'right_secure_trading_msg' => [
+ 'name' => 'Lorem ipsum dolor sit amet, consectetur adipisicing elit'
+ ],
+ 'right_support_subject' => [
+ 'name' => 'Ondersteuning 24/7'
+ ],
+ 'right_support_msg' => [
+ 'name' => 'Lorem ipsum dolor sit amet, consectetur adipisicing elit'
+ ],
+ 'right_easy_trading_subject' => [
+ 'name' => 'Maklike handel'
+ ],
+ 'right_easy_trading_msg' => [
+ 'name' => 'Lorem ipsum dolor sit amet, consectetur adipisicing elit'
+ ],
+ 'right_need_help_subject' => [
+ 'name' => 'Hulp nodig?'
+ ],
+ 'right_need_help_msg' => [
+ 'name' => 'Bel \'n op'
+ ],
+ 'disable_account' => [
+ 'name' => 'Skakel rekening uit'
+ ],
+ 'disable_account_msg' => [
+ 'name' => 'U rekening sal gedeaktiveer word.
+ Hierdie bewerking kan nie ontdoen word nie'
+ ],
+
+ 'message_title' => 'Boodskap titel',
+ 'owner_name' => 'Boodskap',
+
+ 'favorites' => "Gunstelinge",
+ 'fav_advs' => 'Gunsteling advertensies',
+ 'fav_sellers' => "Fav-verkopers",
+ 'fav_searches' => "Fav-soektogte",
+ 'posted_on' => "Gepos op",
+ 'message_details' => "Boodskapbesonderhede",
+ 'adv_no' => 'Advertensie nr',
+ 'bill_address' => [
+ 'name' => 'Wysigingsadres',
+ ],
+ 'delivery_address' => [
+ 'name' => 'Aflewerings adres',
+ ],
+ 'order_total' => [
+ 'name' => 'Totaal',
+ ],
+ 'order_date' => [
+ 'name' => 'Besteldatum',
+ ],
+ 'order_no' => [
+ 'name' => 'Bestel ID',
+ ],
+ 'order_detail' => [
+ 'name' => 'Wys detail',
+ ],
+ /*Detail Page Order*/
+ 'detail' => [
+ 'name' => 'besonderhede',
+ ],
+ 'back' => [
+ 'name' => 'Terug',
+ ],
+ 'image' => [
+ 'name' => 'Beeld',
+ ],
+ 'subject' => [
+ 'name' => 'Vak',
+ ],
+ 'price' => [
+ 'name' => 'Prys',
+ ],
+ 'piece' => [
+ 'name' => 'Stuk',
+ ],
+ 'commission' => [
+ 'name' => 'Kommissie',
+ ],
+ 'total' => [
+ 'name' => 'Totaal',
+ ],
+ 'sub_total' => [
+ 'name' => 'Subtotaal',
+ ],
+ 'sale' => [
+ 'name' => 'Uitverkoping',
+ ],
+ 'awaiting_tracking_number' => [
+ 'name' => 'Wag op dopnommer',
+ ],
+ 'awaiting_payment_approval' => [
+ 'name' => 'Wag op goedkeuring van betaling',
+ ],
+ 'paid' => [
+ 'name' => 'Betaal',
+ ],
+ 'cancelled' => [
+ 'name' => 'Gekanselleer',
+ ],
+ 'waiting' => [
+ 'name' => 'Wag',
+ ],
+ 'awaiting_dispatch' => [
+ 'name' => 'Wag op versending',
+ ],
+ 'shipped' => [
+ 'name' => 'Gestuur',
+ ],
+ 'delivered' => [
+ 'name' => 'Afgelewer',
+ ],
+ 'tracking_number' => [
+ 'name' => 'Dopnommer',
+ ],
+ 'was_delivered' => [
+ 'name' => 'afgelewer is',
+ ],
+ 'not_delivered' => [
+ 'name' => 'nie afgelewer nie',
+ ],
+ 'show_order_msg1' => [
+ 'name' => 'Die transaksie-uitslag sal per pos in kennis gestel word.',
+ ],
+ 'show_order_msg2' => [
+ 'name' => 'Terugbetaling sal gedoen word indien die produk nie binne een week afgelewer word nie.',
+ ],
+ 'show_order_msg3' => [
+ 'name' => 'Die resultaat van die transaksie is na u geregistreerde e-posadres gestuur.',
+ ],
+
+ 'awaiting_payment' => [
+ 'name' => 'Wag vir Betaling',
+ ],
+ 'please_entered_tracking_number' => [
+ 'name' => 'Voer asseblief die dopnommer in',
+ ],
+ 'transport_days' => [
+ 'name' => 'Vervoersdae',
+ ],
+ 'product_not_delivered' => [
+ 'name' => 'Produk nie afgelewer nie',
+ ],
+ 'status' => [
+ 'name' => 'Status',
+ ],
+ 'cancel_sale' => [
+ 'name' => 'Kanselleer verkoping',
+ ],
+ 'send_again' => [
+ 'name' => 'Ek sal weer stuur',
+ ],
+ 'content' => [
+ 'name' => 'Inhoud',
+ ],
+ 'preferences_settings' => [
+ 'name' => 'Voorkeure-instellings',
+ ],
+
+ 'corporate_settings' => [
+ 'name' => 'Korporatiewe instellings',
+ ],
+ 'password' => [
+ 'name' => 'Wagwoord',
+ ],
+ 'old_password' => [
+ 'name' => 'Ou wagwoord',
+ ],
+ 'new_password' => [
+ 'name' => 'Nuwe Wagwoord',
+ ],
+ 're_new_password' => [
+ 'name' => 'Bevestig Wagwoord',
+ ],
+ 'confirm_password_input' => [
+ 'name' => 'Ek bevestig my wagwoordverandering',
+ ],
+ 'create_address' => [
+ 'name' => 'Skep adres',
+ ],
+ 'edit_address' => [
+ 'name' => 'Adres wysig',
+ ],
+ 'balance_limit' => [
+ 'name' => 'Balanslimiet',
+ ],
+ 'active_ads' => [
+ 'name' => 'Aktiewe advertensies',
+ ],
+ 'subscriptions' => [
+ 'name' => 'Intekeninge',
+ ],
+ 'go_subscriptions_page' => [
+ 'name' => 'Gaan na die intekenaarbladsy',
+ ],
+ 'buy_package' => [
+ 'name' => 'Koop pakket',
+ ],
+ 'expired_date' => [
+ 'name' => 'Vervaldatum',
+ ],
+ 'category' => [
+ 'name' => 'Kategorie',
+ ],
+ 'ad_limit' => [
+ 'name' => 'Advertensielimiet',
+ ],
+ 'publish_time' => [
+ 'name' => 'Publiseer tyd',
+ ],
+ 'all_categories' => [
+ 'name' => 'alle kategorieë',
+ ],
+ 'day' => [
+ 'name' => 'Dag',
+ ],
+
+ 'individual' => [
+ 'name' => 'individu',
+ ],
+ 'corporate' => [
+ 'name' => 'Korporatief',
+ ],
+
+ 'details' => [
+ 'name' => 'Besonderhede'
+ ],
+ 'choose' => [
+ 'name' => 'Kies'
+ ],
+ 'my_address' => 'My adres',
+
+ 'company' => [
+ 'name' => 'maatskappynaam'
+ ],
+ 'tax_office' => [
+ 'name' => 'Belasting kantoor'
+ ],
+ 'tax_number' => [
+ 'name' => 'Belastingnommer'
+ ],
+
+ // Profile page
+ 'my_profile' => 'My profiel',
+ 'edit_profile' => 'Wysig profiel',
+ 'edit_details' => 'Wysig besonderhede',
+ 'update' => 'Opdateer',
+ 'change_password' => 'Verander wagwoord',
+ 'choose_an_option' => 'Kies \'n opsie ...',
+ 'change_status' => 'Verander status',
+ 'profile_settings' => 'Profielinstellings',
+ 'profile_detail' => 'Profielbesonderhede',
+
+ // Register page
+ 'accept_terms_label' => 'Ek aanvaar die bepalings.',
+ 'accept_protection_law_label' => 'Ek aanvaar die bepalings van die Wet op' . setting_value('visiosoft.module.profile::register_protection_url') . '"target =" _ blank "> Beskerming van persoonlike data.',
+ 'accept_privacy_terms_label' => 'ek aanvaar' . setting_value('visiosoft.module.profile::register_privacy_url') . '"target =" _ blank "> privaatheidsvoorwaardes.',
+ 'receive_sms_emails_label' => 'Ek wil e-pos en sms\'e ontvang.',
+
+ // Register Type
+ 'personal' => [
+ 'name' => 'Persoonlik'
+ ],
+
+ 'education_part' => [
+ 'name' => 'Toestand van Onderwys'
+ ],
+
+ 'notified_new_updates' => [
+ 'name' => 'Nuwe opdaterings in kennis gestel',
+ ],
+ 'notified_about_ads' => [
+ 'name' => 'In kennis gestel oor advertensies',
+ ],
+ 'receive_messages_email' => [
+ 'name' => 'Ontvang boodskappe per e-pos',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/af/message.php b/resources/default/addons/visiosoft/profile-module/lang/af/message.php
new file mode 100644
index 000000000..8cb25533a
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/af/message.php
@@ -0,0 +1,46 @@
+ "E-pos veld is verpligtend!",
+ "username" => "Gebruikersnaamveld is verpligtend!",
+ "success_update" => "Profielopdatering suksesvol!",
+ "adress_success_update" => "Adresopdatering suksesvol!",
+ "adress_success_create" => "Adres Skep suksesvol!",
+ "login_error" => "Verkeerde aanmelding of wagwoord.",
+ "login_noMail_old_user" => "Die e-posadres wat u ingevoer het, kon nie gevind word nie.",
+ "login_noMail_old_user2" => "Gaan asseblief die e-posadres na en probeer weer.",
+ "login_noMail_old_user3" => "As die probleem voortduur, kontak asseblief 'info@openclassify.com'.",
+ "login_info_old_user" => "'N Nuwe wagwoord is na u e-posadres gestuur.",
+ "success" => "Sukses",
+ "notified_new_updates" => "Ek wil in kennis gestel word van nuwe opdaterings",
+ "notified_about_ads" => "Laat kennisgewings oor my advertensies toe",
+ "receive_messages_email" => "Ek wil boodskappe per e-pos ontvang",
+ "no_packages_module" => "Geen pakketmodule nie!",
+ "required_add"=> "Vul asseblief alle vereiste lyne in.",
+ "no_extend_package" => "Geen verleng advertensie pakkette nie",
+ "saved" => "Gestoor!",
+ 'please_confirm_transaction' => 'Bevestig asseblief die transaksie',
+ 'password_do_not_match' => 'Wagwoorde stem nie ooreen nie',
+ 'your_password_changed' => 'U wagwoord is suksesvol opgedateer',
+ 'error_valid_email_or_phone' => 'Telefoonnommer of e-posadresformaat is nie korrek nie.',
+ 'error_valid_phone' => 'Telefoonnommer-formaat is nie korrek nie.',
+ 'registered_phone' => 'Hierdie telefoonnommer is reeds geregistreer.',
+ 'ajax_address_error' => 'Geen adres of magtig om nie te besigtig nie.',
+ 'empty_password_sms_message' => 'As gevolg van veiligheidskwessies het ons u wagwoord verander! U nuwe wagwoord is:',
+ 'required_all' => "Alle veld is verpligtend!",
+ 'can_not_remove_filled_fields' => "U kan nie gevulde velde verwyder nie!",
+ 'wrong_password' => "Die wagwoord wat u ingevoer het, is nie korrek nie!",
+
+ // Forgot Password
+ 'email_phone_not_found' => 'Die e-pos, telefoonnommer is nie korrek nie!',
+
+ 'disable_account' => 'Wil u u rekening sluit? Hierdie bewerking kan nie ontdoen word nie.',
+
+ // Mail
+ 'update_email_mail_subject' => 'E-pos opgedateer!',
+ 'update_email_mail_message' => 'U e-pos is opgedateer!',
+
+ // Register
+ 'recaptcha_field_is_required' => 'reCaptcha-veld is verpligtend.',
+ 'failed_to_validate_captcha' => 'Kon captcha nie bekragtig nie.',
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/af/permission.php b/resources/default/addons/visiosoft/profile-module/lang/af/permission.php
new file mode 100644
index 000000000..304ce3035
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/af/permission.php
@@ -0,0 +1,36 @@
+ [
+ 'name' => 'Profiel',
+ 'option' => [
+ 'read' => 'Kan profiel lees?',
+ 'write' => 'Kan u profiel skep / wysig?',
+ 'delete' => 'Kan profiel verwyder word?',
+ ],
+ ],
+ 'adress' => [
+ 'name' => 'Adres',
+ 'option' => [
+ 'read' => 'Kan adres gelees word?',
+ 'write' => 'Kan adres skep / wysig?',
+ 'delete' => 'Kan adres verwyder word?',
+ ],
+ ],
+ 'education' => [
+ 'name' => 'Onderwys',
+ 'option' => [
+ 'read' => 'Kan u onderwys lees?',
+ 'write' => 'Kan onderwys skep / wysig?',
+ 'delete' => 'Kan onderwys verwyder?',
+ ],
+ ],
+ 'education_part' => [
+ 'name' => 'Onderwysdeel',
+ 'option' => [
+ 'read' => 'Kan leesonderwys deel maak?',
+ 'write' => 'Kan \'n onderwysonderdeel skep / wysig?',
+ 'delete' => 'Kan onderriggedeelte verwyder word?',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/af/section.php b/resources/default/addons/visiosoft/profile-module/lang/af/section.php
new file mode 100644
index 000000000..d19cc2433
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/af/section.php
@@ -0,0 +1,18 @@
+ [
+ 'title' => 'Profiel',
+ ],
+ 'adress' => [
+ 'title' => 'Adres',
+ ],
+ 'general_setting' => 'Algemene instellings',
+ 'recaptcha' => 'reCAPTCHA',
+ 'education' => [
+ 'title' => 'Onderwys',
+ ],
+ 'education_part' => [
+ 'title' => 'Onderwysdeel',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/af/setting.php b/resources/default/addons/visiosoft/profile-module/lang/af/setting.php
new file mode 100644
index 000000000..9a48fd419
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/af/setting.php
@@ -0,0 +1,58 @@
+ [
+ 'name' => 'Wys my advertensie-oortjie',
+ ],
+ 'upload_avatar' => [
+ 'name' => 'Avatar oplaai',
+ ],
+ 'show_tax_office' => [
+ 'name' => 'Toon belastingkantoorveld',
+ ],
+ 'show_checkbox_terms_on_register' => [
+ 'name' => 'Wys Checkbox-bepalings in die register',
+ 'instructions' => 'Toon die "Aanvaar term", "beskermingswet", "privaatheidsterm", "sms en e-pos" op die registervorm'
+ ],
+ 'register_protection_url' => [
+ 'name' => 'Registreer beskermings-URL',
+ ],
+ 'register_privacy_url' => [
+ 'name' => 'Registreer privaatheids-URL',
+ ],
+ 'show_education_profession' => [
+ 'name' => 'Toon onderwys- en beroepsveld',
+ 'instructions' => 'Toon die "Onderwys", "Toestand van Onderwys" en "Beroep" op die profielbewerkingsbladsy'
+ ],
+ 'google_captcha_site_key' => [
+ 'name' => 'Google Captcha-werfsleutel',
+ ],
+ 'google_captcha_secret_key' => [
+ 'name' => 'Google Captcha geheime sleutel',
+ ],
+ 'score_threshold' => [
+ 'name' => 'Tellingdrempel',
+ 'instructions' => '\'N Waarde tussen 0 en 1. Hoe hoër die drempel, hoe strenger is ReCaptcha om te probeer bepaal of \'n gebruiker \'n bot is of nie.',
+ ],
+ 'education' => [
+ 'name' => 'Onderwys'
+ ],
+ 'state_of_education' => [
+ 'name' => 'Toestand van Onderwys'
+ ],
+ 'profession' => [
+ 'name' => 'Beroep'
+ ],
+ 'hide_register_type_profile' => [
+ 'name' => 'Versteek die tipe register in die profielblad',
+ 'instructions' => 'Versteek die veld van die registertipe op die profielbewerkingsbladsy.',
+ ],
+ 'required_district' => [
+ 'name' => 'Vereiste distrik',
+ 'instructions' => 'Die byvoeging van \'n adres verteenwoordig die distriksverpligting.',
+ ],
+ 'show_extends_actions' => [
+ 'name' => 'Wys verleng aksies',
+ 'instructions' => 'Verteenwoordig die Uitbreidings-opsies wat beskikbaar is op die bladsy met my profiel-advertensies.',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/af/stream.php b/resources/default/addons/visiosoft/profile-module/lang/af/stream.php
new file mode 100644
index 000000000..f9ec8b112
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/af/stream.php
@@ -0,0 +1,16 @@
+ [
+ 'name' => 'Profiel',
+ ],
+ 'adress' => [
+ 'name' => 'Adres',
+ ],
+ 'education' => [
+ 'name' => 'Onderwys',
+ ],
+ 'education_part' => [
+ 'name' => 'Onderwysdeel',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/ar/addon.php b/resources/default/addons/visiosoft/profile-module/lang/ar/addon.php
new file mode 100644
index 000000000..1586e8229
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/ar/addon.php
@@ -0,0 +1,7 @@
+ 'الملف الشخصي',
+ 'name' => 'وحدة الملف الشخصي',
+ 'description' => ''
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/ar/button.php b/resources/default/addons/visiosoft/profile-module/lang/ar/button.php
new file mode 100644
index 000000000..9a694f985
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/ar/button.php
@@ -0,0 +1,21 @@
+ 'الملف الشخصي الجديد',
+ 'new_adress' => 'عنوان جديد',
+ 'show' => 'إظهار العنوان',
+ 'update_password' => 'تطوير كلمة السر',
+ 'update_profile' => 'تحديث الملف',
+ 'delete' => 'حذف',
+ 'extend' => 'تمديد',
+ 'extend_all' => 'تمديد الكل',
+ 'extend_unpublished' => 'تمديد غير منشور',
+ 'edit' => 'تعديل',
+ 'go_profile' => 'الذهاب إلى تفاصيل الملف الشخصي',
+ 'go_user' => 'انتقل إلى تفاصيل المستخدم',
+ 'personal' => 'شخصي',
+ 'corporate' => 'الشركات',
+ 'export' => 'تصدير',
+ 'new_education' => 'تعليم جديد',
+ 'new_education_part' => 'جزء التعليم الجديد',
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/ar/field.php b/resources/default/addons/visiosoft/profile-module/lang/ar/field.php
new file mode 100644
index 000000000..99304b59a
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/ar/field.php
@@ -0,0 +1,498 @@
+ [
+ 'name' => 'الصور'
+ ],
+ 'first_name' => [
+ 'name' => 'الاسم الاول'
+ ],
+ 'last_name' => [
+ 'name' => 'الكنية'
+ ],
+ 'username' => [
+ 'name' => 'اسم المستخدم'
+ ],
+ 'display_name' => [
+ 'name' => 'اسم العرض'
+ ],
+ 'email' => [
+ 'name' => 'عنوان البريد الإلكتروني'
+ ],
+ 'sitename' => [
+ 'name' => 'اسم الموقع'
+ ],
+ 'activated' => [
+ 'name' => 'مستخدم نشط'
+ ],
+ 'enabled' => [
+ 'name' => 'تمكين المستخدم'
+ ],
+ 'country' => [
+ 'name' => 'بلد'
+ ],
+ 'city' => [
+ 'name' => 'مدينة'
+ ],
+ 'district' => [
+ 'name' => 'منطقة'
+ ],
+ 'neighborhood' => [
+ 'name' => 'حي'
+ ],
+ 'village' => [
+ 'name' => 'قرية'
+ ],
+ 'gsm_phone' => [
+ 'name' => 'رقم هاتف GSM'
+ ],
+ 'land_phone' => [
+ 'name' => 'رقم الهاتف الأرض'
+ ],
+ 'office_phone' => [
+ 'name' => 'رقم هاتف المكتب'
+ ],
+ 'register_type' => [
+ 'name' => 'نوع السجل'
+ ],
+ 'birthday' => [
+ 'name' => 'عيد ميلاد'
+ ],
+ 'facebook_address' => [
+ 'name' => 'عنوان Facebook'
+ ],
+ 'google_address' => [
+ 'name' => 'عنوان Google'
+ ],
+ 'education' => [
+ 'name' => 'التعليم'
+ ],
+ 'state_of_education' => [
+ 'name' => 'حالة التعليم'
+ ],
+ 'profession' => [
+ 'name' => 'مهنة'
+ ],
+ 'identification_number' => [
+ 'name' => 'رقم الهوية'
+ ],
+ 'adress_name' => [
+ 'name' => 'اسم العنوان'
+ ],
+ 'adress_first_name' => [
+ 'name' => 'الاسم الاول'
+ ],
+ 'adress_last_name' => [
+ 'name' => 'الكنية'
+ ],
+ 'actions' => [
+ 'name' => 'أفعال'
+ ],
+ 'adress_content' => [
+ 'name' => 'عنوان المحتوى'
+ ],
+ 'adress_post_code' => [
+ 'name' => 'الرمز البريدي'
+ ],
+ 'adress_gsm_phone' => [
+ 'name' => 'جي إس إم الهاتف'
+ ],
+ 'adress_land_phone' => [
+ 'name' => 'هاتف أرضي'
+ ],
+ 'adress_country' => [
+ 'name' => 'بلد'
+ ],
+ 'adress_city' => [
+ 'name' => 'مدينة'
+ ],
+ 'adress_district' => [
+ 'name' => 'منطقة'
+ ],
+ 'adress_neighborhood' => [
+ 'name' => 'حي'
+ ],
+ 'adress_village' => [
+ 'name' => 'قرية'
+ ],
+ 'messages' => [
+ 'name' => 'رسائل'
+ ],
+ 'user' => [
+ 'name' => 'المستعمل'
+ ],
+ 'name' => [
+ 'name' => 'اسم'
+ ],
+
+ /*Menu Button*/
+ 'profile' => [
+ 'name' => 'الملف الشخصي'
+ ],
+
+ 'create' => [
+ 'name' => 'خلق'
+ ],
+ 'edit' => [
+ 'name' => 'تصحيح'
+ ],
+ 'delete' => [
+ 'name' => 'حذف'
+ ],
+ 'list' => [
+ 'name' => 'قائمة'
+ ],
+ 'menu_address' => [
+ 'name' => 'عنوان'
+ ],
+ 'menu_orders' => [
+ 'name' => 'أوامر'
+ ],
+ 'menu_favorites' => [
+ 'name' => 'المفضلة'
+ ],
+ 'menu_archived_ads' => [
+ 'name' => 'الإعلانات المؤرشفة'
+ ],
+ 'menu_pending_ads' => [
+ 'name' => 'ما زال يحتاج بتصدير'
+ ],
+ 'menu_delete_account' => [
+ 'name' => 'حساب مغلق'
+ ],
+ 'menu_my_ads' => [
+ 'name' => 'إعلاناتي'
+ ],
+ 'menu_fav_ads' => [
+ 'name' => 'الإعلانات المفضلة'
+ ],
+ 'menu_hello_msg' => [
+ 'name' => 'مرحبا'
+ ],
+ 'menu_last_msg' => [
+ 'name' => 'لقد سجلت آخر مرة في'
+ ],
+ 'menu_packages' => [
+ 'name' => 'حزم بلدي'
+ ],
+ 'menu_adv_packages' => [
+ 'name' => 'حزم الإعلانات'
+ ],
+ 'menu_time_packages' => [
+ 'name' => 'حزم الوقت'
+ ],
+ 'profile_details' => [
+ 'name' => 'تفاصيل الملف الشخصي'
+ ],
+ 'profile_photo' => [
+ 'name' => 'صورة الملف الشخصي'
+ ],
+ 'adv_listing_banner' => [
+ 'name' => 'إعلان صفحة قائمة الإعلانات'
+ ],
+ 'approve' => [
+ 'name' => 'يوافق'
+ ],
+ 'approved' => [
+ 'name' => 'وافق'
+ ],
+ 'pending' => [
+ 'name' => 'قيد الانتظار'
+ ],
+ 'passive' => [
+ 'name' => 'مبني للمجهول'
+ ],
+ 'pending_admin' => [
+ 'name' => 'قيد الانتظار'
+ ],
+ 'menu_messages' => [
+ 'name' => 'رسائل'
+ ],
+ 'menu_my_purchase' => [
+ 'name' => 'شراء بلدي'
+ ],
+ 'menu_my_sales' => [
+ 'name' => 'مبيعاتي'
+ ],
+
+ /* Right Dock*/
+ 'right_secure_trading_subject' => [
+ 'name' => 'تجارة آمنة'
+ ],
+ 'right_secure_trading_msg' => [
+ 'name' => 'Lorem ipsum dolor sit amet، consectetur adipisicing elit'
+ ],
+ 'right_support_subject' => [
+ 'name' => '24/7 الدعم'
+ ],
+ 'right_support_msg' => [
+ 'name' => 'Lorem ipsum dolor sit amet، consectetur adipisicing elit'
+ ],
+ 'right_easy_trading_subject' => [
+ 'name' => 'سهل التداول'
+ ],
+ 'right_easy_trading_msg' => [
+ 'name' => 'Lorem ipsum dolor sit amet، consectetur adipisicing elit'
+ ],
+ 'right_need_help_subject' => [
+ 'name' => 'تحتاج مساعدة؟'
+ ],
+ 'right_need_help_msg' => [
+ 'name' => 'إعطاء دعوة على'
+ ],
+ 'disable_account' => [
+ 'name' => 'تعطيل الحساب'
+ ],
+ 'disable_account_msg' => [
+ 'name' => 'سيتم تعطيل حسابك. هذه العملية لا يمكن التراجع عنها'
+ ],
+
+ 'message_title' => 'عنوان الرسالة',
+ 'owner_name' => 'رسالة',
+
+ 'favorites' => "المفضلة",
+ 'fav_advs' => 'الإعلانات المفضلة',
+ 'fav_sellers' => "الصوت العربي الحر البائعين",
+ 'fav_searches' => "عمليات البحث المفضلة",
+ 'posted_on' => "نشر على",
+ 'message_details' => "تفاصيل الرسالة",
+ 'adv_no' => 'رقم الإعلان',
+ 'bill_address' => [
+ 'name' => 'عنوان الفاتورة',
+ ],
+ 'delivery_address' => [
+ 'name' => 'عنوان التسليم',
+ ],
+ 'order_total' => [
+ 'name' => 'مجموع',
+ ],
+ 'order_date' => [
+ 'name' => 'تاريخ الطلب',
+ ],
+ 'order_no' => [
+ 'name' => 'رقم التعريف الخاص بالطلب',
+ ],
+ 'order_detail' => [
+ 'name' => 'أظهر تفاصيل',
+ ],
+ /*Detail Page Order*/
+ 'detail' => [
+ 'name' => 'التفاصيل',
+ ],
+ 'back' => [
+ 'name' => 'الى الخلف',
+ ],
+ 'image' => [
+ 'name' => 'صورة',
+ ],
+ 'subject' => [
+ 'name' => 'موضوع',
+ ],
+ 'price' => [
+ 'name' => 'السعر',
+ ],
+ 'piece' => [
+ 'name' => 'قطعة',
+ ],
+ 'commission' => [
+ 'name' => 'عمولة',
+ ],
+ 'total' => [
+ 'name' => 'مجموع',
+ ],
+ 'sub_total' => [
+ 'name' => 'المجموع الفرعي',
+ ],
+ 'sale' => [
+ 'name' => 'تخفيض السعر',
+ ],
+ 'awaiting_tracking_number' => [
+ 'name' => 'في انتظار رقم التتبع',
+ ],
+ 'awaiting_payment_approval' => [
+ 'name' => 'في انتظار الموافقة على الدفع',
+ ],
+ 'paid' => [
+ 'name' => 'دفع',
+ ],
+ 'cancelled' => [
+ 'name' => 'ألغيت',
+ ],
+ 'waiting' => [
+ 'name' => 'انتظار',
+ ],
+ 'awaiting_dispatch' => [
+ 'name' => 'في انتظار الإرسال',
+ ],
+ 'shipped' => [
+ 'name' => 'شحنها',
+ ],
+ 'delivered' => [
+ 'name' => 'تم التوصيل',
+ ],
+ 'tracking_number' => [
+ 'name' => 'رقم التعقب',
+ ],
+ 'was_delivered' => [
+ 'name' => 'تم تسليمها',
+ ],
+ 'not_delivered' => [
+ 'name' => 'لم يتم تسليمها',
+ ],
+ 'show_order_msg1' => [
+ 'name' => 'سيتم إخطار نتيجة المعاملة عن طريق البريد.',
+ ],
+ 'show_order_msg2' => [
+ 'name' => 'سيتم استرداد المبلغ المدفوع إذا لم يتم تسليم المنتج خلال أسبوع واحد.',
+ ],
+ 'show_order_msg3' => [
+ 'name' => 'تم إرسال نتيجة المعاملة إلى عنوان بريدك الإلكتروني المسجل.',
+ ],
+
+ 'awaiting_payment' => [
+ 'name' => 'انتظار الدفع',
+ ],
+ 'please_entered_tracking_number' => [
+ 'name' => 'الرجاء إدخال رقم التتبع',
+ ],
+ 'transport_days' => [
+ 'name' => 'أيام النقل',
+ ],
+ 'product_not_delivered' => [
+ 'name' => 'المنتج لم يتم تسليمه',
+ ],
+ 'status' => [
+ 'name' => 'الحالة',
+ ],
+ 'cancel_sale' => [
+ 'name' => 'إلغاء بيع',
+ ],
+ 'send_again' => [
+ 'name' => 'سوف أعيد ألإرسال',
+ ],
+ 'content' => [
+ 'name' => 'يحتوى',
+ ],
+ 'preferences_settings' => [
+ 'name' => 'تفضيلات الإعدادات',
+ ],
+
+ 'corporate_settings' => [
+ 'name' => 'إعدادات الشركات',
+ ],
+ 'password' => [
+ 'name' => 'كلمه السر',
+ ],
+ 'old_password' => [
+ 'name' => 'كلمة المرور القديمة',
+ ],
+ 'new_password' => [
+ 'name' => 'كلمة السر الجديدة',
+ ],
+ 're_new_password' => [
+ 'name' => 'تأكيد كلمة المرور',
+ ],
+ 'confirm_password_input' => [
+ 'name' => 'أؤكد تغيير كلمة المرور الخاصة بي',
+ ],
+ 'create_address' => [
+ 'name' => 'إنشاء العنوان',
+ ],
+ 'edit_address' => [
+ 'name' => 'تعديل العنوان',
+ ],
+ 'balance_limit' => [
+ 'name' => 'حد الرصيد',
+ ],
+ 'active_ads' => [
+ 'name' => 'إعلانات نشطة',
+ ],
+ 'subscriptions' => [
+ 'name' => 'الاشتراكات',
+ ],
+ 'go_subscriptions_page' => [
+ 'name' => 'انتقل إلى صفحة الاشتراكات',
+ ],
+ 'buy_package' => [
+ 'name' => 'شراء حزمة',
+ ],
+ 'expired_date' => [
+ 'name' => 'منتهي الصلاحية',
+ ],
+ 'category' => [
+ 'name' => 'الفئة',
+ ],
+ 'ad_limit' => [
+ 'name' => 'حد الإعلان',
+ ],
+ 'publish_time' => [
+ 'name' => 'نشر الوقت',
+ ],
+ 'all_categories' => [
+ 'name' => 'جميع الفئات',
+ ],
+ 'day' => [
+ 'name' => 'يوم',
+ ],
+
+ 'individual' => [
+ 'name' => 'فرد',
+ ],
+ 'corporate' => [
+ 'name' => 'الشركات',
+ ],
+
+ 'details' => [
+ 'name' => 'تفاصيل'
+ ],
+ 'choose' => [
+ 'name' => 'أختر'
+ ],
+ 'my_address' => 'عنواني',
+
+ 'company' => [
+ 'name' => 'اسم الشركة'
+ ],
+ 'tax_office' => [
+ 'name' => 'مكتب الضرائب'
+ ],
+ 'tax_number' => [
+ 'name' => 'الرقم الضريبي'
+ ],
+
+ // Profile page
+ 'my_profile' => 'ملفي',
+ 'edit_profile' => 'تعديل الملف الشخصي',
+ 'edit_details' => 'عدل التفاصيل',
+ 'update' => 'تحديث',
+ 'change_password' => 'غير كلمة السر',
+ 'choose_an_option' => 'إختر خيار...',
+ 'change_status' => 'تغيير الوضع',
+ 'profile_settings' => 'إعدادات الملف الشخصي',
+ 'profile_detail' => 'تفاصيل الملف الشخصي',
+
+ // Register page
+ 'accept_terms_label' => 'أوافق على شروط.',
+ 'accept_protection_law_label' => 'أوافق على شروط قانون' . setting_value('visiosoft.module.profile::register_protection_url') . '"target =" _ blank "> حماية البيانات الشخصية',
+ 'accept_privacy_terms_label' => 'انا موافق' . setting_value('visiosoft.module.profile::register_privacy_url') . '"target =" _ blank "> شروط الخصوصية.',
+ 'receive_sms_emails_label' => 'أرغب في تلقي البريد الإلكتروني والرسائل القصيرة.',
+
+ // Register Type
+ 'personal' => [
+ 'name' => 'شخصي'
+ ],
+
+ 'education_part' => [
+ 'name' => 'حالة التعليم'
+ ],
+
+ 'notified_new_updates' => [
+ 'name' => 'التحديثات الجديدة التي تم إخطارها',
+ ],
+ 'notified_about_ads' => [
+ 'name' => 'أخطرت عن الإعلانات',
+ ],
+ 'receive_messages_email' => [
+ 'name' => 'تلقي رسائل البريد الإلكتروني',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/ar/message.php b/resources/default/addons/visiosoft/profile-module/lang/ar/message.php
new file mode 100644
index 000000000..68a0d7986
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/ar/message.php
@@ -0,0 +1,46 @@
+ "حقل البريد الإلكتروني مطلوب!",
+ "username" => "اسم المستخدم حقل مطلوب!",
+ "success_update" => "تحديث الملف الشخصي بنجاح!",
+ "adress_success_update" => "تحديث العنوان بنجاح!",
+ "adress_success_create" => "إنشاء عنوان بنجاح!",
+ "login_error" => "تسجيل الدخول أو كلمة سر خاطئة.",
+ "login_noMail_old_user" => "لا يمكن العثور على عنوان البريد الإلكتروني الذي أدخلته.",
+ "login_noMail_old_user2" => "يرجى التحقق من عنوان البريد الإلكتروني والمحاولة مرة أخرى.",
+ "login_noMail_old_user3" => "إذا استمرت المشكلة ، يرجى الاتصال على \\'info@openclassify.com\\'.",
+ "login_info_old_user" => "تم إرسال كلمة مرور جديدة إلى عنوان البريد الإلكتروني الخاص بك.",
+ "success" => "نجاح",
+ "notified_new_updates" => "أريد أن يتم إخباري بالتحديثات الجديدة",
+ "notified_about_ads" => "السماح بالإشعارات حول إعلاناتي",
+ "receive_messages_email" => "أريد تلقي الرسائل كبريد إلكتروني",
+ "no_packages_module" => "لا الحزم وحدة!",
+ "required_add"=> "يرجى ملء جميع الخطوط المطلوبة.",
+ "no_extend_package" => "لا تمديد حزم الإعلانات",
+ "saved" => "تم الحفظ!",
+ 'please_confirm_transaction' => 'يرجى تأكيد المعاملة',
+ 'password_do_not_match' => 'كلمة المرور غير مطابقة',
+ 'your_password_changed' => 'تم تحديث كلمة مرورك بنجاح',
+ 'error_valid_email_or_phone' => 'رقم الهاتف أو تنسيق عنوان البريد الإلكتروني غير صحيح.',
+ 'error_valid_phone' => 'تنسيق رقم الهاتف غير صحيح.',
+ 'registered_phone' => 'تم تسجيل رقم الهاتف هذا بالفعل.',
+ 'ajax_address_error' => 'لا يوجد عنوان أو غير مصرح له بالمشاهدة.',
+ 'empty_password_sms_message' => 'نظرًا لمشاكل الأمان ، قمنا بتغيير كلمة المرور الخاصة بك! كلمة المرور الجديدة:',
+ 'required_all' => "كل الحقول مطلوبة!",
+ 'can_not_remove_filled_fields' => "لا يمكنك إزالة الحقول المملوءة!",
+ 'wrong_password' => "كلمة المرور التي أدخلتها غير صحيحة!",
+
+ // Forgot Password
+ 'email_phone_not_found' => 'البريد الإلكتروني ، رقم الهاتف غير صحيح!',
+
+ 'disable_account' => 'هل تريد إغلاق حسابك؟ هذه العملية لا يمكن التراجع عنها.',
+
+ // Mail
+ 'update_email_mail_subject' => 'تم تحديث البريد الإلكتروني!',
+ 'update_email_mail_message' => 'تم تحديث بريدك الإلكتروني!',
+
+ // Register
+ 'recaptcha_field_is_required' => 'حقل reCaptcha مطلوب.',
+ 'failed_to_validate_captcha' => 'فشل التحقق من صحة captcha.',
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/ar/permission.php b/resources/default/addons/visiosoft/profile-module/lang/ar/permission.php
new file mode 100644
index 000000000..18cea5f42
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/ar/permission.php
@@ -0,0 +1,36 @@
+ [
+ 'name' => 'الملف الشخصي',
+ 'option' => [
+ 'read' => 'يمكن قراءة الملف الشخصي؟ ',
+ 'write' => 'يمكن إنشاء / تحرير الملف الشخصي؟ ',
+ 'delete' => 'يمكن حذف الملف الشخصي؟',
+ ],
+ ],
+ 'adress' => [
+ 'name' => 'عنوان',
+ 'option' => [
+ 'read' => 'يمكن قراءة العنوان؟ ',
+ 'write' => 'يمكن إنشاء / تعديل العنوان؟ ',
+ 'delete' => 'يمكن حذف العنوان؟',
+ ],
+ ],
+ 'education' => [
+ 'name' => 'التعليم',
+ 'option' => [
+ 'read' => 'هل تستطيع قراءة التعليم؟',
+ 'write' => 'يمكن إنشاء / تعديل التعليم؟',
+ 'delete' => 'هل يمكن حذف التعليم؟',
+ ],
+ ],
+ 'education_part' => [
+ 'name' => 'جزء التعليم',
+ 'option' => [
+ 'read' => 'يمكن قراءة جزء التعليم؟',
+ 'write' => 'يمكن إنشاء / تحرير جزء التعليم؟',
+ 'delete' => 'يمكن حذف جزء التعليم؟',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/ar/section.php b/resources/default/addons/visiosoft/profile-module/lang/ar/section.php
new file mode 100644
index 000000000..17aa6bf3e
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/ar/section.php
@@ -0,0 +1,18 @@
+ [
+ 'title' => 'الملف الشخصي',
+ ],
+ 'adress' => [
+ 'title' => 'عنوان',
+ ],
+ 'general_setting' => 'الاعدادات العامة',
+ 'recaptcha' => 'reCAPTCHA',
+ 'education' => [
+ 'title' => 'التعليم',
+ ],
+ 'education_part' => [
+ 'title' => 'جزء التعليم',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/ar/setting.php b/resources/default/addons/visiosoft/profile-module/lang/ar/setting.php
new file mode 100644
index 000000000..0d0ba6d48
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/ar/setting.php
@@ -0,0 +1,58 @@
+ [
+ 'name' => 'إظهار علامة تبويب إعلاناتي',
+ ],
+ 'upload_avatar' => [
+ 'name' => 'الصورة الرمزية تحميل',
+ ],
+ 'show_tax_office' => [
+ 'name' => 'إظهار حقل مكتب الضرائب',
+ ],
+ 'show_checkbox_terms_on_register' => [
+ 'name' => 'إظهار شروط خانة الاختيار في التسجيل',
+ 'instructions' => 'أظهر "قبول مصطلح" ، "قانون الحماية" ، "مصطلح الخصوصية" ، "الرسائل القصيرة والبريد الإلكتروني" في نموذج التسجيل'
+ ],
+ 'register_protection_url' => [
+ 'name' => 'تسجيل URL الحماية',
+ ],
+ 'register_privacy_url' => [
+ 'name' => 'تسجيل URL الخصوصية',
+ ],
+ 'show_education_profession' => [
+ 'name' => 'إظهار مجالات التعليم والمهنة',
+ 'instructions' => 'اعرض "التعليم" و "حالة التعليم" و "المهنة" في صفحة تعديل الملف الشخصي'
+ ],
+ 'google_captcha_site_key' => [
+ 'name' => 'مفتاح موقع Google Captcha',
+ ],
+ 'google_captcha_secret_key' => [
+ 'name' => 'مفتاح Google Captcha السري',
+ ],
+ 'score_threshold' => [
+ 'name' => 'عتبة النتيجة',
+ 'instructions' => 'قيمة بين 0 و 1. كلما زادت العتبة ، زادت صرامة ReCaptcha في محاولة تحديد ما إذا كان المستخدم روبوتًا أم لا.',
+ ],
+ 'education' => [
+ 'name' => 'التعليم'
+ ],
+ 'state_of_education' => [
+ 'name' => 'حالة التعليم'
+ ],
+ 'profession' => [
+ 'name' => 'مهنة'
+ ],
+ 'hide_register_type_profile' => [
+ 'name' => 'إخفاء نوع التسجيل في صفحة الملف الشخصي',
+ 'instructions' => 'يخفي حقل نوع التسجيل في صفحة تحرير الملف الشخصي.',
+ ],
+ 'required_district' => [
+ 'name' => 'المنطقة المطلوبة',
+ 'instructions' => 'إضافة عنوان يمثل التزام المنطقة.',
+ ],
+ 'show_extends_actions' => [
+ 'name' => 'إظهار يمتد الإجراءات',
+ 'instructions' => 'يمثل خيارات الامتداد المتوفرة في صفحة إعلانات ملفي الشخصي.',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/ar/stream.php b/resources/default/addons/visiosoft/profile-module/lang/ar/stream.php
new file mode 100644
index 000000000..e1515760d
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/ar/stream.php
@@ -0,0 +1,16 @@
+ [
+ 'name' => 'الملف الشخصي',
+ ],
+ 'adress' => [
+ 'name' => 'عنوان',
+ ],
+ 'education' => [
+ 'name' => 'التعليم',
+ ],
+ 'education_part' => [
+ 'name' => 'جزء التعليم',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/az/addon.php b/resources/default/addons/visiosoft/profile-module/lang/az/addon.php
new file mode 100644
index 000000000..33d8def45
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/az/addon.php
@@ -0,0 +1,7 @@
+ 'Profil',
+ 'name' => 'Profil Modulu',
+ 'description' => ''
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/az/button.php b/resources/default/addons/visiosoft/profile-module/lang/az/button.php
new file mode 100644
index 000000000..4511043a1
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/az/button.php
@@ -0,0 +1,21 @@
+ 'Yeni profil',
+ 'new_adress' => 'Yeni Ünvan',
+ 'show' => 'Ünvanı göstər',
+ 'update_password' => 'Parolu yeniləyin',
+ 'update_profile' => 'Profili yeniləyin',
+ 'delete' => 'Silin',
+ 'extend' => 'Uzatmaq',
+ 'extend_all' => 'Hamısını genişləndirin',
+ 'extend_unpublished' => 'Genişləndirin Nəşr olunmayıb',
+ 'edit' => 'Redaktə edin',
+ 'go_profile' => 'Profil təfərrüatlarına keçin',
+ 'go_user' => 'İstifadəçi təfərrüatlarına keçin',
+ 'personal' => 'Şəxsi',
+ 'corporate' => 'Korporativ',
+ 'export' => 'İxrac',
+ 'new_education' => 'Yeni Təhsil',
+ 'new_education_part' => 'Yeni Təhsil hissəsi',
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/az/field.php b/resources/default/addons/visiosoft/profile-module/lang/az/field.php
new file mode 100644
index 000000000..0528298b2
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/az/field.php
@@ -0,0 +1,499 @@
+ [
+ 'name' => 'Şəkillər'
+ ],
+ 'first_name' => [
+ 'name' => 'Ad'
+ ],
+ 'last_name' => [
+ 'name' => 'Soyad'
+ ],
+ 'username' => [
+ 'name' => 'İstifadəçi adı'
+ ],
+ 'display_name' => [
+ 'name' => 'Ekran Adı'
+ ],
+ 'email' => [
+ 'name' => 'Elektron poçt ÜNVANI'
+ ],
+ 'sitename' => [
+ 'name' => 'sitename'
+ ],
+ 'activated' => [
+ 'name' => 'İstifadəçi aktivdir'
+ ],
+ 'enabled' => [
+ 'name' => 'İstifadəçi aktivdir'
+ ],
+ 'country' => [
+ 'name' => 'Ölkə'
+ ],
+ 'city' => [
+ 'name' => 'Şəhər'
+ ],
+ 'district' => [
+ 'name' => 'Rayon'
+ ],
+ 'neighborhood' => [
+ 'name' => 'Qonşuluq'
+ ],
+ 'village' => [
+ 'name' => 'Kənd'
+ ],
+ 'gsm_phone' => [
+ 'name' => 'GSM Telefon'
+ ],
+ 'land_phone' => [
+ 'name' => 'Torpaq Telefonu'
+ ],
+ 'office_phone' => [
+ 'name' => 'Ofis Telefonu'
+ ],
+ 'register_type' => [
+ 'name' => 'Qeyd Növü'
+ ],
+ 'birthday' => [
+ 'name' => 'Ad günü'
+ ],
+ 'facebook_address' => [
+ 'name' => 'Facebook ünvanı'
+ ],
+ 'google_address' => [
+ 'name' => 'Google ünvanı'
+ ],
+ 'education' => [
+ 'name' => 'Təhsil'
+ ],
+ 'state_of_education' => [
+ 'name' => 'Təhsil vəziyyəti'
+ ],
+ 'profession' => [
+ 'name' => 'Peşə'
+ ],
+ 'identification_number' => [
+ 'name' => 'İdentifikasiya nömrəsi'
+ ],
+ 'adress_name' => [
+ 'name' => 'Adres Adı'
+ ],
+ 'adress_first_name' => [
+ 'name' => 'Ad'
+ ],
+ 'adress_last_name' => [
+ 'name' => 'Soyad'
+ ],
+ 'actions' => [
+ 'name' => 'Tədbirlər'
+ ],
+ 'adress_content' => [
+ 'name' => 'Məzmun ünvanı'
+ ],
+ 'adress_post_code' => [
+ 'name' => 'Poçt kodu'
+ ],
+ 'adress_gsm_phone' => [
+ 'name' => 'Gsm Telefon'
+ ],
+ 'adress_land_phone' => [
+ 'name' => 'Torpaq Telefonu'
+ ],
+ 'adress_country' => [
+ 'name' => 'Ölkə'
+ ],
+ 'adress_city' => [
+ 'name' => 'Şəhər'
+ ],
+ 'adress_district' => [
+ 'name' => 'Rayon'
+ ],
+ 'adress_neighborhood' => [
+ 'name' => 'Qonşuluq'
+ ],
+ 'adress_village' => [
+ 'name' => 'Kənd'
+ ],
+ 'messages' => [
+ 'name' => 'Mesajlar'
+ ],
+ 'user' => [
+ 'name' => 'İstifadəçi'
+ ],
+ 'name' => [
+ 'name' => 'Ad'
+ ],
+
+ /*Menu Button*/
+ 'profile' => [
+ 'name' => 'Profil'
+ ],
+
+ 'create' => [
+ 'name' => 'Yarat'
+ ],
+ 'edit' => [
+ 'name' => 'Redaktə edin'
+ ],
+ 'delete' => [
+ 'name' => 'Silin'
+ ],
+ 'list' => [
+ 'name' => 'Siyahı'
+ ],
+ 'menu_address' => [
+ 'name' => 'Ünvan'
+ ],
+ 'menu_orders' => [
+ 'name' => 'Sifarişlər'
+ ],
+ 'menu_favorites' => [
+ 'name' => 'Sevimlilər'
+ ],
+ 'menu_archived_ads' => [
+ 'name' => 'Arxivləşdirilmiş elanlar'
+ ],
+ 'menu_pending_ads' => [
+ 'name' => 'Təsdiqləmə gözlənilir'
+ ],
+ 'menu_delete_account' => [
+ 'name' => 'Hesabı bağlayın'
+ ],
+ 'menu_my_ads' => [
+ 'name' => 'Reklamlarım'
+ ],
+ 'menu_fav_ads' => [
+ 'name' => 'Sevimli elanlar'
+ ],
+ 'menu_hello_msg' => [
+ 'name' => 'Salam'
+ ],
+ 'menu_last_msg' => [
+ 'name' => 'Sonuncu dəfə daxil olmusunuz'
+ ],
+ 'menu_packages' => [
+ 'name' => 'Paketlərim'
+ ],
+ 'menu_adv_packages' => [
+ 'name' => 'Elan paketləri'
+ ],
+ 'menu_time_packages' => [
+ 'name' => 'Zaman paketləri'
+ ],
+ 'profile_details' => [
+ 'name' => 'Profil Məlumatları'
+ ],
+ 'profile_photo' => [
+ 'name' => 'Profil Şəkli'
+ ],
+ 'adv_listing_banner' => [
+ 'name' => 'Reklam elanları səhifə bannerləri'
+ ],
+ 'approve' => [
+ 'name' => 'Təsdiq edin'
+ ],
+ 'approved' => [
+ 'name' => 'Təsdiqləndi'
+ ],
+ 'pending' => [
+ 'name' => 'gözləyən'
+ ],
+ 'passive' => [
+ 'name' => 'Passivdir'
+ ],
+ 'pending_admin' => [
+ 'name' => 'gözləyən'
+ ],
+ 'menu_messages' => [
+ 'name' => 'Mesajlar'
+ ],
+ 'menu_my_purchase' => [
+ 'name' => 'Satışım'
+ ],
+ 'menu_my_sales' => [
+ 'name' => 'Satışlarım'
+ ],
+
+ /* Right Dock*/
+ 'right_secure_trading_subject' => [
+ 'name' => 'Təhlükəsiz Ticarət'
+ ],
+ 'right_secure_trading_msg' => [
+ 'name' => 'Lorem ipsum dolor amet oturur, uyğunlaşma elit edir'
+ ],
+ 'right_support_subject' => [
+ 'name' => '24/7 Dəstək'
+ ],
+ 'right_support_msg' => [
+ 'name' => 'Lorem ipsum dolor amet oturur, uyğunlaşma elit edir'
+ ],
+ 'right_easy_trading_subject' => [
+ 'name' => 'Asan Ticarət'
+ ],
+ 'right_easy_trading_msg' => [
+ 'name' => 'Lorem ipsum dolor amet oturur, uyğunlaşma elit edir'
+ ],
+ 'right_need_help_subject' => [
+ 'name' => 'Kömək lazımdır?'
+ ],
+ 'right_need_help_msg' => [
+ 'name' => 'Zəng et'
+ ],
+ 'disable_account' => [
+ 'name' => 'Hesabı deaktiv edin'
+ ],
+ 'disable_account_msg' => [
+ 'name' => 'Hesabınız əlil olacaq.
+ Bu əməliyyatı geri qaytarmaq olmaz'
+ ],
+
+ 'message_title' => 'Mesaj başlığı',
+ 'owner_name' => 'Mesaj',
+
+ 'favorites' => "Sevimlilər",
+ 'fav_advs' => 'Sevimli elanlar',
+ 'fav_sellers' => "Fav Satıcılar",
+ 'fav_searches' => "Fav axtarışları",
+ 'posted_on' => "Göndərilib",
+ 'message_details' => "Mesaj təfərrüatları",
+ 'adv_no' => 'Reklam nömrəsi',
+ 'bill_address' => [
+ 'name' => 'Bill ünvanı',
+ ],
+ 'delivery_address' => [
+ 'name' => 'Çatdırılma ünvanı',
+ ],
+ 'order_total' => [
+ 'name' => 'Ümumi',
+ ],
+ 'order_date' => [
+ 'name' => 'Sifariş tarixi',
+ ],
+ 'order_no' => [
+ 'name' => 'Sifariş vəsiqəsi',
+ ],
+ 'order_detail' => [
+ 'name' => 'Ətraflı göstər',
+ ],
+ /*Detail Page Order*/
+ 'detail' => [
+ 'name' => 'Detal',
+ ],
+ 'back' => [
+ 'name' => 'Geri',
+ ],
+ 'image' => [
+ 'name' => 'Şəkil',
+ ],
+ 'subject' => [
+ 'name' => 'Mövzu',
+ ],
+ 'price' => [
+ 'name' => 'Qiyməti',
+ ],
+ 'piece' => [
+ 'name' => 'Hissə',
+ ],
+ 'commission' => [
+ 'name' => 'Komissiya',
+ ],
+ 'total' => [
+ 'name' => 'Ümumi',
+ ],
+ 'sub_total' => [
+ 'name' => 'Alt cəmi',
+ ],
+ 'sale' => [
+ 'name' => 'Satılır',
+ ],
+ 'awaiting_tracking_number' => [
+ 'name' => 'İzləmə nömrəsini gözləyirəm',
+ ],
+ 'awaiting_payment_approval' => [
+ 'name' => 'Ödəniş təsdiqini gözləyirəm',
+ ],
+ 'paid' => [
+ 'name' => 'Ödənişlidir',
+ ],
+ 'cancelled' => [
+ 'name' => 'Ləğv edildi',
+ ],
+ 'waiting' => [
+ 'name' => 'Gözləyirəm',
+ ],
+ 'awaiting_dispatch' => [
+ 'name' => 'Göndərişi gözləyirik',
+ ],
+ 'shipped' => [
+ 'name' => 'Göndərilib',
+ ],
+ 'delivered' => [
+ 'name' => 'Çatdırılmış',
+ ],
+ 'tracking_number' => [
+ 'name' => 'İzleme nömrəsi',
+ ],
+ 'was_delivered' => [
+ 'name' => 'təslim edildi',
+ ],
+ 'not_delivered' => [
+ 'name' => 'çatdırılmadı',
+ ],
+ 'show_order_msg1' => [
+ 'name' => 'Əməliyyat nəticəsi poçtla bildiriləcəkdir.',
+ ],
+ 'show_order_msg2' => [
+ 'name' => 'Məhsul bir həftə ərzində çatdırılmadıqda geri qaytarılır.',
+ ],
+ 'show_order_msg3' => [
+ 'name' => 'Əməliyyatın nəticəsi qeydiyyatdan keçmiş elektron poçt ünvanınıza göndərildi.',
+ ],
+
+ 'awaiting_payment' => [
+ 'name' => 'Ödəniş gözləyir',
+ ],
+ 'please_entered_tracking_number' => [
+ 'name' => 'Zəhmət olmasa İzləmə nömrəsini daxil etdiniz',
+ ],
+ 'transport_days' => [
+ 'name' => 'Nəqliyyat günləri',
+ ],
+ 'product_not_delivered' => [
+ 'name' => 'Məhsul çatdırılmadı',
+ ],
+ 'status' => [
+ 'name' => 'Vəziyyət',
+ ],
+ 'cancel_sale' => [
+ 'name' => 'Satışı ləğv edin',
+ ],
+ 'send_again' => [
+ 'name' => 'Yenidən göndərəcəyəm',
+ ],
+ 'content' => [
+ 'name' => 'Məzmun',
+ ],
+ 'preferences_settings' => [
+ 'name' => 'Tercih parametrləri',
+ ],
+
+ 'corporate_settings' => [
+ 'name' => 'Korporativ Parametrlər',
+ ],
+ 'password' => [
+ 'name' => 'Şifrə',
+ ],
+ 'old_password' => [
+ 'name' => 'Köhnə Şifrə',
+ ],
+ 'new_password' => [
+ 'name' => 'Yeni şifrə',
+ ],
+ 're_new_password' => [
+ 'name' => 'Parolu təsdiqləyin',
+ ],
+ 'confirm_password_input' => [
+ 'name' => 'Parolun dəyişdirilməsini təsdiq edirəm',
+ ],
+ 'create_address' => [
+ 'name' => 'Ünvan yaradın',
+ ],
+ 'edit_address' => [
+ 'name' => 'Ünvanı redaktə et',
+ ],
+ 'balance_limit' => [
+ 'name' => 'Balans həddi',
+ ],
+ 'active_ads' => [
+ 'name' => 'Aktiv Elanlar',
+ ],
+ 'subscriptions' => [
+ 'name' => 'Abunəliklər',
+ ],
+ 'go_subscriptions_page' => [
+ 'name' => 'Abunəliklər səhifəsinə keçin',
+ ],
+ 'buy_package' => [
+ 'name' => 'Paket almaq',
+ ],
+ 'expired_date' => [
+ 'name' => 'İstifadə müddəti',
+ ],
+ 'category' => [
+ 'name' => 'Kateqoriya',
+ ],
+ 'ad_limit' => [
+ 'name' => 'Reklam məhdudiyyəti',
+ ],
+ 'publish_time' => [
+ 'name' => 'Vaxtı dərc edin',
+ ],
+ 'all_categories' => [
+ 'name' => 'bütün kateqoriyalar',
+ ],
+ 'day' => [
+ 'name' => 'Gün',
+ ],
+
+ 'individual' => [
+ 'name' => 'fərdi',
+ ],
+ 'corporate' => [
+ 'name' => 'Korporativ',
+ ],
+
+ 'details' => [
+ 'name' => 'Ətraflı məlumat'
+ ],
+ 'choose' => [
+ 'name' => 'Seçin'
+ ],
+ 'my_address' => 'Ünvanım',
+
+ 'company' => [
+ 'name' => 'Şirkət Adı'
+ ],
+ 'tax_office' => [
+ 'name' => 'Vergi ofisi'
+ ],
+ 'tax_number' => [
+ 'name' => 'Vergi nömrəsi'
+ ],
+
+ // Profile page
+ 'my_profile' => 'Mənim Hesabım',
+ 'edit_profile' => 'Profilə düzəliş et',
+ 'edit_details' => 'Ətraflı məlumatları redaktə edin',
+ 'update' => 'Yeniləyin',
+ 'change_password' => 'Parolu dəyişdirin',
+ 'choose_an_option' => 'Bir seçim seçin ...',
+ 'change_status' => 'Vəziyyəti dəyişdirin',
+ 'profile_settings' => 'Profil parametrləri',
+ 'profile_detail' => 'Profil ətraflı',
+
+ // Register page
+ 'accept_terms_label' => 'Şərtləri qəbul edirəm.',
+ 'accept_protection_law_label' => 'Qanunun şərtlərini qəbul edirəm' . setting_value('visiosoft.module.profile::register_protection_url') . '"target =" _ blank "> Fərdi məlumatların qorunması.',
+ 'accept_privacy_terms_label' => 'qəbul edirəm' . setting_value('visiosoft.module.profile::register_privacy_url') . '"target =" _ blank "> gizlilik şərtləri.',
+ 'receive_sms_emails_label' => 'E-poçt və sms almaq istəyirəm.',
+
+ // Register Type
+ 'personal' => [
+ 'name' => 'Şəxsi'
+ ],
+
+ 'education_part' => [
+ 'name' => 'Təhsil vəziyyəti'
+ ],
+
+ 'notified_new_updates' => [
+ 'name' => 'Yeni Yeniləmələr bildirildi',
+ ],
+ 'notified_about_ads' => [
+ 'name' => 'Reklamlar haqqında bildiriş',
+ ],
+ 'receive_messages_email' => [
+ 'name' => 'Mesaj e-poçtu alın',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/az/message.php b/resources/default/addons/visiosoft/profile-module/lang/az/message.php
new file mode 100644
index 000000000..cf8b16d05
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/az/message.php
@@ -0,0 +1,46 @@
+ "Elektron poçt sahəsi tələb olunur!",
+ "username" => "İstifadəçi adı sahəsi tələb olunur!",
+ "success_update" => "Profil yeniləməsi uğurla!",
+ "adress_success_update" => "Adress yeniləməsi uğurla!",
+ "adress_success_create" => "Uğurla Yarat!",
+ "login_error" => "Yanlış giriş və ya şifrə.",
+ "login_noMail_old_user" => "Daxil etdiyiniz e-poçt ünvanı tapılmadı.",
+ "login_noMail_old_user2" => "Lütfən, e-poçt ünvanını yoxlayın və yenidən cəhd edin.",
+ "login_noMail_old_user3" => "Problem davam edərsə, 'info@openclassify.com' a müraciət edin.",
+ "login_info_old_user" => "E-poçt ünvanınıza yeni bir parol göndərildi.",
+ "success" => "Uğur",
+ "notified_new_updates" => "Yeni yeniliklərdən xəbərdar olmaq istəyirəm",
+ "notified_about_ads" => "Reklamlarım barədə bildirişlərə icazə verin",
+ "receive_messages_email" => "Mesajları e-poçt kimi almaq istəyirəm",
+ "no_packages_module" => "Paket Modulu yoxdur!",
+ "required_add"=> "Xahiş edirəm bütün tələb olunan sətirləri doldurun.",
+ "no_extend_package" => "Reklam paketləri genişləndirmək yoxdur",
+ "saved" => "Saxlandı!",
+ 'please_confirm_transaction' => 'Zəhmət olmasa Əməliyyatı təsdiqləyin',
+ 'password_do_not_match' => 'Parollar uyğun gəlmir',
+ 'your_password_changed' => 'Parolunuz uğurla yeniləndi',
+ 'error_valid_email_or_phone' => 'Telefon nömrəsi və ya E-poçt ünvanı formatı düzgün deyil.',
+ 'error_valid_phone' => 'Telefon nömrəsi formatı düzgün deyil.',
+ 'registered_phone' => 'Bu telefon nömrəsi artıq qeydiyyata alınıb.',
+ 'ajax_address_error' => 'Heç bir ünvan və ya görmək icazəsi yoxdur.',
+ 'empty_password_sms_message' => 'Təhlükəsizlik problemləri ilə əlaqədar olaraq şifrənizi dəyişdirdik! Yeni parolunuz:',
+ 'required_all' => "Bütün sahə tələb olunur!",
+ 'can_not_remove_filled_fields' => "Doldurulmuş sahələri silə bilməzsiniz!",
+ 'wrong_password' => "Girdiyiniz parol düzgün deyil!",
+
+ // Forgot Password
+ 'email_phone_not_found' => 'Elektron poçt, telefon nömrəsi düzgün deyil!',
+
+ 'disable_account' => 'Hesabınızı bağlamaq istəyirsiniz? Bu əməliyyatı geri qaytarmaq olmaz.',
+
+ // Mail
+ 'update_email_mail_subject' => 'E-poçt Yenilənib!',
+ 'update_email_mail_message' => 'E-poçtunuz Yeniləndi!',
+
+ // Register
+ 'recaptcha_field_is_required' => 'reCaptcha sahəsi tələb olunur.',
+ 'failed_to_validate_captcha' => 'Captcha doğrulana bilmədi.',
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/az/permission.php b/resources/default/addons/visiosoft/profile-module/lang/az/permission.php
new file mode 100644
index 000000000..15ae5136b
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/az/permission.php
@@ -0,0 +1,36 @@
+ [
+ 'name' => 'Profil',
+ 'option' => [
+ 'read' => 'Profil oxuya bilərsiniz?',
+ 'write' => 'Profil yarada / redaktə edə bilərsiniz?',
+ 'delete' => 'Profil silə bilərsiniz?',
+ ],
+ ],
+ 'adress' => [
+ 'name' => 'Ünvan',
+ 'option' => [
+ 'read' => 'Adres oxuya bilərsinizmi?',
+ 'write' => 'Ünvanı yarada / düzəldə bilərsiniz?',
+ 'delete' => 'Ünvanı silə bilərsiniz?',
+ ],
+ ],
+ 'education' => [
+ 'name' => 'Təhsil',
+ 'option' => [
+ 'read' => 'Təhsili oxuya bilərsən?',
+ 'write' => 'Təhsil yarada / redaktə edə bilərsənmi?',
+ 'delete' => 'Təhsili silə bilərsən?',
+ ],
+ ],
+ 'education_part' => [
+ 'name' => 'Təhsil hissəsi',
+ 'option' => [
+ 'read' => 'Təhsil hissəsini oxuya bilərsinizmi?',
+ 'write' => 'Təhsil hissəsini yarada / redaktə edə bilərsənmi?',
+ 'delete' => 'Təhsil hissəsini silə bilərsinizmi?',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/az/section.php b/resources/default/addons/visiosoft/profile-module/lang/az/section.php
new file mode 100644
index 000000000..d4a5f7e8d
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/az/section.php
@@ -0,0 +1,18 @@
+ [
+ 'title' => 'Profil',
+ ],
+ 'adress' => [
+ 'title' => 'Ünvan',
+ ],
+ 'general_setting' => 'Ümumi Ayarlar',
+ 'recaptcha' => 'reCAPTCHA',
+ 'education' => [
+ 'title' => 'Təhsil',
+ ],
+ 'education_part' => [
+ 'title' => 'Təhsil hissəsi',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/az/setting.php b/resources/default/addons/visiosoft/profile-module/lang/az/setting.php
new file mode 100644
index 000000000..0ad118720
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/az/setting.php
@@ -0,0 +1,58 @@
+ [
+ 'name' => 'Reklamlar Nişanımı göstər',
+ ],
+ 'upload_avatar' => [
+ 'name' => 'Avatar yüklə',
+ ],
+ 'show_tax_office' => [
+ 'name' => 'Vergi Dairəsi Sahəsini göstərin',
+ ],
+ 'show_checkbox_terms_on_register' => [
+ 'name' => 'Qeyd qutusundakı onay qutusunun şərtlərini göstərin',
+ 'instructions' => 'Qeyd formasında "Qəbul müddəti", "qoruma qanunu", "məxfilik müddəti", "sms və e-poçtlar" göstər'
+ ],
+ 'register_protection_url' => [
+ 'name' => 'Qoruma URL\'sini qeyd edin',
+ ],
+ 'register_privacy_url' => [
+ 'name' => 'Məxfilik URL-ni qeydiyyatdan keçirin',
+ ],
+ 'show_education_profession' => [
+ 'name' => 'Təhsil və Peşə Sahələrini göstərin',
+ 'instructions' => 'Profili düzəltmə səhifəsində "Təhsil", "Təhsil Vəziyyəti" və "Peşə" ni göstərin'
+ ],
+ 'google_captcha_site_key' => [
+ 'name' => 'Google Captcha Sayt Açarı',
+ ],
+ 'google_captcha_secret_key' => [
+ 'name' => 'Google Captcha Gizli Açar',
+ ],
+ 'score_threshold' => [
+ 'name' => 'Hesab ərəfəsi',
+ 'instructions' => '0 ilə 1 arasındakı dəyər. Eşik nə qədər yüksək olsa, ReCaptcha istifadəçinin bot olub olmadığını müəyyənləşdirməyə çalışır.',
+ ],
+ 'education' => [
+ 'name' => 'Təhsil'
+ ],
+ 'state_of_education' => [
+ 'name' => 'Təhsil vəziyyəti'
+ ],
+ 'profession' => [
+ 'name' => 'Peşə'
+ ],
+ 'hide_register_type_profile' => [
+ 'name' => 'Profil səhifəsində qeyd növünü gizlədin',
+ 'instructions' => 'Profil redaktə səhifəsində qeyd növü sahəsini gizlədir.',
+ ],
+ 'required_district' => [
+ 'name' => 'Zəruri rayon',
+ 'instructions' => 'Ünvan əlavə etmək rayon öhdəliyini əks etdirir.',
+ ],
+ 'show_extends_actions' => [
+ 'name' => 'Şou Əməliyyatları Genişləndirir',
+ 'instructions' => 'Profil reklam səhifəmdə mövcud olan Genişləndirmə seçimlərini təmsil edir.',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/az/stream.php b/resources/default/addons/visiosoft/profile-module/lang/az/stream.php
new file mode 100644
index 000000000..50c85d94b
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/az/stream.php
@@ -0,0 +1,16 @@
+ [
+ 'name' => 'Profil',
+ ],
+ 'adress' => [
+ 'name' => 'Ünvan',
+ ],
+ 'education' => [
+ 'name' => 'Təhsil',
+ ],
+ 'education_part' => [
+ 'name' => 'Təhsil hissəsi',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/bg/addon.php b/resources/default/addons/visiosoft/profile-module/lang/bg/addon.php
new file mode 100644
index 000000000..133820d31
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/bg/addon.php
@@ -0,0 +1,7 @@
+ 'Профил',
+ 'name' => 'Модул на профила',
+ 'description' => ''
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/bg/button.php b/resources/default/addons/visiosoft/profile-module/lang/bg/button.php
new file mode 100644
index 000000000..77bae44df
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/bg/button.php
@@ -0,0 +1,21 @@
+ 'Нов профил',
+ 'new_adress' => 'Нов адрес',
+ 'show' => 'Покажи адрес',
+ 'update_password' => 'Актуализиране на паролата',
+ 'update_profile' => 'Актуализиране на профила',
+ 'delete' => 'Изтрий',
+ 'extend' => 'Разшири',
+ 'extend_all' => 'Разширяване на всички',
+ 'extend_unpublished' => 'Разширяване Непубликувано',
+ 'edit' => 'редактиране',
+ 'go_profile' => 'Отидете на Подробности за профила',
+ 'go_user' => 'Отидете на Подробности за потребителя',
+ 'personal' => 'Лични',
+ 'corporate' => 'Корпоративни',
+ 'export' => 'Износ',
+ 'new_education' => 'Ново образование',
+ 'new_education_part' => 'Нова образователна част',
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/bg/field.php b/resources/default/addons/visiosoft/profile-module/lang/bg/field.php
new file mode 100644
index 000000000..339ba04fd
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/bg/field.php
@@ -0,0 +1,499 @@
+ [
+ 'name' => 'Снимки'
+ ],
+ 'first_name' => [
+ 'name' => 'Първо име'
+ ],
+ 'last_name' => [
+ 'name' => 'Фамилия'
+ ],
+ 'username' => [
+ 'name' => 'Потребителско име'
+ ],
+ 'display_name' => [
+ 'name' => 'Показвано име'
+ ],
+ 'email' => [
+ 'name' => 'Имейл адрес'
+ ],
+ 'sitename' => [
+ 'name' => 'име на сайта'
+ ],
+ 'activated' => [
+ 'name' => 'Потребител активен'
+ ],
+ 'enabled' => [
+ 'name' => 'Потребителски активиране'
+ ],
+ 'country' => [
+ 'name' => 'Страна'
+ ],
+ 'city' => [
+ 'name' => 'Град'
+ ],
+ 'district' => [
+ 'name' => 'Област'
+ ],
+ 'neighborhood' => [
+ 'name' => 'Квартал'
+ ],
+ 'village' => [
+ 'name' => 'Село'
+ ],
+ 'gsm_phone' => [
+ 'name' => 'GSM телефон'
+ ],
+ 'land_phone' => [
+ 'name' => 'Наземен телефон'
+ ],
+ 'office_phone' => [
+ 'name' => 'Офис телефон'
+ ],
+ 'register_type' => [
+ 'name' => 'Тип регистър'
+ ],
+ 'birthday' => [
+ 'name' => 'Рожден ден'
+ ],
+ 'facebook_address' => [
+ 'name' => 'Адрес на Facebook'
+ ],
+ 'google_address' => [
+ 'name' => 'Адрес на Google'
+ ],
+ 'education' => [
+ 'name' => 'Образование'
+ ],
+ 'state_of_education' => [
+ 'name' => 'Състояние на образованието'
+ ],
+ 'profession' => [
+ 'name' => 'Професия'
+ ],
+ 'identification_number' => [
+ 'name' => 'Идентификационен номер'
+ ],
+ 'adress_name' => [
+ 'name' => 'Адрес Име'
+ ],
+ 'adress_first_name' => [
+ 'name' => 'Първо име'
+ ],
+ 'adress_last_name' => [
+ 'name' => 'Фамилия'
+ ],
+ 'actions' => [
+ 'name' => 'Действия'
+ ],
+ 'adress_content' => [
+ 'name' => 'Адресно съдържание'
+ ],
+ 'adress_post_code' => [
+ 'name' => 'Пощенски код'
+ ],
+ 'adress_gsm_phone' => [
+ 'name' => 'Gsm телефон'
+ ],
+ 'adress_land_phone' => [
+ 'name' => 'Наземен телефон'
+ ],
+ 'adress_country' => [
+ 'name' => 'Страна'
+ ],
+ 'adress_city' => [
+ 'name' => 'Град'
+ ],
+ 'adress_district' => [
+ 'name' => 'Област'
+ ],
+ 'adress_neighborhood' => [
+ 'name' => 'Квартал'
+ ],
+ 'adress_village' => [
+ 'name' => 'Село'
+ ],
+ 'messages' => [
+ 'name' => 'Съобщения'
+ ],
+ 'user' => [
+ 'name' => 'Потребител'
+ ],
+ 'name' => [
+ 'name' => 'Име'
+ ],
+
+ /*Menu Button*/
+ 'profile' => [
+ 'name' => 'Профил'
+ ],
+
+ 'create' => [
+ 'name' => 'Създайте'
+ ],
+ 'edit' => [
+ 'name' => 'редактиране'
+ ],
+ 'delete' => [
+ 'name' => 'Изтрий'
+ ],
+ 'list' => [
+ 'name' => 'Списък'
+ ],
+ 'menu_address' => [
+ 'name' => 'Адрес'
+ ],
+ 'menu_orders' => [
+ 'name' => 'Поръчки'
+ ],
+ 'menu_favorites' => [
+ 'name' => 'Любими'
+ ],
+ 'menu_archived_ads' => [
+ 'name' => 'Архивирани реклами'
+ ],
+ 'menu_pending_ads' => [
+ 'name' => 'Изчаква одобрение'
+ ],
+ 'menu_delete_account' => [
+ 'name' => 'Затвори акаунт'
+ ],
+ 'menu_my_ads' => [
+ 'name' => 'Моите реклами'
+ ],
+ 'menu_fav_ads' => [
+ 'name' => 'Любими реклами'
+ ],
+ 'menu_hello_msg' => [
+ 'name' => 'Здравейте'
+ ],
+ 'menu_last_msg' => [
+ 'name' => 'Последно сте влезли в'
+ ],
+ 'menu_packages' => [
+ 'name' => 'Моите пакети'
+ ],
+ 'menu_adv_packages' => [
+ 'name' => 'Пакети за реклами'
+ ],
+ 'menu_time_packages' => [
+ 'name' => 'Пакети за време'
+ ],
+ 'profile_details' => [
+ 'name' => 'Подробности за профила'
+ ],
+ 'profile_photo' => [
+ 'name' => 'Профилна снимка'
+ ],
+ 'adv_listing_banner' => [
+ 'name' => 'Банер на страницата с обяви за реклами'
+ ],
+ 'approve' => [
+ 'name' => 'Одобрете'
+ ],
+ 'approved' => [
+ 'name' => 'Одобрена'
+ ],
+ 'pending' => [
+ 'name' => 'В очакване'
+ ],
+ 'passive' => [
+ 'name' => 'Пасивен'
+ ],
+ 'pending_admin' => [
+ 'name' => 'В очакване'
+ ],
+ 'menu_messages' => [
+ 'name' => 'Съобщения'
+ ],
+ 'menu_my_purchase' => [
+ 'name' => 'Моята покупка'
+ ],
+ 'menu_my_sales' => [
+ 'name' => 'Моите продажби'
+ ],
+
+ /* Right Dock*/
+ 'right_secure_trading_subject' => [
+ 'name' => 'Сигурна търговия'
+ ],
+ 'right_secure_trading_msg' => [
+ 'name' => 'Lorem ipsum dolor sit amet, consectetur adipisising elit'
+ ],
+ 'right_support_subject' => [
+ 'name' => 'Денонощна поддръжка'
+ ],
+ 'right_support_msg' => [
+ 'name' => 'Lorem ipsum dolor sit amet, consectetur adipisising elit'
+ ],
+ 'right_easy_trading_subject' => [
+ 'name' => 'Лесна търговия'
+ ],
+ 'right_easy_trading_msg' => [
+ 'name' => 'Lorem ipsum dolor sit amet, consectetur adipisising elit'
+ ],
+ 'right_need_help_subject' => [
+ 'name' => 'Нужда от помощ?'
+ ],
+ 'right_need_help_msg' => [
+ 'name' => 'Обадете се на'
+ ],
+ 'disable_account' => [
+ 'name' => 'Деактивиране на акаунт'
+ ],
+ 'disable_account_msg' => [
+ 'name' => 'Вашият акаунт ще бъде деактивиран.
+ Тази операция не може да бъде отменена'
+ ],
+
+ 'message_title' => 'Заглавие на съобщението',
+ 'owner_name' => 'Съобщение',
+
+ 'favorites' => "Любими",
+ 'fav_advs' => 'Любими реклами',
+ 'fav_sellers' => "Любими продавачи",
+ 'fav_searches' => "Избрани търсения",
+ 'posted_on' => "Публикувано на",
+ 'message_details' => "Подробности за съобщението",
+ 'adv_no' => 'Обява №',
+ 'bill_address' => [
+ 'name' => 'Адрес на Бил',
+ ],
+ 'delivery_address' => [
+ 'name' => 'Адрес за доставка',
+ ],
+ 'order_total' => [
+ 'name' => 'Обща сума',
+ ],
+ 'order_date' => [
+ 'name' => 'Дата на поръчка',
+ ],
+ 'order_no' => [
+ 'name' => 'Идент. № на поръчката',
+ ],
+ 'order_detail' => [
+ 'name' => 'Покажи подробности',
+ ],
+ /*Detail Page Order*/
+ 'detail' => [
+ 'name' => 'Подробности',
+ ],
+ 'back' => [
+ 'name' => 'обратно',
+ ],
+ 'image' => [
+ 'name' => 'Образ',
+ ],
+ 'subject' => [
+ 'name' => 'Предмет',
+ ],
+ 'price' => [
+ 'name' => 'Цена',
+ ],
+ 'piece' => [
+ 'name' => 'Парче',
+ ],
+ 'commission' => [
+ 'name' => 'Комисионна',
+ ],
+ 'total' => [
+ 'name' => 'Обща сума',
+ ],
+ 'sub_total' => [
+ 'name' => 'Под Общо',
+ ],
+ 'sale' => [
+ 'name' => 'Разпродажба',
+ ],
+ 'awaiting_tracking_number' => [
+ 'name' => 'В очакване на проследяващ номер',
+ ],
+ 'awaiting_payment_approval' => [
+ 'name' => 'Очаква одобрение за плащане',
+ ],
+ 'paid' => [
+ 'name' => 'Платен',
+ ],
+ 'cancelled' => [
+ 'name' => 'Отменен',
+ ],
+ 'waiting' => [
+ 'name' => 'Очакване',
+ ],
+ 'awaiting_dispatch' => [
+ 'name' => 'Очаква изпращане',
+ ],
+ 'shipped' => [
+ 'name' => 'Изпратени',
+ ],
+ 'delivered' => [
+ 'name' => 'Доставено',
+ ],
+ 'tracking_number' => [
+ 'name' => 'Номер за проследяване',
+ ],
+ 'was_delivered' => [
+ 'name' => 'беше доставен',
+ ],
+ 'not_delivered' => [
+ 'name' => 'не е доставено',
+ ],
+ 'show_order_msg1' => [
+ 'name' => 'Резултатът от транзакцията ще бъде уведомен по пощата.',
+ ],
+ 'show_order_msg2' => [
+ 'name' => 'Възстановяването ще бъде направено, ако продуктът не бъде доставен в рамките на една седмица.',
+ ],
+ 'show_order_msg3' => [
+ 'name' => 'Резултатът от транзакцията е изпратен на вашия регистриран имейл адрес.',
+ ],
+
+ 'awaiting_payment' => [
+ 'name' => 'Очаква плащане',
+ ],
+ 'please_entered_tracking_number' => [
+ 'name' => 'Моля, въведете номер за проследяване',
+ ],
+ 'transport_days' => [
+ 'name' => 'Дни на транспорта',
+ ],
+ 'product_not_delivered' => [
+ 'name' => 'Продуктът не е доставен',
+ ],
+ 'status' => [
+ 'name' => 'Състояние',
+ ],
+ 'cancel_sale' => [
+ 'name' => 'Отмяна на разпродажбата',
+ ],
+ 'send_again' => [
+ 'name' => 'Ще изпратя отново',
+ ],
+ 'content' => [
+ 'name' => 'Съдържание',
+ ],
+ 'preferences_settings' => [
+ 'name' => 'Предпочитания Настройки',
+ ],
+
+ 'corporate_settings' => [
+ 'name' => 'Корпоративни настройки',
+ ],
+ 'password' => [
+ 'name' => 'Парола',
+ ],
+ 'old_password' => [
+ 'name' => 'Стара парола',
+ ],
+ 'new_password' => [
+ 'name' => 'Нова парола',
+ ],
+ 're_new_password' => [
+ 'name' => 'Потвърди парола',
+ ],
+ 'confirm_password_input' => [
+ 'name' => 'Потвърждавам промяната на паролата си',
+ ],
+ 'create_address' => [
+ 'name' => 'Създайте адрес',
+ ],
+ 'edit_address' => [
+ 'name' => 'Редактиране на адрес',
+ ],
+ 'balance_limit' => [
+ 'name' => 'Ограничение на баланса',
+ ],
+ 'active_ads' => [
+ 'name' => 'Активни реклами',
+ ],
+ 'subscriptions' => [
+ 'name' => 'Абонаменти',
+ ],
+ 'go_subscriptions_page' => [
+ 'name' => 'Отидете на страницата за абонаменти',
+ ],
+ 'buy_package' => [
+ 'name' => 'Купете пакет',
+ ],
+ 'expired_date' => [
+ 'name' => 'Срок на годност',
+ ],
+ 'category' => [
+ 'name' => 'Категория',
+ ],
+ 'ad_limit' => [
+ 'name' => 'Ad Limit',
+ ],
+ 'publish_time' => [
+ 'name' => 'Време за публикуване',
+ ],
+ 'all_categories' => [
+ 'name' => 'Всички категории',
+ ],
+ 'day' => [
+ 'name' => 'Ден',
+ ],
+
+ 'individual' => [
+ 'name' => 'индивидуален',
+ ],
+ 'corporate' => [
+ 'name' => 'Корпоративни',
+ ],
+
+ 'details' => [
+ 'name' => 'Подробности'
+ ],
+ 'choose' => [
+ 'name' => 'Избирам'
+ ],
+ 'my_address' => 'Моя адрес',
+
+ 'company' => [
+ 'name' => 'име на компанията'
+ ],
+ 'tax_office' => [
+ 'name' => 'Данъчен офис'
+ ],
+ 'tax_number' => [
+ 'name' => 'Данъчен номер'
+ ],
+
+ // Profile page
+ 'my_profile' => 'Моят профил',
+ 'edit_profile' => 'Редактирай профил',
+ 'edit_details' => 'Редактиране на подробности',
+ 'update' => 'Актуализиране',
+ 'change_password' => 'Промяна на паролата',
+ 'choose_an_option' => 'Избери опция...',
+ 'change_status' => 'Промяна на състоянието',
+ 'profile_settings' => 'Настройки на профила',
+ 'profile_detail' => 'Подробности за профила',
+
+ // Register page
+ 'accept_terms_label' => 'Приемам условията.',
+ 'accept_protection_law_label' => 'Приемам условията на Закона за' . setting_value('visiosoft.module.profile::register_protection_url') . '"target =" _ blank "> Защита на личните данни.',
+ 'accept_privacy_terms_label' => 'приемам' . setting_value('visiosoft.module.profile::register_privacy_url') . '"target =" _ blank "> условия за поверителност.',
+ 'receive_sms_emails_label' => 'Искам да получавам имейл и sms.',
+
+ // Register Type
+ 'personal' => [
+ 'name' => 'Лични'
+ ],
+
+ 'education_part' => [
+ 'name' => 'Състояние на образованието'
+ ],
+
+ 'notified_new_updates' => [
+ 'name' => 'Нотифицирани нови актуализации',
+ ],
+ 'notified_about_ads' => [
+ 'name' => 'Уведомен за реклами',
+ ],
+ 'receive_messages_email' => [
+ 'name' => 'Получавайте съобщения по имейл',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/bg/message.php b/resources/default/addons/visiosoft/profile-module/lang/bg/message.php
new file mode 100644
index 000000000..d1c741f60
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/bg/message.php
@@ -0,0 +1,46 @@
+ "Полето за електронна поща е задължително!",
+ "username" => "Полето за потребителско име е задължително!",
+ "success_update" => "Успешно актуализиране на профила!",
+ "adress_success_update" => "Адреса за актуализация успешно!",
+ "adress_success_create" => "Адрес Създайте успешно!",
+ "login_error" => "Грешно име или парола.",
+ "login_noMail_old_user" => "Въведеният от вас имейл адрес не можа да бъде намерен.",
+ "login_noMail_old_user2" => "Моля, проверете имейл адреса и опитайте отново.",
+ "login_noMail_old_user3" => "Ако проблемът продължава, моля, свържете се с „info@openclassify.com“.",
+ "login_info_old_user" => "На вашия имейл адрес е изпратена нова парола.",
+ "success" => "Успех",
+ "notified_new_updates" => "Искам да получавам известия за нови актуализации",
+ "notified_about_ads" => "Разрешаване на известия за моите реклами",
+ "receive_messages_email" => "Искам да получавам съобщения като имейл",
+ "no_packages_module" => "Модул без пакети!",
+ "required_add"=> "Моля, попълнете всички задължителни редове.",
+ "no_extend_package" => "Няма разширени рекламни пакети",
+ "saved" => "Запазено!",
+ 'please_confirm_transaction' => 'Моля, потвърдете транзакцията',
+ 'password_do_not_match' => 'Паролите не съвпадат',
+ 'your_password_changed' => 'Паролата ви беше успешно актуализирана',
+ 'error_valid_email_or_phone' => 'Форматът на телефонен номер или имейл адрес не е правилен.',
+ 'error_valid_phone' => 'Форматът на телефонния номер не е правилен.',
+ 'registered_phone' => 'Този телефонен номер вече е регистриран.',
+ 'ajax_address_error' => 'Няма адрес или няма разрешение за преглед.',
+ 'empty_password_sms_message' => 'Поради проблеми със сигурността променихме вашата парола! Вашата нова парола е:',
+ 'required_all' => "Всички полета са задължителни!",
+ 'can_not_remove_filled_fields' => "Не можете да премахнете попълнените полета!",
+ 'wrong_password' => "Въведената от вас парола не е правилна!",
+
+ // Forgot Password
+ 'email_phone_not_found' => 'Имейлът, телефонният номер не са верни!',
+
+ 'disable_account' => 'Искате ли да затворите акаунта си? Тази операция не може да бъде отменена.',
+
+ // Mail
+ 'update_email_mail_subject' => 'Имейлът е актуализиран!',
+ 'update_email_mail_message' => 'Вашият имейл е актуализиран!',
+
+ // Register
+ 'recaptcha_field_is_required' => 'Полето reCaptcha е задължително.',
+ 'failed_to_validate_captcha' => 'Неуспешно проверяване на captcha.',
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/bg/permission.php b/resources/default/addons/visiosoft/profile-module/lang/bg/permission.php
new file mode 100644
index 000000000..9a3bee789
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/bg/permission.php
@@ -0,0 +1,36 @@
+ [
+ 'name' => 'Профил',
+ 'option' => [
+ 'read' => 'Може ли да се чете профил?',
+ 'write' => 'Може ли да създадете / редактирате профил?',
+ 'delete' => 'Може ли да изтриете профил?',
+ ],
+ ],
+ 'adress' => [
+ 'name' => 'Адрес',
+ 'option' => [
+ 'read' => 'Може ли да чете адрес?',
+ 'write' => 'Може ли да създавате / редактирате адрес?',
+ 'delete' => 'Можете ли да изтриете адрес?',
+ ],
+ ],
+ 'education' => [
+ 'name' => 'Образование',
+ 'option' => [
+ 'read' => 'Може ли да чете образование?',
+ 'write' => 'Може ли да създава / редактира образование?',
+ 'delete' => 'Може ли да изтриете образованието?',
+ ],
+ ],
+ 'education_part' => [
+ 'name' => 'Образователна част',
+ 'option' => [
+ 'read' => 'Може ли да чете образователна част?',
+ 'write' => 'Може ли да създава / редактира образователна част?',
+ 'delete' => 'Може ли да изтриете образователната част?',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/bg/section.php b/resources/default/addons/visiosoft/profile-module/lang/bg/section.php
new file mode 100644
index 000000000..2b18a43bf
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/bg/section.php
@@ -0,0 +1,18 @@
+ [
+ 'title' => 'Профил',
+ ],
+ 'adress' => [
+ 'title' => 'Адрес',
+ ],
+ 'general_setting' => 'Основни настройки',
+ 'recaptcha' => 'reCAPTCHA',
+ 'education' => [
+ 'title' => 'Образование',
+ ],
+ 'education_part' => [
+ 'title' => 'Образователна част',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/bg/setting.php b/resources/default/addons/visiosoft/profile-module/lang/bg/setting.php
new file mode 100644
index 000000000..15fd8e2cb
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/bg/setting.php
@@ -0,0 +1,58 @@
+ [
+ 'name' => 'Показване на раздела „Моите реклами“',
+ ],
+ 'upload_avatar' => [
+ 'name' => 'Качване на аватар',
+ ],
+ 'show_tax_office' => [
+ 'name' => 'Покажи полето на данъчната служба',
+ ],
+ 'show_checkbox_terms_on_register' => [
+ 'name' => 'Показване на условията за отметка в регистъра',
+ 'instructions' => 'Показвайте „Приемете термин“, „закон за защита“, „термин за поверителност“, „sms и имейли“ във формуляра за регистрация'
+ ],
+ 'register_protection_url' => [
+ 'name' => 'Регистрирайте защитен URL адрес',
+ ],
+ 'register_privacy_url' => [
+ 'name' => 'Регистрирайте URL за поверителност',
+ ],
+ 'show_education_profession' => [
+ 'name' => 'Покажете полета за образование и професия',
+ 'instructions' => 'Покажете „Образование“, „Състояние на образованието“ и „Професия“ на страницата за редактиране на профила'
+ ],
+ 'google_captcha_site_key' => [
+ 'name' => 'Ключ за сайта на Google Captcha',
+ ],
+ 'google_captcha_secret_key' => [
+ 'name' => 'Тайният ключ на Google Captcha',
+ ],
+ 'score_threshold' => [
+ 'name' => 'Резултатен праг',
+ 'instructions' => 'Стойност между 0 и 1. Колкото по-висок е прагът, толкова по-строг ReCaptcha се опитва да определи дали потребителят е бот или не.',
+ ],
+ 'education' => [
+ 'name' => 'Образование'
+ ],
+ 'state_of_education' => [
+ 'name' => 'Състояние на образованието'
+ ],
+ 'profession' => [
+ 'name' => 'Професия'
+ ],
+ 'hide_register_type_profile' => [
+ 'name' => 'Скриване на типа регистър в страницата на профила',
+ 'instructions' => 'Скрива полето тип регистър в страницата за редактиране на профила.',
+ ],
+ 'required_district' => [
+ 'name' => 'Задължителен район',
+ 'instructions' => 'Добавянето на адрес представлява задължението на областта.',
+ ],
+ 'show_extends_actions' => [
+ 'name' => 'Показване на действия за разширяване',
+ 'instructions' => 'Представлява опциите за разширения, налични на страницата с реклами в моя профил.',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/bg/stream.php b/resources/default/addons/visiosoft/profile-module/lang/bg/stream.php
new file mode 100644
index 000000000..b8c860ad1
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/bg/stream.php
@@ -0,0 +1,16 @@
+ [
+ 'name' => 'Профил',
+ ],
+ 'adress' => [
+ 'name' => 'Адрес',
+ ],
+ 'education' => [
+ 'name' => 'Образование',
+ ],
+ 'education_part' => [
+ 'name' => 'Образователна част',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/bn/addon.php b/resources/default/addons/visiosoft/profile-module/lang/bn/addon.php
new file mode 100644
index 000000000..72f9f0256
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/bn/addon.php
@@ -0,0 +1,7 @@
+ 'প্রোফাইল',
+ 'name' => 'প্রোফাইল মডিউল',
+ 'description' => ''
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/bn/button.php b/resources/default/addons/visiosoft/profile-module/lang/bn/button.php
new file mode 100644
index 000000000..b69e1f5f9
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/bn/button.php
@@ -0,0 +1,21 @@
+ 'নতুন প্রোফাইল',
+ 'new_adress' => 'নতুন ঠিকানা',
+ 'show' => 'অ্যাড্রেস দেখান',
+ 'update_password' => 'পাসওয়ার্ড আপডেট করুন',
+ 'update_profile' => 'হালনাগাদ প্রফাইল',
+ 'delete' => 'মুছে ফেলা',
+ 'extend' => 'প্রসারিত করা',
+ 'extend_all' => 'সমস্ত প্রসারিত করুন',
+ 'extend_unpublished' => 'অপ্রকাশিত প্রসারিত করুন',
+ 'edit' => 'সম্পাদন করা',
+ 'go_profile' => 'প্রোফাইল বিশদে যান',
+ 'go_user' => 'ব্যবহারকারীর বিবরণে যান',
+ 'personal' => 'ব্যক্তিগত',
+ 'corporate' => 'কর্পোরেট',
+ 'export' => 'রফতানি',
+ 'new_education' => 'নতুন শিক্ষা',
+ 'new_education_part' => 'নতুন শিক্ষার অংশ',
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/bn/field.php b/resources/default/addons/visiosoft/profile-module/lang/bn/field.php
new file mode 100644
index 000000000..0fced9180
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/bn/field.php
@@ -0,0 +1,499 @@
+ [
+ 'name' => 'ফটো'
+ ],
+ 'first_name' => [
+ 'name' => 'নামের প্রথম অংশ'
+ ],
+ 'last_name' => [
+ 'name' => 'নামের শেষাংশ'
+ ],
+ 'username' => [
+ 'name' => 'ব্যবহারকারীর নাম'
+ ],
+ 'display_name' => [
+ 'name' => 'প্রদর্শন নাম'
+ ],
+ 'email' => [
+ 'name' => 'ইমেইল এর ঠিকানা'
+ ],
+ 'sitename' => [
+ 'name' => 'সাইটের নাম'
+ ],
+ 'activated' => [
+ 'name' => 'ব্যবহারকারী সক্রিয়'
+ ],
+ 'enabled' => [
+ 'name' => 'ব্যবহারকারী সক্ষম'
+ ],
+ 'country' => [
+ 'name' => 'দেশ'
+ ],
+ 'city' => [
+ 'name' => 'শহর'
+ ],
+ 'district' => [
+ 'name' => 'জেলা'
+ ],
+ 'neighborhood' => [
+ 'name' => 'আশপাশ'
+ ],
+ 'village' => [
+ 'name' => 'গ্রাম'
+ ],
+ 'gsm_phone' => [
+ 'name' => 'জিএসএম ফোন'
+ ],
+ 'land_phone' => [
+ 'name' => 'টেলিফোন'
+ ],
+ 'office_phone' => [
+ 'name' => 'অফিসে ফোন'
+ ],
+ 'register_type' => [
+ 'name' => 'রেজিস্টার প্রকার'
+ ],
+ 'birthday' => [
+ 'name' => 'জন্মদিন'
+ ],
+ 'facebook_address' => [
+ 'name' => 'ফেসবুক ঠিকানা'
+ ],
+ 'google_address' => [
+ 'name' => 'গুগল ঠিকানা'
+ ],
+ 'education' => [
+ 'name' => 'শিক্ষা'
+ ],
+ 'state_of_education' => [
+ 'name' => 'শিক্ষা রাজ্য'
+ ],
+ 'profession' => [
+ 'name' => 'পেশা'
+ ],
+ 'identification_number' => [
+ 'name' => 'সনাক্তকরণ নম্বর'
+ ],
+ 'adress_name' => [
+ 'name' => 'ঠিকানা নাম'
+ ],
+ 'adress_first_name' => [
+ 'name' => 'নামের প্রথম অংশ'
+ ],
+ 'adress_last_name' => [
+ 'name' => 'নামের শেষাংশ'
+ ],
+ 'actions' => [
+ 'name' => 'ক্রিয়াকলাপ'
+ ],
+ 'adress_content' => [
+ 'name' => 'অ্যাড্রেস সামগ্রী'
+ ],
+ 'adress_post_code' => [
+ 'name' => 'পোস্ট কোড'
+ ],
+ 'adress_gsm_phone' => [
+ 'name' => 'জিএসএম ফোন'
+ ],
+ 'adress_land_phone' => [
+ 'name' => 'টেলিফোন'
+ ],
+ 'adress_country' => [
+ 'name' => 'দেশ'
+ ],
+ 'adress_city' => [
+ 'name' => 'শহর'
+ ],
+ 'adress_district' => [
+ 'name' => 'জেলা'
+ ],
+ 'adress_neighborhood' => [
+ 'name' => 'আশপাশ'
+ ],
+ 'adress_village' => [
+ 'name' => 'গ্রাম'
+ ],
+ 'messages' => [
+ 'name' => 'বার্তা'
+ ],
+ 'user' => [
+ 'name' => 'ব্যবহারকারী'
+ ],
+ 'name' => [
+ 'name' => 'নাম'
+ ],
+
+ /*Menu Button*/
+ 'profile' => [
+ 'name' => 'প্রোফাইল'
+ ],
+
+ 'create' => [
+ 'name' => 'সৃষ্টি'
+ ],
+ 'edit' => [
+ 'name' => 'সম্পাদন করা'
+ ],
+ 'delete' => [
+ 'name' => 'মুছে ফেলা'
+ ],
+ 'list' => [
+ 'name' => 'তালিকা'
+ ],
+ 'menu_address' => [
+ 'name' => 'ঠিকানা'
+ ],
+ 'menu_orders' => [
+ 'name' => 'অর্ডার'
+ ],
+ 'menu_favorites' => [
+ 'name' => 'প্রিয়'
+ ],
+ 'menu_archived_ads' => [
+ 'name' => 'সংরক্ষণাগারভুক্ত বিজ্ঞাপন'
+ ],
+ 'menu_pending_ads' => [
+ 'name' => 'অনুমোদন অপেক্ষারত'
+ ],
+ 'menu_delete_account' => [
+ 'name' => 'বন্ধ হিসাব'
+ ],
+ 'menu_my_ads' => [
+ 'name' => 'আমার বিজ্ঞাপন'
+ ],
+ 'menu_fav_ads' => [
+ 'name' => 'প্রিয় বিজ্ঞাপন'
+ ],
+ 'menu_hello_msg' => [
+ 'name' => 'হ্যালো'
+ ],
+ 'menu_last_msg' => [
+ 'name' => 'আপনি সর্বশেষে লগ ইন করেছেন'
+ ],
+ 'menu_packages' => [
+ 'name' => 'আমার প্যাকেজগুলি'
+ ],
+ 'menu_adv_packages' => [
+ 'name' => 'বিজ্ঞাপন প্যাকেজ'
+ ],
+ 'menu_time_packages' => [
+ 'name' => 'সময় প্যাকেজ'
+ ],
+ 'profile_details' => [
+ 'name' => 'প্রোফাইল বিশদ'
+ ],
+ 'profile_photo' => [
+ 'name' => 'প্রোফাইল ফটো'
+ ],
+ 'adv_listing_banner' => [
+ 'name' => 'বিজ্ঞাপন তালিকা পৃষ্ঠা ব্যানার'
+ ],
+ 'approve' => [
+ 'name' => 'অনুমোদন করা'
+ ],
+ 'approved' => [
+ 'name' => 'অনুমোদিত'
+ ],
+ 'pending' => [
+ 'name' => 'বিচারাধীন'
+ ],
+ 'passive' => [
+ 'name' => 'নিষ্ক্রিয়'
+ ],
+ 'pending_admin' => [
+ 'name' => 'বিচারাধীন'
+ ],
+ 'menu_messages' => [
+ 'name' => 'বার্তা'
+ ],
+ 'menu_my_purchase' => [
+ 'name' => 'আমার ক্রয়'
+ ],
+ 'menu_my_sales' => [
+ 'name' => 'আমার বিক্রয়'
+ ],
+
+ /* Right Dock*/
+ 'right_secure_trading_subject' => [
+ 'name' => 'নিরাপদ ট্রেডিং'
+ ],
+ 'right_secure_trading_msg' => [
+ 'name' => 'আপনার পছন্দসই কাজটি করতে পারবেন না'
+ ],
+ 'right_support_subject' => [
+ 'name' => '24/7 সমর্থন'
+ ],
+ 'right_support_msg' => [
+ 'name' => 'আপনার পছন্দসই কাজটি করতে পারবেন না'
+ ],
+ 'right_easy_trading_subject' => [
+ 'name' => 'সহজ ট্রেডিং'
+ ],
+ 'right_easy_trading_msg' => [
+ 'name' => 'আপনার পছন্দসই কাজটি করতে পারবেন না'
+ ],
+ 'right_need_help_subject' => [
+ 'name' => 'সাহায্য দরকার?'
+ ],
+ 'right_need_help_msg' => [
+ 'name' => 'ফোন করুন'
+ ],
+ 'disable_account' => [
+ 'name' => 'অ্যাকাউন্টটি অক্ষম করুন'
+ ],
+ 'disable_account_msg' => [
+ 'name' => 'আপনার অ্যাকাউন্ট অক্ষম করা হবে।
+ এই অপারেশনটি পূর্বাবস্থায় ফেরা যায় না'
+ ],
+
+ 'message_title' => 'বার্তা শিরোনাম',
+ 'owner_name' => 'বার্তা',
+
+ 'favorites' => "প্রিয়",
+ 'fav_advs' => 'প্রিয় বিজ্ঞাপন',
+ 'fav_sellers' => "Fav বিক্রেতারা",
+ 'fav_searches' => "ফাভ অনুসন্ধান",
+ 'posted_on' => "পোস্ট হয়েছে",
+ 'message_details' => "বার্তা বিশদ",
+ 'adv_no' => 'বিজ্ঞাপন নং',
+ 'bill_address' => [
+ 'name' => 'বিল ঠিকানা',
+ ],
+ 'delivery_address' => [
+ 'name' => 'সরবরাহের ঠিকানা',
+ ],
+ 'order_total' => [
+ 'name' => 'মোট',
+ ],
+ 'order_date' => [
+ 'name' => 'অর্ডারের তারিখ',
+ ],
+ 'order_no' => [
+ 'name' => 'অর্ডার আইডি',
+ ],
+ 'order_detail' => [
+ 'name' => 'বিস্তারিত দেখাও',
+ ],
+ /*Detail Page Order*/
+ 'detail' => [
+ 'name' => 'বিস্তারিত',
+ ],
+ 'back' => [
+ 'name' => 'পেছনে',
+ ],
+ 'image' => [
+ 'name' => 'ভাবমূর্তি',
+ ],
+ 'subject' => [
+ 'name' => 'বিষয়',
+ ],
+ 'price' => [
+ 'name' => 'মূল্য',
+ ],
+ 'piece' => [
+ 'name' => 'টুকরা',
+ ],
+ 'commission' => [
+ 'name' => 'কমিশন',
+ ],
+ 'total' => [
+ 'name' => 'মোট',
+ ],
+ 'sub_total' => [
+ 'name' => 'সাব টোটাল',
+ ],
+ 'sale' => [
+ 'name' => 'বিক্রয়',
+ ],
+ 'awaiting_tracking_number' => [
+ 'name' => 'ট্র্যাকিং নম্বর অপেক্ষায়',
+ ],
+ 'awaiting_payment_approval' => [
+ 'name' => 'পেমেন্ট অনুমোদনের অপেক্ষায়',
+ ],
+ 'paid' => [
+ 'name' => 'পেইড',
+ ],
+ 'cancelled' => [
+ 'name' => 'বাতিল করা হয়েছে',
+ ],
+ 'waiting' => [
+ 'name' => 'অপেক্ষা',
+ ],
+ 'awaiting_dispatch' => [
+ 'name' => 'প্রেরণের অপেক্ষায়',
+ ],
+ 'shipped' => [
+ 'name' => 'পাঠানো হয়েছে',
+ ],
+ 'delivered' => [
+ 'name' => 'নিষ্কৃত',
+ ],
+ 'tracking_number' => [
+ 'name' => 'ট্র্যাকিং নম্বর',
+ ],
+ 'was_delivered' => [
+ 'name' => 'পাঠানোর হইছিল',
+ ],
+ 'not_delivered' => [
+ 'name' => 'বিতরণ করা হয়নি',
+ ],
+ 'show_order_msg1' => [
+ 'name' => 'লেনদেনের ফলাফলটি মেল দ্বারা জানানো হবে।',
+ ],
+ 'show_order_msg2' => [
+ 'name' => 'এক সপ্তাহের মধ্যে পণ্য বিতরণ না করা হলে ফেরত দেওয়া হবে।',
+ ],
+ 'show_order_msg3' => [
+ 'name' => 'লেনদেনের ফলাফলটি আপনার নিবন্ধিত ইমেল ঠিকানায় প্রেরণ করা হয়েছে।',
+ ],
+
+ 'awaiting_payment' => [
+ 'name' => 'পেমেন্ট অপেক্ষা',
+ ],
+ 'please_entered_tracking_number' => [
+ 'name' => 'ট্র্যাকিং নম্বর প্রবেশ করান দয়া করে',
+ ],
+ 'transport_days' => [
+ 'name' => 'পরিবহন দিন',
+ ],
+ 'product_not_delivered' => [
+ 'name' => 'পণ্য সরবরাহ করা হয়নি',
+ ],
+ 'status' => [
+ 'name' => 'অবস্থা',
+ ],
+ 'cancel_sale' => [
+ 'name' => 'বাতিল বাতিল',
+ ],
+ 'send_again' => [
+ 'name' => 'আমি আবার পাঠাব',
+ ],
+ 'content' => [
+ 'name' => 'সন্তুষ্ট',
+ ],
+ 'preferences_settings' => [
+ 'name' => 'পছন্দসমূহ সেটিংস',
+ ],
+
+ 'corporate_settings' => [
+ 'name' => 'কর্পোরেট সেটিংস',
+ ],
+ 'password' => [
+ 'name' => 'পাসওয়ার্ড',
+ ],
+ 'old_password' => [
+ 'name' => 'পুরানো পাসওয়ার্ড',
+ ],
+ 'new_password' => [
+ 'name' => 'নতুন পাসওয়ার্ড',
+ ],
+ 're_new_password' => [
+ 'name' => 'পাসওয়ার্ড নিশ্চিত করুন',
+ ],
+ 'confirm_password_input' => [
+ 'name' => 'আমি আমার পাসওয়ার্ড পরিবর্তন নিশ্চিত',
+ ],
+ 'create_address' => [
+ 'name' => 'ঠিকানা তৈরি করুন',
+ ],
+ 'edit_address' => [
+ 'name' => 'ঠিকানা সম্পাদনা করুন',
+ ],
+ 'balance_limit' => [
+ 'name' => 'ব্যালেন্স সীমা',
+ ],
+ 'active_ads' => [
+ 'name' => 'সক্রিয় বিজ্ঞাপনসমূহ',
+ ],
+ 'subscriptions' => [
+ 'name' => 'সাবস্ক্রিপশন',
+ ],
+ 'go_subscriptions_page' => [
+ 'name' => 'সাবস্ক্রিপশন পৃষ্ঠায় যান',
+ ],
+ 'buy_package' => [
+ 'name' => 'প্যাকেজ কিনুন',
+ ],
+ 'expired_date' => [
+ 'name' => 'মেয়াদ শেষ হওয়া তারিখ',
+ ],
+ 'category' => [
+ 'name' => 'বিভাগ',
+ ],
+ 'ad_limit' => [
+ 'name' => 'বিজ্ঞাপন সীমা',
+ ],
+ 'publish_time' => [
+ 'name' => 'প্রকাশের সময়',
+ ],
+ 'all_categories' => [
+ 'name' => 'সব ধরনের',
+ ],
+ 'day' => [
+ 'name' => 'দিন',
+ ],
+
+ 'individual' => [
+ 'name' => 'স্বতন্ত্র',
+ ],
+ 'corporate' => [
+ 'name' => 'কর্পোরেট',
+ ],
+
+ 'details' => [
+ 'name' => 'বিস্তারিত'
+ ],
+ 'choose' => [
+ 'name' => 'পছন্দ করা'
+ ],
+ 'my_address' => 'আমার ঠিকানা',
+
+ 'company' => [
+ 'name' => 'কোমপানির নাম'
+ ],
+ 'tax_office' => [
+ 'name' => 'কর অফিস'
+ ],
+ 'tax_number' => [
+ 'name' => 'কর নম্বর'
+ ],
+
+ // Profile page
+ 'my_profile' => 'আমার প্রোফাইল',
+ 'edit_profile' => 'জীবন বৃত্তান্ত সম্পাদনা',
+ 'edit_details' => 'তথ্য সংশোধন কর',
+ 'update' => 'হালনাগাদ',
+ 'change_password' => 'পাসওয়ার্ড পরিবর্তন করুন',
+ 'choose_an_option' => 'একটি বিকল্প নির্বাচন করুন...',
+ 'change_status' => 'স্ট্যাটাস বদলাও',
+ 'profile_settings' => 'প্রোফাইল সেটিংস',
+ 'profile_detail' => 'প্রোফাইল বিশদ',
+
+ // Register page
+ 'accept_terms_label' => 'আমি শর্তাদি গ্রহণ করি।',
+ 'accept_protection_law_label' => 'আমি আইনটির শর্তাদি স্বীকার করি' . setting_value('visiosoft.module.profile::register_protection_url') . '"টার্গেট =" _ ফাঁকা "> ব্যক্তিগত ডেটা সুরক্ষা',
+ 'accept_privacy_terms_label' => 'আমি স্বীকার করছি' . setting_value('visiosoft.module.profile::register_privacy_url') . '"টার্গেট =" _ ফাঁকা "> গোপনীয়তার শর্তাদি।',
+ 'receive_sms_emails_label' => 'আমি ইমেইল এবং এসএমএস পেতে চাই',
+
+ // Register Type
+ 'personal' => [
+ 'name' => 'ব্যক্তিগত'
+ ],
+
+ 'education_part' => [
+ 'name' => 'শিক্ষা রাজ্য'
+ ],
+
+ 'notified_new_updates' => [
+ 'name' => 'অবহিত নতুন আপডেট',
+ ],
+ 'notified_about_ads' => [
+ 'name' => 'বিজ্ঞাপন সম্পর্কে অবহিত',
+ ],
+ 'receive_messages_email' => [
+ 'name' => 'বার্তা ইমেল পান',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/bn/message.php b/resources/default/addons/visiosoft/profile-module/lang/bn/message.php
new file mode 100644
index 000000000..39c5bfcc8
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/bn/message.php
@@ -0,0 +1,46 @@
+ "ই-মেইল ফিল্ড প্রয়োজনীয়!",
+ "username" => "ব্যবহারকারীর নাম ক্ষেত্র প্রয়োজন!",
+ "success_update" => "প্রোফাইল আপডেট সফলভাবে!",
+ "adress_success_update" => "অ্যাড্রেস আপডেট সফলভাবে!",
+ "adress_success_create" => "অ্যাড্রেস সফলভাবে তৈরি করুন!",
+ "login_error" => "ভুল লগইন বা পাসওয়ার্ড.",
+ "login_noMail_old_user" => "আপনার প্রবেশ করা ইমেল ঠিকানাটি পাওয়া যায়নি।",
+ "login_noMail_old_user2" => "দয়া করে ইমেল ঠিকানাটি চেক করুন এবং আবার চেষ্টা করুন।",
+ "login_noMail_old_user3" => "যদি সমস্যাটি অব্যাহত থাকে তবে দয়া করে 'info@openclassify.com' এ যোগাযোগ করুন।",
+ "login_info_old_user" => "আপনার ইমেল ঠিকানায় একটি নতুন পাসওয়ার্ড প্রেরণ করা হয়েছে।",
+ "success" => "সাফল্য",
+ "notified_new_updates" => "আমি নতুন আপডেট সম্পর্কে অবহিত হতে চাই",
+ "notified_about_ads" => "আমার বিজ্ঞাপন সম্পর্কে বিজ্ঞপ্তি অনুমতি দিন",
+ "receive_messages_email" => "আমি ইমেল হিসাবে বার্তা পেতে চাই",
+ "no_packages_module" => "কোন প্যাকেজ মডিউল!",
+ "required_add"=> "সমস্ত প্রয়োজনীয় লাইন পূরণ করুন।",
+ "no_extend_package" => "বিজ্ঞাপন প্যাকেজগুলি প্রসারিত করবেন না",
+ "saved" => "সংরক্ষিত!",
+ 'please_confirm_transaction' => 'লেনদেন নিশ্চিত করুন',
+ 'password_do_not_match' => 'পাসওয়ার্ড মিলছে না',
+ 'your_password_changed' => 'আপনার পাসওয়ার্ড সফলভাবে আপডেট করা হয়েছে',
+ 'error_valid_email_or_phone' => 'ফোন নম্বর বা ইমেল ঠিকানা ফর্ম্যাটটি সঠিক নয়।',
+ 'error_valid_phone' => 'ফোন নম্বর ফর্ম্যাটটি সঠিক নয়।',
+ 'registered_phone' => 'এই ফোন নম্বরটি ইতিমধ্যে নিবন্ধিত হয়েছে।',
+ 'ajax_address_error' => 'কোনও ঠিকানা নেই বা দেখার অনুমতি নেই।',
+ 'empty_password_sms_message' => 'সুরক্ষা সমস্যার কারণে আমরা আপনার পাসওয়ার্ড পরিবর্তন করেছি! আপনার নতুন পাসওয়ার্ডটি হ\'ল:',
+ 'required_all' => "সমস্ত ক্ষেত্র প্রয়োজন!",
+ 'can_not_remove_filled_fields' => "আপনি ভরাট ক্ষেত্র সরাতে পারবেন না!",
+ 'wrong_password' => "আপনি যে পাসওয়ার্ডটি লিখেছেন তা সঠিক নয়!",
+
+ // Forgot Password
+ 'email_phone_not_found' => 'ই-মেইল, ফোন নম্বর ঠিক নয়!',
+
+ 'disable_account' => 'আপনি কি আপনার অ্যাকাউন্ট বন্ধ করতে চান? এই অপারেশনটি পূর্বাবস্থায় ফেরা যায় না।',
+
+ // Mail
+ 'update_email_mail_subject' => 'ইমেল আপডেট!',
+ 'update_email_mail_message' => 'আপনার ইমেল আপডেট হয়েছে!',
+
+ // Register
+ 'recaptcha_field_is_required' => 'পুনরায় ক্যাপচা ক্ষেত্র প্রয়োজন।',
+ 'failed_to_validate_captcha' => 'ক্যাপচাকে বৈধতা দিতে ব্যর্থ।',
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/bn/permission.php b/resources/default/addons/visiosoft/profile-module/lang/bn/permission.php
new file mode 100644
index 000000000..ed829f013
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/bn/permission.php
@@ -0,0 +1,36 @@
+ [
+ 'name' => 'প্রোফাইল',
+ 'option' => [
+ 'read' => 'প্রোফাইল পড়তে পারি?',
+ 'write' => 'প্রোফাইল তৈরি / সম্পাদনা করতে পারবেন?',
+ 'delete' => 'প্রোফাইল মুছতে পারবেন?',
+ ],
+ ],
+ 'adress' => [
+ 'name' => 'adress',
+ 'option' => [
+ 'read' => 'ঠিকানা পড়তে পারি?',
+ 'write' => 'ঠিকানা তৈরি / সম্পাদনা করতে পারেন?',
+ 'delete' => 'ঠিকানা মুছতে পারেন?',
+ ],
+ ],
+ 'education' => [
+ 'name' => 'শিক্ষা',
+ 'option' => [
+ 'read' => 'পড়াশোনা করতে পারি?',
+ 'write' => 'শিক্ষা তৈরি / সম্পাদনা করতে পারবেন?',
+ 'delete' => 'পড়াশোনা মুছতে পারবেন?',
+ ],
+ ],
+ 'education_part' => [
+ 'name' => 'শিক্ষার অংশ',
+ 'option' => [
+ 'read' => 'পড়াশুনা অংশ পড়তে পারেন?',
+ 'write' => 'শিক্ষার অংশ তৈরি / সম্পাদনা করতে পারবেন?',
+ 'delete' => 'শিক্ষার অংশটি মুছতে পারবেন?',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/bn/section.php b/resources/default/addons/visiosoft/profile-module/lang/bn/section.php
new file mode 100644
index 000000000..f268ceea2
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/bn/section.php
@@ -0,0 +1,18 @@
+ [
+ 'title' => 'প্রোফাইল',
+ ],
+ 'adress' => [
+ 'title' => 'adress',
+ ],
+ 'general_setting' => 'সাধারণ সেটিংস',
+ 'recaptcha' => 'reCAPTCHA',
+ 'education' => [
+ 'title' => 'শিক্ষা',
+ ],
+ 'education_part' => [
+ 'title' => 'শিক্ষার অংশ',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/bn/setting.php b/resources/default/addons/visiosoft/profile-module/lang/bn/setting.php
new file mode 100644
index 000000000..d71c487d2
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/bn/setting.php
@@ -0,0 +1,58 @@
+ [
+ 'name' => 'আমার বিজ্ঞাপনের ট্যাবটি দেখান',
+ ],
+ 'upload_avatar' => [
+ 'name' => 'অবতার আপলোড',
+ ],
+ 'show_tax_office' => [
+ 'name' => 'কর অফিস ক্ষেত্র প্রদর্শন করুন',
+ ],
+ 'show_checkbox_terms_on_register' => [
+ 'name' => 'নিবন্ধটিতে চেকবক্স শর্তাদি প্রদর্শন করুন',
+ 'instructions' => '"স্বীকৃতি শর্ত", "সুরক্ষা আইন", "গোপনীয়তা শর্ত", "এসএমএস এবং ইমেল" রেজিস্টার ফর্মটিতে দেখান'
+ ],
+ 'register_protection_url' => [
+ 'name' => 'সুরক্ষা ইউআরএল নিবন্ধন করুন',
+ ],
+ 'register_privacy_url' => [
+ 'name' => 'গোপনীয়তা ইউআরএল নিবন্ধন করুন',
+ ],
+ 'show_education_profession' => [
+ 'name' => 'শিক্ষা এবং পেশার ক্ষেত্রগুলি দেখান',
+ 'instructions' => 'প্রোফাইল সম্পাদনা পৃষ্ঠায় "শিক্ষা", "শিক্ষার রাজ্য" এবং "পেশা" দেখান'
+ ],
+ 'google_captcha_site_key' => [
+ 'name' => 'গুগল ক্যাপচা সাইট কী',
+ ],
+ 'google_captcha_secret_key' => [
+ 'name' => 'গুগল ক্যাপচা সিক্রেট কী',
+ ],
+ 'score_threshold' => [
+ 'name' => 'স্কোর থ্রেশহোল্ড',
+ 'instructions' => '0 এবং 1 এর মধ্যে একটি মান একটি প্রারম্ভিক যত বেশি তত বেশি কঠোর রিক্যাপ্টচা নির্ধারণ করার চেষ্টা করছে যে কোনও ব্যবহারকারী বট বা না।',
+ ],
+ 'education' => [
+ 'name' => 'শিক্ষা'
+ ],
+ 'state_of_education' => [
+ 'name' => 'শিক্ষা রাজ্য'
+ ],
+ 'profession' => [
+ 'name' => 'পেশা'
+ ],
+ 'hide_register_type_profile' => [
+ 'name' => 'প্রোফাইল পৃষ্ঠায় নিবন্ধের প্রকারটি লুকান',
+ 'instructions' => 'প্রোফাইল সম্পাদনা পৃষ্ঠায় নিবন্ধকের ধরণের ক্ষেত্রটি লুকিয়ে রাখে।',
+ ],
+ 'required_district' => [
+ 'name' => 'প্রয়োজনীয় জেলা',
+ 'instructions' => 'ঠিকানা যুক্ত করা জেলার দায়বদ্ধতার প্রতিনিধিত্ব করে।',
+ ],
+ 'show_extends_actions' => [
+ 'name' => 'প্রসারিত ক্রিয়াগুলি দেখান',
+ 'instructions' => 'আমার প্রোফাইল বিজ্ঞাপন পৃষ্ঠায় উপলভ্য বর্ধিত বিকল্পগুলির প্রতিনিধিত্ব করে।',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/bn/stream.php b/resources/default/addons/visiosoft/profile-module/lang/bn/stream.php
new file mode 100644
index 000000000..35ed95de2
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/bn/stream.php
@@ -0,0 +1,16 @@
+ [
+ 'name' => 'প্রোফাইল',
+ ],
+ 'adress' => [
+ 'name' => 'ঠিকানা',
+ ],
+ 'education' => [
+ 'name' => 'শিক্ষা',
+ ],
+ 'education_part' => [
+ 'name' => 'শিক্ষার অংশ',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/ca/addon.php b/resources/default/addons/visiosoft/profile-module/lang/ca/addon.php
new file mode 100644
index 000000000..4fd0d6302
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/ca/addon.php
@@ -0,0 +1,7 @@
+ 'Perfil',
+ 'name' => 'Mòdul de perfil',
+ 'description' => ''
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/ca/button.php b/resources/default/addons/visiosoft/profile-module/lang/ca/button.php
new file mode 100644
index 000000000..8462d2ed3
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/ca/button.php
@@ -0,0 +1,21 @@
+ 'Perfil nou',
+ 'new_adress' => 'Nova adreça',
+ 'show' => 'Mostra l’adreça',
+ 'update_password' => 'Actualitza la contrasenya',
+ 'update_profile' => 'Actualitza el perfil',
+ 'delete' => 'Suprimeix',
+ 'extend' => 'Estendre',
+ 'extend_all' => 'Amplieu-ho tot',
+ 'extend_unpublished' => 'Amplia sense publicar',
+ 'edit' => 'Edita',
+ 'go_profile' => 'Aneu a Detall del perfil',
+ 'go_user' => 'Aneu a Detalls de l\'usuari',
+ 'personal' => 'Personal',
+ 'corporate' => 'Corporatiu',
+ 'export' => 'Exporta',
+ 'new_education' => 'Nova educació',
+ 'new_education_part' => 'Nova part d’Educació',
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/ca/field.php b/resources/default/addons/visiosoft/profile-module/lang/ca/field.php
new file mode 100644
index 000000000..c7651be33
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/ca/field.php
@@ -0,0 +1,499 @@
+ [
+ 'name' => 'Fotografies'
+ ],
+ 'first_name' => [
+ 'name' => 'Nom'
+ ],
+ 'last_name' => [
+ 'name' => 'Cognom'
+ ],
+ 'username' => [
+ 'name' => 'Nom d\'usuari'
+ ],
+ 'display_name' => [
+ 'name' => 'Nom visible'
+ ],
+ 'email' => [
+ 'name' => 'Correu electrònic'
+ ],
+ 'sitename' => [
+ 'name' => 'nom del lloc'
+ ],
+ 'activated' => [
+ 'name' => 'Usuari actiu'
+ ],
+ 'enabled' => [
+ 'name' => 'Activació de l\'usuari'
+ ],
+ 'country' => [
+ 'name' => 'País'
+ ],
+ 'city' => [
+ 'name' => 'ciutat'
+ ],
+ 'district' => [
+ 'name' => 'Districte'
+ ],
+ 'neighborhood' => [
+ 'name' => 'Barri'
+ ],
+ 'village' => [
+ 'name' => 'Poble'
+ ],
+ 'gsm_phone' => [
+ 'name' => 'Telèfon GSM'
+ ],
+ 'land_phone' => [
+ 'name' => 'Telèfon de terra'
+ ],
+ 'office_phone' => [
+ 'name' => 'Telèfon d\'oficina'
+ ],
+ 'register_type' => [
+ 'name' => 'Tipus de registre'
+ ],
+ 'birthday' => [
+ 'name' => 'Aniversari'
+ ],
+ 'facebook_address' => [
+ 'name' => 'Adreça de Facebook'
+ ],
+ 'google_address' => [
+ 'name' => 'Adreça de Google'
+ ],
+ 'education' => [
+ 'name' => 'Educació'
+ ],
+ 'state_of_education' => [
+ 'name' => 'Estat de l’Educació'
+ ],
+ 'profession' => [
+ 'name' => 'Professió'
+ ],
+ 'identification_number' => [
+ 'name' => 'Número d\'identificació'
+ ],
+ 'adress_name' => [
+ 'name' => 'Nom de l\'adreça'
+ ],
+ 'adress_first_name' => [
+ 'name' => 'Nom'
+ ],
+ 'adress_last_name' => [
+ 'name' => 'Cognom'
+ ],
+ 'actions' => [
+ 'name' => 'Accions'
+ ],
+ 'adress_content' => [
+ 'name' => 'Contingut de l\'adreça'
+ ],
+ 'adress_post_code' => [
+ 'name' => 'Codi postal'
+ ],
+ 'adress_gsm_phone' => [
+ 'name' => 'Telèfon GSM'
+ ],
+ 'adress_land_phone' => [
+ 'name' => 'Telèfon de terra'
+ ],
+ 'adress_country' => [
+ 'name' => 'País'
+ ],
+ 'adress_city' => [
+ 'name' => 'ciutat'
+ ],
+ 'adress_district' => [
+ 'name' => 'Districte'
+ ],
+ 'adress_neighborhood' => [
+ 'name' => 'Barri'
+ ],
+ 'adress_village' => [
+ 'name' => 'Poble'
+ ],
+ 'messages' => [
+ 'name' => 'Missatges'
+ ],
+ 'user' => [
+ 'name' => 'Usuari'
+ ],
+ 'name' => [
+ 'name' => 'Nom'
+ ],
+
+ /*Menu Button*/
+ 'profile' => [
+ 'name' => 'Perfil'
+ ],
+
+ 'create' => [
+ 'name' => 'Crear'
+ ],
+ 'edit' => [
+ 'name' => 'Edita'
+ ],
+ 'delete' => [
+ 'name' => 'Suprimeix'
+ ],
+ 'list' => [
+ 'name' => 'Llista'
+ ],
+ 'menu_address' => [
+ 'name' => 'adreça'
+ ],
+ 'menu_orders' => [
+ 'name' => 'Comandes'
+ ],
+ 'menu_favorites' => [
+ 'name' => 'Preferits'
+ ],
+ 'menu_archived_ads' => [
+ 'name' => 'Anuncis arxivats'
+ ],
+ 'menu_pending_ads' => [
+ 'name' => 'Pendent d\'aprovació'
+ ],
+ 'menu_delete_account' => [
+ 'name' => 'Tanca el compte'
+ ],
+ 'menu_my_ads' => [
+ 'name' => 'Els meus anuncis'
+ ],
+ 'menu_fav_ads' => [
+ 'name' => 'Anuncis preferits'
+ ],
+ 'menu_hello_msg' => [
+ 'name' => 'Hola'
+ ],
+ 'menu_last_msg' => [
+ 'name' => 'Vau iniciar la sessió per última vegada a'
+ ],
+ 'menu_packages' => [
+ 'name' => 'Els meus paquets'
+ ],
+ 'menu_adv_packages' => [
+ 'name' => 'Paquets d\'anuncis'
+ ],
+ 'menu_time_packages' => [
+ 'name' => 'Paquets de temps'
+ ],
+ 'profile_details' => [
+ 'name' => 'Detalls del perfil'
+ ],
+ 'profile_photo' => [
+ 'name' => 'Foto del perfil'
+ ],
+ 'adv_listing_banner' => [
+ 'name' => 'Bàner de pàgina de llistat d’anuncis'
+ ],
+ 'approve' => [
+ 'name' => 'Aprovar'
+ ],
+ 'approved' => [
+ 'name' => 'Aprovat'
+ ],
+ 'pending' => [
+ 'name' => 'Pendents'
+ ],
+ 'passive' => [
+ 'name' => 'Passiu'
+ ],
+ 'pending_admin' => [
+ 'name' => 'Pendents'
+ ],
+ 'menu_messages' => [
+ 'name' => 'Missatges'
+ ],
+ 'menu_my_purchase' => [
+ 'name' => 'La meva compra'
+ ],
+ 'menu_my_sales' => [
+ 'name' => 'Les meves vendes'
+ ],
+
+ /* Right Dock*/
+ 'right_secure_trading_subject' => [
+ 'name' => 'Negociació segura'
+ ],
+ 'right_secure_trading_msg' => [
+ 'name' => 'Lorem ipsum dolor sit amet, consectetur adipisicing elit'
+ ],
+ 'right_support_subject' => [
+ 'name' => 'Suport 24/7'
+ ],
+ 'right_support_msg' => [
+ 'name' => 'Lorem ipsum dolor sit amet, consectetur adipisicing elit'
+ ],
+ 'right_easy_trading_subject' => [
+ 'name' => 'Comerç fàcil'
+ ],
+ 'right_easy_trading_msg' => [
+ 'name' => 'Lorem ipsum dolor sit amet, consectetur adipisicing elit'
+ ],
+ 'right_need_help_subject' => [
+ 'name' => 'Necessitar ajuda?'
+ ],
+ 'right_need_help_msg' => [
+ 'name' => 'Truca'
+ ],
+ 'disable_account' => [
+ 'name' => 'Desactiva el compte'
+ ],
+ 'disable_account_msg' => [
+ 'name' => 'El vostre compte es desactivarà.
+ Aquesta operació no es pot desfer'
+ ],
+
+ 'message_title' => 'Títol del missatge',
+ 'owner_name' => 'Missatge',
+
+ 'favorites' => "Preferits",
+ 'fav_advs' => 'Anuncis preferits',
+ 'fav_sellers' => "Venedors Fav",
+ 'fav_searches' => "Cerques Fav",
+ 'posted_on' => "Posat en",
+ 'message_details' => "Detalls del missatge",
+ 'adv_no' => 'Anunci núm',
+ 'bill_address' => [
+ 'name' => 'Adreça de factura',
+ ],
+ 'delivery_address' => [
+ 'name' => 'Adreça d\'entrega',
+ ],
+ 'order_total' => [
+ 'name' => 'Total',
+ ],
+ 'order_date' => [
+ 'name' => 'Data d\'Ordre',
+ ],
+ 'order_no' => [
+ 'name' => 'Identificador de la comanda',
+ ],
+ 'order_detail' => [
+ 'name' => 'Mostra el detall',
+ ],
+ /*Detail Page Order*/
+ 'detail' => [
+ 'name' => 'Detall',
+ ],
+ 'back' => [
+ 'name' => 'esquena',
+ ],
+ 'image' => [
+ 'name' => 'Imatge',
+ ],
+ 'subject' => [
+ 'name' => 'Assignatura',
+ ],
+ 'price' => [
+ 'name' => 'Preu',
+ ],
+ 'piece' => [
+ 'name' => 'Peça',
+ ],
+ 'commission' => [
+ 'name' => 'Comissió',
+ ],
+ 'total' => [
+ 'name' => 'Total',
+ ],
+ 'sub_total' => [
+ 'name' => 'Subtotal',
+ ],
+ 'sale' => [
+ 'name' => 'Venda',
+ ],
+ 'awaiting_tracking_number' => [
+ 'name' => 'Esperant el número de seguiment',
+ ],
+ 'awaiting_payment_approval' => [
+ 'name' => 'S’espera l’aprovació del pagament',
+ ],
+ 'paid' => [
+ 'name' => 'Pagat',
+ ],
+ 'cancelled' => [
+ 'name' => 'Cancel·lat',
+ ],
+ 'waiting' => [
+ 'name' => 'Esperant',
+ ],
+ 'awaiting_dispatch' => [
+ 'name' => 'Esperant despatx',
+ ],
+ 'shipped' => [
+ 'name' => 'Enviat',
+ ],
+ 'delivered' => [
+ 'name' => 'Lliurat',
+ ],
+ 'tracking_number' => [
+ 'name' => 'Número de seguiment',
+ ],
+ 'was_delivered' => [
+ 'name' => 'es va lliurar',
+ ],
+ 'not_delivered' => [
+ 'name' => 'no lliurat',
+ ],
+ 'show_order_msg1' => [
+ 'name' => 'El resultat de la transacció es notificarà per correu.',
+ ],
+ 'show_order_msg2' => [
+ 'name' => 'El reembossament es realitzarà si el producte no es lliura en el termini d’una setmana.',
+ ],
+ 'show_order_msg3' => [
+ 'name' => 'El resultat de la transacció s’ha enviat a la vostra adreça de correu electrònic registrada.',
+ ],
+
+ 'awaiting_payment' => [
+ 'name' => 'esperant el pagament',
+ ],
+ 'please_entered_tracking_number' => [
+ 'name' => 'Introduïu el número de seguiment',
+ ],
+ 'transport_days' => [
+ 'name' => 'Dies de transport',
+ ],
+ 'product_not_delivered' => [
+ 'name' => 'Producte no lliurat',
+ ],
+ 'status' => [
+ 'name' => 'Estat',
+ ],
+ 'cancel_sale' => [
+ 'name' => 'Cancel·la la venda',
+ ],
+ 'send_again' => [
+ 'name' => 'Enviaré de nou',
+ ],
+ 'content' => [
+ 'name' => 'Contingut',
+ ],
+ 'preferences_settings' => [
+ 'name' => 'Configuració de preferències',
+ ],
+
+ 'corporate_settings' => [
+ 'name' => 'Configuració corporativa',
+ ],
+ 'password' => [
+ 'name' => 'Contrasenya',
+ ],
+ 'old_password' => [
+ 'name' => 'Contrasenya antiga',
+ ],
+ 'new_password' => [
+ 'name' => 'Nova contrasenya',
+ ],
+ 're_new_password' => [
+ 'name' => 'Confirma la contrassenya',
+ ],
+ 'confirm_password_input' => [
+ 'name' => 'Confirmo el canvi de contrasenya',
+ ],
+ 'create_address' => [
+ 'name' => 'Crea adreça',
+ ],
+ 'edit_address' => [
+ 'name' => 'Edita l\'adreça',
+ ],
+ 'balance_limit' => [
+ 'name' => 'Límit de saldo',
+ ],
+ 'active_ads' => [
+ 'name' => 'Anuncis actius',
+ ],
+ 'subscriptions' => [
+ 'name' => 'Subscripcions',
+ ],
+ 'go_subscriptions_page' => [
+ 'name' => 'Aneu a la pàgina Subscripcions',
+ ],
+ 'buy_package' => [
+ 'name' => 'Compra el paquet',
+ ],
+ 'expired_date' => [
+ 'name' => 'Data de caducitat',
+ ],
+ 'category' => [
+ 'name' => 'Categoria',
+ ],
+ 'ad_limit' => [
+ 'name' => 'Límit d’anuncis',
+ ],
+ 'publish_time' => [
+ 'name' => 'Hora de publicació',
+ ],
+ 'all_categories' => [
+ 'name' => 'totes les categories',
+ ],
+ 'day' => [
+ 'name' => 'Dia',
+ ],
+
+ 'individual' => [
+ 'name' => 'individual',
+ ],
+ 'corporate' => [
+ 'name' => 'Corporatiu',
+ ],
+
+ 'details' => [
+ 'name' => 'Detalls'
+ ],
+ 'choose' => [
+ 'name' => 'Trieu'
+ ],
+ 'my_address' => 'La meva adreça',
+
+ 'company' => [
+ 'name' => 'Nom de la companyia'
+ ],
+ 'tax_office' => [
+ 'name' => 'Oficina d\'impostos'
+ ],
+ 'tax_number' => [
+ 'name' => 'Número d\'identificació fiscal'
+ ],
+
+ // Profile page
+ 'my_profile' => 'El meu perfil',
+ 'edit_profile' => 'Edita el perfil',
+ 'edit_details' => 'Edita els detalls',
+ 'update' => 'Actualització',
+ 'change_password' => 'Canvia la contrasenya',
+ 'choose_an_option' => 'Trieu una opció ...',
+ 'change_status' => 'Canvia l\'estat',
+ 'profile_settings' => 'Configuració del perfil',
+ 'profile_detail' => 'Detall del perfil',
+
+ // Register page
+ 'accept_terms_label' => 'Accepto les condicions.',
+ 'accept_protection_law_label' => 'Accepto els termes de la llei sobre' . setting_value('visiosoft.module.profile::register_protection_url') . '"target =" _ blank "> Protecció de dades personals.',
+ 'accept_privacy_terms_label' => 'accepto' . setting_value('visiosoft.module.profile::register_privacy_url') . '"target =" _ blank "> condicions de privadesa.',
+ 'receive_sms_emails_label' => 'Vull rebre correus electrònics i sms.',
+
+ // Register Type
+ 'personal' => [
+ 'name' => 'Personal'
+ ],
+
+ 'education_part' => [
+ 'name' => 'Estat de l’Educació'
+ ],
+
+ 'notified_new_updates' => [
+ 'name' => 'Noves actualitzacions notificades',
+ ],
+ 'notified_about_ads' => [
+ 'name' => 'Notificat sobre els anuncis',
+ ],
+ 'receive_messages_email' => [
+ 'name' => 'Rebre missatges de correu electrònic',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/ca/message.php b/resources/default/addons/visiosoft/profile-module/lang/ca/message.php
new file mode 100644
index 000000000..864b2e4ce
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/ca/message.php
@@ -0,0 +1,46 @@
+ "El camp de correu electrònic és obligatori.",
+ "username" => "El camp del nom d'usuari és obligatori.",
+ "success_update" => "S'ha actualitzat el perfil correctament.",
+ "adress_success_update" => "S'ha actualitzat correctament l'adreça.",
+ "adress_success_create" => "Adreça crea amb èxit.",
+ "login_error" => "Inici de sessió o contrasenya incorrectes.",
+ "login_noMail_old_user" => "No s'ha pogut trobar l'adreça electrònica que heu introduït.",
+ "login_noMail_old_user2" => "Comproveu l'adreça electrònica i torneu-ho a provar.",
+ "login_noMail_old_user3" => "Si el problema continua, poseu-vos en contacte amb \"info@openclassify.com\".",
+ "login_info_old_user" => "S'ha enviat una nova contrasenya a la vostra adreça de correu electrònic.",
+ "success" => "Èxit",
+ "notified_new_updates" => "Vull rebre notificacions de noves actualitzacions",
+ "notified_about_ads" => "Permetre notificacions sobre els meus anuncis",
+ "receive_messages_email" => "Vull rebre missatges com a correu electrònic",
+ "no_packages_module" => "Mòdul sense paquets.",
+ "required_add"=> "Empleneu totes les línies obligatòries.",
+ "no_extend_package" => "No hi ha paquets d’anuncis ampliats",
+ "saved" => "Desat!",
+ 'please_confirm_transaction' => 'Confirmeu la transacció',
+ 'password_do_not_match' => 'Les contrasenyes no coincideixen',
+ 'your_password_changed' => 'La vostra contrasenya s\'ha actualitzat correctament',
+ 'error_valid_email_or_phone' => 'El format del número de telèfon o de l\'adreça de correu electrònic no és correcte.',
+ 'error_valid_phone' => 'El format del número de telèfon no és correcte.',
+ 'registered_phone' => 'Aquest número de telèfon ja s\'ha registrat.',
+ 'ajax_address_error' => 'No hi ha cap adreça o no està autoritzada per visualitzar-la.',
+ 'empty_password_sms_message' => 'Per problemes de seguretat, hem canviat la contrasenya. La vostra nova contrasenya és:',
+ 'required_all' => "Tot el camp és obligatori.",
+ 'can_not_remove_filled_fields' => "No podeu eliminar els camps emplenats.",
+ 'wrong_password' => "La contrasenya que heu introduït no és correcta.",
+
+ // Forgot Password
+ 'email_phone_not_found' => 'El número de telèfon, el correu electrònic no és correcte.',
+
+ 'disable_account' => 'Voleu tancar el compte? Aquesta operació no es pot desfer.',
+
+ // Mail
+ 'update_email_mail_subject' => 'Correu electrònic actualitzat.',
+ 'update_email_mail_message' => 'El vostre correu electrònic s\'ha actualitzat.',
+
+ // Register
+ 'recaptcha_field_is_required' => 'El camp reCaptcha és obligatori.',
+ 'failed_to_validate_captcha' => 'No s\'ha pogut validar el captcha.',
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/ca/permission.php b/resources/default/addons/visiosoft/profile-module/lang/ca/permission.php
new file mode 100644
index 000000000..4ea3268ff
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/ca/permission.php
@@ -0,0 +1,36 @@
+ [
+ 'name' => 'Perfil',
+ 'option' => [
+ 'read' => 'Es pot llegir el perfil?',
+ 'write' => 'Es pot crear / editar el perfil?',
+ 'delete' => 'Es pot suprimir el perfil?',
+ ],
+ ],
+ 'adress' => [
+ 'name' => 'Adreça',
+ 'option' => [
+ 'read' => 'Podeu llegir l\'adreça?',
+ 'write' => 'Es pot crear / editar l\'adreça?',
+ 'delete' => 'Es pot suprimir l\'adreça?',
+ ],
+ ],
+ 'education' => [
+ 'name' => 'Educació',
+ 'option' => [
+ 'read' => 'Saps llegir l’educació?',
+ 'write' => 'Es pot crear / editar educació?',
+ 'delete' => 'Es pot suprimir l\'educació?',
+ ],
+ ],
+ 'education_part' => [
+ 'name' => 'Part d’educació',
+ 'option' => [
+ 'read' => 'Podeu llegir part de l’educació?',
+ 'write' => 'Es pot crear / editar una part educativa?',
+ 'delete' => 'Es pot suprimir la part educativa?',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/ca/section.php b/resources/default/addons/visiosoft/profile-module/lang/ca/section.php
new file mode 100644
index 000000000..f25384320
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/ca/section.php
@@ -0,0 +1,18 @@
+ [
+ 'title' => 'Perfil',
+ ],
+ 'adress' => [
+ 'title' => 'Adreça',
+ ],
+ 'general_setting' => 'Configuració general',
+ 'recaptcha' => 'reCAPTCHA',
+ 'education' => [
+ 'title' => 'Educació',
+ ],
+ 'education_part' => [
+ 'title' => 'Part d’educació',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/ca/setting.php b/resources/default/addons/visiosoft/profile-module/lang/ca/setting.php
new file mode 100644
index 000000000..d94542fe4
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/ca/setting.php
@@ -0,0 +1,58 @@
+ [
+ 'name' => 'Mostra la pestanya Els meus anuncis',
+ ],
+ 'upload_avatar' => [
+ 'name' => 'Pujada d’avatar',
+ ],
+ 'show_tax_office' => [
+ 'name' => 'Mostra el camp de l’oficina tributària',
+ ],
+ 'show_checkbox_terms_on_register' => [
+ 'name' => 'Mostra els termes de la casella de selecció al registre',
+ 'instructions' => 'Mostra el formulari de registre "Accepta el terme", "llei de protecció", "terme de privadesa", "sms i correus electrònics"'
+ ],
+ 'register_protection_url' => [
+ 'name' => 'URL de protecció del registre',
+ ],
+ 'register_privacy_url' => [
+ 'name' => 'Registre URL de privadesa',
+ ],
+ 'show_education_profession' => [
+ 'name' => 'Mostra els camps d\'Educació i Professió',
+ 'instructions' => 'Mostra "Educació", "Estat educatiu" i "Professió" a la pàgina d\'edició del perfil'
+ ],
+ 'google_captcha_site_key' => [
+ 'name' => 'Clau del lloc de Google Captcha',
+ ],
+ 'google_captcha_secret_key' => [
+ 'name' => 'Clau secreta de Google Captcha',
+ ],
+ 'score_threshold' => [
+ 'name' => 'Llindar de puntuació',
+ 'instructions' => 'Un valor entre 0 i 1. Com més alt és el llindar, més estricte és ReCaptcha en intentar determinar si un usuari és un bot o no.',
+ ],
+ 'education' => [
+ 'name' => 'Educació'
+ ],
+ 'state_of_education' => [
+ 'name' => 'Estat de l’Educació'
+ ],
+ 'profession' => [
+ 'name' => 'Professió'
+ ],
+ 'hide_register_type_profile' => [
+ 'name' => 'Amaga el tipus de registre a la pàgina de perfil',
+ 'instructions' => 'Amaga el camp tipus de registre a la pàgina d\'edició del perfil.',
+ ],
+ 'required_district' => [
+ 'name' => 'Districte obligatori',
+ 'instructions' => 'Afegir una adreça representa l’obligació del districte.',
+ ],
+ 'show_extends_actions' => [
+ 'name' => 'Mostra les accions ampliades',
+ 'instructions' => 'Representa les opcions Extends disponibles a la pàgina Anuncis del meu perfil.',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/ca/stream.php b/resources/default/addons/visiosoft/profile-module/lang/ca/stream.php
new file mode 100644
index 000000000..dc54763eb
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/ca/stream.php
@@ -0,0 +1,16 @@
+ [
+ 'name' => 'Perfil',
+ ],
+ 'adress' => [
+ 'name' => 'adreça',
+ ],
+ 'education' => [
+ 'name' => 'Educació',
+ ],
+ 'education_part' => [
+ 'name' => 'Part d’educació',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/cs/addon.php b/resources/default/addons/visiosoft/profile-module/lang/cs/addon.php
new file mode 100644
index 000000000..4033b961e
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/cs/addon.php
@@ -0,0 +1,7 @@
+ 'Profil',
+ 'name' => 'Profilový modul',
+ 'description' => ''
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/cs/button.php b/resources/default/addons/visiosoft/profile-module/lang/cs/button.php
new file mode 100644
index 000000000..e11cfa9c8
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/cs/button.php
@@ -0,0 +1,21 @@
+ 'Nový profil',
+ 'new_adress' => 'Nová adresa',
+ 'show' => 'Zobrazit adresu',
+ 'update_password' => 'Aktualizujte heslo',
+ 'update_profile' => 'Aktualizovat profil',
+ 'delete' => 'Vymazat',
+ 'extend' => 'Rozšířit',
+ 'extend_all' => 'Rozšířit vše',
+ 'extend_unpublished' => 'Rozšířit nepublikované',
+ 'edit' => 'Upravit',
+ 'go_profile' => 'Přejít na Detail profilu',
+ 'go_user' => 'Přejít na Detail uživatele',
+ 'personal' => 'Osobní',
+ 'corporate' => 'Firemní',
+ 'export' => 'Vývozní',
+ 'new_education' => 'Nové vzdělání',
+ 'new_education_part' => 'Nová část vzdělávání',
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/cs/field.php b/resources/default/addons/visiosoft/profile-module/lang/cs/field.php
new file mode 100644
index 000000000..1c46b1ac2
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/cs/field.php
@@ -0,0 +1,499 @@
+ [
+ 'name' => 'Fotky'
+ ],
+ 'first_name' => [
+ 'name' => 'Jméno'
+ ],
+ 'last_name' => [
+ 'name' => 'Příjmení'
+ ],
+ 'username' => [
+ 'name' => 'Uživatelské jméno'
+ ],
+ 'display_name' => [
+ 'name' => 'Zobrazované jméno'
+ ],
+ 'email' => [
+ 'name' => 'Emailová adresa'
+ ],
+ 'sitename' => [
+ 'name' => 'jméno stránky'
+ ],
+ 'activated' => [
+ 'name' => 'Aktivní uživatel'
+ ],
+ 'enabled' => [
+ 'name' => 'Uživatel povolit'
+ ],
+ 'country' => [
+ 'name' => 'Země'
+ ],
+ 'city' => [
+ 'name' => 'Město'
+ ],
+ 'district' => [
+ 'name' => 'Okres'
+ ],
+ 'neighborhood' => [
+ 'name' => 'Sousedství'
+ ],
+ 'village' => [
+ 'name' => 'Vesnice'
+ ],
+ 'gsm_phone' => [
+ 'name' => 'GSM telefon'
+ ],
+ 'land_phone' => [
+ 'name' => 'Pevná linka'
+ ],
+ 'office_phone' => [
+ 'name' => 'Kancelářský telefon'
+ ],
+ 'register_type' => [
+ 'name' => 'Typ registrace'
+ ],
+ 'birthday' => [
+ 'name' => 'Narozeniny'
+ ],
+ 'facebook_address' => [
+ 'name' => 'Facebooková adresa'
+ ],
+ 'google_address' => [
+ 'name' => 'Adresa Google'
+ ],
+ 'education' => [
+ 'name' => 'Vzdělání'
+ ],
+ 'state_of_education' => [
+ 'name' => 'Stav školství'
+ ],
+ 'profession' => [
+ 'name' => 'Profese'
+ ],
+ 'identification_number' => [
+ 'name' => 'Identifikační číslo'
+ ],
+ 'adress_name' => [
+ 'name' => 'Název adresy'
+ ],
+ 'adress_first_name' => [
+ 'name' => 'Jméno'
+ ],
+ 'adress_last_name' => [
+ 'name' => 'Příjmení'
+ ],
+ 'actions' => [
+ 'name' => 'Akce'
+ ],
+ 'adress_content' => [
+ 'name' => 'Obsah adresy'
+ ],
+ 'adress_post_code' => [
+ 'name' => 'PSČ'
+ ],
+ 'adress_gsm_phone' => [
+ 'name' => 'GSM telefon'
+ ],
+ 'adress_land_phone' => [
+ 'name' => 'Pevná linka'
+ ],
+ 'adress_country' => [
+ 'name' => 'Země'
+ ],
+ 'adress_city' => [
+ 'name' => 'Město'
+ ],
+ 'adress_district' => [
+ 'name' => 'Okres'
+ ],
+ 'adress_neighborhood' => [
+ 'name' => 'Sousedství'
+ ],
+ 'adress_village' => [
+ 'name' => 'Vesnice'
+ ],
+ 'messages' => [
+ 'name' => 'Zprávy'
+ ],
+ 'user' => [
+ 'name' => 'Uživatel'
+ ],
+ 'name' => [
+ 'name' => 'název'
+ ],
+
+ /*Menu Button*/
+ 'profile' => [
+ 'name' => 'Profil'
+ ],
+
+ 'create' => [
+ 'name' => 'Vytvořit'
+ ],
+ 'edit' => [
+ 'name' => 'Upravit'
+ ],
+ 'delete' => [
+ 'name' => 'Vymazat'
+ ],
+ 'list' => [
+ 'name' => 'Seznam'
+ ],
+ 'menu_address' => [
+ 'name' => 'Adresa'
+ ],
+ 'menu_orders' => [
+ 'name' => 'Objednávky'
+ ],
+ 'menu_favorites' => [
+ 'name' => 'Oblíbené'
+ ],
+ 'menu_archived_ads' => [
+ 'name' => 'Archivované reklamy'
+ ],
+ 'menu_pending_ads' => [
+ 'name' => 'Čeká na schválení'
+ ],
+ 'menu_delete_account' => [
+ 'name' => 'Uzavřít účet'
+ ],
+ 'menu_my_ads' => [
+ 'name' => 'Moje reklamy'
+ ],
+ 'menu_fav_ads' => [
+ 'name' => 'Oblíbené reklamy'
+ ],
+ 'menu_hello_msg' => [
+ 'name' => 'Ahoj'
+ ],
+ 'menu_last_msg' => [
+ 'name' => 'Naposledy jste se přihlásili na'
+ ],
+ 'menu_packages' => [
+ 'name' => 'Moje balíky'
+ ],
+ 'menu_adv_packages' => [
+ 'name' => 'Balíčky reklam'
+ ],
+ 'menu_time_packages' => [
+ 'name' => 'Časové balíčky'
+ ],
+ 'profile_details' => [
+ 'name' => 'Detaily profilu'
+ ],
+ 'profile_photo' => [
+ 'name' => 'Profilová fotka'
+ ],
+ 'adv_listing_banner' => [
+ 'name' => 'Banner stránky se seznamem reklam'
+ ],
+ 'approve' => [
+ 'name' => 'Schvalovat'
+ ],
+ 'approved' => [
+ 'name' => 'Schválený'
+ ],
+ 'pending' => [
+ 'name' => 'čekající'
+ ],
+ 'passive' => [
+ 'name' => 'Pasivní'
+ ],
+ 'pending_admin' => [
+ 'name' => 'čekající'
+ ],
+ 'menu_messages' => [
+ 'name' => 'Zprávy'
+ ],
+ 'menu_my_purchase' => [
+ 'name' => 'Můj nákup'
+ ],
+ 'menu_my_sales' => [
+ 'name' => 'Můj prodej'
+ ],
+
+ /* Right Dock*/
+ 'right_secure_trading_subject' => [
+ 'name' => 'Bezpečné obchodování'
+ ],
+ 'right_secure_trading_msg' => [
+ 'name' => 'Lorem ipsum dolor sit amet, consectetur adipisicing elit'
+ ],
+ 'right_support_subject' => [
+ 'name' => '24/7 podpora'
+ ],
+ 'right_support_msg' => [
+ 'name' => 'Lorem ipsum dolor sit amet, consectetur adipisicing elit'
+ ],
+ 'right_easy_trading_subject' => [
+ 'name' => 'Snadné obchodování'
+ ],
+ 'right_easy_trading_msg' => [
+ 'name' => 'Lorem ipsum dolor sit amet, consectetur adipisicing elit'
+ ],
+ 'right_need_help_subject' => [
+ 'name' => 'Potřebovat pomoc?'
+ ],
+ 'right_need_help_msg' => [
+ 'name' => 'Zavolat'
+ ],
+ 'disable_account' => [
+ 'name' => 'Deaktivovat účet'
+ ],
+ 'disable_account_msg' => [
+ 'name' => 'Váš účet bude deaktivován.
+ Tuto operaci nelze vrátit zpět'
+ ],
+
+ 'message_title' => 'Název zprávy',
+ 'owner_name' => 'Zpráva',
+
+ 'favorites' => "Oblíbené",
+ 'fav_advs' => 'Oblíbené reklamy',
+ 'fav_sellers' => "Oblíbení prodejci",
+ 'fav_searches' => "Oblíbené vyhledávání",
+ 'posted_on' => "Vloženo na",
+ 'message_details' => "Podrobnosti zprávy",
+ 'adv_no' => 'Inzerát č',
+ 'bill_address' => [
+ 'name' => 'Fakturační adresa',
+ ],
+ 'delivery_address' => [
+ 'name' => 'Doručovací adresa',
+ ],
+ 'order_total' => [
+ 'name' => 'Celkový',
+ ],
+ 'order_date' => [
+ 'name' => 'Datum objednávky',
+ ],
+ 'order_no' => [
+ 'name' => 'číslo objednávky',
+ ],
+ 'order_detail' => [
+ 'name' => 'Zobrazit detail',
+ ],
+ /*Detail Page Order*/
+ 'detail' => [
+ 'name' => 'Detail',
+ ],
+ 'back' => [
+ 'name' => 'Zadní',
+ ],
+ 'image' => [
+ 'name' => 'obraz',
+ ],
+ 'subject' => [
+ 'name' => 'Předmět',
+ ],
+ 'price' => [
+ 'name' => 'Cena',
+ ],
+ 'piece' => [
+ 'name' => 'Kus',
+ ],
+ 'commission' => [
+ 'name' => 'Komise',
+ ],
+ 'total' => [
+ 'name' => 'Celkový',
+ ],
+ 'sub_total' => [
+ 'name' => 'Mezisoučet',
+ ],
+ 'sale' => [
+ 'name' => 'Prodej',
+ ],
+ 'awaiting_tracking_number' => [
+ 'name' => 'Čeká na sledovací číslo',
+ ],
+ 'awaiting_payment_approval' => [
+ 'name' => 'Čeká na schválení platby',
+ ],
+ 'paid' => [
+ 'name' => 'Zaplaceno',
+ ],
+ 'cancelled' => [
+ 'name' => 'Zrušeno',
+ ],
+ 'waiting' => [
+ 'name' => 'Čekání',
+ ],
+ 'awaiting_dispatch' => [
+ 'name' => 'Čeká na odeslání',
+ ],
+ 'shipped' => [
+ 'name' => 'Odesláno',
+ ],
+ 'delivered' => [
+ 'name' => 'Doručeno',
+ ],
+ 'tracking_number' => [
+ 'name' => 'Sledovací číslo',
+ ],
+ 'was_delivered' => [
+ 'name' => 'bylo doručeno',
+ ],
+ 'not_delivered' => [
+ 'name' => 'nedoručeno',
+ ],
+ 'show_order_msg1' => [
+ 'name' => 'Výsledek transakce bude oznámen poštou.',
+ ],
+ 'show_order_msg2' => [
+ 'name' => 'Pokud produkt nebude dodán do jednoho týdne, bude vrácena částka.',
+ ],
+ 'show_order_msg3' => [
+ 'name' => 'Výsledek transakce byl zaslán na vaši registrovanou e-mailovou adresu.',
+ ],
+
+ 'awaiting_payment' => [
+ 'name' => 'Čekání na platbu',
+ ],
+ 'please_entered_tracking_number' => [
+ 'name' => 'Zadejte prosím sledovací číslo',
+ ],
+ 'transport_days' => [
+ 'name' => 'Dny dopravy',
+ ],
+ 'product_not_delivered' => [
+ 'name' => 'Produkt nebyl dodán',
+ ],
+ 'status' => [
+ 'name' => 'Postavení',
+ ],
+ 'cancel_sale' => [
+ 'name' => 'Zrušit prodej',
+ ],
+ 'send_again' => [
+ 'name' => 'Pošlu znovu',
+ ],
+ 'content' => [
+ 'name' => 'Obsah',
+ ],
+ 'preferences_settings' => [
+ 'name' => 'Nastavení předvoleb',
+ ],
+
+ 'corporate_settings' => [
+ 'name' => 'Firemní nastavení',
+ ],
+ 'password' => [
+ 'name' => 'Heslo',
+ ],
+ 'old_password' => [
+ 'name' => 'Staré heslo',
+ ],
+ 'new_password' => [
+ 'name' => 'Nové heslo',
+ ],
+ 're_new_password' => [
+ 'name' => 'Potvrďte heslo',
+ ],
+ 'confirm_password_input' => [
+ 'name' => 'Potvrzuji změnu hesla',
+ ],
+ 'create_address' => [
+ 'name' => 'Vytvořit adresu',
+ ],
+ 'edit_address' => [
+ 'name' => 'Upravit adresu',
+ ],
+ 'balance_limit' => [
+ 'name' => 'Limit zůstatku',
+ ],
+ 'active_ads' => [
+ 'name' => 'Aktivní reklamy',
+ ],
+ 'subscriptions' => [
+ 'name' => 'Předplatné',
+ ],
+ 'go_subscriptions_page' => [
+ 'name' => 'Přejít na stránku Předplatné',
+ ],
+ 'buy_package' => [
+ 'name' => 'Koupit balíček',
+ ],
+ 'expired_date' => [
+ 'name' => 'Datum vypršení platnosti',
+ ],
+ 'category' => [
+ 'name' => 'Kategorie',
+ ],
+ 'ad_limit' => [
+ 'name' => 'Limit reklamy',
+ ],
+ 'publish_time' => [
+ 'name' => 'Čas publikování',
+ ],
+ 'all_categories' => [
+ 'name' => 'Všechny kategorie',
+ ],
+ 'day' => [
+ 'name' => 'Den',
+ ],
+
+ 'individual' => [
+ 'name' => 'individuální',
+ ],
+ 'corporate' => [
+ 'name' => 'Firemní',
+ ],
+
+ 'details' => [
+ 'name' => 'Detaily'
+ ],
+ 'choose' => [
+ 'name' => 'Vybrat'
+ ],
+ 'my_address' => 'Moje adresa',
+
+ 'company' => [
+ 'name' => 'Jméno společnosti'
+ ],
+ 'tax_office' => [
+ 'name' => 'Daňový úřad'
+ ],
+ 'tax_number' => [
+ 'name' => 'Daňové číslo'
+ ],
+
+ // Profile page
+ 'my_profile' => 'Můj profil',
+ 'edit_profile' => 'Upravit profil',
+ 'edit_details' => 'Upravit detaily',
+ 'update' => 'Aktualizace',
+ 'change_password' => 'Změnit heslo',
+ 'choose_an_option' => 'Vyberte možnost...',
+ 'change_status' => 'Změnit stav',
+ 'profile_settings' => 'Nastavení profilu',
+ 'profile_detail' => 'Detail profilu',
+
+ // Register page
+ 'accept_terms_label' => 'Souhlasím s podmínkami.',
+ 'accept_protection_law_label' => 'Přijímám podmínky zákona o' . setting_value('visiosoft.module.profile::register_protection_url') . '"target =" _ blank "> Ochrana osobních údajů.',
+ 'accept_privacy_terms_label' => 'přijímám' . setting_value('visiosoft.module.profile::register_privacy_url') . '"target =" _ blank "> podmínky ochrany osobních údajů.',
+ 'receive_sms_emails_label' => 'Chci dostávat e-maily a SMS.',
+
+ // Register Type
+ 'personal' => [
+ 'name' => 'Osobní'
+ ],
+
+ 'education_part' => [
+ 'name' => 'Stav školství'
+ ],
+
+ 'notified_new_updates' => [
+ 'name' => 'Oznámené nové aktualizace',
+ ],
+ 'notified_about_ads' => [
+ 'name' => 'Oznámeno o reklamách',
+ ],
+ 'receive_messages_email' => [
+ 'name' => 'Příjem zpráv e-mailem',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/cs/message.php b/resources/default/addons/visiosoft/profile-module/lang/cs/message.php
new file mode 100644
index 000000000..dc8e457bf
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/cs/message.php
@@ -0,0 +1,46 @@
+ "E-mailové pole je povinné!",
+ "username" => "Pole pro uživatelské jméno je povinné!",
+ "success_update" => "Aktualizace profilu byla úspěšná!",
+ "adress_success_update" => "Aktualizace adresy úspěšně!",
+ "adress_success_create" => "Adresa Vytvořit úspěšně!",
+ "login_error" => "Nesprávné přihlašovací jméno nebo heslo.",
+ "login_noMail_old_user" => "Zadanou e-mailovou adresu nelze nalézt.",
+ "login_noMail_old_user2" => "Zkontrolujte prosím e-mailovou adresu a zkuste to znovu.",
+ "login_noMail_old_user3" => "Pokud problém přetrvává, kontaktujte prosím na adrese „info@openclassify.com“.",
+ "login_info_old_user" => "Na vaši e-mailovou adresu bylo zasláno nové heslo.",
+ "success" => "Úspěch",
+ "notified_new_updates" => "Chci dostávat oznámení o nových aktualizacích",
+ "notified_about_ads" => "Povolit oznámení o mých reklamách",
+ "receive_messages_email" => "Chci dostávat zprávy jako e-mail",
+ "no_packages_module" => "Modul bez balíčků!",
+ "required_add"=> "Vyplňte prosím všechny povinné řádky.",
+ "no_extend_package" => "Žádné rozšíření reklamních balíčků",
+ "saved" => "Uložené!",
+ 'please_confirm_transaction' => 'Potvrďte prosím transakci',
+ 'password_do_not_match' => 'Hesla se neshodují',
+ 'your_password_changed' => 'Vaše heslo bylo úspěšně aktualizováno',
+ 'error_valid_email_or_phone' => 'Formát telefonního čísla nebo e-mailové adresy není správný.',
+ 'error_valid_phone' => 'Formát telefonního čísla není správný.',
+ 'registered_phone' => 'Toto telefonní číslo již bylo zaregistrováno.',
+ 'ajax_address_error' => 'Žádná adresa nebo nemáte oprávnění k prohlížení.',
+ 'empty_password_sms_message' => 'Z bezpečnostních důvodů jsme změnili vaše heslo! Vaše nové heslo je:',
+ 'required_all' => "Všechna pole jsou povinná!",
+ 'can_not_remove_filled_fields' => "Vyplněná pole nelze odstranit!",
+ 'wrong_password' => "Zadané heslo není správné!",
+
+ // Forgot Password
+ 'email_phone_not_found' => 'E-mail, telefonní číslo není správné!',
+
+ 'disable_account' => 'Chcete zrušit svůj účet? Tuto operaci nelze vrátit zpět.',
+
+ // Mail
+ 'update_email_mail_subject' => 'Email aktualizován!',
+ 'update_email_mail_message' => 'Váš e-mail byl aktualizován!',
+
+ // Register
+ 'recaptcha_field_is_required' => 'pole reCaptcha je povinné.',
+ 'failed_to_validate_captcha' => 'Nepodařilo se ověřit captcha.',
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/cs/permission.php b/resources/default/addons/visiosoft/profile-module/lang/cs/permission.php
new file mode 100644
index 000000000..c08808f5a
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/cs/permission.php
@@ -0,0 +1,36 @@
+ [
+ 'name' => 'Profil',
+ 'option' => [
+ 'read' => 'Umíte číst profil?',
+ 'write' => 'Lze vytvořit / upravit profil?',
+ 'delete' => 'Může profil smazat?',
+ ],
+ ],
+ 'adress' => [
+ 'name' => 'Adresa',
+ 'option' => [
+ 'read' => 'Umíte číst adresu?',
+ 'write' => 'Může vytvořit / upravit adresu?',
+ 'delete' => 'Může smazat adresu?',
+ ],
+ ],
+ 'education' => [
+ 'name' => 'Vzdělání',
+ 'option' => [
+ 'read' => 'Umí číst vzdělání?',
+ 'write' => 'Může vytvářet / upravovat vzdělávání?',
+ 'delete' => 'Může smazat vzdělání?',
+ ],
+ ],
+ 'education_part' => [
+ 'name' => 'Vzdělávací část',
+ 'option' => [
+ 'read' => 'Umí číst vzdělávací část?',
+ 'write' => 'Může vytvořit / upravit vzdělávací část?',
+ 'delete' => 'Může smazat vzdělávací část?',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/cs/section.php b/resources/default/addons/visiosoft/profile-module/lang/cs/section.php
new file mode 100644
index 000000000..b9a63ce2c
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/cs/section.php
@@ -0,0 +1,18 @@
+ [
+ 'title' => 'Profil',
+ ],
+ 'adress' => [
+ 'title' => 'Adresa',
+ ],
+ 'general_setting' => 'Obecné nastavení',
+ 'recaptcha' => 'reCAPTCHA',
+ 'education' => [
+ 'title' => 'Vzdělání',
+ ],
+ 'education_part' => [
+ 'title' => 'Vzdělávací část',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/cs/setting.php b/resources/default/addons/visiosoft/profile-module/lang/cs/setting.php
new file mode 100644
index 000000000..3cd35fbe9
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/cs/setting.php
@@ -0,0 +1,58 @@
+ [
+ 'name' => 'Zobrazit kartu Moje reklamy',
+ ],
+ 'upload_avatar' => [
+ 'name' => 'Nahrání avataru',
+ ],
+ 'show_tax_office' => [
+ 'name' => 'Zobrazit pole daňového úřadu',
+ ],
+ 'show_checkbox_terms_on_register' => [
+ 'name' => 'Zobrazit podmínky zaškrtávacího políčka při registraci',
+ 'instructions' => 'Zobrazit „Přijmout výraz“, „zákon o ochraně“, „výraz ochrany soukromí“, „sms a e-maily“ ve formuláři registrace'
+ ],
+ 'register_protection_url' => [
+ 'name' => 'Registrovat URL ochrany',
+ ],
+ 'register_privacy_url' => [
+ 'name' => 'Zaregistrujte si soukromou URL',
+ ],
+ 'show_education_profession' => [
+ 'name' => 'Zobrazit pole vzdělání a profese',
+ 'instructions' => 'Na stránce pro úpravu profilu zobrazte „Vzdělání“, „Stav vzdělání“ a „Profese“'
+ ],
+ 'google_captcha_site_key' => [
+ 'name' => 'Klíč webu Google Captcha',
+ ],
+ 'google_captcha_secret_key' => [
+ 'name' => 'Tajný klíč Google Captcha',
+ ],
+ 'score_threshold' => [
+ 'name' => 'Prahová hodnota skóre',
+ 'instructions' => 'Hodnota mezi 0 a 1. Čím vyšší je prahová hodnota, tím přísnější je ReCaptcha ve snaze zjistit, zda je uživatel robot nebo ne.',
+ ],
+ 'education' => [
+ 'name' => 'Vzdělání'
+ ],
+ 'state_of_education' => [
+ 'name' => 'Stav školství'
+ ],
+ 'profession' => [
+ 'name' => 'Profese'
+ ],
+ 'hide_register_type_profile' => [
+ 'name' => 'Skrýt Typ registrace na stránce profilu',
+ 'instructions' => 'Skryje pole typu registru na stránce pro úpravu profilu.',
+ ],
+ 'required_district' => [
+ 'name' => 'Povinný okres',
+ 'instructions' => 'Přidání adresy představuje povinnost okresu.',
+ ],
+ 'show_extends_actions' => [
+ 'name' => 'Zobrazit rozšiřuje akce',
+ 'instructions' => 'Představuje možnosti rozšíření dostupné na stránce Reklamy mého profilu.',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/cs/stream.php b/resources/default/addons/visiosoft/profile-module/lang/cs/stream.php
new file mode 100644
index 000000000..423483bdd
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/cs/stream.php
@@ -0,0 +1,16 @@
+ [
+ 'name' => 'Profil',
+ ],
+ 'adress' => [
+ 'name' => 'Adresa',
+ ],
+ 'education' => [
+ 'name' => 'Vzdělání',
+ ],
+ 'education_part' => [
+ 'name' => 'Vzdělávací část',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/da/addon.php b/resources/default/addons/visiosoft/profile-module/lang/da/addon.php
new file mode 100644
index 000000000..070b7502e
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/da/addon.php
@@ -0,0 +1,7 @@
+ 'Profil',
+ 'name' => 'Profilmodul',
+ 'description' => ''
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/da/button.php b/resources/default/addons/visiosoft/profile-module/lang/da/button.php
new file mode 100644
index 000000000..c6dba0eb6
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/da/button.php
@@ -0,0 +1,21 @@
+ 'Ny profil',
+ 'new_adress' => 'Ny adresse',
+ 'show' => 'Vis adresse',
+ 'update_password' => 'Opdater adgangskode',
+ 'update_profile' => 'Opdater profil',
+ 'delete' => 'Slet',
+ 'extend' => 'Forlænge',
+ 'extend_all' => 'Udvid alle',
+ 'extend_unpublished' => 'Udvid upubliceret',
+ 'edit' => 'Redigere',
+ 'go_profile' => 'Gå til profildetaljer',
+ 'go_user' => 'Gå til brugeroplysninger',
+ 'personal' => 'Personlig',
+ 'corporate' => 'Virksomhed',
+ 'export' => 'Eksport',
+ 'new_education' => 'Ny uddannelse',
+ 'new_education_part' => 'Ny uddannelsesdel',
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/da/field.php b/resources/default/addons/visiosoft/profile-module/lang/da/field.php
new file mode 100644
index 000000000..3422797f3
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/da/field.php
@@ -0,0 +1,499 @@
+ [
+ 'name' => 'Fotos'
+ ],
+ 'first_name' => [
+ 'name' => 'Fornavn'
+ ],
+ 'last_name' => [
+ 'name' => 'Efternavn'
+ ],
+ 'username' => [
+ 'name' => 'Brugernavn'
+ ],
+ 'display_name' => [
+ 'name' => 'Visningsnavn'
+ ],
+ 'email' => [
+ 'name' => 'Email adresse'
+ ],
+ 'sitename' => [
+ 'name' => 'side navn'
+ ],
+ 'activated' => [
+ 'name' => 'Bruger aktiv'
+ ],
+ 'enabled' => [
+ 'name' => 'Aktivering af bruger'
+ ],
+ 'country' => [
+ 'name' => 'Land'
+ ],
+ 'city' => [
+ 'name' => 'By'
+ ],
+ 'district' => [
+ 'name' => 'Distrikt'
+ ],
+ 'neighborhood' => [
+ 'name' => 'Kvarter'
+ ],
+ 'village' => [
+ 'name' => 'Landsby'
+ ],
+ 'gsm_phone' => [
+ 'name' => 'GSM-telefon'
+ ],
+ 'land_phone' => [
+ 'name' => 'Landtelefon'
+ ],
+ 'office_phone' => [
+ 'name' => 'Kontortelefon'
+ ],
+ 'register_type' => [
+ 'name' => 'Registreringstype'
+ ],
+ 'birthday' => [
+ 'name' => 'Fødselsdag'
+ ],
+ 'facebook_address' => [
+ 'name' => 'Facebook-adresse'
+ ],
+ 'google_address' => [
+ 'name' => 'Google-adresse'
+ ],
+ 'education' => [
+ 'name' => 'Uddannelse'
+ ],
+ 'state_of_education' => [
+ 'name' => 'Uddannelsesstatus'
+ ],
+ 'profession' => [
+ 'name' => 'Erhverv'
+ ],
+ 'identification_number' => [
+ 'name' => 'Identifikationsnummer'
+ ],
+ 'adress_name' => [
+ 'name' => 'Adresse Navn'
+ ],
+ 'adress_first_name' => [
+ 'name' => 'Fornavn'
+ ],
+ 'adress_last_name' => [
+ 'name' => 'Efternavn'
+ ],
+ 'actions' => [
+ 'name' => 'Handlinger'
+ ],
+ 'adress_content' => [
+ 'name' => 'Adresseindhold'
+ ],
+ 'adress_post_code' => [
+ 'name' => 'Postnummer'
+ ],
+ 'adress_gsm_phone' => [
+ 'name' => 'GSM-telefon'
+ ],
+ 'adress_land_phone' => [
+ 'name' => 'Landtelefon'
+ ],
+ 'adress_country' => [
+ 'name' => 'Land'
+ ],
+ 'adress_city' => [
+ 'name' => 'By'
+ ],
+ 'adress_district' => [
+ 'name' => 'Distrikt'
+ ],
+ 'adress_neighborhood' => [
+ 'name' => 'Kvarter'
+ ],
+ 'adress_village' => [
+ 'name' => 'Landsby'
+ ],
+ 'messages' => [
+ 'name' => 'Beskeder'
+ ],
+ 'user' => [
+ 'name' => 'Bruger'
+ ],
+ 'name' => [
+ 'name' => 'Navn'
+ ],
+
+ /*Menu Button*/
+ 'profile' => [
+ 'name' => 'Profil'
+ ],
+
+ 'create' => [
+ 'name' => 'skab'
+ ],
+ 'edit' => [
+ 'name' => 'Redigere'
+ ],
+ 'delete' => [
+ 'name' => 'Slet'
+ ],
+ 'list' => [
+ 'name' => 'Liste'
+ ],
+ 'menu_address' => [
+ 'name' => 'Adresse'
+ ],
+ 'menu_orders' => [
+ 'name' => 'Ordre:% s'
+ ],
+ 'menu_favorites' => [
+ 'name' => 'Foretrukne'
+ ],
+ 'menu_archived_ads' => [
+ 'name' => 'Arkiverede annoncer'
+ ],
+ 'menu_pending_ads' => [
+ 'name' => 'Afventer godkendelse'
+ ],
+ 'menu_delete_account' => [
+ 'name' => 'Luk konto'
+ ],
+ 'menu_my_ads' => [
+ 'name' => 'Mine annoncer'
+ ],
+ 'menu_fav_ads' => [
+ 'name' => 'Favoritannoncer'
+ ],
+ 'menu_hello_msg' => [
+ 'name' => 'Hej'
+ ],
+ 'menu_last_msg' => [
+ 'name' => 'Du loggede sidst ind kl'
+ ],
+ 'menu_packages' => [
+ 'name' => 'Mine pakker'
+ ],
+ 'menu_adv_packages' => [
+ 'name' => 'Annoncepakker'
+ ],
+ 'menu_time_packages' => [
+ 'name' => 'Tidspakker'
+ ],
+ 'profile_details' => [
+ 'name' => 'Profiloplysninger'
+ ],
+ 'profile_photo' => [
+ 'name' => 'Profilbillede'
+ ],
+ 'adv_listing_banner' => [
+ 'name' => 'Banner for annoncer med sidelister'
+ ],
+ 'approve' => [
+ 'name' => 'Godkende'
+ ],
+ 'approved' => [
+ 'name' => 'godkendt'
+ ],
+ 'pending' => [
+ 'name' => 'Verserende'
+ ],
+ 'passive' => [
+ 'name' => 'Passiv'
+ ],
+ 'pending_admin' => [
+ 'name' => 'Verserende'
+ ],
+ 'menu_messages' => [
+ 'name' => 'Beskeder'
+ ],
+ 'menu_my_purchase' => [
+ 'name' => 'Mit køb'
+ ],
+ 'menu_my_sales' => [
+ 'name' => 'Mit salg'
+ ],
+
+ /* Right Dock*/
+ 'right_secure_trading_subject' => [
+ 'name' => 'Sikker handel'
+ ],
+ 'right_secure_trading_msg' => [
+ 'name' => 'Lorem ipsum dolor sidder amet, consectetur adipisicing elit'
+ ],
+ 'right_support_subject' => [
+ 'name' => '24/7 support'
+ ],
+ 'right_support_msg' => [
+ 'name' => 'Lorem ipsum dolor sidder amet, consectetur adipisicing elit'
+ ],
+ 'right_easy_trading_subject' => [
+ 'name' => 'Nem handel'
+ ],
+ 'right_easy_trading_msg' => [
+ 'name' => 'Lorem ipsum dolor sidder amet, consectetur adipisicing elit'
+ ],
+ 'right_need_help_subject' => [
+ 'name' => 'Brug for hjælp?'
+ ],
+ 'right_need_help_msg' => [
+ 'name' => 'Ring et opkald videre'
+ ],
+ 'disable_account' => [
+ 'name' => 'Deaktiver konto'
+ ],
+ 'disable_account_msg' => [
+ 'name' => 'Din konto deaktiveres.
+ Denne handling kan ikke fortrydes'
+ ],
+
+ 'message_title' => 'Beskedens titel',
+ 'owner_name' => 'Besked',
+
+ 'favorites' => "Foretrukne",
+ 'fav_advs' => 'Favoritannoncer',
+ 'fav_sellers' => "Fav-sælgere",
+ 'fav_searches' => "Fav-søgninger",
+ 'posted_on' => "Opslået på",
+ 'message_details' => "Beskeddetaljer",
+ 'adv_no' => 'Annonce nr',
+ 'bill_address' => [
+ 'name' => 'Regningsadresse',
+ ],
+ 'delivery_address' => [
+ 'name' => 'Leveringsadresse',
+ ],
+ 'order_total' => [
+ 'name' => 'Total',
+ ],
+ 'order_date' => [
+ 'name' => 'Bestillingsdato',
+ ],
+ 'order_no' => [
+ 'name' => 'Ordre ID',
+ ],
+ 'order_detail' => [
+ 'name' => 'Vis detaljer',
+ ],
+ /*Detail Page Order*/
+ 'detail' => [
+ 'name' => 'Detalje',
+ ],
+ 'back' => [
+ 'name' => 'Tilbage',
+ ],
+ 'image' => [
+ 'name' => 'Billede',
+ ],
+ 'subject' => [
+ 'name' => 'Emne',
+ ],
+ 'price' => [
+ 'name' => 'Pris',
+ ],
+ 'piece' => [
+ 'name' => 'Stykke',
+ ],
+ 'commission' => [
+ 'name' => 'Provision',
+ ],
+ 'total' => [
+ 'name' => 'Total',
+ ],
+ 'sub_total' => [
+ 'name' => 'Under alt',
+ ],
+ 'sale' => [
+ 'name' => 'Salg',
+ ],
+ 'awaiting_tracking_number' => [
+ 'name' => 'Afventer sporingsnummer',
+ ],
+ 'awaiting_payment_approval' => [
+ 'name' => 'Afventer godkendelse af betaling',
+ ],
+ 'paid' => [
+ 'name' => 'Betalt',
+ ],
+ 'cancelled' => [
+ 'name' => 'Annulleret',
+ ],
+ 'waiting' => [
+ 'name' => 'Venter',
+ ],
+ 'awaiting_dispatch' => [
+ 'name' => 'Afventer forsendelse',
+ ],
+ 'shipped' => [
+ 'name' => 'Afsendt',
+ ],
+ 'delivered' => [
+ 'name' => 'Leveret',
+ ],
+ 'tracking_number' => [
+ 'name' => 'Tracking nummer',
+ ],
+ 'was_delivered' => [
+ 'name' => 'var afleveret',
+ ],
+ 'not_delivered' => [
+ 'name' => 'ikke afleveret',
+ ],
+ 'show_order_msg1' => [
+ 'name' => 'Transaktionsresultatet meddeles pr. Post.',
+ ],
+ 'show_order_msg2' => [
+ 'name' => 'Refusion foretages, hvis produktet ikke leveres inden for en uge.',
+ ],
+ 'show_order_msg3' => [
+ 'name' => 'Resultatet af transaktionen er sendt til din registrerede e-mail-adresse.',
+ ],
+
+ 'awaiting_payment' => [
+ 'name' => 'Afventer Betaling',
+ ],
+ 'please_entered_tracking_number' => [
+ 'name' => 'Indtast sporingsnummer',
+ ],
+ 'transport_days' => [
+ 'name' => 'Transportdage',
+ ],
+ 'product_not_delivered' => [
+ 'name' => 'Produktet er ikke leveret',
+ ],
+ 'status' => [
+ 'name' => 'Status',
+ ],
+ 'cancel_sale' => [
+ 'name' => 'Annuller salg',
+ ],
+ 'send_again' => [
+ 'name' => 'Jeg sender igen',
+ ],
+ 'content' => [
+ 'name' => 'Indhold',
+ ],
+ 'preferences_settings' => [
+ 'name' => 'Indstillinger for præferencer',
+ ],
+
+ 'corporate_settings' => [
+ 'name' => 'Virksomhedsindstillinger',
+ ],
+ 'password' => [
+ 'name' => 'Adgangskode',
+ ],
+ 'old_password' => [
+ 'name' => 'Gammelt kodeord',
+ ],
+ 'new_password' => [
+ 'name' => 'Nyt kodeord',
+ ],
+ 're_new_password' => [
+ 'name' => 'Bekræft kodeord',
+ ],
+ 'confirm_password_input' => [
+ 'name' => 'Jeg bekræfter min adgangskodeskift',
+ ],
+ 'create_address' => [
+ 'name' => 'Opret adresse',
+ ],
+ 'edit_address' => [
+ 'name' => 'Rediger adresse',
+ ],
+ 'balance_limit' => [
+ 'name' => 'Balancegrænse',
+ ],
+ 'active_ads' => [
+ 'name' => 'Aktive annoncer',
+ ],
+ 'subscriptions' => [
+ 'name' => 'Abonnementer',
+ ],
+ 'go_subscriptions_page' => [
+ 'name' => 'Gå til Abonnementsiden',
+ ],
+ 'buy_package' => [
+ 'name' => 'Køb pakke',
+ ],
+ 'expired_date' => [
+ 'name' => 'Udløbsdato',
+ ],
+ 'category' => [
+ 'name' => 'Kategori',
+ ],
+ 'ad_limit' => [
+ 'name' => 'Annoncegrænse',
+ ],
+ 'publish_time' => [
+ 'name' => 'Publicer tid',
+ ],
+ 'all_categories' => [
+ 'name' => 'alle kategorier',
+ ],
+ 'day' => [
+ 'name' => 'Dag',
+ ],
+
+ 'individual' => [
+ 'name' => 'individuel',
+ ],
+ 'corporate' => [
+ 'name' => 'Virksomhed',
+ ],
+
+ 'details' => [
+ 'name' => 'detaljer'
+ ],
+ 'choose' => [
+ 'name' => 'Vælge'
+ ],
+ 'my_address' => 'Min adresse',
+
+ 'company' => [
+ 'name' => 'firmanavn'
+ ],
+ 'tax_office' => [
+ 'name' => 'Skattekontor'
+ ],
+ 'tax_number' => [
+ 'name' => 'Skattenummer'
+ ],
+
+ // Profile page
+ 'my_profile' => 'Min profil',
+ 'edit_profile' => 'Rediger profil',
+ 'edit_details' => 'Rediger detaljer',
+ 'update' => 'Opdatering',
+ 'change_password' => 'Skift kodeord',
+ 'choose_an_option' => 'Vælg en mulighed ...',
+ 'change_status' => 'Skift status',
+ 'profile_settings' => 'Profilindstillinger',
+ 'profile_detail' => 'Profildetalje',
+
+ // Register page
+ 'accept_terms_label' => 'Jeg accepterer vilkårene.',
+ 'accept_protection_law_label' => 'Jeg accepterer betingelserne i loven den' . setting_value('visiosoft.module.profile::register_protection_url') . '"target =" _ blank "> Beskyttelse af personlige data.',
+ 'accept_privacy_terms_label' => 'jeg accepterer' . setting_value('visiosoft.module.profile::register_privacy_url') . '"target =" _ blank "> fortrolighedsbetingelser.',
+ 'receive_sms_emails_label' => 'Jeg vil gerne modtage e-mail og sms.',
+
+ // Register Type
+ 'personal' => [
+ 'name' => 'Personlig'
+ ],
+
+ 'education_part' => [
+ 'name' => 'Uddannelsesstatus'
+ ],
+
+ 'notified_new_updates' => [
+ 'name' => 'Meddelte nye opdateringer',
+ ],
+ 'notified_about_ads' => [
+ 'name' => 'Meddelelse om annoncer',
+ ],
+ 'receive_messages_email' => [
+ 'name' => 'Modtag e-mail med beskeder',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/da/message.php b/resources/default/addons/visiosoft/profile-module/lang/da/message.php
new file mode 100644
index 000000000..f7857985d
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/da/message.php
@@ -0,0 +1,46 @@
+ "E-mail-felt kræves!",
+ "username" => "Brugernavn felt kræves!",
+ "success_update" => "Profilopdatering med succes!",
+ "adress_success_update" => "Adresseopdatering med succes!",
+ "adress_success_create" => "Adresse Opret med succes!",
+ "login_error" => "Forkert login eller adgangskode.",
+ "login_noMail_old_user" => "Den indtastede e-mail-adresse kunne ikke findes.",
+ "login_noMail_old_user2" => "Kontroller e-mail-adressen, og prøv igen.",
+ "login_noMail_old_user3" => "Hvis problemet fortsætter, bedes du kontakte på 'info@openclassify.com'.",
+ "login_info_old_user" => "En ny adgangskode er sendt til din e-mail-adresse.",
+ "success" => "Succes",
+ "notified_new_updates" => "Jeg vil have besked om nye opdateringer",
+ "notified_about_ads" => "Tillad underretninger om mine annoncer",
+ "receive_messages_email" => "Jeg vil gerne modtage meddelelser som e-mail",
+ "no_packages_module" => "Ingen pakkemodul!",
+ "required_add"=> "Udfyld venligst alle nødvendige linjer.",
+ "no_extend_package" => "Ingen udvidelsesannoncepakker",
+ "saved" => "Gemt!",
+ 'please_confirm_transaction' => 'Bekræft transaktion',
+ 'password_do_not_match' => 'adgangskoderne stemmer ikke overens',
+ 'your_password_changed' => 'Din adgangskode blev opdateret',
+ 'error_valid_email_or_phone' => 'Telefonnummer eller e-mail-adresseformat er ikke korrekt.',
+ 'error_valid_phone' => 'Telefonnummerformatet er ikke korrekt.',
+ 'registered_phone' => 'Dette telefonnummer er allerede registreret.',
+ 'ajax_address_error' => 'Ingen adresse eller ikke autoriseret til at se.',
+ 'empty_password_sms_message' => 'På grund af sikkerhedsproblemer har vi ændret din adgangskode! Din nye adgangskode er:',
+ 'required_all' => "Alle felter er påkrævet!",
+ 'can_not_remove_filled_fields' => "Du kan ikke fjerne udfyldte felter!",
+ 'wrong_password' => "Den indtastede adgangskode er ikke korrekt!",
+
+ // Forgot Password
+ 'email_phone_not_found' => 'E-mail, telefonnummer er ikke korrekt!',
+
+ 'disable_account' => 'Vil du lukke din konto? Denne handling kan ikke fortrydes.',
+
+ // Mail
+ 'update_email_mail_subject' => 'E-mail opdateret!',
+ 'update_email_mail_message' => 'Din e-mail er blevet opdateret!',
+
+ // Register
+ 'recaptcha_field_is_required' => 'reCaptcha-felt er påkrævet.',
+ 'failed_to_validate_captcha' => 'Kunne ikke validere captcha.',
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/da/permission.php b/resources/default/addons/visiosoft/profile-module/lang/da/permission.php
new file mode 100644
index 000000000..44439aa3d
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/da/permission.php
@@ -0,0 +1,36 @@
+ [
+ 'name' => 'Profil',
+ 'option' => [
+ 'read' => 'Kan læse profil?',
+ 'write' => 'Kan du oprette / redigere profil?',
+ 'delete' => 'Kan du slette profilen?',
+ ],
+ ],
+ 'adress' => [
+ 'name' => 'Adresse',
+ 'option' => [
+ 'read' => 'Kan læse adresse?',
+ 'write' => 'Kan du oprette / redigere adresse?',
+ 'delete' => 'Kan slette adresse?',
+ ],
+ ],
+ 'education' => [
+ 'name' => 'Uddannelse',
+ 'option' => [
+ 'read' => 'Kan læse uddannelse?',
+ 'write' => 'Kan oprette / redigere uddannelse?',
+ 'delete' => 'Kan slette uddannelse?',
+ ],
+ ],
+ 'education_part' => [
+ 'name' => 'Uddannelsesdel',
+ 'option' => [
+ 'read' => 'Kan læseundervisning del?',
+ 'write' => 'Kan du oprette / redigere uddannelsesdel?',
+ 'delete' => 'Kan du slette uddannelsesdel?',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/da/section.php b/resources/default/addons/visiosoft/profile-module/lang/da/section.php
new file mode 100644
index 000000000..0297fca23
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/da/section.php
@@ -0,0 +1,18 @@
+ [
+ 'title' => 'Profil',
+ ],
+ 'adress' => [
+ 'title' => 'Adresse',
+ ],
+ 'general_setting' => 'Generelle indstillinger',
+ 'recaptcha' => 'reCAPTCHA',
+ 'education' => [
+ 'title' => 'Uddannelse',
+ ],
+ 'education_part' => [
+ 'title' => 'Uddannelsesdel',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/da/setting.php b/resources/default/addons/visiosoft/profile-module/lang/da/setting.php
new file mode 100644
index 000000000..a1af2c599
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/da/setting.php
@@ -0,0 +1,58 @@
+ [
+ 'name' => 'Vis fanen Mine annoncer',
+ ],
+ 'upload_avatar' => [
+ 'name' => 'Avatar upload',
+ ],
+ 'show_tax_office' => [
+ 'name' => 'Vis felt for skattekontor',
+ ],
+ 'show_checkbox_terms_on_register' => [
+ 'name' => 'Vis afkrydsningsfeltbetingelser i registret',
+ 'instructions' => 'Vis "Accept term", "protection law", "privacy term", "sms & emails" på registerformularen'
+ ],
+ 'register_protection_url' => [
+ 'name' => 'Registrer beskyttelses-URL',
+ ],
+ 'register_privacy_url' => [
+ 'name' => 'Registrer privatlivets URL',
+ ],
+ 'show_education_profession' => [
+ 'name' => 'Vis uddannelses- og erhvervsområder',
+ 'instructions' => 'Vis "Uddannelse", "Uddannelsesstatus" og "Profession" på profilredigeringssiden'
+ ],
+ 'google_captcha_site_key' => [
+ 'name' => 'Google Captcha-webstedsnøgle',
+ ],
+ 'google_captcha_secret_key' => [
+ 'name' => 'Google Captcha hemmelig nøgle',
+ ],
+ 'score_threshold' => [
+ 'name' => 'Score tærskel',
+ 'instructions' => 'En værdi mellem 0 og 1. Jo højere tærsklen er, jo strengere er ReCaptcha i at forsøge at bestemme, om en bruger er en bot eller ej.',
+ ],
+ 'education' => [
+ 'name' => 'Uddannelse'
+ ],
+ 'state_of_education' => [
+ 'name' => 'Uddannelsesstatus'
+ ],
+ 'profession' => [
+ 'name' => 'Erhverv'
+ ],
+ 'hide_register_type_profile' => [
+ 'name' => 'Skjul registertype i profilsiden',
+ 'instructions' => 'Skjuler registertypefeltet på profilredigeringssiden.',
+ ],
+ 'required_district' => [
+ 'name' => 'Påkrævet distrikt',
+ 'instructions' => 'Tilføjelse af en adresse repræsenterer distriktsforpligtelsen.',
+ ],
+ 'show_extends_actions' => [
+ 'name' => 'Vis udvider handlinger',
+ 'instructions' => 'Repræsenterer de tilgængelige udvidelsesmuligheder på siden med min profilannoncer.',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/da/stream.php b/resources/default/addons/visiosoft/profile-module/lang/da/stream.php
new file mode 100644
index 000000000..473f5a5e7
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/da/stream.php
@@ -0,0 +1,16 @@
+ [
+ 'name' => 'Profil',
+ ],
+ 'adress' => [
+ 'name' => 'Adresse',
+ ],
+ 'education' => [
+ 'name' => 'Uddannelse',
+ ],
+ 'education_part' => [
+ 'name' => 'Uddannelsesdel',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/de/addon.php b/resources/default/addons/visiosoft/profile-module/lang/de/addon.php
new file mode 100644
index 000000000..070b7502e
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/de/addon.php
@@ -0,0 +1,7 @@
+ 'Profil',
+ 'name' => 'Profilmodul',
+ 'description' => ''
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/de/button.php b/resources/default/addons/visiosoft/profile-module/lang/de/button.php
new file mode 100644
index 000000000..e4267dbac
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/de/button.php
@@ -0,0 +1,21 @@
+ 'Neues Profil',
+ 'new_adress' => 'Neue Adresse',
+ 'show' => 'Adresse anzeigen',
+ 'update_password' => 'Kennwort aktualisieren',
+ 'update_profile' => 'Profil aktualisieren',
+ 'delete' => 'Löschen',
+ 'extend' => 'Erweitern',
+ 'extend_all' => 'Alle erweitern',
+ 'extend_unpublished' => 'Unveröffentlicht verlängern',
+ 'edit' => 'Bearbeiten',
+ 'go_profile' => 'Gehen Sie zu Profildetail',
+ 'go_user' => 'Gehen Sie zu Benutzerdetails',
+ 'personal' => 'persönlich',
+ 'corporate' => 'Corporate',
+ 'export' => 'Export',
+ 'new_education' => 'Neue Bildung',
+ 'new_education_part' => 'Neuer Bildungsteil',
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/de/field.php b/resources/default/addons/visiosoft/profile-module/lang/de/field.php
new file mode 100644
index 000000000..180e9b8fe
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/de/field.php
@@ -0,0 +1,504 @@
+ [
+ 'name' => 'Fotos'
+ ],
+ 'first_name' => [
+ 'name' => 'Vorname'
+ ],
+ 'last_name' => [
+ 'name' => 'Nachname'
+ ],
+ 'username' => [
+ 'name' => 'Nutzername'
+ ],
+ 'display_name' => [
+ 'name' => 'Anzeigename'
+ ],
+ 'email' => [
+ 'name' => 'E-Mail-Adresse'
+ ],
+ 'sitename' => [
+ 'name' => 'Site-Name'
+ ],
+ 'activated' => [
+ 'name' => 'Benutzer aktiv'
+ ],
+ 'enabled' => [
+ 'name' => 'Benutzer aktivieren'
+ ],
+ 'country' => [
+ 'name' => 'Land'
+ ],
+ 'city' => [
+ 'name' => 'Stadt'
+ ],
+ 'district' => [
+ 'name' => 'Kreis'
+ ],
+ 'neighborhood' => [
+ 'name' => 'Nachbarschaft'
+ ],
+ 'village' => [
+ 'name' => 'Dorf'
+ ],
+ 'gsm_phone' => [
+ 'name' => 'GSM-Telefonnummer'
+ ],
+ 'land_phone' => [
+ 'name' => 'Land Telefonnummer'
+ ],
+ 'office_phone' => [
+ 'name' => 'Bürotelefonnummer'
+ ],
+ 'register_type' => [
+ 'name' => 'Registertyp'
+ ],
+ 'birthday' => [
+ 'name' => 'Geburtstag'
+ ],
+ 'facebook_address' => [
+ 'name' => 'Facebook-Adresse'
+ ],
+ 'google_address' => [
+ 'name' => 'Google-Adresse'
+ ],
+ 'education' => [
+ 'name' => 'Bildung'
+ ],
+ 'state_of_education' => [
+ 'name' => 'Bildungsstand'
+ ],
+ 'profession' => [
+ 'name' => 'Beruf'
+ ],
+ 'identification_number' => [
+ 'name' => 'Identifikationsnummer'
+ ],
+ 'adress_name' => [
+ 'name' => 'Adressname'
+ ],
+ 'adress_first_name' => [
+ 'name' => 'Vorname'
+ ],
+ 'adress_last_name' => [
+ 'name' => 'Nachname'
+ ],
+ 'actions' => [
+ 'name' => 'Aktionen'
+ ],
+ 'adress_content' => [
+ 'name' => 'Adressinhalt'
+ ],
+ 'adress_post_code' => [
+ 'name' => 'Postleitzahl'
+ ],
+ 'adress_gsm_phone' => [
+ 'name' => 'GSM-Telefon'
+ ],
+ 'adress_land_phone' => [
+ 'name' => 'Festnetztelefon'
+ ],
+ 'adress_country' => [
+ 'name' => 'Land'
+ ],
+ 'adress_city' => [
+ 'name' => 'Stadt'
+ ],
+ 'adress_district' => [
+ 'name' => 'Kreis'
+ ],
+ 'adress_neighborhood' => [
+ 'name' => 'Nachbarschaft'
+ ],
+ 'adress_village' => [
+ 'name' => 'Dorf'
+ ],
+ 'messages' => [
+ 'name' => 'Mitteilungen'
+ ],
+ 'user' => [
+ 'name' => 'Nutzer'
+ ],
+ 'name' => [
+ 'name' => 'Name'
+ ],
+
+ /*Menu Button*/
+ 'profile' => [
+ 'name' => 'Profil'
+ ],
+
+ 'create' => [
+ 'name' => 'Erstellen'
+ ],
+ 'edit' => [
+ 'name' => 'Bearbeiten'
+ ],
+ 'delete' => [
+ 'name' => 'Löschen'
+ ],
+ 'list' => [
+ 'name' => 'Liste'
+ ],
+ 'menu_address' => [
+ 'name' => 'Adresse'
+ ],
+ 'menu_orders' => [
+ 'name' => 'Aufträge'
+ ],
+ 'menu_favorites' => [
+ 'name' => 'Favoriten'
+ ],
+ 'menu_archived_ads' => [
+ 'name' => 'Archivierte Anzeigen'
+ ],
+ 'menu_pending_ads' => [
+ 'name' => 'Genehmigung ausstehend'
+ ],
+ 'menu_delete_account' => [
+ 'name' => 'Konto schließen'
+ ],
+ 'menu_my_ads' => [
+ 'name' => 'Meine Anzeigen'
+ ],
+ 'menu_fav_ads' => [
+ 'name' => 'Lieblingsanzeigen'
+ ],
+ 'menu_hello_msg' => [
+ 'name' => 'Hallo'
+ ],
+ 'menu_last_msg' => [
+ 'name' => 'Sie haben sich zuletzt um angemeldet'
+ ],
+ 'menu_packages' => [
+ 'name' => 'Meine Pakete'
+ ],
+ 'menu_adv_packages' => [
+ 'name' => 'Anzeigenpakete'
+ ],
+ 'menu_time_packages' => [
+ 'name' => 'Zeitpakete'
+ ],
+ 'profile_details' => [
+ 'name' => 'Profildetails'
+ ],
+ 'profile_photo' => [
+ 'name' => 'Profilfoto'
+ ],
+ 'adv_listing_banner' => [
+ 'name' => 'Banner für Anzeigenlistingseite'
+ ],
+ 'approve' => [
+ 'name' => 'Genehmigen'
+ ],
+ 'approved' => [
+ 'name' => 'Genehmigt'
+ ],
+ 'pending' => [
+ 'name' => 'steht aus'
+ ],
+ 'passive' => [
+ 'name' => 'Passiv'
+ ],
+ 'pending_admin' => [
+ 'name' => 'steht aus'
+ ],
+ 'menu_messages' => [
+ 'name' => 'Mitteilungen'
+ ],
+ 'menu_my_purchase' => [
+ 'name' => 'Mein Einkauf'
+ ],
+ 'menu_my_sales' => [
+ 'name' => 'Meine Verkäufe'
+ ],
+
+ /* Right Dock*/
+ 'right_secure_trading_subject' => [
+ 'name' => 'Sicherer Handel'
+ ],
+ 'right_secure_trading_msg' => [
+ 'name' => 'Lorem ipsum dolor sitzt amet,
+ consectetur adipisicing elit'
+ ],
+ 'right_support_subject' => [
+ 'name' => '24/7 Support'
+ ],
+ 'right_support_msg' => [
+ 'name' => 'Lorem ipsum dolor sitzt amet,
+ consectetur adipisicing elit'
+ ],
+ 'right_easy_trading_subject' => [
+ 'name' => 'Einfacher Handel'
+ ],
+ 'right_easy_trading_msg' => [
+ 'name' => 'Lorem ipsum dolor sitzt amet,
+ consectetur adipisicing elit'
+ ],
+ 'right_need_help_subject' => [
+ 'name' => 'Brauche Hilfe?'
+ ],
+ 'right_need_help_msg' => [
+ 'name' => 'Rufen Sie an'
+ ],
+ 'disable_account' => [
+ 'name' => 'Konto deaktivieren'
+ ],
+ 'disable_account_msg' => [
+ 'name' => 'Ihr Konto wird deaktiviert. Dieser Vorgang kann nicht rückgängig gemacht werden'
+ ],
+
+ 'message_title' => 'Nachrichtentitel',
+ 'owner_name' => 'Botschaft',
+
+ 'favorites' => "Favoriten",
+ 'fav_advs' => 'Lieblingsanzeigen',
+ 'fav_sellers' => "Lieblingsverkäufer",
+ 'fav_searches' => "Lieblingssuchen",
+ 'posted_on' => "Veröffentlicht am",
+ 'message_details' => "Nachrichtendetails",
+ 'adv_no' => 'Anzeige Nr',
+ 'bill_address' => [
+ 'name' => 'Rechnungsadresse',
+ ],
+ 'delivery_address' => [
+ 'name' => 'Lieferadresse',
+ ],
+ 'order_total' => [
+ 'name' => 'Gesamt',
+ ],
+ 'order_date' => [
+ 'name' => 'Auftragsdatum',
+ ],
+ 'order_no' => [
+ 'name' => 'Auftragsnummer',
+ ],
+ 'order_detail' => [
+ 'name' => 'Detail anzeigen',
+ ],
+ /*Detail Page Order*/
+ 'detail' => [
+ 'name' => 'Detail',
+ ],
+ 'back' => [
+ 'name' => 'Zurück',
+ ],
+ 'image' => [
+ 'name' => 'Bild',
+ ],
+ 'subject' => [
+ 'name' => 'Gegenstand',
+ ],
+ 'price' => [
+ 'name' => 'Preis',
+ ],
+ 'piece' => [
+ 'name' => 'Stück',
+ ],
+ 'commission' => [
+ 'name' => 'Kommission',
+ ],
+ 'total' => [
+ 'name' => 'Gesamt',
+ ],
+ 'sub_total' => [
+ 'name' => 'Zwischensumme',
+ ],
+ 'sale' => [
+ 'name' => 'Verkauf',
+ ],
+ 'awaiting_tracking_number' => [
+ 'name' => 'Warten auf Sendungsnummer',
+ ],
+ 'awaiting_payment_approval' => [
+ 'name' => 'Zahlungsgenehmigung ausstehend',
+ ],
+ 'paid' => [
+ 'name' => 'Bezahlt',
+ ],
+ 'cancelled' => [
+ 'name' => 'Abgebrochen',
+ ],
+ 'waiting' => [
+ 'name' => 'Warten',
+ ],
+ 'awaiting_dispatch' => [
+ 'name' => 'Versand wird erwartet',
+ ],
+ 'shipped' => [
+ 'name' => 'Versand erfolgt',
+ ],
+ 'delivered' => [
+ 'name' => 'Geliefert',
+ ],
+ 'tracking_number' => [
+ 'name' => 'Auftragsnummer,
+ Frachtnummer,
+ Sendungscode',
+ ],
+ 'was_delivered' => [
+ 'name' => 'wurde geliefert',
+ ],
+ 'not_delivered' => [
+ 'name' => 'nicht zugestellt',
+ ],
+ 'show_order_msg1' => [
+ 'name' => 'Das Transaktionsergebnis wird per Mail mitgeteilt.',
+ ],
+ 'show_order_msg2' => [
+ 'name' => 'Die Rückerstattung erfolgt,
+ wenn das Produkt nicht innerhalb einer Woche geliefert wird.',
+ ],
+ 'show_order_msg3' => [
+ 'name' => 'Das Ergebnis der Transaktion wurde an Ihre registrierte E-Mail-Adresse gesendet.',
+ ],
+
+ 'awaiting_payment' => [
+ 'name' => 'Warten auf Zahlung',
+ ],
+ 'please_entered_tracking_number' => [
+ 'name' => 'Bitte Tracking-Nummer eingeben',
+ ],
+ 'transport_days' => [
+ 'name' => 'Transporttage',
+ ],
+ 'product_not_delivered' => [
+ 'name' => 'Produkt nicht geliefert',
+ ],
+ 'status' => [
+ 'name' => 'Status',
+ ],
+ 'cancel_sale' => [
+ 'name' => 'Verkauf abbrechen',
+ ],
+ 'send_again' => [
+ 'name' => 'Ich werde wieder senden',
+ ],
+ 'content' => [
+ 'name' => 'Inhalt',
+ ],
+ 'preferences_settings' => [
+ 'name' => 'Einstellungen',
+ ],
+
+ 'corporate_settings' => [
+ 'name' => 'Unternehmenseinstellungen',
+ ],
+ 'password' => [
+ 'name' => 'Passwort',
+ ],
+ 'old_password' => [
+ 'name' => 'Altes Passwort',
+ ],
+ 'new_password' => [
+ 'name' => 'Neues Kennwort',
+ ],
+ 're_new_password' => [
+ 'name' => 'Passwort bestätigen',
+ ],
+ 'confirm_password_input' => [
+ 'name' => 'Ich bestätige meine Passwortänderung',
+ ],
+ 'create_address' => [
+ 'name' => 'Adresse erstellen',
+ ],
+ 'edit_address' => [
+ 'name' => 'Adresse bearbeiten',
+ ],
+ 'balance_limit' => [
+ 'name' => 'Kontostandlimit',
+ ],
+ 'active_ads' => [
+ 'name' => 'Aktive Anzeigen',
+ ],
+ 'subscriptions' => [
+ 'name' => 'Abonnements',
+ ],
+ 'go_subscriptions_page' => [
+ 'name' => 'Gehen Sie zur Abonnementseite',
+ ],
+ 'buy_package' => [
+ 'name' => 'Paket kaufen',
+ ],
+ 'expired_date' => [
+ 'name' => 'Abgelaufenes Datum',
+ ],
+ 'category' => [
+ 'name' => 'Kategorie',
+ ],
+ 'ad_limit' => [
+ 'name' => 'Anzeigenlimit',
+ ],
+ 'publish_time' => [
+ 'name' => 'Zeit veröffentlichen',
+ ],
+ 'all_categories' => [
+ 'name' => 'Alle Kategorien',
+ ],
+ 'day' => [
+ 'name' => 'Tag',
+ ],
+
+ 'individual' => [
+ 'name' => 'Individuell',
+ ],
+ 'corporate' => [
+ 'name' => 'Corporate',
+ ],
+
+ 'details' => [
+ 'name' => 'Einzelheiten'
+ ],
+ 'choose' => [
+ 'name' => 'Wählen'
+ ],
+ 'my_address' => 'Meine Adresse',
+
+ 'company' => [
+ 'name' => 'Name der Firma'
+ ],
+ 'tax_office' => [
+ 'name' => 'Finanzamt'
+ ],
+ 'tax_number' => [
+ 'name' => 'Steuernummer'
+ ],
+
+ // Profile page
+ 'my_profile' => 'Mein Profil',
+ 'edit_profile' => 'Profil bearbeiten',
+ 'edit_details' => 'Details bearbeiten',
+ 'update' => 'Aktualisieren',
+ 'change_password' => 'Ändere das Passwort',
+ 'choose_an_option' => 'Wähle eine Option...',
+ 'change_status' => 'Status ändern',
+ 'profile_settings' => 'Profileinstellungen',
+ 'profile_detail' => 'Profildetail',
+
+ // Register page
+ 'accept_terms_label' => 'Ich akzeptiere die Bedingungen.',
+ 'accept_protection_law_label' => 'Ich akzeptiere die Bestimmungen des Gesetzes über' . setting_value('visiosoft.module.profile::register_protection_url') . '"target =" _ blank "> Schutz personenbezogener Daten.',
+ 'accept_privacy_terms_label' => 'Ich nehme an' . setting_value('visiosoft.module.profile::register_privacy_url') . '"target =" _ blank "> Datenschutzbestimmungen.',
+ 'receive_sms_emails_label' => 'Ich möchte E-Mail & SMS erhalten.',
+
+ // Register Type
+ 'personal' => [
+ 'name' => 'persönlich'
+ ],
+
+ 'education_part' => [
+ 'name' => 'Bildungsstand'
+ ],
+
+ 'notified_new_updates' => [
+ 'name' => 'Benachrichtigte neue Updates',
+ ],
+ 'notified_about_ads' => [
+ 'name' => 'Über Anzeigen informiert',
+ ],
+ 'receive_messages_email' => [
+ 'name' => 'Nachrichten per E-Mail erhalten',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/de/message.php b/resources/default/addons/visiosoft/profile-module/lang/de/message.php
new file mode 100644
index 000000000..f803385b0
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/de/message.php
@@ -0,0 +1,47 @@
+ "E-Mail-Feld ist erforderlich!",
+ "username" => "Benutzername Feld ist erforderlich!",
+ "success_update" => "Profil-Update erfolgreich!",
+ "adress_success_update" => "Adress-Update erfolgreich!",
+ "adress_success_create" => "Adresse erfolgreich erstellen!",
+ "login_error" => "Falsches Login oder Passwort.",
+ "login_noMail_old_user" => "Die eingegebene E-Mail-Adresse wurde nicht gefunden.",
+ "login_noMail_old_user2" => "Bitte überprüfen Sie die E-Mail-Adresse und versuchen Sie es erneut.",
+ "login_noMail_old_user3" => "Wenn das Problem weiterhin besteht,
+ wenden Sie sich bitte an \\'info@openclassify.com\\'.",
+ "login_info_old_user" => "Ein neues Passwort wurde an Ihre E-Mail-Adresse gesendet.",
+ "success" => "Erfolg",
+ "notified_new_updates" => "Ich möchte über neue Updates informiert werden",
+ "notified_about_ads" => "Benachrichtigungen zu meinen Anzeigen zulassen",
+ "receive_messages_email" => "Ich möchte Nachrichten als E-Mail erhalten",
+ "no_packages_module" => "Kein Paketmodul!",
+ "required_add"=> "Bitte füllen Sie alle erforderlichen Zeilen aus.",
+ "no_extend_package" => "Nein Anzeigenpakete erweitern",
+ "saved" => "Gerettet!",
+ 'please_confirm_transaction' => 'Bitte bestätigen Sie die Transaktion',
+ 'password_do_not_match' => 'Passwörter stimmen nicht überein',
+ 'your_password_changed' => 'Ihr Passwort wurde erfolgreich aktualisiert',
+ 'error_valid_email_or_phone' => 'Das Format der Telefonnummer oder der E-Mail-Adresse ist nicht korrekt.',
+ 'error_valid_phone' => 'Das Telefonnummernformat ist nicht korrekt.',
+ 'registered_phone' => 'Diese Telefonnummer wurde bereits registriert.',
+ 'ajax_address_error' => 'Keine Adresse oder nicht zum Anzeigen berechtigt.',
+ 'empty_password_sms_message' => 'Aus Sicherheitsgründen haben wir Ihr Passwort geändert! Dein neues Passwort ist:',
+ 'required_all' => "Alle Felder sind erforderlich!",
+ 'can_not_remove_filled_fields' => "Sie können gefüllte Felder nicht entfernen!",
+ 'wrong_password' => "Das eingegebene Passwort ist nicht korrekt!",
+
+ // Forgot Password
+ 'email_phone_not_found' => 'Die E-Mail, Telefonnummer ist nicht korrekt!',
+
+ 'disable_account' => 'Möchten Sie Ihr Konto schließen? Dieser Vorgang kann nicht rückgängig gemacht werden.',
+
+ // Mail
+ 'update_email_mail_subject' => 'E-Mail aktualisiert!',
+ 'update_email_mail_message' => 'Ihre E-Mail wurde aktualisiert!',
+
+ // Register
+ 'recaptcha_field_is_required' => 'Das Feld reCaptcha ist erforderlich.',
+ 'failed_to_validate_captcha' => 'Captcha konnte nicht validiert werden.',
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/de/permission.php b/resources/default/addons/visiosoft/profile-module/lang/de/permission.php
new file mode 100644
index 000000000..996d2880d
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/de/permission.php
@@ -0,0 +1,36 @@
+ [
+ 'name' => 'Profil',
+ 'option' => [
+ 'read' => 'Kann Profil lesen?',
+ 'write' => 'Kann ein Profil erstellen / bearbeiten? ',
+ 'delete' => 'Kann Profil löschen?',
+ ],
+ ],
+ 'adress' => [
+ 'name' => 'Anschrift',
+ 'option' => [
+ 'read' => 'Kann Adresse lesen?',
+ 'write' => 'Kann Adresse erstellen / bearbeiten?',
+ 'delete' => 'Kann Adresse löschen?',
+ ],
+ ],
+ 'education' => [
+ 'name' => 'Bildung',
+ 'option' => [
+ 'read' => 'Kann Bildung lesen?',
+ 'write' => 'Kann Bildung erstellen / bearbeiten?',
+ 'delete' => 'Kann Bildung löschen?',
+ ],
+ ],
+ 'education_part' => [
+ 'name' => 'Bildungsteil',
+ 'option' => [
+ 'read' => 'Kann Bildung Teil lesen?',
+ 'write' => 'Kann Bildungsteil erstellen / bearbeiten?',
+ 'delete' => 'Kann Bildungsteil gelöscht werden?',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/de/section.php b/resources/default/addons/visiosoft/profile-module/lang/de/section.php
new file mode 100644
index 000000000..bf3972c6c
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/de/section.php
@@ -0,0 +1,18 @@
+ [
+ 'title' => 'Profil',
+ ],
+ 'adress' => [
+ 'title' => 'Anschrift',
+ ],
+ 'general_setting' => 'Allgemeine Einstellungen',
+ 'recaptcha' => 'reCaptcha',
+ 'education' => [
+ 'title' => 'Bildung',
+ ],
+ 'education_part' => [
+ 'title' => 'Bildungsteil',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/de/setting.php b/resources/default/addons/visiosoft/profile-module/lang/de/setting.php
new file mode 100644
index 000000000..ef2f7b1a3
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/de/setting.php
@@ -0,0 +1,58 @@
+ [
+ 'name' => 'Registerkarte "Meine Anzeigen anzeigen"',
+ ],
+ 'upload_avatar' => [
+ 'name' => 'Avatar hochladen',
+ ],
+ 'show_tax_office' => [
+ 'name' => 'Feld des Finanzamtes anzeigen',
+ ],
+ 'show_checkbox_terms_on_register' => [
+ 'name' => 'Checkbox-Bedingungen im Register anzeigen',
+ 'instructions' => 'Zeigen Sie auf dem Registrierungsformular "Akzeptieren", "Schutzgesetz", "Datenschutz", "SMS & E-Mails" an'
+ ],
+ 'register_protection_url' => [
+ 'name' => 'Schutz-URL registrieren',
+ ],
+ 'register_privacy_url' => [
+ 'name' => 'Registrieren Sie die Datenschutz-URL',
+ ],
+ 'show_education_profession' => [
+ 'name' => 'Bildungs- und Berufsfelder anzeigen',
+ 'instructions' => 'Zeigen Sie "Bildung", "Bildungsstand" und "Beruf" auf der Profilbearbeitungsseite an'
+ ],
+ 'google_captcha_site_key' => [
+ 'name' => 'Google Captcha Site Key',
+ ],
+ 'google_captcha_secret_key' => [
+ 'name' => 'Google Captcha Secret Key',
+ ],
+ 'score_threshold' => [
+ 'name' => 'Punkteschwelle',
+ 'instructions' => 'Ein Wert zwischen 0 und 1. Je höher der Schwellenwert, desto strenger versucht ReCaptcha festzustellen, ob ein Benutzer ein Bot ist oder nicht.',
+ ],
+ 'education' => [
+ 'name' => 'Bildung'
+ ],
+ 'state_of_education' => [
+ 'name' => 'Bildungsstand'
+ ],
+ 'profession' => [
+ 'name' => 'Beruf'
+ ],
+ 'hide_register_type_profile' => [
+ 'name' => 'Registertyp in Profilseite ausblenden',
+ 'instructions' => 'Blendet das Registertypfeld auf der Profilbearbeitungsseite aus.',
+ ],
+ 'required_district' => [
+ 'name' => 'Erforderlicher Bezirk',
+ 'instructions' => 'Das Hinzufügen einer Adresse stellt die Distriktverpflichtung dar.',
+ ],
+ 'show_extends_actions' => [
+ 'name' => 'Show erweitert Aktionen',
+ 'instructions' => 'Stellt die auf der Seite "Meine Profilanzeigen" verfügbaren Erweiterungsoptionen dar.',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/de/stream.php b/resources/default/addons/visiosoft/profile-module/lang/de/stream.php
new file mode 100644
index 000000000..9c85f66fb
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/de/stream.php
@@ -0,0 +1,16 @@
+ [
+ 'name' => 'Profil',
+ ],
+ 'adress' => [
+ 'name' => 'Anschrift',
+ ],
+ 'education' => [
+ 'name' => 'Bildung',
+ ],
+ 'education_part' => [
+ 'name' => 'Bildungsteil',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/el/addon.php b/resources/default/addons/visiosoft/profile-module/lang/el/addon.php
new file mode 100644
index 000000000..c618c6abd
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/el/addon.php
@@ -0,0 +1,7 @@
+ 'Προφίλ',
+ 'name' => 'Προφίλ Ενότητα',
+ 'description' => ''
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/el/button.php b/resources/default/addons/visiosoft/profile-module/lang/el/button.php
new file mode 100644
index 000000000..16e12908f
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/el/button.php
@@ -0,0 +1,21 @@
+ 'Νέο προφίλ',
+ 'new_adress' => 'Νέα διεύθυνση',
+ 'show' => 'Εμφάνιση διευθύνσεων',
+ 'update_password' => 'Ενημέρωση κωδικού πρόσβασης',
+ 'update_profile' => 'Ανανέωση προφίλ',
+ 'delete' => 'Διαγράφω',
+ 'extend' => 'Επεκτείνω',
+ 'extend_all' => 'Επέκταση όλων',
+ 'extend_unpublished' => 'Επέκταση μη δημοσιευμένου',
+ 'edit' => 'Επεξεργασία',
+ 'go_profile' => 'Μεταβείτε στη Λεπτομέρεια προφίλ',
+ 'go_user' => 'Μεταβείτε στη Λεπτομέρεια χρήστη',
+ 'personal' => 'Προσωπικός',
+ 'corporate' => 'Εταιρικός',
+ 'export' => 'Εξαγωγή',
+ 'new_education' => 'Νέα Εκπαίδευση',
+ 'new_education_part' => 'Νέο τμήμα εκπαίδευσης',
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/el/field.php b/resources/default/addons/visiosoft/profile-module/lang/el/field.php
new file mode 100644
index 000000000..9f713e314
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/el/field.php
@@ -0,0 +1,501 @@
+ [
+ 'name' => 'Φωτογραφίες'
+ ],
+ 'first_name' => [
+ 'name' => 'Ονομα'
+ ],
+ 'last_name' => [
+ 'name' => 'Επίθετο'
+ ],
+ 'username' => [
+ 'name' => 'Όνομα χρήστη'
+ ],
+ 'display_name' => [
+ 'name' => 'Εμφανιζόμενο όνομα'
+ ],
+ 'email' => [
+ 'name' => 'Διεύθυνση ηλεκτρονικού ταχυδρομείου'
+ ],
+ 'sitename' => [
+ 'name' => 'όνομα ιστοσελίδας'
+ ],
+ 'activated' => [
+ 'name' => 'Ενεργός χρήστης'
+ ],
+ 'enabled' => [
+ 'name' => 'Ενεργοποίηση χρήστη'
+ ],
+ 'country' => [
+ 'name' => 'Χώρα'
+ ],
+ 'city' => [
+ 'name' => 'Πόλη'
+ ],
+ 'district' => [
+ 'name' => 'Περιοχή'
+ ],
+ 'neighborhood' => [
+ 'name' => 'Γειτονιά'
+ ],
+ 'village' => [
+ 'name' => 'Χωριό'
+ ],
+ 'gsm_phone' => [
+ 'name' => 'Αριθμός τηλεφώνου GSM'
+ ],
+ 'land_phone' => [
+ 'name' => 'Αριθμός τηλεφώνου γης'
+ ],
+ 'office_phone' => [
+ 'name' => 'Αριθμός τηλεφώνου του Office'
+ ],
+ 'register_type' => [
+ 'name' => 'Τύπος μητρώου'
+ ],
+ 'birthday' => [
+ 'name' => 'Γενέθλια'
+ ],
+ 'facebook_address' => [
+ 'name' => 'Διεύθυνση Facebook'
+ ],
+ 'google_address' => [
+ 'name' => 'Διεύθυνση Google'
+ ],
+ 'education' => [
+ 'name' => 'Εκπαίδευση'
+ ],
+ 'state_of_education' => [
+ 'name' => 'Κατάσταση εκπαίδευσης'
+ ],
+ 'profession' => [
+ 'name' => 'Επάγγελμα'
+ ],
+ 'identification_number' => [
+ 'name' => 'Αριθμός αναγνώρισης'
+ ],
+ 'adress_name' => [
+ 'name' => 'Διεύθυνση Όνομα'
+ ],
+ 'adress_first_name' => [
+ 'name' => 'Ονομα'
+ ],
+ 'adress_last_name' => [
+ 'name' => 'Επίθετο'
+ ],
+ 'actions' => [
+ 'name' => 'Ενέργειες'
+ ],
+ 'adress_content' => [
+ 'name' => 'Προσθέστε Περιεχόμενο'
+ ],
+ 'adress_post_code' => [
+ 'name' => 'ΤΑΧΥΔΡΟΜΙΚΟΣ ΚΩΔΙΚΟΣ'
+ ],
+ 'adress_gsm_phone' => [
+ 'name' => 'Τηλέφωνο Gsm'
+ ],
+ 'adress_land_phone' => [
+ 'name' => 'Τηλέφωνο γης'
+ ],
+ 'adress_country' => [
+ 'name' => 'Χώρα'
+ ],
+ 'adress_city' => [
+ 'name' => 'Πόλη'
+ ],
+ 'adress_district' => [
+ 'name' => 'Περιοχή'
+ ],
+ 'adress_neighborhood' => [
+ 'name' => 'Γειτονιά'
+ ],
+ 'adress_village' => [
+ 'name' => 'Χωριό'
+ ],
+ 'messages' => [
+ 'name' => 'Μηνύματα'
+ ],
+ 'user' => [
+ 'name' => 'Χρήστης'
+ ],
+ 'name' => [
+ 'name' => 'Ονομα'
+ ],
+
+ /*Menu Button*/
+ 'profile' => [
+ 'name' => 'Προφίλ'
+ ],
+
+ 'create' => [
+ 'name' => 'Δημιουργώ'
+ ],
+ 'edit' => [
+ 'name' => 'Επεξεργασία'
+ ],
+ 'delete' => [
+ 'name' => 'Διαγράφω'
+ ],
+ 'list' => [
+ 'name' => 'Λίστα'
+ ],
+ 'menu_address' => [
+ 'name' => 'Διεύθυνση'
+ ],
+ 'menu_orders' => [
+ 'name' => 'Παραγγελίες'
+ ],
+ 'menu_favorites' => [
+ 'name' => 'Αγαπημένα'
+ ],
+ 'menu_archived_ads' => [
+ 'name' => 'Αρχειοθετημένες διαφημίσεις'
+ ],
+ 'menu_pending_ads' => [
+ 'name' => 'Εκκρεμεί έγκριση'
+ ],
+ 'menu_delete_account' => [
+ 'name' => 'Κλειστός λογαριασμός'
+ ],
+ 'menu_my_ads' => [
+ 'name' => 'Οι διαφημίσεις μου'
+ ],
+ 'menu_fav_ads' => [
+ 'name' => 'Αγαπημένες διαφημίσεις'
+ ],
+ 'menu_hello_msg' => [
+ 'name' => 'Γειά σου'
+ ],
+ 'menu_last_msg' => [
+ 'name' => 'Πραγματοποιήσατε τελευταία σύνδεση στο'
+ ],
+ 'menu_packages' => [
+ 'name' => 'Τα πακέτα μου'
+ ],
+ 'menu_adv_packages' => [
+ 'name' => 'Πακέτα διαφημίσεων'
+ ],
+ 'menu_time_packages' => [
+ 'name' => 'Πακέτα χρόνου'
+ ],
+ 'profile_details' => [
+ 'name' => 'Λεπτομέρειες προφίλ'
+ ],
+ 'profile_photo' => [
+ 'name' => 'Φωτογραφία προφίλ'
+ ],
+ 'adv_listing_banner' => [
+ 'name' => 'Διαφήμιση σελίδας καταχώρησης διαφημίσεων'
+ ],
+ 'approve' => [
+ 'name' => 'Εγκρίνω'
+ ],
+ 'approved' => [
+ 'name' => 'Εγκρίθηκε'
+ ],
+ 'pending' => [
+ 'name' => 'εκκρεμής'
+ ],
+ 'passive' => [
+ 'name' => 'Παθητικός'
+ ],
+ 'pending_admin' => [
+ 'name' => 'εκκρεμής'
+ ],
+ 'menu_messages' => [
+ 'name' => 'Μηνύματα'
+ ],
+ 'menu_my_purchase' => [
+ 'name' => 'Αγορά μου'
+ ],
+ 'menu_my_sales' => [
+ 'name' => 'Οι πωλήσεις μου'
+ ],
+
+ /* Right Dock*/
+ 'right_secure_trading_subject' => [
+ 'name' => 'Ασφαλής εμπορία'
+ ],
+ 'right_secure_trading_msg' => [
+ 'name' => 'Το κατώτατο όριο παραμένει αμετάβλητο,
+ ακολουθώντας την απλούστερη διαφήμιση'
+ ],
+ 'right_support_subject' => [
+ 'name' => 'Υποστήριξη 24/7'
+ ],
+ 'right_support_msg' => [
+ 'name' => 'Το κατώτατο όριο παραμένει αμετάβλητο,
+ ακολουθώντας την απλούστερη διαφήμιση'
+ ],
+ 'right_easy_trading_subject' => [
+ 'name' => 'Εύκολη συναλλαγή'
+ ],
+ 'right_easy_trading_msg' => [
+ 'name' => 'Το κατώτατο όριο παραμένει αμετάβλητο,
+ ακολουθώντας την απλούστερη διαφήμιση'
+ ],
+ 'right_need_help_subject' => [
+ 'name' => 'Χρειάζεστε βοήθεια;'
+ ],
+ 'right_need_help_msg' => [
+ 'name' => 'Δώστε μια κλήση'
+ ],
+ 'disable_account' => [
+ 'name' => 'Απενεργοποίηση λογαριασμού'
+ ],
+ 'disable_account_msg' => [
+ 'name' => 'Ο λογαριασμός σας θα απενεργοποιηθεί. Αυτή η λειτουργία δεν μπορεί να ανακληθεί'
+ ],
+
+ 'message_title' => 'Τίτλος μηνύματος',
+ 'owner_name' => 'Μήνυμα',
+
+ 'favorites' => "Αγαπημένα",
+ 'fav_advs' => 'Αγαπημένες διαφημίσεις',
+ 'fav_sellers' => "Fav Πωλητές",
+ 'fav_searches' => "Fav Αναζητήσεις",
+ 'posted_on' => "Δημοσιεύτηκε στις",
+ 'message_details' => "Λεπτομέρειες μηνύματος",
+ 'adv_no' => 'Αριθμός διαφήμισης',
+ 'bill_address' => [
+ 'name' => 'Διεύθυνση λογαριασμού',
+ ],
+ 'delivery_address' => [
+ 'name' => 'Διεύθυνση παράδοσης',
+ ],
+ 'order_total' => [
+ 'name' => 'Σύνολο',
+ ],
+ 'order_date' => [
+ 'name' => 'Ημερομηνία παραγγελίας',
+ ],
+ 'order_no' => [
+ 'name' => 'Αριθμός Παραγγελίας',
+ ],
+ 'order_detail' => [
+ 'name' => 'Δείξε λεπτομέρεια',
+ ],
+ /*Detail Page Order*/
+ 'detail' => [
+ 'name' => 'Λεπτομέρεια',
+ ],
+ 'back' => [
+ 'name' => 'Πίσω',
+ ],
+ 'image' => [
+ 'name' => 'Εικόνα',
+ ],
+ 'subject' => [
+ 'name' => 'Θέμα',
+ ],
+ 'price' => [
+ 'name' => 'Τιμή',
+ ],
+ 'piece' => [
+ 'name' => 'Κομμάτι',
+ ],
+ 'commission' => [
+ 'name' => 'Επιτροπή',
+ ],
+ 'total' => [
+ 'name' => 'Σύνολο',
+ ],
+ 'sub_total' => [
+ 'name' => 'ΜΕΡΙΚΟ ΣΥΝΟΛΟ',
+ ],
+ 'sale' => [
+ 'name' => 'Πώληση',
+ ],
+ 'awaiting_tracking_number' => [
+ 'name' => 'Αναμονή του αριθμού παρακολούθησης',
+ ],
+ 'awaiting_payment_approval' => [
+ 'name' => 'Αναμονή έγκρισης πληρωμής',
+ ],
+ 'paid' => [
+ 'name' => 'επί πληρωμή',
+ ],
+ 'cancelled' => [
+ 'name' => 'Ακυρώθηκε',
+ ],
+ 'waiting' => [
+ 'name' => 'Αναμονή',
+ ],
+ 'awaiting_dispatch' => [
+ 'name' => 'Αναμονή αποστολής',
+ ],
+ 'shipped' => [
+ 'name' => 'Αποστέλλονται',
+ ],
+ 'delivered' => [
+ 'name' => 'Παραδόθηκε',
+ ],
+ 'tracking_number' => [
+ 'name' => 'Αριθμός εντοπισμού',
+ ],
+ 'was_delivered' => [
+ 'name' => 'παραδόθηκε',
+ ],
+ 'not_delivered' => [
+ 'name' => 'δεν έχει παραδωθεί',
+ ],
+ 'show_order_msg1' => [
+ 'name' => 'Το αποτέλεσμα της συναλλαγής θα ειδοποιηθεί μέσω ταχυδρομείου.',
+ ],
+ 'show_order_msg2' => [
+ 'name' => 'Η επιστροφή χρημάτων γίνεται εάν το προϊόν δεν παραδοθεί εντός μιας εβδομάδας.',
+ ],
+ 'show_order_msg3' => [
+ 'name' => 'Το αποτέλεσμα της συναλλαγής έχει σταλεί στην καταχωρημένη ηλεκτρονική σας διεύθυνση.',
+ ],
+
+ 'awaiting_payment' => [
+ 'name' => 'Εν αναμονή πληρωμής',
+ ],
+ 'please_entered_tracking_number' => [
+ 'name' => 'Εισαγάγετε τον αριθμό παρακολούθησης',
+ ],
+ 'transport_days' => [
+ 'name' => 'Ημέρες μεταφορών',
+ ],
+ 'product_not_delivered' => [
+ 'name' => 'Το προϊόν δεν παραδόθηκε',
+ ],
+ 'status' => [
+ 'name' => 'Κατάσταση',
+ ],
+ 'cancel_sale' => [
+ 'name' => 'Ακύρωση πώλησης',
+ ],
+ 'send_again' => [
+ 'name' => 'Θα στείλω ξανά',
+ ],
+ 'content' => [
+ 'name' => 'Περιεχόμενο',
+ ],
+ 'preferences_settings' => [
+ 'name' => 'Ρυθμίσεις προτιμήσεων',
+ ],
+
+ 'corporate_settings' => [
+ 'name' => 'Εταιρικές ρυθμίσεις',
+ ],
+ 'password' => [
+ 'name' => 'Κωδικός πρόσβασης',
+ ],
+ 'old_password' => [
+ 'name' => 'ΠΑΛΙΟΣ ΚΩΔΙΚΟΣ',
+ ],
+ 'new_password' => [
+ 'name' => 'Νέος κωδικός πρόσβασης',
+ ],
+ 're_new_password' => [
+ 'name' => 'Επιβεβαίωση Κωδικού',
+ ],
+ 'confirm_password_input' => [
+ 'name' => 'Επιβεβαιώνω την αλλαγή του κωδικού πρόσβασης',
+ ],
+ 'create_address' => [
+ 'name' => 'Δημιουργία διεύθυνσης',
+ ],
+ 'edit_address' => [
+ 'name' => 'Επεξεργασία διεύθυνσης',
+ ],
+ 'balance_limit' => [
+ 'name' => 'Όριο ισορροπίας',
+ ],
+ 'active_ads' => [
+ 'name' => 'Ενεργές διαφημίσεις',
+ ],
+ 'subscriptions' => [
+ 'name' => 'Συνδρομές',
+ ],
+ 'go_subscriptions_page' => [
+ 'name' => 'Μεταβείτε στη σελίδα Συνδρομών',
+ ],
+ 'buy_package' => [
+ 'name' => 'Αγοράστε το πακέτο',
+ ],
+ 'expired_date' => [
+ 'name' => 'Ημερομηνία λήξεως',
+ ],
+ 'category' => [
+ 'name' => 'Κατηγορία',
+ ],
+ 'ad_limit' => [
+ 'name' => 'Όριο διαφήμισης',
+ ],
+ 'publish_time' => [
+ 'name' => 'Δημοσίευση ώρας',
+ ],
+ 'all_categories' => [
+ 'name' => 'Όλες οι κατηγορίες',
+ ],
+ 'day' => [
+ 'name' => 'Ημέρα',
+ ],
+
+ 'individual' => [
+ 'name' => 'άτομο',
+ ],
+ 'corporate' => [
+ 'name' => 'Εταιρικός',
+ ],
+
+ 'details' => [
+ 'name' => 'Λεπτομέριες'
+ ],
+ 'choose' => [
+ 'name' => 'Επιλέγω'
+ ],
+ 'my_address' => 'Η διεύθυνσή μου',
+
+ 'company' => [
+ 'name' => 'Όνομα εταιρείας'
+ ],
+ 'tax_office' => [
+ 'name' => 'Εφορία'
+ ],
+ 'tax_number' => [
+ 'name' => 'ΑΦΜ'
+ ],
+
+ // Profile page
+ 'my_profile' => 'Το ΠΡΟΦΙΛ μου',
+ 'edit_profile' => 'Επεξεργασία προφίλ',
+ 'edit_details' => 'Επεξεργασία λεπτομερειών',
+ 'update' => 'Εκσυγχρονίζω',
+ 'change_password' => 'Άλλαξε κωδικό',
+ 'choose_an_option' => 'Διάλεξε μια επιλογή...',
+ 'change_status' => 'Αλλαγή κατάστασης',
+ 'profile_settings' => 'Ρυθμίσεις προφίλ',
+ 'profile_detail' => 'Λεπτομέρεια προφίλ',
+
+ // Register page
+ 'accept_terms_label' => 'Αποδέχομαι τους όρους.',
+ 'accept_protection_law_label' => 'Αποδέχομαι τους όρους του Νόμου για' . setting_value('visiosoft.module.profile::register_protection_url') . '"target =" _ blank "> Προστασία προσωπικών δεδομένων.',
+ 'accept_privacy_terms_label' => 'Δέχομαι' . setting_value('visiosoft.module.profile::register_privacy_url') . '"target =" _ blank "> Όροι απορρήτου.',
+ 'receive_sms_emails_label' => 'Θέλω να λαμβάνω e-mail & sms.',
+
+ // Register Type
+ 'personal' => [
+ 'name' => 'Προσωπικός'
+ ],
+
+ 'education_part' => [
+ 'name' => 'Κατάσταση εκπαίδευσης'
+ ],
+
+ 'notified_new_updates' => [
+ 'name' => 'Ειδοποιημένες νέες ενημερώσεις',
+ ],
+ 'notified_about_ads' => [
+ 'name' => 'Ειδοποιήθηκαν για διαφημίσεις',
+ ],
+ 'receive_messages_email' => [
+ 'name' => 'Λήψη μηνυμάτων Email',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/el/message.php b/resources/default/addons/visiosoft/profile-module/lang/el/message.php
new file mode 100644
index 000000000..dcc7ce7c6
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/el/message.php
@@ -0,0 +1,47 @@
+ "Το πεδίο ηλεκτρονικού ταχυδρομείου είναι υποχρεωτικό!",
+ "username" => "Το πεδίο χρήστη είναι υποχρεωτικό!",
+ "success_update" => "Ενημέρωση προφίλ με επιτυχία!",
+ "adress_success_update" => "Ενημέρωση επιτυχώς!",
+ "adress_success_create" => "Διεύθυνση Δημιουργήστε με επιτυχία!",
+ "login_error" => "Λανθασμένη σύνδεση ή κωδικός πρόσβασης.",
+ "login_noMail_old_user" => "Δεν ήταν δυνατή η εύρεση της διεύθυνσης ηλεκτρονικού ταχυδρομείου που εισαγάγατε.",
+ "login_noMail_old_user2" => "Ελέγξτε τη διεύθυνση ηλεκτρονικού ταχυδρομείου και δοκιμάστε ξανά.",
+ "login_noMail_old_user3" => "Εάν το πρόβλημα συνεχίζεται,
+ επικοινωνήστε στο info@openclassify.com.",
+ "login_info_old_user" => "Ένας νέος κωδικός πρόσβασης έχει σταλεί στη διεύθυνση ηλεκτρονικού ταχυδρομείου σας.",
+ "success" => "Επιτυχία",
+ "notified_new_updates" => "Θέλω να ενημερώνομαι για νέες ενημερώσεις",
+ "notified_about_ads" => "Να επιτρέπονται ειδοποιήσεις σχετικά με τις διαφημίσεις μου",
+ "receive_messages_email" => "Θέλω να λαμβάνω μηνύματα ως email",
+ "no_packages_module" => "No Module Packages!",
+ "required_add"=> "Συμπληρώστε όλες τις απαιτούμενες γραμμές.",
+ "no_extend_package" => "Δεν επεκτείνετε τα πακέτα διαφημίσεων",
+ "saved" => "Αποθηκεύτηκε!",
+ 'please_confirm_transaction' => 'Επιβεβαιώστε τη συναλλαγή',
+ 'password_do_not_match' => 'Οι κωδικοί πρόσβασης δεν ταιριάζουν',
+ 'your_password_changed' => 'Ο κωδικός πρόσβασής σας ενημερώθηκε με επιτυχία',
+ 'error_valid_email_or_phone' => 'Ο αριθμός τηλεφώνου ή η μορφή διεύθυνσης ηλεκτρονικού ταχυδρομείου δεν είναι σωστές.',
+ 'error_valid_phone' => 'Η μορφή αριθμού τηλεφώνου δεν είναι σωστή.',
+ 'registered_phone' => 'Αυτός ο αριθμός τηλεφώνου έχει ήδη καταχωρηθεί.',
+ 'ajax_address_error' => 'Καμία διεύθυνση ή μη εξουσιοδοτημένη προβολή.',
+ 'empty_password_sms_message' => 'Λόγω προβλημάτων ασφαλείας, αλλάξαμε τον κωδικό πρόσβασής σας! Ο νέος κωδικός πρόσβασής σας είναι:',
+ 'required_all' => "Απαιτείται όλο το πεδίο!",
+ 'can_not_remove_filled_fields' => "Δεν μπορείτε να καταργήσετε τα γεμάτα πεδία!",
+ 'wrong_password' => "Ο κωδικός πρόσβασης που εισαγάγατε δεν είναι σωστός!",
+
+ // Forgot Password
+ 'email_phone_not_found' => 'Το E-mail, ο αριθμός τηλεφώνου δεν είναι σωστός!',
+
+ 'disable_account' => 'Θέλετε να κλείσετε τον λογαριασμό σας; Δεν είναι δυνατή η αναίρεση αυτής της λειτουργίας.',
+
+ // Mail
+ 'update_email_mail_subject' => 'Ενημερώθηκε το email!',
+ 'update_email_mail_message' => 'Το email σας ενημερώθηκε!',
+
+ // Register
+ 'recaptcha_field_is_required' => 'Απαιτείται πεδίο reCaptcha.',
+ 'failed_to_validate_captcha' => 'Αποτυχία επικύρωσης captcha.',
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/el/permission.php b/resources/default/addons/visiosoft/profile-module/lang/el/permission.php
new file mode 100644
index 000000000..3dbcee934
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/el/permission.php
@@ -0,0 +1,36 @@
+ [
+ 'name' => 'Προφίλ',
+ 'option' => [
+ 'read' => 'Μπορεί να διαβάσει το προφίλ; ',
+ 'write' => 'Μπορεί να δημιουργήσει / να επεξεργαστεί προφίλ; ',
+ 'delete' => 'Μπορεί να διαγραφεί το προφίλ;',
+ ],
+ ],
+ 'adress' => [
+ 'name' => 'Διεύθυνση',
+ 'option' => [
+ 'read' => 'Μπορεί να διαβάσει τη διεύθυνση; ',
+ 'write' => 'Μπορεί να δημιουργήσει / να επεξεργαστεί τη διεύθυνση; ',
+ 'delete' => 'Μπορεί να διαγράψει τη διεύθυνση;',
+ ],
+ ],
+ 'education' => [
+ 'name' => 'Εκπαίδευση',
+ 'option' => [
+ 'read' => 'Μπορεί να διαβάσει την εκπαίδευση;',
+ 'write' => 'Μπορείτε να δημιουργήσετε / επεξεργαστείτε εκπαίδευση;',
+ 'delete' => 'Μπορεί να διαγραφεί η εκπαίδευση;',
+ ],
+ ],
+ 'education_part' => [
+ 'name' => 'Εκπαιδευτικό μέρος',
+ 'option' => [
+ 'read' => 'Μπορεί να διαβάσει το τμήμα εκπαίδευσης;',
+ 'write' => 'Μπορείτε να δημιουργήσετε / επεξεργαστείτε τμήμα εκπαίδευσης;',
+ 'delete' => 'Μπορεί να διαγραφεί το τμήμα εκπαίδευσης;',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/el/section.php b/resources/default/addons/visiosoft/profile-module/lang/el/section.php
new file mode 100644
index 000000000..1b76fdf83
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/el/section.php
@@ -0,0 +1,18 @@
+ [
+ 'title' => 'Προφίλ',
+ ],
+ 'adress' => [
+ 'title' => 'Διεύθυνση',
+ ],
+ 'general_setting' => 'Γενικές Ρυθμίσεις',
+ 'recaptcha' => 'reCAPTCHA',
+ 'education' => [
+ 'title' => 'Εκπαίδευση',
+ ],
+ 'education_part' => [
+ 'title' => 'Εκπαιδευτικό μέρος',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/el/setting.php b/resources/default/addons/visiosoft/profile-module/lang/el/setting.php
new file mode 100644
index 000000000..78f45cc3d
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/el/setting.php
@@ -0,0 +1,58 @@
+ [
+ 'name' => 'Εμφάνιση της καρτέλας "Οι διαφημίσεις μου"',
+ ],
+ 'upload_avatar' => [
+ 'name' => 'Μεταφόρτωση Avatar',
+ ],
+ 'show_tax_office' => [
+ 'name' => 'Εμφάνιση πεδίου φορολογικής υπηρεσίας',
+ ],
+ 'show_checkbox_terms_on_register' => [
+ 'name' => 'Εμφάνιση Όρων πλαισίου ελέγχου στο Μητρώο',
+ 'instructions' => 'Δείξτε την ένδειξη "Αποδοχή όρου", "νόμος προστασίας", "όρος απορρήτου", "sms & email"'
+ ],
+ 'register_protection_url' => [
+ 'name' => 'Εγγραφή URL προστασίας',
+ ],
+ 'register_privacy_url' => [
+ 'name' => 'Εγγραφή URL απορρήτου',
+ ],
+ 'show_education_profession' => [
+ 'name' => 'Εμφάνιση πεδίων εκπαίδευσης και επαγγέλματος',
+ 'instructions' => 'Εμφάνιση των "Εκπαίδευση", "Κατάσταση Εκπαίδευσης" και "Επάγγελμα" στη σελίδα επεξεργασίας προφίλ'
+ ],
+ 'google_captcha_site_key' => [
+ 'name' => 'Κλειδί ιστότοπου Google Captcha',
+ ],
+ 'google_captcha_secret_key' => [
+ 'name' => 'Μυστικό κλειδί Google Captcha',
+ ],
+ 'score_threshold' => [
+ 'name' => 'Όριο βαθμολογίας',
+ 'instructions' => 'Μια τιμή μεταξύ 0 και 1. Όσο υψηλότερο είναι το όριο, τόσο πιο αυστηρό ReCaptcha προσπαθεί να προσδιορίσει εάν ένας χρήστης είναι bot ή όχι.',
+ ],
+ 'education' => [
+ 'name' => 'Εκπαίδευση'
+ ],
+ 'state_of_education' => [
+ 'name' => 'Κατάσταση εκπαίδευσης'
+ ],
+ 'profession' => [
+ 'name' => 'Επάγγελμα'
+ ],
+ 'hide_register_type_profile' => [
+ 'name' => 'Απόκρυψη τύπου εγγραφής στη σελίδα προφίλ',
+ 'instructions' => 'Απόκρυψη του πεδίου τύπου μητρώου στη σελίδα επεξεργασίας προφίλ.',
+ ],
+ 'required_district' => [
+ 'name' => 'Απαιτούμενη περιοχή',
+ 'instructions' => 'Η προσθήκη διεύθυνσης αντιπροσωπεύει την υποχρέωση περιοχής.',
+ ],
+ 'show_extends_actions' => [
+ 'name' => 'Εμφάνιση επεκτάσεων ενεργειών',
+ 'instructions' => 'Αντιπροσωπεύει τις διαθέσιμες επιλογές στη σελίδα Διαφημίσεις προφίλ μου.',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/el/stream.php b/resources/default/addons/visiosoft/profile-module/lang/el/stream.php
new file mode 100644
index 000000000..e70bb0324
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/el/stream.php
@@ -0,0 +1,16 @@
+ [
+ 'name' => 'Προφίλ',
+ ],
+ 'adress' => [
+ 'name' => 'Διεύθυνση',
+ ],
+ 'education' => [
+ 'name' => 'Εκπαίδευση',
+ ],
+ 'education_part' => [
+ 'name' => 'Εκπαιδευτικό μέρος',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/en/addon.php b/resources/default/addons/visiosoft/profile-module/lang/en/addon.php
new file mode 100644
index 000000000..4fc39ac22
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/en/addon.php
@@ -0,0 +1,7 @@
+ 'Profile',
+ 'name' => 'Profile Module',
+ 'description' => ''
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/en/button.php b/resources/default/addons/visiosoft/profile-module/lang/en/button.php
new file mode 100644
index 000000000..d777538e8
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/en/button.php
@@ -0,0 +1,21 @@
+ 'New Profile',
+ 'new_adress' => 'New Adress',
+ 'show' => 'Show Adress',
+ 'update_password' => 'Update Password',
+ 'update_profile' => 'Update Profile',
+ 'delete' => 'Delete',
+ 'extend' => 'Extend',
+ 'extend_all' => 'Extend All',
+ 'extend_unpublished' => 'Extend Unpublished',
+ 'edit' => 'Edit',
+ 'go_profile' => 'Go to Profile Detail',
+ 'go_user' => 'Go to User Detail',
+ 'personal' => 'Personal',
+ 'corporate' => 'Corporate',
+ 'export' => 'Export',
+ 'new_education' => 'New Education',
+ 'new_education_part' => 'New Education part',
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/en/field.php b/resources/default/addons/visiosoft/profile-module/lang/en/field.php
new file mode 100644
index 000000000..948ee3f83
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/en/field.php
@@ -0,0 +1,509 @@
+ [
+ 'name' => 'Photos'
+ ],
+ 'first_name' => [
+ 'name' => 'First Name'
+ ],
+ 'last_name' => [
+ 'name' => 'Last Name'
+ ],
+ 'username' => [
+ 'name' => 'Username'
+ ],
+ 'display_name' => [
+ 'name' => 'Display Name'
+ ],
+ 'email' => [
+ 'name' => 'Email Adress'
+ ],
+ 'sitename' => [
+ 'name' => 'sitename'
+ ],
+ 'activated' => [
+ 'name' => 'User Active'
+ ],
+ 'enabled' => [
+ 'name' => 'User Enable'
+ ],
+ 'country' => [
+ 'name' => 'Country'
+ ],
+ 'city' => [
+ 'name' => 'City'
+ ],
+ 'district' => [
+ 'name' => 'District'
+ ],
+ 'neighborhood' => [
+ 'name' => 'Neighborhood'
+ ],
+ 'village' => [
+ 'name' => 'Village'
+ ],
+ 'gsm_phone' => [
+ 'name' => 'GSM Phone'
+ ],
+ 'land_phone' => [
+ 'name' => 'Land Phone'
+ ],
+ 'office_phone' => [
+ 'name' => 'Office Phone'
+ ],
+ 'register_type' => [
+ 'name' => 'Register Type'
+ ],
+ 'birthday' => [
+ 'name' => 'Birthday'
+ ],
+ 'facebook_address' => [
+ 'name' => 'Facebook Address'
+ ],
+ 'google_address' => [
+ 'name' => 'Google Address'
+ ],
+ 'education' => [
+ 'name' => 'Education'
+ ],
+ 'state_of_education' => [
+ 'name' => 'State of Education'
+ ],
+ 'profession' => [
+ 'name' => 'Profession'
+ ],
+ 'identification_number' => [
+ 'name' => 'Identification Number'
+ ],
+ 'adress_name' => [
+ 'name' => 'Adress Name'
+ ],
+ 'adress_first_name' => [
+ 'name' => 'First Name'
+ ],
+ 'adress_last_name' => [
+ 'name' => 'Last Name'
+ ],
+ 'actions' => [
+ 'name' => 'Actions'
+ ],
+ 'adress_content' => [
+ 'name' => 'Adress Content'
+ ],
+ 'adress_post_code' => [
+ 'name' => 'Post Code'
+ ],
+ 'adress_gsm_phone' => [
+ 'name' => 'Gsm Phone'
+ ],
+ 'adress_land_phone' => [
+ 'name' => 'Land Phone'
+ ],
+ 'adress_country' => [
+ 'name' => 'Country'
+ ],
+ 'adress_city' => [
+ 'name' => 'City'
+ ],
+ 'adress_district' => [
+ 'name' => 'District'
+ ],
+ 'adress_neighborhood' => [
+ 'name' => 'Neighborhood'
+ ],
+ 'adress_village' => [
+ 'name' => 'Village'
+ ],
+ 'messages' => [
+ 'name' => 'Messages'
+ ],
+ 'user' => [
+ 'name' => 'User'
+ ],
+ 'name' => [
+ 'name' => 'Name'
+ ],
+
+ /*Menu Button*/
+ 'profile' => [
+ 'name' => 'Profile'
+ ],
+
+ 'create' => [
+ 'name' => 'Create'
+ ],
+ 'edit' => [
+ 'name' => 'Edit'
+ ],
+ 'delete' => [
+ 'name' => 'Delete'
+ ],
+ 'list' => [
+ 'name' => 'List'
+ ],
+ 'menu_address' => [
+ 'name' => 'Address'
+ ],
+ 'menu_orders' => [
+ 'name' => 'Orders'
+ ],
+ 'menu_favorites' => [
+ 'name' => 'Favorites'
+ ],
+ 'menu_archived_ads' => [
+ 'name' => 'Archived ads'
+ ],
+ 'menu_pending_ads' => [
+ 'name' => 'Pending approval'
+ ],
+ 'menu_delete_account' => [
+ 'name' => 'Close account'
+ ],
+ 'menu_my_ads' => [
+ 'name' => 'My ads'
+ ],
+ 'menu_fav_ads' => [
+ 'name' => 'Favourite ads'
+ ],
+ 'menu_hello_msg' => [
+ 'name' => 'Hello'
+ ],
+ 'menu_last_msg' => [
+ 'name' => 'You last logged in at'
+ ],
+ 'menu_packages' => [
+ 'name' => 'My packages'
+ ],
+ 'menu_adv_packages' => [
+ 'name' => 'Ads Packages'
+ ],
+ 'menu_time_packages' => [
+ 'name' => 'Time Packages'
+ ],
+ 'profile_details' => [
+ 'name' => 'Profile Details'
+ ],
+ 'profile_photo' => [
+ 'name' => 'Profile Photo'
+ ],
+ 'adv_listing_banner' => [
+ 'name' => 'Ads Listing Page Banner'
+ ],
+ 'approve' => [
+ 'name' => 'Approve'
+ ],
+ 'approved' => [
+ 'name' => 'Approved'
+ ],
+ 'pending' => [
+ 'name' => 'Pending'
+ ],
+ 'passive' => [
+ 'name' => 'Passive'
+ ],
+ 'pending_admin' => [
+ 'name' => 'Pending'
+ ],
+ 'menu_messages' => [
+ 'name' => 'Messages'
+ ],
+ 'menu_my_purchase' => [
+ 'name' => 'My Purchase'
+ ],
+ 'menu_my_sales' => [
+ 'name' => 'My Sales'
+ ],
+
+ /* Right Dock*/
+ 'right_secure_trading_subject' => [
+ 'name' => 'Secure Trading'
+ ],
+ 'right_secure_trading_msg' => [
+ 'name' => 'Lorem ipsum dolor sit amet, consectetur adipisicing elit'
+ ],
+ 'right_support_subject' => [
+ 'name' => '24/7 Support'
+ ],
+ 'right_support_msg' => [
+ 'name' => 'Lorem ipsum dolor sit amet, consectetur adipisicing elit'
+ ],
+ 'right_easy_trading_subject' => [
+ 'name' => 'Easy Trading'
+ ],
+ 'right_easy_trading_msg' => [
+ 'name' => 'Lorem ipsum dolor sit amet, consectetur adipisicing elit'
+ ],
+ 'right_need_help_subject' => [
+ 'name' => 'Need Help?'
+ ],
+ 'right_need_help_msg' => [
+ 'name' => 'Give a call on'
+ ],
+ 'disable_account' => [
+ 'name' => 'Disable Account'
+ ],
+ 'disable_account_msg' => [
+ 'name' => 'Your account will be disabled.
+ This operation cannot be undone'
+ ],
+
+ 'message_title' => 'Message Title',
+ 'owner_name' => 'Message',
+
+ 'favorites' => "Favorites",
+ 'fav_advs' => 'Favorite Ads',
+ 'fav_sellers' => "Fav Sellers",
+ 'fav_searches' => "Fav Searches",
+ 'posted_on' => "Posted On",
+ 'message_details' => "Message Details",
+ 'adv_no' => 'Ad No',
+ 'bill_address' => [
+ 'name' => 'Bill Address',
+ ],
+ 'delivery_address' => [
+ 'name' => 'Delivery Address',
+ ],
+ 'order_total' => [
+ 'name' => 'Total',
+ ],
+ 'order_date' => [
+ 'name' => 'Order Date',
+ ],
+ 'order_no' => [
+ 'name' => 'Order ID',
+ ],
+ 'order_detail' => [
+ 'name' => 'Show Detail',
+ ],
+ /*Detail Page Order*/
+ 'detail' => [
+ 'name' => 'Detail',
+ ],
+ 'back' => [
+ 'name' => 'Back',
+ ],
+ 'image' => [
+ 'name' => 'Image',
+ ],
+ 'subject' => [
+ 'name' => 'Subject',
+ ],
+ 'price' => [
+ 'name' => 'Price',
+ ],
+ 'piece' => [
+ 'name' => 'Piece',
+ ],
+ 'commission' => [
+ 'name' => 'Commission',
+ ],
+ 'total' => [
+ 'name' => 'Total',
+ ],
+ 'sub_total' => [
+ 'name' => 'Sub Total',
+ ],
+ 'sale' => [
+ 'name' => 'Sale',
+ ],
+ 'awaiting_tracking_number' => [
+ 'name' => 'Awaiting Tracking Number',
+ ],
+ 'awaiting_payment_approval' => [
+ 'name' => 'Awaiting Payment Approval',
+ ],
+ 'paid' => [
+ 'name' => 'Paid',
+ ],
+ 'cancelled' => [
+ 'name' => 'Cancelled',
+ ],
+ 'waiting' => [
+ 'name' => 'Waiting',
+ ],
+ 'awaiting_dispatch' => [
+ 'name' => 'Awaiting dispatch',
+ ],
+ 'shipped' => [
+ 'name' => 'Shipped',
+ ],
+ 'delivered' => [
+ 'name' => 'Delivered',
+ ],
+ 'tracking_number' => [
+ 'name' => 'Tracking Number',
+ ],
+ 'was_delivered' => [
+ 'name' => 'was delivered',
+ ],
+ 'not_delivered' => [
+ 'name' => 'not delivered',
+ ],
+ 'show_order_msg1' => [
+ 'name' => 'The transaction result will be notified by mail.',
+ ],
+ 'show_order_msg2' => [
+ 'name' => 'Refund will be made if the product is not delivered within one week.',
+ ],
+ 'show_order_msg3' => [
+ 'name' => 'The result of the transaction has been sent to your registered e-mail address.',
+ ],
+
+ 'awaiting_payment' => [
+ 'name' => 'Awaiting Payment',
+ ],
+ 'please_entered_tracking_number' => [
+ 'name' => 'Please Entered Tracking Number',
+ ],
+ 'transport_days' => [
+ 'name' => 'Transport Days',
+ ],
+ 'product_not_delivered' => [
+ 'name' => 'Product not delivered',
+ ],
+ 'status' => [
+ 'name' => 'Status',
+ ],
+ 'cancel_sale' => [
+ 'name' => 'Cancel Sale',
+ ],
+ 'send_again' => [
+ 'name' => 'I Will Send Again',
+ ],
+ 'content' => [
+ 'name' => 'Content',
+ ],
+ 'preferences_settings' => [
+ 'name' => 'Preferences Settings',
+ ],
+
+ 'corporate_settings' => [
+ 'name' => 'Corporate Settings',
+ ],
+ 'password' => [
+ 'name' => 'Password',
+ ],
+ 'old_password' => [
+ 'name' => 'Old password',
+ ],
+ 'new_password' => [
+ 'name' => 'New password',
+ ],
+ 're_new_password' => [
+ 'name' => 'Confirm password',
+ ],
+ 'confirm_password_input' => [
+ 'name' => 'I confirm my password change',
+ ],
+ 'create_address' => [
+ 'name' => 'Create Address',
+ ],
+ 'edit_address' => [
+ 'name' => 'Edit Address',
+ ],
+ 'balance_limit' => [
+ 'name' => 'Balance Limit',
+ ],
+ 'active_ads' => [
+ 'name' => 'Active Ads',
+ ],
+ 'subscriptions' => [
+ 'name' => 'Subscriptions',
+ ],
+ 'go_subscriptions_page' => [
+ 'name' => 'Go to Subscriptions Page',
+ ],
+ 'buy_package' => [
+ 'name' => 'Buy Package',
+ ],
+ 'expired_date' => [
+ 'name' => 'Expired Date',
+ ],
+ 'category' => [
+ 'name' => 'Category',
+ ],
+ 'ad_limit' => [
+ 'name' => 'Ad Limit',
+ ],
+ 'publish_time' => [
+ 'name' => 'Publish Time',
+ ],
+ 'all_categories' => [
+ 'name' => 'All Categories',
+ ],
+ 'day' => [
+ 'name' => 'Day',
+ ],
+
+ 'individual' => [
+ 'name' => 'individual',
+ ],
+ 'corporate' => [
+ 'name' => 'Corporate',
+ ],
+
+ 'details' => [
+ 'name' => 'Details'
+ ],
+ 'choose' => [
+ 'name' => 'Choose'
+ ],
+ 'my_address' => 'My Address',
+
+ 'company' => [
+ 'name' => 'Company Name'
+ ],
+ 'tax_office' => [
+ 'name' => 'Tax Office'
+ ],
+ 'tax_number' => [
+ 'name' => 'Tax Number'
+ ],
+
+ // Profile page
+ 'my_profile' => 'My Profile',
+ 'edit_profile' => 'Edit Profile',
+ 'edit_details' => 'Edit Details',
+ 'update' => 'Update',
+ 'change_password' => 'Change Password',
+ 'choose_an_option' => 'Choose an option...',
+ 'change_status' => 'Change Status',
+ 'profile_settings' => 'Profile Settings',
+ 'profile_detail' => 'Profile Detail',
+
+ // Register page
+ 'accept_terms_label' => 'I accept the terms.',
+ 'accept_protection_law_label' => 'I accept the terms of the Law on Protection of Personal Data. ',
+ 'accept_privacy_terms_label' => 'I accept privacy terms .',
+ 'receive_sms_emails_label' => 'I want to receive e-mail & sms.',
+
+ // Register Type
+ 'personal' => [
+ 'name' => 'Personal'
+ ],
+
+ 'education_part' => [
+ 'name' => 'State of Education'
+ ],
+
+ 'notified_new_updates' => [
+ 'name' => 'Notified New Updates',
+ ],
+ 'notified_about_ads' => [
+ 'name' => 'Notified About Ads',
+ ],
+ 'receive_messages_email' => [
+ 'name' => 'Receive Messages Email',
+ ],
+
+ // Report
+ 'member' => 'Member',
+ 'registered_at' => 'Registered At',
+ 'login_at' => 'Login At',
+ 'undefined_member' => 'Undefined Member',
+ 'new_membership_report' => 'New Membership Report',
+ 'member_login_reports' => 'Member Login Reports',
+
+ 'profile_instruction' => 'You can edit your profile information from this page.',
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/en/message.php b/resources/default/addons/visiosoft/profile-module/lang/en/message.php
new file mode 100644
index 000000000..01da8faa1
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/en/message.php
@@ -0,0 +1,46 @@
+ "E-Mail Field is Required!",
+ "username" => "Username Field is Required!",
+ "success_update" => "Profile Update Successfully!",
+ "adress_success_update" => "Adress Update Successfully!",
+ "adress_success_create" => "Adress Create Successfully!",
+ "login_error" => "Incorrect login or password.",
+ "login_noMail_old_user" => "The email address you entered couldn’t be found.",
+ "login_noMail_old_user2" => "Please check the email address and try again.",
+ "login_noMail_old_user3" => "If the problem continues, please contact at 'info@openclassify.com'.",
+ "login_info_old_user" => "A new password has been sent to your e-mail address.",
+ "success" => "Success",
+ "notified_new_updates" => "I want to be notified of new updates",
+ "notified_about_ads" => "Allow notifications about my ads",
+ "receive_messages_email" => "I want to receive messages as email",
+ "no_packages_module" => "No Packages Module!",
+ "required_add"=> "Please fill in all required lines.",
+ "no_extend_package" => "No Extend Ad Packages",
+ "saved" => "Saved!",
+ 'please_confirm_transaction' => 'Please Confirm Transaction',
+ 'password_do_not_match' => 'Passwords do not match',
+ 'your_password_changed' => 'Your password was successfully updated',
+ 'error_valid_email_or_phone' => 'Phone number or E-mail address format is not correct.',
+ 'error_valid_phone' => 'Phone number format is not correct.',
+ 'registered_phone' => 'This phone number has already been registered.',
+ 'ajax_address_error' => 'No address or not authorized to view.',
+ 'empty_password_sms_message' => 'Due to security issues, we changed your password! Your new password is:',
+ 'required_all' => "All Field is Required!",
+ 'can_not_remove_filled_fields' => "You can not remove filled fields!",
+ 'wrong_password' => "The password you entered is not correct!",
+
+ // Forgot Password
+ 'email_phone_not_found' => 'The E-mail, Phone Number is not correct!',
+
+ 'disable_account' => 'Do you want to close your account? This operation cannot be undone.',
+
+ // Mail
+ 'update_email_mail_subject' => 'Email Updated!',
+ 'update_email_mail_message' => 'Your Email Has Been Updated!',
+
+ // Register
+ 'recaptcha_field_is_required' => 'reCaptcha field is required.',
+ 'failed_to_validate_captcha' => 'Failed to validate captcha.',
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/en/permission.php b/resources/default/addons/visiosoft/profile-module/lang/en/permission.php
new file mode 100644
index 000000000..f4631292c
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/en/permission.php
@@ -0,0 +1,36 @@
+ [
+ 'name' => 'Profile',
+ 'option' => [
+ 'read' => 'Can read profile?',
+ 'write' => 'Can create/edit profile?',
+ 'delete' => 'Can delete profile?',
+ ],
+ ],
+ 'adress' => [
+ 'name' => 'Adress',
+ 'option' => [
+ 'read' => 'Can read adress?',
+ 'write' => 'Can create/edit adress?',
+ 'delete' => 'Can delete adress?',
+ ],
+ ],
+ 'education' => [
+ 'name' => 'Education',
+ 'option' => [
+ 'read' => 'Can read education?',
+ 'write' => 'Can create/edit education?',
+ 'delete' => 'Can delete education?',
+ ],
+ ],
+ 'education_part' => [
+ 'name' => 'Education part',
+ 'option' => [
+ 'read' => 'Can read education part?',
+ 'write' => 'Can create/edit education part?',
+ 'delete' => 'Can delete education part?',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/en/section.php b/resources/default/addons/visiosoft/profile-module/lang/en/section.php
new file mode 100644
index 000000000..6a5bce6b9
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/en/section.php
@@ -0,0 +1,18 @@
+ [
+ 'title' => 'Profile',
+ ],
+ 'adress' => [
+ 'title' => 'Adress',
+ ],
+ 'general_setting' => 'General Settings',
+ 'recaptcha' => 'reCAPTCHA',
+ 'education' => [
+ 'title' => 'Education',
+ ],
+ 'education_part' => [
+ 'title' => 'Education part',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/en/setting.php b/resources/default/addons/visiosoft/profile-module/lang/en/setting.php
new file mode 100644
index 000000000..ee70f40bf
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/en/setting.php
@@ -0,0 +1,58 @@
+ [
+ 'name' => 'Show My Ads Tab',
+ ],
+ 'upload_avatar' => [
+ 'name' => 'Avatar Upload',
+ ],
+ 'show_tax_office' => [
+ 'name' => 'Show Tax Office Field',
+ ],
+ 'show_checkbox_terms_on_register' => [
+ 'name' => 'Show Checkbox Terms on Register',
+ 'instructions' => 'Show the "Accept term", "protection law", "privacy term", "sms & emails" on the register form'
+ ],
+ 'register_protection_url' => [
+ 'name' => 'Register Protection URL',
+ ],
+ 'register_privacy_url' => [
+ 'name' => 'Register Privacy URL',
+ ],
+ 'show_education_profession' => [
+ 'name' => 'Show Education and Profession Fields',
+ 'instructions' => 'Show the "Education", "State of Education" and "Profession" on the profile edit page'
+ ],
+ 'google_captcha_site_key' => [
+ 'name' => 'Google Captcha Site Key',
+ ],
+ 'google_captcha_secret_key' => [
+ 'name' => 'Google Captcha Secret Key',
+ ],
+ 'score_threshold' => [
+ 'name' => 'Score Threshold',
+ 'instructions' => 'A value between 0 and 1. The higher the threshold the more strict ReCaptcha is in trying to determine if a user is a bot or not.',
+ ],
+ 'education' => [
+ 'name' => 'Education'
+ ],
+ 'state_of_education' => [
+ 'name' => 'State of Education'
+ ],
+ 'profession' => [
+ 'name' => 'Profession'
+ ],
+ 'hide_register_type_profile' => [
+ 'name' => 'Hide Register Type in Profile Page',
+ 'instructions' => 'Hides the register type field in the profile edit page.',
+ ],
+ 'required_district' => [
+ 'name' => 'Required District',
+ 'instructions' => 'Adding an address represents the district obligation.',
+ ],
+ 'show_extends_actions' => [
+ 'name' => 'Show Extends Actions',
+ 'instructions' => 'Represents the Extends options available on the my profile Ads page.',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/en/stream.php b/resources/default/addons/visiosoft/profile-module/lang/en/stream.php
new file mode 100644
index 000000000..7f43711b2
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/en/stream.php
@@ -0,0 +1,16 @@
+ [
+ 'name' => 'Profile',
+ ],
+ 'adress' => [
+ 'name' => 'Address',
+ ],
+ 'education' => [
+ 'name' => 'Education',
+ ],
+ 'education_part' => [
+ 'name' => 'Education part',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/es/addon.php b/resources/default/addons/visiosoft/profile-module/lang/es/addon.php
new file mode 100644
index 000000000..0f32fb019
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/es/addon.php
@@ -0,0 +1,7 @@
+ 'Perfil',
+ 'name' => 'Módulo de perfil',
+ 'description' => ''
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/es/button.php b/resources/default/addons/visiosoft/profile-module/lang/es/button.php
new file mode 100644
index 000000000..397fe0662
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/es/button.php
@@ -0,0 +1,21 @@
+ 'Nuevo perfil',
+ 'new_adress' => 'Nueva dirección',
+ 'show' => 'Mostrar dirección',
+ 'update_password' => 'Actualiza contraseña',
+ 'update_profile' => 'Actualización del perfil',
+ 'delete' => 'Eliminar',
+ 'extend' => 'Ampliar',
+ 'extend_all' => 'Extender todo',
+ 'extend_unpublished' => 'Ampliar sin publicar',
+ 'edit' => 'Editar',
+ 'go_profile' => 'Ir al detalle del perfil',
+ 'go_user' => 'Ir al detalle del usuario',
+ 'personal' => 'Personal',
+ 'corporate' => 'Corporativo',
+ 'export' => 'Exportar',
+ 'new_education' => 'Nueva educación',
+ 'new_education_part' => 'Nueva parte de educación',
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/es/field.php b/resources/default/addons/visiosoft/profile-module/lang/es/field.php
new file mode 100644
index 000000000..e2324ce7c
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/es/field.php
@@ -0,0 +1,501 @@
+ [
+ 'name' => 'Fotos'
+ ],
+ 'first_name' => [
+ 'name' => 'Primer nombre'
+ ],
+ 'last_name' => [
+ 'name' => 'Apellido'
+ ],
+ 'username' => [
+ 'name' => 'Nombre de usuario'
+ ],
+ 'display_name' => [
+ 'name' => 'Nombre para mostrar'
+ ],
+ 'email' => [
+ 'name' => 'Dirección de correo electrónico'
+ ],
+ 'sitename' => [
+ 'name' => 'nombre del sitio'
+ ],
+ 'activated' => [
+ 'name' => 'Usuario activo'
+ ],
+ 'enabled' => [
+ 'name' => 'Habilitar usuario'
+ ],
+ 'country' => [
+ 'name' => 'País'
+ ],
+ 'city' => [
+ 'name' => 'Ciudad'
+ ],
+ 'district' => [
+ 'name' => 'Distrito'
+ ],
+ 'neighborhood' => [
+ 'name' => 'Barrio'
+ ],
+ 'village' => [
+ 'name' => 'Pueblo'
+ ],
+ 'gsm_phone' => [
+ 'name' => 'Número de teléfono GSM'
+ ],
+ 'land_phone' => [
+ 'name' => 'Número de teléfono de tierra'
+ ],
+ 'office_phone' => [
+ 'name' => 'Número de teléfono de la oficina'
+ ],
+ 'register_type' => [
+ 'name' => 'Tipo de registro'
+ ],
+ 'birthday' => [
+ 'name' => 'Cumpleaños'
+ ],
+ 'facebook_address' => [
+ 'name' => 'Dirección de Facebook'
+ ],
+ 'google_address' => [
+ 'name' => 'Dirección de Google'
+ ],
+ 'education' => [
+ 'name' => 'Educación'
+ ],
+ 'state_of_education' => [
+ 'name' => 'Estado de la educación'
+ ],
+ 'profession' => [
+ 'name' => 'Profesión'
+ ],
+ 'identification_number' => [
+ 'name' => 'Número de identificación'
+ ],
+ 'adress_name' => [
+ 'name' => 'Nombre de direccion'
+ ],
+ 'adress_first_name' => [
+ 'name' => 'Primer nombre'
+ ],
+ 'adress_last_name' => [
+ 'name' => 'Apellido'
+ ],
+ 'actions' => [
+ 'name' => 'Comportamiento'
+ ],
+ 'adress_content' => [
+ 'name' => 'Contenido de direccion'
+ ],
+ 'adress_post_code' => [
+ 'name' => 'Código postal'
+ ],
+ 'adress_gsm_phone' => [
+ 'name' => 'Teléfono gsm'
+ ],
+ 'adress_land_phone' => [
+ 'name' => 'Teléfono fijo'
+ ],
+ 'adress_country' => [
+ 'name' => 'País'
+ ],
+ 'adress_city' => [
+ 'name' => 'Ciudad'
+ ],
+ 'adress_district' => [
+ 'name' => 'Distrito'
+ ],
+ 'adress_neighborhood' => [
+ 'name' => 'Barrio'
+ ],
+ 'adress_village' => [
+ 'name' => 'Pueblo'
+ ],
+ 'messages' => [
+ 'name' => 'Mensajes'
+ ],
+ 'user' => [
+ 'name' => 'Usuario'
+ ],
+ 'name' => [
+ 'name' => 'Nombre'
+ ],
+
+ /*Menu Button*/
+ 'profile' => [
+ 'name' => 'Perfil'
+ ],
+
+ 'create' => [
+ 'name' => 'Crear'
+ ],
+ 'edit' => [
+ 'name' => 'Editar'
+ ],
+ 'delete' => [
+ 'name' => 'Eliminar'
+ ],
+ 'list' => [
+ 'name' => 'Lista'
+ ],
+ 'menu_address' => [
+ 'name' => 'Dirección'
+ ],
+ 'menu_orders' => [
+ 'name' => 'Pedidos'
+ ],
+ 'menu_favorites' => [
+ 'name' => 'Favoritos'
+ ],
+ 'menu_archived_ads' => [
+ 'name' => 'Anuncios archivados'
+ ],
+ 'menu_pending_ads' => [
+ 'name' => 'Aprobación pendiente'
+ ],
+ 'menu_delete_account' => [
+ 'name' => 'Cerrar cuenta'
+ ],
+ 'menu_my_ads' => [
+ 'name' => 'Mis anuncios'
+ ],
+ 'menu_fav_ads' => [
+ 'name' => 'Anuncios favoritos'
+ ],
+ 'menu_hello_msg' => [
+ 'name' => 'Hola'
+ ],
+ 'menu_last_msg' => [
+ 'name' => 'La última vez que inició sesión en'
+ ],
+ 'menu_packages' => [
+ 'name' => 'Mis paquetes'
+ ],
+ 'menu_adv_packages' => [
+ 'name' => 'Paquetes de anuncios'
+ ],
+ 'menu_time_packages' => [
+ 'name' => 'Paquetes de tiempo'
+ ],
+ 'profile_details' => [
+ 'name' => 'detalles del perfil'
+ ],
+ 'profile_photo' => [
+ 'name' => 'Foto de perfil'
+ ],
+ 'adv_listing_banner' => [
+ 'name' => 'Banner de página de listado de anuncios'
+ ],
+ 'approve' => [
+ 'name' => 'Aprobar'
+ ],
+ 'approved' => [
+ 'name' => 'Aprobado'
+ ],
+ 'pending' => [
+ 'name' => 'Pendiente'
+ ],
+ 'passive' => [
+ 'name' => 'Pasivo'
+ ],
+ 'pending_admin' => [
+ 'name' => 'Pendiente'
+ ],
+ 'menu_messages' => [
+ 'name' => 'Mensajes'
+ ],
+ 'menu_my_purchase' => [
+ 'name' => 'Mi compra'
+ ],
+ 'menu_my_sales' => [
+ 'name' => 'Mis ventas'
+ ],
+
+ /* Right Dock*/
+ 'right_secure_trading_subject' => [
+ 'name' => 'Comercio seguro'
+ ],
+ 'right_secure_trading_msg' => [
+ 'name' => 'Lorem ipsum dolor sit amet,
+ consectetur adipisicing elit'
+ ],
+ 'right_support_subject' => [
+ 'name' => 'Soporte 24/7'
+ ],
+ 'right_support_msg' => [
+ 'name' => 'Lorem ipsum dolor sit amet,
+ consectetur adipisicing elit'
+ ],
+ 'right_easy_trading_subject' => [
+ 'name' => 'Comercio fácil'
+ ],
+ 'right_easy_trading_msg' => [
+ 'name' => 'Lorem ipsum dolor sit amet,
+ consectetur adipisicing elit'
+ ],
+ 'right_need_help_subject' => [
+ 'name' => '¿Necesitas ayuda?'
+ ],
+ 'right_need_help_msg' => [
+ 'name' => 'Dar una llamada en'
+ ],
+ 'disable_account' => [
+ 'name' => 'Deshabilitar cuenta'
+ ],
+ 'disable_account_msg' => [
+ 'name' => 'Su cuenta será deshabilitada. Esta operación no se puede deshacer.'
+ ],
+
+ 'message_title' => 'Título del mensaje',
+ 'owner_name' => 'Mensaje',
+
+ 'favorites' => "Favoritos",
+ 'fav_advs' => 'Anuncios favoritos',
+ 'fav_sellers' => "Vendedores favoritos",
+ 'fav_searches' => "Búsquedas favoritas",
+ 'posted_on' => "Publicado en",
+ 'message_details' => "Detalles del mensaje",
+ 'adv_no' => 'Anuncio no',
+ 'bill_address' => [
+ 'name' => 'Dirección de factura',
+ ],
+ 'delivery_address' => [
+ 'name' => 'Dirección de entrega',
+ ],
+ 'order_total' => [
+ 'name' => 'Total',
+ ],
+ 'order_date' => [
+ 'name' => 'Fecha de orden',
+ ],
+ 'order_no' => [
+ 'name' => 'Solicitar ID',
+ ],
+ 'order_detail' => [
+ 'name' => 'Mostrar detalle',
+ ],
+ /*Detail Page Order*/
+ 'detail' => [
+ 'name' => 'Detalle',
+ ],
+ 'back' => [
+ 'name' => 'atrás',
+ ],
+ 'image' => [
+ 'name' => 'Imagen',
+ ],
+ 'subject' => [
+ 'name' => 'Tema',
+ ],
+ 'price' => [
+ 'name' => 'Precio',
+ ],
+ 'piece' => [
+ 'name' => 'Pieza',
+ ],
+ 'commission' => [
+ 'name' => 'Comisión',
+ ],
+ 'total' => [
+ 'name' => 'Total',
+ ],
+ 'sub_total' => [
+ 'name' => 'Subtotal',
+ ],
+ 'sale' => [
+ 'name' => 'Venta',
+ ],
+ 'awaiting_tracking_number' => [
+ 'name' => 'En espera de número de seguimiento',
+ ],
+ 'awaiting_payment_approval' => [
+ 'name' => 'En espera de aprobación de pago',
+ ],
+ 'paid' => [
+ 'name' => 'Pagado',
+ ],
+ 'cancelled' => [
+ 'name' => 'Cancelado',
+ ],
+ 'waiting' => [
+ 'name' => 'Esperando',
+ ],
+ 'awaiting_dispatch' => [
+ 'name' => 'En espera de despacho',
+ ],
+ 'shipped' => [
+ 'name' => 'Enviado',
+ ],
+ 'delivered' => [
+ 'name' => 'Entregado',
+ ],
+ 'tracking_number' => [
+ 'name' => 'El número de rastreo',
+ ],
+ 'was_delivered' => [
+ 'name' => 'fue entregado',
+ ],
+ 'not_delivered' => [
+ 'name' => 'no entregado',
+ ],
+ 'show_order_msg1' => [
+ 'name' => 'El resultado de la transacción será notificado por correo.',
+ ],
+ 'show_order_msg2' => [
+ 'name' => 'El reembolso se realizará si el producto no se entrega dentro de una semana.',
+ ],
+ 'show_order_msg3' => [
+ 'name' => 'El resultado de la transacción ha sido enviado a su dirección de correo electrónico registrada.',
+ ],
+
+ 'awaiting_payment' => [
+ 'name' => 'En espera de pago',
+ ],
+ 'please_entered_tracking_number' => [
+ 'name' => 'Ingrese el número de seguimiento',
+ ],
+ 'transport_days' => [
+ 'name' => 'Días de transporte',
+ ],
+ 'product_not_delivered' => [
+ 'name' => 'Producto no entregado',
+ ],
+ 'status' => [
+ 'name' => 'Estado',
+ ],
+ 'cancel_sale' => [
+ 'name' => 'Cancelar venta',
+ ],
+ 'send_again' => [
+ 'name' => 'Enviaré de nuevo',
+ ],
+ 'content' => [
+ 'name' => 'Contenido',
+ ],
+ 'preferences_settings' => [
+ 'name' => 'Configuraciones de preferencias',
+ ],
+
+ 'corporate_settings' => [
+ 'name' => 'Configuraciones corporativas',
+ ],
+ 'password' => [
+ 'name' => 'Contraseña',
+ ],
+ 'old_password' => [
+ 'name' => 'Contraseña anterior',
+ ],
+ 'new_password' => [
+ 'name' => 'Nueva contraseña',
+ ],
+ 're_new_password' => [
+ 'name' => 'Confirmar contraseña',
+ ],
+ 'confirm_password_input' => [
+ 'name' => 'Confirmo mi cambio de contraseña',
+ ],
+ 'create_address' => [
+ 'name' => 'Crear dirección',
+ ],
+ 'edit_address' => [
+ 'name' => 'Editar dirección',
+ ],
+ 'balance_limit' => [
+ 'name' => 'Límite de equilibrio',
+ ],
+ 'active_ads' => [
+ 'name' => 'Anuncios activos',
+ ],
+ 'subscriptions' => [
+ 'name' => 'Suscripciones',
+ ],
+ 'go_subscriptions_page' => [
+ 'name' => 'Ir a la página de suscripciones',
+ ],
+ 'buy_package' => [
+ 'name' => 'Comprar paquete',
+ ],
+ 'expired_date' => [
+ 'name' => 'Fecha de vencimiento',
+ ],
+ 'category' => [
+ 'name' => 'Categoría',
+ ],
+ 'ad_limit' => [
+ 'name' => 'Límite de anuncio',
+ ],
+ 'publish_time' => [
+ 'name' => 'Tiempo de publicación',
+ ],
+ 'all_categories' => [
+ 'name' => 'todas las categorias',
+ ],
+ 'day' => [
+ 'name' => 'Día',
+ ],
+
+ 'individual' => [
+ 'name' => 'individual',
+ ],
+ 'corporate' => [
+ 'name' => 'Corporativo',
+ ],
+
+ 'details' => [
+ 'name' => 'Detalles'
+ ],
+ 'choose' => [
+ 'name' => 'Escoger'
+ ],
+ 'my_address' => 'Mi dirección',
+
+ 'company' => [
+ 'name' => 'nombre de empresa'
+ ],
+ 'tax_office' => [
+ 'name' => 'Oficina de impuestos'
+ ],
+ 'tax_number' => [
+ 'name' => 'Número de impuesto'
+ ],
+
+ // Profile page
+ 'my_profile' => 'Mi perfil',
+ 'edit_profile' => 'Editar perfil',
+ 'edit_details' => 'Editar detalles',
+ 'update' => 'Actualizar',
+ 'change_password' => 'Cambia la contraseña',
+ 'choose_an_option' => 'Escoge una opción...',
+ 'change_status' => 'Cambiar Estado',
+ 'profile_settings' => 'Configuración de perfil',
+ 'profile_detail' => 'Detalle de perfil',
+
+ // Register page
+ 'accept_terms_label' => 'Acepto los términos.',
+ 'accept_protection_law_label' => 'Acepto los términos de la Ley de' . setting_value('visiosoft.module.profile::register_protection_url') . '"target =" _ blank "> Protección de datos personales.',
+ 'accept_privacy_terms_label' => 'acepto' . setting_value('visiosoft.module.profile::register_privacy_url') . '"target =" _ blank "> términos de privacidad.',
+ 'receive_sms_emails_label' => 'Quiero recibir correos electrónicos y sms.',
+
+ // Register Type
+ 'personal' => [
+ 'name' => 'Personal'
+ ],
+
+ 'education_part' => [
+ 'name' => 'Estado de la educación'
+ ],
+
+ 'notified_new_updates' => [
+ 'name' => 'Nuevas actualizaciones notificadas',
+ ],
+ 'notified_about_ads' => [
+ 'name' => 'Notificado sobre anuncios',
+ ],
+ 'receive_messages_email' => [
+ 'name' => 'Recibir mensajes de correo electrónico',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/es/message.php b/resources/default/addons/visiosoft/profile-module/lang/es/message.php
new file mode 100644
index 000000000..c911f0faa
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/es/message.php
@@ -0,0 +1,47 @@
+ "¡El campo de correo electrónico es obligatorio!",
+ "username" => "¡El campo de nombre de usuario es obligatorio!",
+ "success_update" => "¡Actualización del perfil con éxito!",
+ "adress_success_update" => "Actualización de dirección con éxito!",
+ "adress_success_create" => "Dirección Crear con éxito!",
+ "login_error" => "Usuario o contraseña incorrecta.",
+ "login_noMail_old_user" => "No se pudo encontrar la dirección de correo electrónico que ingresó.",
+ "login_noMail_old_user2" => "Verifique la dirección de correo electrónico e intente nuevamente.",
+ "login_noMail_old_user3" => "Si el problema continúa,
+ comuníquese con \\'info@openclassify.com\\'.",
+ "login_info_old_user" => "Se ha enviado una nueva contraseña a su dirección de correo electrónico.",
+ "success" => "Éxito",
+ "notified_new_updates" => "Quiero ser notificado de nuevas actualizaciones",
+ "notified_about_ads" => "Permitir notificaciones sobre mis anuncios",
+ "receive_messages_email" => "Quiero recibir mensajes como correo electrónico",
+ "no_packages_module" => "¡Sin módulo de paquetes!",
+ "required_add"=> "Por favor complete todas las líneas requeridas.",
+ "no_extend_package" => "No extender paquetes de anuncios",
+ "saved" => "¡Salvado!",
+ 'please_confirm_transaction' => 'Por favor confirme la transacción',
+ 'password_do_not_match' => 'Las contraseñas no coinciden',
+ 'your_password_changed' => 'Su contraseña fue actualizada exitosamente',
+ 'error_valid_email_or_phone' => 'El número de teléfono o el formato de la dirección de correo electrónico no son correctos.',
+ 'error_valid_phone' => 'El formato del número de teléfono no es correcto.',
+ 'registered_phone' => 'Este número de teléfono ya ha sido registrado.',
+ 'ajax_address_error' => 'Sin dirección o sin autorización para ver.',
+ 'empty_password_sms_message' => '¡Debido a problemas de seguridad, cambiamos su contraseña! Tu nueva contraseña es:',
+ 'required_all' => "¡Todo el campo es obligatorio!",
+ 'can_not_remove_filled_fields' => "¡No puedes eliminar los campos llenos!",
+ 'wrong_password' => "¡La contraseña que ingresó no es correcta!",
+
+ // Forgot Password
+ 'email_phone_not_found' => 'El correo electrónico, número de teléfono no es correcto!',
+
+ 'disable_account' => '¿Quieres cerrar tu cuenta? Esta operación no se puede deshacer.',
+
+ // Mail
+ 'update_email_mail_subject' => '¡Correo electrónico actualizado!',
+ 'update_email_mail_message' => '¡Su correo electrónico ha sido actualizado!',
+
+ // Register
+ 'recaptcha_field_is_required' => 'El campo reCaptcha es obligatorio.',
+ 'failed_to_validate_captcha' => 'No se pudo validar el captcha.',
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/es/permission.php b/resources/default/addons/visiosoft/profile-module/lang/es/permission.php
new file mode 100644
index 000000000..b452921c6
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/es/permission.php
@@ -0,0 +1,36 @@
+ [
+ 'name' => 'Perfil',
+ 'option' => [
+ 'read' => '¿Puede leer el perfil? ',
+ 'write' => '¿Se puede crear / editar perfil? ',
+ 'delete' => '¿Se puede eliminar el perfil?',
+ ],
+ ],
+ 'adress' => [
+ 'name' => 'Dirección',
+ 'option' => [
+ 'read' => '¿Puede leer la dirección? ',
+ 'write' => '¿Puede crear / editar direcciones? ',
+ 'delete' => '¿Se puede eliminar la dirección?',
+ ],
+ ],
+ 'education' => [
+ 'name' => 'Educación',
+ 'option' => [
+ 'read' => '¿Puede leer educación?',
+ 'write' => '¿Puede crear / editar educación?',
+ 'delete' => '¿Se puede eliminar la educación?',
+ ],
+ ],
+ 'education_part' => [
+ 'name' => 'Parte de la educación',
+ 'option' => [
+ 'read' => '¿Puede leer la parte de educación?',
+ 'write' => '¿Se puede crear / editar la parte de educación?',
+ 'delete' => '¿Se puede eliminar la parte de educación?',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/es/section.php b/resources/default/addons/visiosoft/profile-module/lang/es/section.php
new file mode 100644
index 000000000..a051f228b
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/es/section.php
@@ -0,0 +1,18 @@
+ [
+ 'title' => 'Perfil',
+ ],
+ 'adress' => [
+ 'title' => 'Dirección',
+ ],
+ 'general_setting' => 'Configuración general',
+ 'recaptcha' => 'reCAPTCHA',
+ 'education' => [
+ 'title' => 'Educación',
+ ],
+ 'education_part' => [
+ 'title' => 'Parte de la educación',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/es/setting.php b/resources/default/addons/visiosoft/profile-module/lang/es/setting.php
new file mode 100644
index 000000000..f894dad2c
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/es/setting.php
@@ -0,0 +1,58 @@
+ [
+ 'name' => 'Mostrar la pestaña Mis anuncios',
+ ],
+ 'upload_avatar' => [
+ 'name' => 'Carga de avatar',
+ ],
+ 'show_tax_office' => [
+ 'name' => 'Mostrar campo de la oficina de impuestos',
+ ],
+ 'show_checkbox_terms_on_register' => [
+ 'name' => 'Mostrar términos de casilla de verificación en el registro',
+ 'instructions' => 'Muestre el "término de aceptación", "ley de protección", "término de privacidad", "sms y correos electrónicos" en el formulario de registro'
+ ],
+ 'register_protection_url' => [
+ 'name' => 'Registrar URL de protección',
+ ],
+ 'register_privacy_url' => [
+ 'name' => 'Registrar URL de privacidad',
+ ],
+ 'show_education_profession' => [
+ 'name' => 'Mostrar campos de educación y profesión',
+ 'instructions' => 'Muestra la "Educación", "Estado de la educación" y "Profesión" en la página de edición del perfil.'
+ ],
+ 'google_captcha_site_key' => [
+ 'name' => 'Clave de sitio de Google Captcha',
+ ],
+ 'google_captcha_secret_key' => [
+ 'name' => 'Clave secreta de Google Captcha',
+ ],
+ 'score_threshold' => [
+ 'name' => 'Umbral de puntuación',
+ 'instructions' => 'Un valor entre 0 y 1. Cuanto mayor sea el umbral, más estricto será ReCaptcha al tratar de determinar si un usuario es un bot o no.',
+ ],
+ 'education' => [
+ 'name' => 'Educación'
+ ],
+ 'state_of_education' => [
+ 'name' => 'Estado de la educación'
+ ],
+ 'profession' => [
+ 'name' => 'Profesión'
+ ],
+ 'hide_register_type_profile' => [
+ 'name' => 'Ocultar tipo de registro en la página de perfil',
+ 'instructions' => 'Oculta el campo de tipo de registro en la página de edición del perfil.',
+ ],
+ 'required_district' => [
+ 'name' => 'Distrito requerido',
+ 'instructions' => 'Agregar una dirección representa la obligación del distrito.',
+ ],
+ 'show_extends_actions' => [
+ 'name' => 'Mostrar acciones extendidas',
+ 'instructions' => 'Representa las opciones de Extensiones disponibles en la página Anuncios de mi perfil.',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/es/stream.php b/resources/default/addons/visiosoft/profile-module/lang/es/stream.php
new file mode 100644
index 000000000..2b1b243fe
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/es/stream.php
@@ -0,0 +1,16 @@
+ [
+ 'name' => 'Perfil',
+ ],
+ 'adress' => [
+ 'name' => 'Dirección',
+ ],
+ 'education' => [
+ 'name' => 'Educación',
+ ],
+ 'education_part' => [
+ 'name' => 'Parte de la educación',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/fa/addon.php b/resources/default/addons/visiosoft/profile-module/lang/fa/addon.php
new file mode 100644
index 000000000..2e4faf9b3
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/fa/addon.php
@@ -0,0 +1,7 @@
+ 'مشخصات',
+ 'name' => 'ماژول پروفایل',
+ 'description' => ''
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/fa/button.php b/resources/default/addons/visiosoft/profile-module/lang/fa/button.php
new file mode 100644
index 000000000..66e413ab2
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/fa/button.php
@@ -0,0 +1,21 @@
+ 'پروفایل جدید',
+ 'new_adress' => 'آدرس جدید',
+ 'show' => 'نمایش آدرس',
+ 'update_password' => 'گذرواژه را به روز کنید',
+ 'update_profile' => 'بروزرسانی پروفایل',
+ 'delete' => 'حذف',
+ 'extend' => 'توسعه دادن، گسترش',
+ 'extend_all' => 'گسترش همه',
+ 'extend_unpublished' => 'منتشر نشده',
+ 'edit' => 'ویرایش کنید',
+ 'go_profile' => 'به جزئیات مشخصات بروید',
+ 'go_user' => 'به جزئیات کاربر بروید',
+ 'personal' => 'شخصی',
+ 'corporate' => 'شرکت های بزرگ، دارای شخصیت حقوقی',
+ 'export' => 'صادرات',
+ 'new_education' => 'آموزش جدید',
+ 'new_education_part' => 'قسمت آموزش جدید',
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/fa/field.php b/resources/default/addons/visiosoft/profile-module/lang/fa/field.php
new file mode 100644
index 000000000..b95055218
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/fa/field.php
@@ -0,0 +1,498 @@
+ [
+ 'name' => 'عکس'
+ ],
+ 'first_name' => [
+ 'name' => 'نام کوچک'
+ ],
+ 'last_name' => [
+ 'name' => 'نام خانوادگی'
+ ],
+ 'username' => [
+ 'name' => 'نام کاربری'
+ ],
+ 'display_name' => [
+ 'name' => 'نام نمایش'
+ ],
+ 'email' => [
+ 'name' => 'آدرس پست الکترونیکی'
+ ],
+ 'sitename' => [
+ 'name' => 'نام سایت'
+ ],
+ 'activated' => [
+ 'name' => 'کاربر فعال'
+ ],
+ 'enabled' => [
+ 'name' => 'کاربر را فعال کنید'
+ ],
+ 'country' => [
+ 'name' => 'کشور'
+ ],
+ 'city' => [
+ 'name' => 'شهر'
+ ],
+ 'district' => [
+ 'name' => 'ناحیه'
+ ],
+ 'neighborhood' => [
+ 'name' => 'محله'
+ ],
+ 'village' => [
+ 'name' => 'روستا'
+ ],
+ 'gsm_phone' => [
+ 'name' => 'شماره تلفن GSM'
+ ],
+ 'land_phone' => [
+ 'name' => 'شماره تلفن زمین'
+ ],
+ 'office_phone' => [
+ 'name' => 'شماره تلفن دفتر'
+ ],
+ 'register_type' => [
+ 'name' => 'نوع ثبت نام'
+ ],
+ 'birthday' => [
+ 'name' => 'روز تولد'
+ ],
+ 'facebook_address' => [
+ 'name' => 'آدرس فیس بوک'
+ ],
+ 'google_address' => [
+ 'name' => 'آدرس Google'
+ ],
+ 'education' => [
+ 'name' => 'تحصیلات'
+ ],
+ 'state_of_education' => [
+ 'name' => 'دولت آموزش و پرورش'
+ ],
+ 'profession' => [
+ 'name' => 'حرفه'
+ ],
+ 'identification_number' => [
+ 'name' => 'شماره شناسایی'
+ ],
+ 'adress_name' => [
+ 'name' => 'نام آدرس'
+ ],
+ 'adress_first_name' => [
+ 'name' => 'نام کوچک'
+ ],
+ 'adress_last_name' => [
+ 'name' => 'نام خانوادگی'
+ ],
+ 'actions' => [
+ 'name' => 'اقدامات'
+ ],
+ 'adress_content' => [
+ 'name' => 'محتوای آدرس'
+ ],
+ 'adress_post_code' => [
+ 'name' => 'کد پستی'
+ ],
+ 'adress_gsm_phone' => [
+ 'name' => 'تلفن جی اس ام'
+ ],
+ 'adress_land_phone' => [
+ 'name' => 'خط تلفن ثابت'
+ ],
+ 'adress_country' => [
+ 'name' => 'کشور'
+ ],
+ 'adress_city' => [
+ 'name' => 'شهر'
+ ],
+ 'adress_district' => [
+ 'name' => 'ناحیه'
+ ],
+ 'adress_neighborhood' => [
+ 'name' => 'محله'
+ ],
+ 'adress_village' => [
+ 'name' => 'روستا'
+ ],
+ 'messages' => [
+ 'name' => 'پیام ها'
+ ],
+ 'user' => [
+ 'name' => 'کاربر'
+ ],
+ 'name' => [
+ 'name' => 'نام'
+ ],
+
+ /*Menu Button*/
+ 'profile' => [
+ 'name' => 'مشخصات'
+ ],
+
+ 'create' => [
+ 'name' => 'ايجاد كردن'
+ ],
+ 'edit' => [
+ 'name' => 'ویرایش کنید'
+ ],
+ 'delete' => [
+ 'name' => 'حذف'
+ ],
+ 'list' => [
+ 'name' => 'لیست'
+ ],
+ 'menu_address' => [
+ 'name' => 'نشانی'
+ ],
+ 'menu_orders' => [
+ 'name' => 'سفارشات'
+ ],
+ 'menu_favorites' => [
+ 'name' => 'موارد دلخواه'
+ ],
+ 'menu_archived_ads' => [
+ 'name' => 'تبلیغات بایگانی شده'
+ ],
+ 'menu_pending_ads' => [
+ 'name' => 'در انتظار تأیید'
+ ],
+ 'menu_delete_account' => [
+ 'name' => 'بستن حساب'
+ ],
+ 'menu_my_ads' => [
+ 'name' => 'تبلیغات من'
+ ],
+ 'menu_fav_ads' => [
+ 'name' => 'تبلیغات مورد علاقه'
+ ],
+ 'menu_hello_msg' => [
+ 'name' => 'سلام'
+ ],
+ 'menu_last_msg' => [
+ 'name' => 'آخرین بار وارد سیستم شده اید'
+ ],
+ 'menu_packages' => [
+ 'name' => 'بسته های من'
+ ],
+ 'menu_adv_packages' => [
+ 'name' => 'بسته های تبلیغاتی'
+ ],
+ 'menu_time_packages' => [
+ 'name' => 'بسته های زمانی'
+ ],
+ 'profile_details' => [
+ 'name' => 'جزئیات پروفایل'
+ ],
+ 'profile_photo' => [
+ 'name' => 'عکس پروفایل'
+ ],
+ 'adv_listing_banner' => [
+ 'name' => 'بنر صفحه نمایش لیست تبلیغات'
+ ],
+ 'approve' => [
+ 'name' => 'تایید'
+ ],
+ 'approved' => [
+ 'name' => 'تایید شده'
+ ],
+ 'pending' => [
+ 'name' => 'در انتظار'
+ ],
+ 'passive' => [
+ 'name' => 'منفعل'
+ ],
+ 'pending_admin' => [
+ 'name' => 'در انتظار'
+ ],
+ 'menu_messages' => [
+ 'name' => 'پیام ها'
+ ],
+ 'menu_my_purchase' => [
+ 'name' => 'خرید من'
+ ],
+ 'menu_my_sales' => [
+ 'name' => 'فروش من'
+ ],
+
+ /* Right Dock*/
+ 'right_secure_trading_subject' => [
+ 'name' => 'تجارت امن'
+ ],
+ 'right_secure_trading_msg' => [
+ 'name' => 'Lorem ipsum dolor sit amet، consectetur elit adipisicing'
+ ],
+ 'right_support_subject' => [
+ 'name' => 'پشتیبانی 24/7'
+ ],
+ 'right_support_msg' => [
+ 'name' => 'Lorem ipsum dolor sit amet، consectetur elit adipisicing'
+ ],
+ 'right_easy_trading_subject' => [
+ 'name' => 'تجارت آسان'
+ ],
+ 'right_easy_trading_msg' => [
+ 'name' => 'Lorem ipsum dolor sit amet، consectetur elit adipisicing'
+ ],
+ 'right_need_help_subject' => [
+ 'name' => 'کمک خواستن؟'
+ ],
+ 'right_need_help_msg' => [
+ 'name' => 'تماس بگیرید'
+ ],
+ 'disable_account' => [
+ 'name' => 'غیرفعال کردن حساب'
+ ],
+ 'disable_account_msg' => [
+ 'name' => 'حساب شما غیرفعال خواهد شد این عملیات قابل بازگشت نیست'
+ ],
+
+ 'message_title' => 'عنوان پیام',
+ 'owner_name' => 'پیام',
+
+ 'favorites' => "موارد دلخواه",
+ 'fav_advs' => 'تبلیغات مورد علاقه',
+ 'fav_sellers' => "فروشندگان مورد علاقه",
+ 'fav_searches' => "جستجوهای مورد علاقه",
+ 'posted_on' => "نوشته شده در",
+ 'message_details' => "جزئیات پیام",
+ 'adv_no' => 'شماره آگهی',
+ 'bill_address' => [
+ 'name' => 'آدرس بیل',
+ ],
+ 'delivery_address' => [
+ 'name' => 'نشانی تحویل',
+ ],
+ 'order_total' => [
+ 'name' => 'جمع',
+ ],
+ 'order_date' => [
+ 'name' => 'تاریخ سفارش',
+ ],
+ 'order_no' => [
+ 'name' => 'شماره سفارش',
+ ],
+ 'order_detail' => [
+ 'name' => 'نمایش جزئیات',
+ ],
+ /*Detail Page Order*/
+ 'detail' => [
+ 'name' => 'جزئیات',
+ ],
+ 'back' => [
+ 'name' => 'بازگشت',
+ ],
+ 'image' => [
+ 'name' => 'تصویر',
+ ],
+ 'subject' => [
+ 'name' => 'موضوع',
+ ],
+ 'price' => [
+ 'name' => 'قیمت',
+ ],
+ 'piece' => [
+ 'name' => 'قطعه',
+ ],
+ 'commission' => [
+ 'name' => 'کمیسیون',
+ ],
+ 'total' => [
+ 'name' => 'جمع',
+ ],
+ 'sub_total' => [
+ 'name' => 'زیر مجموع',
+ ],
+ 'sale' => [
+ 'name' => 'فروش',
+ ],
+ 'awaiting_tracking_number' => [
+ 'name' => 'در انتظار شماره پیگیری',
+ ],
+ 'awaiting_payment_approval' => [
+ 'name' => 'منتظر تأیید پرداخت هستید',
+ ],
+ 'paid' => [
+ 'name' => 'پرداخت شده',
+ ],
+ 'cancelled' => [
+ 'name' => 'لغو شد',
+ ],
+ 'waiting' => [
+ 'name' => 'در انتظار',
+ ],
+ 'awaiting_dispatch' => [
+ 'name' => 'در انتظار اعزام',
+ ],
+ 'shipped' => [
+ 'name' => 'حمل شد',
+ ],
+ 'delivered' => [
+ 'name' => 'تحویل داده شده',
+ ],
+ 'tracking_number' => [
+ 'name' => 'شماره پیگیری',
+ ],
+ 'was_delivered' => [
+ 'name' => 'تحویل داده شد',
+ ],
+ 'not_delivered' => [
+ 'name' => 'تحویل داده نشده',
+ ],
+ 'show_order_msg1' => [
+ 'name' => 'نتیجه معاملات از طریق پست به شما اطلاع داده می شود.',
+ ],
+ 'show_order_msg2' => [
+ 'name' => 'اگر محصول در مدت یک هفته تحویل داده نشود بازپرداخت انجام می شود.',
+ ],
+ 'show_order_msg3' => [
+ 'name' => 'نتیجه معامله به آدرس پست الکترونیکی ثبت شده شما ارسال شده است.',
+ ],
+
+ 'awaiting_payment' => [
+ 'name' => 'در انتظار پرداخت',
+ ],
+ 'please_entered_tracking_number' => [
+ 'name' => 'لطفا شماره پیگیری را وارد کنید',
+ ],
+ 'transport_days' => [
+ 'name' => 'روزهای حمل و نقل',
+ ],
+ 'product_not_delivered' => [
+ 'name' => 'محصول تحویل داده نشده است',
+ ],
+ 'status' => [
+ 'name' => 'وضعیت',
+ ],
+ 'cancel_sale' => [
+ 'name' => 'فروش را لغو کنید',
+ ],
+ 'send_again' => [
+ 'name' => 'دوباره خواهم فرستاد',
+ ],
+ 'content' => [
+ 'name' => 'محتوا',
+ ],
+ 'preferences_settings' => [
+ 'name' => 'تنظیمات برگزیده',
+ ],
+
+ 'corporate_settings' => [
+ 'name' => 'تنظیمات شرکت',
+ ],
+ 'password' => [
+ 'name' => 'کلمه عبور',
+ ],
+ 'old_password' => [
+ 'name' => 'رمز عبور قدیمی',
+ ],
+ 'new_password' => [
+ 'name' => 'رمز عبور جدید',
+ ],
+ 're_new_password' => [
+ 'name' => 'رمز عبور را تأیید کنید',
+ ],
+ 'confirm_password_input' => [
+ 'name' => 'من تغییر رمز عبور خود را تأیید می کنم',
+ ],
+ 'create_address' => [
+ 'name' => 'ایجاد آدرس',
+ ],
+ 'edit_address' => [
+ 'name' => 'ویرایش آدرس',
+ ],
+ 'balance_limit' => [
+ 'name' => 'حد تعادل',
+ ],
+ 'active_ads' => [
+ 'name' => 'تبلیغات فعال',
+ ],
+ 'subscriptions' => [
+ 'name' => 'اشتراک ها',
+ ],
+ 'go_subscriptions_page' => [
+ 'name' => 'به صفحه اشتراک ها بروید',
+ ],
+ 'buy_package' => [
+ 'name' => 'خرید بسته بندی',
+ ],
+ 'expired_date' => [
+ 'name' => 'تاریخ منقضی شده',
+ ],
+ 'category' => [
+ 'name' => 'دسته بندی',
+ ],
+ 'ad_limit' => [
+ 'name' => 'محدودیت آگهی',
+ ],
+ 'publish_time' => [
+ 'name' => 'زمان انتشار',
+ ],
+ 'all_categories' => [
+ 'name' => 'همه دسته بندی ها',
+ ],
+ 'day' => [
+ 'name' => 'روز',
+ ],
+
+ 'individual' => [
+ 'name' => 'شخصی',
+ ],
+ 'corporate' => [
+ 'name' => 'شرکت های بزرگ، دارای شخصیت حقوقی',
+ ],
+
+ 'details' => [
+ 'name' => 'جزئیات'
+ ],
+ 'choose' => [
+ 'name' => 'انتخاب کنید'
+ ],
+ 'my_address' => 'نشانی من',
+
+ 'company' => [
+ 'name' => 'نام شرکت'
+ ],
+ 'tax_office' => [
+ 'name' => 'اداره مالیات'
+ ],
+ 'tax_number' => [
+ 'name' => 'شماره مالیاتی'
+ ],
+
+ // Profile page
+ 'my_profile' => 'پروفایل من',
+ 'edit_profile' => 'ویرایش نمایه',
+ 'edit_details' => 'جزئیات ویرایش',
+ 'update' => 'به روز رسانی',
+ 'change_password' => 'تغییر رمز عبور',
+ 'choose_an_option' => 'گزینه ای را انتخاب کنید ...',
+ 'change_status' => 'تغییروضعیت، تغییر حالت',
+ 'profile_settings' => 'تنظیمات نمایه',
+ 'profile_detail' => 'مشخصات مشخصات',
+
+ // Register page
+ 'accept_terms_label' => 'من شرایط را قبول می کنم',
+ 'accept_protection_law_label' => 'من شرایط قانون را می پذیرم' . setting_value('visiosoft.module.profile::register_protection_url') . '"target =" _ blank "> حفاظت از اطلاعات شخصی.',
+ 'accept_privacy_terms_label' => 'قبول میکنم' . setting_value('visiosoft.module.profile::register_privacy_url') . '"target =" _ blank "> شرایط حریم خصوصی.',
+ 'receive_sms_emails_label' => 'من می خواهم ایمیل و پیام کوتاه دریافت کنم.',
+
+ // Register Type
+ 'personal' => [
+ 'name' => 'شخصی'
+ ],
+
+ 'education_part' => [
+ 'name' => 'دولت آموزش و پرورش'
+ ],
+
+ 'notified_new_updates' => [
+ 'name' => 'به روز شده جدید',
+ ],
+ 'notified_about_ads' => [
+ 'name' => 'درباره تبلیغات اطلاع داده شده است',
+ ],
+ 'receive_messages_email' => [
+ 'name' => 'ایمیل را دریافت کنید',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/fa/message.php b/resources/default/addons/visiosoft/profile-module/lang/fa/message.php
new file mode 100644
index 000000000..04f55fe15
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/fa/message.php
@@ -0,0 +1,46 @@
+ "زمینه پست الکترونیکی الزامی است!",
+ "username" => "زمینه نام کاربری لازم است!",
+ "success_update" => "به روز رسانی نمایه با موفقیت!",
+ "adress_success_update" => "به روزرسانی آدرس موفقیت آمیز!",
+ "adress_success_create" => "آدرس با موفقیت ایجاد شود!",
+ "login_error" => "ورود نام کاربری یا رمز عبور نادرست است.",
+ "login_noMail_old_user" => "آدرس ایمیلی که وارد کردید یافت نشد.",
+ "login_noMail_old_user2" => "لطفا آدرس ایمیل را بررسی کنید و دوباره امتحان کنید.",
+ "login_noMail_old_user3" => "در صورت ادامه مشکل ، لطفاً با \\'info@openclassify.com\\' تماس بگیرید.",
+ "login_info_old_user" => "رمز جدیدی به آدرس ایمیل شما ارسال شده است.",
+ "success" => "موفقیت",
+ "notified_new_updates" => "می خواهم از به روزرسانی های جدید مطلع شوم",
+ "notified_about_ads" => "اجازه اعلان ها درباره تبلیغات من",
+ "receive_messages_email" => "می خواهم پیام را به عنوان ایمیل دریافت کنم",
+ "no_packages_module" => "بدون ماژول بسته بندی!",
+ "required_add"=> "لطفا تمام خطوط مورد نیاز را پر کنید.",
+ "no_extend_package" => "بسته های تبلیغاتی گسترده ای وجود ندارد",
+ "saved" => "ذخیره!",
+ 'please_confirm_transaction' => 'لطفا معامله را تأیید کنید',
+ 'password_do_not_match' => 'رمزهای ورود مطابقت ندارند',
+ 'your_password_changed' => 'رمز عبور شما با موفقیت به روز شد',
+ 'error_valid_email_or_phone' => 'شماره تلفن یا قالب آدرس ایمیل صحیح نیست.',
+ 'error_valid_phone' => 'قالب شماره تلفن صحیح نیست.',
+ 'registered_phone' => 'این شماره تلفن قبلاً ثبت شده است',
+ 'ajax_address_error' => 'هیچ آدرس و یا مجاز به مشاهده نیست.',
+ 'empty_password_sms_message' => 'به دلیل مشکلات امنیتی رمز عبور شما را تغییر دادیم! گذرواژه جدید شما این است:',
+ 'required_all' => "همه زمینه لازم است!",
+ 'can_not_remove_filled_fields' => "شما نمی توانید زمینه های پر شده را حذف کنید!",
+ 'wrong_password' => "رمز عبوری که وارد کرده اید درست نیست!",
+
+ // Forgot Password
+ 'email_phone_not_found' => 'ایمیل ، شماره تلفن صحیح نیست!',
+
+ 'disable_account' => 'آیا می خواهید حساب خود را ببندید؟ این عملیات قابل بازگشت نیست.',
+
+ // Mail
+ 'update_email_mail_subject' => 'ایمیل به روز شد!',
+ 'update_email_mail_message' => 'ایمیل شما به روز شده است!',
+
+ // Register
+ 'recaptcha_field_is_required' => 'زمینه reCaptcha لازم است.',
+ 'failed_to_validate_captcha' => 'تأیید captcha انجام نشد.',
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/fa/permission.php b/resources/default/addons/visiosoft/profile-module/lang/fa/permission.php
new file mode 100644
index 000000000..e5aa7b13e
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/fa/permission.php
@@ -0,0 +1,36 @@
+ [
+ 'name' => 'مشخصات',
+ 'option' => [
+ 'read' => 'می توانید نمایه را بخوانید؟ ',
+ 'write' => 'آیا می توانید نمایه ایجاد یا ویرایش کنید؟ ',
+ 'delete' => 'می توانید نمایه را حذف کنید؟',
+ ],
+ ],
+ 'adress' => [
+ 'name' => 'آدرس',
+ 'option' => [
+ 'read' => 'می توانید آدرس بخوانید؟ ',
+ 'write' => 'آیا می توانید آدرس ایجاد یا ویرایش کنید؟ ',
+ 'delete' => 'می توانید آدرس را حذف کنید؟',
+ ],
+ ],
+ 'education' => [
+ 'name' => 'تحصیلات',
+ 'option' => [
+ 'read' => 'آیا می توانید آموزش بخوانید؟',
+ 'write' => 'آیا می توان آموزش ایجاد یا ویرایش کرد؟',
+ 'delete' => 'آیا می توان آموزش را حذف کرد؟',
+ ],
+ ],
+ 'education_part' => [
+ 'name' => 'قسمت آموزش',
+ 'option' => [
+ 'read' => 'آیا می توان قسمت آموزش را خواند؟',
+ 'write' => 'آیا می توان بخشی از آموزش را ایجاد یا ویرایش کرد؟',
+ 'delete' => 'آیا می توان قسمت آموزش را حذف کرد؟',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/fa/section.php b/resources/default/addons/visiosoft/profile-module/lang/fa/section.php
new file mode 100644
index 000000000..4505127d5
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/fa/section.php
@@ -0,0 +1,18 @@
+ [
+ 'title' => 'مشخصات',
+ ],
+ 'adress' => [
+ 'title' => 'آدرس',
+ ],
+ 'general_setting' => 'تنظیمات عمومی',
+ 'recaptcha' => 'reCAPTCHA',
+ 'education' => [
+ 'title' => 'تحصیلات',
+ ],
+ 'education_part' => [
+ 'title' => 'قسمت آموزش',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/fa/setting.php b/resources/default/addons/visiosoft/profile-module/lang/fa/setting.php
new file mode 100644
index 000000000..d5e1a2c42
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/fa/setting.php
@@ -0,0 +1,58 @@
+ [
+ 'name' => 'برگه تبلیغات من را نشان دهید',
+ ],
+ 'upload_avatar' => [
+ 'name' => 'آپلود آواتار',
+ ],
+ 'show_tax_office' => [
+ 'name' => 'نمایش زمینه اداره مالیات',
+ ],
+ 'show_checkbox_terms_on_register' => [
+ 'name' => 'نمایش شرایط جعبه تأیید در ثبت نام',
+ 'instructions' => '"فرم پذیرش" ، "قانون حمایت" ، "اصطلاح حریم خصوصی" ، "پیام کوتاه و ایمیل" را در فرم ثبت نام نشان دهید'
+ ],
+ 'register_protection_url' => [
+ 'name' => 'ثبت آدرس محافظت',
+ ],
+ 'register_privacy_url' => [
+ 'name' => 'ثبت نام URL حریم خصوصی',
+ ],
+ 'show_education_profession' => [
+ 'name' => 'زمینه های آموزش و حرفه را نشان دهید',
+ 'instructions' => '"آموزش" ، "وضعیت آموزش" و "حرفه" را در صفحه ویرایش نمایه نشان دهید'
+ ],
+ 'google_captcha_site_key' => [
+ 'name' => 'کلید سایت Google Captcha',
+ ],
+ 'google_captcha_secret_key' => [
+ 'name' => 'رمز مخفی Google Captcha',
+ ],
+ 'score_threshold' => [
+ 'name' => 'آستانه امتیاز',
+ 'instructions' => 'مقداری بین 0 تا 1. هرچه آستانه بالاتر باشد ReCaptcha سختگیرانه تر است تا تلاش کند ربات را رد کند یا خیر.',
+ ],
+ 'education' => [
+ 'name' => 'تحصیلات'
+ ],
+ 'state_of_education' => [
+ 'name' => 'دولت آموزش و پرورش'
+ ],
+ 'profession' => [
+ 'name' => 'حرفه'
+ ],
+ 'hide_register_type_profile' => [
+ 'name' => 'پنهان کردن ثبت نام در صفحه نمایه',
+ 'instructions' => 'قسمت نوع ثبت نام را در صفحه ویرایش نمایه پنهان می کند.',
+ ],
+ 'required_district' => [
+ 'name' => 'منطقه مورد نیاز',
+ 'instructions' => 'افزودن آدرس نشان دهنده تعهد منطقه است.',
+ ],
+ 'show_extends_actions' => [
+ 'name' => 'نمایش اقدامات گسترده',
+ 'instructions' => 'گزینه های Extends موجود در صفحه تبلیغات نمایه من را نشان می دهد.',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/fa/stream.php b/resources/default/addons/visiosoft/profile-module/lang/fa/stream.php
new file mode 100644
index 000000000..49811dacb
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/fa/stream.php
@@ -0,0 +1,16 @@
+ [
+ 'name' => 'مشخصات',
+ ],
+ 'adress' => [
+ 'name' => 'آدرس',
+ ],
+ 'education' => [
+ 'name' => 'تحصیلات',
+ ],
+ 'education_part' => [
+ 'name' => 'قسمت آموزش',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/fi/addon.php b/resources/default/addons/visiosoft/profile-module/lang/fi/addon.php
new file mode 100644
index 000000000..a6498ca69
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/fi/addon.php
@@ -0,0 +1,7 @@
+ 'Profiili',
+ 'name' => 'Profiilimoduuli',
+ 'description' => ''
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/fi/button.php b/resources/default/addons/visiosoft/profile-module/lang/fi/button.php
new file mode 100644
index 000000000..22bd4d9bb
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/fi/button.php
@@ -0,0 +1,21 @@
+ 'Uusi profiili',
+ 'new_adress' => 'Uusi osoite',
+ 'show' => 'Näytä osoite',
+ 'update_password' => 'Päivitä salasana',
+ 'update_profile' => 'Päivitä profiili',
+ 'delete' => 'Poistaa',
+ 'extend' => 'Pidennä',
+ 'extend_all' => 'Laajenna kaikki',
+ 'extend_unpublished' => 'Jatka julkaisematonta',
+ 'edit' => 'Muokata',
+ 'go_profile' => 'Siirry Profiilin tiedot -kohtaan',
+ 'go_user' => 'Siirry kohtaan Käyttäjän tiedot',
+ 'personal' => 'Henkilökohtainen',
+ 'corporate' => 'Yritys',
+ 'export' => 'Viedä',
+ 'new_education' => 'Uusi koulutus',
+ 'new_education_part' => 'Uusi koulutusosa',
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/fi/field.php b/resources/default/addons/visiosoft/profile-module/lang/fi/field.php
new file mode 100644
index 000000000..bad64e969
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/fi/field.php
@@ -0,0 +1,499 @@
+ [
+ 'name' => 'Valokuvat'
+ ],
+ 'first_name' => [
+ 'name' => 'Etunimi'
+ ],
+ 'last_name' => [
+ 'name' => 'Sukunimi'
+ ],
+ 'username' => [
+ 'name' => 'Käyttäjätunnus'
+ ],
+ 'display_name' => [
+ 'name' => 'Näyttönimi'
+ ],
+ 'email' => [
+ 'name' => 'Sähköpostiosoite'
+ ],
+ 'sitename' => [
+ 'name' => 'sivuston nimi'
+ ],
+ 'activated' => [
+ 'name' => 'Käyttäjä aktiivinen'
+ ],
+ 'enabled' => [
+ 'name' => 'Käyttäjä käytössä'
+ ],
+ 'country' => [
+ 'name' => 'Maa'
+ ],
+ 'city' => [
+ 'name' => 'Kaupunki'
+ ],
+ 'district' => [
+ 'name' => 'Kaupunginosa'
+ ],
+ 'neighborhood' => [
+ 'name' => 'Naapuruus'
+ ],
+ 'village' => [
+ 'name' => 'Kylä'
+ ],
+ 'gsm_phone' => [
+ 'name' => 'GSM-puhelin'
+ ],
+ 'land_phone' => [
+ 'name' => 'Maapuhelin'
+ ],
+ 'office_phone' => [
+ 'name' => 'Toimistopuhelin'
+ ],
+ 'register_type' => [
+ 'name' => 'Rekisterin tyyppi'
+ ],
+ 'birthday' => [
+ 'name' => 'Syntymäpäivä'
+ ],
+ 'facebook_address' => [
+ 'name' => 'Facebook-osoite'
+ ],
+ 'google_address' => [
+ 'name' => 'Google-osoite'
+ ],
+ 'education' => [
+ 'name' => 'Koulutus'
+ ],
+ 'state_of_education' => [
+ 'name' => 'Koulutuksen tila'
+ ],
+ 'profession' => [
+ 'name' => 'Ammatti'
+ ],
+ 'identification_number' => [
+ 'name' => 'Tunnusnumero'
+ ],
+ 'adress_name' => [
+ 'name' => 'Osoitteen nimi'
+ ],
+ 'adress_first_name' => [
+ 'name' => 'Etunimi'
+ ],
+ 'adress_last_name' => [
+ 'name' => 'Sukunimi'
+ ],
+ 'actions' => [
+ 'name' => 'Toiminnot'
+ ],
+ 'adress_content' => [
+ 'name' => 'Osoitteen sisältö'
+ ],
+ 'adress_post_code' => [
+ 'name' => 'Postinumero'
+ ],
+ 'adress_gsm_phone' => [
+ 'name' => 'GSM-puhelin'
+ ],
+ 'adress_land_phone' => [
+ 'name' => 'Maapuhelin'
+ ],
+ 'adress_country' => [
+ 'name' => 'Maa'
+ ],
+ 'adress_city' => [
+ 'name' => 'Kaupunki'
+ ],
+ 'adress_district' => [
+ 'name' => 'Kaupunginosa'
+ ],
+ 'adress_neighborhood' => [
+ 'name' => 'Naapuruus'
+ ],
+ 'adress_village' => [
+ 'name' => 'Kylä'
+ ],
+ 'messages' => [
+ 'name' => 'Viestit'
+ ],
+ 'user' => [
+ 'name' => 'Käyttäjä'
+ ],
+ 'name' => [
+ 'name' => 'Nimi'
+ ],
+
+ /*Menu Button*/
+ 'profile' => [
+ 'name' => 'Profiili'
+ ],
+
+ 'create' => [
+ 'name' => 'Luoda'
+ ],
+ 'edit' => [
+ 'name' => 'Muokata'
+ ],
+ 'delete' => [
+ 'name' => 'Poistaa'
+ ],
+ 'list' => [
+ 'name' => 'Lista'
+ ],
+ 'menu_address' => [
+ 'name' => 'Osoite'
+ ],
+ 'menu_orders' => [
+ 'name' => 'Tilaukset'
+ ],
+ 'menu_favorites' => [
+ 'name' => 'Suosikit'
+ ],
+ 'menu_archived_ads' => [
+ 'name' => 'Arkistoidut mainokset'
+ ],
+ 'menu_pending_ads' => [
+ 'name' => 'Odottaa hyväksyntää'
+ ],
+ 'menu_delete_account' => [
+ 'name' => 'Sulje tili'
+ ],
+ 'menu_my_ads' => [
+ 'name' => 'Omat mainokset'
+ ],
+ 'menu_fav_ads' => [
+ 'name' => 'Suosikkimainokset'
+ ],
+ 'menu_hello_msg' => [
+ 'name' => 'Hei'
+ ],
+ 'menu_last_msg' => [
+ 'name' => 'Kirjaudut sisään viimeksi osoitteessa'
+ ],
+ 'menu_packages' => [
+ 'name' => 'Minun pakettini'
+ ],
+ 'menu_adv_packages' => [
+ 'name' => 'Mainospaketit'
+ ],
+ 'menu_time_packages' => [
+ 'name' => 'Aikapaketit'
+ ],
+ 'profile_details' => [
+ 'name' => 'Profiilin tiedot'
+ ],
+ 'profile_photo' => [
+ 'name' => 'Profiilikuva'
+ ],
+ 'adv_listing_banner' => [
+ 'name' => 'Mainosluettelosivun banneri'
+ ],
+ 'approve' => [
+ 'name' => 'Hyväksyä'
+ ],
+ 'approved' => [
+ 'name' => 'Hyväksytty'
+ ],
+ 'pending' => [
+ 'name' => 'Odottaa'
+ ],
+ 'passive' => [
+ 'name' => 'Passiivinen'
+ ],
+ 'pending_admin' => [
+ 'name' => 'Odottaa'
+ ],
+ 'menu_messages' => [
+ 'name' => 'Viestit'
+ ],
+ 'menu_my_purchase' => [
+ 'name' => 'Oma osto'
+ ],
+ 'menu_my_sales' => [
+ 'name' => 'Oma myynti'
+ ],
+
+ /* Right Dock*/
+ 'right_secure_trading_subject' => [
+ 'name' => 'Suojattu kaupankäynti'
+ ],
+ 'right_secure_trading_msg' => [
+ 'name' => 'Lorem ipsum dolor sit amet, consectetur adipisicing elit'
+ ],
+ 'right_support_subject' => [
+ 'name' => '24/7 tuki'
+ ],
+ 'right_support_msg' => [
+ 'name' => 'Lorem ipsum dolor sit amet, consectetur adipisicing elit'
+ ],
+ 'right_easy_trading_subject' => [
+ 'name' => 'Helppo kaupankäynti'
+ ],
+ 'right_easy_trading_msg' => [
+ 'name' => 'Lorem ipsum dolor sit amet, consectetur adipisicing elit'
+ ],
+ 'right_need_help_subject' => [
+ 'name' => 'Tarvitsetko apua?'
+ ],
+ 'right_need_help_msg' => [
+ 'name' => 'Soita'
+ ],
+ 'disable_account' => [
+ 'name' => 'Poista tili käytöstä'
+ ],
+ 'disable_account_msg' => [
+ 'name' => 'Tilisi poistetaan käytöstä.
+ Tätä toimintoa ei voi kumota'
+ ],
+
+ 'message_title' => 'Viestin otsikko',
+ 'owner_name' => 'Viesti',
+
+ 'favorites' => "Suosikit",
+ 'fav_advs' => 'Suosikkimainokset',
+ 'fav_sellers' => "Fav Sellers",
+ 'fav_searches' => "Suosikkihaut",
+ 'posted_on' => "Lähetetty",
+ 'message_details' => "Viestin tiedot",
+ 'adv_no' => 'Mainosnumero',
+ 'bill_address' => [
+ 'name' => 'Laskun osoite',
+ ],
+ 'delivery_address' => [
+ 'name' => 'Toimitusosoite',
+ ],
+ 'order_total' => [
+ 'name' => 'Kaikki yhteensä',
+ ],
+ 'order_date' => [
+ 'name' => 'Tilauspäivämäärä',
+ ],
+ 'order_no' => [
+ 'name' => 'tilausnumero',
+ ],
+ 'order_detail' => [
+ 'name' => 'Näytä yksityiskohdat',
+ ],
+ /*Detail Page Order*/
+ 'detail' => [
+ 'name' => 'Yksityiskohta',
+ ],
+ 'back' => [
+ 'name' => 'Takaisin',
+ ],
+ 'image' => [
+ 'name' => 'Kuva',
+ ],
+ 'subject' => [
+ 'name' => 'Aihe',
+ ],
+ 'price' => [
+ 'name' => 'Hinta',
+ ],
+ 'piece' => [
+ 'name' => 'Pala',
+ ],
+ 'commission' => [
+ 'name' => 'komissio',
+ ],
+ 'total' => [
+ 'name' => 'Kaikki yhteensä',
+ ],
+ 'sub_total' => [
+ 'name' => 'Välisumma',
+ ],
+ 'sale' => [
+ 'name' => 'Myynti',
+ ],
+ 'awaiting_tracking_number' => [
+ 'name' => 'Odottaa seurantanumeroa',
+ ],
+ 'awaiting_payment_approval' => [
+ 'name' => 'Odotetaan maksuhyväksyntää',
+ ],
+ 'paid' => [
+ 'name' => 'Maksettu',
+ ],
+ 'cancelled' => [
+ 'name' => 'Peruutettu',
+ ],
+ 'waiting' => [
+ 'name' => 'Odottaa',
+ ],
+ 'awaiting_dispatch' => [
+ 'name' => 'Odottaa lähetystä',
+ ],
+ 'shipped' => [
+ 'name' => 'Lähetetty',
+ ],
+ 'delivered' => [
+ 'name' => 'Toimitetaan',
+ ],
+ 'tracking_number' => [
+ 'name' => 'Seurantanumero',
+ ],
+ 'was_delivered' => [
+ 'name' => 'toimitettiin',
+ ],
+ 'not_delivered' => [
+ 'name' => 'ei toimitettu',
+ ],
+ 'show_order_msg1' => [
+ 'name' => 'Kaupan tuloksesta ilmoitetaan postitse.',
+ ],
+ 'show_order_msg2' => [
+ 'name' => 'Hyvitys suoritetaan, jos tuotetta ei toimiteta viikon kuluessa.',
+ ],
+ 'show_order_msg3' => [
+ 'name' => 'Tapahtuman tulos on lähetetty rekisteröityyn sähköpostiosoitteeseesi.',
+ ],
+
+ 'awaiting_payment' => [
+ 'name' => 'Odotetaan maksua',
+ ],
+ 'please_entered_tracking_number' => [
+ 'name' => 'Anna seurantanumero',
+ ],
+ 'transport_days' => [
+ 'name' => 'Kuljetuspäivät',
+ ],
+ 'product_not_delivered' => [
+ 'name' => 'Tuotetta ei toimiteta',
+ ],
+ 'status' => [
+ 'name' => 'Tila',
+ ],
+ 'cancel_sale' => [
+ 'name' => 'Peruuta myynti',
+ ],
+ 'send_again' => [
+ 'name' => 'Lähetän uudelleen',
+ ],
+ 'content' => [
+ 'name' => 'Sisältö',
+ ],
+ 'preferences_settings' => [
+ 'name' => 'Asetusten asetukset',
+ ],
+
+ 'corporate_settings' => [
+ 'name' => 'Yrityksen asetukset',
+ ],
+ 'password' => [
+ 'name' => 'Salasana',
+ ],
+ 'old_password' => [
+ 'name' => 'Vanha salasana',
+ ],
+ 'new_password' => [
+ 'name' => 'Uusi salasana',
+ ],
+ 're_new_password' => [
+ 'name' => 'Vahvista salasana',
+ ],
+ 'confirm_password_input' => [
+ 'name' => 'Vahvistan salasanani vaihdon',
+ ],
+ 'create_address' => [
+ 'name' => 'Luo osoite',
+ ],
+ 'edit_address' => [
+ 'name' => 'Muokkaa osoitetta',
+ ],
+ 'balance_limit' => [
+ 'name' => 'Taseraja',
+ ],
+ 'active_ads' => [
+ 'name' => 'Aktiiviset mainokset',
+ ],
+ 'subscriptions' => [
+ 'name' => 'Tilaukset',
+ ],
+ 'go_subscriptions_page' => [
+ 'name' => 'Siirry Tilaukset-sivulle',
+ ],
+ 'buy_package' => [
+ 'name' => 'Osta paketti',
+ ],
+ 'expired_date' => [
+ 'name' => 'Vanhentunut päivämäärä',
+ ],
+ 'category' => [
+ 'name' => 'Kategoria',
+ ],
+ 'ad_limit' => [
+ 'name' => 'Mainosraja',
+ ],
+ 'publish_time' => [
+ 'name' => 'Julkaise aika',
+ ],
+ 'all_categories' => [
+ 'name' => 'kaikki kategoriat',
+ ],
+ 'day' => [
+ 'name' => 'Päivä',
+ ],
+
+ 'individual' => [
+ 'name' => 'yksilö',
+ ],
+ 'corporate' => [
+ 'name' => 'Yritys',
+ ],
+
+ 'details' => [
+ 'name' => 'Yksityiskohdat'
+ ],
+ 'choose' => [
+ 'name' => 'Valita'
+ ],
+ 'my_address' => 'Osoitteeni',
+
+ 'company' => [
+ 'name' => 'Yrityksen nimi'
+ ],
+ 'tax_office' => [
+ 'name' => 'Verotoimisto'
+ ],
+ 'tax_number' => [
+ 'name' => 'Veronumero'
+ ],
+
+ // Profile page
+ 'my_profile' => 'Profiilini',
+ 'edit_profile' => 'Muokkaa profiilia',
+ 'edit_details' => 'Muokkaa tietoja',
+ 'update' => 'Päivittää',
+ 'change_password' => 'Vaihda salasana',
+ 'choose_an_option' => 'Valitse vaihtoehto...',
+ 'change_status' => 'Vaihda tilaa',
+ 'profile_settings' => 'Profiilin asetukset',
+ 'profile_detail' => 'Profiilin yksityiskohdat',
+
+ // Register page
+ 'accept_terms_label' => 'Hyväksyn ehdot.',
+ 'accept_protection_law_label' => 'Hyväksyn' . setting_value('visiosoft.module.profile::register_protection_url') . '"target =" _ blank "> Henkilötietojen suojaus',
+ 'accept_privacy_terms_label' => 'hyväksyn' . setting_value('visiosoft.module.profile::register_privacy_url') . '"target =" _ blank "> tietosuojaehdot.',
+ 'receive_sms_emails_label' => 'Haluan vastaanottaa sähköpostia ja tekstiviestejä.',
+
+ // Register Type
+ 'personal' => [
+ 'name' => 'Henkilökohtainen'
+ ],
+
+ 'education_part' => [
+ 'name' => 'Koulutuksen tila'
+ ],
+
+ 'notified_new_updates' => [
+ 'name' => 'Ilmoitetut uudet päivitykset',
+ ],
+ 'notified_about_ads' => [
+ 'name' => 'Ilmoitettu mainoksista',
+ ],
+ 'receive_messages_email' => [
+ 'name' => 'Vastaanota viestejä',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/fi/message.php b/resources/default/addons/visiosoft/profile-module/lang/fi/message.php
new file mode 100644
index 000000000..c8a8318fe
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/fi/message.php
@@ -0,0 +1,46 @@
+ "Sähköpostikenttä on pakollinen!",
+ "username" => "Käyttäjätunnus-kenttä on pakollinen!",
+ "success_update" => "Profiilin päivitys onnistui!",
+ "adress_success_update" => "Osoitteen päivitys onnistui!",
+ "adress_success_create" => "Osoite Luo onnistuneesti!",
+ "login_error" => "Väärä sisäänkirjautuminen tai salasana.",
+ "login_noMail_old_user" => "Antamaasi sähköpostiosoitetta ei löytynyt.",
+ "login_noMail_old_user2" => "Tarkista sähköpostiosoite ja yritä uudelleen.",
+ "login_noMail_old_user3" => "Jos ongelma jatkuu, ota yhteyttä osoitteeseen info@openclassify.com.",
+ "login_info_old_user" => "Uusi salasana on lähetetty sähköpostiosoitteeseesi.",
+ "success" => "Menestys",
+ "notified_new_updates" => "Haluan ilmoituksen uusista päivityksistä",
+ "notified_about_ads" => "Salli ilmoitukset mainoksistani",
+ "receive_messages_email" => "Haluan vastaanottaa viestejä sähköpostina",
+ "no_packages_module" => "Ei pakettimoduulia!",
+ "required_add"=> "Täytä kaikki vaaditut rivit.",
+ "no_extend_package" => "Ei laajenna mainospaketteja",
+ "saved" => "Tallennettu!",
+ 'please_confirm_transaction' => 'Vahvista tapahtuma',
+ 'password_do_not_match' => 'Salasanat eivät täsmää',
+ 'your_password_changed' => 'Salasanasi päivitys onnistui',
+ 'error_valid_email_or_phone' => 'Puhelinnumeron tai sähköpostiosoitteen muoto on väärä.',
+ 'error_valid_phone' => 'Puhelinnumeron muoto on väärä.',
+ 'registered_phone' => 'Tämä puhelinnumero on jo rekisteröity.',
+ 'ajax_address_error' => 'Ei osoitetta tai sillä ei ole lupaa tarkastella.',
+ 'empty_password_sms_message' => 'Turvallisuusongelmien takia muutimme salasanasi! Uusi salasanasi on:',
+ 'required_all' => "Koko kenttä on pakollinen!",
+ 'can_not_remove_filled_fields' => "Et voi poistaa täytettyjä kenttiä!",
+ 'wrong_password' => "Antamasi salasana ei ole oikea!",
+
+ // Forgot Password
+ 'email_phone_not_found' => 'Sähköposti, puhelinnumero eivät ole oikein!',
+
+ 'disable_account' => 'Haluatko sulkea tilisi? Tätä toimintoa ei voi kumota.',
+
+ // Mail
+ 'update_email_mail_subject' => 'Sähköposti päivitetty!',
+ 'update_email_mail_message' => 'Sähköpostiosoitteesi on päivitetty!',
+
+ // Register
+ 'recaptcha_field_is_required' => 'reCaptcha-kenttä vaaditaan.',
+ 'failed_to_validate_captcha' => 'Captchan vahvistaminen epäonnistui.',
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/fi/permission.php b/resources/default/addons/visiosoft/profile-module/lang/fi/permission.php
new file mode 100644
index 000000000..28df6b645
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/fi/permission.php
@@ -0,0 +1,36 @@
+ [
+ 'name' => 'Profiili',
+ 'option' => [
+ 'read' => 'Voi lukea profiilia?',
+ 'write' => 'Voiko profiilia luoda / muokata?',
+ 'delete' => 'Voinko poistaa profiilin?',
+ ],
+ ],
+ 'adress' => [
+ 'name' => 'Mekko',
+ 'option' => [
+ 'read' => 'Osaa lukea osoitetta?',
+ 'write' => 'Voiko luoda / muokata osoitetta?',
+ 'delete' => 'Voinko poistaa osoitteen?',
+ ],
+ ],
+ 'education' => [
+ 'name' => 'Koulutus',
+ 'option' => [
+ 'read' => 'Osaa lukea koulutusta?',
+ 'write' => 'Voiko luoda / muokata koulutusta?',
+ 'delete' => 'Voinko poistaa koulutuksen?',
+ ],
+ ],
+ 'education_part' => [
+ 'name' => 'Koulutus-osa',
+ 'option' => [
+ 'read' => 'Osaa lukea koulutusta?',
+ 'write' => 'Voiko luoda / muokata koulutusosaa?',
+ 'delete' => 'Voinko poistaa koulutusosan?',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/fi/section.php b/resources/default/addons/visiosoft/profile-module/lang/fi/section.php
new file mode 100644
index 000000000..4fc82e141
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/fi/section.php
@@ -0,0 +1,18 @@
+ [
+ 'title' => 'Profiili',
+ ],
+ 'adress' => [
+ 'title' => 'Mekko',
+ ],
+ 'general_setting' => 'Yleiset asetukset',
+ 'recaptcha' => 'reCAPTCHA',
+ 'education' => [
+ 'title' => 'Koulutus',
+ ],
+ 'education_part' => [
+ 'title' => 'Koulutus-osa',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/fi/setting.php b/resources/default/addons/visiosoft/profile-module/lang/fi/setting.php
new file mode 100644
index 000000000..174083f6e
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/fi/setting.php
@@ -0,0 +1,58 @@
+ [
+ 'name' => 'Näytä Omat mainokset -välilehti',
+ ],
+ 'upload_avatar' => [
+ 'name' => 'Avatar-lataus',
+ ],
+ 'show_tax_office' => [
+ 'name' => 'Näytä veroviraston kenttä',
+ ],
+ 'show_checkbox_terms_on_register' => [
+ 'name' => 'Näytä valintaruutuehdot rekisteröidyissä',
+ 'instructions' => 'Näytä rekisterilomakkeessa "Hyväksy termi", "suojalaki", "yksityisyydensuoja", "tekstiviestit ja sähköpostit"'
+ ],
+ 'register_protection_url' => [
+ 'name' => 'Rekisterin suojauksen URL-osoite',
+ ],
+ 'register_privacy_url' => [
+ 'name' => 'Rekisteröi yksityisyyden URL-osoite',
+ ],
+ 'show_education_profession' => [
+ 'name' => 'Näytä koulutus- ja ammattikentät',
+ 'instructions' => 'Näytä profiilin muokkaussivulla "Koulutus", "Koulutuksen tila" ja "Ammatti"'
+ ],
+ 'google_captcha_site_key' => [
+ 'name' => 'Google Captcha -sivustoavain',
+ ],
+ 'google_captcha_secret_key' => [
+ 'name' => 'Google Captchan salainen avain',
+ ],
+ 'score_threshold' => [
+ 'name' => 'Pistekynnys',
+ 'instructions' => 'Arvo välillä 0 ja 1. Mitä korkeampi kynnys, sitä tiukempi ReCaptcha yrittää selvittää, onko käyttäjä botti vai ei.',
+ ],
+ 'education' => [
+ 'name' => 'Koulutus'
+ ],
+ 'state_of_education' => [
+ 'name' => 'Koulutuksen tila'
+ ],
+ 'profession' => [
+ 'name' => 'Ammatti'
+ ],
+ 'hide_register_type_profile' => [
+ 'name' => 'Piilota rekisterityyppi profiilisivulla',
+ 'instructions' => 'Piilottaa rekisterityypin kentän profiilin muokkaussivulla.',
+ ],
+ 'required_district' => [
+ 'name' => 'Vaadittu piiri',
+ 'instructions' => 'Osoitteen lisääminen edustaa piirivelvoitetta.',
+ ],
+ 'show_extends_actions' => [
+ 'name' => 'Näytä laajentaa toimintoja',
+ 'instructions' => 'Edustaa Profiilimainokset-sivulla käytettävissä olevia Laajennukset-vaihtoehtoja.',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/fi/stream.php b/resources/default/addons/visiosoft/profile-module/lang/fi/stream.php
new file mode 100644
index 000000000..3a65b6c14
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/fi/stream.php
@@ -0,0 +1,16 @@
+ [
+ 'name' => 'Profiili',
+ ],
+ 'adress' => [
+ 'name' => 'Osoite',
+ ],
+ 'education' => [
+ 'name' => 'Koulutus',
+ ],
+ 'education_part' => [
+ 'name' => 'Koulutus-osa',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/fr/addon.php b/resources/default/addons/visiosoft/profile-module/lang/fr/addon.php
new file mode 100644
index 000000000..bdb265b2c
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/fr/addon.php
@@ -0,0 +1,7 @@
+ 'Profil',
+ 'name' => 'Module de profil',
+ 'description' => ''
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/fr/button.php b/resources/default/addons/visiosoft/profile-module/lang/fr/button.php
new file mode 100644
index 000000000..814d23018
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/fr/button.php
@@ -0,0 +1,21 @@
+ 'Nouveau profile',
+ 'new_adress' => 'Nouvelle adresse',
+ 'show' => 'Afficher l\'adresse',
+ 'update_password' => 'Mettre à jour le mot de passe',
+ 'update_profile' => 'Mettre à jour le profil',
+ 'delete' => 'Supprimer',
+ 'extend' => 'Étendre',
+ 'extend_all' => 'Tout étendre',
+ 'extend_unpublished' => 'Prolonger non publié',
+ 'edit' => 'Éditer',
+ 'go_profile' => 'Aller aux détails du profil',
+ 'go_user' => 'Aller aux détails de l\'utilisateur',
+ 'personal' => 'Personnel',
+ 'corporate' => 'Entreprise',
+ 'export' => 'Exportation',
+ 'new_education' => 'Nouvelle éducation',
+ 'new_education_part' => 'Nouvelle partie éducation',
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/fr/field.php b/resources/default/addons/visiosoft/profile-module/lang/fr/field.php
new file mode 100644
index 000000000..89afd76f6
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/fr/field.php
@@ -0,0 +1,501 @@
+ [
+ 'name' => 'Photos'
+ ],
+ 'first_name' => [
+ 'name' => 'Prénom'
+ ],
+ 'last_name' => [
+ 'name' => 'Nom de famille'
+ ],
+ 'username' => [
+ 'name' => 'Nom d\'utilisateur'
+ ],
+ 'display_name' => [
+ 'name' => 'Afficher un nom'
+ ],
+ 'email' => [
+ 'name' => 'Adresse email'
+ ],
+ 'sitename' => [
+ 'name' => 'nom du site'
+ ],
+ 'activated' => [
+ 'name' => 'Utilisateur actif'
+ ],
+ 'enabled' => [
+ 'name' => 'Activer l\'utilisateur'
+ ],
+ 'country' => [
+ 'name' => 'Pays'
+ ],
+ 'city' => [
+ 'name' => 'Ville'
+ ],
+ 'district' => [
+ 'name' => 'District'
+ ],
+ 'neighborhood' => [
+ 'name' => 'quartier'
+ ],
+ 'village' => [
+ 'name' => 'Village'
+ ],
+ 'gsm_phone' => [
+ 'name' => 'Numéro de téléphone GSM'
+ ],
+ 'land_phone' => [
+ 'name' => 'Numéro de téléphone terrestre'
+ ],
+ 'office_phone' => [
+ 'name' => 'Numéro de téléphone du bureau'
+ ],
+ 'register_type' => [
+ 'name' => 'Type de registre'
+ ],
+ 'birthday' => [
+ 'name' => 'Anniversaire'
+ ],
+ 'facebook_address' => [
+ 'name' => 'Adresse Facebook'
+ ],
+ 'google_address' => [
+ 'name' => 'Adresse Google'
+ ],
+ 'education' => [
+ 'name' => 'Éducation'
+ ],
+ 'state_of_education' => [
+ 'name' => 'État de l\'éducation'
+ ],
+ 'profession' => [
+ 'name' => 'Profession'
+ ],
+ 'identification_number' => [
+ 'name' => 'Numéro d\'identification'
+ ],
+ 'adress_name' => [
+ 'name' => 'Nom de l\'adresse'
+ ],
+ 'adress_first_name' => [
+ 'name' => 'Prénom'
+ ],
+ 'adress_last_name' => [
+ 'name' => 'Nom de famille'
+ ],
+ 'actions' => [
+ 'name' => 'actes'
+ ],
+ 'adress_content' => [
+ 'name' => 'Contenu de l\'adresse'
+ ],
+ 'adress_post_code' => [
+ 'name' => 'Code postal'
+ ],
+ 'adress_gsm_phone' => [
+ 'name' => 'Téléphone GSM'
+ ],
+ 'adress_land_phone' => [
+ 'name' => 'Téléphone fixe'
+ ],
+ 'adress_country' => [
+ 'name' => 'Pays'
+ ],
+ 'adress_city' => [
+ 'name' => 'Ville'
+ ],
+ 'adress_district' => [
+ 'name' => 'District'
+ ],
+ 'adress_neighborhood' => [
+ 'name' => 'quartier'
+ ],
+ 'adress_village' => [
+ 'name' => 'Village'
+ ],
+ 'messages' => [
+ 'name' => 'messages'
+ ],
+ 'user' => [
+ 'name' => 'Utilisateur'
+ ],
+ 'name' => [
+ 'name' => 'Nom'
+ ],
+
+ /*Menu Button*/
+ 'profile' => [
+ 'name' => 'Profil'
+ ],
+
+ 'create' => [
+ 'name' => 'Créer'
+ ],
+ 'edit' => [
+ 'name' => 'modifier'
+ ],
+ 'delete' => [
+ 'name' => 'Supprimer'
+ ],
+ 'list' => [
+ 'name' => 'liste'
+ ],
+ 'menu_address' => [
+ 'name' => 'Adresse'
+ ],
+ 'menu_orders' => [
+ 'name' => 'Ordres'
+ ],
+ 'menu_favorites' => [
+ 'name' => 'Favoris'
+ ],
+ 'menu_archived_ads' => [
+ 'name' => 'Annonces archivées'
+ ],
+ 'menu_pending_ads' => [
+ 'name' => 'Validation en attente'
+ ],
+ 'menu_delete_account' => [
+ 'name' => 'Fermer le compte'
+ ],
+ 'menu_my_ads' => [
+ 'name' => 'Mes annonces'
+ ],
+ 'menu_fav_ads' => [
+ 'name' => 'Annonces favorites'
+ ],
+ 'menu_hello_msg' => [
+ 'name' => 'Bonjour'
+ ],
+ 'menu_last_msg' => [
+ 'name' => 'Vous vous êtes connecté pour la dernière fois à'
+ ],
+ 'menu_packages' => [
+ 'name' => 'Mes forfaits'
+ ],
+ 'menu_adv_packages' => [
+ 'name' => 'Forfaits d\'annonces'
+ ],
+ 'menu_time_packages' => [
+ 'name' => 'Forfaits'
+ ],
+ 'profile_details' => [
+ 'name' => 'Détails du profil'
+ ],
+ 'profile_photo' => [
+ 'name' => 'Photo de profil'
+ ],
+ 'adv_listing_banner' => [
+ 'name' => 'Bannière de la page d\'annonces'
+ ],
+ 'approve' => [
+ 'name' => 'Approuver'
+ ],
+ 'approved' => [
+ 'name' => 'Approuvé'
+ ],
+ 'pending' => [
+ 'name' => 'en attendant'
+ ],
+ 'passive' => [
+ 'name' => 'Passif'
+ ],
+ 'pending_admin' => [
+ 'name' => 'en attendant'
+ ],
+ 'menu_messages' => [
+ 'name' => 'messages'
+ ],
+ 'menu_my_purchase' => [
+ 'name' => 'Mon achat'
+ ],
+ 'menu_my_sales' => [
+ 'name' => 'Mes ventes'
+ ],
+
+ /* Right Dock*/
+ 'right_secure_trading_subject' => [
+ 'name' => 'Trading sécurisé'
+ ],
+ 'right_secure_trading_msg' => [
+ 'name' => 'Lorem ipsum dolor sit amet,
+ consectetur adipisicing elit'
+ ],
+ 'right_support_subject' => [
+ 'name' => 'Assistance 24/7'
+ ],
+ 'right_support_msg' => [
+ 'name' => 'Lorem ipsum dolor sit amet,
+ consectetur adipisicing elit'
+ ],
+ 'right_easy_trading_subject' => [
+ 'name' => 'Trading facile'
+ ],
+ 'right_easy_trading_msg' => [
+ 'name' => 'Lorem ipsum dolor sit amet,
+ consectetur adipisicing elit'
+ ],
+ 'right_need_help_subject' => [
+ 'name' => 'Besoin d\'aide pour?'
+ ],
+ 'right_need_help_msg' => [
+ 'name' => 'Donner un appel sur'
+ ],
+ 'disable_account' => [
+ 'name' => 'Désactiver le compte'
+ ],
+ 'disable_account_msg' => [
+ 'name' => 'Votre compte sera désactivé. Cette opération ne peut pas être annulée'
+ ],
+
+ 'message_title' => 'Titre du message',
+ 'owner_name' => 'Message',
+
+ 'favorites' => "Favoris",
+ 'fav_advs' => 'Annonces préférées',
+ 'fav_sellers' => "Fav Vendeurs",
+ 'fav_searches' => "Recherches favorites",
+ 'posted_on' => "Posté sur",
+ 'message_details' => "Détails du message",
+ 'adv_no' => 'Annonce n °',
+ 'bill_address' => [
+ 'name' => 'Adresse de facturation',
+ ],
+ 'delivery_address' => [
+ 'name' => 'Adresse de livraison',
+ ],
+ 'order_total' => [
+ 'name' => 'Total',
+ ],
+ 'order_date' => [
+ 'name' => 'Date de commande',
+ ],
+ 'order_no' => [
+ 'name' => 'numéro de commande',
+ ],
+ 'order_detail' => [
+ 'name' => 'Montrer les détails',
+ ],
+ /*Detail Page Order*/
+ 'detail' => [
+ 'name' => 'Détail',
+ ],
+ 'back' => [
+ 'name' => 'Retour',
+ ],
+ 'image' => [
+ 'name' => 'Image',
+ ],
+ 'subject' => [
+ 'name' => 'Assujettir',
+ ],
+ 'price' => [
+ 'name' => 'Prix',
+ ],
+ 'piece' => [
+ 'name' => 'Pièce',
+ ],
+ 'commission' => [
+ 'name' => 'Commission',
+ ],
+ 'total' => [
+ 'name' => 'Total',
+ ],
+ 'sub_total' => [
+ 'name' => 'Total partiel',
+ ],
+ 'sale' => [
+ 'name' => 'Vente',
+ ],
+ 'awaiting_tracking_number' => [
+ 'name' => 'Numéro de suivi en attente',
+ ],
+ 'awaiting_payment_approval' => [
+ 'name' => 'En attente de paiement',
+ ],
+ 'paid' => [
+ 'name' => 'Payé',
+ ],
+ 'cancelled' => [
+ 'name' => 'Annulé',
+ ],
+ 'waiting' => [
+ 'name' => 'Attendre',
+ ],
+ 'awaiting_dispatch' => [
+ 'name' => 'En attente d\'expédition',
+ ],
+ 'shipped' => [
+ 'name' => 'Expédié',
+ ],
+ 'delivered' => [
+ 'name' => 'Livré',
+ ],
+ 'tracking_number' => [
+ 'name' => 'Numéro de suivi',
+ ],
+ 'was_delivered' => [
+ 'name' => 'a été livré',
+ ],
+ 'not_delivered' => [
+ 'name' => 'non livrés',
+ ],
+ 'show_order_msg1' => [
+ 'name' => 'Le résultat de la transaction sera notifié par mail.',
+ ],
+ 'show_order_msg2' => [
+ 'name' => 'Le remboursement sera effectué si le produit n\'est pas livré dans la semaine.',
+ ],
+ 'show_order_msg3' => [
+ 'name' => 'Le résultat de la transaction a été envoyé à votre adresse e-mail enregistrée.',
+ ],
+
+ 'awaiting_payment' => [
+ 'name' => 'En attente de paiement',
+ ],
+ 'please_entered_tracking_number' => [
+ 'name' => 'Veuillez entrer le numéro de suivi',
+ ],
+ 'transport_days' => [
+ 'name' => 'Journées de transport',
+ ],
+ 'product_not_delivered' => [
+ 'name' => 'Produit non livré',
+ ],
+ 'status' => [
+ 'name' => 'Statut',
+ ],
+ 'cancel_sale' => [
+ 'name' => 'Annuler la vente',
+ ],
+ 'send_again' => [
+ 'name' => 'Je vais envoyer à nouveau',
+ ],
+ 'content' => [
+ 'name' => 'Contenu',
+ ],
+ 'preferences_settings' => [
+ 'name' => 'Préférences Paramètres',
+ ],
+
+ 'corporate_settings' => [
+ 'name' => 'Paramètres d\'entreprise',
+ ],
+ 'password' => [
+ 'name' => 'Mot de passe',
+ ],
+ 'old_password' => [
+ 'name' => 'Ancien mot de passe',
+ ],
+ 'new_password' => [
+ 'name' => 'Nouveau mot de passe',
+ ],
+ 're_new_password' => [
+ 'name' => 'Confirmez le mot de passe',
+ ],
+ 'confirm_password_input' => [
+ 'name' => 'Je confirme mon changement de mot de passe',
+ ],
+ 'create_address' => [
+ 'name' => 'Créer une adresse',
+ ],
+ 'edit_address' => [
+ 'name' => 'Modifier l\'adresse',
+ ],
+ 'balance_limit' => [
+ 'name' => 'Limite d\'équilibre',
+ ],
+ 'active_ads' => [
+ 'name' => 'Annonces actives',
+ ],
+ 'subscriptions' => [
+ 'name' => 'Abonnements',
+ ],
+ 'go_subscriptions_page' => [
+ 'name' => 'Aller à la page d\'abonnements',
+ ],
+ 'buy_package' => [
+ 'name' => 'Acheter un forfait',
+ ],
+ 'expired_date' => [
+ 'name' => 'Date d\'expiration',
+ ],
+ 'category' => [
+ 'name' => 'Catégorie',
+ ],
+ 'ad_limit' => [
+ 'name' => 'Limite d\'annonce',
+ ],
+ 'publish_time' => [
+ 'name' => 'Heure de publication',
+ ],
+ 'all_categories' => [
+ 'name' => 'toutes catégories',
+ ],
+ 'day' => [
+ 'name' => 'journée',
+ ],
+
+ 'individual' => [
+ 'name' => 'individuel',
+ ],
+ 'corporate' => [
+ 'name' => 'Entreprise',
+ ],
+
+ 'details' => [
+ 'name' => 'Détails'
+ ],
+ 'choose' => [
+ 'name' => 'Choisir'
+ ],
+ 'my_address' => 'Mon adresse',
+
+ 'company' => [
+ 'name' => 'Nom de la compagnie'
+ ],
+ 'tax_office' => [
+ 'name' => 'Bureau des impôts'
+ ],
+ 'tax_number' => [
+ 'name' => 'Numéro d\'identification fiscale'
+ ],
+
+ // Profile page
+ 'my_profile' => 'Mon profil',
+ 'edit_profile' => 'Editer le profil',
+ 'edit_details' => 'Modifier les détails',
+ 'update' => 'Mettre à jour',
+ 'change_password' => 'Changer le mot de passe',
+ 'choose_an_option' => 'Choisis une option...',
+ 'change_status' => 'Changer de statut',
+ 'profile_settings' => 'Paramètres de profil',
+ 'profile_detail' => 'Détail du profil',
+
+ // Register page
+ 'accept_terms_label' => 'J\'accepte les conditions.',
+ 'accept_protection_law_label' => 'J\'accepte les termes de la loi sur' . setting_value('visiosoft.module.profile::register_protection_url') . '"target =" _ blank "> Protection des données personnelles.',
+ 'accept_privacy_terms_label' => 'J\'accepte' . setting_value('visiosoft.module.profile::register_privacy_url') . '"target =" _ blank "> conditions de confidentialité.',
+ 'receive_sms_emails_label' => 'Je souhaite recevoir des e-mails et des sms.',
+
+ // Register Type
+ 'personal' => [
+ 'name' => 'Personnel'
+ ],
+
+ 'education_part' => [
+ 'name' => 'État de l\'éducation'
+ ],
+
+ 'notified_new_updates' => [
+ 'name' => 'Nouvelles mises à jour notifiées',
+ ],
+ 'notified_about_ads' => [
+ 'name' => 'Notifié à propos des annonces',
+ ],
+ 'receive_messages_email' => [
+ 'name' => 'Recevoir des messages par e-mail',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/fr/message.php b/resources/default/addons/visiosoft/profile-module/lang/fr/message.php
new file mode 100644
index 000000000..620c8423d
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/fr/message.php
@@ -0,0 +1,47 @@
+ "Le champ E-mail est obligatoire!",
+ "username" => "Le nom d'utilisateur est obligatoire!",
+ "success_update" => "Mise à jour du profil avec succès!",
+ "adress_success_update" => "Adresse mise à jour avec succès!",
+ "adress_success_create" => "Adresse Créer avec succès!",
+ "login_error" => "Identifiant ou mot de passe incorrect.",
+ "login_noMail_old_user" => "L'adresse e-mail que vous avez entrée est introuvable.",
+ "login_noMail_old_user2" => "Veuillez vérifier l'adresse e-mail et réessayer.",
+ "login_noMail_old_user3" => "Si le problème persiste,
+ contactez-nous à l'adresse info@openclassify.com.",
+ "login_info_old_user" => "Un nouveau mot de passe a été envoyé à votre adresse e-mail.",
+ "success" => "Succès",
+ "notified_new_updates" => "Je veux être informé des nouvelles mises à jour",
+ "notified_about_ads" => "Autoriser les notifications concernant mes annonces",
+ "receive_messages_email" => "Je veux recevoir des messages par email",
+ "no_packages_module" => "Aucun module de paquets!",
+ "required_add"=> "Veuillez remplir toutes les lignes requises.",
+ "no_extend_package" => "Aucun étendre les packages d'annonces",
+ "saved" => "Enregistré!",
+ 'please_confirm_transaction' => 'Veuillez confirmer la transaction',
+ 'password_do_not_match' => 'Les mots de passe ne correspondent pas',
+ 'your_password_changed' => 'Votre mot de passe a été mis à jour avec succès',
+ 'error_valid_email_or_phone' => 'Le format du numéro de téléphone ou de l\'adresse e-mail n\'est pas correct.',
+ 'error_valid_phone' => 'Le format du numéro de téléphone n\'est pas correct.',
+ 'registered_phone' => 'Ce numéro de téléphone a déjà été enregistré.',
+ 'ajax_address_error' => 'Aucune adresse ou non autorisé à voir.',
+ 'empty_password_sms_message' => 'En raison de problèmes de sécurité, nous avons changé votre mot de passe! Votre nouveau mot de passe est:',
+ 'required_all' => "Tous les champs sont obligatoires!",
+ 'can_not_remove_filled_fields' => "Vous ne pouvez pas supprimer les champs remplis!",
+ 'wrong_password' => "Le mot de passe que vous avez entré n'est pas correct!",
+
+ // Forgot Password
+ 'email_phone_not_found' => 'L\'e-mail, le numéro de téléphone n\'est pas correct!',
+
+ 'disable_account' => 'Voulez-vous fermer votre compte? Cette opération ne peut pas être annulée.',
+
+ // Mail
+ 'update_email_mail_subject' => 'Email mis à jour!',
+ 'update_email_mail_message' => 'Votre e-mail a été mis à jour!',
+
+ // Register
+ 'recaptcha_field_is_required' => 'Le champ reCaptcha est obligatoire.',
+ 'failed_to_validate_captcha' => 'Échec de la validation du captcha.',
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/fr/permission.php b/resources/default/addons/visiosoft/profile-module/lang/fr/permission.php
new file mode 100644
index 000000000..3d3005f26
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/fr/permission.php
@@ -0,0 +1,36 @@
+ [
+ 'name' => 'Profil',
+ 'option' => [
+ 'read' => 'Peut lire le profil? ',
+ 'write' => 'Peut créer / éditer un profil? ',
+ 'delete' => 'Peut supprimer le profil?',
+ ],
+ ],
+ 'adress' => [
+ 'name' => 'Une robe',
+ 'option' => [
+ 'read' => 'Peut lire l\\'adresse? ',
+ 'write' => 'Peut créer / modifier l\'éducation?',
+ 'delete' => 'Peut supprimer l\'éducation?',
+ ],
+ ],
+ 'education' => [
+ 'name' => 'Éducation',
+ 'option' => [
+ 'read' => 'Peut lire l\'éducation?',
+ 'write' => 'Peut créer / modifier l\'éducation?',
+ 'delete' => 'Peut supprimer l\'éducation?',
+ ],
+ ],
+ 'education_part' => [
+ 'name' => 'Partie éducation',
+ 'option' => [
+ 'read' => 'Peut lire la partie éducation?',
+ 'write' => 'Peut créer / modifier une partie éducation?',
+ 'delete' => 'Peut-on supprimer la partie éducation?',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/fr/section.php b/resources/default/addons/visiosoft/profile-module/lang/fr/section.php
new file mode 100644
index 000000000..44cf8b867
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/fr/section.php
@@ -0,0 +1,18 @@
+ [
+ 'title' => 'Profil',
+ ],
+ 'adress' => [
+ 'title' => 'Une robe',
+ ],
+ 'general_setting' => 'réglages généraux',
+ 'recaptcha' => 'reCAPTCHA',
+ 'education' => [
+ 'title' => 'Éducation',
+ ],
+ 'education_part' => [
+ 'title' => 'Partie éducation',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/fr/setting.php b/resources/default/addons/visiosoft/profile-module/lang/fr/setting.php
new file mode 100644
index 000000000..246bd5adf
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/fr/setting.php
@@ -0,0 +1,58 @@
+ [
+ 'name' => 'Afficher l\'onglet Mes annonces',
+ ],
+ 'upload_avatar' => [
+ 'name' => 'Téléchargement d\'avatar',
+ ],
+ 'show_tax_office' => [
+ 'name' => 'Afficher le champ du bureau des impôts',
+ ],
+ 'show_checkbox_terms_on_register' => [
+ 'name' => 'Afficher les conditions de la case à cocher lors de l\'inscription',
+ 'instructions' => 'Afficher les "Conditions d\'acceptation", "Loi de protection", "Conditions de confidentialité", "SMS et e-mails" sur le formulaire d\'inscription'
+ ],
+ 'register_protection_url' => [
+ 'name' => 'Enregistrer l\'URL de protection',
+ ],
+ 'register_privacy_url' => [
+ 'name' => 'Enregistrer l\'URL de confidentialité',
+ ],
+ 'show_education_profession' => [
+ 'name' => 'Afficher les champs de formation et de profession',
+ 'instructions' => 'Afficher les éléments "Formation", "État de la formation" et "Profession" sur la page de modification du profil'
+ ],
+ 'google_captcha_site_key' => [
+ 'name' => 'Clé de site Google Captcha',
+ ],
+ 'google_captcha_secret_key' => [
+ 'name' => 'Clé secrète Google Captcha',
+ ],
+ 'score_threshold' => [
+ 'name' => 'Seuil de score',
+ 'instructions' => 'Une valeur comprise entre 0 et 1. Plus le seuil est élevé, plus ReCaptcha est strict pour essayer de déterminer si un utilisateur est un bot ou non.',
+ ],
+ 'education' => [
+ 'name' => 'Éducation'
+ ],
+ 'state_of_education' => [
+ 'name' => 'État de l\'éducation'
+ ],
+ 'profession' => [
+ 'name' => 'Profession'
+ ],
+ 'hide_register_type_profile' => [
+ 'name' => 'Masquer le type de registre dans la page de profil',
+ 'instructions' => 'Masque le champ de type de registre dans la page de modification de profil.',
+ ],
+ 'required_district' => [
+ 'name' => 'District obligatoire',
+ 'instructions' => 'L\'ajout d\'une adresse représente l\'obligation du district.',
+ ],
+ 'show_extends_actions' => [
+ 'name' => 'Afficher étend les actions',
+ 'instructions' => 'Représente les options d\'extension disponibles sur la page d\'annonces de mon profil.',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/fr/stream.php b/resources/default/addons/visiosoft/profile-module/lang/fr/stream.php
new file mode 100644
index 000000000..3bdb00a32
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/fr/stream.php
@@ -0,0 +1,16 @@
+ [
+ 'name' => 'Profil',
+ ],
+ 'adress' => [
+ 'name' => 'Une robe',
+ ],
+ 'education' => [
+ 'name' => 'Éducation',
+ ],
+ 'education_part' => [
+ 'name' => 'Partie éducation',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/he/addon.php b/resources/default/addons/visiosoft/profile-module/lang/he/addon.php
new file mode 100644
index 000000000..7daaf7417
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/he/addon.php
@@ -0,0 +1,7 @@
+ 'פרופיל',
+ 'name' => 'מודול פרופיל',
+ 'description' => ''
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/he/button.php b/resources/default/addons/visiosoft/profile-module/lang/he/button.php
new file mode 100644
index 000000000..1bf5f67b9
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/he/button.php
@@ -0,0 +1,21 @@
+ 'פרופיל חדש',
+ 'new_adress' => 'כתובת חדשה',
+ 'show' => 'הצג כתובת',
+ 'update_password' => 'עדכן סיסמה',
+ 'update_profile' => 'עדכן פרופיל',
+ 'delete' => 'מחק',
+ 'extend' => 'הרחיבו',
+ 'extend_all' => 'הרחב את הכל',
+ 'extend_unpublished' => 'הרחב שלא פורסם',
+ 'edit' => 'ערוך',
+ 'go_profile' => 'עבור לפרטי הפרופיל',
+ 'go_user' => 'עבור לפרטי המשתמש',
+ 'personal' => 'אישי',
+ 'corporate' => 'תאגידי',
+ 'export' => 'יְצוּא',
+ 'new_education' => 'חינוך חדש',
+ 'new_education_part' => 'חלק חינוך חדש',
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/he/field.php b/resources/default/addons/visiosoft/profile-module/lang/he/field.php
new file mode 100644
index 000000000..a8c9eaab7
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/he/field.php
@@ -0,0 +1,499 @@
+ [
+ 'name' => 'תמונות'
+ ],
+ 'first_name' => [
+ 'name' => 'שם פרטי'
+ ],
+ 'last_name' => [
+ 'name' => 'שם משפחה'
+ ],
+ 'username' => [
+ 'name' => 'שם משתמש'
+ ],
+ 'display_name' => [
+ 'name' => 'הצג שם'
+ ],
+ 'email' => [
+ 'name' => 'כתובת דואר אלקטרוני'
+ ],
+ 'sitename' => [
+ 'name' => 'שם אתר'
+ ],
+ 'activated' => [
+ 'name' => 'משתמש פעיל'
+ ],
+ 'enabled' => [
+ 'name' => 'הפעלת משתמש'
+ ],
+ 'country' => [
+ 'name' => 'מדינה'
+ ],
+ 'city' => [
+ 'name' => 'עיר'
+ ],
+ 'district' => [
+ 'name' => 'מחוז'
+ ],
+ 'neighborhood' => [
+ 'name' => 'שכונה'
+ ],
+ 'village' => [
+ 'name' => 'כפר'
+ ],
+ 'gsm_phone' => [
+ 'name' => 'טלפון GSM'
+ ],
+ 'land_phone' => [
+ 'name' => 'טלפון יבשתי'
+ ],
+ 'office_phone' => [
+ 'name' => 'טלפון במשרד'
+ ],
+ 'register_type' => [
+ 'name' => 'סוג הרשמה'
+ ],
+ 'birthday' => [
+ 'name' => 'יום הולדת'
+ ],
+ 'facebook_address' => [
+ 'name' => 'כתובת פייסבוק'
+ ],
+ 'google_address' => [
+ 'name' => 'כתובת גוגל'
+ ],
+ 'education' => [
+ 'name' => 'חינוך'
+ ],
+ 'state_of_education' => [
+ 'name' => 'מצב החינוך'
+ ],
+ 'profession' => [
+ 'name' => 'מִקצוֹעַ'
+ ],
+ 'identification_number' => [
+ 'name' => 'מספר זיהוי'
+ ],
+ 'adress_name' => [
+ 'name' => 'שם הכתובת'
+ ],
+ 'adress_first_name' => [
+ 'name' => 'שם פרטי'
+ ],
+ 'adress_last_name' => [
+ 'name' => 'שם משפחה'
+ ],
+ 'actions' => [
+ 'name' => 'פעולות'
+ ],
+ 'adress_content' => [
+ 'name' => 'תוכן כתובת'
+ ],
+ 'adress_post_code' => [
+ 'name' => 'מיקוד'
+ ],
+ 'adress_gsm_phone' => [
+ 'name' => 'טלפון Gsm'
+ ],
+ 'adress_land_phone' => [
+ 'name' => 'טלפון יבשתי'
+ ],
+ 'adress_country' => [
+ 'name' => 'מדינה'
+ ],
+ 'adress_city' => [
+ 'name' => 'עיר'
+ ],
+ 'adress_district' => [
+ 'name' => 'מחוז'
+ ],
+ 'adress_neighborhood' => [
+ 'name' => 'שכונה'
+ ],
+ 'adress_village' => [
+ 'name' => 'כפר'
+ ],
+ 'messages' => [
+ 'name' => 'הודעות'
+ ],
+ 'user' => [
+ 'name' => 'משתמש'
+ ],
+ 'name' => [
+ 'name' => 'שֵׁם'
+ ],
+
+ /*Menu Button*/
+ 'profile' => [
+ 'name' => 'פרופיל'
+ ],
+
+ 'create' => [
+ 'name' => 'צור'
+ ],
+ 'edit' => [
+ 'name' => 'ערוך'
+ ],
+ 'delete' => [
+ 'name' => 'מחק'
+ ],
+ 'list' => [
+ 'name' => 'רשימה'
+ ],
+ 'menu_address' => [
+ 'name' => 'כתובת'
+ ],
+ 'menu_orders' => [
+ 'name' => 'הזמנות'
+ ],
+ 'menu_favorites' => [
+ 'name' => 'מועדפים'
+ ],
+ 'menu_archived_ads' => [
+ 'name' => 'מודעות שהועברו לארכיון'
+ ],
+ 'menu_pending_ads' => [
+ 'name' => 'ממתין לאישור'
+ ],
+ 'menu_delete_account' => [
+ 'name' => 'חשבון סגור'
+ ],
+ 'menu_my_ads' => [
+ 'name' => 'המודעות שלי'
+ ],
+ 'menu_fav_ads' => [
+ 'name' => 'מודעות מועדפות'
+ ],
+ 'menu_hello_msg' => [
+ 'name' => 'שלום'
+ ],
+ 'menu_last_msg' => [
+ 'name' => 'התחברת לאחרונה ב-'
+ ],
+ 'menu_packages' => [
+ 'name' => 'החבילות שלי'
+ ],
+ 'menu_adv_packages' => [
+ 'name' => 'חבילות מודעות'
+ ],
+ 'menu_time_packages' => [
+ 'name' => 'חבילות זמן'
+ ],
+ 'profile_details' => [
+ 'name' => 'פרטי פרופיל'
+ ],
+ 'profile_photo' => [
+ 'name' => 'תמונת פרופיל'
+ ],
+ 'adv_listing_banner' => [
+ 'name' => 'מודעת באנר של דף מודעות'
+ ],
+ 'approve' => [
+ 'name' => 'אשר'
+ ],
+ 'approved' => [
+ 'name' => 'אושר'
+ ],
+ 'pending' => [
+ 'name' => 'ממתין ל'
+ ],
+ 'passive' => [
+ 'name' => 'פסיבי'
+ ],
+ 'pending_admin' => [
+ 'name' => 'ממתין ל'
+ ],
+ 'menu_messages' => [
+ 'name' => 'הודעות'
+ ],
+ 'menu_my_purchase' => [
+ 'name' => 'הרכישה שלי'
+ ],
+ 'menu_my_sales' => [
+ 'name' => 'המכירות שלי'
+ ],
+
+ /* Right Dock*/
+ 'right_secure_trading_subject' => [
+ 'name' => 'מסחר מאובטח'
+ ],
+ 'right_secure_trading_msg' => [
+ 'name' => 'Lorem ipsum dolor לשבת amet, קונסקטטור adipisising אליט'
+ ],
+ 'right_support_subject' => [
+ 'name' => 'תמיכה 24/7'
+ ],
+ 'right_support_msg' => [
+ 'name' => 'Lorem ipsum dolor לשבת amet, קונסקטטור adipisising אליט'
+ ],
+ 'right_easy_trading_subject' => [
+ 'name' => 'מסחר קל'
+ ],
+ 'right_easy_trading_msg' => [
+ 'name' => 'Lorem ipsum dolor לשבת amet, קונסקטטור adipisising אליט'
+ ],
+ 'right_need_help_subject' => [
+ 'name' => 'זקוק לעזרה?'
+ ],
+ 'right_need_help_msg' => [
+ 'name' => 'התקשרו'
+ ],
+ 'disable_account' => [
+ 'name' => 'אין גישה לחשבון'
+ ],
+ 'disable_account_msg' => [
+ 'name' => 'חשבונך יושבת.
+ לא ניתן לבטל פעולה זו'
+ ],
+
+ 'message_title' => 'כותרת הודעה',
+ 'owner_name' => 'הודעה',
+
+ 'favorites' => "מועדפים",
+ 'fav_advs' => 'מודעות מועדפות',
+ 'fav_sellers' => "מוכרי פייב",
+ 'fav_searches' => "חיפושים טובים",
+ 'posted_on' => "פורסם ב",
+ 'message_details' => "פרטי ההודעה",
+ 'adv_no' => 'מס \'מודעה',
+ 'bill_address' => [
+ 'name' => 'כתובת לחשבון',
+ ],
+ 'delivery_address' => [
+ 'name' => 'כתובת למשלוח',
+ ],
+ 'order_total' => [
+ 'name' => 'סך הכל',
+ ],
+ 'order_date' => [
+ 'name' => 'תאריך הזמנה',
+ ],
+ 'order_no' => [
+ 'name' => 'מספר הזמנה',
+ ],
+ 'order_detail' => [
+ 'name' => 'הצג פרטים',
+ ],
+ /*Detail Page Order*/
+ 'detail' => [
+ 'name' => 'פרט',
+ ],
+ 'back' => [
+ 'name' => 'חזור',
+ ],
+ 'image' => [
+ 'name' => 'תמונה',
+ ],
+ 'subject' => [
+ 'name' => 'נושא',
+ ],
+ 'price' => [
+ 'name' => 'מחיר',
+ ],
+ 'piece' => [
+ 'name' => 'חתיכה',
+ ],
+ 'commission' => [
+ 'name' => 'עמלה',
+ ],
+ 'total' => [
+ 'name' => 'סך הכל',
+ ],
+ 'sub_total' => [
+ 'name' => 'תת סה"כ',
+ ],
+ 'sale' => [
+ 'name' => 'מכירה',
+ ],
+ 'awaiting_tracking_number' => [
+ 'name' => 'ממתין למספר מעקב',
+ ],
+ 'awaiting_payment_approval' => [
+ 'name' => 'ממתין לאישור התשלום',
+ ],
+ 'paid' => [
+ 'name' => 'שולם',
+ ],
+ 'cancelled' => [
+ 'name' => 'מבוטל',
+ ],
+ 'waiting' => [
+ 'name' => 'מחכה',
+ ],
+ 'awaiting_dispatch' => [
+ 'name' => 'ממתין למשלוח',
+ ],
+ 'shipped' => [
+ 'name' => 'נשלח',
+ ],
+ 'delivered' => [
+ 'name' => 'נמסר',
+ ],
+ 'tracking_number' => [
+ 'name' => 'מספר מעקב',
+ ],
+ 'was_delivered' => [
+ 'name' => 'נשלח',
+ ],
+ 'not_delivered' => [
+ 'name' => 'לא נשלח',
+ ],
+ 'show_order_msg1' => [
+ 'name' => 'תוצאת העסקה תקבל הודעה בדואר.',
+ ],
+ 'show_order_msg2' => [
+ 'name' => 'החזר כספי ייעשה אם המוצר לא יימסר תוך שבוע.',
+ ],
+ 'show_order_msg3' => [
+ 'name' => 'תוצאת העסקה נשלחה לכתובת הדואר האלקטרוני הרשומה שלך.',
+ ],
+
+ 'awaiting_payment' => [
+ 'name' => 'ממתין לתשלום',
+ ],
+ 'please_entered_tracking_number' => [
+ 'name' => 'אנא הזן מספר מעקב',
+ ],
+ 'transport_days' => [
+ 'name' => 'ימי הובלה',
+ ],
+ 'product_not_delivered' => [
+ 'name' => 'המוצר לא נמסר',
+ ],
+ 'status' => [
+ 'name' => 'סטטוס',
+ ],
+ 'cancel_sale' => [
+ 'name' => 'בטל מכירה',
+ ],
+ 'send_again' => [
+ 'name' => 'אני אשלח שוב',
+ ],
+ 'content' => [
+ 'name' => 'תוכן',
+ ],
+ 'preferences_settings' => [
+ 'name' => 'הגדרות העדפות',
+ ],
+
+ 'corporate_settings' => [
+ 'name' => 'הגדרות ארגוניות',
+ ],
+ 'password' => [
+ 'name' => 'סיסמה',
+ ],
+ 'old_password' => [
+ 'name' => 'סיסמה ישנה',
+ ],
+ 'new_password' => [
+ 'name' => 'סיסמה חדשה',
+ ],
+ 're_new_password' => [
+ 'name' => 'אשר סיסמה',
+ ],
+ 'confirm_password_input' => [
+ 'name' => 'אני מאשר את שינוי הסיסמה שלי',
+ ],
+ 'create_address' => [
+ 'name' => 'צור כתובת',
+ ],
+ 'edit_address' => [
+ 'name' => 'ערוך כתובת',
+ ],
+ 'balance_limit' => [
+ 'name' => 'מגבלת איזון',
+ ],
+ 'active_ads' => [
+ 'name' => 'מודעות פעילות',
+ ],
+ 'subscriptions' => [
+ 'name' => 'מנויים',
+ ],
+ 'go_subscriptions_page' => [
+ 'name' => 'עבור אל דף המנויים',
+ ],
+ 'buy_package' => [
+ 'name' => 'קנה חבילה',
+ ],
+ 'expired_date' => [
+ 'name' => 'תאריך תפוגה',
+ ],
+ 'category' => [
+ 'name' => 'קטגוריה',
+ ],
+ 'ad_limit' => [
+ 'name' => 'מגבלת מודעות',
+ ],
+ 'publish_time' => [
+ 'name' => 'זמן פרסום',
+ ],
+ 'all_categories' => [
+ 'name' => 'כל הקטגוריות',
+ ],
+ 'day' => [
+ 'name' => 'יום',
+ ],
+
+ 'individual' => [
+ 'name' => 'אינדיבידואל',
+ ],
+ 'corporate' => [
+ 'name' => 'תאגידי',
+ ],
+
+ 'details' => [
+ 'name' => 'פרטים'
+ ],
+ 'choose' => [
+ 'name' => 'בחר'
+ ],
+ 'my_address' => 'הכתובת שלי',
+
+ 'company' => [
+ 'name' => 'שם החברה'
+ ],
+ 'tax_office' => [
+ 'name' => 'משרד המס'
+ ],
+ 'tax_number' => [
+ 'name' => 'מספר מס'
+ ],
+
+ // Profile page
+ 'my_profile' => 'הפרופיל שלי',
+ 'edit_profile' => 'ערוך פרופיל',
+ 'edit_details' => 'לערוך פרטים',
+ 'update' => 'עדכון',
+ 'change_password' => 'שנה סיסמא',
+ 'choose_an_option' => 'בחר אפשרות...',
+ 'change_status' => 'לשנות סטטוס',
+ 'profile_settings' => 'הגדרות פרופיל',
+ 'profile_detail' => 'פרטי הפרופיל',
+
+ // Register page
+ 'accept_terms_label' => 'אני מקבל את התנאים.',
+ 'accept_protection_law_label' => 'אני מקבל את תנאי החוק בנושא' . setting_value('visiosoft.module.profile::register_protection_url') . '"target =" _ blank "> הגנה על נתונים אישיים.',
+ 'accept_privacy_terms_label' => 'אני מקבל' . setting_value('visiosoft.module.profile::register_privacy_url') . '"target =" _ blank "> תנאי פרטיות.',
+ 'receive_sms_emails_label' => 'אני רוצה לקבל דואר אלקטרוני וסמס.',
+
+ // Register Type
+ 'personal' => [
+ 'name' => 'אישי'
+ ],
+
+ 'education_part' => [
+ 'name' => 'מצב החינוך'
+ ],
+
+ 'notified_new_updates' => [
+ 'name' => 'הודיעו על עדכונים חדשים',
+ ],
+ 'notified_about_ads' => [
+ 'name' => 'הודיע על מודעות',
+ ],
+ 'receive_messages_email' => [
+ 'name' => 'קבל הודעות דוא"ל',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/he/message.php b/resources/default/addons/visiosoft/profile-module/lang/he/message.php
new file mode 100644
index 000000000..f45829547
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/he/message.php
@@ -0,0 +1,46 @@
+ "שדה דואר אלקטרוני נדרש!",
+ "username" => "שדה שם משתמש חובה!",
+ "success_update" => "עדכון פרופיל בהצלחה!",
+ "adress_success_update" => "עדכון כתובת בהצלחה!",
+ "adress_success_create" => "כתובת צור בהצלחה!",
+ "login_error" => "שם משתמש או סיסמה לא נכונים.",
+ "login_noMail_old_user" => "לא ניתן למצוא את כתובת הדוא\"ל שהזנת.",
+ "login_noMail_old_user2" => "אנא בדוק את כתובת הדוא\"ל ונסה שוב.",
+ "login_noMail_old_user3" => "אם הבעיה ממשיכה, אנא צור קשר בכתובת 'info@openclassify.com'.",
+ "login_info_old_user" => "סיסמא חדשה נשלחה לכתובת הדואר האלקטרוני שלך.",
+ "success" => "הצלחה",
+ "notified_new_updates" => "אני רוצה לקבל הודעה על עדכונים חדשים",
+ "notified_about_ads" => "אפשר התראות על המודעות שלי",
+ "receive_messages_email" => "אני רוצה לקבל הודעות בדוא\"ל",
+ "no_packages_module" => "אין חבילות מודול!",
+ "required_add"=> "אנא מלא את כל השורות הנדרשות.",
+ "no_extend_package" => "אין להאריך חבילות מודעות",
+ "saved" => "שמור!",
+ 'please_confirm_transaction' => 'אנא אשר את העסקה',
+ 'password_do_not_match' => 'סיסמאות לא תואמות',
+ 'your_password_changed' => 'הסיסמה שלך עודכנה בהצלחה',
+ 'error_valid_email_or_phone' => 'מספר הטלפון או פורמט כתובת הדואר האלקטרוני אינם נכונים.',
+ 'error_valid_phone' => 'פורמט מספר הטלפון אינו נכון.',
+ 'registered_phone' => 'מספר הטלפון הזה כבר נרשם.',
+ 'ajax_address_error' => 'אין כתובת או לא מורשה להציג.',
+ 'empty_password_sms_message' => 'בגלל בעיות אבטחה, שינינו את הסיסמא שלך! הסיסמה החדשה שלך היא:',
+ 'required_all' => "כל השדה נדרש!",
+ 'can_not_remove_filled_fields' => "אינך יכול להסיר שדות מלאים!",
+ 'wrong_password' => "הסיסמה שהזנת אינה נכונה!",
+
+ // Forgot Password
+ 'email_phone_not_found' => 'הדואר האלקטרוני, מספר הטלפון אינו תקין!',
+
+ 'disable_account' => 'האם אתה רוצה לסגור את חשבונך? לא ניתן לבטל פעולה זו.',
+
+ // Mail
+ 'update_email_mail_subject' => 'אימייל עודכן!',
+ 'update_email_mail_message' => 'הדוא"ל שלך עודכן!',
+
+ // Register
+ 'recaptcha_field_is_required' => 'נדרש שדה reCaptcha.',
+ 'failed_to_validate_captcha' => 'אימות ה- captcha נכשל.',
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/he/permission.php b/resources/default/addons/visiosoft/profile-module/lang/he/permission.php
new file mode 100644
index 000000000..e035145a8
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/he/permission.php
@@ -0,0 +1,36 @@
+ [
+ 'name' => 'פרופיל',
+ 'option' => [
+ 'read' => 'האם אתה יכול לקרוא פרופיל?',
+ 'write' => 'האם ניתן ליצור / לערוך פרופיל?',
+ 'delete' => 'האם ניתן למחוק פרופיל?',
+ ],
+ ],
+ 'adress' => [
+ 'name' => 'כתובת',
+ 'option' => [
+ 'read' => 'האם אתה יכול לקרוא כתובת?',
+ 'write' => 'האם ניתן ליצור / לערוך כתובת?',
+ 'delete' => 'האם ניתן למחוק כתובת?',
+ ],
+ ],
+ 'education' => [
+ 'name' => 'חינוך',
+ 'option' => [
+ 'read' => 'האם יכול לקרוא חינוך?',
+ 'write' => 'האם ניתן ליצור / לערוך חינוך?',
+ 'delete' => 'האם ניתן למחוק חינוך?',
+ ],
+ ],
+ 'education_part' => [
+ 'name' => 'חלק בחינוך',
+ 'option' => [
+ 'read' => 'האם יכול לקרוא חלק מחינוך?',
+ 'write' => 'האם ניתן ליצור / לערוך חלק בחינוך?',
+ 'delete' => 'האם ניתן למחוק חלק מחינוך?',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/he/section.php b/resources/default/addons/visiosoft/profile-module/lang/he/section.php
new file mode 100644
index 000000000..69557ed7d
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/he/section.php
@@ -0,0 +1,18 @@
+ [
+ 'title' => 'פרופיל',
+ ],
+ 'adress' => [
+ 'title' => 'כתובת',
+ ],
+ 'general_setting' => 'הגדרות כלליות',
+ 'recaptcha' => 'reCAPTCHA',
+ 'education' => [
+ 'title' => 'חינוך',
+ ],
+ 'education_part' => [
+ 'title' => 'חלק בחינוך',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/he/setting.php b/resources/default/addons/visiosoft/profile-module/lang/he/setting.php
new file mode 100644
index 000000000..a65eeb478
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/he/setting.php
@@ -0,0 +1,58 @@
+ [
+ 'name' => 'הצג את הכרטיסייה מודעות שלי',
+ ],
+ 'upload_avatar' => [
+ 'name' => 'העלאת אווטאר',
+ ],
+ 'show_tax_office' => [
+ 'name' => 'הצג שדה משרד מס',
+ ],
+ 'show_checkbox_terms_on_register' => [
+ 'name' => 'הצג תנאי תיבת סימון בהרשמה',
+ 'instructions' => 'הראה את "קבל מונח", "חוק הגנה", "מונח פרטיות", "הודעות SMS ודואר אלקטרוני" בטופס ההרשמה'
+ ],
+ 'register_protection_url' => [
+ 'name' => 'רשום כתובת URL להגנה',
+ ],
+ 'register_privacy_url' => [
+ 'name' => 'רשום כתובת אתר פרטיות',
+ ],
+ 'show_education_profession' => [
+ 'name' => 'הראה תחומי חינוך ומקצוע',
+ 'instructions' => 'הראה את "חינוך", "מצב חינוך" ו"מקצוע "בדף העריכה של הפרופיל'
+ ],
+ 'google_captcha_site_key' => [
+ 'name' => 'מפתח אתר Google Captcha',
+ ],
+ 'google_captcha_secret_key' => [
+ 'name' => 'מפתח סודי של קפטצ\'ה של גוגל',
+ ],
+ 'score_threshold' => [
+ 'name' => 'סף ציון',
+ 'instructions' => 'ערך בין 0 ל -1. ככל שהסף גבוה יותר כך ReCaptcha מחמיר יותר בניסיון לקבוע אם משתמש הוא בוט או לא.',
+ ],
+ 'education' => [
+ 'name' => 'חינוך'
+ ],
+ 'state_of_education' => [
+ 'name' => 'מצב החינוך'
+ ],
+ 'profession' => [
+ 'name' => 'מִקצוֹעַ'
+ ],
+ 'hide_register_type_profile' => [
+ 'name' => 'הסתר את סוג הרישום בדף הפרופיל',
+ 'instructions' => 'מסתיר את שדה סוג הרישום בדף עריכת הפרופיל.',
+ ],
+ 'required_district' => [
+ 'name' => 'מחוז חובה',
+ 'instructions' => 'הוספת כתובת מייצגת את החובה המחוזית.',
+ ],
+ 'show_extends_actions' => [
+ 'name' => 'הצג מאריך פעולות',
+ 'instructions' => 'מייצג את אפשרויות הרחבות הזמינות בדף מודעות הפרופיל שלי.',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/he/stream.php b/resources/default/addons/visiosoft/profile-module/lang/he/stream.php
new file mode 100644
index 000000000..00576ac8b
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/he/stream.php
@@ -0,0 +1,16 @@
+ [
+ 'name' => 'פרופיל',
+ ],
+ 'adress' => [
+ 'name' => 'כתובת',
+ ],
+ 'education' => [
+ 'name' => 'חינוך',
+ ],
+ 'education_part' => [
+ 'name' => 'חלק בחינוך',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/hi/addon.php b/resources/default/addons/visiosoft/profile-module/lang/hi/addon.php
new file mode 100644
index 000000000..6940f666e
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/hi/addon.php
@@ -0,0 +1,7 @@
+ 'प्रोफ़ाइल',
+ 'name' => 'प्रोफ़ाइल मॉड्यूल',
+ 'description' => ''
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/hi/button.php b/resources/default/addons/visiosoft/profile-module/lang/hi/button.php
new file mode 100644
index 000000000..1c49a46a7
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/hi/button.php
@@ -0,0 +1,21 @@
+ 'नई प्रोफ़ाइल',
+ 'new_adress' => 'नया प्रवेश',
+ 'show' => 'एड्रेस दिखाओ',
+ 'update_password' => 'पासवर्ड अपडेट करें',
+ 'update_profile' => 'प्रोफ़ाइल अपडेट करें',
+ 'delete' => 'हटाएं',
+ 'extend' => 'बढ़ाएँ',
+ 'extend_all' => 'सभी बढ़ाएँ',
+ 'extend_unpublished' => 'अप्रकाशित का विस्तार करें',
+ 'edit' => 'संपादित करें',
+ 'go_profile' => 'प्रोफाइल डिटेल पर जाएं',
+ 'go_user' => 'यूजर डिटेल पर जाएं',
+ 'personal' => 'निजी',
+ 'corporate' => 'कॉर्पोरेट',
+ 'export' => 'निर्यात',
+ 'new_education' => 'नई शिक्षा',
+ 'new_education_part' => 'नई शिक्षा का हिस्सा',
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/hi/field.php b/resources/default/addons/visiosoft/profile-module/lang/hi/field.php
new file mode 100644
index 000000000..f34ceecc0
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/hi/field.php
@@ -0,0 +1,499 @@
+ [
+ 'name' => 'तस्वीरें'
+ ],
+ 'first_name' => [
+ 'name' => 'पहला नाम'
+ ],
+ 'last_name' => [
+ 'name' => 'उपनाम'
+ ],
+ 'username' => [
+ 'name' => 'उपयोगकर्ता नाम'
+ ],
+ 'display_name' => [
+ 'name' => 'प्रदर्शित होने वाला नाम'
+ ],
+ 'email' => [
+ 'name' => 'ईमेल पता'
+ ],
+ 'sitename' => [
+ 'name' => 'साइट का नाम'
+ ],
+ 'activated' => [
+ 'name' => 'उपयोगकर्ता सक्रिय'
+ ],
+ 'enabled' => [
+ 'name' => 'उपयोगकर्ता सक्षम करें'
+ ],
+ 'country' => [
+ 'name' => 'देश'
+ ],
+ 'city' => [
+ 'name' => 'Faridabad'
+ ],
+ 'district' => [
+ 'name' => 'जिला'
+ ],
+ 'neighborhood' => [
+ 'name' => 'आस - पड़ोस'
+ ],
+ 'village' => [
+ 'name' => 'गाँव'
+ ],
+ 'gsm_phone' => [
+ 'name' => 'जीएसएम फोन'
+ ],
+ 'land_phone' => [
+ 'name' => 'भूमि फोन'
+ ],
+ 'office_phone' => [
+ 'name' => 'कार्यालय का फोन'
+ ],
+ 'register_type' => [
+ 'name' => 'रजिस्टर प्रकार'
+ ],
+ 'birthday' => [
+ 'name' => 'जन्मदिन'
+ ],
+ 'facebook_address' => [
+ 'name' => 'फेसबुक एड्रेस'
+ ],
+ 'google_address' => [
+ 'name' => 'Google पता'
+ ],
+ 'education' => [
+ 'name' => 'शिक्षा'
+ ],
+ 'state_of_education' => [
+ 'name' => 'शिक्षा की स्थिति'
+ ],
+ 'profession' => [
+ 'name' => 'व्यवसाय'
+ ],
+ 'identification_number' => [
+ 'name' => 'पहचान संख्या'
+ ],
+ 'adress_name' => [
+ 'name' => 'एड्रेस नाम'
+ ],
+ 'adress_first_name' => [
+ 'name' => 'पहला नाम'
+ ],
+ 'adress_last_name' => [
+ 'name' => 'उपनाम'
+ ],
+ 'actions' => [
+ 'name' => 'क्रिया'
+ ],
+ 'adress_content' => [
+ 'name' => 'सामग्री'
+ ],
+ 'adress_post_code' => [
+ 'name' => 'पोस्ट कोड'
+ ],
+ 'adress_gsm_phone' => [
+ 'name' => 'जीएसएम फोन'
+ ],
+ 'adress_land_phone' => [
+ 'name' => 'भूमि फोन'
+ ],
+ 'adress_country' => [
+ 'name' => 'देश'
+ ],
+ 'adress_city' => [
+ 'name' => 'Faridabad'
+ ],
+ 'adress_district' => [
+ 'name' => 'जिला'
+ ],
+ 'adress_neighborhood' => [
+ 'name' => 'आस - पड़ोस'
+ ],
+ 'adress_village' => [
+ 'name' => 'गाँव'
+ ],
+ 'messages' => [
+ 'name' => 'संदेश'
+ ],
+ 'user' => [
+ 'name' => 'उपयोगकर्ता'
+ ],
+ 'name' => [
+ 'name' => 'नाम'
+ ],
+
+ /*Menu Button*/
+ 'profile' => [
+ 'name' => 'प्रोफ़ाइल'
+ ],
+
+ 'create' => [
+ 'name' => 'सृजन करना'
+ ],
+ 'edit' => [
+ 'name' => 'संपादित करें'
+ ],
+ 'delete' => [
+ 'name' => 'हटाएं'
+ ],
+ 'list' => [
+ 'name' => 'सूची'
+ ],
+ 'menu_address' => [
+ 'name' => 'पता'
+ ],
+ 'menu_orders' => [
+ 'name' => 'आदेश'
+ ],
+ 'menu_favorites' => [
+ 'name' => 'पसंदीदा'
+ ],
+ 'menu_archived_ads' => [
+ 'name' => 'संग्रहीत विज्ञापन'
+ ],
+ 'menu_pending_ads' => [
+ 'name' => 'लंबित अनुमोदन'
+ ],
+ 'menu_delete_account' => [
+ 'name' => 'खाता बंद करें'
+ ],
+ 'menu_my_ads' => [
+ 'name' => 'मेरे विज्ञापन'
+ ],
+ 'menu_fav_ads' => [
+ 'name' => 'पसंदीदा विज्ञापन'
+ ],
+ 'menu_hello_msg' => [
+ 'name' => 'हैलो'
+ ],
+ 'menu_last_msg' => [
+ 'name' => 'आपने आखिरी बार लॉग इन किया था'
+ ],
+ 'menu_packages' => [
+ 'name' => 'मेरे पैकेज'
+ ],
+ 'menu_adv_packages' => [
+ 'name' => 'विज्ञापन पैकेज'
+ ],
+ 'menu_time_packages' => [
+ 'name' => 'समय पैकेज'
+ ],
+ 'profile_details' => [
+ 'name' => 'प्रोफ़ाइल विवरण'
+ ],
+ 'profile_photo' => [
+ 'name' => 'प्रोफाइल फोटो'
+ ],
+ 'adv_listing_banner' => [
+ 'name' => 'विज्ञापन सूची पृष्ठ बैनर'
+ ],
+ 'approve' => [
+ 'name' => 'मंजूर'
+ ],
+ 'approved' => [
+ 'name' => 'मंजूर की'
+ ],
+ 'pending' => [
+ 'name' => 'विचाराधीन'
+ ],
+ 'passive' => [
+ 'name' => 'निष्क्रिय'
+ ],
+ 'pending_admin' => [
+ 'name' => 'विचाराधीन'
+ ],
+ 'menu_messages' => [
+ 'name' => 'संदेश'
+ ],
+ 'menu_my_purchase' => [
+ 'name' => 'मेरी खरीद'
+ ],
+ 'menu_my_sales' => [
+ 'name' => 'मेरी बिक्री'
+ ],
+
+ /* Right Dock*/
+ 'right_secure_trading_subject' => [
+ 'name' => 'सुरक्षित ट्रेडिंग'
+ ],
+ 'right_secure_trading_msg' => [
+ 'name' => 'लॉरेम इप्सम डोलर अमेट, कंसेटेटुर एडिपिसिंग एलीट'
+ ],
+ 'right_support_subject' => [
+ 'name' => '24/7 सहायता'
+ ],
+ 'right_support_msg' => [
+ 'name' => 'लॉरेम इप्सम डोलर अमेट, कंसेटेटुर एडिपिसिंग एलीट'
+ ],
+ 'right_easy_trading_subject' => [
+ 'name' => 'आसान ट्रेडिंग'
+ ],
+ 'right_easy_trading_msg' => [
+ 'name' => 'लॉरेम इप्सम डोलर अमेट, कंसेटेटुर एडिपिसिंग एलीट'
+ ],
+ 'right_need_help_subject' => [
+ 'name' => 'मदद की ज़रूरत है?'
+ ],
+ 'right_need_help_msg' => [
+ 'name' => 'पर कॉल दें'
+ ],
+ 'disable_account' => [
+ 'name' => 'खाता अक्षम करें'
+ ],
+ 'disable_account_msg' => [
+ 'name' => 'आपका खाता अक्षम कर दिया जाएगा।
+ यह ऑपरेशन पूर्ववत नहीं किया जा सकता है'
+ ],
+
+ 'message_title' => 'संदेश का शीर्षक',
+ 'owner_name' => 'संदेश',
+
+ 'favorites' => "पसंदीदा",
+ 'fav_advs' => 'पसंदीदा विज्ञापन',
+ 'fav_sellers' => "फेव सेलर",
+ 'fav_searches' => "Fav खोजें",
+ 'posted_on' => "पर प्रविष्ट किया",
+ 'message_details' => "संदेश विवरण",
+ 'adv_no' => 'विज्ञापन सं',
+ 'bill_address' => [
+ 'name' => 'बिल का पता',
+ ],
+ 'delivery_address' => [
+ 'name' => 'डिलिवरी का पता',
+ ],
+ 'order_total' => [
+ 'name' => 'संपूर्ण',
+ ],
+ 'order_date' => [
+ 'name' => 'आदेश की तारीख',
+ ],
+ 'order_no' => [
+ 'name' => 'आदेश ID',
+ ],
+ 'order_detail' => [
+ 'name' => 'विवरण दिखाएँ',
+ ],
+ /*Detail Page Order*/
+ 'detail' => [
+ 'name' => 'विस्तार',
+ ],
+ 'back' => [
+ 'name' => 'वापस',
+ ],
+ 'image' => [
+ 'name' => 'छवि',
+ ],
+ 'subject' => [
+ 'name' => 'विषय',
+ ],
+ 'price' => [
+ 'name' => 'कीमत',
+ ],
+ 'piece' => [
+ 'name' => 'टुकड़ा',
+ ],
+ 'commission' => [
+ 'name' => 'आयोग',
+ ],
+ 'total' => [
+ 'name' => 'संपूर्ण',
+ ],
+ 'sub_total' => [
+ 'name' => 'उप कुल',
+ ],
+ 'sale' => [
+ 'name' => 'बिक्री',
+ ],
+ 'awaiting_tracking_number' => [
+ 'name' => 'ट्रैकिंग नंबर की प्रतीक्षा है',
+ ],
+ 'awaiting_payment_approval' => [
+ 'name' => 'भुगतान स्वीकृति की प्रतीक्षा कर रहा है',
+ ],
+ 'paid' => [
+ 'name' => 'भुगतान किया है',
+ ],
+ 'cancelled' => [
+ 'name' => 'रद्द',
+ ],
+ 'waiting' => [
+ 'name' => 'इंतज़ार कर रही',
+ ],
+ 'awaiting_dispatch' => [
+ 'name' => 'प्रेषण की प्रतीक्षा में',
+ ],
+ 'shipped' => [
+ 'name' => 'भेज दिया',
+ ],
+ 'delivered' => [
+ 'name' => 'पहुंचा दिया',
+ ],
+ 'tracking_number' => [
+ 'name' => 'खोज संख्या',
+ ],
+ 'was_delivered' => [
+ 'name' => 'पोहोचा दिया था',
+ ],
+ 'not_delivered' => [
+ 'name' => 'डिलीवर नहीं हुआ',
+ ],
+ 'show_order_msg1' => [
+ 'name' => 'लेनदेन का परिणाम मेल द्वारा सूचित किया जाएगा।',
+ ],
+ 'show_order_msg2' => [
+ 'name' => 'यदि उत्पाद एक सप्ताह के भीतर वितरित नहीं किया जाता है, तो रिफंड किया जाएगा।',
+ ],
+ 'show_order_msg3' => [
+ 'name' => 'लेनदेन का परिणाम आपके पंजीकृत ई-मेल पते पर भेज दिया गया है।',
+ ],
+
+ 'awaiting_payment' => [
+ 'name' => 'भुगतान का इंतजार',
+ ],
+ 'please_entered_tracking_number' => [
+ 'name' => 'कृपया दर्ज ट्रैकिंग नंबर',
+ ],
+ 'transport_days' => [
+ 'name' => 'परिवहन के दिन',
+ ],
+ 'product_not_delivered' => [
+ 'name' => 'उत्पाद वितरित नहीं किया गया',
+ ],
+ 'status' => [
+ 'name' => 'स्थिति',
+ ],
+ 'cancel_sale' => [
+ 'name' => 'बिक्री रद्द करें',
+ ],
+ 'send_again' => [
+ 'name' => 'आई विल सेंड अगेन',
+ ],
+ 'content' => [
+ 'name' => 'सामग्री',
+ ],
+ 'preferences_settings' => [
+ 'name' => 'वरीयताएँ सेटिंग्स',
+ ],
+
+ 'corporate_settings' => [
+ 'name' => 'कॉर्पोरेट सेटिंग्स',
+ ],
+ 'password' => [
+ 'name' => 'कुंजिका',
+ ],
+ 'old_password' => [
+ 'name' => 'पुराना पासवर्ड',
+ ],
+ 'new_password' => [
+ 'name' => 'नया पासवर्ड',
+ ],
+ 're_new_password' => [
+ 'name' => 'पासवर्ड की पुष्टि कीजिये',
+ ],
+ 'confirm_password_input' => [
+ 'name' => 'मैं अपना पासवर्ड बदलने की पुष्टि करता हूं',
+ ],
+ 'create_address' => [
+ 'name' => 'पता बनाएँ',
+ ],
+ 'edit_address' => [
+ 'name' => 'पता संपादित करें',
+ ],
+ 'balance_limit' => [
+ 'name' => 'संतुलन की सीमा',
+ ],
+ 'active_ads' => [
+ 'name' => 'सक्रिय विज्ञापन',
+ ],
+ 'subscriptions' => [
+ 'name' => 'सदस्यता',
+ ],
+ 'go_subscriptions_page' => [
+ 'name' => 'सदस्यता पृष्ठ पर जाएं',
+ ],
+ 'buy_package' => [
+ 'name' => 'पैकेज खरीदें',
+ ],
+ 'expired_date' => [
+ 'name' => 'समाप्ति तिथि',
+ ],
+ 'category' => [
+ 'name' => 'वर्ग',
+ ],
+ 'ad_limit' => [
+ 'name' => 'विज्ञापन सीमा',
+ ],
+ 'publish_time' => [
+ 'name' => 'समय प्रकाशित करें',
+ ],
+ 'all_categories' => [
+ 'name' => 'सब वर्ग',
+ ],
+ 'day' => [
+ 'name' => 'दिन',
+ ],
+
+ 'individual' => [
+ 'name' => 'व्यक्ति',
+ ],
+ 'corporate' => [
+ 'name' => 'कॉर्पोरेट',
+ ],
+
+ 'details' => [
+ 'name' => 'विवरण'
+ ],
+ 'choose' => [
+ 'name' => 'चुनें'
+ ],
+ 'my_address' => 'मेरा पता',
+
+ 'company' => [
+ 'name' => 'कंपनी का नाम'
+ ],
+ 'tax_office' => [
+ 'name' => 'कर कार्यालय'
+ ],
+ 'tax_number' => [
+ 'name' => 'कर संख्या'
+ ],
+
+ // Profile page
+ 'my_profile' => 'मेरी प्रोफाइल',
+ 'edit_profile' => 'प्रोफ़ाइल संपादित करें',
+ 'edit_details' => 'विवरण संपादित करें',
+ 'update' => 'अपडेट करें',
+ 'change_password' => 'पासवर्ड बदलें',
+ 'choose_an_option' => 'एक विकल्प चुनें...',
+ 'change_status' => 'अवस्था बदलो',
+ 'profile_settings' => 'पार्श्वचित्र समायोजन',
+ 'profile_detail' => 'प्रोफाइल का विवरण',
+
+ // Register page
+ 'accept_terms_label' => 'मैं शर्तें मंज़ूर करता हूँ।',
+ 'accept_protection_law_label' => 'मैं कानून की शर्तों को स्वीकार करता हूं' . setting_value('visiosoft.module.profile::register_protection_url') . '"लक्ष्य =" _ रिक्त "> व्यक्तिगत डेटा की सुरक्षा।',
+ 'accept_privacy_terms_label' => 'मुझे स्वीकार है' . setting_value('visiosoft.module.profile::register_privacy_url') . '"लक्ष्य =" _ रिक्त "> गोपनीयता शब्द।',
+ 'receive_sms_emails_label' => 'मैं ई-मेल और एसएमएस प्राप्त करना चाहता हूं।',
+
+ // Register Type
+ 'personal' => [
+ 'name' => 'निजी'
+ ],
+
+ 'education_part' => [
+ 'name' => 'शिक्षा की स्थिति'
+ ],
+
+ 'notified_new_updates' => [
+ 'name' => 'अधिसूचित नई अद्यतन',
+ ],
+ 'notified_about_ads' => [
+ 'name' => 'विज्ञापनों के बारे में सूचित किया',
+ ],
+ 'receive_messages_email' => [
+ 'name' => 'संदेश ईमेल प्राप्त करें',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/hi/message.php b/resources/default/addons/visiosoft/profile-module/lang/hi/message.php
new file mode 100644
index 000000000..ad7111550
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/hi/message.php
@@ -0,0 +1,46 @@
+ "ई-मेल फ़ील्ड आवश्यक है!",
+ "username" => "उपयोगकर्ता नाम फ़ील्ड आवश्यक है!",
+ "success_update" => "प्रोफ़ाइल अपडेट सफलतापूर्वक!",
+ "adress_success_update" => "सफलतापूर्वक अपडेट करें!",
+ "adress_success_create" => "सफलता बनाएँ!",
+ "login_error" => "गलत लॉगिन या पासवर्ड।",
+ "login_noMail_old_user" => "आपके द्वारा दर्ज किया गया ईमेल पता नहीं मिला।",
+ "login_noMail_old_user2" => "कृपया ईमेल पता जांचें और पुनः प्रयास करें।",
+ "login_noMail_old_user3" => "यदि समस्या जारी है, तो कृपया 'info@openclassify.com' पर संपर्क करें।",
+ "login_info_old_user" => "आपके ई-मेल पते पर एक नया पासवर्ड भेजा गया है।",
+ "success" => "सफलता",
+ "notified_new_updates" => "मैं नए अपडेट के बारे में सूचित होना चाहता हूं",
+ "notified_about_ads" => "मेरे विज्ञापनों के बारे में सूचनाएं दें",
+ "receive_messages_email" => "मैं ईमेल के रूप में संदेश प्राप्त करना चाहता हूं",
+ "no_packages_module" => "कोई पैकेज नहीं मॉड्यूल!",
+ "required_add"=> "कृपया सभी आवश्यक लाइनें भरें।",
+ "no_extend_package" => "विज्ञापन पैकेज नहीं बढ़ाएं",
+ "saved" => "बचाया!",
+ 'please_confirm_transaction' => 'कृपया लेन-देन की पुष्टि करें',
+ 'password_do_not_match' => 'पासवर्ड मेल नहीं खाते',
+ 'your_password_changed' => 'आपका पासवर्ड सफलतापूर्वक अपडेट किया गया था',
+ 'error_valid_email_or_phone' => 'फोन नंबर या ई-मेल पता प्रारूप सही नहीं है।',
+ 'error_valid_phone' => 'फोन नंबर प्रारूप सही नहीं है।',
+ 'registered_phone' => 'यह फोन नंबर पहले ही पंजीकृत हो चुका है।',
+ 'ajax_address_error' => 'कोई पता या देखने के लिए अधिकृत नहीं है।',
+ 'empty_password_sms_message' => 'सुरक्षा समस्याओं के कारण, हमने आपका पासवर्ड बदल दिया है! आपका नया पासवर्ड है:',
+ 'required_all' => "सभी फ़ील्ड आवश्यक है!",
+ 'can_not_remove_filled_fields' => "आप भरे हुए खेतों को नहीं हटा सकते हैं!",
+ 'wrong_password' => "आपके द्वारा दर्ज किया गया पासवर्ड सही नहीं है!",
+
+ // Forgot Password
+ 'email_phone_not_found' => 'ई-मेल, फोन नंबर सही नहीं है!',
+
+ 'disable_account' => 'क्या आप अपना खाता बंद करना चाहते हैं? यह ऑपरेशन पूर्ववत नहीं किया जा सकता है।',
+
+ // Mail
+ 'update_email_mail_subject' => 'ईमेल अपडेट किया गया!',
+ 'update_email_mail_message' => 'आपका ईमेल अपडेट किया गया है!',
+
+ // Register
+ 'recaptcha_field_is_required' => 'reCaptcha फ़ील्ड की आवश्यकता है।',
+ 'failed_to_validate_captcha' => 'कैप्चा को मान्य करने में विफल।',
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/hi/permission.php b/resources/default/addons/visiosoft/profile-module/lang/hi/permission.php
new file mode 100644
index 000000000..b393cdffd
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/hi/permission.php
@@ -0,0 +1,36 @@
+ [
+ 'name' => 'प्रोफ़ाइल',
+ 'option' => [
+ 'read' => 'प्रोफाइल पढ़ सकते हैं?',
+ 'write' => 'प्रोफ़ाइल बना / संपादित कर सकते हैं?',
+ 'delete' => 'प्रोफ़ाइल हटा सकते हैं?',
+ ],
+ ],
+ 'adress' => [
+ 'name' => 'पता',
+ 'option' => [
+ 'read' => 'एड्रेस पढ़ सकते हैं?',
+ 'write' => 'एड्रेस बना / संपादित कर सकते हैं?',
+ 'delete' => 'हटा सकते हैं एड्रेस?',
+ ],
+ ],
+ 'education' => [
+ 'name' => 'शिक्षा',
+ 'option' => [
+ 'read' => 'पढ़ सकते हैं शिक्षा?',
+ 'write' => 'शिक्षा का सृजन / संपादन कर सकते हैं?',
+ 'delete' => 'शिक्षा को नष्ट कर सकते हैं?',
+ ],
+ ],
+ 'education_part' => [
+ 'name' => 'शिक्षा का हिस्सा',
+ 'option' => [
+ 'read' => 'शिक्षा का हिस्सा पढ़ सकते हैं?',
+ 'write' => 'शिक्षा भाग बना / संपादित कर सकते हैं?',
+ 'delete' => 'शिक्षा भाग को हटा सकते हैं?',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/hi/section.php b/resources/default/addons/visiosoft/profile-module/lang/hi/section.php
new file mode 100644
index 000000000..61b9c9537
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/hi/section.php
@@ -0,0 +1,18 @@
+ [
+ 'title' => 'प्रोफ़ाइल',
+ ],
+ 'adress' => [
+ 'title' => 'पता',
+ ],
+ 'general_setting' => 'सामान्य सेटिंग्स',
+ 'recaptcha' => 'reCAPTCHA',
+ 'education' => [
+ 'title' => 'शिक्षा',
+ ],
+ 'education_part' => [
+ 'title' => 'शिक्षा का हिस्सा',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/hi/setting.php b/resources/default/addons/visiosoft/profile-module/lang/hi/setting.php
new file mode 100644
index 000000000..811575649
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/hi/setting.php
@@ -0,0 +1,58 @@
+ [
+ 'name' => 'मेरे विज्ञापन टैब दिखाएं',
+ ],
+ 'upload_avatar' => [
+ 'name' => 'अवतार अपलोड',
+ ],
+ 'show_tax_office' => [
+ 'name' => 'टैक्स ऑफिस फील्ड दिखाएं',
+ ],
+ 'show_checkbox_terms_on_register' => [
+ 'name' => 'रजिस्टर पर चेकबॉक्स की शर्तें दिखाएं',
+ 'instructions' => 'रजिस्टर फॉर्म पर "स्वीकार करें", "सुरक्षा कानून", "गोपनीयता शब्द", "एसएमएस और ईमेल" दिखाएं'
+ ],
+ 'register_protection_url' => [
+ 'name' => 'सुरक्षा URL पंजीकृत करें',
+ ],
+ 'register_privacy_url' => [
+ 'name' => 'गोपनीयता URL पंजीकृत करें',
+ ],
+ 'show_education_profession' => [
+ 'name' => 'शिक्षा और पेशा क्षेत्र दिखाएँ',
+ 'instructions' => 'प्रोफ़ाइल संपादन पृष्ठ पर "शिक्षा", "शिक्षा की स्थिति" और "पेशा" दिखाएं'
+ ],
+ 'google_captcha_site_key' => [
+ 'name' => 'Google कैप्चा साइट कुंजी',
+ ],
+ 'google_captcha_secret_key' => [
+ 'name' => 'Google कैप्चा सीक्रेट की',
+ ],
+ 'score_threshold' => [
+ 'name' => 'स्कोर थ्रेसहोल्ड',
+ 'instructions' => '0 और 1. के बीच का मान जितना अधिक होता है उतना ही अधिक ReCaptcha यह निर्धारित करने की कोशिश में होता है कि उपयोगकर्ता बॉट है या नहीं।',
+ ],
+ 'education' => [
+ 'name' => 'शिक्षा'
+ ],
+ 'state_of_education' => [
+ 'name' => 'शिक्षा की स्थिति'
+ ],
+ 'profession' => [
+ 'name' => 'व्यवसाय'
+ ],
+ 'hide_register_type_profile' => [
+ 'name' => 'प्रोफाइल पेज में रजिस्टर टाइप छिपाएं',
+ 'instructions' => 'प्रोफाइल एडिट पेज में रजिस्टर टाइप फील्ड को छुपाता है।',
+ ],
+ 'required_district' => [
+ 'name' => 'आवश्यक जिला',
+ 'instructions' => 'एक पता जोड़ना जिले के दायित्व का प्रतिनिधित्व करता है।',
+ ],
+ 'show_extends_actions' => [
+ 'name' => 'एक्सटेंशन्स दिखाओ',
+ 'instructions' => 'मेरे प्रोफ़ाइल विज्ञापन पृष्ठ पर उपलब्ध विस्तार विकल्प का प्रतिनिधित्व करता है।',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/hi/stream.php b/resources/default/addons/visiosoft/profile-module/lang/hi/stream.php
new file mode 100644
index 000000000..0b5bb5277
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/hi/stream.php
@@ -0,0 +1,16 @@
+ [
+ 'name' => 'प्रोफ़ाइल',
+ ],
+ 'adress' => [
+ 'name' => 'पता',
+ ],
+ 'education' => [
+ 'name' => 'शिक्षा',
+ ],
+ 'education_part' => [
+ 'name' => 'शिक्षा का हिस्सा',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/hu/addon.php b/resources/default/addons/visiosoft/profile-module/lang/hu/addon.php
new file mode 100644
index 000000000..b7bd0cab1
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/hu/addon.php
@@ -0,0 +1,7 @@
+ 'Profil',
+ 'name' => 'Profil modul',
+ 'description' => ''
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/hu/button.php b/resources/default/addons/visiosoft/profile-module/lang/hu/button.php
new file mode 100644
index 000000000..3cecdf1f3
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/hu/button.php
@@ -0,0 +1,21 @@
+ 'Új profil',
+ 'new_adress' => 'Új cím',
+ 'show' => 'Cím megjelenítése',
+ 'update_password' => 'Jelszó frissítése',
+ 'update_profile' => 'Profil frissítése',
+ 'delete' => 'Töröl',
+ 'extend' => 'Kiterjeszt',
+ 'extend_all' => 'Hosszabbítsa az összeset',
+ 'extend_unpublished' => 'Hosszabbítsa a közzététel nélküli',
+ 'edit' => 'Szerkesztés',
+ 'go_profile' => 'Lépjen a Profil részleteihez',
+ 'go_user' => 'Lépjen a Felhasználói adatok részhez',
+ 'personal' => 'Személyes',
+ 'corporate' => 'Társasági',
+ 'export' => 'Export',
+ 'new_education' => 'Új oktatás',
+ 'new_education_part' => 'Új oktatás rész',
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/hu/field.php b/resources/default/addons/visiosoft/profile-module/lang/hu/field.php
new file mode 100644
index 000000000..14b099f3f
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/hu/field.php
@@ -0,0 +1,499 @@
+ [
+ 'name' => 'Fotók'
+ ],
+ 'first_name' => [
+ 'name' => 'Keresztnév'
+ ],
+ 'last_name' => [
+ 'name' => 'Vezetéknév'
+ ],
+ 'username' => [
+ 'name' => 'Felhasználónév'
+ ],
+ 'display_name' => [
+ 'name' => 'Megjelenítendő név'
+ ],
+ 'email' => [
+ 'name' => 'Email cím'
+ ],
+ 'sitename' => [
+ 'name' => 'ígyame'
+ ],
+ 'activated' => [
+ 'name' => 'Felhasználó aktív'
+ ],
+ 'enabled' => [
+ 'name' => 'Felhasználó engedélyezése'
+ ],
+ 'country' => [
+ 'name' => 'Ország'
+ ],
+ 'city' => [
+ 'name' => 'Város'
+ ],
+ 'district' => [
+ 'name' => 'Kerület'
+ ],
+ 'neighborhood' => [
+ 'name' => 'Szomszédság'
+ ],
+ 'village' => [
+ 'name' => 'Falu'
+ ],
+ 'gsm_phone' => [
+ 'name' => 'GSM telefon'
+ ],
+ 'land_phone' => [
+ 'name' => 'Land telefon'
+ ],
+ 'office_phone' => [
+ 'name' => 'Irodai telefon'
+ ],
+ 'register_type' => [
+ 'name' => 'Regisztráció típusa'
+ ],
+ 'birthday' => [
+ 'name' => 'Születésnap'
+ ],
+ 'facebook_address' => [
+ 'name' => 'Facebook cím'
+ ],
+ 'google_address' => [
+ 'name' => 'Google-cím'
+ ],
+ 'education' => [
+ 'name' => 'Oktatás'
+ ],
+ 'state_of_education' => [
+ 'name' => 'Oktatás állapota'
+ ],
+ 'profession' => [
+ 'name' => 'Szakma'
+ ],
+ 'identification_number' => [
+ 'name' => 'Azonosító szám'
+ ],
+ 'adress_name' => [
+ 'name' => 'Cím neve'
+ ],
+ 'adress_first_name' => [
+ 'name' => 'Keresztnév'
+ ],
+ 'adress_last_name' => [
+ 'name' => 'Vezetéknév'
+ ],
+ 'actions' => [
+ 'name' => 'Műveletek'
+ ],
+ 'adress_content' => [
+ 'name' => 'Címtartalom'
+ ],
+ 'adress_post_code' => [
+ 'name' => 'Irányítószám'
+ ],
+ 'adress_gsm_phone' => [
+ 'name' => 'Gsm telefon'
+ ],
+ 'adress_land_phone' => [
+ 'name' => 'Land telefon'
+ ],
+ 'adress_country' => [
+ 'name' => 'Ország'
+ ],
+ 'adress_city' => [
+ 'name' => 'Város'
+ ],
+ 'adress_district' => [
+ 'name' => 'Kerület'
+ ],
+ 'adress_neighborhood' => [
+ 'name' => 'Szomszédság'
+ ],
+ 'adress_village' => [
+ 'name' => 'Falu'
+ ],
+ 'messages' => [
+ 'name' => 'üzenetek'
+ ],
+ 'user' => [
+ 'name' => 'Felhasználó'
+ ],
+ 'name' => [
+ 'name' => 'Név'
+ ],
+
+ /*Menu Button*/
+ 'profile' => [
+ 'name' => 'Profil'
+ ],
+
+ 'create' => [
+ 'name' => 'Teremt'
+ ],
+ 'edit' => [
+ 'name' => 'Szerkesztés'
+ ],
+ 'delete' => [
+ 'name' => 'Töröl'
+ ],
+ 'list' => [
+ 'name' => 'Lista'
+ ],
+ 'menu_address' => [
+ 'name' => 'Cím'
+ ],
+ 'menu_orders' => [
+ 'name' => 'Rendelések'
+ ],
+ 'menu_favorites' => [
+ 'name' => 'Kedvencek'
+ ],
+ 'menu_archived_ads' => [
+ 'name' => 'Archivált hirdetések'
+ ],
+ 'menu_pending_ads' => [
+ 'name' => 'Jóváhagyásra váró'
+ ],
+ 'menu_delete_account' => [
+ 'name' => 'Számla zárása'
+ ],
+ 'menu_my_ads' => [
+ 'name' => 'Saját hirdetések'
+ ],
+ 'menu_fav_ads' => [
+ 'name' => 'Kedvenc hirdetések'
+ ],
+ 'menu_hello_msg' => [
+ 'name' => 'Szia'
+ ],
+ 'menu_last_msg' => [
+ 'name' => 'Utoljára itt jelentkezett be:'
+ ],
+ 'menu_packages' => [
+ 'name' => 'Csomagjaim'
+ ],
+ 'menu_adv_packages' => [
+ 'name' => 'Hirdetési csomagok'
+ ],
+ 'menu_time_packages' => [
+ 'name' => 'Időcsomagok'
+ ],
+ 'profile_details' => [
+ 'name' => 'Profil adatai'
+ ],
+ 'profile_photo' => [
+ 'name' => 'Profilkép'
+ ],
+ 'adv_listing_banner' => [
+ 'name' => 'Hirdetési lista oldal szalaghirdetése'
+ ],
+ 'approve' => [
+ 'name' => 'Jóváhagy'
+ ],
+ 'approved' => [
+ 'name' => 'Jóváhagyott'
+ ],
+ 'pending' => [
+ 'name' => 'Függőben levő'
+ ],
+ 'passive' => [
+ 'name' => 'Passzív'
+ ],
+ 'pending_admin' => [
+ 'name' => 'Függőben levő'
+ ],
+ 'menu_messages' => [
+ 'name' => 'üzenetek'
+ ],
+ 'menu_my_purchase' => [
+ 'name' => 'Saját vásárlás'
+ ],
+ 'menu_my_sales' => [
+ 'name' => 'My Sales'
+ ],
+
+ /* Right Dock*/
+ 'right_secure_trading_subject' => [
+ 'name' => 'Biztonságos kereskedés'
+ ],
+ 'right_secure_trading_msg' => [
+ 'name' => 'Lorem ipsum dolor sit amet, consectetur adipisicing elit'
+ ],
+ 'right_support_subject' => [
+ 'name' => '24/7 támogatás'
+ ],
+ 'right_support_msg' => [
+ 'name' => 'Lorem ipsum dolor sit amet, consectetur adipisicing elit'
+ ],
+ 'right_easy_trading_subject' => [
+ 'name' => 'Könnyű kereskedés'
+ ],
+ 'right_easy_trading_msg' => [
+ 'name' => 'Lorem ipsum dolor sit amet, consectetur adipisicing elit'
+ ],
+ 'right_need_help_subject' => [
+ 'name' => 'Kell segítség?'
+ ],
+ 'right_need_help_msg' => [
+ 'name' => 'Hívjon tovább'
+ ],
+ 'disable_account' => [
+ 'name' => 'Fiók letiltása'
+ ],
+ 'disable_account_msg' => [
+ 'name' => 'Fiókját letiltjuk.
+ Ezt a műveletet nem lehet visszavonni'
+ ],
+
+ 'message_title' => 'Üzenet címe',
+ 'owner_name' => 'Üzenet',
+
+ 'favorites' => "Kedvencek",
+ 'fav_advs' => 'Kedvenc hirdetések',
+ 'fav_sellers' => "Fav Sellers",
+ 'fav_searches' => "Kedvenc keresések",
+ 'posted_on' => "Közzétett",
+ 'message_details' => "Üzenet részletei",
+ 'adv_no' => 'Hirdetés száma',
+ 'bill_address' => [
+ 'name' => 'Számla címe',
+ ],
+ 'delivery_address' => [
+ 'name' => 'Szállítási cím',
+ ],
+ 'order_total' => [
+ 'name' => 'Teljes',
+ ],
+ 'order_date' => [
+ 'name' => 'Rendelés dátuma',
+ ],
+ 'order_no' => [
+ 'name' => 'Rendelés azonosító',
+ ],
+ 'order_detail' => [
+ 'name' => 'Részletek mutatása',
+ ],
+ /*Detail Page Order*/
+ 'detail' => [
+ 'name' => 'Részlet',
+ ],
+ 'back' => [
+ 'name' => 'Vissza',
+ ],
+ 'image' => [
+ 'name' => 'Kép',
+ ],
+ 'subject' => [
+ 'name' => 'Tantárgy',
+ ],
+ 'price' => [
+ 'name' => 'Ár',
+ ],
+ 'piece' => [
+ 'name' => 'Darab',
+ ],
+ 'commission' => [
+ 'name' => 'jutalék',
+ ],
+ 'total' => [
+ 'name' => 'Teljes',
+ ],
+ 'sub_total' => [
+ 'name' => 'Részösszeg',
+ ],
+ 'sale' => [
+ 'name' => 'Eladás',
+ ],
+ 'awaiting_tracking_number' => [
+ 'name' => 'Várakozás követési számra',
+ ],
+ 'awaiting_payment_approval' => [
+ 'name' => 'Fizetési jóváhagyásra vár',
+ ],
+ 'paid' => [
+ 'name' => 'Fizetett',
+ ],
+ 'cancelled' => [
+ 'name' => 'Törölve',
+ ],
+ 'waiting' => [
+ 'name' => 'Várakozás',
+ ],
+ 'awaiting_dispatch' => [
+ 'name' => 'Feladásra vár',
+ ],
+ 'shipped' => [
+ 'name' => 'Kiszállított',
+ ],
+ 'delivered' => [
+ 'name' => 'Szállítva',
+ ],
+ 'tracking_number' => [
+ 'name' => 'Követési szám',
+ ],
+ 'was_delivered' => [
+ 'name' => 'ki lett szállítva',
+ ],
+ 'not_delivered' => [
+ 'name' => 'nem kézbesített',
+ ],
+ 'show_order_msg1' => [
+ 'name' => 'A tranzakció eredményét postai úton értesítjük.',
+ ],
+ 'show_order_msg2' => [
+ 'name' => 'Visszatérítés történik, ha a terméket egy héten belül nem szállítják le.',
+ ],
+ 'show_order_msg3' => [
+ 'name' => 'A tranzakció eredményét elküldtük az Ön regisztrált e-mail címére.',
+ ],
+
+ 'awaiting_payment' => [
+ 'name' => 'Fizetésre vár',
+ ],
+ 'please_entered_tracking_number' => [
+ 'name' => 'Kérjük, adja meg a követési számot',
+ ],
+ 'transport_days' => [
+ 'name' => 'Közlekedési napok',
+ ],
+ 'product_not_delivered' => [
+ 'name' => 'A terméket nem szállítottuk',
+ ],
+ 'status' => [
+ 'name' => 'Állapot',
+ ],
+ 'cancel_sale' => [
+ 'name' => 'Akció törlése',
+ ],
+ 'send_again' => [
+ 'name' => 'Újra elküldöm',
+ ],
+ 'content' => [
+ 'name' => 'Tartalom',
+ ],
+ 'preferences_settings' => [
+ 'name' => 'Beállítások',
+ ],
+
+ 'corporate_settings' => [
+ 'name' => 'Vállalati beállítások',
+ ],
+ 'password' => [
+ 'name' => 'Jelszó',
+ ],
+ 'old_password' => [
+ 'name' => 'Régi jelszó',
+ ],
+ 'new_password' => [
+ 'name' => 'Új jelszó',
+ ],
+ 're_new_password' => [
+ 'name' => 'Jelszó megerősítése',
+ ],
+ 'confirm_password_input' => [
+ 'name' => 'Megerősítem a jelszóváltoztatást',
+ ],
+ 'create_address' => [
+ 'name' => 'Cím létrehozása',
+ ],
+ 'edit_address' => [
+ 'name' => 'Cím szerkesztése',
+ ],
+ 'balance_limit' => [
+ 'name' => 'Balance Limit',
+ ],
+ 'active_ads' => [
+ 'name' => 'Aktív hirdetések',
+ ],
+ 'subscriptions' => [
+ 'name' => 'Előfizetések',
+ ],
+ 'go_subscriptions_page' => [
+ 'name' => 'Lépjen az Előfizetések oldalra',
+ ],
+ 'buy_package' => [
+ 'name' => 'Csomag vásárlása',
+ ],
+ 'expired_date' => [
+ 'name' => 'Lejárt dátum',
+ ],
+ 'category' => [
+ 'name' => 'Kategória',
+ ],
+ 'ad_limit' => [
+ 'name' => 'Ad Limit',
+ ],
+ 'publish_time' => [
+ 'name' => 'Közzétételi idő',
+ ],
+ 'all_categories' => [
+ 'name' => 'Minden kategória',
+ ],
+ 'day' => [
+ 'name' => 'Nap',
+ ],
+
+ 'individual' => [
+ 'name' => 'Egyedi',
+ ],
+ 'corporate' => [
+ 'name' => 'Társasági',
+ ],
+
+ 'details' => [
+ 'name' => 'Részletek'
+ ],
+ 'choose' => [
+ 'name' => 'Választ'
+ ],
+ 'my_address' => 'Címem',
+
+ 'company' => [
+ 'name' => 'Cégnév'
+ ],
+ 'tax_office' => [
+ 'name' => 'Adóhivatal'
+ ],
+ 'tax_number' => [
+ 'name' => 'Adószám'
+ ],
+
+ // Profile page
+ 'my_profile' => 'A profilom',
+ 'edit_profile' => 'Profil szerkesztése',
+ 'edit_details' => 'Részletek szerkesztése',
+ 'update' => 'Frissítés',
+ 'change_password' => 'Jelszó módosítása',
+ 'choose_an_option' => 'Válassz egy lehetőséget...',
+ 'change_status' => 'Állapotváltozás',
+ 'profile_settings' => 'Profilbeállítások',
+ 'profile_detail' => 'Profil részlete',
+
+ // Register page
+ 'accept_terms_label' => 'Elfogadom a feltételeket.',
+ 'accept_protection_law_label' => 'Elfogadom a' . setting_value('visiosoft.module.profile::register_protection_url') . '"target =" _ blank "> A személyes adatok védelme.',
+ 'accept_privacy_terms_label' => 'elfogadom' . setting_value('visiosoft.module.profile::register_privacy_url') . '"target =" _ blank "> adatvédelmi feltételek.',
+ 'receive_sms_emails_label' => 'E-maileket és sms-eket szeretnék kapni.',
+
+ // Register Type
+ 'personal' => [
+ 'name' => 'Személyes'
+ ],
+
+ 'education_part' => [
+ 'name' => 'Oktatás állapota'
+ ],
+
+ 'notified_new_updates' => [
+ 'name' => 'Értesített új frissítések',
+ ],
+ 'notified_about_ads' => [
+ 'name' => 'Értesítve a hirdetésekről',
+ ],
+ 'receive_messages_email' => [
+ 'name' => 'Üzenetek fogadása e-mailben',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/hu/message.php b/resources/default/addons/visiosoft/profile-module/lang/hu/message.php
new file mode 100644
index 000000000..c9db302f4
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/hu/message.php
@@ -0,0 +1,46 @@
+ "E-mail mező kitöltése kötelező!",
+ "username" => "Felhasználónév mező kitöltése kötelező!",
+ "success_update" => "Profil frissítése sikeresen!",
+ "adress_success_update" => "Cím frissítése sikeresen!",
+ "adress_success_create" => "Cím létrehozása sikeresen!",
+ "login_error" => "Helytelen belépőnév vagy jelszó.",
+ "login_noMail_old_user" => "A megadott e-mail cím nem található.",
+ "login_noMail_old_user2" => "Kérjük, ellenőrizze az e-mail címet, és próbálja újra.",
+ "login_noMail_old_user3" => "Ha a probléma továbbra is fennáll, kérjük, lépjen kapcsolatba az „info@openclassify.com” címen.",
+ "login_info_old_user" => "Új jelszót küldtünk az e-mail címére.",
+ "success" => "Siker",
+ "notified_new_updates" => "Értesítést szeretnék kapni az új frissítésekről",
+ "notified_about_ads" => "Értesítések engedélyezése a hirdetéseimről",
+ "receive_messages_email" => "Szeretnék e-mailben üzeneteket kapni",
+ "no_packages_module" => "Nincs csomag modul!",
+ "required_add"=> "Kérjük, töltse ki az összes szükséges sort.",
+ "no_extend_package" => "Nincs hirdetési csomag kibővítése",
+ "saved" => "Mentett!",
+ 'please_confirm_transaction' => 'Kérjük, erősítse meg a tranzakciót',
+ 'password_do_not_match' => 'A jelszavak nem egyeznek',
+ 'your_password_changed' => 'Jelszavát sikeresen frissítettük',
+ 'error_valid_email_or_phone' => 'A telefonszám vagy az e-mail cím formátuma nem megfelelő.',
+ 'error_valid_phone' => 'A telefonszám formátuma nem megfelelő.',
+ 'registered_phone' => 'Ezt a telefonszámot már regisztrálták.',
+ 'ajax_address_error' => 'Nincs cím, vagy nem engedélyezett a megtekintésére.',
+ 'empty_password_sms_message' => 'Biztonsági problémák miatt megváltoztattuk a jelszavát! Az új jelszó:',
+ 'required_all' => "Minden mező kitöltése kötelező!",
+ 'can_not_remove_filled_fields' => "A kitöltött mezőket nem lehet eltávolítani!",
+ 'wrong_password' => "A megadott jelszó nem megfelelő!",
+
+ // Forgot Password
+ 'email_phone_not_found' => 'Az e-mail, telefonszám nem megfelelő!',
+
+ 'disable_account' => 'Bezárja a fiókját? Ezt a műveletet nem lehet visszavonni.',
+
+ // Mail
+ 'update_email_mail_subject' => 'E-mail frissítve!',
+ 'update_email_mail_message' => 'Az Ön e-mail címe frissült!',
+
+ // Register
+ 'recaptcha_field_is_required' => 'reCaptcha mező kitöltése kötelező.',
+ 'failed_to_validate_captcha' => 'Nem sikerült a captcha érvényesítése.',
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/hu/permission.php b/resources/default/addons/visiosoft/profile-module/lang/hu/permission.php
new file mode 100644
index 000000000..07b02c663
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/hu/permission.php
@@ -0,0 +1,36 @@
+ [
+ 'name' => 'Profil',
+ 'option' => [
+ 'read' => 'Tud olvasni profilt?',
+ 'write' => 'Létrehozhat / szerkeszthet profilt?',
+ 'delete' => 'Törölheti a profilt?',
+ ],
+ ],
+ 'adress' => [
+ 'name' => 'Egy ruha',
+ 'option' => [
+ 'read' => 'Tud címet olvasni?',
+ 'write' => 'Létrehozhat / szerkeszthet címet?',
+ 'delete' => 'Törölheti a címet?',
+ ],
+ ],
+ 'education' => [
+ 'name' => 'Oktatás',
+ 'option' => [
+ 'read' => 'Tud olvasni oktatást?',
+ 'write' => 'Készíthet / szerkeszthet oktatást?',
+ 'delete' => 'Törölheti az oktatást?',
+ ],
+ ],
+ 'education_part' => [
+ 'name' => 'Oktatási rész',
+ 'option' => [
+ 'read' => 'Tud olvasni az oktatás része?',
+ 'write' => 'Készíthet / szerkeszthet oktatási részt?',
+ 'delete' => 'Törölheti az oktatási részt?',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/hu/section.php b/resources/default/addons/visiosoft/profile-module/lang/hu/section.php
new file mode 100644
index 000000000..5c1d67c4c
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/hu/section.php
@@ -0,0 +1,18 @@
+ [
+ 'title' => 'Profil',
+ ],
+ 'adress' => [
+ 'title' => 'Egy ruha',
+ ],
+ 'general_setting' => 'Általános beállítások',
+ 'recaptcha' => 'reCAPTCHA',
+ 'education' => [
+ 'title' => 'Oktatás',
+ ],
+ 'education_part' => [
+ 'title' => 'Oktatási rész',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/hu/setting.php b/resources/default/addons/visiosoft/profile-module/lang/hu/setting.php
new file mode 100644
index 000000000..331a54150
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/hu/setting.php
@@ -0,0 +1,58 @@
+ [
+ 'name' => 'Saját hirdetések lap megjelenítése',
+ ],
+ 'upload_avatar' => [
+ 'name' => 'Avatar feltöltés',
+ ],
+ 'show_tax_office' => [
+ 'name' => 'Adóiroda mező megjelenítése',
+ ],
+ 'show_checkbox_terms_on_register' => [
+ 'name' => 'Jelölje be a jelölőnégyzet feltételeit a regisztrációnál',
+ 'instructions' => 'Mutassa meg az "Elfogadási feltétel", a "védelmi törvény", az "adatvédelmi kifejezés", az "sms és e-mailek" neveket a regisztrációs űrlapon'
+ ],
+ 'register_protection_url' => [
+ 'name' => 'Register Protection URL',
+ ],
+ 'register_privacy_url' => [
+ 'name' => 'Regisztrálja az adatvédelmi URL-t',
+ ],
+ 'show_education_profession' => [
+ 'name' => 'Mutasd az Oktatás és a Szakma mezőket',
+ 'instructions' => 'A profilszerkesztő oldalon mutassa meg az "Oktatás", az "Oktatás állapota" és a "Szakma" elemeket'
+ ],
+ 'google_captcha_site_key' => [
+ 'name' => 'Google Captcha webhelykulcs',
+ ],
+ 'google_captcha_secret_key' => [
+ 'name' => 'Google Captcha titkos kulcs',
+ ],
+ 'score_threshold' => [
+ 'name' => 'Pontszámküszöb',
+ 'instructions' => '0 és 1 közötti érték. Minél magasabb a küszöb, annál szigorúbb a ReCaptcha, amikor megpróbálja meghatározni, hogy a felhasználó bot-e vagy sem.',
+ ],
+ 'education' => [
+ 'name' => 'Oktatás'
+ ],
+ 'state_of_education' => [
+ 'name' => 'Oktatás állapota'
+ ],
+ 'profession' => [
+ 'name' => 'Szakma'
+ ],
+ 'hide_register_type_profile' => [
+ 'name' => 'A regisztráció típusának elrejtése a profil oldalon',
+ 'instructions' => 'Elrejti a regisztertípus mezőt a profilszerkesztő oldalon.',
+ ],
+ 'required_district' => [
+ 'name' => 'Szükséges körzet',
+ 'instructions' => 'Cím hozzáadása a kerületi kötelezettséget jelenti.',
+ ],
+ 'show_extends_actions' => [
+ 'name' => 'Megjeleníti a műveletek kiterjesztését',
+ 'instructions' => 'A Saját profil hirdetések oldalon elérhető kiterjesztési lehetőségeket képviseli.',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/hu/stream.php b/resources/default/addons/visiosoft/profile-module/lang/hu/stream.php
new file mode 100644
index 000000000..3e60aa77d
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/hu/stream.php
@@ -0,0 +1,16 @@
+ [
+ 'name' => 'Profil',
+ ],
+ 'adress' => [
+ 'name' => 'Cím',
+ ],
+ 'education' => [
+ 'name' => 'Oktatás',
+ ],
+ 'education_part' => [
+ 'name' => 'Oktatási rész',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/id/addon.php b/resources/default/addons/visiosoft/profile-module/lang/id/addon.php
new file mode 100644
index 000000000..496d982b7
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/id/addon.php
@@ -0,0 +1,7 @@
+ 'Profil',
+ 'name' => 'Modul Profil',
+ 'description' => ''
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/id/button.php b/resources/default/addons/visiosoft/profile-module/lang/id/button.php
new file mode 100644
index 000000000..1cf0e4674
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/id/button.php
@@ -0,0 +1,21 @@
+ 'Profil baru',
+ 'new_adress' => 'Alamat Baru',
+ 'show' => 'Tampilkan Alamat',
+ 'update_password' => 'Perbarui Kata Sandi',
+ 'update_profile' => 'Memperbaharui profil',
+ 'delete' => 'Menghapus',
+ 'extend' => 'Memperpanjang',
+ 'extend_all' => 'Perpanjang Semua',
+ 'extend_unpublished' => 'Perpanjang Tidak Dipublikasikan',
+ 'edit' => 'Sunting',
+ 'go_profile' => 'Pergi ke Detail Profil',
+ 'go_user' => 'Buka Detail Pengguna',
+ 'personal' => 'Pribadi',
+ 'corporate' => 'Perusahaan',
+ 'export' => 'Ekspor',
+ 'new_education' => 'Pendidikan Baru',
+ 'new_education_part' => 'Bagian Pendidikan Baru',
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/id/field.php b/resources/default/addons/visiosoft/profile-module/lang/id/field.php
new file mode 100644
index 000000000..254e4043a
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/id/field.php
@@ -0,0 +1,499 @@
+ [
+ 'name' => 'Foto'
+ ],
+ 'first_name' => [
+ 'name' => 'Nama depan'
+ ],
+ 'last_name' => [
+ 'name' => 'Nama keluarga'
+ ],
+ 'username' => [
+ 'name' => 'Nama pengguna'
+ ],
+ 'display_name' => [
+ 'name' => 'Nama tampilan'
+ ],
+ 'email' => [
+ 'name' => 'Alamat surel'
+ ],
+ 'sitename' => [
+ 'name' => 'nama situs'
+ ],
+ 'activated' => [
+ 'name' => 'Pengguna Aktif'
+ ],
+ 'enabled' => [
+ 'name' => 'User Enable'
+ ],
+ 'country' => [
+ 'name' => 'Negara'
+ ],
+ 'city' => [
+ 'name' => 'Kota'
+ ],
+ 'district' => [
+ 'name' => 'Distrik'
+ ],
+ 'neighborhood' => [
+ 'name' => 'Lingkungan'
+ ],
+ 'village' => [
+ 'name' => 'Desa'
+ ],
+ 'gsm_phone' => [
+ 'name' => 'Telepon GSM'
+ ],
+ 'land_phone' => [
+ 'name' => 'Telepon Darat'
+ ],
+ 'office_phone' => [
+ 'name' => 'Telepon Kantor'
+ ],
+ 'register_type' => [
+ 'name' => 'Jenis Register'
+ ],
+ 'birthday' => [
+ 'name' => 'Ulang tahun'
+ ],
+ 'facebook_address' => [
+ 'name' => 'Alamat Facebook'
+ ],
+ 'google_address' => [
+ 'name' => 'Alamat Google'
+ ],
+ 'education' => [
+ 'name' => 'pendidikan'
+ ],
+ 'state_of_education' => [
+ 'name' => 'Status Pendidikan'
+ ],
+ 'profession' => [
+ 'name' => 'Profesi'
+ ],
+ 'identification_number' => [
+ 'name' => 'Nomor identifikasi'
+ ],
+ 'adress_name' => [
+ 'name' => 'Nama Alamat'
+ ],
+ 'adress_first_name' => [
+ 'name' => 'Nama depan'
+ ],
+ 'adress_last_name' => [
+ 'name' => 'Nama keluarga'
+ ],
+ 'actions' => [
+ 'name' => 'Tindakan'
+ ],
+ 'adress_content' => [
+ 'name' => 'Konten Alamat'
+ ],
+ 'adress_post_code' => [
+ 'name' => 'Kode Pos'
+ ],
+ 'adress_gsm_phone' => [
+ 'name' => 'Telepon Gsm'
+ ],
+ 'adress_land_phone' => [
+ 'name' => 'Telepon Darat'
+ ],
+ 'adress_country' => [
+ 'name' => 'Negara'
+ ],
+ 'adress_city' => [
+ 'name' => 'Kota'
+ ],
+ 'adress_district' => [
+ 'name' => 'Distrik'
+ ],
+ 'adress_neighborhood' => [
+ 'name' => 'Lingkungan'
+ ],
+ 'adress_village' => [
+ 'name' => 'Desa'
+ ],
+ 'messages' => [
+ 'name' => 'Pesan'
+ ],
+ 'user' => [
+ 'name' => 'Pengguna'
+ ],
+ 'name' => [
+ 'name' => 'Nama'
+ ],
+
+ /*Menu Button*/
+ 'profile' => [
+ 'name' => 'Profil'
+ ],
+
+ 'create' => [
+ 'name' => 'Membuat'
+ ],
+ 'edit' => [
+ 'name' => 'Sunting'
+ ],
+ 'delete' => [
+ 'name' => 'Menghapus'
+ ],
+ 'list' => [
+ 'name' => 'Daftar'
+ ],
+ 'menu_address' => [
+ 'name' => 'Alamat'
+ ],
+ 'menu_orders' => [
+ 'name' => 'Pesanan'
+ ],
+ 'menu_favorites' => [
+ 'name' => 'Favorit'
+ ],
+ 'menu_archived_ads' => [
+ 'name' => 'Iklan yang diarsipkan'
+ ],
+ 'menu_pending_ads' => [
+ 'name' => 'Menunggu persetujuan'
+ ],
+ 'menu_delete_account' => [
+ 'name' => 'Tutup Akun'
+ ],
+ 'menu_my_ads' => [
+ 'name' => 'Iklan saya'
+ ],
+ 'menu_fav_ads' => [
+ 'name' => 'Iklan favorit'
+ ],
+ 'menu_hello_msg' => [
+ 'name' => 'Halo'
+ ],
+ 'menu_last_msg' => [
+ 'name' => 'Anda terakhir masuk di'
+ ],
+ 'menu_packages' => [
+ 'name' => 'Paket saya'
+ ],
+ 'menu_adv_packages' => [
+ 'name' => 'Paket Iklan'
+ ],
+ 'menu_time_packages' => [
+ 'name' => 'Paket Waktu'
+ ],
+ 'profile_details' => [
+ 'name' => 'Profil lengkap'
+ ],
+ 'profile_photo' => [
+ 'name' => 'Foto Profil'
+ ],
+ 'adv_listing_banner' => [
+ 'name' => 'Spanduk Halaman Cantuman Iklan'
+ ],
+ 'approve' => [
+ 'name' => 'Menyetujui'
+ ],
+ 'approved' => [
+ 'name' => 'Disetujui'
+ ],
+ 'pending' => [
+ 'name' => 'Menunggu keputusan'
+ ],
+ 'passive' => [
+ 'name' => 'Pasif'
+ ],
+ 'pending_admin' => [
+ 'name' => 'Menunggu keputusan'
+ ],
+ 'menu_messages' => [
+ 'name' => 'Pesan'
+ ],
+ 'menu_my_purchase' => [
+ 'name' => 'Pembelian Saya'
+ ],
+ 'menu_my_sales' => [
+ 'name' => 'Penjualan Saya'
+ ],
+
+ /* Right Dock*/
+ 'right_secure_trading_subject' => [
+ 'name' => 'Perdagangan Aman'
+ ],
+ 'right_secure_trading_msg' => [
+ 'name' => 'Lorem ipsum dolor sit amet, consectetur adipisicing elit'
+ ],
+ 'right_support_subject' => [
+ 'name' => 'Dukungan 24/7'
+ ],
+ 'right_support_msg' => [
+ 'name' => 'Lorem ipsum dolor sit amet, consectetur adipisicing elit'
+ ],
+ 'right_easy_trading_subject' => [
+ 'name' => 'Trading Mudah'
+ ],
+ 'right_easy_trading_msg' => [
+ 'name' => 'Lorem ipsum dolor sit amet, consectetur adipisicing elit'
+ ],
+ 'right_need_help_subject' => [
+ 'name' => 'Butuh bantuan?'
+ ],
+ 'right_need_help_msg' => [
+ 'name' => 'Beri panggilan'
+ ],
+ 'disable_account' => [
+ 'name' => 'Nonaktifkan Akun'
+ ],
+ 'disable_account_msg' => [
+ 'name' => 'Akun Anda akan dinonaktifkan.
+ Operasi ini tidak dapat dibatalkan'
+ ],
+
+ 'message_title' => 'Judul Pesan',
+ 'owner_name' => 'Pesan',
+
+ 'favorites' => "Favorit",
+ 'fav_advs' => 'Iklan Favorit',
+ 'fav_sellers' => "Penjual Favorit",
+ 'fav_searches' => "Pencarian Favorit",
+ 'posted_on' => "Diposting pada",
+ 'message_details' => "Detail Pesan",
+ 'adv_no' => 'Iklan No',
+ 'bill_address' => [
+ 'name' => 'Alamat Tagihan',
+ ],
+ 'delivery_address' => [
+ 'name' => 'Alamat pengiriman',
+ ],
+ 'order_total' => [
+ 'name' => 'Total',
+ ],
+ 'order_date' => [
+ 'name' => 'Tanggal pemesanan',
+ ],
+ 'order_no' => [
+ 'name' => 'Id pemesanan',
+ ],
+ 'order_detail' => [
+ 'name' => 'Tunjukkan Detail',
+ ],
+ /*Detail Page Order*/
+ 'detail' => [
+ 'name' => 'Detail',
+ ],
+ 'back' => [
+ 'name' => 'Kembali',
+ ],
+ 'image' => [
+ 'name' => 'Gambar',
+ ],
+ 'subject' => [
+ 'name' => 'Subyek',
+ ],
+ 'price' => [
+ 'name' => 'Harga',
+ ],
+ 'piece' => [
+ 'name' => 'Bagian',
+ ],
+ 'commission' => [
+ 'name' => 'Komisi',
+ ],
+ 'total' => [
+ 'name' => 'Total',
+ ],
+ 'sub_total' => [
+ 'name' => 'Sub Total',
+ ],
+ 'sale' => [
+ 'name' => 'Penjualan',
+ ],
+ 'awaiting_tracking_number' => [
+ 'name' => 'Menunggu Nomor Pelacakan',
+ ],
+ 'awaiting_payment_approval' => [
+ 'name' => 'Menunggu Persetujuan Pembayaran',
+ ],
+ 'paid' => [
+ 'name' => 'Dibayar',
+ ],
+ 'cancelled' => [
+ 'name' => 'Dibatalkan',
+ ],
+ 'waiting' => [
+ 'name' => 'Menunggu',
+ ],
+ 'awaiting_dispatch' => [
+ 'name' => 'Menunggu pengiriman',
+ ],
+ 'shipped' => [
+ 'name' => 'Dikirim',
+ ],
+ 'delivered' => [
+ 'name' => 'Terkirim',
+ ],
+ 'tracking_number' => [
+ 'name' => 'Melacak nomor',
+ ],
+ 'was_delivered' => [
+ 'name' => 'telah terkirim',
+ ],
+ 'not_delivered' => [
+ 'name' => 'Tidak terkirim',
+ ],
+ 'show_order_msg1' => [
+ 'name' => 'Hasil transaksi akan diberitahukan melalui surat.',
+ ],
+ 'show_order_msg2' => [
+ 'name' => 'Pengembalian uang akan dilakukan jika produk tidak dikirim dalam waktu satu minggu.',
+ ],
+ 'show_order_msg3' => [
+ 'name' => 'Hasil transaksi telah dikirim ke alamat email Anda yang terdaftar.',
+ ],
+
+ 'awaiting_payment' => [
+ 'name' => 'Menunggu Pembayaran',
+ ],
+ 'please_entered_tracking_number' => [
+ 'name' => 'Harap Masukkan Nomor Pelacakan',
+ ],
+ 'transport_days' => [
+ 'name' => 'Hari Transportasi',
+ ],
+ 'product_not_delivered' => [
+ 'name' => 'Produk tidak terkirim',
+ ],
+ 'status' => [
+ 'name' => 'Status',
+ ],
+ 'cancel_sale' => [
+ 'name' => 'Batalkan Penjualan',
+ ],
+ 'send_again' => [
+ 'name' => 'Saya Akan Mengirimkan Lagi',
+ ],
+ 'content' => [
+ 'name' => 'Kandungan',
+ ],
+ 'preferences_settings' => [
+ 'name' => 'Pengaturan Preferensi',
+ ],
+
+ 'corporate_settings' => [
+ 'name' => 'Pengaturan Perusahaan',
+ ],
+ 'password' => [
+ 'name' => 'Kata sandi',
+ ],
+ 'old_password' => [
+ 'name' => 'Password lama',
+ ],
+ 'new_password' => [
+ 'name' => 'Kata sandi baru',
+ ],
+ 're_new_password' => [
+ 'name' => 'Setujui password',
+ ],
+ 'confirm_password_input' => [
+ 'name' => 'Saya mengkonfirmasi perubahan kata sandi saya',
+ ],
+ 'create_address' => [
+ 'name' => 'Buat Alamat',
+ ],
+ 'edit_address' => [
+ 'name' => 'Edit Alamat',
+ ],
+ 'balance_limit' => [
+ 'name' => 'Batas Saldo',
+ ],
+ 'active_ads' => [
+ 'name' => 'Iklan Aktif',
+ ],
+ 'subscriptions' => [
+ 'name' => 'Langganan',
+ ],
+ 'go_subscriptions_page' => [
+ 'name' => 'Buka Halaman Langganan',
+ ],
+ 'buy_package' => [
+ 'name' => 'Beli Paket',
+ ],
+ 'expired_date' => [
+ 'name' => 'Tanggal kadaluarsa',
+ ],
+ 'category' => [
+ 'name' => 'Kategori',
+ ],
+ 'ad_limit' => [
+ 'name' => 'Batas Iklan',
+ ],
+ 'publish_time' => [
+ 'name' => 'Publikasikan Waktu',
+ ],
+ 'all_categories' => [
+ 'name' => 'semua Kategori',
+ ],
+ 'day' => [
+ 'name' => 'Hari',
+ ],
+
+ 'individual' => [
+ 'name' => 'individu',
+ ],
+ 'corporate' => [
+ 'name' => 'Perusahaan',
+ ],
+
+ 'details' => [
+ 'name' => 'Detail'
+ ],
+ 'choose' => [
+ 'name' => 'Memilih'
+ ],
+ 'my_address' => 'Alamat saya',
+
+ 'company' => [
+ 'name' => 'Nama perusahaan'
+ ],
+ 'tax_office' => [
+ 'name' => 'Kantor Pajak'
+ ],
+ 'tax_number' => [
+ 'name' => 'Nomor pajak'
+ ],
+
+ // Profile page
+ 'my_profile' => 'Profil saya',
+ 'edit_profile' => 'Sunting profil',
+ 'edit_details' => 'Edit Detail',
+ 'update' => 'Memperbarui',
+ 'change_password' => 'Ganti kata sandi',
+ 'choose_an_option' => 'Pilih salah satu opsi ...',
+ 'change_status' => 'Merubah status',
+ 'profile_settings' => 'Pengaturan Profil',
+ 'profile_detail' => 'Detail Profil',
+
+ // Register page
+ 'accept_terms_label' => 'Saya menerima persyaratannya.',
+ 'accept_protection_law_label' => 'Saya menerima persyaratan UU tentang' . setting_value('visiosoft.module.profile::register_protection_url') . '"target =" _ blank "> Perlindungan Data Pribadi.',
+ 'accept_privacy_terms_label' => 'saya menerima' . setting_value('visiosoft.module.profile::register_privacy_url') . '"target =" _ blank "> persyaratan privasi.',
+ 'receive_sms_emails_label' => 'Saya ingin menerima e-mail & sms.',
+
+ // Register Type
+ 'personal' => [
+ 'name' => 'Pribadi'
+ ],
+
+ 'education_part' => [
+ 'name' => 'Status Pendidikan'
+ ],
+
+ 'notified_new_updates' => [
+ 'name' => 'Diberitahu Pembaruan Baru',
+ ],
+ 'notified_about_ads' => [
+ 'name' => 'Diberitahu Tentang Iklan',
+ ],
+ 'receive_messages_email' => [
+ 'name' => 'Terima Pesan Email',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/id/message.php b/resources/default/addons/visiosoft/profile-module/lang/id/message.php
new file mode 100644
index 000000000..df4ab9770
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/id/message.php
@@ -0,0 +1,46 @@
+ "Bidang E-Mail Diperlukan!",
+ "username" => "Bidang Nama Pengguna Diperlukan!",
+ "success_update" => "Pembaruan Profil Berhasil!",
+ "adress_success_update" => "Perbarui Alamat Berhasil!",
+ "adress_success_create" => "Buat Alamat Berhasil!",
+ "login_error" => "Login atau kata sandi salah.",
+ "login_noMail_old_user" => "Alamat email yang Anda masukkan tidak dapat ditemukan.",
+ "login_noMail_old_user2" => "Silakan periksa alamat email dan coba lagi.",
+ "login_noMail_old_user3" => "Jika masalah berlanjut, silakan hubungi di 'info@openclassify.com'.",
+ "login_info_old_user" => "Kata sandi baru telah dikirim ke alamat email Anda.",
+ "success" => "Keberhasilan",
+ "notified_new_updates" => "Saya ingin diberi tahu tentang pembaruan baru",
+ "notified_about_ads" => "Izinkan pemberitahuan tentang iklan saya",
+ "receive_messages_email" => "Saya ingin menerima pesan sebagai email",
+ "no_packages_module" => "Tidak Ada Modul Paket!",
+ "required_add"=> "Harap isi semua baris wajib.",
+ "no_extend_package" => "Tidak Ada Perpanjang Paket Iklan",
+ "saved" => "Diselamatkan!",
+ 'please_confirm_transaction' => 'Mohon Konfirmasi Transaksi',
+ 'password_do_not_match' => 'Sandi tidak cocok',
+ 'your_password_changed' => 'Kata sandi Anda berhasil diperbarui',
+ 'error_valid_email_or_phone' => 'Format nomor telepon atau alamat email salah.',
+ 'error_valid_phone' => 'Format nomor telepon salah.',
+ 'registered_phone' => 'Nomor telepon ini sudah terdaftar.',
+ 'ajax_address_error' => 'Tidak ada alamat atau tidak diizinkan untuk melihat.',
+ 'empty_password_sms_message' => 'Karena masalah keamanan, kami mengubah kata sandi Anda! Kata sandi baru Anda adalah:',
+ 'required_all' => "Semua Bidang Diperlukan!",
+ 'can_not_remove_filled_fields' => "Anda tidak dapat menghapus bidang yang telah diisi!",
+ 'wrong_password' => "Kata sandi yang Anda masukkan salah!",
+
+ // Forgot Password
+ 'email_phone_not_found' => 'E-mail, Nomor Telepon salah!',
+
+ 'disable_account' => 'Apakah Anda ingin menutup akun Anda? Operasi ini tidak dapat dibatalkan.',
+
+ // Mail
+ 'update_email_mail_subject' => 'Email Diperbarui!',
+ 'update_email_mail_message' => 'Email Anda Telah Diperbarui!',
+
+ // Register
+ 'recaptcha_field_is_required' => 'bidang reCaptcha harus diisi.',
+ 'failed_to_validate_captcha' => 'Gagal memvalidasi captcha.',
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/id/permission.php b/resources/default/addons/visiosoft/profile-module/lang/id/permission.php
new file mode 100644
index 000000000..421a8b346
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/id/permission.php
@@ -0,0 +1,36 @@
+ [
+ 'name' => 'Profil',
+ 'option' => [
+ 'read' => 'Bisa membaca profil?',
+ 'write' => 'Bisakah membuat / mengedit profil?',
+ 'delete' => 'Bisakah menghapus profil?',
+ ],
+ ],
+ 'adress' => [
+ 'name' => 'Alamat',
+ 'option' => [
+ 'read' => 'Bisa baca alamat?',
+ 'write' => 'Bisakah membuat / mengedit alamat?',
+ 'delete' => 'Bisakah menghapus alamat?',
+ ],
+ ],
+ 'education' => [
+ 'name' => 'pendidikan',
+ 'option' => [
+ 'read' => 'Bisa membaca pendidikan?',
+ 'write' => 'Bisakah membuat / mengedit pendidikan?',
+ 'delete' => 'Bisakah menghapus pendidikan?',
+ ],
+ ],
+ 'education_part' => [
+ 'name' => 'Bagian pendidikan',
+ 'option' => [
+ 'read' => 'Bisakah membaca bagian pendidikan?',
+ 'write' => 'Bisakah membuat / mengedit bagian pendidikan?',
+ 'delete' => 'Bisakah menghapus bagian pendidikan?',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/id/section.php b/resources/default/addons/visiosoft/profile-module/lang/id/section.php
new file mode 100644
index 000000000..581ccb4c3
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/id/section.php
@@ -0,0 +1,18 @@
+ [
+ 'title' => 'Profil',
+ ],
+ 'adress' => [
+ 'title' => 'Alamat',
+ ],
+ 'general_setting' => 'Pengaturan Umum',
+ 'recaptcha' => 'reCAPTCHA',
+ 'education' => [
+ 'title' => 'pendidikan',
+ ],
+ 'education_part' => [
+ 'title' => 'Bagian pendidikan',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/id/setting.php b/resources/default/addons/visiosoft/profile-module/lang/id/setting.php
new file mode 100644
index 000000000..21b168571
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/id/setting.php
@@ -0,0 +1,58 @@
+ [
+ 'name' => 'Tampilkan Tab Iklan Saya',
+ ],
+ 'upload_avatar' => [
+ 'name' => 'Unggahan Avatar',
+ ],
+ 'show_tax_office' => [
+ 'name' => 'Tampilkan Bidang Kantor Pajak',
+ ],
+ 'show_checkbox_terms_on_register' => [
+ 'name' => 'Tampilkan Ketentuan Kotak Centang di Register',
+ 'instructions' => 'Tunjukkan "Terima istilah", "hukum perlindungan", "istilah privasi", "sms & email" pada formulir pendaftaran'
+ ],
+ 'register_protection_url' => [
+ 'name' => 'Daftarkan URL Perlindungan',
+ ],
+ 'register_privacy_url' => [
+ 'name' => 'Daftarkan URL Privasi',
+ ],
+ 'show_education_profession' => [
+ 'name' => 'Tunjukkan Bidang Pendidikan dan Profesi',
+ 'instructions' => 'Tampilkan "Pendidikan", "Status Pendidikan", dan "Profesi" di halaman edit profil'
+ ],
+ 'google_captcha_site_key' => [
+ 'name' => 'Kunci Situs Google Captcha',
+ ],
+ 'google_captcha_secret_key' => [
+ 'name' => 'Kunci Rahasia Google Captcha',
+ ],
+ 'score_threshold' => [
+ 'name' => 'Nilai Ambang',
+ 'instructions' => 'Nilai antara 0 dan 1. Semakin tinggi ambang batas, semakin ketat ReCaptcha dalam mencoba menentukan apakah pengguna adalah bot atau bukan.',
+ ],
+ 'education' => [
+ 'name' => 'pendidikan'
+ ],
+ 'state_of_education' => [
+ 'name' => 'Status Pendidikan'
+ ],
+ 'profession' => [
+ 'name' => 'Profesi'
+ ],
+ 'hide_register_type_profile' => [
+ 'name' => 'Sembunyikan Jenis Register di Halaman Profil',
+ 'instructions' => 'Menyembunyikan bidang tipe register di halaman edit profil.',
+ ],
+ 'required_district' => [
+ 'name' => 'Distrik Wajib',
+ 'instructions' => 'Menambahkan alamat mewakili kewajiban distrik.',
+ ],
+ 'show_extends_actions' => [
+ 'name' => 'Tunjukkan Memperluas Tindakan',
+ 'instructions' => 'Mewakili opsi Perluas yang tersedia di halaman Iklan profil saya.',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/id/stream.php b/resources/default/addons/visiosoft/profile-module/lang/id/stream.php
new file mode 100644
index 000000000..f545fc360
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/id/stream.php
@@ -0,0 +1,16 @@
+ [
+ 'name' => 'Profil',
+ ],
+ 'adress' => [
+ 'name' => 'Alamat',
+ ],
+ 'education' => [
+ 'name' => 'pendidikan',
+ ],
+ 'education_part' => [
+ 'name' => 'Bagian pendidikan',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/it/addon.php b/resources/default/addons/visiosoft/profile-module/lang/it/addon.php
new file mode 100644
index 000000000..dd67867b6
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/it/addon.php
@@ -0,0 +1,7 @@
+ 'Profilo',
+ 'name' => 'Modulo profilo',
+ 'description' => ''
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/it/button.php b/resources/default/addons/visiosoft/profile-module/lang/it/button.php
new file mode 100644
index 000000000..11bab5f7d
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/it/button.php
@@ -0,0 +1,21 @@
+ 'Nuovo profilo',
+ 'new_adress' => 'Nuovo indirizzo',
+ 'show' => 'Mostra indirizzo',
+ 'update_password' => 'Aggiorna password',
+ 'update_profile' => 'Aggiorna il profilo',
+ 'delete' => 'Elimina',
+ 'extend' => 'Estendere',
+ 'extend_all' => 'Estendi tutto',
+ 'extend_unpublished' => 'Estendi non pubblicato',
+ 'edit' => 'modificare',
+ 'go_profile' => 'Vai a Dettagli profilo',
+ 'go_user' => 'Vai a Dettagli utente',
+ 'personal' => 'Personale',
+ 'corporate' => 'Corporate',
+ 'export' => 'Esportare',
+ 'new_education' => 'Nuova istruzione',
+ 'new_education_part' => 'Nuova parte Istruzione',
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/it/field.php b/resources/default/addons/visiosoft/profile-module/lang/it/field.php
new file mode 100644
index 000000000..6bbf4ffd6
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/it/field.php
@@ -0,0 +1,501 @@
+ [
+ 'name' => 'Fotografie'
+ ],
+ 'first_name' => [
+ 'name' => 'Nome di battesimo'
+ ],
+ 'last_name' => [
+ 'name' => 'Cognome'
+ ],
+ 'username' => [
+ 'name' => 'Nome utente'
+ ],
+ 'display_name' => [
+ 'name' => 'Nome da visualizzare'
+ ],
+ 'email' => [
+ 'name' => 'Indirizzo email'
+ ],
+ 'sitename' => [
+ 'name' => 'nome del sito'
+ ],
+ 'activated' => [
+ 'name' => 'Utente attivo'
+ ],
+ 'enabled' => [
+ 'name' => 'Abilitazione utente'
+ ],
+ 'country' => [
+ 'name' => 'Nazione'
+ ],
+ 'city' => [
+ 'name' => 'Città'
+ ],
+ 'district' => [
+ 'name' => 'Quartiere'
+ ],
+ 'neighborhood' => [
+ 'name' => 'Quartiere'
+ ],
+ 'village' => [
+ 'name' => 'Villaggio'
+ ],
+ 'gsm_phone' => [
+ 'name' => 'Numero di telefono GSM'
+ ],
+ 'land_phone' => [
+ 'name' => 'Numero di telefono di terra'
+ ],
+ 'office_phone' => [
+ 'name' => 'Numero di telefono dell\\'ufficio'
+ ],
+ 'register_type' => [
+ 'name' => 'Tipo di registro'
+ ],
+ 'birthday' => [
+ 'name' => 'Compleanno'
+ ],
+ 'facebook_address' => [
+ 'name' => 'Indirizzo di Facebook'
+ ],
+ 'google_address' => [
+ 'name' => 'Indirizzo Google'
+ ],
+ 'education' => [
+ 'name' => 'Formazione scolastica'
+ ],
+ 'state_of_education' => [
+ 'name' => 'Stato dell\'istruzione'
+ ],
+ 'profession' => [
+ 'name' => 'Professione'
+ ],
+ 'identification_number' => [
+ 'name' => 'Numero identificativo'
+ ],
+ 'adress_name' => [
+ 'name' => 'Nome indirizzo'
+ ],
+ 'adress_first_name' => [
+ 'name' => 'Nome di battesimo'
+ ],
+ 'adress_last_name' => [
+ 'name' => 'Cognome'
+ ],
+ 'actions' => [
+ 'name' => 'Azioni'
+ ],
+ 'adress_content' => [
+ 'name' => 'Indirizzo contenuto'
+ ],
+ 'adress_post_code' => [
+ 'name' => 'CAP'
+ ],
+ 'adress_gsm_phone' => [
+ 'name' => 'Telefono GSM'
+ ],
+ 'adress_land_phone' => [
+ 'name' => 'Telefono di terra'
+ ],
+ 'adress_country' => [
+ 'name' => 'Nazione'
+ ],
+ 'adress_city' => [
+ 'name' => 'Città'
+ ],
+ 'adress_district' => [
+ 'name' => 'Quartiere'
+ ],
+ 'adress_neighborhood' => [
+ 'name' => 'Quartiere'
+ ],
+ 'adress_village' => [
+ 'name' => 'Villaggio'
+ ],
+ 'messages' => [
+ 'name' => 'messaggi'
+ ],
+ 'user' => [
+ 'name' => 'Utente'
+ ],
+ 'name' => [
+ 'name' => 'Nome'
+ ],
+
+ /*Menu Button*/
+ 'profile' => [
+ 'name' => 'Profilo'
+ ],
+
+ 'create' => [
+ 'name' => 'Creare'
+ ],
+ 'edit' => [
+ 'name' => 'modificare'
+ ],
+ 'delete' => [
+ 'name' => 'Elimina'
+ ],
+ 'list' => [
+ 'name' => 'Elenco'
+ ],
+ 'menu_address' => [
+ 'name' => 'Indirizzo'
+ ],
+ 'menu_orders' => [
+ 'name' => 'Ordini'
+ ],
+ 'menu_favorites' => [
+ 'name' => 'Preferiti'
+ ],
+ 'menu_archived_ads' => [
+ 'name' => 'Annunci archiviati'
+ ],
+ 'menu_pending_ads' => [
+ 'name' => 'In attesa di approvazione'
+ ],
+ 'menu_delete_account' => [
+ 'name' => 'Chiudere l\\'account'
+ ],
+ 'menu_my_ads' => [
+ 'name' => 'I miei annunci'
+ ],
+ 'menu_fav_ads' => [
+ 'name' => 'Annunci preferiti'
+ ],
+ 'menu_hello_msg' => [
+ 'name' => 'Ciao'
+ ],
+ 'menu_last_msg' => [
+ 'name' => 'Hai effettuato l\\'ultimo accesso alle'
+ ],
+ 'menu_packages' => [
+ 'name' => 'I miei pacchetti'
+ ],
+ 'menu_adv_packages' => [
+ 'name' => 'Pacchetti di annunci'
+ ],
+ 'menu_time_packages' => [
+ 'name' => 'Pacchetti temporali'
+ ],
+ 'profile_details' => [
+ 'name' => 'Dettagli profilo'
+ ],
+ 'profile_photo' => [
+ 'name' => 'Foto profilo'
+ ],
+ 'adv_listing_banner' => [
+ 'name' => 'Banner della pagina di elenco degli annunci'
+ ],
+ 'approve' => [
+ 'name' => 'Approvare'
+ ],
+ 'approved' => [
+ 'name' => 'Approvato'
+ ],
+ 'pending' => [
+ 'name' => 'in attesa di'
+ ],
+ 'passive' => [
+ 'name' => 'Passivo'
+ ],
+ 'pending_admin' => [
+ 'name' => 'in attesa di'
+ ],
+ 'menu_messages' => [
+ 'name' => 'messaggi'
+ ],
+ 'menu_my_purchase' => [
+ 'name' => 'Il mio acquisto'
+ ],
+ 'menu_my_sales' => [
+ 'name' => 'Le mie vendite'
+ ],
+
+ /* Right Dock*/
+ 'right_secure_trading_subject' => [
+ 'name' => 'Trading sicuro'
+ ],
+ 'right_secure_trading_msg' => [
+ 'name' => 'Lorem ipsum dolor sit amet,
+ contectetur elip adicing'
+ ],
+ 'right_support_subject' => [
+ 'name' => 'Assistenza 24/7'
+ ],
+ 'right_support_msg' => [
+ 'name' => 'Lorem ipsum dolor sit amet,
+ contectetur elip adicing'
+ ],
+ 'right_easy_trading_subject' => [
+ 'name' => 'Trading facile'
+ ],
+ 'right_easy_trading_msg' => [
+ 'name' => 'Lorem ipsum dolor sit amet,
+ contectetur elip adicing'
+ ],
+ 'right_need_help_subject' => [
+ 'name' => 'Ho bisogno di aiuto?'
+ ],
+ 'right_need_help_msg' => [
+ 'name' => 'Chiama'
+ ],
+ 'disable_account' => [
+ 'name' => 'Disabilitare account'
+ ],
+ 'disable_account_msg' => [
+ 'name' => 'Il tuo account sarà disabilitato. Questa operazione non può essere annullata'
+ ],
+
+ 'message_title' => 'Titolo del messaggio',
+ 'owner_name' => 'Messaggio',
+
+ 'favorites' => "Preferiti",
+ 'fav_advs' => 'Annunci preferiti',
+ 'fav_sellers' => "Venditori preferiti",
+ 'fav_searches' => "Ricerche preferite",
+ 'posted_on' => "Postato su",
+ 'message_details' => "Dettagli del messaggio",
+ 'adv_no' => 'Annuncio n',
+ 'bill_address' => [
+ 'name' => 'Indirizzo di fatturazione',
+ ],
+ 'delivery_address' => [
+ 'name' => 'Indirizzo di consegna',
+ ],
+ 'order_total' => [
+ 'name' => 'Totale',
+ ],
+ 'order_date' => [
+ 'name' => 'Data dell\\'ordine',
+ ],
+ 'order_no' => [
+ 'name' => 'ID ordine',
+ ],
+ 'order_detail' => [
+ 'name' => 'Mostra i dettagli',
+ ],
+ /*Detail Page Order*/
+ 'detail' => [
+ 'name' => 'Dettaglio',
+ ],
+ 'back' => [
+ 'name' => 'Indietro',
+ ],
+ 'image' => [
+ 'name' => 'Immagine',
+ ],
+ 'subject' => [
+ 'name' => 'Soggetto',
+ ],
+ 'price' => [
+ 'name' => 'Prezzo',
+ ],
+ 'piece' => [
+ 'name' => 'Pezzo',
+ ],
+ 'commission' => [
+ 'name' => 'Commissione',
+ ],
+ 'total' => [
+ 'name' => 'Totale',
+ ],
+ 'sub_total' => [
+ 'name' => 'Totale parziale',
+ ],
+ 'sale' => [
+ 'name' => 'saldi',
+ ],
+ 'awaiting_tracking_number' => [
+ 'name' => 'In attesa del numero di tracciamento',
+ ],
+ 'awaiting_payment_approval' => [
+ 'name' => 'In attesa di approvazione del pagamento',
+ ],
+ 'paid' => [
+ 'name' => 'Pagato',
+ ],
+ 'cancelled' => [
+ 'name' => 'Annullato',
+ ],
+ 'waiting' => [
+ 'name' => 'In attesa',
+ ],
+ 'awaiting_dispatch' => [
+ 'name' => 'In attesa di spedizione',
+ ],
+ 'shipped' => [
+ 'name' => 'Spedito',
+ ],
+ 'delivered' => [
+ 'name' => 'consegnato',
+ ],
+ 'tracking_number' => [
+ 'name' => 'Numero di identificazione',
+ ],
+ 'was_delivered' => [
+ 'name' => 'è stato consegnato',
+ ],
+ 'not_delivered' => [
+ 'name' => 'non consegnato',
+ ],
+ 'show_order_msg1' => [
+ 'name' => 'Il risultato della transazione verrà comunicato per posta.',
+ ],
+ 'show_order_msg2' => [
+ 'name' => 'Il rimborso verrà effettuato se il prodotto non viene consegnato entro una settimana.',
+ ],
+ 'show_order_msg3' => [
+ 'name' => 'Il risultato della transazione è stato inviato al tuo indirizzo e-mail registrato.',
+ ],
+
+ 'awaiting_payment' => [
+ 'name' => 'In attesa del pagamento',
+ ],
+ 'please_entered_tracking_number' => [
+ 'name' => 'Inserisci il numero di tracciamento',
+ ],
+ 'transport_days' => [
+ 'name' => 'Giorni di trasporto',
+ ],
+ 'product_not_delivered' => [
+ 'name' => 'Prodotto non consegnato',
+ ],
+ 'status' => [
+ 'name' => 'Stato',
+ ],
+ 'cancel_sale' => [
+ 'name' => 'Annulla vendita',
+ ],
+ 'send_again' => [
+ 'name' => 'Spedirò di nuovo',
+ ],
+ 'content' => [
+ 'name' => 'Soddisfare',
+ ],
+ 'preferences_settings' => [
+ 'name' => 'Impostazioni preferenze',
+ ],
+
+ 'corporate_settings' => [
+ 'name' => 'Impostazioni aziendali',
+ ],
+ 'password' => [
+ 'name' => 'Parola d\'ordine',
+ ],
+ 'old_password' => [
+ 'name' => 'Vecchia password',
+ ],
+ 'new_password' => [
+ 'name' => 'Nuova password',
+ ],
+ 're_new_password' => [
+ 'name' => 'Conferma password',
+ ],
+ 'confirm_password_input' => [
+ 'name' => 'Confermo la modifica della mia password',
+ ],
+ 'create_address' => [
+ 'name' => 'Crea indirizzo',
+ ],
+ 'edit_address' => [
+ 'name' => 'Modifica indirizzo',
+ ],
+ 'balance_limit' => [
+ 'name' => 'Limite di equilibrio',
+ ],
+ 'active_ads' => [
+ 'name' => 'Annunci attivi',
+ ],
+ 'subscriptions' => [
+ 'name' => 'Sottoscrizioni',
+ ],
+ 'go_subscriptions_page' => [
+ 'name' => 'Vai alla pagina delle iscrizioni',
+ ],
+ 'buy_package' => [
+ 'name' => 'Acquista il pacchetto',
+ ],
+ 'expired_date' => [
+ 'name' => 'Data di scadenza',
+ ],
+ 'category' => [
+ 'name' => 'Categoria',
+ ],
+ 'ad_limit' => [
+ 'name' => 'Limite annuncio',
+ ],
+ 'publish_time' => [
+ 'name' => 'Tempo di pubblicazione',
+ ],
+ 'all_categories' => [
+ 'name' => 'tutte le categorie',
+ ],
+ 'day' => [
+ 'name' => 'Giorno',
+ ],
+
+ 'individual' => [
+ 'name' => 'individuale',
+ ],
+ 'corporate' => [
+ 'name' => 'Corporate',
+ ],
+
+ 'details' => [
+ 'name' => 'Dettagli'
+ ],
+ 'choose' => [
+ 'name' => 'Scegliere'
+ ],
+ 'my_address' => 'Il mio indirizzo',
+
+ 'company' => [
+ 'name' => 'Nome della ditta'
+ ],
+ 'tax_office' => [
+ 'name' => 'Ufficio delle imposte'
+ ],
+ 'tax_number' => [
+ 'name' => 'Codice fiscale'
+ ],
+
+ // Profile page
+ 'my_profile' => 'Il mio profilo',
+ 'edit_profile' => 'Modifica Profilo',
+ 'edit_details' => 'Modifica i dettagli',
+ 'update' => 'Aggiornare',
+ 'change_password' => 'Cambia la password',
+ 'choose_an_option' => 'Scegliere un\'opzione...',
+ 'change_status' => 'Cambiare stato',
+ 'profile_settings' => 'Impostazioni del profilo',
+ 'profile_detail' => 'Dettaglio profilo',
+
+ // Register page
+ 'accept_terms_label' => 'Accetto i termini.',
+ 'accept_protection_law_label' => 'Accetto i termini della legge sul' . setting_value('visiosoft.module.profile::register_protection_url') . '"target =" _ blank "> Protezione dei dati personali.',
+ 'accept_privacy_terms_label' => 'accetto' . setting_value('visiosoft.module.profile::register_privacy_url') . '"target =" _ blank "> termini di privacy.',
+ 'receive_sms_emails_label' => 'Voglio ricevere email ed sms.',
+
+ // Register Type
+ 'personal' => [
+ 'name' => 'Personale'
+ ],
+
+ 'education_part' => [
+ 'name' => 'Stato dell\'istruzione'
+ ],
+
+ 'notified_new_updates' => [
+ 'name' => 'Notificati nuovi aggiornamenti',
+ ],
+ 'notified_about_ads' => [
+ 'name' => 'Notificato sugli annunci',
+ ],
+ 'receive_messages_email' => [
+ 'name' => 'Ricevi messaggi e-mail',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/it/message.php b/resources/default/addons/visiosoft/profile-module/lang/it/message.php
new file mode 100644
index 000000000..53f974366
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/it/message.php
@@ -0,0 +1,47 @@
+ "Il campo e-mail è obbligatorio!",
+ "username" => "Il campo nome utente è obbligatorio!",
+ "success_update" => "Aggiornamento profilo riuscito!",
+ "adress_success_update" => "Indirizzo aggiornamento riuscito!",
+ "adress_success_create" => "Indirizzo Crea con successo!",
+ "login_error" => "User e password non corretti.",
+ "login_noMail_old_user" => "L\\'indirizzo email inserito non è stato trovato.",
+ "login_noMail_old_user2" => "Controlla l\\'indirizzo e-mail e riprova.",
+ "login_noMail_old_user3" => "Se il problema persiste,
+ contattare \\'info@openclassify.com\\'.",
+ "login_info_old_user" => "Una nuova password è stata inviata al tuo indirizzo e-mail.",
+ "success" => "Successo",
+ "notified_new_updates" => "Voglio essere informato dei nuovi aggiornamenti",
+ "notified_about_ads" => "Consenti notifiche sui miei annunci",
+ "receive_messages_email" => "Voglio ricevere messaggi come e-mail",
+ "no_packages_module" => "Nessun modulo pacchetti!",
+ "required_add"=> "Si prega di compilare tutte le righe richieste.",
+ "no_extend_package" => "Nessun pacchetto di annunci estesi",
+ "saved" => "Salvato!",
+ 'please_confirm_transaction' => 'Conferma la transazione',
+ 'password_do_not_match' => 'le passwords non corrispondono',
+ 'your_password_changed' => 'La tua password è stata aggiornata con successo',
+ 'error_valid_email_or_phone' => 'Il numero di telefono o il formato dell\'indirizzo e-mail non sono corretti.',
+ 'error_valid_phone' => 'Il formato del numero di telefono non è corretto.',
+ 'registered_phone' => 'Questo numero di telefono è già stato registrato.',
+ 'ajax_address_error' => 'Nessun indirizzo o non autorizzato a visualizzare.',
+ 'empty_password_sms_message' => 'Per problemi di sicurezza, abbiamo cambiato la tua password! La tua nuova password è:',
+ 'required_all' => "Tutti i campi sono obbligatori!",
+ 'can_not_remove_filled_fields' => "Non puoi rimuovere i campi compilati!",
+ 'wrong_password' => "La password inserita non è corretta!",
+
+ // Forgot Password
+ 'email_phone_not_found' => 'L\'e-mail, il numero di telefono non è corretto!',
+
+ 'disable_account' => 'Vuoi chiudere il tuo account? Questa operazione non può essere annullata.',
+
+ // Mail
+ 'update_email_mail_subject' => 'Email aggiornata!',
+ 'update_email_mail_message' => 'La tua email è stata aggiornata!',
+
+ // Register
+ 'recaptcha_field_is_required' => 'Il campo reCaptcha è obbligatorio.',
+ 'failed_to_validate_captcha' => 'Impossibile convalidare il captcha.',
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/it/permission.php b/resources/default/addons/visiosoft/profile-module/lang/it/permission.php
new file mode 100644
index 000000000..be4a66ce2
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/it/permission.php
@@ -0,0 +1,36 @@
+ [
+ 'name' => 'Profilo',
+ 'option' => [
+ 'read' => 'Sai leggere il profilo? ',
+ 'write' => 'Puoi creare / modificare il profilo? ',
+ 'delete' => 'È possibile eliminare il profilo?',
+ ],
+ ],
+ 'adress' => [
+ 'name' => 'Un vestito',
+ 'option' => [
+ 'read' => 'Sai leggere l\\'indirizzo? ',
+ 'write' => 'Può creare / modificare l\'istruzione?',
+ 'delete' => 'Può eliminare l\'istruzione?',
+ ],
+ ],
+ 'education' => [
+ 'name' => 'Formazione scolastica',
+ 'option' => [
+ 'read' => 'Può leggere l\'istruzione?',
+ 'write' => 'Può creare / modificare l\'istruzione?',
+ 'delete' => 'Può eliminare l\'istruzione?',
+ ],
+ ],
+ 'education_part' => [
+ 'name' => 'Parte dell\'istruzione',
+ 'option' => [
+ 'read' => 'Può leggere la parte educativa?',
+ 'write' => 'Può creare / modificare la parte educativa?',
+ 'delete' => 'Può eliminare la parte educativa?',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/it/section.php b/resources/default/addons/visiosoft/profile-module/lang/it/section.php
new file mode 100644
index 000000000..dbc4f7471
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/it/section.php
@@ -0,0 +1,18 @@
+ [
+ 'title' => 'Profilo',
+ ],
+ 'adress' => [
+ 'title' => 'Un vestito',
+ ],
+ 'general_setting' => 'impostazioni generali',
+ 'recaptcha' => 'reCAPTCHA',
+ 'education' => [
+ 'title' => 'Formazione scolastica',
+ ],
+ 'education_part' => [
+ 'title' => 'Parte dell\'istruzione',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/it/setting.php b/resources/default/addons/visiosoft/profile-module/lang/it/setting.php
new file mode 100644
index 000000000..ddd343208
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/it/setting.php
@@ -0,0 +1,58 @@
+ [
+ 'name' => 'Mostra la scheda I miei annunci',
+ ],
+ 'upload_avatar' => [
+ 'name' => 'Caricamento avatar',
+ ],
+ 'show_tax_office' => [
+ 'name' => 'Mostra campo Ufficio delle imposte',
+ ],
+ 'show_checkbox_terms_on_register' => [
+ 'name' => 'Mostra i termini della casella di controllo al momento della registrazione',
+ 'instructions' => 'Mostra il "termine di accettazione", "legge di protezione", "termine di privacy", "sms ed email" nel modulo di registrazione'
+ ],
+ 'register_protection_url' => [
+ 'name' => 'Registrare l\'URL di protezione',
+ ],
+ 'register_privacy_url' => [
+ 'name' => 'Registra URL privacy',
+ ],
+ 'show_education_profession' => [
+ 'name' => 'Mostra campi di istruzione e professione',
+ 'instructions' => 'Mostra "Istruzione", "Stato di istruzione" e "Professione" nella pagina di modifica del profilo'
+ ],
+ 'google_captcha_site_key' => [
+ 'name' => 'Chiave del sito Google Captcha',
+ ],
+ 'google_captcha_secret_key' => [
+ 'name' => 'Chiave segreta di Google Captcha',
+ ],
+ 'score_threshold' => [
+ 'name' => 'Soglia del punteggio',
+ 'instructions' => 'Un valore compreso tra 0 e 1. Maggiore è la soglia, più rigoroso è ReCaptcha nel tentativo di determinare se un utente è un bot o meno.',
+ ],
+ 'education' => [
+ 'name' => 'Formazione scolastica'
+ ],
+ 'state_of_education' => [
+ 'name' => 'Stato dell\'istruzione'
+ ],
+ 'profession' => [
+ 'name' => 'Professione'
+ ],
+ 'hide_register_type_profile' => [
+ 'name' => 'Nascondi il tipo di registro nella pagina del profilo',
+ 'instructions' => 'Nasconde il campo del tipo di registro nella pagina di modifica del profilo.',
+ ],
+ 'required_district' => [
+ 'name' => 'Distretto richiesto',
+ 'instructions' => 'L\'aggiunta di un indirizzo rappresenta l\'obbligo del distretto.',
+ ],
+ 'show_extends_actions' => [
+ 'name' => 'Mostra azioni estensioni',
+ 'instructions' => 'Rappresenta le opzioni Estende disponibili nella pagina Annunci del mio profilo.',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/it/stream.php b/resources/default/addons/visiosoft/profile-module/lang/it/stream.php
new file mode 100644
index 000000000..e461458a8
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/it/stream.php
@@ -0,0 +1,16 @@
+ [
+ 'name' => 'Profilo',
+ ],
+ 'adress' => [
+ 'name' => 'Un vestito',
+ ],
+ 'education' => [
+ 'name' => 'Formazione scolastica',
+ ],
+ 'education_part' => [
+ 'name' => 'Parte dell\'istruzione',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/ja/addon.php b/resources/default/addons/visiosoft/profile-module/lang/ja/addon.php
new file mode 100644
index 000000000..044f789d3
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/ja/addon.php
@@ -0,0 +1,7 @@
+ 'プロフィール',
+ 'name' => 'プロファイルモジュール',
+ 'description' => ''
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/ja/button.php b/resources/default/addons/visiosoft/profile-module/lang/ja/button.php
new file mode 100644
index 000000000..4a09430b2
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/ja/button.php
@@ -0,0 +1,21 @@
+ '新しいプロフィール',
+ 'new_adress' => '新しいアドレス',
+ 'show' => '住所を表示',
+ 'update_password' => 'パスワードを更新',
+ 'update_profile' => 'プロフィールを更新',
+ 'delete' => '削除する',
+ 'extend' => '伸ばす',
+ 'extend_all' => 'すべて拡張',
+ 'extend_unpublished' => '未公開の拡張',
+ 'edit' => '編集する',
+ 'go_profile' => 'プロファイルの詳細に移動',
+ 'go_user' => 'ユーザーの詳細に移動',
+ 'personal' => '個人的な',
+ 'corporate' => 'コーポレート',
+ 'export' => '書き出す',
+ 'new_education' => '新しい教育',
+ 'new_education_part' => '新教育部',
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/ja/field.php b/resources/default/addons/visiosoft/profile-module/lang/ja/field.php
new file mode 100644
index 000000000..9d69f53be
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/ja/field.php
@@ -0,0 +1,499 @@
+ [
+ 'name' => '写真'
+ ],
+ 'first_name' => [
+ 'name' => 'ファーストネーム'
+ ],
+ 'last_name' => [
+ 'name' => '苗字'
+ ],
+ 'username' => [
+ 'name' => 'ユーザー名'
+ ],
+ 'display_name' => [
+ 'name' => '表示名'
+ ],
+ 'email' => [
+ 'name' => 'メールアドレス'
+ ],
+ 'sitename' => [
+ 'name' => 'サイト名'
+ ],
+ 'activated' => [
+ 'name' => 'ユーザーアクティブ'
+ ],
+ 'enabled' => [
+ 'name' => 'ユーザー有効'
+ ],
+ 'country' => [
+ 'name' => '国'
+ ],
+ 'city' => [
+ 'name' => '市'
+ ],
+ 'district' => [
+ 'name' => '地区'
+ ],
+ 'neighborhood' => [
+ 'name' => 'ご近所'
+ ],
+ 'village' => [
+ 'name' => '村'
+ ],
+ 'gsm_phone' => [
+ 'name' => 'GSM電話'
+ ],
+ 'land_phone' => [
+ 'name' => '陸上電話'
+ ],
+ 'office_phone' => [
+ 'name' => 'オフィスの電話'
+ ],
+ 'register_type' => [
+ 'name' => '登録タイプ'
+ ],
+ 'birthday' => [
+ 'name' => 'お誕生日'
+ ],
+ 'facebook_address' => [
+ 'name' => 'Facebookアドレス'
+ ],
+ 'google_address' => [
+ 'name' => 'Googleアドレス'
+ ],
+ 'education' => [
+ 'name' => '教育'
+ ],
+ 'state_of_education' => [
+ 'name' => '教育の状態'
+ ],
+ 'profession' => [
+ 'name' => '職業'
+ ],
+ 'identification_number' => [
+ 'name' => '識別番号'
+ ],
+ 'adress_name' => [
+ 'name' => '住所'
+ ],
+ 'adress_first_name' => [
+ 'name' => 'ファーストネーム'
+ ],
+ 'adress_last_name' => [
+ 'name' => '苗字'
+ ],
+ 'actions' => [
+ 'name' => '行動'
+ ],
+ 'adress_content' => [
+ 'name' => 'アドレスコンテンツ'
+ ],
+ 'adress_post_code' => [
+ 'name' => '郵便番号'
+ ],
+ 'adress_gsm_phone' => [
+ 'name' => 'Gsm電話'
+ ],
+ 'adress_land_phone' => [
+ 'name' => '陸上電話'
+ ],
+ 'adress_country' => [
+ 'name' => '国'
+ ],
+ 'adress_city' => [
+ 'name' => '市'
+ ],
+ 'adress_district' => [
+ 'name' => '地区'
+ ],
+ 'adress_neighborhood' => [
+ 'name' => 'ご近所'
+ ],
+ 'adress_village' => [
+ 'name' => '村'
+ ],
+ 'messages' => [
+ 'name' => 'メッセージ'
+ ],
+ 'user' => [
+ 'name' => 'ユーザー'
+ ],
+ 'name' => [
+ 'name' => '名前'
+ ],
+
+ /*Menu Button*/
+ 'profile' => [
+ 'name' => 'プロフィール'
+ ],
+
+ 'create' => [
+ 'name' => '作成する'
+ ],
+ 'edit' => [
+ 'name' => '編集する'
+ ],
+ 'delete' => [
+ 'name' => '削除する'
+ ],
+ 'list' => [
+ 'name' => 'リスト'
+ ],
+ 'menu_address' => [
+ 'name' => '住所'
+ ],
+ 'menu_orders' => [
+ 'name' => '注文'
+ ],
+ 'menu_favorites' => [
+ 'name' => 'お気に入り'
+ ],
+ 'menu_archived_ads' => [
+ 'name' => 'アーカイブされた広告'
+ ],
+ 'menu_pending_ads' => [
+ 'name' => '承認待ちの'
+ ],
+ 'menu_delete_account' => [
+ 'name' => 'アカウントを閉じる'
+ ],
+ 'menu_my_ads' => [
+ 'name' => '私の広告'
+ ],
+ 'menu_fav_ads' => [
+ 'name' => 'お気に入りの広告'
+ ],
+ 'menu_hello_msg' => [
+ 'name' => 'こんにちは'
+ ],
+ 'menu_last_msg' => [
+ 'name' => 'あなたは最後にログインしました'
+ ],
+ 'menu_packages' => [
+ 'name' => '私のパッケージ'
+ ],
+ 'menu_adv_packages' => [
+ 'name' => '広告パッケージ'
+ ],
+ 'menu_time_packages' => [
+ 'name' => '時間パッケージ'
+ ],
+ 'profile_details' => [
+ 'name' => 'プロフィール詳細'
+ ],
+ 'profile_photo' => [
+ 'name' => 'プロフィール写真'
+ ],
+ 'adv_listing_banner' => [
+ 'name' => '広告リストページバナー'
+ ],
+ 'approve' => [
+ 'name' => '承認する'
+ ],
+ 'approved' => [
+ 'name' => '承認済み'
+ ],
+ 'pending' => [
+ 'name' => '保留中'
+ ],
+ 'passive' => [
+ 'name' => '受動的'
+ ],
+ 'pending_admin' => [
+ 'name' => '保留中'
+ ],
+ 'menu_messages' => [
+ 'name' => 'メッセージ'
+ ],
+ 'menu_my_purchase' => [
+ 'name' => '私の購入'
+ ],
+ 'menu_my_sales' => [
+ 'name' => '私の販売'
+ ],
+
+ /* Right Dock*/
+ 'right_secure_trading_subject' => [
+ 'name' => '安全な取引'
+ ],
+ 'right_secure_trading_msg' => [
+ 'name' => 'Lorem ipsum dolor sit amet、consectetur adipisicing elit'
+ ],
+ 'right_support_subject' => [
+ 'name' => '24時間年中無休のサポート'
+ ],
+ 'right_support_msg' => [
+ 'name' => 'Lorem ipsum dolor sit amet、consectetur adipisicing elit'
+ ],
+ 'right_easy_trading_subject' => [
+ 'name' => '簡単な取引'
+ ],
+ 'right_easy_trading_msg' => [
+ 'name' => 'Lorem ipsum dolor sit amet、consectetur adipisicing elit'
+ ],
+ 'right_need_help_subject' => [
+ 'name' => '助けが必要?'
+ ],
+ 'right_need_help_msg' => [
+ 'name' => 'お電話ください'
+ ],
+ 'disable_account' => [
+ 'name' => 'アカウントを無効にします'
+ ],
+ 'disable_account_msg' => [
+ 'name' => 'アカウントは無効になります。
+ この操作は元に戻せません'
+ ],
+
+ 'message_title' => 'メッセージのタイトル',
+ 'owner_name' => 'メッセージ',
+
+ 'favorites' => "お気に入り",
+ 'fav_advs' => 'お気に入りの広告',
+ 'fav_sellers' => "お気に入りセラー",
+ 'fav_searches' => "お気に入り検索",
+ 'posted_on' => "ポストする",
+ 'message_details' => "メッセージ詳細",
+ 'adv_no' => '広告番号',
+ 'bill_address' => [
+ 'name' => '請求先住所',
+ ],
+ 'delivery_address' => [
+ 'name' => '配送先住所',
+ ],
+ 'order_total' => [
+ 'name' => '合計',
+ ],
+ 'order_date' => [
+ 'name' => '注文日',
+ ],
+ 'order_no' => [
+ 'name' => '注文ID',
+ ],
+ 'order_detail' => [
+ 'name' => '詳細を表示',
+ ],
+ /*Detail Page Order*/
+ 'detail' => [
+ 'name' => '細部',
+ ],
+ 'back' => [
+ 'name' => 'バック',
+ ],
+ 'image' => [
+ 'name' => '画像',
+ ],
+ 'subject' => [
+ 'name' => '件名',
+ ],
+ 'price' => [
+ 'name' => '価格',
+ ],
+ 'piece' => [
+ 'name' => 'ピース',
+ ],
+ 'commission' => [
+ 'name' => '手数料',
+ ],
+ 'total' => [
+ 'name' => '合計',
+ ],
+ 'sub_total' => [
+ 'name' => '小計',
+ ],
+ 'sale' => [
+ 'name' => 'セール',
+ ],
+ 'awaiting_tracking_number' => [
+ 'name' => '追跡番号待ち',
+ ],
+ 'awaiting_payment_approval' => [
+ 'name' => '支払い承認待ち',
+ ],
+ 'paid' => [
+ 'name' => '有償',
+ ],
+ 'cancelled' => [
+ 'name' => 'キャンセル',
+ ],
+ 'waiting' => [
+ 'name' => '待っています',
+ ],
+ 'awaiting_dispatch' => [
+ 'name' => '発送待ち',
+ ],
+ 'shipped' => [
+ 'name' => '発送済み',
+ ],
+ 'delivered' => [
+ 'name' => 'お届け',
+ ],
+ 'tracking_number' => [
+ 'name' => '追跡番号',
+ ],
+ 'was_delivered' => [
+ 'name' => '配達されました',
+ ],
+ 'not_delivered' => [
+ 'name' => '配信されていません',
+ ],
+ 'show_order_msg1' => [
+ 'name' => '取引結果はメールで通知されます。',
+ ],
+ 'show_order_msg2' => [
+ 'name' => '商品が1週間以内に配達されない場合は返金されます。',
+ ],
+ 'show_order_msg3' => [
+ 'name' => '取引の結果は、ご登録のメールアドレスに送信されました。',
+ ],
+
+ 'awaiting_payment' => [
+ 'name' => '支払いを待っている',
+ ],
+ 'please_entered_tracking_number' => [
+ 'name' => '追跡番号を入力してください',
+ ],
+ 'transport_days' => [
+ 'name' => '輸送日',
+ ],
+ 'product_not_delivered' => [
+ 'name' => '配送されない商品',
+ ],
+ 'status' => [
+ 'name' => '状態',
+ ],
+ 'cancel_sale' => [
+ 'name' => 'セールをキャンセル',
+ ],
+ 'send_again' => [
+ 'name' => '再送します',
+ ],
+ 'content' => [
+ 'name' => 'コンテンツ',
+ ],
+ 'preferences_settings' => [
+ 'name' => '設定',
+ ],
+
+ 'corporate_settings' => [
+ 'name' => '会社の設定',
+ ],
+ 'password' => [
+ 'name' => 'パスワード',
+ ],
+ 'old_password' => [
+ 'name' => '以前のパスワード',
+ ],
+ 'new_password' => [
+ 'name' => '新しいパスワード',
+ ],
+ 're_new_password' => [
+ 'name' => 'パスワードを認証する',
+ ],
+ 'confirm_password_input' => [
+ 'name' => 'パスワードの変更を確認します',
+ ],
+ 'create_address' => [
+ 'name' => '住所を作成',
+ ],
+ 'edit_address' => [
+ 'name' => '住所を編集',
+ ],
+ 'balance_limit' => [
+ 'name' => 'バランス制限',
+ ],
+ 'active_ads' => [
+ 'name' => 'アクティブ広告',
+ ],
+ 'subscriptions' => [
+ 'name' => '定期購入',
+ ],
+ 'go_subscriptions_page' => [
+ 'name' => 'サブスクリプションページに移動',
+ ],
+ 'buy_package' => [
+ 'name' => 'パッケージを購入',
+ ],
+ 'expired_date' => [
+ 'name' => '有効期限',
+ ],
+ 'category' => [
+ 'name' => 'カテゴリー',
+ ],
+ 'ad_limit' => [
+ 'name' => '広告制限',
+ ],
+ 'publish_time' => [
+ 'name' => '公開時間',
+ ],
+ 'all_categories' => [
+ 'name' => 'すべてのカテゴリ',
+ ],
+ 'day' => [
+ 'name' => '日',
+ ],
+
+ 'individual' => [
+ 'name' => '個人',
+ ],
+ 'corporate' => [
+ 'name' => '企業',
+ ],
+
+ 'details' => [
+ 'name' => '細部'
+ ],
+ 'choose' => [
+ 'name' => '選ぶ'
+ ],
+ 'my_address' => '私のアドレス',
+
+ 'company' => [
+ 'name' => '会社名'
+ ],
+ 'tax_office' => [
+ 'name' => '税務署'
+ ],
+ 'tax_number' => [
+ 'name' => '税番号'
+ ],
+
+ // Profile page
+ 'my_profile' => '私のプロフィール',
+ 'edit_profile' => 'プロファイル編集',
+ 'edit_details' => '詳細を編集する',
+ 'update' => '更新',
+ 'change_password' => 'パスワードを変更する',
+ 'choose_an_option' => 'オプションを選択...',
+ 'change_status' => 'ステータスを変更する',
+ 'profile_settings' => 'プロファイル設定',
+ 'profile_detail' => 'プロファイルの詳細',
+
+ // Register page
+ 'accept_terms_label' => '利用規約に同意します。',
+ 'accept_protection_law_label' => '私は上の法律の条件に同意します' . setting_value('visiosoft.module.profile::register_protection_url') . '"target =" _blank ">個人データの保護',
+ 'accept_privacy_terms_label' => '承諾します' . setting_value('visiosoft.module.profile::register_privacy_url') . '"target =" _blank ">プライバシー条件。',
+ 'receive_sms_emails_label' => 'メールとSMSを受け取りたいです。',
+
+ // Register Type
+ 'personal' => [
+ 'name' => '個人'
+ ],
+
+ 'education_part' => [
+ 'name' => '教育の状態'
+ ],
+
+ 'notified_new_updates' => [
+ 'name' => '通知された新しい更新',
+ ],
+ 'notified_about_ads' => [
+ 'name' => '広告について通知',
+ ],
+ 'receive_messages_email' => [
+ 'name' => 'メッセージを受信するEメール',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/ja/message.php b/resources/default/addons/visiosoft/profile-module/lang/ja/message.php
new file mode 100644
index 000000000..f54878bc6
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/ja/message.php
@@ -0,0 +1,46 @@
+ "メールフィールドは必須です!",
+ "username" => "ユーザー名フィールドは必須です!",
+ "success_update" => "プロファイルが正常に更新されました!",
+ "adress_success_update" => "アドレスの更新に成功しました!",
+ "adress_success_create" => "アドレス作成に成功しました!",
+ "login_error" => "不正なログインまたはパスワード。",
+ "login_noMail_old_user" => "入力したメールアドレスが見つかりませんでした。",
+ "login_noMail_old_user2" => "メールアドレスを確認して、もう一度お試しください。",
+ "login_noMail_old_user3" => "問題が解決しない場合は、「info@openclassify.com」にご連絡ください。",
+ "login_info_old_user" => "新しいパスワードが電子メールアドレスに送信されました。",
+ "success" => "成功",
+ "notified_new_updates" => "新しい更新の通知を受け取りたい",
+ "notified_about_ads" => "広告に関する通知を許可する",
+ "receive_messages_email" => "メッセージをメールで受け取りたい",
+ "no_packages_module" => "パッケージモジュールがありません!",
+ "required_add"=> "必要事項をすべてご記入ください。",
+ "no_extend_package" => "拡張広告パッケージなし",
+ "saved" => "保存しました!",
+ 'please_confirm_transaction' => '取引を確認してください',
+ 'password_do_not_match' => 'パスワードが一致していません',
+ 'your_password_changed' => 'パスワードが更新されました',
+ 'error_valid_email_or_phone' => '電話番号または電子メールアドレスの形式が正しくありません。',
+ 'error_valid_phone' => '電話番号の形式が正しくありません。',
+ 'registered_phone' => 'この電話番号はすでに登録されています。',
+ 'ajax_address_error' => '住所がないか、表示する権限がありません。',
+ 'empty_password_sms_message' => 'セキュリティ上の問題により、パスワードを変更しました!新しいパスワードは:',
+ 'required_all' => "すべてのフィールドが必要です!",
+ 'can_not_remove_filled_fields' => "塗りつぶされたフィールドは削除できません!",
+ 'wrong_password' => "入力したパスワードが正しくありません!",
+
+ // Forgot Password
+ 'email_phone_not_found' => 'メール、電話番号が違います!',
+
+ 'disable_account' => 'アカウントを閉鎖しますか?この操作は元に戻せません。',
+
+ // Mail
+ 'update_email_mail_subject' => 'メールを更新しました!',
+ 'update_email_mail_message' => 'メールが更新されました!',
+
+ // Register
+ 'recaptcha_field_is_required' => 'reCaptchaフィールドは必須です。',
+ 'failed_to_validate_captcha' => 'キャプチャの検証に失敗しました。',
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/ja/permission.php b/resources/default/addons/visiosoft/profile-module/lang/ja/permission.php
new file mode 100644
index 000000000..102a56963
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/ja/permission.php
@@ -0,0 +1,36 @@
+ [
+ 'name' => 'プロフィール',
+ 'option' => [
+ 'read' => 'プロフィールを読むことができますか?',
+ 'write' => 'プロファイルを作成/編集できますか?',
+ 'delete' => 'プロファイルを削除できますか?',
+ ],
+ ],
+ 'adress' => [
+ 'name' => '住所',
+ 'option' => [
+ 'read' => 'アドレスを読むことができますか?',
+ 'write' => 'アドレスを作成/編集できますか?',
+ 'delete' => 'アドレスを削除できますか?',
+ ],
+ ],
+ 'education' => [
+ 'name' => '教育',
+ 'option' => [
+ 'read' => '教育を読むことができますか?',
+ 'write' => '教育を作成/編集できますか?',
+ 'delete' => '教育を削除できますか?',
+ ],
+ ],
+ 'education_part' => [
+ 'name' => '教育部分',
+ 'option' => [
+ 'read' => '教育部分は読めますか?',
+ 'write' => '教育パートを作成/編集できますか?',
+ 'delete' => '教育部分を削除できますか?',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/ja/section.php b/resources/default/addons/visiosoft/profile-module/lang/ja/section.php
new file mode 100644
index 000000000..c174f167b
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/ja/section.php
@@ -0,0 +1,18 @@
+ [
+ 'title' => 'プロフィール',
+ ],
+ 'adress' => [
+ 'title' => '住所',
+ ],
+ 'general_setting' => '一般設定',
+ 'recaptcha' => 'reCAPTCHA',
+ 'education' => [
+ 'title' => '教育',
+ ],
+ 'education_part' => [
+ 'title' => '教育部分',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/ja/setting.php b/resources/default/addons/visiosoft/profile-module/lang/ja/setting.php
new file mode 100644
index 000000000..99f5500da
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/ja/setting.php
@@ -0,0 +1,58 @@
+ [
+ 'name' => '広告タブを表示',
+ ],
+ 'upload_avatar' => [
+ 'name' => 'アバターのアップロード',
+ ],
+ 'show_tax_office' => [
+ 'name' => '税務署フィールドを表示',
+ ],
+ 'show_checkbox_terms_on_register' => [
+ 'name' => '登録時にチェックボックスの条件を表示する',
+ 'instructions' => '登録フォームに「同意条件」、「保護法」、「プライバシー期間」、「SMSとメール」を表示します'
+ ],
+ 'register_protection_url' => [
+ 'name' => '保護URLを登録する',
+ ],
+ 'register_privacy_url' => [
+ 'name' => 'プライバシーURLを登録する',
+ ],
+ 'show_education_profession' => [
+ 'name' => '教育と職業の分野を表示する',
+ 'instructions' => 'プロファイル編集ページに「教育」、「教育の現状」、「職業」を表示します'
+ ],
+ 'google_captcha_site_key' => [
+ 'name' => 'GoogleCaptchaサイトキー',
+ ],
+ 'google_captcha_secret_key' => [
+ 'name' => 'GoogleCaptchaシークレットキー',
+ ],
+ 'score_threshold' => [
+ 'name' => 'スコアのしきい値',
+ 'instructions' => '0から1までの値。しきい値が高いほど、ReCaptchaはユーザーがボットであるかどうかを判断する際に厳密になります。',
+ ],
+ 'education' => [
+ 'name' => '教育'
+ ],
+ 'state_of_education' => [
+ 'name' => '教育の状態'
+ ],
+ 'profession' => [
+ 'name' => '職業'
+ ],
+ 'hide_register_type_profile' => [
+ 'name' => 'プロファイルページでレジスタタイプを非表示にする',
+ 'instructions' => 'プロファイル編集ページのレジスタタイプフィールドを非表示にします。',
+ ],
+ 'required_district' => [
+ 'name' => '必要な地区',
+ 'instructions' => '住所の追加は、地区の義務を表しています。',
+ ],
+ 'show_extends_actions' => [
+ 'name' => 'Show ExtendsActions',
+ 'instructions' => 'マイプロフィール広告ページで利用可能な拡張オプションを表します。',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/ja/stream.php b/resources/default/addons/visiosoft/profile-module/lang/ja/stream.php
new file mode 100644
index 000000000..818631b73
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/ja/stream.php
@@ -0,0 +1,16 @@
+ [
+ 'name' => 'プロフィール',
+ ],
+ 'adress' => [
+ 'name' => '住所',
+ ],
+ 'education' => [
+ 'name' => '教育',
+ ],
+ 'education_part' => [
+ 'name' => '教育部分',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/ko/addon.php b/resources/default/addons/visiosoft/profile-module/lang/ko/addon.php
new file mode 100644
index 000000000..723a4062e
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/ko/addon.php
@@ -0,0 +1,7 @@
+ '프로필',
+ 'name' => '프로필 모듈',
+ 'description' => ''
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/ko/button.php b/resources/default/addons/visiosoft/profile-module/lang/ko/button.php
new file mode 100644
index 000000000..658e135b6
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/ko/button.php
@@ -0,0 +1,21 @@
+ '새 프로필',
+ 'new_adress' => '새로운 주소',
+ 'show' => '주소 표시',
+ 'update_password' => '비밀번호 업데이트',
+ 'update_profile' => '프로필 업데이트',
+ 'delete' => '지우다',
+ 'extend' => '넓히다',
+ 'extend_all' => '모두 확장',
+ 'extend_unpublished' => '게시되지 않은 항목 확장',
+ 'edit' => '편집하다',
+ 'go_profile' => '프로필 정보로 이동',
+ 'go_user' => '사용자 정보로 이동',
+ 'personal' => '개인적인',
+ 'corporate' => '기업',
+ 'export' => '수출',
+ 'new_education' => '새로운 교육',
+ 'new_education_part' => '새로운 교육 부분',
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/ko/field.php b/resources/default/addons/visiosoft/profile-module/lang/ko/field.php
new file mode 100644
index 000000000..b7944b569
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/ko/field.php
@@ -0,0 +1,499 @@
+ [
+ 'name' => '사진'
+ ],
+ 'first_name' => [
+ 'name' => '이름'
+ ],
+ 'last_name' => [
+ 'name' => '성'
+ ],
+ 'username' => [
+ 'name' => '사용자 이름'
+ ],
+ 'display_name' => [
+ 'name' => '이름 표시하기'
+ ],
+ 'email' => [
+ 'name' => '이메일 주소'
+ ],
+ 'sitename' => [
+ 'name' => '사이트 이름'
+ ],
+ 'activated' => [
+ 'name' => '사용자 활성'
+ ],
+ 'enabled' => [
+ 'name' => '사용자 활성화'
+ ],
+ 'country' => [
+ 'name' => '국가'
+ ],
+ 'city' => [
+ 'name' => '시티'
+ ],
+ 'district' => [
+ 'name' => '지구'
+ ],
+ 'neighborhood' => [
+ 'name' => '이웃'
+ ],
+ 'village' => [
+ 'name' => '마을'
+ ],
+ 'gsm_phone' => [
+ 'name' => 'GSM 전화'
+ ],
+ 'land_phone' => [
+ 'name' => '대지 전화'
+ ],
+ 'office_phone' => [
+ 'name' => '사무실 전화'
+ ],
+ 'register_type' => [
+ 'name' => '등록 유형'
+ ],
+ 'birthday' => [
+ 'name' => '생신'
+ ],
+ 'facebook_address' => [
+ 'name' => '페이스 북 주소'
+ ],
+ 'google_address' => [
+ 'name' => 'Google 주소'
+ ],
+ 'education' => [
+ 'name' => '교육'
+ ],
+ 'state_of_education' => [
+ 'name' => '교육 현황'
+ ],
+ 'profession' => [
+ 'name' => '직업'
+ ],
+ 'identification_number' => [
+ 'name' => '식별 번호'
+ ],
+ 'adress_name' => [
+ 'name' => '주소 이름'
+ ],
+ 'adress_first_name' => [
+ 'name' => '이름'
+ ],
+ 'adress_last_name' => [
+ 'name' => '성'
+ ],
+ 'actions' => [
+ 'name' => '행위'
+ ],
+ 'adress_content' => [
+ 'name' => '주소 내용'
+ ],
+ 'adress_post_code' => [
+ 'name' => '우편 번호'
+ ],
+ 'adress_gsm_phone' => [
+ 'name' => 'GSM 전화'
+ ],
+ 'adress_land_phone' => [
+ 'name' => '대지 전화'
+ ],
+ 'adress_country' => [
+ 'name' => '국가'
+ ],
+ 'adress_city' => [
+ 'name' => '시티'
+ ],
+ 'adress_district' => [
+ 'name' => '지구'
+ ],
+ 'adress_neighborhood' => [
+ 'name' => '이웃'
+ ],
+ 'adress_village' => [
+ 'name' => '마을'
+ ],
+ 'messages' => [
+ 'name' => '메시지'
+ ],
+ 'user' => [
+ 'name' => '사용자'
+ ],
+ 'name' => [
+ 'name' => '이름'
+ ],
+
+ /*Menu Button*/
+ 'profile' => [
+ 'name' => '프로필'
+ ],
+
+ 'create' => [
+ 'name' => '창조하다'
+ ],
+ 'edit' => [
+ 'name' => '편집하다'
+ ],
+ 'delete' => [
+ 'name' => '지우다'
+ ],
+ 'list' => [
+ 'name' => '명부'
+ ],
+ 'menu_address' => [
+ 'name' => '주소'
+ ],
+ 'menu_orders' => [
+ 'name' => '명령'
+ ],
+ 'menu_favorites' => [
+ 'name' => '즐겨 찾기'
+ ],
+ 'menu_archived_ads' => [
+ 'name' => '보관 된 광고'
+ ],
+ 'menu_pending_ads' => [
+ 'name' => '승인 대기 중'
+ ],
+ 'menu_delete_account' => [
+ 'name' => '계정을 닫다'
+ ],
+ 'menu_my_ads' => [
+ 'name' => '내 광고'
+ ],
+ 'menu_fav_ads' => [
+ 'name' => '좋아하는 광고'
+ ],
+ 'menu_hello_msg' => [
+ 'name' => '여보세요'
+ ],
+ 'menu_last_msg' => [
+ 'name' => '에 마지막으로 로그인'
+ ],
+ 'menu_packages' => [
+ 'name' => '내 패키지'
+ ],
+ 'menu_adv_packages' => [
+ 'name' => '광고 패키지'
+ ],
+ 'menu_time_packages' => [
+ 'name' => '시간 패키지'
+ ],
+ 'profile_details' => [
+ 'name' => '프로필 정보'
+ ],
+ 'profile_photo' => [
+ 'name' => '프로필 사진'
+ ],
+ 'adv_listing_banner' => [
+ 'name' => '광고 목록 페이지 배너'
+ ],
+ 'approve' => [
+ 'name' => '승인'
+ ],
+ 'approved' => [
+ 'name' => '승인'
+ ],
+ 'pending' => [
+ 'name' => '대기 중'
+ ],
+ 'passive' => [
+ 'name' => '수동태'
+ ],
+ 'pending_admin' => [
+ 'name' => '대기 중'
+ ],
+ 'menu_messages' => [
+ 'name' => '메시지'
+ ],
+ 'menu_my_purchase' => [
+ 'name' => '내 구매'
+ ],
+ 'menu_my_sales' => [
+ 'name' => '내 판매'
+ ],
+
+ /* Right Dock*/
+ 'right_secure_trading_subject' => [
+ 'name' => '안전한 거래'
+ ],
+ 'right_secure_trading_msg' => [
+ 'name' => 'Lorem ipsum dolor 앉은 자, conditetur adipisicing elit'
+ ],
+ 'right_support_subject' => [
+ 'name' => '24/7 지원'
+ ],
+ 'right_support_msg' => [
+ 'name' => 'Lorem ipsum dolor 앉은 자, conditetur adipisicing elit'
+ ],
+ 'right_easy_trading_subject' => [
+ 'name' => '쉬운 거래'
+ ],
+ 'right_easy_trading_msg' => [
+ 'name' => 'Lorem ipsum dolor 앉은 자, conditetur adipisicing elit'
+ ],
+ 'right_need_help_subject' => [
+ 'name' => '도움이 필요하다?'
+ ],
+ 'right_need_help_msg' => [
+ 'name' => '전화 해'
+ ],
+ 'disable_account' => [
+ 'name' => '계정 비활성화'
+ ],
+ 'disable_account_msg' => [
+ 'name' => '귀하의 계정이 비활성화됩니다.
+ 이 작업은 취소 할 수 없습니다'
+ ],
+
+ 'message_title' => '메시지 제목',
+ 'owner_name' => '메시지',
+
+ 'favorites' => "즐겨 찾기",
+ 'fav_advs' => '좋아하는 광고',
+ 'fav_sellers' => "인기 판매자",
+ 'fav_searches' => "자주 묻는 검색",
+ 'posted_on' => "에 게시",
+ 'message_details' => "메시지 세부 사항",
+ 'adv_no' => '광고 번호',
+ 'bill_address' => [
+ 'name' => '청구서 주소',
+ ],
+ 'delivery_address' => [
+ 'name' => '배달 주소',
+ ],
+ 'order_total' => [
+ 'name' => '합계',
+ ],
+ 'order_date' => [
+ 'name' => '주문 날짜',
+ ],
+ 'order_no' => [
+ 'name' => '주문 아이디',
+ ],
+ 'order_detail' => [
+ 'name' => '세부 사항 표시',
+ ],
+ /*Detail Page Order*/
+ 'detail' => [
+ 'name' => '세부 묘사',
+ ],
+ 'back' => [
+ 'name' => '뒤',
+ ],
+ 'image' => [
+ 'name' => '영상',
+ ],
+ 'subject' => [
+ 'name' => '제목',
+ ],
+ 'price' => [
+ 'name' => '가격',
+ ],
+ 'piece' => [
+ 'name' => '조각',
+ ],
+ 'commission' => [
+ 'name' => '위원회',
+ ],
+ 'total' => [
+ 'name' => '합계',
+ ],
+ 'sub_total' => [
+ 'name' => '소계',
+ ],
+ 'sale' => [
+ 'name' => '판매',
+ ],
+ 'awaiting_tracking_number' => [
+ 'name' => '추적 번호를 기다리는 중',
+ ],
+ 'awaiting_payment_approval' => [
+ 'name' => '결제 승인 대기 중',
+ ],
+ 'paid' => [
+ 'name' => '유료',
+ ],
+ 'cancelled' => [
+ 'name' => '취소 된',
+ ],
+ 'waiting' => [
+ 'name' => '기다리는',
+ ],
+ 'awaiting_dispatch' => [
+ 'name' => '파견 대기 중',
+ ],
+ 'shipped' => [
+ 'name' => '배송 됨',
+ ],
+ 'delivered' => [
+ 'name' => '배송',
+ ],
+ 'tracking_number' => [
+ 'name' => '추적 번호',
+ ],
+ 'was_delivered' => [
+ 'name' => '배달되었다',
+ ],
+ 'not_delivered' => [
+ 'name' => '미배송',
+ ],
+ 'show_order_msg1' => [
+ 'name' => '거래 결과는 우편으로 통지됩니다.',
+ ],
+ 'show_order_msg2' => [
+ 'name' => '1 주일 이내에 제품을 배송하지 않으면 환불됩니다.',
+ ],
+ 'show_order_msg3' => [
+ 'name' => '거래 결과가 등록 된 이메일 주소로 전송되었습니다.',
+ ],
+
+ 'awaiting_payment' => [
+ 'name' => '결제 대기 중',
+ ],
+ 'please_entered_tracking_number' => [
+ 'name' => '추적 번호를 입력하십시오',
+ ],
+ 'transport_days' => [
+ 'name' => '운송 일',
+ ],
+ 'product_not_delivered' => [
+ 'name' => '배송되지 않은 제품',
+ ],
+ 'status' => [
+ 'name' => '상태',
+ ],
+ 'cancel_sale' => [
+ 'name' => '판매 취소',
+ ],
+ 'send_again' => [
+ 'name' => '다시 보내겠습니다',
+ ],
+ 'content' => [
+ 'name' => '함유량',
+ ],
+ 'preferences_settings' => [
+ 'name' => '환경 설정',
+ ],
+
+ 'corporate_settings' => [
+ 'name' => '회사 설정',
+ ],
+ 'password' => [
+ 'name' => '암호',
+ ],
+ 'old_password' => [
+ 'name' => '기존 비밀번호',
+ ],
+ 'new_password' => [
+ 'name' => '새 비밀번호',
+ ],
+ 're_new_password' => [
+ 'name' => '비밀번호 확인',
+ ],
+ 'confirm_password_input' => [
+ 'name' => '비밀번호 변경을 확인합니다',
+ ],
+ 'create_address' => [
+ 'name' => '주소 만들기',
+ ],
+ 'edit_address' => [
+ 'name' => '주소 편집',
+ ],
+ 'balance_limit' => [
+ 'name' => '잔액 한도',
+ ],
+ 'active_ads' => [
+ 'name' => '활성 광고',
+ ],
+ 'subscriptions' => [
+ 'name' => '구독',
+ ],
+ 'go_subscriptions_page' => [
+ 'name' => '구독 페이지로 이동',
+ ],
+ 'buy_package' => [
+ 'name' => '패키지 구매',
+ ],
+ 'expired_date' => [
+ 'name' => '유통 기한',
+ ],
+ 'category' => [
+ 'name' => '범주',
+ ],
+ 'ad_limit' => [
+ 'name' => '광고 한도',
+ ],
+ 'publish_time' => [
+ 'name' => '게시 시간',
+ ],
+ 'all_categories' => [
+ 'name' => '모든 카테고리',
+ ],
+ 'day' => [
+ 'name' => '일',
+ ],
+
+ 'individual' => [
+ 'name' => '개인',
+ ],
+ 'corporate' => [
+ 'name' => '기업',
+ ],
+
+ 'details' => [
+ 'name' => '세부'
+ ],
+ 'choose' => [
+ 'name' => '고르다'
+ ],
+ 'my_address' => '내 주소',
+
+ 'company' => [
+ 'name' => '회사 이름'
+ ],
+ 'tax_office' => [
+ 'name' => '세무서'
+ ],
+ 'tax_number' => [
+ 'name' => '세금 번호'
+ ],
+
+ // Profile page
+ 'my_profile' => '내 프로필',
+ 'edit_profile' => '프로필 편집',
+ 'edit_details' => '세부 정보 편집',
+ 'update' => '최신 정보',
+ 'change_password' => '비밀번호 변경',
+ 'choose_an_option' => '옵션을 선택하세요...',
+ 'change_status' => '상태 변경',
+ 'profile_settings' => '프로필 설정',
+ 'profile_detail' => '프로필 세부 정보',
+
+ // Register page
+ 'accept_terms_label' => '약관에 동의합니다.',
+ 'accept_protection_law_label' => '에 대한 법률 조항에 동의합니다.' . setting_value('visiosoft.module.profile::register_protection_url') . '"target ="_ blank "> 개인 데이터 보호.',
+ 'accept_privacy_terms_label' => '동의 함' . setting_value('visiosoft.module.profile::register_privacy_url') . '"target ="_ blank "> 개인 정보 보호 약관.',
+ 'receive_sms_emails_label' => '이메일과 SMS를 받고 싶습니다.',
+
+ // Register Type
+ 'personal' => [
+ 'name' => '개인적인'
+ ],
+
+ 'education_part' => [
+ 'name' => '교육 현황'
+ ],
+
+ 'notified_new_updates' => [
+ 'name' => '새로운 업데이트 알림',
+ ],
+ 'notified_about_ads' => [
+ 'name' => '광고에 대한 알림',
+ ],
+ 'receive_messages_email' => [
+ 'name' => '메시지 이메일 받기',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/ko/message.php b/resources/default/addons/visiosoft/profile-module/lang/ko/message.php
new file mode 100644
index 000000000..e3d4d22b0
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/ko/message.php
@@ -0,0 +1,46 @@
+ "이메일 필드는 필수입니다!",
+ "username" => "사용자 이름 필드는 필수입니다!",
+ "success_update" => "프로필 업데이트 성공!",
+ "adress_success_update" => "주소 업데이트 성공!",
+ "adress_success_create" => "성공적으로 주소를 만드십시오!",
+ "login_error" => "로그인 또는 비밀번호가 잘못되었습니다.",
+ "login_noMail_old_user" => "입력하신 이메일 주소를 찾을 수 없습니다.",
+ "login_noMail_old_user2" => "이메일 주소를 확인하고 다시 시도하십시오.",
+ "login_noMail_old_user3" => "문제가 계속되면 'info@openclassify.com'으로 문의하십시오.",
+ "login_info_old_user" => "귀하의 이메일 주소로 새 비밀번호가 발송되었습니다.",
+ "success" => "성공",
+ "notified_new_updates" => "새로운 업데이트에 대한 알림을 받고 싶습니다",
+ "notified_about_ads" => "내 광고에 대한 알림 허용",
+ "receive_messages_email" => "이메일로 메시지를 받고 싶습니다",
+ "no_packages_module" => "패키지 모듈 없음!",
+ "required_add"=> "필요한 모든 줄을 작성하십시오.",
+ "no_extend_package" => "확장 광고 패키지 없음",
+ "saved" => "저장되었습니다!",
+ 'please_confirm_transaction' => '거래를 확인하십시오',
+ 'password_do_not_match' => '비밀번호가 일치하지 않습니다',
+ 'your_password_changed' => '비밀번호가 성공적으로 업데이트되었습니다',
+ 'error_valid_email_or_phone' => '전화 번호 또는 이메일 주소 형식이 올바르지 않습니다.',
+ 'error_valid_phone' => '전화 번호 형식이 올바르지 않습니다.',
+ 'registered_phone' => '이 전화 번호는 이미 등록되었습니다.',
+ 'ajax_address_error' => '주소가 없거나 볼 권한이 없습니다.',
+ 'empty_password_sms_message' => '보안 문제로 인해 비밀번호가 변경되었습니다. 새 비밀번호는 다음과 같습니다.',
+ 'required_all' => "모든 필드는 필수입니다!",
+ 'can_not_remove_filled_fields' => "채워진 필드를 제거 할 수 없습니다!",
+ 'wrong_password' => "입력 한 비밀번호가 올바르지 않습니다!",
+
+ // Forgot Password
+ 'email_phone_not_found' => '이메일, 전화 번호가 올바르지 않습니다!',
+
+ 'disable_account' => '계정을 폐쇄 하시겠습니까? 이 작업은 취소 할 수 없습니다.',
+
+ // Mail
+ 'update_email_mail_subject' => '이메일이 업데이트되었습니다!',
+ 'update_email_mail_message' => '귀하의 이메일이 업데이트되었습니다!',
+
+ // Register
+ 'recaptcha_field_is_required' => 'reCaptcha 필드는 필수입니다.',
+ 'failed_to_validate_captcha' => '보안 문자를 확인하지 못했습니다.',
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/ko/permission.php b/resources/default/addons/visiosoft/profile-module/lang/ko/permission.php
new file mode 100644
index 000000000..22fae9542
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/ko/permission.php
@@ -0,0 +1,36 @@
+ [
+ 'name' => '프로필',
+ 'option' => [
+ 'read' => '프로필을 읽을 수 있습니까?',
+ 'write' => '프로필을 만들거나 편집 할 수 있습니까?',
+ 'delete' => '프로필을 삭제할 수 있습니까?',
+ ],
+ ],
+ 'adress' => [
+ 'name' => '주소',
+ 'option' => [
+ 'read' => '주소를 읽을 수 있습니까?',
+ 'write' => '주소를 만들거나 편집 할 수 있습니까?',
+ 'delete' => '주소를 삭제할 수 있습니까?',
+ ],
+ ],
+ 'education' => [
+ 'name' => '교육',
+ 'option' => [
+ 'read' => '교육을 읽을 수 있습니까?',
+ 'write' => '교육을 생성 / 편집 할 수 있습니까?',
+ 'delete' => '교육을 삭제할 수 있습니까?',
+ ],
+ ],
+ 'education_part' => [
+ 'name' => '교육 부분',
+ 'option' => [
+ 'read' => '교육 부분을 읽을 수 있습니까?',
+ 'write' => '교육 부분을 생성 / 편집 할 수 있습니까?',
+ 'delete' => '교육 부분을 삭제할 수 있습니까?',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/ko/section.php b/resources/default/addons/visiosoft/profile-module/lang/ko/section.php
new file mode 100644
index 000000000..8e87f27eb
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/ko/section.php
@@ -0,0 +1,18 @@
+ [
+ 'title' => '프로필',
+ ],
+ 'adress' => [
+ 'title' => '주소',
+ ],
+ 'general_setting' => '일반 설정',
+ 'recaptcha' => 'reCAPTCHA',
+ 'education' => [
+ 'title' => '교육',
+ ],
+ 'education_part' => [
+ 'title' => '교육 부분',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/ko/setting.php b/resources/default/addons/visiosoft/profile-module/lang/ko/setting.php
new file mode 100644
index 000000000..64aa188ff
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/ko/setting.php
@@ -0,0 +1,58 @@
+ [
+ 'name' => '내 광고 탭 표시',
+ ],
+ 'upload_avatar' => [
+ 'name' => '아바타 업로드',
+ ],
+ 'show_tax_office' => [
+ 'name' => '세무서 필드 표시',
+ ],
+ 'show_checkbox_terms_on_register' => [
+ 'name' => '레지스터에 체크 박스 용어 표시',
+ 'instructions' => '등록 양식에 "수락 기간", "보호법", "개인 정보 보호 기간", "sms 및 이메일"을 표시하십시오.'
+ ],
+ 'register_protection_url' => [
+ 'name' => '보호 URL 등록',
+ ],
+ 'register_privacy_url' => [
+ 'name' => '개인 정보 URL 등록',
+ ],
+ 'show_education_profession' => [
+ 'name' => '교육 및 전문 분야 표시',
+ 'instructions' => '프로필 편집 페이지에 "교육", "교육 상태"및 "직업"을 표시합니다.'
+ ],
+ 'google_captcha_site_key' => [
+ 'name' => 'Google Captcha 사이트 키',
+ ],
+ 'google_captcha_secret_key' => [
+ 'name' => 'Google Captcha 비밀 키',
+ ],
+ 'score_threshold' => [
+ 'name' => '점수 임계 값',
+ 'instructions' => '0과 1 사이의 값입니다. 임계 값이 높을수록 ReCaptcha는 사용자가 봇인지 아닌지 확인하는 데 더 엄격한 기준을 적용합니다.',
+ ],
+ 'education' => [
+ 'name' => '교육'
+ ],
+ 'state_of_education' => [
+ 'name' => '교육 현황'
+ ],
+ 'profession' => [
+ 'name' => '직업'
+ ],
+ 'hide_register_type_profile' => [
+ 'name' => '프로필 페이지에서 등록 유형 숨기기',
+ 'instructions' => '프로필 편집 페이지에서 레지스터 유형 필드를 숨 깁니다.',
+ ],
+ 'required_district' => [
+ 'name' => '필수 지구',
+ 'instructions' => '주소 추가는 지구 의무를 나타냅니다.',
+ ],
+ 'show_extends_actions' => [
+ 'name' => '확장 동작 표시',
+ 'instructions' => '내 프로필 광고 페이지에서 사용할 수있는 확장 옵션을 나타냅니다.',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/ko/stream.php b/resources/default/addons/visiosoft/profile-module/lang/ko/stream.php
new file mode 100644
index 000000000..6cca35454
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/ko/stream.php
@@ -0,0 +1,16 @@
+ [
+ 'name' => '프로필',
+ ],
+ 'adress' => [
+ 'name' => '주소',
+ ],
+ 'education' => [
+ 'name' => '교육',
+ ],
+ 'education_part' => [
+ 'name' => '교육 부분',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/ku/addon.php b/resources/default/addons/visiosoft/profile-module/lang/ku/addon.php
new file mode 100644
index 000000000..5599895ee
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/ku/addon.php
@@ -0,0 +1,7 @@
+ 'پرۆفایل',
+ 'name' => 'مۆدیلی پرۆفایل',
+ 'description' => ''
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/ku/button.php b/resources/default/addons/visiosoft/profile-module/lang/ku/button.php
new file mode 100644
index 000000000..37829d805
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/ku/button.php
@@ -0,0 +1,27 @@
+ 'پرۆفایلی نوێ',
+ 'new_adress' => 'ناونیشانی نوێ',
+ 'show' => 'ناونیشانی نیشاندە',
+ 'update_password' => ' وشەی نهێنیی نوێ بکەرەوە
+',
+ 'update_profile' => ' پرۆفایلی نوێکردنەوە',
+ 'delete' => 'سڕینەوە',
+ 'extend' => 'درێژ بکە',
+ 'extend_all' => 'هەموو درێژ بکە',
+ 'extend_unpublished' => 'بڵاونەکراوەتەوەی درێژ بکە
+',
+ 'edit' => 'دەستکاری بکە',
+ 'go_profile' => 'بچۆ ناو پڕۆفایل وردەکاری
+',
+ 'go_user' => 'بچۆ بۆ بەکارهێنەر وردەکاری
+',
+ 'personal' => 'شهخسی',
+ 'corporate' => 'Pargîdanî',
+ 'export' => 'هەناردن',
+ 'new_education' => 'په روه رده ی نوێ
+',
+ 'new_education_part' => 'بەشی پەروەردەی نوێ
+',
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/ku/field.php b/resources/default/addons/visiosoft/profile-module/lang/ku/field.php
new file mode 100644
index 000000000..bed52a913
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/ku/field.php
@@ -0,0 +1,566 @@
+ [
+ 'name' => 'وێنهکان'
+ ],
+ 'first_name' => [
+ 'name' => 'ناوی یەکەم
+'
+ ],
+ 'last_name' => [
+ 'name' => 'پاشناو'
+ ],
+ 'username' => [
+ 'name' => 'ناوی بەکارهێنەر'
+ ],
+ 'display_name' => [
+ 'name' => 'ناوی پیشان دان
+'
+ ],
+ 'email' => [
+ 'name' => 'ناونیشانی ئیمەیل
+'
+ ],
+ 'sitename' => [
+ 'name' => 'ناوی سایت
+'
+ ],
+ 'activated' => [
+ 'name' => 'بەکارهێنەر چالاکیە
+'
+ ],
+ 'enabled' => [
+ 'name' => 'بەکارهێنەر چالاکیە
+'
+ ],
+ 'country' => [
+ 'name' => 'وڵات'
+ ],
+ 'city' => [
+ 'name' => 'شار'
+ ],
+ 'district' => [
+ 'name' => 'ناوچە'
+ ],
+ 'neighborhood' => [
+ 'name' => 'هاوسایەتی'
+ ],
+ 'village' => [
+ 'name' => 'گوند'
+ ],
+ 'gsm_phone' => [
+ 'name' => 'ژمارهی مۆبایل
+'
+ ],
+ 'land_phone' => [
+ 'name' => 'ژمارەی دوکانەکە
+'
+ ],
+ 'office_phone' => [
+ 'name' => 'ژمارەی دوکانەکە
+'
+ ],
+ 'register_type' => [
+ 'name' => 'جۆری تۆمارکردن'
+ ],
+ 'birthday' => [
+ 'name' => 'ڕۆژی لە دایک بوون'
+ ],
+ 'facebook_address' => [
+ 'name' => 'ناونیشانی فەیسبووک'
+ ],
+ 'google_address' => [
+ 'name' => 'ناونیشانی گۆگڵ'
+ ],
+ 'education' => [
+ 'name' => 'پهروهرده'
+ ],
+ 'state_of_education' => [
+ 'name' => 'ویلایەتی پەروەردە
+'
+ ],
+ 'profession' => [
+ 'name' => 'پیشە'
+ ],
+ 'identification_number' => [
+ 'name' => 'ژمارەی ناسنامە'
+ ],
+ 'adress_name' => [
+ 'name' => 'ناوی ناونیشان'
+ ],
+ 'adress_first_name' => [
+ 'name' => 'ناوی یەکەم
+'
+ ],
+ 'adress_last_name' => [
+ 'name' => 'پاشناو'
+ ],
+ 'actions' => [
+ 'name' => 'کردەوە'
+ ],
+ 'adress_content' => [
+ 'name' => 'ناوەڕۆکی ناونیشان
+'
+ ],
+ 'adress_post_code' => [
+ 'name' => 'کۆدی پۆستە
+'
+ ],
+ 'adress_gsm_phone' => [
+ 'name' => 'ژمارهی مۆبایل
+'
+ ],
+ 'adress_land_phone' => [
+ 'name' => 'ژمارەی دوکانەکە
+'
+ ],
+ 'adress_country' => [
+ 'name' => 'وڵات'
+ ],
+ 'adress_city' => [
+ 'name' => 'شار'
+ ],
+ 'adress_district' => [
+ 'name' => 'ناوچە'
+ ],
+ 'adress_neighborhood' => [
+ 'name' => 'هاوسایەتی'
+ ],
+ 'adress_village' => [
+ 'name' => 'گوند'
+ ],
+ 'messages' => [
+ 'name' => 'پەیامەکان'
+ ],
+ 'user' => [
+ 'name' => 'بەکارهێنەر'
+ ],
+ 'name' => [
+ 'name' => 'ناو'
+ ],
+
+ /*Menu Button*/
+ 'profile' => [
+ 'name' => 'پرۆفایل'
+ ],
+
+ 'create' => [
+ 'name' => 'دروست بکە'
+ ],
+ 'edit' => [
+ 'name' => 'دەستکاری بکە'
+ ],
+ 'delete' => [
+ 'name' => 'سڕینەوە'
+ ],
+ 'list' => [
+ 'name' => 'لیست'
+ ],
+ 'menu_address' => [
+ 'name' => 'ناونیشان'
+ ],
+ 'menu_orders' => [
+ 'name' => 'داواكردەکان'
+ ],
+ 'menu_favorites' => [
+ 'name' => 'دڵخوازەکان'
+ ],
+ 'menu_archived_ads' => [
+ 'name' => 'ڕێکلامەکانی ئەرشیف کراو
+'
+ ],
+ 'menu_pending_ads' => [
+ 'name' => 'قەبووڵی هەڵپەسێردراو
+'
+ ],
+ 'menu_delete_account' => [
+ 'name' => 'ئەکاونتەکە ئةكاونتە
+'
+ ],
+ 'menu_my_ads' => [
+ 'name' => 'ڕیکلامەکانم
+'
+ ],
+ 'menu_fav_ads' => [
+ 'name' => 'ڕێکلامێکی دڵخواز
+'
+ ],
+ 'menu_hello_msg' => [
+ 'name' => 'سڵاو'
+ ],
+ 'menu_last_msg' => [
+ 'name' => 'تۆ ئاخیر جار هاتیتە ژوورەوە
+'
+ ],
+ 'menu_packages' => [
+ 'name' => 'پاکێجەکانم
+'
+ ],
+ 'menu_adv_packages' => [
+ 'name' => 'پاکێجەکانی ڕیکلام
+'
+ ],
+ 'menu_time_packages' => [
+ 'name' => 'پاکێجەکانی کات
+'
+ ],
+ 'profile_details' => [
+ 'name' => 'وردەکاری پڕۆفایل
+'
+ ],
+ 'profile_photo' => [
+ 'name' => 'وێنەی پڕۆفایل
+'
+ ],
+ 'adv_listing_banner' => [
+ 'name' => 'مانشێتی پەیجی لیستی ڕیکلامەکان
+'
+ ],
+ 'approve' => [
+ 'name' => 'پەسەندی بکە
+'
+ ],
+ 'approved' => [
+ 'name' => 'پەسەندکراوە'
+ ],
+ 'pending' => [
+ 'name' => 'هەڵپەسێردراو'
+ ],
+ 'passive' => [
+ 'name' => 'ناچالاک'
+ ],
+ 'pending_admin' => [
+ 'name' => 'هەڵپەسێردراو'
+ ],
+ 'menu_messages' => [
+ 'name' => 'پەیامەکان'
+ ],
+ 'menu_my_purchase' => [
+ 'name' => 'کڕینەکەم
+'
+ ],
+ 'menu_my_sales' => [
+ 'name' => 'فرۆشتنەکانم
+'
+ ],
+
+ /* Right Dock*/
+ 'right_secure_trading_subject' => [
+ 'name' => 'بازرگانیکردنێکی سەلامەت
+'
+ ],
+ 'right_secure_trading_msg' => [
+ 'name' => 'Lorem ipsum dolor rûniştiye amet, elite adetekirina consectetur'
+ ],
+ 'right_support_subject' => [
+ 'name' => '24/7 پشتگری'
+ ],
+ 'right_support_msg' => [
+ 'name' => 'Lorem ipsum dolor rûniştiye amet, elite adetekirina consectetur'
+ ],
+ 'right_easy_trading_subject' => [
+ 'name' => 'بازرگانی ئاسان
+'
+ ],
+ 'right_easy_trading_msg' => [
+ 'name' => 'Lorem ipsum dolor rûniştiye amet, elite adetekirina consectetur'
+ ],
+ 'right_need_help_subject' => [
+ 'name' => 'ویستنی یارمەتی'
+ ],
+ 'right_need_help_msg' => [
+ 'name' => 'تەلەفون بکە
+'
+ ],
+ 'disable_account' => [
+ 'name' => 'ئەکاونتەکە ناچالاک بکە
+'
+ ],
+ 'disable_account_msg' => [
+ 'name' => '.ئەکاونتەکەت ناچالاک دەبێت
+ئەم کردارنە ناکرێت '
+ ],
+
+ 'message_title' => 'سەردێڕی پەیام
+',
+ 'owner_name' => 'پەیام',
+
+ 'favorites' => "دڵخوازەکان",
+ 'fav_advs' => 'ڕێکلامێکی دڵخوازترین',
+ 'fav_sellers' => "فرۆشیاری دڵخوازترین
+",
+ 'fav_searches' => "گەڕانی دڵخوازترین
+",
+ 'posted_on' => "بڵاوکرایەوە",
+ 'message_details' => "وردەکاری پەیام
+",
+ 'adv_no' => 'ژمارەی ڕیکلام
+',
+ 'bill_address' => [
+ 'name' => 'ناونیشانی فاتووره
+',
+ ],
+ 'delivery_address' => [
+ 'name' => 'ناونیشانی تهسلیم
+',
+ ],
+ 'order_total' => [
+ 'name' => 'هه موو
+',
+ ],
+ 'order_date' => [
+ 'name' => 'بەروارى داواکردن
+',
+ ],
+ 'order_no' => [
+ 'name' => 'ناسنامەی داواکردن',
+ ],
+ 'order_detail' => [
+ 'name' => 'زانیارییە نیشاندە',
+ ],
+ /*Detail Page Order*/
+ 'detail' => [
+ 'name' => 'وردەکاری',
+ ],
+ 'back' => [
+ 'name' => 'پشت',
+ ],
+ 'image' => [
+ 'name' => 'وێنە',
+ ],
+ 'subject' => [
+ 'name' => 'بابەت',
+ ],
+ 'price' => [
+ 'name' => 'نرخ',
+ ],
+ 'piece' => [
+ 'name' => 'پارچە',
+ ],
+ 'commission' => [
+ 'name' => 'کۆمیسۆن',
+ ],
+ 'total' => [
+ 'name' => 'هه موو
+',
+ ],
+ 'sub_total' => [
+ 'name' => 'هەڵپەسێردراو',
+ ],
+ 'sale' => [
+ 'name' => 'فرۆشتن
+',
+ ],
+ 'awaiting_tracking_number' => [
+ 'name' => 'Li benda Hejmara ckopandinê ne',
+ ],
+ 'awaiting_payment_approval' => [
+ 'name' => 'Li benda pejirandina drav',
+ ],
+ 'paid' => [
+ 'name' => 'پارةي دراوة
+',
+ ],
+ 'cancelled' => [
+ 'name' => 'هەڵوەشایەوە',
+ ],
+ 'waiting' => [
+ 'name' => 'چاوەڕێکە',
+ ],
+ 'awaiting_dispatch' => [
+ 'name' => 'چاوەڕوانی ناردن
+',
+ ],
+ 'shipped' => [
+ 'name' => 'Ppedandin',
+ ],
+ 'delivered' => [
+ 'name' => 'Radest kirin',
+ ],
+ 'tracking_number' => [
+ 'name' => 'Hejmara ckopandinê',
+ ],
+ 'was_delivered' => [
+ 'name' => 'hate radest kirin',
+ ],
+ 'not_delivered' => [
+ 'name' => 'teslîm nebûye',
+ ],
+ 'show_order_msg1' => [
+ 'name' => 'Encama danûstandinê dê bi nameyê were agahdar kirin.',
+ ],
+ 'show_order_msg2' => [
+ 'name' => 'Ger hilber di nav hefteyekê de neyê radest kirin dê paşve were dayîn.',
+ ],
+ 'show_order_msg3' => [
+ 'name' => 'Encama danûstendinê ji navnîşana e-nameya weya tomarkirî re hate şandin.',
+ ],
+
+ 'awaiting_payment' => [
+ 'name' => 'چاوەڕوانی پارەدان
+',
+ ],
+ 'please_entered_tracking_number' => [
+ 'name' => 'Ji kerema xwe Hejmara ckopandinê ketin hundir',
+ ],
+ 'transport_days' => [
+ 'name' => 'Rojên Veguhestinê',
+ ],
+ 'product_not_delivered' => [
+ 'name' => 'Hilber nehatiye şandin',
+ ],
+ 'status' => [
+ 'name' => 'Cî',
+ ],
+ 'cancel_sale' => [
+ 'name' => 'Firotanê Betal Bikin',
+ ],
+ 'send_again' => [
+ 'name' => 'دیسان دەنێرم
+',
+ ],
+ 'content' => [
+ 'name' => 'ناوەڕۆک',
+ ],
+ 'preferences_settings' => [
+ 'name' => 'Mîhengên Bijareyan',
+ ],
+
+ 'corporate_settings' => [
+ 'name' => 'Mîhengên Pargîdanî',
+ ],
+ 'password' => [
+ 'name' => 'وشەی نهێنی',
+ ],
+ 'old_password' => [
+ 'name' => 'وشەی نهێنیی کۆن',
+ ],
+ 'new_password' => [
+ 'name' => 'وشەی نهێنیی نوێ',
+ ],
+ 're_new_password' => [
+ 'name' => 'وشەی نهێنیەکە پشتڕاستی بکەرەوە
+',
+ ],
+ 'confirm_password_input' => [
+ 'name' => 'من گۆڕانی وشەی نهێنیەکەم قبوڵ دەکەم
+',
+ ],
+ 'create_address' => [
+ 'name' => 'دروستی ناونیشانەکە بکە
+',
+ ],
+ 'edit_address' => [
+ 'name' => 'Navnîşan Biguherîne',
+ ],
+ 'balance_limit' => [
+ 'name' => 'سنوری باڵانس
+',
+ ],
+ 'active_ads' => [
+ 'name' => 'ڕێکلامێکی چالاک
+',
+ ],
+ 'subscriptions' => [
+ 'name' => 'ئابوونە کردن',
+ ],
+ 'go_subscriptions_page' => [
+ 'name' => 'بڕۆ بۆ پەیجی ئابوونە کردن
+',
+ ],
+ 'buy_package' => [
+ 'name' => 'پاکێجی بکڕە
+',
+ ],
+ 'expired_date' => [
+ 'name' => 'بەرواری بەسەرچوون
+',
+ ],
+ 'category' => [
+ 'name' => 'کەتێگۆری',
+ ],
+ 'ad_limit' => [
+ 'name' => 'سنورى ڕیکلام
+',
+ ],
+ 'publish_time' => [
+ 'name' => 'کاتی بڵاوکردنەوە
+',
+ ],
+ 'all_categories' => [
+ 'name' => 'هەموو کەتێگۆریکان
+',
+ ],
+ 'day' => [
+ 'name' => 'رۆژ',
+ ],
+
+ 'individual' => [
+ 'name' => 'شهخسی',
+ ],
+ 'corporate' => [
+ 'name' => 'کۆمپانیا',
+ ],
+
+ 'details' => [
+ 'name' => 'ووردەکاریەکان'
+ ],
+ 'choose' => [
+ 'name' => 'هەڵبژاردن'
+ ],
+ 'my_address' => 'ناونیشانی من',
+
+ 'company' => [
+ 'name' => 'ناوی کۆمپانیا'
+ ],
+ 'tax_office' => [
+ 'name' => 'Daîreya Bacê'
+ ],
+ 'tax_number' => [
+ 'name' => 'Hejmara Bacê'
+ ],
+
+ // Profile page
+ 'my_profile' => 'پرۆفایلەکەم',
+ 'edit_profile' => 'دەستکاری پڕۆفایلەکە بکە
+',
+ 'edit_details' => 'دەستکاری وردەکاریەکان بکە
+',
+ 'update' => 'نوێکردنەوە
+',
+ 'change_password' => 'گۆڕینی وشەی نهێنەکە',
+ 'choose_an_option' => 'بژاردەیەک هەڵبژێرە
+',
+ 'change_status' => 'Guhertina Rewşê',
+ 'profile_settings' => 'Mîhengên Profîlê',
+ 'profile_detail' => 'Profile Detail',
+
+ // Register page
+ 'accept_terms_label' => 'من مەرجەکان قبوڵ دەکەم
+',
+ 'accept_protection_law_label' => 'من مەرجەکانی یاساکە قبوڵ دەکەم' . setting_value('visiosoft.module.profile::register_protection_url') . '"target =" _ vala "> Parastina Daneyên Kesane.',
+ 'accept_privacy_terms_label' => 'Ez qebûl dikim' . setting_value('visiosoft.module.profile::register_privacy_url') . '"target =" _ vala "> mercên nepenîtiyê.',
+ 'receive_sms_emails_label' => 'دەمەوێت ئی-مەیل و پەیامم پێ بگات.
+',
+
+ // Register Type
+ 'personal' => [
+ 'name' => 'شهخسی'
+ ],
+
+ 'education_part' => [
+ 'name' => 'ویلایەتی پەروەردە
+'
+ ],
+
+ 'notified_new_updates' => [
+ 'name' => 'Nû Rojanekirinên Nû',
+ ],
+ 'notified_about_ads' => [
+ 'name' => 'Derbarê Reklaman de Hatin Nûçe',
+ ],
+ 'receive_messages_email' => [
+ 'name' => 'E-nameyên Peyaman Bistînin',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/ku/message.php b/resources/default/addons/visiosoft/profile-module/lang/ku/message.php
new file mode 100644
index 000000000..90127774f
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/ku/message.php
@@ -0,0 +1,78 @@
+ "! ئی مەیل پێویستە
+
+",
+ "username" => "! ناوی بەکارهێنەر پێویستە
+",
+ "success_update" => "! پڕۆفایل نوێکردنەوە بە سەرکەوتوویی
+",
+ "adress_success_update" => "! ئەدرێس نوێ بکەرەوە بە سەرکەوتوویی
+",
+ "adress_success_create" => "! ئەدرێس بە سەرکەوتوویی دروستکراوە
+",
+ "login_error" => "چوونە ژوورەوە یان وشەی نهێنەکە دروست نییە
+",
+ "login_noMail_old_user" => ".ئەو ناونیشانی ئیمەیڵەی کە داخڵت بووە نادۆزرێتەوە
+",
+ "login_noMail_old_user2" => "تکایە سەیری ناونیشانی ئیمەیڵەکە بکە و دیسان تاقی بکەرەوە.
+",
+ "login_noMail_old_user3" => "'info@sayaram.com' ئەگەر کێشەکە بەردەوام بوو ، تکایە پەیوەندی بکە بە",
+ "login_info_old_user" => "وشەی نهێنیی نوێ بۆ ناونیشانی ئی-مەیلەکەت نێردراوە
+",
+ "success" => "سەرکەوتن",
+ "notified_new_updates" => "دەمەوێت لە ئەپدەیتی نوێ ئاگاداربکرێتەوە
+",
+ "notified_about_ads" => "ئاگادارکردنەوەی ڕێگەپێدان دەربارەی ڕێکلامەکانم
+",
+ "receive_messages_email" => "دەمەوێت وەک ئیمەیڵ نامەم بۆبێت
+",
+ "no_packages_module" => "! هیچ پاکێجێکی مۆدول نییە
+",
+ "required_add"=> "تکایە هەموو هێڵە پێویستەکان پڕبکەنەوە.
+",
+ "no_extend_package" => "پاکێجەکانی ڕێکلام درێژکردنەوە نییە
+",
+ "saved" => "پاشکەوت کرا
+",
+ 'please_confirm_transaction' => 'تکایە تەئکید لە وەرگێرانی وەرگێرانەوە بکە
+',
+ 'password_do_not_match' => 'وشەی نهێنیەکان ناگونجێن
+',
+ 'your_password_changed' => 'وشەی نهێنیەکەت بە سەرکەوتوویی نوێ کرایەوە
+',
+ 'error_valid_email_or_phone' => 'ژمارە تەلەفون یان ناونیشانی ئیمەیل دروست نیە
+',
+ 'error_valid_phone' => 'ژمارەی مۆبایل دروست نیە
+',
+ 'registered_phone' => 'ئه م ژماره ته له فونه پێشتر تومار كراوه
+',
+ 'ajax_address_error' => 'هیچ ناونیشانێک یان ڕێگە پێنەدراوە بۆ بینین
+',
+ 'empty_password_sms_message' => ':بەهۆی کێشەی ئەمنیەوە ، ئێمە وشەی نهێنیان گۆڕی! وشەی نهێنی تۆ ئەوەیە
+',
+ 'required_all' => "! هەموو کێڵگەکان پێویستە
+",
+ 'can_not_remove_filled_fields' => "! تۆ ناتوانیت کێڵگە پڕکراوەکان لاببەیت
+",
+ 'wrong_password' => "! ئەو وشەی نهێنی کە داخڵ بوویت دروست نییە
+",
+
+ // Forgot Password
+ 'email_phone_not_found' => 'ژمارە تەلەفون یان ناونیشانی ئیمەیل دروست نیە
+',
+
+ 'disable_account' => 'دەتەوێت ئةكاونتەت دابخەیت ؟ ئەم ئۆپراسیۆنە ناکرێت
+',
+
+ // Mail
+ 'update_email_mail_subject' => '! ئیمەیڵ نوێ کرایەوە
+',
+ 'update_email_mail_message' => '! ئیمەیلەکەت نوێ کراوەتەوە
+',
+
+ // Register
+ 'recaptcha_field_is_required' => 'پێویستە reCaptcha',
+ 'failed_to_validate_captcha' => 'Captcha سەرنەکەوتوو بۆ سەلماندن',
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/ku/permission.php b/resources/default/addons/visiosoft/profile-module/lang/ku/permission.php
new file mode 100644
index 000000000..c6f4fa8e4
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/ku/permission.php
@@ -0,0 +1,36 @@
+ [
+ 'name' => 'Tengal',
+ 'option' => [
+ 'read' => 'Ma dikare profîlê bixwîne?',
+ 'write' => 'Ma dikare profîlek çêbike / sererast bike?',
+ 'delete' => 'Ma dikare profîlê jê bibe?',
+ ],
+ ],
+ 'adress' => [
+ 'name' => 'Navnîşan',
+ 'option' => [
+ 'read' => 'Ma dikare navnîşan bixwîne?',
+ 'write' => 'Ma dikare navnîşan çêbike / sererast bike?',
+ 'delete' => 'Ma dikare navnîşan were jêbirin?',
+ ],
+ ],
+ 'education' => [
+ 'name' => 'Zanyarî',
+ 'option' => [
+ 'read' => 'Ma dikare perwerdehiyê bixwîne?',
+ 'write' => 'Ma dikare perwerdehiyê biafirîne / sererast bike?',
+ 'delete' => 'Ma dikare perwerdehiyê jê bibe?',
+ ],
+ ],
+ 'education_part' => [
+ 'name' => 'Beşa perwerdehiyê',
+ 'option' => [
+ 'read' => 'Dikarin beşê perwerdehiyê bixwînin?',
+ 'write' => 'Dikarin beşê perwerdehiyê biafirînin / sererast bikin?',
+ 'delete' => 'Ma dikare beşa perwerdehiyê jê bibe?',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/ku/section.php b/resources/default/addons/visiosoft/profile-module/lang/ku/section.php
new file mode 100644
index 000000000..b4cebebe6
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/ku/section.php
@@ -0,0 +1,19 @@
+ [
+ 'title' => 'پرۆفایل',
+ ],
+ 'adress' => [
+ 'title' => 'ناونیشان',
+ ],
+ 'general_setting' => 'ڕێکخستنی گشتی',
+ 'recaptcha' => 'reCAPTCHA',
+ 'education' => [
+ 'title' => 'پهروهرده',
+ ],
+ 'education_part' => [
+ 'title' => 'بەشی پەروەردەی
+',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/ku/setting.php b/resources/default/addons/visiosoft/profile-module/lang/ku/setting.php
new file mode 100644
index 000000000..4055d62ef
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/ku/setting.php
@@ -0,0 +1,58 @@
+ [
+ 'name' => 'Tab Reklamên Min Nîşan bidin',
+ ],
+ 'upload_avatar' => [
+ 'name' => 'Avatar Upload',
+ ],
+ 'show_tax_office' => [
+ 'name' => 'Qada Nivîsgeha Bacê Nîşan bidin',
+ ],
+ 'show_checkbox_terms_on_register' => [
+ 'name' => 'Mercên Checkbox-ê li ser Tomarê nîşan bidin',
+ 'instructions' => 'Li ser forma tomarê "Termê Qebûl Bike", "Zagona Parastinê", "Termê nepeniyê", "sms & e-name" nîşan bidin'
+ ],
+ 'register_protection_url' => [
+ 'name' => 'URL-ya Parastinê tomar bikin',
+ ],
+ 'register_privacy_url' => [
+ 'name' => 'URL-ya nepenîtiyê tomar bikin',
+ ],
+ 'show_education_profession' => [
+ 'name' => 'Qadên Perwerde û Pîşeyê nîşan bidin',
+ 'instructions' => 'Li ser rûpelê guherandina profîlê "Perwerde", "Dewleta Perwerdehiyê" û "Pîşeyê" nîşan bidin'
+ ],
+ 'google_captcha_site_key' => [
+ 'name' => 'Mifteya Malpera Google Captcha',
+ ],
+ 'google_captcha_secret_key' => [
+ 'name' => 'Mifteya Veşartî ya Google Captcha',
+ ],
+ 'score_threshold' => [
+ 'name' => 'Benda Pûanê',
+ 'instructions' => 'Nirxek di navbera 0 û 1. Çiqas benda mezintir ReCaptcha hişktir e ku hewl dide ka bikarhêner botek e an na.',
+ ],
+ 'education' => [
+ 'name' => 'Zanyarî'
+ ],
+ 'state_of_education' => [
+ 'name' => 'Dewleta Perwerdehiyê'
+ ],
+ 'profession' => [
+ 'name' => 'Sinet'
+ ],
+ 'hide_register_type_profile' => [
+ 'name' => 'Di Rûpelê Profîl de Tîpa Tomarê Veşêre',
+ 'instructions' => 'Zeviya tomara tomarê di rûpelê guheztina profîlê de vedişêre.',
+ ],
+ 'required_district' => [
+ 'name' => 'Navçeya Pêdivî',
+ 'instructions' => 'Zêdekirina navnîşanek berpirsiyariya navçeyê temsîl dike.',
+ ],
+ 'show_extends_actions' => [
+ 'name' => 'Kiryarên Berfireh nîşan bide',
+ 'instructions' => 'Vebijarkên Dirêjkirinê yên li ser rûpelê Reklamên profîla min hene temsîl dike.',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/ku/stream.php b/resources/default/addons/visiosoft/profile-module/lang/ku/stream.php
new file mode 100644
index 000000000..9a2fe3207
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/ku/stream.php
@@ -0,0 +1,17 @@
+ [
+ 'name' => 'پرۆفایل',
+ ],
+ 'adress' => [
+ 'name' => 'ناونیشان',
+ ],
+ 'education' => [
+ 'name' => 'پهروهرده',
+ ],
+ 'education_part' => [
+ 'name' => 'بەشی پەروەردەی
+',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/nl/addon.php b/resources/default/addons/visiosoft/profile-module/lang/nl/addon.php
new file mode 100644
index 000000000..caa89c1f2
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/nl/addon.php
@@ -0,0 +1,7 @@
+ 'Profiel',
+ 'name' => 'Profielmodule',
+ 'description' => ''
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/nl/button.php b/resources/default/addons/visiosoft/profile-module/lang/nl/button.php
new file mode 100644
index 000000000..3db50220c
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/nl/button.php
@@ -0,0 +1,21 @@
+ 'Nieuw profiel',
+ 'new_adress' => 'Nieuw adres',
+ 'show' => 'Adres weergeven',
+ 'update_password' => 'Vernieuw wachtwoord',
+ 'update_profile' => 'Profiel bijwerken',
+ 'delete' => 'Verwijderen',
+ 'extend' => 'Uitbreiden',
+ 'extend_all' => 'Alles uitbreiden',
+ 'extend_unpublished' => 'Verleng niet gepubliceerd',
+ 'edit' => 'Bewerk',
+ 'go_profile' => 'Ga naar Profieldetail',
+ 'go_user' => 'Ga naar Gebruikersdetails',
+ 'personal' => 'Persoonlijk',
+ 'corporate' => 'Zakelijk',
+ 'export' => 'Exporteren',
+ 'new_education' => 'Nieuw onderwijs',
+ 'new_education_part' => 'Nieuw onderwijsgedeelte',
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/nl/field.php b/resources/default/addons/visiosoft/profile-module/lang/nl/field.php
new file mode 100644
index 000000000..ac73ab874
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/nl/field.php
@@ -0,0 +1,501 @@
+ [
+ 'name' => 'foto\'s'
+ ],
+ 'first_name' => [
+ 'name' => 'Voornaam'
+ ],
+ 'last_name' => [
+ 'name' => 'Achternaam'
+ ],
+ 'username' => [
+ 'name' => 'Gebruikersnaam'
+ ],
+ 'display_name' => [
+ 'name' => 'Weergavenaam'
+ ],
+ 'email' => [
+ 'name' => 'E-mail adres'
+ ],
+ 'sitename' => [
+ 'name' => 'site naam'
+ ],
+ 'activated' => [
+ 'name' => 'Gebruiker actief'
+ ],
+ 'enabled' => [
+ 'name' => 'Gebruiker inschakelen'
+ ],
+ 'country' => [
+ 'name' => 'land'
+ ],
+ 'city' => [
+ 'name' => 'stad'
+ ],
+ 'district' => [
+ 'name' => 'Wijk'
+ ],
+ 'neighborhood' => [
+ 'name' => 'Buurt'
+ ],
+ 'village' => [
+ 'name' => 'Dorp'
+ ],
+ 'gsm_phone' => [
+ 'name' => 'GSM telefoonnummer'
+ ],
+ 'land_phone' => [
+ 'name' => 'Land Telefoonnummer'
+ ],
+ 'office_phone' => [
+ 'name' => 'Telefoonnummer van kantoor'
+ ],
+ 'register_type' => [
+ 'name' => 'Type register'
+ ],
+ 'birthday' => [
+ 'name' => 'Verjaardag'
+ ],
+ 'facebook_address' => [
+ 'name' => 'Facebook-adres'
+ ],
+ 'google_address' => [
+ 'name' => 'Google-adres'
+ ],
+ 'education' => [
+ 'name' => 'Opleiding'
+ ],
+ 'state_of_education' => [
+ 'name' => 'Staat van onderwijs'
+ ],
+ 'profession' => [
+ 'name' => 'Beroep'
+ ],
+ 'identification_number' => [
+ 'name' => 'Identificatie Nummer'
+ ],
+ 'adress_name' => [
+ 'name' => 'Adresnaam'
+ ],
+ 'adress_first_name' => [
+ 'name' => 'Voornaam'
+ ],
+ 'adress_last_name' => [
+ 'name' => 'Achternaam'
+ ],
+ 'actions' => [
+ 'name' => 'acties'
+ ],
+ 'adress_content' => [
+ 'name' => 'Adres Inhoud'
+ ],
+ 'adress_post_code' => [
+ 'name' => 'Postcode'
+ ],
+ 'adress_gsm_phone' => [
+ 'name' => 'GSM-telefoon'
+ ],
+ 'adress_land_phone' => [
+ 'name' => 'Vaste telefoon'
+ ],
+ 'adress_country' => [
+ 'name' => 'land'
+ ],
+ 'adress_city' => [
+ 'name' => 'stad'
+ ],
+ 'adress_district' => [
+ 'name' => 'Wijk'
+ ],
+ 'adress_neighborhood' => [
+ 'name' => 'Buurt'
+ ],
+ 'adress_village' => [
+ 'name' => 'Dorp'
+ ],
+ 'messages' => [
+ 'name' => 'berichten'
+ ],
+ 'user' => [
+ 'name' => 'Gebruiker'
+ ],
+ 'name' => [
+ 'name' => 'Naam'
+ ],
+
+ /*Menu Button*/
+ 'profile' => [
+ 'name' => 'Profiel'
+ ],
+
+ 'create' => [
+ 'name' => 'creëren'
+ ],
+ 'edit' => [
+ 'name' => 'Bewerk'
+ ],
+ 'delete' => [
+ 'name' => 'Verwijderen'
+ ],
+ 'list' => [
+ 'name' => 'Lijst'
+ ],
+ 'menu_address' => [
+ 'name' => 'Adres'
+ ],
+ 'menu_orders' => [
+ 'name' => 'bestellingen'
+ ],
+ 'menu_favorites' => [
+ 'name' => 'favorieten'
+ ],
+ 'menu_archived_ads' => [
+ 'name' => 'Gearchiveerde advertenties'
+ ],
+ 'menu_pending_ads' => [
+ 'name' => 'In afwachting van goedkeuring'
+ ],
+ 'menu_delete_account' => [
+ 'name' => 'Account sluiten'
+ ],
+ 'menu_my_ads' => [
+ 'name' => 'Mijn advertenties'
+ ],
+ 'menu_fav_ads' => [
+ 'name' => 'Favoriete advertenties'
+ ],
+ 'menu_hello_msg' => [
+ 'name' => 'Hallo'
+ ],
+ 'menu_last_msg' => [
+ 'name' => 'U bent voor het laatst ingelogd om'
+ ],
+ 'menu_packages' => [
+ 'name' => 'Mijn pakketten'
+ ],
+ 'menu_adv_packages' => [
+ 'name' => 'Advertentiepakketten'
+ ],
+ 'menu_time_packages' => [
+ 'name' => 'Tijdpakketten'
+ ],
+ 'profile_details' => [
+ 'name' => 'profiel details'
+ ],
+ 'profile_photo' => [
+ 'name' => 'Profielfoto'
+ ],
+ 'adv_listing_banner' => [
+ 'name' => 'Advertentiepagina-banner'
+ ],
+ 'approve' => [
+ 'name' => 'Goedkeuren'
+ ],
+ 'approved' => [
+ 'name' => 'aangenomen'
+ ],
+ 'pending' => [
+ 'name' => 'In afwachting'
+ ],
+ 'passive' => [
+ 'name' => 'Passief'
+ ],
+ 'pending_admin' => [
+ 'name' => 'In afwachting'
+ ],
+ 'menu_messages' => [
+ 'name' => 'berichten'
+ ],
+ 'menu_my_purchase' => [
+ 'name' => 'Mijn aankoop'
+ ],
+ 'menu_my_sales' => [
+ 'name' => 'Mijn verkoop'
+ ],
+
+ /* Right Dock*/
+ 'right_secure_trading_subject' => [
+ 'name' => 'Veilige handel'
+ ],
+ 'right_secure_trading_msg' => [
+ 'name' => 'Lorem ipsum dolor sit amet,
+ consectetur verleidelijke elit'
+ ],
+ 'right_support_subject' => [
+ 'name' => '24/7 ondersteuning'
+ ],
+ 'right_support_msg' => [
+ 'name' => 'Lorem ipsum dolor sit amet,
+ consectetur verleidelijke elit'
+ ],
+ 'right_easy_trading_subject' => [
+ 'name' => 'Makkelijk handelen'
+ ],
+ 'right_easy_trading_msg' => [
+ 'name' => 'Lorem ipsum dolor sit amet,
+ consectetur verleidelijke elit'
+ ],
+ 'right_need_help_subject' => [
+ 'name' => 'Hulp nodig?'
+ ],
+ 'right_need_help_msg' => [
+ 'name' => 'Bellen'
+ ],
+ 'disable_account' => [
+ 'name' => 'Account uitschakelen'
+ ],
+ 'disable_account_msg' => [
+ 'name' => 'Uw account wordt uitgeschakeld. Deze bewerking kan niet ongedaan worden gemaakt'
+ ],
+
+ 'message_title' => 'Titel van het bericht',
+ 'owner_name' => 'Bericht',
+
+ 'favorites' => "favorieten",
+ 'fav_advs' => 'Favoriete advertenties',
+ 'fav_sellers' => "Fav verkopers",
+ 'fav_searches' => "Fav zoekopdrachten",
+ 'posted_on' => "Geplaatst op",
+ 'message_details' => "berichtdetails",
+ 'adv_no' => 'Advertentie nr',
+ 'bill_address' => [
+ 'name' => 'Factuuradres',
+ ],
+ 'delivery_address' => [
+ 'name' => 'Bezorgadres',
+ ],
+ 'order_total' => [
+ 'name' => 'Totaal',
+ ],
+ 'order_date' => [
+ 'name' => 'Besteldatum',
+ ],
+ 'order_no' => [
+ 'name' => 'Order ID',
+ ],
+ 'order_detail' => [
+ 'name' => 'Laat details zien',
+ ],
+ /*Detail Page Order*/
+ 'detail' => [
+ 'name' => 'Detail',
+ ],
+ 'back' => [
+ 'name' => 'Terug',
+ ],
+ 'image' => [
+ 'name' => 'Beeld',
+ ],
+ 'subject' => [
+ 'name' => 'Onderwerpen',
+ ],
+ 'price' => [
+ 'name' => 'Prijs',
+ ],
+ 'piece' => [
+ 'name' => 'Stuk',
+ ],
+ 'commission' => [
+ 'name' => 'Commissie',
+ ],
+ 'total' => [
+ 'name' => 'Totaal',
+ ],
+ 'sub_total' => [
+ 'name' => 'Subtotaal',
+ ],
+ 'sale' => [
+ 'name' => 'Verkoop',
+ ],
+ 'awaiting_tracking_number' => [
+ 'name' => 'In afwachting van trackingnummer',
+ ],
+ 'awaiting_payment_approval' => [
+ 'name' => 'In afwachting van betalingsgoedkeuring',
+ ],
+ 'paid' => [
+ 'name' => 'Betaald',
+ ],
+ 'cancelled' => [
+ 'name' => 'Geannuleerd',
+ ],
+ 'waiting' => [
+ 'name' => 'Aan het wachten',
+ ],
+ 'awaiting_dispatch' => [
+ 'name' => 'In afwachting van verzending',
+ ],
+ 'shipped' => [
+ 'name' => 'verzonden',
+ ],
+ 'delivered' => [
+ 'name' => 'Geleverd',
+ ],
+ 'tracking_number' => [
+ 'name' => 'Volg nummer',
+ ],
+ 'was_delivered' => [
+ 'name' => 'was afgeleverd',
+ ],
+ 'not_delivered' => [
+ 'name' => 'niet geleverd',
+ ],
+ 'show_order_msg1' => [
+ 'name' => 'Het transactieresultaat zal per e-mail worden gemeld.',
+ ],
+ 'show_order_msg2' => [
+ 'name' => 'Restitutie vindt plaats als het product niet binnen een week wordt geleverd.',
+ ],
+ 'show_order_msg3' => [
+ 'name' => 'Het resultaat van de transactie is verzonden naar uw geregistreerde e-mailadres.',
+ ],
+
+ 'awaiting_payment' => [
+ 'name' => 'In afwachting van betaling',
+ ],
+ 'please_entered_tracking_number' => [
+ 'name' => 'Voer het trackingnummer in',
+ ],
+ 'transport_days' => [
+ 'name' => 'Transportdagen',
+ ],
+ 'product_not_delivered' => [
+ 'name' => 'Product niet geleverd',
+ ],
+ 'status' => [
+ 'name' => 'staat',
+ ],
+ 'cancel_sale' => [
+ 'name' => 'Verkoop annuleren',
+ ],
+ 'send_again' => [
+ 'name' => 'Ik zal opnieuw verzenden',
+ ],
+ 'content' => [
+ 'name' => 'Inhoud',
+ ],
+ 'preferences_settings' => [
+ 'name' => 'Voorkeuren instellingen',
+ ],
+
+ 'corporate_settings' => [
+ 'name' => 'Bedrijfsinstellingen',
+ ],
+ 'password' => [
+ 'name' => 'Wachtwoord',
+ ],
+ 'old_password' => [
+ 'name' => 'Oud Wachtwoord',
+ ],
+ 'new_password' => [
+ 'name' => 'Nieuw paswoord',
+ ],
+ 're_new_password' => [
+ 'name' => 'Bevestig wachtwoord',
+ ],
+ 'confirm_password_input' => [
+ 'name' => 'Ik bevestig mijn wachtwoordwijziging',
+ ],
+ 'create_address' => [
+ 'name' => 'Adres maken',
+ ],
+ 'edit_address' => [
+ 'name' => 'verander adres',
+ ],
+ 'balance_limit' => [
+ 'name' => 'Balanslimiet',
+ ],
+ 'active_ads' => [
+ 'name' => 'Actieve advertenties',
+ ],
+ 'subscriptions' => [
+ 'name' => 'abonnementen',
+ ],
+ 'go_subscriptions_page' => [
+ 'name' => 'Ga naar de pagina Abonnementen',
+ ],
+ 'buy_package' => [
+ 'name' => 'Koop pakket',
+ ],
+ 'expired_date' => [
+ 'name' => 'Houdbaarheidsdatum',
+ ],
+ 'category' => [
+ 'name' => 'Categorie',
+ ],
+ 'ad_limit' => [
+ 'name' => 'Advertentielimiet',
+ ],
+ 'publish_time' => [
+ 'name' => 'Tijd publiceren',
+ ],
+ 'all_categories' => [
+ 'name' => 'Alle categorieën',
+ ],
+ 'day' => [
+ 'name' => 'Dag',
+ ],
+
+ 'individual' => [
+ 'name' => 'individueel',
+ ],
+ 'corporate' => [
+ 'name' => 'Zakelijk',
+ ],
+
+ 'details' => [
+ 'name' => 'Details'
+ ],
+ 'choose' => [
+ 'name' => 'Kiezen'
+ ],
+ 'my_address' => 'Mijn adres',
+
+ 'company' => [
+ 'name' => 'Bedrijfsnaam'
+ ],
+ 'tax_office' => [
+ 'name' => 'Belastingkantoor'
+ ],
+ 'tax_number' => [
+ 'name' => 'Btw nummer'
+ ],
+
+ // Profile page
+ 'my_profile' => 'Mijn profiel',
+ 'edit_profile' => 'Bewerk profiel',
+ 'edit_details' => 'Details bewerken',
+ 'update' => 'Bijwerken',
+ 'change_password' => 'Wachtwoord wijzigen',
+ 'choose_an_option' => 'Kies een optie...',
+ 'change_status' => 'Verander status',
+ 'profile_settings' => 'Profielinstellingen',
+ 'profile_detail' => 'Profiel Detail',
+
+ // Register page
+ 'accept_terms_label' => 'Ik ga akkoord met de voorwaarden.',
+ 'accept_protection_law_label' => 'Ik accepteer de voorwaarden van de wet op' . setting_value('visiosoft.module.profile::register_protection_url') . '"target =" _ blank "> Bescherming van persoonlijke gegevens.',
+ 'accept_privacy_terms_label' => 'ik aanvaard' . setting_value('visiosoft.module.profile::register_privacy_url') . '"target =" _ blank "> privacyvoorwaarden.',
+ 'receive_sms_emails_label' => 'Ik wil e-mail en sms ontvangen.',
+
+ // Register Type
+ 'personal' => [
+ 'name' => 'Persoonlijk'
+ ],
+
+ 'education_part' => [
+ 'name' => 'Staat van onderwijs'
+ ],
+
+ 'notified_new_updates' => [
+ 'name' => 'Gemelde nieuwe updates',
+ ],
+ 'notified_about_ads' => [
+ 'name' => 'Melding over advertenties',
+ ],
+ 'receive_messages_email' => [
+ 'name' => 'Ontvang berichten per e-mail',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/nl/message.php b/resources/default/addons/visiosoft/profile-module/lang/nl/message.php
new file mode 100644
index 000000000..3fa1c58ae
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/nl/message.php
@@ -0,0 +1,46 @@
+ "E-mailveld is verplicht!",
+ "username" => "Gebruikersnaamveld is verplicht!",
+ "success_update" => "Profielupdate succesvol!",
+ "adress_success_update" => "Adres update succesvol!",
+ "adress_success_create" => "Adres succesvol aangemaakt!",
+ "login_error" => "Verkeerde gebruikersnaam of wachtwoord.",
+ "login_noMail_old_user" => "Het e-mailadres dat u heeft ingevoerd kon niet worden gevonden.",
+ "login_noMail_old_user2" => "Controleer het e-mailadres en probeer het opnieuw.",
+ "login_noMail_old_user3" => "Neem contact op met \\'info@openclassify.com\\' als het probleem zich blijft voordoen.",
+ "login_info_old_user" => "Er is een nieuw wachtwoord naar uw e-mailadres verzonden.",
+ "success" => "Succes",
+ "notified_new_updates" => "Ik wil op de hoogte worden gehouden van nieuwe updates",
+ "notified_about_ads" => "Meldingen over mijn advertenties toestaan",
+ "receive_messages_email" => "Ik wil berichten als e-mail ontvangen",
+ "no_packages_module" => "Geen pakkettenmodule!",
+ "required_add"=> "Vul alle verplichte regels in.",
+ "no_extend_package" => "Geen advertentiepakketten uitbreiden",
+ "saved" => "Gered!",
+ 'please_confirm_transaction' => 'Bevestig de transactie',
+ 'password_do_not_match' => 'Wachtwoorden komen niet overeen',
+ 'your_password_changed' => 'Uw wachtwoord is succesvol bijgewerkt',
+ 'error_valid_email_or_phone' => 'Telefoonnummer of e-mailadres is niet correct.',
+ 'error_valid_phone' => 'Telefoonnummerformaat is niet correct.',
+ 'registered_phone' => 'Dit telefoonnummer is al geregistreerd.',
+ 'ajax_address_error' => 'Geen adres of niet geautoriseerd om te bekijken.',
+ 'empty_password_sms_message' => 'Vanwege beveiligingsproblemen hebben we uw wachtwoord gewijzigd! Je nieuwe wachtwoord is:',
+ 'required_all' => "Alle velden zijn vereist!",
+ 'can_not_remove_filled_fields' => "U kunt geen ingevulde velden verwijderen!",
+ 'wrong_password' => "Het ingevoerde wachtwoord is niet correct!",
+
+ // Forgot Password
+ 'email_phone_not_found' => 'Het e-mailadres, telefoonnummer is niet correct!',
+
+ 'disable_account' => 'Wil je je account sluiten? Deze bewerking kan niet ongedaan worden gemaakt.',
+
+ // Mail
+ 'update_email_mail_subject' => 'E-mail bijgewerkt!',
+ 'update_email_mail_message' => 'Uw e-mail is bijgewerkt!',
+
+ // Register
+ 'recaptcha_field_is_required' => 'reCaptcha-veld is verplicht.',
+ 'failed_to_validate_captcha' => 'Kan captcha niet valideren.',
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/nl/permission.php b/resources/default/addons/visiosoft/profile-module/lang/nl/permission.php
new file mode 100644
index 000000000..96984fa40
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/nl/permission.php
@@ -0,0 +1,36 @@
+ [
+ 'name' => 'Profiel',
+ 'option' => [
+ 'read' => 'Kan profiel lezen? ',
+ 'write' => 'Kan profiel maken / bewerken? ',
+ 'delete' => 'Kan profiel verwijderen?',
+ ],
+ ],
+ 'adress' => [
+ 'name' => 'Een jurk',
+ 'option' => [
+ 'read' => 'Kan adres lezen? ',
+ 'write' => 'Kan adres worden gemaakt / bewerkt? ',
+ 'delete' => 'Kan adres worden verwijderd?',
+ ],
+ ],
+ 'education' => [
+ 'name' => 'Opleiding',
+ 'option' => [
+ 'read' => 'Kan onderwijs lezen?',
+ 'write' => 'Kan onderwijs maken / bewerken?',
+ 'delete' => 'Kan onderwijs verwijderen?',
+ ],
+ ],
+ 'education_part' => [
+ 'name' => 'Onderwijsgedeelte',
+ 'option' => [
+ 'read' => 'Kan het onderwijsgedeelte lezen?',
+ 'write' => 'Kan een onderwijsgedeelte maken / bewerken?',
+ 'delete' => 'Kan het onderwijsgedeelte verwijderen?',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/nl/section.php b/resources/default/addons/visiosoft/profile-module/lang/nl/section.php
new file mode 100644
index 000000000..292bfbd8b
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/nl/section.php
@@ -0,0 +1,18 @@
+ [
+ 'title' => 'Profiel',
+ ],
+ 'adress' => [
+ 'title' => 'Een jurk',
+ ],
+ 'general_setting' => 'Algemene instellingen',
+ 'recaptcha' => 'reCAPTCHA',
+ 'education' => [
+ 'title' => 'Opleiding',
+ ],
+ 'education_part' => [
+ 'title' => 'Onderwijsgedeelte',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/nl/setting.php b/resources/default/addons/visiosoft/profile-module/lang/nl/setting.php
new file mode 100644
index 000000000..6cfab7a43
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/nl/setting.php
@@ -0,0 +1,58 @@
+ [
+ 'name' => 'Tabblad Mijn advertenties weergeven',
+ ],
+ 'upload_avatar' => [
+ 'name' => 'Avatar uploaden',
+ ],
+ 'show_tax_office' => [
+ 'name' => 'Toon belastingkantoor veld',
+ ],
+ 'show_checkbox_terms_on_register' => [
+ 'name' => 'Toon selectievakje voorwaarden bij registreren',
+ 'instructions' => 'Toon de "Accepteer term", "beschermingswet", "privacy term", "sms & e-mails" op het registratieformulier'
+ ],
+ 'register_protection_url' => [
+ 'name' => 'Registreer de beschermings-URL',
+ ],
+ 'register_privacy_url' => [
+ 'name' => 'Registreer de privacy-URL',
+ ],
+ 'show_education_profession' => [
+ 'name' => 'Toon onderwijs- en beroepsvelden',
+ 'instructions' => 'Toon de "Opleiding", "Staat van opleiding" en "Beroep" op de profielbewerkingspagina'
+ ],
+ 'google_captcha_site_key' => [
+ 'name' => 'Google Captcha-sitesleutel',
+ ],
+ 'google_captcha_secret_key' => [
+ 'name' => 'Google Captcha geheime sleutel',
+ ],
+ 'score_threshold' => [
+ 'name' => 'Score drempel',
+ 'instructions' => 'Een waarde tussen 0 en 1. Hoe hoger de drempel, hoe strikter ReCaptcha is om te bepalen of een gebruiker een bot is of niet.',
+ ],
+ 'education' => [
+ 'name' => 'Opleiding'
+ ],
+ 'state_of_education' => [
+ 'name' => 'Staat van onderwijs'
+ ],
+ 'profession' => [
+ 'name' => 'Beroep'
+ ],
+ 'hide_register_type_profile' => [
+ 'name' => 'Verberg register Typ in profielpagina',
+ 'instructions' => 'Verbergt het registertypeveld op de profielbewerkingspagina.',
+ ],
+ 'required_district' => [
+ 'name' => 'Vereist district',
+ 'instructions' => 'Het toevoegen van een adres vertegenwoordigt de wijkverplichting.',
+ ],
+ 'show_extends_actions' => [
+ 'name' => 'Toon uitgebreide acties',
+ 'instructions' => 'Vertegenwoordigt de uitbreidingsopties die beschikbaar zijn op de pagina Mijn profieladvertenties.',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/nl/stream.php b/resources/default/addons/visiosoft/profile-module/lang/nl/stream.php
new file mode 100644
index 000000000..c5fb00c08
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/nl/stream.php
@@ -0,0 +1,16 @@
+ [
+ 'name' => 'Profiel',
+ ],
+ 'adress' => [
+ 'name' => 'Een jurk',
+ ],
+ 'education' => [
+ 'name' => 'Opleiding',
+ ],
+ 'education_part' => [
+ 'name' => 'Onderwijsgedeelte',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/no/addon.php b/resources/default/addons/visiosoft/profile-module/lang/no/addon.php
new file mode 100644
index 000000000..070b7502e
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/no/addon.php
@@ -0,0 +1,7 @@
+ 'Profil',
+ 'name' => 'Profilmodul',
+ 'description' => ''
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/no/button.php b/resources/default/addons/visiosoft/profile-module/lang/no/button.php
new file mode 100644
index 000000000..a0f91c674
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/no/button.php
@@ -0,0 +1,21 @@
+ 'Ny profil',
+ 'new_adress' => 'Ny adresse',
+ 'show' => 'Vis adresse',
+ 'update_password' => 'Oppdater passord',
+ 'update_profile' => 'Oppdater profil',
+ 'delete' => 'Slett',
+ 'extend' => 'Forlenge',
+ 'extend_all' => 'Utvid alle',
+ 'extend_unpublished' => 'Utvid upublisert',
+ 'edit' => 'Redigere',
+ 'go_profile' => 'Gå til Profildetaljer',
+ 'go_user' => 'Gå til brukerdetaljer',
+ 'personal' => 'Personlig',
+ 'corporate' => 'Bedrift',
+ 'export' => 'Eksport',
+ 'new_education' => 'Ny utdanning',
+ 'new_education_part' => 'Ny utdanning del',
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/no/field.php b/resources/default/addons/visiosoft/profile-module/lang/no/field.php
new file mode 100644
index 000000000..6aa290245
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/no/field.php
@@ -0,0 +1,499 @@
+ [
+ 'name' => 'Bilder'
+ ],
+ 'first_name' => [
+ 'name' => 'Fornavn'
+ ],
+ 'last_name' => [
+ 'name' => 'Etternavn'
+ ],
+ 'username' => [
+ 'name' => 'Brukernavn'
+ ],
+ 'display_name' => [
+ 'name' => 'Visningsnavn'
+ ],
+ 'email' => [
+ 'name' => 'Epost adresse'
+ ],
+ 'sitename' => [
+ 'name' => 'side navn'
+ ],
+ 'activated' => [
+ 'name' => 'Bruker aktiv'
+ ],
+ 'enabled' => [
+ 'name' => 'Bruker aktivert'
+ ],
+ 'country' => [
+ 'name' => 'Land'
+ ],
+ 'city' => [
+ 'name' => 'By'
+ ],
+ 'district' => [
+ 'name' => 'Distrikt'
+ ],
+ 'neighborhood' => [
+ 'name' => 'Nabolag'
+ ],
+ 'village' => [
+ 'name' => 'Landsby'
+ ],
+ 'gsm_phone' => [
+ 'name' => 'GSM-telefon'
+ ],
+ 'land_phone' => [
+ 'name' => 'Landtelefon'
+ ],
+ 'office_phone' => [
+ 'name' => 'Kontortelefon'
+ ],
+ 'register_type' => [
+ 'name' => 'Registreringstype'
+ ],
+ 'birthday' => [
+ 'name' => 'Fødselsdag'
+ ],
+ 'facebook_address' => [
+ 'name' => 'Facebook-adresse'
+ ],
+ 'google_address' => [
+ 'name' => 'Google-adresse'
+ ],
+ 'education' => [
+ 'name' => 'utdanning'
+ ],
+ 'state_of_education' => [
+ 'name' => 'Utdanningsstatus'
+ ],
+ 'profession' => [
+ 'name' => 'Yrke'
+ ],
+ 'identification_number' => [
+ 'name' => 'Identifikasjonsnummer'
+ ],
+ 'adress_name' => [
+ 'name' => 'Adressenavn'
+ ],
+ 'adress_first_name' => [
+ 'name' => 'Fornavn'
+ ],
+ 'adress_last_name' => [
+ 'name' => 'Etternavn'
+ ],
+ 'actions' => [
+ 'name' => 'Handlinger'
+ ],
+ 'adress_content' => [
+ 'name' => 'Adresseinnhold'
+ ],
+ 'adress_post_code' => [
+ 'name' => 'Postnummer'
+ ],
+ 'adress_gsm_phone' => [
+ 'name' => 'GSM-telefon'
+ ],
+ 'adress_land_phone' => [
+ 'name' => 'Landtelefon'
+ ],
+ 'adress_country' => [
+ 'name' => 'Land'
+ ],
+ 'adress_city' => [
+ 'name' => 'By'
+ ],
+ 'adress_district' => [
+ 'name' => 'Distrikt'
+ ],
+ 'adress_neighborhood' => [
+ 'name' => 'Nabolag'
+ ],
+ 'adress_village' => [
+ 'name' => 'Landsby'
+ ],
+ 'messages' => [
+ 'name' => 'Meldinger'
+ ],
+ 'user' => [
+ 'name' => 'Bruker'
+ ],
+ 'name' => [
+ 'name' => 'Navn'
+ ],
+
+ /*Menu Button*/
+ 'profile' => [
+ 'name' => 'Profil'
+ ],
+
+ 'create' => [
+ 'name' => 'Skape'
+ ],
+ 'edit' => [
+ 'name' => 'Redigere'
+ ],
+ 'delete' => [
+ 'name' => 'Slett'
+ ],
+ 'list' => [
+ 'name' => 'Liste'
+ ],
+ 'menu_address' => [
+ 'name' => 'Adresse'
+ ],
+ 'menu_orders' => [
+ 'name' => 'Bestillinger'
+ ],
+ 'menu_favorites' => [
+ 'name' => 'Favoritter'
+ ],
+ 'menu_archived_ads' => [
+ 'name' => 'Arkiverte annonser'
+ ],
+ 'menu_pending_ads' => [
+ 'name' => 'Venter på godkjenning'
+ ],
+ 'menu_delete_account' => [
+ 'name' => 'Stenge konto'
+ ],
+ 'menu_my_ads' => [
+ 'name' => 'Mine annonser'
+ ],
+ 'menu_fav_ads' => [
+ 'name' => 'Favorittannonser'
+ ],
+ 'menu_hello_msg' => [
+ 'name' => 'Hallo'
+ ],
+ 'menu_last_msg' => [
+ 'name' => 'Sist logget inn kl'
+ ],
+ 'menu_packages' => [
+ 'name' => 'Mine pakker'
+ ],
+ 'menu_adv_packages' => [
+ 'name' => 'Annonsepakker'
+ ],
+ 'menu_time_packages' => [
+ 'name' => 'Tidspakker'
+ ],
+ 'profile_details' => [
+ 'name' => 'Profildetaljer'
+ ],
+ 'profile_photo' => [
+ 'name' => 'Profilbilde'
+ ],
+ 'adv_listing_banner' => [
+ 'name' => 'Annonseliste Sidebanner'
+ ],
+ 'approve' => [
+ 'name' => 'Vedta'
+ ],
+ 'approved' => [
+ 'name' => 'Godkjent'
+ ],
+ 'pending' => [
+ 'name' => 'Avventer'
+ ],
+ 'passive' => [
+ 'name' => 'Passiv'
+ ],
+ 'pending_admin' => [
+ 'name' => 'Avventer'
+ ],
+ 'menu_messages' => [
+ 'name' => 'Meldinger'
+ ],
+ 'menu_my_purchase' => [
+ 'name' => 'Mitt kjøp'
+ ],
+ 'menu_my_sales' => [
+ 'name' => 'Mitt salg'
+ ],
+
+ /* Right Dock*/
+ 'right_secure_trading_subject' => [
+ 'name' => 'Sikker handel'
+ ],
+ 'right_secure_trading_msg' => [
+ 'name' => 'Lorem ipsum dolor sit amet, consectetur adipisicing elit'
+ ],
+ 'right_support_subject' => [
+ 'name' => '24/7 støtte'
+ ],
+ 'right_support_msg' => [
+ 'name' => 'Lorem ipsum dolor sit amet, consectetur adipisicing elit'
+ ],
+ 'right_easy_trading_subject' => [
+ 'name' => 'Enkel handel'
+ ],
+ 'right_easy_trading_msg' => [
+ 'name' => 'Lorem ipsum dolor sit amet, consectetur adipisicing elit'
+ ],
+ 'right_need_help_subject' => [
+ 'name' => 'Trenger hjelp?'
+ ],
+ 'right_need_help_msg' => [
+ 'name' => 'Ring en gang'
+ ],
+ 'disable_account' => [
+ 'name' => 'Deaktiver konto'
+ ],
+ 'disable_account_msg' => [
+ 'name' => 'Kontoen din blir deaktivert.
+ Denne operasjonen kan ikke angres'
+ ],
+
+ 'message_title' => 'Meldingstittel',
+ 'owner_name' => 'Beskjed',
+
+ 'favorites' => "Favoritter",
+ 'fav_advs' => 'Favorittannonser',
+ 'fav_sellers' => "Fav-selgere",
+ 'fav_searches' => "Fav-søk",
+ 'posted_on' => "Postet på",
+ 'message_details' => "Meldingsdetaljer",
+ 'adv_no' => 'Annonsenr',
+ 'bill_address' => [
+ 'name' => 'Regningsadresse',
+ ],
+ 'delivery_address' => [
+ 'name' => 'Leveringsadresse',
+ ],
+ 'order_total' => [
+ 'name' => 'Total',
+ ],
+ 'order_date' => [
+ 'name' => 'Bestillingsdato',
+ ],
+ 'order_no' => [
+ 'name' => 'Bestillings ID',
+ ],
+ 'order_detail' => [
+ 'name' => 'Vis detaljer',
+ ],
+ /*Detail Page Order*/
+ 'detail' => [
+ 'name' => 'Detalj',
+ ],
+ 'back' => [
+ 'name' => 'Tilbake',
+ ],
+ 'image' => [
+ 'name' => 'Bilde',
+ ],
+ 'subject' => [
+ 'name' => 'Emne',
+ ],
+ 'price' => [
+ 'name' => 'Pris',
+ ],
+ 'piece' => [
+ 'name' => 'Stykke',
+ ],
+ 'commission' => [
+ 'name' => 'Kommisjon',
+ ],
+ 'total' => [
+ 'name' => 'Total',
+ ],
+ 'sub_total' => [
+ 'name' => 'Subtotal',
+ ],
+ 'sale' => [
+ 'name' => 'Salg',
+ ],
+ 'awaiting_tracking_number' => [
+ 'name' => 'Venter på sporingsnummer',
+ ],
+ 'awaiting_payment_approval' => [
+ 'name' => 'Venter på godkjenning av betaling',
+ ],
+ 'paid' => [
+ 'name' => 'Betalt',
+ ],
+ 'cancelled' => [
+ 'name' => 'avbrutt',
+ ],
+ 'waiting' => [
+ 'name' => 'Venter',
+ ],
+ 'awaiting_dispatch' => [
+ 'name' => 'Venter på utsendelse',
+ ],
+ 'shipped' => [
+ 'name' => 'Sendt',
+ ],
+ 'delivered' => [
+ 'name' => 'Levert',
+ ],
+ 'tracking_number' => [
+ 'name' => 'Sporingsnummer',
+ ],
+ 'was_delivered' => [
+ 'name' => 'ble levert',
+ ],
+ 'not_delivered' => [
+ 'name' => 'ikke levert',
+ ],
+ 'show_order_msg1' => [
+ 'name' => 'Transaksjonsresultatet vil bli varslet per post.',
+ ],
+ 'show_order_msg2' => [
+ 'name' => 'Refusjon vil bli gjort hvis produktet ikke er levert innen en uke.',
+ ],
+ 'show_order_msg3' => [
+ 'name' => 'Resultatet av transaksjonen er sendt til din registrerte e-postadresse.',
+ ],
+
+ 'awaiting_payment' => [
+ 'name' => 'Venter på betaling',
+ ],
+ 'please_entered_tracking_number' => [
+ 'name' => 'Vennligst tast inn sporingsnummer',
+ ],
+ 'transport_days' => [
+ 'name' => 'Transportdager',
+ ],
+ 'product_not_delivered' => [
+ 'name' => 'Produktet er ikke levert',
+ ],
+ 'status' => [
+ 'name' => 'Status',
+ ],
+ 'cancel_sale' => [
+ 'name' => 'Avbryt salg',
+ ],
+ 'send_again' => [
+ 'name' => 'Jeg vil sende igjen',
+ ],
+ 'content' => [
+ 'name' => 'Innhold',
+ ],
+ 'preferences_settings' => [
+ 'name' => 'Innstillinger for innstillinger',
+ ],
+
+ 'corporate_settings' => [
+ 'name' => 'Bedriftsinnstillinger',
+ ],
+ 'password' => [
+ 'name' => 'Passord',
+ ],
+ 'old_password' => [
+ 'name' => 'Gammelt passord',
+ ],
+ 'new_password' => [
+ 'name' => 'Nytt passord',
+ ],
+ 're_new_password' => [
+ 'name' => 'Bekreft passord',
+ ],
+ 'confirm_password_input' => [
+ 'name' => 'Jeg bekrefter passordendringen',
+ ],
+ 'create_address' => [
+ 'name' => 'Opprett adresse',
+ ],
+ 'edit_address' => [
+ 'name' => 'Rediger adresse',
+ ],
+ 'balance_limit' => [
+ 'name' => 'Balansegrense',
+ ],
+ 'active_ads' => [
+ 'name' => 'Aktive annonser',
+ ],
+ 'subscriptions' => [
+ 'name' => 'Abonnementer',
+ ],
+ 'go_subscriptions_page' => [
+ 'name' => 'Gå til Abonnementsiden',
+ ],
+ 'buy_package' => [
+ 'name' => 'Kjøp pakke',
+ ],
+ 'expired_date' => [
+ 'name' => 'Utgått på dato',
+ ],
+ 'category' => [
+ 'name' => 'Kategori',
+ ],
+ 'ad_limit' => [
+ 'name' => 'Annonsegrense',
+ ],
+ 'publish_time' => [
+ 'name' => 'Publiser tid',
+ ],
+ 'all_categories' => [
+ 'name' => 'Alle Kategorier',
+ ],
+ 'day' => [
+ 'name' => 'Dag',
+ ],
+
+ 'individual' => [
+ 'name' => 'individuell',
+ ],
+ 'corporate' => [
+ 'name' => 'Bedrift',
+ ],
+
+ 'details' => [
+ 'name' => 'Detaljer'
+ ],
+ 'choose' => [
+ 'name' => 'Velge'
+ ],
+ 'my_address' => 'Min adresse',
+
+ 'company' => [
+ 'name' => 'selskapsnavn'
+ ],
+ 'tax_office' => [
+ 'name' => 'Skattekontor'
+ ],
+ 'tax_number' => [
+ 'name' => 'Skattenummer'
+ ],
+
+ // Profile page
+ 'my_profile' => 'Min profil',
+ 'edit_profile' => 'Rediger profil',
+ 'edit_details' => 'Rediger detaljer',
+ 'update' => 'Oppdater',
+ 'change_password' => 'Bytt passord',
+ 'choose_an_option' => 'Velg et alternativ...',
+ 'change_status' => 'Endre status',
+ 'profile_settings' => 'Profilinnstillinger',
+ 'profile_detail' => 'Profildetaljer',
+
+ // Register page
+ 'accept_terms_label' => 'Jeg godtar vilkårene.',
+ 'accept_protection_law_label' => 'Jeg godtar vilkårene i loven den' . setting_value('visiosoft.module.profile::register_protection_url') . '"target =" _ blank "> Beskyttelse av personopplysninger.',
+ 'accept_privacy_terms_label' => 'jeg aksepterer' . setting_value('visiosoft.module.profile::register_privacy_url') . '"target =" _ blank "> vilkår for personvern.',
+ 'receive_sms_emails_label' => 'Jeg vil motta e-post og sms.',
+
+ // Register Type
+ 'personal' => [
+ 'name' => 'Personlig'
+ ],
+
+ 'education_part' => [
+ 'name' => 'Utdanningsstatus'
+ ],
+
+ 'notified_new_updates' => [
+ 'name' => 'Varslede nye oppdateringer',
+ ],
+ 'notified_about_ads' => [
+ 'name' => 'Varslet om annonser',
+ ],
+ 'receive_messages_email' => [
+ 'name' => 'Motta e-postmeldinger',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/no/message.php b/resources/default/addons/visiosoft/profile-module/lang/no/message.php
new file mode 100644
index 000000000..27c9b009a
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/no/message.php
@@ -0,0 +1,46 @@
+ "E-postfelt er obligatorisk!",
+ "username" => "Brukernavnfelt er obligatorisk!",
+ "success_update" => "Profiloppdatering vellykket!",
+ "adress_success_update" => "Adresseoppdatering vellykket!",
+ "adress_success_create" => "Adress Opprett Vellykket!",
+ "login_error" => "Feil brukernavn eller passord.",
+ "login_noMail_old_user" => "E-postadressen du skrev inn ble ikke funnet.",
+ "login_noMail_old_user2" => "Kontroller e-postadressen, og prøv på nytt.",
+ "login_noMail_old_user3" => "Hvis problemet vedvarer, kan du kontakte på 'info@openclassify.com'.",
+ "login_info_old_user" => "Et nytt passord er sendt til e-postadressen din.",
+ "success" => "Suksess",
+ "notified_new_updates" => "Jeg ønsker å bli varslet om nye oppdateringer",
+ "notified_about_ads" => "Tillat varsler om annonsene mine",
+ "receive_messages_email" => "Jeg vil motta meldinger som e-post",
+ "no_packages_module" => "Ingen pakkemodul!",
+ "required_add"=> "Fyll ut alle nødvendige linjer.",
+ "no_extend_package" => "Ingen utvidelsesannonsepakker",
+ "saved" => "Lagret!",
+ 'please_confirm_transaction' => 'Bekreft transaksjonen',
+ 'password_do_not_match' => 'passordene er ikke like',
+ 'your_password_changed' => 'Passordet ditt ble oppdatert',
+ 'error_valid_email_or_phone' => 'Telefonnummer eller e-postadresseformat er ikke riktig.',
+ 'error_valid_phone' => 'Telefonnummerformatet er ikke riktig.',
+ 'registered_phone' => 'Dette telefonnummeret er allerede registrert.',
+ 'ajax_address_error' => 'Ingen adresse eller ikke autorisert til å se.',
+ 'empty_password_sms_message' => 'På grunn av sikkerhetsproblemer endret vi passordet ditt! Ditt nye passord er:',
+ 'required_all' => "Alt felt er obligatorisk!",
+ 'can_not_remove_filled_fields' => "Du kan ikke fjerne fylte felt!",
+ 'wrong_password' => "Passordet du skrev inn er ikke riktig!",
+
+ // Forgot Password
+ 'email_phone_not_found' => 'E-post, telefonnummer er ikke riktig!',
+
+ 'disable_account' => 'Vil du lukke kontoen din? Denne operasjonen kan ikke angres.',
+
+ // Mail
+ 'update_email_mail_subject' => 'E-post oppdatert!',
+ 'update_email_mail_message' => 'Din e-post er oppdatert!',
+
+ // Register
+ 'recaptcha_field_is_required' => 'reCaptcha-felt er obligatorisk.',
+ 'failed_to_validate_captcha' => 'Kunne ikke validere captcha.',
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/no/permission.php b/resources/default/addons/visiosoft/profile-module/lang/no/permission.php
new file mode 100644
index 000000000..23eee799c
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/no/permission.php
@@ -0,0 +1,36 @@
+ [
+ 'name' => 'Profil',
+ 'option' => [
+ 'read' => 'Kan lese profil?',
+ 'write' => 'Kan du opprette / redigere profil?',
+ 'delete' => 'Kan du slette profilen?',
+ ],
+ ],
+ 'adress' => [
+ 'name' => 'Adresse',
+ 'option' => [
+ 'read' => 'Kan lese adresse?',
+ 'write' => 'Kan du opprette / redigere adresse?',
+ 'delete' => 'Kan du slette adresse?',
+ ],
+ ],
+ 'education' => [
+ 'name' => 'utdanning',
+ 'option' => [
+ 'read' => 'Kan leseopplæring?',
+ 'write' => 'Kan lage / redigere utdanning?',
+ 'delete' => 'Kan slette utdanning?',
+ ],
+ ],
+ 'education_part' => [
+ 'name' => 'Utdanning del',
+ 'option' => [
+ 'read' => 'Kan leseopplæring del?',
+ 'write' => 'Kan du opprette / redigere utdanningsdel?',
+ 'delete' => 'Kan du slette utdanningsdel?',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/no/section.php b/resources/default/addons/visiosoft/profile-module/lang/no/section.php
new file mode 100644
index 000000000..28d9d34b2
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/no/section.php
@@ -0,0 +1,18 @@
+ [
+ 'title' => 'Profil',
+ ],
+ 'adress' => [
+ 'title' => 'Adresse',
+ ],
+ 'general_setting' => 'Generelle innstillinger',
+ 'recaptcha' => 'reCAPTCHA',
+ 'education' => [
+ 'title' => 'utdanning',
+ ],
+ 'education_part' => [
+ 'title' => 'Utdanning del',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/no/setting.php b/resources/default/addons/visiosoft/profile-module/lang/no/setting.php
new file mode 100644
index 000000000..88fdfb4f7
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/no/setting.php
@@ -0,0 +1,58 @@
+ [
+ 'name' => 'Vis fanen Mine annonser',
+ ],
+ 'upload_avatar' => [
+ 'name' => 'Avatar Last opp',
+ ],
+ 'show_tax_office' => [
+ 'name' => 'Vis skattekontorfeltet',
+ ],
+ 'show_checkbox_terms_on_register' => [
+ 'name' => 'Vis vilkår for avkrysningsruten i registret',
+ 'instructions' => 'Vis "Godta begrep", "beskyttelseslov", "personvernbegrep", "sms og e-post" på registerskjemaet'
+ ],
+ 'register_protection_url' => [
+ 'name' => 'Registrer beskyttelses-URL',
+ ],
+ 'register_privacy_url' => [
+ 'name' => 'Registrer personvern-URL',
+ ],
+ 'show_education_profession' => [
+ 'name' => 'Vis utdannings- og yrkesfelt',
+ 'instructions' => 'Vis "Utdannelse", "Utdanningstilstand" og "Profesjon" på profilredigeringssiden'
+ ],
+ 'google_captcha_site_key' => [
+ 'name' => 'Google Captcha nettstedsnøkkel',
+ ],
+ 'google_captcha_secret_key' => [
+ 'name' => 'Google Captcha Secret Key',
+ ],
+ 'score_threshold' => [
+ 'name' => 'Score terskel',
+ 'instructions' => 'En verdi mellom 0 og 1. Jo høyere terskel jo strengere er ReCaptcha i å prøve å avgjøre om en bruker er en bot eller ikke.',
+ ],
+ 'education' => [
+ 'name' => 'utdanning'
+ ],
+ 'state_of_education' => [
+ 'name' => 'Utdanningsstatus'
+ ],
+ 'profession' => [
+ 'name' => 'Yrke'
+ ],
+ 'hide_register_type_profile' => [
+ 'name' => 'Skjul registertype i profilsiden',
+ 'instructions' => 'Skjuler registertypefeltet i profilredigeringssiden.',
+ ],
+ 'required_district' => [
+ 'name' => 'Nødvendig distrikt',
+ 'instructions' => 'Å legge til en adresse representerer distriktsplikten.',
+ ],
+ 'show_extends_actions' => [
+ 'name' => 'Vis utvider handlinger',
+ 'instructions' => 'Representerer utvidelsesalternativene som er tilgjengelige på min profilannonseside.',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/no/stream.php b/resources/default/addons/visiosoft/profile-module/lang/no/stream.php
new file mode 100644
index 000000000..d2c0cf243
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/no/stream.php
@@ -0,0 +1,16 @@
+ [
+ 'name' => 'Profil',
+ ],
+ 'adress' => [
+ 'name' => 'Adresse',
+ ],
+ 'education' => [
+ 'name' => 'utdanning',
+ ],
+ 'education_part' => [
+ 'name' => 'Utdanning del',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/pl/addon.php b/resources/default/addons/visiosoft/profile-module/lang/pl/addon.php
new file mode 100644
index 000000000..ca4059bbb
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/pl/addon.php
@@ -0,0 +1,7 @@
+ 'Profil',
+ 'name' => 'Moduł profilu',
+ 'description' => ''
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/pl/button.php b/resources/default/addons/visiosoft/profile-module/lang/pl/button.php
new file mode 100644
index 000000000..3b0309c6a
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/pl/button.php
@@ -0,0 +1,21 @@
+ 'Nowy profil',
+ 'new_adress' => 'Nowy adres',
+ 'show' => 'Pokaż adres',
+ 'update_password' => 'Aktualizować hasło',
+ 'update_profile' => 'Zaktualizować profil',
+ 'delete' => 'Usunąć',
+ 'extend' => 'Poszerzać',
+ 'extend_all' => 'Rozszerz wszystko',
+ 'extend_unpublished' => 'Rozszerz niepublikowane',
+ 'edit' => 'Edytować',
+ 'go_profile' => 'Przejdź do szczegółów profilu',
+ 'go_user' => 'Przejdź do szczegółów użytkownika',
+ 'personal' => 'Osobisty',
+ 'corporate' => 'Zbiorowy',
+ 'export' => 'Eksport',
+ 'new_education' => 'Nowa edukacja',
+ 'new_education_part' => 'Nowa część edukacyjna',
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/pl/field.php b/resources/default/addons/visiosoft/profile-module/lang/pl/field.php
new file mode 100644
index 000000000..ed0ac9248
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/pl/field.php
@@ -0,0 +1,499 @@
+ [
+ 'name' => 'Zdjęcia'
+ ],
+ 'first_name' => [
+ 'name' => 'Imię'
+ ],
+ 'last_name' => [
+ 'name' => 'Nazwisko'
+ ],
+ 'username' => [
+ 'name' => 'Nazwa Użytkownika'
+ ],
+ 'display_name' => [
+ 'name' => 'Wyświetlana nazwa'
+ ],
+ 'email' => [
+ 'name' => 'Adres mailowy'
+ ],
+ 'sitename' => [
+ 'name' => 'Nazwa strony'
+ ],
+ 'activated' => [
+ 'name' => 'Użytkownik aktywny'
+ ],
+ 'enabled' => [
+ 'name' => 'Użytkownik włączony'
+ ],
+ 'country' => [
+ 'name' => 'Kraj'
+ ],
+ 'city' => [
+ 'name' => 'Miasto'
+ ],
+ 'district' => [
+ 'name' => 'Dzielnica'
+ ],
+ 'neighborhood' => [
+ 'name' => 'Sąsiedztwo'
+ ],
+ 'village' => [
+ 'name' => 'Wioska'
+ ],
+ 'gsm_phone' => [
+ 'name' => 'Telefon GSM'
+ ],
+ 'land_phone' => [
+ 'name' => 'Telefon lądowy'
+ ],
+ 'office_phone' => [
+ 'name' => 'Telefon biurowy'
+ ],
+ 'register_type' => [
+ 'name' => 'Typ rejestru'
+ ],
+ 'birthday' => [
+ 'name' => 'Urodziny'
+ ],
+ 'facebook_address' => [
+ 'name' => 'Adres na Facebooku'
+ ],
+ 'google_address' => [
+ 'name' => 'Adres Google'
+ ],
+ 'education' => [
+ 'name' => 'Edukacja'
+ ],
+ 'state_of_education' => [
+ 'name' => 'Stan edukacji'
+ ],
+ 'profession' => [
+ 'name' => 'Zawód'
+ ],
+ 'identification_number' => [
+ 'name' => 'Numer identyfikacyjny'
+ ],
+ 'adress_name' => [
+ 'name' => 'Nazwa adresu'
+ ],
+ 'adress_first_name' => [
+ 'name' => 'Imię'
+ ],
+ 'adress_last_name' => [
+ 'name' => 'Nazwisko'
+ ],
+ 'actions' => [
+ 'name' => 'działania'
+ ],
+ 'adress_content' => [
+ 'name' => 'Treść adresu'
+ ],
+ 'adress_post_code' => [
+ 'name' => 'Kod pocztowy'
+ ],
+ 'adress_gsm_phone' => [
+ 'name' => 'Telefon GSM'
+ ],
+ 'adress_land_phone' => [
+ 'name' => 'Telefon lądowy'
+ ],
+ 'adress_country' => [
+ 'name' => 'Kraj'
+ ],
+ 'adress_city' => [
+ 'name' => 'Miasto'
+ ],
+ 'adress_district' => [
+ 'name' => 'Dzielnica'
+ ],
+ 'adress_neighborhood' => [
+ 'name' => 'Sąsiedztwo'
+ ],
+ 'adress_village' => [
+ 'name' => 'Wioska'
+ ],
+ 'messages' => [
+ 'name' => 'Wiadomości'
+ ],
+ 'user' => [
+ 'name' => 'Użytkownik'
+ ],
+ 'name' => [
+ 'name' => 'Nazwa'
+ ],
+
+ /*Menu Button*/
+ 'profile' => [
+ 'name' => 'Profil'
+ ],
+
+ 'create' => [
+ 'name' => 'Stwórz'
+ ],
+ 'edit' => [
+ 'name' => 'Edytować'
+ ],
+ 'delete' => [
+ 'name' => 'Usunąć'
+ ],
+ 'list' => [
+ 'name' => 'Lista'
+ ],
+ 'menu_address' => [
+ 'name' => 'Adres'
+ ],
+ 'menu_orders' => [
+ 'name' => 'Zamówienia'
+ ],
+ 'menu_favorites' => [
+ 'name' => 'Ulubione'
+ ],
+ 'menu_archived_ads' => [
+ 'name' => 'Zarchiwizowane reklamy'
+ ],
+ 'menu_pending_ads' => [
+ 'name' => 'W oczekiwaniu na zatwierdzenie'
+ ],
+ 'menu_delete_account' => [
+ 'name' => 'Zamknij konto'
+ ],
+ 'menu_my_ads' => [
+ 'name' => 'Moje reklamy'
+ ],
+ 'menu_fav_ads' => [
+ 'name' => 'Ulubione reklamy'
+ ],
+ 'menu_hello_msg' => [
+ 'name' => 'Witaj'
+ ],
+ 'menu_last_msg' => [
+ 'name' => 'Ostatnio zalogowałeś się na'
+ ],
+ 'menu_packages' => [
+ 'name' => 'Moje paczki'
+ ],
+ 'menu_adv_packages' => [
+ 'name' => 'Pakiety reklam'
+ ],
+ 'menu_time_packages' => [
+ 'name' => 'Pakiety czasowe'
+ ],
+ 'profile_details' => [
+ 'name' => 'szczegóły profilu'
+ ],
+ 'profile_photo' => [
+ 'name' => 'Zdjęcie profilowe'
+ ],
+ 'adv_listing_banner' => [
+ 'name' => 'Baner strony z listą reklam'
+ ],
+ 'approve' => [
+ 'name' => 'Zatwierdzać'
+ ],
+ 'approved' => [
+ 'name' => 'Zatwierdzony'
+ ],
+ 'pending' => [
+ 'name' => 'W oczekiwaniu'
+ ],
+ 'passive' => [
+ 'name' => 'Bierny'
+ ],
+ 'pending_admin' => [
+ 'name' => 'W oczekiwaniu'
+ ],
+ 'menu_messages' => [
+ 'name' => 'Wiadomości'
+ ],
+ 'menu_my_purchase' => [
+ 'name' => 'Mój zakup'
+ ],
+ 'menu_my_sales' => [
+ 'name' => 'Moja sprzedaż'
+ ],
+
+ /* Right Dock*/
+ 'right_secure_trading_subject' => [
+ 'name' => 'Bezpieczny handel'
+ ],
+ 'right_secure_trading_msg' => [
+ 'name' => 'Lorem ipsum dolor sit amet, consectetur adipisicing elit'
+ ],
+ 'right_support_subject' => [
+ 'name' => 'Wsparcie 24/7'
+ ],
+ 'right_support_msg' => [
+ 'name' => 'Lorem ipsum dolor sit amet, consectetur adipisicing elit'
+ ],
+ 'right_easy_trading_subject' => [
+ 'name' => 'Łatwy handel'
+ ],
+ 'right_easy_trading_msg' => [
+ 'name' => 'Lorem ipsum dolor sit amet, consectetur adipisicing elit'
+ ],
+ 'right_need_help_subject' => [
+ 'name' => 'Potrzebuję pomocy?'
+ ],
+ 'right_need_help_msg' => [
+ 'name' => 'Zadzwoń'
+ ],
+ 'disable_account' => [
+ 'name' => 'Wyłącz konto'
+ ],
+ 'disable_account_msg' => [
+ 'name' => 'Twoje konto zostanie wyłączone.
+ Tej operacji nie można cofnąć'
+ ],
+
+ 'message_title' => 'Tytuł wiadomości',
+ 'owner_name' => 'Wiadomość',
+
+ 'favorites' => "Ulubione",
+ 'fav_advs' => 'Ulubione reklamy',
+ 'fav_sellers' => "Ulubieni sprzedawcy",
+ 'fav_searches' => "Ulubione wyszukiwania",
+ 'posted_on' => "Wysłany dnia",
+ 'message_details' => "szczegóły wiadomości",
+ 'adv_no' => 'Nr reklamy',
+ 'bill_address' => [
+ 'name' => 'Adres rachunku',
+ ],
+ 'delivery_address' => [
+ 'name' => 'Adres dostawy',
+ ],
+ 'order_total' => [
+ 'name' => 'Całkowity',
+ ],
+ 'order_date' => [
+ 'name' => 'Data zamówienia',
+ ],
+ 'order_no' => [
+ 'name' => 'ID zamówienia',
+ ],
+ 'order_detail' => [
+ 'name' => 'Pokaż szczegół',
+ ],
+ /*Detail Page Order*/
+ 'detail' => [
+ 'name' => 'Szczegół',
+ ],
+ 'back' => [
+ 'name' => 'Plecy',
+ ],
+ 'image' => [
+ 'name' => 'Wizerunek',
+ ],
+ 'subject' => [
+ 'name' => 'Przedmiot',
+ ],
+ 'price' => [
+ 'name' => 'Cena £',
+ ],
+ 'piece' => [
+ 'name' => 'Kawałek',
+ ],
+ 'commission' => [
+ 'name' => 'Komisja',
+ ],
+ 'total' => [
+ 'name' => 'Całkowity',
+ ],
+ 'sub_total' => [
+ 'name' => 'Suma częściowa',
+ ],
+ 'sale' => [
+ 'name' => 'Sprzedaż',
+ ],
+ 'awaiting_tracking_number' => [
+ 'name' => 'Oczekiwanie na numer śledzenia',
+ ],
+ 'awaiting_payment_approval' => [
+ 'name' => 'Oczekuje na zatwierdzenie płatności',
+ ],
+ 'paid' => [
+ 'name' => 'Płatny',
+ ],
+ 'cancelled' => [
+ 'name' => 'Anulowany',
+ ],
+ 'waiting' => [
+ 'name' => 'Czekanie',
+ ],
+ 'awaiting_dispatch' => [
+ 'name' => 'Oczekuje na wysyłkę',
+ ],
+ 'shipped' => [
+ 'name' => 'Wysłane',
+ ],
+ 'delivered' => [
+ 'name' => 'Dostarczone',
+ ],
+ 'tracking_number' => [
+ 'name' => 'Numer przesyłki',
+ ],
+ 'was_delivered' => [
+ 'name' => 'została dostarczona',
+ ],
+ 'not_delivered' => [
+ 'name' => 'nie dostarczono',
+ ],
+ 'show_order_msg1' => [
+ 'name' => 'O wyniku transakcji zostanie powiadomiony pocztą.',
+ ],
+ 'show_order_msg2' => [
+ 'name' => 'Zwrot zostanie dokonany, jeśli produkt nie zostanie dostarczony w ciągu tygodnia.',
+ ],
+ 'show_order_msg3' => [
+ 'name' => 'Wynik transakcji został wysłany na Twój zarejestrowany adres e-mail.',
+ ],
+
+ 'awaiting_payment' => [
+ 'name' => 'Oczekiwanie na zapłatę',
+ ],
+ 'please_entered_tracking_number' => [
+ 'name' => 'Podaj numer śledzenia',
+ ],
+ 'transport_days' => [
+ 'name' => 'Dni transportu',
+ ],
+ 'product_not_delivered' => [
+ 'name' => 'Produkt nie został dostarczony',
+ ],
+ 'status' => [
+ 'name' => 'Status',
+ ],
+ 'cancel_sale' => [
+ 'name' => 'Anuluj wyprzedaż',
+ ],
+ 'send_again' => [
+ 'name' => 'Wyślę jeszcze raz',
+ ],
+ 'content' => [
+ 'name' => 'Zadowolony',
+ ],
+ 'preferences_settings' => [
+ 'name' => 'Ustawienia preferencji',
+ ],
+
+ 'corporate_settings' => [
+ 'name' => 'Ustawienia korporacyjne',
+ ],
+ 'password' => [
+ 'name' => 'Hasło',
+ ],
+ 'old_password' => [
+ 'name' => 'Stare hasło',
+ ],
+ 'new_password' => [
+ 'name' => 'Nowe hasło',
+ ],
+ 're_new_password' => [
+ 'name' => 'Potwierdź hasło',
+ ],
+ 'confirm_password_input' => [
+ 'name' => 'Potwierdzam zmianę hasła',
+ ],
+ 'create_address' => [
+ 'name' => 'Utwórz adres',
+ ],
+ 'edit_address' => [
+ 'name' => 'Edytuj adres',
+ ],
+ 'balance_limit' => [
+ 'name' => 'Limit salda',
+ ],
+ 'active_ads' => [
+ 'name' => 'Aktywne reklamy',
+ ],
+ 'subscriptions' => [
+ 'name' => 'Subskrypcje',
+ ],
+ 'go_subscriptions_page' => [
+ 'name' => 'Przejdź do strony subskrypcji',
+ ],
+ 'buy_package' => [
+ 'name' => 'Kup pakiet',
+ ],
+ 'expired_date' => [
+ 'name' => 'Wygasł termin',
+ ],
+ 'category' => [
+ 'name' => 'Kategoria',
+ ],
+ 'ad_limit' => [
+ 'name' => 'Limit reklam',
+ ],
+ 'publish_time' => [
+ 'name' => 'Czas publikacji',
+ ],
+ 'all_categories' => [
+ 'name' => 'Wszystkie kategorie',
+ ],
+ 'day' => [
+ 'name' => 'Dzień',
+ ],
+
+ 'individual' => [
+ 'name' => 'indywidualny',
+ ],
+ 'corporate' => [
+ 'name' => 'Zbiorowy',
+ ],
+
+ 'details' => [
+ 'name' => 'Detale'
+ ],
+ 'choose' => [
+ 'name' => 'Wybierać'
+ ],
+ 'my_address' => 'Mój adres',
+
+ 'company' => [
+ 'name' => 'Nazwa firmy'
+ ],
+ 'tax_office' => [
+ 'name' => 'Urząd podatkowy'
+ ],
+ 'tax_number' => [
+ 'name' => 'Numer identyfikacji podatkowej'
+ ],
+
+ // Profile page
+ 'my_profile' => 'Mój profil',
+ 'edit_profile' => 'Edytuj profil',
+ 'edit_details' => 'Edytuj szczegóły',
+ 'update' => 'Aktualizacja',
+ 'change_password' => 'Zmień hasło',
+ 'choose_an_option' => 'Wybierz opcję...',
+ 'change_status' => 'Zmień status',
+ 'profile_settings' => 'Ustawienia profilu',
+ 'profile_detail' => 'Szczegóły profilu',
+
+ // Register page
+ 'accept_terms_label' => 'Akceptuję warunki.',
+ 'accept_protection_law_label' => 'Akceptuję warunki Ustawy o' . setting_value('visiosoft.module.profile::register_protection_url') . '"target =" _ blank "> Ochrona danych osobowych.',
+ 'accept_privacy_terms_label' => 'Akceptuję' . setting_value('visiosoft.module.profile::register_privacy_url') . '"target =" _ blank "> warunki prywatności.',
+ 'receive_sms_emails_label' => 'Chcę otrzymywać e-maile i smsy.',
+
+ // Register Type
+ 'personal' => [
+ 'name' => 'Osobisty'
+ ],
+
+ 'education_part' => [
+ 'name' => 'Stan edukacji'
+ ],
+
+ 'notified_new_updates' => [
+ 'name' => 'Powiadomione nowe aktualizacje',
+ ],
+ 'notified_about_ads' => [
+ 'name' => 'Powiadomiony o reklamach',
+ ],
+ 'receive_messages_email' => [
+ 'name' => 'Otrzymuj wiadomości e-mail',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/pl/message.php b/resources/default/addons/visiosoft/profile-module/lang/pl/message.php
new file mode 100644
index 000000000..0e0e7f5a5
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/pl/message.php
@@ -0,0 +1,46 @@
+ "Pole adresu e-mail jest wymagane!",
+ "username" => "Nazwa użytkownika Pole jest wymagane!",
+ "success_update" => "Aktualizacja profilu powiodła się!",
+ "adress_success_update" => "Aktualizacja adresu powiodła się!",
+ "adress_success_create" => "Adres Utwórz pomyślnie!",
+ "login_error" => "Nieprawidłowy login lub hasło.",
+ "login_noMail_old_user" => "Nie można znaleźć podanego adresu e-mail.",
+ "login_noMail_old_user2" => "Sprawdź adres e-mail i spróbuj ponownie.",
+ "login_noMail_old_user3" => "Jeśli problem będzie się powtarzał, prosimy o kontakt pod adresem „info@openclassify.com”.",
+ "login_info_old_user" => "Nowe hasło zostało wysłane na Twój adres e-mail.",
+ "success" => "Sukces",
+ "notified_new_updates" => "Chcę otrzymywać powiadomienia o nowych aktualizacjach",
+ "notified_about_ads" => "Zezwalaj na powiadomienia o moich reklamach",
+ "receive_messages_email" => "Chcę otrzymywać wiadomości jako e-mail",
+ "no_packages_module" => "Brak modułu paczek!",
+ "required_add"=> "Proszę wypełnić wszystkie wymagane wiersze.",
+ "no_extend_package" => "Brak rozszerzania pakietów reklam",
+ "saved" => "Zapisano!",
+ 'please_confirm_transaction' => 'Proszę potwierdzić transakcję',
+ 'password_do_not_match' => 'Hasła nie pasują do siebie',
+ 'your_password_changed' => 'Twoje hasło zostało pomyślnie zaktualizowane',
+ 'error_valid_email_or_phone' => 'Format numeru telefonu lub adresu e-mail jest nieprawidłowy.',
+ 'error_valid_phone' => 'Format numeru telefonu jest nieprawidłowy.',
+ 'registered_phone' => 'Ten numer telefonu został już zarejestrowany.',
+ 'ajax_address_error' => 'Brak adresu lub brak uprawnień do przeglądania.',
+ 'empty_password_sms_message' => 'Ze względów bezpieczeństwa zmieniliśmy twoje hasło! Twoje nowe hasło to:',
+ 'required_all' => "Wszystkie pola są wymagane!",
+ 'can_not_remove_filled_fields' => "Nie możesz usunąć wypełnionych pól!",
+ 'wrong_password' => "Wprowadzone hasło jest nieprawidłowe!",
+
+ // Forgot Password
+ 'email_phone_not_found' => 'Adres e-mail, numer telefonu jest nieprawidłowy!',
+
+ 'disable_account' => 'Czy chcesz zamknąć swoje konto? Tej operacji nie można cofnąć.',
+
+ // Mail
+ 'update_email_mail_subject' => 'Email zaktualizowany!',
+ 'update_email_mail_message' => 'Twój e-mail został zaktualizowany!',
+
+ // Register
+ 'recaptcha_field_is_required' => 'pole reCaptcha jest wymagane.',
+ 'failed_to_validate_captcha' => 'Nie udało się zweryfikować captcha.',
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/pl/permission.php b/resources/default/addons/visiosoft/profile-module/lang/pl/permission.php
new file mode 100644
index 000000000..c3f54dffd
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/pl/permission.php
@@ -0,0 +1,36 @@
+ [
+ 'name' => 'Profil',
+ 'option' => [
+ 'read' => 'Czy mogę czytać profil?',
+ 'write' => 'Czy mogę utworzyć / edytować profil?',
+ 'delete' => 'Czy mogę usunąć profil?',
+ ],
+ ],
+ 'adress' => [
+ 'name' => 'Adres',
+ 'option' => [
+ 'read' => 'Czy mogę przeczytać adres?',
+ 'write' => 'Czy mogę utworzyć / edytować adres?',
+ 'delete' => 'Czy można usunąć adres?',
+ ],
+ ],
+ 'education' => [
+ 'name' => 'Edukacja',
+ 'option' => [
+ 'read' => 'Potrafi czytać edukację?',
+ 'write' => 'Czy można tworzyć / edytować edukację?',
+ 'delete' => 'Czy można usunąć wykształcenie?',
+ ],
+ ],
+ 'education_part' => [
+ 'name' => 'Część edukacyjna',
+ 'option' => [
+ 'read' => 'Potrafi przeczytać część edukacyjną?',
+ 'write' => 'Czy można tworzyć / edytować część edukacyjną?',
+ 'delete' => 'Czy można usunąć część edukacyjną?',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/pl/section.php b/resources/default/addons/visiosoft/profile-module/lang/pl/section.php
new file mode 100644
index 000000000..7b968f93a
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/pl/section.php
@@ -0,0 +1,18 @@
+ [
+ 'title' => 'Profil',
+ ],
+ 'adress' => [
+ 'title' => 'Adres',
+ ],
+ 'general_setting' => 'Ustawienia główne',
+ 'recaptcha' => 'reCAPTCHA',
+ 'education' => [
+ 'title' => 'Edukacja',
+ ],
+ 'education_part' => [
+ 'title' => 'Część edukacyjna',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/pl/setting.php b/resources/default/addons/visiosoft/profile-module/lang/pl/setting.php
new file mode 100644
index 000000000..3489c682a
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/pl/setting.php
@@ -0,0 +1,58 @@
+ [
+ 'name' => 'Pokaż kartę Moje reklamy',
+ ],
+ 'upload_avatar' => [
+ 'name' => 'Przesyłanie awatara',
+ ],
+ 'show_tax_office' => [
+ 'name' => 'Pokaż pole Urzędu Skarbowego',
+ ],
+ 'show_checkbox_terms_on_register' => [
+ 'name' => 'Pokaż warunki pola wyboru w rejestrze',
+ 'instructions' => 'Pokaż w formularzu rejestracyjnym „Zaakceptuj termin”, „Prawo ochrony”, „Warunki prywatności”, „SMS-y i e-maile”'
+ ],
+ 'register_protection_url' => [
+ 'name' => 'Zarejestruj adres URL ochrony',
+ ],
+ 'register_privacy_url' => [
+ 'name' => 'Zarejestruj adres URL dotyczący prywatności',
+ ],
+ 'show_education_profession' => [
+ 'name' => 'Pokaż pola edukacji i zawodów',
+ 'instructions' => 'Pokaż „Wykształcenie”, „Stan edukacji” i „Zawód” na stronie edycji profilu'
+ ],
+ 'google_captcha_site_key' => [
+ 'name' => 'Klucz witryny Google Captcha',
+ ],
+ 'google_captcha_secret_key' => [
+ 'name' => 'Tajny klucz Google Captcha',
+ ],
+ 'score_threshold' => [
+ 'name' => 'Próg punktacji',
+ 'instructions' => 'Wartość od 0 do 1. Im wyższy próg, tym bardziej reCaptcha próbuje określić, czy użytkownik jest botem, czy nie.',
+ ],
+ 'education' => [
+ 'name' => 'Edukacja'
+ ],
+ 'state_of_education' => [
+ 'name' => 'Stan edukacji'
+ ],
+ 'profession' => [
+ 'name' => 'Zawód'
+ ],
+ 'hide_register_type_profile' => [
+ 'name' => 'Ukryj Zarejestruj Wpisz na stronie profilu',
+ 'instructions' => 'Ukrywa pole typu rejestru na stronie edycji profilu.',
+ ],
+ 'required_district' => [
+ 'name' => 'Okręg wymagany',
+ 'instructions' => 'Dodanie adresu jest obowiązkiem powiatu.',
+ ],
+ 'show_extends_actions' => [
+ 'name' => 'Pokaż działania rozszerzeń',
+ 'instructions' => 'Reprezentuje opcje Rozszerzenia dostępne na stronie Mój profil Reklamy.',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/pl/stream.php b/resources/default/addons/visiosoft/profile-module/lang/pl/stream.php
new file mode 100644
index 000000000..3593c99a5
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/pl/stream.php
@@ -0,0 +1,16 @@
+ [
+ 'name' => 'Profil',
+ ],
+ 'adress' => [
+ 'name' => 'Adres',
+ ],
+ 'education' => [
+ 'name' => 'Edukacja',
+ ],
+ 'education_part' => [
+ 'name' => 'Część edukacyjna',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/pt/addon.php b/resources/default/addons/visiosoft/profile-module/lang/pt/addon.php
new file mode 100644
index 000000000..0f32fb019
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/pt/addon.php
@@ -0,0 +1,7 @@
+ 'Perfil',
+ 'name' => 'Módulo de perfil',
+ 'description' => ''
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/pt/button.php b/resources/default/addons/visiosoft/profile-module/lang/pt/button.php
new file mode 100644
index 000000000..c3e276779
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/pt/button.php
@@ -0,0 +1,21 @@
+ 'Novo perfil',
+ 'new_adress' => 'Novo endereço',
+ 'show' => 'Mostrar endereço',
+ 'update_password' => 'Atualizar senha',
+ 'update_profile' => 'Atualizar perfil',
+ 'delete' => 'Excluir',
+ 'extend' => 'Ampliar',
+ 'extend_all' => 'Estender tudo',
+ 'extend_unpublished' => 'Estender não publicado',
+ 'edit' => 'Editar',
+ 'go_profile' => 'Ir para o detalhe do perfil',
+ 'go_user' => 'Ir para Detalhes do Usuário',
+ 'personal' => 'Pessoal',
+ 'corporate' => 'Corporativo',
+ 'export' => 'Exportar',
+ 'new_education' => 'Nova educação',
+ 'new_education_part' => 'Nova parte de educação',
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/pt/field.php b/resources/default/addons/visiosoft/profile-module/lang/pt/field.php
new file mode 100644
index 000000000..80683e101
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/pt/field.php
@@ -0,0 +1,501 @@
+ [
+ 'name' => 'Fotos'
+ ],
+ 'first_name' => [
+ 'name' => 'Primeiro nome'
+ ],
+ 'last_name' => [
+ 'name' => 'Último nome'
+ ],
+ 'username' => [
+ 'name' => 'Nome de usuário'
+ ],
+ 'display_name' => [
+ 'name' => 'Mostrar nome'
+ ],
+ 'email' => [
+ 'name' => 'Endereço de email'
+ ],
+ 'sitename' => [
+ 'name' => 'nome do site'
+ ],
+ 'activated' => [
+ 'name' => 'Usuário ativo'
+ ],
+ 'enabled' => [
+ 'name' => 'Habilitar usuário'
+ ],
+ 'country' => [
+ 'name' => 'País'
+ ],
+ 'city' => [
+ 'name' => 'Cidade'
+ ],
+ 'district' => [
+ 'name' => 'Distrito'
+ ],
+ 'neighborhood' => [
+ 'name' => 'Vizinhança'
+ ],
+ 'village' => [
+ 'name' => 'Aldeia'
+ ],
+ 'gsm_phone' => [
+ 'name' => 'Número de telefone GSM'
+ ],
+ 'land_phone' => [
+ 'name' => 'Número de Telefone da Terra'
+ ],
+ 'office_phone' => [
+ 'name' => 'Número de telefone do escritório'
+ ],
+ 'register_type' => [
+ 'name' => 'Tipo de registro'
+ ],
+ 'birthday' => [
+ 'name' => 'Aniversário'
+ ],
+ 'facebook_address' => [
+ 'name' => 'Endereço do Facebook'
+ ],
+ 'google_address' => [
+ 'name' => 'Endereço Google'
+ ],
+ 'education' => [
+ 'name' => 'Educação'
+ ],
+ 'state_of_education' => [
+ 'name' => 'Estado da Educação'
+ ],
+ 'profession' => [
+ 'name' => 'Profissão'
+ ],
+ 'identification_number' => [
+ 'name' => 'Número de identificação'
+ ],
+ 'adress_name' => [
+ 'name' => 'Nome do endereço'
+ ],
+ 'adress_first_name' => [
+ 'name' => 'Primeiro nome'
+ ],
+ 'adress_last_name' => [
+ 'name' => 'Último nome'
+ ],
+ 'actions' => [
+ 'name' => 'Ações'
+ ],
+ 'adress_content' => [
+ 'name' => 'Endereço de Conteúdo'
+ ],
+ 'adress_post_code' => [
+ 'name' => 'Código postal'
+ ],
+ 'adress_gsm_phone' => [
+ 'name' => 'Telefone Gsm'
+ ],
+ 'adress_land_phone' => [
+ 'name' => 'Telefone fixo'
+ ],
+ 'adress_country' => [
+ 'name' => 'País'
+ ],
+ 'adress_city' => [
+ 'name' => 'Cidade'
+ ],
+ 'adress_district' => [
+ 'name' => 'Distrito'
+ ],
+ 'adress_neighborhood' => [
+ 'name' => 'Vizinhança'
+ ],
+ 'adress_village' => [
+ 'name' => 'Aldeia'
+ ],
+ 'messages' => [
+ 'name' => 'Mensagens'
+ ],
+ 'user' => [
+ 'name' => 'Do utilizador'
+ ],
+ 'name' => [
+ 'name' => 'Nome'
+ ],
+
+ /*Menu Button*/
+ 'profile' => [
+ 'name' => 'Perfil'
+ ],
+
+ 'create' => [
+ 'name' => 'Crio'
+ ],
+ 'edit' => [
+ 'name' => 'Editar'
+ ],
+ 'delete' => [
+ 'name' => 'Excluir'
+ ],
+ 'list' => [
+ 'name' => 'Lista'
+ ],
+ 'menu_address' => [
+ 'name' => 'Endereço'
+ ],
+ 'menu_orders' => [
+ 'name' => 'Encomendas'
+ ],
+ 'menu_favorites' => [
+ 'name' => 'Favoritos'
+ ],
+ 'menu_archived_ads' => [
+ 'name' => 'Anúncios arquivados'
+ ],
+ 'menu_pending_ads' => [
+ 'name' => 'Aprovação pendente'
+ ],
+ 'menu_delete_account' => [
+ 'name' => 'Fechar conta'
+ ],
+ 'menu_my_ads' => [
+ 'name' => 'Meus anúncios'
+ ],
+ 'menu_fav_ads' => [
+ 'name' => 'Anúncios favoritos'
+ ],
+ 'menu_hello_msg' => [
+ 'name' => 'Olá'
+ ],
+ 'menu_last_msg' => [
+ 'name' => 'Você fez o último login'
+ ],
+ 'menu_packages' => [
+ 'name' => 'Meus pacotes'
+ ],
+ 'menu_adv_packages' => [
+ 'name' => 'Pacotes de anúncios'
+ ],
+ 'menu_time_packages' => [
+ 'name' => 'Pacotes de tempo'
+ ],
+ 'profile_details' => [
+ 'name' => 'Detalhes de perfil'
+ ],
+ 'profile_photo' => [
+ 'name' => 'Foto de perfil'
+ ],
+ 'adv_listing_banner' => [
+ 'name' => 'Banner da página de listagem de anúncios'
+ ],
+ 'approve' => [
+ 'name' => 'Aprovar'
+ ],
+ 'approved' => [
+ 'name' => 'Aprovado'
+ ],
+ 'pending' => [
+ 'name' => 'Pendente'
+ ],
+ 'passive' => [
+ 'name' => 'Passiva'
+ ],
+ 'pending_admin' => [
+ 'name' => 'Pendente'
+ ],
+ 'menu_messages' => [
+ 'name' => 'Mensagens'
+ ],
+ 'menu_my_purchase' => [
+ 'name' => 'Minha compra'
+ ],
+ 'menu_my_sales' => [
+ 'name' => 'Minhas vendas'
+ ],
+
+ /* Right Dock*/
+ 'right_secure_trading_subject' => [
+ 'name' => 'Negociação Segura'
+ ],
+ 'right_secure_trading_msg' => [
+ 'name' => 'Lorem ipsum dolor sente-se amet,
+ consectetur adipisicing elit'
+ ],
+ 'right_support_subject' => [
+ 'name' => 'Suporte 24/7'
+ ],
+ 'right_support_msg' => [
+ 'name' => 'Lorem ipsum dolor sente-se amet,
+ consectetur adipisicing elit'
+ ],
+ 'right_easy_trading_subject' => [
+ 'name' => 'Negociação Fácil'
+ ],
+ 'right_easy_trading_msg' => [
+ 'name' => 'Lorem ipsum dolor sente-se amet,
+ consectetur adipisicing elit'
+ ],
+ 'right_need_help_subject' => [
+ 'name' => 'Preciso de ajuda?'
+ ],
+ 'right_need_help_msg' => [
+ 'name' => 'Faça uma chamada'
+ ],
+ 'disable_account' => [
+ 'name' => 'Desativar conta'
+ ],
+ 'disable_account_msg' => [
+ 'name' => 'Sua conta será desativada. Esta operação não pode ser desfeita'
+ ],
+
+ 'message_title' => 'Título da mensagem',
+ 'owner_name' => 'mensagem',
+
+ 'favorites' => "Favoritos",
+ 'fav_advs' => 'Anúncios Favoritos',
+ 'fav_sellers' => "Vendedores de Fav",
+ 'fav_searches' => "Pesquisas Fav",
+ 'posted_on' => "Postado em",
+ 'message_details' => "detalhes da mensagem",
+ 'adv_no' => 'Anúncio Não',
+ 'bill_address' => [
+ 'name' => 'Endereço de cobrança',
+ ],
+ 'delivery_address' => [
+ 'name' => 'Endereço de entrega',
+ ],
+ 'order_total' => [
+ 'name' => 'Total',
+ ],
+ 'order_date' => [
+ 'name' => 'Data do pedido',
+ ],
+ 'order_no' => [
+ 'name' => 'ID do pedido',
+ ],
+ 'order_detail' => [
+ 'name' => 'Mostrar detalhes',
+ ],
+ /*Detail Page Order*/
+ 'detail' => [
+ 'name' => 'Detalhe',
+ ],
+ 'back' => [
+ 'name' => 'De volta',
+ ],
+ 'image' => [
+ 'name' => 'Imagem',
+ ],
+ 'subject' => [
+ 'name' => 'Sujeito',
+ ],
+ 'price' => [
+ 'name' => 'Preço',
+ ],
+ 'piece' => [
+ 'name' => 'Peça',
+ ],
+ 'commission' => [
+ 'name' => 'Comissão',
+ ],
+ 'total' => [
+ 'name' => 'Total',
+ ],
+ 'sub_total' => [
+ 'name' => 'Subtotal',
+ ],
+ 'sale' => [
+ 'name' => 'Venda',
+ ],
+ 'awaiting_tracking_number' => [
+ 'name' => 'Aguardando Número de Rastreamento',
+ ],
+ 'awaiting_payment_approval' => [
+ 'name' => 'Aguardando Aprovação de Pagamento',
+ ],
+ 'paid' => [
+ 'name' => 'Pago',
+ ],
+ 'cancelled' => [
+ 'name' => 'Cancelado',
+ ],
+ 'waiting' => [
+ 'name' => 'Esperando',
+ ],
+ 'awaiting_dispatch' => [
+ 'name' => 'Aguardando despacho',
+ ],
+ 'shipped' => [
+ 'name' => 'Enviado',
+ ],
+ 'delivered' => [
+ 'name' => 'Entregue',
+ ],
+ 'tracking_number' => [
+ 'name' => 'Numero de rastreio',
+ ],
+ 'was_delivered' => [
+ 'name' => 'foi entregue',
+ ],
+ 'not_delivered' => [
+ 'name' => 'não entregue',
+ ],
+ 'show_order_msg1' => [
+ 'name' => 'O resultado da transação será notificado por email.',
+ ],
+ 'show_order_msg2' => [
+ 'name' => 'O reembolso será feito se o produto não for entregue dentro de uma semana.',
+ ],
+ 'show_order_msg3' => [
+ 'name' => 'O resultado da transação foi enviado para o seu endereço de e-mail registrado.',
+ ],
+
+ 'awaiting_payment' => [
+ 'name' => 'Aguardando Pagamento',
+ ],
+ 'please_entered_tracking_number' => [
+ 'name' => 'Por favor introduziu o número de rastreamento',
+ ],
+ 'transport_days' => [
+ 'name' => 'Dias de Transporte',
+ ],
+ 'product_not_delivered' => [
+ 'name' => 'Produto não entregue',
+ ],
+ 'status' => [
+ 'name' => 'Status',
+ ],
+ 'cancel_sale' => [
+ 'name' => 'Cancelar venda',
+ ],
+ 'send_again' => [
+ 'name' => 'Vou enviar novamente',
+ ],
+ 'content' => [
+ 'name' => 'Conteúdo',
+ ],
+ 'preferences_settings' => [
+ 'name' => 'Configurações de Preferências',
+ ],
+
+ 'corporate_settings' => [
+ 'name' => 'Configurações corporativas',
+ ],
+ 'password' => [
+ 'name' => 'Senha',
+ ],
+ 'old_password' => [
+ 'name' => 'Senha Antiga',
+ ],
+ 'new_password' => [
+ 'name' => 'Nova senha',
+ ],
+ 're_new_password' => [
+ 'name' => 'Confirme a Senha',
+ ],
+ 'confirm_password_input' => [
+ 'name' => 'Eu confirmo minha mudança de senha',
+ ],
+ 'create_address' => [
+ 'name' => 'Criar endereço',
+ ],
+ 'edit_address' => [
+ 'name' => 'Editar Endereço',
+ ],
+ 'balance_limit' => [
+ 'name' => 'Limite de Saldo',
+ ],
+ 'active_ads' => [
+ 'name' => 'Anúncios ativos',
+ ],
+ 'subscriptions' => [
+ 'name' => 'Assinaturas',
+ ],
+ 'go_subscriptions_page' => [
+ 'name' => 'Ir para a página de assinaturas',
+ ],
+ 'buy_package' => [
+ 'name' => 'Compre o pacote',
+ ],
+ 'expired_date' => [
+ 'name' => 'Data expirada',
+ ],
+ 'category' => [
+ 'name' => 'Categoria',
+ ],
+ 'ad_limit' => [
+ 'name' => 'Limite de anúncios',
+ ],
+ 'publish_time' => [
+ 'name' => 'Hora de publicação',
+ ],
+ 'all_categories' => [
+ 'name' => 'todas as categorias',
+ ],
+ 'day' => [
+ 'name' => 'Dia',
+ ],
+
+ 'individual' => [
+ 'name' => 'Individual',
+ ],
+ 'corporate' => [
+ 'name' => 'Corporativo',
+ ],
+
+ 'details' => [
+ 'name' => 'Detalhes'
+ ],
+ 'choose' => [
+ 'name' => 'Escolher'
+ ],
+ 'my_address' => 'Meu endereço',
+
+ 'company' => [
+ 'name' => 'Nome da empresa'
+ ],
+ 'tax_office' => [
+ 'name' => 'Repartição de Finanças'
+ ],
+ 'tax_number' => [
+ 'name' => 'Número de identificação fiscal'
+ ],
+
+ // Profile page
+ 'my_profile' => 'Meu perfil',
+ 'edit_profile' => 'Editar Perfil',
+ 'edit_details' => 'Editar Detalhes',
+ 'update' => 'Atualizar',
+ 'change_password' => 'Mudar senha',
+ 'choose_an_option' => 'Escolha uma opção...',
+ 'change_status' => 'Alterar status',
+ 'profile_settings' => 'Configurações de perfil',
+ 'profile_detail' => 'Detalhe do Perfil',
+
+ // Register page
+ 'accept_terms_label' => 'Eu aceito os termos.',
+ 'accept_protection_law_label' => 'Eu aceito os termos da Lei sobre' . setting_value('visiosoft.module.profile::register_protection_url') . '"target =" _ blank "> Proteção de dados pessoais.',
+ 'accept_privacy_terms_label' => 'eu aceito' . setting_value('visiosoft.module.profile::register_privacy_url') . '"target =" _ blank "> termos de privacidade.',
+ 'receive_sms_emails_label' => 'Quero receber e-mail e sms.',
+
+ // Register Type
+ 'personal' => [
+ 'name' => 'Pessoal'
+ ],
+
+ 'education_part' => [
+ 'name' => 'Estado da Educação'
+ ],
+
+ 'notified_new_updates' => [
+ 'name' => 'Novas atualizações notificadas',
+ ],
+ 'notified_about_ads' => [
+ 'name' => 'Notificado sobre anúncios',
+ ],
+ 'receive_messages_email' => [
+ 'name' => 'Receber mensagens de e-mail',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/pt/message.php b/resources/default/addons/visiosoft/profile-module/lang/pt/message.php
new file mode 100644
index 000000000..4a492d89f
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/pt/message.php
@@ -0,0 +1,49 @@
+ "Campo de e-mail é obrigatório!",
+ "username" => "Campo de nome de usuário é obrigatório!",
+ "success_update" => "Atualização de perfil com sucesso!",
+ "adress_success_update" => "Atualizar endereço com sucesso!",
+ "adress_success_create" => "Endereço Crie com sucesso!",
+ "login_error" => "Login ou senha incorretos.",
+ "login_noMail_old_user" => "O endereço de e-mail digitado não foi encontrado.",
+ "login_noMail_old_user2" => "Por favor,
+ verifique o endereço de e-mail e tente novamente.",
+ "login_noMail_old_user3" => "Se o problema persistir,
+ entre em contato pelo e-mail \\'info@openclassify.com\\'.",
+ "login_info_old_user" => "Uma nova senha foi enviada para o seu endereço de e-mail.",
+ "success" => "Sucesso",
+ "notified_new_updates" => "Quero ser notificado de novas atualizações",
+ "notified_about_ads" => "Permitir notificações sobre meus anúncios",
+ "receive_messages_email" => "Quero receber mensagens como email",
+ "no_packages_module" => "Nenhum módulo de pacotes!",
+ "required_add"=> "Por favor,
+ preencha todas as linhas necessárias.",
+ "no_extend_package" => "Não estenda pacotes de anúncios",
+ "saved" => "Salvou!",
+ 'please_confirm_transaction' => 'Confirme a transação',
+ 'password_do_not_match' => 'As senhas não coincidem',
+ 'your_password_changed' => 'Sua senha foi atualizada com sucesso',
+ 'error_valid_email_or_phone' => 'O número do telefone ou o formato do endereço de email não está correto.',
+ 'error_valid_phone' => 'O formato do número de telefone não está correto.',
+ 'registered_phone' => 'Este número de telefone já foi registrado.',
+ 'ajax_address_error' => 'Nenhum endereço ou não está autorizado a visualizar.',
+ 'empty_password_sms_message' => 'Devido a problemas de segurança, alteramos sua senha! Sua nova senha é:',
+ 'required_all' => "Todo o campo é obrigatório!",
+ 'can_not_remove_filled_fields' => "Você não pode remover os campos preenchidos!",
+ 'wrong_password' => "A senha que você digitou não está correta!",
+
+ // Forgot Password
+ 'email_phone_not_found' => 'O e-mail, número de telefone não está correto!',
+
+ 'disable_account' => 'Deseja fechar sua conta? Esta operação não pode ser desfeita.',
+
+ // Mail
+ 'update_email_mail_subject' => 'Email atualizado!',
+ 'update_email_mail_message' => 'Seu e-mail foi atualizado!',
+
+ // Register
+ 'recaptcha_field_is_required' => 'O campo reCaptcha é obrigatório.',
+ 'failed_to_validate_captcha' => 'Falha ao validar o captcha.',
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/pt/permission.php b/resources/default/addons/visiosoft/profile-module/lang/pt/permission.php
new file mode 100644
index 000000000..38fd880e0
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/pt/permission.php
@@ -0,0 +1,36 @@
+ [
+ 'name' => 'Perfil',
+ 'option' => [
+ 'read' => 'Pode ler o perfil? ',
+ 'write' => 'Pode criar / editar perfil? ',
+ 'delete' => 'Pode excluir o perfil?',
+ ],
+ ],
+ 'adress' => [
+ 'name' => 'Endereço',
+ 'option' => [
+ 'read' => 'Pode ler o endereço? ',
+ 'write' => 'Pode criar / editar endereço? ',
+ 'delete' => 'Pode excluir o endereço?',
+ ],
+ ],
+ 'education' => [
+ 'name' => 'Educação',
+ 'option' => [
+ 'read' => 'Pode ler educação?',
+ 'write' => 'Pode criar / editar educação?',
+ 'delete' => 'Pode excluir educação?',
+ ],
+ ],
+ 'education_part' => [
+ 'name' => 'Parte de educação',
+ 'option' => [
+ 'read' => 'Pode ler parte da educação?',
+ 'write' => 'Pode criar / editar a parte educacional?',
+ 'delete' => 'Pode excluir a parte educacional?',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/pt/section.php b/resources/default/addons/visiosoft/profile-module/lang/pt/section.php
new file mode 100644
index 000000000..43dbdd4a0
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/pt/section.php
@@ -0,0 +1,18 @@
+ [
+ 'title' => 'Perfil',
+ ],
+ 'adress' => [
+ 'title' => 'Endereço',
+ ],
+ 'general_setting' => 'Configurações Gerais',
+ 'recaptcha' => 'reCAPTCHA',
+ 'education' => [
+ 'title' => 'Educação',
+ ],
+ 'education_part' => [
+ 'title' => 'Parte de educação',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/pt/setting.php b/resources/default/addons/visiosoft/profile-module/lang/pt/setting.php
new file mode 100644
index 000000000..7b78d53a7
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/pt/setting.php
@@ -0,0 +1,58 @@
+ [
+ 'name' => 'Guia Exibir meus anúncios',
+ ],
+ 'upload_avatar' => [
+ 'name' => 'Upload de Avatar',
+ ],
+ 'show_tax_office' => [
+ 'name' => 'Mostrar campo fiscal',
+ ],
+ 'show_checkbox_terms_on_register' => [
+ 'name' => 'Mostrar os termos da caixa de seleção ao se registrar',
+ 'instructions' => 'Mostrar "Aceitar termo", "lei de proteção", "termo de privacidade", "sms e e-mails" no formulário de registro'
+ ],
+ 'register_protection_url' => [
+ 'name' => 'Registrar URL de proteção',
+ ],
+ 'register_privacy_url' => [
+ 'name' => 'Registrar URL de privacidade',
+ ],
+ 'show_education_profession' => [
+ 'name' => 'Mostrar campos de educação e profissão',
+ 'instructions' => 'Mostrar "Educação", "Estado da Educação" e "Profissão" na página de edição do perfil'
+ ],
+ 'google_captcha_site_key' => [
+ 'name' => 'Chave do site Google Captcha',
+ ],
+ 'google_captcha_secret_key' => [
+ 'name' => 'Chave secreta do Google Captcha',
+ ],
+ 'score_threshold' => [
+ 'name' => 'Limiar de pontuação',
+ 'instructions' => 'Um valor entre 0 e 1. Quanto mais alto o limite, mais restrito o ReCaptcha é ao tentar determinar se um usuário é um bot ou não.',
+ ],
+ 'education' => [
+ 'name' => 'Educação'
+ ],
+ 'state_of_education' => [
+ 'name' => 'Estado da Educação'
+ ],
+ 'profession' => [
+ 'name' => 'Profissão'
+ ],
+ 'hide_register_type_profile' => [
+ 'name' => 'Ocultar tipo de registro na página de perfil',
+ 'instructions' => 'Oculta o campo do tipo de registro na página de edição do perfil.',
+ ],
+ 'required_district' => [
+ 'name' => 'Distrito Requerido',
+ 'instructions' => 'Adicionar um endereço representa a obrigação do distrito.',
+ ],
+ 'show_extends_actions' => [
+ 'name' => 'Mostrar ações de extensão',
+ 'instructions' => 'Representa as opções de extensão disponíveis na página de anúncios do meu perfil.',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/pt/stream.php b/resources/default/addons/visiosoft/profile-module/lang/pt/stream.php
new file mode 100644
index 000000000..f9f7b2676
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/pt/stream.php
@@ -0,0 +1,16 @@
+ [
+ 'name' => 'Perfil',
+ ],
+ 'adress' => [
+ 'name' => 'Endereço',
+ ],
+ 'education' => [
+ 'name' => 'Educação',
+ ],
+ 'education_part' => [
+ 'name' => 'Parte de educação',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/ro/addon.php b/resources/default/addons/visiosoft/profile-module/lang/ro/addon.php
new file mode 100644
index 000000000..10d3aa67e
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/ro/addon.php
@@ -0,0 +1,7 @@
+ 'Profil',
+ 'name' => 'Modul de profil',
+ 'description' => ''
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/ro/button.php b/resources/default/addons/visiosoft/profile-module/lang/ro/button.php
new file mode 100644
index 000000000..3dc47d058
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/ro/button.php
@@ -0,0 +1,21 @@
+ 'Profil nou',
+ 'new_adress' => 'Adresa nouă',
+ 'show' => 'Show Adress',
+ 'update_password' => 'Actualizați parola',
+ 'update_profile' => 'Actualizare profil',
+ 'delete' => 'Șterge',
+ 'extend' => 'Extinde',
+ 'extend_all' => 'Extindeți toate',
+ 'extend_unpublished' => 'Extindeți nepublicat',
+ 'edit' => 'Editați | ×',
+ 'go_profile' => 'Accesați Detaliile profilului',
+ 'go_user' => 'Accesați Detaliile utilizatorului',
+ 'personal' => 'Personal',
+ 'corporate' => 'corporativ',
+ 'export' => 'Export',
+ 'new_education' => 'Educație nouă',
+ 'new_education_part' => 'Partea educație nouă',
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/ro/field.php b/resources/default/addons/visiosoft/profile-module/lang/ro/field.php
new file mode 100644
index 000000000..57d91e925
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/ro/field.php
@@ -0,0 +1,499 @@
+ [
+ 'name' => 'Fotografii'
+ ],
+ 'first_name' => [
+ 'name' => 'Nume'
+ ],
+ 'last_name' => [
+ 'name' => 'Numele de familie'
+ ],
+ 'username' => [
+ 'name' => 'Nume de utilizator'
+ ],
+ 'display_name' => [
+ 'name' => 'Numele afisat'
+ ],
+ 'email' => [
+ 'name' => 'Adresa de email'
+ ],
+ 'sitename' => [
+ 'name' => 'Numele site-ului'
+ ],
+ 'activated' => [
+ 'name' => 'Utilizator activ'
+ ],
+ 'enabled' => [
+ 'name' => 'Activare utilizator'
+ ],
+ 'country' => [
+ 'name' => 'Țară'
+ ],
+ 'city' => [
+ 'name' => 'Oraș'
+ ],
+ 'district' => [
+ 'name' => 'District'
+ ],
+ 'neighborhood' => [
+ 'name' => 'Cartier'
+ ],
+ 'village' => [
+ 'name' => 'Sat'
+ ],
+ 'gsm_phone' => [
+ 'name' => 'Telefon GSM'
+ ],
+ 'land_phone' => [
+ 'name' => 'Telefon fix'
+ ],
+ 'office_phone' => [
+ 'name' => 'Telefon de birou'
+ ],
+ 'register_type' => [
+ 'name' => 'Tip de înregistrare'
+ ],
+ 'birthday' => [
+ 'name' => 'Zi de nastere'
+ ],
+ 'facebook_address' => [
+ 'name' => 'Adresa Facebook'
+ ],
+ 'google_address' => [
+ 'name' => 'Adresa Google'
+ ],
+ 'education' => [
+ 'name' => 'Educaţie'
+ ],
+ 'state_of_education' => [
+ 'name' => 'Starea educației'
+ ],
+ 'profession' => [
+ 'name' => 'Profesie'
+ ],
+ 'identification_number' => [
+ 'name' => 'Numar de identificare'
+ ],
+ 'adress_name' => [
+ 'name' => 'Numele adresei'
+ ],
+ 'adress_first_name' => [
+ 'name' => 'Nume'
+ ],
+ 'adress_last_name' => [
+ 'name' => 'Numele de familie'
+ ],
+ 'actions' => [
+ 'name' => 'acţiuni'
+ ],
+ 'adress_content' => [
+ 'name' => 'Adresa de conținut'
+ ],
+ 'adress_post_code' => [
+ 'name' => 'Cod poștal'
+ ],
+ 'adress_gsm_phone' => [
+ 'name' => 'Telefon Gsm'
+ ],
+ 'adress_land_phone' => [
+ 'name' => 'Telefon fix'
+ ],
+ 'adress_country' => [
+ 'name' => 'Țară'
+ ],
+ 'adress_city' => [
+ 'name' => 'Oraș'
+ ],
+ 'adress_district' => [
+ 'name' => 'District'
+ ],
+ 'adress_neighborhood' => [
+ 'name' => 'Cartier'
+ ],
+ 'adress_village' => [
+ 'name' => 'Sat'
+ ],
+ 'messages' => [
+ 'name' => 'Mesaje'
+ ],
+ 'user' => [
+ 'name' => 'Utilizator'
+ ],
+ 'name' => [
+ 'name' => 'Nume'
+ ],
+
+ /*Menu Button*/
+ 'profile' => [
+ 'name' => 'Profil'
+ ],
+
+ 'create' => [
+ 'name' => 'Crea'
+ ],
+ 'edit' => [
+ 'name' => 'Editați | ×'
+ ],
+ 'delete' => [
+ 'name' => 'Șterge'
+ ],
+ 'list' => [
+ 'name' => 'Listă'
+ ],
+ 'menu_address' => [
+ 'name' => 'Abordare'
+ ],
+ 'menu_orders' => [
+ 'name' => 'Comenzi'
+ ],
+ 'menu_favorites' => [
+ 'name' => 'Favorite'
+ ],
+ 'menu_archived_ads' => [
+ 'name' => 'Anunțuri arhivate'
+ ],
+ 'menu_pending_ads' => [
+ 'name' => 'Aprobare in asteptare'
+ ],
+ 'menu_delete_account' => [
+ 'name' => 'Închideți contul'
+ ],
+ 'menu_my_ads' => [
+ 'name' => 'Reclamele mele'
+ ],
+ 'menu_fav_ads' => [
+ 'name' => 'Anunțurile preferate'
+ ],
+ 'menu_hello_msg' => [
+ 'name' => 'buna'
+ ],
+ 'menu_last_msg' => [
+ 'name' => 'V-ați conectat ultima dată la'
+ ],
+ 'menu_packages' => [
+ 'name' => 'Pachetele mele'
+ ],
+ 'menu_adv_packages' => [
+ 'name' => 'Pachete de reclame'
+ ],
+ 'menu_time_packages' => [
+ 'name' => 'Pachetele de timp'
+ ],
+ 'profile_details' => [
+ 'name' => 'Detalii despre profil'
+ ],
+ 'profile_photo' => [
+ 'name' => 'Poza de profil'
+ ],
+ 'adv_listing_banner' => [
+ 'name' => 'Banner de afișare de anunțuri'
+ ],
+ 'approve' => [
+ 'name' => 'Aproba'
+ ],
+ 'approved' => [
+ 'name' => 'Aprobat'
+ ],
+ 'pending' => [
+ 'name' => 'In asteptarea'
+ ],
+ 'passive' => [
+ 'name' => 'Pasiv'
+ ],
+ 'pending_admin' => [
+ 'name' => 'In asteptarea'
+ ],
+ 'menu_messages' => [
+ 'name' => 'Mesaje'
+ ],
+ 'menu_my_purchase' => [
+ 'name' => 'Achiziția mea'
+ ],
+ 'menu_my_sales' => [
+ 'name' => 'Vânzările mele'
+ ],
+
+ /* Right Dock*/
+ 'right_secure_trading_subject' => [
+ 'name' => 'Tranzacționare sigură'
+ ],
+ 'right_secure_trading_msg' => [
+ 'name' => 'Lorem ipsum dolor sit amet, consectetur adipisicing elit'
+ ],
+ 'right_support_subject' => [
+ 'name' => 'Suport 24/7'
+ ],
+ 'right_support_msg' => [
+ 'name' => 'Lorem ipsum dolor sit amet, consectetur adipisicing elit'
+ ],
+ 'right_easy_trading_subject' => [
+ 'name' => 'Tranzacționare ușoară'
+ ],
+ 'right_easy_trading_msg' => [
+ 'name' => 'Lorem ipsum dolor sit amet, consectetur adipisicing elit'
+ ],
+ 'right_need_help_subject' => [
+ 'name' => 'Nevoie de ajutor?'
+ ],
+ 'right_need_help_msg' => [
+ 'name' => 'Sună un apel'
+ ],
+ 'disable_account' => [
+ 'name' => 'Dezactivați Account-ul'
+ ],
+ 'disable_account_msg' => [
+ 'name' => 'Contul dvs. va fi dezactivat.
+ Această operație nu poate fi anulată'
+ ],
+
+ 'message_title' => 'Titlul mesajului',
+ 'owner_name' => 'Mesaj',
+
+ 'favorites' => "Favorite",
+ 'fav_advs' => 'Anunțuri preferate',
+ 'fav_sellers' => "Vânzători Fav",
+ 'fav_searches' => "Căutări Fav",
+ 'posted_on' => "Postat pe",
+ 'message_details' => "Detalii despre mesaj",
+ 'adv_no' => 'Anunț nr',
+ 'bill_address' => [
+ 'name' => 'Adresa de factură',
+ ],
+ 'delivery_address' => [
+ 'name' => 'Adresă de livrare',
+ ],
+ 'order_total' => [
+ 'name' => 'Total',
+ ],
+ 'order_date' => [
+ 'name' => 'Data comandă',
+ ],
+ 'order_no' => [
+ 'name' => 'Comanda ID',
+ ],
+ 'order_detail' => [
+ 'name' => 'Arată detalii',
+ ],
+ /*Detail Page Order*/
+ 'detail' => [
+ 'name' => 'Detaliu',
+ ],
+ 'back' => [
+ 'name' => 'Înapoi',
+ ],
+ 'image' => [
+ 'name' => 'Imagine',
+ ],
+ 'subject' => [
+ 'name' => 'Subiect',
+ ],
+ 'price' => [
+ 'name' => 'Preț',
+ ],
+ 'piece' => [
+ 'name' => 'Bucată',
+ ],
+ 'commission' => [
+ 'name' => 'Comision',
+ ],
+ 'total' => [
+ 'name' => 'Total',
+ ],
+ 'sub_total' => [
+ 'name' => 'Total total',
+ ],
+ 'sale' => [
+ 'name' => 'Vânzare',
+ ],
+ 'awaiting_tracking_number' => [
+ 'name' => 'Așteptați numărul de urmărire',
+ ],
+ 'awaiting_payment_approval' => [
+ 'name' => 'Se așteaptă aprobarea plății',
+ ],
+ 'paid' => [
+ 'name' => 'Plătit',
+ ],
+ 'cancelled' => [
+ 'name' => 'Anulat',
+ ],
+ 'waiting' => [
+ 'name' => 'Aşteptare',
+ ],
+ 'awaiting_dispatch' => [
+ 'name' => 'Se așteaptă expedierea',
+ ],
+ 'shipped' => [
+ 'name' => 'Transportat',
+ ],
+ 'delivered' => [
+ 'name' => 'Livrat',
+ ],
+ 'tracking_number' => [
+ 'name' => 'Număr de urmărire',
+ ],
+ 'was_delivered' => [
+ 'name' => 'a fost trimis',
+ ],
+ 'not_delivered' => [
+ 'name' => 'nu a fost livrat',
+ ],
+ 'show_order_msg1' => [
+ 'name' => 'Rezultatul tranzacției va fi notificat prin poștă.',
+ ],
+ 'show_order_msg2' => [
+ 'name' => 'Rambursarea se va face dacă produsul nu este livrat în termen de o săptămână.',
+ ],
+ 'show_order_msg3' => [
+ 'name' => 'Rezultatul tranzacției a fost trimis la adresa dvs. de e-mail înregistrată.',
+ ],
+
+ 'awaiting_payment' => [
+ 'name' => 'În așteptarea plății',
+ ],
+ 'please_entered_tracking_number' => [
+ 'name' => 'Vă rugăm să introduceți numărul de urmărire',
+ ],
+ 'transport_days' => [
+ 'name' => 'Zilele de transport',
+ ],
+ 'product_not_delivered' => [
+ 'name' => 'Produsul nu este livrat',
+ ],
+ 'status' => [
+ 'name' => 'stare',
+ ],
+ 'cancel_sale' => [
+ 'name' => 'Anulați vânzarea',
+ ],
+ 'send_again' => [
+ 'name' => 'Voi trimite din nou',
+ ],
+ 'content' => [
+ 'name' => 'Conţinut',
+ ],
+ 'preferences_settings' => [
+ 'name' => 'Setări preferințe',
+ ],
+
+ 'corporate_settings' => [
+ 'name' => 'Setări corporative',
+ ],
+ 'password' => [
+ 'name' => 'Parola',
+ ],
+ 'old_password' => [
+ 'name' => 'Parola veche',
+ ],
+ 'new_password' => [
+ 'name' => 'Parolă Nouă',
+ ],
+ 're_new_password' => [
+ 'name' => 'Confirmă parola',
+ ],
+ 'confirm_password_input' => [
+ 'name' => 'Confirm modificarea parolei',
+ ],
+ 'create_address' => [
+ 'name' => 'Creare adresă',
+ ],
+ 'edit_address' => [
+ 'name' => 'Editează adresa',
+ ],
+ 'balance_limit' => [
+ 'name' => 'Limita de echilibru',
+ ],
+ 'active_ads' => [
+ 'name' => 'Anunțuri active',
+ ],
+ 'subscriptions' => [
+ 'name' => 'Abonamente',
+ ],
+ 'go_subscriptions_page' => [
+ 'name' => 'Accesați pagina Abonamente',
+ ],
+ 'buy_package' => [
+ 'name' => 'Cumpără pachet',
+ ],
+ 'expired_date' => [
+ 'name' => 'Data expirata',
+ ],
+ 'category' => [
+ 'name' => 'Categorie',
+ ],
+ 'ad_limit' => [
+ 'name' => 'Limita de publicitate',
+ ],
+ 'publish_time' => [
+ 'name' => 'Publică ora',
+ ],
+ 'all_categories' => [
+ 'name' => 'toate categoriile',
+ ],
+ 'day' => [
+ 'name' => 'Zi',
+ ],
+
+ 'individual' => [
+ 'name' => 'individual',
+ ],
+ 'corporate' => [
+ 'name' => 'Corporate',
+ ],
+
+ 'details' => [
+ 'name' => 'Detalii'
+ ],
+ 'choose' => [
+ 'name' => 'Alege'
+ ],
+ 'my_address' => 'Adresa mea',
+
+ 'company' => [
+ 'name' => 'Numele Companiei'
+ ],
+ 'tax_office' => [
+ 'name' => 'Oficiu fiscal'
+ ],
+ 'tax_number' => [
+ 'name' => 'Cod fiscal'
+ ],
+
+ // Profile page
+ 'my_profile' => 'Profilul meu',
+ 'edit_profile' => 'Editează profilul',
+ 'edit_details' => 'Editează detaliile',
+ 'update' => 'Actualizați',
+ 'change_password' => 'Schimbați parola',
+ 'choose_an_option' => 'Alege o opțiune...',
+ 'change_status' => 'Schimba starea',
+ 'profile_settings' => 'Setarile profilului',
+ 'profile_detail' => 'Detaliu profil',
+
+ // Register page
+ 'accept_terms_label' => 'Accept termenii.',
+ 'accept_protection_law_label' => 'Accept termenii Legii privind' . setting_value('visiosoft.module.profile::register_protection_url') . '"target =" _ blank "> Protecția datelor cu caracter personal.',
+ 'accept_privacy_terms_label' => 'accept' . setting_value('visiosoft.module.profile::register_privacy_url') . '"target =" _ blank "> termeni de confidențialitate.',
+ 'receive_sms_emails_label' => 'Vreau să primesc e-mail și sms.',
+
+ // Register Type
+ 'personal' => [
+ 'name' => 'Personal'
+ ],
+
+ 'education_part' => [
+ 'name' => 'Starea educației'
+ ],
+
+ 'notified_new_updates' => [
+ 'name' => 'Actualizări noi notificate',
+ ],
+ 'notified_about_ads' => [
+ 'name' => 'Notificat despre anunțuri',
+ ],
+ 'receive_messages_email' => [
+ 'name' => 'Primiți mesaje prin e-mail',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/ro/message.php b/resources/default/addons/visiosoft/profile-module/lang/ro/message.php
new file mode 100644
index 000000000..d0f99b454
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/ro/message.php
@@ -0,0 +1,46 @@
+ "E-mail câmp obligatoriu!",
+ "username" => "Câmpul de utilizator este obligatoriu!",
+ "success_update" => "Actualizare profil cu succes!",
+ "adress_success_update" => "Actualizare Adress cu succes!",
+ "adress_success_create" => "Adresa Creați cu succes!",
+ "login_error" => "Parolă sau logare incorectă.",
+ "login_noMail_old_user" => "Adresa de e-mail introdusă nu a putut fi găsită.",
+ "login_noMail_old_user2" => "Verificați adresa de e-mail și încercați din nou.",
+ "login_noMail_old_user3" => "Dacă problema continuă, vă rugăm să contactați la „info@openclassify.com”.",
+ "login_info_old_user" => "O nouă parolă a fost trimisă la adresa dvs. de e-mail.",
+ "success" => "Succes",
+ "notified_new_updates" => "Doresc să fiu notificat despre noi actualizări",
+ "notified_about_ads" => "Permiteți notificări despre anunțurile mele",
+ "receive_messages_email" => "Vreau să primesc mesaje ca e-mail",
+ "no_packages_module" => "Niciun modul de pachete!",
+ "required_add"=> "Vă rugăm să completați toate liniile necesare.",
+ "no_extend_package" => "Nu extindeți pachete de anunțuri",
+ "saved" => "Salvat!",
+ 'please_confirm_transaction' => 'Vă rugăm să confirmați tranzacția',
+ 'password_do_not_match' => 'parolele nu se potrivesc',
+ 'your_password_changed' => 'Parola dvs. a fost actualizată cu succes',
+ 'error_valid_email_or_phone' => 'Numărul de telefon sau formatul adresei de e-mail nu sunt corecte.',
+ 'error_valid_phone' => 'Formatul numărului de telefon nu este corect.',
+ 'registered_phone' => 'Acest număr de telefon a fost deja înregistrat.',
+ 'ajax_address_error' => 'Nicio adresă sau nu este autorizată să vizualizeze.',
+ 'empty_password_sms_message' => 'Din cauza problemelor de securitate, v-am schimbat parola! Noua dvs. parolă este:',
+ 'required_all' => "Tot câmpul este obligatoriu!",
+ 'can_not_remove_filled_fields' => "Nu puteți elimina câmpurile umplute!",
+ 'wrong_password' => "Parola pe care ați introdus-o nu este corectă!",
+
+ // Forgot Password
+ 'email_phone_not_found' => 'E-mailul, numărul de telefon nu este corect!',
+
+ 'disable_account' => 'Doriți să vă închideți contul? Această operație nu poate fi anulată.',
+
+ // Mail
+ 'update_email_mail_subject' => 'E-mail actualizat!',
+ 'update_email_mail_message' => 'E-mailul dvs. a fost actualizat!',
+
+ // Register
+ 'recaptcha_field_is_required' => 'câmpul reCaptcha este obligatoriu.',
+ 'failed_to_validate_captcha' => 'Nu s-a validat captcha.',
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/ro/permission.php b/resources/default/addons/visiosoft/profile-module/lang/ro/permission.php
new file mode 100644
index 000000000..6c738b570
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/ro/permission.php
@@ -0,0 +1,36 @@
+ [
+ 'name' => 'Profil',
+ 'option' => [
+ 'read' => 'Se poate citi profilul?',
+ 'write' => 'Poate crea / edita profilul?',
+ 'delete' => 'Se poate șterge profilul?',
+ ],
+ ],
+ 'adress' => [
+ 'name' => 'Adresa',
+ 'option' => [
+ 'read' => 'Se poate citi adresa?',
+ 'write' => 'Poate crea / edita adresa?',
+ 'delete' => 'Se poate șterge adresa?',
+ ],
+ ],
+ 'education' => [
+ 'name' => 'Educaţie',
+ 'option' => [
+ 'read' => 'Poate citi educația?',
+ 'write' => 'Poate crea / edita educație?',
+ 'delete' => 'Poate șterge educația?',
+ ],
+ ],
+ 'education_part' => [
+ 'name' => 'Partea educație',
+ 'option' => [
+ 'read' => 'Poate citi partea educației?',
+ 'write' => 'Poate crea / edita partea de educație?',
+ 'delete' => 'Poate șterge partea de educație?',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/ro/section.php b/resources/default/addons/visiosoft/profile-module/lang/ro/section.php
new file mode 100644
index 000000000..d15180791
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/ro/section.php
@@ -0,0 +1,18 @@
+ [
+ 'title' => 'Profil',
+ ],
+ 'adress' => [
+ 'title' => 'Adresa',
+ ],
+ 'general_setting' => 'setari generale',
+ 'recaptcha' => 'reCAPTCHA',
+ 'education' => [
+ 'title' => 'Educaţie',
+ ],
+ 'education_part' => [
+ 'title' => 'Partea educație',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/ro/setting.php b/resources/default/addons/visiosoft/profile-module/lang/ro/setting.php
new file mode 100644
index 000000000..cd7309f76
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/ro/setting.php
@@ -0,0 +1,58 @@
+ [
+ 'name' => 'Afișați fila Anunțurile mele',
+ ],
+ 'upload_avatar' => [
+ 'name' => 'Încărcare Avatar',
+ ],
+ 'show_tax_office' => [
+ 'name' => 'Arată câmpul Oficiului Fiscal',
+ ],
+ 'show_checkbox_terms_on_register' => [
+ 'name' => 'Afișați termenii casetei de selectare la Înregistrare',
+ 'instructions' => 'Afișați „Acceptați termenul”, „legea protecției”, „termenul de confidențialitate”, „sms și e-mailuri” în formularul de înregistrare'
+ ],
+ 'register_protection_url' => [
+ 'name' => 'Înregistrați adresa URL de protecție',
+ ],
+ 'register_privacy_url' => [
+ 'name' => 'Înregistrați adresa URL de confidențialitate',
+ ],
+ 'show_education_profession' => [
+ 'name' => 'Afișați domeniile Educație și profesie',
+ 'instructions' => 'Afișați „Educație”, „Starea educației” și „Profesie” pe pagina de editare a profilului'
+ ],
+ 'google_captcha_site_key' => [
+ 'name' => 'Cheia site-ului Google Captcha',
+ ],
+ 'google_captcha_secret_key' => [
+ 'name' => 'Cheia secretă Google Captcha',
+ ],
+ 'score_threshold' => [
+ 'name' => 'Prag de scor',
+ 'instructions' => 'O valoare cuprinsă între 0 și 1. Cu cât pragul este mai mare, cu atât ReCaptcha este mai strict în încercarea de a determina dacă un utilizator este sau nu un bot.',
+ ],
+ 'education' => [
+ 'name' => 'Educaţie'
+ ],
+ 'state_of_education' => [
+ 'name' => 'Starea educației'
+ ],
+ 'profession' => [
+ 'name' => 'Profesie'
+ ],
+ 'hide_register_type_profile' => [
+ 'name' => 'Ascundeți tipul de înregistrare în pagina de profil',
+ 'instructions' => 'Ascunde câmpul tip de înregistrare în pagina de editare a profilului.',
+ ],
+ 'required_district' => [
+ 'name' => 'Districtul necesar',
+ 'instructions' => 'Adăugarea unei adrese reprezintă obligația districtului.',
+ ],
+ 'show_extends_actions' => [
+ 'name' => 'Afișați acțiuni extinse',
+ 'instructions' => 'Reprezintă opțiunile Extinde disponibile în pagina Anunțuri din profilul meu.',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/ro/stream.php b/resources/default/addons/visiosoft/profile-module/lang/ro/stream.php
new file mode 100644
index 000000000..80edd2c52
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/ro/stream.php
@@ -0,0 +1,16 @@
+ [
+ 'name' => 'Profil',
+ ],
+ 'adress' => [
+ 'name' => 'Abordare',
+ ],
+ 'education' => [
+ 'name' => 'Educaţie',
+ ],
+ 'education_part' => [
+ 'name' => 'Partea educație',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/ru/addon.php b/resources/default/addons/visiosoft/profile-module/lang/ru/addon.php
new file mode 100644
index 000000000..9314547ce
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/ru/addon.php
@@ -0,0 +1,7 @@
+ 'Профиль',
+ 'name' => 'Модуль профиля',
+ 'description' => ''
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/ru/button.php b/resources/default/addons/visiosoft/profile-module/lang/ru/button.php
new file mode 100644
index 000000000..4e6b6e87f
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/ru/button.php
@@ -0,0 +1,21 @@
+ 'Новый профиль',
+ 'new_adress' => 'Новый адрес',
+ 'show' => 'Показать адрес',
+ 'update_password' => 'Обновить пароль',
+ 'update_profile' => 'Обновить профиль',
+ 'delete' => 'удалять',
+ 'extend' => 'простираться',
+ 'extend_all' => 'Расширить все',
+ 'extend_unpublished' => 'Продлить неопубликованные',
+ 'edit' => 'редактировать',
+ 'go_profile' => 'Перейти к профилю',
+ 'go_user' => 'Перейти к информации о пользователе',
+ 'personal' => 'личный',
+ 'corporate' => 'Корпоративный',
+ 'export' => 'Экспорт',
+ 'new_education' => 'Новое образование',
+ 'new_education_part' => 'Часть нового образования',
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/ru/field.php b/resources/default/addons/visiosoft/profile-module/lang/ru/field.php
new file mode 100644
index 000000000..c89ed026d
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/ru/field.php
@@ -0,0 +1,500 @@
+ [
+ 'name' => 'Фото'
+ ],
+ 'first_name' => [
+ 'name' => 'Имя'
+ ],
+ 'last_name' => [
+ 'name' => 'Фамилия'
+ ],
+ 'username' => [
+ 'name' => 'имя пользователя'
+ ],
+ 'display_name' => [
+ 'name' => 'Отображаемое имя'
+ ],
+ 'email' => [
+ 'name' => 'Электронный адрес'
+ ],
+ 'sitename' => [
+ 'name' => 'Название сайта'
+ ],
+ 'activated' => [
+ 'name' => 'Пользователь активен'
+ ],
+ 'enabled' => [
+ 'name' => 'User Enable'
+ ],
+ 'country' => [
+ 'name' => 'Страна'
+ ],
+ 'city' => [
+ 'name' => 'город'
+ ],
+ 'district' => [
+ 'name' => 'район'
+ ],
+ 'neighborhood' => [
+ 'name' => 'окрестности'
+ ],
+ 'village' => [
+ 'name' => 'Деревня'
+ ],
+ 'gsm_phone' => [
+ 'name' => 'Номер телефона GSM'
+ ],
+ 'land_phone' => [
+ 'name' => 'Номер телефона'
+ ],
+ 'office_phone' => [
+ 'name' => 'Рабочий телефон'
+ ],
+ 'register_type' => [
+ 'name' => 'Тип регистрации'
+ ],
+ 'birthday' => [
+ 'name' => 'День рождения'
+ ],
+ 'facebook_address' => [
+ 'name' => 'Адрес Facebook'
+ ],
+ 'google_address' => [
+ 'name' => 'Адрес Google'
+ ],
+ 'education' => [
+ 'name' => 'Образование'
+ ],
+ 'state_of_education' => [
+ 'name' => 'Состояние образования'
+ ],
+ 'profession' => [
+ 'name' => 'Профессия'
+ ],
+ 'identification_number' => [
+ 'name' => 'Идентификационный номер'
+ ],
+ 'adress_name' => [
+ 'name' => 'Адрес'
+ ],
+ 'adress_first_name' => [
+ 'name' => 'Имя'
+ ],
+ 'adress_last_name' => [
+ 'name' => 'Фамилия'
+ ],
+ 'actions' => [
+ 'name' => 'действия'
+ ],
+ 'adress_content' => [
+ 'name' => 'Адресный контент'
+ ],
+ 'adress_post_code' => [
+ 'name' => 'Почтовый индекс'
+ ],
+ 'adress_gsm_phone' => [
+ 'name' => 'Gsm Phone'
+ ],
+ 'adress_land_phone' => [
+ 'name' => 'Наземный телефон'
+ ],
+ 'adress_country' => [
+ 'name' => 'Страна'
+ ],
+ 'adress_city' => [
+ 'name' => 'город'
+ ],
+ 'adress_district' => [
+ 'name' => 'район'
+ ],
+ 'adress_neighborhood' => [
+ 'name' => 'окрестности'
+ ],
+ 'adress_village' => [
+ 'name' => 'Деревня'
+ ],
+ 'messages' => [
+ 'name' => 'Сообщения'
+ ],
+ 'user' => [
+ 'name' => 'пользователь'
+ ],
+ 'name' => [
+ 'name' => 'имя'
+ ],
+
+ /*Menu Button*/
+ 'profile' => [
+ 'name' => 'Профиль'
+ ],
+
+ 'create' => [
+ 'name' => 'Создайте'
+ ],
+ 'edit' => [
+ 'name' => 'редактировать'
+ ],
+ 'delete' => [
+ 'name' => 'удалять'
+ ],
+ 'list' => [
+ 'name' => 'Список'
+ ],
+ 'menu_address' => [
+ 'name' => 'Адрес'
+ ],
+ 'menu_orders' => [
+ 'name' => 'заказы'
+ ],
+ 'menu_favorites' => [
+ 'name' => 'Избранные'
+ ],
+ 'menu_archived_ads' => [
+ 'name' => 'Архивные объявления'
+ ],
+ 'menu_pending_ads' => [
+ 'name' => 'В ожидании утверждения'
+ ],
+ 'menu_delete_account' => [
+ 'name' => 'Закрыть аккаунт'
+ ],
+ 'menu_my_ads' => [
+ 'name' => 'Мои объявления'
+ ],
+ 'menu_fav_ads' => [
+ 'name' => 'Избранные объявления'
+ ],
+ 'menu_hello_msg' => [
+ 'name' => 'Привет'
+ ],
+ 'menu_last_msg' => [
+ 'name' => 'Вы последний раз заходили на'
+ ],
+ 'menu_packages' => [
+ 'name' => 'Мои пакеты'
+ ],
+ 'menu_adv_packages' => [
+ 'name' => 'Рекламные пакеты'
+ ],
+ 'menu_time_packages' => [
+ 'name' => 'Пакеты времени'
+ ],
+ 'profile_details' => [
+ 'name' => 'Детали профиля'
+ ],
+ 'profile_photo' => [
+ 'name' => 'Аватар'
+ ],
+ 'adv_listing_banner' => [
+ 'name' => 'Баннер со списком объявлений'
+ ],
+ 'approve' => [
+ 'name' => 'Утвердить'
+ ],
+ 'approved' => [
+ 'name' => 'Одобренный'
+ ],
+ 'pending' => [
+ 'name' => 'в ожидании'
+ ],
+ 'passive' => [
+ 'name' => 'пассивный'
+ ],
+ 'pending_admin' => [
+ 'name' => 'в ожидании'
+ ],
+ 'menu_messages' => [
+ 'name' => 'Сообщения'
+ ],
+ 'menu_my_purchase' => [
+ 'name' => 'Моя покупка'
+ ],
+ 'menu_my_sales' => [
+ 'name' => 'Мои продажи'
+ ],
+
+ /* Right Dock*/
+ 'right_secure_trading_subject' => [
+ 'name' => 'Безопасная торговля'
+ ],
+ 'right_secure_trading_msg' => [
+ 'name' => 'Лорем Ипсум Долор Сит Амет'
+ ],
+ 'right_support_subject' => [
+ 'name' => 'Поддержка 24/7'
+ ],
+ 'right_support_msg' => [
+ 'name' => 'Лорем Ипсум Долор Сит Амет'
+ ],
+ 'right_easy_trading_subject' => [
+ 'name' => 'Easy Trading'
+ ],
+ 'right_easy_trading_msg' => [
+ 'name' => 'Лорем Ипсум Долор Сит Амет'
+ ],
+ 'right_need_help_subject' => [
+ 'name' => 'Нужна помощь?'
+ ],
+ 'right_need_help_msg' => [
+ 'name' => 'Позвонить на'
+ ],
+ 'disable_account' => [
+ 'name' => 'Отключить учетную запись'
+ ],
+ 'disable_account_msg' => [
+ 'name' => 'Ваш аккаунт будет отключен. Эта операция не может быть отменена'
+ ],
+
+ 'message_title' => 'Заголовок сообщения',
+ 'owner_name' => 'Сообщение',
+
+ 'favorites' => "Избранные",
+ 'fav_advs' => 'Избранные объявления',
+ 'fav_sellers' => "Любимые продавцы",
+ 'fav_searches' => "Избранные поиски",
+ 'posted_on' => "Опубликовано",
+ 'message_details' => "Детали сообщения",
+ 'adv_no' => 'Объявление №',
+ 'bill_address' => [
+ 'name' => 'Адрес счета',
+ ],
+ 'delivery_address' => [
+ 'name' => 'Адресс доставки',
+ ],
+ 'order_total' => [
+ 'name' => 'Всего',
+ ],
+ 'order_date' => [
+ 'name' => 'Дата заказа',
+ ],
+ 'order_no' => [
+ 'name' => 'номер заказа',
+ ],
+ 'order_detail' => [
+ 'name' => 'Показать детали',
+ ],
+ /*Detail Page Order*/
+ 'detail' => [
+ 'name' => 'подробность',
+ ],
+ 'back' => [
+ 'name' => 'назад',
+ ],
+ 'image' => [
+ 'name' => 'Образ',
+ ],
+ 'subject' => [
+ 'name' => 'Предмет',
+ ],
+ 'price' => [
+ 'name' => 'Цена',
+ ],
+ 'piece' => [
+ 'name' => 'Кусок',
+ ],
+ 'commission' => [
+ 'name' => 'комиссия',
+ ],
+ 'total' => [
+ 'name' => 'Всего',
+ ],
+ 'sub_total' => [
+ 'name' => 'Промежуточный итог',
+ ],
+ 'sale' => [
+ 'name' => 'распродажа',
+ ],
+ 'awaiting_tracking_number' => [
+ 'name' => 'Номер отслеживания',
+ ],
+ 'awaiting_payment_approval' => [
+ 'name' => 'Ожидание подтверждения оплаты',
+ ],
+ 'paid' => [
+ 'name' => 'оплаченный',
+ ],
+ 'cancelled' => [
+ 'name' => 'отменен',
+ ],
+ 'waiting' => [
+ 'name' => 'ждущий',
+ ],
+ 'awaiting_dispatch' => [
+ 'name' => 'В ожидании отправки',
+ ],
+ 'shipped' => [
+ 'name' => 'Высылаем',
+ ],
+ 'delivered' => [
+ 'name' => 'доставлен',
+ ],
+ 'tracking_number' => [
+ 'name' => 'Номер Отслеживания',
+ ],
+ 'was_delivered' => [
+ 'name' => 'был доставлен',
+ ],
+ 'not_delivered' => [
+ 'name' => 'не поставляется',
+ ],
+ 'show_order_msg1' => [
+ 'name' => 'Результат транзакции будет уведомлен по почте.',
+ ],
+ 'show_order_msg2' => [
+ 'name' => 'Возврат будет осуществлен,
+ если товар не доставлен в течение одной недели.',
+ ],
+ 'show_order_msg3' => [
+ 'name' => 'Результат транзакции был отправлен на ваш зарегистрированный адрес электронной почты.',
+ ],
+
+ 'awaiting_payment' => [
+ 'name' => 'Ожидание оплаты',
+ ],
+ 'please_entered_tracking_number' => [
+ 'name' => 'Пожалуйста,
+ введите номер для отслеживания',
+ ],
+ 'transport_days' => [
+ 'name' => 'Дни транспорта',
+ ],
+ 'product_not_delivered' => [
+ 'name' => 'Товар не доставлен',
+ ],
+ 'status' => [
+ 'name' => 'Статус',
+ ],
+ 'cancel_sale' => [
+ 'name' => 'Отмена продажи',
+ ],
+ 'send_again' => [
+ 'name' => 'Я пошлю снова',
+ ],
+ 'content' => [
+ 'name' => 'содержание',
+ ],
+ 'preferences_settings' => [
+ 'name' => 'Настройки предпочтений',
+ ],
+
+ 'corporate_settings' => [
+ 'name' => 'Корпоративные настройки',
+ ],
+ 'password' => [
+ 'name' => 'пароль',
+ ],
+ 'old_password' => [
+ 'name' => 'Прежний пароль',
+ ],
+ 'new_password' => [
+ 'name' => 'Новый пароль',
+ ],
+ 're_new_password' => [
+ 'name' => 'Подтвердите Пароль',
+ ],
+ 'confirm_password_input' => [
+ 'name' => 'Я подтверждаю изменение пароля',
+ ],
+ 'create_address' => [
+ 'name' => 'Создать адрес',
+ ],
+ 'edit_address' => [
+ 'name' => 'Изменить адрес',
+ ],
+ 'balance_limit' => [
+ 'name' => 'Предел баланса',
+ ],
+ 'active_ads' => [
+ 'name' => 'Активные объявления',
+ ],
+ 'subscriptions' => [
+ 'name' => 'Подписки',
+ ],
+ 'go_subscriptions_page' => [
+ 'name' => 'Перейти на страницу подписки',
+ ],
+ 'buy_package' => [
+ 'name' => 'Купить пакет',
+ ],
+ 'expired_date' => [
+ 'name' => 'Дата истечения срока',
+ ],
+ 'category' => [
+ 'name' => 'категория',
+ ],
+ 'ad_limit' => [
+ 'name' => 'Предел рекламы',
+ ],
+ 'publish_time' => [
+ 'name' => 'Время публикации',
+ ],
+ 'all_categories' => [
+ 'name' => 'все категории',
+ ],
+ 'day' => [
+ 'name' => 'День',
+ ],
+
+ 'individual' => [
+ 'name' => 'индивидуальный',
+ ],
+ 'corporate' => [
+ 'name' => 'Корпоративный',
+ ],
+
+ 'details' => [
+ 'name' => 'Детали'
+ ],
+ 'choose' => [
+ 'name' => 'выбирать'
+ ],
+ 'my_address' => 'Мой адрес',
+
+ 'company' => [
+ 'name' => 'название компании'
+ ],
+ 'tax_office' => [
+ 'name' => 'Налоговая служба'
+ ],
+ 'tax_number' => [
+ 'name' => 'Налоговый номер'
+ ],
+
+ // Profile page
+ 'my_profile' => 'Мой профайл',
+ 'edit_profile' => 'Редактировать профиль',
+ 'edit_details' => 'Редактировать детали',
+ 'update' => 'Обновить',
+ 'change_password' => 'Сменить пароль',
+ 'choose_an_option' => 'Выберите опцию...',
+ 'change_status' => 'Изменить статус',
+ 'profile_settings' => 'Настройки профиля',
+ 'profile_detail' => 'Детали профиля',
+
+ // Register page
+ 'accept_terms_label' => 'Я принимаю условия.',
+ 'accept_protection_law_label' => 'Я принимаю условия Закона о' . setting_value('visiosoft.module.profile::register_protection_url') . '"target =" _ blank "> Защита личных данных.',
+ 'accept_privacy_terms_label' => 'Я принимаю Я согласен' . setting_value('visiosoft.module.profile::register_privacy_url') . '"target =" _ blank "> условия конфиденциальности.',
+ 'receive_sms_emails_label' => 'Я хочу получать электронную почту и смс.',
+
+ // Register Type
+ 'personal' => [
+ 'name' => 'Личное'
+ ],
+
+ 'education_part' => [
+ 'name' => 'Состояние образования'
+ ],
+
+ 'notified_new_updates' => [
+ 'name' => 'Уведомленные новые обновления',
+ ],
+ 'notified_about_ads' => [
+ 'name' => 'Уведомление о рекламе',
+ ],
+ 'receive_messages_email' => [
+ 'name' => 'Получать сообщения по электронной почте',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/ru/message.php b/resources/default/addons/visiosoft/profile-module/lang/ru/message.php
new file mode 100644
index 000000000..c49fc9e8a
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/ru/message.php
@@ -0,0 +1,49 @@
+ "Поле E-Mail обязательно для заполнения!",
+ "username" => "Имя пользователя Поле обязательно для заполнения!",
+ "success_update" => "Обновление профиля успешно!",
+ "adress_success_update" => "Обновление адреса успешно!",
+ "adress_success_create" => "Адрес Создать Успешно!",
+ "login_error" => "Неверный логин или пароль.",
+ "login_noMail_old_user" => "Введенный вами адрес электронной почты не найден.",
+ "login_noMail_old_user2" => "Пожалуйста,
+ проверьте адрес электронной почты и попробуйте снова.",
+ "login_noMail_old_user3" => "Если проблема не устранена,
+ свяжитесь с нами по адресу info@openclassify.com.",
+ "login_info_old_user" => "Новый пароль был отправлен на ваш адрес электронной почты.",
+ "success" => "успех",
+ "notified_new_updates" => "Я хочу получать уведомления о новых обновлениях",
+ "notified_about_ads" => "Разрешить уведомления о моих объявлениях",
+ "receive_messages_email" => "Я хочу получать сообщения по электронной почте",
+ "no_packages_module" => "Модуль без пакетов!",
+ "required_add"=> "Пожалуйста,
+ заполните все необходимые строки.",
+ "no_extend_package" => "Нет расширений рекламных пакетов",
+ "saved" => "Сохраненный!",
+ 'please_confirm_transaction' => 'Пожалуйста, подтвердите транзакцию',
+ 'password_do_not_match' => 'Пароли не соответствуют',
+ 'your_password_changed' => 'Ваш пароль был успешно обновлен',
+ 'error_valid_email_or_phone' => 'Неверный формат номера телефона или адреса электронной почты.',
+ 'error_valid_phone' => 'Неверный формат номера телефона.',
+ 'registered_phone' => 'Этот номер телефона уже зарегистрирован.',
+ 'ajax_address_error' => 'Нет адреса или не авторизован для просмотра.',
+ 'empty_password_sms_message' => 'Из-за проблем безопасности мы изменили ваш пароль! Ваш новый пароль:',
+ 'required_all' => "Все поля обязательны для заполнения!",
+ 'can_not_remove_filled_fields' => "Заполненные поля удалить нельзя!",
+ 'wrong_password' => "Вы ввели неверный пароль!",
+
+ // Forgot Password
+ 'email_phone_not_found' => 'E-mail, номер телефона неверен!',
+
+ 'disable_account' => 'Вы хотите закрыть свой аккаунт? Эта операция не может быть отменена.',
+
+ // Mail
+ 'update_email_mail_subject' => 'Электронная почта обновлена!',
+ 'update_email_mail_message' => 'Ваш адрес электронной почты обновлен!',
+
+ // Register
+ 'recaptcha_field_is_required' => 'Поле reCaptcha обязательно.',
+ 'failed_to_validate_captcha' => 'Не удалось проверить капчу.',
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/ru/permission.php b/resources/default/addons/visiosoft/profile-module/lang/ru/permission.php
new file mode 100644
index 000000000..c992eae8e
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/ru/permission.php
@@ -0,0 +1,36 @@
+ [
+ 'name' => 'Профиль',
+ 'option' => [
+ 'read' => 'Может читать профиль? ',
+ 'write' => 'Можно создать / отредактировать профиль? ',
+ 'delete' => 'Можете удалить профиль?',
+ ],
+ ],
+ 'adress' => [
+ 'name' => 'Адрес',
+ 'option' => [
+ 'read' => 'Можете прочитать адрес? ',
+ 'write' => 'Можно создать / изменить адрес? ',
+ 'delete' => 'Можете удалить адрес?',
+ ],
+ ],
+ 'education' => [
+ 'name' => 'Образование',
+ 'option' => [
+ 'read' => 'Может читать образование?',
+ 'write' => 'Может создавать / редактировать образование?',
+ 'delete' => 'Может удалить образование?',
+ ],
+ ],
+ 'education_part' => [
+ 'name' => 'Образовательная часть',
+ 'option' => [
+ 'read' => 'Может читать образовательную часть?',
+ 'write' => 'Может ли образовательная часть создавать / редактировать?',
+ 'delete' => 'Можно удалить часть образования?',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/ru/section.php b/resources/default/addons/visiosoft/profile-module/lang/ru/section.php
new file mode 100644
index 000000000..16b206b51
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/ru/section.php
@@ -0,0 +1,18 @@
+ [
+ 'title' => 'Профиль',
+ ],
+ 'adress' => [
+ 'title' => 'Адрес',
+ ],
+ 'general_setting' => 'общие настройки',
+ 'recaptcha' => 'reCAPTCHA',
+ 'education' => [
+ 'title' => 'Образование',
+ ],
+ 'education_part' => [
+ 'title' => 'Образовательная часть',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/ru/setting.php b/resources/default/addons/visiosoft/profile-module/lang/ru/setting.php
new file mode 100644
index 000000000..55c5d778f
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/ru/setting.php
@@ -0,0 +1,58 @@
+ [
+ 'name' => 'Показать вкладку "Мои объявления"',
+ ],
+ 'upload_avatar' => [
+ 'name' => 'Аватар Загрузить',
+ ],
+ 'show_tax_office' => [
+ 'name' => 'Показать поле налоговой инспекции',
+ ],
+ 'show_checkbox_terms_on_register' => [
+ 'name' => 'Показывать условия флажка при регистрации',
+ 'instructions' => 'Покажите в форме регистрации «Условия принятия», «Закон о защите», «Условия конфиденциальности», «СМС и электронные письма».'
+ ],
+ 'register_protection_url' => [
+ 'name' => 'Зарегистрируйте URL-адрес защиты',
+ ],
+ 'register_privacy_url' => [
+ 'name' => 'Зарегистрируйте URL-адрес конфиденциальности',
+ ],
+ 'show_education_profession' => [
+ 'name' => 'Показать поля образования и профессии',
+ 'instructions' => 'Показывать "Образование", "Уровень образования" и "Профессия" на странице редактирования профиля.'
+ ],
+ 'google_captcha_site_key' => [
+ 'name' => 'Ключ сайта Google Captcha',
+ ],
+ 'google_captcha_secret_key' => [
+ 'name' => 'Секретный ключ Google Captcha',
+ ],
+ 'score_threshold' => [
+ 'name' => 'Порог оценки',
+ 'instructions' => 'Значение от 0 до 1. Чем выше порог, тем строже ReCaptcha пытается определить, является ли пользователь ботом или нет.',
+ ],
+ 'education' => [
+ 'name' => 'Образование'
+ ],
+ 'state_of_education' => [
+ 'name' => 'Состояние образования'
+ ],
+ 'profession' => [
+ 'name' => 'Профессия'
+ ],
+ 'hide_register_type_profile' => [
+ 'name' => 'Скрыть тип регистрации на странице профиля',
+ 'instructions' => 'Скрывает поле типа регистра на странице редактирования профиля.',
+ ],
+ 'required_district' => [
+ 'name' => 'Требуемый район',
+ 'instructions' => 'Добавление адреса представляет собой обязанность округа.',
+ ],
+ 'show_extends_actions' => [
+ 'name' => 'Показать расширяет действия',
+ 'instructions' => 'Представляет параметры расширений, доступные на странице объявлений в моем профиле.',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/ru/stream.php b/resources/default/addons/visiosoft/profile-module/lang/ru/stream.php
new file mode 100644
index 000000000..ebc2c2fa6
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/ru/stream.php
@@ -0,0 +1,16 @@
+ [
+ 'name' => 'Профиль',
+ ],
+ 'adress' => [
+ 'name' => 'Адрес',
+ ],
+ 'education' => [
+ 'name' => 'Образование',
+ ],
+ 'education_part' => [
+ 'name' => 'Образовательная часть',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/sq/addon.php b/resources/default/addons/visiosoft/profile-module/lang/sq/addon.php
new file mode 100644
index 000000000..50f48db74
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/sq/addon.php
@@ -0,0 +1,7 @@
+ 'Profile',
+ 'name' => 'Moduli i profileve',
+ 'description' => ''
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/sq/button.php b/resources/default/addons/visiosoft/profile-module/lang/sq/button.php
new file mode 100644
index 000000000..97be852a8
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/sq/button.php
@@ -0,0 +1,21 @@
+ 'Profili i ri',
+ 'new_adress' => 'Adresa e Re',
+ 'show' => 'Trego Adresën',
+ 'update_password' => 'Përditëso fjalëkalimin',
+ 'update_profile' => 'Përditësoje profilin',
+ 'delete' => 'Fshini',
+ 'extend' => 'Shpreh',
+ 'extend_all' => 'Zgjeroni të gjitha',
+ 'extend_unpublished' => 'Zgjasni të pabotuar',
+ 'edit' => 'Redakto',
+ 'go_profile' => 'Shkoni në Detajin e Profilit',
+ 'go_user' => 'Shkoni te Detajet e përdoruesit',
+ 'personal' => 'personal',
+ 'corporate' => 'i korporatës',
+ 'export' => 'Eksporto',
+ 'new_education' => 'Edukimi i ri',
+ 'new_education_part' => 'Pjesa e Edukimit të Ri',
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/sq/field.php b/resources/default/addons/visiosoft/profile-module/lang/sq/field.php
new file mode 100644
index 000000000..1ca9dd240
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/sq/field.php
@@ -0,0 +1,499 @@
+ [
+ 'name' => 'Fotografi'
+ ],
+ 'first_name' => [
+ 'name' => 'Emri'
+ ],
+ 'last_name' => [
+ 'name' => 'Mbiemri'
+ ],
+ 'username' => [
+ 'name' => 'Emri i përdoruesit'
+ ],
+ 'display_name' => [
+ 'name' => 'Emri i ekranit'
+ ],
+ 'email' => [
+ 'name' => 'Adresa e e-mail'
+ ],
+ 'sitename' => [
+ 'name' => 'FAGJANAME'
+ ],
+ 'activated' => [
+ 'name' => 'Përdoruesi aktiv'
+ ],
+ 'enabled' => [
+ 'name' => 'Aktivizo përdoruesin'
+ ],
+ 'country' => [
+ 'name' => 'Shteti'
+ ],
+ 'city' => [
+ 'name' => 'Qarku'
+ ],
+ 'district' => [
+ 'name' => 'Bashkia'
+ ],
+ 'neighborhood' => [
+ 'name' => 'Njesi administrative'
+ ],
+ 'village' => [
+ 'name' => 'Fshati'
+ ],
+ 'gsm_phone' => [
+ 'name' => 'Nr. Celular'
+ ],
+ 'land_phone' => [
+ 'name' => 'Telefoni Fikse'
+ ],
+ 'office_phone' => [
+ 'name' => 'Telefoni i zyres'
+ ],
+ 'register_type' => [
+ 'name' => 'Tipi i regjistrimit'
+ ],
+ 'birthday' => [
+ 'name' => 'Ditëlindja'
+ ],
+ 'facebook_address' => [
+ 'name' => 'Adresa në Facebook'
+ ],
+ 'google_address' => [
+ 'name' => 'Adresa e Google'
+ ],
+ 'education' => [
+ 'name' => 'Arsimi'
+ ],
+ 'state_of_education' => [
+ 'name' => 'Shteti i Arsimit'
+ ],
+ 'profession' => [
+ 'name' => 'Profesioni'
+ ],
+ 'identification_number' => [
+ 'name' => 'Numrin e identifikimit'
+ ],
+ 'adress_name' => [
+ 'name' => 'Emri Adresë'
+ ],
+ 'adress_first_name' => [
+ 'name' => 'Emri'
+ ],
+ 'adress_last_name' => [
+ 'name' => 'Mbiemri'
+ ],
+ 'actions' => [
+ 'name' => 'Veprimet'
+ ],
+ 'adress_content' => [
+ 'name' => 'Përmbajtja e Adresës'
+ ],
+ 'adress_post_code' => [
+ 'name' => 'Kodi Postar'
+ ],
+ 'adress_gsm_phone' => [
+ 'name' => 'Nr. Celular'
+ ],
+ 'adress_land_phone' => [
+ 'name' => 'Telefoni Fikse'
+ ],
+ 'adress_country' => [
+ 'name' => 'Shteti'
+ ],
+ 'adress_city' => [
+ 'name' => 'Qarku'
+ ],
+ 'adress_district' => [
+ 'name' => 'Bashkia'
+ ],
+ 'adress_neighborhood' => [
+ 'name' => 'Njesi administrative'
+ ],
+ 'adress_village' => [
+ 'name' => 'Fshati'
+ ],
+ 'messages' => [
+ 'name' => 'Mesazhet'
+ ],
+ 'user' => [
+ 'name' => 'Perdoruesit'
+ ],
+ 'name' => [
+ 'name' => 'Emrin'
+ ],
+
+ /*Menu Button*/
+ 'profile' => [
+ 'name' => 'Profile'
+ ],
+
+ 'create' => [
+ 'name' => 'Krijoj'
+ ],
+ 'edit' => [
+ 'name' => 'Redakto'
+ ],
+ 'delete' => [
+ 'name' => 'Fshini'
+ ],
+ 'list' => [
+ 'name' => 'Listë'
+ ],
+ 'menu_address' => [
+ 'name' => 'Adresë'
+ ],
+ 'menu_orders' => [
+ 'name' => 'Porosi'
+ ],
+ 'menu_favorites' => [
+ 'name' => 'Favoritet'
+ ],
+ 'menu_archived_ads' => [
+ 'name' => 'Njoftimet të arkivuara'
+ ],
+ 'menu_pending_ads' => [
+ 'name' => 'Miratim në pritje'
+ ],
+ 'menu_delete_account' => [
+ 'name' => 'Mbyll Llogari'
+ ],
+ 'menu_my_ads' => [
+ 'name' => 'Njoftimet e mia'
+ ],
+ 'menu_fav_ads' => [
+ 'name' => 'Njoftimet e preferuar'
+ ],
+ 'menu_hello_msg' => [
+ 'name' => 'Përshëndetje'
+ ],
+ 'menu_last_msg' => [
+ 'name' => 'Ju keni hyrë e fundit në'
+ ],
+ 'menu_packages' => [
+ 'name' => 'Paketat e mia'
+ ],
+ 'menu_adv_packages' => [
+ 'name' => 'Paketat e Njoftime'
+ ],
+ 'menu_time_packages' => [
+ 'name' => 'Paketat e kohës'
+ ],
+ 'profile_details' => [
+ 'name' => 'Detajet e profilit'
+ ],
+ 'profile_photo' => [
+ 'name' => 'Foto e profilit'
+ ],
+ 'adv_listing_banner' => [
+ 'name' => 'Banner i faqes së listës së Njoftimet'
+ ],
+ 'approve' => [
+ 'name' => 'Miratoj'
+ ],
+ 'approved' => [
+ 'name' => 'I miratuar'
+ ],
+ 'pending' => [
+ 'name' => 'Pritje'
+ ],
+ 'passive' => [
+ 'name' => 'Pasive'
+ ],
+ 'pending_admin' => [
+ 'name' => 'Pritje'
+ ],
+ 'menu_messages' => [
+ 'name' => 'Mesazhet'
+ ],
+ 'menu_my_purchase' => [
+ 'name' => 'Blerja ime'
+ ],
+ 'menu_my_sales' => [
+ 'name' => 'Shitjet e mia'
+ ],
+
+ /* Right Dock*/
+ 'right_secure_trading_subject' => [
+ 'name' => 'Tregtim i Sigurt'
+ ],
+ 'right_secure_trading_msg' => [
+ 'name' => 'Lorem ipsum dolor sit amet, consectetur adipisicing elit'
+ ],
+ 'right_support_subject' => [
+ 'name' => '24/7 Mbështetje'
+ ],
+ 'right_support_msg' => [
+ 'name' => 'Lorem ipsum dolor sit amet, consectetur adipisicing elit'
+ ],
+ 'right_easy_trading_subject' => [
+ 'name' => 'Tregtim i lehtë'
+ ],
+ 'right_easy_trading_msg' => [
+ 'name' => 'Lorem ipsum dolor sit amet, consectetur adipisicing elit'
+ ],
+ 'right_need_help_subject' => [
+ 'name' => 'Kam nevojë për ndihmë?'
+ ],
+ 'right_need_help_msg' => [
+ 'name' => 'Bëni një telefonatë'
+ ],
+ 'disable_account' => [
+ 'name' => 'Disaktivizoni llogarinë'
+ ],
+ 'disable_account_msg' => [
+ 'name' => 'Llogaria juaj do të çaktivizohet.
+ Ky operacion nuk mund të zhbëhet'
+ ],
+
+ 'message_title' => 'Titulli i mesazhit',
+ 'owner_name' => 'Mesazhi',
+
+ 'favorites' => "Të preferuarat",
+ 'fav_advs' => 'Njoftimet e preferuara',
+ 'fav_sellers' => "Shitësit e preferuar",
+ 'fav_searches' => "Kërkimet e preferuara",
+ 'posted_on' => "Postuar ne",
+ 'message_details' => "Detajet e mesazhit",
+ 'adv_no' => 'Nr',
+ 'bill_address' => [
+ 'name' => 'Adresa e Faturës',
+ ],
+ 'delivery_address' => [
+ 'name' => 'Adresa e Dorëzimit',
+ ],
+ 'order_total' => [
+ 'name' => 'Total',
+ ],
+ 'order_date' => [
+ 'name' => 'Data e porosisë',
+ ],
+ 'order_no' => [
+ 'name' => 'ID e porosisë',
+ ],
+ 'order_detail' => [
+ 'name' => 'Trego detaje',
+ ],
+ /*Detail Page Order*/
+ 'detail' => [
+ 'name' => 'Detaje',
+ ],
+ 'back' => [
+ 'name' => 'Mbrapa',
+ ],
+ 'image' => [
+ 'name' => 'Imazhi',
+ ],
+ 'subject' => [
+ 'name' => 'Subjekt',
+ ],
+ 'price' => [
+ 'name' => 'Çmim',
+ ],
+ 'piece' => [
+ 'name' => 'Copë',
+ ],
+ 'commission' => [
+ 'name' => 'Komisioni',
+ ],
+ 'total' => [
+ 'name' => 'Total',
+ ],
+ 'sub_total' => [
+ 'name' => 'Nën Totali',
+ ],
+ 'sale' => [
+ 'name' => 'Shitje',
+ ],
+ 'awaiting_tracking_number' => [
+ 'name' => 'Në pritje të numrit të ndjekjes',
+ ],
+ 'awaiting_payment_approval' => [
+ 'name' => 'Në pritje të miratimit të pagesës',
+ ],
+ 'paid' => [
+ 'name' => 'I paguar',
+ ],
+ 'cancelled' => [
+ 'name' => 'Anuluar',
+ ],
+ 'waiting' => [
+ 'name' => 'Ne pritje',
+ ],
+ 'awaiting_dispatch' => [
+ 'name' => 'Në pritje të dërgimit',
+ ],
+ 'shipped' => [
+ 'name' => 'Dërguar',
+ ],
+ 'delivered' => [
+ 'name' => 'Dorëzuar',
+ ],
+ 'tracking_number' => [
+ 'name' => 'Numri i gjurmimit',
+ ],
+ 'was_delivered' => [
+ 'name' => 'U dorëzua',
+ ],
+ 'not_delivered' => [
+ 'name' => 'Nuk dorëzohet',
+ ],
+ 'show_order_msg1' => [
+ 'name' => 'Rezultati i transaksionit do të njoftohet me postë.',
+ ],
+ 'show_order_msg2' => [
+ 'name' => 'Rimbursimi do të bëhet nëse produkti nuk dorëzohet brenda një jave.',
+ ],
+ 'show_order_msg3' => [
+ 'name' => 'Rezultati i transaksionit është dërguar në adresën tuaj të regjistruar të postës elektronike.',
+ ],
+
+ 'awaiting_payment' => [
+ 'name' => 'Duke pritur pagesen',
+ ],
+ 'please_entered_tracking_number' => [
+ 'name' => 'Ju lutemi shënoni numrin përcjellës',
+ ],
+ 'transport_days' => [
+ 'name' => 'Ditët e transportit',
+ ],
+ 'product_not_delivered' => [
+ 'name' => 'Produkti nuk është dorëzuar',
+ ],
+ 'status' => [
+ 'name' => 'Status',
+ ],
+ 'cancel_sale' => [
+ 'name' => 'Anuloni Shitjen',
+ ],
+ 'send_again' => [
+ 'name' => 'Unë do të dërgoj përsëri',
+ ],
+ 'content' => [
+ 'name' => 'Përmbajtja',
+ ],
+ 'preferences_settings' => [
+ 'name' => 'Parametrat e preferencave',
+ ],
+
+ 'corporate_settings' => [
+ 'name' => 'Cilësimet e korporatave',
+ ],
+ 'password' => [
+ 'name' => 'Fjalëkalimi',
+ ],
+ 'old_password' => [
+ 'name' => 'Fjalëkalimi i vjetër',
+ ],
+ 'new_password' => [
+ 'name' => 'Fjalëkalim i ri',
+ ],
+ 're_new_password' => [
+ 'name' => 'Konfirmoni fjalëkalimin',
+ ],
+ 'confirm_password_input' => [
+ 'name' => 'Unë konfirmoj ndryshimin e fjalëkalimit tim',
+ ],
+ 'create_address' => [
+ 'name' => 'Krijoni adresë',
+ ],
+ 'edit_address' => [
+ 'name' => 'Ndrysho adresën',
+ ],
+ 'balance_limit' => [
+ 'name' => 'Limit i bilancit',
+ ],
+ 'active_ads' => [
+ 'name' => 'Njoftimet aktive',
+ ],
+ 'subscriptions' => [
+ 'name' => 'Abonimet',
+ ],
+ 'go_subscriptions_page' => [
+ 'name' => 'Shko tek faqja e pajtimeve',
+ ],
+ 'buy_package' => [
+ 'name' => 'Bleni Paketën',
+ ],
+ 'expired_date' => [
+ 'name' => 'Data e skadimit',
+ ],
+ 'category' => [
+ 'name' => 'Kategori',
+ ],
+ 'ad_limit' => [
+ 'name' => 'Limit i njoftimi',
+ ],
+ 'publish_time' => [
+ 'name' => 'Koha e publikimit',
+ ],
+ 'all_categories' => [
+ 'name' => 'Të gjitha kategoritë',
+ ],
+ 'day' => [
+ 'name' => 'Ditë',
+ ],
+
+ 'individual' => [
+ 'name' => 'Individual',
+ ],
+ 'corporate' => [
+ 'name' => 'Korporatave',
+ ],
+
+ 'details' => [
+ 'name' => 'Detaje'
+ ],
+ 'choose' => [
+ 'name' => 'Zgjedh'
+ ],
+ 'my_address' => 'Adresa ime',
+
+ 'company' => [
+ 'name' => 'Emri i Kompanise'
+ ],
+ 'tax_office' => [
+ 'name' => 'Zyra e Taksave'
+ ],
+ 'tax_number' => [
+ 'name' => 'Numri i takses'
+ ],
+
+ // Profile page
+ 'my_profile' => 'Profili im',
+ 'edit_profile' => 'Ndrysho Profilin',
+ 'edit_details' => 'Ndryshoni Detajet',
+ 'update' => 'Update',
+ 'change_password' => 'Ndrysho fjalekalimin',
+ 'choose_an_option' => 'Zgjidhni një opsion ...',
+ 'change_status' => 'Ndrysho statusin',
+ 'profile_settings' => 'Cilësimet e profilit',
+ 'profile_detail' => 'Detaji i profilit',
+
+ // Register page
+ 'accept_terms_label' => 'Unë i pranoj kushtet.',
+ 'accept_protection_law_label' => 'Unë i pranoj kushtet e Ligjit për' . setting_value('visiosoft.module.profile::register_protection_url') . '"target =" _ blank "> Mbrojtja e të Dhënave Personale.',
+ 'accept_privacy_terms_label' => 'Unë pranoj' . setting_value('visiosoft.module.profile::register_privacy_url') . '"target =" _ blank "> kushtet e privatësisë.',
+ 'receive_sms_emails_label' => 'Dua të marr e-mail dhe sms.',
+
+ // Register Type
+ 'personal' => [
+ 'name' => 'Personale'
+ ],
+
+ 'education_part' => [
+ 'name' => 'Shteti i Arsimit'
+ ],
+
+ 'notified_new_updates' => [
+ 'name' => 'Njoftime të reja të reja',
+ ],
+ 'notified_about_ads' => [
+ 'name' => 'Njoftohet për reklamat',
+ ],
+ 'receive_messages_email' => [
+ 'name' => 'Merrni emailin e mesazheve',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/sq/message.php b/resources/default/addons/visiosoft/profile-module/lang/sq/message.php
new file mode 100644
index 000000000..6b4df4b1e
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/sq/message.php
@@ -0,0 +1,46 @@
+ "Kërkohet fusha me postë elektronike!",
+ "username" => "Kërkohet fusha e përdoruesit!",
+ "success_update" => "Përditësimi i Profilit me sukses!",
+ "adress_success_update" => "Përditësoni me sukses Adresën!",
+ "adress_success_create" => "Adresa Krijoni me sukses!",
+ "login_error" => "Identifikim ose fjalëkalim i pasaktë.",
+ "login_noMail_old_user" => "Adresa e postës elektronike që keni futur nuk u gjet.",
+ "login_noMail_old_user2" => "Ju lutemi kontrolloni adresën e postës elektronike dhe provoni përsëri.",
+ "login_noMail_old_user3" => "Nëse problemi vazhdon, ju lutemi kontaktoni në 'info@tregtaret.com'.",
+ "login_info_old_user" => "Një fjalëkalim i ri është dërguar në adresën tuaj të postës elektronike.",
+ "success" => "Sukses",
+ "notified_new_updates" => "Dua të njoftohem për azhurnimet e reja",
+ "notified_about_ads" => "Lejo njoftime në lidhje me Njoftimet e mia",
+ "receive_messages_email" => "Dua të marr mesazhe si email",
+ "no_packages_module" => "Pa modul paketash!",
+ "required_add"=> "Ju lutemi plotësoni të gjitha rreshtat e kërkuar.",
+ "no_extend_package" => "Asnjë Paketë e Zgjatur e Njoftimi",
+ "saved" => "Ruajtur!",
+ 'please_confirm_transaction' => 'Ju lutemi konfirmoni transaksionin',
+ 'password_do_not_match' => 'Fjalëkalimet nuk përputhen',
+ 'your_password_changed' => 'Fjalëkalimi juaj u azhurnua me sukses',
+ 'error_valid_email_or_phone' => 'Numri i telefonit ose formati i adresës E-mail nuk është i saktë.',
+ 'error_valid_phone' => 'Formati i numrit të telefonit nuk është i saktë.',
+ 'registered_phone' => 'Ky numër i telefonit është regjistruar tashmë.',
+ 'ajax_address_error' => 'Asnjë adresë ose jo e autorizuar për të parë.',
+ 'empty_password_sms_message' => 'Për shkak të çështjeve të sigurisë, ne ndryshuam fjalëkalimin tuaj! Fjalëkalimi juaj i ri është:',
+ 'required_all' => "Kërkohet e gjithë fusha!",
+ 'can_not_remove_filled_fields' => "Ju nuk mund të hiqni fushat e mbushura!",
+ 'wrong_password' => "Fjalëkalimi që keni futur nuk është i saktë!",
+
+ // Forgot Password
+ 'email_phone_not_found' => 'E-maili, numri i telefonit nuk është i saktë!',
+
+ 'disable_account' => 'Dëshiron të mbyllësh llogarinë tënde? Ky operacion nuk mund të zhbëhet.',
+
+ // Mail
+ 'update_email_mail_subject' => 'Email Azhurnohet!',
+ 'update_email_mail_message' => 'Emaili juaj është azhurnuar!',
+
+ // Register
+ 'recaptcha_field_is_required' => 'Kërkohet fusha reCaptcha.',
+ 'failed_to_validate_captcha' => 'Vlerësimi i kapjes dështoi.',
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/sq/permission.php b/resources/default/addons/visiosoft/profile-module/lang/sq/permission.php
new file mode 100644
index 000000000..e3aaefef5
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/sq/permission.php
@@ -0,0 +1,36 @@
+ [
+ 'name' => 'Profile',
+ 'option' => [
+ 'read' => 'Mund të lexoni profilin?',
+ 'write' => 'Mund të krijoni / modifikoni profilin?',
+ 'delete' => 'Mund të fshini profilin?',
+ ],
+ ],
+ 'adress' => [
+ 'name' => 'Adresa',
+ 'option' => [
+ 'read' => 'Mund të lexoni adresën?',
+ 'write' => 'Mund të krijoni / modifikoni adresën?',
+ 'delete' => 'Mund të fshini adresën?',
+ ],
+ ],
+ 'education' => [
+ 'name' => 'Arsimi',
+ 'option' => [
+ 'read' => 'A mund të lexojë arsimin?',
+ 'write' => 'A mund të krijojë / modifikojë arsimin?',
+ 'delete' => 'A mund ta fshijë arsimin?',
+ ],
+ ],
+ 'education_part' => [
+ 'name' => 'Pjesa e arsimit',
+ 'option' => [
+ 'read' => 'A mund të lexojë arsimi pjesë?',
+ 'write' => 'A mund të krijojë / modifikojë një pjesë të arsimit?',
+ 'delete' => 'A mund të fshihet pjesa e arsimit?',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/sq/section.php b/resources/default/addons/visiosoft/profile-module/lang/sq/section.php
new file mode 100644
index 000000000..02c9f951e
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/sq/section.php
@@ -0,0 +1,18 @@
+ [
+ 'title' => 'Profile',
+ ],
+ 'adress' => [
+ 'title' => 'Adresa',
+ ],
+ 'general_setting' => 'Cilësimet e përgjithshme',
+ 'recaptcha' => 'reCAPTCHA',
+ 'education' => [
+ 'title' => 'Arsimi',
+ ],
+ 'education_part' => [
+ 'title' => 'Pjesa e arsimit',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/sq/setting.php b/resources/default/addons/visiosoft/profile-module/lang/sq/setting.php
new file mode 100644
index 000000000..f804b9c27
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/sq/setting.php
@@ -0,0 +1,58 @@
+ [
+ 'name' => 'Trego Reklamat e mia Tab',
+ ],
+ 'upload_avatar' => [
+ 'name' => 'Foto e Profilit',
+ ],
+ 'show_tax_office' => [
+ 'name' => 'Trego Fushën e Zyrës së Taksave',
+ ],
+ 'show_checkbox_terms_on_register' => [
+ 'name' => 'Trego Kushtet e Kutisë së Regjistrimit',
+ 'instructions' => 'Shfaqni "Prano termin", "ligjin e mbrojtjes", "termin e privatësisë", "sms & email" në formularin e regjistrimit'
+ ],
+ 'register_protection_url' => [
+ 'name' => 'Regjistro URL-në e Mbrojtjes',
+ ],
+ 'register_privacy_url' => [
+ 'name' => 'Regjistro URL-në e privatësisë',
+ ],
+ 'show_education_profession' => [
+ 'name' => 'Tregoni Fushat e Edukimit dhe Profesionit',
+ 'instructions' => 'Shfaqni "Edukimin", "Gjendjen e Arsimit" dhe "Profesionin" në faqen e redaktimit të profilit'
+ ],
+ 'google_captcha_site_key' => [
+ 'name' => 'Çelësi i faqes Google Captcha',
+ ],
+ 'google_captcha_secret_key' => [
+ 'name' => 'Çelësi sekret i Google Captcha',
+ ],
+ 'score_threshold' => [
+ 'name' => 'Pragu i Rezultateve',
+ 'instructions' => 'Një vlerë ndërmjet 0 dhe 1. Sa më i lartë pragu, aq më i rreptë është ReCaptcha në përpjekjen për të përcaktuar nëse një përdorues është bot apo jo.',
+ ],
+ 'education' => [
+ 'name' => 'Arsimi'
+ ],
+ 'state_of_education' => [
+ 'name' => 'Shteti i Arsimit'
+ ],
+ 'profession' => [
+ 'name' => 'Profesioni'
+ ],
+ 'hide_register_type_profile' => [
+ 'name' => 'Fshih llojin e regjistrimit në faqen e profilit',
+ 'instructions' => 'Fsheh fushën e llojit të regjistrit në faqen e redaktimit të profilit.',
+ ],
+ 'required_district' => [
+ 'name' => 'Rrethi i kërkuar',
+ 'instructions' => 'Shtimi i një adrese përfaqëson detyrimin e rrethit.',
+ ],
+ 'show_extends_actions' => [
+ 'name' => 'Shfaq veprimet e zgjatura',
+ 'instructions' => 'Përfaqëson opsionet Zgjat në dispozicion në faqen time Reklama të profilit tim.',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/sq/stream.php b/resources/default/addons/visiosoft/profile-module/lang/sq/stream.php
new file mode 100644
index 000000000..81674ac29
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/sq/stream.php
@@ -0,0 +1,16 @@
+ [
+ 'name' => 'Profile',
+ ],
+ 'adress' => [
+ 'name' => 'Adresë',
+ ],
+ 'education' => [
+ 'name' => 'Arsimi',
+ ],
+ 'education_part' => [
+ 'name' => 'Pjesa e arsimit',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/sr/addon.php b/resources/default/addons/visiosoft/profile-module/lang/sr/addon.php
new file mode 100644
index 000000000..65e0042fc
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/sr/addon.php
@@ -0,0 +1,7 @@
+ 'Profil',
+ 'name' => 'Profil Modul',
+ 'description' => ''
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/sr/button.php b/resources/default/addons/visiosoft/profile-module/lang/sr/button.php
new file mode 100644
index 000000000..cb37bbb21
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/sr/button.php
@@ -0,0 +1,21 @@
+ 'Novi profil',
+ 'new_adress' => 'Nova adresa',
+ 'show' => 'Prikaži adresu',
+ 'update_password' => 'Ažuriraj lozinku',
+ 'update_profile' => 'Ažuriraj profil',
+ 'delete' => 'Obriši',
+ 'extend' => 'Produži',
+ 'extend_all' => 'Produžiti sve',
+ 'extend_unpublished' => 'Produži neobjavljeno',
+ 'edit' => 'Uredi',
+ 'go_profile' => 'Idi na detalje profila',
+ 'go_user' => 'Idi na detalje korisnika',
+ 'personal' => 'Lični',
+ 'corporate' => 'Korporativni',
+ 'export' => 'Izvezi',
+ 'new_education' => 'Novo obrazovanje',
+ 'new_education_part' => 'Novi deo obrazovanja',
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/sr/field.php b/resources/default/addons/visiosoft/profile-module/lang/sr/field.php
new file mode 100644
index 000000000..d9860638e
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/sr/field.php
@@ -0,0 +1,499 @@
+ [
+ 'name' => 'Slike'
+ ],
+ 'first_name' => [
+ 'name' => 'Ime'
+ ],
+ 'last_name' => [
+ 'name' => 'Prezime'
+ ],
+ 'username' => [
+ 'name' => 'Korisničko Ime'
+ ],
+ 'display_name' => [
+ 'name' => 'Ime koje se prikazuje'
+ ],
+ 'email' => [
+ 'name' => 'Email adresa'
+ ],
+ 'sitename' => [
+ 'name' => 'naziv sajta'
+ ],
+ 'activated' => [
+ 'name' => 'Korisnik aktivan'
+ ],
+ 'enabled' => [
+ 'name' => 'Korisnik Omogućen'
+ ],
+ 'country' => [
+ 'name' => 'Država'
+ ],
+ 'city' => [
+ 'name' => 'Grad'
+ ],
+ 'district' => [
+ 'name' => 'Deo grada'
+ ],
+ 'neighborhood' => [
+ 'name' => 'Susedstvo'
+ ],
+ 'village' => [
+ 'name' => 'Selo'
+ ],
+ 'gsm_phone' => [
+ 'name' => 'Mobilni telefon'
+ ],
+ 'land_phone' => [
+ 'name' => 'Fiksni telefon'
+ ],
+ 'office_phone' => [
+ 'name' => 'Službeni telefon'
+ ],
+ 'register_type' => [
+ 'name' => 'Tip registra'
+ ],
+ 'birthday' => [
+ 'name' => 'Rođendan'
+ ],
+ 'facebook_address' => [
+ 'name' => 'Facebook adresa'
+ ],
+ 'google_address' => [
+ 'name' => 'Adresa'
+ ],
+ 'education' => [
+ 'name' => 'Obrazovanje'
+ ],
+ 'state_of_education' => [
+ 'name' => 'Država obrazovanja'
+ ],
+ 'profession' => [
+ 'name' => 'Profesija'
+ ],
+ 'identification_number' => [
+ 'name' => 'Matični broj'
+ ],
+ 'adress_name' => [
+ 'name' => 'Naziv adrese'
+ ],
+ 'adress_first_name' => [
+ 'name' => 'Ime'
+ ],
+ 'adress_last_name' => [
+ 'name' => 'Prezime'
+ ],
+ 'actions' => [
+ 'name' => 'Akcije'
+ ],
+ 'adress_content' => [
+ 'name' => 'Sadržaj adrese'
+ ],
+ 'adress_post_code' => [
+ 'name' => 'Poštanski broj'
+ ],
+ 'adress_gsm_phone' => [
+ 'name' => 'Mobilni telefon'
+ ],
+ 'adress_land_phone' => [
+ 'name' => 'Fiksni telefon'
+ ],
+ 'adress_country' => [
+ 'name' => 'Država'
+ ],
+ 'adress_city' => [
+ 'name' => 'Grad'
+ ],
+ 'adress_district' => [
+ 'name' => 'Deo grada'
+ ],
+ 'adress_neighborhood' => [
+ 'name' => 'Susedstvo'
+ ],
+ 'adress_village' => [
+ 'name' => 'Selo'
+ ],
+ 'messages' => [
+ 'name' => 'Poruke'
+ ],
+ 'user' => [
+ 'name' => 'Korisnik'
+ ],
+ 'name' => [
+ 'name' => 'Име'
+ ],
+
+ /*Menu Button*/
+ 'profile' => [
+ 'name' => 'Profil'
+ ],
+
+ 'create' => [
+ 'name' => 'Dodaj'
+ ],
+ 'edit' => [
+ 'name' => 'Uredi'
+ ],
+ 'delete' => [
+ 'name' => 'Obriši'
+ ],
+ 'list' => [
+ 'name' => 'Lista'
+ ],
+ 'menu_address' => [
+ 'name' => 'Adresa'
+ ],
+ 'menu_orders' => [
+ 'name' => 'Kupljeno'
+ ],
+ 'menu_favorites' => [
+ 'name' => 'Omiljeno'
+ ],
+ 'menu_archived_ads' => [
+ 'name' => 'Arhivirani oglasi'
+ ],
+ 'menu_pending_ads' => [
+ 'name' => 'Odobravanje u toku'
+ ],
+ 'menu_delete_account' => [
+ 'name' => 'Zatvorite račun'
+ ],
+ 'menu_my_ads' => [
+ 'name' => 'Moji oglasi'
+ ],
+ 'menu_fav_ads' => [
+ 'name' => 'Omiljeno'
+ ],
+ 'menu_hello_msg' => [
+ 'name' => 'Pozdrav'
+ ],
+ 'menu_last_msg' => [
+ 'name' => 'Последњи пут сте се пријавили'
+ ],
+ 'menu_packages' => [
+ 'name' => 'Paketi'
+ ],
+ 'menu_adv_packages' => [
+ 'name' => 'Paketi oglasa'
+ ],
+ 'menu_time_packages' => [
+ 'name' => 'Vremenski paketi'
+ ],
+ 'profile_details' => [
+ 'name' => 'Detalji profila'
+ ],
+ 'profile_photo' => [
+ 'name' => 'Profilna slika'
+ ],
+ 'adv_listing_banner' => [
+ 'name' => 'Baner stranice sa oglasima'
+ ],
+ 'approve' => [
+ 'name' => 'Odobri'
+ ],
+ 'approved' => [
+ 'name' => 'Odobreno'
+ ],
+ 'pending' => [
+ 'name' => 'Na čekanju'
+ ],
+ 'passive' => [
+ 'name' => 'Neaktivno'
+ ],
+ 'pending_admin' => [
+ 'name' => 'Na čekanju'
+ ],
+ 'menu_messages' => [
+ 'name' => 'Poruke'
+ ],
+ 'menu_my_purchase' => [
+ 'name' => ' Kupovina'
+ ],
+ 'menu_my_sales' => [
+ 'name' => 'Prodaja'
+ ],
+
+ /* Right Dock*/
+ 'right_secure_trading_subject' => [
+ 'name' => 'Sigurno trgovanje'
+ ],
+ 'right_secure_trading_msg' => [
+ 'name' => 'Lorem ipsum dolor sit amet, consectetur adipisicing elit'
+ ],
+ 'right_support_subject' => [
+ 'name' => 'Podrška 24/7'
+ ],
+ 'right_support_msg' => [
+ 'name' => 'Lorem ipsum dolor sit amet, consectetur adipisicing elit'
+ ],
+ 'right_easy_trading_subject' => [
+ 'name' => 'Jednostavno trgovanje'
+ ],
+ 'right_easy_trading_msg' => [
+ 'name' => 'Lorem ipsum dolor sit amet, consectetur adipisicing elit'
+ ],
+ 'right_need_help_subject' => [
+ 'name' => 'Trebate Pomoć?'
+ ],
+ 'right_need_help_msg' => [
+ 'name' => 'Pozovite me na'
+ ],
+ 'disable_account' => [
+ 'name' => 'Onemogući nalog'
+ ],
+ 'disable_account_msg' => [
+ 'name' => 'Vaš račun će biti onemogućen.
+ Ova operacija se ne može poništiti'
+ ],
+
+ 'message_title' => 'Naslov poruke',
+ 'owner_name' => 'Poruka',
+
+ 'favorites' => "Omiljeno",
+ 'fav_advs' => 'Omiljeni oglasi',
+ 'fav_sellers' => "Omiljeni prodavci",
+ 'fav_searches' => "Sačuvane pretrage",
+ 'posted_on' => "Postavljeno",
+ 'message_details' => "Detalji poruke",
+ 'adv_no' => 'Broj oglasa',
+ 'bill_address' => [
+ 'name' => 'Adresa za dostavu računa',
+ ],
+ 'delivery_address' => [
+ 'name' => 'Adresa za dostavu',
+ ],
+ 'order_total' => [
+ 'name' => 'Ukupno',
+ ],
+ 'order_date' => [
+ 'name' => 'Datum narudžbe',
+ ],
+ 'order_no' => [
+ 'name' => 'ID narudžbine',
+ ],
+ 'order_detail' => [
+ 'name' => 'Pokaži detalje',
+ ],
+ /*Detail Page Order*/
+ 'detail' => [
+ 'name' => 'Detalji',
+ ],
+ 'back' => [
+ 'name' => 'Nazad',
+ ],
+ 'image' => [
+ 'name' => 'Slika',
+ ],
+ 'subject' => [
+ 'name' => 'Naslov',
+ ],
+ 'price' => [
+ 'name' => 'Cena',
+ ],
+ 'piece' => [
+ 'name' => 'Komad',
+ ],
+ 'commission' => [
+ 'name' => 'Provizija',
+ ],
+ 'total' => [
+ 'name' => 'Ukupno',
+ ],
+ 'sub_total' => [
+ 'name' => 'Ukupno',
+ ],
+ 'sale' => [
+ 'name' => 'Prodaja',
+ ],
+ 'awaiting_tracking_number' => [
+ 'name' => 'Čeka se broj za praćenje',
+ ],
+ 'awaiting_payment_approval' => [
+ 'name' => 'Čeka odobrenje za plaćanje',
+ ],
+ 'paid' => [
+ 'name' => 'Plaćeno',
+ ],
+ 'cancelled' => [
+ 'name' => 'Otkazano',
+ ],
+ 'waiting' => [
+ 'name' => 'Na čekanju',
+ ],
+ 'awaiting_dispatch' => [
+ 'name' => 'Čeka se slanje',
+ ],
+ 'shipped' => [
+ 'name' => 'Poslato',
+ ],
+ 'delivered' => [
+ 'name' => 'Isporučeno',
+ ],
+ 'tracking_number' => [
+ 'name' => 'Broj za praćenje',
+ ],
+ 'was_delivered' => [
+ 'name' => 'je dostavljeno',
+ ],
+ 'not_delivered' => [
+ 'name' => 'nije dostavljeno',
+ ],
+ 'show_order_msg1' => [
+ 'name' => 'Rezultat transakcije biće dostavljen na mail.',
+ ],
+ 'show_order_msg2' => [
+ 'name' => 'Povrat novca biće izvršen ako proizvod nije isporučen u roku od jedne nedelje.',
+ ],
+ 'show_order_msg3' => [
+ 'name' => 'Rezultat transakcije je poslat na vaš registrovani email.',
+ ],
+
+ 'awaiting_payment' => [
+ 'name' => 'Očekujem plaćanje',
+ ],
+ 'please_entered_tracking_number' => [
+ 'name' => 'Molimo unesite Unesite broj za praćenje',
+ ],
+ 'transport_days' => [
+ 'name' => 'Dani transporta',
+ ],
+ 'product_not_delivered' => [
+ 'name' => 'Proizvod nije isporučen',
+ ],
+ 'status' => [
+ 'name' => 'Status',
+ ],
+ 'cancel_sale' => [
+ 'name' => 'Otkaži prodaju',
+ ],
+ 'send_again' => [
+ 'name' => 'Poslaću ponovo',
+ ],
+ 'content' => [
+ 'name' => 'Sadržaj',
+ ],
+ 'preferences_settings' => [
+ 'name' => 'Prodešavanja',
+ ],
+
+ 'corporate_settings' => [
+ 'name' => 'Korporativna podešavanja',
+ ],
+ 'password' => [
+ 'name' => 'Lozinka',
+ ],
+ 'old_password' => [
+ 'name' => 'Stara lozinka',
+ ],
+ 'new_password' => [
+ 'name' => 'Nova lozinka',
+ ],
+ 're_new_password' => [
+ 'name' => 'Potvrda lozinke',
+ ],
+ 'confirm_password_input' => [
+ 'name' => 'Potvrđujem promenu lozinke',
+ ],
+ 'create_address' => [
+ 'name' => 'Kreiraj adresu',
+ ],
+ 'edit_address' => [
+ 'name' => 'Izmeni adresu',
+ ],
+ 'balance_limit' => [
+ 'name' => 'Ograničenje stanja',
+ ],
+ 'active_ads' => [
+ 'name' => 'Aktivni oglasi',
+ ],
+ 'subscriptions' => [
+ 'name' => 'Pretplate',
+ ],
+ 'go_subscriptions_page' => [
+ 'name' => 'Idite na stranicu sa pretplatama',
+ ],
+ 'buy_package' => [
+ 'name' => 'Kupite paket',
+ ],
+ 'expired_date' => [
+ 'name' => 'Datum isteka',
+ ],
+ 'category' => [
+ 'name' => 'Kategorija',
+ ],
+ 'ad_limit' => [
+ 'name' => 'Ograničenje oglasa',
+ ],
+ 'publish_time' => [
+ 'name' => 'Vreme objave',
+ ],
+ 'all_categories' => [
+ 'name' => 'Sve kategorije',
+ ],
+ 'day' => [
+ 'name' => 'Dan',
+ ],
+
+ 'individual' => [
+ 'name' => 'Lični',
+ ],
+ 'corporate' => [
+ 'name' => 'Korporativni',
+ ],
+
+ 'details' => [
+ 'name' => 'Detalji'
+ ],
+ 'choose' => [
+ 'name' => 'Izaberite'
+ ],
+ 'my_address' => 'Moja adresa',
+
+ 'company' => [
+ 'name' => 'Ime kompanije'
+ ],
+ 'tax_office' => [
+ 'name' => 'Poreska uprava'
+ ],
+ 'tax_number' => [
+ 'name' => 'Poreski broj'
+ ],
+
+ // Profile page
+ 'my_profile' => 'Moj profil',
+ 'edit_profile' => 'Urеdi profil',
+ 'edit_details' => 'Uredi detalje',
+ 'update' => 'Ažuriraj',
+ 'change_password' => 'Promeni lozinku',
+ 'choose_an_option' => 'Odaberite Opciju...',
+ 'change_status' => 'Promeni status',
+ 'profile_settings' => 'Podešavanja profila',
+ 'profile_detail' => 'Detalji profila',
+
+ // Register page
+ 'accept_terms_label' => 'Prihvatam uslove.',
+ 'accept_protection_law_label' => 'Prihvatam uslove zakona o Zaštiti ličnih podataka. ',
+ 'accept_privacy_terms_label' => 'Prihvatam uslove privatnosti .',
+ 'receive_sms_emails_label' => 'Želim da primam e-poštu i sms.',
+
+ // Register Type
+ 'personal' => [
+ 'name' => 'Lični'
+ ],
+
+ 'education_part' => [
+ 'name' => 'Država obrazovanja'
+ ],
+
+ 'notified_new_updates' => [
+ 'name' => 'Obavešten o novim ažuriranjima',
+ ],
+ 'notified_about_ads' => [
+ 'name' => 'Obavešten o oglasima',
+ ],
+ 'receive_messages_email' => [
+ 'name' => 'Primite poruke putem Email-a',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/sr/message.php b/resources/default/addons/visiosoft/profile-module/lang/sr/message.php
new file mode 100644
index 000000000..8ff9c9451
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/sr/message.php
@@ -0,0 +1,46 @@
+ "Email je obavezan!",
+ "username" => "Korisničko ime je obavezno!",
+ "success_update" => "Profil je uspešno ažuriran!",
+ "adress_success_update" => "Adresa je uspešno ažurirana!",
+ "adress_success_create" => "Adresa je usprešno kreirana!",
+ "login_error" => "Podaci za logovanje su netačni. Proverite korisničko ime i/ili lozinku.",
+ "login_noMail_old_user" => "Email adresa koju ste uneli nije pronađena.",
+ "login_noMail_old_user2" => "Proverite email adresu i pokušajte ponovo.",
+ "login_noMail_old_user3" => "Ako se problem nastavi, kontaktirajte nas na „office@uzicani.com“.",
+ "login_info_old_user" => "Nova lozinka je poslata na vašu e-mail adresu.",
+ "success" => "Uspešno",
+ "notified_new_updates" => "Želim da budem obavešten o novim ažuriranjima",
+ "notified_about_ads" => "Dozvoli obaveštenja o mojim oglasima",
+ "receive_messages_email" => "Želim da primam poruke kao e-mail",
+ "no_packages_module" => "Modul za pakete ne postoji!",
+ "required_add"=> "Molimo popunite sve potrebne redove.",
+ "no_extend_package" => "Nema produženih paketa oglasa",
+ "saved" => "Sačuvano!",
+ 'please_confirm_transaction' => 'Molimo potvrdite transakciju',
+ 'password_do_not_match' => 'Lozinke se ne podudaraju',
+ 'your_password_changed' => 'Vaša lozinka je uspešno ažurirana',
+ 'error_valid_email_or_phone' => 'Format broja telefona ili adrese e-pošte nije tačan.',
+ 'error_valid_phone' => 'Format telefonskog broja nije tačan.',
+ 'registered_phone' => 'Ovaj broj tеlеfona jе rеgistrovan.',
+ 'ajax_address_error' => 'Nema adrese ili niste ovlašćeni za pregled.',
+ 'empty_password_sms_message' => 'Zbog sigurnosnih problema promenili smo lozinku! Vaša nova lozinka je:',
+ 'required_all' => "Sva polja su obavezna!",
+ 'can_not_remove_filled_fields' => "Ne možete ukloniti popunjena polja!",
+ 'wrong_password' => "Lozinka koju ste uneli nije tačna!",
+
+ // Forgot Password
+ 'email_phone_not_found' => 'E-mail / telefonski broj nije tačan!',
+
+ 'disable_account' => 'Da li želite da zatvorite svoj nalog? Ova operacija se ne može poništiti.',
+
+ // Mail
+ 'update_email_mail_subject' => 'Email ažuriran!',
+ 'update_email_mail_message' => 'Vaš email je ažuriran!',
+
+ // Register
+ 'recaptcha_field_is_required' => 'reCaptcha polje je obavezno.',
+ 'failed_to_validate_captcha' => 'Nije uspela validacija captcha.',
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/sr/permission.php b/resources/default/addons/visiosoft/profile-module/lang/sr/permission.php
new file mode 100644
index 000000000..6430c5ac7
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/sr/permission.php
@@ -0,0 +1,36 @@
+ [
+ 'name' => 'Profil',
+ 'option' => [
+ 'read' => 'Može da vidi profil?',
+ 'write' => 'Može da kreira / uređuje profil?',
+ 'delete' => 'Može da obriše profil?',
+ ],
+ ],
+ 'adress' => [
+ 'name' => 'Adresa',
+ 'option' => [
+ 'read' => 'Može da vidi adresu?',
+ 'write' => 'Može da kreira / uređuje adresu?',
+ 'delete' => 'Može da obriše adresu?',
+ ],
+ ],
+ 'education' => [
+ 'name' => 'Obrazovanje',
+ 'option' => [
+ 'read' => 'Može da vidi obrazovanje?',
+ 'write' => 'Može da kreira / uređuje obrazovanje?',
+ 'delete' => 'Može da obriše obrazovanje?',
+ ],
+ ],
+ 'education_part' => [
+ 'name' => 'Deo obrazovanja',
+ 'option' => [
+ 'read' => 'Može da vidi deo obrazovanja?',
+ 'write' => 'Može da kreira / uređuje deo obrazovanja?',
+ 'delete' => 'Može da obriše deo obrazovanja?',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/sr/section.php b/resources/default/addons/visiosoft/profile-module/lang/sr/section.php
new file mode 100644
index 000000000..c01beccd5
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/sr/section.php
@@ -0,0 +1,18 @@
+ [
+ 'title' => 'Profil',
+ ],
+ 'adress' => [
+ 'title' => 'Adresa',
+ ],
+ 'general_setting' => 'Opšta podešavanja',
+ 'recaptcha' => 'reCAPTCHA',
+ 'education' => [
+ 'title' => 'Obrazovanje',
+ ],
+ 'education_part' => [
+ 'title' => 'Deo obrazovanja',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/sr/setting.php b/resources/default/addons/visiosoft/profile-module/lang/sr/setting.php
new file mode 100644
index 000000000..b782e2d41
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/sr/setting.php
@@ -0,0 +1,58 @@
+ [
+ 'name' => 'Prikaži karticu Moji oglasi',
+ ],
+ 'upload_avatar' => [
+ 'name' => 'Otpremanje avatara',
+ ],
+ 'show_tax_office' => [
+ 'name' => 'Pokažite polje poreske uprave',
+ ],
+ 'show_checkbox_terms_on_register' => [
+ 'name' => 'Pokaži checkbox Uslovi za registraciju',
+ 'instructions' => 'Na obrascu za registraciju prikažite „Prihvati pojam“, „zakon o zaštiti“, „termin za privatnost“, „sms i e-poštu“'
+ ],
+ 'register_protection_url' => [
+ 'name' => 'Registrujte zaštitni URL',
+ ],
+ 'register_privacy_url' => [
+ 'name' => 'Registrujte URL za privatnost',
+ ],
+ 'show_education_profession' => [
+ 'name' => 'Prikažite polja obrazovanja i profesije',
+ 'instructions' => 'Prikažite „Obrazovanje“, „Država obrazovanja“ i „Zanimanje“ na stranici za uređivanje profila'
+ ],
+ 'google_captcha_site_key' => [
+ 'name' => 'Google Captcha Site Key',
+ ],
+ 'google_captcha_secret_key' => [
+ 'name' => 'Google Captcha Secret Key',
+ ],
+ 'score_threshold' => [
+ 'name' => 'Score Threshold',
+ 'instructions' => 'Vrednost između 0 i 1. Što je veći prag, to je strožiji ReCaptcha u pokušaju da utvrdi da li je korisnik bot ili ne.',
+ ],
+ 'education' => [
+ 'name' => 'Obrazovanje'
+ ],
+ 'state_of_education' => [
+ 'name' => 'Država obrazovanja'
+ ],
+ 'profession' => [
+ 'name' => 'Profesija'
+ ],
+ 'hide_register_type_profile' => [
+ 'name' => 'Sakrij tip registracije na stranici profila',
+ 'instructions' => 'Sakriva polje tipa registra na stranici za uređivanje profila.',
+ ],
+ 'required_district' => [
+ 'name' => 'Obavezan deo grada',
+ 'instructions' => 'Adding an address represents the district obligation.',
+ ],
+ 'show_extends_actions' => [
+ 'name' => 'Show Extends Actions',
+ 'instructions' => 'Represents the Extends options available on the my profile Ads page.',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/sr/stream.php b/resources/default/addons/visiosoft/profile-module/lang/sr/stream.php
new file mode 100644
index 000000000..c6baac165
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/sr/stream.php
@@ -0,0 +1,16 @@
+ [
+ 'name' => 'Profil',
+ ],
+ 'adress' => [
+ 'name' => 'Adresa',
+ ],
+ 'education' => [
+ 'name' => 'Obrazovanje',
+ ],
+ 'education_part' => [
+ 'name' => 'Deo obrazovanja',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/sv/addon.php b/resources/default/addons/visiosoft/profile-module/lang/sv/addon.php
new file mode 100644
index 000000000..070b7502e
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/sv/addon.php
@@ -0,0 +1,7 @@
+ 'Profil',
+ 'name' => 'Profilmodul',
+ 'description' => ''
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/sv/button.php b/resources/default/addons/visiosoft/profile-module/lang/sv/button.php
new file mode 100644
index 000000000..dbee3720e
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/sv/button.php
@@ -0,0 +1,21 @@
+ 'Ny profil',
+ 'new_adress' => 'Ny adress',
+ 'show' => 'Visa adress',
+ 'update_password' => 'Uppdatera lösenord',
+ 'update_profile' => 'Uppdatera profil',
+ 'delete' => 'Radera',
+ 'extend' => 'Förlänga',
+ 'extend_all' => 'Förläng alla',
+ 'extend_unpublished' => 'Förlänga opublicerat',
+ 'edit' => 'Redigera',
+ 'go_profile' => 'Gå till profildetalj',
+ 'go_user' => 'Gå till användarinformation',
+ 'personal' => 'Personlig',
+ 'corporate' => 'Företags',
+ 'export' => 'Exportera',
+ 'new_education' => 'Ny utbildning',
+ 'new_education_part' => 'Ny utbildning del',
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/sv/field.php b/resources/default/addons/visiosoft/profile-module/lang/sv/field.php
new file mode 100644
index 000000000..7501fef7e
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/sv/field.php
@@ -0,0 +1,499 @@
+ [
+ 'name' => 'foton'
+ ],
+ 'first_name' => [
+ 'name' => 'Förnamn'
+ ],
+ 'last_name' => [
+ 'name' => 'Efternamn'
+ ],
+ 'username' => [
+ 'name' => 'Användarnamn'
+ ],
+ 'display_name' => [
+ 'name' => 'Visningsnamn'
+ ],
+ 'email' => [
+ 'name' => 'E-postadress'
+ ],
+ 'sitename' => [
+ 'name' => 'sidnamn'
+ ],
+ 'activated' => [
+ 'name' => 'Användare aktiv'
+ ],
+ 'enabled' => [
+ 'name' => 'Användaraktivera'
+ ],
+ 'country' => [
+ 'name' => 'Land'
+ ],
+ 'city' => [
+ 'name' => 'Stad'
+ ],
+ 'district' => [
+ 'name' => 'Distrikt'
+ ],
+ 'neighborhood' => [
+ 'name' => 'Grannskap'
+ ],
+ 'village' => [
+ 'name' => 'By'
+ ],
+ 'gsm_phone' => [
+ 'name' => 'GSM-telefon'
+ ],
+ 'land_phone' => [
+ 'name' => 'Landtelefon'
+ ],
+ 'office_phone' => [
+ 'name' => 'Kontorstelefon'
+ ],
+ 'register_type' => [
+ 'name' => 'Registreringstyp'
+ ],
+ 'birthday' => [
+ 'name' => 'Födelsedag'
+ ],
+ 'facebook_address' => [
+ 'name' => 'Facebook-adress'
+ ],
+ 'google_address' => [
+ 'name' => 'Google-adress'
+ ],
+ 'education' => [
+ 'name' => 'Utbildning'
+ ],
+ 'state_of_education' => [
+ 'name' => 'Utbildningsstatus'
+ ],
+ 'profession' => [
+ 'name' => 'Yrke'
+ ],
+ 'identification_number' => [
+ 'name' => 'Identifieringsnummer'
+ ],
+ 'adress_name' => [
+ 'name' => 'Adress Namn'
+ ],
+ 'adress_first_name' => [
+ 'name' => 'Förnamn'
+ ],
+ 'adress_last_name' => [
+ 'name' => 'Efternamn'
+ ],
+ 'actions' => [
+ 'name' => 'Åtgärder'
+ ],
+ 'adress_content' => [
+ 'name' => 'Adressinnehåll'
+ ],
+ 'adress_post_code' => [
+ 'name' => 'Postnummer'
+ ],
+ 'adress_gsm_phone' => [
+ 'name' => 'Gsm-telefon'
+ ],
+ 'adress_land_phone' => [
+ 'name' => 'Landtelefon'
+ ],
+ 'adress_country' => [
+ 'name' => 'Land'
+ ],
+ 'adress_city' => [
+ 'name' => 'Stad'
+ ],
+ 'adress_district' => [
+ 'name' => 'Distrikt'
+ ],
+ 'adress_neighborhood' => [
+ 'name' => 'Grannskap'
+ ],
+ 'adress_village' => [
+ 'name' => 'By'
+ ],
+ 'messages' => [
+ 'name' => 'meddelanden'
+ ],
+ 'user' => [
+ 'name' => 'Användare'
+ ],
+ 'name' => [
+ 'name' => 'namn'
+ ],
+
+ /*Menu Button*/
+ 'profile' => [
+ 'name' => 'Profil'
+ ],
+
+ 'create' => [
+ 'name' => 'Skapa'
+ ],
+ 'edit' => [
+ 'name' => 'Redigera'
+ ],
+ 'delete' => [
+ 'name' => 'Radera'
+ ],
+ 'list' => [
+ 'name' => 'Lista'
+ ],
+ 'menu_address' => [
+ 'name' => 'Adress'
+ ],
+ 'menu_orders' => [
+ 'name' => 'Order'
+ ],
+ 'menu_favorites' => [
+ 'name' => 'favoriter'
+ ],
+ 'menu_archived_ads' => [
+ 'name' => 'Arkiverade annonser'
+ ],
+ 'menu_pending_ads' => [
+ 'name' => 'Väntar på godkännande'
+ ],
+ 'menu_delete_account' => [
+ 'name' => 'Stäng Konto'
+ ],
+ 'menu_my_ads' => [
+ 'name' => 'Mina annonser'
+ ],
+ 'menu_fav_ads' => [
+ 'name' => 'Favoritannonser'
+ ],
+ 'menu_hello_msg' => [
+ 'name' => 'Hej'
+ ],
+ 'menu_last_msg' => [
+ 'name' => 'Du loggade in senast kl'
+ ],
+ 'menu_packages' => [
+ 'name' => 'Mina paket'
+ ],
+ 'menu_adv_packages' => [
+ 'name' => 'Annonspaket'
+ ],
+ 'menu_time_packages' => [
+ 'name' => 'Tidspaket'
+ ],
+ 'profile_details' => [
+ 'name' => 'Profilinformation'
+ ],
+ 'profile_photo' => [
+ 'name' => 'Profilbild'
+ ],
+ 'adv_listing_banner' => [
+ 'name' => 'Banner för annonslistning'
+ ],
+ 'approve' => [
+ 'name' => 'Godkänna'
+ ],
+ 'approved' => [
+ 'name' => 'Godkänd'
+ ],
+ 'pending' => [
+ 'name' => 'I väntan på'
+ ],
+ 'passive' => [
+ 'name' => 'Passiv'
+ ],
+ 'pending_admin' => [
+ 'name' => 'I väntan på'
+ ],
+ 'menu_messages' => [
+ 'name' => 'meddelanden'
+ ],
+ 'menu_my_purchase' => [
+ 'name' => 'Mitt köp'
+ ],
+ 'menu_my_sales' => [
+ 'name' => 'Min försäljning'
+ ],
+
+ /* Right Dock*/
+ 'right_secure_trading_subject' => [
+ 'name' => 'Säker handel'
+ ],
+ 'right_secure_trading_msg' => [
+ 'name' => 'Lorem ipsum dolor sit amet, consectetur adipisising elit'
+ ],
+ 'right_support_subject' => [
+ 'name' => '24/7 support'
+ ],
+ 'right_support_msg' => [
+ 'name' => 'Lorem ipsum dolor sit amet, consectetur adipisising elit'
+ ],
+ 'right_easy_trading_subject' => [
+ 'name' => 'Enkel handel'
+ ],
+ 'right_easy_trading_msg' => [
+ 'name' => 'Lorem ipsum dolor sit amet, consectetur adipisising elit'
+ ],
+ 'right_need_help_subject' => [
+ 'name' => 'Behövs hjälp?'
+ ],
+ 'right_need_help_msg' => [
+ 'name' => 'Ring på'
+ ],
+ 'disable_account' => [
+ 'name' => 'Inaktivera konto'
+ ],
+ 'disable_account_msg' => [
+ 'name' => 'Ditt konto kommer att inaktiveras.
+ här åtgärden kan inte ångras'
+ ],
+
+ 'message_title' => 'Meddelande Titel',
+ 'owner_name' => 'Meddelande',
+
+ 'favorites' => "favoriter",
+ 'fav_advs' => 'Favoritannonser',
+ 'fav_sellers' => "Favoritförsäljare",
+ 'fav_searches' => "Favoritsökningar",
+ 'posted_on' => "Publicerat den",
+ 'message_details' => "Meddelandedetaljer",
+ 'adv_no' => 'Annonsnr',
+ 'bill_address' => [
+ 'name' => 'Bill-adress',
+ ],
+ 'delivery_address' => [
+ 'name' => 'Leveransadress',
+ ],
+ 'order_total' => [
+ 'name' => 'Total',
+ ],
+ 'order_date' => [
+ 'name' => 'Orderdatum',
+ ],
+ 'order_no' => [
+ 'name' => 'Beställnings-ID',
+ ],
+ 'order_detail' => [
+ 'name' => 'Visa detaljer',
+ ],
+ /*Detail Page Order*/
+ 'detail' => [
+ 'name' => 'Detalj',
+ ],
+ 'back' => [
+ 'name' => 'Tillbaka',
+ ],
+ 'image' => [
+ 'name' => 'Bild',
+ ],
+ 'subject' => [
+ 'name' => 'Ämne',
+ ],
+ 'price' => [
+ 'name' => 'Pris',
+ ],
+ 'piece' => [
+ 'name' => 'Bit',
+ ],
+ 'commission' => [
+ 'name' => 'Provision',
+ ],
+ 'total' => [
+ 'name' => 'Total',
+ ],
+ 'sub_total' => [
+ 'name' => 'Sub Total',
+ ],
+ 'sale' => [
+ 'name' => 'Försäljning',
+ ],
+ 'awaiting_tracking_number' => [
+ 'name' => 'Väntar på spårningsnummer',
+ ],
+ 'awaiting_payment_approval' => [
+ 'name' => 'Väntar på betalningsgodkännande',
+ ],
+ 'paid' => [
+ 'name' => 'betald',
+ ],
+ 'cancelled' => [
+ 'name' => 'Inställt',
+ ],
+ 'waiting' => [
+ 'name' => 'Väntar',
+ ],
+ 'awaiting_dispatch' => [
+ 'name' => 'Väntar på sändning',
+ ],
+ 'shipped' => [
+ 'name' => 'levereras',
+ ],
+ 'delivered' => [
+ 'name' => 'levereras',
+ ],
+ 'tracking_number' => [
+ 'name' => 'Spårningsnummer',
+ ],
+ 'was_delivered' => [
+ 'name' => 'var levererad',
+ ],
+ 'not_delivered' => [
+ 'name' => 'inte levererad',
+ ],
+ 'show_order_msg1' => [
+ 'name' => 'Transaktionsresultatet kommer att meddelas per post.',
+ ],
+ 'show_order_msg2' => [
+ 'name' => 'Återbetalning kommer att göras om produkten inte levereras inom en vecka.',
+ ],
+ 'show_order_msg3' => [
+ 'name' => 'Resultatet av transaktionen har skickats till din registrerade e-postadress.',
+ ],
+
+ 'awaiting_payment' => [
+ 'name' => 'Väntar på betalning',
+ ],
+ 'please_entered_tracking_number' => [
+ 'name' => 'Ange spårningsnummer',
+ ],
+ 'transport_days' => [
+ 'name' => 'Transportdagar',
+ ],
+ 'product_not_delivered' => [
+ 'name' => 'Produkten levereras inte',
+ ],
+ 'status' => [
+ 'name' => 'Status',
+ ],
+ 'cancel_sale' => [
+ 'name' => 'Avbryt försäljning',
+ ],
+ 'send_again' => [
+ 'name' => 'Jag skickar igen',
+ ],
+ 'content' => [
+ 'name' => 'Innehåll',
+ ],
+ 'preferences_settings' => [
+ 'name' => 'Inställningar',
+ ],
+
+ 'corporate_settings' => [
+ 'name' => 'Företagsinställningar',
+ ],
+ 'password' => [
+ 'name' => 'Lösenord',
+ ],
+ 'old_password' => [
+ 'name' => 'Gammalt lösenord',
+ ],
+ 'new_password' => [
+ 'name' => 'Nytt lösenord',
+ ],
+ 're_new_password' => [
+ 'name' => 'Bekräfta lösenord',
+ ],
+ 'confirm_password_input' => [
+ 'name' => 'Jag bekräftar mitt lösenordsbyte',
+ ],
+ 'create_address' => [
+ 'name' => 'Skapa adress',
+ ],
+ 'edit_address' => [
+ 'name' => 'Redigera adress',
+ ],
+ 'balance_limit' => [
+ 'name' => 'Balansgräns',
+ ],
+ 'active_ads' => [
+ 'name' => 'Aktiva annonser',
+ ],
+ 'subscriptions' => [
+ 'name' => 'Prenumerationer',
+ ],
+ 'go_subscriptions_page' => [
+ 'name' => 'Gå till prenumerationssidan',
+ ],
+ 'buy_package' => [
+ 'name' => 'Köp paket',
+ ],
+ 'expired_date' => [
+ 'name' => 'Utgånget datum',
+ ],
+ 'category' => [
+ 'name' => 'Kategori',
+ ],
+ 'ad_limit' => [
+ 'name' => 'Annonsgräns',
+ ],
+ 'publish_time' => [
+ 'name' => 'Publicera tid',
+ ],
+ 'all_categories' => [
+ 'name' => 'alla kategorier',
+ ],
+ 'day' => [
+ 'name' => 'Dag',
+ ],
+
+ 'individual' => [
+ 'name' => 'enskild',
+ ],
+ 'corporate' => [
+ 'name' => 'Företags',
+ ],
+
+ 'details' => [
+ 'name' => 'detaljer'
+ ],
+ 'choose' => [
+ 'name' => 'Välja'
+ ],
+ 'my_address' => 'Min adress',
+
+ 'company' => [
+ 'name' => 'Företagsnamn'
+ ],
+ 'tax_office' => [
+ 'name' => 'Skattekontor'
+ ],
+ 'tax_number' => [
+ 'name' => 'Skattenummer'
+ ],
+
+ // Profile page
+ 'my_profile' => 'Min profil',
+ 'edit_profile' => 'Redigera profil',
+ 'edit_details' => 'Redigera detaljer',
+ 'update' => 'Uppdatering',
+ 'change_password' => 'Ändra lösenord',
+ 'choose_an_option' => 'Välj ett alternativ...',
+ 'change_status' => 'Byta status',
+ 'profile_settings' => 'Profilinställningar',
+ 'profile_detail' => 'Profildetalj',
+
+ // Register page
+ 'accept_terms_label' => 'Jag accepterar villkoren.',
+ 'accept_protection_law_label' => 'Jag accepterar villkoren i lagen den' . setting_value('visiosoft.module.profile::register_protection_url') . '"target =" _ blank "> Skydd av personuppgifter.',
+ 'accept_privacy_terms_label' => 'jag accepterar' . setting_value('visiosoft.module.profile::register_privacy_url') . '"target =" _ blank "> sekretessvillkor.',
+ 'receive_sms_emails_label' => 'Jag vill få e-post och sms.',
+
+ // Register Type
+ 'personal' => [
+ 'name' => 'Personlig'
+ ],
+
+ 'education_part' => [
+ 'name' => 'Utbildningsstatus'
+ ],
+
+ 'notified_new_updates' => [
+ 'name' => 'Meddelade nya uppdateringar',
+ ],
+ 'notified_about_ads' => [
+ 'name' => 'Meddelas om annonser',
+ ],
+ 'receive_messages_email' => [
+ 'name' => 'Ta emot e-postmeddelanden',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/sv/message.php b/resources/default/addons/visiosoft/profile-module/lang/sv/message.php
new file mode 100644
index 000000000..6084a15c1
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/sv/message.php
@@ -0,0 +1,46 @@
+ "E-postfält krävs!",
+ "username" => "Användarnamn Fält krävs!",
+ "success_update" => "Profiluppdatering framgångsrikt!",
+ "adress_success_update" => "Adressuppdatering framgångsrikt!",
+ "adress_success_create" => "Adress Skapa framgångsrikt!",
+ "login_error" => "Fel inloggning eller lösenord.",
+ "login_noMail_old_user" => "E-postadressen du angav kunde inte hittas.",
+ "login_noMail_old_user2" => "Kontrollera e-postadressen och försök igen.",
+ "login_noMail_old_user3" => "Om problemet fortsätter, kontakta på 'info@openclassify.com'.",
+ "login_info_old_user" => "Ett nytt lösenord har skickats till din e-postadress.",
+ "success" => "Framgång",
+ "notified_new_updates" => "Jag vill bli meddelad om nya uppdateringar",
+ "notified_about_ads" => "Tillåt aviseringar om mina annonser",
+ "receive_messages_email" => "Jag vill ta emot meddelanden som e-post",
+ "no_packages_module" => "Inga paketmodul!",
+ "required_add"=> "Fyll i alla obligatoriska rader.",
+ "no_extend_package" => "Inga utvidgade annonspaket",
+ "saved" => "Räddad!",
+ 'please_confirm_transaction' => 'Bekräfta transaktion',
+ 'password_do_not_match' => 'Lösenorden matchar inte',
+ 'your_password_changed' => 'Ditt lösenord uppdaterades',
+ 'error_valid_email_or_phone' => 'Telefonnummer eller e-postadressformat är inte korrekt.',
+ 'error_valid_phone' => 'Telefonnummerformatet är inte korrekt.',
+ 'registered_phone' => 'Detta telefonnummer är redan registrerat.',
+ 'ajax_address_error' => 'Ingen adress eller inte behörig att visa.',
+ 'empty_password_sms_message' => 'På grund av säkerhetsproblem har vi ändrat ditt lösenord! Ditt nya lösenord är:',
+ 'required_all' => "Allt fält krävs!",
+ 'can_not_remove_filled_fields' => "Du kan inte ta bort fyllda fält!",
+ 'wrong_password' => "Lösenordet du angav är inte korrekt!",
+
+ // Forgot Password
+ 'email_phone_not_found' => 'E-post, telefonnummer är inte korrekt!',
+
+ 'disable_account' => 'Vill du stänga ditt konto? Denna åtgärd kan inte ångras.',
+
+ // Mail
+ 'update_email_mail_subject' => 'E-post uppdaterad!',
+ 'update_email_mail_message' => 'Din e-postadress har uppdaterats!',
+
+ // Register
+ 'recaptcha_field_is_required' => 'reCaptcha-fält krävs.',
+ 'failed_to_validate_captcha' => 'Det gick inte att validera captcha.',
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/sv/permission.php b/resources/default/addons/visiosoft/profile-module/lang/sv/permission.php
new file mode 100644
index 000000000..ed6deeacc
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/sv/permission.php
@@ -0,0 +1,36 @@
+ [
+ 'name' => 'Profil',
+ 'option' => [
+ 'read' => 'Kan du läsa profilen?',
+ 'write' => 'Kan skapa / redigera profil?',
+ 'delete' => 'Kan radera profil?',
+ ],
+ ],
+ 'adress' => [
+ 'name' => 'adress',
+ 'option' => [
+ 'read' => 'Kan du läsa adress?',
+ 'write' => 'Kan skapa / redigera adress?',
+ 'delete' => 'Kan radera adress?',
+ ],
+ ],
+ 'education' => [
+ 'name' => 'Utbildning',
+ 'option' => [
+ 'read' => 'Kan läsa utbildning?',
+ 'write' => 'Kan du skapa / redigera utbildning?',
+ 'delete' => 'Kan ta bort utbildning?',
+ ],
+ ],
+ 'education_part' => [
+ 'name' => 'Utbildningsdel',
+ 'option' => [
+ 'read' => 'Kan läsa utbildning del?',
+ 'write' => 'Kan du skapa / redigera utbildningsdel?',
+ 'delete' => 'Kan ta bort utbildningsdel?',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/sv/section.php b/resources/default/addons/visiosoft/profile-module/lang/sv/section.php
new file mode 100644
index 000000000..82e3cd3e2
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/sv/section.php
@@ -0,0 +1,18 @@
+ [
+ 'title' => 'Profil',
+ ],
+ 'adress' => [
+ 'title' => 'adress',
+ ],
+ 'general_setting' => 'Allmänna Inställningar',
+ 'recaptcha' => 'reCAPTCHA',
+ 'education' => [
+ 'title' => 'Utbildning',
+ ],
+ 'education_part' => [
+ 'title' => 'Utbildningsdel',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/sv/setting.php b/resources/default/addons/visiosoft/profile-module/lang/sv/setting.php
new file mode 100644
index 000000000..98cc6736f
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/sv/setting.php
@@ -0,0 +1,58 @@
+ [
+ 'name' => 'Visa mina annonsflikar',
+ ],
+ 'upload_avatar' => [
+ 'name' => 'Avatar Upload',
+ ],
+ 'show_tax_office' => [
+ 'name' => 'Visa fält för skattekontor',
+ ],
+ 'show_checkbox_terms_on_register' => [
+ 'name' => 'Visa kryssrutans villkor i registret',
+ 'instructions' => 'Visa "Acceptera term", "skyddslag", "sekretessbegrepp", "sms & e-post" på registerformuläret'
+ ],
+ 'register_protection_url' => [
+ 'name' => 'Registrera skydds-URL',
+ ],
+ 'register_privacy_url' => [
+ 'name' => 'Registrera integritets-URL',
+ ],
+ 'show_education_profession' => [
+ 'name' => 'Visa utbildnings- och yrkesfält',
+ 'instructions' => 'Visa "Utbildning", "Utbildningsläge" och "Yrke" på profilredigeringssidan'
+ ],
+ 'google_captcha_site_key' => [
+ 'name' => 'Google Captcha-webbplatsnyckel',
+ ],
+ 'google_captcha_secret_key' => [
+ 'name' => 'Google Captcha Secret Key',
+ ],
+ 'score_threshold' => [
+ 'name' => 'Betygsgräns',
+ 'instructions' => 'Ett värde mellan 0 och 1. Ju högre tröskel desto strängare är ReCaptcha i att försöka avgöra om en användare är en bot eller inte.',
+ ],
+ 'education' => [
+ 'name' => 'Utbildning'
+ ],
+ 'state_of_education' => [
+ 'name' => 'Utbildningsstatus'
+ ],
+ 'profession' => [
+ 'name' => 'Yrke'
+ ],
+ 'hide_register_type_profile' => [
+ 'name' => 'Dölj registertyp i profilsidan',
+ 'instructions' => 'Döljer registertypfältet i profilredigeringssidan.',
+ ],
+ 'required_district' => [
+ 'name' => 'Obligatoriskt distrikt',
+ 'instructions' => 'Att lägga till en adress representerar distriktsförpliktelsen.',
+ ],
+ 'show_extends_actions' => [
+ 'name' => 'Visa förlänger åtgärder',
+ 'instructions' => 'Representerar de alternativ som finns tillgängliga på sidan Min profilannonser.',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/sv/stream.php b/resources/default/addons/visiosoft/profile-module/lang/sv/stream.php
new file mode 100644
index 000000000..5fa24fc65
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/sv/stream.php
@@ -0,0 +1,16 @@
+ [
+ 'name' => 'Profil',
+ ],
+ 'adress' => [
+ 'name' => 'Adress',
+ ],
+ 'education' => [
+ 'name' => 'Utbildning',
+ ],
+ 'education_part' => [
+ 'name' => 'Utbildningsdel',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/tr/addon.php b/resources/default/addons/visiosoft/profile-module/lang/tr/addon.php
new file mode 100644
index 000000000..c39b1b29c
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/tr/addon.php
@@ -0,0 +1,7 @@
+ 'Profil',
+ 'name' => 'Profil Modülü',
+ 'description' => ''
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/tr/button.php b/resources/default/addons/visiosoft/profile-module/lang/tr/button.php
new file mode 100644
index 000000000..a4fab9286
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/tr/button.php
@@ -0,0 +1,21 @@
+ 'Yeni Profil',
+ 'new_adress' => 'Yeni Adres',
+ 'show' => 'Göster',
+ 'update_password' => 'Şifre güncelle',
+ 'update_profile' => 'Profili Güncelle',
+ 'delete' => 'Sil',
+ 'extend' => 'Süre Uzat',
+ 'extend_all' => 'Tümünün Süresini Uzat',
+ 'extend_unpublished' => 'Pasif ilanları uzat',
+ 'edit' => 'Düzenle',
+ 'go_profile' => 'Profil Detayları',
+ 'go_user' => 'Kullanıcı Detayları',
+ 'personal' => 'Kişisel',
+ 'corporate' => 'Kurumsal',
+ 'export' => 'Dışa aktar',
+ 'new_education' => 'Yeni Eğitim',
+ 'new_education_part' => 'Yeni Eğitim bölümü',
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/tr/field.php b/resources/default/addons/visiosoft/profile-module/lang/tr/field.php
new file mode 100644
index 000000000..2e759afdc
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/tr/field.php
@@ -0,0 +1,498 @@
+ [
+ 'name' => 'Fotoğraflar'
+ ],
+ 'first_name' => [
+ 'name' => 'Ad'
+ ],
+ 'last_name' => [
+ 'name' => 'Soyad'
+ ],
+ 'username' => [
+ 'name' => 'Kullanıcı Adı'
+ ],
+ 'display_name' => [
+ 'name' => 'Görüntüleme İsmi'
+ ],
+ 'email' => [
+ 'name' => 'Email Adresi'
+ ],
+ 'sitename' => [
+ 'name' => 'Siteadı'
+ ],
+ 'activated' => [
+ 'name' => 'Aktif Kullanıcı'
+ ],
+ 'enabled' => [
+ 'name' => 'Kullanıcı Etkinleştir'
+ ],
+ 'country' => [
+ 'name' => 'Ülke'
+ ],
+ 'city' => [
+ 'name' => 'İl'
+ ],
+ 'district' => [
+ 'name' => 'İlçe'
+ ],
+ 'neighborhood' => [
+ 'name' => 'Mahalle'
+ ],
+ 'village' => [
+ 'name' => 'Köy'
+ ],
+ 'gsm_phone' => [
+ 'name' => 'GSM Numarası'
+ ],
+ 'land_phone' => [
+ 'name' => 'Sabit Telefon'
+ ],
+ 'office_phone' => [
+ 'name' => 'Ofis Telefonu'
+ ],
+ 'register_type' => [
+ 'name' => 'Üyelik Tipi'
+ ],
+ 'birthday' => [
+ 'name' => 'Doğum Günü'
+ ],
+ 'facebook_address' => [
+ 'name' => 'Facebook Adresi'
+ ],
+ 'google_address' => [
+ 'name' => 'Google Adresi'
+ ],
+ 'education' => [
+ 'name' => 'Eğitim'
+ ],
+ 'state_of_education' => [
+ 'name' => 'Eğitim Durumu'
+ ],
+ 'profession' => [
+ 'name' => 'Meslek'
+ ],
+ 'identification_number' => [
+ 'name' => 'Kimlik Numarası'
+ ],
+ 'adress_name' => [
+ 'name' => 'Adres Adı'
+ ],
+ 'adress_first_name' => [
+ 'name' => 'Ad'
+ ],
+ 'adress_last_name' => [
+ 'name' => 'Soyad'
+ ],
+ 'actions' => [
+ 'name' => 'İşlemler'
+ ],
+ 'adress_content' => [
+ 'name' => 'Adres Detay'
+ ],
+ 'adress_post_code' => [
+ 'name' => 'Posta Kodu'
+ ],
+ 'adress_gsm_phone' => [
+ 'name' => 'Cep Telefonu'
+ ],
+ 'adress_land_phone' => [
+ 'name' => 'Sabit Telefon'
+ ],
+ 'adress_country' => [
+ 'name' => 'Ülke'
+ ],
+ 'adress_city' => [
+ 'name' => 'İl'
+ ],
+ 'adress_district' => [
+ 'name' => 'İlçe'
+ ],
+ 'adress_neighborhood' => [
+ 'name' => 'Mahalle'
+ ],
+ 'adress_village' => [
+ 'name' => 'Köy'
+ ],
+ 'messages' => [
+ 'name' => 'Mesajlar'
+ ],
+ 'user' => [
+ 'name' => 'Kullanıcı'
+ ],
+ 'name' => [
+ 'name' => 'İsim'
+ ],
+
+ /*Menu Button*/
+ 'profile' => [
+ 'name' => 'Profil'
+ ],
+
+ 'create' => [
+ 'name' => 'Oluştur'
+ ],
+ 'edit' => [
+ 'name' => 'Düzenle'
+ ],
+ 'delete' => [
+ 'name' => 'Sil'
+ ],
+ 'list' => [
+ 'name' => 'Listele'
+ ],
+ 'menu_address' => [
+ 'name' => 'Adres'
+ ],
+ 'menu_orders' => [
+ 'name' => 'Siparişler'
+ ],
+ 'menu_favorites' => [
+ 'name' => 'Favoriler'
+ ],
+ 'menu_archived_ads' => [
+ 'name' => 'Arşivlenen İlanlar'
+ ],
+ 'menu_pending_ads' => [
+ 'name' => 'Onay Bekleyenler'
+ ],
+ 'menu_delete_account' => [
+ 'name' => 'Hesabı Kapat'
+ ],
+ 'menu_my_ads' => [
+ 'name' => 'İlanlarım'
+ ],
+ 'menu_fav_ads' => [
+ 'name' => 'Favori İlanlarım'
+ ],
+ 'menu_hello_msg' => [
+ 'name' => 'Merhaba'
+ ],
+ 'menu_last_msg' => [
+ 'name' => 'Son giriş zamanı'
+ ],
+ 'menu_packages' => [
+ 'name' => 'Paketlerim'
+ ],
+ 'menu_adv_packages' => [
+ 'name' => 'İlan Paketleri'
+ ],
+ 'menu_time_packages' => [
+ 'name' => 'İlan Süre Paketleri'
+ ],
+ 'profile_details' => [
+ 'name' => 'Profil Detayları'
+ ],
+ 'profile_photo' => [
+ 'name' => 'Profil Fotoğrafı'
+ ],
+ 'adv_listing_banner' => [
+ 'name' => 'Listeleme Arkaplanı'
+ ],
+ 'approve' => [
+ 'name' => 'Onayla'
+ ],
+ 'approved' => [
+ 'name' => 'Onaylandı'
+ ],
+ 'pending' => [
+ 'name' => 'Onay Sürecinde'
+ ],
+ 'passive' => [
+ 'name' => 'Devre Dışı'
+ ],
+ 'pending_admin' => [
+ 'name' => 'Onayda Bekliyor'
+ ],
+ 'menu_messages' => [
+ 'name' => 'Mesajlar'
+ ],
+ 'menu_my_purchase' => [
+ 'name' => 'Aldıklarım'
+ ],
+ 'menu_my_sales' => [
+ 'name' => 'Satışlarım'
+ ],
+
+ /* Right Dock*/
+ 'right_secure_trading_subject' => [
+ 'name' => 'Güvenli Ticaret'
+ ],
+ 'right_secure_trading_msg' => [
+ 'name' => 'Lorem Ipsum Dolor Sit Amet, Consipter Adipisicing Elit'
+ ],
+ 'right_support_subject' => [
+ 'name' => '7/24 Destek'
+ ],
+ 'right_support_msg' => [
+ 'name' => 'Lorem Ipsum Dolor Sit Amet, Consipter Adipisicing Elit'
+ ],
+ 'right_easy_trading_subject' => [
+ 'name' => 'Kolay Ticaret'
+ ],
+ 'right_easy_trading_msg' => [
+ 'name' => 'Lorem Ipsum Dolor Sit Amet, Consipter Adipisicing Elit'
+ ],
+ 'right_need_help_subject' => [
+ 'name' => 'Yardıma mı ihtiyacınız var?'
+ ],
+ 'right_need_help_msg' => [
+ 'name' => 'Telefon etmek'
+ ],
+ 'disable_account' => [
+ 'name' => 'Hesabı Dondur'
+ ],
+ 'disable_account_msg' => [
+ 'name' => 'Hesabınız devre dışı bırakılacak.Bu işlem geri alınamaz'
+ ],
+
+ 'message_title' => 'Mesaj Başlığı',
+ 'owner_name' => 'Mesaj',
+
+ 'favorites' => "Favoriler",
+ 'fav_advs' => 'Favori İlanlar',
+ 'fav_sellers' => "Favori Satıcılar",
+ 'fav_searches' => "Favori Aramalar",
+ 'posted_on' => "Yayınlayan",
+ 'message_details' => "Mesaj Detayı",
+ 'adv_no' => 'İlan Numarası',
+ 'bill_address' => [
+ 'name' => 'Fatura Adresi',
+ ],
+ 'delivery_address' => [
+ 'name' => 'Teslimat Adresi',
+ ],
+ 'order_total' => [
+ 'name' => 'Toplam',
+ ],
+ 'order_date' => [
+ 'name' => 'Sipariş Tarihi',
+ ],
+ 'order_no' => [
+ 'name' => 'Sipariş Numarası',
+ ],
+ 'order_detail' => [
+ 'name' => 'Detaylar',
+ ],
+ /*Detail Page Order*/
+ 'detail' => [
+ 'name' => 'Detaylar',
+ ],
+ 'back' => [
+ 'name' => 'Geri',
+ ],
+ 'image' => [
+ 'name' => 'Resim',
+ ],
+ 'subject' => [
+ 'name' => 'Başlık',
+ ],
+ 'price' => [
+ 'name' => 'Fiyat',
+ ],
+ 'piece' => [
+ 'name' => 'Adet',
+ ],
+ 'commission' => [
+ 'name' => 'Komisyon',
+ ],
+ 'total' => [
+ 'name' => 'Toplam',
+ ],
+ 'sub_total' => [
+ 'name' => 'Ara Toplam',
+ ],
+ 'sale' => [
+ 'name' => 'İndirim',
+ ],
+ 'awaiting_tracking_number' => [
+ 'name' => 'Takip Numarası Bekliyor',
+ ],
+ 'awaiting_payment_approval' => [
+ 'name' => 'Ödeme Onayını Bekliyor',
+ ],
+ 'paid' => [
+ 'name' => 'Ödendi',
+ ],
+ 'cancelled' => [
+ 'name' => 'İptal Edildi',
+ ],
+ 'waiting' => [
+ 'name' => 'Bekleniyor',
+ ],
+ 'awaiting_dispatch' => [
+ 'name' => 'Teslimat Bekliyor',
+ ],
+ 'shipped' => [
+ 'name' => 'Gönderen',
+ ],
+ 'delivered' => [
+ 'name' => 'Teslim Alan',
+ ],
+ 'tracking_number' => [
+ 'name' => 'Takip Numarası',
+ ],
+ 'was_delivered' => [
+ 'name' => 'teslim edildi',
+ ],
+ 'not_delivered' => [
+ 'name' => 'teslim edilemedi',
+ ],
+ 'show_order_msg1' => [
+ 'name' => 'İşlem sonucu mail ile bildirilecektir.',
+ ],
+ 'show_order_msg2' => [
+ 'name' => 'Ürün bir hafta içinde teslim edilmezse geri ödeme yapılacaktır.',
+ ],
+ 'show_order_msg3' => [
+ 'name' => 'İşlemin sonucu kayıtlı e-posta adresinize gönderildi.',
+ ],
+
+ 'awaiting_payment' => [
+ 'name' => 'Ödeme Bekliyor',
+ ],
+ 'please_entered_tracking_number' => [
+ 'name' => 'Lütfen Girilen Takip Numarasını Giriniz',
+ ],
+ 'transport_days' => [
+ 'name' => 'Teslimat Süresi',
+ ],
+ 'product_not_delivered' => [
+ 'name' => 'Ürün teslim edilemedi.',
+ ],
+ 'status' => [
+ 'name' => 'Durum',
+ ],
+ 'cancel_sale' => [
+ 'name' => 'Satışı İptal Et',
+ ],
+ 'send_again' => [
+ 'name' => 'Tekrar Gönderildi',
+ ],
+ 'content' => [
+ 'name' => 'Detay',
+ ],
+ 'preferences_settings' => [
+ 'name' => 'Tercihler',
+ ],
+
+ 'corporate_settings' => [
+ 'name' => 'Kurumsal Ayarlar',
+ ],
+ 'password' => [
+ 'name' => 'Şifre',
+ ],
+ 'old_password' => [
+ 'name' => 'Eski şifre',
+ ],
+ 'new_password' => [
+ 'name' => 'Yeni Şifre',
+ ],
+ 're_new_password' => [
+ 'name' => 'Şifre Onayı',
+ ],
+ 'confirm_password_input' => [
+ 'name' => 'Şifremin değiştirilmesini onaylıyorum',
+ ],
+ 'create_address' => [
+ 'name' => 'Adres Oluştur',
+ ],
+ 'edit_address' => [
+ 'name' => 'Adres Düzenle',
+ ],
+ 'balance_limit' => [
+ 'name' => 'Bakiye',
+ ],
+ 'active_ads' => [
+ 'name' => 'Aktif İlanlar',
+ ],
+ 'subscriptions' => [
+ 'name' => 'Abonelikler',
+ ],
+ 'go_subscriptions_page' => [
+ 'name' => 'Aboneliklere git',
+ ],
+ 'buy_package' => [
+ 'name' => 'Paket Satın Al',
+ ],
+ 'expired_date' => [
+ 'name' => 'Son Kullanım',
+ ],
+ 'category' => [
+ 'name' => 'Kategori',
+ ],
+ 'ad_limit' => [
+ 'name' => 'İlan Limiti',
+ ],
+ 'publish_time' => [
+ 'name' => 'Yayın Süresi',
+ ],
+ 'all_categories' => [
+ 'name' => 'Tüm Kategoriler',
+ ],
+ 'day' => [
+ 'name' => 'Gün',
+ ],
+
+ 'individual' => [
+ 'name' => 'Bireysel',
+ ],
+ 'corporate' => [
+ 'name' => 'Kurumsal',
+ ],
+
+ 'details' => [
+ 'name' => 'Detaylar'
+ ],
+ 'choose' => [
+ 'name' => 'Seç'
+ ],
+ 'my_address' => 'Benim adresim',
+
+ 'company' => [
+ 'name' => 'Şirket Adı'
+ ],
+ 'tax_office' => [
+ 'name' => 'Vergi Dairesi'
+ ],
+ 'tax_number' => [
+ 'name' => 'Vergi numarası'
+ ],
+
+ // Profile page
+ 'my_profile' => 'Benim profilim',
+ 'edit_profile' => 'Profili Düzenle',
+ 'edit_details' => 'Detayları düzenle',
+ 'update' => 'Güncelleme',
+ 'change_password' => 'Şifre değiştir',
+ 'choose_an_option' => 'Seçim yapınız...',
+ 'change_status' => 'Durum değiştirmek',
+ 'profile_settings' => 'Profil ayarları',
+ 'profile_detail' => 'Profil Detayı',
+
+ // Register page
+ 'accept_terms_label' => 'Koşulları kabul ediyorum.',
+ 'accept_protection_law_label' => 'Kişisel Verilerin Korunması Kanunu hükümlerini kabul ediyorum.',
+ 'accept_privacy_terms_label' => 'Gizlilik şartlarını kabul ediyorum.',
+ 'receive_sms_emails_label' => 'E-posta ve sms almak istiyorum.',
+
+ // Register Type
+ 'personal' => [
+ 'name' => 'Bireysel'
+ ],
+
+ 'education_part' => [
+ 'name' => 'Eğitim Durumu'
+ ],
+
+ 'notified_new_updates' => [
+ 'name' => 'Yeni Güncellemeler Bildirildi',
+ ],
+ 'notified_about_ads' => [
+ 'name' => 'İlanlar Hakkında Bildirildi',
+ ],
+ 'receive_messages_email' => [
+ 'name' => 'Mesaj E-postası Al',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/tr/message.php b/resources/default/addons/visiosoft/profile-module/lang/tr/message.php
new file mode 100644
index 000000000..332f5c0e3
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/tr/message.php
@@ -0,0 +1,46 @@
+ "Eposta alanı zorunludur!",
+ "username" => "Kullanıcı Adı alanı zorunludur!",
+ "success_update" => "Profil Başarıyla Güncellendi!",
+ "adress_success_update" => "Adres Başarıyla Güncellendi!",
+ "adress_success_create" => "Adres Başarıyla Oluşturuldu!",
+ "login_error" => "Giriş Bilgileri Hatalıdır.",
+ "login_noMail_old_user" => "Girdiğiniz e-posta adresi bulunamadı.",
+ "login_noMail_old_user2" => "Lütfen e-posta adresini kontrol edip tekrar deneyin.",
+ "login_noMail_old_user3" => "Sorun devam ederse, lütfen 'info@openclassify.com' adresinden iletişim kurun.",
+ "login_info_old_user" => "E-posta adresinize yeni bir şifre gönderildi.",
+ "success" => "İşlem Başarılı",
+ "notified_new_updates" => "Yeni güncellemelerden haberdar olmak istiyorum",
+ "notified_about_ads" => "İlanlarım hakkında bildirimlere izin ver",
+ "receive_messages_email" => "Mesajları e-posta olarak almak istiyorum",
+ "no_packages_module" => "Paket Modülü Bulunamadı!",
+ "required_add"=> "Lütfen gerekli tüm satırları doldurun.",
+ "no_extend_package" => "İlan Yayınlama Süresi paketiniz bulunamadı.",
+ "saved" => "Kayıt Edildi!",
+ 'please_confirm_transaction' => 'Lütfen işlemi onaylayın',
+ 'password_do_not_match' => 'Şifreler eşleşmiyor',
+ 'your_password_changed' => 'Şifreniz başarıyla güncellendi',
+ 'error_valid_email_or_phone' => 'E-Posta Adresi veya Telefon numarası formatı geçersiz.',
+ 'error_valid_phone' => 'Telefon numarası biçimi doğru değil.',
+ 'registered_phone' => 'Bu telefon numarası ile daha önceden sisteme kayıt olunmuştur.',
+ 'ajax_address_error' => 'Adres yok veya görüntüleme yetkiniz bulunmamaktadır.',
+ 'empty_password_sms_message' => 'Güvenlik sorunları nedeniyle şifrenizi değiştirdik! Yeni parolanız:',
+ 'required_all' => "Tüm Alanlar Zorunludur!",
+ 'can_not_remove_filled_fields' => "Doldurulmuş alanları kaldıramazsınız!",
+ 'wrong_password' => "Girdiğiniz şifre doğru değil!",
+
+ // Forgot Password
+ 'email_phone_not_found' => 'E-posta, Telefon Numarası doğru değil!',
+
+ 'disable_account' => 'Hesabınızı kapatmak istiyor musunuz? Bu işlem geri alınamaz.',
+
+ // Mail
+ 'update_email_mail_subject' => 'E-posta Güncellendi!',
+ 'update_email_mail_message' => 'E-postanız Güncellendi!',
+
+ // Register
+ 'recaptcha_field_is_required' => 'reCaptcha alanı zorunludur.',
+ 'failed_to_validate_captcha' => 'Captcha doğrulanamadı.',
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/tr/permission.php b/resources/default/addons/visiosoft/profile-module/lang/tr/permission.php
new file mode 100644
index 000000000..6f8e69bd6
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/tr/permission.php
@@ -0,0 +1,36 @@
+ [
+ 'name' => 'Profil',
+ 'option' => [
+ 'read' => 'Profili okuyabilir mi?',
+ 'write' => 'Profil oluşturabilir / düzenleyebilir mi?',
+ 'delete' => 'Profili silebilir misiniz?',
+ ],
+ ],
+ 'adress' => [
+ 'name' => 'Adres',
+ 'option' => [
+ 'read' => 'Adresi okuyabilir mi?',
+ 'write' => 'Adres oluşturabilir / düzenleyebilir mi?',
+ 'delete' => 'Adresi silebilir misiniz?',
+ ],
+ ],
+ 'education' => [
+ 'name' => 'Eğitim',
+ 'option' => [
+ 'read' => 'Eğitim okuyabilir mi?',
+ 'write' => 'Eğitim oluşturabilir / düzenleyebilir mi?',
+ 'delete' => 'Eğitimi silebilir mi?',
+ ],
+ ],
+ 'education_part' => [
+ 'name' => 'Eğitim bölümü',
+ 'option' => [
+ 'read' => 'Eğitim bölümünü okuyabilir mi?',
+ 'write' => 'Eğitim bölümü oluşturabilir / düzenleyebilir mi?',
+ 'delete' => 'Eğitim bölümü silebilir mi?',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/tr/section.php b/resources/default/addons/visiosoft/profile-module/lang/tr/section.php
new file mode 100644
index 000000000..38c8b1ab8
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/tr/section.php
@@ -0,0 +1,18 @@
+ [
+ 'title' => 'Profil',
+ ],
+ 'adress' => [
+ 'title' => 'Adres',
+ ],
+ 'general_setting' => 'Genel Ayarlar',
+ 'recaptcha' => 'reCAPTCHA',
+ 'education' => [
+ 'title' => 'Eğitim',
+ ],
+ 'education_part' => [
+ 'title' => 'Eğitim bölümü',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/tr/setting.php b/resources/default/addons/visiosoft/profile-module/lang/tr/setting.php
new file mode 100644
index 000000000..0402fd808
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/tr/setting.php
@@ -0,0 +1,58 @@
+ [
+ 'name' => 'İlanlarım Sekmesi Görünümü',
+ ],
+ 'upload_avatar' => [
+ 'name' => 'Profil Fotoğrafı',
+ ],
+ 'show_tax_office' => [
+ 'name' => 'Vergi Dairesi Alanını Göster',
+ ],
+ 'show_checkbox_terms_on_register' => [
+ 'name' => 'Kayıtta Onay Kutusu Koşullarını Göster',
+ 'instructions' => 'Kayıt formunda "Şartları kabul et", "koruma yasası", "gizlilik şartı", "sms ve e-postalar" ı gösterin'
+ ],
+ 'register_protection_url' => [
+ 'name' => 'Koruma URL\'sini Kaydet',
+ ],
+ 'register_privacy_url' => [
+ 'name' => 'Gizlilik URL\'sini Kaydet',
+ ],
+ 'show_education_profession' => [
+ 'name' => 'Eğitim ve Meslek Alanlarını Göster',
+ 'instructions' => 'Profil düzenleme sayfasında "Eğitim", "Eğitim Durumu" ve "Meslek" bilgilerini gösterin'
+ ],
+ 'google_captcha_site_key' => [
+ 'name' => 'Google Captcha Site Anahtarı',
+ ],
+ 'google_captcha_secret_key' => [
+ 'name' => 'Google Captcha Gizli Anahtarı',
+ ],
+ 'score_threshold' => [
+ 'name' => 'Puan Eşiği',
+ 'instructions' => '0 ile 1 arasında bir değer. Eşik ne kadar yüksekse, ReCaptcha bir kullanıcının bot olup olmadığını belirlemeye çalışırken o kadar katı olur.',
+ ],
+ 'education' => [
+ 'name' => 'Eğitim'
+ ],
+ 'state_of_education' => [
+ 'name' => 'Eğitim Durumu'
+ ],
+ 'profession' => [
+ 'name' => 'Meslek'
+ ],
+ 'hide_register_type_profile' => [
+ 'name' => 'Profil Sayfasındaki Kayıt Türünü Gizle',
+ 'instructions' => 'Profil düzenleme sayfasındaki kayıt türü alanını gizler.',
+ ],
+ 'required_district' => [
+ 'name' => 'İlçe Zorunluluğu',
+ 'instructions' => 'Adres kayıtta ilçe zorunluluğunu temsil eder.',
+ ],
+ 'show_extends_actions' => [
+ 'name' => 'Süre Uzatma Seçeneklerini Göster',
+ 'instructions' => 'Profilim İlanlar sayfasında bulunan Süre uzatma seçeneklerini temsil eder.',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/tr/stream.php b/resources/default/addons/visiosoft/profile-module/lang/tr/stream.php
new file mode 100644
index 000000000..7bc437fc7
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/tr/stream.php
@@ -0,0 +1,16 @@
+ [
+ 'name' => 'Profil',
+ ],
+ 'adress' => [
+ 'name' => 'Adres',
+ ],
+ 'education' => [
+ 'name' => 'Eğitim',
+ ],
+ 'education_part' => [
+ 'name' => 'Eğitim bölümü',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/uk/addon.php b/resources/default/addons/visiosoft/profile-module/lang/uk/addon.php
new file mode 100644
index 000000000..690cd9ca2
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/uk/addon.php
@@ -0,0 +1,7 @@
+ 'Профіль',
+ 'name' => 'Модуль профілю',
+ 'description' => ''
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/uk/button.php b/resources/default/addons/visiosoft/profile-module/lang/uk/button.php
new file mode 100644
index 000000000..329eb7282
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/uk/button.php
@@ -0,0 +1,21 @@
+ 'Новий профіль',
+ 'new_adress' => 'Нова адреса',
+ 'show' => 'Показати адресу',
+ 'update_password' => 'Оновити пароль',
+ 'update_profile' => 'Оновити профіль',
+ 'delete' => 'Видалити',
+ 'extend' => 'Розширити',
+ 'extend_all' => 'Розширити всі',
+ 'extend_unpublished' => 'Розширити Неопубліковано',
+ 'edit' => 'Редагувати',
+ 'go_profile' => 'Перейдіть до детальної інформації про профіль',
+ 'go_user' => 'Перейдіть до детальної інформації про користувача',
+ 'personal' => 'Особисті',
+ 'corporate' => 'Корпоративний',
+ 'export' => 'Експорт',
+ 'new_education' => 'Нова освіта',
+ 'new_education_part' => 'Нова освітня частина',
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/uk/field.php b/resources/default/addons/visiosoft/profile-module/lang/uk/field.php
new file mode 100644
index 000000000..5e696a85c
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/uk/field.php
@@ -0,0 +1,499 @@
+ [
+ 'name' => 'Фотографії'
+ ],
+ 'first_name' => [
+ 'name' => 'Ім\'я'
+ ],
+ 'last_name' => [
+ 'name' => 'Прізвище'
+ ],
+ 'username' => [
+ 'name' => 'Ім\'я користувача'
+ ],
+ 'display_name' => [
+ 'name' => 'Відображуване ім\'я'
+ ],
+ 'email' => [
+ 'name' => 'Електронна пошта'
+ ],
+ 'sitename' => [
+ 'name' => 'назва сайту'
+ ],
+ 'activated' => [
+ 'name' => 'Користувач активний'
+ ],
+ 'enabled' => [
+ 'name' => 'Увімкнути користувача'
+ ],
+ 'country' => [
+ 'name' => 'Країна'
+ ],
+ 'city' => [
+ 'name' => 'Місто'
+ ],
+ 'district' => [
+ 'name' => 'Район'
+ ],
+ 'neighborhood' => [
+ 'name' => 'Сусідство'
+ ],
+ 'village' => [
+ 'name' => 'Село'
+ ],
+ 'gsm_phone' => [
+ 'name' => 'GSM-телефон'
+ ],
+ 'land_phone' => [
+ 'name' => 'Наземний телефон'
+ ],
+ 'office_phone' => [
+ 'name' => 'Офісний телефон'
+ ],
+ 'register_type' => [
+ 'name' => 'Тип реєстру'
+ ],
+ 'birthday' => [
+ 'name' => 'День народження'
+ ],
+ 'facebook_address' => [
+ 'name' => 'Адреса Facebook'
+ ],
+ 'google_address' => [
+ 'name' => 'Адреса Google'
+ ],
+ 'education' => [
+ 'name' => 'Освіта'
+ ],
+ 'state_of_education' => [
+ 'name' => 'Стан освіти'
+ ],
+ 'profession' => [
+ 'name' => 'Професія'
+ ],
+ 'identification_number' => [
+ 'name' => 'Ідентифікаційний номер'
+ ],
+ 'adress_name' => [
+ 'name' => 'Назва адреси'
+ ],
+ 'adress_first_name' => [
+ 'name' => 'Ім\'я'
+ ],
+ 'adress_last_name' => [
+ 'name' => 'Прізвище'
+ ],
+ 'actions' => [
+ 'name' => 'Дії'
+ ],
+ 'adress_content' => [
+ 'name' => 'Зміст адреси'
+ ],
+ 'adress_post_code' => [
+ 'name' => 'Поштовий індекс'
+ ],
+ 'adress_gsm_phone' => [
+ 'name' => 'Телефон Gsm'
+ ],
+ 'adress_land_phone' => [
+ 'name' => 'Наземний телефон'
+ ],
+ 'adress_country' => [
+ 'name' => 'Країна'
+ ],
+ 'adress_city' => [
+ 'name' => 'Місто'
+ ],
+ 'adress_district' => [
+ 'name' => 'Район'
+ ],
+ 'adress_neighborhood' => [
+ 'name' => 'Сусідство'
+ ],
+ 'adress_village' => [
+ 'name' => 'Село'
+ ],
+ 'messages' => [
+ 'name' => 'Повідомлення'
+ ],
+ 'user' => [
+ 'name' => 'Користувач'
+ ],
+ 'name' => [
+ 'name' => 'Ім\'я'
+ ],
+
+ /*Menu Button*/
+ 'profile' => [
+ 'name' => 'Профіль'
+ ],
+
+ 'create' => [
+ 'name' => 'Створіть'
+ ],
+ 'edit' => [
+ 'name' => 'Редагувати'
+ ],
+ 'delete' => [
+ 'name' => 'Видалити'
+ ],
+ 'list' => [
+ 'name' => 'Список'
+ ],
+ 'menu_address' => [
+ 'name' => 'Адреса'
+ ],
+ 'menu_orders' => [
+ 'name' => 'Замовлення'
+ ],
+ 'menu_favorites' => [
+ 'name' => 'Вибране'
+ ],
+ 'menu_archived_ads' => [
+ 'name' => 'Архівні оголошення'
+ ],
+ 'menu_pending_ads' => [
+ 'name' => 'Очікує підтвердження'
+ ],
+ 'menu_delete_account' => [
+ 'name' => 'Закрити рахунок'
+ ],
+ 'menu_my_ads' => [
+ 'name' => 'Мої оголошення'
+ ],
+ 'menu_fav_ads' => [
+ 'name' => 'Улюблена реклама'
+ ],
+ 'menu_hello_msg' => [
+ 'name' => 'Здравствуйте'
+ ],
+ 'menu_last_msg' => [
+ 'name' => 'Ви востаннє ввійшли в'
+ ],
+ 'menu_packages' => [
+ 'name' => 'Мої пакети'
+ ],
+ 'menu_adv_packages' => [
+ 'name' => 'Рекламні пакети'
+ ],
+ 'menu_time_packages' => [
+ 'name' => 'Часові пакети'
+ ],
+ 'profile_details' => [
+ 'name' => 'Деталі профілю'
+ ],
+ 'profile_photo' => [
+ 'name' => 'Фотографія профілю'
+ ],
+ 'adv_listing_banner' => [
+ 'name' => 'Банер сторінки переліку оголошень'
+ ],
+ 'approve' => [
+ 'name' => 'Затвердити'
+ ],
+ 'approved' => [
+ 'name' => 'Затверджено'
+ ],
+ 'pending' => [
+ 'name' => 'Очікує на розгляд'
+ ],
+ 'passive' => [
+ 'name' => 'Пасивний'
+ ],
+ 'pending_admin' => [
+ 'name' => 'Очікує на розгляд'
+ ],
+ 'menu_messages' => [
+ 'name' => 'Повідомлення'
+ ],
+ 'menu_my_purchase' => [
+ 'name' => 'Моя покупка'
+ ],
+ 'menu_my_sales' => [
+ 'name' => 'Мої продажу'
+ ],
+
+ /* Right Dock*/
+ 'right_secure_trading_subject' => [
+ 'name' => 'Безпечна торгівля'
+ ],
+ 'right_secure_trading_msg' => [
+ 'name' => 'Lorem ipsum dolor sit amet, consectetur adipisicer elit'
+ ],
+ 'right_support_subject' => [
+ 'name' => '24/7 Підтримка'
+ ],
+ 'right_support_msg' => [
+ 'name' => 'Lorem ipsum dolor sit amet, consectetur adipisicer elit'
+ ],
+ 'right_easy_trading_subject' => [
+ 'name' => 'Легка торгівля'
+ ],
+ 'right_easy_trading_msg' => [
+ 'name' => 'Lorem ipsum dolor sit amet, consectetur adipisicer elit'
+ ],
+ 'right_need_help_subject' => [
+ 'name' => 'Потрібна допомога?'
+ ],
+ 'right_need_help_msg' => [
+ 'name' => 'Зателефонуйте'
+ ],
+ 'disable_account' => [
+ 'name' => 'Вимкнути рахунок'
+ ],
+ 'disable_account_msg' => [
+ 'name' => 'Ваш обліковий запис буде вимкнено.
+ Цю операцію не можна скасувати'
+ ],
+
+ 'message_title' => 'Заголовок повідомлення',
+ 'owner_name' => 'повідомлення',
+
+ 'favorites' => "Вибране",
+ 'fav_advs' => 'Улюблена реклама',
+ 'fav_sellers' => "Fav Продавці",
+ 'fav_searches' => "Fav Пошук",
+ 'posted_on' => "Опубліковано",
+ 'message_details' => "Деталі повідомлення",
+ 'adv_no' => 'Оголошення №',
+ 'bill_address' => [
+ 'name' => 'Адреса Білла',
+ ],
+ 'delivery_address' => [
+ 'name' => 'Адреса доставки',
+ ],
+ 'order_total' => [
+ 'name' => 'Всього',
+ ],
+ 'order_date' => [
+ 'name' => 'Дата замовлення',
+ ],
+ 'order_no' => [
+ 'name' => 'Ідентифікатор замовлення',
+ ],
+ 'order_detail' => [
+ 'name' => 'Показати деталі',
+ ],
+ /*Detail Page Order*/
+ 'detail' => [
+ 'name' => 'Деталь',
+ ],
+ 'back' => [
+ 'name' => 'Назад',
+ ],
+ 'image' => [
+ 'name' => 'Зображення',
+ ],
+ 'subject' => [
+ 'name' => 'Тема',
+ ],
+ 'price' => [
+ 'name' => 'Ціна',
+ ],
+ 'piece' => [
+ 'name' => 'Шматок',
+ ],
+ 'commission' => [
+ 'name' => 'Комісії',
+ ],
+ 'total' => [
+ 'name' => 'Всього',
+ ],
+ 'sub_total' => [
+ 'name' => 'Підсумковий',
+ ],
+ 'sale' => [
+ 'name' => 'Продаж',
+ ],
+ 'awaiting_tracking_number' => [
+ 'name' => 'Очікує номер відстеження',
+ ],
+ 'awaiting_payment_approval' => [
+ 'name' => 'Очікує затвердження платежу',
+ ],
+ 'paid' => [
+ 'name' => 'Оплачено',
+ ],
+ 'cancelled' => [
+ 'name' => 'Скасовано',
+ ],
+ 'waiting' => [
+ 'name' => 'Очікування',
+ ],
+ 'awaiting_dispatch' => [
+ 'name' => 'Чекає відправлення',
+ ],
+ 'shipped' => [
+ 'name' => 'Поставляється',
+ ],
+ 'delivered' => [
+ 'name' => 'Доставлено',
+ ],
+ 'tracking_number' => [
+ 'name' => 'Номер відстеження',
+ ],
+ 'was_delivered' => [
+ 'name' => 'було доставлено',
+ ],
+ 'not_delivered' => [
+ 'name' => 'не доставлено',
+ ],
+ 'show_order_msg1' => [
+ 'name' => 'Про результат транзакції буде повідомлено поштою.',
+ ],
+ 'show_order_msg2' => [
+ 'name' => 'Відшкодування буде здійснено, якщо товар не буде доставлений протягом одного тижня.',
+ ],
+ 'show_order_msg3' => [
+ 'name' => 'Результат транзакції надіслано на вашу зареєстровану електронну адресу.',
+ ],
+
+ 'awaiting_payment' => [
+ 'name' => 'В очікуванні оплати',
+ ],
+ 'please_entered_tracking_number' => [
+ 'name' => 'Будь ласка, ввели номер відстеження',
+ ],
+ 'transport_days' => [
+ 'name' => 'Дні транспорту',
+ ],
+ 'product_not_delivered' => [
+ 'name' => 'Товар не поставляється',
+ ],
+ 'status' => [
+ 'name' => 'Статус',
+ ],
+ 'cancel_sale' => [
+ 'name' => 'Скасувати продаж',
+ ],
+ 'send_again' => [
+ 'name' => 'Я відправлю ще раз',
+ ],
+ 'content' => [
+ 'name' => 'Зміст',
+ ],
+ 'preferences_settings' => [
+ 'name' => 'Налаштування параметрів',
+ ],
+
+ 'corporate_settings' => [
+ 'name' => 'Корпоративні налаштування',
+ ],
+ 'password' => [
+ 'name' => 'Пароль',
+ ],
+ 'old_password' => [
+ 'name' => 'Старий пароль',
+ ],
+ 'new_password' => [
+ 'name' => 'Новий пароль',
+ ],
+ 're_new_password' => [
+ 'name' => 'Підтвердьте пароль',
+ ],
+ 'confirm_password_input' => [
+ 'name' => 'Я підтверджую зміну пароля',
+ ],
+ 'create_address' => [
+ 'name' => 'Створити адресу',
+ ],
+ 'edit_address' => [
+ 'name' => 'Редагувати адресу',
+ ],
+ 'balance_limit' => [
+ 'name' => 'Ліміт балансу',
+ ],
+ 'active_ads' => [
+ 'name' => 'Активні оголошення',
+ ],
+ 'subscriptions' => [
+ 'name' => 'Підписки',
+ ],
+ 'go_subscriptions_page' => [
+ 'name' => 'Перейдіть на сторінку підписок',
+ ],
+ 'buy_package' => [
+ 'name' => 'Купуйте пакет',
+ ],
+ 'expired_date' => [
+ 'name' => 'Термін дії',
+ ],
+ 'category' => [
+ 'name' => 'Категорія',
+ ],
+ 'ad_limit' => [
+ 'name' => 'Обмеження оголошення',
+ ],
+ 'publish_time' => [
+ 'name' => 'Час публікації',
+ ],
+ 'all_categories' => [
+ 'name' => 'всі категорії',
+ ],
+ 'day' => [
+ 'name' => 'День',
+ ],
+
+ 'individual' => [
+ 'name' => 'індивідуальний',
+ ],
+ 'corporate' => [
+ 'name' => 'Корпоративні',
+ ],
+
+ 'details' => [
+ 'name' => 'Деталі'
+ ],
+ 'choose' => [
+ 'name' => 'Виберіть'
+ ],
+ 'my_address' => 'Моя адреса',
+
+ 'company' => [
+ 'name' => 'Назва компанії'
+ ],
+ 'tax_office' => [
+ 'name' => 'Податкова'
+ ],
+ 'tax_number' => [
+ 'name' => 'Податковий номер'
+ ],
+
+ // Profile page
+ 'my_profile' => 'Мій профіль',
+ 'edit_profile' => 'Редагувати профіль',
+ 'edit_details' => 'Редагувати деталі',
+ 'update' => 'Оновлення',
+ 'change_password' => 'Змінити пароль',
+ 'choose_an_option' => 'Виберіть варіант ...',
+ 'change_status' => 'Змінити статус',
+ 'profile_settings' => 'Налаштування профілю',
+ 'profile_detail' => 'Деталь профілю',
+
+ // Register page
+ 'accept_terms_label' => 'Я приймаю умови.',
+ 'accept_protection_law_label' => 'Я приймаю умови Закону про' . setting_value('visiosoft.module.profile::register_protection_url') . '"target =" _ blank "> Захист персональних даних.',
+ 'accept_privacy_terms_label' => 'я приймаю' . setting_value('visiosoft.module.profile::register_privacy_url') . '"target =" _ blank "> умови конфіденційності.',
+ 'receive_sms_emails_label' => 'Я хочу отримувати електронну пошту та sms.',
+
+ // Register Type
+ 'personal' => [
+ 'name' => 'Особистий'
+ ],
+
+ 'education_part' => [
+ 'name' => 'Стан освіти'
+ ],
+
+ 'notified_new_updates' => [
+ 'name' => 'Сповіщені нові оновлення',
+ ],
+ 'notified_about_ads' => [
+ 'name' => 'Повідомлення про рекламу',
+ ],
+ 'receive_messages_email' => [
+ 'name' => 'Отримувати повідомлення електронною поштою',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/uk/message.php b/resources/default/addons/visiosoft/profile-module/lang/uk/message.php
new file mode 100644
index 000000000..758328ca5
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/uk/message.php
@@ -0,0 +1,46 @@
+ "Поле електронної пошти обов'язкове!",
+ "username" => "Ім'я користувача обов'язкове!",
+ "success_update" => "Оновлення профілю успішно!",
+ "adress_success_update" => "Оновлення адреси успішно!",
+ "adress_success_create" => "Адреса створити успішно!",
+ "login_error" => "Неправильний логін або пароль.",
+ "login_noMail_old_user" => "Введену електронну адресу не вдалося знайти.",
+ "login_noMail_old_user2" => "Перевірте електронну адресу та повторіть спробу.",
+ "login_noMail_old_user3" => "Якщо проблема триває, зверніться за адресою \"info@openclassify.com\".",
+ "login_info_old_user" => "На вашу електронну адресу надійшов новий пароль.",
+ "success" => "Успіх",
+ "notified_new_updates" => "Я хочу отримувати повідомлення про нові оновлення",
+ "notified_about_ads" => "Дозволити сповіщення про мої оголошення",
+ "receive_messages_email" => "Я хочу отримувати повідомлення електронною поштою",
+ "no_packages_module" => "Без модуля пакетів!",
+ "required_add"=> "Будь ласка, заповніть усі необхідні рядки.",
+ "no_extend_package" => "Немає розширених пакетів оголошень",
+ "saved" => "Збережено!",
+ 'please_confirm_transaction' => 'Підтвердьте транзакцію',
+ 'password_do_not_match' => 'Паролі не співпадають',
+ 'your_password_changed' => 'Ваш пароль було успішно оновлено',
+ 'error_valid_email_or_phone' => 'Неправильний номер телефону або формат адреси електронної пошти.',
+ 'error_valid_phone' => 'Неправильний формат номера телефону.',
+ 'registered_phone' => 'Цей номер телефону вже зареєстровано.',
+ 'ajax_address_error' => 'Немає адреси або не має права перегляду.',
+ 'empty_password_sms_message' => 'Через проблеми безпеки ми змінили ваш пароль! Ваш новий пароль:',
+ 'required_all' => "Поле обов'язкове!",
+ 'can_not_remove_filled_fields' => "Ви не можете видалити заповнені поля!",
+ 'wrong_password' => "Введений вами пароль неправильний!",
+
+ // Forgot Password
+ 'email_phone_not_found' => 'Неправильний електронний лист, номер телефону!',
+
+ 'disable_account' => 'Ви хочете закрити свій рахунок? Цю операцію не можна скасувати.',
+
+ // Mail
+ 'update_email_mail_subject' => 'Оновлено електронний лист!',
+ 'update_email_mail_message' => 'Ваш електронний лист оновлено!',
+
+ // Register
+ 'recaptcha_field_is_required' => 'Поле reCaptcha обов’язкове.',
+ 'failed_to_validate_captcha' => 'Не вдалося перевірити капчу.',
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/uk/permission.php b/resources/default/addons/visiosoft/profile-module/lang/uk/permission.php
new file mode 100644
index 000000000..d34ceaceb
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/uk/permission.php
@@ -0,0 +1,36 @@
+ [
+ 'name' => 'Профіль',
+ 'option' => [
+ 'read' => 'Чи можете прочитати профіль?',
+ 'write' => 'Чи можете створити / редагувати профіль?',
+ 'delete' => 'Можна видалити профіль?',
+ ],
+ ],
+ 'adress' => [
+ 'name' => 'Адреса',
+ 'option' => [
+ 'read' => 'Чи можете прочитати адресу?',
+ 'write' => 'Чи можете створити / редагувати адресу?',
+ 'delete' => 'Чи можна видалити адресу?',
+ ],
+ ],
+ 'education' => [
+ 'name' => 'Освіта',
+ 'option' => [
+ 'read' => 'Чи вмієте читати освіту?',
+ 'write' => 'Чи можете створювати / редагувати освіту?',
+ 'delete' => 'Можна видалити освіту?',
+ ],
+ ],
+ 'education_part' => [
+ 'name' => 'Освітня частина',
+ 'option' => [
+ 'read' => 'Чи вмієте читати навчальну частину?',
+ 'write' => 'Чи можете створювати / редагувати навчальну частину?',
+ 'delete' => 'Можна видалити навчальну частину?',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/uk/section.php b/resources/default/addons/visiosoft/profile-module/lang/uk/section.php
new file mode 100644
index 000000000..592073a55
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/uk/section.php
@@ -0,0 +1,18 @@
+ [
+ 'title' => 'Профіль',
+ ],
+ 'adress' => [
+ 'title' => 'Адреса',
+ ],
+ 'general_setting' => 'Загальні налаштування',
+ 'recaptcha' => 'reCAPTCHA',
+ 'education' => [
+ 'title' => 'Освіта',
+ ],
+ 'education_part' => [
+ 'title' => 'Освітня частина',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/uk/setting.php b/resources/default/addons/visiosoft/profile-module/lang/uk/setting.php
new file mode 100644
index 000000000..5b116ec0e
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/uk/setting.php
@@ -0,0 +1,58 @@
+ [
+ 'name' => 'Показати вкладку "Мої оголошення"',
+ ],
+ 'upload_avatar' => [
+ 'name' => 'Завантажити аватар',
+ ],
+ 'show_tax_office' => [
+ 'name' => 'Показати поле податкової служби',
+ ],
+ 'show_checkbox_terms_on_register' => [
+ 'name' => 'Показати умови прапорця для реєстрації',
+ 'instructions' => 'Показати "Форма прийняття", "Закон про захист", "Термін конфіденційності", "SMS та електронні листи" у формі реєстрації'
+ ],
+ 'register_protection_url' => [
+ 'name' => 'Зареєструвати захисну URL-адресу',
+ ],
+ 'register_privacy_url' => [
+ 'name' => 'Зареєструйте URL-адресу конфіденційності',
+ ],
+ 'show_education_profession' => [
+ 'name' => 'Показати галузі освіти та професії',
+ 'instructions' => 'Покажіть "Освіта", "Стан освіти" та "Професія" на сторінці редагування профілю'
+ ],
+ 'google_captcha_site_key' => [
+ 'name' => 'Ключ сайту Google Captcha',
+ ],
+ 'google_captcha_secret_key' => [
+ 'name' => 'Секретний ключ Google Captcha',
+ ],
+ 'score_threshold' => [
+ 'name' => 'Оцінка Поріг',
+ 'instructions' => 'Значення від 0 до 1. Чим вище поріг, тим суворіший ReCaptcha намагається визначити, є користувач ботом чи ні.',
+ ],
+ 'education' => [
+ 'name' => 'Освіта'
+ ],
+ 'state_of_education' => [
+ 'name' => 'Стан освіти'
+ ],
+ 'profession' => [
+ 'name' => 'Професія'
+ ],
+ 'hide_register_type_profile' => [
+ 'name' => 'Сховати тип реєстрації на сторінці профілю',
+ 'instructions' => 'Приховує поле типу реєстру на сторінці редагування профілю.',
+ ],
+ 'required_district' => [
+ 'name' => 'Обов’язковий округ',
+ 'instructions' => 'Додавання адреси означає зобов’язання району.',
+ ],
+ 'show_extends_actions' => [
+ 'name' => 'Показати розширені дії',
+ 'instructions' => 'Представляє параметри розширень, доступні на моїй сторінці Оголошення профілю.',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/uk/stream.php b/resources/default/addons/visiosoft/profile-module/lang/uk/stream.php
new file mode 100644
index 000000000..0ec2a9ba7
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/uk/stream.php
@@ -0,0 +1,16 @@
+ [
+ 'name' => 'Профіль',
+ ],
+ 'adress' => [
+ 'name' => 'Адреса',
+ ],
+ 'education' => [
+ 'name' => 'Освіта',
+ ],
+ 'education_part' => [
+ 'name' => 'Освітня частина',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/ur/addon.php b/resources/default/addons/visiosoft/profile-module/lang/ur/addon.php
new file mode 100644
index 000000000..6609060da
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/ur/addon.php
@@ -0,0 +1,7 @@
+ 'پروفائل',
+ 'name' => 'پروفائل ماڈیول',
+ 'description' => ''
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/ur/button.php b/resources/default/addons/visiosoft/profile-module/lang/ur/button.php
new file mode 100644
index 000000000..65bc71e7e
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/ur/button.php
@@ -0,0 +1,21 @@
+ 'نئ پروفائل',
+ 'new_adress' => 'نیا ایڈریس',
+ 'show' => 'ایڈریس دکھائیں',
+ 'update_password' => 'پاس ورڈ کو اپ ڈیٹ کریں',
+ 'update_profile' => 'پروفائل کو اپ ڈیٹ کریں',
+ 'delete' => 'حذف کریں',
+ 'extend' => 'بڑھائیں',
+ 'extend_all' => 'سب کو بڑھاؤ',
+ 'extend_unpublished' => 'غیر مطبوعہ کو بڑھاو',
+ 'edit' => 'ترمیم',
+ 'go_profile' => 'پروفائل کی تفصیل پر جائیں',
+ 'go_user' => 'صارف کی تفصیل پر جائیں',
+ 'personal' => 'ذاتی',
+ 'corporate' => 'کارپوریٹ',
+ 'export' => 'برآمد کریں',
+ 'new_education' => 'نئی تعلیم',
+ 'new_education_part' => 'تعلیم کا نیا حصہ',
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/ur/field.php b/resources/default/addons/visiosoft/profile-module/lang/ur/field.php
new file mode 100644
index 000000000..b1eb7f5d5
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/ur/field.php
@@ -0,0 +1,499 @@
+ [
+ 'name' => 'فوٹو'
+ ],
+ 'first_name' => [
+ 'name' => 'پہلا نام'
+ ],
+ 'last_name' => [
+ 'name' => 'آخری نام'
+ ],
+ 'username' => [
+ 'name' => 'صارف نام'
+ ],
+ 'display_name' => [
+ 'name' => 'نام دکھائیں'
+ ],
+ 'email' => [
+ 'name' => 'ای میل ایڈریس'
+ ],
+ 'sitename' => [
+ 'name' => 'جگہ کا نام'
+ ],
+ 'activated' => [
+ 'name' => 'صارف متحرک'
+ ],
+ 'enabled' => [
+ 'name' => 'صارف کے قابل بنائیں'
+ ],
+ 'country' => [
+ 'name' => 'ملک'
+ ],
+ 'city' => [
+ 'name' => 'شہر'
+ ],
+ 'district' => [
+ 'name' => 'ضلع'
+ ],
+ 'neighborhood' => [
+ 'name' => 'ہمسایہ'
+ ],
+ 'village' => [
+ 'name' => 'گاؤں'
+ ],
+ 'gsm_phone' => [
+ 'name' => 'جی ایس ایم فون'
+ ],
+ 'land_phone' => [
+ 'name' => 'لینڈ فون'
+ ],
+ 'office_phone' => [
+ 'name' => 'دفتر فون'
+ ],
+ 'register_type' => [
+ 'name' => 'رجسٹر کی قسم'
+ ],
+ 'birthday' => [
+ 'name' => 'سالگرہ'
+ ],
+ 'facebook_address' => [
+ 'name' => 'فیس بک ایڈریس'
+ ],
+ 'google_address' => [
+ 'name' => 'گوگل ایڈریس'
+ ],
+ 'education' => [
+ 'name' => 'تعلیم'
+ ],
+ 'state_of_education' => [
+ 'name' => 'ریاست تعلیم'
+ ],
+ 'profession' => [
+ 'name' => 'پیشہ'
+ ],
+ 'identification_number' => [
+ 'name' => 'شناختی نمبر'
+ ],
+ 'adress_name' => [
+ 'name' => 'ایڈریس کا نام'
+ ],
+ 'adress_first_name' => [
+ 'name' => 'پہلا نام'
+ ],
+ 'adress_last_name' => [
+ 'name' => 'آخری نام'
+ ],
+ 'actions' => [
+ 'name' => 'عمل'
+ ],
+ 'adress_content' => [
+ 'name' => 'ایڈریس مشمولات'
+ ],
+ 'adress_post_code' => [
+ 'name' => 'پوسٹ کوڈ'
+ ],
+ 'adress_gsm_phone' => [
+ 'name' => 'جی ایس ایم فون'
+ ],
+ 'adress_land_phone' => [
+ 'name' => 'لینڈ فون'
+ ],
+ 'adress_country' => [
+ 'name' => 'ملک'
+ ],
+ 'adress_city' => [
+ 'name' => 'شہر'
+ ],
+ 'adress_district' => [
+ 'name' => 'ضلع'
+ ],
+ 'adress_neighborhood' => [
+ 'name' => 'ہمسایہ'
+ ],
+ 'adress_village' => [
+ 'name' => 'گاؤں'
+ ],
+ 'messages' => [
+ 'name' => 'پیغامات'
+ ],
+ 'user' => [
+ 'name' => 'صارف'
+ ],
+ 'name' => [
+ 'name' => 'نام'
+ ],
+
+ /*Menu Button*/
+ 'profile' => [
+ 'name' => 'پروفائل'
+ ],
+
+ 'create' => [
+ 'name' => 'بنانا'
+ ],
+ 'edit' => [
+ 'name' => 'ترمیم'
+ ],
+ 'delete' => [
+ 'name' => 'حذف کریں'
+ ],
+ 'list' => [
+ 'name' => 'فہرست'
+ ],
+ 'menu_address' => [
+ 'name' => 'پتہ'
+ ],
+ 'menu_orders' => [
+ 'name' => 'احکامات'
+ ],
+ 'menu_favorites' => [
+ 'name' => 'پسندیدہ'
+ ],
+ 'menu_archived_ads' => [
+ 'name' => 'محفوظ شدہ اشتہارات'
+ ],
+ 'menu_pending_ads' => [
+ 'name' => 'زیر التواء منظوری'
+ ],
+ 'menu_delete_account' => [
+ 'name' => 'بند اکاونٹ'
+ ],
+ 'menu_my_ads' => [
+ 'name' => 'میرے اشتہارات'
+ ],
+ 'menu_fav_ads' => [
+ 'name' => 'پسندیدہ اشتہارات'
+ ],
+ 'menu_hello_msg' => [
+ 'name' => 'ہیلو'
+ ],
+ 'menu_last_msg' => [
+ 'name' => 'آپ نے آخری بار لاگ ان کیا تھا'
+ ],
+ 'menu_packages' => [
+ 'name' => 'میرے پیکیج'
+ ],
+ 'menu_adv_packages' => [
+ 'name' => 'اشتہارات کے پیکیجز'
+ ],
+ 'menu_time_packages' => [
+ 'name' => 'ٹائم پیکیجز'
+ ],
+ 'profile_details' => [
+ 'name' => 'پروفائل کی تفصیلات'
+ ],
+ 'profile_photo' => [
+ 'name' => 'پروفائل فوٹو'
+ ],
+ 'adv_listing_banner' => [
+ 'name' => 'اشتہارات کی فہرست کا صفحہ بینر'
+ ],
+ 'approve' => [
+ 'name' => 'منظور کریں'
+ ],
+ 'approved' => [
+ 'name' => 'منظورشدہ'
+ ],
+ 'pending' => [
+ 'name' => 'زیر التواء'
+ ],
+ 'passive' => [
+ 'name' => 'غیر فعال'
+ ],
+ 'pending_admin' => [
+ 'name' => 'زیر التواء'
+ ],
+ 'menu_messages' => [
+ 'name' => 'پیغامات'
+ ],
+ 'menu_my_purchase' => [
+ 'name' => 'میری خریداری'
+ ],
+ 'menu_my_sales' => [
+ 'name' => 'میری فروخت'
+ ],
+
+ /* Right Dock*/
+ 'right_secure_trading_subject' => [
+ 'name' => 'محفوظ تجارت'
+ ],
+ 'right_secure_trading_msg' => [
+ 'name' => 'آپ کے تعاون کا حق نہیں ہے'
+ ],
+ 'right_support_subject' => [
+ 'name' => '24/7 سپورٹ'
+ ],
+ 'right_support_msg' => [
+ 'name' => 'آپ کے تعاون کا حق نہیں ہے'
+ ],
+ 'right_easy_trading_subject' => [
+ 'name' => 'آسان تجارت'
+ ],
+ 'right_easy_trading_msg' => [
+ 'name' => 'آپ کے تعاون کا حق نہیں ہے'
+ ],
+ 'right_need_help_subject' => [
+ 'name' => 'مدد چاہیے؟'
+ ],
+ 'right_need_help_msg' => [
+ 'name' => 'کال کرو'
+ ],
+ 'disable_account' => [
+ 'name' => 'اکاؤنٹ غیر فعال کریں'
+ ],
+ 'disable_account_msg' => [
+ 'name' => 'آپ کا اکاؤنٹ غیر فعال ہوجائے گا۔
+ اس کارروائی کو کالعدم نہیں کیا جاسکتا'
+ ],
+
+ 'message_title' => 'پیغام کا عنوان',
+ 'owner_name' => 'پیغام',
+
+ 'favorites' => "پسندیدہ",
+ 'fav_advs' => 'پسندیدہ اشتہارات',
+ 'fav_sellers' => "Fav بیچنے والے",
+ 'fav_searches' => "Fav تلاش",
+ 'posted_on' => "پوسٹ کیا گیا",
+ 'message_details' => "پیغام کی تفصیلات",
+ 'adv_no' => 'اشتہار نمبر',
+ 'bill_address' => [
+ 'name' => 'بل ایڈریس',
+ ],
+ 'delivery_address' => [
+ 'name' => 'ترسیل کا پتہ',
+ ],
+ 'order_total' => [
+ 'name' => 'کل',
+ ],
+ 'order_date' => [
+ 'name' => 'آرڈر کی تاریخ',
+ ],
+ 'order_no' => [
+ 'name' => 'آرڈر کی شناخت',
+ ],
+ 'order_detail' => [
+ 'name' => 'تفصیل دکھائیں',
+ ],
+ /*Detail Page Order*/
+ 'detail' => [
+ 'name' => 'تفصیل',
+ ],
+ 'back' => [
+ 'name' => 'پیچھے',
+ ],
+ 'image' => [
+ 'name' => 'تصویر',
+ ],
+ 'subject' => [
+ 'name' => 'مضمون',
+ ],
+ 'price' => [
+ 'name' => 'قیمت',
+ ],
+ 'piece' => [
+ 'name' => 'ٹکڑا',
+ ],
+ 'commission' => [
+ 'name' => 'کمیشن',
+ ],
+ 'total' => [
+ 'name' => 'کل',
+ ],
+ 'sub_total' => [
+ 'name' => 'سب ٹوٹل',
+ ],
+ 'sale' => [
+ 'name' => 'فروخت',
+ ],
+ 'awaiting_tracking_number' => [
+ 'name' => 'ٹریکنگ نمبر کے منتظر ہیں',
+ ],
+ 'awaiting_payment_approval' => [
+ 'name' => 'ادائیگی کی منظوری کے منتظر',
+ ],
+ 'paid' => [
+ 'name' => 'ادا کیا',
+ ],
+ 'cancelled' => [
+ 'name' => 'منسوخ',
+ ],
+ 'waiting' => [
+ 'name' => 'انتظار کر رہا ہے',
+ ],
+ 'awaiting_dispatch' => [
+ 'name' => 'بھیجنے کے منتظر ہیں',
+ ],
+ 'shipped' => [
+ 'name' => 'بھیج دیا گیا',
+ ],
+ 'delivered' => [
+ 'name' => 'نجات',
+ ],
+ 'tracking_number' => [
+ 'name' => 'ٹریکنگ نمبر',
+ ],
+ 'was_delivered' => [
+ 'name' => 'پہنچ گیا',
+ ],
+ 'not_delivered' => [
+ 'name' => 'حوالے نہیں ہوسکی',
+ ],
+ 'show_order_msg1' => [
+ 'name' => 'لین دین کے نتیجہ کو میل کے ذریعہ مطلع کیا جائے گا۔',
+ ],
+ 'show_order_msg2' => [
+ 'name' => 'اگر ایک ہفتے کے اندر اندر مصنوع کی فراہمی نہیں ہوئی تو رقم کی واپسی کی جاسکے گی۔',
+ ],
+ 'show_order_msg3' => [
+ 'name' => 'لین دین کا نتیجہ آپ کے رجسٹرڈ ای میل پتے پر بھیج دیا گیا ہے۔',
+ ],
+
+ 'awaiting_payment' => [
+ 'name' => 'ادائیگی کے منتظر',
+ ],
+ 'please_entered_tracking_number' => [
+ 'name' => 'برائےکرم درج کردہ ٹریکنگ نمبر',
+ ],
+ 'transport_days' => [
+ 'name' => 'آمدورفت کے دن',
+ ],
+ 'product_not_delivered' => [
+ 'name' => 'مصنوع کی فراہمی نہیں ہوئی',
+ ],
+ 'status' => [
+ 'name' => 'حالت',
+ ],
+ 'cancel_sale' => [
+ 'name' => 'منسوخ کریں',
+ ],
+ 'send_again' => [
+ 'name' => 'میں پھر بھیج دوں گا',
+ ],
+ 'content' => [
+ 'name' => 'مواد',
+ ],
+ 'preferences_settings' => [
+ 'name' => 'ترجیحات کی ترتیبات',
+ ],
+
+ 'corporate_settings' => [
+ 'name' => 'کارپوریٹ کی ترتیبات',
+ ],
+ 'password' => [
+ 'name' => 'پاس ورڈ',
+ ],
+ 'old_password' => [
+ 'name' => 'پرانا پاسورڈ',
+ ],
+ 'new_password' => [
+ 'name' => 'نیا پاس ورڈ',
+ ],
+ 're_new_password' => [
+ 'name' => 'پاس ورڈ کی تصدیق کریں',
+ ],
+ 'confirm_password_input' => [
+ 'name' => 'میں اپنے پاس ورڈ کی تبدیلی کی تصدیق کرتا ہوں',
+ ],
+ 'create_address' => [
+ 'name' => 'ایڈریس بنائیں',
+ ],
+ 'edit_address' => [
+ 'name' => 'ایڈریس میں ترمیم کریں',
+ ],
+ 'balance_limit' => [
+ 'name' => 'بیلنس کی حد',
+ ],
+ 'active_ads' => [
+ 'name' => 'فعال اشتہارات',
+ ],
+ 'subscriptions' => [
+ 'name' => 'سبسکرپشنز',
+ ],
+ 'go_subscriptions_page' => [
+ 'name' => 'خریداری والے صفحے پر جائیں',
+ ],
+ 'buy_package' => [
+ 'name' => 'پیکیج خریدیں',
+ ],
+ 'expired_date' => [
+ 'name' => 'ختم تاریخ',
+ ],
+ 'category' => [
+ 'name' => 'قسم',
+ ],
+ 'ad_limit' => [
+ 'name' => 'اشتہار کی حد',
+ ],
+ 'publish_time' => [
+ 'name' => 'اشاعت کا وقت',
+ ],
+ 'all_categories' => [
+ 'name' => 'تمام زمرے',
+ ],
+ 'day' => [
+ 'name' => 'دن',
+ ],
+
+ 'individual' => [
+ 'name' => 'انفرادی',
+ ],
+ 'corporate' => [
+ 'name' => 'کارپوریٹ',
+ ],
+
+ 'details' => [
+ 'name' => 'تفصیلات'
+ ],
+ 'choose' => [
+ 'name' => 'منتخب کریں'
+ ],
+ 'my_address' => 'میرا پتہ',
+
+ 'company' => [
+ 'name' => 'کمپنی کا نام'
+ ],
+ 'tax_office' => [
+ 'name' => 'ٹیکس آفس'
+ ],
+ 'tax_number' => [
+ 'name' => 'ٹیکس نمبر'
+ ],
+
+ // Profile page
+ 'my_profile' => 'میری پروفائل',
+ 'edit_profile' => 'پروفائل میں ترمیم کریں',
+ 'edit_details' => 'تفصیلات میں ترمیم کریں',
+ 'update' => 'اپ ڈیٹ',
+ 'change_password' => 'پاس ورڈ تبدیل کریں',
+ 'choose_an_option' => 'ایک آپشن منتخب کریں ...',
+ 'change_status' => 'حالت تبدیل کریں',
+ 'profile_settings' => 'پروفائل کی ترتیبات',
+ 'profile_detail' => 'پروفائل تفصیل',
+
+ // Register page
+ 'accept_terms_label' => 'میں شرائط کو قبول کرتا ہوں۔',
+ 'accept_protection_law_label' => 'میں اس پر قانون کی شرائط کو قبول کرتا ہوں' . setting_value('visiosoft.module.profile::register_protection_url') . '"ہدف =" _ خالی "> ذاتی ڈیٹا کے تحفظ.',
+ 'accept_privacy_terms_label' => 'مجھے قبول ہے' . setting_value('visiosoft.module.profile::register_privacy_url') . '"ہدف =" _ خالی "> رازداری کی شرائط۔',
+ 'receive_sms_emails_label' => 'میں ای میل اور ایس ایم ایس وصول کرنا چاہتا ہوں۔',
+
+ // Register Type
+ 'personal' => [
+ 'name' => 'ذاتی'
+ ],
+
+ 'education_part' => [
+ 'name' => 'ریاست تعلیم'
+ ],
+
+ 'notified_new_updates' => [
+ 'name' => 'مطلع شدہ نئی تازہ ترین معلومات',
+ ],
+ 'notified_about_ads' => [
+ 'name' => 'اشتہارات کے بارے میں مطلع کیا گیا',
+ ],
+ 'receive_messages_email' => [
+ 'name' => 'پیغامات کا ای میل موصول کریں',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/ur/message.php b/resources/default/addons/visiosoft/profile-module/lang/ur/message.php
new file mode 100644
index 000000000..9192aabec
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/ur/message.php
@@ -0,0 +1,46 @@
+ "ای میل فیلڈ کی ضرورت ہے!",
+ "username" => "صارف نام کا فیلڈ ضروری ہے!",
+ "success_update" => "پروفائل اپ ڈیٹ کامیابی کے ساتھ!",
+ "adress_success_update" => "ایڈریس اپ ڈیٹ کامیابی کے ساتھ!",
+ "adress_success_create" => "ایڈریس کامیابی کے ساتھ بنائیں!",
+ "login_error" => "غلط لاگ ان یا پاس ورڈ.",
+ "login_noMail_old_user" => "آپ کا درج کردہ ای میل پتہ نہیں مل سکا۔",
+ "login_noMail_old_user2" => "براہ کرم ای میل پتہ چیک کریں اور دوبارہ کوشش کریں۔",
+ "login_noMail_old_user3" => "اگر مسئلہ بدستور جاری ہے تو ، براہ کرم 'info@openclassify.com' پر رابطہ کریں۔",
+ "login_info_old_user" => "آپ کے ای میل پتے پر ایک نیا پاس ورڈ بھیجا گیا ہے۔",
+ "success" => "کامیابی",
+ "notified_new_updates" => "میں نئی تازہ کاریوں سے مطلع ہونا چاہتا ہوں",
+ "notified_about_ads" => "میرے اشتہاروں کے بارے میں اطلاعات کی اجازت دیں",
+ "receive_messages_email" => "میں پیغامات بطور ای میل وصول کرنا چاہتا ہوں",
+ "no_packages_module" => "کوئی پیکیج ماڈیول نہیں!",
+ "required_add"=> "براہ کرم تمام مطلوبہ لائنیں پُر کریں۔",
+ "no_extend_package" => "اشتھاراتی پیکیج میں توسیع نہیں ہے",
+ "saved" => "محفوظ کیا گیا!",
+ 'please_confirm_transaction' => 'برائے کرم لین دین کی تصدیق کریں',
+ 'password_do_not_match' => 'پاس ورڈ میچ نہیں کرتے',
+ 'your_password_changed' => 'آپ کا پاس ورڈ کامیابی کے ساتھ اپ ڈیٹ ہوگیا',
+ 'error_valid_email_or_phone' => 'فون نمبر یا ای میل ایڈریس کی شکل درست نہیں ہے۔',
+ 'error_valid_phone' => 'فون نمبر کی شکل درست نہیں ہے۔',
+ 'registered_phone' => 'یہ فون نمبر پہلے ہی رجسٹرڈ ہوچکا ہے۔',
+ 'ajax_address_error' => 'کوئی پتہ اور نہ ہی دیکھنے کا اختیار ہے۔',
+ 'empty_password_sms_message' => 'سیکیورٹی کے مسائل کی وجہ سے ، ہم نے آپ کا پاس ورڈ تبدیل کردیا! آپ کا نیا پاس ورڈ یہ ہے:',
+ 'required_all' => "تمام فیلڈ کی ضرورت ہے!",
+ 'can_not_remove_filled_fields' => "آپ بھرے کھیتوں کو نہیں ہٹا سکتے!",
+ 'wrong_password' => "آپ کا درج کردہ پاس ورڈ درست نہیں ہے!",
+
+ // Forgot Password
+ 'email_phone_not_found' => 'ای میل ، فون نمبر درست نہیں ہے!',
+
+ 'disable_account' => 'کیا آپ اپنا اکاؤنٹ بند کرنا چاہتے ہیں؟ اس کارروائی کو کالعدم نہیں کیا جاسکتا۔',
+
+ // Mail
+ 'update_email_mail_subject' => 'ای میل کی تازہ کاری!',
+ 'update_email_mail_message' => 'آپ کا ای میل تازہ ترین ہوگیا ہے!',
+
+ // Register
+ 'recaptcha_field_is_required' => 'reCaptcha فیلڈ درکار ہے۔',
+ 'failed_to_validate_captcha' => 'کیپچا کی توثیق کرنے میں ناکام۔',
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/ur/permission.php b/resources/default/addons/visiosoft/profile-module/lang/ur/permission.php
new file mode 100644
index 000000000..bca111150
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/ur/permission.php
@@ -0,0 +1,36 @@
+ [
+ 'name' => 'پروفائل',
+ 'option' => [
+ 'read' => 'کیا پروفائل پڑھ سکتے ہیں؟',
+ 'write' => 'کیا پروفائل تشکیل / ترمیم کرسکتے ہیں؟',
+ 'delete' => 'پروفائل کو حذف کرسکتے ہیں؟',
+ ],
+ ],
+ 'adress' => [
+ 'name' => 'ایڈریس',
+ 'option' => [
+ 'read' => 'ایڈریس پڑھ سکتے ہیں؟',
+ 'write' => 'ایڈریس تشکیل / ترمیم کرسکتے ہیں؟',
+ 'delete' => 'ایڈریس کو حذف کرسکتے ہیں؟',
+ ],
+ ],
+ 'education' => [
+ 'name' => 'تعلیم',
+ 'option' => [
+ 'read' => 'تعلیم پڑھ سکتے ہیں؟',
+ 'write' => 'تعلیم تخلیق / ترمیم کرسکتے ہیں؟',
+ 'delete' => 'کیا تعلیم کو حذف کرسکتے ہیں؟',
+ ],
+ ],
+ 'education_part' => [
+ 'name' => 'تعلیم کا حصہ',
+ 'option' => [
+ 'read' => 'تعلیم کا حصہ پڑھ سکتے ہیں؟',
+ 'write' => 'کیا تعلیم کا حصہ تخلیق / ترمیم کرسکتا ہے؟',
+ 'delete' => 'کیا تعلیم کا حصہ حذف کرسکتے ہیں؟',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/ur/section.php b/resources/default/addons/visiosoft/profile-module/lang/ur/section.php
new file mode 100644
index 000000000..a5f6bf75e
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/ur/section.php
@@ -0,0 +1,18 @@
+ [
+ 'title' => 'پروفائل',
+ ],
+ 'adress' => [
+ 'title' => 'ایڈریس',
+ ],
+ 'general_setting' => 'عام ترتیبات',
+ 'recaptcha' => 'reCAPTCHA',
+ 'education' => [
+ 'title' => 'تعلیم',
+ ],
+ 'education_part' => [
+ 'title' => 'تعلیم کا حصہ',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/ur/setting.php b/resources/default/addons/visiosoft/profile-module/lang/ur/setting.php
new file mode 100644
index 000000000..e69c45e4d
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/ur/setting.php
@@ -0,0 +1,58 @@
+ [
+ 'name' => 'میرے اشتہارات کا ٹیب دکھائیں',
+ ],
+ 'upload_avatar' => [
+ 'name' => 'اوتار اپ لوڈ',
+ ],
+ 'show_tax_office' => [
+ 'name' => 'ٹیکس آفس فیلڈ دکھائیں',
+ ],
+ 'show_checkbox_terms_on_register' => [
+ 'name' => 'رجسٹر پر چیک باکس کی شرائط دکھائیں',
+ 'instructions' => 'رجسٹر فارم پر "قبول شدہ اصطلاح" ، "تحفظ قانون" ، "رازداری کی اصطلاح" ، "ایس ایم ایس اور ای میلز" دکھائیں۔'
+ ],
+ 'register_protection_url' => [
+ 'name' => 'تحفظ کا یو آر ایل درج کریں',
+ ],
+ 'register_privacy_url' => [
+ 'name' => 'رازداری کا URL درج کریں',
+ ],
+ 'show_education_profession' => [
+ 'name' => 'تعلیم اور پیشہ ور فیلڈز دکھائیں',
+ 'instructions' => 'پروفائل میں ترمیم والے صفحے پر "تعلیم" ، "ریاست تعلیم" اور "پیشہ" دکھائیں'
+ ],
+ 'google_captcha_site_key' => [
+ 'name' => 'گوگل کیپچا سائٹ کی',
+ ],
+ 'google_captcha_secret_key' => [
+ 'name' => 'گوگل کیپچا سیکرٹ کی',
+ ],
+ 'score_threshold' => [
+ 'name' => 'اسکور کی حد',
+ 'instructions' => '0 اور 1 کے درمیان ایک قدر جس کی حد زیادہ ہے اس سے زیادہ سخت ری کیپچا اس بات کا تعین کرنے کی کوشش میں ہے کہ آیا صارف بوٹ ہے یا نہیں۔',
+ ],
+ 'education' => [
+ 'name' => 'تعلیم'
+ ],
+ 'state_of_education' => [
+ 'name' => 'ریاست تعلیم'
+ ],
+ 'profession' => [
+ 'name' => 'پیشہ'
+ ],
+ 'hide_register_type_profile' => [
+ 'name' => 'پروفائل صفحہ میں رجسٹر کی قسم چھپائیں',
+ 'instructions' => 'پروفائل میں ترمیم والے صفحے میں رجسٹر قسم کے فیلڈ کو چھپاتا ہے۔',
+ ],
+ 'required_district' => [
+ 'name' => 'مطلوبہ ضلع',
+ 'instructions' => 'ایڈریس شامل کرنا ضلعی ذمہ داری کی نمائندگی کرتا ہے۔',
+ ],
+ 'show_extends_actions' => [
+ 'name' => 'توسیعی کارروائیوں کو دکھائیں',
+ 'instructions' => 'میرے پروفائل اشتہارات کے صفحے پر دستیاب توسیعی اختیارات کی نمائندگی کرتا ہے۔',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/ur/stream.php b/resources/default/addons/visiosoft/profile-module/lang/ur/stream.php
new file mode 100644
index 000000000..2ecf64d37
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/ur/stream.php
@@ -0,0 +1,16 @@
+ [
+ 'name' => 'پروفائل',
+ ],
+ 'adress' => [
+ 'name' => 'پتہ',
+ ],
+ 'education' => [
+ 'name' => 'تعلیم',
+ ],
+ 'education_part' => [
+ 'name' => 'تعلیم کا حصہ',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/vi/addon.php b/resources/default/addons/visiosoft/profile-module/lang/vi/addon.php
new file mode 100644
index 000000000..38835756b
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/vi/addon.php
@@ -0,0 +1,7 @@
+ 'Hồ sơ',
+ 'name' => 'Mô-đun hồ sơ',
+ 'description' => ''
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/vi/button.php b/resources/default/addons/visiosoft/profile-module/lang/vi/button.php
new file mode 100644
index 000000000..b674c48c6
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/vi/button.php
@@ -0,0 +1,21 @@
+ 'Hồ sơ mới',
+ 'new_adress' => 'Địa chỉ mới',
+ 'show' => 'Hiển thị địa chỉ',
+ 'update_password' => 'Cập nhật mật khẩu',
+ 'update_profile' => 'Cập nhật hồ sơ',
+ 'delete' => 'Xóa bỏ',
+ 'extend' => 'Mở rộng',
+ 'extend_all' => 'Mở rộng tất cả',
+ 'extend_unpublished' => 'Mở rộng Chưa xuất bản',
+ 'edit' => 'Biên tập',
+ 'go_profile' => 'Đi đến chi tiết hồ sơ',
+ 'go_user' => 'Đi đến chi tiết người dùng',
+ 'personal' => 'Cá nhân',
+ 'corporate' => 'Công ty',
+ 'export' => 'Xuất khẩu',
+ 'new_education' => 'Giáo dục mới',
+ 'new_education_part' => 'Phần giáo dục mới',
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/vi/field.php b/resources/default/addons/visiosoft/profile-module/lang/vi/field.php
new file mode 100644
index 000000000..a92152811
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/vi/field.php
@@ -0,0 +1,499 @@
+ [
+ 'name' => 'Hình ảnh'
+ ],
+ 'first_name' => [
+ 'name' => 'Tên đầu tiên'
+ ],
+ 'last_name' => [
+ 'name' => 'Họ'
+ ],
+ 'username' => [
+ 'name' => 'tên tài khoản'
+ ],
+ 'display_name' => [
+ 'name' => 'Tên hiển thị'
+ ],
+ 'email' => [
+ 'name' => 'Địa chỉ email'
+ ],
+ 'sitename' => [
+ 'name' => 'Tên trang web'
+ ],
+ 'activated' => [
+ 'name' => 'Người dùng hoạt động'
+ ],
+ 'enabled' => [
+ 'name' => 'Kích hoạt người dùng'
+ ],
+ 'country' => [
+ 'name' => 'Quốc gia'
+ ],
+ 'city' => [
+ 'name' => 'Thành phố'
+ ],
+ 'district' => [
+ 'name' => 'Huyện'
+ ],
+ 'neighborhood' => [
+ 'name' => 'Khu vực lân cận'
+ ],
+ 'village' => [
+ 'name' => 'Làng'
+ ],
+ 'gsm_phone' => [
+ 'name' => 'Điện thoại GSM'
+ ],
+ 'land_phone' => [
+ 'name' => 'Điện thoại cố định'
+ ],
+ 'office_phone' => [
+ 'name' => 'Điện thoại văn phòng'
+ ],
+ 'register_type' => [
+ 'name' => 'Đăng ký loại'
+ ],
+ 'birthday' => [
+ 'name' => 'Sinh nhật'
+ ],
+ 'facebook_address' => [
+ 'name' => 'Địa chỉ Facebook'
+ ],
+ 'google_address' => [
+ 'name' => 'Địa chỉ Google'
+ ],
+ 'education' => [
+ 'name' => 'Giáo dục'
+ ],
+ 'state_of_education' => [
+ 'name' => 'Bang giáo dục'
+ ],
+ 'profession' => [
+ 'name' => 'Nghề nghiệp'
+ ],
+ 'identification_number' => [
+ 'name' => 'Mã số'
+ ],
+ 'adress_name' => [
+ 'name' => 'Tên địa chỉ'
+ ],
+ 'adress_first_name' => [
+ 'name' => 'Tên đầu tiên'
+ ],
+ 'adress_last_name' => [
+ 'name' => 'Họ'
+ ],
+ 'actions' => [
+ 'name' => 'Hành động'
+ ],
+ 'adress_content' => [
+ 'name' => 'Nội dung địa chỉ'
+ ],
+ 'adress_post_code' => [
+ 'name' => 'Mã bưu điện'
+ ],
+ 'adress_gsm_phone' => [
+ 'name' => 'Điện thoại Gsm'
+ ],
+ 'adress_land_phone' => [
+ 'name' => 'Điện thoại cố định'
+ ],
+ 'adress_country' => [
+ 'name' => 'Quốc gia'
+ ],
+ 'adress_city' => [
+ 'name' => 'Thành phố'
+ ],
+ 'adress_district' => [
+ 'name' => 'Huyện'
+ ],
+ 'adress_neighborhood' => [
+ 'name' => 'Khu vực lân cận'
+ ],
+ 'adress_village' => [
+ 'name' => 'Làng'
+ ],
+ 'messages' => [
+ 'name' => 'Tin nhắn'
+ ],
+ 'user' => [
+ 'name' => 'Người dùng'
+ ],
+ 'name' => [
+ 'name' => 'Tên'
+ ],
+
+ /*Menu Button*/
+ 'profile' => [
+ 'name' => 'Hồ sơ'
+ ],
+
+ 'create' => [
+ 'name' => 'Tạo nên'
+ ],
+ 'edit' => [
+ 'name' => 'Biên tập'
+ ],
+ 'delete' => [
+ 'name' => 'Xóa bỏ'
+ ],
+ 'list' => [
+ 'name' => 'Danh sách'
+ ],
+ 'menu_address' => [
+ 'name' => 'Địa chỉ'
+ ],
+ 'menu_orders' => [
+ 'name' => 'Đơn đặt hàng'
+ ],
+ 'menu_favorites' => [
+ 'name' => 'Yêu thích'
+ ],
+ 'menu_archived_ads' => [
+ 'name' => 'Quảng cáo lưu trữ'
+ ],
+ 'menu_pending_ads' => [
+ 'name' => 'Chờ phê duyệt'
+ ],
+ 'menu_delete_account' => [
+ 'name' => 'Đóng tài khoản'
+ ],
+ 'menu_my_ads' => [
+ 'name' => 'Quảng cáo của tôi'
+ ],
+ 'menu_fav_ads' => [
+ 'name' => 'Quảng cáo yêu thích'
+ ],
+ 'menu_hello_msg' => [
+ 'name' => 'xin chào'
+ ],
+ 'menu_last_msg' => [
+ 'name' => 'Bạn đăng nhập lần cuối tại'
+ ],
+ 'menu_packages' => [
+ 'name' => 'Gói của tôi'
+ ],
+ 'menu_adv_packages' => [
+ 'name' => 'Gói quảng cáo'
+ ],
+ 'menu_time_packages' => [
+ 'name' => 'Gói thời gian'
+ ],
+ 'profile_details' => [
+ 'name' => 'Chi tiết hồ sơ'
+ ],
+ 'profile_photo' => [
+ 'name' => 'Ảnh đại diện'
+ ],
+ 'adv_listing_banner' => [
+ 'name' => 'Biểu ngữ trang liệt kê quảng cáo'
+ ],
+ 'approve' => [
+ 'name' => 'Phê duyệt'
+ ],
+ 'approved' => [
+ 'name' => 'Tán thành'
+ ],
+ 'pending' => [
+ 'name' => 'Đang chờ xử lý'
+ ],
+ 'passive' => [
+ 'name' => 'Bị động'
+ ],
+ 'pending_admin' => [
+ 'name' => 'Đang chờ xử lý'
+ ],
+ 'menu_messages' => [
+ 'name' => 'Tin nhắn'
+ ],
+ 'menu_my_purchase' => [
+ 'name' => 'Mua hàng của tôi'
+ ],
+ 'menu_my_sales' => [
+ 'name' => 'Bán hàng của tôi'
+ ],
+
+ /* Right Dock*/
+ 'right_secure_trading_subject' => [
+ 'name' => 'Giao dịch an toàn'
+ ],
+ 'right_secure_trading_msg' => [
+ 'name' => 'Lorem ipsum dolor ngồi amet, consitetur adipisizing elit'
+ ],
+ 'right_support_subject' => [
+ 'name' => 'Hỗ trợ 24/7'
+ ],
+ 'right_support_msg' => [
+ 'name' => 'Lorem ipsum dolor ngồi amet, consitetur adipisizing elit'
+ ],
+ 'right_easy_trading_subject' => [
+ 'name' => 'Giao dịch dễ dàng'
+ ],
+ 'right_easy_trading_msg' => [
+ 'name' => 'Lorem ipsum dolor ngồi amet, consitetur adipisizing elit'
+ ],
+ 'right_need_help_subject' => [
+ 'name' => 'Cần giúp đỡ?'
+ ],
+ 'right_need_help_msg' => [
+ 'name' => 'Gọi điện thoại'
+ ],
+ 'disable_account' => [
+ 'name' => 'Tài khoản vô hiệu hóa'
+ ],
+ 'disable_account_msg' => [
+ 'name' => 'Tài khoản của bạn sẽ bị vô hiệu hóa.
+ Thao tác này không thể hoàn tác'
+ ],
+
+ 'message_title' => 'Tiêu đề tin nhắn',
+ 'owner_name' => 'Thông điệp',
+
+ 'favorites' => "Yêu thích",
+ 'fav_advs' => 'Quảng cáo yêu thích',
+ 'fav_sellers' => "Người bán Fav",
+ 'fav_searches' => "Tìm kiếm Fav",
+ 'posted_on' => "Đăng trên",
+ 'message_details' => "Thông tin chi tiết",
+ 'adv_no' => 'Không có quảng cáo',
+ 'bill_address' => [
+ 'name' => 'Địa chỉ hóa đơn',
+ ],
+ 'delivery_address' => [
+ 'name' => 'Địa chỉ giao hàng',
+ ],
+ 'order_total' => [
+ 'name' => 'Toàn bộ',
+ ],
+ 'order_date' => [
+ 'name' => 'Ngày đặt hàng',
+ ],
+ 'order_no' => [
+ 'name' => 'ID đơn hàng',
+ ],
+ 'order_detail' => [
+ 'name' => 'Hiển thị chi tiết',
+ ],
+ /*Detail Page Order*/
+ 'detail' => [
+ 'name' => 'Chi tiết',
+ ],
+ 'back' => [
+ 'name' => 'Trở lại',
+ ],
+ 'image' => [
+ 'name' => 'Hình ảnh',
+ ],
+ 'subject' => [
+ 'name' => 'Môn học',
+ ],
+ 'price' => [
+ 'name' => 'Giá bán',
+ ],
+ 'piece' => [
+ 'name' => 'Cái',
+ ],
+ 'commission' => [
+ 'name' => 'Uỷ ban',
+ ],
+ 'total' => [
+ 'name' => 'Toàn bộ',
+ ],
+ 'sub_total' => [
+ 'name' => 'Tổng số phụ',
+ ],
+ 'sale' => [
+ 'name' => 'Giảm giá',
+ ],
+ 'awaiting_tracking_number' => [
+ 'name' => 'Đang chờ số theo dõi',
+ ],
+ 'awaiting_payment_approval' => [
+ 'name' => 'Đang chờ phê duyệt thanh toán',
+ ],
+ 'paid' => [
+ 'name' => 'Đã thanh toán',
+ ],
+ 'cancelled' => [
+ 'name' => 'Đã hủy',
+ ],
+ 'waiting' => [
+ 'name' => 'Đang chờ đợi',
+ ],
+ 'awaiting_dispatch' => [
+ 'name' => 'Đang chờ công văn',
+ ],
+ 'shipped' => [
+ 'name' => 'Vận chuyển',
+ ],
+ 'delivered' => [
+ 'name' => 'Đã giao hàng',
+ ],
+ 'tracking_number' => [
+ 'name' => 'Số theo dõi',
+ ],
+ 'was_delivered' => [
+ 'name' => 'được giao',
+ ],
+ 'not_delivered' => [
+ 'name' => 'không giao hàng',
+ ],
+ 'show_order_msg1' => [
+ 'name' => 'Kết quả giao dịch sẽ được thông báo qua thư.',
+ ],
+ 'show_order_msg2' => [
+ 'name' => 'Hoàn tiền sẽ được thực hiện nếu sản phẩm không được giao trong vòng một tuần.',
+ ],
+ 'show_order_msg3' => [
+ 'name' => 'Kết quả của giao dịch đã được gửi đến địa chỉ e-mail đã đăng ký của bạn.',
+ ],
+
+ 'awaiting_payment' => [
+ 'name' => 'Đang chờ thanh toán',
+ ],
+ 'please_entered_tracking_number' => [
+ 'name' => 'Vui lòng nhập số theo dõi',
+ ],
+ 'transport_days' => [
+ 'name' => 'Ngày vận chuyển',
+ ],
+ 'product_not_delivered' => [
+ 'name' => 'Sản phẩm không được giao',
+ ],
+ 'status' => [
+ 'name' => 'Trạng thái',
+ ],
+ 'cancel_sale' => [
+ 'name' => 'Hủy bán',
+ ],
+ 'send_again' => [
+ 'name' => 'Tôi sẽ gửi lại',
+ ],
+ 'content' => [
+ 'name' => 'Nội dung',
+ ],
+ 'preferences_settings' => [
+ 'name' => 'Cài đặt tùy chọn',
+ ],
+
+ 'corporate_settings' => [
+ 'name' => 'Cài đặt công ty',
+ ],
+ 'password' => [
+ 'name' => 'Mật khẩu',
+ ],
+ 'old_password' => [
+ 'name' => 'Mật khẩu cũ',
+ ],
+ 'new_password' => [
+ 'name' => 'Mật khẩu mới',
+ ],
+ 're_new_password' => [
+ 'name' => 'Xác nhận mật khẩu',
+ ],
+ 'confirm_password_input' => [
+ 'name' => 'Tôi xác nhận thay đổi mật khẩu',
+ ],
+ 'create_address' => [
+ 'name' => 'Tạo địa chỉ',
+ ],
+ 'edit_address' => [
+ 'name' => 'sửa địa chỉ',
+ ],
+ 'balance_limit' => [
+ 'name' => 'Giới hạn số dư',
+ ],
+ 'active_ads' => [
+ 'name' => 'Quảng cáo đang hoạt động',
+ ],
+ 'subscriptions' => [
+ 'name' => 'Đăng ký',
+ ],
+ 'go_subscriptions_page' => [
+ 'name' => 'Chuyển đến trang đăng ký',
+ ],
+ 'buy_package' => [
+ 'name' => 'Mua gói',
+ ],
+ 'expired_date' => [
+ 'name' => 'Ngày hết hạn',
+ ],
+ 'category' => [
+ 'name' => 'thể loại',
+ ],
+ 'ad_limit' => [
+ 'name' => 'Giới hạn quảng cáo',
+ ],
+ 'publish_time' => [
+ 'name' => 'Thời gian xuất bản',
+ ],
+ 'all_categories' => [
+ 'name' => 'Tất cả danh mục',
+ ],
+ 'day' => [
+ 'name' => 'ngày',
+ ],
+
+ 'individual' => [
+ 'name' => 'cá nhân',
+ ],
+ 'corporate' => [
+ 'name' => 'Công ty',
+ ],
+
+ 'details' => [
+ 'name' => 'Chi tiết'
+ ],
+ 'choose' => [
+ 'name' => 'Chọn'
+ ],
+ 'my_address' => 'Địa chỉ của tôi',
+
+ 'company' => [
+ 'name' => 'Tên công ty'
+ ],
+ 'tax_office' => [
+ 'name' => 'Phòng thuế'
+ ],
+ 'tax_number' => [
+ 'name' => 'Số thuế'
+ ],
+
+ // Profile page
+ 'my_profile' => 'Thông tin của tôi',
+ 'edit_profile' => 'Chỉnh sửa hồ sơ',
+ 'edit_details' => 'Chỉnh sửa chi tiết',
+ 'update' => 'Cập nhật',
+ 'change_password' => 'Đổi mật khẩu',
+ 'choose_an_option' => 'Chọn một sự lựa chọn...',
+ 'change_status' => 'Thay đổi trạng thái',
+ 'profile_settings' => 'Cài đặt cấu hình',
+ 'profile_detail' => 'Chi tiết hồ sơ',
+
+ // Register page
+ 'accept_terms_label' => 'Tôi chấp nhận các điều khoản.',
+ 'accept_protection_law_label' => 'Tôi chấp nhận các điều khoản của Luật về' . setting_value('visiosoft.module.profile::register_protection_url') . '"target =" _ blank "> Bảo vệ Dữ liệu Cá nhân.',
+ 'accept_privacy_terms_label' => 'tôi chấp nhận' . setting_value('visiosoft.module.profile::register_privacy_url') . '"target =" _ blank "> điều khoản bảo mật.',
+ 'receive_sms_emails_label' => 'Tôi muốn nhận e-mail & sms.',
+
+ // Register Type
+ 'personal' => [
+ 'name' => 'Cá nhân'
+ ],
+
+ 'education_part' => [
+ 'name' => 'Bang giáo dục'
+ ],
+
+ 'notified_new_updates' => [
+ 'name' => 'Cập nhật mới được thông báo',
+ ],
+ 'notified_about_ads' => [
+ 'name' => 'Thông báo về Quảng cáo',
+ ],
+ 'receive_messages_email' => [
+ 'name' => 'Nhận tin nhắn Email',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/vi/message.php b/resources/default/addons/visiosoft/profile-module/lang/vi/message.php
new file mode 100644
index 000000000..878d4553e
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/vi/message.php
@@ -0,0 +1,46 @@
+ "Trường thư điện tử là bắt buộc!",
+ "username" => "Trường tên người dùng là bắt buộc!",
+ "success_update" => "Cập nhật hồ sơ thành công!",
+ "adress_success_update" => "Cập nhật địa chỉ thành công!",
+ "adress_success_create" => "Tạo địa chỉ thành công!",
+ "login_error" => "Đăng nhập hoặc mật khẩu không chính xác.",
+ "login_noMail_old_user" => "Địa chỉ email bạn đã nhập không thể được tìm thấy.",
+ "login_noMail_old_user2" => "Vui lòng kiểm tra địa chỉ email và thử lại.",
+ "login_noMail_old_user3" => "Nếu vấn đề vẫn tiếp tục, vui lòng liên hệ tại 'info@openclassify.com'.",
+ "login_info_old_user" => "Một mật khẩu mới đã được gửi đến địa chỉ email của bạn.",
+ "success" => "Sự thành công",
+ "notified_new_updates" => "Tôi muốn được thông báo về các cập nhật mới",
+ "notified_about_ads" => "Cho phép thông báo về quảng cáo của tôi",
+ "receive_messages_email" => "Tôi muốn nhận tin nhắn qua email",
+ "no_packages_module" => "Không có mô-đun gói!",
+ "required_add"=> "Vui lòng điền vào tất cả các dòng yêu cầu.",
+ "no_extend_package" => "Không mở rộng gói quảng cáo",
+ "saved" => "Đã lưu!",
+ 'please_confirm_transaction' => 'Vui lòng xác nhận giao dịch',
+ 'password_do_not_match' => 'mất khẩu không hợp lệ',
+ 'your_password_changed' => 'Mật khẩu của bạn đã được cập nhật thành công',
+ 'error_valid_email_or_phone' => 'Số điện thoại hoặc định dạng địa chỉ E-mail không chính xác.',
+ 'error_valid_phone' => 'Định dạng số điện thoại không chính xác.',
+ 'registered_phone' => 'Số điện thoại này đã được đăng ký.',
+ 'ajax_address_error' => 'Không có địa chỉ hoặc không được phép xem.',
+ 'empty_password_sms_message' => 'Do vấn đề bảo mật, chúng tôi đã thay đổi mật khẩu của bạn! Mật khẩu mới của bạn là:',
+ 'required_all' => "Tất cả các lĩnh vực là bắt buộc!",
+ 'can_not_remove_filled_fields' => "Bạn không thể loại bỏ các trường đã điền!",
+ 'wrong_password' => "Mật khẩu bạn đã nhập không chính xác!",
+
+ // Forgot Password
+ 'email_phone_not_found' => 'E-mail, số điện thoại không chính xác!',
+
+ 'disable_account' => 'Bạn có muốn đóng tài khoản của bạn? Hoạt động này không thể được hoàn tác.',
+
+ // Mail
+ 'update_email_mail_subject' => 'Đã cập nhật email!',
+ 'update_email_mail_message' => 'Email của bạn đã được cập nhật!',
+
+ // Register
+ 'recaptcha_field_is_required' => 'trường reCaptcha là bắt buộc.',
+ 'failed_to_validate_captcha' => 'Không xác thực được hình ảnh xác thực.',
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/vi/permission.php b/resources/default/addons/visiosoft/profile-module/lang/vi/permission.php
new file mode 100644
index 000000000..c2218e755
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/vi/permission.php
@@ -0,0 +1,36 @@
+ [
+ 'name' => 'Hồ sơ',
+ 'option' => [
+ 'read' => 'Có thể đọc hồ sơ?',
+ 'write' => 'Có thể tạo / chỉnh sửa hồ sơ?',
+ 'delete' => 'Có thể xóa hồ sơ?',
+ ],
+ ],
+ 'adress' => [
+ 'name' => 'Địa chỉ',
+ 'option' => [
+ 'read' => 'Có thể đọc địa chỉ?',
+ 'write' => 'Có thể tạo / chỉnh sửa địa chỉ?',
+ 'delete' => 'Có thể xóa địa chỉ?',
+ ],
+ ],
+ 'education' => [
+ 'name' => 'Giáo dục',
+ 'option' => [
+ 'read' => 'Có thể đọc giáo dục?',
+ 'write' => 'Có thể tạo / chỉnh sửa giáo dục?',
+ 'delete' => 'Có thể xóa giáo dục?',
+ ],
+ ],
+ 'education_part' => [
+ 'name' => 'Phần giáo dục',
+ 'option' => [
+ 'read' => 'Có thể đọc phần giáo dục?',
+ 'write' => 'Có thể tạo / chỉnh sửa phần giáo dục không?',
+ 'delete' => 'Có thể xóa phần giáo dục?',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/vi/section.php b/resources/default/addons/visiosoft/profile-module/lang/vi/section.php
new file mode 100644
index 000000000..8c79e4eed
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/vi/section.php
@@ -0,0 +1,18 @@
+ [
+ 'title' => 'Hồ sơ',
+ ],
+ 'adress' => [
+ 'title' => 'Địa chỉ',
+ ],
+ 'general_setting' => 'Cài đặt chung',
+ 'recaptcha' => 'reCAPTCHA',
+ 'education' => [
+ 'title' => 'Giáo dục',
+ ],
+ 'education_part' => [
+ 'title' => 'Phần giáo dục',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/vi/setting.php b/resources/default/addons/visiosoft/profile-module/lang/vi/setting.php
new file mode 100644
index 000000000..edb99ffdd
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/vi/setting.php
@@ -0,0 +1,58 @@
+ [
+ 'name' => 'Hiển thị tab quảng cáo của tôi',
+ ],
+ 'upload_avatar' => [
+ 'name' => 'Tải lên hình đại diện',
+ ],
+ 'show_tax_office' => [
+ 'name' => 'Hiển thị Trường Văn phòng Thuế',
+ ],
+ 'show_checkbox_terms_on_register' => [
+ 'name' => 'Hiển thị Điều khoản Hộp kiểm trên Đăng ký',
+ 'instructions' => 'Hiển thị "Điều khoản chấp nhận", "luật bảo vệ", "điều khoản bảo mật", "sms & email" trên biểu mẫu đăng ký'
+ ],
+ 'register_protection_url' => [
+ 'name' => 'Đăng ký URL bảo vệ',
+ ],
+ 'register_privacy_url' => [
+ 'name' => 'Đăng ký URL bảo mật',
+ ],
+ 'show_education_profession' => [
+ 'name' => 'Hiển thị các lĩnh vực giáo dục và nghề nghiệp',
+ 'instructions' => 'Hiển thị "Học vấn", "Trạng thái giáo dục" và "Nghề nghiệp" trên trang chỉnh sửa hồ sơ'
+ ],
+ 'google_captcha_site_key' => [
+ 'name' => 'Khóa trang web Captcha của Google',
+ ],
+ 'google_captcha_secret_key' => [
+ 'name' => 'Khóa bí mật Captcha của Google',
+ ],
+ 'score_threshold' => [
+ 'name' => 'Ngưỡng điểm',
+ 'instructions' => 'Giá trị từ 0 đến 1. Ngưỡng càng cao thì ReCaptcha càng nghiêm ngặt trong việc cố gắng xác định xem người dùng có phải là bot hay không.',
+ ],
+ 'education' => [
+ 'name' => 'Giáo dục'
+ ],
+ 'state_of_education' => [
+ 'name' => 'Bang giáo dục'
+ ],
+ 'profession' => [
+ 'name' => 'Nghề nghiệp'
+ ],
+ 'hide_register_type_profile' => [
+ 'name' => 'Ẩn Đăng ký Nhập trang Tiểu sử',
+ 'instructions' => 'Ẩn trường loại đăng ký trong trang chỉnh sửa hồ sơ.',
+ ],
+ 'required_district' => [
+ 'name' => 'Quận bắt buộc',
+ 'instructions' => 'Thêm một địa chỉ thể hiện nghĩa vụ của học khu.',
+ ],
+ 'show_extends_actions' => [
+ 'name' => 'Hiển thị các hành động mở rộng',
+ 'instructions' => 'Trình bày các tùy chọn Tiện ích mở rộng có sẵn trên trang Quảng cáo hồ sơ của tôi.',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/vi/stream.php b/resources/default/addons/visiosoft/profile-module/lang/vi/stream.php
new file mode 100644
index 000000000..0d3ef8f9c
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/vi/stream.php
@@ -0,0 +1,16 @@
+ [
+ 'name' => 'Hồ sơ',
+ ],
+ 'adress' => [
+ 'name' => 'Địa chỉ',
+ ],
+ 'education' => [
+ 'name' => 'Giáo dục',
+ ],
+ 'education_part' => [
+ 'name' => 'Phần giáo dục',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/zh/addon.php b/resources/default/addons/visiosoft/profile-module/lang/zh/addon.php
new file mode 100644
index 000000000..826ec665b
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/zh/addon.php
@@ -0,0 +1,7 @@
+ '轮廓',
+ 'name' => '配置文件模块',
+ 'description' => ''
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/zh/button.php b/resources/default/addons/visiosoft/profile-module/lang/zh/button.php
new file mode 100644
index 000000000..e64830cb9
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/zh/button.php
@@ -0,0 +1,21 @@
+ '新的配置文件',
+ 'new_adress' => '新地址',
+ 'show' => '显示地址',
+ 'update_password' => '更新密码',
+ 'update_profile' => '更新个人信息',
+ 'delete' => '删除',
+ 'extend' => '延伸',
+ 'extend_all' => '全部延伸',
+ 'extend_unpublished' => '扩展未发布',
+ 'edit' => '编辑',
+ 'go_profile' => '转到个人资料详细信息',
+ 'go_user' => '转到用户详细信息',
+ 'personal' => '个人的',
+ 'corporate' => '公司的',
+ 'export' => '出口',
+ 'new_education' => '新教育',
+ 'new_education_part' => '新教育部分',
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/zh/field.php b/resources/default/addons/visiosoft/profile-module/lang/zh/field.php
new file mode 100644
index 000000000..690a89a95
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/zh/field.php
@@ -0,0 +1,499 @@
+ [
+ 'name' => '相片'
+ ],
+ 'first_name' => [
+ 'name' => '名字'
+ ],
+ 'last_name' => [
+ 'name' => '姓'
+ ],
+ 'username' => [
+ 'name' => '用户名'
+ ],
+ 'display_name' => [
+ 'name' => '显示名称'
+ ],
+ 'email' => [
+ 'name' => '邮箱地址'
+ ],
+ 'sitename' => [
+ 'name' => '网站名称'
+ ],
+ 'activated' => [
+ 'name' => '用户活跃'
+ ],
+ 'enabled' => [
+ 'name' => '用户启用'
+ ],
+ 'country' => [
+ 'name' => '国家'
+ ],
+ 'city' => [
+ 'name' => '市'
+ ],
+ 'district' => [
+ 'name' => '区'
+ ],
+ 'neighborhood' => [
+ 'name' => '邻里'
+ ],
+ 'village' => [
+ 'name' => '村'
+ ],
+ 'gsm_phone' => [
+ 'name' => 'GSM电话'
+ ],
+ 'land_phone' => [
+ 'name' => '电话'
+ ],
+ 'office_phone' => [
+ 'name' => '办公室电话'
+ ],
+ 'register_type' => [
+ 'name' => '寄存器类型'
+ ],
+ 'birthday' => [
+ 'name' => '生日'
+ ],
+ 'facebook_address' => [
+ 'name' => 'Facebook地址'
+ ],
+ 'google_address' => [
+ 'name' => 'Google地址'
+ ],
+ 'education' => [
+ 'name' => '教育'
+ ],
+ 'state_of_education' => [
+ 'name' => '教育状况'
+ ],
+ 'profession' => [
+ 'name' => '职业'
+ ],
+ 'identification_number' => [
+ 'name' => '身份证号码'
+ ],
+ 'adress_name' => [
+ 'name' => '地址名称'
+ ],
+ 'adress_first_name' => [
+ 'name' => '名字'
+ ],
+ 'adress_last_name' => [
+ 'name' => '姓'
+ ],
+ 'actions' => [
+ 'name' => '动作'
+ ],
+ 'adress_content' => [
+ 'name' => '地址内容'
+ ],
+ 'adress_post_code' => [
+ 'name' => '邮编'
+ ],
+ 'adress_gsm_phone' => [
+ 'name' => 'Gsm电话'
+ ],
+ 'adress_land_phone' => [
+ 'name' => '电话'
+ ],
+ 'adress_country' => [
+ 'name' => '国家'
+ ],
+ 'adress_city' => [
+ 'name' => '市'
+ ],
+ 'adress_district' => [
+ 'name' => '区'
+ ],
+ 'adress_neighborhood' => [
+ 'name' => '邻里'
+ ],
+ 'adress_village' => [
+ 'name' => '村'
+ ],
+ 'messages' => [
+ 'name' => '留言内容'
+ ],
+ 'user' => [
+ 'name' => '用户'
+ ],
+ 'name' => [
+ 'name' => '姓名'
+ ],
+
+ /*Menu Button*/
+ 'profile' => [
+ 'name' => '轮廓'
+ ],
+
+ 'create' => [
+ 'name' => '创建'
+ ],
+ 'edit' => [
+ 'name' => '编辑'
+ ],
+ 'delete' => [
+ 'name' => '删除'
+ ],
+ 'list' => [
+ 'name' => '清单'
+ ],
+ 'menu_address' => [
+ 'name' => '地址'
+ ],
+ 'menu_orders' => [
+ 'name' => '命令'
+ ],
+ 'menu_favorites' => [
+ 'name' => '收藏夹'
+ ],
+ 'menu_archived_ads' => [
+ 'name' => '封存的广告'
+ ],
+ 'menu_pending_ads' => [
+ 'name' => '待批准'
+ ],
+ 'menu_delete_account' => [
+ 'name' => '关闭账户'
+ ],
+ 'menu_my_ads' => [
+ 'name' => '我的广告'
+ ],
+ 'menu_fav_ads' => [
+ 'name' => '最喜欢的广告'
+ ],
+ 'menu_hello_msg' => [
+ 'name' => '你好'
+ ],
+ 'menu_last_msg' => [
+ 'name' => '您最后一次登录是在'
+ ],
+ 'menu_packages' => [
+ 'name' => '我的包裹'
+ ],
+ 'menu_adv_packages' => [
+ 'name' => '广告套餐'
+ ],
+ 'menu_time_packages' => [
+ 'name' => '时间套餐'
+ ],
+ 'profile_details' => [
+ 'name' => '个人资料详细信息'
+ ],
+ 'profile_photo' => [
+ 'name' => '头像照片'
+ ],
+ 'adv_listing_banner' => [
+ 'name' => '广告列表页横幅'
+ ],
+ 'approve' => [
+ 'name' => '批准'
+ ],
+ 'approved' => [
+ 'name' => '已批准'
+ ],
+ 'pending' => [
+ 'name' => '待定'
+ ],
+ 'passive' => [
+ 'name' => '被动'
+ ],
+ 'pending_admin' => [
+ 'name' => '待定'
+ ],
+ 'menu_messages' => [
+ 'name' => '留言内容'
+ ],
+ 'menu_my_purchase' => [
+ 'name' => '我的购买'
+ ],
+ 'menu_my_sales' => [
+ 'name' => '我的销售'
+ ],
+
+ /* Right Dock*/
+ 'right_secure_trading_subject' => [
+ 'name' => '安全交易'
+ ],
+ 'right_secure_trading_msg' => [
+ 'name' => 'Lorem ipsum dolor坐在amet,私立教育精英'
+ ],
+ 'right_support_subject' => [
+ 'name' => '24/7支持'
+ ],
+ 'right_support_msg' => [
+ 'name' => 'Lorem ipsum dolor坐在amet,私立教育精英'
+ ],
+ 'right_easy_trading_subject' => [
+ 'name' => '轻松交易'
+ ],
+ 'right_easy_trading_msg' => [
+ 'name' => 'Lorem ipsum dolor坐在amet,私立教育精英'
+ ],
+ 'right_need_help_subject' => [
+ 'name' => '需要帮忙?'
+ ],
+ 'right_need_help_msg' => [
+ 'name' => '打个电话'
+ ],
+ 'disable_account' => [
+ 'name' => '禁用账户'
+ ],
+ 'disable_account_msg' => [
+ 'name' => '您的帐户将被禁用。
+ 此操作无法撤消'
+ ],
+
+ 'message_title' => '讯息标题',
+ 'owner_name' => '信息',
+
+ 'favorites' => "收藏夹",
+ 'fav_advs' => '最喜欢的广告',
+ 'fav_sellers' => "最爱卖家",
+ 'fav_searches' => "最爱搜寻",
+ 'posted_on' => "发表于",
+ 'message_details' => "讯息详情",
+ 'adv_no' => '广告号',
+ 'bill_address' => [
+ 'name' => '帐单地址',
+ ],
+ 'delivery_address' => [
+ 'name' => '邮寄地址',
+ ],
+ 'order_total' => [
+ 'name' => '总',
+ ],
+ 'order_date' => [
+ 'name' => '订购日期',
+ ],
+ 'order_no' => [
+ 'name' => '订单编号',
+ ],
+ 'order_detail' => [
+ 'name' => '查看详细',
+ ],
+ /*Detail Page Order*/
+ 'detail' => [
+ 'name' => '详情',
+ ],
+ 'back' => [
+ 'name' => '背部',
+ ],
+ 'image' => [
+ 'name' => '图片',
+ ],
+ 'subject' => [
+ 'name' => '学科',
+ ],
+ 'price' => [
+ 'name' => '价钱',
+ ],
+ 'piece' => [
+ 'name' => '片',
+ ],
+ 'commission' => [
+ 'name' => '佣金',
+ ],
+ 'total' => [
+ 'name' => '总',
+ ],
+ 'sub_total' => [
+ 'name' => '小计',
+ ],
+ 'sale' => [
+ 'name' => '特卖',
+ ],
+ 'awaiting_tracking_number' => [
+ 'name' => '等待追踪号码',
+ ],
+ 'awaiting_payment_approval' => [
+ 'name' => '等待付款批准',
+ ],
+ 'paid' => [
+ 'name' => '已付费',
+ ],
+ 'cancelled' => [
+ 'name' => '取消',
+ ],
+ 'waiting' => [
+ 'name' => '等候',
+ ],
+ 'awaiting_dispatch' => [
+ 'name' => '等待派遣',
+ ],
+ 'shipped' => [
+ 'name' => '已出货',
+ ],
+ 'delivered' => [
+ 'name' => '已交付',
+ ],
+ 'tracking_number' => [
+ 'name' => '追踪号码',
+ ],
+ 'was_delivered' => [
+ 'name' => '已交付',
+ ],
+ 'not_delivered' => [
+ 'name' => '没送到',
+ ],
+ 'show_order_msg1' => [
+ 'name' => '交易结果将通过邮件通知。',
+ ],
+ 'show_order_msg2' => [
+ 'name' => '如果产品在一周内未交付,将退款。',
+ ],
+ 'show_order_msg3' => [
+ 'name' => '交易结果已发送到您的注册电子邮件地址。',
+ ],
+
+ 'awaiting_payment' => [
+ 'name' => '等待付款',
+ ],
+ 'please_entered_tracking_number' => [
+ 'name' => '请输入跟踪号码',
+ ],
+ 'transport_days' => [
+ 'name' => '运输天数',
+ ],
+ 'product_not_delivered' => [
+ 'name' => '产品未交付',
+ ],
+ 'status' => [
+ 'name' => '状态',
+ ],
+ 'cancel_sale' => [
+ 'name' => '取消销售',
+ ],
+ 'send_again' => [
+ 'name' => '我会再次发送',
+ ],
+ 'content' => [
+ 'name' => '内容',
+ ],
+ 'preferences_settings' => [
+ 'name' => '首选项设置',
+ ],
+
+ 'corporate_settings' => [
+ 'name' => '公司设置',
+ ],
+ 'password' => [
+ 'name' => '密码',
+ ],
+ 'old_password' => [
+ 'name' => '旧密码',
+ ],
+ 'new_password' => [
+ 'name' => '新密码',
+ ],
+ 're_new_password' => [
+ 'name' => '确认密码',
+ ],
+ 'confirm_password_input' => [
+ 'name' => '我确认我的密码更改',
+ ],
+ 'create_address' => [
+ 'name' => '建立地址',
+ ],
+ 'edit_address' => [
+ 'name' => '编辑地址',
+ ],
+ 'balance_limit' => [
+ 'name' => '余额限制',
+ ],
+ 'active_ads' => [
+ 'name' => '有效广告',
+ ],
+ 'subscriptions' => [
+ 'name' => '订阅内容',
+ ],
+ 'go_subscriptions_page' => [
+ 'name' => '转到订阅页面',
+ ],
+ 'buy_package' => [
+ 'name' => '购买套餐',
+ ],
+ 'expired_date' => [
+ 'name' => '过期日期',
+ ],
+ 'category' => [
+ 'name' => '类别',
+ ],
+ 'ad_limit' => [
+ 'name' => '广告限制',
+ ],
+ 'publish_time' => [
+ 'name' => '发布时间',
+ ],
+ 'all_categories' => [
+ 'name' => '所有类别',
+ ],
+ 'day' => [
+ 'name' => '天',
+ ],
+
+ 'individual' => [
+ 'name' => '个人',
+ ],
+ 'corporate' => [
+ 'name' => '公司的',
+ ],
+
+ 'details' => [
+ 'name' => '细节'
+ ],
+ 'choose' => [
+ 'name' => '选择'
+ ],
+ 'my_address' => '我的地址',
+
+ 'company' => [
+ 'name' => '公司名称'
+ ],
+ 'tax_office' => [
+ 'name' => '税务局'
+ ],
+ 'tax_number' => [
+ 'name' => '税号'
+ ],
+
+ // Profile page
+ 'my_profile' => '我的简历',
+ 'edit_profile' => '编辑个人资料',
+ 'edit_details' => '编辑详细资料',
+ 'update' => '更新',
+ 'change_password' => '更改密码',
+ 'choose_an_option' => '选择一个选项...',
+ 'change_status' => '变更状态',
+ 'profile_settings' => '个人资料设置',
+ 'profile_detail' => '个人资料详细信息',
+
+ // Register page
+ 'accept_terms_label' => '我接受这些条款。',
+ 'accept_protection_law_label' => '我接受有关' . setting_value('visiosoft.module.profile::register_protection_url') . '“ target =” _ blank“>个人数据保护',
+ 'accept_privacy_terms_label' => '我接受' . setting_value('visiosoft.module.profile::register_privacy_url') . '“ target =” _ blank“>隐私条款。',
+ 'receive_sms_emails_label' => '我想接收电子邮件和短信。',
+
+ // Register Type
+ 'personal' => [
+ 'name' => '个人的'
+ ],
+
+ 'education_part' => [
+ 'name' => '教育状况'
+ ],
+
+ 'notified_new_updates' => [
+ 'name' => '通知的新更新',
+ ],
+ 'notified_about_ads' => [
+ 'name' => '关于广告的通知',
+ ],
+ 'receive_messages_email' => [
+ 'name' => '接收邮件电子邮件',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/zh/message.php b/resources/default/addons/visiosoft/profile-module/lang/zh/message.php
new file mode 100644
index 000000000..0a1994019
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/zh/message.php
@@ -0,0 +1,46 @@
+ "电子邮件字段为必填项!",
+ "username" => "用户名字段为必填项!",
+ "success_update" => "个人资料更新成功!",
+ "adress_success_update" => "地址更新成功!",
+ "adress_success_create" => "地址创建成功!",
+ "login_error" => "写错了登录名或密码。",
+ "login_noMail_old_user" => "找不到您输入的电子邮件地址。",
+ "login_noMail_old_user2" => "请检查电子邮件地址,然后重试。",
+ "login_noMail_old_user3" => "如果问题仍然存在,请联系“ info@openclassify.com”。",
+ "login_info_old_user" => "新密码已发送到您的电子邮件地址。",
+ "success" => "成功",
+ "notified_new_updates" => "我想收到新的更新通知",
+ "notified_about_ads" => "允许有关我的广告的通知",
+ "receive_messages_email" => "我想通过电子邮件接收消息",
+ "no_packages_module" => "没有套餐模块!",
+ "required_add"=> "请填写所有必填行。",
+ "no_extend_package" => "没有扩展广告包",
+ "saved" => "保存了!",
+ 'please_confirm_transaction' => '请确认交易',
+ 'password_do_not_match' => '密码不匹配',
+ 'your_password_changed' => '您的密码已成功更新',
+ 'error_valid_email_or_phone' => '电话号码或电子邮件地址格式不正确。',
+ 'error_valid_phone' => '电话号码格式不正确。',
+ 'registered_phone' => '该电话号码已被注册。',
+ 'ajax_address_error' => '没有地址或无权查看。',
+ 'empty_password_sms_message' => '由于安全问题,我们更改了您的密码!您的新密码是:',
+ 'required_all' => "所有字段均为必填项!",
+ 'can_not_remove_filled_fields' => "您无法删除填充字段!",
+ 'wrong_password' => "您输入的密码不正确!",
+
+ // Forgot Password
+ 'email_phone_not_found' => '电子邮件,电话号码不正确!',
+
+ 'disable_account' => '您要关闭帐户吗?此操作无法撤消。',
+
+ // Mail
+ 'update_email_mail_subject' => '电子邮件已更新!',
+ 'update_email_mail_message' => '您的电子邮件已更新!',
+
+ // Register
+ 'recaptcha_field_is_required' => 'reCaptcha字段为必填字段。',
+ 'failed_to_validate_captcha' => '无法验证验证码。',
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/zh/permission.php b/resources/default/addons/visiosoft/profile-module/lang/zh/permission.php
new file mode 100644
index 000000000..98a7f8a61
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/zh/permission.php
@@ -0,0 +1,36 @@
+ [
+ 'name' => '轮廓',
+ 'option' => [
+ 'read' => '可以阅读个人资料吗?',
+ 'write' => '可以创建/编辑个人资料吗?',
+ 'delete' => '可以删除个人资料吗?',
+ ],
+ ],
+ 'adress' => [
+ 'name' => '地址',
+ 'option' => [
+ 'read' => '可以看地址吗?',
+ 'write' => '可以创建/编辑地址吗?',
+ 'delete' => '可以删除地址吗?',
+ ],
+ ],
+ 'education' => [
+ 'name' => '教育',
+ 'option' => [
+ 'read' => '可以阅读教育吗?',
+ 'write' => '可以创建/编辑教育吗?',
+ 'delete' => '可以删除教育吗?',
+ ],
+ ],
+ 'education_part' => [
+ 'name' => '教育部分',
+ 'option' => [
+ 'read' => '可以阅读教育部分吗?',
+ 'write' => '可以创建/编辑教育部分吗?',
+ 'delete' => '可以删除教育部分吗?',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/zh/section.php b/resources/default/addons/visiosoft/profile-module/lang/zh/section.php
new file mode 100644
index 000000000..15b509211
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/zh/section.php
@@ -0,0 +1,18 @@
+ [
+ 'title' => '轮廓',
+ ],
+ 'adress' => [
+ 'title' => '地址',
+ ],
+ 'general_setting' => '常规设置',
+ 'recaptcha' => '验证码',
+ 'education' => [
+ 'title' => '教育',
+ ],
+ 'education_part' => [
+ 'title' => '教育部分',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/zh/setting.php b/resources/default/addons/visiosoft/profile-module/lang/zh/setting.php
new file mode 100644
index 000000000..130b52404
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/zh/setting.php
@@ -0,0 +1,58 @@
+ [
+ 'name' => '显示我的广告标签',
+ ],
+ 'upload_avatar' => [
+ 'name' => '头像上传',
+ ],
+ 'show_tax_office' => [
+ 'name' => '显示税务局字段',
+ ],
+ 'show_checkbox_terms_on_register' => [
+ 'name' => '在注册时显示复选框条款',
+ 'instructions' => '在注册表上显示“接受条款”,“保护法”,“隐私条款”,“短信和电子邮件”'
+ ],
+ 'register_protection_url' => [
+ 'name' => '注册保护网址',
+ ],
+ 'register_privacy_url' => [
+ 'name' => '注册隐私网址',
+ ],
+ 'show_education_profession' => [
+ 'name' => '显示教育和专业领域',
+ 'instructions' => '在个人资料编辑页面上显示“教育”,“教育状况”和“专业”'
+ ],
+ 'google_captcha_site_key' => [
+ 'name' => 'Google验证码网站密钥',
+ ],
+ 'google_captcha_secret_key' => [
+ 'name' => 'Google验证码秘密密钥',
+ ],
+ 'score_threshold' => [
+ 'name' => '分数阈值',
+ 'instructions' => '介于0和1之间的值。阈值越高,ReCaptcha尝试确定用户是否是机器人的严格性就越高。',
+ ],
+ 'education' => [
+ 'name' => '教育'
+ ],
+ 'state_of_education' => [
+ 'name' => '教育状况'
+ ],
+ 'profession' => [
+ 'name' => '职业'
+ ],
+ 'hide_register_type_profile' => [
+ 'name' => '在配置文件页面中隐藏注册类型',
+ 'instructions' => '隐藏配置文件编辑页面中的寄存器类型字段。',
+ ],
+ 'required_district' => [
+ 'name' => '必选地区',
+ 'instructions' => '添加地址代表地区义务。',
+ ],
+ 'show_extends_actions' => [
+ 'name' => '显示扩展动作',
+ 'instructions' => '代表我的个人资料广告页面上可用的扩展选项。',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/lang/zh/stream.php b/resources/default/addons/visiosoft/profile-module/lang/zh/stream.php
new file mode 100644
index 000000000..04761256a
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/lang/zh/stream.php
@@ -0,0 +1,16 @@
+ [
+ 'name' => '轮廓',
+ ],
+ 'adress' => [
+ 'name' => '地址',
+ ],
+ 'education' => [
+ 'name' => '教育',
+ ],
+ 'education_part' => [
+ 'name' => '教育部分',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/profile-module/views/ad-detail/contact-with.twig b/resources/default/addons/visiosoft/profile-module/views/ad-detail/contact-with.twig
new file mode 100644
index 000000000..83a89d7c8
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/views/ad-detail/contact-with.twig
@@ -0,0 +1,32 @@
+{% if params.showTheme is defined %}
+ {% set showTheme = params.showTheme %}
+{% else %}
+ {% set showTheme = true %}
+{% endif %}
+{% if showTheme and params.adv.show_phone_number.value %}
+ {% set user = params.adv.created_by %}
+ {% if user.gsm_phone is not null %}
+
+
+
+ {{ user.gsm_phone }}
+
+
+ {% endif %}
+ {% if user.office_phone is not empty %}
+
+
+
+ {{ user.office_phone }}
+
+
+ {% endif %}
+ {% if user.land_phone is not empty %}
+
+
+
+ {{ user.land_phone }}
+
+
+ {% endif %}
+{% endif %}
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/profile-module/views/address/create.twig b/resources/default/addons/visiosoft/profile-module/views/address/create.twig
new file mode 100644
index 000000000..60bc2b98f
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/views/address/create.twig
@@ -0,0 +1,105 @@
+{% extends "theme::layouts/default" %}
+
+{% block content %}
+ {% embed 'visiosoft.module.profile::profile/index' %}
+ {% block detail %}
+
+
+
+ {% if request().segment(3) == "edit" %}
+ {{ trans('visiosoft.module.profile::field.edit_address.name') }}
+ {% else %}
+ {{ trans('visiosoft.module.profile::field.create_address.name') }}
+ {% endif %}
+
+
+
+ {% set form = form('address').entry(id).actions({'save':'save'}).get() %}
+
+ {% set isCompany = form.entry.is_company %}
+
+
+
+
+
+
+ {{ form_open({
+ 'class': 'form ' ~ form.options.class ,
+ 'enctype': 'multipart/form-data',
+ 'url':form.options.url
+ })|raw }}
+
+
+ {% include "visiosoft.module.profile::address/partials/fields" %}
+
+
+ {{ form.actions|raw }}
+
+
+ {{ form_close() }}
+
+
+
+
+ {% set form = form('addressCompany').entry(id).actions({'save':'save'}).get() %}
+ {{ form_open({
+ 'class': 'form ' ~ form.options.class ,
+ 'enctype': 'multipart/form-data',
+ 'url':form.options.url
+ })|raw }}
+
+
+
+ {{ form.fields.company|raw }}
+
+ {% if setting_value('visiosoft.module.profile::show_tax_office') %}
+
+ {{ form.fields.tax_office|raw }}
+
+ {% endif %}
+
+ {{ form.fields.tax_number|raw }}
+
+ {% include "visiosoft.module.profile::address/partials/fields" %}
+
+
+ {{ form.actions|raw }}
+
+
+ {{ form_close() }}
+
+
+
+
+
+
+
+
+
+ {{ asset_add("scripts.js", "visiosoft.module.profile::assets/js/create.js") }}
+ {% endblock %}
+ {% endembed %}
+{% endblock %}
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/profile-module/views/address/list.twig b/resources/default/addons/visiosoft/profile-module/views/address/list.twig
new file mode 100644
index 000000000..dca0d5c67
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/views/address/list.twig
@@ -0,0 +1,49 @@
+{% extends "theme::layouts/default" %}
+
+{% block content %}
+ {% embed 'visiosoft.module.profile::profile/index' %}
+ {% block detail %}
+
+ {% endblock %}
+ {% endembed %}
+{% endblock %}
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/profile-module/views/address/partials/fields.twig b/resources/default/addons/visiosoft/profile-module/views/address/partials/fields.twig
new file mode 100644
index 000000000..40849fd67
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/views/address/partials/fields.twig
@@ -0,0 +1,39 @@
+
+ {{ form.fields.adress_name|raw }}
+
+
+ {{ form.fields.adress_gsm_phone|raw }}
+
+
+ {{ form.fields.adress_first_name|raw }}
+
+
+ {{ form.fields.adress_last_name|raw }}
+
+
+
+
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/profile-module/views/admin/adress/create.twig b/resources/default/addons/visiosoft/profile-module/views/admin/adress/create.twig
new file mode 100644
index 000000000..97ed37e93
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/views/admin/adress/create.twig
@@ -0,0 +1,6 @@
+{% extends "theme::layouts/default" %}
+{% block content %}
+ {{ form('profile','adress')
+ .redirect('admin/profile/adress')|raw }}
+ {{ asset_add("scripts.js", "visiosoft.module.profile::assets/js/country.js") }}
+{% endblock %}
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/profile-module/views/admin/adress/edit.twig b/resources/default/addons/visiosoft/profile-module/views/admin/adress/edit.twig
new file mode 100644
index 000000000..7372868a7
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/views/admin/adress/edit.twig
@@ -0,0 +1,111 @@
+{% extends "theme::layouts/default" %}
+
+{% block content %}
+ {{ asset_add("scripts.js", "streams::js/form/form.js") }}
+ {{ asset_add("scripts.js", "streams::js/form/keyboard.js") }}
+ {{ asset_add("scripts.js", "streams::js/form/translations.js") }}
+
+
+
+ {% set form = form('profile', 'profile').get() %}
+ {{ form_open({
+ 'class': 'form ' ~ form.options.class ,
+ 'enctype': 'multipart/form-data',
+ 'url': 'admin/profile/adress/update/'~ adress.id
+ })|raw }}
+
+
+
+ {{ trans("visiosoft.module.profile::field.adress_name.name") }}
+ {{ adress.adress_name.input|raw }}
+
+
+ {{ trans("visiosoft.module.profile::field.adress_first_name.name") }}
+ {{ adress.adress_first_name.input|raw }}
+
+
+ {{ trans("visiosoft.module.profile::field.adress_last_name.name") }}
+ {{ adress.adress_last_name.input|raw }}
+
+
+
+
{{ trans("visiosoft.module.profile::field.country.name") }}
+
+
+ Choose an option...
+ {% for countryField in country %}
+ {{ countryField.name }}
+ {% endfor %}
+
+
+
+
+
+
+
{{ trans("visiosoft.module.profile::field.city.name") }}
+
+ {{ adress.city.input|raw}}
+
+
+
+
+
+
+
+
+
+
+
+ {{ trans("visiosoft.module.profile::field.adress_content.name") }}
+ {{ adress.adress_content.input|raw }}
+
+
+
+ {{ trans("visiosoft.module.profile::field.adress_post_code.name") }}
+ {{ adress.adress_post_code.input|raw }}
+
+
+
+ {{ trans("visiosoft.module.profile::field.adress_gsm_phone.name") }}
+ {{ adress.adress_gsm_phone.input|raw }}
+
+
+
+ {{ trans("visiosoft.module.profile::field.adress_land_phone.name") }}
+ {{ adress.adress_land_phone.input|raw }}
+
+
+
+ {{ form.actions|raw }}
+
+
+
+
+
+ {{ form.close|raw }}
+
+ {{ asset_add("scripts.js", "visiosoft.module.profile::assets/js/country.js") }}
+
+{% endblock %}
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/profile-module/views/admin/dashboard/report.twig b/resources/default/addons/visiosoft/profile-module/views/admin/dashboard/report.twig
new file mode 100644
index 000000000..def0890c7
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/views/admin/dashboard/report.twig
@@ -0,0 +1,48 @@
+{% set reports = [
+ {
+ 'title': trans('visiosoft.module.profile::field.new_membership_report'),
+ 'id': 'newMemberReport',
+ 'columns': [
+ trans('visiosoft.module.profile::field.member'),
+ trans('visiosoft.module.profile::field.registered_at'),
+ ],
+ },
+ {
+ 'title': trans('visiosoft.module.profile::field.member_login_reports'),
+ 'id': 'loginMemberReport',
+ 'columns': [
+ trans('visiosoft.module.profile::field.member'),
+ trans('visiosoft.module.profile::field.login_at'),
+ ],
+ },
+] %}
+
+{% for report in reports %}
+
+
+
+
+
+
+
+
+ {% for column in report.columns %}
+ {{ column }}
+ {% endfor %}
+
+
+
+
+
+
+{% endfor %}
+
+
+
+{{ asset_add('scripts.js', 'visiosoft.module.profile::assets/js/admin/dashboard/report.js') }}
diff --git a/resources/default/addons/visiosoft/profile-module/views/admin/profile/edit.twig b/resources/default/addons/visiosoft/profile-module/views/admin/profile/edit.twig
new file mode 100644
index 000000000..06654dfad
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/views/admin/profile/edit.twig
@@ -0,0 +1,93 @@
+{% extends "theme::layouts/default" %}
+
+{% block content %}
+ {{ asset_add("scripts.js", "streams::js/form/form.js") }}
+ {{ asset_add("scripts.js", "streams::js/form/keyboard.js") }}
+ {{ asset_add("scripts.js", "streams::js/form/translations.js") }}
+
+
+
+ {% set form = form('profile', 'profile').redirect('/profile').entry(profiles.id).get() %}
+ {{ form_open({
+ 'class': 'form ' ~ form.options.class ,
+ 'enctype': 'multipart/form-data',
+ 'data-name': 'profile',
+ 'url': 'admin/profile/update/'~ users.id
+ })|raw }}
+
+
+
+ {{ form.fields.file|raw }}
+
+
+
+
+ {{ trans("visiosoft.module.profile::field.first_name.name") }}
+ {{ users.first_name.input|raw }}
+
+
+ {{ trans("visiosoft.module.profile::field.last_name.name") }}
+ {{ users.last_name.input|raw }}
+
+
+
+ {{ trans("visiosoft.module.profile::field.display_name.name") }}
+ {{ users.display_name.input|raw }}
+
+
+ {{ trans("visiosoft.module.profile::field.username.name") }}
+ {{ users.username.input|raw }}
+
+
+
+ {{ trans("visiosoft.module.profile::field.email.name") }}
+ {{ users.email.input|raw }}
+
+
+ {{ trans("visiosoft.module.profile::field.activated.name") }}
+ {{ users.activated.input|raw }}
+
+
+ {{ trans("visiosoft.module.profile::field.enabled.name") }}
+ {{ users.enabled.input|raw }}
+
+
+
+
+
+
+
+ {{ trans("visiosoft.module.profile::field.gsm_phone.name") }}
+ {{ profiles.gsm_phone.input|raw}}
+
+
+
+ {{ trans("visiosoft.module.profile::field.land_phone.name") }}
+ {{ profiles.land_phone.input|raw}}
+
+
+ {{ trans("visiosoft.module.profile::field.office_phone.name") }}
+ {{ profiles.office_phone.input|raw}}
+
+
+
+
+ {{ trans("visiosoft.module.profile::field.identification_number.name") }}
+ {{ profiles.identification_number.input|raw}}
+
+
+ {{ trans("visiosoft.module.profile::field.register_type.name") }}
+ {{ profiles.register_type.input|raw}}
+
+
+
+ {{ form.actions|raw }}
+
+
+
+ {{ form.close|raw }}
+
+
+ {{ asset_add("scripts.js", "visiosoft.module.profile::assets/js/country.js") }}
+
+{% endblock %}
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/profile-module/views/field.twig b/resources/default/addons/visiosoft/profile-module/views/field.twig
new file mode 100644
index 000000000..5a2cf1881
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/views/field.twig
@@ -0,0 +1,29 @@
+{% if form.options.title or form.options.description %}
+
+
+ {% if form.options.title %}
+
+
+ {{ trans(form.options.title)|raw }}
+
+ {% if form.options.description %}
+
+ {{ trans(form.options.description)|raw }}
+
+ {% endif %}
+
+
+ {% endif %}
+
+
+{% endif %}
+
+
+{{ asset_add("scripts.js", "visiosoft.module.profile::assets/js/phone.js") }}
+
+{{ asset_add("scripts.js","visiosoft.module.profile::assets/js/location.js") }}
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/profile-module/views/profile/ads.twig b/resources/default/addons/visiosoft/profile-module/views/profile/ads.twig
new file mode 100644
index 000000000..2a4babe42
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/views/profile/ads.twig
@@ -0,0 +1,85 @@
+{% extends "theme::layouts/default" %}
+
+{% block content %}
+ {% embed 'visiosoft.module.profile::profile/index' %}
+ {% block detail %}
+
+
+
{{ trans('visiosoft.module.advs::field.my_ads.name') }}
+
+ {{ addBlock('profile/ads/header')|raw }}
+
+
+
+
+
+ {{ asset_add('scripts.js','visiosoft.module.profile::assets/js/ads.js') }}
+ {% endblock %}
+ {% endembed %}
+{% endblock %}
diff --git a/resources/default/addons/visiosoft/profile-module/views/profile/detail.twig b/resources/default/addons/visiosoft/profile-module/views/profile/detail.twig
new file mode 100644
index 000000000..cb832fd1f
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/views/profile/detail.twig
@@ -0,0 +1,152 @@
+{% extends "theme::layouts/default" %}
+
+{% block styles %}
+
+{% endblock %}
+
+{% block content %}
+ {% embed 'visiosoft.module.profile::profile/index' %}
+ {% block detail %}
+ {% set profile_photo = user.file %}
+ {% if profile_photo %}
+ {% set profile_photo = file(profile_photo.id).url %}
+ {% else %}
+ {% set profile_photo = img('visiosoft.module.profile::images/profile-default.png').url %}
+ {% endif %}
+
+
+
+
+
+
+
+ {% set profileForm = form('profile').entry(user.id).get() %}
+ {{ profileForm.open({ 'id': 'profile-detail' })|raw }}
+
+
+
+ {{ trans("visiosoft.module.profile::field.identification_number.name") }}
+ {{ profileForm.fields.identification_number.input|raw }}
+
+
+
+
+
+ {{ profileForm.fields.gsm_phone.label }}
+
+ {{ profileForm.fields.gsm_phone.setAttributes({'maxlength': '14'}).input|raw }}
+
+
+
+
+
+ {{ profileForm.fields.office_phone.label }}
+
+ {{ profileForm.fields.office_phone.setAttributes({'maxlength': '14'}).input|raw }}
+
+
+
+
+
+ {{ profileForm.fields.land_phone.label }}
+
+ {{ profileForm.fields.land_phone.setAttributes({'maxlength': '14'}).input|raw }}
+
+
+
+
+
+ {{ trans("visiosoft.module.profile::field.birthday.name") }}
+
+ {{ profileForm.fields.birthday.configSet('date_format','Y-m-d').setPlaceholder(now|date(config_get('streams::datetime.date_format'))).input|raw }}
+
+
+
+
+
+ {{ trans("visiosoft.module.profile::field.facebook_address.name") }}
+
+ {{ profileForm.fields.facebook_address.input|raw }}
+
+
+
+
+
+ {{ trans("visiosoft.module.profile::field.google_address.name") }}
+
+ {{ profileForm.fields.google_address.input|raw }}
+
+
+ {% if setting_value('visiosoft.module.profile::show_education_profession') %}
+
+
+
+ {{ trans("visiosoft.module.profile::field.education.name") }}
+
+ {{ profileForm.fields.education.setPlaceholder(trans('visiosoft.module.profile::field.choose_an_option')).input|raw }}
+
+
+
+
+
+ {{ trans("visiosoft.module.profile::field.education_part.name") }}
+
+ {{ profileForm.fields.education_part.setPlaceholder(trans('visiosoft.module.profile::field.choose_an_option')).input|raw }}
+
+
+
+
+
+ {{ trans("visiosoft.module.profile::field.profession.name") }}
+
+
+
+ {{ trans('visiosoft.module.profile::field.choose_an_option') }}
+
+ {% for profession in setting_value('visiosoft.module.profile::profession') %}
+
+ {{ profession }}
+
+ {% endfor %}
+
+
+
+ {% endif %}
+
+
+
+ {{ trans("visiosoft.module.profile::field.register_type.name") }}
+
+ {{ profileForm.fields.register_type.setPlaceholder(trans('visiosoft.module.profile::field.choose_an_option')).input|raw }}
+
+
+
+
+ {{ addBlock('profile/detail/profile-detail-form/actions')|raw }}
+
+ {{ profileForm.actions|raw }}
+
+
+
+ {{ profileForm.close()|raw }}
+
+ {{ addBlock('profile/detail/content')|raw }}
+
+
+
+
+
+ {% endblock %}
+ {% endembed %}
+
+ {{ asset_script("visiosoft.module.profile::assets/js/education.js") }}
+ {{ asset_add("scripts.js", "visiosoft.module.profile::assets/js/profile.js") }}
+{% endblock %}
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/profile-module/views/profile/index.twig b/resources/default/addons/visiosoft/profile-module/views/profile/index.twig
new file mode 100644
index 000000000..92e97c446
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/views/profile/index.twig
@@ -0,0 +1,15 @@
+{% block styles %}
+ {{ asset_style("visiosoft.module.profile::assets/css/profile-nav.scss") }}
+{% endblock %}
+
+
+
+ {% include "visiosoft.module.profile::profile/partials/navigation" %}
+
+
+
+ {% block detail %}{% endblock %}
+
+
+
+
diff --git a/resources/default/addons/visiosoft/profile-module/views/profile/partials/navigation.twig b/resources/default/addons/visiosoft/profile-module/views/profile/partials/navigation.twig
new file mode 100644
index 000000000..1d9b26ad5
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/views/profile/partials/navigation.twig
@@ -0,0 +1,56 @@
+
+
+
+
+
+ {{ img('visiosoft.module.profile::images/interface.svg').data|raw }}
+
+ {{ auth_user().name }}
+ {{ addBlock('profile/navigation/username')|raw }}
+
+
+
+
+
+
+
+
+{{ asset_add("scripts.js", "visiosoft.module.profile::assets/js/profile-nav.js") }}
diff --git a/resources/default/addons/visiosoft/profile-module/views/profile/password.twig b/resources/default/addons/visiosoft/profile-module/views/profile/password.twig
new file mode 100644
index 000000000..aa71f8402
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/views/profile/password.twig
@@ -0,0 +1,66 @@
+{% extends "theme::layouts/default" %}
+
+{% block styles %}
+
+{% endblock %}
+
+{% block content %}
+ {% embed 'visiosoft.module.profile::profile/index' %}
+ {% block detail %}
+ {% set profile_photo = user.file %}
+ {% if profile_photo %}
+ {% set profile_photo = file(profile_photo.id).url %}
+ {% else %}
+ {% set profile_photo = img('visiosoft.module.profile::images/profile-default.png').url %}
+ {% endif %}
+
+
+
+
+
+
+
+ {% set passwordForm = form('updatePassword').get() %}
+
+ {{ passwordForm.open()|raw }}
+
+
+
+ {{ trans("visiosoft.module.profile::field.old_password.name") }}
+ {{ passwordForm.fields.old_password.input|raw }}
+
+
+
+
+ {{ trans("visiosoft.module.profile::field.new_password.name") }}
+ {{ passwordForm.fields.new_password.input|raw }}
+
+
+
+
+ {{ trans("visiosoft.module.profile::field.re_new_password.name") }}
+ {{ passwordForm.fields.re_new_password.input|raw }}
+
+
+
+
+ {{ passwordForm.actions|raw }}
+
+
+ {{ passwordForm.close|raw }}
+ {{ addBlock('profile/detail/content')|raw }}
+
+
+
+
+
+ {% endblock %}
+ {% endembed %}
+
+ {{ asset_script("visiosoft.module.profile::assets/js/education.js") }}
+ {{ asset_add("scripts.js", "visiosoft.module.profile::assets/js/profile.js") }}
+{% endblock %}
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/profile-module/views/profile/profile.twig b/resources/default/addons/visiosoft/profile-module/views/profile/profile.twig
new file mode 100644
index 000000000..08d77b5fe
--- /dev/null
+++ b/resources/default/addons/visiosoft/profile-module/views/profile/profile.twig
@@ -0,0 +1,100 @@
+{% extends "theme::layouts/default" %}
+
+{% block styles %}
+
+{% endblock %}
+
+{% block content %}
+ {% embed 'visiosoft.module.profile::profile/index' %}
+ {% block detail %}
+ {% set profile_photo = user.file ? user.file.make.url : img('visiosoft.module.profile::images/profile-default.png').url %}
+
+
+
+
+
+
+
+
{{ trans('visiosoft.module.profile::field.profile.name') }}
+
{{ trans('visiosoft.module.profile::field.profile_instruction') }}
+
+
+
+ {% set userForm = form('userProfile').entry(user.id).get() %}
+ {{ userForm.open()|raw }}
+
+
+
+
+ {{ img('visiosoft.module.profile::images/camera.svg').data|raw }}
+
+ {% if setting_value('visiosoft.module.profile::upload_avatar') %}
+
+ {{ userForm.fields.file|raw }}
+
+ {% endif %}
+
+
+
{{ user.name }}
+
+ {{ auth_user().last_login_at|date(config_get('streams::datetime.date_format') ~ ' - ' ~ config_get('streams::datetime.time_format')) }}
+
+
+
+
+ {{ userForm.close()|raw }}
+
+
+ {{ addBlock('profile/detail/content')|raw }}
+
+
+
+
+
+ {% endblock %}
+ {% endembed %}
+
+ {{ asset_script("visiosoft.module.profile::assets/js/education.js") }}
+ {{ asset_add("scripts.js", "visiosoft.module.profile::assets/js/profile.js") }}
+{% endblock %}
diff --git a/resources/default/addons/visiosoft/sahibinden_style_provider-extension/config/settings/settings.php b/resources/default/addons/visiosoft/sahibinden_style_provider-extension/config/settings/settings.php
new file mode 100644
index 000000000..70e294fc8
--- /dev/null
+++ b/resources/default/addons/visiosoft/sahibinden_style_provider-extension/config/settings/settings.php
@@ -0,0 +1,53 @@
+ [
+ "type" => "anomaly.field_type.relationship",
+ "config" => [
+ "related" => '\Anomaly\UsersModule\User\UserModel',
+ "mode" => "search",
+ "default_value" => null,
+ ]
+ ],
+ 'shareWhatsappMsg' => [
+ 'type' => 'anomaly.field_type.textarea',
+ "config" => [
+ 'default_value' => 'See what I found on Openclassify. Just look at the details.',
+ ]
+ ],
+ 'show_country' => [
+ 'type' => 'anomaly.field_type.boolean',
+ 'config' => [
+ 'default_value' => 0
+ ],
+ ],
+ 'show_owner_details' => [
+ 'type' => 'anomaly.field_type.boolean',
+ 'config' => [
+ 'default_value' => 1
+ ],
+ ],
+ 'contact_info_visible_to_login_user' => 'anomaly.field_type.boolean',
+ 'security_tips_msg' => [
+ 'type' => 'anomaly.field_type.textarea',
+ "config" => [
+ "default_value" => "Don't make down-payment or send money before seeing the real-estate you want to buy.",
+ ]
+ ],
+ 'show_security_tips' => [
+ 'type' => 'anomaly.field_type.boolean',
+ 'config' => [
+ 'default_value' => 1
+ ],
+ ],
+ 'detail_bottom_mobile' => [
+ 'type' => 'anomaly.field_type.wysiwyg',
+ ],
+ 'show_view_count' => [
+ 'type' => 'anomaly.field_type.boolean',
+ "config" => [
+ "default_value" => true,
+ "mode" => 'checkbox',
+ ]
+ ],
+];
diff --git a/resources/default/addons/visiosoft/sahibinden_style_provider-extension/lang/en/addon.php b/resources/default/addons/visiosoft/sahibinden_style_provider-extension/lang/en/addon.php
new file mode 100644
index 000000000..df95f4c08
--- /dev/null
+++ b/resources/default/addons/visiosoft/sahibinden_style_provider-extension/lang/en/addon.php
@@ -0,0 +1,7 @@
+ 'Sahibinden Style Provider',
+ 'name' => 'Sahibinden Style Provider Extension',
+ 'description' => ''
+];
diff --git a/resources/default/addons/visiosoft/sahibinden_style_provider-extension/lang/en/button.php b/resources/default/addons/visiosoft/sahibinden_style_provider-extension/lang/en/button.php
new file mode 100644
index 000000000..e500e732b
--- /dev/null
+++ b/resources/default/addons/visiosoft/sahibinden_style_provider-extension/lang/en/button.php
@@ -0,0 +1,44 @@
+ [
+ 'name' => 'Post Ad',
+ 'footer' => 'Post Ad',
+ ],
+ 'register' => [
+ 'name' => 'Sign Up',
+ ],
+ 'login' => [
+ 'name' => 'Sign In',
+ ],
+ 'my_ads' => [
+ 'name' => 'My Ads',
+ ],
+ 'my_account' => [
+ 'name' => 'My Account',
+ ],
+ 'logout' => [
+ 'name' => 'Logout',
+ ],
+ 'show_all' => 'Show All',
+
+ 'close' => 'Close',
+
+ 'hidden' => [
+ 'name' => 'Hide',
+ ],
+ 'search' => [
+ 'name' => 'Search',
+ ],
+ 'showcase' => [
+ 'name' => 'Showcase',
+ ],
+ 'categories' => [
+ 'name' => 'Categories',
+ ],
+ 'save_category' => 'Save Category',
+ 'edit' => 'Edit',
+ 'update_profile' => 'Update Profile',
+ 'ads' => 'Ads',
+ 'account' => 'Account',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/sahibinden_style_provider-extension/lang/en/field.php b/resources/default/addons/visiosoft/sahibinden_style_provider-extension/lang/en/field.php
new file mode 100644
index 000000000..e6cfc29cb
--- /dev/null
+++ b/resources/default/addons/visiosoft/sahibinden_style_provider-extension/lang/en/field.php
@@ -0,0 +1,191 @@
+ 'Products',
+ 'suppliers' => 'Suppliers',
+
+ 'latest_ads' => 'Latest Ads',
+ 'latest_stores' => [
+ 'name' => 'Latest Stores',
+ ],
+ 'show_all' => 'Show all',
+ 'show_all_for_cats' => 'Show all ":cat_name"',
+ // Footer Links
+ 'corporate' => [
+ 'name' => 'Corporate',
+ ],
+ 'about_us' => [
+ 'name' => 'About Us',
+ ],
+ 'media_contact_info_and_visuals' => [
+ 'name' => 'Media Contact Info and Visuals',
+ ],
+ 'human_resources' => [
+ 'name' => 'Human Resources',
+ ],
+ 'contact_us' => [
+ 'name' => 'Contact Us',
+ ],
+ 'our_services' => [
+ 'name' => 'Our Services',
+ ],
+ 'doping' => [
+ 'name' => 'Doping',
+ ],
+ 'get' => [
+ 'name' => 'Secure e-Trade (SeT)',
+ ],
+ 'bulk_product_upload' => [
+ 'name' => 'Bulk Product Upload',
+ ],
+ 'advertising' => [
+ 'name' => 'Advertising',
+ ],
+ 'native_ad' => [
+ 'name' => 'Native Ad',
+ ],
+ 'mobile' => [
+ 'name' => 'Mobile',
+ ],
+ 'stores' => [
+ 'name' => 'Stores',
+ ],
+ 'my_store' => [
+ 'name' => 'My Store',
+ ],
+ 'open_store' => [
+ 'name' => 'Open Store',
+ ],
+ 'why_should_i_open_a_store' => [
+ 'name' => 'Why Should I Open a Store?',
+ ],
+ 'the_cost_of_store' => [
+ 'name' => 'What is the Cost of Opening a Store?',
+ ],
+ 'my_real_estate_agency' => [
+ 'name' => 'My Real Estate Agency',
+ ],
+ 'my_automobile_agency' => [
+ 'name' => 'My Automobile Agency',
+ ],
+ 'privacy_and_use' => [
+ 'name' => 'Privacy and Use',
+ ],
+ 'secure_e-trade_tips' => [
+ 'name' => 'Secure e-Trade Tips',
+ ],
+ 'agreements_and_rules' => [
+ 'name' => 'Agreements and Rules',
+ ],
+ 'membership_agreement' => [
+ 'name' => 'Membership Agreement',
+ ],
+ 'terms_of_use' => [
+ 'name' => 'Terms of Use',
+ ],
+ 'site_map' => [
+ 'name' => 'Site Map',
+ ],
+ 'personal_data_protection' => [
+ 'name' => 'Personal Data Protection',
+ ],
+ 'help_and_operation_guide' => [
+ 'name' => 'Help and Operation Guide',
+ ],
+ 'follow_us' => [
+ 'name' => 'Follow Us',
+ ],
+ 'facebook' => [
+ 'name' => 'Facebook',
+ ],
+ 'twitter' => [
+ 'name' => 'Twitter',
+ ],
+ 'linkedin' => [
+ 'name' => 'Linkedin',
+ ],
+ 'instagram' => [
+ 'name' => 'Instagram',
+ ],
+ 'whatsapp' => 'WhatsApp',
+ 'e-mail' => 'E-mail',
+ 'youtube' => [
+ 'name' => 'Youtube',
+ ],
+
+ //footer help
+ 'costumer_services' => [
+ 'name' => '24/7 Customer Services',
+ ],
+ 'help_center' => [
+ 'name' => 'Help Center',
+ ],
+
+ //footer
+ 'copyright' => [
+ 'name' => 'Copyright',
+ ],
+ 'all_rights_reserved' => [
+ 'name' => 'All rights reserved',
+ ],
+
+ //
+ 'ad' => [
+ 'name' => 'Ad'
+ ],
+ 'price' => [
+ 'name' => 'Price'
+ ],
+ 'ad_info' => [
+ 'name' => 'Ad Info'
+ ],
+ 'ad_date' => [
+ 'name' => 'Ad Date'
+ ],
+ 'member_since' => [
+ 'name' => 'Member Since',
+ ],
+ 'other_ads' => [
+ 'name' => 'Other Ads',
+ ],
+ 'security_tips' => [
+ 'name' => 'Security Tips',
+ ],
+ 'office_phone' => [
+ 'name' => 'Office',
+ ],
+ 'land_phone' => [
+ 'name' => 'Land Line',
+ ],
+ 'find' => [
+ 'name' => 'Find',
+ ],
+ 'filter' => [
+ 'name' => 'Filter',
+ ],
+ 'mega_photo' => [
+ 'name' => 'Mega Photo',
+ ],
+ 'video' => [
+ 'name' => 'Video',
+ ],
+ 'no_location' => 'Location no selected.',
+ 'sort' => [
+ 'name' => 'Sort'
+ ],
+ 'set_category' => 'Set Category',
+
+ // Side menu links
+ 'company_directory' => 'Company directory',
+ 'popular_ads' => 'Popular Ads',
+ 'last_48_hours' => 'Last 48 Hours',
+ 'secure_e-commerce_ads' => 'Secure e-Commerce Ads',
+
+ // Mobile Navigation
+ 'ad_detail' => 'Ad Detail',
+ 'ask_for_price' => 'Ask for Price',
+
+ 'currency' => 'Currency',
+ 'calculate' => 'Calculate',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/sahibinden_style_provider-extension/lang/en/message.php b/resources/default/addons/visiosoft/sahibinden_style_provider-extension/lang/en/message.php
new file mode 100644
index 000000000..6e49f88e0
--- /dev/null
+++ b/resources/default/addons/visiosoft/sahibinden_style_provider-extension/lang/en/message.php
@@ -0,0 +1,7 @@
+ 'Enter keyword, ad or store number',
+ 'invalid_phoneNumber' => 'The phone number is invalid.',
+ 'sign_in_to_contact' => 'Sign in to contact the seller.',
+];
diff --git a/resources/default/addons/visiosoft/sahibinden_style_provider-extension/lang/en/permission.php b/resources/default/addons/visiosoft/sahibinden_style_provider-extension/lang/en/permission.php
new file mode 100644
index 000000000..0b67a5fe4
--- /dev/null
+++ b/resources/default/addons/visiosoft/sahibinden_style_provider-extension/lang/en/permission.php
@@ -0,0 +1,3 @@
+ [
+ 'name' => 'Varsayılan Sahip',
+ ],
+ 'shareWhatsappMsg' => [
+ 'name' => 'Whatsapp Paylaşım Mesajı',
+ ],
+ 'show_country' => [
+ 'name' => 'Gizli Ayrıntı İçin Ülkeyi Göster',
+ ],
+ 'show_owner_details' => [
+ 'name' => 'Satıcı detayı göster',
+ ],
+ 'security_tips_msg' => [
+ 'name' => 'Güvenlik İpuçları Mesajı',
+ ],
+ 'contact_info_visible_to_login_user' => [
+ 'name' => 'contact information visible only to login user'
+ ],
+ 'show_security_tips' => [
+ 'name' => 'Güvenlik İpuçlarını Göster',
+ ],
+ 'detail_bottom_mobile' => [
+ 'name' => 'Mobil Cihazlar İçin Alt Detay Sayfası',
+ ],
+ 'show_view_count' => [
+ 'name' => 'Show View Count',
+ 'instructions' => 'Toggle the views count in the ad detail page.',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/sahibinden_style_provider-extension/lang/en/stream.php b/resources/default/addons/visiosoft/sahibinden_style_provider-extension/lang/en/stream.php
new file mode 100644
index 000000000..0b67a5fe4
--- /dev/null
+++ b/resources/default/addons/visiosoft/sahibinden_style_provider-extension/lang/en/stream.php
@@ -0,0 +1,3 @@
+ [
+ 'name' => 'İlan Ver',
+ 'footer' => 'İlan Gönder',
+ ],
+ 'register' => [
+ 'name' => 'Kaydol',
+ ],
+ 'login' => [
+ 'name' => 'Oturum aç',
+ ],
+ 'my_ads' => [
+ 'name' => 'İlanlarım',
+ ],
+ 'my_account' => [
+ 'name' => 'Hesabım',
+ ],
+ 'logout' => [
+ 'name' => 'Çıkış Yap',
+ ],
+ 'show_all' => 'Hepsini Göster',
+
+ 'close' => 'Kapat',
+
+ 'hidden' => [
+ 'name' => 'Gizle',
+ ],
+ 'search' => [
+ 'name' => 'Arama',
+ ],
+ 'showcase' => [
+ 'name' => 'Vitrin',
+ ],
+ 'categories' => [
+ 'name' => 'Kategoriler',
+ ],
+ 'save_category' => 'Kategoriyi Kaydet',
+ 'edit' => 'Düzenle',
+ 'update_profile' => 'Profili Güncelle',
+ 'ads' => 'İlanlar',
+ 'account' => 'Hesap',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/sahibinden_style_provider-extension/lang/tr/field.php b/resources/default/addons/visiosoft/sahibinden_style_provider-extension/lang/tr/field.php
new file mode 100644
index 000000000..2981eb105
--- /dev/null
+++ b/resources/default/addons/visiosoft/sahibinden_style_provider-extension/lang/tr/field.php
@@ -0,0 +1,191 @@
+ 'Ürünler',
+ 'suppliers' => 'Mağazalar',
+
+ 'latest_ads' => 'Son İlanlar',
+ 'latest_stores' => [
+ 'name' => 'Son Mağazalar',
+ ],
+ 'show_all' => 'Hepsini Göster',
+ 'show_all_for_cats' => 'Tümünü göster ":cat_name"',
+ // Footer Links
+ 'corporate' => [
+ 'name' => 'Kurumsal',
+ ],
+ 'about_us' => [
+ 'name' => 'Hakkımızda',
+ ],
+ 'media_contact_info_and_visuals' => [
+ 'name' => 'Medya İletişim Bilgileri ve Görseller',
+ ],
+ 'human_resources' => [
+ 'name' => 'İnsan kaynakları',
+ ],
+ 'contact_us' => [
+ 'name' => 'Bize Ulaşın',
+ ],
+ 'our_services' => [
+ 'name' => 'Servislerimiz',
+ ],
+ 'doping' => [
+ 'name' => 'Doping',
+ ],
+ 'get' => [
+ 'name' => 'Güvenli E-Ticaret (GeT)',
+ ],
+ 'bulk_product_upload' => [
+ 'name' => 'Toplu Ürün Yükleme',
+ ],
+ 'advertising' => [
+ 'name' => 'İlan',
+ ],
+ 'native_ad' => [
+ 'name' => 'Yerel ilan',
+ ],
+ 'mobile' => [
+ 'name' => 'Cep Telefonu',
+ ],
+ 'stores' => [
+ 'name' => 'Mağazalar',
+ ],
+ 'my_store' => [
+ 'name' => 'Mağazam',
+ ],
+ 'open_store' => [
+ 'name' => 'Mağaza Aç',
+ ],
+ 'why_should_i_open_a_store' => [
+ 'name' => 'Neden Mağaza Açmalıyım?',
+ ],
+ 'the_cost_of_store' => [
+ 'name' => 'Mağaza Açmanın Maliyeti Nedir?',
+ ],
+ 'my_real_estate_agency' => [
+ 'name' => 'Emlak Ofisim',
+ ],
+ 'my_automobile_agency' => [
+ 'name' => 'Otomobil Acentem',
+ ],
+ 'privacy_and_use' => [
+ 'name' => 'Gizlilik ve Kullanım',
+ ],
+ 'secure_e-trade_tips' => [
+ 'name' => 'Güvenli E-Ticaret İpuçları',
+ ],
+ 'agreements_and_rules' => [
+ 'name' => 'Anlaşmalar ve Kurallar',
+ ],
+ 'membership_agreement' => [
+ 'name' => 'Üyelik Sözleşmesi',
+ ],
+ 'terms_of_use' => [
+ 'name' => 'Kullanım Şartları',
+ ],
+ 'site_map' => [
+ 'name' => 'Site Haritası',
+ ],
+ 'personal_data_protection' => [
+ 'name' => 'Kişisel Verilerin Korunması',
+ ],
+ 'help_and_operation_guide' => [
+ 'name' => 'Yardım ve Kullanım Kılavuzu',
+ ],
+ 'follow_us' => [
+ 'name' => 'Bizi takip et',
+ ],
+ 'facebook' => [
+ 'name' => 'Facebook',
+ ],
+ 'twitter' => [
+ 'name' => 'Twitter',
+ ],
+ 'linkedin' => [
+ 'name' => 'Linkedin',
+ ],
+ 'instagram' => [
+ 'name' => 'Instagram',
+ ],
+ 'whatsapp' => 'Whatsapp',
+ 'e-mail' => 'E-posta',
+ 'youtube' => [
+ 'name' => 'Youtube',
+ ],
+
+ //footer help
+ 'costumer_services' => [
+ 'name' => '24/7 Müşteri Hizmetleri',
+ ],
+ 'help_center' => [
+ 'name' => 'Yardım Merkezi',
+ ],
+
+ //footer
+ 'copyright' => [
+ 'name' => 'Telif hakkı',
+ ],
+ 'all_rights_reserved' => [
+ 'name' => 'Her hakkı saklıdır',
+ ],
+
+ //
+ 'ad' => [
+ 'name' => 'İlan'
+ ],
+ 'price' => [
+ 'name' => 'Fiyat'
+ ],
+ 'ad_info' => [
+ 'name' => 'İlan Bilgileri'
+ ],
+ 'ad_date' => [
+ 'name' => 'İlan Tarihi'
+ ],
+ 'member_since' => [
+ 'name' => 'Üyelik Tarihi',
+ ],
+ 'other_ads' => [
+ 'name' => 'Diğer İlanlar',
+ ],
+ 'security_tips' => [
+ 'name' => 'Güvenlik İpuçları',
+ ],
+ 'office_phone' => [
+ 'name' => 'Ofis',
+ ],
+ 'land_phone' => [
+ 'name' => 'Sabit Telefon',
+ ],
+ 'find' => [
+ 'name' => 'Bul',
+ ],
+ 'filter' => [
+ 'name' => 'Filtrele',
+ ],
+ 'mega_photo' => [
+ 'name' => 'Mega Foto',
+ ],
+ 'video' => [
+ 'name' => 'Video',
+ ],
+ 'no_location' => 'Konum seçilmedi.',
+ 'sort' => [
+ 'name' => 'Sıralama'
+ ],
+ 'set_category' => 'Kategori seç',
+
+ // Side menu links
+ 'company_directory' => 'Firma Rehberi',
+ 'popular_ads' => 'Popüler İlanlar',
+ 'last_48_hours' => 'Son 48 Saat',
+ 'secure_e-commerce_ads' => 'Güvenli e-Ticaret İlanları',
+
+ // Mobile Navigation
+ 'ad_detail' => 'İlan Detayı',
+ 'ask_for_price' => 'Fiyat Bilgisi Sor',
+
+ 'currency' => 'Para birimi',
+ 'calculate' => 'Çevir',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/sahibinden_style_provider-extension/lang/tr/message.php b/resources/default/addons/visiosoft/sahibinden_style_provider-extension/lang/tr/message.php
new file mode 100644
index 000000000..895e5708f
--- /dev/null
+++ b/resources/default/addons/visiosoft/sahibinden_style_provider-extension/lang/tr/message.php
@@ -0,0 +1,7 @@
+ 'Anahtar kelime, ilan veya mağaza numarası girin',
+ 'invalid_phoneNumber' => 'Telefon numarası geçersiz.',
+ 'sign_in_to_contact' => 'Satıcıya ulaşmak için giriş yap.',
+];
diff --git a/resources/default/addons/visiosoft/sahibinden_style_provider-extension/views/ad-detail/default.twig b/resources/default/addons/visiosoft/sahibinden_style_provider-extension/views/ad-detail/default.twig
new file mode 100644
index 000000000..b6082228b
--- /dev/null
+++ b/resources/default/addons/visiosoft/sahibinden_style_provider-extension/views/ad-detail/default.twig
@@ -0,0 +1,22 @@
+{% extends "theme::layouts/default" %}
+{% block styles %}
+ {{ asset_style('visiosoft.module.advs::css/fotorama.css') }}
+ {{ asset_style('visiosoft.extension.sahibinden_style_provider::css/sahibinden.css') }}
+ {{ asset_style('visiosoft.module.advs::css/detail.css') }}
+ {{ asset_style('visiosoft.extension.sahibinden_style_provider::css/detail.css') }}
+{% endblock %}
+
+{% block breadcrumb %}
+
+ {% include "visiosoft.extension.sahibinden_style_provider::ad-detail/partials/breadcrumb" %}
+
+{% endblock %}
+
+{% block content %}
+ {% include "visiosoft.module.loancalc::ad-detail/widget" %}
+ {% include "visiosoft.module.advs::ad-detail/partials/ad-status" %}
+
+ {% include "visiosoft.extension.sahibinden_style_provider::ad-detail/main" %}
+
+ {{ asset_add("scripts.js", "visiosoft.module.advs::js/viewed.js") }}
+{% endblock %}
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/sahibinden_style_provider-extension/views/ad-detail/main.twig b/resources/default/addons/visiosoft/sahibinden_style_provider-extension/views/ad-detail/main.twig
new file mode 100644
index 000000000..477cb0dbe
--- /dev/null
+++ b/resources/default/addons/visiosoft/sahibinden_style_provider-extension/views/ad-detail/main.twig
@@ -0,0 +1,284 @@
+{% set userId = setting_value('visiosoft.extension.sahibinden_style_provider::default_owner') ?: adv.created_by_id %}
+{% set user = setting_value('visiosoft.extension.sahibinden_style_provider::default_owner') ? entries('users', 'users').find(setting_value('visiosoft.extension.sahibinden_style_provider::default_owner')) : adv.created_by %}
+{% set sellerInfo = setting_value('visiosoft.module.advs::hide_seller_info') %}
+{% set owner = addBlock('ad-details/owner', {'userId': userId}) %}
+
+
+
+
+ {{ adv.title }}
+
+
+
+
+ {{ addBlock('ad-detail/title/action', {'adv_id':adv.id, 'sahibinden':true})|raw }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {% include "visiosoft.extension.sahibinden_style_provider::ad-detail/partials/slider" %}
+
+
+
+ {% if adv.video_url %}
+
+
+ {{ trans('visiosoft.extension.sahibinden_style_provider::field.video.name') }}
+
+ {% endif %}
+
+
+ {% if owner %}
+ {{ owner|raw }}
+ {% else %}
+ {{ user.name }}
+ {% endif %}
+
+ {% if not setting_value('visiosoft.module.advs::ads_date_hidden') %}
+
+ {{ trans('visiosoft.extension.sahibinden_style_provider::field.member_since.name') }} {{ user.created_at|date('F Y') }}
+
+ {% endif %}
+
+
+
+ {% for cat in categories %}
+
+ {{ cat['name'] }}
+
+ {% endfor %}
+
+
+ {% set district = getDistrict(adv.district.getObject().value) %}
+ {% set neighborhood = getNeighborhood(adv.neighborhood.getObject().value) %}
+ {% set lastCatId = categories|last['id'] %}
+ {% if setting_value('visiosoft.extension.sahibinden_style_provider::show_country') %}
+ {{ adv.country_name }}
+
/
+ {% endif %}
+
+ {{ adv.city_name }}
+
+ {% if district %}
+
/
+
+ {{ district.name }}
+
+ {% endif %}
+ {% if neighborhood %}
+
/
+
+ {{ neighborhood.name }}
+
+ {% endif %}
+
+
+
+
+
+ {% include "visiosoft.extension.sahibinden_style_provider::ad-detail/partials/detail" %}
+
+
+
+ {% if setting_value('visiosoft.extension.sahibinden_style_provider::show_owner_details') %}
+
+
+
+ {{ addBlock('ad-details/user-image', {'userId': userId})|raw }}
+ {% if owner %}
+ {{ owner|raw }}
+ {% else %}
+
{{ user.name }}
+ {% endif %}
+
+ {% if not sellerInfo %}
+ {% if owner %}
+
+ {% endif %}
+
+
+ {{ trans('visiosoft.extension.sahibinden_style_provider::field.member_since.name') }}
+ {{ user(userId).created_at|date(config_get('streams::datetime.date_format')) }}
+
+ {% if profile.file.url is not null %}
+
+ {% endif %}
+
+ {% endif %}
+
+
+ {% include 'visiosoft.extension.sahibinden_style_provider::ad-detail/partials/list-link' %}
+
+ {% if not sellerInfo %}
+ {{ addBlock('ad-detail/seller/action',{'seller_id':userId, 'sahibinden':true})|raw }}
+ {% endif %}
+
+
+
+ {% if setting_value('visiosoft.extension.sahibinden_style_provider::contact_info_visible_to_login_user') ? auth_check() : true %}
+ {% if not sellerInfo %}
+ {% if adv.show_phone_number.value %}
+
+ {% set phoneClickCounter = addBlock('ad-detail/phone-click-counter',{'adv':adv,'user':user}) %}
+ {% if phoneClickCounter %}
+ {{ phoneClickCounter|raw }}
+ {% else %}
+
+ {% endif %}
+ {% endif %}
+
+ {% if user.gsm_phone is not null %}
+
+
+
+
+ {{ trans('visiosoft.extension.sahibinden_style_provider::field.whatsapp') }}
+
+
+ {% endif %}
+ {% endif %}
+ {{ addBlock('ad-detail/contact-with', {'adv': adv, 'showTheme': false})|raw }}
+ {% else %}
+
+ {% endif %}
+
+
+ {% endif %}
+ {{ addBlock('ad-detail/widget', {'ad': adv, 'price': adv.price, 'id': adv.id, 'cat1': categories['cat1']})|raw }}
+ {{ addBlock('ad-detail/widget-details', {'adv': adv})|raw }}
+ {% if setting_value('visiosoft.extension.sahibinden_style_provider::show_security_tips') %}
+
+
+ {{ trans('visiosoft.extension.sahibinden_style_provider::field.security_tips.name') }}
+
+
+ {{ setting_value('visiosoft.extension.sahibinden_style_provider::security_tips_msg') }}
+
+
+ {% endif %}
+
+
+
+
+
+ {% include "visiosoft.extension.sahibinden_style_provider::ad-detail/partials/content" %}
+
+
+
+{% if user.gsm_phone.value is not null or adv.inStock() %}
+
+{% endif %}
+
+{% include "visiosoft.module.advs::ad-detail/partials/dropleft-edit" %}
diff --git a/resources/default/addons/visiosoft/sahibinden_style_provider-extension/views/ad-detail/partials/breadcrumb.twig b/resources/default/addons/visiosoft/sahibinden_style_provider-extension/views/ad-detail/partials/breadcrumb.twig
new file mode 100644
index 000000000..ab547193d
--- /dev/null
+++ b/resources/default/addons/visiosoft/sahibinden_style_provider-extension/views/ad-detail/partials/breadcrumb.twig
@@ -0,0 +1,16 @@
+
+
+
+
+
+
+
diff --git a/resources/default/addons/visiosoft/sahibinden_style_provider-extension/views/ad-detail/partials/content.twig b/resources/default/addons/visiosoft/sahibinden_style_provider-extension/views/ad-detail/partials/content.twig
new file mode 100644
index 000000000..e769b1302
--- /dev/null
+++ b/resources/default/addons/visiosoft/sahibinden_style_provider-extension/views/ad-detail/partials/content.twig
@@ -0,0 +1,86 @@
+
+
+
+
+
+
+
+
+
+
+ {{ trans('visiosoft.extension.sahibinden_style_provider::field.price.name') }}
+
+ {% if not setting_value('visiosoft.module.advs::hide_zero_price') or adv.price != "0" %}
+ {{ adv.price.currency }}
+ {% else %}
+ {{ trans('visiosoft.extension.sahibinden_style_provider::field.ask_for_price') }}
+ {% endif %}
+
+
+
+
+ {{ trans('visiosoft.extension.sahibinden_style_provider::field.ad.name') }}
+ {{ adv.id }}
+
+
+ {{ trans('visiosoft.extension.sahibinden_style_provider::field.ad_date.name') }}
+ {{ adv.created_at|date('d/m/Y') }}
+
+ {{ addBlock('ad-detail/content',{'features_detail':features, 'adv': adv})|raw }}
+
+ {{ addBlock('ad-detail/checkboxes',{'features':features})|raw }}
+
+
+
+
{{ trans('visiosoft.module.advs::field.explanation') }}
+
+
+
{{ adv.advs_desc|raw }}
+
+
+ {{ addBlock('ad-detail/checkboxes',{'features':features,'class':'d-none d-md-flex', adv: adv})|raw }}
+
+
+
+
+ {% include "visiosoft.module.advs::ad-detail/partials/map" %}
+
+
+
+ {{ addBlock('ad-detail/content',{'features':features,'adv':adv, 'profile': profile, 'show':true})|raw }}
+
+
+
+
+
+{{ addBlock('ad-detail/section',{'adv':adv})|raw }}
+
+ {{ setting_value('visiosoft.extension.sahibinden_style_provider::detail_bottom')|raw }}
+
+
+ {{ setting_value('visiosoft.extension.sahibinden_style_provider::detail_bottom_mobile')|raw }}
+
diff --git a/resources/default/addons/visiosoft/sahibinden_style_provider-extension/views/ad-detail/partials/detail.twig b/resources/default/addons/visiosoft/sahibinden_style_provider-extension/views/ad-detail/partials/detail.twig
new file mode 100644
index 000000000..ba7479bd6
--- /dev/null
+++ b/resources/default/addons/visiosoft/sahibinden_style_provider-extension/views/ad-detail/partials/detail.twig
@@ -0,0 +1,77 @@
+{% set district = getDistrict(adv.district.getObject().value) %}
+{% set neighborhood = getNeighborhood(adv.neighborhood.getObject().value) %}
+
+
+
+ {% if not hidePrice %}
+ {% if not setting_value('visiosoft.module.advs::hide_zero_price') or adv.price != "0" %}
+ {% if adv.status == 'sold' %}
+ {{ currency_format(adv.price,adv.currency) }}
+ {{ trans('visiosoft.module.advs::field.sold') }}
+ {% else %}
+ {{ currency_format(adv.price,adv.currency) }}
+ {% endif %}
+ {% else %}
+
+ {{ trans('visiosoft.extension.sahibinden_style_provider::field.ask_for_price') }}
+
+ {% endif %}
+ {% endif %}
+
+ {{ addBlock('ad-detail/details',{'adv':adv, 'theme':'sahibinden', 'options':options, 'configurations':configurations})|raw }}
+
+
+ {{ addBlock('ad-detail/priceField',{'adv':adv})|raw }}
+
+
+
+
+ {% set lastCatId = categories|last['id'] %}
+ {% if setting_value('visiosoft.extension.sahibinden_style_provider::show_country') %}
+ {{ adv.country_name }}
+ /
+ {% endif %}
+
+ {{ adv.city_name }}
+
+ {% if district %}
+ /
+
+ {{ district.name }}
+
+ {% endif %}
+ {% if neighborhood %}
+ /
+
+ {{ neighborhood.name }}
+
+ {% endif %}
+
+
+
+
+ {% if setting_value('visiosoft.module.advs::market_place') %}
+
+ {{ trans('visiosoft.module.advs::field.ad_id') }}
+ {{ adv.id }}
+
+ {% if not setting_value('visiosoft.module.advs::ads_date_hidden') %}
+
+ {{ trans('visiosoft.extension.sahibinden_style_provider::field.ad_date.name') }}
+ {{ adv.created_at|date(config_get('streams::datetime.date_format')) }}
+
+ {% endif %}
+ {% endif %}
+ {{ addBlock('ad-detail/content',{'features_detail':features,'adv':adv})|raw }}
+ {% if setting_value('visiosoft.extension.sahibinden_style_provider::show_view_count') %}
+
+ {{ trans('visiosoft.module.advs::field.views') }}
+ {{ adv.count_show_ad }}
+
+ {% endif %}
+
+
+
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/sahibinden_style_provider-extension/views/ad-detail/partials/list-link.twig b/resources/default/addons/visiosoft/sahibinden_style_provider-extension/views/ad-detail/partials/list-link.twig
new file mode 100644
index 000000000..80351dce3
--- /dev/null
+++ b/resources/default/addons/visiosoft/sahibinden_style_provider-extension/views/ad-detail/partials/list-link.twig
@@ -0,0 +1,9 @@
+{% set store_link = addBlock('store/link', {'userId': userId}) %}
+
+{% if store_link is null %}
+
+ {{ trans('visiosoft.extension.sahibinden_style_provider::field.other_ads.name') }}
+
+{% else %}
+ {{ store_link|raw }}
+{% endif %}
diff --git a/resources/default/addons/visiosoft/sahibinden_style_provider-extension/views/ad-detail/partials/slider.twig b/resources/default/addons/visiosoft/sahibinden_style_provider-extension/views/ad-detail/partials/slider.twig
new file mode 100644
index 000000000..f640858ec
--- /dev/null
+++ b/resources/default/addons/visiosoft/sahibinden_style_provider-extension/views/ad-detail/partials/slider.twig
@@ -0,0 +1,62 @@
+
+ {% if blocks('ad-item-picture-block-area') is null %}
+
+
+ {% if count(adv.files) == 0 %}
+
+ {% else %}
+ {% for image in adv.getViewPhotoUrl %}
+
+ {% endfor %}
+ {% endif %}
+
+
+
+
+
+
+
+ {{ trans('visiosoft.extension.sahibinden_style_provider::field.video.name') }}
+
+
+
+
+ {% else %}
+ {{ blocks('ad-item-picture-block-area') }}
+ {% endif %}
+
+{% if adv.video_url %}
+
+ {{ asset_add("scripts.js", "visiosoft.module.cloudinary::js/close-btn.js") }}
+{% endif %}
+{{ asset_add("scripts.js", "visiosoft.module.advs::js/fotorama.js") }}
+{{ asset_add("scripts.js", "visiosoft.extension.sahibinden_style_provider::js/slider.js") }}
diff --git a/resources/default/addons/visiosoft/sahibinden_style_provider-extension/views/overrides/comments-module/ad-detail/content-tab.twig b/resources/default/addons/visiosoft/sahibinden_style_provider-extension/views/overrides/comments-module/ad-detail/content-tab.twig
new file mode 100644
index 000000000..1cdef948c
--- /dev/null
+++ b/resources/default/addons/visiosoft/sahibinden_style_provider-extension/views/overrides/comments-module/ad-detail/content-tab.twig
@@ -0,0 +1,4 @@
+
diff --git a/resources/default/addons/visiosoft/sahibinden_style_provider-extension/views/overrides/comments-module/ad-detail/content.twig b/resources/default/addons/visiosoft/sahibinden_style_provider-extension/views/overrides/comments-module/ad-detail/content.twig
new file mode 100644
index 000000000..c908d1446
--- /dev/null
+++ b/resources/default/addons/visiosoft/sahibinden_style_provider-extension/views/overrides/comments-module/ad-detail/content.twig
@@ -0,0 +1,6 @@
+{% if params.show %}
+
+{% endif %}
+{{ asset_add("styles.css", "visiosoft.theme.sahibinden::css/comments.css") }}
diff --git a/resources/default/addons/visiosoft/sahibinden_style_provider-extension/views/overrides/complaints-module/ad-detail/title/button.twig b/resources/default/addons/visiosoft/sahibinden_style_provider-extension/views/overrides/complaints-module/ad-detail/title/button.twig
new file mode 100644
index 000000000..d048cff09
--- /dev/null
+++ b/resources/default/addons/visiosoft/sahibinden_style_provider-extension/views/overrides/complaints-module/ad-detail/title/button.twig
@@ -0,0 +1,3 @@
+
+ {{ trans('visiosoft.module.complaints::field.report.name') }}
+
diff --git a/resources/default/addons/visiosoft/sahibinden_style_provider-extension/views/overrides/customfields-module/ad-detail/checkboxes.twig b/resources/default/addons/visiosoft/sahibinden_style_provider-extension/views/overrides/customfields-module/ad-detail/checkboxes.twig
new file mode 100644
index 000000000..38f5eaa9b
--- /dev/null
+++ b/resources/default/addons/visiosoft/sahibinden_style_provider-extension/views/overrides/customfields-module/ad-detail/checkboxes.twig
@@ -0,0 +1,30 @@
+{{ trans('visiosoft.module.customfields::field.features.name') }}
+
+
+ {% for feature in params.features %}
+ {% if feature.custom_field_value is iterable %}
+
+
+ {{ feature.name ? feature.name : '' }}
+
+ {% set array = feature.custom_field_value %}
+
+ {% for value in array %}
+ {% if value.status == 1 %}
+
+
+ {{ value.val }}
+
+ {% else %}
+
+ {{ value.val }}
+
+ {% endif %}
+ {% endfor %}
+
+
+
+ {% endif %}
+ {% endfor %}
+
+
diff --git a/resources/default/addons/visiosoft/sahibinden_style_provider-extension/views/overrides/customfields-module/ad-detail/content-tab.twig b/resources/default/addons/visiosoft/sahibinden_style_provider-extension/views/overrides/customfields-module/ad-detail/content-tab.twig
new file mode 100644
index 000000000..e69de29bb
diff --git a/resources/default/addons/visiosoft/sahibinden_style_provider-extension/views/overrides/customfields-module/ad-detail/content.twig b/resources/default/addons/visiosoft/sahibinden_style_provider-extension/views/overrides/customfields-module/ad-detail/content.twig
new file mode 100644
index 000000000..5c3d77b5a
--- /dev/null
+++ b/resources/default/addons/visiosoft/sahibinden_style_provider-extension/views/overrides/customfields-module/ad-detail/content.twig
@@ -0,0 +1,11 @@
+{% if params.features_detail %}
+ {% for feature in params.features_detail %}
+ {% if feature.custom_field_value is iterable %}
+ {% else %}
+
+ {{ feature.name ? feature.name : '' }}
+ {{ feature.custom_field_value }}
+
+ {% endif %}
+ {% endfor %}
+{% endif %}
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/sahibinden_style_provider-extension/views/overrides/pricehistory-module/ad-detail/content-tab.twig b/resources/default/addons/visiosoft/sahibinden_style_provider-extension/views/overrides/pricehistory-module/ad-detail/content-tab.twig
new file mode 100644
index 000000000..0149dd140
--- /dev/null
+++ b/resources/default/addons/visiosoft/sahibinden_style_provider-extension/views/overrides/pricehistory-module/ad-detail/content-tab.twig
@@ -0,0 +1,6 @@
+{% if(setting_value('visiosoft.module.pricehistory::show_ad_details')) %}
+ {{ trans('visiosoft.module.pricehistory::addon.title') }}
+{% endif %}
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/sahibinden_style_provider-extension/views/overrides/pricehistory-module/ad-detail/content.twig b/resources/default/addons/visiosoft/sahibinden_style_provider-extension/views/overrides/pricehistory-module/ad-detail/content.twig
new file mode 100644
index 000000000..1ba2f9bdf
--- /dev/null
+++ b/resources/default/addons/visiosoft/sahibinden_style_provider-extension/views/overrides/pricehistory-module/ad-detail/content.twig
@@ -0,0 +1,82 @@
+{% if (setting_value('visiosoft.module.pricehistory::show_ad_details')) and params.show %}
+
+
+
+
+ #
+ {{ trans('visiosoft.module.pricehistory::field.date.name') }}
+ {{ trans('visiosoft.module.pricehistory::field.price.name') }}
+ {{ trans('visiosoft.module.pricehistory::field.sqft.name') }}
+
+
+
+
+ {% set priceHistories = entries('pricehistory','history').where('adv_id', params.adv.id).orderBy('id','DESC').limit(8).get() %}
+ {% set oldPrice = null %}
+ {% set dates = [] %}
+ {% set prices = []%}
+ {% for pricehistory in priceHistories %}
+ {% set dates = dates|merge([pricehistory.created_at|date('Y.m.d')]) %}
+ {% set prices = prices|merge([""~pricehistory.price~""]) %}
+
+ {{ loop.index }}
+ {{ pricehistory.created_at }}
+ {{ currency_format(pricehistory.price,pricehistory.currency) }}
+ {% if loop.index != count(priceHistories) %}
+ {{ pricehistory.percent }}% {% endif %}
+
+ {% endfor %}
+
+
+
+
+
+
+
+
+
+ {{ asset_add('scripts.js', 'visiosoft.module.pricehistory::js/chart.min.js') }}
+
+{% endif %}
diff --git a/resources/default/addons/visiosoft/sahibinden_style_provider-extension/views/overrides/qrcontact-module/ad-detail/content.twig b/resources/default/addons/visiosoft/sahibinden_style_provider-extension/views/overrides/qrcontact-module/ad-detail/content.twig
new file mode 100644
index 000000000..55140522c
--- /dev/null
+++ b/resources/default/addons/visiosoft/sahibinden_style_provider-extension/views/overrides/qrcontact-module/ad-detail/content.twig
@@ -0,0 +1,26 @@
+{% if params.show %}
+
+
+ {% if (params.adv.created_by.gsm_phone is null) %}
+
{{ trans('visiosoft.module.qrcontact::field.not-qr') }}
+ {% else %}
+ {% set qrLink = "https://chart.googleapis.com/chart?cht=qr&"
+ ~ "chs=350x350&chld=L&choe=UTF-8&"
+ ~ "chl=BEGIN%3AVCARD%0AVERSION%3A3.0%0AN%3A"
+ ~ urlencode(params.adv.created_by.name)
+ ~ "%0AORG%3A"
+ ~ urlencode(config('app.name'))
+ ~ "%0ATITLE%3A"
+ ~ urlencode(params.adv.name)
+ ~ "%0ATEL%3A"
+ ~ urlencode(params.adv.created_by.gsm_phone)
+ ~ "%0AURL%3A"
+ ~ urlencode(url().current())
+ ~ "%0AEMAIL%3A"
+ ~ urlencode(params.adv.created_by.email)
+ ~ "%0AEND%3AVCARD" %}
+
+ {% endif %}
+
+
+{% endif %}
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/sahibinden_style_provider-extension/views/overrides/recommendedads-module/ad-detail/section.twig b/resources/default/addons/visiosoft/sahibinden_style_provider-extension/views/overrides/recommendedads-module/ad-detail/section.twig
new file mode 100644
index 000000000..7ff2b807e
--- /dev/null
+++ b/resources/default/addons/visiosoft/sahibinden_style_provider-extension/views/overrides/recommendedads-module/ad-detail/section.twig
@@ -0,0 +1,10 @@
+
+
+ {% set recommendedads = getRecommendedAds(app.request.path|split('/')[2]) %}
+
+ {% if recommendedads is not null and count(recommendedads) > 0 %}
+ {% include "visiosoft.module.recommendedads::recommended-"~setting_value('visiosoft.module.recommendedads::type') with {'recommendedads':recommendedads} %}
+ {{ asset_style("visiosoft.module.recommendedads::css/recommendedads.css") }}
+ {% endif %}
+
+
diff --git a/resources/default/addons/visiosoft/sahibinden_style_provider-extension/views/overrides/recommendedads-module/recommended-horizonal.twig b/resources/default/addons/visiosoft/sahibinden_style_provider-extension/views/overrides/recommendedads-module/recommended-horizonal.twig
new file mode 100644
index 000000000..42f412405
--- /dev/null
+++ b/resources/default/addons/visiosoft/sahibinden_style_provider-extension/views/overrides/recommendedads-module/recommended-horizonal.twig
@@ -0,0 +1,34 @@
+
+
+
+
+
+ {% for recommended in recommendedads|slice(0, setting_value('visiosoft.module.recommendedads::limit')) %}
+
+ {% endfor %}
+
+
+
diff --git a/resources/default/addons/visiosoft/sahibinden_style_provider-extension/views/overrides/recommendedads-module/recommended-vertical.twig b/resources/default/addons/visiosoft/sahibinden_style_provider-extension/views/overrides/recommendedads-module/recommended-vertical.twig
new file mode 100644
index 000000000..28e4c4123
--- /dev/null
+++ b/resources/default/addons/visiosoft/sahibinden_style_provider-extension/views/overrides/recommendedads-module/recommended-vertical.twig
@@ -0,0 +1,37 @@
+
+
+
+
+
+ {% for recommended in recommendedads|slice(0, setting_value('visiosoft.module.recommendedads::limit')) %}
+
+ {% endfor %}
+
+
+
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/sahibinden_style_provider-extension/views/overrides/streetview-module/ad-detail/content-tab.twig b/resources/default/addons/visiosoft/sahibinden_style_provider-extension/views/overrides/streetview-module/ad-detail/content-tab.twig
new file mode 100644
index 000000000..d43f64530
--- /dev/null
+++ b/resources/default/addons/visiosoft/sahibinden_style_provider-extension/views/overrides/streetview-module/ad-detail/content-tab.twig
@@ -0,0 +1,4 @@
+{{ trans('visiosoft.module.streetview::addon.title') }}
diff --git a/resources/default/addons/visiosoft/sahibinden_style_provider-extension/views/overrides/streetview-module/ad-detail/content.twig b/resources/default/addons/visiosoft/sahibinden_style_provider-extension/views/overrides/streetview-module/ad-detail/content.twig
new file mode 100644
index 000000000..3dace2e5d
--- /dev/null
+++ b/resources/default/addons/visiosoft/sahibinden_style_provider-extension/views/overrides/streetview-module/ad-detail/content.twig
@@ -0,0 +1,5 @@
+{% if params.show %}
+
+ {% include "visiosoft.module.streetview::ad-detail/streetview" %}
+
+{% endif %}
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/config/config.php b/resources/default/addons/visiosoft/singlefile-field_type/config/config.php
new file mode 100644
index 000000000..dcc99bc79
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/config/config.php
@@ -0,0 +1,29 @@
+ [
+ 'type' => 'anomaly.field_type.checkboxes',
+ 'config' => [
+ 'handler' => FoldersHandler::class,
+ ],
+ ],
+ 'max' => [
+ 'type' => 'anomaly.field_type.decimal',
+ 'config' => [
+ 'decimals' => 1,
+ ],
+ ],
+ 'mode' => [
+ 'required' => true,
+ 'type' => 'anomaly.field_type.select',
+ 'config' => [
+ 'options' => [
+ 'default' => 'visiosoft.field_type.singlefile::config.mode.option.default',
+ 'select' => 'visiosoft.field_type.singlefile::config.mode.option.select',
+ 'upload' => 'visiosoft.field_type.singlefile::config.mode.option.upload',
+ ],
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/af/addon.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/af/addon.php
new file mode 100644
index 000000000..44aafab81
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/af/addon.php
@@ -0,0 +1,7 @@
+ 'Enkele lêer',
+ 'name' => 'Lêer Veldtipe',
+ 'description' => '\'N Veldsoort vir lêeroplaai.',
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/af/button.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/af/button.php
new file mode 100644
index 000000000..a227cbb67
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/af/button.php
@@ -0,0 +1,8 @@
+ 'Kies Lêer',
+ 'upload' => 'Laai op',
+ 'remove' => 'Verwyder',
+ 'change' => 'Verander',
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/af/config.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/af/config.php
new file mode 100644
index 000000000..0ac86f4ac
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/af/config.php
@@ -0,0 +1,23 @@
+ [
+ 'name' => 'Gidse',
+ 'instructions' => 'Spesifiseer watter vouers vir hierdie veld beskikbaar is. Laat leeg om alle vouers te vertoon.',
+ 'warning' => 'Bestaande vouertoestemmings geniet voorkeur bo geselekteerde vouers.',
+ ],
+ 'max' => [
+ 'name' => 'Maksimum oplaaigrootte',
+ 'instructions' => 'Spesifiseer die maksimum oplaaigrootte in megagrepe .',
+ 'warning' => 'As dit nie gespesifiseer word nie, word die maksimum voumap en dan die bedienermaks gebruik.',
+ ],
+ 'mode' => [
+ 'name' => 'Invoermodus',
+ 'instructions' => 'Hoe moet gebruikers lêerinvoer verskaf?',
+ 'option' => [
+ 'default' => 'Laai lêers op en / of kies dit.',
+ 'select' => 'Kies slegs lêers.',
+ 'upload' => 'Laai slegs lêers op.',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/af/message.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/af/message.php
new file mode 100644
index 000000000..46242eb6a
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/af/message.php
@@ -0,0 +1,13 @@
+ 'Watter lêer wil u gebruik?',
+ 'choose_folder' => 'Na watter vouer wil u laai?',
+ 'upload' => 'Klik of laat val lêers hier om dit op te laai.',
+ 'no_file_selected' => 'Geen lêer is gekies nie.',
+ 'no_uploads' => 'Geen lêers opgelaai nie.',
+ 'overwrite' => 'is reeds opgelaai. Wil u dit oorskryf?',
+ 'uploading' => 'Laai tans op',
+ 'loading' => 'Laai tans',
+ 'choose_file_option' => 'Kies Lêeropsie',
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/af/validation.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/af/validation.php
new file mode 100644
index 000000000..115bf3e87
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/af/validation.php
@@ -0,0 +1,5 @@
+ 'Die gekonfigureerde oplaaiskyf vir: attribuut bestaan nie.',
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/ar/addon.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/ar/addon.php
new file mode 100644
index 000000000..a87dc4bc8
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/ar/addon.php
@@ -0,0 +1,7 @@
+ 'ملف واحد',
+ 'name' => 'نوع حقل الملف',
+ 'description' => 'نوع حقل رفع الملف.',
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/ar/button.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/ar/button.php
new file mode 100644
index 000000000..57562ee0b
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/ar/button.php
@@ -0,0 +1,8 @@
+ 'اختر ملف',
+ 'upload' => 'رفع',
+ 'remove' => 'حذف',
+ 'change' => 'تغير',
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/ar/config.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/ar/config.php
new file mode 100644
index 000000000..b5fc1275e
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/ar/config.php
@@ -0,0 +1,23 @@
+ [
+ 'name' => 'المجلدات',
+ 'instructions' => 'حدد المجلد المتاح لهذا الحقل. اتركه فارغاً إذا أردت عرض كل المجلدات.',
+ 'warning' => 'صلاحيات المجلد الحالية لديهاأولوية أكثر من المجلدات المختارة.',
+ ],
+ 'max' => [
+ 'name' => 'ماكس تحميل الحجم',
+ 'instructions' => 'حدد الحد الأقصى لحجم التحميل في ميغابايت .',
+ 'warning' => 'إذا لم يتم تحديد المجلد كحد أقصى ثم سيتم استخدام خادم ماكس بدلا من ذلك.',
+ ],
+ 'mode' => [
+ 'name' => 'وضع الإدخال',
+ 'instructions' => 'كيف يجب على المستخدمين تقديم ملف الإدخال؟',
+ 'option' => [
+ 'default' => 'تحميل و / أو تحديد الملفات.',
+ 'select' => 'حدد الملفات فقط.',
+ 'upload' => 'تحميل الملفات فقط.',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/ar/message.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/ar/message.php
new file mode 100644
index 000000000..c5899496b
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/ar/message.php
@@ -0,0 +1,13 @@
+ 'أي ملف تريد استخدامه؟',
+ 'choose_folder' => 'أي مجلد تريد الرفع إليه؟',
+ 'upload' => 'أنقر أو اسحب الملفات إلى هنا للرفع.',
+ 'no_file_selected' => 'لم يتم تحديد ملف.',
+ 'no_uploads' => 'لم يتم رفع الملفات.',
+ 'overwrite' => 'الملف مرفوع مسبقاً , هل تريد استبداله؟',
+ 'uploading' => 'جاري الرفع',
+ 'loading' => 'جاري التحميل',
+ 'choose_file_option' => 'اختر خيار الملف',
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/ar/validation.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/ar/validation.php
new file mode 100644
index 000000000..963caa315
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/ar/validation.php
@@ -0,0 +1,5 @@
+ 'القرص المنسق للرفع :attribute غير موجود.',
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/az/addon.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/az/addon.php
new file mode 100644
index 000000000..e3ec348f0
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/az/addon.php
@@ -0,0 +1,7 @@
+ 'Tək Fayl',
+ 'name' => 'Fayl Sahəsi Növü',
+ 'description' => 'Bir fayl yükləmə sahəsinin növü.',
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/az/button.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/az/button.php
new file mode 100644
index 000000000..102ec2c05
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/az/button.php
@@ -0,0 +1,8 @@
+ 'Fayl seçin',
+ 'upload' => 'Yükləmək',
+ 'remove' => 'Sil',
+ 'change' => 'Dəyiş',
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/az/config.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/az/config.php
new file mode 100644
index 000000000..9fc395021
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/az/config.php
@@ -0,0 +1,23 @@
+ [
+ 'name' => 'Qovluqlar',
+ 'instructions' => 'Bu sahə üçün hansı qovluqların olduğunu göstərin. Bütün qovluqları göstərmək üçün boş buraxın.',
+ 'warning' => 'Mövcud qovluq icazələri seçilmiş qovluqlardan üstündür.',
+ ],
+ 'max' => [
+ 'name' => 'Maksimum yükləmə ölçüsü',
+ 'instructions' => 'Ən çox yükləmə ölçüsünü meqabayt də göstərin.',
+ 'warning' => 'Göstərilmədiyi halda qovluq max və sonra server max istifadə ediləcəkdir.',
+ ],
+ 'mode' => [
+ 'name' => 'Giriş rejimi',
+ 'instructions' => 'İstifadəçilər fayl girişini necə təmin etməlidirlər?',
+ 'option' => [
+ 'default' => 'Yükləyin və / və ya faylları seçin.',
+ 'select' => 'Yalnız faylları seçin.',
+ 'upload' => 'Yalnız faylları yükləyin.',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/az/message.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/az/message.php
new file mode 100644
index 000000000..bac25a786
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/az/message.php
@@ -0,0 +1,13 @@
+ 'Hansı fayldan istifadə etmək istərdiniz?',
+ 'choose_folder' => 'Hansı qovluğa yükləmək istərdiniz?',
+ 'upload' => 'Yükləmək üçün faylları buraya vurun və ya buraxın.',
+ 'no_file_selected' => 'Fayl seçilmədi.',
+ 'no_uploads' => 'Fayl yüklənməyib.',
+ 'overwrite' => 'artıq yüklənib. Yenidən yazmaq istərdinizmi?',
+ 'uploading' => 'Yüklənir',
+ 'loading' => 'Yüklənir',
+ 'choose_file_option' => 'Fayl Seçimini seçin',
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/az/validation.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/az/validation.php
new file mode 100644
index 000000000..35eb8941c
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/az/validation.php
@@ -0,0 +1,5 @@
+ 'Konfiqurasiya edilmiş yükləmə diski: atribut mövcud deyil.',
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/bg/addon.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/bg/addon.php
new file mode 100644
index 000000000..9175e89d1
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/bg/addon.php
@@ -0,0 +1,7 @@
+ 'Единичен файл',
+ 'name' => 'Тип поле на файла',
+ 'description' => 'Тип поле за качване на файл.',
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/bg/button.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/bg/button.php
new file mode 100644
index 000000000..f92ac6078
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/bg/button.php
@@ -0,0 +1,8 @@
+ 'Избери файл',
+ 'upload' => 'Качване',
+ 'remove' => 'Премахване',
+ 'change' => 'Промяна',
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/bg/config.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/bg/config.php
new file mode 100644
index 000000000..9b7351a6a
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/bg/config.php
@@ -0,0 +1,23 @@
+ [
+ 'name' => 'Папки',
+ 'instructions' => 'Посочете кои папки са налични за това поле. Оставете празно, за да се покажат всички папки.',
+ 'warning' => 'Съществуващите разрешения за папки имат предимство пред избраните папки.',
+ ],
+ 'max' => [
+ 'name' => 'Максимален размер на качването',
+ 'instructions' => 'Посочете максималния размер на качване в мегабайта .',
+ 'warning' => 'Ако не е посочено, вместо това ще се използва папката max и след това max сървър.',
+ ],
+ 'mode' => [
+ 'name' => 'Режим на въвеждане',
+ 'instructions' => 'Как потребителите трябва да предоставят въвеждане на файлове?',
+ 'option' => [
+ 'default' => 'Качете и / или изберете файлове.',
+ 'select' => 'Изберете само файлове.',
+ 'upload' => 'Качвайте само файлове.',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/bg/message.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/bg/message.php
new file mode 100644
index 000000000..94ad4314d
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/bg/message.php
@@ -0,0 +1,13 @@
+ 'Кой файл бихте искали да използвате?',
+ 'choose_folder' => 'В коя папка искате да качите?',
+ 'upload' => 'Щракнете или пуснете файлове тук, за да ги качите.',
+ 'no_file_selected' => 'Не е избран файл.',
+ 'no_uploads' => 'Няма качени файлове.',
+ 'overwrite' => 'вече е качено. Искате ли да го презапишете?',
+ 'uploading' => 'Качване',
+ 'loading' => 'Зареждане',
+ 'choose_file_option' => 'Изберете File Option',
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/bg/validation.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/bg/validation.php
new file mode 100644
index 000000000..a68dc5e48
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/bg/validation.php
@@ -0,0 +1,5 @@
+ 'Конфигурираният диск за качване за: атрибут не съществува.',
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/bn/addon.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/bn/addon.php
new file mode 100644
index 000000000..db8f76576
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/bn/addon.php
@@ -0,0 +1,7 @@
+ 'বিক্ষিপ্ত নথি',
+ 'name' => 'ফাইলের ক্ষেত্র প্রকার',
+ 'description' => 'একটি ফাইল আপলোড ক্ষেত্রের ধরণ।',
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/bn/button.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/bn/button.php
new file mode 100644
index 000000000..f3774b043
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/bn/button.php
@@ -0,0 +1,8 @@
+ 'ফাইল নির্বাচন করুন',
+ 'upload' => 'আপলোড',
+ 'remove' => 'অপসারণ',
+ 'change' => 'পরিবর্তন',
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/bn/config.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/bn/config.php
new file mode 100644
index 000000000..c1c8397df
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/bn/config.php
@@ -0,0 +1,23 @@
+ [
+ 'name' => 'ফোল্ডার',
+ 'instructions' => 'এই ক্ষেত্রের জন্য কোন ফোল্ডারগুলি উপলব্ধ তা উল্লেখ করুন। সমস্ত ফোল্ডার প্রদর্শন করার জন্য ফাঁকা ছেড়ে দিন।',
+ 'warning' => 'বিদ্যমান ফোল্ডার অনুমতিগুলি নির্বাচিত ফোল্ডারগুলির চেয়ে অগ্রাধিকার গ্রহণ করে।',
+ ],
+ 'max' => [
+ 'name' => 'সর্বোচ্চ আপলোড আকার',
+ 'instructions' => 'সর্বোচ্চ আপলোড আকার মেগাবাইট এ নির্দিষ্ট করুন।',
+ 'warning' => 'সর্বাধিক ফোল্ডার নির্দিষ্ট না করে তার পরিবর্তে সার্ভার সর্বাধিক ব্যবহার করা হবে।',
+ ],
+ 'mode' => [
+ 'name' => 'ইনপুট মোড',
+ 'instructions' => 'ব্যবহারকারীদের ফাইল ইনপুট কীভাবে সরবরাহ করা উচিত?',
+ 'option' => [
+ 'default' => 'আপলোড এবং / অথবা ফাইল নির্বাচন করুন।',
+ 'select' => 'কেবল ফাইল নির্বাচন করুন।',
+ 'upload' => 'কেবল ফাইল আপলোড করুন।',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/bn/message.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/bn/message.php
new file mode 100644
index 000000000..76db9d344
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/bn/message.php
@@ -0,0 +1,13 @@
+ 'আপনি কোন ফাইলটি ব্যবহার করতে চান?',
+ 'choose_folder' => 'আপনি কোন ফোল্ডারে আপলোড করতে চান?',
+ 'upload' => 'ফাইলগুলি আপলোড করতে এখানে ক্লিক বা ড্রপ করুন।',
+ 'no_file_selected' => 'নির্বাচিত কোন ফাইল.',
+ 'no_uploads' => 'কোনও ফাইল আপলোড করা হয়নি।',
+ 'overwrite' => 'ইতিমধ্যে আপলোড করা হয়েছে। আপনি কি এটি ওভাররাইট করতে চান?',
+ 'uploading' => 'আপলোড হচ্ছে',
+ 'loading' => 'বোঝাই',
+ 'choose_file_option' => 'ফাইল বিকল্প চয়ন করুন',
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/bn/validation.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/bn/validation.php
new file mode 100644
index 000000000..8b4c319e6
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/bn/validation.php
@@ -0,0 +1,5 @@
+ 'এর জন্য কনফিগার করা আপলোড ডিস্ক: বৈশিষ্ট্যটি বিদ্যমান নেই।',
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/ca/addon.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/ca/addon.php
new file mode 100644
index 000000000..d2fe2784d
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/ca/addon.php
@@ -0,0 +1,7 @@
+ 'Arxiu únic',
+ 'name' => 'Tipus de camp de fitxer',
+ 'description' => 'Un tipus de camp de càrrega de fitxers.',
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/ca/button.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/ca/button.php
new file mode 100644
index 000000000..b4b4cbcb3
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/ca/button.php
@@ -0,0 +1,8 @@
+ 'Seleccioneu Fitxer',
+ 'upload' => 'Pujar',
+ 'remove' => 'Elimina',
+ 'change' => 'Canvi',
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/ca/config.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/ca/config.php
new file mode 100644
index 000000000..bf3eb9755
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/ca/config.php
@@ -0,0 +1,23 @@
+ [
+ 'name' => 'Carpetes',
+ 'instructions' => 'Especifiqueu les carpetes disponibles per a aquest camp. Deixeu-ho en blanc per mostrar totes les carpetes.',
+ 'warning' => 'Els permisos de carpeta existents tenen prioritat sobre les carpetes seleccionades.',
+ ],
+ 'max' => [
+ 'name' => 'Mida màxima de pujada',
+ 'instructions' => 'Especifiqueu la mida màxima de càrrega en megabytes .',
+ 'warning' => 'Si no s\'especifica, s\'utilitzarà la carpeta màx i el servidor màxim.',
+ ],
+ 'mode' => [
+ 'name' => 'Mode d’entrada',
+ 'instructions' => 'Com han de proporcionar els usuaris l\'entrada de fitxers?',
+ 'option' => [
+ 'default' => 'Pengeu i / o seleccioneu fitxers.',
+ 'select' => 'Seleccioneu només fitxers.',
+ 'upload' => 'Pengeu només fitxers.',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/ca/message.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/ca/message.php
new file mode 100644
index 000000000..5476d91e1
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/ca/message.php
@@ -0,0 +1,13 @@
+ 'Quin fitxer voleu utilitzar?',
+ 'choose_folder' => 'A quina carpeta voleu penjar?',
+ 'upload' => 'Feu clic o deixeu anar els fitxers aquí per penjar-los.',
+ 'no_file_selected' => 'No s\'ha seleccionat cap fitxer.',
+ 'no_uploads' => 'No s\'ha penjat cap fitxer.',
+ 'overwrite' => 'ja s\'ha penjat. Voleu sobreescriure-la?',
+ 'uploading' => 'S\'està penjant',
+ 'loading' => 'S\'està carregant',
+ 'choose_file_option' => 'Trieu Opció de fitxer',
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/ca/validation.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/ca/validation.php
new file mode 100644
index 000000000..b9b3c8042
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/ca/validation.php
@@ -0,0 +1,5 @@
+ 'El disc de càrrega configurat per a l\'atribut: no existeix.',
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/cs/addon.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/cs/addon.php
new file mode 100644
index 000000000..c2c449b28
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/cs/addon.php
@@ -0,0 +1,7 @@
+ 'Jeden soubor',
+ 'name' => 'Typ pole souboru',
+ 'description' => 'Typ pole pro nahrání souboru.',
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/cs/button.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/cs/button.php
new file mode 100644
index 000000000..510036a99
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/cs/button.php
@@ -0,0 +1,8 @@
+ 'Zvolte soubor',
+ 'upload' => 'nahrát',
+ 'remove' => 'Odstranit',
+ 'change' => 'Změna',
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/cs/config.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/cs/config.php
new file mode 100644
index 000000000..0dc73a75e
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/cs/config.php
@@ -0,0 +1,23 @@
+ [
+ 'name' => 'Složky',
+ 'instructions' => 'Určete, které složky jsou pro toto pole k dispozici. Chcete-li zobrazit všechny složky, ponechte toto pole prázdné.',
+ 'warning' => 'Stávající oprávnění pro složky mají přednost před vybranými složkami.',
+ ],
+ 'max' => [
+ 'name' => 'Maximální velikost nahrávání',
+ 'instructions' => 'Určete maximální velikost nahrávání v MB .',
+ 'warning' => 'Pokud není uvedeno, bude místo toho použita max. Složka a pak max. Serveru.',
+ ],
+ 'mode' => [
+ 'name' => 'Režim vstupu',
+ 'instructions' => 'Jak by uživatelé měli zadávat soubory?',
+ 'option' => [
+ 'default' => 'Nahrajte a / nebo vyberte soubory.',
+ 'select' => 'Vyberte pouze soubory.',
+ 'upload' => 'Nahrávejte pouze soubory.',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/cs/message.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/cs/message.php
new file mode 100644
index 000000000..082e42b8a
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/cs/message.php
@@ -0,0 +1,13 @@
+ 'Který soubor chcete použít?',
+ 'choose_folder' => 'Do které složky chcete nahrát?',
+ 'upload' => 'Kliknutím sem přetáhněte soubory a nahrajte je.',
+ 'no_file_selected' => 'Žádný soubor nevybrán.',
+ 'no_uploads' => 'Nebyly nahrány žádné soubory.',
+ 'overwrite' => 'již bylo nahráno. Chcete jej přepsat?',
+ 'uploading' => 'Nahrávám',
+ 'loading' => 'načítání',
+ 'choose_file_option' => 'Vyberte možnost Soubor',
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/cs/validation.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/cs/validation.php
new file mode 100644
index 000000000..93713aef0
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/cs/validation.php
@@ -0,0 +1,5 @@
+ 'Konfigurovaný disk pro nahrávání pro: atribut neexistuje.',
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/da/addon.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/da/addon.php
new file mode 100644
index 000000000..d15ebdda9
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/da/addon.php
@@ -0,0 +1,7 @@
+ 'Enkelt fil',
+ 'name' => 'Filfeltype',
+ 'description' => 'En filtype til filupload.',
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/da/button.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/da/button.php
new file mode 100644
index 000000000..1dc82da24
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/da/button.php
@@ -0,0 +1,8 @@
+ 'Vælg fil',
+ 'upload' => 'Upload',
+ 'remove' => 'Fjerne',
+ 'change' => 'Lave om',
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/da/config.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/da/config.php
new file mode 100644
index 000000000..51cf0aa18
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/da/config.php
@@ -0,0 +1,23 @@
+ [
+ 'name' => 'Mapper',
+ 'instructions' => 'Angiv, hvilke mapper der er tilgængelige for dette felt. Lad det være tomt for at få vist alle mapper.',
+ 'warning' => 'Eksisterende mappetilladelser har forrang over valgte mapper.',
+ ],
+ 'max' => [
+ 'name' => 'Maks. Uploadstørrelse',
+ 'instructions' => 'Angiv den maksimale uploadstørrelse i megabyte .',
+ 'warning' => 'Hvis ikke angivet, vil mappen max og derefter server max blive brugt i stedet.',
+ ],
+ 'mode' => [
+ 'name' => 'Input-tilstand',
+ 'instructions' => 'Hvordan skal brugerne levere filinput?',
+ 'option' => [
+ 'default' => 'Upload og / eller vælg filer.',
+ 'select' => 'Vælg kun filer.',
+ 'upload' => 'Upload kun filer.',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/da/message.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/da/message.php
new file mode 100644
index 000000000..517f9f47f
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/da/message.php
@@ -0,0 +1,13 @@
+ 'Hvilken fil vil du bruge?',
+ 'choose_folder' => 'Hvilken mappe vil du uploade til?',
+ 'upload' => 'Klik eller slip filer her for at uploade.',
+ 'no_file_selected' => 'Ingen fil valgt.',
+ 'no_uploads' => 'Ingen filer uploadet.',
+ 'overwrite' => 'er allerede uploadet. Vil du overskrive det?',
+ 'uploading' => 'Uploader',
+ 'loading' => 'Indlæser',
+ 'choose_file_option' => 'Vælg File Option',
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/da/validation.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/da/validation.php
new file mode 100644
index 000000000..3a611f601
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/da/validation.php
@@ -0,0 +1,5 @@
+ 'Den konfigurerede upload disk til: attribut findes ikke.',
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/de/addon.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/de/addon.php
new file mode 100644
index 000000000..df9f275d9
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/de/addon.php
@@ -0,0 +1,7 @@
+ 'Datei',
+ 'name' => 'Datei Feldtyp',
+ 'description' => 'Ein Feldtyp für Datei-Uploads.',
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/de/button.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/de/button.php
new file mode 100644
index 000000000..f936575fa
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/de/button.php
@@ -0,0 +1,9 @@
+ 'Datei auswählenException: no protocol: Head - Url: http://Exception: unknown protocol: exception Index 015164663380.
+Tracklist aimcart',
+ 'upload' => 'Hochladen id Lockscreen ans lockaion',
+ 'remove' => 'Entferne Blockierungen',
+ 'change' => 'Ändern',
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/de/config.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/de/config.php
new file mode 100644
index 000000000..7c860acdc
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/de/config.php
@@ -0,0 +1,23 @@
+ [
+ 'name' => 'Ordner',
+ 'instructions' => 'Geben Sie an welche Ordner für dieses Feld verfügbar sind. Leer lassen um alle Ordner anzuzeigen.',
+ 'warning' => 'Bestehende Ordnerberechtigungen haben Vorrang gegenüber den ausgewählten Ordnern.',
+ ],
+ 'max' => [
+ 'name' => 'Maximale Upload Grösse',
+ 'instructions' => 'Geben Sie die maximal zulässige Dateigrösse in Megabyte an.',
+ 'warning' => 'Wenn kein Wert angegeben wurde, wird der Maximalwert des Ordners und dann der des Servers verwendet.',
+ ],
+ 'mode' => [
+ 'name' => 'Eingabemodus',
+ 'instructions' => 'Wie sollen Benutzer Dateien bereitstellen können?',
+ 'option' => [
+ 'default' => 'Upload und/oder Dateiauswahl.',
+ 'select' => 'Nur Dateiauswahl.',
+ 'upload' => 'Nur Upload.',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/de/message.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/de/message.php
new file mode 100644
index 000000000..c76725cad
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/de/message.php
@@ -0,0 +1,13 @@
+ 'Welche Datei möchten Sie benutzen?',
+ 'choose_folder' => 'In welchen Ordner möchten Sie hochladen?',
+ 'upload' => 'Klicken Sie oder ziehen Sie Dateien hierher um Sie hochzuladen.',
+ 'no_file_selected' => 'Keine Datei ausgewählt.',
+ 'no_uploads' => 'Es wurden keine Dateien hochgeladen.',
+ 'overwrite' => 'wurde bereits hochgeladen. Wollen Sie die Datei überscheiben?',
+ 'uploading' => 'Lädt hoch',
+ 'loading' => 'Lädt',
+ 'choose_file_option' => 'Wählen Sie Dateioption',
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/de/validation.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/de/validation.php
new file mode 100644
index 000000000..245ffb539
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/de/validation.php
@@ -0,0 +1,5 @@
+ 'Die gewählte Upload-Disk für :attribute existiert nicht.',
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/el/addon.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/el/addon.php
new file mode 100644
index 000000000..a73572eae
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/el/addon.php
@@ -0,0 +1,7 @@
+ 'Εις μια σειρά',
+ 'name' => 'Τύπος πεδίου αρχείου',
+ 'description' => 'Ένας τύπος πεδίου μεταφόρτωσης αρχείου.',
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/el/button.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/el/button.php
new file mode 100644
index 000000000..301d524df
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/el/button.php
@@ -0,0 +1,8 @@
+ 'Επιλέξτε Αρχείο',
+ 'upload' => 'Μεταφόρτωση',
+ 'remove' => 'Αφαιρώ',
+ 'change' => 'Αλλαγή',
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/el/config.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/el/config.php
new file mode 100644
index 000000000..3db1d8b3c
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/el/config.php
@@ -0,0 +1,23 @@
+ [
+ 'name' => 'Φάκελοι',
+ 'instructions' => 'Καθορίστε ποιοι φάκελοι είναι διαθέσιμοι για αυτό το πεδίο. Αφήστε κενό για εμφάνιση όλων των φακέλων.',
+ 'warning' => 'Τα υπάρχοντα δικαιώματα φακέλου υπερισχύουν των επιλεγμένων φακέλων.',
+ ],
+ 'max' => [
+ 'name' => 'Μέγιστο μέγεθος μεταφόρτωσης',
+ 'instructions' => 'Καθορίστε το μέγιστο μέγεθος μεταφόρτωσης σε megabyte .',
+ 'warning' => 'Αν δεν καθοριστεί ο φάκελος max και, στη συνέχεια, θα χρησιμοποιηθεί το διακομιστή max.',
+ ],
+ 'mode' => [
+ 'name' => 'Λειτουργία εισαγωγής',
+ 'instructions' => 'Πώς πρέπει να παρέχουν οι χρήστες είσοδο αρχείων;',
+ 'option' => [
+ 'default' => 'Ανεβάστε και / ή επιλέξτε αρχεία.',
+ 'select' => 'Επιλέξτε μόνο αρχεία.',
+ 'upload' => 'Ανεβάστε μόνο αρχεία.',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/el/message.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/el/message.php
new file mode 100644
index 000000000..322e814f2
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/el/message.php
@@ -0,0 +1,13 @@
+ 'Ποιο αρχείο θέλετε να χρησιμοποιήσετε;',
+ 'choose_folder' => 'Σε ποιον φάκελο θέλετε να ανεβάσετε;',
+ 'upload' => 'Κάντε κλικ ή αποθέστε αρχεία εδώ για μεταφόρτωση.',
+ 'no_file_selected' => 'Κανένα επιλεγμένο αρχείο.',
+ 'no_uploads' => 'Δεν μεταφορτώθηκαν αρχεία.',
+ 'overwrite' => 'έχει ήδη μεταφορτωθεί. Θέλετε να το αντικαταστήσετε;',
+ 'uploading' => 'Μεταφόρτωση',
+ 'loading' => 'Φόρτωση',
+ 'choose_file_option' => 'Επιλέξτε Επιλογή αρχείου',
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/el/validation.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/el/validation.php
new file mode 100644
index 000000000..4293fd253
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/el/validation.php
@@ -0,0 +1,5 @@
+ 'Ο διαμορφωμένος δίσκος μεταφόρτωσης για: χαρακτηριστικό δεν υπάρχει.',
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/en/addon.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/en/addon.php
new file mode 100644
index 000000000..a699d1787
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/en/addon.php
@@ -0,0 +1,7 @@
+ 'Single File',
+ 'name' => 'File Field Type',
+ 'description' => 'A file upload field type.',
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/en/button.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/en/button.php
new file mode 100644
index 000000000..5393cf5f8
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/en/button.php
@@ -0,0 +1,8 @@
+ 'Select File',
+ 'upload' => 'Upload',
+ 'remove' => 'Remove',
+ 'change' => 'Change',
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/en/config.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/en/config.php
new file mode 100644
index 000000000..4b1f9d9e2
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/en/config.php
@@ -0,0 +1,23 @@
+ [
+ 'name' => 'Folders',
+ 'instructions' => 'Specify which folders are available for this field. Leave blank to display all folders.',
+ 'warning' => 'Existing folder permissions take precedence over selected folders.',
+ ],
+ 'max' => [
+ 'name' => 'Max Upload Size',
+ 'instructions' => 'Specify the max upload size in megabytes .',
+ 'warning' => 'If not specified the folder max and then server max will be used instead.',
+ ],
+ 'mode' => [
+ 'name' => 'Input Mode',
+ 'instructions' => 'How should users provide file input?',
+ 'option' => [
+ 'default' => 'Upload and/or select files.',
+ 'select' => 'Select files only.',
+ 'upload' => 'Upload files only.',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/en/message.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/en/message.php
new file mode 100644
index 000000000..62f9a383e
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/en/message.php
@@ -0,0 +1,13 @@
+ 'Which file would you like to use?',
+ 'choose_folder' => 'Which folder would you like to upload to?',
+ 'upload' => 'Click or drop files here to upload.',
+ 'no_file_selected' => 'No file selected.',
+ 'no_uploads' => 'No files uploaded.',
+ 'overwrite' => 'has already been uploaded. Would you like to overwrite it?',
+ 'uploading' => 'Uploading',
+ 'loading' => 'Loading',
+ 'choose_file_option' => 'Choose File Option',
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/en/validation.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/en/validation.php
new file mode 100644
index 000000000..8e8918f85
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/en/validation.php
@@ -0,0 +1,5 @@
+ 'The configured upload disk for :attribute does not exist.',
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/es/addon.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/es/addon.php
new file mode 100644
index 000000000..8c6d2d430
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/es/addon.php
@@ -0,0 +1,7 @@
+ 'Archivo único',
+ 'name' => 'Tipo de campo de archivo',
+ 'description' => 'Un tipo de campo de carga de archivos.',
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/es/button.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/es/button.php
new file mode 100644
index 000000000..154e0f1db
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/es/button.php
@@ -0,0 +1,8 @@
+ 'Seleccione Archivo',
+ 'upload' => 'Subir',
+ 'remove' => 'Eliminar',
+ 'change' => 'Cambio',
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/es/config.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/es/config.php
new file mode 100644
index 000000000..616aaddbd
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/es/config.php
@@ -0,0 +1,23 @@
+ [
+ 'name' => 'Carpetas',
+ 'instructions' => 'Especifique qué carpetas están disponibles para este campo. Déjelo en blanco para mostrar todas las carpetas.',
+ 'warning' => 'Los permisos de carpeta existentes tienen prioridad sobre las carpetas seleccionadas.',
+ ],
+ 'max' => [
+ 'name' => 'Tamaño máximo de carga',
+ 'instructions' => 'Especifique el tamaño máximo de carga en megabytes .',
+ 'warning' => 'Si no se especifica la carpeta max, se utilizará el servidor max.',
+ ],
+ 'mode' => [
+ 'name' => 'Modo de entrada',
+ 'instructions' => '¿Cómo deben proporcionar los usuarios la entrada de archivos?',
+ 'option' => [
+ 'default' => 'Cargar y / o seleccionar archivos.',
+ 'select' => 'Seleccionar solo archivos.',
+ 'upload' => 'Subir solo archivos.',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/es/message.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/es/message.php
new file mode 100644
index 000000000..2687c59db
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/es/message.php
@@ -0,0 +1,13 @@
+ '¿Qué archivo te gustaría usar?',
+ 'choose_folder' => '¿A qué carpeta le gustaría subir?',
+ 'upload' => 'Haga clic o suelte los archivos aquí para cargar.',
+ 'no_file_selected' => 'Ningún archivo seleccionado.',
+ 'no_uploads' => 'No hay archivos cargados.',
+ 'overwrite' => 'ya ha sido subido ¿Te gustaría sobrescribirlo?',
+ 'uploading' => 'Cargando',
+ 'loading' => 'Cargando',
+ 'choose_file_option' => 'Elija la opción de archivo',
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/es/validation.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/es/validation.php
new file mode 100644
index 000000000..8d2cd2369
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/es/validation.php
@@ -0,0 +1,5 @@
+ 'El disco de carga configurado para: atributo no existe.',
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/fa/addon.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/fa/addon.php
new file mode 100644
index 000000000..7285a2160
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/fa/addon.php
@@ -0,0 +1,7 @@
+ 'تک پرونده',
+ 'name' => 'نوع فیلد پرونده',
+ 'description' => 'نوع فیلد بارگذاری پرونده',
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/fa/button.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/fa/button.php
new file mode 100644
index 000000000..23f8fa915
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/fa/button.php
@@ -0,0 +1,8 @@
+ 'فایل را انتخاب کنید',
+ 'upload' => 'بارگذاری',
+ 'remove' => 'برداشتن',
+ 'change' => 'تغییر دادن',
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/fa/config.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/fa/config.php
new file mode 100644
index 000000000..4ac34f16f
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/fa/config.php
@@ -0,0 +1,23 @@
+ [
+ 'name' => 'پوشه ها',
+ 'instructions' => 'مشخص کنید که کدام پوشه برای این قسمت موجود است. خالی بگذارید تا همه پوشه ها نمایش داده شوند.',
+ 'warning' => 'مجوزهای پوشه موجود نسبت به پوشه های منتخب اولویت دارند.',
+ ],
+ 'max' => [
+ 'name' => 'حداکثر اندازه بارگذاری',
+ 'instructions' => 'حداکثر اندازه بارگذاری را در مگابایت .',
+ 'warning' => 'اگر پوشه حداکثر مشخص نشده باشد ، در عوض از سرور حداکثر استفاده می شود.',
+ ],
+ 'mode' => [
+ 'name' => 'حالت ورودی',
+ 'instructions' => 'چگونه کاربران باید ورودی فایل را ارائه دهند؟',
+ 'option' => [
+ 'default' => 'پرونده ها را بارگذاری و / یا انتخاب کنید.',
+ 'select' => 'فقط پرونده ها را انتخاب کنید.',
+ 'upload' => 'فقط پرونده ها را بارگذاری کنید.',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/fa/message.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/fa/message.php
new file mode 100644
index 000000000..7b4c85503
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/fa/message.php
@@ -0,0 +1,13 @@
+ 'از کدام پرونده دوست دارید استفاده کنید؟',
+ 'choose_folder' => 'کدام پوشه را می خواهید بارگذاری کنید؟',
+ 'upload' => 'برای بارگذاری ، اینجا را کلیک کنید یا رها کنید.',
+ 'no_file_selected' => 'هیچ فایلی انتخاب نشده است.',
+ 'no_uploads' => 'هیچ پرونده بارگذاری نشده است.',
+ 'overwrite' => 'قبلاً بارگذاری شده است آیا می خواهید آن را بازنویسی کنید؟',
+ 'uploading' => 'بارگذاری',
+ 'loading' => 'بارگذاری',
+ 'choose_file_option' => 'گزینه File را انتخاب کنید',
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/fa/validation.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/fa/validation.php
new file mode 100644
index 000000000..0231522a6
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/fa/validation.php
@@ -0,0 +1,5 @@
+ 'دیسک بارگذاری پیکربندی شده برای: ویژگی وجود ندارد.',
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/fi/addon.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/fi/addon.php
new file mode 100644
index 000000000..003c538f3
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/fi/addon.php
@@ -0,0 +1,7 @@
+ 'Yksittäinen tiedosto',
+ 'name' => 'Tiedostokentän tyyppi',
+ 'description' => 'Tiedoston latauskentän tyyppi.',
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/fi/button.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/fi/button.php
new file mode 100644
index 000000000..ec5406e42
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/fi/button.php
@@ -0,0 +1,8 @@
+ 'Valitse tiedosto',
+ 'upload' => 'Lähetä',
+ 'remove' => 'Poista',
+ 'change' => 'Muuttaa',
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/fi/config.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/fi/config.php
new file mode 100644
index 000000000..8b6f48f78
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/fi/config.php
@@ -0,0 +1,23 @@
+ [
+ 'name' => 'Kansiot',
+ 'instructions' => 'Määritä, mitkä kansiot ovat käytettävissä tässä kentässä. Jätä tyhjä nähdäksesi kaikki kansiot.',
+ 'warning' => 'Olemassa olevat kansioiden käyttöoikeudet ovat etusijalla valittuihin kansioihin nähden.',
+ ],
+ 'max' => [
+ 'name' => 'Suurin latauskoko',
+ 'instructions' => 'Määritä suurin latauskoko megatavua .',
+ 'warning' => 'Jos sitä ei määritetä, sen sijaan käytetään kansiota max ja palvelimen max.',
+ ],
+ 'mode' => [
+ 'name' => 'Tulotila',
+ 'instructions' => 'Kuinka käyttäjien tulisi antaa tiedostojen syöttö?',
+ 'option' => [
+ 'default' => 'Lähetä ja / tai valitse tiedostoja.',
+ 'select' => 'Valitse vain tiedostot.',
+ 'upload' => 'Lähetä vain tiedostoja.',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/fi/message.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/fi/message.php
new file mode 100644
index 000000000..2bc8191fe
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/fi/message.php
@@ -0,0 +1,13 @@
+ 'Mitä tiedostoa haluat käyttää?',
+ 'choose_folder' => 'Mihin kansioon haluat ladata?',
+ 'upload' => 'Napsauta tai pudota tiedostot tähän ladataksesi.',
+ 'no_file_selected' => 'Ei tiedostoa valittuna.',
+ 'no_uploads' => 'Ei lähetettyjä tiedostoja.',
+ 'overwrite' => 'on jo ladattu. Haluatko korvata sen?',
+ 'uploading' => 'Lähetetään',
+ 'loading' => 'Ladataan',
+ 'choose_file_option' => 'Valitse File Option',
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/fi/validation.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/fi/validation.php
new file mode 100644
index 000000000..98d47621a
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/fi/validation.php
@@ -0,0 +1,5 @@
+ 'Määritettyä lähetyslevyä attribuutille: ei ole olemassa.',
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/fr/addon.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/fr/addon.php
new file mode 100644
index 000000000..93315cd6e
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/fr/addon.php
@@ -0,0 +1,7 @@
+ 'Un seul fichier',
+ 'name' => 'Fichier',
+ 'description' => 'Type de champs d\'upload de fichier.',
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/fr/button.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/fr/button.php
new file mode 100644
index 000000000..dd201310c
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/fr/button.php
@@ -0,0 +1,8 @@
+ 'Choisir un fichier',
+ 'upload' => 'Télécharger',
+ 'remove' => 'Supprimer',
+ 'change' => 'Modifier',
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/fr/config.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/fr/config.php
new file mode 100644
index 000000000..5c48eb210
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/fr/config.php
@@ -0,0 +1,23 @@
+ [
+ 'name' => 'Dossiers',
+ 'instructions' => 'Spécifiez les dossiers disponibles pour ce champ. Laissez vide pour afficher tous les dossiers.',
+ 'warning' => 'Les autorisations de dossier existantes ont priorité sur les dossiers sélectionnés.',
+ ],
+ 'max' => [
+ 'name' => 'Taille de téléchargement maximale',
+ 'instructions' => 'Entrez la taille maximale du fichier en méga-octets . La taille par défaut et la taille maximale sont la taille maximale autorisée par le serveur.',
+ 'warning' => 'S\'il n\'est pas spécifié, le dossier max puis le serveur max seront utilisés à la place.',
+ ],
+ 'mode' => [
+ 'name' => 'Mode d\'entrée',
+ 'instructions' => 'Comment les utilisateurs doivent-ils fournir une entrée de fichier?',
+ 'option' => [
+ 'default' => 'Téléchargez et / ou sélectionnez des fichiers.',
+ 'select' => 'Sélectionnez uniquement les fichiers.',
+ 'upload' => 'Téléchargez uniquement des fichiers.',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/fr/message.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/fr/message.php
new file mode 100644
index 000000000..12a5de81c
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/fr/message.php
@@ -0,0 +1,13 @@
+ 'Quel fichier aimeriez-vous utiliser?',
+ 'choose_folder' => 'Dans quel dossier souhaitez-vous télécharger?',
+ 'upload' => 'Cliquez ou déposez les fichiers ici pour les télécharger.',
+ 'no_file_selected' => 'Aucun fichier sélectionné.',
+ 'no_uploads' => 'Aucun fichier téléchargé.',
+ 'overwrite' => 'a déjà été téléchargé. Voulez-vous l\'écraser?',
+ 'uploading' => 'Téléchargement',
+ 'loading' => 'Chargement',
+ 'choose_file_option' => 'Choisissez l\'option de fichier',
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/fr/validation.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/fr/validation.php
new file mode 100644
index 000000000..8f107e306
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/fr/validation.php
@@ -0,0 +1,5 @@
+ 'Le disque de téléchargement configuré pour: l\'attribut n\'existe pas.',
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/he/addon.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/he/addon.php
new file mode 100644
index 000000000..78db652ed
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/he/addon.php
@@ -0,0 +1,7 @@
+ 'קובץ בודד',
+ 'name' => 'סוג שדה קובץ',
+ 'description' => 'סוג שדה להעלאת קובץ.',
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/he/button.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/he/button.php
new file mode 100644
index 000000000..151e443b0
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/he/button.php
@@ -0,0 +1,8 @@
+ 'בחר קובץ',
+ 'upload' => 'העלה',
+ 'remove' => 'הסר',
+ 'change' => 'שינוי',
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/he/config.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/he/config.php
new file mode 100644
index 000000000..0b40b7c45
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/he/config.php
@@ -0,0 +1,23 @@
+ [
+ 'name' => 'תיקיות',
+ 'instructions' => 'ציין אילו תיקיות זמינות לשדה זה. השאר ריק כדי להציג את כל התיקיות.',
+ 'warning' => 'הרשאות תיקיה קיימות מקבלות עדיפות על תיקיות שנבחרו.',
+ ],
+ 'max' => [
+ 'name' => 'גודל העלאה מקסימלי',
+ 'instructions' => 'ציין את גודל ההעלאה המרבי ב- מגה בייט .',
+ 'warning' => 'אם לא צוין ישמשו במקום התיקיה מקסימום ואז שרת מקסימום.',
+ ],
+ 'mode' => [
+ 'name' => 'מצב קלט',
+ 'instructions' => 'כיצד על המשתמשים לספק קלט קבצים?',
+ 'option' => [
+ 'default' => 'העלה ו / או בחר קבצים.',
+ 'select' => 'בחר קבצים בלבד.',
+ 'upload' => 'העלה קבצים בלבד.',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/he/message.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/he/message.php
new file mode 100644
index 000000000..31becc497
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/he/message.php
@@ -0,0 +1,13 @@
+ 'באיזה קובץ תרצה להשתמש?',
+ 'choose_folder' => 'לאיזו תיקיה תרצה להעלות?',
+ 'upload' => 'לחץ או הורד קבצים כאן כדי להעלות.',
+ 'no_file_selected' => 'אף קובץ לא נבחר.',
+ 'no_uploads' => 'לא הועלו קבצים.',
+ 'overwrite' => 'כבר הועלה. האם תרצה להחליף אותו?',
+ 'uploading' => 'מעלה',
+ 'loading' => 'טעינה',
+ 'choose_file_option' => 'בחר באפשרות קובץ',
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/he/validation.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/he/validation.php
new file mode 100644
index 000000000..1bfb42336
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/he/validation.php
@@ -0,0 +1,5 @@
+ 'דיסק ההעלאה שהוגדר עבור התכונה: אינו קיים.',
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/hi/addon.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/hi/addon.php
new file mode 100644
index 000000000..15fbf2c22
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/hi/addon.php
@@ -0,0 +1,7 @@
+ 'एक दस्तावेज',
+ 'name' => 'फ़ाइल फ़ील्ड प्रकार',
+ 'description' => 'फ़ाइल अपलोड फ़ील्ड प्रकार।',
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/hi/button.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/hi/button.php
new file mode 100644
index 000000000..d548a7066
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/hi/button.php
@@ -0,0 +1,8 @@
+ 'फ़ाइल का चयन करें',
+ 'upload' => 'डालना',
+ 'remove' => 'हटाना',
+ 'change' => 'परिवर्तन',
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/hi/config.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/hi/config.php
new file mode 100644
index 000000000..584d6ce68
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/hi/config.php
@@ -0,0 +1,23 @@
+ [
+ 'name' => 'फ़ोल्डर',
+ 'instructions' => 'निर्दिष्ट करें कि इस फ़ील्ड के लिए कौन से फ़ोल्डर उपलब्ध हैं। सभी फ़ोल्डर प्रदर्शित करने के लिए खाली छोड़ दें।',
+ 'warning' => 'मौजूदा फ़ोल्डर अनुमतियाँ चयनित फ़ोल्डर पर पूर्वता लेती हैं।',
+ ],
+ 'max' => [
+ 'name' => 'अधिकतम अपलोड आकार',
+ 'instructions' => 'मेगाबाइट में अधिकतम अपलोड आकार निर्दिष्ट करें।',
+ 'warning' => 'यदि फ़ोल्डर अधिकतम निर्दिष्ट नहीं किया गया है और फिर इसके बजाय सर्वर अधिकतम का उपयोग किया जाएगा।',
+ ],
+ 'mode' => [
+ 'name' => 'इनपुट मोड',
+ 'instructions' => 'उपयोगकर्ताओं को फ़ाइल इनपुट कैसे प्रदान करना चाहिए?',
+ 'option' => [
+ 'default' => 'फ़ाइलें अपलोड और / या चुनें।',
+ 'select' => 'केवल फ़ाइलों का चयन करें।',
+ 'upload' => 'केवल फाइलें अपलोड करें।',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/hi/message.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/hi/message.php
new file mode 100644
index 000000000..5a5085dcb
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/hi/message.php
@@ -0,0 +1,13 @@
+ 'आप किस फ़ाइल का उपयोग करना चाहेंगे?',
+ 'choose_folder' => 'आप किस फ़ोल्डर में अपलोड करना चाहते हैं?',
+ 'upload' => 'अपलोड करने के लिए यहां क्लिक या ड्रॉप करें।',
+ 'no_file_selected' => 'किसी भी फाइल का चयन नहीं।',
+ 'no_uploads' => 'कोई फ़ाइल अपलोड नहीं की गई।',
+ 'overwrite' => 'पहले ही अपलोड किया जा चुका है। क्या आप इसे अधिलेखित करना चाहेंगे?',
+ 'uploading' => 'अपलोड हो रहा है',
+ 'loading' => 'लोड हो रहा है',
+ 'choose_file_option' => 'फ़ाइल विकल्प चुनें',
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/hi/validation.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/hi/validation.php
new file mode 100644
index 000000000..951597b74
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/hi/validation.php
@@ -0,0 +1,5 @@
+ 'इसके लिए कॉन्फ़िगर की गई अपलोड डिस्क: विशेषता मौजूद नहीं है।',
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/hu/addon.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/hu/addon.php
new file mode 100644
index 000000000..51d854884
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/hu/addon.php
@@ -0,0 +1,7 @@
+ 'Egyetlen fájl',
+ 'name' => 'Fájlmező típusa',
+ 'description' => 'Fájl feltöltési mező típusa.',
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/hu/button.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/hu/button.php
new file mode 100644
index 000000000..8b3d4c609
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/hu/button.php
@@ -0,0 +1,8 @@
+ 'Válaszd ki a fájlt',
+ 'upload' => 'Feltöltés',
+ 'remove' => 'Eltávolítás',
+ 'change' => 'változás',
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/hu/config.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/hu/config.php
new file mode 100644
index 000000000..e212dede0
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/hu/config.php
@@ -0,0 +1,23 @@
+ [
+ 'name' => 'Mappák',
+ 'instructions' => 'Adja meg, mely mappák állnak rendelkezésre ehhez a mezőhöz. Az összes mappa megjelenítéséhez hagyja üresen.',
+ 'warning' => 'A meglévő mappaengedélyek elsőbbséget élveznek a kiválasztott mappákkal szemben.',
+ ],
+ 'max' => [
+ 'name' => 'Maximális feltöltési méret',
+ 'instructions' => 'Adja meg a maximális feltöltési méretet megabájtban .',
+ 'warning' => 'Ha nincs megadva, akkor a max mappa, majd a server max lesz használva.',
+ ],
+ 'mode' => [
+ 'name' => 'Bemeneti mód',
+ 'instructions' => 'Hogyan kell a felhasználóknak megadniuk a fájlbevitelt?',
+ 'option' => [
+ 'default' => 'Fájlok feltöltése és / vagy kiválasztása.',
+ 'select' => 'Csak fájlokat válasszon.',
+ 'upload' => 'Csak fájlokat tölthet fel.',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/hu/message.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/hu/message.php
new file mode 100644
index 000000000..7b66dbed6
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/hu/message.php
@@ -0,0 +1,13 @@
+ 'Melyik fájlt szeretné használni?',
+ 'choose_folder' => 'Melyik mappába szeretne feltölteni?',
+ 'upload' => 'Kattintson vagy dobja le a fájlokat ide a feltöltéshez.',
+ 'no_file_selected' => 'Nincs fájl kiválasztva.',
+ 'no_uploads' => 'Nincs feltöltött fájl.',
+ 'overwrite' => 'már feltöltötték. Szeretné felülírni?',
+ 'uploading' => 'Feltöltés',
+ 'loading' => 'Betöltés',
+ 'choose_file_option' => 'Válassza a File Option lehetőséget',
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/hu/validation.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/hu/validation.php
new file mode 100644
index 000000000..f1c70be18
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/hu/validation.php
@@ -0,0 +1,5 @@
+ 'A (z): attribútumhoz konfigurált feltöltési lemez nem létezik.',
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/id/addon.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/id/addon.php
new file mode 100644
index 000000000..1450f2c4a
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/id/addon.php
@@ -0,0 +1,7 @@
+ 'File Tunggal',
+ 'name' => 'Jenis Bidang File',
+ 'description' => 'Jenis bidang unggahan file.',
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/id/button.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/id/button.php
new file mode 100644
index 000000000..d6f7bb711
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/id/button.php
@@ -0,0 +1,8 @@
+ 'Pilih file',
+ 'upload' => 'Unggah',
+ 'remove' => 'Menghapus',
+ 'change' => 'Perubahan',
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/id/config.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/id/config.php
new file mode 100644
index 000000000..3c9a39d43
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/id/config.php
@@ -0,0 +1,23 @@
+ [
+ 'name' => 'Folder',
+ 'instructions' => 'Tentukan folder mana yang tersedia untuk bidang ini. Biarkan kosong untuk menampilkan semua folder.',
+ 'warning' => 'Izin folder yang sudah ada lebih diutamakan daripada folder yang dipilih.',
+ ],
+ 'max' => [
+ 'name' => 'Ukuran Unggahan Maks',
+ 'instructions' => 'Tentukan ukuran unggahan maksimal dalam megabyte .',
+ 'warning' => 'Jika tidak ditentukan folder max dan kemudian server max akan digunakan sebagai gantinya.',
+ ],
+ 'mode' => [
+ 'name' => 'Mode Masukan',
+ 'instructions' => 'Bagaimana seharusnya pengguna memberikan masukan file?',
+ 'option' => [
+ 'default' => 'Unggah dan / atau pilih file.',
+ 'select' => 'Pilih file saja.',
+ 'upload' => 'Unggah file saja.',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/id/message.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/id/message.php
new file mode 100644
index 000000000..a7d75d69a
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/id/message.php
@@ -0,0 +1,13 @@
+ 'File mana yang ingin Anda gunakan?',
+ 'choose_folder' => 'Folder mana yang ingin Anda unggah?',
+ 'upload' => 'Klik atau jatuhkan file di sini untuk mengupload.',
+ 'no_file_selected' => 'Tidak ada file yang dipilih.',
+ 'no_uploads' => 'Tidak ada file yang diunggah.',
+ 'overwrite' => 'telah diunggah. Apakah Anda ingin menimpanya?',
+ 'uploading' => 'Mengupload',
+ 'loading' => 'Memuat',
+ 'choose_file_option' => 'Pilih Opsi File',
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/id/validation.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/id/validation.php
new file mode 100644
index 000000000..29e82ae66
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/id/validation.php
@@ -0,0 +1,5 @@
+ 'Disk unggahan yang dikonfigurasi untuk: atribut tidak ada.',
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/it/addon.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/it/addon.php
new file mode 100644
index 000000000..befec43e1
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/it/addon.php
@@ -0,0 +1,7 @@
+ 'File singolo',
+ 'name' => 'Tipo di campo file',
+ 'description' => 'Un tipo di campo per il caricamento di file.',
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/it/button.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/it/button.php
new file mode 100644
index 000000000..3d610c656
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/it/button.php
@@ -0,0 +1,8 @@
+ 'Seleziona il file',
+ 'upload' => 'Caricare',
+ 'remove' => 'Rimuovere',
+ 'change' => 'Modificare',
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/it/config.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/it/config.php
new file mode 100644
index 000000000..1fc2f884e
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/it/config.php
@@ -0,0 +1,23 @@
+ [
+ 'name' => 'Cartelle',
+ 'instructions' => 'Specifica quali cartelle sono disponibili per questo campo. Lascia vuoto per visualizzare tutte le cartelle.',
+ 'warning' => 'Le autorizzazioni per le cartelle esistenti hanno la precedenza sulle cartelle selezionate.',
+ ],
+ 'max' => [
+ 'name' => 'Dimensione massima di caricamento',
+ 'instructions' => 'Specifica la dimensione massima del caricamento in megabyte .',
+ 'warning' => 'Se non specificato, verrà invece utilizzata la cartella max e quindi max server.',
+ ],
+ 'mode' => [
+ 'name' => 'Modalità di immissione',
+ 'instructions' => 'In che modo gli utenti devono fornire input di file?',
+ 'option' => [
+ 'default' => 'Carica e / o seleziona file.',
+ 'select' => 'Seleziona solo i file.',
+ 'upload' => 'Carica solo file.',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/it/message.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/it/message.php
new file mode 100644
index 000000000..98e6a32c2
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/it/message.php
@@ -0,0 +1,13 @@
+ 'Quale file vorresti usare?',
+ 'choose_folder' => 'In quale cartella desideri caricare?',
+ 'upload' => 'Fai clic o trascina i file qui per caricarli.',
+ 'no_file_selected' => 'Nessun file selezionato.',
+ 'no_uploads' => 'Nessun file caricato.',
+ 'overwrite' => 'è già stato caricato. Vuoi sovrascriverlo?',
+ 'uploading' => 'Caricamento',
+ 'loading' => 'Caricamento in corso',
+ 'choose_file_option' => 'Scegli l\'opzione File',
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/it/validation.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/it/validation.php
new file mode 100644
index 000000000..6a6d2b523
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/it/validation.php
@@ -0,0 +1,5 @@
+ 'Il disco di caricamento configurato per: l\'attributo non esiste.',
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/ja/addon.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/ja/addon.php
new file mode 100644
index 000000000..9a088777d
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/ja/addon.php
@@ -0,0 +1,7 @@
+ '単一ファイル',
+ 'name' => 'ファイルフィールドタイプ',
+ 'description' => 'ファイルアップロードのフィールドタイプ。',
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/ja/button.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/ja/button.php
new file mode 100644
index 000000000..45d7a6b68
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/ja/button.php
@@ -0,0 +1,8 @@
+ 'ファイルを選択',
+ 'upload' => 'アップロードする',
+ 'remove' => '削除する',
+ 'change' => '変化する',
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/ja/config.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/ja/config.php
new file mode 100644
index 000000000..abc32e133
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/ja/config.php
@@ -0,0 +1,23 @@
+ [
+ 'name' => 'フォルダー',
+ 'instructions' => 'このフィールドで使用できるフォルダを指定します。すべてのフォルダを表示するには、空白のままにします。',
+ 'warning' => '既存のフォルダのアクセス許可は、選択したフォルダよりも優先されます。',
+ ],
+ 'max' => [
+ 'name' => '最大アップロードサイズ',
+ 'instructions' => '最大アップロードサイズを メガバイト で指定します。',
+ 'warning' => '指定されていない場合、フォルダーの最大値とサーバーの最大値が代わりに使用されます。',
+ ],
+ 'mode' => [
+ 'name' => '入力モード',
+ 'instructions' => 'ユーザーはどのようにファイル入力を提供する必要がありますか?',
+ 'option' => [
+ 'default' => 'ファイルをアップロードまたは選択します。',
+ 'select' => 'ファイルのみを選択します。',
+ 'upload' => 'ファイルのみをアップロードします。',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/ja/message.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/ja/message.php
new file mode 100644
index 000000000..2f4cb0a8e
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/ja/message.php
@@ -0,0 +1,13 @@
+ 'どのファイルを使用しますか?',
+ 'choose_folder' => 'どのフォルダにアップロードしますか?',
+ 'upload' => 'ここをクリックしてファイルをドロップするかアップロードしてください。',
+ 'no_file_selected' => 'ファイルが選択されていません。',
+ 'no_uploads' => 'アップロードされたファイルはありません。',
+ 'overwrite' => 'すでにアップロードされています。上書きしますか?',
+ 'uploading' => 'アップロードしています',
+ 'loading' => '読み込み中',
+ 'choose_file_option' => 'ファイルオプションを選択',
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/ja/validation.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/ja/validation.php
new file mode 100644
index 000000000..f2a6aade0
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/ja/validation.php
@@ -0,0 +1,5 @@
+ ':attribute用に構成されたアップロードディスクは存在しません。',
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/ko/addon.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/ko/addon.php
new file mode 100644
index 000000000..df8418c22
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/ko/addon.php
@@ -0,0 +1,7 @@
+ '단일 파일',
+ 'name' => '파일 필드 유형',
+ 'description' => '파일 업로드 필드 유형',
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/ko/button.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/ko/button.php
new file mode 100644
index 000000000..91a458d7a
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/ko/button.php
@@ -0,0 +1,8 @@
+ '파일 선택',
+ 'upload' => '업로드',
+ 'remove' => '없애다',
+ 'change' => '변화',
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/ko/config.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/ko/config.php
new file mode 100644
index 000000000..c4891e60e
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/ko/config.php
@@ -0,0 +1,23 @@
+ [
+ 'name' => '폴더',
+ 'instructions' => '이 필드에 사용할 수있는 폴더를 지정하십시오. 모든 폴더를 표시하려면 비워 두십시오.',
+ 'warning' => '기존 폴더 권한이 선택한 폴더보다 우선합니다.',
+ ],
+ 'max' => [
+ 'name' => '최대 업로드 크기',
+ 'instructions' => '의 최대 업로드 크기 지정 메가 바이트 .',
+ 'warning' => '지정하지 않으면 max 폴더와 server max가 대신 사용됩니다.',
+ ],
+ 'mode' => [
+ 'name' => '입력 모드',
+ 'instructions' => '사용자는 파일 입력을 어떻게 제공해야합니까?',
+ 'option' => [
+ 'default' => '파일을 업로드 및 / 또는 선택합니다.',
+ 'select' => '파일 만 선택하십시오.',
+ 'upload' => '파일 만 업로드하십시오.',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/ko/message.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/ko/message.php
new file mode 100644
index 000000000..52066994d
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/ko/message.php
@@ -0,0 +1,13 @@
+ '어떤 파일을 사용 하시겠습니까?',
+ 'choose_folder' => '어느 폴더에 업로드 하시겠습니까?',
+ 'upload' => '업로드하려면 여기를 클릭하거나 드롭하십시오.',
+ 'no_file_selected' => '파일이 선택되지 않았습니다.',
+ 'no_uploads' => '파일이 업로드되지 않았습니다.',
+ 'overwrite' => '이미 업로드되었습니다. 덮어 쓰시겠습니까?',
+ 'uploading' => '업로드 중',
+ 'loading' => '로딩',
+ 'choose_file_option' => '파일 옵션 선택',
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/ko/validation.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/ko/validation.php
new file mode 100644
index 000000000..199add262
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/ko/validation.php
@@ -0,0 +1,5 @@
+ ': attribute에 대해 구성된 업로드 디스크가 없습니다.',
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/ku/addon.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/ku/addon.php
new file mode 100644
index 000000000..1cf9bca08
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/ku/addon.php
@@ -0,0 +1,7 @@
+ 'فایلی تاک',
+ 'name' => 'Pelê Zeviya Pelê',
+ 'description' => 'Celebek zeviyê barkirina pelan.',
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/ku/button.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/ku/button.php
new file mode 100644
index 000000000..479be117e
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/ku/button.php
@@ -0,0 +1,8 @@
+ 'فایل دیاریبکە',
+ 'upload' => 'بارکردن',
+ 'remove' => 'سڕینەوە',
+ 'change' => 'گۆڕان',
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/ku/config.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/ku/config.php
new file mode 100644
index 000000000..bad762975
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/ku/config.php
@@ -0,0 +1,23 @@
+ [
+ 'name' => 'Peldankan',
+ 'instructions' => 'Diyar bikin ka kîjan peldank ji bo vê qadê hene. Vala bihêle da ku hemî peldankan nîşan bide.',
+ 'warning' => 'Destûrên heyî yên peldankê pêşî li peldankên hilbijartî digirin.',
+ ],
+ 'max' => [
+ 'name' => 'Mezinahiya Uploadê',
+ 'instructions' => 'Mezinahiya barkirina herî zêde di megabytes .',
+ 'warning' => 'Heke peldanka ne diyar be max û paşê dê servera max li şûna wê were bikar anîn.',
+ ],
+ 'mode' => [
+ 'name' => 'Modeya Input',
+ 'instructions' => 'Divê bikarhêner çawa têkela pelê peyda bikin?',
+ 'option' => [
+ 'default' => 'Pelan bar bikin û / an hilbijêrin.',
+ 'select' => 'Tenê pelan hilbijêrin.',
+ 'upload' => 'Tenê pelan hilînin.',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/ku/message.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/ku/message.php
new file mode 100644
index 000000000..0fbc521c5
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/ku/message.php
@@ -0,0 +1,20 @@
+ 'حەزدەکەیت کام فایل بەکاربهێنیت ؟
+',
+ 'choose_folder' => 'حەز دەکەیت کام فلدەر بار بکەیتەوە ؟
+',
+ 'upload' => 'کرتە بکە یان پەڕگەکان لێرە دابەزێنە بۆ بارکردن
+',
+ 'no_file_selected' => 'هیچ پەڕگەکان هەڵبژراردنی نەکراوە
+',
+ 'no_uploads' => 'هیچ پەڕگەکان دانێنی نەکراوە
+',
+ 'overwrite' => 'هەر ئێستا بارکراو. حەزدەکەیت بەسەریدا زاڵ بیت ؟
+',
+ 'uploading' => 'بار دەکەن',
+ 'loading' => 'بار دەکەن',
+ 'choose_file_option' => 'بژاردەیی فایل هەڵبژێرە
+',
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/ku/validation.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/ku/validation.php
new file mode 100644
index 000000000..292b12160
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/ku/validation.php
@@ -0,0 +1,5 @@
+ 'Dîska barkirî ya mîhengkirî ji bo: taybetmendî tune.',
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/nl/addon.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/nl/addon.php
new file mode 100644
index 000000000..5efaa0a10
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/nl/addon.php
@@ -0,0 +1,7 @@
+ 'Enkel bestand',
+ 'name' => 'Bestand veldtype',
+ 'description' => 'Een veldtype voor het uploaden van bestanden.',
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/nl/button.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/nl/button.php
new file mode 100644
index 000000000..96543286e
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/nl/button.php
@@ -0,0 +1,8 @@
+ 'Selecteer bestand',
+ 'upload' => 'Uploaden',
+ 'remove' => 'Verwijderen',
+ 'change' => 'Verandering',
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/nl/config.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/nl/config.php
new file mode 100644
index 000000000..eb5f318f5
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/nl/config.php
@@ -0,0 +1,23 @@
+ [
+ 'name' => 'Mappen',
+ 'instructions' => 'Specificeer welke mappen beschikbaar zijn voor dit veld. Laat leeg om alle mappen weer te geven.',
+ 'warning' => 'Bestaande mapmachtigingen hebben voorrang op geselecteerde mappen.',
+ ],
+ 'max' => [
+ 'name' => 'Maximale uploadgrootte',
+ 'instructions' => 'Geef de maximale uploadgrootte op in megabytes .',
+ 'warning' => 'Indien niet gespecificeerd, wordt in plaats daarvan de map max en vervolgens de server max gebruikt.',
+ ],
+ 'mode' => [
+ 'name' => 'Invoer modus',
+ 'instructions' => 'Hoe moeten gebruikers bestandsinvoer verstrekken?',
+ 'option' => [
+ 'default' => 'Upload en / of selecteer bestanden.',
+ 'select' => 'Selecteer alleen bestanden.',
+ 'upload' => 'Upload alleen bestanden.',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/nl/message.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/nl/message.php
new file mode 100644
index 000000000..a3964a696
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/nl/message.php
@@ -0,0 +1,13 @@
+ 'Welk bestand wil je gebruiken?',
+ 'choose_folder' => 'Naar welke map wil je uploaden?',
+ 'upload' => 'Klik of zet bestanden hier neer om te uploaden.',
+ 'no_file_selected' => 'Geen bestand geselecteerd.',
+ 'no_uploads' => 'Geen bestanden geüpload.',
+ 'overwrite' => 'is al geüpload. Wil je het overschrijven?',
+ 'uploading' => 'Uploaden',
+ 'loading' => 'Bezig met laden',
+ 'choose_file_option' => 'Kies Bestandsoptie',
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/nl/validation.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/nl/validation.php
new file mode 100644
index 000000000..83ae3d544
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/nl/validation.php
@@ -0,0 +1,5 @@
+ 'De geconfigureerde uploadschijf voor: attribuut bestaat niet.',
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/no/addon.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/no/addon.php
new file mode 100644
index 000000000..7d1a392d4
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/no/addon.php
@@ -0,0 +1,7 @@
+ 'Enkeltfil',
+ 'name' => 'Filfeltype',
+ 'description' => 'En feltopplastingstype.',
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/no/button.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/no/button.php
new file mode 100644
index 000000000..e47f5fee1
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/no/button.php
@@ -0,0 +1,8 @@
+ 'Velg Fil',
+ 'upload' => 'Laste opp',
+ 'remove' => 'Ta vekk',
+ 'change' => 'Endring',
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/no/config.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/no/config.php
new file mode 100644
index 000000000..9401983dc
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/no/config.php
@@ -0,0 +1,23 @@
+ [
+ 'name' => 'Mapper',
+ 'instructions' => 'Spesifiser hvilke mapper som er tilgjengelige for dette feltet. La det være tomt for å vise alle mappene.',
+ 'warning' => 'Eksisterende mappetillatelser går foran valgte mapper.',
+ ],
+ 'max' => [
+ 'name' => 'Maks opplastningsstørrelse',
+ 'instructions' => 'Spesifiser maks opplastningsstørrelse i megabyte .',
+ 'warning' => 'Hvis ikke spesifisert, vil mappen max og server max bli brukt i stedet.',
+ ],
+ 'mode' => [
+ 'name' => 'Inndatamodus',
+ 'instructions' => 'Hvordan skal brukere gi filinndata?',
+ 'option' => [
+ 'default' => 'Last opp og / eller velg filer.',
+ 'select' => 'Velg bare filer.',
+ 'upload' => 'Bare last opp filer.',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/no/message.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/no/message.php
new file mode 100644
index 000000000..68a94ae11
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/no/message.php
@@ -0,0 +1,13 @@
+ 'Hvilken fil vil du bruke?',
+ 'choose_folder' => 'Hvilken mappe vil du laste opp til?',
+ 'upload' => 'Klikk eller slipp filer her for å laste opp.',
+ 'no_file_selected' => 'Ingen fil valgt.',
+ 'no_uploads' => 'Ingen filer lastet opp.',
+ 'overwrite' => 'er allerede lastet opp. Vil du overskrive det?',
+ 'uploading' => 'Laster opp',
+ 'loading' => 'Laster inn',
+ 'choose_file_option' => 'Velg Filalternativ',
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/no/validation.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/no/validation.php
new file mode 100644
index 000000000..40611c5ef
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/no/validation.php
@@ -0,0 +1,5 @@
+ 'Den konfigurerte opplastingsdisken for: attributt eksisterer ikke.',
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/pl/addon.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/pl/addon.php
new file mode 100644
index 000000000..8ef17a284
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/pl/addon.php
@@ -0,0 +1,7 @@
+ 'Pojedynczy plik',
+ 'name' => 'Typ pola pliku',
+ 'description' => 'Typ pola do przesłania pliku.',
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/pl/button.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/pl/button.php
new file mode 100644
index 000000000..a6c350401
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/pl/button.php
@@ -0,0 +1,8 @@
+ 'Wybierz plik',
+ 'upload' => 'Przekazać plik',
+ 'remove' => 'Usunąć',
+ 'change' => 'Zmiana',
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/pl/config.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/pl/config.php
new file mode 100644
index 000000000..9bf36c8b5
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/pl/config.php
@@ -0,0 +1,23 @@
+ [
+ 'name' => 'Lornetka składana',
+ 'instructions' => 'Określ, które foldery są dostępne dla tego pola. Pozostaw puste, aby wyświetlić wszystkie foldery.',
+ 'warning' => 'Istniejące uprawnienia do folderów mają pierwszeństwo przed wybranymi folderami.',
+ ],
+ 'max' => [
+ 'name' => 'Maksymalny rozmiar przesyłania',
+ 'instructions' => 'Określ maksymalny rozmiar wysyłania w megabajtach .',
+ 'warning' => 'Jeśli nie zostanie określony, zamiast tego zostanie użyty maks. Folder, a następnie maks. Serwer.',
+ ],
+ 'mode' => [
+ 'name' => 'Tryb wprowadzania',
+ 'instructions' => 'W jaki sposób użytkownicy powinni wprowadzać pliki?',
+ 'option' => [
+ 'default' => 'Prześlij i / lub wybierz pliki.',
+ 'select' => 'Wybierz tylko pliki.',
+ 'upload' => 'Prześlij tylko pliki.',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/pl/message.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/pl/message.php
new file mode 100644
index 000000000..018f818da
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/pl/message.php
@@ -0,0 +1,13 @@
+ 'Którego pliku chcesz użyć?',
+ 'choose_folder' => 'Do którego folderu chcesz przesłać?',
+ 'upload' => 'Kliknij lub upuść pliki tutaj, aby przesłać.',
+ 'no_file_selected' => 'Nie wybrano żadnego pliku.',
+ 'no_uploads' => 'Brak przesłanych plików.',
+ 'overwrite' => 'został już przesłany. Czy chcesz go zastąpić?',
+ 'uploading' => 'Przesyłanie',
+ 'loading' => 'Ładowanie',
+ 'choose_file_option' => 'Wybierz opcję pliku',
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/pl/validation.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/pl/validation.php
new file mode 100644
index 000000000..7c5763225
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/pl/validation.php
@@ -0,0 +1,5 @@
+ 'Skonfigurowany dysk do przesyłania dla: atrybut nie istnieje.',
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/pt/addon.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/pt/addon.php
new file mode 100644
index 000000000..8673df9ea
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/pt/addon.php
@@ -0,0 +1,7 @@
+ 'Único arquivo',
+ 'name' => 'Tipo de campo de arquivo',
+ 'description' => 'Um tipo de campo de upload de arquivo.',
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/pt/button.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/pt/button.php
new file mode 100644
index 000000000..b9e571370
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/pt/button.php
@@ -0,0 +1,8 @@
+ 'Selecione o arquivo',
+ 'upload' => 'Envio',
+ 'remove' => 'Retirar',
+ 'change' => 'mudança',
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/pt/config.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/pt/config.php
new file mode 100644
index 000000000..034e207bf
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/pt/config.php
@@ -0,0 +1,23 @@
+ [
+ 'name' => 'Pastas',
+ 'instructions' => 'Especifique quais pastas estão disponíveis para este campo. Deixe em branco para exibir todas as pastas.',
+ 'warning' => 'As permissões de pasta existentes têm precedência sobre as pastas selecionadas.',
+ ],
+ 'max' => [
+ 'name' => 'Tamanho máximo de upload',
+ 'instructions' => 'Especifique o tamanho máximo de upload em megabytes .',
+ 'warning' => 'Se não for especificada, a pasta max e o servidor max serão usados.',
+ ],
+ 'mode' => [
+ 'name' => 'Modo de entrada',
+ 'instructions' => 'Como os usuários devem fornecer entrada de arquivo?',
+ 'option' => [
+ 'default' => 'Carregar e / ou selecionar arquivos.',
+ 'select' => 'Selecione apenas arquivos.',
+ 'upload' => 'Carregar apenas arquivos.',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/pt/message.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/pt/message.php
new file mode 100644
index 000000000..7048eff52
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/pt/message.php
@@ -0,0 +1,13 @@
+ 'Qual arquivo você gostaria de usar?',
+ 'choose_folder' => 'Para qual pasta você deseja enviar?',
+ 'upload' => 'Clique ou solte os arquivos aqui para fazer o upload.',
+ 'no_file_selected' => 'Nenhum arquivo selecionado.',
+ 'no_uploads' => 'Nenhum arquivo enviado.',
+ 'overwrite' => 'já foi enviado. Deseja substituí-lo?',
+ 'uploading' => 'Enviando',
+ 'loading' => 'Carregando',
+ 'choose_file_option' => 'Escolha a opção de arquivo',
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/pt/validation.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/pt/validation.php
new file mode 100644
index 000000000..b6a59b015
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/pt/validation.php
@@ -0,0 +1,5 @@
+ 'O disco de upload configurado para: attribute não existe.',
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/ro/addon.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/ro/addon.php
new file mode 100644
index 000000000..44b7f6e25
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/ro/addon.php
@@ -0,0 +1,7 @@
+ 'Un singur fișier',
+ 'name' => 'Tipul câmpului de fișier',
+ 'description' => 'Un tip de câmp de încărcare a fișierelor.',
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/ro/button.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/ro/button.php
new file mode 100644
index 000000000..864b783ba
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/ro/button.php
@@ -0,0 +1,8 @@
+ 'Selectați Fișier',
+ 'upload' => 'Încărcați',
+ 'remove' => 'Elimina',
+ 'change' => 'Schimbare',
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/ro/config.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/ro/config.php
new file mode 100644
index 000000000..9751828df
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/ro/config.php
@@ -0,0 +1,23 @@
+ [
+ 'name' => 'Dosare',
+ 'instructions' => 'Specificați ce foldere sunt disponibile pentru acest câmp. Lăsați gol pentru a afișa toate folderele.',
+ 'warning' => 'Permisiunile de folder existente au prioritate față de directoarele selectate.',
+ ],
+ 'max' => [
+ 'name' => 'Dimensiunea maximă a încărcării',
+ 'instructions' => 'Specificați dimensiunea maximă de încărcare în megabyte .',
+ 'warning' => 'Dacă nu este specificat folderul max și apoi serverul max va fi utilizat în schimb.',
+ ],
+ 'mode' => [
+ 'name' => 'Modul de introducere',
+ 'instructions' => 'Cum ar trebui utilizatorii să furnizeze introducerea fișierului?',
+ 'option' => [
+ 'default' => 'Încărcați și / sau selectați fișiere.',
+ 'select' => 'Selectați numai fișiere.',
+ 'upload' => 'Încărcați numai fișiere.',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/ro/message.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/ro/message.php
new file mode 100644
index 000000000..76d54602f
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/ro/message.php
@@ -0,0 +1,13 @@
+ 'Ce fișier doriți să utilizați?',
+ 'choose_folder' => 'În ce folder doriți să încărcați?',
+ 'upload' => 'Faceți clic sau aruncați fișierele aici pentru a le încărca.',
+ 'no_file_selected' => 'Niciun fisier selectat.',
+ 'no_uploads' => 'Nu s-au încărcat fișiere.',
+ 'overwrite' => 'a fost deja încărcat. Doriți să îl suprascrieți?',
+ 'uploading' => 'Se încarcă',
+ 'loading' => 'Se încarcă',
+ 'choose_file_option' => 'Alegeți Opțiunea fișier',
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/ro/validation.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/ro/validation.php
new file mode 100644
index 000000000..423c67f75
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/ro/validation.php
@@ -0,0 +1,5 @@
+ 'Discul de încărcare configurat pentru: atribut nu există.',
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/ru/addon.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/ru/addon.php
new file mode 100644
index 000000000..7b79ffb5a
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/ru/addon.php
@@ -0,0 +1,7 @@
+ 'Отдельный файл',
+ 'name' => 'Тип поля файла',
+ 'description' => 'Тип поля загрузки файла.',
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/ru/button.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/ru/button.php
new file mode 100644
index 000000000..d3e25e9f3
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/ru/button.php
@@ -0,0 +1,8 @@
+ 'Выберите файл',
+ 'upload' => 'Загрузить',
+ 'remove' => 'удалять',
+ 'change' => '+ Изменить',
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/ru/config.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/ru/config.php
new file mode 100644
index 000000000..b2cbd1836
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/ru/config.php
@@ -0,0 +1,23 @@
+ [
+ 'name' => 'Папки',
+ 'instructions' => 'Укажите, какие папки доступны для этого поля. Оставьте пустым, чтобы отобразить все папки.',
+ 'warning' => 'Существующие разрешения для папок имеют приоритет над выбранными папками.',
+ ],
+ 'max' => [
+ 'name' => 'Максимальный размер загрузки',
+ 'instructions' => 'Укажите максимальный размер загрузки в мегабайт .',
+ 'warning' => 'Если не указана папка max, то вместо нее будет использоваться сервер max.',
+ ],
+ 'mode' => [
+ 'name' => 'Режим ввода',
+ 'instructions' => 'Как пользователи должны вводить файлы?',
+ 'option' => [
+ 'default' => 'Загрузить и / или выбрать файлы.',
+ 'select' => 'Выберите только файлы.',
+ 'upload' => 'Загружайте только файлы.',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/ru/message.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/ru/message.php
new file mode 100644
index 000000000..ca9316889
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/ru/message.php
@@ -0,0 +1,13 @@
+ 'Какой файл вы хотели бы использовать?',
+ 'choose_folder' => 'В какую папку вы хотите загрузить файлы?',
+ 'upload' => 'Нажмите или перетащите файлы сюда, чтобы загрузить.',
+ 'no_file_selected' => 'Файл не выбран.',
+ 'no_uploads' => 'Файлы не загружены.',
+ 'overwrite' => 'уже был загружен. Хотите перезаписать это?',
+ 'uploading' => 'Выгрузка',
+ 'loading' => 'загрузка',
+ 'choose_file_option' => 'Выберите вариант файла',
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/ru/validation.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/ru/validation.php
new file mode 100644
index 000000000..7eba5006e
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/ru/validation.php
@@ -0,0 +1,5 @@
+ 'Настроенный загрузочный диск для: атрибута не существует.',
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/sq/addon.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/sq/addon.php
new file mode 100644
index 000000000..4d0d996ef
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/sq/addon.php
@@ -0,0 +1,7 @@
+ 'Dosje e vetme',
+ 'name' => 'Lloji i fushës së skedarit',
+ 'description' => 'Një lloj fushë e ngarkimit të skedarëve.',
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/sq/button.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/sq/button.php
new file mode 100644
index 000000000..b61355259
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/sq/button.php
@@ -0,0 +1,8 @@
+ 'Zgjidhni skedarin',
+ 'upload' => 'Ngarkoni',
+ 'remove' => 'Hiq',
+ 'change' => 'Ndryshim',
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/sq/config.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/sq/config.php
new file mode 100644
index 000000000..104b6fb03
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/sq/config.php
@@ -0,0 +1,23 @@
+ [
+ 'name' => 'Dosjet',
+ 'instructions' => 'Specifikoni cilat dosje janë të disponueshëm për këtë fushë. Lini bosh për të shfaqur të gjithë dosjet.',
+ 'warning' => 'Lejet ekzistuese të dosjeve kanë përparësi ndaj dosjeve të zgjedhura.',
+ ],
+ 'max' => [
+ 'name' => 'Madhësia e ngarkimit maksimal',
+ 'instructions' => 'Specifikoni madhësinë maksimale të ngarkimit në megabajt .',
+ 'warning' => 'Nëse nuk specifikohet maksimumi i dosjes dhe më pas do të përdoret maksimumi i serverit.',
+ ],
+ 'mode' => [
+ 'name' => 'Mënyra e hyrjes',
+ 'instructions' => 'Si duhet të sigurojnë përdoruesit futjen e skedarit?',
+ 'option' => [
+ 'default' => 'Ngarkoni dhe / ose zgjidhni skedarë.',
+ 'select' => 'Zgjidhni vetëm skedarët.',
+ 'upload' => 'Ngarko skedarët vetëm.',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/sq/message.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/sq/message.php
new file mode 100644
index 000000000..928d559aa
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/sq/message.php
@@ -0,0 +1,13 @@
+ 'Cilin skedar dëshironi të përdorni?',
+ 'choose_folder' => 'Në cilën dosje dëshironi të ngarkoni?',
+ 'upload' => 'Klikoni ose lëshoni skedarët këtu për të ngarkuar.',
+ 'no_file_selected' => 'Asnjë skedar nuk është zgjedhur.',
+ 'no_uploads' => 'Asnjë fotografi të ngarkuar.',
+ 'overwrite' => 'tashmë është ngarkuar. Dëshiron ta rishkruash?',
+ 'uploading' => 'Ngarkimi...',
+ 'loading' => 'Ngarkim...',
+ 'choose_file_option' => 'Zgjidhni Opsionin e Skedarit',
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/sq/validation.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/sq/validation.php
new file mode 100644
index 000000000..f1839fcb2
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/sq/validation.php
@@ -0,0 +1,5 @@
+ 'Disku i konfiguruar i ngarkimit për: attribute nuk ekziston.',
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/sr/addon.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/sr/addon.php
new file mode 100644
index 000000000..e0352581a
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/sr/addon.php
@@ -0,0 +1,7 @@
+ 'Single File',
+ 'name' => 'Tip polja datoteka',
+ 'description' => 'Tip polja za otpremanje datoteka.',
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/sr/button.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/sr/button.php
new file mode 100644
index 000000000..bab550c9a
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/sr/button.php
@@ -0,0 +1,8 @@
+ 'Izaberite datoteku',
+ 'upload' => 'Otprеmi',
+ 'remove' => 'Ukloni',
+ 'change' => 'Promeni',
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/sr/config.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/sr/config.php
new file mode 100644
index 000000000..b81d42ab8
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/sr/config.php
@@ -0,0 +1,23 @@
+ [
+ 'name' => 'Folderi',
+ 'instructions' => 'Navedite koje su fascikle dostupne za ovo polje. Ostavite prazno za prikaz svih direktorijuma.',
+ 'warning' => 'Postojeće dozvole za fascikle imaju prednost nad odabranim direktorijumima.',
+ ],
+ 'max' => [
+ 'name' => 'Maksimalna veličina otpremanja',
+ 'instructions' => 'Navedite maksimalnu veličinu otpremanja u megabajtima .',
+ 'warning' => 'Ako nije navedeno, umesto toga koristiće se folder max, a zatim server max.',
+ ],
+ 'mode' => [
+ 'name' => 'Mod unosa',
+ 'instructions' => 'Kako korisnici treba da obezbede unos datoteka?',
+ 'option' => [
+ 'default' => 'Otpremite i / ili izaberite datoteke.',
+ 'select' => 'Izaberite samo datoteke.',
+ 'upload' => 'Отпреми само датотеке.',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/sr/message.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/sr/message.php
new file mode 100644
index 000000000..5aaef12a4
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/sr/message.php
@@ -0,0 +1,13 @@
+ 'Koje biste datoteke želeli da koristite?',
+ 'choose_folder' => 'U koju fasciklu biste želeli da otpremite?',
+ 'upload' => 'Kliknite ovde ili prevucite datoteke ovde da biste ih otpremili.',
+ 'no_file_selected' => 'Nije izabrana nijedna datoteka.',
+ 'no_uploads' => 'Nije otpremljena nijedna datoteka.',
+ 'overwrite' => 'je već postavljeno. Da li želite da ga prepišete?',
+ 'uploading' => 'Otpremanje',
+ 'loading' => 'Učitavanje',
+ 'choose_file_option' => 'Odaberite Opciju',
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/sr/validation.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/sr/validation.php
new file mode 100644
index 000000000..1300fc11c
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/sr/validation.php
@@ -0,0 +1,5 @@
+ 'Konfigurisani disk za otpremanje za :atribut ne postoji.',
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/sv/addon.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/sv/addon.php
new file mode 100644
index 000000000..46050d0a4
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/sv/addon.php
@@ -0,0 +1,7 @@
+ 'Ensam fil',
+ 'name' => 'File Field Type',
+ 'description' => 'Fälttyp för filuppladdning.',
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/sv/button.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/sv/button.php
new file mode 100644
index 000000000..8217d8fa5
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/sv/button.php
@@ -0,0 +1,8 @@
+ 'Välj fil',
+ 'upload' => 'Ladda upp',
+ 'remove' => 'Avlägsna',
+ 'change' => 'Förändra',
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/sv/config.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/sv/config.php
new file mode 100644
index 000000000..8c7a6fe0c
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/sv/config.php
@@ -0,0 +1,23 @@
+ [
+ 'name' => 'mappar',
+ 'instructions' => 'Ange vilka mappar som är tillgängliga för det här fältet. Lämna tomt för att visa alla mappar.',
+ 'warning' => 'Befintliga mappbehörigheter har företräde framför valda mappar.',
+ ],
+ 'max' => [
+ 'name' => 'Max uppladdningsstorlek',
+ 'instructions' => 'Ange den maximala uppladdningsstorleken i megabyte .',
+ 'warning' => 'Om det inte anges kommer mappen max och sedan server max att användas istället.',
+ ],
+ 'mode' => [
+ 'name' => 'Inmatningsläge',
+ 'instructions' => 'Hur ska användare tillhandahålla filinmatning?',
+ 'option' => [
+ 'default' => 'Ladda upp och / eller välj filer.',
+ 'select' => 'Välj bara filer.',
+ 'upload' => 'Ladda bara upp filer.',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/sv/message.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/sv/message.php
new file mode 100644
index 000000000..1fc1d8272
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/sv/message.php
@@ -0,0 +1,13 @@
+ 'Vilken fil vill du använda?',
+ 'choose_folder' => 'Vilken mapp vill du ladda upp till?',
+ 'upload' => 'Klicka eller släpp filer här för att ladda upp.',
+ 'no_file_selected' => 'Ingen fil vald.',
+ 'no_uploads' => 'Inga filer laddas upp.',
+ 'overwrite' => 'har redan laddats upp. Vill du skriva över det?',
+ 'uploading' => 'uppladdning',
+ 'loading' => 'Läser in',
+ 'choose_file_option' => 'Välj Filalternativ',
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/sv/validation.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/sv/validation.php
new file mode 100644
index 000000000..85f4e2adc
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/sv/validation.php
@@ -0,0 +1,5 @@
+ 'Den konfigurerade uppladdningsskivan för: attributet finns inte.',
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/tr/addon.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/tr/addon.php
new file mode 100644
index 000000000..605095314
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/tr/addon.php
@@ -0,0 +1,7 @@
+ 'Tek Dosya',
+ 'name' => 'Dosya Alan Tipi',
+ 'description' => 'Bir dosya yükleme alan tipi.',
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/tr/button.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/tr/button.php
new file mode 100644
index 000000000..025a9b560
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/tr/button.php
@@ -0,0 +1,8 @@
+ 'Dosya Seç',
+ 'upload' => 'Yükle',
+ 'remove' => 'Kaldır',
+ 'change' => 'Değiştir',
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/tr/config.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/tr/config.php
new file mode 100644
index 000000000..6d5c9dd3f
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/tr/config.php
@@ -0,0 +1,23 @@
+ [
+ 'name' => 'Klasörler',
+ 'instructions' => 'Bu alan için hangi klasörlerin mevcut olduğu belirtin. Bütün klasörleri göstermek için boş bırakın.',
+ 'warning' => 'Varolan klasör izinleri, seçili klasörler üzerinde üstünlük gösterir.',
+ ],
+ 'max' => [
+ 'name' => 'Maks Yükleme Boyutu',
+ 'instructions' => 'Maks yükleme boyutunu megabyte cinsinden belirtin.',
+ 'warning' => 'Eğer belirtilmezse klasör maks ve sunucu maks değerleri kullanılır.',
+ ],
+ 'mode' => [
+ 'name' => 'Giriş Modu',
+ 'instructions' => 'Kullanıcılar dosya girdisini nasıl sağlamalıdır?',
+ 'option' => [
+ 'default' => 'Dosyaları yükleyin ve / veya seçin.',
+ 'select' => 'Yalnızca dosyaları seçin.',
+ 'upload' => 'Yalnızca dosya yükleyin.',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/tr/message.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/tr/message.php
new file mode 100644
index 000000000..5b6e3af81
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/tr/message.php
@@ -0,0 +1,13 @@
+ 'Hangi dosyayı kullanmak istiyorsunuz?',
+ 'choose_folder' => 'Hangi klasöre yükleme yapmak istiyorsunuz?',
+ 'upload' => 'Dosyaları buraya sürükleyin veya seçmek için tıklayın.',
+ 'no_file_selected' => 'Hiç seçili dosya yok.',
+ 'no_uploads' => 'Hiç dosya yüklenmedi.',
+ 'overwrite' => 'daha önce yüklenmiş. Üzerine kaydetmek ister misiniz?',
+ 'uploading' => 'Karşıya Yükleniyor',
+ 'loading' => 'Yükleniyor',
+ 'choose_file_option' => 'Bir Dosya Seçin',
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/tr/validation.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/tr/validation.php
new file mode 100644
index 000000000..824296c78
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/tr/validation.php
@@ -0,0 +1,5 @@
+ ':attribute için ayarlanmış bir yükleme diski bulunmuyor',
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/uk/addon.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/uk/addon.php
new file mode 100644
index 000000000..3213023ca
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/uk/addon.php
@@ -0,0 +1,7 @@
+ 'Єдиний файл',
+ 'name' => 'Тип файлу',
+ 'description' => 'Тип поля для завантаження файлу.',
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/uk/button.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/uk/button.php
new file mode 100644
index 000000000..f95ca6925
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/uk/button.php
@@ -0,0 +1,8 @@
+ 'Виберіть «Файл»',
+ 'upload' => 'Завантажити',
+ 'remove' => 'Видалити',
+ 'change' => 'Зміна',
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/uk/config.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/uk/config.php
new file mode 100644
index 000000000..161e5bc32
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/uk/config.php
@@ -0,0 +1,23 @@
+ [
+ 'name' => 'Папки',
+ 'instructions' => 'Вкажіть, які папки доступні для цього поля. Залиште порожнім, щоб відобразити всі папки.',
+ 'warning' => 'Існуючі дозволи для папок мають перевагу над вибраними папками.',
+ ],
+ 'max' => [
+ 'name' => 'Максимальний розмір завантаження',
+ 'instructions' => 'Вкажіть максимальний розмір завантаження в мегабайт .',
+ 'warning' => 'Якщо не вказано папку max, то замість цього буде використано max сервер.',
+ ],
+ 'mode' => [
+ 'name' => 'Режим введення',
+ 'instructions' => 'Як користувачі повинні забезпечувати введення файлів?',
+ 'option' => [
+ 'default' => 'Завантажте та / або виберіть файли.',
+ 'select' => 'Вибирайте лише файли.',
+ 'upload' => 'Завантажуйте лише файли.',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/uk/message.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/uk/message.php
new file mode 100644
index 000000000..8e0a83d4d
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/uk/message.php
@@ -0,0 +1,13 @@
+ 'Який файл ви хочете використовувати?',
+ 'choose_folder' => 'У яку папку ви хочете завантажити?',
+ 'upload' => 'Клацніть або видаліть файли тут, щоб завантажити.',
+ 'no_file_selected' => 'Файл не вибрано.',
+ 'no_uploads' => 'Файлів не завантажено.',
+ 'overwrite' => 'вже завантажено. Чи хотіли б ви її перезаписати?',
+ 'uploading' => 'Завантаження',
+ 'loading' => 'Завантаження',
+ 'choose_file_option' => 'Виберіть варіант файлу',
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/uk/validation.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/uk/validation.php
new file mode 100644
index 000000000..c0ac04e8f
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/uk/validation.php
@@ -0,0 +1,5 @@
+ 'Налаштований диск для завантаження для: атрибута не існує.',
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/ur/addon.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/ur/addon.php
new file mode 100644
index 000000000..67bf1fcf4
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/ur/addon.php
@@ -0,0 +1,7 @@
+ 'ایک فائل',
+ 'name' => 'فیلڈ کی قسم',
+ 'description' => 'فائل اپلوڈ فیلڈ کی قسم۔',
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/ur/button.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/ur/button.php
new file mode 100644
index 000000000..649132eb3
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/ur/button.php
@@ -0,0 +1,8 @@
+ 'فائل منتخب کریں',
+ 'upload' => 'اپ لوڈ کریں',
+ 'remove' => 'دور',
+ 'change' => 'بدلیں',
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/ur/config.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/ur/config.php
new file mode 100644
index 000000000..30b3310b7
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/ur/config.php
@@ -0,0 +1,23 @@
+ [
+ 'name' => 'فولڈرز',
+ 'instructions' => 'بتائیں کہ اس فیلڈ کے لئے کون سے فولڈر دستیاب ہیں۔ تمام فولڈرز کو ظاہر کرنے کے لئے خالی چھوڑیں۔',
+ 'warning' => 'موجودہ فولڈروں میں فولڈر کی موجودہ اجازتوں کو فوقیت دیتی ہے۔',
+ ],
+ 'max' => [
+ 'name' => 'زیادہ سے زیادہ اپ لوڈ سائز',
+ 'instructions' => 'زیادہ سے زیادہ اپلوڈ سائز میگا بائٹ میں بتائیں۔',
+ 'warning' => 'اگر فولڈر میں زیادہ سے زیادہ کی وضاحت نہیں کی گئی ہے اور پھر اس کے بجائے سرور میکس استعمال ہوگا۔',
+ ],
+ 'mode' => [
+ 'name' => 'ان پٹ وضع',
+ 'instructions' => 'صارفین کو فائل ان پٹ کس طرح فراہم کرنا چاہئے؟',
+ 'option' => [
+ 'default' => 'فائلیں اپ لوڈ اور / یا منتخب کریں۔',
+ 'select' => 'صرف فائلیں منتخب کریں۔',
+ 'upload' => 'صرف فائلیں اپ لوڈ کریں۔',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/ur/message.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/ur/message.php
new file mode 100644
index 000000000..397e2e252
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/ur/message.php
@@ -0,0 +1,13 @@
+ 'آپ کون سی فائل استعمال کرنا چاہیں گے؟',
+ 'choose_folder' => 'آپ کس فولڈر میں اپ لوڈ کرنا چاہیں گے؟',
+ 'upload' => 'فائلوں کو اپ لوڈ کرنے کے لئے یہاں دبائیں یا چھوڑیں۔',
+ 'no_file_selected' => 'کوئی فائل منتخب نہیں کی گئی.',
+ 'no_uploads' => 'کوئی فائلیں اپ لوڈ نہیں کی گئیں۔',
+ 'overwrite' => 'پہلے ہی اپ لوڈ ہوچکا ہے۔ کیا آپ اسے ادلیکھت کرنا چاہیں گے؟',
+ 'uploading' => 'اپ لوڈ ہو رہا ہے',
+ 'loading' => 'لوڈ ہو رہا ہے',
+ 'choose_file_option' => 'فائل آپشن کا انتخاب کریں',
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/ur/validation.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/ur/validation.php
new file mode 100644
index 000000000..10b4a0b7d
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/ur/validation.php
@@ -0,0 +1,5 @@
+ 'کے لئے تشکیل شدہ اپ لوڈ ڈسک: وصف موجود نہیں ہے۔',
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/vi/addon.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/vi/addon.php
new file mode 100644
index 000000000..a3602397a
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/vi/addon.php
@@ -0,0 +1,7 @@
+ 'Tập tin duy nhất',
+ 'name' => 'Loại trường tệp',
+ 'description' => 'Một loại trường tải lên tập tin.',
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/vi/button.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/vi/button.php
new file mode 100644
index 000000000..4d8828a7a
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/vi/button.php
@@ -0,0 +1,8 @@
+ 'Chọn tập tin',
+ 'upload' => 'Tải lên',
+ 'remove' => 'Tẩy',
+ 'change' => 'Thay đổi',
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/vi/config.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/vi/config.php
new file mode 100644
index 000000000..84792bd10
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/vi/config.php
@@ -0,0 +1,23 @@
+ [
+ 'name' => 'Thư mục',
+ 'instructions' => 'Chỉ định thư mục nào có sẵn cho trường này. Để trống để hiển thị tất cả các thư mục.',
+ 'warning' => 'Quyền thư mục hiện có được ưu tiên hơn các thư mục được chọn.',
+ ],
+ 'max' => [
+ 'name' => 'Kích thước tải lên tối đa',
+ 'instructions' => 'Chỉ định kích thước tải lên tối đa trong megabyte .',
+ 'warning' => 'Nếu không được chỉ định thư mục max và sau đó máy chủ max sẽ được sử dụng thay thế.',
+ ],
+ 'mode' => [
+ 'name' => 'Chế độ đầu vào',
+ 'instructions' => 'Người dùng nên cung cấp đầu vào tập tin như thế nào?',
+ 'option' => [
+ 'default' => 'Tải lên và / hoặc chọn tập tin.',
+ 'select' => 'Chỉ chọn tệp.',
+ 'upload' => 'Chỉ tải lên tệp.',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/vi/message.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/vi/message.php
new file mode 100644
index 000000000..774de3906
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/vi/message.php
@@ -0,0 +1,13 @@
+ 'Bạn muốn sử dụng tập tin nào?',
+ 'choose_folder' => 'Thư mục nào bạn muốn tải lên?',
+ 'upload' => 'Nhấp hoặc thả tập tin vào đây để tải lên.',
+ 'no_file_selected' => 'Không có tập tin được chọn.',
+ 'no_uploads' => 'Không có tập tin tải lên.',
+ 'overwrite' => 'đã được tải lên. Bạn có muốn ghi đè lên nó?',
+ 'uploading' => 'Đang tải lên',
+ 'loading' => 'Đang tải',
+ 'choose_file_option' => 'Chọn tùy chọn tệp',
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/vi/validation.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/vi/validation.php
new file mode 100644
index 000000000..9ab4a24da
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/vi/validation.php
@@ -0,0 +1,5 @@
+ 'Đĩa tải lên được cấu hình cho: thuộc tính không tồn tại.',
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/zh-cn/addon.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/zh-cn/addon.php
new file mode 100644
index 000000000..94b3ad631
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/zh-cn/addon.php
@@ -0,0 +1,7 @@
+ '文件',
+ 'name' => '文件字段类型',
+ 'description' => '文件上传字段类型.',
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/zh-cn/button.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/zh-cn/button.php
new file mode 100644
index 000000000..f62acf9cf
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/zh-cn/button.php
@@ -0,0 +1,8 @@
+ '选择文件',
+ 'upload' => '上传',
+ 'remove' => '移除',
+ 'change' => '更改',
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/zh-cn/config.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/zh-cn/config.php
new file mode 100644
index 000000000..8e4b91ae8
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/zh-cn/config.php
@@ -0,0 +1,14 @@
+ [
+ 'name' => '文件夹',
+ 'instructions' => '指定字段对应的可用文件夹. 留空则显示所有文件夹.',
+ 'warning' => '已存在的文件夹权限优先于所选文件夹.',
+ ],
+ 'max' => [
+ 'name' => '最大上传文件大小',
+ 'instructions' => '指定最大的上传文件大小, 单位为 MB .',
+ 'warning' => '若不指定则使用服务器的设置值.',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/zh-cn/message.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/zh-cn/message.php
new file mode 100644
index 000000000..8bbc3ab78
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/zh-cn/message.php
@@ -0,0 +1,12 @@
+ '要使用哪一个文件?',
+ 'choose_folder' => '要上传到哪一个文件夹?',
+ 'upload' => '点击或拖放文件到此处以上传.',
+ 'no_file_selected' => '尚未选择文件.',
+ 'no_uploads' => '无文件上传.',
+ 'overwrite' => '文件已存在. 要覆盖吗?',
+ 'uploading' => '上传中',
+ 'loading' => '载入中',
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/zh-cn/validation.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/zh-cn/validation.php
new file mode 100644
index 000000000..3e6483f6f
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/zh-cn/validation.php
@@ -0,0 +1,5 @@
+ '为 :attribute 配置的上传磁盘并不存在.',
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/zh-tw/addon.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/zh-tw/addon.php
new file mode 100644
index 000000000..c6cbc6ee3
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/zh-tw/addon.php
@@ -0,0 +1,7 @@
+ '檔案',
+ 'name' => '檔案欄位型別',
+ 'description' => '一個上傳檔案的欄位型別',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/zh-tw/button.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/zh-tw/button.php
new file mode 100644
index 000000000..27788d8f1
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/zh-tw/button.php
@@ -0,0 +1,8 @@
+ '選擇檔案',
+ 'upload' => '上傳',
+ 'remove' => '移除',
+ 'change' => '更改',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/zh-tw/config.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/zh-tw/config.php
new file mode 100644
index 000000000..6184eb7f2
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/zh-tw/config.php
@@ -0,0 +1,9 @@
+ [
+ 'name' => '檔案夾',
+ 'instructions' => '請指定此欄位可用的檔案夾。空白則代表所有的資料夾。',
+ 'warning' => '已經存在的檔案夾權限優先於選擇的檔案夾。',
+ ],
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/zh-tw/message.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/zh-tw/message.php
new file mode 100644
index 000000000..59f7a978f
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/zh-tw/message.php
@@ -0,0 +1,12 @@
+ '您想要使用哪個檔案?',
+ 'choose_folder' => '您想要上傳到哪個檔案夾?',
+ 'upload' => '點選或拖曳檔案到此上傳。',
+ 'no_file_selected' => '沒有選擇檔案',
+ 'no_uploads' => '沒有檔案被上傳',
+ 'overwrite' => '已經上傳。您想要覆蓋它嗎?',
+ 'uploading' => '上傳中',
+ 'loading' => '載入中',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/zh-tw/validation.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/zh-tw/validation.php
new file mode 100644
index 000000000..6bd1a9bf6
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/zh-tw/validation.php
@@ -0,0 +1,5 @@
+ '為 :attribute 設定的上傳磁碟不存在。',
+];
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/zh/addon.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/zh/addon.php
new file mode 100644
index 000000000..8daf2d94d
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/zh/addon.php
@@ -0,0 +1,7 @@
+ '单文件',
+ 'name' => '文件字段类型',
+ 'description' => '文件上传字段类型。',
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/zh/button.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/zh/button.php
new file mode 100644
index 000000000..5f3f0e6c2
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/zh/button.php
@@ -0,0 +1,8 @@
+ '选择文件',
+ 'upload' => '上载',
+ 'remove' => '去掉',
+ 'change' => '更改',
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/zh/config.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/zh/config.php
new file mode 100644
index 000000000..79b9442fa
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/zh/config.php
@@ -0,0 +1,23 @@
+ [
+ 'name' => '资料夹',
+ 'instructions' => '指定可用于此字段的文件夹。保留空白以显示所有文件夹。',
+ 'warning' => '现有文件夹权限优先于所选文件夹。',
+ ],
+ 'max' => [
+ 'name' => '最大上传大小',
+ 'instructions' => '指定最大上传大小(以 兆字节为单位) 。',
+ 'warning' => '如果未指定,则将使用文件夹max和server max代替。',
+ ],
+ 'mode' => [
+ 'name' => '输入模式',
+ 'instructions' => '用户应如何提供文件输入?',
+ 'option' => [
+ 'default' => '上传和/或选择文件。',
+ 'select' => '仅选择文件。',
+ 'upload' => '仅上传文件。',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/zh/message.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/zh/message.php
new file mode 100644
index 000000000..8dadb4b09
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/zh/message.php
@@ -0,0 +1,13 @@
+ '您要使用哪个文件?',
+ 'choose_folder' => '您想上传到哪个文件夹?',
+ 'upload' => '单击或将文件拖放到此处进行上传。',
+ 'no_file_selected' => '未选择文件。',
+ 'no_uploads' => '没有文件上传。',
+ 'overwrite' => '已经上传。您要覆盖它吗?',
+ 'uploading' => '上载中',
+ 'loading' => '载入中',
+ 'choose_file_option' => '选择文件选项',
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/lang/zh/validation.php b/resources/default/addons/visiosoft/singlefile-field_type/lang/zh/validation.php
new file mode 100644
index 000000000..263cd1015
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/lang/zh/validation.php
@@ -0,0 +1,5 @@
+ '为:attribute配置的上载磁盘不存在。',
+];
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/views/choose.twig b/resources/default/addons/visiosoft/singlefile-field_type/views/choose.twig
new file mode 100644
index 000000000..730547176
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/views/choose.twig
@@ -0,0 +1,28 @@
+
+
+
+
+ {% include "streams::modals/filter" %}
+
+ {% if not folders.isEmpty() %}
+
+ {% else %}
+ {{ trans('streams::message.no_results') }}
+ {% endif %}
+
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/views/input.twig b/resources/default/addons/visiosoft/singlefile-field_type/views/input.twig
new file mode 100644
index 000000000..1a1e9a9f0
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/views/input.twig
@@ -0,0 +1,28 @@
+{{ asset_add('scripts.js', 'visiosoft.field_type.singlefile::js/input.js') }}
+
+{% if not (field_type.readonly) %}
+ {% if field_type.config.mode in ['default', 'select'] %}
+ {{ trans('visiosoft.field_type.singlefile::button.select_file') }}
+ {% endif %}
+
+ {% if field_type.config.mode in ['default', 'upload'] %}
+ {{ trans('visiosoft.field_type.singlefile::button.upload') }}
+ {{ trans('visiosoft.field_type.singlefile::message.choose_file_option') }}
+ {% endif %}
+{% endif %}
+
+
+
+
+ {{ field_type.value_table|raw }}
+
+
+
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/views/table.twig b/resources/default/addons/visiosoft/singlefile-field_type/views/table.twig
new file mode 100644
index 000000000..819314bae
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/views/table.twig
@@ -0,0 +1,42 @@
+{% if not actions.empty() %}
+ {{ asset_add("scripts.js", "streams::js/table/actions.js") }}
+{% endif %}
+
+{% if table.options.sortable %}
+ {{ asset_add("scripts.js", "streams::js/table/sortable.js") }}
+{% endif %}
+
+
+
+ {% if not table.rows.empty() %}
+ {% block panel %}
+
+
+
+
+
+ {% block body %}
+ {{ view("streams::table/partials/body", {'table': table}) }}
+ {% endblock %}
+
+
+
+
+
+ {% endblock %}
+ {% else %}
+
+ {% block no_results %}
+
+
+ {{ trans(table.options.get('no_results_message', 'streams::message.no_results')) }}
+
+
+ {% endblock %}
+
+ {% endif %}
+
+
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/views/upload/index.twig b/resources/default/addons/visiosoft/singlefile-field_type/views/upload/index.twig
new file mode 100644
index 000000000..6fc30839b
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/views/upload/index.twig
@@ -0,0 +1,24 @@
+{{ asset_add('styles.css', 'visiosoft.field_type.singlefile::less/upload.less') }}
+
+{{ asset_add('scripts.js', 'visiosoft.field_type.singlefile::js/dropzone.min.js') }}
+{{ asset_add('scripts.js', 'visiosoft.field_type.singlefile::js/upload.js') }}
+
+{% for path in asset_paths("styles.css") %}
+ {{ html_style(path) }}
+{% endfor %}
+
+{% for path in asset_paths("scripts.js") %}
+ {{ html_script(path) }}
+{% endfor %}
+
+
+
+ {% include "visiosoft.field_type.singlefile::upload/partials/header" %}
+ {% include "visiosoft.field_type.singlefile::upload/partials/body" %}
+ {% include "visiosoft.field_type.singlefile::upload/partials/template" %}
+
+
+ {{ table.content|raw }}
+
+
+
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/views/upload/partials/body.twig b/resources/default/addons/visiosoft/singlefile-field_type/views/upload/partials/body.twig
new file mode 100644
index 000000000..f8170f59b
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/views/upload/partials/body.twig
@@ -0,0 +1,16 @@
+
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/views/upload/partials/header.twig b/resources/default/addons/visiosoft/singlefile-field_type/views/upload/partials/header.twig
new file mode 100644
index 000000000..1bfdbb3e9
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/views/upload/partials/header.twig
@@ -0,0 +1,19 @@
+
\ No newline at end of file
diff --git a/resources/default/addons/visiosoft/singlefile-field_type/views/upload/partials/template.twig b/resources/default/addons/visiosoft/singlefile-field_type/views/upload/partials/template.twig
new file mode 100644
index 000000000..6332287fb
--- /dev/null
+++ b/resources/default/addons/visiosoft/singlefile-field_type/views/upload/partials/template.twig
@@ -0,0 +1,11 @@
+
diff --git a/resources/default/addons/visiosoft/style_selector-module/config/settings.php b/resources/default/addons/visiosoft/style_selector-module/config/settings.php
new file mode 100644
index 000000000..26307a052
--- /dev/null
+++ b/resources/default/addons/visiosoft/style_selector-module/config/settings.php
@@ -0,0 +1,10 @@
+ [
+ 'type' => 'anomaly.field_type.text',
+ 'config' => [
+ 'default_value' => 'visiosoft.extension.sahibinden_style_provider'
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/style_selector-module/lang/en/addon.php b/resources/default/addons/visiosoft/style_selector-module/lang/en/addon.php
new file mode 100644
index 000000000..5c4e67489
--- /dev/null
+++ b/resources/default/addons/visiosoft/style_selector-module/lang/en/addon.php
@@ -0,0 +1,9 @@
+ 'Style Selector',
+ 'name' => 'Style Selector Module',
+ 'section' => [
+ 'style_selector' => 'Style Selector'
+ ],
+];
diff --git a/resources/default/addons/visiosoft/style_selector-module/lang/en/button.php b/resources/default/addons/visiosoft/style_selector-module/lang/en/button.php
new file mode 100644
index 000000000..59253f49e
--- /dev/null
+++ b/resources/default/addons/visiosoft/style_selector-module/lang/en/button.php
@@ -0,0 +1,6 @@
+ 'New Style',
+ 'detail_settings' => 'Detail Settings',
+];
diff --git a/resources/default/addons/visiosoft/style_selector-module/lang/en/field.php b/resources/default/addons/visiosoft/style_selector-module/lang/en/field.php
new file mode 100644
index 000000000..bf57a532a
--- /dev/null
+++ b/resources/default/addons/visiosoft/style_selector-module/lang/en/field.php
@@ -0,0 +1,5 @@
+ 'Detail Page'
+];
diff --git a/resources/default/addons/visiosoft/style_selector-module/lang/en/permission.php b/resources/default/addons/visiosoft/style_selector-module/lang/en/permission.php
new file mode 100644
index 000000000..7b5b53ad3
--- /dev/null
+++ b/resources/default/addons/visiosoft/style_selector-module/lang/en/permission.php
@@ -0,0 +1,12 @@
+ [
+ 'name' => 'Style',
+ 'option' => [
+ 'read' => 'Can read style?',
+ 'write' => 'Can create/edit style?',
+ 'delete' => 'Can delete style?',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/style_selector-module/lang/en/section.php b/resources/default/addons/visiosoft/style_selector-module/lang/en/section.php
new file mode 100644
index 000000000..4b98fd744
--- /dev/null
+++ b/resources/default/addons/visiosoft/style_selector-module/lang/en/section.php
@@ -0,0 +1,7 @@
+ [
+ 'title' => 'Style',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/style_selector-module/lang/en/stream.php b/resources/default/addons/visiosoft/style_selector-module/lang/en/stream.php
new file mode 100644
index 000000000..12c14660e
--- /dev/null
+++ b/resources/default/addons/visiosoft/style_selector-module/lang/en/stream.php
@@ -0,0 +1,7 @@
+ [
+ 'name' => 'Style',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/style_selector-module/views/field_type/preview_select.twig b/resources/default/addons/visiosoft/style_selector-module/views/field_type/preview_select.twig
new file mode 100644
index 000000000..33c6c6f37
--- /dev/null
+++ b/resources/default/addons/visiosoft/style_selector-module/views/field_type/preview_select.twig
@@ -0,0 +1,23 @@
+
+
+ {% for value, option in field_type.options %}
+
+
+
+
+
+ {{ trans(value)|upper }}
+
+
+
+
+
+ {% endfor %}
+
+
diff --git a/resources/default/addons/visiosoft/style_selector-module/views/form.twig b/resources/default/addons/visiosoft/style_selector-module/views/form.twig
new file mode 100644
index 000000000..5e5fe24ab
--- /dev/null
+++ b/resources/default/addons/visiosoft/style_selector-module/views/form.twig
@@ -0,0 +1,44 @@
+{{ asset_add("scripts.js", "streams::js/form/form.js") }}
+{{ asset_add("scripts.js", "streams::js/form/keyboard.js") }}
+{{ asset_add("scripts.js", "streams::js/form/translations.js") }}
+
+{% if not form.options.locked %}
+ {{ asset_add("scripts.js", "streams::js/form/lock.js") }}
+{% endif %}
+
+{% block content %}
+
+
+
+ {{ form.open({
+ 'class': 'form ' ~ form.options.class,
+ })|raw }}
+
+ {#{% include "streams::form/partials/controls" with {"position": "top"} %}#}
+ {% include form.options.get('heading', "streams::form/partials/heading") %}
+
+ {% if not form.fields.isEmpty() %}
+ {% if form.sections.isEmpty() %}
+
+ {% include "streams::form/partials/header" with {"section": section} %}
+
+
+
+ {% for field in form.fields.base().pluck('field_name').all() %}
+ {% if form.fields.translations(field).isNotEmpty() %}
+
+ {% for field in form.fields.translations(field) %}
+ {{ field.render({'form': form})|raw }}
+ {% endfor %}
+
+ {% endif %}
+ {% endfor %}
+
+
+ {% endif %}
+ {% endif %}
+ {% include "streams::form/partials/controls" %}
+ {{ form.close()|raw }}
+
+
+{% endblock %}
diff --git a/resources/default/addons/visiosoft/submenu-plugin/lang/en/addon.php b/resources/default/addons/visiosoft/submenu-plugin/lang/en/addon.php
new file mode 100644
index 000000000..d3e0a9082
--- /dev/null
+++ b/resources/default/addons/visiosoft/submenu-plugin/lang/en/addon.php
@@ -0,0 +1,7 @@
+ 'Submenu',
+ 'name' => 'Submenu Plugin',
+ 'description' => ''
+];
diff --git a/resources/default/addons/visiosoft/system-module/config/permissions.php b/resources/default/addons/visiosoft/system-module/config/permissions.php
new file mode 100644
index 000000000..34ce3a6c0
--- /dev/null
+++ b/resources/default/addons/visiosoft/system-module/config/permissions.php
@@ -0,0 +1,9 @@
+ [
+ 'read',
+ 'write',
+ 'delete',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/system-module/config/settings/sections.php b/resources/default/addons/visiosoft/system-module/config/settings/sections.php
new file mode 100644
index 000000000..75fb1efc0
--- /dev/null
+++ b/resources/default/addons/visiosoft/system-module/config/settings/sections.php
@@ -0,0 +1,103 @@
+ [
+ 'fields' => [
+ 'telescope_enabled',
+ 'admin_enabled',
+ 'ignore_paths',
+ 'enabled_watchers',
+ 'max_entries',
+ ],
+ ],
+ 'monitoring' => [
+ 'stacked' => true,
+ 'tabs' => [
+ 'requests' => [
+ 'title' => 'visiosoft.module.system::tab.requests',
+ 'fields' => [
+ 'requests_ignore_paths',
+ 'requests_include_paths',
+ ],
+ ],
+ 'commands' => [
+ 'title' => 'visiosoft.module.system::tab.commands',
+ 'fields' => [
+ 'commands_enabled',
+ ],
+ ],
+ 'schedule' => [
+ 'title' => 'visiosoft.module.system::tab.schedule',
+ 'fields' => [
+ 'schedule_enabled',
+ ],
+ ],
+ 'jobs' => [
+ 'title' => 'visiosoft.module.system::tab.jobs',
+ 'fields' => [
+ 'jobs_enabled',
+ ],
+ ],
+ 'exceptions' => [
+ 'title' => 'visiosoft.module.system::tab.exceptions',
+ 'fields' => [
+ 'exceptions_enabled',
+ ],
+ ],
+ 'logs' => [
+ 'title' => 'visiosoft.module.system::tab.logs',
+ 'fields' => [
+ 'logs_enabled',
+ ],
+ ],
+ 'dumps' => [
+ 'title' => 'visiosoft.module.system::tab.dumps',
+ 'fields' => [
+ 'dumps_enabled',
+ ],
+ ],
+ 'queries' => [
+ 'title' => 'visiosoft.module.system::tab.queries',
+ 'fields' => [
+ 'queries_enabled',
+ ],
+ ],
+ 'models' => [
+ 'title' => 'visiosoft.module.system::tab.models',
+ 'fields' => [
+ 'models_enabled',
+ ],
+ ],
+ 'events' => [
+ 'title' => 'visiosoft.module.system::tab.events',
+ 'fields' => [
+ 'events_enabled',
+ ],
+ ],
+ 'mail' => [
+ 'title' => 'visiosoft.module.system::tab.mail',
+ 'fields' => [
+ 'mail_enabled',
+ ],
+ ],
+ 'notifications' => [
+ 'title' => 'visiosoft.module.system::tab.notifications',
+ 'fields' => [
+ 'notifications_enabled',
+ ],
+ ],
+ 'cache' => [
+ 'title' => 'visiosoft.module.system::tab.cache',
+ 'fields' => [
+ 'cache_enabled',
+ ],
+ ],
+// 'redis' => [
+// 'title' => 'visiosoft.module.system::tab.redis',
+// 'fields' => [
+// 'redis_enabled',
+// ],
+// ],
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/system-module/config/settings/settings.php b/resources/default/addons/visiosoft/system-module/config/settings/settings.php
new file mode 100644
index 000000000..b9ef5db90
--- /dev/null
+++ b/resources/default/addons/visiosoft/system-module/config/settings/settings.php
@@ -0,0 +1,35 @@
+ [
+ 'env' => 'TELESCOPE_ENABLED',
+ 'type' => 'anomaly.field_type.boolean',
+ 'bind' => 'visiosoft.module.system::telescope.enabled',
+ ],
+ 'admin_enabled' => [
+ 'env' => 'TELESCOPE_ADMIN_ENABLED',
+ 'type' => 'anomaly.field_type.boolean',
+ 'bind' => 'visiosoft.module.system::telescope.admin_enabled',
+ ],
+ 'ignore_paths' => [
+ 'bind' => 'visiosoft.module.system::telescope.ignore_paths',
+ 'type' => 'anomaly.field_type.textarea',
+ ],
+ 'enabled_watchers' => [
+ 'type' => 'anomaly.field_type.checkboxes',
+ 'env' => env('TELESCOPE_ENABLED_WATCHERS'),
+ 'bind' => 'visiosoft.module.system::telescope.enabled_watchers',
+ 'config' => [
+ 'mode' => 'tags',
+ 'handler' => \Visiosoft\SystemModule\Telescope\Support\CheckboxesFieldType\EnabledWatchersOptions::class,
+ ],
+ ],
+ 'max_entries' => [
+ 'type' => 'anomaly.field_type.integer',
+ 'env' => env('TELESCOPE_MAX_ENTRIES'),
+ 'bind' => 'visiosoft.module.system::telescope.max_entries',
+ 'config' => [
+ 'default_value' => config('visiosoft.module.system::telescope.max_entries', 10000),
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/system-module/config/telescope.php b/resources/default/addons/visiosoft/system-module/config/telescope.php
new file mode 100644
index 000000000..694f87b64
--- /dev/null
+++ b/resources/default/addons/visiosoft/system-module/config/telescope.php
@@ -0,0 +1,167 @@
+ env('TELESCOPE_ENABLED', false),
+
+ /*
+ |--------------------------------------------------------------------------
+ | Telescope Admin Monitoring
+ |--------------------------------------------------------------------------
+ |
+ | This option is used to disable Telescope
+ | watchers when accessing admin areas.
+ |
+ */
+
+ 'admin_enabled' => env('TELESCOPE_ADMIN_ENABLED', false),
+
+ /*
+ |--------------------------------------------------------------------------
+ | Telescope Max Entries
+ |--------------------------------------------------------------------------
+ |
+ | To prevent unintentional DB flooding please specify
+ | a maximum number of allowed Telescope entries.
+ |
+ */
+
+ 'max_entries' => env('TELESCOPE_MAX_ENTRIES', 10000),
+
+ /*
+ |--------------------------------------------------------------------------
+ | Ignored Paths & Commands
+ |--------------------------------------------------------------------------
+ |
+ | The following array lists the URI paths and Artisan commands that will
+ | not be watched by Telescope. In addition to this list, some Laravel
+ | commands, like migrations and queue commands, are always ignored.
+ |
+ */
+
+ 'ignore_paths' => [
+ //
+ ],
+
+ 'ignore_commands' => [
+ //
+ ],
+
+ /*
+ |--------------------------------------------------------------------------
+ | Telescope Watchers
+ |--------------------------------------------------------------------------
+ |
+ | The following array lists the UI components to use for the "watchers"
+ | that will be registered with Telescope. The watchers gather the
+ | application's profile data when a request or task is executed.
+ |
+ */
+
+ 'watchers' => [
+ 'views' => [
+ 'enabled' => env('TELESCOPE_VIEW_WATCHER', true),
+ 'view' => 'visiosoft.module.system::admin/views',
+ 'table' => \Visiosoft\SystemModule\Telescope\Table\ViewTableBuilder::class,
+ 'key' => 'telescope.watchers.Laravel\Telescope\Watchers\ViewWatcher.enabled',
+ ],
+ 'requests' => [
+ 'enabled' => env('TELESCOPE_REQUEST_WATCHER', true),
+ 'view' => 'visiosoft.module.system::admin/requests',
+ 'table' => \Visiosoft\SystemModule\Telescope\Table\RequestTableBuilder::class,
+ 'key' => 'telescope.watchers.Laravel\Telescope\Watchers\RequestWatcher.enabled',
+ ],
+ 'commands' => [
+ 'enabled' => env('TELESCOPE_COMMAND_WATCHER', true),
+ 'view' => 'visiosoft.module.system::admin/commands',
+ 'table' => \Visiosoft\SystemModule\Telescope\Table\CommandTableBuilder::class,
+ 'key' => 'telescope.watchers.Laravel\Telescope\Watchers\CommandWatcher.enabled',
+ ],
+ 'schedule' => [
+ 'enabled' => env('TELESCOPE_SCHEDULE_WATCHER', true),
+ 'view' => 'visiosoft.module.system::admin/schedule',
+ 'table' => \Visiosoft\SystemModule\Telescope\Table\ScheduleTableBuilder::class,
+ 'key' => 'telescope.watchers.Laravel\Telescope\Watchers\ScheduleWatcher.enabled',
+ ],
+ 'jobs' => [
+ 'enabled' => env('TELESCOPE_JOB_WATCHER', true),
+ 'view' => 'visiosoft.module.system::admin/jobs',
+ 'table' => \Visiosoft\SystemModule\Telescope\Table\JobsTableBuilder::class,
+ 'key' => 'telescope.watchers.Laravel\Telescope\Watchers\JobWatcher.enabled',
+ ],
+ 'exceptions' => [
+ 'enabled' => env('TELESCOPE_EXCEPTION_WATCHER', true),
+ 'view' => 'visiosoft.module.system::admin/exceptions',
+ 'table' => \Visiosoft\SystemModule\Telescope\Table\ExceptionTableBuilder::class,
+ 'key' => 'telescope.watchers.Laravel\Telescope\Watchers\ExceptionWatcher.enabled',
+ ],
+ 'logs' => [
+ 'enabled' => env('TELESCOPE_LOG_WATCHER', true),
+ 'view' => 'visiosoft.module.system::admin/logs',
+ 'table' => \Visiosoft\SystemModule\Telescope\Table\LogTableBuilder::class,
+ 'key' => 'telescope.watchers.Laravel\Telescope\Watchers\LogWatcher.enabled',
+ ],
+ 'dumps' => [
+ 'enabled' => env('TELESCOPE_DUMP_WATCHER', true),
+ 'view' => 'visiosoft.module.system::admin/dumps',
+ 'table' => \Visiosoft\SystemModule\Telescope\Table\DumpTableBuilder::class,
+ 'key' => 'telescope.watchers.Laravel\Telescope\Watchers\DumpWatcher.enabled',
+ ],
+ 'queries' => [
+ 'enabled' => env('TELESCOPE_QUERY_WATCHER', true),
+ 'view' => 'visiosoft.module.system::admin/queries',
+ 'table' => \Visiosoft\SystemModule\Telescope\Table\QueryTableBuilder::class,
+ 'key' => 'telescope.watchers.Laravel\Telescope\Watchers\QueryWatcher.enabled',
+ ],
+ 'models' => [
+ 'enabled' => env('TELESCOPE_MODEL_WATCHER', true),
+ 'view' => 'visiosoft.module.system::admin/models',
+ 'table' => \Visiosoft\SystemModule\Telescope\Table\ModelTableBuilder::class,
+ 'key' => 'telescope.watchers.Laravel\Telescope\Watchers\ModelWatcher.enabled',
+ ],
+ 'events' => [
+ 'enabled' => env('TELESCOPE_EVENT_WATCHER', true),
+ 'view' => 'visiosoft.module.system::admin/events',
+ 'table' => \Visiosoft\SystemModule\Telescope\Table\EventTableBuilder::class,
+ 'key' => 'telescope.watchers.Laravel\Telescope\Watchers\EventWatcher.enabled',
+ ],
+ 'mail' => [
+ 'enabled' => env('TELESCOPE_MAIL_WATCHER', true),
+ 'view' => 'visiosoft.module.system::admin/mail',
+ 'table' => \Visiosoft\SystemModule\Telescope\Table\MailTableBuilder::class,
+ 'key' => 'telescope.watchers.Laravel\Telescope\Watchers\MailWatcher.enabled',
+ ],
+ 'notifications' => [
+ 'enabled' => env('TELESCOPE_NOTIFICATION_WATCHER', true),
+ 'view' => 'visiosoft.module.system::admin/notifications',
+ 'table' => \Visiosoft\SystemModule\Telescope\Table\NotificationTableBuilder::class,
+ 'key' => 'telescope.watchers.Laravel\Telescope\Watchers\NotificationWatcher.enabled',
+ ],
+ 'cache' => [
+ 'enabled' => env('TELESCOPE_CACHE_WATCHER', true),
+ 'view' => 'visiosoft.module.system::admin/cache',
+ 'table' => \Visiosoft\SystemModule\Telescope\Table\CacheTableBuilder::class,
+ 'key' => 'telescope.watchers.Laravel\Telescope\Watchers\CacheWatcher.enabled',
+ ],
+ 'redis' => [
+ 'enabled' => env('TELESCOPE_REDIS_WATCHER', true),
+ 'view' => 'visiosoft.module.system::admin/redis',
+ 'table' => \Visiosoft\SystemModule\Telescope\Table\RedisTableBuilder::class,
+ 'key' => 'telescope.watchers.Laravel\Telescope\Watchers\RedisWatcher.enabled',
+ ],
+ ],
+
+ 'enabled_watchers' => array_filter(explode(',', env('TELESCOPE_ENABLED_WATCHERS'))),
+
+];
diff --git a/resources/default/addons/visiosoft/system-module/lang/en/addon.php b/resources/default/addons/visiosoft/system-module/lang/en/addon.php
new file mode 100644
index 000000000..c903d85b0
--- /dev/null
+++ b/resources/default/addons/visiosoft/system-module/lang/en/addon.php
@@ -0,0 +1,7 @@
+ 'System',
+ 'name' => 'System Module',
+ 'description' => 'A system management and monitoring utility for the Streams Platform.',
+];
diff --git a/resources/default/addons/visiosoft/system-module/lang/en/button.php b/resources/default/addons/visiosoft/system-module/lang/en/button.php
new file mode 100644
index 000000000..bd5ae4c7b
--- /dev/null
+++ b/resources/default/addons/visiosoft/system-module/lang/en/button.php
@@ -0,0 +1,6 @@
+ 'Refresh',
+ 'new_system' => 'New System',
+];
diff --git a/resources/default/addons/visiosoft/system-module/lang/en/field.php b/resources/default/addons/visiosoft/system-module/lang/en/field.php
new file mode 100644
index 000000000..6fa6303f6
--- /dev/null
+++ b/resources/default/addons/visiosoft/system-module/lang/en/field.php
@@ -0,0 +1,7 @@
+ [
+ 'name' => 'Log',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/system-module/lang/en/form.php b/resources/default/addons/visiosoft/system-module/lang/en/form.php
new file mode 100644
index 000000000..0b67a5fe4
--- /dev/null
+++ b/resources/default/addons/visiosoft/system-module/lang/en/form.php
@@ -0,0 +1,3 @@
+ [
+ 'name' => 'System',
+ 'option' => [
+ 'read' => 'Can read system?',
+ 'write' => 'Can create/edit system?',
+ 'delete' => 'Can delete system?',
+ ],
+ ],
+];
diff --git a/resources/default/addons/visiosoft/system-module/lang/en/section.php b/resources/default/addons/visiosoft/system-module/lang/en/section.php
new file mode 100644
index 000000000..84fc698fc
--- /dev/null
+++ b/resources/default/addons/visiosoft/system-module/lang/en/section.php
@@ -0,0 +1,49 @@
+ [
+ 'title' => 'Logs',
+ ],
+ 'jobs' => [
+ 'title' => 'Jobs',
+ ],
+ 'mail' => [
+ 'title' => 'Mail',
+ ],
+ 'cache' => [
+ 'title' => 'Cache',
+ ],
+ 'redis' => [
+ 'title' => 'Redis',
+ ],
+ 'dumps' => [
+ 'title' => 'Dumps',
+ ],
+ 'queries' => [
+ 'title' => 'Queries',
+ ],
+ 'models' => [
+ 'title' => 'Models',
+ ],
+ 'events' => [
+ 'title' => 'Events',
+ ],
+ 'system' => [
+ 'title' => 'System',
+ ],
+ 'requests' => [
+ 'title' => 'Requests',
+ ],
+ 'commands' => [
+ 'title' => 'Commands',
+ ],
+ 'schedule' => [
+ 'title' => 'Schedule',
+ ],
+ 'exceptions' => [
+ 'title' => 'Exceptions',
+ ],
+ 'notifications' => [
+ 'title' => 'Notifications',
+ ],
+];
diff --git a/resources/default/addons/visiosoft/system-module/lang/en/setting.php b/resources/default/addons/visiosoft/system-module/lang/en/setting.php
new file mode 100644
index 000000000..07c12d5b2
--- /dev/null
+++ b/resources/default/addons/visiosoft/system-module/lang/en/setting.php
@@ -0,0 +1,28 @@
+ [
+ 'label' => 'Monitoring Enabled',
+ 'instructions' => 'This is the monitoring system\'s "master switch".',
+ ],
+ 'admin_enabled' => [
+ 'label' => 'Admin Monitoring',
+ 'instructions' => 'Enable to monitor admin traffic.',
+ 'warning' => 'The System Module will still be omitted from monitoring.',
+ ],
+ 'ignore_paths' => [
+ 'label' => 'Ignore Paths',
+ 'instructions' => 'Specify each URI path on a new line. Use "*" for partial matching.',
+ 'placeholder' => '/account/*',
+ ],
+ 'enabled_watchers' => [
+ 'label' => 'Enabled Watchers',
+ 'instructions' => 'Specify the monitoring watchers you would like to enabled.',
+ ],
+ 'max_entries' => [
+ 'label' => 'Max Entries',
+ 'instructions' => 'To prevent unintentional database flooding please specify a maximum number of allowed monitoring entries.',
+ 'warning' => 'Monitoring will disable itself completely once maximum entries are met.',
+ ],
+
+];
diff --git a/resources/default/addons/visiosoft/system-module/lang/en/tab.php b/resources/default/addons/visiosoft/system-module/lang/en/tab.php
new file mode 100644
index 000000000..69ecfa9b8
--- /dev/null
+++ b/resources/default/addons/visiosoft/system-module/lang/en/tab.php
@@ -0,0 +1,21 @@
+ 'Logs',
+ 'jobs' => 'Jobs',
+ 'mail' => 'Mail',
+ 'cache' => 'Cache',
+ 'redis' => 'Redis',
+ 'dumps' => 'Dumps',
+ 'gates' => 'Gates',
+ 'queries' => 'Queries',
+ 'models' => 'Models',
+ 'events' => 'Events',
+ 'system' => 'System',
+ 'requests' => 'Requests',
+ 'commands' => 'Commands',
+ 'schedule' => 'Schedule',
+ 'environment' => 'Environment',
+ 'exceptions' => 'Exceptions',
+ 'notifications' => 'Notifications',
+];
diff --git a/resources/default/addons/visiosoft/system-module/views/admin/cache.twig b/resources/default/addons/visiosoft/system-module/views/admin/cache.twig
new file mode 100644
index 000000000..6bb045ff6
--- /dev/null
+++ b/resources/default/addons/visiosoft/system-module/views/admin/cache.twig
@@ -0,0 +1,25 @@
+{% extends "streams::blank" %}
+
+{% block content %}
+
+
+ {% include "visiosoft.module.system::admin/partials/table" with {'attributes': {
+ 'Time': 'entry.createdAt',
+ 'Hostname': 'entry.content.hostname',
+ 'Action': '{{ entry.content.type }}',
+ 'Key': 'entry.content.key',
+ 'Expiration': 'entry.content.expiration',
+ 'Tags': 'entry.tags',
+ }} %}
+
+ {% include "visiosoft.module.system::admin/partials/user" %}
+
+ {% include "visiosoft.module.system::admin/partials/section" with {
+ 'title': 'Value',
+ 'attribute': '{{ json_encode(entry.content.value, 128)|raw }}',
+ } %}
+
+ {% include "visiosoft.module.system::admin/partials/batch" %}
+
+
+{% endblock %}
diff --git a/resources/default/addons/visiosoft/system-module/views/admin/commands.twig b/resources/default/addons/visiosoft/system-module/views/admin/commands.twig
new file mode 100644
index 000000000..0ab2eedba
--- /dev/null
+++ b/resources/default/addons/visiosoft/system-module/views/admin/commands.twig
@@ -0,0 +1,24 @@
+{% extends "streams::blank" %}
+
+{% block content %}
+
+
+ {% include "visiosoft.module.system::admin/partials/table" with {'attributes': {
+ 'Time': 'entry.createdAt',
+ 'Hostname': 'entry.content.hostname',
+ 'Command': 'entry.content.command',
+ 'Exit Code': 'entry.content.exit_code',
+ 'Tags': 'entry.tags',
+ }} %}
+
+ {% include "visiosoft.module.system::admin/partials/user" %}
+
+ {% include "visiosoft.module.system::admin/partials/tabs" with {'attributes': {
+ 'Arguments': '{{ json_encode(entry.content.arguments, 128)|raw }}',
+ 'Options': '{{ json_encode(entry.content.options, 128)|raw }}',
+ }} %}
+
+ {% include "visiosoft.module.system::admin/partials/batch" %}
+
+
+{% endblock %}
diff --git a/resources/default/addons/visiosoft/system-module/views/admin/dumps.twig b/resources/default/addons/visiosoft/system-module/views/admin/dumps.twig
new file mode 100644
index 000000000..62d19bc23
--- /dev/null
+++ b/resources/default/addons/visiosoft/system-module/views/admin/dumps.twig
@@ -0,0 +1,24 @@
+{% extends "streams::blank" %}
+
+{% block content %}
+
+
+ {% include "visiosoft.module.system::admin/partials/table" with {'attributes': {
+ 'Time': 'entry.createdAt',
+ 'Hostname': 'entry.content.hostname',
+
+ 'Location': '{{ entry.content.entry_point_type|capitalize }}: {{ entry.content.entry_point_description }}',
+ 'Tags': 'entry.tags',
+ }} %}
+
+ {% include "visiosoft.module.system::admin/partials/user" %}
+
+ {% include "visiosoft.module.system::admin/partials/section" with {
+ 'title': 'Contents',
+ 'attribute': 'entry.content.dump',
+ } %}
+
+ {% include "visiosoft.module.system::admin/partials/batch" %}
+
+
+{% endblock %}
diff --git a/resources/default/addons/visiosoft/system-module/views/admin/events.twig b/resources/default/addons/visiosoft/system-module/views/admin/events.twig
new file mode 100644
index 000000000..241f9445b
--- /dev/null
+++ b/resources/default/addons/visiosoft/system-module/views/admin/events.twig
@@ -0,0 +1,26 @@
+{% extends "streams::blank" %}
+
+{% block content %}
+
+
+ {% include "visiosoft.module.system::admin/partials/table" with {'attributes': {
+ 'Time': 'entry.createdAt',
+ 'Hostname': 'entry.content.hostname',
+ 'Name': 'entry.content.name',
+ 'Broadcast': '
{{ entry.content.broadcast ? "true" : "false" }} ',
+ 'Tags': 'entry.tags',
+ }} %}
+
+ {% include "visiosoft.module.system::admin/partials/user" %}
+
+ {% include "visiosoft.module.system::admin/partials/tabs" with {'attributes': {
+ 'Payload': '{{ json_encode(entry.content.payload, 128)|raw }}',
+ 'Listeners': {
+ 'view': 'visiosoft.module.system::admin/fragments/listeners'
+ },
+ }} %}
+
+ {% include "visiosoft.module.system::admin/partials/batch" %}
+
+
+{% endblock %}
diff --git a/resources/default/addons/visiosoft/system-module/views/admin/exceptions.twig b/resources/default/addons/visiosoft/system-module/views/admin/exceptions.twig
new file mode 100644
index 000000000..1b5612382
--- /dev/null
+++ b/resources/default/addons/visiosoft/system-module/views/admin/exceptions.twig
@@ -0,0 +1,26 @@
+{% extends "streams::blank" %}
+
+{% block content %}
+
+
+ {% include "visiosoft.module.system::admin/partials/table" with {'attributes': {
+ 'Time': 'entry.createdAt',
+ 'Hostname': 'entry.content.hostname',
+ 'Type': 'entry.content.class',
+ 'Location': '{{ str_replace(base_path(), "", entry.content.file) }}:{{ entry.content.line }}',
+ 'Occurrances': 'entry.content.occurrences',
+ 'Tags': 'entry.tags',
+ }} %}
+
+ {% include "visiosoft.module.system::admin/partials/user" %}
+
+ {% include "visiosoft.module.system::admin/partials/tabs" with {'attributes': {
+ 'Message': '{{ var_export(entry.content.message, true)|raw }}',
+ 'Location': '{{ var_dump(entry.content.line_preview) }}',
+ 'Stacktrace': '{{ var_dump(entry.content.trace) }}',
+ }} %}
+
+ {% include "visiosoft.module.system::admin/partials/batch" %}
+
+
+{% endblock %}
diff --git a/resources/default/addons/visiosoft/system-module/views/admin/fragments/listeners.twig b/resources/default/addons/visiosoft/system-module/views/admin/fragments/listeners.twig
new file mode 100644
index 000000000..a36db068e
--- /dev/null
+++ b/resources/default/addons/visiosoft/system-module/views/admin/fragments/listeners.twig
@@ -0,0 +1,3 @@
+{% for listener in entry.content.listeners %}
+ {{ listener.name }} {{ (listener.queued ? 'Queued ')|raw }}
+{% endfor %}
diff --git a/resources/default/addons/visiosoft/system-module/views/admin/fragments/message.twig b/resources/default/addons/visiosoft/system-module/views/admin/fragments/message.twig
new file mode 100644
index 000000000..d11657e29
--- /dev/null
+++ b/resources/default/addons/visiosoft/system-module/views/admin/fragments/message.twig
@@ -0,0 +1,25 @@
+
+
+
+
+
+
+
+
+
diff --git a/resources/default/addons/visiosoft/system-module/views/admin/jobs.twig b/resources/default/addons/visiosoft/system-module/views/admin/jobs.twig
new file mode 100644
index 000000000..5ef09cc1c
--- /dev/null
+++ b/resources/default/addons/visiosoft/system-module/views/admin/jobs.twig
@@ -0,0 +1,30 @@
+{% extends "streams::blank" %}
+
+{% block content %}
+
+
+ {% include "visiosoft.module.system::admin/partials/table" with {'attributes': {
+ 'Time': 'entry.createdAt',
+ 'Hostname': 'entry.content.hostname',
+ 'Status': 'entry.content.status',
+ 'Name': 'entry.content.name',
+ 'Connection': 'entry.content.connection',
+ 'Queue': 'entry.content.queue',
+ 'Tries': 'entry.content.tries',
+ 'Timeout': 'entry.content.timeout',
+ 'Tags': 'entry.tags',
+ }} %}
+
+ {% include "visiosoft.module.system::admin/partials/user" %}
+
+ {% include "visiosoft.module.system::admin/partials/tabs" with {'attributes': {
+ 'Data': '{{ json_encode(entry.content.data, 128)|raw }}',
+ 'Exception': '{{ var_export(entry.content.exception, true) }}',
+ 'Preview': '{{ var_export(entry.content.line_preview, true) }}',
+ 'Trace': '{{ var_export(entry.content.trace, true) }}',
+ }} %}
+
+ {% include "visiosoft.module.system::admin/partials/batch" %}
+
+
+{% endblock %}
diff --git a/resources/default/addons/visiosoft/system-module/views/admin/logs.twig b/resources/default/addons/visiosoft/system-module/views/admin/logs.twig
new file mode 100644
index 000000000..d482adf56
--- /dev/null
+++ b/resources/default/addons/visiosoft/system-module/views/admin/logs.twig
@@ -0,0 +1,23 @@
+{% extends "streams::blank" %}
+
+{% block content %}
+
+
+ {% include "visiosoft.module.system::admin/partials/table" with {'attributes': {
+ 'Time': 'entry.createdAt',
+ 'Hostname': 'entry.content.hostname',
+ 'Level': 'entry.content.level',
+ 'Tags': 'entry.tags',
+ }} %}
+
+ {% include "visiosoft.module.system::admin/partials/user" %}
+
+ {% include "visiosoft.module.system::admin/partials/tabs" with {'attributes': {
+ 'Message': '{{ json_encode(entry.content.message, 128)|raw }}',
+ 'Context': '{{ json_encode(entry.content.context, 128)|raw }}',
+ }} %}
+
+ {% include "visiosoft.module.system::admin/partials/batch" %}
+
+
+{% endblock %}
diff --git a/resources/default/addons/visiosoft/system-module/views/admin/mail.twig b/resources/default/addons/visiosoft/system-module/views/admin/mail.twig
new file mode 100644
index 000000000..3c2b77b1f
--- /dev/null
+++ b/resources/default/addons/visiosoft/system-module/views/admin/mail.twig
@@ -0,0 +1,24 @@
+{% extends "streams::blank" %}
+
+{% block content %}
+
+
+ {% include "visiosoft.module.system::admin/partials/table" with {'attributes': {
+ 'Time': 'entry.createdAt',
+ 'Hostname': 'entry.content.hostname',
+ 'Mailable': 'entry.content.mailable',
+ 'From': 'entry.content.from|keys|join(", ")',
+ 'To': 'entry.content.to|keys|join(", ")',
+ 'ReplyTo': 'entry.content.replyTo|keys|join(", ")',
+ 'Cc': 'entry.content.cc|keys|join(", ")',
+ 'Bcc': 'entry.content.bcc|keys|join(", ")',
+ 'Subject': 'entry.content.subject|keys|join(", ")',
+ 'Tags': 'entry.tags',
+ }} %}
+
+ {% include "visiosoft.module.system::admin/partials/user" %}
+ {% include "visiosoft.module.system::admin/fragments/message" %}
+ {% include "visiosoft.module.system::admin/partials/batch" %}
+
+
+{% endblock %}
diff --git a/resources/default/addons/visiosoft/system-module/views/admin/models.twig b/resources/default/addons/visiosoft/system-module/views/admin/models.twig
new file mode 100644
index 000000000..5b5fafbf2
--- /dev/null
+++ b/resources/default/addons/visiosoft/system-module/views/admin/models.twig
@@ -0,0 +1,18 @@
+{% extends "streams::blank" %}
+
+{% block content %}
+
+
+ {% include "visiosoft.module.system::admin/partials/table" with {'attributes': {
+ 'Time': 'entry.createdAt',
+ 'Hostname': 'entry.content.hostname',
+ 'Model': 'entry.content.model',
+ 'Action': 'entry.content.action',
+ 'Tags': 'entry.tags',
+ }} %}
+
+ {% include "visiosoft.module.system::admin/partials/user" %}
+ {% include "visiosoft.module.system::admin/partials/batch" %}
+
+
+{% endblock %}
diff --git a/resources/default/addons/visiosoft/system-module/views/admin/notifications.twig b/resources/default/addons/visiosoft/system-module/views/admin/notifications.twig
new file mode 100644
index 000000000..4b44c092b
--- /dev/null
+++ b/resources/default/addons/visiosoft/system-module/views/admin/notifications.twig
@@ -0,0 +1,24 @@
+{% extends "streams::blank" %}
+
+{% block content %}
+
+
+ {% include "visiosoft.module.system::admin/partials/table" with {'attributes': {
+ 'Time': 'entry.createdAt',
+ 'Hostname': 'entry.content.hostname',
+ 'channel': 'entry.content.channel',
+ 'notification': 'entry.content.notification',
+ 'Tags': 'entry.tags',
+ }} %}
+
+ {% include "visiosoft.module.system::admin/partials/user" %}
+
+ {% include "visiosoft.module.system::admin/partials/section" with {
+ 'title': 'Notifiable',
+ 'attribute' : '{{ json_encode(entry.content.notifiable, 128)|raw }}',
+ } %}
+
+ {% include "visiosoft.module.system::admin/partials/batch" %}
+
+
+{% endblock %}
diff --git a/resources/default/addons/visiosoft/system-module/views/admin/partials/batch.twig b/resources/default/addons/visiosoft/system-module/views/admin/partials/batch.twig
new file mode 100644
index 000000000..2be24e87b
--- /dev/null
+++ b/resources/default/addons/visiosoft/system-module/views/admin/partials/batch.twig
@@ -0,0 +1,21 @@
+{% if batch.isNotEmpty() %}
+
+
+
+
+ {% for type, table in batch %}
+
+ {{ table|raw }}
+
+ {% endfor %}
+
+
+{% endif %}
diff --git a/resources/default/addons/visiosoft/system-module/views/admin/partials/section.twig b/resources/default/addons/visiosoft/system-module/views/admin/partials/section.twig
new file mode 100644
index 000000000..95f51b0bb
--- /dev/null
+++ b/resources/default/addons/visiosoft/system-module/views/admin/partials/section.twig
@@ -0,0 +1,26 @@
+
+
+
+
+ {% set original = attribute is iterable ? attribute.value : attribute %}
+ {% set original = original is iterable ? null : original %}
+
+ {% set value = value(attribute, entry) %}
+
+ {% if str_contains(original, ['json_encode', 'print_r', 'var_export', 'var_dump']) %}
+
{{ value }}
+ {#{% elseif str_contains(original, 'entry.content.line_preview') %}
+
{{ value|join('\n') }}
+ #}{% elseif original == 'entry.tags' %}
+ {% for tag in entry.tags %}
+
{{ tag }}
+ {% endfor %}
+ {% else %}
+ {{ value|raw }}
+ {% endif %}
+
+
diff --git a/resources/default/addons/visiosoft/system-module/views/admin/partials/table.twig b/resources/default/addons/visiosoft/system-module/views/admin/partials/table.twig
new file mode 100644
index 000000000..cd5fb3abf
--- /dev/null
+++ b/resources/default/addons/visiosoft/system-module/views/admin/partials/table.twig
@@ -0,0 +1,36 @@
+
+
+
+
+
+
+ {% for label, attribute in attributes %}
+
+ {{ label }}
+
+ {% set original = attribute is iterable ? attribute.value : attribute %}
+ {% set original = original is iterable ? null : original %}
+
+ {% if str_contains(original, ['json_encode', 'print_r', 'var_export', 'var_dump']) %}
+ {{ value(attribute, entry) }}
+ {#{% elseif str_contains(original, 'entry.content.line_preview') %}
+ {{ value|join('\n') }}
+ #}{% elseif original == 'entry.tags' %}
+ {% for tag in entry.tags %}
+ {{ tag }}
+ {% endfor %}
+ {% else %}
+ {{ value(attribute, entry)|raw }}
+ {% endif %}
+
+
+
+ {% endfor %}
+
+
+
+
diff --git a/resources/default/addons/visiosoft/system-module/views/admin/partials/tabs.twig b/resources/default/addons/visiosoft/system-module/views/admin/partials/tabs.twig
new file mode 100644
index 000000000..6e13498db
--- /dev/null
+++ b/resources/default/addons/visiosoft/system-module/views/admin/partials/tabs.twig
@@ -0,0 +1,39 @@
+
+
+
+ {% for label, attribute in attributes %}
+
+
+ {{ label }}
+
+
+ {% endfor %}
+
+
+
+ {% for label, attribute in attributes %}
+
+
+
+ {% set original = attribute is iterable ? attribute.value : attribute %}
+ {% set original = original is iterable ? null : original %}
+
+ {% set value = value(attribute, entry) %}
+
+ {% if str_contains(original, ['json_encode', 'print_r', 'var_export', 'var_dump']) %}
+
{{ value }}
+ {#{% elseif str_contains(original, 'entry.content.line_preview') %}
+
{{ value|join('\n') }}
+ #}{% elseif original == 'entry.tags' %}
+ {% for tag in entry.tags %}
+
{{ dd(tag) }}
+ {% endfor %}
+ {% else %}
+ {{ value|raw }}
+ {% endif %}
+
+
+ {% endfor %}
+
+
+
diff --git a/resources/default/addons/visiosoft/system-module/views/admin/partials/user.twig b/resources/default/addons/visiosoft/system-module/views/admin/partials/user.twig
new file mode 100644
index 000000000..74fe8165d
--- /dev/null
+++ b/resources/default/addons/visiosoft/system-module/views/admin/partials/user.twig
@@ -0,0 +1,24 @@
+{% if entry.content.user.id %}
+
+
+
+
+
+
+
+ ID
+ {{ entry.content.user.id }}
+
+
+ Email
+ {{ entry.content.user.email }}
+
+
+
+
+
+{% endif %}
diff --git a/resources/default/addons/visiosoft/system-module/views/admin/queries.twig b/resources/default/addons/visiosoft/system-module/views/admin/queries.twig
new file mode 100644
index 000000000..5a69b6b0d
--- /dev/null
+++ b/resources/default/addons/visiosoft/system-module/views/admin/queries.twig
@@ -0,0 +1,26 @@
+{% extends "streams::blank" %}
+
+{% block content %}
+
+
+ {% include "visiosoft.module.system::admin/partials/table" with {'attributes': {
+ 'Time': 'entry.createdAt',
+ 'Hostname': 'entry.content.hostname',
+ 'Connection': 'entry.content.connection',
+ 'Location': '{{ str_replace(base_path(), "", entry.content.file) }}:{{ entry.content.line }}',
+ 'Slow': '
{{ entry.content.slow ? "true" : "false" }} ',
+ 'Time': '{{ entry.content.time }} ms',
+ 'Tags': 'entry.tags',
+ }} %}
+
+ {% include "visiosoft.module.system::admin/partials/user" %}
+
+ {% include "visiosoft.module.system::admin/partials/tabs" with {'attributes': {
+ 'SQL': '{{ var_export(vsprintf(str_replace(\'?\', \'%s\', entry.content.sql), entry.content.bindings), true)|raw }}',
+ 'Bindings': '{{ json_encode(entry.content.bindings, 128)|raw }}',
+ }} %}
+
+ {% include "visiosoft.module.system::admin/partials/batch" %}
+
+
+{% endblock %}
diff --git a/resources/default/addons/visiosoft/system-module/views/admin/requests.twig b/resources/default/addons/visiosoft/system-module/views/admin/requests.twig
new file mode 100644
index 000000000..e463a3cf0
--- /dev/null
+++ b/resources/default/addons/visiosoft/system-module/views/admin/requests.twig
@@ -0,0 +1,30 @@
+{% extends "streams::blank" %}
+
+{% block content %}
+
+
+ {% include "visiosoft.module.system::admin/partials/table" with {'attributes': {
+ 'Time': 'entry.createdAt',
+ 'Hostname': 'entry.content.hostname',
+ 'Method': 'entry.content.method',
+ 'Controller Action': 'entry.content.controller_action',
+ 'Middleware': 'entry.content.middleware|join("\n")',
+ 'Path': 'entry.content.uri',
+ 'Status': 'entry.content.response_status',
+ 'Duration': '{entry.content.duration} ms',
+ 'Tags': 'entry.tags',
+ }} %}
+
+ {% include "visiosoft.module.system::admin/partials/user" %}
+
+ {% include "visiosoft.module.system::admin/partials/tabs" with {'attributes': {
+ 'Payload': '{{ json_encode(entry.content.payload, 128)|raw }}',
+ 'Headers': '{{ json_encode(entry.content.headers, 128)|raw }}',
+ 'Session': '{{ json_encode(entry.content.session, 128)|raw }}',
+ 'Response': '{{ json_encode(entry.content.response, 128)|raw }}',
+ }} %}
+
+ {% include "visiosoft.module.system::admin/partials/batch" %}
+
+
+{% endblock %}
diff --git a/resources/default/addons/visiosoft/system-module/views/admin/schedule.twig b/resources/default/addons/visiosoft/system-module/views/admin/schedule.twig
new file mode 100644
index 000000000..1d7350e65
--- /dev/null
+++ b/resources/default/addons/visiosoft/system-module/views/admin/schedule.twig
@@ -0,0 +1,21 @@
+{% extends "streams::blank" %}
+
+{% block content %}
+
+
+ {% include "visiosoft.module.system::admin/partials/table" with {'attributes': {
+ 'Time': 'entry.createdAt',
+ 'Hostname': 'entry.content.hostname',
+ 'Description': 'entry.content.description',
+ 'Command': 'entry.content.command',
+ 'Expression': 'entry.content.expression',
+ 'Timezone': 'entry.content.timezone',
+ 'Output': 'entry.content.output',
+ 'Tags': 'entry.tags',
+ }} %}
+
+ {% include "visiosoft.module.system::admin/partials/user" %}
+ {% include "visiosoft.module.system::admin/partials/batch" %}
+
+
+{% endblock %}
diff --git a/resources/default/addons/visiosoft/username_authenticator-extension/lang/en/addon.php b/resources/default/addons/visiosoft/username_authenticator-extension/lang/en/addon.php
new file mode 100644
index 000000000..8f3020bba
--- /dev/null
+++ b/resources/default/addons/visiosoft/username_authenticator-extension/lang/en/addon.php
@@ -0,0 +1,7 @@
+ 'Username Authenticator',
+ 'name' => 'Username Authenticator Extension',
+ 'description' => 'The username user authenticator for the Connect module.'
+];
diff --git a/storage/framework/views/.gitignore b/storage/framework/views/.gitignore
index d6b7ef32c..e69de29bb 100644
--- a/storage/framework/views/.gitignore
+++ b/storage/framework/views/.gitignore
@@ -1,2 +0,0 @@
-*
-!.gitignore
diff --git a/storage/framework/views/185a66f1b679e2710aaac46b91a9445dc4b75cb2.php b/storage/framework/views/185a66f1b679e2710aaac46b91a9445dc4b75cb2.php
new file mode 100644
index 000000000..5ff65335b
--- /dev/null
+++ b/storage/framework/views/185a66f1b679e2710aaac46b91a9445dc4b75cb2.php
@@ -0,0 +1,37 @@
+hasPages()): ?>
+
+
+
\ No newline at end of file
diff --git a/storage/framework/views/twig/06/0668c8d07e249c8bb372920eff3213d5a23178c0b4793788d49fcf25f65a9885.php b/storage/framework/views/twig/06/0668c8d07e249c8bb372920eff3213d5a23178c0b4793788d49fcf25f65a9885.php
new file mode 100644
index 000000000..0bcdc7d3a
--- /dev/null
+++ b/storage/framework/views/twig/06/0668c8d07e249c8bb372920eff3213d5a23178c0b4793788d49fcf25f65a9885.php
@@ -0,0 +1,254 @@
+source = $this->getSourceContext();
+
+ $this->parent = false;
+
+ $this->blocks = [
+ ];
+ }
+
+ protected function doDisplay(array $context, array $blocks = [])
+ {
+ $macros = $this->macros;
+ // line 1
+ echo "
+";
+ // line 2
+ if (call_user_func_array($this->env->getFunction('message_exists')->getCallable(), ["exists", "important"])) {
+ // line 3
+ echo "
+ ";
+ // line 4
+ $context['_parent'] = $context;
+ $context['_seq'] = twig_ensure_traversable(call_user_func_array($this->env->getFunction('message_pull')->getCallable(), ["pull", "important"]));
+ foreach ($context['_seq'] as $context["_key"] => $context["message"]) {
+ // line 5
+ echo " ";
+ echo call_user_func_array($this->env->getFilter('markdown')->getCallable(), [call_user_func_array($this->env->getFunction('trans')->getCallable(), [$context["message"]])]);
+ echo "
+ ";
+ }
+ $_parent = $context['_parent'];
+ unset($context['_seq'], $context['_iterated'], $context['_key'], $context['message'], $context['_parent'], $context['loop']);
+ $context = array_intersect_key($context, $_parent) + $_parent;
+ // line 7
+ echo "
+";
+ }
+ // line 9
+ echo "
+
+";
+ // line 11
+ if (call_user_func_array($this->env->getFunction('message_exists')->getCallable(), ["exists", "success"])) {
+ // line 12
+ echo "
+
+ ×
+
+ ";
+ // line 16
+ $context['_parent'] = $context;
+ $context['_seq'] = twig_ensure_traversable(call_user_func_array($this->env->getFunction('message_pull')->getCallable(), ["pull", "success"]));
+ foreach ($context['_seq'] as $context["_key"] => $context["message"]) {
+ // line 17
+ echo " ";
+ echo call_user_func_array($this->env->getFilter('markdown')->getCallable(), [call_user_func_array($this->env->getFunction('trans')->getCallable(), [$context["message"]])]);
+ echo "
+ ";
+ }
+ $_parent = $context['_parent'];
+ unset($context['_seq'], $context['_iterated'], $context['_key'], $context['message'], $context['_parent'], $context['loop']);
+ $context = array_intersect_key($context, $_parent) + $_parent;
+ // line 19
+ echo "
+";
+ }
+ // line 21
+ echo "
+
+";
+ // line 23
+ if (call_user_func_array($this->env->getFunction('message_exists')->getCallable(), ["exists", "info"])) {
+ // line 24
+ echo "
+
+ ×
+
+ ";
+ // line 28
+ $context['_parent'] = $context;
+ $context['_seq'] = twig_ensure_traversable(call_user_func_array($this->env->getFunction('message_pull')->getCallable(), ["pull", "info"]));
+ foreach ($context['_seq'] as $context["_key"] => $context["message"]) {
+ // line 29
+ echo " ";
+ echo call_user_func_array($this->env->getFilter('markdown')->getCallable(), [call_user_func_array($this->env->getFunction('trans')->getCallable(), [$context["message"]])]);
+ echo "
+ ";
+ }
+ $_parent = $context['_parent'];
+ unset($context['_seq'], $context['_iterated'], $context['_key'], $context['message'], $context['_parent'], $context['loop']);
+ $context = array_intersect_key($context, $_parent) + $_parent;
+ // line 31
+ echo "
+";
+ }
+ // line 33
+ echo "
+
+";
+ // line 35
+ if (call_user_func_array($this->env->getFunction('message_exists')->getCallable(), ["exists", "warning"])) {
+ // line 36
+ echo "
+
+ ×
+
+ ";
+ // line 40
+ $context['_parent'] = $context;
+ $context['_seq'] = twig_ensure_traversable(call_user_func_array($this->env->getFunction('message_pull')->getCallable(), ["pull", "warning"]));
+ foreach ($context['_seq'] as $context["_key"] => $context["message"]) {
+ // line 41
+ echo " ";
+ echo call_user_func_array($this->env->getFilter('markdown')->getCallable(), [call_user_func_array($this->env->getFunction('trans')->getCallable(), [$context["message"]])]);
+ echo "
+ ";
+ }
+ $_parent = $context['_parent'];
+ unset($context['_seq'], $context['_iterated'], $context['_key'], $context['message'], $context['_parent'], $context['loop']);
+ $context = array_intersect_key($context, $_parent) + $_parent;
+ // line 43
+ echo "
+";
+ }
+ // line 45
+ echo "
+
+";
+ // line 47
+ if (call_user_func_array($this->env->getFunction('message_exists')->getCallable(), ["exists", "error"])) {
+ // line 48
+ echo "
+
+ ×
+
+ ";
+ // line 52
+ $context['_parent'] = $context;
+ $context['_seq'] = twig_ensure_traversable(call_user_func_array($this->env->getFunction('message_pull')->getCallable(), ["pull", "error"]));
+ foreach ($context['_seq'] as $context["_key"] => $context["message"]) {
+ // line 53
+ echo " ";
+ echo call_user_func_array($this->env->getFilter('markdown')->getCallable(), [call_user_func_array($this->env->getFunction('trans')->getCallable(), [$context["message"]])]);
+ echo "
+ ";
+ }
+ $_parent = $context['_parent'];
+ unset($context['_seq'], $context['_iterated'], $context['_key'], $context['message'], $context['_parent'], $context['loop']);
+ $context = array_intersect_key($context, $_parent) + $_parent;
+ // line 55
+ echo "
+";
+ }
+ }
+
+ public function getTemplateName()
+ {
+ return "theme::partials/messages";
+ }
+
+ public function isTraitable()
+ {
+ return false;
+ }
+
+ public function getDebugInfo()
+ {
+ return array ( 174 => 55, 165 => 53, 161 => 52, 155 => 48, 153 => 47, 149 => 45, 145 => 43, 136 => 41, 132 => 40, 126 => 36, 124 => 35, 120 => 33, 116 => 31, 107 => 29, 103 => 28, 97 => 24, 95 => 23, 91 => 21, 87 => 19, 78 => 17, 74 => 16, 68 => 12, 66 => 11, 62 => 9, 58 => 7, 49 => 5, 45 => 4, 42 => 3, 40 => 2, 37 => 1,);
+ }
+
+ public function getSourceContext()
+ {
+ return new Source("
+{% if message_exists('important') %}
+
+ {% for message in message_pull('important') %}
+ {{ trans(message)|markdown }}
+ {% endfor %}
+
+{% endif %}
+
+
+{% if message_exists('success') %}
+
+
+ ×
+
+ {% for message in message_pull('success') %}
+ {{ trans(message)|markdown }}
+ {% endfor %}
+
+{% endif %}
+
+
+{% if message_exists('info') %}
+
+
+ ×
+
+ {% for message in message_pull('info') %}
+ {{ trans(message)|markdown }}
+ {% endfor %}
+
+{% endif %}
+
+
+{% if message_exists('warning') %}
+
+
+ ×
+
+ {% for message in message_pull('warning') %}
+ {{ trans(message)|markdown }}
+ {% endfor %}
+
+{% endif %}
+
+
+{% if message_exists('error') %}
+
+
+ ×
+
+ {% for message in message_pull('error') %}
+ {{ trans(message)|markdown }}
+ {% endfor %}
+
+{% endif %}
+", "theme::partials/messages", "C:\\wamp64\\www\\ocify\\resources\\default\\addons/visiosoft/defaultadmin-theme/views//partials/messages.twig");
+ }
+}
diff --git a/storage/framework/views/twig/0a/0a26f278d4535799a29aca144777269f3505f7999888a25078a63346b9a13b79.php b/storage/framework/views/twig/0a/0a26f278d4535799a29aca144777269f3505f7999888a25078a63346b9a13b79.php
new file mode 100644
index 000000000..b5c4756fb
--- /dev/null
+++ b/storage/framework/views/twig/0a/0a26f278d4535799a29aca144777269f3505f7999888a25078a63346b9a13b79.php
@@ -0,0 +1,164 @@
+source = $this->getSourceContext();
+
+ $this->parent = false;
+
+ $this->blocks = [
+ ];
+ }
+
+ protected function doDisplay(array $context, array $blocks = [])
+ {
+ $macros = $this->macros;
+ // line 1
+ echo "
+ ";
+ // line 2
+ $context['_parent'] = $context;
+ $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["dashboard"] ?? null), "widgets", [], "any", false, false, false, 2), "pinned", [], "method", false, false, false, 2));
+ foreach ($context['_seq'] as $context["_key"] => $context["widget"]) {
+ // line 3
+ echo "
+ ";
+ // line 4
+ echo twig_get_attribute($this->env, $this->source, $context["widget"], "output", [], "method", false, false, false, 4);
+ echo "
+
+ ";
+ }
+ $_parent = $context['_parent'];
+ unset($context['_seq'], $context['_iterated'], $context['_key'], $context['widget'], $context['_parent'], $context['loop']);
+ $context = array_intersect_key($context, $_parent) + $_parent;
+ // line 7
+ echo "
+
+
+
+ ";
+ // line 11
+ $context['_parent'] = $context;
+ $context['_seq'] = twig_ensure_traversable(twig_split_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["dashboard"] ?? null), "layout", [], "any", false, false, false, 11), "-"));
+ $context['loop'] = [
+ 'parent' => $context['_parent'],
+ 'index0' => 0,
+ 'index' => 1,
+ 'first' => true,
+ ];
+ if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
+ $length = count($context['_seq']);
+ $context['loop']['revindex0'] = $length - 1;
+ $context['loop']['revindex'] = $length;
+ $context['loop']['length'] = $length;
+ $context['loop']['last'] = 1 === $length;
+ }
+ foreach ($context['_seq'] as $context["_key"] => $context["span"]) {
+ // line 12
+ echo "
env, $context["span"], "html", null, true);
+ echo "\">
+
+ ";
+ // line 14
+ $context["column"] = twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["dashboard"] ?? null), "widgets", [], "any", false, false, false, 14), "allowed", [], "method", false, false, false, 14), "column", [0 => twig_get_attribute($this->env, $this->source, $context["loop"], "index", [], "any", false, false, false, 14), 1 => twig_get_attribute($this->env, $this->source, $context["loop"], "last", [], "any", false, false, false, 14)], "method", false, false, false, 14);
+ // line 15
+ echo "
+ ";
+ // line 16
+ $context['_parent'] = $context;
+ $context['_seq'] = twig_ensure_traversable(($context["column"] ?? null));
+ foreach ($context['_seq'] as $context["_key"] => $context["widget"]) {
+ // line 17
+ echo " ";
+ echo twig_get_attribute($this->env, $this->source, $context["widget"], "output", [], "method", false, false, false, 17);
+ echo "
+ ";
+ }
+ $_parent = $context['_parent'];
+ unset($context['_seq'], $context['_iterated'], $context['_key'], $context['widget'], $context['_parent'], $context['loop']);
+ $context = array_intersect_key($context, $_parent) + $_parent;
+ // line 19
+ echo "
+
+ ";
+ ++$context['loop']['index0'];
+ ++$context['loop']['index'];
+ $context['loop']['first'] = false;
+ if (isset($context['loop']['length'])) {
+ --$context['loop']['revindex0'];
+ --$context['loop']['revindex'];
+ $context['loop']['last'] = 0 === $context['loop']['revindex0'];
+ }
+ }
+ $_parent = $context['_parent'];
+ unset($context['_seq'], $context['_iterated'], $context['_key'], $context['span'], $context['_parent'], $context['loop']);
+ $context = array_intersect_key($context, $_parent) + $_parent;
+ // line 22
+ echo "
+";
+ }
+
+ public function getTemplateName()
+ {
+ return "module::admin/dashboards/partials/columns";
+ }
+
+ public function isTraitable()
+ {
+ return false;
+ }
+
+ public function getDebugInfo()
+ {
+ return array ( 119 => 22, 103 => 19, 94 => 17, 90 => 16, 87 => 15, 85 => 14, 79 => 12, 62 => 11, 56 => 7, 47 => 4, 44 => 3, 40 => 2, 37 => 1,);
+ }
+
+ public function getSourceContext()
+ {
+ return new Source("
+ {% for widget in dashboard.widgets.pinned() %}
+
+ {{ widget.output()|raw }}
+
+ {% endfor %}
+
+
+
+
+ {% for span in dashboard.layout|split('-') %}
+
+
+ {% set column = dashboard.widgets.allowed().column(loop.index, loop.last) %}
+
+ {% for widget in column %}
+ {{ widget.output()|raw }}
+ {% endfor %}
+
+
+ {% endfor %}
+
+", "module::admin/dashboards/partials/columns", "C:\\wamp64\\www\\ocify\\resources\\default\\addons/anomaly/dashboard-module/views//admin/dashboards/partials/columns.twig");
+ }
+}
diff --git a/storage/framework/views/twig/17/1781d6bdf942506af7f0d23b6e5a807db5bee2d90e22a34a7fd73b0a33bb9cec.php b/storage/framework/views/twig/17/1781d6bdf942506af7f0d23b6e5a807db5bee2d90e22a34a7fd73b0a33bb9cec.php
new file mode 100644
index 000000000..206614622
--- /dev/null
+++ b/storage/framework/views/twig/17/1781d6bdf942506af7f0d23b6e5a807db5bee2d90e22a34a7fd73b0a33bb9cec.php
@@ -0,0 +1,124 @@
+source = $this->getSourceContext();
+
+ $this->parent = false;
+
+ $this->blocks = [
+ ];
+ }
+
+ protected function doDisplay(array $context, array $blocks = [])
+ {
+ $macros = $this->macros;
+ // line 1
+ echo "env, twig_get_attribute($this->env, $this->source, ($context["widget"] ?? null), "id", [], "any", false, false, false, 1), "html", null, true);
+ echo "\">
+
+
env, $this->source, ($context["widget"] ?? null), "sortable", [], "any", false, false, false, 3)) ? ("handle") : (""));
+ echo " card-header\">
+
+
+ ";
+ // line 6
+ echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["widget"] ?? null), "title", [], "any", false, false, false, 6), "html", null, true);
+ echo "
+
+ ";
+ // line 8
+ if (twig_get_attribute($this->env, $this->source, ($context["widget"] ?? null), "description", [], "any", false, false, false, 8)) {
+ // line 9
+ echo "
+
+
+
+ ";
+ // line 13
+ echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["widget"] ?? null), "description", [], "any", false, false, false, 13), "html", null, true);
+ echo "
+
+ ";
+ }
+ // line 16
+ echo "
+
+
+
+ ";
+ // line 20
+ echo twig_get_attribute($this->env, $this->source, ($context["widget"] ?? null), "content", [], "any", false, false, false, 20);
+ echo "
+
+
+
+";
+ }
+
+ public function getTemplateName()
+ {
+ return "C:\\wamp64\\www\\ocify\\resources\\default\\addons/anomaly/dashboard-module/views//admin/widgets/widget.twig";
+ }
+
+ public function isTraitable()
+ {
+ return false;
+ }
+
+ public function getDebugInfo()
+ {
+ return array ( 74 => 20, 68 => 16, 62 => 13, 56 => 9, 54 => 8, 49 => 6, 43 => 3, 37 => 1,);
+ }
+
+ public function getSourceContext()
+ {
+ return new Source("
+", "C:\\wamp64\\www\\ocify\\resources\\default\\addons/anomaly/dashboard-module/views//admin/widgets/widget.twig", "C:\\wamp64\\www\\ocify\\resources\\default\\addons/anomaly/dashboard-module/views//admin/widgets/widget.twig");
+ }
+}
diff --git a/storage/framework/views/twig/26/26945317bd2bd0f8ff4312324182afe37f96a4f7398edc7088013601aa98a671.php b/storage/framework/views/twig/26/26945317bd2bd0f8ff4312324182afe37f96a4f7398edc7088013601aa98a671.php
new file mode 100644
index 000000000..6bde915e1
--- /dev/null
+++ b/storage/framework/views/twig/26/26945317bd2bd0f8ff4312324182afe37f96a4f7398edc7088013601aa98a671.php
@@ -0,0 +1,143 @@
+source = $this->getSourceContext();
+
+ $this->parent = false;
+
+ $this->blocks = [
+ ];
+ }
+
+ protected function doDisplay(array $context, array $blocks = [])
+ {
+ $macros = $this->macros;
+ // line 1
+ echo "
+";
+ }
+
+ public function getTemplateName()
+ {
+ return "theme::partials/footer";
+ }
+
+ public function isTraitable()
+ {
+ return false;
+ }
+
+ public function getDebugInfo()
+ {
+ return array ( 89 => 27, 85 => 20, 74 => 17, 67 => 16, 63 => 15, 51 => 8, 43 => 5, 37 => 1,);
+ }
+
+ public function getSourceContext()
+ {
+ return new Source("
+", "theme::partials/footer", "C:\\wamp64\\www\\ocify\\resources\\default\\addons/visiosoft/defaultadmin-theme/views//partials/footer.twig");
+ }
+}
diff --git a/storage/framework/views/twig/29/296399c9089aa455d07305afc030676562ee094c405e0ac38348c78a207712a1.php b/storage/framework/views/twig/29/296399c9089aa455d07305afc030676562ee094c405e0ac38348c78a207712a1.php
new file mode 100644
index 000000000..b87c5c837
--- /dev/null
+++ b/storage/framework/views/twig/29/296399c9089aa455d07305afc030676562ee094c405e0ac38348c78a207712a1.php
@@ -0,0 +1,316 @@
+source = $this->getSourceContext();
+
+ $this->parent = false;
+
+ $this->blocks = [
+ ];
+ }
+
+ protected function doDisplay(array $context, array $blocks = [])
+ {
+ $macros = $this->macros;
+ // line 1
+ echo "
+
+
+
+
+
+";
+ // line 7
+ echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('trans')->getCallable(), ["visiosoft.theme.defaultadmin::control_panel.title"]), "html", null, true);
+ echo "
+ › ";
+ // line 8
+ echo call_user_func_array($this->env->getFunction('trans')->getCallable(), [twig_last($this->env, twig_get_array_keys_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["template"] ?? null), "breadcrumbs", [], "any", false, false, false, 8), "all", [], "method", false, false, false, 8)))]);
+ echo "
+
+";
+ // line 11
+ echo call_user_func_array($this->env->getFunction('favicons')->getCallable(), ["visiosoft.theme.defaultadmin::img/favicon.png"]);
+ echo "
+
+";
+ // line 13
+ echo call_user_func_array($this->env->getFunction('asset_add')->getCallable(), ["add", "theme.css", "visiosoft.theme.defaultadmin::css/fonts.css", [0 => "parse"]]);
+ echo "
+";
+ // line 14
+ echo call_user_func_array($this->env->getFunction('asset_add')->getCallable(), ["add", "theme.css", "visiosoft.theme.defaultadmin::css/bootstrap.css"]);
+ echo "
+";
+ // line 15
+ echo call_user_func_array($this->env->getFunction('asset_add')->getCallable(), ["add", "theme.css", "visiosoft.theme.defaultadmin::css/select2.css"]);
+ echo "
+";
+ // line 16
+ echo call_user_func_array($this->env->getFunction('asset_add')->getCallable(), ["add", "theme.css", "visiosoft.theme.base::css/intlTelInput.css"]);
+ echo "
+
+
+";
+ // line 19
+ echo call_user_func_array($this->env->getFunction('asset_add')->getCallable(), ["add", "build.css", "visiosoft.theme.defaultadmin::css/theme.css", [0 => "required", 1 => "as:t4t5/sweetalert.css", 2 => "as:jshjohnson/Choices.css", 3 => "as:rstacruz/nprogress.css"]]);
+ // line 28
+ echo "
+
+";
+ // line 30
+ echo call_user_func_array($this->env->getFunction('asset_add')->getCallable(), ["add", "theme.js", "visiosoft.theme.defaultadmin::js/vendor/*"]);
+ echo "
+";
+ // line 31
+ echo call_user_func_array($this->env->getFunction('asset_add')->getCallable(), ["add", "theme.js", "visiosoft.theme.defaultadmin::js/theme/polyfills.js"]);
+ echo "
+";
+ // line 32
+ echo call_user_func_array($this->env->getFunction('asset_add')->getCallable(), ["add", "theme.js", "visiosoft.theme.defaultadmin::js/libraries/tether.min.js"]);
+ echo "
+
+";
+ // line 34
+ echo call_user_func_array($this->env->getFunction('asset_add')->getCallable(), ["add", "theme.js", "visiosoft.theme.defaultadmin::js/libraries/*", [0 => "required", 1 => "as:t4t5/sweetalert.js", 2 => "as:RubaXa/Sortable.js", 3 => "as:jshjohnson/Choices.js", 4 => "as:rstacruz/nprogress.js", 5 => "as:js-cookie/js-cookie.js", 6 => "as:ccampbell/mousetrap.js"]]);
+ // line 46
+ echo "
+
+";
+ // line 49
+ echo call_user_func_array($this->env->getFunction('asset_add')->getCallable(), ["add", "scripts.js", "visiosoft.theme.defaultadmin::js/theme/ajax.js"]);
+ echo "
+";
+ // line 50
+ echo call_user_func_array($this->env->getFunction('asset_add')->getCallable(), ["add", "scripts.js", "visiosoft.theme.defaultadmin::js/theme/confirm.js"]);
+ echo "
+";
+ // line 51
+ echo call_user_func_array($this->env->getFunction('asset_add')->getCallable(), ["add", "scripts.js", "visiosoft.theme.defaultadmin::js/theme/initialize.js"]);
+ echo "
+";
+ // line 52
+ echo call_user_func_array($this->env->getFunction('asset_add')->getCallable(), ["add", "scripts.js", "visiosoft.theme.defaultadmin::js/theme/keyboard.js"]);
+ echo "
+";
+ // line 53
+ echo call_user_func_array($this->env->getFunction('asset_add')->getCallable(), ["add", "scripts.js", "visiosoft.theme.defaultadmin::js/theme/modal.js"]);
+ echo "
+";
+ // line 54
+ echo call_user_func_array($this->env->getFunction('asset_add')->getCallable(), ["add", "scripts.js", "visiosoft.theme.defaultadmin::js/theme/prompt.js"]);
+ echo "
+";
+ // line 55
+ echo call_user_func_array($this->env->getFunction('asset_add')->getCallable(), ["add", "scripts.js", "visiosoft.theme.defaultadmin::js/theme/push.js"]);
+ echo "
+";
+ // line 56
+ echo call_user_func_array($this->env->getFunction('asset_add')->getCallable(), ["add", "scripts.js", "visiosoft.theme.defaultadmin::js/theme/search.js"]);
+ echo "
+";
+ // line 57
+ echo call_user_func_array($this->env->getFunction('asset_add')->getCallable(), ["add", "scripts.js", "visiosoft.theme.defaultadmin::js/theme/select2.js"]);
+ echo "
+";
+ // line 58
+ echo call_user_func_array($this->env->getFunction('asset_add')->getCallable(), ["add", "scripts.js", "visiosoft.theme.defaultadmin::js/theme/alert.js"]);
+ echo "
+";
+ // line 59
+ echo call_user_func_array($this->env->getFunction('asset_add')->getCallable(), ["add", "theme.js", "visiosoft.theme.base::js/jquery.maskedinput.js"]);
+ echo "
+";
+ // line 60
+ echo call_user_func_array($this->env->getFunction('asset_add')->getCallable(), ["add", "theme.js", "visiosoft.theme.base::js/intlTelInput.min.js"]);
+ echo "
+";
+ // line 61
+ echo call_user_func_array($this->env->getFunction('asset_add')->getCallable(), ["add", "theme.js", "visiosoft.theme.base::js/utils.js"]);
+ echo "
+";
+ // line 62
+ echo call_user_func_array($this->env->getFunction('asset_add')->getCallable(), ["add", "theme.js", "visiosoft.theme.base::js/phonefield.js"]);
+ echo "
+";
+ // line 63
+ echo call_user_func_array($this->env->getFunction('asset_script')->getCallable(), ["script", "visiosoft.theme.defaultadmin::js/visiosoft.js"]);
+ echo "
+
+
+";
+ // line 73
+ if (twig_get_attribute($this->env, $this->source, call_user_func_array($this->env->getFunction('locale')->getCallable(), []), "isRtl", [], "method", false, false, false, 73)) {
+ // line 74
+ echo "
+";
+ }
+ // line 79
+ echo "
+";
+ // line 80
+ echo call_user_func_array($this->env->getFunction('constants')->getCallable(), []);
+ echo "
+
+";
+ // line 82
+ echo call_user_func_array($this->env->getFunction('asset_script')->getCallable(), ["script", "theme.js"]);
+ echo "
+";
+ // line 83
+ echo call_user_func_array($this->env->getFunction('asset_script')->getCallable(), ["script", "visiosoft.js"]);
+ }
+
+ public function getTemplateName()
+ {
+ return "theme::partials/metadata";
+ }
+
+ public function isTraitable()
+ {
+ return false;
+ }
+
+ public function getDebugInfo()
+ {
+ return array ( 212 => 83, 208 => 82, 203 => 80, 200 => 79, 194 => 76, 190 => 75, 187 => 74, 185 => 73, 181 => 71, 176 => 69, 173 => 68, 171 => 67, 167 => 66, 163 => 65, 158 => 63, 154 => 62, 150 => 61, 146 => 60, 142 => 59, 138 => 58, 134 => 57, 130 => 56, 126 => 55, 122 => 54, 118 => 53, 114 => 52, 110 => 51, 106 => 50, 102 => 49, 98 => 46, 96 => 34, 91 => 32, 87 => 31, 83 => 30, 79 => 28, 77 => 19, 71 => 16, 67 => 15, 63 => 14, 59 => 13, 54 => 11, 49 => 8, 45 => 7, 37 => 1,);
+ }
+
+ public function getSourceContext()
+ {
+ return new Source("
+
+
+
+
+
+{{ trans('visiosoft.theme.defaultadmin::control_panel.title') }}
+ › {{ trans(template.breadcrumbs.all()|keys|last)|raw }}
+
+{# Favicons #}
+{{ favicons(\"visiosoft.theme.defaultadmin::img/favicon.png\") }}
+
+{{ asset_add(\"theme.css\", \"visiosoft.theme.defaultadmin::css/fonts.css\", [\"parse\"]) }}
+{{ asset_add(\"theme.css\", \"visiosoft.theme.defaultadmin::css/bootstrap.css\") }}
+{{ asset_add(\"theme.css\", \"visiosoft.theme.defaultadmin::css/select2.css\") }}
+{{ asset_add(\"theme.css\", \"visiosoft.theme.base::css/intlTelInput.css\") }}
+
+
+{{ asset_add(
+ \"build.css\",
+ \"visiosoft.theme.defaultadmin::css/theme.css\",
+ [
+ \"required\",
+ \"as:t4t5/sweetalert.css\",
+ \"as:jshjohnson/Choices.css\",
+ \"as:rstacruz/nprogress.css\",
+ ]
+) }}
+
+{{ asset_add(\"theme.js\", \"visiosoft.theme.defaultadmin::js/vendor/*\") }}
+{{ asset_add(\"theme.js\", \"visiosoft.theme.defaultadmin::js/theme/polyfills.js\") }}
+{{ asset_add(\"theme.js\", \"visiosoft.theme.defaultadmin::js/libraries/tether.min.js\") }}
+
+{{ asset_add(
+ \"theme.js\",
+ \"visiosoft.theme.defaultadmin::js/libraries/*\",
+ [
+ \"required\",
+ \"as:t4t5/sweetalert.js\",
+ \"as:RubaXa/Sortable.js\",
+ \"as:jshjohnson/Choices.js\",
+ \"as:rstacruz/nprogress.js\",
+ \"as:js-cookie/js-cookie.js\",
+ \"as:ccampbell/mousetrap.js\",
+ ]
+) }}
+
+{# Need to figure out globing to scripts.js - ends up with a /* file #}
+{{ asset_add(\"scripts.js\", \"visiosoft.theme.defaultadmin::js/theme/ajax.js\") }}
+{{ asset_add(\"scripts.js\", \"visiosoft.theme.defaultadmin::js/theme/confirm.js\") }}
+{{ asset_add(\"scripts.js\", \"visiosoft.theme.defaultadmin::js/theme/initialize.js\") }}
+{{ asset_add(\"scripts.js\", \"visiosoft.theme.defaultadmin::js/theme/keyboard.js\") }}
+{{ asset_add(\"scripts.js\", \"visiosoft.theme.defaultadmin::js/theme/modal.js\") }}
+{{ asset_add(\"scripts.js\", \"visiosoft.theme.defaultadmin::js/theme/prompt.js\") }}
+{{ asset_add(\"scripts.js\", \"visiosoft.theme.defaultadmin::js/theme/push.js\") }}
+{{ asset_add(\"scripts.js\", \"visiosoft.theme.defaultadmin::js/theme/search.js\") }}
+{{ asset_add(\"scripts.js\", \"visiosoft.theme.defaultadmin::js/theme/select2.js\") }}
+{{ asset_add(\"scripts.js\", \"visiosoft.theme.defaultadmin::js/theme/alert.js\") }}
+{{ asset_add(\"theme.js\", \"visiosoft.theme.base::js/jquery.maskedinput.js\") }}
+{{ asset_add(\"theme.js\", \"visiosoft.theme.base::js/intlTelInput.min.js\") }}
+{{ asset_add(\"theme.js\", \"visiosoft.theme.base::js/utils.js\") }}
+{{ asset_add(\"theme.js\", \"visiosoft.theme.base::js/phonefield.js\") }}
+{{ asset_script('visiosoft.theme.defaultadmin::js/visiosoft.js') }}
+
+
+{% if locale().isRtl() %}
+
+{% endif %}
+
+{{ constants() }}
+
+{{ asset_script(\"theme.js\") }}
+{{ asset_script(\"visiosoft.js\") }}", "theme::partials/metadata", "C:\\wamp64\\www\\ocify\\resources\\default\\addons/visiosoft/defaultadmin-theme/views//partials/metadata.twig");
+ }
+}
diff --git a/storage/framework/views/twig/3c/3cb4e789c34b93101137e9cadf24c1baa7588d5fde4ab2824f78d2e9de57cb76.php b/storage/framework/views/twig/3c/3cb4e789c34b93101137e9cadf24c1baa7588d5fde4ab2824f78d2e9de57cb76.php
new file mode 100644
index 000000000..25cba2dc2
--- /dev/null
+++ b/storage/framework/views/twig/3c/3cb4e789c34b93101137e9cadf24c1baa7588d5fde4ab2824f78d2e9de57cb76.php
@@ -0,0 +1,52 @@
+source = $this->getSourceContext();
+
+ $this->parent = false;
+
+ $this->blocks = [
+ ];
+ }
+
+ protected function doDisplay(array $context, array $blocks = [])
+ {
+ $macros = $this->macros;
+ }
+
+ public function getTemplateName()
+ {
+ return "C:\\wamp64\\www\\ocify\\storage\\streams\\default/support/parsed/c2aa022a657786d3449eb93e445085d6.twig";
+ }
+
+ public function getDebugInfo()
+ {
+ return array ();
+ }
+
+ public function getSourceContext()
+ {
+ return new Source("", "C:\\wamp64\\www\\ocify\\storage\\streams\\default/support/parsed/c2aa022a657786d3449eb93e445085d6.twig", "C:\\wamp64\\www\\ocify\\storage\\streams\\default/support/parsed/c2aa022a657786d3449eb93e445085d6.twig");
+ }
+}
diff --git a/storage/framework/views/twig/3c/3cd64e77033842f15d1c3ae80a5571839edf6609e3c149613c7dc583c19a7958.php b/storage/framework/views/twig/3c/3cd64e77033842f15d1c3ae80a5571839edf6609e3c149613c7dc583c19a7958.php
new file mode 100644
index 000000000..498a11baf
--- /dev/null
+++ b/storage/framework/views/twig/3c/3cd64e77033842f15d1c3ae80a5571839edf6609e3c149613c7dc583c19a7958.php
@@ -0,0 +1,241 @@
+source = $this->getSourceContext();
+
+ $this->parent = false;
+
+ $this->blocks = [
+ ];
+ }
+
+ protected function doDisplay(array $context, array $blocks = [])
+ {
+ $macros = $this->macros;
+ // line 1
+ echo "
+
+
+ ";
+ // line 4
+ $context["name"] = ((twig_get_attribute($this->env, $this->source, call_user_func_array($this->env->getFunction('user')->getCallable(), []), "first_name", [], "any", false, false, false, 4) . " ") . twig_get_attribute($this->env, $this->source, call_user_func_array($this->env->getFunction('user')->getCallable(), []), "last_name", [], "any", false, false, false, 4));
+ // line 5
+ echo " ";
+ if ((twig_get_attribute($this->env, $this->source, call_user_func_array($this->env->getFunction('user')->getCallable(), []), "first_name", [], "any", false, false, false, 5) && twig_get_attribute($this->env, $this->source, call_user_func_array($this->env->getFunction('user')->getCallable(), []), "last_name", [], "any", false, false, false, 5))) {
+ // line 6
+ echo " ";
+ $context["name"] = twig_get_attribute($this->env, $this->source, call_user_func_array($this->env->getFunction('user')->getCallable(), []), "username", [], "any", false, false, false, 6);
+ // line 7
+ echo " ";
+ }
+ // line 8
+ echo "
+
";
+ // line 9
+ echo call_user_func_array($this->env->getFunction('breadcrumb')->getCallable(), []);
+ echo "
+
+
+ ";
+ // line 12
+ $context['_parent'] = $context;
+ $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["template"] ?? null), "cp", [], "any", false, false, false, 12), "shortcuts", [], "any", false, false, false, 12));
+ foreach ($context['_seq'] as $context["_key"] => $context["shortcut"]) {
+ // line 13
+ echo "
+ env->getFunction('html_attributes')->getCallable(), ["attributes", twig_get_attribute($this->env, $this->source, $context["shortcut"], "attributes", [], "any", false, false, false, 14)]);
+ echo " ";
+ echo ">
+ ";
+ // line 16
+ echo " ";
+ echo call_user_func_array($this->env->getFunction('icon')->getCallable(), [twig_get_attribute($this->env, $this->source, $context["shortcut"], "icon", [], "any", false, false, false, 16)]);
+ echo "
+
+ ";
+ // line 19
+ echo " ";
+ // line 20
+ echo " ";
+ // line 21
+ echo " ";
+ // line 22
+ echo " ";
+ // line 23
+ echo " ";
+ // line 24
+ echo " ";
+ // line 25
+ echo " ";
+ // line 26
+ echo " ";
+ // line 27
+ echo " ";
+ // line 28
+ echo " ";
+ // line 29
+ echo " ";
+ // line 30
+ echo " ";
+ // line 31
+ echo " ";
+ // line 32
+ echo "
+ ";
+ }
+ $_parent = $context['_parent'];
+ unset($context['_seq'], $context['_iterated'], $context['_key'], $context['shortcut'], $context['_parent'], $context['loop']);
+ $context = array_intersect_key($context, $_parent) + $_parent;
+ // line 34
+ echo " ";
+ echo call_user_func_array($this->env->getFunction('addBlock')->getCallable(), ["admin/topbar"]);
+ echo "
+
+
+
+
+ ";
+ // line 39
+ echo ($context["name"] ?? null);
+ echo "
+
+
+ env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, call_user_func_array($this->env->getFunction('user')->getCallable(), []), "gravatar", [], "any", false, false, false, 42), "path", [], "any", false, false, false, 42), "html", null, true);
+ echo "\" width=\"47\" class=\"rounded-circle\">
+
+
+
+
+
+
+
+
";
+ }
+
+ public function getTemplateName()
+ {
+ return "visiosoft.theme.defaultadmin::partials/topbar";
+ }
+
+ public function isTraitable()
+ {
+ return false;
+ }
+
+ public function getDebugInfo()
+ {
+ return array ( 146 => 53, 137 => 47, 129 => 42, 123 => 39, 114 => 34, 107 => 32, 105 => 31, 103 => 30, 101 => 29, 99 => 28, 97 => 27, 95 => 26, 93 => 25, 91 => 24, 89 => 23, 87 => 22, 85 => 21, 83 => 20, 81 => 19, 75 => 16, 70 => 14, 66 => 13, 62 => 12, 56 => 9, 53 => 8, 50 => 7, 47 => 6, 44 => 5, 42 => 4, 37 => 1,);
+ }
+
+ public function getSourceContext()
+ {
+ return new Source("
+
+
+ {% set name = user().first_name ~' '~ user().last_name %}
+ {% if (user().first_name and user().last_name) %}
+ {% set name = user().username %}
+ {% endif %}
+
+
+
+
", "visiosoft.theme.defaultadmin::partials/topbar", "C:\\wamp64\\www\\ocify\\resources\\default\\addons/visiosoft/defaultadmin-theme/views//partials/topbar.twig");
+ }
+}
diff --git a/storage/framework/views/twig/49/4948fb25902ca74f056588a96e140109ecc26653648259959bc77ffade4ed391.php b/storage/framework/views/twig/49/4948fb25902ca74f056588a96e140109ecc26653648259959bc77ffade4ed391.php
new file mode 100644
index 000000000..643a898e7
--- /dev/null
+++ b/storage/framework/views/twig/49/4948fb25902ca74f056588a96e140109ecc26653648259959bc77ffade4ed391.php
@@ -0,0 +1,113 @@
+source = $this->getSourceContext();
+
+ $this->parent = false;
+
+ $this->blocks = [
+ ];
+ }
+
+ protected function doDisplay(array $context, array $blocks = [])
+ {
+ $macros = $this->macros;
+ // line 1
+ if ((twig_get_attribute($this->env, $this->source, ($context["dashboards"] ?? null), "count", [], "method", false, false, false, 1) > 1)) {
+ // line 2
+ echo "
+
+
+
+ ";
+ // line 6
+ $context['_parent'] = $context;
+ $context['_seq'] = twig_ensure_traversable(($context["dashboards"] ?? null));
+ foreach ($context['_seq'] as $context["_key"] => $context["dashboard"]) {
+ // line 7
+ echo "
env, $this->source, $context["dashboard"], "active", [], "any", false, false, false, 8)) ? ("active") : (""));
+ echo "\"
+ href=\"";
+ // line 9
+ echo call_user_func_array($this->env->getFunction('url')->getCallable(), [("admin/dashboard/view/" . twig_get_attribute($this->env, $this->source, $context["dashboard"], "slug", [], "any", false, false, false, 9))]);
+ echo "\">
+ ";
+ // line 10
+ echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["dashboard"], "name", [], "any", false, false, false, 10), "html", null, true);
+ echo "
+
+ ";
+ }
+ $_parent = $context['_parent'];
+ unset($context['_seq'], $context['_iterated'], $context['_key'], $context['dashboard'], $context['_parent'], $context['loop']);
+ $context = array_intersect_key($context, $_parent) + $_parent;
+ // line 13
+ echo "
+
+
+
+";
+ }
+ }
+
+ public function getTemplateName()
+ {
+ return "module::admin/dashboards/partials/navbar";
+ }
+
+ public function isTraitable()
+ {
+ return false;
+ }
+
+ public function getDebugInfo()
+ {
+ return array ( 69 => 13, 60 => 10, 56 => 9, 52 => 8, 49 => 7, 45 => 6, 39 => 2, 37 => 1,);
+ }
+
+ public function getSourceContext()
+ {
+ return new Source("{% if dashboards.count() > 1 %}
+
+{% endif %}
+", "module::admin/dashboards/partials/navbar", "C:\\wamp64\\www\\ocify\\resources\\default\\addons/anomaly/dashboard-module/views//admin/dashboards/partials/navbar.twig");
+ }
+}
diff --git a/storage/framework/views/twig/4f/4f911a8951094625040ed03df7a90e1d92176da6976c08fdcc5701864b2e7eff.php b/storage/framework/views/twig/4f/4f911a8951094625040ed03df7a90e1d92176da6976c08fdcc5701864b2e7eff.php
new file mode 100644
index 000000000..a7cd7e0e4
--- /dev/null
+++ b/storage/framework/views/twig/4f/4f911a8951094625040ed03df7a90e1d92176da6976c08fdcc5701864b2e7eff.php
@@ -0,0 +1,112 @@
+source = $this->getSourceContext();
+
+ $this->blocks = [
+ 'content' => [$this, 'block_content'],
+ ];
+ }
+
+ protected function doGetParent(array $context)
+ {
+ // line 1
+ return $this->loadTemplate(((twig_get_attribute($this->env, $this->source, ($context["template"] ?? null), "layout", [], "any", false, false, false, 1)) ? (twig_get_attribute($this->env, $this->source, ($context["template"] ?? null), "layout", [], "any", false, false, false, 1)) : ("theme::layouts/default")), "C:\\wamp64\\www\\ocify\\resources\\default\\addons/anomaly/dashboard-module/views//admin/dashboards/dashboard.twig", 1);
+ }
+
+ protected function doDisplay(array $context, array $blocks = [])
+ {
+ $macros = $this->macros;
+ $this->getParent($context)->display($context, array_merge($this->blocks, $blocks));
+ }
+
+ // line 3
+ public function block_content($context, array $blocks = [])
+ {
+ $macros = $this->macros;
+ // line 4
+ echo "
+ ";
+ // line 5
+ echo call_user_func_array($this->env->getFunction('asset_add')->getCallable(), ["add", "styles.css", "anomaly.module.dashboard::css/dashboard.css"]);
+ echo "
+ ";
+ // line 6
+ echo call_user_func_array($this->env->getFunction('asset_add')->getCallable(), ["add", "scripts.js", "anomaly.module.dashboard::js/dashboard.js"]);
+ echo "
+
+
+
+
+ ";
+ // line 11
+ $this->loadTemplate("module::admin/dashboards/partials/navbar", "C:\\wamp64\\www\\ocify\\resources\\default\\addons/anomaly/dashboard-module/views//admin/dashboards/dashboard.twig", 11)->display($context);
+ // line 12
+ echo " ";
+ $this->loadTemplate("module::admin/dashboards/partials/columns", "C:\\wamp64\\www\\ocify\\resources\\default\\addons/anomaly/dashboard-module/views//admin/dashboards/dashboard.twig", 12)->display($context);
+ // line 13
+ echo "
+
+
+
+";
+ }
+
+ public function getTemplateName()
+ {
+ return "C:\\wamp64\\www\\ocify\\resources\\default\\addons/anomaly/dashboard-module/views//admin/dashboards/dashboard.twig";
+ }
+
+ public function isTraitable()
+ {
+ return false;
+ }
+
+ public function getDebugInfo()
+ {
+ return array ( 69 => 13, 66 => 12, 64 => 11, 56 => 6, 52 => 5, 49 => 4, 45 => 3, 35 => 1,);
+ }
+
+ public function getSourceContext()
+ {
+ return new Source("{% extends template.layout ?: \"theme::layouts/default\" %}
+
+{% block content %}
+
+ {{ asset_add('styles.css', 'anomaly.module.dashboard::css/dashboard.css') }}
+ {{ asset_add('scripts.js', 'anomaly.module.dashboard::js/dashboard.js') }}
+
+
+
+
+ {% include \"module::admin/dashboards/partials/navbar\" %}
+ {% include \"module::admin/dashboards/partials/columns\" %}
+
+
+
+
+{% endblock %}
+", "C:\\wamp64\\www\\ocify\\resources\\default\\addons/anomaly/dashboard-module/views//admin/dashboards/dashboard.twig", "C:\\wamp64\\www\\ocify\\resources\\default\\addons/anomaly/dashboard-module/views//admin/dashboards/dashboard.twig");
+ }
+}
diff --git a/storage/framework/views/twig/52/52cef1551065674f99f57d1fb735d2ec53f538a342360c59a73526b61b9d0561.php b/storage/framework/views/twig/52/52cef1551065674f99f57d1fb735d2ec53f538a342360c59a73526b61b9d0561.php
new file mode 100644
index 000000000..35f3f6157
--- /dev/null
+++ b/storage/framework/views/twig/52/52cef1551065674f99f57d1fb735d2ec53f538a342360c59a73526b61b9d0561.php
@@ -0,0 +1,119 @@
+source = $this->getSourceContext();
+
+ $this->parent = false;
+
+ $this->blocks = [
+ ];
+ }
+
+ protected function doDisplay(array $context, array $blocks = [])
+ {
+ $macros = $this->macros;
+ // line 1
+ echo "
+";
+ }
+
+ public function getTemplateName()
+ {
+ return "C:\\wamp64\\www\\ocify\\vendor\\visiosoft\\streams-platform\\src\\View\\Command/../../../resources/views/partials/constants.twig";
+ }
+
+ public function isTraitable()
+ {
+ return false;
+ }
+
+ public function getDebugInfo()
+ {
+ return array ( 78 => 13, 74 => 12, 70 => 11, 66 => 10, 62 => 9, 58 => 8, 54 => 7, 49 => 5, 45 => 4, 41 => 3, 37 => 1,);
+ }
+
+ public function getSourceContext()
+ {
+ return new Source("
+", "C:\\wamp64\\www\\ocify\\vendor\\visiosoft\\streams-platform\\src\\View\\Command/../../../resources/views/partials/constants.twig", "C:\\wamp64\\www\\ocify\\vendor\\visiosoft\\streams-platform\\src\\View\\Command/../../../resources/views/partials/constants.twig");
+ }
+}
diff --git a/storage/framework/views/twig/5b/5b2e6aa7b64ed312e0a701c918e0ca6abecd604e1fc10729f6288466d387c031.php b/storage/framework/views/twig/5b/5b2e6aa7b64ed312e0a701c918e0ca6abecd604e1fc10729f6288466d387c031.php
new file mode 100644
index 000000000..0d2dee2a7
--- /dev/null
+++ b/storage/framework/views/twig/5b/5b2e6aa7b64ed312e0a701c918e0ca6abecd604e1fc10729f6288466d387c031.php
@@ -0,0 +1,277 @@
+source = $this->getSourceContext();
+
+ $this->parent = false;
+
+ $this->blocks = [
+ ];
+ }
+
+ protected function doDisplay(array $context, array $blocks = [])
+ {
+ $macros = $this->macros;
+ // line 1
+ echo "
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ";
+ // line 62
+ echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('trans')->getCallable(), ["visiosoft.theme.defaultadmin::help.documentation_link"]), "html", null, true);
+ echo "
+
+ ";
+ // line 64
+ echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('trans')->getCallable(), ["visiosoft.theme.defaultadmin::help.documentation_description"]), "html", null, true);
+ echo "
+
+
+
+
+ ";
+ // line 69
+ echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('trans')->getCallable(), ["visiosoft.theme.defaultadmin::help.slack_link"]), "html", null, true);
+ echo "
+
+ ";
+ // line 71
+ echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('trans')->getCallable(), ["visiosoft.theme.defaultadmin::help.slack_description"]), "html", null, true);
+ echo "
+
+
+
+
+ ";
+ // line 76
+ echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('trans')->getCallable(), ["visiosoft.theme.defaultadmin::help.forum_link"]), "html", null, true);
+ echo "
+
+ ";
+ // line 78
+ echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('trans')->getCallable(), ["visiosoft.theme.defaultadmin::help.forum_description"]), "html", null, true);
+ echo "
+
+
+
+
+ ";
+ // line 83
+ echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('trans')->getCallable(), ["visiosoft.theme.defaultadmin::help.addons_link"]), "html", null, true);
+ echo "
+
+ ";
+ // line 85
+ echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('trans')->getCallable(), ["visiosoft.theme.defaultadmin::help.addons_description"]), "html", null, true);
+ echo "
+
+
+
+
+
+
+
+
+
+";
+ }
+
+ public function getTemplateName()
+ {
+ return "theme::partials/modals";
+ }
+
+ public function isTraitable()
+ {
+ return false;
+ }
+
+ public function getDebugInfo()
+ {
+ return array ( 150 => 85, 145 => 83, 137 => 78, 132 => 76, 124 => 71, 119 => 69, 111 => 64, 106 => 62, 93 => 52, 88 => 50, 37 => 1,);
+ }
+
+ public function getSourceContext()
+ {
+ return new Source("
+
+
+
+
+
+
+
+
+", "theme::partials/modals", "C:\\wamp64\\www\\ocify\\resources\\default\\addons/visiosoft/defaultadmin-theme/views//partials/modals.twig");
+ }
+}
diff --git a/storage/framework/views/twig/63/631a76ed12b381a01836201df98d9e30d61e95744dcad7c699dc21e78a5bece7.php b/storage/framework/views/twig/63/631a76ed12b381a01836201df98d9e30d61e95744dcad7c699dc21e78a5bece7.php
new file mode 100644
index 000000000..5adeaba02
--- /dev/null
+++ b/storage/framework/views/twig/63/631a76ed12b381a01836201df98d9e30d61e95744dcad7c699dc21e78a5bece7.php
@@ -0,0 +1,128 @@
+source = $this->getSourceContext();
+
+ $this->parent = false;
+
+ $this->blocks = [
+ ];
+ }
+
+ protected function doDisplay(array $context, array $blocks = [])
+ {
+ $macros = $this->macros;
+ // line 1
+ echo " env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, call_user_func_array($this->env->getFunction('img')->getCallable(), [($context["source"] ?? null)]), "resize", [0 => 32, 1 => 32], "method", false, false, false, 1), "path", [], "any", false, false, false, 1), "html", null, true);
+ echo "\"/>
+ env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, call_user_func_array($this->env->getFunction('img')->getCallable(), [($context["source"] ?? null)]), "resize", [0 => 16, 1 => 16], "method", false, false, false, 2), "path", [], "any", false, false, false, 2), "html", null, true);
+ echo "\" sizes=\"16x16\"/>
+ env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, call_user_func_array($this->env->getFunction('img')->getCallable(), [($context["source"] ?? null)]), "resize", [0 => 32, 1 => 32], "method", false, false, false, 3), "path", [], "any", false, false, false, 3), "html", null, true);
+ echo "\" sizes=\"32x32\"/>
+ env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, call_user_func_array($this->env->getFunction('img')->getCallable(), [($context["source"] ?? null)]), "resize", [0 => 96, 1 => 96], "method", false, false, false, 4), "path", [], "any", false, false, false, 4), "html", null, true);
+ echo "\" sizes=\"96x96\"/>
+ env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, call_user_func_array($this->env->getFunction('img')->getCallable(), [($context["source"] ?? null)]), "resize", [0 => 128, 1 => 128], "method", false, false, false, 5), "path", [], "any", false, false, false, 5), "html", null, true);
+ echo "\" sizes=\"128x128\"/>
+ env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, call_user_func_array($this->env->getFunction('img')->getCallable(), [($context["source"] ?? null)]), "resize", [0 => 196, 1 => 196], "method", false, false, false, 6), "path", [], "any", false, false, false, 6), "html", null, true);
+ echo "\" sizes=\"196x196\"/>
+ env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, call_user_func_array($this->env->getFunction('img')->getCallable(), [($context["source"] ?? null)]), "resize", [0 => 57, 1 => 57], "method", false, false, false, 7), "path", [], "any", false, false, false, 7), "html", null, true);
+ echo "\"/>
+ env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, call_user_func_array($this->env->getFunction('img')->getCallable(), [($context["source"] ?? null)]), "resize", [0 => 60, 1 => 60], "method", false, false, false, 8), "path", [], "any", false, false, false, 8), "html", null, true);
+ echo "\"/>
+ env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, call_user_func_array($this->env->getFunction('img')->getCallable(), [($context["source"] ?? null)]), "resize", [0 => 72, 1 => 72], "method", false, false, false, 9), "path", [], "any", false, false, false, 9), "html", null, true);
+ echo "\"/>
+ env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, call_user_func_array($this->env->getFunction('img')->getCallable(), [($context["source"] ?? null)]), "resize", [0 => 76, 1 => 76], "method", false, false, false, 10), "path", [], "any", false, false, false, 10), "html", null, true);
+ echo "\"/>
+ env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, call_user_func_array($this->env->getFunction('img')->getCallable(), [($context["source"] ?? null)]), "resize", [0 => 114, 1 => 114], "method", false, false, false, 11), "path", [], "any", false, false, false, 11), "html", null, true);
+ echo "\"/>
+ env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, call_user_func_array($this->env->getFunction('img')->getCallable(), [($context["source"] ?? null)]), "resize", [0 => 120, 1 => 120], "method", false, false, false, 12), "path", [], "any", false, false, false, 12), "html", null, true);
+ echo "\"/>
+ env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, call_user_func_array($this->env->getFunction('img')->getCallable(), [($context["source"] ?? null)]), "resize", [0 => 144, 1 => 144], "method", false, false, false, 13), "path", [], "any", false, false, false, 13), "html", null, true);
+ echo "\"/>
+ env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, call_user_func_array($this->env->getFunction('img')->getCallable(), [($context["source"] ?? null)]), "resize", [0 => 152, 1 => 152], "method", false, false, false, 14), "path", [], "any", false, false, false, 14), "html", null, true);
+ echo "\"/>
+";
+ }
+
+ public function getTemplateName()
+ {
+ return "C:\\wamp64\\www\\ocify\\vendor\\visiosoft\\streams-platform\\src\\View\\Command/../../../resources/views/partials/favicons.twig";
+ }
+
+ public function isTraitable()
+ {
+ return false;
+ }
+
+ public function getDebugInfo()
+ {
+ return array ( 90 => 14, 86 => 13, 82 => 12, 78 => 11, 74 => 10, 70 => 9, 66 => 8, 62 => 7, 58 => 6, 54 => 5, 50 => 4, 46 => 3, 42 => 2, 37 => 1,);
+ }
+
+ public function getSourceContext()
+ {
+ return new Source("
+
+
+
+
+
+
+
+
+
+
+
+
+
+", "C:\\wamp64\\www\\ocify\\vendor\\visiosoft\\streams-platform\\src\\View\\Command/../../../resources/views/partials/favicons.twig", "C:\\wamp64\\www\\ocify\\vendor\\visiosoft\\streams-platform\\src\\View\\Command/../../../resources/views/partials/favicons.twig");
+ }
+}
diff --git a/storage/framework/views/twig/65/657e0e6ab77a860f9a66c359b7d6283a931efb7499f2e05ded44b811e3b99935.php b/storage/framework/views/twig/65/657e0e6ab77a860f9a66c359b7d6283a931efb7499f2e05ded44b811e3b99935.php
new file mode 100644
index 000000000..c1c69b47b
--- /dev/null
+++ b/storage/framework/views/twig/65/657e0e6ab77a860f9a66c359b7d6283a931efb7499f2e05ded44b811e3b99935.php
@@ -0,0 +1,199 @@
+source = $this->getSourceContext();
+
+ $this->parent = false;
+
+ $this->blocks = [
+ 'styles' => [$this, 'block_styles'],
+ 'content' => [$this, 'block_content'],
+ ];
+ }
+
+ protected function doDisplay(array $context, array $blocks = [])
+ {
+ $macros = $this->macros;
+ // line 1
+ echo "
+
+env, call_user_func_array($this->env->getFunction('config')->getCallable(), ["app.locale"]), "html", null, true);
+ echo "\">
+
+
+ ";
+ // line 6
+ $this->loadTemplate("theme::partials/metadata", "theme::layouts/default", 6)->display($context);
+ // line 7
+ echo " ";
+ $this->displayBlock('styles', $context, $blocks);
+ // line 8
+ echo "
+
+env, twig_random($this->env, 8), "html", null, true);
+ echo ((twig_get_attribute($this->env, $this->source, call_user_func_array($this->env->getFunction('locale')->getCallable(), []), "isRtl", [], "method", false, false, false, 10)) ? (" rtl") : (""));
+ echo " display--";
+ echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('preference_value')->getCallable(), ["visiosoft.theme.defaultadmin::display", "default"]), "html", null, true);
+ echo " sidebars--";
+ echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('preference_value')->getCallable(), ["visiosoft.theme.defaultadmin::sidebars", "default"]), "html", null, true);
+ echo "\"
+ data-variants=\"8\">
+
+";
+ // line 17
+ echo "
+ ";
+ // line 18
+ $this->loadTemplate("visiosoft.theme.defaultadmin::partials/logo", "theme::layouts/default", 18)->display($context);
+ // line 19
+ echo " ";
+ $this->loadTemplate("visiosoft.theme.defaultadmin::partials/sidebar", "theme::layouts/default", 19)->display($context);
+ // line 20
+ echo " ";
+ $this->loadTemplate("visiosoft.theme.defaultadmin::partials/menu", "theme::layouts/default", 20)->display($context);
+ // line 21
+ echo "
+ ";
+ // line 22
+ $this->loadTemplate("visiosoft.theme.defaultadmin::partials/topbar", "theme::layouts/default", 22)->display($context);
+ // line 23
+ echo " ";
+ if ((call_user_func_array($this->env->getFunction('trans')->getCallable(), ["module::addon.info"]) != "module::addon.info")) {
+ // line 24
+ echo " ";
+ echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('trans')->getCallable(), ["module::addon.info"]), "html", null, true);
+ echo "
+ ";
+ }
+ // line 26
+ echo "
+
+ ";
+ // line 28
+ $this->loadTemplate("theme::partials/messages", "theme::layouts/default", 28)->display($context);
+ // line 29
+ echo " ";
+ $this->loadTemplate("theme::partials/buttons", "theme::layouts/default", 29)->display($context);
+ // line 30
+ echo "
+
+ ";
+ // line 32
+ $this->displayBlock('content', $context, $blocks);
+ // line 33
+ echo "
+
+ ";
+ // line 35
+ $this->loadTemplate("theme::partials/footer", "theme::layouts/default", 35)->display($context);
+ // line 36
+ echo " ";
+ $this->loadTemplate("theme::partials/modals", "theme::layouts/default", 36)->display($context);
+ // line 37
+ echo "
+";
+ // line 38
+ $this->loadTemplate("theme::partials/assets", "theme::layouts/default", 38)->display($context);
+ // line 39
+ echo "
+
+";
+ }
+
+ // line 7
+ public function block_styles($context, array $blocks = [])
+ {
+ $macros = $this->macros;
+ }
+
+ // line 32
+ public function block_content($context, array $blocks = [])
+ {
+ $macros = $this->macros;
+ }
+
+ public function getTemplateName()
+ {
+ return "theme::layouts/default";
+ }
+
+ public function isTraitable()
+ {
+ return false;
+ }
+
+ public function getDebugInfo()
+ {
+ return array ( 135 => 32, 129 => 7, 123 => 39, 121 => 38, 118 => 37, 115 => 36, 113 => 35, 109 => 33, 107 => 32, 103 => 30, 100 => 29, 98 => 28, 94 => 26, 88 => 24, 85 => 23, 83 => 22, 80 => 21, 77 => 20, 74 => 19, 72 => 18, 69 => 17, 58 => 10, 54 => 8, 51 => 7, 49 => 6, 43 => 3, 39 => 1,);
+ }
+
+ public function getSourceContext()
+ {
+ return new Source("
+
+
+
+
+ {% include \"theme::partials/metadata\" %}
+ {% block styles %}{% endblock %}
+
+
+
+
+{# {% include \"theme::partials/push\" %} #}
+{# {% include \"theme::partials/brand\" %} #}
+{# {% include \"theme::partials/navbar\" %} #}
+{# {% include \"theme::partials/header\" %} #}
+
+ {% include \"visiosoft.theme.defaultadmin::partials/logo\" %}
+ {% include \"visiosoft.theme.defaultadmin::partials/sidebar\" %}
+ {% include \"visiosoft.theme.defaultadmin::partials/menu\" %}
+
+ {% include \"visiosoft.theme.defaultadmin::partials/topbar\" %}
+ {% if trans('module::addon.info') != 'module::addon.info' %}
+ {{ trans('module::addon.info') }}
+ {% endif %}
+
+
+ {% include \"theme::partials/messages\" %}
+ {% include \"theme::partials/buttons\" %}
+
+
+ {% block content %}{% endblock %}
+
+
+ {% include \"theme::partials/footer\" %}
+ {% include \"theme::partials/modals\" %}
+
+{% include \"theme::partials/assets\" %}
+
+
+", "theme::layouts/default", "C:\\wamp64\\www\\ocify\\resources\\default\\addons/visiosoft/defaultadmin-theme/views//layouts/default.twig");
+ }
+}
diff --git a/storage/framework/views/twig/65/65e9deef9e2c53176a4971ca3b43d4e493ee3d996ceee6ca8e7bbd002095189b.php b/storage/framework/views/twig/65/65e9deef9e2c53176a4971ca3b43d4e493ee3d996ceee6ca8e7bbd002095189b.php
new file mode 100644
index 000000000..681a75b69
--- /dev/null
+++ b/storage/framework/views/twig/65/65e9deef9e2c53176a4971ca3b43d4e493ee3d996ceee6ca8e7bbd002095189b.php
@@ -0,0 +1,112 @@
+source = $this->getSourceContext();
+
+ $this->parent = false;
+
+ $this->blocks = [
+ ];
+ }
+
+ protected function doDisplay(array $context, array $blocks = [])
+ {
+ $macros = $this->macros;
+ // line 1
+ echo "
+";
+ }
+
+ public function getTemplateName()
+ {
+ return "visiosoft.theme.defaultadmin::partials/sidebar";
+ }
+
+ public function isTraitable()
+ {
+ return false;
+ }
+
+ public function getDebugInfo()
+ {
+ return array ( 76 => 11, 66 => 7, 62 => 6, 56 => 5, 47 => 4, 43 => 3, 37 => 1,);
+ }
+
+ public function getSourceContext()
+ {
+ return new Source("
+", "visiosoft.theme.defaultadmin::partials/sidebar", "C:\\wamp64\\www\\ocify\\resources\\default\\addons/visiosoft/defaultadmin-theme/views//partials/sidebar.twig");
+ }
+}
diff --git a/storage/framework/views/twig/6d/6d32c77fd14d54922cec05273f0cdea18b1f30e70275d305dc80867515603ad3.php b/storage/framework/views/twig/6d/6d32c77fd14d54922cec05273f0cdea18b1f30e70275d305dc80867515603ad3.php
new file mode 100644
index 000000000..b71916358
--- /dev/null
+++ b/storage/framework/views/twig/6d/6d32c77fd14d54922cec05273f0cdea18b1f30e70275d305dc80867515603ad3.php
@@ -0,0 +1,125 @@
+source = $this->getSourceContext();
+
+ $this->parent = false;
+
+ $this->blocks = [
+ ];
+ }
+
+ protected function doDisplay(array $context, array $blocks = [])
+ {
+ $macros = $this->macros;
+ // line 1
+ if (twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["template"] ?? null), "breadcrumbs", [], "any", false, false, false, 1), "count", [], "method", false, false, false, 1)) {
+ // line 2
+ echo "
+ ";
+ // line 3
+ $context['_parent'] = $context;
+ $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, ($context["template"] ?? null), "breadcrumbs", [], "any", false, false, false, 3));
+ $context['loop'] = [
+ 'parent' => $context['_parent'],
+ 'index0' => 0,
+ 'index' => 1,
+ 'first' => true,
+ ];
+ if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
+ $length = count($context['_seq']);
+ $context['loop']['revindex0'] = $length - 1;
+ $context['loop']['revindex'] = $length;
+ $context['loop']['length'] = $length;
+ $context['loop']['last'] = 1 === $length;
+ }
+ foreach ($context['_seq'] as $context["breadcrumb"] => $context["url"]) {
+ // line 4
+ echo " ";
+ if (twig_get_attribute($this->env, $this->source, $context["loop"], "last", [], "any", false, false, false, 4)) {
+ // line 5
+ echo " ";
+ echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('trans')->getCallable(), [$context["breadcrumb"]]), "html", null, true);
+ echo "
+ ";
+ } else {
+ // line 7
+ echo " env, $context["url"], "html", null, true);
+ echo "\">";
+ echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('trans')->getCallable(), [$context["breadcrumb"]]), "html", null, true);
+ echo "
+ ";
+ }
+ // line 9
+ echo " ";
+ ++$context['loop']['index0'];
+ ++$context['loop']['index'];
+ $context['loop']['first'] = false;
+ if (isset($context['loop']['length'])) {
+ --$context['loop']['revindex0'];
+ --$context['loop']['revindex'];
+ $context['loop']['last'] = 0 === $context['loop']['revindex0'];
+ }
+ }
+ $_parent = $context['_parent'];
+ unset($context['_seq'], $context['_iterated'], $context['breadcrumb'], $context['url'], $context['_parent'], $context['loop']);
+ $context = array_intersect_key($context, $_parent) + $_parent;
+ // line 10
+ echo "
+";
+ }
+ }
+
+ public function getTemplateName()
+ {
+ return "C:\\wamp64\\www\\ocify\\vendor\\visiosoft\\streams-platform\\src\\View\\Command/../../../resources/views/partials/breadcrumb.twig";
+ }
+
+ public function isTraitable()
+ {
+ return false;
+ }
+
+ public function getDebugInfo()
+ {
+ return array ( 90 => 10, 76 => 9, 68 => 7, 62 => 5, 59 => 4, 42 => 3, 39 => 2, 37 => 1,);
+ }
+
+ public function getSourceContext()
+ {
+ return new Source("{% if template.breadcrumbs.count() %}
+
+ {% for breadcrumb, url in template.breadcrumbs %}
+ {% if loop.last %}
+ {{ trans(breadcrumb) }}
+ {% else %}
+ {{ trans(breadcrumb) }}
+ {% endif %}
+ {% endfor %}
+
+{% endif %}
+", "C:\\wamp64\\www\\ocify\\vendor\\visiosoft\\streams-platform\\src\\View\\Command/../../../resources/views/partials/breadcrumb.twig", "C:\\wamp64\\www\\ocify\\vendor\\visiosoft\\streams-platform\\src\\View\\Command/../../../resources/views/partials/breadcrumb.twig");
+ }
+}
diff --git a/storage/framework/views/twig/7f/7f775101aa4c5d60c4e3909c347268b2ca811253143a649939073d53359b77e0.php b/storage/framework/views/twig/7f/7f775101aa4c5d60c4e3909c347268b2ca811253143a649939073d53359b77e0.php
new file mode 100644
index 000000000..4449fc855
--- /dev/null
+++ b/storage/framework/views/twig/7f/7f775101aa4c5d60c4e3909c347268b2ca811253143a649939073d53359b77e0.php
@@ -0,0 +1,31331 @@
+source = $this->getSourceContext();
+
+ $this->parent = false;
+
+ $this->blocks = [
+ ];
+ }
+
+ protected function doDisplay(array $context, array $blocks = [])
+ {
+ $macros = $this->macros;
+ // line 1
+ echo "@charset \"UTF-8\";
+@font-face {
+ font-family: \"Glyphicons Regular\";
+ src: url('";
+ // line 4
+ echo call_user_func_array($this->env->getFunction('asset_path')->getCallable(), ["path", "theme::fonts/glyphicons/glyphicons-regular.eot"]);
+ echo "');
+ src: url('";
+ // line 5
+ echo call_user_func_array($this->env->getFunction('asset_path')->getCallable(), ["path", "theme::fonts/glyphicons/glyphicons-regular.eot"]);
+ echo "?#iefix') format(\"embedded-opentype\"), url('";
+ echo call_user_func_array($this->env->getFunction('asset_path')->getCallable(), ["path", "theme::fonts/glyphicons/glyphicons-regular.woff2"]);
+ echo "') format(\"woff2\"), url('";
+ echo call_user_func_array($this->env->getFunction('asset_path')->getCallable(), ["path", "theme::fonts/glyphicons/glyphicons-regular.woff"]);
+ echo "') format(\"woff\"), url('";
+ echo call_user_func_array($this->env->getFunction('asset_path')->getCallable(), ["path", "theme::fonts/glyphicons/glyphicons-regular.ttf"]);
+ echo "') format(\"truetype\"), url('";
+ echo call_user_func_array($this->env->getFunction('asset_path')->getCallable(), ["path", "theme::fonts/glyphicons/glyphicons-regular.svg"]);
+ echo "#glyphiconsregular') format(\"svg\");
+}
+@font-face {
+ font-family: \"Glyphicons Filetypes\";
+ src: url('";
+ // line 9
+ echo call_user_func_array($this->env->getFunction('asset_path')->getCallable(), ["path", "theme::fonts/glyphicons/glyphicons-filetypes-regular.eot"]);
+ echo "');
+ src: url('";
+ // line 10
+ echo call_user_func_array($this->env->getFunction('asset_path')->getCallable(), ["path", "theme::fonts/glyphicons/glyphicons-filetypes-regular.eot"]);
+ echo "?#iefix') format(\"embedded-opentype\"), url('";
+ echo call_user_func_array($this->env->getFunction('asset_path')->getCallable(), ["path", "theme::fonts/glyphicons/glyphicons-filetypes-regular.woff2"]);
+ echo "') format(\"woff2\"), url('";
+ echo call_user_func_array($this->env->getFunction('asset_path')->getCallable(), ["path", "theme::fonts/glyphicons/glyphicons-filetypes-regular.woff"]);
+ echo "') format(\"woff\"), url('";
+ echo call_user_func_array($this->env->getFunction('asset_path')->getCallable(), ["path", "theme::fonts/glyphicons/glyphicons-filetypes-regular.ttf"]);
+ echo "') format(\"truetype\"), url('";
+ echo call_user_func_array($this->env->getFunction('asset_path')->getCallable(), ["path", "theme::fonts/glyphicons/glyphicons-filetypes-regular.svg"]);
+ echo "#glyphicons_filetypesregular') format(\"svg\");
+}
+.filetypes {
+ position: relative;
+ top: 1px;
+ display: inline-block;
+ font-family: \"Glyphicons Filetypes\";
+ font-style: normal;
+ font-weight: normal;
+ vertical-align: top;
+ -webkit-font-smoothing: antialiased;
+ -moz-osx-font-smoothing: grayscale;
+}
+
+.filetypes.x05 {
+ font-size: 12px;
+}
+
+.filetypes.x2 {
+ font-size: 48px;
+}
+
+.filetypes.x3 {
+ font-size: 72px;
+}
+
+.filetypes.x4 {
+ font-size: 96px;
+}
+
+.filetypes.x5 {
+ font-size: 120px;
+}
+
+.filetypes.light:before {
+ color: #f2f2f2;
+}
+
+.filetypes.drop:before {
+ text-shadow: -1px 1px 3px rgba(0, 0, 0, 0.3);
+}
+
+.filetypes.flip {
+ -webkit-transform: scaleX(-1);
+ transform: scaleX(-1);
+ -webkit-filter: FlipH;
+ filter: FlipH;
+ -ms-filter: \"FlipH\";
+}
+
+.filetypes.flipv {
+ -webkit-transform: scaleY(-1);
+ transform: scaleY(-1);
+ -webkit-filter: FlipV;
+ filter: FlipV;
+ -ms-filter: \"FlipV\";
+}
+
+.filetypes.rotate90 {
+ -webkit-transform: rotate(90deg);
+ transform: rotate(90deg);
+}
+
+.filetypes.rotate180 {
+ -webkit-transform: rotate(180deg);
+ transform: rotate(180deg);
+}
+
+.filetypes.rotate270 {
+ -webkit-transform: rotate(270deg);
+ transform: rotate(270deg);
+}
+
+.filetypes-txt:before {
+ content: \"\\E001\";
+}
+
+.filetypes-doc:before {
+ content: \"\\E002\";
+}
+
+.filetypes-rtf:before {
+ content: \"\\E003\";
+}
+
+.filetypes-log:before {
+ content: \"\\E004\";
+}
+
+.filetypes-tex:before {
+ content: \"\\E005\";
+}
+
+.filetypes-msg:before {
+ content: \"\\E006\";
+}
+
+.filetypes-text:before {
+ content: \"\\E007\";
+}
+
+.filetypes-wpd:before {
+ content: \"\\E008\";
+}
+
+.filetypes-wps:before {
+ content: \"\\E009\";
+}
+
+.filetypes-docx:before {
+ content: \"\\E010\";
+}
+
+.filetypes-page:before {
+ content: \"\\E011\";
+}
+
+.filetypes-csv:before {
+ content: \"\\E012\";
+}
+
+.filetypes-dat:before {
+ content: \"\\E013\";
+}
+
+.filetypes-tar:before {
+ content: \"\\E014\";
+}
+
+.filetypes-xml:before {
+ content: \"\\E015\";
+}
+
+.filetypes-vcf:before {
+ content: \"\\E016\";
+}
+
+.filetypes-pps:before {
+ content: \"\\E017\";
+}
+
+.filetypes-key:before {
+ content: \"\\E018\";
+}
+
+.filetypes-ppt:before {
+ content: \"\\E019\";
+}
+
+.filetypes-pptx:before {
+ content: \"\\E020\";
+}
+
+.filetypes-sdf:before {
+ content: \"\\E021\";
+}
+
+.filetypes-gbr:before {
+ content: \"\\E022\";
+}
+
+.filetypes-ged:before {
+ content: \"\\E023\";
+}
+
+.filetypes-mp3:before {
+ content: \"\\E024\";
+}
+
+.filetypes-m4a:before {
+ content: \"\\E025\";
+}
+
+.filetypes-waw:before {
+ content: \"\\E026\";
+}
+
+.filetypes-wma:before {
+ content: \"\\E027\";
+}
+
+.filetypes-mpa:before {
+ content: \"\\E028\";
+}
+
+.filetypes-iff:before {
+ content: \"\\E029\";
+}
+
+.filetypes-aif:before {
+ content: \"\\E030\";
+}
+
+.filetypes-ra:before {
+ content: \"\\E031\";
+}
+
+.filetypes-mid:before {
+ content: \"\\E032\";
+}
+
+.filetypes-m3v:before {
+ content: \"\\E033\";
+}
+
+.filetypes-e-3gp:before {
+ content: \"\\E034\";
+}
+
+.filetypes-swf:before {
+ content: \"\\E035\";
+}
+
+.filetypes-avi:before {
+ content: \"\\E036\";
+}
+
+.filetypes-asx:before {
+ content: \"\\E037\";
+}
+
+.filetypes-mp4:before {
+ content: \"\\E038\";
+}
+
+.filetypes-e-3g2:before {
+ content: \"\\E039\";
+}
+
+.filetypes-mpg:before {
+ content: \"\\E040\";
+}
+
+.filetypes-asf:before {
+ content: \"\\E041\";
+}
+
+.filetypes-vob:before {
+ content: \"\\E042\";
+}
+
+.filetypes-wmv:before {
+ content: \"\\E043\";
+}
+
+.filetypes-mov:before {
+ content: \"\\E044\";
+}
+
+.filetypes-srt:before {
+ content: \"\\E045\";
+}
+
+.filetypes-m4v:before {
+ content: \"\\E046\";
+}
+
+.filetypes-flv:before {
+ content: \"\\E047\";
+}
+
+.filetypes-rm:before {
+ content: \"\\E048\";
+}
+
+.filetypes-png:before {
+ content: \"\\E049\";
+}
+
+.filetypes-psd:before {
+ content: \"\\E050\";
+}
+
+.filetypes-psp:before {
+ content: \"\\E051\";
+}
+
+.filetypes-jpg:before {
+ content: \"\\E052\";
+}
+
+.filetypes-tif:before {
+ content: \"\\E053\";
+}
+
+.filetypes-tiff:before {
+ content: \"\\E054\";
+}
+
+.filetypes-gif:before {
+ content: \"\\E055\";
+}
+
+.filetypes-bmp:before {
+ content: \"\\E056\";
+}
+
+.filetypes-tga:before {
+ content: \"\\E057\";
+}
+
+.filetypes-thm:before {
+ content: \"\\E058\";
+}
+
+.filetypes-yuv:before {
+ content: \"\\E059\";
+}
+
+.filetypes-dds:before {
+ content: \"\\E060\";
+}
+
+.filetypes-ai:before {
+ content: \"\\E061\";
+}
+
+.filetypes-eps:before {
+ content: \"\\E062\";
+}
+
+.filetypes-ps:before {
+ content: \"\\E063\";
+}
+
+.filetypes-svg:before {
+ content: \"\\E064\";
+}
+
+.filetypes-pdf:before {
+ content: \"\\E065\";
+}
+
+.filetypes-pct:before {
+ content: \"\\E066\";
+}
+
+.filetypes-indd:before {
+ content: \"\\E067\";
+}
+
+.filetypes-xlr:before {
+ content: \"\\E068\";
+}
+
+.filetypes-xls:before {
+ content: \"\\E069\";
+}
+
+.filetypes-xlsx:before {
+ content: \"\\E070\";
+}
+
+.filetypes-db:before {
+ content: \"\\E071\";
+}
+
+.filetypes-dbf:before {
+ content: \"\\E072\";
+}
+
+.filetypes-mdb:before {
+ content: \"\\E073\";
+}
+
+.filetypes-pdb:before {
+ content: \"\\E074\";
+}
+
+.filetypes-sql:before {
+ content: \"\\E075\";
+}
+
+.filetypes-aacd:before {
+ content: \"\\E076\";
+}
+
+.filetypes-app:before {
+ content: \"\\E077\";
+}
+
+.filetypes-exe:before {
+ content: \"\\E078\";
+}
+
+.filetypes-com:before {
+ content: \"\\E079\";
+}
+
+.filetypes-bat:before {
+ content: \"\\E080\";
+}
+
+.filetypes-apk:before {
+ content: \"\\E081\";
+}
+
+.filetypes-jar:before {
+ content: \"\\E082\";
+}
+
+.filetypes-hsf:before {
+ content: \"\\E083\";
+}
+
+.filetypes-pif:before {
+ content: \"\\E084\";
+}
+
+.filetypes-vb:before {
+ content: \"\\E085\";
+}
+
+.filetypes-cgi:before {
+ content: \"\\E086\";
+}
+
+.filetypes-css:before {
+ content: \"\\E087\";
+}
+
+.filetypes-js:before {
+ content: \"\\E088\";
+}
+
+.filetypes-php:before {
+ content: \"\\E089\";
+}
+
+.filetypes-xhtml:before {
+ content: \"\\E090\";
+}
+
+.filetypes-htm:before {
+ content: \"\\E091\";
+}
+
+.filetypes-html:before {
+ content: \"\\E092\";
+}
+
+.filetypes-asp:before {
+ content: \"\\E093\";
+}
+
+.filetypes-cer:before {
+ content: \"\\E094\";
+}
+
+.filetypes-jsp:before {
+ content: \"\\E095\";
+}
+
+.filetypes-cfm:before {
+ content: \"\\E096\";
+}
+
+.filetypes-aspx:before {
+ content: \"\\E097\";
+}
+
+.filetypes-rss:before {
+ content: \"\\E098\";
+}
+
+.filetypes-csr:before {
+ content: \"\\E099\";
+}
+
+.filetypes-less:before {
+ content: \"<\";
+}
+
+.filetypes-otf:before {
+ content: \"\\E101\";
+}
+
+.filetypes-ttf:before {
+ content: \"\\E102\";
+}
+
+.filetypes-font:before {
+ content: \"\\E103\";
+}
+
+.filetypes-fnt:before {
+ content: \"\\E104\";
+}
+
+.filetypes-eot:before {
+ content: \"\\E105\";
+}
+
+.filetypes-woff:before {
+ content: \"\\E106\";
+}
+
+.filetypes-zip:before {
+ content: \"\\E107\";
+}
+
+.filetypes-zipx:before {
+ content: \"\\E108\";
+}
+
+.filetypes-rar:before {
+ content: \"\\E109\";
+}
+
+.filetypes-targ:before {
+ content: \"\\E110\";
+}
+
+.filetypes-sitx:before {
+ content: \"\\E111\";
+}
+
+.filetypes-deb:before {
+ content: \"\\E112\";
+}
+
+.filetypes-e-7z:before {
+ content: \"\\E113\";
+}
+
+.filetypes-pkg:before {
+ content: \"\\E114\";
+}
+
+.filetypes-rpm:before {
+ content: \"\\E115\";
+}
+
+.filetypes-cbr:before {
+ content: \"\\E116\";
+}
+
+.filetypes-gz:before {
+ content: \"\\E117\";
+}
+
+.filetypes-dmg:before {
+ content: \"\\E118\";
+}
+
+.filetypes-cue:before {
+ content: \"\\E119\";
+}
+
+.filetypes-bin:before {
+ content: \"\\E120\";
+}
+
+.filetypes-iso:before {
+ content: \"\\E121\";
+}
+
+.filetypes-hdf:before {
+ content: \"\\E122\";
+}
+
+.filetypes-vcd:before {
+ content: \"\\E123\";
+}
+
+.filetypes-bak:before {
+ content: \"\\E124\";
+}
+
+.filetypes-tmp:before {
+ content: \"\\E125\";
+}
+
+.filetypes-ics:before {
+ content: \"\\E126\";
+}
+
+.filetypes-msi:before {
+ content: \"\\E127\";
+}
+
+.filetypes-cfg:before {
+ content: \"\\E128\";
+}
+
+.filetypes-ini:before {
+ content: \"\\E129\";
+}
+
+.filetypes-prf:before {
+ content: \"\\E130\";
+}
+
+.animated {
+ -webkit-animation-duration: 1s;
+ animation-duration: 1s;
+ -webkit-animation-fill-mode: both;
+ animation-fill-mode: both;
+ -webkit-animation-timing-function: ease-in-out;
+ animation-timing-function: ease-in-out;
+ animation-iteration-count: infinite;
+ -webkit-animation-iteration-count: infinite;
+}
+
+@-webkit-keyframes pulse {
+ 0% {
+ -webkit-transform: scale(1);
+ }
+ 50% {
+ -webkit-transform: scale(1.1);
+ }
+ 100% {
+ -webkit-transform: scale(1);
+ }
+}
+@keyframes pulse {
+ 0% {
+ -webkit-transform: scale(1);
+ transform: scale(1);
+ }
+ 50% {
+ -webkit-transform: scale(1.1);
+ transform: scale(1.1);
+ }
+ 100% {
+ -webkit-transform: scale(1);
+ transform: scale(1);
+ }
+}
+.pulse {
+ -webkit-animation-name: pulse;
+ animation-name: pulse;
+}
+
+@-webkit-keyframes rotateIn {
+ 0% {
+ -webkit-transform-origin: center center;
+ -webkit-transform: rotate(-200deg);
+ opacity: 0;
+ }
+ 100% {
+ -webkit-transform-origin: center center;
+ -webkit-transform: rotate(0);
+ opacity: 1;
+ }
+}
+@keyframes rotateIn {
+ 0% {
+ -webkit-transform-origin: center center;
+ transform-origin: center center;
+ -webkit-transform: rotate(-200deg);
+ transform: rotate(-200deg);
+ opacity: 0;
+ }
+ 100% {
+ -webkit-transform-origin: center center;
+ transform-origin: center center;
+ -webkit-transform: rotate(0);
+ transform: rotate(0);
+ opacity: 1;
+ }
+}
+.rotateIn {
+ -webkit-animation-name: rotateIn;
+ animation-name: rotateIn;
+}
+
+@-webkit-keyframes bounce {
+ 0%, 20%, 50%, 80%, 100% {
+ -webkit-transform: translateY(0);
+ }
+ 40% {
+ -webkit-transform: translateY(-30px);
+ }
+ 60% {
+ -webkit-transform: translateY(-15px);
+ }
+}
+@keyframes bounce {
+ 0%, 20%, 50%, 80%, 100% {
+ -webkit-transform: translateY(0);
+ transform: translateY(0);
+ }
+ 40% {
+ -webkit-transform: translateY(-30px);
+ transform: translateY(-30px);
+ }
+ 60% {
+ -webkit-transform: translateY(-15px);
+ transform: translateY(-15px);
+ }
+}
+.bounce {
+ -webkit-animation-name: bounce;
+ animation-name: bounce;
+}
+
+@-webkit-keyframes swing {
+ 20%, 40%, 60%, 80%, 100% {
+ -webkit-transform-origin: top center;
+ }
+ 20% {
+ -webkit-transform: rotate(15deg);
+ }
+ 40% {
+ -webkit-transform: rotate(-10deg);
+ }
+ 60% {
+ -webkit-transform: rotate(5deg);
+ }
+ 80% {
+ -webkit-transform: rotate(-5deg);
+ }
+ 100% {
+ -webkit-transform: rotate(0deg);
+ }
+}
+@keyframes swing {
+ 20% {
+ -webkit-transform: rotate(15deg);
+ transform: rotate(15deg);
+ }
+ 40% {
+ -webkit-transform: rotate(-10deg);
+ transform: rotate(-10deg);
+ }
+ 60% {
+ -webkit-transform: rotate(5deg);
+ transform: rotate(5deg);
+ }
+ 80% {
+ -webkit-transform: rotate(-5deg);
+ transform: rotate(-5deg);
+ }
+ 100% {
+ -webkit-transform: rotate(0deg);
+ transform: rotate(0deg);
+ }
+}
+.swing {
+ -webkit-transform-origin: top center;
+ transform-origin: top center;
+ -webkit-animation-name: swing;
+ animation-name: swing;
+}
+
+@-webkit-keyframes tada {
+ 0% {
+ -webkit-transform: scale(1);
+ }
+ 10%, 20% {
+ -webkit-transform: scale(0.9) rotate(-3deg);
+ }
+ 30%, 50%, 70%, 90% {
+ -webkit-transform: scale(1.1) rotate(3deg);
+ }
+ 40%, 60%, 80% {
+ -webkit-transform: scale(1.1) rotate(-3deg);
+ }
+ 100% {
+ -webkit-transform: scale(1) rotate(0);
+ }
+}
+@keyframes tada {
+ 0% {
+ -webkit-transform: scale(1);
+ transform: scale(1);
+ }
+ 10%, 20% {
+ -webkit-transform: scale(0.9) rotate(-3deg);
+ transform: scale(0.9) rotate(-3deg);
+ }
+ 30%, 50%, 70%, 90% {
+ -webkit-transform: scale(1.1) rotate(3deg);
+ transform: scale(1.1) rotate(3deg);
+ }
+ 40%, 60%, 80% {
+ -webkit-transform: scale(1.1) rotate(-3deg);
+ transform: scale(1.1) rotate(-3deg);
+ }
+ 100% {
+ -webkit-transform: scale(1) rotate(0);
+ transform: scale(1) rotate(0);
+ }
+}
+.tada {
+ -webkit-animation-name: tada;
+ animation-name: tada;
+}
+
+.glyphicons {
+ position: relative;
+ top: 1px;
+ display: inline-block;
+ font-family: \"Glyphicons Regular\";
+ font-style: normal;
+ font-weight: normal;
+ vertical-align: top;
+ -webkit-font-smoothing: antialiased;
+ -moz-osx-font-smoothing: grayscale;
+}
+
+.glyphicons.x05 {
+ font-size: 12px;
+}
+
+.glyphicons.x2 {
+ font-size: 48px;
+}
+
+.glyphicons.x3 {
+ font-size: 72px;
+}
+
+.glyphicons.x4 {
+ font-size: 96px;
+}
+
+.glyphicons.x5 {
+ font-size: 120px;
+}
+
+.glyphicons.light:before {
+ color: #f2f2f2;
+}
+
+.glyphicons.drop:before {
+ text-shadow: -1px 1px 3px rgba(0, 0, 0, 0.3);
+}
+
+.glyphicons.flip {
+ -webkit-transform: scaleX(-1);
+ transform: scaleX(-1);
+ -webkit-filter: FlipH;
+ filter: FlipH;
+ -ms-filter: \"FlipH\";
+}
+
+.glyphicons.flipv {
+ -webkit-transform: scaleY(-1);
+ transform: scaleY(-1);
+ -webkit-filter: FlipV;
+ filter: FlipV;
+ -ms-filter: \"FlipV\";
+}
+
+.glyphicons.rotate90 {
+ -webkit-transform: rotate(90deg);
+ transform: rotate(90deg);
+}
+
+.glyphicons.rotate180 {
+ -webkit-transform: rotate(180deg);
+ transform: rotate(180deg);
+}
+
+.glyphicons.rotate270 {
+ -webkit-transform: rotate(270deg);
+ transform: rotate(270deg);
+}
+
+.glyphicons-glass:before {
+ content: \"\\E001\";
+}
+
+.glyphicons-leaf:before {
+ content: \"\\E002\";
+}
+
+.glyphicons-dog:before {
+ content: \"\\E003\";
+}
+
+.glyphicons-user:before {
+ content: \"\\E004\";
+}
+
+.glyphicons-girl:before {
+ content: \"\\E005\";
+}
+
+.glyphicons-car:before {
+ content: \"\\E006\";
+}
+
+.glyphicons-user-add:before {
+ content: \"\\E007\";
+}
+
+.glyphicons-user-remove:before {
+ content: \"\\E008\";
+}
+
+.glyphicons-film:before {
+ content: \"\\E009\";
+}
+
+.glyphicons-magic:before {
+ content: \"\\E010\";
+}
+
+.glyphicons-envelope:before {
+ content: \"\\2709\";
+}
+
+.glyphicons-camera:before {
+ content: \"\\E011\";
+}
+
+.glyphicons-heart:before {
+ content: \"\\E013\";
+}
+
+.glyphicons-beach-umbrella:before {
+ content: \"\\E014\";
+}
+
+.glyphicons-train:before {
+ content: \"\\E015\";
+}
+
+.glyphicons-print:before {
+ content: \"\\E016\";
+}
+
+.glyphicons-bin:before {
+ content: \"\\E017\";
+}
+
+.glyphicons-music:before {
+ content: \"\\E018\";
+}
+
+.glyphicons-note:before {
+ content: \"\\E019\";
+}
+
+.glyphicons-heart-empty:before {
+ content: \"\\E020\";
+}
+
+.glyphicons-home:before {
+ content: \"\\E021\";
+}
+
+.glyphicons-snowflake:before {
+ content: \"\\2744\";
+}
+
+.glyphicons-fire:before {
+ content: \"\\E023\";
+}
+
+.glyphicons-magnet:before {
+ content: \"\\E024\";
+}
+
+.glyphicons-parents:before {
+ content: \"\\E025\";
+}
+
+.glyphicons-binoculars:before {
+ content: \"\\E026\";
+}
+
+.glyphicons-road:before {
+ content: \"\\E027\";
+}
+
+.glyphicons-search:before {
+ content: \"\\E028\";
+}
+
+.glyphicons-cars:before {
+ content: \"\\E029\";
+}
+
+.glyphicons-notes-2:before {
+ content: \"\\E030\";
+}
+
+.glyphicons-pencil:before {
+ content: \"\\270F\";
+}
+
+.glyphicons-bus:before {
+ content: \"\\E032\";
+}
+
+.glyphicons-wifi-alt:before {
+ content: \"\\E033\";
+}
+
+.glyphicons-luggage:before {
+ content: \"\\E034\";
+}
+
+.glyphicons-old-man:before {
+ content: \"\\E035\";
+}
+
+.glyphicons-woman:before {
+ content: \"\\E036\";
+}
+
+.glyphicons-file:before {
+ content: \"\\E037\";
+}
+
+.glyphicons-coins:before {
+ content: \"\\E038\";
+}
+
+.glyphicons-airplane:before {
+ content: \"\\2708\";
+}
+
+.glyphicons-notes:before {
+ content: \"\\E040\";
+}
+
+.glyphicons-stats:before {
+ content: \"\\E041\";
+}
+
+.glyphicons-charts:before {
+ content: \"\\E042\";
+}
+
+.glyphicons-pie-chart:before {
+ content: \"\\E043\";
+}
+
+.glyphicons-group:before {
+ content: \"\\E044\";
+}
+
+.glyphicons-keys:before {
+ content: \"\\E045\";
+}
+
+.glyphicons-calendar:before {
+ content: \"\\E046\";
+}
+
+.glyphicons-router:before {
+ content: \"\\E047\";
+}
+
+.glyphicons-camera-small:before {
+ content: \"\\E048\";
+}
+
+.glyphicons-star-empty:before {
+ content: \"\\E049\";
+}
+
+.glyphicons-star:before {
+ content: \"\\E050\";
+}
+
+.glyphicons-link:before {
+ content: \"\\E051\";
+}
+
+.glyphicons-eye-open:before {
+ content: \"\\E052\";
+}
+
+.glyphicons-eye-close:before {
+ content: \"\\E053\";
+}
+
+.glyphicons-alarm:before {
+ content: \"\\E054\";
+}
+
+.glyphicons-clock:before {
+ content: \"\\E055\";
+}
+
+.glyphicons-stopwatch:before {
+ content: \"\\E056\";
+}
+
+.glyphicons-projector:before {
+ content: \"\\E057\";
+}
+
+.glyphicons-history:before {
+ content: \"\\E058\";
+}
+
+.glyphicons-truck:before {
+ content: \"\\E059\";
+}
+
+.glyphicons-cargo:before {
+ content: \"\\E060\";
+}
+
+.glyphicons-compass:before {
+ content: \"\\E061\";
+}
+
+.glyphicons-keynote:before {
+ content: \"\\E062\";
+}
+
+.glyphicons-paperclip:before {
+ content: \"\\E063\";
+}
+
+.glyphicons-power:before {
+ content: \"\\E064\";
+}
+
+.glyphicons-lightbulb:before {
+ content: \"\\E065\";
+}
+
+.glyphicons-tag:before {
+ content: \"\\E066\";
+}
+
+.glyphicons-tags:before {
+ content: \"\\E067\";
+}
+
+.glyphicons-cleaning:before {
+ content: \"\\E068\";
+}
+
+.glyphicons-ruler:before {
+ content: \"\\E069\";
+}
+
+.glyphicons-gift:before {
+ content: \"\\E070\";
+}
+
+.glyphicons-umbrella:before {
+ content: \"\\2602\";
+}
+
+.glyphicons-book:before {
+ content: \"\\E072\";
+}
+
+.glyphicons-bookmark:before {
+ content: \"\\E073\";
+}
+
+.glyphicons-wifi:before {
+ content: \"\\E074\";
+}
+
+.glyphicons-cup:before {
+ content: \"\\E075\";
+}
+
+.glyphicons-stroller:before {
+ content: \"\\E076\";
+}
+
+.glyphicons-headphones:before {
+ content: \"\\E077\";
+}
+
+.glyphicons-headset:before {
+ content: \"\\E078\";
+}
+
+.glyphicons-warning-sign:before {
+ content: \"\\E079\";
+}
+
+.glyphicons-signal:before {
+ content: \"\\E080\";
+}
+
+.glyphicons-retweet:before {
+ content: \"\\E081\";
+}
+
+.glyphicons-refresh:before {
+ content: \"\\E082\";
+}
+
+.glyphicons-roundabout:before {
+ content: \"\\E083\";
+}
+
+.glyphicons-random:before {
+ content: \"\\E084\";
+}
+
+.glyphicons-heat:before {
+ content: \"\\E085\";
+}
+
+.glyphicons-repeat:before {
+ content: \"\\E086\";
+}
+
+.glyphicons-display:before {
+ content: \"\\E087\";
+}
+
+.glyphicons-log-book:before {
+ content: \"\\E088\";
+}
+
+.glyphicons-address-book:before {
+ content: \"\\E089\";
+}
+
+.glyphicons-building:before {
+ content: \"\\E090\";
+}
+
+.glyphicons-eyedropper:before {
+ content: \"\\E091\";
+}
+
+.glyphicons-adjust:before {
+ content: \"\\E092\";
+}
+
+.glyphicons-tint:before {
+ content: \"\\E093\";
+}
+
+.glyphicons-crop:before {
+ content: \"\\E094\";
+}
+
+.glyphicons-vector-path-square:before {
+ content: \"\\E095\";
+}
+
+.glyphicons-vector-path-circle:before {
+ content: \"\\E096\";
+}
+
+.glyphicons-vector-path-polygon:before {
+ content: \"\\E097\";
+}
+
+.glyphicons-vector-path-line:before {
+ content: \"\\E098\";
+}
+
+.glyphicons-vector-path-curve:before {
+ content: \"\\E099\";
+}
+
+.glyphicons-vector-path-all:before {
+ content: \"\\E100\";
+}
+
+.glyphicons-font:before {
+ content: \"\\E101\";
+}
+
+.glyphicons-italic:before {
+ content: \"\\E102\";
+}
+
+.glyphicons-bold:before {
+ content: \"\\E103\";
+}
+
+.glyphicons-text-underline:before {
+ content: \"\\E104\";
+}
+
+.glyphicons-text-strike:before {
+ content: \"\\E105\";
+}
+
+.glyphicons-text-height:before {
+ content: \"\\E106\";
+}
+
+.glyphicons-text-width:before {
+ content: \"\\E107\";
+}
+
+.glyphicons-text-resize:before {
+ content: \"\\E108\";
+}
+
+.glyphicons-left-indent:before {
+ content: \"\\E109\";
+}
+
+.glyphicons-right-indent:before {
+ content: \"\\E110\";
+}
+
+.glyphicons-align-left:before {
+ content: \"\\E111\";
+}
+
+.glyphicons-align-center:before {
+ content: \"\\E112\";
+}
+
+.glyphicons-align-right:before {
+ content: \"\\E113\";
+}
+
+.glyphicons-justify:before {
+ content: \"\\E114\";
+}
+
+.glyphicons-list:before {
+ content: \"\\E115\";
+}
+
+.glyphicons-text-smaller:before {
+ content: \"\\E116\";
+}
+
+.glyphicons-text-bigger:before {
+ content: \"\\E117\";
+}
+
+.glyphicons-embed:before {
+ content: \"\\E118\";
+}
+
+.glyphicons-embed-close:before {
+ content: \"\\E119\";
+}
+
+.glyphicons-table:before {
+ content: \"\\E120\";
+}
+
+.glyphicons-message-full:before {
+ content: \"\\E121\";
+}
+
+.glyphicons-message-empty:before {
+ content: \"\\E122\";
+}
+
+.glyphicons-message-in:before {
+ content: \"\\E123\";
+}
+
+.glyphicons-message-out:before {
+ content: \"\\E124\";
+}
+
+.glyphicons-message-plus:before {
+ content: \"\\E125\";
+}
+
+.glyphicons-message-minus:before {
+ content: \"\\E126\";
+}
+
+.glyphicons-message-ban:before {
+ content: \"\\E127\";
+}
+
+.glyphicons-message-flag:before {
+ content: \"\\E128\";
+}
+
+.glyphicons-message-lock:before {
+ content: \"\\E129\";
+}
+
+.glyphicons-message-new:before {
+ content: \"\\E130\";
+}
+
+.glyphicons-inbox:before {
+ content: \"\\E131\";
+}
+
+.glyphicons-inbox-plus:before {
+ content: \"\\E132\";
+}
+
+.glyphicons-inbox-minus:before {
+ content: \"\\E133\";
+}
+
+.glyphicons-inbox-lock:before {
+ content: \"\\E134\";
+}
+
+.glyphicons-inbox-in:before {
+ content: \"\\E135\";
+}
+
+.glyphicons-inbox-out:before {
+ content: \"\\E136\";
+}
+
+.glyphicons-cogwheel:before {
+ content: \"\\E137\";
+}
+
+.glyphicons-cogwheels:before {
+ content: \"\\E138\";
+}
+
+.glyphicons-picture:before {
+ content: \"\\E139\";
+}
+
+.glyphicons-adjust-alt:before {
+ content: \"\\E140\";
+}
+
+.glyphicons-database-lock:before {
+ content: \"\\E141\";
+}
+
+.glyphicons-database-plus:before {
+ content: \"\\E142\";
+}
+
+.glyphicons-database-minus:before {
+ content: \"\\E143\";
+}
+
+.glyphicons-database-ban:before {
+ content: \"\\E144\";
+}
+
+.glyphicons-folder-open:before {
+ content: \"\\E145\";
+}
+
+.glyphicons-folder-plus:before {
+ content: \"\\E146\";
+}
+
+.glyphicons-folder-minus:before {
+ content: \"\\E147\";
+}
+
+.glyphicons-folder-lock:before {
+ content: \"\\E148\";
+}
+
+.glyphicons-folder-flag:before {
+ content: \"\\E149\";
+}
+
+.glyphicons-folder-new:before {
+ content: \"\\E150\";
+}
+
+.glyphicons-edit:before {
+ content: \"\\E151\";
+}
+
+.glyphicons-new-window:before {
+ content: \"\\E152\";
+}
+
+.glyphicons-check:before {
+ content: \"\\E153\";
+}
+
+.glyphicons-unchecked:before {
+ content: \"\\E154\";
+}
+
+.glyphicons-more-windows:before {
+ content: \"\\E155\";
+}
+
+.glyphicons-show-big-thumbnails:before {
+ content: \"\\E156\";
+}
+
+.glyphicons-show-thumbnails:before {
+ content: \"\\E157\";
+}
+
+.glyphicons-show-thumbnails-with-lines:before {
+ content: \"\\E158\";
+}
+
+.glyphicons-show-lines:before {
+ content: \"\\E159\";
+}
+
+.glyphicons-playlist:before {
+ content: \"\\E160\";
+}
+
+.glyphicons-imac:before {
+ content: \"\\E161\";
+}
+
+.glyphicons-macbook:before {
+ content: \"\\E162\";
+}
+
+.glyphicons-ipad:before {
+ content: \"\\E163\";
+}
+
+.glyphicons-iphone:before {
+ content: \"\\E164\";
+}
+
+.glyphicons-iphone-transfer:before {
+ content: \"\\E165\";
+}
+
+.glyphicons-iphone-exchange:before {
+ content: \"\\E166\";
+}
+
+.glyphicons-ipod:before {
+ content: \"\\E167\";
+}
+
+.glyphicons-ipod-shuffle:before {
+ content: \"\\E168\";
+}
+
+.glyphicons-ear-plugs:before {
+ content: \"\\E169\";
+}
+
+.glyphicons-record:before {
+ content: \"\\E170\";
+}
+
+.glyphicons-step-backward:before {
+ content: \"\\E171\";
+}
+
+.glyphicons-fast-backward:before {
+ content: \"\\E172\";
+}
+
+.glyphicons-rewind:before {
+ content: \"\\E173\";
+}
+
+.glyphicons-play:before {
+ content: \"\\E174\";
+}
+
+.glyphicons-pause:before {
+ content: \"\\E175\";
+}
+
+.glyphicons-stop:before {
+ content: \"\\E176\";
+}
+
+.glyphicons-forward:before {
+ content: \"\\E177\";
+}
+
+.glyphicons-fast-forward:before {
+ content: \"\\E178\";
+}
+
+.glyphicons-step-forward:before {
+ content: \"\\E179\";
+}
+
+.glyphicons-eject:before {
+ content: \"\\E180\";
+}
+
+.glyphicons-facetime-video:before {
+ content: \"\\E181\";
+}
+
+.glyphicons-download-alt:before {
+ content: \"\\E182\";
+}
+
+.glyphicons-mute:before {
+ content: \"\\E183\";
+}
+
+.glyphicons-volume-down:before {
+ content: \"\\E184\";
+}
+
+.glyphicons-volume-up:before {
+ content: \"\\E185\";
+}
+
+.glyphicons-screenshot:before {
+ content: \"\\E186\";
+}
+
+.glyphicons-move:before {
+ content: \"\\E187\";
+}
+
+.glyphicons-more:before {
+ content: \"\\E188\";
+}
+
+.glyphicons-brightness-reduce:before {
+ content: \"\\E189\";
+}
+
+.glyphicons-brightness-increase:before {
+ content: \"\\E190\";
+}
+
+.glyphicons-circle-plus:before {
+ content: \"\\E191\";
+}
+
+.glyphicons-circle-minus:before {
+ content: \"\\E192\";
+}
+
+.glyphicons-circle-remove:before {
+ content: \"\\E193\";
+}
+
+.glyphicons-circle-ok:before {
+ content: \"\\E194\";
+}
+
+.glyphicons-circle-question-mark:before {
+ content: \"\\E195\";
+}
+
+.glyphicons-circle-info:before {
+ content: \"\\E196\";
+}
+
+.glyphicons-circle-exclamation-mark:before {
+ content: \"\\E197\";
+}
+
+.glyphicons-remove:before {
+ content: \"\\E198\";
+}
+
+.glyphicons-ok:before {
+ content: \"\\E199\";
+}
+
+.glyphicons-ban:before {
+ content: \"\\E200\";
+}
+
+.glyphicons-download:before {
+ content: \"\\E201\";
+}
+
+.glyphicons-upload:before {
+ content: \"\\E202\";
+}
+
+.glyphicons-shopping-cart:before {
+ content: \"\\E203\";
+}
+
+.glyphicons-lock:before {
+ content: \"\\E204\";
+}
+
+.glyphicons-unlock:before {
+ content: \"\\E205\";
+}
+
+.glyphicons-electricity:before {
+ content: \"\\E206\";
+}
+
+.glyphicons-ok-2:before {
+ content: \"\\E207\";
+}
+
+.glyphicons-remove-2:before {
+ content: \"\\E208\";
+}
+
+.glyphicons-cart-out:before {
+ content: \"\\E209\";
+}
+
+.glyphicons-cart-in:before {
+ content: \"\\E210\";
+}
+
+.glyphicons-left-arrow:before {
+ content: \"\\E211\";
+}
+
+.glyphicons-right-arrow:before {
+ content: \"\\E212\";
+}
+
+.glyphicons-down-arrow:before {
+ content: \"\\E213\";
+}
+
+.glyphicons-up-arrow:before {
+ content: \"\\E214\";
+}
+
+.glyphicons-resize-small:before {
+ content: \"\\E215\";
+}
+
+.glyphicons-resize-full:before {
+ content: \"\\E216\";
+}
+
+.glyphicons-circle-arrow-left:before {
+ content: \"\\E217\";
+}
+
+.glyphicons-circle-arrow-right:before {
+ content: \"\\E218\";
+}
+
+.glyphicons-circle-arrow-top:before {
+ content: \"\\E219\";
+}
+
+.glyphicons-circle-arrow-down:before {
+ content: \"\\E220\";
+}
+
+.glyphicons-play-button:before {
+ content: \"\\E221\";
+}
+
+.glyphicons-unshare:before {
+ content: \"\\E222\";
+}
+
+.glyphicons-share:before {
+ content: \"\\E223\";
+}
+
+.glyphicons-chevron-right:before {
+ content: \"\\E224\";
+}
+
+.glyphicons-chevron-left:before {
+ content: \"\\E225\";
+}
+
+.glyphicons-bluetooth:before {
+ content: \"\\E226\";
+}
+
+.glyphicons-euro:before {
+ content: \"\\20AC\";
+}
+
+.glyphicons-usd:before {
+ content: \"\\E228\";
+}
+
+.glyphicons-gbp:before {
+ content: \"\\E229\";
+}
+
+.glyphicons-retweet-2:before {
+ content: \"\\E230\";
+}
+
+.glyphicons-moon:before {
+ content: \"\\E231\";
+}
+
+.glyphicons-sun:before {
+ content: \"\\2609\";
+}
+
+.glyphicons-cloud:before {
+ content: \"\\2601\";
+}
+
+.glyphicons-direction:before {
+ content: \"\\E234\";
+}
+
+.glyphicons-brush:before {
+ content: \"\\E235\";
+}
+
+.glyphicons-pen:before {
+ content: \"\\E236\";
+}
+
+.glyphicons-zoom-in:before {
+ content: \"\\E237\";
+}
+
+.glyphicons-zoom-out:before {
+ content: \"\\E238\";
+}
+
+.glyphicons-pin:before {
+ content: \"\\E239\";
+}
+
+.glyphicons-albums:before {
+ content: \"\\E240\";
+}
+
+.glyphicons-rotation-lock:before {
+ content: \"\\E241\";
+}
+
+.glyphicons-flash:before {
+ content: \"\\E242\";
+}
+
+.glyphicons-google-maps:before {
+ content: \"\\E243\";
+}
+
+.glyphicons-anchor:before {
+ content: \"\\2693\";
+}
+
+.glyphicons-conversation:before {
+ content: \"\\E245\";
+}
+
+.glyphicons-chat:before {
+ content: \"\\E246\";
+}
+
+.glyphicons-male:before {
+ content: \"\\E247\";
+}
+
+.glyphicons-female:before {
+ content: \"\\E248\";
+}
+
+.glyphicons-asterisk:before {
+ content: \"*\";
+}
+
+.glyphicons-divide:before {
+ content: \"\\F7\";
+}
+
+.glyphicons-snorkel-diving:before {
+ content: \"\\E251\";
+}
+
+.glyphicons-scuba-diving:before {
+ content: \"\\E252\";
+}
+
+.glyphicons-oxygen-bottle:before {
+ content: \"\\E253\";
+}
+
+.glyphicons-fins:before {
+ content: \"\\E254\";
+}
+
+.glyphicons-fishes:before {
+ content: \"\\E255\";
+}
+
+.glyphicons-boat:before {
+ content: \"\\E256\";
+}
+
+.glyphicons-delete:before {
+ content: \"\\E257\";
+}
+
+.glyphicons-sheriffs-star:before {
+ content: \"\\E258\";
+}
+
+.glyphicons-qrcode:before {
+ content: \"\\E259\";
+}
+
+.glyphicons-barcode:before {
+ content: \"\\E260\";
+}
+
+.glyphicons-pool:before {
+ content: \"\\E261\";
+}
+
+.glyphicons-buoy:before {
+ content: \"\\E262\";
+}
+
+.glyphicons-spade:before {
+ content: \"\\E263\";
+}
+
+.glyphicons-bank:before {
+ content: \"\\E264\";
+}
+
+.glyphicons-vcard:before {
+ content: \"\\E265\";
+}
+
+.glyphicons-electrical-plug:before {
+ content: \"\\E266\";
+}
+
+.glyphicons-flag:before {
+ content: \"\\E267\";
+}
+
+.glyphicons-credit-card:before {
+ content: \"\\E268\";
+}
+
+.glyphicons-keyboard-wireless:before {
+ content: \"\\E269\";
+}
+
+.glyphicons-keyboard-wired:before {
+ content: \"\\E270\";
+}
+
+.glyphicons-shield:before {
+ content: \"\\E271\";
+}
+
+.glyphicons-ring:before {
+ content: \"\\2DA\";
+}
+
+.glyphicons-cake:before {
+ content: \"\\E273\";
+}
+
+.glyphicons-drink:before {
+ content: \"\\E274\";
+}
+
+.glyphicons-beer:before {
+ content: \"\\E275\";
+}
+
+.glyphicons-fast-food:before {
+ content: \"\\E276\";
+}
+
+.glyphicons-cutlery:before {
+ content: \"\\E277\";
+}
+
+.glyphicons-pizza:before {
+ content: \"\\E278\";
+}
+
+.glyphicons-birthday-cake:before {
+ content: \"\\E279\";
+}
+
+.glyphicons-tablet:before {
+ content: \"\\E280\";
+}
+
+.glyphicons-settings:before {
+ content: \"\\E281\";
+}
+
+.glyphicons-bullets:before {
+ content: \"\\E282\";
+}
+
+.glyphicons-cardio:before {
+ content: \"\\E283\";
+}
+
+.glyphicons-t-shirt:before {
+ content: \"\\E284\";
+}
+
+.glyphicons-pants:before {
+ content: \"\\E285\";
+}
+
+.glyphicons-sweater:before {
+ content: \"\\E286\";
+}
+
+.glyphicons-fabric:before {
+ content: \"\\E287\";
+}
+
+.glyphicons-leather:before {
+ content: \"\\E288\";
+}
+
+.glyphicons-scissors:before {
+ content: \"\\E289\";
+}
+
+.glyphicons-bomb:before {
+ content: \"\\E290\";
+}
+
+.glyphicons-skull:before {
+ content: \"\\E291\";
+}
+
+.glyphicons-celebration:before {
+ content: \"\\E292\";
+}
+
+.glyphicons-tea-kettle:before {
+ content: \"\\E293\";
+}
+
+.glyphicons-french-press:before {
+ content: \"\\E294\";
+}
+
+.glyphicons-coffee-cup:before {
+ content: \"\\E295\";
+}
+
+.glyphicons-pot:before {
+ content: \"\\E296\";
+}
+
+.glyphicons-grater:before {
+ content: \"\\E297\";
+}
+
+.glyphicons-kettle:before {
+ content: \"\\E298\";
+}
+
+.glyphicons-hospital:before {
+ content: \"\\E299\";
+}
+
+.glyphicons-hospital-h:before {
+ content: \"\\E300\";
+}
+
+.glyphicons-microphone:before {
+ content: \"\\E301\";
+}
+
+.glyphicons-webcam:before {
+ content: \"\\E302\";
+}
+
+.glyphicons-temple-christianity-church:before {
+ content: \"\\E303\";
+}
+
+.glyphicons-temple-islam:before {
+ content: \"\\E304\";
+}
+
+.glyphicons-temple-hindu:before {
+ content: \"\\E305\";
+}
+
+.glyphicons-temple-buddhist:before {
+ content: \"\\E306\";
+}
+
+.glyphicons-bicycle:before {
+ content: \"\\E307\";
+}
+
+.glyphicons-life-preserver:before {
+ content: \"\\E308\";
+}
+
+.glyphicons-share-alt:before {
+ content: \"\\E309\";
+}
+
+.glyphicons-comments:before {
+ content: \"\\E310\";
+}
+
+.glyphicons-flower:before {
+ content: \"\\2698\";
+}
+
+.glyphicons-baseball:before {
+ content: \"\\26BE\";
+}
+
+.glyphicons-rugby:before {
+ content: \"\\E313\";
+}
+
+.glyphicons-ax:before {
+ content: \"\\E314\";
+}
+
+.glyphicons-table-tennis:before {
+ content: \"\\E315\";
+}
+
+.glyphicons-bowling:before {
+ content: \"\\E316\";
+}
+
+.glyphicons-tree-conifer:before {
+ content: \"\\E317\";
+}
+
+.glyphicons-tree-deciduous:before {
+ content: \"\\E318\";
+}
+
+.glyphicons-more-items:before {
+ content: \"\\E319\";
+}
+
+.glyphicons-sort:before {
+ content: \"\\E320\";
+}
+
+.glyphicons-filter:before {
+ content: \"\\E321\";
+}
+
+.glyphicons-gamepad:before {
+ content: \"\\E322\";
+}
+
+.glyphicons-playing-dices:before {
+ content: \"\\E323\";
+}
+
+.glyphicons-calculator:before {
+ content: \"\\E324\";
+}
+
+.glyphicons-tie:before {
+ content: \"\\E325\";
+}
+
+.glyphicons-wallet:before {
+ content: \"\\E326\";
+}
+
+.glyphicons-piano:before {
+ content: \"\\E327\";
+}
+
+.glyphicons-sampler:before {
+ content: \"\\E328\";
+}
+
+.glyphicons-podium:before {
+ content: \"\\E329\";
+}
+
+.glyphicons-soccer-ball:before {
+ content: \"\\E330\";
+}
+
+.glyphicons-blog:before {
+ content: \"\\E331\";
+}
+
+.glyphicons-dashboard:before {
+ content: \"\\E332\";
+}
+
+.glyphicons-certificate:before {
+ content: \"\\E333\";
+}
+
+.glyphicons-bell:before {
+ content: \"\\E334\";
+}
+
+.glyphicons-candle:before {
+ content: \"\\E335\";
+}
+
+.glyphicons-pushpin:before {
+ content: \"\\E336\";
+}
+
+.glyphicons-iphone-shake:before {
+ content: \"\\E337\";
+}
+
+.glyphicons-pin-flag:before {
+ content: \"\\E338\";
+}
+
+.glyphicons-turtle:before {
+ content: \"\\E339\";
+}
+
+.glyphicons-rabbit:before {
+ content: \"\\E340\";
+}
+
+.glyphicons-globe:before {
+ content: \"\\E341\";
+}
+
+.glyphicons-briefcase:before {
+ content: \"\\E342\";
+}
+
+.glyphicons-hdd:before {
+ content: \"\\E343\";
+}
+
+.glyphicons-thumbs-up:before {
+ content: \"\\E344\";
+}
+
+.glyphicons-thumbs-down:before {
+ content: \"\\E345\";
+}
+
+.glyphicons-hand-right:before {
+ content: \"\\E346\";
+}
+
+.glyphicons-hand-left:before {
+ content: \"\\E347\";
+}
+
+.glyphicons-hand-up:before {
+ content: \"\\E348\";
+}
+
+.glyphicons-hand-down:before {
+ content: \"\\E349\";
+}
+
+.glyphicons-fullscreen:before {
+ content: \"\\E350\";
+}
+
+.glyphicons-shopping-bag:before {
+ content: \"\\E351\";
+}
+
+.glyphicons-book-open:before {
+ content: \"\\E352\";
+}
+
+.glyphicons-nameplate:before {
+ content: \"\\E353\";
+}
+
+.glyphicons-nameplate-alt:before {
+ content: \"\\E354\";
+}
+
+.glyphicons-vases:before {
+ content: \"\\E355\";
+}
+
+.glyphicons-bullhorn:before {
+ content: \"\\E356\";
+}
+
+.glyphicons-dumbbell:before {
+ content: \"\\E357\";
+}
+
+.glyphicons-suitcase:before {
+ content: \"\\E358\";
+}
+
+.glyphicons-file-import:before {
+ content: \"\\E359\";
+}
+
+.glyphicons-file-export:before {
+ content: \"\\E360\";
+}
+
+.glyphicons-bug:before {
+ content: \"\\E361\";
+}
+
+.glyphicons-crown:before {
+ content: \"\\E362\";
+}
+
+.glyphicons-smoking:before {
+ content: \"\\E363\";
+}
+
+.glyphicons-cloud-download:before {
+ content: \"\\E364\";
+}
+
+.glyphicons-cloud-upload:before {
+ content: \"\\E365\";
+}
+
+.glyphicons-restart:before {
+ content: \"\\E366\";
+}
+
+.glyphicons-security-camera:before {
+ content: \"\\E367\";
+}
+
+.glyphicons-expand:before {
+ content: \"\\E368\";
+}
+
+.glyphicons-collapse:before {
+ content: \"\\E369\";
+}
+
+.glyphicons-collapse-top:before {
+ content: \"\\E370\";
+}
+
+.glyphicons-globe-af:before {
+ content: \"\\E371\";
+}
+
+.glyphicons-global:before {
+ content: \"\\E372\";
+}
+
+.glyphicons-spray:before {
+ content: \"\\E373\";
+}
+
+.glyphicons-nails:before {
+ content: \"\\E374\";
+}
+
+.glyphicons-claw-hammer:before {
+ content: \"\\E375\";
+}
+
+.glyphicons-classic-hammer:before {
+ content: \"\\E376\";
+}
+
+.glyphicons-hand-saw:before {
+ content: \"\\E377\";
+}
+
+.glyphicons-riflescope:before {
+ content: \"\\E378\";
+}
+
+.glyphicons-electrical-socket-eu:before {
+ content: \"\\E379\";
+}
+
+.glyphicons-electrical-socket-us:before {
+ content: \"\\E380\";
+}
+
+.glyphicons-message-forward:before {
+ content: \"\\E381\";
+}
+
+.glyphicons-coat-hanger:before {
+ content: \"\\E382\";
+}
+
+.glyphicons-dress:before {
+ content: \"\\E383\";
+}
+
+.glyphicons-bathrobe:before {
+ content: \"\\E384\";
+}
+
+.glyphicons-shirt:before {
+ content: \"\\E385\";
+}
+
+.glyphicons-underwear:before {
+ content: \"\\E386\";
+}
+
+.glyphicons-log-in:before {
+ content: \"\\E387\";
+}
+
+.glyphicons-log-out:before {
+ content: \"\\E388\";
+}
+
+.glyphicons-exit:before {
+ content: \"\\E389\";
+}
+
+.glyphicons-new-window-alt:before {
+ content: \"\\E390\";
+}
+
+.glyphicons-video-sd:before {
+ content: \"\\E391\";
+}
+
+.glyphicons-video-hd:before {
+ content: \"\\E392\";
+}
+
+.glyphicons-subtitles:before {
+ content: \"\\E393\";
+}
+
+.glyphicons-sound-stereo:before {
+ content: \"\\E394\";
+}
+
+.glyphicons-sound-dolby:before {
+ content: \"\\E395\";
+}
+
+.glyphicons-sound-5-1:before {
+ content: \"\\E396\";
+}
+
+.glyphicons-sound-6-1:before {
+ content: \"\\E397\";
+}
+
+.glyphicons-sound-7-1:before {
+ content: \"\\E398\";
+}
+
+.glyphicons-copyright-mark:before {
+ content: \"\\E399\";
+}
+
+.glyphicons-registration-mark:before {
+ content: \"\\E400\";
+}
+
+.glyphicons-radar:before {
+ content: \"\\E401\";
+}
+
+.glyphicons-skateboard:before {
+ content: \"\\E402\";
+}
+
+.glyphicons-golf-course:before {
+ content: \"\\E403\";
+}
+
+.glyphicons-sorting:before {
+ content: \"\\E404\";
+}
+
+.glyphicons-sort-by-alphabet:before {
+ content: \"\\E405\";
+}
+
+.glyphicons-sort-by-alphabet-alt:before {
+ content: \"\\E406\";
+}
+
+.glyphicons-sort-by-order:before {
+ content: \"\\E407\";
+}
+
+.glyphicons-sort-by-order-alt:before {
+ content: \"\\E408\";
+}
+
+.glyphicons-sort-by-attributes:before {
+ content: \"\\E409\";
+}
+
+.glyphicons-sort-by-attributes-alt:before {
+ content: \"\\E410\";
+}
+
+.glyphicons-compressed:before {
+ content: \"\\E411\";
+}
+
+.glyphicons-package:before {
+ content: \"\\E412\";
+}
+
+.glyphicons-cloud-plus:before {
+ content: \"\\E413\";
+}
+
+.glyphicons-cloud-minus:before {
+ content: \"\\E414\";
+}
+
+.glyphicons-disk-save:before {
+ content: \"\\E415\";
+}
+
+.glyphicons-disk-open:before {
+ content: \"\\E416\";
+}
+
+.glyphicons-disk-saved:before {
+ content: \"\\E417\";
+}
+
+.glyphicons-disk-remove:before {
+ content: \"\\E418\";
+}
+
+.glyphicons-disk-import:before {
+ content: \"\\E419\";
+}
+
+.glyphicons-disk-export:before {
+ content: \"\\E420\";
+}
+
+.glyphicons-tower:before {
+ content: \"\\E421\";
+}
+
+.glyphicons-send:before {
+ content: \"\\E422\";
+}
+
+.glyphicons-git-branch:before {
+ content: \"\\E423\";
+}
+
+.glyphicons-git-create:before {
+ content: \"\\E424\";
+}
+
+.glyphicons-git-private:before {
+ content: \"\\E425\";
+}
+
+.glyphicons-git-delete:before {
+ content: \"\\E426\";
+}
+
+.glyphicons-git-merge:before {
+ content: \"\\E427\";
+}
+
+.glyphicons-git-pull-request:before {
+ content: \"\\E428\";
+}
+
+.glyphicons-git-compare:before {
+ content: \"\\E429\";
+}
+
+.glyphicons-git-commit:before {
+ content: \"\\E430\";
+}
+
+.glyphicons-construction-cone:before {
+ content: \"\\E431\";
+}
+
+.glyphicons-shoe-steps:before {
+ content: \"\\E432\";
+}
+
+.glyphicons-plus:before {
+ content: \"+\";
+}
+
+.glyphicons-minus:before {
+ content: \"\\2212\";
+}
+
+.glyphicons-redo:before {
+ content: \"\\E435\";
+}
+
+.glyphicons-undo:before {
+ content: \"\\E436\";
+}
+
+.glyphicons-golf:before {
+ content: \"\\E437\";
+}
+
+.glyphicons-hockey:before {
+ content: \"\\E438\";
+}
+
+.glyphicons-pipe:before {
+ content: \"\\E439\";
+}
+
+.glyphicons-wrench:before {
+ content: \"\\E440\";
+}
+
+.glyphicons-folder-closed:before {
+ content: \"\\E441\";
+}
+
+.glyphicons-phone-alt:before {
+ content: \"\\E442\";
+}
+
+.glyphicons-earphone:before {
+ content: \"\\E443\";
+}
+
+.glyphicons-floppy-disk:before {
+ content: \"\\E444\";
+}
+
+.glyphicons-floppy-saved:before {
+ content: \"\\E445\";
+}
+
+.glyphicons-floppy-remove:before {
+ content: \"\\E446\";
+}
+
+.glyphicons-floppy-save:before {
+ content: \"\\E447\";
+}
+
+.glyphicons-floppy-open:before {
+ content: \"\\E448\";
+}
+
+.glyphicons-translate:before {
+ content: \"\\E449\";
+}
+
+.glyphicons-fax:before {
+ content: \"\\E450\";
+}
+
+.glyphicons-factory:before {
+ content: \"\\E451\";
+}
+
+.glyphicons-shop-window:before {
+ content: \"\\E452\";
+}
+
+.glyphicons-shop:before {
+ content: \"\\E453\";
+}
+
+.glyphicons-kiosk:before {
+ content: \"\\E454\";
+}
+
+.glyphicons-kiosk-wheels:before {
+ content: \"\\E455\";
+}
+
+.glyphicons-kiosk-light:before {
+ content: \"\\E456\";
+}
+
+.glyphicons-kiosk-food:before {
+ content: \"\\E457\";
+}
+
+.glyphicons-transfer:before {
+ content: \"\\E458\";
+}
+
+.glyphicons-money:before {
+ content: \"\\E459\";
+}
+
+.glyphicons-header:before {
+ content: \"\\E460\";
+}
+
+.glyphicons-blacksmith:before {
+ content: \"\\E461\";
+}
+
+.glyphicons-saw-blade:before {
+ content: \"\\E462\";
+}
+
+.glyphicons-basketball:before {
+ content: \"\\E463\";
+}
+
+.glyphicons-server:before {
+ content: \"\\E464\";
+}
+
+.glyphicons-server-plus:before {
+ content: \"\\E465\";
+}
+
+.glyphicons-server-minus:before {
+ content: \"\\E466\";
+}
+
+.glyphicons-server-ban:before {
+ content: \"\\E467\";
+}
+
+.glyphicons-server-flag:before {
+ content: \"\\E468\";
+}
+
+.glyphicons-server-lock:before {
+ content: \"\\E469\";
+}
+
+.glyphicons-server-new:before {
+ content: \"\\E470\";
+}
+
+.glyphicons-charging-station:before {
+ content: \"\\F471\";
+}
+
+.glyphicons-gas-station:before {
+ content: \"\\E472\";
+}
+
+.glyphicons-target:before {
+ content: \"\\E473\";
+}
+
+.glyphicons-bed-alt:before {
+ content: \"\\E474\";
+}
+
+.glyphicons-mosquito-net:before {
+ content: \"\\E475\";
+}
+
+.glyphicons-dining-set:before {
+ content: \"\\E476\";
+}
+
+.glyphicons-plate-of-food:before {
+ content: \"\\E477\";
+}
+
+.glyphicons-hygiene-kit:before {
+ content: \"\\E478\";
+}
+
+.glyphicons-blackboard:before {
+ content: \"\\E479\";
+}
+
+.glyphicons-marriage:before {
+ content: \"\\E480\";
+}
+
+.glyphicons-bucket:before {
+ content: \"\\E481\";
+}
+
+.glyphicons-none-color-swatch:before {
+ content: \"\\E482\";
+}
+
+.glyphicons-bring-forward:before {
+ content: \"\\E483\";
+}
+
+.glyphicons-bring-to-front:before {
+ content: \"\\E484\";
+}
+
+.glyphicons-send-backward:before {
+ content: \"\\E485\";
+}
+
+.glyphicons-send-to-back:before {
+ content: \"\\E486\";
+}
+
+.glyphicons-fit-frame-to-image:before {
+ content: \"\\E487\";
+}
+
+.glyphicons-fit-image-to-frame:before {
+ content: \"\\E488\";
+}
+
+.glyphicons-multiple-displays:before {
+ content: \"\\E489\";
+}
+
+.glyphicons-handshake:before {
+ content: \"\\E490\";
+}
+
+.glyphicons-child:before {
+ content: \"\\E491\";
+}
+
+.glyphicons-baby-formula:before {
+ content: \"\\E492\";
+}
+
+.glyphicons-medicine:before {
+ content: \"\\E493\";
+}
+
+.glyphicons-atv-vehicle:before {
+ content: \"\\E494\";
+}
+
+.glyphicons-motorcycle:before {
+ content: \"\\E495\";
+}
+
+.glyphicons-bed:before {
+ content: \"\\E496\";
+}
+
+.glyphicons-tent:before {
+ content: \"\\26FA\";
+}
+
+.glyphicons-glasses:before {
+ content: \"\\E498\";
+}
+
+.glyphicons-sunglasses:before {
+ content: \"\\E499\";
+}
+
+.glyphicons-family:before {
+ content: \"\\E500\";
+}
+
+.glyphicons-education:before {
+ content: \"\\E501\";
+}
+
+.glyphicons-shoes:before {
+ content: \"\\E502\";
+}
+
+.glyphicons-map:before {
+ content: \"\\E503\";
+}
+
+.glyphicons-cd:before {
+ content: \"\\E504\";
+}
+
+.glyphicons-alert:before {
+ content: \"\\E505\";
+}
+
+.glyphicons-piggy-bank:before {
+ content: \"\\E506\";
+}
+
+.glyphicons-star-half:before {
+ content: \"\\E507\";
+}
+
+.glyphicons-cluster:before {
+ content: \"\\E508\";
+}
+
+.glyphicons-flowchart:before {
+ content: \"\\E509\";
+}
+
+.glyphicons-commodities:before {
+ content: \"\\E510\";
+}
+
+.glyphicons-duplicate:before {
+ content: \"\\E511\";
+}
+
+.glyphicons-copy:before {
+ content: \"\\E512\";
+}
+
+.glyphicons-paste:before {
+ content: \"\\E513\";
+}
+
+.glyphicons-bath-bathtub:before {
+ content: \"\\E514\";
+}
+
+.glyphicons-bath-shower:before {
+ content: \"\\E515\";
+}
+
+.glyphicons-shower:before {
+ content: \"\\1F6BF\";
+}
+
+.glyphicons-menu-hamburger:before {
+ content: \"\\E517\";
+}
+
+.glyphicons-option-vertical:before {
+ content: \"\\E518\";
+}
+
+.glyphicons-option-horizontal:before {
+ content: \"\\E519\";
+}
+
+.glyphicons-currency-conversion:before {
+ content: \"\\E520\";
+}
+
+.glyphicons-user-ban:before {
+ content: \"\\E521\";
+}
+
+.glyphicons-user-lock:before {
+ content: \"\\E522\";
+}
+
+.glyphicons-user-flag:before {
+ content: \"\\E523\";
+}
+
+.glyphicons-user-asterisk:before {
+ content: \"\\E524\";
+}
+
+.glyphicons-user-alert:before {
+ content: \"\\E525\";
+}
+
+.glyphicons-user-key:before {
+ content: \"\\E526\";
+}
+
+.glyphicons-user-conversation:before {
+ content: \"\\E527\";
+}
+
+.glyphicons-database:before {
+ content: \"\\E528\";
+}
+
+.glyphicons-database-search:before {
+ content: \"\\E529\";
+}
+
+.glyphicons-list-alt:before {
+ content: \"\\E530\";
+}
+
+.glyphicons-hazard-sign:before {
+ content: \"\\E531\";
+}
+
+.glyphicons-hazard:before {
+ content: \"\\E532\";
+}
+
+.glyphicons-stop-sign:before {
+ content: \"\\E533\";
+}
+
+.glyphicons-lab:before {
+ content: \"\\E534\";
+}
+
+.glyphicons-lab-alt:before {
+ content: \"\\E535\";
+}
+
+.glyphicons-ice-cream:before {
+ content: \"\\E536\";
+}
+
+.glyphicons-ice-lolly:before {
+ content: \"\\E537\";
+}
+
+.glyphicons-ice-lolly-tasted:before {
+ content: \"\\E538\";
+}
+
+.glyphicons-invoice:before {
+ content: \"\\E539\";
+}
+
+.glyphicons-cart-tick:before {
+ content: \"\\E540\";
+}
+
+.glyphicons-hourglass:before {
+ content: \"\\231B\";
+}
+
+.glyphicons-cat:before {
+ content: \"\\1F408\";
+}
+
+.glyphicons-lamp:before {
+ content: \"\\E543\";
+}
+
+.glyphicons-scale-classic:before {
+ content: \"\\E544\";
+}
+
+.glyphicons-eye-plus:before {
+ content: \"\\E545\";
+}
+
+.glyphicons-eye-minus:before {
+ content: \"\\E546\";
+}
+
+.glyphicons-quote:before {
+ content: \"\\E547\";
+}
+
+.glyphicons-bitcoin:before {
+ content: \"\\E548\";
+}
+
+.glyphicons-yen:before {
+ content: \"\\A5\";
+}
+
+.glyphicons-ruble:before {
+ content: \"\\20BD\";
+}
+
+.glyphicons-erase:before {
+ content: \"\\E551\";
+}
+
+.glyphicons-podcast:before {
+ content: \"\\E552\";
+}
+
+.glyphicons-firework:before {
+ content: \"\\E553\";
+}
+
+.glyphicons-scale:before {
+ content: \"\\E554\";
+}
+
+.glyphicons-king:before {
+ content: \"\\E555\";
+}
+
+.glyphicons-queen:before {
+ content: \"\\E556\";
+}
+
+.glyphicons-pawn:before {
+ content: \"\\E557\";
+}
+
+.glyphicons-bishop:before {
+ content: \"\\E558\";
+}
+
+.glyphicons-knight:before {
+ content: \"\\E559\";
+}
+
+.glyphicons-mic-mute:before {
+ content: \"\\E560\";
+}
+
+.glyphicons-voicemail:before {
+ content: \"\\E561\";
+}
+
+.glyphicons-paragraph:before {
+ content: \"\\B6\";
+}
+
+.glyphicons-person-walking:before {
+ content: \"\\E563\";
+}
+
+.glyphicons-person-wheelchair:before {
+ content: \"\\E564\";
+}
+
+.glyphicons-underground:before {
+ content: \"\\E565\";
+}
+
+.glyphicons-car-hov:before {
+ content: \"\\E566\";
+}
+
+.glyphicons-car-rental:before {
+ content: \"\\E567\";
+}
+
+.glyphicons-transport:before {
+ content: \"\\E568\";
+}
+
+.glyphicons-taxi:before {
+ content: \"\\1F695\";
+}
+
+.glyphicons-ice-cream-no:before {
+ content: \"\\E570\";
+}
+
+.glyphicons-uk-rat-u:before {
+ content: \"\\E571\";
+}
+
+.glyphicons-uk-rat-pg:before {
+ content: \"\\E572\";
+}
+
+.glyphicons-uk-rat-12a:before {
+ content: \"\\E573\";
+}
+
+.glyphicons-uk-rat-12:before {
+ content: \"\\E574\";
+}
+
+.glyphicons-uk-rat-15:before {
+ content: \"\\E575\";
+}
+
+.glyphicons-uk-rat-18:before {
+ content: \"\\E576\";
+}
+
+.glyphicons-uk-rat-r18:before {
+ content: \"\\E577\";
+}
+
+.glyphicons-tv:before {
+ content: \"\\E578\";
+}
+
+.glyphicons-sms:before {
+ content: \"\\E579\";
+}
+
+.glyphicons-mms:before {
+ content: \"\\E580\";
+}
+
+.glyphicons-us-rat-g:before {
+ content: \"\\E581\";
+}
+
+.glyphicons-us-rat-pg:before {
+ content: \"\\E582\";
+}
+
+.glyphicons-us-rat-pg-13:before {
+ content: \"\\E583\";
+}
+
+.glyphicons-us-rat-restricted:before {
+ content: \"\\E584\";
+}
+
+.glyphicons-us-rat-no-one-17:before {
+ content: \"\\E585\";
+}
+
+.glyphicons-equalizer:before {
+ content: \"\\E586\";
+}
+
+.glyphicons-speakers:before {
+ content: \"\\E587\";
+}
+
+.glyphicons-remote-control:before {
+ content: \"\\E588\";
+}
+
+.glyphicons-remote-control-tv:before {
+ content: \"\\E589\";
+}
+
+.glyphicons-shredder:before {
+ content: \"\\E590\";
+}
+
+.glyphicons-folder-heart:before {
+ content: \"\\E591\";
+}
+
+.glyphicons-person-running:before {
+ content: \"\\E592\";
+}
+
+.glyphicons-person:before {
+ content: \"\\E593\";
+}
+
+.glyphicons-voice:before {
+ content: \"\\E594\";
+}
+
+.glyphicons-stethoscope:before {
+ content: \"\\E595\";
+}
+
+.glyphicons-hotspot:before {
+ content: \"\\E596\";
+}
+
+.glyphicons-activity:before {
+ content: \"\\E597\";
+}
+
+.glyphicons-watch:before {
+ content: \"\\231A\";
+}
+
+.glyphicons-scissors-alt:before {
+ content: \"\\E599\";
+}
+
+.glyphicons-car-wheel:before {
+ content: \"\\E600\";
+}
+
+.glyphicons-chevron-up:before {
+ content: \"\\E601\";
+}
+
+.glyphicons-chevron-down:before {
+ content: \"\\E602\";
+}
+
+.glyphicons-superscript:before {
+ content: \"\\E603\";
+}
+
+.glyphicons-subscript:before {
+ content: \"\\E604\";
+}
+
+.glyphicons-text-size:before {
+ content: \"\\E605\";
+}
+
+.glyphicons-text-color:before {
+ content: \"\\E606\";
+}
+
+.glyphicons-text-background:before {
+ content: \"\\E607\";
+}
+
+.glyphicons-modal-window:before {
+ content: \"\\E608\";
+}
+
+.glyphicons-newspaper:before {
+ content: \"\\1F4F0\";
+}
+
+.glyphicons-tractor:before {
+ content: \"\\1F69C\";
+}
+
+.animated {
+ -webkit-animation-duration: 1s;
+ animation-duration: 1s;
+ -webkit-animation-fill-mode: both;
+ animation-fill-mode: both;
+ -webkit-animation-timing-function: ease-in-out;
+ animation-timing-function: ease-in-out;
+ animation-iteration-count: infinite;
+ -webkit-animation-iteration-count: infinite;
+}
+
+@-webkit-keyframes pulse {
+ 0% {
+ -webkit-transform: scale(1);
+ }
+ 50% {
+ -webkit-transform: scale(1.1);
+ }
+ 100% {
+ -webkit-transform: scale(1);
+ }
+}
+@keyframes pulse {
+ 0% {
+ -webkit-transform: scale(1);
+ transform: scale(1);
+ }
+ 50% {
+ -webkit-transform: scale(1.1);
+ transform: scale(1.1);
+ }
+ 100% {
+ -webkit-transform: scale(1);
+ transform: scale(1);
+ }
+}
+.pulse {
+ -webkit-animation-name: pulse;
+ animation-name: pulse;
+}
+
+@-webkit-keyframes rotateIn {
+ 0% {
+ -webkit-transform-origin: center center;
+ -webkit-transform: rotate(-200deg);
+ opacity: 0;
+ }
+ 100% {
+ -webkit-transform-origin: center center;
+ -webkit-transform: rotate(0);
+ opacity: 1;
+ }
+}
+@keyframes rotateIn {
+ 0% {
+ -webkit-transform-origin: center center;
+ transform-origin: center center;
+ -webkit-transform: rotate(-200deg);
+ transform: rotate(-200deg);
+ opacity: 0;
+ }
+ 100% {
+ -webkit-transform-origin: center center;
+ transform-origin: center center;
+ -webkit-transform: rotate(0);
+ transform: rotate(0);
+ opacity: 1;
+ }
+}
+.rotateIn {
+ -webkit-animation-name: rotateIn;
+ animation-name: rotateIn;
+}
+
+@-webkit-keyframes bounce {
+ 0%, 20%, 50%, 80%, 100% {
+ -webkit-transform: translateY(0);
+ }
+ 40% {
+ -webkit-transform: translateY(-30px);
+ }
+ 60% {
+ -webkit-transform: translateY(-15px);
+ }
+}
+@keyframes bounce {
+ 0%, 20%, 50%, 80%, 100% {
+ -webkit-transform: translateY(0);
+ transform: translateY(0);
+ }
+ 40% {
+ -webkit-transform: translateY(-30px);
+ transform: translateY(-30px);
+ }
+ 60% {
+ -webkit-transform: translateY(-15px);
+ transform: translateY(-15px);
+ }
+}
+.bounce {
+ -webkit-animation-name: bounce;
+ animation-name: bounce;
+}
+
+@-webkit-keyframes swing {
+ 20%, 40%, 60%, 80%, 100% {
+ -webkit-transform-origin: top center;
+ }
+ 20% {
+ -webkit-transform: rotate(15deg);
+ }
+ 40% {
+ -webkit-transform: rotate(-10deg);
+ }
+ 60% {
+ -webkit-transform: rotate(5deg);
+ }
+ 80% {
+ -webkit-transform: rotate(-5deg);
+ }
+ 100% {
+ -webkit-transform: rotate(0deg);
+ }
+}
+@keyframes swing {
+ 20% {
+ -webkit-transform: rotate(15deg);
+ transform: rotate(15deg);
+ }
+ 40% {
+ -webkit-transform: rotate(-10deg);
+ transform: rotate(-10deg);
+ }
+ 60% {
+ -webkit-transform: rotate(5deg);
+ transform: rotate(5deg);
+ }
+ 80% {
+ -webkit-transform: rotate(-5deg);
+ transform: rotate(-5deg);
+ }
+ 100% {
+ -webkit-transform: rotate(0deg);
+ transform: rotate(0deg);
+ }
+}
+.swing {
+ -webkit-transform-origin: top center;
+ transform-origin: top center;
+ -webkit-animation-name: swing;
+ animation-name: swing;
+}
+
+@-webkit-keyframes tada {
+ 0% {
+ -webkit-transform: scale(1);
+ }
+ 10%, 20% {
+ -webkit-transform: scale(0.9) rotate(-3deg);
+ }
+ 30%, 50%, 70%, 90% {
+ -webkit-transform: scale(1.1) rotate(3deg);
+ }
+ 40%, 60%, 80% {
+ -webkit-transform: scale(1.1) rotate(-3deg);
+ }
+ 100% {
+ -webkit-transform: scale(1) rotate(0);
+ }
+}
+@keyframes tada {
+ 0% {
+ -webkit-transform: scale(1);
+ transform: scale(1);
+ }
+ 10%, 20% {
+ -webkit-transform: scale(0.9) rotate(-3deg);
+ transform: scale(0.9) rotate(-3deg);
+ }
+ 30%, 50%, 70%, 90% {
+ -webkit-transform: scale(1.1) rotate(3deg);
+ transform: scale(1.1) rotate(3deg);
+ }
+ 40%, 60%, 80% {
+ -webkit-transform: scale(1.1) rotate(-3deg);
+ transform: scale(1.1) rotate(-3deg);
+ }
+ 100% {
+ -webkit-transform: scale(1) rotate(0);
+ transform: scale(1) rotate(0);
+ }
+}
+.tada {
+ -webkit-animation-name: tada;
+ animation-name: tada;
+}
+
+/* latin */
+@font-face {
+ font-family: \"Montserrat\";
+ font-style: normal;
+ font-weight: 400;
+ src: local(\"Montserrat-Regular\"), url('";
+ // line 3513
+ echo call_user_func_array($this->env->getFunction('asset_path')->getCallable(), ["path", "theme::fonts/montserrat/montserrat-regular.woff2"]);
+ echo "') format(\"woff2\"), url('";
+ echo call_user_func_array($this->env->getFunction('asset_path')->getCallable(), ["path", "theme::fonts/montserrat/montserrat-regular.woff"]);
+ echo "') format(\"woff\");
+ unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
+}
+/* latin */
+@font-face {
+ font-family: \"Montserrat\";
+ font-style: normal;
+ font-weight: 700;
+ src: local(\"Montserrat-Bold\"), url('";
+ // line 3521
+ echo call_user_func_array($this->env->getFunction('asset_path')->getCallable(), ["path", "theme::fonts/montserrat/montserrat-bold.woff2"]);
+ echo "') format(\"woff2\"), url('";
+ echo call_user_func_array($this->env->getFunction('asset_path')->getCallable(), ["path", "theme::fonts/montserrat/montserrat-bold.woff"]);
+ echo "') format(\"woff\");
+ unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
+}
+/*!
+ * Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
+ * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
+ */
+/* FONT PATH
+ * -------------------------- */
+@font-face {
+ font-family: \"FontAwesome\";
+ src: url('";
+ // line 3532
+ echo call_user_func_array($this->env->getFunction('asset_path')->getCallable(), ["path", "theme::fonts/font-awesome/fontawesome-webfont.eot"]);
+ echo "');
+ src: url('";
+ // line 3533
+ echo call_user_func_array($this->env->getFunction('asset_path')->getCallable(), ["path", "theme::fonts/font-awesome/fontawesome-webfont.eot"]);
+ echo "?#iefix') format(\"embedded-opentype\"), url('";
+ echo call_user_func_array($this->env->getFunction('asset_path')->getCallable(), ["path", "theme::fonts/font-awesome/fontawesome-webfont.woff2"]);
+ echo "') format(\"woff2\"), url('";
+ echo call_user_func_array($this->env->getFunction('asset_path')->getCallable(), ["path", "theme::fonts/font-awesome/fontawesome-webfont.woff"]);
+ echo "') format(\"woff\"), url('";
+ echo call_user_func_array($this->env->getFunction('asset_path')->getCallable(), ["path", "theme::fonts/font-awesome/fontawesome-webfont.ttf"]);
+ echo "') format(\"truetype\"), url('";
+ echo call_user_func_array($this->env->getFunction('asset_path')->getCallable(), ["path", "theme::fonts/font-awesome/fontawesome-webfont.svg"]);
+ echo "#fontawesome') format(\"svg\");
+ font-weight: normal;
+ font-style: normal;
+}
+.fa {
+ display: inline-block;
+ font: normal normal normal 14px/1 FontAwesome;
+ font-size: inherit;
+ text-rendering: auto;
+ -webkit-font-smoothing: antialiased;
+ -moz-osx-font-smoothing: grayscale;
+}
+
+/* makes the font 33% larger relative to the icon container */
+.fa-lg {
+ font-size: 1.33333333em;
+ line-height: 0.75em;
+ vertical-align: -15%;
+}
+
+.fa-2x {
+ font-size: 2em;
+}
+
+.fa-3x {
+ font-size: 3em;
+}
+
+.fa-4x {
+ font-size: 4em;
+}
+
+.fa-5x {
+ font-size: 5em;
+}
+
+.fa-fw {
+ width: 1.28571429em;
+ text-align: center;
+}
+
+.fa-ul {
+ padding-left: 0;
+ margin-left: 2.14285714em;
+ list-style-type: none;
+}
+
+.fa-ul > li {
+ position: relative;
+}
+
+.fa-li {
+ position: absolute;
+ left: -2.14285714em;
+ width: 2.14285714em;
+ top: 0.14285714em;
+ text-align: center;
+}
+
+.fa-li.fa-lg {
+ left: -1.85714286em;
+}
+
+.fa-border {
+ padding: 0.2em 0.25em 0.15em;
+ border: solid 0.08em #eeeeee;
+ border-radius: 0.1em;
+}
+
+.fa-pull-left {
+ float: left;
+}
+
+.fa-pull-right {
+ float: right;
+}
+
+.fa.fa-pull-left {
+ margin-right: 0.3em;
+}
+
+.fa.fa-pull-right {
+ margin-left: 0.3em;
+}
+
+/* Deprecated as of 4.4.0 */
+.pull-right {
+ float: right;
+}
+
+.pull-left {
+ float: left;
+}
+
+.fa.pull-left {
+ margin-right: 0.3em;
+}
+
+.fa.pull-right {
+ margin-left: 0.3em;
+}
+
+.fa-spin {
+ -webkit-animation: fa-spin 2s infinite linear;
+ animation: fa-spin 2s infinite linear;
+}
+
+.fa-pulse {
+ -webkit-animation: fa-spin 1s infinite steps(8);
+ animation: fa-spin 1s infinite steps(8);
+}
+
+@-webkit-keyframes fa-spin {
+ 0% {
+ -webkit-transform: rotate(0deg);
+ transform: rotate(0deg);
+ }
+ 100% {
+ -webkit-transform: rotate(359deg);
+ transform: rotate(359deg);
+ }
+}
+@keyframes fa-spin {
+ 0% {
+ -webkit-transform: rotate(0deg);
+ transform: rotate(0deg);
+ }
+ 100% {
+ -webkit-transform: rotate(359deg);
+ transform: rotate(359deg);
+ }
+}
+.fa-rotate-90 {
+ -ms-filter: \"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)\";
+ -webkit-transform: rotate(90deg);
+ transform: rotate(90deg);
+}
+
+.fa-rotate-180 {
+ -ms-filter: \"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)\";
+ -webkit-transform: rotate(180deg);
+ transform: rotate(180deg);
+}
+
+.fa-rotate-270 {
+ -ms-filter: \"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)\";
+ -webkit-transform: rotate(270deg);
+ transform: rotate(270deg);
+}
+
+.fa-flip-horizontal {
+ -ms-filter: \"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)\";
+ -webkit-transform: scale(-1, 1);
+ transform: scale(-1, 1);
+}
+
+.fa-flip-vertical {
+ -ms-filter: \"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)\";
+ -webkit-transform: scale(1, -1);
+ transform: scale(1, -1);
+}
+
+:root .fa-rotate-90,
+:root .fa-rotate-180,
+:root .fa-rotate-270,
+:root .fa-flip-horizontal,
+:root .fa-flip-vertical {
+ -webkit-filter: none;
+ filter: none;
+}
+
+.fa-stack {
+ position: relative;
+ display: inline-block;
+ width: 2em;
+ height: 2em;
+ line-height: 2em;
+ vertical-align: middle;
+}
+
+.fa-stack-1x,
+.fa-stack-2x {
+ position: absolute;
+ left: 0;
+ width: 100%;
+ text-align: center;
+}
+
+.fa-stack-1x {
+ line-height: inherit;
+}
+
+.fa-stack-2x {
+ font-size: 2em;
+}
+
+.fa-inverse {
+ color: #ffffff;
+}
+
+/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
+ readers do not read off random characters that represent icons */
+.fa-glass:before {
+ content: \"\\F000\";
+}
+
+.fa-music:before {
+ content: \"\\F001\";
+}
+
+.fa-search:before {
+ content: \"\\F002\";
+}
+
+.fa-envelope-o:before {
+ content: \"\\F003\";
+}
+
+.fa-heart:before {
+ content: \"\\F004\";
+}
+
+.fa-star:before {
+ content: \"\\F005\";
+}
+
+.fa-star-o:before {
+ content: \"\\F006\";
+}
+
+.fa-user:before {
+ content: \"\\F007\";
+}
+
+.fa-film:before {
+ content: \"\\F008\";
+}
+
+.fa-th-large:before {
+ content: \"\\F009\";
+}
+
+.fa-th:before {
+ content: \"\\F00A\";
+}
+
+.fa-th-list:before {
+ content: \"\\F00B\";
+}
+
+.fa-check:before {
+ content: \"\\F00C\";
+}
+
+.fa-remove:before,
+.fa-close:before,
+.fa-times:before {
+ content: \"\\F00D\";
+}
+
+.fa-search-plus:before {
+ content: \"\\F00E\";
+}
+
+.fa-search-minus:before {
+ content: \"\\F010\";
+}
+
+.fa-power-off:before {
+ content: \"\\F011\";
+}
+
+.fa-signal:before {
+ content: \"\\F012\";
+}
+
+.fa-gear:before,
+.fa-cog:before {
+ content: \"\\F013\";
+}
+
+.fa-trash-o:before {
+ content: \"\\F014\";
+}
+
+.fa-home:before {
+ content: \"\\F015\";
+}
+
+.fa-file-o:before {
+ content: \"\\F016\";
+}
+
+.fa-clock-o:before {
+ content: \"\\F017\";
+}
+
+.fa-road:before {
+ content: \"\\F018\";
+}
+
+.fa-download:before {
+ content: \"\\F019\";
+}
+
+.fa-arrow-circle-o-down:before {
+ content: \"\\F01A\";
+}
+
+.fa-arrow-circle-o-up:before {
+ content: \"\\F01B\";
+}
+
+.fa-inbox:before {
+ content: \"\\F01C\";
+}
+
+.fa-play-circle-o:before {
+ content: \"\\F01D\";
+}
+
+.fa-rotate-right:before,
+.fa-repeat:before {
+ content: \"\\F01E\";
+}
+
+.fa-refresh:before {
+ content: \"\\F021\";
+}
+
+.fa-list-alt:before {
+ content: \"\\F022\";
+}
+
+.fa-lock:before {
+ content: \"\\F023\";
+}
+
+.fa-flag:before {
+ content: \"\\F024\";
+}
+
+.fa-headphones:before {
+ content: \"\\F025\";
+}
+
+.fa-volume-off:before {
+ content: \"\\F026\";
+}
+
+.fa-volume-down:before {
+ content: \"\\F027\";
+}
+
+.fa-volume-up:before {
+ content: \"\\F028\";
+}
+
+.fa-qrcode:before {
+ content: \"\\F029\";
+}
+
+.fa-barcode:before {
+ content: \"\\F02A\";
+}
+
+.fa-tag:before {
+ content: \"\\F02B\";
+}
+
+.fa-tags:before {
+ content: \"\\F02C\";
+}
+
+.fa-book:before {
+ content: \"\\F02D\";
+}
+
+.fa-bookmark:before {
+ content: \"\\F02E\";
+}
+
+.fa-print:before {
+ content: \"\\F02F\";
+}
+
+.fa-camera:before {
+ content: \"\\F030\";
+}
+
+.fa-font:before {
+ content: \"\\F031\";
+}
+
+.fa-bold:before {
+ content: \"\\F032\";
+}
+
+.fa-italic:before {
+ content: \"\\F033\";
+}
+
+.fa-text-height:before {
+ content: \"\\F034\";
+}
+
+.fa-text-width:before {
+ content: \"\\F035\";
+}
+
+.fa-align-left:before {
+ content: \"\\F036\";
+}
+
+.fa-align-center:before {
+ content: \"\\F037\";
+}
+
+.fa-align-right:before {
+ content: \"\\F038\";
+}
+
+.fa-align-justify:before {
+ content: \"\\F039\";
+}
+
+.fa-list:before {
+ content: \"\\F03A\";
+}
+
+.fa-dedent:before,
+.fa-outdent:before {
+ content: \"\\F03B\";
+}
+
+.fa-indent:before {
+ content: \"\\F03C\";
+}
+
+.fa-video-camera:before {
+ content: \"\\F03D\";
+}
+
+.fa-photo:before,
+.fa-image:before,
+.fa-picture-o:before {
+ content: \"\\F03E\";
+}
+
+.fa-pencil:before {
+ content: \"\\F040\";
+}
+
+.fa-map-marker:before {
+ content: \"\\F041\";
+}
+
+.fa-adjust:before {
+ content: \"\\F042\";
+}
+
+.fa-tint:before {
+ content: \"\\F043\";
+}
+
+.fa-edit:before,
+.fa-pencil-square-o:before {
+ content: \"\\F044\";
+}
+
+.fa-share-square-o:before {
+ content: \"\\F045\";
+}
+
+.fa-check-square-o:before {
+ content: \"\\F046\";
+}
+
+.fa-arrows:before {
+ content: \"\\F047\";
+}
+
+.fa-step-backward:before {
+ content: \"\\F048\";
+}
+
+.fa-fast-backward:before {
+ content: \"\\F049\";
+}
+
+.fa-backward:before {
+ content: \"\\F04A\";
+}
+
+.fa-play:before {
+ content: \"\\F04B\";
+}
+
+.fa-pause:before {
+ content: \"\\F04C\";
+}
+
+.fa-stop:before {
+ content: \"\\F04D\";
+}
+
+.fa-forward:before {
+ content: \"\\F04E\";
+}
+
+.fa-fast-forward:before {
+ content: \"\\F050\";
+}
+
+.fa-step-forward:before {
+ content: \"\\F051\";
+}
+
+.fa-eject:before {
+ content: \"\\F052\";
+}
+
+.fa-chevron-left:before {
+ content: \"\\F053\";
+}
+
+.fa-chevron-right:before {
+ content: \"\\F054\";
+}
+
+.fa-plus-circle:before {
+ content: \"\\F055\";
+}
+
+.fa-minus-circle:before {
+ content: \"\\F056\";
+}
+
+.fa-times-circle:before {
+ content: \"\\F057\";
+}
+
+.fa-check-circle:before {
+ content: \"\\F058\";
+}
+
+.fa-question-circle:before {
+ content: \"\\F059\";
+}
+
+.fa-info-circle:before {
+ content: \"\\F05A\";
+}
+
+.fa-crosshairs:before {
+ content: \"\\F05B\";
+}
+
+.fa-times-circle-o:before {
+ content: \"\\F05C\";
+}
+
+.fa-check-circle-o:before {
+ content: \"\\F05D\";
+}
+
+.fa-ban:before {
+ content: \"\\F05E\";
+}
+
+.fa-arrow-left:before {
+ content: \"\\F060\";
+}
+
+.fa-arrow-right:before {
+ content: \"\\F061\";
+}
+
+.fa-arrow-up:before {
+ content: \"\\F062\";
+}
+
+.fa-arrow-down:before {
+ content: \"\\F063\";
+}
+
+.fa-mail-forward:before,
+.fa-share:before {
+ content: \"\\F064\";
+}
+
+.fa-expand:before {
+ content: \"\\F065\";
+}
+
+.fa-compress:before {
+ content: \"\\F066\";
+}
+
+.fa-plus:before {
+ content: \"\\F067\";
+}
+
+.fa-minus:before {
+ content: \"\\F068\";
+}
+
+.fa-asterisk:before {
+ content: \"\\F069\";
+}
+
+.fa-exclamation-circle:before {
+ content: \"\\F06A\";
+}
+
+.fa-gift:before {
+ content: \"\\F06B\";
+}
+
+.fa-leaf:before {
+ content: \"\\F06C\";
+}
+
+.fa-fire:before {
+ content: \"\\F06D\";
+}
+
+.fa-eye:before {
+ content: \"\\F06E\";
+}
+
+.fa-eye-slash:before {
+ content: \"\\F070\";
+}
+
+.fa-warning:before,
+.fa-exclamation-triangle:before {
+ content: \"\\F071\";
+}
+
+.fa-plane:before {
+ content: \"\\F072\";
+}
+
+.fa-calendar:before {
+ content: \"\\F073\";
+}
+
+.fa-random:before {
+ content: \"\\F074\";
+}
+
+.fa-comment:before {
+ content: \"\\F075\";
+}
+
+.fa-magnet:before {
+ content: \"\\F076\";
+}
+
+.fa-chevron-up:before {
+ content: \"\\F077\";
+}
+
+.fa-chevron-down:before {
+ content: \"\\F078\";
+}
+
+.fa-retweet:before {
+ content: \"\\F079\";
+}
+
+.fa-shopping-cart:before {
+ content: \"\\F07A\";
+}
+
+.fa-folder:before {
+ content: \"\\F07B\";
+}
+
+.fa-folder-open:before {
+ content: \"\\F07C\";
+}
+
+.fa-arrows-v:before {
+ content: \"\\F07D\";
+}
+
+.fa-arrows-h:before {
+ content: \"\\F07E\";
+}
+
+.fa-bar-chart-o:before,
+.fa-bar-chart:before {
+ content: \"\\F080\";
+}
+
+.fa-twitter-square:before {
+ content: \"\\F081\";
+}
+
+.fa-facebook-square:before {
+ content: \"\\F082\";
+}
+
+.fa-camera-retro:before {
+ content: \"\\F083\";
+}
+
+.fa-key:before {
+ content: \"\\F084\";
+}
+
+.fa-gears:before,
+.fa-cogs:before {
+ content: \"\\F085\";
+}
+
+.fa-comments:before {
+ content: \"\\F086\";
+}
+
+.fa-thumbs-o-up:before {
+ content: \"\\F087\";
+}
+
+.fa-thumbs-o-down:before {
+ content: \"\\F088\";
+}
+
+.fa-star-half:before {
+ content: \"\\F089\";
+}
+
+.fa-heart-o:before {
+ content: \"\\F08A\";
+}
+
+.fa-sign-out:before {
+ content: \"\\F08B\";
+}
+
+.fa-linkedin-square:before {
+ content: \"\\F08C\";
+}
+
+.fa-thumb-tack:before {
+ content: \"\\F08D\";
+}
+
+.fa-external-link:before {
+ content: \"\\F08E\";
+}
+
+.fa-sign-in:before {
+ content: \"\\F090\";
+}
+
+.fa-trophy:before {
+ content: \"\\F091\";
+}
+
+.fa-github-square:before {
+ content: \"\\F092\";
+}
+
+.fa-upload:before {
+ content: \"\\F093\";
+}
+
+.fa-lemon-o:before {
+ content: \"\\F094\";
+}
+
+.fa-phone:before {
+ content: \"\\F095\";
+}
+
+.fa-square-o:before {
+ content: \"\\F096\";
+}
+
+.fa-bookmark-o:before {
+ content: \"\\F097\";
+}
+
+.fa-phone-square:before {
+ content: \"\\F098\";
+}
+
+.fa-twitter:before {
+ content: \"\\F099\";
+}
+
+.fa-facebook-f:before,
+.fa-facebook:before {
+ content: \"\\F09A\";
+}
+
+.fa-github:before {
+ content: \"\\F09B\";
+}
+
+.fa-unlock:before {
+ content: \"\\F09C\";
+}
+
+.fa-credit-card:before {
+ content: \"\\F09D\";
+}
+
+.fa-feed:before,
+.fa-rss:before {
+ content: \"\\F09E\";
+}
+
+.fa-hdd-o:before {
+ content: \"\\F0A0\";
+}
+
+.fa-bullhorn:before {
+ content: \"\\F0A1\";
+}
+
+.fa-bell:before {
+ content: \"\\F0F3\";
+}
+
+.fa-certificate:before {
+ content: \"\\F0A3\";
+}
+
+.fa-hand-o-right:before {
+ content: \"\\F0A4\";
+}
+
+.fa-hand-o-left:before {
+ content: \"\\F0A5\";
+}
+
+.fa-hand-o-up:before {
+ content: \"\\F0A6\";
+}
+
+.fa-hand-o-down:before {
+ content: \"\\F0A7\";
+}
+
+.fa-arrow-circle-left:before {
+ content: \"\\F0A8\";
+}
+
+.fa-arrow-circle-right:before {
+ content: \"\\F0A9\";
+}
+
+.fa-arrow-circle-up:before {
+ content: \"\\F0AA\";
+}
+
+.fa-arrow-circle-down:before {
+ content: \"\\F0AB\";
+}
+
+.fa-globe:before {
+ content: \"\\F0AC\";
+}
+
+.fa-wrench:before {
+ content: \"\\F0AD\";
+}
+
+.fa-tasks:before {
+ content: \"\\F0AE\";
+}
+
+.fa-filter:before {
+ content: \"\\F0B0\";
+}
+
+.fa-briefcase:before {
+ content: \"\\F0B1\";
+}
+
+.fa-arrows-alt:before {
+ content: \"\\F0B2\";
+}
+
+.fa-group:before,
+.fa-users:before {
+ content: \"\\F0C0\";
+}
+
+.fa-chain:before,
+.fa-link:before {
+ content: \"\\F0C1\";
+}
+
+.fa-cloud:before {
+ content: \"\\F0C2\";
+}
+
+.fa-flask:before {
+ content: \"\\F0C3\";
+}
+
+.fa-cut:before,
+.fa-scissors:before {
+ content: \"\\F0C4\";
+}
+
+.fa-copy:before,
+.fa-files-o:before {
+ content: \"\\F0C5\";
+}
+
+.fa-paperclip:before {
+ content: \"\\F0C6\";
+}
+
+.fa-save:before,
+.fa-floppy-o:before {
+ content: \"\\F0C7\";
+}
+
+.fa-square:before {
+ content: \"\\F0C8\";
+}
+
+.fa-navicon:before,
+.fa-reorder:before,
+.fa-bars:before {
+ content: \"\\F0C9\";
+}
+
+.fa-list-ul:before {
+ content: \"\\F0CA\";
+}
+
+.fa-list-ol:before {
+ content: \"\\F0CB\";
+}
+
+.fa-strikethrough:before {
+ content: \"\\F0CC\";
+}
+
+.fa-underline:before {
+ content: \"\\F0CD\";
+}
+
+.fa-table:before {
+ content: \"\\F0CE\";
+}
+
+.fa-magic:before {
+ content: \"\\F0D0\";
+}
+
+.fa-truck:before {
+ content: \"\\F0D1\";
+}
+
+.fa-pinterest:before {
+ content: \"\\F0D2\";
+}
+
+.fa-pinterest-square:before {
+ content: \"\\F0D3\";
+}
+
+.fa-google-plus-square:before {
+ content: \"\\F0D4\";
+}
+
+.fa-google-plus:before {
+ content: \"\\F0D5\";
+}
+
+.fa-money:before {
+ content: \"\\F0D6\";
+}
+
+.fa-caret-down:before {
+ content: \"\\F0D7\";
+}
+
+.fa-caret-up:before {
+ content: \"\\F0D8\";
+}
+
+.fa-caret-left:before {
+ content: \"\\F0D9\";
+}
+
+.fa-caret-right:before {
+ content: \"\\F0DA\";
+}
+
+.fa-columns:before {
+ content: \"\\F0DB\";
+}
+
+.fa-unsorted:before,
+.fa-sort:before {
+ content: \"\\F0DC\";
+}
+
+.fa-sort-down:before,
+.fa-sort-desc:before {
+ content: \"\\F0DD\";
+}
+
+.fa-sort-up:before,
+.fa-sort-asc:before {
+ content: \"\\F0DE\";
+}
+
+.fa-envelope:before {
+ content: \"\\F0E0\";
+}
+
+.fa-linkedin:before {
+ content: \"\\F0E1\";
+}
+
+.fa-rotate-left:before,
+.fa-undo:before {
+ content: \"\\F0E2\";
+}
+
+.fa-legal:before,
+.fa-gavel:before {
+ content: \"\\F0E3\";
+}
+
+.fa-dashboard:before,
+.fa-tachometer:before {
+ content: \"\\F0E4\";
+}
+
+.fa-comment-o:before {
+ content: \"\\F0E5\";
+}
+
+.fa-comments-o:before {
+ content: \"\\F0E6\";
+}
+
+.fa-flash:before,
+.fa-bolt:before {
+ content: \"\\F0E7\";
+}
+
+.fa-sitemap:before {
+ content: \"\\F0E8\";
+}
+
+.fa-umbrella:before {
+ content: \"\\F0E9\";
+}
+
+.fa-paste:before,
+.fa-clipboard:before {
+ content: \"\\F0EA\";
+}
+
+.fa-lightbulb-o:before {
+ content: \"\\F0EB\";
+}
+
+.fa-exchange:before {
+ content: \"\\F0EC\";
+}
+
+.fa-cloud-download:before {
+ content: \"\\F0ED\";
+}
+
+.fa-cloud-upload:before {
+ content: \"\\F0EE\";
+}
+
+.fa-user-md:before {
+ content: \"\\F0F0\";
+}
+
+.fa-stethoscope:before {
+ content: \"\\F0F1\";
+}
+
+.fa-suitcase:before {
+ content: \"\\F0F2\";
+}
+
+.fa-bell-o:before {
+ content: \"\\F0A2\";
+}
+
+.fa-coffee:before {
+ content: \"\\F0F4\";
+}
+
+.fa-cutlery:before {
+ content: \"\\F0F5\";
+}
+
+.fa-file-text-o:before {
+ content: \"\\F0F6\";
+}
+
+.fa-building-o:before {
+ content: \"\\F0F7\";
+}
+
+.fa-hospital-o:before {
+ content: \"\\F0F8\";
+}
+
+.fa-ambulance:before {
+ content: \"\\F0F9\";
+}
+
+.fa-medkit:before {
+ content: \"\\F0FA\";
+}
+
+.fa-fighter-jet:before {
+ content: \"\\F0FB\";
+}
+
+.fa-beer:before {
+ content: \"\\F0FC\";
+}
+
+.fa-h-square:before {
+ content: \"\\F0FD\";
+}
+
+.fa-plus-square:before {
+ content: \"\\F0FE\";
+}
+
+.fa-angle-double-left:before {
+ content: \"\\F100\";
+}
+
+.fa-angle-double-right:before {
+ content: \"\\F101\";
+}
+
+.fa-angle-double-up:before {
+ content: \"\\F102\";
+}
+
+.fa-angle-double-down:before {
+ content: \"\\F103\";
+}
+
+.fa-angle-left:before {
+ content: \"\\F104\";
+}
+
+.fa-angle-right:before {
+ content: \"\\F105\";
+}
+
+.fa-angle-up:before {
+ content: \"\\F106\";
+}
+
+.fa-angle-down:before {
+ content: \"\\F107\";
+}
+
+.fa-desktop:before {
+ content: \"\\F108\";
+}
+
+.fa-laptop:before {
+ content: \"\\F109\";
+}
+
+.fa-tablet:before {
+ content: \"\\F10A\";
+}
+
+.fa-mobile-phone:before,
+.fa-mobile:before {
+ content: \"\\F10B\";
+}
+
+.fa-circle-o:before {
+ content: \"\\F10C\";
+}
+
+.fa-quote-left:before {
+ content: \"\\F10D\";
+}
+
+.fa-quote-right:before {
+ content: \"\\F10E\";
+}
+
+.fa-spinner:before {
+ content: \"\\F110\";
+}
+
+.fa-circle:before {
+ content: \"\\F111\";
+}
+
+.fa-mail-reply:before,
+.fa-reply:before {
+ content: \"\\F112\";
+}
+
+.fa-github-alt:before {
+ content: \"\\F113\";
+}
+
+.fa-folder-o:before {
+ content: \"\\F114\";
+}
+
+.fa-folder-open-o:before {
+ content: \"\\F115\";
+}
+
+.fa-smile-o:before {
+ content: \"\\F118\";
+}
+
+.fa-frown-o:before {
+ content: \"\\F119\";
+}
+
+.fa-meh-o:before {
+ content: \"\\F11A\";
+}
+
+.fa-gamepad:before {
+ content: \"\\F11B\";
+}
+
+.fa-keyboard-o:before {
+ content: \"\\F11C\";
+}
+
+.fa-flag-o:before {
+ content: \"\\F11D\";
+}
+
+.fa-flag-checkered:before {
+ content: \"\\F11E\";
+}
+
+.fa-terminal:before {
+ content: \"\\F120\";
+}
+
+.fa-code:before {
+ content: \"\\F121\";
+}
+
+.fa-mail-reply-all:before,
+.fa-reply-all:before {
+ content: \"\\F122\";
+}
+
+.fa-star-half-empty:before,
+.fa-star-half-full:before,
+.fa-star-half-o:before {
+ content: \"\\F123\";
+}
+
+.fa-location-arrow:before {
+ content: \"\\F124\";
+}
+
+.fa-crop:before {
+ content: \"\\F125\";
+}
+
+.fa-code-fork:before {
+ content: \"\\F126\";
+}
+
+.fa-unlink:before,
+.fa-chain-broken:before {
+ content: \"\\F127\";
+}
+
+.fa-question:before {
+ content: \"\\F128\";
+}
+
+.fa-info:before {
+ content: \"\\F129\";
+}
+
+.fa-exclamation:before {
+ content: \"\\F12A\";
+}
+
+.fa-superscript:before {
+ content: \"\\F12B\";
+}
+
+.fa-subscript:before {
+ content: \"\\F12C\";
+}
+
+.fa-eraser:before {
+ content: \"\\F12D\";
+}
+
+.fa-puzzle-piece:before {
+ content: \"\\F12E\";
+}
+
+.fa-microphone:before {
+ content: \"\\F130\";
+}
+
+.fa-microphone-slash:before {
+ content: \"\\F131\";
+}
+
+.fa-shield:before {
+ content: \"\\F132\";
+}
+
+.fa-calendar-o:before {
+ content: \"\\F133\";
+}
+
+.fa-fire-extinguisher:before {
+ content: \"\\F134\";
+}
+
+.fa-rocket:before {
+ content: \"\\F135\";
+}
+
+.fa-maxcdn:before {
+ content: \"\\F136\";
+}
+
+.fa-chevron-circle-left:before {
+ content: \"\\F137\";
+}
+
+.fa-chevron-circle-right:before {
+ content: \"\\F138\";
+}
+
+.fa-chevron-circle-up:before {
+ content: \"\\F139\";
+}
+
+.fa-chevron-circle-down:before {
+ content: \"\\F13A\";
+}
+
+.fa-html5:before {
+ content: \"\\F13B\";
+}
+
+.fa-css3:before {
+ content: \"\\F13C\";
+}
+
+.fa-anchor:before {
+ content: \"\\F13D\";
+}
+
+.fa-unlock-alt:before {
+ content: \"\\F13E\";
+}
+
+.fa-bullseye:before {
+ content: \"\\F140\";
+}
+
+.fa-ellipsis-h:before {
+ content: \"\\F141\";
+}
+
+.fa-ellipsis-v:before {
+ content: \"\\F142\";
+}
+
+.fa-rss-square:before {
+ content: \"\\F143\";
+}
+
+.fa-play-circle:before {
+ content: \"\\F144\";
+}
+
+.fa-ticket:before {
+ content: \"\\F145\";
+}
+
+.fa-minus-square:before {
+ content: \"\\F146\";
+}
+
+.fa-minus-square-o:before {
+ content: \"\\F147\";
+}
+
+.fa-level-up:before {
+ content: \"\\F148\";
+}
+
+.fa-level-down:before {
+ content: \"\\F149\";
+}
+
+.fa-check-square:before {
+ content: \"\\F14A\";
+}
+
+.fa-pencil-square:before {
+ content: \"\\F14B\";
+}
+
+.fa-external-link-square:before {
+ content: \"\\F14C\";
+}
+
+.fa-share-square:before {
+ content: \"\\F14D\";
+}
+
+.fa-compass:before {
+ content: \"\\F14E\";
+}
+
+.fa-toggle-down:before,
+.fa-caret-square-o-down:before {
+ content: \"\\F150\";
+}
+
+.fa-toggle-up:before,
+.fa-caret-square-o-up:before {
+ content: \"\\F151\";
+}
+
+.fa-toggle-right:before,
+.fa-caret-square-o-right:before {
+ content: \"\\F152\";
+}
+
+.fa-euro:before,
+.fa-eur:before {
+ content: \"\\F153\";
+}
+
+.fa-gbp:before {
+ content: \"\\F154\";
+}
+
+.fa-dollar:before,
+.fa-usd:before {
+ content: \"\\F155\";
+}
+
+.fa-rupee:before,
+.fa-inr:before {
+ content: \"\\F156\";
+}
+
+.fa-cny:before,
+.fa-rmb:before,
+.fa-yen:before,
+.fa-jpy:before {
+ content: \"\\F157\";
+}
+
+.fa-ruble:before,
+.fa-rouble:before,
+.fa-rub:before {
+ content: \"\\F158\";
+}
+
+.fa-won:before,
+.fa-krw:before {
+ content: \"\\F159\";
+}
+
+.fa-bitcoin:before,
+.fa-btc:before {
+ content: \"\\F15A\";
+}
+
+.fa-file:before {
+ content: \"\\F15B\";
+}
+
+.fa-file-text:before {
+ content: \"\\F15C\";
+}
+
+.fa-sort-alpha-asc:before {
+ content: \"\\F15D\";
+}
+
+.fa-sort-alpha-desc:before {
+ content: \"\\F15E\";
+}
+
+.fa-sort-amount-asc:before {
+ content: \"\\F160\";
+}
+
+.fa-sort-amount-desc:before {
+ content: \"\\F161\";
+}
+
+.fa-sort-numeric-asc:before {
+ content: \"\\F162\";
+}
+
+.fa-sort-numeric-desc:before {
+ content: \"\\F163\";
+}
+
+.fa-thumbs-up:before {
+ content: \"\\F164\";
+}
+
+.fa-thumbs-down:before {
+ content: \"\\F165\";
+}
+
+.fa-youtube-square:before {
+ content: \"\\F166\";
+}
+
+.fa-youtube:before {
+ content: \"\\F167\";
+}
+
+.fa-xing:before {
+ content: \"\\F168\";
+}
+
+.fa-xing-square:before {
+ content: \"\\F169\";
+}
+
+.fa-youtube-play:before {
+ content: \"\\F16A\";
+}
+
+.fa-dropbox:before {
+ content: \"\\F16B\";
+}
+
+.fa-stack-overflow:before {
+ content: \"\\F16C\";
+}
+
+.fa-instagram:before {
+ content: \"\\F16D\";
+}
+
+.fa-flickr:before {
+ content: \"\\F16E\";
+}
+
+.fa-adn:before {
+ content: \"\\F170\";
+}
+
+.fa-bitbucket:before {
+ content: \"\\F171\";
+}
+
+.fa-bitbucket-square:before {
+ content: \"\\F172\";
+}
+
+.fa-tumblr:before {
+ content: \"\\F173\";
+}
+
+.fa-tumblr-square:before {
+ content: \"\\F174\";
+}
+
+.fa-long-arrow-down:before {
+ content: \"\\F175\";
+}
+
+.fa-long-arrow-up:before {
+ content: \"\\F176\";
+}
+
+.fa-long-arrow-left:before {
+ content: \"\\F177\";
+}
+
+.fa-long-arrow-right:before {
+ content: \"\\F178\";
+}
+
+.fa-apple:before {
+ content: \"\\F179\";
+}
+
+.fa-windows:before {
+ content: \"\\F17A\";
+}
+
+.fa-android:before {
+ content: \"\\F17B\";
+}
+
+.fa-linux:before {
+ content: \"\\F17C\";
+}
+
+.fa-dribbble:before {
+ content: \"\\F17D\";
+}
+
+.fa-skype:before {
+ content: \"\\F17E\";
+}
+
+.fa-foursquare:before {
+ content: \"\\F180\";
+}
+
+.fa-trello:before {
+ content: \"\\F181\";
+}
+
+.fa-female:before {
+ content: \"\\F182\";
+}
+
+.fa-male:before {
+ content: \"\\F183\";
+}
+
+.fa-gittip:before,
+.fa-gratipay:before {
+ content: \"\\F184\";
+}
+
+.fa-sun-o:before {
+ content: \"\\F185\";
+}
+
+.fa-moon-o:before {
+ content: \"\\F186\";
+}
+
+.fa-archive:before {
+ content: \"\\F187\";
+}
+
+.fa-bug:before {
+ content: \"\\F188\";
+}
+
+.fa-vk:before {
+ content: \"\\F189\";
+}
+
+.fa-weibo:before {
+ content: \"\\F18A\";
+}
+
+.fa-renren:before {
+ content: \"\\F18B\";
+}
+
+.fa-pagelines:before {
+ content: \"\\F18C\";
+}
+
+.fa-stack-exchange:before {
+ content: \"\\F18D\";
+}
+
+.fa-arrow-circle-o-right:before {
+ content: \"\\F18E\";
+}
+
+.fa-arrow-circle-o-left:before {
+ content: \"\\F190\";
+}
+
+.fa-toggle-left:before,
+.fa-caret-square-o-left:before {
+ content: \"\\F191\";
+}
+
+.fa-dot-circle-o:before {
+ content: \"\\F192\";
+}
+
+.fa-wheelchair:before {
+ content: \"\\F193\";
+}
+
+.fa-vimeo-square:before {
+ content: \"\\F194\";
+}
+
+.fa-turkish-lira:before,
+.fa-try:before {
+ content: \"\\F195\";
+}
+
+.fa-plus-square-o:before {
+ content: \"\\F196\";
+}
+
+.fa-space-shuttle:before {
+ content: \"\\F197\";
+}
+
+.fa-slack:before {
+ content: \"\\F198\";
+}
+
+.fa-envelope-square:before {
+ content: \"\\F199\";
+}
+
+.fa-wordpress:before {
+ content: \"\\F19A\";
+}
+
+.fa-openid:before {
+ content: \"\\F19B\";
+}
+
+.fa-institution:before,
+.fa-bank:before,
+.fa-university:before {
+ content: \"\\F19C\";
+}
+
+.fa-mortar-board:before,
+.fa-graduation-cap:before {
+ content: \"\\F19D\";
+}
+
+.fa-yahoo:before {
+ content: \"\\F19E\";
+}
+
+.fa-google:before {
+ content: \"\\F1A0\";
+}
+
+.fa-reddit:before {
+ content: \"\\F1A1\";
+}
+
+.fa-reddit-square:before {
+ content: \"\\F1A2\";
+}
+
+.fa-stumbleupon-circle:before {
+ content: \"\\F1A3\";
+}
+
+.fa-stumbleupon:before {
+ content: \"\\F1A4\";
+}
+
+.fa-delicious:before {
+ content: \"\\F1A5\";
+}
+
+.fa-digg:before {
+ content: \"\\F1A6\";
+}
+
+.fa-pied-piper-pp:before {
+ content: \"\\F1A7\";
+}
+
+.fa-pied-piper-alt:before {
+ content: \"\\F1A8\";
+}
+
+.fa-drupal:before {
+ content: \"\\F1A9\";
+}
+
+.fa-joomla:before {
+ content: \"\\F1AA\";
+}
+
+.fa-language:before {
+ content: \"\\F1AB\";
+}
+
+.fa-fax:before {
+ content: \"\\F1AC\";
+}
+
+.fa-building:before {
+ content: \"\\F1AD\";
+}
+
+.fa-child:before {
+ content: \"\\F1AE\";
+}
+
+.fa-paw:before {
+ content: \"\\F1B0\";
+}
+
+.fa-spoon:before {
+ content: \"\\F1B1\";
+}
+
+.fa-cube:before {
+ content: \"\\F1B2\";
+}
+
+.fa-cubes:before {
+ content: \"\\F1B3\";
+}
+
+.fa-behance:before {
+ content: \"\\F1B4\";
+}
+
+.fa-behance-square:before {
+ content: \"\\F1B5\";
+}
+
+.fa-steam:before {
+ content: \"\\F1B6\";
+}
+
+.fa-steam-square:before {
+ content: \"\\F1B7\";
+}
+
+.fa-recycle:before {
+ content: \"\\F1B8\";
+}
+
+.fa-automobile:before,
+.fa-car:before {
+ content: \"\\F1B9\";
+}
+
+.fa-cab:before,
+.fa-taxi:before {
+ content: \"\\F1BA\";
+}
+
+.fa-tree:before {
+ content: \"\\F1BB\";
+}
+
+.fa-spotify:before {
+ content: \"\\F1BC\";
+}
+
+.fa-deviantart:before {
+ content: \"\\F1BD\";
+}
+
+.fa-soundcloud:before {
+ content: \"\\F1BE\";
+}
+
+.fa-database:before {
+ content: \"\\F1C0\";
+}
+
+.fa-file-pdf-o:before {
+ content: \"\\F1C1\";
+}
+
+.fa-file-word-o:before {
+ content: \"\\F1C2\";
+}
+
+.fa-file-excel-o:before {
+ content: \"\\F1C3\";
+}
+
+.fa-file-powerpoint-o:before {
+ content: \"\\F1C4\";
+}
+
+.fa-file-photo-o:before,
+.fa-file-picture-o:before,
+.fa-file-image-o:before {
+ content: \"\\F1C5\";
+}
+
+.fa-file-zip-o:before,
+.fa-file-archive-o:before {
+ content: \"\\F1C6\";
+}
+
+.fa-file-sound-o:before,
+.fa-file-audio-o:before {
+ content: \"\\F1C7\";
+}
+
+.fa-file-movie-o:before,
+.fa-file-video-o:before {
+ content: \"\\F1C8\";
+}
+
+.fa-file-code-o:before {
+ content: \"\\F1C9\";
+}
+
+.fa-vine:before {
+ content: \"\\F1CA\";
+}
+
+.fa-codepen:before {
+ content: \"\\F1CB\";
+}
+
+.fa-jsfiddle:before {
+ content: \"\\F1CC\";
+}
+
+.fa-life-bouy:before,
+.fa-life-buoy:before,
+.fa-life-saver:before,
+.fa-support:before,
+.fa-life-ring:before {
+ content: \"\\F1CD\";
+}
+
+.fa-circle-o-notch:before {
+ content: \"\\F1CE\";
+}
+
+.fa-ra:before,
+.fa-resistance:before,
+.fa-rebel:before {
+ content: \"\\F1D0\";
+}
+
+.fa-ge:before,
+.fa-empire:before {
+ content: \"\\F1D1\";
+}
+
+.fa-git-square:before {
+ content: \"\\F1D2\";
+}
+
+.fa-git:before {
+ content: \"\\F1D3\";
+}
+
+.fa-y-combinator-square:before,
+.fa-yc-square:before,
+.fa-hacker-news:before {
+ content: \"\\F1D4\";
+}
+
+.fa-tencent-weibo:before {
+ content: \"\\F1D5\";
+}
+
+.fa-qq:before {
+ content: \"\\F1D6\";
+}
+
+.fa-wechat:before,
+.fa-weixin:before {
+ content: \"\\F1D7\";
+}
+
+.fa-send:before,
+.fa-paper-plane:before {
+ content: \"\\F1D8\";
+}
+
+.fa-send-o:before,
+.fa-paper-plane-o:before {
+ content: \"\\F1D9\";
+}
+
+.fa-history:before {
+ content: \"\\F1DA\";
+}
+
+.fa-circle-thin:before {
+ content: \"\\F1DB\";
+}
+
+.fa-header:before {
+ content: \"\\F1DC\";
+}
+
+.fa-paragraph:before {
+ content: \"\\F1DD\";
+}
+
+.fa-sliders:before {
+ content: \"\\F1DE\";
+}
+
+.fa-share-alt:before {
+ content: \"\\F1E0\";
+}
+
+.fa-share-alt-square:before {
+ content: \"\\F1E1\";
+}
+
+.fa-bomb:before {
+ content: \"\\F1E2\";
+}
+
+.fa-soccer-ball-o:before,
+.fa-futbol-o:before {
+ content: \"\\F1E3\";
+}
+
+.fa-tty:before {
+ content: \"\\F1E4\";
+}
+
+.fa-binoculars:before {
+ content: \"\\F1E5\";
+}
+
+.fa-plug:before {
+ content: \"\\F1E6\";
+}
+
+.fa-slideshare:before {
+ content: \"\\F1E7\";
+}
+
+.fa-twitch:before {
+ content: \"\\F1E8\";
+}
+
+.fa-yelp:before {
+ content: \"\\F1E9\";
+}
+
+.fa-newspaper-o:before {
+ content: \"\\F1EA\";
+}
+
+.fa-wifi:before {
+ content: \"\\F1EB\";
+}
+
+.fa-calculator:before {
+ content: \"\\F1EC\";
+}
+
+.fa-paypal:before {
+ content: \"\\F1ED\";
+}
+
+.fa-google-wallet:before {
+ content: \"\\F1EE\";
+}
+
+.fa-cc-visa:before {
+ content: \"\\F1F0\";
+}
+
+.fa-cc-mastercard:before {
+ content: \"\\F1F1\";
+}
+
+.fa-cc-discover:before {
+ content: \"\\F1F2\";
+}
+
+.fa-cc-amex:before {
+ content: \"\\F1F3\";
+}
+
+.fa-cc-paypal:before {
+ content: \"\\F1F4\";
+}
+
+.fa-cc-stripe:before {
+ content: \"\\F1F5\";
+}
+
+.fa-bell-slash:before {
+ content: \"\\F1F6\";
+}
+
+.fa-bell-slash-o:before {
+ content: \"\\F1F7\";
+}
+
+.fa-trash:before {
+ content: \"\\F1F8\";
+}
+
+.fa-copyright:before {
+ content: \"\\F1F9\";
+}
+
+.fa-at:before {
+ content: \"\\F1FA\";
+}
+
+.fa-eyedropper:before {
+ content: \"\\F1FB\";
+}
+
+.fa-paint-brush:before {
+ content: \"\\F1FC\";
+}
+
+.fa-birthday-cake:before {
+ content: \"\\F1FD\";
+}
+
+.fa-area-chart:before {
+ content: \"\\F1FE\";
+}
+
+.fa-pie-chart:before {
+ content: \"\\F200\";
+}
+
+.fa-line-chart:before {
+ content: \"\\F201\";
+}
+
+.fa-lastfm:before {
+ content: \"\\F202\";
+}
+
+.fa-lastfm-square:before {
+ content: \"\\F203\";
+}
+
+.fa-toggle-off:before {
+ content: \"\\F204\";
+}
+
+.fa-toggle-on:before {
+ content: \"\\F205\";
+}
+
+.fa-bicycle:before {
+ content: \"\\F206\";
+}
+
+.fa-bus:before {
+ content: \"\\F207\";
+}
+
+.fa-ioxhost:before {
+ content: \"\\F208\";
+}
+
+.fa-angellist:before {
+ content: \"\\F209\";
+}
+
+.fa-cc:before {
+ content: \"\\F20A\";
+}
+
+.fa-shekel:before,
+.fa-sheqel:before,
+.fa-ils:before {
+ content: \"\\F20B\";
+}
+
+.fa-meanpath:before {
+ content: \"\\F20C\";
+}
+
+.fa-buysellads:before {
+ content: \"\\F20D\";
+}
+
+.fa-connectdevelop:before {
+ content: \"\\F20E\";
+}
+
+.fa-dashcube:before {
+ content: \"\\F210\";
+}
+
+.fa-forumbee:before {
+ content: \"\\F211\";
+}
+
+.fa-leanpub:before {
+ content: \"\\F212\";
+}
+
+.fa-sellsy:before {
+ content: \"\\F213\";
+}
+
+.fa-shirtsinbulk:before {
+ content: \"\\F214\";
+}
+
+.fa-simplybuilt:before {
+ content: \"\\F215\";
+}
+
+.fa-skyatlas:before {
+ content: \"\\F216\";
+}
+
+.fa-cart-plus:before {
+ content: \"\\F217\";
+}
+
+.fa-cart-arrow-down:before {
+ content: \"\\F218\";
+}
+
+.fa-diamond:before {
+ content: \"\\F219\";
+}
+
+.fa-ship:before {
+ content: \"\\F21A\";
+}
+
+.fa-user-secret:before {
+ content: \"\\F21B\";
+}
+
+.fa-motorcycle:before {
+ content: \"\\F21C\";
+}
+
+.fa-street-view:before {
+ content: \"\\F21D\";
+}
+
+.fa-heartbeat:before {
+ content: \"\\F21E\";
+}
+
+.fa-venus:before {
+ content: \"\\F221\";
+}
+
+.fa-mars:before {
+ content: \"\\F222\";
+}
+
+.fa-mercury:before {
+ content: \"\\F223\";
+}
+
+.fa-intersex:before,
+.fa-transgender:before {
+ content: \"\\F224\";
+}
+
+.fa-transgender-alt:before {
+ content: \"\\F225\";
+}
+
+.fa-venus-double:before {
+ content: \"\\F226\";
+}
+
+.fa-mars-double:before {
+ content: \"\\F227\";
+}
+
+.fa-venus-mars:before {
+ content: \"\\F228\";
+}
+
+.fa-mars-stroke:before {
+ content: \"\\F229\";
+}
+
+.fa-mars-stroke-v:before {
+ content: \"\\F22A\";
+}
+
+.fa-mars-stroke-h:before {
+ content: \"\\F22B\";
+}
+
+.fa-neuter:before {
+ content: \"\\F22C\";
+}
+
+.fa-genderless:before {
+ content: \"\\F22D\";
+}
+
+.fa-facebook-official:before {
+ content: \"\\F230\";
+}
+
+.fa-pinterest-p:before {
+ content: \"\\F231\";
+}
+
+.fa-whatsapp:before {
+ content: \"\\F232\";
+}
+
+.fa-server:before {
+ content: \"\\F233\";
+}
+
+.fa-user-plus:before {
+ content: \"\\F234\";
+}
+
+.fa-user-times:before {
+ content: \"\\F235\";
+}
+
+.fa-hotel:before,
+.fa-bed:before {
+ content: \"\\F236\";
+}
+
+.fa-viacoin:before {
+ content: \"\\F237\";
+}
+
+.fa-train:before {
+ content: \"\\F238\";
+}
+
+.fa-subway:before {
+ content: \"\\F239\";
+}
+
+.fa-medium:before {
+ content: \"\\F23A\";
+}
+
+.fa-yc:before,
+.fa-y-combinator:before {
+ content: \"\\F23B\";
+}
+
+.fa-optin-monster:before {
+ content: \"\\F23C\";
+}
+
+.fa-opencart:before {
+ content: \"\\F23D\";
+}
+
+.fa-expeditedssl:before {
+ content: \"\\F23E\";
+}
+
+.fa-battery-4:before,
+.fa-battery:before,
+.fa-battery-full:before {
+ content: \"\\F240\";
+}
+
+.fa-battery-3:before,
+.fa-battery-three-quarters:before {
+ content: \"\\F241\";
+}
+
+.fa-battery-2:before,
+.fa-battery-half:before {
+ content: \"\\F242\";
+}
+
+.fa-battery-1:before,
+.fa-battery-quarter:before {
+ content: \"\\F243\";
+}
+
+.fa-battery-0:before,
+.fa-battery-empty:before {
+ content: \"\\F244\";
+}
+
+.fa-mouse-pointer:before {
+ content: \"\\F245\";
+}
+
+.fa-i-cursor:before {
+ content: \"\\F246\";
+}
+
+.fa-object-group:before {
+ content: \"\\F247\";
+}
+
+.fa-object-ungroup:before {
+ content: \"\\F248\";
+}
+
+.fa-sticky-note:before {
+ content: \"\\F249\";
+}
+
+.fa-sticky-note-o:before {
+ content: \"\\F24A\";
+}
+
+.fa-cc-jcb:before {
+ content: \"\\F24B\";
+}
+
+.fa-cc-diners-club:before {
+ content: \"\\F24C\";
+}
+
+.fa-clone:before {
+ content: \"\\F24D\";
+}
+
+.fa-balance-scale:before {
+ content: \"\\F24E\";
+}
+
+.fa-hourglass-o:before {
+ content: \"\\F250\";
+}
+
+.fa-hourglass-1:before,
+.fa-hourglass-start:before {
+ content: \"\\F251\";
+}
+
+.fa-hourglass-2:before,
+.fa-hourglass-half:before {
+ content: \"\\F252\";
+}
+
+.fa-hourglass-3:before,
+.fa-hourglass-end:before {
+ content: \"\\F253\";
+}
+
+.fa-hourglass:before {
+ content: \"\\F254\";
+}
+
+.fa-hand-grab-o:before,
+.fa-hand-rock-o:before {
+ content: \"\\F255\";
+}
+
+.fa-hand-stop-o:before,
+.fa-hand-paper-o:before {
+ content: \"\\F256\";
+}
+
+.fa-hand-scissors-o:before {
+ content: \"\\F257\";
+}
+
+.fa-hand-lizard-o:before {
+ content: \"\\F258\";
+}
+
+.fa-hand-spock-o:before {
+ content: \"\\F259\";
+}
+
+.fa-hand-pointer-o:before {
+ content: \"\\F25A\";
+}
+
+.fa-hand-peace-o:before {
+ content: \"\\F25B\";
+}
+
+.fa-trademark:before {
+ content: \"\\F25C\";
+}
+
+.fa-registered:before {
+ content: \"\\F25D\";
+}
+
+.fa-creative-commons:before {
+ content: \"\\F25E\";
+}
+
+.fa-gg:before {
+ content: \"\\F260\";
+}
+
+.fa-gg-circle:before {
+ content: \"\\F261\";
+}
+
+.fa-tripadvisor:before {
+ content: \"\\F262\";
+}
+
+.fa-odnoklassniki:before {
+ content: \"\\F263\";
+}
+
+.fa-odnoklassniki-square:before {
+ content: \"\\F264\";
+}
+
+.fa-get-pocket:before {
+ content: \"\\F265\";
+}
+
+.fa-wikipedia-w:before {
+ content: \"\\F266\";
+}
+
+.fa-safari:before {
+ content: \"\\F267\";
+}
+
+.fa-chrome:before {
+ content: \"\\F268\";
+}
+
+.fa-firefox:before {
+ content: \"\\F269\";
+}
+
+.fa-opera:before {
+ content: \"\\F26A\";
+}
+
+.fa-internet-explorer:before {
+ content: \"\\F26B\";
+}
+
+.fa-tv:before,
+.fa-television:before {
+ content: \"\\F26C\";
+}
+
+.fa-contao:before {
+ content: \"\\F26D\";
+}
+
+.fa-500px:before {
+ content: \"\\F26E\";
+}
+
+.fa-amazon:before {
+ content: \"\\F270\";
+}
+
+.fa-calendar-plus-o:before {
+ content: \"\\F271\";
+}
+
+.fa-calendar-minus-o:before {
+ content: \"\\F272\";
+}
+
+.fa-calendar-times-o:before {
+ content: \"\\F273\";
+}
+
+.fa-calendar-check-o:before {
+ content: \"\\F274\";
+}
+
+.fa-industry:before {
+ content: \"\\F275\";
+}
+
+.fa-map-pin:before {
+ content: \"\\F276\";
+}
+
+.fa-map-signs:before {
+ content: \"\\F277\";
+}
+
+.fa-map-o:before {
+ content: \"\\F278\";
+}
+
+.fa-map:before {
+ content: \"\\F279\";
+}
+
+.fa-commenting:before {
+ content: \"\\F27A\";
+}
+
+.fa-commenting-o:before {
+ content: \"\\F27B\";
+}
+
+.fa-houzz:before {
+ content: \"\\F27C\";
+}
+
+.fa-vimeo:before {
+ content: \"\\F27D\";
+}
+
+.fa-black-tie:before {
+ content: \"\\F27E\";
+}
+
+.fa-fonticons:before {
+ content: \"\\F280\";
+}
+
+.fa-reddit-alien:before {
+ content: \"\\F281\";
+}
+
+.fa-edge:before {
+ content: \"\\F282\";
+}
+
+.fa-credit-card-alt:before {
+ content: \"\\F283\";
+}
+
+.fa-codiepie:before {
+ content: \"\\F284\";
+}
+
+.fa-modx:before {
+ content: \"\\F285\";
+}
+
+.fa-fort-awesome:before {
+ content: \"\\F286\";
+}
+
+.fa-usb:before {
+ content: \"\\F287\";
+}
+
+.fa-product-hunt:before {
+ content: \"\\F288\";
+}
+
+.fa-mixcloud:before {
+ content: \"\\F289\";
+}
+
+.fa-scribd:before {
+ content: \"\\F28A\";
+}
+
+.fa-pause-circle:before {
+ content: \"\\F28B\";
+}
+
+.fa-pause-circle-o:before {
+ content: \"\\F28C\";
+}
+
+.fa-stop-circle:before {
+ content: \"\\F28D\";
+}
+
+.fa-stop-circle-o:before {
+ content: \"\\F28E\";
+}
+
+.fa-shopping-bag:before {
+ content: \"\\F290\";
+}
+
+.fa-shopping-basket:before {
+ content: \"\\F291\";
+}
+
+.fa-hashtag:before {
+ content: \"\\F292\";
+}
+
+.fa-bluetooth:before {
+ content: \"\\F293\";
+}
+
+.fa-bluetooth-b:before {
+ content: \"\\F294\";
+}
+
+.fa-percent:before {
+ content: \"\\F295\";
+}
+
+.fa-gitlab:before {
+ content: \"\\F296\";
+}
+
+.fa-wpbeginner:before {
+ content: \"\\F297\";
+}
+
+.fa-wpforms:before {
+ content: \"\\F298\";
+}
+
+.fa-envira:before {
+ content: \"\\F299\";
+}
+
+.fa-universal-access:before {
+ content: \"\\F29A\";
+}
+
+.fa-wheelchair-alt:before {
+ content: \"\\F29B\";
+}
+
+.fa-question-circle-o:before {
+ content: \"\\F29C\";
+}
+
+.fa-blind:before {
+ content: \"\\F29D\";
+}
+
+.fa-audio-description:before {
+ content: \"\\F29E\";
+}
+
+.fa-volume-control-phone:before {
+ content: \"\\F2A0\";
+}
+
+.fa-braille:before {
+ content: \"\\F2A1\";
+}
+
+.fa-assistive-listening-systems:before {
+ content: \"\\F2A2\";
+}
+
+.fa-asl-interpreting:before,
+.fa-american-sign-language-interpreting:before {
+ content: \"\\F2A3\";
+}
+
+.fa-deafness:before,
+.fa-hard-of-hearing:before,
+.fa-deaf:before {
+ content: \"\\F2A4\";
+}
+
+.fa-glide:before {
+ content: \"\\F2A5\";
+}
+
+.fa-glide-g:before {
+ content: \"\\F2A6\";
+}
+
+.fa-signing:before,
+.fa-sign-language:before {
+ content: \"\\F2A7\";
+}
+
+.fa-low-vision:before {
+ content: \"\\F2A8\";
+}
+
+.fa-viadeo:before {
+ content: \"\\F2A9\";
+}
+
+.fa-viadeo-square:before {
+ content: \"\\F2AA\";
+}
+
+.fa-snapchat:before {
+ content: \"\\F2AB\";
+}
+
+.fa-snapchat-ghost:before {
+ content: \"\\F2AC\";
+}
+
+.fa-snapchat-square:before {
+ content: \"\\F2AD\";
+}
+
+.fa-pied-piper:before {
+ content: \"\\F2AE\";
+}
+
+.fa-first-order:before {
+ content: \"\\F2B0\";
+}
+
+.fa-yoast:before {
+ content: \"\\F2B1\";
+}
+
+.fa-themeisle:before {
+ content: \"\\F2B2\";
+}
+
+.fa-google-plus-circle:before,
+.fa-google-plus-official:before {
+ content: \"\\F2B3\";
+}
+
+.fa-fa:before,
+.fa-font-awesome:before {
+ content: \"\\F2B4\";
+}
+
+.fa-handshake-o:before {
+ content: \"\\F2B5\";
+}
+
+.fa-envelope-open:before {
+ content: \"\\F2B6\";
+}
+
+.fa-envelope-open-o:before {
+ content: \"\\F2B7\";
+}
+
+.fa-linode:before {
+ content: \"\\F2B8\";
+}
+
+.fa-address-book:before {
+ content: \"\\F2B9\";
+}
+
+.fa-address-book-o:before {
+ content: \"\\F2BA\";
+}
+
+.fa-vcard:before,
+.fa-address-card:before {
+ content: \"\\F2BB\";
+}
+
+.fa-vcard-o:before,
+.fa-address-card-o:before {
+ content: \"\\F2BC\";
+}
+
+.fa-user-circle:before {
+ content: \"\\F2BD\";
+}
+
+.fa-user-circle-o:before {
+ content: \"\\F2BE\";
+}
+
+.fa-user-o:before {
+ content: \"\\F2C0\";
+}
+
+.fa-id-badge:before {
+ content: \"\\F2C1\";
+}
+
+.fa-drivers-license:before,
+.fa-id-card:before {
+ content: \"\\F2C2\";
+}
+
+.fa-drivers-license-o:before,
+.fa-id-card-o:before {
+ content: \"\\F2C3\";
+}
+
+.fa-quora:before {
+ content: \"\\F2C4\";
+}
+
+.fa-free-code-camp:before {
+ content: \"\\F2C5\";
+}
+
+.fa-telegram:before {
+ content: \"\\F2C6\";
+}
+
+.fa-thermometer-4:before,
+.fa-thermometer:before,
+.fa-thermometer-full:before {
+ content: \"\\F2C7\";
+}
+
+.fa-thermometer-3:before,
+.fa-thermometer-three-quarters:before {
+ content: \"\\F2C8\";
+}
+
+.fa-thermometer-2:before,
+.fa-thermometer-half:before {
+ content: \"\\F2C9\";
+}
+
+.fa-thermometer-1:before,
+.fa-thermometer-quarter:before {
+ content: \"\\F2CA\";
+}
+
+.fa-thermometer-0:before,
+.fa-thermometer-empty:before {
+ content: \"\\F2CB\";
+}
+
+.fa-shower:before {
+ content: \"\\F2CC\";
+}
+
+.fa-bathtub:before,
+.fa-s15:before,
+.fa-bath:before {
+ content: \"\\F2CD\";
+}
+
+.fa-podcast:before {
+ content: \"\\F2CE\";
+}
+
+.fa-window-maximize:before {
+ content: \"\\F2D0\";
+}
+
+.fa-window-minimize:before {
+ content: \"\\F2D1\";
+}
+
+.fa-window-restore:before {
+ content: \"\\F2D2\";
+}
+
+.fa-times-rectangle:before,
+.fa-window-close:before {
+ content: \"\\F2D3\";
+}
+
+.fa-times-rectangle-o:before,
+.fa-window-close-o:before {
+ content: \"\\F2D4\";
+}
+
+.fa-bandcamp:before {
+ content: \"\\F2D5\";
+}
+
+.fa-grav:before {
+ content: \"\\F2D6\";
+}
+
+.fa-etsy:before {
+ content: \"\\F2D7\";
+}
+
+.fa-imdb:before {
+ content: \"\\F2D8\";
+}
+
+.fa-ravelry:before {
+ content: \"\\F2D9\";
+}
+
+.fa-eercast:before {
+ content: \"\\F2DA\";
+}
+
+.fa-microchip:before {
+ content: \"\\F2DB\";
+}
+
+.fa-snowflake-o:before {
+ content: \"\\F2DC\";
+}
+
+.fa-superpowers:before {
+ content: \"\\F2DD\";
+}
+
+.fa-wpexplorer:before {
+ content: \"\\F2DE\";
+}
+
+.fa-meetup:before {
+ content: \"\\F2E0\";
+}
+
+.sr-only {
+ position: absolute;
+ width: 1px;
+ height: 1px;
+ padding: 0;
+ margin: -1px;
+ overflow: hidden;
+ clip: rect(0, 0, 0, 0);
+ border: 0;
+}
+
+.sr-only-focusable:active,
+.sr-only-focusable:focus {
+ position: static;
+ width: auto;
+ height: auto;
+ margin: 0;
+ overflow: visible;
+ clip: auto;
+}
+
+@charset \"UTF-8\";
+/*!
+ * Bootstrap v4.0.0-alpha.5 (https://getbootstrap.com)
+ * Copyright 2011-2016 The Bootstrap Authors
+ * Copyright 2011-2016 Twitter, Inc.
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
+ */
+/*! normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */
+html {
+ font-family: sans-serif;
+ line-height: 1.15;
+ -ms-text-size-adjust: 100%;
+ -webkit-text-size-adjust: 100%;
+}
+
+body {
+ margin: 0;
+}
+
+article,
+aside,
+details,
+figcaption,
+figure,
+footer,
+header,
+main,
+menu,
+nav,
+section,
+summary {
+ display: block;
+}
+
+audio,
+canvas,
+progress,
+video {
+ display: inline-block;
+}
+
+audio:not([controls]) {
+ display: none;
+ height: 0;
+}
+
+progress {
+ vertical-align: baseline;
+}
+
+template,
+[hidden] {
+ display: none;
+}
+
+a {
+ background-color: transparent;
+ -webkit-text-decoration-skip: objects;
+}
+
+a:active,
+a:hover {
+ outline-width: 0;
+}
+
+abbr[title] {
+ border-bottom: none;
+ text-decoration: underline;
+ -webkit-text-decoration: underline dotted;
+ text-decoration: underline dotted;
+}
+
+b,
+strong {
+ font-weight: inherit;
+}
+
+b,
+strong {
+ font-weight: bolder;
+}
+
+dfn {
+ font-style: italic;
+}
+
+h1 {
+ font-size: 2em;
+ margin: 0.67em 0;
+}
+
+mark {
+ background-color: #ff0;
+ color: #000;
+}
+
+small {
+ font-size: 80%;
+}
+
+sub,
+sup {
+ font-size: 75%;
+ line-height: 0;
+ position: relative;
+ vertical-align: baseline;
+}
+
+sub {
+ bottom: -0.25em;
+}
+
+sup {
+ top: -0.5em;
+}
+
+img {
+ border-style: none;
+}
+
+svg:not(:root) {
+ overflow: hidden;
+}
+
+code,
+kbd,
+pre,
+samp {
+ font-family: monospace, monospace;
+ font-size: 1em;
+}
+
+figure {
+ margin: 1em 40px;
+}
+
+hr {
+ box-sizing: content-box;
+ height: 0;
+ overflow: visible;
+}
+
+button,
+input,
+optgroup,
+select,
+textarea {
+ font: inherit;
+ margin: 0;
+}
+
+optgroup {
+ font-weight: bold;
+}
+
+button,
+input {
+ overflow: visible;
+}
+
+button,
+select {
+ text-transform: none;
+}
+
+button,
+html [type=button],
+[type=reset],
+[type=submit] {
+ -webkit-appearance: button;
+}
+
+button::-moz-focus-inner,
+[type=button]::-moz-focus-inner,
+[type=reset]::-moz-focus-inner,
+[type=submit]::-moz-focus-inner {
+ border-style: none;
+ padding: 0;
+}
+
+button:-moz-focusring,
+[type=button]:-moz-focusring,
+[type=reset]:-moz-focusring,
+[type=submit]:-moz-focusring {
+ outline: 1px dotted ButtonText;
+}
+
+fieldset {
+ border: 1px solid #c0c0c0;
+ margin: 0 2px;
+ padding: 0.35em 0.625em 0.75em;
+}
+
+legend {
+ box-sizing: border-box;
+ color: inherit;
+ display: table;
+ max-width: 100%;
+ padding: 0;
+ white-space: normal;
+}
+
+textarea {
+ overflow: auto;
+}
+
+[type=checkbox],
+[type=radio] {
+ box-sizing: border-box;
+ padding: 0;
+}
+
+[type=number]::-webkit-inner-spin-button,
+[type=number]::-webkit-outer-spin-button {
+ height: auto;
+}
+
+[type=search] {
+ -webkit-appearance: textfield;
+ outline-offset: -2px;
+}
+
+[type=search]::-webkit-search-cancel-button,
+[type=search]::-webkit-search-decoration {
+ -webkit-appearance: none;
+}
+
+::-webkit-input-placeholder {
+ color: inherit;
+ opacity: 0.54;
+}
+
+::-webkit-file-upload-button {
+ -webkit-appearance: button;
+ font: inherit;
+}
+
+@media print {
+ *,
+*::before,
+*::after,
+*::first-letter,
+p::first-line,
+div::first-line,
+blockquote::first-line,
+li::first-line {
+ text-shadow: none !important;
+ box-shadow: none !important;
+ }
+
+ a,
+a:visited {
+ text-decoration: underline;
+ }
+
+ abbr[title]::after {
+ content: \" (\" attr(title) \")\";
+ }
+
+ pre {
+ white-space: pre-wrap !important;
+ }
+
+ pre,
+blockquote {
+ border: 1px solid #999;
+ page-break-inside: avoid;
+ }
+
+ thead {
+ display: table-header-group;
+ }
+
+ tr,
+img {
+ page-break-inside: avoid;
+ }
+
+ p,
+h2,
+h3 {
+ orphans: 3;
+ widows: 3;
+ }
+
+ h2,
+h3 {
+ page-break-after: avoid;
+ }
+
+ .navbar {
+ display: none;
+ }
+
+ .btn > .caret,
+.dropup > .btn > .caret {
+ border-top-color: #000 !important;
+ }
+
+ .tag {
+ border: 1px solid #000;
+ }
+
+ .table {
+ border-collapse: collapse !important;
+ }
+ .table td,
+.table th {
+ background-color: #fff !important;
+ }
+
+ .table-bordered th,
+.table-bordered td {
+ border: 1px solid #ddd !important;
+ }
+}
+html {
+ box-sizing: border-box;
+}
+
+*,
+*::before,
+*::after {
+ box-sizing: inherit;
+}
+
+@-ms-viewport {
+ width: device-width;
+}
+html {
+ font-size: 16px;
+ -ms-overflow-style: scrollbar;
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
+}
+
+body {
+ font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;
+ font-size: 1rem;
+ line-height: 1.5;
+ color: #373a3c;
+ background-color: #fff;
+}
+
+[tabindex=\"-1\"]:focus {
+ outline: none !important;
+}
+
+h1, h2, h3, h4, h5, h6 {
+ margin-top: 0;
+ margin-bottom: 0.5rem;
+}
+
+p {
+ margin-top: 0;
+ margin-bottom: 1rem;
+}
+
+abbr[title],
+abbr[data-original-title] {
+ cursor: help;
+ border-bottom: 1px dotted #888888;
+}
+
+address {
+ margin-bottom: 1rem;
+ font-style: normal;
+ line-height: inherit;
+}
+
+ol,
+ul,
+dl {
+ margin-top: 0;
+ margin-bottom: 1rem;
+}
+
+ol ol,
+ul ul,
+ol ul,
+ul ol {
+ margin-bottom: 0;
+}
+
+dt {
+ font-weight: bold;
+}
+
+dd {
+ margin-bottom: 0.5rem;
+ margin-left: 0;
+}
+
+blockquote {
+ margin: 0 0 1rem;
+}
+
+a {
+ color: #373a3c;
+ text-decoration: none;
+}
+a:focus, a:hover {
+ color: #121314;
+ text-decoration: none;
+}
+a:focus {
+ outline: 5px auto -webkit-focus-ring-color;
+ outline-offset: -2px;
+}
+
+a:not([href]):not([tabindex]) {
+ color: inherit;
+ text-decoration: none;
+}
+a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
+ color: inherit;
+ text-decoration: none;
+}
+a:not([href]):not([tabindex]):focus {
+ outline: none;
+}
+
+pre {
+ margin-top: 0;
+ margin-bottom: 1rem;
+ overflow: auto;
+}
+
+figure {
+ margin: 0 0 1rem;
+}
+
+img {
+ vertical-align: middle;
+}
+
+[role=button] {
+ cursor: pointer;
+}
+
+a,
+area,
+button,
+[role=button],
+input,
+label,
+select,
+summary,
+textarea {
+ touch-action: manipulation;
+}
+
+table {
+ border-collapse: collapse;
+ background-color: transparent;
+}
+
+caption {
+ padding-top: 0.75rem;
+ padding-bottom: 0.75rem;
+ color: #888888;
+ text-align: left;
+ caption-side: bottom;
+}
+
+th {
+ text-align: left;
+}
+
+label {
+ display: inline-block;
+ margin-bottom: 0.5rem;
+}
+
+button:focus {
+ outline: 1px dotted;
+ outline: 5px auto -webkit-focus-ring-color;
+}
+
+input,
+button,
+select,
+textarea {
+ line-height: inherit;
+}
+
+input[type=radio]:disabled,
+input[type=checkbox]:disabled {
+ cursor: not-allowed;
+}
+
+input[type=date],
+input[type=time],
+input[type=datetime-local],
+input[type=month] {
+ -webkit-appearance: listbox;
+}
+
+textarea {
+ resize: vertical;
+}
+
+fieldset {
+ min-width: 0;
+ padding: 0;
+ margin: 0;
+ border: 0;
+}
+
+legend {
+ display: block;
+ width: 100%;
+ padding: 0;
+ margin-bottom: 0.5rem;
+ font-size: 1.5rem;
+ line-height: inherit;
+}
+
+input[type=search] {
+ -webkit-appearance: none;
+}
+
+output {
+ display: inline-block;
+}
+
+[hidden] {
+ display: none !important;
+}
+
+h1, h2, h3, h4, h5, h6,
+.h1, .h2, .h3, .h4, .h5, .h6 {
+ margin-bottom: 0.5rem;
+ font-family: inherit;
+ font-weight: 500;
+ line-height: 1.1;
+ color: inherit;
+}
+
+h1, .h1 {
+ font-size: 2rem;
+}
+
+h2, .h2 {
+ font-size: 1.75rem;
+}
+
+h3, .h3 {
+ font-size: 1.5rem;
+}
+
+h4, .h4 {
+ font-size: 1.3rem;
+}
+
+h5, .h5 {
+ font-size: 1.1rem;
+}
+
+h6, .h6 {
+ font-size: 1rem;
+}
+
+.lead {
+ font-size: 1.25rem;
+ font-weight: 300;
+}
+
+.display-1 {
+ font-size: 6rem;
+ font-weight: 300;
+}
+
+.display-2 {
+ font-size: 5.5rem;
+ font-weight: 300;
+}
+
+.display-3 {
+ font-size: 4.5rem;
+ font-weight: 300;
+}
+
+.display-4 {
+ font-size: 3.5rem;
+ font-weight: 300;
+}
+
+hr {
+ margin-top: 1rem;
+ margin-bottom: 1rem;
+ border: 0;
+ border-top: 1px solid rgba(0, 0, 0, 0.1);
+}
+
+small,
+.small {
+ font-size: 80%;
+ font-weight: normal;
+}
+
+mark,
+.mark {
+ padding: 0.2em;
+ background-color: #ff754b;
+}
+
+.list-unstyled {
+ padding-left: 0;
+ list-style: none;
+}
+
+.list-inline {
+ padding-left: 0;
+ list-style: none;
+}
+
+.list-inline-item {
+ display: inline-block;
+}
+.list-inline-item:not(:last-child) {
+ margin-right: 5px;
+}
+
+.initialism {
+ font-size: 90%;
+ text-transform: uppercase;
+}
+
+.blockquote {
+ padding: 0.5rem 1rem;
+ margin-bottom: 1rem;
+ font-size: 1.25rem;
+ border-left: 0.25rem solid #eceeef;
+}
+
+.blockquote-footer {
+ display: block;
+ font-size: 80%;
+ color: #888888;
+}
+.blockquote-footer::before {
+ content: \"\\2014\\A0\";
+}
+
+.blockquote-reverse {
+ padding-right: 1rem;
+ padding-left: 0;
+ text-align: right;
+ border-right: 0.25rem solid #eceeef;
+ border-left: 0;
+}
+
+.blockquote-reverse .blockquote-footer::before {
+ content: \"\";
+}
+.blockquote-reverse .blockquote-footer::after {
+ content: \"\\A0\\2014\";
+}
+
+.img-fluid, .carousel-inner > .carousel-item > img,
+.carousel-inner > .carousel-item > a > img {
+ max-width: 100%;
+ height: auto;
+}
+
+.img-thumbnail {
+ padding: 0.25rem;
+ background-color: #fff;
+ border: 1px solid #ddd;
+ border-radius: 0.17rem;
+ transition: all 0.2s ease-in-out;
+ max-width: 100%;
+ height: auto;
+}
+
+.figure {
+ display: inline-block;
+}
+
+.figure-img {
+ margin-bottom: 0.5rem;
+ line-height: 1;
+}
+
+.figure-caption {
+ font-size: 90%;
+ color: #888888;
+}
+
+code,
+kbd,
+pre,
+samp {
+ font-family: Menlo, Monaco, Consolas, \"Liberation Mono\", \"Courier New\", monospace;
+}
+
+code {
+ padding: 0.2rem 0.4rem;
+ font-size: 90%;
+ color: #bd4147;
+ background-color: #f7f7f9;
+ border-radius: 0.17rem;
+}
+
+kbd {
+ padding: 0.2rem 0.4rem;
+ font-size: 90%;
+ color: #fff;
+ background-color: #333;
+ border-radius: 0.1rem;
+}
+kbd kbd {
+ padding: 0;
+ font-size: 100%;
+ font-weight: bold;
+}
+
+pre {
+ display: block;
+ margin-top: 0;
+ margin-bottom: 1rem;
+ font-size: 90%;
+ color: #373a3c;
+}
+pre code {
+ padding: 0;
+ font-size: inherit;
+ color: inherit;
+ background-color: transparent;
+ border-radius: 0;
+}
+
+.pre-scrollable {
+ max-height: 340px;
+ overflow-y: scroll;
+}
+
+.container {
+ margin-left: auto;
+ margin-right: auto;
+ /*padding-left: 15px;*/
+ /*padding-right: 15px;*/
+}
+@media (min-width: 576px) {
+ .container {
+ width: 540px;
+ max-width: 100%;
+ }
+}
+@media (min-width: 768px) {
+ .container {
+ width: 720px;
+ max-width: 100%;
+ }
+}
+@media (min-width: 992px) {
+ .container {
+ width: 960px;
+ max-width: 100%;
+ }
+}
+@media (min-width: 1200px) {
+ .container {
+ width: 1140px;
+ max-width: 100%;
+ }
+}
+
+.container-fluid {
+ margin-left: auto;
+ margin-right: auto;
+ padding-left: 15px;
+ padding-right: 15px;
+}
+
+.row {
+ display: flex;
+ flex-wrap: wrap;
+ margin-right: -15px;
+ margin-left: -15px;
+}
+@media (min-width: 576px) {
+ .row {
+ margin-right: -15px;
+ margin-left: -15px;
+ }
+}
+@media (min-width: 768px) {
+ .row {
+ margin-right: -15px;
+ margin-left: -15px;
+ }
+}
+@media (min-width: 992px) {
+ .row {
+ margin-right: -15px;
+ margin-left: -15px;
+ }
+}
+@media (min-width: 1200px) {
+ .row {
+ margin-right: -15px;
+ margin-left: -15px;
+ }
+}
+
+.col-xl-24, .col-xl-23, .col-xl-22, .col-xl-21, .col-xl-20, .col-xl-19, .col-xl-18, .col-xl-17, .col-xl-16, .col-xl-15, .col-xl-14, .col-xl-13, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-xl, .col-lg-24, .col-lg-23, .col-lg-22, .col-lg-21, .col-lg-20, .col-lg-19, .col-lg-18, .col-lg-17, .col-lg-16, .col-lg-15, .col-lg-14, .col-lg-13, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-lg, .col-md-24, .col-md-23, .col-md-22, .col-md-21, .col-md-20, .col-md-19, .col-md-18, .col-md-17, .col-md-16, .col-md-15, .col-md-14, .col-md-13, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-md, .col-sm-24, .col-sm-23, .col-sm-22, .col-sm-21, .col-sm-20, .col-sm-19, .col-sm-18, .col-sm-17, .col-sm-16, .col-sm-15, .col-sm-14, .col-sm-13, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col-sm, .col-xs-24, .col-xs-23, .col-xs-22, .col-xs-21, .col-xs-20, .col-xs-19, .col-xs-18, .col-xs-17, .col-xs-16, .col-xs-15, .col-xs-14, .col-xs-13, .col-xs-12, .col-xs-11, .col-xs-10, .col-xs-9, .col-xs-8, .col-xs-7, .col-xs-6, .col-xs-5, .col-xs-4, .col-xs-3, .col-xs-2, .col-xs-1, .col-xs {
+ position: relative;
+ min-height: 1px;
+ width: 100%;
+ padding-right: 15px;
+ padding-left: 15px;
+}
+@media (min-width: 576px) {
+ .col-xl-24, .col-xl-23, .col-xl-22, .col-xl-21, .col-xl-20, .col-xl-19, .col-xl-18, .col-xl-17, .col-xl-16, .col-xl-15, .col-xl-14, .col-xl-13, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-xl, .col-lg-24, .col-lg-23, .col-lg-22, .col-lg-21, .col-lg-20, .col-lg-19, .col-lg-18, .col-lg-17, .col-lg-16, .col-lg-15, .col-lg-14, .col-lg-13, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-lg, .col-md-24, .col-md-23, .col-md-22, .col-md-21, .col-md-20, .col-md-19, .col-md-18, .col-md-17, .col-md-16, .col-md-15, .col-md-14, .col-md-13, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-md, .col-sm-24, .col-sm-23, .col-sm-22, .col-sm-21, .col-sm-20, .col-sm-19, .col-sm-18, .col-sm-17, .col-sm-16, .col-sm-15, .col-sm-14, .col-sm-13, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col-sm, .col-xs-24, .col-xs-23, .col-xs-22, .col-xs-21, .col-xs-20, .col-xs-19, .col-xs-18, .col-xs-17, .col-xs-16, .col-xs-15, .col-xs-14, .col-xs-13, .col-xs-12, .col-xs-11, .col-xs-10, .col-xs-9, .col-xs-8, .col-xs-7, .col-xs-6, .col-xs-5, .col-xs-4, .col-xs-3, .col-xs-2, .col-xs-1, .col-xs {
+ padding-right: 15px;
+ padding-left: 15px;
+ }
+}
+@media (min-width: 768px) {
+ .col-xl-24, .col-xl-23, .col-xl-22, .col-xl-21, .col-xl-20, .col-xl-19, .col-xl-18, .col-xl-17, .col-xl-16, .col-xl-15, .col-xl-14, .col-xl-13, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-xl, .col-lg-24, .col-lg-23, .col-lg-22, .col-lg-21, .col-lg-20, .col-lg-19, .col-lg-18, .col-lg-17, .col-lg-16, .col-lg-15, .col-lg-14, .col-lg-13, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-lg, .col-md-24, .col-md-23, .col-md-22, .col-md-21, .col-md-20, .col-md-19, .col-md-18, .col-md-17, .col-md-16, .col-md-15, .col-md-14, .col-md-13, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-md, .col-sm-24, .col-sm-23, .col-sm-22, .col-sm-21, .col-sm-20, .col-sm-19, .col-sm-18, .col-sm-17, .col-sm-16, .col-sm-15, .col-sm-14, .col-sm-13, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col-sm, .col-xs-24, .col-xs-23, .col-xs-22, .col-xs-21, .col-xs-20, .col-xs-19, .col-xs-18, .col-xs-17, .col-xs-16, .col-xs-15, .col-xs-14, .col-xs-13, .col-xs-12, .col-xs-11, .col-xs-10, .col-xs-9, .col-xs-8, .col-xs-7, .col-xs-6, .col-xs-5, .col-xs-4, .col-xs-3, .col-xs-2, .col-xs-1, .col-xs {
+ padding-right: 15px;
+ padding-left: 15px;
+ }
+}
+@media (min-width: 992px) {
+ .col-xl-24, .col-xl-23, .col-xl-22, .col-xl-21, .col-xl-20, .col-xl-19, .col-xl-18, .col-xl-17, .col-xl-16, .col-xl-15, .col-xl-14, .col-xl-13, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-xl, .col-lg-24, .col-lg-23, .col-lg-22, .col-lg-21, .col-lg-20, .col-lg-19, .col-lg-18, .col-lg-17, .col-lg-16, .col-lg-15, .col-lg-14, .col-lg-13, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-lg, .col-md-24, .col-md-23, .col-md-22, .col-md-21, .col-md-20, .col-md-19, .col-md-18, .col-md-17, .col-md-16, .col-md-15, .col-md-14, .col-md-13, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-md, .col-sm-24, .col-sm-23, .col-sm-22, .col-sm-21, .col-sm-20, .col-sm-19, .col-sm-18, .col-sm-17, .col-sm-16, .col-sm-15, .col-sm-14, .col-sm-13, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col-sm, .col-xs-24, .col-xs-23, .col-xs-22, .col-xs-21, .col-xs-20, .col-xs-19, .col-xs-18, .col-xs-17, .col-xs-16, .col-xs-15, .col-xs-14, .col-xs-13, .col-xs-12, .col-xs-11, .col-xs-10, .col-xs-9, .col-xs-8, .col-xs-7, .col-xs-6, .col-xs-5, .col-xs-4, .col-xs-3, .col-xs-2, .col-xs-1, .col-xs {
+ padding-right: 15px;
+ padding-left: 15px;
+ }
+}
+@media (min-width: 1200px) {
+ .col-xl-24, .col-xl-23, .col-xl-22, .col-xl-21, .col-xl-20, .col-xl-19, .col-xl-18, .col-xl-17, .col-xl-16, .col-xl-15, .col-xl-14, .col-xl-13, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-xl, .col-lg-24, .col-lg-23, .col-lg-22, .col-lg-21, .col-lg-20, .col-lg-19, .col-lg-18, .col-lg-17, .col-lg-16, .col-lg-15, .col-lg-14, .col-lg-13, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-lg, .col-md-24, .col-md-23, .col-md-22, .col-md-21, .col-md-20, .col-md-19, .col-md-18, .col-md-17, .col-md-16, .col-md-15, .col-md-14, .col-md-13, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-md, .col-sm-24, .col-sm-23, .col-sm-22, .col-sm-21, .col-sm-20, .col-sm-19, .col-sm-18, .col-sm-17, .col-sm-16, .col-sm-15, .col-sm-14, .col-sm-13, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col-sm, .col-xs-24, .col-xs-23, .col-xs-22, .col-xs-21, .col-xs-20, .col-xs-19, .col-xs-18, .col-xs-17, .col-xs-16, .col-xs-15, .col-xs-14, .col-xs-13, .col-xs-12, .col-xs-11, .col-xs-10, .col-xs-9, .col-xs-8, .col-xs-7, .col-xs-6, .col-xs-5, .col-xs-4, .col-xs-3, .col-xs-2, .col-xs-1, .col-xs {
+ padding-right: 15px;
+ padding-left: 15px;
+ }
+}
+
+.col-xs {
+ flex-basis: 0;
+ flex-grow: 1;
+ max-width: 100%;
+}
+
+.col-xs-1 {
+ flex: 0 0 4.1666666667%;
+ max-width: 4.1666666667%;
+}
+
+.col-xs-2 {
+ flex: 0 0 8.3333333333%;
+ max-width: 8.3333333333%;
+}
+
+.col-xs-3 {
+ flex: 0 0 12.5%;
+ max-width: 12.5%;
+}
+
+.col-xs-4 {
+ flex: 0 0 16.6666666667%;
+ max-width: 16.6666666667%;
+}
+
+.col-xs-5 {
+ flex: 0 0 20.8333333333%;
+ max-width: 20.8333333333%;
+}
+
+.col-xs-6 {
+ flex: 0 0 25%;
+ max-width: 25%;
+}
+
+.col-xs-7 {
+ flex: 0 0 29.1666666667%;
+ max-width: 29.1666666667%;
+}
+
+.col-xs-8 {
+ flex: 0 0 33.3333333333%;
+ max-width: 33.3333333333%;
+}
+
+.col-xs-9 {
+ flex: 0 0 37.5%;
+ max-width: 37.5%;
+}
+
+.col-xs-10 {
+ flex: 0 0 41.6666666667%;
+ max-width: 41.6666666667%;
+}
+
+.col-xs-11 {
+ flex: 0 0 45.8333333333%;
+ max-width: 45.8333333333%;
+}
+
+.col-xs-12 {
+ flex: 0 0 50%;
+ max-width: 50%;
+}
+
+.col-xs-13 {
+ flex: 0 0 54.1666666667%;
+ max-width: 54.1666666667%;
+}
+
+.col-xs-14 {
+ flex: 0 0 58.3333333333%;
+ max-width: 58.3333333333%;
+}
+
+.col-xs-15 {
+ flex: 0 0 62.5%;
+ max-width: 62.5%;
+}
+
+.col-xs-16 {
+ flex: 0 0 66.6666666667%;
+ max-width: 66.6666666667%;
+}
+
+.col-xs-17 {
+ flex: 0 0 70.8333333333%;
+ max-width: 70.8333333333%;
+}
+
+.col-xs-18 {
+ flex: 0 0 75%;
+ max-width: 75%;
+}
+
+.col-xs-19 {
+ flex: 0 0 79.1666666667%;
+ max-width: 79.1666666667%;
+}
+
+.col-xs-20 {
+ flex: 0 0 83.3333333333%;
+ max-width: 83.3333333333%;
+}
+
+.col-xs-21 {
+ flex: 0 0 87.5%;
+ max-width: 87.5%;
+}
+
+.col-xs-22 {
+ flex: 0 0 91.6666666667%;
+ max-width: 91.6666666667%;
+}
+
+.col-xs-23 {
+ flex: 0 0 95.8333333333%;
+ max-width: 95.8333333333%;
+}
+
+.col-xs-24 {
+ flex: 0 0 100%;
+ max-width: 100%;
+}
+
+.pull-xs-0 {
+ right: auto;
+}
+
+.pull-xs-1 {
+ right: 4.1666666667%;
+}
+
+.pull-xs-2 {
+ right: 8.3333333333%;
+}
+
+.pull-xs-3 {
+ right: 12.5%;
+}
+
+.pull-xs-4 {
+ right: 16.6666666667%;
+}
+
+.pull-xs-5 {
+ right: 20.8333333333%;
+}
+
+.pull-xs-6 {
+ right: 25%;
+}
+
+.pull-xs-7 {
+ right: 29.1666666667%;
+}
+
+.pull-xs-8 {
+ right: 33.3333333333%;
+}
+
+.pull-xs-9 {
+ right: 37.5%;
+}
+
+.pull-xs-10 {
+ right: 41.6666666667%;
+}
+
+.pull-xs-11 {
+ right: 45.8333333333%;
+}
+
+.pull-xs-12 {
+ right: 50%;
+}
+
+.pull-xs-13 {
+ right: 54.1666666667%;
+}
+
+.pull-xs-14 {
+ right: 58.3333333333%;
+}
+
+.pull-xs-15 {
+ right: 62.5%;
+}
+
+.pull-xs-16 {
+ right: 66.6666666667%;
+}
+
+.pull-xs-17 {
+ right: 70.8333333333%;
+}
+
+.pull-xs-18 {
+ right: 75%;
+}
+
+.pull-xs-19 {
+ right: 79.1666666667%;
+}
+
+.pull-xs-20 {
+ right: 83.3333333333%;
+}
+
+.pull-xs-21 {
+ right: 87.5%;
+}
+
+.pull-xs-22 {
+ right: 91.6666666667%;
+}
+
+.pull-xs-23 {
+ right: 95.8333333333%;
+}
+
+.pull-xs-24 {
+ right: 100%;
+}
+
+.push-xs-0 {
+ left: auto;
+}
+
+.push-xs-1 {
+ left: 4.1666666667%;
+}
+
+.push-xs-2 {
+ left: 8.3333333333%;
+}
+
+.push-xs-3 {
+ left: 12.5%;
+}
+
+.push-xs-4 {
+ left: 16.6666666667%;
+}
+
+.push-xs-5 {
+ left: 20.8333333333%;
+}
+
+.push-xs-6 {
+ left: 25%;
+}
+
+.push-xs-7 {
+ left: 29.1666666667%;
+}
+
+.push-xs-8 {
+ left: 33.3333333333%;
+}
+
+.push-xs-9 {
+ left: 37.5%;
+}
+
+.push-xs-10 {
+ left: 41.6666666667%;
+}
+
+.push-xs-11 {
+ left: 45.8333333333%;
+}
+
+.push-xs-12 {
+ left: 50%;
+}
+
+.push-xs-13 {
+ left: 54.1666666667%;
+}
+
+.push-xs-14 {
+ left: 58.3333333333%;
+}
+
+.push-xs-15 {
+ left: 62.5%;
+}
+
+.push-xs-16 {
+ left: 66.6666666667%;
+}
+
+.push-xs-17 {
+ left: 70.8333333333%;
+}
+
+.push-xs-18 {
+ left: 75%;
+}
+
+.push-xs-19 {
+ left: 79.1666666667%;
+}
+
+.push-xs-20 {
+ left: 83.3333333333%;
+}
+
+.push-xs-21 {
+ left: 87.5%;
+}
+
+.push-xs-22 {
+ left: 91.6666666667%;
+}
+
+.push-xs-23 {
+ left: 95.8333333333%;
+}
+
+.push-xs-24 {
+ left: 100%;
+}
+
+.offset-xs-1 {
+ margin-left: 4.1666666667%;
+}
+
+.offset-xs-2 {
+ margin-left: 8.3333333333%;
+}
+
+.offset-xs-3 {
+ margin-left: 12.5%;
+}
+
+.offset-xs-4 {
+ margin-left: 16.6666666667%;
+}
+
+.offset-xs-5 {
+ margin-left: 20.8333333333%;
+}
+
+.offset-xs-6 {
+ margin-left: 25%;
+}
+
+.offset-xs-7 {
+ margin-left: 29.1666666667%;
+}
+
+.offset-xs-8 {
+ margin-left: 33.3333333333%;
+}
+
+.offset-xs-9 {
+ margin-left: 37.5%;
+}
+
+.offset-xs-10 {
+ margin-left: 41.6666666667%;
+}
+
+.offset-xs-11 {
+ margin-left: 45.8333333333%;
+}
+
+.offset-xs-12 {
+ margin-left: 50%;
+}
+
+.offset-xs-13 {
+ margin-left: 54.1666666667%;
+}
+
+.offset-xs-14 {
+ margin-left: 58.3333333333%;
+}
+
+.offset-xs-15 {
+ margin-left: 62.5%;
+}
+
+.offset-xs-16 {
+ margin-left: 66.6666666667%;
+}
+
+.offset-xs-17 {
+ margin-left: 70.8333333333%;
+}
+
+.offset-xs-18 {
+ margin-left: 75%;
+}
+
+.offset-xs-19 {
+ margin-left: 79.1666666667%;
+}
+
+.offset-xs-20 {
+ margin-left: 83.3333333333%;
+}
+
+.offset-xs-21 {
+ margin-left: 87.5%;
+}
+
+.offset-xs-22 {
+ margin-left: 91.6666666667%;
+}
+
+.offset-xs-23 {
+ margin-left: 95.8333333333%;
+}
+
+@media (min-width: 576px) {
+ .col-sm {
+ flex-basis: 0;
+ flex-grow: 1;
+ max-width: 100%;
+ }
+
+ .col-sm-1 {
+ flex: 0 0 4.1666666667%;
+ max-width: 4.1666666667%;
+ }
+
+ .col-sm-2 {
+ flex: 0 0 8.3333333333%;
+ max-width: 8.3333333333%;
+ }
+
+ .col-sm-3 {
+ flex: 0 0 12.5%;
+ max-width: 12.5%;
+ }
+
+ .col-sm-4 {
+ flex: 0 0 16.6666666667%;
+ max-width: 16.6666666667%;
+ }
+
+ .col-sm-5 {
+ flex: 0 0 20.8333333333%;
+ max-width: 20.8333333333%;
+ }
+
+ .col-sm-6 {
+ flex: 0 0 25%;
+ max-width: 25%;
+ }
+
+ .col-sm-7 {
+ flex: 0 0 29.1666666667%;
+ max-width: 29.1666666667%;
+ }
+
+ .col-sm-8 {
+ flex: 0 0 33.3333333333%;
+ max-width: 33.3333333333%;
+ }
+
+ .col-sm-9 {
+ flex: 0 0 37.5%;
+ max-width: 37.5%;
+ }
+
+ .col-sm-10 {
+ flex: 0 0 41.6666666667%;
+ max-width: 41.6666666667%;
+ }
+
+ .col-sm-11 {
+ flex: 0 0 45.8333333333%;
+ max-width: 45.8333333333%;
+ }
+
+ .col-sm-12 {
+ flex: 0 0 50%;
+ max-width: 50%;
+ }
+
+ .col-sm-13 {
+ flex: 0 0 54.1666666667%;
+ max-width: 54.1666666667%;
+ }
+
+ .col-sm-14 {
+ flex: 0 0 58.3333333333%;
+ max-width: 58.3333333333%;
+ }
+
+ .col-sm-15 {
+ flex: 0 0 62.5%;
+ max-width: 62.5%;
+ }
+
+ .col-sm-16 {
+ flex: 0 0 66.6666666667%;
+ max-width: 66.6666666667%;
+ }
+
+ .col-sm-17 {
+ flex: 0 0 70.8333333333%;
+ max-width: 70.8333333333%;
+ }
+
+ .col-sm-18 {
+ flex: 0 0 75%;
+ max-width: 75%;
+ }
+
+ .col-sm-19 {
+ flex: 0 0 79.1666666667%;
+ max-width: 79.1666666667%;
+ }
+
+ .col-sm-20 {
+ flex: 0 0 83.3333333333%;
+ max-width: 83.3333333333%;
+ }
+
+ .col-sm-21 {
+ flex: 0 0 87.5%;
+ max-width: 87.5%;
+ }
+
+ .col-sm-22 {
+ flex: 0 0 91.6666666667%;
+ max-width: 91.6666666667%;
+ }
+
+ .col-sm-23 {
+ flex: 0 0 95.8333333333%;
+ max-width: 95.8333333333%;
+ }
+
+ .col-sm-24 {
+ flex: 0 0 100%;
+ max-width: 100%;
+ }
+
+ .pull-sm-0 {
+ right: auto;
+ }
+
+ .pull-sm-1 {
+ right: 4.1666666667%;
+ }
+
+ .pull-sm-2 {
+ right: 8.3333333333%;
+ }
+
+ .pull-sm-3 {
+ right: 12.5%;
+ }
+
+ .pull-sm-4 {
+ right: 16.6666666667%;
+ }
+
+ .pull-sm-5 {
+ right: 20.8333333333%;
+ }
+
+ .pull-sm-6 {
+ right: 25%;
+ }
+
+ .pull-sm-7 {
+ right: 29.1666666667%;
+ }
+
+ .pull-sm-8 {
+ right: 33.3333333333%;
+ }
+
+ .pull-sm-9 {
+ right: 37.5%;
+ }
+
+ .pull-sm-10 {
+ right: 41.6666666667%;
+ }
+
+ .pull-sm-11 {
+ right: 45.8333333333%;
+ }
+
+ .pull-sm-12 {
+ right: 50%;
+ }
+
+ .pull-sm-13 {
+ right: 54.1666666667%;
+ }
+
+ .pull-sm-14 {
+ right: 58.3333333333%;
+ }
+
+ .pull-sm-15 {
+ right: 62.5%;
+ }
+
+ .pull-sm-16 {
+ right: 66.6666666667%;
+ }
+
+ .pull-sm-17 {
+ right: 70.8333333333%;
+ }
+
+ .pull-sm-18 {
+ right: 75%;
+ }
+
+ .pull-sm-19 {
+ right: 79.1666666667%;
+ }
+
+ .pull-sm-20 {
+ right: 83.3333333333%;
+ }
+
+ .pull-sm-21 {
+ right: 87.5%;
+ }
+
+ .pull-sm-22 {
+ right: 91.6666666667%;
+ }
+
+ .pull-sm-23 {
+ right: 95.8333333333%;
+ }
+
+ .pull-sm-24 {
+ right: 100%;
+ }
+
+ .push-sm-0 {
+ left: auto;
+ }
+
+ .push-sm-1 {
+ left: 4.1666666667%;
+ }
+
+ .push-sm-2 {
+ left: 8.3333333333%;
+ }
+
+ .push-sm-3 {
+ left: 12.5%;
+ }
+
+ .push-sm-4 {
+ left: 16.6666666667%;
+ }
+
+ .push-sm-5 {
+ left: 20.8333333333%;
+ }
+
+ .push-sm-6 {
+ left: 25%;
+ }
+
+ .push-sm-7 {
+ left: 29.1666666667%;
+ }
+
+ .push-sm-8 {
+ left: 33.3333333333%;
+ }
+
+ .push-sm-9 {
+ left: 37.5%;
+ }
+
+ .push-sm-10 {
+ left: 41.6666666667%;
+ }
+
+ .push-sm-11 {
+ left: 45.8333333333%;
+ }
+
+ .push-sm-12 {
+ left: 50%;
+ }
+
+ .push-sm-13 {
+ left: 54.1666666667%;
+ }
+
+ .push-sm-14 {
+ left: 58.3333333333%;
+ }
+
+ .push-sm-15 {
+ left: 62.5%;
+ }
+
+ .push-sm-16 {
+ left: 66.6666666667%;
+ }
+
+ .push-sm-17 {
+ left: 70.8333333333%;
+ }
+
+ .push-sm-18 {
+ left: 75%;
+ }
+
+ .push-sm-19 {
+ left: 79.1666666667%;
+ }
+
+ .push-sm-20 {
+ left: 83.3333333333%;
+ }
+
+ .push-sm-21 {
+ left: 87.5%;
+ }
+
+ .push-sm-22 {
+ left: 91.6666666667%;
+ }
+
+ .push-sm-23 {
+ left: 95.8333333333%;
+ }
+
+ .push-sm-24 {
+ left: 100%;
+ }
+
+ .offset-sm-0 {
+ margin-left: 0%;
+ }
+
+ .offset-sm-1 {
+ margin-left: 4.1666666667%;
+ }
+
+ .offset-sm-2 {
+ margin-left: 8.3333333333%;
+ }
+
+ .offset-sm-3 {
+ margin-left: 12.5%;
+ }
+
+ .offset-sm-4 {
+ margin-left: 16.6666666667%;
+ }
+
+ .offset-sm-5 {
+ margin-left: 20.8333333333%;
+ }
+
+ .offset-sm-6 {
+ margin-left: 25%;
+ }
+
+ .offset-sm-7 {
+ margin-left: 29.1666666667%;
+ }
+
+ .offset-sm-8 {
+ margin-left: 33.3333333333%;
+ }
+
+ .offset-sm-9 {
+ margin-left: 37.5%;
+ }
+
+ .offset-sm-10 {
+ margin-left: 41.6666666667%;
+ }
+
+ .offset-sm-11 {
+ margin-left: 45.8333333333%;
+ }
+
+ .offset-sm-12 {
+ margin-left: 50%;
+ }
+
+ .offset-sm-13 {
+ margin-left: 54.1666666667%;
+ }
+
+ .offset-sm-14 {
+ margin-left: 58.3333333333%;
+ }
+
+ .offset-sm-15 {
+ margin-left: 62.5%;
+ }
+
+ .offset-sm-16 {
+ margin-left: 66.6666666667%;
+ }
+
+ .offset-sm-17 {
+ margin-left: 70.8333333333%;
+ }
+
+ .offset-sm-18 {
+ margin-left: 75%;
+ }
+
+ .offset-sm-19 {
+ margin-left: 79.1666666667%;
+ }
+
+ .offset-sm-20 {
+ margin-left: 83.3333333333%;
+ }
+
+ .offset-sm-21 {
+ margin-left: 87.5%;
+ }
+
+ .offset-sm-22 {
+ margin-left: 91.6666666667%;
+ }
+
+ .offset-sm-23 {
+ margin-left: 95.8333333333%;
+ }
+}
+@media (min-width: 768px) {
+ .col-md {
+ flex-basis: 0;
+ flex-grow: 1;
+ max-width: 100%;
+ }
+
+ .col-md-1 {
+ flex: 0 0 4.1666666667%;
+ max-width: 4.1666666667%;
+ }
+
+ .col-md-2 {
+ flex: 0 0 8.3333333333%;
+ max-width: 8.3333333333%;
+ }
+
+ .col-md-3 {
+ flex: 0 0 12.5%;
+ max-width: 12.5%;
+ }
+
+ .col-md-4 {
+ flex: 0 0 16.6666666667%;
+ max-width: 16.6666666667%;
+ }
+
+ .col-md-5 {
+ flex: 0 0 20.8333333333%;
+ max-width: 20.8333333333%;
+ }
+
+ .col-md-6 {
+ flex: 0 0 25%;
+ max-width: 25%;
+ }
+
+ .col-md-7 {
+ flex: 0 0 29.1666666667%;
+ max-width: 29.1666666667%;
+ }
+
+ .col-md-8 {
+ flex: 0 0 33.3333333333%;
+ max-width: 33.3333333333%;
+ }
+
+ .col-md-9 {
+ flex: 0 0 37.5%;
+ max-width: 37.5%;
+ }
+
+ .col-md-10 {
+ flex: 0 0 41.6666666667%;
+ max-width: 41.6666666667%;
+ }
+
+ .col-md-11 {
+ flex: 0 0 45.8333333333%;
+ max-width: 45.8333333333%;
+ }
+
+ .col-md-12 {
+ flex: 0 0 50%;
+ max-width: 50%;
+ }
+
+ .col-md-13 {
+ flex: 0 0 54.1666666667%;
+ max-width: 54.1666666667%;
+ }
+
+ .col-md-14 {
+ flex: 0 0 58.3333333333%;
+ max-width: 58.3333333333%;
+ }
+
+ .col-md-15 {
+ flex: 0 0 62.5%;
+ max-width: 62.5%;
+ }
+
+ .col-md-16 {
+ flex: 0 0 66.6666666667%;
+ max-width: 66.6666666667%;
+ }
+
+ .col-md-17 {
+ flex: 0 0 70.8333333333%;
+ max-width: 70.8333333333%;
+ }
+
+ .col-md-18 {
+ flex: 0 0 75%;
+ max-width: 75%;
+ }
+
+ .col-md-19 {
+ flex: 0 0 79.1666666667%;
+ max-width: 79.1666666667%;
+ }
+
+ .col-md-20 {
+ flex: 0 0 83.3333333333%;
+ max-width: 83.3333333333%;
+ }
+
+ .col-md-21 {
+ flex: 0 0 87.5%;
+ max-width: 87.5%;
+ }
+
+ .col-md-22 {
+ flex: 0 0 91.6666666667%;
+ max-width: 91.6666666667%;
+ }
+
+ .col-md-23 {
+ flex: 0 0 95.8333333333%;
+ max-width: 95.8333333333%;
+ }
+
+ .col-md-24 {
+ flex: 0 0 100%;
+ max-width: 100%;
+ }
+
+ .pull-md-0 {
+ right: auto;
+ }
+
+ .pull-md-1 {
+ right: 4.1666666667%;
+ }
+
+ .pull-md-2 {
+ right: 8.3333333333%;
+ }
+
+ .pull-md-3 {
+ right: 12.5%;
+ }
+
+ .pull-md-4 {
+ right: 16.6666666667%;
+ }
+
+ .pull-md-5 {
+ right: 20.8333333333%;
+ }
+
+ .pull-md-6 {
+ right: 25%;
+ }
+
+ .pull-md-7 {
+ right: 29.1666666667%;
+ }
+
+ .pull-md-8 {
+ right: 33.3333333333%;
+ }
+
+ .pull-md-9 {
+ right: 37.5%;
+ }
+
+ .pull-md-10 {
+ right: 41.6666666667%;
+ }
+
+ .pull-md-11 {
+ right: 45.8333333333%;
+ }
+
+ .pull-md-12 {
+ right: 50%;
+ }
+
+ .pull-md-13 {
+ right: 54.1666666667%;
+ }
+
+ .pull-md-14 {
+ right: 58.3333333333%;
+ }
+
+ .pull-md-15 {
+ right: 62.5%;
+ }
+
+ .pull-md-16 {
+ right: 66.6666666667%;
+ }
+
+ .pull-md-17 {
+ right: 70.8333333333%;
+ }
+
+ .pull-md-18 {
+ right: 75%;
+ }
+
+ .pull-md-19 {
+ right: 79.1666666667%;
+ }
+
+ .pull-md-20 {
+ right: 83.3333333333%;
+ }
+
+ .pull-md-21 {
+ right: 87.5%;
+ }
+
+ .pull-md-22 {
+ right: 91.6666666667%;
+ }
+
+ .pull-md-23 {
+ right: 95.8333333333%;
+ }
+
+ .pull-md-24 {
+ right: 100%;
+ }
+
+ .push-md-0 {
+ left: auto;
+ }
+
+ .push-md-1 {
+ left: 4.1666666667%;
+ }
+
+ .push-md-2 {
+ left: 8.3333333333%;
+ }
+
+ .push-md-3 {
+ left: 12.5%;
+ }
+
+ .push-md-4 {
+ left: 16.6666666667%;
+ }
+
+ .push-md-5 {
+ left: 20.8333333333%;
+ }
+
+ .push-md-6 {
+ left: 25%;
+ }
+
+ .push-md-7 {
+ left: 29.1666666667%;
+ }
+
+ .push-md-8 {
+ left: 33.3333333333%;
+ }
+
+ .push-md-9 {
+ left: 37.5%;
+ }
+
+ .push-md-10 {
+ left: 41.6666666667%;
+ }
+
+ .push-md-11 {
+ left: 45.8333333333%;
+ }
+
+ .push-md-12 {
+ left: 50%;
+ }
+
+ .push-md-13 {
+ left: 54.1666666667%;
+ }
+
+ .push-md-14 {
+ left: 58.3333333333%;
+ }
+
+ .push-md-15 {
+ left: 62.5%;
+ }
+
+ .push-md-16 {
+ left: 66.6666666667%;
+ }
+
+ .push-md-17 {
+ left: 70.8333333333%;
+ }
+
+ .push-md-18 {
+ left: 75%;
+ }
+
+ .push-md-19 {
+ left: 79.1666666667%;
+ }
+
+ .push-md-20 {
+ left: 83.3333333333%;
+ }
+
+ .push-md-21 {
+ left: 87.5%;
+ }
+
+ .push-md-22 {
+ left: 91.6666666667%;
+ }
+
+ .push-md-23 {
+ left: 95.8333333333%;
+ }
+
+ .push-md-24 {
+ left: 100%;
+ }
+
+ .offset-md-0 {
+ margin-left: 0%;
+ }
+
+ .offset-md-1 {
+ margin-left: 4.1666666667%;
+ }
+
+ .offset-md-2 {
+ margin-left: 8.3333333333%;
+ }
+
+ .offset-md-3 {
+ margin-left: 12.5%;
+ }
+
+ .offset-md-4 {
+ margin-left: 16.6666666667%;
+ }
+
+ .offset-md-5 {
+ margin-left: 20.8333333333%;
+ }
+
+ .offset-md-6 {
+ margin-left: 25%;
+ }
+
+ .offset-md-7 {
+ margin-left: 29.1666666667%;
+ }
+
+ .offset-md-8 {
+ margin-left: 33.3333333333%;
+ }
+
+ .offset-md-9 {
+ margin-left: 37.5%;
+ }
+
+ .offset-md-10 {
+ margin-left: 41.6666666667%;
+ }
+
+ .offset-md-11 {
+ margin-left: 45.8333333333%;
+ }
+
+ .offset-md-12 {
+ margin-left: 50%;
+ }
+
+ .offset-md-13 {
+ margin-left: 54.1666666667%;
+ }
+
+ .offset-md-14 {
+ margin-left: 58.3333333333%;
+ }
+
+ .offset-md-15 {
+ margin-left: 62.5%;
+ }
+
+ .offset-md-16 {
+ margin-left: 66.6666666667%;
+ }
+
+ .offset-md-17 {
+ margin-left: 70.8333333333%;
+ }
+
+ .offset-md-18 {
+ margin-left: 75%;
+ }
+
+ .offset-md-19 {
+ margin-left: 79.1666666667%;
+ }
+
+ .offset-md-20 {
+ margin-left: 83.3333333333%;
+ }
+
+ .offset-md-21 {
+ margin-left: 87.5%;
+ }
+
+ .offset-md-22 {
+ margin-left: 91.6666666667%;
+ }
+
+ .offset-md-23 {
+ margin-left: 95.8333333333%;
+ }
+}
+@media (min-width: 992px) {
+ .col-lg {
+ flex-basis: 0;
+ flex-grow: 1;
+ max-width: 100%;
+ }
+
+ .col-lg-1 {
+ flex: 0 0 4.1666666667%;
+ max-width: 4.1666666667%;
+ }
+
+ .col-lg-2 {
+ flex: 0 0 8.3333333333%;
+ max-width: 8.3333333333%;
+ }
+
+ .col-lg-3 {
+ flex: 0 0 12.5%;
+ max-width: 12.5%;
+ }
+
+ .col-lg-4 {
+ flex: 0 0 16.6666666667%;
+ max-width: 16.6666666667%;
+ }
+
+ .col-lg-5 {
+ flex: 0 0 20.8333333333%;
+ max-width: 20.8333333333%;
+ }
+
+ .col-lg-6 {
+ flex: 0 0 25%;
+ max-width: 25%;
+ }
+
+ .col-lg-7 {
+ flex: 0 0 29.1666666667%;
+ max-width: 29.1666666667%;
+ }
+
+ .col-lg-8 {
+ flex: 0 0 33.3333333333%;
+ max-width: 33.3333333333%;
+ }
+
+ .col-lg-9 {
+ flex: 0 0 37.5%;
+ max-width: 37.5%;
+ }
+
+ .col-lg-10 {
+ flex: 0 0 41.6666666667%;
+ max-width: 41.6666666667%;
+ }
+
+ .col-lg-11 {
+ flex: 0 0 45.8333333333%;
+ max-width: 45.8333333333%;
+ }
+
+ .col-lg-12 {
+ flex: 0 0 50%;
+ max-width: 50%;
+ }
+
+ .col-lg-13 {
+ flex: 0 0 54.1666666667%;
+ max-width: 54.1666666667%;
+ }
+
+ .col-lg-14 {
+ flex: 0 0 58.3333333333%;
+ max-width: 58.3333333333%;
+ }
+
+ .col-lg-15 {
+ flex: 0 0 62.5%;
+ max-width: 62.5%;
+ }
+
+ .col-lg-16 {
+ flex: 0 0 66.6666666667%;
+ max-width: 66.6666666667%;
+ }
+
+ .col-lg-17 {
+ flex: 0 0 70.8333333333%;
+ max-width: 70.8333333333%;
+ }
+
+ .col-lg-18 {
+ flex: 0 0 75%;
+ max-width: 75%;
+ }
+
+ .col-lg-19 {
+ flex: 0 0 79.1666666667%;
+ max-width: 79.1666666667%;
+ }
+
+ .col-lg-20 {
+ flex: 0 0 83.3333333333%;
+ max-width: 83.3333333333%;
+ }
+
+ .col-lg-21 {
+ flex: 0 0 87.5%;
+ max-width: 87.5%;
+ }
+
+ .col-lg-22 {
+ flex: 0 0 91.6666666667%;
+ max-width: 91.6666666667%;
+ }
+
+ .col-lg-23 {
+ flex: 0 0 95.8333333333%;
+ max-width: 95.8333333333%;
+ }
+
+ .col-lg-24 {
+ flex: 0 0 100%;
+ max-width: 100%;
+ }
+
+ .pull-lg-0 {
+ right: auto;
+ }
+
+ .pull-lg-1 {
+ right: 4.1666666667%;
+ }
+
+ .pull-lg-2 {
+ right: 8.3333333333%;
+ }
+
+ .pull-lg-3 {
+ right: 12.5%;
+ }
+
+ .pull-lg-4 {
+ right: 16.6666666667%;
+ }
+
+ .pull-lg-5 {
+ right: 20.8333333333%;
+ }
+
+ .pull-lg-6 {
+ right: 25%;
+ }
+
+ .pull-lg-7 {
+ right: 29.1666666667%;
+ }
+
+ .pull-lg-8 {
+ right: 33.3333333333%;
+ }
+
+ .pull-lg-9 {
+ right: 37.5%;
+ }
+
+ .pull-lg-10 {
+ right: 41.6666666667%;
+ }
+
+ .pull-lg-11 {
+ right: 45.8333333333%;
+ }
+
+ .pull-lg-12 {
+ right: 50%;
+ }
+
+ .pull-lg-13 {
+ right: 54.1666666667%;
+ }
+
+ .pull-lg-14 {
+ right: 58.3333333333%;
+ }
+
+ .pull-lg-15 {
+ right: 62.5%;
+ }
+
+ .pull-lg-16 {
+ right: 66.6666666667%;
+ }
+
+ .pull-lg-17 {
+ right: 70.8333333333%;
+ }
+
+ .pull-lg-18 {
+ right: 75%;
+ }
+
+ .pull-lg-19 {
+ right: 79.1666666667%;
+ }
+
+ .pull-lg-20 {
+ right: 83.3333333333%;
+ }
+
+ .pull-lg-21 {
+ right: 87.5%;
+ }
+
+ .pull-lg-22 {
+ right: 91.6666666667%;
+ }
+
+ .pull-lg-23 {
+ right: 95.8333333333%;
+ }
+
+ .pull-lg-24 {
+ right: 100%;
+ }
+
+ .push-lg-0 {
+ left: auto;
+ }
+
+ .push-lg-1 {
+ left: 4.1666666667%;
+ }
+
+ .push-lg-2 {
+ left: 8.3333333333%;
+ }
+
+ .push-lg-3 {
+ left: 12.5%;
+ }
+
+ .push-lg-4 {
+ left: 16.6666666667%;
+ }
+
+ .push-lg-5 {
+ left: 20.8333333333%;
+ }
+
+ .push-lg-6 {
+ left: 25%;
+ }
+
+ .push-lg-7 {
+ left: 29.1666666667%;
+ }
+
+ .push-lg-8 {
+ left: 33.3333333333%;
+ }
+
+ .push-lg-9 {
+ left: 37.5%;
+ }
+
+ .push-lg-10 {
+ left: 41.6666666667%;
+ }
+
+ .push-lg-11 {
+ left: 45.8333333333%;
+ }
+
+ .push-lg-12 {
+ left: 50%;
+ }
+
+ .push-lg-13 {
+ left: 54.1666666667%;
+ }
+
+ .push-lg-14 {
+ left: 58.3333333333%;
+ }
+
+ .push-lg-15 {
+ left: 62.5%;
+ }
+
+ .push-lg-16 {
+ left: 66.6666666667%;
+ }
+
+ .push-lg-17 {
+ left: 70.8333333333%;
+ }
+
+ .push-lg-18 {
+ left: 75%;
+ }
+
+ .push-lg-19 {
+ left: 79.1666666667%;
+ }
+
+ .push-lg-20 {
+ left: 83.3333333333%;
+ }
+
+ .push-lg-21 {
+ left: 87.5%;
+ }
+
+ .push-lg-22 {
+ left: 91.6666666667%;
+ }
+
+ .push-lg-23 {
+ left: 95.8333333333%;
+ }
+
+ .push-lg-24 {
+ left: 100%;
+ }
+
+ .offset-lg-0 {
+ margin-left: 0%;
+ }
+
+ .offset-lg-1 {
+ margin-left: 4.1666666667%;
+ }
+
+ .offset-lg-2 {
+ margin-left: 8.3333333333%;
+ }
+
+ .offset-lg-3 {
+ margin-left: 12.5%;
+ }
+
+ .offset-lg-4 {
+ margin-left: 16.6666666667%;
+ }
+
+ .offset-lg-5 {
+ margin-left: 20.8333333333%;
+ }
+
+ .offset-lg-6 {
+ margin-left: 25%;
+ }
+
+ .offset-lg-7 {
+ margin-left: 29.1666666667%;
+ }
+
+ .offset-lg-8 {
+ margin-left: 33.3333333333%;
+ }
+
+ .offset-lg-9 {
+ margin-left: 37.5%;
+ }
+
+ .offset-lg-10 {
+ margin-left: 41.6666666667%;
+ }
+
+ .offset-lg-11 {
+ margin-left: 45.8333333333%;
+ }
+
+ .offset-lg-12 {
+ margin-left: 50%;
+ }
+
+ .offset-lg-13 {
+ margin-left: 54.1666666667%;
+ }
+
+ .offset-lg-14 {
+ margin-left: 58.3333333333%;
+ }
+
+ .offset-lg-15 {
+ margin-left: 62.5%;
+ }
+
+ .offset-lg-16 {
+ margin-left: 66.6666666667%;
+ }
+
+ .offset-lg-17 {
+ margin-left: 70.8333333333%;
+ }
+
+ .offset-lg-18 {
+ margin-left: 75%;
+ }
+
+ .offset-lg-19 {
+ margin-left: 79.1666666667%;
+ }
+
+ .offset-lg-20 {
+ margin-left: 83.3333333333%;
+ }
+
+ .offset-lg-21 {
+ margin-left: 87.5%;
+ }
+
+ .offset-lg-22 {
+ margin-left: 91.6666666667%;
+ }
+
+ .offset-lg-23 {
+ margin-left: 95.8333333333%;
+ }
+}
+@media (min-width: 1200px) {
+ .col-xl {
+ flex-basis: 0;
+ flex-grow: 1;
+ max-width: 100%;
+ }
+
+ .col-xl-1 {
+ flex: 0 0 4.1666666667%;
+ max-width: 4.1666666667%;
+ }
+
+ .col-xl-2 {
+ flex: 0 0 8.3333333333%;
+ max-width: 8.3333333333%;
+ }
+
+ .col-xl-3 {
+ flex: 0 0 12.5%;
+ max-width: 12.5%;
+ }
+
+ .col-xl-4 {
+ flex: 0 0 16.6666666667%;
+ max-width: 16.6666666667%;
+ }
+
+ .col-xl-5 {
+ flex: 0 0 20.8333333333%;
+ max-width: 20.8333333333%;
+ }
+
+ .col-xl-6 {
+ flex: 0 0 25%;
+ max-width: 25%;
+ }
+
+ .col-xl-7 {
+ flex: 0 0 29.1666666667%;
+ max-width: 29.1666666667%;
+ }
+
+ .col-xl-8 {
+ flex: 0 0 33.3333333333%;
+ max-width: 33.3333333333%;
+ }
+
+ .col-xl-9 {
+ flex: 0 0 37.5%;
+ max-width: 37.5%;
+ }
+
+ .col-xl-10 {
+ flex: 0 0 41.6666666667%;
+ max-width: 41.6666666667%;
+ }
+
+ .col-xl-11 {
+ flex: 0 0 45.8333333333%;
+ max-width: 45.8333333333%;
+ }
+
+ .col-xl-12 {
+ flex: 0 0 50%;
+ max-width: 50%;
+ }
+
+ .col-xl-13 {
+ flex: 0 0 54.1666666667%;
+ max-width: 54.1666666667%;
+ }
+
+ .col-xl-14 {
+ flex: 0 0 58.3333333333%;
+ max-width: 58.3333333333%;
+ }
+
+ .col-xl-15 {
+ flex: 0 0 62.5%;
+ max-width: 62.5%;
+ }
+
+ .col-xl-16 {
+ flex: 0 0 66.6666666667%;
+ max-width: 66.6666666667%;
+ }
+
+ .col-xl-17 {
+ flex: 0 0 70.8333333333%;
+ max-width: 70.8333333333%;
+ }
+
+ .col-xl-18 {
+ flex: 0 0 75%;
+ max-width: 75%;
+ }
+
+ .col-xl-19 {
+ flex: 0 0 79.1666666667%;
+ max-width: 79.1666666667%;
+ }
+
+ .col-xl-20 {
+ flex: 0 0 83.3333333333%;
+ max-width: 83.3333333333%;
+ }
+
+ .col-xl-21 {
+ flex: 0 0 87.5%;
+ max-width: 87.5%;
+ }
+
+ .col-xl-22 {
+ flex: 0 0 91.6666666667%;
+ max-width: 91.6666666667%;
+ }
+
+ .col-xl-23 {
+ flex: 0 0 95.8333333333%;
+ max-width: 95.8333333333%;
+ }
+
+ .col-xl-24 {
+ flex: 0 0 100%;
+ max-width: 100%;
+ }
+
+ .pull-xl-0 {
+ right: auto;
+ }
+
+ .pull-xl-1 {
+ right: 4.1666666667%;
+ }
+
+ .pull-xl-2 {
+ right: 8.3333333333%;
+ }
+
+ .pull-xl-3 {
+ right: 12.5%;
+ }
+
+ .pull-xl-4 {
+ right: 16.6666666667%;
+ }
+
+ .pull-xl-5 {
+ right: 20.8333333333%;
+ }
+
+ .pull-xl-6 {
+ right: 25%;
+ }
+
+ .pull-xl-7 {
+ right: 29.1666666667%;
+ }
+
+ .pull-xl-8 {
+ right: 33.3333333333%;
+ }
+
+ .pull-xl-9 {
+ right: 37.5%;
+ }
+
+ .pull-xl-10 {
+ right: 41.6666666667%;
+ }
+
+ .pull-xl-11 {
+ right: 45.8333333333%;
+ }
+
+ .pull-xl-12 {
+ right: 50%;
+ }
+
+ .pull-xl-13 {
+ right: 54.1666666667%;
+ }
+
+ .pull-xl-14 {
+ right: 58.3333333333%;
+ }
+
+ .pull-xl-15 {
+ right: 62.5%;
+ }
+
+ .pull-xl-16 {
+ right: 66.6666666667%;
+ }
+
+ .pull-xl-17 {
+ right: 70.8333333333%;
+ }
+
+ .pull-xl-18 {
+ right: 75%;
+ }
+
+ .pull-xl-19 {
+ right: 79.1666666667%;
+ }
+
+ .pull-xl-20 {
+ right: 83.3333333333%;
+ }
+
+ .pull-xl-21 {
+ right: 87.5%;
+ }
+
+ .pull-xl-22 {
+ right: 91.6666666667%;
+ }
+
+ .pull-xl-23 {
+ right: 95.8333333333%;
+ }
+
+ .pull-xl-24 {
+ right: 100%;
+ }
+
+ .push-xl-0 {
+ left: auto;
+ }
+
+ .push-xl-1 {
+ left: 4.1666666667%;
+ }
+
+ .push-xl-2 {
+ left: 8.3333333333%;
+ }
+
+ .push-xl-3 {
+ left: 12.5%;
+ }
+
+ .push-xl-4 {
+ left: 16.6666666667%;
+ }
+
+ .push-xl-5 {
+ left: 20.8333333333%;
+ }
+
+ .push-xl-6 {
+ left: 25%;
+ }
+
+ .push-xl-7 {
+ left: 29.1666666667%;
+ }
+
+ .push-xl-8 {
+ left: 33.3333333333%;
+ }
+
+ .push-xl-9 {
+ left: 37.5%;
+ }
+
+ .push-xl-10 {
+ left: 41.6666666667%;
+ }
+
+ .push-xl-11 {
+ left: 45.8333333333%;
+ }
+
+ .push-xl-12 {
+ left: 50%;
+ }
+
+ .push-xl-13 {
+ left: 54.1666666667%;
+ }
+
+ .push-xl-14 {
+ left: 58.3333333333%;
+ }
+
+ .push-xl-15 {
+ left: 62.5%;
+ }
+
+ .push-xl-16 {
+ left: 66.6666666667%;
+ }
+
+ .push-xl-17 {
+ left: 70.8333333333%;
+ }
+
+ .push-xl-18 {
+ left: 75%;
+ }
+
+ .push-xl-19 {
+ left: 79.1666666667%;
+ }
+
+ .push-xl-20 {
+ left: 83.3333333333%;
+ }
+
+ .push-xl-21 {
+ left: 87.5%;
+ }
+
+ .push-xl-22 {
+ left: 91.6666666667%;
+ }
+
+ .push-xl-23 {
+ left: 95.8333333333%;
+ }
+
+ .push-xl-24 {
+ left: 100%;
+ }
+
+ .offset-xl-0 {
+ margin-left: 0%;
+ }
+
+ .offset-xl-1 {
+ margin-left: 4.1666666667%;
+ }
+
+ .offset-xl-2 {
+ margin-left: 8.3333333333%;
+ }
+
+ .offset-xl-3 {
+ margin-left: 12.5%;
+ }
+
+ .offset-xl-4 {
+ margin-left: 16.6666666667%;
+ }
+
+ .offset-xl-5 {
+ margin-left: 20.8333333333%;
+ }
+
+ .offset-xl-6 {
+ margin-left: 25%;
+ }
+
+ .offset-xl-7 {
+ margin-left: 29.1666666667%;
+ }
+
+ .offset-xl-8 {
+ margin-left: 33.3333333333%;
+ }
+
+ .offset-xl-9 {
+ margin-left: 37.5%;
+ }
+
+ .offset-xl-10 {
+ margin-left: 41.6666666667%;
+ }
+
+ .offset-xl-11 {
+ margin-left: 45.8333333333%;
+ }
+
+ .offset-xl-12 {
+ margin-left: 50%;
+ }
+
+ .offset-xl-13 {
+ margin-left: 54.1666666667%;
+ }
+
+ .offset-xl-14 {
+ margin-left: 58.3333333333%;
+ }
+
+ .offset-xl-15 {
+ margin-left: 62.5%;
+ }
+
+ .offset-xl-16 {
+ margin-left: 66.6666666667%;
+ }
+
+ .offset-xl-17 {
+ margin-left: 70.8333333333%;
+ }
+
+ .offset-xl-18 {
+ margin-left: 75%;
+ }
+
+ .offset-xl-19 {
+ margin-left: 79.1666666667%;
+ }
+
+ .offset-xl-20 {
+ margin-left: 83.3333333333%;
+ }
+
+ .offset-xl-21 {
+ margin-left: 87.5%;
+ }
+
+ .offset-xl-22 {
+ margin-left: 91.6666666667%;
+ }
+
+ .offset-xl-23 {
+ margin-left: 95.8333333333%;
+ }
+}
+.table {
+ width: 100%;
+ max-width: 100%;
+ margin-bottom: 1rem;
+}
+.table th,
+.table td {
+ padding: 0.75rem;
+ vertical-align: top;
+ border-top: 1px solid #eceeef;
+}
+.table thead th {
+ vertical-align: bottom;
+ border-bottom: 2px solid #eceeef;
+}
+.table tbody + tbody {
+ border-top: 2px solid #eceeef;
+}
+.table .table {
+ background-color: #fff;
+}
+
+.table-sm th,
+.table-sm td {
+ padding: 0.3rem;
+}
+
+.table-bordered {
+ border: 1px solid #eceeef;
+}
+.table-bordered th,
+.table-bordered td {
+ border: 1px solid #eceeef;
+}
+.table-bordered thead th,
+.table-bordered thead td {
+ border-bottom-width: 2px;
+}
+
+.table-striped tbody tr:nth-of-type(odd) {
+ background-color: rgba(0, 0, 0, 0.05);
+}
+
+.table-hover tbody tr:hover {
+ background-color: rgba(0, 0, 0, 0.075);
+}
+
+.table-active {
+ box-sizing: border-box;
+ border-left: 3px solid;
+ border-color: rgba(0, 0, 0, 0.075);
+}
+
+.table-success {
+ box-sizing: border-box;
+ border-left: 3px solid;
+ border-color: #47d165;
+}
+
+.table-info {
+ box-sizing: border-box;
+ border-left: 3px solid;
+ border-color: #11bef6;
+}
+
+.table-warning {
+ box-sizing: border-box;
+ border-left: 3px solid;
+ border-color: #ff754b;
+}
+
+.table-danger {
+ box-sizing: border-box;
+ border-left: 3px solid;
+ border-color: #ff3160;
+}
+
+.thead-inverse th {
+ color: #fff;
+ background-color: #373a3c;
+}
+
+.thead-default th {
+ color: #55595c;
+ background-color: #eceeef;
+}
+
+.table-inverse {
+ color: #eceeef;
+ background-color: #373a3c;
+}
+.table-inverse th,
+.table-inverse td,
+.table-inverse thead th {
+ border-color: #55595c;
+}
+.table-inverse.table-bordered {
+ border: 0;
+}
+
+.table-responsive {
+ display: block;
+ width: 100%;
+ min-height: 0%;
+ overflow-x: auto;
+}
+
+.table-reflow thead {
+ float: left;
+}
+.table-reflow tbody {
+ display: block;
+ white-space: nowrap;
+}
+.table-reflow th,
+.table-reflow td {
+ border-top: 1px solid #eceeef;
+ border-left: 1px solid #eceeef;
+}
+.table-reflow th:last-child,
+.table-reflow td:last-child {
+ border-right: 1px solid #eceeef;
+}
+.table-reflow thead:last-child tr:last-child th,
+.table-reflow thead:last-child tr:last-child td,
+.table-reflow tbody:last-child tr:last-child th,
+.table-reflow tbody:last-child tr:last-child td,
+.table-reflow tfoot:last-child tr:last-child th,
+.table-reflow tfoot:last-child tr:last-child td {
+ border-bottom: 1px solid #eceeef;
+}
+.table-reflow tr {
+ float: left;
+}
+.table-reflow tr th,
+.table-reflow tr td {
+ display: block !important;
+ border: 1px solid #eceeef;
+}
+
+.form-control {
+ display: block;
+ width: 100%;
+ padding: 0.5rem 0.75rem;
+ font-size: 1rem;
+ line-height: 1.25;
+ color: #55595c;
+ background-color: #fff;
+ background-image: none;
+ background-clip: padding-box;
+ border: 1px solid rgba(0, 0, 0, 0.15);
+ border-radius: 0.1rem;
+}
+.form-control::-ms-expand {
+ background-color: transparent;
+ border: 0;
+}
+.form-control:focus {
+ color: #55595c;
+ background-color: #fff;
+ border-color: #11bef6;
+ outline: none;
+}
+.form-control::-webkit-input-placeholder {
+ color: #999;
+ opacity: 1;
+}
+.form-control:-ms-input-placeholder {
+ color: #999;
+ opacity: 1;
+}
+.form-control::-ms-input-placeholder {
+ color: #999;
+ opacity: 1;
+}
+.form-control::placeholder {
+ color: #999;
+ opacity: 1;
+}
+.form-control:disabled, .form-control[readonly] {
+ background-color: #eceeef;
+ opacity: 1;
+}
+.form-control:disabled {
+ cursor: not-allowed;
+}
+
+select.form-control:not([size]):not([multiple]) {
+ height: calc(2.5rem - 2px);
+}
+select.form-control:focus::-ms-value {
+ color: #55595c;
+ background-color: #fff;
+}
+
+.form-control-file,
+.form-control-range {
+ display: block;
+}
+
+.col-form-label {
+ padding-top: 0.5rem;
+ padding-bottom: 0.5rem;
+ margin-bottom: 0;
+}
+
+.col-form-label-lg {
+ padding-top: 0.75rem;
+ padding-bottom: 0.75rem;
+ font-size: 1.25rem;
+}
+
+.col-form-label-sm {
+ padding-top: 0.25rem;
+ padding-bottom: 0.25rem;
+ font-size: 0.875rem;
+}
+
+.col-form-legend {
+ padding-top: 0.5rem;
+ padding-bottom: 0.5rem;
+ margin-bottom: 0;
+ font-size: 1rem;
+}
+
+.form-control-static {
+ padding-top: 0.5rem;
+ padding-bottom: 0.5rem;
+ line-height: 1.25;
+ border: solid transparent;
+ border-width: 1px 0;
+}
+.form-control-static.form-control-sm, .input-group-sm > .form-control-static.form-control,
+.input-group-sm > .form-control-static.input-group-addon,
+.input-group-sm > .input-group-btn > .form-control-static.btn, .form-control-static.form-control-lg, .input-group-lg > .form-control-static.form-control,
+.input-group-lg > .form-control-static.input-group-addon,
+.input-group-lg > .input-group-btn > .form-control-static.btn {
+ padding-right: 0;
+ padding-left: 0;
+}
+
+.form-control-sm, .input-group-sm > .form-control,
+.input-group-sm > .input-group-addon,
+.input-group-sm > .input-group-btn > .btn {
+ padding: 0.25rem 0.5rem;
+ font-size: 0.875rem;
+ border-radius: 0.1rem;
+}
+
+select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
+.input-group-sm > select.input-group-addon:not([size]):not([multiple]),
+.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]) {
+ height: 1.8125rem;
+}
+
+.form-control-lg, .input-group-lg > .form-control,
+.input-group-lg > .input-group-addon,
+.input-group-lg > .input-group-btn > .btn {
+ padding: 0.75rem 1.5rem;
+ font-size: 1.25rem;
+ border-radius: 0.25rem;
+}
+
+select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
+.input-group-lg > select.input-group-addon:not([size]):not([multiple]),
+.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]) {
+ height: 3.1666666667rem;
+}
+
+.form-group {
+ margin-bottom: 1rem;
+}
+
+.form-text {
+ display: block;
+ margin-top: 0.25rem;
+}
+
+.form-check {
+ position: relative;
+ display: block;
+ margin-bottom: 0.75rem;
+}
+.form-check + .form-check {
+ margin-top: -0.25rem;
+}
+.form-check.disabled .form-check-label {
+ color: #888888;
+ cursor: not-allowed;
+}
+
+.form-check-label {
+ padding-left: 1.25rem;
+ margin-bottom: 0;
+ cursor: pointer;
+}
+
+.form-check-input {
+ position: absolute;
+ margin-top: 0.25rem;
+ margin-left: -1.25rem;
+}
+.form-check-input:only-child {
+ position: static;
+}
+
+.form-check-inline {
+ position: relative;
+ display: inline-block;
+ padding-left: 1.25rem;
+ margin-bottom: 0;
+ vertical-align: middle;
+ cursor: pointer;
+}
+.form-check-inline + .form-check-inline {
+ margin-left: 0.75rem;
+}
+.form-check-inline.disabled {
+ color: #888888;
+ cursor: not-allowed;
+}
+
+.form-control-feedback {
+ margin-top: 0.25rem;
+}
+
+.form-control-success,
+.form-control-warning,
+.form-control-danger {
+ padding-right: 2.25rem;
+ background-repeat: no-repeat;
+ background-position: center right 0.625rem;
+ background-size: 1.25rem 1.25rem;
+}
+
+.has-success .form-control-feedback,
+.has-success .form-control-label,
+.has-success .form-check-label,
+.has-success .form-check-inline,
+.has-success .custom-control {
+ color: #47d165;
+}
+.has-success .form-control {
+ border-color: #47d165;
+}
+.has-success .input-group-addon {
+ color: #47d165;
+ border-color: #47d165;
+ background-color: #eafaee;
+}
+.has-success .form-control-success {
+ background-image: url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='#47d165' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\");
+}
+
+.has-warning .form-control-feedback,
+.has-warning .form-control-label,
+.has-warning .form-check-label,
+.has-warning .form-check-inline,
+.has-warning .custom-control {
+ color: #ff754b;
+}
+.has-warning .form-control {
+ border-color: #ff754b;
+}
+.has-warning .input-group-addon {
+ color: #ff754b;
+ border-color: #ff754b;
+ background-color: white;
+}
+.has-warning .form-control-warning {
+ background-image: url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='#ff754b' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E\");
+}
+
+.has-danger .form-control-feedback,
+.has-danger .form-control-label,
+.has-danger .form-check-label,
+.has-danger .form-check-inline,
+.has-danger .custom-control {
+ color: #ff3160;
+}
+.has-danger .form-control {
+ border-color: #ff3160;
+}
+.has-danger .input-group-addon {
+ color: #ff3160;
+ border-color: #ff3160;
+ background-color: #fffdfd;
+}
+.has-danger .form-control-danger {
+ background-image: url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='#ff3160' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\");
+}
+
+@media (min-width: 576px) {
+ .form-inline .form-group {
+ display: inline-block;
+ margin-bottom: 0;
+ vertical-align: middle;
+ }
+ .form-inline .form-control {
+ display: inline-block;
+ width: auto;
+ vertical-align: middle;
+ }
+ .form-inline .form-control-static {
+ display: inline-block;
+ }
+ .form-inline .input-group {
+ display: inline-table;
+ width: auto;
+ vertical-align: middle;
+ }
+ .form-inline .input-group .input-group-addon,
+.form-inline .input-group .input-group-btn,
+.form-inline .input-group .form-control {
+ width: auto;
+ }
+ .form-inline .input-group > .form-control {
+ width: 100%;
+ }
+ .form-inline .form-control-label {
+ margin-bottom: 0;
+ vertical-align: middle;
+ }
+ .form-inline .form-check {
+ display: inline-block;
+ margin-top: 0;
+ margin-bottom: 0;
+ vertical-align: middle;
+ }
+ .form-inline .form-check-label {
+ padding-left: 0;
+ }
+ .form-inline .form-check-input {
+ position: relative;
+ margin-left: 0;
+ }
+ .form-inline .has-feedback .form-control-feedback {
+ top: 0;
+ }
+}
+
+.btn {
+ display: inline-block;
+ font-weight: normal;
+ line-height: 1.25;
+ text-align: center;
+ white-space: nowrap;
+ vertical-align: middle;
+ cursor: pointer;
+ -webkit-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ user-select: none;
+ border: 1px solid transparent;
+ padding: 0.5rem 1rem;
+ font-size: 1rem;
+ border-radius: 0.1rem;
+}
+.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
+ outline: 5px auto -webkit-focus-ring-color;
+ outline-offset: -2px;
+}
+.btn:focus, .btn:hover {
+ text-decoration: none;
+}
+.btn.focus {
+ text-decoration: none;
+}
+.btn:active, .btn.active {
+ background-image: none;
+ outline: 0;
+}
+.btn.disabled, .btn:disabled {
+ cursor: not-allowed;
+ opacity: 0.65;
+}
+
+a.btn.disabled,
+fieldset[disabled] a.btn {
+ pointer-events: none;
+}
+
+.btn-primary {
+ color: #fff !important;
+ background-color: #b21cc3;
+ border-color: #b21cc3;
+}
+.btn-primary:hover {
+ color: #fff !important;
+ background-color: #891696;
+ border-color: #81148d;
+}
+.btn-primary:focus, .btn-primary.focus {
+ color: #fff !important;
+ background-color: #891696;
+ border-color: #81148d;
+}
+.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
+ color: #fff !important;
+ background-color: #891696;
+ border-color: #81148d;
+ background-image: none;
+}
+.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
+ color: #fff !important;
+ background-color: #6d1177;
+ border-color: #4c0c54;
+}
+.btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary:disabled:focus, .btn-primary:disabled.focus {
+ background-color: #b21cc3;
+ border-color: #b21cc3;
+}
+.btn-primary.disabled:hover, .btn-primary:disabled:hover {
+ background-color: #b21cc3;
+ border-color: #b21cc3;
+}
+
+.btn-secondary {
+ color: #373a3c !important;
+ background-color: #fff;
+ border-color: #ccc;
+}
+.btn-secondary:hover {
+ color: #373a3c !important;
+ background-color: #e6e6e6;
+ border-color: #adadad;
+}
+.btn-secondary:focus, .btn-secondary.focus {
+ color: #373a3c !important;
+ background-color: #e6e6e6;
+ border-color: #adadad;
+}
+.btn-secondary:active, .btn-secondary.active, .open > .btn-secondary.dropdown-toggle {
+ color: #373a3c !important;
+ background-color: #e6e6e6;
+ border-color: #adadad;
+ background-image: none;
+}
+.btn-secondary:active:hover, .btn-secondary:active:focus, .btn-secondary:active.focus, .btn-secondary.active:hover, .btn-secondary.active:focus, .btn-secondary.active.focus, .open > .btn-secondary.dropdown-toggle:hover, .open > .btn-secondary.dropdown-toggle:focus, .open > .btn-secondary.dropdown-toggle.focus {
+ color: #373a3c !important;
+ background-color: #d4d4d4;
+ border-color: #8c8c8c;
+}
+.btn-secondary.disabled:focus, .btn-secondary.disabled.focus, .btn-secondary:disabled:focus, .btn-secondary:disabled.focus {
+ background-color: #fff;
+ border-color: #ccc;
+}
+.btn-secondary.disabled:hover, .btn-secondary:disabled:hover {
+ background-color: #fff;
+ border-color: #ccc;
+}
+
+.btn-info {
+ color: #fff !important;
+ background-color: #11bef6;
+ border-color: #11bef6;
+}
+.btn-info:hover {
+ color: #fff !important;
+ background-color: #089ccc;
+ border-color: #0795c2;
+}
+.btn-info:focus, .btn-info.focus {
+ color: #fff !important;
+ background-color: #089ccc;
+ border-color: #0795c2;
+}
+.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
+ color: #fff !important;
+ background-color: #089ccc;
+ border-color: #0795c2;
+ background-image: none;
+}
+.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
+ color: #fff !important;
+ background-color: #0682aa;
+ border-color: #056483;
+}
+.btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info:disabled:focus, .btn-info:disabled.focus {
+ background-color: #11bef6;
+ border-color: #11bef6;
+}
+.btn-info.disabled:hover, .btn-info:disabled:hover {
+ background-color: #11bef6;
+ border-color: #11bef6;
+}
+
+.btn-success {
+ color: #fff !important;
+ background-color: #47d165;
+ border-color: #47d165;
+}
+.btn-success:hover {
+ color: #fff !important;
+ background-color: #2eb74c;
+ border-color: #2caf48;
+}
+.btn-success:focus, .btn-success.focus {
+ color: #fff !important;
+ background-color: #2eb74c;
+ border-color: #2caf48;
+}
+.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
+ color: #fff !important;
+ background-color: #2eb74c;
+ border-color: #2caf48;
+ background-image: none;
+}
+.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
+ color: #fff !important;
+ background-color: #279b40;
+ border-color: #1f7a32;
+}
+.btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success:disabled:focus, .btn-success:disabled.focus {
+ background-color: #47d165;
+ border-color: #47d165;
+}
+.btn-success.disabled:hover, .btn-success:disabled:hover {
+ background-color: #47d165;
+ border-color: #47d165;
+}
+
+.btn-warning {
+ color: #fff !important;
+ background-color: #ff754b;
+ border-color: #ff754b;
+}
+.btn-warning:hover {
+ color: #fff !important;
+ background-color: #ff4e18;
+ border-color: #ff460e;
+}
+.btn-warning:focus, .btn-warning.focus {
+ color: #fff !important;
+ background-color: #ff4e18;
+ border-color: #ff460e;
+}
+.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
+ color: #fff !important;
+ background-color: #ff4e18;
+ border-color: #ff460e;
+ background-image: none;
+}
+.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
+ color: #fff !important;
+ background-color: #f33900;
+ border-color: #cb2f00;
+}
+.btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning:disabled:focus, .btn-warning:disabled.focus {
+ background-color: #ff754b;
+ border-color: #ff754b;
+}
+.btn-warning.disabled:hover, .btn-warning:disabled:hover {
+ background-color: #ff754b;
+ border-color: #ff754b;
+}
+
+.btn-danger {
+ color: #fff !important;
+ background-color: #ff3160;
+ border-color: #ff3160;
+}
+.btn-danger:hover {
+ color: #fff !important;
+ background-color: #fd003a;
+ border-color: #f30037;
+}
+.btn-danger:focus, .btn-danger.focus {
+ color: #fff !important;
+ background-color: #fd003a;
+ border-color: #f30037;
+}
+.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
+ color: #fff !important;
+ background-color: #fd003a;
+ border-color: #f30037;
+ background-image: none;
+}
+.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
+ color: #fff !important;
+ background-color: #d90032;
+ border-color: #b10028;
+}
+.btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger:disabled:focus, .btn-danger:disabled.focus {
+ background-color: #ff3160;
+ border-color: #ff3160;
+}
+.btn-danger.disabled:hover, .btn-danger:disabled:hover {
+ background-color: #ff3160;
+ border-color: #ff3160;
+}
+
+.btn-outline-primary {
+ color: #b21cc3;
+ background-image: none;
+ background-color: transparent;
+ border-color: #b21cc3;
+}
+.btn-outline-primary:hover {
+ color: #fff;
+ background-color: #b21cc3;
+ border-color: #b21cc3;
+}
+.btn-outline-primary:focus, .btn-outline-primary.focus {
+ color: #fff;
+ background-color: #b21cc3;
+ border-color: #b21cc3;
+}
+.btn-outline-primary:active, .btn-outline-primary.active, .open > .btn-outline-primary.dropdown-toggle {
+ color: #fff;
+ background-color: #b21cc3;
+ border-color: #b21cc3;
+}
+.btn-outline-primary:active:hover, .btn-outline-primary:active:focus, .btn-outline-primary:active.focus, .btn-outline-primary.active:hover, .btn-outline-primary.active:focus, .btn-outline-primary.active.focus, .open > .btn-outline-primary.dropdown-toggle:hover, .open > .btn-outline-primary.dropdown-toggle:focus, .open > .btn-outline-primary.dropdown-toggle.focus {
+ color: #fff;
+ background-color: #6d1177;
+ border-color: #4c0c54;
+}
+.btn-outline-primary.disabled:focus, .btn-outline-primary.disabled.focus, .btn-outline-primary:disabled:focus, .btn-outline-primary:disabled.focus {
+ border-color: #da5de8;
+}
+.btn-outline-primary.disabled:hover, .btn-outline-primary:disabled:hover {
+ border-color: #da5de8;
+}
+
+.btn-outline-secondary {
+ color: #ccc;
+ background-image: none;
+ background-color: transparent;
+ border-color: #ccc;
+}
+.btn-outline-secondary:hover {
+ color: #fff;
+ background-color: #ccc;
+ border-color: #ccc;
+}
+.btn-outline-secondary:focus, .btn-outline-secondary.focus {
+ color: #fff;
+ background-color: #ccc;
+ border-color: #ccc;
+}
+.btn-outline-secondary:active, .btn-outline-secondary.active, .open > .btn-outline-secondary.dropdown-toggle {
+ color: #fff;
+ background-color: #ccc;
+ border-color: #ccc;
+}
+.btn-outline-secondary:active:hover, .btn-outline-secondary:active:focus, .btn-outline-secondary:active.focus, .btn-outline-secondary.active:hover, .btn-outline-secondary.active:focus, .btn-outline-secondary.active.focus, .open > .btn-outline-secondary.dropdown-toggle:hover, .open > .btn-outline-secondary.dropdown-toggle:focus, .open > .btn-outline-secondary.dropdown-toggle.focus {
+ color: #fff;
+ background-color: #a1a1a1;
+ border-color: #8c8c8c;
+}
+.btn-outline-secondary.disabled:focus, .btn-outline-secondary.disabled.focus, .btn-outline-secondary:disabled:focus, .btn-outline-secondary:disabled.focus {
+ border-color: white;
+}
+.btn-outline-secondary.disabled:hover, .btn-outline-secondary:disabled:hover {
+ border-color: white;
+}
+
+.btn-outline-info {
+ color: #11bef6;
+ background-image: none;
+ background-color: transparent;
+ border-color: #11bef6;
+}
+.btn-outline-info:hover {
+ color: #fff;
+ background-color: #11bef6;
+ border-color: #11bef6;
+}
+.btn-outline-info:focus, .btn-outline-info.focus {
+ color: #fff;
+ background-color: #11bef6;
+ border-color: #11bef6;
+}
+.btn-outline-info:active, .btn-outline-info.active, .open > .btn-outline-info.dropdown-toggle {
+ color: #fff;
+ background-color: #11bef6;
+ border-color: #11bef6;
+}
+.btn-outline-info:active:hover, .btn-outline-info:active:focus, .btn-outline-info:active.focus, .btn-outline-info.active:hover, .btn-outline-info.active:focus, .btn-outline-info.active.focus, .open > .btn-outline-info.dropdown-toggle:hover, .open > .btn-outline-info.dropdown-toggle:focus, .open > .btn-outline-info.dropdown-toggle.focus {
+ color: #fff;
+ background-color: #0682aa;
+ border-color: #056483;
+}
+.btn-outline-info.disabled:focus, .btn-outline-info.disabled.focus, .btn-outline-info:disabled:focus, .btn-outline-info:disabled.focus {
+ border-color: #73d9fa;
+}
+.btn-outline-info.disabled:hover, .btn-outline-info:disabled:hover {
+ border-color: #73d9fa;
+}
+
+.btn-outline-success {
+ color: #47d165;
+ background-image: none;
+ background-color: transparent;
+ border-color: #47d165;
+}
+.btn-outline-success:hover {
+ color: #fff;
+ background-color: #47d165;
+ border-color: #47d165;
+}
+.btn-outline-success:focus, .btn-outline-success.focus {
+ color: #fff;
+ background-color: #47d165;
+ border-color: #47d165;
+}
+.btn-outline-success:active, .btn-outline-success.active, .open > .btn-outline-success.dropdown-toggle {
+ color: #fff;
+ background-color: #47d165;
+ border-color: #47d165;
+}
+.btn-outline-success:active:hover, .btn-outline-success:active:focus, .btn-outline-success:active.focus, .btn-outline-success.active:hover, .btn-outline-success.active:focus, .btn-outline-success.active.focus, .open > .btn-outline-success.dropdown-toggle:hover, .open > .btn-outline-success.dropdown-toggle:focus, .open > .btn-outline-success.dropdown-toggle.focus {
+ color: #fff;
+ background-color: #279b40;
+ border-color: #1f7a32;
+}
+.btn-outline-success.disabled:focus, .btn-outline-success.disabled.focus, .btn-outline-success:disabled:focus, .btn-outline-success:disabled.focus {
+ border-color: #99e5a9;
+}
+.btn-outline-success.disabled:hover, .btn-outline-success:disabled:hover {
+ border-color: #99e5a9;
+}
+
+.btn-outline-warning {
+ color: #ff754b;
+ background-image: none;
+ background-color: transparent;
+ border-color: #ff754b;
+}
+.btn-outline-warning:hover {
+ color: #fff;
+ background-color: #ff754b;
+ border-color: #ff754b;
+}
+.btn-outline-warning:focus, .btn-outline-warning.focus {
+ color: #fff;
+ background-color: #ff754b;
+ border-color: #ff754b;
+}
+.btn-outline-warning:active, .btn-outline-warning.active, .open > .btn-outline-warning.dropdown-toggle {
+ color: #fff;
+ background-color: #ff754b;
+ border-color: #ff754b;
+}
+.btn-outline-warning:active:hover, .btn-outline-warning:active:focus, .btn-outline-warning:active.focus, .btn-outline-warning.active:hover, .btn-outline-warning.active:focus, .btn-outline-warning.active.focus, .open > .btn-outline-warning.dropdown-toggle:hover, .open > .btn-outline-warning.dropdown-toggle:focus, .open > .btn-outline-warning.dropdown-toggle.focus {
+ color: #fff;
+ background-color: #f33900;
+ border-color: #cb2f00;
+}
+.btn-outline-warning.disabled:focus, .btn-outline-warning.disabled.focus, .btn-outline-warning:disabled:focus, .btn-outline-warning:disabled.focus {
+ border-color: #ffc3b1;
+}
+.btn-outline-warning.disabled:hover, .btn-outline-warning:disabled:hover {
+ border-color: #ffc3b1;
+}
+
+.btn-outline-danger {
+ color: #ff3160;
+ background-image: none;
+ background-color: transparent;
+ border-color: #ff3160;
+}
+.btn-outline-danger:hover {
+ color: #fff;
+ background-color: #ff3160;
+ border-color: #ff3160;
+}
+.btn-outline-danger:focus, .btn-outline-danger.focus {
+ color: #fff;
+ background-color: #ff3160;
+ border-color: #ff3160;
+}
+.btn-outline-danger:active, .btn-outline-danger.active, .open > .btn-outline-danger.dropdown-toggle {
+ color: #fff;
+ background-color: #ff3160;
+ border-color: #ff3160;
+}
+.btn-outline-danger:active:hover, .btn-outline-danger:active:focus, .btn-outline-danger:active.focus, .btn-outline-danger.active:hover, .btn-outline-danger.active:focus, .btn-outline-danger.active.focus, .open > .btn-outline-danger.dropdown-toggle:hover, .open > .btn-outline-danger.dropdown-toggle:focus, .open > .btn-outline-danger.dropdown-toggle.focus {
+ color: #fff;
+ background-color: #d90032;
+ border-color: #b10028;
+}
+.btn-outline-danger.disabled:focus, .btn-outline-danger.disabled.focus, .btn-outline-danger:disabled:focus, .btn-outline-danger:disabled.focus {
+ border-color: #ff97af;
+}
+.btn-outline-danger.disabled:hover, .btn-outline-danger:disabled:hover {
+ border-color: #ff97af;
+}
+
+.btn-link {
+ font-weight: normal;
+ color: #373a3c;
+ border-radius: 0;
+}
+.btn-link, .btn-link:active, .btn-link.active, .btn-link:disabled {
+ background-color: transparent;
+}
+.btn-link, .btn-link:focus, .btn-link:active {
+ border-color: transparent;
+}
+.btn-link:hover {
+ border-color: transparent;
+}
+.btn-link:focus, .btn-link:hover {
+ color: #121314;
+ text-decoration: none;
+ background-color: transparent;
+}
+.btn-link:disabled:focus, .btn-link:disabled:hover {
+ color: #888888;
+ text-decoration: none;
+}
+
+.btn-lg, .btn-group-lg > .btn {
+ padding: 0.75rem 1.5rem;
+ font-size: 1.25rem;
+ border-radius: 0.1rem;
+}
+
+.btn-sm, .btn-group-sm > .btn {
+ padding: 0.25rem 0.5rem;
+ font-size: 0.875rem;
+ border-radius: 0.1rem;
+}
+
+.btn-block {
+ display: block;
+ width: 100%;
+}
+
+.btn-block + .btn-block {
+ margin-top: 0.5rem;
+}
+
+input[type=submit].btn-block,
+input[type=reset].btn-block,
+input[type=button].btn-block {
+ width: 100%;
+}
+
+.fade {
+ opacity: 0;
+ transition: opacity 0.15s linear;
+}
+.fade.in {
+ opacity: 1;
+}
+
+.collapse {
+ display: none;
+}
+.collapse.in {
+ display: block;
+}
+
+tr.collapse.in {
+ display: table-row;
+}
+
+tbody.collapse.in {
+ display: table-row-group;
+}
+
+.collapsing {
+ position: relative;
+ height: 0;
+ overflow: hidden;
+ transition-timing-function: ease;
+ transition-duration: 0.35s;
+ transition-property: height;
+}
+
+.dropup,
+.dropdown {
+ position: relative;
+}
+
+.dropdown-toggle::after {
+ display: inline-block;
+ width: 0;
+ height: 0;
+ margin-left: 0.3em;
+ vertical-align: middle;
+ content: \"\";
+ border-top: 0.3em solid;
+ border-right: 0.3em solid transparent;
+ border-left: 0.3em solid transparent;
+}
+.dropdown-toggle:focus {
+ outline: 0;
+}
+
+.dropup .dropdown-toggle::after {
+ border-top: 0;
+ border-bottom: 0.3em solid;
+}
+
+.dropdown-menu {
+ position: absolute;
+ top: 100%;
+ left: 0;
+ z-index: 1000;
+ display: none;
+ float: left;
+ min-width: 10rem;
+ padding: 0.5rem 0;
+ margin: 0.125rem 0 0;
+ font-size: 1rem;
+ color: #373a3c;
+ text-align: left;
+ list-style: none;
+ background-color: #fff;
+ background-clip: padding-box;
+ border: 1px solid rgba(0, 0, 0, 0.15);
+ border-radius: 0.17rem;
+}
+
+.dropdown-divider {
+ height: 1px;
+ margin: 0.5rem 0;
+ overflow: hidden;
+ background-color: #e5e5e5;
+}
+
+.dropdown-item {
+ display: block;
+ width: 100%;
+ padding: 3px 1.5rem;
+ clear: both;
+ font-weight: normal;
+ color: #55595c;
+ text-align: inherit;
+ white-space: nowrap;
+ background: none;
+ border: 0;
+}
+.dropdown-item:focus, .dropdown-item:hover {
+ color: #494c4f;
+ text-decoration: none;
+ background-color: #f5f5f5;
+}
+.dropdown-item.active, .dropdown-item.active:focus, .dropdown-item.active:hover {
+ color: #212121;
+ text-decoration: none;
+ background-color: #f5f5f5;
+ outline: 0;
+}
+.dropdown-item.disabled, .dropdown-item.disabled:focus, .dropdown-item.disabled:hover {
+ color: #888888;
+}
+.dropdown-item.disabled:focus, .dropdown-item.disabled:hover {
+ text-decoration: none;
+ cursor: not-allowed;
+ background-color: transparent;
+ background-image: none;
+ filter: \"progid:DXImageTransform.Microsoft.gradient(enabled = false)\";
+}
+
+.open > .dropdown-menu {
+ display: block;
+}
+.open > a {
+ outline: 0;
+}
+
+.dropdown-menu-right {
+ right: 0;
+ left: auto;
+}
+
+.dropdown-menu-left {
+ right: auto;
+ left: 0;
+}
+
+.dropdown-header {
+ display: block;
+ padding: 0.5rem 1.5rem;
+ margin-bottom: 0;
+ font-size: 0.875rem;
+ color: #888888;
+ white-space: nowrap;
+}
+
+.dropdown-backdrop {
+ position: fixed;
+ top: 0;
+ right: 0;
+ bottom: 0;
+ left: 0;
+ z-index: 990;
+}
+
+.dropup .caret,
+.navbar-fixed-bottom .dropdown .caret {
+ content: \"\";
+ border-top: 0;
+ border-bottom: 0.3em solid;
+}
+.dropup .dropdown-menu,
+.navbar-fixed-bottom .dropdown .dropdown-menu {
+ top: auto;
+ bottom: 100%;
+ margin-bottom: 0.125rem;
+}
+
+.btn-group,
+.btn-group-vertical {
+ position: relative;
+ display: inline-block;
+ vertical-align: middle;
+}
+.btn-group > .btn,
+.btn-group-vertical > .btn {
+ position: relative;
+ float: left;
+ margin-bottom: 0;
+}
+.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
+.btn-group-vertical > .btn:focus,
+.btn-group-vertical > .btn:active,
+.btn-group-vertical > .btn.active {
+ z-index: 2;
+}
+.btn-group > .btn:hover,
+.btn-group-vertical > .btn:hover {
+ z-index: 2;
+}
+
+.btn-group .btn + .btn,
+.btn-group .btn + .btn-group,
+.btn-group .btn-group + .btn,
+.btn-group .btn-group + .btn-group {
+ margin-left: -1px;
+}
+
+.btn-toolbar {
+ margin-left: -0.5rem;
+}
+.btn-toolbar::after {
+ content: \"\";
+ display: table;
+ clear: both;
+}
+.btn-toolbar .btn-group,
+.btn-toolbar .input-group {
+ float: left;
+}
+.btn-toolbar > .btn,
+.btn-toolbar > .btn-group,
+.btn-toolbar > .input-group {
+ margin-left: 0.5rem;
+}
+
+.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
+ border-radius: 0;
+}
+
+.btn-group > .btn:first-child {
+ margin-left: 0;
+}
+.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
+ border-bottom-right-radius: 0;
+ border-top-right-radius: 0;
+}
+
+.btn-group > .btn:last-child:not(:first-child),
+.btn-group > .dropdown-toggle:not(:first-child) {
+ border-bottom-left-radius: 0;
+ border-top-left-radius: 0;
+}
+
+.btn-group > .btn-group {
+ float: left;
+}
+
+.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
+ border-radius: 0;
+}
+
+.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
+.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
+ border-bottom-right-radius: 0;
+ border-top-right-radius: 0;
+}
+
+.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
+ border-bottom-left-radius: 0;
+ border-top-left-radius: 0;
+}
+
+.btn-group .dropdown-toggle:active,
+.btn-group.open .dropdown-toggle {
+ outline: 0;
+}
+
+.btn + .dropdown-toggle-split {
+ padding-right: 0.75rem;
+ padding-left: 0.75rem;
+}
+.btn + .dropdown-toggle-split::after {
+ margin-left: 0;
+}
+
+.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
+ padding-right: 0.375rem;
+ padding-left: 0.375rem;
+}
+
+.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
+ padding-right: 1.125rem;
+ padding-left: 1.125rem;
+}
+
+.btn .caret {
+ margin-left: 0;
+}
+
+.btn-lg .caret, .btn-group-lg > .btn .caret {
+ border-width: 0.3em 0.3em 0;
+ border-bottom-width: 0;
+}
+
+.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
+ border-width: 0 0.3em 0.3em;
+}
+
+.btn-group-vertical > .btn,
+.btn-group-vertical > .btn-group,
+.btn-group-vertical > .btn-group > .btn {
+ display: block;
+ float: none;
+ width: 100%;
+ max-width: 100%;
+}
+.btn-group-vertical > .btn-group::after {
+ content: \"\";
+ display: table;
+ clear: both;
+}
+.btn-group-vertical > .btn-group > .btn {
+ float: none;
+}
+.btn-group-vertical > .btn + .btn,
+.btn-group-vertical > .btn + .btn-group,
+.btn-group-vertical > .btn-group + .btn,
+.btn-group-vertical > .btn-group + .btn-group {
+ margin-top: -1px;
+ margin-left: 0;
+}
+
+.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
+ border-radius: 0;
+}
+.btn-group-vertical > .btn:first-child:not(:last-child) {
+ border-bottom-right-radius: 0;
+ border-bottom-left-radius: 0;
+}
+.btn-group-vertical > .btn:last-child:not(:first-child) {
+ border-top-right-radius: 0;
+ border-top-left-radius: 0;
+}
+
+.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
+ border-radius: 0;
+}
+
+.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
+.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
+ border-bottom-right-radius: 0;
+ border-bottom-left-radius: 0;
+}
+
+.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
+ border-top-right-radius: 0;
+ border-top-left-radius: 0;
+}
+
+[data-toggle=buttons] > .btn input[type=radio],
+[data-toggle=buttons] > .btn input[type=checkbox],
+[data-toggle=buttons] > .btn-group > .btn input[type=radio],
+[data-toggle=buttons] > .btn-group > .btn input[type=checkbox] {
+ position: absolute;
+ clip: rect(0, 0, 0, 0);
+ pointer-events: none;
+}
+
+.input-group {
+ position: relative;
+ width: 100%;
+ display: flex;
+}
+.input-group .form-control {
+ position: relative;
+ z-index: 2;
+ flex: 1;
+ margin-bottom: 0;
+}
+.input-group .form-control:focus, .input-group .form-control:active, .input-group .form-control:hover {
+ z-index: 3;
+}
+
+.input-group-addon:not(:first-child):not(:last-child),
+.input-group-btn:not(:first-child):not(:last-child),
+.input-group .form-control:not(:first-child):not(:last-child) {
+ border-radius: 0;
+}
+
+.input-group-addon,
+.input-group-btn {
+ white-space: nowrap;
+ vertical-align: middle;
+}
+
+.input-group-addon {
+ padding: 0.5rem 0.75rem;
+ margin-bottom: 0;
+ font-size: 1rem;
+ font-weight: normal;
+ line-height: 1.25;
+ color: #55595c;
+ text-align: center;
+ background-color: #eceeef;
+ border: 1px solid rgba(0, 0, 0, 0.15);
+ border-radius: 0.1rem;
+}
+.input-group-addon.form-control-sm,
+.input-group-sm > .input-group-addon,
+.input-group-sm > .input-group-btn > .input-group-addon.btn {
+ padding: 0.25rem 0.5rem;
+ font-size: 0.875rem;
+ border-radius: 0.1rem;
+}
+.input-group-addon.form-control-lg,
+.input-group-lg > .input-group-addon,
+.input-group-lg > .input-group-btn > .input-group-addon.btn {
+ padding: 0.75rem 1.5rem;
+ font-size: 1.25rem;
+ border-radius: 0.25rem;
+}
+.input-group-addon input[type=radio],
+.input-group-addon input[type=checkbox] {
+ margin-top: 0;
+}
+
+.input-group .form-control:not(:last-child),
+.input-group-addon:not(:last-child),
+.input-group-btn:not(:last-child) > .btn,
+.input-group-btn:not(:last-child) > .btn-group > .btn,
+.input-group-btn:not(:last-child) > .dropdown-toggle,
+.input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle),
+.input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn {
+ border-bottom-right-radius: 0;
+ border-top-right-radius: 0;
+}
+
+.input-group-addon:not(:last-child) {
+ border-right: 0;
+}
+
+.input-group .form-control:not(:first-child),
+.input-group-addon:not(:first-child),
+.input-group-btn:not(:first-child) > .btn,
+.input-group-btn:not(:first-child) > .btn-group > .btn,
+.input-group-btn:not(:first-child) > .dropdown-toggle,
+.input-group-btn:not(:last-child) > .btn:not(:first-child),
+.input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn {
+ border-bottom-left-radius: 0;
+ border-top-left-radius: 0;
+}
+
+.form-control + .input-group-addon:not(:first-child) {
+ border-left: 0;
+}
+
+.input-group-btn {
+ position: relative;
+ font-size: 0;
+ white-space: nowrap;
+}
+.input-group-btn > .btn {
+ position: relative;
+}
+.input-group-btn > .btn + .btn {
+ margin-left: -1px;
+}
+.input-group-btn > .btn:focus, .input-group-btn > .btn:active, .input-group-btn > .btn:hover {
+ z-index: 3;
+}
+.input-group-btn:not(:last-child) > .btn,
+.input-group-btn:not(:last-child) > .btn-group {
+ margin-right: -1px;
+}
+.input-group-btn:not(:first-child) > .btn,
+.input-group-btn:not(:first-child) > .btn-group {
+ z-index: 2;
+ margin-left: -1px;
+}
+.input-group-btn:not(:first-child) > .btn:focus, .input-group-btn:not(:first-child) > .btn:active, .input-group-btn:not(:first-child) > .btn:hover,
+.input-group-btn:not(:first-child) > .btn-group:focus,
+.input-group-btn:not(:first-child) > .btn-group:active,
+.input-group-btn:not(:first-child) > .btn-group:hover {
+ z-index: 3;
+}
+
+.custom-control {
+ position: relative;
+ display: inline-block;
+ padding-left: 1.5rem;
+ cursor: pointer;
+}
+.custom-control + .custom-control {
+ margin-left: 1rem;
+}
+
+.custom-control-input {
+ position: absolute;
+ z-index: -1;
+ opacity: 0;
+}
+.custom-control-input:checked ~ .custom-control-indicator {
+ color: #fff;
+ background-color: #0074d9;
+}
+.custom-control-input:focus ~ .custom-control-indicator {
+ box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.2rem #0074d9;
+}
+.custom-control-input:active ~ .custom-control-indicator {
+ color: #fff;
+ background-color: #84c6ff;
+}
+.custom-control-input:disabled ~ .custom-control-indicator {
+ cursor: not-allowed;
+ background-color: #eee;
+}
+.custom-control-input:disabled ~ .custom-control-description {
+ color: #767676;
+ cursor: not-allowed;
+}
+
+.custom-control-indicator {
+ position: absolute;
+ top: 0.25rem;
+ left: 0;
+ display: block;
+ width: 1rem;
+ height: 1rem;
+ pointer-events: none;
+ -webkit-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ user-select: none;
+ background-color: #ddd;
+ background-repeat: no-repeat;
+ background-position: center center;
+ background-size: 50% 50%;
+}
+
+.custom-checkbox .custom-control-indicator {
+ border-radius: 0.17rem;
+}
+.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
+ background-image: url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='#fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E\");
+}
+.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator {
+ background-color: #0074d9;
+ background-image: url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='#fff' d='M0 2h4'/%3E%3C/svg%3E\");
+}
+
+.custom-radio .custom-control-indicator {
+ border-radius: 50%;
+}
+.custom-radio .custom-control-input:checked ~ .custom-control-indicator {
+ background-image: url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='#fff'/%3E%3C/svg%3E\");
+}
+
+.custom-controls-stacked .custom-control {
+ float: left;
+ clear: left;
+}
+.custom-controls-stacked .custom-control + .custom-control {
+ margin-left: 0;
+}
+
+.custom-select {
+ display: inline-block;
+ max-width: 100%;
+ height: calc(2.5rem - 2px);
+ padding: 0.375rem 1.75rem 0.375rem 0.75rem;
+ padding-right: 0.75rem \\9 ;
+ color: #55595c;
+ vertical-align: middle;
+ background: #fff url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='#333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E\") no-repeat right 0.75rem center;
+ background-image: none \\9 ;
+ background-size: 8px 10px;
+ border: 1px solid rgba(0, 0, 0, 0.15);
+ border-radius: 0.1rem;
+ -moz-appearance: none;
+ -webkit-appearance: none;
+}
+.custom-select:focus {
+ border-color: #51a7e8;
+ outline: none;
+}
+.custom-select:focus::-ms-value {
+ color: #55595c;
+ background-color: #fff;
+}
+.custom-select:disabled {
+ color: #888888;
+ cursor: not-allowed;
+ background-color: #eceeef;
+}
+.custom-select::-ms-expand {
+ opacity: 0;
+}
+
+.custom-select-sm {
+ padding-top: 0.375rem;
+ padding-bottom: 0.375rem;
+ font-size: 75%;
+}
+
+.custom-file {
+ position: relative;
+ display: inline-block;
+ max-width: 100%;
+ height: 2.5rem;
+ cursor: pointer;
+}
+
+.custom-file-input {
+ min-width: 14rem;
+ max-width: 100%;
+ margin: 0;
+ filter: alpha(opacity=0);
+ opacity: 0;
+}
+.custom-file-control {
+ position: absolute;
+ top: 0;
+ right: 0;
+ left: 0;
+ z-index: 5;
+ height: 2.5rem;
+ padding: 0.5rem 1rem;
+ line-height: 1.5;
+ color: #555;
+ -webkit-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ user-select: none;
+ background-color: #fff;
+ border: 1px solid #ddd;
+ border-radius: 0.17rem;
+}
+.custom-file-control:lang(en)::after {
+ content: \"Choose file...\";
+}
+.custom-file-control::before {
+ position: absolute;
+ top: -1px;
+ right: -1px;
+ bottom: -1px;
+ z-index: 6;
+ display: block;
+ height: 2.5rem;
+ padding: 0.5rem 1rem;
+ line-height: 1.5;
+ color: #555;
+ background-color: #eee;
+ border: 1px solid #ddd;
+ border-radius: 0 0.17rem 0.17rem 0;
+}
+.custom-file-control:lang(en)::before {
+ content: \"Browse\";
+}
+
+.nav {
+ padding-left: 0;
+ margin-bottom: 0;
+ list-style: none;
+}
+
+.nav-link {
+ display: inline-block;
+}
+.nav-link:focus, .nav-link:hover {
+ text-decoration: none;
+}
+.nav-link.disabled {
+ color: #888888;
+}
+.nav-link.disabled, .nav-link.disabled:focus, .nav-link.disabled:hover {
+ color: #888888;
+ cursor: not-allowed;
+ background-color: transparent;
+}
+
+.nav-inline .nav-item {
+ display: inline-block;
+}
+.nav-inline .nav-item + .nav-item,
+.nav-inline .nav-link + .nav-link {
+ margin-left: 1rem;
+}
+
+.nav-tabs {
+ border-bottom: 0 solid transparent;
+}
+.nav-tabs::after {
+ content: \"\";
+ display: table;
+ clear: both;
+}
+.nav-tabs .nav-item {
+ float: left;
+ margin-bottom: 0;
+}
+.nav-tabs .nav-item + .nav-item {
+ margin-left: 0.2rem;
+}
+.nav-tabs .nav-link {
+ display: block;
+ padding: 0.5em 1em;
+ border: 0 solid transparent;
+ border-top-right-radius: 0.17rem;
+ border-top-left-radius: 0.17rem;
+}
+.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
+ border-color: transparent transparent transparent;
+}
+.nav-tabs .nav-link.disabled, .nav-tabs .nav-link.disabled:focus, .nav-tabs .nav-link.disabled:hover {
+ color: #888888;
+ background-color: transparent;
+ border-color: transparent;
+}
+.nav-tabs .nav-link.active, .nav-tabs .nav-link.active:focus, .nav-tabs .nav-link.active:hover,
+.nav-tabs .nav-item.open .nav-link,
+.nav-tabs .nav-item.open .nav-link:focus,
+.nav-tabs .nav-item.open .nav-link:hover {
+ color: #55595c;
+ background-color: #fff;
+ border-color: #ddd #ddd transparent;
+}
+.nav-tabs .dropdown-menu {
+ margin-top: 0;
+ border-top-right-radius: 0;
+ border-top-left-radius: 0;
+}
+
+.nav-pills::after {
+ content: \"\";
+ display: table;
+ clear: both;
+}
+.nav-pills .nav-item {
+ float: left;
+}
+.nav-pills .nav-item + .nav-item {
+ margin-left: 0.2rem;
+}
+.nav-pills .nav-link {
+ display: block;
+ padding: 0.5em 1em;
+ border-radius: 0.17rem;
+}
+.nav-pills .nav-link.active, .nav-pills .nav-link.active:focus, .nav-pills .nav-link.active:hover,
+.nav-pills .nav-item.open .nav-link,
+.nav-pills .nav-item.open .nav-link:focus,
+.nav-pills .nav-item.open .nav-link:hover {
+ color: #fff;
+ cursor: default;
+ background-color: #eceeef;
+}
+
+.nav-stacked .nav-item {
+ display: block;
+ float: none;
+}
+.nav-stacked .nav-item + .nav-item {
+ margin-top: 0.2rem;
+ margin-left: 0;
+}
+
+.tab-content > .tab-pane {
+ display: none;
+}
+.tab-content > .active {
+ display: block;
+}
+
+.navbar {
+ position: relative;
+ padding: 0.5rem 1rem;
+}
+.navbar::after {
+ content: \"\";
+ display: table;
+ clear: both;
+}
+@media (min-width: 576px) {
+ .navbar {
+ border-radius: 0.17rem;
+ }
+}
+
+.navbar-full {
+ z-index: 1000;
+}
+@media (min-width: 576px) {
+ .navbar-full {
+ border-radius: 0;
+ }
+}
+
+.navbar-fixed-top,
+.navbar-fixed-bottom {
+ position: fixed;
+ right: 0;
+ left: 0;
+ z-index: 1030;
+}
+@media (min-width: 576px) {
+ .navbar-fixed-top,
+.navbar-fixed-bottom {
+ border-radius: 0;
+ }
+}
+
+.navbar-fixed-top {
+ top: 0;
+}
+
+.navbar-fixed-bottom {
+ bottom: 0;
+}
+
+.navbar-sticky-top {
+ position: -webkit-sticky;
+ position: sticky;
+ top: 0;
+ z-index: 1030;
+ width: 100%;
+}
+@media (min-width: 576px) {
+ .navbar-sticky-top {
+ border-radius: 0;
+ }
+}
+
+.navbar-brand {
+ float: left;
+ padding-top: 0.25rem;
+ padding-bottom: 0.25rem;
+ margin-right: 1rem;
+ font-size: 1.25rem;
+ line-height: inherit;
+}
+.navbar-brand:focus, .navbar-brand:hover {
+ text-decoration: none;
+}
+
+.navbar-divider {
+ float: left;
+ width: 1px;
+ padding-top: 0.425rem;
+ padding-bottom: 0.425rem;
+ margin-right: 1rem;
+ margin-left: 1rem;
+ overflow: hidden;
+}
+.navbar-divider::before {
+ content: \"\\A0\";
+}
+
+.navbar-text {
+ display: inline-block;
+ padding-top: 0.425rem;
+ padding-bottom: 0.425rem;
+}
+
+.navbar-toggler {
+ width: 2.5em;
+ height: 2em;
+ padding: 0.5rem 0.75rem;
+ font-size: 1.25rem;
+ line-height: 1;
+ background: transparent no-repeat center center;
+ background-size: 24px 24px;
+ border: 1px solid transparent;
+ border-radius: 0.1rem;
+}
+.navbar-toggler:focus, .navbar-toggler:hover {
+ text-decoration: none;
+}
+
+.navbar-toggleable-xs::after {
+ content: \"\";
+ display: table;
+ clear: both;
+}
+@media (max-width: 575px) {
+ .navbar-toggleable-xs .navbar-brand {
+ display: block;
+ float: none;
+ margin-top: 0.5rem;
+ margin-right: 0;
+ }
+ .navbar-toggleable-xs .navbar-nav {
+ margin-top: 0.5rem;
+ margin-bottom: 0.5rem;
+ }
+ .navbar-toggleable-xs .navbar-nav .dropdown-menu {
+ position: static;
+ float: none;
+ }
+}
+@media (min-width: 576px) {
+ .navbar-toggleable-xs {
+ display: block;
+ }
+}
+.navbar-toggleable-sm::after {
+ content: \"\";
+ display: table;
+ clear: both;
+}
+@media (max-width: 767px) {
+ .navbar-toggleable-sm .navbar-brand {
+ display: block;
+ float: none;
+ margin-top: 0.5rem;
+ margin-right: 0;
+ }
+ .navbar-toggleable-sm .navbar-nav {
+ margin-top: 0.5rem;
+ margin-bottom: 0.5rem;
+ }
+ .navbar-toggleable-sm .navbar-nav .dropdown-menu {
+ position: static;
+ float: none;
+ }
+}
+@media (min-width: 768px) {
+ .navbar-toggleable-sm {
+ display: block;
+ }
+}
+.navbar-toggleable-md::after {
+ content: \"\";
+ display: table;
+ clear: both;
+}
+@media (max-width: 991px) {
+ .navbar-toggleable-md .navbar-brand {
+ display: block;
+ float: none;
+ margin-top: 0.5rem;
+ margin-right: 0;
+ }
+ .navbar-toggleable-md .navbar-nav {
+ margin-top: 0.5rem;
+ margin-bottom: 0.5rem;
+ }
+ .navbar-toggleable-md .navbar-nav .dropdown-menu {
+ position: static;
+ float: none;
+ }
+}
+@media (min-width: 992px) {
+ .navbar-toggleable-md {
+ display: block;
+ }
+}
+.navbar-toggleable-lg::after {
+ content: \"\";
+ display: table;
+ clear: both;
+}
+@media (max-width: 1199px) {
+ .navbar-toggleable-lg .navbar-brand {
+ display: block;
+ float: none;
+ margin-top: 0.5rem;
+ margin-right: 0;
+ }
+ .navbar-toggleable-lg .navbar-nav {
+ margin-top: 0.5rem;
+ margin-bottom: 0.5rem;
+ }
+ .navbar-toggleable-lg .navbar-nav .dropdown-menu {
+ position: static;
+ float: none;
+ }
+}
+@media (min-width: 1200px) {
+ .navbar-toggleable-lg {
+ display: block;
+ }
+}
+.navbar-toggleable-xl {
+ display: block;
+}
+.navbar-toggleable-xl::after {
+ content: \"\";
+ display: table;
+ clear: both;
+}
+.navbar-toggleable-xl .navbar-brand {
+ display: block;
+ float: none;
+ margin-top: 0.5rem;
+ margin-right: 0;
+}
+.navbar-toggleable-xl .navbar-nav {
+ margin-top: 0.5rem;
+ margin-bottom: 0.5rem;
+}
+.navbar-toggleable-xl .navbar-nav .dropdown-menu {
+ position: static;
+ float: none;
+}
+
+.navbar-nav .nav-item {
+ float: left;
+}
+.navbar-nav .nav-link {
+ display: block;
+ padding-top: 0.425rem;
+ padding-bottom: 0.425rem;
+}
+.navbar-nav .nav-link + .nav-link {
+ margin-left: 1rem;
+}
+.navbar-nav .nav-item + .nav-item {
+ margin-left: 1rem;
+}
+
+.navbar-light .navbar-brand,
+.navbar-light .navbar-toggler {
+ color: rgba(0, 0, 0, 0.9);
+}
+.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover,
+.navbar-light .navbar-toggler:focus,
+.navbar-light .navbar-toggler:hover {
+ color: rgba(0, 0, 0, 0.9);
+}
+.navbar-light .navbar-nav .nav-link {
+ color: rgba(0, 0, 0, 0.3);
+}
+.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
+ color: rgba(0, 0, 0, 0.5);
+}
+.navbar-light .navbar-nav .open > .nav-link, .navbar-light .navbar-nav .open > .nav-link:focus, .navbar-light .navbar-nav .open > .nav-link:hover,
+.navbar-light .navbar-nav .active > .nav-link,
+.navbar-light .navbar-nav .active > .nav-link:focus,
+.navbar-light .navbar-nav .active > .nav-link:hover,
+.navbar-light .navbar-nav .nav-link.open,
+.navbar-light .navbar-nav .nav-link.open:focus,
+.navbar-light .navbar-nav .nav-link.open:hover,
+.navbar-light .navbar-nav .nav-link.active,
+.navbar-light .navbar-nav .nav-link.active:focus,
+.navbar-light .navbar-nav .nav-link.active:hover {
+ color: rgba(0, 0, 0, 0.9);
+}
+.navbar-light .navbar-toggler {
+ background-image: url(\"data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.3)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E\");
+ border-color: rgba(0, 0, 0, 0.1);
+}
+.navbar-light .navbar-divider {
+ background-color: rgba(0, 0, 0, 0.075);
+}
+
+.navbar-dark .navbar-brand,
+.navbar-dark .navbar-toggler {
+ color: white;
+}
+.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover,
+.navbar-dark .navbar-toggler:focus,
+.navbar-dark .navbar-toggler:hover {
+ color: white;
+}
+.navbar-dark .navbar-nav .nav-link {
+ color: rgba(255, 255, 255, 0.5);
+}
+.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
+ color: rgba(255, 255, 255, 0.75);
+}
+.navbar-dark .navbar-nav .open > .nav-link, .navbar-dark .navbar-nav .open > .nav-link:focus, .navbar-dark .navbar-nav .open > .nav-link:hover,
+.navbar-dark .navbar-nav .active > .nav-link,
+.navbar-dark .navbar-nav .active > .nav-link:focus,
+.navbar-dark .navbar-nav .active > .nav-link:hover,
+.navbar-dark .navbar-nav .nav-link.open,
+.navbar-dark .navbar-nav .nav-link.open:focus,
+.navbar-dark .navbar-nav .nav-link.open:hover,
+.navbar-dark .navbar-nav .nav-link.active,
+.navbar-dark .navbar-nav .nav-link.active:focus,
+.navbar-dark .navbar-nav .nav-link.active:hover {
+ color: white;
+}
+.navbar-dark .navbar-toggler {
+ background-image: url(\"data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E\");
+ border-color: rgba(255, 255, 255, 0.1);
+}
+.navbar-dark .navbar-divider {
+ background-color: rgba(255, 255, 255, 0.075);
+}
+
+.navbar-toggleable-xs::after {
+ content: \"\";
+ display: table;
+ clear: both;
+}
+@media (max-width: 575px) {
+ .navbar-toggleable-xs .navbar-nav .nav-item {
+ float: none;
+ margin-left: 0;
+ }
+}
+@media (min-width: 576px) {
+ .navbar-toggleable-xs {
+ display: block !important;
+ }
+}
+.navbar-toggleable-sm::after {
+ content: \"\";
+ display: table;
+ clear: both;
+}
+@media (max-width: 767px) {
+ .navbar-toggleable-sm .navbar-nav .nav-item {
+ float: none;
+ margin-left: 0;
+ }
+}
+@media (min-width: 768px) {
+ .navbar-toggleable-sm {
+ display: block !important;
+ }
+}
+.navbar-toggleable-md::after {
+ content: \"\";
+ display: table;
+ clear: both;
+}
+@media (max-width: 991px) {
+ .navbar-toggleable-md .navbar-nav .nav-item {
+ float: none;
+ margin-left: 0;
+ }
+}
+@media (min-width: 992px) {
+ .navbar-toggleable-md {
+ display: block !important;
+ }
+}
+
+.card {
+ position: relative;
+ display: block;
+ margin-bottom: 0.75rem;
+ background-color: #fff;
+ border-radius: 0.1rem;
+ border: 0 solid rgba(0, 0, 0, 0.125);
+}
+
+.card-block {
+ padding: 1.25rem;
+}
+.card-block::after {
+ content: \"\";
+ display: table;
+ clear: both;
+}
+
+.card-title {
+ margin-bottom: 0.75rem;
+}
+
+.card-subtitle {
+ margin-top: -0.375rem;
+ margin-bottom: 0;
+}
+
+.card-text:last-child {
+ margin-bottom: 0;
+}
+
+.card-link:hover {
+ text-decoration: none;
+}
+.card-link + .card-link {
+ margin-left: 1.25rem;
+}
+
+.card > .list-group:first-child .list-group-item:first-child {
+ border-top-right-radius: 0.1rem;
+ border-top-left-radius: 0.1rem;
+}
+.card > .list-group:last-child .list-group-item:last-child {
+ border-bottom-right-radius: 0.1rem;
+ border-bottom-left-radius: 0.1rem;
+}
+
+.card-header {
+ padding: 0.75rem 1.25rem;
+ margin-bottom: 0;
+ background-color: #f5f5f5;
+ border-bottom: 0 solid rgba(0, 0, 0, 0.125);
+}
+.card-header::after {
+ content: \"\";
+ display: table;
+ clear: both;
+}
+.card-header:first-child {
+ border-radius: calc(0.1rem - 0) calc(0.1rem - 0) 0 0;
+}
+
+.card-footer {
+ padding: 0.75rem 1.25rem;
+ background-color: #f5f5f5;
+ border-top: 0 solid rgba(0, 0, 0, 0.125);
+}
+.card-footer::after {
+ content: \"\";
+ display: table;
+ clear: both;
+}
+.card-footer:last-child {
+ border-radius: 0 0 calc(0.1rem - 0) calc(0.1rem - 0);
+}
+
+.card-header-tabs {
+ margin-right: -0.625rem;
+ margin-bottom: -0.75rem;
+ margin-left: -0.625rem;
+ border-bottom: 0;
+}
+
+.card-header-pills {
+ margin-right: -0.625rem;
+ margin-left: -0.625rem;
+}
+
+.card-primary {
+ background-color: #b21cc3;
+ border-color: #b21cc3;
+}
+.card-primary .card-header,
+.card-primary .card-footer {
+ background-color: transparent;
+}
+
+.card-success {
+ background-color: #47d165;
+ border-color: #47d165;
+}
+.card-success .card-header,
+.card-success .card-footer {
+ background-color: transparent;
+}
+
+.card-info {
+ background-color: #11bef6;
+ border-color: #11bef6;
+}
+.card-info .card-header,
+.card-info .card-footer {
+ background-color: transparent;
+}
+
+.card-warning {
+ background-color: #ff754b;
+ border-color: #ff754b;
+}
+.card-warning .card-header,
+.card-warning .card-footer {
+ background-color: transparent;
+}
+
+.card-danger {
+ background-color: #ff3160;
+ border-color: #ff3160;
+}
+.card-danger .card-header,
+.card-danger .card-footer {
+ background-color: transparent;
+}
+
+.card-outline-primary {
+ background-color: transparent;
+ border-color: #b21cc3;
+}
+
+.card-outline-secondary {
+ background-color: transparent;
+ border-color: #ccc;
+}
+
+.card-outline-info {
+ background-color: transparent;
+ border-color: #11bef6;
+}
+
+.card-outline-success {
+ background-color: transparent;
+ border-color: #47d165;
+}
+
+.card-outline-warning {
+ background-color: transparent;
+ border-color: #ff754b;
+}
+
+.card-outline-danger {
+ background-color: transparent;
+ border-color: #ff3160;
+}
+
+.card-inverse .card-header,
+.card-inverse .card-footer {
+ border-color: rgba(255, 255, 255, 0.2);
+}
+.card-inverse .card-header,
+.card-inverse .card-footer,
+.card-inverse .card-title,
+.card-inverse .card-blockquote {
+ color: #fff;
+}
+.card-inverse .card-link,
+.card-inverse .card-text,
+.card-inverse .card-subtitle,
+.card-inverse .card-blockquote .blockquote-footer {
+ color: rgba(255, 255, 255, 0.65);
+}
+.card-inverse .card-link:focus, .card-inverse .card-link:hover {
+ color: #fff;
+}
+
+.card-blockquote {
+ padding: 0;
+ margin-bottom: 0;
+ border-left: 0;
+}
+
+.card-img {
+ border-radius: calc(0.1rem - 0);
+}
+
+.card-img-overlay {
+ position: absolute;
+ top: 0;
+ right: 0;
+ bottom: 0;
+ left: 0;
+ padding: 1.25rem;
+}
+
+.card-img-top {
+ border-top-right-radius: calc(0.1rem - 0);
+ border-top-left-radius: calc(0.1rem - 0);
+}
+
+.card-img-bottom {
+ border-bottom-right-radius: calc(0.1rem - 0);
+ border-bottom-left-radius: calc(0.1rem - 0);
+}
+
+@media (min-width: 576px) {
+ .card-deck {
+ display: flex;
+ flex-flow: row wrap;
+ margin-right: -0.625rem;
+ margin-bottom: 0.75rem;
+ margin-left: -0.625rem;
+ }
+ .card-deck .card {
+ flex: 1 0 0;
+ margin-right: 0.625rem;
+ margin-bottom: 0;
+ margin-left: 0.625rem;
+ }
+}
+@media (min-width: 576px) {
+ .card-group {
+ display: flex;
+ flex-flow: row wrap;
+ }
+ .card-group .card {
+ flex: 1 0 0;
+ }
+ .card-group .card + .card {
+ margin-left: 0;
+ border-left: 0;
+ }
+ .card-group .card:first-child {
+ border-bottom-right-radius: 0;
+ border-top-right-radius: 0;
+ }
+ .card-group .card:first-child .card-img-top {
+ border-top-right-radius: 0;
+ }
+ .card-group .card:first-child .card-img-bottom {
+ border-bottom-right-radius: 0;
+ }
+ .card-group .card:last-child {
+ border-bottom-left-radius: 0;
+ border-top-left-radius: 0;
+ }
+ .card-group .card:last-child .card-img-top {
+ border-top-left-radius: 0;
+ }
+ .card-group .card:last-child .card-img-bottom {
+ border-bottom-left-radius: 0;
+ }
+ .card-group .card:not(:first-child):not(:last-child) {
+ border-radius: 0;
+ }
+ .card-group .card:not(:first-child):not(:last-child) .card-img-top,
+.card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
+ border-radius: 0;
+ }
+}
+@media (min-width: 576px) {
+ .card-columns {
+ -webkit-column-count: 3;
+ column-count: 3;
+ -webkit-column-gap: 1.25rem;
+ column-gap: 1.25rem;
+ }
+ .card-columns .card {
+ display: inline-block;
+ width: 100%;
+ }
+}
+.breadcrumb {
+ padding: 0.75rem 1rem;
+ margin-bottom: 1rem;
+ list-style: none;
+ background-color: #eaeced;
+ border-radius: 0.17rem;
+}
+.breadcrumb::after {
+ content: \"\";
+ display: table;
+ clear: both;
+}
+
+.breadcrumb-item {
+ float: left;
+}
+.breadcrumb-item + .breadcrumb-item::before {
+ display: inline-block;
+ padding-right: 0.5rem;
+ padding-left: 0.5rem;
+ color: #888888;
+ content: \"/\";
+}
+.breadcrumb-item + .breadcrumb-item:hover::before {
+ text-decoration: underline;
+}
+.breadcrumb-item + .breadcrumb-item:hover::before {
+ text-decoration: none;
+}
+.breadcrumb-item.active {
+ color: #bbbbbb;
+}
+
+.pagination {
+ display: inline-block;
+ padding-left: 0;
+ margin-top: 1rem;
+ margin-bottom: 1rem;
+ border-radius: 0.17rem;
+}
+
+.page-item {
+ display: inline;
+}
+.page-item:first-child .page-link {
+ margin-left: 0;
+ border-bottom-left-radius: 0.17rem;
+ border-top-left-radius: 0.17rem;
+}
+.page-item:last-child .page-link {
+ border-bottom-right-radius: 0.17rem;
+ border-top-right-radius: 0.17rem;
+}
+.page-item.active .page-link, .page-item.active .page-link:focus, .page-item.active .page-link:hover {
+ z-index: 2;
+ color: #fff;
+ cursor: default;
+ background-color: #b21cc3;
+ border-color: #b21cc3;
+}
+.page-item.disabled .page-link, .page-item.disabled .page-link:focus, .page-item.disabled .page-link:hover {
+ color: #888888;
+ pointer-events: none;
+ cursor: not-allowed;
+ background-color: #fff;
+ border-color: #ddd;
+}
+
+.page-link {
+ position: relative;
+ float: left;
+ padding: 0.5rem 0.75rem;
+ margin-left: -1px;
+ color: #373a3c;
+ text-decoration: none;
+ background-color: #fff;
+ border: 1px solid #ddd;
+}
+.page-link:focus, .page-link:hover {
+ color: #121314;
+ background-color: #eceeef;
+ border-color: #ddd;
+}
+
+.pagination-lg .page-link {
+ padding: 0.75rem 1.5rem;
+ font-size: 1.25rem;
+}
+.pagination-lg .page-item:first-child .page-link {
+ border-bottom-left-radius: 0.25rem;
+ border-top-left-radius: 0.25rem;
+}
+.pagination-lg .page-item:last-child .page-link {
+ border-bottom-right-radius: 0.25rem;
+ border-top-right-radius: 0.25rem;
+}
+
+.pagination-sm .page-link {
+ padding: 0.25rem 0.5rem;
+ font-size: 0.875rem;
+}
+.pagination-sm .page-item:first-child .page-link {
+ border-bottom-left-radius: 0.1rem;
+ border-top-left-radius: 0.1rem;
+}
+.pagination-sm .page-item:last-child .page-link {
+ border-bottom-right-radius: 0.1rem;
+ border-top-right-radius: 0.1rem;
+}
+
+.tag {
+ display: inline-block;
+ padding: 0.25em 0.4em;
+ font-size: 75%;
+ font-weight: bold;
+ line-height: 1;
+ color: #fff;
+ text-align: center;
+ white-space: nowrap;
+ vertical-align: baseline;
+ border-radius: 0.17rem;
+}
+.tag:empty {
+ display: none;
+}
+
+.btn .tag {
+ position: relative;
+ top: -1px;
+}
+
+a.tag:focus, a.tag:hover {
+ color: #fff;
+ text-decoration: none;
+ cursor: pointer;
+}
+
+.tag-pill {
+ padding-right: 0.6em;
+ padding-left: 0.6em;
+ border-radius: 10rem;
+}
+
+.tag-default {
+ background-color: #888888;
+}
+.tag-default[href]:focus, .tag-default[href]:hover {
+ background-color: #6f6f6f;
+}
+
+.tag-primary {
+ background-color: #b21cc3;
+}
+.tag-primary[href]:focus, .tag-primary[href]:hover {
+ background-color: #891696;
+}
+
+.tag-success {
+ background-color: #47d165;
+}
+.tag-success[href]:focus, .tag-success[href]:hover {
+ background-color: #2eb74c;
+}
+
+.tag-info {
+ background-color: #11bef6;
+}
+.tag-info[href]:focus, .tag-info[href]:hover {
+ background-color: #089ccc;
+}
+
+.tag-warning {
+ background-color: #ff754b;
+}
+.tag-warning[href]:focus, .tag-warning[href]:hover {
+ background-color: #ff4e18;
+}
+
+.tag-danger {
+ background-color: #ff3160;
+}
+.tag-danger[href]:focus, .tag-danger[href]:hover {
+ background-color: #fd003a;
+}
+
+.jumbotron {
+ padding: 2rem 1rem;
+ margin-bottom: 2rem;
+ background-color: #eceeef;
+ border-radius: 0.25rem;
+}
+@media (min-width: 576px) {
+ .jumbotron {
+ padding: 4rem 2rem;
+ }
+}
+
+.jumbotron-hr {
+ border-top-color: #d0d5d8;
+}
+
+.jumbotron-fluid {
+ padding-right: 0;
+ padding-left: 0;
+ border-radius: 0;
+}
+
+.alert {
+ padding: 0.75rem 1.25rem;
+ margin-bottom: 1rem;
+ border: 1px solid transparent;
+ border-radius: 0.1rem;
+}
+
+.alert-heading {
+ color: inherit;
+}
+
+.alert-link {
+ font-weight: bold;
+}
+
+.alert-dismissible {
+ padding-right: 2.5rem;
+}
+.alert-dismissible .close {
+ position: relative;
+ top: -0.125rem;
+ right: -1.25rem;
+ color: inherit;
+}
+
+.alert-success {
+ background-color: #47d165;
+ border-color: #47d165;
+ color: #ffffff;
+}
+.alert-success hr {
+ border-top-color: #33cc54;
+}
+.alert-success .alert-link {
+ color: #e6e6e6;
+}
+
+.alert-info {
+ background-color: #11bef6;
+ border-color: #11bef6;
+ color: #ffffff;
+}
+.alert-info hr {
+ border-top-color: #09afe5;
+}
+.alert-info .alert-link {
+ color: #e6e6e6;
+}
+
+.alert-warning {
+ background-color: #ff754b;
+ border-color: #ff754b;
+ color: #ffffff;
+}
+.alert-warning hr {
+ border-top-color: #ff6132;
+}
+.alert-warning .alert-link {
+ color: #e6e6e6;
+}
+
+.alert-danger {
+ background-color: #ff3160;
+ border-color: #ff3160;
+ color: #ffffff;
+}
+.alert-danger hr {
+ border-top-color: #ff184c;
+}
+.alert-danger .alert-link {
+ color: #e6e6e6;
+}
+
+@-webkit-keyframes progress-bar-stripes {
+ from {
+ background-position: 1rem 0;
+ }
+ to {
+ background-position: 0 0;
+ }
+}
+
+@keyframes progress-bar-stripes {
+ from {
+ background-position: 1rem 0;
+ }
+ to {
+ background-position: 0 0;
+ }
+}
+.progress {
+ display: block;
+ width: 100%;
+ height: 1rem;
+ margin-bottom: 1rem;
+}
+
+.progress[value] {
+ background-color: #cccccc;
+ border: 0;
+ -webkit-appearance: none;
+ -moz-appearance: none;
+ appearance: none;
+ border-radius: 0.17rem;
+}
+
+.progress[value]::-ms-fill {
+ background-color: #b21cc3;
+ border: 0;
+}
+
+.progress[value]::-moz-progress-bar {
+ background-color: #b21cc3;
+ border-bottom-left-radius: 0.17rem;
+ border-top-left-radius: 0.17rem;
+}
+
+.progress[value]::-webkit-progress-value {
+ background-color: #b21cc3;
+ border-bottom-left-radius: 0.17rem;
+ border-top-left-radius: 0.17rem;
+}
+
+.progress[value=\"100\"]::-moz-progress-bar {
+ border-bottom-right-radius: 0.17rem;
+ border-top-right-radius: 0.17rem;
+}
+
+.progress[value=\"100\"]::-webkit-progress-value {
+ border-bottom-right-radius: 0.17rem;
+ border-top-right-radius: 0.17rem;
+}
+
+.progress[value]::-webkit-progress-bar {
+ background-color: #cccccc;
+ border-radius: 0.17rem;
+}
+
+base::-moz-progress-bar,
+.progress[value] {
+ background-color: #cccccc;
+ border-radius: 0.17rem;
+}
+
+@media screen and (min-width: 0\\0 ) {
+ .progress {
+ background-color: #cccccc;
+ border-radius: 0.17rem;
+ }
+
+ .progress-bar {
+ display: inline-block;
+ height: 1rem;
+ text-indent: -999rem;
+ background-color: #b21cc3;
+ border-bottom-left-radius: 0.17rem;
+ border-top-left-radius: 0.17rem;
+ }
+
+ .progress[width=\"100%\"] {
+ border-bottom-right-radius: 0.17rem;
+ border-top-right-radius: 0.17rem;
+ }
+}
+.progress-striped[value]::-webkit-progress-value {
+ background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
+ background-size: 1rem 1rem;
+}
+
+.progress-striped[value]::-moz-progress-bar {
+ background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
+ background-size: 1rem 1rem;
+}
+
+.progress-striped[value]::-ms-fill {
+ background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
+ background-size: 1rem 1rem;
+}
+
+@media screen and (min-width: 0\\0 ) {
+ .progress-bar-striped {
+ background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
+ background-size: 1rem 1rem;
+ }
+}
+.progress-animated[value]::-webkit-progress-value {
+ -webkit-animation: progress-bar-stripes 2s linear infinite;
+ animation: progress-bar-stripes 2s linear infinite;
+}
+
+.progress-animated[value]::-moz-progress-bar {
+ animation: progress-bar-stripes 2s linear infinite;
+}
+
+@media screen and (min-width: 0\\0 ) {
+ .progress-animated .progress-bar-striped {
+ -webkit-animation: progress-bar-stripes 2s linear infinite;
+ animation: progress-bar-stripes 2s linear infinite;
+ }
+}
+.progress-success[value]::-webkit-progress-value {
+ background-color: #47d165;
+}
+.progress-success[value]::-moz-progress-bar {
+ background-color: #47d165;
+}
+.progress-success[value]::-ms-fill {
+ background-color: #47d165;
+}
+@media screen and (min-width: 0\\0 ) {
+ .progress-success .progress-bar {
+ background-color: #47d165;
+ }
+}
+
+.progress-info[value]::-webkit-progress-value {
+ background-color: #11bef6;
+}
+.progress-info[value]::-moz-progress-bar {
+ background-color: #11bef6;
+}
+.progress-info[value]::-ms-fill {
+ background-color: #11bef6;
+}
+@media screen and (min-width: 0\\0 ) {
+ .progress-info .progress-bar {
+ background-color: #11bef6;
+ }
+}
+
+.progress-warning[value]::-webkit-progress-value {
+ background-color: #ff754b;
+}
+.progress-warning[value]::-moz-progress-bar {
+ background-color: #ff754b;
+}
+.progress-warning[value]::-ms-fill {
+ background-color: #ff754b;
+}
+@media screen and (min-width: 0\\0 ) {
+ .progress-warning .progress-bar {
+ background-color: #ff754b;
+ }
+}
+
+.progress-danger[value]::-webkit-progress-value {
+ background-color: #ff3160;
+}
+.progress-danger[value]::-moz-progress-bar {
+ background-color: #ff3160;
+}
+.progress-danger[value]::-ms-fill {
+ background-color: #ff3160;
+}
+@media screen and (min-width: 0\\0 ) {
+ .progress-danger .progress-bar {
+ background-color: #ff3160;
+ }
+}
+
+.media {
+ display: flex;
+}
+
+.media-body {
+ flex: 1;
+}
+
+.media-middle {
+ align-self: center;
+}
+
+.media-bottom {
+ align-self: flex-end;
+}
+
+.media-object {
+ display: block;
+}
+.media-object.img-thumbnail {
+ max-width: none;
+}
+
+.media-right {
+ padding-left: 10px;
+}
+
+.media-left {
+ padding-right: 10px;
+}
+
+.media-heading {
+ margin-top: 0;
+ margin-bottom: 5px;
+}
+
+.media-list {
+ padding-left: 0;
+ list-style: none;
+}
+
+.list-group {
+ padding-left: 0;
+ margin-bottom: 0;
+}
+
+.list-group-item {
+ position: relative;
+ display: block;
+ padding: 0.75rem 1.25rem;
+ margin-bottom: -1px;
+ background-color: #fff;
+ border: 1px solid #ddd;
+}
+.list-group-item:first-child {
+ border-top-right-radius: 0.17rem;
+ border-top-left-radius: 0.17rem;
+}
+.list-group-item:last-child {
+ margin-bottom: 0;
+ border-bottom-right-radius: 0.17rem;
+ border-bottom-left-radius: 0.17rem;
+}
+.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
+ color: #888888;
+ cursor: not-allowed;
+ background-color: #eceeef;
+}
+.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading {
+ color: inherit;
+}
+.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
+ color: #888888;
+}
+.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
+ z-index: 2;
+ color: #fff;
+ text-decoration: none;
+ background-color: #11bef6;
+ border-color: #11bef6;
+}
+.list-group-item.active .list-group-item-heading,
+.list-group-item.active .list-group-item-heading > small,
+.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
+.list-group-item.active:focus .list-group-item-heading > small,
+.list-group-item.active:focus .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
+.list-group-item.active:hover .list-group-item-heading > small,
+.list-group-item.active:hover .list-group-item-heading > .small {
+ color: inherit;
+}
+.list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
+ color: #d6f4fd;
+}
+
+.list-group-flush .list-group-item {
+ border-right: 0;
+ border-left: 0;
+ border-radius: 0;
+}
+
+.list-group-item-action {
+ width: 100%;
+ color: #555;
+ text-align: inherit;
+}
+.list-group-item-action .list-group-item-heading {
+ color: #333;
+}
+.list-group-item-action:focus, .list-group-item-action:hover {
+ color: #555;
+ text-decoration: none;
+ background-color: #f5f5f5;
+}
+
+.list-group-item-success {
+ color: #ffffff;
+ background-color: #47d165;
+}
+
+a.list-group-item-success,
+button.list-group-item-success {
+ color: #ffffff;
+}
+a.list-group-item-success .list-group-item-heading,
+button.list-group-item-success .list-group-item-heading {
+ color: inherit;
+}
+a.list-group-item-success:focus, a.list-group-item-success:hover,
+button.list-group-item-success:focus,
+button.list-group-item-success:hover {
+ color: #ffffff;
+ background-color: #33cc54;
+}
+a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover,
+button.list-group-item-success.active,
+button.list-group-item-success.active:focus,
+button.list-group-item-success.active:hover {
+ color: #fff;
+ background-color: #ffffff;
+ border-color: #ffffff;
+}
+
+.list-group-item-info {
+ color: #ffffff;
+ background-color: #11bef6;
+}
+
+a.list-group-item-info,
+button.list-group-item-info {
+ color: #ffffff;
+}
+a.list-group-item-info .list-group-item-heading,
+button.list-group-item-info .list-group-item-heading {
+ color: inherit;
+}
+a.list-group-item-info:focus, a.list-group-item-info:hover,
+button.list-group-item-info:focus,
+button.list-group-item-info:hover {
+ color: #ffffff;
+ background-color: #09afe5;
+}
+a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover,
+button.list-group-item-info.active,
+button.list-group-item-info.active:focus,
+button.list-group-item-info.active:hover {
+ color: #fff;
+ background-color: #ffffff;
+ border-color: #ffffff;
+}
+
+.list-group-item-warning {
+ color: #ffffff;
+ background-color: #ff754b;
+}
+
+a.list-group-item-warning,
+button.list-group-item-warning {
+ color: #ffffff;
+}
+a.list-group-item-warning .list-group-item-heading,
+button.list-group-item-warning .list-group-item-heading {
+ color: inherit;
+}
+a.list-group-item-warning:focus, a.list-group-item-warning:hover,
+button.list-group-item-warning:focus,
+button.list-group-item-warning:hover {
+ color: #ffffff;
+ background-color: #ff6132;
+}
+a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover,
+button.list-group-item-warning.active,
+button.list-group-item-warning.active:focus,
+button.list-group-item-warning.active:hover {
+ color: #fff;
+ background-color: #ffffff;
+ border-color: #ffffff;
+}
+
+.list-group-item-danger {
+ color: #ffffff;
+ background-color: #ff3160;
+}
+
+a.list-group-item-danger,
+button.list-group-item-danger {
+ color: #ffffff;
+}
+a.list-group-item-danger .list-group-item-heading,
+button.list-group-item-danger .list-group-item-heading {
+ color: inherit;
+}
+a.list-group-item-danger:focus, a.list-group-item-danger:hover,
+button.list-group-item-danger:focus,
+button.list-group-item-danger:hover {
+ color: #ffffff;
+ background-color: #ff184c;
+}
+a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover,
+button.list-group-item-danger.active,
+button.list-group-item-danger.active:focus,
+button.list-group-item-danger.active:hover {
+ color: #fff;
+ background-color: #ffffff;
+ border-color: #ffffff;
+}
+
+.list-group-item-heading {
+ margin-top: 0;
+ margin-bottom: 5px;
+}
+
+.list-group-item-text {
+ margin-bottom: 0;
+ line-height: 1.3;
+}
+
+.embed-responsive {
+ position: relative;
+ display: block;
+ height: 0;
+ padding: 0;
+ overflow: hidden;
+}
+.embed-responsive .embed-responsive-item,
+.embed-responsive iframe,
+.embed-responsive embed,
+.embed-responsive object,
+.embed-responsive video {
+ position: absolute;
+ top: 0;
+ bottom: 0;
+ left: 0;
+ width: 100%;
+ height: 100%;
+ border: 0;
+}
+
+.embed-responsive-21by9 {
+ padding-bottom: 42.8571428571%;
+}
+
+.embed-responsive-16by9 {
+ padding-bottom: 56.25%;
+}
+
+.embed-responsive-4by3 {
+ padding-bottom: 75%;
+}
+
+.embed-responsive-1by1 {
+ padding-bottom: 100%;
+}
+
+.close {
+ float: right;
+ font-size: 1.5rem;
+ font-weight: bold;
+ line-height: 1;
+ color: #ffffff;
+ text-shadow: 1px 1px 0 rgba(66, 66, 66, 0.1);
+ opacity: 0.2;
+}
+.close:focus, .close:hover {
+ color: #ffffff;
+ text-decoration: none;
+ cursor: pointer;
+ opacity: 0.5;
+}
+
+button.close {
+ padding: 0;
+ cursor: pointer;
+ background: transparent;
+ border: 0;
+ -webkit-appearance: none;
+}
+
+.modal-open {
+ overflow: hidden;
+}
+
+.modal {
+ position: fixed;
+ top: 0;
+ right: 0;
+ bottom: 0;
+ left: 0;
+ z-index: 1050;
+ display: none;
+ overflow: hidden;
+ outline: 0;
+}
+.modal.fade .modal-dialog {
+ transition: -webkit-transform 0.3s ease-out;
+ transition: transform 0.3s ease-out;
+ transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
+ -webkit-transform: translate(0, -25%);
+ transform: translate(0, -25%);
+}
+.modal.in .modal-dialog {
+ -webkit-transform: translate(0, 0);
+ transform: translate(0, 0);
+}
+
+.modal-open .modal {
+ overflow-x: hidden;
+ overflow-y: auto;
+}
+
+.modal-dialog {
+ position: relative;
+ width: auto;
+ margin: 10px;
+}
+
+.modal-content {
+ position: relative;
+ background-color: #fff;
+ background-clip: padding-box;
+ border: 0 solid transparent;
+ border-radius: 0.25rem;
+ outline: 0;
+}
+
+.modal-backdrop {
+ position: fixed;
+ top: 0;
+ right: 0;
+ bottom: 0;
+ left: 0;
+ z-index: 1040;
+ background-color: #212121;
+}
+.modal-backdrop.fade {
+ opacity: 0;
+}
+.modal-backdrop.in {
+ opacity: 0.8;
+}
+
+.modal-header {
+ padding: 15px;
+ border-bottom: 0 solid #e5e5e5;
+}
+.modal-header::after {
+ content: \"\";
+ display: table;
+ clear: both;
+}
+
+.modal-header .close {
+ margin-top: -2px;
+}
+
+.modal-title {
+ margin: 0;
+ line-height: 1.5;
+}
+
+.modal-body {
+ position: relative;
+ padding: 15px;
+}
+
+.modal-footer {
+ padding: 15px;
+ text-align: right;
+ border-top: 0 solid #e5e5e5;
+}
+.modal-footer::after {
+ content: \"\";
+ display: table;
+ clear: both;
+}
+
+.modal-scrollbar-measure {
+ position: absolute;
+ top: -9999px;
+ width: 50px;
+ height: 50px;
+ overflow: scroll;
+}
+
+@media (min-width: 576px) {
+ .modal-dialog {
+ max-width: 600px;
+ margin: 30px auto;
+ }
+
+ .modal-sm {
+ max-width: 300px;
+ }
+}
+@media (min-width: 992px) {
+ .modal-lg {
+ max-width: 900px;
+ }
+}
+.tooltip {
+ position: absolute;
+ z-index: 1070;
+ display: block;
+ font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;
+ font-style: normal;
+ font-weight: normal;
+ letter-spacing: normal;
+ line-break: auto;
+ line-height: 1.5;
+ text-align: left;
+ text-align: start;
+ text-decoration: none;
+ text-shadow: none;
+ text-transform: none;
+ white-space: normal;
+ word-break: normal;
+ word-spacing: normal;
+ font-size: 0.875rem;
+ word-wrap: break-word;
+ opacity: 0;
+}
+.tooltip.in {
+ opacity: 0.9;
+}
+.tooltip.tooltip-top, .tooltip.bs-tether-element-attached-bottom {
+ padding: 5px 0;
+ margin-top: -3px;
+}
+.tooltip.tooltip-top .tooltip-inner::before, .tooltip.bs-tether-element-attached-bottom .tooltip-inner::before {
+ bottom: 0;
+ left: 50%;
+ margin-left: -5px;
+ content: \"\";
+ border-width: 5px 5px 0;
+ border-top-color: #212121;
+}
+.tooltip.tooltip-right, .tooltip.bs-tether-element-attached-left {
+ padding: 0 5px;
+ margin-left: 3px;
+}
+.tooltip.tooltip-right .tooltip-inner::before, .tooltip.bs-tether-element-attached-left .tooltip-inner::before {
+ top: 50%;
+ left: 0;
+ margin-top: -5px;
+ content: \"\";
+ border-width: 5px 5px 5px 0;
+ border-right-color: #212121;
+}
+.tooltip.tooltip-bottom, .tooltip.bs-tether-element-attached-top {
+ padding: 5px 0;
+ margin-top: 3px;
+}
+.tooltip.tooltip-bottom .tooltip-inner::before, .tooltip.bs-tether-element-attached-top .tooltip-inner::before {
+ top: 0;
+ left: 50%;
+ margin-left: -5px;
+ content: \"\";
+ border-width: 0 5px 5px;
+ border-bottom-color: #212121;
+}
+.tooltip.tooltip-left, .tooltip.bs-tether-element-attached-right {
+ padding: 0 5px;
+ margin-left: -3px;
+}
+.tooltip.tooltip-left .tooltip-inner::before, .tooltip.bs-tether-element-attached-right .tooltip-inner::before {
+ top: 50%;
+ right: 0;
+ margin-top: -5px;
+ content: \"\";
+ border-width: 5px 0 5px 5px;
+ border-left-color: #212121;
+}
+
+.tooltip-inner {
+ max-width: 200px;
+ padding: 3px 8px;
+ color: #fff;
+ text-align: center;
+ background-color: #212121;
+ border-radius: 0.17rem;
+}
+.tooltip-inner::before {
+ position: absolute;
+ width: 0;
+ height: 0;
+ border-color: transparent;
+ border-style: solid;
+}
+
+.popover {
+ position: absolute;
+ top: 0;
+ left: 0;
+ z-index: 1060;
+ display: block;
+ max-width: 276px;
+ padding: 1px;
+ font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;
+ font-style: normal;
+ font-weight: normal;
+ letter-spacing: normal;
+ line-break: auto;
+ line-height: 1.5;
+ text-align: left;
+ text-align: start;
+ text-decoration: none;
+ text-shadow: none;
+ text-transform: none;
+ white-space: normal;
+ word-break: normal;
+ word-spacing: normal;
+ font-size: 0.875rem;
+ word-wrap: break-word;
+ background-color: #fff;
+ background-clip: padding-box;
+ border: 1px solid rgba(0, 0, 0, 0.2);
+ border-radius: 0.25rem;
+}
+.popover.popover-top, .popover.bs-tether-element-attached-bottom {
+ margin-top: -10px;
+}
+.popover.popover-top::before, .popover.popover-top::after, .popover.bs-tether-element-attached-bottom::before, .popover.bs-tether-element-attached-bottom::after {
+ left: 50%;
+ border-bottom-width: 0;
+}
+.popover.popover-top::before, .popover.bs-tether-element-attached-bottom::before {
+ bottom: -11px;
+ margin-left: -11px;
+ border-top-color: rgba(0, 0, 0, 0.25);
+}
+.popover.popover-top::after, .popover.bs-tether-element-attached-bottom::after {
+ bottom: -10px;
+ margin-left: -10px;
+ border-top-color: #fff;
+}
+.popover.popover-right, .popover.bs-tether-element-attached-left {
+ margin-left: 10px;
+}
+.popover.popover-right::before, .popover.popover-right::after, .popover.bs-tether-element-attached-left::before, .popover.bs-tether-element-attached-left::after {
+ top: 50%;
+ border-left-width: 0;
+}
+.popover.popover-right::before, .popover.bs-tether-element-attached-left::before {
+ left: -11px;
+ margin-top: -11px;
+ border-right-color: rgba(0, 0, 0, 0.25);
+}
+.popover.popover-right::after, .popover.bs-tether-element-attached-left::after {
+ left: -10px;
+ margin-top: -10px;
+ border-right-color: #fff;
+}
+.popover.popover-bottom, .popover.bs-tether-element-attached-top {
+ margin-top: 10px;
+}
+.popover.popover-bottom::before, .popover.popover-bottom::after, .popover.bs-tether-element-attached-top::before, .popover.bs-tether-element-attached-top::after {
+ left: 50%;
+ border-top-width: 0;
+}
+.popover.popover-bottom::before, .popover.bs-tether-element-attached-top::before {
+ top: -11px;
+ margin-left: -11px;
+ border-bottom-color: rgba(0, 0, 0, 0.25);
+}
+.popover.popover-bottom::after, .popover.bs-tether-element-attached-top::after {
+ top: -10px;
+ margin-left: -10px;
+ border-bottom-color: #f7f7f7;
+}
+.popover.popover-bottom .popover-title::before, .popover.bs-tether-element-attached-top .popover-title::before {
+ position: absolute;
+ top: 0;
+ left: 50%;
+ display: block;
+ width: 20px;
+ margin-left: -10px;
+ content: \"\";
+ border-bottom: 1px solid #f7f7f7;
+}
+.popover.popover-left, .popover.bs-tether-element-attached-right {
+ margin-left: -10px;
+}
+.popover.popover-left::before, .popover.popover-left::after, .popover.bs-tether-element-attached-right::before, .popover.bs-tether-element-attached-right::after {
+ top: 50%;
+ border-right-width: 0;
+}
+.popover.popover-left::before, .popover.bs-tether-element-attached-right::before {
+ right: -11px;
+ margin-top: -11px;
+ border-left-color: rgba(0, 0, 0, 0.25);
+}
+.popover.popover-left::after, .popover.bs-tether-element-attached-right::after {
+ right: -10px;
+ margin-top: -10px;
+ border-left-color: #fff;
+}
+
+.popover-title {
+ padding: 8px 14px;
+ margin: 0;
+ font-size: 1rem;
+ background-color: #f7f7f7;
+ border-bottom: 1px solid #ebebeb;
+ border-radius: 0.1875rem 0.1875rem 0 0;
+}
+.popover-title:empty {
+ display: none;
+}
+
+.popover-content {
+ padding: 9px 14px;
+}
+
+.popover::before,
+.popover::after {
+ position: absolute;
+ display: block;
+ width: 0;
+ height: 0;
+ border-color: transparent;
+ border-style: solid;
+}
+
+.popover::before {
+ content: \"\";
+ border-width: 11px;
+}
+
+.popover::after {
+ content: \"\";
+ border-width: 10px;
+}
+
+.carousel {
+ position: relative;
+}
+
+.carousel-inner {
+ position: relative;
+ width: 100%;
+ overflow: hidden;
+}
+.carousel-inner > .carousel-item {
+ position: relative;
+ display: none;
+ transition: 0.6s ease-in-out left;
+}
+.carousel-inner > .carousel-item > img,
+.carousel-inner > .carousel-item > a > img {
+ line-height: 1;
+}
+@media all and (transform-3d), (-webkit-transform-3d) {
+ .carousel-inner > .carousel-item {
+ transition: -webkit-transform 0.6s ease-in-out;
+ transition: transform 0.6s ease-in-out;
+ transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
+ -webkit-backface-visibility: hidden;
+ backface-visibility: hidden;
+ -webkit-perspective: 1000px;
+ perspective: 1000px;
+ }
+ .carousel-inner > .carousel-item.next, .carousel-inner > .carousel-item.active.right {
+ left: 0;
+ -webkit-transform: translate3d(100%, 0, 0);
+ transform: translate3d(100%, 0, 0);
+ }
+ .carousel-inner > .carousel-item.prev, .carousel-inner > .carousel-item.active.left {
+ left: 0;
+ -webkit-transform: translate3d(-100%, 0, 0);
+ transform: translate3d(-100%, 0, 0);
+ }
+ .carousel-inner > .carousel-item.next.left, .carousel-inner > .carousel-item.prev.right, .carousel-inner > .carousel-item.active {
+ left: 0;
+ -webkit-transform: translate3d(0, 0, 0);
+ transform: translate3d(0, 0, 0);
+ }
+}
+.carousel-inner > .active,
+.carousel-inner > .next,
+.carousel-inner > .prev {
+ display: block;
+}
+.carousel-inner > .active {
+ left: 0;
+}
+.carousel-inner > .next,
+.carousel-inner > .prev {
+ position: absolute;
+ top: 0;
+ width: 100%;
+}
+.carousel-inner > .next {
+ left: 100%;
+}
+.carousel-inner > .prev {
+ left: -100%;
+}
+.carousel-inner > .next.left,
+.carousel-inner > .prev.right {
+ left: 0;
+}
+.carousel-inner > .active.left {
+ left: -100%;
+}
+.carousel-inner > .active.right {
+ left: 100%;
+}
+
+.carousel-control {
+ position: absolute;
+ top: 0;
+ bottom: 0;
+ left: 0;
+ width: 15%;
+ font-size: 20px;
+ color: #fff;
+ text-align: center;
+ text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
+ opacity: 0.5;
+}
+.carousel-control.left {
+ background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
+ background-repeat: repeat-x;
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=\"#80000000\", endColorstr=\"#00000000\", GradientType=1);
+}
+.carousel-control.right {
+ right: 0;
+ left: auto;
+ background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
+ background-repeat: repeat-x;
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=\"#00000000\", endColorstr=\"#80000000\", GradientType=1);
+}
+.carousel-control:focus, .carousel-control:hover {
+ color: #fff;
+ text-decoration: none;
+ outline: 0;
+ opacity: 0.9;
+}
+.carousel-control .icon-prev,
+.carousel-control .icon-next {
+ position: absolute;
+ top: 50%;
+ z-index: 5;
+ display: inline-block;
+ width: 20px;
+ height: 20px;
+ margin-top: -10px;
+ font-family: serif;
+ line-height: 1;
+}
+.carousel-control .icon-prev {
+ left: 50%;
+ margin-left: -10px;
+}
+.carousel-control .icon-next {
+ right: 50%;
+ margin-right: -10px;
+}
+.carousel-control .icon-prev::before {
+ content: \"\\2039\";
+}
+.carousel-control .icon-next::before {
+ content: \"\\203A\";
+}
+
+.carousel-indicators {
+ position: absolute;
+ bottom: 10px;
+ left: 50%;
+ z-index: 15;
+ width: 60%;
+ padding-left: 0;
+ margin-left: -30%;
+ text-align: center;
+ list-style: none;
+}
+.carousel-indicators li {
+ display: inline-block;
+ width: 10px;
+ height: 10px;
+ margin: 1px;
+ text-indent: -999px;
+ cursor: pointer;
+ background-color: rgba(0, 0, 0, 0);
+ border: 1px solid #fff;
+ border-radius: 10px;
+}
+.carousel-indicators .active {
+ width: 12px;
+ height: 12px;
+ margin: 0;
+ background-color: #fff;
+}
+
+.carousel-caption {
+ position: absolute;
+ right: 15%;
+ bottom: 20px;
+ left: 15%;
+ z-index: 10;
+ padding-top: 20px;
+ padding-bottom: 20px;
+ color: #fff;
+ text-align: center;
+ text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
+}
+.carousel-caption .btn {
+ text-shadow: none;
+}
+
+@media (min-width: 576px) {
+ .carousel-control .icon-prev,
+.carousel-control .icon-next {
+ width: 30px;
+ height: 30px;
+ margin-top: -15px;
+ font-size: 30px;
+ }
+ .carousel-control .icon-prev {
+ margin-left: -15px;
+ }
+ .carousel-control .icon-next {
+ margin-right: -15px;
+ }
+
+ .carousel-caption {
+ right: 20%;
+ left: 20%;
+ padding-bottom: 30px;
+ }
+
+ .carousel-indicators {
+ bottom: 20px;
+ }
+}
+.align-baseline {
+ vertical-align: baseline !important;
+}
+
+.align-top {
+ vertical-align: top !important;
+}
+
+.align-middle {
+ vertical-align: middle !important;
+}
+
+.align-bottom {
+ vertical-align: bottom !important;
+}
+
+.align-text-bottom {
+ vertical-align: text-bottom !important;
+}
+
+.align-text-top {
+ vertical-align: text-top !important;
+}
+
+.bg-faded {
+ background-color: #f7f7f9;
+}
+
+.bg-primary {
+ background-color: #b21cc3 !important;
+}
+
+a.bg-primary:focus, a.bg-primary:hover {
+ background-color: #891696 !important;
+}
+
+.bg-success {
+ background-color: #47d165 !important;
+}
+
+a.bg-success:focus, a.bg-success:hover {
+ background-color: #2eb74c !important;
+}
+
+.bg-info {
+ background-color: #11bef6 !important;
+}
+
+a.bg-info:focus, a.bg-info:hover {
+ background-color: #089ccc !important;
+}
+
+.bg-warning {
+ background-color: #ff754b !important;
+}
+
+a.bg-warning:focus, a.bg-warning:hover {
+ background-color: #ff4e18 !important;
+}
+
+.bg-danger {
+ background-color: #ff3160 !important;
+}
+
+a.bg-danger:focus, a.bg-danger:hover {
+ background-color: #fd003a !important;
+}
+
+.bg-inverse {
+ background-color: #d4d6d7 !important;
+}
+
+a.bg-inverse:focus, a.bg-inverse:hover {
+ background-color: #babdbe !important;
+}
+
+.rounded {
+ border-radius: 0.17rem;
+}
+
+.rounded-top {
+ border-top-right-radius: 0.17rem;
+ border-top-left-radius: 0.17rem;
+}
+
+.rounded-right {
+ border-bottom-right-radius: 0.17rem;
+ border-top-right-radius: 0.17rem;
+}
+
+.rounded-bottom {
+ border-bottom-right-radius: 0.17rem;
+ border-bottom-left-radius: 0.17rem;
+}
+
+.rounded-left {
+ border-bottom-left-radius: 0.17rem;
+ border-top-left-radius: 0.17rem;
+}
+
+.rounded-circle {
+ border-radius: 50%;
+}
+
+.clearfix::after {
+ content: \"\";
+ display: table;
+ clear: both;
+}
+
+.d-block {
+ display: block !important;
+}
+
+.d-inline-block {
+ display: inline-block !important;
+}
+
+.d-inline {
+ display: inline !important;
+}
+
+.flex-xs-first {
+ order: -1;
+}
+
+.flex-xs-last {
+ order: 1;
+}
+
+.flex-xs-unordered {
+ order: 0;
+}
+
+.flex-items-xs-top {
+ align-items: flex-start;
+}
+
+.flex-items-xs-middle {
+ align-items: center;
+}
+
+.flex-items-xs-bottom {
+ align-items: flex-end;
+}
+
+.flex-xs-top {
+ align-self: flex-start;
+}
+
+.flex-xs-middle {
+ align-self: center;
+}
+
+.flex-xs-bottom {
+ align-self: flex-end;
+}
+
+.flex-items-xs-left {
+ justify-content: flex-start;
+}
+
+.flex-items-xs-center {
+ justify-content: center;
+}
+
+.flex-items-xs-right {
+ justify-content: flex-end;
+}
+
+.flex-items-xs-around {
+ justify-content: space-around;
+}
+
+.flex-items-xs-between {
+ justify-content: space-between;
+}
+
+@media (min-width: 576px) {
+ .flex-sm-first {
+ order: -1;
+ }
+
+ .flex-sm-last {
+ order: 1;
+ }
+
+ .flex-sm-unordered {
+ order: 0;
+ }
+}
+@media (min-width: 576px) {
+ .flex-items-sm-top {
+ align-items: flex-start;
+ }
+
+ .flex-items-sm-middle {
+ align-items: center;
+ }
+
+ .flex-items-sm-bottom {
+ align-items: flex-end;
+ }
+}
+@media (min-width: 576px) {
+ .flex-sm-top {
+ align-self: flex-start;
+ }
+
+ .flex-sm-middle {
+ align-self: center;
+ }
+
+ .flex-sm-bottom {
+ align-self: flex-end;
+ }
+}
+@media (min-width: 576px) {
+ .flex-items-sm-left {
+ justify-content: flex-start;
+ }
+
+ .flex-items-sm-center {
+ justify-content: center;
+ }
+
+ .flex-items-sm-right {
+ justify-content: flex-end;
+ }
+
+ .flex-items-sm-around {
+ justify-content: space-around;
+ }
+
+ .flex-items-sm-between {
+ justify-content: space-between;
+ }
+}
+@media (min-width: 768px) {
+ .flex-md-first {
+ order: -1;
+ }
+
+ .flex-md-last {
+ order: 1;
+ }
+
+ .flex-md-unordered {
+ order: 0;
+ }
+}
+@media (min-width: 768px) {
+ .flex-items-md-top {
+ align-items: flex-start;
+ }
+
+ .flex-items-md-middle {
+ align-items: center;
+ }
+
+ .flex-items-md-bottom {
+ align-items: flex-end;
+ }
+}
+@media (min-width: 768px) {
+ .flex-md-top {
+ align-self: flex-start;
+ }
+
+ .flex-md-middle {
+ align-self: center;
+ }
+
+ .flex-md-bottom {
+ align-self: flex-end;
+ }
+}
+@media (min-width: 768px) {
+ .flex-items-md-left {
+ justify-content: flex-start;
+ }
+
+ .flex-items-md-center {
+ justify-content: center;
+ }
+
+ .flex-items-md-right {
+ justify-content: flex-end;
+ }
+
+ .flex-items-md-around {
+ justify-content: space-around;
+ }
+
+ .flex-items-md-between {
+ justify-content: space-between;
+ }
+}
+@media (min-width: 992px) {
+ .flex-lg-first {
+ order: -1;
+ }
+
+ .flex-lg-last {
+ order: 1;
+ }
+
+ .flex-lg-unordered {
+ order: 0;
+ }
+}
+@media (min-width: 992px) {
+ .flex-items-lg-top {
+ align-items: flex-start;
+ }
+
+ .flex-items-lg-middle {
+ align-items: center;
+ }
+
+ .flex-items-lg-bottom {
+ align-items: flex-end;
+ }
+}
+@media (min-width: 992px) {
+ .flex-lg-top {
+ align-self: flex-start;
+ }
+
+ .flex-lg-middle {
+ align-self: center;
+ }
+
+ .flex-lg-bottom {
+ align-self: flex-end;
+ }
+}
+@media (min-width: 992px) {
+ .flex-items-lg-left {
+ justify-content: flex-start;
+ }
+
+ .flex-items-lg-center {
+ justify-content: center;
+ }
+
+ .flex-items-lg-right {
+ justify-content: flex-end;
+ }
+
+ .flex-items-lg-around {
+ justify-content: space-around;
+ }
+
+ .flex-items-lg-between {
+ justify-content: space-between;
+ }
+}
+@media (min-width: 1200px) {
+ .flex-xl-first {
+ order: -1;
+ }
+
+ .flex-xl-last {
+ order: 1;
+ }
+
+ .flex-xl-unordered {
+ order: 0;
+ }
+}
+@media (min-width: 1200px) {
+ .flex-items-xl-top {
+ align-items: flex-start;
+ }
+
+ .flex-items-xl-middle {
+ align-items: center;
+ }
+
+ .flex-items-xl-bottom {
+ align-items: flex-end;
+ }
+}
+@media (min-width: 1200px) {
+ .flex-xl-top {
+ align-self: flex-start;
+ }
+
+ .flex-xl-middle {
+ align-self: center;
+ }
+
+ .flex-xl-bottom {
+ align-self: flex-end;
+ }
+}
+@media (min-width: 1200px) {
+ .flex-items-xl-left {
+ justify-content: flex-start;
+ }
+
+ .flex-items-xl-center {
+ justify-content: center;
+ }
+
+ .flex-items-xl-right {
+ justify-content: flex-end;
+ }
+
+ .flex-items-xl-around {
+ justify-content: space-around;
+ }
+
+ .flex-items-xl-between {
+ justify-content: space-between;
+ }
+}
+.float-xs-left {
+ float: left !important;
+}
+
+.float-xs-right {
+ float: right !important;
+}
+
+.float-xs-none {
+ float: none !important;
+}
+
+@media (min-width: 576px) {
+ .float-sm-left {
+ float: left !important;
+ }
+
+ .float-sm-right {
+ float: right !important;
+ }
+
+ .float-sm-none {
+ float: none !important;
+ }
+}
+@media (min-width: 768px) {
+ .float-md-left {
+ float: left !important;
+ }
+
+ .float-md-right {
+ float: right !important;
+ }
+
+ .float-md-none {
+ float: none !important;
+ }
+}
+@media (min-width: 992px) {
+ .float-lg-left {
+ float: left !important;
+ }
+
+ .float-lg-right {
+ float: right !important;
+ }
+
+ .float-lg-none {
+ float: none !important;
+ }
+}
+@media (min-width: 1200px) {
+ .float-xl-left {
+ float: left !important;
+ }
+
+ .float-xl-right {
+ float: right !important;
+ }
+
+ .float-xl-none {
+ float: none !important;
+ }
+}
+.sr-only {
+ position: absolute;
+ width: 1px;
+ height: 1px;
+ padding: 0;
+ margin: -1px;
+ overflow: hidden;
+ clip: rect(0, 0, 0, 0);
+ border: 0;
+}
+
+.sr-only-focusable:active, .sr-only-focusable:focus {
+ position: static;
+ width: auto;
+ height: auto;
+ margin: 0;
+ overflow: visible;
+ clip: auto;
+}
+
+.w-100 {
+ width: 100% !important;
+}
+
+.h-100 {
+ height: 100% !important;
+}
+
+.mx-auto {
+ margin-right: auto !important;
+ margin-left: auto !important;
+}
+
+.m-0 {
+ margin: 0 0 !important;
+}
+
+.mt-0 {
+ margin-top: 0 !important;
+}
+
+.mr-0 {
+ margin-right: 0 !important;
+}
+
+.mb-0 {
+ margin-bottom: 0 !important;
+}
+
+.ml-0 {
+ margin-left: 0 !important;
+}
+
+.mx-0 {
+ margin-right: 0 !important;
+ margin-left: 0 !important;
+}
+
+.my-0 {
+ margin-top: 0 !important;
+ margin-bottom: 0 !important;
+}
+
+.m-1 {
+ margin: 1rem 1rem !important;
+}
+
+.mt-1 {
+ margin-top: 1rem !important;
+}
+
+.mr-1 {
+ margin-right: 1rem !important;
+}
+
+.mb-1 {
+ margin-bottom: 1rem !important;
+}
+
+.ml-1 {
+ margin-left: 1rem !important;
+}
+
+.mx-1 {
+ margin-right: 1rem !important;
+ margin-left: 1rem !important;
+}
+
+.my-1 {
+ margin-top: 1rem !important;
+ margin-bottom: 1rem !important;
+}
+
+.m-2 {
+ margin: 1.5rem 1.5rem !important;
+}
+
+.mt-2 {
+ margin-top: 1.5rem !important;
+}
+
+.mr-2 {
+ margin-right: 1.5rem !important;
+}
+
+.mb-2 {
+ margin-bottom: 1.5rem !important;
+}
+
+.ml-2 {
+ margin-left: 1.5rem !important;
+}
+
+.mx-2 {
+ margin-right: 1.5rem !important;
+ margin-left: 1.5rem !important;
+}
+
+.my-2 {
+ margin-top: 1.5rem !important;
+ margin-bottom: 1.5rem !important;
+}
+
+.m-3 {
+ margin: 3rem 3rem !important;
+}
+
+.mt-3 {
+ margin-top: 3rem !important;
+}
+
+.mr-3 {
+ margin-right: 3rem !important;
+}
+
+.mb-3 {
+ margin-bottom: 3rem !important;
+}
+
+.ml-3 {
+ margin-left: 3rem !important;
+}
+
+.mx-3 {
+ margin-right: 3rem !important;
+ margin-left: 3rem !important;
+}
+
+.my-3 {
+ margin-top: 3rem !important;
+ margin-bottom: 3rem !important;
+}
+
+.p-0 {
+ padding: 0 0 !important;
+}
+
+.pt-0 {
+ padding-top: 0 !important;
+}
+
+.pr-0 {
+ padding-right: 0 !important;
+}
+
+.pb-0 {
+ padding-bottom: 0 !important;
+}
+
+.pl-0 {
+ padding-left: 0 !important;
+}
+
+.px-0 {
+ padding-right: 0 !important;
+ padding-left: 0 !important;
+}
+
+.py-0 {
+ padding-top: 0 !important;
+ padding-bottom: 0 !important;
+}
+
+.p-1 {
+ padding: 1rem 1rem !important;
+}
+
+.pt-1 {
+ padding-top: 1rem !important;
+}
+
+.pr-1 {
+ padding-right: 1rem !important;
+}
+
+.pb-1 {
+ padding-bottom: 1rem !important;
+}
+
+.pl-1 {
+ padding-left: 1rem !important;
+}
+
+.px-1 {
+ padding-right: 1rem !important;
+ padding-left: 1rem !important;
+}
+
+.py-1 {
+ padding-top: 1rem !important;
+ padding-bottom: 1rem !important;
+}
+
+.p-2 {
+ padding: 1.5rem 1.5rem !important;
+}
+
+.pt-2 {
+ padding-top: 1.5rem !important;
+}
+
+.pr-2 {
+ padding-right: 1.5rem !important;
+}
+
+.pb-2 {
+ padding-bottom: 1.5rem !important;
+}
+
+.pl-2 {
+ padding-left: 1.5rem !important;
+}
+
+.px-2 {
+ padding-right: 1.5rem !important;
+ padding-left: 1.5rem !important;
+}
+
+.py-2 {
+ padding-top: 1.5rem !important;
+ padding-bottom: 1.5rem !important;
+}
+
+.p-3 {
+ padding: 3rem 3rem !important;
+}
+
+.pt-3 {
+ padding-top: 3rem !important;
+}
+
+.pr-3 {
+ padding-right: 3rem !important;
+}
+
+.pb-3 {
+ padding-bottom: 3rem !important;
+}
+
+.pl-3 {
+ padding-left: 3rem !important;
+}
+
+.px-3 {
+ padding-right: 3rem !important;
+ padding-left: 3rem !important;
+}
+
+.py-3 {
+ padding-top: 3rem !important;
+ padding-bottom: 3rem !important;
+}
+
+.pos-f-t {
+ position: fixed;
+ top: 0;
+ right: 0;
+ left: 0;
+ z-index: 1030;
+}
+
+.text-justify {
+ text-align: justify !important;
+}
+
+.text-nowrap {
+ white-space: nowrap !important;
+}
+
+.text-truncate {
+ overflow: hidden;
+ text-overflow: ellipsis;
+ white-space: nowrap;
+}
+
+.text-xs-left {
+ text-align: left !important;
+}
+
+.text-xs-right {
+ text-align: right !important;
+}
+
+.text-xs-center {
+ text-align: center !important;
+}
+
+@media (min-width: 576px) {
+ .text-sm-left {
+ text-align: left !important;
+ }
+
+ .text-sm-right {
+ text-align: right !important;
+ }
+
+ .text-sm-center {
+ text-align: center !important;
+ }
+}
+@media (min-width: 768px) {
+ .text-md-left {
+ text-align: left !important;
+ }
+
+ .text-md-right {
+ text-align: right !important;
+ }
+
+ .text-md-center {
+ text-align: center !important;
+ }
+}
+@media (min-width: 992px) {
+ .text-lg-left {
+ text-align: left !important;
+ }
+
+ .text-lg-right {
+ text-align: right !important;
+ }
+
+ .text-lg-center {
+ text-align: center !important;
+ }
+}
+@media (min-width: 1200px) {
+ .text-xl-left {
+ text-align: left !important;
+ }
+
+ .text-xl-right {
+ text-align: right !important;
+ }
+
+ .text-xl-center {
+ text-align: center !important;
+ }
+}
+.text-lowercase {
+ text-transform: lowercase !important;
+}
+
+.text-uppercase {
+ text-transform: uppercase !important;
+}
+
+.text-capitalize {
+ text-transform: capitalize !important;
+}
+
+.font-weight-normal {
+ font-weight: normal;
+}
+
+.font-weight-bold {
+ font-weight: bold;
+}
+
+.font-italic {
+ font-style: italic;
+}
+
+.text-white {
+ color: #fff !important;
+}
+
+.text-muted {
+ color: #888888 !important;
+}
+
+a.text-muted:focus, a.text-muted:hover {
+ color: #6f6f6f !important;
+}
+
+.text-primary {
+ color: #b21cc3 !important;
+}
+
+a.text-primary:focus, a.text-primary:hover {
+ color: #891696 !important;
+}
+
+.text-success {
+ color: #47d165 !important;
+}
+
+a.text-success:focus, a.text-success:hover {
+ color: #2eb74c !important;
+}
+
+.text-info {
+ color: #11bef6 !important;
+}
+
+a.text-info:focus, a.text-info:hover {
+ color: #089ccc !important;
+}
+
+.text-warning {
+ color: #ff754b !important;
+}
+
+a.text-warning:focus, a.text-warning:hover {
+ color: #ff4e18 !important;
+}
+
+.text-danger {
+ color: #ff3160 !important;
+}
+
+a.text-danger:focus, a.text-danger:hover {
+ color: #fd003a !important;
+}
+
+.text-gray-dark {
+ color: #373a3c !important;
+}
+
+a.text-gray-dark:focus, a.text-gray-dark:hover {
+ color: #1f2021 !important;
+}
+
+.text-hide {
+ font: 0/0 a;
+ color: transparent;
+ text-shadow: none;
+ background-color: transparent;
+ border: 0;
+}
+
+.invisible {
+ visibility: hidden !important;
+}
+
+.hidden-xs-up {
+ display: none !important;
+}
+
+@media (max-width: 575px) {
+ .hidden-xs-down {
+ display: none !important;
+ }
+}
+
+@media (min-width: 576px) {
+ .hidden-sm-up {
+ display: none !important;
+ }
+}
+
+@media (max-width: 767px) {
+ .hidden-sm-down {
+ display: none !important;
+ }
+}
+
+@media (min-width: 768px) {
+ .hidden-md-up {
+ display: none !important;
+ }
+}
+
+@media (max-width: 991px) {
+ .hidden-md-down {
+ display: none !important;
+ }
+}
+
+@media (min-width: 992px) {
+ .hidden-lg-up {
+ display: none !important;
+ }
+}
+
+@media (max-width: 1199px) {
+ .hidden-lg-down {
+ display: none !important;
+ }
+}
+
+@media (min-width: 1200px) {
+ .hidden-xl-up {
+ display: none !important;
+ }
+}
+
+.hidden-xl-down {
+ display: none !important;
+}
+
+.visible-print-block {
+ display: none !important;
+}
+@media print {
+ .visible-print-block {
+ display: block !important;
+ }
+}
+
+.visible-print-inline {
+ display: none !important;
+}
+@media print {
+ .visible-print-inline {
+ display: inline !important;
+ }
+}
+
+.visible-print-inline-block {
+ display: none !important;
+}
+@media print {
+ .visible-print-inline-block {
+ display: inline-block !important;
+ }
+}
+
+@media print {
+ .hidden-print {
+ display: none !important;
+ }
+}
+
+.select2-container {
+ box-sizing: border-box;
+ display: inline-block;
+ margin: 0;
+ position: relative;
+ vertical-align: middle; }
+ .select2-container .select2-selection--single {
+ box-sizing: border-box;
+ cursor: pointer;
+ display: block;
+ height: 28px;
+ user-select: none;
+ -webkit-user-select: none; }
+ .select2-container .select2-selection--single .select2-selection__rendered {
+ display: block;
+ padding-left: 8px;
+ padding-right: 20px;
+ overflow: hidden;
+ text-overflow: ellipsis;
+ white-space: nowrap; }
+ .select2-container .select2-selection--single .select2-selection__clear {
+ position: relative; }
+ .select2-container[dir=\"rtl\"] .select2-selection--single .select2-selection__rendered {
+ padding-right: 8px;
+ padding-left: 20px; }
+ .select2-container .select2-selection--multiple {
+ box-sizing: border-box;
+ cursor: pointer;
+ display: inline-block;
+ padding-bottom: 5px;
+ min-height: 32px;
+ user-select: none;
+ -webkit-user-select: none; }
+ .select2-container .select2-search--inline {
+ float: left; }
+ .select2-container .select2-search--inline .select2-search__field {
+ box-sizing: border-box;
+ border: none;
+ font-size: 100%;
+ margin-top: 5px;
+ padding: 0; }
+ .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
+ -webkit-appearance: none; }
+
+.select2-dropdown {
+ background-color: white;
+ border: 1px solid #aaa;
+ border-radius: 4px;
+ box-sizing: border-box;
+ display: block;
+ position: absolute;
+ left: -100000px;
+ width: 100%;
+ z-index: 1051; }
+
+.select2-results {
+ display: block; }
+
+.select2-results__options {
+ list-style: none;
+ margin: 0;
+ padding: 0; }
+
+.select2-results__option {
+ padding: 6px;
+ user-select: none;
+ -webkit-user-select: none; }
+ .select2-results__option[aria-selected] {
+ cursor: pointer; }
+
+.select2-container--open .select2-dropdown {
+ left: 0; }
+
+.select2-container--open .select2-dropdown--above {
+ border-bottom: none;
+ border-bottom-left-radius: 0;
+ border-bottom-right-radius: 0; }
+
+.select2-container--open .select2-dropdown--below {
+ border-top: none;
+ border-top-left-radius: 0;
+ border-top-right-radius: 0; }
+
+.select2-search--dropdown {
+ display: block;
+ padding: 4px; }
+ .select2-search--dropdown .select2-search__field {
+ padding: 4px;
+ width: 100%;
+ box-sizing: border-box; }
+ .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
+ -webkit-appearance: none; }
+ .select2-search--dropdown.select2-search--hide {
+ display: none; }
+
+.select2-close-mask {
+ border: 0;
+ margin: 0;
+ padding: 0;
+ display: block;
+ position: fixed;
+ left: 0;
+ top: 0;
+ min-height: 100%;
+ min-width: 100%;
+ height: auto;
+ width: auto;
+ opacity: 0;
+ z-index: 99;
+ background-color: #fff;
+ filter: alpha(opacity=0); }
+
+.select2-hidden-accessible {
+ border: 0 !important;
+ clip: rect(0 0 0 0) !important;
+ height: 1px !important;
+ margin: -1px !important;
+ overflow: hidden !important;
+ padding: 0 !important;
+ position: absolute !important;
+ width: 1px !important; }
+
+.select2-container--default .select2-selection--single {
+ background-color: #fff;
+ border: 1px solid #aaa;
+ border-radius: 4px; }
+ .select2-container--default .select2-selection--single .select2-selection__rendered {
+ color: #444;
+ line-height: 28px; }
+ .select2-container--default .select2-selection--single .select2-selection__clear {
+ cursor: pointer;
+ float: right;
+ font-weight: bold; }
+ .select2-container--default .select2-selection--single .select2-selection__placeholder {
+ color: #999; }
+ .select2-container--default .select2-selection--single .select2-selection__arrow {
+ height: 26px;
+ position: absolute;
+ top: 1px;
+ right: 1px;
+ width: 20px; }
+ .select2-container--default .select2-selection--single .select2-selection__arrow b {
+ border-color: #888 transparent transparent transparent;
+ border-style: solid;
+ border-width: 5px 4px 0 4px;
+ height: 0;
+ left: 50%;
+ margin-left: -4px;
+ margin-top: -2px;
+ position: absolute;
+ top: 50%;
+ width: 0; }
+
+.select2-container--default[dir=\"rtl\"] .select2-selection--single .select2-selection__clear {
+ float: left; }
+
+.select2-container--default[dir=\"rtl\"] .select2-selection--single .select2-selection__arrow {
+ left: 1px;
+ right: auto; }
+
+.select2-container--default.select2-container--disabled .select2-selection--single {
+ background-color: #eee;
+ cursor: default; }
+ .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
+ display: none; }
+
+.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
+ border-color: transparent transparent #888 transparent;
+ border-width: 0 4px 5px 4px; }
+
+.select2-container--default .select2-selection--multiple {
+ background-color: white;
+ border: 1px solid #aaa;
+ border-radius: 4px;
+ cursor: text; }
+
+ .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
+ list-style: none; }
+ .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
+ color: #999;
+ margin-top: 5px;
+ float: left; }
+ .select2-container--default .select2-selection--multiple .select2-selection__clear {
+ cursor: pointer;
+ float: right;
+ font-weight: bold;
+ margin-top: 5px;
+ margin-right: 10px; }
+ .select2-container--default .select2-selection--multiple .select2-selection__choice {
+ background-color: #e4e4e4;
+ border: 1px solid #aaa;
+ border-radius: 4px;
+ cursor: default;
+ float: left;
+ margin-right: 5px;
+ margin-top: 5px;
+ padding: 0 5px; }
+ .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
+ color: #999;
+ cursor: pointer;
+ display: inline-block;
+ font-weight: bold;
+ margin-right: 2px; }
+ .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
+ color: #333; }
+
+.select2-container--default[dir=\"rtl\"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir=\"rtl\"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir=\"rtl\"] .select2-selection--multiple .select2-search--inline {
+ float: right; }
+
+.select2-container--default[dir=\"rtl\"] .select2-selection--multiple .select2-selection__choice {
+ margin-left: 5px;
+ margin-right: auto; }
+
+.select2-container--default[dir=\"rtl\"] .select2-selection--multiple .select2-selection__choice__remove {
+ margin-left: 2px;
+ margin-right: auto; }
+
+.select2-container--default.select2-container--focus .select2-selection--multiple {
+ border: solid black 1px;
+ outline: 0; }
+
+.select2-container--default.select2-container--disabled .select2-selection--multiple {
+ background-color: #eee;
+ cursor: default; }
+
+.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
+ display: none; }
+
+.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
+ border-top-left-radius: 0;
+ border-top-right-radius: 0; }
+
+.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
+ border-bottom-left-radius: 0;
+ border-bottom-right-radius: 0; }
+
+.select2-container--default .select2-search--dropdown .select2-search__field {
+ border: 1px solid #aaa; }
+
+.select2-container--default .select2-search--inline .select2-search__field {
+ background: transparent;
+ border: none;
+ outline: 0;
+ box-shadow: none;
+ -webkit-appearance: textfield; }
+
+.select2-container--default .select2-results > .select2-results__options {
+ max-height: 200px;
+ overflow-y: auto; }
+
+.select2-container--default .select2-results__option[role=group] {
+ padding: 0; }
+
+.select2-container--default .select2-results__option[aria-disabled=true] {
+ color: #999; }
+
+.select2-container--default .select2-results__option[aria-selected=true] {
+ background-color: #ddd; }
+
+.select2-container--default .select2-results__option .select2-results__option {
+ padding-left: 1em; }
+ .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
+ padding-left: 0; }
+ .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
+ margin-left: -1em;
+ padding-left: 2em; }
+ .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
+ margin-left: -2em;
+ padding-left: 3em; }
+ .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
+ margin-left: -3em;
+ padding-left: 4em; }
+ .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
+ margin-left: -4em;
+ padding-left: 5em; }
+ .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
+ margin-left: -5em;
+ padding-left: 6em; }
+
+.select2-container--default .select2-results__option--highlighted[aria-selected] {
+ background-color: #5897fb;
+ color: white; }
+
+.select2-container--default .select2-results__group {
+ cursor: default;
+ display: block;
+ padding: 6px; }
+
+.select2-container--classic .select2-selection--single {
+ background-color: #f7f7f7;
+ border: 1px solid #aaa;
+ border-radius: 4px;
+ outline: 0;
+ background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
+ background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
+ background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
+ background-repeat: repeat-x;
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
+ .select2-container--classic .select2-selection--single:focus {
+ border: 1px solid #5897fb; }
+ .select2-container--classic .select2-selection--single .select2-selection__rendered {
+ color: #444;
+ line-height: 28px; }
+ .select2-container--classic .select2-selection--single .select2-selection__clear {
+ cursor: pointer;
+ float: right;
+ font-weight: bold;
+ margin-right: 10px; }
+ .select2-container--classic .select2-selection--single .select2-selection__placeholder {
+ color: #999; }
+ .select2-container--classic .select2-selection--single .select2-selection__arrow {
+ background-color: #ddd;
+ border: none;
+ border-left: 1px solid #aaa;
+ border-top-right-radius: 4px;
+ border-bottom-right-radius: 4px;
+ height: 26px;
+ position: absolute;
+ top: 1px;
+ right: 1px;
+ width: 20px;
+ background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
+ background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
+ background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
+ background-repeat: repeat-x;
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
+ .select2-container--classic .select2-selection--single .select2-selection__arrow b {
+ border-color: #888 transparent transparent transparent;
+ border-style: solid;
+ border-width: 5px 4px 0 4px;
+ height: 0;
+ left: 50%;
+ margin-left: -4px;
+ margin-top: -2px;
+ position: absolute;
+ top: 50%;
+ width: 0; }
+
+.select2-container--classic[dir=\"rtl\"] .select2-selection--single .select2-selection__clear {
+ float: left; }
+
+.select2-container--classic[dir=\"rtl\"] .select2-selection--single .select2-selection__arrow {
+ border: none;
+ border-right: 1px solid #aaa;
+ border-radius: 0;
+ border-top-left-radius: 4px;
+ border-bottom-left-radius: 4px;
+ left: 1px;
+ right: auto; }
+
+.select2-container--classic.select2-container--open .select2-selection--single {
+ border: 1px solid #5897fb; }
+ .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
+ background: transparent;
+ border: none; }
+ .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
+ border-color: transparent transparent #888 transparent;
+ border-width: 0 4px 5px 4px; }
+
+.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
+ border-top: none;
+ border-top-left-radius: 0;
+ border-top-right-radius: 0;
+ background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
+ background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
+ background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
+ background-repeat: repeat-x;
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
+
+.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
+ border-bottom: none;
+ border-bottom-left-radius: 0;
+ border-bottom-right-radius: 0;
+ background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
+ background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
+ background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
+ background-repeat: repeat-x;
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }
+
+.select2-container--classic .select2-selection--multiple {
+ background-color: white;
+ border: 1px solid #aaa;
+ border-radius: 4px;
+ cursor: text;
+ outline: 0; }
+ .select2-container--classic .select2-selection--multiple:focus {
+ border: 1px solid #5897fb; }
+ .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
+ list-style: none;
+ margin: 0;
+ padding: 0 5px; }
+ .select2-container--classic .select2-selection--multiple .select2-selection__clear {
+ display: none; }
+ .select2-container--classic .select2-selection--multiple .select2-selection__choice {
+ background-color: #e4e4e4;
+ border: 1px solid #aaa;
+ border-radius: 4px;
+ cursor: default;
+ float: left;
+ margin-right: 5px;
+ margin-top: 5px;
+ padding: 0 5px; }
+ .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
+ color: #888;
+ cursor: pointer;
+ display: inline-block;
+ font-weight: bold;
+ margin-right: 2px; }
+ .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
+ color: #555; }
+
+.select2-container--classic[dir=\"rtl\"] .select2-selection--multiple .select2-selection__choice {
+ float: right; }
+
+.select2-container--classic[dir=\"rtl\"] .select2-selection--multiple .select2-selection__choice {
+ margin-left: 5px;
+ margin-right: auto; }
+
+.select2-container--classic[dir=\"rtl\"] .select2-selection--multiple .select2-selection__choice__remove {
+ margin-left: 2px;
+ margin-right: auto; }
+
+.select2-container--classic.select2-container--open .select2-selection--multiple {
+ border: 1px solid #5897fb; }
+
+.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
+ border-top: none;
+ border-top-left-radius: 0;
+ border-top-right-radius: 0; }
+
+.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
+ border-bottom: none;
+ border-bottom-left-radius: 0;
+ border-bottom-right-radius: 0; }
+
+.select2-container--classic .select2-search--dropdown .select2-search__field {
+ border: 1px solid #aaa;
+ outline: 0; }
+
+.select2-container--classic .select2-search--inline .select2-search__field {
+ outline: 0;
+ box-shadow: none; }
+
+.select2-container--classic .select2-dropdown {
+ background-color: white;
+ border: 1px solid transparent; }
+
+.select2-container--classic .select2-dropdown--above {
+ border-bottom: none; }
+
+.select2-container--classic .select2-dropdown--below {
+ border-top: none; }
+
+.select2-container--classic .select2-results > .select2-results__options {
+ max-height: 200px;
+ overflow-y: auto; }
+
+.select2-container--classic .select2-results__option[role=group] {
+ padding: 0; }
+
+.select2-container--classic .select2-results__option[aria-disabled=true] {
+ color: grey; }
+
+.select2-container--classic .select2-results__option--highlighted[aria-selected] {
+ background-color: #3875d7;
+ color: white; }
+
+.select2-container--classic .select2-results__group {
+ cursor: default;
+ display: block;
+ padding: 6px; }
+
+.select2-container--classic.select2-container--open .select2-dropdown {
+ border-color: #5897fb; }
+
+
+.iti {
+ position: relative;
+ display: inline-block; }
+.iti * {
+ box-sizing: border-box;
+ -moz-box-sizing: border-box; }
+.iti__hide {
+ display: none; }
+.iti__v-hide {
+ visibility: hidden; }
+.iti input, .iti input[type=text], .iti input[type=tel] {
+ position: relative;
+ z-index: 0;
+ margin-top: 0 !important;
+ margin-bottom: 0 !important;
+ padding-right: 36px;
+ margin-right: 0; }
+.iti__flag-container {
+ position: absolute;
+ top: 0;
+ bottom: 0;
+ right: 0;
+ padding: 1px; }
+.iti__selected-flag {
+ z-index: 1;
+ position: relative;
+ display: flex;
+ align-items: center;
+ height: 100%;
+ padding: 0 6px 0 8px; }
+.iti__arrow {
+ margin-left: 6px;
+ width: 0;
+ height: 0;
+ border-left: 3px solid transparent;
+ border-right: 3px solid transparent;
+ border-top: 4px solid #555; }
+.iti__arrow--up {
+ border-top: none;
+ border-bottom: 4px solid #555; }
+.iti__country-list {
+ position: absolute;
+ z-index: 2;
+ list-style: none;
+ text-align: left;
+ padding: 0;
+ margin: 0 0 0 -1px;
+ box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
+ background-color: white;
+ border: 1px solid #CCC;
+ white-space: nowrap;
+ max-height: 200px;
+ overflow-y: scroll;
+ -webkit-overflow-scrolling: touch; }
+.iti__country-list--dropup {
+ bottom: 100%;
+ margin-bottom: -1px; }
+@media (max-width: 500px) {
+ .iti__country-list {
+ white-space: normal; } }
+.iti__flag-box {
+ display: inline-block;
+ width: 20px; }
+.iti__divider {
+ padding-bottom: 5px;
+ margin-bottom: 5px;
+ border-bottom: 1px solid #CCC; }
+.iti__country {
+ padding: 5px 10px;
+ outline: none; }
+.iti__dial-code {
+ color: #999; }
+.iti__country.iti__highlight {
+ background-color: rgba(0, 0, 0, 0.05); }
+.iti__flag-box, .iti__country-name, .iti__dial-code {
+ vertical-align: middle; }
+.iti__flag-box, .iti__country-name {
+ margin-right: 6px; }
+.iti--allow-dropdown input, .iti--allow-dropdown input[type=text], .iti--allow-dropdown input[type=tel], .iti--separate-dial-code input, .iti--separate-dial-code input[type=text], .iti--separate-dial-code input[type=tel] {
+ padding-right: 6px;
+ padding-left: 52px;
+ margin-left: 0; }
+.iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container {
+ right: auto;
+ left: 0; }
+.iti--allow-dropdown .iti__flag-container:hover {
+ cursor: pointer; }
+.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
+ background-color: rgba(0, 0, 0, 0.05); }
+.iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
+.iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
+ cursor: default; }
+.iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag,
+.iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag {
+ background-color: transparent; }
+.iti--separate-dial-code .iti__selected-flag {
+ background-color: rgba(0, 0, 0, 0.05); }
+.iti--separate-dial-code .iti__selected-dial-code {
+ margin-left: 6px; }
+.iti--container {
+ position: absolute;
+ top: -1000px;
+ left: -1000px;
+ z-index: 1060;
+ padding: 1px; }
+.iti--container:hover {
+ cursor: pointer; }
+
+.iti-mobile .iti--container {
+ top: 30px;
+ bottom: 30px;
+ left: 30px;
+ right: 30px;
+ position: fixed; }
+
+.iti-mobile .iti__country-list {
+ max-height: 100%;
+ width: 100%; }
+
+.iti-mobile .iti__country {
+ padding: 10px 10px;
+ line-height: 1.5em; }
+
+.iti__flag {
+ width: 20px; }
+.iti__flag.iti__be {
+ width: 18px; }
+.iti__flag.iti__ch {
+ width: 15px; }
+.iti__flag.iti__mc {
+ width: 19px; }
+.iti__flag.iti__ne {
+ width: 18px; }
+.iti__flag.iti__np {
+ width: 13px; }
+.iti__flag.iti__va {
+ width: 15px; }
+@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
+ .iti__flag {
+ background-size: 5652px 15px; } }
+.iti__flag.iti__ac {
+ height: 10px;
+ background-position: 0px 0px; }
+.iti__flag.iti__ad {
+ height: 14px;
+ background-position: -22px 0px; }
+.iti__flag.iti__ae {
+ height: 10px;
+ background-position: -44px 0px; }
+.iti__flag.iti__af {
+ height: 14px;
+ background-position: -66px 0px; }
+.iti__flag.iti__ag {
+ height: 14px;
+ background-position: -88px 0px; }
+.iti__flag.iti__ai {
+ height: 10px;
+ background-position: -110px 0px; }
+.iti__flag.iti__al {
+ height: 15px;
+ background-position: -132px 0px; }
+.iti__flag.iti__am {
+ height: 10px;
+ background-position: -154px 0px; }
+.iti__flag.iti__ao {
+ height: 14px;
+ background-position: -176px 0px; }
+.iti__flag.iti__aq {
+ height: 14px;
+ background-position: -198px 0px; }
+.iti__flag.iti__ar {
+ height: 13px;
+ background-position: -220px 0px; }
+.iti__flag.iti__as {
+ height: 10px;
+ background-position: -242px 0px; }
+.iti__flag.iti__at {
+ height: 14px;
+ background-position: -264px 0px; }
+.iti__flag.iti__au {
+ height: 10px;
+ background-position: -286px 0px; }
+.iti__flag.iti__aw {
+ height: 14px;
+ background-position: -308px 0px; }
+.iti__flag.iti__ax {
+ height: 13px;
+ background-position: -330px 0px; }
+.iti__flag.iti__az {
+ height: 10px;
+ background-position: -352px 0px; }
+.iti__flag.iti__ba {
+ height: 10px;
+ background-position: -374px 0px; }
+.iti__flag.iti__bb {
+ height: 14px;
+ background-position: -396px 0px; }
+.iti__flag.iti__bd {
+ height: 12px;
+ background-position: -418px 0px; }
+.iti__flag.iti__be {
+ height: 15px;
+ background-position: -440px 0px; }
+.iti__flag.iti__bf {
+ height: 14px;
+ background-position: -460px 0px; }
+.iti__flag.iti__bg {
+ height: 12px;
+ background-position: -482px 0px; }
+.iti__flag.iti__bh {
+ height: 12px;
+ background-position: -504px 0px; }
+.iti__flag.iti__bi {
+ height: 12px;
+ background-position: -526px 0px; }
+.iti__flag.iti__bj {
+ height: 14px;
+ background-position: -548px 0px; }
+.iti__flag.iti__bl {
+ height: 14px;
+ background-position: -570px 0px; }
+.iti__flag.iti__bm {
+ height: 10px;
+ background-position: -592px 0px; }
+.iti__flag.iti__bn {
+ height: 10px;
+ background-position: -614px 0px; }
+.iti__flag.iti__bo {
+ height: 14px;
+ background-position: -636px 0px; }
+.iti__flag.iti__bq {
+ height: 14px;
+ background-position: -658px 0px; }
+.iti__flag.iti__br {
+ height: 14px;
+ background-position: -680px 0px; }
+.iti__flag.iti__bs {
+ height: 10px;
+ background-position: -702px 0px; }
+.iti__flag.iti__bt {
+ height: 14px;
+ background-position: -724px 0px; }
+.iti__flag.iti__bv {
+ height: 15px;
+ background-position: -746px 0px; }
+.iti__flag.iti__bw {
+ height: 14px;
+ background-position: -768px 0px; }
+.iti__flag.iti__by {
+ height: 10px;
+ background-position: -790px 0px; }
+.iti__flag.iti__bz {
+ height: 14px;
+ background-position: -812px 0px; }
+.iti__flag.iti__ca {
+ height: 10px;
+ background-position: -834px 0px; }
+.iti__flag.iti__cc {
+ height: 10px;
+ background-position: -856px 0px; }
+.iti__flag.iti__cd {
+ height: 15px;
+ background-position: -878px 0px; }
+.iti__flag.iti__cf {
+ height: 14px;
+ background-position: -900px 0px; }
+.iti__flag.iti__cg {
+ height: 14px;
+ background-position: -922px 0px; }
+.iti__flag.iti__ch {
+ height: 15px;
+ background-position: -944px 0px; }
+.iti__flag.iti__ci {
+ height: 14px;
+ background-position: -961px 0px; }
+.iti__flag.iti__ck {
+ height: 10px;
+ background-position: -983px 0px; }
+.iti__flag.iti__cl {
+ height: 14px;
+ background-position: -1005px 0px; }
+.iti__flag.iti__cm {
+ height: 14px;
+ background-position: -1027px 0px; }
+.iti__flag.iti__cn {
+ height: 14px;
+ background-position: -1049px 0px; }
+.iti__flag.iti__co {
+ height: 14px;
+ background-position: -1071px 0px; }
+.iti__flag.iti__cp {
+ height: 14px;
+ background-position: -1093px 0px; }
+.iti__flag.iti__cr {
+ height: 12px;
+ background-position: -1115px 0px; }
+.iti__flag.iti__cu {
+ height: 10px;
+ background-position: -1137px 0px; }
+.iti__flag.iti__cv {
+ height: 12px;
+ background-position: -1159px 0px; }
+.iti__flag.iti__cw {
+ height: 14px;
+ background-position: -1181px 0px; }
+.iti__flag.iti__cx {
+ height: 10px;
+ background-position: -1203px 0px; }
+.iti__flag.iti__cy {
+ height: 14px;
+ background-position: -1225px 0px; }
+.iti__flag.iti__cz {
+ height: 14px;
+ background-position: -1247px 0px; }
+.iti__flag.iti__de {
+ height: 12px;
+ background-position: -1269px 0px; }
+.iti__flag.iti__dg {
+ height: 10px;
+ background-position: -1291px 0px; }
+.iti__flag.iti__dj {
+ height: 14px;
+ background-position: -1313px 0px; }
+.iti__flag.iti__dk {
+ height: 15px;
+ background-position: -1335px 0px; }
+.iti__flag.iti__dm {
+ height: 10px;
+ background-position: -1357px 0px; }
+.iti__flag.iti__do {
+ height: 14px;
+ background-position: -1379px 0px; }
+.iti__flag.iti__dz {
+ height: 14px;
+ background-position: -1401px 0px; }
+.iti__flag.iti__ea {
+ height: 14px;
+ background-position: -1423px 0px; }
+.iti__flag.iti__ec {
+ height: 14px;
+ background-position: -1445px 0px; }
+.iti__flag.iti__ee {
+ height: 13px;
+ background-position: -1467px 0px; }
+.iti__flag.iti__eg {
+ height: 14px;
+ background-position: -1489px 0px; }
+.iti__flag.iti__eh {
+ height: 10px;
+ background-position: -1511px 0px; }
+.iti__flag.iti__er {
+ height: 10px;
+ background-position: -1533px 0px; }
+.iti__flag.iti__es {
+ height: 14px;
+ background-position: -1555px 0px; }
+.iti__flag.iti__et {
+ height: 10px;
+ background-position: -1577px 0px; }
+.iti__flag.iti__eu {
+ height: 14px;
+ background-position: -1599px 0px; }
+.iti__flag.iti__fi {
+ height: 12px;
+ background-position: -1621px 0px; }
+.iti__flag.iti__fj {
+ height: 10px;
+ background-position: -1643px 0px; }
+.iti__flag.iti__fk {
+ height: 10px;
+ background-position: -1665px 0px; }
+.iti__flag.iti__fm {
+ height: 11px;
+ background-position: -1687px 0px; }
+.iti__flag.iti__fo {
+ height: 15px;
+ background-position: -1709px 0px; }
+.iti__flag.iti__fr {
+ height: 14px;
+ background-position: -1731px 0px; }
+.iti__flag.iti__ga {
+ height: 15px;
+ background-position: -1753px 0px; }
+.iti__flag.iti__gb {
+ height: 10px;
+ background-position: -1775px 0px; }
+.iti__flag.iti__gd {
+ height: 12px;
+ background-position: -1797px 0px; }
+.iti__flag.iti__ge {
+ height: 14px;
+ background-position: -1819px 0px; }
+.iti__flag.iti__gf {
+ height: 14px;
+ background-position: -1841px 0px; }
+.iti__flag.iti__gg {
+ height: 14px;
+ background-position: -1863px 0px; }
+.iti__flag.iti__gh {
+ height: 14px;
+ background-position: -1885px 0px; }
+.iti__flag.iti__gi {
+ height: 10px;
+ background-position: -1907px 0px; }
+.iti__flag.iti__gl {
+ height: 14px;
+ background-position: -1929px 0px; }
+.iti__flag.iti__gm {
+ height: 14px;
+ background-position: -1951px 0px; }
+.iti__flag.iti__gn {
+ height: 14px;
+ background-position: -1973px 0px; }
+.iti__flag.iti__gp {
+ height: 14px;
+ background-position: -1995px 0px; }
+.iti__flag.iti__gq {
+ height: 14px;
+ background-position: -2017px 0px; }
+.iti__flag.iti__gr {
+ height: 14px;
+ background-position: -2039px 0px; }
+.iti__flag.iti__gs {
+ height: 10px;
+ background-position: -2061px 0px; }
+.iti__flag.iti__gt {
+ height: 13px;
+ background-position: -2083px 0px; }
+.iti__flag.iti__gu {
+ height: 11px;
+ background-position: -2105px 0px; }
+.iti__flag.iti__gw {
+ height: 10px;
+ background-position: -2127px 0px; }
+.iti__flag.iti__gy {
+ height: 12px;
+ background-position: -2149px 0px; }
+.iti__flag.iti__hk {
+ height: 14px;
+ background-position: -2171px 0px; }
+.iti__flag.iti__hm {
+ height: 10px;
+ background-position: -2193px 0px; }
+.iti__flag.iti__hn {
+ height: 10px;
+ background-position: -2215px 0px; }
+.iti__flag.iti__hr {
+ height: 10px;
+ background-position: -2237px 0px; }
+.iti__flag.iti__ht {
+ height: 12px;
+ background-position: -2259px 0px; }
+.iti__flag.iti__hu {
+ height: 10px;
+ background-position: -2281px 0px; }
+.iti__flag.iti__ic {
+ height: 14px;
+ background-position: -2303px 0px; }
+.iti__flag.iti__id {
+ height: 14px;
+ background-position: -2325px 0px; }
+.iti__flag.iti__ie {
+ height: 10px;
+ background-position: -2347px 0px; }
+.iti__flag.iti__il {
+ height: 15px;
+ background-position: -2369px 0px; }
+.iti__flag.iti__im {
+ height: 10px;
+ background-position: -2391px 0px; }
+.iti__flag.iti__in {
+ height: 14px;
+ background-position: -2413px 0px; }
+.iti__flag.iti__io {
+ height: 10px;
+ background-position: -2435px 0px; }
+.iti__flag.iti__iq {
+ height: 14px;
+ background-position: -2457px 0px; }
+.iti__flag.iti__ir {
+ height: 12px;
+ background-position: -2479px 0px; }
+.iti__flag.iti__is {
+ height: 15px;
+ background-position: -2501px 0px; }
+.iti__flag.iti__it {
+ height: 14px;
+ background-position: -2523px 0px; }
+.iti__flag.iti__je {
+ height: 12px;
+ background-position: -2545px 0px; }
+.iti__flag.iti__jm {
+ height: 10px;
+ background-position: -2567px 0px; }
+.iti__flag.iti__jo {
+ height: 10px;
+ background-position: -2589px 0px; }
+.iti__flag.iti__jp {
+ height: 14px;
+ background-position: -2611px 0px; }
+.iti__flag.iti__ke {
+ height: 14px;
+ background-position: -2633px 0px; }
+.iti__flag.iti__kg {
+ height: 12px;
+ background-position: -2655px 0px; }
+.iti__flag.iti__kh {
+ height: 13px;
+ background-position: -2677px 0px; }
+.iti__flag.iti__ki {
+ height: 10px;
+ background-position: -2699px 0px; }
+.iti__flag.iti__km {
+ height: 12px;
+ background-position: -2721px 0px; }
+.iti__flag.iti__kn {
+ height: 14px;
+ background-position: -2743px 0px; }
+.iti__flag.iti__kp {
+ height: 10px;
+ background-position: -2765px 0px; }
+.iti__flag.iti__kr {
+ height: 14px;
+ background-position: -2787px 0px; }
+.iti__flag.iti__kw {
+ height: 10px;
+ background-position: -2809px 0px; }
+.iti__flag.iti__ky {
+ height: 10px;
+ background-position: -2831px 0px; }
+.iti__flag.iti__kz {
+ height: 10px;
+ background-position: -2853px 0px; }
+.iti__flag.iti__la {
+ height: 14px;
+ background-position: -2875px 0px; }
+.iti__flag.iti__lb {
+ height: 14px;
+ background-position: -2897px 0px; }
+.iti__flag.iti__lc {
+ height: 10px;
+ background-position: -2919px 0px; }
+.iti__flag.iti__li {
+ height: 12px;
+ background-position: -2941px 0px; }
+.iti__flag.iti__lk {
+ height: 10px;
+ background-position: -2963px 0px; }
+.iti__flag.iti__lr {
+ height: 11px;
+ background-position: -2985px 0px; }
+.iti__flag.iti__ls {
+ height: 14px;
+ background-position: -3007px 0px; }
+.iti__flag.iti__lt {
+ height: 12px;
+ background-position: -3029px 0px; }
+.iti__flag.iti__lu {
+ height: 12px;
+ background-position: -3051px 0px; }
+.iti__flag.iti__lv {
+ height: 10px;
+ background-position: -3073px 0px; }
+.iti__flag.iti__ly {
+ height: 10px;
+ background-position: -3095px 0px; }
+.iti__flag.iti__ma {
+ height: 14px;
+ background-position: -3117px 0px; }
+.iti__flag.iti__mc {
+ height: 15px;
+ background-position: -3139px 0px; }
+.iti__flag.iti__md {
+ height: 10px;
+ background-position: -3160px 0px; }
+.iti__flag.iti__me {
+ height: 10px;
+ background-position: -3182px 0px; }
+.iti__flag.iti__mf {
+ height: 14px;
+ background-position: -3204px 0px; }
+.iti__flag.iti__mg {
+ height: 14px;
+ background-position: -3226px 0px; }
+.iti__flag.iti__mh {
+ height: 11px;
+ background-position: -3248px 0px; }
+.iti__flag.iti__mk {
+ height: 10px;
+ background-position: -3270px 0px; }
+.iti__flag.iti__ml {
+ height: 14px;
+ background-position: -3292px 0px; }
+.iti__flag.iti__mm {
+ height: 14px;
+ background-position: -3314px 0px; }
+.iti__flag.iti__mn {
+ height: 10px;
+ background-position: -3336px 0px; }
+.iti__flag.iti__mo {
+ height: 14px;
+ background-position: -3358px 0px; }
+.iti__flag.iti__mp {
+ height: 10px;
+ background-position: -3380px 0px; }
+.iti__flag.iti__mq {
+ height: 14px;
+ background-position: -3402px 0px; }
+.iti__flag.iti__mr {
+ height: 14px;
+ background-position: -3424px 0px; }
+.iti__flag.iti__ms {
+ height: 10px;
+ background-position: -3446px 0px; }
+.iti__flag.iti__mt {
+ height: 14px;
+ background-position: -3468px 0px; }
+.iti__flag.iti__mu {
+ height: 14px;
+ background-position: -3490px 0px; }
+.iti__flag.iti__mv {
+ height: 14px;
+ background-position: -3512px 0px; }
+.iti__flag.iti__mw {
+ height: 14px;
+ background-position: -3534px 0px; }
+.iti__flag.iti__mx {
+ height: 12px;
+ background-position: -3556px 0px; }
+.iti__flag.iti__my {
+ height: 10px;
+ background-position: -3578px 0px; }
+.iti__flag.iti__mz {
+ height: 14px;
+ background-position: -3600px 0px; }
+.iti__flag.iti__na {
+ height: 14px;
+ background-position: -3622px 0px; }
+.iti__flag.iti__nc {
+ height: 10px;
+ background-position: -3644px 0px; }
+.iti__flag.iti__ne {
+ height: 15px;
+ background-position: -3666px 0px; }
+.iti__flag.iti__nf {
+ height: 10px;
+ background-position: -3686px 0px; }
+.iti__flag.iti__ng {
+ height: 10px;
+ background-position: -3708px 0px; }
+.iti__flag.iti__ni {
+ height: 12px;
+ background-position: -3730px 0px; }
+.iti__flag.iti__nl {
+ height: 14px;
+ background-position: -3752px 0px; }
+.iti__flag.iti__no {
+ height: 15px;
+ background-position: -3774px 0px; }
+.iti__flag.iti__np {
+ height: 15px;
+ background-position: -3796px 0px; }
+.iti__flag.iti__nr {
+ height: 10px;
+ background-position: -3811px 0px; }
+.iti__flag.iti__nu {
+ height: 10px;
+ background-position: -3833px 0px; }
+.iti__flag.iti__nz {
+ height: 10px;
+ background-position: -3855px 0px; }
+.iti__flag.iti__om {
+ height: 10px;
+ background-position: -3877px 0px; }
+.iti__flag.iti__pa {
+ height: 14px;
+ background-position: -3899px 0px; }
+.iti__flag.iti__pe {
+ height: 14px;
+ background-position: -3921px 0px; }
+.iti__flag.iti__pf {
+ height: 14px;
+ background-position: -3943px 0px; }
+.iti__flag.iti__pg {
+ height: 15px;
+ background-position: -3965px 0px; }
+.iti__flag.iti__ph {
+ height: 10px;
+ background-position: -3987px 0px; }
+.iti__flag.iti__pk {
+ height: 14px;
+ background-position: -4009px 0px; }
+.iti__flag.iti__pl {
+ height: 13px;
+ background-position: -4031px 0px; }
+.iti__flag.iti__pm {
+ height: 14px;
+ background-position: -4053px 0px; }
+.iti__flag.iti__pn {
+ height: 10px;
+ background-position: -4075px 0px; }
+.iti__flag.iti__pr {
+ height: 14px;
+ background-position: -4097px 0px; }
+.iti__flag.iti__ps {
+ height: 10px;
+ background-position: -4119px 0px; }
+.iti__flag.iti__pt {
+ height: 14px;
+ background-position: -4141px 0px; }
+.iti__flag.iti__pw {
+ height: 13px;
+ background-position: -4163px 0px; }
+.iti__flag.iti__py {
+ height: 11px;
+ background-position: -4185px 0px; }
+.iti__flag.iti__qa {
+ height: 8px;
+ background-position: -4207px 0px; }
+.iti__flag.iti__re {
+ height: 14px;
+ background-position: -4229px 0px; }
+.iti__flag.iti__ro {
+ height: 14px;
+ background-position: -4251px 0px; }
+.iti__flag.iti__rs {
+ height: 14px;
+ background-position: -4273px 0px; }
+.iti__flag.iti__ru {
+ height: 14px;
+ background-position: -4295px 0px; }
+.iti__flag.iti__rw {
+ height: 14px;
+ background-position: -4317px 0px; }
+.iti__flag.iti__sa {
+ height: 14px;
+ background-position: -4339px 0px; }
+.iti__flag.iti__sb {
+ height: 10px;
+ background-position: -4361px 0px; }
+.iti__flag.iti__sc {
+ height: 10px;
+ background-position: -4383px 0px; }
+.iti__flag.iti__sd {
+ height: 10px;
+ background-position: -4405px 0px; }
+.iti__flag.iti__se {
+ height: 13px;
+ background-position: -4427px 0px; }
+.iti__flag.iti__sg {
+ height: 14px;
+ background-position: -4449px 0px; }
+.iti__flag.iti__sh {
+ height: 10px;
+ background-position: -4471px 0px; }
+.iti__flag.iti__si {
+ height: 10px;
+ background-position: -4493px 0px; }
+.iti__flag.iti__sj {
+ height: 15px;
+ background-position: -4515px 0px; }
+.iti__flag.iti__sk {
+ height: 14px;
+ background-position: -4537px 0px; }
+.iti__flag.iti__sl {
+ height: 14px;
+ background-position: -4559px 0px; }
+.iti__flag.iti__sm {
+ height: 15px;
+ background-position: -4581px 0px; }
+.iti__flag.iti__sn {
+ height: 14px;
+ background-position: -4603px 0px; }
+.iti__flag.iti__so {
+ height: 14px;
+ background-position: -4625px 0px; }
+.iti__flag.iti__sr {
+ height: 14px;
+ background-position: -4647px 0px; }
+.iti__flag.iti__ss {
+ height: 10px;
+ background-position: -4669px 0px; }
+.iti__flag.iti__st {
+ height: 10px;
+ background-position: -4691px 0px; }
+.iti__flag.iti__sv {
+ height: 12px;
+ background-position: -4713px 0px; }
+.iti__flag.iti__sx {
+ height: 14px;
+ background-position: -4735px 0px; }
+.iti__flag.iti__sy {
+ height: 14px;
+ background-position: -4757px 0px; }
+.iti__flag.iti__sz {
+ height: 14px;
+ background-position: -4779px 0px; }
+.iti__flag.iti__ta {
+ height: 10px;
+ background-position: -4801px 0px; }
+.iti__flag.iti__tc {
+ height: 10px;
+ background-position: -4823px 0px; }
+.iti__flag.iti__td {
+ height: 14px;
+ background-position: -4845px 0px; }
+.iti__flag.iti__tf {
+ height: 14px;
+ background-position: -4867px 0px; }
+.iti__flag.iti__tg {
+ height: 13px;
+ background-position: -4889px 0px; }
+.iti__flag.iti__th {
+ height: 14px;
+ background-position: -4911px 0px; }
+.iti__flag.iti__tj {
+ height: 10px;
+ background-position: -4933px 0px; }
+.iti__flag.iti__tk {
+ height: 10px;
+ background-position: -4955px 0px; }
+.iti__flag.iti__tl {
+ height: 10px;
+ background-position: -4977px 0px; }
+.iti__flag.iti__tm {
+ height: 14px;
+ background-position: -4999px 0px; }
+.iti__flag.iti__tn {
+ height: 14px;
+ background-position: -5021px 0px; }
+.iti__flag.iti__to {
+ height: 10px;
+ background-position: -5043px 0px; }
+.iti__flag.iti__tr {
+ height: 14px;
+ background-position: -5065px 0px; }
+.iti__flag.iti__tt {
+ height: 12px;
+ background-position: -5087px 0px; }
+.iti__flag.iti__tv {
+ height: 10px;
+ background-position: -5109px 0px; }
+.iti__flag.iti__tw {
+ height: 14px;
+ background-position: -5131px 0px; }
+.iti__flag.iti__tz {
+ height: 14px;
+ background-position: -5153px 0px; }
+.iti__flag.iti__ua {
+ height: 14px;
+ background-position: -5175px 0px; }
+.iti__flag.iti__ug {
+ height: 14px;
+ background-position: -5197px 0px; }
+.iti__flag.iti__um {
+ height: 11px;
+ background-position: -5219px 0px; }
+.iti__flag.iti__un {
+ height: 14px;
+ background-position: -5241px 0px; }
+.iti__flag.iti__us {
+ height: 11px;
+ background-position: -5263px 0px; }
+.iti__flag.iti__uy {
+ height: 14px;
+ background-position: -5285px 0px; }
+.iti__flag.iti__uz {
+ height: 10px;
+ background-position: -5307px 0px; }
+.iti__flag.iti__va {
+ height: 15px;
+ background-position: -5329px 0px; }
+.iti__flag.iti__vc {
+ height: 14px;
+ background-position: -5346px 0px; }
+.iti__flag.iti__ve {
+ height: 14px;
+ background-position: -5368px 0px; }
+.iti__flag.iti__vg {
+ height: 10px;
+ background-position: -5390px 0px; }
+.iti__flag.iti__vi {
+ height: 14px;
+ background-position: -5412px 0px; }
+.iti__flag.iti__vn {
+ height: 14px;
+ background-position: -5434px 0px; }
+.iti__flag.iti__vu {
+ height: 12px;
+ background-position: -5456px 0px; }
+.iti__flag.iti__wf {
+ height: 14px;
+ background-position: -5478px 0px; }
+.iti__flag.iti__ws {
+ height: 10px;
+ background-position: -5500px 0px; }
+.iti__flag.iti__xk {
+ height: 15px;
+ background-position: -5522px 0px; }
+.iti__flag.iti__ye {
+ height: 14px;
+ background-position: -5544px 0px; }
+.iti__flag.iti__yt {
+ height: 14px;
+ background-position: -5566px 0px; }
+.iti__flag.iti__za {
+ height: 14px;
+ background-position: -5588px 0px; }
+.iti__flag.iti__zm {
+ height: 14px;
+ background-position: -5610px 0px; }
+.iti__flag.iti__zw {
+ height: 10px;
+ background-position: -5632px 0px; }
+
+.iti__flag {
+ height: 15px;
+ box-shadow: 0px 0px 1px 0px #888;
+ background-image: url('";
+ // line 15594
+ echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, call_user_func_array($this->env->getFunction('img')->getCallable(), ["visiosoft.theme.base::images/flags.png"]), "path", [], "any", false, false, false, 15594), "html", null, true);
+ echo "');
+ background-repeat: no-repeat;
+ background-color: #DBDBDB;
+ background-position: 20px 0; }
+@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
+ .iti__flag {
+ background-image: url('";
+ // line 15600
+ echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, call_user_func_array($this->env->getFunction('img')->getCallable(), ["visiosoft.theme.base::images/flags@2x.png"]), "url", [], "any", false, false, false, 15600), "html", null, true);
+ echo "'); } }
+
+.iti__flag.iti__np {
+ background-color: transparent;
+}
+
+.iti--allow-dropdown {
+ width: 100%;
+}";
+ }
+
+ public function getTemplateName()
+ {
+ return "C:\\wamp64\\www\\ocify\\storage\\streams\\default/support/parsed/8d97feb171916a9b4b75d22f6a3de8e4.twig";
+ }
+
+ public function isTraitable()
+ {
+ return false;
+ }
+
+ public function getDebugInfo()
+ {
+ return array ( 15693 => 15600, 15684 => 15594, 3612 => 3533, 3608 => 3532, 3592 => 3521, 3579 => 3513, 65 => 10, 61 => 9, 46 => 5, 42 => 4, 37 => 1,);
+ }
+
+ public function getSourceContext()
+ {
+ return new Source("@charset \"UTF-8\";
+@font-face {
+ font-family: \"Glyphicons Regular\";
+ src: url('{{ asset_path(\"theme::fonts/glyphicons/glyphicons-regular.eot\") }}');
+ src: url('{{ asset_path(\"theme::fonts/glyphicons/glyphicons-regular.eot\") }}?#iefix') format(\"embedded-opentype\"), url('{{ asset_path(\"theme::fonts/glyphicons/glyphicons-regular.woff2\") }}') format(\"woff2\"), url('{{ asset_path(\"theme::fonts/glyphicons/glyphicons-regular.woff\") }}') format(\"woff\"), url('{{ asset_path(\"theme::fonts/glyphicons/glyphicons-regular.ttf\") }}') format(\"truetype\"), url('{{ asset_path(\"theme::fonts/glyphicons/glyphicons-regular.svg\") }}#glyphiconsregular') format(\"svg\");
+}
+@font-face {
+ font-family: \"Glyphicons Filetypes\";
+ src: url('{{ asset_path(\"theme::fonts/glyphicons/glyphicons-filetypes-regular.eot\") }}');
+ src: url('{{ asset_path(\"theme::fonts/glyphicons/glyphicons-filetypes-regular.eot\") }}?#iefix') format(\"embedded-opentype\"), url('{{ asset_path(\"theme::fonts/glyphicons/glyphicons-filetypes-regular.woff2\") }}') format(\"woff2\"), url('{{ asset_path(\"theme::fonts/glyphicons/glyphicons-filetypes-regular.woff\") }}') format(\"woff\"), url('{{ asset_path(\"theme::fonts/glyphicons/glyphicons-filetypes-regular.ttf\") }}') format(\"truetype\"), url('{{ asset_path(\"theme::fonts/glyphicons/glyphicons-filetypes-regular.svg\") }}#glyphicons_filetypesregular') format(\"svg\");
+}
+.filetypes {
+ position: relative;
+ top: 1px;
+ display: inline-block;
+ font-family: \"Glyphicons Filetypes\";
+ font-style: normal;
+ font-weight: normal;
+ vertical-align: top;
+ -webkit-font-smoothing: antialiased;
+ -moz-osx-font-smoothing: grayscale;
+}
+
+.filetypes.x05 {
+ font-size: 12px;
+}
+
+.filetypes.x2 {
+ font-size: 48px;
+}
+
+.filetypes.x3 {
+ font-size: 72px;
+}
+
+.filetypes.x4 {
+ font-size: 96px;
+}
+
+.filetypes.x5 {
+ font-size: 120px;
+}
+
+.filetypes.light:before {
+ color: #f2f2f2;
+}
+
+.filetypes.drop:before {
+ text-shadow: -1px 1px 3px rgba(0, 0, 0, 0.3);
+}
+
+.filetypes.flip {
+ -webkit-transform: scaleX(-1);
+ transform: scaleX(-1);
+ -webkit-filter: FlipH;
+ filter: FlipH;
+ -ms-filter: \"FlipH\";
+}
+
+.filetypes.flipv {
+ -webkit-transform: scaleY(-1);
+ transform: scaleY(-1);
+ -webkit-filter: FlipV;
+ filter: FlipV;
+ -ms-filter: \"FlipV\";
+}
+
+.filetypes.rotate90 {
+ -webkit-transform: rotate(90deg);
+ transform: rotate(90deg);
+}
+
+.filetypes.rotate180 {
+ -webkit-transform: rotate(180deg);
+ transform: rotate(180deg);
+}
+
+.filetypes.rotate270 {
+ -webkit-transform: rotate(270deg);
+ transform: rotate(270deg);
+}
+
+.filetypes-txt:before {
+ content: \"\\E001\";
+}
+
+.filetypes-doc:before {
+ content: \"\\E002\";
+}
+
+.filetypes-rtf:before {
+ content: \"\\E003\";
+}
+
+.filetypes-log:before {
+ content: \"\\E004\";
+}
+
+.filetypes-tex:before {
+ content: \"\\E005\";
+}
+
+.filetypes-msg:before {
+ content: \"\\E006\";
+}
+
+.filetypes-text:before {
+ content: \"\\E007\";
+}
+
+.filetypes-wpd:before {
+ content: \"\\E008\";
+}
+
+.filetypes-wps:before {
+ content: \"\\E009\";
+}
+
+.filetypes-docx:before {
+ content: \"\\E010\";
+}
+
+.filetypes-page:before {
+ content: \"\\E011\";
+}
+
+.filetypes-csv:before {
+ content: \"\\E012\";
+}
+
+.filetypes-dat:before {
+ content: \"\\E013\";
+}
+
+.filetypes-tar:before {
+ content: \"\\E014\";
+}
+
+.filetypes-xml:before {
+ content: \"\\E015\";
+}
+
+.filetypes-vcf:before {
+ content: \"\\E016\";
+}
+
+.filetypes-pps:before {
+ content: \"\\E017\";
+}
+
+.filetypes-key:before {
+ content: \"\\E018\";
+}
+
+.filetypes-ppt:before {
+ content: \"\\E019\";
+}
+
+.filetypes-pptx:before {
+ content: \"\\E020\";
+}
+
+.filetypes-sdf:before {
+ content: \"\\E021\";
+}
+
+.filetypes-gbr:before {
+ content: \"\\E022\";
+}
+
+.filetypes-ged:before {
+ content: \"\\E023\";
+}
+
+.filetypes-mp3:before {
+ content: \"\\E024\";
+}
+
+.filetypes-m4a:before {
+ content: \"\\E025\";
+}
+
+.filetypes-waw:before {
+ content: \"\\E026\";
+}
+
+.filetypes-wma:before {
+ content: \"\\E027\";
+}
+
+.filetypes-mpa:before {
+ content: \"\\E028\";
+}
+
+.filetypes-iff:before {
+ content: \"\\E029\";
+}
+
+.filetypes-aif:before {
+ content: \"\\E030\";
+}
+
+.filetypes-ra:before {
+ content: \"\\E031\";
+}
+
+.filetypes-mid:before {
+ content: \"\\E032\";
+}
+
+.filetypes-m3v:before {
+ content: \"\\E033\";
+}
+
+.filetypes-e-3gp:before {
+ content: \"\\E034\";
+}
+
+.filetypes-swf:before {
+ content: \"\\E035\";
+}
+
+.filetypes-avi:before {
+ content: \"\\E036\";
+}
+
+.filetypes-asx:before {
+ content: \"\\E037\";
+}
+
+.filetypes-mp4:before {
+ content: \"\\E038\";
+}
+
+.filetypes-e-3g2:before {
+ content: \"\\E039\";
+}
+
+.filetypes-mpg:before {
+ content: \"\\E040\";
+}
+
+.filetypes-asf:before {
+ content: \"\\E041\";
+}
+
+.filetypes-vob:before {
+ content: \"\\E042\";
+}
+
+.filetypes-wmv:before {
+ content: \"\\E043\";
+}
+
+.filetypes-mov:before {
+ content: \"\\E044\";
+}
+
+.filetypes-srt:before {
+ content: \"\\E045\";
+}
+
+.filetypes-m4v:before {
+ content: \"\\E046\";
+}
+
+.filetypes-flv:before {
+ content: \"\\E047\";
+}
+
+.filetypes-rm:before {
+ content: \"\\E048\";
+}
+
+.filetypes-png:before {
+ content: \"\\E049\";
+}
+
+.filetypes-psd:before {
+ content: \"\\E050\";
+}
+
+.filetypes-psp:before {
+ content: \"\\E051\";
+}
+
+.filetypes-jpg:before {
+ content: \"\\E052\";
+}
+
+.filetypes-tif:before {
+ content: \"\\E053\";
+}
+
+.filetypes-tiff:before {
+ content: \"\\E054\";
+}
+
+.filetypes-gif:before {
+ content: \"\\E055\";
+}
+
+.filetypes-bmp:before {
+ content: \"\\E056\";
+}
+
+.filetypes-tga:before {
+ content: \"\\E057\";
+}
+
+.filetypes-thm:before {
+ content: \"\\E058\";
+}
+
+.filetypes-yuv:before {
+ content: \"\\E059\";
+}
+
+.filetypes-dds:before {
+ content: \"\\E060\";
+}
+
+.filetypes-ai:before {
+ content: \"\\E061\";
+}
+
+.filetypes-eps:before {
+ content: \"\\E062\";
+}
+
+.filetypes-ps:before {
+ content: \"\\E063\";
+}
+
+.filetypes-svg:before {
+ content: \"\\E064\";
+}
+
+.filetypes-pdf:before {
+ content: \"\\E065\";
+}
+
+.filetypes-pct:before {
+ content: \"\\E066\";
+}
+
+.filetypes-indd:before {
+ content: \"\\E067\";
+}
+
+.filetypes-xlr:before {
+ content: \"\\E068\";
+}
+
+.filetypes-xls:before {
+ content: \"\\E069\";
+}
+
+.filetypes-xlsx:before {
+ content: \"\\E070\";
+}
+
+.filetypes-db:before {
+ content: \"\\E071\";
+}
+
+.filetypes-dbf:before {
+ content: \"\\E072\";
+}
+
+.filetypes-mdb:before {
+ content: \"\\E073\";
+}
+
+.filetypes-pdb:before {
+ content: \"\\E074\";
+}
+
+.filetypes-sql:before {
+ content: \"\\E075\";
+}
+
+.filetypes-aacd:before {
+ content: \"\\E076\";
+}
+
+.filetypes-app:before {
+ content: \"\\E077\";
+}
+
+.filetypes-exe:before {
+ content: \"\\E078\";
+}
+
+.filetypes-com:before {
+ content: \"\\E079\";
+}
+
+.filetypes-bat:before {
+ content: \"\\E080\";
+}
+
+.filetypes-apk:before {
+ content: \"\\E081\";
+}
+
+.filetypes-jar:before {
+ content: \"\\E082\";
+}
+
+.filetypes-hsf:before {
+ content: \"\\E083\";
+}
+
+.filetypes-pif:before {
+ content: \"\\E084\";
+}
+
+.filetypes-vb:before {
+ content: \"\\E085\";
+}
+
+.filetypes-cgi:before {
+ content: \"\\E086\";
+}
+
+.filetypes-css:before {
+ content: \"\\E087\";
+}
+
+.filetypes-js:before {
+ content: \"\\E088\";
+}
+
+.filetypes-php:before {
+ content: \"\\E089\";
+}
+
+.filetypes-xhtml:before {
+ content: \"\\E090\";
+}
+
+.filetypes-htm:before {
+ content: \"\\E091\";
+}
+
+.filetypes-html:before {
+ content: \"\\E092\";
+}
+
+.filetypes-asp:before {
+ content: \"\\E093\";
+}
+
+.filetypes-cer:before {
+ content: \"\\E094\";
+}
+
+.filetypes-jsp:before {
+ content: \"\\E095\";
+}
+
+.filetypes-cfm:before {
+ content: \"\\E096\";
+}
+
+.filetypes-aspx:before {
+ content: \"\\E097\";
+}
+
+.filetypes-rss:before {
+ content: \"\\E098\";
+}
+
+.filetypes-csr:before {
+ content: \"\\E099\";
+}
+
+.filetypes-less:before {
+ content: \"<\";
+}
+
+.filetypes-otf:before {
+ content: \"\\E101\";
+}
+
+.filetypes-ttf:before {
+ content: \"\\E102\";
+}
+
+.filetypes-font:before {
+ content: \"\\E103\";
+}
+
+.filetypes-fnt:before {
+ content: \"\\E104\";
+}
+
+.filetypes-eot:before {
+ content: \"\\E105\";
+}
+
+.filetypes-woff:before {
+ content: \"\\E106\";
+}
+
+.filetypes-zip:before {
+ content: \"\\E107\";
+}
+
+.filetypes-zipx:before {
+ content: \"\\E108\";
+}
+
+.filetypes-rar:before {
+ content: \"\\E109\";
+}
+
+.filetypes-targ:before {
+ content: \"\\E110\";
+}
+
+.filetypes-sitx:before {
+ content: \"\\E111\";
+}
+
+.filetypes-deb:before {
+ content: \"\\E112\";
+}
+
+.filetypes-e-7z:before {
+ content: \"\\E113\";
+}
+
+.filetypes-pkg:before {
+ content: \"\\E114\";
+}
+
+.filetypes-rpm:before {
+ content: \"\\E115\";
+}
+
+.filetypes-cbr:before {
+ content: \"\\E116\";
+}
+
+.filetypes-gz:before {
+ content: \"\\E117\";
+}
+
+.filetypes-dmg:before {
+ content: \"\\E118\";
+}
+
+.filetypes-cue:before {
+ content: \"\\E119\";
+}
+
+.filetypes-bin:before {
+ content: \"\\E120\";
+}
+
+.filetypes-iso:before {
+ content: \"\\E121\";
+}
+
+.filetypes-hdf:before {
+ content: \"\\E122\";
+}
+
+.filetypes-vcd:before {
+ content: \"\\E123\";
+}
+
+.filetypes-bak:before {
+ content: \"\\E124\";
+}
+
+.filetypes-tmp:before {
+ content: \"\\E125\";
+}
+
+.filetypes-ics:before {
+ content: \"\\E126\";
+}
+
+.filetypes-msi:before {
+ content: \"\\E127\";
+}
+
+.filetypes-cfg:before {
+ content: \"\\E128\";
+}
+
+.filetypes-ini:before {
+ content: \"\\E129\";
+}
+
+.filetypes-prf:before {
+ content: \"\\E130\";
+}
+
+.animated {
+ -webkit-animation-duration: 1s;
+ animation-duration: 1s;
+ -webkit-animation-fill-mode: both;
+ animation-fill-mode: both;
+ -webkit-animation-timing-function: ease-in-out;
+ animation-timing-function: ease-in-out;
+ animation-iteration-count: infinite;
+ -webkit-animation-iteration-count: infinite;
+}
+
+@-webkit-keyframes pulse {
+ 0% {
+ -webkit-transform: scale(1);
+ }
+ 50% {
+ -webkit-transform: scale(1.1);
+ }
+ 100% {
+ -webkit-transform: scale(1);
+ }
+}
+@keyframes pulse {
+ 0% {
+ -webkit-transform: scale(1);
+ transform: scale(1);
+ }
+ 50% {
+ -webkit-transform: scale(1.1);
+ transform: scale(1.1);
+ }
+ 100% {
+ -webkit-transform: scale(1);
+ transform: scale(1);
+ }
+}
+.pulse {
+ -webkit-animation-name: pulse;
+ animation-name: pulse;
+}
+
+@-webkit-keyframes rotateIn {
+ 0% {
+ -webkit-transform-origin: center center;
+ -webkit-transform: rotate(-200deg);
+ opacity: 0;
+ }
+ 100% {
+ -webkit-transform-origin: center center;
+ -webkit-transform: rotate(0);
+ opacity: 1;
+ }
+}
+@keyframes rotateIn {
+ 0% {
+ -webkit-transform-origin: center center;
+ transform-origin: center center;
+ -webkit-transform: rotate(-200deg);
+ transform: rotate(-200deg);
+ opacity: 0;
+ }
+ 100% {
+ -webkit-transform-origin: center center;
+ transform-origin: center center;
+ -webkit-transform: rotate(0);
+ transform: rotate(0);
+ opacity: 1;
+ }
+}
+.rotateIn {
+ -webkit-animation-name: rotateIn;
+ animation-name: rotateIn;
+}
+
+@-webkit-keyframes bounce {
+ 0%, 20%, 50%, 80%, 100% {
+ -webkit-transform: translateY(0);
+ }
+ 40% {
+ -webkit-transform: translateY(-30px);
+ }
+ 60% {
+ -webkit-transform: translateY(-15px);
+ }
+}
+@keyframes bounce {
+ 0%, 20%, 50%, 80%, 100% {
+ -webkit-transform: translateY(0);
+ transform: translateY(0);
+ }
+ 40% {
+ -webkit-transform: translateY(-30px);
+ transform: translateY(-30px);
+ }
+ 60% {
+ -webkit-transform: translateY(-15px);
+ transform: translateY(-15px);
+ }
+}
+.bounce {
+ -webkit-animation-name: bounce;
+ animation-name: bounce;
+}
+
+@-webkit-keyframes swing {
+ 20%, 40%, 60%, 80%, 100% {
+ -webkit-transform-origin: top center;
+ }
+ 20% {
+ -webkit-transform: rotate(15deg);
+ }
+ 40% {
+ -webkit-transform: rotate(-10deg);
+ }
+ 60% {
+ -webkit-transform: rotate(5deg);
+ }
+ 80% {
+ -webkit-transform: rotate(-5deg);
+ }
+ 100% {
+ -webkit-transform: rotate(0deg);
+ }
+}
+@keyframes swing {
+ 20% {
+ -webkit-transform: rotate(15deg);
+ transform: rotate(15deg);
+ }
+ 40% {
+ -webkit-transform: rotate(-10deg);
+ transform: rotate(-10deg);
+ }
+ 60% {
+ -webkit-transform: rotate(5deg);
+ transform: rotate(5deg);
+ }
+ 80% {
+ -webkit-transform: rotate(-5deg);
+ transform: rotate(-5deg);
+ }
+ 100% {
+ -webkit-transform: rotate(0deg);
+ transform: rotate(0deg);
+ }
+}
+.swing {
+ -webkit-transform-origin: top center;
+ transform-origin: top center;
+ -webkit-animation-name: swing;
+ animation-name: swing;
+}
+
+@-webkit-keyframes tada {
+ 0% {
+ -webkit-transform: scale(1);
+ }
+ 10%, 20% {
+ -webkit-transform: scale(0.9) rotate(-3deg);
+ }
+ 30%, 50%, 70%, 90% {
+ -webkit-transform: scale(1.1) rotate(3deg);
+ }
+ 40%, 60%, 80% {
+ -webkit-transform: scale(1.1) rotate(-3deg);
+ }
+ 100% {
+ -webkit-transform: scale(1) rotate(0);
+ }
+}
+@keyframes tada {
+ 0% {
+ -webkit-transform: scale(1);
+ transform: scale(1);
+ }
+ 10%, 20% {
+ -webkit-transform: scale(0.9) rotate(-3deg);
+ transform: scale(0.9) rotate(-3deg);
+ }
+ 30%, 50%, 70%, 90% {
+ -webkit-transform: scale(1.1) rotate(3deg);
+ transform: scale(1.1) rotate(3deg);
+ }
+ 40%, 60%, 80% {
+ -webkit-transform: scale(1.1) rotate(-3deg);
+ transform: scale(1.1) rotate(-3deg);
+ }
+ 100% {
+ -webkit-transform: scale(1) rotate(0);
+ transform: scale(1) rotate(0);
+ }
+}
+.tada {
+ -webkit-animation-name: tada;
+ animation-name: tada;
+}
+
+.glyphicons {
+ position: relative;
+ top: 1px;
+ display: inline-block;
+ font-family: \"Glyphicons Regular\";
+ font-style: normal;
+ font-weight: normal;
+ vertical-align: top;
+ -webkit-font-smoothing: antialiased;
+ -moz-osx-font-smoothing: grayscale;
+}
+
+.glyphicons.x05 {
+ font-size: 12px;
+}
+
+.glyphicons.x2 {
+ font-size: 48px;
+}
+
+.glyphicons.x3 {
+ font-size: 72px;
+}
+
+.glyphicons.x4 {
+ font-size: 96px;
+}
+
+.glyphicons.x5 {
+ font-size: 120px;
+}
+
+.glyphicons.light:before {
+ color: #f2f2f2;
+}
+
+.glyphicons.drop:before {
+ text-shadow: -1px 1px 3px rgba(0, 0, 0, 0.3);
+}
+
+.glyphicons.flip {
+ -webkit-transform: scaleX(-1);
+ transform: scaleX(-1);
+ -webkit-filter: FlipH;
+ filter: FlipH;
+ -ms-filter: \"FlipH\";
+}
+
+.glyphicons.flipv {
+ -webkit-transform: scaleY(-1);
+ transform: scaleY(-1);
+ -webkit-filter: FlipV;
+ filter: FlipV;
+ -ms-filter: \"FlipV\";
+}
+
+.glyphicons.rotate90 {
+ -webkit-transform: rotate(90deg);
+ transform: rotate(90deg);
+}
+
+.glyphicons.rotate180 {
+ -webkit-transform: rotate(180deg);
+ transform: rotate(180deg);
+}
+
+.glyphicons.rotate270 {
+ -webkit-transform: rotate(270deg);
+ transform: rotate(270deg);
+}
+
+.glyphicons-glass:before {
+ content: \"\\E001\";
+}
+
+.glyphicons-leaf:before {
+ content: \"\\E002\";
+}
+
+.glyphicons-dog:before {
+ content: \"\\E003\";
+}
+
+.glyphicons-user:before {
+ content: \"\\E004\";
+}
+
+.glyphicons-girl:before {
+ content: \"\\E005\";
+}
+
+.glyphicons-car:before {
+ content: \"\\E006\";
+}
+
+.glyphicons-user-add:before {
+ content: \"\\E007\";
+}
+
+.glyphicons-user-remove:before {
+ content: \"\\E008\";
+}
+
+.glyphicons-film:before {
+ content: \"\\E009\";
+}
+
+.glyphicons-magic:before {
+ content: \"\\E010\";
+}
+
+.glyphicons-envelope:before {
+ content: \"\\2709\";
+}
+
+.glyphicons-camera:before {
+ content: \"\\E011\";
+}
+
+.glyphicons-heart:before {
+ content: \"\\E013\";
+}
+
+.glyphicons-beach-umbrella:before {
+ content: \"\\E014\";
+}
+
+.glyphicons-train:before {
+ content: \"\\E015\";
+}
+
+.glyphicons-print:before {
+ content: \"\\E016\";
+}
+
+.glyphicons-bin:before {
+ content: \"\\E017\";
+}
+
+.glyphicons-music:before {
+ content: \"\\E018\";
+}
+
+.glyphicons-note:before {
+ content: \"\\E019\";
+}
+
+.glyphicons-heart-empty:before {
+ content: \"\\E020\";
+}
+
+.glyphicons-home:before {
+ content: \"\\E021\";
+}
+
+.glyphicons-snowflake:before {
+ content: \"\\2744\";
+}
+
+.glyphicons-fire:before {
+ content: \"\\E023\";
+}
+
+.glyphicons-magnet:before {
+ content: \"\\E024\";
+}
+
+.glyphicons-parents:before {
+ content: \"\\E025\";
+}
+
+.glyphicons-binoculars:before {
+ content: \"\\E026\";
+}
+
+.glyphicons-road:before {
+ content: \"\\E027\";
+}
+
+.glyphicons-search:before {
+ content: \"\\E028\";
+}
+
+.glyphicons-cars:before {
+ content: \"\\E029\";
+}
+
+.glyphicons-notes-2:before {
+ content: \"\\E030\";
+}
+
+.glyphicons-pencil:before {
+ content: \"\\270F\";
+}
+
+.glyphicons-bus:before {
+ content: \"\\E032\";
+}
+
+.glyphicons-wifi-alt:before {
+ content: \"\\E033\";
+}
+
+.glyphicons-luggage:before {
+ content: \"\\E034\";
+}
+
+.glyphicons-old-man:before {
+ content: \"\\E035\";
+}
+
+.glyphicons-woman:before {
+ content: \"\\E036\";
+}
+
+.glyphicons-file:before {
+ content: \"\\E037\";
+}
+
+.glyphicons-coins:before {
+ content: \"\\E038\";
+}
+
+.glyphicons-airplane:before {
+ content: \"\\2708\";
+}
+
+.glyphicons-notes:before {
+ content: \"\\E040\";
+}
+
+.glyphicons-stats:before {
+ content: \"\\E041\";
+}
+
+.glyphicons-charts:before {
+ content: \"\\E042\";
+}
+
+.glyphicons-pie-chart:before {
+ content: \"\\E043\";
+}
+
+.glyphicons-group:before {
+ content: \"\\E044\";
+}
+
+.glyphicons-keys:before {
+ content: \"\\E045\";
+}
+
+.glyphicons-calendar:before {
+ content: \"\\E046\";
+}
+
+.glyphicons-router:before {
+ content: \"\\E047\";
+}
+
+.glyphicons-camera-small:before {
+ content: \"\\E048\";
+}
+
+.glyphicons-star-empty:before {
+ content: \"\\E049\";
+}
+
+.glyphicons-star:before {
+ content: \"\\E050\";
+}
+
+.glyphicons-link:before {
+ content: \"\\E051\";
+}
+
+.glyphicons-eye-open:before {
+ content: \"\\E052\";
+}
+
+.glyphicons-eye-close:before {
+ content: \"\\E053\";
+}
+
+.glyphicons-alarm:before {
+ content: \"\\E054\";
+}
+
+.glyphicons-clock:before {
+ content: \"\\E055\";
+}
+
+.glyphicons-stopwatch:before {
+ content: \"\\E056\";
+}
+
+.glyphicons-projector:before {
+ content: \"\\E057\";
+}
+
+.glyphicons-history:before {
+ content: \"\\E058\";
+}
+
+.glyphicons-truck:before {
+ content: \"\\E059\";
+}
+
+.glyphicons-cargo:before {
+ content: \"\\E060\";
+}
+
+.glyphicons-compass:before {
+ content: \"\\E061\";
+}
+
+.glyphicons-keynote:before {
+ content: \"\\E062\";
+}
+
+.glyphicons-paperclip:before {
+ content: \"\\E063\";
+}
+
+.glyphicons-power:before {
+ content: \"\\E064\";
+}
+
+.glyphicons-lightbulb:before {
+ content: \"\\E065\";
+}
+
+.glyphicons-tag:before {
+ content: \"\\E066\";
+}
+
+.glyphicons-tags:before {
+ content: \"\\E067\";
+}
+
+.glyphicons-cleaning:before {
+ content: \"\\E068\";
+}
+
+.glyphicons-ruler:before {
+ content: \"\\E069\";
+}
+
+.glyphicons-gift:before {
+ content: \"\\E070\";
+}
+
+.glyphicons-umbrella:before {
+ content: \"\\2602\";
+}
+
+.glyphicons-book:before {
+ content: \"\\E072\";
+}
+
+.glyphicons-bookmark:before {
+ content: \"\\E073\";
+}
+
+.glyphicons-wifi:before {
+ content: \"\\E074\";
+}
+
+.glyphicons-cup:before {
+ content: \"\\E075\";
+}
+
+.glyphicons-stroller:before {
+ content: \"\\E076\";
+}
+
+.glyphicons-headphones:before {
+ content: \"\\E077\";
+}
+
+.glyphicons-headset:before {
+ content: \"\\E078\";
+}
+
+.glyphicons-warning-sign:before {
+ content: \"\\E079\";
+}
+
+.glyphicons-signal:before {
+ content: \"\\E080\";
+}
+
+.glyphicons-retweet:before {
+ content: \"\\E081\";
+}
+
+.glyphicons-refresh:before {
+ content: \"\\E082\";
+}
+
+.glyphicons-roundabout:before {
+ content: \"\\E083\";
+}
+
+.glyphicons-random:before {
+ content: \"\\E084\";
+}
+
+.glyphicons-heat:before {
+ content: \"\\E085\";
+}
+
+.glyphicons-repeat:before {
+ content: \"\\E086\";
+}
+
+.glyphicons-display:before {
+ content: \"\\E087\";
+}
+
+.glyphicons-log-book:before {
+ content: \"\\E088\";
+}
+
+.glyphicons-address-book:before {
+ content: \"\\E089\";
+}
+
+.glyphicons-building:before {
+ content: \"\\E090\";
+}
+
+.glyphicons-eyedropper:before {
+ content: \"\\E091\";
+}
+
+.glyphicons-adjust:before {
+ content: \"\\E092\";
+}
+
+.glyphicons-tint:before {
+ content: \"\\E093\";
+}
+
+.glyphicons-crop:before {
+ content: \"\\E094\";
+}
+
+.glyphicons-vector-path-square:before {
+ content: \"\\E095\";
+}
+
+.glyphicons-vector-path-circle:before {
+ content: \"\\E096\";
+}
+
+.glyphicons-vector-path-polygon:before {
+ content: \"\\E097\";
+}
+
+.glyphicons-vector-path-line:before {
+ content: \"\\E098\";
+}
+
+.glyphicons-vector-path-curve:before {
+ content: \"\\E099\";
+}
+
+.glyphicons-vector-path-all:before {
+ content: \"\\E100\";
+}
+
+.glyphicons-font:before {
+ content: \"\\E101\";
+}
+
+.glyphicons-italic:before {
+ content: \"\\E102\";
+}
+
+.glyphicons-bold:before {
+ content: \"\\E103\";
+}
+
+.glyphicons-text-underline:before {
+ content: \"\\E104\";
+}
+
+.glyphicons-text-strike:before {
+ content: \"\\E105\";
+}
+
+.glyphicons-text-height:before {
+ content: \"\\E106\";
+}
+
+.glyphicons-text-width:before {
+ content: \"\\E107\";
+}
+
+.glyphicons-text-resize:before {
+ content: \"\\E108\";
+}
+
+.glyphicons-left-indent:before {
+ content: \"\\E109\";
+}
+
+.glyphicons-right-indent:before {
+ content: \"\\E110\";
+}
+
+.glyphicons-align-left:before {
+ content: \"\\E111\";
+}
+
+.glyphicons-align-center:before {
+ content: \"\\E112\";
+}
+
+.glyphicons-align-right:before {
+ content: \"\\E113\";
+}
+
+.glyphicons-justify:before {
+ content: \"\\E114\";
+}
+
+.glyphicons-list:before {
+ content: \"\\E115\";
+}
+
+.glyphicons-text-smaller:before {
+ content: \"\\E116\";
+}
+
+.glyphicons-text-bigger:before {
+ content: \"\\E117\";
+}
+
+.glyphicons-embed:before {
+ content: \"\\E118\";
+}
+
+.glyphicons-embed-close:before {
+ content: \"\\E119\";
+}
+
+.glyphicons-table:before {
+ content: \"\\E120\";
+}
+
+.glyphicons-message-full:before {
+ content: \"\\E121\";
+}
+
+.glyphicons-message-empty:before {
+ content: \"\\E122\";
+}
+
+.glyphicons-message-in:before {
+ content: \"\\E123\";
+}
+
+.glyphicons-message-out:before {
+ content: \"\\E124\";
+}
+
+.glyphicons-message-plus:before {
+ content: \"\\E125\";
+}
+
+.glyphicons-message-minus:before {
+ content: \"\\E126\";
+}
+
+.glyphicons-message-ban:before {
+ content: \"\\E127\";
+}
+
+.glyphicons-message-flag:before {
+ content: \"\\E128\";
+}
+
+.glyphicons-message-lock:before {
+ content: \"\\E129\";
+}
+
+.glyphicons-message-new:before {
+ content: \"\\E130\";
+}
+
+.glyphicons-inbox:before {
+ content: \"\\E131\";
+}
+
+.glyphicons-inbox-plus:before {
+ content: \"\\E132\";
+}
+
+.glyphicons-inbox-minus:before {
+ content: \"\\E133\";
+}
+
+.glyphicons-inbox-lock:before {
+ content: \"\\E134\";
+}
+
+.glyphicons-inbox-in:before {
+ content: \"\\E135\";
+}
+
+.glyphicons-inbox-out:before {
+ content: \"\\E136\";
+}
+
+.glyphicons-cogwheel:before {
+ content: \"\\E137\";
+}
+
+.glyphicons-cogwheels:before {
+ content: \"\\E138\";
+}
+
+.glyphicons-picture:before {
+ content: \"\\E139\";
+}
+
+.glyphicons-adjust-alt:before {
+ content: \"\\E140\";
+}
+
+.glyphicons-database-lock:before {
+ content: \"\\E141\";
+}
+
+.glyphicons-database-plus:before {
+ content: \"\\E142\";
+}
+
+.glyphicons-database-minus:before {
+ content: \"\\E143\";
+}
+
+.glyphicons-database-ban:before {
+ content: \"\\E144\";
+}
+
+.glyphicons-folder-open:before {
+ content: \"\\E145\";
+}
+
+.glyphicons-folder-plus:before {
+ content: \"\\E146\";
+}
+
+.glyphicons-folder-minus:before {
+ content: \"\\E147\";
+}
+
+.glyphicons-folder-lock:before {
+ content: \"\\E148\";
+}
+
+.glyphicons-folder-flag:before {
+ content: \"\\E149\";
+}
+
+.glyphicons-folder-new:before {
+ content: \"\\E150\";
+}
+
+.glyphicons-edit:before {
+ content: \"\\E151\";
+}
+
+.glyphicons-new-window:before {
+ content: \"\\E152\";
+}
+
+.glyphicons-check:before {
+ content: \"\\E153\";
+}
+
+.glyphicons-unchecked:before {
+ content: \"\\E154\";
+}
+
+.glyphicons-more-windows:before {
+ content: \"\\E155\";
+}
+
+.glyphicons-show-big-thumbnails:before {
+ content: \"\\E156\";
+}
+
+.glyphicons-show-thumbnails:before {
+ content: \"\\E157\";
+}
+
+.glyphicons-show-thumbnails-with-lines:before {
+ content: \"\\E158\";
+}
+
+.glyphicons-show-lines:before {
+ content: \"\\E159\";
+}
+
+.glyphicons-playlist:before {
+ content: \"\\E160\";
+}
+
+.glyphicons-imac:before {
+ content: \"\\E161\";
+}
+
+.glyphicons-macbook:before {
+ content: \"\\E162\";
+}
+
+.glyphicons-ipad:before {
+ content: \"\\E163\";
+}
+
+.glyphicons-iphone:before {
+ content: \"\\E164\";
+}
+
+.glyphicons-iphone-transfer:before {
+ content: \"\\E165\";
+}
+
+.glyphicons-iphone-exchange:before {
+ content: \"\\E166\";
+}
+
+.glyphicons-ipod:before {
+ content: \"\\E167\";
+}
+
+.glyphicons-ipod-shuffle:before {
+ content: \"\\E168\";
+}
+
+.glyphicons-ear-plugs:before {
+ content: \"\\E169\";
+}
+
+.glyphicons-record:before {
+ content: \"\\E170\";
+}
+
+.glyphicons-step-backward:before {
+ content: \"\\E171\";
+}
+
+.glyphicons-fast-backward:before {
+ content: \"\\E172\";
+}
+
+.glyphicons-rewind:before {
+ content: \"\\E173\";
+}
+
+.glyphicons-play:before {
+ content: \"\\E174\";
+}
+
+.glyphicons-pause:before {
+ content: \"\\E175\";
+}
+
+.glyphicons-stop:before {
+ content: \"\\E176\";
+}
+
+.glyphicons-forward:before {
+ content: \"\\E177\";
+}
+
+.glyphicons-fast-forward:before {
+ content: \"\\E178\";
+}
+
+.glyphicons-step-forward:before {
+ content: \"\\E179\";
+}
+
+.glyphicons-eject:before {
+ content: \"\\E180\";
+}
+
+.glyphicons-facetime-video:before {
+ content: \"\\E181\";
+}
+
+.glyphicons-download-alt:before {
+ content: \"\\E182\";
+}
+
+.glyphicons-mute:before {
+ content: \"\\E183\";
+}
+
+.glyphicons-volume-down:before {
+ content: \"\\E184\";
+}
+
+.glyphicons-volume-up:before {
+ content: \"\\E185\";
+}
+
+.glyphicons-screenshot:before {
+ content: \"\\E186\";
+}
+
+.glyphicons-move:before {
+ content: \"\\E187\";
+}
+
+.glyphicons-more:before {
+ content: \"\\E188\";
+}
+
+.glyphicons-brightness-reduce:before {
+ content: \"\\E189\";
+}
+
+.glyphicons-brightness-increase:before {
+ content: \"\\E190\";
+}
+
+.glyphicons-circle-plus:before {
+ content: \"\\E191\";
+}
+
+.glyphicons-circle-minus:before {
+ content: \"\\E192\";
+}
+
+.glyphicons-circle-remove:before {
+ content: \"\\E193\";
+}
+
+.glyphicons-circle-ok:before {
+ content: \"\\E194\";
+}
+
+.glyphicons-circle-question-mark:before {
+ content: \"\\E195\";
+}
+
+.glyphicons-circle-info:before {
+ content: \"\\E196\";
+}
+
+.glyphicons-circle-exclamation-mark:before {
+ content: \"\\E197\";
+}
+
+.glyphicons-remove:before {
+ content: \"\\E198\";
+}
+
+.glyphicons-ok:before {
+ content: \"\\E199\";
+}
+
+.glyphicons-ban:before {
+ content: \"\\E200\";
+}
+
+.glyphicons-download:before {
+ content: \"\\E201\";
+}
+
+.glyphicons-upload:before {
+ content: \"\\E202\";
+}
+
+.glyphicons-shopping-cart:before {
+ content: \"\\E203\";
+}
+
+.glyphicons-lock:before {
+ content: \"\\E204\";
+}
+
+.glyphicons-unlock:before {
+ content: \"\\E205\";
+}
+
+.glyphicons-electricity:before {
+ content: \"\\E206\";
+}
+
+.glyphicons-ok-2:before {
+ content: \"\\E207\";
+}
+
+.glyphicons-remove-2:before {
+ content: \"\\E208\";
+}
+
+.glyphicons-cart-out:before {
+ content: \"\\E209\";
+}
+
+.glyphicons-cart-in:before {
+ content: \"\\E210\";
+}
+
+.glyphicons-left-arrow:before {
+ content: \"\\E211\";
+}
+
+.glyphicons-right-arrow:before {
+ content: \"\\E212\";
+}
+
+.glyphicons-down-arrow:before {
+ content: \"\\E213\";
+}
+
+.glyphicons-up-arrow:before {
+ content: \"\\E214\";
+}
+
+.glyphicons-resize-small:before {
+ content: \"\\E215\";
+}
+
+.glyphicons-resize-full:before {
+ content: \"\\E216\";
+}
+
+.glyphicons-circle-arrow-left:before {
+ content: \"\\E217\";
+}
+
+.glyphicons-circle-arrow-right:before {
+ content: \"\\E218\";
+}
+
+.glyphicons-circle-arrow-top:before {
+ content: \"\\E219\";
+}
+
+.glyphicons-circle-arrow-down:before {
+ content: \"\\E220\";
+}
+
+.glyphicons-play-button:before {
+ content: \"\\E221\";
+}
+
+.glyphicons-unshare:before {
+ content: \"\\E222\";
+}
+
+.glyphicons-share:before {
+ content: \"\\E223\";
+}
+
+.glyphicons-chevron-right:before {
+ content: \"\\E224\";
+}
+
+.glyphicons-chevron-left:before {
+ content: \"\\E225\";
+}
+
+.glyphicons-bluetooth:before {
+ content: \"\\E226\";
+}
+
+.glyphicons-euro:before {
+ content: \"\\20AC\";
+}
+
+.glyphicons-usd:before {
+ content: \"\\E228\";
+}
+
+.glyphicons-gbp:before {
+ content: \"\\E229\";
+}
+
+.glyphicons-retweet-2:before {
+ content: \"\\E230\";
+}
+
+.glyphicons-moon:before {
+ content: \"\\E231\";
+}
+
+.glyphicons-sun:before {
+ content: \"\\2609\";
+}
+
+.glyphicons-cloud:before {
+ content: \"\\2601\";
+}
+
+.glyphicons-direction:before {
+ content: \"\\E234\";
+}
+
+.glyphicons-brush:before {
+ content: \"\\E235\";
+}
+
+.glyphicons-pen:before {
+ content: \"\\E236\";
+}
+
+.glyphicons-zoom-in:before {
+ content: \"\\E237\";
+}
+
+.glyphicons-zoom-out:before {
+ content: \"\\E238\";
+}
+
+.glyphicons-pin:before {
+ content: \"\\E239\";
+}
+
+.glyphicons-albums:before {
+ content: \"\\E240\";
+}
+
+.glyphicons-rotation-lock:before {
+ content: \"\\E241\";
+}
+
+.glyphicons-flash:before {
+ content: \"\\E242\";
+}
+
+.glyphicons-google-maps:before {
+ content: \"\\E243\";
+}
+
+.glyphicons-anchor:before {
+ content: \"\\2693\";
+}
+
+.glyphicons-conversation:before {
+ content: \"\\E245\";
+}
+
+.glyphicons-chat:before {
+ content: \"\\E246\";
+}
+
+.glyphicons-male:before {
+ content: \"\\E247\";
+}
+
+.glyphicons-female:before {
+ content: \"\\E248\";
+}
+
+.glyphicons-asterisk:before {
+ content: \"*\";
+}
+
+.glyphicons-divide:before {
+ content: \"\\F7\";
+}
+
+.glyphicons-snorkel-diving:before {
+ content: \"\\E251\";
+}
+
+.glyphicons-scuba-diving:before {
+ content: \"\\E252\";
+}
+
+.glyphicons-oxygen-bottle:before {
+ content: \"\\E253\";
+}
+
+.glyphicons-fins:before {
+ content: \"\\E254\";
+}
+
+.glyphicons-fishes:before {
+ content: \"\\E255\";
+}
+
+.glyphicons-boat:before {
+ content: \"\\E256\";
+}
+
+.glyphicons-delete:before {
+ content: \"\\E257\";
+}
+
+.glyphicons-sheriffs-star:before {
+ content: \"\\E258\";
+}
+
+.glyphicons-qrcode:before {
+ content: \"\\E259\";
+}
+
+.glyphicons-barcode:before {
+ content: \"\\E260\";
+}
+
+.glyphicons-pool:before {
+ content: \"\\E261\";
+}
+
+.glyphicons-buoy:before {
+ content: \"\\E262\";
+}
+
+.glyphicons-spade:before {
+ content: \"\\E263\";
+}
+
+.glyphicons-bank:before {
+ content: \"\\E264\";
+}
+
+.glyphicons-vcard:before {
+ content: \"\\E265\";
+}
+
+.glyphicons-electrical-plug:before {
+ content: \"\\E266\";
+}
+
+.glyphicons-flag:before {
+ content: \"\\E267\";
+}
+
+.glyphicons-credit-card:before {
+ content: \"\\E268\";
+}
+
+.glyphicons-keyboard-wireless:before {
+ content: \"\\E269\";
+}
+
+.glyphicons-keyboard-wired:before {
+ content: \"\\E270\";
+}
+
+.glyphicons-shield:before {
+ content: \"\\E271\";
+}
+
+.glyphicons-ring:before {
+ content: \"\\2DA\";
+}
+
+.glyphicons-cake:before {
+ content: \"\\E273\";
+}
+
+.glyphicons-drink:before {
+ content: \"\\E274\";
+}
+
+.glyphicons-beer:before {
+ content: \"\\E275\";
+}
+
+.glyphicons-fast-food:before {
+ content: \"\\E276\";
+}
+
+.glyphicons-cutlery:before {
+ content: \"\\E277\";
+}
+
+.glyphicons-pizza:before {
+ content: \"\\E278\";
+}
+
+.glyphicons-birthday-cake:before {
+ content: \"\\E279\";
+}
+
+.glyphicons-tablet:before {
+ content: \"\\E280\";
+}
+
+.glyphicons-settings:before {
+ content: \"\\E281\";
+}
+
+.glyphicons-bullets:before {
+ content: \"\\E282\";
+}
+
+.glyphicons-cardio:before {
+ content: \"\\E283\";
+}
+
+.glyphicons-t-shirt:before {
+ content: \"\\E284\";
+}
+
+.glyphicons-pants:before {
+ content: \"\\E285\";
+}
+
+.glyphicons-sweater:before {
+ content: \"\\E286\";
+}
+
+.glyphicons-fabric:before {
+ content: \"\\E287\";
+}
+
+.glyphicons-leather:before {
+ content: \"\\E288\";
+}
+
+.glyphicons-scissors:before {
+ content: \"\\E289\";
+}
+
+.glyphicons-bomb:before {
+ content: \"\\E290\";
+}
+
+.glyphicons-skull:before {
+ content: \"\\E291\";
+}
+
+.glyphicons-celebration:before {
+ content: \"\\E292\";
+}
+
+.glyphicons-tea-kettle:before {
+ content: \"\\E293\";
+}
+
+.glyphicons-french-press:before {
+ content: \"\\E294\";
+}
+
+.glyphicons-coffee-cup:before {
+ content: \"\\E295\";
+}
+
+.glyphicons-pot:before {
+ content: \"\\E296\";
+}
+
+.glyphicons-grater:before {
+ content: \"\\E297\";
+}
+
+.glyphicons-kettle:before {
+ content: \"\\E298\";
+}
+
+.glyphicons-hospital:before {
+ content: \"\\E299\";
+}
+
+.glyphicons-hospital-h:before {
+ content: \"\\E300\";
+}
+
+.glyphicons-microphone:before {
+ content: \"\\E301\";
+}
+
+.glyphicons-webcam:before {
+ content: \"\\E302\";
+}
+
+.glyphicons-temple-christianity-church:before {
+ content: \"\\E303\";
+}
+
+.glyphicons-temple-islam:before {
+ content: \"\\E304\";
+}
+
+.glyphicons-temple-hindu:before {
+ content: \"\\E305\";
+}
+
+.glyphicons-temple-buddhist:before {
+ content: \"\\E306\";
+}
+
+.glyphicons-bicycle:before {
+ content: \"\\E307\";
+}
+
+.glyphicons-life-preserver:before {
+ content: \"\\E308\";
+}
+
+.glyphicons-share-alt:before {
+ content: \"\\E309\";
+}
+
+.glyphicons-comments:before {
+ content: \"\\E310\";
+}
+
+.glyphicons-flower:before {
+ content: \"\\2698\";
+}
+
+.glyphicons-baseball:before {
+ content: \"\\26BE\";
+}
+
+.glyphicons-rugby:before {
+ content: \"\\E313\";
+}
+
+.glyphicons-ax:before {
+ content: \"\\E314\";
+}
+
+.glyphicons-table-tennis:before {
+ content: \"\\E315\";
+}
+
+.glyphicons-bowling:before {
+ content: \"\\E316\";
+}
+
+.glyphicons-tree-conifer:before {
+ content: \"\\E317\";
+}
+
+.glyphicons-tree-deciduous:before {
+ content: \"\\E318\";
+}
+
+.glyphicons-more-items:before {
+ content: \"\\E319\";
+}
+
+.glyphicons-sort:before {
+ content: \"\\E320\";
+}
+
+.glyphicons-filter:before {
+ content: \"\\E321\";
+}
+
+.glyphicons-gamepad:before {
+ content: \"\\E322\";
+}
+
+.glyphicons-playing-dices:before {
+ content: \"\\E323\";
+}
+
+.glyphicons-calculator:before {
+ content: \"\\E324\";
+}
+
+.glyphicons-tie:before {
+ content: \"\\E325\";
+}
+
+.glyphicons-wallet:before {
+ content: \"\\E326\";
+}
+
+.glyphicons-piano:before {
+ content: \"\\E327\";
+}
+
+.glyphicons-sampler:before {
+ content: \"\\E328\";
+}
+
+.glyphicons-podium:before {
+ content: \"\\E329\";
+}
+
+.glyphicons-soccer-ball:before {
+ content: \"\\E330\";
+}
+
+.glyphicons-blog:before {
+ content: \"\\E331\";
+}
+
+.glyphicons-dashboard:before {
+ content: \"\\E332\";
+}
+
+.glyphicons-certificate:before {
+ content: \"\\E333\";
+}
+
+.glyphicons-bell:before {
+ content: \"\\E334\";
+}
+
+.glyphicons-candle:before {
+ content: \"\\E335\";
+}
+
+.glyphicons-pushpin:before {
+ content: \"\\E336\";
+}
+
+.glyphicons-iphone-shake:before {
+ content: \"\\E337\";
+}
+
+.glyphicons-pin-flag:before {
+ content: \"\\E338\";
+}
+
+.glyphicons-turtle:before {
+ content: \"\\E339\";
+}
+
+.glyphicons-rabbit:before {
+ content: \"\\E340\";
+}
+
+.glyphicons-globe:before {
+ content: \"\\E341\";
+}
+
+.glyphicons-briefcase:before {
+ content: \"\\E342\";
+}
+
+.glyphicons-hdd:before {
+ content: \"\\E343\";
+}
+
+.glyphicons-thumbs-up:before {
+ content: \"\\E344\";
+}
+
+.glyphicons-thumbs-down:before {
+ content: \"\\E345\";
+}
+
+.glyphicons-hand-right:before {
+ content: \"\\E346\";
+}
+
+.glyphicons-hand-left:before {
+ content: \"\\E347\";
+}
+
+.glyphicons-hand-up:before {
+ content: \"\\E348\";
+}
+
+.glyphicons-hand-down:before {
+ content: \"\\E349\";
+}
+
+.glyphicons-fullscreen:before {
+ content: \"\\E350\";
+}
+
+.glyphicons-shopping-bag:before {
+ content: \"\\E351\";
+}
+
+.glyphicons-book-open:before {
+ content: \"\\E352\";
+}
+
+.glyphicons-nameplate:before {
+ content: \"\\E353\";
+}
+
+.glyphicons-nameplate-alt:before {
+ content: \"\\E354\";
+}
+
+.glyphicons-vases:before {
+ content: \"\\E355\";
+}
+
+.glyphicons-bullhorn:before {
+ content: \"\\E356\";
+}
+
+.glyphicons-dumbbell:before {
+ content: \"\\E357\";
+}
+
+.glyphicons-suitcase:before {
+ content: \"\\E358\";
+}
+
+.glyphicons-file-import:before {
+ content: \"\\E359\";
+}
+
+.glyphicons-file-export:before {
+ content: \"\\E360\";
+}
+
+.glyphicons-bug:before {
+ content: \"\\E361\";
+}
+
+.glyphicons-crown:before {
+ content: \"\\E362\";
+}
+
+.glyphicons-smoking:before {
+ content: \"\\E363\";
+}
+
+.glyphicons-cloud-download:before {
+ content: \"\\E364\";
+}
+
+.glyphicons-cloud-upload:before {
+ content: \"\\E365\";
+}
+
+.glyphicons-restart:before {
+ content: \"\\E366\";
+}
+
+.glyphicons-security-camera:before {
+ content: \"\\E367\";
+}
+
+.glyphicons-expand:before {
+ content: \"\\E368\";
+}
+
+.glyphicons-collapse:before {
+ content: \"\\E369\";
+}
+
+.glyphicons-collapse-top:before {
+ content: \"\\E370\";
+}
+
+.glyphicons-globe-af:before {
+ content: \"\\E371\";
+}
+
+.glyphicons-global:before {
+ content: \"\\E372\";
+}
+
+.glyphicons-spray:before {
+ content: \"\\E373\";
+}
+
+.glyphicons-nails:before {
+ content: \"\\E374\";
+}
+
+.glyphicons-claw-hammer:before {
+ content: \"\\E375\";
+}
+
+.glyphicons-classic-hammer:before {
+ content: \"\\E376\";
+}
+
+.glyphicons-hand-saw:before {
+ content: \"\\E377\";
+}
+
+.glyphicons-riflescope:before {
+ content: \"\\E378\";
+}
+
+.glyphicons-electrical-socket-eu:before {
+ content: \"\\E379\";
+}
+
+.glyphicons-electrical-socket-us:before {
+ content: \"\\E380\";
+}
+
+.glyphicons-message-forward:before {
+ content: \"\\E381\";
+}
+
+.glyphicons-coat-hanger:before {
+ content: \"\\E382\";
+}
+
+.glyphicons-dress:before {
+ content: \"\\E383\";
+}
+
+.glyphicons-bathrobe:before {
+ content: \"\\E384\";
+}
+
+.glyphicons-shirt:before {
+ content: \"\\E385\";
+}
+
+.glyphicons-underwear:before {
+ content: \"\\E386\";
+}
+
+.glyphicons-log-in:before {
+ content: \"\\E387\";
+}
+
+.glyphicons-log-out:before {
+ content: \"\\E388\";
+}
+
+.glyphicons-exit:before {
+ content: \"\\E389\";
+}
+
+.glyphicons-new-window-alt:before {
+ content: \"\\E390\";
+}
+
+.glyphicons-video-sd:before {
+ content: \"\\E391\";
+}
+
+.glyphicons-video-hd:before {
+ content: \"\\E392\";
+}
+
+.glyphicons-subtitles:before {
+ content: \"\\E393\";
+}
+
+.glyphicons-sound-stereo:before {
+ content: \"\\E394\";
+}
+
+.glyphicons-sound-dolby:before {
+ content: \"\\E395\";
+}
+
+.glyphicons-sound-5-1:before {
+ content: \"\\E396\";
+}
+
+.glyphicons-sound-6-1:before {
+ content: \"\\E397\";
+}
+
+.glyphicons-sound-7-1:before {
+ content: \"\\E398\";
+}
+
+.glyphicons-copyright-mark:before {
+ content: \"\\E399\";
+}
+
+.glyphicons-registration-mark:before {
+ content: \"\\E400\";
+}
+
+.glyphicons-radar:before {
+ content: \"\\E401\";
+}
+
+.glyphicons-skateboard:before {
+ content: \"\\E402\";
+}
+
+.glyphicons-golf-course:before {
+ content: \"\\E403\";
+}
+
+.glyphicons-sorting:before {
+ content: \"\\E404\";
+}
+
+.glyphicons-sort-by-alphabet:before {
+ content: \"\\E405\";
+}
+
+.glyphicons-sort-by-alphabet-alt:before {
+ content: \"\\E406\";
+}
+
+.glyphicons-sort-by-order:before {
+ content: \"\\E407\";
+}
+
+.glyphicons-sort-by-order-alt:before {
+ content: \"\\E408\";
+}
+
+.glyphicons-sort-by-attributes:before {
+ content: \"\\E409\";
+}
+
+.glyphicons-sort-by-attributes-alt:before {
+ content: \"\\E410\";
+}
+
+.glyphicons-compressed:before {
+ content: \"\\E411\";
+}
+
+.glyphicons-package:before {
+ content: \"\\E412\";
+}
+
+.glyphicons-cloud-plus:before {
+ content: \"\\E413\";
+}
+
+.glyphicons-cloud-minus:before {
+ content: \"\\E414\";
+}
+
+.glyphicons-disk-save:before {
+ content: \"\\E415\";
+}
+
+.glyphicons-disk-open:before {
+ content: \"\\E416\";
+}
+
+.glyphicons-disk-saved:before {
+ content: \"\\E417\";
+}
+
+.glyphicons-disk-remove:before {
+ content: \"\\E418\";
+}
+
+.glyphicons-disk-import:before {
+ content: \"\\E419\";
+}
+
+.glyphicons-disk-export:before {
+ content: \"\\E420\";
+}
+
+.glyphicons-tower:before {
+ content: \"\\E421\";
+}
+
+.glyphicons-send:before {
+ content: \"\\E422\";
+}
+
+.glyphicons-git-branch:before {
+ content: \"\\E423\";
+}
+
+.glyphicons-git-create:before {
+ content: \"\\E424\";
+}
+
+.glyphicons-git-private:before {
+ content: \"\\E425\";
+}
+
+.glyphicons-git-delete:before {
+ content: \"\\E426\";
+}
+
+.glyphicons-git-merge:before {
+ content: \"\\E427\";
+}
+
+.glyphicons-git-pull-request:before {
+ content: \"\\E428\";
+}
+
+.glyphicons-git-compare:before {
+ content: \"\\E429\";
+}
+
+.glyphicons-git-commit:before {
+ content: \"\\E430\";
+}
+
+.glyphicons-construction-cone:before {
+ content: \"\\E431\";
+}
+
+.glyphicons-shoe-steps:before {
+ content: \"\\E432\";
+}
+
+.glyphicons-plus:before {
+ content: \"+\";
+}
+
+.glyphicons-minus:before {
+ content: \"\\2212\";
+}
+
+.glyphicons-redo:before {
+ content: \"\\E435\";
+}
+
+.glyphicons-undo:before {
+ content: \"\\E436\";
+}
+
+.glyphicons-golf:before {
+ content: \"\\E437\";
+}
+
+.glyphicons-hockey:before {
+ content: \"\\E438\";
+}
+
+.glyphicons-pipe:before {
+ content: \"\\E439\";
+}
+
+.glyphicons-wrench:before {
+ content: \"\\E440\";
+}
+
+.glyphicons-folder-closed:before {
+ content: \"\\E441\";
+}
+
+.glyphicons-phone-alt:before {
+ content: \"\\E442\";
+}
+
+.glyphicons-earphone:before {
+ content: \"\\E443\";
+}
+
+.glyphicons-floppy-disk:before {
+ content: \"\\E444\";
+}
+
+.glyphicons-floppy-saved:before {
+ content: \"\\E445\";
+}
+
+.glyphicons-floppy-remove:before {
+ content: \"\\E446\";
+}
+
+.glyphicons-floppy-save:before {
+ content: \"\\E447\";
+}
+
+.glyphicons-floppy-open:before {
+ content: \"\\E448\";
+}
+
+.glyphicons-translate:before {
+ content: \"\\E449\";
+}
+
+.glyphicons-fax:before {
+ content: \"\\E450\";
+}
+
+.glyphicons-factory:before {
+ content: \"\\E451\";
+}
+
+.glyphicons-shop-window:before {
+ content: \"\\E452\";
+}
+
+.glyphicons-shop:before {
+ content: \"\\E453\";
+}
+
+.glyphicons-kiosk:before {
+ content: \"\\E454\";
+}
+
+.glyphicons-kiosk-wheels:before {
+ content: \"\\E455\";
+}
+
+.glyphicons-kiosk-light:before {
+ content: \"\\E456\";
+}
+
+.glyphicons-kiosk-food:before {
+ content: \"\\E457\";
+}
+
+.glyphicons-transfer:before {
+ content: \"\\E458\";
+}
+
+.glyphicons-money:before {
+ content: \"\\E459\";
+}
+
+.glyphicons-header:before {
+ content: \"\\E460\";
+}
+
+.glyphicons-blacksmith:before {
+ content: \"\\E461\";
+}
+
+.glyphicons-saw-blade:before {
+ content: \"\\E462\";
+}
+
+.glyphicons-basketball:before {
+ content: \"\\E463\";
+}
+
+.glyphicons-server:before {
+ content: \"\\E464\";
+}
+
+.glyphicons-server-plus:before {
+ content: \"\\E465\";
+}
+
+.glyphicons-server-minus:before {
+ content: \"\\E466\";
+}
+
+.glyphicons-server-ban:before {
+ content: \"\\E467\";
+}
+
+.glyphicons-server-flag:before {
+ content: \"\\E468\";
+}
+
+.glyphicons-server-lock:before {
+ content: \"\\E469\";
+}
+
+.glyphicons-server-new:before {
+ content: \"\\E470\";
+}
+
+.glyphicons-charging-station:before {
+ content: \"\\F471\";
+}
+
+.glyphicons-gas-station:before {
+ content: \"\\E472\";
+}
+
+.glyphicons-target:before {
+ content: \"\\E473\";
+}
+
+.glyphicons-bed-alt:before {
+ content: \"\\E474\";
+}
+
+.glyphicons-mosquito-net:before {
+ content: \"\\E475\";
+}
+
+.glyphicons-dining-set:before {
+ content: \"\\E476\";
+}
+
+.glyphicons-plate-of-food:before {
+ content: \"\\E477\";
+}
+
+.glyphicons-hygiene-kit:before {
+ content: \"\\E478\";
+}
+
+.glyphicons-blackboard:before {
+ content: \"\\E479\";
+}
+
+.glyphicons-marriage:before {
+ content: \"\\E480\";
+}
+
+.glyphicons-bucket:before {
+ content: \"\\E481\";
+}
+
+.glyphicons-none-color-swatch:before {
+ content: \"\\E482\";
+}
+
+.glyphicons-bring-forward:before {
+ content: \"\\E483\";
+}
+
+.glyphicons-bring-to-front:before {
+ content: \"\\E484\";
+}
+
+.glyphicons-send-backward:before {
+ content: \"\\E485\";
+}
+
+.glyphicons-send-to-back:before {
+ content: \"\\E486\";
+}
+
+.glyphicons-fit-frame-to-image:before {
+ content: \"\\E487\";
+}
+
+.glyphicons-fit-image-to-frame:before {
+ content: \"\\E488\";
+}
+
+.glyphicons-multiple-displays:before {
+ content: \"\\E489\";
+}
+
+.glyphicons-handshake:before {
+ content: \"\\E490\";
+}
+
+.glyphicons-child:before {
+ content: \"\\E491\";
+}
+
+.glyphicons-baby-formula:before {
+ content: \"\\E492\";
+}
+
+.glyphicons-medicine:before {
+ content: \"\\E493\";
+}
+
+.glyphicons-atv-vehicle:before {
+ content: \"\\E494\";
+}
+
+.glyphicons-motorcycle:before {
+ content: \"\\E495\";
+}
+
+.glyphicons-bed:before {
+ content: \"\\E496\";
+}
+
+.glyphicons-tent:before {
+ content: \"\\26FA\";
+}
+
+.glyphicons-glasses:before {
+ content: \"\\E498\";
+}
+
+.glyphicons-sunglasses:before {
+ content: \"\\E499\";
+}
+
+.glyphicons-family:before {
+ content: \"\\E500\";
+}
+
+.glyphicons-education:before {
+ content: \"\\E501\";
+}
+
+.glyphicons-shoes:before {
+ content: \"\\E502\";
+}
+
+.glyphicons-map:before {
+ content: \"\\E503\";
+}
+
+.glyphicons-cd:before {
+ content: \"\\E504\";
+}
+
+.glyphicons-alert:before {
+ content: \"\\E505\";
+}
+
+.glyphicons-piggy-bank:before {
+ content: \"\\E506\";
+}
+
+.glyphicons-star-half:before {
+ content: \"\\E507\";
+}
+
+.glyphicons-cluster:before {
+ content: \"\\E508\";
+}
+
+.glyphicons-flowchart:before {
+ content: \"\\E509\";
+}
+
+.glyphicons-commodities:before {
+ content: \"\\E510\";
+}
+
+.glyphicons-duplicate:before {
+ content: \"\\E511\";
+}
+
+.glyphicons-copy:before {
+ content: \"\\E512\";
+}
+
+.glyphicons-paste:before {
+ content: \"\\E513\";
+}
+
+.glyphicons-bath-bathtub:before {
+ content: \"\\E514\";
+}
+
+.glyphicons-bath-shower:before {
+ content: \"\\E515\";
+}
+
+.glyphicons-shower:before {
+ content: \"\\1F6BF\";
+}
+
+.glyphicons-menu-hamburger:before {
+ content: \"\\E517\";
+}
+
+.glyphicons-option-vertical:before {
+ content: \"\\E518\";
+}
+
+.glyphicons-option-horizontal:before {
+ content: \"\\E519\";
+}
+
+.glyphicons-currency-conversion:before {
+ content: \"\\E520\";
+}
+
+.glyphicons-user-ban:before {
+ content: \"\\E521\";
+}
+
+.glyphicons-user-lock:before {
+ content: \"\\E522\";
+}
+
+.glyphicons-user-flag:before {
+ content: \"\\E523\";
+}
+
+.glyphicons-user-asterisk:before {
+ content: \"\\E524\";
+}
+
+.glyphicons-user-alert:before {
+ content: \"\\E525\";
+}
+
+.glyphicons-user-key:before {
+ content: \"\\E526\";
+}
+
+.glyphicons-user-conversation:before {
+ content: \"\\E527\";
+}
+
+.glyphicons-database:before {
+ content: \"\\E528\";
+}
+
+.glyphicons-database-search:before {
+ content: \"\\E529\";
+}
+
+.glyphicons-list-alt:before {
+ content: \"\\E530\";
+}
+
+.glyphicons-hazard-sign:before {
+ content: \"\\E531\";
+}
+
+.glyphicons-hazard:before {
+ content: \"\\E532\";
+}
+
+.glyphicons-stop-sign:before {
+ content: \"\\E533\";
+}
+
+.glyphicons-lab:before {
+ content: \"\\E534\";
+}
+
+.glyphicons-lab-alt:before {
+ content: \"\\E535\";
+}
+
+.glyphicons-ice-cream:before {
+ content: \"\\E536\";
+}
+
+.glyphicons-ice-lolly:before {
+ content: \"\\E537\";
+}
+
+.glyphicons-ice-lolly-tasted:before {
+ content: \"\\E538\";
+}
+
+.glyphicons-invoice:before {
+ content: \"\\E539\";
+}
+
+.glyphicons-cart-tick:before {
+ content: \"\\E540\";
+}
+
+.glyphicons-hourglass:before {
+ content: \"\\231B\";
+}
+
+.glyphicons-cat:before {
+ content: \"\\1F408\";
+}
+
+.glyphicons-lamp:before {
+ content: \"\\E543\";
+}
+
+.glyphicons-scale-classic:before {
+ content: \"\\E544\";
+}
+
+.glyphicons-eye-plus:before {
+ content: \"\\E545\";
+}
+
+.glyphicons-eye-minus:before {
+ content: \"\\E546\";
+}
+
+.glyphicons-quote:before {
+ content: \"\\E547\";
+}
+
+.glyphicons-bitcoin:before {
+ content: \"\\E548\";
+}
+
+.glyphicons-yen:before {
+ content: \"\\A5\";
+}
+
+.glyphicons-ruble:before {
+ content: \"\\20BD\";
+}
+
+.glyphicons-erase:before {
+ content: \"\\E551\";
+}
+
+.glyphicons-podcast:before {
+ content: \"\\E552\";
+}
+
+.glyphicons-firework:before {
+ content: \"\\E553\";
+}
+
+.glyphicons-scale:before {
+ content: \"\\E554\";
+}
+
+.glyphicons-king:before {
+ content: \"\\E555\";
+}
+
+.glyphicons-queen:before {
+ content: \"\\E556\";
+}
+
+.glyphicons-pawn:before {
+ content: \"\\E557\";
+}
+
+.glyphicons-bishop:before {
+ content: \"\\E558\";
+}
+
+.glyphicons-knight:before {
+ content: \"\\E559\";
+}
+
+.glyphicons-mic-mute:before {
+ content: \"\\E560\";
+}
+
+.glyphicons-voicemail:before {
+ content: \"\\E561\";
+}
+
+.glyphicons-paragraph:before {
+ content: \"\\B6\";
+}
+
+.glyphicons-person-walking:before {
+ content: \"\\E563\";
+}
+
+.glyphicons-person-wheelchair:before {
+ content: \"\\E564\";
+}
+
+.glyphicons-underground:before {
+ content: \"\\E565\";
+}
+
+.glyphicons-car-hov:before {
+ content: \"\\E566\";
+}
+
+.glyphicons-car-rental:before {
+ content: \"\\E567\";
+}
+
+.glyphicons-transport:before {
+ content: \"\\E568\";
+}
+
+.glyphicons-taxi:before {
+ content: \"\\1F695\";
+}
+
+.glyphicons-ice-cream-no:before {
+ content: \"\\E570\";
+}
+
+.glyphicons-uk-rat-u:before {
+ content: \"\\E571\";
+}
+
+.glyphicons-uk-rat-pg:before {
+ content: \"\\E572\";
+}
+
+.glyphicons-uk-rat-12a:before {
+ content: \"\\E573\";
+}
+
+.glyphicons-uk-rat-12:before {
+ content: \"\\E574\";
+}
+
+.glyphicons-uk-rat-15:before {
+ content: \"\\E575\";
+}
+
+.glyphicons-uk-rat-18:before {
+ content: \"\\E576\";
+}
+
+.glyphicons-uk-rat-r18:before {
+ content: \"\\E577\";
+}
+
+.glyphicons-tv:before {
+ content: \"\\E578\";
+}
+
+.glyphicons-sms:before {
+ content: \"\\E579\";
+}
+
+.glyphicons-mms:before {
+ content: \"\\E580\";
+}
+
+.glyphicons-us-rat-g:before {
+ content: \"\\E581\";
+}
+
+.glyphicons-us-rat-pg:before {
+ content: \"\\E582\";
+}
+
+.glyphicons-us-rat-pg-13:before {
+ content: \"\\E583\";
+}
+
+.glyphicons-us-rat-restricted:before {
+ content: \"\\E584\";
+}
+
+.glyphicons-us-rat-no-one-17:before {
+ content: \"\\E585\";
+}
+
+.glyphicons-equalizer:before {
+ content: \"\\E586\";
+}
+
+.glyphicons-speakers:before {
+ content: \"\\E587\";
+}
+
+.glyphicons-remote-control:before {
+ content: \"\\E588\";
+}
+
+.glyphicons-remote-control-tv:before {
+ content: \"\\E589\";
+}
+
+.glyphicons-shredder:before {
+ content: \"\\E590\";
+}
+
+.glyphicons-folder-heart:before {
+ content: \"\\E591\";
+}
+
+.glyphicons-person-running:before {
+ content: \"\\E592\";
+}
+
+.glyphicons-person:before {
+ content: \"\\E593\";
+}
+
+.glyphicons-voice:before {
+ content: \"\\E594\";
+}
+
+.glyphicons-stethoscope:before {
+ content: \"\\E595\";
+}
+
+.glyphicons-hotspot:before {
+ content: \"\\E596\";
+}
+
+.glyphicons-activity:before {
+ content: \"\\E597\";
+}
+
+.glyphicons-watch:before {
+ content: \"\\231A\";
+}
+
+.glyphicons-scissors-alt:before {
+ content: \"\\E599\";
+}
+
+.glyphicons-car-wheel:before {
+ content: \"\\E600\";
+}
+
+.glyphicons-chevron-up:before {
+ content: \"\\E601\";
+}
+
+.glyphicons-chevron-down:before {
+ content: \"\\E602\";
+}
+
+.glyphicons-superscript:before {
+ content: \"\\E603\";
+}
+
+.glyphicons-subscript:before {
+ content: \"\\E604\";
+}
+
+.glyphicons-text-size:before {
+ content: \"\\E605\";
+}
+
+.glyphicons-text-color:before {
+ content: \"\\E606\";
+}
+
+.glyphicons-text-background:before {
+ content: \"\\E607\";
+}
+
+.glyphicons-modal-window:before {
+ content: \"\\E608\";
+}
+
+.glyphicons-newspaper:before {
+ content: \"\\1F4F0\";
+}
+
+.glyphicons-tractor:before {
+ content: \"\\1F69C\";
+}
+
+.animated {
+ -webkit-animation-duration: 1s;
+ animation-duration: 1s;
+ -webkit-animation-fill-mode: both;
+ animation-fill-mode: both;
+ -webkit-animation-timing-function: ease-in-out;
+ animation-timing-function: ease-in-out;
+ animation-iteration-count: infinite;
+ -webkit-animation-iteration-count: infinite;
+}
+
+@-webkit-keyframes pulse {
+ 0% {
+ -webkit-transform: scale(1);
+ }
+ 50% {
+ -webkit-transform: scale(1.1);
+ }
+ 100% {
+ -webkit-transform: scale(1);
+ }
+}
+@keyframes pulse {
+ 0% {
+ -webkit-transform: scale(1);
+ transform: scale(1);
+ }
+ 50% {
+ -webkit-transform: scale(1.1);
+ transform: scale(1.1);
+ }
+ 100% {
+ -webkit-transform: scale(1);
+ transform: scale(1);
+ }
+}
+.pulse {
+ -webkit-animation-name: pulse;
+ animation-name: pulse;
+}
+
+@-webkit-keyframes rotateIn {
+ 0% {
+ -webkit-transform-origin: center center;
+ -webkit-transform: rotate(-200deg);
+ opacity: 0;
+ }
+ 100% {
+ -webkit-transform-origin: center center;
+ -webkit-transform: rotate(0);
+ opacity: 1;
+ }
+}
+@keyframes rotateIn {
+ 0% {
+ -webkit-transform-origin: center center;
+ transform-origin: center center;
+ -webkit-transform: rotate(-200deg);
+ transform: rotate(-200deg);
+ opacity: 0;
+ }
+ 100% {
+ -webkit-transform-origin: center center;
+ transform-origin: center center;
+ -webkit-transform: rotate(0);
+ transform: rotate(0);
+ opacity: 1;
+ }
+}
+.rotateIn {
+ -webkit-animation-name: rotateIn;
+ animation-name: rotateIn;
+}
+
+@-webkit-keyframes bounce {
+ 0%, 20%, 50%, 80%, 100% {
+ -webkit-transform: translateY(0);
+ }
+ 40% {
+ -webkit-transform: translateY(-30px);
+ }
+ 60% {
+ -webkit-transform: translateY(-15px);
+ }
+}
+@keyframes bounce {
+ 0%, 20%, 50%, 80%, 100% {
+ -webkit-transform: translateY(0);
+ transform: translateY(0);
+ }
+ 40% {
+ -webkit-transform: translateY(-30px);
+ transform: translateY(-30px);
+ }
+ 60% {
+ -webkit-transform: translateY(-15px);
+ transform: translateY(-15px);
+ }
+}
+.bounce {
+ -webkit-animation-name: bounce;
+ animation-name: bounce;
+}
+
+@-webkit-keyframes swing {
+ 20%, 40%, 60%, 80%, 100% {
+ -webkit-transform-origin: top center;
+ }
+ 20% {
+ -webkit-transform: rotate(15deg);
+ }
+ 40% {
+ -webkit-transform: rotate(-10deg);
+ }
+ 60% {
+ -webkit-transform: rotate(5deg);
+ }
+ 80% {
+ -webkit-transform: rotate(-5deg);
+ }
+ 100% {
+ -webkit-transform: rotate(0deg);
+ }
+}
+@keyframes swing {
+ 20% {
+ -webkit-transform: rotate(15deg);
+ transform: rotate(15deg);
+ }
+ 40% {
+ -webkit-transform: rotate(-10deg);
+ transform: rotate(-10deg);
+ }
+ 60% {
+ -webkit-transform: rotate(5deg);
+ transform: rotate(5deg);
+ }
+ 80% {
+ -webkit-transform: rotate(-5deg);
+ transform: rotate(-5deg);
+ }
+ 100% {
+ -webkit-transform: rotate(0deg);
+ transform: rotate(0deg);
+ }
+}
+.swing {
+ -webkit-transform-origin: top center;
+ transform-origin: top center;
+ -webkit-animation-name: swing;
+ animation-name: swing;
+}
+
+@-webkit-keyframes tada {
+ 0% {
+ -webkit-transform: scale(1);
+ }
+ 10%, 20% {
+ -webkit-transform: scale(0.9) rotate(-3deg);
+ }
+ 30%, 50%, 70%, 90% {
+ -webkit-transform: scale(1.1) rotate(3deg);
+ }
+ 40%, 60%, 80% {
+ -webkit-transform: scale(1.1) rotate(-3deg);
+ }
+ 100% {
+ -webkit-transform: scale(1) rotate(0);
+ }
+}
+@keyframes tada {
+ 0% {
+ -webkit-transform: scale(1);
+ transform: scale(1);
+ }
+ 10%, 20% {
+ -webkit-transform: scale(0.9) rotate(-3deg);
+ transform: scale(0.9) rotate(-3deg);
+ }
+ 30%, 50%, 70%, 90% {
+ -webkit-transform: scale(1.1) rotate(3deg);
+ transform: scale(1.1) rotate(3deg);
+ }
+ 40%, 60%, 80% {
+ -webkit-transform: scale(1.1) rotate(-3deg);
+ transform: scale(1.1) rotate(-3deg);
+ }
+ 100% {
+ -webkit-transform: scale(1) rotate(0);
+ transform: scale(1) rotate(0);
+ }
+}
+.tada {
+ -webkit-animation-name: tada;
+ animation-name: tada;
+}
+
+/* latin */
+@font-face {
+ font-family: \"Montserrat\";
+ font-style: normal;
+ font-weight: 400;
+ src: local(\"Montserrat-Regular\"), url('{{ asset_path(\"theme::fonts/montserrat/montserrat-regular.woff2\") }}') format(\"woff2\"), url('{{ asset_path(\"theme::fonts/montserrat/montserrat-regular.woff\") }}') format(\"woff\");
+ unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
+}
+/* latin */
+@font-face {
+ font-family: \"Montserrat\";
+ font-style: normal;
+ font-weight: 700;
+ src: local(\"Montserrat-Bold\"), url('{{ asset_path(\"theme::fonts/montserrat/montserrat-bold.woff2\") }}') format(\"woff2\"), url('{{ asset_path(\"theme::fonts/montserrat/montserrat-bold.woff\") }}') format(\"woff\");
+ unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
+}
+/*!
+ * Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
+ * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
+ */
+/* FONT PATH
+ * -------------------------- */
+@font-face {
+ font-family: \"FontAwesome\";
+ src: url('{{ asset_path(\"theme::fonts/font-awesome/fontawesome-webfont.eot\") }}');
+ src: url('{{ asset_path(\"theme::fonts/font-awesome/fontawesome-webfont.eot\") }}?#iefix') format(\"embedded-opentype\"), url('{{ asset_path(\"theme::fonts/font-awesome/fontawesome-webfont.woff2\") }}') format(\"woff2\"), url('{{ asset_path(\"theme::fonts/font-awesome/fontawesome-webfont.woff\") }}') format(\"woff\"), url('{{ asset_path(\"theme::fonts/font-awesome/fontawesome-webfont.ttf\") }}') format(\"truetype\"), url('{{ asset_path(\"theme::fonts/font-awesome/fontawesome-webfont.svg\") }}#fontawesome') format(\"svg\");
+ font-weight: normal;
+ font-style: normal;
+}
+.fa {
+ display: inline-block;
+ font: normal normal normal 14px/1 FontAwesome;
+ font-size: inherit;
+ text-rendering: auto;
+ -webkit-font-smoothing: antialiased;
+ -moz-osx-font-smoothing: grayscale;
+}
+
+/* makes the font 33% larger relative to the icon container */
+.fa-lg {
+ font-size: 1.33333333em;
+ line-height: 0.75em;
+ vertical-align: -15%;
+}
+
+.fa-2x {
+ font-size: 2em;
+}
+
+.fa-3x {
+ font-size: 3em;
+}
+
+.fa-4x {
+ font-size: 4em;
+}
+
+.fa-5x {
+ font-size: 5em;
+}
+
+.fa-fw {
+ width: 1.28571429em;
+ text-align: center;
+}
+
+.fa-ul {
+ padding-left: 0;
+ margin-left: 2.14285714em;
+ list-style-type: none;
+}
+
+.fa-ul > li {
+ position: relative;
+}
+
+.fa-li {
+ position: absolute;
+ left: -2.14285714em;
+ width: 2.14285714em;
+ top: 0.14285714em;
+ text-align: center;
+}
+
+.fa-li.fa-lg {
+ left: -1.85714286em;
+}
+
+.fa-border {
+ padding: 0.2em 0.25em 0.15em;
+ border: solid 0.08em #eeeeee;
+ border-radius: 0.1em;
+}
+
+.fa-pull-left {
+ float: left;
+}
+
+.fa-pull-right {
+ float: right;
+}
+
+.fa.fa-pull-left {
+ margin-right: 0.3em;
+}
+
+.fa.fa-pull-right {
+ margin-left: 0.3em;
+}
+
+/* Deprecated as of 4.4.0 */
+.pull-right {
+ float: right;
+}
+
+.pull-left {
+ float: left;
+}
+
+.fa.pull-left {
+ margin-right: 0.3em;
+}
+
+.fa.pull-right {
+ margin-left: 0.3em;
+}
+
+.fa-spin {
+ -webkit-animation: fa-spin 2s infinite linear;
+ animation: fa-spin 2s infinite linear;
+}
+
+.fa-pulse {
+ -webkit-animation: fa-spin 1s infinite steps(8);
+ animation: fa-spin 1s infinite steps(8);
+}
+
+@-webkit-keyframes fa-spin {
+ 0% {
+ -webkit-transform: rotate(0deg);
+ transform: rotate(0deg);
+ }
+ 100% {
+ -webkit-transform: rotate(359deg);
+ transform: rotate(359deg);
+ }
+}
+@keyframes fa-spin {
+ 0% {
+ -webkit-transform: rotate(0deg);
+ transform: rotate(0deg);
+ }
+ 100% {
+ -webkit-transform: rotate(359deg);
+ transform: rotate(359deg);
+ }
+}
+.fa-rotate-90 {
+ -ms-filter: \"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)\";
+ -webkit-transform: rotate(90deg);
+ transform: rotate(90deg);
+}
+
+.fa-rotate-180 {
+ -ms-filter: \"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)\";
+ -webkit-transform: rotate(180deg);
+ transform: rotate(180deg);
+}
+
+.fa-rotate-270 {
+ -ms-filter: \"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)\";
+ -webkit-transform: rotate(270deg);
+ transform: rotate(270deg);
+}
+
+.fa-flip-horizontal {
+ -ms-filter: \"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)\";
+ -webkit-transform: scale(-1, 1);
+ transform: scale(-1, 1);
+}
+
+.fa-flip-vertical {
+ -ms-filter: \"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)\";
+ -webkit-transform: scale(1, -1);
+ transform: scale(1, -1);
+}
+
+:root .fa-rotate-90,
+:root .fa-rotate-180,
+:root .fa-rotate-270,
+:root .fa-flip-horizontal,
+:root .fa-flip-vertical {
+ -webkit-filter: none;
+ filter: none;
+}
+
+.fa-stack {
+ position: relative;
+ display: inline-block;
+ width: 2em;
+ height: 2em;
+ line-height: 2em;
+ vertical-align: middle;
+}
+
+.fa-stack-1x,
+.fa-stack-2x {
+ position: absolute;
+ left: 0;
+ width: 100%;
+ text-align: center;
+}
+
+.fa-stack-1x {
+ line-height: inherit;
+}
+
+.fa-stack-2x {
+ font-size: 2em;
+}
+
+.fa-inverse {
+ color: #ffffff;
+}
+
+/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
+ readers do not read off random characters that represent icons */
+.fa-glass:before {
+ content: \"\\F000\";
+}
+
+.fa-music:before {
+ content: \"\\F001\";
+}
+
+.fa-search:before {
+ content: \"\\F002\";
+}
+
+.fa-envelope-o:before {
+ content: \"\\F003\";
+}
+
+.fa-heart:before {
+ content: \"\\F004\";
+}
+
+.fa-star:before {
+ content: \"\\F005\";
+}
+
+.fa-star-o:before {
+ content: \"\\F006\";
+}
+
+.fa-user:before {
+ content: \"\\F007\";
+}
+
+.fa-film:before {
+ content: \"\\F008\";
+}
+
+.fa-th-large:before {
+ content: \"\\F009\";
+}
+
+.fa-th:before {
+ content: \"\\F00A\";
+}
+
+.fa-th-list:before {
+ content: \"\\F00B\";
+}
+
+.fa-check:before {
+ content: \"\\F00C\";
+}
+
+.fa-remove:before,
+.fa-close:before,
+.fa-times:before {
+ content: \"\\F00D\";
+}
+
+.fa-search-plus:before {
+ content: \"\\F00E\";
+}
+
+.fa-search-minus:before {
+ content: \"\\F010\";
+}
+
+.fa-power-off:before {
+ content: \"\\F011\";
+}
+
+.fa-signal:before {
+ content: \"\\F012\";
+}
+
+.fa-gear:before,
+.fa-cog:before {
+ content: \"\\F013\";
+}
+
+.fa-trash-o:before {
+ content: \"\\F014\";
+}
+
+.fa-home:before {
+ content: \"\\F015\";
+}
+
+.fa-file-o:before {
+ content: \"\\F016\";
+}
+
+.fa-clock-o:before {
+ content: \"\\F017\";
+}
+
+.fa-road:before {
+ content: \"\\F018\";
+}
+
+.fa-download:before {
+ content: \"\\F019\";
+}
+
+.fa-arrow-circle-o-down:before {
+ content: \"\\F01A\";
+}
+
+.fa-arrow-circle-o-up:before {
+ content: \"\\F01B\";
+}
+
+.fa-inbox:before {
+ content: \"\\F01C\";
+}
+
+.fa-play-circle-o:before {
+ content: \"\\F01D\";
+}
+
+.fa-rotate-right:before,
+.fa-repeat:before {
+ content: \"\\F01E\";
+}
+
+.fa-refresh:before {
+ content: \"\\F021\";
+}
+
+.fa-list-alt:before {
+ content: \"\\F022\";
+}
+
+.fa-lock:before {
+ content: \"\\F023\";
+}
+
+.fa-flag:before {
+ content: \"\\F024\";
+}
+
+.fa-headphones:before {
+ content: \"\\F025\";
+}
+
+.fa-volume-off:before {
+ content: \"\\F026\";
+}
+
+.fa-volume-down:before {
+ content: \"\\F027\";
+}
+
+.fa-volume-up:before {
+ content: \"\\F028\";
+}
+
+.fa-qrcode:before {
+ content: \"\\F029\";
+}
+
+.fa-barcode:before {
+ content: \"\\F02A\";
+}
+
+.fa-tag:before {
+ content: \"\\F02B\";
+}
+
+.fa-tags:before {
+ content: \"\\F02C\";
+}
+
+.fa-book:before {
+ content: \"\\F02D\";
+}
+
+.fa-bookmark:before {
+ content: \"\\F02E\";
+}
+
+.fa-print:before {
+ content: \"\\F02F\";
+}
+
+.fa-camera:before {
+ content: \"\\F030\";
+}
+
+.fa-font:before {
+ content: \"\\F031\";
+}
+
+.fa-bold:before {
+ content: \"\\F032\";
+}
+
+.fa-italic:before {
+ content: \"\\F033\";
+}
+
+.fa-text-height:before {
+ content: \"\\F034\";
+}
+
+.fa-text-width:before {
+ content: \"\\F035\";
+}
+
+.fa-align-left:before {
+ content: \"\\F036\";
+}
+
+.fa-align-center:before {
+ content: \"\\F037\";
+}
+
+.fa-align-right:before {
+ content: \"\\F038\";
+}
+
+.fa-align-justify:before {
+ content: \"\\F039\";
+}
+
+.fa-list:before {
+ content: \"\\F03A\";
+}
+
+.fa-dedent:before,
+.fa-outdent:before {
+ content: \"\\F03B\";
+}
+
+.fa-indent:before {
+ content: \"\\F03C\";
+}
+
+.fa-video-camera:before {
+ content: \"\\F03D\";
+}
+
+.fa-photo:before,
+.fa-image:before,
+.fa-picture-o:before {
+ content: \"\\F03E\";
+}
+
+.fa-pencil:before {
+ content: \"\\F040\";
+}
+
+.fa-map-marker:before {
+ content: \"\\F041\";
+}
+
+.fa-adjust:before {
+ content: \"\\F042\";
+}
+
+.fa-tint:before {
+ content: \"\\F043\";
+}
+
+.fa-edit:before,
+.fa-pencil-square-o:before {
+ content: \"\\F044\";
+}
+
+.fa-share-square-o:before {
+ content: \"\\F045\";
+}
+
+.fa-check-square-o:before {
+ content: \"\\F046\";
+}
+
+.fa-arrows:before {
+ content: \"\\F047\";
+}
+
+.fa-step-backward:before {
+ content: \"\\F048\";
+}
+
+.fa-fast-backward:before {
+ content: \"\\F049\";
+}
+
+.fa-backward:before {
+ content: \"\\F04A\";
+}
+
+.fa-play:before {
+ content: \"\\F04B\";
+}
+
+.fa-pause:before {
+ content: \"\\F04C\";
+}
+
+.fa-stop:before {
+ content: \"\\F04D\";
+}
+
+.fa-forward:before {
+ content: \"\\F04E\";
+}
+
+.fa-fast-forward:before {
+ content: \"\\F050\";
+}
+
+.fa-step-forward:before {
+ content: \"\\F051\";
+}
+
+.fa-eject:before {
+ content: \"\\F052\";
+}
+
+.fa-chevron-left:before {
+ content: \"\\F053\";
+}
+
+.fa-chevron-right:before {
+ content: \"\\F054\";
+}
+
+.fa-plus-circle:before {
+ content: \"\\F055\";
+}
+
+.fa-minus-circle:before {
+ content: \"\\F056\";
+}
+
+.fa-times-circle:before {
+ content: \"\\F057\";
+}
+
+.fa-check-circle:before {
+ content: \"\\F058\";
+}
+
+.fa-question-circle:before {
+ content: \"\\F059\";
+}
+
+.fa-info-circle:before {
+ content: \"\\F05A\";
+}
+
+.fa-crosshairs:before {
+ content: \"\\F05B\";
+}
+
+.fa-times-circle-o:before {
+ content: \"\\F05C\";
+}
+
+.fa-check-circle-o:before {
+ content: \"\\F05D\";
+}
+
+.fa-ban:before {
+ content: \"\\F05E\";
+}
+
+.fa-arrow-left:before {
+ content: \"\\F060\";
+}
+
+.fa-arrow-right:before {
+ content: \"\\F061\";
+}
+
+.fa-arrow-up:before {
+ content: \"\\F062\";
+}
+
+.fa-arrow-down:before {
+ content: \"\\F063\";
+}
+
+.fa-mail-forward:before,
+.fa-share:before {
+ content: \"\\F064\";
+}
+
+.fa-expand:before {
+ content: \"\\F065\";
+}
+
+.fa-compress:before {
+ content: \"\\F066\";
+}
+
+.fa-plus:before {
+ content: \"\\F067\";
+}
+
+.fa-minus:before {
+ content: \"\\F068\";
+}
+
+.fa-asterisk:before {
+ content: \"\\F069\";
+}
+
+.fa-exclamation-circle:before {
+ content: \"\\F06A\";
+}
+
+.fa-gift:before {
+ content: \"\\F06B\";
+}
+
+.fa-leaf:before {
+ content: \"\\F06C\";
+}
+
+.fa-fire:before {
+ content: \"\\F06D\";
+}
+
+.fa-eye:before {
+ content: \"\\F06E\";
+}
+
+.fa-eye-slash:before {
+ content: \"\\F070\";
+}
+
+.fa-warning:before,
+.fa-exclamation-triangle:before {
+ content: \"\\F071\";
+}
+
+.fa-plane:before {
+ content: \"\\F072\";
+}
+
+.fa-calendar:before {
+ content: \"\\F073\";
+}
+
+.fa-random:before {
+ content: \"\\F074\";
+}
+
+.fa-comment:before {
+ content: \"\\F075\";
+}
+
+.fa-magnet:before {
+ content: \"\\F076\";
+}
+
+.fa-chevron-up:before {
+ content: \"\\F077\";
+}
+
+.fa-chevron-down:before {
+ content: \"\\F078\";
+}
+
+.fa-retweet:before {
+ content: \"\\F079\";
+}
+
+.fa-shopping-cart:before {
+ content: \"\\F07A\";
+}
+
+.fa-folder:before {
+ content: \"\\F07B\";
+}
+
+.fa-folder-open:before {
+ content: \"\\F07C\";
+}
+
+.fa-arrows-v:before {
+ content: \"\\F07D\";
+}
+
+.fa-arrows-h:before {
+ content: \"\\F07E\";
+}
+
+.fa-bar-chart-o:before,
+.fa-bar-chart:before {
+ content: \"\\F080\";
+}
+
+.fa-twitter-square:before {
+ content: \"\\F081\";
+}
+
+.fa-facebook-square:before {
+ content: \"\\F082\";
+}
+
+.fa-camera-retro:before {
+ content: \"\\F083\";
+}
+
+.fa-key:before {
+ content: \"\\F084\";
+}
+
+.fa-gears:before,
+.fa-cogs:before {
+ content: \"\\F085\";
+}
+
+.fa-comments:before {
+ content: \"\\F086\";
+}
+
+.fa-thumbs-o-up:before {
+ content: \"\\F087\";
+}
+
+.fa-thumbs-o-down:before {
+ content: \"\\F088\";
+}
+
+.fa-star-half:before {
+ content: \"\\F089\";
+}
+
+.fa-heart-o:before {
+ content: \"\\F08A\";
+}
+
+.fa-sign-out:before {
+ content: \"\\F08B\";
+}
+
+.fa-linkedin-square:before {
+ content: \"\\F08C\";
+}
+
+.fa-thumb-tack:before {
+ content: \"\\F08D\";
+}
+
+.fa-external-link:before {
+ content: \"\\F08E\";
+}
+
+.fa-sign-in:before {
+ content: \"\\F090\";
+}
+
+.fa-trophy:before {
+ content: \"\\F091\";
+}
+
+.fa-github-square:before {
+ content: \"\\F092\";
+}
+
+.fa-upload:before {
+ content: \"\\F093\";
+}
+
+.fa-lemon-o:before {
+ content: \"\\F094\";
+}
+
+.fa-phone:before {
+ content: \"\\F095\";
+}
+
+.fa-square-o:before {
+ content: \"\\F096\";
+}
+
+.fa-bookmark-o:before {
+ content: \"\\F097\";
+}
+
+.fa-phone-square:before {
+ content: \"\\F098\";
+}
+
+.fa-twitter:before {
+ content: \"\\F099\";
+}
+
+.fa-facebook-f:before,
+.fa-facebook:before {
+ content: \"\\F09A\";
+}
+
+.fa-github:before {
+ content: \"\\F09B\";
+}
+
+.fa-unlock:before {
+ content: \"\\F09C\";
+}
+
+.fa-credit-card:before {
+ content: \"\\F09D\";
+}
+
+.fa-feed:before,
+.fa-rss:before {
+ content: \"\\F09E\";
+}
+
+.fa-hdd-o:before {
+ content: \"\\F0A0\";
+}
+
+.fa-bullhorn:before {
+ content: \"\\F0A1\";
+}
+
+.fa-bell:before {
+ content: \"\\F0F3\";
+}
+
+.fa-certificate:before {
+ content: \"\\F0A3\";
+}
+
+.fa-hand-o-right:before {
+ content: \"\\F0A4\";
+}
+
+.fa-hand-o-left:before {
+ content: \"\\F0A5\";
+}
+
+.fa-hand-o-up:before {
+ content: \"\\F0A6\";
+}
+
+.fa-hand-o-down:before {
+ content: \"\\F0A7\";
+}
+
+.fa-arrow-circle-left:before {
+ content: \"\\F0A8\";
+}
+
+.fa-arrow-circle-right:before {
+ content: \"\\F0A9\";
+}
+
+.fa-arrow-circle-up:before {
+ content: \"\\F0AA\";
+}
+
+.fa-arrow-circle-down:before {
+ content: \"\\F0AB\";
+}
+
+.fa-globe:before {
+ content: \"\\F0AC\";
+}
+
+.fa-wrench:before {
+ content: \"\\F0AD\";
+}
+
+.fa-tasks:before {
+ content: \"\\F0AE\";
+}
+
+.fa-filter:before {
+ content: \"\\F0B0\";
+}
+
+.fa-briefcase:before {
+ content: \"\\F0B1\";
+}
+
+.fa-arrows-alt:before {
+ content: \"\\F0B2\";
+}
+
+.fa-group:before,
+.fa-users:before {
+ content: \"\\F0C0\";
+}
+
+.fa-chain:before,
+.fa-link:before {
+ content: \"\\F0C1\";
+}
+
+.fa-cloud:before {
+ content: \"\\F0C2\";
+}
+
+.fa-flask:before {
+ content: \"\\F0C3\";
+}
+
+.fa-cut:before,
+.fa-scissors:before {
+ content: \"\\F0C4\";
+}
+
+.fa-copy:before,
+.fa-files-o:before {
+ content: \"\\F0C5\";
+}
+
+.fa-paperclip:before {
+ content: \"\\F0C6\";
+}
+
+.fa-save:before,
+.fa-floppy-o:before {
+ content: \"\\F0C7\";
+}
+
+.fa-square:before {
+ content: \"\\F0C8\";
+}
+
+.fa-navicon:before,
+.fa-reorder:before,
+.fa-bars:before {
+ content: \"\\F0C9\";
+}
+
+.fa-list-ul:before {
+ content: \"\\F0CA\";
+}
+
+.fa-list-ol:before {
+ content: \"\\F0CB\";
+}
+
+.fa-strikethrough:before {
+ content: \"\\F0CC\";
+}
+
+.fa-underline:before {
+ content: \"\\F0CD\";
+}
+
+.fa-table:before {
+ content: \"\\F0CE\";
+}
+
+.fa-magic:before {
+ content: \"\\F0D0\";
+}
+
+.fa-truck:before {
+ content: \"\\F0D1\";
+}
+
+.fa-pinterest:before {
+ content: \"\\F0D2\";
+}
+
+.fa-pinterest-square:before {
+ content: \"\\F0D3\";
+}
+
+.fa-google-plus-square:before {
+ content: \"\\F0D4\";
+}
+
+.fa-google-plus:before {
+ content: \"\\F0D5\";
+}
+
+.fa-money:before {
+ content: \"\\F0D6\";
+}
+
+.fa-caret-down:before {
+ content: \"\\F0D7\";
+}
+
+.fa-caret-up:before {
+ content: \"\\F0D8\";
+}
+
+.fa-caret-left:before {
+ content: \"\\F0D9\";
+}
+
+.fa-caret-right:before {
+ content: \"\\F0DA\";
+}
+
+.fa-columns:before {
+ content: \"\\F0DB\";
+}
+
+.fa-unsorted:before,
+.fa-sort:before {
+ content: \"\\F0DC\";
+}
+
+.fa-sort-down:before,
+.fa-sort-desc:before {
+ content: \"\\F0DD\";
+}
+
+.fa-sort-up:before,
+.fa-sort-asc:before {
+ content: \"\\F0DE\";
+}
+
+.fa-envelope:before {
+ content: \"\\F0E0\";
+}
+
+.fa-linkedin:before {
+ content: \"\\F0E1\";
+}
+
+.fa-rotate-left:before,
+.fa-undo:before {
+ content: \"\\F0E2\";
+}
+
+.fa-legal:before,
+.fa-gavel:before {
+ content: \"\\F0E3\";
+}
+
+.fa-dashboard:before,
+.fa-tachometer:before {
+ content: \"\\F0E4\";
+}
+
+.fa-comment-o:before {
+ content: \"\\F0E5\";
+}
+
+.fa-comments-o:before {
+ content: \"\\F0E6\";
+}
+
+.fa-flash:before,
+.fa-bolt:before {
+ content: \"\\F0E7\";
+}
+
+.fa-sitemap:before {
+ content: \"\\F0E8\";
+}
+
+.fa-umbrella:before {
+ content: \"\\F0E9\";
+}
+
+.fa-paste:before,
+.fa-clipboard:before {
+ content: \"\\F0EA\";
+}
+
+.fa-lightbulb-o:before {
+ content: \"\\F0EB\";
+}
+
+.fa-exchange:before {
+ content: \"\\F0EC\";
+}
+
+.fa-cloud-download:before {
+ content: \"\\F0ED\";
+}
+
+.fa-cloud-upload:before {
+ content: \"\\F0EE\";
+}
+
+.fa-user-md:before {
+ content: \"\\F0F0\";
+}
+
+.fa-stethoscope:before {
+ content: \"\\F0F1\";
+}
+
+.fa-suitcase:before {
+ content: \"\\F0F2\";
+}
+
+.fa-bell-o:before {
+ content: \"\\F0A2\";
+}
+
+.fa-coffee:before {
+ content: \"\\F0F4\";
+}
+
+.fa-cutlery:before {
+ content: \"\\F0F5\";
+}
+
+.fa-file-text-o:before {
+ content: \"\\F0F6\";
+}
+
+.fa-building-o:before {
+ content: \"\\F0F7\";
+}
+
+.fa-hospital-o:before {
+ content: \"\\F0F8\";
+}
+
+.fa-ambulance:before {
+ content: \"\\F0F9\";
+}
+
+.fa-medkit:before {
+ content: \"\\F0FA\";
+}
+
+.fa-fighter-jet:before {
+ content: \"\\F0FB\";
+}
+
+.fa-beer:before {
+ content: \"\\F0FC\";
+}
+
+.fa-h-square:before {
+ content: \"\\F0FD\";
+}
+
+.fa-plus-square:before {
+ content: \"\\F0FE\";
+}
+
+.fa-angle-double-left:before {
+ content: \"\\F100\";
+}
+
+.fa-angle-double-right:before {
+ content: \"\\F101\";
+}
+
+.fa-angle-double-up:before {
+ content: \"\\F102\";
+}
+
+.fa-angle-double-down:before {
+ content: \"\\F103\";
+}
+
+.fa-angle-left:before {
+ content: \"\\F104\";
+}
+
+.fa-angle-right:before {
+ content: \"\\F105\";
+}
+
+.fa-angle-up:before {
+ content: \"\\F106\";
+}
+
+.fa-angle-down:before {
+ content: \"\\F107\";
+}
+
+.fa-desktop:before {
+ content: \"\\F108\";
+}
+
+.fa-laptop:before {
+ content: \"\\F109\";
+}
+
+.fa-tablet:before {
+ content: \"\\F10A\";
+}
+
+.fa-mobile-phone:before,
+.fa-mobile:before {
+ content: \"\\F10B\";
+}
+
+.fa-circle-o:before {
+ content: \"\\F10C\";
+}
+
+.fa-quote-left:before {
+ content: \"\\F10D\";
+}
+
+.fa-quote-right:before {
+ content: \"\\F10E\";
+}
+
+.fa-spinner:before {
+ content: \"\\F110\";
+}
+
+.fa-circle:before {
+ content: \"\\F111\";
+}
+
+.fa-mail-reply:before,
+.fa-reply:before {
+ content: \"\\F112\";
+}
+
+.fa-github-alt:before {
+ content: \"\\F113\";
+}
+
+.fa-folder-o:before {
+ content: \"\\F114\";
+}
+
+.fa-folder-open-o:before {
+ content: \"\\F115\";
+}
+
+.fa-smile-o:before {
+ content: \"\\F118\";
+}
+
+.fa-frown-o:before {
+ content: \"\\F119\";
+}
+
+.fa-meh-o:before {
+ content: \"\\F11A\";
+}
+
+.fa-gamepad:before {
+ content: \"\\F11B\";
+}
+
+.fa-keyboard-o:before {
+ content: \"\\F11C\";
+}
+
+.fa-flag-o:before {
+ content: \"\\F11D\";
+}
+
+.fa-flag-checkered:before {
+ content: \"\\F11E\";
+}
+
+.fa-terminal:before {
+ content: \"\\F120\";
+}
+
+.fa-code:before {
+ content: \"\\F121\";
+}
+
+.fa-mail-reply-all:before,
+.fa-reply-all:before {
+ content: \"\\F122\";
+}
+
+.fa-star-half-empty:before,
+.fa-star-half-full:before,
+.fa-star-half-o:before {
+ content: \"\\F123\";
+}
+
+.fa-location-arrow:before {
+ content: \"\\F124\";
+}
+
+.fa-crop:before {
+ content: \"\\F125\";
+}
+
+.fa-code-fork:before {
+ content: \"\\F126\";
+}
+
+.fa-unlink:before,
+.fa-chain-broken:before {
+ content: \"\\F127\";
+}
+
+.fa-question:before {
+ content: \"\\F128\";
+}
+
+.fa-info:before {
+ content: \"\\F129\";
+}
+
+.fa-exclamation:before {
+ content: \"\\F12A\";
+}
+
+.fa-superscript:before {
+ content: \"\\F12B\";
+}
+
+.fa-subscript:before {
+ content: \"\\F12C\";
+}
+
+.fa-eraser:before {
+ content: \"\\F12D\";
+}
+
+.fa-puzzle-piece:before {
+ content: \"\\F12E\";
+}
+
+.fa-microphone:before {
+ content: \"\\F130\";
+}
+
+.fa-microphone-slash:before {
+ content: \"\\F131\";
+}
+
+.fa-shield:before {
+ content: \"\\F132\";
+}
+
+.fa-calendar-o:before {
+ content: \"\\F133\";
+}
+
+.fa-fire-extinguisher:before {
+ content: \"\\F134\";
+}
+
+.fa-rocket:before {
+ content: \"\\F135\";
+}
+
+.fa-maxcdn:before {
+ content: \"\\F136\";
+}
+
+.fa-chevron-circle-left:before {
+ content: \"\\F137\";
+}
+
+.fa-chevron-circle-right:before {
+ content: \"\\F138\";
+}
+
+.fa-chevron-circle-up:before {
+ content: \"\\F139\";
+}
+
+.fa-chevron-circle-down:before {
+ content: \"\\F13A\";
+}
+
+.fa-html5:before {
+ content: \"\\F13B\";
+}
+
+.fa-css3:before {
+ content: \"\\F13C\";
+}
+
+.fa-anchor:before {
+ content: \"\\F13D\";
+}
+
+.fa-unlock-alt:before {
+ content: \"\\F13E\";
+}
+
+.fa-bullseye:before {
+ content: \"\\F140\";
+}
+
+.fa-ellipsis-h:before {
+ content: \"\\F141\";
+}
+
+.fa-ellipsis-v:before {
+ content: \"\\F142\";
+}
+
+.fa-rss-square:before {
+ content: \"\\F143\";
+}
+
+.fa-play-circle:before {
+ content: \"\\F144\";
+}
+
+.fa-ticket:before {
+ content: \"\\F145\";
+}
+
+.fa-minus-square:before {
+ content: \"\\F146\";
+}
+
+.fa-minus-square-o:before {
+ content: \"\\F147\";
+}
+
+.fa-level-up:before {
+ content: \"\\F148\";
+}
+
+.fa-level-down:before {
+ content: \"\\F149\";
+}
+
+.fa-check-square:before {
+ content: \"\\F14A\";
+}
+
+.fa-pencil-square:before {
+ content: \"\\F14B\";
+}
+
+.fa-external-link-square:before {
+ content: \"\\F14C\";
+}
+
+.fa-share-square:before {
+ content: \"\\F14D\";
+}
+
+.fa-compass:before {
+ content: \"\\F14E\";
+}
+
+.fa-toggle-down:before,
+.fa-caret-square-o-down:before {
+ content: \"\\F150\";
+}
+
+.fa-toggle-up:before,
+.fa-caret-square-o-up:before {
+ content: \"\\F151\";
+}
+
+.fa-toggle-right:before,
+.fa-caret-square-o-right:before {
+ content: \"\\F152\";
+}
+
+.fa-euro:before,
+.fa-eur:before {
+ content: \"\\F153\";
+}
+
+.fa-gbp:before {
+ content: \"\\F154\";
+}
+
+.fa-dollar:before,
+.fa-usd:before {
+ content: \"\\F155\";
+}
+
+.fa-rupee:before,
+.fa-inr:before {
+ content: \"\\F156\";
+}
+
+.fa-cny:before,
+.fa-rmb:before,
+.fa-yen:before,
+.fa-jpy:before {
+ content: \"\\F157\";
+}
+
+.fa-ruble:before,
+.fa-rouble:before,
+.fa-rub:before {
+ content: \"\\F158\";
+}
+
+.fa-won:before,
+.fa-krw:before {
+ content: \"\\F159\";
+}
+
+.fa-bitcoin:before,
+.fa-btc:before {
+ content: \"\\F15A\";
+}
+
+.fa-file:before {
+ content: \"\\F15B\";
+}
+
+.fa-file-text:before {
+ content: \"\\F15C\";
+}
+
+.fa-sort-alpha-asc:before {
+ content: \"\\F15D\";
+}
+
+.fa-sort-alpha-desc:before {
+ content: \"\\F15E\";
+}
+
+.fa-sort-amount-asc:before {
+ content: \"\\F160\";
+}
+
+.fa-sort-amount-desc:before {
+ content: \"\\F161\";
+}
+
+.fa-sort-numeric-asc:before {
+ content: \"\\F162\";
+}
+
+.fa-sort-numeric-desc:before {
+ content: \"\\F163\";
+}
+
+.fa-thumbs-up:before {
+ content: \"\\F164\";
+}
+
+.fa-thumbs-down:before {
+ content: \"\\F165\";
+}
+
+.fa-youtube-square:before {
+ content: \"\\F166\";
+}
+
+.fa-youtube:before {
+ content: \"\\F167\";
+}
+
+.fa-xing:before {
+ content: \"\\F168\";
+}
+
+.fa-xing-square:before {
+ content: \"\\F169\";
+}
+
+.fa-youtube-play:before {
+ content: \"\\F16A\";
+}
+
+.fa-dropbox:before {
+ content: \"\\F16B\";
+}
+
+.fa-stack-overflow:before {
+ content: \"\\F16C\";
+}
+
+.fa-instagram:before {
+ content: \"\\F16D\";
+}
+
+.fa-flickr:before {
+ content: \"\\F16E\";
+}
+
+.fa-adn:before {
+ content: \"\\F170\";
+}
+
+.fa-bitbucket:before {
+ content: \"\\F171\";
+}
+
+.fa-bitbucket-square:before {
+ content: \"\\F172\";
+}
+
+.fa-tumblr:before {
+ content: \"\\F173\";
+}
+
+.fa-tumblr-square:before {
+ content: \"\\F174\";
+}
+
+.fa-long-arrow-down:before {
+ content: \"\\F175\";
+}
+
+.fa-long-arrow-up:before {
+ content: \"\\F176\";
+}
+
+.fa-long-arrow-left:before {
+ content: \"\\F177\";
+}
+
+.fa-long-arrow-right:before {
+ content: \"\\F178\";
+}
+
+.fa-apple:before {
+ content: \"\\F179\";
+}
+
+.fa-windows:before {
+ content: \"\\F17A\";
+}
+
+.fa-android:before {
+ content: \"\\F17B\";
+}
+
+.fa-linux:before {
+ content: \"\\F17C\";
+}
+
+.fa-dribbble:before {
+ content: \"\\F17D\";
+}
+
+.fa-skype:before {
+ content: \"\\F17E\";
+}
+
+.fa-foursquare:before {
+ content: \"\\F180\";
+}
+
+.fa-trello:before {
+ content: \"\\F181\";
+}
+
+.fa-female:before {
+ content: \"\\F182\";
+}
+
+.fa-male:before {
+ content: \"\\F183\";
+}
+
+.fa-gittip:before,
+.fa-gratipay:before {
+ content: \"\\F184\";
+}
+
+.fa-sun-o:before {
+ content: \"\\F185\";
+}
+
+.fa-moon-o:before {
+ content: \"\\F186\";
+}
+
+.fa-archive:before {
+ content: \"\\F187\";
+}
+
+.fa-bug:before {
+ content: \"\\F188\";
+}
+
+.fa-vk:before {
+ content: \"\\F189\";
+}
+
+.fa-weibo:before {
+ content: \"\\F18A\";
+}
+
+.fa-renren:before {
+ content: \"\\F18B\";
+}
+
+.fa-pagelines:before {
+ content: \"\\F18C\";
+}
+
+.fa-stack-exchange:before {
+ content: \"\\F18D\";
+}
+
+.fa-arrow-circle-o-right:before {
+ content: \"\\F18E\";
+}
+
+.fa-arrow-circle-o-left:before {
+ content: \"\\F190\";
+}
+
+.fa-toggle-left:before,
+.fa-caret-square-o-left:before {
+ content: \"\\F191\";
+}
+
+.fa-dot-circle-o:before {
+ content: \"\\F192\";
+}
+
+.fa-wheelchair:before {
+ content: \"\\F193\";
+}
+
+.fa-vimeo-square:before {
+ content: \"\\F194\";
+}
+
+.fa-turkish-lira:before,
+.fa-try:before {
+ content: \"\\F195\";
+}
+
+.fa-plus-square-o:before {
+ content: \"\\F196\";
+}
+
+.fa-space-shuttle:before {
+ content: \"\\F197\";
+}
+
+.fa-slack:before {
+ content: \"\\F198\";
+}
+
+.fa-envelope-square:before {
+ content: \"\\F199\";
+}
+
+.fa-wordpress:before {
+ content: \"\\F19A\";
+}
+
+.fa-openid:before {
+ content: \"\\F19B\";
+}
+
+.fa-institution:before,
+.fa-bank:before,
+.fa-university:before {
+ content: \"\\F19C\";
+}
+
+.fa-mortar-board:before,
+.fa-graduation-cap:before {
+ content: \"\\F19D\";
+}
+
+.fa-yahoo:before {
+ content: \"\\F19E\";
+}
+
+.fa-google:before {
+ content: \"\\F1A0\";
+}
+
+.fa-reddit:before {
+ content: \"\\F1A1\";
+}
+
+.fa-reddit-square:before {
+ content: \"\\F1A2\";
+}
+
+.fa-stumbleupon-circle:before {
+ content: \"\\F1A3\";
+}
+
+.fa-stumbleupon:before {
+ content: \"\\F1A4\";
+}
+
+.fa-delicious:before {
+ content: \"\\F1A5\";
+}
+
+.fa-digg:before {
+ content: \"\\F1A6\";
+}
+
+.fa-pied-piper-pp:before {
+ content: \"\\F1A7\";
+}
+
+.fa-pied-piper-alt:before {
+ content: \"\\F1A8\";
+}
+
+.fa-drupal:before {
+ content: \"\\F1A9\";
+}
+
+.fa-joomla:before {
+ content: \"\\F1AA\";
+}
+
+.fa-language:before {
+ content: \"\\F1AB\";
+}
+
+.fa-fax:before {
+ content: \"\\F1AC\";
+}
+
+.fa-building:before {
+ content: \"\\F1AD\";
+}
+
+.fa-child:before {
+ content: \"\\F1AE\";
+}
+
+.fa-paw:before {
+ content: \"\\F1B0\";
+}
+
+.fa-spoon:before {
+ content: \"\\F1B1\";
+}
+
+.fa-cube:before {
+ content: \"\\F1B2\";
+}
+
+.fa-cubes:before {
+ content: \"\\F1B3\";
+}
+
+.fa-behance:before {
+ content: \"\\F1B4\";
+}
+
+.fa-behance-square:before {
+ content: \"\\F1B5\";
+}
+
+.fa-steam:before {
+ content: \"\\F1B6\";
+}
+
+.fa-steam-square:before {
+ content: \"\\F1B7\";
+}
+
+.fa-recycle:before {
+ content: \"\\F1B8\";
+}
+
+.fa-automobile:before,
+.fa-car:before {
+ content: \"\\F1B9\";
+}
+
+.fa-cab:before,
+.fa-taxi:before {
+ content: \"\\F1BA\";
+}
+
+.fa-tree:before {
+ content: \"\\F1BB\";
+}
+
+.fa-spotify:before {
+ content: \"\\F1BC\";
+}
+
+.fa-deviantart:before {
+ content: \"\\F1BD\";
+}
+
+.fa-soundcloud:before {
+ content: \"\\F1BE\";
+}
+
+.fa-database:before {
+ content: \"\\F1C0\";
+}
+
+.fa-file-pdf-o:before {
+ content: \"\\F1C1\";
+}
+
+.fa-file-word-o:before {
+ content: \"\\F1C2\";
+}
+
+.fa-file-excel-o:before {
+ content: \"\\F1C3\";
+}
+
+.fa-file-powerpoint-o:before {
+ content: \"\\F1C4\";
+}
+
+.fa-file-photo-o:before,
+.fa-file-picture-o:before,
+.fa-file-image-o:before {
+ content: \"\\F1C5\";
+}
+
+.fa-file-zip-o:before,
+.fa-file-archive-o:before {
+ content: \"\\F1C6\";
+}
+
+.fa-file-sound-o:before,
+.fa-file-audio-o:before {
+ content: \"\\F1C7\";
+}
+
+.fa-file-movie-o:before,
+.fa-file-video-o:before {
+ content: \"\\F1C8\";
+}
+
+.fa-file-code-o:before {
+ content: \"\\F1C9\";
+}
+
+.fa-vine:before {
+ content: \"\\F1CA\";
+}
+
+.fa-codepen:before {
+ content: \"\\F1CB\";
+}
+
+.fa-jsfiddle:before {
+ content: \"\\F1CC\";
+}
+
+.fa-life-bouy:before,
+.fa-life-buoy:before,
+.fa-life-saver:before,
+.fa-support:before,
+.fa-life-ring:before {
+ content: \"\\F1CD\";
+}
+
+.fa-circle-o-notch:before {
+ content: \"\\F1CE\";
+}
+
+.fa-ra:before,
+.fa-resistance:before,
+.fa-rebel:before {
+ content: \"\\F1D0\";
+}
+
+.fa-ge:before,
+.fa-empire:before {
+ content: \"\\F1D1\";
+}
+
+.fa-git-square:before {
+ content: \"\\F1D2\";
+}
+
+.fa-git:before {
+ content: \"\\F1D3\";
+}
+
+.fa-y-combinator-square:before,
+.fa-yc-square:before,
+.fa-hacker-news:before {
+ content: \"\\F1D4\";
+}
+
+.fa-tencent-weibo:before {
+ content: \"\\F1D5\";
+}
+
+.fa-qq:before {
+ content: \"\\F1D6\";
+}
+
+.fa-wechat:before,
+.fa-weixin:before {
+ content: \"\\F1D7\";
+}
+
+.fa-send:before,
+.fa-paper-plane:before {
+ content: \"\\F1D8\";
+}
+
+.fa-send-o:before,
+.fa-paper-plane-o:before {
+ content: \"\\F1D9\";
+}
+
+.fa-history:before {
+ content: \"\\F1DA\";
+}
+
+.fa-circle-thin:before {
+ content: \"\\F1DB\";
+}
+
+.fa-header:before {
+ content: \"\\F1DC\";
+}
+
+.fa-paragraph:before {
+ content: \"\\F1DD\";
+}
+
+.fa-sliders:before {
+ content: \"\\F1DE\";
+}
+
+.fa-share-alt:before {
+ content: \"\\F1E0\";
+}
+
+.fa-share-alt-square:before {
+ content: \"\\F1E1\";
+}
+
+.fa-bomb:before {
+ content: \"\\F1E2\";
+}
+
+.fa-soccer-ball-o:before,
+.fa-futbol-o:before {
+ content: \"\\F1E3\";
+}
+
+.fa-tty:before {
+ content: \"\\F1E4\";
+}
+
+.fa-binoculars:before {
+ content: \"\\F1E5\";
+}
+
+.fa-plug:before {
+ content: \"\\F1E6\";
+}
+
+.fa-slideshare:before {
+ content: \"\\F1E7\";
+}
+
+.fa-twitch:before {
+ content: \"\\F1E8\";
+}
+
+.fa-yelp:before {
+ content: \"\\F1E9\";
+}
+
+.fa-newspaper-o:before {
+ content: \"\\F1EA\";
+}
+
+.fa-wifi:before {
+ content: \"\\F1EB\";
+}
+
+.fa-calculator:before {
+ content: \"\\F1EC\";
+}
+
+.fa-paypal:before {
+ content: \"\\F1ED\";
+}
+
+.fa-google-wallet:before {
+ content: \"\\F1EE\";
+}
+
+.fa-cc-visa:before {
+ content: \"\\F1F0\";
+}
+
+.fa-cc-mastercard:before {
+ content: \"\\F1F1\";
+}
+
+.fa-cc-discover:before {
+ content: \"\\F1F2\";
+}
+
+.fa-cc-amex:before {
+ content: \"\\F1F3\";
+}
+
+.fa-cc-paypal:before {
+ content: \"\\F1F4\";
+}
+
+.fa-cc-stripe:before {
+ content: \"\\F1F5\";
+}
+
+.fa-bell-slash:before {
+ content: \"\\F1F6\";
+}
+
+.fa-bell-slash-o:before {
+ content: \"\\F1F7\";
+}
+
+.fa-trash:before {
+ content: \"\\F1F8\";
+}
+
+.fa-copyright:before {
+ content: \"\\F1F9\";
+}
+
+.fa-at:before {
+ content: \"\\F1FA\";
+}
+
+.fa-eyedropper:before {
+ content: \"\\F1FB\";
+}
+
+.fa-paint-brush:before {
+ content: \"\\F1FC\";
+}
+
+.fa-birthday-cake:before {
+ content: \"\\F1FD\";
+}
+
+.fa-area-chart:before {
+ content: \"\\F1FE\";
+}
+
+.fa-pie-chart:before {
+ content: \"\\F200\";
+}
+
+.fa-line-chart:before {
+ content: \"\\F201\";
+}
+
+.fa-lastfm:before {
+ content: \"\\F202\";
+}
+
+.fa-lastfm-square:before {
+ content: \"\\F203\";
+}
+
+.fa-toggle-off:before {
+ content: \"\\F204\";
+}
+
+.fa-toggle-on:before {
+ content: \"\\F205\";
+}
+
+.fa-bicycle:before {
+ content: \"\\F206\";
+}
+
+.fa-bus:before {
+ content: \"\\F207\";
+}
+
+.fa-ioxhost:before {
+ content: \"\\F208\";
+}
+
+.fa-angellist:before {
+ content: \"\\F209\";
+}
+
+.fa-cc:before {
+ content: \"\\F20A\";
+}
+
+.fa-shekel:before,
+.fa-sheqel:before,
+.fa-ils:before {
+ content: \"\\F20B\";
+}
+
+.fa-meanpath:before {
+ content: \"\\F20C\";
+}
+
+.fa-buysellads:before {
+ content: \"\\F20D\";
+}
+
+.fa-connectdevelop:before {
+ content: \"\\F20E\";
+}
+
+.fa-dashcube:before {
+ content: \"\\F210\";
+}
+
+.fa-forumbee:before {
+ content: \"\\F211\";
+}
+
+.fa-leanpub:before {
+ content: \"\\F212\";
+}
+
+.fa-sellsy:before {
+ content: \"\\F213\";
+}
+
+.fa-shirtsinbulk:before {
+ content: \"\\F214\";
+}
+
+.fa-simplybuilt:before {
+ content: \"\\F215\";
+}
+
+.fa-skyatlas:before {
+ content: \"\\F216\";
+}
+
+.fa-cart-plus:before {
+ content: \"\\F217\";
+}
+
+.fa-cart-arrow-down:before {
+ content: \"\\F218\";
+}
+
+.fa-diamond:before {
+ content: \"\\F219\";
+}
+
+.fa-ship:before {
+ content: \"\\F21A\";
+}
+
+.fa-user-secret:before {
+ content: \"\\F21B\";
+}
+
+.fa-motorcycle:before {
+ content: \"\\F21C\";
+}
+
+.fa-street-view:before {
+ content: \"\\F21D\";
+}
+
+.fa-heartbeat:before {
+ content: \"\\F21E\";
+}
+
+.fa-venus:before {
+ content: \"\\F221\";
+}
+
+.fa-mars:before {
+ content: \"\\F222\";
+}
+
+.fa-mercury:before {
+ content: \"\\F223\";
+}
+
+.fa-intersex:before,
+.fa-transgender:before {
+ content: \"\\F224\";
+}
+
+.fa-transgender-alt:before {
+ content: \"\\F225\";
+}
+
+.fa-venus-double:before {
+ content: \"\\F226\";
+}
+
+.fa-mars-double:before {
+ content: \"\\F227\";
+}
+
+.fa-venus-mars:before {
+ content: \"\\F228\";
+}
+
+.fa-mars-stroke:before {
+ content: \"\\F229\";
+}
+
+.fa-mars-stroke-v:before {
+ content: \"\\F22A\";
+}
+
+.fa-mars-stroke-h:before {
+ content: \"\\F22B\";
+}
+
+.fa-neuter:before {
+ content: \"\\F22C\";
+}
+
+.fa-genderless:before {
+ content: \"\\F22D\";
+}
+
+.fa-facebook-official:before {
+ content: \"\\F230\";
+}
+
+.fa-pinterest-p:before {
+ content: \"\\F231\";
+}
+
+.fa-whatsapp:before {
+ content: \"\\F232\";
+}
+
+.fa-server:before {
+ content: \"\\F233\";
+}
+
+.fa-user-plus:before {
+ content: \"\\F234\";
+}
+
+.fa-user-times:before {
+ content: \"\\F235\";
+}
+
+.fa-hotel:before,
+.fa-bed:before {
+ content: \"\\F236\";
+}
+
+.fa-viacoin:before {
+ content: \"\\F237\";
+}
+
+.fa-train:before {
+ content: \"\\F238\";
+}
+
+.fa-subway:before {
+ content: \"\\F239\";
+}
+
+.fa-medium:before {
+ content: \"\\F23A\";
+}
+
+.fa-yc:before,
+.fa-y-combinator:before {
+ content: \"\\F23B\";
+}
+
+.fa-optin-monster:before {
+ content: \"\\F23C\";
+}
+
+.fa-opencart:before {
+ content: \"\\F23D\";
+}
+
+.fa-expeditedssl:before {
+ content: \"\\F23E\";
+}
+
+.fa-battery-4:before,
+.fa-battery:before,
+.fa-battery-full:before {
+ content: \"\\F240\";
+}
+
+.fa-battery-3:before,
+.fa-battery-three-quarters:before {
+ content: \"\\F241\";
+}
+
+.fa-battery-2:before,
+.fa-battery-half:before {
+ content: \"\\F242\";
+}
+
+.fa-battery-1:before,
+.fa-battery-quarter:before {
+ content: \"\\F243\";
+}
+
+.fa-battery-0:before,
+.fa-battery-empty:before {
+ content: \"\\F244\";
+}
+
+.fa-mouse-pointer:before {
+ content: \"\\F245\";
+}
+
+.fa-i-cursor:before {
+ content: \"\\F246\";
+}
+
+.fa-object-group:before {
+ content: \"\\F247\";
+}
+
+.fa-object-ungroup:before {
+ content: \"\\F248\";
+}
+
+.fa-sticky-note:before {
+ content: \"\\F249\";
+}
+
+.fa-sticky-note-o:before {
+ content: \"\\F24A\";
+}
+
+.fa-cc-jcb:before {
+ content: \"\\F24B\";
+}
+
+.fa-cc-diners-club:before {
+ content: \"\\F24C\";
+}
+
+.fa-clone:before {
+ content: \"\\F24D\";
+}
+
+.fa-balance-scale:before {
+ content: \"\\F24E\";
+}
+
+.fa-hourglass-o:before {
+ content: \"\\F250\";
+}
+
+.fa-hourglass-1:before,
+.fa-hourglass-start:before {
+ content: \"\\F251\";
+}
+
+.fa-hourglass-2:before,
+.fa-hourglass-half:before {
+ content: \"\\F252\";
+}
+
+.fa-hourglass-3:before,
+.fa-hourglass-end:before {
+ content: \"\\F253\";
+}
+
+.fa-hourglass:before {
+ content: \"\\F254\";
+}
+
+.fa-hand-grab-o:before,
+.fa-hand-rock-o:before {
+ content: \"\\F255\";
+}
+
+.fa-hand-stop-o:before,
+.fa-hand-paper-o:before {
+ content: \"\\F256\";
+}
+
+.fa-hand-scissors-o:before {
+ content: \"\\F257\";
+}
+
+.fa-hand-lizard-o:before {
+ content: \"\\F258\";
+}
+
+.fa-hand-spock-o:before {
+ content: \"\\F259\";
+}
+
+.fa-hand-pointer-o:before {
+ content: \"\\F25A\";
+}
+
+.fa-hand-peace-o:before {
+ content: \"\\F25B\";
+}
+
+.fa-trademark:before {
+ content: \"\\F25C\";
+}
+
+.fa-registered:before {
+ content: \"\\F25D\";
+}
+
+.fa-creative-commons:before {
+ content: \"\\F25E\";
+}
+
+.fa-gg:before {
+ content: \"\\F260\";
+}
+
+.fa-gg-circle:before {
+ content: \"\\F261\";
+}
+
+.fa-tripadvisor:before {
+ content: \"\\F262\";
+}
+
+.fa-odnoklassniki:before {
+ content: \"\\F263\";
+}
+
+.fa-odnoklassniki-square:before {
+ content: \"\\F264\";
+}
+
+.fa-get-pocket:before {
+ content: \"\\F265\";
+}
+
+.fa-wikipedia-w:before {
+ content: \"\\F266\";
+}
+
+.fa-safari:before {
+ content: \"\\F267\";
+}
+
+.fa-chrome:before {
+ content: \"\\F268\";
+}
+
+.fa-firefox:before {
+ content: \"\\F269\";
+}
+
+.fa-opera:before {
+ content: \"\\F26A\";
+}
+
+.fa-internet-explorer:before {
+ content: \"\\F26B\";
+}
+
+.fa-tv:before,
+.fa-television:before {
+ content: \"\\F26C\";
+}
+
+.fa-contao:before {
+ content: \"\\F26D\";
+}
+
+.fa-500px:before {
+ content: \"\\F26E\";
+}
+
+.fa-amazon:before {
+ content: \"\\F270\";
+}
+
+.fa-calendar-plus-o:before {
+ content: \"\\F271\";
+}
+
+.fa-calendar-minus-o:before {
+ content: \"\\F272\";
+}
+
+.fa-calendar-times-o:before {
+ content: \"\\F273\";
+}
+
+.fa-calendar-check-o:before {
+ content: \"\\F274\";
+}
+
+.fa-industry:before {
+ content: \"\\F275\";
+}
+
+.fa-map-pin:before {
+ content: \"\\F276\";
+}
+
+.fa-map-signs:before {
+ content: \"\\F277\";
+}
+
+.fa-map-o:before {
+ content: \"\\F278\";
+}
+
+.fa-map:before {
+ content: \"\\F279\";
+}
+
+.fa-commenting:before {
+ content: \"\\F27A\";
+}
+
+.fa-commenting-o:before {
+ content: \"\\F27B\";
+}
+
+.fa-houzz:before {
+ content: \"\\F27C\";
+}
+
+.fa-vimeo:before {
+ content: \"\\F27D\";
+}
+
+.fa-black-tie:before {
+ content: \"\\F27E\";
+}
+
+.fa-fonticons:before {
+ content: \"\\F280\";
+}
+
+.fa-reddit-alien:before {
+ content: \"\\F281\";
+}
+
+.fa-edge:before {
+ content: \"\\F282\";
+}
+
+.fa-credit-card-alt:before {
+ content: \"\\F283\";
+}
+
+.fa-codiepie:before {
+ content: \"\\F284\";
+}
+
+.fa-modx:before {
+ content: \"\\F285\";
+}
+
+.fa-fort-awesome:before {
+ content: \"\\F286\";
+}
+
+.fa-usb:before {
+ content: \"\\F287\";
+}
+
+.fa-product-hunt:before {
+ content: \"\\F288\";
+}
+
+.fa-mixcloud:before {
+ content: \"\\F289\";
+}
+
+.fa-scribd:before {
+ content: \"\\F28A\";
+}
+
+.fa-pause-circle:before {
+ content: \"\\F28B\";
+}
+
+.fa-pause-circle-o:before {
+ content: \"\\F28C\";
+}
+
+.fa-stop-circle:before {
+ content: \"\\F28D\";
+}
+
+.fa-stop-circle-o:before {
+ content: \"\\F28E\";
+}
+
+.fa-shopping-bag:before {
+ content: \"\\F290\";
+}
+
+.fa-shopping-basket:before {
+ content: \"\\F291\";
+}
+
+.fa-hashtag:before {
+ content: \"\\F292\";
+}
+
+.fa-bluetooth:before {
+ content: \"\\F293\";
+}
+
+.fa-bluetooth-b:before {
+ content: \"\\F294\";
+}
+
+.fa-percent:before {
+ content: \"\\F295\";
+}
+
+.fa-gitlab:before {
+ content: \"\\F296\";
+}
+
+.fa-wpbeginner:before {
+ content: \"\\F297\";
+}
+
+.fa-wpforms:before {
+ content: \"\\F298\";
+}
+
+.fa-envira:before {
+ content: \"\\F299\";
+}
+
+.fa-universal-access:before {
+ content: \"\\F29A\";
+}
+
+.fa-wheelchair-alt:before {
+ content: \"\\F29B\";
+}
+
+.fa-question-circle-o:before {
+ content: \"\\F29C\";
+}
+
+.fa-blind:before {
+ content: \"\\F29D\";
+}
+
+.fa-audio-description:before {
+ content: \"\\F29E\";
+}
+
+.fa-volume-control-phone:before {
+ content: \"\\F2A0\";
+}
+
+.fa-braille:before {
+ content: \"\\F2A1\";
+}
+
+.fa-assistive-listening-systems:before {
+ content: \"\\F2A2\";
+}
+
+.fa-asl-interpreting:before,
+.fa-american-sign-language-interpreting:before {
+ content: \"\\F2A3\";
+}
+
+.fa-deafness:before,
+.fa-hard-of-hearing:before,
+.fa-deaf:before {
+ content: \"\\F2A4\";
+}
+
+.fa-glide:before {
+ content: \"\\F2A5\";
+}
+
+.fa-glide-g:before {
+ content: \"\\F2A6\";
+}
+
+.fa-signing:before,
+.fa-sign-language:before {
+ content: \"\\F2A7\";
+}
+
+.fa-low-vision:before {
+ content: \"\\F2A8\";
+}
+
+.fa-viadeo:before {
+ content: \"\\F2A9\";
+}
+
+.fa-viadeo-square:before {
+ content: \"\\F2AA\";
+}
+
+.fa-snapchat:before {
+ content: \"\\F2AB\";
+}
+
+.fa-snapchat-ghost:before {
+ content: \"\\F2AC\";
+}
+
+.fa-snapchat-square:before {
+ content: \"\\F2AD\";
+}
+
+.fa-pied-piper:before {
+ content: \"\\F2AE\";
+}
+
+.fa-first-order:before {
+ content: \"\\F2B0\";
+}
+
+.fa-yoast:before {
+ content: \"\\F2B1\";
+}
+
+.fa-themeisle:before {
+ content: \"\\F2B2\";
+}
+
+.fa-google-plus-circle:before,
+.fa-google-plus-official:before {
+ content: \"\\F2B3\";
+}
+
+.fa-fa:before,
+.fa-font-awesome:before {
+ content: \"\\F2B4\";
+}
+
+.fa-handshake-o:before {
+ content: \"\\F2B5\";
+}
+
+.fa-envelope-open:before {
+ content: \"\\F2B6\";
+}
+
+.fa-envelope-open-o:before {
+ content: \"\\F2B7\";
+}
+
+.fa-linode:before {
+ content: \"\\F2B8\";
+}
+
+.fa-address-book:before {
+ content: \"\\F2B9\";
+}
+
+.fa-address-book-o:before {
+ content: \"\\F2BA\";
+}
+
+.fa-vcard:before,
+.fa-address-card:before {
+ content: \"\\F2BB\";
+}
+
+.fa-vcard-o:before,
+.fa-address-card-o:before {
+ content: \"\\F2BC\";
+}
+
+.fa-user-circle:before {
+ content: \"\\F2BD\";
+}
+
+.fa-user-circle-o:before {
+ content: \"\\F2BE\";
+}
+
+.fa-user-o:before {
+ content: \"\\F2C0\";
+}
+
+.fa-id-badge:before {
+ content: \"\\F2C1\";
+}
+
+.fa-drivers-license:before,
+.fa-id-card:before {
+ content: \"\\F2C2\";
+}
+
+.fa-drivers-license-o:before,
+.fa-id-card-o:before {
+ content: \"\\F2C3\";
+}
+
+.fa-quora:before {
+ content: \"\\F2C4\";
+}
+
+.fa-free-code-camp:before {
+ content: \"\\F2C5\";
+}
+
+.fa-telegram:before {
+ content: \"\\F2C6\";
+}
+
+.fa-thermometer-4:before,
+.fa-thermometer:before,
+.fa-thermometer-full:before {
+ content: \"\\F2C7\";
+}
+
+.fa-thermometer-3:before,
+.fa-thermometer-three-quarters:before {
+ content: \"\\F2C8\";
+}
+
+.fa-thermometer-2:before,
+.fa-thermometer-half:before {
+ content: \"\\F2C9\";
+}
+
+.fa-thermometer-1:before,
+.fa-thermometer-quarter:before {
+ content: \"\\F2CA\";
+}
+
+.fa-thermometer-0:before,
+.fa-thermometer-empty:before {
+ content: \"\\F2CB\";
+}
+
+.fa-shower:before {
+ content: \"\\F2CC\";
+}
+
+.fa-bathtub:before,
+.fa-s15:before,
+.fa-bath:before {
+ content: \"\\F2CD\";
+}
+
+.fa-podcast:before {
+ content: \"\\F2CE\";
+}
+
+.fa-window-maximize:before {
+ content: \"\\F2D0\";
+}
+
+.fa-window-minimize:before {
+ content: \"\\F2D1\";
+}
+
+.fa-window-restore:before {
+ content: \"\\F2D2\";
+}
+
+.fa-times-rectangle:before,
+.fa-window-close:before {
+ content: \"\\F2D3\";
+}
+
+.fa-times-rectangle-o:before,
+.fa-window-close-o:before {
+ content: \"\\F2D4\";
+}
+
+.fa-bandcamp:before {
+ content: \"\\F2D5\";
+}
+
+.fa-grav:before {
+ content: \"\\F2D6\";
+}
+
+.fa-etsy:before {
+ content: \"\\F2D7\";
+}
+
+.fa-imdb:before {
+ content: \"\\F2D8\";
+}
+
+.fa-ravelry:before {
+ content: \"\\F2D9\";
+}
+
+.fa-eercast:before {
+ content: \"\\F2DA\";
+}
+
+.fa-microchip:before {
+ content: \"\\F2DB\";
+}
+
+.fa-snowflake-o:before {
+ content: \"\\F2DC\";
+}
+
+.fa-superpowers:before {
+ content: \"\\F2DD\";
+}
+
+.fa-wpexplorer:before {
+ content: \"\\F2DE\";
+}
+
+.fa-meetup:before {
+ content: \"\\F2E0\";
+}
+
+.sr-only {
+ position: absolute;
+ width: 1px;
+ height: 1px;
+ padding: 0;
+ margin: -1px;
+ overflow: hidden;
+ clip: rect(0, 0, 0, 0);
+ border: 0;
+}
+
+.sr-only-focusable:active,
+.sr-only-focusable:focus {
+ position: static;
+ width: auto;
+ height: auto;
+ margin: 0;
+ overflow: visible;
+ clip: auto;
+}
+
+@charset \"UTF-8\";
+/*!
+ * Bootstrap v4.0.0-alpha.5 (https://getbootstrap.com)
+ * Copyright 2011-2016 The Bootstrap Authors
+ * Copyright 2011-2016 Twitter, Inc.
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
+ */
+/*! normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */
+html {
+ font-family: sans-serif;
+ line-height: 1.15;
+ -ms-text-size-adjust: 100%;
+ -webkit-text-size-adjust: 100%;
+}
+
+body {
+ margin: 0;
+}
+
+article,
+aside,
+details,
+figcaption,
+figure,
+footer,
+header,
+main,
+menu,
+nav,
+section,
+summary {
+ display: block;
+}
+
+audio,
+canvas,
+progress,
+video {
+ display: inline-block;
+}
+
+audio:not([controls]) {
+ display: none;
+ height: 0;
+}
+
+progress {
+ vertical-align: baseline;
+}
+
+template,
+[hidden] {
+ display: none;
+}
+
+a {
+ background-color: transparent;
+ -webkit-text-decoration-skip: objects;
+}
+
+a:active,
+a:hover {
+ outline-width: 0;
+}
+
+abbr[title] {
+ border-bottom: none;
+ text-decoration: underline;
+ -webkit-text-decoration: underline dotted;
+ text-decoration: underline dotted;
+}
+
+b,
+strong {
+ font-weight: inherit;
+}
+
+b,
+strong {
+ font-weight: bolder;
+}
+
+dfn {
+ font-style: italic;
+}
+
+h1 {
+ font-size: 2em;
+ margin: 0.67em 0;
+}
+
+mark {
+ background-color: #ff0;
+ color: #000;
+}
+
+small {
+ font-size: 80%;
+}
+
+sub,
+sup {
+ font-size: 75%;
+ line-height: 0;
+ position: relative;
+ vertical-align: baseline;
+}
+
+sub {
+ bottom: -0.25em;
+}
+
+sup {
+ top: -0.5em;
+}
+
+img {
+ border-style: none;
+}
+
+svg:not(:root) {
+ overflow: hidden;
+}
+
+code,
+kbd,
+pre,
+samp {
+ font-family: monospace, monospace;
+ font-size: 1em;
+}
+
+figure {
+ margin: 1em 40px;
+}
+
+hr {
+ box-sizing: content-box;
+ height: 0;
+ overflow: visible;
+}
+
+button,
+input,
+optgroup,
+select,
+textarea {
+ font: inherit;
+ margin: 0;
+}
+
+optgroup {
+ font-weight: bold;
+}
+
+button,
+input {
+ overflow: visible;
+}
+
+button,
+select {
+ text-transform: none;
+}
+
+button,
+html [type=button],
+[type=reset],
+[type=submit] {
+ -webkit-appearance: button;
+}
+
+button::-moz-focus-inner,
+[type=button]::-moz-focus-inner,
+[type=reset]::-moz-focus-inner,
+[type=submit]::-moz-focus-inner {
+ border-style: none;
+ padding: 0;
+}
+
+button:-moz-focusring,
+[type=button]:-moz-focusring,
+[type=reset]:-moz-focusring,
+[type=submit]:-moz-focusring {
+ outline: 1px dotted ButtonText;
+}
+
+fieldset {
+ border: 1px solid #c0c0c0;
+ margin: 0 2px;
+ padding: 0.35em 0.625em 0.75em;
+}
+
+legend {
+ box-sizing: border-box;
+ color: inherit;
+ display: table;
+ max-width: 100%;
+ padding: 0;
+ white-space: normal;
+}
+
+textarea {
+ overflow: auto;
+}
+
+[type=checkbox],
+[type=radio] {
+ box-sizing: border-box;
+ padding: 0;
+}
+
+[type=number]::-webkit-inner-spin-button,
+[type=number]::-webkit-outer-spin-button {
+ height: auto;
+}
+
+[type=search] {
+ -webkit-appearance: textfield;
+ outline-offset: -2px;
+}
+
+[type=search]::-webkit-search-cancel-button,
+[type=search]::-webkit-search-decoration {
+ -webkit-appearance: none;
+}
+
+::-webkit-input-placeholder {
+ color: inherit;
+ opacity: 0.54;
+}
+
+::-webkit-file-upload-button {
+ -webkit-appearance: button;
+ font: inherit;
+}
+
+@media print {
+ *,
+*::before,
+*::after,
+*::first-letter,
+p::first-line,
+div::first-line,
+blockquote::first-line,
+li::first-line {
+ text-shadow: none !important;
+ box-shadow: none !important;
+ }
+
+ a,
+a:visited {
+ text-decoration: underline;
+ }
+
+ abbr[title]::after {
+ content: \" (\" attr(title) \")\";
+ }
+
+ pre {
+ white-space: pre-wrap !important;
+ }
+
+ pre,
+blockquote {
+ border: 1px solid #999;
+ page-break-inside: avoid;
+ }
+
+ thead {
+ display: table-header-group;
+ }
+
+ tr,
+img {
+ page-break-inside: avoid;
+ }
+
+ p,
+h2,
+h3 {
+ orphans: 3;
+ widows: 3;
+ }
+
+ h2,
+h3 {
+ page-break-after: avoid;
+ }
+
+ .navbar {
+ display: none;
+ }
+
+ .btn > .caret,
+.dropup > .btn > .caret {
+ border-top-color: #000 !important;
+ }
+
+ .tag {
+ border: 1px solid #000;
+ }
+
+ .table {
+ border-collapse: collapse !important;
+ }
+ .table td,
+.table th {
+ background-color: #fff !important;
+ }
+
+ .table-bordered th,
+.table-bordered td {
+ border: 1px solid #ddd !important;
+ }
+}
+html {
+ box-sizing: border-box;
+}
+
+*,
+*::before,
+*::after {
+ box-sizing: inherit;
+}
+
+@-ms-viewport {
+ width: device-width;
+}
+html {
+ font-size: 16px;
+ -ms-overflow-style: scrollbar;
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
+}
+
+body {
+ font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;
+ font-size: 1rem;
+ line-height: 1.5;
+ color: #373a3c;
+ background-color: #fff;
+}
+
+[tabindex=\"-1\"]:focus {
+ outline: none !important;
+}
+
+h1, h2, h3, h4, h5, h6 {
+ margin-top: 0;
+ margin-bottom: 0.5rem;
+}
+
+p {
+ margin-top: 0;
+ margin-bottom: 1rem;
+}
+
+abbr[title],
+abbr[data-original-title] {
+ cursor: help;
+ border-bottom: 1px dotted #888888;
+}
+
+address {
+ margin-bottom: 1rem;
+ font-style: normal;
+ line-height: inherit;
+}
+
+ol,
+ul,
+dl {
+ margin-top: 0;
+ margin-bottom: 1rem;
+}
+
+ol ol,
+ul ul,
+ol ul,
+ul ol {
+ margin-bottom: 0;
+}
+
+dt {
+ font-weight: bold;
+}
+
+dd {
+ margin-bottom: 0.5rem;
+ margin-left: 0;
+}
+
+blockquote {
+ margin: 0 0 1rem;
+}
+
+a {
+ color: #373a3c;
+ text-decoration: none;
+}
+a:focus, a:hover {
+ color: #121314;
+ text-decoration: none;
+}
+a:focus {
+ outline: 5px auto -webkit-focus-ring-color;
+ outline-offset: -2px;
+}
+
+a:not([href]):not([tabindex]) {
+ color: inherit;
+ text-decoration: none;
+}
+a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
+ color: inherit;
+ text-decoration: none;
+}
+a:not([href]):not([tabindex]):focus {
+ outline: none;
+}
+
+pre {
+ margin-top: 0;
+ margin-bottom: 1rem;
+ overflow: auto;
+}
+
+figure {
+ margin: 0 0 1rem;
+}
+
+img {
+ vertical-align: middle;
+}
+
+[role=button] {
+ cursor: pointer;
+}
+
+a,
+area,
+button,
+[role=button],
+input,
+label,
+select,
+summary,
+textarea {
+ touch-action: manipulation;
+}
+
+table {
+ border-collapse: collapse;
+ background-color: transparent;
+}
+
+caption {
+ padding-top: 0.75rem;
+ padding-bottom: 0.75rem;
+ color: #888888;
+ text-align: left;
+ caption-side: bottom;
+}
+
+th {
+ text-align: left;
+}
+
+label {
+ display: inline-block;
+ margin-bottom: 0.5rem;
+}
+
+button:focus {
+ outline: 1px dotted;
+ outline: 5px auto -webkit-focus-ring-color;
+}
+
+input,
+button,
+select,
+textarea {
+ line-height: inherit;
+}
+
+input[type=radio]:disabled,
+input[type=checkbox]:disabled {
+ cursor: not-allowed;
+}
+
+input[type=date],
+input[type=time],
+input[type=datetime-local],
+input[type=month] {
+ -webkit-appearance: listbox;
+}
+
+textarea {
+ resize: vertical;
+}
+
+fieldset {
+ min-width: 0;
+ padding: 0;
+ margin: 0;
+ border: 0;
+}
+
+legend {
+ display: block;
+ width: 100%;
+ padding: 0;
+ margin-bottom: 0.5rem;
+ font-size: 1.5rem;
+ line-height: inherit;
+}
+
+input[type=search] {
+ -webkit-appearance: none;
+}
+
+output {
+ display: inline-block;
+}
+
+[hidden] {
+ display: none !important;
+}
+
+h1, h2, h3, h4, h5, h6,
+.h1, .h2, .h3, .h4, .h5, .h6 {
+ margin-bottom: 0.5rem;
+ font-family: inherit;
+ font-weight: 500;
+ line-height: 1.1;
+ color: inherit;
+}
+
+h1, .h1 {
+ font-size: 2rem;
+}
+
+h2, .h2 {
+ font-size: 1.75rem;
+}
+
+h3, .h3 {
+ font-size: 1.5rem;
+}
+
+h4, .h4 {
+ font-size: 1.3rem;
+}
+
+h5, .h5 {
+ font-size: 1.1rem;
+}
+
+h6, .h6 {
+ font-size: 1rem;
+}
+
+.lead {
+ font-size: 1.25rem;
+ font-weight: 300;
+}
+
+.display-1 {
+ font-size: 6rem;
+ font-weight: 300;
+}
+
+.display-2 {
+ font-size: 5.5rem;
+ font-weight: 300;
+}
+
+.display-3 {
+ font-size: 4.5rem;
+ font-weight: 300;
+}
+
+.display-4 {
+ font-size: 3.5rem;
+ font-weight: 300;
+}
+
+hr {
+ margin-top: 1rem;
+ margin-bottom: 1rem;
+ border: 0;
+ border-top: 1px solid rgba(0, 0, 0, 0.1);
+}
+
+small,
+.small {
+ font-size: 80%;
+ font-weight: normal;
+}
+
+mark,
+.mark {
+ padding: 0.2em;
+ background-color: #ff754b;
+}
+
+.list-unstyled {
+ padding-left: 0;
+ list-style: none;
+}
+
+.list-inline {
+ padding-left: 0;
+ list-style: none;
+}
+
+.list-inline-item {
+ display: inline-block;
+}
+.list-inline-item:not(:last-child) {
+ margin-right: 5px;
+}
+
+.initialism {
+ font-size: 90%;
+ text-transform: uppercase;
+}
+
+.blockquote {
+ padding: 0.5rem 1rem;
+ margin-bottom: 1rem;
+ font-size: 1.25rem;
+ border-left: 0.25rem solid #eceeef;
+}
+
+.blockquote-footer {
+ display: block;
+ font-size: 80%;
+ color: #888888;
+}
+.blockquote-footer::before {
+ content: \"\\2014\\A0\";
+}
+
+.blockquote-reverse {
+ padding-right: 1rem;
+ padding-left: 0;
+ text-align: right;
+ border-right: 0.25rem solid #eceeef;
+ border-left: 0;
+}
+
+.blockquote-reverse .blockquote-footer::before {
+ content: \"\";
+}
+.blockquote-reverse .blockquote-footer::after {
+ content: \"\\A0\\2014\";
+}
+
+.img-fluid, .carousel-inner > .carousel-item > img,
+.carousel-inner > .carousel-item > a > img {
+ max-width: 100%;
+ height: auto;
+}
+
+.img-thumbnail {
+ padding: 0.25rem;
+ background-color: #fff;
+ border: 1px solid #ddd;
+ border-radius: 0.17rem;
+ transition: all 0.2s ease-in-out;
+ max-width: 100%;
+ height: auto;
+}
+
+.figure {
+ display: inline-block;
+}
+
+.figure-img {
+ margin-bottom: 0.5rem;
+ line-height: 1;
+}
+
+.figure-caption {
+ font-size: 90%;
+ color: #888888;
+}
+
+code,
+kbd,
+pre,
+samp {
+ font-family: Menlo, Monaco, Consolas, \"Liberation Mono\", \"Courier New\", monospace;
+}
+
+code {
+ padding: 0.2rem 0.4rem;
+ font-size: 90%;
+ color: #bd4147;
+ background-color: #f7f7f9;
+ border-radius: 0.17rem;
+}
+
+kbd {
+ padding: 0.2rem 0.4rem;
+ font-size: 90%;
+ color: #fff;
+ background-color: #333;
+ border-radius: 0.1rem;
+}
+kbd kbd {
+ padding: 0;
+ font-size: 100%;
+ font-weight: bold;
+}
+
+pre {
+ display: block;
+ margin-top: 0;
+ margin-bottom: 1rem;
+ font-size: 90%;
+ color: #373a3c;
+}
+pre code {
+ padding: 0;
+ font-size: inherit;
+ color: inherit;
+ background-color: transparent;
+ border-radius: 0;
+}
+
+.pre-scrollable {
+ max-height: 340px;
+ overflow-y: scroll;
+}
+
+.container {
+ margin-left: auto;
+ margin-right: auto;
+ /*padding-left: 15px;*/
+ /*padding-right: 15px;*/
+}
+@media (min-width: 576px) {
+ .container {
+ width: 540px;
+ max-width: 100%;
+ }
+}
+@media (min-width: 768px) {
+ .container {
+ width: 720px;
+ max-width: 100%;
+ }
+}
+@media (min-width: 992px) {
+ .container {
+ width: 960px;
+ max-width: 100%;
+ }
+}
+@media (min-width: 1200px) {
+ .container {
+ width: 1140px;
+ max-width: 100%;
+ }
+}
+
+.container-fluid {
+ margin-left: auto;
+ margin-right: auto;
+ padding-left: 15px;
+ padding-right: 15px;
+}
+
+.row {
+ display: flex;
+ flex-wrap: wrap;
+ margin-right: -15px;
+ margin-left: -15px;
+}
+@media (min-width: 576px) {
+ .row {
+ margin-right: -15px;
+ margin-left: -15px;
+ }
+}
+@media (min-width: 768px) {
+ .row {
+ margin-right: -15px;
+ margin-left: -15px;
+ }
+}
+@media (min-width: 992px) {
+ .row {
+ margin-right: -15px;
+ margin-left: -15px;
+ }
+}
+@media (min-width: 1200px) {
+ .row {
+ margin-right: -15px;
+ margin-left: -15px;
+ }
+}
+
+.col-xl-24, .col-xl-23, .col-xl-22, .col-xl-21, .col-xl-20, .col-xl-19, .col-xl-18, .col-xl-17, .col-xl-16, .col-xl-15, .col-xl-14, .col-xl-13, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-xl, .col-lg-24, .col-lg-23, .col-lg-22, .col-lg-21, .col-lg-20, .col-lg-19, .col-lg-18, .col-lg-17, .col-lg-16, .col-lg-15, .col-lg-14, .col-lg-13, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-lg, .col-md-24, .col-md-23, .col-md-22, .col-md-21, .col-md-20, .col-md-19, .col-md-18, .col-md-17, .col-md-16, .col-md-15, .col-md-14, .col-md-13, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-md, .col-sm-24, .col-sm-23, .col-sm-22, .col-sm-21, .col-sm-20, .col-sm-19, .col-sm-18, .col-sm-17, .col-sm-16, .col-sm-15, .col-sm-14, .col-sm-13, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col-sm, .col-xs-24, .col-xs-23, .col-xs-22, .col-xs-21, .col-xs-20, .col-xs-19, .col-xs-18, .col-xs-17, .col-xs-16, .col-xs-15, .col-xs-14, .col-xs-13, .col-xs-12, .col-xs-11, .col-xs-10, .col-xs-9, .col-xs-8, .col-xs-7, .col-xs-6, .col-xs-5, .col-xs-4, .col-xs-3, .col-xs-2, .col-xs-1, .col-xs {
+ position: relative;
+ min-height: 1px;
+ width: 100%;
+ padding-right: 15px;
+ padding-left: 15px;
+}
+@media (min-width: 576px) {
+ .col-xl-24, .col-xl-23, .col-xl-22, .col-xl-21, .col-xl-20, .col-xl-19, .col-xl-18, .col-xl-17, .col-xl-16, .col-xl-15, .col-xl-14, .col-xl-13, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-xl, .col-lg-24, .col-lg-23, .col-lg-22, .col-lg-21, .col-lg-20, .col-lg-19, .col-lg-18, .col-lg-17, .col-lg-16, .col-lg-15, .col-lg-14, .col-lg-13, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-lg, .col-md-24, .col-md-23, .col-md-22, .col-md-21, .col-md-20, .col-md-19, .col-md-18, .col-md-17, .col-md-16, .col-md-15, .col-md-14, .col-md-13, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-md, .col-sm-24, .col-sm-23, .col-sm-22, .col-sm-21, .col-sm-20, .col-sm-19, .col-sm-18, .col-sm-17, .col-sm-16, .col-sm-15, .col-sm-14, .col-sm-13, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col-sm, .col-xs-24, .col-xs-23, .col-xs-22, .col-xs-21, .col-xs-20, .col-xs-19, .col-xs-18, .col-xs-17, .col-xs-16, .col-xs-15, .col-xs-14, .col-xs-13, .col-xs-12, .col-xs-11, .col-xs-10, .col-xs-9, .col-xs-8, .col-xs-7, .col-xs-6, .col-xs-5, .col-xs-4, .col-xs-3, .col-xs-2, .col-xs-1, .col-xs {
+ padding-right: 15px;
+ padding-left: 15px;
+ }
+}
+@media (min-width: 768px) {
+ .col-xl-24, .col-xl-23, .col-xl-22, .col-xl-21, .col-xl-20, .col-xl-19, .col-xl-18, .col-xl-17, .col-xl-16, .col-xl-15, .col-xl-14, .col-xl-13, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-xl, .col-lg-24, .col-lg-23, .col-lg-22, .col-lg-21, .col-lg-20, .col-lg-19, .col-lg-18, .col-lg-17, .col-lg-16, .col-lg-15, .col-lg-14, .col-lg-13, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-lg, .col-md-24, .col-md-23, .col-md-22, .col-md-21, .col-md-20, .col-md-19, .col-md-18, .col-md-17, .col-md-16, .col-md-15, .col-md-14, .col-md-13, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-md, .col-sm-24, .col-sm-23, .col-sm-22, .col-sm-21, .col-sm-20, .col-sm-19, .col-sm-18, .col-sm-17, .col-sm-16, .col-sm-15, .col-sm-14, .col-sm-13, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col-sm, .col-xs-24, .col-xs-23, .col-xs-22, .col-xs-21, .col-xs-20, .col-xs-19, .col-xs-18, .col-xs-17, .col-xs-16, .col-xs-15, .col-xs-14, .col-xs-13, .col-xs-12, .col-xs-11, .col-xs-10, .col-xs-9, .col-xs-8, .col-xs-7, .col-xs-6, .col-xs-5, .col-xs-4, .col-xs-3, .col-xs-2, .col-xs-1, .col-xs {
+ padding-right: 15px;
+ padding-left: 15px;
+ }
+}
+@media (min-width: 992px) {
+ .col-xl-24, .col-xl-23, .col-xl-22, .col-xl-21, .col-xl-20, .col-xl-19, .col-xl-18, .col-xl-17, .col-xl-16, .col-xl-15, .col-xl-14, .col-xl-13, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-xl, .col-lg-24, .col-lg-23, .col-lg-22, .col-lg-21, .col-lg-20, .col-lg-19, .col-lg-18, .col-lg-17, .col-lg-16, .col-lg-15, .col-lg-14, .col-lg-13, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-lg, .col-md-24, .col-md-23, .col-md-22, .col-md-21, .col-md-20, .col-md-19, .col-md-18, .col-md-17, .col-md-16, .col-md-15, .col-md-14, .col-md-13, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-md, .col-sm-24, .col-sm-23, .col-sm-22, .col-sm-21, .col-sm-20, .col-sm-19, .col-sm-18, .col-sm-17, .col-sm-16, .col-sm-15, .col-sm-14, .col-sm-13, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col-sm, .col-xs-24, .col-xs-23, .col-xs-22, .col-xs-21, .col-xs-20, .col-xs-19, .col-xs-18, .col-xs-17, .col-xs-16, .col-xs-15, .col-xs-14, .col-xs-13, .col-xs-12, .col-xs-11, .col-xs-10, .col-xs-9, .col-xs-8, .col-xs-7, .col-xs-6, .col-xs-5, .col-xs-4, .col-xs-3, .col-xs-2, .col-xs-1, .col-xs {
+ padding-right: 15px;
+ padding-left: 15px;
+ }
+}
+@media (min-width: 1200px) {
+ .col-xl-24, .col-xl-23, .col-xl-22, .col-xl-21, .col-xl-20, .col-xl-19, .col-xl-18, .col-xl-17, .col-xl-16, .col-xl-15, .col-xl-14, .col-xl-13, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-xl, .col-lg-24, .col-lg-23, .col-lg-22, .col-lg-21, .col-lg-20, .col-lg-19, .col-lg-18, .col-lg-17, .col-lg-16, .col-lg-15, .col-lg-14, .col-lg-13, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-lg, .col-md-24, .col-md-23, .col-md-22, .col-md-21, .col-md-20, .col-md-19, .col-md-18, .col-md-17, .col-md-16, .col-md-15, .col-md-14, .col-md-13, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-md, .col-sm-24, .col-sm-23, .col-sm-22, .col-sm-21, .col-sm-20, .col-sm-19, .col-sm-18, .col-sm-17, .col-sm-16, .col-sm-15, .col-sm-14, .col-sm-13, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col-sm, .col-xs-24, .col-xs-23, .col-xs-22, .col-xs-21, .col-xs-20, .col-xs-19, .col-xs-18, .col-xs-17, .col-xs-16, .col-xs-15, .col-xs-14, .col-xs-13, .col-xs-12, .col-xs-11, .col-xs-10, .col-xs-9, .col-xs-8, .col-xs-7, .col-xs-6, .col-xs-5, .col-xs-4, .col-xs-3, .col-xs-2, .col-xs-1, .col-xs {
+ padding-right: 15px;
+ padding-left: 15px;
+ }
+}
+
+.col-xs {
+ flex-basis: 0;
+ flex-grow: 1;
+ max-width: 100%;
+}
+
+.col-xs-1 {
+ flex: 0 0 4.1666666667%;
+ max-width: 4.1666666667%;
+}
+
+.col-xs-2 {
+ flex: 0 0 8.3333333333%;
+ max-width: 8.3333333333%;
+}
+
+.col-xs-3 {
+ flex: 0 0 12.5%;
+ max-width: 12.5%;
+}
+
+.col-xs-4 {
+ flex: 0 0 16.6666666667%;
+ max-width: 16.6666666667%;
+}
+
+.col-xs-5 {
+ flex: 0 0 20.8333333333%;
+ max-width: 20.8333333333%;
+}
+
+.col-xs-6 {
+ flex: 0 0 25%;
+ max-width: 25%;
+}
+
+.col-xs-7 {
+ flex: 0 0 29.1666666667%;
+ max-width: 29.1666666667%;
+}
+
+.col-xs-8 {
+ flex: 0 0 33.3333333333%;
+ max-width: 33.3333333333%;
+}
+
+.col-xs-9 {
+ flex: 0 0 37.5%;
+ max-width: 37.5%;
+}
+
+.col-xs-10 {
+ flex: 0 0 41.6666666667%;
+ max-width: 41.6666666667%;
+}
+
+.col-xs-11 {
+ flex: 0 0 45.8333333333%;
+ max-width: 45.8333333333%;
+}
+
+.col-xs-12 {
+ flex: 0 0 50%;
+ max-width: 50%;
+}
+
+.col-xs-13 {
+ flex: 0 0 54.1666666667%;
+ max-width: 54.1666666667%;
+}
+
+.col-xs-14 {
+ flex: 0 0 58.3333333333%;
+ max-width: 58.3333333333%;
+}
+
+.col-xs-15 {
+ flex: 0 0 62.5%;
+ max-width: 62.5%;
+}
+
+.col-xs-16 {
+ flex: 0 0 66.6666666667%;
+ max-width: 66.6666666667%;
+}
+
+.col-xs-17 {
+ flex: 0 0 70.8333333333%;
+ max-width: 70.8333333333%;
+}
+
+.col-xs-18 {
+ flex: 0 0 75%;
+ max-width: 75%;
+}
+
+.col-xs-19 {
+ flex: 0 0 79.1666666667%;
+ max-width: 79.1666666667%;
+}
+
+.col-xs-20 {
+ flex: 0 0 83.3333333333%;
+ max-width: 83.3333333333%;
+}
+
+.col-xs-21 {
+ flex: 0 0 87.5%;
+ max-width: 87.5%;
+}
+
+.col-xs-22 {
+ flex: 0 0 91.6666666667%;
+ max-width: 91.6666666667%;
+}
+
+.col-xs-23 {
+ flex: 0 0 95.8333333333%;
+ max-width: 95.8333333333%;
+}
+
+.col-xs-24 {
+ flex: 0 0 100%;
+ max-width: 100%;
+}
+
+.pull-xs-0 {
+ right: auto;
+}
+
+.pull-xs-1 {
+ right: 4.1666666667%;
+}
+
+.pull-xs-2 {
+ right: 8.3333333333%;
+}
+
+.pull-xs-3 {
+ right: 12.5%;
+}
+
+.pull-xs-4 {
+ right: 16.6666666667%;
+}
+
+.pull-xs-5 {
+ right: 20.8333333333%;
+}
+
+.pull-xs-6 {
+ right: 25%;
+}
+
+.pull-xs-7 {
+ right: 29.1666666667%;
+}
+
+.pull-xs-8 {
+ right: 33.3333333333%;
+}
+
+.pull-xs-9 {
+ right: 37.5%;
+}
+
+.pull-xs-10 {
+ right: 41.6666666667%;
+}
+
+.pull-xs-11 {
+ right: 45.8333333333%;
+}
+
+.pull-xs-12 {
+ right: 50%;
+}
+
+.pull-xs-13 {
+ right: 54.1666666667%;
+}
+
+.pull-xs-14 {
+ right: 58.3333333333%;
+}
+
+.pull-xs-15 {
+ right: 62.5%;
+}
+
+.pull-xs-16 {
+ right: 66.6666666667%;
+}
+
+.pull-xs-17 {
+ right: 70.8333333333%;
+}
+
+.pull-xs-18 {
+ right: 75%;
+}
+
+.pull-xs-19 {
+ right: 79.1666666667%;
+}
+
+.pull-xs-20 {
+ right: 83.3333333333%;
+}
+
+.pull-xs-21 {
+ right: 87.5%;
+}
+
+.pull-xs-22 {
+ right: 91.6666666667%;
+}
+
+.pull-xs-23 {
+ right: 95.8333333333%;
+}
+
+.pull-xs-24 {
+ right: 100%;
+}
+
+.push-xs-0 {
+ left: auto;
+}
+
+.push-xs-1 {
+ left: 4.1666666667%;
+}
+
+.push-xs-2 {
+ left: 8.3333333333%;
+}
+
+.push-xs-3 {
+ left: 12.5%;
+}
+
+.push-xs-4 {
+ left: 16.6666666667%;
+}
+
+.push-xs-5 {
+ left: 20.8333333333%;
+}
+
+.push-xs-6 {
+ left: 25%;
+}
+
+.push-xs-7 {
+ left: 29.1666666667%;
+}
+
+.push-xs-8 {
+ left: 33.3333333333%;
+}
+
+.push-xs-9 {
+ left: 37.5%;
+}
+
+.push-xs-10 {
+ left: 41.6666666667%;
+}
+
+.push-xs-11 {
+ left: 45.8333333333%;
+}
+
+.push-xs-12 {
+ left: 50%;
+}
+
+.push-xs-13 {
+ left: 54.1666666667%;
+}
+
+.push-xs-14 {
+ left: 58.3333333333%;
+}
+
+.push-xs-15 {
+ left: 62.5%;
+}
+
+.push-xs-16 {
+ left: 66.6666666667%;
+}
+
+.push-xs-17 {
+ left: 70.8333333333%;
+}
+
+.push-xs-18 {
+ left: 75%;
+}
+
+.push-xs-19 {
+ left: 79.1666666667%;
+}
+
+.push-xs-20 {
+ left: 83.3333333333%;
+}
+
+.push-xs-21 {
+ left: 87.5%;
+}
+
+.push-xs-22 {
+ left: 91.6666666667%;
+}
+
+.push-xs-23 {
+ left: 95.8333333333%;
+}
+
+.push-xs-24 {
+ left: 100%;
+}
+
+.offset-xs-1 {
+ margin-left: 4.1666666667%;
+}
+
+.offset-xs-2 {
+ margin-left: 8.3333333333%;
+}
+
+.offset-xs-3 {
+ margin-left: 12.5%;
+}
+
+.offset-xs-4 {
+ margin-left: 16.6666666667%;
+}
+
+.offset-xs-5 {
+ margin-left: 20.8333333333%;
+}
+
+.offset-xs-6 {
+ margin-left: 25%;
+}
+
+.offset-xs-7 {
+ margin-left: 29.1666666667%;
+}
+
+.offset-xs-8 {
+ margin-left: 33.3333333333%;
+}
+
+.offset-xs-9 {
+ margin-left: 37.5%;
+}
+
+.offset-xs-10 {
+ margin-left: 41.6666666667%;
+}
+
+.offset-xs-11 {
+ margin-left: 45.8333333333%;
+}
+
+.offset-xs-12 {
+ margin-left: 50%;
+}
+
+.offset-xs-13 {
+ margin-left: 54.1666666667%;
+}
+
+.offset-xs-14 {
+ margin-left: 58.3333333333%;
+}
+
+.offset-xs-15 {
+ margin-left: 62.5%;
+}
+
+.offset-xs-16 {
+ margin-left: 66.6666666667%;
+}
+
+.offset-xs-17 {
+ margin-left: 70.8333333333%;
+}
+
+.offset-xs-18 {
+ margin-left: 75%;
+}
+
+.offset-xs-19 {
+ margin-left: 79.1666666667%;
+}
+
+.offset-xs-20 {
+ margin-left: 83.3333333333%;
+}
+
+.offset-xs-21 {
+ margin-left: 87.5%;
+}
+
+.offset-xs-22 {
+ margin-left: 91.6666666667%;
+}
+
+.offset-xs-23 {
+ margin-left: 95.8333333333%;
+}
+
+@media (min-width: 576px) {
+ .col-sm {
+ flex-basis: 0;
+ flex-grow: 1;
+ max-width: 100%;
+ }
+
+ .col-sm-1 {
+ flex: 0 0 4.1666666667%;
+ max-width: 4.1666666667%;
+ }
+
+ .col-sm-2 {
+ flex: 0 0 8.3333333333%;
+ max-width: 8.3333333333%;
+ }
+
+ .col-sm-3 {
+ flex: 0 0 12.5%;
+ max-width: 12.5%;
+ }
+
+ .col-sm-4 {
+ flex: 0 0 16.6666666667%;
+ max-width: 16.6666666667%;
+ }
+
+ .col-sm-5 {
+ flex: 0 0 20.8333333333%;
+ max-width: 20.8333333333%;
+ }
+
+ .col-sm-6 {
+ flex: 0 0 25%;
+ max-width: 25%;
+ }
+
+ .col-sm-7 {
+ flex: 0 0 29.1666666667%;
+ max-width: 29.1666666667%;
+ }
+
+ .col-sm-8 {
+ flex: 0 0 33.3333333333%;
+ max-width: 33.3333333333%;
+ }
+
+ .col-sm-9 {
+ flex: 0 0 37.5%;
+ max-width: 37.5%;
+ }
+
+ .col-sm-10 {
+ flex: 0 0 41.6666666667%;
+ max-width: 41.6666666667%;
+ }
+
+ .col-sm-11 {
+ flex: 0 0 45.8333333333%;
+ max-width: 45.8333333333%;
+ }
+
+ .col-sm-12 {
+ flex: 0 0 50%;
+ max-width: 50%;
+ }
+
+ .col-sm-13 {
+ flex: 0 0 54.1666666667%;
+ max-width: 54.1666666667%;
+ }
+
+ .col-sm-14 {
+ flex: 0 0 58.3333333333%;
+ max-width: 58.3333333333%;
+ }
+
+ .col-sm-15 {
+ flex: 0 0 62.5%;
+ max-width: 62.5%;
+ }
+
+ .col-sm-16 {
+ flex: 0 0 66.6666666667%;
+ max-width: 66.6666666667%;
+ }
+
+ .col-sm-17 {
+ flex: 0 0 70.8333333333%;
+ max-width: 70.8333333333%;
+ }
+
+ .col-sm-18 {
+ flex: 0 0 75%;
+ max-width: 75%;
+ }
+
+ .col-sm-19 {
+ flex: 0 0 79.1666666667%;
+ max-width: 79.1666666667%;
+ }
+
+ .col-sm-20 {
+ flex: 0 0 83.3333333333%;
+ max-width: 83.3333333333%;
+ }
+
+ .col-sm-21 {
+ flex: 0 0 87.5%;
+ max-width: 87.5%;
+ }
+
+ .col-sm-22 {
+ flex: 0 0 91.6666666667%;
+ max-width: 91.6666666667%;
+ }
+
+ .col-sm-23 {
+ flex: 0 0 95.8333333333%;
+ max-width: 95.8333333333%;
+ }
+
+ .col-sm-24 {
+ flex: 0 0 100%;
+ max-width: 100%;
+ }
+
+ .pull-sm-0 {
+ right: auto;
+ }
+
+ .pull-sm-1 {
+ right: 4.1666666667%;
+ }
+
+ .pull-sm-2 {
+ right: 8.3333333333%;
+ }
+
+ .pull-sm-3 {
+ right: 12.5%;
+ }
+
+ .pull-sm-4 {
+ right: 16.6666666667%;
+ }
+
+ .pull-sm-5 {
+ right: 20.8333333333%;
+ }
+
+ .pull-sm-6 {
+ right: 25%;
+ }
+
+ .pull-sm-7 {
+ right: 29.1666666667%;
+ }
+
+ .pull-sm-8 {
+ right: 33.3333333333%;
+ }
+
+ .pull-sm-9 {
+ right: 37.5%;
+ }
+
+ .pull-sm-10 {
+ right: 41.6666666667%;
+ }
+
+ .pull-sm-11 {
+ right: 45.8333333333%;
+ }
+
+ .pull-sm-12 {
+ right: 50%;
+ }
+
+ .pull-sm-13 {
+ right: 54.1666666667%;
+ }
+
+ .pull-sm-14 {
+ right: 58.3333333333%;
+ }
+
+ .pull-sm-15 {
+ right: 62.5%;
+ }
+
+ .pull-sm-16 {
+ right: 66.6666666667%;
+ }
+
+ .pull-sm-17 {
+ right: 70.8333333333%;
+ }
+
+ .pull-sm-18 {
+ right: 75%;
+ }
+
+ .pull-sm-19 {
+ right: 79.1666666667%;
+ }
+
+ .pull-sm-20 {
+ right: 83.3333333333%;
+ }
+
+ .pull-sm-21 {
+ right: 87.5%;
+ }
+
+ .pull-sm-22 {
+ right: 91.6666666667%;
+ }
+
+ .pull-sm-23 {
+ right: 95.8333333333%;
+ }
+
+ .pull-sm-24 {
+ right: 100%;
+ }
+
+ .push-sm-0 {
+ left: auto;
+ }
+
+ .push-sm-1 {
+ left: 4.1666666667%;
+ }
+
+ .push-sm-2 {
+ left: 8.3333333333%;
+ }
+
+ .push-sm-3 {
+ left: 12.5%;
+ }
+
+ .push-sm-4 {
+ left: 16.6666666667%;
+ }
+
+ .push-sm-5 {
+ left: 20.8333333333%;
+ }
+
+ .push-sm-6 {
+ left: 25%;
+ }
+
+ .push-sm-7 {
+ left: 29.1666666667%;
+ }
+
+ .push-sm-8 {
+ left: 33.3333333333%;
+ }
+
+ .push-sm-9 {
+ left: 37.5%;
+ }
+
+ .push-sm-10 {
+ left: 41.6666666667%;
+ }
+
+ .push-sm-11 {
+ left: 45.8333333333%;
+ }
+
+ .push-sm-12 {
+ left: 50%;
+ }
+
+ .push-sm-13 {
+ left: 54.1666666667%;
+ }
+
+ .push-sm-14 {
+ left: 58.3333333333%;
+ }
+
+ .push-sm-15 {
+ left: 62.5%;
+ }
+
+ .push-sm-16 {
+ left: 66.6666666667%;
+ }
+
+ .push-sm-17 {
+ left: 70.8333333333%;
+ }
+
+ .push-sm-18 {
+ left: 75%;
+ }
+
+ .push-sm-19 {
+ left: 79.1666666667%;
+ }
+
+ .push-sm-20 {
+ left: 83.3333333333%;
+ }
+
+ .push-sm-21 {
+ left: 87.5%;
+ }
+
+ .push-sm-22 {
+ left: 91.6666666667%;
+ }
+
+ .push-sm-23 {
+ left: 95.8333333333%;
+ }
+
+ .push-sm-24 {
+ left: 100%;
+ }
+
+ .offset-sm-0 {
+ margin-left: 0%;
+ }
+
+ .offset-sm-1 {
+ margin-left: 4.1666666667%;
+ }
+
+ .offset-sm-2 {
+ margin-left: 8.3333333333%;
+ }
+
+ .offset-sm-3 {
+ margin-left: 12.5%;
+ }
+
+ .offset-sm-4 {
+ margin-left: 16.6666666667%;
+ }
+
+ .offset-sm-5 {
+ margin-left: 20.8333333333%;
+ }
+
+ .offset-sm-6 {
+ margin-left: 25%;
+ }
+
+ .offset-sm-7 {
+ margin-left: 29.1666666667%;
+ }
+
+ .offset-sm-8 {
+ margin-left: 33.3333333333%;
+ }
+
+ .offset-sm-9 {
+ margin-left: 37.5%;
+ }
+
+ .offset-sm-10 {
+ margin-left: 41.6666666667%;
+ }
+
+ .offset-sm-11 {
+ margin-left: 45.8333333333%;
+ }
+
+ .offset-sm-12 {
+ margin-left: 50%;
+ }
+
+ .offset-sm-13 {
+ margin-left: 54.1666666667%;
+ }
+
+ .offset-sm-14 {
+ margin-left: 58.3333333333%;
+ }
+
+ .offset-sm-15 {
+ margin-left: 62.5%;
+ }
+
+ .offset-sm-16 {
+ margin-left: 66.6666666667%;
+ }
+
+ .offset-sm-17 {
+ margin-left: 70.8333333333%;
+ }
+
+ .offset-sm-18 {
+ margin-left: 75%;
+ }
+
+ .offset-sm-19 {
+ margin-left: 79.1666666667%;
+ }
+
+ .offset-sm-20 {
+ margin-left: 83.3333333333%;
+ }
+
+ .offset-sm-21 {
+ margin-left: 87.5%;
+ }
+
+ .offset-sm-22 {
+ margin-left: 91.6666666667%;
+ }
+
+ .offset-sm-23 {
+ margin-left: 95.8333333333%;
+ }
+}
+@media (min-width: 768px) {
+ .col-md {
+ flex-basis: 0;
+ flex-grow: 1;
+ max-width: 100%;
+ }
+
+ .col-md-1 {
+ flex: 0 0 4.1666666667%;
+ max-width: 4.1666666667%;
+ }
+
+ .col-md-2 {
+ flex: 0 0 8.3333333333%;
+ max-width: 8.3333333333%;
+ }
+
+ .col-md-3 {
+ flex: 0 0 12.5%;
+ max-width: 12.5%;
+ }
+
+ .col-md-4 {
+ flex: 0 0 16.6666666667%;
+ max-width: 16.6666666667%;
+ }
+
+ .col-md-5 {
+ flex: 0 0 20.8333333333%;
+ max-width: 20.8333333333%;
+ }
+
+ .col-md-6 {
+ flex: 0 0 25%;
+ max-width: 25%;
+ }
+
+ .col-md-7 {
+ flex: 0 0 29.1666666667%;
+ max-width: 29.1666666667%;
+ }
+
+ .col-md-8 {
+ flex: 0 0 33.3333333333%;
+ max-width: 33.3333333333%;
+ }
+
+ .col-md-9 {
+ flex: 0 0 37.5%;
+ max-width: 37.5%;
+ }
+
+ .col-md-10 {
+ flex: 0 0 41.6666666667%;
+ max-width: 41.6666666667%;
+ }
+
+ .col-md-11 {
+ flex: 0 0 45.8333333333%;
+ max-width: 45.8333333333%;
+ }
+
+ .col-md-12 {
+ flex: 0 0 50%;
+ max-width: 50%;
+ }
+
+ .col-md-13 {
+ flex: 0 0 54.1666666667%;
+ max-width: 54.1666666667%;
+ }
+
+ .col-md-14 {
+ flex: 0 0 58.3333333333%;
+ max-width: 58.3333333333%;
+ }
+
+ .col-md-15 {
+ flex: 0 0 62.5%;
+ max-width: 62.5%;
+ }
+
+ .col-md-16 {
+ flex: 0 0 66.6666666667%;
+ max-width: 66.6666666667%;
+ }
+
+ .col-md-17 {
+ flex: 0 0 70.8333333333%;
+ max-width: 70.8333333333%;
+ }
+
+ .col-md-18 {
+ flex: 0 0 75%;
+ max-width: 75%;
+ }
+
+ .col-md-19 {
+ flex: 0 0 79.1666666667%;
+ max-width: 79.1666666667%;
+ }
+
+ .col-md-20 {
+ flex: 0 0 83.3333333333%;
+ max-width: 83.3333333333%;
+ }
+
+ .col-md-21 {
+ flex: 0 0 87.5%;
+ max-width: 87.5%;
+ }
+
+ .col-md-22 {
+ flex: 0 0 91.6666666667%;
+ max-width: 91.6666666667%;
+ }
+
+ .col-md-23 {
+ flex: 0 0 95.8333333333%;
+ max-width: 95.8333333333%;
+ }
+
+ .col-md-24 {
+ flex: 0 0 100%;
+ max-width: 100%;
+ }
+
+ .pull-md-0 {
+ right: auto;
+ }
+
+ .pull-md-1 {
+ right: 4.1666666667%;
+ }
+
+ .pull-md-2 {
+ right: 8.3333333333%;
+ }
+
+ .pull-md-3 {
+ right: 12.5%;
+ }
+
+ .pull-md-4 {
+ right: 16.6666666667%;
+ }
+
+ .pull-md-5 {
+ right: 20.8333333333%;
+ }
+
+ .pull-md-6 {
+ right: 25%;
+ }
+
+ .pull-md-7 {
+ right: 29.1666666667%;
+ }
+
+ .pull-md-8 {
+ right: 33.3333333333%;
+ }
+
+ .pull-md-9 {
+ right: 37.5%;
+ }
+
+ .pull-md-10 {
+ right: 41.6666666667%;
+ }
+
+ .pull-md-11 {
+ right: 45.8333333333%;
+ }
+
+ .pull-md-12 {
+ right: 50%;
+ }
+
+ .pull-md-13 {
+ right: 54.1666666667%;
+ }
+
+ .pull-md-14 {
+ right: 58.3333333333%;
+ }
+
+ .pull-md-15 {
+ right: 62.5%;
+ }
+
+ .pull-md-16 {
+ right: 66.6666666667%;
+ }
+
+ .pull-md-17 {
+ right: 70.8333333333%;
+ }
+
+ .pull-md-18 {
+ right: 75%;
+ }
+
+ .pull-md-19 {
+ right: 79.1666666667%;
+ }
+
+ .pull-md-20 {
+ right: 83.3333333333%;
+ }
+
+ .pull-md-21 {
+ right: 87.5%;
+ }
+
+ .pull-md-22 {
+ right: 91.6666666667%;
+ }
+
+ .pull-md-23 {
+ right: 95.8333333333%;
+ }
+
+ .pull-md-24 {
+ right: 100%;
+ }
+
+ .push-md-0 {
+ left: auto;
+ }
+
+ .push-md-1 {
+ left: 4.1666666667%;
+ }
+
+ .push-md-2 {
+ left: 8.3333333333%;
+ }
+
+ .push-md-3 {
+ left: 12.5%;
+ }
+
+ .push-md-4 {
+ left: 16.6666666667%;
+ }
+
+ .push-md-5 {
+ left: 20.8333333333%;
+ }
+
+ .push-md-6 {
+ left: 25%;
+ }
+
+ .push-md-7 {
+ left: 29.1666666667%;
+ }
+
+ .push-md-8 {
+ left: 33.3333333333%;
+ }
+
+ .push-md-9 {
+ left: 37.5%;
+ }
+
+ .push-md-10 {
+ left: 41.6666666667%;
+ }
+
+ .push-md-11 {
+ left: 45.8333333333%;
+ }
+
+ .push-md-12 {
+ left: 50%;
+ }
+
+ .push-md-13 {
+ left: 54.1666666667%;
+ }
+
+ .push-md-14 {
+ left: 58.3333333333%;
+ }
+
+ .push-md-15 {
+ left: 62.5%;
+ }
+
+ .push-md-16 {
+ left: 66.6666666667%;
+ }
+
+ .push-md-17 {
+ left: 70.8333333333%;
+ }
+
+ .push-md-18 {
+ left: 75%;
+ }
+
+ .push-md-19 {
+ left: 79.1666666667%;
+ }
+
+ .push-md-20 {
+ left: 83.3333333333%;
+ }
+
+ .push-md-21 {
+ left: 87.5%;
+ }
+
+ .push-md-22 {
+ left: 91.6666666667%;
+ }
+
+ .push-md-23 {
+ left: 95.8333333333%;
+ }
+
+ .push-md-24 {
+ left: 100%;
+ }
+
+ .offset-md-0 {
+ margin-left: 0%;
+ }
+
+ .offset-md-1 {
+ margin-left: 4.1666666667%;
+ }
+
+ .offset-md-2 {
+ margin-left: 8.3333333333%;
+ }
+
+ .offset-md-3 {
+ margin-left: 12.5%;
+ }
+
+ .offset-md-4 {
+ margin-left: 16.6666666667%;
+ }
+
+ .offset-md-5 {
+ margin-left: 20.8333333333%;
+ }
+
+ .offset-md-6 {
+ margin-left: 25%;
+ }
+
+ .offset-md-7 {
+ margin-left: 29.1666666667%;
+ }
+
+ .offset-md-8 {
+ margin-left: 33.3333333333%;
+ }
+
+ .offset-md-9 {
+ margin-left: 37.5%;
+ }
+
+ .offset-md-10 {
+ margin-left: 41.6666666667%;
+ }
+
+ .offset-md-11 {
+ margin-left: 45.8333333333%;
+ }
+
+ .offset-md-12 {
+ margin-left: 50%;
+ }
+
+ .offset-md-13 {
+ margin-left: 54.1666666667%;
+ }
+
+ .offset-md-14 {
+ margin-left: 58.3333333333%;
+ }
+
+ .offset-md-15 {
+ margin-left: 62.5%;
+ }
+
+ .offset-md-16 {
+ margin-left: 66.6666666667%;
+ }
+
+ .offset-md-17 {
+ margin-left: 70.8333333333%;
+ }
+
+ .offset-md-18 {
+ margin-left: 75%;
+ }
+
+ .offset-md-19 {
+ margin-left: 79.1666666667%;
+ }
+
+ .offset-md-20 {
+ margin-left: 83.3333333333%;
+ }
+
+ .offset-md-21 {
+ margin-left: 87.5%;
+ }
+
+ .offset-md-22 {
+ margin-left: 91.6666666667%;
+ }
+
+ .offset-md-23 {
+ margin-left: 95.8333333333%;
+ }
+}
+@media (min-width: 992px) {
+ .col-lg {
+ flex-basis: 0;
+ flex-grow: 1;
+ max-width: 100%;
+ }
+
+ .col-lg-1 {
+ flex: 0 0 4.1666666667%;
+ max-width: 4.1666666667%;
+ }
+
+ .col-lg-2 {
+ flex: 0 0 8.3333333333%;
+ max-width: 8.3333333333%;
+ }
+
+ .col-lg-3 {
+ flex: 0 0 12.5%;
+ max-width: 12.5%;
+ }
+
+ .col-lg-4 {
+ flex: 0 0 16.6666666667%;
+ max-width: 16.6666666667%;
+ }
+
+ .col-lg-5 {
+ flex: 0 0 20.8333333333%;
+ max-width: 20.8333333333%;
+ }
+
+ .col-lg-6 {
+ flex: 0 0 25%;
+ max-width: 25%;
+ }
+
+ .col-lg-7 {
+ flex: 0 0 29.1666666667%;
+ max-width: 29.1666666667%;
+ }
+
+ .col-lg-8 {
+ flex: 0 0 33.3333333333%;
+ max-width: 33.3333333333%;
+ }
+
+ .col-lg-9 {
+ flex: 0 0 37.5%;
+ max-width: 37.5%;
+ }
+
+ .col-lg-10 {
+ flex: 0 0 41.6666666667%;
+ max-width: 41.6666666667%;
+ }
+
+ .col-lg-11 {
+ flex: 0 0 45.8333333333%;
+ max-width: 45.8333333333%;
+ }
+
+ .col-lg-12 {
+ flex: 0 0 50%;
+ max-width: 50%;
+ }
+
+ .col-lg-13 {
+ flex: 0 0 54.1666666667%;
+ max-width: 54.1666666667%;
+ }
+
+ .col-lg-14 {
+ flex: 0 0 58.3333333333%;
+ max-width: 58.3333333333%;
+ }
+
+ .col-lg-15 {
+ flex: 0 0 62.5%;
+ max-width: 62.5%;
+ }
+
+ .col-lg-16 {
+ flex: 0 0 66.6666666667%;
+ max-width: 66.6666666667%;
+ }
+
+ .col-lg-17 {
+ flex: 0 0 70.8333333333%;
+ max-width: 70.8333333333%;
+ }
+
+ .col-lg-18 {
+ flex: 0 0 75%;
+ max-width: 75%;
+ }
+
+ .col-lg-19 {
+ flex: 0 0 79.1666666667%;
+ max-width: 79.1666666667%;
+ }
+
+ .col-lg-20 {
+ flex: 0 0 83.3333333333%;
+ max-width: 83.3333333333%;
+ }
+
+ .col-lg-21 {
+ flex: 0 0 87.5%;
+ max-width: 87.5%;
+ }
+
+ .col-lg-22 {
+ flex: 0 0 91.6666666667%;
+ max-width: 91.6666666667%;
+ }
+
+ .col-lg-23 {
+ flex: 0 0 95.8333333333%;
+ max-width: 95.8333333333%;
+ }
+
+ .col-lg-24 {
+ flex: 0 0 100%;
+ max-width: 100%;
+ }
+
+ .pull-lg-0 {
+ right: auto;
+ }
+
+ .pull-lg-1 {
+ right: 4.1666666667%;
+ }
+
+ .pull-lg-2 {
+ right: 8.3333333333%;
+ }
+
+ .pull-lg-3 {
+ right: 12.5%;
+ }
+
+ .pull-lg-4 {
+ right: 16.6666666667%;
+ }
+
+ .pull-lg-5 {
+ right: 20.8333333333%;
+ }
+
+ .pull-lg-6 {
+ right: 25%;
+ }
+
+ .pull-lg-7 {
+ right: 29.1666666667%;
+ }
+
+ .pull-lg-8 {
+ right: 33.3333333333%;
+ }
+
+ .pull-lg-9 {
+ right: 37.5%;
+ }
+
+ .pull-lg-10 {
+ right: 41.6666666667%;
+ }
+
+ .pull-lg-11 {
+ right: 45.8333333333%;
+ }
+
+ .pull-lg-12 {
+ right: 50%;
+ }
+
+ .pull-lg-13 {
+ right: 54.1666666667%;
+ }
+
+ .pull-lg-14 {
+ right: 58.3333333333%;
+ }
+
+ .pull-lg-15 {
+ right: 62.5%;
+ }
+
+ .pull-lg-16 {
+ right: 66.6666666667%;
+ }
+
+ .pull-lg-17 {
+ right: 70.8333333333%;
+ }
+
+ .pull-lg-18 {
+ right: 75%;
+ }
+
+ .pull-lg-19 {
+ right: 79.1666666667%;
+ }
+
+ .pull-lg-20 {
+ right: 83.3333333333%;
+ }
+
+ .pull-lg-21 {
+ right: 87.5%;
+ }
+
+ .pull-lg-22 {
+ right: 91.6666666667%;
+ }
+
+ .pull-lg-23 {
+ right: 95.8333333333%;
+ }
+
+ .pull-lg-24 {
+ right: 100%;
+ }
+
+ .push-lg-0 {
+ left: auto;
+ }
+
+ .push-lg-1 {
+ left: 4.1666666667%;
+ }
+
+ .push-lg-2 {
+ left: 8.3333333333%;
+ }
+
+ .push-lg-3 {
+ left: 12.5%;
+ }
+
+ .push-lg-4 {
+ left: 16.6666666667%;
+ }
+
+ .push-lg-5 {
+ left: 20.8333333333%;
+ }
+
+ .push-lg-6 {
+ left: 25%;
+ }
+
+ .push-lg-7 {
+ left: 29.1666666667%;
+ }
+
+ .push-lg-8 {
+ left: 33.3333333333%;
+ }
+
+ .push-lg-9 {
+ left: 37.5%;
+ }
+
+ .push-lg-10 {
+ left: 41.6666666667%;
+ }
+
+ .push-lg-11 {
+ left: 45.8333333333%;
+ }
+
+ .push-lg-12 {
+ left: 50%;
+ }
+
+ .push-lg-13 {
+ left: 54.1666666667%;
+ }
+
+ .push-lg-14 {
+ left: 58.3333333333%;
+ }
+
+ .push-lg-15 {
+ left: 62.5%;
+ }
+
+ .push-lg-16 {
+ left: 66.6666666667%;
+ }
+
+ .push-lg-17 {
+ left: 70.8333333333%;
+ }
+
+ .push-lg-18 {
+ left: 75%;
+ }
+
+ .push-lg-19 {
+ left: 79.1666666667%;
+ }
+
+ .push-lg-20 {
+ left: 83.3333333333%;
+ }
+
+ .push-lg-21 {
+ left: 87.5%;
+ }
+
+ .push-lg-22 {
+ left: 91.6666666667%;
+ }
+
+ .push-lg-23 {
+ left: 95.8333333333%;
+ }
+
+ .push-lg-24 {
+ left: 100%;
+ }
+
+ .offset-lg-0 {
+ margin-left: 0%;
+ }
+
+ .offset-lg-1 {
+ margin-left: 4.1666666667%;
+ }
+
+ .offset-lg-2 {
+ margin-left: 8.3333333333%;
+ }
+
+ .offset-lg-3 {
+ margin-left: 12.5%;
+ }
+
+ .offset-lg-4 {
+ margin-left: 16.6666666667%;
+ }
+
+ .offset-lg-5 {
+ margin-left: 20.8333333333%;
+ }
+
+ .offset-lg-6 {
+ margin-left: 25%;
+ }
+
+ .offset-lg-7 {
+ margin-left: 29.1666666667%;
+ }
+
+ .offset-lg-8 {
+ margin-left: 33.3333333333%;
+ }
+
+ .offset-lg-9 {
+ margin-left: 37.5%;
+ }
+
+ .offset-lg-10 {
+ margin-left: 41.6666666667%;
+ }
+
+ .offset-lg-11 {
+ margin-left: 45.8333333333%;
+ }
+
+ .offset-lg-12 {
+ margin-left: 50%;
+ }
+
+ .offset-lg-13 {
+ margin-left: 54.1666666667%;
+ }
+
+ .offset-lg-14 {
+ margin-left: 58.3333333333%;
+ }
+
+ .offset-lg-15 {
+ margin-left: 62.5%;
+ }
+
+ .offset-lg-16 {
+ margin-left: 66.6666666667%;
+ }
+
+ .offset-lg-17 {
+ margin-left: 70.8333333333%;
+ }
+
+ .offset-lg-18 {
+ margin-left: 75%;
+ }
+
+ .offset-lg-19 {
+ margin-left: 79.1666666667%;
+ }
+
+ .offset-lg-20 {
+ margin-left: 83.3333333333%;
+ }
+
+ .offset-lg-21 {
+ margin-left: 87.5%;
+ }
+
+ .offset-lg-22 {
+ margin-left: 91.6666666667%;
+ }
+
+ .offset-lg-23 {
+ margin-left: 95.8333333333%;
+ }
+}
+@media (min-width: 1200px) {
+ .col-xl {
+ flex-basis: 0;
+ flex-grow: 1;
+ max-width: 100%;
+ }
+
+ .col-xl-1 {
+ flex: 0 0 4.1666666667%;
+ max-width: 4.1666666667%;
+ }
+
+ .col-xl-2 {
+ flex: 0 0 8.3333333333%;
+ max-width: 8.3333333333%;
+ }
+
+ .col-xl-3 {
+ flex: 0 0 12.5%;
+ max-width: 12.5%;
+ }
+
+ .col-xl-4 {
+ flex: 0 0 16.6666666667%;
+ max-width: 16.6666666667%;
+ }
+
+ .col-xl-5 {
+ flex: 0 0 20.8333333333%;
+ max-width: 20.8333333333%;
+ }
+
+ .col-xl-6 {
+ flex: 0 0 25%;
+ max-width: 25%;
+ }
+
+ .col-xl-7 {
+ flex: 0 0 29.1666666667%;
+ max-width: 29.1666666667%;
+ }
+
+ .col-xl-8 {
+ flex: 0 0 33.3333333333%;
+ max-width: 33.3333333333%;
+ }
+
+ .col-xl-9 {
+ flex: 0 0 37.5%;
+ max-width: 37.5%;
+ }
+
+ .col-xl-10 {
+ flex: 0 0 41.6666666667%;
+ max-width: 41.6666666667%;
+ }
+
+ .col-xl-11 {
+ flex: 0 0 45.8333333333%;
+ max-width: 45.8333333333%;
+ }
+
+ .col-xl-12 {
+ flex: 0 0 50%;
+ max-width: 50%;
+ }
+
+ .col-xl-13 {
+ flex: 0 0 54.1666666667%;
+ max-width: 54.1666666667%;
+ }
+
+ .col-xl-14 {
+ flex: 0 0 58.3333333333%;
+ max-width: 58.3333333333%;
+ }
+
+ .col-xl-15 {
+ flex: 0 0 62.5%;
+ max-width: 62.5%;
+ }
+
+ .col-xl-16 {
+ flex: 0 0 66.6666666667%;
+ max-width: 66.6666666667%;
+ }
+
+ .col-xl-17 {
+ flex: 0 0 70.8333333333%;
+ max-width: 70.8333333333%;
+ }
+
+ .col-xl-18 {
+ flex: 0 0 75%;
+ max-width: 75%;
+ }
+
+ .col-xl-19 {
+ flex: 0 0 79.1666666667%;
+ max-width: 79.1666666667%;
+ }
+
+ .col-xl-20 {
+ flex: 0 0 83.3333333333%;
+ max-width: 83.3333333333%;
+ }
+
+ .col-xl-21 {
+ flex: 0 0 87.5%;
+ max-width: 87.5%;
+ }
+
+ .col-xl-22 {
+ flex: 0 0 91.6666666667%;
+ max-width: 91.6666666667%;
+ }
+
+ .col-xl-23 {
+ flex: 0 0 95.8333333333%;
+ max-width: 95.8333333333%;
+ }
+
+ .col-xl-24 {
+ flex: 0 0 100%;
+ max-width: 100%;
+ }
+
+ .pull-xl-0 {
+ right: auto;
+ }
+
+ .pull-xl-1 {
+ right: 4.1666666667%;
+ }
+
+ .pull-xl-2 {
+ right: 8.3333333333%;
+ }
+
+ .pull-xl-3 {
+ right: 12.5%;
+ }
+
+ .pull-xl-4 {
+ right: 16.6666666667%;
+ }
+
+ .pull-xl-5 {
+ right: 20.8333333333%;
+ }
+
+ .pull-xl-6 {
+ right: 25%;
+ }
+
+ .pull-xl-7 {
+ right: 29.1666666667%;
+ }
+
+ .pull-xl-8 {
+ right: 33.3333333333%;
+ }
+
+ .pull-xl-9 {
+ right: 37.5%;
+ }
+
+ .pull-xl-10 {
+ right: 41.6666666667%;
+ }
+
+ .pull-xl-11 {
+ right: 45.8333333333%;
+ }
+
+ .pull-xl-12 {
+ right: 50%;
+ }
+
+ .pull-xl-13 {
+ right: 54.1666666667%;
+ }
+
+ .pull-xl-14 {
+ right: 58.3333333333%;
+ }
+
+ .pull-xl-15 {
+ right: 62.5%;
+ }
+
+ .pull-xl-16 {
+ right: 66.6666666667%;
+ }
+
+ .pull-xl-17 {
+ right: 70.8333333333%;
+ }
+
+ .pull-xl-18 {
+ right: 75%;
+ }
+
+ .pull-xl-19 {
+ right: 79.1666666667%;
+ }
+
+ .pull-xl-20 {
+ right: 83.3333333333%;
+ }
+
+ .pull-xl-21 {
+ right: 87.5%;
+ }
+
+ .pull-xl-22 {
+ right: 91.6666666667%;
+ }
+
+ .pull-xl-23 {
+ right: 95.8333333333%;
+ }
+
+ .pull-xl-24 {
+ right: 100%;
+ }
+
+ .push-xl-0 {
+ left: auto;
+ }
+
+ .push-xl-1 {
+ left: 4.1666666667%;
+ }
+
+ .push-xl-2 {
+ left: 8.3333333333%;
+ }
+
+ .push-xl-3 {
+ left: 12.5%;
+ }
+
+ .push-xl-4 {
+ left: 16.6666666667%;
+ }
+
+ .push-xl-5 {
+ left: 20.8333333333%;
+ }
+
+ .push-xl-6 {
+ left: 25%;
+ }
+
+ .push-xl-7 {
+ left: 29.1666666667%;
+ }
+
+ .push-xl-8 {
+ left: 33.3333333333%;
+ }
+
+ .push-xl-9 {
+ left: 37.5%;
+ }
+
+ .push-xl-10 {
+ left: 41.6666666667%;
+ }
+
+ .push-xl-11 {
+ left: 45.8333333333%;
+ }
+
+ .push-xl-12 {
+ left: 50%;
+ }
+
+ .push-xl-13 {
+ left: 54.1666666667%;
+ }
+
+ .push-xl-14 {
+ left: 58.3333333333%;
+ }
+
+ .push-xl-15 {
+ left: 62.5%;
+ }
+
+ .push-xl-16 {
+ left: 66.6666666667%;
+ }
+
+ .push-xl-17 {
+ left: 70.8333333333%;
+ }
+
+ .push-xl-18 {
+ left: 75%;
+ }
+
+ .push-xl-19 {
+ left: 79.1666666667%;
+ }
+
+ .push-xl-20 {
+ left: 83.3333333333%;
+ }
+
+ .push-xl-21 {
+ left: 87.5%;
+ }
+
+ .push-xl-22 {
+ left: 91.6666666667%;
+ }
+
+ .push-xl-23 {
+ left: 95.8333333333%;
+ }
+
+ .push-xl-24 {
+ left: 100%;
+ }
+
+ .offset-xl-0 {
+ margin-left: 0%;
+ }
+
+ .offset-xl-1 {
+ margin-left: 4.1666666667%;
+ }
+
+ .offset-xl-2 {
+ margin-left: 8.3333333333%;
+ }
+
+ .offset-xl-3 {
+ margin-left: 12.5%;
+ }
+
+ .offset-xl-4 {
+ margin-left: 16.6666666667%;
+ }
+
+ .offset-xl-5 {
+ margin-left: 20.8333333333%;
+ }
+
+ .offset-xl-6 {
+ margin-left: 25%;
+ }
+
+ .offset-xl-7 {
+ margin-left: 29.1666666667%;
+ }
+
+ .offset-xl-8 {
+ margin-left: 33.3333333333%;
+ }
+
+ .offset-xl-9 {
+ margin-left: 37.5%;
+ }
+
+ .offset-xl-10 {
+ margin-left: 41.6666666667%;
+ }
+
+ .offset-xl-11 {
+ margin-left: 45.8333333333%;
+ }
+
+ .offset-xl-12 {
+ margin-left: 50%;
+ }
+
+ .offset-xl-13 {
+ margin-left: 54.1666666667%;
+ }
+
+ .offset-xl-14 {
+ margin-left: 58.3333333333%;
+ }
+
+ .offset-xl-15 {
+ margin-left: 62.5%;
+ }
+
+ .offset-xl-16 {
+ margin-left: 66.6666666667%;
+ }
+
+ .offset-xl-17 {
+ margin-left: 70.8333333333%;
+ }
+
+ .offset-xl-18 {
+ margin-left: 75%;
+ }
+
+ .offset-xl-19 {
+ margin-left: 79.1666666667%;
+ }
+
+ .offset-xl-20 {
+ margin-left: 83.3333333333%;
+ }
+
+ .offset-xl-21 {
+ margin-left: 87.5%;
+ }
+
+ .offset-xl-22 {
+ margin-left: 91.6666666667%;
+ }
+
+ .offset-xl-23 {
+ margin-left: 95.8333333333%;
+ }
+}
+.table {
+ width: 100%;
+ max-width: 100%;
+ margin-bottom: 1rem;
+}
+.table th,
+.table td {
+ padding: 0.75rem;
+ vertical-align: top;
+ border-top: 1px solid #eceeef;
+}
+.table thead th {
+ vertical-align: bottom;
+ border-bottom: 2px solid #eceeef;
+}
+.table tbody + tbody {
+ border-top: 2px solid #eceeef;
+}
+.table .table {
+ background-color: #fff;
+}
+
+.table-sm th,
+.table-sm td {
+ padding: 0.3rem;
+}
+
+.table-bordered {
+ border: 1px solid #eceeef;
+}
+.table-bordered th,
+.table-bordered td {
+ border: 1px solid #eceeef;
+}
+.table-bordered thead th,
+.table-bordered thead td {
+ border-bottom-width: 2px;
+}
+
+.table-striped tbody tr:nth-of-type(odd) {
+ background-color: rgba(0, 0, 0, 0.05);
+}
+
+.table-hover tbody tr:hover {
+ background-color: rgba(0, 0, 0, 0.075);
+}
+
+.table-active {
+ box-sizing: border-box;
+ border-left: 3px solid;
+ border-color: rgba(0, 0, 0, 0.075);
+}
+
+.table-success {
+ box-sizing: border-box;
+ border-left: 3px solid;
+ border-color: #47d165;
+}
+
+.table-info {
+ box-sizing: border-box;
+ border-left: 3px solid;
+ border-color: #11bef6;
+}
+
+.table-warning {
+ box-sizing: border-box;
+ border-left: 3px solid;
+ border-color: #ff754b;
+}
+
+.table-danger {
+ box-sizing: border-box;
+ border-left: 3px solid;
+ border-color: #ff3160;
+}
+
+.thead-inverse th {
+ color: #fff;
+ background-color: #373a3c;
+}
+
+.thead-default th {
+ color: #55595c;
+ background-color: #eceeef;
+}
+
+.table-inverse {
+ color: #eceeef;
+ background-color: #373a3c;
+}
+.table-inverse th,
+.table-inverse td,
+.table-inverse thead th {
+ border-color: #55595c;
+}
+.table-inverse.table-bordered {
+ border: 0;
+}
+
+.table-responsive {
+ display: block;
+ width: 100%;
+ min-height: 0%;
+ overflow-x: auto;
+}
+
+.table-reflow thead {
+ float: left;
+}
+.table-reflow tbody {
+ display: block;
+ white-space: nowrap;
+}
+.table-reflow th,
+.table-reflow td {
+ border-top: 1px solid #eceeef;
+ border-left: 1px solid #eceeef;
+}
+.table-reflow th:last-child,
+.table-reflow td:last-child {
+ border-right: 1px solid #eceeef;
+}
+.table-reflow thead:last-child tr:last-child th,
+.table-reflow thead:last-child tr:last-child td,
+.table-reflow tbody:last-child tr:last-child th,
+.table-reflow tbody:last-child tr:last-child td,
+.table-reflow tfoot:last-child tr:last-child th,
+.table-reflow tfoot:last-child tr:last-child td {
+ border-bottom: 1px solid #eceeef;
+}
+.table-reflow tr {
+ float: left;
+}
+.table-reflow tr th,
+.table-reflow tr td {
+ display: block !important;
+ border: 1px solid #eceeef;
+}
+
+.form-control {
+ display: block;
+ width: 100%;
+ padding: 0.5rem 0.75rem;
+ font-size: 1rem;
+ line-height: 1.25;
+ color: #55595c;
+ background-color: #fff;
+ background-image: none;
+ background-clip: padding-box;
+ border: 1px solid rgba(0, 0, 0, 0.15);
+ border-radius: 0.1rem;
+}
+.form-control::-ms-expand {
+ background-color: transparent;
+ border: 0;
+}
+.form-control:focus {
+ color: #55595c;
+ background-color: #fff;
+ border-color: #11bef6;
+ outline: none;
+}
+.form-control::-webkit-input-placeholder {
+ color: #999;
+ opacity: 1;
+}
+.form-control:-ms-input-placeholder {
+ color: #999;
+ opacity: 1;
+}
+.form-control::-ms-input-placeholder {
+ color: #999;
+ opacity: 1;
+}
+.form-control::placeholder {
+ color: #999;
+ opacity: 1;
+}
+.form-control:disabled, .form-control[readonly] {
+ background-color: #eceeef;
+ opacity: 1;
+}
+.form-control:disabled {
+ cursor: not-allowed;
+}
+
+select.form-control:not([size]):not([multiple]) {
+ height: calc(2.5rem - 2px);
+}
+select.form-control:focus::-ms-value {
+ color: #55595c;
+ background-color: #fff;
+}
+
+.form-control-file,
+.form-control-range {
+ display: block;
+}
+
+.col-form-label {
+ padding-top: 0.5rem;
+ padding-bottom: 0.5rem;
+ margin-bottom: 0;
+}
+
+.col-form-label-lg {
+ padding-top: 0.75rem;
+ padding-bottom: 0.75rem;
+ font-size: 1.25rem;
+}
+
+.col-form-label-sm {
+ padding-top: 0.25rem;
+ padding-bottom: 0.25rem;
+ font-size: 0.875rem;
+}
+
+.col-form-legend {
+ padding-top: 0.5rem;
+ padding-bottom: 0.5rem;
+ margin-bottom: 0;
+ font-size: 1rem;
+}
+
+.form-control-static {
+ padding-top: 0.5rem;
+ padding-bottom: 0.5rem;
+ line-height: 1.25;
+ border: solid transparent;
+ border-width: 1px 0;
+}
+.form-control-static.form-control-sm, .input-group-sm > .form-control-static.form-control,
+.input-group-sm > .form-control-static.input-group-addon,
+.input-group-sm > .input-group-btn > .form-control-static.btn, .form-control-static.form-control-lg, .input-group-lg > .form-control-static.form-control,
+.input-group-lg > .form-control-static.input-group-addon,
+.input-group-lg > .input-group-btn > .form-control-static.btn {
+ padding-right: 0;
+ padding-left: 0;
+}
+
+.form-control-sm, .input-group-sm > .form-control,
+.input-group-sm > .input-group-addon,
+.input-group-sm > .input-group-btn > .btn {
+ padding: 0.25rem 0.5rem;
+ font-size: 0.875rem;
+ border-radius: 0.1rem;
+}
+
+select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
+.input-group-sm > select.input-group-addon:not([size]):not([multiple]),
+.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]) {
+ height: 1.8125rem;
+}
+
+.form-control-lg, .input-group-lg > .form-control,
+.input-group-lg > .input-group-addon,
+.input-group-lg > .input-group-btn > .btn {
+ padding: 0.75rem 1.5rem;
+ font-size: 1.25rem;
+ border-radius: 0.25rem;
+}
+
+select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
+.input-group-lg > select.input-group-addon:not([size]):not([multiple]),
+.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]) {
+ height: 3.1666666667rem;
+}
+
+.form-group {
+ margin-bottom: 1rem;
+}
+
+.form-text {
+ display: block;
+ margin-top: 0.25rem;
+}
+
+.form-check {
+ position: relative;
+ display: block;
+ margin-bottom: 0.75rem;
+}
+.form-check + .form-check {
+ margin-top: -0.25rem;
+}
+.form-check.disabled .form-check-label {
+ color: #888888;
+ cursor: not-allowed;
+}
+
+.form-check-label {
+ padding-left: 1.25rem;
+ margin-bottom: 0;
+ cursor: pointer;
+}
+
+.form-check-input {
+ position: absolute;
+ margin-top: 0.25rem;
+ margin-left: -1.25rem;
+}
+.form-check-input:only-child {
+ position: static;
+}
+
+.form-check-inline {
+ position: relative;
+ display: inline-block;
+ padding-left: 1.25rem;
+ margin-bottom: 0;
+ vertical-align: middle;
+ cursor: pointer;
+}
+.form-check-inline + .form-check-inline {
+ margin-left: 0.75rem;
+}
+.form-check-inline.disabled {
+ color: #888888;
+ cursor: not-allowed;
+}
+
+.form-control-feedback {
+ margin-top: 0.25rem;
+}
+
+.form-control-success,
+.form-control-warning,
+.form-control-danger {
+ padding-right: 2.25rem;
+ background-repeat: no-repeat;
+ background-position: center right 0.625rem;
+ background-size: 1.25rem 1.25rem;
+}
+
+.has-success .form-control-feedback,
+.has-success .form-control-label,
+.has-success .form-check-label,
+.has-success .form-check-inline,
+.has-success .custom-control {
+ color: #47d165;
+}
+.has-success .form-control {
+ border-color: #47d165;
+}
+.has-success .input-group-addon {
+ color: #47d165;
+ border-color: #47d165;
+ background-color: #eafaee;
+}
+.has-success .form-control-success {
+ background-image: url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='#47d165' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E\");
+}
+
+.has-warning .form-control-feedback,
+.has-warning .form-control-label,
+.has-warning .form-check-label,
+.has-warning .form-check-inline,
+.has-warning .custom-control {
+ color: #ff754b;
+}
+.has-warning .form-control {
+ border-color: #ff754b;
+}
+.has-warning .input-group-addon {
+ color: #ff754b;
+ border-color: #ff754b;
+ background-color: white;
+}
+.has-warning .form-control-warning {
+ background-image: url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='#ff754b' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E\");
+}
+
+.has-danger .form-control-feedback,
+.has-danger .form-control-label,
+.has-danger .form-check-label,
+.has-danger .form-check-inline,
+.has-danger .custom-control {
+ color: #ff3160;
+}
+.has-danger .form-control {
+ border-color: #ff3160;
+}
+.has-danger .input-group-addon {
+ color: #ff3160;
+ border-color: #ff3160;
+ background-color: #fffdfd;
+}
+.has-danger .form-control-danger {
+ background-image: url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='#ff3160' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E\");
+}
+
+@media (min-width: 576px) {
+ .form-inline .form-group {
+ display: inline-block;
+ margin-bottom: 0;
+ vertical-align: middle;
+ }
+ .form-inline .form-control {
+ display: inline-block;
+ width: auto;
+ vertical-align: middle;
+ }
+ .form-inline .form-control-static {
+ display: inline-block;
+ }
+ .form-inline .input-group {
+ display: inline-table;
+ width: auto;
+ vertical-align: middle;
+ }
+ .form-inline .input-group .input-group-addon,
+.form-inline .input-group .input-group-btn,
+.form-inline .input-group .form-control {
+ width: auto;
+ }
+ .form-inline .input-group > .form-control {
+ width: 100%;
+ }
+ .form-inline .form-control-label {
+ margin-bottom: 0;
+ vertical-align: middle;
+ }
+ .form-inline .form-check {
+ display: inline-block;
+ margin-top: 0;
+ margin-bottom: 0;
+ vertical-align: middle;
+ }
+ .form-inline .form-check-label {
+ padding-left: 0;
+ }
+ .form-inline .form-check-input {
+ position: relative;
+ margin-left: 0;
+ }
+ .form-inline .has-feedback .form-control-feedback {
+ top: 0;
+ }
+}
+
+.btn {
+ display: inline-block;
+ font-weight: normal;
+ line-height: 1.25;
+ text-align: center;
+ white-space: nowrap;
+ vertical-align: middle;
+ cursor: pointer;
+ -webkit-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ user-select: none;
+ border: 1px solid transparent;
+ padding: 0.5rem 1rem;
+ font-size: 1rem;
+ border-radius: 0.1rem;
+}
+.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
+ outline: 5px auto -webkit-focus-ring-color;
+ outline-offset: -2px;
+}
+.btn:focus, .btn:hover {
+ text-decoration: none;
+}
+.btn.focus {
+ text-decoration: none;
+}
+.btn:active, .btn.active {
+ background-image: none;
+ outline: 0;
+}
+.btn.disabled, .btn:disabled {
+ cursor: not-allowed;
+ opacity: 0.65;
+}
+
+a.btn.disabled,
+fieldset[disabled] a.btn {
+ pointer-events: none;
+}
+
+.btn-primary {
+ color: #fff !important;
+ background-color: #b21cc3;
+ border-color: #b21cc3;
+}
+.btn-primary:hover {
+ color: #fff !important;
+ background-color: #891696;
+ border-color: #81148d;
+}
+.btn-primary:focus, .btn-primary.focus {
+ color: #fff !important;
+ background-color: #891696;
+ border-color: #81148d;
+}
+.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
+ color: #fff !important;
+ background-color: #891696;
+ border-color: #81148d;
+ background-image: none;
+}
+.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
+ color: #fff !important;
+ background-color: #6d1177;
+ border-color: #4c0c54;
+}
+.btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary:disabled:focus, .btn-primary:disabled.focus {
+ background-color: #b21cc3;
+ border-color: #b21cc3;
+}
+.btn-primary.disabled:hover, .btn-primary:disabled:hover {
+ background-color: #b21cc3;
+ border-color: #b21cc3;
+}
+
+.btn-secondary {
+ color: #373a3c !important;
+ background-color: #fff;
+ border-color: #ccc;
+}
+.btn-secondary:hover {
+ color: #373a3c !important;
+ background-color: #e6e6e6;
+ border-color: #adadad;
+}
+.btn-secondary:focus, .btn-secondary.focus {
+ color: #373a3c !important;
+ background-color: #e6e6e6;
+ border-color: #adadad;
+}
+.btn-secondary:active, .btn-secondary.active, .open > .btn-secondary.dropdown-toggle {
+ color: #373a3c !important;
+ background-color: #e6e6e6;
+ border-color: #adadad;
+ background-image: none;
+}
+.btn-secondary:active:hover, .btn-secondary:active:focus, .btn-secondary:active.focus, .btn-secondary.active:hover, .btn-secondary.active:focus, .btn-secondary.active.focus, .open > .btn-secondary.dropdown-toggle:hover, .open > .btn-secondary.dropdown-toggle:focus, .open > .btn-secondary.dropdown-toggle.focus {
+ color: #373a3c !important;
+ background-color: #d4d4d4;
+ border-color: #8c8c8c;
+}
+.btn-secondary.disabled:focus, .btn-secondary.disabled.focus, .btn-secondary:disabled:focus, .btn-secondary:disabled.focus {
+ background-color: #fff;
+ border-color: #ccc;
+}
+.btn-secondary.disabled:hover, .btn-secondary:disabled:hover {
+ background-color: #fff;
+ border-color: #ccc;
+}
+
+.btn-info {
+ color: #fff !important;
+ background-color: #11bef6;
+ border-color: #11bef6;
+}
+.btn-info:hover {
+ color: #fff !important;
+ background-color: #089ccc;
+ border-color: #0795c2;
+}
+.btn-info:focus, .btn-info.focus {
+ color: #fff !important;
+ background-color: #089ccc;
+ border-color: #0795c2;
+}
+.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
+ color: #fff !important;
+ background-color: #089ccc;
+ border-color: #0795c2;
+ background-image: none;
+}
+.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
+ color: #fff !important;
+ background-color: #0682aa;
+ border-color: #056483;
+}
+.btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info:disabled:focus, .btn-info:disabled.focus {
+ background-color: #11bef6;
+ border-color: #11bef6;
+}
+.btn-info.disabled:hover, .btn-info:disabled:hover {
+ background-color: #11bef6;
+ border-color: #11bef6;
+}
+
+.btn-success {
+ color: #fff !important;
+ background-color: #47d165;
+ border-color: #47d165;
+}
+.btn-success:hover {
+ color: #fff !important;
+ background-color: #2eb74c;
+ border-color: #2caf48;
+}
+.btn-success:focus, .btn-success.focus {
+ color: #fff !important;
+ background-color: #2eb74c;
+ border-color: #2caf48;
+}
+.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
+ color: #fff !important;
+ background-color: #2eb74c;
+ border-color: #2caf48;
+ background-image: none;
+}
+.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
+ color: #fff !important;
+ background-color: #279b40;
+ border-color: #1f7a32;
+}
+.btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success:disabled:focus, .btn-success:disabled.focus {
+ background-color: #47d165;
+ border-color: #47d165;
+}
+.btn-success.disabled:hover, .btn-success:disabled:hover {
+ background-color: #47d165;
+ border-color: #47d165;
+}
+
+.btn-warning {
+ color: #fff !important;
+ background-color: #ff754b;
+ border-color: #ff754b;
+}
+.btn-warning:hover {
+ color: #fff !important;
+ background-color: #ff4e18;
+ border-color: #ff460e;
+}
+.btn-warning:focus, .btn-warning.focus {
+ color: #fff !important;
+ background-color: #ff4e18;
+ border-color: #ff460e;
+}
+.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
+ color: #fff !important;
+ background-color: #ff4e18;
+ border-color: #ff460e;
+ background-image: none;
+}
+.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
+ color: #fff !important;
+ background-color: #f33900;
+ border-color: #cb2f00;
+}
+.btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning:disabled:focus, .btn-warning:disabled.focus {
+ background-color: #ff754b;
+ border-color: #ff754b;
+}
+.btn-warning.disabled:hover, .btn-warning:disabled:hover {
+ background-color: #ff754b;
+ border-color: #ff754b;
+}
+
+.btn-danger {
+ color: #fff !important;
+ background-color: #ff3160;
+ border-color: #ff3160;
+}
+.btn-danger:hover {
+ color: #fff !important;
+ background-color: #fd003a;
+ border-color: #f30037;
+}
+.btn-danger:focus, .btn-danger.focus {
+ color: #fff !important;
+ background-color: #fd003a;
+ border-color: #f30037;
+}
+.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
+ color: #fff !important;
+ background-color: #fd003a;
+ border-color: #f30037;
+ background-image: none;
+}
+.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
+ color: #fff !important;
+ background-color: #d90032;
+ border-color: #b10028;
+}
+.btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger:disabled:focus, .btn-danger:disabled.focus {
+ background-color: #ff3160;
+ border-color: #ff3160;
+}
+.btn-danger.disabled:hover, .btn-danger:disabled:hover {
+ background-color: #ff3160;
+ border-color: #ff3160;
+}
+
+.btn-outline-primary {
+ color: #b21cc3;
+ background-image: none;
+ background-color: transparent;
+ border-color: #b21cc3;
+}
+.btn-outline-primary:hover {
+ color: #fff;
+ background-color: #b21cc3;
+ border-color: #b21cc3;
+}
+.btn-outline-primary:focus, .btn-outline-primary.focus {
+ color: #fff;
+ background-color: #b21cc3;
+ border-color: #b21cc3;
+}
+.btn-outline-primary:active, .btn-outline-primary.active, .open > .btn-outline-primary.dropdown-toggle {
+ color: #fff;
+ background-color: #b21cc3;
+ border-color: #b21cc3;
+}
+.btn-outline-primary:active:hover, .btn-outline-primary:active:focus, .btn-outline-primary:active.focus, .btn-outline-primary.active:hover, .btn-outline-primary.active:focus, .btn-outline-primary.active.focus, .open > .btn-outline-primary.dropdown-toggle:hover, .open > .btn-outline-primary.dropdown-toggle:focus, .open > .btn-outline-primary.dropdown-toggle.focus {
+ color: #fff;
+ background-color: #6d1177;
+ border-color: #4c0c54;
+}
+.btn-outline-primary.disabled:focus, .btn-outline-primary.disabled.focus, .btn-outline-primary:disabled:focus, .btn-outline-primary:disabled.focus {
+ border-color: #da5de8;
+}
+.btn-outline-primary.disabled:hover, .btn-outline-primary:disabled:hover {
+ border-color: #da5de8;
+}
+
+.btn-outline-secondary {
+ color: #ccc;
+ background-image: none;
+ background-color: transparent;
+ border-color: #ccc;
+}
+.btn-outline-secondary:hover {
+ color: #fff;
+ background-color: #ccc;
+ border-color: #ccc;
+}
+.btn-outline-secondary:focus, .btn-outline-secondary.focus {
+ color: #fff;
+ background-color: #ccc;
+ border-color: #ccc;
+}
+.btn-outline-secondary:active, .btn-outline-secondary.active, .open > .btn-outline-secondary.dropdown-toggle {
+ color: #fff;
+ background-color: #ccc;
+ border-color: #ccc;
+}
+.btn-outline-secondary:active:hover, .btn-outline-secondary:active:focus, .btn-outline-secondary:active.focus, .btn-outline-secondary.active:hover, .btn-outline-secondary.active:focus, .btn-outline-secondary.active.focus, .open > .btn-outline-secondary.dropdown-toggle:hover, .open > .btn-outline-secondary.dropdown-toggle:focus, .open > .btn-outline-secondary.dropdown-toggle.focus {
+ color: #fff;
+ background-color: #a1a1a1;
+ border-color: #8c8c8c;
+}
+.btn-outline-secondary.disabled:focus, .btn-outline-secondary.disabled.focus, .btn-outline-secondary:disabled:focus, .btn-outline-secondary:disabled.focus {
+ border-color: white;
+}
+.btn-outline-secondary.disabled:hover, .btn-outline-secondary:disabled:hover {
+ border-color: white;
+}
+
+.btn-outline-info {
+ color: #11bef6;
+ background-image: none;
+ background-color: transparent;
+ border-color: #11bef6;
+}
+.btn-outline-info:hover {
+ color: #fff;
+ background-color: #11bef6;
+ border-color: #11bef6;
+}
+.btn-outline-info:focus, .btn-outline-info.focus {
+ color: #fff;
+ background-color: #11bef6;
+ border-color: #11bef6;
+}
+.btn-outline-info:active, .btn-outline-info.active, .open > .btn-outline-info.dropdown-toggle {
+ color: #fff;
+ background-color: #11bef6;
+ border-color: #11bef6;
+}
+.btn-outline-info:active:hover, .btn-outline-info:active:focus, .btn-outline-info:active.focus, .btn-outline-info.active:hover, .btn-outline-info.active:focus, .btn-outline-info.active.focus, .open > .btn-outline-info.dropdown-toggle:hover, .open > .btn-outline-info.dropdown-toggle:focus, .open > .btn-outline-info.dropdown-toggle.focus {
+ color: #fff;
+ background-color: #0682aa;
+ border-color: #056483;
+}
+.btn-outline-info.disabled:focus, .btn-outline-info.disabled.focus, .btn-outline-info:disabled:focus, .btn-outline-info:disabled.focus {
+ border-color: #73d9fa;
+}
+.btn-outline-info.disabled:hover, .btn-outline-info:disabled:hover {
+ border-color: #73d9fa;
+}
+
+.btn-outline-success {
+ color: #47d165;
+ background-image: none;
+ background-color: transparent;
+ border-color: #47d165;
+}
+.btn-outline-success:hover {
+ color: #fff;
+ background-color: #47d165;
+ border-color: #47d165;
+}
+.btn-outline-success:focus, .btn-outline-success.focus {
+ color: #fff;
+ background-color: #47d165;
+ border-color: #47d165;
+}
+.btn-outline-success:active, .btn-outline-success.active, .open > .btn-outline-success.dropdown-toggle {
+ color: #fff;
+ background-color: #47d165;
+ border-color: #47d165;
+}
+.btn-outline-success:active:hover, .btn-outline-success:active:focus, .btn-outline-success:active.focus, .btn-outline-success.active:hover, .btn-outline-success.active:focus, .btn-outline-success.active.focus, .open > .btn-outline-success.dropdown-toggle:hover, .open > .btn-outline-success.dropdown-toggle:focus, .open > .btn-outline-success.dropdown-toggle.focus {
+ color: #fff;
+ background-color: #279b40;
+ border-color: #1f7a32;
+}
+.btn-outline-success.disabled:focus, .btn-outline-success.disabled.focus, .btn-outline-success:disabled:focus, .btn-outline-success:disabled.focus {
+ border-color: #99e5a9;
+}
+.btn-outline-success.disabled:hover, .btn-outline-success:disabled:hover {
+ border-color: #99e5a9;
+}
+
+.btn-outline-warning {
+ color: #ff754b;
+ background-image: none;
+ background-color: transparent;
+ border-color: #ff754b;
+}
+.btn-outline-warning:hover {
+ color: #fff;
+ background-color: #ff754b;
+ border-color: #ff754b;
+}
+.btn-outline-warning:focus, .btn-outline-warning.focus {
+ color: #fff;
+ background-color: #ff754b;
+ border-color: #ff754b;
+}
+.btn-outline-warning:active, .btn-outline-warning.active, .open > .btn-outline-warning.dropdown-toggle {
+ color: #fff;
+ background-color: #ff754b;
+ border-color: #ff754b;
+}
+.btn-outline-warning:active:hover, .btn-outline-warning:active:focus, .btn-outline-warning:active.focus, .btn-outline-warning.active:hover, .btn-outline-warning.active:focus, .btn-outline-warning.active.focus, .open > .btn-outline-warning.dropdown-toggle:hover, .open > .btn-outline-warning.dropdown-toggle:focus, .open > .btn-outline-warning.dropdown-toggle.focus {
+ color: #fff;
+ background-color: #f33900;
+ border-color: #cb2f00;
+}
+.btn-outline-warning.disabled:focus, .btn-outline-warning.disabled.focus, .btn-outline-warning:disabled:focus, .btn-outline-warning:disabled.focus {
+ border-color: #ffc3b1;
+}
+.btn-outline-warning.disabled:hover, .btn-outline-warning:disabled:hover {
+ border-color: #ffc3b1;
+}
+
+.btn-outline-danger {
+ color: #ff3160;
+ background-image: none;
+ background-color: transparent;
+ border-color: #ff3160;
+}
+.btn-outline-danger:hover {
+ color: #fff;
+ background-color: #ff3160;
+ border-color: #ff3160;
+}
+.btn-outline-danger:focus, .btn-outline-danger.focus {
+ color: #fff;
+ background-color: #ff3160;
+ border-color: #ff3160;
+}
+.btn-outline-danger:active, .btn-outline-danger.active, .open > .btn-outline-danger.dropdown-toggle {
+ color: #fff;
+ background-color: #ff3160;
+ border-color: #ff3160;
+}
+.btn-outline-danger:active:hover, .btn-outline-danger:active:focus, .btn-outline-danger:active.focus, .btn-outline-danger.active:hover, .btn-outline-danger.active:focus, .btn-outline-danger.active.focus, .open > .btn-outline-danger.dropdown-toggle:hover, .open > .btn-outline-danger.dropdown-toggle:focus, .open > .btn-outline-danger.dropdown-toggle.focus {
+ color: #fff;
+ background-color: #d90032;
+ border-color: #b10028;
+}
+.btn-outline-danger.disabled:focus, .btn-outline-danger.disabled.focus, .btn-outline-danger:disabled:focus, .btn-outline-danger:disabled.focus {
+ border-color: #ff97af;
+}
+.btn-outline-danger.disabled:hover, .btn-outline-danger:disabled:hover {
+ border-color: #ff97af;
+}
+
+.btn-link {
+ font-weight: normal;
+ color: #373a3c;
+ border-radius: 0;
+}
+.btn-link, .btn-link:active, .btn-link.active, .btn-link:disabled {
+ background-color: transparent;
+}
+.btn-link, .btn-link:focus, .btn-link:active {
+ border-color: transparent;
+}
+.btn-link:hover {
+ border-color: transparent;
+}
+.btn-link:focus, .btn-link:hover {
+ color: #121314;
+ text-decoration: none;
+ background-color: transparent;
+}
+.btn-link:disabled:focus, .btn-link:disabled:hover {
+ color: #888888;
+ text-decoration: none;
+}
+
+.btn-lg, .btn-group-lg > .btn {
+ padding: 0.75rem 1.5rem;
+ font-size: 1.25rem;
+ border-radius: 0.1rem;
+}
+
+.btn-sm, .btn-group-sm > .btn {
+ padding: 0.25rem 0.5rem;
+ font-size: 0.875rem;
+ border-radius: 0.1rem;
+}
+
+.btn-block {
+ display: block;
+ width: 100%;
+}
+
+.btn-block + .btn-block {
+ margin-top: 0.5rem;
+}
+
+input[type=submit].btn-block,
+input[type=reset].btn-block,
+input[type=button].btn-block {
+ width: 100%;
+}
+
+.fade {
+ opacity: 0;
+ transition: opacity 0.15s linear;
+}
+.fade.in {
+ opacity: 1;
+}
+
+.collapse {
+ display: none;
+}
+.collapse.in {
+ display: block;
+}
+
+tr.collapse.in {
+ display: table-row;
+}
+
+tbody.collapse.in {
+ display: table-row-group;
+}
+
+.collapsing {
+ position: relative;
+ height: 0;
+ overflow: hidden;
+ transition-timing-function: ease;
+ transition-duration: 0.35s;
+ transition-property: height;
+}
+
+.dropup,
+.dropdown {
+ position: relative;
+}
+
+.dropdown-toggle::after {
+ display: inline-block;
+ width: 0;
+ height: 0;
+ margin-left: 0.3em;
+ vertical-align: middle;
+ content: \"\";
+ border-top: 0.3em solid;
+ border-right: 0.3em solid transparent;
+ border-left: 0.3em solid transparent;
+}
+.dropdown-toggle:focus {
+ outline: 0;
+}
+
+.dropup .dropdown-toggle::after {
+ border-top: 0;
+ border-bottom: 0.3em solid;
+}
+
+.dropdown-menu {
+ position: absolute;
+ top: 100%;
+ left: 0;
+ z-index: 1000;
+ display: none;
+ float: left;
+ min-width: 10rem;
+ padding: 0.5rem 0;
+ margin: 0.125rem 0 0;
+ font-size: 1rem;
+ color: #373a3c;
+ text-align: left;
+ list-style: none;
+ background-color: #fff;
+ background-clip: padding-box;
+ border: 1px solid rgba(0, 0, 0, 0.15);
+ border-radius: 0.17rem;
+}
+
+.dropdown-divider {
+ height: 1px;
+ margin: 0.5rem 0;
+ overflow: hidden;
+ background-color: #e5e5e5;
+}
+
+.dropdown-item {
+ display: block;
+ width: 100%;
+ padding: 3px 1.5rem;
+ clear: both;
+ font-weight: normal;
+ color: #55595c;
+ text-align: inherit;
+ white-space: nowrap;
+ background: none;
+ border: 0;
+}
+.dropdown-item:focus, .dropdown-item:hover {
+ color: #494c4f;
+ text-decoration: none;
+ background-color: #f5f5f5;
+}
+.dropdown-item.active, .dropdown-item.active:focus, .dropdown-item.active:hover {
+ color: #212121;
+ text-decoration: none;
+ background-color: #f5f5f5;
+ outline: 0;
+}
+.dropdown-item.disabled, .dropdown-item.disabled:focus, .dropdown-item.disabled:hover {
+ color: #888888;
+}
+.dropdown-item.disabled:focus, .dropdown-item.disabled:hover {
+ text-decoration: none;
+ cursor: not-allowed;
+ background-color: transparent;
+ background-image: none;
+ filter: \"progid:DXImageTransform.Microsoft.gradient(enabled = false)\";
+}
+
+.open > .dropdown-menu {
+ display: block;
+}
+.open > a {
+ outline: 0;
+}
+
+.dropdown-menu-right {
+ right: 0;
+ left: auto;
+}
+
+.dropdown-menu-left {
+ right: auto;
+ left: 0;
+}
+
+.dropdown-header {
+ display: block;
+ padding: 0.5rem 1.5rem;
+ margin-bottom: 0;
+ font-size: 0.875rem;
+ color: #888888;
+ white-space: nowrap;
+}
+
+.dropdown-backdrop {
+ position: fixed;
+ top: 0;
+ right: 0;
+ bottom: 0;
+ left: 0;
+ z-index: 990;
+}
+
+.dropup .caret,
+.navbar-fixed-bottom .dropdown .caret {
+ content: \"\";
+ border-top: 0;
+ border-bottom: 0.3em solid;
+}
+.dropup .dropdown-menu,
+.navbar-fixed-bottom .dropdown .dropdown-menu {
+ top: auto;
+ bottom: 100%;
+ margin-bottom: 0.125rem;
+}
+
+.btn-group,
+.btn-group-vertical {
+ position: relative;
+ display: inline-block;
+ vertical-align: middle;
+}
+.btn-group > .btn,
+.btn-group-vertical > .btn {
+ position: relative;
+ float: left;
+ margin-bottom: 0;
+}
+.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
+.btn-group-vertical > .btn:focus,
+.btn-group-vertical > .btn:active,
+.btn-group-vertical > .btn.active {
+ z-index: 2;
+}
+.btn-group > .btn:hover,
+.btn-group-vertical > .btn:hover {
+ z-index: 2;
+}
+
+.btn-group .btn + .btn,
+.btn-group .btn + .btn-group,
+.btn-group .btn-group + .btn,
+.btn-group .btn-group + .btn-group {
+ margin-left: -1px;
+}
+
+.btn-toolbar {
+ margin-left: -0.5rem;
+}
+.btn-toolbar::after {
+ content: \"\";
+ display: table;
+ clear: both;
+}
+.btn-toolbar .btn-group,
+.btn-toolbar .input-group {
+ float: left;
+}
+.btn-toolbar > .btn,
+.btn-toolbar > .btn-group,
+.btn-toolbar > .input-group {
+ margin-left: 0.5rem;
+}
+
+.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
+ border-radius: 0;
+}
+
+.btn-group > .btn:first-child {
+ margin-left: 0;
+}
+.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
+ border-bottom-right-radius: 0;
+ border-top-right-radius: 0;
+}
+
+.btn-group > .btn:last-child:not(:first-child),
+.btn-group > .dropdown-toggle:not(:first-child) {
+ border-bottom-left-radius: 0;
+ border-top-left-radius: 0;
+}
+
+.btn-group > .btn-group {
+ float: left;
+}
+
+.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
+ border-radius: 0;
+}
+
+.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
+.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
+ border-bottom-right-radius: 0;
+ border-top-right-radius: 0;
+}
+
+.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
+ border-bottom-left-radius: 0;
+ border-top-left-radius: 0;
+}
+
+.btn-group .dropdown-toggle:active,
+.btn-group.open .dropdown-toggle {
+ outline: 0;
+}
+
+.btn + .dropdown-toggle-split {
+ padding-right: 0.75rem;
+ padding-left: 0.75rem;
+}
+.btn + .dropdown-toggle-split::after {
+ margin-left: 0;
+}
+
+.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
+ padding-right: 0.375rem;
+ padding-left: 0.375rem;
+}
+
+.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
+ padding-right: 1.125rem;
+ padding-left: 1.125rem;
+}
+
+.btn .caret {
+ margin-left: 0;
+}
+
+.btn-lg .caret, .btn-group-lg > .btn .caret {
+ border-width: 0.3em 0.3em 0;
+ border-bottom-width: 0;
+}
+
+.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
+ border-width: 0 0.3em 0.3em;
+}
+
+.btn-group-vertical > .btn,
+.btn-group-vertical > .btn-group,
+.btn-group-vertical > .btn-group > .btn {
+ display: block;
+ float: none;
+ width: 100%;
+ max-width: 100%;
+}
+.btn-group-vertical > .btn-group::after {
+ content: \"\";
+ display: table;
+ clear: both;
+}
+.btn-group-vertical > .btn-group > .btn {
+ float: none;
+}
+.btn-group-vertical > .btn + .btn,
+.btn-group-vertical > .btn + .btn-group,
+.btn-group-vertical > .btn-group + .btn,
+.btn-group-vertical > .btn-group + .btn-group {
+ margin-top: -1px;
+ margin-left: 0;
+}
+
+.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
+ border-radius: 0;
+}
+.btn-group-vertical > .btn:first-child:not(:last-child) {
+ border-bottom-right-radius: 0;
+ border-bottom-left-radius: 0;
+}
+.btn-group-vertical > .btn:last-child:not(:first-child) {
+ border-top-right-radius: 0;
+ border-top-left-radius: 0;
+}
+
+.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
+ border-radius: 0;
+}
+
+.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
+.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
+ border-bottom-right-radius: 0;
+ border-bottom-left-radius: 0;
+}
+
+.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
+ border-top-right-radius: 0;
+ border-top-left-radius: 0;
+}
+
+[data-toggle=buttons] > .btn input[type=radio],
+[data-toggle=buttons] > .btn input[type=checkbox],
+[data-toggle=buttons] > .btn-group > .btn input[type=radio],
+[data-toggle=buttons] > .btn-group > .btn input[type=checkbox] {
+ position: absolute;
+ clip: rect(0, 0, 0, 0);
+ pointer-events: none;
+}
+
+.input-group {
+ position: relative;
+ width: 100%;
+ display: flex;
+}
+.input-group .form-control {
+ position: relative;
+ z-index: 2;
+ flex: 1;
+ margin-bottom: 0;
+}
+.input-group .form-control:focus, .input-group .form-control:active, .input-group .form-control:hover {
+ z-index: 3;
+}
+
+.input-group-addon:not(:first-child):not(:last-child),
+.input-group-btn:not(:first-child):not(:last-child),
+.input-group .form-control:not(:first-child):not(:last-child) {
+ border-radius: 0;
+}
+
+.input-group-addon,
+.input-group-btn {
+ white-space: nowrap;
+ vertical-align: middle;
+}
+
+.input-group-addon {
+ padding: 0.5rem 0.75rem;
+ margin-bottom: 0;
+ font-size: 1rem;
+ font-weight: normal;
+ line-height: 1.25;
+ color: #55595c;
+ text-align: center;
+ background-color: #eceeef;
+ border: 1px solid rgba(0, 0, 0, 0.15);
+ border-radius: 0.1rem;
+}
+.input-group-addon.form-control-sm,
+.input-group-sm > .input-group-addon,
+.input-group-sm > .input-group-btn > .input-group-addon.btn {
+ padding: 0.25rem 0.5rem;
+ font-size: 0.875rem;
+ border-radius: 0.1rem;
+}
+.input-group-addon.form-control-lg,
+.input-group-lg > .input-group-addon,
+.input-group-lg > .input-group-btn > .input-group-addon.btn {
+ padding: 0.75rem 1.5rem;
+ font-size: 1.25rem;
+ border-radius: 0.25rem;
+}
+.input-group-addon input[type=radio],
+.input-group-addon input[type=checkbox] {
+ margin-top: 0;
+}
+
+.input-group .form-control:not(:last-child),
+.input-group-addon:not(:last-child),
+.input-group-btn:not(:last-child) > .btn,
+.input-group-btn:not(:last-child) > .btn-group > .btn,
+.input-group-btn:not(:last-child) > .dropdown-toggle,
+.input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle),
+.input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn {
+ border-bottom-right-radius: 0;
+ border-top-right-radius: 0;
+}
+
+.input-group-addon:not(:last-child) {
+ border-right: 0;
+}
+
+.input-group .form-control:not(:first-child),
+.input-group-addon:not(:first-child),
+.input-group-btn:not(:first-child) > .btn,
+.input-group-btn:not(:first-child) > .btn-group > .btn,
+.input-group-btn:not(:first-child) > .dropdown-toggle,
+.input-group-btn:not(:last-child) > .btn:not(:first-child),
+.input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn {
+ border-bottom-left-radius: 0;
+ border-top-left-radius: 0;
+}
+
+.form-control + .input-group-addon:not(:first-child) {
+ border-left: 0;
+}
+
+.input-group-btn {
+ position: relative;
+ font-size: 0;
+ white-space: nowrap;
+}
+.input-group-btn > .btn {
+ position: relative;
+}
+.input-group-btn > .btn + .btn {
+ margin-left: -1px;
+}
+.input-group-btn > .btn:focus, .input-group-btn > .btn:active, .input-group-btn > .btn:hover {
+ z-index: 3;
+}
+.input-group-btn:not(:last-child) > .btn,
+.input-group-btn:not(:last-child) > .btn-group {
+ margin-right: -1px;
+}
+.input-group-btn:not(:first-child) > .btn,
+.input-group-btn:not(:first-child) > .btn-group {
+ z-index: 2;
+ margin-left: -1px;
+}
+.input-group-btn:not(:first-child) > .btn:focus, .input-group-btn:not(:first-child) > .btn:active, .input-group-btn:not(:first-child) > .btn:hover,
+.input-group-btn:not(:first-child) > .btn-group:focus,
+.input-group-btn:not(:first-child) > .btn-group:active,
+.input-group-btn:not(:first-child) > .btn-group:hover {
+ z-index: 3;
+}
+
+.custom-control {
+ position: relative;
+ display: inline-block;
+ padding-left: 1.5rem;
+ cursor: pointer;
+}
+.custom-control + .custom-control {
+ margin-left: 1rem;
+}
+
+.custom-control-input {
+ position: absolute;
+ z-index: -1;
+ opacity: 0;
+}
+.custom-control-input:checked ~ .custom-control-indicator {
+ color: #fff;
+ background-color: #0074d9;
+}
+.custom-control-input:focus ~ .custom-control-indicator {
+ box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.2rem #0074d9;
+}
+.custom-control-input:active ~ .custom-control-indicator {
+ color: #fff;
+ background-color: #84c6ff;
+}
+.custom-control-input:disabled ~ .custom-control-indicator {
+ cursor: not-allowed;
+ background-color: #eee;
+}
+.custom-control-input:disabled ~ .custom-control-description {
+ color: #767676;
+ cursor: not-allowed;
+}
+
+.custom-control-indicator {
+ position: absolute;
+ top: 0.25rem;
+ left: 0;
+ display: block;
+ width: 1rem;
+ height: 1rem;
+ pointer-events: none;
+ -webkit-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ user-select: none;
+ background-color: #ddd;
+ background-repeat: no-repeat;
+ background-position: center center;
+ background-size: 50% 50%;
+}
+
+.custom-checkbox .custom-control-indicator {
+ border-radius: 0.17rem;
+}
+.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
+ background-image: url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='#fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E\");
+}
+.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator {
+ background-color: #0074d9;
+ background-image: url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='#fff' d='M0 2h4'/%3E%3C/svg%3E\");
+}
+
+.custom-radio .custom-control-indicator {
+ border-radius: 50%;
+}
+.custom-radio .custom-control-input:checked ~ .custom-control-indicator {
+ background-image: url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='#fff'/%3E%3C/svg%3E\");
+}
+
+.custom-controls-stacked .custom-control {
+ float: left;
+ clear: left;
+}
+.custom-controls-stacked .custom-control + .custom-control {
+ margin-left: 0;
+}
+
+.custom-select {
+ display: inline-block;
+ max-width: 100%;
+ height: calc(2.5rem - 2px);
+ padding: 0.375rem 1.75rem 0.375rem 0.75rem;
+ padding-right: 0.75rem \\9 ;
+ color: #55595c;
+ vertical-align: middle;
+ background: #fff url(\"data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='#333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E\") no-repeat right 0.75rem center;
+ background-image: none \\9 ;
+ background-size: 8px 10px;
+ border: 1px solid rgba(0, 0, 0, 0.15);
+ border-radius: 0.1rem;
+ -moz-appearance: none;
+ -webkit-appearance: none;
+}
+.custom-select:focus {
+ border-color: #51a7e8;
+ outline: none;
+}
+.custom-select:focus::-ms-value {
+ color: #55595c;
+ background-color: #fff;
+}
+.custom-select:disabled {
+ color: #888888;
+ cursor: not-allowed;
+ background-color: #eceeef;
+}
+.custom-select::-ms-expand {
+ opacity: 0;
+}
+
+.custom-select-sm {
+ padding-top: 0.375rem;
+ padding-bottom: 0.375rem;
+ font-size: 75%;
+}
+
+.custom-file {
+ position: relative;
+ display: inline-block;
+ max-width: 100%;
+ height: 2.5rem;
+ cursor: pointer;
+}
+
+.custom-file-input {
+ min-width: 14rem;
+ max-width: 100%;
+ margin: 0;
+ filter: alpha(opacity=0);
+ opacity: 0;
+}
+.custom-file-control {
+ position: absolute;
+ top: 0;
+ right: 0;
+ left: 0;
+ z-index: 5;
+ height: 2.5rem;
+ padding: 0.5rem 1rem;
+ line-height: 1.5;
+ color: #555;
+ -webkit-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ user-select: none;
+ background-color: #fff;
+ border: 1px solid #ddd;
+ border-radius: 0.17rem;
+}
+.custom-file-control:lang(en)::after {
+ content: \"Choose file...\";
+}
+.custom-file-control::before {
+ position: absolute;
+ top: -1px;
+ right: -1px;
+ bottom: -1px;
+ z-index: 6;
+ display: block;
+ height: 2.5rem;
+ padding: 0.5rem 1rem;
+ line-height: 1.5;
+ color: #555;
+ background-color: #eee;
+ border: 1px solid #ddd;
+ border-radius: 0 0.17rem 0.17rem 0;
+}
+.custom-file-control:lang(en)::before {
+ content: \"Browse\";
+}
+
+.nav {
+ padding-left: 0;
+ margin-bottom: 0;
+ list-style: none;
+}
+
+.nav-link {
+ display: inline-block;
+}
+.nav-link:focus, .nav-link:hover {
+ text-decoration: none;
+}
+.nav-link.disabled {
+ color: #888888;
+}
+.nav-link.disabled, .nav-link.disabled:focus, .nav-link.disabled:hover {
+ color: #888888;
+ cursor: not-allowed;
+ background-color: transparent;
+}
+
+.nav-inline .nav-item {
+ display: inline-block;
+}
+.nav-inline .nav-item + .nav-item,
+.nav-inline .nav-link + .nav-link {
+ margin-left: 1rem;
+}
+
+.nav-tabs {
+ border-bottom: 0 solid transparent;
+}
+.nav-tabs::after {
+ content: \"\";
+ display: table;
+ clear: both;
+}
+.nav-tabs .nav-item {
+ float: left;
+ margin-bottom: 0;
+}
+.nav-tabs .nav-item + .nav-item {
+ margin-left: 0.2rem;
+}
+.nav-tabs .nav-link {
+ display: block;
+ padding: 0.5em 1em;
+ border: 0 solid transparent;
+ border-top-right-radius: 0.17rem;
+ border-top-left-radius: 0.17rem;
+}
+.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
+ border-color: transparent transparent transparent;
+}
+.nav-tabs .nav-link.disabled, .nav-tabs .nav-link.disabled:focus, .nav-tabs .nav-link.disabled:hover {
+ color: #888888;
+ background-color: transparent;
+ border-color: transparent;
+}
+.nav-tabs .nav-link.active, .nav-tabs .nav-link.active:focus, .nav-tabs .nav-link.active:hover,
+.nav-tabs .nav-item.open .nav-link,
+.nav-tabs .nav-item.open .nav-link:focus,
+.nav-tabs .nav-item.open .nav-link:hover {
+ color: #55595c;
+ background-color: #fff;
+ border-color: #ddd #ddd transparent;
+}
+.nav-tabs .dropdown-menu {
+ margin-top: 0;
+ border-top-right-radius: 0;
+ border-top-left-radius: 0;
+}
+
+.nav-pills::after {
+ content: \"\";
+ display: table;
+ clear: both;
+}
+.nav-pills .nav-item {
+ float: left;
+}
+.nav-pills .nav-item + .nav-item {
+ margin-left: 0.2rem;
+}
+.nav-pills .nav-link {
+ display: block;
+ padding: 0.5em 1em;
+ border-radius: 0.17rem;
+}
+.nav-pills .nav-link.active, .nav-pills .nav-link.active:focus, .nav-pills .nav-link.active:hover,
+.nav-pills .nav-item.open .nav-link,
+.nav-pills .nav-item.open .nav-link:focus,
+.nav-pills .nav-item.open .nav-link:hover {
+ color: #fff;
+ cursor: default;
+ background-color: #eceeef;
+}
+
+.nav-stacked .nav-item {
+ display: block;
+ float: none;
+}
+.nav-stacked .nav-item + .nav-item {
+ margin-top: 0.2rem;
+ margin-left: 0;
+}
+
+.tab-content > .tab-pane {
+ display: none;
+}
+.tab-content > .active {
+ display: block;
+}
+
+.navbar {
+ position: relative;
+ padding: 0.5rem 1rem;
+}
+.navbar::after {
+ content: \"\";
+ display: table;
+ clear: both;
+}
+@media (min-width: 576px) {
+ .navbar {
+ border-radius: 0.17rem;
+ }
+}
+
+.navbar-full {
+ z-index: 1000;
+}
+@media (min-width: 576px) {
+ .navbar-full {
+ border-radius: 0;
+ }
+}
+
+.navbar-fixed-top,
+.navbar-fixed-bottom {
+ position: fixed;
+ right: 0;
+ left: 0;
+ z-index: 1030;
+}
+@media (min-width: 576px) {
+ .navbar-fixed-top,
+.navbar-fixed-bottom {
+ border-radius: 0;
+ }
+}
+
+.navbar-fixed-top {
+ top: 0;
+}
+
+.navbar-fixed-bottom {
+ bottom: 0;
+}
+
+.navbar-sticky-top {
+ position: -webkit-sticky;
+ position: sticky;
+ top: 0;
+ z-index: 1030;
+ width: 100%;
+}
+@media (min-width: 576px) {
+ .navbar-sticky-top {
+ border-radius: 0;
+ }
+}
+
+.navbar-brand {
+ float: left;
+ padding-top: 0.25rem;
+ padding-bottom: 0.25rem;
+ margin-right: 1rem;
+ font-size: 1.25rem;
+ line-height: inherit;
+}
+.navbar-brand:focus, .navbar-brand:hover {
+ text-decoration: none;
+}
+
+.navbar-divider {
+ float: left;
+ width: 1px;
+ padding-top: 0.425rem;
+ padding-bottom: 0.425rem;
+ margin-right: 1rem;
+ margin-left: 1rem;
+ overflow: hidden;
+}
+.navbar-divider::before {
+ content: \"\\A0\";
+}
+
+.navbar-text {
+ display: inline-block;
+ padding-top: 0.425rem;
+ padding-bottom: 0.425rem;
+}
+
+.navbar-toggler {
+ width: 2.5em;
+ height: 2em;
+ padding: 0.5rem 0.75rem;
+ font-size: 1.25rem;
+ line-height: 1;
+ background: transparent no-repeat center center;
+ background-size: 24px 24px;
+ border: 1px solid transparent;
+ border-radius: 0.1rem;
+}
+.navbar-toggler:focus, .navbar-toggler:hover {
+ text-decoration: none;
+}
+
+.navbar-toggleable-xs::after {
+ content: \"\";
+ display: table;
+ clear: both;
+}
+@media (max-width: 575px) {
+ .navbar-toggleable-xs .navbar-brand {
+ display: block;
+ float: none;
+ margin-top: 0.5rem;
+ margin-right: 0;
+ }
+ .navbar-toggleable-xs .navbar-nav {
+ margin-top: 0.5rem;
+ margin-bottom: 0.5rem;
+ }
+ .navbar-toggleable-xs .navbar-nav .dropdown-menu {
+ position: static;
+ float: none;
+ }
+}
+@media (min-width: 576px) {
+ .navbar-toggleable-xs {
+ display: block;
+ }
+}
+.navbar-toggleable-sm::after {
+ content: \"\";
+ display: table;
+ clear: both;
+}
+@media (max-width: 767px) {
+ .navbar-toggleable-sm .navbar-brand {
+ display: block;
+ float: none;
+ margin-top: 0.5rem;
+ margin-right: 0;
+ }
+ .navbar-toggleable-sm .navbar-nav {
+ margin-top: 0.5rem;
+ margin-bottom: 0.5rem;
+ }
+ .navbar-toggleable-sm .navbar-nav .dropdown-menu {
+ position: static;
+ float: none;
+ }
+}
+@media (min-width: 768px) {
+ .navbar-toggleable-sm {
+ display: block;
+ }
+}
+.navbar-toggleable-md::after {
+ content: \"\";
+ display: table;
+ clear: both;
+}
+@media (max-width: 991px) {
+ .navbar-toggleable-md .navbar-brand {
+ display: block;
+ float: none;
+ margin-top: 0.5rem;
+ margin-right: 0;
+ }
+ .navbar-toggleable-md .navbar-nav {
+ margin-top: 0.5rem;
+ margin-bottom: 0.5rem;
+ }
+ .navbar-toggleable-md .navbar-nav .dropdown-menu {
+ position: static;
+ float: none;
+ }
+}
+@media (min-width: 992px) {
+ .navbar-toggleable-md {
+ display: block;
+ }
+}
+.navbar-toggleable-lg::after {
+ content: \"\";
+ display: table;
+ clear: both;
+}
+@media (max-width: 1199px) {
+ .navbar-toggleable-lg .navbar-brand {
+ display: block;
+ float: none;
+ margin-top: 0.5rem;
+ margin-right: 0;
+ }
+ .navbar-toggleable-lg .navbar-nav {
+ margin-top: 0.5rem;
+ margin-bottom: 0.5rem;
+ }
+ .navbar-toggleable-lg .navbar-nav .dropdown-menu {
+ position: static;
+ float: none;
+ }
+}
+@media (min-width: 1200px) {
+ .navbar-toggleable-lg {
+ display: block;
+ }
+}
+.navbar-toggleable-xl {
+ display: block;
+}
+.navbar-toggleable-xl::after {
+ content: \"\";
+ display: table;
+ clear: both;
+}
+.navbar-toggleable-xl .navbar-brand {
+ display: block;
+ float: none;
+ margin-top: 0.5rem;
+ margin-right: 0;
+}
+.navbar-toggleable-xl .navbar-nav {
+ margin-top: 0.5rem;
+ margin-bottom: 0.5rem;
+}
+.navbar-toggleable-xl .navbar-nav .dropdown-menu {
+ position: static;
+ float: none;
+}
+
+.navbar-nav .nav-item {
+ float: left;
+}
+.navbar-nav .nav-link {
+ display: block;
+ padding-top: 0.425rem;
+ padding-bottom: 0.425rem;
+}
+.navbar-nav .nav-link + .nav-link {
+ margin-left: 1rem;
+}
+.navbar-nav .nav-item + .nav-item {
+ margin-left: 1rem;
+}
+
+.navbar-light .navbar-brand,
+.navbar-light .navbar-toggler {
+ color: rgba(0, 0, 0, 0.9);
+}
+.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover,
+.navbar-light .navbar-toggler:focus,
+.navbar-light .navbar-toggler:hover {
+ color: rgba(0, 0, 0, 0.9);
+}
+.navbar-light .navbar-nav .nav-link {
+ color: rgba(0, 0, 0, 0.3);
+}
+.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
+ color: rgba(0, 0, 0, 0.5);
+}
+.navbar-light .navbar-nav .open > .nav-link, .navbar-light .navbar-nav .open > .nav-link:focus, .navbar-light .navbar-nav .open > .nav-link:hover,
+.navbar-light .navbar-nav .active > .nav-link,
+.navbar-light .navbar-nav .active > .nav-link:focus,
+.navbar-light .navbar-nav .active > .nav-link:hover,
+.navbar-light .navbar-nav .nav-link.open,
+.navbar-light .navbar-nav .nav-link.open:focus,
+.navbar-light .navbar-nav .nav-link.open:hover,
+.navbar-light .navbar-nav .nav-link.active,
+.navbar-light .navbar-nav .nav-link.active:focus,
+.navbar-light .navbar-nav .nav-link.active:hover {
+ color: rgba(0, 0, 0, 0.9);
+}
+.navbar-light .navbar-toggler {
+ background-image: url(\"data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.3)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E\");
+ border-color: rgba(0, 0, 0, 0.1);
+}
+.navbar-light .navbar-divider {
+ background-color: rgba(0, 0, 0, 0.075);
+}
+
+.navbar-dark .navbar-brand,
+.navbar-dark .navbar-toggler {
+ color: white;
+}
+.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover,
+.navbar-dark .navbar-toggler:focus,
+.navbar-dark .navbar-toggler:hover {
+ color: white;
+}
+.navbar-dark .navbar-nav .nav-link {
+ color: rgba(255, 255, 255, 0.5);
+}
+.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
+ color: rgba(255, 255, 255, 0.75);
+}
+.navbar-dark .navbar-nav .open > .nav-link, .navbar-dark .navbar-nav .open > .nav-link:focus, .navbar-dark .navbar-nav .open > .nav-link:hover,
+.navbar-dark .navbar-nav .active > .nav-link,
+.navbar-dark .navbar-nav .active > .nav-link:focus,
+.navbar-dark .navbar-nav .active > .nav-link:hover,
+.navbar-dark .navbar-nav .nav-link.open,
+.navbar-dark .navbar-nav .nav-link.open:focus,
+.navbar-dark .navbar-nav .nav-link.open:hover,
+.navbar-dark .navbar-nav .nav-link.active,
+.navbar-dark .navbar-nav .nav-link.active:focus,
+.navbar-dark .navbar-nav .nav-link.active:hover {
+ color: white;
+}
+.navbar-dark .navbar-toggler {
+ background-image: url(\"data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E\");
+ border-color: rgba(255, 255, 255, 0.1);
+}
+.navbar-dark .navbar-divider {
+ background-color: rgba(255, 255, 255, 0.075);
+}
+
+.navbar-toggleable-xs::after {
+ content: \"\";
+ display: table;
+ clear: both;
+}
+@media (max-width: 575px) {
+ .navbar-toggleable-xs .navbar-nav .nav-item {
+ float: none;
+ margin-left: 0;
+ }
+}
+@media (min-width: 576px) {
+ .navbar-toggleable-xs {
+ display: block !important;
+ }
+}
+.navbar-toggleable-sm::after {
+ content: \"\";
+ display: table;
+ clear: both;
+}
+@media (max-width: 767px) {
+ .navbar-toggleable-sm .navbar-nav .nav-item {
+ float: none;
+ margin-left: 0;
+ }
+}
+@media (min-width: 768px) {
+ .navbar-toggleable-sm {
+ display: block !important;
+ }
+}
+.navbar-toggleable-md::after {
+ content: \"\";
+ display: table;
+ clear: both;
+}
+@media (max-width: 991px) {
+ .navbar-toggleable-md .navbar-nav .nav-item {
+ float: none;
+ margin-left: 0;
+ }
+}
+@media (min-width: 992px) {
+ .navbar-toggleable-md {
+ display: block !important;
+ }
+}
+
+.card {
+ position: relative;
+ display: block;
+ margin-bottom: 0.75rem;
+ background-color: #fff;
+ border-radius: 0.1rem;
+ border: 0 solid rgba(0, 0, 0, 0.125);
+}
+
+.card-block {
+ padding: 1.25rem;
+}
+.card-block::after {
+ content: \"\";
+ display: table;
+ clear: both;
+}
+
+.card-title {
+ margin-bottom: 0.75rem;
+}
+
+.card-subtitle {
+ margin-top: -0.375rem;
+ margin-bottom: 0;
+}
+
+.card-text:last-child {
+ margin-bottom: 0;
+}
+
+.card-link:hover {
+ text-decoration: none;
+}
+.card-link + .card-link {
+ margin-left: 1.25rem;
+}
+
+.card > .list-group:first-child .list-group-item:first-child {
+ border-top-right-radius: 0.1rem;
+ border-top-left-radius: 0.1rem;
+}
+.card > .list-group:last-child .list-group-item:last-child {
+ border-bottom-right-radius: 0.1rem;
+ border-bottom-left-radius: 0.1rem;
+}
+
+.card-header {
+ padding: 0.75rem 1.25rem;
+ margin-bottom: 0;
+ background-color: #f5f5f5;
+ border-bottom: 0 solid rgba(0, 0, 0, 0.125);
+}
+.card-header::after {
+ content: \"\";
+ display: table;
+ clear: both;
+}
+.card-header:first-child {
+ border-radius: calc(0.1rem - 0) calc(0.1rem - 0) 0 0;
+}
+
+.card-footer {
+ padding: 0.75rem 1.25rem;
+ background-color: #f5f5f5;
+ border-top: 0 solid rgba(0, 0, 0, 0.125);
+}
+.card-footer::after {
+ content: \"\";
+ display: table;
+ clear: both;
+}
+.card-footer:last-child {
+ border-radius: 0 0 calc(0.1rem - 0) calc(0.1rem - 0);
+}
+
+.card-header-tabs {
+ margin-right: -0.625rem;
+ margin-bottom: -0.75rem;
+ margin-left: -0.625rem;
+ border-bottom: 0;
+}
+
+.card-header-pills {
+ margin-right: -0.625rem;
+ margin-left: -0.625rem;
+}
+
+.card-primary {
+ background-color: #b21cc3;
+ border-color: #b21cc3;
+}
+.card-primary .card-header,
+.card-primary .card-footer {
+ background-color: transparent;
+}
+
+.card-success {
+ background-color: #47d165;
+ border-color: #47d165;
+}
+.card-success .card-header,
+.card-success .card-footer {
+ background-color: transparent;
+}
+
+.card-info {
+ background-color: #11bef6;
+ border-color: #11bef6;
+}
+.card-info .card-header,
+.card-info .card-footer {
+ background-color: transparent;
+}
+
+.card-warning {
+ background-color: #ff754b;
+ border-color: #ff754b;
+}
+.card-warning .card-header,
+.card-warning .card-footer {
+ background-color: transparent;
+}
+
+.card-danger {
+ background-color: #ff3160;
+ border-color: #ff3160;
+}
+.card-danger .card-header,
+.card-danger .card-footer {
+ background-color: transparent;
+}
+
+.card-outline-primary {
+ background-color: transparent;
+ border-color: #b21cc3;
+}
+
+.card-outline-secondary {
+ background-color: transparent;
+ border-color: #ccc;
+}
+
+.card-outline-info {
+ background-color: transparent;
+ border-color: #11bef6;
+}
+
+.card-outline-success {
+ background-color: transparent;
+ border-color: #47d165;
+}
+
+.card-outline-warning {
+ background-color: transparent;
+ border-color: #ff754b;
+}
+
+.card-outline-danger {
+ background-color: transparent;
+ border-color: #ff3160;
+}
+
+.card-inverse .card-header,
+.card-inverse .card-footer {
+ border-color: rgba(255, 255, 255, 0.2);
+}
+.card-inverse .card-header,
+.card-inverse .card-footer,
+.card-inverse .card-title,
+.card-inverse .card-blockquote {
+ color: #fff;
+}
+.card-inverse .card-link,
+.card-inverse .card-text,
+.card-inverse .card-subtitle,
+.card-inverse .card-blockquote .blockquote-footer {
+ color: rgba(255, 255, 255, 0.65);
+}
+.card-inverse .card-link:focus, .card-inverse .card-link:hover {
+ color: #fff;
+}
+
+.card-blockquote {
+ padding: 0;
+ margin-bottom: 0;
+ border-left: 0;
+}
+
+.card-img {
+ border-radius: calc(0.1rem - 0);
+}
+
+.card-img-overlay {
+ position: absolute;
+ top: 0;
+ right: 0;
+ bottom: 0;
+ left: 0;
+ padding: 1.25rem;
+}
+
+.card-img-top {
+ border-top-right-radius: calc(0.1rem - 0);
+ border-top-left-radius: calc(0.1rem - 0);
+}
+
+.card-img-bottom {
+ border-bottom-right-radius: calc(0.1rem - 0);
+ border-bottom-left-radius: calc(0.1rem - 0);
+}
+
+@media (min-width: 576px) {
+ .card-deck {
+ display: flex;
+ flex-flow: row wrap;
+ margin-right: -0.625rem;
+ margin-bottom: 0.75rem;
+ margin-left: -0.625rem;
+ }
+ .card-deck .card {
+ flex: 1 0 0;
+ margin-right: 0.625rem;
+ margin-bottom: 0;
+ margin-left: 0.625rem;
+ }
+}
+@media (min-width: 576px) {
+ .card-group {
+ display: flex;
+ flex-flow: row wrap;
+ }
+ .card-group .card {
+ flex: 1 0 0;
+ }
+ .card-group .card + .card {
+ margin-left: 0;
+ border-left: 0;
+ }
+ .card-group .card:first-child {
+ border-bottom-right-radius: 0;
+ border-top-right-radius: 0;
+ }
+ .card-group .card:first-child .card-img-top {
+ border-top-right-radius: 0;
+ }
+ .card-group .card:first-child .card-img-bottom {
+ border-bottom-right-radius: 0;
+ }
+ .card-group .card:last-child {
+ border-bottom-left-radius: 0;
+ border-top-left-radius: 0;
+ }
+ .card-group .card:last-child .card-img-top {
+ border-top-left-radius: 0;
+ }
+ .card-group .card:last-child .card-img-bottom {
+ border-bottom-left-radius: 0;
+ }
+ .card-group .card:not(:first-child):not(:last-child) {
+ border-radius: 0;
+ }
+ .card-group .card:not(:first-child):not(:last-child) .card-img-top,
+.card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
+ border-radius: 0;
+ }
+}
+@media (min-width: 576px) {
+ .card-columns {
+ -webkit-column-count: 3;
+ column-count: 3;
+ -webkit-column-gap: 1.25rem;
+ column-gap: 1.25rem;
+ }
+ .card-columns .card {
+ display: inline-block;
+ width: 100%;
+ }
+}
+.breadcrumb {
+ padding: 0.75rem 1rem;
+ margin-bottom: 1rem;
+ list-style: none;
+ background-color: #eaeced;
+ border-radius: 0.17rem;
+}
+.breadcrumb::after {
+ content: \"\";
+ display: table;
+ clear: both;
+}
+
+.breadcrumb-item {
+ float: left;
+}
+.breadcrumb-item + .breadcrumb-item::before {
+ display: inline-block;
+ padding-right: 0.5rem;
+ padding-left: 0.5rem;
+ color: #888888;
+ content: \"/\";
+}
+.breadcrumb-item + .breadcrumb-item:hover::before {
+ text-decoration: underline;
+}
+.breadcrumb-item + .breadcrumb-item:hover::before {
+ text-decoration: none;
+}
+.breadcrumb-item.active {
+ color: #bbbbbb;
+}
+
+.pagination {
+ display: inline-block;
+ padding-left: 0;
+ margin-top: 1rem;
+ margin-bottom: 1rem;
+ border-radius: 0.17rem;
+}
+
+.page-item {
+ display: inline;
+}
+.page-item:first-child .page-link {
+ margin-left: 0;
+ border-bottom-left-radius: 0.17rem;
+ border-top-left-radius: 0.17rem;
+}
+.page-item:last-child .page-link {
+ border-bottom-right-radius: 0.17rem;
+ border-top-right-radius: 0.17rem;
+}
+.page-item.active .page-link, .page-item.active .page-link:focus, .page-item.active .page-link:hover {
+ z-index: 2;
+ color: #fff;
+ cursor: default;
+ background-color: #b21cc3;
+ border-color: #b21cc3;
+}
+.page-item.disabled .page-link, .page-item.disabled .page-link:focus, .page-item.disabled .page-link:hover {
+ color: #888888;
+ pointer-events: none;
+ cursor: not-allowed;
+ background-color: #fff;
+ border-color: #ddd;
+}
+
+.page-link {
+ position: relative;
+ float: left;
+ padding: 0.5rem 0.75rem;
+ margin-left: -1px;
+ color: #373a3c;
+ text-decoration: none;
+ background-color: #fff;
+ border: 1px solid #ddd;
+}
+.page-link:focus, .page-link:hover {
+ color: #121314;
+ background-color: #eceeef;
+ border-color: #ddd;
+}
+
+.pagination-lg .page-link {
+ padding: 0.75rem 1.5rem;
+ font-size: 1.25rem;
+}
+.pagination-lg .page-item:first-child .page-link {
+ border-bottom-left-radius: 0.25rem;
+ border-top-left-radius: 0.25rem;
+}
+.pagination-lg .page-item:last-child .page-link {
+ border-bottom-right-radius: 0.25rem;
+ border-top-right-radius: 0.25rem;
+}
+
+.pagination-sm .page-link {
+ padding: 0.25rem 0.5rem;
+ font-size: 0.875rem;
+}
+.pagination-sm .page-item:first-child .page-link {
+ border-bottom-left-radius: 0.1rem;
+ border-top-left-radius: 0.1rem;
+}
+.pagination-sm .page-item:last-child .page-link {
+ border-bottom-right-radius: 0.1rem;
+ border-top-right-radius: 0.1rem;
+}
+
+.tag {
+ display: inline-block;
+ padding: 0.25em 0.4em;
+ font-size: 75%;
+ font-weight: bold;
+ line-height: 1;
+ color: #fff;
+ text-align: center;
+ white-space: nowrap;
+ vertical-align: baseline;
+ border-radius: 0.17rem;
+}
+.tag:empty {
+ display: none;
+}
+
+.btn .tag {
+ position: relative;
+ top: -1px;
+}
+
+a.tag:focus, a.tag:hover {
+ color: #fff;
+ text-decoration: none;
+ cursor: pointer;
+}
+
+.tag-pill {
+ padding-right: 0.6em;
+ padding-left: 0.6em;
+ border-radius: 10rem;
+}
+
+.tag-default {
+ background-color: #888888;
+}
+.tag-default[href]:focus, .tag-default[href]:hover {
+ background-color: #6f6f6f;
+}
+
+.tag-primary {
+ background-color: #b21cc3;
+}
+.tag-primary[href]:focus, .tag-primary[href]:hover {
+ background-color: #891696;
+}
+
+.tag-success {
+ background-color: #47d165;
+}
+.tag-success[href]:focus, .tag-success[href]:hover {
+ background-color: #2eb74c;
+}
+
+.tag-info {
+ background-color: #11bef6;
+}
+.tag-info[href]:focus, .tag-info[href]:hover {
+ background-color: #089ccc;
+}
+
+.tag-warning {
+ background-color: #ff754b;
+}
+.tag-warning[href]:focus, .tag-warning[href]:hover {
+ background-color: #ff4e18;
+}
+
+.tag-danger {
+ background-color: #ff3160;
+}
+.tag-danger[href]:focus, .tag-danger[href]:hover {
+ background-color: #fd003a;
+}
+
+.jumbotron {
+ padding: 2rem 1rem;
+ margin-bottom: 2rem;
+ background-color: #eceeef;
+ border-radius: 0.25rem;
+}
+@media (min-width: 576px) {
+ .jumbotron {
+ padding: 4rem 2rem;
+ }
+}
+
+.jumbotron-hr {
+ border-top-color: #d0d5d8;
+}
+
+.jumbotron-fluid {
+ padding-right: 0;
+ padding-left: 0;
+ border-radius: 0;
+}
+
+.alert {
+ padding: 0.75rem 1.25rem;
+ margin-bottom: 1rem;
+ border: 1px solid transparent;
+ border-radius: 0.1rem;
+}
+
+.alert-heading {
+ color: inherit;
+}
+
+.alert-link {
+ font-weight: bold;
+}
+
+.alert-dismissible {
+ padding-right: 2.5rem;
+}
+.alert-dismissible .close {
+ position: relative;
+ top: -0.125rem;
+ right: -1.25rem;
+ color: inherit;
+}
+
+.alert-success {
+ background-color: #47d165;
+ border-color: #47d165;
+ color: #ffffff;
+}
+.alert-success hr {
+ border-top-color: #33cc54;
+}
+.alert-success .alert-link {
+ color: #e6e6e6;
+}
+
+.alert-info {
+ background-color: #11bef6;
+ border-color: #11bef6;
+ color: #ffffff;
+}
+.alert-info hr {
+ border-top-color: #09afe5;
+}
+.alert-info .alert-link {
+ color: #e6e6e6;
+}
+
+.alert-warning {
+ background-color: #ff754b;
+ border-color: #ff754b;
+ color: #ffffff;
+}
+.alert-warning hr {
+ border-top-color: #ff6132;
+}
+.alert-warning .alert-link {
+ color: #e6e6e6;
+}
+
+.alert-danger {
+ background-color: #ff3160;
+ border-color: #ff3160;
+ color: #ffffff;
+}
+.alert-danger hr {
+ border-top-color: #ff184c;
+}
+.alert-danger .alert-link {
+ color: #e6e6e6;
+}
+
+@-webkit-keyframes progress-bar-stripes {
+ from {
+ background-position: 1rem 0;
+ }
+ to {
+ background-position: 0 0;
+ }
+}
+
+@keyframes progress-bar-stripes {
+ from {
+ background-position: 1rem 0;
+ }
+ to {
+ background-position: 0 0;
+ }
+}
+.progress {
+ display: block;
+ width: 100%;
+ height: 1rem;
+ margin-bottom: 1rem;
+}
+
+.progress[value] {
+ background-color: #cccccc;
+ border: 0;
+ -webkit-appearance: none;
+ -moz-appearance: none;
+ appearance: none;
+ border-radius: 0.17rem;
+}
+
+.progress[value]::-ms-fill {
+ background-color: #b21cc3;
+ border: 0;
+}
+
+.progress[value]::-moz-progress-bar {
+ background-color: #b21cc3;
+ border-bottom-left-radius: 0.17rem;
+ border-top-left-radius: 0.17rem;
+}
+
+.progress[value]::-webkit-progress-value {
+ background-color: #b21cc3;
+ border-bottom-left-radius: 0.17rem;
+ border-top-left-radius: 0.17rem;
+}
+
+.progress[value=\"100\"]::-moz-progress-bar {
+ border-bottom-right-radius: 0.17rem;
+ border-top-right-radius: 0.17rem;
+}
+
+.progress[value=\"100\"]::-webkit-progress-value {
+ border-bottom-right-radius: 0.17rem;
+ border-top-right-radius: 0.17rem;
+}
+
+.progress[value]::-webkit-progress-bar {
+ background-color: #cccccc;
+ border-radius: 0.17rem;
+}
+
+base::-moz-progress-bar,
+.progress[value] {
+ background-color: #cccccc;
+ border-radius: 0.17rem;
+}
+
+@media screen and (min-width: 0\\0 ) {
+ .progress {
+ background-color: #cccccc;
+ border-radius: 0.17rem;
+ }
+
+ .progress-bar {
+ display: inline-block;
+ height: 1rem;
+ text-indent: -999rem;
+ background-color: #b21cc3;
+ border-bottom-left-radius: 0.17rem;
+ border-top-left-radius: 0.17rem;
+ }
+
+ .progress[width=\"100%\"] {
+ border-bottom-right-radius: 0.17rem;
+ border-top-right-radius: 0.17rem;
+ }
+}
+.progress-striped[value]::-webkit-progress-value {
+ background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
+ background-size: 1rem 1rem;
+}
+
+.progress-striped[value]::-moz-progress-bar {
+ background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
+ background-size: 1rem 1rem;
+}
+
+.progress-striped[value]::-ms-fill {
+ background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
+ background-size: 1rem 1rem;
+}
+
+@media screen and (min-width: 0\\0 ) {
+ .progress-bar-striped {
+ background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
+ background-size: 1rem 1rem;
+ }
+}
+.progress-animated[value]::-webkit-progress-value {
+ -webkit-animation: progress-bar-stripes 2s linear infinite;
+ animation: progress-bar-stripes 2s linear infinite;
+}
+
+.progress-animated[value]::-moz-progress-bar {
+ animation: progress-bar-stripes 2s linear infinite;
+}
+
+@media screen and (min-width: 0\\0 ) {
+ .progress-animated .progress-bar-striped {
+ -webkit-animation: progress-bar-stripes 2s linear infinite;
+ animation: progress-bar-stripes 2s linear infinite;
+ }
+}
+.progress-success[value]::-webkit-progress-value {
+ background-color: #47d165;
+}
+.progress-success[value]::-moz-progress-bar {
+ background-color: #47d165;
+}
+.progress-success[value]::-ms-fill {
+ background-color: #47d165;
+}
+@media screen and (min-width: 0\\0 ) {
+ .progress-success .progress-bar {
+ background-color: #47d165;
+ }
+}
+
+.progress-info[value]::-webkit-progress-value {
+ background-color: #11bef6;
+}
+.progress-info[value]::-moz-progress-bar {
+ background-color: #11bef6;
+}
+.progress-info[value]::-ms-fill {
+ background-color: #11bef6;
+}
+@media screen and (min-width: 0\\0 ) {
+ .progress-info .progress-bar {
+ background-color: #11bef6;
+ }
+}
+
+.progress-warning[value]::-webkit-progress-value {
+ background-color: #ff754b;
+}
+.progress-warning[value]::-moz-progress-bar {
+ background-color: #ff754b;
+}
+.progress-warning[value]::-ms-fill {
+ background-color: #ff754b;
+}
+@media screen and (min-width: 0\\0 ) {
+ .progress-warning .progress-bar {
+ background-color: #ff754b;
+ }
+}
+
+.progress-danger[value]::-webkit-progress-value {
+ background-color: #ff3160;
+}
+.progress-danger[value]::-moz-progress-bar {
+ background-color: #ff3160;
+}
+.progress-danger[value]::-ms-fill {
+ background-color: #ff3160;
+}
+@media screen and (min-width: 0\\0 ) {
+ .progress-danger .progress-bar {
+ background-color: #ff3160;
+ }
+}
+
+.media {
+ display: flex;
+}
+
+.media-body {
+ flex: 1;
+}
+
+.media-middle {
+ align-self: center;
+}
+
+.media-bottom {
+ align-self: flex-end;
+}
+
+.media-object {
+ display: block;
+}
+.media-object.img-thumbnail {
+ max-width: none;
+}
+
+.media-right {
+ padding-left: 10px;
+}
+
+.media-left {
+ padding-right: 10px;
+}
+
+.media-heading {
+ margin-top: 0;
+ margin-bottom: 5px;
+}
+
+.media-list {
+ padding-left: 0;
+ list-style: none;
+}
+
+.list-group {
+ padding-left: 0;
+ margin-bottom: 0;
+}
+
+.list-group-item {
+ position: relative;
+ display: block;
+ padding: 0.75rem 1.25rem;
+ margin-bottom: -1px;
+ background-color: #fff;
+ border: 1px solid #ddd;
+}
+.list-group-item:first-child {
+ border-top-right-radius: 0.17rem;
+ border-top-left-radius: 0.17rem;
+}
+.list-group-item:last-child {
+ margin-bottom: 0;
+ border-bottom-right-radius: 0.17rem;
+ border-bottom-left-radius: 0.17rem;
+}
+.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
+ color: #888888;
+ cursor: not-allowed;
+ background-color: #eceeef;
+}
+.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading {
+ color: inherit;
+}
+.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
+ color: #888888;
+}
+.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
+ z-index: 2;
+ color: #fff;
+ text-decoration: none;
+ background-color: #11bef6;
+ border-color: #11bef6;
+}
+.list-group-item.active .list-group-item-heading,
+.list-group-item.active .list-group-item-heading > small,
+.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
+.list-group-item.active:focus .list-group-item-heading > small,
+.list-group-item.active:focus .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
+.list-group-item.active:hover .list-group-item-heading > small,
+.list-group-item.active:hover .list-group-item-heading > .small {
+ color: inherit;
+}
+.list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
+ color: #d6f4fd;
+}
+
+.list-group-flush .list-group-item {
+ border-right: 0;
+ border-left: 0;
+ border-radius: 0;
+}
+
+.list-group-item-action {
+ width: 100%;
+ color: #555;
+ text-align: inherit;
+}
+.list-group-item-action .list-group-item-heading {
+ color: #333;
+}
+.list-group-item-action:focus, .list-group-item-action:hover {
+ color: #555;
+ text-decoration: none;
+ background-color: #f5f5f5;
+}
+
+.list-group-item-success {
+ color: #ffffff;
+ background-color: #47d165;
+}
+
+a.list-group-item-success,
+button.list-group-item-success {
+ color: #ffffff;
+}
+a.list-group-item-success .list-group-item-heading,
+button.list-group-item-success .list-group-item-heading {
+ color: inherit;
+}
+a.list-group-item-success:focus, a.list-group-item-success:hover,
+button.list-group-item-success:focus,
+button.list-group-item-success:hover {
+ color: #ffffff;
+ background-color: #33cc54;
+}
+a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover,
+button.list-group-item-success.active,
+button.list-group-item-success.active:focus,
+button.list-group-item-success.active:hover {
+ color: #fff;
+ background-color: #ffffff;
+ border-color: #ffffff;
+}
+
+.list-group-item-info {
+ color: #ffffff;
+ background-color: #11bef6;
+}
+
+a.list-group-item-info,
+button.list-group-item-info {
+ color: #ffffff;
+}
+a.list-group-item-info .list-group-item-heading,
+button.list-group-item-info .list-group-item-heading {
+ color: inherit;
+}
+a.list-group-item-info:focus, a.list-group-item-info:hover,
+button.list-group-item-info:focus,
+button.list-group-item-info:hover {
+ color: #ffffff;
+ background-color: #09afe5;
+}
+a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover,
+button.list-group-item-info.active,
+button.list-group-item-info.active:focus,
+button.list-group-item-info.active:hover {
+ color: #fff;
+ background-color: #ffffff;
+ border-color: #ffffff;
+}
+
+.list-group-item-warning {
+ color: #ffffff;
+ background-color: #ff754b;
+}
+
+a.list-group-item-warning,
+button.list-group-item-warning {
+ color: #ffffff;
+}
+a.list-group-item-warning .list-group-item-heading,
+button.list-group-item-warning .list-group-item-heading {
+ color: inherit;
+}
+a.list-group-item-warning:focus, a.list-group-item-warning:hover,
+button.list-group-item-warning:focus,
+button.list-group-item-warning:hover {
+ color: #ffffff;
+ background-color: #ff6132;
+}
+a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover,
+button.list-group-item-warning.active,
+button.list-group-item-warning.active:focus,
+button.list-group-item-warning.active:hover {
+ color: #fff;
+ background-color: #ffffff;
+ border-color: #ffffff;
+}
+
+.list-group-item-danger {
+ color: #ffffff;
+ background-color: #ff3160;
+}
+
+a.list-group-item-danger,
+button.list-group-item-danger {
+ color: #ffffff;
+}
+a.list-group-item-danger .list-group-item-heading,
+button.list-group-item-danger .list-group-item-heading {
+ color: inherit;
+}
+a.list-group-item-danger:focus, a.list-group-item-danger:hover,
+button.list-group-item-danger:focus,
+button.list-group-item-danger:hover {
+ color: #ffffff;
+ background-color: #ff184c;
+}
+a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover,
+button.list-group-item-danger.active,
+button.list-group-item-danger.active:focus,
+button.list-group-item-danger.active:hover {
+ color: #fff;
+ background-color: #ffffff;
+ border-color: #ffffff;
+}
+
+.list-group-item-heading {
+ margin-top: 0;
+ margin-bottom: 5px;
+}
+
+.list-group-item-text {
+ margin-bottom: 0;
+ line-height: 1.3;
+}
+
+.embed-responsive {
+ position: relative;
+ display: block;
+ height: 0;
+ padding: 0;
+ overflow: hidden;
+}
+.embed-responsive .embed-responsive-item,
+.embed-responsive iframe,
+.embed-responsive embed,
+.embed-responsive object,
+.embed-responsive video {
+ position: absolute;
+ top: 0;
+ bottom: 0;
+ left: 0;
+ width: 100%;
+ height: 100%;
+ border: 0;
+}
+
+.embed-responsive-21by9 {
+ padding-bottom: 42.8571428571%;
+}
+
+.embed-responsive-16by9 {
+ padding-bottom: 56.25%;
+}
+
+.embed-responsive-4by3 {
+ padding-bottom: 75%;
+}
+
+.embed-responsive-1by1 {
+ padding-bottom: 100%;
+}
+
+.close {
+ float: right;
+ font-size: 1.5rem;
+ font-weight: bold;
+ line-height: 1;
+ color: #ffffff;
+ text-shadow: 1px 1px 0 rgba(66, 66, 66, 0.1);
+ opacity: 0.2;
+}
+.close:focus, .close:hover {
+ color: #ffffff;
+ text-decoration: none;
+ cursor: pointer;
+ opacity: 0.5;
+}
+
+button.close {
+ padding: 0;
+ cursor: pointer;
+ background: transparent;
+ border: 0;
+ -webkit-appearance: none;
+}
+
+.modal-open {
+ overflow: hidden;
+}
+
+.modal {
+ position: fixed;
+ top: 0;
+ right: 0;
+ bottom: 0;
+ left: 0;
+ z-index: 1050;
+ display: none;
+ overflow: hidden;
+ outline: 0;
+}
+.modal.fade .modal-dialog {
+ transition: -webkit-transform 0.3s ease-out;
+ transition: transform 0.3s ease-out;
+ transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
+ -webkit-transform: translate(0, -25%);
+ transform: translate(0, -25%);
+}
+.modal.in .modal-dialog {
+ -webkit-transform: translate(0, 0);
+ transform: translate(0, 0);
+}
+
+.modal-open .modal {
+ overflow-x: hidden;
+ overflow-y: auto;
+}
+
+.modal-dialog {
+ position: relative;
+ width: auto;
+ margin: 10px;
+}
+
+.modal-content {
+ position: relative;
+ background-color: #fff;
+ background-clip: padding-box;
+ border: 0 solid transparent;
+ border-radius: 0.25rem;
+ outline: 0;
+}
+
+.modal-backdrop {
+ position: fixed;
+ top: 0;
+ right: 0;
+ bottom: 0;
+ left: 0;
+ z-index: 1040;
+ background-color: #212121;
+}
+.modal-backdrop.fade {
+ opacity: 0;
+}
+.modal-backdrop.in {
+ opacity: 0.8;
+}
+
+.modal-header {
+ padding: 15px;
+ border-bottom: 0 solid #e5e5e5;
+}
+.modal-header::after {
+ content: \"\";
+ display: table;
+ clear: both;
+}
+
+.modal-header .close {
+ margin-top: -2px;
+}
+
+.modal-title {
+ margin: 0;
+ line-height: 1.5;
+}
+
+.modal-body {
+ position: relative;
+ padding: 15px;
+}
+
+.modal-footer {
+ padding: 15px;
+ text-align: right;
+ border-top: 0 solid #e5e5e5;
+}
+.modal-footer::after {
+ content: \"\";
+ display: table;
+ clear: both;
+}
+
+.modal-scrollbar-measure {
+ position: absolute;
+ top: -9999px;
+ width: 50px;
+ height: 50px;
+ overflow: scroll;
+}
+
+@media (min-width: 576px) {
+ .modal-dialog {
+ max-width: 600px;
+ margin: 30px auto;
+ }
+
+ .modal-sm {
+ max-width: 300px;
+ }
+}
+@media (min-width: 992px) {
+ .modal-lg {
+ max-width: 900px;
+ }
+}
+.tooltip {
+ position: absolute;
+ z-index: 1070;
+ display: block;
+ font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;
+ font-style: normal;
+ font-weight: normal;
+ letter-spacing: normal;
+ line-break: auto;
+ line-height: 1.5;
+ text-align: left;
+ text-align: start;
+ text-decoration: none;
+ text-shadow: none;
+ text-transform: none;
+ white-space: normal;
+ word-break: normal;
+ word-spacing: normal;
+ font-size: 0.875rem;
+ word-wrap: break-word;
+ opacity: 0;
+}
+.tooltip.in {
+ opacity: 0.9;
+}
+.tooltip.tooltip-top, .tooltip.bs-tether-element-attached-bottom {
+ padding: 5px 0;
+ margin-top: -3px;
+}
+.tooltip.tooltip-top .tooltip-inner::before, .tooltip.bs-tether-element-attached-bottom .tooltip-inner::before {
+ bottom: 0;
+ left: 50%;
+ margin-left: -5px;
+ content: \"\";
+ border-width: 5px 5px 0;
+ border-top-color: #212121;
+}
+.tooltip.tooltip-right, .tooltip.bs-tether-element-attached-left {
+ padding: 0 5px;
+ margin-left: 3px;
+}
+.tooltip.tooltip-right .tooltip-inner::before, .tooltip.bs-tether-element-attached-left .tooltip-inner::before {
+ top: 50%;
+ left: 0;
+ margin-top: -5px;
+ content: \"\";
+ border-width: 5px 5px 5px 0;
+ border-right-color: #212121;
+}
+.tooltip.tooltip-bottom, .tooltip.bs-tether-element-attached-top {
+ padding: 5px 0;
+ margin-top: 3px;
+}
+.tooltip.tooltip-bottom .tooltip-inner::before, .tooltip.bs-tether-element-attached-top .tooltip-inner::before {
+ top: 0;
+ left: 50%;
+ margin-left: -5px;
+ content: \"\";
+ border-width: 0 5px 5px;
+ border-bottom-color: #212121;
+}
+.tooltip.tooltip-left, .tooltip.bs-tether-element-attached-right {
+ padding: 0 5px;
+ margin-left: -3px;
+}
+.tooltip.tooltip-left .tooltip-inner::before, .tooltip.bs-tether-element-attached-right .tooltip-inner::before {
+ top: 50%;
+ right: 0;
+ margin-top: -5px;
+ content: \"\";
+ border-width: 5px 0 5px 5px;
+ border-left-color: #212121;
+}
+
+.tooltip-inner {
+ max-width: 200px;
+ padding: 3px 8px;
+ color: #fff;
+ text-align: center;
+ background-color: #212121;
+ border-radius: 0.17rem;
+}
+.tooltip-inner::before {
+ position: absolute;
+ width: 0;
+ height: 0;
+ border-color: transparent;
+ border-style: solid;
+}
+
+.popover {
+ position: absolute;
+ top: 0;
+ left: 0;
+ z-index: 1060;
+ display: block;
+ max-width: 276px;
+ padding: 1px;
+ font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;
+ font-style: normal;
+ font-weight: normal;
+ letter-spacing: normal;
+ line-break: auto;
+ line-height: 1.5;
+ text-align: left;
+ text-align: start;
+ text-decoration: none;
+ text-shadow: none;
+ text-transform: none;
+ white-space: normal;
+ word-break: normal;
+ word-spacing: normal;
+ font-size: 0.875rem;
+ word-wrap: break-word;
+ background-color: #fff;
+ background-clip: padding-box;
+ border: 1px solid rgba(0, 0, 0, 0.2);
+ border-radius: 0.25rem;
+}
+.popover.popover-top, .popover.bs-tether-element-attached-bottom {
+ margin-top: -10px;
+}
+.popover.popover-top::before, .popover.popover-top::after, .popover.bs-tether-element-attached-bottom::before, .popover.bs-tether-element-attached-bottom::after {
+ left: 50%;
+ border-bottom-width: 0;
+}
+.popover.popover-top::before, .popover.bs-tether-element-attached-bottom::before {
+ bottom: -11px;
+ margin-left: -11px;
+ border-top-color: rgba(0, 0, 0, 0.25);
+}
+.popover.popover-top::after, .popover.bs-tether-element-attached-bottom::after {
+ bottom: -10px;
+ margin-left: -10px;
+ border-top-color: #fff;
+}
+.popover.popover-right, .popover.bs-tether-element-attached-left {
+ margin-left: 10px;
+}
+.popover.popover-right::before, .popover.popover-right::after, .popover.bs-tether-element-attached-left::before, .popover.bs-tether-element-attached-left::after {
+ top: 50%;
+ border-left-width: 0;
+}
+.popover.popover-right::before, .popover.bs-tether-element-attached-left::before {
+ left: -11px;
+ margin-top: -11px;
+ border-right-color: rgba(0, 0, 0, 0.25);
+}
+.popover.popover-right::after, .popover.bs-tether-element-attached-left::after {
+ left: -10px;
+ margin-top: -10px;
+ border-right-color: #fff;
+}
+.popover.popover-bottom, .popover.bs-tether-element-attached-top {
+ margin-top: 10px;
+}
+.popover.popover-bottom::before, .popover.popover-bottom::after, .popover.bs-tether-element-attached-top::before, .popover.bs-tether-element-attached-top::after {
+ left: 50%;
+ border-top-width: 0;
+}
+.popover.popover-bottom::before, .popover.bs-tether-element-attached-top::before {
+ top: -11px;
+ margin-left: -11px;
+ border-bottom-color: rgba(0, 0, 0, 0.25);
+}
+.popover.popover-bottom::after, .popover.bs-tether-element-attached-top::after {
+ top: -10px;
+ margin-left: -10px;
+ border-bottom-color: #f7f7f7;
+}
+.popover.popover-bottom .popover-title::before, .popover.bs-tether-element-attached-top .popover-title::before {
+ position: absolute;
+ top: 0;
+ left: 50%;
+ display: block;
+ width: 20px;
+ margin-left: -10px;
+ content: \"\";
+ border-bottom: 1px solid #f7f7f7;
+}
+.popover.popover-left, .popover.bs-tether-element-attached-right {
+ margin-left: -10px;
+}
+.popover.popover-left::before, .popover.popover-left::after, .popover.bs-tether-element-attached-right::before, .popover.bs-tether-element-attached-right::after {
+ top: 50%;
+ border-right-width: 0;
+}
+.popover.popover-left::before, .popover.bs-tether-element-attached-right::before {
+ right: -11px;
+ margin-top: -11px;
+ border-left-color: rgba(0, 0, 0, 0.25);
+}
+.popover.popover-left::after, .popover.bs-tether-element-attached-right::after {
+ right: -10px;
+ margin-top: -10px;
+ border-left-color: #fff;
+}
+
+.popover-title {
+ padding: 8px 14px;
+ margin: 0;
+ font-size: 1rem;
+ background-color: #f7f7f7;
+ border-bottom: 1px solid #ebebeb;
+ border-radius: 0.1875rem 0.1875rem 0 0;
+}
+.popover-title:empty {
+ display: none;
+}
+
+.popover-content {
+ padding: 9px 14px;
+}
+
+.popover::before,
+.popover::after {
+ position: absolute;
+ display: block;
+ width: 0;
+ height: 0;
+ border-color: transparent;
+ border-style: solid;
+}
+
+.popover::before {
+ content: \"\";
+ border-width: 11px;
+}
+
+.popover::after {
+ content: \"\";
+ border-width: 10px;
+}
+
+.carousel {
+ position: relative;
+}
+
+.carousel-inner {
+ position: relative;
+ width: 100%;
+ overflow: hidden;
+}
+.carousel-inner > .carousel-item {
+ position: relative;
+ display: none;
+ transition: 0.6s ease-in-out left;
+}
+.carousel-inner > .carousel-item > img,
+.carousel-inner > .carousel-item > a > img {
+ line-height: 1;
+}
+@media all and (transform-3d), (-webkit-transform-3d) {
+ .carousel-inner > .carousel-item {
+ transition: -webkit-transform 0.6s ease-in-out;
+ transition: transform 0.6s ease-in-out;
+ transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
+ -webkit-backface-visibility: hidden;
+ backface-visibility: hidden;
+ -webkit-perspective: 1000px;
+ perspective: 1000px;
+ }
+ .carousel-inner > .carousel-item.next, .carousel-inner > .carousel-item.active.right {
+ left: 0;
+ -webkit-transform: translate3d(100%, 0, 0);
+ transform: translate3d(100%, 0, 0);
+ }
+ .carousel-inner > .carousel-item.prev, .carousel-inner > .carousel-item.active.left {
+ left: 0;
+ -webkit-transform: translate3d(-100%, 0, 0);
+ transform: translate3d(-100%, 0, 0);
+ }
+ .carousel-inner > .carousel-item.next.left, .carousel-inner > .carousel-item.prev.right, .carousel-inner > .carousel-item.active {
+ left: 0;
+ -webkit-transform: translate3d(0, 0, 0);
+ transform: translate3d(0, 0, 0);
+ }
+}
+.carousel-inner > .active,
+.carousel-inner > .next,
+.carousel-inner > .prev {
+ display: block;
+}
+.carousel-inner > .active {
+ left: 0;
+}
+.carousel-inner > .next,
+.carousel-inner > .prev {
+ position: absolute;
+ top: 0;
+ width: 100%;
+}
+.carousel-inner > .next {
+ left: 100%;
+}
+.carousel-inner > .prev {
+ left: -100%;
+}
+.carousel-inner > .next.left,
+.carousel-inner > .prev.right {
+ left: 0;
+}
+.carousel-inner > .active.left {
+ left: -100%;
+}
+.carousel-inner > .active.right {
+ left: 100%;
+}
+
+.carousel-control {
+ position: absolute;
+ top: 0;
+ bottom: 0;
+ left: 0;
+ width: 15%;
+ font-size: 20px;
+ color: #fff;
+ text-align: center;
+ text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
+ opacity: 0.5;
+}
+.carousel-control.left {
+ background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
+ background-repeat: repeat-x;
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=\"#80000000\", endColorstr=\"#00000000\", GradientType=1);
+}
+.carousel-control.right {
+ right: 0;
+ left: auto;
+ background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
+ background-repeat: repeat-x;
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=\"#00000000\", endColorstr=\"#80000000\", GradientType=1);
+}
+.carousel-control:focus, .carousel-control:hover {
+ color: #fff;
+ text-decoration: none;
+ outline: 0;
+ opacity: 0.9;
+}
+.carousel-control .icon-prev,
+.carousel-control .icon-next {
+ position: absolute;
+ top: 50%;
+ z-index: 5;
+ display: inline-block;
+ width: 20px;
+ height: 20px;
+ margin-top: -10px;
+ font-family: serif;
+ line-height: 1;
+}
+.carousel-control .icon-prev {
+ left: 50%;
+ margin-left: -10px;
+}
+.carousel-control .icon-next {
+ right: 50%;
+ margin-right: -10px;
+}
+.carousel-control .icon-prev::before {
+ content: \"\\2039\";
+}
+.carousel-control .icon-next::before {
+ content: \"\\203A\";
+}
+
+.carousel-indicators {
+ position: absolute;
+ bottom: 10px;
+ left: 50%;
+ z-index: 15;
+ width: 60%;
+ padding-left: 0;
+ margin-left: -30%;
+ text-align: center;
+ list-style: none;
+}
+.carousel-indicators li {
+ display: inline-block;
+ width: 10px;
+ height: 10px;
+ margin: 1px;
+ text-indent: -999px;
+ cursor: pointer;
+ background-color: rgba(0, 0, 0, 0);
+ border: 1px solid #fff;
+ border-radius: 10px;
+}
+.carousel-indicators .active {
+ width: 12px;
+ height: 12px;
+ margin: 0;
+ background-color: #fff;
+}
+
+.carousel-caption {
+ position: absolute;
+ right: 15%;
+ bottom: 20px;
+ left: 15%;
+ z-index: 10;
+ padding-top: 20px;
+ padding-bottom: 20px;
+ color: #fff;
+ text-align: center;
+ text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
+}
+.carousel-caption .btn {
+ text-shadow: none;
+}
+
+@media (min-width: 576px) {
+ .carousel-control .icon-prev,
+.carousel-control .icon-next {
+ width: 30px;
+ height: 30px;
+ margin-top: -15px;
+ font-size: 30px;
+ }
+ .carousel-control .icon-prev {
+ margin-left: -15px;
+ }
+ .carousel-control .icon-next {
+ margin-right: -15px;
+ }
+
+ .carousel-caption {
+ right: 20%;
+ left: 20%;
+ padding-bottom: 30px;
+ }
+
+ .carousel-indicators {
+ bottom: 20px;
+ }
+}
+.align-baseline {
+ vertical-align: baseline !important;
+}
+
+.align-top {
+ vertical-align: top !important;
+}
+
+.align-middle {
+ vertical-align: middle !important;
+}
+
+.align-bottom {
+ vertical-align: bottom !important;
+}
+
+.align-text-bottom {
+ vertical-align: text-bottom !important;
+}
+
+.align-text-top {
+ vertical-align: text-top !important;
+}
+
+.bg-faded {
+ background-color: #f7f7f9;
+}
+
+.bg-primary {
+ background-color: #b21cc3 !important;
+}
+
+a.bg-primary:focus, a.bg-primary:hover {
+ background-color: #891696 !important;
+}
+
+.bg-success {
+ background-color: #47d165 !important;
+}
+
+a.bg-success:focus, a.bg-success:hover {
+ background-color: #2eb74c !important;
+}
+
+.bg-info {
+ background-color: #11bef6 !important;
+}
+
+a.bg-info:focus, a.bg-info:hover {
+ background-color: #089ccc !important;
+}
+
+.bg-warning {
+ background-color: #ff754b !important;
+}
+
+a.bg-warning:focus, a.bg-warning:hover {
+ background-color: #ff4e18 !important;
+}
+
+.bg-danger {
+ background-color: #ff3160 !important;
+}
+
+a.bg-danger:focus, a.bg-danger:hover {
+ background-color: #fd003a !important;
+}
+
+.bg-inverse {
+ background-color: #d4d6d7 !important;
+}
+
+a.bg-inverse:focus, a.bg-inverse:hover {
+ background-color: #babdbe !important;
+}
+
+.rounded {
+ border-radius: 0.17rem;
+}
+
+.rounded-top {
+ border-top-right-radius: 0.17rem;
+ border-top-left-radius: 0.17rem;
+}
+
+.rounded-right {
+ border-bottom-right-radius: 0.17rem;
+ border-top-right-radius: 0.17rem;
+}
+
+.rounded-bottom {
+ border-bottom-right-radius: 0.17rem;
+ border-bottom-left-radius: 0.17rem;
+}
+
+.rounded-left {
+ border-bottom-left-radius: 0.17rem;
+ border-top-left-radius: 0.17rem;
+}
+
+.rounded-circle {
+ border-radius: 50%;
+}
+
+.clearfix::after {
+ content: \"\";
+ display: table;
+ clear: both;
+}
+
+.d-block {
+ display: block !important;
+}
+
+.d-inline-block {
+ display: inline-block !important;
+}
+
+.d-inline {
+ display: inline !important;
+}
+
+.flex-xs-first {
+ order: -1;
+}
+
+.flex-xs-last {
+ order: 1;
+}
+
+.flex-xs-unordered {
+ order: 0;
+}
+
+.flex-items-xs-top {
+ align-items: flex-start;
+}
+
+.flex-items-xs-middle {
+ align-items: center;
+}
+
+.flex-items-xs-bottom {
+ align-items: flex-end;
+}
+
+.flex-xs-top {
+ align-self: flex-start;
+}
+
+.flex-xs-middle {
+ align-self: center;
+}
+
+.flex-xs-bottom {
+ align-self: flex-end;
+}
+
+.flex-items-xs-left {
+ justify-content: flex-start;
+}
+
+.flex-items-xs-center {
+ justify-content: center;
+}
+
+.flex-items-xs-right {
+ justify-content: flex-end;
+}
+
+.flex-items-xs-around {
+ justify-content: space-around;
+}
+
+.flex-items-xs-between {
+ justify-content: space-between;
+}
+
+@media (min-width: 576px) {
+ .flex-sm-first {
+ order: -1;
+ }
+
+ .flex-sm-last {
+ order: 1;
+ }
+
+ .flex-sm-unordered {
+ order: 0;
+ }
+}
+@media (min-width: 576px) {
+ .flex-items-sm-top {
+ align-items: flex-start;
+ }
+
+ .flex-items-sm-middle {
+ align-items: center;
+ }
+
+ .flex-items-sm-bottom {
+ align-items: flex-end;
+ }
+}
+@media (min-width: 576px) {
+ .flex-sm-top {
+ align-self: flex-start;
+ }
+
+ .flex-sm-middle {
+ align-self: center;
+ }
+
+ .flex-sm-bottom {
+ align-self: flex-end;
+ }
+}
+@media (min-width: 576px) {
+ .flex-items-sm-left {
+ justify-content: flex-start;
+ }
+
+ .flex-items-sm-center {
+ justify-content: center;
+ }
+
+ .flex-items-sm-right {
+ justify-content: flex-end;
+ }
+
+ .flex-items-sm-around {
+ justify-content: space-around;
+ }
+
+ .flex-items-sm-between {
+ justify-content: space-between;
+ }
+}
+@media (min-width: 768px) {
+ .flex-md-first {
+ order: -1;
+ }
+
+ .flex-md-last {
+ order: 1;
+ }
+
+ .flex-md-unordered {
+ order: 0;
+ }
+}
+@media (min-width: 768px) {
+ .flex-items-md-top {
+ align-items: flex-start;
+ }
+
+ .flex-items-md-middle {
+ align-items: center;
+ }
+
+ .flex-items-md-bottom {
+ align-items: flex-end;
+ }
+}
+@media (min-width: 768px) {
+ .flex-md-top {
+ align-self: flex-start;
+ }
+
+ .flex-md-middle {
+ align-self: center;
+ }
+
+ .flex-md-bottom {
+ align-self: flex-end;
+ }
+}
+@media (min-width: 768px) {
+ .flex-items-md-left {
+ justify-content: flex-start;
+ }
+
+ .flex-items-md-center {
+ justify-content: center;
+ }
+
+ .flex-items-md-right {
+ justify-content: flex-end;
+ }
+
+ .flex-items-md-around {
+ justify-content: space-around;
+ }
+
+ .flex-items-md-between {
+ justify-content: space-between;
+ }
+}
+@media (min-width: 992px) {
+ .flex-lg-first {
+ order: -1;
+ }
+
+ .flex-lg-last {
+ order: 1;
+ }
+
+ .flex-lg-unordered {
+ order: 0;
+ }
+}
+@media (min-width: 992px) {
+ .flex-items-lg-top {
+ align-items: flex-start;
+ }
+
+ .flex-items-lg-middle {
+ align-items: center;
+ }
+
+ .flex-items-lg-bottom {
+ align-items: flex-end;
+ }
+}
+@media (min-width: 992px) {
+ .flex-lg-top {
+ align-self: flex-start;
+ }
+
+ .flex-lg-middle {
+ align-self: center;
+ }
+
+ .flex-lg-bottom {
+ align-self: flex-end;
+ }
+}
+@media (min-width: 992px) {
+ .flex-items-lg-left {
+ justify-content: flex-start;
+ }
+
+ .flex-items-lg-center {
+ justify-content: center;
+ }
+
+ .flex-items-lg-right {
+ justify-content: flex-end;
+ }
+
+ .flex-items-lg-around {
+ justify-content: space-around;
+ }
+
+ .flex-items-lg-between {
+ justify-content: space-between;
+ }
+}
+@media (min-width: 1200px) {
+ .flex-xl-first {
+ order: -1;
+ }
+
+ .flex-xl-last {
+ order: 1;
+ }
+
+ .flex-xl-unordered {
+ order: 0;
+ }
+}
+@media (min-width: 1200px) {
+ .flex-items-xl-top {
+ align-items: flex-start;
+ }
+
+ .flex-items-xl-middle {
+ align-items: center;
+ }
+
+ .flex-items-xl-bottom {
+ align-items: flex-end;
+ }
+}
+@media (min-width: 1200px) {
+ .flex-xl-top {
+ align-self: flex-start;
+ }
+
+ .flex-xl-middle {
+ align-self: center;
+ }
+
+ .flex-xl-bottom {
+ align-self: flex-end;
+ }
+}
+@media (min-width: 1200px) {
+ .flex-items-xl-left {
+ justify-content: flex-start;
+ }
+
+ .flex-items-xl-center {
+ justify-content: center;
+ }
+
+ .flex-items-xl-right {
+ justify-content: flex-end;
+ }
+
+ .flex-items-xl-around {
+ justify-content: space-around;
+ }
+
+ .flex-items-xl-between {
+ justify-content: space-between;
+ }
+}
+.float-xs-left {
+ float: left !important;
+}
+
+.float-xs-right {
+ float: right !important;
+}
+
+.float-xs-none {
+ float: none !important;
+}
+
+@media (min-width: 576px) {
+ .float-sm-left {
+ float: left !important;
+ }
+
+ .float-sm-right {
+ float: right !important;
+ }
+
+ .float-sm-none {
+ float: none !important;
+ }
+}
+@media (min-width: 768px) {
+ .float-md-left {
+ float: left !important;
+ }
+
+ .float-md-right {
+ float: right !important;
+ }
+
+ .float-md-none {
+ float: none !important;
+ }
+}
+@media (min-width: 992px) {
+ .float-lg-left {
+ float: left !important;
+ }
+
+ .float-lg-right {
+ float: right !important;
+ }
+
+ .float-lg-none {
+ float: none !important;
+ }
+}
+@media (min-width: 1200px) {
+ .float-xl-left {
+ float: left !important;
+ }
+
+ .float-xl-right {
+ float: right !important;
+ }
+
+ .float-xl-none {
+ float: none !important;
+ }
+}
+.sr-only {
+ position: absolute;
+ width: 1px;
+ height: 1px;
+ padding: 0;
+ margin: -1px;
+ overflow: hidden;
+ clip: rect(0, 0, 0, 0);
+ border: 0;
+}
+
+.sr-only-focusable:active, .sr-only-focusable:focus {
+ position: static;
+ width: auto;
+ height: auto;
+ margin: 0;
+ overflow: visible;
+ clip: auto;
+}
+
+.w-100 {
+ width: 100% !important;
+}
+
+.h-100 {
+ height: 100% !important;
+}
+
+.mx-auto {
+ margin-right: auto !important;
+ margin-left: auto !important;
+}
+
+.m-0 {
+ margin: 0 0 !important;
+}
+
+.mt-0 {
+ margin-top: 0 !important;
+}
+
+.mr-0 {
+ margin-right: 0 !important;
+}
+
+.mb-0 {
+ margin-bottom: 0 !important;
+}
+
+.ml-0 {
+ margin-left: 0 !important;
+}
+
+.mx-0 {
+ margin-right: 0 !important;
+ margin-left: 0 !important;
+}
+
+.my-0 {
+ margin-top: 0 !important;
+ margin-bottom: 0 !important;
+}
+
+.m-1 {
+ margin: 1rem 1rem !important;
+}
+
+.mt-1 {
+ margin-top: 1rem !important;
+}
+
+.mr-1 {
+ margin-right: 1rem !important;
+}
+
+.mb-1 {
+ margin-bottom: 1rem !important;
+}
+
+.ml-1 {
+ margin-left: 1rem !important;
+}
+
+.mx-1 {
+ margin-right: 1rem !important;
+ margin-left: 1rem !important;
+}
+
+.my-1 {
+ margin-top: 1rem !important;
+ margin-bottom: 1rem !important;
+}
+
+.m-2 {
+ margin: 1.5rem 1.5rem !important;
+}
+
+.mt-2 {
+ margin-top: 1.5rem !important;
+}
+
+.mr-2 {
+ margin-right: 1.5rem !important;
+}
+
+.mb-2 {
+ margin-bottom: 1.5rem !important;
+}
+
+.ml-2 {
+ margin-left: 1.5rem !important;
+}
+
+.mx-2 {
+ margin-right: 1.5rem !important;
+ margin-left: 1.5rem !important;
+}
+
+.my-2 {
+ margin-top: 1.5rem !important;
+ margin-bottom: 1.5rem !important;
+}
+
+.m-3 {
+ margin: 3rem 3rem !important;
+}
+
+.mt-3 {
+ margin-top: 3rem !important;
+}
+
+.mr-3 {
+ margin-right: 3rem !important;
+}
+
+.mb-3 {
+ margin-bottom: 3rem !important;
+}
+
+.ml-3 {
+ margin-left: 3rem !important;
+}
+
+.mx-3 {
+ margin-right: 3rem !important;
+ margin-left: 3rem !important;
+}
+
+.my-3 {
+ margin-top: 3rem !important;
+ margin-bottom: 3rem !important;
+}
+
+.p-0 {
+ padding: 0 0 !important;
+}
+
+.pt-0 {
+ padding-top: 0 !important;
+}
+
+.pr-0 {
+ padding-right: 0 !important;
+}
+
+.pb-0 {
+ padding-bottom: 0 !important;
+}
+
+.pl-0 {
+ padding-left: 0 !important;
+}
+
+.px-0 {
+ padding-right: 0 !important;
+ padding-left: 0 !important;
+}
+
+.py-0 {
+ padding-top: 0 !important;
+ padding-bottom: 0 !important;
+}
+
+.p-1 {
+ padding: 1rem 1rem !important;
+}
+
+.pt-1 {
+ padding-top: 1rem !important;
+}
+
+.pr-1 {
+ padding-right: 1rem !important;
+}
+
+.pb-1 {
+ padding-bottom: 1rem !important;
+}
+
+.pl-1 {
+ padding-left: 1rem !important;
+}
+
+.px-1 {
+ padding-right: 1rem !important;
+ padding-left: 1rem !important;
+}
+
+.py-1 {
+ padding-top: 1rem !important;
+ padding-bottom: 1rem !important;
+}
+
+.p-2 {
+ padding: 1.5rem 1.5rem !important;
+}
+
+.pt-2 {
+ padding-top: 1.5rem !important;
+}
+
+.pr-2 {
+ padding-right: 1.5rem !important;
+}
+
+.pb-2 {
+ padding-bottom: 1.5rem !important;
+}
+
+.pl-2 {
+ padding-left: 1.5rem !important;
+}
+
+.px-2 {
+ padding-right: 1.5rem !important;
+ padding-left: 1.5rem !important;
+}
+
+.py-2 {
+ padding-top: 1.5rem !important;
+ padding-bottom: 1.5rem !important;
+}
+
+.p-3 {
+ padding: 3rem 3rem !important;
+}
+
+.pt-3 {
+ padding-top: 3rem !important;
+}
+
+.pr-3 {
+ padding-right: 3rem !important;
+}
+
+.pb-3 {
+ padding-bottom: 3rem !important;
+}
+
+.pl-3 {
+ padding-left: 3rem !important;
+}
+
+.px-3 {
+ padding-right: 3rem !important;
+ padding-left: 3rem !important;
+}
+
+.py-3 {
+ padding-top: 3rem !important;
+ padding-bottom: 3rem !important;
+}
+
+.pos-f-t {
+ position: fixed;
+ top: 0;
+ right: 0;
+ left: 0;
+ z-index: 1030;
+}
+
+.text-justify {
+ text-align: justify !important;
+}
+
+.text-nowrap {
+ white-space: nowrap !important;
+}
+
+.text-truncate {
+ overflow: hidden;
+ text-overflow: ellipsis;
+ white-space: nowrap;
+}
+
+.text-xs-left {
+ text-align: left !important;
+}
+
+.text-xs-right {
+ text-align: right !important;
+}
+
+.text-xs-center {
+ text-align: center !important;
+}
+
+@media (min-width: 576px) {
+ .text-sm-left {
+ text-align: left !important;
+ }
+
+ .text-sm-right {
+ text-align: right !important;
+ }
+
+ .text-sm-center {
+ text-align: center !important;
+ }
+}
+@media (min-width: 768px) {
+ .text-md-left {
+ text-align: left !important;
+ }
+
+ .text-md-right {
+ text-align: right !important;
+ }
+
+ .text-md-center {
+ text-align: center !important;
+ }
+}
+@media (min-width: 992px) {
+ .text-lg-left {
+ text-align: left !important;
+ }
+
+ .text-lg-right {
+ text-align: right !important;
+ }
+
+ .text-lg-center {
+ text-align: center !important;
+ }
+}
+@media (min-width: 1200px) {
+ .text-xl-left {
+ text-align: left !important;
+ }
+
+ .text-xl-right {
+ text-align: right !important;
+ }
+
+ .text-xl-center {
+ text-align: center !important;
+ }
+}
+.text-lowercase {
+ text-transform: lowercase !important;
+}
+
+.text-uppercase {
+ text-transform: uppercase !important;
+}
+
+.text-capitalize {
+ text-transform: capitalize !important;
+}
+
+.font-weight-normal {
+ font-weight: normal;
+}
+
+.font-weight-bold {
+ font-weight: bold;
+}
+
+.font-italic {
+ font-style: italic;
+}
+
+.text-white {
+ color: #fff !important;
+}
+
+.text-muted {
+ color: #888888 !important;
+}
+
+a.text-muted:focus, a.text-muted:hover {
+ color: #6f6f6f !important;
+}
+
+.text-primary {
+ color: #b21cc3 !important;
+}
+
+a.text-primary:focus, a.text-primary:hover {
+ color: #891696 !important;
+}
+
+.text-success {
+ color: #47d165 !important;
+}
+
+a.text-success:focus, a.text-success:hover {
+ color: #2eb74c !important;
+}
+
+.text-info {
+ color: #11bef6 !important;
+}
+
+a.text-info:focus, a.text-info:hover {
+ color: #089ccc !important;
+}
+
+.text-warning {
+ color: #ff754b !important;
+}
+
+a.text-warning:focus, a.text-warning:hover {
+ color: #ff4e18 !important;
+}
+
+.text-danger {
+ color: #ff3160 !important;
+}
+
+a.text-danger:focus, a.text-danger:hover {
+ color: #fd003a !important;
+}
+
+.text-gray-dark {
+ color: #373a3c !important;
+}
+
+a.text-gray-dark:focus, a.text-gray-dark:hover {
+ color: #1f2021 !important;
+}
+
+.text-hide {
+ font: 0/0 a;
+ color: transparent;
+ text-shadow: none;
+ background-color: transparent;
+ border: 0;
+}
+
+.invisible {
+ visibility: hidden !important;
+}
+
+.hidden-xs-up {
+ display: none !important;
+}
+
+@media (max-width: 575px) {
+ .hidden-xs-down {
+ display: none !important;
+ }
+}
+
+@media (min-width: 576px) {
+ .hidden-sm-up {
+ display: none !important;
+ }
+}
+
+@media (max-width: 767px) {
+ .hidden-sm-down {
+ display: none !important;
+ }
+}
+
+@media (min-width: 768px) {
+ .hidden-md-up {
+ display: none !important;
+ }
+}
+
+@media (max-width: 991px) {
+ .hidden-md-down {
+ display: none !important;
+ }
+}
+
+@media (min-width: 992px) {
+ .hidden-lg-up {
+ display: none !important;
+ }
+}
+
+@media (max-width: 1199px) {
+ .hidden-lg-down {
+ display: none !important;
+ }
+}
+
+@media (min-width: 1200px) {
+ .hidden-xl-up {
+ display: none !important;
+ }
+}
+
+.hidden-xl-down {
+ display: none !important;
+}
+
+.visible-print-block {
+ display: none !important;
+}
+@media print {
+ .visible-print-block {
+ display: block !important;
+ }
+}
+
+.visible-print-inline {
+ display: none !important;
+}
+@media print {
+ .visible-print-inline {
+ display: inline !important;
+ }
+}
+
+.visible-print-inline-block {
+ display: none !important;
+}
+@media print {
+ .visible-print-inline-block {
+ display: inline-block !important;
+ }
+}
+
+@media print {
+ .hidden-print {
+ display: none !important;
+ }
+}
+
+.select2-container {
+ box-sizing: border-box;
+ display: inline-block;
+ margin: 0;
+ position: relative;
+ vertical-align: middle; }
+ .select2-container .select2-selection--single {
+ box-sizing: border-box;
+ cursor: pointer;
+ display: block;
+ height: 28px;
+ user-select: none;
+ -webkit-user-select: none; }
+ .select2-container .select2-selection--single .select2-selection__rendered {
+ display: block;
+ padding-left: 8px;
+ padding-right: 20px;
+ overflow: hidden;
+ text-overflow: ellipsis;
+ white-space: nowrap; }
+ .select2-container .select2-selection--single .select2-selection__clear {
+ position: relative; }
+ .select2-container[dir=\"rtl\"] .select2-selection--single .select2-selection__rendered {
+ padding-right: 8px;
+ padding-left: 20px; }
+ .select2-container .select2-selection--multiple {
+ box-sizing: border-box;
+ cursor: pointer;
+ display: inline-block;
+ padding-bottom: 5px;
+ min-height: 32px;
+ user-select: none;
+ -webkit-user-select: none; }
+ .select2-container .select2-search--inline {
+ float: left; }
+ .select2-container .select2-search--inline .select2-search__field {
+ box-sizing: border-box;
+ border: none;
+ font-size: 100%;
+ margin-top: 5px;
+ padding: 0; }
+ .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
+ -webkit-appearance: none; }
+
+.select2-dropdown {
+ background-color: white;
+ border: 1px solid #aaa;
+ border-radius: 4px;
+ box-sizing: border-box;
+ display: block;
+ position: absolute;
+ left: -100000px;
+ width: 100%;
+ z-index: 1051; }
+
+.select2-results {
+ display: block; }
+
+.select2-results__options {
+ list-style: none;
+ margin: 0;
+ padding: 0; }
+
+.select2-results__option {
+ padding: 6px;
+ user-select: none;
+ -webkit-user-select: none; }
+ .select2-results__option[aria-selected] {
+ cursor: pointer; }
+
+.select2-container--open .select2-dropdown {
+ left: 0; }
+
+.select2-container--open .select2-dropdown--above {
+ border-bottom: none;
+ border-bottom-left-radius: 0;
+ border-bottom-right-radius: 0; }
+
+.select2-container--open .select2-dropdown--below {
+ border-top: none;
+ border-top-left-radius: 0;
+ border-top-right-radius: 0; }
+
+.select2-search--dropdown {
+ display: block;
+ padding: 4px; }
+ .select2-search--dropdown .select2-search__field {
+ padding: 4px;
+ width: 100%;
+ box-sizing: border-box; }
+ .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
+ -webkit-appearance: none; }
+ .select2-search--dropdown.select2-search--hide {
+ display: none; }
+
+.select2-close-mask {
+ border: 0;
+ margin: 0;
+ padding: 0;
+ display: block;
+ position: fixed;
+ left: 0;
+ top: 0;
+ min-height: 100%;
+ min-width: 100%;
+ height: auto;
+ width: auto;
+ opacity: 0;
+ z-index: 99;
+ background-color: #fff;
+ filter: alpha(opacity=0); }
+
+.select2-hidden-accessible {
+ border: 0 !important;
+ clip: rect(0 0 0 0) !important;
+ height: 1px !important;
+ margin: -1px !important;
+ overflow: hidden !important;
+ padding: 0 !important;
+ position: absolute !important;
+ width: 1px !important; }
+
+.select2-container--default .select2-selection--single {
+ background-color: #fff;
+ border: 1px solid #aaa;
+ border-radius: 4px; }
+ .select2-container--default .select2-selection--single .select2-selection__rendered {
+ color: #444;
+ line-height: 28px; }
+ .select2-container--default .select2-selection--single .select2-selection__clear {
+ cursor: pointer;
+ float: right;
+ font-weight: bold; }
+ .select2-container--default .select2-selection--single .select2-selection__placeholder {
+ color: #999; }
+ .select2-container--default .select2-selection--single .select2-selection__arrow {
+ height: 26px;
+ position: absolute;
+ top: 1px;
+ right: 1px;
+ width: 20px; }
+ .select2-container--default .select2-selection--single .select2-selection__arrow b {
+ border-color: #888 transparent transparent transparent;
+ border-style: solid;
+ border-width: 5px 4px 0 4px;
+ height: 0;
+ left: 50%;
+ margin-left: -4px;
+ margin-top: -2px;
+ position: absolute;
+ top: 50%;
+ width: 0; }
+
+.select2-container--default[dir=\"rtl\"] .select2-selection--single .select2-selection__clear {
+ float: left; }
+
+.select2-container--default[dir=\"rtl\"] .select2-selection--single .select2-selection__arrow {
+ left: 1px;
+ right: auto; }
+
+.select2-container--default.select2-container--disabled .select2-selection--single {
+ background-color: #eee;
+ cursor: default; }
+ .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
+ display: none; }
+
+.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
+ border-color: transparent transparent #888 transparent;
+ border-width: 0 4px 5px 4px; }
+
+.select2-container--default .select2-selection--multiple {
+ background-color: white;
+ border: 1px solid #aaa;
+ border-radius: 4px;
+ cursor: text; }
+
+ .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
+ list-style: none; }
+ .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
+ color: #999;
+ margin-top: 5px;
+ float: left; }
+ .select2-container--default .select2-selection--multiple .select2-selection__clear {
+ cursor: pointer;
+ float: right;
+ font-weight: bold;
+ margin-top: 5px;
+ margin-right: 10px; }
+ .select2-container--default .select2-selection--multiple .select2-selection__choice {
+ background-color: #e4e4e4;
+ border: 1px solid #aaa;
+ border-radius: 4px;
+ cursor: default;
+ float: left;
+ margin-right: 5px;
+ margin-top: 5px;
+ padding: 0 5px; }
+ .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
+ color: #999;
+ cursor: pointer;
+ display: inline-block;
+ font-weight: bold;
+ margin-right: 2px; }
+ .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
+ color: #333; }
+
+.select2-container--default[dir=\"rtl\"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir=\"rtl\"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir=\"rtl\"] .select2-selection--multiple .select2-search--inline {
+ float: right; }
+
+.select2-container--default[dir=\"rtl\"] .select2-selection--multiple .select2-selection__choice {
+ margin-left: 5px;
+ margin-right: auto; }
+
+.select2-container--default[dir=\"rtl\"] .select2-selection--multiple .select2-selection__choice__remove {
+ margin-left: 2px;
+ margin-right: auto; }
+
+.select2-container--default.select2-container--focus .select2-selection--multiple {
+ border: solid black 1px;
+ outline: 0; }
+
+.select2-container--default.select2-container--disabled .select2-selection--multiple {
+ background-color: #eee;
+ cursor: default; }
+
+.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
+ display: none; }
+
+.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
+ border-top-left-radius: 0;
+ border-top-right-radius: 0; }
+
+.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
+ border-bottom-left-radius: 0;
+ border-bottom-right-radius: 0; }
+
+.select2-container--default .select2-search--dropdown .select2-search__field {
+ border: 1px solid #aaa; }
+
+.select2-container--default .select2-search--inline .select2-search__field {
+ background: transparent;
+ border: none;
+ outline: 0;
+ box-shadow: none;
+ -webkit-appearance: textfield; }
+
+.select2-container--default .select2-results > .select2-results__options {
+ max-height: 200px;
+ overflow-y: auto; }
+
+.select2-container--default .select2-results__option[role=group] {
+ padding: 0; }
+
+.select2-container--default .select2-results__option[aria-disabled=true] {
+ color: #999; }
+
+.select2-container--default .select2-results__option[aria-selected=true] {
+ background-color: #ddd; }
+
+.select2-container--default .select2-results__option .select2-results__option {
+ padding-left: 1em; }
+ .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
+ padding-left: 0; }
+ .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
+ margin-left: -1em;
+ padding-left: 2em; }
+ .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
+ margin-left: -2em;
+ padding-left: 3em; }
+ .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
+ margin-left: -3em;
+ padding-left: 4em; }
+ .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
+ margin-left: -4em;
+ padding-left: 5em; }
+ .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
+ margin-left: -5em;
+ padding-left: 6em; }
+
+.select2-container--default .select2-results__option--highlighted[aria-selected] {
+ background-color: #5897fb;
+ color: white; }
+
+.select2-container--default .select2-results__group {
+ cursor: default;
+ display: block;
+ padding: 6px; }
+
+.select2-container--classic .select2-selection--single {
+ background-color: #f7f7f7;
+ border: 1px solid #aaa;
+ border-radius: 4px;
+ outline: 0;
+ background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
+ background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
+ background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
+ background-repeat: repeat-x;
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
+ .select2-container--classic .select2-selection--single:focus {
+ border: 1px solid #5897fb; }
+ .select2-container--classic .select2-selection--single .select2-selection__rendered {
+ color: #444;
+ line-height: 28px; }
+ .select2-container--classic .select2-selection--single .select2-selection__clear {
+ cursor: pointer;
+ float: right;
+ font-weight: bold;
+ margin-right: 10px; }
+ .select2-container--classic .select2-selection--single .select2-selection__placeholder {
+ color: #999; }
+ .select2-container--classic .select2-selection--single .select2-selection__arrow {
+ background-color: #ddd;
+ border: none;
+ border-left: 1px solid #aaa;
+ border-top-right-radius: 4px;
+ border-bottom-right-radius: 4px;
+ height: 26px;
+ position: absolute;
+ top: 1px;
+ right: 1px;
+ width: 20px;
+ background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
+ background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
+ background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
+ background-repeat: repeat-x;
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
+ .select2-container--classic .select2-selection--single .select2-selection__arrow b {
+ border-color: #888 transparent transparent transparent;
+ border-style: solid;
+ border-width: 5px 4px 0 4px;
+ height: 0;
+ left: 50%;
+ margin-left: -4px;
+ margin-top: -2px;
+ position: absolute;
+ top: 50%;
+ width: 0; }
+
+.select2-container--classic[dir=\"rtl\"] .select2-selection--single .select2-selection__clear {
+ float: left; }
+
+.select2-container--classic[dir=\"rtl\"] .select2-selection--single .select2-selection__arrow {
+ border: none;
+ border-right: 1px solid #aaa;
+ border-radius: 0;
+ border-top-left-radius: 4px;
+ border-bottom-left-radius: 4px;
+ left: 1px;
+ right: auto; }
+
+.select2-container--classic.select2-container--open .select2-selection--single {
+ border: 1px solid #5897fb; }
+ .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
+ background: transparent;
+ border: none; }
+ .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
+ border-color: transparent transparent #888 transparent;
+ border-width: 0 4px 5px 4px; }
+
+.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
+ border-top: none;
+ border-top-left-radius: 0;
+ border-top-right-radius: 0;
+ background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
+ background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
+ background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
+ background-repeat: repeat-x;
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
+
+.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
+ border-bottom: none;
+ border-bottom-left-radius: 0;
+ border-bottom-right-radius: 0;
+ background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
+ background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
+ background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
+ background-repeat: repeat-x;
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }
+
+.select2-container--classic .select2-selection--multiple {
+ background-color: white;
+ border: 1px solid #aaa;
+ border-radius: 4px;
+ cursor: text;
+ outline: 0; }
+ .select2-container--classic .select2-selection--multiple:focus {
+ border: 1px solid #5897fb; }
+ .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
+ list-style: none;
+ margin: 0;
+ padding: 0 5px; }
+ .select2-container--classic .select2-selection--multiple .select2-selection__clear {
+ display: none; }
+ .select2-container--classic .select2-selection--multiple .select2-selection__choice {
+ background-color: #e4e4e4;
+ border: 1px solid #aaa;
+ border-radius: 4px;
+ cursor: default;
+ float: left;
+ margin-right: 5px;
+ margin-top: 5px;
+ padding: 0 5px; }
+ .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
+ color: #888;
+ cursor: pointer;
+ display: inline-block;
+ font-weight: bold;
+ margin-right: 2px; }
+ .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
+ color: #555; }
+
+.select2-container--classic[dir=\"rtl\"] .select2-selection--multiple .select2-selection__choice {
+ float: right; }
+
+.select2-container--classic[dir=\"rtl\"] .select2-selection--multiple .select2-selection__choice {
+ margin-left: 5px;
+ margin-right: auto; }
+
+.select2-container--classic[dir=\"rtl\"] .select2-selection--multiple .select2-selection__choice__remove {
+ margin-left: 2px;
+ margin-right: auto; }
+
+.select2-container--classic.select2-container--open .select2-selection--multiple {
+ border: 1px solid #5897fb; }
+
+.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
+ border-top: none;
+ border-top-left-radius: 0;
+ border-top-right-radius: 0; }
+
+.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
+ border-bottom: none;
+ border-bottom-left-radius: 0;
+ border-bottom-right-radius: 0; }
+
+.select2-container--classic .select2-search--dropdown .select2-search__field {
+ border: 1px solid #aaa;
+ outline: 0; }
+
+.select2-container--classic .select2-search--inline .select2-search__field {
+ outline: 0;
+ box-shadow: none; }
+
+.select2-container--classic .select2-dropdown {
+ background-color: white;
+ border: 1px solid transparent; }
+
+.select2-container--classic .select2-dropdown--above {
+ border-bottom: none; }
+
+.select2-container--classic .select2-dropdown--below {
+ border-top: none; }
+
+.select2-container--classic .select2-results > .select2-results__options {
+ max-height: 200px;
+ overflow-y: auto; }
+
+.select2-container--classic .select2-results__option[role=group] {
+ padding: 0; }
+
+.select2-container--classic .select2-results__option[aria-disabled=true] {
+ color: grey; }
+
+.select2-container--classic .select2-results__option--highlighted[aria-selected] {
+ background-color: #3875d7;
+ color: white; }
+
+.select2-container--classic .select2-results__group {
+ cursor: default;
+ display: block;
+ padding: 6px; }
+
+.select2-container--classic.select2-container--open .select2-dropdown {
+ border-color: #5897fb; }
+
+
+.iti {
+ position: relative;
+ display: inline-block; }
+.iti * {
+ box-sizing: border-box;
+ -moz-box-sizing: border-box; }
+.iti__hide {
+ display: none; }
+.iti__v-hide {
+ visibility: hidden; }
+.iti input, .iti input[type=text], .iti input[type=tel] {
+ position: relative;
+ z-index: 0;
+ margin-top: 0 !important;
+ margin-bottom: 0 !important;
+ padding-right: 36px;
+ margin-right: 0; }
+.iti__flag-container {
+ position: absolute;
+ top: 0;
+ bottom: 0;
+ right: 0;
+ padding: 1px; }
+.iti__selected-flag {
+ z-index: 1;
+ position: relative;
+ display: flex;
+ align-items: center;
+ height: 100%;
+ padding: 0 6px 0 8px; }
+.iti__arrow {
+ margin-left: 6px;
+ width: 0;
+ height: 0;
+ border-left: 3px solid transparent;
+ border-right: 3px solid transparent;
+ border-top: 4px solid #555; }
+.iti__arrow--up {
+ border-top: none;
+ border-bottom: 4px solid #555; }
+.iti__country-list {
+ position: absolute;
+ z-index: 2;
+ list-style: none;
+ text-align: left;
+ padding: 0;
+ margin: 0 0 0 -1px;
+ box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
+ background-color: white;
+ border: 1px solid #CCC;
+ white-space: nowrap;
+ max-height: 200px;
+ overflow-y: scroll;
+ -webkit-overflow-scrolling: touch; }
+.iti__country-list--dropup {
+ bottom: 100%;
+ margin-bottom: -1px; }
+@media (max-width: 500px) {
+ .iti__country-list {
+ white-space: normal; } }
+.iti__flag-box {
+ display: inline-block;
+ width: 20px; }
+.iti__divider {
+ padding-bottom: 5px;
+ margin-bottom: 5px;
+ border-bottom: 1px solid #CCC; }
+.iti__country {
+ padding: 5px 10px;
+ outline: none; }
+.iti__dial-code {
+ color: #999; }
+.iti__country.iti__highlight {
+ background-color: rgba(0, 0, 0, 0.05); }
+.iti__flag-box, .iti__country-name, .iti__dial-code {
+ vertical-align: middle; }
+.iti__flag-box, .iti__country-name {
+ margin-right: 6px; }
+.iti--allow-dropdown input, .iti--allow-dropdown input[type=text], .iti--allow-dropdown input[type=tel], .iti--separate-dial-code input, .iti--separate-dial-code input[type=text], .iti--separate-dial-code input[type=tel] {
+ padding-right: 6px;
+ padding-left: 52px;
+ margin-left: 0; }
+.iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container {
+ right: auto;
+ left: 0; }
+.iti--allow-dropdown .iti__flag-container:hover {
+ cursor: pointer; }
+.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
+ background-color: rgba(0, 0, 0, 0.05); }
+.iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
+.iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
+ cursor: default; }
+.iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag,
+.iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag {
+ background-color: transparent; }
+.iti--separate-dial-code .iti__selected-flag {
+ background-color: rgba(0, 0, 0, 0.05); }
+.iti--separate-dial-code .iti__selected-dial-code {
+ margin-left: 6px; }
+.iti--container {
+ position: absolute;
+ top: -1000px;
+ left: -1000px;
+ z-index: 1060;
+ padding: 1px; }
+.iti--container:hover {
+ cursor: pointer; }
+
+.iti-mobile .iti--container {
+ top: 30px;
+ bottom: 30px;
+ left: 30px;
+ right: 30px;
+ position: fixed; }
+
+.iti-mobile .iti__country-list {
+ max-height: 100%;
+ width: 100%; }
+
+.iti-mobile .iti__country {
+ padding: 10px 10px;
+ line-height: 1.5em; }
+
+.iti__flag {
+ width: 20px; }
+.iti__flag.iti__be {
+ width: 18px; }
+.iti__flag.iti__ch {
+ width: 15px; }
+.iti__flag.iti__mc {
+ width: 19px; }
+.iti__flag.iti__ne {
+ width: 18px; }
+.iti__flag.iti__np {
+ width: 13px; }
+.iti__flag.iti__va {
+ width: 15px; }
+@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
+ .iti__flag {
+ background-size: 5652px 15px; } }
+.iti__flag.iti__ac {
+ height: 10px;
+ background-position: 0px 0px; }
+.iti__flag.iti__ad {
+ height: 14px;
+ background-position: -22px 0px; }
+.iti__flag.iti__ae {
+ height: 10px;
+ background-position: -44px 0px; }
+.iti__flag.iti__af {
+ height: 14px;
+ background-position: -66px 0px; }
+.iti__flag.iti__ag {
+ height: 14px;
+ background-position: -88px 0px; }
+.iti__flag.iti__ai {
+ height: 10px;
+ background-position: -110px 0px; }
+.iti__flag.iti__al {
+ height: 15px;
+ background-position: -132px 0px; }
+.iti__flag.iti__am {
+ height: 10px;
+ background-position: -154px 0px; }
+.iti__flag.iti__ao {
+ height: 14px;
+ background-position: -176px 0px; }
+.iti__flag.iti__aq {
+ height: 14px;
+ background-position: -198px 0px; }
+.iti__flag.iti__ar {
+ height: 13px;
+ background-position: -220px 0px; }
+.iti__flag.iti__as {
+ height: 10px;
+ background-position: -242px 0px; }
+.iti__flag.iti__at {
+ height: 14px;
+ background-position: -264px 0px; }
+.iti__flag.iti__au {
+ height: 10px;
+ background-position: -286px 0px; }
+.iti__flag.iti__aw {
+ height: 14px;
+ background-position: -308px 0px; }
+.iti__flag.iti__ax {
+ height: 13px;
+ background-position: -330px 0px; }
+.iti__flag.iti__az {
+ height: 10px;
+ background-position: -352px 0px; }
+.iti__flag.iti__ba {
+ height: 10px;
+ background-position: -374px 0px; }
+.iti__flag.iti__bb {
+ height: 14px;
+ background-position: -396px 0px; }
+.iti__flag.iti__bd {
+ height: 12px;
+ background-position: -418px 0px; }
+.iti__flag.iti__be {
+ height: 15px;
+ background-position: -440px 0px; }
+.iti__flag.iti__bf {
+ height: 14px;
+ background-position: -460px 0px; }
+.iti__flag.iti__bg {
+ height: 12px;
+ background-position: -482px 0px; }
+.iti__flag.iti__bh {
+ height: 12px;
+ background-position: -504px 0px; }
+.iti__flag.iti__bi {
+ height: 12px;
+ background-position: -526px 0px; }
+.iti__flag.iti__bj {
+ height: 14px;
+ background-position: -548px 0px; }
+.iti__flag.iti__bl {
+ height: 14px;
+ background-position: -570px 0px; }
+.iti__flag.iti__bm {
+ height: 10px;
+ background-position: -592px 0px; }
+.iti__flag.iti__bn {
+ height: 10px;
+ background-position: -614px 0px; }
+.iti__flag.iti__bo {
+ height: 14px;
+ background-position: -636px 0px; }
+.iti__flag.iti__bq {
+ height: 14px;
+ background-position: -658px 0px; }
+.iti__flag.iti__br {
+ height: 14px;
+ background-position: -680px 0px; }
+.iti__flag.iti__bs {
+ height: 10px;
+ background-position: -702px 0px; }
+.iti__flag.iti__bt {
+ height: 14px;
+ background-position: -724px 0px; }
+.iti__flag.iti__bv {
+ height: 15px;
+ background-position: -746px 0px; }
+.iti__flag.iti__bw {
+ height: 14px;
+ background-position: -768px 0px; }
+.iti__flag.iti__by {
+ height: 10px;
+ background-position: -790px 0px; }
+.iti__flag.iti__bz {
+ height: 14px;
+ background-position: -812px 0px; }
+.iti__flag.iti__ca {
+ height: 10px;
+ background-position: -834px 0px; }
+.iti__flag.iti__cc {
+ height: 10px;
+ background-position: -856px 0px; }
+.iti__flag.iti__cd {
+ height: 15px;
+ background-position: -878px 0px; }
+.iti__flag.iti__cf {
+ height: 14px;
+ background-position: -900px 0px; }
+.iti__flag.iti__cg {
+ height: 14px;
+ background-position: -922px 0px; }
+.iti__flag.iti__ch {
+ height: 15px;
+ background-position: -944px 0px; }
+.iti__flag.iti__ci {
+ height: 14px;
+ background-position: -961px 0px; }
+.iti__flag.iti__ck {
+ height: 10px;
+ background-position: -983px 0px; }
+.iti__flag.iti__cl {
+ height: 14px;
+ background-position: -1005px 0px; }
+.iti__flag.iti__cm {
+ height: 14px;
+ background-position: -1027px 0px; }
+.iti__flag.iti__cn {
+ height: 14px;
+ background-position: -1049px 0px; }
+.iti__flag.iti__co {
+ height: 14px;
+ background-position: -1071px 0px; }
+.iti__flag.iti__cp {
+ height: 14px;
+ background-position: -1093px 0px; }
+.iti__flag.iti__cr {
+ height: 12px;
+ background-position: -1115px 0px; }
+.iti__flag.iti__cu {
+ height: 10px;
+ background-position: -1137px 0px; }
+.iti__flag.iti__cv {
+ height: 12px;
+ background-position: -1159px 0px; }
+.iti__flag.iti__cw {
+ height: 14px;
+ background-position: -1181px 0px; }
+.iti__flag.iti__cx {
+ height: 10px;
+ background-position: -1203px 0px; }
+.iti__flag.iti__cy {
+ height: 14px;
+ background-position: -1225px 0px; }
+.iti__flag.iti__cz {
+ height: 14px;
+ background-position: -1247px 0px; }
+.iti__flag.iti__de {
+ height: 12px;
+ background-position: -1269px 0px; }
+.iti__flag.iti__dg {
+ height: 10px;
+ background-position: -1291px 0px; }
+.iti__flag.iti__dj {
+ height: 14px;
+ background-position: -1313px 0px; }
+.iti__flag.iti__dk {
+ height: 15px;
+ background-position: -1335px 0px; }
+.iti__flag.iti__dm {
+ height: 10px;
+ background-position: -1357px 0px; }
+.iti__flag.iti__do {
+ height: 14px;
+ background-position: -1379px 0px; }
+.iti__flag.iti__dz {
+ height: 14px;
+ background-position: -1401px 0px; }
+.iti__flag.iti__ea {
+ height: 14px;
+ background-position: -1423px 0px; }
+.iti__flag.iti__ec {
+ height: 14px;
+ background-position: -1445px 0px; }
+.iti__flag.iti__ee {
+ height: 13px;
+ background-position: -1467px 0px; }
+.iti__flag.iti__eg {
+ height: 14px;
+ background-position: -1489px 0px; }
+.iti__flag.iti__eh {
+ height: 10px;
+ background-position: -1511px 0px; }
+.iti__flag.iti__er {
+ height: 10px;
+ background-position: -1533px 0px; }
+.iti__flag.iti__es {
+ height: 14px;
+ background-position: -1555px 0px; }
+.iti__flag.iti__et {
+ height: 10px;
+ background-position: -1577px 0px; }
+.iti__flag.iti__eu {
+ height: 14px;
+ background-position: -1599px 0px; }
+.iti__flag.iti__fi {
+ height: 12px;
+ background-position: -1621px 0px; }
+.iti__flag.iti__fj {
+ height: 10px;
+ background-position: -1643px 0px; }
+.iti__flag.iti__fk {
+ height: 10px;
+ background-position: -1665px 0px; }
+.iti__flag.iti__fm {
+ height: 11px;
+ background-position: -1687px 0px; }
+.iti__flag.iti__fo {
+ height: 15px;
+ background-position: -1709px 0px; }
+.iti__flag.iti__fr {
+ height: 14px;
+ background-position: -1731px 0px; }
+.iti__flag.iti__ga {
+ height: 15px;
+ background-position: -1753px 0px; }
+.iti__flag.iti__gb {
+ height: 10px;
+ background-position: -1775px 0px; }
+.iti__flag.iti__gd {
+ height: 12px;
+ background-position: -1797px 0px; }
+.iti__flag.iti__ge {
+ height: 14px;
+ background-position: -1819px 0px; }
+.iti__flag.iti__gf {
+ height: 14px;
+ background-position: -1841px 0px; }
+.iti__flag.iti__gg {
+ height: 14px;
+ background-position: -1863px 0px; }
+.iti__flag.iti__gh {
+ height: 14px;
+ background-position: -1885px 0px; }
+.iti__flag.iti__gi {
+ height: 10px;
+ background-position: -1907px 0px; }
+.iti__flag.iti__gl {
+ height: 14px;
+ background-position: -1929px 0px; }
+.iti__flag.iti__gm {
+ height: 14px;
+ background-position: -1951px 0px; }
+.iti__flag.iti__gn {
+ height: 14px;
+ background-position: -1973px 0px; }
+.iti__flag.iti__gp {
+ height: 14px;
+ background-position: -1995px 0px; }
+.iti__flag.iti__gq {
+ height: 14px;
+ background-position: -2017px 0px; }
+.iti__flag.iti__gr {
+ height: 14px;
+ background-position: -2039px 0px; }
+.iti__flag.iti__gs {
+ height: 10px;
+ background-position: -2061px 0px; }
+.iti__flag.iti__gt {
+ height: 13px;
+ background-position: -2083px 0px; }
+.iti__flag.iti__gu {
+ height: 11px;
+ background-position: -2105px 0px; }
+.iti__flag.iti__gw {
+ height: 10px;
+ background-position: -2127px 0px; }
+.iti__flag.iti__gy {
+ height: 12px;
+ background-position: -2149px 0px; }
+.iti__flag.iti__hk {
+ height: 14px;
+ background-position: -2171px 0px; }
+.iti__flag.iti__hm {
+ height: 10px;
+ background-position: -2193px 0px; }
+.iti__flag.iti__hn {
+ height: 10px;
+ background-position: -2215px 0px; }
+.iti__flag.iti__hr {
+ height: 10px;
+ background-position: -2237px 0px; }
+.iti__flag.iti__ht {
+ height: 12px;
+ background-position: -2259px 0px; }
+.iti__flag.iti__hu {
+ height: 10px;
+ background-position: -2281px 0px; }
+.iti__flag.iti__ic {
+ height: 14px;
+ background-position: -2303px 0px; }
+.iti__flag.iti__id {
+ height: 14px;
+ background-position: -2325px 0px; }
+.iti__flag.iti__ie {
+ height: 10px;
+ background-position: -2347px 0px; }
+.iti__flag.iti__il {
+ height: 15px;
+ background-position: -2369px 0px; }
+.iti__flag.iti__im {
+ height: 10px;
+ background-position: -2391px 0px; }
+.iti__flag.iti__in {
+ height: 14px;
+ background-position: -2413px 0px; }
+.iti__flag.iti__io {
+ height: 10px;
+ background-position: -2435px 0px; }
+.iti__flag.iti__iq {
+ height: 14px;
+ background-position: -2457px 0px; }
+.iti__flag.iti__ir {
+ height: 12px;
+ background-position: -2479px 0px; }
+.iti__flag.iti__is {
+ height: 15px;
+ background-position: -2501px 0px; }
+.iti__flag.iti__it {
+ height: 14px;
+ background-position: -2523px 0px; }
+.iti__flag.iti__je {
+ height: 12px;
+ background-position: -2545px 0px; }
+.iti__flag.iti__jm {
+ height: 10px;
+ background-position: -2567px 0px; }
+.iti__flag.iti__jo {
+ height: 10px;
+ background-position: -2589px 0px; }
+.iti__flag.iti__jp {
+ height: 14px;
+ background-position: -2611px 0px; }
+.iti__flag.iti__ke {
+ height: 14px;
+ background-position: -2633px 0px; }
+.iti__flag.iti__kg {
+ height: 12px;
+ background-position: -2655px 0px; }
+.iti__flag.iti__kh {
+ height: 13px;
+ background-position: -2677px 0px; }
+.iti__flag.iti__ki {
+ height: 10px;
+ background-position: -2699px 0px; }
+.iti__flag.iti__km {
+ height: 12px;
+ background-position: -2721px 0px; }
+.iti__flag.iti__kn {
+ height: 14px;
+ background-position: -2743px 0px; }
+.iti__flag.iti__kp {
+ height: 10px;
+ background-position: -2765px 0px; }
+.iti__flag.iti__kr {
+ height: 14px;
+ background-position: -2787px 0px; }
+.iti__flag.iti__kw {
+ height: 10px;
+ background-position: -2809px 0px; }
+.iti__flag.iti__ky {
+ height: 10px;
+ background-position: -2831px 0px; }
+.iti__flag.iti__kz {
+ height: 10px;
+ background-position: -2853px 0px; }
+.iti__flag.iti__la {
+ height: 14px;
+ background-position: -2875px 0px; }
+.iti__flag.iti__lb {
+ height: 14px;
+ background-position: -2897px 0px; }
+.iti__flag.iti__lc {
+ height: 10px;
+ background-position: -2919px 0px; }
+.iti__flag.iti__li {
+ height: 12px;
+ background-position: -2941px 0px; }
+.iti__flag.iti__lk {
+ height: 10px;
+ background-position: -2963px 0px; }
+.iti__flag.iti__lr {
+ height: 11px;
+ background-position: -2985px 0px; }
+.iti__flag.iti__ls {
+ height: 14px;
+ background-position: -3007px 0px; }
+.iti__flag.iti__lt {
+ height: 12px;
+ background-position: -3029px 0px; }
+.iti__flag.iti__lu {
+ height: 12px;
+ background-position: -3051px 0px; }
+.iti__flag.iti__lv {
+ height: 10px;
+ background-position: -3073px 0px; }
+.iti__flag.iti__ly {
+ height: 10px;
+ background-position: -3095px 0px; }
+.iti__flag.iti__ma {
+ height: 14px;
+ background-position: -3117px 0px; }
+.iti__flag.iti__mc {
+ height: 15px;
+ background-position: -3139px 0px; }
+.iti__flag.iti__md {
+ height: 10px;
+ background-position: -3160px 0px; }
+.iti__flag.iti__me {
+ height: 10px;
+ background-position: -3182px 0px; }
+.iti__flag.iti__mf {
+ height: 14px;
+ background-position: -3204px 0px; }
+.iti__flag.iti__mg {
+ height: 14px;
+ background-position: -3226px 0px; }
+.iti__flag.iti__mh {
+ height: 11px;
+ background-position: -3248px 0px; }
+.iti__flag.iti__mk {
+ height: 10px;
+ background-position: -3270px 0px; }
+.iti__flag.iti__ml {
+ height: 14px;
+ background-position: -3292px 0px; }
+.iti__flag.iti__mm {
+ height: 14px;
+ background-position: -3314px 0px; }
+.iti__flag.iti__mn {
+ height: 10px;
+ background-position: -3336px 0px; }
+.iti__flag.iti__mo {
+ height: 14px;
+ background-position: -3358px 0px; }
+.iti__flag.iti__mp {
+ height: 10px;
+ background-position: -3380px 0px; }
+.iti__flag.iti__mq {
+ height: 14px;
+ background-position: -3402px 0px; }
+.iti__flag.iti__mr {
+ height: 14px;
+ background-position: -3424px 0px; }
+.iti__flag.iti__ms {
+ height: 10px;
+ background-position: -3446px 0px; }
+.iti__flag.iti__mt {
+ height: 14px;
+ background-position: -3468px 0px; }
+.iti__flag.iti__mu {
+ height: 14px;
+ background-position: -3490px 0px; }
+.iti__flag.iti__mv {
+ height: 14px;
+ background-position: -3512px 0px; }
+.iti__flag.iti__mw {
+ height: 14px;
+ background-position: -3534px 0px; }
+.iti__flag.iti__mx {
+ height: 12px;
+ background-position: -3556px 0px; }
+.iti__flag.iti__my {
+ height: 10px;
+ background-position: -3578px 0px; }
+.iti__flag.iti__mz {
+ height: 14px;
+ background-position: -3600px 0px; }
+.iti__flag.iti__na {
+ height: 14px;
+ background-position: -3622px 0px; }
+.iti__flag.iti__nc {
+ height: 10px;
+ background-position: -3644px 0px; }
+.iti__flag.iti__ne {
+ height: 15px;
+ background-position: -3666px 0px; }
+.iti__flag.iti__nf {
+ height: 10px;
+ background-position: -3686px 0px; }
+.iti__flag.iti__ng {
+ height: 10px;
+ background-position: -3708px 0px; }
+.iti__flag.iti__ni {
+ height: 12px;
+ background-position: -3730px 0px; }
+.iti__flag.iti__nl {
+ height: 14px;
+ background-position: -3752px 0px; }
+.iti__flag.iti__no {
+ height: 15px;
+ background-position: -3774px 0px; }
+.iti__flag.iti__np {
+ height: 15px;
+ background-position: -3796px 0px; }
+.iti__flag.iti__nr {
+ height: 10px;
+ background-position: -3811px 0px; }
+.iti__flag.iti__nu {
+ height: 10px;
+ background-position: -3833px 0px; }
+.iti__flag.iti__nz {
+ height: 10px;
+ background-position: -3855px 0px; }
+.iti__flag.iti__om {
+ height: 10px;
+ background-position: -3877px 0px; }
+.iti__flag.iti__pa {
+ height: 14px;
+ background-position: -3899px 0px; }
+.iti__flag.iti__pe {
+ height: 14px;
+ background-position: -3921px 0px; }
+.iti__flag.iti__pf {
+ height: 14px;
+ background-position: -3943px 0px; }
+.iti__flag.iti__pg {
+ height: 15px;
+ background-position: -3965px 0px; }
+.iti__flag.iti__ph {
+ height: 10px;
+ background-position: -3987px 0px; }
+.iti__flag.iti__pk {
+ height: 14px;
+ background-position: -4009px 0px; }
+.iti__flag.iti__pl {
+ height: 13px;
+ background-position: -4031px 0px; }
+.iti__flag.iti__pm {
+ height: 14px;
+ background-position: -4053px 0px; }
+.iti__flag.iti__pn {
+ height: 10px;
+ background-position: -4075px 0px; }
+.iti__flag.iti__pr {
+ height: 14px;
+ background-position: -4097px 0px; }
+.iti__flag.iti__ps {
+ height: 10px;
+ background-position: -4119px 0px; }
+.iti__flag.iti__pt {
+ height: 14px;
+ background-position: -4141px 0px; }
+.iti__flag.iti__pw {
+ height: 13px;
+ background-position: -4163px 0px; }
+.iti__flag.iti__py {
+ height: 11px;
+ background-position: -4185px 0px; }
+.iti__flag.iti__qa {
+ height: 8px;
+ background-position: -4207px 0px; }
+.iti__flag.iti__re {
+ height: 14px;
+ background-position: -4229px 0px; }
+.iti__flag.iti__ro {
+ height: 14px;
+ background-position: -4251px 0px; }
+.iti__flag.iti__rs {
+ height: 14px;
+ background-position: -4273px 0px; }
+.iti__flag.iti__ru {
+ height: 14px;
+ background-position: -4295px 0px; }
+.iti__flag.iti__rw {
+ height: 14px;
+ background-position: -4317px 0px; }
+.iti__flag.iti__sa {
+ height: 14px;
+ background-position: -4339px 0px; }
+.iti__flag.iti__sb {
+ height: 10px;
+ background-position: -4361px 0px; }
+.iti__flag.iti__sc {
+ height: 10px;
+ background-position: -4383px 0px; }
+.iti__flag.iti__sd {
+ height: 10px;
+ background-position: -4405px 0px; }
+.iti__flag.iti__se {
+ height: 13px;
+ background-position: -4427px 0px; }
+.iti__flag.iti__sg {
+ height: 14px;
+ background-position: -4449px 0px; }
+.iti__flag.iti__sh {
+ height: 10px;
+ background-position: -4471px 0px; }
+.iti__flag.iti__si {
+ height: 10px;
+ background-position: -4493px 0px; }
+.iti__flag.iti__sj {
+ height: 15px;
+ background-position: -4515px 0px; }
+.iti__flag.iti__sk {
+ height: 14px;
+ background-position: -4537px 0px; }
+.iti__flag.iti__sl {
+ height: 14px;
+ background-position: -4559px 0px; }
+.iti__flag.iti__sm {
+ height: 15px;
+ background-position: -4581px 0px; }
+.iti__flag.iti__sn {
+ height: 14px;
+ background-position: -4603px 0px; }
+.iti__flag.iti__so {
+ height: 14px;
+ background-position: -4625px 0px; }
+.iti__flag.iti__sr {
+ height: 14px;
+ background-position: -4647px 0px; }
+.iti__flag.iti__ss {
+ height: 10px;
+ background-position: -4669px 0px; }
+.iti__flag.iti__st {
+ height: 10px;
+ background-position: -4691px 0px; }
+.iti__flag.iti__sv {
+ height: 12px;
+ background-position: -4713px 0px; }
+.iti__flag.iti__sx {
+ height: 14px;
+ background-position: -4735px 0px; }
+.iti__flag.iti__sy {
+ height: 14px;
+ background-position: -4757px 0px; }
+.iti__flag.iti__sz {
+ height: 14px;
+ background-position: -4779px 0px; }
+.iti__flag.iti__ta {
+ height: 10px;
+ background-position: -4801px 0px; }
+.iti__flag.iti__tc {
+ height: 10px;
+ background-position: -4823px 0px; }
+.iti__flag.iti__td {
+ height: 14px;
+ background-position: -4845px 0px; }
+.iti__flag.iti__tf {
+ height: 14px;
+ background-position: -4867px 0px; }
+.iti__flag.iti__tg {
+ height: 13px;
+ background-position: -4889px 0px; }
+.iti__flag.iti__th {
+ height: 14px;
+ background-position: -4911px 0px; }
+.iti__flag.iti__tj {
+ height: 10px;
+ background-position: -4933px 0px; }
+.iti__flag.iti__tk {
+ height: 10px;
+ background-position: -4955px 0px; }
+.iti__flag.iti__tl {
+ height: 10px;
+ background-position: -4977px 0px; }
+.iti__flag.iti__tm {
+ height: 14px;
+ background-position: -4999px 0px; }
+.iti__flag.iti__tn {
+ height: 14px;
+ background-position: -5021px 0px; }
+.iti__flag.iti__to {
+ height: 10px;
+ background-position: -5043px 0px; }
+.iti__flag.iti__tr {
+ height: 14px;
+ background-position: -5065px 0px; }
+.iti__flag.iti__tt {
+ height: 12px;
+ background-position: -5087px 0px; }
+.iti__flag.iti__tv {
+ height: 10px;
+ background-position: -5109px 0px; }
+.iti__flag.iti__tw {
+ height: 14px;
+ background-position: -5131px 0px; }
+.iti__flag.iti__tz {
+ height: 14px;
+ background-position: -5153px 0px; }
+.iti__flag.iti__ua {
+ height: 14px;
+ background-position: -5175px 0px; }
+.iti__flag.iti__ug {
+ height: 14px;
+ background-position: -5197px 0px; }
+.iti__flag.iti__um {
+ height: 11px;
+ background-position: -5219px 0px; }
+.iti__flag.iti__un {
+ height: 14px;
+ background-position: -5241px 0px; }
+.iti__flag.iti__us {
+ height: 11px;
+ background-position: -5263px 0px; }
+.iti__flag.iti__uy {
+ height: 14px;
+ background-position: -5285px 0px; }
+.iti__flag.iti__uz {
+ height: 10px;
+ background-position: -5307px 0px; }
+.iti__flag.iti__va {
+ height: 15px;
+ background-position: -5329px 0px; }
+.iti__flag.iti__vc {
+ height: 14px;
+ background-position: -5346px 0px; }
+.iti__flag.iti__ve {
+ height: 14px;
+ background-position: -5368px 0px; }
+.iti__flag.iti__vg {
+ height: 10px;
+ background-position: -5390px 0px; }
+.iti__flag.iti__vi {
+ height: 14px;
+ background-position: -5412px 0px; }
+.iti__flag.iti__vn {
+ height: 14px;
+ background-position: -5434px 0px; }
+.iti__flag.iti__vu {
+ height: 12px;
+ background-position: -5456px 0px; }
+.iti__flag.iti__wf {
+ height: 14px;
+ background-position: -5478px 0px; }
+.iti__flag.iti__ws {
+ height: 10px;
+ background-position: -5500px 0px; }
+.iti__flag.iti__xk {
+ height: 15px;
+ background-position: -5522px 0px; }
+.iti__flag.iti__ye {
+ height: 14px;
+ background-position: -5544px 0px; }
+.iti__flag.iti__yt {
+ height: 14px;
+ background-position: -5566px 0px; }
+.iti__flag.iti__za {
+ height: 14px;
+ background-position: -5588px 0px; }
+.iti__flag.iti__zm {
+ height: 14px;
+ background-position: -5610px 0px; }
+.iti__flag.iti__zw {
+ height: 10px;
+ background-position: -5632px 0px; }
+
+.iti__flag {
+ height: 15px;
+ box-shadow: 0px 0px 1px 0px #888;
+ background-image: url('{{ img(\"visiosoft.theme.base::images/flags.png\").path }}');
+ background-repeat: no-repeat;
+ background-color: #DBDBDB;
+ background-position: 20px 0; }
+@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
+ .iti__flag {
+ background-image: url('{{ img(\"visiosoft.theme.base::images/flags@2x.png\").url }}'); } }
+
+.iti__flag.iti__np {
+ background-color: transparent;
+}
+
+.iti--allow-dropdown {
+ width: 100%;
+}", "C:\\wamp64\\www\\ocify\\storage\\streams\\default/support/parsed/8d97feb171916a9b4b75d22f6a3de8e4.twig", "C:\\wamp64\\www\\ocify\\storage\\streams\\default/support/parsed/8d97feb171916a9b4b75d22f6a3de8e4.twig");
+ }
+}
diff --git a/storage/framework/views/twig/89/8965c6692e09b53e9c741ed205f14868b4240ba00508f2f923a4ea28803117dd.php b/storage/framework/views/twig/89/8965c6692e09b53e9c741ed205f14868b4240ba00508f2f923a4ea28803117dd.php
new file mode 100644
index 000000000..1e5896257
--- /dev/null
+++ b/storage/framework/views/twig/89/8965c6692e09b53e9c741ed205f14868b4240ba00508f2f923a4ea28803117dd.php
@@ -0,0 +1,192 @@
+source = $this->getSourceContext();
+
+ $this->parent = false;
+
+ $this->blocks = [
+ ];
+ }
+
+ protected function doDisplay(array $context, array $blocks = [])
+ {
+ $macros = $this->macros;
+ // line 1
+ if ( !twig_test_empty(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["widget"] ?? null), "data", [], "any", false, false, false, 1), "items", [], "any", false, false, false, 1))) {
+ // line 2
+ echo " ";
+ $context['_parent'] = $context;
+ $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["widget"] ?? null), "data", [], "any", false, false, false, 2), "items", [], "any", false, false, false, 2));
+ $context['loop'] = [
+ 'parent' => $context['_parent'],
+ 'index0' => 0,
+ 'index' => 1,
+ 'first' => true,
+ ];
+ if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
+ $length = count($context['_seq']);
+ $context['loop']['revindex0'] = $length - 1;
+ $context['loop']['revindex'] = $length;
+ $context['loop']['length'] = $length;
+ $context['loop']['last'] = 1 === $length;
+ }
+ foreach ($context['_seq'] as $context["_key"] => $context["item"]) {
+ // line 3
+ echo "
+
+
+ ";
+ // line 30
+ if ( !twig_get_attribute($this->env, $this->source, $context["loop"], "last", [], "any", false, false, false, 30)) {
+ // line 31
+ echo "
+ ";
+ }
+ // line 33
+ echo "
+ ";
+ ++$context['loop']['index0'];
+ ++$context['loop']['index'];
+ $context['loop']['first'] = false;
+ if (isset($context['loop']['length'])) {
+ --$context['loop']['revindex0'];
+ --$context['loop']['revindex'];
+ $context['loop']['last'] = 0 === $context['loop']['revindex0'];
+ }
+ }
+ $_parent = $context['_parent'];
+ unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']);
+ $context = array_intersect_key($context, $_parent) + $_parent;
+ } elseif (is_array(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, // line 35
+($context["widget"] ?? null), "data", [], "any", false, false, false, 35), "items", [], "any", false, false, false, 35))) {
+ // line 36
+ echo " ";
+ echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('trans')->getCallable(), ["anomaly.extension.xml_feed_widget::message.empty"]), "html", null, true);
+ echo "
+";
+ } else {
+ // line 38
+ echo " ";
+ echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('trans')->getCallable(), ["anomaly.extension.xml_feed_widget::message.error"]), "html", null, true);
+ echo "
+";
+ }
+ }
+
+ public function getTemplateName()
+ {
+ return "C:\\wamp64\\www\\ocify\\resources\\default\\addons/anomaly/xml_feed_widget-extension/views//content.twig";
+ }
+
+ public function isTraitable()
+ {
+ return false;
+ }
+
+ public function getDebugInfo()
+ {
+ return array ( 127 => 38, 121 => 36, 119 => 35, 104 => 33, 100 => 31, 98 => 30, 89 => 24, 82 => 20, 73 => 14, 69 => 13, 57 => 3, 39 => 2, 37 => 1,);
+ }
+
+ public function getSourceContext()
+ {
+ return new Source("{% if widget.data.items is not empty %}
+ {% for item in widget.data.items %}
+
+
+
+ {% if not loop.last %}
+
+ {% endif %}
+
+ {% endfor %}
+{% elseif is_array(widget.data.items) %}
+ {{ trans('anomaly.extension.xml_feed_widget::message.empty') }}
+{% else %}
+ {{ trans('anomaly.extension.xml_feed_widget::message.error') }}
+{% endif %}
+", "C:\\wamp64\\www\\ocify\\resources\\default\\addons/anomaly/xml_feed_widget-extension/views//content.twig", "C:\\wamp64\\www\\ocify\\resources\\default\\addons/anomaly/xml_feed_widget-extension/views//content.twig");
+ }
+}
diff --git a/storage/framework/views/twig/ae/ae9500dbe2ab7c884d3397c184aa99cfe4569f939a25f04ad278bf3000b8d97c.php b/storage/framework/views/twig/ae/ae9500dbe2ab7c884d3397c184aa99cfe4569f939a25f04ad278bf3000b8d97c.php
new file mode 100644
index 000000000..1a396b46d
--- /dev/null
+++ b/storage/framework/views/twig/ae/ae9500dbe2ab7c884d3397c184aa99cfe4569f939a25f04ad278bf3000b8d97c.php
@@ -0,0 +1,188 @@
+source = $this->getSourceContext();
+
+ $this->parent = false;
+
+ $this->blocks = [
+ ];
+ }
+
+ protected function doDisplay(array $context, array $blocks = [])
+ {
+ $macros = $this->macros;
+ // line 1
+ $macros["menu"] = $this->macros["menu"] = $this->loadTemplate("visiosoft.theme.defaultadmin::macros/sections.twig", "visiosoft.theme.defaultadmin::partials/menu", 1)->unwrap();
+ // line 2
+ echo "";
+ }
+
+ public function getTemplateName()
+ {
+ return "visiosoft.theme.defaultadmin::partials/menu";
+ }
+
+ public function isTraitable()
+ {
+ return false;
+ }
+
+ public function getDebugInfo()
+ {
+ return array ( 133 => 32, 130 => 31, 120 => 27, 116 => 26, 113 => 25, 108 => 24, 98 => 20, 94 => 19, 91 => 18, 86 => 17, 83 => 16, 73 => 12, 69 => 11, 66 => 10, 62 => 9, 59 => 8, 50 => 6, 45 => 5, 43 => 4, 39 => 2, 37 => 1,);
+ }
+
+ public function getSourceContext()
+ {
+ return new Source("{% import \"visiosoft.theme.defaultadmin::macros/sections.twig\" as menu %}
+", "visiosoft.theme.defaultadmin::partials/menu", "C:\\wamp64\\www\\ocify\\resources\\default\\addons/visiosoft/defaultadmin-theme/views//partials/menu.twig");
+ }
+}
diff --git a/storage/framework/views/twig/bf/bf199b3b4d19af016de11f3fdbcbafc97308cb856ad0d616066f46a122ef1fc2.php b/storage/framework/views/twig/bf/bf199b3b4d19af016de11f3fdbcbafc97308cb856ad0d616066f46a122ef1fc2.php
new file mode 100644
index 000000000..838697de3
--- /dev/null
+++ b/storage/framework/views/twig/bf/bf199b3b4d19af016de11f3fdbcbafc97308cb856ad0d616066f46a122ef1fc2.php
@@ -0,0 +1,52 @@
+source = $this->getSourceContext();
+
+ $this->parent = false;
+
+ $this->blocks = [
+ ];
+ }
+
+ protected function doDisplay(array $context, array $blocks = [])
+ {
+ $macros = $this->macros;
+ }
+
+ public function getTemplateName()
+ {
+ return "C:\\wamp64\\www\\ocify\\storage\\streams\\default/support/parsed/59817f29633e06897b1fbd1fdca6edc7.twig";
+ }
+
+ public function getDebugInfo()
+ {
+ return array ();
+ }
+
+ public function getSourceContext()
+ {
+ return new Source("", "C:\\wamp64\\www\\ocify\\storage\\streams\\default/support/parsed/59817f29633e06897b1fbd1fdca6edc7.twig", "C:\\wamp64\\www\\ocify\\storage\\streams\\default/support/parsed/59817f29633e06897b1fbd1fdca6edc7.twig");
+ }
+}
diff --git a/storage/framework/views/twig/d2/d2afc1fa767c26f832b2c8195aec643ce00a4e03d0d4b6e472deb2b77bfe7eff.php b/storage/framework/views/twig/d2/d2afc1fa767c26f832b2c8195aec643ce00a4e03d0d4b6e472deb2b77bfe7eff.php
new file mode 100644
index 000000000..148226471
--- /dev/null
+++ b/storage/framework/views/twig/d2/d2afc1fa767c26f832b2c8195aec643ce00a4e03d0d4b6e472deb2b77bfe7eff.php
@@ -0,0 +1,343 @@
+source = $this->getSourceContext();
+
+ $this->parent = false;
+
+ $this->blocks = [
+ ];
+ }
+
+ protected function doDisplay(array $context, array $blocks = [])
+ {
+ $macros = $this->macros;
+ // line 1
+ $context['_parent'] = $context;
+ $context['_seq'] = twig_ensure_traversable(($context["buttons"] ?? null));
+ foreach ($context['_seq'] as $context["_key"] => $context["button"]) {
+ // line 2
+ echo "
+ ";
+ // line 4
+ echo " ";
+ if ((twig_test_empty(twig_get_attribute($this->env, $this->source, $context["button"], "dropdown", [], "any", false, false, false, 4)) && !twig_get_attribute($this->env, $this->source, $context["button"], "parent", [], "any", false, false, false, 4))) {
+ // line 5
+ echo "
+ ";
+ // line 7
+ echo " <";
+ ((twig_get_attribute($this->env, $this->source, $context["button"], "tag", [], "any", false, false, false, 7)) ? (print (twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["button"], "tag", [], "any", false, false, false, 7), "html", null, true))) : (print ("a")));
+ echo " class=\"btn btn-";
+ echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["button"], "size", [], "any", false, false, false, 7), "html", null, true);
+ echo " btn-";
+ echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["button"], "type", [], "any", false, false, false, 7), "html", null, true);
+ echo " ";
+ echo ((twig_get_attribute($this->env, $this->source, $context["button"], "disabled", [], "any", false, false, false, 7)) ? ("disabled") : (""));
+ echo " ";
+ echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["button"], "class", [], "any", false, false, false, 7), "html", null, true);
+ echo "\" ";
+ echo ((twig_get_attribute($this->env, $this->source, $context["button"], "disabled", [], "any", false, false, false, 7)) ? ("disabled") : (""));
+ echo " ";
+ echo call_user_func_array($this->env->getFunction('html_attributes')->getCallable(), ["attributes", twig_get_attribute($this->env, $this->source, $context["button"], "attributes", [], "any", false, false, false, 7)]);
+ echo ">
+ ";
+ // line 8
+ echo ((twig_get_attribute($this->env, $this->source, $context["button"], "icon", [], "any", false, false, false, 8)) ? (call_user_func_array($this->env->getFunction('icon')->getCallable(), [twig_get_attribute($this->env, $this->source, $context["button"], "icon", [], "any", false, false, false, 8)])) : (""));
+ echo "
+ ";
+ // line 9
+ echo call_user_func_array($this->env->getFunction('trans')->getCallable(), [twig_get_attribute($this->env, $this->source, $context["button"], "text", [], "any", false, false, false, 9)]);
+ echo "
+ ";
+ // line 10
+ ((twig_get_attribute($this->env, $this->source, $context["button"], "tag", [], "any", false, false, false, 10)) ? (print (twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["button"], "tag", [], "any", false, false, false, 10), "html", null, true))) : (print ("a")));
+ echo ">
+
+ ";
+ }
+ // line 13
+ echo "
+ ";
+ // line 15
+ echo " ";
+ if (twig_get_attribute($this->env, $this->source, $context["button"], "dropdown", [], "any", false, false, false, 15)) {
+ // line 16
+ echo " env, $this->source, $context["button"], "dropup", [], "any", false, false, false, 16)) ? ("dropup") : (""));
+ echo "\">
+
+ ";
+ // line 18
+ if (twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, $context["button"], "attributes", [], "any", false, false, false, 18), "href", [], "any", false, false, false, 18)) {
+ // line 19
+ echo "
env, twig_get_attribute($this->env, $this->source, $context["button"], "size", [], "any", false, false, false, 19), "html", null, true);
+ echo " btn-";
+ echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["button"], "type", [], "any", false, false, false, 19), "html", null, true);
+ echo " ";
+ echo ((twig_get_attribute($this->env, $this->source, $context["button"], "disabled", [], "any", false, false, false, 19)) ? ("disabled") : (""));
+ echo " ";
+ echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["button"], "class", [], "any", false, false, false, 19), "html", null, true);
+ echo "\" ";
+ echo ((twig_get_attribute($this->env, $this->source, $context["button"], "disabled", [], "any", false, false, false, 19)) ? ("disabled") : (""));
+ echo " ";
+ echo call_user_func_array($this->env->getFunction('html_attributes')->getCallable(), ["attributes", twig_get_attribute($this->env, $this->source, $context["button"], "attributes", [], "any", false, false, false, 19)]);
+ echo ">
+ ";
+ // line 20
+ echo ((twig_get_attribute($this->env, $this->source, $context["button"], "icon", [], "any", false, false, false, 20)) ? (call_user_func_array($this->env->getFunction('icon')->getCallable(), [twig_get_attribute($this->env, $this->source, $context["button"], "icon", [], "any", false, false, false, 20)])) : (""));
+ echo "
+ ";
+ // line 21
+ echo call_user_func_array($this->env->getFunction('trans')->getCallable(), [twig_get_attribute($this->env, $this->source, $context["button"], "text", [], "any", false, false, false, 21)]);
+ echo "
+
+
+
env, twig_get_attribute($this->env, $this->source, $context["button"], "size", [], "any", false, false, false, 24), "html", null, true);
+ echo " btn-";
+ echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["button"], "type", [], "any", false, false, false, 24), "html", null, true);
+ echo " ";
+ echo ((twig_get_attribute($this->env, $this->source, $context["button"], "disabled", [], "any", false, false, false, 24)) ? ("disabled") : (""));
+ echo "\"
+ data-toggle=\"dropdown\" ";
+ // line 25
+ echo ((twig_get_attribute($this->env, $this->source, $context["button"], "disabled", [], "any", false, false, false, 25)) ? ("disabled") : (""));
+ echo ">
+ ";
+ // line 26
+ echo call_user_func_array($this->env->getFunction('icon')->getCallable(), ["fa fa-caret-down"]);
+ echo "
+
+ ";
+ } else {
+ // line 29
+ echo "
env, twig_get_attribute($this->env, $this->source, $context["button"], "size", [], "any", false, false, false, 29), "html", null, true);
+ echo " btn-";
+ echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["button"], "type", [], "any", false, false, false, 29), "html", null, true);
+ echo " ";
+ echo ((twig_get_attribute($this->env, $this->source, $context["button"], "disabled", [], "any", false, false, false, 29)) ? ("disabled") : (""));
+ echo " ";
+ echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["button"], "class", [], "any", false, false, false, 29), "html", null, true);
+ echo "\" ";
+ echo ((twig_get_attribute($this->env, $this->source, $context["button"], "disabled", [], "any", false, false, false, 29)) ? ("disabled") : (""));
+ echo "
+ data-toggle=\"dropdown\" ";
+ // line 30
+ echo call_user_func_array($this->env->getFunction('html_attributes')->getCallable(), ["attributes", twig_get_attribute($this->env, $this->source, $context["button"], "attributes", [], "any", false, false, false, 30)]);
+ echo ">
+ ";
+ // line 31
+ echo ((twig_get_attribute($this->env, $this->source, $context["button"], "icon", [], "any", false, false, false, 31)) ? (call_user_func_array($this->env->getFunction('icon')->getCallable(), [twig_get_attribute($this->env, $this->source, $context["button"], "icon", [], "any", false, false, false, 31)])) : (""));
+ echo "
+ ";
+ // line 32
+ echo call_user_func_array($this->env->getFunction('trans')->getCallable(), [twig_get_attribute($this->env, $this->source, $context["button"], "text", [], "any", false, false, false, 32)]);
+ echo "
+
+ ";
+ }
+ // line 35
+ echo "
+ ";
+ // line 37
+ echo "
+
+ ";
+ }
+ // line 68
+ echo "
+";
+ }
+ $_parent = $context['_parent'];
+ unset($context['_seq'], $context['_iterated'], $context['_key'], $context['button'], $context['_parent'], $context['loop']);
+ $context = array_intersect_key($context, $_parent) + $_parent;
+ }
+
+ public function getTemplateName()
+ {
+ return "C:\\wamp64\\www\\ocify\\vendor\\visiosoft\\streams-platform\\src\\View\\Command/../../../resources/views/buttons/buttons.twig";
+ }
+
+ public function isTraitable()
+ {
+ return false;
+ }
+
+ public function getDebugInfo()
+ {
+ return array ( 247 => 68, 242 => 65, 235 => 64, 229 => 60, 224 => 57, 218 => 54, 214 => 53, 209 => 52, 206 => 51, 203 => 49, 197 => 46, 193 => 45, 188 => 44, 185 => 43, 181 => 40, 178 => 39, 173 => 38, 168 => 37, 165 => 35, 159 => 32, 155 => 31, 151 => 30, 138 => 29, 132 => 26, 128 => 25, 120 => 24, 114 => 21, 110 => 20, 95 => 19, 93 => 18, 87 => 16, 84 => 15, 81 => 13, 75 => 10, 71 => 9, 67 => 8, 50 => 7, 47 => 5, 44 => 4, 41 => 2, 37 => 1,);
+ }
+
+ public function getSourceContext()
+ {
+ return new Source("{% for button in buttons %}
+
+ {# Render normal buttons. #}
+ {% if button.dropdown is empty and not button.parent %}
+
+ {# Render normal buttons as an anchor #}
+ <{{ button.tag ?: 'a' }} class=\"btn btn-{{ button.size }} btn-{{ button.type }} {{ button.disabled ? 'disabled' }} {{ button.class }}\" {{ button.disabled ? 'disabled' }} {{ html_attributes(button.attributes) }}>
+ {{ button.icon ? icon(button.icon)|raw }}
+ {{ trans(button.text)|raw }}
+ {{ button.tag ?: 'a' }}>
+
+ {% endif %}
+
+ {# Render dropdown type buttons. #}
+ {% if button.dropdown %}
+
+ {% endif %}
+
+{% endfor %}
+", "C:\\wamp64\\www\\ocify\\vendor\\visiosoft\\streams-platform\\src\\View\\Command/../../../resources/views/buttons/buttons.twig", "C:\\wamp64\\www\\ocify\\vendor\\visiosoft\\streams-platform\\src\\View\\Command/../../../resources/views/buttons/buttons.twig");
+ }
+}
diff --git a/storage/framework/views/twig/e4/e4af7a91cdfb6fbb1469cdc799747cfd3039f22ce84262cad6f935250ae91988.php b/storage/framework/views/twig/e4/e4af7a91cdfb6fbb1469cdc799747cfd3039f22ce84262cad6f935250ae91988.php
new file mode 100644
index 000000000..7dc4cc8ed
--- /dev/null
+++ b/storage/framework/views/twig/e4/e4af7a91cdfb6fbb1469cdc799747cfd3039f22ce84262cad6f935250ae91988.php
@@ -0,0 +1,96 @@
+source = $this->getSourceContext();
+
+ $this->parent = false;
+
+ $this->blocks = [
+ ];
+ }
+
+ protected function doDisplay(array $context, array $blocks = [])
+ {
+ $macros = $this->macros;
+ // line 1
+ echo "#dashboard .columns {
+ min-height: 100%;
+}
+
+#dashboard .columns .column .placeholder {
+ width: 100%;
+ margin-bottom: 9px;
+ display: inline-block;
+ border-radius: 0.17rem;
+ border: 2px dashed #55595c;
+}
+
+#dashboard .columns .column .widget.dragged {
+ opacity: 0.5;
+ z-index: 2001;
+}
+
+#dashboard .columns .column .widget .handle {
+ cursor: move;
+}
+
+";
+ }
+
+ public function getTemplateName()
+ {
+ return "C:\\wamp64\\www\\ocify\\storage\\streams\\default/support/parsed/8b2201ad47a106f2e77f6ff8b9c41577.twig";
+ }
+
+ public function getDebugInfo()
+ {
+ return array ( 37 => 1,);
+ }
+
+ public function getSourceContext()
+ {
+ return new Source("#dashboard .columns {
+ min-height: 100%;
+}
+
+#dashboard .columns .column .placeholder {
+ width: 100%;
+ margin-bottom: 9px;
+ display: inline-block;
+ border-radius: 0.17rem;
+ border: 2px dashed #55595c;
+}
+
+#dashboard .columns .column .widget.dragged {
+ opacity: 0.5;
+ z-index: 2001;
+}
+
+#dashboard .columns .column .widget .handle {
+ cursor: move;
+}
+
+", "C:\\wamp64\\www\\ocify\\storage\\streams\\default/support/parsed/8b2201ad47a106f2e77f6ff8b9c41577.twig", "C:\\wamp64\\www\\ocify\\storage\\streams\\default/support/parsed/8b2201ad47a106f2e77f6ff8b9c41577.twig");
+ }
+}
diff --git a/storage/framework/views/twig/f1/f16fe89395362ead8bc2b3ceb6cc0e73f6464cb8aa05bbb4f732ac31a452380b.php b/storage/framework/views/twig/f1/f16fe89395362ead8bc2b3ceb6cc0e73f6464cb8aa05bbb4f732ac31a452380b.php
new file mode 100644
index 000000000..af47810a7
--- /dev/null
+++ b/storage/framework/views/twig/f1/f16fe89395362ead8bc2b3ceb6cc0e73f6464cb8aa05bbb4f732ac31a452380b.php
@@ -0,0 +1,110 @@
+source = $this->getSourceContext();
+
+ $this->parent = false;
+
+ $this->blocks = [
+ ];
+ }
+
+ protected function doDisplay(array $context, array $blocks = [])
+ {
+ $macros = $this->macros;
+ // line 1
+ echo "
+
+";
+ // line 7
+ echo twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["template"] ?? null), "includes", [], "any", false, false, false, 7), "render", [0 => "cp_scripts"], "method", false, false, false, 7);
+ echo "
+
+";
+ }
+
+ public function getTemplateName()
+ {
+ return "theme::partials/assets";
+ }
+
+ public function isTraitable()
+ {
+ return false;
+ }
+
+ public function getDebugInfo()
+ {
+ return array ( 76 => 13, 67 => 11, 63 => 10, 57 => 7, 53 => 5, 44 => 3, 40 => 2, 37 => 1,);
+ }
+
+ public function getSourceContext()
+ {
+ return new Source("
+
+{{ template.includes.render('cp_scripts')|raw }}
+
+", "theme::partials/assets", "C:\\wamp64\\www\\ocify\\resources\\default\\addons/visiosoft/defaultadmin-theme/views//partials/assets.twig");
+ }
+}
diff --git a/storage/framework/views/twig/fa/fa956355ad9bd03a396febf59a37ad9222b9616591c3e2f4f9ebada9554aef08.php b/storage/framework/views/twig/fa/fa956355ad9bd03a396febf59a37ad9222b9616591c3e2f4f9ebada9554aef08.php
new file mode 100644
index 000000000..3c3354dd8
--- /dev/null
+++ b/storage/framework/views/twig/fa/fa956355ad9bd03a396febf59a37ad9222b9616591c3e2f4f9ebada9554aef08.php
@@ -0,0 +1,108 @@
+source = $this->getSourceContext();
+
+ $this->parent = false;
+
+ $this->blocks = [
+ ];
+ }
+
+ protected function doDisplay(array $context, array $blocks = [])
+ {
+ $macros = $this->macros;
+ // line 1
+ echo "
+
+
";
+ }
+
+ public function getTemplateName()
+ {
+ return "visiosoft.theme.defaultadmin::partials/logo";
+ }
+
+ public function isTraitable()
+ {
+ return false;
+ }
+
+ public function getDebugInfo()
+ {
+ return array ( 64 => 17, 58 => 15, 51 => 12, 49 => 11, 37 => 1,);
+ }
+
+ public function getSourceContext()
+ {
+ return new Source("
+
+
", "visiosoft.theme.defaultadmin::partials/logo", "C:\\wamp64\\www\\ocify\\resources\\default\\addons/visiosoft/defaultadmin-theme/views//partials/logo.twig");
+ }
+}
diff --git a/storage/framework/views/twig/fa/faff89cc05fa3feccecc2e25477bb29e4e80b68782e59c230f020292bd7b4e01.php b/storage/framework/views/twig/fa/faff89cc05fa3feccecc2e25477bb29e4e80b68782e59c230f020292bd7b4e01.php
new file mode 100644
index 000000000..ab70761a5
--- /dev/null
+++ b/storage/framework/views/twig/fa/faff89cc05fa3feccecc2e25477bb29e4e80b68782e59c230f020292bd7b4e01.php
@@ -0,0 +1,176 @@
+source = $this->getSourceContext();
+
+ $this->parent = false;
+
+ $this->blocks = [
+ ];
+ }
+
+ protected function doDisplay(array $context, array $blocks = [])
+ {
+ $macros = $this->macros;
+ }
+
+ // line 1
+ public function macro_sections($__sections__ = null, $__section__ = null, ...$__varargs__)
+ {
+ $macros = $this->macros;
+ $context = $this->env->mergeGlobals([
+ "sections" => $__sections__,
+ "section" => $__section__,
+ "varargs" => $__varargs__,
+ ]);
+
+ $blocks = [];
+
+ ob_start();
+ try {
+ // line 2
+ echo "
+ ";
+ // line 3
+ $macros["self"] = $this;
+ // line 4
+ echo "
+ env, $this->source, ($context["section"] ?? null), "highlighted", [], "any", false, false, false, 5)) ? ("highlighted") : (""));
+ echo " ";
+ echo ((twig_get_attribute($this->env, $this->source, ($context["section"] ?? null), "active", [], "any", false, false, false, 5)) ? ("active") : (""));
+ echo " ";
+ echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, ($context["section"] ?? null), "class", [], "any", false, false, false, 5), "html", null, true);
+ echo "\">
+
+ env->getFunction('html_attributes')->getCallable(), ["attributes", twig_get_attribute($this->env, $this->source, ($context["section"] ?? null), "attributes", [], "any", false, false, false, 7)]);
+ echo ">
+ ";
+ // line 8
+ echo ((twig_get_attribute($this->env, $this->source, ($context["section"] ?? null), "icon", [], "any", false, false, false, 8)) ? (call_user_func_array($this->env->getFunction('icon')->getCallable(), [twig_get_attribute($this->env, $this->source, ($context["section"] ?? null), "icon", [], "any", false, false, false, 8)])) : (""));
+ echo "
+ ";
+ // line 9
+ echo call_user_func_array($this->env->getFunction('trans')->getCallable(), [twig_get_attribute($this->env, $this->source, ($context["section"] ?? null), "title", [], "any", false, false, false, 9)]);
+ echo "
+
+ ";
+ // line 11
+ if (twig_get_attribute($this->env, $this->source, ($context["section"] ?? null), "label", [], "any", false, false, false, 11)) {
+ // line 12
+ echo " env, twig_get_attribute($this->env, $this->source, ($context["section"] ?? null), "context", [], "any", false, false, false, 12), "html", null, true);
+ echo "\">
+ ";
+ // line 13
+ echo call_user_func_array($this->env->getFunction('trans')->getCallable(), [twig_get_attribute($this->env, $this->source, ($context["section"] ?? null), "label", [], "any", false, false, false, 13)]);
+ echo "
+
+ ";
+ }
+ // line 16
+ echo "
+
+ ";
+ // line 18
+ if (twig_get_attribute($this->env, $this->source, ($context["section"] ?? null), "highlighted", [], "any", false, false, false, 18)) {
+ // line 19
+ echo "
+ ";
+ // line 20
+ $context['_parent'] = $context;
+ $context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["sections"] ?? null), "children", [0 => twig_get_attribute($this->env, $this->source, ($context["section"] ?? null), "slug", [], "any", false, false, false, 20)], "method", false, false, false, 20), "visible", [], "method", false, false, false, 20));
+ foreach ($context['_seq'] as $context["_key"] => $context["child"]) {
+ // line 21
+ echo " ";
+ echo twig_call_macro($macros["self"], "macro_sections", [($context["sections"] ?? null), $context["child"]], 21, $context, $this->getSourceContext());
+ echo "
+ ";
+ }
+ $_parent = $context['_parent'];
+ unset($context['_seq'], $context['_iterated'], $context['_key'], $context['child'], $context['_parent'], $context['loop']);
+ $context = array_intersect_key($context, $_parent) + $_parent;
+ // line 23
+ echo "
+ ";
+ }
+ // line 25
+ echo "
+";
+
+ return ('' === $tmp = ob_get_contents()) ? '' : new Markup($tmp, $this->env->getCharset());
+ } finally {
+ ob_end_clean();
+ }
+ }
+
+ public function getTemplateName()
+ {
+ return "visiosoft.theme.defaultadmin::macros/sections.twig";
+ }
+
+ public function isTraitable()
+ {
+ return false;
+ }
+
+ public function getDebugInfo()
+ {
+ return array ( 122 => 25, 118 => 23, 109 => 21, 105 => 20, 102 => 19, 100 => 18, 96 => 16, 90 => 13, 85 => 12, 83 => 11, 78 => 9, 74 => 8, 70 => 7, 61 => 5, 58 => 4, 56 => 3, 53 => 2, 39 => 1,);
+ }
+
+ public function getSourceContext()
+ {
+ return new Source("{% macro sections(sections, section) %}
+
+ {% import _self as self %}
+
+
+
+
+ {{ section.icon ? icon(section.icon)|raw }}
+ {{ trans(section.title)|raw }}
+
+ {% if section.label %}
+
+ {{ trans(section.label)|raw }}
+
+ {% endif %}
+
+
+ {% if section.highlighted %}
+
+ {% for child in sections.children(section.slug).visible() %}
+ {{ self.sections(sections, child) }}
+ {% endfor %}
+
+ {% endif %}
+
+{% endmacro %}
+", "visiosoft.theme.defaultadmin::macros/sections.twig", "C:\\wamp64\\www\\ocify\\resources\\default\\addons/visiosoft/defaultadmin-theme/views//macros/sections.twig");
+ }
+}
diff --git a/storage/framework/views/twig/fe/fea12f430aea99ffd4ea6368e28f6448258004f14df5217aa19ac0867f7590a7.php b/storage/framework/views/twig/fe/fea12f430aea99ffd4ea6368e28f6448258004f14df5217aa19ac0867f7590a7.php
new file mode 100644
index 000000000..db536c713
--- /dev/null
+++ b/storage/framework/views/twig/fe/fea12f430aea99ffd4ea6368e28f6448258004f14df5217aa19ac0867f7590a7.php
@@ -0,0 +1,73 @@
+source = $this->getSourceContext();
+
+ $this->parent = false;
+
+ $this->blocks = [
+ ];
+ }
+
+ protected function doDisplay(array $context, array $blocks = [])
+ {
+ $macros = $this->macros;
+ // line 1
+ if ( !twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["template"] ?? null), "cp", [], "any", false, false, false, 1), "buttons", [], "any", false, false, false, 1), "isEmpty", [], "method", false, false, false, 1)) {
+ // line 2
+ echo "
+ ";
+ // line 3
+ echo call_user_func_array($this->env->getFunction('buttons')->getCallable(), [twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["template"] ?? null), "cp", [], "any", false, false, false, 3), "buttons", [], "any", false, false, false, 3)]);
+ echo "
+
+";
+ }
+ }
+
+ public function getTemplateName()
+ {
+ return "theme::partials/buttons";
+ }
+
+ public function isTraitable()
+ {
+ return false;
+ }
+
+ public function getDebugInfo()
+ {
+ return array ( 42 => 3, 39 => 2, 37 => 1,);
+ }
+
+ public function getSourceContext()
+ {
+ return new Source("{% if not template.cp.buttons.isEmpty() %}
+
+ {{ buttons(template.cp.buttons) }}
+
+{% endif %}
+", "theme::partials/buttons", "C:\\wamp64\\www\\ocify\\resources\\default\\addons/visiosoft/defaultadmin-theme/views//partials/buttons.twig");
+ }
+}
diff --git a/storage/streams/default/cache/f6/2a/f62aba7f76861f48a82e79b52024240d74b4e289 b/storage/streams/default/cache/f6/2a/f62aba7f76861f48a82e79b52024240d74b4e289
new file mode 100644
index 000000000..6d094c2c2
Binary files /dev/null and b/storage/streams/default/cache/f6/2a/f62aba7f76861f48a82e79b52024240d74b4e289 differ
diff --git a/storage/views/twig/.gitignore b/storage/views/twig/.gitignore
index c96a04f00..e69de29bb 100644
--- a/storage/views/twig/.gitignore
+++ b/storage/views/twig/.gitignore
@@ -1,2 +0,0 @@
-*
-!.gitignore
\ No newline at end of file
{{ comment.title }} + {{ comment.created_at|date('d/m/Y') }} +
+{{ trans('visiosoft.extension.biolife_style_provider::field.by') }}: {{ comment.created_by.name() }}
+{{ comment.detail }}
+