|
1 | 1 | <resources>
|
2 |
| - <string name="app_name" translatable="false">Pokémap</string> |
3 | 2 |
|
4 | 3 | <string name="action_settings">Paramètres</string>
|
5 | 4 | <string name="action_clearmap">Effacer la carte</string>
|
|
13 | 12 | <string name="pref_warning">NOTE: NE PAS UTILISER votre compte principal pour cette application!
|
14 | 13 | Créez et utilisez un "faux" compte du Club de Dresseur de Pokemons</string>
|
15 | 14 | <string name="pref_username">Votre pseudo</string>
|
16 |
| - <string name="pref_username_key" translatable="false">UsernameKey</string> |
17 | 15 | <string name="pref_default_username">Dupont</string>
|
18 | 16 | <string name="pref_password">Votre mot de passe</string>
|
19 |
| - <string name="pref_password_key" translatable="false">PasswordKey</string> |
20 | 17 | <string name="pref_default_password" translatable="false">***</string>
|
21 | 18 |
|
22 | 19 | <string name="pref_cat_general">Général</string>
|
23 | 20 | <string name="pref_pokestops_title">Afficher les Pokéstops</string>
|
24 |
| - <string name="pref_pokestops_key" translatable="false">pokestops_checkbox</string> |
25 | 21 | <string name="pref_gyms_title">Afficher les Arènes</string>
|
26 |
| - <string name="pref_gyms_key" translatable="false">gyms_checkbox</string> |
27 | 22 | <string name="pref_scanned_title">Afficher les lieux scannés</string>
|
28 |
| - <string name="pref_scanned_key" translatable="false">scanned_checkbox</string> |
29 |
| - <string name="pref_pokemons_to_show_key">pokemons_to_show</string> |
30 | 23 |
|
31 | 24 | <string name="pokestop" translatable="false">Pokéstop</string>
|
32 | 25 |
|
|
36 | 29 | <string name="pref_service_enable_key" translatable="false">background_poke_service</string>
|
37 | 30 | <string name="pref_service_refresh_title">Fréquence de mise à jour</string>
|
38 | 31 | <string name="pref_service_refresh_summary">Tous les combien de secondes le scan doit avoir lieu.</string>
|
39 |
| - <string name="pref_service_refresh_key" translatable="false">service_refresh_rate</string> |
40 | 32 |
|
41 | 33 | <string name="toast_credentials">Impossible de se connecter, vérifiez votre pseudo/mot de passe</string>
|
42 | 34 | <string name="title_activity_poke_map">Pokémon proches</string>
|
|
86 | 78 | <string name="toast_searching">Recherche…</string>
|
87 | 79 | <string name="toast_pokemon_found_count">"Pokémons trouvés"</string>
|
88 | 80 | <string name="pokemon_found_none">Aucun pokémon trouvé.</string>
|
89 |
| - <string name="pokemon_found_new">"nouveaux pokémons trouvé."</string> |
| 81 | + <string name="pokemon_found_new">%1$d nouveaux pokémons trouvés.</string> |
90 | 82 |
|
91 | 83 | <string name="notification_service_title">Pokémap Service</string>
|
92 | 84 | <string name="notification_service_scanning">Scan en cours</string>
|
93 | 85 | <string name="notification_service_stop">Arrêter la tâche de fond</string>
|
94 |
| - <string name="notification_service_pokemon_near">" Pokémon proche."</string> |
95 |
| - <string name="notification_service_pokemon_in_area">" Pokémon dans la zone:"</string> |
| 86 | + <string name="notification_service_pokemon_near">%1$d pokémon(s) proche(s)</string> |
| 87 | + <string name="notification_service_pokemon_in_area">%1$d pokémon(s) dans la zone</string> |
96 | 88 | <string name="meters">metres</string>
|
97 | 89 |
|
98 | 90 | <string name="button_ok">Ok</string>
|
99 | 91 | <string name="toast_google_login_error">Connexion échouée</string>
|
| 92 | + <string name="farfetchd">Canarticho</string> |
| 93 | + <string name="notification_service_inbox_line">%1$s (%2$d minutes, %3$d mètres)</string> |
| 94 | + <string name="pref_cat_other">Autre</string> |
| 95 | + <string name="pref_search_steps">Périmètre de recherche</string> |
| 96 | + <string name="pref_theme">Thème par défaut</string> |
| 97 | + <string name="pref_theme_button">Thème</string> |
| 98 | + <string name="preset_themes_title">Thèmes prédéfinis</string> |
| 99 | + <string name="toast_still_searching">Recherche… %1$d Pokémon(s) trouvé(s).</string> |
| 100 | + <string name="theme_activity_text">Selectionner un thème:</string> |
100 | 101 |
|
101 | 102 | </resources>
|
0 commit comments