mirror of
https://github.com/SimpleMobileTools/Simple-Calendar.git
synced 2025-06-05 21:59:17 +02:00
tweak the Display week numbers string
This commit is contained in:
@@ -32,7 +32,7 @@ android {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compile 'com.simplemobiletools:commons:2.4.2'
|
compile 'com.simplemobiletools:commons:2.4.3'
|
||||||
compile 'joda-time:joda-time:2.9.1'
|
compile 'joda-time:joda-time:2.9.1'
|
||||||
compile 'com.facebook.stetho:stetho:1.4.1'
|
compile 'com.facebook.stetho:stetho:1.4.1'
|
||||||
compile 'com.bignerdranch.android:recyclerview-multiselect:0.2'
|
compile 'com.bignerdranch.android:recyclerview-multiselect:0.2'
|
||||||
|
@@ -51,7 +51,7 @@
|
|||||||
|
|
||||||
<!-- Settings -->
|
<!-- Settings -->
|
||||||
<string name="sunday_first">Sunday as first day</string>
|
<string name="sunday_first">Sunday as first day</string>
|
||||||
<string name="week_numbers">Display week numbers</string>
|
<string name="week_numbers">Show week numbers in monthy view</string>
|
||||||
<string name="vibrate">Vibrate on reminder notification</string>
|
<string name="vibrate">Vibrate on reminder notification</string>
|
||||||
<string name="reminder_sound">Reminder sound</string>
|
<string name="reminder_sound">Reminder sound</string>
|
||||||
<string name="default_event_reminder">Default event reminder</string>
|
<string name="default_event_reminder">Default event reminder</string>
|
||||||
|
@@ -51,7 +51,7 @@
|
|||||||
|
|
||||||
<!-- Settings -->
|
<!-- Settings -->
|
||||||
<string name="sunday_first">Sunday as first day</string>
|
<string name="sunday_first">Sunday as first day</string>
|
||||||
<string name="week_numbers">Display week numbers</string>
|
<string name="week_numbers">Show week numbers in monthy view</string>
|
||||||
<string name="vibrate">Vibrate on reminder notification</string>
|
<string name="vibrate">Vibrate on reminder notification</string>
|
||||||
<string name="reminder_sound">Reminder sound</string>
|
<string name="reminder_sound">Reminder sound</string>
|
||||||
<string name="default_event_reminder">Default event reminder</string>
|
<string name="default_event_reminder">Default event reminder</string>
|
||||||
|
@@ -51,7 +51,7 @@
|
|||||||
|
|
||||||
<!-- Settings -->
|
<!-- Settings -->
|
||||||
<string name="sunday_first">Sunday as first day</string>
|
<string name="sunday_first">Sunday as first day</string>
|
||||||
<string name="week_numbers">Display week numbers</string>
|
<string name="week_numbers">Show week numbers in monthy view</string>
|
||||||
<string name="vibrate">Vibrate on reminder notification</string>
|
<string name="vibrate">Vibrate on reminder notification</string>
|
||||||
<string name="reminder_sound">Reminder sound</string>
|
<string name="reminder_sound">Reminder sound</string>
|
||||||
<string name="default_event_reminder">Default event reminder</string>
|
<string name="default_event_reminder">Default event reminder</string>
|
||||||
|
Reference in New Issue
Block a user