adding additional time strings

This commit is contained in:
tibbi 2018-03-07 00:11:47 +01:00
parent ec1b40d746
commit 1ad2aa2585
34 changed files with 539 additions and 2 deletions

View file

@ -12,7 +12,12 @@ const val REAL_FILE_PATH = "real_file_path_2"
const val IS_FROM_GALLERY = "is_from_gallery"
const val BROADCAST_REFRESH_MEDIA = "com.simplemobiletools.REFRESH_MEDIA"
const val OTG_PATH = "otg:/"
const val DAY_MINUTES = 1440
const val HOUR_MINUTES = 60
const val DAY_MINUTES = 24 * HOUR_MINUTES
const val WEEK_MINUTES = DAY_MINUTES * 7
const val MONTH_MINUTES = DAY_MINUTES * 30
const val YEAR_MINUTES = DAY_MINUTES * 365
// shared preferences
const val PREFS_KEY = "Prefs"

View file

@ -9,7 +9,6 @@
android:id="@+id/dialog_radio_group"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingBottom="@dimen/normal_margin"
android:paddingLeft="@dimen/activity_margin"
android:paddingRight="@dimen/activity_margin"
android:paddingTop="@dimen/normal_margin"/>

View file

@ -268,6 +268,20 @@
<item quantity="other">%d hours</item>
</plurals>
<!-- For example: Event reminder: 3 minutes before -->
<plurals name="minutes_before">
<item quantity="one">%d minute before</item>
<item quantity="other">%d minutes before</item>
</plurals>
<plurals name="hours_before">
<item quantity="one">%d hour before</item>
<item quantity="other">%d hours before</item>
</plurals>
<plurals name="days_before">
<item quantity="one">%d day before</item>
<item quantity="other">%d days before</item>
</plurals>
<!-- For example: Time remaining till the alarm goes off: 6 hours, 5 minutes -->
<string name="alarm_goes_off_in">Time remaining till the alarm goes off:\n%s</string>
<string name="alarm_warning">Please make sure the alarm works properly before relying on it. It could misbehave due to system restrictions related to battery saving.</string>
@ -276,6 +290,8 @@
<!-- Alarms -->
<string name="snooze">Snooze</string>
<string name="dismiss">Dismiss</string>
<string name="no_reminder">No reminder</string>
<string name="at_start">At start</string>
<!-- Settings -->
<string name="settings">Settings</string>

View file

@ -268,6 +268,20 @@
<item quantity="other">%d hours</item>
</plurals>
<!-- For example: Event reminder: 3 minutes before -->
<plurals name="minutes_before">
<item quantity="one">%dvunutenn a-raok</item>
<item quantity="other">%da vunutennoù a-raok</item>
</plurals>
<plurals name="hours_before">
<item quantity="one">%deur a-raok</item>
<item quantity="other">%deur a-raok</item>
</plurals>
<plurals name="days_before">
<item quantity="one">%da zevezhioù a-raok</item>
<item quantity="other">%da zevezhioù a-raok</item>
</plurals>
<!-- For example: Time remaining till the alarm goes off: 6 hours, 5 minutes -->
<string name="alarm_goes_off_in">Time remaining till the alarm goes off:\n%s</string>
<string name="alarm_warning">Please make sure the alarm works properly before relying on it. It could misbehave due to system restrictions related to battery saving.</string>
@ -276,6 +290,8 @@
<!-- Alarms -->
<string name="snooze">Daleañ</string>
<string name="dismiss">Dismiss</string>
<string name="no_reminder">Adc\'halv ebet</string>
<string name="at_start">D\'an deroù</string>
<!-- Settings -->
<string name="settings">Settings</string>

View file

@ -267,6 +267,20 @@
<item quantity="other">%d hores</item>
</plurals>
<!-- For example: Event reminder: 3 minutes before -->
<plurals name="minutes_before">
<item quantity="one">%d minute before</item>
<item quantity="other">%d minutes before</item>
</plurals>
<plurals name="hours_before">
<item quantity="one">%d hour before</item>
<item quantity="other">%d hours before</item>
</plurals>
<plurals name="days_before">
<item quantity="one">%d day before</item>
<item quantity="other">%d days before</item>
</plurals>
<!-- For example: Time remaining till the alarm goes off: 6 hours, 5 minutes -->
<string name="alarm_goes_off_in">Temps restant fins que soni l\'alarma: \n%s</string>
<string name="alarm_warning">Assegureu-vos que l\'alarma funcioni correctament abans de confiar-hi. Pot comportar-se malament a causa de les restriccions del sistema relacionades amb l\'estalvi de bateria.</string>
@ -275,6 +289,8 @@
<!-- Alarms -->
<string name="snooze">Postposar</string>
<string name="dismiss">Cancel·lar</string>
<string name="no_reminder">No reminder</string>
<string name="at_start">At start</string>
<!-- Settings -->
<string name="settings">Ajustaments</string>

View file

