mirror of
https://github.com/ankitects/anki.git
synced 2025-11-06 12:47:11 -05:00
add/modify strings
This commit is contained in:
parent
326f57820d
commit
172f924acb
1 changed files with 14 additions and 2 deletions
|
|
@ -22,10 +22,10 @@ launcher-versions-before-cant-be-installed = Versions before 2.1.50 can't be ins
|
|||
launcher-invalid-version = Invalid version.
|
||||
launcher-unable-to-check-for-versions = Unable to check for Anki versions. Please check your internet connection.
|
||||
launcher-checking-for-updates = Checking for updates...
|
||||
launcher-uninstall-confirm = Uninstall Anki's program files? (y/n)
|
||||
launcher-uninstall-confirm = Uninstall Anki's program files
|
||||
launcher-uninstall-cancelled = Uninstall cancelled.
|
||||
launcher-program-files-removed = Program files removed.
|
||||
launcher-remove-all-profiles-confirm = Remove all profiles/cards? (y/n)
|
||||
launcher-remove-all-profiles-confirm = Remove all profiles/cards?
|
||||
launcher-user-data-removed = User data removed.
|
||||
launcher-download-mirror-options = Download mirror options:
|
||||
launcher-mirror-no-mirror = No mirror
|
||||
|
|
@ -56,3 +56,15 @@ launcher-anki-is-warming-up = Anki is preparing to run
|
|||
launcher-this-may-take = This may take a few minutes. Please wait
|
||||
launcher-os-unsupported = Unsupported OS
|
||||
launcher-unknown-error = Unknown error
|
||||
launcher-remove-profiles-warning = This will irreversibly delete all of your Anki flashcards and media!
|
||||
launcher-uninstall-confirm-and-remove-profiles = Uninstall Anki's program files and remove profiles
|
||||
launcher-uninstalling = Uninstalling
|
||||
launcher-failed-to-uninstall = Failed to uninstall!
|
||||
launcher-uninstall-complete = Anki has been uninstalled
|
||||
launcher-uninstall-action-needed = Action needed to finish uninstalling!
|
||||
launcher-uninstall-unix = To finish uninstalling, run '{ $path }'
|
||||
launcher-uninstall-mac = Please manually drag Anki.app to the trash to complete uninstall.
|
||||
launcher-uninstall-win-not-found = Windows uninstaller not found
|
||||
launcher-uninstall-win-not-found-extra = You may need to uninstall via Windows Settings > Apps.
|
||||
launcher-uninstall-win-failed = Failed to launch uninstaller
|
||||
launcher-uninstall-win-failed-extra = You can manually run: { $path }
|
||||
|
|
|
|||
Loading…
Reference in a new issue