mirror of
https://github.com/VTECRM/vtenext.git
synced 2026-02-26 16:18:47 +00:00
21 lines
780 B
PHP
21 lines
780 B
PHP
<?php
|
|
/*************************************
|
|
* SPDX-FileCopyrightText: 2009-2020 Vtenext S.r.l. <info@vtenext.com>
|
|
* SPDX-License-Identifier: AGPL-3.0-only
|
|
************************************/
|
|
$app_strings = array (
|
|
'Groups'=>'Gruppi',
|
|
'DocumentFolders'=>'Cartelle Documenti',
|
|
'Currency'=>'Valuta',
|
|
'SINGLE_Groups'=>'Gruppo',
|
|
'SINGLE_DocumentFolders'=>'Cartella Documentir',
|
|
'SINGLE_Currency'=>'Valuta',
|
|
);
|
|
|
|
$webservice_strings = array(
|
|
'LBL_INVALID_OLD_PASSWORD' => 'Valore non valido per la vecchia password.',
|
|
'LBL_NEW_PASSWORD_MISMATCH' => "I campi nuova password e conferma password non coincidono",
|
|
'LBL_DATABASE_QUERY_ERROR' => 'Errore Database nell\'esecuzione dell\'operazione richiesta',
|
|
'LBL_CHANGE_PASSWORD_FAILURE' => 'Cambio password fallita',
|
|
);
|
|
?>
|