|
4083 | 4083 | /* Message displayed when doing heavy database operations */
|
4084 | 4084 | "database_migration" = "We're moving a few bits and bytes so the app runs faster...";
|
4085 | 4085 |
|
| 4086 | +/* The act to restore something */ |
| 4087 | +"restore" = "Restore"; |
| 4088 | + |
| 4089 | +/* Question to the user, if they want to restore their Up Next */ |
| 4090 | +"restore_up_next" = "Restore Up Next?"; |
| 4091 | + |
| 4092 | +/* Details about how user's Up Next will be restored */ |
| 4093 | +"restore_up_next_message" = "These episodes will be added to the bottom of your current Up Next"; |
| 4094 | + |
| 4095 | +/* Title of a screen that display Up Next history */ |
| 4096 | +"up_next_history" = "Up Next History"; |
| 4097 | + |
| 4098 | +/* A message explaining how to use the Up Next history */ |
| 4099 | +"up_next_history_explanation" = "A list of recent updates to Up Next due to changes on other devices. To view the episodes and have the option to restore them, tap any entry."; |
| 4100 | + |
4086 | 4101 | /* Name of the option to restart sleep timer */
|
4087 | 4102 | "auto_restart_sleep_timer" = "Auto Restart Sleep Timer";
|
4088 | 4103 |
|
|
4095 | 4110 | /* Description of the option to shake to restart sleep timer */
|
4096 | 4111 | "shake_to_restart_sleep_timer_description" = "If on, the sleep timer will restart when you shake your phone.";
|
4097 | 4112 |
|
| 4113 | +/* Title of a screen that display Folders history */ |
| 4114 | +"folders_history" = "Folders History"; |
| 4115 | + |
| 4116 | +/* A message explaining how to use the Folders history */ |
| 4117 | +"folders_history_explanation" = "A list of podcasts that were removed from folders as a result of a sync."; |
| 4118 | + |
| 4119 | +/* Title confirming to the user if they want to restore podcasts to original folders */ |
| 4120 | +"restore_folders" = "Restore podcasts to folders?"; |
| 4121 | + |
| 4122 | +/* Details about what will happen if they restore folders */ |
| 4123 | +"restore_folders_message" = "These podcasts will be permanently added back to the folders listed here"; |
| 4124 | + |
| 4125 | +/* Entry informing which podcasts was removed from which folder, %1$@ is the podcast's title, %2$@ folder's name */ |
| 4126 | +"podcast_removed_from_folder" = "%1$@ removed from %2$@"; |
| 4127 | + |
| 4128 | +/* Message confirming podcasts were restored to the folders */ |
| 4129 | +"restore_folders_success" = "Podcasts restored to their original folders"; |
| 4130 | + |
4098 | 4131 | /* MARK: - InfoPlist.strings */
|
4099 | 4132 |
|
4100 | 4133 | /* A message that tells the user why the app is requesting access to the device’s camera. */
|
|
0 commit comments