Skip to content

Commit 713e96e

Browse files
committed
Updated string translations and app version to 1.4.0-beta2
- Updated name of Cuban convertible peso currency name - Updated change log to include opening balances feature - Updated strings to generalize the account format (now multiple are supported, not just OFX) - Fixed: Generation of opening balance account for german locale has no parent Equity account
1 parent f8f42b3 commit 713e96e

17 files changed

Lines changed: 223 additions & 216 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Splits store the amounts as absolute values and then separately the kind - CREDI
1212
* Feature: Use account specific labels for CREDIT/DEBIT instead of just generic "debit" and "credit"
1313
* Feature: Import GnuCash XML files - accounts and transactions only (experimental)
1414
* Feature: Back up transactions in an XML format (similar to GnuCash XML) called .gnca (Gnucash Android)
15+
* Feature: Option for saving opening balances before deleting transactions
1516
* Improved: Updated processes for moving, creating, exporting, deleting transactions to work with splits
1617
* Improved: Updated computation of account and transaction balances to be in line with accounting principles
1718
* Improved: Updated color (red/green) display to match movement in the account, and not a representation of the side of the split

app/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
1919
package="org.gnucash.android"
20-
android:versionCode="30"
20+
android:versionCode="31"
2121
android:versionName="@string/app_version_name" >
2222

2323
<uses-sdk android:minSdkVersion="8" android:targetSdkVersion="16"/>

app/res/values-de/strings.xml

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<string name="title_add_account">Neues Konto</string>
2121
<string name="title_edit_account">Konto bearbeiten</string>
2222
<string name="info_details">Info</string>
23-
<string name="menu_export_ofx">OFX-Datei exportieren</string>
23+
<string name="menu_export">OFX-Datei exportieren</string>
2424
<string name="description_add_transaction_icon">Neue Buchung in ein Konto</string>
2525
<string name="label_no_accounts">Keine Konten vorhanden</string>
2626
<string name="label_account_name">Kontoname</string>
@@ -50,7 +50,7 @@
5050
<string name="title_export_dialog">Buchungen exportieren</string>
5151
<string name="option_export_all_transactions">Alle Buchungen exportieren</string>
5252
<string name="hint_export_choice">Auswählen, um alle Buchungen zu exportieren. Andernfalls werden nur die neuen Buchungen seit letztem Export exportiert.</string>
53-
<string name="toast_export_error">Fehler beim Exportieren der OFX-Datei</string>
53+
<string name="toast_export_error">Fehler beim Exportieren der %1$s-Datei</string>
5454
<string name="btn_export">Export</string>
5555
<string name="option_delete_after_export">L&#246;schen nach dem Exportieren</string>
5656
<string name="hint_delete_after_export">Alle exportierten Buchungen werden nach dem Export gelöscht.</string>
@@ -115,7 +115,8 @@
115115
<item>Cordoba Oro</item>
116116
<item>Costa Rican Colon</item>
117117
<item>Croatian Kuna</item>
118-
<item>Cuban Peso</item>
118+
<item>Cuban Convertible Peso</item>
119+
<item>Cuban Peso</item>
119120
<item>Czech Koruna</item>
120121
<item>Dalasi</item>
121122
<item>Danish Krone</item>
@@ -192,8 +193,6 @@
192193
<item>Pakistan Rupee</item>
193194
<item>Palladium</item>
194195
<item>Pataca</item>
195-
<item>Peso Convertible</item>
196-
<item>Peso Uruguayo</item>
197196
<item>Philippine Peso</item>
198197
<item>Platinum</item>
199198
<item>Pound Sterling</item>
@@ -242,7 +241,8 @@
242241
<item>Unidad de Valor Real</item>
243242
<item>Unidades de fomento</item>
244243
<item>Uruguay Peso en Unidades Indexadas (URUIURUI)</item>
245-
<item>US Dollar</item>
244+
<item>Uruguayan Peso</item>
245+
<item>US Dollar</item>
246246
<item>Uzbekistan Sum</item>
247247
<item>Vatu</item>
248248
<item>WIR Euro</item>
@@ -273,10 +273,9 @@
273273
<string name="summary_about_gnucash">GnuCashMobile ist eine mobile Datenaufzeichungs-App f&#252;r Android. \nEs erm&#246;glicht die schnelle und flexible Registrierung von Zahlungsvorg&#228;ngen unterwegs, die dann als Datei im OFX-Format exportiert und von der GnuCash-Anwendung an einem Desktop-PC importiert werden k&#246;nnen.</string>
274274
<string name="title_about">&#220;ber</string>
275275
<string name="ofx_file_exported_to">OFX-Datei exportiert nach:</string>
276-
<string name="toast_error_exporting_ofx">Fehler beim Exportieren der OFX-Datei:\n</string>
277-
<string name="toast_ofx_exported_to">OFX-Datei erfolgreich exportiert nach:\n</string>
278-
<string name="title_export_email">GnuCash exportierte OFX-Datei</string>
279-
<string name="description_export_email">GnuCash-Konten-Export von </string>
276+
<string name="toast_format_exported_to">%1$s-Datei erfolgreich exportiert nach:\n</string>
277+
<string name="title_export_email">GnuCash Android exportierte %1$s-Datei</string>
278+
<string name="description_export_email">GnuCash-Android-Konten-Export von </string>
280279
<string name="header_transaction_settings">Buchungen</string>
281280
<string name="title_transaction_preferences">Einstellungen Buchungen</string>
282281
<string name="title_account_preferences">Einstellungen Konten</string>
@@ -305,11 +304,12 @@
305304
<string name="title_whats_new">Neuigkeiten in dieser Version</string>
306305
<string name="whats_new">
307306
- Create multiple splits per transaction\n
308-
- Account balances now follow GnuCash Desktop accounting principles\n
309-
- Use account-specific labels for CREDIT/DEBITs (accounting terminology)\n
307+
- Fixed computation of account balances for different account types\n
308+
- Use account-specific labels for CREDIT/DEBITs\n
310309
- Automated backup of database before deletion operations\n
311310
- Restore most recent backup of database (in Settings -> General)\n
312311
- Read transactions from GnuCash XML files (limited support)\n
312+
- Option to save opening balances before deleting transactions\n
313313
- Multiple bug fixes and improvements\n
314314
</string>
315315
<string name="label_dismiss">Schließen</string>
@@ -392,7 +392,6 @@
392392
</string-array>
393393
<string name="title_scheduled_transactions">Eingeplante Buchungen</string>
394394
<string name="title_select_export_destination">Select destination for export</string>
395-
<string name="toast_error_exporting">Could not write OFX file to :\n</string>
396395
<string name="hint_split_memo">Memo</string>
397396
<string name="label_spend">Spend</string>
398397
<string name="label_receive">Receive</string>
@@ -413,7 +412,7 @@
413412
<string name="label_account_balance">Balance:</string>
414413
<string name="toast_no_recent_backup">No recent backup found</string>
415414
<string name="account_name_opening_balances">Anfangsbestand</string>
416-
<string name="account_name_equity"></string> <!-- This is no error, the default German locale has no parent Equity account -->
415+
<string name="account_name_equity"> </string> <!-- This is no error, the default German locale has no parent Equity account -->
417416
<string name="summary_save_opening_balances">Enable to save the current account balance (before deleting transactions) as new opening balance after deleting transactions
418417
</string>
419418
<string name="title_save_opening_balances">Save account opening balances</string>

