blob: 4a7ed78fa41d35e53c557ed743c1bc4a9efdb2fe (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
|
<!--
RSSin - Clever RSS reader for Android
Copyright (C) 2015 Randy Wanga, Jos Craaijo, Joep Bernards, Camil Staps
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
-->
<resources>
<string name="app_name">RSSin</string>
<string name="action_feeds">Alimentations</string>
<string name="action_filters">Filtres</string>
<string name="action_import_feed">Ouvrez avec RSSin</string>
<string name="action_settings">Configuration</string>
<string name="article_action_dislike">Je déteste</string>
<string name="article_action_like">J\'aime</string>
<string name="article_author">Écrit par</string>
<string name="article_author_unknown">Inconnu auteur</string>
<string name="article_published_on">Publié sur</string>
<string name="article_published_on_unknown">Inconnue date du publication</string>
<string name="button_apply">Appliquer</string>
<string name="button_cancel">Annuler</string>
<string name="button_ok">Bon</string>
<string name="error_delete_feed">Impossible d\'éffacher</string>
<string name="error_delete_filter">Impossible d\'éffacher</string>
<string name="error_invalid_url">URL invalide</string>
<string name="error_load_article">Impossible de charger l\'article</string>
<string name="error_load_feeds">Impossible de charger les alimentations</string>
<string name="error_load_filters">Impossible de charger les filtres</string>
<string name="error_net_load">Problème d\'internet</string>
<string name="error_save_feeds">Impossible de conserver</string>
<string name="error_save_feedsorter">Impossible de conserver</string>
<string name="error_save_filters">Impossible de conserver</string>
<string name="feeds">alimentations</string>
<string name="feeds_action_add">Ajouter</string>
<string name="filter_settings_action_delete">Éffacher</string>
<string name="filter_settings_action_feeds">Alimentations</string>
<string name="filter_settings_action_title">Titre</string>
<string name="filter_settings_add_feed">Ajouter</string>
<string name="filter_settings_add_keyword">Ajouter</string>
<string name="filter_settings_edit_keywords">Modifier</string>
<string name="filter_settings_feeds">Alimentations</string>
<string name="filters_action_add">Ajouter</string>
<string name="navigation_drawer_close">Fermer</string>
<string name="navigation_drawer_open">Ouvrir</string>
<string name="pref_header_data_sync">Data et synchronisation</string>
<string name="pref_header_general">Général</string>
<string name="pref_title_sync_frequency">Fréquence de synchronisation</string>
<string name="pref_title_system_sync_settings">Paramètres de système</string>
<string name="title_activity_article">Article</string>
<string name="title_activity_feeds">Alimentations</string>
<string name="title_activity_filter">Filtre</string>
<string name="title_activity_filter_settings">Filtre</string>
<string name="title_activity_filters">Filtres</string>
<string name="title_activity_home_screen">Activité de l\'écran d\'accueil</string>
<string name="title_activity_settings">Paramètres</string>
<string name="title_activity_unifiedinbox">Boîte de réception</string>
</resources>
|