@ -275,6 +275,23 @@
<item quantity="other">%d hours</item>
</plurals>
<!-- For example: Event reminder: 3 minutes before -->
<plurals name="minutes_before">
<item quantity="one">před %d minutou</item>
<item quantity="few">před %d minutami</item>
<item quantity="other">před %d minutami</item>
</plurals>
<plurals name="hours_before">
<item quantity="one">před %d hodinou</item>
<item quantity="few">před %d hodinami</item>
<item quantity="other">před %d hodinami</item>
</plurals>
<plurals name="days_before">
<item quantity="one">před %d dnem</item>
<item quantity="few">před %d dnami</item>
<item quantity="other">před %d dny</item>
</plurals>
<!-- For example: Time remaining till the alarm goes off: 6 hours, 5 minutes -->
<string name="alarm_goes_off_in">Time remaining till the alarm goes off:\n%s</string>
<string name="alarm_warning">Please make sure the alarm works properly before relying on it. It could misbehave due to system restrictions related to battery saving.</string>
@ -283,6 +300,8 @@
<!-- Alarms -->
<string name="snooze">Snooze</string>
<string name="dismiss">Dismiss</string>
<string name="no_reminder">Žádné připomenutí</string>
<string name="at_start">Na začátku</string>
<!-- Settings -->
<string name="settings">Nastavení</string>

View file

@ -268,6 +268,20 @@
<item quantity="other">%d timer</item>
</plurals>
<!-- For example: Event reminder: 3 minutes before -->
<plurals name="minutes_before">
<item quantity="one">%d minut før start</item>
<item quantity="other">%d minutter før start</item>
</plurals>
<plurals name="hours_before">
<item quantity="one">%d time før start</item>
<item quantity="other">%d timer før start</item>
</plurals>
<plurals name="days_before">
<item quantity="one">%d dag før start</item>
<item quantity="other">%d dage før start</item>
</plurals>
<!-- For example: Time remaining till the alarm goes off: 6 hours, 5 minutes -->
<string name="alarm_goes_off_in">Time remaining till the alarm goes off:\n%s</string>
<string name="alarm_warning">Please make sure the alarm works properly before relying on it. It could misbehave due to system restrictions related to battery saving.</string>
@ -276,6 +290,8 @@
<!-- Alarms -->
<string name="snooze">Snooze</string>
<string name="dismiss">Dismiss</string>
<string name="no_reminder">Ingen påmindelse</string>
<string name="at_start">Ved start</string>
<!-- Settings -->
<string name="settings">Indstillinger</string>

View file

@ -268,6 +268,20 @@
<item quantity="other">%d hours</item>
</plurals>
<!-- For example: Event reminder: 3 minutes before -->
<plurals name="minutes_before">
<item quantity="one">%d Minute vorher</item>
<item quantity="other">%d Minuten vorher</item>
</plurals>
<plurals name="hours_before">
<item quantity="one">%d Stunde vorher</item>
<item quantity="other">%d Stunden vorher</item>
</plurals>
<plurals name="days_before">
<item quantity="one">%d Tag vorher</item>
<item quantity="other">%d Tage vorher</item>
</plurals>
<!-- For example: Time remaining till the alarm goes off: 6 hours, 5 minutes -->
<string name="alarm_goes_off_in">Time remaining till the alarm goes off:\n%s</string>
<string name="alarm_warning">Please make sure the alarm works properly before relying on it. It could misbehave due to system restrictions related to battery saving.</string>
@ -276,6 +290,8 @@
<!-- Alarms -->
<string name="snooze">Snooze</string>
<string name="dismiss">Dismiss</string>
<string name="no_reminder">Keine Erinnerung</string>
<string name="at_start">Zu Beginn</string>
<!-- Settings -->
<string name="settings">Einstellungen</string>

View file

@ -267,6 +267,20 @@
<item quantity="other">%d horas</item>
</plurals>
<!-- For example: Event reminder: 3 minutes before -->
<plurals name="minutes_before">
<item quantity="one">%d minuto antes</item>
<item quantity="other">%d minutos antes</item>
</plurals>
<plurals name="hours_before">
<item quantity="one">%d hora antes</item>
<item quantity="other">%d horas antes</item>
</plurals>
<plurals name="days_before">
<item quantity="one">%d día antes</item>
<item quantity="other">%d días antes</item>
</plurals>
<!-- For example: Time remaining till the alarm goes off: 6 hours, 5 minutes -->
<string name="alarm_goes_off_in">Tiempo restante hasta que suene la alarma:\n%s</string>
<string name="alarm_warning">Asegúrese de que la alarma funcione correctamente antes de confiar en ella. Podría comportarse mal debido a las restricciones del sistema relacionadas con el ahorro de batería.</string>
@ -275,6 +289,8 @@
<!-- Alarms -->
<string name="snooze">Posponer</string>
<string name="dismiss">Candelar</string>
<string name="no_reminder">Sin recordatorio</string>
<string name="at_start">Al inicio</string>
<!-- Settings -->
<string name="settings">Ajustes</string>

View file

