... | ... |
@@ -0,0 +1,39 @@ |
1 |
+<?xml version="1.0" encoding="utf-8"?> |
|
2 |
+<resources> |
|
3 |
+ <string-array name="refresh_rates"> |
|
4 |
+ <item>1 minute</item> |
|
5 |
+ <item>2 minutes</item> |
|
6 |
+ <item>5 minutes</item> |
|
7 |
+ <item>10 minutes</item> |
|
8 |
+ <item>15 minutes</item> |
|
9 |
+ <item>30 minutes</item> |
|
10 |
+ <item>1 heure</item> |
|
11 |
+ <item>2 heures</item> |
|
12 |
+ <item>3 heures</item> |
|
13 |
+ <item>6 heures</item> |
|
14 |
+ <item>12 heures</item> |
|
15 |
+ <item>24 heures</item> |
|
16 |
+ </string-array> |
|
17 |
+ <string-array name="refresh_values"> |
|
18 |
+ <item>1</item> |
|
19 |
+ <item>2</item> |
|
20 |
+ <item>5</item> |
|
21 |
+ <item>10</item> |
|
22 |
+ <item>15</item> |
|
23 |
+ <item>30</item> |
|
24 |
+ <item>60</item> |
|
25 |
+ <item>120</item> |
|
26 |
+ <item>180</item> |
|
27 |
+ <item>360</item> |
|
28 |
+ <item>720</item> |
|
29 |
+ <item>1440</item> |
|
30 |
+ </string-array> |
|
31 |
+ <string-array name="channels"> |
|
32 |
+ <item>Annonces</item> |
|
33 |
+ <item>Flash infos</item> |
|
34 |
+ </string-array> |
|
35 |
+ <string-array name="default_channels"> |
|
36 |
+ <item>Annonces</item> |
|
37 |
+ <item>Flash infos</item> |
|
38 |
+ </string-array> |
|
39 |
+</resources> |
... | ... |
@@ -0,0 +1,38 @@ |
1 |
+<resources> |
|
2 |
+ <string name="app_name">LibreNews</string> |
|
3 |
+ <string name="server_settings_label">Paramètres du serveur</string> |
|
4 |
+ <string name="default_server_url">https://librenews.io/api</string> |
|
5 |
+ <string name="server_url_label">Serveur</string> |
|
6 |
+ <string name="refresh_rate_label">Fréquence de rafraîchissement</string> |
|
7 |
+ <string name="notification_preferences_label">Paramètres de notification</string> |
|
8 |
+ <string name="notifications_enabled_label">Notifications activées</string> |
|
9 |
+ <string name="auto_refresh_label">Rafraîchir automatiquement</string> |
|
10 |
+ <string name="server_url_description">L\'URL du serveur pour obtenir les flash infos. Elle doit être en HTTPS.</string> |
|
11 |
+ <string name="auto_refresh_description">Est-ce que LibreNews doit se rafraîchir automatiquement en arrière-plan ?</string> |
|
12 |
+ <string name="refresh_rate_description">À quelle fréquence LibreNews doit contacter le serveur en arrière-plan pour vérifier les nouveaux flash infos.</string> |
|
13 |
+ <string name="notification_sound_label">Son de notification</string> |
|
14 |
+ <string name="notification_sound_description">Le son que LibreNews effectuera lors d\'une notification.</string> |
|
15 |
+ <string name="notifications_enabled_description">Est-ce que LibreNews doit vous envoyer des notifications ?</string> |
|
16 |
+ <string name="internal_storage_setup_fail">Impossible de configurer le stockage interne !</string> |
|
17 |
+ <string name="internal_storage_read_fail">Impossible de lire depuis le stockage interne !</string> |
|
18 |
+ <string name="invalid_server_url">URL du serveur invalide !</string> |
|
19 |
+ <string name="debug_label">Débogage</string> |
|
20 |
+ <string name="debug_mode_label">Mode débogage</string> |
|
21 |
+ <string name="debug_mode_description">Est-ce que LibreNews doit vous envoyer plein de messages de débogage (via les notifications) ?</string> |
|
22 |
+ <string name="title_activity_settings">Paramètres</string> |
|
23 |
+ <string name="pref_header_notifications">Notifications</string> |
|
24 |
+ <string name="action_settings">Paramètres</string> |
|
25 |
+ <string name="channels_label">Canaux</string> |
|
26 |
+ <string name="channels_description">Sélectionnez les canaux qui apparaîtront dans les notifications et vos flux.</string> |
|
27 |
+ <string name="refresh_label">Rafraîchir</string> |
|
28 |
+ <string name="https_required">Le serveur doit être en HTTPS</string> |
|
29 |
+ <string name="notifications_disabled">Notifications désactivées</string> |
|
30 |
+ <string name="sync_disabled">Synchronisation désactivée</string> |
|
31 |
+ <string name="status_text" formatted="false">Synchronisation tout les {rate}</string> |
|
32 |
+ <string name="short_description"> |
|
33 |
+ <![CDATA[ |
|
34 |
+ <p>Les notifications d\'actualités sont parmi les canaux les plus importants par lesquels nous recevons des informations.</p><p><strong>LibreNews vise à démocratiser ce processus en fournissant un service de notification d\'actualités <i>minimaliste, libre, open source, rapide, sécurisé</i> et <i>décentralisé</i></strong> qui fonctionnera sur presque n\'importe quel smartphone.</p> |
|
35 |
+ ]]> |
|
36 |
+ </string> |
|
37 |
+ |
|
38 |
+</resources> |
... | ... |
@@ -12,7 +12,7 @@ |
12 | 12 |
<string name="refresh_rate_description">How frequently LibreNews should contact the newsflash server in the background to check for new notifications.</string> |
13 | 13 |
<string name="notification_sound_label">Notification sound</string> |
14 | 14 |
<string name="notification_sound_description">The sound that LibreNews will make when a notification is received.</string> |
15 |
- <string name="notifications_enabled_description">Whether LibreNews shoud send you notifications.</string> |
|
15 |
+ <string name="notifications_enabled_description">Whether LibreNews should send you notifications.</string> |
|
16 | 16 |
<string name="internal_storage_setup_fail">Unable to set up internal storage!</string> |
17 | 17 |
<string name="internal_storage_read_fail">Unable to read from internal storage!</string> |
18 | 18 |
<string name="invalid_server_url">Invalid server URL!</string> |
... | ... |
@@ -1,2 +1,13 @@ |
1 |
-# LibreNews-Android |
|
2 |
-An Android client for the LibreNews server |
|
1 |
+LibreNews |
|
2 |
+========= |
|
3 |
+ |
|
4 |
+LibreNews is a client for the LibreNews server. It is a free, fast, open-source, and decentralized breaking news notification app. Whenever anything noteworthy happens in the world, you can be sure that you'll be notified. |
|
5 |
+ |
|
6 |
+Breaking news notifications are perhaps the most important channel by which we receive our information about the world, and LibreNews aims to democratize this essential medium. Don't let any corporation or government agency control your breaking news. |
|
7 |
+ |
|
8 |
+## Download LibreNews |
|
9 |
+ |
|
10 |
+<a href="https://f-droid.org/packages/app.librenews.io.librenews" target="_blank"> |
|
11 |
+<img src="https://f-droid.org/badge/get-it-on.png" alt="Get it on F-Droid" height="100"/></a> |
|
12 |
+<a href="https://play.google.com/store/apps/details?id=app.librenews.io.librenews" target="_blank"> |
|
13 |
+<img src="https://play.google.com/intl/en_us/badges/images/generic/en-play-badge.png" alt="Get it on Google Play" height="100"/></a> |