mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
32 lines
1.4 KiB
XML
32 lines
1.4 KiB
XML
#filter substitution
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- This Source Code Form is subject to the terms of the Mozilla Public
|
|
- License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
|
|
|
|
<!DOCTYPE resources [
|
|
#includesubst @BRANDPATH@
|
|
#includesubst @STRINGSPATH@
|
|
]>
|
|
<resources>
|
|
<string name="splash_firstrun">&splash_firstrun;</string>
|
|
<string name="no_space_to_start_error">&no_space_to_start_error;</string>
|
|
<string name="error_loading_file">&error_loading_file;</string>
|
|
|
|
<string name="crash_reporter_title">&crash_reporter_title;</string>
|
|
<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>
|
|
<string name="exit_label">&exit_label;</string>
|
|
<string name="continue_label">&continue_label;</string>
|
|
|
|
<string name="launcher_shortcuts_title">&launcher_shortcuts_title;</string>
|
|
<string name="launcher_shortcuts_empty">&launcher_shortcuts_empty;</string>
|
|
|
|
<string name="choose_file">&choose_file;</string>
|
|
</resources>
|