@ -268,6 +268,20 @@
<item quantity="other">%d hours</item>
</plurals>
<!-- For example: Event reminder: 3 minutes before -->
<plurals name="minutes_before">
<item quantity="one">%d minute before</item>
<item quantity="other">%d minutes before</item>
</plurals>
<plurals name="hours_before">
<item quantity="one">%d hour before</item>
<item quantity="other">%d hours before</item>
</plurals>
<plurals name="days_before">
<item quantity="one">%d day before</item>
<item quantity="other">%d days before</item>
</plurals>
<!-- For example: Time remaining till the alarm goes off: 6 hours, 5 minutes -->
<string name="alarm_goes_off_in">Time remaining till the alarm goes off:\n%s</string>
<string name="alarm_warning">Please make sure the alarm works properly before relying on it. It could misbehave due to system restrictions related to battery saving.</string>
@ -276,6 +290,8 @@
<!-- Alarms -->
<string name="snooze">Snooze</string>
<string name="dismiss">Dismiss</string>
<string name="no_reminder">No reminder</string>
<string name="at_start">At start</string>
<!-- Settings -->
<string name="settings">Settings</string>

View file

@ -268,6 +268,20 @@
<item quantity="other">%d hours</item>
</plurals>
<!-- For example: Event reminder: 3 minutes before -->
<plurals name="minutes_before">
<item quantity="one">%d minute avant</item>
<item quantity="other">%d minutes avant</item>
</plurals>
<plurals name="hours_before">
<item quantity="one">%d heure avant</item>
<item quantity="other">%d heures avant</item>
</plurals>
<plurals name="days_before">
<item quantity="one">%d jour avant</item>
<item quantity="other">%d jours avant</item>
</plurals>
<!-- For example: Time remaining till the alarm goes off: 6 hours, 5 minutes -->
<string name="alarm_goes_off_in">Time remaining till the alarm goes off:\n%s</string>
<string name="alarm_warning">Please make sure the alarm works properly before relying on it. It could misbehave due to system restrictions related to battery saving.</string>
@ -276,6 +290,8 @@
<!-- Alarms -->
<string name="snooze">Sommeiller</string>
<string name="dismiss">Dismiss</string>
<string name="no_reminder">Pas de rappel</string>
<string name="at_start">Au démarrage</string>
<!-- Settings -->
<string name="settings">Paramètres</string>

View file

@ -267,6 +267,20 @@
<item quantity="other">%d hours</item>
</plurals>
<!-- For example: Event reminder: 3 minutes before -->
<plurals name="minutes_before">
<item quantity="one">%d minuto antes</item>
<item quantity="other">%d minutos antes</item>
</plurals>
<plurals name="hours_before">
<item quantity="one">%d hora antes</item>
<item quantity="other">%d horas antes</item>
</plurals>
<plurals name="days_before">
<item quantity="one">%d día antes</item>
<item quantity="other">%d días antes</item>
</plurals>
<!-- For example: Time remaining till the alarm goes off: 6 hours, 5 minutes -->
<string name="alarm_goes_off_in">Time remaining till the alarm goes off:\n%s</string>
<string name="alarm_warning">Please make sure the alarm works properly before relying on it. It could misbehave due to system restrictions related to battery saving.</string>
@ -275,6 +289,8 @@
<!-- Alarms -->
<string name="snooze">Retrasar</string>
<string name="dismiss">Dismiss</string>
<string name="no_reminder">Sin recordatorio</string>
<string name="at_start">Ao inicio</string>
<!-- Settings -->
<string name="settings">Ajustes</string>

View file

@ -268,6 +268,20 @@
<item quantity="other">%d hours</item>
</plurals>
<!-- For example: Event reminder: 3 minutes before -->
<plurals name="minutes_before">
<item quantity="one">%d minute before</item>
<item quantity="other">%d minutes before</item>
</plurals>
<plurals name="hours_before">
<item quantity="one">%d hour before</item>
<item quantity="other">%d hours before</item>
</plurals>
<plurals name="days_before">
<item quantity="one">%d day before</item>
<item quantity="other">%d days before</item>
</plurals>
<!-- For example: Time remaining till the alarm goes off: 6 hours, 5 minutes -->
<string name="alarm_goes_off_in">Time remaining till the alarm goes off:\n%s</string>
<string name="alarm_warning">Please make sure the alarm works properly before relying on it. It could misbehave due to system restrictions related to battery saving.</string>
@ -276,6 +290,8 @@
<!-- Alarms -->
<string name="snooze">Snooze</string>
<string name="dismiss">Dismiss</string>
<string name="no_reminder">No reminder</string>
<string name="at_start">शुरुआत के समय</string>
<!-- Settings -->
<string name="settings">Settings</string>

View file

