adding a slovak string translation
This commit is contained in:
parent
5d155596ca
commit
51d085943a
|
@ -32,7 +32,6 @@ import com.simplemobiletools.calendar.receivers.CalDAVSyncReceiver
|
||||||
import com.simplemobiletools.calendar.receivers.NotificationReceiver
|
import com.simplemobiletools.calendar.receivers.NotificationReceiver
|
||||||
import com.simplemobiletools.calendar.services.SnoozeService
|
import com.simplemobiletools.calendar.services.SnoozeService
|
||||||
import com.simplemobiletools.commons.extensions.*
|
import com.simplemobiletools.commons.extensions.*
|
||||||
import com.simplemobiletools.commons.helpers.isLollipopPlus
|
|
||||||
import com.simplemobiletools.commons.helpers.isOreoPlus
|
import com.simplemobiletools.commons.helpers.isOreoPlus
|
||||||
import org.joda.time.DateTime
|
import org.joda.time.DateTime
|
||||||
import org.joda.time.DateTimeZone
|
import org.joda.time.DateTimeZone
|
||||||
|
@ -183,7 +182,6 @@ fun Context.getNotification(pendingIntent: PendingIntent, event: Event, content:
|
||||||
grantReadUriPermission(config.reminderSoundUri)
|
grantReadUriPermission(config.reminderSoundUri)
|
||||||
|
|
||||||
val contentTitle = if (publicVersion) resources.getString(R.string.app_name) else event.title
|
val contentTitle = if (publicVersion) resources.getString(R.string.app_name) else event.title
|
||||||
|
|
||||||
val contentText = if (publicVersion) resources.getString(R.string.public_event_notification_text) else content
|
val contentText = if (publicVersion) resources.getString(R.string.public_event_notification_text) else content
|
||||||
|
|
||||||
val builder = NotificationCompat.Builder(this)
|
val builder = NotificationCompat.Builder(this)
|
||||||
|
|
|
@ -26,7 +26,7 @@
|
||||||
<string name="event_updated">Udalosť bola úspešne upravená</string>
|
<string name="event_updated">Udalosť bola úspešne upravená</string>
|
||||||
<string name="filter_events_by_type">Filtrovať udalosti podľa typu</string>
|
<string name="filter_events_by_type">Filtrovať udalosti podľa typu</string>
|
||||||
<string name="please_fill_location">Prosím zadajte polohu, ktorá má byť zobrazená na mape</string>
|
<string name="please_fill_location">Prosím zadajte polohu, ktorá má byť zobrazená na mape</string>
|
||||||
<string name="public_event_notification_text">An event is upcoming</string>
|
<string name="public_event_notification_text">Blíži sa udalosť</string>
|
||||||
|
|
||||||
<!-- Event Repetition -->
|
<!-- Event Repetition -->
|
||||||
<string name="repetition">Opakovanie</string>
|
<string name="repetition">Opakovanie</string>
|
||||||
|
|
Loading…
Reference in New Issue