| Server IP : 138.197.176.125 / Your IP : 216.73.217.55 Web Server : Apache/2.4.41 (Ubuntu) System : Linux SuiteCRM-8 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 User : root ( 0) PHP Version : 8.3.19 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/crest/languages/it_it/ |
Upload File : |
<?php
/*+***********************************************************************************
* The contents of this file are subject to the vtiger CRM Public License Version 1.0
* ("License"); You may not use this file except in compliance with the License
* The Original Code is: vtiger CRM Open Source
* The Initial Developer of the Original Code is vtiger.
* Portions created by vtiger are Copyright (C) vtiger.
* All Rights Reserved.
*************************************************************************************/
$languageStrings = array(
'Portal' => 'I nostri siti',
'LBL_ADD_BOOKMARK' => 'Aggiungi segnalibro',
'LBL_BOOKMARK_NAME' => 'Nome Segnalibro',
'LBL_BOOKMARK_URL' => 'Url Segnalibro',
'LBL_CREATED_ON' => 'Creato il',
'SINGLE_Portal' => 'Il nostro sito',
'LBL_EDIT_BOOKMARK' => 'Modifica Segnalibro',
'LBL_ENTER_BOOKMARK_NAME' => 'Inserisci Nome Segnalibro',
'LBL_ENTER_URL' => 'Inserisci Url (www.example.com)',
'LBL_ADD_NEW_BOOKMARK' => 'Aggiungi nuovo segnalibro',
'LBL_BOOKMARK_SAVED_SUCCESSFULLY' => 'Segnalibro salvato con successo',
'LBL_RECORD_DELETED_SUCCESSFULLY' => 'Record eliminato correttamente',
'LBL_OUR_SITES_LIST' => 'La nostra Lista Siti',
'LBL_BOOKMARKS_LIST' => 'Lista dei segnalibri',
'LBL_BOOKMARKS_DELETED_SUCCESSFULLY' => 'Segnalibri eliminati correttamente',
'LBL_BOOKMARK' => 'Segnalibro',
'LBL_BOOKMARKS' => 'Segnalibri',
'HTTP_ERROR' => 'Il sito che si sta tentando di aprire non è sicuro e potrebbe non aprirsi. Se si desidera comunque visualizzare la pagina web è possibile fare clic sul blocco contenuto nella barra degli indirizzi e abilitarlo.',
);
$jsLanguageStrings = array(
'JS_ENTER_MANDATORY_FIELDS' => 'Inserisci tutti i campi obbligatori',
);