@ -279,6 +279,23 @@
<item quantity="other">%d hours</item>
</plurals>
<!-- For example: Event reminder: 3 minutes before -->
<plurals name="minutes_before">
<item quantity="one">%d minute before</item>
<item quantity="few">%d minutes before</item>
<item quantity="other">%d minutes before</item>
</plurals>
<plurals name="hours_before">
<item quantity="one">%d hour before</item>
<item quantity="few">%d hours before</item>
<item quantity="other">%d hours before</item>
</plurals>
<plurals name="days_before">
<item quantity="one">%d day before</item>
<item quantity="few">%d days before</item>
<item quantity="other">%d days before</item>
</plurals>
<!-- For example: Time remaining till the alarm goes off: 6 hours, 5 minutes -->
<string name="alarm_goes_off_in">Time remaining till the alarm goes off:\n%s</string>
<string name="alarm_warning">Please make sure the alarm works properly before relying on it. It could misbehave due to system restrictions related to battery saving.</string>
@ -287,6 +304,8 @@
<!-- Alarms -->
<string name="snooze">Snooze</string>
<string name="dismiss">Dismiss</string>
<string name="no_reminder">No reminder</string>
<string name="at_start">At start</string>
<!-- Settings -->
<string name="settings">Postavke</string>

View file

@ -268,6 +268,20 @@
<item quantity="other">%d hours</item>
</plurals>
<!-- For example: Event reminder: 3 minutes before -->
<plurals name="minutes_before">
<item quantity="one">%d percel korábban</item>
<item quantity="other">%d percel korábban</item>
</plurals>
<plurals name="hours_before">
<item quantity="one">%d órával korábban</item>
<item quantity="other">%d órával korábban</item>
</plurals>
<plurals name="days_before">
<item quantity="one">%d nappal korábban</item>
<item quantity="other">%d nappal korábban</item>
</plurals>
<!-- For example: Time remaining till the alarm goes off: 6 hours, 5 minutes -->
<string name="alarm_goes_off_in">Time remaining till the alarm goes off:\n%s</string>
<string name="alarm_warning">Please make sure the alarm works properly before relying on it. It could misbehave due to system restrictions related to battery saving.</string>
@ -276,6 +290,8 @@
<!-- Alarms -->
<string name="snooze">Snooze</string>
<string name="dismiss">Dismiss</string>
<string name="no_reminder">No reminder</string>
<string name="at_start">A kezdetekor</string>
<!-- Settings -->
<string name="settings">Settings</string>

View file

@ -268,6 +268,20 @@
<item quantity="other">%d hours</item>
</plurals>
<!-- For example: Event reminder: 3 minutes before -->
<plurals name="minutes_before">
<item quantity="one">%d minute before</item>
<item quantity="other">%d minutes before</item>
</plurals>
<plurals name="hours_before">
<item quantity="one">%d hour before</item>
<item quantity="other">%d hours before</item>
</plurals>
<plurals name="days_before">
<item quantity="one">%d day before</item>
<item quantity="other">%d days before</item>
</plurals>
<!-- For example: Time remaining till the alarm goes off: 6 hours, 5 minutes -->
<string name="alarm_goes_off_in">Time remaining till the alarm goes off:\n%s</string>
<string name="alarm_warning">Please make sure the alarm works properly before relying on it. It could misbehave due to system restrictions related to battery saving.</string>
@ -276,6 +290,8 @@
<!-- Alarms -->
<string name="snooze">Snooze</string>
<string name="dismiss">Dismiss</string>
<string name="no_reminder">No reminder</string>
<string name="at_start">At start</string>
<!-- Settings -->
<string name="settings">Pengaturan</string>

View file

@ -268,6 +268,20 @@
<item quantity="other">%d hours</item>
</plurals>
<!-- For example: Event reminder: 3 minutes before -->
<plurals name="minutes_before">
<item quantity="one">%d minute before</item>
<item quantity="other">%d minutes before</item>
</plurals>
<plurals name="hours_before">
<item quantity="one">%d hour before</item>
<item quantity="other">%d hours before</item>
</plurals>
<plurals name="days_before">
<item quantity="one">%d day before</item>
<item quantity="other">%d days before</item>
</plurals>
<!-- For example: Time remaining till the alarm goes off: 6 hours, 5 minutes -->
<string name="alarm_goes_off_in">Time remaining till the alarm goes off:\n%s</string>
<string name="alarm_warning">Please make sure the alarm works properly before relying on it. It could misbehave due to system restrictions related to battery saving.</string>
@ -276,6 +290,8 @@
<!-- Alarms -->
<string name="snooze">Snooze</string>
<string name="dismiss">Dismiss</string>
<string name="no_reminder">No reminder</string>
<string name="at_start">All\'inizio</string>
<!-- Settings -->
<string name="settings">Impostazioni</string>

View file

@ -268,6 +268,20 @@
<item quantity="other">%d hours</item>
</plurals>
<!-- For example: Event reminder: 3 minutes before -->
<plurals name="minutes_before">
<item quantity="one">%d minute before</item>
<item quantity="other">%d minutes before</item>
</plurals>
<plurals name="hours_before">
<item quantity="one">%d hour before</item>
<item quantity="other">%d hours before</item>
</plurals>
<plurals name="days_before">
<item quantity="one">%d day before</item>
<item quantity="other">%d days before</item>
</plurals>
<!-- For example: Time remaining till the alarm goes off: 6 hours, 5 minutes -->
<string name="alarm_goes_off_in">Time remaining till the alarm goes off:\n%s</string>
<string name="alarm_warning">Please make sure the alarm works properly before relying on it. It could misbehave due to system restrictions related to battery saving.</string>
@ -276,6 +290,8 @@
<!-- Alarms -->
<string name="snooze">Snooze</string>
<string name="dismiss">Dismiss</string>
<string name="no_reminder">No reminder</string>
<string name="at_start">בהתחלה</string>
<!-- Settings -->
<string name="settings">Settings</string>

