mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
13 lines
448 B
XML
13 lines
448 B
XML
#filter substitution
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
<!DOCTYPE resources [
|
|
#includesubst @BRANDPATH@
|
|
#includesubst @STRINGSPATH@
|
|
]>
|
|
<resources>
|
|
<string name="splash_screen_label">&splash_screen_label;</string>
|
|
<string name="incompatable_cpu_error">&incompatable_cpu_error;</string>
|
|
<string name="no_space_to_start_error">&no_space_to_start_error;</string>
|
|
<string name="error_loading_file">&error_loading_file;</string>
|
|
</resources>
|