Translated using Weblate (Serbian)

Currently translated at 100.0% (0 of 0 strings)

Translation: Simple Mobile Tools/Simple Clock
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-clock/sr/
This commit is contained in:
Anonymous 2022-11-07 19:41:38 +00:00 committed by Hosted Weblate
parent 25c0e75080
commit 9ddaa3e7c1
No known key found for this signature in database
GPG Key ID: A3FAAA06E6569B4C
1 changed files with 45 additions and 1 deletions

View File

@ -1,2 +1,46 @@
<?xml version="1.0" encoding="utf-8"?>
<resources></resources>
<resources>
<string name="no_days_selected">No days selected</string>
<string name="clock">Clock</string>
<string name="timer">Timer</string>
<string name="stopwatch">Stopwatch</string>
<string name="lap">Lap</string>
<string name="app_name">Simple Clock</string>
<string name="app_launcher_name">Clock</string>
<string name="time_zone">Time zone</string>
<string name="vibrate">Vibrate</string>
<string name="stopwatch_stopped">Stopwatch has been stopped</string>
<string name="timer_stopped">Timer has been stopped</string>
<string name="max_reminder_duration">Max reminder duration</string>
<string name="time_expired">Time expired</string>
<string name="clock_and_date">Clock and date</string>
<string name="use_text_shadow">Use text shadow</string>
<string name="swipe_right_to_dismiss">Swipe right to Dismiss, or left to Snooze.</string>
<string name="sort_by_creation_order">Creation order</string>
<string name="sort_by_alarm_time">Alarm time</string>
<string name="sort_by_day_and_alarm_time">Day and Alarm time</string>
<string name="analogue_clock">Analogue clock</string>
<string name="alarm_snoozed">Alarm snoozed by %s</string>
<string name="digital_clock">Digital clock</string>
<string name="alarm_dismissed">Alarm dismissed</string>
<string name="no_alarms_found">No alarms found</string>
<string name="add_alarm">Add alarm</string>
<string name="no_timers_found">No timers found</string>
<string name="add_timer">Add timer</string>
<string name="timers_notification_msg">Timers are running</string>
<string name="timer_single_notification_label_msg">Timer for %s is running</string>
<string name="new_timer">New Timer</string>
<plurals name="timer_notification_msg">
<item quantity="one">%d timer is running</item>
<item quantity="few">%d timers are running</item>
<item quantity="other">%d timers are running</item>
</plurals>
<string name="clock_tab">Clock tab</string>
<string name="alarm_tab">Alarm tab</string>
<string name="stopwatch_tab">Stopwatch tab</string>
<string name="timer_tab">Timer tab</string>
<string name="show_seconds">Show seconds</string>
<string name="increase_volume_gradually">Increase volume gradually</string>
<string name="faq_1_title">How can I change lap sorting at the stopwatch tab\?</string>
<string name="faq_1_text">Just click on any of the columns, that will make the laps be sorted by the given column. With additional clicks you can toggle between ascending and descending sorting.</string>
</resources>