All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.googlecode.wicket.kendo.ui.resource.messages.kendo.messages.fr-CI.min.js.map Maven / Gradle / Ivy

The newest version!
{"version":3,"file":"kendo.messages.fr-CI.min.js","sources":["messages/kendo.messages.fr-CI.js"],"sourcesContent":["\n(function(f){\n    if (typeof define === 'function' && define.amd) {\n        define([\"kendo.core\"], f);\n    } else {\n        f();\n    }\n}(function(){\n(function($, undefined) {\n/* Filter cell operator messages */\n\nif (kendo.ui.FilterCell) {\nkendo.ui.FilterCell.prototype.options.operators =\n$.extend(true, kendo.ui.FilterCell.prototype.options.operators,{\n  \"date\": {\n    \"eq\": \"Est égal à\",\n    \"gte\": \"Est postérieur ou égal à\",\n    \"gt\": \"Est postérieur\",\n    \"lte\": \"Est antérieur ou égal à\",\n    \"lt\": \"Est antérieur\",\n    \"neq\": \"N’est pas égal à\",\n    \"isnull\": \"Est nulle\",\n    \"isnotnull\": \"N’est pas nulle\"\n  },\n  \"number\": {\n    \"eq\": \"Est égal à\",\n    \"gte\": \"Est supérieur ou égal à\",\n    \"gt\": \"Est supérieur à\",\n    \"lte\": \"Est inférieur ou égal à\",\n    \"lt\": \"Est inférieur à\",\n    \"neq\": \"N’est pas égal à\",\n    \"isnull\": \"Est nulle\",\n    \"isnotnull\": \"N’est pas nulle\"\n  },\n  \"string\": {\n    \"endswith\": \"Se termine par\",\n    \"eq\": \"Est égal à\",\n    \"neq\": \"N’est pas égal à\",\n    \"startswith\": \"Commence par\",\n    \"contains\": \"Contient\",\n    \"doesnotcontain\": \"Ne contient pas\",\n    \"isnull\": \"Est nulle\",\n    \"isnotnull\": \"N’est pas nulle\",\n    \"isempty\": \"Est vide\",\n    \"isnotempty\": \"N’est pas vide\"\n  },\n  \"enums\": {\n    \"eq\": \"Est égal à\",\n    \"neq\": \"N’est pas égal à\",\n    \"isnull\": \"Est nulle\",\n    \"isnotnull\": \"N’est pas nulle\"\n  }\n});\n}\n\n/* FileManager messages */\n\nif (kendo.ui.FileManager) {\n  kendo.ui.FileManager.prototype.options.messages = $.extend(true, kendo.ui.FileManager.prototype.options.messages, {\n      toolbar: {\n          createFolder: 'Nouveau dossier',\n          upload: 'Téléverser',\n          sortDirection: 'Ordre de tri',\n          sortDirectionAsc: 'Croissant',\n          sortDirectionDesc: 'Décroissant',\n          sortField: 'Champ de tri',\n          nameField: 'Nom',\n          sizeField: 'Taille',\n          typeField: 'Type',\n          dateModifiedField: 'Date de modification',\n          dateCreatedField: 'Date de création',\n          listView: 'Liste',\n          gridView: 'Grille',\n          search: 'Rechercher',\n          details: 'Détails',\n          detailsChecked: 'Oui',\n          detailsUnchecked: 'Non',\n          'Delete': 'Effacer',\n          Rename: 'Renommer'\n      },\n      views: {\n          nameField: 'Nom',\n          sizeField: 'Taille',\n          typeField: 'Type',\n          dateModifiedField: 'Date de modification',\n          dateCreatedField: 'Date de création',\n          items: 'éléments'\n      },\n      dialogs: {\n          upload: {\n              title: 'Transférer des fichiers',\n              clear: 'Vider',\n              done: 'Terminé'\n          },\n          moveConfirm: {\n              title: ' ',\n              content: '

Voulez-vous déplacer les fichiers sélectionnés ou les copier?

',\n okText: 'Copier',\n cancel: 'Déplacer',\n close: 'Fermer'\n },\n deleteConfirm: {\n title: 'Confirmation de l\\'effacement',\n content: '

Voulez-vous vraiment supprimer les fichiers sélectionnés?
Il n\\'est pas possible d\\'annuler cette opération.

',\n okText: 'Supprimer',\n cancel: 'Annuler',\n close: 'Fermer'\n },\n renamePrompt: {\n title: 'Renommer',\n content: '

Entrez un nouveau nom de fichier

',\n okText: 'Renommer',\n cancel: 'Annuler',\n close: 'Fermer'\n }\n },\n previewPane: {\n noFileSelected: 'Aucun fichier sélectionné',\n extension: 'Type',\n size: 'Taille',\n created: 'Date de création',\n createdUtc: 'Date de création (UTC)',\n modified: 'Date de modification',\n modifiedUtc: 'Date de modification (UTC)',\n items: 'éléments'\n }\n });\n}\n/* Filter menu operator messages */\n\nif (kendo.ui.FilterMenu) {\nkendo.ui.FilterMenu.prototype.options.operators =\n$.extend(true, kendo.ui.FilterMenu.prototype.options.operators,{\n \"date\": {\n \"eq\": \"Est égal à\",\n \"gte\": \"Est postérieur ou égal à\",\n \"gt\": \"Est postérieur\",\n \"lte\": \"Est antérieur ou égal à\",\n \"lt\": \"Est antérieur\",\n \"neq\": \"N’est pas égal à\",\n \"isnull\": \"Est nulle\",\n \"isnotnull\": \"N’est pas nulle\"\n },\n \"number\": {\n \"eq\": \"Est égal à\",\n \"gte\": \"Est supérieur ou égal à\",\n \"gt\": \"Est supérieur à\",\n \"lte\": \"Est inférieur ou égal à\",\n \"lt\": \"Est inférieur à\",\n \"neq\": \"N’est pas égal à\",\n \"isnull\": \"Est nulle\",\n \"isnotnull\": \"N’est pas nulle\"\n },\n \"string\": {\n \"endswith\": \"Se termine par\",\n \"eq\": \"Est égal à\",\n \"neq\": \"N’est pas égal à\",\n \"startswith\": \"Commence par\",\n \"contains\": \"Contient\",\n \"doesnotcontain\": \"Ne contient pas\",\n \"isnull\": \"Est nulle\",\n \"isnotnull\": \"N’est pas nulle\",\n \"isempty\": \"Est vide\",\n \"isnotempty\": \"N’est pas vide\"\n },\n \"enums\": {\n \"eq\": \"Est égal à\",\n \"neq\": \"N’est pas égal à\",\n \"isnull\": \"Est nulle\",\n \"isnotnull\": \"N’est pas nulle\"\n }\n});\n}\n\n/* ColumnMenu messages */\n\nif (kendo.ui.ColumnMenu) {\nkendo.ui.ColumnMenu.prototype.options.messages =\n$.extend(true, kendo.ui.ColumnMenu.prototype.options.messages,{\n \"columns\": \"Colonnes\",\n \"sortAscending\": \"Tri croissant\",\n \"sortDescending\": \"Tri décroissant\",\n \"settings\": \"Paramètres de colonne\",\n \"done\": \"Fini\",\n \"lock\": \"Bloquer\",\n \"unlock\": \"Ouvrir\"\n});\n}\n\n/* RecurrenceEditor messages */\n\nif (kendo.ui.RecurrenceEditor) {\nkendo.ui.RecurrenceEditor.prototype.options.messages =\n$.extend(true, kendo.ui.RecurrenceEditor.prototype.options.messages,{\n \"daily\": {\n \"interval\": \"jour(s)\",\n \"repeatEvery\": \"Répéter chaque:\"\n },\n \"end\": {\n \"after\": \" Après\",\n \"occurrence\": \"occurrence(s)\",\n \"label\": \"Finir:\",\n \"never\": \"Jamais\",\n \"on\": \"Sur\",\n \"mobileLabel\": \"Ends\"\n },\n \"frequencies\": {\n \"daily\": \"Une fois par jour\",\n \"monthly\": \"Une fois par mois\",\n \"never\": \"Jamais\",\n \"weekly\": \"Une fois par semaine\",\n \"yearly\": \"Une fois par an\"\n },\n \"monthly\": {\n \"day\": \"Jour\",\n \"interval\": \"mois\",\n \"repeatEvery\": \"Répéter chaque:\",\n \"repeatOn\": \"Répéter l'opération sur:\"\n },\n \"offsetPositions\": {\n \"first\": \"premier\",\n \"fourth\": \"quatrième\",\n \"last\": \"dernier\",\n \"second\": \"second\",\n \"third\": \"troisième\"\n },\n \"weekly\": {\n \"repeatEvery\": \"Répéter chaque:\",\n \"repeatOn\": \"Répéter l'opération sur:\",\n \"interval\": \"semaine(s)\"\n },\n \"yearly\": {\n \"of\": \"de\",\n \"repeatEvery\": \"Répéter chaque:\",\n \"repeatOn\": \"Répéter l'opération sur:\",\n \"interval\": \"année(ans)\"\n },\n \"weekdays\": {\n \"day\": \"jour\",\n \"weekday\": \"jour de la semaine\",\n \"weekend\": \"jour de week-end\"\n }\n});\n}\n\n/* Grid messages */\n\nif (kendo.ui.Grid) {\nkendo.ui.Grid.prototype.options.messages =\n$.extend(true, kendo.ui.Grid.prototype.options.messages,{\n \"commands\": {\n \"create\": \"Insérer\",\n \"destroy\": \"Effacer\",\n \"canceledit\": \"Annuler\",\n \"update\": \"Mettre à jour\",\n \"edit\": \"Éditer\",\n \"excel\": \"Export to Excel\",\n \"pdf\": \"Export to PDF\",\n \"select\": \"Sélectionner\",\n \"cancel\": \"Annuler les modifications\",\n \"save\": \"Enregistrer les modifications\",\n \"search\": \"Rechercher...\"\n },\n \"editable\": {\n \"confirmation\": \"Êtes-vous sûr de vouloir supprimer cet enregistrement?\",\n \"cancelDelete\": \"Annuler\",\n \"confirmDelete\": \"Effacer\"\n },\n \"noRecords\": \"Aucun enregistrement disponible.\"\n});\n}\n\n/* Pager messages */\n\nif (kendo.ui.Pager) {\nkendo.ui.Pager.prototype.options.messages =\n$.extend(true, kendo.ui.Pager.prototype.options.messages,{\n \"allPages\": \"Tous\",\n \"page\": \"Page\",\n \"display\": \"Afficher les items {0} - {1} de {2}\",\n \"of\": \"de {0}\",\n \"empty\": \"Aucun enregistrement à afficher.\",\n \"refresh\": \"Actualiser\",\n \"first\": \"Aller à la première page\",\n \"itemsPerPage\": \"articles par page\",\n \"last\": \"Aller à la dernière page\",\n \"next\": \"Aller à la page suivante\",\n \"previous\": \"Aller à la page précédente\",\n \"morePages\": \"Plusieurs pages\"\n});\n}\n\n/* TreeListPager messages */\n\nif (kendo.ui.TreeListPager) {\nkendo.ui.TreeListPager.prototype.options.messages =\n$.extend(true, kendo.ui.TreeListPager.prototype.options.messages,{\n \"allPages\": \"Tous\",\n \"page\": \"Page\",\n \"display\": \"Afficher les items {0} - {1} de {2}\",\n \"of\": \"de {0}\",\n \"empty\": \"Aucun enregistrement à afficher.\",\n \"refresh\": \"Actualiser\",\n \"first\": \"Aller à la première page\",\n \"itemsPerPage\": \"articles par page\",\n \"last\": \"Aller à la dernière page\",\n \"next\": \"Aller à la page suivante\",\n \"previous\": \"Aller à la page précédente\",\n \"morePages\": \"Plusieurs pages\"\n});\n}\n\n/* FilterCell messages */\n\nif (kendo.ui.FilterCell) {\nkendo.ui.FilterCell.prototype.options.messages =\n$.extend(true, kendo.ui.FilterCell.prototype.options.messages,{\n \"filter\": \"Filtrer\",\n \"clear\": \"Effacer filtre\",\n \"isFalse\": \"est fausse\",\n \"isTrue\": \"est vrai\",\n \"operator\": \"Opérateur\"\n});\n}\n\n/* FilterMenu messages */\n\nif (kendo.ui.FilterMenu) {\nkendo.ui.FilterMenu.prototype.options.messages =\n$.extend(true, kendo.ui.FilterMenu.prototype.options.messages,{\n \"filter\": \"Filtrer\",\n \"and\": \"Et\",\n \"clear\": \"Effacer filtre\",\n \"info\": \"Afficher les lignes avec la valeur qui\",\n \"title\": \"Afficher les lignes avec la valeur qui\",\n \"selectValue\": \"-Sélectionner-\",\n \"isFalse\": \"est fausse\",\n \"isTrue\": \"est vrai\",\n \"or\": \"Ou\",\n \"cancel\": \"Annuler\",\n \"operator\": \"Opérateur\",\n \"value\": \"Valeur\"\n});\n}\n\n/* FilterMultiCheck messages */\n\nif (kendo.ui.FilterMultiCheck) {\nkendo.ui.FilterMultiCheck.prototype.options.messages =\n$.extend(true, kendo.ui.FilterMultiCheck.prototype.options.messages,{\n \"checkAll\": \"Choisir toutes\",\n \"clear\": \"Effacer filtre\",\n \"filter\": \"Filtrer\",\n \"search\": \"Recherche\"\n});\n}\n\n/* Groupable messages */\n\nif (kendo.ui.Groupable) {\nkendo.ui.Groupable.prototype.options.messages =\n$.extend(true, kendo.ui.Groupable.prototype.options.messages,{\n \"empty\": \"Faites glisser un en-tête de colonne et déposer ici pour grouper par cette colonne.\"\n});\n}\n\n/* Editor messages */\n\nif (kendo.ui.Editor) {\nkendo.ui.Editor.prototype.options.messages =\n$.extend(true, kendo.ui.Editor.prototype.options.messages,{\n \"bold\": \"Gras\",\n \"createLink\": \"Insérer un lien hypertexte\",\n \"fontName\": \"Police\",\n \"fontNameInherit\": \"(police héritée)\",\n \"fontSize\": \"Taille de police\",\n \"fontSizeInherit\": \"(taille héritée)\",\n \"formatBlock\": \"Style du paragraphe\",\n \"indent\": \"Augmenter le retrait\",\n \"insertHtml\": \"Insérer HTML\",\n \"insertImage\": \"Insérer image\",\n \"insertOrderedList\": \"Liste numérotée\",\n \"insertUnorderedList\": \"Liste à puces\",\n \"italic\": \"Italique\",\n \"justifyCenter\": \"Centrer\",\n \"justifyFull\": \"Justifier\",\n \"justifyLeft\": \"Aligner le texte à gauche\",\n \"justifyRight\": \"Aligner le texte à droite\",\n \"outdent\": \"Diminuer le retrait\",\n \"strikethrough\": \"Barré\",\n \"styles\": \"Styles\",\n \"subscript\": \"Subscript\",\n \"superscript\": \"Superscript\",\n \"underline\": \"Souligné\",\n \"unlink\": \"Supprimer le lien hypertexte\",\n \"deleteFile\": \"Êtes-vous sûr de vouloir supprimer \\\"{0}\\\"?\",\n \"directoryNotFound\": \"Un répertoire avec ce nom n'a pas été trouvé.\",\n \"emptyFolder\": \"Vider le dossier\",\n \"invalidFileType\": \"Le fichier sélectionné \\\"{0}\\\" n'est pas valide. Les types de fichiers supportés sont {1}.\",\n \"orderBy\": \"Organiser par:\",\n \"orderByName\": \"Nom\",\n \"orderBySize\": \"Taille\",\n \"overwriteFile\": \"Un fichier avec le nom \\\"{0}\\\" existe déjà dans le répertoire courant. Voulez-vous le remplacer?\",\n \"uploadFile\": \"Télécharger\",\n \"backColor\": \"Couleur de fond\",\n \"foreColor\": \"Couleur\",\n \"dialogButtonSeparator\": \"Ou\",\n \"dialogCancel\": \"Fermer\",\n \"dialogInsert\": \"Insérer\",\n \"imageAltText\": \"Le texte de remplacement\",\n \"imageWebAddress\": \"Adresse Web\",\n \"imageWidth\": \"Largeur (px)\",\n \"imageHeight\": \"Hauteur (px)\",\n \"linkOpenInNewWindow\": \"Ouvrir dans une nouvelle fenêtre\",\n \"linkText\": \"Text\",\n \"linkToolTip\": \"Info-bulle\",\n \"linkWebAddress\": \"Adresse Web\",\n \"search\": \"Search\",\n \"createTable\": \"Insérer un tableau\",\n \"addColumnLeft\": \"Add column on the left\",\n \"addColumnRight\": \"Add column on the right\",\n \"addRowAbove\": \"Add row above\",\n \"addRowBelow\": \"Add row below\",\n \"deleteColumn\": \"Supprimer la colonne\",\n \"deleteRow\": \"Supprimer ligne\",\n \"dropFilesHere\": \"drop files here to upload\",\n \"formatting\": \"Format\",\n \"viewHtml\": \"View HTML\",\n \"dialogUpdate\": \"Update\",\n \"insertFile\": \"Insert file\",\n \"dialogOk\": \"OK\",\n \"tableWizard\": \"Assistant de tableau\",\n \"tableTab\": \"Table\",\n \"cellTab\": \"Cellule\",\n \"accessibilityTab\": \"Accessibilité\",\n \"caption\": \"Sous-titre\",\n \"summary\": \"Sommaire\",\n \"width\": \"Largeur\",\n \"height\": \"Hauteur\",\n \"cellSpacing\": \"Espacement des cellules\",\n \"cellPadding\": \"Rembourrage des cellules\",\n \"cellMargin\": \"Marge des cellules\",\n \"alignment\": \"Alignement\",\n \"background\": \"Fond\",\n \"cssClass\": \"CSS Classe\",\n \"id\": \"Id\",\n \"border\": \"Bordure\",\n \"borderStyle\": \"Style de bordure\",\n \"collapseBorders\": \"Rétracter bordures\",\n \"wrapText\": \"Renvoi à la ligne\",\n \"associateCellsWithHeaders\": \"Entêtes associées\",\n \"alignLeft\": \"Aligner à gauche\",\n \"alignCenter\": \"Aligner le centre\",\n \"alignRight\": \"Aligner à droite\",\n \"alignLeftTop\": \"Aligner à gauche et haut\",\n \"alignCenterTop\": \"Aligner le centre et haut\",\n \"alignRightTop\": \"Aligner à droite et haut\",\n \"alignLeftMiddle\": \"Aligner à gauche et milieu\",\n \"alignCenterMiddle\": \"Aligner le centre et milieu\",\n \"alignRightMiddle\": \"Aligner à droite et milieu\",\n \"alignLeftBottom\": \"Aligner à gauche et bas\",\n \"alignCenterBottom\": \"Aligner le centre et bas\",\n \"alignRightBottom\": \"Aligner à droite et bas\",\n \"alignRemove\": \"Retirer alignement\",\n \"columns\": \"Colonnes\",\n \"rows\": \"Lignes\",\n \"selectAllCells\": \"Sélectionner toutes les cellules\"\n});\n}\n\n/* FileBrowser and ImageBrowser messages */\n\nvar browserMessages = {\n \"uploadFile\": \"Charger\",\n \"orderBy\": \"Trier par\",\n \"orderByName\": \"Nom\",\n \"orderBySize\": \"Taille\",\n \"directoryNotFound\": \"Aucun répértoire de ce nom.\",\n \"emptyFolder\": \"Répertoire vide\",\n \"deleteFile\": 'Etes-vous sûr de vouloir supprimer \"{0}\"?',\n \"invalidFileType\": \"Le fichier sélectionné \\\"{0}\\\" n'est pas valide. Les type fichiers supportés sont {1}.\",\n \"overwriteFile\": \"Un fichier du nom \\\"{0}\\\" existe déjà dans ce répertoire. Voulez-vous le remplacer?\",\n \"dropFilesHere\": \"glissez les fichiers ici pour les charger\",\n \"search\": \"Recherche\"\n};\n\nif (kendo.ui.FileBrowser) {\nkendo.ui.FileBrowser.prototype.options.messages =\n$.extend(true, kendo.ui.FileBrowser.prototype.options.messages, browserMessages);\n}\n\nif (kendo.ui.ImageBrowser) {\nkendo.ui.ImageBrowser.prototype.options.messages =\n$.extend(true, kendo.ui.ImageBrowser.prototype.options.messages, browserMessages);\n}\n\n\n/* Upload messages */\n\nif (kendo.ui.Upload) {\nkendo.ui.Upload.prototype.options.localization =\n$.extend(true, kendo.ui.Upload.prototype.options.localization,{\n \"cancel\": \"Annuler\",\n \"dropFilesHere\": \"déposer les fichiers à télécharger ici\",\n \"remove\": \"Retirer\",\n \"retry\": \"Réessayer\",\n \"select\": \"Sélectionner...\",\n \"statusFailed\": \"échoué\",\n \"statusUploaded\": \"téléchargé\",\n \"statusUploading\": \"téléchargement\",\n \"uploadSelectedFiles\": \"Télécharger des fichiers\",\n \"headerStatusUploaded\": \"Done\",\n \"headerStatusUploading\": \"Uploading...\"\n});\n}\n\n/* Scheduler messages */\n\nif (kendo.ui.Scheduler) {\nkendo.ui.Scheduler.prototype.options.messages =\n$.extend(true, kendo.ui.Scheduler.prototype.options.messages,{\n \"allDay\": \"toute la journée\",\n \"cancel\": \"Annuler\",\n \"editable\": {\n \"confirmation\": \"Etes-vous sûr de vouloir supprimer cet élément?\"\n },\n \"date\": \"Date\",\n \"destroy\": \"Effacer\",\n \"editor\": {\n \"allDayEvent\": \"Toute la journée\",\n \"description\": \"Description\",\n \"editorTitle\": \"Evènement\",\n \"end\": \"Fin\",\n \"endTimezone\": \"End timezone\",\n \"repeat\": \"Répéter\",\n \"separateTimezones\": \"Use separate start and end time zones\",\n \"start\": \"Début\",\n \"startTimezone\": \"Start timezone\",\n \"timezone\": \" \",\n \"timezoneEditorButton\": \"Fuseau horaire\",\n \"timezoneEditorTitle\": \"Fuseaux horaires\",\n \"title\": \"Titre\",\n \"noTimezone\": \"Pas de fuseau horaire\"\n },\n \"event\": \"Evènement\",\n \"recurrenceMessages\": {\n \"deleteRecurring\": \"Voulez-vous supprimer seulement cet évènement ou toute la série?\",\n \"deleteWindowOccurrence\": \"Suppression de l'élément courant\",\n \"deleteWindowSeries\": \"Suppression de toute la série\",\n \"deleteWindowTitle\": \"Suppression d'un élément récurrent\",\n \"editRecurring\": \"Voulez-vous modifier seulement cet évènement ou toute la série?\",\n \"editWindowOccurrence\": \"Modifier l'occurrence courante\",\n \"editWindowSeries\": \"Modifier la série\",\n \"editWindowTitle\": \"Modification de l'élément courant\"\n },\n \"save\": \"Sauvegarder\",\n \"time\": \"Time\",\n \"today\": \"Aujourd'hui\",\n \"views\": {\n \"agenda\": \"Agenda\",\n \"day\": \"Jour\",\n \"month\": \"Mois\",\n \"week\": \"Semaine\",\n \"workWeek\": \"Semaine de travail\",\n \"timeline\": \"Chronologie\"\n },\n \"deleteWindowTitle\": \"Suppression de l'élément\",\n \"showFullDay\": \"Montrer toute la journée\",\n \"showWorkDay\": \"Montrer les heures ouvrables\"\n});\n}\n\n\n/* Validator messages */\n\nif (kendo.ui.Validator) {\nkendo.ui.Validator.prototype.options.messages =\n$.extend(true, kendo.ui.Validator.prototype.options.messages,{\n \"required\": \"{0} est requis\",\n \"pattern\": \"{0} n'est pas valide\",\n \"min\": \"{0} doit être plus grand ou égal à {1}\",\n \"max\": \"{0} doit être plus petit ou égal à {1}\",\n \"step\": \"{0} n'est pas valide\",\n \"email\": \"{0} n'est pas un courriel valide\",\n \"url\": \"{0} n'est pas une adresse web valide\",\n \"date\": \"{0} n'est pas une date valide\",\n \"dateCompare\": \"La date de fin doit être postérieure à la date de début\"\n});\n}\n\n/* Dialog */\n\nif (kendo.ui.Dialog) {\nkendo.ui.Dialog.prototype.options.messages =\n$.extend(true, kendo.ui.Dialog.prototype.options.localization, {\n \"close\": \"Fermer\"\n});\n}\n\n/* Alert */\n\nif (kendo.ui.Alert) {\nkendo.ui.Alert.prototype.options.messages =\n$.extend(true, kendo.ui.Alert.prototype.options.localization, {\n \"okText\": \"OK\"\n});\n}\n\n/* Confirm */\n\nif (kendo.ui.Confirm) {\nkendo.ui.Confirm.prototype.options.messages =\n$.extend(true, kendo.ui.Confirm.prototype.options.localization, {\n \"okText\": \"OK\",\n \"cancel\": \"Annuler\"\n});\n}\n\n/* Prompt */\nif (kendo.ui.Prompt) {\nkendo.ui.Prompt.prototype.options.messages =\n$.extend(true, kendo.ui.Prompt.prototype.options.localization, {\n \"okText\": \"OK\",\n \"cancel\": \"Annuler\"\n});\n}\n\n/* FlatColorPicker messages */\n\nif (kendo.ui.FlatColorPicker) {\n kendo.ui.FlatColorPicker.prototype.options.messages =\n $.extend(true, kendo.ui.FlatColorPicker.prototype.options.messages, {\n \"apply\": \"Appliquer\",\n \"cancel\": \"Annuler\",\n \"noColor\": \"aucune couleur\",\n \"clearColor\": \"Supprimer la couleur\"\n });\n}\n\n/* ColorPicker messages */\n\nif (kendo.ui.ColorPicker) {\n kendo.ui.ColorPicker.prototype.options.messages =\n $.extend(true, kendo.ui.ColorPicker.prototype.options.messages, {\n \"apply\": \"Appliquer\",\n \"cancel\": \"Annuler\",\n \"noColor\": \"aucune couleur\",\n \"clearColor\": \"Supprimer la couleur\"\n });\n}\n\n/* Numeric text box messages */\n\nif (kendo.ui.NumericTextBox) {\n kendo.ui.NumericTextBox.prototype.options =\n $.extend(true, kendo.ui.NumericTextBox.prototype.options, {\n \"upArrowText\": \"Augmenter la valeur\",\n \"downArrowText\": \"Diminuer la valeur\"\n });\n}\n\n})(window.kendo.jQuery);\n}));"],"names":["f","define","amd","$","browserMessages","window","kendo","jQuery","ui","FilterCell","prototype","options","operators","extend","date","eq","gte","gt","lte","lt","neq","isnull","isnotnull","number","string","endswith","startswith","contains","doesnotcontain","isempty","isnotempty","enums","FileManager","messages","toolbar","createFolder","upload","sortDirection","sortDirectionAsc","sortDirectionDesc","sortField","nameField","sizeField","typeField","dateModifiedField","dateCreatedField","listView","gridView","search","details","detailsChecked","detailsUnchecked","Delete","Rename","views","items","dialogs","title","clear","done","moveConfirm","content","okText","cancel","close","deleteConfirm","renamePrompt","previewPane","noFileSelected","extension","size","created","createdUtc","modified","modifiedUtc","FilterMenu","ColumnMenu","columns","sortAscending","sortDescending","settings","lock","unlock","RecurrenceEditor","daily","interval","repeatEvery","end","after","occurrence","label","never","on","mobileLabel","frequencies","monthly","weekly","yearly","day","repeatOn","offsetPositions","first","fourth","last","second","third","of","weekdays","weekday","weekend","Grid","commands","create","destroy","canceledit","update","edit","excel","pdf","select","save","editable","confirmation","cancelDelete","confirmDelete","noRecords","Pager","allPages","page","display","empty","refresh","itemsPerPage","next","previous","morePages","TreeListPager","filter","isFalse","isTrue","operator","and","info","selectValue","or","value","FilterMultiCheck","checkAll","Groupable","Editor","bold","createLink","fontName","fontNameInherit","fontSize","fontSizeInherit","formatBlock","indent","insertHtml","insertImage","insertOrderedList","insertUnorderedList","italic","justifyCenter","justifyFull","justifyLeft","justifyRight","outdent","strikethrough","styles","subscript","superscript","underline","unlink","deleteFile","directoryNotFound","emptyFolder","invalidFileType","orderBy","orderByName","orderBySize","overwriteFile","uploadFile","backColor","foreColor","dialogButtonSeparator","dialogCancel","dialogInsert","imageAltText","imageWebAddress","imageWidth","imageHeight","linkOpenInNewWindow","linkText","linkToolTip","linkWebAddress","createTable","addColumnLeft","addColumnRight","addRowAbove","addRowBelow","deleteColumn","deleteRow","dropFilesHere","formatting","viewHtml","dialogUpdate","insertFile","dialogOk","tableWizard","tableTab","cellTab","accessibilityTab","caption","summary","width","height","cellSpacing","cellPadding","cellMargin","alignment","background","cssClass","id","border","borderStyle","collapseBorders","wrapText","associateCellsWithHeaders","alignLeft","alignCenter","alignRight","alignLeftTop","alignCenterTop","alignRightTop","alignLeftMiddle","alignCenterMiddle","alignRightMiddle","alignLeftBottom","alignCenterBottom","alignRightBottom","alignRemove","rows","selectAllCells","FileBrowser","ImageBrowser","Upload","localization","remove","retry","statusFailed","statusUploaded","statusUploading","uploadSelectedFiles","headerStatusUploaded","headerStatusUploading","Scheduler","allDay","editor","allDayEvent","description","editorTitle","endTimezone","repeat","separateTimezones","start","startTimezone","timezone","timezoneEditorButton","timezoneEditorTitle","noTimezone","event","recurrenceMessages","deleteRecurring","deleteWindowOccurrence","deleteWindowSeries","deleteWindowTitle","editRecurring","editWindowOccurrence","editWindowSeries","editWindowTitle","time","today","agenda","month","week","workWeek","timeline","showFullDay","showWorkDay","Validator","required","pattern","min","max","step","email","url","dateCompare","Dialog","Alert","Confirm","Prompt","FlatColorPicker","apply","noColor","clearColor","ColorPicker","NumericTextBox","upArrowText","downArrowText"],"mappings":"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"}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy