1<?xml version="1.0" encoding="utf-8"?> 2<!-- 3 ~ Copyright (C) 2022 The Android Open Source Project 4 ~ 5 ~ Licensed under the Apache License, Version 2.0 (the "License"); 6 ~ you may not use this file except in compliance with the License. 7 ~ You may obtain a copy of the License at 8 ~ 9 ~ http://www.apache.org/licenses/LICENSE-2.0 10 ~ 11 ~ Unless required by applicable law or agreed to in writing, software 12 ~ distributed under the License is distributed on an "AS IS" BASIS, 13 ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 14 ~ See the License for the specific language governing permissions and 15 ~ limitations under the License. 16 --> 17<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> 18 <string name="app_name" translatable="false">Railway Reference App</string> 19 <string name="update_button_title">Update</string> 20 <string name="connect_button_title">Bind Interface</string> 21 <string name="enable_button_title">Enable</string> 22 <string name="disable_button_title">Disable</string> 23 <string name="activity_title">Vehicular Networking App</string> 24 <string name="update_configuration_section_title">Update Configuration</string> 25 <string name="allowed_package_names_title">Allowed Package Names</string> 26 <string name="ip_configuration_title">Update Configuration (IPv4 only)</string> 27 <string name="interface_name_title">Interface Name</string> 28 <string name="network_capabilities_title">Network Capabilities</string> 29 <string name="enable_disable_section_title">Enable/Disable/Bind Interface</string> 30 <string name="current_ethernet_networks_section_title">Current Ethernet Networks</string> 31 <string name="success">Success</string> 32 <string name="error">Error</string> 33</resources>