diff options
author | Docile-Alligator <25734209+Docile-Alligator@users.noreply.github.com> | 2024-07-11 02:45:00 +0000 |
---|---|---|
committer | Docile-Alligator <25734209+Docile-Alligator@users.noreply.github.com> | 2024-07-11 02:45:00 +0000 |
commit | 44aaaeac58e143525b80cd173ac50fd8fa798193 (patch) | |
tree | f08ba9245374be7c98ece459adc1255f5f70040a /app/src/main/res/values | |
parent | 6e5eab371265c6959adc4d7ca4d3c0e60573d42b (diff) | |
download | infinity-for-reddit-44aaaeac58e143525b80cd173ac50fd8fa798193.tar infinity-for-reddit-44aaaeac58e143525b80cd173ac50fd8fa798193.tar.gz infinity-for-reddit-44aaaeac58e143525b80cd173ac50fd8fa798193.tar.bz2 infinity-for-reddit-44aaaeac58e143525b80cd173ac50fd8fa798193.tar.lz infinity-for-reddit-44aaaeac58e143525b80cd173ac50fd8fa798193.tar.xz infinity-for-reddit-44aaaeac58e143525b80cd173ac50fd8fa798193.tar.zst infinity-for-reddit-44aaaeac58e143525b80cd173ac50fd8fa798193.zip |
Continue implementing online custom themes. Modifying online theme.
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r-- | app/src/main/res/values/strings.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index cc3a44d7..6c91674c 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -965,6 +965,11 @@ <string name="duplicate_theme_name_dialog_message">A theme in the database is also called %1$s. Do you want to change the name of this imported theme?</string> <string name="rename">Rename</string> <string name="override">Override</string> + <string name="override_online_theme_question">Override online theme?</string> + <string name="override_online_theme_message">You uploaded this theme so you can make changes.</string> + <string name="save_to_local">Save to local</string> + <string name="online_theme_modified">Online theme modified.</string> + <string name="upload_theme_failed">Failed to upload this theme. Try again later.</string> <string name="color_picker">Color Picker</string> <string name="invalid_color">Invalid Color</string> |