Project

General

Profile

Download (4.57 KB) Statistics
| Branch: | Tag: | Revision:

magiccube / src / main / res / values-fr / strings.xml @ 8678dd48

1
<?xml version="1.0" encoding="UTF-8"?><resources>
2
    <string name="app_name">Cube magique</string>
3
    <string name="scramble">Brouiller</string>
4
    <string name="solve">Résoudre</string>
5
    <string name="exit">Sortir</string>
6
    <string name="play">Jouer</string>
7
    <string name="error">Erreur</string>
8
    <string name="effects">Effets</string>
9
    <string name="choose_pattern">Choisissez un motif</string>
10
    <string name="solved">Résolu</string>
11
    <string name="new_record">Nouvel registre</string>
12
    <string name="new_record_submit">Voulez-vous le soumettre aux meilleurs scores ?</string>
13
    <string name="back">Retour</string>
14
    <string name="save">SAUVEGARDER</string>
15
    <string name="ok">D\'accord</string>
16
    <string name="yes">OUI</string>
17
    <string name="no">NON</string>
18
    <string name="you">VOUS</string>
19
    <string name="solution">Solution</string>
20
    <string name="ready">Prêt ?</string>
21
    <string name="objectchange_effect">Effet de changement de taille</string>
22
    <string name="solve_effect">Effet de résolution</string>
23
    <string name="scramble_effect">Effet de brouillage</string>
24
    <string name="win_effect">Effet de victoire</string>
25
    <string name="duration">Durée :</string>
26
    <string name="type">Type :</string>
27
    <string name="choose_name">Choisissez un nom</string>
28
    <string name="name_taken">Nom pris</string>
29
    <string name="new_name">Avant votre première soumission, vous devez choisir un nom :</string>
30
    <string name="new_name_try_again">Le nom que vous avez choisi, %s, est déjà pris. Réessayez :</string>
31
    <string name="downloading">Téléchargement…</string>
32
    <string name="submitting">Soumission…</string>
33
    <string name="view">Regarder</string>
34
    <string name="level_full">Brouillage Complet</string>
35

    
36
    <string name="scores">Meilleurs scores</string>
37
    <string name="patterns">Jolis motifs</string>
38
    <string name="control">Contrôle du cube</string>
39
    <string name="solver">Solutionneur</string>
40
    <string name="tutorials">Tutoriels</string>
41
    <string name="about">À propos de</string>
42
    <string name="updates">Mises à jour</string>
43
    <string name="abandon_solve">Abandonner</string>
44

    
45
    <string name="config_details">Détails</string>
46
    <string name="config_name">Nom</string>
47
    <string name="config_author">Auteur</string>
48
    <string name="config_difficulty">Difficulté</string>
49
    <string name="config_mesh">Maillage 3D</string>
50
    <string name="config_mesh_fast">Rapide</string>
51
    <string name="config_mesh_nice">Belle</string>
52

    
53
    <string name="credits1">Appli Open Source développée à l\'aide de la bibliothèque graphique Distorted. Sous licence <a href="https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html">GPL version 2</a> ou - à votre choix - toute version ultérieure.</string>
54
    <string name="credits2">Pretty Patterns par Walter Randelshofer. Voir <a href="http://www.randelshofer.ch">http://www.randelshofer.ch</a></string>
55
    <string name="credits3">Téléchargez le code, consultez les tutoriels, apprenez comment ajouter votre propre effet graphique, apprenez à coder votre propre objet, contribuez à un joli modèle, mettez en oeuvre votre propre solutionneur ou signalez un bogue : \n\n<a href="https://distorted.org/redmine/projects/magic-cube/wiki">Distorted.org</a>
56
  </string>
57

    
58
    <string name="solver_generic_error1">Solutionneur pour cet objet et cette taille non encore mis en place !</string>
59

    
60
    <string name="solver_cube3_error1">Il n\'y a pas exactement 9 facettes de chaque couleur !</string>
61
    <string name="solver_cube3_error2">Les 12 arêtes n\'existent pas exactement une fois !</string>
62
    <string name="solver_cube3_error3">Une arête doit être inversée !</string>
63
    <string name="solver_cube3_error4">Les 8 coins n\'existent pas tous une seule fois !</string>
64
    <string name="solver_cube3_error5">Un coin doit être tourné !</string>
65
    <string name="solver_cube3_error6">Deux coins ou deux arêtes doivent être échangés !</string>
66
    <string name="solver_cube3_error7">Aucune solution n\'existe pour le nombre maximum de coups donné !</string>
67
    <string name="solver_cube3_error8">Temps imparti, aucune solution trouvée en 20 secondes !</string>
68
    <string name="solver_cube3_error9">Solutionneur interrompu !</string>
69

    
70
    <string name="ms_placeholder">%1$d ms</string>
71
    <string name="lv_placeholder">Niveau %1$d</string>
72
    <string name="tm_placeholder">%1$02d:%2$02d</string>
73
    <string name="ap_placeholder">%1$s %2$s</string>
74
    <string name="ti_placeholder">%1$.2f secondes</string>
75
    <string name="mo_placeholder">%1$d/%2$d</string>
76
</resources>
    (1-1/1)