* dictionary exporting
* removed unnecessary passing of DictionaryLoader and DictionaryLoadingBar between the preference fragments
This commit is contained in:
parent
f4c425516e
commit
29b2ac2cb6
30 changed files with 953 additions and 203 deletions
|
|
@ -22,6 +22,7 @@
|
|||
|
||||
<string name="pref_category_about">About</string>
|
||||
<string name="pref_category_abc_mode">ABC Mode</string>
|
||||
<string name="pref_category_custom_words">Added Words</string>
|
||||
<string name="pref_category_hacks">Compatibility</string>
|
||||
<string name="pref_category_appearance">Appearance</string>
|
||||
<string name="pref_category_debug_options" translatable="false">Debug Options</string>
|
||||
|
|
@ -71,6 +72,16 @@
|
|||
<string name="dictionary_truncated">Dictionary successfully cleared.</string>
|
||||
<string name="dictionary_truncating">Deleting…</string>
|
||||
|
||||
<string name="dictionary_export">Export Selected</string>
|
||||
<string name="dictionary_export_custom_words_button">Export</string>
|
||||
<string name="dictionary_export_custom_words_summary">Export a CSV with all added words in: \"%1$s\".</string>
|
||||
<string name="dictionary_export_failed">Exporting Failed</string>
|
||||
<string name="dictionary_export_failed_more_info">For more info, enable debugging mode and see the logs.</string>
|
||||
<string name="dictionary_export_finished">Exporting Finished</string>
|
||||
<string name="dictionary_export_finished_more_info">Words exported to: \"%1$s\".</string>
|
||||
<string name="dictionary_export_generating_csv">Exporting CSV…</string>
|
||||
<string name="dictionary_export_generating_csv_for_language">Exporting CSV (%1$s)…</string>
|
||||
|
||||
<string name="dictionary_update_message">Dictionary update available for \"%1$s\". Would you like to load it?</string>
|
||||
<string name="dictionary_update_update">Load</string>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue