You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by we...@apache.org on 2011/02/04 16:11:38 UTC

svn commit: r1067191 - in /myfaces/core/trunk/api/src: assembler/ main/javascript/META-INF/resources/myfaces/_impl/i18n/

Author: werpu
Date: Fri Feb  4 15:11:38 2011
New Revision: 1067191

URL: http://svn.apache.org/viewvc?rev=1067191&view=rev
Log:
https://issues.apache.org/jira/browse/MYFACES-3020

Added:
    myfaces/core/trunk/api/src/main/javascript/META-INF/resources/myfaces/_impl/i18n/Messages_es.js
    myfaces/core/trunk/api/src/main/javascript/META-INF/resources/myfaces/_impl/i18n/Messages_fr.js
    myfaces/core/trunk/api/src/main/javascript/META-INF/resources/myfaces/_impl/i18n/Messages_it.js
    myfaces/core/trunk/api/src/main/javascript/META-INF/resources/myfaces/_impl/i18n/Messages_ru.js
Modified:
    myfaces/core/trunk/api/src/assembler/jsfscripts-uncompressed-full-compiler.xml
    myfaces/core/trunk/api/src/main/javascript/META-INF/resources/myfaces/_impl/i18n/Messages.js
    myfaces/core/trunk/api/src/main/javascript/META-INF/resources/myfaces/_impl/i18n/Messages_de.js

Modified: myfaces/core/trunk/api/src/assembler/jsfscripts-uncompressed-full-compiler.xml
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/api/src/assembler/jsfscripts-uncompressed-full-compiler.xml?rev=1067191&r1=1067190&r2=1067191&view=diff
==============================================================================
--- myfaces/core/trunk/api/src/assembler/jsfscripts-uncompressed-full-compiler.xml (original)
+++ myfaces/core/trunk/api/src/assembler/jsfscripts-uncompressed-full-compiler.xml Fri Feb  4 15:11:38 2011
@@ -43,9 +43,14 @@
                 <include>**/_impl/core/_Runtime.js</include>
 
                 <include>**/_impl/i18n/Messages.js</include>
+
                 <include>**/_impl/i18n/Messages_de.js</include>
                 <include>**/_impl/i18n/Messages_nl.js</include>
-                
+                <include>**/_impl/i18n/Messages_es.js</include>
+                <include>**/_impl/i18n/Messages_fr.js</include>
+                <include>**/_impl/i18n/Messages_it.js</include>
+                <include>**/_impl/i18n/Messages_ru.js</include>
+
                 <include>**/_impl/_util/_Lang.js</include>
                 <include>**/_impl/_util/_ExtLang.js</include>
                 <include>**/_impl/_util/_Queue.js</include>

Modified: myfaces/core/trunk/api/src/main/javascript/META-INF/resources/myfaces/_impl/i18n/Messages.js
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/api/src/main/javascript/META-INF/resources/myfaces/_impl/i18n/Messages.js?rev=1067191&r1=1067190&r2=1067191&view=diff
==============================================================================
--- myfaces/core/trunk/api/src/main/javascript/META-INF/resources/myfaces/_impl/i18n/Messages.js (original)
+++ myfaces/core/trunk/api/src/main/javascript/META-INF/resources/myfaces/_impl/i18n/Messages.js Fri Feb  4 15:11:38 2011
@@ -18,6 +18,8 @@
  * System messages base version
  * (note the base version is basically the en_US) version
  * of all messages
