mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 04:57:00 -04:00
add strikethrough
This commit is contained in:
@@ -90,6 +90,8 @@ menu:
|
||||
bold: &Fed Ctrl+B
|
||||
italic: &Kursiv Ctrl+I
|
||||
underline: &Understrege Ctrl+U
|
||||
#TODO: Localize
|
||||
strikethrough: Strikethrough
|
||||
symbols: &Symboler Ctrl+M
|
||||
reminder text: &Nøgleordspåmindelser Ctrl+R
|
||||
insert symbol: I&ndsæt Symbol
|
||||
@@ -231,6 +233,8 @@ help:
|
||||
bold: Gør den valgte tekst fed
|
||||
italic: Gør den valgte tekst kursiv
|
||||
underline: Gør den markerede tekst understreget
|
||||
#TODO: Localize
|
||||
strikethrough: Makes the selected text struck through
|
||||
symbols: Teksten er som Magic-symboler
|
||||
reminder text: Viser huskeregler i teksten
|
||||
|
||||
@@ -468,6 +472,8 @@ tooltip:
|
||||
bold: Fed
|
||||
italic: Kursiv
|
||||
underline: Understrege
|
||||
#TODO: Localize
|
||||
strikethrough: Strikethrough
|
||||
symbols: Symboler
|
||||
reminder text: Huskeregler
|
||||
|
||||
@@ -1011,9 +1017,17 @@ error:
|
||||
#TODO: Localize Section
|
||||
import not found: File not found: '%s'
|
||||
can't import image without set: Must first save or load a set file before importing file: '%s'
|
||||
#TODO: Localize
|
||||
can't download image without set: Must first save or load a set file before downloading file: '%s'
|
||||
can't create file stream: Failed to create file stream: '%s'
|
||||
can't write image to set: Failed to write image to set: '%s'
|
||||
can't import image: Failed to import image: '%s'
|
||||
#TODO: Localize
|
||||
can't download image: Failed to download image: '%s'
|
||||
#TODO: Localize
|
||||
import not image: Filepath does not point to an image: '%s'
|
||||
#TODO: Localize
|
||||
download not image: URL does not point to an image: '%s'
|
||||
|
||||
# card creation
|
||||
#TODO: Localize Section
|
||||
@@ -1021,7 +1035,7 @@ error:
|
||||
styling data not map: Given value for '%s_data' is not a map
|
||||
styling data without stylesheet: Given value for '%s_data' before a stylesheet was set
|
||||
cant set value: Can not set card value '%s', it is not of the right type
|
||||
cant set image value: Can only set image value with a relative filename from within the package, or with the import_image function, in field named '%s'
|
||||
cant set image value: Can only set image value with a relative filename from within the package, or with the import_image/download_image functions, in field named '%s'
|
||||
cant set symbol value: Can only set symbol value with a relative filename from within the package, in field named '%s'
|
||||
add card csv file not found: Could not find or load the CSV or TSV file
|
||||
add card csv file malformed: CSV or TSV file malformed, row '%s' does not have the same number of entries as the first row
|
||||
|
||||
Reference in New Issue
Block a user