app/res/values-el/strings.xml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<string name="title_add_account">Δημιουργία Λογαριασμού</string>
2222
<string name="title_edit_account">Επεξεργασία Λογαριασμού</string>
2323
<string name="info_details">Πληροφορίες</string>
24-
<string name="menu_export_ofx">Εξαγωγή OFX</string>
24+
<string name="menu_export">Εξαγωγή OFX</string>
2525
<string name="description_add_transaction_icon">Προσθήκη μιας νέας συναλλαγής σε ένα λογαριασμό</string>
2626
<string name="label_no_accounts">Δεν υπάρχουν λογαριασμοί για εμφάνιση</string>
2727
<string name="label_account_name">Όνομα λογαριασμού</string>
@@ -51,7 +51,7 @@
5151
<string name="title_export_dialog">Export transactions</string>
5252
<string name="option_export_all_transactions">Εξαγωγή όλων των συναλλαγών</string>
5353
<string name="hint_export_choice">Προεπιλεγμένα, μόνο οι νέες συναλλαγές από τη τελευταία εξαγωγή θα εξαχθούν. Ενεργοποίησε αυτή την επιλογή για την εξαγωγή όλων των συναλλαγών</string>
54-
<string name="toast_export_error">Σφάλμα εξαγωγής δεδομένων OFX</string>
54+
<string name="toast_export_error">Σφάλμα εξαγωγής δεδομένων %1$s</string>
5555
<string name="btn_export">Εξαγωγή</string>
5656
<string name="option_delete_after_export">Διαγραφή μετά την εξαγωγή</string>
5757
<string name="hint_delete_after_export">Όλες οι συναλλαγές που εξάγονται, θα διαγραφούν με την ολοκλήρωση της εξαγωγής</string>
@@ -116,7 +116,8 @@
116116
<item>Cordoba Oro</item>
117117
<item>Costa Rican Colon</item>
118118
<item>Croatian Kuna</item>
119-
<item>Cuban Peso</item>
119+
<item>Cuban Convertible Peso</item>
120+
<item>Cuban Peso</item>
120121
<item>Czech Koruna</item>
121122
<item>Dalasi</item>
122123
<item>Danish Krone</item>
@@ -193,8 +194,6 @@
193194
<item>Pakistan Rupee</item>
194195
<item>Palladium</item>
195196
<item>Pataca</item>
196-
<item>Peso Convertible</item>
197-
<item>Peso Uruguayo</item>
198197
<item>Philippine Peso</item>
199198
<item>Platinum</item>
200199
<item>Pound Sterling</item>
@@ -243,7 +242,8 @@
243242
<item>Unidad de Valor Real</item>
244243
<item>Unidades de fomento</item>
245244
<item>Uruguay Peso en Unidades Indexadas (URUIURUI)</item>
246-
<item>US Dolar</item>
245+
<item>Uruguayan Peso</item>
246+
<item>US Dolar</item>
247247
<item>Uzbekistan Sum</item>
248248
<item>Vatu</item>
249249
<item>WIR Euro</item>
@@ -278,10 +278,9 @@
278278
eXchange (OFX) και να εισαχθούν στην εφαρμογή GnuCash για τον
279279
υπολογιστή.</string>
280280
<string name="title_about">Πληροφορίες</string>
281-
<string name="toast_error_exporting">Αδυναμία εγγραφής αρχείου OFX σε :\n</string>
282-
<string name="toast_ofx_exported_to">Αρχείο OFX εξήχθη σε:\n</string>
283-
<string name="title_export_email">Εξαγωγή GnuCash OFX</string>
284-
<string name="description_export_email">Εξαγωγή GnuCash OFX προς </string>
281+
<string name="toast_format_exported_to">Αρχείο %1$s εξήχθη σε:\n</string>
282+
<string name="title_export_email">Εξαγωγή GnuCash Android %1$s</string>
283+
<string name="description_export_email">Εξαγωγή GnuCash Android προς </string>
285284
<string name="header_transaction_settings">Κινήσεις</string>
286285
<string name="title_transaction_preferences">Προτιμήσεις Κινήσεων</string>
287286
<string name="title_account_preferences">Προτιμήσεις Λογαριασμών</string>
@@ -311,11 +310,12 @@
311310
<string name="title_whats_new">Τι νέο υπάρχει</string>
312311
<string name="whats_new">
313312
- Create multiple splits per transaction\n
314-
- Account balances now follow GnuCash Desktop accounting principles\n
315-
- Use account-specific labels for CREDIT/DEBITs (accounting terminology)\n
313+
- Fixed computation of account balances for different account types\n
314+
- Use account-specific labels for CREDIT/DEBITs\n
316315
- Automated backup of database before deletion operations\n
317316
- Restore most recent backup of database (in Settings -> General)\n
318317
- Read transactions from GnuCash XML files (limited support)\n
318+
- Option to save opening balances before deleting transactions\n
319319
- Multiple bug fixes and improvements\n
320320
</string>
321321
<string name="label_dismiss">Απόρριψη</string>

app/res/values-es-rMX/strings.xml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<string name="title_add_account">Crear cuenta</string>
2222
<string name="title_edit_account">Editar cuenta</string>
2323
<string name="info_details">Detalles</string>
24-
<string name="menu_export_ofx">Exportar a OFX</string>
24+
<string name="menu_export">Exportar a OFX</string>
2525
<string name="description_add_transaction_icon">Agregar transacci&#243;n a una cuenta</string>
2626
<string name="label_no_accounts">No hay cuentas</string>
2727
<string name="label_account_name">Nombre de la cuenta</string>
@@ -51,7 +51,7 @@
5151
<string name="title_export_dialog">Export Transactions</string>
5252
<string name="option_export_all_transactions">Exportar todas las transacciones</string>
5353
<string name="hint_export_choice">Por omisi&#243;n, s&#243;lo las trasacciones nuevas ser&#225;n exportadas. Selecione esta opci&#243;n para exportar todas las transacciones</string>
54-
<string name="toast_export_error">Error al exportar los datos OFX</string>
54+
<string name="toast_export_error">Error al exportar los datos %1$s</string>
5555
<string name="btn_export">Exportar</string>
5656
<string name="option_delete_after_export">Borrar despu&#233;s de exportar</string>
5757
<string name="hint_delete_after_export">Todas las transacciones ser&#225;n borradas despu&#233;s de ser exportadas completamente</string>
@@ -116,7 +116,8 @@
116116
<item>C&#243;rdoba Nicarag&#252;ense</item>
117117
<item>Col&#243;n Costarricense</item>
118118
<item>Kuna Croata</item>
119-
<item>Peso Cubano</item>
119+
<item>Peso convertible</item>
120+
<item>Peso Cubano</item>
120121
<item>Corona Checa</item>
121122
<item>Dalasi</item>
122123
<item>Corona Danesa</item>
@@ -193,8 +194,6 @@
193194
<item>Rupia pakistan&#237;</item>
194195
<item>Palladium</item>
195196
<item>Pataca</item>
196-
<item>Peso convertible</item>
197-
<item>Peso uruguayo</item>
198197
<item>Peso filipino</item>
199198
<item>Platino</item>
200199
<item>Libra esterlina</item>
@@ -243,7 +242,8 @@
243242
<item>Unidad de Valor Real</item>
244243
<item>Unidades de fomento</item>
245244
<item>Peso uruguayo en Unidades Indexadas (URUIURUI)</item>
246-
<item>D&#243;lar Estadounidense</item>
245+
<item>Peso uruguayo</item>
246+
<item>D&#243;lar Estadounidense</item>
247247
<item>Som uzbeko</item>
248248
<item>Vatu</item>
249249
<item>Euro WIR</item>
@@ -273,10 +273,9 @@
273273
<string name="title_about_gnucash">Acerca de Gnucash</string>
274274
<string name="summary_about_gnucash">GnucashMobile es una aplicaci&#243;n de registro de finanzas para Android\nEsta permite un registro flexible de los gastos realizados, los cuales pueden ser exportados a formato Open Financial eXchange (OFX) e importados a Gnucash desde una computadora de escritorio.</string>
275275
<string name="title_about">Acerca de</string>
276-
<string name="toast_error_exporting">No se pudo escribir el archivo OFX en:\n</string>
277-
<string name="toast_ofx_exported_to">Archivo OFX exportado a:\n</string>
278-
<string name="title_export_email">Exportaci&#243;n OFX de Gnucash</string>
279-
<string name="description_export_email">Exportaci&#243;n OFX de Gnucash </string>
276+
<string name="toast_format_exported_to">Archivo %1$s exportado a:\n</string>
277+
<string name="title_export_email">Exportaci&#243;n %1$s de Gnucash Android</string>
278+
<string name="description_export_email">Exportaci&#243;n de Gnucash Android </string>
280279
<string name="header_transaction_settings">Transacciones</string>
281280
<string name="title_transaction_preferences">Opciones de transacci&#243;n</string>
282281
<string name="title_account_preferences">Opciones de cuenta</string>
@@ -305,11 +304,12 @@
305304
<string name="title_whats_new">&#191;Qu&#233; hay nuevo?</string>
306305
<string name="whats_new">
307306
- Create multiple splits per transaction\n
308-
- Account balances now follow GnuCash Desktop accounting principles\n
309-
- Use account-specific labels for CREDIT/DEBITs (accounting terminology)\n
307+
- Fixed computation of account balances for different account types\n
308+
- Use account-specific labels for CREDIT/DEBITs\n
310309
- Automated backup of database before deletion operations\n
311310
- Restore most recent backup of database (in Settings -> General)\n
312311
- Read transactions from GnuCash XML files (limited support)\n
312+
- Option to save opening balances before deleting transactions\n
313313
- Multiple bug fixes and improvements\n
314314
</string>
315315
<string name="label_dismiss">Cerrar</string>

