ext-lang-fr_CA.js 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152
  1. /*
  2. * France (Canadian) translation By BernardChhun 04-08-2007, 03:07 AM
  3. */
  4. Ext.UpdateManager.defaults.indicatorText = '<div class="loading-indicator">En cours de chargement...</div>';
  5. if (Ext.View) {
  6. Ext.View.prototype.emptyText = "";
  7. }
  8. if (Ext.grid.Grid) {
  9. Ext.grid.Grid.prototype.ddText = "{0} ligne(s) sélectionné(s)";
  10. }
  11. if (Ext.TabPanelItem) {
  12. Ext.TabPanelItem.prototype.closeText = "Fermer cette onglet";
  13. }
  14. if (Ext.form.Field) {
  15. Ext.form.Field.prototype.invalidText = "La valeur de ce champ est invalide";
  16. }
  17. if (Ext.LoadMask) {
  18. Ext.LoadMask.prototype.msg = "En cours de chargement...";
  19. }
  20. Date.monthNames = ["Janvier", "Février", "Mars", "Avril", "Mai", "Juin",
  21. "Juillet", "Août", "Septembre", "Octobre", "Novembre", "Décembre"];
  22. Date.dayNames = ["Dimanche", "Lundi", "Mardi", "Mercredi", "Jeudi", "Vendredi",
  23. "Samedi"];
  24. if (Ext.MessageBox) {
  25. Ext.MessageBox.buttonText = {
  26. ok : "OK",
  27. cancel : "Annuler",
  28. yes : "Oui",
  29. no : "Non"
  30. };
  31. }
  32. if (Ext.util.Format) {
  33. Ext.util.Format.date = function(v, format) {
  34. if (!v)
  35. return "";
  36. if (!(v instanceof Date))
  37. v = new Date(Date.parse(v));
  38. return v.dateFormat(format || "d/m/Y");
  39. };
  40. }
  41. if (Ext.DatePicker) {
  42. Ext.apply(Ext.DatePicker.prototype, {
  43. todayText : "Aujourd'hui",
  44. minText : "Cette date est plus petite que la date minimum",
  45. maxText : "Cette date est plus grande que la date maximum",
  46. disabledDaysText : "",
  47. disabledDatesText : "",
  48. monthNames : Date.monthNames,
  49. dayNames : Date.dayNames,
  50. nextText : 'Prochain mois (CTRL+Fléche droite)',
  51. prevText : 'Mois précédent (CTRL+Fléche gauche)',
  52. monthYearText : 'Choissisez un mois (CTRL+Fléche haut ou bas pour changer d\'année.)',
  53. todayTip : "{0} (Barre d'espace)",
  54. format : "d/m/y"
  55. });
  56. }
  57. if (Ext.PagingToolbar) {
  58. Ext.apply(Ext.PagingToolbar.prototype, {
  59. beforePageText : "Page",
  60. afterPageText : "de {0}",
  61. firstText : "Première page",
  62. prevText : "Page précédente",
  63. nextText : "Prochaine page",
  64. lastText : "Dernière page",
  65. refreshText : "Recharger la page",
  66. displayMsg : "Page courante {0} - {1} de {2}",
  67. emptyMsg : 'Aucune donnée à afficher'
  68. });
  69. }
  70. if (Ext.form.TextField) {
  71. Ext.apply(Ext.form.TextField.prototype, {
  72. minLengthText : "La longueur minimum de ce champ est de {0} caractères",
  73. maxLengthText : "La longueur maximum de ce champ est de {0} caractères",
  74. blankText : "Ce champ est obligatoire",
  75. regexText : "",
  76. emptyText : null
  77. });
  78. }
  79. if (Ext.form.NumberField) {
  80. Ext.apply(Ext.form.NumberField.prototype, {
  81. minText : "La valeur minimum de ce champ doit être de {0}",
  82. maxText : "La valeur maximum de ce champ doit être de {0}",
  83. nanText : "{0} n'est pas un nombre valide"
  84. });
  85. }
  86. if (Ext.form.DateField) {
  87. Ext.apply(Ext.form.DateField.prototype, {
  88. disabledDaysText : "Désactivé",
  89. disabledDatesText : "Désactivé",
  90. minText : "La date de ce champ doit être avant le {0}",
  91. maxText : "La date de ce champ doit être après le {0}",
  92. invalidText : "{0} n'est pas une date valide - il doit être au format suivant: {1}",
  93. format : "d/m/y"
  94. });
  95. }
  96. if (Ext.form.ComboBox) {
  97. Ext.apply(Ext.form.ComboBox.prototype, {
  98. loadingText : "En cours de chargement...",
  99. valueNotFoundText : undefined
  100. });
  101. }
  102. if (Ext.form.VTypes) {
  103. Ext.apply(Ext.form.VTypes, {
  104. emailText : 'Ce champ doit contenir un courriel et doit être sous ce format: "usager@domaine.com"',
  105. urlText : 'Ce champ doit contenir une URL sous le format suivant: "http:/'
  106. + '/www.domaine.com"',
  107. alphaText : 'Ce champ ne peut contenir que des lettres et le caractère souligné (_)',
  108. alphanumText : 'Ce champ ne peut contenir que des caractères alphanumériques ainsi que le caractère souligné (_)'
  109. });
  110. }
  111. if (Ext.grid.GridView) {
  112. Ext.apply(Ext.grid.GridView.prototype, {
  113. sortAscText : "Tri ascendant",
  114. sortDescText : "Tri descendant",
  115. lockText : "Verrouillé la colonne",
  116. unlockText : "Déverrouillé la colonne",
  117. columnsText : "Colonnes"
  118. });
  119. }
  120. if (Ext.grid.PropertyColumnModel) {
  121. Ext.apply(Ext.grid.PropertyColumnModel.prototype, {
  122. nameText : "Propriété",
  123. valueText : "Valeur",
  124. dateFormat : "d/m/Y"
  125. });
  126. }
  127. if (Ext.layout.BorderLayout.SplitRegion) {
  128. Ext.apply(Ext.layout.BorderLayout.SplitRegion.prototype, {
  129. splitTip : "Cliquer et glisser pour redimensionner le panneau.",
  130. collapsibleSplitTip : "Cliquer et glisser pour redimensionner le panneau. Double-cliquer pour cacher le panneau."
  131. });
  132. }