Revision afcae97f
Added by Leszek Koltunski over 2 years ago
src/main/res/values-fr/strings.xml | ||
---|---|---|
1 | 1 |
<?xml version="1.0" encoding="UTF-8"?><resources> |
2 |
<string name="app_name">Cube magique</string> |
|
3 | 2 |
<string name="scramble">Brouiller</string> |
4 | 3 |
<string name="solve">Résoudre</string> |
5 | 4 |
<string name="exit">Sortir</string> |
... | ... | |
68 | 67 |
|
69 | 68 |
<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> |
70 | 69 |
<string name="credits2">Pretty Patterns par Walter Randelshofer. Voir <a href="http://www.randelshofer.ch">http://www.randelshofer.ch</a></string> |
71 |
<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> |
|
72 |
</string> |
|
70 |
<string name="credits3">Rubik et Rubik Cube sont des marques déposées. Nous n\'y sommes pas affiliés.</string> |
|
73 | 71 |
|
74 | 72 |
<string name="solver_generic_error1">Solutionneur pour cet objet et cette taille non encore mis en place !</string> |
75 | 73 |
|
Also available in: Unified diff
Stop giving different app names in different languages.
Remove the licensing info from the About Dialog.