0
0
mirror of https://github.com/ankidroid/Anki-Android.git synced 2024-09-20 12:02:16 +02:00

Fix some string formatting

This commit is contained in:
Timothy Rae 2016-01-29 21:21:05 +09:00
parent c0759d1dc5
commit 179912b1d8
3 changed files with 3 additions and 3 deletions

View File

@ -145,7 +145,7 @@
<string name="import_log_no_apkg">This isnt a valid apkg file</string>
<string name="import_error_not_apkg_extension">Filename “%s” doesnt have .apkg extension</string>
<string name="import_error_content_provider">The selected file couldnt be imported automatically by AnkiDroid. Please see the user manual for how to manually import anki files: \n%s</string>
<string name="import_replacing">Replacing collection...</string>
<string name="import_replacing">Replacing collection</string>
<string name="export_include_schedule">Include scheduling</string>
<string name="export_include_media">Include media</string>
<string name="confirm_apkg_export">Export collection as apkg file?</string>

View File

@ -70,7 +70,7 @@
<string name="import_media_count">Importing media files %1$d%%…</string>
<string name="import_progress">• Importing notes: %1$d%%\n• Importing cards: %2$d%%\n• Post-processing: %3$d%%</string>
<string name="import_update_details">Updated %1$d of %2$d existing notes.</string>
<string name="import_update_ignored">Some updates were ignored because note type has changed.</string>
<string name="import_update_ignored">Some updates were ignored because note type has changed</string>
<string name="import_complete_count">Cards imported: %d</string>
<string name="sd_card_full_title">SD card full</string>
<string name="sd_card_almost_full_title">SD card almost full</string>

View File

@ -55,7 +55,7 @@
<string name="text_selection_click_summ">Enable this if you are not able to select text with a long press</string>
<string name="dictionary">Lookup dictionary</string>
<string name="reset_languages">Reset languages</string>
<string name="reset_languages_summ">Reset language assignments (for text to speech and dictionaries) for all decks.</string>
<string name="reset_languages_summ">Reset language assignments (for text to speech and dictionaries) for all decks</string>
<string name="reset_languages_question">Reset all language assignments?</string>
<string name="reset_confirmation">All states reset</string>
<string name="card_zoom">Card zoom</string>