app/res/values-es/strings.xml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<string name="title_add_account">Crear Cuenta</string>
2222
<string name="title_edit_account">Editar Cuenta</string>
2323
<string name="info_details">Info</string>
24-
<string name="menu_export_ofx">Exportar OFX</string>
24+
<string name="menu_export">Exportar OFX</string>
2525
<string name="description_add_transaction_icon">A&#241;adir una nueva transacci&#243;n a una cuenta</string>
2626
<string name="label_no_accounts">No hay cuentas que mostrar</string>
2727
<string name="label_account_name">Nombre de la cuenta</string>
@@ -51,7 +51,7 @@
5151
<string name="title_export_dialog">Export Transactions</string>
5252
<string name="option_export_all_transactions">Exportar todas las transacciones</string>
5353
<string name="hint_export_choice">Por defecto solo las nuevas transacciones desde la &#250;ltima exportaci&#243;n ser&#225;n exportadas. Seleccione esta opci&#243;n para exportar todas las transacciones</string>
54-
<string name="toast_export_error">Error exportando datos OFX</string>
54+
<string name="toast_export_error">Error exportando datos %1$s</string>
5555
<string name="btn_export">Exportar</string>
5656
<string name="option_delete_after_export">Borrar despu&#233;s de exportar</string>
5757
<string name="hint_delete_after_export">Todas las transacciones exportadas ser&#225;n borradas cuando la exportaci&#243;n haya terminado</string>
@@ -116,7 +116,8 @@
116116
<item>C&#243;rdoba Nicaragüense</item>
117117
<item>Col&#243;n Costarricense</item>
118118
<item>Kuna Croata</item>
119-
<item>Peso Cubano</item>
119+
<item>Peso convertible</item>
120+
<item>Peso Cubano</item>
120121
<item>Corona Checa</item>
121122
<item>Dalasi</item>
122123
<item>Corona Danesa</item>
@@ -193,8 +194,6 @@
193194
<item>Rupia pakistan&#237;</item>
194195
<item>Palladium</item>
195196
<item>Pataca</item>
196-
<item>Peso convertible</item>
197-
<item>Peso uruguayo</item>
198197
<item>Peso filipino</item>
199198
<item>Platino</item>
200199
<item>Libra esterlina</item>
@@ -243,7 +242,8 @@
243242
<item>Unidad de Valor Real</item>
244243
<item>Unidades de fomento</item>
245244
<item>Peso uruguayo en Unidades Indexadas (URUIURUI)</item>
246-
<item>D&#243;lar Estadounidense</item>
245+
<item>Peso uruguayo</item>
246+
<item>D&#243;lar Estadounidense</item>
247247
<item>Som uzbeko</item>
248248
<item>Vatu</item>
249249
<item>Euro WIR</item>
@@ -273,10 +273,9 @@
273273
<string name="title_about_gnucash">Acerca de Gnucash</string>
274274
<string name="summary_about_gnucash">GnucashMobile es una aplicaci&#243;n de registro de gastos financieros para Android.\nPermite un registro flexible de gastos en cualquier lugar que luego pueden ser exportados al formato Open Financial eXchange (OFX) e importados en la aplicaci&#243;n Gnucash para el escritorio.</string>
275275
<string name="title_about">Acerca de</string>
276-
<string name="toast_error_exporting">No se pudo guardar el archivo OFX en:\n</string>
277-
<string name="toast_ofx_exported_to">Archivo OFX exportado a:\n</string>
278-
<string name="title_export_email">Exportaci&#243;n OFX de Gnucash</string>
279-
<string name="description_export_email">Exportaci&#243;n OFX de Gnucash</string>
276+
<string name="toast_format_exported_to">Archivo %1$s exportado a:\n</string>
277+
<string name="title_export_email">Exportaci&#243;n %1$s de Gnucash Android</string>
278+
<string name="description_export_email">Exportaci&#243;n de Gnucash</string>
280279
<string name="header_transaction_settings">Transacciones</string>
281280
<string name="title_transaction_preferences">Preferencias de transacciones</string>
282281
<string name="title_account_preferences">Preferencias de cuentas</string>
@@ -305,11 +304,12 @@
305304
<string name="title_whats_new">Novedades</string>
306305
<string name="whats_new">
307306
- Create multiple splits per transaction\n
308-
- Account balances now follow GnuCash Desktop accounting principles\n
309-
- Use account-specific labels for CREDIT/DEBITs (accounting terminology)\n
307+
- Fixed computation of account balances for different account types\n
308+
- Use account-specific labels for CREDIT/DEBITs\n
310309
- Automated backup of database before deletion operations\n
311310
- Restore most recent backup of database (in Settings -> General)\n
312311
- Read transactions from GnuCash XML files (limited support)\n
312+
- Option to save opening balances before deleting transactions\n
313313
- Multiple bug fixes and improvements\n
314314
</string>
315315
<string name="label_dismiss">Cerrar</string>

0 commit comments

Comments
 (0)