1<?xml version="1.0" encoding="UTF-8"?> 2<!-- 3 Copyright (C) 2018 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:android="http://schemas.android.com/apk/res/android" 19 xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> 20 <string name="assist_action_play_label" msgid="6278705468288338172">"Leisti"</string> 21 <string name="action_mute_short" msgid="5239851786101022633">"Nutildyti"</string> 22 <string name="action_mute_long" msgid="6846675719189989477">"Nutildyti pokalbį"</string> 23 <string name="action_unmute_short" msgid="7157822835069715986">"Rodyti"</string> 24 <string name="action_unmute_long" msgid="22482625837159466">"Įjungti pokalbio garsą"</string> 25 <string name="action_canned_reply" msgid="4045960823021872834">"„Šiuo metu vairuoju.“"</string> 26 <string name="canned_reply_message" msgid="7959257272917598063">"Šiuo metu vairuoju."</string> 27 <string name="toast_message_sent_success" msgid="1159956191974273064">"Pranešimas sėkmingai išsiųstas."</string> 28 <string name="notification_service_label" msgid="7512186049723777468">"Automobilio pranešimų skaitymo priemonės paslauga"</string> 29 <string name="notifications" msgid="2865534625906329283">"Pranešimų centras"</string> 30 <string name="clear_all" msgid="1845314281571237722">"Išvalyti viską"</string> 31 <string name="ellipsized_string" msgid="6993649229498857557">"…"</string> 32 <string name="show_more" msgid="7291378544926443344">"Rodyti daugiau"</string> 33 <string name="notification_header" msgid="324550431063568049">"Pranešimai"</string> 34 <string name="empty_notification_header" msgid="4928379791607839720">"Nėra pranešimų"</string> 35 <string name="show_less" msgid="7342677676229302829">"Rodyti mažiau"</string> 36 <string name="show_count_more" msgid="480555295700318609">"Rodyti dar <xliff:g id="COUNT">%d</xliff:g>"</string> 37 <string name="message_unshown_count" msgid="2234421277246741233">" Dar <xliff:g id="COUNT">%d</xliff:g>"</string> 38 <plurals name="restricted_message_text" formatted="false" msgid="507312322886633308"> 39 <item quantity="one"><xliff:g id="COUNT">%d</xliff:g> naujas pranešimas</item> 40 <item quantity="few"><xliff:g id="COUNT">%d</xliff:g> nauji pranešimai</item> 41 <item quantity="many"><xliff:g id="COUNT">%d</xliff:g> naujo pranešimo</item> 42 <item quantity="other"><xliff:g id="COUNT">%d</xliff:g> naujų pranešimų</item> 43 </plurals> 44 <string name="manage_text" msgid="4225197445283791757">"Tvarkyti"</string> 45</resources> 46