mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-30 10:12:59 +00: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>
|