Skip to content

Commit 5b37066

Browse files
authored
Merge branch 'stefan-niedermann:master' into 1379-widget-credentials
2 parents 722a187 + 00c8638 commit 5b37066

4 files changed

Lines changed: 42 additions & 2 deletions

File tree

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ dependencies {
109109
implementation 'com.squareup.retrofit2:retrofit:2.6.4'
110110

111111
// Gson
112-
implementation 'com.google.code.gson:gson:2.8.8'
112+
implementation 'com.google.code.gson:gson:2.8.9'
113113

114114
// ReactiveX
115115
implementation 'io.reactivex.rxjava2:rxjava:2.2.21'

app/src/main/res/values-fr/strings.xml

Lines changed: 37 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
<string name="action_search">Rechercher</string>
1313
<string name="action_sorting_method">Méthode de tri</string>
1414
<string name="simple_cancel">Annuler</string>
15+
<string name="simple_switch">Basculer</string>
1516
<string name="simple_edit">Modifier</string>
1617
<string name="simple_remove">Supprimer</string>
1718
<string name="action_edit_save">Enregistrer</string>
@@ -56,17 +57,25 @@
5657
<string name="error_unknown">Une erreur inconnue est survenue</string>
5758

5859
<string name="about_version_title">Version</string>
60+
<string name="about_version">Vous utilisez actuellement %1$s</string>
5961
<string name="about_maintainer_title">Responsable</string>
6062
<string name="about_developers_title">Développeurs</string>
6163
<string name="about_translators_title">Traducteurs</string>
64+
<string name="about_translators_transifex">Communauté Nextcloud sur %1$s</string>
6265
<string name="about_testers_title">Testeurs</string>
6366
<string name="about_source_title">Code source</string>
67+
<string name="about_source">Ce projet est hébergé sur GitHub : %1$s</string>
6468
<string name="about_issues_title">Bugs</string>
69+
<string name="about_issues">Vous pouvez signaler des anomalies, suggérer des améliorations et demander de nouvelles fonctionnalités sur GitHub : %1$s</string>
6570
<string name="about_translate_title">Traduire</string>
71+
<string name="about_translate">Rejoignez l\'équipe Nextcloud sur Transifex et aidez-nous à traduire cette application : %1$s</string>
6672
<string name="about_app_license_title">Licence de l\'application</string>
6773
<string name="about_app_license">Cette application est licenciée selon les termes de la GNU GENERAL PUBLIC LICENSE v3+.</string>
6874
<string name="about_app_license_button">Voir la licence</string>
6975
<string name="about_icons_disclaimer_title">Icônes</string>
76+
<string name="about_icons_disclaimer_app_icon">Pour l’icône originale voir %1$s.</string>
77+
<string name="about_icons_disclaimer_mdi_icons">Les icônes suivantes utilisées dans cette applications sont %1$s réalisées par Google Inc. et sous licence Apache 2.0.</string>
78+
<string name="about_icons_disclaimer_mdi">Icônes Material Design</string>
7079
<string name="about_credits_tab_title">Crédits</string>
7180
<string name="about_contribution_tab_title">Contributions</string>
7281
<string name="about_license_tab_title">Licence</string>
@@ -96,6 +105,28 @@
96105
<string name="category_movies">Films</string>
97106
<string name="category_movie">Film</string>
98107
<string name="category_work">Travail</string>
108+
<string name="category_tasks">Tâches</string>
109+
<string name="category_recipe">Recette</string>
110+
<string name="category_recipes">Recettes</string>
111+
<string name="category_restaurant">Restaurant</string>
112+
<string name="category_restaurants">Restaurant</string>
113+
<string name="category_food">Nourriture</string>
114+
<!-- This represents a category where one can place passwords and credentials -->
115+
<string name="category_key">Clé</string>
116+
<!-- This represents a category where one can place passwords and credentials -->
117+
<string name="category_keys">Clés</string>
118+
<string name="category_password">Mot de passe</string>
119+
<string name="category_passwords">Mots de passe</string>
120+
<string name="category_credentials">Information d\'identification</string>
121+
<string name="category_game">Jeu</string>
122+
<string name="category_games">Jeux</string>
123+
<string name="category_gift">Don</string>
124+
<string name="category_gifts">Dons</string>
125+
<!-- Like a gift -->
126+
<string name="category_present">Cadeau</string>
127+
<!-- Like a gift -->
128+
<string name="category_presents">Cadeaux</string>
129+
99130
<string name="account_already_imported">Ce compte a déjà été importé</string>
100131
<string name="no_notes_yet">Aucune note pour l\'instant</string>
101132
<string name="no_notes_yet_description">Créez une nouvelle note avec le bouton +</string>
@@ -219,6 +250,8 @@
219250
<!-- Table cell value of a sample table -->
220251
<string name="formatting_help_tables_value">Valeur %1d</string>
221252

253+
<string name="formatting_help_images_body_1">Les liens doivent être des URL complètes commençant par un protocole et un domaine ou des chemins absolus commençant par un caractère %1$s.</string>
254+
<string name="formatting_help_images_body_2">Afin de se conformer au format Markdown, veuillez utiliser des caractères d’échappement dans l’URL de l’image. Cela signifie par exemple, remplacer les espaces par %1$sdans l’URL.</string>
222255
<string name="formatting_help_images_title">Images</string>
223256
<string name="formatting_help_images_alt">Image retouchée</string>
224257

@@ -255,4 +288,7 @@
255288
<string name="settings_file_suffix_description">Extension de fichier pour les nouvelles notes dans votre Nextcloud</string>
256289
<string name="settings_file_suffix_success">Nouveau suffixe de fichier : %1$s</string>
257290
<string name="http_status_code">État HTTP : %1$d</string>
258-
</resources>
291+
<string name="progress_import_indeterminate">Importation des notes...</string>
292+
<string name="progress_import">Importation de la note %1$dsur %2$d...</string>
293+
<string name="account_imported">Compte importé.</string>
294+
</resources>

app/src/main/res/values-hu-rHU/strings.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,8 @@
8585
<string name="widget_single_note_title">Egyszeri jegyzet</string>
8686
<string name="widget_single_note_placeholder_tv">Jegyzet nem található</string>
8787
<string name="widget_not_logged_in">Jelentkezzen be a Jegyzetekbe mielőtt ezt a modult használná</string>
88+
<string name="widget_entry_fav_contentDescription">A csillag ikon az elem kedvencként megjelölésére szolgál</string>
89+
8890
<string name="activity_select_single_note">Válasszon jegyzetet</string>
8991

9092
<string name="shortcut_create_long">Új jegyzet létrehozása</string>

app/src/main/res/values-it/strings.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,8 @@
8585
<string name="widget_single_note_title">Nota singola</string>
8686
<string name="widget_single_note_placeholder_tv">Nota non trovata</string>
8787
<string name="widget_not_logged_in">Accedi a Notes prima di utilizzare questo widget</string>
88+
<string name="widget_entry_fav_contentDescription">L\'icona a stella è utilizzata per marcare un elemento come preferito</string>
89+
8890
<string name="activity_select_single_note">Seleziona nota</string>
8991

9092
<string name="shortcut_create_long">Crea una nuova nota</string>

0 commit comments

Comments
 (0)