1<?xml version="1.0" encoding="utf-8"?>
2<!--
3  ~ Copyright 2017 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
18<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
19    <!-- Format string indicating the number of extra items that aren't being displayed.
20         [CHAR LIMIT=none] -->
21    <string name="abc_slice_more_content">+ <xliff:g id="number" example="5">%1$d</xliff:g></string>
22    <!-- Text indicating there is more content available that is not displayed. [CHAR LIMIT=10] -->
23    <string name="abc_slice_more">More</string>
24    <!-- String to indicate there is more content to display in a list [CHAR LIMIT=none] -->
25    <string name="abc_slice_show_more">Show more</string>
26
27    <!-- Format string indicating how old the content in the template is. [CHAR LIMIT=150]-->
28    <string name="abc_slice_updated">Updated <xliff:g id="time" example="5 min ago">%1$s</xliff:g></string>
29
30    <!-- Text describing a time in the past in minutes, ideally this string should use an
31         abbreviated format of the word "minute", if available. [CHAR LIMIT=15]-->
32    <plurals name="abc_slice_duration_min">
33        <item quantity="one"><xliff:g example="1">%d</xliff:g> min ago</item>
34        <item quantity="other"><xliff:g example="2">%d</xliff:g> min ago</item>
35    </plurals>
36    <!-- Text describing a time in the past in years, ideally this string should use an
37         abbreviated format of the word "year", if available. [CHAR LIMIT=15]-->
38    <plurals name="abc_slice_duration_years">
39        <item quantity="one"><xliff:g example="1">%d</xliff:g> yr ago</item>
40        <item quantity="other"><xliff:g example="2">%d</xliff:g> yr ago</item>
41    </plurals>
42    <!-- Text describing a time in the past in days, ideally this string should use an
43         abbreviated format of the word "day", if available. [CHAR LIMIT=15]-->
44    <plurals name="abc_slice_duration_days">
45        <item quantity="one"><xliff:g example="1">%d</xliff:g> day ago</item>
46        <item quantity="other"><xliff:g example="2">%d</xliff:g> days ago</item>
47    </plurals>
48
49    <!-- Text indicating that there was a failure connecting to the app providing the slice
50         [CHAR LIMIT=none]-->
51    <string name="abc_slice_error">Couldn\'t connect</string>
52</resources>