mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-10 23:36:08 -06:00
New translations section.php (Italian)
This commit is contained in:
parent
05d7929266
commit
6a8f42b9d6
@ -1,114 +1,40 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'auto_approve' => [
|
'advs' => [
|
||||||
'name' => 'Auto Approve',
|
'title' => 'Ads',
|
||||||
],
|
],
|
||||||
'default_published_time' => [
|
'categories' => [
|
||||||
'name' => 'Default Publish Time',
|
'title' => 'Categories',
|
||||||
],
|
],
|
||||||
'default_adv_limit' => [
|
'countries' => [
|
||||||
'name' => 'Default Ads Limit',
|
'title' => 'Countries',
|
||||||
],
|
],
|
||||||
'address' => [
|
'cities' => [
|
||||||
'name' => 'Contact Adress',
|
'title' => 'Cities',
|
||||||
],
|
],
|
||||||
'phone' => [
|
'districts' => [
|
||||||
'name' => 'Contact Phone',
|
'title' => 'Districts',
|
||||||
],
|
],
|
||||||
'favicon' => [
|
'neighborhoods' => [
|
||||||
'name' => 'Favicon',
|
'title' => 'Neighborhoods',
|
||||||
],
|
],
|
||||||
'contact_mail' => [
|
'village' => [
|
||||||
'name' => 'Contact Mail',
|
'title' => 'Village',
|
||||||
'warning' => 'Auto added sitename <strong>info</strong>@sitename ',
|
|
||||||
],'map_coordinates_long' => [
|
|
||||||
'name' => 'Map Long Coordinate',
|
|
||||||
],
|
],
|
||||||
'map_coordinates_lat' => [
|
'custom_fields' => [
|
||||||
'name' => 'Map Lat Coordinate',
|
'title' => 'Custom fields',
|
||||||
],
|
],
|
||||||
'iban_numbers' => [
|
'custom_field_advs' => [
|
||||||
'name' => 'IBAN',
|
'title' => 'Custom field ads',
|
||||||
],
|
],
|
||||||
'logo' => [
|
'cf_values' => [
|
||||||
'name' => 'Logo',
|
'title' => 'Cf values',
|
||||||
],
|
],
|
||||||
'ogImage' => [
|
'fields' => [
|
||||||
'name' => 'Social Share Logo',
|
'title' => 'Custom Fields'
|
||||||
'warning' => 'It should be at a resolution of 1200 x 630. ',
|
|
||||||
|
|
||||||
],
|
],
|
||||||
'currencies' => [
|
'assets_clear' => [
|
||||||
'name' => 'Active Currencies',
|
'name' => 'Assets Clear'
|
||||||
],
|
]
|
||||||
'latest-limit' => [
|
|
||||||
'name' => 'Latest Limit',
|
|
||||||
],
|
|
||||||
'site_address' => [
|
|
||||||
'name' => 'Site address',
|
|
||||||
'warning' => 'Auto added www. www.<strong>sitename.com</strong> ',
|
|
||||||
],
|
|
||||||
'google_map_key' => [
|
|
||||||
'name' => 'Google Map Api Key',
|
|
||||||
],
|
|
||||||
|
|
||||||
'default_country' => [
|
|
||||||
'name' => 'Default Ad Country',
|
|
||||||
],
|
|
||||||
'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',
|
|
||||||
],
|
|
||||||
'watermark_type' => [
|
|
||||||
'name' => 'Watermark Type',
|
|
||||||
],
|
|
||||||
'watermark_text' => [
|
|
||||||
'name' => 'Watermark Text',
|
|
||||||
],
|
|
||||||
'watermark_image' => [
|
|
||||||
'name' => 'Watermark Image',
|
|
||||||
],
|
|
||||||
'watermark_position' => [
|
|
||||||
'name' => 'Watermark Position',
|
|
||||||
],
|
|
||||||
'watermark_opacity' => [
|
|
||||||
'name' => 'Watermark Opacity',
|
|
||||||
],
|
|
||||||
'listing_page_image' => [
|
|
||||||
'name' => 'Listing Page Image',
|
|
||||||
],
|
|
||||||
'enabled_currencies' => [
|
|
||||||
'name' => 'Enabled Currencies',
|
|
||||||
],
|
|
||||||
'google_statistic_code' => [
|
|
||||||
'name' => 'Google Statistic Code',
|
|
||||||
],
|
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user