mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
Move to all "Note type" (#3560)
* update change-notetype.ftl * update notetypes.ftl * update errors.ftl * update adding.ftl * update actions.ftl * update browsing.ftl * update exporting.ftl * update importing.ftl * update card-templates.ftl * update database-check.ftl * fix casing * Update ftl/core/adding.ftl Co-authored-by: Abdo <abdo@abdnh.net> --------- Co-authored-by: Abdo <abdo@abdnh.net>
This commit is contained in:
parent
b646f09c68
commit
1b192dca6b
10 changed files with 35 additions and 35 deletions
|
@ -48,9 +48,9 @@ actions-update-card = Update Card
|
|||
actions-update-deck = Update Deck
|
||||
actions-forget-card = Reset Card
|
||||
actions-build-filtered-deck = Build Deck
|
||||
actions-add-notetype = Add Notetype
|
||||
actions-remove-notetype = Remove Notetype
|
||||
actions-update-notetype = Update Notetype
|
||||
actions-add-notetype = Add Note Type
|
||||
actions-remove-notetype = Remove Note Type
|
||||
actions-update-notetype = Update Note Type
|
||||
actions-update-config = Update Config
|
||||
actions-card-info = Card Info
|
||||
actions-previous-card-info = Previous Card Info
|
||||
|
|
|
@ -29,7 +29,7 @@ browsing-change-deck = Change Deck
|
|||
browsing-change-deck2 = Change Deck...
|
||||
browsing-change-note-type = Change Note Type
|
||||
browsing-change-note-type2 = Change Note Type...
|
||||
browsing-change-notetype = Change Notetype
|
||||
browsing-change-notetype = Change Note Type
|
||||
browsing-clear-unused-tags = Clear Unused Tags
|
||||
browsing-confirm-saved-search-overwrite = A saved search with the name { $name } already exists. Do you want to overwrite it?
|
||||
browsing-created = Created
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
notetypes-notetype = Notetype
|
||||
notetypes-notetype = Note Type
|
||||
|
||||
## Default field names in newly created note types
|
||||
|
||||
|
|
Loading…
Reference in a new issue