View file

@ -268,6 +268,20 @@
<item quantity="other">%d hours</item>
</plurals>
<!-- For example: Event reminder: 3 minutes before -->
<plurals name="minutes_before">
<item quantity="one">%d minute before</item>
<item quantity="other">%d 分 前</item>
</plurals>
<plurals name="hours_before">
<item quantity="one">%d hour before</item>
<item quantity="other">%d 時間 前</item>
</plurals>
<plurals name="days_before">
<item quantity="one">%d day before</item>
<item quantity="other">%d 日 前</item>
</plurals>
<!-- For example: Time remaining till the alarm goes off: 6 hours, 5 minutes -->
<string name="alarm_goes_off_in">Time remaining till the alarm goes off:\n%s</string>
<string name="alarm_warning">Please make sure the alarm works properly before relying on it. It could misbehave due to system restrictions related to battery saving.</string>
@ -276,6 +290,8 @@
<!-- Alarms -->
<string name="snooze">Snooze</string>
<string name="dismiss">Dismiss</string>
<string name="no_reminder">No reminder</string>
<string name="at_start">開始時</string>
<!-- Settings -->
<string name="settings">設定</string>

View file

@ -268,6 +268,20 @@
<item quantity="other">%d hours</item>
</plurals>
<!-- For example: Event reminder: 3 minutes before -->
<plurals name="minutes_before">
<item quantity="one">%d 분 전</item>
<item quantity="other">%d 분 전</item>
</plurals>
<plurals name="hours_before">
<item quantity="one">%d 시간 전</item>
<item quantity="other">%d 시간 전</item>
</plurals>
<plurals name="days_before">
<item quantity="one">%d 일 전</item>
<item quantity="other">%d 일 전</item>
</plurals>
<!-- For example: Time remaining till the alarm goes off: 6 hours, 5 minutes -->
<string name="alarm_goes_off_in">Time remaining till the alarm goes off:\n%s</string>
<string name="alarm_warning">Please make sure the alarm works properly before relying on it. It could misbehave due to system restrictions related to battery saving.</string>
@ -276,6 +290,8 @@
<!-- Alarms -->
<string name="snooze">스누즈</string>
<string name="dismiss">Dismiss</string>
<string name="no_reminder">알림 없음</string>
<string name="at_start">시작할 때</string>
<!-- Settings -->
<string name="settings">설정</string>

View file

@ -278,6 +278,23 @@
<item quantity="other">%d hours</item>
</plurals>
<!-- For example: Event reminder: 3 minutes before -->
<plurals name="minutes_before">
<item quantity="one">%d minute before</item>
<item quantity="few">%d minutes before</item>
<item quantity="other">%d minutes before</item>
</plurals>
<plurals name="hours_before">
<item quantity="one">%d hour before</item>
<item quantity="few">%d hours before</item>
<item quantity="other">%d hours before</item>
</plurals>
<plurals name="days_before">
<item quantity="one">%d day before</item>
<item quantity="few">%d days before</item>
<item quantity="other">%d days before</item>
</plurals>
<!-- For example: Time remaining till the alarm goes off: 6 hours, 5 minutes -->
<string name="alarm_goes_off_in">Time remaining till the alarm goes off:\n%s</string>
<string name="alarm_warning">Please make sure the alarm works properly before relying on it. It could misbehave due to system restrictions related to battery saving.</string>
@ -286,6 +303,8 @@
<!-- Alarms -->
<string name="snooze">Snooze</string>
<string name="dismiss">Dismiss</string>
<string name="no_reminder">No reminder</string>
<string name="at_start">At start</string>
<!-- Settings -->
<string name="settings">Nustatymai</string>

View file

@ -268,6 +268,20 @@
<item quantity="other">%d hours</item>
</plurals>
<!-- For example: Event reminder: 3 minutes before -->
<plurals name="minutes_before">
<item quantity="one">%d minutt før</item>
<item quantity="other">%d minutter før</item>
</plurals>
<plurals name="hours_before">
<item quantity="one">%d time før</item>
<item quantity="other">%d timer før</item>
</plurals>
<plurals name="days_before">
<item quantity="one">%d dag før</item>
<item quantity="other">%d dager før</item>
</plurals>
<!-- For example: Time remaining till the alarm goes off: 6 hours, 5 minutes -->
<string name="alarm_goes_off_in">Time remaining till the alarm goes off:\n%s</string>
<string name="alarm_warning">Please make sure the alarm works properly before relying on it. It could misbehave due to system restrictions related to battery saving.</string>
@ -276,6 +290,8 @@
<!-- Alarms -->
<string name="snooze">Snooze</string>
<string name="dismiss">Dismiss</string>
<string name="no_reminder">Ingen påminnelse</string>
<string name="at_start">Ved start</string>
<!-- Settings -->
<string name="settings">Innstillinger</string>

