1<?xml version="1.0" encoding="UTF-8"?>
2<!--
3    Copyright (C) 2018 Google Inc.
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>
18
19    <!-- Language picker list suggested locale header [CHAR LIMIT=40] -->
20    <string name="language_picker_list_suggested_header">Suggested</string>
21
22    <!-- Language picker list all other locales header [CHAR LIMIT=40] -->
23    <string name="language_picker_list_all_header">All languages</string>
24
25    <!-- An error message indicating that the name input field has been left blank and cannot be. [CHAR_LIMIT=50] -->
26    <string name="name_input_blank_error">Field can\u2019t be blank.</string>
27
28    <!-- An error message indicating that the name the user has entered is invalid. [CHAR_LIMIT=50] -->
29    <string name="name_input_invalid_error">Username entered is invalid.</string>
30
31</resources>