Skip to content

Commit a9320cd

Browse files
committed
Update string for v2.1.4 release
Update French translations, update CHANGELOG
1 parent 83808b6 commit a9320cd

File tree

4 files changed

+21
-19
lines changed

4 files changed

+21
-19
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Version 2.1.4 *(2017-01-30)*
66
* Fixed: Multi-currency transactions not exported when format is QIF (#571)
77
* Fixed: Incorrect date of last export shown in book manager (#615, #617)
88
* Fixed: Large exports may be reported as successful even if they didn't complete yet (#616)
9+
* Fixed: Custom date range (in reports) does not select correct ending date (#611)
910
* Fixed: Account color reset when editing an account (#620)
1011
* Fixed: Export to OwnCloud fails if folder already exists
1112
* Fixed: User not notified if export to external target fails

CONTRIBUTORS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,6 @@ The following (incomplete list of) people (in no particular order) contributed (
3636
* Felipe Morato <[email protected]>
3737
* Alceu Rodrigues Neto <[email protected]>
3838
* Salama AB <[email protected]>
39+
* Juan Villa <[email protected]>
3940

4041
Please visit https://crowdin.com/project/gnucash-android for a more complete list of translation contributions

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ apply plugin: 'io.fabric'
88
def versionMajor = 2
99
def versionMinor = 1
1010
def versionPatch = 4
11-
def versionBuild = 1
11+
def versionBuild = 2
1212

1313
def buildTime() {
1414
def df = new SimpleDateFormat("yyyyMMdd HH:mm 'UTC'")

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

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -52,21 +52,21 @@
5252
<string name="menu_move">DÉPLACER</string>
5353
<string name="title_selected">%1$d sélectionné(s)</string>
5454
<string name="label_account_balance">Solde:</string>
55-
<string name="label_export_destination">Export To:</string>
55+
<string name="label_export_destination">Exporter vers:</string>
5656
<string name="title_export_dialog">Exporter les transactions</string>
5757
<string name="option_export_all_transactions">Exporter toutes les transactions</string>
5858
<string name="hint_export_choice">Par défaut, seul les nouvelles transactions depuis le dernier export seront exportées. Cochez cette option pour exporter toutes les transactions</string>
5959
<string name="toast_export_error">Erreur lors de l\'export des données en %1$s</string>
6060
<string name="btn_export">Exporter</string>
61-
<string name="option_delete_after_export">Delete transactions after export</string>
61+
<string name="option_delete_after_export">Effacer les transactions apres export</string>
6262
<string name="hint_delete_after_export">Toutes les transactions exportées seront supprimées aprés l\'export</string>
6363
<string name="title_settings">Paramètres</string>
6464
<string-array name="export_destinations">
6565
<item>Carte SD</item>
6666
<item>DropBox</item>
6767
<item>Google Drive</item>
6868
<item>ownCloud</item>
69-
<item>Send to&#8230;</item>
69+
<item>Envoyer vers&#8230;</item>
7070
</string-array>
7171
<string name="btn_move">Déplacer</string>
7272
<string name="title_move_transactions">Déplacer %1$d transaction(s)</string>
@@ -82,8 +82,8 @@
8282
<string name="label_permission_create_accounts">Permettre la création de comptes dans GnuCash pour Android</string>
8383
<string name="label_permission_group">Vos données GnuCash</string>
8484
<string name="description_permission_group">Lire et modifier les données GnuCash</string>
85-
<string name="label_permission_record_transaction">Record transactions in GnuCash</string>
86-
<string name="label_permission_create_account">Create accounts in GnuCash</string>
85+
<string name="label_permission_record_transaction">Enregistrer les transactions dans GnuCash</string>
86+
<string name="label_permission_create_account">Créer comptes dans GnuCash</string>
8787
<string name="label_display_account">Afficher le compte</string>
8888
<string name="btn_create_accounts">Créer les comptes</string>
8989
<string name="title_default_accounts">Choisisez les comptes à créés</string>
@@ -116,15 +116,15 @@
116116
</string-array>
117117
<string name="msg_delete_all_transactions_confirmation">Êtes vous sûre de vouloir supprimer TOUTES les transactions ?</string>
118118
<string name="msg_delete_transaction_confirmation">Êtes vous sûre de vouloir supprimer cette transaction ?</string>
119-
<string name="title_export_preference_category">Export</string>
119+
<string name="title_export_preference_category">Exporter</string>
120120
<string name="title_export_all_transactions">Exporter toutes les transactions</string>
121121
<string name="title_always_delete_exported_transactions">Supprimer les transactions exportées</string>
122122
<string name="title_default_export_email">Email d\'export par défaut</string>
123123
<string name="summary_default_export_email">Email par défaut pour les exports. Vous pourrez toujours le changer lors de votre prochain export.</string>
124124
<string name="label_double_entry_account">Transfert entre comptes</string>
125125
<string name="summary_use_double_entry">Toutes les transactions seront transférées d\'un compte à l\'autre</string>
126126
<string name="title_use_double_entry">Activer les doubles entrée</string>
127-
<string name="account_balance">Balance</string>
127+
<string name="account_balance">Solde</string>
128128
<string name="toast_no_account_name_entered">Entrer un nom de compte pour créer un compte</string>
129129
<string name="label_account_currency">Monnaie</string>
130130
<string name="label_parent_account">Compte parent</string>
@@ -259,7 +259,7 @@
259259
<string name="menu_order_by_size">Tri par taille</string>
260260
<string name="menu_toggle_legend">Show legend</string>
261261
<string name="menu_toggle_labels">Show labels</string>
262-
<string name="menu_toggle_percentage_mode">Show percentage</string>
262+
<string name="menu_toggle_percentage_mode">Montrer pourcentage</string>
263263
<string name="menu_toggle_average_lines">Show average lines</string>
264264
<string name="menu_group_smaller_slices">Groupe par petites tranches</string>
265265
<string name="label_chart_no_data">Aucune données de graphe disponible</string>
@@ -276,11 +276,11 @@
276276
<string name="label_tap_to_create_schedule">Appuyez sur pour créer le calendrier</string>
277277
<string name="title_restore_backup">Restaurer Sauvegarde&#8230;</string>
278278
<string name="header_backup_and_export_settings">Sauvegarde &amp; export</string>
279-
<string name="title_dropbox_sync_preference">Enable DropBox</string>
280-
<string name="title_owncloud_sync_preference">Enable ownCloud </string>
279+
<string name="title_dropbox_sync_preference">Activer DropBox</string>
280+
<string name="title_owncloud_sync_preference">Activer ownCloud </string>
281281
<string name="title_backup_preference_category">Sauvegarde</string>
282-
<string name="summary_dropbox_sync">Enable exporting to DropBox</string>
283-
<string name="summary_owncloud_sync">Enable exporting to ownCloud</string>
282+
<string name="summary_dropbox_sync">Activer export vers DropBox</string>
283+
<string name="summary_owncloud_sync">Activer export vers owncloud</string>
284284
<string name="title_select_gnucash_xml_file">Selectionner un fichier GnuCash XML</string>
285285
<string name="title_backup_prefs">Sauvergarde Préférences</string>
286286
<string name="title_create_backup_pref">Créer Sauvegarde</string>
@@ -289,8 +289,8 @@
289289
<string name="toast_backup_successful">Sauvegarde réussie</string>
290290
<string name="toast_backup_failed">Échec de la sauvegarde</string>
291291
<string name="export_warning_xml">Exporte tous les comptes et les transactions</string>
292-
<string name="title_google_drive_sync_pref">Enable Google Drive</string>
293-
<string name="summary_google_drive_sync">Enable exporting to Google Drive</string>
292+
<string name="title_google_drive_sync_pref">Activer Google Drive</string>
293+
<string name="summary_google_drive_sync">Activer export vers Google Drive</string>
294294
<string name="toast_install_file_manager">Installez un gestionnaire de fichiers pour sélectionner les fichiers</string>
295295
<string name="title_select_backup_to_restore">Sélectionnez une sauvegarde à restaurer</string>
296296
<string name="nav_menu_favorites">Favoris</string>
@@ -299,11 +299,11 @@
299299
<string name="nav_menu_scheduled_transactions">Transactions planifiées</string>
300300
<string name="nav_menu_export">Export&#8230;</string>
301301
<string name="nav_menu_settings">Paramètres</string>
302-
<string name="username">User Name</string>
303-
<string name="password">Password</string>
304-
<string name="owncloud_pref">owncloud</string>
302+
<string name="username">Nom d\'utilisateur</string>
303+
<string name="password">Mot de passe</string>
304+
<string name="owncloud_pref">ownCloud</string>
305305
<string name="owncloud_server">https://</string>
306-
<string name="owncloud_server_invalid">OC server not found</string>
306+
<string name="owncloud_server_invalid">Serveur OC inaccessible</string>
307307
<string name="owncloud_user_invalid">OC username/password invalid</string>
308308
<string name="owncloud_dir_invalid">Invalid chars: \\ &lt; &gt; : \&quot; | * ? </string>
309309
<string name="owncloud_server_ok">OC server OK</string>

0 commit comments

Comments
 (0)