2010-09-28 11:59:22 -07:00
|
|
|
#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>
|
2010-09-30 08:53:42 -07:00
|
|
|
<string name="no_space_to_start_error">&no_space_to_start_error;</string>
|
|
|
|
<string name="error_loading_file">&error_loading_file;</string>
|
2010-12-22 13:15:00 -08:00
|
|
|
|
|
|
|
<string name="crash_reporter_title">&crash_reporter_title;</string>
|
2010-10-15 20:18:07 -07:00
|
|
|
<string name="crash_message">&crash_message;</string>
|
|
|
|
<string name="crash_help_message">&crash_help_message;</string>
|
|
|
|
<string name="crash_send_report_message">&crash_send_report_message;</string>
|
|
|
|
<string name="crash_include_url">&crash_include_url;</string>
|
|
|
|
<string name="crash_close_label">&crash_close_label;</string>
|
|
|
|
<string name="crash_restart_label">&crash_restart_label;</string>
|
|
|
|
<string name="sending_crash_report">&sending_crash_report;</string>
|
2010-09-28 11:59:22 -07:00
|
|
|
</resources>
|