1 /* Licensed to the Apache Software Foundation (ASF) under one or more
  2  * contributor license agreements.  See the NOTICE file distributed with
  3  * this work for additional information regarding copyright ownership.
  4  * The ASF licenses this file to you under the Apache License, Version 2.0
  5  * (the "License"); you may not use this file except in compliance with
  6  * the License.  You may obtain a copy of the License at
  7  *
  8  *      http://www.apache.org/licenses/LICENSE-2.0
  9  *
 10  * Unless required by applicable law or agreed to in writing, software
 11  * distributed under the License is distributed on an "AS IS" BASIS,
 12  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 13  * See the License for the specific language governing permissions and
 14  * limitations under the License.
 15  */
 16 
 17 /**
 18  * System messages italian version version
 19  * (note the base version is basically the en_US) version
 20  * of all messages
 21  *
 22  * @class
 23  * @name Messages_it
 24  * @extends myfaces._impl.i18n.Messages
 25  * @memberOf myfaces._impl.i18n
 26  */
 27 _MF_CLS && _MF_CLS(_PFX_I18N + "Messages_it", myfaces._impl.i18n.Messages,
 28         /** @lends myfaces._impl.i18n.Messages_it.prototype */
 29         {
 30             /*Messages*/
 31             MSG_DEV_MODE:           "Questo messaggio � stato inviato esclusivamente perch� il progetto � in development stage e nessun altro listener � stato registrato.",
 32             MSG_AFFECTED_CLASS:     "Classi coinvolte:",
 33             MSG_AFFECTED_METHOD:    "Metodi coinvolti:",
 34 
 35             MSG_ERROR_NAME:         "Nome dell'errore:",
 36             MSG_ERROR_MESSAGE:      "Nome dell'errore:",
 37 
 38             MSG_ERROR_DESC:         "Descrizione dell'errore:",
 39             MSG_ERROR_NO:           "Numero errore:",
 40             MSG_ERROR_LINENO:       "Numero di riga dell'errore:",
 41 
 42             /*Errors and messages*/
 43             ERR_FORM:               "Il Sourceform non puo' essere determinato a causa di una delle seguenti ragioni: l'elemento non e' agganciato ad un form oppure sono presenti pi� form con elementi con lo stesso nome, il che blocca l'elaborazione ajax",
 44             ERR_VIEWSTATE:          "jsf.viewState: il valore del parametro non � di tipo form!",
 45             ERR_TRANSPORT:          "Il transport type {0} non esiste",
 46             ERR_EVT_PASS:           "� necessario passare un evento (sono accettati anche gli event object null oppure undefined) ",
 47             ERR_CONSTRUCT:          "Durante la costruzione dell' event data: {0} non � stato possibile acquisire alcune parti della response ",
 48             ERR_MALFORMEDXML:       "Il formato della risposta del server non era xml, non � stato quindi possibile effettuarne il parsing!",
 49             ERR_SOURCE_FUNC:        "source non puo' essere una funzione (probabilmente source and event non erano stati definiti o sono null",
 50             ERR_EV_OR_UNKNOWN:      "Come secondo parametro bisogna passare un event object oppure unknown",
 51             ERR_SOURCE_NOSTR:       "source non pu� essere una stringa di testo",
 52             ERR_SOURCE_DEF_NULL:    "source deve essere definito oppure  null",
 53 
 54             //_Lang.js
 55             ERR_MUST_STRING:        "{0}: {1} namespace deve essere di tipo String",
 56             ERR_REF_OR_ID:          "{0}: {1} un reference node oppure un identificatore deve essere fornito",
 57             ERR_PARAM_GENERIC:      "{0}: il parametro {1} deve essere di tipo {2}",
 58             ERR_PARAM_STR:          "{0}: {1} parametro deve essere di tipo String",
 59             ERR_PARAM_STR_RE:       "{0}: {1} parametro deve essere di tipo String oppure una regular expression",
 60             ERR_PARAM_MIXMAPS:      "{0}: � necessario specificare sia  source che destination map",
 61             ERR_MUST_BE_PROVIDED:   "{0}: � necessario specificare sia {1} che {2} ",
 62             ERR_MUST_BE_PROVIDED1:  "{0}: {1} deve essere settato",
 63 
 64             ERR_REPLACE_EL:         "replaceElements chiamato metre evalNodes non � un array",
 65             ERR_EMPTY_RESPONSE:     "{0}: La response non puo' essere nulla o vuota!",
 66             ERR_ITEM_ID_NOTFOUND:   "{0}: non � stato trovato alcun item con identificativo {1}",
 67             ERR_PPR_IDREQ:          "{0}: Errore durante la PPR Insert, l' id deve essere specificato",
 68             ERR_PPR_INSERTBEFID:    "{0}: Errore durante la PPR Insert, before id o after id deve essere specificato",
 69             ERR_PPR_INSERTBEFID_1:  "{0}: Errore durante la PPR Insert, before node of id {1} non esiste nel document",
 70             ERR_PPR_INSERTBEFID_2:  "{0}: Errore durante la PPR Insert, after  node of id {1} non esiste nel in document",
 71 
 72             ERR_PPR_DELID:          "{0}: Errore durante la delete, l'id non e' nella forma di un markup xml",
 73             ERR_PPR_UNKNOWNCID:     "{0}:   Html-Component-ID: {1} sconosciuto",
 74             ERR_NO_VIEWROOTATTR:    "{0}: La modifica degli attributi del ViewRoot non � supportata",
 75             ERR_NO_HEADATTR:        "{0}: La modifica degli attributi di Head non � supportata",
 76             ERR_RED_URL:            "{0}: Redirect senza url"
 77         });
 78 
 79