35 lines
1.8 KiB
XML
35 lines
1.8 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
Copyright (C) 2017 The LineageOS Project
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
you may not use this file except in compliance with the License.
|
|
You may obtain a copy of the License at
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
See the License for the specific language governing permissions and
|
|
limitations under the License.
|
|
-->
|
|
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
|
<string name="dialog_battery_low_title">Slaba baterija</string>
|
|
<string name="dialog_battery_low_message_pct">Baterija je slaba, potrebno je barem <xliff:g id="percent_discharging">%1$d</xliff:g>%% baterije za nastavak, <xliff:g id="percent_charging">%2$d</xliff:g>%% ukoliko se puni.</string>
|
|
<plurals name="eta_seconds">
|
|
<item quantity="one">1 sekunda preostala</item>
|
|
<item quantity="few"><xliff:g id="count">%d</xliff:g> sekunde preostale</item>
|
|
<item quantity="other"><xliff:g id="count">%d</xliff:g> sekundi preostalo</item>
|
|
</plurals>
|
|
<plurals name="eta_minutes">
|
|
<item quantity="one">1 minuta preostala</item>
|
|
<item quantity="few"><xliff:g id="count">%d</xliff:g> minute preostale</item>
|
|
<item quantity="other"><xliff:g id="count">%d</xliff:g> minuta preostalo</item>
|
|
</plurals>
|
|
<plurals name="eta_hours">
|
|
<item quantity="one">1 sat preostao</item>
|
|
<item quantity="few"><xliff:g id="count">%d</xliff:g> sata preostalo</item>
|
|
<item quantity="other"><xliff:g id="count">%d</xliff:g> sati preostalo</item>
|
|
</plurals>
|
|
</resources>
|