mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-10 01:40:17 +01:00
19 lines
576 B
DTD
19 lines
576 B
DTD
|
<!--LOCALIZATION NOTE printProgress.dtd Main UI for Print Progress Dialog -->
|
||
|
<!ENTITY printWindow.title "Printing">
|
||
|
<!ENTITY title "Title:">
|
||
|
<!ENTITY progress "Progress:">
|
||
|
<!ENTITY preparing "Preparing...">
|
||
|
<!ENTITY printComplete "Printing is Completed.">
|
||
|
|
||
|
<!ENTITY dialogCancel.label "Cancel">
|
||
|
<!ENTITY dialogClose.label "Close">
|
||
|
|
||
|
<!-- LOCALIZATION NOTE (percentPrint):
|
||
|
|
||
|
This string is used to format the text to the right of the progress
|
||
|
meter.
|
||
|
|
||
|
#1 will be replaced by the percentage of the file that has been saved -->
|
||
|
<!ENTITY percentPrint "#1%">
|
||
|
|