Signed-off-by: Marino Faggiana <marino@marinofaggiana.com>
This commit is contained in:
Marino Faggiana 2023-04-05 15:06:45 +02:00
Родитель 34014ce450
Коммит 6fff90a8ef
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -80,7 +80,7 @@ import UIKit
@objc public var disable_mobileconfig: Bool = false
// Internal option behaviour
@objc public var cleanUpDay: Int = 0 // Set default "Delete all file older than " possible days value are: 0, 1, 7, 30, 90, 180, 365
@objc public var cleanUpDay: Int = 0 // Set default "Delete, in the cache, all files older than" possible days value are: 0, 1, 7, 30, 90, 180, 365
override init() {

Просмотреть файл

@ -853,7 +853,7 @@
"_message_disable_overwrite_livephoto_" = "This image is a Live Photo, overwrite will not be possible";
"_discard_changes_info_" = "Your changes will be discarded.";
"_delete_files_desc_" = "Delete files to free up space";
"_delete_old_files_" = "Delete all files older than";
"_delete_old_files_" = "Delete, in the cache, all files older than";
"_never_" = "Never";
"_1_year_" = "1 year";
"_6_months_" = "6 months";