You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
1.3 KiB
33 lines
1.3 KiB
11 years ago
|
/*!
|
||
|
* DevExpress PhoneJS
|
||
|
* Version: 13.2.7
|
||
|
* Build date: Feb 10, 2014
|
||
|
*
|
||
|
* Copyright (c) 2012 - 2014 Developer Express Inc. ALL RIGHTS RESERVED
|
||
|
* EULA: http://phonejs.devexpress.com/EULA
|
||
|
*/
|
||
|
|
||
|
Globalize.addCultureInfo("fr", {messages: {
|
||
|
Yes: "Oui",
|
||
|
No: "Non",
|
||
|
Cancel: "Annuler",
|
||
|
Clear: "Effacer",
|
||
|
Done: "OK",
|
||
|
Loading: "Chargement en cours",
|
||
|
Select: "Sélectionner...",
|
||
|
Search: "Recherche",
|
||
|
Back: "Назад",
|
||
|
"dxLookup-searchPlaceholder": "Nombre de caractères minimum: {0}",
|
||
|
"dxCollectionContainerWidget-noDataText": "Aucune donnée à afficher",
|
||
|
"dxList-pullingDownText": "Tirer pour actualiser",
|
||
|
"dxList-pulledDownText": "Relâcher pour actualiser",
|
||
|
"dxList-refreshingText": "Mises à jour...",
|
||
|
"dxList-pageLoadingText": "Chargement en cours...",
|
||
|
"dxListEditDecorator-delete": "Supprimer",
|
||
|
"dxScrollView-pullingDownText": "Tirer pour actualiser",
|
||
|
"dxScrollView-pulledDownText": "Relâcher pour actualiser",
|
||
|
"dxScrollView-refreshingText": "Mises à jour...",
|
||
|
"dxScrollView-reachBottomText": "Chargement en cours...",
|
||
|
"dxSwitch-onText": "I",
|
||
|
"dxSwitch-offText": "O"
|
||
|
}});
|