+ *
+ * @namespace myfaces._impl.i18n.Messages
  */
 myfaces._impl.core._Runtime.extendClass("myfaces._impl.i18n.Messages", Object, {
 

Modified: myfaces/core/trunk/api/src/main/javascript/META-INF/resources/myfaces/_impl/i18n/Messages_de.js
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/api/src/main/javascript/META-INF/resources/myfaces/_impl/i18n/Messages_de.js?rev=1067191&r1=1067190&r2=1067191&view=diff
==============================================================================
--- myfaces/core/trunk/api/src/main/javascript/META-INF/resources/myfaces/_impl/i18n/Messages_de.js (original)
+++ myfaces/core/trunk/api/src/main/javascript/META-INF/resources/myfaces/_impl/i18n/Messages_de.js Fri Feb  4 15:11:38 2011
@@ -26,9 +26,8 @@
  * By using inheritance we can be sure that we fall back to the default one
  * automatically and that our variants only have to override the parts
  * which have changed from the baseline
- */ 
-
-
+ *
+ */
 myfaces._impl.core._Runtime.extendClass("myfaces._impl.i18n.Messages_de", myfaces._impl.i18n.Messages, {
 
     MSG_TEST:               "Testnachricht",

Added: myfaces/core/trunk/api/src/main/javascript/META-INF/resources/myfaces/_impl/i18n/Messages_es.js
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/api/src/main/javascript/META-INF/resources/myfaces/_impl/i18n/Messages_es.js?rev=1067191&view=auto
==============================================================================
--- myfaces/core/trunk/api/src/main/javascript/META-INF/resources/myfaces/_impl/i18n/Messages_es.js (added)
+++ myfaces/core/trunk/api/src/main/javascript/META-INF/resources/myfaces/_impl/i18n/Messages_es.js Fri Feb  4 15:11:38 2011
@@ -0,0 +1,76 @@
+/* Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to you under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+/**
+ * System messages spanish version version
+ * (note the base version is basically the en_US) version
+ * of all messages
+ *
+ */
+
+myfaces._impl.core._Runtime.extendClass("myfaces._impl.i18n.Messages_es", myfaces._impl.i18n.Messages, {
+
+    MSG_TEST:               "Mensajeprueba",
+
+   /*Messages*/
+   MSG_DEV_MODE:           "Aviso. Este mensaje solo se envia porque el 'Project Stage' es 'Development' y no hay otros 'listeners' de errores registrados.",
+   MSG_AFFECTED_CLASS:     "Clase Afectada:",
+   MSG_AFFECTED_METHOD:    "MŽtodo Afectado:",
+
+   MSG_ERROR_NAME:         "Nombre del Error:",
+   MSG_ERROR_MESSAGE:      "Nombre del Error:",
+
+   MSG_ERROR_DESC:         "Descripci—n del Error:",
+   MSG_ERROR_NO:           "Nœmero de Error:",
+   MSG_ERROR_LINENO:       "Nœmero de L’nea del Error:",
+
+   /*Errors and messages*/
+   ERR_FORM:               "El formulario de origen no ha podido ser determinado, debido a que el elemento no forma parte de un formulario o hay diversos formularios con elementos usando el mismo nombre o identificador. Parando el procesamiento de Ajax.",
+   ERR_VIEWSTATE:          "jsf.viewState: el valor del par‡metro no es de tipo 'form'!",
+   ERR_TRANSPORT:          "El tipo de transporte {0} no existe",
+   ERR_EVT_PASS:           "un evento debe ser transmitido (sea null o no definido)",
+   ERR_CONSTRUCT:          "Partes de la respuesta no pudieron ser recuperadas cuando construyendo los datos del evento: {0} ",
+   ERR_MALFORMEDXML:       "La respuesta del servidor no ha podido ser interpretada. El servidor ha devuelto una respuesta que no es xml !",
+   ERR_SOURCE_FUNC:        "el origen no puede ser una funci—n (probablemente 'source' y evento no han sido definidos o son 'null'",
+   ERR_EV_OR_UNKNOWN:      "Un objeto de tipo evento o desconocido debe ser pasado como segundo par‡metro",
+   ERR_SOURCE_NOSTR:       "el origen no puede ser 'string'",
+   ERR_SOURCE_DEF_NULL:    "el origen debe haber sido definido o ser 'null'",
+
+   //_Lang.js
+   ERR_MUST_STRING:        "{0}: {1} namespace debe ser de tipo String",
+   ERR_REF_OR_ID:          "{0}: {1} una referencia a un nodo o identificador tiene que ser pasada",
+   ERR_PARAM_GENERIC:      "{0}: el par‡metro {1} tiene que ser de tipo {2}",
+   ERR_PARAM_STR:          "{0}: el par‡metro {1} tiene que ser de tipo string",
+   ERR_PARAM_STR_RE:       "{0}: el par‡metro {1} tiene que ser de tipo string o una expresi—n regular",
+   ERR_PARAM_MIXMAPS:      "{0}: han de ser pasados tanto un origen como un destino",
+   ERR_MUST_BE_PROVIDED:   "{0}: {1} y {2} deben ser pasados",
+   ERR_MUST_BE_PROVIDED1:  "{0}: {1} debe estar definido",
+
+   ERR_REPLACE_EL:         "replaceElements invocado mientras que evalNodes no es un an array",
+   ERR_EMPTY_RESPONSE:     "{0}: ÁLa respuesta no puede ser de tipo 'null' o vac’a!",
+   ERR_ITEM_ID_NOTFOUND:   "{0}: el elemento con identificador {1} no ha sido encontrado",
+   ERR_PPR_IDREQ:          "{0}: Error en PPR Insert, 'id' debe estar presente",
+   ERR_PPR_INSERTBEFID:    "{0}: Error in PPR Insert, antes de 'id' o despuŽs de 'id' deben estar presentes",
+   ERR_PPR_INSERTBEFID_1:  "{0}: Error in PPR Insert, antes de nodo con id {1} no existe en el documento",
+   ERR_PPR_INSERTBEFID_2:  "{0}: Error in PPR Insert, despuŽs de nodo con id {1} no existe en el documento",
+
+   ERR_PPR_DELID:          "{0}: Error durante borrado, id no presente en xml",
+   ERR_PPR_UNKNOWNCID:     "{0}:  Desconocido Html-Component-ID: {1}",
+   ERR_NO_VIEWROOTATTR:    "{0}: El cambio de atributos de ViewRoot attributes no es posible",
+   ERR_NO_HEADATTR:        "{0}: El cambio de los atributos de Head attributes no es posible",
+   ERR_RED_URL:            "{0}: Redirecci—n sin url"
+
+});
\ No newline at end of file

Added: myfaces/core/trunk/api/src/main/javascript/META-INF/resources/myfaces/_impl/i18n/Messages_fr.js
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/api/src/main/javascript/META-INF/resources/myfaces/_impl/i18n/Messages_fr.js?rev=1067191&view=auto
==============================================================================
--- myfaces/core/trunk/api/src/main/javascript/META-INF/resources/myfaces/_impl/i18n/Messages_fr.js (added)
+++ myfaces/core/trunk/api/src/main/javascript/META-INF/resources/myfaces/_impl/i18n/Messages_fr.js Fri Feb  4 15:11:38 2011
@@ -0,0 +1,78 @@
+/* Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to you under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+/**
+ * System messages french version version
+ * (note the base version is basically the en) version
+ * of all messages
+ *
+ */
+myfaces._impl.core._Runtime.extendClass("myfaces._impl.i18n.Messages_fr", myfaces._impl.i18n.Messages, {
+    MSG_TEST:               "MessageTest FR",
+
+       /*Messages*/
+       MSG_DEV_MODE:           "Note : ce message n'est envoyé que parce que le projet est au stade de développement et " +
+                               "qu'aucun autre listener d'erreurs n'est enregistré.",
+       MSG_AFFECTED_CLASS:     "Classe affectée : ",
+       MSG_AFFECTED_METHOD:    "Méthode affectée : ",
+
+       MSG_ERROR_NAME:         "Nom de l'erreur : ",
+       MSG_ERROR_MESSAGE:      "Nom de l'erreur : ",
+
+       MSG_ERROR_DESC:         "Description de l'erreur : ",
+       MSG_ERROR_NO:           "Numéro de l'erreur : ",
+       MSG_ERROR_LINENO:       "Erreur à la ligne : ",
+
+       /*Errors and messages*/
+       ERR_FORM:               "Le formulaire source n'a pas pu être déterminé, soit parce que l'élément n'est rattaché à aucun formulaire, soit parce qu'ils y a plusieurs formulaires contenant des éléments avec le même nom ou identifiant. Arrêt du traitement AJAX",
+       ERR_VIEWSTATE:          "jsf.viewState: La valeur de 'param' n'est pas de type 'form' !",
+       ERR_TRANSPORT:          "Le type de tansport {0} n'existe pas",
+       ERR_EVT_PASS:           "Un évènement doit être transmis (soit un objet évènement, soit null ou undefined) ",
+       ERR_CONSTRUCT:          "Des éléments de la réponse n'ont pu être récupérés lors de la construction des données de l'évènement : {0} ",
+       ERR_MALFORMEDXML:       "La réponse du serveur n'a pas pu être analysée : le serveur n'a pas renvoyé une réponse en xml !",
+       ERR_SOURCE_FUNC:        "La source ne peut pas être une fonction (Il est probable que 'source' et 'event' n'ont pas été définis ou mis à null",
+       ERR_EV_OR_UNKNOWN:      "Le second paramètre doit être un objet évènement ou 'unknown' ",
+       ERR_SOURCE_NOSTR:       "La source ne peut pas être de type String",
+       ERR_SOURCE_DEF_NULL:    "La source doit être définie ou égale à null",
+
+       //_Lang.js
+       ERR_MUST_STRING:        "{0}: Le namespace {1} doit être de type String",
+       ERR_REF_OR_ID:          "{0}: {1} un noeud de référence ou un identifiant doit être passé",
+       ERR_PARAM_GENERIC:      "{0}: Le paramètre {1} doit être de type {2}",
+       ERR_PARAM_STR:          "{0}: Le paramètre {1} doit être de type String",
+       ERR_PARAM_STR_RE:       "{0}: Le paramètre {1} doit être de type String ou être une expression régulière",
+       ERR_PARAM_MIXMAPS:      "{0}: Un Map de source et un Map de destination doivent être passés",
+       ERR_MUST_BE_PROVIDED:   "{0}: un(e) {1} et un(e) {2} doivent être passés",
+       ERR_MUST_BE_PROVIDED1:  "{0}: {1} doit être défini",
+
+       ERR_REPLACE_EL:         "replaceElements a été appelé alors que evalNodes n'est pas un tableau",
+       ERR_EMPTY_RESPONSE:     "{0}: La réponse ne peut pas être nulle ou vide !",
+       ERR_ITEM_ID_NOTFOUND:   "{0}: l'élément portant l'identifiant {1} n'a pas pu être trouvé",
+       ERR_PPR_IDREQ:          "{0}: Erreur lors de l'insertion PPR, l'id doit être présent",
+       ERR_PPR_INSERTBEFID:    "{0}: Erreur lors de l'insertion PPR, 'before id' ou 'after id' doivent être présents",
+       ERR_PPR_INSERTBEFID_1:  "{0}: Erreur lors de l'insertion PPR, le noeud before de l'id {1} n'existe pas dans le document",
+       ERR_PPR_INSERTBEFID_2:  "{0}: Erreur lors de l'insertion PPR, le noeud after  de l'id {1} n'existe pas dans le document",
+
+       ERR_PPR_DELID:          "{0}: Erreur lors de la suppression, l'id n'est pas présent dans le xml",
+       ERR_PPR_UNKNOWNCID:     "{0}:  Html-Component-ID inconnu : {1}",
+       ERR_NO_VIEWROOTATTR:    "{0}: Le changement d'attributs dans ViewRoot n'est pas supporté",
+       ERR_NO_HEADATTR:        "{0}: Le changement d'attributs dans Head n'est pas supporté",
+       ERR_RED_URL:            "{0}: Redirection sans url"
+
+
+
+
+});
\ No newline at end of file

Added: myfaces/core/trunk/api/src/main/javascript/META-INF/resources/myfaces/_impl/i18n/Messages_it.js
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/api/src/main/javascript/META-INF/resources/myfaces/_impl/i18n/Messages_it.js?rev=1067191&view=auto
==============================================================================
--- myfaces/core/trunk/api/src/main/javascript/META-INF/resources/myfaces/_impl/i18n/Messages_it.js (added)
+++ myfaces/core/trunk/api/src/main/javascript/META-INF/resources/myfaces/_impl/i18n/Messages_it.js Fri Feb  4 15:11:38 2011
@@ -0,0 +1,72 @@
+/* Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to you under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+/**
+ * System messages italian version version
+ * (note the base version is basically the en_US) version
+ * of all messages
+ *
+ */
+
+myfaces._impl.core._Runtime.extendClass("myfaces._impl.i18n.Messages_it", myfaces._impl.i18n.Messages, {
+    /*Messages*/
+    MSG_DEV_MODE:           "Questo messaggio  stato inviato esclusivamente perch il progetto  in development stage e nessun altro listener  stato registrato.",
+    MSG_AFFECTED_CLASS:     "Classi coinvolte:",
+    MSG_AFFECTED_METHOD:    "Metodi coinvolti:",
+
+    MSG_ERROR_NAME:         "Nome dell'errore:",
+    MSG_ERROR_MESSAGE:      "Nome dell'errore:",
+
+    MSG_ERROR_DESC:         "Descrizione dell'errore:",
+    MSG_ERROR_NO:           "Numero errore:",
+    MSG_ERROR_LINENO:       "Numero di riga dell'errore:",
+
+    /*Errors and messages*/
+    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",
+    ERR_VIEWSTATE:          "jsf.viewState: il valore del parametro non  di tipo form!",
+    ERR_TRANSPORT:          "Il transport type {0} non esiste",
+    ERR_EVT_PASS:           " necessario passare un evento (sono accettati anche gli event object null oppure undefined) ",
+    ERR_CONSTRUCT:          "Durante la costruzione dell' event data: {0} non  stato possibile acquisire alcune parti della response ",
+    ERR_MALFORMEDXML:       "Il formato della risposta del server non era xml, non  stato quindi possibile effettuarne il parsing!",
+    ERR_SOURCE_FUNC:        "source non puo' essere una funzione (probabilmente source and event non erano stati definiti o sono null",
+    ERR_EV_OR_UNKNOWN:      "Come secondo parametro bisogna passare un event object oppure unknown",
+    ERR_SOURCE_NOSTR:       "source non pu˜ essere una stringa di testo",
+    ERR_SOURCE_DEF_NULL:    "source deve essere definito oppure  null",
+
+    //_Lang.js
+    ERR_MUST_STRING:        "{0}: {1} namespace deve essere di tipo String",
+    ERR_REF_OR_ID:          "{0}: {1} un reference node oppure un identificatore deve essere fornito",
+    ERR_PARAM_GENERIC:      "{0}: il parametro {1} deve essere di tipo {2}",
+    ERR_PARAM_STR:          "{0}: {1} parametro deve essere di tipo String",
+    ERR_PARAM_STR_RE:       "{0}: {1} parametro deve essere di tipo String oppure una regular expression",
+    ERR_PARAM_MIXMAPS:      "{0}:  necessario specificare sia  source che destination map",
+    ERR_MUST_BE_PROVIDED:   "{0}:  necessario specificare sia {1} che {2} ",
+    ERR_MUST_BE_PROVIDED1:  "{0}: {1} deve essere settato",
+
+    ERR_REPLACE_EL:         "replaceElements chiamato metre evalNodes non  un array",
+    ERR_EMPTY_RESPONSE:     "{0}: La response non puo' essere nulla o vuota!",
+    ERR_ITEM_ID_NOTFOUND:   "{0}: non  stato trovato alcun item con identificativo {1}",
+    ERR_PPR_IDREQ:          "{0}: Errore durante la PPR Insert, l' id deve essere specificato",
+    ERR_PPR_INSERTBEFID:    "{0}: Errore durante la PPR Insert, before id o after id deve essere specificato",
+    ERR_PPR_INSERTBEFID_1:  "{0}: Errore durante la PPR Insert, before node of id {1} non esiste nel document",
+    ERR_PPR_INSERTBEFID_2:  "{0}: Errore durante la PPR Insert, after  node of id {1} non esiste nel in document",
+
+    ERR_PPR_DELID:          "{0}: Errore durante la delete, l'id non e' nella forma di un markup xml",
+    ERR_PPR_UNKNOWNCID:     "{0}:   Html-Component-ID: {1} sconosciuto",
+    ERR_NO_VIEWROOTATTR:    "{0}: La modifica degli attributi del ViewRoot non  supportata",
+    ERR_NO_HEADATTR:        "{0}: La modifica degli attributi di Head non  supportata",
+    ERR_RED_URL:            "{0}: Redirect senza url"
+});
\ No newline at end of file

Added: myfaces/core/trunk/api/src/main/javascript/META-INF/resources/myfaces/_impl/i18n/Messages_ru.js
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/api/src/main/javascript/META-INF/resources/myfaces/_impl/i18n/Messages_ru.js?rev=1067191&view=auto
==============================================================================
--- myfaces/core/trunk/api/src/main/javascript/META-INF/resources/myfaces/_impl/i18n/Messages_ru.js (added)
+++ myfaces/core/trunk/api/src/main/javascript/META-INF/resources/myfaces/_impl/i18n/Messages_ru.js Fri Feb  4 15:11:38 2011
@@ -0,0 +1,77 @@
+/* Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to you under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+/**
+ * System messages kyrillic/russian version
+ * (note the base version is basically the en_US) version
+ * of all messages
+ *
+ */
+
+myfaces._impl.core._Runtime.extendClass("myfaces._impl.i18n.Messages_ru", myfaces._impl.i18n.Messages, {
+
+    MSG_TEST:               "ТестовоеСообщение",
+
+    /*Messages*/
+    MSG_DEV_MODE:           "Это сообщение выдано, потому что 'project stage' было присоено значение 'development', и никаких" +
+            "других error listeners зарегистрировано не было.",
+    MSG_AFFECTED_CLASS:     "Задействованный класс:",
+    MSG_AFFECTED_METHOD:    "Задействованный метод:",
+
+    MSG_ERROR_NAME:         "Имя ошибки:",
+    MSG_ERROR_MESSAGE:      "Имя ошибки:",
+
+    MSG_ERROR_DESC:         "Описание ошибки:",
+    MSG_ERROR_NO:           "Номер ошибки:",
+    MSG_ERROR_LINENO:       "Номер строки ошибки:",
+
+    /*Errors and messages*/
+    ERR_FORM:               "Sourceform не найдена, потому что элемент не находится внутри <form>, либо были найдены элементы <form> с рдинаковым именем или идентификатором. Обработка ajax остановлена",
+    ERR_VIEWSTATE:          "jsf.viewState: Параметру присвоено значение, не являющееся элементом <form>!",
+    ERR_TRANSPORT:          "Несуществующий тип транспорта {0}",
+    ERR_EVT_PASS:           "Параметр event необходим, и не может быть null или undefined",
+    ERR_CONSTRUCT:          "Часть ответа не удалось прочитать при создании данных события: {0} ",
+    ERR_MALFORMEDXML:       "Ответ сервера не может быть обработан, он не в формате xml !",
+    ERR_SOURCE_FUNC:        "source не может быть функцией (возможно, для source и event не были даны значения",
+    ERR_EV_OR_UNKNOWN:      "Объект event или unknown должен быть всторым параметром",
+    ERR_SOURCE_NOSTR:       "source не может быть типа string",
+    ERR_SOURCE_DEF_NULL:    "source должно быть присвоено значение или null",
+
+    //_Lang.js
+    ERR_MUST_STRING:        "{0}: {1} namespace должно быть типа String",
+    ERR_REF_OR_ID:          "{0}: {1} a Ссылочный узел (reference node) или идентификатор необходимы",
+    ERR_PARAM_GENERIC:      "{0}: параметр {1} должен быть типа {2}",
+    ERR_PARAM_STR:          "{0}: {1} параметр должен быть типа string",
+    ERR_PARAM_STR_RE:       "{0}: {1} параметр должен быть типа string string или regular expression",
+    ERR_PARAM_MIXMAPS:      "{0}: source b destination map необходимы",
+    ERR_MUST_BE_PROVIDED:   "{0}: {1} и {2} необходимы",
+    ERR_MUST_BE_PROVIDED1:  "{0}: {1} должно быть присвоено значение",
+
+    ERR_REPLACE_EL:         "replaceElements вызвана, с evalNodes, не являющимся массивом",
+    ERR_EMPTY_RESPONSE:     "{0}: Ответ не может бвть null или пустым!",
+    ERR_ITEM_ID_NOTFOUND:   "{0}: Элемент с идентификатором {1} не найден",
+    ERR_PPR_IDREQ:          "{0}: Ошибка в PPR Insert, id необходим",
+    ERR_PPR_INSERTBEFID:    "{0}: Ошибка в PPR Insert, before id или after id необходимы",
+    ERR_PPR_INSERTBEFID_1:  "{0}: Ошибка в PPR Insert, before node c id {1} не найден в документе",
+    ERR_PPR_INSERTBEFID_2:  "{0}: Ошибка в PPR Insert, after node с id {1} не найден в документе",
+
+    ERR_PPR_DELID:          "{0}: Ошибка в удалении, id не найден в xml документе",
+    ERR_PPR_UNKNOWNCID:     "{0}: Неопознанный Html-Component-ID: {1}",
+    ERR_NO_VIEWROOTATTR:    "{0}: Изменение атрибутов ViewRoot не предусмотрено",
+    ERR_NO_HEADATTR:        "{0}: Изменение атрибутов Head не предусмотрено",
+    ERR_RED_URL:            "{0}: Перенаправление (Redirect) без url"
+
+});
\ No newline at end of file