mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
134 lines
3.3 KiB
PHP
134 lines
3.3 KiB
PHP
<?php
|
|
|
|
return [
|
|
'auto_approve' => [
|
|
'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. <strong>sitename.com</strong>',
|
|
],
|
|
'google_map_key' => [
|
|
'name' => 'Google Map Api Key',
|
|
],
|
|
|
|
'default_country' => [
|
|
'name' => 'Paese annuncio predefinito',
|
|
],
|
|
'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',
|
|
],
|
|
'thumbnail_width' => [
|
|
'name' => 'Larghezza Miniatura',
|
|
],
|
|
'thumbnail_height' => [
|
|
'name' => 'Altezza Miniatura',
|
|
],
|
|
'picture_width' => [
|
|
'name' => 'Larghezza immagine',
|
|
],
|
|
'picture_height' => [
|
|
'name' => 'Altezza dell\'immagine',
|
|
],
|
|
'twitter' => [
|
|
'name' => 'cinguettio',
|
|
],
|
|
'facebook' => [
|
|
'name' => 'Facebook',
|
|
],
|
|
'youtube' => [
|
|
'name' => 'Youtube',
|
|
],
|
|
'google' => [
|
|
'name' => 'Google',
|
|
],
|
|
'watermark_type' => [
|
|
'name' => 'Tipo di filigrana',
|
|
],
|
|
'watermark_text' => [
|
|
'name' => 'Testo filigrana',
|
|
],
|
|
'watermark_image' => [
|
|
'name' => 'Immagine filigrana',
|
|
],
|
|
'watermark_position' => [
|
|
'name' => 'Posizione della filigrana',
|
|
],
|
|
'listing_page_image' => [
|
|
'name' => 'Immagine della pagina di elenco',
|
|
],
|
|
'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' => 'Market Place',
|
|
],
|
|
];
|