View file

@ -268,6 +268,20 @@
<item quantity="other">%d uren</item>
</plurals>
<!-- For example: Event reminder: 3 minutes before -->
<plurals name="minutes_before">
<item quantity="one">%d minuut van tevoren</item>
<item quantity="other">%d minuten van tevoren</item>
</plurals>
<plurals name="hours_before">
<item quantity="one">%d uur van tevoren</item>
<item quantity="other">%d uren van tevoren</item>
</plurals>
<plurals name="days_before">
<item quantity="one">%d dag van tevoren</item>
<item quantity="other">%d dagen van tevoren</item>
</plurals>
<!-- For example: Time remaining till the alarm goes off: 6 hours, 5 minutes -->
<string name="alarm_goes_off_in">Time remaining till the alarm goes off:\n%s</string>
<string name="alarm_warning">Please make sure the alarm works properly before relying on it. It could misbehave due to system restrictions related to battery saving.</string>
@ -276,6 +290,8 @@
<!-- Alarms -->
<string name="snooze">Uitstellen</string>
<string name="dismiss">Dismiss</string>
<string name="no_reminder">Geen herinnering</string>
<string name="at_start">Als afspraak begint</string>
<!-- Settings -->
<string name="settings">Instellingen</string>

View file

@ -268,6 +268,20 @@
<item quantity="other">%d hours</item>
</plurals>
<!-- For example: Event reminder: 3 minutes before -->
<plurals name="minutes_before">
<item quantity="one">%d minutt før</item>
<item quantity="other">%d minutter før</item>
</plurals>
<plurals name="hours_before">
<item quantity="one">%d time før</item>
<item quantity="other">%d timer før</item>
</plurals>
<plurals name="days_before">
<item quantity="one">%d dag før</item>
<item quantity="other">%d dager før</item>
</plurals>
<!-- For example: Time remaining till the alarm goes off: 6 hours, 5 minutes -->
<string name="alarm_goes_off_in">Time remaining till the alarm goes off:\n%s</string>
<string name="alarm_warning">Please make sure the alarm works properly before relying on it. It could misbehave due to system restrictions related to battery saving.</string>
@ -276,6 +290,8 @@
<!-- Alarms -->
<string name="snooze">Snooze</string>
<string name="dismiss">Dismiss</string>
<string name="no_reminder">Ingen påminnelse</string>
<string name="at_start">Ved start</string>
<!-- Settings -->
<string name="settings">Innstillinger</string>

View file

@ -275,6 +275,23 @@
<item quantity="other">%d hours</item>
</plurals>
<!-- For example: Event reminder: 3 minutes before -->
<plurals name="minutes_before">
<item quantity="one">%d minutę przed</item>
<item quantity="few">%d minuty przed</item>
<item quantity="other">%d minut before</item>
</plurals>
<plurals name="hours_before">
<item quantity="one">%d godzinę przed</item>
<item quantity="few">%d godziny przed</item>
<item quantity="other">%d godzin przed</item>
</plurals>
<plurals name="days_before">
<item quantity="one">%d dzień przed</item>
<item quantity="few">%d dni przed</item>
<item quantity="other">%d dni przed</item>
</plurals>
<!-- For example: Time remaining till the alarm goes off: 6 hours, 5 minutes -->
<string name="alarm_goes_off_in">Time remaining till the alarm goes off:\n%s</string>
<string name="alarm_warning">Please make sure the alarm works properly before relying on it. It could misbehave due to system restrictions related to battery saving.</string>
@ -283,6 +300,8 @@
<!-- Alarms -->
<string name="snooze">Drzemka</string>
<string name="dismiss">Dismiss</string>
<string name="no_reminder">Brak przypomnienia</string>
<string name="at_start">Przy rozpoczęciu</string>
<!-- Settings -->
<string name="settings">Ustawienia</string>

View file

@ -268,6 +268,20 @@
<item quantity="other">%d hours</item>
</plurals>
<!-- For example: Event reminder: 3 minutes before -->
<plurals name="minutes_before">
<item quantity="one">%d minuto antes</item>
<item quantity="other">%d minutos antes</item>
</plurals>
<plurals name="hours_before">
<item quantity="one">%d hora antes</item>
<item quantity="other">%d horas antes</item>
</plurals>
<plurals name="days_before">
<item quantity="one">%d dia antes</item>
<item quantity="other">%d dias antes</item>
</plurals>
<!-- For example: Time remaining till the alarm goes off: 6 hours, 5 minutes -->
<string name="alarm_goes_off_in">Time remaining till the alarm goes off:\n%s</string>
<string name="alarm_warning">Please make sure the alarm works properly before relying on it. It could misbehave due to system restrictions related to battery saving.</string>
@ -276,6 +290,8 @@
<!-- Alarms -->
<string name="snooze">Snooze</string>
<string name="dismiss">Dismiss</string>
<string name="no_reminder">Sem lembrete</string>
<string name="at_start">No início</string>
<!-- Settings -->
<string name="settings">Configurações</string>

