diff options
| author | Andrew Dolgov <cthulhoo@gmail.com> | 2012-09-16 10:02:57 -0700 |
|---|---|---|
| committer | Andrew Dolgov <cthulhoo@gmail.com> | 2012-09-16 10:02:57 -0700 |
| commit | 71fb6880f565ff417ccd5ac387263dfb8bd05826 (patch) | |
| tree | 9febd2beed9580b001d8eb675fc39c5ace93fda8 | |
| parent | a7dd01131d8f18108b355499f02ca90aa15c6f53 (diff) | |
| parent | 1be9fac0067594c9d25fd62486e145713a686b80 (diff) | |
Merge pull request #6 from fabienli/master
"Montrer" becomes "Afficher"
| -rw-r--r-- | res/values-fr/strings.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/res/values-fr/strings.xml b/res/values-fr/strings.xml index 42545472..c485b641 100644 --- a/res/values-fr/strings.xml +++ b/res/values-fr/strings.xml @@ -22,8 +22,8 @@ <string name="headline_context_multiple">Articles sélectionnés</string> <string name="http_authentication">Authentification HTTP</string> <string name="loading_message">Chargement, patientez s\'il-vous-plaît…</string> - <string name="menu_unread_feeds">Montrer les flux non-lus</string> - <string name="menu_all_feeds">Monter tous les flux</string> + <string name="menu_unread_feeds">Afficher les flux non-lus</string> + <string name="menu_all_feeds">Afficher tous les flux</string> <string name="update_feeds">Rafraichir les flux</string> <string name="share_article">Partager l\'article</string> <string name="catchup">Marquer comme non lu</string> |