Archived
Enabled Jetifier since third-party libraries may require it; in-development options for events are now hidden if the user has not explicitly enabled them
This commit is contained in:
@@ -92,12 +92,12 @@
|
||||
<string name="task_order_menu_date_created">Date created</string>
|
||||
<string name="task_order_menu_date_due">Date due</string>
|
||||
|
||||
<string name="formatted_date_string_comma" translatable="false">%s, %s</string>
|
||||
<string name="formatted_date_string_localised">%s at %s</string>
|
||||
<string name="formatted_date_string_comma" translatable="false">%1$s, %2$s</string>
|
||||
<string name="formatted_date_string_localised">%1$s at %2$s</string>
|
||||
|
||||
<string name="task_item_notification_none">You won\'t be notified</string>
|
||||
<string name="task_item_notification_active_future">You will be notified on %s at %s.</string>
|
||||
<string name="task_item_notification_active_past">You were notified on %s at %s.</string>
|
||||
<string name="task_item_notification_active_future">You will be notified on %1$s at %2$s.</string>
|
||||
<string name="task_item_notification_active_past">You were notified on %1$s at %2$s.</string>
|
||||
|
||||
<string name="task_overview_snack_unimplemented">Tasks are not yet implemented!</string>
|
||||
<string name="task_overview_fab_add_task">Add task</string>
|
||||
@@ -289,7 +289,7 @@
|
||||
|
||||
<string name="settings_build_time">Gradle build code & time</string>
|
||||
|
||||
<string name="settings_beta_nav_title">Show beta screens</string>
|
||||
<string name="settings_beta_nav_title">Show in-development screens</string>
|
||||
<string name="settings_beta_nav_subtitle">Requires an app restart</string>
|
||||
|
||||
<string name="settings_dev_codes_title">Development codes</string>
|
||||
|
||||
Reference in New Issue
Block a user