View file

@ -268,6 +268,20 @@
<item quantity="other">%d horas</item>
</plurals>
<!-- For example: Event reminder: 3 minutes before -->
<plurals name="minutes_before">
<item quantity="one">%d minuto antes</item>
<item quantity="other">%d minutos antes</item>
</plurals>
<plurals name="hours_before">
<item quantity="one">%d hora antes</item>
<item quantity="other">%d horas antes</item>
</plurals>
<plurals name="days_before">
<item quantity="one">%d dia antes</item>
<item quantity="other">%d dias antes</item>
</plurals>
<!-- For example: Time remaining till the alarm goes off: 6 hours, 5 minutes -->
<string name="alarm_goes_off_in">Time remaining till the alarm goes off:\n%s</string>
<string name="alarm_warning">Please make sure the alarm works properly before relying on it. It could misbehave due to system restrictions related to battery saving.</string>
@ -276,6 +290,8 @@
<!-- Alarms -->
<string name="snooze">Snooze</string>
<string name="dismiss">Dismiss</string>
<string name="no_reminder">Sem lembrete</string>
<string name="at_start">No início</string>
<!-- Settings -->
<string name="settings">Definições</string>

View file

@ -280,6 +280,26 @@
<item quantity="other">%d hours</item>
</plurals>
<!-- For example: Event reminder: 3 minutes before -->
<plurals name="minutes_before">
<item quantity="one">%d минута до события</item>
<item quantity="few">%d минуты до события</item>
<item quantity="many">%d минут до события</item>
<item quantity="other">%d минут(-ы) до события</item>
</plurals>
<plurals name="hours_before">
<item quantity="one">%d час до события</item>
<item quantity="few">%d часа до события</item>
<item quantity="many">%d часов до события</item>
<item quantity="other">%d часа(-ов) до события</item>
</plurals>
<plurals name="days_before">
<item quantity="one">%d день до события</item>
<item quantity="few">%d дня до события</item>
<item quantity="many">%d дней до события</item>
<item quantity="other">%d дня(-ей) до события</item>
</plurals>
<!-- For example: Time remaining till the alarm goes off: 6 hours, 5 minutes -->
<string name="alarm_goes_off_in">Time remaining till the alarm goes off:\n%s</string>
<string name="alarm_warning">Please make sure the alarm works properly before relying on it. It could misbehave due to system restrictions related to battery saving.</string>
@ -288,6 +308,8 @@
<!-- Alarms -->
<string name="snooze">Отложить</string>
<string name="dismiss">Dismiss</string>
<string name="no_reminder">Без напоминания</string>
<string name="at_start">С наступлением события</string>
<!-- Settings -->
<string name="settings">Настройки</string>

View file

@ -279,6 +279,23 @@
<item quantity="other">%d hodín</item>
</plurals>
<!-- For example: Event reminder: 3 minutes before -->
<plurals name="minutes_before">
<item quantity="one">%d minútu vopred</item>
<item quantity="few">%d minúty vopred</item>
<item quantity="other">%d minút vopred</item>
</plurals>
<plurals name="hours_before">
<item quantity="one">%d hodinu vopred</item>
<item quantity="few">%d hodiny vopred</item>
<item quantity="other">%d hodín vopred</item>
</plurals>
<plurals name="days_before">
<item quantity="one">%d deň vopred</item>
<item quantity="few">%d dni vopred</item>
<item quantity="other">%d dní vopred</item>
</plurals>
<!-- For example: Time remaining till the alarm goes off: 6 hours, 5 minutes -->
<string name="alarm_goes_off_in">Zostávajúci čas do zvonenia budíka:\n%s</string>
<string name="alarm_warning">Pred tým, ako by ste sa na budík spoliehali, sa prosím uistite, že funguje správne. Niektoré systémové obmedzenia spojené so zlepšením výdrže batérie môžu spôsobiť problémy.</string>
@ -287,6 +304,8 @@
<!-- Alarms -->
<string name="snooze">Odložiť</string>
<string name="dismiss">Odstrániť</string>
<string name="no_reminder">Žiadna pripomienka</string>
<string name="at_start">Na začiatku</string>
<!-- Settings -->
<string name="settings">Nastavenia</string>

View file

@ -268,6 +268,20 @@
<item quantity="other">%d hours</item>
</plurals>
<!-- For example: Event reminder: 3 minutes before -->
<plurals name="minutes_before">
<item quantity="one">%d minut före</item>
<item quantity="other">%d minuter före</item>
</plurals>
<plurals name="hours_before">
<item quantity="one">%d timme före</item>
<item quantity="other">%d timmar före</item>
</plurals>
<plurals name="days_before">
<item quantity="one">%d dag före</item>
<item quantity="other">%d dagar före</item>
</plurals>
<!-- For example: Time remaining till the alarm goes off: 6 hours, 5 minutes -->
<string name="alarm_goes_off_in">Time remaining till the alarm goes off:\n%s</string>
<string name="alarm_warning">Please make sure the alarm works properly before relying on it. It could misbehave due to system restrictions related to battery saving.</string>
@ -276,6 +290,8 @@
<!-- Alarms -->
<string name="snooze">Snooza</string>
<string name="dismiss">Dismiss</string>
<string name="no_reminder">Ingen påminnelse</string>
<string name="at_start">Vid start</string>
<!-- Settings -->
<string name="settings">Inställningar</string>

