| 465 |
gduche |
1 |
package org.tela_botanica.client.i18n;
|
|
|
2 |
|
|
|
3 |
import com.google.gwt.i18n.client.Messages;
|
|
|
4 |
|
|
|
5 |
public interface ErrorMessages extends Messages {
|
|
|
6 |
|
| 1013 |
jpm |
7 |
// Rafraichir
|
| 465 |
gduche |
8 |
String erreurRafraichir(Class inClass, Class currentClass);
|
| 1013 |
jpm |
9 |
|
|
|
10 |
// Pagination
|
| 590 |
gduche |
11 |
String elementsAffiches(String labelElement, int de, int a, int total);
|
| 1013 |
jpm |
12 |
|
|
|
13 |
// ChampMultiValeur
|
| 698 |
gduche |
14 |
String valeurNonValideMsg(String exemple);
|
| 1013 |
jpm |
15 |
|
|
|
16 |
// Entete
|
|
|
17 |
String deconnexion(String nomUtilisateur);
|
|
|
18 |
String chargementFenetre(String nomFenetre);
|
|
|
19 |
String ouvertureLienExterne(String nomLien);
|
|
|
20 |
String ouvertureAppliExterne(String nomAppli);
|
| 1070 |
gduche |
21 |
String titreErreurSaisie();
|
| 1013 |
jpm |
22 |
|
| 1077 |
jpm |
23 |
// Divers
|
| 831 |
jpm |
24 |
String veuillezSelectionner(String uneValeur);
|
| 1077 |
jpm |
25 |
String selectionObligatoire(String selectionDe, String pour);
|
|
|
26 |
|
| 847 |
gduche |
27 |
String nonImplemente(String codeMenuClique);
|
|
|
28 |
String erreurJrest();
|
|
|
29 |
String erreurServiceJrest(String service);
|
|
|
30 |
String erreurRequete();
|
|
|
31 |
String erreurRequeteTitre();
|
| 1070 |
gduche |
32 |
String typeChampMulti();
|
| 1065 |
gduche |
33 |
String erreurJson(String erreur);
|
| 1860 |
aurelien |
34 |
|
|
|
35 |
String retourSuccesImportPublication(String nb);
|
|
|
36 |
String retourSuccesImportPublicationPluriel(String nb);
|
|
|
37 |
String retourEchecImportPublication(String erreur);
|
| 532 |
jp_milcent |
38 |
}
|