View file

@ -268,6 +268,20 @@
<item quantity="other">%d hours</item>
</plurals>
<!-- For example: Event reminder: 3 minutes before -->
<plurals name="minutes_before">
<item quantity="one">%d dakika önce</item>
<item quantity="other">%d dakika önce</item>
</plurals>
<plurals name="hours_before">
<item quantity="one">%d saat önce</item>
<item quantity="other">%d saat önce</item>
</plurals>
<plurals name="days_before">
<item quantity="one">%d önceki gün</item>
<item quantity="other">%d önceki gün</item>
</plurals>
<!-- For example: Time remaining till the alarm goes off: 6 hours, 5 minutes -->
<string name="alarm_goes_off_in">Time remaining till the alarm goes off:\n%s</string>
<string name="alarm_warning">Please make sure the alarm works properly before relying on it. It could misbehave due to system restrictions related to battery saving.</string>
@ -276,6 +290,8 @@
<!-- Alarms -->
<string name="snooze">Snooze</string>
<string name="dismiss">Dismiss</string>
<string name="no_reminder">Hatırlatma yok</string>
<string name="at_start">Başlangıçta</string>
<!-- Settings -->
<string name="settings">Ayarlar</string>

View file

@ -268,6 +268,20 @@
<item quantity="other">%d 小时</item>
</plurals>
<!-- For example: Event reminder: 3 minutes before -->
<plurals name="minutes_before">
<item quantity="one">%d minute before</item>
<item quantity="other">%d minutes before</item>
</plurals>
<plurals name="hours_before">
<item quantity="one">%d hour before</item>
<item quantity="other">%d hours before</item>
</plurals>
<plurals name="days_before">
<item quantity="one">%d day before</item>
<item quantity="other">%d days before</item>
</plurals>
<!-- For example: Time remaining till the alarm goes off: 6 hours, 5 minutes -->
<string name="alarm_goes_off_in">距闹钟响起还有:\n%s</string>
<string name="alarm_warning">在依赖它之前,请确保闹钟能够正常工作。由于系统与节电有关的限制,它有时可能会失灵。</string>
@ -276,6 +290,8 @@
<!-- Alarms -->
<string name="snooze">Snooze</string>
<string name="dismiss">Dismiss</string>
<string name="no_reminder">No reminder</string>
<string name="at_start">At start</string>
<!-- Settings -->
<string name="settings">设置</string>

View file

@ -267,6 +267,20 @@
<item quantity="other">%d小時</item>
</plurals>
<!-- For example: Event reminder: 3 minutes before -->
<plurals name="minutes_before">
<item quantity="one">%d分鐘前</item>
<item quantity="other">%d分鐘前</item>
</plurals>
<plurals name="hours_before">
<item quantity="one">%d小時前</item>
<item quantity="other">%d小時前</item>
</plurals>
<plurals name="days_before">
<item quantity="one">%d天前</item>
<item quantity="other">%d天前</item>
</plurals>
<!-- For example: Time remaining till the alarm goes off: 6 hours, 5 minutes -->
<string name="alarm_goes_off_in">鬧鐘響起剩餘時間:\n%s</string>
<string name="alarm_warning">依靠鬧鐘功能之前,請先確認是否正常運作,有可能因為省電相關的系統限制而導致失靈。</string>
@ -275,6 +289,8 @@
<!-- Alarms -->
<string name="snooze">延遲</string>
<string name="dismiss">Dismiss</string>
<string name="no_reminder">不提醒</string>
<string name="at_start">準時</string>
<!-- Settings -->
<string name="settings">設定</string>

View file

@ -268,6 +268,20 @@
<item quantity="other">%d hours</item>
</plurals>
<!-- For example: Event reminder: 3 minutes before -->
<plurals name="minutes_before">
<item quantity="one">%d minute before</item>
<item quantity="other">%d minutes before</item>
</plurals>
<plurals name="hours_before">
<item quantity="one">%d hour before</item>
<item quantity="other">%d hours before</item>
</plurals>
<plurals name="days_before">
<item quantity="one">%d day before</item>
<item quantity="other">%d days before</item>
</plurals>
<!-- For example: Time remaining till the alarm goes off: 6 hours, 5 minutes -->
<string name="alarm_goes_off_in">Time remaining till the alarm goes off:\n%s</string>
<string name="alarm_warning">Please make sure the alarm works properly before relying on it. It could misbehave due to system restrictions related to battery saving.</string>
@ -276,6 +290,8 @@
<!-- Alarms -->
<string name="snooze">Snooze</string>
<string name="dismiss">Dismiss</string>
<string name="no_reminder">No reminder</string>
<string name="at_start">At start</string>
<!-- Settings -->
<string name="settings">Settings</string>