diff --git a/LICENSE b/LICENSE
index 52bd3ac0..d83a09fd 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,10 +1,19 @@
-License
-
The MIT License (MIT)
-Copyright (c) 2011-2019 Sentaroh
+Copyright (c) 2011 Sentaroh
-Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+Permission is hereby granted, free of charge, to any person obtaining a copy of
+this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights to use,
+copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software,
+and to permit persons to whom the Software is furnished to do so, subject to
+the following conditions:
-The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+The above copyright notice and this permission notice shall be included in all copies or
+substantial portions of the Software.
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
\ No newline at end of file
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
+INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
+PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
+TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+OTHER DEALINGS IN THE SOFTWARE.
\ No newline at end of file
diff --git a/README.MD b/README.MD
index 4c4aa00e..1243b555 100644
--- a/README.MD
+++ b/README.MD
@@ -1,16 +1,21 @@
-# SMBSync2
+### SMBSync2
+This application performs file synchronization between an Android device and a PC/NAS via wireless LAN using SMB v1/v2/v3 protocol.
+- This software includes the work that is distributed in the Apache License 2.0.
+- This software includes the work that is distributed in the GNU Lesser General Public License v2.1.
+- This software includes the work that is distributed in the MOZILLA PUBLIC LICENSE 1.1.
+- This software includes the work that is distributed in the MIT License.
-This application performs file synchronization between an Android device and a PC/NAS via wireless LAN using SMB v1/v2/v3 protocol.
+### Download
+It is the same thing as the APK published on Google Play.
+https://github.com/Sentaroh/SMBSync2/releases
-- This software includes the work that is distributed in the Apache License 2.0.
-- This software includes the work that is distributed in the GNU Lesser General Public License v2.1.
+### Used library
+- [jcifs-ng ClientLibrary](https://github.com/AgNO3/jcifs-ng)
+- [jcifs-1.3.17](https://jcifs.samba.org/)
+- [Zip4J 1.3.2](https://mvnrepository.com/artifact/net.lingala.zip4j/zip4j/1.3.2)
+- [juniversalchardet-1.0.3](https://code.google.com/archive/p/juniversalchardet/)
+- [Metadata-extractor](https://github.com/drewnoakes/metadata-extractor)
-# Download
-
-- Latest version : https://drive.google.com/drive/folders/1NF9HfxxtQOAh7_8zHiHchc8fPd8z9fWt?usp=sharing
-- Previous version : https://drive.google.com/drive/folders/1ORjpLNsqv7Ccv6EmN4YP0qhXy_0JYtOd?usp=sharing
-
-# How to Build
-
-- Clone from Github(https://github.com/Sentaroh/SMBSync2.git) using Android Studio 3.0 or higher(VCS-> Checkout from Version Control-> GitHub).
+### How to Build
+- Clone from Github(https://github.com/Sentaroh/SMBSync2.git) using Android Studio 3.0 or higher(VCS-> Checkout from Version Control-> GitHub).
- Build by Android Studio.
\ No newline at end of file
diff --git a/SMBSync2/build.gradle b/SMBSync2/build.gradle
index 5d43118a..0cfbcc6b 100644
--- a/SMBSync2/build.gradle
+++ b/SMBSync2/build.gradle
@@ -12,8 +12,8 @@ android {
targetSdkVersion 29
//
- versionCode 269
- versionName "2.38"
+ versionCode 276
+ versionName "2.45"
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
@@ -88,7 +88,7 @@ dependencies {
implementation files('libs/jcifs-ng-2.1.4-20200413-02.jar')
implementation files('libs/jcifs-1.3.17_patch.jar')
// implementation files('libs/JcifsFile-1.0.6.jar')
- implementation files('libs/JcifsFile-1.0.8.jar')
+ implementation files('libs/JcifsFile-1.0.9.jar')
// implementation files('libs/slf4j-api-1.7.7.jar')
implementation files('libs/bcprov-jdk15on-158.jar')
// implementation files('libs/WrapperForSlf4j-1.0.2.jar')
@@ -99,7 +99,9 @@ dependencies {
implementation 'com.android.support:appcompat-v7:28.0.0'
implementation 'com.android.support:preference-v7:28.0.0'
+ implementation 'com.android.support:design:28.0.0'
+
implementation files('libs/metadata-extractor-2.11.0.jar')
- implementation files('libs/xmpcore-5.1.3.jar')
+// implementation files('libs/xmpcore-5.1.3.jar')
}
diff --git a/SMBSync2/libs/JcifsFile-1.0.8.jar b/SMBSync2/libs/JcifsFile-1.0.9.jar
similarity index 66%
rename from SMBSync2/libs/JcifsFile-1.0.8.jar
rename to SMBSync2/libs/JcifsFile-1.0.9.jar
index 9ba0f20f..6e689f9d 100644
Binary files a/SMBSync2/libs/JcifsFile-1.0.8.jar and b/SMBSync2/libs/JcifsFile-1.0.9.jar differ
diff --git a/SMBSync2/libs/Utilities-1.0.17.aar b/SMBSync2/libs/Utilities-1.0.17.aar
index 0507fc58..f89e437a 100644
Binary files a/SMBSync2/libs/Utilities-1.0.17.aar and b/SMBSync2/libs/Utilities-1.0.17.aar differ
diff --git a/SMBSync2/libs/xmpcore-5.1.3.jar b/SMBSync2/libs/xmpcore-5.1.3.jar
deleted file mode 100644
index dfd0f37c..00000000
Binary files a/SMBSync2/libs/xmpcore-5.1.3.jar and /dev/null differ
diff --git a/SMBSync2/src/main/AndroidManifest.xml b/SMBSync2/src/main/AndroidManifest.xml
index f73d204f..80421d09 100644
--- a/SMBSync2/src/main/AndroidManifest.xml
+++ b/SMBSync2/src/main/AndroidManifest.xml
@@ -9,9 +9,9 @@
-
-
-
+
+
+
diff --git a/SMBSync2/src/main/assets/LocationPermission1-EN.jpg b/SMBSync2/src/main/assets/LocationPermission1-EN.jpg
deleted file mode 100644
index 70b419a9..00000000
Binary files a/SMBSync2/src/main/assets/LocationPermission1-EN.jpg and /dev/null differ
diff --git a/SMBSync2/src/main/assets/LocationPermission1-JA.jpg b/SMBSync2/src/main/assets/LocationPermission1-JA.jpg
deleted file mode 100644
index a95d279f..00000000
Binary files a/SMBSync2/src/main/assets/LocationPermission1-JA.jpg and /dev/null differ
diff --git a/SMBSync2/src/main/assets/LocationPermission2-EN.jpg b/SMBSync2/src/main/assets/LocationPermission2-EN.jpg
deleted file mode 100644
index 78962e8c..00000000
Binary files a/SMBSync2/src/main/assets/LocationPermission2-EN.jpg and /dev/null differ
diff --git a/SMBSync2/src/main/assets/LocationPermission2-JA.jpg b/SMBSync2/src/main/assets/LocationPermission2-JA.jpg
deleted file mode 100644
index 83bbc16b..00000000
Binary files a/SMBSync2/src/main/assets/LocationPermission2-JA.jpg and /dev/null differ
diff --git a/SMBSync2/src/main/assets/SMBSync2_Change_EN.files/image001.png b/SMBSync2/src/main/assets/SMBSync2_Change_EN.files/image001.png
deleted file mode 100644
index 59fbf1f1..00000000
Binary files a/SMBSync2/src/main/assets/SMBSync2_Change_EN.files/image001.png and /dev/null differ
diff --git a/SMBSync2/src/main/assets/SMBSync2_Change_EN.files/image002.png b/SMBSync2/src/main/assets/SMBSync2_Change_EN.files/image002.png
deleted file mode 100644
index 15ff5e63..00000000
Binary files a/SMBSync2/src/main/assets/SMBSync2_Change_EN.files/image002.png and /dev/null differ
diff --git a/SMBSync2/src/main/assets/SMBSync2_Change_EN.files/image003.png b/SMBSync2/src/main/assets/SMBSync2_Change_EN.files/image003.png
deleted file mode 100644
index ebebbd4a..00000000
Binary files a/SMBSync2/src/main/assets/SMBSync2_Change_EN.files/image003.png and /dev/null differ
diff --git a/SMBSync2/src/main/assets/SMBSync2_Change_EN.files/image004.png b/SMBSync2/src/main/assets/SMBSync2_Change_EN.files/image004.png
deleted file mode 100644
index 0bba9ecc..00000000
Binary files a/SMBSync2/src/main/assets/SMBSync2_Change_EN.files/image004.png and /dev/null differ
diff --git a/SMBSync2/src/main/assets/SMBSync2_Change_EN.htm b/SMBSync2/src/main/assets/SMBSync2_Change_EN.htm
deleted file mode 100644
index 4fbea8bd..00000000
--- a/SMBSync2/src/main/assets/SMBSync2_Change_EN.htm
+++ /dev/null
@@ -1,2476 +0,0 @@
-
-
-
-Added the option to start the
-schedule immediately on the Schedule tab
-
-
-Add Chinese translation
-
-
-2020-09-21 Ver2.35
-
-
-Fixed a bug that prevented the
-task list from being saved in the schedule.
-
-
-2020-09-12 Ver2.34
-
-
-Fixed a bug where Backround
-location permissions are repeatedly displayed on Android 10
-
-
-2020-09-12 Ver2.33
-
-
-Resolved a bug that caused
-location permissions to appear repeatedly
-
-
-2020-09-09 Ver2.32
-
-
-Disabled the "," in the
-task and schedule names.
-
-
-Android 11 support
-
-
-2020-06-26 Ver2.31
-
-
-Fixed a bug in SMBv2/3 crash the
-app when connecting to some SMB servers. (To connect to a server that can only
-be used with SMB3.1, use SMBv2/3(2.14) to connect to Please note that SMBv2/3
-(2.12) does not allow you to connect.)
-
-
-Fixed a bug in which crash app
-when trying to import a sync task list.
-
-
-2020-06-20 Ver2.30
-
-
-Improve message tab.
-
-
-Avoidance of forced termination on
-some models
-
-
-2020-06-07 Ver2.29
-
-
-Fixed a bug that prevented the
-app's settings menu from opening on Android 5.0/5.1.
-
-
-Fixed a bug that caused no
-response when editing a synchronization task.
-
-
-2020-06-02 Ver2.28
-
-
-Added synchronous task
-notification function to external application (QUERY/REPLY).
-
-
-Added French and Russian.
-
-
-2020-04-22 Ver2.27
-
-
-Prevent app crash for some models.
-
-
-2020-04-16 Ver2.26
-
-
-Prevent ANR.
-
-
-Fixed a bug that prevented SMB
-host name resolution.
-
-
-2020-04-15 Ver2.25
-
-
-Added “jpeg” and “jpe” file
-extensions to the archive.
-
-
-Made "Conn to AP" in
-WiFi option to not need lotion permissions.
-
-
-The length of the file name will
-be an error if it is longer than 255 bytes.
-
-
-Added an option to ignore the time
-difference between Daylight Saving Time and Standard Time.
-
-
-Added jcifs-ng 2.1.4 to the SMB
-protocol.
-
-
-2019-11-28 Ver2.24
-
-
-Prevent app crash
-
-
-2019-09-23 Ver2.23
-
-
-Resolves a bug that prevents
-scheduled startup from overwriting charging options
-
-
-2019-09-07 Ver2.22
-
-
-Fixed a bug that cannot create a
-directory in Archive to SMB.
-
-
-The timestamp was used for
-temporary file names when writing to SMB.
-
-
-2019-09-04 Ver2.21
-
-
-Adjusted the text color in Light
-Theme.
-
-
-2019-08-16 Ver2.20
-
-
-Prevent app crash when show log
-file.
-
-
-2019-08-16 Ver2.19
-
-
-The sample task was not created.
-
-
-Don't save automatically when sync
-task is empty.
-
-
-Prevent forced termination by
-sending history.
-
-
-2019-08-15 Ver2.18
-
-
-It corresponds when crashing when
-writing to SDCARD.
-
-
-Added the option to change
-"Sync start only while charging" in scheduling.
-
-
-Changed the directory where the
-log is stored to an app-specific directory.
-
-
-2019-07-09 Ver2.17
-
-
-Prevent app crash when import of
-the sync task list.
-
-
-2019-07-08 Ver2.13-2.16
-
-
-Prevent app crah
-
-
-2019-07-08 Ver2.12
-
-
-The synchronization task list is
-automatically saved when the synchronization task list is changed, the schedule
-is changed, and the synchronization task list is imported. However, if you
-reinstall or initialize the app, you will not be able to recover your account
-name or password from the previous autosave file.
-
-
-2019-06-27 Ver2.11
-
-
-Fixed a bug that directory can not
-be created in SMB directory selection screen.
-
-
-Fixed a bug that schedule settings
-can not be restored.
-
-
-2019-06-22 Ver2.10
-
-
-Fixed a bug that cannot be renamed
-the schedule
-
-
-2019-06-21 Ver2.09
-
-
-Improve schedule notation.
-
-
-2019-06-21 Ver2.08
-
-
-Added schedule editing and
-settings tab.
-
-
-The icon at the top of the screen
-enables or disables the scheduling function.
-
-
-Added the option to delete the
-master directory when it is empty during the move.
-
-
-2019-06-15 Ver2.07
-
-
-Add black theme
-
-
-2019-06-09 Ver2.06
-
-
-The contents of the Message tab
-are saved up to 5000 lines.
-
-
-Improved message display when
-synchronous start request and accepted synchronization start request were not
-performed.
-
-
-2019-05-29 Ver2.05
-
-
-Supported when IPV6 addresses are
-returned in name resolution from DNS
-
-
-Resolves a bug that kills when
-unable to get the date and time from EXIF in the archive.
-
-
-2019-05-15 Ver2.04
-
-
-Solved the bug that the file name
-is the same but the error is caused by the difference between upper and lower
-case in synchronization with SDCARD
-
-
-2019-05-14 Ver2.03
-
-
-Avoid NPE in SMB folder editing
-
-
-2019-05-13 Ver2.02
-
-
-Avoid crash in sync task editing
-in Android 5.0
-
-
-Avoid crash on SMB Server Scan
-
-
-Change of SDCARD recognition
-method
-
-
-2019-05-11 Ver2.01
-
-
-Added option to allow sync with
-global IP address
-
-
-2019-05-02 Ver2.00
-
-
-Enabled to sync on networks other
-than WiFi.
-
-
-Fix a bug that shows errors on the
-schedule.
-
-
-The operation of the schedule list
-(deletion, addition, renaming, editing, etc.) is immediately reflected.
-
-
-2019-04-27 Ver1.99
-
-
-Resolves a bug that SDCARD cannot
-recognize.
-
-
-2019-04-19 Ver1.98
-
-
-Improved the Write permission of
-SDCARD/USB media in Android 7 or higher.
-
-
-2019-04-18 Ver1.97
-
-
-Added option for SMB V2/3 (Please
-enable “Use SMB2 Negotiation” when SMB V2/3 can not be used on SMB2.02 devices)
-
-
-In the schedule function, when the
-app does not turn on Wi-Fi, the Wi-Fi is not turned off.
-
-
-2019-04-10 Ver1.96
-
-
-Ver1.80 not crash when migrating
-from earlier versions to the latest version.
-
-
-2019-04-09 Ver1.95
-
-
-SMB Server Search results enabled
-to display the SMB version.
-
-
-Improved SDCARD/USB media-related
-notation.
-
-
-The SMB protocol default when
-adding the synchronization task was changed from SMBv1 to SMBv2/3.
-
-
-2019-03-29 Ver1.94
-
-
-Support SMB V3 protocol (SMB V2/3
-(2.12))
-
-
-2019-03-23 Ver1.93
-
-
-Adding and correcting error
-messages
-
-
-2019-03-16 Ver1.92
-
-
-NPE Prevention in renaming
-schedules
-
-
-2019-03-04 Ver1.91
-
-
-Fixed a bug that failed to break when
-writing a problem or question in system information.
-
-
-2019-03-03 Ver1.90
-
-
-Fixed a bug that would cause an
-error when a ZIP file does not exist in sync to zip.
-
-
-2019-02-23 Ver1.89
-
-
-A warning message is displayed
-when the location service is disabled in ANDROID9.
-
-
-2019-02-23 Ver1.88
-
-
-ANR avoidance.
-
-
-A warning message is displayed
-when the shooting date and time cannot be retrieved with Copy/move.
-
-
-2019-02-18 Ver1.87
-
-
-Added jcifs-ng 2.11 (SMBv2 (2.11))
-to the SMB protocol
-
-
-Copy/Move allows you to use
-JPG/GIF/MP4/MOV shooting date in target directory name.
-
-
-Improved SDCARD processing speed
-
-
-2019-01-31 Ver1.86
-
-
-ANR avoidance in file selection.
-
-
-2019-01-26 Ver1.85
-
-
-Fixed bug that SDCARD-TO-USB and
-USB-TO-SDCARD are not processed
-
-
-2019-01-18 Ver1.84
-
-
-To include SMB v1 logs in the app
-log
-
-
-2019-01-14 Ver1.83
-
-
-NPE prevention in file/directory
-selection.
-
-
-2019-01-13 Ver1.82
-
-
-Made SDcard available for task
-Export/task Import
-
-
-2019-01-10 Ver1.81
-
-
-ANR avoidance in file selection.
-
-
-Fixed a problem that SDCARD can
-not be used on Android 9.
-
-
-2019-01-03 Ver1.80
-
-
-English notation was improved.
-
-
-Allow password authentication to
-access some features by settings.
-
-
-Hide SMB folder's account name and
-password by settings.
-
-
-Fixed a bug where the retention
-period was ignored in the archive.
-
-
-2018-11-04 Ver1.79
-
-
-Added option to skip
-directories/files where unusable characters are used.
-
-
-2018-10-26 Ver1.78
-
-
-Fixed bug that directory selection
-of internal storage can not be done by long press
-
-
-Added error message when
-synchronizing from internal storage to SMB/SDCARD/USB media when using
-characters that can not be used with file name or directory name
-
-
-The Wi-Fi IP address can be
-specified as the condition that sync can be started in the sync task. (Please
-use if you do not want to enable location service to get SSID on Android 9)
-
-
-2018-09-07 Ver1.77
-
-
-Changed not to display archive
-options in master folder
-
-
-2018-09-04 Ver1.76
-
-
-Changed to show options in archive
-in target folder
-
-
-Added option to use Android
-standard function for handling messages on message tab(Settings-Other-Text
-processing of sync messages)
-
-
If you see symptoms such as no message display or
-forced termination on the Sync Message tab, please enable it.
-
-
-2018-09-01 Ver1.75
-
-
-Changed the name from
-"external SDCARD" to "SDCARD"
-
-
-Fix minor bug
-
-
-2018-08-30 Ver1.74
-
-
-Resolved a bug that could corrupt
-ZIP files with mirror to ZIP file
-
-
-2018-08-30 Ver1.73
-
-
-Add 1 to 4 minutes to the interval
-schedule
-
-
-Fix minor bug
-
-
-2018-08-27 Ver1.72
-
-
-Fix minor bug
-
-
-2018-08-26 Ver1.71
-
-
-A confirmation message is
-displayed when shooting date and time can not be acquired from Exif at the time
-of archiving.
-
-
-Add the monthly schedule
-
-
-2018-08-15 Ver1.70
-
-
-Resolved bug that file is not
-selected/excluded by file filter
-
-
-2018-08-13 Ver1.69
-
-
-Fixed a bug that crashes with
-synchronization from Android/data/ on SDCARD.
-
-
-Added a sync button on Sync task
-list
-
-
-An option for dealing with the
-delay of synchronization during sleep in some models was added to the setting.
-
-
-To support USB media.
-
-
-2018-07-11 Ver1.68
-
-
-Fixed a bug that can not be
-selected by pressing and holding on the directory selection screen
-
-
-2018-07-11 Ver1.67
-
-
-Fixed a bug that can not be
-selected by pressing long on the directory selection filter screen.
-
-
-2018-07-04 Ver1.66
-
-
-Resolved a bug that crashes with
-capturing date and time in archive.
-
-
-Resolved bug that SDCARD can not
-be selected.
-
-
-2018-06-28Ver1.65
-
-
-Delete "Do not change the file contents until the copy/move is
-complete" of the synchronous option and always make "Do not change the file contents until the copy/move is
-complete".
-
-
-Improved the recognition method of
-SDCARD so that UUID can use 0000-0000.
-
-
-When the file information of
-SDCARD is different from the media store, a warning message is displayed and
-synchronized using the information of the file.
-
-
-2018-06-22Ver1.64
-
-
-I set Coarse location permissions
-only for Android 8.1 so that I will not request permission every time.
-
-
-It corresponds to the fact that
-the last update time of the file can not be changed with some models
-
-
-2018-06-13Ver1.63
-
-
-Change of SDCARD recognition
-method
-
-
-Enabled SDCARD selection from the
-menu
-
-
-It was to avoid an error in sync
-during sleep in Android8.1
-
-
-2018-06-12Ver1.62
-
-
-Added send button to system
-information.
-
-
-2018-06-10Ver1.61
-
-
-Fixed a bug that crashes when
-importing encrypted task list
-
-
-2018-06-08Ver1.60
-
-
-Fixed a bug where notification
-messages are always displayed
-
-
-2018-06-07Ver1.57-1.59
-
-
-Fixed a bug that overwrites
-incorrectly if you repeatedly sync to SDCARD
-
-
-Fixed a bug that may fail to write
-to SDCARD on Android 7 and higher
-
-
-2018-06-05Ver1.56
-
-
-Fixed a bug that external SDCARD
-could not be selected with some models.
-
-
-2018-06-05Ver1.55
-
-
-Fixed loop bug when target folder
-is ZIP and SDCARD selection when saving to SDCARD
-
-
-2018-06-03Ver1.54
-
-
-Avoid bug that display is
-disturbed on some tablets
-
-
-Vibration and sound uninterrupted
-when the end of the sync
-
-
-2018-05-20Ver1.53
-
-
-The last update time of the file
-written to SDCARD on Android 7.0 and later is made the same as the copy source
-file
-
-
-Fixed a bug where only the first
-scheduled items on multiple schedules are executed.
-
-
-2018-05-14Ver1.52
-
-
-Prevent application crash when
-sync task edit.
-
-
-2018-05-13Ver1.50-1.51
-
-
-Avoid the application crash when
-the sync start time
-
-
-2018-05-13Ver1.49
-
-
-Prevent App crash
-
-
-2018-05-12Ver1.47-1.48
-
-
-Add archive to sync type.
-
-
You can move photos and video files from master to
-target, you can archive more than 7 days or more than 1 year since the shooting
-date and time.
-
-
-Added option to judge as
-difference file only when master file size is large. (The special option
-"Only when the file size of the master is large is determined as the
-difference file")
-
-
-Fixed a bug that only one run when
-multiple schedules were executed at the same time. (However, you can not
-schedule the same synchronization task at the same time)
-
-
-2018-05-02Ver1.45-1.46
-
-
-To prevent app crash
-
-
-Added mp4 to "Sync video
-files"
-
-
-When the file is copied to the
-internal storage, it is set to the same last update time as the copy source
-
-
-2018-04-16Ver1.44
-
-
-When "[" or
-"]" is included in the directory name or file name, it will not
-disappear when restarting the application
-
-
-Added option to restore SMB1
-setting value to initial value in setting
-
-
-2018-04-12Ver1.43
-
-
-When the last update time of the
-file copied/moved to the SMB folder can not be made the same as the copy
-source, a message is displayed so that it is not set as an error.
-
-
-Change the default value of SMB1
-setting
-
-
lmCompatibility ->
-3
-
-
Use extended security ->
-true
-
-
-2018-04-10Ver1.42
-
-
-Fixed a bug that SDCARD directory
-can not be selected
-
-
-2018-04-09Ver1.40-41
-
-
-Fixed a bug that caused Access
-Denied to sync to SMB server
-
-
-Fixed a bug that application crash
-
-
-2018-04-08Ver1.39
-
-
-Avoid "TreeId is NULL"
-error on SMB2
-
-
-Resolved a bug that SMB-SMB move
-fails
-
-
-Resolved a bug that crashes rarely
-with SMB sync folder editing
-
-
-It is possible to set not to create
-details of synchronization history (Settings -> Sync -> Sync History)
-
-
-2018-04-02Ver1.38
-
-
-A directory can be created by directory
-selection from SMB server
-
-
-Fixed a bug that anonymous login failure
-
-
-2018-04-01Ver1.36-37
-
-
-Correction of SMB Protocol processing
-
-
-2018-03-31Ver1.35
-
-
-Separate processing at SMB1 and
-SMB2
-
-
-2018-03-31Ver1.34
-
-
-Change SMB protocol to "SMB 1
-only" when creating new sync task
-
-
-2018-03-30Ver1.33
-
-
-We responded to problems with SMB1
-equipment accompanying SMB2 support.
-
-
-2018-03-28Ver1.32
-
-
-Fixed a bug that SMB - SDCARD/Internal
-storage deletes files with mirror
-
-
-2018-03-27Ver1.31
-
-
-SMB2(2.01) enabled.
-
-
-2018-03-20Ver1.29-1.30
-
-
-To allow for multiple schedule
-
-
-“Sync is started only during
-charging" is added to the sync task option
-
-
-Prevented excluded directories
-from being created as empty directories
-
-
-Improved deletion of unusable
-characters by directory and file name
-
-
-2018-02-28Ver1.28
-
-
-To the exclusion of higher-level
-directory in the directory filters, and lower directory If you select a sub-directory
-will be synchronized. (It becomes valid when checking "Use expanded
-directory selection/exclusion filter" in the synchronization task)
-
-
-Add to sync task the option to
-display a warning message to the sync task at the start when you are not connected
-to the SSID of the Wi-Fi access point list to start the next task.
-
-
-2018-02-22Ver1.27
-
-
-Fixed a bug that will be copied
-every time in synchronization from SMB to SDCARD
-
-
-Added keyword of year/month/day to
-target directory or ZIP file name. Keywords are replaced by the year, month and
-date at the start of sync task.
-
-
-%YEAR% the year (such as 2018 or 2019)
-
-
-%MONTH% month (01 to 12)
-
-
-%DAY% day (01 to 31)
-
-
-%DAY-OF-YEAR% days since the beginning of the year (001
-to 365, leap year 366)
-
-
-2018-02-16Ver1.26
-
-
-Added synchronization between SMB
-servers.
-
-
-Shortcut is to be created in the
-Android 8.
-
-
-0 byte files when synchronized to
-an external SDCARD was not allowed to be created in test mode.
-
-
-2016-11-07Ver1.25
-
-
-In synchronization with the SMB
-server, eliminating the problem of an error during synchronization.
-
-
-Change the internal processing of
-external SDCARD access.
-
-
-2016-10-24Ver1.24
-
-
-Using the DNS when a failed SMB
-name resolution has to be the name resolution. However, the need is that the
-name is specified by FQDN as such win-srv.test.domain.com.
-
-
-2016-09-30Ver1.23
-
-
-To be able to set the volume of
-the notification sound.
-
-
-2016-09-26Ver1.22
-
-
-Resolve the bug that option is not
-saved in the "To use the last update time of the file to the difference
-judgment" and "To use the file size to the difference judgment"
-
-
-2016-09-23Ver1.21
-
-
-Added an option to show a
-notification message.
-
-
-2016-09-01Ver1.20
-
-
-Resolve the bug that empty
-directory is not sync with the sync to external SDCARD.
-
-
-2016-08-21Ver1.19
-
-
-Allowed to prevent the overwriting
-of files in the sync options.
-
-
-2016-08-16Ver1.18
-
-
-Disable FastScroll in the
-Directory selection screen
-
-
-2016-08-02Ver1.17
-
-
-Resolve the bug that duplicated in
-synchronization start from the external application
-
-
-Reduction of the deletion time in
-the mirror to the ZIP file
-
-
-2016-06-26Ver1.16
-
-
-Resolve the bug that can not be
-external SD card recognition
-
-
-2016-06-26Ver1.15
-
-
-Added USB folder
-path(/storage/emulated/UsbDriveA, /storage/emulated/UsbDriveB)
-
-
-2016-06-25Ver1.14
-
-
-Resolve an empty directory is not
-reflected bug when synchronized with the ZIP
-
-
-2016-06-23Ver1.13
-
-
-
-Add sync, copy or move from the
-internal storage to the ZIP file (internal storage or external SDCARD)
-
-
-2016-06-17Ver1.12
-
-
-
-Add path /Removable/MicroSD for
-SDCARD
-
-
-2016-06-17Ver1.11
-
-
-
-Resolve the bug to be killed when
-the application is started with the intent at the time of the screen off.
-
-
-2016-06-13Ver1.10
-
-
-
-Resolve the bug of name resolution
-of the SMB host name.
-
-
-Notification messages display
-optimization.
-
-
-2016-05-29Ver1.09
-
-
-
-It was strictly a test to access
-the same directory on the master and the target.
-
-
-Resolve the bug to be killed in
-the deletion of the WiFi access point.
-
-
-2016-05-25Ver1.08
-
-
-
-Add help to the synchronization
-task add and edit screen
-
-
-Change the UI of the file selection,
-1. Selection is to tap the name of the file or directory name. 2. display of
-the sub-directory is to tap the left edge of the icon. 3. abolish the long tap.
-
-
-Added an option to fix the
-orientation of the screen to portrait
-
-
-2016-05-16Ver1.07
-
-
-
-Change the Help file to link to
-the Google Drive has a small file size.
-
-
-Resolve the bug that can not be
-added in the file and directory filter.
-
-
-Improve the UI of the file filter
-
-
-2016-05-07Ver1.06
-
-
-
-Add external SDCARD path
-(/storage/MicroSD, /storage/extSdCard and /mnt/extSdCard)
-
-
-Resolve not copied bug in
-synchronization to an external SD card
-
-
-2016-05-03Ver1.05
-
-
-
-It was to be able to specify a
-wireless LAN access point to allow sync with the sync options.
-
-
-Improved the user interface for
-the selection of external SDCARD.
-
-
-2016-04-16Ver1.04
-
-
-
-To be able to import a task list
-from exported SMBSync profile.
-
-
-2016-04-14Ver1.03
-
-
-
-Improve performance
-
-
-Resolve the bug that settings
-value is not restored during import task list.
-
-
-2016-04-10Ver1.02
-
-
-
-Fixed a bug that not be moved a file from SDCARD.
-
-
-Resolve the bug can not be
-mirrored in the some of the directory.
Allowed to change the font size in the settings. (80%,100%,120%,160%)
+
+
+
2020-11-21 Ver2.43
+
+
added support for SMB timeout value in SMBv2/3
+
Corrected the Italian translation
+
Scrolling Tab enabled
+
+
+
2020-11-13 Ver2.42
+
+
Update task help file
+
+
+
2020-11-12 Ver2.41
+
+
Update help file
+
+
+
2020-11-03 Ver2.39
+
+
Location permissions are no longer used to comply with the Google Play Privacy Policy. (Access point lists are not available as an option for synchronization tasks.)
+
Add Italian translation
+
+
+
2020-10-28 Ver2.38
+
+
Update privacy policy
+
+
+
2020-10-23 Ver2.37
+
+
Add Chinese language to help.
+
+
+
2020-10-17 Ver2.36
+
+
Added the option to start the schedule immediately on the Schedule tab
+
Add Chinese translation
+
+
+
2020-09-21 Ver2.35
+
+
Fixed a bug that prevented the task list from being saved in the schedule.
+
+
+
2020-09-12 Ver2.34
+
+
Fixed a bug where Backround location permissions are repeatedly displayed on Android 10
+
+
+
2020-09-12 Ver2.33
+
+
Resolved a bug that caused location permissions to appear repeatedly
+
+
+
2020-09-09 Ver2.32
+
+
Disabled the "," in the task and schedule names.
+
Android 11 support
+
+
+
2020-06-26 Ver2.31
+
+
Fixed a bug in SMBv2/3 crash the app when connecting to some SMB servers. (To connect to a server that can only be used with SMB3.1, use SMBv2/3(2.14) to connect to Please note that SMBv2/3 (2.12) does not allow you to connect.)
+
Fixed a bug in which crash app when trying to import a sync task list.
+
+
+
2020-06-20 Ver2.30
+
+
Improve message tab.
+
Avoidance of forced termination on some models
+
+
+
2020-06-07 Ver2.29
+
+
Fixed a bug that prevented the app's settings menu from opening on Android 5.0/5.1.
+
Fixed a bug that caused no response when editing a synchronization task.
+
+
+
2020-06-02 Ver2.28
+
+
Added synchronous task notification function to external application (QUERY/REPLY).
+
Added French and Russian.
+
+
+
2020-04-22 Ver2.27
+
+
Prevent app crash for some models.
+
+
+
2020-04-16 Ver2.26
+
+
Prevent ANR.
+
Fixed a bug that prevented SMB host name resolution.
+
+
+
2020-04-15 Ver2.25
+
+
Added 窶徊peg窶 and 窶徊pe窶 file extensions to the archive.
+
Made "Conn to AP" in WiFi option to not need lotion permissions.
+
The length of the file name will be an error if it is longer than 255 bytes.
+
Added an option to ignore the time difference between Daylight Saving Time and Standard Time.
+
Added jcifs-ng 2.1.4 to the SMB protocol.
+
+
+
2019-11-28 Ver2.24
+
+
Prevent app crash
+
+
+
2019-09-23 Ver2.23
+
+
Resolves a bug that prevents scheduled startup from overwriting charging options
+
+
+
2019-09-07 Ver2.22
+
+
Fixed a bug that cannot create a directory in Archive to SMB.
+
The timestamp was used for temporary file names when writing to SMB.
+
+
+
2019-09-04 Ver2.21
+
+
Adjusted the text color in Light Theme.
+
+
+
2019-08-16 Ver2.20
+
+
Prevent app crash when show log file.
+
+
+
2019-08-16 Ver2.19
+
+
The sample task was not created.
+
Don't save automatically when sync task is empty.
+
Prevent forced termination by sending history.
+
+
+
2019-08-15 Ver2.18
+
+
It corresponds when crashing when writing to SDCARD.
+
Added the option to change "Sync start only while charging" in scheduling.
+
Changed the directory where the log is stored to an app-specific directory.
+
+
+
2019-07-09 Ver2.17
+
+
Prevent app crash when import of the sync task list.
+
+
+
2019-07-08 Ver2.13-2.16
+
+
Prevent app crah
+
+
+
2019-07-08 Ver2.12
+
+
The synchronization task list is automatically saved when the synchronization task list is changed, the schedule is changed, and the synchronization task list is imported. However, if you reinstall or initialize the app, you will not be able to recover your account name or password from the previous autosave file.
+
+
+
2019-06-27 Ver2.11
+
+
Fixed a bug that directory can not be created in SMB directory selection screen.
+
Fixed a bug that schedule settings can not be restored.
+
+
+
2019-06-22 Ver2.10
+
+
Fixed a bug that cannot be renamed the schedule
+
+
+
2019-06-21 Ver2.09
+
+
Improve schedule notation.
+
+
+
2019-06-21 Ver2.08
+
+
Added schedule editing and settings tab.
+
The icon at the top of the screen enables or disables the scheduling function.
+
Added the option to delete the master directory when it is empty during the move.
+
+
+
2019-06-15 Ver2.07
+
+
Add black theme
+
+
+
2019-06-09 Ver2.06
+
+
The contents of the Message tab are saved up to 5000 lines.
+
Improved message display when synchronous start request and accepted synchronization start request were not performed.
+
+
+
2019-05-29 Ver2.05
+
+
Supported when IPV6 addresses are returned in name resolution from DNS
+
Resolves a bug that kills when unable to get the date and time from EXIF in the archive.
+
+
+
2019-05-15 Ver2.04
+
+
Solved the bug that the file name is the same but the error is caused by the difference between upper and lower case in synchronization with SDCARD
+
+
+
2019-05-14 Ver2.03
+
+
Avoid NPE in SMB folder editing
+
+
+
2019-05-13 Ver2.02
+
+
Avoid crash in sync task editing in Android 5.0
+
Avoid crash on SMB Server Scan
+
Change of SDCARD recognition method
+
+
+
2019-05-11 Ver2.01
+
+
Added option to allow sync with global IP address
+
+
+
2019-05-02 Ver2.00
+
+
Enabled to sync on networks other than WiFi.
+
Fix a bug that shows errors on the schedule.
+
The operation of the schedule list (deletion, addition, renaming, editing, etc.) is immediately reflected.
+
+
+
2019-04-27 Ver1.99
+
+
Resolves a bug that SDCARD cannot recognize.
+
+
+
2019-04-19 Ver1.98
+
+
Improved the Write permission of SDCARD/USB media in Android 7 or higher.
+
+
+
2019-04-18 Ver1.97
+
+
Added option for SMB V2/3 (Please enable 窶弑se SMB2 Negotiation窶 when SMB V2/3 can not be used on SMB2.02 devices)
+
In the schedule function, when the app does not turn on Wi-Fi, the Wi-Fi is not turned off.
+
+
+
2019-04-10 Ver1.96
+
+
Ver1.80 not crash when migrating from earlier versions to the latest version.
+
+
+
2019-04-09 Ver1.95
+
+
SMB Server Search results enabled to display the SMB version.
+
Improved SDCARD/USB media-related notation.
+
The SMB protocol default when adding the synchronization task was changed from SMBv1 to SMBv2/3.
+
+
+
2019-03-29 Ver1.94
+
+
Support SMB V3 protocol (SMB V2/3 (2.12))
+
+
+
2019-03-23 Ver1.93
+
+
Adding and correcting error messages
+
+
+
2019-03-16 Ver1.92
+
+
NPE Prevention in renaming schedules
+
+
+
2019-03-04 Ver1.91
+
+
Fixed a bug that failed to break when writing a problem or question in system information.
+
+
+
2019-03-03 Ver1.90
+
+
Fixed a bug that would cause an error when a ZIP file does not exist in sync to zip.
+
+
+
2019-02-23 Ver1.89
+
+
A warning message is displayed when the location service is disabled in ANDROID9.
+
+
+
2019-02-23 Ver1.88
+
+
ANR avoidance.
+
A warning message is displayed when the shooting date and time cannot be retrieved with Copy/move.
+
+
+
2019-02-18 Ver1.87
+
+
Added jcifs-ng 2.11 (SMBv2 (2.11)) to the SMB protocol
+
Copy/Move allows you to use JPG/GIF/MP4/MOV shooting date in target directory name.
+
Improved SDCARD processing speed
+
+
+
2019-01-31 Ver1.86
+
+
ANR avoidance in file selection.
+
+
+
2019-01-26 Ver1.85
+
+
Fixed bug that SDCARD-TO-USB and USB-TO-SDCARD are not processed
+
+
+
2019-01-18 Ver1.84
+
+
To include SMB v1 logs in the app log
+
+
+
2019-01-14 Ver1.83
+
+
NPE prevention in file/directory selection.
+
+
+
2019-01-13 Ver1.82
+
+
Made SDcard available for task Export/task Import
+
+
+
2019-01-10 Ver1.81
+
+
ANR avoidance in file selection.
+
Fixed a problem that SDCARD can not be used on Android 9.
+
+
+
2019-01-03 Ver1.80
+
+
English notation was improved.
+
Allow password authentication to access some features by settings.
+
Hide SMB folder's account name and password by settings.
+
Fixed a bug where the retention period was ignored in the archive.
+
+
+
2018-11-04 Ver1.79
+
+
Added option to skip directories/files where unusable characters are used.
+
+
+
2018-10-26 Ver1.78
+
+
Fixed bug that directory selection of internal storage can not be done by long press
+
Added error message when synchronizing from internal storage to SMB/SDCARD/USB media when using characters that can not be used with file name or directory name
+
The Wi-Fi IP address can be specified as the condition that sync can be started in the sync task. (Please use if you do not want to enable location service to get SSID on Android 9)
+
+
+
2018-09-07 Ver1.77
+
+
Changed not to display archive options in master folder
+
+
+
2018-09-04 Ver1.76
+
+
Changed to show options in archive in target folder
+
Added option to use Android standard function for handling messages on message tab(Settings-Other-Text processing of sync messages)
+If you see symptoms such as no message display or forced termination on the Sync Message tab, please enable it.
+
+
+
2018-09-01 Ver1.75
+
+
Changed the name from "external SDCARD" to "SDCARD"
+
Fix minor bug
+
+
+
2018-08-30 Ver1.74
+
+
Resolved a bug that could corrupt ZIP files with mirror to ZIP file
+
+
+
2018-08-30 Ver1.73
+
+
Add 1 to 4 minutes to the interval schedule
+
Fix minor bug
+
+
+
2018-08-27 Ver1.72
+
+
Fix minor bug
+
+
+
2018-08-26 Ver1.71
+
+
A confirmation message is displayed when shooting date and time can not be acquired from Exif at the time of archiving.
+
Add the monthly schedule
+
+
+
2018-08-15 Ver1.70
+
+
Resolved bug that file is not selected/excluded by file filter
+
+
+
2018-08-13 Ver1.69
+
+
Fixed a bug that crashes with synchronization from Android/data/ on SDCARD.
+
Added a sync button on Sync task list
+
An option for dealing with the delay of synchronization during sleep in some models was added to the setting.
+
To support USB media.
+
+
+
2018-07-11 Ver1.68
+
+
Fixed a bug that can not be selected by pressing and holding on the directory selection screen
+
+
+
2018-07-11 Ver1.67
+
+
Fixed a bug that can not be selected by pressing long on the directory selection filter screen.
+
+
+
2018-07-04 Ver1.66
+
+
Resolved a bug that crashes with capturing date and time in archive.
+
Resolved bug that SDCARD can not be selected.
+
+
+
2018-06-28縲Ver1.65
+
+
Delete " Do not change the file contents until the copy/move is complete" of the synchronous option and always make " Do not change the file contents until the copy/move is complete".
+
Improved the recognition method of SDCARD so that UUID can use 0000-0000.
+
When the file information of SDCARD is different from the media store, a warning message is displayed and synchronized using the information of the file.
+
+
+
2018-06-22縲Ver1.64
+
+
I set Coarse location permissions only for Android 8.1 so that I will not request permission every time.
+
It corresponds to the fact that the last update time of the file can not be changed with some models
+
+
+
2018-06-13縲Ver1.63
+
+
Change of SDCARD recognition method
+
Enabled SDCARD selection from the menu
+
It was to avoid an error in sync during sleep in Android8.1
+
+
+
2018-06-12縲Ver1.62
+
+
Added send button to system information.
+
+
+
2018-06-10縲Ver1.61
+
+
Fixed a bug that crashes when importing encrypted task list
+
+
+
2018-06-08縲Ver1.60
+
+
Fixed a bug where notification messages are always displayed
+
+
+
2018-06-07縲Ver1.57-1.59
+
+
Fixed a bug that overwrites incorrectly if you repeatedly sync to SDCARD
+
Fixed a bug that may fail to write to SDCARD on Android 7 and higher
+
+
+
2018-06-05縲Ver1.56
+
+
Fixed a bug that external SDCARD could not be selected with some models.
+
+
+
2018-06-05縲Ver1.55
+
+
Fixed loop bug when target folder is ZIP and SDCARD selection when saving to SDCARD
+
+
+
2018-06-03縲Ver1.54
+
+
Avoid bug that display is disturbed on some tablets
+
Vibration and sound uninterrupted when the end of the sync
+
+
+
2018-05-20縲Ver1.53
+
+
The last update time of the file written to SDCARD on Android 7.0 and later is made the same as the copy source file
+
Fixed a bug where only the first scheduled items on multiple schedules are executed.
+
+
+
2018-05-14縲Ver1.52
+
+
Prevent application crash when sync task edit.
+
+
+
2018-05-13縲Ver1.50-1.51
+
+
Avoid the application crash when the sync start time
+
+
+
2018-05-13縲Ver1.49
+
+
Prevent App crash
+
+
+
2018-05-12縲Ver1.47-1.48
+
+
Add archive to sync type.
+You can move photos and video files from master to target, you can archive more than 7 days or more than 1 year since the shooting date and time.
+
Added option to judge as difference file only when master file size is large. (The special option "Only when the file size of the master is large is determined as the difference file")
+
Fixed a bug that only one run when multiple schedules were executed at the same time. (However, you can not schedule the same synchronization task at the same time)
+
+
+
2018-05-02縲Ver1.45-1.46
+
+
To prevent app crash
+
Added mp4 to "Sync video files"
+
When the file is copied to the internal storage, it is set to the same last update time as the copy source
+
+
+
2018-04-16縲Ver1.44
+
+
When "[" or "]" is included in the directory name or file name, it will not disappear when restarting the application
+
Added option to restore SMB1 setting value to initial value in setting
+
+
+
2018-04-12縲Ver1.43
+
+
When the last update time of the file copied/moved to the SMB folder can not be made the same as the copy source, a message is displayed so that it is not set as an error.
+
Change the default value of SMB1 setting
+ぁ lmCompatibility -> 3
+ぁ Use extended security -> true
+
+
+
2018-04-10縲Ver1.42
+
+
Fixed a bug that SDCARD directory can not be selected
+
+
+
2018-04-09縲Ver1.40-41
+
+
Fixed a bug that caused Access Denied to sync to SMB server
+
Fixed a bug that application crash
+
+
+
2018-04-08縲Ver1.39
+
+
Avoid "TreeId is NULL" error on SMB2
+
Resolved a bug that SMB-SMB move fails
+
Resolved a bug that crashes rarely with SMB sync folder editing
+
It is possible to set not to create details of synchronization history (Settings -> Sync -> Sync History)
+
+
+
2018-04-02縲Ver1.38
+
+
A directory can be created by directory selection from SMB server
+
Fixed a bug that anonymous login failure
+
+
+
2018-04-01縲Ver1.36-37
+
+
Correction of SMB Protocol processing
+
+
+
2018-03-31縲Ver1.35
+
+
Separate processing at SMB1 and SMB2
+
+
+
2018-03-31縲Ver1.34
+
+
Change SMB protocol to "SMB 1 only" when creating new sync task
+
+
+
2018-03-30縲Ver1.33
+
+
We responded to problems with SMB1 equipment accompanying SMB2 support.
+
+
+
2018-03-28縲Ver1.32
+
+
Fixed a bug that SMB - SDCARD/Internal storage deletes files with mirror
+
+
+
2018-03-27縲Ver1.31
+
+
SMB2(2.01) enabled.
+
+
+
2018-03-20縲Ver1.29-1.30
+
+
To allow for multiple schedule
+
窶彜ync is started only during charging" is added to the sync task option
+
Prevented excluded directories from being created as empty directories
+
Improved deletion of unusable characters by directory and file name
+
+
+
2018-02-28縲Ver1.28
+
+
To the exclusion of higher-level directory in the directory filters, and lower directory If you select a sub-directory will be synchronized. (It becomes valid when checking "Use expanded directory selection/exclusion filter" in the synchronization task)
+
Add to sync task the option to display a warning message to the sync task at the start when you are not connected to the SSID of the Wi-Fi access point list to start the next task.
+
+
+
2018-02-22縲Ver1.27
+
+
Fixed a bug that will be copied every time in synchronization from SMB to SDCARD
+
Added keyword of year/month/day to target directory or ZIP file name. Keywords are replaced by the year, month and date at the start of sync task.
+-%YEAR% the year (such as 2018 or 2019)
+-%MONTH% month (01 to 12)
+-%DAY% day (01 to 31)
+-%DAY-OF-YEAR% days since the beginning of the year (001 to 縲365, leap year 366)
+
+
+
2018-02-16縲Ver1.26
+
+
Added synchronization between SMB servers.
+
Shortcut is to be created in the Android 8.
+
0 byte files when synchronized to an external SDCARD was not allowed to be created in test mode.
+
+
+
2016-11-07縲Ver1.25
+
+
In synchronization with the SMB server, eliminating the problem of an error during synchronization.
+
Change the internal processing of external SDCARD access.
+
+
+
2016-10-24縲Ver1.24
+
+
Using the DNS when a failed SMB name resolution has to be the name resolution. However, the need is that the name is specified by FQDN as such win-srv.test.domain.com.
+
+
+
2016-09-30縲Ver1.23
+
+
To be able to set the volume of the notification sound.
+
+
+
2016-09-26縲Ver1.22
+
+
Resolve the bug that option is not saved in the "To use the last update time of the file to the difference judgment" and "To use the file size to the difference judgment"
+
+
+
2016-09-23縲Ver1.21
+
+
Added an option to show a notification message.
+
+
+
2016-09-01縲Ver1.20
+
+
Resolve the bug that empty directory is not sync with the sync to external SDCARD.
+
+
+
2016-08-21縲Ver1.19
+
+
Allowed to prevent the overwriting of files in the sync options.
+
+
+
2016-08-16縲Ver1.18
+
+
Disable FastScroll in the Directory selection screen
+
+
+
2016-08-02縲Ver1.17
+
+
Resolve the bug that duplicated in synchronization start from the external application
+
Reduction of the deletion time in the mirror to the ZIP file
+
+
+
2016-06-26縲Ver1.16
+
+
Resolve the bug that can not be external SD card recognition
+
+
+
2016-06-26縲Ver1.15
+
+
Added USB folder path(/storage/emulated/UsbDriveA, /storage/emulated/UsbDriveB)
+
+
+
2016-06-25縲Ver1.14
+
+
Resolve an empty directory is not reflected bug when synchronized with the ZIP
+
+
+
2016-06-23縲Ver1.13
+
+
Add sync, copy or move from the internal storage to the ZIP file (internal storage or external SDCARD)
+
+
+
2016-06-17縲Ver1.12
+
+
Add path /Removable/MicroSD for SDCARD
+
+
+
2016-06-17縲Ver1.11
+
+
Resolve the bug to be killed when the application is started with the intent at the time of the screen off.
+
+
+
2016-06-13縲Ver1.10
+
+
Resolve the bug of name resolution of the SMB host name.
+
Notification messages display optimization.
+
+
+
2016-05-29縲Ver1.09
+
+
It was strictly a test to access the same directory on the master and the target.
+
Resolve the bug to be killed in the deletion of the WiFi access point.
+
+
+
2016-05-25縲Ver1.08
+
+
Add help to the synchronization task add and edit screen
+
Change the UI of the file selection, 1. Selection is to tap the name of the file or directory name. 2. display of the sub-directory is to tap the left edge of the icon. 3. abolish the long tap.
+
Added an option to fix the orientation of the screen to portrait
+
+
+
2016-05-16縲Ver1.07
+
+
Change the Help file to link to the Google Drive has a small file size.
+
Resolve the bug that can not be added in the file and directory filter.
+
Improve the UI of the file filter
+
+
+
2016-05-07縲Ver1.06
+
+
Add external SDCARD path (/storage/MicroSD, /storage/extSdCard and /mnt/extSdCard)
+
Resolve not copied bug in synchronization to an external SD card
+
+
+
2016-05-03縲Ver1.05
+
+
It was to be able to specify a wireless LAN access point to allow sync with the sync options.
+
Improved the user interface for the selection of external SDCARD.
+
+
+
2016-04-16縲Ver1.04
+
+
To be able to import a task list from exported SMBSync profile.
+
+
+
2016-04-14縲Ver1.03
+
+
Improve performance
+
Resolve the bug that settings value is not restored during import task list.
+
+
+
2016-04-10縲Ver1.02
+
+
Fixed a bug that not be moved a file from SDCARD.
+
Resolve the bug can not be mirrored in the some of the directory.
+
+
+
2016-04-09 Ver1.00
+
+
Initial release
+
+
+
+
\ No newline at end of file
diff --git a/SMBSync2/src/main/assets/SMBSync2_Change_JA.files/image001.png b/SMBSync2/src/main/assets/SMBSync2_Change_JA.files/image001.png
deleted file mode 100644
index 59fbf1f1..00000000
Binary files a/SMBSync2/src/main/assets/SMBSync2_Change_JA.files/image001.png and /dev/null differ
diff --git a/SMBSync2/src/main/assets/SMBSync2_Change_JA.files/image002.png b/SMBSync2/src/main/assets/SMBSync2_Change_JA.files/image002.png
deleted file mode 100644
index 15ff5e63..00000000
Binary files a/SMBSync2/src/main/assets/SMBSync2_Change_JA.files/image002.png and /dev/null differ
diff --git a/SMBSync2/src/main/assets/SMBSync2_Change_JA.files/image003.png b/SMBSync2/src/main/assets/SMBSync2_Change_JA.files/image003.png
deleted file mode 100644
index ebebbd4a..00000000
Binary files a/SMBSync2/src/main/assets/SMBSync2_Change_JA.files/image003.png and /dev/null differ
diff --git a/SMBSync2/src/main/assets/SMBSync2_Change_JA.files/image004.png b/SMBSync2/src/main/assets/SMBSync2_Change_JA.files/image004.png
deleted file mode 100644
index d8ac9317..00000000
Binary files a/SMBSync2/src/main/assets/SMBSync2_Change_JA.files/image004.png and /dev/null differ
diff --git a/SMBSync2/src/main/assets/SMBSync2_Change_JA.files/image005.png b/SMBSync2/src/main/assets/SMBSync2_Change_JA.files/image005.png
deleted file mode 100644
index 0bba9ecc..00000000
Binary files a/SMBSync2/src/main/assets/SMBSync2_Change_JA.files/image005.png and /dev/null differ
diff --git a/SMBSync2/src/main/assets/SMBSync2_Change_JA.htm b/SMBSync2/src/main/assets/SMBSync2_Change_JA.htm
deleted file mode 100644
index 54aab2f8..00000000
--- a/SMBSync2/src/main/assets/SMBSync2_Change_JA.htm
+++ /dev/null
@@ -1,2482 +0,0 @@
-
-
-
-
-
-SMBSync2 change log
-
-
-
-
-
-
-
SMBSync2 is a tool for synchronizing files via wireless
-LAN using SMB1,SMB2 or SMB3 protocol between the internal storage of Android
-terminal, SDCARD and PC/NAS. Synchronization is a one-way from the master to
-the target. Mirror, Move, Copy and Archive modes are supported. Many storage
-combinations are supported (Internal storage, SDCARD, OTG-USB, SMB, ZIP)
-
-
Sync can be automatically started by external applications
-(Tasker, AutoMagic etc) or SMBSync2 schedule.
-
-
-
-
Sync occurs between two folder pairs called the Master
-(source folder) and the Target (destination folder). It is a one direction
-Sync, from the Master to the Target.
-
-
-
-
The supported Sync modes are:
-
-
-
-
-Mirror
-
-
The
-target folder is kept as an exact copy of the master. If a file is different
-between the master and the target, the file on the master overwrites the file
-on the target. Folder and files not present on the target are copied from the
-master. Files and folders that do not exist on the master are also deleted from
-the target. Only modified files (by size and/or
-date/time) are updated on the target.
-
-
-
-
-
-
-Move
-
-
If
-a file is different between the master and the target, the file on the master
-overwrites the file on the target. Once copied to the target, files and folders
-are deleted from the master (like move command).
-
-
Only
-modified files (by size and/or date/time) are copied to the target. Identical
-files, based on the selected compare criteria, are deleted from the master
-without being copied. Files and folders on the target, not present on the master,
-are obviously preserved.
If a file is
-different between the master and the target, the file on the master overwrites
-the file on the target. Once copied to the target, files and folders are kept
-on the master (like a copy command).
-
-
Only
-modified files (by size and/or date/time) are copied to the target. Identical
-files, based on the selected compare criteria, are ignored and not copied again.
-
-
-
-
-Archive
-
-
Archive
-photos and videos by Moving them from the master to the target folder. Specific
-medias criteria can be specified for archiving: shooting date/time, date and
-time of last archive execution (such as 7 days or earlier or 30 days or earlier).
-
-
ZIP
-cannot be specified as a target for Archive operations.
-
-
-
-
Compare criteria:
-
-
Files are considered different based on these criteria:
-
-
1.File/folder
-name exists only on master or target, not on both sides
-
-
2.Files
-have different sizes
-
-
3.Files
-have a different time stamp (last modification date and time)
-
-
-
-
In Advanced
-Options, many compare settings can be adjusted: time tolerance interval can be
-set to ignore difference if less than 1, 3, 5 or 10 sec for compatibility with
-FAT/exFAT medias. Ignore Daylight Saving time is supported. Option to not
-overwrite target file if it is newer than the master or if it is larger in
-size…
-
-
When target is
-on Internal Storage or on the SD Card, most Android systems do not permit
-setting the last modified time of the target file to match the time of the
-source file. When target is SMB (PC/NAS), or OTG-USB storage, this is usually
-not an issue. SMSync2 detects if the time/date can be set on the target to
-match the source file. If not, the last update time of the file is recorded in
-the application database files. It is then used to compare the files and check
-if they differ by time. In that case, if you try to synchronize the
-master/target pair with a third-party application or if SMBSync2 data files are
-erased, the source files will be copied again to the target. You can set the
-option to “Not overwrite destination file if it is newer than the master” in
-addition to comparing by size to overcome this issue.
SMBSync2 is a tool for synchronizing files via wireless LAN using SMB1,SMB2 or SMB3 protocol between the internal storage of Android terminal, SDCARD and PC/NAS. Synchronization is a one-way from the master to the target. Mirror, Move, Copy and Archive modes are supported. Many storage combinations are supported (Internal storage, SDCARD, OTG-USB, SMB, ZIP)
+Sync can be automatically started by external applications (Tasker, AutoMagic etc) or SMBSync2 schedule.
+Sync occurs between two folder pairs called the Master (source folder) and the Target (destination folder). It is a one direction Sync, from the Master to the Target.
+
The supported Sync modes are:
+
+
Mirror
+
The target folder is kept as an exact copy of the master. If a file is different between the master and the target, the file on the master overwrites the file on the target. Folder and files not present on the target are copied from the master. Files and folders that do not exist on the master are also deleted from the target. Only modified files (by size and/or date/time) are updated on the target.
+
+
Move
+
If a file is different between the master and the target, the file on the master overwrites the file on the target. Once copied to the target, files and folders are deleted from the master (like move command).
+Only modified files (by size and/or date/time) are copied to the target. Identical files, based on the selected compare criteria, are deleted from the master without being copied. Files and folders on the target, not present on the master, are obviously preserved.
+
+
Copy
+
Same as Move, but files are not deleted from the master after being copied.
+If a file is different between the master and the target, the file on the master overwrites the file on the target. Once copied to the target, files and folders are kept on the master (like a copy command).
+Only modified files (by size and/or date/time) are copied to the target. Identical files, based on the selected compare criteria, are ignored and not copied again.
+
+
Archive
+
Archive photos and videos by Moving them from the master to the target folder. Specific medias criteria can be specified for archiving: shooting date/time, date and time of last archive execution (such as 7 days or earlier or 30 days or earlier).
+ZIP cannot be specified as a target for Archive operations.
+
+
+
+
Compare criteria:
+Files are considered different based on these criteria:
+
+
File/folder name exists only on master or target, not on both sides
+
Files have different sizes
+
Files have a different time stamp (last modification date and time)
+
+
+
In Advanced Options, many compare settings can be adjusted: time tolerance interval can be set to ignore difference if less than 1, 3, 5 or 10 sec for compatibility with FAT/exFAT medias. Ignore Daylight Saving time is supported. Option to not overwrite target file if it is newer than the master or if it is larger in size窶ヲ
+When target is on Internal Storage or on the SD Card, most Android systems do not permit setting the last modified time of the target file to match the time of the source file. When target is SMB (PC/NAS), or OTG-USB storage, this is usually not an issue. SMSync2 detects if the time/date can be set on the target to match the source file. If not, the last update time of the file is recorded in the application database files. It is then used to compare the files and check if they differ by time. In that case, if you try to synchronize the master/target pair with a third-party application or if SMBSync2 data files are erased, the source files will be copied again to the target. You can set the option to 窶廸ot overwrite destination file if it is newer than the master窶 in addition to comparing by size to overcome this issue.
SMBSync2 est un outil permettant de synchroniser des
-fichiers via un réseau local sans fil en utilisant le protocole SMB1, SMB2 ou
-SMB3 entre le stockage interne du terminal Android, SDCARD et PC/NAS. La
-synchronisation est un aller simple du maître à la cible. Les modes miroir,
-déplacement, copie et archivage sont pris en charge. De nombreuses combinaisons
-de stockage sont supportées (stockage interne, SDCARD, OTG-USB, SMB, ZIP)
-
-
La synchronisation peut être lancée automatiquement par
-des applications externes (Tasker, AutoMagic, etc.) ou par le programme
-SMBSync2.
-
-
-
-
La synchronisation s'effectue entre deux paires de
-dossiers appelés le Master (dossier source) et le Target (dossier de
-destination). Il s'agit d'une synchronisation unidirectionnelle, du maître à la
-cible.
-
-
-
-
Les modes de synchronisation pris en charge sont les
-suivants:
-
-
-
-
-Miroir
-
-
Le
-dossier cible est conservé comme une copie exacte du dossier principal. Si un
-fichier est différent entre le dossier principal et le dossier cible, le
-fichier principal écrase le fichier cible. Les dossiers et fichiers non
-présents sur la cible sont copiés à partir du master. Les fichiers et dossiers
-qui n'existent pas sur le master sont également supprimés de la cible. Seuls
-les fichiers modifiés (par la taille et/ou la date/heure) sont mis à jour dans
-la cible.
-
-
-
-
-Déplacement
-
-
Si un fichier est
-différent entre le maître et la cible, le fichier sur le maître écrase le
-fichier sur la cible. Une fois copiés sur la cible, les fichiers et les
-dossiers sont supprimés du master (comme la commande move).
-
-
Seuls
-les fichiers modifiés (par la taille et/ou la date/heure) sont copiés dans la
-cible. Les fichiers identiques, sur la base des critères de comparaison
-sélectionnés, sont supprimés du fichier maître sans être copiés. Les fichiers
-et dossiers de la cible, non présents sur le master, sont évidemment préservés.
-
-
-
-
-Copie
-
-
Même
-chose que pour Move, mais les fichiers ne sont pas supprimés du master après
-avoir été copiés.
-
-
Si
-un fichier est différent entre le master et la cible, le fichier du master
-écrase le fichier de la cible. Une fois copiés sur la cible, les fichiers et
-les dossiers sont conservés sur le master (comme une commande de copie).
-
-
Seuls
-les fichiers modifiés (par la taille et/ou la date/heure) sont copiés vers la
-cible. Les fichiers identiques, sur la base des critères de comparaison
-sélectionnés, sont ignorés et ne sont pas copiés à nouveau.
-
-
-
-
-Archives
-
-
Archivez
-des photos et des vidéos en les déplaçant du dossier principal au dossier
-cible. Des critères spécifiques aux médias peuvent être spécifiés pour
-l'archivage : date/heure de tournage, date et heure de la dernière exécution de
-l'archive (par exemple 7 jours ou plus tôt ou 30 jours ou plus tôt).
-
-
Le
-ZIP ne peut pas être spécifié comme cible pour les opérations d'archivage.
-
-
-
-
Comparer les critères :
-
-
Les dossiers sont considérés comme différents sur la
-base de ces critères:
-
-
1.Le
-nom du fichier/dossier n'existe que sur le maître ou la cible, et non sur les
-deux côtés
-
-
2.Les
-fichiers ont des tailles différentes
-
-
3.Les
-fichiers ont un horodatage différent (date et heure de la dernière
-modification)
-
-
-
-
Dans les options avancées, de nombreux paramètres de
-comparaison peuvent être ajustés : l'intervalle de tolérance temporelle peut
-être réglé pour ignorer la différence si elle est inférieure à 1, 3, 5 ou 10
-secondes pour la compatibilité avec les médias FAT/exFAT. Ignorer l'heure d'été
-est pris en charge. Possibilité de ne pas écraser le fichier cible s'il est
-plus récent que le fichier maître ou s'il est plus volumineux...
-
-
Lorsque la cible se trouve sur le stockage interne ou sur la
-carte SD, la plupart des systèmes Android ne permettent pas de régler l'heure
-de la dernière modification du fichier cible pour qu'elle corresponde à l'heure
-du fichier source. Lorsque la cible est une SMB (PC/NAS), ou un stockage
-OTG-USB, cela ne pose généralement pas de problème. SMSync2 détecte si
-l'heure/la date peut être réglée sur la cible pour correspondre au fichier
-source. Si ce n'est pas le cas, la dernière heure de mise à jour du fichier est
-enregistrée dans les fichiers de la base de données de l'application. Elle est
-ensuite utilisée pour comparer les fichiers et vérifier s'ils diffèrent dans le
-temps. Dans ce cas, si vous essayez de synchroniser la paire maître/cible avec
-une application tierce ou si les fichiers de données SMBSync2 sont effacés, les
-fichiers sources seront à nouveau copiés sur la cible. Vous pouvez régler
-l'option "Ne pas écraser le fichier de destination s'il est plus récent
-que le maître" en plus de la comparaison par taille pour surmonter ce problème.
SMBSync2 est un outil permettant de synchroniser des fichiers via un rテゥseau local sans fil en utilisant le protocole SMB1, SMB2 ou SMB3 entre le stockage interne du terminal Android, SDCARD et PC/NAS. La synchronisation est un aller simple du maテョtre テ la cible. Les modes miroir, dテゥplacement, copie et archivage sont pris en charge. De nombreuses combinaisons de stockage sont supportテゥes (stockage interne, SDCARD, OTG-USB, SMB, ZIP)
+
La synchronisation peut テェtre lancテゥe automatiquement par des applications externes (Tasker, AutoMagic, etc.) ou par le programme SMBSync2.
+
La synchronisation s'effectue entre deux paires de dossiers appelテゥs le Master (dossier source) et le Target (dossier de destination). Il s'agit d'une synchronisation unidirectionnelle, du maテョtre テ la cible.
+
Les modes de synchronisation pris en charge sont les suivants:
+
+
Miroir
+
Le dossier cible est conservテゥ comme une copie exacte du dossier principal. Si un fichier est diffテゥrent entre le dossier principal et le dossier cible, le fichier principal テゥcrase le fichier cible. Les dossiers et fichiers non prテゥsents sur la cible sont copiテゥs テ partir du master. Les fichiers et dossiers qui n'existent pas sur le master sont テゥgalement supprimテゥs de la cible. Seuls les fichiers modifiテゥs (par la taille et/ou la date/heure) sont mis テ jour dans la cible.
+
+
Dテゥplacement
+
Si un fichier est diffテゥrent entre le maテョtre et la cible, le fichier sur le maテョtre テゥcrase le fichier sur la cible. Une fois copiテゥs sur la cible, les fichiers et les dossiers sont supprimテゥs du master (comme la commande move).
+Seuls les fichiers modifiテゥs (par la taille et/ou la date/heure) sont copiテゥs dans la cible. Les fichiers identiques, sur la base des critティres de comparaison sテゥlectionnテゥs, sont supprimテゥs du fichier maテョtre sans テェtre copiテゥs. Les fichiers et dossiers de la cible, non prテゥsents sur le master, sont テゥvidemment prテゥservテゥs.
+
+
Copie
+
Mテェme chose que pour Move, mais les fichiers ne sont pas supprimテゥs du master aprティs avoir テゥtテゥ copiテゥs.
+Si un fichier est diffテゥrent entre le master et la cible, le fichier du master テゥcrase le fichier de la cible. Une fois copiテゥs sur la cible, les fichiers et les dossiers sont conservテゥs sur le master (comme une commande de copie).
+Seuls les fichiers modifiテゥs (par la taille et/ou la date/heure) sont copiテゥs vers la cible. Les fichiers identiques, sur la base des critティres de comparaison sテゥlectionnテゥs, sont ignorテゥs et ne sont pas copiテゥs テ nouveau.
+
+
Archives
+
Archivez des photos et des vidテゥos en les dテゥplaテァant du dossier principal au dossier cible. Des critティres spテゥcifiques aux mテゥdias peuvent テェtre spテゥcifiテゥs pour l'archivage : date/heure de tournage, date et heure de la derniティre exテゥcution de l'archive (par exemple 7 jours ou plus tテエt ou 30 jours ou plus tテエt).
+Le ZIP ne peut pas テェtre spテゥcifiテゥ comme cible pour les opテゥrations d'archivage.
+
+
+
+
Comparer les critティres :
+
Les dossiers sont considテゥrテゥs comme diffテゥrents sur la base de ces critティres:
+
+
Le nom du fichier/dossier n'existe que sur le maテョtre ou la cible, et non sur les deux cテエtテゥs
+
Les fichiers ont des tailles diffテゥrentes
+
Les fichiers ont un horodatage diffテゥrent (date et heure de la derniティre modification)
+
+
+
Dans les options avancテゥes, de nombreux paramティtres de comparaison peuvent テェtre ajustテゥs : l'intervalle de tolテゥrance temporelle peut テェtre rテゥglテゥ pour ignorer la diffテゥrence si elle est infテゥrieure テ 1, 3, 5 ou 10 secondes pour la compatibilitテゥ avec les mテゥdias FAT/exFAT. Ignorer l'heure d'テゥtテゥ est pris en charge. Possibilitテゥ de ne pas テゥcraser le fichier cible s'il est plus rテゥcent que le fichier maテョtre ou s'il est plus volumineux...
+
Lorsque la cible se trouve sur le stockage interne ou sur la carte SD, la plupart des systティmes Android ne permettent pas de rテゥgler l'heure de la derniティre modification du fichier cible pour qu'elle corresponde テ l'heure du fichier source. Lorsque la cible est une SMB (PC/NAS), ou un stockage OTG-USB, cela ne pose gテゥnテゥralement pas de problティme. SMSync2 dテゥtecte si l'heure/la date peut テェtre rテゥglテゥe sur la cible pour correspondre au fichier source. Si ce n'est pas le cas, la derniティre heure de mise テ jour du fichier est enregistrテゥe dans les fichiers de la base de donnテゥes de l'application. Elle est ensuite utilisテゥe pour comparer les fichiers et vテゥrifier s'ils diffティrent dans le temps. Dans ce cas, si vous essayez de synchroniser la paire maテョtre/cible avec une application tierce ou si les fichiers de donnテゥes SMBSync2 sont effacテゥs, les fichiers sources seront テ nouveau copiテゥs sur la cible. Vous pouvez rテゥgler l'option "Ne pas テゥcraser le fichier de destination s'il est plus rテゥcent que le maテョtre" en plus de la comparaison par taille pour surmonter ce problティme.
+
+
\ No newline at end of file
diff --git a/SMBSync2/src/main/assets/SMBSync2_Desc_IT_Short.html b/SMBSync2/src/main/assets/SMBSync2_Desc_IT_Short.html
new file mode 100644
index 00000000..c855b0bb
--- /dev/null
+++ b/SMBSync2/src/main/assets/SMBSync2_Desc_IT_Short.html
@@ -0,0 +1,54 @@
+
+
+
+
+SMBSync2_Desc_IT_Short
+
1. Funzioni
+
SMBSync2 ティ uno strumento per la sincronizzazione di file via LAN wireless utilizzando il protocollo SMB1, SMB2 o SMB3 tra la memoria interna del terminale Android, SDCARD e PC/NAS. La sincronizzazione ティ a senso unico dal master all'obiettivo. Sono supportate le modalitテ Mirror, Sposta, Copia e Archivia. Sono supportate molte combinazioni di archiviazione (archiviazione interna, SDCARD, OTG-USB, SMB, ZIP)La sincronizzazione puテイ essere avviata automaticamente da applicazioni esterne (Tasker, AutoMagic ecc.) o dal pianificatore SMBSync2.
+La sincronizzazione avviene tra due coppie di cartelle chiamate Master (cartella sorgente) e Target (cartella di destinazione). Si tratta di una sincronizzazione in una sola direzione, dal Master al Target.
+Le modalitテ di sincronizzazione supportate sono:
+
+
Mirror
+
La cartella di destinazione viene conservata come copia esatta del master. Se un file ティ diverso tra il master e la destinazione, il file sul master sovrascrive il file sulla destinazione. La cartella e i file non presenti sulla destinazione vengono copiati dal master. Anche i file e le cartelle non presenti sul master vengono cancellati dal master. Solo i file modificati (per dimensione e/o data/ora) vengono aggiornati sulla destinazione.
+
+
Sposta
+
Se un file ティ diverso tra il master e il target, il file sul master sovrascrive il file sul target. Una volta copiati nella destinazione, i file e le cartelle vengono cancellati dal master (come il comando sposta).
+Solo i file modificati (per dimensione e/o data/ora) vengono copiati nella destinazione. I file identici, in base ai criteri di confronto selezionati, vengono cancellati dal master senza essere copiati. I file e le cartelle sul target, non presenti sul master, vengono ovviamente conservati.
+
+
Copia
+
Come per permeti, ma i file non vengono cancellati dal master dopo essere stati copiati.
+Se un file ティ diverso tra il master e la destinazione, il file sul master sovrascrive il file sulla destinazione. Una volta copiati nella destinazione, i file e le cartelle vengono mantenuti sul master (come un comando di copia).
+Solo i file modificati (per dimensione e/o data/ora) vengono copiati sulla destinazione. I file identici, in base ai criteri di confronto selezionati, vengono ignorati e non vengono piテケ copiati.
+
+
Archivia
+
Archiviare foto e video spostandoli dal master alla cartella di destinazione. Per l'archiviazione possono essere specificati criteri specifici: data/ora di scatto, data e ora dell'ultima esecuzione dell'archivio (ad esempio 7 giorni o prima o 30 giorni o prima).
+ZIP non puテイ essere specificato come target per le operazioni di archivio.
+
+
+
+
Criteri di comparazione:
+I file sono considerati diversi in base a questi criteri:
+
+
Il nome del file/cartella esiste solo sul master o sul target, non su entrambi i lati
+
I file hanno dimensioni diverse
+
I file hanno un orario diverso (data e ora dell'ultima modifica)
+
+
+
Nelle Opzioni Avanzate ティ possibile regolare molte impostazioni di confronto: l'intervallo di tolleranza temporale puテイ essere impostato per ignorare la differenza se inferiore a 1, 3, 5 o 10 sec per la compatibilitテ con i media FAT/exFAT. Ignora l'ora legale ティ supportata. Opzione per non sovrascrivere il file di destinazione se ティ piテケ nuovo del master o se ティ di dimensioni maggiori...
+
Quando il target si trova nella memoria interna o sulla scheda SD, la maggior parte dei sistemi Android non consente di impostare l'ultimo orario modificato del file di destinazione in modo che corrisponda all'orario del file di origine. Quando il target ティ SMB (PC/NAS), o memoria OTG-USB, di solito questo non ティ un problema. SMSync2 rileva se l'ora/data puテイ essere impostata sulla destinazione per corrispondere al file di origine. In caso contrario, l'ultimo tempo di aggiornamento del file viene registrato nei file del database dell'applicazione. Viene quindi utilizzato per confrontare i file e verificare se differiscono per tempo. In tal caso, se si tenta di sincronizzare la coppia master/target con un'applicazione di terze parti o se i file di dati SMBSync2 vengono cancellati, i file di origine vengono copiati nuovamente sul target. テ possibile impostare l'opzione "Non sovrascrivere il file di destinazione se ティ piテケ recente del master", oltre al confronto per dimensioni per superare questo problema.
SMBSync2 - это инструмент для
-синхронизации файлов между внутренним хранилищем Android-устройства, SDCARD и
-PC/NAS по беспроводной локальной сети с использованием протокола SMB1, SMB2 или
-SMB3. Синхронизация является односторонней от мастера к цели и может быть
-зеркалирована, перемещена, скопирована и заархивирована. (Возможна комбинация
-внутреннего хранилища, SDCARD, SMB и ZIP).
-
-
Периодически запускать
-синхронизацию можно функцией планирования SMBSync2 или внешним приложением
-(Tasker, AutoMagic и т.д.).
-
-
-
-
-Миллер.
-
-
Каталог и
-файлы на основной стороне будут скопированы на целевую сторону (*1), а файлы и
-каталоги на целевой стороне, которые не существуют на основной стороне, будут
-удалены после завершения копирования.
-
-
-движение
-
-
Каталог и
-файл на ведущей стороне копируются на целевую сторону, а файл на ведущей
-стороне удаляется по окончании копирования. (Однако, если файл имеет то же имя,
-что и ведущий и целевой, размер файла и дата обновления одинаковы, то ведущий
-файл удаляется, а не копируется.
-
-
-копия
-
-
Файлы в
-главном каталоге копируются в целевую директорию.
-
-
архив
-
-
Фотографии и видео в основном каталоге будут перемещены к
-цели, если дата съемки 7 дней или на 30 дней раньше, чем была выполнена запись
-в архив. (Но ты не можешь использовать молнию на цели.)
-
-
-
-
Примечание 1: При выполнении
-любого из следующих трех условий файл оценивается как файл разницы и копируется
-или перемещается. Вы также можете игнорировать размер файла и время последнего
-обновления в опциях задачи синхронизации.
-
-
-Файл не существует.
-
-
-Размер файла отличается.
-
-
-Дата последнего обновления файла отличается более чем на 3
-секунды (количество секунд может быть изменено с помощью опции задачи
-синхронизации)
When you press the list directory
-button, the selectable directories are displayed. Tap on the directory you want
-to choose and then on the “Select” button. To recurse through subdirectories,
-tap the directory name.
-
-
-
-
-Directory
-
-
Please enter the target or
-master directory. If you specify a directory that does not exist in the target,
-it will be created during synchronization.
%YEAR%, %MONTH%, %DAY% and %DAY-OF-YEAR%
-can be used as target directory names. The keywords are converted into the
-year, month, and day on which the sync started.
-Append the photo/video shooting time/date to the directory name
-
-
If checked, the EXIF data of
-the backed up media is used to get the shooting date and time. The shooting
-timestamp is used and appended to the target folder. When the app is unable to
-get the shooting time from the EXIF, it uses the last modified time of the
-file.
-If the date and time cannot be determined by EXIF data, display a
-confirmation message.
-
-
If checked, when the shooting
-date and time cannot be acquired from EXIF , a confirmation message is
-displayed as to whether or not use the last modified time of the file instead.
-If you select Cancel in the confirmation dialog, the file will not be archived.
-
-
-
-
-Archive files if…
-
-
Choose the time criteria to
-determine which files to archive. Time selection is based on the photo/video
-shooting date, or the last modified time if it is not possible to acquire the
-timestamp from the EXIF header.
-
-
-Any date (all)
-
-
Archive all pictures/videos
-
-
-Older than 7 days
-
-
Archive only files with a shooting
-date older than the current time by 7 days or more
-
-
-Older than 30 days
-
-
Archive only files with a shooting
-date older than the current time by 30 days or more
-
-
-Older than 60 days
-
-
Archive only files with a shooting
-date older than the current time by 60 days or more
-
-
-Older than 90 days
-
-
Archive only files with a shooting
-date older than the current time by 90 days or more
-
-
-Older than 180 days
-
-
Archive only files with a shooting
-date older than the current time by 180 days or more
-
-
-Older than 1 year
-
-
Archive only files with a shooting
-date older than the current time by 1 year or more
-
-
-
-
-Increment file names by appending [sequence number]
-
-
Append the incremental sequence
-number to the file name when archiving.
-
-
-Do not change
-
-
Do not append a sequence number
-
-
-3 digits sequence
-
-
Append 001-999
-
-
-4 digits sequence
-
-
Append 0001-9999
-
-
-5 digits sequence
-
-
Append 00001-99999
-
-
-6 digits sequence number
-
-
Append 000001-999999
-
-
-
-
-Change the name of the file before archiving it in the target
-folder.
-
-
If checked, the file name of
-the archived file will be changed based on your selected criteria. You can append
-the date and time in the file name "File name template".
-
-
-
-
-File name template
-
-
Enter
-the patterns to use to rename the archived files. Default value is DSC_%DATE%_%TIME%
-
-
-%Original name%
-
-
Will be replaced by original
-file name during archive archiving (Ex. DSC_0001)
-
-
-%Date%
-
-
Will be replaced by the shooting
-date.(Ex. 2018-01-01)
-
-
-%Time%
-
-
Will be replaced by the
-shooting time.(Ex. 13:01:10)
-
-
-
-
The last
-line in the screen displays how your target folder and file name will look like
-once archived.
-
-
-
-
-Create a directory based on the shooting date to store the files.
-
-
Creates a time stamped directory
-where to store the archived files.
-
-
When
-checked, the "Directory name template" is displayed.
-
-
-
-
-Directory template
-
-
Enter
-the patterns to use to rename the directory to be created (exp. DIR-% YEAR% -%
-MONTH% and so on). By pressing the patterns buttons, you can enter keywords
-behind the cursor.
-
-
-%Year%
-
-
Will be
-replaced by the shooting Year. (Ex. 2018)
-
-
-%Month%
-
-
Will be
-replaced by the shooting Month (Ex. 01)
-
-
-%Day%
-
-
Will be
-replaced by the shooting Day (Ex. 29)
-
-
-
-
The last
-line in the screen displays how your target folder and file name will look like
-once archived.
Show directories list on the internal storage. When you press the list directory button, the selectable directories are displayed. Tap on the directory you want to choose and then on the 窶彜elect窶 button. To recurse through subdirectories, tap the directory name.
+
Directory
+
Please enter the target or master directory. If you specify a directory that does not exist in the target, it will be created during synchronization.
+
Add keywords
+
%YEAR%, %MONTH%, %DAY% and %DAY-OF-YEAR% can be used as target directory names. The keywords are converted into the year, month, and day on which the sync started.
+
Append the photo/video shooting time/date to the directory name
+
These options are displayed only when the sync type is Copy/Move. If checked, the EXIF data of the backed up media is used to get the shooting date and time. The shooting timestamp is used and appended to the target folder. When the app is unable to get the shooting time from the EXIF, it uses the last modified time of the file.
+
The following options are displayed only when the sync type is Archive.
+
If the date and time cannot be determined by EXIF data, display a confirmation message.
+
If checked, when the shooting date and time cannot be acquired from EXIF , a confirmation message is displayed as to whether or not use the last modified time of the file instead. If you select Cancel in the confirmation dialog, the file will not be archived.
+
Archive files if窶ヲ
+
Choose the time criteria to determine which files to archive. Time selection is based on the photo/video shooting date, or the last modified time if it is not possible to acquire the timestamp from the EXIF header.
+
+
Any date (all)
+
Archive all pictures/videos
+
+
Older than 7 days
+
Archive only files with a shooting date older than the current time by 7 days or more
+
+
Older than 30 days
+
Archive only files with a shooting date older than the current time by 30 days or more
+
+
Older than 60 days
+
Archive only files with a shooting date older than the current time by 60 days or more
+
+
Older than 90 days
+
Archive only files with a shooting date older than the current time by 90 days or more
+
+
Older than 180 days
+
Archive only files with a shooting date older than the current time by 180 days or more
+
+
Older than 1 year
+
Archive only files with a shooting date older than the current time by 1 year or more
+
+
+
+
Increment file names by appending [sequence number]
+
Append the incremental sequence number to the file name when archiving.
+
+
Do not change
+
Do not append a sequence number
+
+
3 digits sequence
+
Append 001-999
+
+
4 digits sequence
+
Append 0001-9999
+
+
digits sequence
+
Append 00001-99999
+
+
6 digits sequence number
+
Append 000001-999999
+
+
+
+
Change the name of the file before archiving it in the target folder.
+
If checked, the file name of the archived file will be changed based on your selected criteria. You can append the date and time in the file name "File name template".
+
File name template
+
Enter the patterns to use to rename the archived files. Default value is DSC_%DATE%
+
+
%ORIGINAL-NAME%
+
Will be replaced by original file name during archive archiving (Ex. DSC_0001)
+
+
%DATE%
+
Will be replaced by the shooting date.(Ex. 2018-01-01)
+
+
%TIME%
+
Will be replaced by the shooting time.(Ex. 13:01:10)
+
+
+
+
The last line in the screen displays how your target folder and file name will look like once archived.
+
Create a directory based on the shooting date to store the files.
+
Creates a time stamped directory where to store the archived files.
+
When checked, the "Directory name template" is displayed.
+
Directory template
+
Enter the patterns to use to rename the directory to be created (exp. DIR-% YEAR% -% MONTH% and so on). By pressing the patterns buttons, you can enter keywords behind the cursor.
+
+
%YEAR%
+
Will be replaced by the shooting Year. (Ex. 2018)
+
+
%MONTH%
+
Will be replaced by the shooting Month (Ex. 01)
+
+
%DAY%
+
Will be replaced by the shooting Day (Ex. 29)
+
+
+
+
The last line in the screen displays how your target folder and file name will look like once archived.
+
+
\ No newline at end of file
diff --git a/SMBSync2/src/main/assets/SMBSync2_Help_EN_folder_sdcard.files/image001.png b/SMBSync2/src/main/assets/SMBSync2_Help_EN_folder_sdcard.files/image001.png
deleted file mode 100644
index 59fbf1f1..00000000
Binary files a/SMBSync2/src/main/assets/SMBSync2_Help_EN_folder_sdcard.files/image001.png and /dev/null differ
diff --git a/SMBSync2/src/main/assets/SMBSync2_Help_EN_folder_sdcard.files/image002.png b/SMBSync2/src/main/assets/SMBSync2_Help_EN_folder_sdcard.files/image002.png
deleted file mode 100644
index 15ff5e63..00000000
Binary files a/SMBSync2/src/main/assets/SMBSync2_Help_EN_folder_sdcard.files/image002.png and /dev/null differ
diff --git a/SMBSync2/src/main/assets/SMBSync2_Help_EN_folder_sdcard.files/image003.png b/SMBSync2/src/main/assets/SMBSync2_Help_EN_folder_sdcard.files/image003.png
deleted file mode 100644
index 9200f96f..00000000
Binary files a/SMBSync2/src/main/assets/SMBSync2_Help_EN_folder_sdcard.files/image003.png and /dev/null differ
diff --git a/SMBSync2/src/main/assets/SMBSync2_Help_EN_folder_sdcard.files/image004.png b/SMBSync2/src/main/assets/SMBSync2_Help_EN_folder_sdcard.files/image004.png
deleted file mode 100644
index 5ae004bf..00000000
Binary files a/SMBSync2/src/main/assets/SMBSync2_Help_EN_folder_sdcard.files/image004.png and /dev/null differ
diff --git a/SMBSync2/src/main/assets/SMBSync2_Help_EN_folder_sdcard.htm b/SMBSync2/src/main/assets/SMBSync2_Help_EN_folder_sdcard.htm
deleted file mode 100644
index b1473c6a..00000000
--- a/SMBSync2/src/main/assets/SMBSync2_Help_EN_folder_sdcard.htm
+++ /dev/null
@@ -1,598 +0,0 @@
-
-
-
-
-
-SMBSync Description
-
-
-
-
-
-
-
-
-
-List Directories
-
-
Show directories list on the sdcard.
-
-
-
When you press the list directory
-button, the selectable directories are displayed. Tap on the directory you want
-to choose and then on the “Select” button. To recurse through subdirectories,
-tap the directory name.
-
-
-
-
-Add keywords
-
-
%YEAR%, %MONTH%, %DAY% and %DAY-OF-YEAR%
-can be used as target directory names. The keywords are converted into the
-year, month, and day on which the sync started.
-
-
-
-
These options are displayed only when the sync type is Copy/Move.
-
-
-Append the photo/video shooting time/date to the directory name
-
-
If checked, the EXIF data of
-the backed up media is used to get the shooting date and time. The shooting
-timestamp is used and appended to the target folder. When the app is unable to
-get the shooting time from the EXIF, it uses the last modified time of the
-file.
-
-
-
-
-Directory
-
-
Please enter the target or
-master directory. If you specify a directory that does not exist in the target,
-it will be created during synchronization.
-
-
-
-
-Select SDCARD
-
-
Select
-the SDCARD root directory to get access to SDCARD. If you cannot select it, please
-send the system information to the developer with "Menu -> System
-Info".
-
-
-
-
The following options are displayed only when the sync type is Archive.
-
-
-If the date and time cannot be determined by EXIF data, display a
-confirmation message.
-
-
If checked, when the shooting
-date and time cannot be acquired from EXIF , a confirmation message is
-displayed as to whether or not use the last modified time of the file instead.
-If you select Cancel in the confirmation dialog, the file will not be archived.
-
-
-
-
-Archive files if…
-
-
Choose the time criteria to
-determine which files to archive. Time selection is based on the photo/video
-shooting date, or the last modified time if it is not possible to acquire the
-timestamp from the EXIF header.
-
-
-Any date (all)
-
-
Archive all pictures/videos
-
-
-Older than 7 days
-
-
Archive only files with a shooting
-date older than the current time by 7 days or more
-
-
-Older than 30 days
-
-
Archive only files with a shooting
-date older than the current time by 30 days or more
-
-
-Older than 60 days
-
-
Archive only files with a shooting
-date older than the current time by 60 days or more
-
-
-Older than 90 days
-
-
Archive only files with a shooting
-date older than the current time by 90 days or more
-
-
-Older than 180 days
-
-
Archive only files with a shooting
-date older than the current time by 180 days or more
-
-
-Older than 1 year
-
-
Archive only files with a shooting
-date older than the current time by 1 year or more
-
-
-
-
-Increment file names by appending [sequence number]
-
-
Append the incremental sequence
-number to the file name when archiving.
-
-
-Do not change
-
-
Do not append a sequence number
-
-
-3 digits sequence
-
-
Append 001-999
-
-
-4 digits sequence
-
-
Append 0001-9999
-
-
-5 digits sequence
-
-
Append 00001-99999
-
-
-6 digits sequence number
-
-
Append 000001-999999
-
-
-
-
-Change the name of the file before archiving it in the target
-folder.
-
-
If checked, the file name of
-the archived file will be changed based on your selected criteria. You can append
-the date and time in the file name "File name template".
-
-
-
-
-File name template
-
-
Enter
-the patterns to use to rename the archived files. Default value is DSC_%DATE%_%TIME%
-
-
-%Original name%
-
-
Will be replaced by original
-file name during archive archiving (Ex. DSC_0001)
-
-
-%Date%
-
-
Will be replaced by the shooting
-date.(Ex. 2018-01-01)
-
-
-%Time%
-
-
Will be replaced by the
-shooting time.(Ex. 13:01:10)
-
-
-
-
The last
-line in the screen displays how your target folder and file name will look like
-once archived.
-
-
-
-
-Create a directory based on the shooting date to store the files.
-
-
Creates a time stamped directory
-where to store the archived files.
-
-
When
-checked, the "Directory name template" is displayed.
-
-
-
-
-Directory template
-
-
Enter
-the patterns to use to rename the directory to be created (exp. DIR-% YEAR% -%
-MONTH% and so on). By pressing the patterns buttons, you can enter keywords
-behind the cursor.
-
-
-%Year%
-
-
Will be
-replaced by the shooting Year. (Ex. 2018)
-
-
-%Month%
-
-
Will be
-replaced by the shooting Month (Ex. 01)
-
-
-%Day%
-
-
Will be
-replaced by the shooting Day (Ex. 29)
-
-
-
-
The last
-line in the screen displays how your target folder and file name will look like
-once archived.
When you press the list directory button, the selectable directories are displayed. Tap on the directory you want to choose and then on the 窶彜elect窶 button. To recurse through subdirectories, tap the directory name.
+
Add keywords
+
%YEAR%, %MONTH%, %DAY% and %DAY-OF-YEAR% can be used as target directory names. The keywords are converted into the year, month, and day on which the sync started.
+
+
These options are displayed only when the sync type is Copy/Move.
+
Append the photo/video shooting time/date to the directory name
+
If checked, the EXIF data of the backed up media is used to get the shooting date and time. The shooting timestamp is used and appended to the target folder. When the app is unable to get the shooting time from the EXIF, it uses the last modified time of the file.
+
Directory
+
Please enter the target or master directory. If you specify a directory that does not exist in the target, it will be created during synchronization.
+
Select SDCARD
+
Select the SDCARD root directory to get access to SDCARD. If you cannot select it, please send the system information to the developer with "Menu -> System Info".
+
+
The following options are displayed only when the sync type is Archive.
+
If the date and time cannot be determined by EXIF data, display a confirmation message.
+
If checked, when the shooting date and time cannot be acquired from EXIF , a confirmation message is displayed as to whether or not use the last modified time of the file instead. If you select Cancel in the confirmation dialog, the file will not be archived.
+
+
Archive files if窶ヲ
+
Choose the time criteria to determine which files to archive. Time selection is based on the photo/video shooting date, or the last modified time if it is not possible to acquire the timestamp from the EXIF header.
+
+
Any date (all)
+
Archive all pictures/videos
+
+
Older than 7 days
+
Archive only files with a shooting date older than the current time by 7 days or more
+
+
Older than 30 days
+
Archive only files with a shooting date older than the current time by 30 days or more
+
+
Older than 60 days
+
Archive only files with a shooting date older than the current time by 60 days or more
+
+
Older than 90 days
+
Archive only files with a shooting date older than the current time by 90 days or more
+
+
Older than 180 days
+
Archive only files with a shooting date older than the current time by 180 days or more
+
+
Older than 1 year
+
Archive only files with a shooting date older than the current time by 1 year or more
+
+
+
+
Increment file names by appending [sequence number]
+
Append the incremental sequence number to the file name when archiving.
+
+
Do not change
+
Do not append a sequence number
+
+
3 digits sequence
+
Append 001-999
+
+
4 digits sequence
+
Append 0001-9999
+
+
5 digits sequence
+
Append 00001-99999
+
+
6 digits sequence number
+
Append 000001-999999
+
+
+
+
Change the name of the file before archiving it in the target folder.
+
If checked, the file name of the archived file will be changed based on your selected criteria. You can append the date and time in the file name "File name template".
+
File name template
+
Enter the patterns to use to rename the archived files. Default value is DSC_%DATE%
+
+
%ORIGINAL-NAME%
+
Will be replaced by original file name during archive archiving (Ex. DSC_0001)
+
+
%DATE%
+
Will be replaced by the shooting date.(Ex. 2018-01-01)
+
+
%TIME%
+
Will be replaced by the shooting time.(Ex. 13:01:10) The last line in the screen displays how your target folder and file name will look like once archived.
+
+
+
+
Create a directory based on the shooting date to store the files.
+
Creates a time stamped directory where to store the archived files. When checked, the "Directory name template" is displayed.
+
Directory template
+
Enter the patterns to use to rename the directory to be created (exp. DIR-% YEAR% -% MONTH% and so on). By pressing the patterns buttons, you can enter keywords behind the cursor.
+
+
%YEAR%
+
Will be replaced by the shooting Year. (Ex. 2018)
+
+
%MONTH%
+
Will be replaced by the shooting Month (Ex. 01)
+
+
%DAY%
+
Will be replaced by the shooting Day (Ex. 29) The last line in the screen displays how your target folder and file name will look like once archived.
+
+
\ No newline at end of file
diff --git a/SMBSync2/src/main/assets/SMBSync2_Help_EN_folder_smb.files/image001.png b/SMBSync2/src/main/assets/SMBSync2_Help_EN_folder_smb.files/image001.png
deleted file mode 100644
index 59fbf1f1..00000000
Binary files a/SMBSync2/src/main/assets/SMBSync2_Help_EN_folder_smb.files/image001.png and /dev/null differ
diff --git a/SMBSync2/src/main/assets/SMBSync2_Help_EN_folder_smb.files/image002.png b/SMBSync2/src/main/assets/SMBSync2_Help_EN_folder_smb.files/image002.png
deleted file mode 100644
index 15ff5e63..00000000
Binary files a/SMBSync2/src/main/assets/SMBSync2_Help_EN_folder_smb.files/image002.png and /dev/null differ
diff --git a/SMBSync2/src/main/assets/SMBSync2_Help_EN_folder_smb.files/image003.png b/SMBSync2/src/main/assets/SMBSync2_Help_EN_folder_smb.files/image003.png
deleted file mode 100644
index 9200f96f..00000000
Binary files a/SMBSync2/src/main/assets/SMBSync2_Help_EN_folder_smb.files/image003.png and /dev/null differ
diff --git a/SMBSync2/src/main/assets/SMBSync2_Help_EN_folder_smb.files/image004.png b/SMBSync2/src/main/assets/SMBSync2_Help_EN_folder_smb.files/image004.png
deleted file mode 100644
index 5ae004bf..00000000
Binary files a/SMBSync2/src/main/assets/SMBSync2_Help_EN_folder_smb.files/image004.png and /dev/null differ
diff --git a/SMBSync2/src/main/assets/SMBSync2_Help_EN_folder_smb.htm b/SMBSync2/src/main/assets/SMBSync2_Help_EN_folder_smb.htm
deleted file mode 100644
index 68dabe25..00000000
--- a/SMBSync2/src/main/assets/SMBSync2_Help_EN_folder_smb.htm
+++ /dev/null
@@ -1,749 +0,0 @@
-
-
-
-
-
-SMBSync Description
-
-
-
-
-
-
-
-
-
-Search SMB server
-
-
Scans the network to find available
-SMB server
-
-
-
-
-Server host name/IP address
-
-
Specify the SMB server name or the
-IP address
-
-
-
-
-SMB Protocol
-
-
You
-can specify the SMB protocol.
-
-
Ø
-Use SMB V1
-
-
Ø
-Use SMB V2 (2.01)
-
-
SMB min v2.1, max v2.1
-
-
Ø
-Use SMB V2 (2.11)
-
-
SMB min v2.1, max v2.1
-
-
Ø
-Use SMB V2/3 (2.12)
-
-
Support SMB V2 or V3
-protocol
-
-
SMB min v2.0.2, max v3.0
-
-
Ø
-Use SMB V2/3 (2.14)
-
-
SMB min v2.0.2, max v3.0
-
-
-
-
-Use SMB2 negotiation
-
-
When
-checked, it will force setProperty("jcifs.smb.client.useSMB2Negotiation",
-"true") in the JcifsAuth() function. This ensures the use of SMB2 non-backward
-compatible negotiation style, incompatible with versions prior to SMB 2.0.2
-
-
-
-
-SMB IPC Signing Enforced
-
-
When checked, the client is required
-to use SMB signing for IPC$ connections as DCERPC transport. Else it is
-allowed, but not required.
-
-
-
-
-Specify port number
-
-
Specify the port number if
-different from default. If left empty, SMBSync2 will try to connect to the
-default standard port numbers 139 and 445.
-
-
-
-
-Use Account name and password
-
-
Must be completed if required
-by the server.
-
-
-
-
-User name
-
-
User account name to connect to
-the host. A Microsoft account cannot be used with SMBSync2. Please create a
-local account and use it.
-
-
-
-
-Password
-
-
Account password to connect to
-the host.
-
-
-
-
-List Shares
-
-
Connects to the specified host
-and list all available shares for the account.
-
-
(Shares names will be displayed
-when you press the “List Shares “ button. Click the desired share name, and
-then press OK to validate)
-
-
-
-
-List Directories
-
-
Show directories list on the selected
-Share.
-
-
When you press the list directory
-button, the selectable directories are displayed.
-
-
Tap on the directory you want
-to choose and then on the “Select” button. To recurse
-
-
through subdirectories, tap the
-directory name.
-
-
-
-
-
-
-Directory
-
-
Please enter the target or
-master directory. If you specify a directory that does not exist in the target,
-it will be created during synchronization.
-
-
-
-
-Add keywords
-
-
%YEAR%, %MONTH%, %DAY% and %DAY-OF-YEAR%
-can be used as target directory names. The keywords are converted into the
-year, month, and day on which the sync started.
-
-
-
-
These options are displayed only when the sync type is Copy/Move.
-
-
-Append the photo/video shooting time/date to the directory name
-
-
If checked, the EXIF data of
-the backed up media is used to get the shooting date and time. The shooting
-timestamp is used and appended to the target folder. When the app is unable to
-get the shooting time from the EXIF, it uses the last modified time of the
-file.
-
-
-
-
The following options are displayed only when the sync type is Archive.
-
-
-If the date and time cannot be determined by EXIF data, display a
-confirmation message.
-
-
If checked, when the shooting date
-and time cannot be acquired from EXIF , a confirmation message is displayed as
-to whether or not use the last modified time of the file instead. If you select
-Cancel in the confirmation dialog, the file will not be archived.
-
-
-
-
-Archive files if…
-
-
Choose the time criteria to
-determine which files to archive. Time selection is based on the photo/video
-shooting date, or the last modified time if it is not possible to acquire the
-timestamp from the EXIF header.
-
-
-Any date (all)
-
-
Archive all pictures/videos
-
-
-Older than 7 days
-
-
Archive only files with a shooting
-date older than the current time by 7 days or more
-
-
-Older than 30 days
-
-
Archive only files with a shooting
-date older than the current time by 30 days or more
-
-
-Older than 60 days
-
-
Archive only files with a shooting
-date older than the current time by 60 days or more
-
-
-Older than 90 days
-
-
Archive only files with a shooting
-date older than the current time by 90 days or more
-
-
-Older than 180 days
-
-
Archive only files with a shooting
-date older than the current time by 180 days or more
-
-
-Older than 1 year
-
-
Archive only files with a shooting
-date older than the current time by 1 year or more
-
-
-
-
-Increment file names by appending [sequence number]
-
-
Append the incremental sequence
-number to the file name when archiving.
-
-
-Do not change
-
-
Do not append a sequence number
-
-
-3 digits sequence
-
-
Append 001-999
-
-
-4 digits sequence
-
-
Append 0001-9999
-
-
-5 digits sequence
-
-
Append 00001-99999
-
-
-6 digits sequence number
-
-
Append 000001-999999
-
-
-
-
-Change the name of the file before archiving it in the target
-folder.
-
-
If checked, the file name of
-the archived file will be changed based on your selected criteria. You can append
-the date and time in the file name "File name template".
-
-
-
-
-File name template
-
-
Enter
-the patterns to use to rename the archived files. Default value is DSC_%DATE%_%TIME%
-
-
-%Original name%
-
-
Will be replaced by original
-file name during archive archiving (Ex. DSC_0001)
-
-
-%Date%
-
-
Will be replaced by the shooting
-date.(Ex. 2018-01-01)
-
-
-%Time%
-
-
Will be replaced by the
-shooting time.(Ex. 13:01:10)
-
-
-
-
The last
-line in the screen displays how your target folder and file name will look like
-once archived.
-
-
-
-
-Create a directory based on the shooting date to store the files.
-
-
Creates a time stamped directory
-where to store the archived files.
-
-
When
-checked, the "Directory name template" is displayed.
-
-
-
-
-Directory template
-
-
Enter
-the patterns to use to rename the directory to be created (exp. DIR-% YEAR% -%
-MONTH% and so on). By pressing the patterns buttons, you can enter keywords
-behind the cursor.
-
-
-%Year%
-
-
Will be
-replaced by the shooting Year. (Ex. 2018)
-
-
-%Month%
-
-
Will be
-replaced by the shooting Month (Ex. 01)
-
-
-%Day%
-
-
Will be
-replaced by the shooting Day (Ex. 29)
-
-
-
-
The last
-line in the screen displays how your target folder and file name will look like
-once archived.
When checked, it will force setProperty("jcifs.smb.client.useSMB2Negotiation", "true") in the JcifsAuth() function. This ensures the use of SMB2 non-backward compatible negotiation style, incompatible with versions prior to SMB 2.0.2
+
SMB IPC Signing Enforced
+
When checked, the client is required to use SMB signing for IPC$ connections as DCERPC transport. Else it is allowed, but not required.
+
Specify port number
+
Specify the port number if different from default. If left empty, SMBSync2 will try to connect to the default standard port numbers 139 and 445.
+
Use Account name and password
+
Must be completed if required by the server.
+
User name
+
User account name to connect to the host. A Microsoft account cannot be used with SMBSync2. Please create a local account and use it.
+
Password
+
Account password to connect to the host.
+
List Shares
+
Connects to the specified host and list all available shares for the account. (Shares names will be displayed when you press the 窶廰ist Shares 窶 button. Click the desired share name, and then press OK to validate)
+
List Directories
+
Show directories list on the selected Share. When you press the list directory button, the selectable directories are displayed.
+
Tap on the directory you want to choose and then on the 窶彜elect窶 button. To recurse through subdirectories, tap the directory name.
+
Directory
+
Please enter the target or master directory. If you specify a directory that does not exist in the target, it will be created during synchronization.
+
Add keywords
+
%YEAR%, %MONTH%, %DAY% and %DAY-OF-YEAR% can be used as target directory names. The keywords are converted into the year, month, and day on which the sync started.
+
These options are displayed only when the sync type is Copy/Move.
+
Append the photo/video shooting time/date to the directory name
+
If checked, the EXIF data of the backed up media is used to get the shooting date and time. The shooting timestamp is used and appended to the target folder. When the app is unable to get the shooting time from the EXIF, it uses the last modified time of the file.
+
The following options are displayed only when the sync type is Archive.
+
If the date and time cannot be determined by EXIF data, display a confirmation message.
+
If checked, when the shooting date and time cannot be acquired from EXIF , a confirmation message is displayed as to whether or not use the last modified time of the file instead. If you select Cancel in the confirmation dialog, the file will not be archived.
+
Archive files if窶ヲ
+
Choose the time criteria to determine which files to archive. Time selection is based on the photo/video shooting date, or the last modified time if it is not possible to acquire the timestamp from the EXIF header.
+
+
Any date (all)
+
Archive all pictures/videos
+
+
Older than 7 days
+
Archive only files with a shooting date older than the current time by 7 days or more
+
+
Older than 30 days
+
Archive only files with a shooting date older than the current time by 30 days or more
+
+
Older than 60 days
+
Archive only files with a shooting date older than the current time by 60 days or more
+
+
Older than 90 days
+
Archive only files with a shooting date older than the current time by 90 days or more
+
+
Older than 180 days
+
Archive only files with a shooting date older than the current time by 180 days or more
+
+
Older than 1 year
+
Archive only files with a shooting date older than the current time by 1 year or more
+
+
+
+
+
Increment file names by appending [sequence number]
+
Append the incremental sequence number to the file name when archiving.
+
+
Do not change
+
Do not append a sequence number
+
+
3 digits sequence
+
Append 001-999
+
+
4 digits sequence
+
Append 0001-9999
+
+
5 digits sequence
+
Append 00001-99999
+
+
6 digits sequence number
+
Append 000001-999999
+
+
+
+
+
Change the name of the file before archiving it in the target folder.
+
If checked, the file name of the archived file will be changed based on your selected criteria. You can append the date and time in the file name "File name template".
+
File name template
+
Enter the patterns to use to rename the archived files. Default value is DSC_%DATE%
+
+
%ORIGINAL-NAME%
+
Will be replaced by original file name during archive archiving (Ex. DSC_0001)
+
+
%DATE%
+
Will be replaced by the shooting date.(Ex. 2018-01-01)
+
+
%TIME%
+
Will be replaced by the shooting time.(Ex. 13:01:10)
+
+
+
+
The last line in the screen displays how your target folder and file name will look like once archived.
+
Create a directory based on the shooting date to store the files.
+
Creates a time stamped directory where to store the archived files. When checked, the "Directory name template" is displayed.
+
Directory template
+
Enter the patterns to use to rename the directory to be created (exp. DIR-% YEAR% -% MONTH% and so on). By pressing the patterns buttons, you can enter keywords behind the cursor.
+
+
%YEAR%
+
Will be replaced by the shooting Year. (Ex. 2018)
+
+
%MONTH%
+
Will be replaced by the shooting Month (Ex. 01)
+
+
%DAY%
+
Will be replaced by the shooting Day (Ex. 29)
+
+
+
+
The last line in the screen displays how your target folder and file name will look like once archived.
+
+
\ No newline at end of file
diff --git a/SMBSync2/src/main/assets/SMBSync2_Help_EN_folder_usb.files/image001.png b/SMBSync2/src/main/assets/SMBSync2_Help_EN_folder_usb.files/image001.png
deleted file mode 100644
index 59fbf1f1..00000000
Binary files a/SMBSync2/src/main/assets/SMBSync2_Help_EN_folder_usb.files/image001.png and /dev/null differ
diff --git a/SMBSync2/src/main/assets/SMBSync2_Help_EN_folder_usb.files/image002.png b/SMBSync2/src/main/assets/SMBSync2_Help_EN_folder_usb.files/image002.png
deleted file mode 100644
index 15ff5e63..00000000
Binary files a/SMBSync2/src/main/assets/SMBSync2_Help_EN_folder_usb.files/image002.png and /dev/null differ
diff --git a/SMBSync2/src/main/assets/SMBSync2_Help_EN_folder_usb.files/image003.png b/SMBSync2/src/main/assets/SMBSync2_Help_EN_folder_usb.files/image003.png
deleted file mode 100644
index 9200f96f..00000000
Binary files a/SMBSync2/src/main/assets/SMBSync2_Help_EN_folder_usb.files/image003.png and /dev/null differ
diff --git a/SMBSync2/src/main/assets/SMBSync2_Help_EN_folder_usb.files/image004.png b/SMBSync2/src/main/assets/SMBSync2_Help_EN_folder_usb.files/image004.png
deleted file mode 100644
index 5ae004bf..00000000
Binary files a/SMBSync2/src/main/assets/SMBSync2_Help_EN_folder_usb.files/image004.png and /dev/null differ
diff --git a/SMBSync2/src/main/assets/SMBSync2_Help_EN_folder_usb.htm b/SMBSync2/src/main/assets/SMBSync2_Help_EN_folder_usb.htm
deleted file mode 100644
index 45f53f9b..00000000
--- a/SMBSync2/src/main/assets/SMBSync2_Help_EN_folder_usb.htm
+++ /dev/null
@@ -1,604 +0,0 @@
-
-
-
-
-
-SMBSync Description
-
-
-
-
-
-
-
-
-
-List Directories
-
-
Show directories list on the USB
-media.
-
-
When you press the list directory
-button, the selectable directories are displayed. Tap on the directory you want
-to choose and then on the “Select” button. To recurse through subdirectories,
-tap the directory name.
-
-
-
-
-Add keywords
-
-
%YEAR%, %MONTH%, %DAY% and %DAY-OF-YEAR%
-can be used as target directory names. The keywords are converted into the
-year, month, and day on which the sync started.
-
-
-
-
These options are displayed only when the sync type is Copy/Move.
-
-
-Append the photo/video shooting
-time/date to the directory name
-
-
If
-checked, the EXIF data of the backed up media is used to get the shooting date
-and time. The shooting timestamp is used and appended to the target folder.
-When the app is unable to get the shooting time from the EXIF, it uses the last
-modified time of the file.
-
-
-
-
-Directory
-
-
Please
-enter the target or master directory. If you specify a directory that does not
-exist in the target, it will be created during synchronization.
-
-
-
-
-Select USB media
-
-
Select
-the USB media root directory to get access to the USB storage. If you cannot
-select it, please send the system information to the developer with "Menu
--> System Info".
-
-
USB
-media cannot be used unless there is a mount point (exp. /storage/0123-0123,
-etc.) corresponding to the USB media UUID.
-
-
-
-
The following options are displayed only when the sync type is Archive.
-
-
-If the date and time cannot be determined by EXIF data, display a
-confirmation message.
-
-
If checked, when the shooting
-date and time cannot be acquired from EXIF , a confirmation message is
-displayed as to whether or not use the last modified time of the file instead.
-If you select Cancel in the confirmation dialog, the file will not be archived.
-
-
-
-
-Archive files if…
-
-
Choose the time criteria to
-determine which files to archive. Time selection is based on the photo/video
-shooting date, or the last modified time if it is not possible to acquire the
-timestamp from the EXIF header.
-
-
-Any date (all)
-
-
Archive all pictures/videos
-
-
-Older than 7 days
-
-
Archive only files with a shooting
-date older than the current time by 7 days or more
-
-
-Older than 30 days
-
-
Archive only files with a shooting
-date older than the current time by 30 days or more
-
-
-Older than 60 days
-
-
Archive only files with a shooting
-date older than the current time by 60 days or more
-
-
-Older than 90 days
-
-
Archive only files with a shooting
-date older than the current time by 90 days or more
-
-
-Older than 180 days
-
-
Archive only files with a shooting
-date older than the current time by 180 days or more
-
-
-Older than 1 year
-
-
Archive only files with a shooting
-date older than the current time by 1 year or more
-
-
-
-
-Increment file names by appending [sequence number]
-
-
Append the incremental sequence
-number to the file name when archiving.
-
-
-Do not change
-
-
Do not append a sequence number
-
-
-3 digits sequence
-
-
Append 001-999
-
-
-4 digits sequence
-
-
Append 0001-9999
-
-
-5 digits sequence
-
-
Append 00001-99999
-
-
-6 digits sequence number
-
-
Append 000001-999999
-
-
-
-
-Change the name of the file before archiving it in the target
-folder.
-
-
If checked, the file name of
-the archived file will be changed based on your selected criteria. You can append
-the date and time in the file name "File name template".
-
-
-
-
-File name template
-
-
Enter
-the patterns to use to rename the archived files. Default value is DSC_%DATE%_%TIME%
-
-
-%Original name%
-
-
Will be replaced by original
-file name during archive archiving (Ex. DSC_0001)
-
-
-%Date%
-
-
Will be replaced by the shooting
-date.(Ex. 2018-01-01)
-
-
-%Time%
-
-
Will be replaced by the
-shooting time.(Ex. 13:01:10)
-
-
-
-
The last
-line in the screen displays how your target folder and file name will look like
-once archived.
-
-
-
-
-Create a directory based on the shooting date to store the files.
-
-
Creates a time stamped directory
-where to store the archived files.
-
-
When
-checked, the "Directory name template" is displayed.
-
-
-
-
-Directory template
-
-
Enter
-the patterns to use to rename the directory to be created (exp. DIR-% YEAR% -%
-MONTH% and so on). By pressing the patterns buttons, you can enter keywords
-behind the cursor.
-
-
-%Year%
-
-
Will be
-replaced by the shooting Year. (Ex. 2018)
-
-
-%Month%
-
-
Will be
-replaced by the shooting Month (Ex. 01)
-
-
-%Day%
-
-
Will be
-replaced by the shooting Day (Ex. 29)
-
-
-
-
The last
-line in the screen displays how your target folder and file name will look like
-once archived.
Show directories list on the USB media. When you press the list directory button, the selectable directories are displayed. Tap on the directory you want to choose and then on the 窶彜elect窶 button. To recurse through subdirectories, tap the directory name.
+
Add keywords
+
%YEAR%, %MONTH%, %DAY% and %DAY-OF-YEAR% can be used as target directory names. The keywords are converted into the year, month, and day on which the sync started.
+
These options are displayed only when the sync type is Copy/Move.
+
Append the photo/video shooting time/date to the directory name
+
If checked, the EXIF data of the backed up media is used to get the shooting date and time. The shooting timestamp is used and appended to the target folder. When the app is unable to get the shooting time from the EXIF, it uses the last modified time of the file.
+
Directory
+
Please enter the target or master directory. If you specify a directory that does not exist in the target, it will be created during synchronization.
+
Select USB media
+
Select the USB media root directory to get access to the USB storage. If you cannot select it, please send the system information to the developer with "Menu -> System Info".
+
USB media cannot be used unless there is a mount point (exp. /storage/0123-0123, etc.) corresponding to the USB media UUID.
+
The following options are displayed only when the sync type is Archive.
+
If the date and time cannot be determined by EXIF data, display a confirmation message.
+
If checked, when the shooting date and time cannot be acquired from EXIF , a confirmation message is displayed as to whether or not use the last modified time of the file instead. If you select Cancel in the confirmation dialog, the file will not be archived.
+
Archive files if窶ヲ
+
Choose the time criteria to determine which files to archive. Time selection is based on the photo/video shooting date, or the last modified time if it is not possible to acquire the timestamp from the EXIF header.
+
+
Any date (all)
+
Archive all pictures/videos
+
+
Older than 7 days
+
Archive only files with a shooting date older than the current time by 7 days or more
+
+
Older than 30 days
+
Archive only files with a shooting date older than the current time by 30 days or more
+
+
Older than 60 days
+
Archive only files with a shooting date older than the current time by 60 days or more
+
+
Older than 90 days
+
Archive only files with a shooting date older than the current time by 90 days or more
+
+
Older than 180 days
+
Archive only files with a shooting date older than the current time by 180 days or more
+
+
Older than 1 year
+
Archive only files with a shooting date older than the current time by 1 year or more
+
+
+
+
Increment file names by appending [sequence number]
+
Append the incremental sequence number to the file name when archiving.
+
+
Do not change
+
Do not append a sequence number
+
+
3 digits sequence
+
Append 001-999
+
+
4 digits sequence
+
Append 0001-9999
+
+
5 digits sequence
+
Append 00001-99999
+
+
6 digits sequence number
+
Append 000001-999999
+
+
+
+
Change the name of the file before archiving it in the target folder.
+
If checked, the file name of the archived file will be changed based on your selected criteria. You can append the date and time in the file name "File name template".
+
File name template
+
Enter the patterns to use to rename the archived files. Default value is DSC_%DATE%
+
+
%ORIGINAL-NAME%
+
Will be replaced by original file name during archive archiving (Ex. DSC_0001)
+
+
%DATE%
+
Will be replaced by the shooting date.(Ex. 2018-01-01)
+
+
%TIME%
+
Will be replaced by the shooting time.(Ex. 13:01:10)
+
+
+
+
The last line in the screen displays how your target folder and file name will look like once archived.
+
Create a directory based on the shooting date to store the files.
+
Creates a time stamped directory where to store the archived files. When checked, the "Directory name template" is displayed.
+
Directory template
+
Enter the patterns to use to rename the directory to be created (exp. DIR-% YEAR% -% MONTH% and so on). By pressing the patterns buttons, you can enter keywords behind the cursor.
+
+
%YEAR%
+
Will be replaced by the shooting Year. (Ex. 2018)
+
+
%MONTH%
+
Will be replaced by the shooting Month (Ex. 01)
+
+
%DAY%
+
Will be replaced by the shooting Day (Ex. 29)
+
+
+
+
The last line in the screen displays how your target folder and file name will look like once archived.
%YEAR%, %MONTH%, %DAY% and %DAY-OF-YEAR%
-can be used as target directory names. The keywords are converted into the
-year, month, and day on which the sync started.
-
-
-
-
-Compression level
-
-
Select the ZIP compression
-level. The stronger compression levels are the slower.
-
-
-
-
-Encryption method
-
-
Select encryption method for
-the ZIP file.
-
-
-
-
-Password and confirm password
-
-
Specify the encryption
-password.
-
-
-
-
Note: currently, when ZIP is selected as a target, SMBSync2
-supports only Internal Storage as the master. USB media, SMB and External SD
-cannot be used as master storage when ZIP target is selected.
Show directories list on the internal storage. When you press the list directory button, the selectable directories are displayed. Tap on the directory you want to choose and then on the 窶彜elect窶 button. To recurse through subdirectories, tap the directory name.
+
Directory
+
Please enter the target or master directory. If you specify a directory that does not exist in the target, it will be created during synchronization.
+
Add keywords
+
%YEAR%, %MONTH%, %DAY% and %DAY-OF-YEAR% can be used as target directory names. The keywords are converted into the year, month, and day on which the sync started.
+
These options are displayed only when the sync type is Copy/Move.
+
Append the photo/video shooting time/date to the directory name
+
If checked, the EXIF data of the backed up media is used to get the shooting date and time. The shooting timestamp is used and appended to the target folder. When the app is unable to get the shooting time from the EXIF, it uses the last modified time of the file.
+
The following options are displayed only when the sync type is Archive.
+
If the date and time cannot be determined by EXIF data, display a confirmation message.
+
If checked, when the shooting date and time cannot be acquired from EXIF , a confirmation message is displayed as to whether or not use the last modified time of the file instead. If you select Cancel in the confirmation dialog, the file will not be archived.
+
Archive files if窶ヲ
+
Choose the time criteria to determine which files to archive. Time selection is based on the photo/video shooting date, or the last modified time if it is not possible to acquire the timestamp from the EXIF header.
+
Any date (all)
+
Archive all pictures/videos
+
Older than 7 days
+
Archive only files with a shooting date older than the current time by 7 days or more
+
Older than 30 days
+
Archive only files with a shooting date older than the current time by 30 days or more
+
Older than 60 days
+
Archive only files with a shooting date older than the current time by 60 days or more
+
Older than 90 days
+
Archive only files with a shooting date older than the current time by 90 days or more
+
Older than 180 days
+
Archive only files with a shooting date older than the current time by 180 days or more
+
Older than 1 year
+
Archive only files with a shooting date older than the current time by 1 year or more
+
+
Increment file names by appending [sequence number]
+
Append the incremental sequence number to the file name when archiving.
+
+
Do not change
+
+
+
Do not append a sequence number
+
+
3 digits sequence
+
+
+
Append 001-999
+
+
4 digits sequence
+
Append 0001-9999
+
+
digits sequence
+
Append 00001-99999
+
+
6 digits sequence number
+
Append 000001-999999
+
+
+
+
+
Change the name of the file before archiving it in the target folder.
+
If checked, the file name of the archived file will be changed based on your selected criteria. You can append the date and time in the file name "File name template".
+
+
File name template
+
Enter the patterns to use to rename the archived files. Default value is DSC_%DATE%
+
+
%ORIGINAL-NAME%
+
Will be replaced by original file name during archive archiving (Ex. DSC_0001)
+
+
%DATE%
+
Will be replaced by the shooting date.(Ex. 2018-01-01)
+
+
%TIME%
+
Will be replaced by the shooting time.(Ex. 13:01:10)
+
+
+
+
The last line in the screen displays how your target folder and file name will look like once archived.
+
Create a directory based on the shooting date to store the files.
+
Creates a time stamped directory where to store the archived files.
+
When checked, the "Directory name template" is displayed.
+
Directory template
+
Enter the patterns to use to rename the directory to be created (exp. DIR-% YEAR% -% MONTH% and so on). By pressing the patterns buttons, you can enter keywords behind the cursor.
+
+
%YEAR%
+
Will be replaced by the shooting Year. (Ex. 2018)
+
+
%MONTH%
+
Will be replaced by the shooting Month (Ex. 01)
+
+
%DAY%
+
Will be replaced by the shooting Day (Ex. 29)
+
+
+
+
The last line in the screen displays how your target folder and file name will look like once archived.
+
+
\ No newline at end of file
diff --git a/SMBSync2/src/main/assets/SMBSync2_Help_EN_task.files/image001.png b/SMBSync2/src/main/assets/SMBSync2_Help_EN_task.files/image001.png
deleted file mode 100644
index 59fbf1f1..00000000
Binary files a/SMBSync2/src/main/assets/SMBSync2_Help_EN_task.files/image001.png and /dev/null differ
diff --git a/SMBSync2/src/main/assets/SMBSync2_Help_EN_task.files/image002.png b/SMBSync2/src/main/assets/SMBSync2_Help_EN_task.files/image002.png
deleted file mode 100644
index 15ff5e63..00000000
Binary files a/SMBSync2/src/main/assets/SMBSync2_Help_EN_task.files/image002.png and /dev/null differ
diff --git a/SMBSync2/src/main/assets/SMBSync2_Help_EN_task.files/image003.png b/SMBSync2/src/main/assets/SMBSync2_Help_EN_task.files/image003.png
deleted file mode 100644
index 9200f96f..00000000
Binary files a/SMBSync2/src/main/assets/SMBSync2_Help_EN_task.files/image003.png and /dev/null differ
diff --git a/SMBSync2/src/main/assets/SMBSync2_Help_EN_task.files/image004.png b/SMBSync2/src/main/assets/SMBSync2_Help_EN_task.files/image004.png
deleted file mode 100644
index 5ae004bf..00000000
Binary files a/SMBSync2/src/main/assets/SMBSync2_Help_EN_task.files/image004.png and /dev/null differ
diff --git a/SMBSync2/src/main/assets/SMBSync2_Help_EN_task.htm b/SMBSync2/src/main/assets/SMBSync2_Help_EN_task.htm
deleted file mode 100644
index bb306c86..00000000
--- a/SMBSync2/src/main/assets/SMBSync2_Help_EN_task.htm
+++ /dev/null
@@ -1,1023 +0,0 @@
-
-
-
-
-
-SMBSync Description
-
-
-
-
-
-
-
-
-
-Test mode
-
-
When checked, no file is
-deleted, copied or overwritten. No changes are done to your files on both
-target and master. Please use the Test mode to check the files that will be
-deleted/copied/replaced during the real synchronization task. Performed file
-operations will appear in the Messages tab.
-
-
-
-
-Auto sync
-
-
If checked, the task can be
-started automatically on planned intervals in the scheduler. Tasks that are set
-to automatic synchronization will start when you press the sync button on the
-top right corner of the main app screen.
-
-
-
-
-Sync task name
-
-
Specify a name for the task.
-Sync task name is not case-sensitive.
-
-
-
-
-Sync type
-
-
Currently supported sync modes
-are Mirror, Copy, Move or Archive
-
-
-
-
-Mirror
-
-
The target folder is kept as an exact copy of
-the master. If a file is different between the master and the target, the file
-on the master overwrites the file on the target. Folder and files not present
-on the target are copied from the master. Files and folders that do not exist
-on the master are also deleted from the target. Only
-modified files (by size and/or date/time) are updated on the target.
-
-
-Move
-
-
If a file is different between the master and
-the target, the file on the master overwrites the file on the target. Once
-copied to the target, files and folders are deleted from the master (like move
-command).
-
-
Only modified files (by size and/or date/time)
-are copied to the target. Identical files, based on the selected compare
-criteria, are deleted from the master without being copied. Files and folders
-on the target, not present on the master, are obviously preserved.
-
-
-Copy
-
-
Same as Move, but files are not deleted from
-the master after being copied.
-
-
If a file is different between the master and
-the target, the file on the master overwrites the file on the target. Once copied
-to the target, files and folders are kept on the master (like a copy command).
-
-
Only modified files (by size and/or date/time)
-are copied to the target. Identical files, based on the selected compare
-criteria, are ignored and not copied again.
-
-
-Archive
-
-
Archive photos and videos by Moving them from
-the master to the target folder. Specific medias criteria can be specified for
-archiving: shooting date/time, date and time of last archive execution (such as
-7 days or earlier or 30 days or earlier). ZIP cannot be specified as a target
-for Archive operations.
-
-
-
-
Compare
-criteria:
-
-
Files are
-considered different based on these criteria:
-
-
1.File/folder name exists only on master or target, not
-on both sides
-
-
2.Files have different sizes
-
-
3.Files have a different time stamp (last modification
-date and time)
-
-
-
-
Check Advanced options below for more detailed information
-on compare criteria and more granular settings.
-
-
-
-
-Swap source and destination
-
-
Swap the master and target
-folders: master becomes the target and the target is changed to master.
-
-
-
-
-Master folder (Source)
-
-
Tap the
-storage icon/name to edit the master folder.
-
-
-
-
-Target folder (Destination)
-
-
Tap the
-storage icon/name to edit the target folder.
-
-
-
-
-File filters / Select files for sync
-
-
If unchecked, all files are synchronized.
-If you check the files filter, you get the following options:
If unchecked, all folders are
-synchronized. If you check the subdirectories filter, you get the following
-options:
-
-
-Directory filter
-
-
Is a custom include/exclude
-directory filter. You can select the name of the folders you want to exclude or
-include from the synchronization process. Wildcards like /*cahe/ are supported.
-
-
Include directory filters are
-always relative to Master. There is no such restriction for Exclude filter.
-This is mainly for speed processing reasons in addition that it is a rarely use
-case scenario.
-
-
-
-
examples:
-
-
- exclude all cache/temp
-folders anywhere in Master: */cache/temp/* or */cache/temp/ or */cache/temp
-
-
- exclude master/cache folder:
-cache or /cache or /cache/*
-
-
- exclude all *.tmp folders:
-*/*.tmp/*
-
-
- exclude all hidden folders: */.*
-or */.*/
-
-
- filter dir?: will match
-dir1, dir2, dira, dirz…
- note 1: filter
-data/*/personal/* will include master/data/any_dir/personal/* folders
-
-
- note 2: filter /*/cache/*
-will exclude master/any_dir_name/cache/* but not master/cache and not master/any_dir_name/dir2/cache/
-
-
-
-
-
-
-Execute sync tasks only when charging
-
-
Auto
-Sync planned tasks won’t start if the device is not charging. Manually starting
-them is always possible.
-
-
-
-
-Synchronize the files in root of the master directory
-
-
If unchecked, only the folders
-and their files/subfolders under the master directory are synchronized. By
-default, it is checked and the files located directly in the root of the master
-directory will also be synchronized.
-
-
-
-
-Confirm before overwrite/delete
-
-
When checked, it will display a
-confirmation dialog before overwriting or deleting files.
-
-
-
-
-WiFi AP Options
-
-
ØRun even when off: will try to start the sync even if
-Wifi is turned off
-
-
ØConn to any AP: will synchronize only when connected
-to a wifi network. It will accept any WLAN SSID name.
-
-
ØAccess Point List: will only start the sync if the
-Wifi is connected to WLAN SSID in the list that you can specify. You can also automatically
-add the currently connected SSID.
-
-
ØHas private address: you can initiate the
-synchronization only if the IP address assigned to the WiFi network is in the
-following ranges: 10.0.0.0 - 10.255.255.255, 172.16.0.0 - 172.31.255.255 or
-192.168.0.0 - 192.168.255.255.
-
-
ØIP address list: you can start syncing only if the
-WiFi IP address matches one of the specified addresses. You can also directly
-add the current IP address your device is connected to through the IP selection
-list.
-
-
-
-
-Skip task if the WLAN is not connected to the specified access
-point, or if WLAN IP does not match the specified IP address.
-
-
Auto Sync will skip the
-task if it doesn’t match the specified criteria
-
-
-
-
-Allow sync with all IP addresses (include public)
-
-
Sync
-will be allowed whenever the Wifi is connected to any network, even on public
-IP ranges (like in a public Wifi).
-
-
-
-
-Shows advanced options
-
-
Please use it when setting detailed options.
-
-
-
-
-Include subdirectories
-
-
It
-will recursively include subdirectories under the specified master folder.
-
-
-
-
-Include empty directories
-
-
Synchronizes the empty directories
-(even if a directory is empty on the master, it will be created on the target).
-If unchecked, empty directories on the master are ignored.
When
-checked, Sync will include the hidden linux files (those with a name starting
-with a dot). Note that in Windows and Samba, the hidden attribute is not set by
-the file name. Thus, the synchronized file on the SMB/Windows target won’t have
-the host hidden attribute.
-
-
-
-
-Overwrite destination files
-
-
If unchecked, files on the
-target will never be overwritten even if the compare criteria by size and time
-are different.
-
-
-
-
-Use enhanced directory selection filter
-
-
If the upper directory is
-excluded by a filter while one of its sub-directories is selected/included, the
-sub-directories of the selected folder will be synchronized.
-
-
-
-
-Retry on network error (only for SMB shares)
-
-
On server-side
-connection errors, SMBSync2 will try again the synchronization for a maximum of
-3 times at a 30 seconds interval.
-
-
-
-
-Limit SMB I/O write buffer to 16KB (only for SMB shares)
-
-
Please try if you get an "Access is denied" error
-when writing to the PC/NAS folder.
-
-
When
-checked, it will limit I/O buffer to 16KB for writing operations to the SMB
-host.
-
-
-
-
-Write files directly to the SMB folder without using temporary
-files (only for SMB shares)
-
-
Checked
-by default (recommended). When copied to the SMB host, the file will be copied
-to a temporary folder on the host. Once the copy operation is succeeded, the temporary
-file is moved to its final destination overwriting the target file. If
-unchecked, the target file on the host is immediately overwritten on the start
-of the copy. If a connection error occurs, the file on the host remains
-corrupted until the next sync.
-
-
-
-
-Do not set last modified time of destination file to match source
-file
-
-
Please enable if you get an
-error like SmbFile#setLastModified()/File#setLastModified() fails. It means
-that the remote host doesn’t allow setting file last modified time. If
-unchecked, the last modified time of the copied file on the target will be set
-to the time it was copied / synchronized. This means that the target file will
-appear newer than the master.
-
-
For next synchronizations, you
-can:
-
-
- stick to compare by size only,
-or
-
-
- you can enable the option “Do
-not overwrite destination file if it is newer than source file” to only copy
-files modified later on the master, or
-
-
- you can enable the task
-option “Obtain last modification time of files from SMBSync2 application custom
-list”. However, this option is currently not available if the target is SMB.
-Most SMB hosts support setting the last modified time.
-
-
-
-
See below for a detailed info
-on each option.
-
-
-
-
-Obtain last modification time of files from SMBSync2 application
-custom list
-
-
Please try if all the files are
-copied over the target files on every sync.
-
-
This option is only available for
-the user when the target is Internal Storage. For other storage types, SMBSync2
-tries to autodetect if the target supports setting the file last modified time.
-If not, it will automatically use this built in function. One exception is when
-the target is SMB, this function will not be used. See above the option “Do not
-set last modified time of destination file to match source file” for other
-workarounds. Note that most recent android devices do not support updating the
-last modification time of the target file.
-
-
During the first sync, SMBSync2
-will store the list of files with their timestamps in its database (cf. 1.3). Since
-the database has to be created the first time, all files with the same name and
-same size will be overwritten again with a complete copy from the master during
-the first sync. In the subsequent syncs, the database will be used and
-overwriting of all same name/same size files is no longer performed. The last
-modified time of local file is saved by the proprietary SMBSync code (it
-doesn’t rely on the Java File#setLastModified() function).
-
-
-
-
-
-
-Delete files prior to sync (Mirror mode only)
-
-
When checked, the directories
-and files that are present on the target folder but that do not exist on the
-master, will be first deleted. After that, files and folders that are different
-will be copied to the target.
-
-
If the master folder is SMB,
-the processing time will be longer because the directory structure and their
-contents is scanned through the network. It is strongly recommended to enable
-the option " Use SMB2 negotiation" because SMB1 will be very slow.
-
-
-
-
-Use file size to determine if files are different
-
-
When checked, files are
-considered different if they differ by size.
-
-
-
-
-Size only compare
-
-
Files are considered
-different only if size of the source is larger than the destination. This will
-disable compare by file time.
-
-
-
-
-Use time of last modification to determine if files are different
-
-
-
When
-checked, files are considered different based on their last modification time
-
-
-
-
-Min allowed time difference (in seconds) between source and
-destination files
-
-
Files are considered identical
-if the difference between their last modified times is less or equal to the
-selected time in seconds. They are considered different if the time difference
-between the files is superior to the selected time. FAT and ExFAT need a
-minimum of 2 seconds tolerance. If 0 seconds is selected, the files must have
-exactly the same time to be considered similar.
-
-
-
-
-Do not overwrite destination file if it is newer than source file
-
-
If
-checked, the file will be overwritten only when the master file is newer than the
-target file even if the file sizes and the last update times are different.
-Keep in mind that if you change time zones or if the files are modified during
-the interval period of the Day Light Saving Time change, the last modified file
-could appear older than the non-updated file. This is related to the file
-system differences and only a manual check before overwriting the file will
-avoid data loss. It is generally recommended to not modify files during the
-interval of day light saving time change if they are meant to be
-auto-synchronized
-
-
-
-
-Ignore Day Light Saving Time difference between files
-
-
Let you select the time
-difference in minutes between summer and winter time. Files are considered
-different if the time difference is not exactly equal to the specified interval
-(+/- the “Min allowed time difference (in seconds)” specified in previous
-option)
-
-
-
-
-Skip directory and file names that contain invalid
-characters(", :, \, *, <, >, |)
-
-
If
-checked, it will display a warning message and the sync will continue without processing
-the directories/files containing invalid characters.
-
-
-
-
-Delete the master directory when it is empty (only when Sync
-option is Move)
-
-
When sync mode is Move,
-after the files are moved to the target, the Master folder is also deleted.
When checked, no file is deleted, copied or overwritten. No changes are done to your files on both target and master. Please use the Test mode to check the files that will be deleted/copied/replaced during the real synchronization task. Performed file operations will appear in the Messages tab.
+
Auto sync
+
If checked, the task can be started automatically on planned intervals in the scheduler. Tasks that are set to automatic synchronization will start when you press the sync button on the top right corner of the main app screen.
+
Sync task name
+
Specify a name for the task. Sync task name is not case-sensitive.
+
Sync type
+
Currently supported sync modes are Mirror, Copy, Move or Archive. Synchronization is done in one direction of the target from the master.
+
+
Mirror
+
The target folder is kept as an exact copy of the master. If a file is different between the master and the target, the file on the master overwrites the file on the target. Folder and files not present on the target are copied from the master. Files and folders that do not exist on the master are also deleted from the target. Only modified files (by size and/or date/time) are updated on the target.
+
+
Move
+
If a file is different between the master and the target, the file on the master overwrites the file on the target. Once copied to the target, files and folders are deleted from the master (like move command).
+
Only modified files (by size and/or date/time) are copied to the target. Identical files, based on the selected compare criteria, are deleted from the master without being copied. Files and folders on the target, not present on the master, are obviously preserved.
+
+
Copy
+
Same as Move, but files are not deleted from the master after being copied.
+
If a file is different between the master and the target, the file on the master overwrites the file on the target. Once copied to the target, files and folders are kept on the master (like a copy command).
+
Only modified files (by size and/or date/time) are copied to the target. Identical files, based on the selected compare criteria, are ignored and not copied again.
+
+
Archive
+
Archive photos and videos by Moving them from the master to the target folder. Specific medias criteria can be specified for archiving: shooting date/time, date and time of last archive execution (such as 7 days or earlier or 30 days or earlier). ZIP cannot be specified as a target for Archive operations.
+
+
+
+
Compare criteria:
+
Files are considered different based on these criteria:
+
+
File/folder name exists only on master or target, not on both sides
+
Files have different sizes
+
Files have a different time stamp (last modification date and time)
+
+
+
Check Advanced options below for more detailed information on compare criteria and more granular settings.
+
Swap source and destination
+
Swap the master and target folders: master becomes the target and the target is changed to master.
+
Master folder (Source)
+
Tap the storage icon/name to edit the master folder.
+
Target folder (Destination)
+
Tap the storage icon/name to edit the target folder.
+
File filters / Select files for sync
+
If unchecked, all files are synchronized. If you check the files filter, you get the following options:
+
+
Sync audio files
+
When checked, sync will include files with the following extensions: aac, aif, aifc, aiff, flac, kar, m3u, m4a, mid, midi, mp2, mp3, mpga, ogg, ra, ram, wav
+
+
Sync image files
+
When checked, sync will include files with the following extensions: bmp, cgm, djv, djvu, gif, ico, ief, jpe, jpeg, jpg, pbm, pgm, png, pnm, ppm, ras, rgb, svg, tif, tiff, wbmp, xbm, xpm, xwd
+
+
Sync video files
+
When checked, sync will include files with the following extensions: avi, m4u, mov, mp4, movie, mpe, mpeg, mpg, mxu, qt, wmv
+
+
File filter
+
Is a custom include/exclude file filter. You can select the name and extension of the files you want to exclude or include from the synchronization process.
+
+
+
+
Directory filters / Select subdirectories
+
If unchecked, all folders are synchronized. If you check the subdirectories filter, you get the following options:
+
+
Directory filter
+
Is a custom include/exclude directory filter. You can select the name of the folders you want to exclude or include from the synchronization process.
+
+
+
+
Execute sync tasks only when charging
+
Auto Sync planned tasks won窶冲 start if the device is not charging. Manually starting them is always possible.
+
Synchronize the files in root of the master directory
+
If unchecked, only the folders and their files/subfolders under the master directory are synchronized. By default, it is checked and the files located directly in the root of the master directory will also be synchronized.
+
Confirm before overwrite/delete
+
When checked, it will display a confirmation dialog before overwriting or deleting files.
+
WiFi AP Options
+
+
Run even when off
+
Will try to start the sync even if Wifi is turned off
+
+
Conn to any AP
+
Will synchronize only when connected to a wifi network. It will accept any WLAN SSID name.
+
+
Has private address
+
You can initiate the synchronization only if the IP address assigned to the WiFi network is in the following ranges: 10.0.0.0 - 10.255.255.255, 172.16.0.0 - 172.31.255.255 or 192.168.0.0 - 192.168.255.255.
+
+
IP address list
+
You can start syncing only if the WiFi IP address matches one of the specified addresses. You can also directly add the current IP address your device is connected to through the IP selection list. You can use wildcards for the filter. (e.g., 192.168.100.*, 192.168.*)
+
+
+
+
There are several ways to synchronize when connecting to a specific WiFi. See the FAQ for details.
+
+
Change the IP address to something other than 192.168.0.0/24 on your WiFi router and add it to the IP address list
+
Fixing an IP address on the Android side and registering it in the IP address list
+
+
+
Skip task if the WLAN IP does not match the specified IP address.
+
Sync will skip the task if it doesn窶冲 match the specified criteria
+
Allow sync with all IP addresses (include public)
+
Sync will be allowed whenever the Wifi is connected to any network, even on public IP ranges (like in a public Wifi).
+
Shows advanced options
+
Please use it when setting detailed options.
+
Include subdirectories
+
It will recursively include subdirectories under the specified master folder.
+
Include empty directories
+
Synchronizes the empty directories (even if a directory is empty on the master, it will be created on the target). If unchecked, empty directories on the master are ignored.
+
Include hidden directories
+
When checked, Sync will include the hidden linux folders (those with a name starting with a dot). Note that in Windows and Samba, the hidden attribute is not set by the folder name. Thus, the synchronized folder on the SMB/Windows target won窶冲 have the host hidden attribute.
+
Include hidden files
+
When checked, Sync will include the hidden linux files (those with a name starting with a dot). Note that in Windows and Samba, the hidden attribute is not set by the file name. Thus, the synchronized file on the SMB/Windows target won窶冲 have the host hidden attribute.
+
Overwrite destination files
+
If unchecked, files on the target will never be overwritten even if the compare criteria by size and time are different.
+
Use enhanced directory selection filter
+
If the upper directory is excluded by a filter while one of its sub-directories is selected/included, the sub-directories of the selected folder will be synchronized.
+
Use new filter version 2
+
After enabling it, you can use the new filter. It may behave differently from the old filter, so please test it thoroughly before using it.
+
Remove directories and files excluded by the filters
+
If enabled, it removes directories/files that are excluded from the filter.
+
Retry on network error (only for SMB shares)
+
On server-side connection errors, SMBSync2 will try again the synchronization for a maximum of 3 times at a 30 seconds interval.
+
Limit SMB I/O write buffer to 16KB (only for SMB shares)
+
Please try if you get an "Access is denied" error when writing to the PC/NAS folder.
+
When checked, it will limit I/O buffer to 16KB for writing operations to the SMB host.
+
Write files directly to the SMB folder without using temporary files (only for SMB shares)
+
Checked by default (recommended). When copied to the SMB host, the file will be copied to a temporary folder on the host. Once the copy operation is succeeded, the temporary file is moved to its final destination overwriting the target file. If unchecked, the target file on the host is immediately overwritten on the start of the copy. If a connection error occurs, the file on the host remains corrupted until the next sync.
+
Do not set last modified time of destination file to match source file
+
Please enable if you get an error like SmbFile#setLastModified()/File#setLastModified() fails. It means that the remote host doesn窶冲 allow setting file last modified time. If unchecked, the last modified time of the copied file on the target will be set to the time it was copied / synchronized. This means that the target file will appear newer than the master.
+
For next synchronizations, you can:
+
+
stick to compare by size only, or
+
you can enable the option 窶廛o not overwrite destination file if it is newer than source file窶 to only copy files modified later on the master, or
+
you can enable the task option 窶廾btain last modification time of files from SMBSync2 application custom list窶. However, this option is currently not available if the target is SMB. Most SMB hosts support setting the last modified time.
+
+
+
See below for a detailed info on each option.
+
Obtain last modification time of files from SMBSync2 application custom list
+
Please try if all the files are copied over the target files on every sync.
+
This option is only available for the user when the target is Internal Storage. For other storage types, SMBSync2 tries to autodetect if the target supports setting the file last modified time. If not, it will automatically use this built in function. One exception is when the target is SMB, this function will not be used. See above the option 窶廛o not set last modified time of destination file to match source file窶 for other workarounds. Note that most recent android devices do not support updating the last modification time of the target file.
+
During the first sync, SMBSync2 will store the list of files with their timestamps in its database (cf. 1.3). Since the database has to be created the first time, all files with the same name and same size will be overwritten again with a complete copy from the master during the first sync. In the subsequent syncs, the database will be used and overwriting of all same name/same size files is no longer performed. The last modified time of local file is saved by the proprietary SMBSync code (it doesn窶冲 rely on the Java File#setLastModified() function).
+
Delete files prior to sync (Mirror mode only)
+
When checked, the directories and files that are present on the target folder but that do not exist on the master, will be first deleted. After that, files and folders that are different will be copied to the target.
+
If the master folder is SMB, the processing time will be longer because the directory structure and their contents is scanned through the network. It is strongly recommended to enable the option " Use SMB2 negotiation" because SMB1 will be very slow.
+
Use file size to determine if files are different
+
When checked, files are considered different if they differ by size.
+
Size only compare
+
Files are considered different only if size of the source is larger than the destination. This will disable compare by file time.
+
Use time of last modification to determine if files are different
+
When checked, files are considered different based on their last modification time
+
Min allowed time difference (in seconds) between source and destination files
+
Files are considered identical if the difference between their last modified times is less or equal to the selected time in seconds. They are considered different if the time difference between the files is superior to the selected time. FAT and ExFAT need a minimum of 2 seconds tolerance. If 0 seconds is selected, the files must have exactly the same time to be considered similar.
+
Do not overwrite destination file if it is newer than source file
+
If checked, the file will be overwritten only when the master file is newer than the target file even if the file sizes and the last update times are different. Keep in mind that if you change time zones or if the files are modified during the interval period of the Day Light Saving Time change, the last modified file could appear older than the non-updated file. This is related to the file system differences and only a manual check before overwriting the file will avoid data loss. It is generally recommended to not modify files during the interval of day light saving time change if they are meant to be auto-synchronized
+
Ignore Day Light Saving Time difference between files
+
Let you select the time difference in minutes between summer and winter time. Files are considered different if the time difference is not exactly equal to the specified interval (+/- the 窶廴in allowed time difference (in seconds)窶 specified in previous option)
+
Skip directory and file names that contain invalid characters(", :, \, *, <, >, |)
+
If checked, it will display a warning message and the sync will continue without processing the directories/files containing invalid characters.
+
Delete the master directory when it is empty (only when Sync option is Move)
+
When sync mode is Move, after the files are moved to the target, the Master folder is also deleted.
Lorsque vous appuyez sur le
-bouton "list directory", les répertoires sélectionnables sont
-affichés. Appuyez sur le répertoire que vous souhaitez choisir, puis sur le
-bouton "Sélectionner". Pour revenir aux sous-répertoires, appuyez sur
-le nom du répertoire.
-
-
-
-
-Répertoire
-
-
Veuillez entrer le répertoire
-cible ou le répertoire principal. Si vous indiquez un répertoire qui n'existe
-pas dans la cible, il sera créé lors de la synchronisation.
%YEAR%, %MONTH%, %DAY% et
-%DAY-OF-YEAR% peuvent être utilisés comme noms de répertoires cibles. Les
-mots-clés sont convertis en année, mois et jour de début de la synchronisation.
-Ajouter au nom du dossier la date/heure à laquelle la photo/vidéo
-a été prise (le mot-clé sera remplacé par la date et l'heure à laquelle la
-photo/vidéo a été prise)
-
-
Si elles sont vérifiées, les données
-EXIF des supports sauvegardés sont utilisées pour obtenir la date et l'heure du
-tournage. L'horodatage des tirs est utilisé et ajouté au dossier cible. Lorsque
-l'application ne parvient pas à obtenir l'heure de tir à partir des données
-EXIF, elle utilise la dernière heure modifiée du fichier.
-Si la date et l'heure ne peuvent pas être déterminées depuis
-l'entête EXIF, afficher un message de confirmation
-
-
Si la case est cochée, lorsque
-la date et l'heure de tournage ne peuvent pas être obtenues à partir du fichier
-EXIF, un message de confirmation s'affiche pour indiquer si l'heure de la
-dernière modification du fichier a été utilisée ou non. Si vous sélectionnez Annuler
-dans la boîte de dialogue de confirmation, le fichier ne sera pas archivé.
-
-
-
-
-Archiver les fichiers si:
-
-
Choisissez les critères de
-temps pour déterminer les fichiers à archiver. La sélection de l'heure est
-basée sur la date de prise de vue de la photo/vidéo, ou sur la dernière heure
-modifiée s'il n'est pas possible d'acquérir l'horodatage à partir de l'en-tête
-EXIF.
-
-
-Toutes les dates
-
-
Archivez toutes les
-photos/vidéos
-
-
-Plus ancien que 7 jours
-
-
N'archivez que les fichiers
-dont la date de tournage est antérieure de 7 jours ou plus à l'heure actuelle.
-
-
-Plus ancien que 30 jours
-
-
N'archivez que les fichiers
-dont la date de tournage est antérieure de 30 jours ou plus à l'heure actuelle.
-
-
-Plus ancien que 60 jours
-
-
N'archivez que les fichiers
-dont la date de tournage est antérieure de 60 jours ou plus à l'heure actuelle.
-
-
-Plus ancien que 90 jours
-
-
N'archivez que les fichiers
-dont la date de tournage est antérieure de 90 jours ou plus à l'heure actuelle.
-
-
-Plus ancien que 180 jours
-
-
N'archivez que les fichiers
-dont la date de tournage est antérieure de 180 jours ou plus à l'heure
-actuelle.
-
-
-Plus ancien que 1 année
-
-
N'archivez que les fichiers
-dont la date de tournage est antérieure d'un an ou plus à l'heure actuelle.
-
-
-
-
-Incrémenter les noms de fichiers
-
-
Ajoutez le numéro de séquence
-incrémentielle au nom du fichier lors de l'archivage.
-
-
-Ne pas changer
-
-
Ne pas ajouter un numéro de
-séquence.
-
-
-3 chiffres (001-999)
-
-
Appendice 001-999
-
-
-4 chiffres (0001-9999)
-
-
Appendice 0001-9999
-
-
-5 chiffres (00001-99999)
-
-
Appendice 00001-99999
-
-
-6 chiffres (000001-999999)
-
-
Appendice 000001-999999
-
-
-
-
-Changer le nom du fichier avant de l'archiver dans le dossier
-cible
-
-
Si cette case est cochée, le
-nom du fichier archivé sera modifié en fonction des critères que vous aurez choisis.
-Vous pouvez ajouter la date et l'heure dans le nom du fichier "Modèle de
-nom de fichier".
-
-
-
-
-Modèle de nom de fichier
-
-
Saisissez
-les modèles à utiliser pour renommer les fichiers archivés. La valeur par
-défaut est DSC_%DATE%_%TIME%
-
-
-%Original name%
-
-
Sera remplacé par le nom de
-fichier original lors de l'archivage des archives (Ex. DSC_0001)
-
-
-%Date%
-
-
Sera remplacé par la date de
-tournage (ex. 2018-01-01)
-
-
-%Time%
-
-
Sera remplacé par l'heure de
-tournage (ex. 13:01:10)
-
-
-
-
La
-dernière ligne de l'écran indique à quoi ressembleront votre dossier cible et
-le nom du fichier une fois archivé.
-
-
-
-
-Créer un dossier dont le nom comprend la date de capture des
-photos et y stocker les fichiers archivés.
-
-
Crée un
-répertoire horodaté où stocker les fichiers archivés.
-
-
Lorsque
-cette option est cochée, le "modèle de nom de répertoire" s'affiche.
-
-
-
-
-Modèle de répertoire
-
-
Saisissez
-les modèles à utiliser pour renommer le répertoire à créer (exp. DIR-% ANNÉE%
--% MOIS% et ainsi de suite). En appuyant sur les boutons des modèles, vous
-pouvez entrer des mots-clés derrière le curseur.
-
-
-%Year%
-
-
Sera
-remplacé par l'année de tournage. (Ex. 2018)
-
-
-%Month%
-
-
Sera
-remplacé par le mois de tournage (Ex. 01)
-
-
-%Day%
-
-
Sera
-remplacé par le jour du tournage (Ex. 29)
-
-
-
-
La
-dernière ligne de l'écran indique à quoi ressembleront votre dossier cible et
-le nom du fichier une fois archivé.
Sテゥlectionnez le point de montage oテケ vous souhaitez stocker le fichier ZIP.
+
Afficher les dossiers
+
Afficher la liste des rテゥpertoires sur le stockage interne. Lorsque vous appuyez sur le bouton "list directory", les rテゥpertoires sテゥlectionnables sont affichテゥs. Appuyez sur le rテゥpertoire que vous souhaitez choisir, puis sur le bouton "Sテゥlectionner". Pour revenir aux sous-rテゥpertoires, appuyez sur le nom du rテゥpertoire.
+
Rテゥpertoire
+
Veuillez entrer le rテゥpertoire cible ou le rテゥpertoire principal. Si vous indiquez un rテゥpertoire qui n'existe pas dans la cible, il sera crテゥテゥ lors de la synchronisation.
+
Ajouter des mots-clテゥs
+
%YEAR%, %MONTH%, %DAY% et %DAY-OF-YEAR% peuvent テェtre utilisテゥs comme noms de rテゥpertoires cibles. Les mots-clテゥs sont convertis en annテゥe, mois et jour de dテゥbut de la synchronisation.
+
Ces options ne sont affichテゥes que lorsque le type de synchronisation est Copier/Dテゥplacer.
+
Ajouter au nom du dossier la date/heure テ laquelle la photo/vidテゥo a テゥtテゥ prise (le mot-clテゥ sera remplacテゥ par la date et l'heure テ laquelle la photo/vidテゥo a テゥtテゥ prise)
+
Si elles sont vテゥrifiテゥes, les donnテゥes EXIF des supports sauvegardテゥs sont utilisテゥes pour obtenir la date et l'heure du tournage. L'horodatage des tirs est utilisテゥ et ajoutテゥ au dossier cible. Lorsque l'application ne parvient pas テ obtenir l'heure de tir テ partir des donnテゥes EXIF, elle utilise la derniティre heure modifiテゥe du fichier.
+
Les options suivantes ne sont affichテゥes que lorsque le type de synchronisation est Archive.
+
Si la date et l'heure ne peuvent pas テェtre dテゥterminテゥes depuis l'entテェte EXIF, afficher un message de confirmation
+
Si la case est cochテゥe, lorsque la date et l'heure de tournage ne peuvent pas テェtre obtenues テ partir du fichier EXIF, un message de confirmation s'affiche pour indiquer si l'heure de la derniティre modification du fichier a テゥtテゥ utilisテゥe ou non. Si vous sテゥlectionnez Annuler dans la boテョte de dialogue de confirmation, le fichier ne sera pas archivテゥ.
+
Archiver les fichiers si:
+
Choisissez les critティres de temps pour dテゥterminer les fichiers テ archiver. La sテゥlection de l'heure est basテゥe sur la date de prise de vue de la photo/vidテゥo, ou sur la derniティre heure modifiテゥe s'il n'est pas possible d'acquテゥrir l'horodatage テ partir de l'en-tテェte EXIF.
+
+
Toutes les dates
+
Archivez toutes les photos/vidテゥos
+
+
Plus ancien que 7 jours
+
N'archivez que les fichiers dont la date de tournage est antテゥrieure de 7 jours ou plus テ l'heure actuelle.
+
+
Plus ancien que 30 jours
+
N'archivez que les fichiers dont la date de tournage est antテゥrieure de 30 jours ou plus テ l'heure actuelle.
+
+
Plus ancien que 60 jours
+
N'archivez que les fichiers dont la date de tournage est antテゥrieure de 60 jours ou plus テ l'heure actuelle.
+
+
Plus ancien que 90 jours
+
N'archivez que les fichiers dont la date de tournage est antテゥrieure de 90 jours ou plus テ l'heure actuelle.
+
+
Plus ancien que 180 jours
+
N'archivez que les fichiers dont la date de tournage est antテゥrieure de 180 jours ou plus テ l'heure actuelle.
+
+
Plus ancien que 1 annテゥe
+
N'archivez que les fichiers dont la date de tournage est antテゥrieure d'un an ou plus テ l'heure actuelle.
+
+
+
+
Incrテゥmenter les noms de fichiers
+
Ajoutez le numテゥro de sテゥquence incrテゥmentielle au nom du fichier lors de l'archivage.
+
+
Ne pas changer
+
Ne pas ajouter un numテゥro de sテゥquence.
+
+
3 chiffres (001-999)
+
Appendice 001-999
+
+
4 chiffres (0001-9999)
+
Appendice 0001-9999
+
+
5 chiffres (00001-99999)
+
Appendice 00001-99999
+
+
6 chiffres (000001-999999)
+
Appendice 000001-999999
+
+
+
+
+
Changer le nom du fichier avant de l'archiver dans le dossier cible
+
Si cette case est cochテゥe, le nom du fichier archivテゥ sera modifiテゥ en fonction des critティres que vous aurez choisis. Vous pouvez ajouter la date et l'heure dans le nom du fichier "Modティle de nom de fichier".
+
+
Modティle de nom de fichier
+
Saisissez les modティles テ utiliser pour renommer les fichiers archivテゥs. La valeur par dテゥfaut est DSC%DATE%%TIME%
+
+
%Original name%
+
Sera remplacテゥ par le nom de fichier original lors de l'archivage des archives (Ex. DSC_0001)
+
+
%Date%
+
Sera remplacテゥ par la date de tournage (ex. 2018-01-01)
+
+
%Time%
+
Sera remplacテゥ par l'heure de tournage (ex. 13:01:10)
+
+
+
+
La derniティre ligne de l'テゥcran indique テ quoi ressembleront votre dossier cible et le nom du fichier une fois archivテゥ.
+
Crテゥer un dossier dont le nom comprend la date de capture des photos et y stocker les fichiers archivテゥs.
+
Crテゥe un rテゥpertoire horodatテゥ oテケ stocker les fichiers archivテゥs.
+
Lorsque cette option est cochテゥe, le "modティle de nom de rテゥpertoire" s'affiche.
+
Modティle de rテゥpertoire
+
Saisissez les modティles テ utiliser pour renommer le rテゥpertoire テ crテゥer (exp. DIR-% ANNテ右% -% MOIS% et ainsi de suite). En appuyant sur les boutons des modティles, vous pouvez entrer des mots-clテゥs derriティre le curseur.
+
+
%Year%
+
Sera remplacテゥ par l'annテゥe de tournage. (Ex. 2018)
+
+
%Month%
+
Sera remplacテゥ par le mois de tournage (Ex. 01)
+
+
%Day%
+
Sera remplacテゥ par le jour du tournage (Ex. 29)
+
+
+
+
La derniティre ligne de l'テゥcran indique テ quoi ressembleront votre dossier cible et le nom du fichier une fois archivテゥ.
Lorsque vous appuyez sur le
-bouton "list directory", les répertoires sélectionnables sont
-affichés. Appuyez sur le répertoire que vous souhaitez choisir, puis sur le
-bouton "Sélectionner". Pour revenir aux sous-répertoires, appuyez sur
-le nom du répertoire.
%YEAR%, %MONTH%, %DAY% et
-%DAY-OF-YEAR% peuvent être utilisés comme noms de répertoires cibles. Les
-mots-clés sont convertis en année, mois et jour de début de la synchronisation.
-Ajouter au nom du dossier la date/heure à laquelle la photo/vidéo
-a été prise (le mot-clé sera remplacé par la date et l'heure à laquelle la
-photo/vidéo a été prise)
-
-
Si elles sont vérifiées, les
-données EXIF des supports sauvegardés sont utilisées pour obtenir la date et
-l'heure du tournage. L'horodatage des tirs est utilisé et ajouté au dossier
-cible. Lorsque l'application ne parvient pas à obtenir l'heure de tir à partir
-des données EXIF, elle utilise la dernière heure modifiée du fichier.
-
-
-
-
-Répertoire
-
-
Veuillez entrer le répertoire
-cible ou le répertoire principal. Si vous indiquez un répertoire qui n'existe
-pas dans la cible, il sera créé lors de la synchronisation.
-
-
-
-
-Choisir le dossier sur la carte SD
-
-
Sélectionnez
-le répertoire racine de la SDCARD pour accéder à la SDCARD. Si vous ne pouvez
-pas le sélectionner, veuillez envoyer les informations du système au
-développeur avec "Menu -> System Info".
-Si la date et l'heure ne peuvent pas être déterminées depuis
-l'entête EXIF, afficher un message de confirmation
-
-
Si la case est cochée, lorsque
-la date et l'heure de tournage ne peuvent pas être obtenues à partir du fichier
-EXIF, un message de confirmation s'affiche pour indiquer si l'heure de la
-dernière modification du fichier a été utilisée ou non. Si vous sélectionnez
-Annuler dans la boîte de dialogue de confirmation, le fichier ne sera pas
-archivé.
-
-
-
-
-Archiver les fichiers si:
-
-
Choisissez les critères de
-temps pour déterminer les fichiers à archiver. La sélection de l'heure est
-basée sur la date de prise de vue de la photo/vidéo, ou sur la dernière heure
-modifiée s'il n'est pas possible d'acquérir l'horodatage à partir de l'en-tête
-EXIF.
-
-
-Toutes les dates
-
-
Archivez toutes les
-photos/vidéos
-
-
-Plus ancien que 7 jours
-
-
N'archivez que les fichiers
-dont la date de tournage est antérieure de 7 jours ou plus à l'heure actuelle.
-
-
-Plus ancien que 30 jours
-
-
N'archivez que les fichiers
-dont la date de tournage est antérieure de 30 jours ou plus à l'heure actuelle.
-
-
-Plus ancien que 60 jours
-
-
N'archivez que les fichiers
-dont la date de tournage est antérieure de 60 jours ou plus à l'heure actuelle.
-
-
-Plus ancien que 90 jours
-
-
N'archivez que les fichiers dont
-la date de tournage est antérieure de 90 jours ou plus à l'heure actuelle.
-
-
-Plus ancien que 180 jours
-
-
N'archivez que les fichiers
-dont la date de tournage est antérieure de 180 jours ou plus à l'heure
-actuelle.
-
-
-Plus ancien que 1 année
-
-
N'archivez que les fichiers
-dont la date de tournage est antérieure d'un an ou plus à l'heure actuelle.
-
-
-
-
-Incrémenter les noms de fichiers
-
-
Ajoutez le numéro de séquence
-incrémentielle au nom du fichier lors de l'archivage.
-
-
-Ne pas changer
-
-
Ne pas ajouter un numéro de
-séquence.
-
-
-3 chiffres (001-999)
-
-
Appendice 001-999
-
-
-4 chiffres (0001-9999)
-
-
Appendice 0001-9999
-
-
-5 chiffres (00001-99999)
-
-
Appendice 00001-99999
-
-
-6 chiffres (000001-999999)
-
-
Appendice 000001-999999
-
-
-
-
-Changer le nom du fichier avant de l'archiver dans le dossier
-cible
-
-
Si cette case est cochée, le
-nom du fichier archivé sera modifié en fonction des critères que vous aurez
-choisis. Vous pouvez ajouter la date et l'heure dans le nom du fichier
-"Modèle de nom de fichier".
-
-
-
-
-Modèle de nom de fichier
-
-
Saisissez
-les modèles à utiliser pour renommer les fichiers archivés. La valeur par
-défaut est DSC_%DATE%_%TIME%
-
-
-%Original name%
-
-
Sera remplacé par le nom de
-fichier original lors de l'archivage des archives (Ex. DSC_0001)
-
-
-%Date%
-
-
Sera remplacé par la date de
-tournage (ex. 2018-01-01)
-
-
-%Time%
-
-
Sera remplacé par l'heure de
-tournage (ex. 13:01:10)
-
-
-
-
La
-dernière ligne de l'écran indique à quoi ressembleront votre dossier cible et
-le nom du fichier une fois archivé.
-
-
-
-
-Créer un dossier dont le nom comprend la date de capture des
-photos et y stocker les fichiers archivés.
-
-
Crée un
-répertoire horodaté où stocker les fichiers archivés.
-
-
Lorsque
-cette option est cochée, le "modèle de nom de répertoire" s'affiche.
-
-
-
-
-Modèle de répertoire
-
-
Saisissez
-les modèles à utiliser pour renommer le répertoire à créer (exp. DIR-% ANNÉE%
--% MOIS% et ainsi de suite). En appuyant sur les boutons des modèles, vous
-pouvez entrer des mots-clés derrière le curseur.
-
-
-%Year%
-
-
Sera
-remplacé par l'année de tournage. (Ex. 2018)
-
-
-%Month%
-
-
Sera
-remplacé par le mois de tournage (Ex. 01)
-
-
-%Day%
-
-
Sera
-remplacé par le jour du tournage (Ex. 29)
-
-
-
-
La
-dernière ligne de l'écran indique à quoi ressembleront votre dossier cible et
-le nom du fichier une fois archivé.
Afficher la liste des rテゥpertoires sur le stockage interne. Lorsque vous appuyez sur le bouton "list directory", les rテゥpertoires sテゥlectionnables sont affichテゥs. Appuyez sur le rテゥpertoire que vous souhaitez choisir, puis sur le bouton "Sテゥlectionner". Pour revenir aux sous-rテゥpertoires, appuyez sur le nom du rテゥpertoire.
+
Ajouter des mots-clテゥs
+
%YEAR%, %MONTH%, %DAY% et %DAY-OF-YEAR% peuvent テェtre utilisテゥs comme noms de rテゥpertoires cibles. Les mots-clテゥs sont convertis en annテゥe, mois et jour de dテゥbut de la synchronisation.
+
Ces options ne sont affichテゥes que lorsque le type de synchronisation est Copier/Dテゥplacer.
+
Ajouter au nom du dossier la date/heure テ laquelle la photo/vidテゥo a テゥtテゥ prise (le mot-clテゥ sera remplacテゥ par la date et l'heure テ laquelle la photo/vidテゥo a テゥtテゥ prise)
+
Si elles sont vテゥrifiテゥes, les donnテゥes EXIF des supports sauvegardテゥs sont utilisテゥes pour obtenir la date et l'heure du tournage. L'horodatage des tirs est utilisテゥ et ajoutテゥ au dossier cible. Lorsque l'application ne parvient pas テ obtenir l'heure de tir テ partir des donnテゥes EXIF, elle utilise la derniティre heure modifiテゥe du fichier.
+
Rテゥpertoire
+
Veuillez entrer le rテゥpertoire cible ou le rテゥpertoire principal. Si vous indiquez un rテゥpertoire qui n'existe pas dans la cible, il sera crテゥテゥ lors de la synchronisation.
+
Choisir le dossier sur la carte SD
+
Sテゥlectionnez le rテゥpertoire racine de la SDCARD pour accテゥder テ la SDCARD. Si vous ne pouvez pas le sテゥlectionner, veuillez envoyer les informations du systティme au dテゥveloppeur avec "Menu -> System Info".
+
Les options suivantes ne sont affichテゥes que lorsque le type de synchronisation est Archive.
+
Si la date et l'heure ne peuvent pas テェtre dテゥterminテゥes depuis l'entテェte EXIF, afficher un message de confirmation
+
Si la case est cochテゥe, lorsque la date et l'heure de tournage ne peuvent pas テェtre obtenues テ partir du fichier EXIF, un message de confirmation s'affiche pour indiquer si l'heure de la derniティre modification du fichier a テゥtテゥ utilisテゥe ou non. Si vous sテゥlectionnez Annuler dans la boテョte de dialogue de confirmation, le fichier ne sera pas archivテゥ.
+
Archiver les fichiers si:
+
Choisissez les critティres de temps pour dテゥterminer les fichiers テ archiver. La sテゥlection de l'heure est basテゥe sur la date de prise de vue de la photo/vidテゥo, ou sur la derniティre heure modifiテゥe s'il n'est pas possible d'acquテゥrir l'horodatage テ partir de l'en-tテェte EXIF.
+
+
Toutes les dates
+
Archivez toutes les photos/vidテゥos
+
+
Plus ancien que 7 jours
+
N'archivez que les fichiers dont la date de tournage est antテゥrieure de 7 jours ou plus テ l'heure actuelle.
+
+
Plus ancien que 30 jours
+
N'archivez que les fichiers dont la date de tournage est antテゥrieure de 30 jours ou plus テ l'heure actuelle.
+
+
Plus ancien que 60 jours
+
N'archivez que les fichiers dont la date de tournage est antテゥrieure de 60 jours ou plus テ l'heure actuelle.
+
+
Plus ancien que 90 jours
+
N'archivez que les fichiers dont la date de tournage est antテゥrieure de 90 jours ou plus テ l'heure actuelle.
+
+
Plus ancien que 180 jours
+
N'archivez que les fichiers dont la date de tournage est antテゥrieure de 180 jours ou plus テ l'heure actuelle.
+
+
Plus ancien que 1 annテゥe
+
N'archivez que les fichiers dont la date de tournage est antテゥrieure d'un an ou plus テ l'heure actuelle.
+
+
+
+
+
Incrテゥmenter les noms de fichiers
+
Ajoutez le numテゥro de sテゥquence incrテゥmentielle au nom du fichier lors de l'archivage.
+
+
Ne pas changer
+
Ne pas ajouter un numテゥro de sテゥquence.
+
+
3 chiffres (001-999)
+
Appendice 001-999
+
+
4 chiffres (0001-9999)
+
Appendice 0001-9999
+
+
5 chiffres (00001-99999)
+
Appendice 00001-99999
+
+
6 chiffres (000001-999999)
+
Appendice 000001-999999
+
+
+
+
Changer le nom du fichier avant de l'archiver dans le dossier cible
+
Si cette case est cochテゥe, le nom du fichier archivテゥ sera modifiテゥ en fonction des critティres que vous aurez choisis. Vous pouvez ajouter la date et l'heure dans le nom du fichier "Modティle de nom de fichier".
+
Modティle de nom de fichier
+
Saisissez les modティles テ utiliser pour renommer les fichiers archivテゥs. La valeur par dテゥfaut est DSC%DATE%%TIME%
+
+
%Original name%
+
Sera remplacテゥ par le nom de fichier original lors de l'archivage des archives (Ex. DSC_0001)
+
+
%Date%
+
Sera remplacテゥ par la date de tournage (ex. 2018-01-01)
+
+
%Time%
+
Sera remplacテゥ par l'heure de tournage (ex. 13:01:10)
+
+
+
+
La derniティre ligne de l'テゥcran indique テ quoi ressembleront votre dossier cible et le nom du fichier une fois archivテゥ.
+
Crテゥer un dossier dont le nom comprend la date de capture des photos et y stocker les fichiers archivテゥs.
+
Crテゥe un rテゥpertoire horodatテゥ oテケ stocker les fichiers archivテゥs. Lorsque cette option est cochテゥe, le "modティle de nom de rテゥpertoire" s'affiche.
+
Modティle de rテゥpertoire
+
Saisissez les modティles テ utiliser pour renommer le rテゥpertoire テ crテゥer (exp. DIR-% ANNテ右% -% MOIS% et ainsi de suite). En appuyant sur les boutons des modティles, vous pouvez entrer des mots-clテゥs derriティre le curseur.
+
+
%Year%
+
Sera remplacテゥ par l'annテゥe de tournage. (Ex. 2018)
+
+
%Month%
+
Sera remplacテゥ par le mois de tournage (Ex. 01)
+
+
%Day%
+
Sera remplacテゥ par le jour du tournage (Ex. 29)
+
+
+
+
La derniティre ligne de l'テゥcran indique テ quoi ressembleront votre dossier cible et le nom du fichier une fois archivテゥ.
+
+
\ No newline at end of file
diff --git a/SMBSync2/src/main/assets/SMBSync2_Help_FR_folder_smb.files/image001.png b/SMBSync2/src/main/assets/SMBSync2_Help_FR_folder_smb.files/image001.png
deleted file mode 100644
index 59fbf1f1..00000000
Binary files a/SMBSync2/src/main/assets/SMBSync2_Help_FR_folder_smb.files/image001.png and /dev/null differ
diff --git a/SMBSync2/src/main/assets/SMBSync2_Help_FR_folder_smb.files/image002.png b/SMBSync2/src/main/assets/SMBSync2_Help_FR_folder_smb.files/image002.png
deleted file mode 100644
index 15ff5e63..00000000
Binary files a/SMBSync2/src/main/assets/SMBSync2_Help_FR_folder_smb.files/image002.png and /dev/null differ
diff --git a/SMBSync2/src/main/assets/SMBSync2_Help_FR_folder_smb.files/image003.png b/SMBSync2/src/main/assets/SMBSync2_Help_FR_folder_smb.files/image003.png
deleted file mode 100644
index 9200f96f..00000000
Binary files a/SMBSync2/src/main/assets/SMBSync2_Help_FR_folder_smb.files/image003.png and /dev/null differ
diff --git a/SMBSync2/src/main/assets/SMBSync2_Help_FR_folder_smb.files/image004.png b/SMBSync2/src/main/assets/SMBSync2_Help_FR_folder_smb.files/image004.png
deleted file mode 100644
index 5ae004bf..00000000
Binary files a/SMBSync2/src/main/assets/SMBSync2_Help_FR_folder_smb.files/image004.png and /dev/null differ
diff --git a/SMBSync2/src/main/assets/SMBSync2_Help_FR_folder_smb.htm b/SMBSync2/src/main/assets/SMBSync2_Help_FR_folder_smb.htm
deleted file mode 100644
index 0ac66f60..00000000
--- a/SMBSync2/src/main/assets/SMBSync2_Help_FR_folder_smb.htm
+++ /dev/null
@@ -1,765 +0,0 @@
-
-
-
-
-
-SMBSync Description
-
-
-
-
-
-
-
-
-
-Rechercher les serveurs SMB
-
-
Scanner le réseau pour trouver
-le serveur SMB disponible
-
-
-
-
-Nom du serveur/Adresse IP
-
-
Précisez le nom du serveur SMB
-ou l'adresse IP
-
-
-
-
-Protocole SMB
-
-
Vous
-pouvez spécifier le protocole SMB.
-
-
Ø
-Utiliser SMB V1
-
-
Ø
-Utiliser SMB V2 (2.01)
-
-
SMB min v2.1, max v2.1
-
-
Ø
-Utiliser SMB V2 (2.11)
-
-
SMB min v2.1, max v2.1
-
-
Ø
-Utiliser SMB V2/3 (2.12)
-
-
Prise en charge du
-protocole SMB V2 ou V3
-
-
SMB min v2.0.2, max v3.0
-
-
Ø
-Utiliser SMB V2/3 (2.14)
-
-
SMB min v2.0.2, max v3.0
-
-
-
-
-Utiliser le protocole SMB2
-
-
Lorsqu'elle
-est cochée, elle force
-setProperty("jcifs.smb.client.useSMB2Negotiation", "true") dans
-la fonction JcifsAuth(). Cela garantit l'utilisation du style de négociation
-SMB2 non rétrocompatible, incompatible avec les versions antérieures à SMB
-2.0.2
-
-
-
-
-Exiger l'authentification SMB IPC
-
-
Lors de la vérification, le
-client est tenu d'utiliser la signature SMB pour les connexions IPC$ comme
-transport DCERPC. Sinon, c'est autorisé, mais pas obligatoire.
-
-
-
-
-Saisir numéro de port
-
-
Précisez le numéro de port s'il
-est différent de celui par défaut. S'il est laissé vide, SMBSync2 essaiera de
-se connecter aux numéros de port standard par défaut 139 et 445.
-
-
-
-
-Utiliser un compte d'authentification
-
-
Doit être rempli si le serveur
-le demande.
-
-
-
-
-Nom d'utilisateur
-
-
Nom de compte d'utilisateur
-pour se connecter à l'hôte. Un compte Microsoft ne peut pas être utilisé avec
-SMBSync2. Veuillez créer un compte local et l'utiliser.
-
-
-
-
-Mot de passe
-
-
Mot de passe du compte pour se connecter
-à l'hôte.
-
-
-
-
-Afficher les dossiers partagés
-
-
Se connecte à l'hôte spécifié
-et liste toutes les actions disponibles pour le compte.
-
-
(Les noms des actions seront
-affichés lorsque vous appuierez sur le bouton " Afficher les dossiers
-partagés ". Cliquez sur le nom de l'action souhaitée, puis appuyez sur OK
-pour valider)
-
-
-
-
-Afficher les dossiers
-
-
Afficher la liste des annuaires
-sur l'action sélectionnée.
-
-
Lorsque vous appuyez sur le
-bouton "Répertoire de la liste", les répertoires sélectionnables sont
-affichés.
-
-
Appuyez sur l'annuaire que vous
-souhaitez choisir, puis sur le bouton "Sélectionner". Pour
-récapituler
-
-
en passant par les
-sous-répertoires, appuyez sur le nom du répertoire.
-
-
-
-
-
-
-Dossier
-
-
Veuillez entrer le répertoire
-cible ou le répertoire principal. Si vous indiquez un répertoire qui n'existe
-pas dans la cible, il sera créé lors de la synchronisation.
%YEAR%, %MONTH%, %DAY% et %DAY-OF-YEAR%
-peuvent être utilisés comme noms de répertoires cibles. Les mots-clés sont
-convertis en année, mois et jour de début de la synchronisation.
-Ajouter au nom du dossier la date/heure à laquelle la photo/vidéo
-a été prise (le mot-clé sera remplacé par la date et l'heure à laquelle la
-photo/vidéo a été prise)
-
-
Si elles sont vérifiées, les
-données EXIF des supports sauvegardés sont utilisées pour obtenir la date et
-l'heure du tournage. L'horodatage des tirs est utilisé et ajouté au dossier
-cible. Lorsque l'application ne parvient pas à obtenir l'heure de tir à partir
-des données EXIF, elle utilise la dernière heure modifiée du fichier.
-Si la date et l'heure ne peuvent pas être déterminées depuis
-l'entête EXIF, afficher un message de confirmation
-
-
Si la case est cochée, lorsque
-la date et l'heure de tournage ne peuvent pas être obtenues à partir du fichier
-EXIF, un message de confirmation s'affiche pour indiquer si l'heure de la
-dernière modification du fichier a été utilisée ou non. Si vous sélectionnez
-Annuler dans la boîte de dialogue de confirmation, le fichier ne sera pas
-archivé.
-
-
-
-
-Archiver les fichiers si:
-
-
Choisissez les critères de
-temps pour déterminer les fichiers à archiver. La sélection de l'heure est
-basée sur la date de prise de vue de la photo/vidéo, ou sur la dernière heure
-modifiée s'il n'est pas possible d'acquérir l'horodatage à partir de l'en-tête
-EXIF.
-
-
-Toutes les dates
-
-
Archivez toutes les
-photos/vidéos
-
-
-Plus ancien que 7 jours
-
-
N'archivez que les fichiers
-dont la date de tournage est antérieure de 7 jours ou plus à l'heure actuelle.
-
-
-Plus ancien que 30 jours
-
-
N'archivez que les fichiers
-dont la date de tournage est antérieure de 30 jours ou plus à l'heure actuelle.
-
-
-Plus ancien que 60 jours
-
-
N'archivez que les fichiers
-dont la date de tournage est antérieure de 60 jours ou plus à l'heure actuelle.
-
-
-Plus ancien que 90 jours
-
-
N'archivez que les fichiers
-dont la date de tournage est antérieure de 90 jours ou plus à l'heure actuelle.
-
-
-Plus ancien que 180 jours
-
-
N'archivez que les fichiers
-dont la date de tournage est antérieure de 180 jours ou plus à l'heure
-actuelle.
-
-
-Plus ancien que 1 année
-
-
N'archivez que les fichiers
-dont la date de tournage est antérieure d'un an ou plus à l'heure actuelle.
-
-
-
-
-Incrémenter les noms de fichiers
-
-
Ajoutez le numéro de séquence
-incrémentielle au nom du fichier lors de l'archivage.
-
-
-Ne pas changer
-
-
Ne pas ajouter un numéro de
-séquence.
-
-
-3 chiffres (001-999)
-
-
Appendice 001-999
-
-
-4 chiffres (0001-9999)
-
-
Appendice 0001-9999
-
-
-5 chiffres (00001-99999)
-
-
Appendice 00001-99999
-
-
-6 chiffres (000001-999999)
-
-
Appendice 000001-999999
-
-
-
-
-Changer le nom du fichier avant de l'archiver dans le dossier
-cible
-
-
Si cette case est cochée, le
-nom du fichier archivé sera modifié en fonction des critères que vous aurez
-choisis. Vous pouvez ajouter la date et l'heure dans le nom du fichier
-"Modèle de nom de fichier".
-
-
-
-
-Modèle de nom de fichier
-
-
Saisissez
-les modèles à utiliser pour renommer les fichiers archivés. La valeur par
-défaut est DSC_%DATE%_%TIME%
-
-
-%Original name%
-
-
Sera remplacé par le nom de
-fichier original lors de l'archivage des archives (Ex. DSC_0001)
-
-
-%Date%
-
-
Sera remplacé par la date de
-tournage (ex. 2018-01-01)
-
-
-%Time%
-
-
Sera remplacé par l'heure de
-tournage (ex. 13:01:10)
-
-
-
-
La
-dernière ligne de l'écran indique à quoi ressembleront votre dossier cible et
-le nom du fichier une fois archivé.
-
-
-
-
-Créer un dossier dont le nom comprend la date de capture des
-photos et y stocker les fichiers archivés.
-
-
Crée un
-répertoire horodaté où stocker les fichiers archivés.
-
-
Lorsque
-cette option est cochée, le "modèle de nom de répertoire" s'affiche.
-
-
-
-
-Modèle de répertoire
-
-
Saisissez
-les modèles à utiliser pour renommer le répertoire à créer (exp. DIR-% ANNÉE%
--% MOIS% et ainsi de suite). En appuyant sur les boutons des modèles, vous
-pouvez entrer des mots-clés derrière le curseur.
-
-
-%Year%
-
-
Sera
-remplacé par l'année de tournage. (Ex. 2018)
-
-
-%Month%
-
-
Sera remplacé
-par le mois de tournage (Ex. 01)
-
-
-%Day%
-
-
Sera
-remplacé par le jour du tournage (Ex. 29)
-
-
-
-
La
-dernière ligne de l'écran indique à quoi ressembleront votre dossier cible et
-le nom du fichier une fois archivé.
Scanner le rテゥseau pour trouver le serveur SMB disponible
+
Nom du serveur/Adresse IP
+
Prテゥcisez le nom du serveur SMB ou l'adresse IP
+
Protocole SMB
+
Vous pouvez spテゥcifier le protocole SMB.
+
+
Utiliser SMB V1
+
+
Utiliser SMB V2 (2.01)
+
SMB min v2.1, max v2.1
+
+
Utiliser SMB V2 (2.11)
+
SMB min v2.1, max v2.1
+
+
Utiliser SMB V2/3 (2.12)
+
Prise en charge du protocole SMB V2 ou V3
+
SMB min v2.0.2, max v3.0
+
+
Utiliser SMB V2/3 (2.14)
+
SMB min v2.0.2, max v3.0
+
+
+
+
Utiliser le protocole SMB2
+
Lorsqu'elle est cochテゥe, elle force setProperty("jcifs.smb.client.useSMB2Negotiation", "true") dans la fonction JcifsAuth(). Cela garantit l'utilisation du style de nテゥgociation SMB2 non rテゥtrocompatible, incompatible avec les versions antテゥrieures テ SMB 2.0.2
+
Exiger l'authentification SMB IPC
+
Lors de la vテゥrification, le client est tenu d'utiliser la signature SMB pour les connexions IPC$ comme transport DCERPC. Sinon, c'est autorisテゥ, mais pas obligatoire.
+
Saisir numテゥro de port
+
Prテゥcisez le numテゥro de port s'il est diffテゥrent de celui par dテゥfaut. S'il est laissテゥ vide, SMBSync2 essaiera de se connecter aux numテゥros de port standard par dテゥfaut 139 et 445.
+
Utiliser un compte d'authentification
+
Doit テェtre rempli si le serveur le demande.
+
Nom d'utilisateur
+
Nom de compte d'utilisateur pour se connecter テ l'hテエte. Un compte Microsoft ne peut pas テェtre utilisテゥ avec SMBSync2. Veuillez crテゥer un compte local et l'utiliser.
+
Mot de passe
+
Mot de passe du compte pour se connecter テ l'hテエte.
+
Afficher les dossiers partagテゥs
+
Se connecte テ l'hテエte spテゥcifiテゥ et liste toutes les actions disponibles pour le compte.
+
(Les noms des actions seront affichテゥs lorsque vous appuierez sur le bouton " Afficher les dossiers partagテゥs ". Cliquez sur le nom de l'action souhaitテゥe, puis appuyez sur OK pour valider)
+
Afficher les dossiers
+
Afficher la liste des annuaires sur l'action sテゥlectionnテゥe.
+
Lorsque vous appuyez sur le bouton "Rテゥpertoire de la liste", les rテゥpertoires sテゥlectionnables sont affichテゥs.
+
Appuyez sur l'annuaire que vous souhaitez choisir, puis sur le bouton "Sテゥlectionner". Pour rテゥcapituler
+
en passant par les sous-rテゥpertoires, appuyez sur le nom du rテゥpertoire.
+
Dossier
+
Veuillez entrer le rテゥpertoire cible ou le rテゥpertoire principal. Si vous indiquez un rテゥpertoire qui n'existe pas dans la cible, il sera crテゥテゥ lors de la synchronisation.
+
Ajouter des mots-clテゥs
+
%YEAR%, %MONTH%, %DAY% et %DAY-OF-YEAR% peuvent テェtre utilisテゥs comme noms de rテゥpertoires cibles. Les mots-clテゥs sont convertis en annテゥe, mois et jour de dテゥbut de la synchronisation.
+
+
Ces options ne sont affichテゥes que lorsque le type de synchronisation est Copier/Dテゥplacer.
+
Ajouter au nom du dossier la date/heure テ laquelle la photo/vidテゥo a テゥtテゥ prise (le mot-clテゥ sera remplacテゥ par la date et l'heure テ laquelle la photo/vidテゥo a テゥtテゥ prise)
+
Si elles sont vテゥrifiテゥes, les donnテゥes EXIF des supports sauvegardテゥs sont utilisテゥes pour obtenir la date et l'heure du tournage. L'horodatage des tirs est utilisテゥ et ajoutテゥ au dossier cible. Lorsque l'application ne parvient pas テ obtenir l'heure de tir テ partir des donnテゥes EXIF, elle utilise la derniティre heure modifiテゥe du fichier.
+
+
Les options suivantes ne sont affichテゥes que lorsque le type de synchronisation est Archive.
+
Si la date et l'heure ne peuvent pas テェtre dテゥterminテゥes depuis l'entテェte EXIF, afficher un message de confirmation
+
Si la case est cochテゥe, lorsque la date et l'heure de tournage ne peuvent pas テェtre obtenues テ partir du fichier EXIF, un message de confirmation s'affiche pour indiquer si l'heure de la derniティre modification du fichier a テゥtテゥ utilisテゥe ou non. Si vous sテゥlectionnez Annuler dans la boテョte de dialogue de confirmation, le fichier ne sera pas archivテゥ.
+
Archiver les fichiers si:
+
Choisissez les critティres de temps pour dテゥterminer les fichiers テ archiver. La sテゥlection de l'heure est basテゥe sur la date de prise de vue de la photo/vidテゥo, ou sur la derniティre heure modifiテゥe s'il n'est pas possible d'acquテゥrir l'horodatage テ partir de l'en-tテェte EXIF.
+
+
Toutes les dates
+
Archivez toutes les photos/vidテゥos
+
+
Plus ancien que 7 jours
+
N'archivez que les fichiers dont la date de tournage est antテゥrieure de 7 jours ou plus テ l'heure actuelle.
+
+
Plus ancien que 30 jours
+
N'archivez que les fichiers dont la date de tournage est antテゥrieure de 30 jours ou plus テ l'heure actuelle.
+
+
Plus ancien que 60 jours
+
N'archivez que les fichiers dont la date de tournage est antテゥrieure de 60 jours ou plus テ l'heure actuelle.
+
+
Plus ancien que 90 jours
+
N'archivez que les fichiers dont la date de tournage est antテゥrieure de 90 jours ou plus テ l'heure actuelle.
+
+
Plus ancien que 180 jours
+
N'archivez que les fichiers dont la date de tournage est antテゥrieure de 180 jours ou plus テ l'heure actuelle.
+
+
Plus ancien que 1 annテゥe
+
N'archivez que les fichiers dont la date de tournage est antテゥrieure d'un an ou plus テ l'heure actuelle.
+
+
+
+
Incrテゥmenter les noms de fichiers
+
Ajoutez le numテゥro de sテゥquence incrテゥmentielle au nom du fichier lors de l'archivage.
+
+
Ne pas changer
+
Ne pas ajouter un numテゥro de sテゥquence.
+
+
3 chiffres (001-999)
+
Appendice 001-999
+
+
4 chiffres (0001-9999)
+
Appendice 0001-9999
+
+
5 chiffres (00001-99999)
+
Appendice 00001-99999
+
+
6 chiffres (000001-999999)
+
Appendice 000001-999999
+
+
+
+
Changer le nom du fichier avant de l'archiver dans le dossier cible
+
Si cette case est cochテゥe, le nom du fichier archivテゥ sera modifiテゥ en fonction des critティres que vous aurez choisis. Vous pouvez ajouter la date et l'heure dans le nom du fichier "Modティle de nom de fichier".
+
Modティle de nom de fichier
+
Saisissez les modティles テ utiliser pour renommer les fichiers archivテゥs. La valeur par dテゥfaut est DSC%DATE%%TIME%
+
+
%Original name%
+
Sera remplacテゥ par le nom de fichier original lors de l'archivage des archives (Ex. DSC_0001)
+
+
%Date%
+
Sera remplacテゥ par la date de tournage (ex. 2018-01-01)
+
+
%Time%
+
Sera remplacテゥ par l'heure de tournage (ex. 13:01:10)
+
+
+
+
La derniティre ligne de l'テゥcran indique テ quoi ressembleront votre dossier cible et le nom du fichier une fois archivテゥ.
+
Crテゥer un dossier dont le nom comprend la date de capture des photos et y stocker les fichiers archivテゥs.
+
Crテゥe un rテゥpertoire horodatテゥ oテケ stocker les fichiers archivテゥs.
+
Lorsque cette option est cochテゥe, le "modティle de nom de rテゥpertoire" s'affiche.
+
Modティle de rテゥpertoire
+
Saisissez les modティles テ utiliser pour renommer le rテゥpertoire テ crテゥer (exp. DIR-% ANNテ右% -% MOIS% et ainsi de suite). En appuyant sur les boutons des modティles, vous pouvez entrer des mots-clテゥs derriティre le curseur.
+
+
%Year%
+
Sera remplacテゥ par l'annテゥe de tournage. (Ex. 2018)
+
+
%Month%
+
Sera remplacテゥ par le mois de tournage (Ex. 01)
+
+
%Day%
+
Sera remplacテゥ par le jour du tournage (Ex. 29)
+
+
+
+
La derniティre ligne de l'テゥcran indique テ quoi ressembleront votre dossier cible et le nom du fichier une fois archivテゥ.
+
+
\ No newline at end of file
diff --git a/SMBSync2/src/main/assets/SMBSync2_Help_FR_folder_usb.files/image001.png b/SMBSync2/src/main/assets/SMBSync2_Help_FR_folder_usb.files/image001.png
deleted file mode 100644
index 59fbf1f1..00000000
Binary files a/SMBSync2/src/main/assets/SMBSync2_Help_FR_folder_usb.files/image001.png and /dev/null differ
diff --git a/SMBSync2/src/main/assets/SMBSync2_Help_FR_folder_usb.files/image002.png b/SMBSync2/src/main/assets/SMBSync2_Help_FR_folder_usb.files/image002.png
deleted file mode 100644
index 15ff5e63..00000000
Binary files a/SMBSync2/src/main/assets/SMBSync2_Help_FR_folder_usb.files/image002.png and /dev/null differ
diff --git a/SMBSync2/src/main/assets/SMBSync2_Help_FR_folder_usb.files/image003.png b/SMBSync2/src/main/assets/SMBSync2_Help_FR_folder_usb.files/image003.png
deleted file mode 100644
index 9200f96f..00000000
Binary files a/SMBSync2/src/main/assets/SMBSync2_Help_FR_folder_usb.files/image003.png and /dev/null differ
diff --git a/SMBSync2/src/main/assets/SMBSync2_Help_FR_folder_usb.files/image004.png b/SMBSync2/src/main/assets/SMBSync2_Help_FR_folder_usb.files/image004.png
deleted file mode 100644
index 5ae004bf..00000000
Binary files a/SMBSync2/src/main/assets/SMBSync2_Help_FR_folder_usb.files/image004.png and /dev/null differ
diff --git a/SMBSync2/src/main/assets/SMBSync2_Help_FR_folder_usb.htm b/SMBSync2/src/main/assets/SMBSync2_Help_FR_folder_usb.htm
deleted file mode 100644
index 1462e0fe..00000000
--- a/SMBSync2/src/main/assets/SMBSync2_Help_FR_folder_usb.htm
+++ /dev/null
@@ -1,617 +0,0 @@
-
-
-
-
-
-SMBSync Description
-
-
-
-
-
-
-
-
-
-Afficher les dossiers
-
-
Afficher la liste des
-répertoires sur le support USB.
-
-
Lorsque vous appuyez sur le
-bouton "list directory", les répertoires sélectionnables sont
-affichés. Appuyez sur le répertoire que vous souhaitez choisir, puis sur le
-bouton "Sélectionner". Pour revenir aux sous-répertoires, appuyez sur
-le nom du répertoire.
%YEAR%, %MONTH%, %DAY% et
-%DAY-OF-YEAR% peuvent être utilisés comme noms de répertoires cibles. Les
-mots-clés sont convertis en année, mois et jour de début de la synchronisation.
-
-
-
-
Ces options ne sont affichées que lorsque le type de synchronisation
-est Copier/Déplacer.
-
-
-Ajouter au nom du dossier la
-date/heure à laquelle la photo/vidéo a été prise (le mot-clé sera remplacé par
-la date et l\'heure à laquelle la photo/vidéo a été prise)
-
-
Si
-elles sont vérifiées, les données EXIF des supports sauvegardés sont utilisées
-pour obtenir la date et l'heure du tournage. L'horodatage des tirs est utilisé
-et ajouté au dossier cible. Lorsque l'application ne parvient pas à obtenir
-l'heure de tir à partir des données EXIF, elle utilise la dernière heure
-modifiée du fichier.
-
-
-
-
-Répertoire
-
-
Veuillez
-entrer le répertoire cible ou le répertoire principal. Si vous indiquez un
-répertoire qui n'existe pas dans la cible, il sera créé lors de la
-synchronisation.
-
-
-
-
-Choisir le dossier sur le stockage USB
-
-
Sélectionnez
-le répertoire racine du support USB pour accéder au stockage USB. Si vous ne
-pouvez pas le sélectionner, veuillez envoyer les informations système au
-développeur avec "Menu -> System Info".
-
-
Le
-support USB ne peut être utilisé que s'il existe un point de montage (exp.
-/storage/0123-0123, etc.) correspondant à l'UUID du support USB.
-
-
-
-
Les options suivantes ne sont affichées que lorsque le type de
-synchronisation est Archive.
-
-
-Si la date et l'heure ne peuvent pas être déterminées depuis
-l'entête EXIF, afficher un message de confirmation.
-
-
Si la case est cochée, lorsque
-la date et l'heure de tournage ne peuvent pas être obtenues à partir du fichier
-EXIF, un message de confirmation s'affiche pour indiquer si l'heure de la
-dernière modification du fichier a été utilisée ou non. Si vous sélectionnez
-Annuler dans la boîte de dialogue de confirmation, le fichier ne sera pas
-archivé.
-
-
-
-
-Archiver les fichiers si:
-
-
Choisissez les critères de
-temps pour déterminer les fichiers à archiver. La sélection de l'heure est
-basée sur la date de prise de vue de la photo/vidéo, ou sur la dernière heure
-modifiée s'il n'est pas possible d'acquérir l'horodatage à partir de l'en-tête
-EXIF.
-
-
-Toutes les dates
-
-
Archivez toutes les
-photos/vidéos
-
-
-Plus ancien que 7 jours
-
-
N'archivez que les fichiers
-dont la date de tournage est antérieure de 7 jours ou plus à l'heure actuelle.
-
-
-Plus ancien que 30 jours
-
-
N'archivez que les fichiers
-dont la date de tournage est antérieure de 30 jours ou plus à l'heure actuelle.
-
-
-Plus ancien que 60 jours
-
-
N'archivez que les fichiers
-dont la date de tournage est antérieure de 60 jours ou plus à l'heure actuelle.
-
-
-Plus ancien que 90 jours
-
-
N'archivez que les fichiers
-dont la date de tournage est antérieure de 90 jours ou plus à l'heure actuelle.
-
-
-Plus ancien que 180 jours
-
-
N'archivez que les fichiers
-dont la date de tournage est antérieure de 180 jours ou plus à l'heure
-actuelle.
-
-
-Plus ancien que 1 année
-
-
N'archivez que les fichiers
-dont la date de tournage est antérieure d'un an ou plus à l'heure actuelle.
-
-
-
-
-Incrémenter les noms de fichiers
-
-
Ajoutez le numéro de séquence
-incrémentielle au nom du fichier lors de l'archivage.
-
-
-Ne pas changer
-
-
Ne pas ajouter un numéro de
-séquence.
-
-
-3 chiffres (001-999)
-
-
Appendice 001-999
-
-
-4 chiffres (0001-9999)
-
-
Appendice 0001-9999
-
-
-5 chiffres (00001-99999)
-
-
Appendice 00001-99999
-
-
-6 chiffres (000001-999999)
-
-
Appendice 000001-999999
-
-
-
-
-Changer le nom du fichier avant de l'archiver dans le dossier
-cible
-
-
Si cette case est cochée, le
-nom du fichier archivé sera modifié en fonction des critères que vous aurez
-choisis. Vous pouvez ajouter la date et l'heure dans le nom du fichier
-"Modèle de nom de fichier".
-
-
-
-
-Modèle de nom de fichier
-
-
Saisissez
-les modèles à utiliser pour renommer les fichiers archivés. La valeur par
-défaut est DSC_%DATE%_%TIME%
-
-
-%Original name%
-
-
Sera remplacé par le nom de
-fichier original lors de l'archivage des archives (Ex. DSC_0001)
-
-
-%Date%
-
-
Sera remplacé par la date de
-tournage (ex. 2018-01-01)
-
-
-%Time%
-
-
Sera remplacé par l'heure de
-tournage (ex. 13:01:10)
-
-
-
-
La
-dernière ligne de l'écran indique à quoi ressembleront votre dossier cible et
-le nom du fichier une fois archivé.
-
-
-
-
-Créer un dossier dont le nom comprend la date de capture des
-photos et y stocker les fichiers archivés.
-
-
Crée un
-répertoire horodaté où stocker les fichiers archivés.
-
-
Lorsque
-cette option est cochée, le "modèle de nom de répertoire" s'affiche.
-
-
-
-
-Modèle de répertoire
-
-
Saisissez
-les modèles à utiliser pour renommer le répertoire à créer (exp. DIR-% ANNÉE%
--% MOIS% et ainsi de suite). En appuyant sur les boutons des modèles, vous
-pouvez entrer des mots-clés derrière le curseur.
-
-
-%Year%
-
-
Sera
-remplacé par l'année de tournage. (Ex. 2018)
-
-
-%Month%
-
-
Sera
-remplacé par le mois de tournage (Ex. 01)
-
-
-%Day%
-
-
Sera
-remplacé par le jour du tournage (Ex. 29)
-
-
-
-
La
-dernière ligne de l'écran indique à quoi ressembleront votre dossier cible et
-le nom du fichier une fois archivé.
Afficher la liste des rテゥpertoires sur le support USB.
+Lorsque vous appuyez sur le bouton "list directory", les rテゥpertoires sテゥlectionnables sont affichテゥs. Appuyez sur le rテゥpertoire que vous souhaitez choisir, puis sur le bouton "Sテゥlectionner". Pour revenir aux sous-rテゥpertoires, appuyez sur le nom du rテゥpertoire.
+
Ajouter des mots-clテゥs
+
%YEAR%, %MONTH%, %DAY% et %DAY-OF-YEAR% peuvent テェtre utilisテゥs comme noms de rテゥpertoires cibles. Les mots-clテゥs sont convertis en annテゥe, mois et jour de dテゥbut de la synchronisation.
+
Ces options ne sont affichテゥes que lorsque le type de synchronisation est Copier/Dテゥplacer.
+
Ajouter au nom du dossier la date/heure テ laquelle la photo/vidテゥo a テゥtテゥ prise (le mot-clテゥ sera remplacテゥ par la date et l'heure テ laquelle la photo/vidテゥo a テゥtテゥ prise)
+
Si elles sont vテゥrifiテゥes, les donnテゥes EXIF des supports sauvegardテゥs sont utilisテゥes pour obtenir la date et l'heure du tournage. L'horodatage des tirs est utilisテゥ et ajoutテゥ au dossier cible. Lorsque l'application ne parvient pas テ obtenir l'heure de tir テ partir des donnテゥes EXIF, elle utilise la derniティre heure modifiテゥe du fichier.
+
Rテゥpertoire
+
Veuillez entrer le rテゥpertoire cible ou le rテゥpertoire principal. Si vous indiquez un rテゥpertoire qui n'existe pas dans la cible, il sera crテゥテゥ lors de la synchronisation.
+
Choisir le dossier sur le stockage USB
+
Sテゥlectionnez le rテゥpertoire racine du support USB pour accテゥder au stockage USB. Si vous ne pouvez pas le sテゥlectionner, veuillez envoyer les informations systティme au dテゥveloppeur avec "Menu -> System Info".
+Le support USB ne peut テェtre utilisテゥ que s'il existe un point de montage (exp. /storage/0123-0123, etc.) correspondant テ l'UUID du support USB.
+
Les options suivantes ne sont affichテゥes que lorsque le type de synchronisation est Archive.
+
Si la date et l'heure ne peuvent pas テェtre dテゥterminテゥes depuis l'entテェte EXIF, afficher un message de confirmation.
+
Si la case est cochテゥe, lorsque la date et l'heure de tournage ne peuvent pas テェtre obtenues テ partir du fichier EXIF, un message de confirmation s'affiche pour indiquer si l'heure de la derniティre modification du fichier a テゥtテゥ utilisテゥe ou non. Si vous sテゥlectionnez Annuler dans la boテョte de dialogue de confirmation, le fichier ne sera pas archivテゥ.
+
Archiver les fichiers si:
+
Choisissez les critティres de temps pour dテゥterminer les fichiers テ archiver. La sテゥlection de l'heure est basテゥe sur la date de prise de vue de la photo/vidテゥo, ou sur la derniティre heure modifiテゥe s'il n'est pas possible d'acquテゥrir l'horodatage テ partir de l'en-tテェte EXIF.
+
+
Toutes les dates
+Archivez toutes les photos/vidテゥos
+
+
Plus ancien que 7 jours
+
N'archivez que les fichiers dont la date de tournage est antテゥrieure de 7 jours ou plus テ l'heure actuelle.
+
+
Plus ancien que 30 jours
+
N'archivez que les fichiers dont la date de tournage est antテゥrieure de 30 jours ou plus テ l'heure actuelle.
+
+
Plus ancien que 60 jours
+
N'archivez que les fichiers dont la date de tournage est antテゥrieure de 60 jours ou plus テ l'heure actuelle.
+
+
Plus ancien que 90 jours
+
N'archivez que les fichiers dont la date de tournage est antテゥrieure de 90 jours ou plus テ l'heure actuelle.
+
+
Plus ancien que 180 jours
+
N'archivez que les fichiers dont la date de tournage est antテゥrieure de 180 jours ou plus テ l'heure actuelle.
+
+
Plus ancien que 1 annテゥe
+
N'archivez que les fichiers dont la date de tournage est antテゥrieure d'un an ou plus テ l'heure actuelle.
+
+
+
+
Incrテゥmenter les noms de fichiers
+
Ajoutez le numテゥro de sテゥquence incrテゥmentielle au nom du fichier lors de l'archivage.
+
+
Ne pas changer
+
Ne pas ajouter un numテゥro de sテゥquence.
+
+
3 chiffres (001-999)
+
Appendice 001-999
+
+
4 chiffres (0001-9999)
+
Appendice 0001-9999
+
+
5 chiffres (00001-99999)
+
Appendice 00001-99999
+
+
6 chiffres (000001-999999)
+
Appendice 000001-999999
+
+
+
+
Changer le nom du fichier avant de l'archiver dans le dossier cible
+
Si cette case est cochテゥe, le nom du fichier archivテゥ sera modifiテゥ en fonction des critティres que vous aurez choisis. Vous pouvez ajouter la date et l'heure dans le nom du fichier "Modティle de nom de fichier".
+
Modティle de nom de fichier
+
Saisissez les modティles テ utiliser pour renommer les fichiers archivテゥs. La valeur par dテゥfaut est DSC%DATE%%TIME%
+
+
%Original name%
+
Sera remplacテゥ par le nom de fichier original lors de l'archivage des archives (Ex. DSC_0001)
+
+
%Date%
+
Sera remplacテゥ par la date de tournage (ex. 2018-01-01)
+
+
%Time%
+
Sera remplacテゥ par l'heure de tournage (ex. 13:01:10)
+
+
+
+
La derniティre ligne de l'テゥcran indique テ quoi ressembleront votre dossier cible et le nom du fichier une fois archivテゥ.
+
Crテゥer un dossier dont le nom comprend la date de capture des photos et y stocker les fichiers archivテゥs.
+
Crテゥe un rテゥpertoire horodatテゥ oテケ stocker les fichiers archivテゥs.
+
Lorsque cette option est cochテゥe, le "modティle de nom de rテゥpertoire" s'affiche.
+
Modティle de rテゥpertoire
+
Saisissez les modティles テ utiliser pour renommer le rテゥpertoire テ crテゥer (exp. DIR-% ANNテ右% -% MOIS% et ainsi de suite). En appuyant sur les boutons des modティles, vous pouvez entrer des mots-clテゥs derriティre le curseur.
+
+
%Year%
+
Sera remplacテゥ par l'annテゥe de tournage. (Ex. 2018)
+
+
%Month%
+
Sera remplacテゥ par le mois de tournage (Ex. 01)
+
+
%Day%
+
Sera remplacテゥ par le jour du tournage (Ex. 29)
+
+
+
+
La derniティre ligne de l'テゥcran indique テ quoi ressembleront votre dossier cible et le nom du fichier une fois archivテゥ.
%YEAR%, %MONTH%, %DAY% et
-%DAY-OF-YEAR% peuvent être utilisés comme noms de répertoires cibles. Les
-mots-clés sont convertis en année, mois et jour de début de la synchronisation.
-
-
-
-
-Niveau de compression
-
-
Sélectionnez le niveau de compression
-ZIP. Les niveaux de compression les plus élevés sont les plus lents.
-
-
-
-
-Méthode de cryptage
-
-
Sélectionnez la méthode de
-cryptage pour le fichier ZIP.
-
-
-
-
-Mot de passe et confirmation du mot de passe
-
-
Précisez le mot de passe de
-cryptage.
-
-
-
-
Remarque : actuellement, lorsque le ZIP est sélectionné
-comme cible, SMBSync2 ne prend en charge que le stockage interne comme maître.
-Les supports USB, SMB et SD externe ne peuvent pas être utilisés comme stockage
-maître lorsque la cible ZIP est sélectionnée.
Sテゥlectionnez le point de montage oテケ vous souhaitez stocker le fichier ZIP.
+
Enregistrer le fichier ZIP sur la carte SD
+
Vテゥrifiez que le fichier ZIP est bien enregistrテゥ dans la SDCARD. Sinon, il sera sauvegardテゥ dans le stockage interne.
+
Synchronisation impossible sans autoriser l'accティs en テゥcriture テ la carte SD
+
Appuyez sur pour afficher l'テゥcran de sテゥlection afin de donner l'accティs et les droits d'テゥcriture テ la SDCARD.
+
Afficher les fichiers
+
Afficher la liste des rテゥpertoires et des fichiers dans le dossier sテゥlectionnテゥ.
+
Fichier Zip
+
Prテゥcisez le nom du fichier ZIP cible.
+
Ajouter des mots-clテゥs
+
%YEAR%, %MONTH%, %DAY% et %DAY-OF-YEAR% peuvent テェtre utilisテゥs comme noms de rテゥpertoires cibles. Les mots-clテゥs sont convertis en annテゥe, mois et jour de dテゥbut de la synchronisation.
+
Niveau de compression
+
Sテゥlectionnez le niveau de compression ZIP. Les niveaux de compression les plus テゥlevテゥs sont les plus lents.
+
Mテゥthode de cryptage
+
Sテゥlectionnez la mテゥthode de cryptage pour le fichier ZIP.
+
Mot de passe et confirmation du mot de passe
+
Prテゥcisez le mot de passe de cryptage.
+Remarque : actuellement, lorsque le ZIP est sテゥlectionnテゥ comme cible, SMBSync2 ne prend en charge que le stockage interne comme maテョtre. Les supports USB, SMB et SD externe ne peuvent pas テェtre utilisテゥs comme stockage maテョtre lorsque la cible ZIP est sテゥlectionnテゥe.
+
+
\ No newline at end of file
diff --git a/SMBSync2/src/main/assets/SMBSync2_Help_FR_task.files/image001.png b/SMBSync2/src/main/assets/SMBSync2_Help_FR_task.files/image001.png
deleted file mode 100644
index 59fbf1f1..00000000
Binary files a/SMBSync2/src/main/assets/SMBSync2_Help_FR_task.files/image001.png and /dev/null differ
diff --git a/SMBSync2/src/main/assets/SMBSync2_Help_FR_task.files/image002.png b/SMBSync2/src/main/assets/SMBSync2_Help_FR_task.files/image002.png
deleted file mode 100644
index 15ff5e63..00000000
Binary files a/SMBSync2/src/main/assets/SMBSync2_Help_FR_task.files/image002.png and /dev/null differ
diff --git a/SMBSync2/src/main/assets/SMBSync2_Help_FR_task.files/image003.png b/SMBSync2/src/main/assets/SMBSync2_Help_FR_task.files/image003.png
deleted file mode 100644
index 9200f96f..00000000
Binary files a/SMBSync2/src/main/assets/SMBSync2_Help_FR_task.files/image003.png and /dev/null differ
diff --git a/SMBSync2/src/main/assets/SMBSync2_Help_FR_task.files/image004.png b/SMBSync2/src/main/assets/SMBSync2_Help_FR_task.files/image004.png
deleted file mode 100644
index 5ae004bf..00000000
Binary files a/SMBSync2/src/main/assets/SMBSync2_Help_FR_task.files/image004.png and /dev/null differ
diff --git a/SMBSync2/src/main/assets/SMBSync2_Help_FR_task.htm b/SMBSync2/src/main/assets/SMBSync2_Help_FR_task.htm
deleted file mode 100644
index 750e2c8c..00000000
--- a/SMBSync2/src/main/assets/SMBSync2_Help_FR_task.htm
+++ /dev/null
@@ -1,998 +0,0 @@
-
-
-
-
-
-SMBSync Description
-
-
-
-
-
-
-
-
-
-Mode Test
-
-
Lors de la vérification, aucun
-fichier n'est supprimé, copié ou écrasé. Aucune modification n'est apportée à
-vos fichiers, tant sur la cible que sur le maître. Veuillez utiliser le mode
-Test pour vérifier les fichiers qui seront supprimés/copiés/remplacés pendant
-la tâche de synchronisation réelle. Les opérations effectuées sur les fichiers
-apparaîtront dans l'onglet Messages.
-
-
-
-
-Synchronisation Auto
-
-
Si elle est cochée, la tâche
-peut être lancée automatiquement à des intervalles planifiés dans le
-programmateur. Les tâches qui sont réglées sur la synchronisation automatique
-démarrent lorsque vous appuyez sur le bouton de synchronisation en haut à
-droite de l'écran principal de l'application.
-
-
-
-
-Nom de la tâche de synchronisation
-
-
Indiquez un nom pour la tâche.
-Le nom de la tâche de synchronisation n'est pas sensible à la casse.
-
-
-
-
-Mode de sync
-
-
Les modes de synchronisation
-actuellement pris en charge sont Mirror, Copy, Move ou Archive.
-
-
-
-
-Miroir
-
-
Le dossier cible est conservé comme une copie
-exacte du dossier principal. Si un fichier est différent entre le dossier
-principal et le dossier cible, le fichier principal écrase le fichier cible.
-Les dossiers et fichiers non présents sur la cible sont copiés à partir du
-master. Les fichiers et dossiers qui n'existent pas sur le master sont
-également supprimés de la cible. Seuls les fichiers modifiés (par la taille
-et/ou la date/heure) sont mis à jour dans la cible.
-
-
-Déplacer
-
-
Si
-un fichier est différent entre le maître et la cible, le fichier sur le maître
-écrase le fichier sur la cible. Une fois copiés sur la cible, les fichiers et
-les dossiers sont supprimés du master (comme la commande move).
-
-
Seuls les fichiers modifiés (par la taille
-et/ou la date/heure) sont copiés dans la cible. Les fichiers identiques, sur la
-base des critères de comparaison sélectionnés, sont supprimés du fichier maître
-sans être copiés. Les fichiers et dossiers de la cible, non présents sur le
-master, sont évidemment préservés.
-
-
-Copier
-
-
Même
-chose que pour Move, mais les fichiers ne sont pas supprimés du master après
-avoir été copiés.
-
-
Si
-un fichier est différent entre le master et la cible, le fichier du master
-écrase le fichier de la cible. Une fois copiés sur la cible, les fichiers et
-les dossiers sont conservés sur le master (comme une commande de copie).
-
-
Seuls les fichiers modifiés (par la taille
-et/ou la date/heure) sont copiés vers la cible. Les fichiers identiques, sur la
-base des critères de comparaison sélectionnés, sont ignorés et ne sont pas
-copiés à nouveau.
-
-
-Archiver
-
-
Archivez des photos et des vidéos en les
-déplaçant du dossier principal au dossier cible. Des critères spécifiques aux
-médias peuvent être spécifiés pour l'archivage : date/heure de tournage, date
-et heure de la dernière exécution de l'archive (par exemple 7 jours ou plus tôt
-ou 30 jours ou plus tôt). Le ZIP ne peut pas être spécifié comme cible pour les
-opérations d'archivage.
-
-
-
-
Comparer
-les critères:
-
-
Sur la base de ces critères, les dossiers sont considérés
-comme différents :
-
-
1.Le nom du
-fichier/dossier n'existe que sur le maître ou la cible, et non sur les deux
-côtés
-
-
2.Les fichiers ont
-des tailles différentes
-
-
3.Les fichiers ont
-un horodatage différent (date et heure de la dernière modification)
-
-
Consultez les options avancées ci-dessous pour obtenir des
-informations plus détaillées sur les critères de comparaison et les paramètres
-plus granulaires.
-
-
-
-
-Inverser les dossiers source et destination
-
-
Échangez les dossiers maître et
-cible : le maître devient la cible et la cible est changée en maître.
-
-
-
-
-Dossier Maitre (Source)
-
-
Appuyez
-sur l'icône/nom du stockage pour modifier le dossier principal.
-
-
-
-
-Dossier Cible (Destination)
-
-
Appuyez
-sur l'icône/nom du stockage pour modifier le dossier cible.
-
-
-
-
-Filtre de fichiers / Sélectionner les fichiers à synchroniser
-
-
Si cette option n'est pas
-cochée, tous les fichiers sont synchronisés. Si vous cochez le filtre de
-fichiers, vous obtenez les options suivantes :
Il s'agit d'un filtre personnalisé
-d'inclusion/exclusion de fichiers. Vous pouvez sélectionner le nom et
-l'extension des fichiers que vous voulez exclure ou inclure du processus de
-synchronisation.
-
-
Les caractères génériques comme *.docx sont pris en
-charge.
-
-
-
-
-Filtre de fichiers / Sélectionner les sous-dossiers
-
-
Si la case n'est pas cochée,
-tous les dossiers sont synchronisés. Si vous cochez le filtre des
-sous-répertoires, vous obtenez les options suivantes :
-
-
-Filtre de dossiers
-
-
Il s'agit d'un filtre
-personnalisé d'inclusion/exclusion de répertoire. Vous pouvez sélectionner le
-nom des dossiers que vous souhaitez exclure ou inclure du processus de synchronisation.
-
-
-
Les caractères génériques
-comme /*cahe/ sont pris en charge.
-
-
-
-
-Démarrer la synchronisation seulement si l'appareil est en charge
-
-
Les
-tâches planifiées par Auto Sync ne démarrent pas si l'appareil ne se charge
-pas. Il est toujours possible de les démarrer manuellement.
-
-
-
-
-Synchroniser les fichiers situés dans la racine du dossier source
-(si décoché, seuls les dossiers et leurs fichiers/sous-dossiers sont
-synchronisés)
-
-
Si la case n'est pas cochée,
-seuls les dossiers et leurs fichiers/sous-dossiers sous le répertoire principal
-sont synchronisés. Par défaut, il est coché et les fichiers situés directement
-à la racine du répertoire principal seront également synchronisés.
-
-
-
-
-Confirmer avant de remplacer/supprimer
-
-
Lorsqu'elle est cochée, elle
-affiche un dialogue de confirmation avant d'écraser ou de supprimer des
-fichiers.
-
-
-
-
-Options Wifi AP
-
-
ØMême si Wifi éteint:essaiera de démarrer la
-synchronisation même si le Wifi est désactivé
-
-
ØTous les réseaux:se synchronise uniquement lorsqu'il
-est connecté à un réseau wifi. Il acceptera n'importe quel nom de SSID WLAN.
-
-
ØWifi Sélectionnés:ne démarre la synchronisation que si
-le Wifi est connecté à un SSID WLAN dans la liste que vous pouvez spécifier.
-Vous pouvez également ajouter automatiquement le SSID actuellement connecté.
-
-
ØWifi avec IP privée:vous ne pouvez lancer la
-synchronisation que si l'adresse IP attribuée au réseau Wifi se situe dans les
-plages suivantes : 10.0.0.0 - 10.255.255.255, 172.16.0.0 - 172.31.255.255 ou
-192.168.0.0 - 192.168.255.255.
-
-
ØListe d'adresse IP: vous ne pouvez commencer la
-synchronisation que si l'adresse IP WiFi correspond à l'une des adresses
-spécifiées. Vous pouvez également ajouter directement l'adresse IP actuelle à
-laquelle votre appareil est connecté via la liste de sélection des adresses IP.
-
-
-
-
-Ignorer la tâche si le WLAN n'est pas connecté au point d'accès
-spécifié, ou que l'adresse IP ne correspond pas à celle spécifiée.
-
-
Auto Sync sautera la tâche
-si elle ne correspond pas aux critères spécifiés.
-
-
-
-
-Autoriser la connexion aux adresses IP publiques
-
-
La
-synchronisation sera autorisée chaque fois que le Wifi est connecté à n'importe
-quel réseau, même sur des plages IP publiques (comme dans un Wifi public).
-
-
-
-
-Options avancées
-
-
Veuillez l'utiliser lorsque vous définissez des options détaillées.
-
-
-
-
-Inclure les sous-dossiers
-
-
It
-will recursively include subdirectories under the specified master folder.
-
-
-
-
-Inclure les dossiers vides
-
-
Synchronise les répertoires
-vides (même si un répertoire est vide sur le master, il sera créé sur la
-cible). Si elle n'est pas cochée, les répertoires vides sur le master sont
-ignorés.
Lorsqu'il
-est vérifié, Sync inclura les fichiers linux cachés (ceux dont le nom commence
-par un point). Notez que dans Windows et Samba, l'attribut caché n'est pas
-défini par le nom du fichier. Ainsi, le fichier synchronisé sur la cible
-SMB/Windows n'aura pas l'attribut caché de l'hôte.
-
-
-
-
-Remplacer les fichiers destination
-
-
If unchecked, files on the
-target will never be overwritten even if the compare criteria by size and time
-are different.
-
-
-
-
-Utiliser le filtre amélioré de sélection de dossiers
-
-
If the upper directory is
-excluded by a filter while one of its sub-directories is selected/included, the
-sub-directories of the selected folder will be synchronized.
-
-
-
-
-Réessayer en cas d'erreur de connexion (uniquement pour les
-actions des SMB)
-
-
On server-side
-connection errors, SMBSync2 will try again the synchronization for a maximum of
-3 times at a 30 seconds interval.
-
-
-
-
-Limiter le cache SMB E/S en écriture à 16Ko (uniquement pour les
-actions des SMB)
-
-
Veuillez essayer si vous obtenez une erreur "Access is
-denied" lorsque vous écrivez dans le dossier PC/NAS.
-
-
Lorsqu'il
-est vérifié, il limite le tampon d'entrée/sortie à 16KB pour l'écriture des
-opérations sur l'hôte SMB.
-
-
-
-
-Ne pas créer de fichier temporaire avant l'écriture dans le
-dossier SMB (uniquement pour les actions des SMB)
-
-
Vérifié
-par défaut (recommandé). Lorsqu'il est copié sur l'hôte SMB, le fichier sera
-copié dans un dossier temporaire de l'hôte. Une fois l'opération de copie
-réussie, le fichier temporaire est déplacé vers sa destination finale en
-écrasant le fichier cible. Si la case n'est pas cochée, le fichier cible sur
-l'hôte est immédiatement écrasé au début de la copie. Si une erreur de
-connexion se produit, le fichier sur l'hôte reste corrompu jusqu'à la prochaine
-synchronisation.
-
-
-
-
-Ne pas changer la date de dernière modification du fichier
-destination pour qu'elle soit identique à la source
-
-
Veuillez l'activer si vous
-obtenez une erreur telle que SmbFile#setLastModified()/File#setLastModified()
-échoue. Cela signifie que l'hôte distant n'autorise pas le paramétrage du
-fichier de la dernière modification. Si cette case n'est pas cochée, la dernière
-heure de modification du fichier copié sur la cible sera fixée à l'heure à
-laquelle il a été copié / synchronisé. Cela signifie que le fichier cible
-apparaîtra plus récent que le fichier maître.
-
-
Pour les prochaines
-synchronisations, vous pouvez :
-
-
·
-vous en tenir à une comparaison par taille uniquement, ou
-
-
·
-vous pouvez activer l'option "Ne pas écraser le fichier de
-destination s'il est plus récent que le fichier source" pour ne copier que
-les fichiers modifiés ultérieurement sur le master, ou
-
-
·
-vous pouvez activer l'option de tâche "Obtenir l'heure de
-dernière modification des fichiers de la liste personnalisée de l'application
-SMBSync2". Cependant, cette option n'est pas disponible actuellement si la
-cible est SMB. La plupart des hôtes SMB prennent en charge la définition de
-l'heure de dernière modification.
-
-
-
-
Voir ci-dessous pour des
-informations détaillées sur chaque option.
-
-
-
-
-Obtenir la date de dernière modification des fichiers par une
-liste interne de l'application
-
-
Veuillez essayer de copier tous
-les fichiers sur les fichiers cibles à chaque synchronisation.
-
-
Cette option n'est disponible
-pour l'utilisateur que lorsque la cible est le stockage interne. Pour les
-autres types de stockage, SMBSync2 essaie de détecter automatiquement si la
-cible prend en charge le paramétrage de la dernière modification du fichier. Si
-ce n'est pas le cas, il utilisera automatiquement cette fonction intégrée. Une
-exception est lorsque la cible est SMB, cette fonction ne sera pas utilisée.
-Voir ci-dessus l'option "Ne pas définir l'heure de dernière modification
-du fichier de destination pour qu'elle corresponde au fichier source" pour
-d'autres solutions de contournement. Notez que la plupart des appareils
-androïdes récents ne prennent pas en charge la mise à jour de l'heure de
-dernière modification du fichier cible.
-
-
Lors de la première
-synchronisation, SMBSync2 stockera la liste des fichiers avec leurs horodatages
-dans sa base de données (cf. 1.3). Comme la base de données doit être créée la
-première fois, tous les fichiers ayant le même nom et la même taille seront à
-nouveau écrasés par une copie complète du fichier maître lors de la première
-synchronisation. Lors des synchronisations suivantes, la base de données sera
-utilisée et l'écrasement de tous les fichiers de même nom et de même taille ne sera
-plus effectué. La dernière heure de modification du fichier local est
-enregistrée par le code propriétaire SMBSync2 (il ne repose pas sur la fonction
-Java File#setLastModified()).
-
-
-
-
-
-
-Supprimer les fichiers avant la sync (mode Miroir uniquement)
-
-
Lorsqu'elle est cochée, les
-répertoires et les fichiers qui sont présents sur le dossier cible mais qui
-n'existent pas sur le master, seront d'abord supprimés. Ensuite, les fichiers
-et les dossiers qui sont différents seront copiés sur la cible.
-
-
Si le dossier maître est SMB,
-le temps de traitement sera plus long car la structure des répertoires et leur
-contenu sont scannés à travers le réseau. Il est fortement recommandé d'activer
-l'option "Utiliser la négociation SMB2" car SMB1 sera très lent.
-
-
-
-
-Utiliser la taille des fichiers pour déterminer s'ils sont
-différents
-
-
Lors de la vérification, les
-fichiers sont considérés comme différents s'ils diffèrent par leur taille.
-
-
-
-
-Comparaison uniquement par la taille des fichiers (les fichiers
-sont considérés différents seulement si la taille de la source est supérieure à
-celle de la destination)
-
-
Les fichiers ne sont
-considérés comme différents que si la taille de la source est supérieure à
-celle de la destination. Cela désactivera la comparaison par temps de fichier.
-
-
-
-
-Utiliser la date de dernière modification pour déterminer si les
-fichiers sont différents
-
-
Lorsqu'ils
-sont vérifiés, les fichiers sont considérés comme différents en fonction de la
-date de leur dernière modification.
-
-
-
-
-Différence de temps tolérée (sec) entre les fichiers source et
-destination
-
-
Les fichiers sont considérés
-comme identiques si la différence entre leurs derniers temps modifiés est
-inférieure ou égale au temps sélectionné en secondes. Ils sont considérés comme
-différents si la différence de temps entre les fichiers est supérieure à
-l'heure sélectionnée. Les fichiers FAT et ExFAT ont besoin d'une tolérance
-minimale de 2 secondes. Si 0 seconde est sélectionnée, les fichiers doivent
-avoir exactement le même temps pour être considérés comme similaires.
-
-
-
-
-Fichier non synchronisé, car l'option "Ne pas remplacer le
-fichier de destination s'il est plus récent que le fichier source" est
-activée.
-
-
Si
-la case est cochée, le fichier ne sera écrasé que si le fichier principal est
-plus récent que le fichier cible, même si la taille du fichier et les heures de
-la dernière mise à jour sont différentes. Gardez à l'esprit que si vous changez
-de fuseau horaire ou si les fichiers sont modifiés pendant la période
-d'intervalle du changement d'heure d'été, le dernier fichier modifié pourrait
-apparaître plus ancien que le fichier non mis à jour. Ceci est lié aux
-différences de système de fichiers et seule une vérification manuelle avant
-d'écraser le fichier évitera la perte de données. Il est généralement
-recommandé de ne pas modifier les fichiers pendant l'intervalle de changement
-d'heure d'été s'ils sont destinés à être auto-synchronisés.
-
-
-
-
-Ignorer la différence de temps liée au décalage de l'heure d'été
-
-
Permet de sélectionner le
-décalage horaire en minutes entre l'heure d'été et l'heure d'hiver. Les
-fichiers sont considérés comme différents si le décalage horaire n'est pas
-exactement égal à l'intervalle spécifié (+/- le "décalage horaire minimum
-autorisé (en secondes)" spécifié dans l'option précédente)
-
-
-
-
-Ignorer les dossiers et fichiers dont le nom contient des
-caractères invalides (", :, \, *, <, >, |)
-
-
Si
-elle est cochée, elle affichera un message d'avertissement et la
-synchronisation se poursuivra sans traiter les répertoires/fichiers contenant
-des caractères non valides.
-
-
-
-
-Supprimer le dossier source s'il est vide (uniquement en mode
-Déplacer)
-
-
Lorsque le mode de
-synchronisation est "Move", après que les fichiers aient été déplacés
-vers la cible, le dossier "Master" est également supprimé.
Lors de la vテゥrification, aucun fichier n'est supprimテゥ, copiテゥ ou テゥcrasテゥ. Aucune modification n'est apportテゥe テ vos fichiers, tant sur la cible que sur le maテョtre. Veuillez utiliser le mode Test pour vテゥrifier les fichiers qui seront supprimテゥs/copiテゥs/remplacテゥs pendant la tテ「che de synchronisation rテゥelle. Les opテゥrations effectuテゥes sur les fichiers apparaテョtront dans l'onglet Messages.
+
Synchronisation Auto
+
Si elle est cochテゥe, la tテ「che peut テェtre lancテゥe automatiquement テ des intervalles planifiテゥs dans le programmateur. Les tテ「ches qui sont rテゥglテゥes sur la synchronisation automatique dテゥmarrent lorsque vous appuyez sur le bouton de synchronisation en haut テ droite de l'テゥcran principal de l'application.
+
Nom de la tテ「che de synchronisation
+
Indiquez un nom pour la tテ「che. Le nom de la tテ「che de synchronisation n'est pas sensible テ la casse.
+
Mode de sync
+
Les modes de synchronisation actuellement pris en charge sont Mirror, Copy, Move ou Archive. La synchronisation se fait dans une direction de la cible テ partir du maテョtre.
+
+
Miroir
+
Le dossier cible est conservテゥ comme une copie exacte du dossier principal. Si un fichier est diffテゥrent entre le dossier principal et le dossier cible, le fichier principal テゥcrase le fichier cible. Les dossiers et fichiers non prテゥsents sur la cible sont copiテゥs テ partir du master. Les fichiers et dossiers qui n'existent pas sur le master sont テゥgalement supprimテゥs de la cible. Seuls les fichiers modifiテゥs (par la taille et/ou la date/heure) sont mis テ jour dans la cible.
+
+
Dテゥplacer
+
Si un fichier est diffテゥrent entre le maテョtre et la cible, le fichier sur le maテョtre テゥcrase le fichier sur la cible. Une fois copiテゥs sur la cible, les fichiers et les dossiers sont supprimテゥs du master (comme la commande move).
+
Seuls les fichiers modifiテゥs (par la taille et/ou la date/heure) sont copiテゥs dans la cible. Les fichiers identiques, sur la base des critティres de comparaison sテゥlectionnテゥs, sont supprimテゥs du fichier maテョtre sans テェtre copiテゥs. Les fichiers et dossiers de la cible, non prテゥsents sur le master, sont テゥvidemment prテゥservテゥs.
+
+
Copier
+
Mテェme chose que pour Move, mais les fichiers ne sont pas supprimテゥs du master aprティs avoir テゥtテゥ copiテゥs.
+
Si un fichier est diffテゥrent entre le master et la cible, le fichier du master テゥcrase le fichier de la cible. Une fois copiテゥs sur la cible, les fichiers et les dossiers sont conservテゥs sur le master (comme une commande de copie).
+
Seuls les fichiers modifiテゥs (par la taille et/ou la date/heure) sont copiテゥs vers la cible. Les fichiers identiques, sur la base des critティres de comparaison sテゥlectionnテゥs, sont ignorテゥs et ne sont pas copiテゥs テ nouveau.
+
+
Archiver
+
Archivez des photos et des vidテゥos en les dテゥplaテァant du dossier principal au dossier cible. Des critティres spテゥcifiques aux mテゥdias peuvent テェtre spテゥcifiテゥs pour l'archivage : date/heure de tournage, date et heure de la derniティre exテゥcution de l'archive (par exemple 7 jours ou plus tテエt ou 30 jours ou plus tテエt). Le ZIP ne peut pas テェtre spテゥcifiテゥ comme cible pour les opテゥrations d'archivage.
+
+
+
+
Comparer les critティres:
+
Sur la base de ces critティres, les dossiers sont considテゥrテゥs comme diffテゥrents :
+
+
Le nom du fichier/dossier n'existe que sur le maテョtre ou la cible, et non sur les deux cテエtテゥs
+
Les fichiers ont des tailles diffテゥrentes
+
Les fichiers ont un horodatage diffテゥrent (date et heure de la derniティre modification)
+
+
+
Consultez les options avancテゥes ci-dessous pour obtenir des informations plus dテゥtaillテゥes sur les critティres de comparaison et les paramティtres plus granulaires.
+
+
Inverser les dossiers source et destination
+
テ営hangez les dossiers maテョtre et cible : le maテョtre devient la cible et la cible est changテゥe en maテョtre.
+
Dossier Maitre (Source)
+
Appuyez sur l'icテエne/nom du stockage pour modifier le dossier principal.
+
Dossier Cible (Destination)
+
Appuyez sur l'icテエne/nom du stockage pour modifier le dossier cible.
+
Filtre de fichiers / Sテゥlectionner les fichiers テ synchroniser
+
Si cette option n'est pas cochテゥe, tous les fichiers sont synchronisテゥs. Si vous cochez le filtre de fichiers, vous obtenez les options suivantes :
+
+
Synchro des fichiers audio
+
Une fois vテゥrifiテゥe, la synchronisation inclura les fichiers avec les extensions suivantes : aac, aif, aifc, aiff, flac, kar, m3u, m4a, mid, midi, mp2, mp3, mpga, ogg, ra, ram, wav
+
+
Synchro des fichiers images
+
Une fois vテゥrifiテゥe, la synchronisation inclura les fichiers avec les extensions suivantes : bmp, cgm, djv, djvu, gif, ico, ief, jpe, jpeg, jpg, pbm, pgm, png, pnm, ppm, ras, rgb, svg, tif, tiff, wbmp, xbm, xpm, xwd
+
+
Synchro des fichiers vidテゥo
+
Une fois vテゥrifiテゥe, la synchronisation inclura les fichiers avec les extensions suivantes : avi, m4u, mov, mp4, movie, mpe, mpeg, mpg, mxu, qt, wmv
+
+
Filtre de fichiers
+
Il s'agit d'un filtre personnalisテゥ d'inclusion/exclusion de fichiers. Vous pouvez sテゥlectionner le nom et l'extension des fichiers que vous voulez exclure ou inclure du processus de synchronisation.
+
+
+
+
Les caractティres gテゥnテゥriques comme *.docx sont pris en charge.
+
+
Filtre de fichiers / Sテゥlectionner les sous-dossiers
+
Si la case n'est pas cochテゥe, tous les dossiers sont synchronisテゥs. Si vous cochez le filtre des sous-rテゥpertoires, vous obtenez les options suivantes :
+
+
Filtre de dossiers
+
Il s'agit d'un filtre personnalisテゥ d'inclusion/exclusion de rテゥpertoire. Vous pouvez sテゥlectionner le nom des dossiers que vous souhaitez exclure ou inclure du processus de synchronisation.
+
Les caractティres gテゥnテゥriques comme /*cahe/ sont pris en charge.
+
+
+
+
Dテゥmarrer la synchronisation seulement si l'appareil est en charge
+
Les tテ「ches planifiテゥes par Auto Sync ne dテゥmarrent pas si l'appareil ne se charge pas. Il est toujours possible de les dテゥmarrer manuellement.
+
Synchroniser les fichiers situテゥs dans la racine du dossier source (si dテゥcochテゥ, seuls les dossiers et leurs fichiers/sous-dossiers sont synchronisテゥs)
+
Si la case n'est pas cochテゥe, seuls les dossiers et leurs fichiers/sous-dossiers sous le rテゥpertoire principal sont synchronisテゥs. Par dテゥfaut, il est cochテゥ et les fichiers situテゥs directement テ la racine du rテゥpertoire principal seront テゥgalement synchronisテゥs.
+
Confirmer avant de remplacer/supprimer
+
Lorsqu'elle est cochテゥe, elle affiche un dialogue de confirmation avant d'テゥcraser ou de supprimer des fichiers.
+
Options Wifi AP
+
+
Mテェme si Wifi テゥteint:essaiera de dテゥmarrer la synchronisation mテェme si le Wifi est dテゥsactivテゥ
+
Tous les rテゥseaux:se synchronise uniquement lorsqu'il est connectテゥ テ un rテゥseau wifi. Il acceptera n'importe quel nom de SSID WLAN.
+
Wifi avec IP privテゥe:vous ne pouvez lancer la synchronisation que si l'adresse IP attribuテゥe au rテゥseau Wifi se situe dans les plages suivantes : 10.0.0.0 - 10.255.255.255, 172.16.0.0 - 172.31.255.255 ou 192.168.0.0 - 192.168.255.255.
+
Liste d'adresse IP: vous ne pouvez commencer la synchronisation que si l'adresse IP WiFi correspond テ l'une des adresses spテゥcifiテゥes. Vous pouvez テゥgalement ajouter directement l'adresse IP actuelle テ laquelle votre appareil est connectテゥ via la liste de sテゥlection des adresses IP. Vous pouvez utiliser des jokers pour le filtre. (par exemple, 192.168.100.*, 192.168.*)
+
+
+
Il existe plusieurs faテァons de se synchroniser lors de la connexion テ un WiFi spテゥcifique. Voir la FAQ pour plus de dテゥtails.
+
+
Changez l'adresse IP de votre routeur WiFi pour une autre adresse que 192.168.0.0/24 et ajoutez-la テ la liste des adresses IP
+
Fixer une adresse IP du cテエtテゥ d'Android et l'enregistrer dans la liste des adresses IP
+
+
+
Sauter la tテ「che si l'adresse IP du WLAN ne correspond pas テ l'adresse IP spテゥcifiテゥe.
+
Auto Sync sautera la tテ「che si elle ne correspond pas aux critティres spテゥcifiテゥs.
+
Autoriser la connexion aux adresses IP publiques
+
La synchronisation sera autorisテゥe chaque fois que le Wifi est connectテゥ テ n'importe quel rテゥseau, mテェme sur des plages IP publiques (comme dans un Wifi public).
+
Options avancテゥes
+
Veuillez l'utiliser lorsque vous dテゥfinissez des options dテゥtaillテゥes.
+
Inclure les sous-dossiers
+
It will recursively include subdirectories under the specified master folder.
+
Inclure les dossiers vides
+
Synchronise les rテゥpertoires vides (mテェme si un rテゥpertoire est vide sur le master, il sera crテゥテゥ sur la cible). Si elle n'est pas cochテゥe, les rテゥpertoires vides sur le master sont ignorテゥs.
+
Inclure les dossiers cachテゥs
+
Lorsqu'elle est cochテゥe, Sync inclura les dossiers linux cachテゥs (ceux dont le nom commence par un point). Notez que dans Windows et Samba, l'attribut cachテゥ n'est pas dテゥfini par le nom du dossier. Ainsi, le dossier synchronisテゥ sur la cible SMB/Windows n'aura pas l'attribut cachテゥ host.
+
Inclure les fichiers cachテゥs
+
Lorsqu'il est vテゥrifiテゥ, Sync inclura les fichiers linux cachテゥs (ceux dont le nom commence par un point). Notez que dans Windows et Samba, l'attribut cachテゥ n'est pas dテゥfini par le nom du fichier. Ainsi, le fichier synchronisテゥ sur la cible SMB/Windows n'aura pas l'attribut cachテゥ de l'hテエte.
+
Remplacer les fichiers destination
+
If unchecked, files on the target will never be overwritten even if the compare criteria by size and time are different.
+
Utiliser le filtre amテゥliorテゥ de sテゥlection de dossiers
+
If the upper directory is excluded by a filter while one of its sub-directories is selected/included, the sub-directories of the selected folder will be synchronized.
+
Utiliser la version 2 des filtres
+
Aprティs l'avoir activテゥ, vous pouvez utiliser le nouveau filtre. Il se peut qu'il se comporte diffテゥremment de l'ancien filtre, c'est pourquoi nous vous invitons テ le tester minutieusement avant de l'utiliser.
+
Supprimer les fichiers avant la sync(mode Miroir uniquement)
+
On server-side connection errors, SMBSync2 will try again the synchronization for a maximum of 3 times at a 30 seconds interval.
+
Supprimer les rテゥpertoires et les fichiers exclus par les filtres
+
Si elle est activテゥe, elle supprime les rテゥpertoires/fichiers exclus du filtre.
+
Limiter le cache SMB E/S en テゥcriture テ 16Ko (uniquement pour les actions des SMB)
+
Veuillez essayer si vous obtenez une erreur "Access is denied" lorsque vous テゥcrivez dans le dossier PC/NAS.
+
Lorsqu'il est vテゥrifiテゥ, il limite le tampon d'entrテゥe/sortie テ 16KB pour l'テゥcriture des opテゥrations sur l'hテエte SMB.
+
Ne pas crテゥer de fichier temporaire avant l'テゥcriture dans le dossier SMB (uniquement pour les actions des SMB)
+
Vテゥrifiテゥ par dテゥfaut (recommandテゥ). Lorsqu'il est copiテゥ sur l'hテエte SMB, le fichier sera copiテゥ dans un dossier temporaire de l'hテエte. Une fois l'opテゥration de copie rテゥussie, le fichier temporaire est dテゥplacテゥ vers sa destination finale en テゥcrasant le fichier cible. Si la case n'est pas cochテゥe, le fichier cible sur l'hテエte est immテゥdiatement テゥcrasテゥ au dテゥbut de la copie. Si une erreur de connexion se produit, le fichier sur l'hテエte reste corrompu jusqu'テ la prochaine synchronisation.
+
Ne pas changer la date de derniティre modification du fichier destination pour qu'elle soit identique テ la source
+
Veuillez l'activer si vous obtenez une erreur telle que SmbFile#setLastModified()/File#setLastModified() テゥchoue. Cela signifie que l'hテエte distant n'autorise pas le paramテゥtrage du fichier de la derniティre modification. Si cette case n'est pas cochテゥe, la derniティre heure de modification du fichier copiテゥ sur la cible sera fixテゥe テ l'heure テ laquelle il a テゥtテゥ copiテゥ / synchronisテゥ. Cela signifie que le fichier cible apparaテョtra plus rテゥcent que le fichier maテョtre.
+
Pour les prochaines synchronisations, vous pouvez :
+
+
vous en tenir テ une comparaison par taille uniquement, ou
+
vous pouvez activer l'option "Ne pas テゥcraser le fichier de destination s'il est plus rテゥcent que le fichier source" pour ne copier que les fichiers modifiテゥs ultテゥrieurement sur le master, ou
+
vous pouvez activer l'option de tテ「che "Obtenir l'heure de derniティre modification des fichiers de la liste personnalisテゥe de l'application SMBSync2". Cependant, cette option n'est pas disponible actuellement si la cible est SMB. La plupart des hテエtes SMB prennent en charge la dテゥfinition de l'heure de derniティre modification.
+
+
+
Voir ci-dessous pour des informations dテゥtaillテゥes sur chaque option.
+
+
Obtenir la date de derniティre modification des fichiers par une liste interne de l'application
+
Veuillez essayer de copier tous les fichiers sur les fichiers cibles テ chaque synchronisation.
+
Cette option n'est disponible pour l'utilisateur que lorsque la cible est le stockage interne. Pour les autres types de stockage, SMBSync2 essaie de dテゥtecter automatiquement si la cible prend en charge le paramテゥtrage de la derniティre modification du fichier. Si ce n'est pas le cas, il utilisera automatiquement cette fonction intテゥgrテゥe. Une exception est lorsque la cible est SMB, cette fonction ne sera pas utilisテゥe. Voir ci-dessus l'option "Ne pas dテゥfinir l'heure de derniティre modification du fichier de destination pour qu'elle corresponde au fichier source" pour d'autres solutions de contournement. Notez que la plupart des appareils androテッdes rテゥcents ne prennent pas en charge la mise テ jour de l'heure de derniティre modification du fichier cible.
+
Lors de la premiティre synchronisation, SMBSync2 stockera la liste des fichiers avec leurs horodatages dans sa base de donnテゥes (cf. 1.3). Comme la base de donnテゥes doit テェtre crテゥテゥe la premiティre fois, tous les fichiers ayant le mテェme nom et la mテェme taille seront テ nouveau テゥcrasテゥs par une copie complティte du fichier maテョtre lors de la premiティre synchronisation. Lors des synchronisations suivantes, la base de donnテゥes sera utilisテゥe et l'テゥcrasement de tous les fichiers de mテェme nom et de mテェme taille ne sera plus effectuテゥ. La derniティre heure de modification du fichier local est enregistrテゥe par le code propriテゥtaire SMBSync2 (il ne repose pas sur la fonction Java File#setLastModified()).
+
Supprimer les fichiers avant la sync (mode Miroir uniquement)
+
Lorsqu'elle est cochテゥe, les rテゥpertoires et les fichiers qui sont prテゥsents sur le dossier cible mais qui n'existent pas sur le master, seront d'abord supprimテゥs. Ensuite, les fichiers et les dossiers qui sont diffテゥrents seront copiテゥs sur la cible.
+
Si le dossier maテョtre est SMB, le temps de traitement sera plus long car la structure des rテゥpertoires et leur contenu sont scannテゥs テ travers le rテゥseau. Il est fortement recommandテゥ d'activer l'option "Utiliser la nテゥgociation SMB2" car SMB1 sera trティs lent.
+
Utiliser la taille des fichiers pour dテゥterminer s'ils sont diffテゥrents
+
Lors de la vテゥrification, les fichiers sont considテゥrテゥs comme diffテゥrents s'ils diffティrent par leur taille.
+
Comparaison uniquement par la taille des fichiers (les fichiers sont considテゥrテゥs diffテゥrents seulement si la taille de la source est supテゥrieure テ celle de la destination)
+
Les fichiers ne sont considテゥrテゥs comme diffテゥrents que si la taille de la source est supテゥrieure テ celle de la destination. Cela dテゥsactivera la comparaison par temps de fichier.
+
Utiliser la date de derniティre modification pour dテゥterminer si les fichiers sont diffテゥrents
+
Lorsqu'ils sont vテゥrifiテゥs, les fichiers sont considテゥrテゥs comme diffテゥrents en fonction de la date de leur derniティre modification.
+
Diffテゥrence de temps tolテゥrテゥe (sec) entre les fichiers source et destination
+
Les fichiers sont considテゥrテゥs comme identiques si la diffテゥrence entre leurs derniers temps modifiテゥs est infテゥrieure ou テゥgale au temps sテゥlectionnテゥ en secondes. Ils sont considテゥrテゥs comme diffテゥrents si la diffテゥrence de temps entre les fichiers est supテゥrieure テ l'heure sテゥlectionnテゥe. Les fichiers FAT et ExFAT ont besoin d'une tolテゥrance minimale de 2 secondes. Si 0 seconde est sテゥlectionnテゥe, les fichiers doivent avoir exactement le mテェme temps pour テェtre considテゥrテゥs comme similaires.
+
Fichier non synchronisテゥ, car l'option "Ne pas remplacer le fichier de destination s'il est plus rテゥcent que le fichier source" est activテゥe.
+
Si la case est cochテゥe, le fichier ne sera テゥcrasテゥ que si le fichier principal est plus rテゥcent que le fichier cible, mテェme si la taille du fichier et les heures de la derniティre mise テ jour sont diffテゥrentes. Gardez テ l'esprit que si vous changez de fuseau horaire ou si les fichiers sont modifiテゥs pendant la pテゥriode d'intervalle du changement d'heure d'テゥtテゥ, le dernier fichier modifiテゥ pourrait apparaテョtre plus ancien que le fichier non mis テ jour. Ceci est liテゥ aux diffテゥrences de systティme de fichiers et seule une vテゥrification manuelle avant d'テゥcraser le fichier テゥvitera la perte de donnテゥes. Il est gテゥnテゥralement recommandテゥ de ne pas modifier les fichiers pendant l'intervalle de changement d'heure d'テゥtテゥ s'ils sont destinテゥs テ テェtre auto-synchronisテゥs.
+
Ignorer la diffテゥrence de temps liテゥe au dテゥcalage de l'heure d'テゥtテゥ
+
Permet de sテゥlectionner le dテゥcalage horaire en minutes entre l'heure d'テゥtテゥ et l'heure d'hiver. Les fichiers sont considテゥrテゥs comme diffテゥrents si le dテゥcalage horaire n'est pas exactement テゥgal テ l'intervalle spテゥcifiテゥ (+/- le "dテゥcalage horaire minimum autorisテゥ (en secondes)" spテゥcifiテゥ dans l'option prテゥcテゥdente)
+
Ignorer les dossiers et fichiers dont le nom contient des caractティres invalides (", :, \, *, <, >, |)
+
Si elle est cochテゥe, elle affichera un message d'avertissement et la synchronisation se poursuivra sans traiter les rテゥpertoires/fichiers contenant des caractティres non valides.
+
Supprimer le dossier source s'il est vide (uniquement en mode Dテゥplacer)
+
Lorsque le mode de synchronisation est "Move", aprティs que les fichiers aient テゥtテゥ dテゥplacテゥs vers la cible, le dossier "Master" est テゥgalement supprimテゥ.
+
+
\ No newline at end of file
diff --git a/SMBSync2/src/main/assets/SMBSync2_Help_IT_folder_internal.html b/SMBSync2/src/main/assets/SMBSync2_Help_IT_folder_internal.html
new file mode 100644
index 00000000..5bbf64e1
--- /dev/null
+++ b/SMBSync2/src/main/assets/SMBSync2_Help_IT_folder_internal.html
@@ -0,0 +1,110 @@
+
+
+
+
+SMBSync2_Help_IT_folder_internal
+
tipo memoria
+
Selezionare il punto di montaggio per lo stoccaggio interno.
+
Lista cartelle
+
Mostra l'elenco delle cartelle nella memoria interna.
+Quando si preme il tasto elenco cartelle, vengono visualizzate le cartelle selezionabili. Premete sulla cartelle che volete scegliere e poi sul tasto "Seleziona". Per navigare attraverso le sottocartelle, toccate il nome della cartelle.
+
Cartelle
+
Si prega di inserire l'elenco di destinazione o l'elenco principale. Se si specifica una cartelle che non esiste nel target, questa verrテ creata durante la sincronizzazione.
+
Aggiungi parole chiave
+
%YEAR%, %MONTH%, %DAY% e %DAY-OF-YEAR% possono essere utilizzati come nomi di cartelle di destinazione. Le parole chiave vengono convertite nell'anno, nel mese e nel giorno in cui ティ iniziata la sincronizzazione.
+
Queste opzioni verranno mostrate solo quando il tipo di sync ティ Copia/Sposta.
+
Aggiungi tempo/data del sync nel nome della cartella (la parola chiave verrテ sostituita dall'ora e la data nel quale ティ stat eseguita la sync)
+
Se spuntata, i dati EXIF dei supporti di backup vengono utilizzati per ottenere la data e l'ora di scatto. Il timestamp della data e dell'ora di scatto viene utilizzato e allegato alla cartella di destinazione. Quando l'applicazione non ティ in grado di ottenere l'ora di scatto dall'EXIF, utilizza l'ultima ora di modifica del file.
+
Queste opzioni verranno mostrate solo quando il tipo di sync ティ Archivia.
+
Se l'ora e la data non possono essere determinate dai dati EXIF, mostra un messaggio di conferma
+
Se l'opzione ティ selezionata, quando la data e l'ora di scatto non possono essere acquisite da EXIF , viene visualizzato un messaggio di conferma dell'utilizzo o meno dell'ultima ora di modifica del file. Se si seleziona Annulla nella finestra di dialogo di conferma, il file non verrテ archiviato.
+
Archivia file se
+
Scegliere i criteri temporali per determinare quali file archiviare. La selezione dell'ora si basa sulla data di scatto delle foto/video o sull'ultima ora di modifica se non ティ possibile acquisire il timestamp dall'intestazione EXIF.
+
+
Qualunque data (Tutti)
+
Archivia tutte le immagini/video
+
+
Piテケ vecchio di 7 giorni
+
Archiviare solo i file con una data di scatto piテケ vecchia di 7 giorni o piテケ rispetto all'ora attuale
+
+
Piテケ vecchio di 30 giorni
+
Archiviare solo i file con una data di scatto piテケ vecchia di 30 giorni o piテケ rispetto all'ora attuale
+
+
Piテケ vecchio di 60 giorni
+
Archiviare solo i file con una data di scatto piテケ vecchia di 60 giorni o piテケ rispetto all'ora attuale
+
+
Piテケ vecchio di 90 giorni
+
Archiviare solo i file con una data di scatto piテケ vecchia di 90 giorni o piテケ rispetto all'ora attuale
+
+
Piテケ vecchio di 180 giorni
+
Archiviare solo i file con una data di scatto piテケ vecchia di 180 giorni o piテケ rispetto all'ora attuale
+
+
Piテケ vecchio di 1 anno
+
Archiviare solo i file con una data di scatto piテケ vecchia di 1 anno o piテケ rispetto all'ora attuale
+
+
+
+
+
Nome file incrementale
+
Aggiungere il numero di sequenza incrementale al nome del file durante l'archiviazione.
+
+
Non cambiare
+
Non aggiungere un numero progressivo
+
+
2 cifre (01-99)
+
Aggiungi 001-999
+
+
3 cifre (001-999)
+
Aggiungi 001-999
+
+
4 cifre (0001-9999)
+
Aggiungi 0001-9999
+
+
5 cifre (00001-99999)
+
Aggiungi 00001-99999
+
+
6 cifre (000001-999999)
+
Aggiungi 000001-999999
+
+
+
+
Cambia il nome del file prima di archiviarlo nella cartella destinazione
+
Se l'opzione ティ selezionata, il nome del file archiviato verrテ modificato in base ai criteri selezionati. Potete aggiungere la data e l'ora nel nome del file "Modello del nome del file".
+
Template nome file
+
Inserire gli schemi da utilizzare per rinominare i file archiviati. Il valore predefinito ティ DSC_%DATE%.
+
+
%ORIGINAL-NAME%
+
Sarテ sostituito dal nome originale del file durante l'archiviazione dell'archivio (es. DSC_0001)
+
+
%DATE%
+
Sarテ sostituito dalla data di scatto.(Es. 2018-01-01)
+
+
%TIME%
+
Sarテ sostituito dal tempo di scatto.(Es. 13:01:10)
+
+
+
+
L'ultima riga della schermata mostra come apparirテ la cartella di destinazione e il nome del file una volta archiviati.
+
Crea una cartelle basata sull'ora di scatto per salvare i file
+
Crea una cartelle con indicazione dell'ora in cui memorizzare i file archiviati.
+
Quando viene selezionato, viene visualizzato il "Modello di nome della cartelle".
+
Template Cartelle
+
Inserire gli schemi da utilizzare per rinominare la cartelle da creare (exp. DIR-% YEAR% -% MONTH% e cosテャ via). Premendo i tasti dei modelli, potete inserire le parole chiave dietro il cursore.
+
+
%YEAR%
+
Sarテ sostituito dall'anno di riprese. (Es. 2018)
+
+
%MONTH%
+
Sarテ sostituito dal Mese di scatto (Es. 01)
+
+
%DAY%
+
Sarテ sostituito dal giorno delle riprese (Es. 29)
+
+
+
+
L'ultima riga della schermata mostra come apparirテ la cartella di destinazione e il nome del file una volta archiviati.
+
+
\ No newline at end of file
diff --git a/SMBSync2/src/main/assets/SMBSync2_Help_IT_folder_sdcard.html b/SMBSync2/src/main/assets/SMBSync2_Help_IT_folder_sdcard.html
new file mode 100644
index 00000000..5e94b6ec
--- /dev/null
+++ b/SMBSync2/src/main/assets/SMBSync2_Help_IT_folder_sdcard.html
@@ -0,0 +1,111 @@
+
+
+
+
+SMBSync2_Help_IT_folder_sdcard
+
tipo memoria
+
Selezionare il punto di montaggio per lo stoccaggio interno.
+
Lista cartelle
+
Mostra l'elenco delle cartelle nella memoria interna.
+Quando si preme il tasto elenco cartelle, vengono visualizzate le cartelle selezionabili. Premete sulla cartelle che volete scegliere e poi sul tasto "Seleziona". Per navigare attraverso le sottodirectory, toccate il nome della cartelle.
+
Aggiungi parole chiave
+
%YEAR%, %MONTH%, %DAY% e %DAY-OF-YEAR% possono essere utilizzati come nomi di cartelle di destinazione. Le parole chiave vengono convertite nell'anno, nel mese e nel giorno in cui ティ iniziata la sincronizzazione.
+
Queste opzioni vengono visualizzate solo quando il tipo di sincronizzazione ティ Copia/Sposta.
+
Aggiungi tempo/data del sync nel nome della cartella (la parola chiave verrテ sostituita dall'ora e la data nel quale ティ stat eseguita la sync)
+
Se spuntata, i dati EXIF dei supporti di backup vengono utilizzati per ottenere la data e l'ora di ripresa. Il timestamp della data e dell'ora di ripresa viene utilizzato e allegato alla cartella di destinazione. Quando l'applicazione non ティ in grado di ottenere l'ora di ripresa dall'EXIF, utilizza l'ultima ora modificata del file.
+
Cartelle
+
Si prega di inserire l'elenco di destinazione o l'elenco principale. Se si specifica una cartelle che non esiste nel target, questa verrテ creata durante la sincronizzazione.
+
Seleziona cartella SDCARD
+
Selezionare la cartelle principale SDCARD per accedere a SDCARD. Se non ティ possibile selezionarla, inviare le informazioni di sistema allo sviluppatore con "Menu -> Informazioni di sistema".
+
Le seguenti opzioni vengono visualizzate solo quando il tipo di sincronizzazione ティ Archivio.
+
Se l'ora e la data non possono essere determinate dai dati EXIF, mostra un messaggio di conferma
+
Se l'opzione ティ selezionata, quando la data e l'ora di scatto non possono essere acquisite da EXIF , viene visualizzato un messaggio di conferma dell'utilizzo o meno dell'ultima ora di modifica del file. Se si seleziona Annulla nella finestra di dialogo di conferma, il file non verrテ archiviato.
+
Archivia file se
+
Scegliere i criteri temporali per determinare quali file archiviare. La selezione dell'ora si basa sulla data di scatto delle foto/video o sull'ultima ora di modifica se non ティ possibile acquisire il timestamp dall'intestazione EXIF.
+
+
Qualunque data (Tutti)
+
Archivia tutte le immagini/video
+
+
Piテケ vecchio di 7 giorni
+
Archiviare solo i file con una data di scatto piテケ vecchia di 7 giorni o piテケ rispetto all'ora attuale
+
+
Piテケ vecchio di 30 giorni
+
Archiviare solo i file con una data di scatto piテケ vecchia di 30 giorni o piテケ rispetto all'ora attuale
+
+
Piテケ vecchio di 60 giorni
+
Archiviare solo i file con una data di scatto piテケ vecchia di 60 giorni o piテケ rispetto all'ora attuale
+
+
Piテケ vecchio di 90 giorni
+
Archiviare solo i file con una data di scatto piテケ vecchia di 90 giorni o piテケ rispetto all'ora attuale
+
+
Piテケ vecchio di 180 giorni
+
Archiviare solo i file con una data di scatto piテケ vecchia di 180 giorni o piテケ rispetto all'ora attuale
+
+
Piテケ vecchio di 1 anno
+
Archiviare solo i file con una data di scatto piテケ vecchia di 1 anno o piテケ rispetto all'ora attuale
+
+
+
+
+
Nome file incrementale
+
Aggiungere il numero di sequenza incrementale al nome del file durante l'archiviazione.
+
+
Non cambiare
+
Non aggiungere un numero progressivo
+
+
2 cifre (01-99)
+
Aggiungi 001-999
+
+
3 cifre (001-999)
+
Aggiungi 001-999
+
+
4 cifre (0001-9999)
+
Aggiungi 0001-9999
+
+
5 cifre (00001-99999)
+
Aggiungi 00001-99999
+
+
6 cifre (000001-999999)
+
Aggiungi 000001-999999
+
+
+
+
Cambia il nome del file prima di archiviarlo nella cartella destinazione
+
Se l'opzione ティ selezionata, il nome del file archiviato verrテ modificato in base ai criteri selezionati. Potete aggiungere la data e l'ora nel nome del file "Modello del nome del file".
+
Template nome file
+
Inserire gli schemi da utilizzare per rinominare i file archiviati. Il valore predefinito ティ DSC_%DATE%.
+
+
%ORIGINAL-NAME%
+
Sarテ sostituito dal nome originale del file durante l'archiviazione dell'archivio (es. DSC_0001)
+
+
%DATE%
+
Sarテ sostituito dalla data di scatto.(Es. 2018-01-01)
+
+
%TIME%
+
Sarテ sostituito dal tempo di scatto.(Es. 13:01:10)
+
+
+
+
L'ultima riga della schermata mostra come apparirテ la cartella di destinazione e il nome del file una volta archiviati.
+
Crea una cartelle basata sull'ora di scatto per salvare i file
+
Crea una cartelle con indicazione dell'ora in cui memorizzare i file archiviati.
+
Quando viene selezionato, viene visualizzato il "Modello di nome della cartelle".
+
Template Cartelle
+
Inserire gli schemi da utilizzare per rinominare la cartelle da creare (exp. DIR-% YEAR% -% MONTH% e cosテャ via). Premendo i tasti dei modelli, potete inserire le parole chiave dietro il cursore.
+
+
%YEAR%
+
Sarテ sostituito dall'anno di riprese. (Es. 2018)
+
+
%MONTH%
+
Sarテ sostituito dal Mese di scatto (Es. 01)
+
+
%DAY%
+
Sarテ sostituito dal giorno delle riprese (Es. 29)
+
+
+
+
L'ultima riga della schermata mostra come apparirテ la cartella di destinazione e il nome del file una volta archiviati.
+
+
\ No newline at end of file
diff --git a/SMBSync2/src/main/assets/SMBSync2_Help_IT_folder_smb.html b/SMBSync2/src/main/assets/SMBSync2_Help_IT_folder_smb.html
new file mode 100644
index 00000000..bd0aa418
--- /dev/null
+++ b/SMBSync2/src/main/assets/SMBSync2_Help_IT_folder_smb.html
@@ -0,0 +1,149 @@
+
+
+
+
+SMBSync2_Help_IT_folder_smb
+
Ricerca server SMB
+
Scansiona la rete per trovare il server SMB disponibile
+
Server host name/Indirizzo IP
+
Specificare il nome del server SMB o l'indirizzo IP
+
Protocollo SMB
+
テ possibile specificare il protocollo SMB.
+
+
Usa SMB V1
+
+
Usa SMB V2 (2.01)
+
SMB min v2.1, max v2.1
+
+
Usa SMB V2 (2.11)
+
SMB min v2.1, max v2.1
+
+
Usa SMB V2/3 (2.12)
+
Support SMB V2 or V3 protocol
+
SMB min v2.0.2, max v3.0
+
+
Usa SMB V2/3 (2.14)
+
SMB min v2.0.2, max v3.0
+
+
+
+
Usa SMB2 negotiation
+
Se spuntata, costringerテ setProperty("jcifs.smb.client.useSMB2Negotiation", "true") nella funzione JcifsAuth(). Questo assicura l'uso di SMB2 non compatibile con lo stile di negoziazione non retrocompatibile, incompatibile con le versioni precedenti a SMB 2.0.2
+
SMB IPC Signing Enforced
+
Una volta controllato, il cliente ティ tenuto ad utilizzare la firma SMB per le connessioni IPC$ come trasporto DCERPC. Altrimenti ティ consentito, ma non richiesto.
+
Specifica numero porta
+
Specificare il numero di porta se diverso da quello predefinito. Se lasciato vuoto, SMBSync2 cercherテ di connettersi ai numeri di porta standard di default 139 e 445.
+
Usa nome account e password
+
Deve essere completato se richiesto dal server.
+
Nome utente
+
Nome dell'account utente per connettersi all'host. L'account Microsoft non puテイ essere usato con SMBSync2. Per favore crea un account locale ed usalo.
+
Password
+
Password per connettersi all'host.
+
Lista Condivisioni
+
Si collega all'host specificato ed elenca tutte le azioni disponibili per l'account.
+
(I nomi delle azioni verranno visualizzati quando si preme il tasto "Lista Condivisioni". Fare clic sul nome desiderato, quindi premere OK per convalidare)
+
Lista cartelle
+
Mostra l'elenco delle cartelle sulla Condivisione selezionata.
+
Quando si preme il tasto elenco cartelle, verranno visualizzate le cartelle selezionabili.
+
Premete sulla cartelle che volete scegliere e poi sul tasto "Seleziona". Per ricapitolare
+
attraverso le sottocartelle, toccare il nome della cartelle.
+
Cartelle
+
Si prega di inserire l'elenco di destinazione o l'elenco principale. Se si specifica una cartelle che non esiste nel target, questa verrテ creata durante la sincronizzazione.
+
Aggiungi parole chiave
+
%YEAR%, %MONTH%, %DAY% e %DAY-OF-YEAR% possono essere utilizzati come nomi di cartelle di destinazione. Le parole chiave vengono convertite nell'anno, nel mese e nel giorno in cui ティ iniziata la sincronizzazione.
+
Queste opzioni vengono visualizzate solo quando il tipo di sincronizzazione ティ Copia/Sposta.
+
Aggiungi tempo/data del sync nel nome della cartella (la parola chiave verrテ sostituita dall'ora e la data nel quale ティ stata eseguita la sync)
+
Se spuntata, i dati EXIF dei supporti di backup vengono utilizzati per ottenere la data e l'ora di ripresa. Il timestamp della data e dell'ora di ripresa viene utilizzato e allegato alla cartella di destinazione. Quando l'applicazione non ティ in grado di ottenere l'ora di ripresa dall'EXIF, utilizza l'ultima ora modificata del file.
+
Le seguenti opzioni vengono visualizzate solo quando il tipo di sincronizzazione ティ Archivio.
+
Se l'ora e la data non possono essere determinate dai dati EXIF, mostra un messaggio di conferma
+
Se l'opzione ティ selezionata, quando la data e l'ora di ripresa non possono essere acquisite da EXIF , viene visualizzato un messaggio di conferma dell'utilizzo o meno dell'ultima ora modificata del file. Se si seleziona Annulla nella finestra di dialogo di conferma, il file non verrテ archiviato.
+
Archivia file se窶ヲ
+
Scegliere i criteri temporali per determinare quali file archiviare. La selezione dell'ora si basa sulla data di ripresa delle foto/video o sull'ultima ora modificata se non ティ possibile acquisire il timestamp dall'intestazione EXIF.
+
+
Qualunque data (Tutti)
+
Archivia tutte le immagini/video
+
+
Piテケ vecchio di 7 giorni
+
Archiviare solo i file con una data di ripresa piテケ vecchia di 7 giorni o piテケ rispetto all'ora attuale
+
+
Piテケ vecchio di 30 giorni
+
Archiviare solo i file con una data di ripresa piテケ vecchia di 30 giorni o piテケ rispetto all'ora attuale
+
+
Piテケ vecchio di 60 giorni
+
Archiviare solo i file con una data di ripresa piテケ vecchia di 60 giorni o piテケ rispetto all'ora attuale
+
+
Piテケ vecchio di 90 giorni
+
Archiviare solo i file con una data di ripresa piテケ vecchia di 90 giorni o piテケ rispetto all'ora attuale
+
+
Piテケ vecchio di 180 giorni
+
Archiviare solo i file con una data di ripresa piテケ vecchia di 180 giorni o piテケ rispetto all'ora attuale
+
+
Piテケ vecchio di 1 anno
+
Archiviare solo i file con una data di ripresa piテケ vecchia di 1 anno o piテケ rispetto all'ora attuale
+
+
+
+
+
Nome file incrementale
+
Aggiungere il numero di sequenza incrementale al nome del file durante l'archiviazione.
+
+
Non cambiare
+
Non aggiungere un numero progressivo
+
+
2 cifre (01-99)
+
Aggiungi 001-999
+
+
3 cifre (001-999)
+
Aggiungi 001-999
+
+
4 cifre (0001-9999)
+
Aggiungi 0001-9999
+
+
5 cifre (00001-99999)
+
Aggiungi 00001-99999
+
+
6 cifre (000001-999999)
+
Aggiungi 000001-999999
+
+
+
+
Cambia il nome del file prima di archiviarlo nella cartella destinazione
+
Se l'opzione ティ selezionata, il nome del file archiviato verrテ modificato in base ai criteri selezionati. Potete aggiungere la data e l'ora nel nome del file "Modello del nome del file".
+
Template nome file
+
Inserire gli schemi da utilizzare per rinominare i file archiviati. Il valore predefinito ティ DSC_%DATE%.
+
+
%ORIGINAL-NAME%
+
Sarテ sostituito dal nome originale del file durante l'archiviazione dell'archivio (es. DSC_0001)
+
+
%DATE%
+
Sarテ sostituito dalla data di scatto.(Es. 2018-01-01)
+
+
%TIME%
+
Sarテ sostituito dal tempo di scatto.(Es. 13:01:10)
+
+
+
+
L'ultima riga della schermata mostra come apparirテ la cartella di destinazione e il nome del file una volta archiviati.
+
Crea una cartelle basata sull'ora di scatto per salvare i file
+
Crea una cartelle con indicazione dell'ora in cui memorizzare i file archiviati.
+
Quando viene selezionato, viene visualizzato il "Modello di nome della cartelle".
+
Template Cartelle
+
Inserire gli schemi da utilizzare per rinominare la cartelle da creare (exp. DIR-% YEAR% -% MONTH% e cosテャ via). Premendo i tasti dei modelli, potete inserire le parole chiave dietro il cursore.
+
+
%YEAR%
+
Sarテ sostituito dall'anno di riprese. (Es. 2018)
+
+
%MONTH%
+
Sarテ sostituito dal Mese di scatto (Es. 01)
+
+
%DAY%
+
Sarテ sostituito dal giorno delle riprese (Es. 29)
+
+
+
+
L'ultima riga della schermata mostra come apparirテ la cartella di destinazione e il nome del file una volta archiviati.
+
+
\ No newline at end of file
diff --git a/SMBSync2/src/main/assets/SMBSync2_Help_IT_folder_usb.html b/SMBSync2/src/main/assets/SMBSync2_Help_IT_folder_usb.html
new file mode 100644
index 00000000..ec5c0471
--- /dev/null
+++ b/SMBSync2/src/main/assets/SMBSync2_Help_IT_folder_usb.html
@@ -0,0 +1,110 @@
+
+
+
+
+SMBSync2_Help_IT_folder_usb
+
tipo memoria
+
Select mount point for internal storage.
+
Lista cartelle
+
Mostra l'elenco delle cartella nella memoria interna.
+Quando si preme il tasto elenco cartella, vengono visualizzate le cartella selezionabili. Premete sulla cartella che volete scegliere e poi sul tasto "Seleziona". Per navigare attraverso le sottodirectory, toccate il nome della cartella.
+
Aggiungi parole chiave
+
%YEAR%, %MONTH%, %DAY% e %DAY-OF-YEAR% possono essere utilizzati come nomi di cartella di destinazione. Le parole chiave vengono convertite nell'anno, nel mese e nel giorno in cui ティ iniziata la sincronizzazione.
+
Queste opzioni vengono visualizzate solo quando il tipo di sincronizzazione ティ Copia/Sposta.
+
Aggiungi ora/data del sync nel nome della cartella (la parola chiave verrテ sostituita dall'ora e la data nel quale ティ stata eseguita la sync)
+
Se spuntata, i dati EXIF dei supporti di backup vengono utilizzati per ottenere la data e l'ora di scatto. Il timestamp della data e dell'ora di scatto viene utilizzato e allegato alla cartella di destinazione. Quando l'applicazione non ティ in grado di ottenere l'ora di scatto dall'EXIF, utilizza l'ultima ora modificata del file.
+
Cartelle
+
Si prega di inserire l'elenco di destinazione o l'elenco principale. Se si specifica una cartella che non esiste nel target, questa verrテ creata durante la sincronizzazione.
+
Seleziona cartella USB
+
Selezionare la cartella principale USB per accedere a USB. Se non ティ possibile selezionarla, inviare le informazioni di sistema allo sviluppatore con "Menu -> Informazioni di sistema".
+
Le seguenti opzioni vengono visualizzate solo quando il tipo di sincronizzazione ティ Archivia.
+
If the date e time cannot be determined by EXIF data, display a confirmation message
+
Se l'opzione ティ selezionata, quando la data e l'ora di scatto non possono essere acquisite da EXIF , viene visualizzato un messaggio di conferma dell'utilizzo o meno dell'ultima ora modificata del file. Se si seleziona Annulla nella finestra di dialogo di conferma, il file non verrテ archiviato.
+
Archivia file se
+
Scegliere i criteri temporali per determinare quali file archiviare. La selezione dell'ora si basa sulla data di scatto delle foto/video o sull'ultima ora modificata se non ティ possibile acquisire il timestamp dall'intestazione EXIF.
+
+
Qualunque data (Tutti)
+
Archivia tutte le immagini/video
+
+
Piテケ vecchio di 7 giorni
+
Archiviare solo i file con una data di scatto piテケ vecchia di 7 giorni o piテケ rispetto all'ora attuale
+
+
Piテケ vecchio di 30 giorni
+
Archiviare solo i file con una data di scatto piテケ vecchia di 30 giorni o piテケ rispetto all'ora attuale
+
+
Piテケ vecchio di 60 giorni
+
Archiviare solo i file con una data di scatto piテケ vecchia di 60 giorni o piテケ rispetto all'ora attuale
+
+
Piテケ vecchio di 90 giorni
+
Archiviare solo i file con una data di scatto piテケ vecchia di 90 giorni o piテケ rispetto all'ora attuale
+
+
Piテケ vecchio di 180 giorni
+
Archiviare solo i file con una data di scatto piテケ vecchia di 180 giorni o piテケ rispetto all'ora attuale
+
+
Piテケ vecchio di 1 anno
+
Archiviare solo i file con una data di scatto piテケ vecchia di 1 anno o piテケ rispetto all'ora attuale
+
+
+
+
Nome file incrementale
+
Aggiungere il numero di sequenza incrementale al nome del file durante l'archiviazione.
+
+
Non cambiare
+
Non aggiungere un numero progressivo
+
+
2 cifre (01-99)
+
Aggiungi 001-999
+
+
3 cifre (001-999)
+
Aggiungi 001-999
+
+
4 cifre (0001-9999)
+
Aggiungi 0001-9999
+
+
5 cifre (00001-99999)
+
Aggiungi 00001-99999
+
+
6 cifre (000001-999999)
+
Aggiungi 000001-999999
+
+
+
+
Cambia il nome del file prima di archiviarlo nella cartella destinazione
+
Se l'opzione ティ selezionata, il nome del file archiviato verrテ modificato in base ai criteri selezionati. Potete aggiungere la data e l'ora nel nome del file "Modello del nome del file".
+
Template nome file
+
Inserire gli schemi da utilizzare per rinominare i file archiviati. Il valore predefinito ティ DSC_%DATE%.
+
+
%ORIGINAL-NAME%
+
Sarテ sostituito dal nome originale del file durante l'archiviazione dell'archivio (es. DSC_0001)
+
+
%DATE%
+
Sarテ sostituito dalla data di scatto.(Es. 2018-01-01)
+
+
%TIME%
+
Sarテ sostituito dal tempo di scatto.(Es. 13:01:10)
+
+
+
+
L'ultima riga della schermata mostra come apparirテ la cartella di destinazione e il nome del file una volta archiviati.
+
Crea una cartella basata sulla data di scatto per salvare i file
+
Crea una cartella con indicazione dell'ora in cui memorizzare i file archiviati.
+
Quando viene selezionato, viene visualizzato il "Modello di nome della cartella".
+
Template cartella
+
Inserire gli schemi da utilizzare per rinominare la cartella da creare (exp. DIR-% YEAR% -% MONTH% e cosテャ via). Premendo i tasti dei modelli, potete inserire le parole chiave dietro il cursore.
+
+
%YEAR%
+
Sarテ sostituito dall'anno di riprese. (Es. 2018)
+
+
%MONTH%
+
Sarテ sostituito dal Mese di scatto (Es. 01)
+
+
%DAY%
+
Sarテ sostituito dal giorno delle riprese (Es. 29)
+
+
+
+
L'ultima riga della schermata mostra come apparirテ la cartella di destinazione e il nome del file una volta archiviati.
+
+
\ No newline at end of file
diff --git a/SMBSync2/src/main/assets/SMBSync2_Help_IT_folder_zip.html b/SMBSync2/src/main/assets/SMBSync2_Help_IT_folder_zip.html
new file mode 100644
index 00000000..a2790da4
--- /dev/null
+++ b/SMBSync2/src/main/assets/SMBSync2_Help_IT_folder_zip.html
@@ -0,0 +1,30 @@
+
+
+
+
+SMBSync2_Help_IT_folder_zip
+
tipo memoria
+
Selezionare il punto di montaggio dove memorizzare il file ZIP.
+
Salva file ZIP su SDCARD.
+
Controllare per salvare il file ZIP nella SDCARD. Altrimenti verrテ salvato nella memoria interna
+
Permetti scrittura su SDCARD
+
Toccare per visualizzare la schermata di selezione per dare l'accesso e l'autorizzazione di scrittura alla SDCARD.
+
Lista File
+
Mostra le directory e l'elenco dei file nella cartella selezionata.
+
file ZIP
+
Specificare il nome del file ZIP di destinazione.
+
Aggiungi tempo/data del sync nel nome della cartella (la parola chiave verrテ sostituita dall'ora e la data nel quale ティ stata eseguita la sync)
+
%YEAR%, %MONTH%, %DAY% e %DAY-OF-YEAR% possono essere utilizzati come nomi di directory di destinazione. Le parole chiave vengono convertite nell'anno, nel mese e nel giorno in cui ティ iniziata la sincronizzazione.
+
Livello compressione
+
Selezionare il livello di compressione ZIP. I livelli di compressione piテケ forti sono i piテケ lenti.
+
Seleziona Metodo Encriptazione
+
Selezionare il metodo di crittografia per il file ZIP.
+
Password/conferma password
+
Specificare la password di crittografia.
+Nota: attualmente, quando ZIP ティ selezionato come target, SMBSync2 supporta solo la memorizzazione interna come master. I supporti USB, SMB e SD esterna non possono essere utilizzati come memoria master quando il target ZIP ティ selezionato come destinazione ZIP.
+
+
\ No newline at end of file
diff --git a/SMBSync2/src/main/assets/SMBSync2_Help_IT_task.html b/SMBSync2/src/main/assets/SMBSync2_Help_IT_task.html
new file mode 100644
index 00000000..9fbe67fb
--- /dev/null
+++ b/SMBSync2/src/main/assets/SMBSync2_Help_IT_task.html
@@ -0,0 +1,160 @@
+
+
+
+
+SMBSync2_Help_IT_task
+
Modalitテ Test (non copia o cancella file)
+
Se spuntata, nessun file viene cancellato, copiato o sovrascritto. Non vengono apportate modifiche ai file sia sul target che sul master. Si prega di utilizzare la modalitテ Test per controllare i file che saranno cancellati/copiati/sostituiti durante la reale attivitテ di sincronizzazione. Le operazioni eseguite sui file appariranno nella scheda Messaggi.
+
Auto sync
+
Se l'opzione ティ selezionata, l'attivitテ puテイ essere avviata automaticamente a intervalli pianificati nello scheduler. Le attivitテ che sono impostate per la sincronizzazione automatica si avvieranno quando si preme il pulsante di sincronizzazione nell'angolo in alto a destra della schermata principale dell'applicazione.
+
Nome Sync task
+
Specificare un nome per l'attivitテ. Il nome dell'attivitテ di sincronizzazione non ティ sensibile alle maiuscole e minuscole.
+
Tipo di sync
+
Le modalitテ di sincronizzazione attualmente supportate sono Specchio, Copia, Spostamento o Archivio. La sincronizzazione avviene in una direzione del bersaglio dal master.
+
+
Mirror
+
La cartella di destinazione viene conservata come copia esatta del master. Se un file ティ diverso tra il master e la destinazione, il file sul master sovrascrive il file sulla destinazione. La cartella e i file non presenti sulla destinazione vengono copiati dal master. Anche i file e le cartelle non presenti sul master vengono cancellati dal master. Solo i file modificati (per dimensione e/o data/ora) vengono aggiornati sulla destinazione.
+
+
Sposta
+
Se un file ティ diverso tra il master e il target, il file sul master sovrascrive il file sul target. Una volta copiati nella destinazione, i file e le cartelle vengono cancellati dal master (come il comando sposta).
+
Solo i file modificati (per dimensione e/o data/ora) vengono copiati nella destinazione. I file identici, in base ai criteri di confronto selezionati, vengono cancellati dal master senza essere copiati. I file e le cartelle sul target, non presenti sul master, vengono ovviamente conservati.
+
+
Copia
+
Come per permeti, ma i file non vengono cancellati dal master dopo essere stati copiati.
+
Se un file ティ diverso tra il master e la destinazione, il file sul master sovrascrive il file sulla destinazione. Una volta copiati nella destinazione, i file e le cartelle vengono mantenuti sul master (come un comando di copia).
+
Solo i file modificati (per dimensione e/o data/ora) vengono copiati sulla destinazione. I file identici, in base ai criteri di confronto selezionati, vengono ignorati e non vengono piテケ copiati.
+
+
Archivia
+
Archiviare foto e video spostandoli dal master alla cartella di destinazione. Per l'archiviazione possono essere specificati criteri specifici: data/ora di ripresa, data e ora dell'ultima esecuzione dell'archivio (ad esempio 7 giorni o prima o 30 giorni o prima).
+
ZIP non puテイ essere specificato come target per le operazioni di archivio.
+
+
+
+
Criteri di comparazione:
+
I file sono considerati diversi in base a questi criteri:
+
+
Il nome del file/cartella esiste solo sul master o sul target, non su entrambi i lati
+
I file hanno dimensioni diverse
+
I file hanno un orario diverso (data e ora dell'ultima modifica)
+
+
+
Controlla le opzioni Avanzate sotto per maggiori dettagli sui criteri di comparazione ed altre impostazioni granulari.
+
Inverti sorgente e destinazione
+
Scambiare le cartelle master e target: il master diventa il target e il target viene cambiato in master.
+
Cartella sorgente (Sorgente)
+
Toccare l'icona/nome della memoria per modificare la cartella principale.
+
Cartella destinazione (Destinazione)
+
Toccare l'icona/nome della memoria per modificare la cartella di destinazione.
+
Selezionare i file per la sincronizzazione
+
Se deselezionati, tutti i file sono sincronizzati. Se si seleziona il filtro dei file, si ottengono le seguenti opzioni:
+
+
Sync file audio
+
Quando spuntata, la sincronizzazione includerテ i file con le seguenti estensioni: aac, aif, aifc, aiff, flac, kar, m3u, m4a, mid, midi, mp2, mp3, mpga, ogg, ra, ram, wav
+
+
Sync immagini
+
Quando spuntata, la sincronizzazione includerテ i file con le seguenti estensioni: bmp, cgm, djv, djvu, gif, ico, ief, jpe, jpeg, jpg, pbm, pgm, png, pnm, ppm, ras, rgb, svg, tif, tiff, wbmp, xbm, xpm, xwd
+
+
Sync file video
+
Quando spuntata, la sincronizzazione includerテ i file con le seguenti estensioni: avi, m4u, mov, mp4, movie, mpe, mpeg, mpg, mxu, qt, wmv
+
+
Filtro file
+
テ un filtro di inclusione/esclusione dei file personalizzato. テ possibile selezionare il nome e l'estensione dei file che si desidera escludere o includere dal processo di sincronizzazione.
+
+
+
+
Selezionare le sottocartelle
+
Se non viene selezionato, tutte le cartelle sono sincronizzate. Se si seleziona il filtro delle sottocartelle, si ottengono le seguenti opzioni:
+
+
Filtro cartelle
+
テ un filtro di inclusione/esclusione cartelle personalizzato. テ possibile selezionare il nome delle cartelle che si desidera escludere o includere dal processo di sincronizzazione.
+
+
+
+
Esegui sync tasks solo quando in carica
+
Le attivitテ pianificate di Auto Sync non si avviano se il dispositivo non ティ in carica. L'avvio manuale ティ sempre possibile.
+
Synchronize i file nella root della cartella sorgente (se non selezionata, solo le cartelle e i loro file/sottocartelle verranno sincronizzati).
+
Se deselezionati, vengono sincronizzate solo le cartelle e i loro file/sottocartelle sotto la cartelle master. Per impostazione predefinita, ティ selezionata e anche i file che si trovano direttamente nella root della cartelle master saranno sincronizzati.
+
Conferma prima di sovrascrivere/cancellare
+
Se spuntata, visualizzerテ una finestra di dialogo di conferma prima di sovrascrivere o cancellare i file.
+
Wifi AP Opzioni:
+
+
Esegui anche da spento: cercherテ di avviare la sincronizzazione anche se il Wifi ティ spento
+
Conn a qualunque AP: si sincronizzerテ solo se connesso ad una rete wifi. Accetterテ qualsiasi nome SSID WLAN.
+
Come indirizzo privato: ティ possibile avviare la sincronizzazione solo se l'indirizzo IP assegnato alla rete WiFi si trova nei seguenti campi: 10.0.0.0.0 - 10.255.255.255.255, 172.16.0.0.0 - 172.31.255.255.255 o 192.168.0.0.0 - 192.168.255.255.255.
+
indirizzo lista IP: ティ possibile avviare la sincronizzazione solo se l'indirizzo IP WiFi corrisponde a uno degli indirizzi specificati. テ inoltre possibile aggiungere direttamente l'indirizzo IP corrente al quale l'apparecchio ティ collegato attraverso l'elenco di selezione IP. テ possibile utilizzare i caratteri jolly per il filtro. (ad es. 192.168.100.*, 192.168.*).
+
+
+
Ci sono diversi modi per sincronizzarsi quando ci si connette ad un WiFi specifico. Vedi le FAQ per i dettagli.
+
+
Cambiare l'indirizzo IP in qualcosa di diverso da 192.168.0.0.0/24 sul router WiFi e aggiungerlo alla lista degli indirizzi IP
+
Fissare un indirizzo IP sul lato Android e registrarlo nell'elenco degli indirizzi IP
+
+
+
Salta il task se l'IP WLAN non corrisponde all'indirizzo IP specificato
+
Auto Sync salterテ l'attivitテ se non corrisponde ai criteri specificati
+
Permetti sync con tutti gli indirizzi IP (inclusi pubblici)
+
La sincronizzazione sarテ consentita ogni volta che il Wifi ティ connesso a qualsiasi rete, anche su intervalli IP pubblici (come in un Wifi pubblico).
+
Mostra opzioni avanzate
+
Si prega di utilizzarlo quando si impostano le opzioni dettagliate.
+
Includi sottocartelle
+
Includerテ ricorsivamente le sottocartelle sotto la cartella master specificata.
+
Includi cartelle vuote
+
Sincronizza le cartelle vuote (anche se una cartelle ティ vuota sul master, verrテ creata sul target). Se deselezionata, le cartelle vuote sul master vengono ignorate.
+
Includi cartelle nascoste
+
Quando spuntata, Sync includerテ le cartelle linux nascoste (quelle con un nome che inizia con un punto). Si noti che in Windows e Samba, l'attributo nascosto non ティ impostato dal nome della cartella. Pertanto, la cartella sincronizzata sulla destinazione SMB/Windows non avrテ l'attributo nascosto dell'host.
+
Includi file nascosti
+
Quando spuntata, Sync includerテ i file linux nascosti (quelli con un nome che inizia con un punto). Si noti che in Windows e Samba, l'attributo nascosto non ティ impostato dal nome del file. Quindi, il file sincronizzato sulla destinazione SMB/Windows non avrテ l'attributo nascosto dell'host.
+
Sovrascrivi file destinazione
+
Se deselezionati, i file sul target non saranno mai sovrascritti anche se i criteri di confronto per dimensioni e tempo sono diversi.
+
Usa il filtro di selezione cartelle migliorato
+
Se la cartelle superiore viene esclusa da un filtro mentre una delle sue sottocartelle viene selezionata/inclusa, le sottocartelle della cartella selezionata verranno sincronizzate.
+
Usa la nuova versione 2 del filtro
+
Dopo averla abilitata, puoi usare il nuovo filtro. It may behave differently from the old filter, so please test it thoroughly before using it.
+
Rimuovi cartelle e file esclusi dai filtri
+
Se abilitato, rimuove cartelle/file che sono esclusi dai filtri.
+
Riprova ad errori di rete
+
In caso di errori di connessione lato server, SMBSync2 riproverテ la sincronizzazione per un massimo di 3 volte ad un intervallo di 30 secondi.
+
Limita buffer di scrittura SMB I/O a 16 KB
+
Per favore provala se in presenza dell'errore "Accesso negato" error durante la scrittura sulle cartelle del PC/NAS.
+
Quando spuntata, limiterテ il buffer di I/O a 16KB per le operazioni di scrittura sull'host SMB.
+
Scrivi file direttamente sulla cartella SMB senza usare file temporanei
+
Controllato di default (consigliato). Quando viene copiato nell'host SMB, il file verrテ copiato in una cartella temporanea sull'host. Una volta che l'operazione di copia ティ riuscita, il file temporaneo viene spostato nella sua destinazione finale sovrascrivendo il file di destinazione. Se deselezionato, il file di destinazione sull'host viene immediatamente sovrascritto all'inizio della copia. Se si verifica un errore di connessione, il file sull'host rimane danneggiato fino alla successiva sincronizzazione.
+
Non settare l'ultima volta di modifica del file destinazione per trovare il file sorgente
+
Si prega di abilitare se si ottiene un errore come SmbFile#setLastModified()/File#setLastModified() fallisce. Significa che l'host remoto non permette l'impostazione del file modificato l'ultima volta. Se deselezionato, l'ultimo tempo modificato del file copiato sul target sarテ impostato all'ora in cui ティ stato copiato / sincronizzato. Ciテイ significa che il file di destinazione apparirテ piテケ nuovo del master.
+
Per le sincronizzazioni successive, ティ possibile:
+
+
attenersi a confrontare solo in base alle dimensioni, oppure
+
ティ possibile attivare l'opzione "Non sovrascrivere il file di destinazione se ティ piテケ recente del file sorgente" per copiare solo i file modificati in seguito sul master, oppure
+
ティ possibile attivare l'opzione task "Ottenere l'ora dell'ultima modifica dei file dalla lista personalizzata dell'applicazione SMBSync2". Tuttavia, questa opzione non ティ attualmente disponibile se l'obiettivo ティ SMB. La maggior parte degli host SMB supporta l'impostazione dell'ultimo orario di modifica.
+
+
+
Vedere sotto per informazioni dettagliate su ogni opzione.
+
Ottieni l'ora di ultima modifica dei file dalla lista personalizzata di SMBSync2
+
Si prega di provare se tutti i file vengono copiati sopra i file di destinazione ad ogni sincronizzazione.
+
Questa opzione ティ disponibile solo per l'utente quando la destinazione ティ la memorizzazione interna. Per altri tipi di archiviazione, SMBSync2 cerca di rilevare automaticamente se la destinazione supporta l'impostazione dell'ultima volta che il file ティ stato modificato. In caso contrario, utilizzerテ automaticamente questa funzione integrata. Un'eccezione ティ quando il target ティ SMB, questa funzione non verrテ utilizzata. Vedere sopra l'opzione "Non impostare l'ora dell'ultima modifica del file di destinazione per far corrispondere il file di origine" per altre soluzioni. Si noti che i dispositivi Android piテケ recenti non supportano l'aggiornamento dell'ultimo orario di modifica del file di destinazione.
+
Durante la prima sincronizzazione, SMBSync2 memorizzerテ la lista dei file con i loro timestamp nel suo database (cfr. 1.3). Poichテゥ il database deve essere creato la prima volta, tutti i file con lo stesso nome e le stesse dimensioni saranno sovrascritti di nuovo con una copia completa dal master durante la prima sincronizzazione. Nelle sincronizzazioni successive, il database verrテ utilizzato e non verrテ piテケ eseguita la sovrascrittura di tutti i file con lo stesso nome/stessa dimensione. L'ultimo tempo modificato del file locale viene salvato dal codice proprietario SMBSync (non si basa sulla funzione Java File#setLastModified()).
+
+
Elimina precedenti file su sync (Solo modalitテ Mirror)
+
Una volta spuntate, le cartelle e i file che sono presenti nella cartella di destinazione ma che non esistono sul master, verranno prima cancellati. Dopo di che, i file e le cartelle che sono diversi saranno copiati nella cartella di destinazione.
+
Se la cartella master ティ SMB, il tempo di elaborazione sarテ piテケ lungo perchテゥ la struttura delle cartelle e il loro contenuto viene scansionato attraverso la rete. Si raccomanda vivamente di attivare l'opzione "Usa la negoziazione SMB2" perchテゥ SMB1 sarテ molto lenta.
+
Usa dimensione file per determinare se i file sono differenti
+
Quando si seleziona, i file sono considerati diversi se differiscono per dimensioni.
+
Compara solo dimensione
+
I file sono considerati diversi solo se la dimensione della fonte ティ maggiore della destinazione. Questo disabiliterテ il confronto in base al tempo del file.
+
Usa tempo dell'ultima modifica per determinare se i file sono differenti
+
Quando si seleziona, i file sono considerati diversi in base al loro ultimo tempo di modifica
+
Differenza min di ora permessa (in secondi) tra i file sorgente e destinazione
+
I file sono considerati identici se la differenza tra i loro ultimi tempi modificati ティ inferiore o uguale al tempo selezionato in secondi. Sono considerati diversi se la differenza di tempo tra i file ティ superiore al tempo selezionato. FAT e ExFAT richiedono una tolleranza minima di 2 secondi. Se si seleziona 0 secondi, i file devono avere esattamente lo stesso tempo per essere considerati simili.
+
Non sovrascrivere i file destinazione se piテケ nuovi dei file sorgente
+
Se spuntata, il file viene sovrascritto solo quando il file master ティ piテケ nuovo del file di destinazione, anche se le dimensioni del file e gli ultimi tempi di aggiornamento sono diversi. Tenere presente che se si cambiano i fusi orari o se i file vengono modificati durante il periodo di intervallo della modifica dell'ora legale, l'ultimo file modificato potrebbe apparire piテケ vecchio del file non aggiornato. Ciテイ ティ legato alle differenze del file system e solo un controllo manuale prima di sovrascrivere il file eviterテ la perdita di dati. Si raccomanda generalmente di non modificare i file durante l'intervallo del cambio dell'ora legale se sono destinati ad essere auto-sincronizzati.
+
Ignora differenza dell'Ora Legale tra file
+
Permette di selezionare la differenza di fuso orario in minuti tra l'ora legale e quella invernale. I file sono considerati diversi se la differenza di orario non ティ esattamente uguale all'intervallo specificato (+/- la "differenza di orario minima consentita (in secondi)" specificata nell'opzione precedente)
+
Salta cartelle e file che contengono caratteri non validi(", :, \, *, <, >, |)
+
Se spuntata, visualizzerテ un messaggio di avviso e la sincronizzazione continuerテ senza elaborare le cartelle/file contenenti caratteri non validi.
+
Elimina la cartella master quando ティ vuota (solo quando l'opzione di Sync ティ Sposta)
+
Quando la modalitテ di sincronizzazione ティ Sposta, dopo che i file sono stati spostati nella destinazione, viene cancellata anche la cartella Master.
PC/NAS繝輔か繝ォ繝繝シ縺ク縺ョ譖ク縺崎セシ縺ソ譎ゅ↓窶Access is
-denied窶繧ィ繝ゥ繝シ縺檎匱逕溘@縺滓凾縺ォ隧ヲ縺励※縺ソ縺ヲ縺上□縺輔>縲繝√ぉ繝繧ッ縺励◆蝣エ蜷医ッ繝ェ繝「繝シ繝医ヵ繧。繧、繝ォ譖ク縺崎セシ縺ソ譎ゅョIO繝舌ャ繝輔ぃ繝シ繧16KB縺ォ蛻カ髯舌@縺セ縺吶ゅ◆縺縺励√ヱ繝輔か繝シ繝槭Φ繧ケ縺ッ菴惹ク九@縺セ縺吶
PC/NAS繝輔か繝ォ繝繝シ縺ク縺ョ譖ク縺崎セシ縺ソ譎ゅ↓窶廣ccess is denied窶昴お繝ゥ繝シ縺檎匱逕溘@縺滓凾縺ォ隧ヲ縺励※縺ソ縺ヲ縺上□縺輔>縲ゅメ繧ァ繝繧ッ縺励◆蝣エ蜷医ッ繝ェ繝「繝シ繝医ヵ繧。繧、繝ォ譖ク縺崎セシ縺ソ譎ゅョIO繝舌ャ繝輔ぃ繝シ繧16KB縺ォ蛻カ髯舌@縺セ縺吶ゅ◆縺縺励√ヱ繝輔か繝シ繝槭Φ繧ケ縺ッ菴惹ク九@縺セ縺吶
+
+
\ No newline at end of file
diff --git a/SMBSync2/src/main/assets/SMBSync2_Help_RU_folder_internal.files/image001.png b/SMBSync2/src/main/assets/SMBSync2_Help_RU_folder_internal.files/image001.png
deleted file mode 100644
index 59fbf1f1..00000000
Binary files a/SMBSync2/src/main/assets/SMBSync2_Help_RU_folder_internal.files/image001.png and /dev/null differ
diff --git a/SMBSync2/src/main/assets/SMBSync2_Help_RU_folder_internal.files/image002.png b/SMBSync2/src/main/assets/SMBSync2_Help_RU_folder_internal.files/image002.png
deleted file mode 100644
index 15ff5e63..00000000
Binary files a/SMBSync2/src/main/assets/SMBSync2_Help_RU_folder_internal.files/image002.png and /dev/null differ
diff --git a/SMBSync2/src/main/assets/SMBSync2_Help_RU_folder_internal.files/image003.png b/SMBSync2/src/main/assets/SMBSync2_Help_RU_folder_internal.files/image003.png
deleted file mode 100644
index 9200f96f..00000000
Binary files a/SMBSync2/src/main/assets/SMBSync2_Help_RU_folder_internal.files/image003.png and /dev/null differ
diff --git a/SMBSync2/src/main/assets/SMBSync2_Help_RU_folder_internal.files/image004.png b/SMBSync2/src/main/assets/SMBSync2_Help_RU_folder_internal.files/image004.png
deleted file mode 100644
index 5ae004bf..00000000
Binary files a/SMBSync2/src/main/assets/SMBSync2_Help_RU_folder_internal.files/image004.png and /dev/null differ
diff --git a/SMBSync2/src/main/assets/SMBSync2_Help_RU_folder_internal.htm b/SMBSync2/src/main/assets/SMBSync2_Help_RU_folder_internal.htm
deleted file mode 100644
index ab5407c9..00000000
--- a/SMBSync2/src/main/assets/SMBSync2_Help_RU_folder_internal.htm
+++ /dev/null
@@ -1,596 +0,0 @@
-
-
-
-
-
-SMBSync Description
-
-
-
-
-
-
-
-
-
-точка крепления
-
-
Выберите точку крепления, которая будет использоваться
-для внутреннего хранения.
-
-
-
-
-список каталогов
-
-
Нажмите на радиокнопку в правой части экрана, чтобы
-выбрать интересующую вас директорию. Чтобы открыть подкаталог, нажмите на имя
-каталога.
-
-
-
-
-каталог
-
-
Введите
-целевой или основной каталог. Если указан несуществующий каталог, то он будет
-создан во время выполнения синхронизации.
-
-
-
-
-Добавить ключевое слово
-
-
ы
-можете использовать %YEAR%, %MONTH%, %DAY% и %DAY-OF-YEAR% в целевом каталоге.
-Ключевые слова конвертируются в даты в начале синхронизации.
-
-
-
-
Этот параметр отображается только при копировании или перемещении типа
-синхронизации.
-
-
Если этот флажок установлен, то
-дата и время съемки извлекаются из Exif и используются вместо даты и времени
-начала синхронизации. Если дату и время съемки нельзя извлечь из Exif,
-используется последнее измененное время файла.
-
-
-
-
Следующие опции отображаются только при архивировании типа
-синхронизации.
-
-
-Отображение подтверждающего сообщения, когда дату и время съемки
-невозможно получить из Exif.
-
-
Если этот флажок установлен,
-пользователю будет показано сообщение, подтверждающее использование последнего
-измененного времени файла, если дата и время съемки не могут быть получены из
-Exif. При выборе пункта Отмена в сообщении подтверждения файл не будет
-заархивирован.
-
-
-
-
-Цель для архивирования
-
-
Выберите критерии архивирования
-фотографий.
-
-
-Неважно, в какой день это было сделано.
-
-
Архивировать все фотографии
-
-
-Дата съёмки - более 7 дней.
-
-
Более чем на 7 дней старше
-текущего времени
-
-
-Дата съёмки - более 30 дней.
-
-
Более чем на 30 дней старше
-текущего времени
-
-
-Дата съёмки - более 60 дней.
-
-
Более чем на 30 дней старше
-текущего времени
-
-
-Дата съёмки - более 90 дней.
-
-
Более чем на 30 дней старше
-текущего времени
-
-
-Дата съёмки - более 180 дней.
-
-
Более чем на 30 дней старше
-текущего времени
-
-
-Дата съёмки больше года.
-
-
Дата фотографии более чем на
-год старше текущего времени.
-
-
-
-
-Переименовать файл и сохранить его в указанном каталоге при
-архивировании
-
-
Если эта опция установлена, то
-при архивировании файл будет переименован. Имя файла может быть указано в
-качестве даты и времени в "Шаблоне имени файла". Вы также можете
-создать каталог для хранения файлов. Пожалуйста, включите "Сохранять в
-каталог при архивировании", чтобы хранить его в каталоге.
-
-
-
-
-Имя файла номер заказа
-
-
Добавьте номер заказа к имени
-файла при архивировании.
-
-
-Я им не пользуюсь.
-
-
Не добавляйте номер заказа.
-
-
-Добавь трехзначное число.
-
-
Добавить 001-999.
-
-
-Добавь четырехзначное число.
-
-
Добавить 0001-9999.
-
-
-Добавь пятизначное число.
-
-
Добавить 00001-99999.
-
-
-Добавь шестизначное число.
-
-
Добавить 000001-999999.
-
-
-
-
-Шаблон имени файла
-
-
-Оригинальное имя
-
-
Введите
-имя файла перед переименованием в шаблоне.
-
-
-Свидание
-
-
Введите
-в шаблон дату (например, 2018-04-16).
-
-
-время
-
-
Введите
-время (например, 12-00-30) в шаблон.
-
-
-Шаблон имени файла
-
-
Введите
-шаблон переименовываемого файла. Значение по умолчанию DSC_%DATE%. Вы можете
-ввести ключевое слово за курсором, нажав кнопку .
-
-
В
-последней строке будут показаны реальная директория и имя файла, который будет
-сохранен.
-
-
-
-
-При архивировании он будет сохранен в каталог
-
-
Вы
-можете создать и сохранить каталог при архивировании. Если поставить галочку в
-этом поле, то отобразится "Шаблон названия каталога".
-
-
-
-
-Шаблон имени каталога
-
-
Введите
-шаблон создаваемой директории, например DIR-%YEAR%-%MONTH%. Вы можете ввести
-ключевое слово за курсором, нажав кнопку .
-
-
-западный календарь
-
-
Укажите
-год (например, 2018) в шаблоне.
-
-
-месяц (года)
-
-
Введите
-в шаблоне месяц (например, 04).
-
-
-день
-
-
Введите в шаблон дату
-(например, 16).
-
-
-Шаблон имени каталога
-
-
Введите
-шаблон создаваемого каталога. Значения по умолчанию – %ГОДА%.
-
-
В
-последней строке будут показаны реальная директория и имя файла, который будет
-сохранен.
-
-
-
-
Пожалуйста, смотрите ниже для
-получения дополнительной информации.
+
+
\ No newline at end of file
diff --git a/SMBSync2/src/main/assets/SMBSync2_Help_RU_folder_sdcard.files/image001.png b/SMBSync2/src/main/assets/SMBSync2_Help_RU_folder_sdcard.files/image001.png
deleted file mode 100644
index 59fbf1f1..00000000
Binary files a/SMBSync2/src/main/assets/SMBSync2_Help_RU_folder_sdcard.files/image001.png and /dev/null differ
diff --git a/SMBSync2/src/main/assets/SMBSync2_Help_RU_folder_sdcard.files/image002.png b/SMBSync2/src/main/assets/SMBSync2_Help_RU_folder_sdcard.files/image002.png
deleted file mode 100644
index 15ff5e63..00000000
Binary files a/SMBSync2/src/main/assets/SMBSync2_Help_RU_folder_sdcard.files/image002.png and /dev/null differ
diff --git a/SMBSync2/src/main/assets/SMBSync2_Help_RU_folder_sdcard.files/image003.png b/SMBSync2/src/main/assets/SMBSync2_Help_RU_folder_sdcard.files/image003.png
deleted file mode 100644
index 9200f96f..00000000
Binary files a/SMBSync2/src/main/assets/SMBSync2_Help_RU_folder_sdcard.files/image003.png and /dev/null differ
diff --git a/SMBSync2/src/main/assets/SMBSync2_Help_RU_folder_sdcard.files/image004.png b/SMBSync2/src/main/assets/SMBSync2_Help_RU_folder_sdcard.files/image004.png
deleted file mode 100644
index 5ae004bf..00000000
Binary files a/SMBSync2/src/main/assets/SMBSync2_Help_RU_folder_sdcard.files/image004.png and /dev/null differ
diff --git a/SMBSync2/src/main/assets/SMBSync2_Help_RU_folder_sdcard.htm b/SMBSync2/src/main/assets/SMBSync2_Help_RU_folder_sdcard.htm
deleted file mode 100644
index 32771650..00000000
--- a/SMBSync2/src/main/assets/SMBSync2_Help_RU_folder_sdcard.htm
+++ /dev/null
@@ -1,603 +0,0 @@
-
-
-
-
-
-SMBSync Description
-
-
-
-
-
-
-
-
-
-список каталогов
-
-
Нажмите
-на радиокнопку в правой части экрана, чтобы выбрать интересующую вас
-директорию. Чтобы открыть подкаталог, нажмите на имя каталога.
-
-
-
-
-Добавить ключевое слово
-
-
Вы
-можете использовать %YEAR%, %MONTH%, %DAY% и %DAY-OF-YEAR% в целевом каталоге.
-Ключевые слова конвертируются в даты в начале синхронизации.
-
-
-
-
Этот параметр отображается только при копировании или перемещении типа
-синхронизации.
-
-
-Используйте дату и время фото/видеосъемки для преобразования
-ключевых слов, добавленных в каталог целевой папки.
-
-
Если этот флажок установлен, то
-дата и время съемки извлекаются из Exif и используются вместо даты и времени
-начала синхронизации. Если дату и время съемки нельзя извлечь из Exif,
-используется последнее измененное время файла.
-
-
-
-
-каталог
-
-
Укажите имя главного или целевого каталога. Если
-целевой каталог не существует, то он будет создан при синхронизации.
-
-
-
-
-SDCARD-опция
-
-
Выберите корневую директорию SDCARD, чтобы получить
-доступ к SDCARD. Если вы не можете его выбрать, перейдите в "Меню ->
-Информация о системе" и отправьте информацию о системе разработчику.
-
-
-
-
Следующие опции отображаются только при архивировании типа
-синхронизации.
-
-
-Отображение подтверждающего сообщения, когда дату и время съемки
-невозможно получить из Exif.
-
-
Если этот флажок установлен,
-пользователю будет показано сообщение, подтверждающее использование последнего
-измененного времени файла, если дата и время съемки не могут быть получены из
-Exif. При выборе пункта Отмена в сообщении подтверждения файл не будет
-заархивирован.
-
-
-
-
-Цель для архивирования
-
-
Выберите критерии архивирования
-фотографий.
-
-
-Неважно, в какой день это было сделано.
-
-
Архивировать все фотографии
-
-
-Дата съёмки - более 7 дней.
-
-
Более чем на 7 дней старше
-текущего времени
-
-
-Дата съёмки - более 30 дней.
-
-
Более чем на 30 дней старше
-текущего времени
-
-
-Дата съёмки - более 60 дней.
-
-
Более чем на 30 дней старше
-текущего времени
-
-
-Дата съёмки - более 90 дней.
-
-
Более чем на 30 дней старше
-текущего времени
-
-
-Дата съёмки - более 180 дней.
-
-
Более чем на 30 дней старше
-текущего времени
-
-
-Дата съёмки больше года.
-
-
Дата фотографии более чем на
-год старше текущего времени.
-
-
-
-
-Переименовать файл и сохранить его в указанном каталоге при
-архивировании
-
-
Если эта опция установлена, то
-при архивировании файл будет переименован. Имя файла может быть указано в
-качестве даты и времени в "Шаблоне имени файла". Вы также можете
-создать каталог для хранения файлов. Пожалуйста, включите "Сохранять в
-каталог при архивировании", чтобы хранить его в каталоге.
-
-
-
-
-Имя файла номер заказа
-
-
Добавьте номер заказа к имени
-файла при архивировании.
-
-
-Я им не пользуюсь.
-
-
Не добавляйте номер заказа.
-
-
-Добавь трехзначное число.
-
-
Добавить 001-999.
-
-
-Добавь четырехзначное число.
-
-
Добавить 0001-9999.
-
-
-Добавь пятизначное число.
-
-
Добавить 00001-99999.
-
-
-Добавь шестизначное число.
-
-
Добавить 000001-999999.
-
-
-
-
-Шаблон имени файла
-
-
-Оригинальное имя
-
-
Введите
-имя файла перед переименованием в шаблоне.
-
-
-Свидание
-
-
Введите
-в шаблон дату (например, 2018-04-16).
-
-
-время
-
-
Введите
-время (например, 12-00-30) в шаблон.
-
-
-Шаблон имени файла
-
-
Введите
-шаблон переименовываемого файла. Значение по умолчанию DSC_%DATE%. Вы можете
-ввести ключевое слово за курсором, нажав кнопку .
-
-
В
-последней строке будут показаны реальная директория и имя файла, который будет
-сохранен.
-
-
-
-
-При архивировании он будет сохранен в каталог
-
-
Вы
-можете создать и сохранить каталог при архивировании. Если поставить галочку в
-этом поле, то отобразится "Шаблон названия каталога".
-
-
-
-
-Шаблон имени каталога
-
-
Введите
-шаблон создаваемой директории, например DIR-%YEAR%-%MONTH%. Вы можете ввести
-ключевое слово за курсором, нажав кнопку .
-
-
-западный календарь
-
-
Укажите
-год (например, 2018) в шаблоне.
-
-
-месяц (года)
-
-
Введите
-в шаблоне месяц (например, 04).
-
-
-день
-
-
Введите в шаблон дату
-(например, 16).
-
-
-Шаблон имени каталога
-
-
Введите
-шаблон создаваемого каталога. Значения по умолчанию – %ГОДА%.
-
-
В
-последней строке будут показаны реальная директория и имя файла, который будет сохранен.
-
-
-
-
Пожалуйста, смотрите ниже для
-получения дополнительной информации.
Вам
-необходимо будет предоставить идентификатор пользователя или пароль.
-
-
-
-
-имя пользователя
-
-
Имя
-учетной записи пользователя для подключения к хосту. Учетная запись Microsoft
-не может использоваться с SMBSync2. Создайте локальную учетную запись и
-используйте ее.
-
-
-
-
-пароль
-
-
Укажите
-пароль, установленный на ПК/NAS.
-
-
-
-
-Общий список
-
-
Нажмите
-кнопку, чтобы отобразить имя ресурса, который можно выбрать, нажмите на имя
-ресурса и нажмите "ОК".
-
-
-
-
-общее имя
-
-
Имя
-акции можно ввести вручную.
-
-
-
-
-список каталогов
-
-
Нажмите
-на радиокнопку в правой части экрана, чтобы выбрать интересующую вас
-директорию. Чтобы открыть подкаталог, нажмите на имя каталога.
-
-
-
-
-каталог
-
-
Вы
-можете войти в каталог PC/NAS вручную.。
-
-
-
-
-Добавить ключевое слово
-
-
Вы
-можете использовать %YEAR%, %MONTH%, %DAY% и %DAY-OF-YEAR% в целевом каталоге.
-Ключевые слова конвертируются в даты в начале синхронизации.
-
-
-
-
Этот параметр отображается только при копировании или перемещении типа
-синхронизации.
-
-
Используйте дату и время
-фото/видеосъемки для преобразования ключевых слов, добавленных в каталог
-целевой папки.
-
-
Если этот флажок установлен, то
-дата и время съемки извлекаются из Exif и используются вместо даты и времени начала
-синхронизации. Если дату и время съемки нельзя извлечь из Exif, используется
-последнее измененное время файла.
-
-
-
-
Следующие опции отображаются только при архивировании типа
-синхронизации.
-
-
-Отображение подтверждающего сообщения, когда дату и время съемки невозможно
-получить из Exif.
-
-
Если этот флажок установлен,
-пользователю будет показано сообщение, подтверждающее использование последнего
-измененного времени файла, если дата и время съемки не могут быть получены из
-Exif. При выборе пункта Отмена в сообщении подтверждения файл не будет
-заархивирован.
-
-
-
-
-Цель для архивирования
-
-
Выберите критерии архивирования
-фотографий.
-
-
-Неважно, в какой день это было сделано.
-
-
Архивировать все фотографии
-
-
-Дата съёмки - более 7 дней.
-
-
Более чем на 7 дней старше
-текущего времени
-
-
-Дата съёмки - более 30 дней.
-
-
Более чем на 30 дней старше
-текущего времени
-
-
-Дата съёмки - более 60 дней.
-
-
Более чем на 30 дней старше
-текущего времени
-
-
-Дата съёмки - более 90 дней.
-
-
Более чем на 30 дней старше
-текущего времени
-
-
-Дата съёмки - более 180 дней.
-
-
Более чем на 30 дней старше
-текущего времени
-
-
-Дата съёмки больше года.
-
-
Дата фотографии более чем на
-год старше текущего времени.
-
-
-
-
-Переименовать файл и сохранить его в указанном каталоге при
-архивировании
-
-
Если эта опция установлена, то
-при архивировании файл будет переименован. Имя файла может быть указано в
-качестве даты и времени в "Шаблоне имени файла". Вы также можете
-создать каталог для хранения файлов. Пожалуйста, включите "Сохранять в
-каталог при архивировании", чтобы хранить его в каталоге.
-
-
-
-
-Имя файла номер заказа
-
-
Добавьте номер заказа к имени
-файла при архивировании.
-
-
-Я им не пользуюсь.
-
-
Не добавляйте номер заказа.
-
-
-Добавь трехзначное число.
-
-
Добавить 001-999.
-
-
-Добавь четырехзначное число.
-
-
Добавить 0001-9999.
-
-
-Добавь пятизначное число.
-
-
Добавить 00001-99999.
-
-
-Добавь шестизначное число.
-
-
Добавить 000001-999999.
-
-
-
-
-Шаблон имени файла
-
-
-Оригинальное имя
-
-
Введите
-имя файла перед переименованием в шаблоне.
-
-
-Свидание
-
-
Введите
-в шаблон дату (например, 2018-04-16).
-
-
-время
-
-
Введите
-время (например, 12-00-30) в шаблон.
-
-
-Шаблон имени файла
-
-
Введите
-шаблон переименовываемого файла. Значение по умолчанию DSC_%DATE%. Вы можете
-ввести ключевое слово за курсором, нажав кнопку .
-
-
В
-последней строке будут показаны реальная директория и имя файла, который будет
-сохранен.
-
-
-
-
-При архивировании он будет сохранен в каталог
-
-
Вы
-можете создать и сохранить каталог при архивировании. Если поставить галочку в
-этом поле, то отобразится "Шаблон названия каталога".
-
-
-
-
-Шаблон имени каталога
-
-
Введите
-шаблон создаваемой директории, например DIR-%YEAR%-%MONTH%. Вы можете ввести
-ключевое слово за курсором, нажав кнопку .
-
-
-западный календарь
-
-
Укажите
-год (например, 2018) в шаблоне.
-
-
-месяц (года)
-
-
Введите
-в шаблоне месяц (например, 04).
-
-
-день
-
-
Введите в шаблон дату
-(например, 16).
-
-
-Шаблон имени каталога
-
-
Введите
-шаблон создаваемого каталога. Значения по умолчанию – %ГОДА%.
-
-
В
-последней строке будут показаны реальная директория и имя файла, который будет
-сохранен.
-
-
-
-
Пожалуйста, смотрите ниже для
-получения дополнительной информации.
+
+
\ No newline at end of file
diff --git a/SMBSync2/src/main/assets/SMBSync2_Help_RU_folder_usb.files/image001.png b/SMBSync2/src/main/assets/SMBSync2_Help_RU_folder_usb.files/image001.png
deleted file mode 100644
index 59fbf1f1..00000000
Binary files a/SMBSync2/src/main/assets/SMBSync2_Help_RU_folder_usb.files/image001.png and /dev/null differ
diff --git a/SMBSync2/src/main/assets/SMBSync2_Help_RU_folder_usb.files/image002.png b/SMBSync2/src/main/assets/SMBSync2_Help_RU_folder_usb.files/image002.png
deleted file mode 100644
index 15ff5e63..00000000
Binary files a/SMBSync2/src/main/assets/SMBSync2_Help_RU_folder_usb.files/image002.png and /dev/null differ
diff --git a/SMBSync2/src/main/assets/SMBSync2_Help_RU_folder_usb.files/image003.png b/SMBSync2/src/main/assets/SMBSync2_Help_RU_folder_usb.files/image003.png
deleted file mode 100644
index 9200f96f..00000000
Binary files a/SMBSync2/src/main/assets/SMBSync2_Help_RU_folder_usb.files/image003.png and /dev/null differ
diff --git a/SMBSync2/src/main/assets/SMBSync2_Help_RU_folder_usb.files/image004.png b/SMBSync2/src/main/assets/SMBSync2_Help_RU_folder_usb.files/image004.png
deleted file mode 100644
index 5ae004bf..00000000
Binary files a/SMBSync2/src/main/assets/SMBSync2_Help_RU_folder_usb.files/image004.png and /dev/null differ
diff --git a/SMBSync2/src/main/assets/SMBSync2_Help_RU_folder_usb.htm b/SMBSync2/src/main/assets/SMBSync2_Help_RU_folder_usb.htm
deleted file mode 100644
index 56e03564..00000000
--- a/SMBSync2/src/main/assets/SMBSync2_Help_RU_folder_usb.htm
+++ /dev/null
@@ -1,609 +0,0 @@
-
-
-
-
-
-SMBSync Description
-
-
-
-
-
-
-
-
-
-список каталогов
-
-
Нажмите имя записной книжки, чтобы выбрать ее. Чтобы
-открыть подкаталог, коснитесь левого края имени каталога.
-
-
-
-
-Добавить ключевое слово
-
-
Вы
-можете использовать %YEAR%, %MONTH%, %DAY% и %DAY-OF-YEAR% в целевом каталоге.
-Ключевые слова конвертируются в даты в начале синхронизации.
-
-
-
-
Этот параметр отображается только при копировании или перемещении типа
-синхронизации.
-
-
-Используйте дату и время фото/видеосъемки для преобразования
-ключевых слов, добавленных в каталог целевой папки.
-
-
Если этот флажок установлен, то
-дата и время съемки извлекаются из Exif и используются вместо даты и времени
-начала синхронизации. Если дату и время съемки нельзя извлечь из Exif,
-используется последнее измененное время файла.
-
-
-
-
-каталог
-
-
Укажите имя главного или целевого каталога. Если
-целевой каталог не существует, то он будет создан при синхронизации.
-
-
-
-
-выбор USB носителя
-
-
Выберите корневую директорию USB-носителя, чтобы
-получить права доступа к USB-носителю. Если вы не можете его выбрать, перейдите
-в "Меню -> Информация о системе" и отправьте информацию о системе
-разработчику.
-
-
USB-носитель нельзя использовать, если нет точки
-крепления (например, / Хранилище/0123-0123-0123), которая соответствует UUID
-USB-носителя.
-
-
-
-
Следующие опции отображаются только при архивировании типа
-синхронизации.
-
-
-Отображение подтверждающего сообщения, когда дату и время съемки
-невозможно получить из Exif.
-
-
Если этот флажок установлен,
-пользователю будет показано сообщение, подтверждающее использование последнего
-измененного времени файла, если дата и время съемки не могут быть получены из
-Exif. При выборе пункта Отмена в сообщении подтверждения файл не будет
-заархивирован.
-
-
-
-
-Цель для архивирования
-
-
Выберите критерии архивирования
-фотографий.
-
-
-Неважно, в какой день это было сделано.
-
-
Архивировать все фотографии
-
-
-Дата съёмки - более 7 дней.
-
-
Более чем на 7 дней старше
-текущего времени
-
-
-Дата съёмки - более 30 дней.
-
-
Более чем на 30 дней старше
-текущего времени
-
-
-Дата съёмки - более 60 дней.
-
-
Более чем на 30 дней старше
-текущего времени
-
-
-Дата съёмки - более 90 дней.
-
-
Более чем на 30 дней старше
-текущего времени
-
-
-Дата съёмки - более 180 дней.
-
-
Более чем на 30 дней старше
-текущего времени
-
-
-Дата съёмки больше года.
-
-
Дата фотографии более чем на
-год старше текущего времени.
-
-
-
-
-Переименовать файл и сохранить его в указанном каталоге при
-архивировании
-
-
Если эта опция установлена, то
-при архивировании файл будет переименован. Имя файла может быть указано в
-качестве даты и времени в "Шаблоне имени файла". Вы также можете
-создать каталог для хранения файлов. Пожалуйста, включите "Сохранять в
-каталог при архивировании", чтобы хранить его в каталоге.
-
-
-
-
-Имя файла номер заказа
-
-
Добавьте номер заказа к имени
-файла при архивировании.
-
-
-Я им не пользуюсь.
-
-
Не добавляйте номер заказа.
-
-
-Добавь трехзначное число.
-
-
Добавить 001-999.
-
-
-Добавь четырехзначное число.
-
-
Добавить 0001-9999.
-
-
-Добавь пятизначное число.
-
-
Добавить 00001-99999.
-
-
-Добавь шестизначное число.
-
-
Добавить 000001-999999.
-
-
-
-
-Шаблон имени файла
-
-
-Оригинальное имя
-
-
Введите
-имя файла перед переименованием в шаблоне.
-
-
-Свидание
-
-
Введите
-в шаблон дату (например, 2018-04-16).
-
-
-время
-
-
Введите
-время (например, 12-00-30) в шаблон.
-
-
-Шаблон имени файла
-
-
Введите
-шаблон переименовываемого файла. Значение по умолчанию DSC_%DATE%. Вы можете
-ввести ключевое слово за курсором, нажав кнопку .
-
-
В
-последней строке будут показаны реальная директория и имя файла, который будет
-сохранен.
-
-
-
-
-При архивировании он будет сохранен в каталог
-
-
Вы
-можете создать и сохранить каталог при архивировании. Если поставить галочку в
-этом поле, то отобразится "Шаблон названия каталога".
-
-
-
-
-Шаблон имени каталога
-
-
Введите
-шаблон создаваемой директории, например DIR-%YEAR%-%MONTH%. Вы можете ввести
-ключевое слово за курсором, нажав кнопку .
-
-
-западный календарь
-
-
Укажите
-год (например, 2018) в шаблоне.
-
-
-месяц (года)
-
-
Введите
-в шаблоне месяц (например, 04).
-
-
-день
-
-
Введите в шаблон дату
-(например, 16).
-
-
-Шаблон имени каталога
-
-
Введите
-шаблон создаваемого каталога. Значения по умолчанию – %ГОДА%.
-
-
В
-последней строке будут показаны реальная директория и имя файла, который будет
-сохранен.
-
-
-
-
Пожалуйста, смотрите ниже для
-получения дополнительной информации.
+
+
\ No newline at end of file
diff --git a/SMBSync2/src/main/assets/SMBSync2_Help_RU_folder_zip.files/image001.png b/SMBSync2/src/main/assets/SMBSync2_Help_RU_folder_zip.files/image001.png
deleted file mode 100644
index 59fbf1f1..00000000
Binary files a/SMBSync2/src/main/assets/SMBSync2_Help_RU_folder_zip.files/image001.png and /dev/null differ
diff --git a/SMBSync2/src/main/assets/SMBSync2_Help_RU_folder_zip.files/image002.png b/SMBSync2/src/main/assets/SMBSync2_Help_RU_folder_zip.files/image002.png
deleted file mode 100644
index 15ff5e63..00000000
Binary files a/SMBSync2/src/main/assets/SMBSync2_Help_RU_folder_zip.files/image002.png and /dev/null differ
diff --git a/SMBSync2/src/main/assets/SMBSync2_Help_RU_folder_zip.files/image003.png b/SMBSync2/src/main/assets/SMBSync2_Help_RU_folder_zip.files/image003.png
deleted file mode 100644
index 9200f96f..00000000
Binary files a/SMBSync2/src/main/assets/SMBSync2_Help_RU_folder_zip.files/image003.png and /dev/null differ
diff --git a/SMBSync2/src/main/assets/SMBSync2_Help_RU_folder_zip.files/image004.png b/SMBSync2/src/main/assets/SMBSync2_Help_RU_folder_zip.files/image004.png
deleted file mode 100644
index 5ae004bf..00000000
Binary files a/SMBSync2/src/main/assets/SMBSync2_Help_RU_folder_zip.files/image004.png and /dev/null differ
diff --git a/SMBSync2/src/main/assets/SMBSync2_Help_RU_folder_zip.htm b/SMBSync2/src/main/assets/SMBSync2_Help_RU_folder_zip.htm
deleted file mode 100644
index 67577892..00000000
--- a/SMBSync2/src/main/assets/SMBSync2_Help_RU_folder_zip.htm
+++ /dev/null
@@ -1,309 +0,0 @@
-
-
-
-
-
-SMBSync Description
-
-
-
-
-
-
-
-
-
Маунт Пойнт.
-
-
Выберите
-точку крепления, которая будет использоваться для внутреннего хранения.
-
-
-
-
Сохранить zip-файл в SDCARD
-
-
Если эта опция установлена,
-ZIP-файл будет сохранен в SDCARD.
-
-
-
-
Выбор SDCARD
-
-
При
-нажатии появится экран выбора SDCARD.
-
-
-
-
Список файлов
-
-
Отображает список файлов.
-
-
-
-
Добавить ключевые слова.
-
-
В качестве имен целевых файлов
-можно использовать %YEAR%, %MONTH%, %DAY% и %DAY-OF-YEAR%. Ключевые слова
-конвертируются в даты в начале синхронизации.
-
-
-
-
Степень сжатия
-
-
Выберите уровень сжатия.
-
-
-
-
Шифрование
-
-
Выберите метод шифрования.
-
-
-
-
Пароль
-
-
Укажите пароль для шифрования.
-
-
-
-
Пожалуйста, смотрите ниже для
-получения дополнительной информации.
+
+
\ No newline at end of file
diff --git a/SMBSync2/src/main/assets/SMBSync2_Help_RU_task.files/image001.png b/SMBSync2/src/main/assets/SMBSync2_Help_RU_task.files/image001.png
deleted file mode 100644
index 59fbf1f1..00000000
Binary files a/SMBSync2/src/main/assets/SMBSync2_Help_RU_task.files/image001.png and /dev/null differ
diff --git a/SMBSync2/src/main/assets/SMBSync2_Help_RU_task.files/image002.png b/SMBSync2/src/main/assets/SMBSync2_Help_RU_task.files/image002.png
deleted file mode 100644
index 15ff5e63..00000000
Binary files a/SMBSync2/src/main/assets/SMBSync2_Help_RU_task.files/image002.png and /dev/null differ
diff --git a/SMBSync2/src/main/assets/SMBSync2_Help_RU_task.files/image003.png b/SMBSync2/src/main/assets/SMBSync2_Help_RU_task.files/image003.png
deleted file mode 100644
index 9200f96f..00000000
Binary files a/SMBSync2/src/main/assets/SMBSync2_Help_RU_task.files/image003.png and /dev/null differ
diff --git a/SMBSync2/src/main/assets/SMBSync2_Help_RU_task.files/image004.png b/SMBSync2/src/main/assets/SMBSync2_Help_RU_task.files/image004.png
deleted file mode 100644
index 5ae004bf..00000000
Binary files a/SMBSync2/src/main/assets/SMBSync2_Help_RU_task.files/image004.png and /dev/null differ
diff --git a/SMBSync2/src/main/assets/SMBSync2_Help_RU_task.htm b/SMBSync2/src/main/assets/SMBSync2_Help_RU_task.htm
deleted file mode 100644
index cc001ab0..00000000
--- a/SMBSync2/src/main/assets/SMBSync2_Help_RU_task.htm
+++ /dev/null
@@ -1,747 +0,0 @@
-
-
-
-
-
-SMBSync Description
-
-
-
-
-
-
-
-
-
-режим тестирования
-
-
Если этот флажок установлен, файл
-не будет удален или скопирован. Используйте эту функцию, чтобы увидеть, какие
-файлы копируются или удаляются при синхронизации в задаче синхронизации. Вы
-можете увидеть, какие файлы копируются или удаляются по истории и сообщениям. В
-тестовом режиме не может быть установлено автоматическое задание синхронизации.
-
-
-
-
-автосинхронная задача
-
-
Если нажать кнопку Sync, когда ни
-одно задание не выбрано, оно становится заданием для начала синхронизации.
-
-
-
-
-имя задачи
-
-
Имя задачи синхронизации. Имена
-не чувствительны к регистру.
-
-
-
-
-метод синхронизации
-
-
Выберите метод из Зеркало, Копировать, Переместить или Архивировать. Синхронизация осуществляется в одностороннем направлении от
-ведущего к цели.
-
-
-Миллер
-
-
Каталог и файлы на основной
-стороне будут скопированы на целевую сторону (*1), а файлы и каталоги на
-целевой стороне, которые не существуют на основной стороне, будут удалены после
-завершения копирования.
-
-
-движение
-
-
Каталоги и файлы на ведущей
-стороне копируются на целевую сторону, а файлы на ведущей стороне,
-скопированные на целевую сторону, удаляются. (Однако, если файл имеет то же
-имя, что и ведущий и целевой, размер файла и дата обновления одинаковы, то
-ведущий файл удаляется, а не копируется.
-
-
-копия
-
-
Файлы в главном каталоге
-копируются в целевую директорию.
-
-
-архив
-
-
Фотографии и видео в основном каталоге
-будут перемещены к цели, если дата съемки 7 дней или на 30 дней раньше, чем
-была выполнена запись в архив. (Но ты не можешь использовать молнию на цели.)
-
-
-
-
*1 При выполнении любого из
-следующих трех условий файл оценивается как файл разницы и копируется или
-перемещается. Однако, вы можете игнорировать размер файла и время последнего
-обновления в опциях задачи синхронизации.
-
-
-Файл не существует.
-
-
-Размер файла отличается.
-
-
-Дата и время последнего обновления отличаются более чем на 3
-секунды (количество секунд может быть изменено с помощью опции задачи
-синхронизации).
-
-
-
-
-Поменяйте хозяина и цель
-
-
Поменяйте местами содержимое
-основной и целевой папок.
-
-
-
-
-основная папка
-
-
Укажите основную папку для
-синхронизации. Коснитесь значка, чтобы отобразить экран редактирования исходной
-папки.
-
-
-
-
-целевая папка
-
-
Укажите целевую папку для
-синхронизации. Коснитесь значка, чтобы отобразить экран редактирования папки
-назначения.
-
-
-
-
-Выбор файла для синхронизации
-
-
Если не проверить, все файлы
-будут синхронизированы. Если Вы установите этот флажок, Вы можете выбрать файлы
-для синхронизации.
-
-
-Синхронизация аудио файлов
-
-
При установке
-флажка он будет синхронизировать файлы со следующими расширениями.
Кроме вышеуказанного, вы можете
-выбрать имя и расширение файла, который будет синхронизироваться
-
-
-
-
-Укажите подкаталог, который будет
-синхронизирован
-
-
Если не проверить, все
-подкаталоги будут синхронизированы. Если вы отметите это, то на экране появится
-кнопка фильтрации каталогов.
-
-
-каталожный фильтр
-
-
Вы можете
-выбрать каталог для синхронизации
-
-
-
-
-Начинайте синхронизацию только во
-время зарядки
-
-
Вы можете запустить синхронизацию
-только во время зарядки. Запуск мотива, когда он не заряжается, приводит к
-ошибке и останавливает запуск последующих синхронных задач.
-
-
-
-
-Обрабатывать файлы в директории
-непосредственно под директорией, указанной ведущим устройством
-
-
Если флажок установлен, то будут
-обрабатываться файлы в каталоге, указанном в основной папке, и его
-подкаталогах, а также файлы в подкаталогах. Если флажок не установлен, будут
-обрабатываться только подкаталоги и файлы в подкаталогах в каталоге, указанном
-в главной папке.
-
-
Например:
-Если корень внутреннего хранилища должен быть главным, а каталог для
-синхронизации указан в фильтре выбора каталога, то оставьте его неотмеченным,
-файлы в корневом каталоге будут исключены.
-
-
-
-
-Проверка перед копированием или
-удалением
-
-
Если этот
-флажок установлен, перед удалением и перезаписью файла отобразится диалоговое
-окно подтверждения.
-
-
-
-
-беспроводная ЛВС
-
-
В разделе "Синхронизация при
-подключении по точке доступа", если соединение с точкой доступа
-отсутствует, синхронизация завершится с ошибкой.
-
-
Список точек доступа" может
-начать синхронизацию, когда он подключен к определенной точке доступа. Нажмите
-кнопку списка точек доступа беспроводной локальной сети и введите имя точки
-доступа.
-
-
-
-
-Показать больше вариантов
-
-
Следующие
-опции должны использоваться только для расширенных настроек.
-
-
-
-
-Подкаталоги обработки
-
-
При установке флажка подкаталог, выбранный фильтром
-синхронизации, будет синхронизирован. Если это не будет проверено, подкаталоги
-не будут синхронизированы.
-
-
-
-
-Обращаться с пустым каталогом
-
-
Если эта опция установлена, будет синхронизирована
-пустая директория. (Создает пустую директорию на цели.)
-
-
-
-
-Обработка скрытых директорий
-
-
Если эта опция установлена, скрытый каталог будет синхронизирован. (На
-Android имя скрытого каталога - ". (Директория, созданная при
-синхронизации, не является скрытой директорией, поскольку она представлена
-битами директории, а не именем директории в Windows и Samba.
-
-
-
-
-Обработка скрытых файлов
-
-
Если эта опция установлена, скрытые файлы будут синхронизированы. (На
-Android имя скрытого файла "...". (Файл, созданный при синхронизации,
-не является скрытым файлом, так как в Windows и Samba он представлен битами в
-каталоге, а не именем файла.
-
-
-
-
-Восстановление, если во время синхронизации
-возникает сетевая ошибка.
-
-
Повторная синхронизация только в случае ошибки на удаленной стороне.
-Каждая повторная попытка должна быть сделана через 30 секунд после
-возникновения ошибки.
Если при исключении верхнего каталога выбрана нижняя директория, то
-нижняя будет настроена на синхронизацию.
-
-
-
-
-При зеркальном отображении сначала
-удалите.
-
-
При проверке сначала удаляются каталоги и файлы, которые не существуют
-в основной папке, а затем копируются файлы, отличающиеся по размеру или времени
-последнего изменения, из основной папки.
-
-
Если основной папкой является SMB, то сканирование файлов по сети
-занимает много времени. По возможности используйте протокол SMB
-"SMB2".
-
-
-
-
-Не синхронизируйте время последнего
-обновления целевого файла с ведущим.
-
-
Включите его, если SmbFile#setLastModified() или
-File#setLastModified() выйдет из строя. Таким образом, разница между файлом и
-файлом определяется существованием файла и его размером.
-
-
-
-
-Заставить SMBSSync2 получить
-последнюю измененную дату и время.
-
-
Попробуйте каждый раз копировать все файлы: сохраняйте последнюю
-измененную дату и время локального файла по-своему SMBSync2, без использования
-Java File#setLastModified().
-
-
-
-
-Ограничить буфер IO до 16KB при
-записи SMB папок.
-
-
Если при записи в папку PC/NAS Вы получили
-ошибку "Доступ запрещен",
-пожалуйста, попробуйте. Если эта опция установлена, то она ограничивает IO
-буфер для удаленной записи файлов до 16 КБ. Тем не менее, производительность
-будет ухудшаться.
-
-
-
-
-Используйте размер файла для
-определения разницы
-
-
Если размер файла отличается, то при проверке он будет считаться
-разным.
-
-
-
-
-Только когда размер файла ведущего
-велик, он оценивается как файл разницы.
-
-
Если эта опция установлена, то синхронизация будет осуществляться только
-при большом размере главного файла.
-
-
-
-
-Использовать для определения
-разницы последнее измененное время файла
-
-
Если время последнего обновления файла отличается, то при проверке оно
-оценивается как разница.
-
-
-
-
-Разница в разрешённом времени
-последнего обновления в суждении о файле разницы
-
-
Выберите между 1 секундой, 3 секундами и 10 секундами. Если разница в
-последнем измененном времени файла находится в пределах выбранной разницы во
-времени, то предполагается, что она не меняется.
-
-
-
-
-Не перезаписывайте целевой файл,
-если он новый, чем основной.
-
-
Если этот флажок установлен, он перезаписывает файл только в том
-случае, если главный файл новее целевого, даже если размер файла и время
-последнего изменения отличаются.
-
-
-
-
-Пропустить обработку каталогов или
-файлов, содержащих недоступные символы в имени каталога или файла. (",
-:,\fnDroid, *, <, >, |)
-
-
Если этот флажок установлен, то вместо обработки директории/файла,
-содержащего недоступные символы, будет отображаться предупреждающее сообщение и
-обрабатываться следующий каталог/файл.
-
-
-
-
Пожалуйста, смотрите ниже для получения дополнительной
-информации.
The app will record a 窶抓ynchronization task list窶 and, depending on the settings, a 窶戡pp activity record窶. In addition, the recorded data will not be sent out by the app unless the user has manipulated it.
+
1.1.Synchronization task list
+
The app records the necessary data to perform the synchronization.
+
+
Directory name, file name, SMB server host name, IP address, port number, account name, password (*1)
+
App password (*1) to protect app launch and setting change
+
App settings
+
+
+
*1 password is encrypted with a system generated password and stored in the AndroidKeystore.
+
1.2.App activity record
+
The app needs to record the following data to check the synchronization results and for troubleshooting.
+
+
Android version, device maker, device name, device model, application version
+
Directory name, file name, file size, file last modified time
+
SMB server host name, IP address, port number, account name
+
Network interface name, IP address, System settings
+
App settings
+
+
+
1.3. Exported settings and Sync task list
+
The app can export "1.1 Synchronization task list" to a file. You can password protect the file before exporting it.
+
+
Directory name, file name
+
SMB server host name, IP address, port number, account name, password
+
App settings
+
+
+
1.4.Send recorded data from the app
+
Data recorded by the app can be sent by following these steps:
+
+
Press "Share button" from History tab
+
Press the "Send to Developer" button from the 窶彜ystem info窶
+
Press "Share button" or "Send to developer" button from 窶廴anage log files窶
+
+
+
2. Permissions
+
The app uses the following permissions.
+
2.1.Photos/Media/Files
+
-read the contents of your USB storage -modify or delete the contents of your USB storage
+
Required for file synchronization to internal/external/USB storage and to read/write operations on application data files.
+
2.2.Storage
+
-read the contents of your USB storage -modify or delete the contents of your USB storage
+
Required for file synchronization to internal/external/USB storage and to read/write operations on application data files.
+
2.3.Wi-Fi Connection information
+
view Wi-Fi connections
+
Required to check the status of Wi-Fi (on/off) at the start of synchronization.
+
2.4.Other
+
2.4.1.view network connections
+
Required to confirm that device is connected to the network at the start of synchronization.
+
2.4.2.connect and disconnect from Wi-Fi
+
Required to turn on / off Wi-Fi before and after a scheduled synchronization.
+
2.4.3.full network access
+
Required to perform network synchronization using the SMB protocol.
+
2.4.4.run at startup
+
Required to perform scheduled synchronization.
+
2.4.5.control vibration
+
Required to notify the user by vibration at the end of synchronization.
+
2.4.6.prevent device from sleeping
+
Required to start synchronization from a scheduled or external application.
+
2.4.7.install shortcuts
+
Required to add a synchronization task shortcut on the home screen.
+
+
\ No newline at end of file
diff --git a/SMBSync2/src/main/assets/SMBSync2_Privacy_FR.files/image001.png b/SMBSync2/src/main/assets/SMBSync2_Privacy_FR.files/image001.png
deleted file mode 100644
index 59fbf1f1..00000000
Binary files a/SMBSync2/src/main/assets/SMBSync2_Privacy_FR.files/image001.png and /dev/null differ
diff --git a/SMBSync2/src/main/assets/SMBSync2_Privacy_FR.htm b/SMBSync2/src/main/assets/SMBSync2_Privacy_FR.htm
deleted file mode 100644
index ce603e06..00000000
--- a/SMBSync2/src/main/assets/SMBSync2_Privacy_FR.htm
+++ /dev/null
@@ -1,649 +0,0 @@
-
-
-
-
-
-SMBSync Description
-
-
-
-
-
-
-
-“read the contents of your External SD Card, Internal Storage and
-USB medias.” & “modify or delete the contents of your storage”
-
-
Nécessaire pour la
-synchronisation des fichiers avec le stockage interne/externe/USB et pour les
-opérations de lecture/écriture sur les fichiers de données d'application.
-“read the contents of your External SD Card, Internal Storage and
-USB medias.” & “modify or delete the contents of your storage”
-
-
Nécessaire pour la
-synchronisation des fichiers avec le stockage interne/externe/USB et pour les
-opérations de lecture/écriture sur les fichiers de données d'application.
L'application peut exporter
-"3.1 Liste des tâches de synchronisation"
-vers un fichier. Vous pouvez protéger le fichier par un mot de passe avant de
-l'exporter.
-
-
-Nom du répertoire, nom du fichier
-
-
-Nom d'hôte du serveur SMB, adresse IP, numéro de port, nom de
-compte, mot de passe
L'application enregistrera une "liste de tテ「ches de synchronisation" et, selon les paramティtres, un "enregistrement d'activitテゥ de l'application". En outre, les donnテゥes enregistrテゥes ne seront pas envoyテゥes par l'application, sauf si l'utilisateur les a manipulテゥes.
+
1.1. Liste des tテ「ches de synchronisation
+
L'application enregistre les donnテゥes nテゥcessaires pour effectuer la synchronisation.
+
+
Nom de rテゥpertoire, nom de fichier, nom d'hテエte du serveur SMB, adresse IP, numテゥro de port, nom de compte, mot de passe (*1)
+
Mot de passe de l'application (*1) pour protテゥger le lancement de l'application et la modification des paramティtres
+
Paramティtres de l'application
+
+
+
*1 Le mot de passe est cryptテゥ avec un mot de passe gテゥnテゥrテゥ par le systティme et stockテゥ dans le Keystore d'Android.
+
1.2. Fiche d'activitテゥ de l'application
+
L'application doit enregistrer les donnテゥes suivantes pour vテゥrifier les rテゥsultats de la synchronisation et pour le dテゥpannage.
+
+
Version Android, fabricant du terminal, nom du terminal, modティle du terminal, version de l'application
+
Nom du rテゥpertoire, nom du fichier, taille du fichier, date de la derniティre modification du fichier
+
Nom d'hテエte du serveur SMB, adresse IP, numテゥro de port, nom de compte
+
Nom de l'interface rテゥseau, adresse IP
+
Paramティtres du systティme
+
Paramティtres de l'application
+
+
+
1.3. Paramティtres exportテゥs et liste des tテ「ches de synchronisation
+
L'application peut exporter "1.1 Liste des tテ「ches de synchronisation" vers un fichier. Vous pouvez protテゥger le fichier par un mot de passe avant de l'exporter.
+
+
Nom du rテゥpertoire, nom du fichier
+
Nom d'hテエte du serveur SMB, adresse IP, numテゥro de port, nom de compte, mot de passe
+
Paramティtres de l'application
+
+
+
1.4. Envoyer des donnテゥes enregistrテゥes テ partir de l'application
+
Les donnテゥes enregistrテゥes par l'application peuvent テェtre envoyテゥes en suivant ces テゥtapes :
+
+
Appuyez sur le bouton "Partager" de l'onglet "Historique
+
Appuyez sur le bouton "Envoyer au dテゥveloppeur" テ partir des "Infos systティme".
+
Appuyez sur le bouton "Partager" ou "Envoyer au dテゥveloppeur" テ partir de "Gテゥrer les fichiers journaux".
+
+
+
2. Autorisations
+
L'application utilise les autorisations suivantes.
+
2.1 Photos/Mテゥdias/Fichiers
+
-read the contents of your USB storage -modify or delete the contents of your USB storage
+
Nテゥcessaire pour la synchronisation des fichiers avec le stockage interne/externe/USB et pour les opテゥrations de lecture/テゥcriture sur les fichiers de donnテゥes d'application.
+
2.2 Stockage
+
-read the contents of your USB storage -modify or delete the contents of your USB storage
+
Nテゥcessaire pour la synchronisation des fichiers avec le stockage interne/externe/USB et pour les opテゥrations de lecture/テゥcriture sur les fichiers de donnテゥes d'application.
+
2.3 Informations relatives テ la connexion Wi-Fi
+
view Wi-Fi connections
+
Il est nテゥcessaire de vテゥrifier le statut du Wi-Fi (on/off) au dテゥbut de la synchronisation.
+
2.4 Autres
+
2.4.1 view network connections
+
Nテゥcessaire pour confirmer que l'appareil est connectテゥ au rテゥseau au dテゥbut de la synchronisation.
+
2.4.2 connect and disconnect from Wi-Fi
+
Il est nテゥcessaire d'activer / dテゥsactiver le Wi-Fi avant et aprティs une synchronisation programmテゥe.
+
2.4.3 full network access
+
Nテゥcessaire pour effectuer la synchronisation du rテゥseau en utilisant le protocole SMB.
+
2.4.4 run at startup
+
Nテゥcessaire pour effectuer une synchronisation programmテゥe.
+
2.4.5 control vibration
+
Obligation de notifier l'utilisateur par vibration テ la fin de la synchronisation.
+
2.4.6 prevent device from sleeping
+
Nテゥcessaire pour lancer la synchronisation テ partir d'une application programmテゥe ou externe.
+
2.4.7 install shortcuts
+
Nテゥcessaire pour ajouter un raccourci de tテ「che de synchronisation sur l'テゥcran d'accueil.
+
+
+
\ No newline at end of file
diff --git a/SMBSync2/src/main/assets/SMBSync2_Privacy_IT.html b/SMBSync2/src/main/assets/SMBSync2_Privacy_IT.html
new file mode 100644
index 00000000..405c0a11
--- /dev/null
+++ b/SMBSync2/src/main/assets/SMBSync2_Privacy_IT.html
@@ -0,0 +1,72 @@
+
+
+
+
+SMBSync2_Privacy_IT
+
1. Dati registrati dall'applicazione
+
L'app registrerテ un "Elenco attivitテ di sincronizzazione" e, a seconda delle impostazioni, un "Registro attivitテ dell'app". Inoltre, i dati registrati non verranno inviati dall'app a meno che l'utente non li abbia manipolati.
+
1.1. Elenco dei compiti di sincronizzazione
+
L'app registra i dati necessari per eseguire la sincronizzazione.
+
+
Nome della cartella, nome del file, nome host del server SMB, indirizzo IP, numero di porta, nome dell'account, password (*1)
+
Password dell'applicazione (*1) per proteggere il lancio dell'applicazione e la modifica delle impostazioni
+
Impostazioni dell'applicazione
+
+
+
*1 la password ティ criptata con una password generata dal sistema e memorizzata nel Keystore Android.
+
1.2. Record di attivitテ dell'applicazione
+
L'app deve registrare i seguenti dati per verificare i risultati della sincronizzazione e per la risoluzione dei problemi.
+
+
Versione Android, produttore del terminale, nome del terminale, modello del terminale, versione dell'applicazione
+
Nome della cartella, nome del file, dimensione del file, ultima modifica del file
+
Nome host del server SMB, indirizzo IP, numero di porta, nome dell'account
+
Nome dell'interfaccia di rete, indirizzo IP
+
Impostazioni di sistema
+
Impostazioni dell'applicazione
+
+
+
1.3. Impostazioni esportate e lista dei compiti di sincronizzazione
+
L'app puテイ esportare "1.1.Elenco dei compiti di sincronizzazione" in un file. テ possibile proteggere il file con una password prima di esportarlo.
+
+
Nome della cartella, nome del file
+
Nome host del server SMB, indirizzo IP, numero di porta, nome dell'account, password
+
Impostazioni dell'applicazione
+
+
+
1.4. Inviare i dati registrati dall'app
+
I dati registrati dall'app possono essere inviati seguendo questi passi:
+
+
Premere il "Pulsante Condividi" dalla scheda Cronologia
+
Premere il pulsante "Invia allo sviluppatore" da "Informazioni sul sistema".
+
Premere il pulsante "Condividi" o "Invia allo sviluppatore" da "Gestisci file di log".
+
+
+
2. Autorizzazioni
+
L'applicazione utilizza le seguenti autorizzazioni.
+
2.1. Foto/Media/File
+
-read the contents of your USB storage -modify or delete the contents of your USB storage
+
Necessario per la sincronizzazione dei file con la memoria interna/esterna/USB e per le operazioni di lettura/scrittura dei file di dati dell'applicazione.
+
2.2. Conservazione
+
-read the contents of your USB storage -modify or delete the contents of your USB storage
+
Necessario per la sincronizzazione dei file con la memoria interna/esterna/USB e per le operazioni di lettura/scrittura dei file di dati dell'applicazione.
+
2.3. Informazioni sulla connessione Wi-Fi
+
view Wi-Fi connections
+
Necessario per verificare lo stato del Wi-Fi (on/off) all'inizio della sincronizzazione.
+
2.4. Altro
+
2.4.1.view network connections
+
Necessario per confermare che il dispositivo sia collegato alla rete all'inizio della sincronizzazione.
+
2.4.2.connect and disconnect from Wi-Fi
+
Necessario per attivare/disattivare il Wi-Fi prima e dopo una sincronizzazione programmata.
+
2.4.3.full network access
+
Necessario per eseguire la sincronizzazione della rete utilizzando il protocollo SMB.
+
2.4.4.run at startup
+
Necessario per eseguire la sincronizzazione programmata.
+
2.4.5.control vibration
+
Necessaria la notifica all'utente tramite vibrazione al termine della sincronizzazione.
+
2.4.6.prevent device from sleeping
+
Necessario per avviare la sincronizzazione da un'applicazione programmata o esterna.
+
2.4.7.install shortcuts
+
Necessario per aggiungere una scorciatoia di sincronizzazione nella schermata iniziale.
+
+
+
\ No newline at end of file
diff --git a/SMBSync2/src/main/assets/SMBSync2_Privacy_JA.files/image001.png b/SMBSync2/src/main/assets/SMBSync2_Privacy_JA.files/image001.png
deleted file mode 100644
index 59fbf1f1..00000000
Binary files a/SMBSync2/src/main/assets/SMBSync2_Privacy_JA.files/image001.png and /dev/null differ
diff --git a/SMBSync2/src/main/assets/SMBSync2_Privacy_JA.files/image002.png b/SMBSync2/src/main/assets/SMBSync2_Privacy_JA.files/image002.png
deleted file mode 100644
index 15ff5e63..00000000
Binary files a/SMBSync2/src/main/assets/SMBSync2_Privacy_JA.files/image002.png and /dev/null differ
diff --git a/SMBSync2/src/main/assets/SMBSync2_Privacy_JA.htm b/SMBSync2/src/main/assets/SMBSync2_Privacy_JA.htm
deleted file mode 100644
index ba336b3a..00000000
--- a/SMBSync2/src/main/assets/SMBSync2_Privacy_JA.htm
+++ /dev/null
@@ -1,594 +0,0 @@
-
-
-
-
-
-SMBSync Description
-
-
-
-
-
-
-
-read the contents of your USB storage -modify or delete the contents of your USB storage
+
螳逕ィ莠主ー譁莉カ蜷梧ュ・蛻ー蜀驛ィ蟄伜お蜥瑚ッサ/蜀咏ョ。逅譁莉カ縲
+
2.2.蟄伜お
+
-read the contents of your USB storage -modify or delete the contents of your USB storage
+
螳逕ィ莠主ー譁莉カ蜷梧ュ・蛻ーUSB蟄伜お隶セ螟荳奇シ悟ケカ隸サ蜿/蜀吝・邂。逅譁莉カ縲
+
2.3.Wi-Fi霑樊磁菫。諱ッ
+
view Wi-Fi connections
+
蠖捺お蠑蟋句酔豁・譌カシ御スソ逕ィ豁、蜉溯ス譽譟・Wi-Fi迥カ諤√
+
2.4.蜈カ莉
+
2.4.1.view network connections
+
螳逕ィ莠守。ョ菫晏惠蜷梧ュ・蠑蟋区慮シ梧お蟾イ霑樊磁蛻ー鄂醍サ懊
+
2.4.2.connect and disconnect from Wi-Fi
+
逕ィ莠主シ蜷ッ蜥悟ウ髣ュWi-Fi莉・螳樒鴫譌・遞句酔豁・縲
+
2.4.3.full network access
+
螳譏ッ逕ィ譚・騾夊ソ鄂醍サ應ク惨MB蜊剰ョョ蜷梧ュ・逧縲
+
2.4.4.run at startup
+
逕ィ莠取鴬陦梧律遞句酔豁・縲
+
2.4.5.control vibration
+
逕ィ莠主惠蜷梧ュ・扈捺據譌カ騾夂衍逕ィ謌キ縲
+
2.4.6.prevent device from sleeping
+
逕ィ莠惹サ取律遞玖。ィ謌門、夜Κ蠎皮畑遞句コ丞星蜉ィ蜷梧ュ・縲
+
2.4.7.install shortcuts
+
逕ィ莠取キサ蜉蜷梧ュ・蜷ッ蜉ィ蠢ォ謐キ譁ケ蠑丞芦譯碁擇縲
+
+
\ No newline at end of file
diff --git a/SMBSync2/src/main/java/com/sentaroh/android/SMBSync2/ActivityIntentHandler.java b/SMBSync2/src/main/java/com/sentaroh/android/SMBSync2/ActivityIntentHandler.java
index e9af4447..f1cf16a2 100644
--- a/SMBSync2/src/main/java/com/sentaroh/android/SMBSync2/ActivityIntentHandler.java
+++ b/SMBSync2/src/main/java/com/sentaroh/android/SMBSync2/ActivityIntentHandler.java
@@ -1,3 +1,25 @@
+/*
+The MIT License (MIT)
+Copyright (c) 2011 Sentaroh
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of
+this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights to use,
+copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software,
+and to permit persons to whom the Software is furnished to do so, subject to
+the following conditions:
+
+The above copyright notice and this permission notice shall be included in all copies or
+substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
+INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
+PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
+TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+OTHER DEALINGS IN THE SOFTWARE.
+
+*/
package com.sentaroh.android.SMBSync2;
import android.app.Activity;
diff --git a/SMBSync2/src/main/java/com/sentaroh/android/SMBSync2/ActivityMain.java b/SMBSync2/src/main/java/com/sentaroh/android/SMBSync2/ActivityMain.java
index 7ca394e9..90c916c5 100644
--- a/SMBSync2/src/main/java/com/sentaroh/android/SMBSync2/ActivityMain.java
+++ b/SMBSync2/src/main/java/com/sentaroh/android/SMBSync2/ActivityMain.java
@@ -2,7 +2,7 @@
/*
The MIT License (MIT)
-Copyright (c) 2011-2018 Sentaroh
+Copyright (c) 2011 Sentaroh
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal
@@ -48,6 +48,7 @@ this software and associated documentation files (the "Software"), to deal
import android.os.StrictMode;
import android.os.storage.StorageVolume;
import android.provider.Settings;
+import android.support.design.widget.TabLayout;
import android.support.v4.content.FileProvider;
import android.support.v4.view.ViewPager;
import android.support.v7.app.ActionBar;
@@ -127,10 +128,6 @@ this software and associated documentation files (the "Software"), to deal
import static com.sentaroh.android.SMBSync2.Constants.SMBSYNC2_CONFIRM_RESP_YESALL;
import static com.sentaroh.android.SMBSync2.Constants.SMBSYNC2_KEY_STORE_ALIAS;
import static com.sentaroh.android.SMBSync2.Constants.SMBSYNC2_SERIALIZABLE_FILE_NAME;
-import static com.sentaroh.android.SMBSync2.Constants.SMBSYNC2_TAB_NAME_HIST;
-import static com.sentaroh.android.SMBSync2.Constants.SMBSYNC2_TAB_NAME_MESSAGE;
-import static com.sentaroh.android.SMBSync2.Constants.SMBSYNC2_TAB_NAME_SCHEDULE;
-import static com.sentaroh.android.SMBSync2.Constants.SMBSYNC2_TAB_NAME_TASK;
import static com.sentaroh.android.SMBSync2.Constants.SYNC_TASK_LIST_SEPARATOR;
import static com.sentaroh.android.SMBSync2.ScheduleConstants.SCHEDULER_INTENT_SET_TIMER;
import static com.sentaroh.android.SMBSync2.ScheduleConstants.SCHEDULER_INTENT_SET_TIMER_IF_NOT_SET;
@@ -140,7 +137,6 @@ public class ActivityMain extends AppCompatActivity {
private boolean isTaskTermination = false; // kill is disabled(enable is kill by onDestroy)
- private TabHost mMainTabHost = null;
private Context mContext = null;
private AppCompatActivity mActivity = null;
@@ -150,11 +146,14 @@ public class ActivityMain extends AppCompatActivity {
private CommonUtilities mUtil = null;
private CustomContextMenu ccMenu = null;
- private final static int NORMAL_START = 0;
- private final static int RESTART_WITH_OUT_INITIALYZE = 1;
+ private final static int START_STATUS_STARTING = 0;
+ private final static int START_STATUS_COMPLETED = 1;
+ private final static int START_STATUS_INITIALYZING = 2;
+ private int mStartStatus = START_STATUS_STARTING;
+
private final static int RESTART_BY_KILLED = 2;
private final static int RESTART_BY_DESTROYED = 3;
- private int restartType = NORMAL_START;
+ private int mRestoreType = 0;
private ServiceConnection mSvcConnection = null;
private CommonDialog mCommonDlg = null;
@@ -168,6 +167,8 @@ public class ActivityMain extends AppCompatActivity {
private boolean mSyncTaskListCreateRequired=false;
+ private String mTabNameTask="Task", mTabNameSchedule="Schedule", mTabNameHistory="History", mTabNameMessage="Message";
+
@Override
protected void onSaveInstanceState(Bundle out) {
super.onSaveInstanceState(out);
@@ -180,8 +181,8 @@ protected void onRestoreInstanceState(Bundle in) {
super.onRestoreInstanceState(in);
mUtil.addDebugMsg(1, "I", CommonUtilities.getExecutedMethodName() + " entered.");
mCurrentTab = in.getString("currentTab");
- if (mGp.activityIsFinished) restartType = RESTART_BY_KILLED;
- else restartType = RESTART_BY_DESTROYED;
+ if (mGp.activityIsFinished) mRestoreType = RESTART_BY_KILLED;
+ else mRestoreType = RESTART_BY_DESTROYED;
}
@@ -209,7 +210,7 @@ public void onCreate(Bundle savedInstanceState) {
setContentView(R.layout.main_screen);
mUtil = new CommonUtilities(mContext, "Main", mGp, getSupportFragmentManager());
- mUtil.addDebugMsg(1, "I", CommonUtilities.getExecutedMethodName() + " entered, " + "resartStatus=" + restartType+", settingScreenThemeLanguage="+mGp.settingScreenThemeLanguage);
+ mUtil.addDebugMsg(1, "I", CommonUtilities.getExecutedMethodName() + " entered, " + "mStartStatus=" + mStartStatus +", settingScreenThemeLanguage="+mGp.settingScreenThemeLanguage);
mActionBar = getSupportActionBar();
mActionBar.setDisplayShowHomeEnabled(false);
mActionBar.setHomeButtonEnabled(false);
@@ -236,7 +237,12 @@ public void onCreate(Bundle savedInstanceState) {
if (mGp.syncHistoryList == null) mGp.syncHistoryList = mUtil.loadHistoryList();
mGp.syncHistoryAdapter = new AdapterSyncHistory(mActivity, R.layout.sync_history_list_item_view, mGp.syncHistoryList);
- mCurrentTab = SMBSYNC2_TAB_NAME_TASK;
+
+ mTabNameTask=getString(R.string.msgs_tab_name_prof);
+ mTabNameSchedule=getString(R.string.msgs_tab_name_schedule);
+ mTabNameHistory=getString(R.string.msgs_tab_name_history);
+ mTabNameMessage=getString(R.string.msgs_tab_name_msg);
+ mCurrentTab = mTabNameTask;
createTabView();
initAdapterAndView();
@@ -252,55 +258,57 @@ public void onCreate(Bundle savedInstanceState) {
@Override
protected void onStart() {
super.onStart();
- mUtil.addDebugMsg(1, "I", CommonUtilities.getExecutedMethodName() + " entered, " + "resartStatus=" + restartType);
+ mUtil.addDebugMsg(1, "I", CommonUtilities.getExecutedMethodName() + " entered, " + "mStartStatus=" + mStartStatus+", mRestoreType="+ mRestoreType);
}
@Override
protected void onResume() {
super.onResume();
- mUtil.addDebugMsg(1, "I", CommonUtilities.getExecutedMethodName() + " entered, " + "resartStatus=" + restartType);
+ mUtil.addDebugMsg(1, "I", CommonUtilities.getExecutedMethodName() + " entered, " + "mStartStatus=" + mStartStatus+", mRestoreType="+ mRestoreType);
- if (restartType == RESTART_WITH_OUT_INITIALYZE) {
+ if (mStartStatus == START_STATUS_COMPLETED) {
mGp.safMgr.loadSafFile();
setActivityForeground(true);
ScheduleUtil.setSchedulerInfo(mActivity, mGp, mUtil);
mGp.progressSpinSyncprof.setText(mGp.progressSpinSyncprofText);
mGp.progressSpinMsg.setText(mGp.progressSpinMsgText);
} else {
- final NotifyEvent ntfy_priv_key=new NotifyEvent(mContext);
- ntfy_priv_key.setListener(new NotifyEventListener() {
- @Override
- public void positiveResponse(Context context, Object[] objects) {
- KeyStoreUtil.resetSavedKey(mContext);
- processOnResumeForStart();
- }
+ if (mStartStatus==START_STATUS_STARTING) {
+ mStartStatus=START_STATUS_INITIALYZING;
+ final NotifyEvent ntfy_priv_key=new NotifyEvent(mContext);
+ ntfy_priv_key.setListener(new NotifyEventListener() {
+ @Override
+ public void positiveResponse(Context context, Object[] objects) {
+ KeyStoreUtil.resetSavedKey(mContext);
+ processOnResumeForStart();
+ }
- @Override
- public void negativeResponse(Context context, Object[] objects) {
- processOnResumeForStart();
- }
- });
+ @Override
+ public void negativeResponse(Context context, Object[] objects) {
+ processOnResumeForStart();
+ }
+ });
- Thread th=new Thread() {
- @Override
- public void run() {
- final boolean corrupted=!isValidPrivateKey();
- mUiHandler.post(new Runnable(){
- @Override
- public void run() {
- if (corrupted) {
- mCommonDlg.showCommonDialog(true, "E",mContext.getString(R.string.msgs_smbsync_main_private_key_corrupted_title),
- mContext.getString(R.string.msgs_smbsync_main_private_key_corrupted_msg), ntfy_priv_key);
- } else {
- processOnResumeForStart();
+ Thread th=new Thread() {
+ @Override
+ public void run() {
+ final boolean corrupted=!isValidPrivateKey();
+ mUiHandler.post(new Runnable(){
+ @Override
+ public void run() {
+ if (corrupted) {
+ mCommonDlg.showCommonDialog(true, "E",mContext.getString(R.string.msgs_smbsync_main_private_key_corrupted_title),
+ mContext.getString(R.string.msgs_smbsync_main_private_key_corrupted_msg), ntfy_priv_key);
+ } else {
+ processOnResumeForStart();
+ }
}
- }
- });
- }
- };
- th.start();
-
+ });
+ }
+ };
+ th.start();
+ }
}
}
@@ -326,6 +334,7 @@ private void processOnResumeForStart() {
@Override
public void run() {
if (mSyncTaskListCreateRequired) {
+ mSyncTaskListCreateRequired=false;
mUtil.addDebugMsg(1, "I", "Sync task list creation started.");
synchronized (mGp.syncTaskList) {
ArrayList task_list = SyncTaskUtil.createSyncTaskList(mContext, mGp, mUtil, false);
@@ -344,38 +353,50 @@ public void run() {
mUiHandler.post(new Runnable(){
@Override
public void run() {
- NotifyEvent svc_ntfy = new NotifyEvent(mContext);
- svc_ntfy.setListener(new NotifyEventListener() {
+ NotifyEvent stg__ntfy = new NotifyEvent(mContext);
+ stg__ntfy.setListener(new NotifyEventListener() {
@Override
- public void positiveResponse(Context c, Object[] o) {
- setMainListener();
- NotifyEvent app_pswd_ntfy = new NotifyEvent(mContext);
- app_pswd_ntfy.setListener(new NotifyEventListener() {
+ public void positiveResponse(Context context, Object[] objects) {
+ NotifyEvent svc_ntfy = new NotifyEvent(mContext);
+ svc_ntfy.setListener(new NotifyEventListener() {
@Override
public void positiveResponse(Context c, Object[] o) {
- mGp.syncTaskListView.setVisibility(ListView.VISIBLE);
- if (mGp.syncTaskList.size()==0) mGp.syncTaskEmptyMessage.setVisibility(TextView.VISIBLE);
- else mGp.syncTaskEmptyMessage.setVisibility(TextView.GONE);
- if (mGp.syncThreadActive) {
- mMainTabHost.setCurrentTabByTag(SMBSYNC2_TAB_NAME_MESSAGE);
- } else {
- mGp.messageListViewMoveToBottomRequired=true;
- }
- pd.dismiss();
+ mStartStatus= START_STATUS_COMPLETED;
+ setMainListener();
+ NotifyEvent app_pswd_ntfy = new NotifyEvent(mContext);
+ app_pswd_ntfy.setListener(new NotifyEventListener() {
+ @Override
+ public void positiveResponse(Context c, Object[] o) {
+ mGp.syncTaskListView.setVisibility(ListView.VISIBLE);
+ if (mGp.syncTaskList.size()==0) mGp.syncTaskEmptyMessage.setVisibility(TextView.VISIBLE);
+ else mGp.syncTaskEmptyMessage.setVisibility(TextView.GONE);
+ if (mGp.syncThreadActive) {
+ mMainTabLayout.setCurrentTabByName(mTabNameMessage);
+ } else {
+ mGp.messageListViewMoveToBottomRequired=true;
+ }
+ pd.dismiss();
+ }
+ @Override
+ public void negativeResponse(Context c, Object[] o) {
+ pd.dismiss();
+ finish();
+ }
+ });
+ ApplicationPasswordUtil.applicationPasswordAuthentication(mGp, mActivity, getSupportFragmentManager(),
+ mUtil, false, app_pswd_ntfy, ApplicationPasswordUtil.APPLICATION_PASSWORD_RESOURCE_START_APPLICATION);
}
@Override
- public void negativeResponse(Context c, Object[] o) {
- pd.dismiss();
- finish();
- }
+ public void negativeResponse(Context c, Object[] o) {}
});
- ApplicationPasswordUtil.applicationPasswordAuthentication(mGp, mActivity, getSupportFragmentManager(),
- mUtil, false, app_pswd_ntfy, ApplicationPasswordUtil.APPLICATION_PASSWORD_RESOURCE_START_APPLICATION);
+ openService(svc_ntfy);
}
+
@Override
- public void negativeResponse(Context c, Object[] o) {}
+ public void negativeResponse(Context context, Object[] objects) {}
});
- openService(svc_ntfy);
+ checkRequiredPermissions(stg__ntfy);
+
}
});
}
@@ -387,22 +408,19 @@ public void negativeResponse(Context c, Object[] o) {}
private void setMainListener() {
setCallbackListener();
setActivityForeground(true);
- if (restartType == NORMAL_START) {
- setUiEnabled();
- checkStorageStatus();
- checkRequiredPermissions();
- if (mGp.syncThreadActive) mMainTabHost.setCurrentTabByTag(SMBSYNC2_TAB_NAME_MESSAGE);
- } else if (restartType == RESTART_BY_KILLED) {
- setUiEnabled();
+ setUiEnabled();
+ if (mRestoreType == RESTART_BY_KILLED) {
restoreTaskData();
mUtil.addLogMsg("W", mContext.getString(R.string.msgs_smbsync_main_restart_by_killed));
- mMainTabHost.setCurrentTabByTag(SMBSYNC2_TAB_NAME_MESSAGE);
- } else if (restartType == RESTART_BY_DESTROYED) {
- setUiEnabled();
+ mMainTabLayout.setCurrentTabByName(mTabNameMessage);
+ } else if (mRestoreType == RESTART_BY_DESTROYED) {
restoreTaskData();
mUtil.addLogMsg("W", mContext.getString(R.string.msgs_smbsync_main_restart_by_destroyed));
- mMainTabHost.setCurrentTabByTag(SMBSYNC2_TAB_NAME_MESSAGE);
+ mMainTabLayout.setCurrentTabByName(mTabNameMessage);
+ } else {
+ if (mGp.syncThreadActive) mMainTabLayout.setCurrentTabByName(mTabNameMessage);
}
+ checkStorageStatus();
setMessageContextButtonListener();
setMessageContextButtonNormalMode();
@@ -427,14 +445,13 @@ private void setMainListener() {
deleteTaskData();
// ScheduleUtil.setSchedulerInfo(mGp, mUtil);
- restartType = RESTART_WITH_OUT_INITIALYZE;
reshowDialogWindow();
}
@Override
protected void onRestart() {
super.onRestart();
- mUtil.addDebugMsg(1, "I", CommonUtilities.getExecutedMethodName() + " entered, " + "resartStatus=" + restartType);
+ mUtil.addDebugMsg(1, "I", CommonUtilities.getExecutedMethodName() + " entered, " + "mStartStatus=" + mStartStatus);
}
@Override
@@ -486,7 +503,7 @@ protected void onDestroy() {
if (isFinishing()) {
deleteTaskData();
- mGp.logCatActive=false;
+// mGp.logCatActive=false;
// mGp.clearParms();
}
mGp.appPasswordAuthValidated=false;
@@ -797,8 +814,6 @@ private void reloadScreen(boolean force_reload) {
createTabView();
- mMainTabHost.setOnTabChangedListener(null);
-
mGp.syncTaskAdapter = new AdapterSyncTask(mActivity, R.layout.sync_task_item_view, pfl, mGp);
mGp.syncTaskAdapter.setShowCheckBox(vsa.prof_adapter_show_cb);
mGp.syncTaskAdapter.notifyDataSetChanged();
@@ -816,7 +831,6 @@ private void reloadScreen(boolean force_reload) {
initAdapterAndView();
restoreViewContent(vsa);
- mMainTabHost.setOnTabChangedListener(new MainOnTabChange());
setMessageContextButtonListener();
setMessageContextButtonNormalMode();
@@ -835,13 +849,13 @@ private void reloadScreen(boolean force_reload) {
setScheduleViewItemClickListener();
setScheduleViewLongClickListener();
- if (mCurrentTab.equals(SMBSYNC2_TAB_NAME_TASK)) {
+ if (mCurrentTab.equals(mTabNameTask)) {
if (mGp.syncHistoryAdapter.isShowCheckBox()) setHistoryContextButtonSelectMode();
else setHistoryContextButtonNormalMode();
if (mGp.syncTaskAdapter.isShowCheckBox()) setSyncTaskContextButtonSelectMode();
else setSyncTaskContextButtonNormalMode();
- } else if (mCurrentTab.equals(SMBSYNC2_TAB_NAME_HIST)) {
+ } else if (mCurrentTab.equals(mTabNameHistory)) {
if (mGp.syncTaskAdapter.isShowCheckBox()) setSyncTaskContextButtonSelectMode();
else setSyncTaskContextButtonNormalMode();
@@ -856,7 +870,7 @@ private void reloadScreen(boolean force_reload) {
private ViewSaveArea saveViewContent() {
ViewSaveArea vsa = new ViewSaveArea();
- vsa.current_tab_pos = mMainTabHost.getCurrentTab();
+ vsa.current_tab_pos = mMainTabLayout.getSelectedTabPosition();
vsa.current_pager_pos = mMainViewPager.getCurrentItem();
vsa.prof_list_view_pos_x = mGp.syncTaskListView.getFirstVisiblePosition();
@@ -899,8 +913,11 @@ private ViewSaveArea saveViewContent() {
}
private void restoreViewContent(final ViewSaveArea vsa) {
- mMainTabHost.setCurrentTab(vsa.current_tab_pos);
+ mWhileRestoreViewProcess=true;
+ mMainTabLayout.setCurrentTabByPosition(vsa.current_tab_pos);
mMainViewPager.setCurrentItem(vsa.current_pager_pos);
+ mWhileRestoreViewProcess=false;
+
mGp.syncTaskListView.setSelectionFromTop(vsa.prof_list_view_pos_x, vsa.prof_list_view_pos_y);
mGp.syncMessageListView.setSelectionFromTop(vsa.msg_list_view_pos_x, vsa.msg_list_view_pos_y);
mGp.syncHistoryListView.setSelectionFromTop(vsa.sync_list_view_pos_x, vsa.sync_list_view_pos_y);
@@ -967,42 +984,16 @@ private void initAdapterAndView() {
private LinearLayout mMessageView;
private CustomViewPager mMainViewPager;
- private CustomViewPagerAdapter mMainViewPagerAdapter;
-
- private TabWidget mMainTabWidget;
+ private CustomTabLayout mMainTabLayout;
+ private boolean mWhileRestoreViewProcess=false;
private void createTabView() {
- mMainTabHost = (TabHost) findViewById(android.R.id.tabhost);
- mMainTabHost.setup();
- mMainTabWidget = (TabWidget) findViewById(android.R.id.tabs);
-
- mMainTabWidget.setStripEnabled(false);
- mMainTabWidget.setShowDividers(LinearLayout.SHOW_DIVIDER_NONE);
-
- CustomTabContentView tabViewProf = new CustomTabContentView(mContext, getString(R.string.msgs_tab_name_prof));
- mMainTabHost.addTab(mMainTabHost.newTabSpec(SMBSYNC2_TAB_NAME_TASK).setIndicator(tabViewProf).setContent(android.R.id.tabcontent));
-
- CustomTabContentView tabViewSchedule = new CustomTabContentView(mContext, getString(R.string.msgs_tab_name_schedule));
- mMainTabHost.addTab(mMainTabHost.newTabSpec(SMBSYNC2_TAB_NAME_SCHEDULE).setIndicator(tabViewSchedule).setContent(android.R.id.tabcontent));
-
- CustomTabContentView tabViewHist = new CustomTabContentView(mContext, getString(R.string.msgs_tab_name_history));
- mMainTabHost.addTab(mMainTabHost.newTabSpec(SMBSYNC2_TAB_NAME_HIST).setIndicator(tabViewHist).setContent(android.R.id.tabcontent));
-
- CustomTabContentView tabViewMsg = new CustomTabContentView(mContext, getString(R.string.msgs_tab_name_msg));
- mMainTabHost.addTab(mMainTabHost.newTabSpec(SMBSYNC2_TAB_NAME_MESSAGE).setIndicator(tabViewMsg).setContent(android.R.id.tabcontent));
-
LinearLayout ll_main = (LinearLayout) findViewById(R.id.main_screen_view);
-// ll_main.setBackgroundColor(mGp.themeColorList.window_background_color_content);
-
LayoutInflater vi = (LayoutInflater) getSystemService(Context.LAYOUT_INFLATER_SERVICE);
mSyncTaskView = (LinearLayout) vi.inflate(R.layout.main_sync_task, null);
-// mSyncTaskView.setBackgroundColor(mGp.themeColorList.window_background_color_content);
mScheduleView = (LinearLayout) vi.inflate(R.layout.main_schedule, null);
-// mHistoryView.setBackgroundColor(mGp.themeColorList.window_background_color_content);
mHistoryView = (LinearLayout) vi.inflate(R.layout.main_history, null);
-// mHistoryView.setBackgroundColor(mGp.themeColorList.window_background_color_content);
mMessageView = (LinearLayout) vi.inflate(R.layout.main_message, null);
-// mMessageView.setBackgroundColor(mGp.themeColorList.window_background_color_content);
mGp.syncMessageListView = (ListView) mMessageView.findViewById(R.id.main_message_list_view);
mGp.syncMessageListView.setChoiceMode(ListView.CHOICE_MODE_SINGLE);
@@ -1105,99 +1096,97 @@ public boolean onLongClick(View v) {
createContextView();
- mMainViewPagerAdapter = new CustomViewPagerAdapter(mActivity,
- new View[]{mSyncTaskView, mScheduleView, mHistoryView, mMessageView});
+ mMainTabLayout = (CustomTabLayout) findViewById(R.id.main_tab_layout);
+ mMainTabLayout.addTab(mTabNameTask);
+ mMainTabLayout.addTab(mTabNameSchedule);
+ mMainTabLayout.addTab(mTabNameHistory);
+ mMainTabLayout.addTab(mTabNameMessage);
+ mMainTabLayout.setTabMode(TabLayout.MODE_SCROLLABLE);
+ mMainTabLayout.adjustTabWidth();
+
+ View[] tab_view=new View[]{mSyncTaskView, mScheduleView, mHistoryView, mMessageView};
+ CustomViewPagerAdapter adapter = new CustomViewPagerAdapter(mActivity, tab_view);
mMainViewPager = (CustomViewPager) findViewById(R.id.main_screen_pager);
-// mMainViewPager.setBackgroundColor(mThemeColorList.window_color_background);
- mMainViewPager.setAdapter(mMainViewPagerAdapter);
- mMainViewPager.setOnPageChangeListener(new MainPageChangeListener());
- if (restartType == NORMAL_START) {
- mMainTabHost.setCurrentTabByTag(SMBSYNC2_TAB_NAME_TASK);
- mMainViewPager.setCurrentItem(0);
- }
- mMainTabHost.setOnTabChangedListener(new MainOnTabChange());
+ mMainViewPager.setAdapter(adapter);
+ mMainViewPager.setOffscreenPageLimit(tab_view.length);
+ mMainViewPager.setOnPageChangeListener(new ViewPager.OnPageChangeListener() {
+ @Override
+ public void onPageSelected(int position) {
+ mUtil.addDebugMsg(2,"I","onPageSelected entered, pos="+position);
+ mMainTabLayout.setCurrentTabByPosition(position);
+ if (isUiEnabled()) setUiEnabled();
+ }
- }
+ @Override
+ public void onPageScrollStateChanged(int state) {
+ mUtil.addDebugMsg(2,"I","onPageScrollStateChanged entered, state="+state);
+ }
- private void setButtonColor(Button btn) {
-// if (Build.VERSION.SDK_INT<11) {
-// btn.setBackgroundColor(Color.DKGRAY);
-// }
- }
+ @Override
+ public void onPageScrolled(int position, float positionOffset, int positionOffsetPixels) {
+ mUtil.addDebugMsg(2,"I","onPageScrolled entered, pos="+position);
+ }
+ });
- private class MainOnTabChange implements OnTabChangeListener {
- @Override
- public void onTabChanged(String tabId) {
- mUtil.addDebugMsg(2, "I", CommonUtilities.getExecutedMethodName() + " entered. tab=" + tabId + ",v=" + mCurrentTab);
+ mMainTabLayout.setCurrentTabByName(mTabNameTask);
+ mMainViewPager.setCurrentItem(0);
- mActionBar.setIcon(R.drawable.smbsync);
- mActionBar.setHomeButtonEnabled(false);
- mActionBar.setTitle(R.string.app_name);
+ mMainTabLayout.setOnTabSelectedListener(new TabLayout.OnTabSelectedListener() {
+ @Override
+ public void onTabSelected(TabLayout.Tab tab) {
+ String tabId=(String)tab.getTag();
+ mUtil.addDebugMsg(2, "I", CommonUtilities.getExecutedMethodName() + " entered. tab=" + tabId + ",v=" + mCurrentTab);
- mMainViewPager.setCurrentItem(mMainTabHost.getCurrentTab());
+ mActionBar.setIcon(R.drawable.smbsync);
+ mActionBar.setHomeButtonEnabled(false);
+ mActionBar.setTitle(R.string.app_name);
- if (mGp.syncTaskAdapter.isShowCheckBox()) {
- mGp.syncTaskAdapter.setShowCheckBox(false);
- mGp.syncTaskAdapter.setAllItemChecked(false);
- mGp.syncTaskAdapter.notifyDataSetChanged();
- setSyncTaskContextButtonNormalMode();
- }
+ mMainViewPager.setCurrentItem(mMainTabLayout.getSelectedTabPosition());
- if (mGp.syncScheduleAdapter.isSelectMode()) {
- mGp.syncScheduleAdapter.setSelectMode(false);
- mGp.syncScheduleAdapter.unselectAll();
- setScheduleContextButtonNormalMode();
- }
+ if (!mWhileRestoreViewProcess) {
+ if (mGp.syncTaskAdapter.isShowCheckBox()) {
+ mGp.syncTaskAdapter.setShowCheckBox(false);
+ mGp.syncTaskAdapter.setAllItemChecked(false);
+ mGp.syncTaskAdapter.notifyDataSetChanged();
+ setSyncTaskContextButtonNormalMode();
+ }
- if (mGp.syncHistoryAdapter.isShowCheckBox()) {
- mGp.syncHistoryAdapter.setShowCheckBox(false);
- mGp.syncHistoryAdapter.setAllItemChecked(false);
- mGp.syncHistoryAdapter.notifyDataSetChanged();
- setHistoryContextButtonNormalMode();
- }
+ if (mGp.syncScheduleAdapter.isSelectMode()) {
+ mGp.syncScheduleAdapter.setSelectMode(false);
+ mGp.syncScheduleAdapter.unselectAll();
+ mGp.syncScheduleAdapter.notifyDataSetChanged();
+ setScheduleContextButtonNormalMode();
+ }
- if (tabId.equals(SMBSYNC2_TAB_NAME_MESSAGE)) {
- mGp.syncMessageListView.requestFocusFromTouch();
- if (!mGp.freezeMessageViewScroll) {
- synchronized (mGp.syncMessageList) {
- if (mGp.messageListViewMoveToBottomRequired) {
- if (mGp!=null && mGp.syncMessageListView !=null && mGp.syncMessageListAdapter !=null) {
- mGp.uiHandler.post(new Runnable() {
- @Override
- public void run() {
- mGp.syncMessageListView.setSelection(mGp.syncMessageListAdapter.getCount()-1);
- }
- });
- }
- mGp.messageListViewMoveToBottomRequired =false;
- }
+ if (mGp.syncHistoryAdapter.isShowCheckBox()) {
+ mGp.syncHistoryAdapter.setShowCheckBox(false);
+ mGp.syncHistoryAdapter.setAllItemChecked(false);
+ mGp.syncHistoryAdapter.notifyDataSetChanged();
+ setHistoryContextButtonNormalMode();
+ } else {
+ mGp.syncHistoryAdapter.notifyDataSetChanged();
}
}
+
+ mCurrentTab = tabId;
+ refreshOptionMenu();
}
- mCurrentTab = tabId;
- if (mCurrentTab.equals(SMBSYNC2_TAB_NAME_HIST)) mGp.syncHistoryAdapter.notifyDataSetChanged();
- refreshOptionMenu();
- }
- }
- private class MainPageChangeListener implements ViewPager.OnPageChangeListener {
- @Override
- public void onPageSelected(int position) {
- mUtil.addDebugMsg(2,"I","onPageSelected entered, pos="+position);
- mMainTabWidget.setCurrentTab(position);
- mMainTabHost.setCurrentTab(position);
- if (isUiEnabled()) setUiEnabled();
- }
+ @Override
+ public void onTabUnselected(TabLayout.Tab tab) {
+ }
- @Override
- public void onPageScrollStateChanged(int state) {
- mUtil.addDebugMsg(2,"I","onPageScrollStateChanged entered, state="+state);
- }
+ @Override
+ public void onTabReselected(TabLayout.Tab tab) {
+ }
+ });
- @Override
- public void onPageScrolled(int position, float positionOffset, int positionOffsetPixels) {
- mUtil.addDebugMsg(2,"I","onPageScrolled entered, pos="+position);
- }
+ }
+
+ private void setButtonColor(Button btn) {
+// if (Build.VERSION.SDK_INT<11) {
+// btn.setBackgroundColor(Color.DKGRAY);
+// }
}
@Override
@@ -1292,24 +1281,24 @@ public boolean onPrepareOptionsMenu(Menu menu) {
// }
// LogCatUtil.prepareOptionMenu(mGp, mUtil, menu);
- if (Build.VERSION.SDK_INT >= 27) {
- if (Build.VERSION.SDK_INT>=29) {
- if (checkSelfPermission(Manifest.permission.ACCESS_COARSE_LOCATION)==PackageManager.PERMISSION_GRANTED &&
- checkSelfPermission(Manifest.permission.ACCESS_BACKGROUND_LOCATION)==PackageManager.PERMISSION_GRANTED) {
- menu.findItem(R.id.menu_top_request_grant_coarse_location).setVisible(false);
- } else {
- menu.findItem(R.id.menu_top_request_grant_coarse_location).setVisible(true);
- }
- } else {
- if (checkSelfPermission(Manifest.permission.ACCESS_COARSE_LOCATION)==PackageManager.PERMISSION_GRANTED) {
- menu.findItem(R.id.menu_top_request_grant_coarse_location).setVisible(false);
- } else {
- menu.findItem(R.id.menu_top_request_grant_coarse_location).setVisible(true);
- }
- }
- } else {
- menu.findItem(R.id.menu_top_request_grant_coarse_location).setVisible(false);
- }
+// if (Build.VERSION.SDK_INT >= 27) {
+// if (Build.VERSION.SDK_INT>=29) {
+// if (checkSelfPermission(Manifest.permission.ACCESS_COARSE_LOCATION)==PackageManager.PERMISSION_GRANTED &&
+// checkSelfPermission(Manifest.permission.ACCESS_BACKGROUND_LOCATION)==PackageManager.PERMISSION_GRANTED) {
+// menu.findItem(R.id.menu_top_request_grant_coarse_location).setVisible(false);
+// } else {
+// menu.findItem(R.id.menu_top_request_grant_coarse_location).setVisible(true);
+// }
+// } else {
+// if (checkSelfPermission(Manifest.permission.ACCESS_COARSE_LOCATION)==PackageManager.PERMISSION_GRANTED) {
+// menu.findItem(R.id.menu_top_request_grant_coarse_location).setVisible(false);
+// } else {
+// menu.findItem(R.id.menu_top_request_grant_coarse_location).setVisible(true);
+// }
+// }
+// } else {
+// menu.findItem(R.id.menu_top_request_grant_coarse_location).setVisible(false);
+// }
if (mGp.settingScheduleSyncEnabled) menu.findItem(R.id.menu_top_scheduler).setIcon(R.drawable.ic_64_schedule);
else menu.findItem(R.id.menu_top_scheduler).setIcon(R.drawable.ic_64_schedule_disabled);
@@ -1322,7 +1311,7 @@ public boolean onPrepareOptionsMenu(Menu menu) {
//only show top sync button if there is at least one auto and valid sync task
//in sync task select mode: always show the top sync button if there is at least one valid sync task
//if we select non valid sync tasks, on start, a proper message is shown to help user understand the way button works
- if (mCurrentTab.equals(SMBSYNC2_TAB_NAME_TASK) && mGp.syncTaskList!=null && mGp.syncTaskList.size()>0) {
+ if (mCurrentTab.equals(mTabNameTask) && mGp.syncTaskList!=null && mGp.syncTaskList.size()>0) {
menu.findItem(R.id.menu_top_sync).setVisible(false);
for(SyncTaskItem sti:mGp.syncTaskList) {
if ((sti.isSyncTaskAuto() && !sti.isSyncTestMode()) ||
@@ -1340,7 +1329,7 @@ public boolean onPrepareOptionsMenu(Menu menu) {
//only show top start schedule button if there is at least one enabled and valid schedule
//in schedule select mode: always show the start schedule button if there is at least one valid schedule
//if we select non valid schedules, on start, a proper message is shown to help user understand the way button works
- if (mCurrentTab.equals(SMBSYNC2_TAB_NAME_SCHEDULE) && mGp.syncScheduleList!=null && mGp.syncScheduleList.size()>0) {
+ if (mCurrentTab.equals(mTabNameSchedule) && mGp.syncScheduleList!=null && mGp.syncScheduleList.size()>0) {
menu.findItem(R.id.menu_top_scheduler).setVisible(true);
menu.findItem(R.id.menu_top_exec_schedule).setVisible(false);
for(ScheduleItem si:mGp.syncScheduleList) {
@@ -1533,10 +1522,10 @@ public void negativeResponse(Context context, Object[] objects) {}
case R.id.menu_top_select_storage:
reselectSdcard("", "");
return true;
- case R.id.menu_top_request_grant_coarse_location:
- mGp.setSettingGrantCoarseLocationRequired(mContext, true);
- checkLocationPermission(false);
- return true;
+// case R.id.menu_top_request_grant_coarse_location:
+// mGp.setSettingGrantCoarseLocationRequired(mContext, true);
+// checkLocationPermission(false);
+// return true;
// case R.id.menu_top_start_logcat:
// LogCatUtil.startLogCat(mGp, mGp.getLogDirName(),"logcat.txt");
// return true;
@@ -1903,15 +1892,15 @@ private void setContextButtonNormalMode() {
}
private void processHomeButtonPress() {
- if (mCurrentTab.equals(SMBSYNC2_TAB_NAME_TASK)) {
+ if (mCurrentTab.equals(mTabNameTask)) {
if (mGp.syncTaskAdapter.isShowCheckBox()) {
mGp.syncTaskAdapter.setShowCheckBox(false);
mGp.syncTaskAdapter.notifyDataSetChanged();
setSyncTaskContextButtonNormalMode();
}
- } else if (mCurrentTab.equals(SMBSYNC2_TAB_NAME_MESSAGE)) {
- } else if (mCurrentTab.equals(SMBSYNC2_TAB_NAME_HIST)) {
+ } else if (mCurrentTab.equals(mTabNameMessage)) {
+ } else if (mCurrentTab.equals(mTabNameHistory)) {
if (mGp.syncHistoryAdapter.isShowCheckBox()) {
mGp.syncHistoryAdapter.setShowCheckBox(false);
mGp.syncHistoryAdapter.notifyDataSetChanged();
@@ -2014,81 +2003,83 @@ private void aboutSMBSync() {
title.setText(getString(R.string.msgs_dlg_title_about) + " (Ver " + SystemInfo.getApplVersionName(mContext) + ")");
// get our tabHost from the xml
- final TabHost tab_host = (TabHost) dialog.findViewById(R.id.about_tab_host);
- tab_host.setup();
-
- final TabWidget tab_widget = (TabWidget) dialog.findViewById(android.R.id.tabs);
-
- tab_widget.setStripEnabled(false);
- tab_widget.setShowDividers(LinearLayout.SHOW_DIVIDER_NONE);
-
- CustomTabContentView tabViewProf = new CustomTabContentView(mContext, getString(R.string.msgs_about_dlg_func_btn));
- tab_host.addTab(tab_host.newTabSpec("func").setIndicator(tabViewProf).setContent(android.R.id.tabcontent));
+ final CustomTabLayout tab_layout = (CustomTabLayout) dialog.findViewById(R.id.tab_layout);
+ tab_layout.addTab(mContext.getString(R.string.msgs_about_dlg_func_btn));
+ tab_layout.addTab(mContext.getString(R.string.msgs_about_dlg_privacy_btn));
+ tab_layout.addTab(mContext.getString(R.string.msgs_about_dlg_change_btn));
- CustomTabContentView tabViewPrivacy = new CustomTabContentView(mContext, getString(R.string.msgs_about_dlg_privacy_btn));
- tab_host.addTab(tab_host.newTabSpec("privacy").setIndicator(tabViewPrivacy).setContent(android.R.id.tabcontent));
-
- CustomTabContentView tabViewHist = new CustomTabContentView(mContext, getString(R.string.msgs_about_dlg_change_btn));
- tab_host.addTab(tab_host.newTabSpec("change").setIndicator(tabViewHist).setContent(android.R.id.tabcontent));
+ tab_layout.adjustTabWidth();
LayoutInflater vi = (LayoutInflater) getSystemService(Context.LAYOUT_INFLATER_SERVICE);
- LinearLayout ll_func = (LinearLayout) vi.inflate(R.layout.about_dialog_func, null);
- LinearLayout ll_privacy = (LinearLayout) vi.inflate(R.layout.about_dialog_privacy, null);
- LinearLayout ll_change = (LinearLayout) vi.inflate(R.layout.about_dialog_change, null);
- int zf=120;
+ int zf=(int)((float)100* GlobalParameters.getFontScaleFactorValue(mActivity));
+ LinearLayout ll_func = (LinearLayout) vi.inflate(R.layout.about_dialog_func, null);
final WebView func_view = (WebView) ll_func.findViewById(R.id.about_dialog_function);
func_view.loadUrl("file:///android_asset/" + getString(R.string.msgs_dlg_title_about_func_desc));
func_view.setScrollBarStyle(View.SCROLLBARS_INSIDE_OVERLAY);
+// func_view.getSettings().setBuiltInZoomControls(true);
+// func_view.getSettings().setDisplayZoomControls(true);
+// func_view.getSettings().setSupportZoom(true);
// func_view.getSettings().setBuiltInZoomControls(true);
func_view.getSettings().setTextZoom(zf);
-
+ LinearLayout ll_privacy = (LinearLayout) vi.inflate(R.layout.about_dialog_privacy, null);
final WebView privacy_view = (WebView) ll_privacy.findViewById(R.id.about_dialog_privacy);
privacy_view.loadUrl("file:///android_asset/" + getString(R.string.msgs_dlg_title_about_privacy_desc));
privacy_view.setScrollBarStyle(View.SCROLLBARS_INSIDE_OVERLAY);
-// func_view.getSettings().setBuiltInZoomControls(true);
- privacy_view.getSettings().setTextZoom(zf);
+// privacy_view.getSettings().setBuiltInZoomControls(true);
+ func_view.getSettings().setTextZoom(zf);
- final WebView change_view =
- (WebView) ll_change.findViewById(R.id.about_dialog_change_history);
+ LinearLayout ll_change = (LinearLayout) vi.inflate(R.layout.about_dialog_change, null);
+ final WebView change_view = (WebView) ll_change.findViewById(R.id.about_dialog_change_history);
change_view.loadUrl("file:///android_asset/" + getString(R.string.msgs_dlg_title_about_change_desc));
change_view.setScrollBarStyle(View.SCROLLBARS_INSIDE_OVERLAY);
- change_view.getSettings().setTextZoom(zf);
// change_view.getSettings().setBuiltInZoomControls(true);
+ func_view.getSettings().setTextZoom(zf);
- final CustomViewPagerAdapter mAboutViewPagerAdapter = new CustomViewPagerAdapter(mActivity,
+ final CustomViewPagerAdapter adapter = new CustomViewPagerAdapter(mActivity,
new WebView[]{func_view, privacy_view, change_view});
- final CustomViewPager mAboutViewPager = (CustomViewPager) dialog.findViewById(R.id.about_view_pager);
+ final CustomViewPager viewPager = (CustomViewPager) dialog.findViewById(R.id.about_view_pager);
// mMainViewPager.setBackgroundColor(mThemeColorList.window_color_background);
- mAboutViewPager.setOffscreenPageLimit(3);
- mAboutViewPager.setAdapter(mAboutViewPagerAdapter);
- mAboutViewPager.setOnPageChangeListener(new ViewPager.OnPageChangeListener() {
+ viewPager.setAdapter(adapter);
+ viewPager.setOffscreenPageLimit(3);
+// viewPager.setSwipeEnabled(false);
+ viewPager.setOnPageChangeListener(new ViewPager.OnPageChangeListener(){
@Override
public void onPageSelected(int position) {
-// mUtil.addDebugMsg(2,"I","onPageSelected entered, pos="+position);
- tab_widget.setCurrentTab(position);
- tab_host.setCurrentTab(position);
+// mUtil.addDebugMsg(2,"I","onPageSelected entered, pos="+position);
+ tab_layout.getTabAt(position).select();
}
@Override
public void onPageScrollStateChanged(int state) {
-// mUtil.addDebugMsg(2,"I","onPageScrollStateChanged entered, state="+state);
+// mUtil.addDebugMsg(2,"I","onPageScrollStateChanged entered, state="+state);
}
@Override
public void onPageScrolled(int position, float positionOffset, int positionOffsetPixels) {
-// mUtil.addDebugMsg(2,"I","onPageScrolled entered, pos="+position);
+// util.addDebugMsg(2,"I","onPageScrolled entered, pos="+position);
}
});
- tab_host.setOnTabChangedListener(new OnTabChangeListener() {
+ tab_layout.setOnTabSelectedListener(new TabLayout.OnTabSelectedListener(){
+ @Override
+ public void onTabSelected(TabLayout.Tab tab) {
+// mUtil.addDebugMsg(2,"I","onTabSelected entered, state="+tab);
+ viewPager.setCurrentItem(tab.getPosition());
+ }
+
+ @Override
+ public void onTabUnselected(TabLayout.Tab tab) {
+// mUtil.addDebugMsg(2,"I","onTabUnselected entered, state="+tab);
+ }
+
@Override
- public void onTabChanged(String tabId) {
- mUtil.addDebugMsg(2, "I", "onTabchanged entered. tab=" + tabId);
- mAboutViewPager.setCurrentItem(tab_host.getCurrentTab());
+ public void onTabReselected(TabLayout.Tab tab) {
+// mUtil.addDebugMsg(2,"I","onTabReselected entered, state="+tab);
}
+
});
final Button btnOk = (Button) dialog.findViewById(R.id.about_dialog_btn_ok);
@@ -2113,22 +2104,22 @@ public void onCancel(DialogInterface arg0) {
}
private void terminateApplication() {
- if (mMainTabHost.getCurrentTabTag().equals(SMBSYNC2_TAB_NAME_TASK)) {//
+ if (mMainTabLayout.getSelectedTabName().equals(mTabNameTask)) {//
if (mGp.syncTaskAdapter.isShowCheckBox()) {
mGp.syncTaskAdapter.setShowCheckBox(false);
mGp.syncTaskAdapter.notifyDataSetChanged();
setSyncTaskContextButtonNormalMode();
return;
}
- } else if (mMainTabHost.getCurrentTabTag().equals(SMBSYNC2_TAB_NAME_SCHEDULE)) {
+ } else if (mMainTabLayout.getSelectedTabName().equals(mTabNameSchedule)) {
if (mGp.syncScheduleAdapter.isSelectMode()) {
mGp.syncScheduleAdapter.setSelectMode(false);
mGp.syncScheduleAdapter.notifyDataSetChanged();
setScheduleContextButtonNormalMode();
return;
}
- } else if (mMainTabHost.getCurrentTabTag().equals(SMBSYNC2_TAB_NAME_MESSAGE)) {
- } else if (mMainTabHost.getCurrentTabTag().equals(SMBSYNC2_TAB_NAME_HIST)) {
+ } else if (mMainTabLayout.getSelectedTabName().equals(mTabNameMessage)) {
+ } else if (mMainTabLayout.getSelectedTabName().equals(mTabNameHistory)) {
if (mGp.syncHistoryAdapter.isShowCheckBox()) {
mGp.syncHistoryAdapter.setShowCheckBox(false);
mGp.syncHistoryAdapter.notifyDataSetChanged();
@@ -2214,6 +2205,9 @@ public void negativeResponse(Context context, Object[] objects) {}
ntfy);
}
+ mGp.setDisplayFontScale(mActivity);
+ reloadScreen(false);
+
if (mGp.settingFixDeviceOrientationToPortrait)
setRequestedOrientation(ActivityInfo.SCREEN_ORIENTATION_PORTRAIT);
else setRequestedOrientation(ActivityInfo.SCREEN_ORIENTATION_UNSPECIFIED);
@@ -2237,7 +2231,6 @@ private void listSettingsOption() {
", settingGrantCoarseLocationRequired="+mGp.settingGrantLocationRequired +
", settingSupressAppSpecifiDirWarning=" + mGp.settingSupressAppSpecifiDirWarning +
- ", settingSupressLocationServiceWarning=" + mGp.settingSupressLocationServiceWarning +
", settingFixDeviceOrientationToPortrait=" + mGp.settingFixDeviceOrientationToPortrait +
", settingForceDeviceTabletViewInLandscape=" + mGp.settingForceDeviceTabletViewInLandscape +
", settingScreenThemeLanguage=" + mGp.settingScreenThemeLanguage + " (value=" + mGp.settingScreenThemeLanguageValue + ")" +
@@ -2326,14 +2319,9 @@ public void negativeResponse(Context c, Object[] o) {
}
private final int REQUEST_PERMISSIONS_WRITE_EXTERNAL_STORAGE = 1;
- private final int REQUEST_PERMISSIONS_ACCESS_LOCATION = 2;
- private final int REQUEST_PERMISSIONS_ACCESS_BACKGROUND_LOCATION =3;
- /*
- Target SDK 29縺ォ螟画峩縺ォ繧医jACCESS_COARSE_LOCATION縺九iACCESS_FINE_LOCATION縺ォ螟画峩
- https://developer.android.com/guide/topics/connectivity/wifi-scan?hl=ja
- */
- private void checkRequiredPermissions() {
+ private NotifyEvent mNtfyExternalStoragePermission=null;
+ private void checkRequiredPermissions(final NotifyEvent p_ntfy) {
if (Build.VERSION.SDK_INT >= 23) {
mUtil.addDebugMsg(1, "I", "Prermission WriteExternalStorage=" + checkSelfPermission(Manifest.permission.WRITE_EXTERNAL_STORAGE) +
", WakeLock=" + checkSelfPermission(Manifest.permission.WAKE_LOCK));
@@ -2342,8 +2330,8 @@ private void checkRequiredPermissions() {
ntfy.setListener(new NotifyEventListener() {
@Override
public void positiveResponse(Context c, Object[] o) {
- requestPermissions(new String[]{Manifest.permission.WRITE_EXTERNAL_STORAGE},
- REQUEST_PERMISSIONS_WRITE_EXTERNAL_STORAGE);
+ mNtfyExternalStoragePermission=p_ntfy;
+ requestPermissions(new String[]{Manifest.permission.WRITE_EXTERNAL_STORAGE}, REQUEST_PERMISSIONS_WRITE_EXTERNAL_STORAGE);
}
@Override
@@ -2368,110 +2356,10 @@ public void negativeResponse(Context c, Object[] o) {}
mContext.getString(R.string.msgs_main_permission_external_storage_title),
mContext.getString(R.string.msgs_main_permission_external_storage_request_msg), ntfy);
} else {
-// Hide location permission at start time
-// checkLocationPermission(false);
+ p_ntfy.notifyToListener(true, null);
}
} else {
-// Hide location permission at start time
-// checkLocationPermission(false);
- }
- }
-
- public void checkLocationPermission(boolean force_permission) {
- if (Build.VERSION.SDK_INT >= 27) {
- if (Build.VERSION.SDK_INT >= 29) {
- mUtil.addDebugMsg(1, "I", "Permission LocationCoarse=" + checkSelfPermission(Manifest.permission.ACCESS_FINE_LOCATION)+
- ", Backgrund Location=" + checkSelfPermission(Manifest.permission.ACCESS_BACKGROUND_LOCATION)+
- ", settingGrantCoarseLocationRequired="+mGp.settingGrantLocationRequired);
- if (checkSelfPermission(Manifest.permission.ACCESS_FINE_LOCATION)!=PackageManager.PERMISSION_GRANTED &&
- (mGp.settingGrantLocationRequired || force_permission)) {
- NotifyEvent ntfy = new NotifyEvent(mContext);
- ntfy.setListener(new NotifyEventListener() {
- @Override
- public void positiveResponse(Context c, Object[] o) {
- requestPermissions(new String[]{Manifest.permission.ACCESS_FINE_LOCATION}, REQUEST_PERMISSIONS_ACCESS_LOCATION);
- }
-
- @Override
- public void negativeResponse(Context c, Object[] o) {
- mGp.setSettingGrantCoarseLocationRequired(mContext, false);
- SyncTaskEditor.checkLocationServiceWarning(mActivity, mGp, mUtil);
- }
- });
- if (Build.VERSION.SDK_INT>=30) {
- showLocationPermissionMessage(mContext.getString(R.string.msgs_main_permission_coarse_location_title),
- mContext.getString(R.string.msgs_main_permission_coarse_location_request_msg_api30),
- mContext.getString(R.string.msgs_main_location_location_permission_screen_shot), ntfy);
- } else {
- mUtil.showCommonDialog(true, "W",
- mContext.getString(R.string.msgs_main_permission_coarse_location_title),
- mContext.getString(R.string.msgs_main_permission_coarse_location_request_msg), ntfy);
- }
- } else {
- if (checkSelfPermission(Manifest.permission.ACCESS_BACKGROUND_LOCATION)!=PackageManager.PERMISSION_GRANTED) {
- checkBackgroundLocationPermission(null);
- }
- }
- } else {
- mUtil.addDebugMsg(1, "I", "Permission LocationCoarse=" + checkSelfPermission(Manifest.permission.ACCESS_COARSE_LOCATION)+
- ", settingGrantCoarseLocationRequired="+mGp.settingGrantLocationRequired);
- if (checkSelfPermission(Manifest.permission.ACCESS_COARSE_LOCATION)!=PackageManager.PERMISSION_GRANTED &&
- (mGp.settingGrantLocationRequired || force_permission)) {
- NotifyEvent ntfy = new NotifyEvent(mContext);
- ntfy.setListener(new NotifyEventListener() {
- @Override
- public void positiveResponse(Context c, Object[] o) {
- requestPermissions(new String[]{Manifest.permission.ACCESS_COARSE_LOCATION}, REQUEST_PERMISSIONS_ACCESS_LOCATION);
- }
-
- @Override
- public void negativeResponse(Context c, Object[] o) {
- mGp.setSettingGrantCoarseLocationRequired(mContext, false);
- SyncTaskEditor.checkLocationServiceWarning(mActivity, mGp, mUtil);
- }
- });
- mUtil.showCommonDialog(true, "W",
- mContext.getString(R.string.msgs_main_permission_coarse_location_title),
- mContext.getString(R.string.msgs_main_permission_coarse_location_request_msg), ntfy);
- } else {
- SyncTaskEditor.checkLocationServiceWarning(mActivity, mGp, mUtil);
- }
- }
- }
- }
-
- public void checkBackgroundLocationPermission(final NotifyEvent p_ntfy) {
- mUtil.addDebugMsg(1, "I", "Background location permission=" + checkSelfPermission(Manifest.permission.ACCESS_BACKGROUND_LOCATION));
- if (checkSelfPermission(Manifest.permission.ACCESS_BACKGROUND_LOCATION)!=PackageManager.PERMISSION_GRANTED &&
- (mGp.settingGrantLocationRequired)) {
- NotifyEvent ntfy_bg_location_request = new NotifyEvent(mContext);
- ntfy_bg_location_request.setListener(new NotifyEventListener() {
- @Override
- public void positiveResponse(Context c, Object[] o) {
- requestPermissions(new String[]{Manifest.permission.ACCESS_BACKGROUND_LOCATION}, REQUEST_PERMISSIONS_ACCESS_BACKGROUND_LOCATION);
- }
-
- @Override
- public void negativeResponse(Context c, Object[] o) {
- mGp.setSettingGrantCoarseLocationRequired(mContext, false);
- if (p_ntfy!=null) p_ntfy.notifyToListener(true, null);
- }
- });
-
- if (checkSelfPermission(Manifest.permission.ACCESS_BACKGROUND_LOCATION)!=PackageManager.PERMISSION_GRANTED) {
- if (Build.VERSION.SDK_INT>=30) {
- showLocationPermissionMessage(mContext.getString(R.string.msgs_main_permission_background_location_title),
- mContext.getString(R.string.msgs_main_permission_background_location_request_msg_api30),
- mContext.getString(R.string.msgs_main_location_background_location_permission_screen_shot), ntfy_bg_location_request);
- } else {
- mUtil.showCommonDialog(true, "W",
- mContext.getString(R.string.msgs_main_permission_background_location_title),
- mContext.getString(R.string.msgs_main_permission_background_location_request_msg),
- ntfy_bg_location_request);
- }
- } else {
- if (p_ntfy!=null) p_ntfy.notifyToListener(true, null);
- }
+ p_ntfy.notifyToListener(true, null);
}
}
@@ -2484,9 +2372,7 @@ public void onRequestPermissionsResult(int requestCode, String[] permissions, in
mUiHandler.postDelayed(new Runnable() {
@Override
public void run() {
- checkStorageStatus();
-// Hide location permission at start time
-// checkLocationPermission(false);
+ if (mNtfyExternalStoragePermission!=null) mNtfyExternalStoragePermission.notifyToListener(true, null);
}
}, 500);
} else {
@@ -2505,50 +2391,6 @@ public void negativeResponse(Context c, Object[] o) {}
mContext.getString(R.string.msgs_main_permission_external_storage_title),
mContext.getString(R.string.msgs_main_permission_external_storage_denied_msg), ntfy_term);
}
- } else if (REQUEST_PERMISSIONS_ACCESS_LOCATION == requestCode) {
- if (grantResults.length > 0 && grantResults[0] == PackageManager.PERMISSION_GRANTED) {
- if (Build.VERSION.SDK_INT>=29) {
- checkBackgroundLocationPermission(null);
- } else {
- SyncTaskEditor.checkLocationServiceWarning(mActivity, mGp, mUtil);
- }
- } else {
- mGp.setSettingGrantCoarseLocationRequired(mContext, false);
- SyncTaskEditor.checkLocationServiceWarning(mActivity, mGp, mUtil);
-// NotifyEvent ntfy_deny=new NotifyEvent(mContext);
-// ntfy_deny.setListener(new NotifyEventListener() {
-// @Override
-// public void positiveResponse(Context context, Object[] objects) {
-// mGp.setSettingGrantCoarseLocationRequired(mContext, false);
-// SyncTaskEditor.checkLocationServiceWarning(mActivity, mGp, mUtil);
-// }
-// @Override
-// public void negativeResponse(Context context, Object[] objects) {}
-// });
-// mUtil.showCommonDialog(false, "W",
-// mContext.getString(R.string.msgs_main_permission_coarse_location_title),
-// mContext.getString(R.string.msgs_main_permission_coarse_location_denied_msg), ntfy_deny);
- }
- } else if (REQUEST_PERMISSIONS_ACCESS_BACKGROUND_LOCATION == requestCode) {
- if (grantResults.length > 0 && grantResults[0] == PackageManager.PERMISSION_GRANTED) {
- SyncTaskEditor.checkLocationServiceWarning(mActivity, mGp, mUtil);
- } else {
- mGp.setSettingGrantCoarseLocationRequired(mContext, false);
- SyncTaskEditor.checkLocationServiceWarning(mActivity, mGp, mUtil);
-// NotifyEvent ntfy_deny=new NotifyEvent(mContext);
-// ntfy_deny.setListener(new NotifyEventListener() {
-// @Override
-// public void positiveResponse(Context context, Object[] objects) {
-// mGp.setSettingGrantCoarseLocationRequired(mContext, false);
-// SyncTaskEditor.checkLocationServiceWarning(mActivity, mGp, mUtil);
-// }
-// @Override
-// public void negativeResponse(Context context, Object[] objects) {}
-// });
-// mUtil.showCommonDialog(false, "W",
-// mContext.getString(R.string.msgs_main_permission_background_location_title),
-// mContext.getString(R.string.msgs_main_permission_background_location_denied_msg), ntfy_deny);
- }
}
}
@@ -3197,7 +3039,7 @@ public void negativeResponse(Context context, Object[] objects) {
String del_list = "";
for (int i = 0; i < mGp.syncScheduleAdapter.getCount(); i++) {
if (mGp.syncScheduleAdapter.getItem(i).isChecked) {
- del_list += mGp.syncScheduleAdapter.getItem(i).scheduleName + "\n";
+ del_list += "- "+mGp.syncScheduleAdapter.getItem(i).scheduleName + "\n";
}
}
mUtil.showCommonDialog(true, "W",
@@ -3236,7 +3078,7 @@ public void negativeResponse(Context context, Object[] objects) {
String del_list = "";
for (int i = 0; i {
private ColorStateList mTextColor=null;
- public AdapterSyncTask(Context c, int textViewResourceId,
- ArrayList objects, GlobalParameters gp) {
+ public AdapterSyncTask(Context c, int textViewResourceId, ArrayList objects, GlobalParameters gp) {
super(c, textViewResourceId, objects);
mContext = c;
id = textViewResourceId;
@@ -298,15 +297,7 @@ else if (o.getSyncTaskType().equals(SyncTaskItem.SYNC_TASK_TYPE_ARCHIVE))
holder.tv_last_sync_result.setTextColor(mThemeColorList.text_color_warning);
}
- if (!o.isSyncTaskError()) {
- if (o.isSyncTestMode()) {
- if (ThemeUtil.isLightThemeUsed(mContext))
- holder.ll_view.setBackgroundColor(Color.argb(64, 255, 32, 255));
- else holder.ll_view.setBackgroundColor(Color.argb(64, 255, 0, 128));
- }
- } else {
- holder.ll_view.setBackgroundColor(Color.argb(64, 255, 0, 0));
- }
+ boolean ap_list_specified=false;
String master_dir = o.getMasterDirectoryName().startsWith("/")?o.getMasterDirectoryName().substring(1):o.getMasterDirectoryName();
if (o.getMasterFolderType().equals(SyncTaskItem.SYNC_FOLDER_TYPE_INTERNAL)) {
if (master_dir.equals("")) holder.tv_row_master.setText(o.getMasterLocalMountPoint());
@@ -339,6 +330,7 @@ else if (o.getSyncTaskType().equals(SyncTaskItem.SYNC_TASK_TYPE_ARCHIVE))
holder.tv_row_master.setText("smb://" + host + "/" + share + "/"+ master_dir);
}
holder.iv_row_image_master.setImageResource(R.drawable.ic_32_server);
+ if (o.getSyncOptionWifiStatusOption().equals(SyncTaskItem.SYNC_WIFI_STATUS_WIFI_CONNECT_SPECIFIC_AP)) ap_list_specified=true;
}
holder.tv_row_master.requestLayout();
String target_dir = o.getTargetDirectoryName().startsWith("/")?o.getTargetDirectoryName().substring(1):o.getTargetDirectoryName();
@@ -370,8 +362,7 @@ else if (o.getSyncTaskType().equals(SyncTaskItem.SYNC_TASK_TYPE_ARCHIVE))
holder.tv_row_target.setText((o.getTargetLocalMountPoint() + o.getTargetZipOutputFileName()));
else
holder.tv_row_target.setText((o.getTargetLocalMountPoint() + o.getTargetZipOutputFileName()));
- if (o.isTargetZipUseExternalSdcard() &&
- mGp.safMgr.getSdcardRootPath().equals(SafManager.UNKNOWN_SDCARD_DIRECTORY)) {
+ if (o.isTargetZipUseExternalSdcard() && mGp.safMgr.getSdcardRootPath().equals(SafManager.UNKNOWN_SDCARD_DIRECTORY)) {
holder.iv_row_image_target.setImageResource(R.drawable.ic_32_sdcard_bad);
sync_btn_disable=true;
} else {
@@ -386,7 +377,16 @@ else if (o.getSyncTaskType().equals(SyncTaskItem.SYNC_TASK_TYPE_ARCHIVE))
holder.tv_row_target.setText("smb://" + host + "/" + share + "/"+ target_dir);
}
holder.iv_row_image_target.setImageResource(R.drawable.ic_32_server);
+ if (o.getSyncOptionWifiStatusOption().equals(SyncTaskItem.SYNC_WIFI_STATUS_WIFI_CONNECT_SPECIFIC_AP)) ap_list_specified=true;
+ }
+ if (ap_list_specified) {
+ holder.tv_last_sync_result.setText(mContext.getString(R.string.msgs_main_permission_ap_list_no_longer_available_task_list_msg));
+ holder.tv_last_sync_result.setTextColor(mThemeColorList.text_color_warning);
+ sync_btn_disable=true;
+ } else {
+ holder.tv_last_sync_result.setTextColor(mTextColor);
}
+
holder.tv_row_target.requestLayout();
if (isShowCheckBox) {
@@ -400,6 +400,16 @@ else if (o.getSyncTaskType().equals(SyncTaskItem.SYNC_TASK_TYPE_ARCHIVE))
holder.ib_row_sync.setVisibility(CheckBox.VISIBLE);
}
}
+
+ if (!o.isSyncTaskError()) {
+ if (o.isSyncTestMode()) {
+ if (ThemeUtil.isLightThemeUsed(mContext)) holder.ll_view.setBackgroundColor(Color.argb(64, 255, 32, 255));
+ else holder.ll_view.setBackgroundColor(Color.argb(64, 255, 0, 128));
+ }
+ } else {
+ holder.ll_view.setBackgroundColor(Color.argb(64, 255, 0, 0));
+ }
+
final int p = position;
holder.ib_row_sync.setOnClickListener(new View.OnClickListener() {
diff --git a/SMBSync2/src/main/java/com/sentaroh/android/SMBSync2/ApplicationPasswordUtil.java b/SMBSync2/src/main/java/com/sentaroh/android/SMBSync2/ApplicationPasswordUtil.java
index 91b7869e..622ad2d6 100644
--- a/SMBSync2/src/main/java/com/sentaroh/android/SMBSync2/ApplicationPasswordUtil.java
+++ b/SMBSync2/src/main/java/com/sentaroh/android/SMBSync2/ApplicationPasswordUtil.java
@@ -1,3 +1,25 @@
+/*
+The MIT License (MIT)
+Copyright (c) 2011 Sentaroh
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of
+this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights to use,
+copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software,
+and to permit persons to whom the Software is furnished to do so, subject to
+the following conditions:
+
+The above copyright notice and this permission notice shall be included in all copies or
+substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
+INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
+PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
+TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+OTHER DEALINGS IN THE SOFTWARE.
+
+*/
package com.sentaroh.android.SMBSync2;
import android.app.Activity;
diff --git a/SMBSync2/src/main/java/com/sentaroh/android/SMBSync2/CommonUtilities.java b/SMBSync2/src/main/java/com/sentaroh/android/SMBSync2/CommonUtilities.java
index b6183e1e..ea4d4431 100644
--- a/SMBSync2/src/main/java/com/sentaroh/android/SMBSync2/CommonUtilities.java
+++ b/SMBSync2/src/main/java/com/sentaroh/android/SMBSync2/CommonUtilities.java
@@ -2,7 +2,7 @@
/*
The MIT License (MIT)
-Copyright (c) 2011-2018 Sentaroh
+Copyright (c) 2011 Sentaroh
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal
@@ -223,12 +223,12 @@ static public String convertDateTimeWithTimzone(String time_zon_name, long time_
final public static String getWifiSsidName(WifiManager wm) {
String wssid = "";
- if (wm.isWifiEnabled()) {
- String tssid = wm.getConnectionInfo().getSSID();
- if (tssid == null || tssid.equals("")) wssid = "";
- else wssid = tssid.replaceAll("\"", "");
- if (wssid.equals("0x")) wssid = "";
- }
+// if (wm.isWifiEnabled()) {
+// String tssid = wm.getConnectionInfo().getSSID();
+// if (tssid == null || tssid.equals("")) wssid = "";
+// else wssid = tssid.replaceAll("\"", "");
+// if (wssid.equals("0x")) wssid = "";
+// }
return wssid;
}
@@ -236,18 +236,6 @@ static public ArrayList listSystemInfo(Context c, GlobalParameters gp) {
ArrayList out= SystemInfo.listSystemInfo(c, gp.safMgr);
- if (Build.VERSION.SDK_INT>=27) {
- out.add("setSettingGrantLocationRequired="+gp.settingGrantLocationRequired);
- if (Build.VERSION.SDK_INT==27 || Build.VERSION.SDK_INT==28) {
- out.add("ACCESS_COARSE_LOCATION Permission="+(c.checkSelfPermission(Manifest.permission.ACCESS_COARSE_LOCATION)==PackageManager.PERMISSION_GRANTED));
- } else if (Build.VERSION.SDK_INT>=29) {
- out.add("ACCESS_FINE_LOCATION Permission="+(c.checkSelfPermission(Manifest.permission.ACCESS_FINE_LOCATION)==PackageManager.PERMISSION_GRANTED));
- boolean backgroundLocationPermissionApproved = c.checkSelfPermission(Manifest.permission.ACCESS_BACKGROUND_LOCATION)== PackageManager.PERMISSION_GRANTED;
- out.add("ACCESS_BACKGROUND_LOCATION="+backgroundLocationPermissionApproved);
- }
- out.add("LocationService enabled="+isLocationServiceEnabled(c, gp)+", warning="+gp.settingSupressLocationServiceWarning);
- }
-
if (Build.VERSION.SDK_INT >= 28) {
UsageStatsManager usageStatsManager = (UsageStatsManager) c.getSystemService(USAGE_STATS_SERVICE);
if (usageStatsManager != null) {
@@ -260,9 +248,7 @@ static public ArrayList listSystemInfo(Context c, GlobalParameters gp) {
WifiManager wm=(WifiManager)c.getSystemService(Context.WIFI_SERVICE);
try {
- String ssid="";
- if (wm.isWifiEnabled() && wm.getConnectionInfo()!=null) ssid=wm.getConnectionInfo().getSSID();
- out.add(" WiFi="+wm.isWifiEnabled()+", SSID="+ssid);
+ out.add(" WiFi Enabled="+wm.isWifiEnabled());
} catch(Exception e) {
out.add(" WiFi status obtain error, error="+e.getMessage());
}
@@ -298,13 +284,12 @@ static public ArrayList listSystemInfo(Context c, GlobalParameters gp) {
out.add(" Write sync result log="+gp.settingWriteSyncResultLog);
out.add(" No compress file type="+gp.settingNoCompressFileType);
out.add(" Prevent sync start delay="+gp.settingPreventSyncStartDelay);
- out.add(" Suppress Location service warning="+gp.settingSupressLocationServiceWarning);
out.add(" Management file directory="+gp.settingMgtFileDir);
out.add("");
out.add(" Debug level="+gp.settingDebugLevel);
out.add(" Log option="+gp.settingLogOption);
- out.add(" Logcat option="+gp.settingPutLogcatOption);
+// out.add(" Logcat option="+gp.settingPutLogcatOption);
out.add(" Log max file count="+gp.settingLogMaxFileCount);
out.add("");
@@ -594,14 +579,14 @@ public String getConnectedWifiSsid() {
String ret = "";
WifiManager mWifi = (WifiManager) mContext.getSystemService(Context.WIFI_SERVICE);
String ssid = "";
- if (mWifi.isWifiEnabled()) {
- ssid = mWifi.getConnectionInfo().getSSID();
- if (ssid != null &&
- !ssid.equals("0x") &&
- !ssid.equals("") &&
- !ssid.equals("")) ret = ssid;
-// Log.v("","ssid="+ssid);
- }
+// if (mWifi.isWifiEnabled()) {
+// ssid = mWifi.getConnectionInfo().getSSID();
+// if (ssid != null &&
+// !ssid.equals("0x") &&
+// !ssid.equals("") &&
+// !ssid.equals("")) ret = ssid;
+//// Log.v("","ssid="+ssid);
+// }
addDebugMsg(2, "I", "getConnectedWifiSsid WifiEnabled=" + mWifi.isWifiEnabled() +", SSID=" + ssid + ", result=" + ret);
return ret;
}
diff --git a/SMBSync2/src/main/java/com/sentaroh/android/SMBSync2/Constants.java b/SMBSync2/src/main/java/com/sentaroh/android/SMBSync2/Constants.java
index ec20f689..4c044e0d 100644
--- a/SMBSync2/src/main/java/com/sentaroh/android/SMBSync2/Constants.java
+++ b/SMBSync2/src/main/java/com/sentaroh/android/SMBSync2/Constants.java
@@ -2,7 +2,7 @@
/*
The MIT License (MIT)
-Copyright (c) 2011-2018 Sentaroh
+Copyright (c) 2011 Sentaroh
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal
@@ -40,9 +40,6 @@ public class Constants {
public final static boolean BUILD_FOR_AMAZON=false;
- public final static String SMBSYNC2_TAB_NAME_TASK="task", SMBSYNC2_TAB_NAME_SCHEDULE="sched",
- SMBSYNC2_TAB_NAME_MESSAGE="msg", SMBSYNC2_TAB_NAME_HIST="hist";
-
public static final String SMBSYNC2_CONFIRM_REQUEST_COPY="Copy";
public static final String SMBSYNC2_CONFIRM_REQUEST_DELETE_FILE="DeleteFile";
public static final String SMBSYNC2_CONFIRM_REQUEST_DELETE_DIR="DeleteDir";
diff --git a/SMBSync2/src/main/java/com/sentaroh/android/SMBSync2/CustomDirectorySelectPreference.java b/SMBSync2/src/main/java/com/sentaroh/android/SMBSync2/CustomDirectorySelectPreference.java
index b914aa65..01719823 100644
--- a/SMBSync2/src/main/java/com/sentaroh/android/SMBSync2/CustomDirectorySelectPreference.java
+++ b/SMBSync2/src/main/java/com/sentaroh/android/SMBSync2/CustomDirectorySelectPreference.java
@@ -2,7 +2,7 @@
/*
The MIT License (MIT)
-Copyright (c) 2011-2018 Sentaroh
+Copyright (c) 2011 Sentaroh
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal
diff --git a/SMBSync2/src/main/java/com/sentaroh/android/SMBSync2/CustomTabLayout.java b/SMBSync2/src/main/java/com/sentaroh/android/SMBSync2/CustomTabLayout.java
new file mode 100644
index 00000000..8c0e94a6
--- /dev/null
+++ b/SMBSync2/src/main/java/com/sentaroh/android/SMBSync2/CustomTabLayout.java
@@ -0,0 +1,113 @@
+/*
+The MIT License (MIT)
+Copyright (c) 2020 Sentaroh
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of
+this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights to use,
+copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software,
+and to permit persons to whom the Software is furnished to do so, subject to
+the following conditions:
+
+The above copyright notice and this permission notice shall be included in all copies or
+substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
+INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
+PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
+TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+OTHER DEALINGS IN THE SOFTWARE.
+
+*/
+package com.sentaroh.android.SMBSync2;
+
+import android.content.Context;
+import android.support.annotation.NonNull;
+import android.support.annotation.Nullable;
+import android.support.design.widget.TabLayout;
+import android.util.AttributeSet;
+import android.view.MotionEvent;
+import android.view.View;
+import android.widget.LinearLayout;
+
+
+
+public class CustomTabLayout extends TabLayout {
+ private Context c=null;
+ public CustomTabLayout(@NonNull Context context) {
+ super(context);
+ c=context;
+ }
+
+ public CustomTabLayout(@NonNull Context context, @Nullable AttributeSet attrs) {
+ super(context, attrs);
+ c=context;
+ }
+
+ public CustomTabLayout(@NonNull Context context, @Nullable AttributeSet attrs, int defStyleAttr) {
+ super(context, attrs, defStyleAttr);
+ c=context;
+ }
+
+ public void addTab(String tab_name) {
+ addTab(this.newTab().setText(tab_name).setTag(tab_name));
+// TextView tabOne = (TextView) LayoutInflater.from(c).inflate(R.layout.custom_tab_layout_tab_item, null);
+// tabOne.setText(tab_name);
+//// tabOne.setTextSize(CommonDialog.toPixel(c.getResources(), 18));
+// this.getTabAt(this.getTabCount()-1).setCustomView(tabOne);
+ }
+
+ public void adjustTabWidth() {
+ LinearLayout tab_layout=((LinearLayout)this.getChildAt(0));
+ for(int i = 0; imNsdServiceList=new ArrayList();
-
- public NsdSmbNameResolution(Context c) {
- mNsdManager = (NsdManager) c.getSystemService(NSD_SERVICE);
- }
-
- public String query(String query_name, final int time_out) {
- mQueryName =query_name;
- log.debug("Query Start for Name="+query_name);
- startDiscovery();
- synchronized (mNsdManager) {
- try {
- mNsdManager.wait(time_out);
- } catch (InterruptedException e) {
- e.printStackTrace();
- }
- stopDiscovery();
- }
- log.debug("Query result="+ mQueryResult +", Name="+query_name);
- return mQueryResult;
- }
-
- public ArrayList list(final int time_out) {
- mQueryName ="";
- log.debug("List Start");
- startDiscovery();
- synchronized (mNsdManager) {
- try {
- mNsdManager.wait(time_out);
- } catch (InterruptedException e) {
- e.printStackTrace();
- }
- stopDiscovery();
- }
- log.debug("List ended, count="+mNsdServiceList.size());
- return mNsdServiceList;
- }
-
- private void startDiscovery() {
- mNsdManager.discoverServices(SMB_SERVICE_TYPE, NsdManager.PROTOCOL_DNS_SD, discoveryListener);
- }
-
- private void stopDiscovery() {
- mNsdManager.stopServiceDiscovery(discoveryListener);
- }
-
- private NsdManager.DiscoveryListener discoveryListener = new NsdManager.DiscoveryListener() {
- @Override
- public void onStopDiscoveryFailed(String serviceType, int errorCode) {
- log.trace(String.format("Failed to stop discovery serviceType=%s, errorCode=%d", serviceType, errorCode));
- }
- @Override
- public void onStartDiscoveryFailed(String serviceType, int errorCode) {
- log.trace(String.format("Failed to start discovery serviceType=%s, errorCode=%d", serviceType, errorCode));
- }
- @Override
- public void onServiceLost(NsdServiceInfo serviceInfo) {
- log.trace(String.format("Service lost serviceInfo=%s", serviceInfo));
- synchronized (mNsdManager) {
- mNsdManager.notify();
- }
- }
- @Override
- public void onServiceFound(NsdServiceInfo serviceInfo) {
- mNsdServiceList.add(serviceInfo.getServiceName());
- log.trace(String.format("Service found serviceInfo=%s", serviceInfo));
- if (serviceInfo.getServiceName().equals(mQueryName)) {
- mNsdManager.resolveService(serviceInfo, new NsdManager.ResolveListener() {
- @Override
- public void onServiceResolved(NsdServiceInfo serviceInfo) {
- log.trace(String.format("Service resolved serviceInfo=%s", serviceInfo));
- mQueryResult =serviceInfo.getHost().getHostAddress();
- synchronized (mNsdManager) {
- mNsdManager.notify();
- }
- }
- @Override
- public void onResolveFailed(NsdServiceInfo serviceInfo, int errorCode) {
- log.trace(String.format("Failed to resolve serviceInfo=%s, errorCode=%d", serviceInfo, errorCode));
- synchronized (mNsdManager) {
- mNsdManager.notify();
- }
- }
- });
- }
- }
- @Override
- public void onDiscoveryStopped(String serviceType) {
- log.trace(String.format("Discovery stopped serviceType=%s", serviceType));
- synchronized (mNsdManager) {
- mNsdManager.notify();
- }
- }
- @Override
- public void onDiscoveryStarted(String serviceType) {
- log.trace(String.format("Discovery started serviceType=%s", serviceType));
- }
- };
-
-}
diff --git a/SMBSync2/src/main/java/com/sentaroh/android/SMBSync2/ReadSmbFilelist.java b/SMBSync2/src/main/java/com/sentaroh/android/SMBSync2/ReadSmbFilelist.java
index c90441b3..0a20770f 100644
--- a/SMBSync2/src/main/java/com/sentaroh/android/SMBSync2/ReadSmbFilelist.java
+++ b/SMBSync2/src/main/java/com/sentaroh/android/SMBSync2/ReadSmbFilelist.java
@@ -2,7 +2,7 @@
/*
The MIT License (MIT)
-Copyright (c) 2011-2018 Sentaroh
+Copyright (c) 2011 Sentaroh
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal
@@ -38,6 +38,7 @@ this software and associated documentation files (the "Software"), to deal
import java.net.InetAddress;
import java.net.MalformedURLException;
import java.util.ArrayList;
+import java.util.Properties;
public class ReadSmbFilelist implements Runnable {
private ThreadCtrl getFLCtrl = null;
@@ -147,8 +148,10 @@ private void readFileList() {
if (mRemoteAuthInfo.smb_smb_protocol.equals(SyncTaskItem.SYNC_FOLDER_SMB_PROTOCOL_SMB1)) {
auth=new JcifsAuth(JcifsAuth.JCIFS_FILE_SMB1, mRemoteAuthInfo.smb_domain_name, mRemoteAuthInfo.smb_user_name, mRemoteAuthInfo.smb_user_password);
} else {
+ Properties prop_new = new Properties();
+ prop_new.setProperty("jcifs.smb.client.responseTimeout", mGp.settingsSmbClientResponseTimeout);
auth=new JcifsAuth(smb_level, mRemoteAuthInfo.smb_domain_name, mRemoteAuthInfo.smb_user_name, mRemoteAuthInfo.smb_user_password,
- mRemoteAuthInfo.smb_ipc_signing_enforced, mRemoteAuthInfo.smb_use_smb2_negotiation);
+ mRemoteAuthInfo.smb_ipc_signing_enforced, mRemoteAuthInfo.smb_use_smb2_negotiation, prop_new);
}
try {
@@ -235,6 +238,7 @@ private void readFileList() {
} catch (JcifsException e) {
e.printStackTrace();
+
String cause="";
String[] e_msg=JcifsUtil.analyzeNtStatusCode(e, remoteUrl + remoteDir, mRemoteUserNameForLog);
// e_msg[0] = e.getMessage()+"\n"+e_msg[0];
@@ -295,8 +299,10 @@ private void readShareList() {
if (mRemoteAuthInfo.smb_smb_protocol.equals(SyncTaskItem.SYNC_FOLDER_SMB_PROTOCOL_SMB1)) {
auth=new JcifsAuth(JcifsAuth.JCIFS_FILE_SMB1, mRemoteAuthInfo.smb_domain_name, mRemoteAuthInfo.smb_user_name, mRemoteAuthInfo.smb_user_password);
} else {
+ Properties prop_new = new Properties();
+ prop_new.setProperty("jcifs.smb.client.responseTimeout", mGp.settingsSmbClientResponseTimeout);
auth=new JcifsAuth(smb_level, mRemoteAuthInfo.smb_domain_name, mRemoteAuthInfo.smb_user_name, mRemoteAuthInfo.smb_user_password,
- mRemoteAuthInfo.smb_ipc_signing_enforced, mRemoteAuthInfo.smb_use_smb2_negotiation);
+ mRemoteAuthInfo.smb_ipc_signing_enforced, mRemoteAuthInfo.smb_use_smb2_negotiation, prop_new);
}
JcifsFile[] fl=null;
try {
diff --git a/SMBSync2/src/main/java/com/sentaroh/android/SMBSync2/RemoteAuthInfo.java b/SMBSync2/src/main/java/com/sentaroh/android/SMBSync2/RemoteAuthInfo.java
index 6973966f..99aed876 100644
--- a/SMBSync2/src/main/java/com/sentaroh/android/SMBSync2/RemoteAuthInfo.java
+++ b/SMBSync2/src/main/java/com/sentaroh/android/SMBSync2/RemoteAuthInfo.java
@@ -1,7 +1,7 @@
package com.sentaroh.android.SMBSync2;
/*
The MIT License (MIT)
-Copyright (c) 2011-2018 Sentaroh
+Copyright (c) 2011 Sentaroh
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal
diff --git a/SMBSync2/src/main/java/com/sentaroh/android/SMBSync2/ScheduleConstants.java b/SMBSync2/src/main/java/com/sentaroh/android/SMBSync2/ScheduleConstants.java
index 7bcc00a3..c40f3d37 100644
--- a/SMBSync2/src/main/java/com/sentaroh/android/SMBSync2/ScheduleConstants.java
+++ b/SMBSync2/src/main/java/com/sentaroh/android/SMBSync2/ScheduleConstants.java
@@ -2,7 +2,7 @@
/*
The MIT License (MIT)
-Copyright (c) 2011-2018 Sentaroh
+Copyright (c) 2011 Sentaroh
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal
diff --git a/SMBSync2/src/main/java/com/sentaroh/android/SMBSync2/ScheduleItem.java b/SMBSync2/src/main/java/com/sentaroh/android/SMBSync2/ScheduleItem.java
index 481d2b5c..e09c26e6 100644
--- a/SMBSync2/src/main/java/com/sentaroh/android/SMBSync2/ScheduleItem.java
+++ b/SMBSync2/src/main/java/com/sentaroh/android/SMBSync2/ScheduleItem.java
@@ -2,7 +2,7 @@
/*
The MIT License (MIT)
-Copyright (c) 2011-2018 Sentaroh
+Copyright (c) 2011 Sentaroh
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal
diff --git a/SMBSync2/src/main/java/com/sentaroh/android/SMBSync2/ScheduleItemEditor.java b/SMBSync2/src/main/java/com/sentaroh/android/SMBSync2/ScheduleItemEditor.java
index 58cf519d..e1a64a54 100644
--- a/SMBSync2/src/main/java/com/sentaroh/android/SMBSync2/ScheduleItemEditor.java
+++ b/SMBSync2/src/main/java/com/sentaroh/android/SMBSync2/ScheduleItemEditor.java
@@ -2,7 +2,7 @@
/*
The MIT License (MIT)
-Copyright (c) 2011-2018 Sentaroh
+Copyright (c) 2011 Sentaroh
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal
diff --git a/SMBSync2/src/main/java/com/sentaroh/android/SMBSync2/ScheduleUtil.java b/SMBSync2/src/main/java/com/sentaroh/android/SMBSync2/ScheduleUtil.java
index 817507dd..92dfacdd 100644
--- a/SMBSync2/src/main/java/com/sentaroh/android/SMBSync2/ScheduleUtil.java
+++ b/SMBSync2/src/main/java/com/sentaroh/android/SMBSync2/ScheduleUtil.java
@@ -2,7 +2,7 @@
/*
The MIT License (MIT)
-Copyright (c) 2011-2018 Sentaroh
+Copyright (c) 2011 Sentaroh
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal
diff --git a/SMBSync2/src/main/java/com/sentaroh/android/SMBSync2/SeekBarPreference.java b/SMBSync2/src/main/java/com/sentaroh/android/SMBSync2/SeekBarPreference.java
index 75b973fb..0c8a551b 100644
--- a/SMBSync2/src/main/java/com/sentaroh/android/SMBSync2/SeekBarPreference.java
+++ b/SMBSync2/src/main/java/com/sentaroh/android/SMBSync2/SeekBarPreference.java
@@ -2,7 +2,7 @@
/*
The MIT License (MIT)
-Copyright (c) 2011-2018 Sentaroh
+Copyright (c) 2011 Sentaroh
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal
diff --git a/SMBSync2/src/main/java/com/sentaroh/android/SMBSync2/ShortcutAutoSync.java b/SMBSync2/src/main/java/com/sentaroh/android/SMBSync2/ShortcutAutoSync.java
index ff4caaa4..0a6efe95 100644
--- a/SMBSync2/src/main/java/com/sentaroh/android/SMBSync2/ShortcutAutoSync.java
+++ b/SMBSync2/src/main/java/com/sentaroh/android/SMBSync2/ShortcutAutoSync.java
@@ -2,7 +2,7 @@
/*
The MIT License (MIT)
-Copyright (c) 2011-2018 Sentaroh
+Copyright (c) 2011 Sentaroh
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal
diff --git a/SMBSync2/src/main/java/com/sentaroh/android/SMBSync2/ShortcutMakeAutoSync.java b/SMBSync2/src/main/java/com/sentaroh/android/SMBSync2/ShortcutMakeAutoSync.java
index 7f62c50f..44d79d7b 100644
--- a/SMBSync2/src/main/java/com/sentaroh/android/SMBSync2/ShortcutMakeAutoSync.java
+++ b/SMBSync2/src/main/java/com/sentaroh/android/SMBSync2/ShortcutMakeAutoSync.java
@@ -2,7 +2,7 @@
/*
The MIT License (MIT)
-Copyright (c) 2011-2018 Sentaroh
+Copyright (c) 2011 Sentaroh
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal
diff --git a/SMBSync2/src/main/java/com/sentaroh/android/SMBSync2/SyncHistoryItem.java b/SMBSync2/src/main/java/com/sentaroh/android/SMBSync2/SyncHistoryItem.java
index 3abb475e..1f7b47a6 100644
--- a/SMBSync2/src/main/java/com/sentaroh/android/SMBSync2/SyncHistoryItem.java
+++ b/SMBSync2/src/main/java/com/sentaroh/android/SMBSync2/SyncHistoryItem.java
@@ -2,7 +2,7 @@
/*
The MIT License (MIT)
-Copyright (c) 2011-2018 Sentaroh
+Copyright (c) 2011 Sentaroh
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal
diff --git a/SMBSync2/src/main/java/com/sentaroh/android/SMBSync2/SyncMessageItem.java b/SMBSync2/src/main/java/com/sentaroh/android/SMBSync2/SyncMessageItem.java
index 03ccd380..554d2122 100644
--- a/SMBSync2/src/main/java/com/sentaroh/android/SMBSync2/SyncMessageItem.java
+++ b/SMBSync2/src/main/java/com/sentaroh/android/SMBSync2/SyncMessageItem.java
@@ -2,7 +2,7 @@
/*
The MIT License (MIT)
-Copyright (c) 2011-2018 Sentaroh
+Copyright (c) 2011 Sentaroh
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal
diff --git a/SMBSync2/src/main/java/com/sentaroh/android/SMBSync2/SyncReceiver.java b/SMBSync2/src/main/java/com/sentaroh/android/SMBSync2/SyncReceiver.java
index e07ca5ad..5d6e020d 100644
--- a/SMBSync2/src/main/java/com/sentaroh/android/SMBSync2/SyncReceiver.java
+++ b/SMBSync2/src/main/java/com/sentaroh/android/SMBSync2/SyncReceiver.java
@@ -2,7 +2,7 @@
/*
The MIT License (MIT)
-Copyright (c) 2011-2018 Sentaroh
+Copyright (c) 2011 Sentaroh
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal
diff --git a/SMBSync2/src/main/java/com/sentaroh/android/SMBSync2/SyncRequestItem.java b/SMBSync2/src/main/java/com/sentaroh/android/SMBSync2/SyncRequestItem.java
index 1f38f2bb..d462757c 100644
--- a/SMBSync2/src/main/java/com/sentaroh/android/SMBSync2/SyncRequestItem.java
+++ b/SMBSync2/src/main/java/com/sentaroh/android/SMBSync2/SyncRequestItem.java
@@ -2,7 +2,7 @@
/*
The MIT License (MIT)
-Copyright (c) 2011-2018 Sentaroh
+Copyright (c) 2011 Sentaroh
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal
diff --git a/SMBSync2/src/main/java/com/sentaroh/android/SMBSync2/SyncService.java b/SMBSync2/src/main/java/com/sentaroh/android/SMBSync2/SyncService.java
index bcc9836d..3e0f586a 100644
--- a/SMBSync2/src/main/java/com/sentaroh/android/SMBSync2/SyncService.java
+++ b/SMBSync2/src/main/java/com/sentaroh/android/SMBSync2/SyncService.java
@@ -2,7 +2,7 @@
/*
The MIT License (MIT)
-Copyright (c) 2011-2018 Sentaroh
+Copyright (c) 2011 Sentaroh
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal
@@ -96,8 +96,6 @@ public class SyncService extends Service {
private Context mContext = null;
- private WifiReceiver mWifiReceiver = new WifiReceiver();
-
private SleepReceiver mSleepReceiver = new SleepReceiver();
@Override
@@ -129,18 +127,7 @@ public void onCreate() {
mWifiMgr = (WifiManager) mContext.getSystemService(Context.WIFI_SERVICE);
- initWifiStatus();
-
IntentFilter int_filter = new IntentFilter();
- int_filter.addAction(WifiManager.WIFI_STATE_CHANGED_ACTION);
- int_filter.addAction(WifiManager.RSSI_CHANGED_ACTION);
- int_filter.addAction(WifiManager.SUPPLICANT_CONNECTION_CHANGE_ACTION);
- int_filter.addAction(WifiManager.SUPPLICANT_STATE_CHANGED_ACTION);
- int_filter.addAction(WifiManager.NETWORK_STATE_CHANGED_ACTION);
- int_filter.addAction(WifiManager.NETWORK_IDS_CHANGED_ACTION);
- registerReceiver(mWifiReceiver, int_filter);
-
- int_filter = new IntentFilter();
int_filter.addAction(Intent.ACTION_SCREEN_OFF);
int_filter.addAction(Intent.ACTION_SCREEN_ON);
int_filter.addAction(Intent.ACTION_USER_PRESENT);
@@ -266,7 +253,6 @@ public boolean onUnbind(Intent intent) {
public void onDestroy() {
super.onDestroy();
mUtil.addDebugMsg(1, "I", CommonUtilities.getExecutedMethodName() + " entered");
- unregisterReceiver(mWifiReceiver);
unregisterReceiver(mSleepReceiver);
// unregisterReceiver(mUsbReceiver);
stopForeground(true);
@@ -928,71 +914,6 @@ private void hideDialogWindow() {
}
}
- private void initWifiStatus() {
- mGp.wifiIsActive = mWifiMgr.isWifiEnabled();
- if (mGp.wifiIsActive) {
- mGp.wifiSsid = mUtil.getConnectedWifiSsid();
- }
- mUtil.addDebugMsg(1, "I", "Wi-Fi Status, Active=" + mGp.wifiIsActive + ", SSID=" + mGp.wifiSsid);
- }
-
- final private class WifiReceiver extends BroadcastReceiver {
- @Override
- final public void onReceive(Context c, Intent in) {
- String tssid =null;
- try {
- tssid=mWifiMgr.getConnectionInfo().getSSID();
- } catch(Exception e){
- mUtil.addLogMsg("W", "WIFI receiver, getSSID() failed. msg="+e.getMessage());
- }
- String wssid = "";
- String ss = "";
- try {
- ss=mWifiMgr.getConnectionInfo().getSupplicantState().toString();
-// mUtil.addDebugMsg(1,"I","ss="+ss+", IP addr="+CommonUtilities.getIfIpAddress("wlan0"));
-// mUtil.addDebugMsg(1,"I","ss="+ss+", IP addr="+String.format("%8x",mWifiMgr.getConnectionInfo().getIpAddress()));
- } catch(Exception e){
- mUtil.addLogMsg("W", "WIFI receiver, getSupplicantState() failed. msg="+e.getMessage());
- }
- if (tssid == null || tssid.equals("")) wssid = "";
- else wssid = tssid.replaceAll("\"", "");
- if (wssid.equals("0x")) wssid = "";
-
- boolean new_wifi_enabled = mWifiMgr.isWifiEnabled();
- if (!new_wifi_enabled && mGp.wifiIsActive) {
- mUtil.addDebugMsg(1, "I", "WIFI receiver, WIFI Off");
- mGp.wifiSsid = "";
- mGp.wifiIsActive = false;
- } else {
- if (ss.equals("COMPLETED") || ss.equals("ASSOCIATING") || ss.equals("ASSOCIATED")) {
- if (mGp.wifiSsid.equals("") && !wssid.equals("")) {
- mUtil.addDebugMsg(1, "I", "WIFI receiver, Connected WIFI Access point SSID=" + wssid);
- mGp.wifiSsid = wssid;
- mGp.wifiIsActive = true;
- }
- } else if (ss.equals("INACTIVE") ||
- ss.equals("DISCONNECTED") ||
- ss.equals("UNINITIALIZED") ||
- ss.equals("INTERFACE_DISABLED") ||
- ss.equals("SCANNING")) {
- if (mGp.wifiIsActive) {
- if (!mGp.wifiSsid.equals("")) {
- mUtil.addDebugMsg(1, "I", "WIFI receiver, Disconnected WIFI Access point SSID=" + mGp.wifiSsid);
- mGp.wifiSsid = "";
- mGp.wifiIsActive = true;
- }
- } else {
- if (new_wifi_enabled) {
- mUtil.addDebugMsg(1, "I", "WIFI receiver, WIFI On");
- mGp.wifiSsid = "";
- mGp.wifiIsActive = true;
- }
- }
- }
- }
- }
- }
-
final private class SleepReceiver extends BroadcastReceiver {
@SuppressLint({"Wakelock", "NewApi"})
@Override
diff --git a/SMBSync2/src/main/java/com/sentaroh/android/SMBSync2/SyncTaskEditor.java b/SMBSync2/src/main/java/com/sentaroh/android/SMBSync2/SyncTaskEditor.java
index 52c4cab5..d4d84eee 100644
--- a/SMBSync2/src/main/java/com/sentaroh/android/SMBSync2/SyncTaskEditor.java
+++ b/SMBSync2/src/main/java/com/sentaroh/android/SMBSync2/SyncTaskEditor.java
@@ -2,7 +2,7 @@
/*
The MIT License (MIT)
-Copyright (c) 2011-2018 Sentaroh
+Copyright (c) 2011 Sentaroh
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal
@@ -601,12 +601,14 @@ public void run() {
ct_specific_file_type_audio.setChecked(sv.specific_file_type_audio);
ct_specific_file_type_image.setChecked(sv.specific_file_type_image);
ct_specific_file_type_video.setChecked(sv.specific_file_type_video);
- if (sv.specific_file_type || sv.specific_file_type_audio || sv.specific_file_type_image || sv.specific_file_type_video || !sv.sync_file_filter_info.equals("")) {
+ if (sv.specific_file_type || sv.specific_file_type_audio || sv.specific_file_type_image || sv.specific_file_type_video ||
+ (!sv.sync_file_filter_info.equals("") && !sv.sync_file_filter_info.equals(mContext.getString(R.string.msgs_profile_sync_task_dlg_file_filter_not_specified)))) {
performClickNoSound(ct_specific_file_type);
}
ct_specific_directory.setChecked(false);
- if (sv.specific_diretory || !sv.sync_dir_filter_info.equals("")) {
+ if (sv.specific_diretory ||
+ (!sv.sync_dir_filter_info.equals("") && !sv.sync_dir_filter_info.equals(mContext.getString(R.string.msgs_profile_sync_task_dlg_dir_filter_not_specified)))) {
performClickNoSound(ct_specific_directory);
}
@@ -779,7 +781,7 @@ public void onClick(View v) {
final Button btn_dir_view_keyword_insert_week_day_long = (Button) ll_dir_view.findViewById(R.id.edit_sync_folder_keyword_insert_weekday_long);
final CheckedTextView ctv_smb_use_taken_date_time_for_directory_keyword = (CheckedTextView) dialog.findViewById(R.id.edit_sync_folder_dlg_smb_use_taken_date_time_for_directory_keyword);
- if (sti.getSyncTaskType().equals(SyncTaskItem.SYNC_TASK_TYPE_MIRROR)) {
+ if (sti.getSyncTaskType().equals(SyncTaskItem.SYNC_TASK_TYPE_MIRROR) || sfev.folder_master) {
ctv_smb_use_taken_date_time_for_directory_keyword.setVisibility(CheckedTextView.GONE);
} else {
ctv_smb_use_taken_date_time_for_directory_keyword.setVisibility(CheckedTextView.VISIBLE);
@@ -864,8 +866,6 @@ public void onClick(View view) {
}
});
- final Button btn_sync_folder_logon = (Button) dialog.findViewById(R.id.edit_sync_folder_dlg_logon_btn);
-// btn_sync_folder_logon.setVisibility(Button.GONE);
final Button btn_sync_folder_list_share = (Button) dialog.findViewById(R.id.edit_sync_folder_dlg_list_share_btn);
final EditText et_sync_folder_share_name = (EditText) dialog.findViewById(R.id.edit_sync_folder_dlg_share_name);
et_sync_folder_share_name.setText(sfev.folder_remote_share);
@@ -939,37 +939,6 @@ public void onClick(View v) {
}
});
- btn_sync_folder_logon.setOnClickListener(new OnClickListener() {
- @Override
- public void onClick(View v) {
- String user=et_sync_folder_user.getText().toString().trim().length()>0?et_sync_folder_user.getText().toString().trim():null;
- String pass=et_sync_folder_pswd.getText().toString().length()>0?et_sync_folder_pswd.getText().toString():null;
- if (!ctv_sync_folder_use_pswd.isChecked()) {
- user=pass=null;
- } else {
- if (et_sync_folder_user.getText().length()==0) user=null;
- if (et_sync_folder_pswd.getText().length()==0) pass=null;
- }
- RemoteAuthInfo ra=new RemoteAuthInfo();
- ra.smb_domain_name=null;
- ra.smb_user_name=user;
- ra.smb_user_password=pass;
- ra.smb_smb_protocol=getSmbSelectedProtocol(sp_sync_folder_smb_proto);
- ra.smb_ipc_signing_enforced=ctv_sync_folder_smb_ipc_enforced.isChecked();
- ra.smb_use_smb2_negotiation=ctv_sync_folder_smb_use_smb2_negotiation.isChecked();
- String host=et_remote_host.getText().toString().trim();
- if (CommonUtilities.isIpAddressV6(host) ||CommonUtilities.isIpAddressV4(host)) {
- mTaskUtil.testSmbLogonDlg("", host,
- et_sync_folder_port.getText().toString().trim(),
- et_sync_folder_share_name.getText().toString().trim(), ra, null);
- } else {
- mTaskUtil.testSmbLogonDlg(host, "",
- et_sync_folder_port.getText().toString().trim(),
- et_sync_folder_share_name.getText().toString().trim(), ra, null);
- }
- }
- });
-
btn_sync_folder_list_share.setOnClickListener(new OnClickListener() {
@Override
public void onClick(View v) {
@@ -1069,7 +1038,7 @@ private void setSyncFolderInternalListener(final Dialog dialog, final SyncTaskIt
final Button btn_dir_view_keyword_insert_week_day_long = (Button) ll_dir_view.findViewById(R.id.edit_sync_folder_keyword_insert_weekday_long);
final CheckedTextView ctv_internal_use_taken_date_time_for_directory_keyword = (CheckedTextView) dialog.findViewById(R.id.edit_sync_folder_dlg_internal_use_taken_date_time_for_directory_keyword);
- if (sti.getSyncTaskType().equals(SyncTaskItem.SYNC_TASK_TYPE_MIRROR)) {
+ if (sti.getSyncTaskType().equals(SyncTaskItem.SYNC_TASK_TYPE_MIRROR) || sfev.folder_master) {
ctv_internal_use_taken_date_time_for_directory_keyword.setVisibility(CheckedTextView.GONE);
} else {
ctv_internal_use_taken_date_time_for_directory_keyword.setVisibility(CheckedTextView.VISIBLE);
@@ -1213,7 +1182,7 @@ private void setSyncFolderSdcardListener(final Dialog dialog, final SyncTaskItem
final Button btn_dir_view_keyword_insert_week_day_long = (Button) ll_dir_view.findViewById(R.id.edit_sync_folder_keyword_insert_weekday_long);
final CheckedTextView ctv_sdcard_use_taken_date_time_for_directory_keyword = (CheckedTextView) dialog.findViewById(R.id.edit_sync_folder_dlg_sdcard_use_taken_date_time_for_directory_keyword);
- if (sti.getSyncTaskType().equals(SyncTaskItem.SYNC_TASK_TYPE_MIRROR)) {
+ if (sti.getSyncTaskType().equals(SyncTaskItem.SYNC_TASK_TYPE_MIRROR) || sfev.folder_master) {
ctv_sdcard_use_taken_date_time_for_directory_keyword.setVisibility(CheckedTextView.GONE);
} else {
ctv_sdcard_use_taken_date_time_for_directory_keyword.setVisibility(CheckedTextView.VISIBLE);
@@ -1391,7 +1360,7 @@ private void setSyncFolderUsbListener(final Dialog dialog, final SyncTaskItem st
mContext.getString(R.string.msg_edit_sync_folder_keyword_insert_week_day_long));
final CheckedTextView ctv_usb_use_taken_date_time_for_directory_keyword = (CheckedTextView) dialog.findViewById(R.id.edit_sync_folder_dlg_usb_use_taken_date_time_for_directory_keyword);
- if (sti.getSyncTaskType().equals(SyncTaskItem.SYNC_TASK_TYPE_MIRROR)) {
+ if (sti.getSyncTaskType().equals(SyncTaskItem.SYNC_TASK_TYPE_MIRROR) || sfev.folder_master) {
ctv_usb_use_taken_date_time_for_directory_keyword.setVisibility(CheckedTextView.GONE);
} else {
ctv_usb_use_taken_date_time_for_directory_keyword.setVisibility(CheckedTextView.VISIBLE);
@@ -2203,7 +2172,6 @@ private SyncFolderEditValue buildSyncFolderEditValue(Dialog dialog, SyncFolderEd
final EditText et_sync_folder_user = (EditText) dialog.findViewById(R.id.edit_sync_folder_dlg_remote_user);
final EditText et_sync_folder_pswd = (EditText) dialog.findViewById(R.id.edit_sync_folder_dlg_remote_pass);
- final Button btn_sync_folder_logon = (Button) dialog.findViewById(R.id.edit_sync_folder_dlg_logon_btn);
final Button btn_sync_folder_list_share = (Button) dialog.findViewById(R.id.edit_sync_folder_dlg_list_share_btn);
final EditText et_sync_folder_share_name = (EditText) dialog.findViewById(R.id.edit_sync_folder_dlg_share_name);
@@ -2373,10 +2341,10 @@ private void setSyncFolderViewVisibility(final Dialog dialog, final boolean mast
btn_sdcard_select_sdcard.setVisibility(Button.GONE);
if (master) {
- ll_internal_keyword_view.setVisibility(LinearLayout.GONE);
- ll_sdcard_keyword_view.setVisibility(LinearLayout.GONE);
- ll_usb_keyword_view.setVisibility(LinearLayout.GONE);
- ll_smb_keyword_view.setVisibility(LinearLayout.GONE);
+ ll_internal_keyword_view.setVisibility(LinearLayout.VISIBLE);
+ ll_sdcard_keyword_view.setVisibility(LinearLayout.VISIBLE);
+ ll_usb_keyword_view.setVisibility(LinearLayout.VISIBLE);
+ ll_smb_keyword_view.setVisibility(LinearLayout.VISIBLE);
ll_zip_keyword_view.setVisibility(LinearLayout.GONE);
} else {
ll_internal_keyword_view.setVisibility(LinearLayout.VISIBLE);
@@ -2678,7 +2646,6 @@ private boolean checkSyncFolderValidation(Dialog dialog, SyncFolderEditValue org
// final LinearLayout ll_sync_folder_smb_view = (LinearLayout)dialog.findViewById(R.id.edit_sync_folder_dlg_smb_host_view);
// final Button btn_search_host = (Button)dialog.findViewById(R.id.edit_sync_folder_dlg_search_remote_host);
// final EditText et_sync_folder_domain = (EditText)dialog.findViewById(R.id.edit_sync_folder_dlg_remote_domain);
- final Button btn_sync_folder_logon = (Button) dialog.findViewById(R.id.edit_sync_folder_dlg_logon_btn);
final Button btn_sync_folder_smb_list_share = (Button) dialog.findViewById(R.id.edit_sync_folder_dlg_list_share_btn);
final Button btn_sync_folder_local_list_dir = (Button) dialog.findViewById(R.id.edit_sync_folder_dlg_list_internal_directory_btn);
final Button btn_sync_folder_smb_list_dir = (Button) dialog.findViewById(R.id.edit_sync_folder_dlg_list_smb_directory_btn);
@@ -2716,12 +2683,10 @@ private boolean checkSyncFolderValidation(Dialog dialog, SyncFolderEditValue org
setDialogMsg(dlg_msg, mContext.getString(R.string.msgs_main_sync_profile_dlg_specify_host_address_or_name));
CommonDialog.setViewEnabled(getActivity(), btn_sync_folder_smb_list_share, false);
} else {
- CommonDialog.setViewEnabled(getActivity(), btn_sync_folder_logon, true);
if (ctv_sync_folder_use_port.isChecked() && sync_folder_port.equals("")) {
result = false;
CommonDialog.setViewEnabled(getActivity(), btn_sync_folder_smb_list_share, false);
setSyncFolderSmbListDirectoryButtonEnabled(dialog, false);
- CommonDialog.setViewEnabled(getActivity(), btn_sync_folder_logon, false);
setDialogMsg(dlg_msg, mContext.getString(R.string.msgs_main_sync_profile_dlg_specify_host_port_number));
} else {
if (ctv_sync_folder_use_pswd.isChecked()) {
@@ -2729,7 +2694,6 @@ private boolean checkSyncFolderValidation(Dialog dialog, SyncFolderEditValue org
result = false;
CommonDialog.setViewEnabled(getActivity(), btn_sync_folder_smb_list_share, false);
setSyncFolderSmbListDirectoryButtonEnabled(dialog, false);
- CommonDialog.setViewEnabled(getActivity(), btn_sync_folder_logon, false);
setDialogMsg(dlg_msg, mContext.getString(R.string.msgs_main_sync_profile_dlg_specify_host_userid_pswd));
} else {
if (sync_folder_user.equals(SMBSYNC2_PROF_DECRYPT_FAILED) || sync_folder_user.equals(SMBSYNC2_PROF_ENCRYPT_FAILED)) {
@@ -2746,7 +2710,6 @@ private boolean checkSyncFolderValidation(Dialog dialog, SyncFolderEditValue org
setDialogMsg(dlg_msg, mContext.getString(R.string.msgs_main_sync_profile_dlg_specify_host_pswd));
btn_sync_folder_smb_list_share.setEnabled(false);
setSyncFolderSmbListDirectoryButtonEnabled(dialog, false);
- btn_sync_folder_logon.setEnabled(false);
}
}
}
@@ -2883,112 +2846,112 @@ public void onCancel(DialogInterface arg0) {
}
}
- static public void checkLocationServiceWarning(Activity activity, GlobalParameters gp, CommonUtilities cu) {
- if (Build.VERSION.SDK_INT<=26) return;
- if (Build.VERSION.SDK_INT>=29) {
- boolean coarse_granted=(activity.checkSelfPermission(Manifest.permission.ACCESS_FINE_LOCATION)==PackageManager.PERMISSION_GRANTED);
- boolean background_granted=background_granted=(activity.checkSelfPermission(Manifest.permission.ACCESS_BACKGROUND_LOCATION)==PackageManager.PERMISSION_GRANTED);
- if (gp.settingSupressLocationServiceWarning ||
- (CommonUtilities.isLocationServiceEnabled(activity, gp) && coarse_granted && background_granted)) return;
- boolean waring_required=false;
- String used_st="", sep="-";
- for(SyncTaskItem st_item:gp.syncTaskList) {
- if (st_item.getSyncOptionWifiStatusOption().equals(SyncTaskItem.SYNC_WIFI_STATUS_WIFI_CONNECT_SPECIFIC_AP)) {
- waring_required=true;
- used_st+=sep+st_item.getSyncTaskName();
- sep="\n-";
- }
- }
-
- if (!waring_required) return;
-
- showLocationServiceWarning(activity, gp, cu, used_st);
- } else {
- boolean coarse_granted=(activity.checkSelfPermission(Manifest.permission.ACCESS_COARSE_LOCATION)==PackageManager.PERMISSION_GRANTED);
- if (gp.settingSupressLocationServiceWarning ||
- (CommonUtilities.isLocationServiceEnabled(activity, gp) && coarse_granted)) return;
- boolean waring_required=false;
- String used_st="", sep="-";
- for(SyncTaskItem st_item:gp.syncTaskList) {
- if (st_item.getSyncOptionWifiStatusOption().equals(SyncTaskItem.SYNC_WIFI_STATUS_WIFI_CONNECT_SPECIFIC_AP)) {
- waring_required=true;
- used_st+=sep+st_item.getSyncTaskName();
- sep="\n-";
- }
- }
-
- if (!waring_required) return;
-
- showLocationServiceWarning(activity, gp, cu, used_st);
- }
- }
-
- static public void showLocationServiceWarning(final Activity activity, final GlobalParameters gp, final CommonUtilities cu, final String used_st) {
-
- final SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(activity);
-
- final Dialog dialog = new Dialog(activity, gp.applicationTheme);//, android.R.style.Theme_Black);
- dialog.requestWindowFeature(Window.FEATURE_NO_TITLE);
- dialog.setContentView(R.layout.show_warning_message_dlg);
-
- final LinearLayout title_view = (LinearLayout) dialog.findViewById(R.id.show_warning_message_dlg_title_view);
- final TextView title = (TextView) dialog.findViewById(R.id.show_warning_message_dlg_title);
- title_view.setBackgroundColor(gp.themeColorList.title_background_color);
- title.setText(activity.getString(R.string.msgs_main_app_specific_dir_used_title));
- title.setTextColor(gp.themeColorList.title_text_color);
- title.setText(activity.getString(R.string.msgs_main_location_service_warning_title));
-
- String msg_text="";
- boolean coarse_granted=(activity.checkSelfPermission(Manifest.permission.ACCESS_FINE_LOCATION)==PackageManager.PERMISSION_GRANTED);
- if (Build.VERSION.SDK_INT>=29) {
- boolean background_granted=(activity.checkSelfPermission(Manifest.permission.ACCESS_BACKGROUND_LOCATION)==PackageManager.PERMISSION_GRANTED);
- boolean loc=CommonUtilities.isLocationServiceEnabled(activity, gp);
- if (!CommonUtilities.isLocationServiceEnabled(activity, gp) && (!coarse_granted||!background_granted)) {
- msg_text = activity.getString(R.string.msgs_main_location_service_warning_msg_both);
- } else if (!CommonUtilities.isLocationServiceEnabled(activity, gp)) {
- msg_text=activity.getString(R.string.msgs_main_location_service_warning_msg_location);
- } else if (!coarse_granted || !background_granted) {
- msg_text=activity.getString(R.string.msgs_main_location_service_warning_msg_coarse);
- }
- } else {
- if (!CommonUtilities.isLocationServiceEnabled(activity, gp) && !coarse_granted) {
- msg_text=activity.getString(R.string.msgs_main_location_service_warning_msg_both);
- } else if (!CommonUtilities.isLocationServiceEnabled(activity, gp)) {
- msg_text=activity.getString(R.string.msgs_main_location_service_warning_msg_location);
- } else if (!coarse_granted) {
- msg_text=activity.getString(R.string.msgs_main_location_service_warning_msg_coarse);
- }
- }
-
- if (!used_st.equals("")) msg_text+="\n\n"+used_st;
- ((TextView) dialog.findViewById(R.id.show_warning_message_dlg_msg)).setText(msg_text);
-
- final Button btnClose = (Button) dialog.findViewById(R.id.show_warning_message_dlg_close);
- final CheckedTextView ctvSuppr = (CheckedTextView) dialog.findViewById(R.id.show_warning_message_dlg_ctv_suppress);
- CommonUtilities.setCheckedTextView(ctvSuppr);
- ctvSuppr.setText(R.string.msgs_main_location_service_warning_suppress);
-
- CommonDialog.setDlgBoxSizeCompact(dialog);
- ctvSuppr.setChecked(false);
- // Close繝懊ち繝ウ縺ョ謖螳
- btnClose.setOnClickListener(new OnClickListener() {
- public void onClick(View v) {
- dialog.dismiss();
- if (ctvSuppr.isChecked()) {
- prefs.edit().putBoolean(activity.getString(R.string.settings_suppress_warning_location_service_disabled), true).commit();
- gp.settingSupressLocationServiceWarning =true;
- }
- }
- });
- // Cancel繝ェ繧ケ繝翫シ縺ョ謖螳
- dialog.setOnCancelListener(new Dialog.OnCancelListener() {
- @Override
- public void onCancel(DialogInterface arg0) {
- btnClose.performClick();
- }
- });
- dialog.show();
- }
+// static public void checkLocationServiceWarning(Activity activity, GlobalParameters gp, CommonUtilities cu) {
+// if (Build.VERSION.SDK_INT<=26) return;
+// if (Build.VERSION.SDK_INT>=29) {
+// boolean coarse_granted=(activity.checkSelfPermission(Manifest.permission.ACCESS_FINE_LOCATION)==PackageManager.PERMISSION_GRANTED);
+// boolean background_granted=background_granted=(activity.checkSelfPermission(Manifest.permission.ACCESS_BACKGROUND_LOCATION)==PackageManager.PERMISSION_GRANTED);
+// if (gp.settingSupressLocationServiceWarning ||
+// (CommonUtilities.isLocationServiceEnabled(activity, gp) && coarse_granted && background_granted)) return;
+// boolean waring_required=false;
+// String used_st="", sep="-";
+// for(SyncTaskItem st_item:gp.syncTaskList) {
+// if (st_item.getSyncOptionWifiStatusOption().equals(SyncTaskItem.SYNC_WIFI_STATUS_WIFI_CONNECT_SPECIFIC_AP)) {
+// waring_required=true;
+// used_st+=sep+st_item.getSyncTaskName();
+// sep="\n-";
+// }
+// }
+//
+// if (!waring_required) return;
+//
+// showLocationServiceWarning(activity, gp, cu, used_st);
+// } else {
+// boolean coarse_granted=(activity.checkSelfPermission(Manifest.permission.ACCESS_COARSE_LOCATION)==PackageManager.PERMISSION_GRANTED);
+// if (gp.settingSupressLocationServiceWarning ||
+// (CommonUtilities.isLocationServiceEnabled(activity, gp) && coarse_granted)) return;
+// boolean waring_required=false;
+// String used_st="", sep="-";
+// for(SyncTaskItem st_item:gp.syncTaskList) {
+// if (st_item.getSyncOptionWifiStatusOption().equals(SyncTaskItem.SYNC_WIFI_STATUS_WIFI_CONNECT_SPECIFIC_AP)) {
+// waring_required=true;
+// used_st+=sep+st_item.getSyncTaskName();
+// sep="\n-";
+// }
+// }
+//
+// if (!waring_required) return;
+//
+// showLocationServiceWarning(activity, gp, cu, used_st);
+// }
+// }
+
+// static public void showLocationServiceWarning(final Activity activity, final GlobalParameters gp, final CommonUtilities cu, final String used_st) {
+//
+// final SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(activity);
+//
+// final Dialog dialog = new Dialog(activity, gp.applicationTheme);//, android.R.style.Theme_Black);
+// dialog.requestWindowFeature(Window.FEATURE_NO_TITLE);
+// dialog.setContentView(R.layout.show_warning_message_dlg);
+//
+// final LinearLayout title_view = (LinearLayout) dialog.findViewById(R.id.show_warning_message_dlg_title_view);
+// final TextView title = (TextView) dialog.findViewById(R.id.show_warning_message_dlg_title);
+// title_view.setBackgroundColor(gp.themeColorList.title_background_color);
+// title.setText(activity.getString(R.string.msgs_main_app_specific_dir_used_title));
+// title.setTextColor(gp.themeColorList.title_text_color);
+// title.setText(activity.getString(R.string.msgs_main_location_service_warning_title));
+//
+// String msg_text="";
+// boolean coarse_granted=(activity.checkSelfPermission(Manifest.permission.ACCESS_FINE_LOCATION)==PackageManager.PERMISSION_GRANTED);
+// if (Build.VERSION.SDK_INT>=29) {
+// boolean background_granted=(activity.checkSelfPermission(Manifest.permission.ACCESS_BACKGROUND_LOCATION)==PackageManager.PERMISSION_GRANTED);
+// boolean loc=CommonUtilities.isLocationServiceEnabled(activity, gp);
+// if (!CommonUtilities.isLocationServiceEnabled(activity, gp) && (!coarse_granted||!background_granted)) {
+// msg_text = activity.getString(R.string.msgs_main_location_service_warning_msg_both);
+// } else if (!CommonUtilities.isLocationServiceEnabled(activity, gp)) {
+// msg_text=activity.getString(R.string.msgs_main_location_service_warning_msg_location);
+// } else if (!coarse_granted || !background_granted) {
+// msg_text=activity.getString(R.string.msgs_main_location_service_warning_msg_coarse);
+// }
+// } else {
+// if (!CommonUtilities.isLocationServiceEnabled(activity, gp) && !coarse_granted) {
+// msg_text=activity.getString(R.string.msgs_main_location_service_warning_msg_both);
+// } else if (!CommonUtilities.isLocationServiceEnabled(activity, gp)) {
+// msg_text=activity.getString(R.string.msgs_main_location_service_warning_msg_location);
+// } else if (!coarse_granted) {
+// msg_text=activity.getString(R.string.msgs_main_location_service_warning_msg_coarse);
+// }
+// }
+//
+// if (!used_st.equals("")) msg_text+="\n\n"+used_st;
+// ((TextView) dialog.findViewById(R.id.show_warning_message_dlg_msg)).setText(msg_text);
+//
+// final Button btnClose = (Button) dialog.findViewById(R.id.show_warning_message_dlg_close);
+// final CheckedTextView ctvSuppr = (CheckedTextView) dialog.findViewById(R.id.show_warning_message_dlg_ctv_suppress);
+// CommonUtilities.setCheckedTextView(ctvSuppr);
+// ctvSuppr.setText(R.string.msgs_main_location_service_warning_suppress);
+//
+// CommonDialog.setDlgBoxSizeCompact(dialog);
+// ctvSuppr.setChecked(false);
+// // Close繝懊ち繝ウ縺ョ謖螳
+// btnClose.setOnClickListener(new OnClickListener() {
+// public void onClick(View v) {
+// dialog.dismiss();
+// if (ctvSuppr.isChecked()) {
+// prefs.edit().putBoolean(activity.getString(R.string.settings_suppress_warning_location_service_disabled), true).commit();
+// gp.settingSupressLocationServiceWarning =true;
+// }
+// }
+// });
+// // Cancel繝ェ繧ケ繝翫シ縺ョ謖螳
+// dialog.setOnCancelListener(new Dialog.OnCancelListener() {
+// @Override
+// public void onCancel(DialogInterface arg0) {
+// btnClose.performClick();
+// }
+// });
+// dialog.show();
+// }
private void invokeEditDirFilterDlg(final Dialog dialog, final SyncTaskItem n_sti, final String type, final TextView dlg_msg) {
final CheckedTextView ctvEnsureTargetExactMirror = (CheckedTextView) mDialog.findViewById(R.id.edit_sync_task_option_ctv_sync_ensure_target_is_exact_mirror);
@@ -3204,6 +3167,27 @@ private void setSpinnerSyncFolderMountPoint(SyncTaskItem sti, Spinner spinner, S
int sel_no = 0;
// ArrayListmpl=LocalMountPoint.getLocalMountpointList2(mContext);
ArrayList mpl = LocalMountPoint.getLocalMountpointList2(mContext);
+
+ if (Build.VERSION.SDK_INT>=26) {
+ File[] fl=mContext.getExternalFilesDirs(null);
+ if (fl!=null && fl.length>1) {
+ for(File fi:fl) {
+ if (fi!=null && fi.getPath()!=null) {
+ String mp_name=fi.getPath().substring(0, fi.getPath().indexOf("/Android/data"));
+ boolean found=false;
+ for(String mi:mpl) {
+ if (mi.equals(mp_name)) {
+ found=true;
+ break;
+ }
+ }
+ if (!found) mpl.add(mp_name);
+ }
+ }
+ for(String mi:mpl) mUtil.addDebugMsg(1,"I","setSpinnerSyncFolderMountPoint MP entry="+mi);
+ }
+ }
+
if (mpl == null || mpl.size() == 0) {
adapter.add(mGp.internalRootDirectory);
mUtil.addDebugMsg(1,"I","setSpinnerSyncFolderMountPoint add MP by InternalStorage only.");
@@ -3468,7 +3452,7 @@ private void setSpinnerTwoWaySyncConflictRule(Spinner spinner, String cv) {
private void setSpinnerSyncTaskWifiOption(Spinner spinner, String cv) {
CommonUtilities.setSpinnerBackground(mContext, spinner, mGp.isScreenThemeIsLight());
final CustomSpinnerAdapter adapter =
- new CustomSpinnerAdapter(mContext, android.R.layout.simple_spinner_item);
+ new AdapterWifiOption(getActivity(), android.R.layout.simple_spinner_item);
adapter.setDropDownViewResource(android.R.layout.select_dialog_singlechoice);
spinner.setPrompt(mContext.getString(R.string.msgs_main_sync_profile_dlg_wifi_option_prompt));
spinner.setAdapter(adapter);
@@ -3481,7 +3465,7 @@ private void setSpinnerSyncTaskWifiOption(Spinner spinner, String cv) {
int sel = 0;
if (cv.equals(SyncTaskItem.SYNC_WIFI_STATUS_WIFI_OFF)) sel = 0;
else if (cv.equals(SyncTaskItem.SYNC_WIFI_STATUS_WIFI_CONNECT_ANY_AP)) sel = 1;
- else if (cv.equals(SyncTaskItem.SYNC_WIFI_STATUS_WIFI_CONNECT_SPECIFIC_AP)) sel = 2;
+ else if (cv.equals(SyncTaskItem.SYNC_WIFI_STATUS_WIFI_CONNECT_SPECIFIC_AP)) sel = 3;
else if (cv.equals(SyncTaskItem.SYNC_WIFI_STATUS_WIFI_CONNECT_PRIVATE_ADDR)) sel = 3;
else if (cv.equals(SyncTaskItem.SYNC_WIFI_STATUS_WIFI_CONNECT_SPECIFIC_ADDR)) sel = 4;
@@ -3587,6 +3571,9 @@ public void editSyncTask(final String type, final SyncTaskItem pfli) {
dlg_msg.setTextColor(mGp.themeColorList.text_color_error);
dlg_msg.setVisibility(TextView.GONE);
+ final Button btn_ok = (Button) mDialog.findViewById(R.id.edit_profile_sync_dlg_btn_ok);
+ CommonDialog.setViewEnabled(getActivity(), btn_ok, false);
+
final Button swap_master_target = (Button) mDialog.findViewById(R.id.edit_sync_task_change_master_and_target_btn);
final Button master_folder_info = (Button) mDialog.findViewById(R.id.edit_sync_task_master_folder_info_btn);
final ImageView master_folder_icon = (ImageView) mDialog.findViewById(R.id.edit_sync_task_master_folder_info_icon);
@@ -3730,6 +3717,13 @@ public void onClick(View v) {
final Spinner spinnerSyncWifiStatus = (Spinner) mDialog.findViewById(R.id.edit_sync_task_option_spinner_wifi_status);
setSpinnerSyncTaskWifiOption(spinnerSyncWifiStatus, n_sti.getSyncOptionWifiStatusOption());
+
+ if ((n_sti.getMasterFolderType().equals(SyncTaskItem.SYNC_FOLDER_TYPE_SMB)||n_sti.getTargetFolderType().equals(SyncTaskItem.SYNC_FOLDER_TYPE_SMB)) &&
+ n_sti.getSyncOptionWifiStatusOption().equals(SyncTaskItem.SYNC_WIFI_STATUS_WIFI_CONNECT_SPECIFIC_AP)) {
+ mUtil.showCommonDialog(false, "W", mContext.getString(R.string.msgs_main_permission_ap_list_no_longer_available_dialog_title),
+ mContext.getString(R.string.msgs_main_permission_ap_list_no_longer_available_dialog_msg), null);
+ }
+
if (n_sti.getMasterFolderType().equals(SyncTaskItem.SYNC_FOLDER_TYPE_SMB) || n_sti.getTargetFolderType().equals(SyncTaskItem.SYNC_FOLDER_TYPE_SMB)) {
ll_wifi_condition_view.setVisibility(LinearLayout.VISIBLE);
ll_advanced_network_option_view.setVisibility(LinearLayout.VISIBLE);
@@ -4238,8 +4232,6 @@ public void onNothingSelected(AdapterView> parent) {}
CommonDialog.setDlgBoxSizeLimit(mDialog, true);
- final Button btn_ok = (Button) mDialog.findViewById(R.id.edit_profile_sync_dlg_btn_ok);
-
et_sync_main_task_name.addTextChangedListener(new TextWatcher() {
@Override
public void beforeTextChanged(CharSequence s, int start, int count, int after) {
@@ -4693,7 +4685,6 @@ public boolean onKey(DialogInterface dialogInterface, int kc, KeyEvent keyEvent)
}
});
// OK繝懊ち繝ウ縺ョ謖螳
- CommonDialog.setViewEnabled(getActivity(), btn_ok, false);
btn_ok.setOnClickListener(new OnClickListener() {
public void onClick(View v) {
final SyncTaskItem new_stli = buildSyncTaskListItem(mDialog, n_sti);
@@ -4730,7 +4721,7 @@ public void positiveResponse(Context c, Object[] o) {
mUtil.addDebugMsg(1,"I","editSyncTask edit saved, type="+type+", task="+new_stli.getSyncTaskName());
((ActivityMain)getActivity()).refreshOptionMenu();
- checkLocationServiceWarning(getActivity(), mGp, mUtil);
+// checkLocationServiceWarning(getActivity(), mGp, mUtil);
}
@Override
@@ -5846,4 +5837,28 @@ public void writeExternal(ObjectOutput objectOutput) throws IOException {
objectOutput.writeUTF(zip_file_password);
}
}
+
+ private class AdapterWifiOption extends CustomSpinnerAdapter {
+ private Activity a;
+ public AdapterWifiOption(Activity c, int textViewResourceId) {
+ super(c, textViewResourceId);
+ a=c;
+ }
+
+ @Override
+ public boolean isEnabled(int position) {
+ return position!=2;
+ }
+
+ @Override
+ public View getDropDownView(int position, View convertView, ViewGroup parent) {
+ final TextView text=(TextView)super.getDropDownView(position, convertView, parent);
+ if (position==2) {
+ CommonDialog.setViewEnabled(a, text, false);
+ } else {
+ CommonDialog.setViewEnabled(a, text, true);
+ }
+ return text;
+ }
+ }
}
diff --git a/SMBSync2/src/main/java/com/sentaroh/android/SMBSync2/SyncTaskItem.java b/SMBSync2/src/main/java/com/sentaroh/android/SMBSync2/SyncTaskItem.java
index b5f9f4fc..41b9676e 100644
--- a/SMBSync2/src/main/java/com/sentaroh/android/SMBSync2/SyncTaskItem.java
+++ b/SMBSync2/src/main/java/com/sentaroh/android/SMBSync2/SyncTaskItem.java
@@ -2,7 +2,7 @@
/*
The MIT License (MIT)
-Copyright (c) 2011-2018 Sentaroh
+Copyright (c) 2011 Sentaroh
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal
diff --git a/SMBSync2/src/main/java/com/sentaroh/android/SMBSync2/SyncTaskUtil.java b/SMBSync2/src/main/java/com/sentaroh/android/SMBSync2/SyncTaskUtil.java
index 978e19ea..522bf8c7 100644
--- a/SMBSync2/src/main/java/com/sentaroh/android/SMBSync2/SyncTaskUtil.java
+++ b/SMBSync2/src/main/java/com/sentaroh/android/SMBSync2/SyncTaskUtil.java
@@ -2,7 +2,7 @@
/*
The MIT License (MIT)
-Copyright (c) 2011-2018 Sentaroh
+Copyright (c) 2011 Sentaroh
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal
@@ -142,6 +142,7 @@ this software and associated documentation files (the "Software"), to deal
import static com.sentaroh.android.SMBSync2.Constants.SMBSYNC2_PROF_VER6;
import static com.sentaroh.android.SMBSync2.Constants.SMBSYNC2_PROF_VER7;
import static com.sentaroh.android.SMBSync2.Constants.SMBSYNC2_PROF_VER8;
+import static com.sentaroh.android.SMBSync2.Constants.SMBSYNC2_SCREEN_THEME_LANGUAGE_SYSTEM;
import static com.sentaroh.android.SMBSync2.Constants.SMBSYNC2_UNLOAD_SETTINGS_TYPE_BOOLEAN;
import static com.sentaroh.android.SMBSync2.Constants.SMBSYNC2_UNLOAD_SETTINGS_TYPE_INT;
import static com.sentaroh.android.SMBSync2.Constants.SMBSYNC2_UNLOAD_SETTINGS_TYPE_LONG;
@@ -1387,7 +1388,7 @@ public void deleteSyncTask(final NotifyEvent p_ntfy) {
for (int i = 0; i < mGp.syncTaskAdapter.getCount(); i++) {
if (mGp.syncTaskAdapter.getItem(i).isChecked()) {
- dpmsg = dpmsg + mGp.syncTaskAdapter.getItem(i).getSyncTaskName() + "\n";
+ dpmsg = dpmsg + "- "+mGp.syncTaskAdapter.getItem(i).getSyncTaskName() + "\n";
dpnum[i] = i;
} else dpnum[i] = -1;
}
@@ -2783,6 +2784,9 @@ public void editWifiIPAddressListDlg(final ArrayList addr_list, final No
title.setTextColor(mGp.themeColorList.title_text_color);
title.setText(mContext.getString(R.string.msgs_profile_sync_task_dlg_wifi_addr_title));
+ LinearLayout ll_filter_guide=(LinearLayout)ll_dlg_view.findViewById(R.id.filter_select_edit_ip_address_guide_ll);
+ ll_filter_guide.setVisibility(LinearLayout.VISIBLE);
+
Button add_current_addr = (Button) dialog.findViewById(R.id.filter_select_edit_list_dir_btn);
add_current_addr.setText(mContext.getString(R.string.msgs_profile_sync_task_dlg_wifi_addr_add_current_addr));
@@ -7966,7 +7970,6 @@ public static void saveSettingsParmsToFile(Context c, PrintWriter pw, boolean en
saveSettingsParmsToFileString(c, pw, "", encrypt_required, cp, c.getString(R.string.settings_mgt_dir));
saveSettingsParmsToFileBoolean(c, pw, false, encrypt_required, cp, c.getString(R.string.settings_suppress_warning_app_specific_dir));
- saveSettingsParmsToFileBoolean(c, pw, false, encrypt_required, cp, c.getString(R.string.settings_suppress_warning_location_service_disabled));
saveSettingsParmsToFileString(c, pw, "1", encrypt_required, cp, c.getString(R.string.settings_notification_message_when_sync_ended));
saveSettingsParmsToFileString(c, pw, "0", encrypt_required, cp, c.getString(R.string.settings_playback_ringtone_when_sync_ended));
@@ -7974,9 +7977,12 @@ public static void saveSettingsParmsToFile(Context c, PrintWriter pw, boolean en
saveSettingsParmsToFileString(c, pw, "0", encrypt_required, cp, c.getString(R.string.settings_vibrate_when_sync_ended));
saveSettingsParmsToFileBoolean(c, pw, false, encrypt_required, cp, c.getString(R.string.settings_device_orientation_portrait));
saveSettingsParmsToFileBoolean(c, pw, false, encrypt_required, cp, c.getString(R.string.settings_device_orientation_landscape_tablet));
- saveSettingsParmsToFileString(c, pw, "0", encrypt_required, cp, c.getString(R.string.settings_screen_theme_language));
+ saveSettingsParmsToFileString(c, pw, SMBSYNC2_SCREEN_THEME_LANGUAGE_SYSTEM,
+ encrypt_required, cp, c.getString(R.string.settings_screen_theme_language));
saveSettingsParmsToFileString(c, pw, "0", encrypt_required, cp, c.getString(R.string.settings_screen_theme));
saveSettingsParmsToFileBoolean(c, pw, true, encrypt_required, cp, c.getString(R.string.settings_dim_screen_on_while_sync));
+ saveSettingsParmsToFileString(c, pw, GlobalParameters.FONT_SCALE_FACTOR_NORMAL,
+ encrypt_required, cp, c.getString(R.string.settings_display_font_scale_factor));
saveSettingsParmsToFileBoolean(c, pw, false, encrypt_required, cp, c.getString(R.string.settings_log_option));
saveSettingsParmsToFileBoolean(c, pw, false, encrypt_required, cp, c.getString(R.string.settings_put_logcat_option));
diff --git a/SMBSync2/src/main/java/com/sentaroh/android/SMBSync2/SyncThread.java b/SMBSync2/src/main/java/com/sentaroh/android/SMBSync2/SyncThread.java
index 03ee1569..33cc1611 100644
--- a/SMBSync2/src/main/java/com/sentaroh/android/SMBSync2/SyncThread.java
+++ b/SMBSync2/src/main/java/com/sentaroh/android/SMBSync2/SyncThread.java
@@ -2,7 +2,7 @@
/*
The MIT License (MIT)
-Copyright (c) 2011-2018 Sentaroh
+Copyright (c) 2011 Sentaroh
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal
@@ -75,6 +75,7 @@ this software and associated documentation files (the "Software"), to deal
import java.util.Comparator;
import java.util.Date;
import java.util.Locale;
+import java.util.Properties;
import java.util.TimeZone;
import java.util.concurrent.TimeUnit;
import java.util.regex.Matcher;
@@ -486,6 +487,13 @@ private void listSyncOption(SyncTaskItem sti) {
", MountPoint=" + sti.getTargetLocalMountPoint() +
", UseTakenDateTime=" + sti.isTargetUseTakenDateTimeToDirectoryNameKeyword(),
"");
+ mStwa.util.addDebugMsg(1, "I", " Archive Suffix=" + sti.getArchiveSuffixOption() +
+ ", Rename file template=" + sti.getArchiveRenameFileTemplate() +
+ ", Rename directory template=" + sti.getArchiveCreateDirectoryTemplate() +
+ ", Use rename=" + sti.isArchiveUseRename() +
+ ", Retntion period=" + sti.getArchiveRetentionPeriod() +
+ ", Create directory=" + sti.isArchiveCreateDirectory() +
+ "");
mStwa.util.addDebugMsg(1, "I", " File filter Audio=" + sti.isSyncFileTypeAudio() +
", Image=" + sti.isSyncFileTypeImage() +
", Video=" + sti.isSyncFileTypeVideo() +
@@ -536,7 +544,9 @@ private void initSyncParms(SyncTaskItem sti) {
if (sti.getMasterSmbProtocol().equals(SyncTaskItem.SYNC_FOLDER_SMB_PROTOCOL_SMB1)) {
mStwa.masterAuth=new JcifsAuth(JcifsAuth.JCIFS_FILE_SMB1, mst_dom, mst_user, mst_pass);
} else {
- mStwa.masterAuth=new JcifsAuth(mst_smb_level, mst_dom, mst_user, mst_pass, sti.isMasterSmbIpcSigningEnforced(), sti.isMasterSmbUseSmb2Negotiation());
+ Properties prop_new = new Properties();
+ prop_new.setProperty("jcifs.smb.client.responseTimeout", mGp.settingsSmbClientResponseTimeout);
+ mStwa.masterAuth=new JcifsAuth(mst_smb_level, mst_dom, mst_user, mst_pass, sti.isMasterSmbIpcSigningEnforced(), sti.isMasterSmbUseSmb2Negotiation(), prop_new);
}
String tgt_dom=null, tgt_user=null, tgt_pass=null;
@@ -547,7 +557,9 @@ private void initSyncParms(SyncTaskItem sti) {
if (sti.getTargetSmbProtocol().equals(SyncTaskItem.SYNC_FOLDER_SMB_PROTOCOL_SMB1)) {
mStwa.targetAuth=new JcifsAuth(JcifsAuth.JCIFS_FILE_SMB1, tgt_dom, tgt_user, tgt_pass);
} else {
- mStwa.targetAuth=new JcifsAuth(tgt_smb_level, tgt_dom, tgt_user, tgt_pass, sti.isTargetSmbIpcSigningEnforced(), sti.isTargetSmbUseSmb2Negotiation());
+ Properties prop_new = new Properties();
+ prop_new.setProperty("jcifs.smb.client.responseTimeout", mGp.settingsSmbClientResponseTimeout);
+ mStwa.targetAuth=new JcifsAuth(tgt_smb_level, tgt_dom, tgt_user, tgt_pass, sti.isTargetSmbIpcSigningEnforced(), sti.isTargetSmbUseSmb2Negotiation(), prop_new);
}
mStwa.syncTaskRetryCount = mStwa.syncTaskRetryCountOriginal = Integer.parseInt(sti.getSyncOptionRetryCount()) + 1;
@@ -976,10 +988,11 @@ private static boolean isReplaceKeywordRequiredAtWhileSync(String fp) {
private int performSync(SyncTaskItem sti) {
int sync_result = 0;
long time_millis = System.currentTimeMillis();
- String from, to, to_temp;
+ String from, from_temp, to, to_temp;
if (sti.getMasterFolderType().equals(SyncTaskItem.SYNC_FOLDER_TYPE_INTERNAL) &&
sti.getTargetFolderType().equals(SyncTaskItem.SYNC_FOLDER_TYPE_INTERNAL)) {
- from = buildStorageDir(sti.getMasterLocalMountPoint(), sti.getMasterDirectoryName());
+ from_temp = buildStorageDir(sti.getMasterLocalMountPoint(), sti.getMasterDirectoryName());
+ from=replaceKeywordValue(from_temp, time_millis);
to_temp = buildStorageDir(sti.getTargetLocalMountPoint(), sti.getTargetDirectoryName());
if (sti.isTargetUseTakenDateTimeToDirectoryNameKeyword()) to = to_temp;//replaceKeywordValue(to_temp, time_millis);
@@ -1001,7 +1014,8 @@ private int performSync(SyncTaskItem sti) {
}
} else if (sti.getMasterFolderType().equals(SyncTaskItem.SYNC_FOLDER_TYPE_INTERNAL) &&
sti.getTargetFolderType().equals(SyncTaskItem.SYNC_FOLDER_TYPE_ZIP)) {
- from = buildStorageDir(sti.getMasterLocalMountPoint(), sti.getMasterDirectoryName());
+ from_temp = buildStorageDir(sti.getMasterLocalMountPoint(), sti.getMasterDirectoryName());
+ from=replaceKeywordValue(from_temp, time_millis);
to_temp = sti.getTargetLocalMountPoint() + sti.getTargetZipOutputFileName();
if (sti.isTargetUseTakenDateTimeToDirectoryNameKeyword()) to = to_temp;//replaceKeywordValue(to_temp, time_millis);
@@ -1024,7 +1038,8 @@ private int performSync(SyncTaskItem sti) {
}
} else if (sti.getMasterFolderType().equals(SyncTaskItem.SYNC_FOLDER_TYPE_INTERNAL) &&
sti.getTargetFolderType().equals(SyncTaskItem.SYNC_FOLDER_TYPE_SDCARD)) {
- from = buildStorageDir(sti.getMasterLocalMountPoint(), sti.getMasterDirectoryName());
+ from_temp = buildStorageDir(sti.getMasterLocalMountPoint(), sti.getMasterDirectoryName());
+ from=replaceKeywordValue(from_temp, time_millis);
to_temp = buildStorageDir(mGp.safMgr.getSdcardRootPath(), sti.getTargetDirectoryName());
if (sti.isTargetUseTakenDateTimeToDirectoryNameKeyword()) to = to_temp;//replaceKeywordValue(to_temp, time_millis);
@@ -1056,7 +1071,8 @@ private int performSync(SyncTaskItem sti) {
}
} else if (sti.getMasterFolderType().equals(SyncTaskItem.SYNC_FOLDER_TYPE_INTERNAL) &&
sti.getTargetFolderType().equals(SyncTaskItem.SYNC_FOLDER_TYPE_USB)) {
- from = buildStorageDir(sti.getMasterLocalMountPoint(), sti.getMasterDirectoryName());
+ from_temp = buildStorageDir(sti.getMasterLocalMountPoint(), sti.getMasterDirectoryName());
+ from=replaceKeywordValue(from_temp, time_millis);
to_temp = buildStorageDir(mGp.safMgr.getUsbRootPath(), sti.getTargetDirectoryName());
if (sti.isTargetUseTakenDateTimeToDirectoryNameKeyword()) to = to_temp;//replaceKeywordValue(to_temp, time_millis);
@@ -1089,7 +1105,8 @@ private int performSync(SyncTaskItem sti) {
} else if (sti.getMasterFolderType().equals(SyncTaskItem.SYNC_FOLDER_TYPE_INTERNAL) &&
sti.getTargetFolderType().equals(SyncTaskItem.SYNC_FOLDER_TYPE_SMB)) {
//Internal to SMB
- from = buildStorageDir(sti.getMasterLocalMountPoint(), sti.getMasterDirectoryName());
+ from_temp = buildStorageDir(sti.getMasterLocalMountPoint(), sti.getMasterDirectoryName());
+ from=replaceKeywordValue(from_temp, time_millis);
to_temp = buildSmbHostUrl(mStwa.targetSmbAddress,
sti.getTargetSmbPort(), sti.getTargetSmbShareName(), sti.getTargetDirectoryName());
@@ -1111,7 +1128,8 @@ private int performSync(SyncTaskItem sti) {
} else if (sti.getMasterFolderType().equals(SyncTaskItem.SYNC_FOLDER_TYPE_SDCARD) &&
sti.getTargetFolderType().equals(SyncTaskItem.SYNC_FOLDER_TYPE_INTERNAL)) {
//External to Internal
- from = buildStorageDir(mGp.safMgr.getSdcardRootPath(), sti.getMasterDirectoryName());
+ from_temp = buildStorageDir(mGp.safMgr.getSdcardRootPath(), sti.getMasterDirectoryName());
+ from=replaceKeywordValue(from_temp, time_millis);
to_temp = buildStorageDir(sti.getTargetLocalMountPoint(), sti.getTargetDirectoryName());
if (sti.isTargetUseTakenDateTimeToDirectoryNameKeyword()) to = to_temp;//replaceKeywordValue(to_temp, time_millis);
@@ -1144,7 +1162,8 @@ private int performSync(SyncTaskItem sti) {
} else if (sti.getMasterFolderType().equals(SyncTaskItem.SYNC_FOLDER_TYPE_USB) &&
sti.getTargetFolderType().equals(SyncTaskItem.SYNC_FOLDER_TYPE_INTERNAL)) {
//External to Internal
- from = buildStorageDir(mGp.safMgr.getUsbRootPath(), sti.getMasterDirectoryName());
+ from_temp = buildStorageDir(mGp.safMgr.getUsbRootPath(), sti.getMasterDirectoryName());
+ from=replaceKeywordValue(from_temp, time_millis);
to_temp = buildStorageDir(sti.getTargetLocalMountPoint(), sti.getTargetDirectoryName());
if (sti.isTargetUseTakenDateTimeToDirectoryNameKeyword()) to = to_temp;//replaceKeywordValue(to_temp, time_millis);
@@ -1177,7 +1196,8 @@ private int performSync(SyncTaskItem sti) {
} else if (sti.getMasterFolderType().equals(SyncTaskItem.SYNC_FOLDER_TYPE_SDCARD) &&
sti.getTargetFolderType().equals(SyncTaskItem.SYNC_FOLDER_TYPE_SDCARD)) {
//External to External
- from = buildStorageDir(mGp.safMgr.getSdcardRootPath(), sti.getMasterDirectoryName());
+ from_temp = buildStorageDir(mGp.safMgr.getSdcardRootPath(), sti.getMasterDirectoryName());
+ from=replaceKeywordValue(from_temp, time_millis);
to_temp = buildStorageDir(mGp.safMgr.getSdcardRootPath(), sti.getTargetDirectoryName());
if (sti.isTargetUseTakenDateTimeToDirectoryNameKeyword()) to = to_temp;//replaceKeywordValue(to_temp, time_millis);
@@ -1210,7 +1230,8 @@ private int performSync(SyncTaskItem sti) {
} else if (sti.getMasterFolderType().equals(SyncTaskItem.SYNC_FOLDER_TYPE_SDCARD) &&
sti.getTargetFolderType().equals(SyncTaskItem.SYNC_FOLDER_TYPE_USB)) {
//External to External
- from = buildStorageDir(mGp.safMgr.getSdcardRootPath(), sti.getMasterDirectoryName());
+ from_temp = buildStorageDir(mGp.safMgr.getSdcardRootPath(), sti.getMasterDirectoryName());
+ from=replaceKeywordValue(from_temp, time_millis);
to_temp = buildStorageDir(mGp.safMgr.getUsbRootPath(), sti.getTargetDirectoryName());
if (sti.isTargetUseTakenDateTimeToDirectoryNameKeyword()) to = to_temp;//replaceKeywordValue(to_temp, time_millis);
@@ -1243,7 +1264,8 @@ private int performSync(SyncTaskItem sti) {
} else if (sti.getMasterFolderType().equals(SyncTaskItem.SYNC_FOLDER_TYPE_USB) &&
sti.getTargetFolderType().equals(SyncTaskItem.SYNC_FOLDER_TYPE_USB)) {
//External to External
- from = buildStorageDir(mGp.safMgr.getUsbRootPath(), sti.getMasterDirectoryName());
+ from_temp = buildStorageDir(mGp.safMgr.getUsbRootPath(), sti.getMasterDirectoryName());
+ from=replaceKeywordValue(from_temp, time_millis);
to_temp = buildStorageDir(mGp.safMgr.getUsbRootPath(), sti.getTargetDirectoryName());
if (sti.isTargetUseTakenDateTimeToDirectoryNameKeyword()) to = to_temp;//replaceKeywordValue(to_temp, time_millis);
@@ -1276,7 +1298,8 @@ private int performSync(SyncTaskItem sti) {
} else if (sti.getMasterFolderType().equals(SyncTaskItem.SYNC_FOLDER_TYPE_USB) &&
sti.getTargetFolderType().equals(SyncTaskItem.SYNC_FOLDER_TYPE_SDCARD)) {
//External to External
- from = buildStorageDir(mGp.safMgr.getUsbRootPath(), sti.getMasterDirectoryName());
+ from_temp = buildStorageDir(mGp.safMgr.getUsbRootPath(), sti.getMasterDirectoryName());
+ from=replaceKeywordValue(from_temp, time_millis);
to_temp = buildStorageDir(mGp.safMgr.getSdcardRootPath(), sti.getTargetDirectoryName());
if (sti.isTargetUseTakenDateTimeToDirectoryNameKeyword()) to = to_temp;//replaceKeywordValue(to_temp, time_millis);
@@ -1309,8 +1332,8 @@ private int performSync(SyncTaskItem sti) {
} else if (sti.getMasterFolderType().equals(SyncTaskItem.SYNC_FOLDER_TYPE_SDCARD) &&
sti.getTargetFolderType().equals(SyncTaskItem.SYNC_FOLDER_TYPE_SMB)) {
//External to SMB
- from = buildStorageDir(mGp.safMgr.getSdcardRootPath(), sti.getMasterDirectoryName());
-
+ from_temp = buildStorageDir(mGp.safMgr.getSdcardRootPath(), sti.getMasterDirectoryName());
+ from=replaceKeywordValue(from_temp, time_millis);
to_temp = buildSmbHostUrl(mStwa.targetSmbAddress,
sti.getTargetSmbPort(), sti.getTargetSmbShareName(), sti.getTargetDirectoryName());
@@ -1344,8 +1367,8 @@ private int performSync(SyncTaskItem sti) {
} else if (sti.getMasterFolderType().equals(SyncTaskItem.SYNC_FOLDER_TYPE_USB) &&
sti.getTargetFolderType().equals(SyncTaskItem.SYNC_FOLDER_TYPE_SMB)) {
//External to SMB
- from = buildStorageDir(mGp.safMgr.getUsbRootPath(), sti.getMasterDirectoryName());
-
+ from_temp = buildStorageDir(mGp.safMgr.getUsbRootPath(), sti.getMasterDirectoryName());
+ from=replaceKeywordValue(from_temp, time_millis);
to_temp = buildSmbHostUrl(sti.getTargetSmbAddr(),
sti.getTargetSmbPort(), sti.getTargetSmbShareName(), sti.getTargetDirectoryName());
@@ -1379,9 +1402,8 @@ private int performSync(SyncTaskItem sti) {
} else if (sti.getMasterFolderType().equals(SyncTaskItem.SYNC_FOLDER_TYPE_SMB) &&
sti.getTargetFolderType().equals(SyncTaskItem.SYNC_FOLDER_TYPE_INTERNAL)) {
//External to Internal
- from = buildSmbHostUrl(mStwa.masterSmbAddress,
- sti.getMasterSmbPort(), sti.getMasterSmbShareName(), sti.getMasterDirectoryName()) + "/";
-
+ from_temp = buildSmbHostUrl(mStwa.masterSmbAddress, sti.getMasterSmbPort(), sti.getMasterSmbShareName(), sti.getMasterDirectoryName()) + "/";
+ from=replaceKeywordValue(from_temp, time_millis);
to_temp = buildStorageDir(sti.getTargetLocalMountPoint(), sti.getTargetDirectoryName());
if (sti.isTargetUseTakenDateTimeToDirectoryNameKeyword()) to = to_temp;//replaceKeywordValue(to_temp, time_millis);
@@ -1404,8 +1426,9 @@ private int performSync(SyncTaskItem sti) {
//External to External
to_temp = buildStorageDir(mGp.safMgr.getSdcardRootPath(), sti.getTargetDirectoryName());
- from = buildSmbHostUrl(mStwa.masterSmbAddress,
+ from_temp = buildSmbHostUrl(mStwa.masterSmbAddress,
sti.getMasterSmbPort(), sti.getMasterSmbShareName(), sti.getMasterDirectoryName()) + "/";
+ from=replaceKeywordValue(from_temp, time_millis);
if (sti.isTargetUseTakenDateTimeToDirectoryNameKeyword()) to = to_temp;//replaceKeywordValue(to_temp, time_millis);
else to = replaceKeywordValue(to_temp, time_millis);
@@ -1439,8 +1462,9 @@ private int performSync(SyncTaskItem sti) {
//External to External
to_temp = buildStorageDir(mGp.safMgr.getUsbRootPath(), sti.getTargetDirectoryName());
- from = buildSmbHostUrl(mStwa.masterSmbAddress,
+ from_temp = buildSmbHostUrl(mStwa.masterSmbAddress,
sti.getMasterSmbPort(), sti.getMasterSmbShareName(), sti.getMasterDirectoryName()) + "/";
+ from=replaceKeywordValue(from_temp, time_millis);
if (sti.isTargetUseTakenDateTimeToDirectoryNameKeyword()) to = to_temp;//replaceKeywordValue(to_temp, time_millis);
else to = replaceKeywordValue(to_temp, time_millis);
@@ -1475,8 +1499,9 @@ private int performSync(SyncTaskItem sti) {
to_temp = buildSmbHostUrl(mStwa.targetSmbAddress,
sti.getTargetSmbPort(), sti.getTargetSmbShareName(), sti.getTargetDirectoryName()) + "/";
- from = buildSmbHostUrl(mStwa.masterSmbAddress,
+ from_temp = buildSmbHostUrl(mStwa.masterSmbAddress,
sti.getMasterSmbPort(), sti.getMasterSmbShareName(), sti.getMasterDirectoryName()) + "/";
+ from=replaceKeywordValue(from_temp, time_millis);
if (sti.isTargetUseTakenDateTimeToDirectoryNameKeyword()) to = to_temp;//replaceKeywordValue(to_temp, time_millis);
else to = replaceKeywordValue(to_temp, time_millis);
@@ -1993,47 +2018,48 @@ private String isWifiConditionSatisfied(SyncTaskItem sti) {
if (sti.getSyncOptionWifiStatusOption().equals(SyncTaskItem.SYNC_WIFI_STATUS_WIFI_CONNECT_ANY_AP)) {
if (!isConnectedToAnyWifiAP()) result = mStwa.context.getString(R.string.msgs_mirror_sync_can_not_start_wifi_ap_not_connected);
} else if (sti.getSyncOptionWifiStatusOption().equals(SyncTaskItem.SYNC_WIFI_STATUS_WIFI_CONNECT_SPECIFIC_AP)) {
- if (!isConnectedToAnyWifiAP()) result = mStwa.context.getString(R.string.msgs_mirror_sync_can_not_start_wifi_ap_not_connected);
- else {
- ArrayList wl = sti.getSyncOptionWifiConnectedAccessPointWhiteList();
- ArrayList inc = new ArrayList();
- int flags = Pattern.CASE_INSENSITIVE;
- for (String apl : wl) {
- if (apl.startsWith("I")) {
- String prefix = "", suffix = "";
- if (apl.substring(1).endsWith("*")) suffix = "$";
- inc.add(Pattern.compile(prefix + MiscUtil.convertRegExp(apl.substring(1)) + suffix, flags));
- mStwa.util.addDebugMsg(1, "I", "isWifiConditionSatisfied AP include added=" + inc.get(inc.size() - 1).toString());
- }
- }
- if (!getWifiConnectedAP().equals("")) {
- if (inc.size() > 0) {
- Matcher mt;
- boolean found = false;
- for (Pattern pat : inc) {
- if (Build.VERSION.SDK_INT>=27) {
- mt = pat.matcher(getWifiConnectedAP());
- } else {
- mt = pat.matcher(mGp.wifiSsid);
- }
- if (mt.find()) {
- found = true;
- mStwa.util.addDebugMsg(1, "I", "isWifiConditionSatisfied AP include matched=" + pat.toString());
- break;
- }
- }
- if (!found) {
- if (sti.isSyncOptionTaskSkipIfConnectAnotherWifiSsid()) {
- result = mStwa.context.getString(R.string.msgs_mirror_sync_skipped_wifi_ap_conn_other);
- } else {
- result = mStwa.context.getString(R.string.msgs_mirror_sync_can_not_start_wifi_ap_conn_other);
- }
- }
- }
- } else {
- result=getWiFiAPNameErrorReason(sti);
- }
- }
+ result = mStwa.context.getString(R.string.msgs_main_permission_ap_list_no_longer_available_sync_msg);
+// if (!isConnectedToAnyWifiAP()) result = mStwa.context.getString(R.string.msgs_mirror_sync_can_not_start_wifi_ap_not_connected);
+// else {
+// ArrayList wl = sti.getSyncOptionWifiConnectedAccessPointWhiteList();
+// ArrayList inc = new ArrayList();
+// int flags = Pattern.CASE_INSENSITIVE;
+// for (String apl : wl) {
+// if (apl.startsWith("I")) {
+// String prefix = "", suffix = "";
+// if (apl.substring(1).endsWith("*")) suffix = "$";
+// inc.add(Pattern.compile(prefix + MiscUtil.convertRegExp(apl.substring(1)) + suffix, flags));
+// mStwa.util.addDebugMsg(1, "I", "isWifiConditionSatisfied AP include added=" + inc.get(inc.size() - 1).toString());
+// }
+// }
+// if (!getWifiConnectedAP().equals("")) {
+// if (inc.size() > 0) {
+// Matcher mt;
+// boolean found = false;
+// for (Pattern pat : inc) {
+// if (Build.VERSION.SDK_INT>=27) {
+// mt = pat.matcher(getWifiConnectedAP());
+// } else {
+// mt = pat.matcher(mGp.wifiSsid);
+// }
+// if (mt.find()) {
+// found = true;
+// mStwa.util.addDebugMsg(1, "I", "isWifiConditionSatisfied AP include matched=" + pat.toString());
+// break;
+// }
+// }
+// if (!found) {
+// if (sti.isSyncOptionTaskSkipIfConnectAnotherWifiSsid()) {
+// result = mStwa.context.getString(R.string.msgs_mirror_sync_skipped_wifi_ap_conn_other);
+// } else {
+// result = mStwa.context.getString(R.string.msgs_mirror_sync_can_not_start_wifi_ap_conn_other);
+// }
+// }
+// }
+// } else {
+// result=getWiFiAPNameErrorReason(sti);
+// }
+// }
}
}
}
@@ -2056,41 +2082,41 @@ private String isWifiConditionSatisfied(SyncTaskItem sti) {
return result;
}
- private String getWiFiAPNameErrorReason(SyncTaskItem sti) {
- String result="";
- if (Build.VERSION.SDK_INT>=27) {
- if (!CommonUtilities.isLocationServiceEnabled(mStwa.context, mStwa.gp)) {
- result=mStwa.context.getString(R.string.msgs_main_location_error_location_service_is_disabled);
- return result;
- }
- }
- WifiManager wm = (WifiManager) mStwa.context.getSystemService(Context.WIFI_SERVICE);
- if (wm.isWifiEnabled()) {
- String ssid_name=wm.getConnectionInfo().getSSID();
- if (ssid_name!=null) {
- if (Build.VERSION.SDK_INT==27 || Build.VERSION.SDK_INT==28) {//Android 8.1 && 9
- if (mStwa.context.checkSelfPermission(Manifest.permission.ACCESS_COARSE_LOCATION)!= PackageManager.PERMISSION_GRANTED) {
- result=mStwa.context.getString(R.string.msgs_main_location_error_location_permission_not_granted);
- }
- } else if (Build.VERSION.SDK_INT>=29) {//Android 10 莉・荳
- if (mStwa.context.checkSelfPermission(Manifest.permission.ACCESS_FINE_LOCATION)!= PackageManager.PERMISSION_GRANTED) {
- result=mStwa.context.getString(R.string.msgs_main_location_error_location_permission_not_granted);
- } else if (mStwa.context.checkSelfPermission(Manifest.permission.ACCESS_BACKGROUND_LOCATION)!= PackageManager.PERMISSION_GRANTED) {
- result=mStwa.context.getString(R.string.msgs_main_location_error_background_location_permission_not_granted);
- }
- } else {
- result = mStwa.context.getString(R.string.msgs_mirror_sync_can_not_start_wifi_ap_not_connected)+" ssid="+ssid_name;
- }
- } else {
- //SSID is null
- result = mStwa.context.getString(R.string.msgs_mirror_sync_can_not_start_wifi_ap_not_connected)+" ssid="+ssid_name;
- }
- } else {
- //WIFI Off
- result = mStwa.context.getString(R.string.msgs_mirror_sync_can_not_start_wifi_is_off);
- }
- return result;
- }
+// private String getWiFiAPNameErrorReason(SyncTaskItem sti) {
+// String result="";
+// if (Build.VERSION.SDK_INT>=27) {
+// if (!CommonUtilities.isLocationServiceEnabled(mStwa.context, mStwa.gp)) {
+// result=mStwa.context.getString(R.string.msgs_main_location_error_location_service_is_disabled);
+// return result;
+// }
+// }
+// WifiManager wm = (WifiManager) mStwa.context.getSystemService(Context.WIFI_SERVICE);
+// if (wm.isWifiEnabled()) {
+// String ssid_name=wm.getConnectionInfo().getSSID();
+// if (ssid_name!=null) {
+// if (Build.VERSION.SDK_INT==27 || Build.VERSION.SDK_INT==28) {//Android 8.1 && 9
+// if (mStwa.context.checkSelfPermission(Manifest.permission.ACCESS_COARSE_LOCATION)!= PackageManager.PERMISSION_GRANTED) {
+// result=mStwa.context.getString(R.string.msgs_main_location_error_location_permission_not_granted);
+// }
+// } else if (Build.VERSION.SDK_INT>=29) {//Android 10 莉・荳
+// if (mStwa.context.checkSelfPermission(Manifest.permission.ACCESS_FINE_LOCATION)!= PackageManager.PERMISSION_GRANTED) {
+// result=mStwa.context.getString(R.string.msgs_main_location_error_location_permission_not_granted);
+// } else if (mStwa.context.checkSelfPermission(Manifest.permission.ACCESS_BACKGROUND_LOCATION)!= PackageManager.PERMISSION_GRANTED) {
+// result=mStwa.context.getString(R.string.msgs_main_location_error_background_location_permission_not_granted);
+// }
+// } else {
+// result = mStwa.context.getString(R.string.msgs_mirror_sync_can_not_start_wifi_ap_not_connected)+" ssid="+ssid_name;
+// }
+// } else {
+// //SSID is null
+// result = mStwa.context.getString(R.string.msgs_mirror_sync_can_not_start_wifi_ap_not_connected)+" ssid="+ssid_name;
+// }
+// } else {
+// //WIFI Off
+// result = mStwa.context.getString(R.string.msgs_mirror_sync_can_not_start_wifi_is_off);
+// }
+// return result;
+// }
private boolean isPrivateAddress(String if_addr) {
if (if_addr.startsWith("10.")) return true;
diff --git a/SMBSync2/src/main/java/com/sentaroh/android/SMBSync2/SyncThreadArchiveFile.java b/SMBSync2/src/main/java/com/sentaroh/android/SMBSync2/SyncThreadArchiveFile.java
index 84a843ca..3bc62b75 100644
--- a/SMBSync2/src/main/java/com/sentaroh/android/SMBSync2/SyncThreadArchiveFile.java
+++ b/SMBSync2/src/main/java/com/sentaroh/android/SMBSync2/SyncThreadArchiveFile.java
@@ -2,7 +2,7 @@
/*
The MIT License (MIT)
-Copyright (c) 2011-2018 Sentaroh
+Copyright (c) 2011 Sentaroh
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal
@@ -2479,6 +2479,7 @@ static final public String[] getFileExifDateTime(SyncThreadWorkArea stwa, SyncTa
// if (date_time==null || date_time[0]==null) {
// date_time= StringUtil.convDateTimeTo_YearMonthDayHourMinSec(last_mod).split(" ");
// }
+ try {fis_retry.close();} catch(Exception e) {};
return date_time;
}
diff --git a/SMBSync2/src/main/java/com/sentaroh/android/SMBSync2/SyncThreadCopyFile.java b/SMBSync2/src/main/java/com/sentaroh/android/SMBSync2/SyncThreadCopyFile.java
index bef6fb82..98bf9dd6 100644
--- a/SMBSync2/src/main/java/com/sentaroh/android/SMBSync2/SyncThreadCopyFile.java
+++ b/SMBSync2/src/main/java/com/sentaroh/android/SMBSync2/SyncThreadCopyFile.java
@@ -2,7 +2,7 @@
/*
The MIT License (MIT)
-Copyright (c) 2011-2018 Sentaroh
+Copyright (c) 2011 Sentaroh
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal
diff --git a/SMBSync2/src/main/java/com/sentaroh/android/SMBSync2/SyncThreadSyncFile.java b/SMBSync2/src/main/java/com/sentaroh/android/SMBSync2/SyncThreadSyncFile.java
index 1a5ba3b0..cbbe21a4 100644
--- a/SMBSync2/src/main/java/com/sentaroh/android/SMBSync2/SyncThreadSyncFile.java
+++ b/SMBSync2/src/main/java/com/sentaroh/android/SMBSync2/SyncThreadSyncFile.java
@@ -2,7 +2,7 @@
/*
The MIT License (MIT)
-Copyright (c) 2011-2018 Sentaroh
+Copyright (c) 2011 Sentaroh
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal
diff --git a/SMBSync2/src/main/java/com/sentaroh/android/SMBSync2/SyncThreadSyncZip.java b/SMBSync2/src/main/java/com/sentaroh/android/SMBSync2/SyncThreadSyncZip.java
index 0ddc4a3e..d6297c77 100644
--- a/SMBSync2/src/main/java/com/sentaroh/android/SMBSync2/SyncThreadSyncZip.java
+++ b/SMBSync2/src/main/java/com/sentaroh/android/SMBSync2/SyncThreadSyncZip.java
@@ -2,7 +2,7 @@
/*
The MIT License (MIT)
-Copyright (c) 2011-2018 Sentaroh
+Copyright (c) 2011 Sentaroh
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal
diff --git a/SMBSync2/src/main/res/layout-land/edit_sync_folder_dlg_smb.xml b/SMBSync2/src/main/res/layout-land/edit_sync_folder_dlg_smb.xml
index ca46e817..3b542a91 100644
--- a/SMBSync2/src/main/res/layout-land/edit_sync_folder_dlg_smb.xml
+++ b/SMBSync2/src/main/res/layout-land/edit_sync_folder_dlg_smb.xml
@@ -177,14 +177,6 @@
-
-
-
-
@@ -20,47 +21,41 @@
android:textAppearance="?android:attr/textAppearanceLarge" />
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
diff --git a/SMBSync2/src/main/res/layout/edit_sync_folder_dlg_smb.xml b/SMBSync2/src/main/res/layout/edit_sync_folder_dlg_smb.xml
index 1b47e0ae..8ae0d846 100644
--- a/SMBSync2/src/main/res/layout/edit_sync_folder_dlg_smb.xml
+++ b/SMBSync2/src/main/res/layout/edit_sync_folder_dlg_smb.xml
@@ -170,14 +170,6 @@
android:visibility="gone"
tools:ignore="RtlHardcoded" />
-
-
+
+
+
+
+
+
ConfidentialitテゥA propos de SMBSync2
- SMBSync2_Desc_FR_Short.htm
- SMBSync2_Privacy_FR.htm
- SMBSync2_Change_EN.htm
+ SMBSync2_Desc_FR_Short.html
+ SMBSync2_Privacy_FR.html
+ SMBSync2_Change_FR.htmlSテゥlectionner les tテ「ches et les paramティtres テ importerAfficher les fichiers de configutaion
@@ -44,19 +44,19 @@
Confirmer mot de passeLes mots de passe saisis ne sont pas identiques.
- SMBSync2_Help_FR_task.htm
+ SMBSync2_Help_FR_task.htmlAide de Configuration de Tテ「che
- SMBSync2_Help_FR_folder_internal.htm
+ SMBSync2_Help_FR_folder_internal.htmlAide sur le Stockage Interne
- SMBSync2_Help_FR_folder_sdcard.htm
+ SMBSync2_Help_FR_folder_sdcard.htmlAide sur le Stockage Externe (carte SD)
- SMBSync2_Help_FR_folder_usb.htm
+ SMBSync2_Help_FR_folder_usb.htmlAide sur Stockage USB
- SMBSync2_Help_FR_folder_smb.htm
+ SMBSync2_Help_FR_folder_smb.htmlAide sur Serveur SMB
- SMBSync2_Help_FR_folder_zip.htm
+ SMBSync2_Help_FR_folder_zip.htmlAide sur Fichier ZIP
- SMBSync2_Help_FR_task_picture.htm
+ SMBSync2_Help_FR_task_picture.htmlAide sur Synchronisation de PhotosGestion des fichiers journaux
@@ -141,16 +141,11 @@
Le dossier de stockage sテゥlectionnテゥ est situテゥ dans le dossier de donnテゥes de l\'application. Ce dossier et vos donnテゥes qui y auront テゥtテゥ sauvegardテゥes seront supprimテゥs lorsque l\'application est dテゥsinstallテゥe.Ne plus afficher cet avertissement (vous pourrez le rテゥactiver dans les paramティtres de l\'application)Avertissement concernant l\'utilisation du dossier de donnテゥes de l\'application
- Les tテ「ches de synchronisation suivantes ont テゥchouテゥ, car le service de localisation est dテゥsactivテゥ. La localisation (GPS) est requise depuis Android 8.1 pour pouvoir identifier le nom (SSID) de l\'interface Wifi. Vous devez soit activer la localisation dans les paramティtres systティme soit modifier vos options de synchronisation dans l\'application en sテゥlectionnant "Tous les rテゥseaux", "Wifi avec IP privテゥe" ou "Liste d\'adresse IP".
- Les tテ「ches de synchronisation suivantes ont テゥchouテゥ, car l\'application ne dispose pas des permissions pour accテゥder au service de localisation. La localisation (GPS) est requise depuis Android 8.1 pour pouvoir identifier le nom (SSID) de l\'interface Wifi. Vous devez soit autoriser l\'accティs au service de localisation soit modifier vos options de synchronisation dans l\'application en sテゥlectionnant "Tous les rテゥseaux", "Wifi avec IP privテゥe" ou "Liste d\'adresse IP".
- Les tテ「ches de synchronisation suivantes ont テゥchouテゥ, car l\'accティs aux services de localisation est dテゥsactivテゥ. La localisation (GPS) est requise depuis Android 8.1 pour pouvoir identifier le nom (SSID) de l\'interface Wifi. Vous devez soit activer la localisation dans les paramティtres systティme ainsi qu\'autoriser l\'application テ y accテゥder, soit modifier vos options de synchronisation dans l\'application en sテゥlectionnant "Tous les rテゥseaux", "Wifi avec IP privテゥe" ou "Liste d\'adresse IP".
- Impossible d\'identifier le nom du rテゥseau Wifi, car le service de localisation est dテゥsactivテゥ. Merci de l\'activer dans les paramティtres systティme.
- Impossible d\'identifier le nom du rテゥseau Wifi, car l\'application ne dispose pas des permissions d\'accティs テ la localisation. Merci d\'autoriser l\'accティs テ la localisation dans le menu.
- Impossible d\'identifier le nom du rテゥseau Wifi, car la localisation n\'est autorisテゥe que pendant l\'utilisation de l\'application. Autorisez l\'accティs au service de localisation en arriティre-plan (toujours autoriser).
+ Les listes de points d\'accティs ne sont pas disponibles
+ Les listes de points d\'accティs ne sont pas disponibles
+ Les listes de points d\'accティs ne sont plus disponibles en raison de la conformitテゥ avec la politique de confidentialitテゥ de Google Play, c\'est pourquoi l\'option de point d\'accティs sans fil a テゥtテゥ modifiテゥe en \"Wifi avec IP privテゥe\".
+ La liste des points d\'accティs n\'est plus disponible en raison de la conformitテゥ avec les rティgles de confidentialitテゥ de Google Play. Veuillez modifier la tテ「che de synchronisation et la remplacer par \"Liste d\'adresses IP\", etc.Dテゥsactiver cet avertissement (peut テェtre rテゥactivテゥ dans les paramティtres de synchronisation)
- Avertissement concernant le service de localisation
- LocationPermission1-EN.jpg
- LocationPermission2-EN.jpgCarte SDEchec d\'affichage du menu autorisant l\'accティs en テゥcriture テ la carte SD.Synchronisation impossible sans autoriser l\'accティs en テゥcriture テ la carte SD. Tテ「che=%s
@@ -173,15 +168,6 @@
Autoriser l\'テゥcriture au stockage USBLe dossier racine du stockage USB n\'a pas テゥtテゥ sテゥlectionnテゥ. Voulez-vous choisir テ nouveau ?L\'emplacement "carte SD" a テゥtテゥ sテゥlectionnテゥ. Voulez-vous resテゥlectionner le stockage USB?
- Si vous choisissez \"Wifi Sテゥlectionnテゥs\" dans les paramティtres de la tテ「che, la synchronisation テゥchouera si vous n\'accordez pas la permission d\'accティs au service de localisation. Merci d\'autoriser "Permission d\'accティs au service de localisation" dans le menu.
- SMBSync2 nテゥcessite la permission d\'accティs au service de localisation pour pouvoir identifier le SSID du rテゥseau Wifi.\nSi vous spテゥcifiez \"Wifi Sテゥlectionnテゥs\", la synchronisation テゥchouera tant que cette permission n\'est pas accordテゥe.\nSouhaitez-vous demander l\'autorisation d\'accティs テ la localisation maintenant ?
- SMBSync2 nテゥcessite la permission d\'accティs au service de localisation pour pouvoir identifier le SSID du rテゥseau Wifi.\nSi vous spテゥcifiez \"Wifi Sテゥlectionnテゥs\", la synchronisation テゥchouera tant que cette permission n\'est pas accordテゥe. Veuillez sテゥlectionner \"Autoriser tout le temps\" sur l\'テゥcran suivant.
- SMBSync2 nテゥcessite la permission d\'accティs au service de localisation pour pouvoir identifier le SSID du rテゥseau Wifi.\nSi vous spテゥcifiez \"Wifi Sテゥlectionnテゥs\", la synchronisation テゥchouera tant que cette permission n\'est pas accordテゥe. Veuillez sテゥlectionner \"Pendant l\'utilisation de l\'application\" sur l\'テゥcran suivant.
- Autorisation de localisation en arriティre-plan
- Si vous choisissez \"Wifi Sテゥlectionnテゥs\" dans les paramティtres de la tテ「che, la synchronisation テゥchouera si vous n\'accordez pas la permission d\'accティs au service de localisation. Merci d\'autoriser "Permission d\'accティs au service de localisation" dans le menu.
- Cette autorisation est nテゥcessaire pour que l\'application puisse lire le SSID WiFi.\nSi vous n\'accordez pas cette permission et que vous choisissez l\'option \"Liste des points d\'accティs\" dans la tテ「che de synchronisation, la synchronisation テゥchouera.\nSous Permissions de localisation, sテゥlectionnez \"Toujours autoriser\".
- Cette autorisation est nテゥcessaire pour que l\'application puisse lire le SSID WiFi.\nSi vous n\'accordez pas cette permission et que vous choisissez l\'option \"Liste des points d\'accティs\" dans la tテ「che de synchronisation, la synchronisation テゥchouera.\nSous Permissions de localisation, sテゥlectionnez \"Toujours autoriser\".
- Permission pour la LocalisationL\'application ne peut pas dテゥmarrer, car elle ne dispose pas de l\'autorisation d\'accティs au stockage interne.Autorisez l\'accティs au stockage interne pour permettre la lecture et l\'テゥcriture des donnテゥes synchronisテゥes ainsi que pour la gestion des paramティtres de l\'application. Permission d\'Accティs au Stockage Interne
@@ -299,7 +285,6 @@
Afficher les dossiersType de stockagePoint de montage
- ConnexionAnnuler la connexionErreur durant la connexionConnexion rテゥussie
@@ -358,9 +343,9 @@
Inverser les dossiers source et destinationInverser le sens de synchronisation entre les dossiers source et destination peut entraテョner la suppression inattendue de fichiers ou de rテゥpertoires.\nIl est vivement recommandテゥ d\'activer le mode Test et de vous assurer qu\'aucun fichier ou rテゥpertoire ne sera supprimテゥ ou remplacテゥ de maniティre involontaire.Filtre de dossier non spテゥcifiテゥ
- Des caractティres invalides ont テゥtテゥ supprimテゥs du nom de dossier spテゥcifiテゥ (\", :, \\, *, <, > \|)
+ Des caractティres invalides ont テゥtテゥ supprimテゥs du nom de dossier spテゥcifiテゥ (\", :, \\, *, <, >, \|)Filtre de fichier non spテゥcifiテゥ
- Des caractティres invalides ont テゥtテゥ supprimテゥs du nom de fichier spテゥcifiテゥ (/, \", :, \\, *, <, > \|)
+ Des caractティres invalides ont テゥtテゥ supprimテゥs du nom de fichier spテゥcifiテゥ (/, \", :, \\, *, <, >, \|)Vous devez spテゥcifier un chemin relatif. Le symbole \"/\" de dテゥbut a donc テゥtテゥ ignorテゥ.Ajouter la date/heure de synchronisation au nom du dossier (le mot-clテゥ sera remplacテゥ par la date et l\'heure de la synchronisation)Ajouter la date/heure de synchronisation au nom du fichier (le mot-clテゥ sera remplacテゥ par la date et l\'heure de la synchronisation))
@@ -402,6 +387,7 @@
SupprimerAfficher les dossiersExclure
+ Vous pouvez utiliser des jokers dans le filtre. Exemple :\n192.168.100.* == 192.168.100.0-192.168.100.255\n192.168.* == 192.168.0.0 - 192.168.255.255- exp. inclure: mon/dossier;/doss*/p?ivテゥ\n- exclure tous les dossiers cache/tmp: \\cache/tmp\n- les filtres peuvent テェtre saisis en une seule ligne, sテゥparテゥs par \";\"\n- le filtre Exclure est prioritaire- exp. de filtre: fichier1;*.txt;*.jpg;fichier*\n- les filtres peuvent テェtre saisis en une seule ligne, sテゥparテゥs par \";\"\n- le filtre Exclure est prioritaireL\'option \"Supprimer les rテゥpertoires et les fichiers exclus par les filtres\" est activテゥe: Tous les fichiers et rテゥpertoires exclus par les filtres, ainsi que ceux n\'existant pas dans le dossier source, seront supprimテゥs du rテゥpertoire de destination.
@@ -421,7 +407,7 @@
Synchro des fichiers vidテゥoOptions:Diffテゥrence de temps tolテゥrテゥe (sec) entre les fichiers source et destination
- Ignorer la tテ「che si le WLAN n\'est pas connectテゥ au point d\'accティs spテゥcifiテゥ, ou que l\'adresse IP ne correspond pas テ celle spテゥcifiテゥe.
+ Sauter la tテ「che si l\'adresse IP du WLAN ne correspond pas テ l\'adresse IP spテゥcifiテゥe.Autoriser la connexion aux adresses IP publiquesConfirmer avant de remplacer/supprimerSupprimer les rテゥpertoires et les fichiers exclus par les filtres
@@ -435,7 +421,7 @@
Inclure les dossiers cachテゥsInclure les fichiers cachテゥsFichier non synchronisテゥ, car l\'option \"Ne pas remplacer le fichier de destination s\'il est plus rテゥcent que le fichier source\" est activテゥe.
- Ignorer les dossiers et fichiers dont le nom contient des caractティres invalides (\", :, \\, *, <, > \|)
+ Ignorer les dossiers et fichiers dont le nom contient des caractティres invalides (\", :, \\, *, <, >, \|)Obtenir la date de derniティre modification des fichiers par une liste interne de l\'applicationSynchroniser les fichiers situテゥs dans la racine du dossier source (si dテゥcochテゥ, seuls les dossiers et leurs fichiers/sous-dossiers sont synchronisテゥs)AVERTISSEMENT: Risque de Rテゥsultats Inattendus!\nSi vous テェtes dans une rテゥgion avec changement d\'heure en テゥtテゥ, ou que vous changez de fuseau horaire, le fichier destination peut faussement apparaitre comme plus ancien s\'il a テゥtテゥ modifiテゥ pendant l\'intervalle de temps oテケ l\'heure d\'テゥtテゥ/fuseau horaire ont changテゥ. Il est fortement recommandテゥ d\'activer l\'option \"Confirmer avant de remplacer/supprimer\". Veuillez vテゥrifier le contenu du fichier avant de l\'テゥcraser.
@@ -707,7 +693,6 @@
Liste des tテ「ches de sync vide.Les tテ「ches de synchronisation suivantes contiennent des erreurs: %sSテゥlectionner au moins un jour de la semaine.
- Modifier la liste de planificationUne planification avec ce nom existe dテゥjテ.Nom de la planification non spテゥcifiテゥ.Le nom de la tテ「che de planification contient un caractティre non valide: \"%s\"
@@ -749,15 +734,6 @@
Activer le service de planificationDテゥsactiver le service de planificationLes planifications et les diffテゥrentes options Wifi seront regroupテゥes pour テゥviter les processus de sync doubles.
-
- Dテゥmarrer le LogCat
- Stopper le LogCat
- Envoi du LogCat
- Envoi
- Aperテァu du LogCat
- Aperテァu de l\'AppLog
- Envoi des LogCat et AppLog
- Envoyer les fichiers LogCat et AppLog au dテゥveloppeur par courriel\n1. Merci de vテゥrifier le contenu de chaque fichier en appuyant sur le bouton afficher (choisir une application dans la fenテェtre de sテゥlection qui apparait).\n2. Aprティs avoir validテゥ les donnテゥes テ envoyer, appuyer sur le bouton envoyer et choisir E-Mail dans la boite de dialogue.\n3. Merci d\'テゥcrire un message dans le texte de l\'email si besoin puis envoyer le courriel (le fichier journal est compressテゥ au format zip et envoyテゥ en piティce jointe avec le courriel).La tテ「che de synchronisation n\'a pas テゥtテゥ exテゥcutテゥe, car elle est dテゥsactivテゥe.Demande de sync reテァue depuis la planification SMBSync2.
@@ -977,10 +953,10 @@
120000Dテゥlai de rテゥponse
- Dテゥlai de Rテゥponse du Serveur
+ Dテゥlai de Rテゥponse du Serveur(SMBv1/2/3)settings_smb_disable_plain_text_passwordsToujours Crypter les Mots de passe
- Crypter les Mots de passe
+ Crypter les Mots de passe(SMBv1)settings_smb_lm_compatibilityCompatibilitテゥ SMB (LmCompatibility)
@@ -998,17 +974,14 @@
4Compatibilitテゥ SMB (LmCompatibility)
- Compatibilitテゥ SMB
+ Compatibilitテゥ SMB(SMBv1)Paramティtres SMBsettings_smb_use_extended_securityUtiliser la Sテゥcuritテゥ Etendue
- Utiliser la Sテゥcuritテゥ Etendue
+ Utiliser la Sテゥcuritテゥ Etendue(SMBv1)settings_suppress_warning_app_specific_dirDテゥsactiver l\'avertissement indiquant que le dossier de configuration de l\'application est inclus dans la tテ「che de synchronisationSync du Dossier de Configuration
- settings_suppress_warning_location_service_disabled
- Ne pas afficher un avertissement demandant l\'activation du service de localisation.
- Service de Localisation Requissettings_sync_history_logJournal de synchronisation dテゥtaillテゥHistorique des Synchronisations
@@ -1026,7 +999,8 @@
Franテァais (fr)譌・譛ャ隱 (ja)ムムτムミコミクミケ (ru)
- 荳ュ譁(zh)
+ 荳ュ譁 (zh)
+ Italiano (it)0
@@ -1035,6 +1009,7 @@
345
+ 6settings_screen_themeThティme d\'Affichage
@@ -1049,6 +1024,21 @@
12
+ settings_display_font_scale_factor
+ Taille du texte
+ Sテゥlectionnez la taille du texte
+
+ Petit(80﹪)
+ Normal(100﹪)
+ Grand(120﹪)
+ Le plus grand(160﹪)
+
+
+ 0
+ 1
+ 2
+ 3
+ settings_vibrate_when_sync_endedChoisir quand la vibration des notification est active
diff --git a/SMBSync2/src/main/res/values-it/it_string_resource.xml b/SMBSync2/src/main/res/values-it/it_string_resource.xml
new file mode 100644
index 00000000..cfa53564
--- /dev/null
+++ b/SMBSync2/src/main/res/values-it/it_string_resource.xml
@@ -0,0 +1,1090 @@
+
+
+
+ Funzioni
+ Log cambiamenti
+ Privacy
+ A proposito di SMBSync2
+ SMBSync2_Desc_IT_Short.html
+ SMBSync2_Privacy_IT.html
+ SMBSync2_Change_EN.html
+
+ Seleziona impostazioni e task da importare
+ Lista file di configurazione
+ Ripristina impostazioni globali dell\'applicazione
+ Ripristina impostazioni pianificazione task
+ Seleziona tutto
+ Deseleziona tutto
+ Alcuni task selezionati per il ripristino hanno lo stesso nome dei task esistenti. Sovrascrivere i seguenti task con i task importati?
+ Importazione dei seguenti task avvenuta con successo
+ Importazione fallita, verifica la scheda Messaggi per gli errori.
+ Elimina tutte le task esistenti prima di importare
+ Ripristina impostazioni globali applicazione
+ Ripristina impostazioni programmazione task
+ Nessun elemento importato.
+ Importa lista task e impostazioni app
+ Seleziona un altro file
+ Autosalvataggio file impostazioni
+ Impostazioni file utente di back-up
+ Un tentativo di auto-salvataggio delle impostazioni di sincronizzazione ティ stato fallito
+ Impostazioni salvate
+ percorso
+ %s
+ %s (Ultimo file salvato)
+ Impossibile importare nome account, password o password ZIP usato nel seguente task. Se auto-salvi la sync task e reinstalli l\' app, non potrai decriptare nome account, password o password ZIP. Modifica la sync task e ridigita le impostazioni di login.
+ Impostazioni Protezione Password
+ Proteggi i file di backup con una password
+ Per favore specifica la password.
+ Inserisci password per file backup impostazioni.
+ Password non valida. Riprova.
+ Annulla
+ Importa
+ OK
+ Password
+ Conferma password
+ Le password non coincidono.
+
+ SMBSync2_Help_IT_task.html
+ Aiuto Sync Task
+ SMBSync2_Help_IT_folder_internal.html
+ Aiuto Memoria Interna
+ SMBSync2_Help_IT_folder_sdcard.html
+ Aiuto SD
+ SMBSync2_Help_IT_folder_usb.html
+ Aiuto USB
+ SMBSync2_Help_IT_folder_smb.html
+ Aiuto Server SMB
+ SMBSync2_Help_IT_folder_zip.html
+ Aiuto file ZIP
+ SMBSync2_Help_IT_task_picture.html
+ Aiuto Sync Task Foto
+
+ Gestione file di log
+ Elimina file log
+ Condividi file log
+ Seleziona tutti log files
+ Deseleziona tutti log files
+ Nessun file log
+ Elimina i seguenti file log?
+ Chiudi
+ Crea file ZIP
+ Creazione file ZIP annullata
+ Log file cambiato.
+ Se procedi, i seguenti dati saranno scritti sul file di log:\nversione Android, nome Dispositivo, nome Cartella, nome File, nome account SMB, indirizzo IP, nome interfaccia Rete, impostazioni Sistema, informazioni App
+ Invia file log via E-Mail allo sviluppatore. Il file log contiene versione Android, nome Dispositivo, nome Cartella, nome File, nome account SMB, indirizzo IP, nome interfaccia Rete, impostazioni Sistema e informazioni App.\n1.Premi sul bottone anteprima per verificare i contenuti del file temp_log.txt che verrテ mandato (se la schermata di selezione dell\'applicazione ティ mostrata, allora seleziona la FAVORITA per mostrare il file di testo.)\n2.Quando hai letto il file da mandare, seleziona E-Mail.\n3.Per favore inserisci il problema/domanda nel corpo dell\'E-Mail ed invia (il file log ティ allegato nel formato zip)
+
+ Auto sync task non trovato.
+ Aggiungi Sync task
+ Crea App password
+ La password richiede 4 caratteri o piテケ.
+ Se dimentichi la password per favore resetta o reinstalla l\'applicazione.
+ Se dimentichi la password, dovrai resettare o reinstallare l\'applicazione. Continuare ?
+ Password autenticazione app
+ Per favore specifica app password
+ Password non corretta.
+ Specifica nome del server remoto o indirizzo IP.
+ Specifica numero porta del server remoto.
+ Il nome della cartella locale contiene il carattere %s. Carattere non valido rimosso.
+ Specifica nome condiviso.
+ Pulisci log messaggi
+ L\'operazione richiesta ティ stata ignorata durante sincronizzazione.
+ Copia Sync task
+ Creazione file di backup delle impostazioni fallito: %s
+ Ripristino profilo fallito. Nome file %s non ティ stato trovato.
+ Cartella corr:
+ Eliminare i seguenti task?
+ Cartelle non puテイ essere trovato
+ Nome task duplicato.
+ Quando un task viene rinominato, viene anche cambiato il nome del task nella pianificazione.
+ Quando un task viene eliminato, viene anche eliminato il nome del task nella pianificazione.
+ Il nome della task contiene caratteri non validi: \"%s\"
+ Il nome task non puテイ essere piテケ lunga di %1$s caratteri. Corrente: %2$s
+ Modifica Sync Task
+ Esportazione impostazione di sincronizzazione fallito.
+ Esportazione impostazione di sincronizzazione effettuato con successo.
+ Impostazioni Esportazione Sincronizzazione.
+ Sync annullata: la richiesta ricevuta dall\'app esterna non ティ una stringa
+ Modifica elenco UUID USB
+ Utilizzare questa funzione solo se il supporto USB non viene riconosciuto.\nGli UUID che possono essere utilizzati possono essere controllati in \"FileCartEsterna\" nelle informazioni di sistema. Gli UUID che non sono elencati in \"FileCartEsterna\" non possono essere utilizzati.
+ Modificare l\'elenco UUID per essere riconosciuto come USB
+ Aggiungi UUID
+ Aggiungi
+ Conferma di uscire
+ L\'elenco degli UUID ティ cambiato. Vuoi uscire senza salvare?
+ Conferma della cancellazione dell\'UUID
+ Vuoi cancellare %s ?
+ Vuoi cancellare tutti gli UUID?
+ Conferma della memorizzazione UUID USB
+ I seguenti UUID saranno riconosciuti come USB e non possono essere utilizzati come SDCARD. Vuoi salvarli? \n%s
+ UUID che possono essere aggiunti.
+ Nessun UUID disponibile trovato
+ UUID dovrebbe essere di 9 caratteri nel formato XXXX-XXXX.
+ UUID deve essere di 9 caratteri nel formato XXXX-XXXX.
+ L\'UUID deve essere una combinazione di 0-9 e A-F.
+ %s ティ giテ registrato.
+ Generazione della lista file remota annullata.
+ Errore durante la creazione della lista file SMB.
+ Modifica filtro
+ Aggiungi
+ Aggiungi filtro cartella
+ Chiudi
+ Cartelle filtro
+ File filtro
+ Filtro %s aggiunto.
+ Conferma prima di uscire
+ Il filtro ティ stato modificato. Vuoi uscire senza salvare ?
+ filtro
+ Non specificato
+ I seguenti filtri esistono giテ: %s
+ Questa voce ティ stata eliminata.
+ Copiato negli appunti
+ Elimina elementi cronologia
+ Muovi in basso
+ Muovi in alto
+ Seleziona tutti elementi cronologia
+ Condividi
+ Deseleziona tutti elementi cronologia
+ Importazione fallita file impostazioni
+ %s contiene impostazioni sincronizzazione non valide
+ Copia
+ Copiato negli appunti
+ Invia allo sviluppatore
+ Informazioni Memoria
+ Problema/domanda su SMBSync2
+ Per favore descrivi dettagliatamente il problema o la domanda su SMBSync2.
+ Esempio: La scheda SD non ティ riconosciuta da SMBSync2.
+ Non hai descritto il probema/domanda. Vuoi comunque procedere all\'invio?
+ Auto Scroll disabilitato
+ Eliminare tutti i messaggi?
+ Auto Scroll abilitato
+ Log messaggi pulito
+ Il percorso di memoria selezionato ティ situato nella cartella dati dell\'applicazione. Questa cartella, e qualunque dato salvato qui, verrテ eliminato quando l\'applicazione verrテ disintallata.
+ Disabilita questo avviso (puテイ essere riabilitato nelle impostazioni interfaccia utente)
+ Attenzione ad usare la cartella dati dell\'applicazione
+ L\'elenco degli access point non ティ disponibile
+ L\'elenco degli access point non ティ disponibile
+ L\'elenco degli access point non ティ disponibile a causa della conformitテ con la politica sulla privacy del Google Play, quindi l\'opzione wireless AP ティ stata modificata in \"Ha indirizzo priv\".
+ L\'elenco degli access point non ティ disponibile a causa della conformitテ con la politica sulla privacy del Google Play. Si prega di modificare l\'attivitテ di sincronizzazione e di cambiarla in \"indirizzo lista IP\" ecc.
+ Disabilita questo avviso (puテイ essere riabilitato nelle impostazioni di sync)
+ SD
+ Attivitテ per permettere permessi scrittura SD fallito.
+ Non puoi sincronizzare finchティ non permetti la scrittura sulla SD. Task=%s
+ Per accedere alla SD: Premi \窶彜D\窶 (1), poi premi \窶彜eleziona\窶 (2).\n\nSe il pannello \"Apri da\" non viene mostrato, premi il bottone menテケ nell\'angolo superiore sinistro.
+ Per accedere alla SD: Premi \窶彜D\窶 (1), poi premi \窶彜eleziona\窶 (2).\n\nSe il pannello \"Apri da\" non viene mostrato, premi il bottone menテケ nell\'angolo superiore sinistro.
+ SMBSync_SD_CARD_5.0_EN.png
+ SMBSync_SD_CARD_6.0_EN.png
+ Permetti scrittura sulla SD
+ Non ティ stata selezionata la root della SD. Vuoi riselezionare?
+ Una locazione di memoria che non puテイ essere usata da SMBSync2 ティ stata selezionata. Vuoi selezionare la SD al suo posto?
+ Non puoi usare la SD con SMBSync2 perchティ non ci sono punti di montaggio. Punto di montaggio=%s
+ USB
+ Attivitテ per permettere permessi scrittura USB fallito.
+ USB non montata. Chiudi la schermata e monta la USB per eseguire l\'operazione.
+ Il punto di montaggio /storage/%s non puテイ essere trovato. SMBSync2 non puテイ usare questa USB.
+ %s non puoi sincronizzare finchティ non permetti la scrittura su USB.
+ Per accedere alla USB: Premi \窶弑SB\窶 (1), poi premi \窶彜eleziona\窶 (2).\n\nSe il pannello \"Apri da\" non viene mostrato, premi il bottone menテケ nell\'angolo superiore sinistro.
+ SMBSync_USB_MEDIA_8.0_EN.png
+ SMBSync_USB_MEDIA_8.0_EN.png
+ Permetti scrittura su USB
+ Non ティ stata selezionata la root della USB. Vuoi riselezionare?
+ テ stata selezionata la SD. Vuoi riselezionare l\'unitテ USB?
+ L\'applicazione non puテイ essere avviata perchティ non hai garantito i permessi d\'accesso alla Memoria Interna.
+ Garantisci i permessi d\'accesso alla Memoria Interna per leggere e scrivere i dati sincronizzati e per gestire le impostazioni dell\'applicazione.
+ Permessi Memoria Interna
+ Shortcut aggiunto nella home screen.
+ Esegui tutti Auto Sync task
+ Nessuna sync task disponibile all\'esecuzione. Per favore crea una sync task.
+ Annullare sync?
+ Elementi selezionati copiati negli appunti.
+ Copiati:
+ Eliminati:
+ Ignorati:
+ Riprova:
+ Vuoi eliminare tutta la cronologia?
+ Vuoi eliminare i seguenti elementi cronologia?
+ Tempo trascorso:
+ Transfer rate medio:
+ Modalitテ:
+ Normale
+ Test
+ Il file di log della cronologia non puテイ essere trovato.
+ Non puoi vedere i dettagli perchティ non ci sono applicazioni per mostrare file di testo.
+ Annullata
+ Errore
+ In esecuzione
+ Riuscito
+ Attenzione
+ AUTO
+ MANUALE
+ TEST
+ Ultimo sync :
+ ARCHIVIA
+ COPIA
+ MIRR
+ SPOSTA
+ SYNC
+ La sync task non ティ stata eseguita.
+ Sync task iniziate:
+ Inizia sync task (%s)
+ Archivia
+ Copia
+ Tolleranza differenza ora (sec)
+ Le cartelle sorgente e destinazione sono identiche. Devi selezionare nomi differenti per le cartelle sorgente e destinazione.
+ Il percorso della cartella destinazione ティ identica o inclusa nella cartella sorgente. Devi selezionare una cartella destinazione differente o definire un opportuno filtro cartella.
+ Mirror
+ Sposta
+ Specifica indirizzo IP o il nome dell\'host del server SMB.
+ Specifica the numero porta del server SMB.
+ Specifica il nome della condivisione SMB.
+ Specifica nome account e password dell\'host SMB o solo la password.
+ Specifica la password Host SMB.
+ Sync
+ Scrittura sulla SD non consentita. Modifica la cartella sorgente e permetti scrittura sulla SD.
+ Scrittura sulla SD non consentita. Modifica la cartella destinazione e permetti scrittura sulla SD.
+ Scrittura sulla SD non consentita. Premi \"Permetti scrittura sulla SD\" per permettere scrittura sulla SD.
+ SD non montata.
+ Memoria Interna
+ Seleziona tipo di memoria
+ SD
+ Server SMB
+ USB
+ Archivio ZIP
+ Scrittura su USB non consentita. Modifica la cartella sorgente e permetti scrittura su USB.
+ Scrittura su USB non consentita. Modifica la cartella destinazione e permetti scrittura su USB.
+ Scrittura su USB non consentita. Premi \"Permetti scrittura su USB\" per permettere scrittura su USB.
+ USB non montato.
+ USB non disponibile perchティ non ci sono punti montaggio USB.
+ Seleziona la modalitテ di sync
+ Attenzione: La cartella destinazione non ティ stata specificata per questa task. Possono verificarsi eliminazioni o sovrascritture non previste. Continuare?
+ Modifica cartella sorgente
+ Modifica cartella destinazione
+ Inizia sync solo in determinate condizioni del Wifi
+ Connett a qualunque AP
+ Ha indirizzo priv
+ Indirizzo lista IP
+ Lista Access point
+ Esegui anche da spento
+ Devi selezionare almeno una task Sync.
+ Esegui sync task selezionate
+ Esegui tutte le sync task selezionate
+ Esegui tutte le sync task selezionate
+ Esegui tutti auto sync task
+ Una delle task selezionate non ティ valida e non puテイ essere eseguita. Per favore diselezionala e riprova. Nome task=%s
+ Le task selezionate non esistono:
+ Lo specifico sync task non verrテ eseguita perchティ ティ stata ignorata.
+ Le task selezionate sono configurate per solo test. Nessun file verrテ copiati o eliminato. Eseguire il task?
+ Premi sul bottone aggiungi per creare una nuova sync task.
+ Pulisci messaggi
+ muovi in basso
+ muovi in alto
+ Disabilita auto-scroll
+ Abilita auto-scroll
+ Nessuna task
+ SMBSync ティ stato avviato.
+ Il sync ティ attivo.
+ annullare?
+ Imposta su auto
+ Crea sync task
+ Copia task
+ Elimina task
+ muovi giテケ
+ Imposta su manuale
+ Rinomina task
+ Seleziona tutte le task
+ Inizia sync
+ Deseleziona tutte le task
+ muovi su
+ Imposta le seguenti task su auto-avvio ?
+ Imposta le seguenti task per iniziare su richiesta ?
+ Una delle task sync selezionate non ティ valida. Non puoi settarla in modalitテ Auto-Avvio finchティ non verrテ sistemata. Nome task=%s
+ Se sorgente o destinazione sono nel server SMB: Impostare Inizio sync solo in determinate condizioni del Wifi su \"Conn qualunque AP\"?
+ Se sorgente o destinazione sono nel server SMB: Impostare Inizio sync solo in determinate condizioni del Wifi su \"Ha indirizzo privato\"?
+ Quando la cartella destinazione ティ settata su ZIP, la cartella sorgente deve essere la Memoria Interna. Cartella sorgente ティ stata reimpostata su Memoria Interna.
+ Non puoi usare ZIP come destinazione tranne che la cartella sorgente ティ nella Memoria Interna. La cartella destinazione ティ stata ripristinata.
+ Cartelle
+ Lista cartelle
+ Tipo di memoria
+ Punto di montaggio
+ Annulla processo logon
+ Errore durante logon
+ Logon riuscito
+ Password
+ Numero porta
+ Nome host/Indirizzo IP server
+ Nome condiviso
+ Lista Condivisioni
+ Specifica numero porta
+ Nome utente
+ Ricerca server SMB
+ Permetti scrittura sulla SD
+ Permetti scrittura su USB
+ Mostra password
+ Forza SMB IPC Signing
+ Usa negoziazione SMB2
+ Selezionare il protocollo SMB
+ Protocollo SMB
+ Usa SMB V1
+ Usa SMB V2 (2.01)
+ Usa SMB V2 (2.11)
+ Usa SMB V2/3 (2.12)
+ Usa SMB V2/3 (2.14)
+ Il protocollo SMB selezionato non permette connessioni al server SMB. Cambia il protocollo su SMBv1, SMBv2/3(2.12) o SMBv2(2.14).
+ Determinato dal sistema
+ Errore riscontrato nella cartella sorgente. Per favore sistemalo.
+ Errore riscontrato nella cartella destinazione. Per favore sistemalo.
+ Il nome utente non puテイ essere decriptato durante l\'importazione della lista task. Riscrivi il nome utente.
+ La password non puテイ essere decriptata durante l\'importazione della lista task. Riscrivi la password.
+ Usa nome account e password
+ Veloce
+ Piテケ veloce
+ Massimo
+ Normale
+ Livello compressione
+ Ultra (piテケ lento)
+ Le password non coincidono.
+ Password
+ La password dello ZIP non puテイ essere decriptata durante l\'importazione della lista task. Riscrivi la password dello ZIP.
+ Conferma password
+ AES 128 Bit
+ AES 256 Bit
+ Nessuno
+ Seleziona Metodo Encriptazione
+ Metodo encriptazione
+ Zip Compatibile
+ Lista File
+ file ZIP
+ Seleziona file ZIP
+ Specifica nome file ZIP
+ Specifica password file ZIP
+ Aggiungi time stamp su nome file ZIP
+ Salva file ZIP sulla SD.
+ Attenzione: Le impostazioni del sync task sono state cambiate. Uscire senza salvare?
+ Auto sync
+ Inverti sorgente e destinazione
+ Inverti sorgente e destinazione
+ L\'inversione della direzione di sincronizzazione potrebbe creare inaspettate cancellazioni di file o cartelle.\nテ fortemente raccomandato abilitare la modalitテ Test per assicurarsi che nessun file o cartella sia stata rimossa o rimpiazzata accidentalmente.
+ Il filtro cartelle non ティ stato specificato
+ I caratteri non validi sono stati rimossi dalla cartella specificata (\", :, \\, *, >, >;, \|)
+ Filtro file non ティ stato specificato
+ I caratteri non validi sono stati rimossi dal nome file specificato (/, \", :, \\, *, >, >;, \|)
+ Devi specificare un percorso relativo. Carattere iniziale \"/\" rimosso dal percorso.
+ Aggiungi tempo/data del sync nel nome della cartella (la parola chiave verrテ sostituita dalla data e ora nel quale il sync ティ stato fatto)
+ Aggiungi tempo/data del sync nel nome del file (la parola chiave verrテ sostituita dalla data e ora nel quale il sync ティ stato fatto)
+ Aggiungi la data/ora dello scatto della foto/video nel nome della cartella (la parola chiave verrテ sostituita dalla data e ora nel quale la foto/video ティ stata scattata)
+ ANNO
+ MESE
+ GIORNO
+ GIORNO DELL\'ANNO
+ NUMERO SETTIMANA
+ GIORNO DELLA SETTIMANA (%s, %s ...)
+ GIORNO DELLA SETTIMANA (%s, %s ...)
+ Cartella sorgente (Sorgente)
+ Tipo di sync
+ Archivia
+ Copia
+ Mirror
+ Sposta
+ Seleziona tipo di sync
+ Cartella destinazione (Destinazione)
+ Nome Sync task
+ Aggiungi Indirizzo IP corrente
+ Modifica Indirizzo IP
+ Indirizzo IP
+ Wireless LAN indirizzo lista IP
+ Modifica WiFi Indirizzo IP
+ Wireless LAN indirizzo lista IP
+ Conferma prima di uscire
+ L\'elenco degli indirizzi IP ティ stato modificato. Vuoi uscire senza salvare?
+ Wireless LAN indirizzo IP non specificato.
+ Aggiungi l\'access point connesso
+ Modifica nome AP (SSID)
+ Nome Access point (SSID)
+ Wireless LAN Lista Access point
+ Wireless LAN non ティ connesso sullo specifico access point.
+ Specifica wireless LAN access point (SSID).
+ Modifica Access Points (SSID\'s)
+ %s esiste giテ.
+ %s esiste giテ.
+ Modifica filtro
+ Aggiungi
+ Elimina
+ Lista cartelle
+ Escludi
+ テ possibile utilizzare i caratteri jolly nel filtro. Esempio:\n192.168.100.* -> 192.168.100.0-192.168.100.255\n192.168.* -> 192.168.0.0 - 192.168.255.255
+ - inclusi es: cache/temp;/my*/fo?der\n- escludi le cartelle cache/temp: \\cache/temp\n- i filtri possono essere inseriti nella stessa linea, separati da \";\"\n- escludi filter wins
+ - filtra tutti i file con nome specifico: file1;*.txt;*.jpg;file*\n- i filtri possono essere inseriti nella stessa linea, separati da \";\"\n- escludi filter wins
+ Opzione \"Rimuovi cartelle e file esclusi dai filtri\" abilitata: Tutti i file e le cartelle non inclusi dai filtri, cosi come quelli che non esistono nella cartella sorgente, verranno eliminati dallaa cartella destinazione.
+ Filtro file
+ Filtro
+ Includi
+ Non specificato
+ Il filtro contiene caratteri non validi: %s
+ Il filtro percorso non puテイ consistere di soli \"%s\" jolly generici.
+ Filtro file:
+ Usa sync Doppia-Via
+ Includi i seguenti filtri:
+ Sync file audio
+ Devi specificare almeno un\'opzione di filtro file.
+ Sync immagini
+ Seleziona file per il sync
+ Sync file video
+ Opzioni:
+ Min differenza di tempo ammessa (in secondi) tra file sorgente e destinazione
+ Salta il task se l\'IP WLAN non corrisponde all\'indirizzo IP specificato.
+ Permetti sync con tutti gli indirizzi IP (inclusi pubblici)
+ Conferma prima di sovrascrivere/cancellare
+ Rimuovi cartelle e file esclusi dai filtri
+ Attenzione: tutti file e cartelle non esistenti nella cartella sorgente e quelli non inclusi dai filtri definiti verranno eliminati dalla cartella destinazione !\nテ fortemente racomandato abilitare la modalitテ Test per assicurarsi che nessun file o cartella venga rimossa o sostituita involontariamente.
+ Rimuovi cartelle e file esclusi dai filtri
+ Elimina file prima della sync (Solo modalitテ Mirror)
+ Compara solo dimensione (i file sono considerati differenti solo se la dimensione della sorgente ティ piテケ grande della destinazione)
+ Usa dimensione file per determinare se i file sono differenti
+ Usa tempo dell\'ultima modifica per determinare se i file sono differenti
+ Includi cartelle vuote
+ Includi cartelle nascoste
+ Includi file nascosti
+ File sync saltata a causa dell\'opzione \"Non sovrascrivere il file destinazione se ティ piテケ nuovo del file sorgente\" abilitata.
+ Salta nomi cartelle e file che contengono caratteri non validi (\", :, \\, *, >, >;, \|)
+ Ottieni l\'ora dell\'ultima modifica dei file dalla lista personalizzata di SMBSync2
+ Sincronizza i file nella root della cartella sorgente (se deselezionata, solo le cartelle e i loro files/sottocartelle verranno sincronizzate).
+ Attenzione: Possibili Risultati Inaspettati !\nSe vivi in zone con DST o se hai cambiato TimeZone, i file destinazione possono erroneamente mostrare un\'ora vecchia rispetto alla sorgente se ティ stata modificata entro l\'intervallo di cambiamento DST/TimeZone. テ fortemente raccomandato abilitare l\'opzione \"Conferma prima di sovrascrivere/cancellare\" . Per favore verifica i contenuti del file prima di sovrascriverli.
+ attenzione destinazione sovrascrittura file
+ Attenzione: Le opzioni \"Usa dimensione file per determinare se i file sono differenti\" e \"Usa tempo dell\'ultima modifica per determinare se i file sono differenti\" sono entrambe selezionate. Questo forzerテ i file sorgente ad essere copiati ad ogni sync e sovrascrivere i file destinazione.
+ Non sovrascrivere il file destinazione se ティ piテケ nuovo del file sorgente
+ Ignora la differenza dell\'Ora Legale tra file
+ Differenza di ora tra ora legale e ora solare (minuti)
+ Seleziona offset Ora Legale (minuti)
+ Non impostare l\'ora dell\'ultima modifica della il file destinazione per trovare file sorgente
+ Quando abilitato, l\'ora dell\'ultima modifica del file destinazione non puテイ essere settata uguale al file sorgente. Il file destinazione apparirテ sempre piテケ nuovo del file sorgente. L\'opzione ティ utile quando la destinazione non ティ possibile settare l\'ora dell\'ultima modifica.\nSe l\'opzione ティ abilitata, puoi prevenire che vengano copiati i file ogni volta disabilitando \"Usa tempo dell\'ultima modifica per determinare se i file sono differenti\" o abilitando l\'opzione \"Non sovrascrivere il file destinazione se ティ piテケ nuovo del file sorgente\".
+ Sovrascrivi file di destinazione
+ Opzioni Rete Avanzate:
+ Riprova se vi sono errori di rete
+ Mostra opzioni avanzate
+ Includi sottocartelle
+ Esegui sync task solo quando in carica
+ Modalitテ Test (non copia o cancella file)
+ Usa il filtro di selezione cartelle migliorato
+ Usa la nuova versione 2 del filtro
+ Cambiando la versione del filtro cartelle possono verificarsi cancellazioni o sovrascrittura di file involontarie, il quale puテ cambiare i file sincronizzati. テ molto raccomandato eseguirlo in modalitテ test per verificare, o creare una cartella test per verificare i risultati di sincronizzazione.
+ I filtri cartella inclusi devono avere la sorgente come percorso root. O cambi i filtri su \"Escludi\" o rimuovi qualunque carattere principale \"%s\" dai filtri sottostanti:\n%s.
+ I filtri cartella inclusi %s devono avere la sorgente come percorso root. O cambi i filtri su \"Escludi\" o rimuovi il principale \"%s\".
+ Il prefisso dell\'intera cartella \"%s\" non ティ piテケ valido. Rimpiazzalo con \"%s\" nel filtro sottostante:\n%s
+ Filtro %s ha il vecchio prefisso nell\'intera cartella \"%s\". Rimpiazzalo con il carattere \"%s\" (es. %s).
+ I caratteri non validi (%s) sono presenti e devono essere rimossi dal filtro:\n%s
+ Filtro %s ha un carattere non valido (%s) che deve essere rimosso
+ Invalido \"%s\" solo percorsi deve essere rimosso dai filtri sottostanti:\n%s
+ Il filtro %s contiene solo parti di percorso generiche. Per favore rimuovere il carattere non valido \"%s\".
+ Per favore rimuovi i seguenti filtri duplicati: %s
+ Per favore rimuovi i seguenti filtri duplicati: %s
+ Uso del carattere asterisco nei filtri file non ティ supportato al di fuori del nome del file. Per favore rimuovere qualunque carattere \"*\" dal percorso dal filtro sottostante:\n%s
+ Uso del carattere * nei filtri file ティ permesso solo nel nome del file. Rimuovi il carattere * dal percorso di questo filtro: %s
+ I filtri %s contengono file nascosti ma l\'opzione \"Includi file nascosti\" ティ disabilitata. Nessun file nascosto verrテ processato finchティ non l\'abiliti su Opzioni Avanzate e salvi la Sync Task.
+ I filtri %s contengono cartelle nascoste ma l\'opzione \"Includi cartelle nascoste\" ティ disabilitata. Nessuna cartella nascosta verrテ processata finchティ non l\'abiliti su Opzioni Avanzate e salvi la Sync Task.
+ Opzioni Rete:
+ Wifi AP Opzioni:
+ Scrivi file direttamente sulla cartella SMB senza usare file temporanei
+ Filtro cartelle non ティ stato specificato.
+ Elimina la cartella sorgente quando ティ vuota (solo quando l\'opzione Sync ティ Sposta)
+ Seleziona sottocartelle
+ Limita buffer scrittura SMB I/O a 16 KB
+ Annulla
+ In sync doppia-via, mantieni una copia dei file sovrascritti in caso di conflitti
+ Regole sync Doppia-via in caso di conflitto file
+ Chiedi all\'utente
+ Ignora il file
+ Mantieni nuovi file
+ Mantieni vecchi file
+ Logon annullato
+ Logon fallito
+ Logon riuscito
+ Rinomina task
+ Salvataggio fallito del file impostazioni sync: %s
+ Seleziona destinazione esportazione
+ Seleziona file importazione
+ Seleziona cartella locale
+ Seleziona cartella SD
+ Seleziona cartella USB
+ Seleziona cartella SMB
+ Seleziona condivisione SMB
+ Impossibile ottenere la lista delle condivisioni SMB. Per favore verifica:\n- le configurazioni condivisione dal lato server SMB\n- lo specifico user-name/password necessarie fornite dal server
+ Errore chiave encriptazione interna
+ Le impostazioni di sync non possono essere salvate a causa della chiave di encriptazione interna non valida.\nRicreare la chiave encriptazione interna?
+ La Memoria esterna non ティ stata montata. Alcune funzioni non saranno disponibili.
+ L\'applicazione ティ stata riavviata dopo esser stata chiusa. per disattivare il riavvio, abilitare \"Non mantenere attivitテ\" in Impostazioni >; Opzioni Sviluppatore.
+ L\'applicazione ティ stata riavviata a causa ティ stata chiusa mente copiava in background.
+ Le impostazioni di SMBv1 sono state cambiate. Il cambiamento non avrテ effetto finchティ l\'applicazione sarテ riavviata. Uscire dall\'applicazione adesso?
+ Si raccomanda di riavviare l\'applicazione dopo aver cambiato tema o lingua. Premi \"Riavvia\" per riavviare. Se vuoi riavviarla dopo, premi \"Dopo\"
+ Dopo
+ Riavvia
+ Applicazione avviata.
+ Chiudere Applicazione?
+ Specifica il nome della task
+ Cronologia
+ Piani
+ Messaggi
+ Task
+ Chiudi SMBSync2
+
+ Esegui manutenzione dei dati dell\'app
+ Annulla manutenzione
+ Confermi cancellazione manutenzione dei dati dell\'app?
+ Manutenzione dei file dati dell\'applicazione.\nNessuna sync task puテイ essere eseguita finchティ la manutenzione dei dati dell\'app ティ in corso. Eseguire la manutenzione?
+ Non abilitato all\'esecuzione della manutenzione dei dati dell\'app durante la sync task.
+ Manutenzione dei dati dell\'app ティ stata annullata.
+ %s elementi eliminati dalla lista degli ultimi file modificati.
+ Manutenzione dei dati dell\'app completato.
+ Manutenzione dei dati dell\'app ティ stata avviata.
+ %s log cronologia file sono stati eliminati.
+ Eliminati %s.
+ File e cartelle non relative al log cronologia sono state trovate nel log cartella cronologia. Rimuovere questi file?
+
+ Sync
+ Esegui pianificazione
+ Mostra log
+ Esporta impostazioni
+ Importa impostazioni
+ Gestire i file di registro
+ A proposito di SMBSync2
+ Impostazioni
+ Database manutenzione
+ Chiudi l\'applicazione
+ Aggiungi shortcut
+ Info sistema
+ Ottimizzazione Batteria
+
+ [Archiviazione annullata]
+ La data e l\'ora delle immagini scattate non possono essere ottenute dai dati EXIF. Utilizzare invece l\'ora e la data di aggiornamento del file? (Disabilita l\'opzione \"Conferma\" archiviazione per questa sync task per non mostrare questo messaggio in futuro)
+ [Copia annullata]
+ Conferma sovrascrittura del file \n%s\n(Disabilita l\'opzione \"Conferma prima di sovrascrivere/cancellare\" per questa sync task per non mostrare questo messaggio in futuro)
+ [Eliminazione annullata]
+ Conferma eliminazione cartella \n%s\n(Disabilita l\'opzione \"Conferma prima di sovrascrivere/cancellare\" per questa sync task per non mostrare questo messaggio in futuro)
+ Conferma eliminazione file \n%s\n(Disabilita l\'opzione \"Conferma prima di sovrascrivere/cancellare\" per questa sync task per non mostrare questo messaggio in futuro)
+ [Spostamento annullato]
+ Conferma spostamento del file \n%s\n(Disabilita l\'opzione \"Conferma prima di sovrascrivere/cancellare\" per questa sync task per non mostrare questo messaggio in futuro)
+ No
+ No su tutti
+ Premi qui per confermare archiviazione file.
+ Premi qui per confermare sovrascrittura file.
+ Premi qui per confermare eliminazione cartelle.
+ Premi qui per confermare eliminazione file.
+ Premi qui per confermare spostamento file.
+ Annulla sincronizzazione
+ Si
+ Si per tutte le sottosequenze
+ L\'ora di ultima modifica del file ティ stata usata perchティ nono ティ stato possibile ottenere la data e ora dello scatto dai dati EXIF/metadata del file. File=
+ L\'ora di ultima modifica del file ティ stata usata perchティ c\'ティ un errore sulla conversione della data di scatto. File=
+ Filtro cartelle %s non possono essere usati. Modifica il task sync e sistema i filtri non validi.
+ Sync interrotto a causa il percorso destinazione contiene una cartella with the same name as the file being copiati. File=
+ Sincronizzazione ティ stata annullata a causa la lunghezza del nome del file supera i 255 caratteri. Nome file caratteri=%s, Nome file=%s
+ Sync annullata a causa di SD non montata.
+ Sync annullata a causa permessi scrittura SD non concessi.
+ Sembra che i contenuti SD non sono applicati nell\'archivio multimediale. Esegui una scansione dei media per aggiornare i contenuti della SD.
+ setLastModified() fallito. Abilita l\'opzione \"Non impostare l\'ora dell\'ultima modifica del file destinazione per trovare file sorgente\" del sync task.
+ Copia il file ZIP sul file destinazione... %s%% fatto.
+ Copia il file ZIP su the cache temp file... %s%% fatto.
+ Copia file ignorato a causa dell\'opzione \"Sovrascrittura file destinazione\" disabilitata per questa task.
+ Sposta file ignorato a causa dell\'opzione \"Sovrascrittura file destinazione\" disabilitata per questa task.
+ Il file sorgente o il nome della cartella contiene caratteri non validi per la destinazione. Modifica il nome per il sync. Carattere=%s
+ File o cartella saltata a causa del nome sorgente contenente caratteri non validi. Carattere=%s
+ Non abilitato alla connessione all\'indirizzo host SMB %s
+ Non abilitato alla connessione all\'host SMB %s alla porta %s
+ Il nome dell\'host SMB non puテイ essere trovato. Prova ad usare il suo indirizzo IP. Nome Host=
+ Cartelle ignorata a causa fanno riferimento alla stessa cartella sia sulla sorgente che nella destinazione. Cartelle=%s
+ File ignorato a causa fanno riferimento allo stesso file sia sulla sorgente che nella destinazione. File=%s
+ Impossibile connettersi allo specifico server SMB. Indirizzo IP=%s
+ Impossibile connettersi allo specifico server SMB. Indirizzo IP=%s, Porta=%s
+ Numero porta non valido: %s
+ Lo specifico nome del server SMB non puテイ essere trovato. Nome host=
+ Sync interrotto. L\'adattatore wireless non ha l\'indirizzo IP specificato.
+ Sync interrotto. Non connesso allo specificato access point wireless.
+ Sync interrotto. Non connesso all\'access point WiFi.
+ Sync interrotto. L\'indirizzo di rete non ティ un IP privato.
+ Sync interrotto. Wireless LAN ティ spento.
+ Sync interrotto. L\'indirizzo di rete non puテイ essere ottenuto.
+ Sync interrotto a causa indirizzo di rete ティ un IP pubblico (%s). Se vuoi sincronizzare, abilita \"Conn su qualunque SSID Wifi\" nelle opzioni sync.
+ Sync interrotto. Dispositivo non in carica.
+ La richiesta di sync ティ terminata. Richiedente=%s
+ La richiesta di sync ティ stata avviata. Richiedente=%s
+ Sync task saltata a causa wireless LAN indirizzo non coincide con l\'indirizzo IP specificato.
+ Sync task saltata a causa wireless LAN non ティ connesso all\'access point WiFi specificato.
+ Wireless LAN ティ stato attivato dalla task pianificata. La sincronizzazione ティ settata per iniziare dopo %s secondi...
+ Impossibile accendere WiFi.
+ Transfer rate medio = %s
+ [Cartella creata]
+ creazione cartella fallito.
+ [Cartella eliminata]
+ [Archiviato]
+ [File copiati]
+ Copia file窶ヲ %s %% [completato]
+ [File eliminati]
+ [File copiati]
+ [File sovrascritti]
+ [Sync Fallito]
+ [Saltati]
+ Cartella o file sorgente non trovato:
+ # di copiati=%s, # di eliminati=%s, # di ignorati=%s, Tempo trascorso=%s
+ Sync task annullata.
+ Sync task terminata con errori.
+ Errori ignorati.
+ Sync task terminato con successo.
+ # di copiati=%s, # di eliminati=%s, # di ignorati=%s, # di attenzione=%s, # di riprovati=%s, # di errori=%s
+ Sync task avviato.
+ terminato con successo.
+ Sync terminata con errori.
+ Annullata.
+ Sync cartella saltata a causa dei permessi in lettura non consentiti. Cartella=%s
+ Sync annullata a causa di USB non montato.
+
+ Annulla ricerca
+ Ricerca Server SMB
+ Ricerca
+ Specifica range indirizzi IP, poi premi il bottone ricerca
+ Nessun server SMB trovato.
+ Seleziona nome host o indirizzo IP dai risultati ricerca
+ Risultati Ricerca
+ Ricerca host SMB窶ヲ %s%% completata.
+ Inizia
+ Fine
+ Specifica inizio del range indirizzi.
+ L\'intervallo indirizzi deve essere 1 su 254.
+ L\'indirizzo iniziale deve essere 1 su 253.
+ Specifica fine del range indirizzi.
+ Indirizzo iniziale ティ maggiore del indirizzo finale.
+ Fine indirizzo deve essere 2 su 254.
+ Non abilitato alla ricerca di indirizzi pubblici.
+ Annullamento窶ヲ
+ Ottenimento lista file窶ヲ
+ Annulla
+ Logon da server SMB
+ Annulla logon
+
+ Piani
+ Modifica Pianificazione
+ Nuovo nome pianificazione
+ Abilita pianificazione
+ Lista Sync...
+ Dom
+ Lun
+ Mar
+ Mer
+ Gio
+ Ven
+ Sab
+ Mese
+ Giorno
+ Ora
+ Minuto
+ Tipo di pianificazione
+ Se il Wi-Fi ティ spento, abilitalo per iniziare le task pianificate
+ Dopo l\'accensione del Wi-fi, ritarda sync di:
+ 5 Sec
+ 10 Sec
+ 30 Sec
+ Spegni il Wifi non appena sono state concluse le task pianificate.
+ Cambia opzioni sync task
+ Avvia Sync solo mentre ティ in carica.
+ Non cambiare
+ Abilitato
+ Disabilitato
+ Il primo sync inizierテ nei prossimi minuti.
+ Reset intervallo di tempo d\'avvio su ultima sincronizzazione.
+ Tempo pianificazione : %s
+ Seleziona tipo pianificazione
+ Ogni ora
+ Ogni giorno
+ Ogni mese
+ Giorno della settimana
+ Intervallo
+ Seleziona giorni pianificazione
+ Seleziona ore pianificazione
+ Seleziona minuti pianificazione
+ Ultimo giorno
+ Sync l\'ultimo giorno di ogni mese
+ Attenzione: Se il giorno selezionato non ティ presente in alcuni mesi, la sync verrテ saltata in quei mesi. Es: Se selezioni il 29 e Febbraio ha solo 28 giorni, o selezioni 31 e il mese ha solo 30 giorni. Seleziona l\'opzione \"Sync l\'ultimo giorno del mese\" per assicurarti l\'esecuzione del task l\'ultimo giorno di ogni mese.
+ Lista Sync task
+ Esegui tutti auto sync task
+ Per favore specifica la task sync da pianificare premendo il bottone 窶詫ista Sync...窶.
+ Prossima sync il %s
+ Prossimo sync: %1$s, (%2$s)
+ Alcune pianificazioni abilitate contengono errori. Verifica la scheda \"Piani\" per maggiori dettagli.
+ Pianificazione sync disabilitata
+ Pianificazione sync abilitata
+ Esegui tutti auto sync task
+ Sync task %s
+ Le seguenti task sync non sono state trovate: %s
+ Sync task sono state eliminate o rinominate.
+ Lista task sync vuota
+ Le seguenti task sync contengono errori: %s
+ Per favore seleziona almeno una giorno della settimana.
+ Nome pianificazione esistente. Usa un nome differente.
+ Nome pianificazione non specificato.
+ Carattere non valido in nome pianificazione: \"%s\"
+ Nome pianificazione piテケ lungo di %1$d caratteri (%2$d)
+ Sync task contengono errori che necessitano correzione.
+ Aggiungi pianificazione
+ Abilita
+ Disabilita
+ Elimina pianificazione
+ Copia
+ Rinomina
+ Seleziona tutto
+ Deseleziona tutto
+ Vuoi eliminare pianificazione?
+ Vuoi abilitare pianificazione?
+ Vuoi disabilitare pianificazione?
+ Uscire senza salvare ?
+ Vuoi eliminare i seguenti elementi? L\'operazione ティ irreversibile.
+ Vuoi abilitare i seguenti elementi? L\'operazione ティ irreversibile.
+ Vuoi disabilitare i seguenti elementi? L\'operazione ティ irreversibile.
+ Cambiare il nome pianificazione? I risultati verranno subito applicati e non sono reversibili.
+ Nome duplicato pianificazione.
+ La pianificazione ティ stata cambiata. Uscire senza salvare?
+ Errore esecuzione della Pianificazione
+ Devi selezionare almeno una pianificazione valida.
+ Non puoi eseguire pianificazioni non valide. Per favore deseleziona le seguenti pianificazioni e riprova: %s
+ Una delle pianificazioni selezionate non puテイ essere eseguita a causa delle sue impostazioni configurate. Pianificazione=%1$s, Errore=%2$s
+ Devi abilitare almeno una pianificazione valida
+ Una delle pianificazioni abilitate non ティ valida e non puテイ essere eseguita. Per favore disabilitala e riprova. Pianificazione=%s
+ Una delle pianificazioni selezionate non puテイ essere eseguita a causa delle sue impostazioni configurate. Pianificazione=%1$s, Errore=%2$s
+ Rinomina pianificazione
+ Premi sul bottone aggiungi per creare una nuova pianificazione.
+ La task pianificata non verrテ eseguita a causa il servizio di pianificazione ティ disabilitata. Per abilitare il servizio pianificazione, premi l\'icona calendario nell\'angolo superiore destro di questa finestra. Devi anche abilitare lo switch situato di fronte ad ogni pianificazione sync su esegui.
+ Esegui le pianificazioni selezionate
+ Esegui tutti pianificazioni abilitate
+ Esegui la pianificazione (%s)
+ Vuoi abilitare la pianificazione?
+ Vuoi disabilitare la pianificazione?
+ Abilita il servizio di pianificazione
+ Disabilita il servizio di pianificazione
+ Le opzioni per le pianificazioni e il WiFi per task multipli verranno consolidate per prevenire processi di sync duplicati.
+
+ Essendo la sync task disabilitata, non ティ stato possibile avviarla.
+ La richiesta di sync ricevuta dal pianificatore di SMBSync2.
+ La richiesta di sync ricevuta dal pianificatore di SMBSync2, ma ティ stata ignorata perchティ le task non esistono:
+ Esecuzione interrotto a causa il task sync non esistono.
+ Richiesta di sync ricevuta da un\'applicazione esterna.
+ Richiesta di sync ricevuto da un\'applicazione esterna, ma ティ stato ignorato perchティ le specifiche sync task non esistono:
+ Esecuzione interrotto perchティ i task sync non esistono.
+ Esecuzione interrotto a causa no sync task ティ stata specificato.
+ Sync task automatica ティ stata avviata a causa no sync task ティ stato specificato.
+ Richiesta di sync ricevuta dallo shortcut.
+ La richiesta di sync ignorata perchティ ティ giテ stata processata. ID=%s
+ La Sync task ティ stata ignorata perchティ ティ stata in stato di errore. Task=%s, Richiedente=%s
+ La Sync task ティ stata ignorata perchティ ティ gia in coda. Task=%s, Richiedente=%s
+ La Sync task ティ stata ignorata perchティ ティ gia in coda. Pianificazione=%s, Task=%s, Richiedente=%s
+ Richiesta inizia sync task accettata. Task=%s, Richiedente=%s
+ Richiesta inizia sync task accettata. Pianificazione=%s, Task=%s, Richiedente=%s
+ Le seguenti richieste di sync verranno ignorato a causa di un sync precedente terminato con errori o ティ stata annullata.
+ Task=%s, Richiedente=%s
+ Pianificazione=%s, Task=%s, Richiedente=%s
+ ATTIVITテ
+ ESTERNA
+ SHORTCUT
+ PIANIFICAZIONE
+
+ Opzioni Archiviazione
+ Solo i file con la seguente estensione verranno archiviati:
+ Archivia file se:
+ Anteprima esempi di nomi di file e cartelle basati sulla tua selezione:
+ Cambia il nome del file prima di archiviarli nella cartella destinazione.
+ Incrementa nome dei file aggiungendo
+ Crea una cartella basato sulla data dello scatto per custodire i file.
+ Data (YYYY-MM-DD)
+ Data (YYYYMMDD)
+ Ora (HH-MM-SS)
+ Ora (HHMMSS)
+ Nome
+ Se la data e l\'ora non possono essere determinati dai dati EXIF, mostra un messaggio di conferma.
+ I file ZIP non possono essere usati come destinazione per sync di tipo Archivia. Verrテ usata la Memoria Interna.
+ La richiesta ティ stata ignorata perchティ I file ZIP non possono essere usati come destinazione per sync di tipo Archivia.
+ ANNO
+ MESE
+ GIORNO
+ Seleziona numero di cifre
+ Non cambiare
+ 2 cifre (01-99)
+ 3 cifre (001-999)
+ 4 cifre (0001-9999)
+ 5 cifre (00001-99999)
+ 6 cifre (000001-999999)
+ Seleziona foto da archiviare
+ Qualunque data (Tutti)
+ Piテケ vecchio di 7 giorni
+ Piテケ vecchio di 30 giorni
+ Piテケ vecchio di 60 giorni
+ Piテケ vecchio di 90 giorni
+ Piテケ vecchio di 180 giorni
+ Piテケ vecchio di 1 anno
+
+ SMBSync2
+ SMBSync2
+ IniziaSync
+
+ settings_log_file_max_count
+ Numero Max di File
+
+ 1
+ 5
+ 10
+ 20
+ 30
+ 50
+
+
+ 1
+ 5
+ 10
+ 20
+ 30
+ 50
+
+ Numero Max di File Log=%s
+ Numero Max di File Log
+ settings_log_level
+ Seleziona livello messaggi di debug
+
+ 0 - Escludi messaggi di debug
+ 1 - Includi messaggi di debug
+ 2 - Includi verbose messaggi di debug
+ 3 - Includi messaggi comparazione file
+
+
+ 0
+ 1
+ 2
+ 3
+
+ Livello corrente messaggi di debug=%s
+ Livello Messaggi Debug
+ settings_log_option
+ Registra eventi app e task in un file log
+ Crea File Log
+ Logging
+ Logging
+ settings_mgt_dir
+ Non specificato=
+ Percorso Configurazione File
+ settings_put_logcat_option
+ Invia messaggi evento al Android Logcat
+ Abilita Android Logcat
+
+ Sicurezza
+ Password Applicazione
+ settings_application_password
+ Imposta Livello Sicurezza
+ La password applicazione ティ stata creata.
+ Password applicazione non ancora creata.
+ Crea Password
+ Rimuovi Password
+ Cambia Password
+ Crea password applicazione
+ Cambia password applicazione
+ Rimuovi password applicazione
+ Vuoi rimuovere App password?
+ Impostazioni protezione password
+ Richiedi password all\'avvio dell\'applicazione
+ settings_security_application_password_use_app_startsu
+ Richiedi password quando si modifica un task
+ settings_security_application_password_use_edit_task
+ Richiedi password mentre si esportano le impostazioni di sync
+ settings_security_application_password_use_export_task
+ Nascondi il nome utente e password salvato quando si modificano le impostazioni di sync SMB
+ settings_security_init_smb_account_password
+ Richiedi riautenticazione utente dopo 30 minuti
+ settings_security_use_auth_timeout
+ percorso corrente=
+ settings_device_orientation_portrait
+ Mostra app in modalitテ verticale
+ Forza Modalitテ Verticale
+ settings_device_orientation_landscape_tablet
+ Mostra sempre la vista multi-finestra in orizzontale anche in schermi a bassa densitテ
+ Visualizazione Tablet in Modalitテ Orizzontale
+ settings_dim_screen_on_while_sync
+ Mantieni lo schermo acceso se la sincronizzazione ティ stata avviata con lo schermo acceso.
+ Previene Ritardo Inizio Sync
+ settings_error_option
+ Continuare esecuzione quando si verifica un errore
+ Gestione degli errori
+ settings_exit_clean
+ Se il processo dell\'applicazione viene chiuso, esci pulito
+ Esci Pulito
+ settings_exported_profile_encryption
+ settings_force_screen_on_while_sync
+ Accendi il dispositivo e mantieni il display acceso quando il sync inizia (abilitare se il sync non inizia o non viene completato durante lo sleep)
+ Previene Sleep Sync Ritardo Inizio
+ Impostazioni
+ MediaScanner
+ Varie
+ settings_no_compress_file_type
+ Non comprimere questi Tipi di File
+ settings_notification_message_when_sync_ended
+ Seleziona notifiche da mostrare
+
+ Disabilita tutte le notifiche
+ Mostra tutte le notifiche
+ Solo per i task completati con successo
+ Solo per i task completati con errori
+
+
+ 0
+ 1
+ 2
+ 3
+
+ Mostra tutte le notifiche
+ Mostra notifiche solo per i task completati con errori
+ Disabilita notifiche
+ Mostra notifiche solo per i task completati con successo
+ Notifica Messaggi
+ Altro
+ settings_playback_ringtone_volume
+ Il suono di notifica di default non ティ stato settato.
+ %s%% del volume di sistema
+ Notifica Suono Volume
+ settings_playback_ringtone_when_sync_ended
+ Seleziona quando riprodurre il suono di notifica di default
+
+ Disabilita suono notifica
+ Riproduci per tutti i task completati
+ Riproduci solo per i task completati con successo
+ Riproduci solo per i task completati con errori
+
+
+ 0
+ 1
+ 2
+ 3
+
+ Riproduci il suono di notifica di default per tutti i task completati
+ Riproduci il suono di notifica di default per i task completati con errori
+ Disabilita suono notifica
+ Riproduci il suono di notifica di default per i task completati con successo
+ Suoni notifica
+ Ripristina valori iniziali
+ settings_smb_client_reponse_timeout
+ Scegli timeout connessione al server (in millisecondi)
+
+ 30000
+ 45000
+ 60000
+ 120000
+
+
+ 30000
+ 45000
+ 60000
+ 120000
+
+ Risposta Timeout
+ Timeout Connessione Server (SMBv1/2/3)
+ settings_smb_disable_plain_text_passwords
+ Cripta Sempre Password
+ Cripta Password (SMBv1)
+ settings_smb_lm_compatibility
+ LmLivello Compatibilitテ
+
+ 0
+ 1
+ 2
+ 3
+ 4
+
+
+ 0
+ 1
+ 2
+ 3
+ 4
+
+ LmLivello Compatibilitテ
+ LmLivello Compatibilitテ (SMBv1)
+ Impostazioni SMB
+ settings_smb_use_extended_security
+ Usa Sicurezza Estesa
+ Usa Sicurezza Estesa (SMBv1)
+ settings_suppress_warning_app_specific_dir
+ Disabilita messaggio di attenzione quando la cartella impostazioni app ティ inclusa nel task sync
+ Impostazioni Cartella Sincronizzazione
+ settings_sync_history_log
+ Mantieni log cronolgia sync dettagliati
+ Cronologia Sync
+ settings_sync_message_use_standard_text_view
+ Perform standard Android processing
+ Rendering dei Messaggi di Sync
+ Sincronizzazione
+ Interfaccia Utente
+ settings_screen_theme_language
+ Lingua
+ Cambia Lingua
+
+ System default
+ English (en)
+ Franテァais (fr)
+ 譌・譛ャ隱 (ja)
+ ムムτムミコミクミケ (ru)
+ 荳ュ譁 (zh)
+ Italiano (it)
+
+
+ 0
+ 1
+ 2
+ 3
+ 4
+ 5
+ 6
+
+ settings_screen_theme
+ Tema schermo
+ Tema schermo
+
+ Tema scuro
+ Tema chiaro
+ Tema nero
+
+
+ 0
+ 1
+ 2
+
+ settings_display_font_scale_factor
+ Dimensione del testo
+ Seleziona la dimensione del testo
+
+ Piccolo (80ケェ)
+ Normale (100ケェ)
+ Grande (120ケェ)
+ Piテケ grande (160ケェ)
+
+
+ 0
+ 1
+ 2
+ 3
+
+ settings_vibrate_when_sync_ended
+ Seleziona quando vibrare alle notifiche
+
+ Non vibrare mai alle notifiche
+ Vibra per tutti i task completati
+ Solo per i task completati con successo
+ Solo per i task completati con errori
+
+
+ 0
+ 1
+ 2
+ 3
+
+ Vibra alla notifica per tutti i task completati
+ Vibra alla notifica per i task completati con errori
+ Non vibrare mai alle notifiche
+ Vibra alla notifica per i task completati con successo
+ Vibra alle Notifiche
+ settings_enable_edit_usb_uuid_list
+ Elenco UUID USB
+ Attivare l\'elenco UUID USB
+ settings_wifi_lock
+ Mantieni il Wi-Fi attivo finchティ il sync non ティ completato
+ Blocco Wi-Fi
+
\ No newline at end of file
diff --git a/SMBSync2/src/main/res/values-ja/ja_string_resource.xml b/SMBSync2/src/main/res/values-ja/ja_string_resource.xml
index 688238fc..b1a52227 100644
--- a/SMBSync2/src/main/res/values-ja/ja_string_resource.xml
+++ b/SMBSync2/src/main/res/values-ja/ja_string_resource.xml
@@ -5,9 +5,9 @@
譖エ譁ー螻・豁エ繝励Λ繧、繝舌す繝シSMBSync2縺ォ縺、縺縺ヲ
- SMBSync2_Desc_JA_Short.htm
- SMBSync2_Privacy_JA.htm
- SMBSync2_Change_JA.htm
+ SMBSync2_Desc_JA_Short.html
+ SMBSync2_Privacy_JA.html
+ SMBSync2_Change_JA.html蜿悶j霎シ繧繧ソ繧ケ繧ッ鬆逶ョ縺ョ驕ク謚荳隕ァ
@@ -44,19 +44,19 @@
繝代せ繝ッ繝シ繝峨ョ遒コ隱繝代せ繝ッ繝シ繝峨→遒コ隱阪ヱ繧ケ繝ッ繝シ繝峨′荳閾エ縺励※縺縺セ縺帙s
- SMBSync2_Help_JA_task.htm
+ SMBSync2_Help_JA_task.html蜷梧悄繧ソ繧ケ繧ッ縺ョ繝倥Ν繝
- SMBSync2_Help_JA_folder_internal.htm
+ SMBSync2_Help_JA_folder_internal.html蜀驛ィ繧ケ繝医Ξ繝シ繧ク縺ョ繝倥Ν繝
- SMBSync2_Help_JA_folder_sdcard.htm
+ SMBSync2_Help_JA_folder_sdcard.htmlSDCARD縺ョ繝倥Ν繝
- SMBSync2_Help_JA_folder_usb.htm
+ SMBSync2_Help_JA_folder_usb.htmlUSB繝。繝繧」繧「縺ョ繝倥Ν繝
- SMBSync2_Help_JA_folder_smb.htm
+ SMBSync2_Help_JA_folder_smb.htmlSMB縺ョ繝倥Ν繝
- SMBSync2_Help_JA_folder_zip.htm
+ SMBSync2_Help_JA_folder_zip.htmlZIP縺ョ繝倥Ν繝
- SMBSync2_Help_JA_task_picture.htm
+ SMBSync2_Help_JA_task_picture.html蜀咏悄繧「繝シ繧ォ繧、繝悶ョ繝倥Ν繝繝ュ繧ー繝輔ぃ繧、繝ォ邂。逅
@@ -141,16 +141,11 @@
繧「繝励Μ繧ア繝シ繧キ繝ァ繝ウ蝗コ譛峨ョ繧」繝ャ繧ッ繝医Μ縺後ヵ繧。繧、繝ォ縺ョ菫晏ュ伜医↓菴ソ逕ィ縺輔l縺ヲ縺縺セ縺吶ゅ%縺ョ繝繧」繝ャ繧ッ繝医Μ縺ッ繧「繝励Μ繧ア繝シ繧キ繝ァ繝ウ縺後い繝ウ繧、繝ウ繧ケ繝医シ繝ォ縺輔l繧九→蜑企勁縺輔l縲∽ソ晏ュ倥@縺ヲ縺繧九ョ繝シ繧ソ繧ょ炎髯、縺輔l縺セ縺吶ゅ#豕ィ諢上¥縺縺輔>縲縺薙ョ隴ヲ蜻翫r谺。蝗樔サ・髯崎。ィ遉コ縺励↑縺 シ医い繝励Μ險ュ螳壹ョ繝ヲ繝シ繧カ繝シ繧、繝ウ繧ソ繝シ繝輔ぉ繝シ繧ケ險ュ螳壹〒蜀崎。ィ遉コ縺ァ縺阪∪縺呻シ繧「繝励Μ繧ア繝シ繧キ繝ァ繝ウ蝗コ譛峨ョ繧」繝ャ繧ッ繝医Μ菴ソ逕ィ縺ォ縺、縺縺ヲ縺ョ隴ヲ蜻
- Android 8.1縺九i荳玖ィ倥ョ繧ソ繧ケ繧ッ縺ッ菴咲スョ諠蝣ア繧オ繝シ繝薙せ縺檎┌蜉ケ縺ョ縺溘a縲∝酔譛溘ッ繧ィ繝ゥ繝シ縺ァ邨ゆコ縺励∪縺吶 繧キ繧ケ繝繝險ュ螳壹〒繝ュ繧ア繝シ繧キ繝ァ繝ウ繧オ繝シ繝薙せ繧呈怏蜉ケ縺ォ縺吶k縺句酔譛溘が繝励す繝ァ繝ウ縺ァ縲窟P縺ォ謗・邯壹&繧後※縺繧区凾縲阪√後励Λ繧、繝吶シ繝医い繝峨Ξ繧ケ縲阪∪縺溘ッ縲栗P繧「繝峨Ξ繧ケ繝ェ繧ケ繝医阪↓螟画峩縺励※縺上□縺輔>縲
- Android 8.1縺九i荳玖ィ倥ョ繧ソ繧ケ繧ッ縺ッ縲後Ο繧ア繝シ繧キ繝ァ繝ウ險ア蜿ッ縲阪′荳弱∴繧峨l縺ヲ縺縺ェ縺縺溘a縲∝酔譛溘ッ繧ィ繝ゥ繝シ縺ァ邨ゆコ縺励∪縺吶 繝。繝九Η繝シ縺九i險ア蜿ッ繧剃ク弱∴繧九°蜷梧悄繧ェ繝励す繝ァ繝ウ縺ァ縲窟P縺ォ謗・邯壹&繧後※縺繧区凾縲阪√後励Λ繧、繝吶シ繝医い繝峨Ξ繧ケ縲阪∪縺溘ッ縲栗P繧「繝峨Ξ繧ケ繝ェ繧ケ繝医阪↓螟画峩縺励※縺上□縺輔>縲
- Android 8.1縺九i荳玖ィ倥ョ繧ソ繧ケ繧ッ縺ッ菴咲スョ諠蝣ア繧オ繝シ繝薙せ縺ィ繝ュ繧ア繝シ繧キ繝ァ繝ウ縺檎┌蜉ケ縺ェ縺溘a蜷梧悄縺ッ繧ィ繝ゥ繝シ縺ァ邨ゆコ縺励∪縺吶 莉・荳九ョ菴輔l縺九ョ蟇セ蠢懊r陦後▲縺ヲ縺上□縺輔>縲\n1.繧キ繧ケ繝繝險ュ螳壹〒繝ュ繧ア繝シ繧キ繝ァ繝ウ繧オ繝シ繝薙せ繧呈怏蜉ケ縺ォ縺励√◎縺ョ蠕後↓繧「繝励Μ繝。繝九Η繝シ縺九i縲後Ο繧ア繝シ繧キ繝ァ繝ウ險ア蜿ッ縲堺ク弱∴繧九\n2.蜷梧悄繧ェ繝励す繝ァ繝ウ縺ァ縲窟P縺ォ謗・邯壹&繧後※縺繧区凾縲阪√後励Λ繧、繝吶シ繝医い繝峨Ξ繧ケ縲阪∪縺溘ッ縲栗P繧「繝峨Ξ繧ケ繝ェ繧ケ繝医阪↓螟画峩縺吶k縲
- 繝ュ繧ア繝シ繧キ繝ァ繝ウ繧オ繝シ繝薙せ縺梧怏蜉ケ縺ォ縺ェ縺」縺ヲ縺縺ェ縺縺溘aWiFi AP蜷阪r蜿門セ励〒縺阪∪縺帙s縲りィュ螳壹°繧峨Ο繧ア繝シ繧キ繝ァ繝ウ繧呈怏蜉ケ縺ォ縺励※縺上□縺輔>縲
- 繝ュ繧ア繝シ繧キ繝ァ繝ウ縺瑚ィア蜿ッ縺輔l縺ヲ縺縺ェ縺縺溘aWiFi AP蜷阪r蜿門セ励〒縺阪∪縺帙s縲ゅΓ繝九Η繝シ縺九i繝ュ繧ア繝シ繧キ繝ァ繝ウ繧定ィア蜿ッ縺励※縺上□縺輔>縲
- 繝ュ繧ア繝シ繧キ繝ァ繝ウ險ア蜿ッ縺後後い繝励Μ縺ョ菴ソ逕ィ荳ュ縺ョ縺ソ險ア蜿ッ縲阪↓縺ェ縺」縺ヲ縺繧九◆繧仝iFi AP蜷阪r蜿門セ励〒縺阪∪縺帙s縲ゅΓ繝九Η繝シ縺九i繝ュ繧ア繝シ繧キ繝ァ繝ウ險ア蜿ッ繧偵悟クク縺ォ險ア蜿ッ縲阪↓螟画峩縺励※縺上□縺輔>縲
+ 繧「繧ッ繧サ繧ケ繝昴う繝ウ繝医Μ繧ケ繝医ッ菴ソ逕ィ縺ァ縺阪∪縺帙s
+ 繧「繧ッ繧サ繧ケ繝昴う繝ウ繝医Μ繧ケ繝医ッ菴ソ逕ィ縺ァ縺阪∪縺帙s
+ GooglePlay繝励Λ繧、繝舌す繝シ繝昴Μ繧キ繝シ縺ォ貅匁侠縺吶k縺溘a繧「繧ッ繧サ繧ケ繝昴う繝ウ繝医Μ繧ケ繝医ッ菴ソ逕ィ縺ァ縺阪↑縺上↑繧翫∪縺励◆縲√%縺ョ縺溘a繝ッ繧、繝、繝ャ繧ケAP繧ェ繝励す繝ァ繝ウ繧偵後励Λ繧、繝吶シ繝医い繝峨Ξ繧ケ縲阪↓螟画峩縺励∪縺励◆縲
+ GooglePlay繝励Λ繧、繝舌す繝シ繝昴Μ繧キ繝シ縺ォ貅匁侠縺吶k縺溘a縲√い繧ッ繧サ繧ケ繝昴う繝ウ繝医Μ繧ケ繝医ッ菴ソ逕ィ縺ァ縺阪↑縺上↑繧翫∪縺励◆縲ょ酔譛溘ち繧ケ繧ッ繧堤キィ髮縺励※縲後励Λ繧、繝吶シ繝医い繝峨Ξ繧ケ繝ェ繧ケ繝医咲ュ峨↓螟画峩縺励※縺上□縺輔>縲縺薙ョ隴ヲ蜻翫r谺。蝗樔サ・髯崎。ィ遉コ縺励↑縺 シ医い繝励Μ險ュ螳壹ョ蜷梧悄險ュ螳壹〒蜀崎。ィ遉コ縺ァ縺阪∪縺呻シ
- 繝ュ繧ア繝シ繧キ繝ァ繝ウ繧オ繝シ繝薙せ縺ォ縺、縺縺ヲ縺ョ隴ヲ蜻
- LocationPermission1-JA.jpg
- LocationPermission2-JA.jpgSDCARDSDCARD縺ク縺ョ譖ク霎シ縺ソ險ア蜿ッ繧定。後≧繧「繧ッ繝繧」繝薙ユ繧」繧定オキ蜍輔〒縺阪∪縺帙s縺ァ縺励◆縲SDCARD縺ク縺ョ譖ク霎シ縺瑚ィア蜿ッ縺輔l繧九∪縺ァ蜷梧悄縺ッ螳溯。後〒縺阪∪縺帙s縲 繧ソ繧ケ繧ッ=%s
@@ -173,15 +168,6 @@
USB繝。繝繧」繧「縺ク縺ョ譖ク霎シ險ア蜿ッUSB繝。繝繧」繧「縺ョ繝ォ繝シ繝医ョ繧」繝ャ繧ッ繝医Μ縺碁∈謚槭&繧後∪縺帙s縺ァ縺励◆縲る∈謚槭@縺ェ縺翫@縺セ縺吶°シSDCARD縺碁∈謚槭&繧後∪縺励◆縲6SB繧ケ繝医Ξ繝シ繧ク繧帝∈謚槭@縺ェ縺翫@縺セ縺吶°シ
- 讓ゥ髯舌′險ア蜿ッ縺輔l繧九∪縺ァ縺ッ蜷梧悄繧ソ繧ケ繧ッ縺ァ縲後い繧ッ繧サ繧ケ繝昴う繝ウ繝医Μ繧ケ繝医阪r謖螳壹@縺ヲ縺繧句エ蜷医ッ繧ィ繝ゥ繝シ縺ァ邨ゆコ縺励∪縺吶りィア蜿ッ繧剃ク弱∴繧句エ蜷医ッ繝。繝九Η繝シ縺九i縲御ス守イセ蠎ヲ繝ュ繧ア繝シ繧キ繝ァ繝ウ險ア蜿ッ縲阪r螳溯。後@縺ヲ縺上□縺輔>縲
- SMBSync2縺ァWiFi縺ョSSID繧定ェュ縺ソ蜿悶k縺溘a縺ォ蠢隕√↑讓ゥ髯舌〒縺吶\n讓ゥ髯舌′險ア蜿ッ縺輔l繧九∪縺ァ縺ッ蜷梧悄繧ソ繧ケ繧ッ縺ァ縲後い繧ッ繧サ繧ケ繝昴う繝ウ繝医Μ繧ケ繝医阪r謖螳壹@縺ヲ縺繧句エ蜷医ッ繧ィ繝ゥ繝シ縺ァ邨ゆコ縺励∪縺吶\n繝ュ繧ア繝シ繧キ繝ァ繝ウ險ア蜿ッ繧定ヲ∵アゅ@縺セ縺吶°シ
- SMBSync2縺ァWiFi縺ョSSID繧定ェュ縺ソ蜿悶k縺溘a縺ォ蠢隕√↑讓ゥ髯舌〒縺吶\n讓ゥ髯舌′險ア蜿ッ縺輔l繧九∪縺ァ縺ッ蜷梧悄繧ソ繧ケ繧ッ縺ァ縲後い繧ッ繧サ繧ケ繝昴う繝ウ繝医Μ繧ケ繝医阪r謖螳壹@縺ヲ縺繧句エ蜷医ッ繧ィ繝ゥ繝シ縺ァ邨ゆコ縺励∪縺吶よャ。縺ョ逕サ髱「縺ァ縲後い繝励Μ菴ソ逕ィ荳ュ縺ョ縺ソ縲阪r驕ク謚槭@縺ヲ縺上□縺輔>縲
- SMBSync2縺ァWiFi縺ョSSID繧定ェュ縺ソ蜿悶k縺溘a縺ォ蠢隕√↑讓ゥ髯舌〒縺吶\n讓ゥ髯舌′險ア蜿ッ縺輔l繧九∪縺ァ縺ッ蜷梧悄繧ソ繧ケ繧ッ縺ァ縲後い繧ッ繧サ繧ケ繝昴う繝ウ繝医Μ繧ケ繝医阪r謖螳壹@縺ヲ縺繧句エ蜷医ッ繧ィ繝ゥ繝シ縺ァ邨ゆコ縺励∪縺吶よャ。縺ョ逕サ髱「縺ァ縲後い繝励Μ縺ョ菴ソ逕ィ譎ゅョ縺ソ縲阪r驕ク謚槭@縺ヲ縺上□縺輔>縲
- 閭梧勹繝ュ繧ア繝シ繧キ繝ァ繝ウ險ア蜿ッ
- 讓ゥ髯舌′險ア蜿ッ縺輔l繧九∪縺ァ縺ッ蜷梧悄繧ソ繧ケ繧ッ縺ァ縲後い繧ッ繧サ繧ケ繝昴う繝ウ繝医Μ繧ケ繝医阪r謖螳壹@縺ヲ縺繧句エ蜷医ッ繧ィ繝ゥ繝シ縺ァ邨ゆコ縺励∪縺吶りィア蜿ッ繧剃ク弱∴繧句エ蜷医ッ繝。繝九Η繝シ縺九i縲御ス守イセ蠎ヲ繝ュ繧ア繝シ繧キ繝ァ繝ウ險ア蜿ッ縲阪r螳溯。後@縺ヲ縺上□縺輔>縲
- SMBSync2縺ァWiFi縺ョSSID繧定ェュ縺ソ蜿悶k縺溘a縺ォ蠢隕√↑讓ゥ髯舌〒縺吶\n讓ゥ髯舌′險ア蜿ッ縺輔l繧九∪縺ァ縺ッ蜷梧悄繧ソ繧ケ繧ッ縺ァ縲後い繧ッ繧サ繧ケ繝昴う繝ウ繝医Μ繧ケ繝医阪r謖螳壹@縺ヲ縺繧句エ蜷医ッ繧ィ繝ゥ繝シ縺ァ邨ゆコ縺励∪縺吶\n繝ュ繧ア繝シ繧キ繝ァ繝ウ險ア蜿ッ縺ァ縲悟クク縺ォ險ア蜿ッ縲阪r驕ク謚槭@縺ヲ縺上□縺輔>縲
- SMBSync2縺ァWiFi縺ョSSID繧定ェュ縺ソ蜿悶k縺溘a縺ォ蠢隕√↑讓ゥ髯舌〒縺吶\n讓ゥ髯舌′險ア蜿ッ縺輔l繧九∪縺ァ縺ッ蜷梧悄繧ソ繧ケ繧ッ縺ァ縲後い繧ッ繧サ繧ケ繝昴う繝ウ繝医Μ繧ケ繝医阪r謖螳壹@縺ヲ縺繧句エ蜷医ッ繧ィ繝ゥ繝シ縺ァ邨ゆコ縺励∪縺吶\n谺。縺ョ逕サ髱「縺ァ縲瑚ィュ螳壹〒險ア蜿ッ縺励※縺上□縺輔>縲阪r繧ソ繝繝励@縺ヲ縲√悟クク縺ォ險ア蜿ッ縲阪r驕ク謚槭@縺ヲ縺上□縺輔>縲
- 繝ュ繧ア繝シ繧キ繝ァ繝ウ險ア蜿ッ蜀驛ィ繧ケ繝医Ξ繝シ繧ク縺ォ繧「繧ッ繧サ繧ケ縺吶k險ア蜿ッ縺御ク弱∴繧峨l縺ヲ縺縺ェ縺縺溘a繧「繝励Μ繧ア繝シ繧キ繝ァ繝ウ繧定オキ蜍輔〒縺阪∪縺帙s縲蜀驛ィ繧ケ繝医Ξ繝シ繧ク縺ォ蜷梧悄縺吶k繝繝シ繧ソ繧邂。逅逕ィ繝繝シ繧ソ縺ョ隱ュ縺ソ譖ク縺阪r陦後≧縺溘a縺ォ縲∝驛ィ繧ケ繝医Ξ繝シ繧ク縺ォ繧「繧ッ繧サ繧ケ縺吶k險ア蜿ッ繧剃ク弱∴縺ヲ縺上□縺輔>縲蜀驛ィ繧ケ繝医Ξ繝シ繧ク險ア蜿ッ
@@ -299,7 +285,6 @@
繝繧」繝ャ繧ッ繝医Μ荳隕ァ繝輔か繝ォ繝繝シ繧ソ繧、繝繝槭え繝ウ繝医昴う繝ウ繝
- 繝ュ繧ー繧ェ繝ウ繝ュ繧ー繧ェ繝ウ縺御クュ豁「縺輔l縺セ縺励◆繝ュ繧ー繧ェ繝ウ繧ィ繝ゥ繝シ縺檎匱逕溘@縺セ縺励◆繝ュ繧ー繧ェ繝ウ縺梧ュ」蟶ク縺ォ螳御コ縺励∪縺励◆
@@ -402,6 +387,7 @@
蜑企勁繝繧」繝ャ繧ッ繝医Μ荳隕ァ髯、螟
+ 繝輔ぅ繝ォ繧ソ繝シ縺ォ繝ッ繧、繝ォ繝峨き繝シ繝峨′菴ソ逕ィ縺ァ縺阪∪縺吶 萓:\n192.168.100.* == 192.168.100.0-192.168.100.255\n192.168.* == 192.168.0.0 - 192.168.255.255- 驕ク謚樔セ: cache/temp;/my*/fo?der\n- 蜈ィ縺ヲ縺ョcache/temp繝繧」繝ャ繧ッ繝医Μ繝シ繧帝勁螟: \\cache/temp\n- 繝輔ぅ繝ォ繧ソ繝シ縺ッ\";\"縺ァ蛹コ蛻繧九%縺ィ縺ァ隍謨ー蜈・蜉帙〒縺阪∪縺兔n- 髯、螟悶′蜆ェ蜈医&繧後∪縺-繝輔ぃ繧、繝ォ蜷阪′蟇セ雎。縺ァ縺: file1;*.txt;*.jpg;file*\n-繝輔ぅ繝ォ繧ソ繝シ縺ッ\";\"縺ァ蛹コ蛻繧九%縺ィ縺ァ隍謨ー蜈・蜉帙〒縺阪∪縺兔n-髯、螟悶′蜆ェ蜈医&繧後∪縺縲後ヵ繧」繝ォ繧ソ繝シ縺ォ繧医j髯、螟悶&繧後◆繝繧」繝ャ繧ッ繝医Μ繝シ/繝輔ぃ繧、繝ォ繧貞炎髯、縺吶k縲阪′譛牙柑縺ォ縺ェ縺」縺ヲ縺繧九◆繧√√た繝シ繧ケ繝繧」繝ャ繧ッ繝医Μ縺ォ蟄伜惠縺励↑縺縺吶∋縺ヲ縺ョ繝輔ぃ繧、繝ォ縺ィ繝繧」繝ャ繧ッ繝医Μ繝シ縲√♀繧医ウ繝輔ぅ繝ォ繧ソ縺ォ繧医j髯、螟悶&繧後◆繝輔ぃ繧、繝ォ縺ィ繝繧」繝ャ繧ッ繝医Μ繝シ縺ッ螳帛医ョ繧」繝ャ繧ッ繝医Μ繝シ縺九i蜑企勁縺輔l縺セ縺吶
@@ -421,8 +407,8 @@
繝薙ョ繧ェ繝輔ぃ繧、繝ォ繧貞酔譛溘☆繧繧ェ繝励す繝ァ繝ウ:險ア螳ケ縺吶k繝槭せ繧ソ繝シ縺ィ繧ソ繝シ繧イ繝繝医ヵ繧。繧、繝ォ縺ョ譛邨よ峩譁ー譎ょ綾縺ョ蟾ョ(遘)
- 謖螳壹&繧後◆繧「繧ッ繧サ繧ケ繝昴う繝ウ繝医∪縺溘ッIP繧「繝峨Ξ繧ケ縺ァ辟。縺蝣エ蜷医ち繧ケ繧ッ繧偵せ繧ュ繝繝励@縲∵ャ。縺ョ繧ソ繧ケ繧ッ繧帝幕蟋九☆繧九
- 繧ー繝ュ繝シ繝舌ΝIP繧「繝峨Ξ繧ケ縺ァ縺ョ蜷梧悄繧定ィア蜿ッ縺吶k
+ 謖螳壹&繧後◆IP繧「繝峨Ξ繧ケ縺ァ辟。縺蝣エ蜷医ち繧ケ繧ッ繧偵せ繧ュ繝繝励@縲∵ャ。縺ョ繧ソ繧ケ繧ッ繧帝幕蟋九☆繧九
+ 蜈ィ縺ヲ縺ョIP繧「繝峨Ξ繧ケ縺ァ蜷梧悄繧定ィア蜿ッ縺吶k繝輔ぃ繧、繝ォ縺ョ荳頑嶌縺セ縺溘ッ蜑企勁縺ョ蜑阪↓遒コ隱阪☆繧繝輔ぅ繝ォ繧ソ繝シ縺ォ繧医j髯、螟悶&繧後◆繝繧」繝ャ繧ッ繝医Μ繝シ/繝輔ぃ繧、繝ォ繧貞炎髯、縺吶k隴ヲ蜻: 繧ス繝シ繧ケ繝繧」繝ャ繧ッ繝医Μ縺ォ蟄伜惠縺励↑縺縺吶∋縺ヲ縺ョ繝輔ぃ繧、繝ォ縺ィ繝繧」繝ャ繧ッ繝医Μ繝シ縲√♀繧医ウ繝輔ぅ繝ォ繧ソ縺ォ繧医j髯、螟悶&繧後◆繝輔ぃ繧、繝ォ縺ィ繝繧」繝ャ繧ッ繝医Μ繝シ縺ッ螳帛医ョ繧」繝ャ繧ッ繝医Μ繝シ縺九i蜑企勁縺輔l縺セ縺吶\n繝繧ケ繝医Δ繝シ繝峨∪縺溘ッ繝繧ケ繝医ョ繧」繝ャ繧ッ繝医Μ繝シ菴懈舌@縺ヲ繝繧ケ繝医@縺ヲ縲∵э蝗ウ縺励↑縺繝輔ぃ繧、繝ォ繧繝繧」繝ャ繧ッ繝医Μ繝シ繧貞炎髯、縺励↑縺縺薙→繧堤「コ隱阪☆繧倶コ九r蠑キ縺上♀蜍ァ繧√@縺セ縺吶
@@ -707,7 +693,6 @@
蜷梧悄繧ソ繧ケ繧ッ縺梧欠螳壹&繧後※縺縺セ縺帙s谺。縺ョ蜷梧悄繧ソ繧ケ繧ッ縺ォ縺ッ繧ィ繝ゥ繝シ縺悟性縺セ繧後※縺縺セ縺: %s蟆代↑縺上※繧ゆク縺、縺ョ譖懈律繧帝∈謚槭@縺ヲ縺上□縺輔>
- 繧ケ繧ア繧ク繝・繝シ繝ォ繝ェ繧ケ繝医ョ邱ィ髮繧ケ繧ア繧ク繝・繝シ繝ォ蜷阪′驥崎、縺励※縺縺セ縺吶繧ケ繧ア繧ク繝・繝シ繝ォ蜷阪′謖螳壹&繧後※縺縺セ縺帙s縲繧ケ繧ア繧ク繝・繝シ繝ォ蜷阪↓辟。蜉ケ縺ェ譁蟄励′蜷ォ縺セ繧後※縺縺セ縺: \"%s\"
@@ -749,15 +734,6 @@
繧ケ繧ア繧ク繝・繝シ繝ォ繧呈怏蜉ケ縺ォ縺吶k繧ケ繧ア繧ク繝・繝シ繝ォ繧堤┌蜉ケ縺ォ縺吶k隍謨ー繧ケ繧ア繧ク繝・繝シ繝ォ縺悟酔譎ょ綾縺ォ襍キ蜍輔&繧後k蝣エ蜷医ッ蜷梧悄繝ェ繧ケ繝医r縺セ縺ィ繧√驥崎、縺励◆蜷梧悄繧ソ繧ケ繧ッ繧堤┌隕悶@縺セ縺吶ゅ∪縺欷I-FI繧ェ繝励す繝ァ繝ウ繧ょ推繧ケ繧ア繧ク繝・繝シ繝ォ縺ァ謖螳壹@縺溘が繝励す繝ァ繝ウ繧堤オ縺ソ蜷医o縺帙@縺セ縺吶
-
- LogCat縺ョ髢句ァ
- LogCat縺ョ蛛懈ュ「
- LogCat縺ョ騾∽ソ。
- 騾∽ソ。
- LogCat縺ョ陦ィ遉コ
- AppLog縺ョ陦ィ遉コ
- LogCat縺ィAppLog縺ョ騾∽ソ。
- LogCat縺ィAppLog繧帝幕逋コ閠縺ォE-Mail縺ァ騾∽ソ。縺励∪縺兔nシ托シ鮫ogCat陦ィ遉コ繝懊ち繝ウ縺ィAppLog陦ィ遉コ繝懊ち繝ウ繧呈款縺怜螳ケ繧堤「コ隱阪@縺ヲ縺上□縺輔>シ医ユ繧ュ繧ケ繝医ヵ繧。繧、繝ォ繧定。ィ遉コ縺吶k縺溘a縺ョ繧「繝励Μ繧ア繝シ繧キ繝ァ繝ウ驕ク謚槭ョ逕サ髱「縺瑚。ィ遉コ縺輔l縺溘i縲√い繝励Μ繧ア繝シ繧キ繝ァ繝ウ繧帝∈謚槭@縺ヲ縺上□縺輔>シ噂nシ抵シ朱∽ソ。縺吶k蜀螳ケ繧堤「コ隱阪@縺溘i縲騾∽ソ。繝懊ち繝ウ繧呈款縺勇-Mail驕ク謚槭ム繧、繧「繝ュ繧ー縺ァE-Mail繧帝∈謚杤nシ難シ主ソ隕√↑繧峨ーE-Mail譛ャ譁縺ォ繝。繝繧サ繝シ繧ク繧貞・蜉帙@騾∽ソ。縺励※縺上□縺輔>縲ゑシ医Ο繧ー縺ッzip縺ォ蝨ァ邵ョ縺励∵キサ莉倥ヵ繧。繧、繝ォ縺ォ縺ェ縺」縺ヲ縺縺セ縺呻シ蜷梧悄繧ソ繧ケ繧ッ縺檎┌蜉ケ縺ォ縺ェ縺」縺ヲ縺繧九◆繧√∝酔譛溘ち繧ケ繧ッ繧帝幕蟋九〒縺阪∪縺帙s縺ァ縺励◆縲SMBSync2繧ケ繧ア繧ク繝・繝シ繝ゥ繝シ縺九i蜷梧悄隕∵アゅr蜿励¢莉倥¢縺セ縺励◆縲
@@ -977,10 +953,10 @@
120000Response timeout
- Server Connection Timeout
+ Server Connection Timeout(SMBv1/2/3)settings_smb_disable_plain_text_passwordsDisable Plain Text Passwords
- Disable Plain Text Passwords
+ Disable Plain Text Passwords(SMBv1)settings_smb_lm_compatibilityLmCompatibility Level
@@ -998,17 +974,14 @@
4LmCompatibility Level
- LmCompatibility Level
+ LmCompatibility Level(SMBv1)SMB險ュ螳settings_smb_use_extended_securityUse Extended Security
- Use Extended Security
+ Use Extended Security(SMBv1)settings_suppress_warning_app_specific_dir繧「繝励Μ繧ア繝シ繧キ繝ァ繝ウ蝗コ譛峨ョ繧」繝ャ繧ッ繝医Μ縺ョ菴ソ逕ィ縺ォ縺、縺縺ヲ縺ョ隴ヲ蜻翫r陦ィ遉コ縺励↑縺繧「繝励Μ繧ア繝シ繧キ繝ァ繝ウ蝗コ譛峨ョ繧」繝ャ繧ッ繝医Μ縺ョ菴ソ逕ィ
- settings_suppress_warning_location_service_disabled
- 繝ュ繧ア繝シ繧キ繝ァ繝ウ繧オ繝シ繝薙せ譛牙柑蛹悶↓縺、縺縺ヲ縺ョ隴ヲ蜻翫r陦ィ遉コ縺励↑縺
- 繝ュ繧ア繝シ繧キ繝ァ繝ウ繧オ繝シ繝薙せ譛牙柑蛹悶ョ隴ヲ蜻settings_sync_history_log隧ウ邏ー繝ュ繧ー繧剃ソ晏ュ倥☆繧蜷梧悄螻・豁エ
@@ -1027,6 +1000,7 @@
譌・譛ャ隱 (ja)ムムτムミコミクミケ (ru)荳ュ譁(zh)
+ Italiano(it)0
@@ -1035,12 +1009,13 @@
345
+ 6settings_screen_theme逕サ髱「繝繝シ繝逕サ髱「繝繝シ繝
- 讓呎コ
+ 繝繝シ繧ッ繝ゥ繧、繝医ユ繝シ繝繝悶Λ繝繧ッ繝繝シ繝
@@ -1049,6 +1024,21 @@
12
+ settings_display_font_scale_factor
+ 譁蟄励し繧、繧コ
+ 譁蟄励し繧、繧コ縺ョ驕ク謚
+
+ 蟆上&縺(80﹪)
+ 譎ョ騾(100﹪)
+ 螟ァ縺阪>(120﹪)
+ 蜃縺丞、ァ縺阪>(160﹪)
+
+
+ 0
+ 1
+ 2
+ 3
+ settings_vibrate_when_sync_ended遶ッ譛ォ縺ョ謖ッ蜍輔ョ譚。莉カ
diff --git a/SMBSync2/src/main/res/values-ru/ru_string_resource.xml b/SMBSync2/src/main/res/values-ru/ru_string_resource.xml
index 3d89f8db..3d8b9eab 100644
--- a/SMBSync2/src/main/res/values-ru/ru_string_resource.xml
+++ b/SMBSync2/src/main/res/values-ru/ru_string_resource.xml
@@ -5,9 +5,9 @@
ミ毛τミスミーミサ ミクミキミシミオミスミオミスミクミケミ湲ミクミイミームひスミセムムび ミ ミソムミセミウムミーミシミシミオ SMBSync2
- SMBSync2_Desc_RU_Short.htm
- SMBSync2_Privacy_RU.htm
- SMBSync2_Change_EN.htm
+ SMBSync2_Desc_RU_Short.html
+ SMBSync2_Privacy_RU.html
+ SMBSync2_Change_RU.htmlミ侑シミソミセムム ムミーミケミサミー ミキミーミエミーミスミクムミ。ミソミクムミセミコ ムミーミケミサミセミイ
@@ -44,19 +44,19 @@
ミ渙セミエムひイミオムミエミクムひオ ミソミームミセミサムミ渙ームミセミサミク ミスミオ ムミセミイミソミーミエミーム紗.
- SMBSync2_Help_RU_task.htm
+ SMBSync2_Help_RU_task.htmlミ。ミソムミーミイミコミー ミソミセ ミキミーミエミームミーミシ ムミクミスムムミセミスミクミキミームミクミク
- SMBSync2_Help_RU_folder_internal.htm
+ SMBSync2_Help_RU_folder_internal.htmlミ。ミソムミーミイミコミー ミソミセ ミイミスムτびミオミスミスミオミシム ムムミーミスミクミサミクム禾
- SMBSync2_Help_RU_folder_sdcard.htm
+ SMBSync2_Help_RU_folder_sdcard.htmlミ。ミソムミーミイミコミー ミソミセ ミコミームムひオ ミソミーミシム肖ひク
- SMBSync2_Help_RU_folder_usb.htm
+ SMBSync2_Help_RU_folder_usb.htmlミ。ミソムミーミイミコミー ミソミセ USB
- SMBSync2_Help_RU_folder_smb.htm
+ SMBSync2_Help_RU_folder_smb.htmlミ。ミソムミーミイミコミー ミソミセ SMB-ムミオムミイミオムム
- SMBSync2_Help_RU_folder_zip.htm
+ SMBSync2_Help_RU_folder_zip.htmlミ。ミソムミーミイミコミー ミソミセ ZIP ムミーミケミサム
- SMBSync2_Help_RU_task_picture.htm
+ SMBSync2_Help_RU_task_picture.htmlミ。ミソムミーミイミコミー ミソミセ ムミクミスムムミセミスミクミキミームミクミク ミイ ミコミームムひクミスミコミームミ」ミソムミーミイミサミオミスミクミオ ミカムτミスミーミサミセミシ
@@ -141,16 +141,11 @@
ミ ミコミームミオムムひイミオ ミシミオムムひー ムムミーミスミオミスミクム ミイム巾アムミーミス ミコミームひーミサミセミウ ミソムミクミサミセミカミオミスミクム. ミュムひセム ミコミームひーミサミセミウ ミク ミイムミオ ミエミーミスミスム巾オ, ミコミセムひセムム巾オ ミイム ムひーミシ ムミセムムミーミスミクミサミク, ムσエミーミサム肖紗びム ミソムミク ムσエミーミサミオミスミクミク ミソムミクミサミセミカミオミスミクム.ミ樮ひコミサム紗ミクムび ム采ひセ ミソムミオミエムσソムミオミカミエミオミスミクミオ (ミシミセミカミスミセ ミイミコミサム紗ミクムび ミイ ミスミームムびミセミケミコミーム ミクミスムひオムムミオミケムミー ミソミセミサム糊キミセミイミームひオミサム)ミ湲ミオミエムσソムミオミカミエミオミスミクミオ ミセミア ミクムミソミセミサム糊キミセミイミーミスミクミク ミコミームひーミサミセミウミー ミソムミクミサミセミカミオミスミクム
- ミ斷ームミクミスミーム ム Android 8.1, ムミサミオミエムτ紗禍ーム ミキミーミエミームミー ミアムσエミオム ミキミーミイミオムム威オミスミー ム ミセム威クミアミコミセミケ, ミソミセムミコミセミサム糊コム ムミサムσカミアミー ミセミソムミオミエミオミサミオミスミクム ミシミオムムひセミソミセミサミセミカミオミスミクム ミセムひコミサム紗ミオミスミー. ミ渙セミカミーミサムσケムムひー, ミイミコミサム紗ミクムひオ ムミサムσカミアム ミセミソムミオミエミオミサミオミスミクム ミシミオムムひセミソミセミサミセミカミオミスミクム ミイ ミスミームムびミセミケミコミーム ムミクムムひオミシム ミクミサミク ミクミキミシミオミスミクムひオ ミソミームミーミシミオムび ムミクミスムムミセミスミクミキミームミクミク ミスミー ツォミソムミク ミソミセミエミコミサム紗ミオミスミクミク ミコ ムひセムミコミオ ミエミセムムびσソミーツサ, ツォムミームムひスム巾ケ ミーミエムミオムツサ ミクミサミク ツォムミソミクムミセミコ IP-ミーミエムミオムミセミイツサ.
- ミ斷ームミクミスミーム ム Android 8.1, ムミサミオミエムτ紗禍クミオ ミキミーミエミームミク ミスミオ ミクミシミオム紗 ツォミミーミキムミオム威オミスミクミオ ミセミソムミオミエミオミサミオミスミクム ミスミクミキミコミセミケ ムひセムミスミセムムひクツサ, ミソミセム采ひセミシム ムミクミスムムミセミスミクミキミームミクム ミキミーミイミオムム威ーミオムびム ム ミセム威クミアミコミセミケ. ミ渙セミカミーミサムσケムムひー, ミエミーミケムひオ ムミーミキムミオム威オミスミクミオ ミクミキ ミシミオミスム ミクミサミク ミクミキミシミオミスミクムひオ ミスミー ツォミァミームムひスム巾ケ ミーミエムミオムツサ ミクミサミク ツォミ。ミソミクムミセミコ IP-ミーミエムミオムミセミイツサ, ミオムミサミク ツォミ渙セミエミコミサム紗ミオミス ミコ ムひセムミコミオ ミエミセムムびσソミーツサ ミイ ミセミソムミクミク ムミクミスムムミセミスミクミキミームミクミク.
- ツォミ Android 8.1 ムミサミオミエムτ紗禍クミオ ミキミーミエミームミク ミアムσエムτ ミキミーミイミオムム威オミスム ム ミセム威クミアミコミセミケ, ミソミセムミコミセミサム糊コム ムミサムσカミアミー ミセミソムミオミエミオミサミオミスミクム ミシミオムムひセミソミセミサミセミカミオミスミクム ミク ミシミオムムひセミソミセミサミセミカミオミスミクミオ ム ミスミクミキミコミセミケ ムひセムミスミセムムび袴 ミスミオミエミセムムびσソミスム. ミ柘巾ソミセミサミスミクムひオ ミセミエミスミセ ミクミキ ムミサミオミエムτ紗禍クム ミエミオミケムムひイミクミケ: \n1. ミ漬コミサム紗ミクムひオ ムミサムσカミアム ミセミソムミオミエミオミサミオミスミクム ミシミオムムひセミソミセミサミセミカミオミスミクム ミイ ミスミームムびミセミケミコミーム ムミクムムひオミシム, ミ渙セムミサミオ ム采ひセミウミセ ミエミーミケムひオ ツォムミーミキムミオム威オミスミクミオ ミスミー ミサミセミコミームミクム ミスミクミキミコミセミケ ムひセムミスミセムムひクツサ ミクミキ ミシミオミスム ミソムミクミサミセミカミオミスミクム. \n2 ミ侑キミシミオミスミクムひオ ミスミー ツォミァミームムひスム巾ケ ミーミエムミオムツサ ミクミサミク ツォミ。ミソミクムミセミコ IP-ミーミエムミオムミセミイツサ, ミコミセミウミエミー ツォミ渙セミエミコミサム紗ミオミス ミコ ムひセムミコミオ ミエミセムムびσソミーツサ ミイ ミセミソムミクミク ムミクミスムムミセミスミクミキミームミクミク.
- ミ斷オ ムσエミーミオムびム ミソミセミサムτミクムび ミクミシム ムひセムミコミク ミエミセムムびσソミー WiFi, ミソミセムミコミセミサム糊コム ムミサムσカミアミー ミセミソムミオミエミオミサミオミスミクム ミシミオムムひセミソミセミサミセミカミオミスミクム ミスミオ ミイミコミサム紗ミオミスミー. ミ渙セミカミーミサムσケムムひー, ミイミコミサム紗ミクムひオ ミシミオムムひセミソミセミサミセミカミオミスミクミオ ミイ ミスミームムびミセミオミコ.
- ミ斷オミイミセミキミシミセミカミスミセ ミソミセミサムτミクムび ミクミシム ムひセムミコミク ミエミセムムびσソミー WiFi, ミソミセムミコミセミサム糊コム ミシミオムムひセミソミセミサミセミカミオミスミクミオ ム ミスミクミキミコミセミケ ムひセムミスミセムムび袴 ミスミオ ミエミセムムびσソミスミセ. ミ渙セミカミーミサムσケムムひー, ミイム巾アミオムミクムひオ ミシミオムムひセミソミセミサミセミカミオミスミクミオ ミスミクミキミコミセミケ ムひセムミスミセムムひク ミイ ミシミオミスム.
- ミ斷オミイミセミキミシミセミカミスミセ ミソミセミサムτミクムび ミクミシム ムひセムミコミク ミエミセムムびσソミー WiFi, ミソミセムミコミセミサム糊コム ミセミソムミオミエミオミサミオミスミクミオ ミシミオムムひセミソミセミサミセミカミオミスミクム ム ミスミクミキミコミセミケ ムひセムミスミセムムび袴 - ツォミミーミキムミオム威オミスミセ ムひセミサム糊コミセ ミソムミク ミクムミソミセミサム糊キミセミイミーミスミクミク ミソムミクミサミセミカミオミスミクム渉サ. ミ渙セミカミーミサムσケムムひー, ミクミキミシミオミスミクムひオ ミシミオムムひセミソミセミサミセミカミオミスミクミオ ミスミクミキミコミセミケ ムひセムミスミセムムひク ミイ ミシミオミスム ミスミー ツォミ柘ミオミウミエミー ムミーミキムミオム威ームび個サ.
+ ミ。ミソミクムミコミク ムひセムミオミコ ミエミセムムびσソミー ミスミオミエミセムムびσソミスム
+ ミ。ミソミクムミコミク ムひセムミオミコ ミエミセムムびσソミー ミスミオミエミセムムびσソミスム
+ ミ。ミソミクムミコミク ムひセムミオミコ ミエミセムムびσソミー ミアミセミサム袴威オ ミスミオ ミエミセムムびσソミスム ミクミキ-ミキミー ムミセミセムひイミオムびムひイミクム ミソミセミサミクムひクミコミオ ミコミセミスムミクミエミオミスムミクミーミサム糊スミセムムひク Google Play, ミソミセム采ひセミシム ミセミソムミクム ミアミオムミソムミセミイミセミエミスミセミケ ムひセムミコミク ミエミセムムびσソミー ミアム巾サミー ミクミキミシミオミスミオミスミー ミスミー \"ミ侑シミオミオム ムミームムひスム巾ケ ミーミエムミオム―".
+ ミ。ミソミクムミセミコ ムひセムミオミコ ミエミセムムびσソミー ミアミセミサム袴威オ ミスミオ ミエミセムムびσソミオミス ミイ ムミセミセムひイミオムびムひイミクミク ム ミソミセミサミクムひクミコミセミケ ミコミセミスムミクミエミオミスムミクミーミサム糊スミセムムひク Google Play. ミ渙セミカミーミサムσケムムひー, ミセムびミオミエミーミコムひクムムσケムひオ ミキミーミエミーミスミクミオ ムミクミスムムミセミスミクミキミームミクミク ミク ミクミキミシミオミスミクムひオ ミオミウミセ ミスミー \"ミ。ミソミクムミセミコ IP-ミーミエムミオムミセミイ\" ミク ム. ミエ.ミ斷オ ミソミセミコミーミキム巾イミームび ム采ひセ ミソムミオミエムσソムミオミカミエミオミスミクミオ ムミスミセミイミー ミイ ムミサミオミエムτ紗禍クミケ ムミーミキ
- ミ湲ミオミエムσソムミオミカミエミオミスミクミオ ムミサムσカミアム ミセミソムミオミエミオミサミオミスミクム ミシミオムムひセミソミセミサミセミカミオミスミクム
- LocationPermission1-EN.jpg
- LocationPermission2-EN.jpgミ墟ームムひー SDミ斷オ ムσエミーミサミセムム ミソミセミサムτミクムび ムミーミキムミオム威オミスミクミオ ミスミー ミキミーミソミクムム SD ミコミームムび.ミ柘 ミスミオ ミシミセミカミクムひオ ムミクミスムムミセミスミクミキミクムミセミイミームび袴ム, ミソミセミコミー ミスミオ ミアムσエミオム ミソムミオミエミセムムひーミイミサミオミスミセ ムミーミキムミオム威オミスミクミオ ミスミー ミキミーミソミクムム ミイ SD ミコミームムび. ミ厘ーミエミームミー=%s
@@ -173,15 +168,6 @@
ミミーミキムミオム威クムび ミキミーミソミクムム ミスミー USB-ミスミセムミクムひオミサムミ墟セムミスミオミイミセミケ ミコミームひーミサミセミウ USB-ミスミセムミクムひオミサム ミスミオ ミアム巾サ ミイム巾アムミーミス. ミ・ミセムひクムひオ ミオミウミセ ミイム巾アムミームび?SDCARD ミアム巾サミー ミイム巾アムミーミスミー. ミ・ミセムひクムひオ ミソミセミイムひセムミスミセ ミイム巾アムミームび USB-ミスミーミコミセミソミクムひオミサム?
- ミ篇ミサミク ミイ ミスミームムびミセミケミコミーム ミキミーミエミーミスミクム ムσコミーミキミームび \"ミ。ミソミクムミセミコ ムひセムミオミコ ミエミセムムびσソミー\", ムひセ ムミクミスムムミセミスミクミキミームミクム ミアムσエミオム ミスミオムσエミームミスミセミケ, ミオムミサミク ミイム ミスミオ ムミーミキムミオム威クムひオ ミ。ミサムσカミアミオ ミ慴オムムひセミソミセミサミセミカミオミスミクム. ミ渙セミカミーミサムσケムムひー, ムミーミキムミオム威クムひオ \"ミミーミキムミオム威オミスミクミオ ミスミー ミウムムσアミセミオ ムミームミソミセミサミセミカミオミスミクミオ\" ミクミキ ミシミオミスム.
- SMBSync2 ミソムミクミイミクミサミオミウミクミク, ミスミオミセミアムミセミエミクミシム巾オ ミエミサム ムムひオミスミクム SSID WiFi. \nミ篇ミサミク ミイム ムσコミーミカミオムひオ \"ミ。ミソミクムミセミコ ムひセムミオミコ ミエミセムムびσソミー\" ミイ ミキミーミエミームミオ ムミクミスムムミセミスミクミキミームミクミク, ミソミセミコミー ミスミオ ミアムσエミオム ミソムミオミエミセムムひーミイミサミオミスミセ ムミーミキムミオム威オミスミクミオ, ミキミーミイミオムム威クムびム ム ミセム威クミアミコミセミケ. \nミ柘 ムミセムひクムひオ ミキミーミソムミセムミクムび ムミーミキムミオム威オミスミクミオ ミスミー ミスミオムひセムミスミセミオ ミシミオムムひセミセミソムミオミエミオミサミオミスミクミオ?
- SMBSync2 ミソムミクミイミクミサミオミウミクミク, ミスミオミセミアムミセミエミクミシム巾オ ミエミサム ムムひオミスミクム SSID WiFi. \nミ篇ミサミク ミイム ムσコミーミカミオムひオ \"ミ。ミソミクムミセミコ ムひセムミオミコ ミエミセムムびσソミー\" ミイ ミキミーミエミームミオ ムミクミスムムミセミスミクミキミームミクミク, ミソミセミコミー ミスミオ ミアムσエミオム ミソムミオミエミセムムひーミイミサミオミスミセ ムミーミキムミオム威オミスミクミオ, ミキミーミイミオムム威クムびム ム ミセム威クミアミコミセミケ. ミ渙セミカミーミサムσケムムひー, ミイム巾アミオムミクムひオ \"ミミーミキムミオム威クムび ミイムミオ ミイムミオミシム十" ミスミー ムミサミオミエムτ紗禍オミシ ム災コムミーミスミオ.
- SMBSync2 ミソムミクミイミクミサミオミウミクミク, ミスミオミセミアムミセミエミクミシム巾オ ミエミサム ムムひオミスミクム SSID WiFi. \nミ篇ミサミク ミイム ムσコミーミカミオムひオ \"ミ。ミソミクムミセミコ ムひセムミオミコ ミエミセムムびσソミー\" ミイ ミキミーミエミームミオ ムミクミスムムミセミスミクミキミームミクミク, ミソミセミコミー ミスミオ ミアムσエミオム ミソムミオミエミセムムひーミイミサミオミスミセ ムミーミキムミオム威オミスミクミオ, ミキミーミイミオムム威クムびム ム ミセム威クミアミコミセミケ. ミ渙セミカミーミサムσケムムひー, ミイム巾アミオムミクムひオ "ミ漬セ ミイムミオミシム ミクムミソミセミサム糊キミセミイミーミスミクム ミソムミクミサミセミカミオミスミクム" ミスミー ムミサミオミエムτ紗禍オミシ ム災コムミーミスミオ.
- ミミーミキムミオム威オミスミクミオ ミスミー ムミセミスミセミイミセミオ ムミームミソミセミサミセミカミオミスミクミオ
- ミ篇ミサミク ミイ ミスミームムびミセミケミコミーム ミキミーミエミーミスミクム ムσコミーミキミームび \"ミ。ミソミクムミセミコ ムひセムミオミコ ミエミセムムびσソミー\", ムひセ ムミクミスムムミセミスミクミキミームミクム ミアムσエミオム ミスミオムσエミームミスミセミケ, ミオムミサミク ミイム ミスミオ ムミーミキムミオム威クムひオ ミ。ミサムσカミアミオ ミ慴オムムひセミソミセミサミセミカミオミスミクム. ミ渙セミカミーミサムσケムムひー, ムミーミキムミオム威クムひオ \"ミミーミキムミオム威オミスミクミオ ミスミー ミウムムσアミセミオ ムミームミソミセミサミセミカミオミスミクミオ\" ミクミキ ミシミオミスム.
- ミュムひセ ムミーミキムミオム威オミスミクミオ ミスミオミセミアムミセミエミクミシミセ ミエミサム ムムひオミスミクム WiFi SSID ミイ SMBSync2.\nミ頒セ ムひオム ミソミセム ミソミセミコミー ムミーミキムミオム威オミスミクミオ ミスミオ ミアムσエミオム ミソムミオミエミセムムひーミイミサミオミスミセ, SMBSync2 ミイム巾ケミエミオム ム ミセム威クミアミコミセミケ, ミオムミサミク ミイ ミキミーミエミームミオ ムミクミスムムミセミスミクミキミームミクミク ムσコミーミキミーミス \"ミ。ミソミクムミセミコ ムひセムミオミコ ミエミセムムびσソミー\".\nミ ムミーミキミエミオミサミオ ミミーミキムミオム威オミスミクム ミスミー ミシミオムムひセミソミセミサミセミカミオミスミクミオ ミイム巾アミオムミクムひオ \"ミ柘ミオミウミエミー ムミーミキムミオム威ームび圭".
- ミュムひセ ムミーミキムミオム威オミスミクミオ ミスミオミセミアムミセミエミクミシミセ ミエミサム ムムひオミスミクム WiFi SSID ミイ SMBSync2.\nミ頒セ ムひオム ミソミセム ミソミセミコミー ムミーミキムミオム威オミスミクミオ ミスミオ ミアムσエミオム ミソムミオミエミセムムひーミイミサミオミスミセ, SMBSync2 ミイム巾ケミエミオム ム ミセム威クミアミコミセミケ, ミオムミサミク ミイ ミキミーミエミームミオ ムミクミスムムミセミスミクミキミームミクミク ムσコミーミキミーミス \"ミ。ミソミクムミセミコ ムひセムミオミコ ミエミセムムびσソミー\".\nミ ムミーミキミエミオミサミオ ミミーミキムミオム威オミスミクム ミスミー ミシミオムムひセミソミセミサミセミカミオミスミクミオ ミイム巾アミオムミクムひオ \"ミ柘ミオミウミエミー ムミーミキムミオム威ームび圭".
- ミミーミキムミオム威オミスミクミオ ミスミー ミスミオムひセムミスミセミオ ミシミオムムひセミソミセミサミセミカミオミスミクミオミ斷オミイミセミキミシミセミカミスミセ ミキミーミソムτムひクムび ミソムミクミサミセミカミオミスミクミオ, ムひーミコ ミコミーミコ ミイミーミシ ミスミオ ミアム巾サミセ ミソムミオミエミセムムひーミイミサミオミスミセ ムミーミキムミオム威オミスミクミオ ミスミー ミエミセムムびσソ ミコ ミイミスムτびミオミスミスミオミケ ミソミーミシム肖ひク.ミ湲ミオミエミセムムひーミイム袴ひオ ムミーミキムミオム威オミスミクミオ ミスミー ミエミセムムびσソ ミコ ミイミスムτびミオミスミスミオミシム ムムミーミスミクミサミクム禾 ミエミサム ムムひオミスミクム ミク ミキミーミソミクムミク ミエミーミスミスム錦, ミコミセムひセムム巾オ ムミクミスムムミセミスミクミキミクムミセミイミーミスム ム ミイミスムτびミオミスミスミクミシ ムムミーミスミクミサミクム禍オミシ ミク ミエミサム ミーミエミシミクミスミクムムびミームひクミイミスム錦 ミエミーミスミスム錦.ミミーミキムミオム威オミスミクミオ ミスミー ミイミスムτびミオミスミスミオミオ ムムミーミスミオミスミクミオ
@@ -299,7 +285,6 @@
ミ。ミソミクムミセミコ ミコミームひーミサミセミウミセミイミ「ミクミソ ミソミーミソミコミクミ「ミセムミコミー ミシミセミスムひクムミセミイミーミスミクム
- ミ柘ミセミエ ミイ ムミクムムひオミシムミ湲ミセムミオムム ミイムミセミエミー ミイ ムミクムムひオミシム ミセムひシミオミスミオミスミ樮威クミアミコミー ミイミセ ミイムミオミシム ミイムミセミエミー ミイ ムミクムムひオミシムミ」ムミソミオム威スム巾ケ ミイムミセミエ ミイ ムミクムムひオミシム
@@ -358,9 +343,9 @@
ミ佯ムひセムミスミクミコ ミソミセミエミコミームミコミク ミク ミシミオムムひセ ミスミーミキミスミームミオミスミクムミ厘ーミシミオミスミー ムミセミエミオムミカミクミシミセミウミセ ミクムムミセミエミスミセミケ ミク ミコミセミスミオムミスミセミケ ミソミーミソミセミコ ミシミセミカミオム ミソムミクミイミオムムひク ミコ ムσエミーミサミオミスミクム ミスミオミソムミオミエミスミーミシミオムミオミスミスム錦 ムミーミケミサミセミイ ミクミサミク ミコミームひーミサミセミウミセミイ.\nミ斷ームムびミセミケムひオ ムひオムムひセミイム巾ケ ムミオミカミクミシ ミクミサミク ムミセミキミエミーミケムひオ ムひオムムひセミイムτ ミエミクムミオミコムひセムミクム ミク ミソムミセミイミオミエミクムひオ ミソムミセミイミオムミコム, ムムひセミアム ムσアミオミエミクムび袴ム, ムムひセ ミスミオミソムミオミエミスミーミシミオムミオミスミスム巾オ ムミーミケミサム ミクミサミク ミコミームひーミサミセミウミク ミスミオ ミアムσエムτ ムσエミーミサミオミスム.ミ、ミクミサム袴び ミコミームひーミサミセミウミー ミスミオ ミアム巾サ ミセミソムミオミエミオミサミオミス
- ミ侑シム ミコミームひーミサミセミウミー ムミセミエミオムミカミーミサミセ ミスミオミエミセミソムτムひクミシム巾オ ムミクミシミイミセミサム, ミク ミセミスミク ミアム巾サミクミセ ムσエミーミサミオミスム (\": \\, *, < > \|).
+ ミ侑シム ミコミームひーミサミセミウミー ムミセミエミオムミカミーミサミセ ミスミオミエミセミソムτムひクミシム巾オ ムミクミシミイミセミサム, ミク ミセミスミク ミアム巾サミクミセ ムσエミーミサミオミスム (\", :, \\, *, <, >, \|).ミ、ミクミサム袴び ムミーミケミサミー ミスミオ ミアム巾サ ミセミソムミオミエミオミサミオミス
- ミ斷オミエミセミソムτムひクミシム巾オ ムミクミシミイミセミサム (/, \": \\, *, < > \|), ミアム巾サミク ムσエミーミサミオミスム ミクミキ ミクミシミオミスミク ムミーミケミサミー.
+ ミ斷オミエミセミソムτムひクミシム巾オ ムミクミシミイミセミサム (/, \": \\, *, < >, \|), ミアム巾サミク ムσエミーミサミオミスム ミクミキ ミクミシミオミスミク ムミーミケミサミー.ミ侑ウミスミセムミクムミセミイミーミサ, ミソミセムひセミシム ムムひセ ミソミオムミイミーム ミアムσコミイミー - \"/\".Add the following keyword to directory names (The keyword is converted to the date and time that the sync was performed)Add the following keyword to file names (The keyword is converted to the date and time that the sync was performed)
@@ -402,6 +387,7 @@
ミ」ミエミーミサミクムびミ。ミソミクムミセミコ ミコミームひーミサミセミウミーミ佯ミコミサム紗ミクムび
+ ミ ムミクミサム袴びミオ ミシミセミカミスミセ ミクムミソミセミサム糊キミセミイミームび ミソミセミエムムひーミスミセミイミセムミスム巾オ ミキミスミーミコミク. ミ湲ミクミシミオム:\n192.168.100.* == 192.168.100.0-192.168.100.255\n192.168.* == 192.168.0.0 - 192.168.255.255- include exp: cache/temp;/my*/fo?der\n- exclude all cache/temp folders: \\cache/temp\n- filters can be entered in same line, separated by \";\"\n- exclude filter wins- ミセムびミクミサム袴びミセミイミームび ミイムミオ ムミーミケミサム ム ミクミシミオミスミーミシミク: file1;*.txt;*.jpg;file*.\n- ムミクミサム袴びム ミシミセミカミスミセ ムひーミコミカミオ ミイミイミセミエミクムび ミイ ムひセミケ ミカミオ ムムびミセミコミオ, ムミーミキミエミオミサミオミスミスミセミケ \"; \"; \n- ムミクミサム袴びム ミシミセミカミスミセ ムひーミコミカミオ ミイミイミセミエミクムび ミイ ムひセミケ ミカミオ ムムびミセミコミオ, ムミーミキミエミオミサミオミスミスミセミケ \"; \".\n - ミクムミコミサム紗ミクムび ミイム巾クミウムム錦威ク ムミクミサム袴びミセミイミ湲ミク ミイミコミサム紗ミオミスミスミセミケ ミセミソムミクミク \"ミ」ミエミーミサム紹オム ミコミームひーミサミセミウミク ミク ムミーミケミサム, ミクムミコミサム紗ミオミスミスム巾オ ムミクミサム袴びミセミシ\" ミイムミオ ムミーミケミサム ミク ミコミームひーミサミセミウミク, ミスミオ ミイムミセミエム肖禍クミオ ミイ ミクムムミセミエミスムτ ミエミクムミオミコムひセムミクム, ミー ムひーミコミカミオ ムミーミケミサム ミク ミコミームひーミサミセミウミク, ミクムミコミサム紗ミオミスミスム巾オ ムミクミサム袴びミセミシ, ミアムσエムτ ムσエミーミサミオミスム ミクミキ ムミオミサミオミイミセミケ ミエミクムミオミコムひセムミクミク.
@@ -421,7 +407,7 @@
ミ。ミクミスムムミセミスミクミキミクムミセミイミームび ミイミクミエミオミセムミーミケミサムミ榧ソムミクミク:ミ慴クミスミクミシミーミサム糊スミセ ミエミセミソムτムひクミシミーム ムミーミキミスミクムミー ミイミセ ミイムミオミシミオミスミク (ミイ ムミオミコムσスミエミーム) ミシミオミカミエム ミクムムミセミエミスム巾シ ミク ムミオミサミオミイム巾シ ムミーミケミサミーミシミク ミエミサム ムミクミスムムミセミスミクミキミームミクミク
- ミ湲ミセミソムτムひクムび ミキミーミエミームム, ミオムミサミク ミセミスミー ミスミオ ミソミセミエミコミサム紗ミオミスミー ミコ ムσコミーミキミーミスミスミセミケ ムひセムミコミオ ミエミセムムびσソミー ミクミサミク IP-ミーミエムミオム ミアミオムミソムミセミイミセミエミスミセミケ ミサミセミコミーミサム糊スミセミケ ムミオムひク ミスミオ ムミセミセムひイミオムびムひイムσオム ムσコミーミキミーミスミスミセミシム IP-ミーミエムミオムム.
+ ミ湲ミセミソムτムひクムひオ ミキミーミエミームム, ミオムミサミク IP-ミーミエムミオム WLAN ミスミオ ムミセミイミソミーミエミーミオム ム ムσコミーミキミーミスミスム巾シ IP-ミーミエムミオムミセミシ.ミミーミキムミオム威クムび ムミクミスムムミセミスミクミキミームミクム ム ミウミサミセミアミーミサム糊スム巾シミク IP-ミーミエムミオムミーミシミクミ渙セミエムひイミオムミエミクムひオ, ミソムミオミカミエミオ ムミオミシ ミソミオムミオミキミーミソミクムミームび/ムσエミーミサミクムびミ」ミエミーミサム紹オム ミコミームひーミサミセミウミク ミク ムミーミケミサム, ミクムミコミサム紗ミオミスミスム巾オ ムミクミサム袴びミセミシ
@@ -435,7 +421,7 @@
ミ漬コミサム紗ミクムび ムミコムム錦び巾オ ミコミームひーミサミセミウミクミ漬コミサム紗ミクムび ムミコムム錦び巾オ ムミーミケミサムミ墟セミソミクムミセミイミーミスミクミオ ムミーミケミサミー ミスミオ ミイム巾ソミセミサミスミオミスミセ, ミソミセムひセミシム ムムひセ ミイミコミサム紗ミオミスミー ミセミソムミクム ツォミ斷クミコミセミウミエミー ミスミオ ミソミオムミオミキミーミソミクムム巾イミームび ミコミセミスミオムミスム巾ケ ムミーミケミサ, ミオムミサミク ミセミス ミスミセミイミオミオ ミクムムミセミエミスミセミウミセ ムミーミケミサミーツサ.
- ミ湲ミセミソムτミコ ミコミームひーミサミセミウミセミイ ミク ミクミシミオミス ムミーミケミサミセミイ, ムミセミエミオムミカミーム禍クム ミスミオミエミセミソムτムひクミシム巾オ ムミクミシミイミセミサム (\": \\, *, < > \|)
+ ミ湲ミセミソムτミコ ミコミームひーミサミセミウミセミイ ミク ミクミシミオミス ムミーミケミサミセミイ, ムミセミエミオムミカミーム禍クム ミスミオミエミセミソムτムひクミシム巾オ ムミクミシミイミセミサム (\": \\, *, < >, \|)ミ湲ミクミスムσエミクムひオミサム糊スミセ ミソミセミサムτミクムび ミエミームび ミク ミイムミオミシム ミソミセムミサミオミエミスミオミウミセ ミセミアミスミセミイミサミオミスミクム ミイ SMBSync2ミ。ミクミスムムミセミスミクミキミクムミセミイミームび ムミーミケミサム ミイ ミコミセムミスミオ ミセムミスミセミイミスミセミケ ミエミクムミオミコムひセムミクミク (ミオムミサミク ムミサミーミカミセミコ ミスミオ ムτムひーミスミセミイミサミオミス, ムミクミスムムミセミスミクミキミクムムτ紗びム ムひセミサム糊コミセ ミソミーミソミコミク ミク ミクム ムミーミケミサム/ミソミセミエミコミームひーミサミセミウミク).ミ渙ミ片頒」ミ渙ミ片孟頒片斷侑: ミイミセミキミシミセミカミスム巾オ ミ斷オミセミカミクミエミーミスミスム巾オ ムミオミキムσサム袴ひームび欺nミ篇ミサミク ミイム ミカミクミイミオムひオ ミイ ミキミセミスミオ ム DST ミクミサミク ミソムミク ミソミオムミオミコミサム紗ミオミスミクミク ムミームミセミイム錦 ミソミセム肖ミセミイ, ムミオミサミオミイミセミケ ムミーミケミサ ミシミセミカミオム ミセム威クミアミセムミスミセ ミソミセミコミーミキミームび ミアミセミサミオミオ ムムひームミセミオ ミイムミオミシム, ムミオミシ ミクムムひセムミスミクミコ, ミオムミサミク ミセミス ミアム巾サ ミクミキミシミオミスミオミス ミイ ミソムミオミエミオミサミーム ミクミスムひオムミイミーミサミー DST/TimeZone.\nミ斷ームムひセム肖ひオミサム糊スミセ ムミオミコミセミシミオミスミエムσオムびム ミイミコミサム紗ミクムび ミセミソムミクム \"ミ渙セミエムひイミオムミエミクムび ミソミオムミオミエ ミソミオムミオミキミーミソミクムム袴/ムσエミーミサミオミスミクミオミシ\". \nミ渙セミカミーミサムσケムムひー, ミソムミセミイミオムム袴ひオ ムミセミエミオムミカミクミシミセミオ ムミーミケミサミー ミソミオムミオミエ ミオミウミセ ミソミオムミオミサミクムムび巾イミーミスミクミオミシ.
@@ -514,7 +500,7 @@
ミミームミソミクムミーミスミクミオミ。ミセミセミアム禍オミスミクムミ厘ーミエミームミー
- ミ柘錦ミセミエ ミクミキ SMBSync2.
+ ミ柘錦ミセミエ ミクミキ SMBSync2ミ柘巾ソミセミサミスミオミスミクミオ ムσソムミーミイミサミオミスミクム ムミーミケミサミーミシミク ミセミアムミサムσカミクミイミーミスミクム.ミ樮ひシミオミスミー ミセミアムミサムσカミクミイミーミスミクム
@@ -707,7 +693,6 @@
ミ湲τムひセミケ ムミソミクムミセミコ ミキミーミエミーム ムミクミスムムミセミスミクミキミームミクミクミ。ミサミオミエムτ紗禍クミオ ミキミーミエミームミク ムミクミスムムミセミスミクミキミームミクミク ムミセミエミオムミカミーム ミセム威クミアミコミク: %sミ渙セミカミーミサムσケムムひー, ミイム巾アミオムミクムひオ ムミセムび ミアム ミセミエミクミス ミエミオミスム ミスミオミエミオミサミク.
- ミ侑キミシミオミスミクムび ムミソミクムミセミコ ムミームミソミクムミーミスミクミケミ厘ーミエミームミー ミソミサミーミスミクムミセミイミーミスミクム ム ムひーミコミクミシ ミクミシミオミスミオミシ ムσカミオ ムムτ禍オムムひイムσオム.ミ侑シム ムミクミスムムミセミスミクミキミームミクミク ミスミオ ムσコミーミキミーミスミセ.ミ斷オミエミオミケムムひイミクムひオミサム糊スム巾ケ ムミクミシミイミセミサ ミイ ミスミーミキミイミーミスミクミク ムミームミソミクムミーミスミクム: \"%s\"
@@ -749,15 +734,6 @@
ミ籍コムひクミイミクムミセミイミームび ムτミサムσウム ミソミサミーミスミクムミセミイミーミスミクムミ樮ひコミサム紗ミクムび ムミサムσカミアム ミソミサミーミスミクムミセミイミーミスミクムミミームミソミクムミーミスミクミオ ミク ミソミームミーミシミオムびム Wi-Fi ミエミサム ミスミオムミコミセミサム糊コミクム ミキミーミエミーム ミアムσエムτ ミセミアム諌オミエミクミスミオミスム, ムムひセミアム ミクミキミアミオミカミームび ミエムσアミサミクムミセミイミーミスミクム ミソムミセムミオムムミセミイ ムミクミスムムミセミスミクミキミームミクミク.
-
- ミ厘ーミソムτムひクムび LogCat
- ミ。ムひセミソ LogCat
- ミ樮ひソムミーミイミクムび LogCat
- ミ樮ひソムミーミイミクムび
- ミ湲ミオミエミイミームミクムひオミサム糊スム巾ケ LogCat
- ミ湲ミオミエミイミームミクムひオミサム糊スム巾ケ ミソムミセムミシミセムび AppLog
- ミ樮ひソムミーミイミクムび LogCat ミク AppLog
- ミ樮ひソムミーミイム袴ひオ LogCat ミク AppLog ムミーミキムミーミアミセムびミクミコミーミシ ム災サミオミコムびミセミスミスム巾シ-mail\n1. ミ湲ミセミイミオムム袴ひオ ムミセミエミオムミカミーミスミクミオ ミソムτひオミシ ミスミーミカミームひクム ミコミスミセミソミコミク ミセムひセミアムミーミカミオミスミクム LogCat, ミク ミコミスミセミソミコミー ミセムひセミアムミーミカミオミスミクム AppLog (ミイム巾アミオムミクムひオ ミソムミクミサミセミカミオミスミクミオ, ミコミセミウミエミー ム災コムミーミス ミイム巾アミセムミー ミソムミクミサミセミカミオミスミクム ミセムひセミアムミーミカミオミス).\n 2. ミ渙セムミサミオ ミソミセミエムひイミオムミカミエミオミスミクム ムミセミエミオムミカミーミスミクム, ミコミセムひセムミセミオ ミアムσエミオム ミセムひソムミーミイミサミオミスミセ, ミスミーミカミシミクムひオ ミセムひソムミーミイミクムび ミコミスミセミソミコム ミク ミイム巾アミオムミクムひオ ム災サミオミコムびミセミスミスムτ ミソミセムムび ミイ ミソミセムムひセミイミセミシ ミエミクミーミサミセミウミセミイミセミシ ミセミコミスミオ ミイム巾アミセムミー \n3. ミ漬イミオミエミクムひオ, ムミセミセミアム禍オミスミクミオ ミイ ムひオミサミオ ム災サミオミコムびミセミスミスミセミウミセ ミソミクムム糊シミー ミソムミク ミスミオミセミアムミセミエミクミシミセムムひク ミソムミクミコムミオミソミクムひオ ム災サミオミコムびミセミスミスミセミオ ミソミクムム糊シミセ (ミカムτミスミーミサ ムミカミーム ミエミセ zip ミク ミソムミクムミセミオミエミクミスミオミス ミコ ム災サミオミコムびミセミスミスミセミケ ミソミセムムひオ).ミ渙セムミコミセミサム糊コム ミキミーミエミームミー ムミクミスムムミセミスミクミキミームミクミク ミセムひコミサム紗ミオミスミー, ミセミスミー ミスミオ ムミシミセミウミサミー ミキミーミソムτムひクムび ミキミーミエミームム ムミクミスムムミセミスミクミキミームミクミク.ミ厘ーミソムミセム ムミクミスムムミセミスミクミキミームミクミク ミソミセミサムτミオミス ミセム ミソミサミーミスミクムミセミイム禍クミコミー SMBSync2.
@@ -977,10 +953,10 @@
120000ミ柘ミオミシム ミセミカミクミエミーミスミクム ミセムひイミオムひー
- ミ柘ミオミシム ミセミカミクミエミーミスミクム ミセムひイミオムひー ミコミサミクミオミスムひー
+ ミ柘ミオミシム ミセミカミクミエミーミスミクム ミセムひイミオムひー ミコミサミクミオミスムひー(SMBv1/2/3)settings_smb_disable_plain_text_passwordsミ樮ひコミサム紗ミクムび ミセミアム錦ミスム巾オ ムひオミコムムひセミイム巾オ ミソミームミセミサミク
- ミ樮ひコミサム紗ミクムび ミセミアム錦ミスム巾オ ムひオミコムムひセミイム巾オ ミソミームミセミサミク
+ ミ樮ひコミサム紗ミクムび ミセミアム錦ミスム巾オ ムひオミコムムひセミイム巾オ ミソミームミセミサミク(SMBv1)settings_smb_lm_compatibilityミ」ムミセミイミオミスム ムミセミイミシミオムムひクミシミセムムひク ム Lm
@@ -998,17 +974,14 @@
4ミ」ムミセミイミオミスム LmCompatibility
- ミ」ムミセミイミオミスム LmCompatibility
+ ミ」ムミセミイミオミスム LmCompatibility(SMBv1)ミ斷ームムびミセミケミコミク SMBsettings_smb_use_extended_securityミ佯ミソミセミサム糊キミセミイミームび ムミームム威クムミオミスミスムτ ミアミオミキミセミソミームミスミセムムび
- ミ佯ミソミセミサム糊キミセミイミームび ムミームム威クムミオミスミスムτ ミアミオミキミセミソミームミスミセムムび
+ ミ佯ミソミセミサム糊キミセミイミームび ムミームム威クムミオミスミスムτ ミアミオミキミセミソミームミスミセムムび(SMBv1)settings_suppress_warning_app_specific_dirミ樮ひコミサム紗ミクムび ミソムミオミエムσソムミオミカミエミオミスミクミオ, ミコミセミウミエミー ミコミセミスミコムミオムひスム巾ケ ミコミームひーミサミセミウ ミソムミクミサミセミカミオミスミクム ミイミコミサム紗ミオミス ミイ ミキミーミエミームム ムミクミスムムミセミスミクミキミームミクミクミ斷オ ミソムミオミエムσソムミオミカミエミームび ミソムミク ムミクミスムムミセミスミクミキミームミクミク ミコミセミスミコムミオムひスミセミウミセ ミコミームひーミサミセミウミー ミソムミクミサミセミカミオミスミクム
- settings_suppress_warning_location_service_disabled
- ミ樮ひコミサム紗ミクムび ミソムミオミエムσソムミオミカミエミオミスミクミオ ミエミサム ミイミコミサム紗ミオミスミクム ムミサムσカミアム ミセミソムミオミエミオミサミオミスミクム ミシミオムムひセミソミセミサミセミカミオミスミクム.
- ミ斷オ ミソムミオミエムσソムミオミカミエミームび, ミコミセミウミエミー ムミサムσカミアミー ミセミソムミオミエミオミサミオミスミクム ミシミオムムひセミソミセミサミセミカミオミスミクム ミセムひコミサム紗ミオミスミー.settings_sync_history_logミ漬オムムひク ミソミセミエムミセミアミスム巾ケ ミカムτミスミーミサ ミクムムひセムミクミク ムミクミスムムミセミスミクミキミームミクミクミ。ミクミスムムミセミスミクミキミームミクム ミクムムひセムミクミク
@@ -1026,7 +999,8 @@
Franテァais (fr)譌・譛ャ隱 (ja)ムムτムミコミクミケ (ru)
- 荳ュ譁(zh)
+ 荳ュ譁 (zh)
+ Italiano (it)0
@@ -1035,6 +1009,7 @@
345
+ 6settings_screen_themeミ「ミオミシミー ム災コムミーミスミー
@@ -1049,6 +1024,21 @@
12
+ settings_display_font_scale_factor
+ ミミーミキミシミオム ムひオミコムムひー
+ ミミーミキミシミオム ムひオミコムムひー
+
+ ミ慴ーミサミオミスム糊コミクミケ(80﹪)
+ ミ斷セムミシミーミサム糊スム巾ケ(100﹪)
+ ミ岱セミサム袴威セミケ(120﹪)
+ ミ墫ムσソミスミオミケム威クミケ(160﹪)
+
+
+ 0
+ 1
+ 2
+ 3
+ settings_vibrate_when_sync_endedミ柘巾アミオムミクムひオ ミセミソムミクム ミエミサム ムσイミオミエミセミシミサミオミスミクム ミイミクミアムミームミクミク
diff --git a/SMBSync2/src/main/res/values-zh/zh_string_resource.xml b/SMBSync2/src/main/res/values-zh/zh_string_resource.xml
index 1f3ca221..e8d85343 100644
--- a/SMBSync2/src/main/res/values-zh/zh_string_resource.xml
+++ b/SMBSync2/src/main/res/values-zh/zh_string_resource.xml
@@ -5,9 +5,9 @@
蜿俶峩隶ー蠖髫千ァ蜈ウ莠惨MBSync2
- SMBSync2_Desc_ZH_Short.htm
- SMBSync2_Privacy_ZH.htm
- SMBSync2_Change_EN.htm
+ SMBSync2_Desc_ZH_Short.html
+ SMBSync2_Privacy_ZH.html
+ SMBSync2_Change_ZH.html騾画叫隕∝ッシ蜈・逧莉サ蜉。蜥瑚ョセ鄂ョ蛻怜コ驟咲スョ譁莉カ
@@ -44,19 +44,19 @@
遑ョ隶、蟇遐蟇遐∽ク榊源驟阪
- SMBSync2_Help_ZH_task.htm
+ SMBSync2_Help_ZH_task.html蜷梧ュ・莉サ蜉。蟶ョ蜉ゥ
- SMBSync2_Help_ZH_folder_internal.htm
+ SMBSync2_Help_ZH_folder_internal.html蜀驛ィ蟄伜お蟶ョ蜉ゥ
- SMBSync2_Help_ZH_folder_sdcard.htm
+ SMBSync2_Help_ZH_folder_sdcard.htmlSDCARD蟶ョ蜉ゥ
- SMBSync2_Help_ZH_folder_usb.htm
+ SMBSync2_Help_ZH_folder_usb.htmlUSB蟐剃ス灘クョ蜉ゥ
- SMBSync2_Help_ZH_folder_smb.htm
+ SMBSync2_Help_ZH_folder_smb.htmlSMB譛榊苅蝎ィ蟶ョ蜉ゥ
- SMBSync2_Help_ZH_folder_zip.htm
+ SMBSync2_Help_ZH_folder_zip.htmlZIP譁莉カ蟶ョ蜉ゥ
- SMBSync2_Help_ZH_task_picture.htm
+ SMBSync2_Help_ZH_task_picture.html蜷梧ュ・莉サ蜉。蝗セ迚蟶ョ蜉ゥ邂。逅譌・蠢玲枚莉カ
@@ -141,16 +141,11 @@
謇騾臥噪蟄伜お霍ッ蠕菴堺コ主コ皮畑遞句コ乗焚謐ョ譁莉カ螟ケ荳九ょ査霓ス蠎皮畑遞句コ丞錘シ瑚ッ・逶ョ蠖穂サ・蜿頑お蝨ィ蜈カ荳ュ菫晏ュ倡噪謇譛画焚謐ョ驛ス蟆陲ォ蛻髯、縲遖∫畑豁、隴ヲ蜻奇シ亥庄莉・蝨ィ逕ィ謌キ逡碁擇隶セ鄂ョ荳ュ蜀肴ャ。蜷ッ逕ィシ蜈ウ莠惹スソ逕ィ蠎皮畑遞句コ乗焚謐ョ譁莉カ螟ケ逧隴ヲ蜻
- 逕ア莠守ヲ∫畑莠"菴咲スョ譛榊苅"シ悟屏豁、莉・荳句酔豁・莉サ蜉。螟ア雍・縲ゆサ拶ndroid 8.1蠑蟋具シ碁怙隕∝ョ壻ス肴恪蜉。謇崎ス霑樊磁蛻ー迚ケ螳夂噪Wifi AP蜷咲ァーシSSIDシ峨ょ惠邉サ扈溯ョセ鄂ョ荳ュ蜷ッ逕ィ螳壻ス肴恪蜉。シ梧門惠蜷梧ュ・騾蛾。ケ荳ュ蜷ッ逕ィ\"霑樊磁蛻ー莉サ菴標ifi SSID \"シ圭"遘∵怏蝨ー蝮\"謌暴" IP蝨ー蝮蛻苓。ィ\"縲
- 莉・荳句酔豁・莉サ蜉。螟ア雍・シ悟屏荳コ荳榊∬ョク\"菴咲スョ譚髯申"縲ゆサ拶ndroid 8.1蠑蟋具シ碁怙隕∬ョソ髣ョ菴咲スョ譛榊苅逧譚髯先燕閭ス霑樊磁蛻ー迚ケ螳夂噪Wifi AP蜷咲ァーシSSIDシ峨よ肢莠亥コ皮畑遞句コ剰ョソ髣ョ菴咲スョ譛榊苅逧譚髯撰シ梧門惠蜷梧ュ・騾蛾。ケ荳ュ蜷ッ逕ィ\"霑樊磁蛻ー莉サ菴標ifi SSID \"シ圭"遘∵怏蝨ー蝮\"謌暴" IP蝨ー蝮蛻苓。ィ\"縲
- 莉・荳句酔豁・莉サ蜉。螟ア雍・シ悟屏荳コ遖∫畑莠"菴咲スョ譛榊苅"蜥"菴咲スョ譚髯"縲ゆサ拶ndroid 8.1蠑蟋具シ碁怙隕∝ョ壻ス肴恪蜉。謇崎ス霑樊磁蛻ー迚ケ螳夂噪Wifi AP蜷咲ァーシSSIDシ峨ょ惠邉サ扈溯ョセ鄂ョ荳ュ蜷ッ逕ィ菴咲スョ譛榊苅シ檎┯蜷主∬ョク蠎皮畑遞句コ剰ョソ髣ョ菴咲スョシ梧冶蝨ィ蜷梧ュ・騾蛾。ケ荳ュ蜷ッ逕ィ\"霑樊磁蛻ー莉サ菴標ifi SSID \"シ圭"遘∵怏蝨ー蝮\"謌暴" IP蝨ー蝮蛻苓。ィ\"縲
- 逕ア莠取悴蜷ッ逕ィ菴咲スョ譛榊苅シ悟屏豁、譌豕戊執蜿妨iFi AP蜷咲ァー縲りッキ蝨ィ隶セ鄂ョ荳ュ蜷ッ逕ィ隸・菴咲スョ縲
- 譌豕戊執蜿妨iFi AP蜷咲ァーシ悟屏荳コ菴咲スョ荳肴ュ」遑ョ縲りッキ莉手除蜊穂クュ蜈∬ョク菴咲スョ縲
- 譌豕戊執蜿妨iFi AP蜷咲ァーシ悟屏荳コ隸・菴咲スョ隶セ鄂ョ荳コ"莉蝨ィ菴ソ逕ィ隸・蠎皮畑遞句コ乗慮蜈∬ョク"縲ゆサ手除蜊穂クュ蟆菴咲スョ譖エ謾ケ荳コ"蟋狗サ亥∬ョク"シ亥惠蜷主床菴ソ逕ィシ峨
+ 荳肴署萓帶磁蜈・轤ケ貂蜊
+ 荳肴署萓帶磁蜈・轤ケ貂蜊
+ 逕ア莠守ャヲ蜷Google Play髫千ァ∵帆遲厄シ御ク榊肴署萓帶磁蜈・轤ケ蛻苓。ィシ悟屏豁、譌郤ソAP騾蛾。ケ蟾イ謾ケ荳コ \"譛臥ァ∽ココ蝨ー蝮\"縲
+ 逕ア莠守ャヲ蜷Google Play髫千ァ∵帆遲厄シ梧磁蜈・轤ケ蛻苓。ィ蟾イ荳榊庄逕ィシ悟屏豁、譌郤ソAP騾蛾。ケ蟾イ謾ケ荳コ\'遘∽ココ蝨ー蝮蛻苓。ィ\'縲りッキ郛冶セ大酔豁・莉サ蜉。シ悟ケカ蟆蜈カ謾ケ荳コ\"IP蝨ー蝮蛻苓。ィ\"遲峨遖∫畑豁、隴ヲ蜻奇シ亥庄莉・蝨ィ蜷梧ュ・隶セ鄂ョ荳ュ蜷ッ逕ィシ
- 蜈ウ莠主ョ壻ス肴恪蜉。逧隴ヲ蜻
- LocationPermission1-EN.jpg
- LocationPermission2-EN.jpgSD蜊。譌豕募星蜉ィ豢サ蜉ィ莉・蜈∬ョクSDCARD蜀吝・譚髯舌蝨ィ蜈∬ョク蜀吝・SDCARD荵句燕シ梧お譌豕募酔豁・縲ゆササ蜉。=%s
@@ -173,15 +168,6 @@
蜈∬ョク蜀吝・USB莉玖エィ譛ェ騾画叫USB莉玖エィ逧譬ケ逶ョ蠖輔よお隕驥肴眠騾画叫蜷暦シ騾画叫莠SDCARD縲よお隕驥肴眠騾画叫USB蟄伜お蝎ィ蜷暦シ
- If you specify \"Access point list\" in the task settings, the synchronisation will fail if you don\'t grant permission to Location service. Please allow \"Location Permission\" from the menu.
- SMBSync2髴隕∽ス咲スョ譚髯先燕閭ス隸サ蜿妨iFi逧ТSID縲 \n螯よ棡謖螳喀"隶ソ髣ョ轤ケ蛻苓。ィ\"シ悟咎勁髱樊肢莠郁ッ・譚髯撰シ悟凄蛻吝酔豁・莉サ蜉。蟆螟ア雍・縲\n譏ッ蜷ヲ隕∫ォ句叉隸キ豎"菴咲スョ"譚髯撰シ
- SMBSync2髴隕∽ス咲スョ譚髯先燕閭ス隸サ蜿妨iFi逧ТSID縲 \n螯よ棡謖螳喀"隶ソ髣ョ轤ケ蛻苓。ィ\"シ悟咎勁髱樊肢莠域揀髯撰シ悟凄蛻吝酔豁・莉サ蜉。蟆螟ア雍・縲りッキ蝨ィ荳倶ク荳ェ螻丞ケ穂ク企画叫\"莉蝨ィ菴ソ逕ィ隸・蠎皮畑遞句コ乗慮蜈∬ョク\"縲
- SMBSync2髴隕∽ス咲スョ譚髯先燕閭ス隸サ蜿妨iFi逧ТSID縲 \n螯よ棡謖螳喀"隶ソ髣ョ轤ケ蛻苓。ィ\"シ悟咎勁髱樊肢莠域揀髯撰シ悟凄蛻吝酔豁・莉サ蜉。蟆螟ア雍・縲りッキ蝨ィ荳倶ク荳ェ螻丞ケ穂ク企画叫\"菴ソ逕ィ蠎皮畑遞句コ乗慮\"縲
- 蜷主床菴咲スョ譚髯
- If you specify \"Access point list\" in the task settings, the synchronisation will fail if you don\'t grant permission to Location service. Please allow \"Location Permission\" from the menu.
- 隕∬ッサ蜿亡MBSync2荳ュ逧ЦiFi SSIDシ悟ソ鬘サ蜈キ譛画ュ、譚髯舌\n蝨ィ謗井コ郁ッ・譚髯蝉ケ句燕シ悟ヲよ棡蝨ィ"蜷梧ュ・"莉サ蜉。荳ュ謖螳壻コ\" Access Point List \"シ悟儡MBSync2蟆騾蜃コ蟷カ譏セ遉コ髞呵ッッ縲\n蝨ィ"菴咲スョ譚髯"荳具シ碁画叫" \"蜈∬ョク謇譛画慮髣エ\"縲
- 隕∬ッサ蜿亡MBSync2荳ュ逧ЦiFi SSIDシ悟ソ鬘サ蜈キ譛画ュ、譚髯舌\n蝨ィ謗井コ郁ッ・譚髯蝉ケ句燕シ悟ヲよ棡蝨ィ"蜷梧ュ・"莉サ蜉。荳ュ謖螳壻コ\" Access Point List \"シ悟儡MBSync2蟆騾蜃コ蟷カ譏セ遉コ髞呵ッッ縲\n蝨ィ"菴咲スョ譚髯"荳具シ碁画叫" \"蜈∬ョク謇譛画慮髣エ\"縲
- 菴咲スョ譚髯譌豕募星蜉ィ隸・蠎皮畑遞句コ擾シ悟屏荳コ蟆壽悴謗井コ域お隶ソ髣ョ蜀驛ィ蟄伜お蝎ィ逧譚髯舌謗井コ郁ョソ髣ョ蜀驛ィ蟄伜お逧譚髯撰シ御サ・萓ソ閭ス螟溯ッサ蜿門柱蜀吝・蜷梧ュ・逧謨ー謐ョ莉・蜿顔ョ。逅蠎皮畑遞句コ剰ョセ鄂ョ縲蜀驛ィ蟄伜お譚髯
@@ -299,7 +285,6 @@
蛻苓。ィ逶ョ蠖蟄伜お邀サ蝙謖りスス轤ケ
- 逋サ蠖蜿匁カ育匳蠖戊ソ遞逋サ蠖墓悄髣エ譽豬句芦髞呵ッッ逋サ蠖墓仙粥
@@ -358,9 +343,9 @@
莠、謐「貅仙柱逶ョ譬蜿崎スャ蜷梧ュ・譁ケ蜷大庄閭ス莨壼ッシ閾エ譁莉カ蜥檎岼蠖慕噪諢丞、門唖髯、縲\n蠑コ辜亥サコ隶ョ謔ィ蜷ッ逕ィ"豬玖ッ"讓。蠑擾シ悟ケカ遑ョ菫晄イ。譛画э螟門唖髯、謌匁崛謐「莉サ菴墓枚莉カ謌也岼蠖輔譛ェ謖螳夂岼蠖戊ソ貊、蝎ィ
- 莉取欠螳夂噪逶ョ蠖募錐遘ーシ\"シ鯉シ夲シ圭\シ*シ<シ> \ |シ我クュ蛻髯、莠譌謨亥ュ礼ャヲ
+ 莉取欠螳夂噪逶ョ蠖募錐遘ー(\", :, \\, *, <, >, \|)荳ュ蛻髯、莠譌謨亥ュ礼ャヲ譛ェ謖螳壽枚莉カ霑貊、蝎ィ
- 莉取欠螳夂噪譁莉カ蜷堺クュ蛻髯、莠譌謨亥ュ礼ャヲシ/シ圭"シ鯉シ夲シ圭\シ*シ<シ> \ |シ
+ 莉取欠螳夂噪譁莉カ蜷堺クュ蛻髯、莠譌謨亥ュ礼ャヲシ/シ圭"シ鯉シ夲シ圭\シ*シ<シ>, \|シ謔ィ蠢鬘サ謖螳夂嶌蟇ケ霍ッ蠕縲りオキ蟋欺" / \"蟄礼ャヲ蟾イ莉手キッ蠕蜷堺クュ蛻髯、縲蟆蜷梧ュ・譌カ髣エ/譌・譛溯ソス蜉蛻ー逶ョ蠖募錐遘ーシ亥ウ髞ョ蟄怜ー逕ア謇ァ陦悟酔豁・逧譌・譛溷柱譌カ髣エ譖ソ謐「シ蟆蜷梧ュ・譌カ髣エ/譌・譛溯ソス蜉蛻ー譁莉カ蜷搾シ亥ウ髞ョ蟄怜ー陲ォ謇ァ陦悟酔豁・逧譌・譛溷柱譌カ髣エ莉」譖ソシ
@@ -402,6 +387,7 @@
蛻髯、逶ョ蠖墓ク蜊謗帝勁
+ 菴蜿ッ莉・蝨ィ霑貊、蝎ィ荳ュ菴ソ逕ィ騾夐咲ャヲ縲ゆセ句ュ:\n192.168.100.* == 192.168.100.0-192.168.100.255\n192.168.* == 192.168.0.0 - 192.168.255.255-蛹諡ャexpシ夂シ灘ュ/貂ゥ蠎ヲ; / my * / foder \n-謗帝勁謇譛臥シ灘ュ/貂ゥ蠎ヲ譁莉カ螟ケシ喀\ cache / temp \n-蜿ッ莉・蝨ィ蜷御ク陦御クュ霎灘・霑貊、蝎ィシ悟ケカ莉・\"; \" \n蛻髫-謗帝勁霑貊、蝎ィ闔キ閭-霑貊、謇譛牙キ譛臥音螳壼錐遘ー逧譁莉カシ喃ile1; *縲Uxt; *縲Kpg; file * \n-霑貊、蝎ィ荵溷庄莉・蝨ィ蜷御ク陦御クュ霎灘・シ悟ケカ莉・\"; \" \n蛻髫-謗帝勁霑貊、蝎ィ閭懷コ蜷ッ逕ィ莠騾蛾。ケ"蛻髯、霑貊、蝎ィ謗帝勁逧逶ョ蠖募柱譁莉カ"シ夊ソ貊、蝎ィ荳榊桁諡ャ逧謇譛画枚莉カ蜥檎岼蠖穂サ・蜿頑コ千岼蠖穂クュ荳榊ュ伜惠逧謇譛画枚莉カ蜥檎岼蠖募ー莉守岼譬逶ョ蠖穂クュ蛻髯、縲
@@ -421,7 +407,7 @@
蜷梧ュ・隗鬚第枚莉カ騾蛾。ケシ貅先枚莉カ蜥檎岼譬譁莉カ荵矩龍逧譛蟆丞∬ョク譌カ髣エ蟾ョシ井サ・遘剃クコ蜊穂ス搾シ
- 螯よ棡WLAN譛ェ霑樊磁蛻ー謖螳夂噪謗・蜈・轤ケシ梧冶WLAN IP荳取欠螳夂噪IP蝨ー蝮荳榊源驟搾シ悟呵キウ霑莉サ蜉。縲
+ 螯よ棡WLAN IP荳咲ャヲ蜷域欠螳夂噪IP蝨ー蝮シ悟呵キウ霑莉サ蜉。縲蜈∬ョク荳取園譛迂P蝨ー蝮蜷梧ュ・シ亥桁諡ャ蜈ャ逕ィシ隕逶/蛻髯、荵句燕遑ョ隶、蛻髯、霑貊、蝎ィ謗帝勁逧逶ョ蠖募柱譁莉カ
@@ -435,7 +421,7 @@
蛹諡ャ髫占酪逶ョ蠖蛹諡ャ髫占酪譁莉カ霍ウ霑莠譁莉カ蜷梧ュ・シ悟屏荳コ蜷ッ逕ィ莠"螯よ棡逶ョ譬譁莉カ豈疲コ先枚莉カ譁ーシ瑚ッキ荳崎ヲ∬ヲ逶也岼譬譁莉カ"騾蛾。ケ縲
- 霍ウ霑蛹蜷ォ譌謨亥ュ礼ャヲシ\"シ鯉シ夲シ圭\シ*シ<シ> \ |シ臥噪逶ョ蠖募柱譁莉カ蜷
+ 霍ウ霑蛹蜷ォ譌謨亥ュ礼ャヲシ\"シ鯉シ夲シ圭\シ*シ<シ>, \|シ臥噪逶ョ蠖募柱譁莉カ蜷莉惨MBSync2蠎皮畑遞句コ剰ェ螳壻ケ牙苓。ィ荳ュ闔キ蜿匁枚莉カ逧譛蜷惹ソョ謾ケ譌カ髣エ蜷梧ュ・荳サ逶ョ蠖墓ケ逶ョ蠖穂クュ逧譁莉カシ亥ヲよ棡譛ェ騾我クュシ悟吩サ蜷梧ュ・譁莉カ螟ケ蜿雁カ譁莉カ/蟄先枚莉カ螟ケシ峨隴ヲ蜻奇シ壼庄閭ス蜃コ邇ー諢丞、也サ捺棡シ―n螯よ棡謔ィ螻菴丞惠蜈キ譛吋ST逧蛹コ蝓滉クュシ梧冶蛻謐「莠TimeZonesシ悟吝ヲよ棡蝨ィDST / TimeZone髣エ髫疲峩謾ケ蜀蟇ケ蜈カ霑幄。御コ菫ョ謾ケシ悟咏岼譬譁莉カ蜿ッ閭ス莨壽仞遉コ豈疲コ先慮髣エ譖エ譌ゥ逧譌カ髣エ縲ょシコ辜亥サコ隶ョ蜷ッ逕ィ\"隕逶/蛻髯、蜑咲。ョ隶、\"騾蛾。ケ縲りッキ蜈域ク螳樊枚莉カ逧蜀螳ケシ檎┯蜷主榊ソス逡・螳縲
@@ -514,7 +500,7 @@
隶。蛻豸域ッ莉サ蜉。
- 騾蜃コSMBSync2縲
+ 騾蜃コSMBSync2謇ァ陦悟コ皮畑遞句コ乗焚謐ョ譁莉カ逧扈エ謚、蜿匁カ育サエ謚、
@@ -707,7 +693,6 @@
遨コ蜷梧ュ・莉サ蜉。蛻苓。ィ莉・荳句酔豁・莉サ蜉。譛蛾漠隸ッシ%s隸キ騾画叫荳蜻ィ荳ュ逧閾ウ蟆台ク螟ゥ縲
- 郛冶セ題ョ。蛻呈ク蜊隶。蛻貞錐遘ー蟾イ蟄伜惠縲ゆスソ逕ィ蜈カ莉門錐遘ー縲譛ェ謖螳夊ョ。蛻貞錐遘ー縲隶。蛻貞錐遘ー荳ュ逧譌謨亥ュ礼ャヲシ喀"%s \"
@@ -749,15 +734,6 @@
蜷ッ逕ィ隶。蛻呈恪蜉。遖∫畑隶。蛻呈恪蜉。螟壻クェ莉サ蜉。逧隹蠎ヲ蜥係iFi騾蛾。ケ蟆陲ォ謨エ蜷茨シ御サ・髦イ豁「驥榊、榊酔豁・霑帷ィ九
-
- 蜷ッ蜉ィLogCat
- 蛛懈ュ「LogCat
- 蜿鷹´ogCat
- 蜿鷹
- 鬚隗LogCat
- 鬚隗AppLog
- 蜿鷹´ogcat蜥窟ppLog
- 騾夊ソ逕オ蟄宣ぐ莉カ蟆LogCat蜥窟ppLog蜿鷹∫サ吝シ蜿台ココ蜻禄n1縲りッキ騾夊ソ謖鵜ogCat譏セ遉コ謖蛾聴蜥窟ppLog譏セ遉コ謖蛾聴譽譟・蜀螳ケシ域仞遉コ蠎皮畑遞句コ城画叫螻丞ケ墓慮騾画叫荳荳ェ蠎皮畑遞句コ擾シ峨\n2縲ら。ョ隶、隕∝書騾∫噪蜀螳ケ蜷趣シ梧潔蜿鷹∵潔髓ョシ檎┯蜷主惠逕オ蟄宣ぐ莉カ騾画叫蟇ケ隸晄。荳ュ騾画叫逕オ蟄宣ぐ莉カ縲\n3縲ょヲよ怏蠢隕シ瑚ッキ蝨ィ逕オ蟄宣ぐ莉カ豁」譁荳ュ霎灘・荳譚。豸域ッシ檎┯蜷主書騾∫鳩蟄宣ぐ莉カシ域律蠢苓「ォ蜴狗シゥ荳コzip譬シ蠑丞ケカ髯蜉蛻ー逕オ蟄宣ぐ莉カ荳ュシ峨逕ア莠主酔豁・莉サ蜉。蟾イ遖∫畑シ悟屏豁、譌豕募星蜉ィ螳縲莉惨MBSync2隹蠎ヲ遞句コ乗噺蛻ー逧蜷梧ュ・隸キ豎ゅ
@@ -977,10 +953,10 @@
120000蜩榊コ碑カ譌カ
- 譛榊苅蝎ィ霑樊磁雜譌カ
+ 譛榊苅蝎ィ霑樊磁雜譌カ(SMBv1/2/3)settings_smb_disable_plain_text_passwords荳蠕句刈蟇蟇遐
- 蜉蟇蟇遐
+ 蜉蟇蟇遐(SMBv1)settings_smb_lm_蜈シ螳ケ諤ァLm蜈シ螳ケ諤ァ遲臥コァ
@@ -998,17 +974,14 @@
4Lm蜈シ螳ケ諤ァ遲臥コァ
- Lm蜈シ螳ケ諤ァ遲臥コァ
+ Lm蜈シ螳ケ諤ァ遲臥コァ(SMBv1)SMB隶セ螳settings_smb_use_extended_security菴ソ逕ィ謇ゥ螻募ョ牙ィ諤ァ
- 菴ソ逕ィ謇ゥ螻募ョ牙ィ諤ァ
+ 菴ソ逕ィ謇ゥ螻募ョ牙ィ諤ァ(SMBv1)settings_suppress_warning_app_specific_dir蠖灘酔豁・莉サ蜉。荳ュ蛹蜷ォ蠎皮畑遞句コ剰ョセ鄂ョ譁莉カ螟ケ譌カシ檎ヲ∫畑隴ヲ蜻隶セ鄂ョ譁莉カ螟ケ蜷梧ュ・
- settings_suppress_warning_location_service_disabled
- 遖∫畑隴ヲ蜻奇シ御サ・蜷ッ逕ィ菴咲スョ譛榊苅縲
- 螳壻ス肴恪蜉。隴ヲ蜻settings_sync_history_log菫晉蕗隸ヲ扈逧蜷梧ュ・蜴蜿イ隶ー蠖墓律蠢蜷梧ュ・隶ー蠖
@@ -1026,7 +999,8 @@
Franテァais (fr)譌・譛ャ隱 (ja)ムムτムミコミクミケ (ru)
- 荳ュ譁(zh)
+ 荳ュ譁 (zh)
+ Italiano (it)0
@@ -1035,6 +1009,7 @@
345
+ 6settings_screen_theme螻丞ケ穂クサ鬚
@@ -1049,6 +1024,21 @@
12
+ settings_display_font_scale_factor
+ 譁蟄怜、ァ蟆
+ 騾画叫譁蟄怜、ァ蟆
+
+ 隗讓。蟆(80﹪)
+ 豁」蟶ク(100﹪)
+ 螟ァ蜿キ(120﹪)
+ 譛螟ァ逧(160﹪)
+
+
+ 0
+ 1
+ 2
+ 3
+ settings_vibrate_when_sync_ended騾画叫菴墓慮蝨ィ騾夂衍荳頑険蜉ィ
diff --git a/SMBSync2/src/main/res/values/en_string_resource.xml b/SMBSync2/src/main/res/values/en_string_resource.xml
index eef9f9a4..3b5e581f 100644
--- a/SMBSync2/src/main/res/values/en_string_resource.xml
+++ b/SMBSync2/src/main/res/values/en_string_resource.xml
@@ -5,9 +5,9 @@
Change LogPrivacyAbout SMBSync2
- SMBSync2_Desc_EN_Short.htm
- SMBSync2_Privacy_EN.htm
- SMBSync2_Change_EN.htm
+ SMBSync2_Desc_EN_Short.html
+ SMBSync2_Privacy_EN.html
+ SMBSync2_Change_EN.htmlSelect tasks and settings to importList configuration files
@@ -44,19 +44,19 @@
Confirm passwordPasswords do not match.
- SMBSync2_Help_EN_task.htm
+ SMBSync2_Help_EN_task.htmlSync Task Help
- SMBSync2_Help_EN_folder_internal.htm
+ SMBSync2_Help_EN_folder_internal.htmlInternal Storage Help
- SMBSync2_Help_EN_folder_sdcard.htm
+ SMBSync2_Help_EN_folder_sdcard.htmlSDCARD Help
- SMBSync2_Help_EN_folder_usb.htm
+ SMBSync2_Help_EN_folder_usb.htmlUSB Media Help
- SMBSync2_Help_EN_folder_smb.htm
+ SMBSync2_Help_EN_folder_smb.htmlSMB Server Help
- SMBSync2_Help_EN_folder_zip.htm
+ SMBSync2_Help_EN_folder_zip.htmlZIP File Help
- SMBSync2_Help_EN_task_picture.htm
+ SMBSync2_Help_EN_task_picture.htmlSync Task Picture HelpManage Log Files
@@ -141,16 +141,11 @@
The selected storage path is located under the application data folder. This directory, and any data you have saved there, will be deleted when the application is uninstalled.Disable this warning (can be enabled again in user interface settings)Warning about using the application data folder
- The following sync tasks failed because "Location service" is disabled. Since Android 8.1, location service is requiered to connect to a specific Wifi AP name (SSID). Either enable location service in system settings or enable \"Conn to any Wifi SSID\", \"Private address\" or \"IP Address List\" in the synchronization options.
- The following sync tasks failed because \"Location permission\" was not allowed. Since Android 8.1, permission to access location service is requiered to connect to a specific Wifi AP name (SSID). Either give permission to the application to access location service or enable \"Conn to any Wifi SSID\", \"Private address\" or \"IP Address List\" in the synchronization options.
- The following sync tasks failed because "Location service" and \"Location permission\" are disabled. Since Android 8.1, location service is requiered to connect to a specific Wifi AP name (SSID). Either enable location service in system settings then allow the application to access location, or enable \"Conn to any Wifi SSID\", \"Private address\" or \"IP Address List\" in the synchronization options.
- Cannot get WiFi AP name because location service is not enabled. Please enable the location in the settings.
- Cannot get WiFi AP name because location is not allowed. Please allow location from the menu.
- Cannot get WiFi AP names because the location is set to "Allow only while using the app". Change the Location to "Always Allowed" from the menu (use while in background).
+ Access point lists are not available
+ Access point lists are not available
+ Access point lists are no longer available due to compliance with the Google Play privacy policy, hence the wireless AP option has been changed to \"Has private addr\".
+ Access point list is no longer available to comply with the Google Play Privacy Policy. Please edit the sync task and change it to \"IP Address List\" etc.Disable this warning (can be enabled in sync settings)
- Warning about Location service
- LocationPermission1-EN.jpg
- LocationPermission2-EN.jpgSDCARDFailed to launch activity to allow SDCARD write permission.You cannot synchronize until you allow write to SDCARD. Task=%s
@@ -173,15 +168,6 @@
Allow Write to USB MediaThe root directory of the USB media was not selected. Do you want to reselect?SDCARD was selected. Do you want to reselect USB storage?
- If you specify \"Access point list\" in the task settings, the synchronisation will fail if you don\'t grant permission to Location service. Please allow \"Location Permission\" from the menu.
- SMBSync2 requieres Location permission to be able to read the SSID of the WiFi. \nIf you specify \"Access point list\", the synchronisation task will fail unless the permission is granted.\nDo you want to request Location permission now ?
- SMBSync2 requieres Location permission to be able to read the SSID of the WiFi. \nIf you specify \"Access point list\", the synchronisation task will fail unless the permission is granted. Please select \"Allow only while using the app\" on the next screen.
- SMBSync2 requieres Location permission to be able to read the SSID of the WiFi. \nIf you specify \"Access point list\", the synchronisation task will fail unless the permission is granted. Please select \"While using the app\" on the next screen.
- Background location permission
- If you specify \"Access point list\" in the task settings, the synchronisation will fail if you don\'t grant permission to Location service. Please allow \"Location Permission\" from the menu.
- This permission is required to read the WiFi SSID in SMBSync2.\nUntil the permission is granted, SMBSync2 will exit with an error if \"Access Point List\" is specified in the Sync task.\nUnder Location Permissions, select \"Allow all the time\".
- This permission is required to read the WiFi SSID in SMBSync2.\nUntil the permission is granted, SMBSync2 will exit with an error if \"Access Point List\" is specified in the Sync task.\nUnder Location Permissions, select \"Allow all the time\".
- Location PermissionThe application cannot be started because you have not been granted permission to access the internal storage.Grant permission to access internal storage to be able to read and write data that is synchronized and for the management of application settings.Internal Storage Permission
@@ -299,7 +285,6 @@
List DirectoriesStorage typeMount point
- LogonCancel logon processError detected during logonLogon successful
@@ -358,9 +343,9 @@
Swap source and destinationReversing the direction of synchronization may result in unexpected deletes of files and directories.\nIt is strongly recommend that you enable Test mode and ensure that no files or directories are removed or replaced unintentionally.Directory filter has not been specified
- Invalid characters have been removed from the specified directory name (\", :, \\, *, <, > \|)
+ Invalid characters have been removed from the specified directory name(\", :, \\, *, <, >, \|)File filter has not been specified
- Invalid characters have been removed from the specified file name (/, \", :, \\, *, <, > \|)
+ Invalid characters have been removed from the specified file name (/, \", :, \\, *, <, >, \|)You must specify a relative path. Starting \"/\" character removed from path name.Append the sync time/date to the directory name (the keyword will be replaced by the date and time in which the sync was performed)Append the sync time/date to the file name (the keyword will be replaced by the date and time in which the sync was performed)
@@ -402,6 +387,7 @@
DeleteDirectory listExclude
+ You can use wildcards in the filter. Example:\n192.168.100.* == 192.168.100.0-192.168.100.255\n192.168.* == 192.168.0.0 - 192.168.255.255- include exp: cache/temp;/my*/fo?der\n- exclude all cache/temp folders: \\cache/temp\n- filters can be entered in same line, separated by \";\"\n- exclude filter wins- filter all files with specific name: file1;*.txt;*.jpg;file*\n- filters can also be entered in same line, separated by \";\"\n- exclude filter winsOption \"Remove directories and files excluded by the filters\" is enabled: All files and directories not included by the filters, as well as those that do not exist in the source directory, will be deleted from the destination directory.
@@ -421,7 +407,7 @@
Sync video filesOptions:Min allowed time difference (in seconds) between source and destination files
- Skip task if the WLAN is not connected to the specified access point, or if WLAN IP does not match the specified IP address.
+ Skip task if WLAN IP does not match the specified IP address.Allow sync with all IP addresses (include public)Confirm before overwrite/deleteRemove directories and files excluded by the filters
@@ -435,7 +421,7 @@
Include hidden directoriesInclude hidden filesFile sync skipped because \"Do not overwrite destination file if it is newer than source file\" option is enabled.
- Skip directory and file names that contain invalid characters (\", :, \\, *, <, > \|)
+ Skip directory and file names that contain invalid characters (\", :, \\, *, <, >, \|)Obtain last modification time of files from SMBSync2 application custom listSynchronize the files in root of the master directory (if unchecked, only the folders and their files/subfolders are synchronized).WARNING: Possible Unexpected Results !\nIf you live in a zone with DST or if you switch TimeZones, target file can wrongly show an older time than the source if it was modified within the DST/TimeZone interval change. It is strongly recommended to enable \"Confirm before overwrite/delete\" option. Please verify the contents of the file before overwiting it.
@@ -514,7 +500,7 @@
ScheduleMessagesTasks
- Exit SMBSync2.
+ Exit SMBSync2Performing maintenance of app data filesCancel maintenance
@@ -707,7 +693,6 @@
Empty sync task listThe following sync tasks have errors: %sPlease select at least one day of the week.
- Edit schedule listSchedule name already exists. Use a different name.Schedule name not specified.Invalid character in schedule name: \"%s\"
@@ -749,15 +734,6 @@
Enable schedule serviceDisable schedule serviceSchedules and WiFi options for multiple tasks will be consolidated to prevent duplicate sync processes.
-
- Start LogCat
- Stop LogCat
- Send LogCat
- Send
- Preview LogCat
- Preview AppLog
- Send a Logcat and AppLog
- Send LogCat and AppLog to developers by e-mail\n1. Please check the contents by pressing the LogCat display button and AppLog display button (choose an application when the application selection screen is displayed).\n2. After confirming the contents to be sent, press the send button and select email in the email selection dialog.\n3. Please enter a message in the body of the email if necessary then send the email (the log is compressed to zip format and attached to the email).Because sync task is disabled, it was not possible to start it.Sync request received from the SMBSync2 scheduler.
@@ -977,10 +953,10 @@
120000Response timeout
- Server Connection Timeout
+ Server Connection Timeout(SMBv1/2/3)settings_smb_disable_plain_text_passwordsAlways Encrypt Passwords
- Encrypt Passwords
+ Encrypt Passwords(SMBv1)settings_smb_lm_compatibilityLmCompatibility Level
@@ -998,17 +974,14 @@
4LmCompatibility Level
- LmCompatibility Level
+ LmCompatibility Level(SMBv1)SMB Settingssettings_smb_use_extended_securityUse Extended Security
- Use Extended Security
+ Use Extended Security(SMBv1)settings_suppress_warning_app_specific_dirDisable warning when the app settings folder is included in the sync taskSettings Folder Synchronization
- settings_suppress_warning_location_service_disabled
- Disable warning for location service enabling.
- Location Service Warningsettings_sync_history_logKeep detailed sync history logSync History
@@ -1026,7 +999,8 @@
Franテァais (fr)譌・譛ャ隱 (ja)ムムτムミコミクミケ (ru)
- 荳ュ譁(zh)
+ 荳ュ譁 (zh)
+ Italiano (it)0
@@ -1035,6 +1009,7 @@
345
+ 6settings_screen_themeScreen Theme
@@ -1049,6 +1024,21 @@
12
+ settings_display_font_scale_factor
+ Text size
+ Select text size
+
+ Small(80﹪)
+ Normal(100﹪)
+ Large(120﹪)
+ Largest(160﹪)
+
+
+ 0
+ 1
+ 2
+ 3
+ settings_vibrate_when_sync_endedSelect when to vibrate on notifications
diff --git a/SMBSync2/src/main/res/xml/settings_frag_sync.xml b/SMBSync2/src/main/res/xml/settings_frag_sync.xml
index 5728d9b6..b17dcf66 100644
--- a/SMBSync2/src/main/res/xml/settings_frag_sync.xml
+++ b/SMBSync2/src/main/res/xml/settings_frag_sync.xml
@@ -21,11 +21,6 @@
android:title="@string/settings_force_screen_on_while_sync_title"
android:summary="@string/settings_force_screen_on_while_sync_summary_ena" />
-
-
+ 3
+ ぁ Use extended security -> true
+#### 2018-04-10縲Ver1.42
+- Fixed a bug that SDCARD directory can not be selected
+#### 2018-04-09縲Ver1.40-41
+- Fixed a bug that caused Access Denied to sync to SMB server
+- Fixed a bug that application crash
+#### 2018-04-08縲Ver1.39
+- Avoid "TreeId is NULL" error on SMB2
+- Resolved a bug that SMB-SMB move fails
+- Resolved a bug that crashes rarely with SMB sync folder editing
+- It is possible to set not to create details of synchronization history (Settings -> Sync -> Sync History)
+#### 2018-04-02縲Ver1.38
+- A directory can be created by directory selection from SMB server
+- Fixed a bug that anonymous login failure
+#### 2018-04-01縲Ver1.36-37
+- Correction of SMB Protocol processing
+#### 2018-03-31縲Ver1.35
+- Separate processing at SMB1 and SMB2
+#### 2018-03-31縲Ver1.34
+- Change SMB protocol to "SMB 1 only" when creating new sync task
+#### 2018-03-30縲Ver1.33
+- We responded to problems with SMB1 equipment accompanying SMB2 support.
+#### 2018-03-28縲Ver1.32
+- Fixed a bug that SMB - SDCARD/Internal storage deletes files with mirror
+#### 2018-03-27縲Ver1.31
+- SMB2(2.01) enabled.
+#### 2018-03-20縲Ver1.29-1.30
+- To allow for multiple schedule
+- 窶彜ync is started only during charging" is added to the sync task option
+- Prevented excluded directories from being created as empty directories
+- Improved deletion of unusable characters by directory and file name
+#### 2018-02-28縲Ver1.28
+- To the exclusion of higher-level directory in the directory filters, and lower directory If you select a sub-directory will be synchronized. (It becomes valid when checking "Use expanded directory selection/exclusion filter" in the synchronization task)
+- Add to sync task the option to display a warning message to the sync task at the start when you are not connected to the SSID of the Wi-Fi access point list to start the next task.
+#### 2018-02-22縲Ver1.27
+- Fixed a bug that will be copied every time in synchronization from SMB to SDCARD
+- Added keyword of year/month/day to target directory or ZIP file name. Keywords are replaced by the year, month and date at the start of sync task.
+ -%YEAR% the year (such as 2018 or 2019)
+ -%MONTH% month (01 to 12)
+ -%DAY% day (01 to 31)
+ -%DAY-OF-YEAR% days since the beginning of the year (001 to 縲365, leap year 366)
+#### 2018-02-16縲Ver1.26
+- Added synchronization between SMB servers.
+- Shortcut is to be created in the Android 8.
+- 0 byte files when synchronized to an external SDCARD was not allowed to be created in test mode.
+#### 2016-11-07縲Ver1.25
+- In synchronization with the SMB server, eliminating the problem of an error during synchronization.
+- Change the internal processing of external SDCARD access.
+#### 2016-10-24縲Ver1.24
+- Using the DNS when a failed SMB name resolution has to be the name resolution. However, the need is that the name is specified by FQDN as such win-srv.test.domain.com.
+#### 2016-09-30縲Ver1.23
+- To be able to set the volume of the notification sound.
+#### 2016-09-26縲Ver1.22
+- Resolve the bug that option is not saved in the "To use the last update time of the file to the difference judgment" and "To use the file size to the difference judgment"
+#### 2016-09-23縲Ver1.21
+- Added an option to show a notification message.
+#### 2016-09-01縲Ver1.20
+- Resolve the bug that empty directory is not sync with the sync to external SDCARD.
+#### 2016-08-21縲Ver1.19
+- Allowed to prevent the overwriting of files in the sync options.
+#### 2016-08-16縲Ver1.18
+- Disable FastScroll in the Directory selection screen
+#### 2016-08-02縲Ver1.17
+- Resolve the bug that duplicated in synchronization start from the external application
+- Reduction of the deletion time in the mirror to the ZIP file
+#### 2016-06-26縲Ver1.16
+- Resolve the bug that can not be external SD card recognition
+#### 2016-06-26縲Ver1.15
+- Added USB folder path(/storage/emulated/UsbDriveA, /storage/emulated/UsbDriveB)
+#### 2016-06-25縲Ver1.14
+- Resolve an empty directory is not reflected bug when synchronized with the ZIP
+#### 2016-06-23縲Ver1.13
+- Add sync, copy or move from the internal storage to the ZIP file (internal storage or external SDCARD)
+#### 2016-06-17縲Ver1.12
+- Add path /Removable/MicroSD for SDCARD
+#### 2016-06-17縲Ver1.11
+- Resolve the bug to be killed when the application is started with the intent at the time of the screen off.
+#### 2016-06-13縲Ver1.10
+- Resolve the bug of name resolution of the SMB host name.
+- Notification messages display optimization.
+#### 2016-05-29縲Ver1.09
+- It was strictly a test to access the same directory on the master and the target.
+- Resolve the bug to be killed in the deletion of the WiFi access point.
+#### 2016-05-25縲Ver1.08
+- Add help to the synchronization task add and edit screen
+- Change the UI of the file selection, 1. Selection is to tap the name of the file or directory name. 2. display of the sub-directory is to tap the left edge of the icon. 3. abolish the long tap.
+- Added an option to fix the orientation of the screen to portrait
+#### 2016-05-16縲Ver1.07
+- Change the Help file to link to the Google Drive has a small file size.
+- Resolve the bug that can not be added in the file and directory filter.
+- Improve the UI of the file filter
+#### 2016-05-07縲Ver1.06
+- Add external SDCARD path (/storage/MicroSD, /storage/extSdCard and /mnt/extSdCard)
+- Resolve not copied bug in synchronization to an external SD card
+#### 2016-05-03縲Ver1.05
+- It was to be able to specify a wireless LAN access point to allow sync with the sync options.
+- Improved the user interface for the selection of external SDCARD.
+#### 2016-04-16縲Ver1.04
+- To be able to import a task list from exported SMBSync profile.
+#### 2016-04-14縲Ver1.03
+- Improve performance
+- Resolve the bug that settings value is not restored during import task list.
+#### 2016-04-10縲Ver1.02
+- Fixed a bug that not be moved a file from SDCARD.
+- Resolve the bug can not be mirrored in the some of the directory.
+#### 2016-04-09 Ver1.00
+- Initial release
\ No newline at end of file
diff --git a/help/SMBSync2_Change_EN.pdf b/help/SMBSync2_Change_EN.pdf
new file mode 100644
index 00000000..8352d311
Binary files /dev/null and b/help/SMBSync2_Change_EN.pdf differ
diff --git a/help/SMBSync2_Change_JA.docx b/help/SMBSync2_Change_JA.docx
deleted file mode 100644
index 300e4940..00000000
Binary files a/help/SMBSync2_Change_JA.docx and /dev/null differ
diff --git a/help/SMBSync2_Change_JA.md b/help/SMBSync2_Change_JA.md
new file mode 100644
index 00000000..c4444e3c
--- /dev/null
+++ b/help/SMBSync2_Change_JA.md
@@ -0,0 +1,365 @@
+#### 2020-11-24 Ver2.44
+- 險ュ螳壹〒繝輔か繝ウ繝医し繧、繧コ繧貞、画峩縺ァ縺阪k繧医≧縺ォ縺励◆縲(80%,100%,120%,160%)
+
+#### 2020-11-21 Ver2.43
+- SMBv2/3縺ォ縺ヲSMB繧ソ繧、繝繧「繧ヲ繝亥、繧帝←逕ィ縺吶k繧医≧縺ォ縺励◆
+- 繧、繧ソ繝ェ繧「隱槭ョ鄙サ險ウ繧剃ソョ豁」
+- Tab繧偵せ繧ッ繝ュ繝シ繝ォ蜿ッ閭ス縺ォ縺励◆
+
+#### 2020-11-13 Ver2.42
+- 蜷梧悄繧ソ繧ケ繧ッ縺ョ繝倥Ν繝励ヵ繧。繧、繝ォ譖エ譁ー
+
+#### 2020-11-12 Ver2.41
+- 繝倥Ν繝励ヵ繧。繧、繝ォ縺ョ譖エ譁ー
+
+#### 2020-11-05 Ver2.40
+- 繝倥Ν繝励ヵ繧。繧、繝ォ縺ョ譖エ譁ー
+#### 2020-11-03 Ver2.39
+- GooglePlay繝励Λ繧、繝舌す繝シ繝昴Μ繧キ繝シ貅匁侠縺ョ縺溘a縺ォ繝ュ繧ア繝シ繧キ繝ァ繝ウ讓ゥ髯舌r蛻ゥ逕ィ縺励↑縺繧医≧縺ォ縺励◆縲(繧「繧ッ繧サ繧ケ繝昴う繝ウ繝医Μ繧ケ繝医ッ菴ソ逕ィ縺ァ縺阪∪縺帙s)
+- 繧、繧ソ繝ェ繧「隱槭r霑ス蜉
+#### 2020-10-28 Ver2.38
+- 繝励Λ繧、繝舌す繝シ繝昴Μ繧キ繝シ縺ョ譖エ譁ー
+#### 2020-10-23 Ver2.37
+- 繝倥Ν繝励↓荳ュ蝗ス隱槭r霑ス蜉
+#### 2020-10-17 Ver2.36
+- 繧ケ繧ア繧ク繝・繝シ繝ォ繧ソ繝悶〒繧ケ繧ア繧ク繝・繝シ繝ォ繧堤峩縺。縺ォ髢句ァ九☆繧九が繝励す繝ァ繝ウ繧定ソス蜉
+- 荳ュ蝗ス隱槭r霑ス蜉
+#### 2020-09-21 Ver2.35
+- 繧ケ繧ア繧ク繝・繝シ繝ォ縺ァ繧ソ繧ケ繧ッ繝ェ繧ケ繝医′菫晏ュ倥〒縺阪↑縺繝舌げ繧定ァ」豎コ
+#### 2020-09-12 Ver2.34
+- 繝舌ャ繧ッ繧ー繝ゥ繧ヲ繝ウ繝峨Ο繧ア繝シ繧キ繝ァ繝ウ險ア蜿ッ縺檎ケー繧願ソ斐@陦ィ遉コ縺輔l繧九ヰ繧ー繧定ァ」豎コ
+#### 2020-09-12 Ver2.33
+- 繝ュ繧ア繝シ繧キ繝ァ繝ウ險ア蜿ッ縺檎ケー繧願ソ斐@陦ィ遉コ縺輔l繧九ヰ繧ー繧定ァ」豎コ
+#### 2020-09-09 Ver2.32
+- 繧ソ繧ケ繧ッ蜷阪→繧ケ繧ア繧ク繝・繝シ繝ォ蜷阪〒縲,縲阪r菴ソ逕ィ縺ァ縺阪↑縺上@縺
+- Android11蟇セ蠢
+#### 2020-06-26 Ver2.31
+- SMBv2/3(2.12)縺ァ荳驛ィ縺ョSMB繧オ繝シ繝舌シ縺ク縺ョ謗・邯壹〒繧「繝励Μ縺悟シキ蛻カ邨ゆコ縺吶k繝舌げ繧定ァ」豎コ(SMB3.1縺ョ縺ソ菴ソ逕ィ蜿ッ閭ス縺ェ繧オ繝シ繝舌シ縺ク縺ョ謗・邯壹ッSMBv2/3(2.14)繧剃スソ逕ィ縺励※縺上□縺輔>縲4MBv2/3(2.12)縺ァ縺ッ謗・邯壹〒縺阪∪縺帙s縲)
+- 蜷梧悄繧ソ繧ケ繧ッ繝ェ繧ケ繝医r蜿悶j霎シ繧ゅ≧縺ィ縺吶k縺ィ蠑キ蛻カ邨ゆコ縺吶k繝舌げ繧定ァ」豎コ
+#### 2020-06-20 Ver2.30
+- 繝。繝繧サ繝シ繧ク陦ィ遉コ縺ョ謾ケ蝟
+- 荳驛ィ讖溽ィョ縺ァ縺ョ蠑キ蛻カ邨ゆコ縺ョ蝗樣∩
+#### 2020-06-07 Ver2.29
+- Android 5.0/5.1縺ァ繧「繝励Μ縺ョ險ュ螳壹Γ繝九Η繝シ縺碁幕縺代↑縺繝舌げ繧定ァ」豎コ
+- 蜷梧悄繧ソ繧ケ繧ッ邱ィ髮譎ゅ↓辟。蠢懃ュ斐↓縺ェ繧九ヰ繧ー繧定ァ」豎コ
+#### 2020-06-02 Ver2.28
+- 螟夜Κ繧「繝励Μ縺ク縺ョ蜷梧悄繧ソ繧ケ繧ッ騾夂衍讖溯ス繧定ソス蜉(QUERY/REPLY)
+- 繝輔Λ繝ウ繧ケ隱槭→繝ュ繧キ繧「隱槭r霑ス蜉
+#### 2020-04-22 Ver2.27
+- 荳驛ィ讖溽ィョ縺ョ蠑キ蛻カ邨ゆコ蝗樣∩
+#### 2020-04-16 Ver2.26
+- ANR蝗樣∩
+- SMB繝帙せ繝亥錐縺ョ隗」豎コ縺後〒縺阪↑縺繝舌げ繧定ァ」豎コ
+#### 2020-04-15 Ver2.25
+- 繧「繝シ繧ォ繧、繝悶ョ諡。蠑オ蟄舌↓jpeg,jpe繧定ソス蜉
+- WiFi繧ェ繝励す繝ァ繝ウ縺ァ縲窟P縺ォ謗・邯壹&繧後※縺繧区凾縲阪r繝ュ繝シ繧キ繝ァ繝ウ讓ゥ髯蝉ク崎ヲ√↓縺励◆
+- 繝輔ぃ繧、繝ォ蜷阪ョ髟キ縺輔′255繝舌う繝井サ・荳翫ッ繧ィ繝ゥ繝シ縺ォ縺吶k繧医≧縺ォ縺励◆
+- 螟乗凾髢薙→讓呎コ匁凾縺ョ譎ょキョ繧堤┌隕悶☆繧九が繝励す繝ァ繝ウ繧定ソス蜉縺励◆
+- jcifs-ng 2.1.4繧担MB繝励Ο繝医さ繝ォ縺ォ霑ス蜉縺励◆
+#### 2019-11-28 Ver2.24
+- 蠑キ蛻カ邨ゆコ繧貞屓驕ソ縺吶k繧医≧縺ォ縺励◆
+#### 2019-09-23 Ver2.23
+- 繧ケ繧ア繧ク繝・繝シ繝ォ襍キ蜍輔〒蜈髮サ繧ェ繝励す繝ァ繝ウ縺御ク頑嶌縺阪〒縺阪↑縺繝舌げ繧定ァ」豎コ
+#### 2019-09-07 Ver2.22
+- SMB縺ク縺ョArchive縺ァ繝繧」繝ャ繧ッ繝医Μ縺御ス懈舌〒縺阪↑縺繝舌げ繧定ァ」豎コ
+- SMB縺ク縺ョ譖ク縺崎セシ縺ソ縺ァ荳譎ゅヵ繧。繧、繝ォ蜷阪↓繧ソ繧、繝繧ケ繧ソ繝ウ繝励r菴ソ逕ィ縺吶k繧医≧縺ォ縺励◆
+#### 2019-09-04 Ver2.21
+- Light Theme縺ァ縺ョ譁蟄苓牡繧定ェソ謨エ縺励◆
+#### 2019-08-16 Ver2.20
+- 繝ュ繧ー繝輔ぃ繧、繝ォ陦ィ遉コ縺ァ蠑キ蛻カ邨ゆコ縺励↑縺繧医≧縺ォ縺励◆
+#### 2019-08-16 Ver2.19
+- 繧オ繝ウ繝励Ν繧ソ繧ケ繧ッ繧剃ス懈舌@縺ェ縺繧医≧縺ォ縺励◆
+- 蜷梧悄繧ソ繧ケ繧ッ縺檎ゥコ縺ョ蝣エ蜷医ッ閾ェ蜍穂ソ晏ュ倥@縺ェ縺繧医≧縺ォ縺励◆
+- 螻・豁エ縺ョ騾∽ソ。縺ァ蠑キ蛻カ邨ゆコ縺励↑縺繧医≧縺ォ縺励◆
+#### 2019-08-15 Ver2.18
+- SDCARD縺ク縺ョ譖ク縺崎セシ縺ソ譎ゅ↓蠑キ蛻カ邨ゆコ縺吶k譎ゅ↓蟇セ蠢
+- 繧ケ繧ア繧ク繝・繝シ繝ォ險ュ螳壹〒縲悟髮サ荳ュ縺ョ縺ソ蜷梧悄髢句ァ九阪r螟画峩縺吶k繧ェ繝励す繝ァ繝ウ繧定ソス蜉
+- 繝ュ繧ー繧剃ソ晏ュ倥☆繧九ョ繧」繝ャ繧ッ繝医Μ繝シ繧偵い繝励Μ蝗コ譛峨ョ繧」繝ャ繧ッ繝医Μ繝シ縺ォ螟画峩
+#### 2019-07-09 Ver2.17
+- 蜷梧悄繧ソ繧ケ繧ッ繝ェ繧ケ繝医ョ蜿冶セシ縺ソ譎ゅ↓蠑キ蛻カ邨ゆコ縺励↑縺繧医≧縺ォ縺励◆
+#### 2019-07-08 Ver2.13-2.16
+- 繧「繝励Μ繧ア繝シ繧キ繝ァ繝ウ縺ョ蠑キ蛻カ邨ゆコ繧貞屓驕ソ
+#### 2019-07-08 Ver2.12
+- 蜷梧悄繧ソ繧ケ繧ッ繝ェ繧ケ繝医→繧ケ繧ア繧ク繝・繝シ繝ォ縺ョ螟画峩縺翫h縺ウ蜷梧悄繧ソ繧ケ繧ッ繝ェ繧ケ繝医ョ蜿冶セシ縺ソ繧定。後▲縺滓凾縺ォ蜷梧悄繧ソ繧ケ繧ッ繝ェ繧ケ繝医r閾ェ蜍穂ソ晏ュ倥☆繧九h縺縺ォ縺励◆縲ゅ◆縺縺励√い繝励Μ縺ョ蜀阪う繝ウ繧ケ繝医シ繝ォ繧蛻晄悄蛹悶r陦後▲縺溷エ蜷医ッ縲∽サ・蜑阪ョ閾ェ蜍穂ソ晏ュ倥ヵ繧。繧、繝ォ縺九i繧「繧ォ繧ヲ繝ウ繝亥錐繧繝代せ繝ッ繝シ繝峨ッ蝗槫セゥ縺ァ縺阪∪縺帙s縲
+#### 2019-06-27 Ver2.11
+- SMB繝繧」繝ャ繧ッ繝医Μ驕ク謚樒判髱「縺ァ繝繧」繝ャ繧ッ繝医Μ縺御ス懈舌〒縺阪↑縺繝舌げ繧定ァ」豎コ
+- 繧ケ繧ア繧ク繝・繝シ繝ォ險ュ螳壹′蠕ゥ蜈縺ァ縺阪↑縺繝舌げ繧定ァ」豎コ
+#### 2019-06-22 Ver2.10
+- 繧ケ繧ア繧ク繝・繝シ繝ォ縺ョ謾ケ蜷阪′縺ァ縺阪↑縺繝舌げ繧定ァ」豎コ
+#### 2019-06-21 Ver2.09
+- 繧ケ繧ア繧ク繝・繝シ繝ォ縺ョ陦ィ險倅ソョ豁」
+#### 2019-06-21 Ver2.08
+- 繧ケ繧ア繧ク繝・繝シ繝ォ邱ィ髮繝サ險ュ螳壹ち繝悶r霑ス蜉縺励◆縲
+- 逕サ髱「荳企Κ縺ョ繧「繧、繧ウ繝ウ縺ァ繧ケ繧ア繧ク繝・繝シ繝ォ讖溯ス縺ョ譛牙柑繝サ辟。蜉ケ繧貞繧頑崛縺医k繧医≧縺ォ縺励◆
+- 遘サ蜍輔ョ譎ゅ↓繝槭せ繧ソ繝シ繝繧」繝ャ繧ッ繝医Μ繝シ縺檎ゥコ縺ォ縺ェ縺」縺溘i蜑企勁縺吶k繧ェ繝励す繝ァ繝ウ繧定ソス蜉
+#### 2019-06-15 Ver2.07
+- 繝悶Λ繝繧ッ繝繝シ繝槭r霑ス蜉
+#### 2019-06-09 Ver2.06
+- 繝。繝繧サ繝シ繧ク繧ソ繝悶ョ蜀螳ケ繧呈怙螟ァ5000陦後∪縺ァ菫晏ュ倥☆繧九h縺縺ォ縺励◆
+- 蜷梧悄髢句ァ玖ヲ∵アゅ→蜿励¢莉倥¢繧峨l縺溷酔譛滄幕蟋玖ヲ∵アゅ′螳溯。後&繧後↑縺九▲縺溷エ蜷医ョ繝。繝繧サ繝シ繧ク陦ィ遉コ繧呈隼蝟縺励◆
+#### 2019-05-29 Ver2.05
+- DNS縺九i縺ョ蜷榊燕隗」豎コ縺ァIPV6繧「繝峨Ξ繧ケ縺梧綾縺輔l縺溷エ蜷医↓蟇セ蠢
+- 繧「繝シ繧ォ繧、繝悶〒EXIF縺九i譌・譎ゅr蜿門セ励〒縺阪↑縺縺ィ縺阪↓蠑キ蛻カ邨ゆコ縺吶k繝舌げ繧定ァ」豎コ縲
+#### 2019-05-15 Ver2.04
+- SDCARD縺ク縺ョ蜷梧悄縺ァ繝輔ぃ繧、繝ォ蜷阪′蜷後§縺縺悟、ァ譁蟄励サ蟆乗枚蟄励ョ驕輔>縺ァ繧ィ繝ゥ繝シ縺ォ縺ェ繧九ヰ繧ー繧定ァ」豎コ
+#### 2019-05-14 Ver2.03
+- SMB繝輔か繝ォ繝繝シ邱ィ髮縺ァ縺ョNPE蝗樣∩
+#### 2019-05-13 Ver2.02
+- Android5.0縺ォ譁シ縺縺ヲ蜷梧悄繧ソ繧ケ繧ッ邱ィ髮縺ァ縺ョ蠑キ蛻カ邨ゆコ繧貞屓驕ソ
+- SMB繧オ繝シ繝舌シ繧ケ繧ュ繝」繝ウ縺ァ縺ョ蠑キ蛻カ邨ゆコ繧貞屓驕ソ
+- SDCARD隱崎ュ俶婿豕輔ョ螟画峩
+#### 2019-05-11 Ver2.01
+- 繧ー繝ュ繝シ繝舌Νシゥシー繧「繝峨Ξ繧ケ縺ァ縺ョ蜷梧悄繧定ィア蜿ッ縺吶k繧ェ繝励す繝ァ繝ウ繧定ソス蜉
+#### 2019-05-02 Ver2.00
+- WiFi莉・螟悶ョ繝阪ャ繝医Ρ繝シ繧ッ縺ァ繧ょ酔譛溘〒縺阪k繧医≧縺ォ縺励◆
+- 繧ケ繧ア繧ク繝・繝シ繝ォ縺ァ繧ィ繝ゥ繝シ縺瑚。ィ遉コ縺輔l繧九ヰ繧ー繧定ァ」豎コ
+- 繧ケ繧ア繧ク繝・繝シ繝ォ繝ェ繧ケ繝医〒縺ョ謫堺ス(蜑企勁繝サ霑ス蜉繝サ謾ケ蜷阪サ邱ィ髮遲)繧貞叉蠎ァ縺ォ蜿肴丐縺吶k繧医≧縺ォ縺励◆縲
+#### 2019-04-27 Ver1.99
+- SDCARD縺瑚ェ崎ュ倥〒縺阪↑縺繝舌げ繧定ァ」豎コ
+#### 2019-04-19 Ver1.98
+- Android 7莉・荳翫〒SDCARD/USB繝。繝繧」繧「縺ョ譖ク縺崎セシ縺ソ險ア蜿ッ繧呈隼蝟
+#### 2019-04-18 Ver1.97
+- SMB V2/3逕ィ縺ョ繧ェ繝励す繝ァ繝ウ繧定ソス蜉(SMB2.02讖溷勣縺ァSMB V2/3縺御スソ逕ィ縺ァ縺阪↑縺譎ゅッ縲袈se SMB2 Negotiation縲阪r譛牙柑縺ォ縺励※縺上□縺輔>)
+- 繧ケ繧ア繧ク繝・繝シ繝ォ縺ァ蜷梧悄縺ァWi-Fi繧偵が繝ウ縺ォ縺励↑縺譎ゅ↓Wi-Fi繧偵が繝輔↓縺励↑縺繧医≧縺ォ縺励◆縲
+#### 2019-04-10 Ver1.96
+- Ver1.80莉・蜑阪°繧画怙譁ー繝舌シ繧ク繝ァ繝ウ縺ォ遘サ陦後@縺溘→縺阪↓蠑キ蛻カ邨ゆコ縺励↑縺繧医≧縺ォ縺励◆縲
+#### 2019-04-09 Ver1.95
+- SMB繧オ繝シ繝舌シ讀懃エ「邨先棡縺ォ蟇セ蠢彜MB繝舌シ繧ク繝ァ繝ウ繧定。ィ遉コ縺吶k繧医≧縺ォ縺励◆
+- SDCARD/USB繝。繝繧」繧「髢「騾」縺ョ陦ィ險倥r謾ケ蝟
+- 蜷梧悄繧ソ繧ケ繧ッ霑ス蜉譎ゅョSMB繝励Ο繝医さ繝ォ縺ョ逵∫払譎ょ、SMBv1縺九iSMBv2/3縺ォ螟画峩
+#### 2019-03-29 Ver1.94
+- SMB V3蟇セ蠢(SMB V2/3(2.12))
+#### 2019-03-23 Ver1.93
+- 繧ィ繝ゥ繝シ繝。繝繧サ繝シ繧ク縺ョ霑ス蜉繝サ菫ョ豁」
+#### 2019-03-16 Ver1.92
+- 繧ケ繧ア繧ク繝・繝シ繝ォ縺ョ謾ケ蜷阪↓縺翫¢繧起PE髦イ豁「
+#### 2019-03-04 Ver1.91
+- 繧キ繧ケ繝繝諠蝣ア縺ァ蝠城。後サ雉ェ蝠上r險倩ソー縺吶k譎ゅ↓謾ケ陦後〒縺阪↑縺繝舌げ繧定ァ」豎コ
+#### 2019-03-03 Ver1.90
+- ZIP縺ク縺ョ蜷梧悄縺ァZIP繝輔ぃ繧、繝ォ縺悟ュ伜惠縺励↑縺譎ゅ↓繧ィ繝ゥ繝シ縺ォ縺ェ繧峨↑縺繧医≧縺ォ縺励◆
+#### 2019-02-23 Ver1.89
+- Android9縺ァ繝ュ繧ア繝シ繧キ繝ァ繝ウ繧オ繝シ繝薙せ繧堤┌蜉ケ縺ォ縺励※縺繧九→縺阪↓隴ヲ蜻翫Γ繝繧サ繝シ繧ク繧定。ィ遉コ縺吶k繧医≧縺ォ縺励◆
+#### 2019-02-23 Ver1.88
+- ANR蝗樣∩
+- Copy/Move縺ァ謦ョ蠖ア譌・譎ゅ′蜿門セ励〒縺阪↑縺縺ィ縺阪↓隴ヲ蜻翫Γ繝繧サ繝シ繧ク繧定。ィ遉コ縺吶k繧医≧縺ォ縺励◆
+#### 2019-02-18 Ver1.87
+- SMB繝励Ο繝医さ繝ォ縺ォJCIFS-NG 2.11(SMBv2(2.11))繧定ソス蜉
+- Copy/Move縺ァ繧ソ繝シ繧イ繝繝医ョ繧」繝ャ繧ッ繝医Μ繝シ蜷阪↓jpg/gif/mp4/mov縺ョ謦ョ蠖ア譌・譎ゅr菴ソ逕ィ縺ァ縺阪k繧医≧縺ォ縺励◆
+- SDCARD縺ク縺ョ蜷梧悄蜃ヲ逅騾溷コヲ縺ョ謾ケ蝟
+#### 2019-01-31 Ver1.86
+- 繝輔ぃ繧、繝ォ驕ク謚槭〒縺ョANR蝗樣∩
+#### 2019-01-26 Ver1.85
+- SDCARD-TO-USB縺ィUSB-TO-SDCARD縺悟ヲ逅縺輔l縺ェ縺繝舌げ繧定ァ」豎コ
+#### 2019-01-18 Ver1.84
+- SMB v1縺ョ繝ュ繧ー繧偵い繝励Μ繝ュ繧ー縺ォ邨ア蜷
+#### 2019-01-14 Ver1.83
+- 繝輔ぃ繧、繝ォ/繝繧」繝ャ繧ッ繝医Μ繝シ驕ク謚槭〒縺ョNPE髦イ豁「
+#### 2019-01-13 Ver1.82
+- 繧ソ繧ケ繧ッ譖ク縺榊コ縺/繧ソ繧ケ繧ッ蜿悶j霎シ縺ソ縺ァSDCARD繧剃スソ逕ィ縺ァ縺阪k繧医≧縺ォ縺励◆
+#### 2019-01-10 Ver1.81
+- 繝輔ぃ繧、繝ォ驕ク謚槭〒縺ョANR蝗樣∩
+- Android9縺ァSDCARD縺御スソ逕ィ縺ァ縺阪↑縺荳榊キ蜷医r隗」豸
+#### 2019-01-03 Ver1.80
+- 闍ア隱槭ョ陦ィ險倥r謾ケ蝟
+- 繧ェ繝励す繝ァ繝ウ縺ァ荳驛ィ讖溯ス縺ク縺ョ繧「繧ッ繧サ繧ケ縺ォ繝代せ繝ッ繝シ繝芽ェ崎ィシ縺ァ縺阪k繧医≧縺ォ縺励◆
+- 繧ェ繝励す繝ァ繝ウ縺ァSMB繝輔か繝ォ繝繝シ縺ョ繧「繧ォ繧ヲ繝ウ繝亥錐縺ィ繝代せ繝ッ繝シ繝峨r髱櫁。ィ遉コ縺ァ縺阪k繧医≧縺ォ縺励◆
+- 繧「繝シ繧ォ繧、繝悶〒菫晄戟譛滄俣縺檎┌隕悶&繧後k繝舌げ繧定ァ」豎コ
+#### 2018-11-04 Ver1.79
+- 菴ソ逕ィ縺ァ縺阪↑縺譁蟄励′菴ソ逕ィ縺輔l縺ヲ縺繧九ョ繧」繝ャ繧ッ繝医Μ繝シ/繝輔ぃ繧、繝ォ繧偵せ繧ュ繝繝励☆繧九が繝励す繝ァ繝ウ繧定ソス蜉縲
+#### 2018-10-26 Ver1.78
+- 蜀驛ィ繧ケ繝医Ξ繝シ繧ク縺ョ繝繧」繝ャ繧ッ繝医Μ繝シ驕ク謚槭′髟キ謚シ縺励〒縺ァ縺阪↑縺荳榊キ蜷医r隗」豸
+- 蜀驛ィ繧ケ繝医Ξ繝シ繧ク縺九iSMB/SDCARD/USB繝。繝繧」繧「縺ォ蜷梧悄縺吶k縺ィ縺阪↓繝輔ぃ繧、繝ォ蜷阪∪縺溘ッ繝繧」繝ャ繧ッ繝医Μ繝シ蜷阪〒菴ソ逕ィ縺ァ縺阪↑縺譁蟄励r菴ソ逕ィ縺励※縺繧区凾縺ッ繧ィ繝ゥ繝シ繝。繝繧サ繝シ繧ク繧定。ィ遉コ縺吶k繧医≧縺ォ縺励◆
+- 蜷梧悄繧ソ繧ケ繧ッ縺ァ蜷梧悄縺碁幕蟋九〒縺阪k譚。莉カ縺ォWi-Fi縺ョIP繧「繝峨Ξ繧ケ繧呈欠螳壹〒縺阪k繧医≧縺ォ縺励◆縲(Android9縺ァSSID繧貞叙蠕励☆繧九◆繧√↓繝ュ繧ア繝シ繧キ繝ァ繝ウ繧呈怏蜉ケ縺ォ縺励◆縺上↑縺蝣エ蜷医↓菴ソ逕ィ縺励※縺上□縺輔>)
+#### 2018-09-07 Ver1.77
+- 繧「繝シ繧ォ繧、繝悶が繝励す繝ァ繝ウ繧偵槭せ繧ソ繝シ繝輔か繝ォ繝繝シ縺ォ陦ィ遉コ縺励↑縺繧医≧縺ォ螟画峩
+#### 2018-09-04 Ver1.76
+- 繧「繝シ繧ォ繧、繝悶が繝励す繝ァ繝ウ繧偵ち繝シ繧イ繝繝医ヵ繧ゥ繝ォ繝繝シ縺ォ陦ィ遉コ縺吶k繧医≧縺ォ螟画峩
+- 繝。繝繧サ繝シ繧ク繧ソ繝悶〒縺ョ繝。繝繧サ繝シ繧ク縺ョ蜃ヲ逅縺ォAndroid讓呎コ匁ゥ溯ス繧剃スソ逕ィ縺吶k繧ェ繝励す繝ァ繝ウ繧定ソス蜉シ郁ィュ螳-縺昴ョ莉-蜷梧悄繝。繝繧サ繝シ繧ク縺ョ繝繧ュ繧ケ繝亥ヲ逅シ
+蜷梧悄繝。繝繧サ繝シ繧ク繧ソ繝悶〒繝。繝繧サ繝シ繧ク縺ョ陦ィ遉コ縺後&繧後↑縺縲∝シキ蛻カ邨ゆコ縺吶k縺ェ縺ゥ縺ョ迴セ雎。縺悟コ縺溷エ蜷医ッ譛牙柑縺ォ縺励※縺ソ縺ヲ縺上□縺輔>縲
+#### 2018-09-01 Ver1.75
+- 蜷咲ァー繧偵悟、夜ΚSDCARD縲阪°繧峨郡DCARD縲阪↓螟画峩
+- 邏ー縺九↑荳榊キ蜷医ョ隗」豸
+#### 2018-08-30 Ver1.74
+- ZIP繝輔ぃ繧、繝ォ縺ク縺ョ繝溘Λ繝シ縺ァZIP繝輔ぃ繧、繝ォ縺悟」翫l繧句エ蜷医′縺ゅk繝舌げ繧定ァ」豎コ
+#### 2018-08-30 Ver1.73
+- 繧、繝ウ繧ソ繝シ繝舌Ν繧ケ繧ア繧ク繝・繝シ繝ォ縺ォシ托ス橸シ泌繧定ソス蜉
+- 邏ー縺九↑荳榊キ蜷医ョ隗」豸
+#### 2018-08-27 Ver1.72
+- 邏ー縺九↑荳榊キ蜷医ョ隗」豸
+#### 2018-08-26 Ver1.71
+- 繧「繝シ繧ォ繧、繝匁凾縺ォ謦ョ蠖ア譌・譎ゅ′Exif縺九i蜿門セ励〒縺阪↑縺譎ゅ↓遒コ隱阪Γ繝繧サ繝シ繧ク繧定。ィ遉コ縺吶k繧医≧縺ォ縺励◆縲
+- 繧ケ繧ア繧ク繝・繝シ繝ォ縺ォ譛域ャ。繧定ソス蜉
+#### 2018-08-15 Ver1.70
+- 繝輔ぃ繧、繝ォ繝輔ぅ繝ォ繧ソ繝シ縺ァ繝輔ぃ繧、繝ォ縺碁∈謚槭サ髯、螟悶&繧後↑縺繝舌げ繧定ァ」豎コ
+#### 2018-08-13 Ver1.69
+- SDCARD荳翫ョAndroid/data/~縺九i縺ョ蜷梧悄縺ァ繧ッ繝ゥ繝繧キ繝・縺吶k繝舌げ繧定ァ」豎コ
+- 蜷梧悄繧ソ繧ケ繧ッ繝ェ繧ケ繝医↓蜷梧悄繝懊ち繝ウ繧定ソス蜉
+- 荳驛ィ讖溽ィョ縺ォ譁シ縺代k繧ケ繝ェ繝シ繝嶺クュ縺ョ蜷梧悄縺ョ驕蟒カ縺ォ蟇セ蠢懊☆繧九◆繧√ョ繧ェ繝励す繝ァ繝ウ繧定ィュ螳壹↓霑ス蜉
+- USB繝。繝繧」繧「繧剃スソ逕ィ蜿ッ閭ス縺ォ縺励◆
+#### 2018-07-11 Ver1.68
+- 繝繧」繝ャ繧ッ繝医Μ繝シ驕ク謚樒判髱「縺ァ髟キ謚シ縺励〒驕ク謚槭〒縺阪↑縺繝舌げ繧定ァ」豎コ
+#### 2018-07-11 Ver1.67
+- 繝繧」繝ャ繧ッ繝医Μ繝シ驕ク謚槭ヵ繧」繝ォ繧ソ繝シ逕サ髱「縺ァ髟キ謚シ縺励〒驕ク謚槭〒縺阪↑縺繝舌げ繧定ァ」豎コ
+#### 2018-07-04 Ver1.66
+- 繧「繝シ繧ォ繧、繝悶〒縺ョ謦ョ蠖ア譌・譎ょ叙蠕励〒繧ッ繝ゥ繝繧キ繝・縺吶k繝舌げ繧定ァ」豎コ
+- SDCARD縺碁∈謚槭〒縺阪↑縺繝舌げ繧定ァ」豎コ
+#### 2018-06-28縲Ver1.65
+- 蜷梧悄繧ェ繝励す繝ァ繝ウ縺ョ縲後さ繝斐シ邨ゆコ縺セ縺ァ蜀螳ケ繧貞、画峩縺励↑縺縲阪r蜑企勁縺怜クク縺ォ縲後さ繝斐シ邨ゆコ縺セ縺ァ蜀螳ケ繧貞、画峩縺励↑縺縲阪↓縺励◆縲
+- SDCARD縺ョ隱崎ュ俶婿豕輔r謾ケ蝟縺誘UID縺0000-0000繧剃スソ逕ィ縺ァ縺阪k繧医≧縺ォ縺励◆縲
+- SDCARD荳翫ョ繝。繝繧」繧「繝輔ぃ繧、繝ォ(.jpg, .mp4縺ェ縺ゥ)縺ョ諠蝣ア縺後ヵ繧。繧、繝ォ縺ィ蜷梧悄縺輔l縺ヲ縺縺ェ縺蝣エ蜷医ッ隴ヲ蜻翫Γ繝繧サ繝シ繧ク繧定。ィ遉コ縺励ヵ繧。繧、繝ォ縺ョ諠蝣ア繧剃スソ逕ィ縺怜酔譛溘☆繧九h縺縺ォ縺励◆縲
+#### 2018-06-22縲Ver1.64
+- 菴守イセ蠎ヲ繝ュ繧ア繝シ繧キ繝ァ繝ウ險ア蜿ッ繧但ndroid8.1縺縺代↓縺励∬ィア蜿ッ隕∵アゅr豈主屓陦後o縺ェ縺繧医≧縺ォ縺励◆
+- 荳驛ィ讖溽ィョ縺ァ繝輔ぃ繧、繝ォ縺ョ譛邨よ峩譁ー譎ょ綾縺悟、画峩縺ァ縺阪↑縺莠九↓蟇セ蠢
+#### 2018-06-13縲Ver1.63
+- SDCARD隱崎ュ俶婿豕輔ョ螟画峩
+- 繝。繝九Η繝シ縺九iSDCARD驕ク謚槭′縺ァ縺阪k繧医≧縺ォ縺励◆
+- Android8.1縺ァ繧ケ繝ェ繝シ繝嶺クュ縺ョ蜷梧悄縺ァ繧ィ繝ゥ繝シ縺ォ縺ェ繧峨↑縺繧医≧縺ォ縺励◆
+#### 2018-06-12縲Ver1.62
+- 繧キ繧ケ繝繝諠蝣ア縺ォ騾∽ソ。繝懊ち繝ウ繧定ソス蜉
+#### 2018-06-10縲Ver1.61
+- 證怜捷蛹悶&繧後◆繧ソ繧ケ繧ッ繝ェ繧ケ繝医r蜿悶j霎シ繧譎ゅ↓蠑キ蛻カ邨ゆコ縺ィ縺ェ繧九ヰ繧ー繧定ァ」豎コ
+#### 2018-06-08縲Ver1.60
+- 騾夂衍繝。繝繧サ繝シ繧ク縺悟クク縺ォ陦ィ遉コ縺輔l縺ヲ縺励∪縺繝舌げ繧定ァ」豎コ
+#### 2018-06-07縲Ver1.57-1.59
+- SDCARD縺ク縺ョ蜷梧悄繧帝」邯壹@縺ヲ郢ー繧願ソ斐☆縺ィ隱、縺」縺ヲ荳頑嶌縺阪☆繧九ヰ繧ー繧定ァ」豎コ
+- Android7莉・荳翫〒SDCARD縺ク縺ョ譖ク縺崎セシ縺ソ縺ォ螟ア謨励☆繧九%縺ィ縺後≠繧九ヰ繧ー繧定ァ」豎コ
+#### 2018-06-05縲Ver1.56
+- 荳驛ィ讖溽ィョ縺ァ螟夜ΚSDCARD縺碁∈謚槭〒縺阪↑縺繝舌げ繧定ァ」豎コ
+#### 2018-06-05縲Ver1.55
+- 繧ソ繝シ繧イ繝繝医ヵ繧ゥ繝ォ繝繝シ縺兄IP縺ァSDCARD縺ォ菫晏ュ俶凾縺ォSDCARD驕ク謚槭r陦後≧縺ィ繝ォ繝シ繝励☆繧九ヰ繧ー繧定ァ」豎コ
+#### 2018-06-03縲Ver1.54
+- 荳驛ィ縺ョ繧ソ繝悶Ξ繝繝医〒陦ィ遉コ縺御ケア繧後k迴セ雎。縺ョ蝗樣∩
+- 蜷梧悄邨ゆコ譎ゅョ騾夂衍髻ウ縺ィ謖ッ蜍輔′騾泌繧後↑縺繧医≧縺ォ縺励◆
+#### 2018-05-20縲Ver1.53
+- Android 7.0莉・髯阪〒SDCARD縺ォ譖ク縺崎セシ繧薙□繝輔ぃ繧、繝ォ縺ョ譛邨よ峩譁ー譎る俣繧偵さ繝斐シ蜈縺ョ繝輔ぃ繧、繝ォ縺ィ蜷後§縺ォ縺吶k繧医≧縺ォ縺励◆
+- 隍謨ー繧ケ繧ア繧ク繝・繝シ繝ォ縺ァ譛蛻昴↓繧ケ繧ア繧ク繝・繝シ繝ォ縺輔l縺溽黄縺励°螳溯。後&繧後↑縺繝舌げ繧定ァ」豎コ
+#### 2018-05-14縲Ver1.52
+- 蜷梧悄繧ソ繧ケ繧ッ邱ィ髮譎ゅョ繧「繝励Μ縺ョ蠑キ蛻カ邨ゆコ繧貞屓驕ソ
+#### 2018-05-13縲Ver1.50-1.51
+- 蜷梧悄髢句ァ区凾縺ォ繧「繝励Μ縺ョ蠑キ蛻カ邨ゆコ繧貞屓驕ソ
+#### 2018-05-13縲Ver1.49
+- 繧「繝励Μ縺ョ蠑キ蛻カ邨ゆコ蝗樣∩
+#### 2018-05-12縲Ver1.47-1.48
+- 蜷梧悄繧ソ繧、繝励↓繧「繝シ繧ォ繧、繝悶r霑ス蜉縲
+蜀咏悄繧繝薙ョ繧ェ繝輔ぃ繧、繝ォ繧偵槭せ繧ソ繝シ縺九i繧ソ繝シ繧イ繝繝医↓遘サ蜍輔☆繧九◆繧√ョ讖溯ス縲∵聴蠖ア譌・譎ゅ°繧7譌・莉・荳翫d1蟷エ莉・荳顔オ碁℃縺ェ縺ゥ繧「繝シ繧ォ繧、繝悶〒縺阪∪縺吶
+- 繝槭せ繧ソ繝シ繝輔ぃ繧、繝ォ縺ョ繧オ繧、繧コ縺悟、ァ縺阪>譎ゅ□縺大キョ蛻繝輔ぃ繧、繝ォ縺ィ縺励※蛻、螳壹☆繧九が繝励す繝ァ繝ウ繧定ソス蜉縲ゑシ医ヵ繧。繧、繝ォ迚ケ谿翫↑繧ェ繝励す繝ァ繝ウ縺ォ縲後槭せ繧ソ繝シ縺ョ繝輔ぃ繧、繝ォ繧オ繧、繧コ縺悟、ァ縺阪>譎ゅ□縺大キョ蛻繝輔ぃ繧、繝ォ縺ィ縺励※蛻、螳壹☆繧九搾シ
+- 蜷後§譎る俣縺ォ隍謨ー縺ョ繧ケ繧ア繧ク繝・繝シ繝ォ縺悟ョ溯。後&繧後◆譎ゅ↓1縺、縺励°螳溯。後&繧後↑縺繝舌げ繧定ァ」豎コ縲ゑシ医◆縺縺励∝酔縺俶凾髢薙↓蜷後§蜷梧悄繧ソ繧ケ繧ッ繧偵せ繧ア繧ク繝・繝シ繝ォ縺吶k縺薙→縺ッ縺ァ縺阪∪縺帙sシ
+#### 2018-05-02縲Ver1.45-1.46
+- 蠑キ蛻カ邨ゆコ縺吶k縺薙→縺後≠繧九ヰ繧ー縺ォ蟇セ蠢
+- 縲後ン繝繧ェ繝輔ぃ繧、繝ォ繧貞酔譛溘☆繧九阪↓mp4繧定ソス蜉
+- 蜀驛ィ繧ケ繝医Ξ繝シ繧ク縺ォ繝輔ぃ繧、繝ォ繧偵さ繝斐シ縺励◆譎ゅ↓繧ウ繝斐シ蜈縺ィ蜷後§譛邨よ峩譁ー譎る俣縺ォ縺吶k繧医≧縺ォ縺励◆縲
+#### 2018-04-16縲Ver1.44
+- 繝繧」繝ャ繧ッ繝医Μ繝シ蜷阪d繝輔ぃ繧、繝ォ蜷阪↓窶拏窶懊d窶拆窶昴′蜈・縺」縺ヲ縺繧九→縲√い繝励Μ縺ョ蜀崎オキ蜍墓凾縺ォ豸医∴縺ェ縺繧医≧縺ォ縺励◆
+- 險ュ螳壹〒SMB1險ュ螳壼、繧貞晄悄蛟、縺ォ蠕ゥ蜈縺吶k繧ェ繝励す繝ァ繝ウ繧定ソス蜉
+#### 2018-04-12縲Ver1.43
+- SMB繝輔か繝ォ繝繝シ縺ォ繧ウ繝斐シ繝サ遘サ蜍輔@縺溘ヵ繧。繧、繝ォ縺ョ譛邨よ峩譁ー譎ょ綾繧偵さ繝斐シ蜈縺ィ蜷後§縺ォ縺ァ縺阪↑縺譎ゅッ繝。繝繧サ繝シ繧ク繧定。ィ遉コ縺励お繝ゥ繝シ縺ィ縺励↑縺繧医≧縺ォ縺励◆縲
+- SMB1險ュ螳壹ョ逵∫払譎ょ、繧貞、画峩
+ lmCompatibility- -> 3
+ Use extended security- -> true
+#### 2018-04-10縲Ver1.42
+- SDCARD繝繧」繝ャ繧ッ繝医Μ繝シ縺碁∈謚槭〒縺阪↑縺繝舌げ繧定ァ」豎コ
+#### 2018-04-09縲Ver1.40-41
+- SMB繧オ繝シ繝舌シ縺ク縺ョ蜷梧悄縺ァAccess Denied縺檎匱逕溘☆繧九ヰ繧ー繧定ァ」豎コ
+- 繧「繝励Μ縺悟シキ蛻カ邨ゆコ縺吶k繝舌げ繧定ァ」豎コ
+#### 2018-04-08縲Ver1.39
+- SMB2縺ァ縺ョ窶抖reeId is NULL窶昴お繝ゥ繝シ縺ョ蝗樣∩
+- SMB-SMB縺ァ縺ョ遘サ蜍輔′螟ア謨励☆繧九ヰ繧ー繧定ァ」豎コ
+- SMB蜷梧悄繝輔か繝ォ繝繝シ邱ィ髮縺ァ遞縺ォ繧ッ繝ゥ繝繧キ繝・縺吶k迴セ雎。縺ォ蟇セ蠢
+- 蜷梧悄螻・豁エ縺ョ隧ウ邏ー繧剃ス懈舌@縺ェ縺繧医≧縺ォ險ュ螳壹〒縺阪k繧医≧縺ォ縺励◆(險ュ螳夲シ搾シ槫酔譛滂シ搾シ槫酔譛溷ア・豁エ)
+#### 2018-04-02縲Ver1.38
+- SMB繧オ繝シ繝舌シ縺九i縺ョ繝繧」繝ャ繧ッ繝医Μ繝シ驕ク謚槭〒繝繧」繝ャ繧ッ繝医Μ繝シ繧剃ス懈舌〒縺阪k繧医≧縺ォ縺励◆縲
+- 蛹ソ蜷阪Ο繧ー繧、繝ウ縺ァ螟ア謨励@縺ェ縺繧医≧縺ォ菫ョ豁」
+#### 2018-04-01縲Ver1.36-37
+- SMB Protocol蜃ヲ逅縺ョ險よュ」
+#### 2018-03-31縲Ver1.35
+- SMB1縺ィSMB2縺ァ縺ョ蜃ヲ逅繧貞髮「
+#### 2018-03-31縲Ver1.34
+- 蜷梧悄繧ソ繧ケ繧ッ縺ョ譁ー隕丈ス懈先凾縺ォSMB繝励Ο繝医さ繝ォ繧偵郡MB1縺ョ縺ソ縲阪↓螟画峩
+#### 2018-03-30縲Ver1.33
+- SMB2蟇セ蠢懊↓莨エ縺SMB1讖溷勣縺ァ縺ョ荳榊キ蜷医↓蟇セ蠢
+#### 2018-03-28縲Ver1.32
+- SMB-SDCARD/蜀驛ィ繧ケ繝医Ξ繝シ繧ク縺ァ繝溘Λ繝シ縺ァ繝輔ぃ繧、繝ォ縺悟炎髯、縺輔l繧九ヰ繧ー繧剃ソョ豁」
+#### 2018-03-27縲Ver1.31
+- SMB2(2.01)繧剃スソ逕ィ蜿ッ閭ス縺ォ縺励◆
+#### 2018-03-20縲Ver1.29-1.30
+- 隍謨ー繧ケ繧ア繧ク繝・繝シ繝ォ繧貞庄閭ス縺ォ縺励◆
+- 蜷梧悄繧ソ繧ケ繧ッ繧ェ繝励す繝ァ繝ウ縺ォ縲悟髮サ荳ュ縺ョ縺ソ蜷梧悄繧帝幕蟋九☆繧九阪r霑ス蜉
+- 髯、螟悶@縺溘ョ繧」繝ャ繧ッ繝医Μ繝シ縺檎ゥコ繝繧」繝ャ繧ッ繝医Μ繝シ縺ィ縺励※菴懈舌&繧後↑縺繧医≧縺ォ縺励◆
+- 繝繧」繝ャ繧ッ繝医Μ繝シ縺ィ繝輔ぃ繧、繝ォ蜷阪〒菴ソ逕ィ縺ァ縺阪↑縺譁蟄励r蜑企勁縺吶k繧医≧縺ォ縺励◆
+#### 2018-02-28縲Ver1.28
+- 繝繧」繝ャ繧ッ繝医Μ繝シ繝輔ぅ繝ォ繧ソ繝シ縺ァ荳贋ス阪ョ繧」繝ャ繧ッ繝医Μ繝シ繧帝勁螟悶@荳倶ス阪ョ繧」繝ャ繧ッ繝医Μ繝シ繧帝∈謚槭@縺溷エ蜷医ッ荳倶ス阪ョ繧」繝ャ繧ッ繝医Μ繝シ縺ョ驕ク謚槭r譛牙柑縺ォ縺励◆縲ゑシ亥酔譛溘ち繧ケ繧ッ縺ァ縲梧僑蠑オ縺輔l縺溘ョ繧」繝ャ繧ッ繝医Μ繝シ驕ク謚/髯、螟悶ヵ繧」繝ォ繧ソ繧剃スソ逕ィ縺吶k縲阪r繝√ぉ繝繧ッ縺励◆譎ゅ↓譛牙柑縺ィ縺ェ繧翫∪縺呻シ
+- 蜷梧悄繧ソ繧ケ繧ッ髢句ァ区凾縺ォWiFi繧「繧ッ繧サ繧ケ繝昴う繝ウ繝医Μ繧ケ繝医ョSSID縺ォ謗・邯壹@縺ヲ縺縺ェ縺譎ゅ↓隴ヲ蜻翫Γ繝繧サ繝シ繧ク繧定。ィ遉コ縺玲ャ。縺ョ繧ソ繧ケ繧ッ繧帝幕蟋九☆繧九が繝励す繝ァ繝ウ繧貞酔譛溘ち繧ケ繧ッ縺ォ霑ス蜉縲
+#### 2018-02-22縲Ver1.27
+- SMB縺九iSDCARD縺ク縺ョ蜷梧悄縺ァ豈主屓繧ウ繝斐シ縺輔l繧倶ク榊キ蜷医r隗」豸
+- 繧ソ繝シ繧イ繝繝医ョ繧」繝ャ繧ッ繝医Μ縺セ縺溘ッZIP繝輔ぃ繧、繝ォ蜷阪↓蜷梧悄繧ソ繧ケ繧ッ髢句ァ区凾縺ョ蟷エ譛域律繧定ソス蜉縺ァ縺阪k繧医≧縺ォ縺励◆縲
+-%YEAR% 隘ソ證ヲ(2018繧2019縺ェ縺ゥ)
+-%MONTH% 譛(01縺九i12縺セ縺ァ)
+-%DAY% 譌・(01縺九i31縺セ縺ァ)
+-%DAY-OF-YEAR% 蟷エ蛻昴°繧峨ョ譌・謨ー(001-365縺セ縺ァ縲√≧繧九≧蟷エ縺ッ366)
+#### 2018-02-16縲Ver1.26
+- SMB繧オ繝シ繝舌シ髢薙〒縺ョ蜷梧悄繧定ソス蜉縲
+- Android 8縺ァ繧キ繝ァ繝シ繝医き繝繝医′菴懈舌〒縺阪k繧医≧縺ォ縺励◆縲
+- 繝繧ケ繝医Δ繝シ繝峨〒螟夜ΚSDCARD縺ォ蜷梧悄縺吶k譎ゅ↓0繝舌う繝医ョ繝輔ぃ繧、繝ォ縺御ス懈舌&繧後↑縺繧医≧縺ォ縺励◆縲
+#### 2016-11-07縲Ver1.25
+- SMB繧オ繝シ繝舌シ縺ィ縺ョ蜷梧悄縺ォ縺翫>縺ヲ縲∝酔譛滉クュ縺ォ繧ィ繝ゥ繝シ縺ィ縺ェ繧倶ク榊キ蜷医r隗」豸医
+- 螟夜ΚSDCARD縺ク縺ョ繧「繧ッ繧サ繧ケ譁ケ豕輔r螟画峩縲
+#### 2016-10-24縲Ver1.24
+- SMB蜷榊燕隗」豎コ縺後〒縺阪↑縺九▲縺滓凾縺ォDNS繧剃スソ逕ィ縺怜錐蜑崎ァ」豎コ繧偵☆繧九h縺縺ォ縺励◆縲ゅ◆縺縺励∝錐蜑阪ッwin-srv.test.domain.com遲峨ョ繧医≧縺ォFQDN縺ァ謖螳壹☆繧九%縺ィ縺悟ソ隕√
+#### 2016-09-30縲Ver1.23
+- 騾夂衍髻ウ縺ョ髻ウ驥上r險ュ螳壹〒縺阪k繧医≧縺ォ縺励◆縲
+#### 2016-09-26縲Ver1.22
+- 縲悟キョ蛻蛻、螳壹↓繝輔ぃ繧、繝ォ縺ョ譛邨よ峩譁ー譎る俣繧剃スソ逕ィ縺吶k縲阪→縲悟キョ蛻蛻、螳壹↓繝輔ぃ繧、繝ォ繧オ繧、繧コ繧剃スソ逕ィ縺吶k縲阪ョ繧ェ繝励す繝ァ繝ウ縺御ソ晏ュ倥&繧後↑縺繝舌げ繧定ァ」豎コ
+#### 2016-09-23縲Ver1.21
+- 騾夂衍繝。繝繧サ繝シ繧ク繧定。ィ遉コ縺吶k繧ェ繝励す繝ァ繝ウ繧定ソス蜉
+#### 2016-09-01縲Ver1.20
+- 螟夜ΚSDCARD縺ク縺ョ蜷梧悄縺ァ遨コ繝繧」繝ャ繧ッ繝医Μ縺悟酔譛溘&繧後↑縺繝舌げ繧定ァ」豎コ
+#### 2016-08-21縲Ver1.19
+- 蜷梧悄繧ェ繝励す繝ァ繝ウ縺ァ繝輔ぃ繧、繝ォ縺ョ荳頑嶌縺阪r髦イ豁「蜿ッ閭ス縺ォ縺励◆
+#### 2016-08-16縲Ver1.18
+- Directory驕ク謚樒判髱「縺ァFastScroll繧堤┌蜉ケ縺ォ縺励◆
+#### 2016-08-02縲Ver1.17
+- 螟夜Κ繧「繝励Μ縺九i縺ョ蜷梧悄髢句ァ九〒驥崎、縺励※縺励∪縺繝舌げ繧定ァ」豎コ
+- ZIP繝輔ぃ繧、繝ォ縺ク縺ョ繝溘Λ繝シ縺ァ蜑企勁譎る俣縺ョ遏ュ邵ョ
+#### 2016-06-26縲Ver1.16
+- 螟夜ΚSDCARD繧定ェ崎ュ倥〒縺阪↑縺繝舌げ繧定ァ」豎コ
+#### 2016-06-26縲Ver1.15
+- USB繝輔か繝ォ繝繝シ縺ォ/storage/emulated/UsbDriveA 縺ィ /storage/emulated/UsbDriveB繧定ソス蜉
+#### 2016-06-25縲Ver1.14
+- ZIP縺ォ蜷梧悄縺励◆蝣エ蜷医↓遨コ繝繧」繝ャ繧ッ繝医Μ縺悟渚譏縺輔l縺ェ縺繝舌げ繧定ァ」豎コ
+#### 2016-06-23縲Ver1.13
+- 蜀驛ィ繧ケ繝医Ξ繝シ繧ク縺九iZIP繝輔ぃ繧、繝ォシ亥驛ィ繧ケ繝医Ξ繝シ繧ク縺セ縺溘ッ螟夜ΚSDCARDシ峨↓蜷梧悄繝サ繧ウ繝斐シ繝サ遘サ蜍輔r霑ス蜉
+#### 2016-06-17縲Ver1.12
+- /Removable/MicroSD繧貞、夜ΚSDCARD縺ョ繝代せ縺ォ霑ス蜉
+#### 2016-06-17縲Ver1.11
+- 繧ケ繧ッ繝ェ繝シ繝ウ繧ェ繝墓凾縺ォ繧、繝ウ繝繝ウ繝医〒襍キ蜍輔&繧後◆譎ゅ↓蠑キ蛻カ邨ゆコ縺吶k繝舌げ繧定ァ」豎コ
+#### 2016-06-13縲Ver1.10
+- SMB繝帙せ繝亥錐縺ョ蜷榊燕隗」豎コ縺ョ繝舌げ隗」豎コ
+- Notification繝。繝繧サ繝シ繧ク陦ィ遉コ縺ョ譛驕ゥ蛹
+#### 2016-05-29縲Ver1.09
+- 繝槭せ繧ソ繝シ縺ィ繧ソ繝シ繧イ繝繝医ョ邨縺ソ蜷医o縺帶、懈渊繧貞宍譬シ蛹
+- WiFi繧「繧ッ繧サ繧ケ繝昴う繝ウ繝医ョ蜑企勁縺ァ蠑キ蛻カ邨ゆコ縺吶k繝舌げ繧定ァ」豎コ
+#### 2016-05-25縲Ver1.08
+- 蜷梧悄繧ソ繧ケ繧ッ霑ス蜉繝サ邱ィ髮逕サ髱「縺ォ繝倥Ν繝励r霑ス蜉
+- 繝輔ぃ繧、繝ォ驕ク謚槭ョUI繧貞、画峩縲1.驕ク謚槭ッ繝輔ぃ繧、繝ォ蜷阪d繝繧」繝ャ繧ッ繝医Μ蜷阪r繧ソ繝繝励☆繧九2.繧オ繝悶ョ繧」繝ャ繧ッ繝医Μ縺ョ陦ィ遉コ縺ッ蟾ヲ遶ッ縺ョ繧「繧、繧ウ繝ウ繧偵ち繝繝励☆繧九3.髟キ謚シ縺励r蟒豁「縲
+- 逕サ髱「縺ョ蜷代″繧偵昴シ繝医Ξ繧、繝医↓蝗コ螳壹☆繧九が繝励す繝ァ繝ウ繧定ソス蜉
+#### 2016-05-16縲Ver1.07
+- 繝倥Ν繝励ヵ繧。繧、繝ォ繧竪oogle Drive縺ク縺ョ繝ェ繝ウ繧ッ縺ォ螟画峩縺励ヵ繧。繧、繝ォ繧オ繧、繧コ繧貞ー上&縺上@縺溘
+- 繝輔ぃ繧、繝ォ繝サ繝繧」繝ャ繧ッ繝医Μ繝シ繝輔ぅ繝ォ繧ソ繝シ縺ョ霑ス蜉縺後〒縺阪↑縺繝舌げ繧定ァ」豎コ
+- 繝輔ぃ繧、繝ォ繝輔ぅ繝ォ繧ソ繝シ縺ョUI繧呈隼蝟
+#### 2016-05-07縲Ver1.06
+- 螟夜ΚSDCARD縺ョPATH縺ォ/storage/MicroSD, /storage/extSdCard縺ィ/mnt/extSdCard繧定ソス蜉
+- 螟夜ΚSDCARD縺ク縺ョ蜷梧悄縺ァ繧ウ繝斐シ縺輔l縺ェ縺繝舌げ繧定ァ」豎コ
+#### 2016-05-03縲Ver1.05
+- 蜷梧悄繧ェ繝励す繝ァ繝ウ縺ォ蜷梧悄繧定ィア蜿ッ縺吶k辟。邱哭AN繧「繧ッ繧サ繧ケ繝昴う繝ウ繝医r謖螳壹〒縺阪k繧医≧縺ォ縺励◆
+- 螟夜ΚSDCARD縺ョ驕ク謚槭↓髢「縺吶k繝ヲ繝シ繧カ繝シ繧、繝ウ繧ソ繝シ繝輔ぉ繝シ繧ケ繧呈隼蝟縺励◆
+#### 2016-04-16縲Ver1.04
+- 繧ソ繧ケ繧ッ繝ェ繧ケ繝医ョ蜿悶j霎シ縺ソ縺九iSMBSync縺ァ譖ク縺榊コ縺励◆繝励Ο繝輔ぃ繧、繝ォ蜿悶j霎シ縺ソ縺後〒縺阪k繧医≧縺ォ縺励◆縲
+#### 2016-04-14縲Ver1.03
+- 繝代ヵ繧ゥ繝シ繝槭Φ繧ケ謾ケ蝟
+- 繧ソ繧ケ繧ッ縺ョ蜿悶j霎シ縺ソ縺ァ險ュ螳壼、縺悟叙繧願セシ繧√↑縺繝舌げ繧定ァ」豎コ
+#### 2016-04-10縲Ver1.02
+- SDCARD縺九i繝輔ぃ繧、繝ォ縺檎ァサ蜍輔&繧後↑縺繝舌げ繧定ァ」豎コ
+- 荳驛ィ縺ョ繝繧」繝ャ繧ッ繝医Μ縺ァ繝溘Λ繝シ縺後〒縺阪↑縺繝舌げ繧定ァ」豎コ
+#### 2016-04-09縲Ver1.00
+- 譛蛻昴ョ蜈ャ髢
+
diff --git a/help/SMBSync2_Change_JA.pdf b/help/SMBSync2_Change_JA.pdf
new file mode 100644
index 00000000..26d5c8fa
Binary files /dev/null and b/help/SMBSync2_Change_JA.pdf differ
diff --git a/help/SMBSync2_Desc_EN_Short.docx b/help/SMBSync2_Desc_EN_Short.docx
deleted file mode 100644
index bbdd9787..00000000
Binary files a/help/SMBSync2_Desc_EN_Short.docx and /dev/null differ
diff --git a/help/SMBSync2_Desc_EN_Short.md b/help/SMBSync2_Desc_EN_Short.md
new file mode 100644
index 00000000..a14ff47c
--- /dev/null
+++ b/help/SMBSync2_Desc_EN_Short.md
@@ -0,0 +1,50 @@
+## 1.Functions
+SMBSync2 is a tool for synchronizing files via wireless LAN using SMB1,SMB2 or SMB3 protocol between the internal storage of Android terminal, SDCARD and PC/NAS. Synchronization is a one-way from the master to the target. Mirror, Move, Copy and Archive modes are supported. Many storage combinations are supported (Internal storage, SDCARD, OTG-USB, SMB, ZIP)
+Sync can be automatically started by external applications (Tasker, AutoMagic etc) or SMBSync2 schedule.
+Sync occurs between two folder pairs called the Master (source folder) and the Target (destination folder). It is a one direction Sync, from the Master to the Target.
+
+The supported Sync modes are:
+- Mirror
+
+ The target folder is kept as an exact copy of the master. If a file is different between the master and the target, the file on the master overwrites the file on the target. Folder and files not present on the target are copied from the master. Files and folders that do not exist on the master are also deleted from the target. Only modified files (by size and/or date/time) are updated on the target.
+
+- Move
+
+ If a file is different between the master and the target, the file on the master overwrites the file on the target. Once copied to the target, files and folders are deleted from the master (like move command).
+ Only modified files (by size and/or date/time) are copied to the target. Identical files, based on the selected compare criteria, are deleted from the master without being copied. Files and folders on the target, not present on the master, are obviously preserved.
+
+- Copy
+
+ Same as Move, but files are not deleted from the master after being copied.
+ If a file is different between the master and the target, the file on the master overwrites the file on the target. Once copied to the target, files and folders are kept on the master (like a copy command).
+ Only modified files (by size and/or date/time) are copied to the target. Identical files, based on the selected compare criteria, are ignored and not copied again.
+
+- Archive
+
+ Archive photos and videos by Moving them from the master to the target folder. Specific medias criteria can be specified for archiving: shooting date/time, date and time of last archive execution (such as 7 days or earlier or 30 days or earlier).
+ ZIP cannot be specified as a target for Archive operations.
+
+**Compare criteria:**
+Files are considered different based on these criteria:
+1. File/folder name exists only on master or target, not on both sides
+2. Files have different sizes
+3. Files have a different time stamp (last modification date and time)
+
+In Advanced Options, many compare settings can be adjusted: time tolerance interval can be set to ignore difference if less than 1, 3, 5 or 10 sec for compatibility with FAT/exFAT medias. Ignore Daylight Saving time is supported. Option to not overwrite target file if it is newer than the master or if it is larger in size窶ヲ
+When target is on Internal Storage or on the SD Card, most Android systems do not permit setting the last modified time of the target file to match the time of the source file. When target is SMB (PC/NAS), or OTG-USB storage, this is usually not an issue. SMSync2 detects if the time/date can be set on the target to match the source file. If not, the last update time of the file is recorded in the application database files. It is then used to compare the files and check if they differ by time. In that case, if you try to synchronize the master/target pair with a third-party application or if SMBSync2 data files are erased, the source files will be copied again to the target. You can set the option to 窶廸ot overwrite destination file if it is newer than the master窶 in addition to comparing by size to overcome this issue.
+
+## 2.FAQs
+Please refer to the PDF link below.
+https://drive.google.com/file/d/1a8CTRu9xoCD74Qn0YZxzry-LHxQ8j7dE/view?usp=sharing
+
+## 3.Library
+- [jcifs-ng ClientLibrary](https://github.com/AgNO3/jcifs-ng)
+- [bcprov-jdk15to18-1.66](https://mvnrepository.com/artifact/org.bouncycastle/bcprov-jdk15to18/1.66)
+- [jcifs-1.3.17](https://jcifs.samba.org/)
+- [Zip4J 1.3.2](https://mvnrepository.com/artifact/net.lingala.zip4j/zip4j/1.3.2)
+- [juniversalchardet-1.0.3](https://code.google.com/archive/p/juniversalchardet/)
+- [Metadata-extractor](https://github.com/drewnoakes/metadata-extractor)
+## 4.Documents
+Please refer to the PDF link below.
+https://drive.google.com/file/d/0B77t0XpnNT7OYzZ0U01rR0VRMlk/view?usp=sharing
+
diff --git a/help/SMBSync2_Desc_FR_Short.docx b/help/SMBSync2_Desc_FR_Short.docx
deleted file mode 100644
index 93758ccb..00000000
Binary files a/help/SMBSync2_Desc_FR_Short.docx and /dev/null differ
diff --git a/help/SMBSync2_Desc_FR_Short.md b/help/SMBSync2_Desc_FR_Short.md
new file mode 100644
index 00000000..8ecc64d7
--- /dev/null
+++ b/help/SMBSync2_Desc_FR_Short.md
@@ -0,0 +1,55 @@
+## 1.Functions
+SMBSync2 est un outil permettant de synchroniser des fichiers via un rテゥseau local sans fil en utilisant le protocole SMB1, SMB2 ou SMB3 entre le stockage interne du terminal Android, SDCARD et PC/NAS. La synchronisation est un aller simple du maテョtre テ la cible. Les modes miroir, dテゥplacement, copie et archivage sont pris en charge. De nombreuses combinaisons de stockage sont supportテゥes (stockage interne, SDCARD, OTG-USB, SMB, ZIP)
+
+La synchronisation peut テェtre lancテゥe automatiquement par des applications externes (Tasker, AutoMagic, etc.) ou par le programme SMBSync2.
+
+La synchronisation s'effectue entre deux paires de dossiers appelテゥs le Master (dossier source) et le Target (dossier de destination). Il s'agit d'une synchronisation unidirectionnelle, du maテョtre テ la cible.
+
+Les modes de synchronisation pris en charge sont les suivants:
+- Miroir
+
+ Le dossier cible est conservテゥ comme une copie exacte du dossier principal. Si un fichier est diffテゥrent entre le dossier principal et le dossier cible, le fichier principal テゥcrase le fichier cible. Les dossiers et fichiers non prテゥsents sur la cible sont copiテゥs テ partir du master. Les fichiers et dossiers qui n'existent pas sur le master sont テゥgalement supprimテゥs de la cible. Seuls les fichiers modifiテゥs (par la taille et/ou la date/heure) sont mis テ jour dans la cible.
+
+- Dテゥplacement
+
+ Si un fichier est diffテゥrent entre le maテョtre et la cible, le fichier sur le maテョtre テゥcrase le fichier sur la cible. Une fois copiテゥs sur la cible, les fichiers et les dossiers sont supprimテゥs du master (comme la commande move).
+ Seuls les fichiers modifiテゥs (par la taille et/ou la date/heure) sont copiテゥs dans la cible. Les fichiers identiques, sur la base des critティres de comparaison sテゥlectionnテゥs, sont supprimテゥs du fichier maテョtre sans テェtre copiテゥs. Les fichiers et dossiers de la cible, non prテゥsents sur le master, sont テゥvidemment prテゥservテゥs.
+
+- Copie
+
+ Mテェme chose que pour Move, mais les fichiers ne sont pas supprimテゥs du master aprティs avoir テゥtテゥ copiテゥs.
+ Si un fichier est diffテゥrent entre le master et la cible, le fichier du master テゥcrase le fichier de la cible. Une fois copiテゥs sur la cible, les fichiers et les dossiers sont conservテゥs sur le master (comme une commande de copie).
+ Seuls les fichiers modifiテゥs (par la taille et/ou la date/heure) sont copiテゥs vers la cible. Les fichiers identiques, sur la base des critティres de comparaison sテゥlectionnテゥs, sont ignorテゥs et ne sont pas copiテゥs テ nouveau.
+
+- Archives
+
+ Archivez des photos et des vidテゥos en les dテゥplaテァant du dossier principal au dossier cible. Des critティres spテゥcifiques aux mテゥdias peuvent テェtre spテゥcifiテゥs pour l'archivage : date/heure de tournage, date et heure de la derniティre exテゥcution de l'archive (par exemple 7 jours ou plus tテエt ou 30 jours ou plus tテエt).
+ Le ZIP ne peut pas テェtre spテゥcifiテゥ comme cible pour les opテゥrations d'archivage.
+
+**Comparer les critティres :**
+
+Les dossiers sont considテゥrテゥs comme diffテゥrents sur la base de ces critティres:
+
+1. Le nom du fichier/dossier n'existe que sur le maテョtre ou la cible, et non sur les deux cテエtテゥs
+2. Les fichiers ont des tailles diffテゥrentes
+3. Les fichiers ont un horodatage diffテゥrent (date et heure de la derniティre modification)
+
+Dans les options avancテゥes, de nombreux paramティtres de comparaison peuvent テェtre ajustテゥs : l'intervalle de tolテゥrance temporelle peut テェtre rテゥglテゥ pour ignorer la diffテゥrence si elle est infテゥrieure テ 1, 3, 5 ou 10 secondes pour la compatibilitテゥ avec les mテゥdias FAT/exFAT. Ignorer l'heure d'テゥtテゥ est pris en charge. Possibilitテゥ de ne pas テゥcraser le fichier cible s'il est plus rテゥcent que le fichier maテョtre ou s'il est plus volumineux...
+
+Lorsque la cible se trouve sur le stockage interne ou sur la carte SD, la plupart des systティmes Android ne permettent pas de rテゥgler l'heure de la derniティre modification du fichier cible pour qu'elle corresponde テ l'heure du fichier source. Lorsque la cible est une SMB (PC/NAS), ou un stockage OTG-USB, cela ne pose gテゥnテゥralement pas de problティme. SMSync2 dテゥtecte si l'heure/la date peut テェtre rテゥglテゥe sur la cible pour correspondre au fichier source. Si ce n'est pas le cas, la derniティre heure de mise テ jour du fichier est enregistrテゥe dans les fichiers de la base de donnテゥes de l'application. Elle est ensuite utilisテゥe pour comparer les fichiers et vテゥrifier s'ils diffティrent dans le temps. Dans ce cas, si vous essayez de synchroniser la paire maテョtre/cible avec une application tierce ou si les fichiers de donnテゥes SMBSync2 sont effacテゥs, les fichiers sources seront テ nouveau copiテゥs sur la cible. Vous pouvez rテゥgler l'option "Ne pas テゥcraser le fichier de destination s'il est plus rテゥcent que le maテョtre" en plus de la comparaison par taille pour surmonter ce problティme.
+
+## 2.FAQs
+Veuillez vous rテゥfテゥrer au lien PDF ci-dessous.
+https://drive.google.com/file/d/1QPz_VN8Hur0cfvzF35SP-dt9_QTkv-ZA/view?usp=sharing
+
+## 3. Bibliothティque externe
+- [jcifs-ng ClientLibrary](https://github.com/AgNO3/jcifs-ng)
+- [bcprov-jdk15to18-1.66](https://mvnrepository.com/artifact/org.bouncycastle/bcprov-jdk15to18/1.66)
+- [jcifs-1.3.17](https://jcifs.samba.org/)
+- [Zip4J 1.3.2](https://mvnrepository.com/artifact/net.lingala.zip4j/zip4j/1.3.2)
+- [juniversalchardet-1.0.3](https://code.google.com/archive/p/juniversalchardet/)
+- [Metadata-extractor](https://github.com/drewnoakes/metadata-extractor)
+
+## 4.Documents
+Veuillez vous rテゥfテゥrer au lien PDF ci-dessous.
+https://drive.google.com/file/d/0B77t0XpnNT7OYzZ0U01rR0VRMlk/view?usp=sharing
\ No newline at end of file
diff --git a/help/SMBSync2_Desc_IT_Short.md b/help/SMBSync2_Desc_IT_Short.md
new file mode 100644
index 00000000..ae985be7
--- /dev/null
+++ b/help/SMBSync2_Desc_IT_Short.md
@@ -0,0 +1,50 @@
+## 1. Funzioni
+
+SMBSync2 ティ uno strumento per la sincronizzazione di file via LAN wireless utilizzando il protocollo SMB1, SMB2 o SMB3 tra la memoria interna del terminale Android, SDCARD e PC/NAS. La sincronizzazione ティ a senso unico dal master all'obiettivo. Sono supportate le modalitテ Mirror, Sposta, Copia e Archivia. Sono supportate molte combinazioni di archiviazione (archiviazione interna, SDCARD, OTG-USB, SMB, ZIP)La sincronizzazione puテイ essere avviata automaticamente da applicazioni esterne (Tasker, AutoMagic ecc.) o dal pianificatore SMBSync2.
+La sincronizzazione avviene tra due coppie di cartelle chiamate Master (cartella sorgente) e Target (cartella di destinazione). Si tratta di una sincronizzazione in una sola direzione, dal Master al Target.
+Le modalitテ di sincronizzazione supportate sono:
+- Mirror
+
+ La cartella di destinazione viene conservata come copia esatta del master. Se un file ティ diverso tra il master e la destinazione, il file sul master sovrascrive il file sulla destinazione. La cartella e i file non presenti sulla destinazione vengono copiati dal master. Anche i file e le cartelle non presenti sul master vengono cancellati dal master. Solo i file modificati (per dimensione e/o data/ora) vengono aggiornati sulla destinazione.
+
+- Sposta
+
+ Se un file ティ diverso tra il master e il target, il file sul master sovrascrive il file sul target. Una volta copiati nella destinazione, i file e le cartelle vengono cancellati dal master (come il comando sposta).
+ Solo i file modificati (per dimensione e/o data/ora) vengono copiati nella destinazione. I file identici, in base ai criteri di confronto selezionati, vengono cancellati dal master senza essere copiati. I file e le cartelle sul target, non presenti sul master, vengono ovviamente conservati.
+
+- Copia
+
+ Come per permeti, ma i file non vengono cancellati dal master dopo essere stati copiati.
+ Se un file ティ diverso tra il master e la destinazione, il file sul master sovrascrive il file sulla destinazione. Una volta copiati nella destinazione, i file e le cartelle vengono mantenuti sul master (come un comando di copia).
+ Solo i file modificati (per dimensione e/o data/ora) vengono copiati sulla destinazione. I file identici, in base ai criteri di confronto selezionati, vengono ignorati e non vengono piテケ copiati.
+
+- Archivia
+
+ Archiviare foto e video spostandoli dal master alla cartella di destinazione. Per l'archiviazione possono essere specificati criteri specifici: data/ora di ripresa, data e ora dell'ultima esecuzione dell'archivio (ad esempio 7 giorni o prima o 30 giorni o prima).
+ ZIP non puテイ essere specificato come target per le operazioni di archivio.
+
+**Criteri di comparazione:**
+I file sono considerati diversi in base a questi criteri:
+
+1. Il nome del file/cartella esiste solo sul master o sul target, non su entrambi i lati
+2. I file hanno dimensioni diverse
+3. I file hanno un orario diverso (data e ora dell'ultima modifica)
+
+Nelle Opzioni Avanzate ティ possibile regolare molte impostazioni di confronto: l'intervallo di tolleranza temporale puテイ essere impostato per ignorare la differenza se inferiore a 1, 3, 5 o 10 sec per la compatibilitテ con i media FAT/exFAT. Ignora l'ora legale ティ supportata. Opzione per non sovrascrivere il file di destinazione se ティ piテケ nuovo del master o se ティ di dimensioni maggiori...
+
+Quando il target si trova nella memoria interna o sulla scheda SD, la maggior parte dei sistemi Android non consente di impostare l'ultimo orario modificato del file di destinazione in modo che corrisponda all'orario del file di origine. Quando il target ティ SMB (PC/NAS), o storage OTG-USB, di solito questo non ティ un problema. SMSync2 rileva se l'ora/data puテイ essere impostata sulla destinazione per corrispondere al file di origine. In caso contrario, l'ultimo tempo di aggiornamento del file viene registrato nei file del database dell'applicazione. Viene quindi utilizzato per confrontare i file e verificare se differiscono per tempo. In tal caso, se si tenta di sincronizzare la coppia master/target con un'applicazione di terze parti o se i file di dati SMBSync2 vengono cancellati, i file di origine vengono copiati nuovamente sul target. テ possibile impostare l'opzione "Non sovrascrivere il file di destinazione se ティ piテケ recente del master", oltre al confronto per dimensioni per superare questo problema.
+
+## 2.FAQs
+Si prega di fare riferimento al link PDF qui sotto.
+https://drive.google.com/file/d/1a8CTRu9xoCD74Qn0YZxzry-LHxQ8j7dE/view?usp=sharing
+
+## 3. Libreria
+- [jcifs-ng ClientLibrary](https://github.com/AgNO3/jcifs-ng)
+- [bcprov-jdk15to18-1.66](https://mvnrepository.com/artifact/org.bouncycastle/bcprov-jdk15to18/1.66)
+- [jcifs-1.3.17](https://jcifs.samba.org/)
+- [Zip4J 1.3.2](https://mvnrepository.com/artifact/net.lingala.zip4j/zip4j/1.3.2)
+- [juniversalchardet-1.0.3](https://code.google.com/archive/p/juniversalchardet/)
+- [Metadata-extractor](https://github.com/drewnoakes/metadata-extractor)
+## 4. Documenti
+Si prega di fare riferimento al link PDF qui sotto.
+https://drive.google.com/file/d/0B77t0XpnNT7OYzZ0U01rR0VRMlk/view?usp=sharing
\ No newline at end of file
diff --git a/help/SMBSync2_Desc_JA_Short.docx b/help/SMBSync2_Desc_JA_Short.docx
deleted file mode 100644
index 80147af5..00000000
Binary files a/help/SMBSync2_Desc_JA_Short.docx and /dev/null differ
diff --git a/help/SMBSync2_Desc_JA_Short.md b/help/SMBSync2_Desc_JA_Short.md
new file mode 100644
index 00000000..41bc3eef
--- /dev/null
+++ b/help/SMBSync2_Desc_JA_Short.md
@@ -0,0 +1,34 @@
+## 1.讖溯ス
+SMBSync2縺ッAndroid遶ッ譛ォ縺ョ蜀驛ィ繧ケ繝医Ξ繝シ繧ク縲ヾDCARD縺ィPC/NAS縺ョ髢薙〒SMB1, SMB2縺セ縺溘ッSMB3繝励Ο繝医さ繝ォ繧剃スソ逕ィ縺礼┌邱哭AN邨檎罰縺ァ繝輔ぃ繧、繝ォ縺ョ蜷梧悄繧定。後≧縺溘a縺ョ繝繝シ繝ォ縺ァ縺吶ょ酔譛溘ッ繝槭せ繧ソ繝シ縺九i繧ソ繝シ繧イ繝繝医∈縺ョ荳譁ケ蜷代〒縲√Α繝ゥ繝シ縲∫ァサ蜍輔√さ繝斐シ縲√い繝シ繧ォ繧、繝悶′菴ソ逕ィ縺ァ縺阪∪縺吶ゑシ亥驛ィ繧ケ繝医Ξ繝シ繧ク縲ヾDCARD縲ヾMB縲〇IP縺ョ邨縺ソ蜷医o縺帙′蜿ッ閭ス縺ァ縺呻シ
+SMBSync2縺ョ繧ケ繧ア繧ク繝・繝シ繝ォ讖溯ス縺セ縺溘ッ螟夜Κ繧「繝励Μ繧ア繝シ繧キ繝ァ繝ウシTasker繧БutoMagic縺ェ縺ゥシ峨↓繧医j螳壽悄逧縺ォ蜷梧悄繧帝幕蟋九☆繧倶コ九′蜿ッ閭ス縺ァ縺吶
+- 繝溘Λ繝シ
+ 繝槭せ繧ソ繝シ蛛エ縺ョ繝繧」繝ャ繧ッ繝医Μ繝シ縺ィ繝輔ぃ繧、繝ォ繧偵ち繝シ繧イ繝繝亥エ縺ォ蟾ョ蛻繧ウ繝斐シ(*1)縺励√さ繝斐シ邨ゆコ蠕後↓繝槭せ繧ソ繝シ蛛エ縺ォ蟄伜惠縺励↑縺繧ソ繝シ繧イ繝繝亥エ縺ョ繝輔ぃ繧、繝ォ縺ィ繝繧」繝ャ繧ッ繝医Μ繝シ繧貞炎髯、縺吶k縲
+
+- 遘サ蜍
+ 繝槭せ繧ソ繝シ蛛エ縺ョ繝繧」繝ャ繧ッ繝医Μ繝シ縺ィ繝輔ぃ繧、繝ォ繧偵ち繝シ繧イ繝繝亥エ縺ォ蟾ョ蛻繧ウ繝斐シ縺励√さ繝斐シ邨ゆコ蠕後↓繝槭せ繧ソ繝シ蛛エ縺ョ繝輔ぃ繧、繝ォ繧貞炎髯、縺吶k縲ゑシ医◆縺縺励√槭せ繧ソ繝シ縺ィ繧ソ繝シ繧イ繝繝医↓蜷悟錐縺ァ繝輔ぃ繧、繝ォ繧オ繧、繧コ縺ィ譖エ譁ー譌・譎ゅ′蜷後§繝輔ぃ繧、繝ォ縺ッ繧ウ繝斐シ縺帙★繝槭せ繧ソ繝シ蛛エ縺ョ繝輔ぃ繧、繝ォ繧貞炎髯、シ
+
+- 繧ウ繝斐シ
+ 繝槭せ繧ソ繝シ蛛エ縺ョ繝繧」繝ャ繧ッ繝医Μ繝シ縺ォ蜷ォ縺セ繧後k繝輔ぃ繧、繝ォ繧偵ち繝シ繧イ繝繝亥エ縺ォ蟾ョ蛻繧ウ繝斐シ縺吶k縲
+
+- 繧「繝シ繧ォ繧、繝
+ 繝槭せ繧ソ繝シ蛛エ縺ョ繝繧」繝ャ繧ッ繝医Μ繝シ縺ォ蜷ォ縺セ繧後k蜀咏悄縺ィ繝薙ョ繧ェ繧偵い繝シ繧ォ繧、繝門ョ溯。梧律譎ゅh繧頑聴蠖ア譌・譎ゅ′シ玲律莉・蜑阪d30譌・莉・蜑阪↑縺ゥ縺ョ譚。莉カ縺ァ繧ソ繝シ繧イ繝繝医↓遘サ蜍輔☆繧九ゑシ医◆縺縺励√ち繝シ繧イ繝繝医↓ZIP縺ッ菴ソ逕ィ縺ァ縺阪∪縺帙sシ
+
+豕ィ1: 荳玖ィ倥ョシ捺擅莉カ縺ョ縺縺。縺縺壹l縺九′謌千ォ九@縺溷エ蜷医↓蟾ョ蛻繝輔ぃ繧、繝ォ縺ィ蛻、螳壹@縲√さ繝斐シ繧遘サ蜍輔r陦後>縺セ縺吶ゅ∪縺溘∝酔譛溘ち繧ケ繧ッ縺ョ繧ェ繝励す繝ァ繝ウ縺ァ繝輔ぃ繧、繝ォ繧オ繧、繧コ縺ィ譛邨よ峩譁ー譎る俣繧堤┌隕悶☆繧九%縺ィ縺後〒縺阪∪縺吶
+1. 繝輔ぃ繧、繝ォ縺悟ュ伜惠縺励↑縺
+2. 繝輔ぃ繧、繝ォ繧オ繧、繧コ縺碁&縺
+3. 繝輔ぃ繧、繝ォ縺ョ譛邨よ峩譁ー譌・譎ゅ′3遘剃サ・荳企&縺(遘呈焚縺ッ蜷梧悄繧ソ繧ケ繧ッ縺ョ繧ェ繝励す繝ァ繝ウ縺ォ繧医j螟画峩蜿ッ閭ス)
+## 2.FAQ
+荳玖ィ倥Μ繝ウ繧ッ縺ョPDF繧貞盾辣ァ縺上□縺輔>縲
+https://drive.google.com/file/d/1bld5J43139dflVwgNBJLlL3BTLAu199N/view?usp=sharing
+
+## 3.菴ソ逕ィ繝ゥ繧、繝悶Λ繝ェ繝シ
+- [jcifs-ng ClientLibrary](https://github.com/AgNO3/jcifs-ng)
+- [bcprov-jdk15to18-1.66](https://mvnrepository.com/artifact/org.bouncycastle/bcprov-jdk15to18/1.66)
+- [jcifs-1.3.17](https://jcifs.samba.org/)
+- [Zip4J 1.3.2](https://mvnrepository.com/artifact/net.lingala.zip4j/zip4j/1.3.2)
+- [juniversalchardet-1.0.3](https://code.google.com/archive/p/juniversalchardet/)
+- [Metadata-extractor](https://github.com/drewnoakes/metadata-extractor)
+
+## 4.隧ウ邏ー諠蝣ア
+荳玖ィ倥Μ繝ウ繧ッ縺ョPDF繧貞盾辣ァ縺上□縺輔>縲
+https://drive.google.com/file/d/0B77t0XpnNT7OSzBzcV9SemEwbkE/view?usp=sharing
\ No newline at end of file
diff --git a/help/SMBSync2_Desc_RU_Short.docx b/help/SMBSync2_Desc_RU_Short.docx
deleted file mode 100644
index d2de0b40..00000000
Binary files a/help/SMBSync2_Desc_RU_Short.docx and /dev/null differ
diff --git a/help/SMBSync2_Desc_RU_Short.md b/help/SMBSync2_Desc_RU_Short.md
new file mode 100644
index 00000000..ba2ffed6
--- /dev/null
+++ b/help/SMBSync2_Desc_RU_Short.md
@@ -0,0 +1,39 @@
+## 1. ミ樮ミセミアミオミスミスミセムムひク.
+SMBSync2 - ム采ひセ ミクミスムムびムσシミオミスム ミエミサム ムミクミスムムミセミスミクミキミームミクミク ムミーミケミサミセミイ ミシミオミカミエム ミイミスムτびミオミスミスミクミシ ムムミーミスミクミサミクム禍オミシ Android-ムτムびミセミケムムひイミー, SDCARD ミク PC/NAS ミソミセ ミアミオムミソムミセミイミセミエミスミセミケ ミサミセミコミーミサム糊スミセミケ ムミオムひク ム ミクムミソミセミサム糊キミセミイミーミスミクミオミシ ミソムミセムひセミコミセミサミー SMB1, SMB2 ミクミサミク SMB3. ミ。ミクミスムムミセミスミクミキミームミクム ム紹イミサム紹オムびム ミセミエミスミセムムひセムミセミスミスミオミケ ミセム ミシミームムひオムミー ミコ ムミオミサミク ミク ミシミセミカミオム ミアム錦び ミキミオムミコミーミサミクムミセミイミーミスミー, ミソミオムミオミシミオム禍オミスミー, ムミコミセミソミクムミセミイミーミスミー ミク ミキミーミームムミクミイミクムミセミイミーミスミー. (ミ漬セミキミシミセミカミスミー ミコミセミシミアミクミスミームミクム ミイミスムτびミオミスミスミオミウミセ ムムミーミスミクミサミクム禍ー, SDCARD, SMB ミク ZIP).
+ミ渙オムミクミセミエミクムミオムミコミク ミキミーミソムτミコミームび ムミクミスムムミセミスミクミキミームミクム ミシミセミカミスミセ ムムσスミコムミクミオミケ ミソミサミーミスミクムミセミイミーミスミクム SMBSync2 ミクミサミク ミイミスミオム威スミクミシ ミソムミクミサミセミカミオミスミクミオミシ (Tasker, AutoMagic ミク ム.ミエ.).
+- ミ慴クミサミサミオム.
+
+ ミ墟ームひーミサミセミウ ミク ムミーミケミサム ミスミー ミセムミスミセミイミスミセミケ ムムひセムミセミスミオ ミアムσエムτ ムミコミセミソミクムミセミイミーミスム ミスミー ムミオミサミオミイムτ ムムひセムミセミスム (*1), ミー ムミーミケミサム ミク ミコミームひーミサミセミウミク ミスミー ムミオミサミオミイミセミケ ムムひセムミセミスミオ, ミコミセムひセムム巾オ ミスミオ ムムτ禍オムムひイムτ紗 ミスミー ミセムミスミセミイミスミセミケ ムムひセムミセミスミオ, ミアムσエムτ ムσエミーミサミオミスム ミソミセムミサミオ ミキミーミイミオムム威オミスミクム ミコミセミソミクムミセミイミーミスミクム.
+
+- ミエミイミクミカミオミスミクミオ
+
+ ミ墟ームひーミサミセミウ ミク ムミーミケミサ ミスミー ミイミオミエムτ禍オミケ ムムひセムミセミスミオ ミコミセミソミクムムτ紗びム ミスミー ムミオミサミオミイムτ ムムひセムミセミスム, ミー ムミーミケミサ ミスミー ミイミオミエムτ禍オミケ ムムひセムミセミスミオ ムσエミーミサム紹オムびム ミソミセ ミセミコミセミスムミーミスミクミク ミコミセミソミクムミセミイミーミスミクム. (ミ榧エミスミーミコミセ, ミオムミサミク ムミーミケミサ ミクミシミオミオム ムひセ ミカミオ ミクミシム, ムムひセ ミク ミイミオミエムτ禍クミケ ミク ムミオミサミオミイミセミケ, ムミーミキミシミオム ムミーミケミサミー ミク ミエミームひー ミセミアミスミセミイミサミオミスミクム ミセミエミクミスミーミコミセミイム, ムひセ ミイミオミエムτ禍クミケ ムミーミケミサ ムσエミーミサム紹オムびム, ミー ミスミオ ミコミセミソミクムムσオムびム.
+
+- ミコミセミソミクム
+
+ ミ、ミーミケミサム ミイ ミウミサミーミイミスミセミシ ミコミームひーミサミセミウミオ ミコミセミソミクムムτ紗びム ミイ ムミオミサミオミイムτ ミエミクムミオミコムひセムミクム.
+
+- ミームムミクミイ
+
+ ミ、ミセムひセミウムミームミクミク ミク ミイミクミエミオミセ ミイ ミセムミスミセミイミスミセミシ ミコミームひーミサミセミウミオ ミアムσエムτ ミソミオムミオミシミオム禍オミスム ミコ ムミオミサミク, ミオムミサミク ミエミームひー ムム諌オミシミコミク 7 ミエミスミオミケ ミクミサミク ミスミー 30 ミエミスミオミケ ムミーミスム袴威オ, ムミオミシ ミアム巾サミー ミイム巾ソミセミサミスミオミスミー ミキミーミソミクムム ミイ ミームムミクミイ. (ミ斷セ ムび ミスミオ ミシミセミカミオム尉 ミクムミソミセミサム糊キミセミイミームび ミシミセミサミスミクム ミスミー ムミオミサミク.)
+
+
+ミ湲ミクミシミオムミーミスミクミオ 1: ミ湲ミク ミイム巾ソミセミサミスミオミスミクミク ミサム社アミセミウミセ ミクミキ ムミサミオミエムτ紗禍クム ムびミオム ムτミサミセミイミクミケ ムミーミケミサ ミセムミオミスミクミイミーミオムびム ミコミーミコ ムミーミケミサ ムミーミキミスミクムム ミク ミコミセミソミクムムσオムびム ミクミサミク ミソミオムミオミシミオム禍ーミオムびム. ミ柘 ムひーミコミカミオ ミシミセミカミオムひオ ミクミウミスミセムミクムミセミイミームび ムミーミキミシミオム ムミーミケミサミー ミク ミイムミオミシム ミソミセムミサミオミエミスミオミウミセ ミセミアミスミセミイミサミオミスミクム ミイ ミセミソムミクム肖 ミキミーミエミームミク ムミクミスムムミセミスミクミキミームミクミク.
+
+1. ミ、ミーミケミサ ミスミオ ムムτ禍オムムひイムσオム.
+2. ミミーミキミシミオム ムミーミケミサミー ミセムひサミクムミーミオムびム.
+3. ミ頒ームひー ミソミセムミサミオミエミスミオミウミセ ミセミアミスミセミイミサミオミスミクム ムミーミケミサミー ミセムひサミクムミーミオムびム ミアミセミサミオミオ ムミオミシ ミスミー 3 ムミオミコムσスミエム (ミコミセミサミクムミオムムひイミセ ムミオミコムσスミエ ミシミセミカミオム ミアム錦び ミクミキミシミオミスミオミスミセ ム ミソミセミシミセム禾袴 ミセミソムミクミク ミキミーミエミームミク ムミクミスムムミセミスミクミキミームミクミク)
+## 2. ミァミームムひセ ミキミーミエミーミイミーミオミシム巾オ ミイミセミソムミセムム
+ミ。ミシ. ムムム巾サミコム ミイ ムミセムミシミームひオ PDF ミスミクミカミオ.
+https://drive.google.com/file/d/1a8CTRu9xoCD74Qn0YZxzry-LHxQ8j7dE/view?usp=sharing
+
+## 3. ミ漬スミオム威スム肖 ミアミクミアミサミクミセムひオミコミー
+- [jcifs-ng ClientLibrary](https://github.com/AgNO3/jcifs-ng)
+- [bcprov-jdk15to18-1.66](https://mvnrepository.com/artifact/org.bouncycastle/bcprov-jdk15to18/1.66)
+- [jcifs-1.3.17](https://jcifs.samba.org/)
+- [Zip4J 1.3.2](https://mvnrepository.com/artifact/net.lingala.zip4j/zip4j/1.3.2)
+- [juniversalchardet-1.0.3](https://code.google.com/archive/p/juniversalchardet/)
+- [Metadata-extractor](https://github.com/drewnoakes/metadata-extractor)
+## 4. ミ岱セミサム袴威オ ミクミスムミセムミシミームミクミク
+ミ。ミシ. ムムム巾サミコム ミイ ムミセムミシミームひオ PDF ミスミクミカミオ.
+https://drive.google.com/file/d/0B77t0XpnNT7OYzZ0U01rR0VRMlk/view?usp=sharing
\ No newline at end of file
diff --git a/help/SMBSync2_Desc_ZH_Short.docx b/help/SMBSync2_Desc_ZH_Short.docx
deleted file mode 100644
index 356d004b..00000000
Binary files a/help/SMBSync2_Desc_ZH_Short.docx and /dev/null differ
diff --git a/help/SMBSync2_Desc_ZH_Short.md b/help/SMBSync2_Desc_ZH_Short.md
new file mode 100644
index 00000000..3b3c65c7
--- /dev/null
+++ b/help/SMBSync2_Desc_ZH_Short.md
@@ -0,0 +1,39 @@
+## 1.蜉溯ス
+SMBSync2譏ッ荳谺セ騾夊ソ譌郤ソ螻蝓溽ス台スソ逕ィSMB1縲ヾMB2謌亡MB3蜊剰ョョ蝨ィAndroid隶セ螟蜀驛ィ蟄伜お縲ヾDCARD蜥訓C/NAS荵矩龍霑幄。梧枚莉カ蜷梧ュ・逧蟾・蜈キ縲 蜷梧ュ・莉惹クサ遶吝芦逶ョ譬遶呎弍蜊募髄逧シ悟庄莉・霑幄。碁復蜒上∫ァサ蜉ィ縲∝、榊宛蜥悟ュ俶。」縲 (蜀驛ィ蟄伜お縲ヾDCARD縲ヾMB蜥兄IP逧扈蜷井ケ滓弍蜿ッ莉・逧縲)
+螳壽悄蜷梧ュ・蜿ッ莉・逕アSMBSync2逧隹蠎ヲ蜉溯ス謌門、夜Κ蠎皮畑遞句コ擾シ亥ヲ5asker謌泡utoMagicシ牙星蜉ィ縲
+- 髟懷ワ
+
+ 蟆荳サ遶吩セァ逧逶ョ蠖募柱譁莉カ蟾ョ鬚晄狭雍晢シ*1シ牙芦逶ョ譬遶吩セァシ悟、榊宛螳梧仙錘シ御サ守岼譬遶吩セァ蛻髯、荳サ遶吩セァ荳榊ュ伜惠逧譁莉カ蜥檎岼蠖輔
+
+- 遘サ蜉ィ
+
+ 蟆荳サ謗ァ遶ッ逶ョ蠖募柱譁莉カ蟾ョ鬚晏、榊宛蛻ー逶ョ譬遶ッシ悟唖髯、荳サ謗ァ遶ッ陲ォ螟榊宛蛻ー逶ョ譬遶ッ逧譁莉カ縲 菴譏ッシ悟ヲよ棡荳サ譁莉カ蜥檎岼譬譁莉カ逧蜷咲ァー縲∵枚莉カ螟ァ蟆丞柱菫ョ謾ケ譌・譛溽嶌蜷鯉シ悟吩クサ譁莉カ莨夊「ォ蛻髯、シ瑚御ク堺シ夊「ォ螟榊宛縲
+
+- 螟榊宛
+
+ 蟾ョ蛻蟆荳サ逶ョ蠖穂クュ逧譁莉カ螟榊宛蛻ー逶ョ譬逶ョ蠖穂クュ縲
+
+- 蟆∝ュ
+
+ 螯よ棡荳サ逶ョ蠖穂クュ逧辣ァ迚蜥瑚ァ鬚第弍蝨ィ謇ァ陦悟ュ俶。」蜑7螟ゥ謌30螟ゥ荵句燕諡肴槍逧シ悟吝ー蜈カ遘サ蜉ィ蛻ー逶ョ譬逶ョ蠖穂クュ縲 菴譏ッシ御ス荳崎ス菴ソ逕ィZIP譚・迸蜃縲
+
+*1 蠖捺サ。雜ウ莉・荳倶ク我クェ譚。莉カ荳ュ逧莉サ菴穂ク荳ェ譌カシ瑚ッ・譁莉カ蟆陲ォ蛻、螳壻クコ蟾ョ蠑よ枚莉カシ悟ケカ蟆陲ォ螟榊宛謌也ァサ蜉ィ縲 菴譏ッシ梧枚莉カ螟ァ蟆丞柱譛蜷惹ソョ謾ケ譌カ髣エ蜿ッ莉・陲ォ蜷梧ュ・莉サ蜉。逧騾蛾。ケ蠢ス逡・縲
+
+1. 隸・譁莉カ荳榊ュ伜惠縲
+2. 荳榊酔逧譁莉カ螟ァ蟆上
+3. 譛蜷惹ソョ謾ケ逧譌・譛溷柱譌カ髣エ逶ク蟾ョ3遘剃サ・荳奇シ育ァ呈焚蜿ッ莉・騾夊ソ蜷梧ュ・莉サ蜉。荳ュ逧騾蛾。ケ譖エ謾ケシ峨
+## 2.蟶ク髣ョ髣ョ鬚
+隸キ蜿り荳矩擇逧ПDF體セ謗・縲
+https://drive.google.com/file/d/1bld5J43139dflVwgNBJLlL3BTLAu199N/view?usp=sharing
+
+## 3.豁」蝨ィ菴ソ逕ィ逧蝗セ荵ヲ鬥
+- [jcifs-ng ClientLibrary](https://github.com/AgNO3/jcifs-ng)
+- [bcprov-jdk15to18-1.66](https://mvnrepository.com/artifact/org.bouncycastle/bcprov-jdk15to18/1.66)
+- [jcifs-ng ClientLibrary](https://github.com/AgNO3/jcifs-ng)
+- [jcifs-1.3.17](https://jcifs.samba.org/)
+- [Zip4J 1.3.2](https://mvnrepository.com/artifact/net.lingala.zip4j/zip4j/1.3.2)
+- [juniversalchardet-1.0.3](https://code.google.com/archive/p/juniversalchardet/)
+- [Metadata-extractor](https://github.com/drewnoakes/metadata-extractor)
+## 4.隸ヲ扈菫。諱ッ
+隸キ蜿り荳矩擇逧ПDF體セ謗・縲
+https://drive.google.com/file/d/0B77t0XpnNT7OSzBzcV9SemEwbkE/view?usp=sharing
\ No newline at end of file
diff --git a/help/SMBSync2_FAQ_EN.docx b/help/SMBSync2_FAQ_EN.docx
deleted file mode 100644
index ce186e25..00000000
Binary files a/help/SMBSync2_FAQ_EN.docx and /dev/null differ
diff --git a/help/SMBSync2_FAQ_FR.docx b/help/SMBSync2_FAQ_FR.docx
deleted file mode 100644
index 9a629db2..00000000
Binary files a/help/SMBSync2_FAQ_FR.docx and /dev/null differ
diff --git a/help/SMBSync2_FAQ_JA.docx b/help/SMBSync2_FAQ_JA.docx
deleted file mode 100644
index 49b9c1c9..00000000
Binary files a/help/SMBSync2_FAQ_JA.docx and /dev/null differ
diff --git a/help/SMBSync2_Help_EN_folder_internal.docx b/help/SMBSync2_Help_EN_folder_internal.docx
deleted file mode 100644
index 4782aacd..00000000
Binary files a/help/SMBSync2_Help_EN_folder_internal.docx and /dev/null differ
diff --git a/help/SMBSync2_Help_EN_folder_internal.md b/help/SMBSync2_Help_EN_folder_internal.md
new file mode 100644
index 00000000..8bcdc107
--- /dev/null
+++ b/help/SMBSync2_Help_EN_folder_internal.md
@@ -0,0 +1,135 @@
+### Mount point
+
+Select mount point for internal storage.
+
+### List Directories
+
+Show directories list on the internal storage.
+When you press the list directory button, the selectable directories are displayed. Tap on the directory you want to choose and then on the 窶彜elect窶 button. To recurse through subdirectories, tap the directory name.
+
+### Directory
+
+Please enter the target or master directory. If you specify a directory that does not exist in the target, it will be created during synchronization.
+
+### Add keywords
+
+%YEAR%, %MONTH%, %DAY% and %DAY-OF-YEAR% can be used as target directory names. The keywords are converted into the year, month, and day on which the sync started.
+
+### Append the photo/video shooting time/date to the directory name
+**These options are displayed only when the sync type is Copy/Move.**
+If checked, the EXIF data of the backed up media is used to get the shooting date and time. The shooting timestamp is used and appended to the target folder. When the app is unable to get the shooting time from the EXIF, it uses the last modified time of the file.
+
+**The following options are displayed only when the sync type is Archive.**
+
+### If the date and time cannot be determined by EXIF data, display a confirmation message.
+
+If checked, when the shooting date and time cannot be acquired from EXIF , a confirmation message is displayed as to whether or not use the last modified time of the file instead. If you select Cancel in the confirmation dialog, the file will not be archived.
+
+### Archive files if窶ヲ
+
+Choose the time criteria to determine which files to archive. Time selection is based on the photo/video shooting date, or the last modified time if it is not possible to acquire the timestamp from the EXIF header.
+
+- Any date (all)
+
+ Archive all pictures/videos
+
+- Older than 7 days
+
+ Archive only files with a shooting date older than the current time by 7 days or more
+
+- Older than 30 days
+
+ Archive only files with a shooting date older than the current time by 30 days or more
+
+- Older than 60 days
+
+ Archive only files with a shooting date older than the current time by 60 days or more
+
+- Older than 90 days
+
+ Archive only files with a shooting date older than the current time by 90 days or more
+
+- Older than 180 days
+
+ Archive only files with a shooting date older than the current time by 180 days or more
+
+- Older than 1 year
+
+ Archive only files with a shooting date older than the current time by 1 year or more
+
+### Increment file names by appending [sequence number]
+
+Append the incremental sequence number to the file name when archiving.
+
+- Do not change
+
+ Do not append a sequence number
+
+- 3 digits sequence
+
+ Append 001-999
+
+- 4 digits sequence
+
+ Append 0001-9999
+
+- digits sequence
+
+ Append 00001-99999
+
+- 6 digits sequence number
+
+ Append 000001-999999
+
+### Change the name of the file before archiving it in the target folder.
+
+If checked, the file name of the archived file will be changed based on your selected criteria. You can append the date and time in the file name "File name template".
+
+### File name template
+
+Enter the patterns to use to rename the archived files. Default value is DSC_%DATE%
+
+1. %ORIGINAL-NAME%
+
+ Will be replaced by original file name during archive archiving (Ex. DSC_0001)
+
+2. %DATE%
+
+ Will be replaced by the shooting date.(Ex. 2018-01-01)
+
+3. %TIME%
+
+ Will be replaced by the shooting time.(Ex. 13:01:10)
+
+ The last line in the screen displays how your target folder and file name will look like once archived.
+
+### Create a directory based on the shooting date to store the files.
+
+Creates a time stamped directory where to store the archived files.
+
+When checked, the "Directory name template" is displayed.
+
+### Directory template
+
+Enter the patterns to use to rename the directory to be created (exp. DIR-% YEAR% -% MONTH% and so on). By pressing the patterns buttons, you can enter keywords behind the cursor.
+
+- %YEAR%
+
+ Will be replaced by the shooting Year. (Ex. 2018)
+
+- %MONTH%
+
+ Will be replaced by the shooting Month (Ex. 01)
+
+- %DAY%
+
+ Will be replaced by the shooting Day (Ex. 29)
+
+The last line in the screen displays how your target folder and file name will look like once archived.
+
+
+### Detailed information
+
+https://drive.google.com/file/d/0B77t0XpnNT7OYzZ0U01rR0VRMlk/view?usp=sharing
+
+
\ No newline at end of file
diff --git a/help/SMBSync2_Help_EN_folder_sdcard.docx b/help/SMBSync2_Help_EN_folder_sdcard.docx
deleted file mode 100644
index ead44e09..00000000
Binary files a/help/SMBSync2_Help_EN_folder_sdcard.docx and /dev/null differ
diff --git a/help/SMBSync2_Help_EN_folder_sdcard.md b/help/SMBSync2_Help_EN_folder_sdcard.md
new file mode 100644
index 00000000..f5edf08c
--- /dev/null
+++ b/help/SMBSync2_Help_EN_folder_sdcard.md
@@ -0,0 +1,140 @@
+### List Directories
+
+Show directories list on the sdcard.
+
+When you press the list directory button, the selectable directories are displayed. Tap on the directory you want to choose and then on the 窶彜elect窶 button. To recurse through subdirectories, tap the directory name.
+
+### Add keywords
+
+%YEAR%, %MONTH%, %DAY% and %DAY-OF-YEAR% can be used as target directory names. The keywords are converted into the year, month, and day on which the sync started.
+
+
+
+**These options are displayed only when the sync type is Copy/Move.**
+
+### Append the photo/video shooting time/date to the directory name
+
+If checked, the EXIF data of the backed up media is used to get the shooting date and time. The shooting timestamp is used and appended to the target folder. When the app is unable to get the shooting time from the EXIF, it uses the last modified time of the file.
+
+### Directory
+
+Please enter the target or master directory. If you specify a directory that does not exist in the target, it will be created during synchronization.
+
+### Select SDCARD
+
+Select the SDCARD root directory to get access to SDCARD. If you cannot select it, please send the system information to the developer with "Menu -> System Info".
+
+
+
+**The following options are displayed only when the sync type is Archive.**
+
+### If the date and time cannot be determined by EXIF data, display a confirmation message.
+
+If checked, when the shooting date and time cannot be acquired from EXIF , a confirmation message is displayed as to whether or not use the last modified time of the file instead. If you select Cancel in the confirmation dialog, the file will not be archived.
+
+
+
+### Archive files if窶ヲ
+
+Choose the time criteria to determine which files to archive. Time selection is based on the photo/video shooting date, or the last modified time if it is not possible to acquire the timestamp from the EXIF header.
+
+1. Any date (all)
+
+ Archive all pictures/videos
+
+2. Older than 7 days
+
+ Archive only files with a shooting date older than the current time by 7 days or more
+
+3. Older than 30 days
+
+ Archive only files with a shooting date older than the current time by 30 days or more
+
+4. Older than 60 days
+
+ Archive only files with a shooting date older than the current time by 60 days or more
+
+5. Older than 90 days
+
+ Archive only files with a shooting date older than the current time by 90 days or more
+
+6. Older than 180 days
+
+ Archive only files with a shooting date older than the current time by 180 days or more
+
+7. Older than 1 year
+
+ Archive only files with a shooting date older than the current time by 1 year or more
+
+### Increment file names by appending [sequence number]
+
+Append the incremental sequence number to the file name when archiving.
+
+1. Do not change
+
+ Do not append a sequence number
+
+2. 3 digits sequence
+
+ Append 001-999
+
+3. 4 digits sequence
+
+ Append 0001-9999
+
+4. 5 digits sequence
+
+ Append 00001-99999
+
+5. 6 digits sequence number
+
+ Append 000001-999999
+
+### Change the name of the file before archiving it in the target folder.
+
+If checked, the file name of the archived file will be changed based on your selected criteria. You can append the date and time in the file name "File name template".
+
+### File name template
+
+Enter the patterns to use to rename the archived files. Default value is DSC_%DATE%
+
+1. %ORIGINAL-NAME%
+
+ Will be replaced by original file name during archive archiving (Ex. DSC_0001)
+
+2. %DATE%
+
+ Will be replaced by the shooting date.(Ex. 2018-01-01)
+
+3. %TIME%
+
+ Will be replaced by the shooting time.(Ex. 13:01:10)
+ The last line in the screen displays how your target folder and file name will look like once archived.
+
+### Create a directory based on the shooting date to store the files.
+
+Creates a time stamped directory where to store the archived files.
+When checked, the "Directory name template" is displayed.
+
+### Directory template
+
+Enter the patterns to use to rename the directory to be created (exp. DIR-% YEAR% -% MONTH% and so on). By pressing the patterns buttons, you can enter keywords behind the cursor.
+
+1. %YEAR%
+
+ Will be replaced by the shooting Year. (Ex. 2018)
+
+2. %MONTH%
+
+ Will be replaced by the shooting Month (Ex. 01)
+
+3. %DAY%
+
+ Will be replaced by the shooting Day (Ex. 29)
+ The last line in the screen displays how your target folder and file name will look like once archived.
+
+### Detailed information
+
+https://drive.google.com/file/d/0B77t0XpnNT7OYzZ0U01rR0VRMlk/view?usp=sharing
+
+
\ No newline at end of file
diff --git a/help/SMBSync2_Help_EN_folder_smb.docx b/help/SMBSync2_Help_EN_folder_smb.docx
deleted file mode 100644
index a6611203..00000000
Binary files a/help/SMBSync2_Help_EN_folder_smb.docx and /dev/null differ
diff --git a/help/SMBSync2_Help_EN_folder_smb.md b/help/SMBSync2_Help_EN_folder_smb.md
new file mode 100644
index 00000000..3c41d765
--- /dev/null
+++ b/help/SMBSync2_Help_EN_folder_smb.md
@@ -0,0 +1,198 @@
+### Search SMB server
+
+Scans the network to find available SMB server
+
+### Server host name/IP address
+
+Specify the SMB server name or the IP address
+
+### SMB Protocol
+
+You can specify the SMB protocol.
+
+1. Use SMB V1
+
+2. Use SMB V2 (2.01)
+
+ SMB min v2.1, max v2.1
+
+3. Use SMB V2 (2.11)
+
+ SMB min v2.1, max v2.1
+
+4. Use SMB V2/3 (2.12)
+
+ Support SMB V2 or V3 protocol
+
+ SMB min v2.0.2, max v3.0
+
+5. Use SMB V2/3 (2.14)
+
+ SMB min v2.0.2, max v3.0
+
+### Use SMB2 negotiation
+
+When checked, it will force setProperty("jcifs.smb.client.useSMB2Negotiation", "true") in the JcifsAuth() function. This ensures the use of SMB2 non-backward compatible negotiation style, incompatible with versions prior to SMB 2.0.2
+
+### SMB IPC Signing Enforced
+
+When checked, the client is required to use SMB signing for IPC$ connections as DCERPC transport. Else it is allowed, but not required.
+
+### Specify port number
+
+Specify the port number if different from default. If left empty, SMBSync2 will try to connect to the default standard port numbers 139 and 445.
+
+### Use Account name and password
+
+Must be completed if required by the server.
+
+### User name
+
+User account name to connect to the host. A Microsoft account cannot be used with SMBSync2. Please create a local account and use it.
+
+### Password
+
+Account password to connect to the host.
+
+### List Shares
+
+Connects to the specified host and list all available shares for the account.
+(Shares names will be displayed when you press the 窶廰ist Shares 窶 button. Click the desired share name, and then press OK to validate)
+
+### List Directories
+
+Show directories list on the selected Share.
+When you press the list directory button, the selectable directories are displayed.
+
+Tap on the directory you want to choose and then on the 窶彜elect窶 button. To recurse through subdirectories, tap the directory name.
+
+### Directory
+
+Please enter the target or master directory. If you specify a directory that does not exist in the target, it will be created during synchronization.
+
+### Add keywords
+
+%YEAR%, %MONTH%, %DAY% and %DAY-OF-YEAR% can be used as target directory names. The keywords are converted into the year, month, and day on which the sync started.
+
+**These options are displayed only when the sync type is Copy/Move.**
+
+### Append the photo/video shooting time/date to the directory name
+
+If checked, the EXIF data of the backed up media is used to get the shooting date and time. The shooting timestamp is used and appended to the target folder. When the app is unable to get the shooting time from the EXIF, it uses the last modified time of the file.
+
+**The following options are displayed only when the sync type is Archive.**
+
+### If the date and time cannot be determined by EXIF data, display a confirmation message.
+
+If checked, when the shooting date and time cannot be acquired from EXIF , a confirmation message is displayed as to whether or not use the last modified time of the file instead. If you select Cancel in the confirmation dialog, the file will not be archived.
+
+### Archive files if窶ヲ
+
+Choose the time criteria to determine which files to archive. Time selection is based on the photo/video shooting date, or the last modified time if it is not possible to acquire the timestamp from the EXIF header.
+
+1. Any date (all)
+
+ Archive all pictures/videos
+
+2. Older than 7 days
+
+ Archive only files with a shooting date older than the current time by 7 days or more
+
+3. Older than 30 days
+
+ Archive only files with a shooting date older than the current time by 30 days or more
+
+4. Older than 60 days
+
+ Archive only files with a shooting date older than the current time by 60 days or more
+
+5. Older than 90 days
+
+ Archive only files with a shooting date older than the current time by 90 days or more
+
+6. Older than 180 days
+
+ Archive only files with a shooting date older than the current time by 180 days or more
+
+7. Older than 1 year
+
+ Archive only files with a shooting date older than the current time by 1 year or more
+
+
+
+### Increment file names by appending [sequence number]
+
+Append the incremental sequence number to the file name when archiving.
+
+1. Do not change
+
+ Do not append a sequence number
+
+2. 3 digits sequence
+
+ Append 001-999
+
+3. 4 digits sequence
+
+ Append 0001-9999
+
+4. 5 digits sequence
+
+ Append 00001-99999
+
+5. 6 digits sequence number
+
+ Append 000001-999999
+
+
+
+### Change the name of the file before archiving it in the target folder.
+
+If checked, the file name of the archived file will be changed based on your selected criteria. You can append the date and time in the file name "File name template".
+
+### File name template
+
+Enter the patterns to use to rename the archived files. Default value is DSC_%DATE%
+
+1. %ORIGINAL-NAME%
+
+ Will be replaced by original file name during archive archiving (Ex. DSC_0001)
+
+2. %DATE%
+
+ Will be replaced by the shooting date.(Ex. 2018-01-01)
+
+3. %TIME%
+
+ Will be replaced by the shooting time.(Ex. 13:01:10)
+
+The last line in the screen displays how your target folder and file name will look like once archived.
+
+### Create a directory based on the shooting date to store the files.
+
+Creates a time stamped directory where to store the archived files.
+When checked, the "Directory name template" is displayed.
+
+### Directory template
+
+Enter the patterns to use to rename the directory to be created (exp. DIR-% YEAR% -% MONTH% and so on). By pressing the patterns buttons, you can enter keywords behind the cursor.
+
+1. %YEAR%
+
+ Will be replaced by the shooting Year. (Ex. 2018)
+
+2. %MONTH%
+
+ Will be replaced by the shooting Month (Ex. 01)
+
+3. %DAY%
+
+ Will be replaced by the shooting Day (Ex. 29)
+
+The last line in the screen displays how your target folder and file name will look like once archived.
+
+### Detail information
+
+https://drive.google.com/file/d/0B77t0XpnNT7OYzZ0U01rR0VRMlk/view?usp=sharing
+
+
\ No newline at end of file
diff --git a/help/SMBSync2_Help_EN_folder_usb.docx b/help/SMBSync2_Help_EN_folder_usb.docx
deleted file mode 100644
index 081f447a..00000000
Binary files a/help/SMBSync2_Help_EN_folder_usb.docx and /dev/null differ
diff --git a/help/SMBSync2_Help_EN_folder_usb.md b/help/SMBSync2_Help_EN_folder_usb.md
new file mode 100644
index 00000000..f14ddfe6
--- /dev/null
+++ b/help/SMBSync2_Help_EN_folder_usb.md
@@ -0,0 +1,136 @@
+### List Directories
+
+Show directories list on the USB media.
+When you press the list directory button, the selectable directories are displayed. Tap on the directory you want to choose and then on the 窶彜elect窶 button. To recurse through subdirectories, tap the directory name.
+
+### Add keywords
+
+%YEAR%, %MONTH%, %DAY% and %DAY-OF-YEAR% can be used as target directory names. The keywords are converted into the year, month, and day on which the sync started.
+
+**These options are displayed only when the sync type is Copy/Move.**
+
+### Append the photo/video shooting time/date to the directory name
+
+If checked, the EXIF data of the backed up media is used to get the shooting date and time. The shooting timestamp is used and appended to the target folder. When the app is unable to get the shooting time from the EXIF, it uses the last modified time of the file.
+
+### Directory
+
+Please enter the target or master directory. If you specify a directory that does not exist in the target, it will be created during synchronization.
+
+### Select USB media
+
+Select the USB media root directory to get access to the USB storage. If you cannot select it, please send the system information to the developer with "Menu -> System Info".
+
+USB media cannot be used unless there is a mount point (exp. /storage/0123-0123, etc.) corresponding to the USB media UUID.
+
+**The following options are displayed only when the sync type is Archive.**
+
+### If the date and time cannot be determined by EXIF data, display a confirmation message.
+
+If checked, when the shooting date and time cannot be acquired from EXIF , a confirmation message is displayed as to whether or not use the last modified time of the file instead. If you select Cancel in the confirmation dialog, the file will not be archived.
+
+### Archive files if窶ヲ
+
+Choose the time criteria to determine which files to archive. Time selection is based on the photo/video shooting date, or the last modified time if it is not possible to acquire the timestamp from the EXIF header.
+
+1. Any date (all)
+
+ Archive all pictures/videos
+
+2. Older than 7 days
+
+ Archive only files with a shooting date older than the current time by 7 days or more
+
+3. Older than 30 days
+
+ Archive only files with a shooting date older than the current time by 30 days or more
+
+4. Older than 60 days
+
+ Archive only files with a shooting date older than the current time by 60 days or more
+
+5. Older than 90 days
+
+ Archive only files with a shooting date older than the current time by 90 days or more
+
+6. Older than 180 days
+
+ Archive only files with a shooting date older than the current time by 180 days or more
+
+7. Older than 1 year
+
+ Archive only files with a shooting date older than the current time by 1 year or more
+
+### Increment file names by appending [sequence number]
+
+Append the incremental sequence number to the file name when archiving.
+1. Do not change
+
+ Do not append a sequence number
+
+2. 3 digits sequence
+
+ Append 001-999
+
+3. 4 digits sequence
+
+ Append 0001-9999
+
+4. 5 digits sequence
+
+ Append 00001-99999
+
+5. 6 digits sequence number
+
+ Append 000001-999999
+
+### Change the name of the file before archiving it in the target folder.
+
+If checked, the file name of the archived file will be changed based on your selected criteria. You can append the date and time in the file name "File name template".
+
+### File name template
+
+Enter the patterns to use to rename the archived files. Default value is DSC_%DATE%
+
+1. %ORIGINAL-NAME%
+
+ Will be replaced by original file name during archive archiving (Ex. DSC_0001)
+
+2. %DATE%
+
+ Will be replaced by the shooting date.(Ex. 2018-01-01)
+
+3. %TIME%
+
+ Will be replaced by the shooting time.(Ex. 13:01:10)
+
+The last line in the screen displays how your target folder and file name will look like once archived.
+
+### Create a directory based on the shooting date to store the files.
+
+Creates a time stamped directory where to store the archived files.
+When checked, the "Directory name template" is displayed.
+
+### Directory template
+
+Enter the patterns to use to rename the directory to be created (exp. DIR-% YEAR% -% MONTH% and so on). By pressing the patterns buttons, you can enter keywords behind the cursor.
+
+1. %YEAR%
+
+ Will be replaced by the shooting Year. (Ex. 2018)
+
+2. %MONTH%
+
+ Will be replaced by the shooting Month (Ex. 01)
+
+3. %DAY%
+
+ Will be replaced by the shooting Day (Ex. 29)
+
+The last line in the screen displays how your target folder and file name will look like once archived.
+
+### Detail information
+
+https://drive.google.com/file/d/0B77t0XpnNT7OYzZ0U01rR0VRMlk/view?usp=sharing
+
+
\ No newline at end of file
diff --git a/help/SMBSync2_Help_EN_folder_zip.docx b/help/SMBSync2_Help_EN_folder_zip.docx
deleted file mode 100644
index 932c3efb..00000000
Binary files a/help/SMBSync2_Help_EN_folder_zip.docx and /dev/null differ
diff --git a/help/SMBSync2_Help_EN_folder_zip.md b/help/SMBSync2_Help_EN_folder_zip.md
new file mode 100644
index 00000000..256eed9b
--- /dev/null
+++ b/help/SMBSync2_Help_EN_folder_zip.md
@@ -0,0 +1,143 @@
+### Mount point
+
+Select mount point for internal storage.
+
+### List Directories
+
+Show directories list on the internal storage.
+When you press the list directory button, the selectable directories are displayed. Tap on the directory you want to choose and then on the 窶彜elect窶 button. To recurse through subdirectories, tap the directory name.
+
+### Directory
+
+Please enter the target or master directory. If you specify a directory that does not exist in the target, it will be created during synchronization.
+
+### Add keywords
+
+%YEAR%, %MONTH%, %DAY% and %DAY-OF-YEAR% can be used as target directory names. The keywords are converted into the year, month, and day on which the sync started.
+
+**These options are displayed only when the sync type is Copy/Move.**
+
+### Append the photo/video shooting time/date to the directory name
+
+If checked, the EXIF data of the backed up media is used to get the shooting date and time. The shooting timestamp is used and appended to the target folder. When the app is unable to get the shooting time from the EXIF, it uses the last modified time of the file.
+
+**The following options are displayed only when the sync type is Archive.**
+
+### If the date and time cannot be determined by EXIF data, display a confirmation message.
+
+If checked, when the shooting date and time cannot be acquired from EXIF , a confirmation message is displayed as to whether or not use the last modified time of the file instead. If you select Cancel in the confirmation dialog, the file will not be archived.
+
+### Archive files if窶ヲ
+
+Choose the time criteria to determine which files to archive. Time selection is based on the photo/video shooting date, or the last modified time if it is not possible to acquire the timestamp from the EXIF header.
+
+### Any date (all)
+
+Archive all pictures/videos
+
+### Older than 7 days
+
+Archive only files with a shooting date older than the current time by 7 days or more
+
+### Older than 30 days
+
+Archive only files with a shooting date older than the current time by 30 days or more
+
+### Older than 60 days
+
+Archive only files with a shooting date older than the current time by 60 days or more
+
+### Older than 90 days
+
+Archive only files with a shooting date older than the current time by 90 days or more
+
+### Older than 180 days
+
+Archive only files with a shooting date older than the current time by 180 days or more
+
+### Older than 1 year
+
+Archive only files with a shooting date older than the current time by 1 year or more
+
+
+
+### Increment file names by appending [sequence number]
+
+Append the incremental sequence number to the file name when archiving.
+
+1. Do not change
+
+窶 Do not append a sequence number
+
+2. 3 digits sequence
+
+窶 Append 001-999
+
+3. 4 digits sequence
+
+ Append 0001-9999
+
+4. digits sequence
+
+ Append 00001-99999
+
+5. 6 digits sequence number
+
+ Append 000001-999999
+
+
+
+### Change the name of the file before archiving it in the target folder.
+
+If checked, the file name of the archived file will be changed based on your selected criteria. You can append the date and time in the file name "File name template".
+
+
+
+### File name template
+
+Enter the patterns to use to rename the archived files. Default value is DSC_%DATE%
+
+1. %ORIGINAL-NAME%
+
+ Will be replaced by original file name during archive archiving (Ex. DSC_0001)
+
+2. %DATE%
+
+ Will be replaced by the shooting date.(Ex. 2018-01-01)
+
+3. %TIME%
+
+ Will be replaced by the shooting time.(Ex. 13:01:10)
+
+ The last line in the screen displays how your target folder and file name will look like once archived.
+
+### Create a directory based on the shooting date to store the files.
+
+Creates a time stamped directory where to store the archived files.
+
+When checked, the "Directory name template" is displayed.
+
+### Directory template
+
+Enter the patterns to use to rename the directory to be created (exp. DIR-% YEAR% -% MONTH% and so on). By pressing the patterns buttons, you can enter keywords behind the cursor.
+
+1. %YEAR%
+
+ Will be replaced by the shooting Year. (Ex. 2018)
+
+2. %MONTH%
+
+ Will be replaced by the shooting Month (Ex. 01)
+
+3. %DAY%
+
+ Will be replaced by the shooting Day (Ex. 29)
+
+The last line in the screen displays how your target folder and file name will look like once archived.
+
+
+### Detailed information
+
+https://drive.google.com/file/d/0B77t0XpnNT7OYzZ0U01rR0VRMlk/view?usp=sharing
+
+
\ No newline at end of file
diff --git a/help/SMBSync2_Help_EN_task.docx b/help/SMBSync2_Help_EN_task.docx
deleted file mode 100644
index 39d3f959..00000000
Binary files a/help/SMBSync2_Help_EN_task.docx and /dev/null differ
diff --git a/help/SMBSync2_Help_EN_task.md b/help/SMBSync2_Help_EN_task.md
new file mode 100644
index 00000000..afe00aba
--- /dev/null
+++ b/help/SMBSync2_Help_EN_task.md
@@ -0,0 +1,249 @@
+### Test mode
+
+When checked, no file is deleted, copied or overwritten. No changes are done to your files on both target and master. Please use the Test mode to check the files that will be deleted/copied/replaced during the real synchronization task. Performed file operations will appear in the Messages tab.
+### Auto sync
+
+If checked, the task can be started automatically on planned intervals in the scheduler. Tasks that are set to automatic synchronization will start when you press the sync button on the top right corner of the main app screen.
+
+### Sync task name
+
+Specify a name for the task. Sync task name is not case-sensitive.
+
+### Sync type
+
+Currently supported sync modes are Mirror, Copy, Move or Archive. Synchronization is done in one direction of the target from the master.
+
+- Mirror
+
+ The target folder is kept as an exact copy of the master. If a file is different between the master and the target, the file on the master overwrites the file on the target. Folder and files not present on the target are copied from the master. Files and folders that do not exist on the master are also deleted from the target. Only modified files (by size and/or date/time) are updated on the target.
+
+- Move
+
+ If a file is different between the master and the target, the file on the master overwrites the file on the target. Once copied to the target, files and folders are deleted from the master (like move command).
+
+ Only modified files (by size and/or date/time) are copied to the target. Identical files, based on the selected compare criteria, are deleted from the master without being copied. Files and folders on the target, not present on the master, are obviously preserved.
+
+- Copy
+
+ Same as Move, but files are not deleted from the master after being copied.
+
+ If a file is different between the master and the target, the file on the master overwrites the file on the target. Once copied to the target, files and folders are kept on the master (like a copy command).
+
+ Only modified files (by size and/or date/time) are copied to the target. Identical files, based on the selected compare criteria, are ignored and not copied again.
+
+- Archive
+
+ Archive photos and videos by Moving them from the master to the target folder. Specific medias criteria can be specified for archiving: shooting date/time, date and time of last archive execution (such as 7 days or earlier or 30 days or earlier). ZIP cannot be specified as a target for Archive operations.
+
+**Compare criteria:**
+
+Files are considered different based on these criteria:
+
+1. File/folder name exists only on master or target, not on both sides
+
+2. Files have different sizes
+
+3. Files have a different time stamp (last modification date and time)
+
+Check Advanced options below for more detailed information on compare criteria and more granular settings.
+
+### Swap source and destination
+Swap the master and target folders: master becomes the target and the target is changed to master.
+
+### Master folder (Source)
+Tap the storage icon/name to edit the master folder.
+
+### Target folder (Destination)
+
+Tap the storage icon/name to edit the target folder.
+
+### File filters / Select files for sync
+
+If unchecked, all files are synchronized. If you check the files filter, you get the following options:
+
+- Sync audio files
+
+ When checked, sync will include files with the following extensions:
+ aac, aif, aifc, aiff, flac, kar, m3u, m4a, mid, midi, mp2, mp3, mpga, ogg, ra, ram, wav
+
+- Sync image files
+
+ When checked, sync will include files with the following extensions:
+ bmp, cgm, djv, djvu, gif, ico, ief, jpe, jpeg, jpg, pbm, pgm, png, pnm, ppm, ras, rgb, svg, tif, tiff, wbmp, xbm, xpm, xwd
+
+- Sync video files
+
+ When checked, sync will include files with the following extensions:
+ avi, m4u, mov, mp4, movie, mpe, mpeg, mpg, mxu, qt, wmv
+
+- File filter
+
+ Is a custom include/exclude file filter. You can select the name and extension of the files you want to exclude or include from the synchronization process.
+
+### Directory filters / Select subdirectories
+
+If unchecked, all folders are synchronized. If you check the subdirectories filter, you get the following options:
+
+- Directory filter
+
+ Is a custom include/exclude directory filter. You can select the name of the folders you want to exclude or include from the synchronization process.
+
+### Execute sync tasks only when charging
+
+Auto Sync planned tasks won窶冲 start if the device is not charging. Manually starting them is always possible.
+
+### Synchronize the files in root of the master directory
+
+If unchecked, only the folders and their files/subfolders under the master directory are synchronized. By default, it is checked and the files located directly in the root of the master directory will also be synchronized.
+
+### Confirm before overwrite/delete
+
+When checked, it will display a confirmation dialog before overwriting or deleting files.
+
+### WiFi AP Options
+
+- Run even when off
+
+ Will try to start the sync even if Wifi is turned off
+
+- Conn to any AP
+
+ Will synchronize only when connected to a wifi network. It will accept any WLAN SSID name.
+
+- Has private address
+
+ You can initiate the synchronization only if the IP address assigned to the WiFi network is in the following ranges: 10.0.0.0 - 10.255.255.255, 172.16.0.0 - 172.31.255.255 or 192.168.0.0 - 192.168.255.255.
+
+- IP address list
+
+ You can start syncing only if the WiFi IP address matches one of the specified addresses. You can also directly add the current IP address your device is connected to through the IP selection list.
+You can use wildcards for the filter. (e.g., 192.168.100.\*, 192.168.\*)
+
+There are several ways to synchronize when connecting to a specific WiFi. See the FAQ for details.
+
+1. Change the IP address to something other than 192.168.0.0/24 on your WiFi router and add it to the IP address list
+2. Fixing an IP address on the Android side and registering it in the IP address list
+
+### Skip task if the WLAN IP does not match the specified IP address.
+
+Sync will skip the task if it doesn窶冲 match the specified criteria
+
+### Allow sync with all IP addresses (include public)
+
+Sync will be allowed whenever the Wifi is connected to any network, even on public IP ranges (like in a public Wifi).
+
+### Shows advanced options
+
+**Please use it when setting detailed options.**
+
+### Include subdirectories
+
+It will recursively include subdirectories under the specified master folder.
+
+### Include empty directories
+
+Synchronizes the empty directories (even if a directory is empty on the master, it will be created on the target). If unchecked, empty directories on the master are ignored.
+
+### Include hidden directories
+
+When checked, Sync will include the hidden linux folders (those with a name starting with a dot). Note that in Windows and Samba, the hidden attribute is not set by the folder name. Thus, the synchronized folder on the SMB/Windows target won窶冲 have the host hidden attribute.
+
+### Include hidden files
+
+When checked, Sync will include the hidden linux files (those with a name starting with a dot). Note that in Windows and Samba, the hidden attribute is not set by the file name. Thus, the synchronized file on the SMB/Windows target won窶冲 have the host hidden attribute.
+
+### Overwrite destination files
+
+If unchecked, files on the target will never be overwritten even if the compare criteria by size and time are different.
+
+### Use enhanced directory selection filter
+
+If the upper directory is excluded by a filter while one of its sub-directories is selected/included, the sub-directories of the selected folder will be synchronized.
+
+### Use new filter version 2
+
+After enabling it, you can use the new filter. It may behave differently from the old filter, so please test it thoroughly before using it.
+
+### Remove directories and files excluded by the filters
+
+If enabled, **it removes directories/files that are excluded from the filter.**
+
+### Retry on network error (only for SMB shares)
+
+On server-side connection errors, SMBSync2 will try again the synchronization for a maximum of 3 times at a 30 seconds interval.
+
+### Limit SMB I/O write buffer to 16KB (only for SMB shares)
+
+**Please try if you get an "Access is denied" error when writing to the PC/NAS folder.**
+
+When checked, it will limit I/O buffer to 16KB for writing operations to the SMB host.
+
+### Write files directly to the SMB folder without using temporary files (only for SMB shares)
+
+Checked by default (recommended). When copied to the SMB host, the file will be copied to a temporary folder on the host. Once the copy operation is succeeded, the temporary file is moved to its final destination overwriting the target file. If unchecked, the target file on the host is immediately overwritten on the start of the copy. If a connection error occurs, the file on the host remains corrupted until the next sync.
+
+### Do not set last modified time of destination file to match source file
+
+Please enable if you get an error like SmbFile#setLastModified()/File#setLastModified() fails. It means that the remote host doesn窶冲 allow setting file last modified time. If unchecked, the last modified time of the copied file on the target will be set to the time it was copied / synchronized. This means that the target file will appear newer than the master.
+
+For next synchronizations, you can:
+
+- stick to compare by size only, or
+
+- you can enable the option 窶廛o not overwrite destination file if it is newer than source file窶 to only copy files modified later on the master, or
+
+- you can enable the task option 窶廾btain last modification time of files from SMBSync2 application custom list窶. However, this option is currently not available if the target is SMB. Most SMB hosts support setting the last modified time.
+
+See below for a detailed info on each option.
+
+### Obtain last modification time of files from SMBSync2 application custom list
+
+Please try if all the files are copied over the target files on every sync.
+
+This option is only available for the user when the target is Internal Storage. For other storage types, SMBSync2 tries to autodetect if the target supports setting the file last modified time. If not, it will automatically use this built in function. One exception is when the target is SMB, this function will not be used. See above the option 窶廛o not set last modified time of destination file to match source file窶 for other workarounds. Note that most recent android devices do not support updating the last modification time of the target file.
+
+During the first sync, SMBSync2 will store the list of files with their timestamps in its database (cf. 1.3). Since the database has to be created the first time, all files with the same name and same size will be overwritten again with a complete copy from the master during the first sync. In the subsequent syncs, the database will be used and overwriting of all same name/same size files is no longer performed. The last modified time of local file is saved by the proprietary SMBSync code (it doesn窶冲 rely on the Java File#setLastModified() function).
+
+### Delete files prior to sync (Mirror mode only)
+
+When checked, the directories and files that are present on the target folder but that do not exist on the master, will be first deleted. After that, files and folders that are different will be copied to the target.
+
+If the master folder is SMB, the processing time will be longer because the directory structure and their contents is scanned through the network. It is strongly recommended to enable the option " Use SMB2 negotiation" because SMB1 will be very slow.
+
+### Use file size to determine if files are different
+
+When checked, files are considered different if they differ by size.
+
+### Size only compare
+
+Files are considered different only if size of the source is larger than the destination. This will disable compare by file time.
+
+### Use time of last modification to determine if files are different
+
+When checked, files are considered different based on their last modification time
+
+### Min allowed time difference (in seconds) between source and destination files
+
+Files are considered identical if the difference between their last modified times is less or equal to the selected time in seconds. They are considered different if the time difference between the files is superior to the selected time. FAT and ExFAT need a minimum of 2 seconds tolerance. If 0 seconds is selected, the files must have exactly the same time to be considered similar.
+
+### Do not overwrite destination file if it is newer than source file
+
+If checked, the file will be overwritten only when the master file is newer than the target file even if the file sizes and the last update times are different. Keep in mind that if you change time zones or if the files are modified during the interval period of the Day Light Saving Time change, the last modified file could appear older than the non-updated file. This is related to the file system differences and only a manual check before overwriting the file will avoid data loss. It is generally recommended to not modify files during the interval of day light saving time change if they are meant to be auto-synchronized
+
+### Ignore Day Light Saving Time difference between files
+
+Let you select the time difference in minutes between summer and winter time. Files are considered different if the time difference is not exactly equal to the specified interval (+/- the 窶廴in allowed time difference (in seconds)窶 specified in previous option)
+
+### Skip directory and file names that contain invalid characters(", :, \, *, <, >, |)
+
+If checked, it will display a warning message and the sync will continue without processing the directories/files containing invalid characters.
+
+### Delete the master directory when it is empty (only when Sync option is Move)
+
+When sync mode is Move, after the files are moved to the target, the Master folder is also deleted.
+
+### Detail information
+
+https://drive.google.com/file/d/0B77t0XpnNT7OYzZ0U01rR0VRMlk/view?usp=sharing
+
+
\ No newline at end of file
diff --git a/help/SMBSync2_Help_FR_folder_internal.docx b/help/SMBSync2_Help_FR_folder_internal.docx
deleted file mode 100644
index 28fdfcfd..00000000
Binary files a/help/SMBSync2_Help_FR_folder_internal.docx and /dev/null differ
diff --git a/help/SMBSync2_Help_FR_folder_internal.md b/help/SMBSync2_Help_FR_folder_internal.md
new file mode 100644
index 00000000..7781461f
--- /dev/null
+++ b/help/SMBSync2_Help_FR_folder_internal.md
@@ -0,0 +1,140 @@
+### Point de montage
+
+Sテゥlectionnez le point de montage oテケ vous souhaitez stocker le fichier ZIP.
+
+### Afficher les dossiers
+
+Afficher la liste des rテゥpertoires sur le stockage interne.
+Lorsque vous appuyez sur le bouton "list directory", les rテゥpertoires sテゥlectionnables sont affichテゥs. Appuyez sur le rテゥpertoire que vous souhaitez choisir, puis sur le bouton "Sテゥlectionner". Pour revenir aux sous-rテゥpertoires, appuyez sur le nom du rテゥpertoire.
+
+### Rテゥpertoire
+
+Veuillez entrer le rテゥpertoire cible ou le rテゥpertoire principal. Si vous indiquez un rテゥpertoire qui n'existe pas dans la cible, il sera crテゥテゥ lors de la synchronisation.
+
+### Ajouter des mots-clテゥs
+
+%YEAR%, %MONTH%, %DAY% et %DAY-OF-YEAR% peuvent テェtre utilisテゥs comme noms de rテゥpertoires cibles. Les mots-clテゥs sont convertis en annテゥe, mois et jour de dテゥbut de la synchronisation.
+
+**Ces options ne sont affichテゥes que lorsque le type de synchronisation est Copier/Dテゥplacer.**
+
+### Ajouter au nom du dossier la date/heure テ laquelle la photo/vidテゥo a テゥtテゥ prise (le mot-clテゥ sera remplacテゥ par la date et l'heure テ laquelle la photo/vidテゥo a テゥtテゥ prise)
+
+Si elles sont vテゥrifiテゥes, les donnテゥes EXIF des supports sauvegardテゥs sont utilisテゥes pour obtenir la date et l'heure du tournage. L'horodatage des tirs est utilisテゥ et ajoutテゥ au dossier cible. Lorsque l'application ne parvient pas テ obtenir l'heure de tir テ partir des donnテゥes EXIF, elle utilise la derniティre heure modifiテゥe du fichier.
+
+**Les options suivantes ne sont affichテゥes que lorsque le type de synchronisation est Archive.**
+
+### Si la date et l'heure ne peuvent pas テェtre dテゥterminテゥes depuis l'entテェte EXIF, afficher un message de confirmation
+
+Si la case est cochテゥe, lorsque la date et l'heure de tournage ne peuvent pas テェtre obtenues テ partir du fichier EXIF, un message de confirmation s'affiche pour indiquer si l'heure de la derniティre modification du fichier a テゥtテゥ utilisテゥe ou non. Si vous sテゥlectionnez Annuler dans la boテョte de dialogue de confirmation, le fichier ne sera pas archivテゥ.
+
+### Archiver les fichiers si:
+
+Choisissez les critティres de temps pour dテゥterminer les fichiers テ archiver. La sテゥlection de l'heure est basテゥe sur la date de prise de vue de la photo/vidテゥo, ou sur la derniティre heure modifiテゥe s'il n'est pas possible d'acquテゥrir l'horodatage テ partir de l'en-tテェte EXIF.
+
+- Toutes les dates
+
+ Archivez toutes les photos/vidテゥos
+
+- Plus ancien que 7 jours
+
+ N'archivez que les fichiers dont la date de tournage est antテゥrieure de 7 jours ou plus テ l'heure actuelle.
+
+- Plus ancien que 30 jours
+
+ N'archivez que les fichiers dont la date de tournage est antテゥrieure de 30 jours ou plus テ l'heure actuelle.
+
+- Plus ancien que 60 jours
+
+ N'archivez que les fichiers dont la date de tournage est antテゥrieure de 60 jours ou plus テ l'heure actuelle.
+
+- Plus ancien que 90 jours
+
+ N'archivez que les fichiers dont la date de tournage est antテゥrieure de 90 jours ou plus テ l'heure actuelle.
+
+- Plus ancien que 180 jours
+
+ N'archivez que les fichiers dont la date de tournage est antテゥrieure de 180 jours ou plus テ l'heure actuelle.
+
+- Plus ancien que 1 annテゥe
+
+ N'archivez que les fichiers dont la date de tournage est antテゥrieure d'un an ou plus テ l'heure actuelle.
+
+### Incrテゥmenter les noms de fichiers
+
+Ajoutez le numテゥro de sテゥquence incrテゥmentielle au nom du fichier lors de l'archivage.
+
+- Ne pas changer
+
+ Ne pas ajouter un numテゥro de sテゥquence.
+
+- 3 chiffres (001-999)
+
+ Appendice 001-999
+
+- 4 chiffres (0001-9999)
+
+ Appendice 0001-9999
+
+- 5 chiffres (00001-99999)
+
+ Appendice 00001-99999
+
+- 6 chiffres (000001-999999)
+
+ Appendice 000001-999999
+
+
+
+### Changer le nom du fichier avant de l'archiver dans le dossier cible
+
+Si cette case est cochテゥe, le nom du fichier archivテゥ sera modifiテゥ en fonction des critティres que vous aurez choisis. Vous pouvez ajouter la date et l'heure dans le nom du fichier "Modティle de nom de fichier".
+
+
+
+### Modティle de nom de fichier
+
+Saisissez les modティles テ utiliser pour renommer les fichiers archivテゥs. La valeur par dテゥfaut est DSC_%DATE%_%TIME%
+
+- %Original name%
+
+ Sera remplacテゥ par le nom de fichier original lors de l'archivage des archives (Ex. DSC_0001)
+
+- %Date%
+
+ Sera remplacテゥ par la date de tournage (ex. 2018-01-01)
+
+- %Time%
+
+ Sera remplacテゥ par l'heure de tournage (ex. 13:01:10)
+
+La derniティre ligne de l'テゥcran indique テ quoi ressembleront votre dossier cible et le nom du fichier une fois archivテゥ.
+
+### Crテゥer un dossier dont le nom comprend la date de capture des photos et y stocker les fichiers archivテゥs.
+
+Crテゥe un rテゥpertoire horodatテゥ oテケ stocker les fichiers archivテゥs.
+
+Lorsque cette option est cochテゥe, le "modティle de nom de rテゥpertoire" s'affiche.
+
+### Modティle de rテゥpertoire
+
+Saisissez les modティles テ utiliser pour renommer le rテゥpertoire テ crテゥer (exp. DIR-% ANNテ右% -% MOIS% et ainsi de suite). En appuyant sur les boutons des modティles, vous pouvez entrer des mots-clテゥs derriティre le curseur.
+
+- %Year%
+
+ Sera remplacテゥ par l'annテゥe de tournage. (Ex. 2018)
+
+- %Month%
+
+ Sera remplacテゥ par le mois de tournage (Ex. 01)
+
+- %Day%
+
+ Sera remplacテゥ par le jour du tournage (Ex. 29)
+
+La derniティre ligne de l'テゥcran indique テ quoi ressembleront votre dossier cible et le nom du fichier une fois archivテゥ.
+
+### Informations dテゥtaillテゥes
+
+https://drive.google.com/file/d/0B77t0XpnNT7OYzZ0U01rR0VRMlk/view?usp=sharing
+
+
\ No newline at end of file
diff --git a/help/SMBSync2_Help_FR_folder_sdcard.docx b/help/SMBSync2_Help_FR_folder_sdcard.docx
deleted file mode 100644
index 3b119d05..00000000
Binary files a/help/SMBSync2_Help_FR_folder_sdcard.docx and /dev/null differ
diff --git a/help/SMBSync2_Help_FR_folder_sdcard.md b/help/SMBSync2_Help_FR_folder_sdcard.md
new file mode 100644
index 00000000..3b2d7e5e
--- /dev/null
+++ b/help/SMBSync2_Help_FR_folder_sdcard.md
@@ -0,0 +1,130 @@
+### Afficher les dossiers
+Afficher la liste des rテゥpertoires sur le stockage interne.
+Lorsque vous appuyez sur le bouton "list directory", les rテゥpertoires sテゥlectionnables sont affichテゥs. Appuyez sur le rテゥpertoire que vous souhaitez choisir, puis sur le bouton "Sテゥlectionner". Pour revenir aux sous-rテゥpertoires, appuyez sur le nom du rテゥpertoire.
+
+### Ajouter des mots-clテゥs
+%YEAR%, %MONTH%, %DAY% et %DAY-OF-YEAR% peuvent テェtre utilisテゥs comme noms de rテゥpertoires cibles. Les mots-clテゥs sont convertis en annテゥe, mois et jour de dテゥbut de la synchronisation.
+
+**Ces options ne sont affichテゥes que lorsque le type de synchronisation est Copier/Dテゥplacer.**
+
+### Ajouter au nom du dossier la date/heure テ laquelle la photo/vidテゥo a テゥtテゥ prise (le mot-clテゥ sera remplacテゥ par la date et l'heure テ laquelle la photo/vidテゥo a テゥtテゥ prise)
+Si elles sont vテゥrifiテゥes, les donnテゥes EXIF des supports sauvegardテゥs sont utilisテゥes pour obtenir la date et l'heure du tournage. L'horodatage des tirs est utilisテゥ et ajoutテゥ au dossier cible. Lorsque l'application ne parvient pas テ obtenir l'heure de tir テ partir des donnテゥes EXIF, elle utilise la derniティre heure modifiテゥe du fichier.
+
+### Rテゥpertoire
+Veuillez entrer le rテゥpertoire cible ou le rテゥpertoire principal. Si vous indiquez un rテゥpertoire qui n'existe pas dans la cible, il sera crテゥテゥ lors de la synchronisation.
+
+### Choisir le dossier sur la carte SD
+Sテゥlectionnez le rテゥpertoire racine de la SDCARD pour accテゥder テ la SDCARD. Si vous ne pouvez pas le sテゥlectionner, veuillez envoyer les informations du systティme au dテゥveloppeur avec "Menu -> System Info".
+
+**Les options suivantes ne sont affichテゥes que lorsque le type de synchronisation est Archive.**
+
+### Si la date et l'heure ne peuvent pas テェtre dテゥterminテゥes depuis l'entテェte EXIF, afficher un message de confirmation
+Si la case est cochテゥe, lorsque la date et l'heure de tournage ne peuvent pas テェtre obtenues テ partir du fichier EXIF, un message de confirmation s'affiche pour indiquer si l'heure de la derniティre modification du fichier a テゥtテゥ utilisテゥe ou non. Si vous sテゥlectionnez Annuler dans la boテョte de dialogue de confirmation, le fichier ne sera pas archivテゥ.
+
+### Archiver les fichiers si:
+Choisissez les critティres de temps pour dテゥterminer les fichiers テ archiver. La sテゥlection de l'heure est basテゥe sur la date de prise de vue de la photo/vidテゥo, ou sur la derniティre heure modifiテゥe s'il n'est pas possible d'acquテゥrir l'horodatage テ partir de l'en-tテェte EXIF.
+
+- Toutes les dates
+
+ Archivez toutes les photos/vidテゥos
+
+- Plus ancien que 7 jours
+
+ N'archivez que les fichiers dont la date de tournage est antテゥrieure de 7 jours ou plus テ l'heure actuelle.
+
+- Plus ancien que 30 jours
+
+ N'archivez que les fichiers dont la date de tournage est antテゥrieure de 30 jours ou plus テ l'heure actuelle.
+
+- Plus ancien que 60 jours
+
+ N'archivez que les fichiers dont la date de tournage est antテゥrieure de 60 jours ou plus テ l'heure actuelle.
+
+- Plus ancien que 90 jours
+
+ N'archivez que les fichiers dont la date de tournage est antテゥrieure de 90 jours ou plus テ l'heure actuelle.
+
+- Plus ancien que 180 jours
+
+ N'archivez que les fichiers dont la date de tournage est antテゥrieure de 180 jours ou plus テ l'heure actuelle.
+
+- Plus ancien que 1 annテゥe
+
+ N'archivez que les fichiers dont la date de tournage est antテゥrieure d'un an ou plus テ l'heure actuelle.
+
+
+
+### Incrテゥmenter les noms de fichiers
+
+Ajoutez le numテゥro de sテゥquence incrテゥmentielle au nom du fichier lors de l'archivage.
+
+- Ne pas changer
+
+ Ne pas ajouter un numテゥro de sテゥquence.
+
+- 3 chiffres (001-999)
+
+ Appendice 001-999
+
+- 4 chiffres (0001-9999)
+
+ Appendice 0001-9999
+
+- 5 chiffres (00001-99999)
+
+ Appendice 00001-99999
+
+- 6 chiffres (000001-999999)
+
+ Appendice 000001-999999
+
+### Changer le nom du fichier avant de l'archiver dans le dossier cible
+
+Si cette case est cochテゥe, le nom du fichier archivテゥ sera modifiテゥ en fonction des critティres que vous aurez choisis. Vous pouvez ajouter la date et l'heure dans le nom du fichier "Modティle de nom de fichier".
+
+### Modティle de nom de fichier
+
+Saisissez les modティles テ utiliser pour renommer les fichiers archivテゥs. La valeur par dテゥfaut est DSC_%DATE%_%TIME%
+
+- %Original name%
+
+ Sera remplacテゥ par le nom de fichier original lors de l'archivage des archives (Ex. DSC_0001)
+
+- %Date%
+
+ Sera remplacテゥ par la date de tournage (ex. 2018-01-01)
+
+- %Time%
+
+ Sera remplacテゥ par l'heure de tournage (ex. 13:01:10)
+
+La derniティre ligne de l'テゥcran indique テ quoi ressembleront votre dossier cible et le nom du fichier une fois archivテゥ.
+
+### Crテゥer un dossier dont le nom comprend la date de capture des photos et y stocker les fichiers archivテゥs.
+
+Crテゥe un rテゥpertoire horodatテゥ oテケ stocker les fichiers archivテゥs.
+Lorsque cette option est cochテゥe, le "modティle de nom de rテゥpertoire" s'affiche.
+
+### Modティle de rテゥpertoire
+
+Saisissez les modティles テ utiliser pour renommer le rテゥpertoire テ crテゥer (exp. DIR-% ANNテ右% -% MOIS% et ainsi de suite). En appuyant sur les boutons des modティles, vous pouvez entrer des mots-clテゥs derriティre le curseur.
+
+- %Year%
+
+ Sera remplacテゥ par l'annテゥe de tournage. (Ex. 2018)
+
+- %Month%
+
+ Sera remplacテゥ par le mois de tournage (Ex. 01)
+
+- %Day%
+
+ Sera remplacテゥ par le jour du tournage (Ex. 29)
+
+La derniティre ligne de l'テゥcran indique テ quoi ressembleront votre dossier cible et le nom du fichier une fois archivテゥ.
+
+### Informations dテゥtaillテゥes
+
+https://drive.google.com/file/d/0B77t0XpnNT7OYzZ0U01rR0VRMlk/view?usp=sharing
+
+
\ No newline at end of file
diff --git a/help/SMBSync2_Help_FR_folder_smb.docx b/help/SMBSync2_Help_FR_folder_smb.docx
deleted file mode 100644
index 46effedf..00000000
Binary files a/help/SMBSync2_Help_FR_folder_smb.docx and /dev/null differ
diff --git a/help/SMBSync2_Help_FR_folder_smb.md b/help/SMBSync2_Help_FR_folder_smb.md
new file mode 100644
index 00000000..5729daff
--- /dev/null
+++ b/help/SMBSync2_Help_FR_folder_smb.md
@@ -0,0 +1,203 @@
+### Rechercher les serveurs SMB
+
+Scanner le rテゥseau pour trouver le serveur SMB disponible
+
+### Nom du serveur/Adresse IP
+
+Prテゥcisez le nom du serveur SMB ou l'adresse IP
+
+### Protocole SMB
+
+Vous pouvez spテゥcifier le protocole SMB.
+
+- Utiliser SMB V1
+
+- Utiliser SMB V2 (2.01)
+
+ SMB min v2.1, max v2.1
+
+- Utiliser SMB V2 (2.11)
+
+ SMB min v2.1, max v2.1
+
+- Utiliser SMB V2/3 (2.12)
+
+ Prise en charge du protocole SMB V2 ou V3
+
+ SMB min v2.0.2, max v3.0
+
+- Utiliser SMB V2/3 (2.14)
+
+ SMB min v2.0.2, max v3.0
+
+### Utiliser le protocole SMB2
+
+Lorsqu'elle est cochテゥe, elle force setProperty("jcifs.smb.client.useSMB2Negotiation", "true") dans la fonction JcifsAuth(). Cela garantit l'utilisation du style de nテゥgociation SMB2 non rテゥtrocompatible, incompatible avec les versions antテゥrieures テ SMB 2.0.2
+
+### Exiger l'authentification SMB IPC
+
+Lors de la vテゥrification, le client est tenu d'utiliser la signature SMB pour les connexions IPC$ comme transport DCERPC. Sinon, c'est autorisテゥ, mais pas obligatoire.
+
+### Saisir numテゥro de port
+
+Prテゥcisez le numテゥro de port s'il est diffテゥrent de celui par dテゥfaut. S'il est laissテゥ vide, SMBSync2 essaiera de se connecter aux numテゥros de port standard par dテゥfaut 139 et 445.
+
+### Utiliser un compte d'authentification
+
+Doit テェtre rempli si le serveur le demande.
+
+### Nom d'utilisateur
+
+Nom de compte d'utilisateur pour se connecter テ l'hテエte. Un compte Microsoft ne peut pas テェtre utilisテゥ avec SMBSync2. Veuillez crテゥer un compte local et l'utiliser.
+
+### Mot de passe
+
+Mot de passe du compte pour se connecter テ l'hテエte.
+
+### Afficher les dossiers partagテゥs
+
+Se connecte テ l'hテエte spテゥcifiテゥ et liste toutes les actions disponibles pour le compte.
+
+(Les noms des actions seront affichテゥs lorsque vous appuierez sur le bouton " Afficher les dossiers partagテゥs ". Cliquez sur le nom de l'action souhaitテゥe, puis appuyez sur OK pour valider)
+
+### Afficher les dossiers
+
+Afficher la liste des annuaires sur l'action sテゥlectionnテゥe.
+
+Lorsque vous appuyez sur le bouton "Rテゥpertoire de la liste", les rテゥpertoires sテゥlectionnables sont affichテゥs.
+
+Appuyez sur l'annuaire que vous souhaitez choisir, puis sur le bouton "Sテゥlectionner". Pour rテゥcapituler
+
+en passant par les sous-rテゥpertoires, appuyez sur le nom du rテゥpertoire.
+
+### Dossier
+
+Veuillez entrer le rテゥpertoire cible ou le rテゥpertoire principal. Si vous indiquez un rテゥpertoire qui n'existe pas dans la cible, il sera crテゥテゥ lors de la synchronisation.
+
+### Ajouter des mots-clテゥs
+
+%YEAR%, %MONTH%, %DAY% et %DAY-OF-YEAR% peuvent テェtre utilisテゥs comme noms de rテゥpertoires cibles. Les mots-clテゥs sont convertis en annテゥe, mois et jour de dテゥbut de la synchronisation.
+
+
+
+**Ces options ne sont affichテゥes que lorsque le type de synchronisation est Copier/Dテゥplacer.**
+
+### Ajouter au nom du dossier la date/heure テ laquelle la photo/vidテゥo a テゥtテゥ prise (le mot-clテゥ sera remplacテゥ par la date et l'heure テ laquelle la photo/vidテゥo a テゥtテゥ prise)
+
+Si elles sont vテゥrifiテゥes, les donnテゥes EXIF des supports sauvegardテゥs sont utilisテゥes pour obtenir la date et l'heure du tournage. L'horodatage des tirs est utilisテゥ et ajoutテゥ au dossier cible. Lorsque l'application ne parvient pas テ obtenir l'heure de tir テ partir des donnテゥes EXIF, elle utilise la derniティre heure modifiテゥe du fichier.
+
+
+
+**Les options suivantes ne sont affichテゥes que lorsque le type de synchronisation est Archive.**
+
+### Si la date et l'heure ne peuvent pas テェtre dテゥterminテゥes depuis l'entテェte EXIF, afficher un message de confirmation
+
+Si la case est cochテゥe, lorsque la date et l'heure de tournage ne peuvent pas テェtre obtenues テ partir du fichier EXIF, un message de confirmation s'affiche pour indiquer si l'heure de la derniティre modification du fichier a テゥtテゥ utilisテゥe ou non. Si vous sテゥlectionnez Annuler dans la boテョte de dialogue de confirmation, le fichier ne sera pas archivテゥ.
+
+### Archiver les fichiers si:
+
+Choisissez les critティres de temps pour dテゥterminer les fichiers テ archiver. La sテゥlection de l'heure est basテゥe sur la date de prise de vue de la photo/vidテゥo, ou sur la derniティre heure modifiテゥe s'il n'est pas possible d'acquテゥrir l'horodatage テ partir de l'en-tテェte EXIF.
+
+- Toutes les dates
+
+ Archivez toutes les photos/vidテゥos
+
+- Plus ancien que 7 jours
+
+ N'archivez que les fichiers dont la date de tournage est antテゥrieure de 7 jours ou plus テ l'heure actuelle.
+
+- Plus ancien que 30 jours
+
+ N'archivez que les fichiers dont la date de tournage est antテゥrieure de 30 jours ou plus テ l'heure actuelle.
+
+- Plus ancien que 60 jours
+
+ N'archivez que les fichiers dont la date de tournage est antテゥrieure de 60 jours ou plus テ l'heure actuelle.
+
+- Plus ancien que 90 jours
+
+ N'archivez que les fichiers dont la date de tournage est antテゥrieure de 90 jours ou plus テ l'heure actuelle.
+
+- Plus ancien que 180 jours
+
+ N'archivez que les fichiers dont la date de tournage est antテゥrieure de 180 jours ou plus テ l'heure actuelle.
+
+- Plus ancien que 1 annテゥe
+
+ N'archivez que les fichiers dont la date de tournage est antテゥrieure d'un an ou plus テ l'heure actuelle.
+
+### Incrテゥmenter les noms de fichiers
+
+Ajoutez le numテゥro de sテゥquence incrテゥmentielle au nom du fichier lors de l'archivage.
+
+- Ne pas changer
+
+ Ne pas ajouter un numテゥro de sテゥquence.
+
+- 3 chiffres (001-999)
+
+ Appendice 001-999
+
+- 4 chiffres (0001-9999)
+
+ Appendice 0001-9999
+
+- 5 chiffres (00001-99999)
+
+ Appendice 00001-99999
+
+- 6 chiffres (000001-999999)
+
+ Appendice 000001-999999
+
+### Changer le nom du fichier avant de l'archiver dans le dossier cible
+
+Si cette case est cochテゥe, le nom du fichier archivテゥ sera modifiテゥ en fonction des critティres que vous aurez choisis. Vous pouvez ajouter la date et l'heure dans le nom du fichier "Modティle de nom de fichier".
+
+### Modティle de nom de fichier
+
+Saisissez les modティles テ utiliser pour renommer les fichiers archivテゥs. La valeur par dテゥfaut est DSC_%DATE%_%TIME%
+
+- %Original name%
+
+ Sera remplacテゥ par le nom de fichier original lors de l'archivage des archives (Ex. DSC_0001)
+
+- %Date%
+
+ Sera remplacテゥ par la date de tournage (ex. 2018-01-01)
+
+- %Time%
+
+ Sera remplacテゥ par l'heure de tournage (ex. 13:01:10)
+
+La derniティre ligne de l'テゥcran indique テ quoi ressembleront votre dossier cible et le nom du fichier une fois archivテゥ.
+
+### Crテゥer un dossier dont le nom comprend la date de capture des photos et y stocker les fichiers archivテゥs.
+
+Crテゥe un rテゥpertoire horodatテゥ oテケ stocker les fichiers archivテゥs.
+
+Lorsque cette option est cochテゥe, le "modティle de nom de rテゥpertoire" s'affiche.
+
+### Modティle de rテゥpertoire
+
+Saisissez les modティles テ utiliser pour renommer le rテゥpertoire テ crテゥer (exp. DIR-% ANNテ右% -% MOIS% et ainsi de suite). En appuyant sur les boutons des modティles, vous pouvez entrer des mots-clテゥs derriティre le curseur.
+
+- %Year%
+
+ Sera remplacテゥ par l'annテゥe de tournage. (Ex. 2018)
+
+- %Month%
+
+ Sera remplacテゥ par le mois de tournage (Ex. 01)
+
+- %Day%
+
+ Sera remplacテゥ par le jour du tournage (Ex. 29)
+
+La derniティre ligne de l'テゥcran indique テ quoi ressembleront votre dossier cible et le nom du fichier une fois archivテゥ.
+
+### Informations dテゥtaillテゥes
+
+https://drive.google.com/file/d/0B77t0XpnNT7OYzZ0U01rR0VRMlk/view?usp=sharing
+
+
\ No newline at end of file
diff --git a/help/SMBSync2_Help_FR_folder_usb.docx b/help/SMBSync2_Help_FR_folder_usb.docx
deleted file mode 100644
index 0cf20415..00000000
Binary files a/help/SMBSync2_Help_FR_folder_usb.docx and /dev/null differ
diff --git a/help/SMBSync2_Help_FR_folder_usb.md b/help/SMBSync2_Help_FR_folder_usb.md
new file mode 100644
index 00000000..c32daa02
--- /dev/null
+++ b/help/SMBSync2_Help_FR_folder_usb.md
@@ -0,0 +1,129 @@
+### Afficher les dossiers
+Afficher la liste des rテゥpertoires sur le support USB.
+Lorsque vous appuyez sur le bouton "list directory", les rテゥpertoires sテゥlectionnables sont affichテゥs. Appuyez sur le rテゥpertoire que vous souhaitez choisir, puis sur le bouton "Sテゥlectionner". Pour revenir aux sous-rテゥpertoires, appuyez sur le nom du rテゥpertoire.
+
+### Ajouter des mots-clテゥs
+%YEAR%, %MONTH%, %DAY% et %DAY-OF-YEAR% peuvent テェtre utilisテゥs comme noms de rテゥpertoires cibles. Les mots-clテゥs sont convertis en annテゥe, mois et jour de dテゥbut de la synchronisation.
+
+**Ces options ne sont affichテゥes que lorsque le type de synchronisation est Copier/Dテゥplacer.**
+
+### Ajouter au nom du dossier la date/heure テ laquelle la photo/vidテゥo a テゥtテゥ prise (le mot-clテゥ sera remplacテゥ par la date et l\'heure テ laquelle la photo/vidテゥo a テゥtテゥ prise)
+Si elles sont vテゥrifiテゥes, les donnテゥes EXIF des supports sauvegardテゥs sont utilisテゥes pour obtenir la date et l'heure du tournage. L'horodatage des tirs est utilisテゥ et ajoutテゥ au dossier cible. Lorsque l'application ne parvient pas テ obtenir l'heure de tir テ partir des donnテゥes EXIF, elle utilise la derniティre heure modifiテゥe du fichier.
+
+### Rテゥpertoire
+Veuillez entrer le rテゥpertoire cible ou le rテゥpertoire principal. Si vous indiquez un rテゥpertoire qui n'existe pas dans la cible, il sera crテゥテゥ lors de la synchronisation.
+
+### Choisir le dossier sur le stockage USB
+Sテゥlectionnez le rテゥpertoire racine du support USB pour accテゥder au stockage USB. Si vous ne pouvez pas le sテゥlectionner, veuillez envoyer les informations systティme au dテゥveloppeur avec "Menu -> System Info".
+Le support USB ne peut テェtre utilisテゥ que s'il existe un point de montage (exp. /storage/0123-0123, etc.) correspondant テ l'UUID du support USB.
+
+**Les options suivantes ne sont affichテゥes que lorsque le type de synchronisation est Archive.**
+
+### Si la date et l'heure ne peuvent pas テェtre dテゥterminテゥes depuis l'entテェte EXIF, afficher un message de confirmation.
+Si la case est cochテゥe, lorsque la date et l'heure de tournage ne peuvent pas テェtre obtenues テ partir du fichier EXIF, un message de confirmation s'affiche pour indiquer si l'heure de la derniティre modification du fichier a テゥtテゥ utilisテゥe ou non. Si vous sテゥlectionnez Annuler dans la boテョte de dialogue de confirmation, le fichier ne sera pas archivテゥ.
+
+### Archiver les fichiers si:
+Choisissez les critティres de temps pour dテゥterminer les fichiers テ archiver. La sテゥlection de l'heure est basテゥe sur la date de prise de vue de la photo/vidテゥo, ou sur la derniティre heure modifiテゥe s'il n'est pas possible d'acquテゥrir l'horodatage テ partir de l'en-tテェte EXIF.
+
+- Toutes les dates
+Archivez toutes les photos/vidテゥos
+
+- Plus ancien que 7 jours
+
+ N'archivez que les fichiers dont la date de tournage est antテゥrieure de 7 jours ou plus テ l'heure actuelle.
+
+- Plus ancien que 30 jours
+
+ N'archivez que les fichiers dont la date de tournage est antテゥrieure de 30 jours ou plus テ l'heure actuelle.
+
+- Plus ancien que 60 jours
+
+ N'archivez que les fichiers dont la date de tournage est antテゥrieure de 60 jours ou plus テ l'heure actuelle.
+
+- Plus ancien que 90 jours
+
+ N'archivez que les fichiers dont la date de tournage est antテゥrieure de 90 jours ou plus テ l'heure actuelle.
+
+- Plus ancien que 180 jours
+
+ N'archivez que les fichiers dont la date de tournage est antテゥrieure de 180 jours ou plus テ l'heure actuelle.
+
+- Plus ancien que 1 annテゥe
+
+ N'archivez que les fichiers dont la date de tournage est antテゥrieure d'un an ou plus テ l'heure actuelle.
+
+### Incrテゥmenter les noms de fichiers
+
+Ajoutez le numテゥro de sテゥquence incrテゥmentielle au nom du fichier lors de l'archivage.
+
+- Ne pas changer
+
+ Ne pas ajouter un numテゥro de sテゥquence.
+
+- 3 chiffres (001-999)
+
+ Appendice 001-999
+
+- 4 chiffres (0001-9999)
+
+ Appendice 0001-9999
+
+- 5 chiffres (00001-99999)
+
+ Appendice 00001-99999
+
+- 6 chiffres (000001-999999)
+
+ Appendice 000001-999999
+
+### Changer le nom du fichier avant de l'archiver dans le dossier cible
+
+Si cette case est cochテゥe, le nom du fichier archivテゥ sera modifiテゥ en fonction des critティres que vous aurez choisis. Vous pouvez ajouter la date et l'heure dans le nom du fichier "Modティle de nom de fichier".
+
+### Modティle de nom de fichier
+
+Saisissez les modティles テ utiliser pour renommer les fichiers archivテゥs. La valeur par dテゥfaut est DSC_%DATE%_%TIME%
+
+- %Original name%
+
+ Sera remplacテゥ par le nom de fichier original lors de l'archivage des archives (Ex. DSC_0001)
+
+- %Date%
+
+ Sera remplacテゥ par la date de tournage (ex. 2018-01-01)
+
+- %Time%
+
+ Sera remplacテゥ par l'heure de tournage (ex. 13:01:10)
+
+La derniティre ligne de l'テゥcran indique テ quoi ressembleront votre dossier cible et le nom du fichier une fois archivテゥ.
+
+### Crテゥer un dossier dont le nom comprend la date de capture des photos et y stocker les fichiers archivテゥs.
+
+Crテゥe un rテゥpertoire horodatテゥ oテケ stocker les fichiers archivテゥs.
+
+Lorsque cette option est cochテゥe, le "modティle de nom de rテゥpertoire" s'affiche.
+
+### Modティle de rテゥpertoire
+
+Saisissez les modティles テ utiliser pour renommer le rテゥpertoire テ crテゥer (exp. DIR-% ANNテ右% -% MOIS% et ainsi de suite). En appuyant sur les boutons des modティles, vous pouvez entrer des mots-clテゥs derriティre le curseur.
+
+- %Year%
+
+ Sera remplacテゥ par l'annテゥe de tournage. (Ex. 2018)
+
+- %Month%
+
+ Sera remplacテゥ par le mois de tournage (Ex. 01)
+
+- %Day%
+
+ Sera remplacテゥ par le jour du tournage (Ex. 29)
+
+La derniティre ligne de l'テゥcran indique テ quoi ressembleront votre dossier cible et le nom du fichier une fois archivテゥ.
+
+### Informations dテゥtaillテゥes
+
+https://drive.google.com/file/d/0B77t0XpnNT7OYzZ0U01rR0VRMlk/view?usp=sharing
+
+
\ No newline at end of file
diff --git a/help/SMBSync2_Help_FR_folder_zip.docx b/help/SMBSync2_Help_FR_folder_zip.docx
deleted file mode 100644
index efa1b824..00000000
Binary files a/help/SMBSync2_Help_FR_folder_zip.docx and /dev/null differ
diff --git a/help/SMBSync2_Help_FR_folder_zip.md b/help/SMBSync2_Help_FR_folder_zip.md
new file mode 100644
index 00000000..e242c71c
--- /dev/null
+++ b/help/SMBSync2_Help_FR_folder_zip.md
@@ -0,0 +1,35 @@
+### Point de montage
+Sテゥlectionnez le point de montage oテケ vous souhaitez stocker le fichier ZIP.
+
+### Enregistrer le fichier ZIP sur la carte SD
+Vテゥrifiez que le fichier ZIP est bien enregistrテゥ dans la SDCARD. Sinon, il sera sauvegardテゥ dans le stockage interne.
+
+### Synchronisation impossible sans autoriser l\'accティs en テゥcriture テ la carte SD
+Appuyez sur pour afficher l'テゥcran de sテゥlection afin de donner l'accティs et les droits d'テゥcriture テ la SDCARD.
+
+### Afficher les fichiers
+Afficher la liste des rテゥpertoires et des fichiers dans le dossier sテゥlectionnテゥ.
+
+### Fichier Zip
+Prテゥcisez le nom du fichier ZIP cible.
+
+### Ajouter des mots-clテゥs
+%YEAR%, %MONTH%, %DAY% et %DAY-OF-YEAR% peuvent テェtre utilisテゥs comme noms de rテゥpertoires cibles. Les mots-clテゥs sont convertis en annテゥe, mois et jour de dテゥbut de la synchronisation.
+
+### Niveau de compression
+Sテゥlectionnez le niveau de compression ZIP. Les niveaux de compression les plus テゥlevテゥs sont les plus lents.
+
+### Mテゥthode de cryptage
+Sテゥlectionnez la mテゥthode de cryptage pour le fichier ZIP.
+
+### Mot de passe et confirmation du mot de passe
+Prテゥcisez le mot de passe de cryptage.
+Remarque : actuellement, lorsque le ZIP est sテゥlectionnテゥ comme cible, SMBSync2 ne prend en charge que le stockage interne comme maテョtre. Les supports USB, SMB et SD externe ne peuvent pas テェtre utilisテゥs comme stockage maテョtre lorsque la cible ZIP est sテゥlectionnテゥe.
+
+### Informations dテゥtaillテゥes
+
+https://drive.google.com/file/d/0B77t0XpnNT7OYzZ0U01rR0VRMlk/view?usp=sharing
+
+
+
+
\ No newline at end of file
diff --git a/help/SMBSync2_Help_FR_task.docx b/help/SMBSync2_Help_FR_task.docx
deleted file mode 100644
index 45726d12..00000000
Binary files a/help/SMBSync2_Help_FR_task.docx and /dev/null differ
diff --git a/help/SMBSync2_Help_FR_task.md b/help/SMBSync2_Help_FR_task.md
new file mode 100644
index 00000000..1252a7a7
--- /dev/null
+++ b/help/SMBSync2_Help_FR_task.md
@@ -0,0 +1,251 @@
+### Mode Test
+
+Lors de la vテゥrification, aucun fichier n'est supprimテゥ, copiテゥ ou テゥcrasテゥ. Aucune modification n'est apportテゥe テ vos fichiers, tant sur la cible que sur le maテョtre. Veuillez utiliser le mode Test pour vテゥrifier les fichiers qui seront supprimテゥs/copiテゥs/remplacテゥs pendant la tテ「che de synchronisation rテゥelle. Les opテゥrations effectuテゥes sur les fichiers apparaテョtront dans l'onglet Messages.
+
+### Synchronisation Auto
+
+Si elle est cochテゥe, la tテ「che peut テェtre lancテゥe automatiquement テ des intervalles planifiテゥs dans le programmateur. Les tテ「ches qui sont rテゥglテゥes sur la synchronisation automatique dテゥmarrent lorsque vous appuyez sur le bouton de synchronisation en haut テ droite de l'テゥcran principal de l'application.
+
+### Nom de la tテ「che de synchronisation
+
+Indiquez un nom pour la tテ「che. Le nom de la tテ「che de synchronisation n'est pas sensible テ la casse.
+
+### Mode de sync
+
+Les modes de synchronisation actuellement pris en charge sont Mirror, Copy, Move ou Archive. La synchronisation se fait dans une direction de la cible テ partir du maテョtre.
+
+- Miroir
+
+ Le dossier cible est conservテゥ comme une copie exacte du dossier principal. Si un fichier est diffテゥrent entre le dossier principal et le dossier cible, le fichier principal テゥcrase le fichier cible. Les dossiers et fichiers non prテゥsents sur la cible sont copiテゥs テ partir du master. Les fichiers et dossiers qui n'existent pas sur le master sont テゥgalement supprimテゥs de la cible. Seuls les fichiers modifiテゥs (par la taille et/ou la date/heure) sont mis テ jour dans la cible.
+
+- Dテゥplacer
+
+ Si un fichier est diffテゥrent entre le maテョtre et la cible, le fichier sur le maテョtre テゥcrase le fichier sur la cible. Une fois copiテゥs sur la cible, les fichiers et les dossiers sont supprimテゥs du master (comme la commande move).
+
+ Seuls les fichiers modifiテゥs (par la taille et/ou la date/heure) sont copiテゥs dans la cible. Les fichiers identiques, sur la base des critティres de comparaison sテゥlectionnテゥs, sont supprimテゥs du fichier maテョtre sans テェtre copiテゥs. Les fichiers et dossiers de la cible, non prテゥsents sur le master, sont テゥvidemment prテゥservテゥs.
+
+- Copier
+
+ Mテェme chose que pour Move, mais les fichiers ne sont pas supprimテゥs du master aprティs avoir テゥtテゥ copiテゥs.
+
+ Si un fichier est diffテゥrent entre le master et la cible, le fichier du master テゥcrase le fichier de la cible. Une fois copiテゥs sur la cible, les fichiers et les dossiers sont conservテゥs sur le master (comme une commande de copie).
+
+ Seuls les fichiers modifiテゥs (par la taille et/ou la date/heure) sont copiテゥs vers la cible. Les fichiers identiques, sur la base des critティres de comparaison sテゥlectionnテゥs, sont ignorテゥs et ne sont pas copiテゥs テ nouveau.
+
+- Archiver
+
+ Archivez des photos et des vidテゥos en les dテゥplaテァant du dossier principal au dossier cible. Des critティres spテゥcifiques aux mテゥdias peuvent テェtre spテゥcifiテゥs pour l'archivage : date/heure de tournage, date et heure de la derniティre exテゥcution de l'archive (par exemple 7 jours ou plus tテエt ou 30 jours ou plus tテエt). Le ZIP ne peut pas テェtre spテゥcifiテゥ comme cible pour les opテゥrations d'archivage.
+
+**Comparer les critティres:**
+
+Sur la base de ces critティres, les dossiers sont considテゥrテゥs comme diffテゥrents :
+
+1. Le nom du fichier/dossier n'existe que sur le maテョtre ou la cible, et non sur les deux cテエtテゥs
+
+2. Les fichiers ont des tailles diffテゥrentes
+
+3. Les fichiers ont un horodatage diffテゥrent (date et heure de la derniティre modification)
+
+Consultez les options avancテゥes ci-dessous pour obtenir des informations plus dテゥtaillテゥes sur les critティres de comparaison et les paramティtres plus granulaires.
+
+
+
+### Inverser les dossiers source et destination
+
+テ営hangez les dossiers maテョtre et cible : le maテョtre devient la cible et la cible est changテゥe en maテョtre.
+
+### Dossier Maitre (Source)
+
+Appuyez sur l'icテエne/nom du stockage pour modifier le dossier principal.
+
+### Dossier Cible (Destination)
+
+Appuyez sur l'icテエne/nom du stockage pour modifier le dossier cible.
+
+### Filtre de fichiers / Sテゥlectionner les fichiers テ synchroniser
+
+Si cette option n'est pas cochテゥe, tous les fichiers sont synchronisテゥs. Si vous cochez le filtre de fichiers, vous obtenez les options suivantes :
+
+- Synchro des fichiers audio
+
+ Une fois vテゥrifiテゥe, la synchronisation inclura les fichiers avec les extensions suivantes :
+ aac, aif, aifc, aiff, flac, kar, m3u, m4a, mid, midi, mp2, mp3, mpga, ogg, ra, ram, wav
+
+- Synchro des fichiers images
+
+ Une fois vテゥrifiテゥe, la synchronisation inclura les fichiers avec les extensions suivantes :
+ bmp, cgm, djv, djvu, gif, ico, ief, jpe, jpeg, jpg, pbm, pgm, png, pnm, ppm, ras, rgb, svg, tif, tiff, wbmp, xbm, xpm, xwd
+
+- Synchro des fichiers vidテゥo
+
+ Une fois vテゥrifiテゥe, la synchronisation inclura les fichiers avec les extensions suivantes :
+ avi, m4u, mov, mp4, movie, mpe, mpeg, mpg, mxu, qt, wmv
+
+- Filtre de fichiers
+
+ Il s'agit d'un filtre personnalisテゥ d'inclusion/exclusion de fichiers. Vous pouvez sテゥlectionner le nom et l'extension des fichiers que vous voulez exclure ou inclure du processus de synchronisation.
+
+Les caractティres gテゥnテゥriques comme *.docx sont pris en charge.
+
+
+
+### Filtre de fichiers / Sテゥlectionner les sous-dossiers
+
+Si la case n'est pas cochテゥe, tous les dossiers sont synchronisテゥs. Si vous cochez le filtre des sous-rテゥpertoires, vous obtenez les options suivantes :
+
+- Filtre de dossiers
+
+ Il s'agit d'un filtre personnalisテゥ d'inclusion/exclusion de rテゥpertoire. Vous pouvez sテゥlectionner le nom des dossiers que vous souhaitez exclure ou inclure du processus de synchronisation.
+
+ Les caractティres gテゥnテゥriques comme /*cahe/ sont pris en charge.
+
+### Dテゥmarrer la synchronisation seulement si l'appareil est en charge
+
+Les tテ「ches planifiテゥes par Auto Sync ne dテゥmarrent pas si l'appareil ne se charge pas. Il est toujours possible de les dテゥmarrer manuellement.
+
+### Synchroniser les fichiers situテゥs dans la racine du dossier source (si dテゥcochテゥ, seuls les dossiers et leurs fichiers/sous-dossiers sont synchronisテゥs)
+
+Si la case n'est pas cochテゥe, seuls les dossiers et leurs fichiers/sous-dossiers sous le rテゥpertoire principal sont synchronisテゥs. Par dテゥfaut, il est cochテゥ et les fichiers situテゥs directement テ la racine du rテゥpertoire principal seront テゥgalement synchronisテゥs.
+
+### Confirmer avant de remplacer/supprimer
+
+Lorsqu'elle est cochテゥe, elle affiche un dialogue de confirmation avant d'テゥcraser ou de supprimer des fichiers.
+
+### Options Wifi AP
+
+- Mテェme si Wifi テゥteint:essaiera de dテゥmarrer la synchronisation mテェme si le Wifi est dテゥsactivテゥ
+- Tous les rテゥseaux:se synchronise uniquement lorsqu'il est connectテゥ テ un rテゥseau wifi. Il acceptera n'importe quel nom de SSID WLAN.
+- Wifi avec IP privテゥe:vous ne pouvez lancer la synchronisation que si l'adresse IP attribuテゥe au rテゥseau Wifi se situe dans les plages suivantes : 10.0.0.0 - 10.255.255.255, 172.16.0.0 - 172.31.255.255 ou 192.168.0.0 - 192.168.255.255.
+- Liste d'adresse IP: vous ne pouvez commencer la synchronisation que si l'adresse IP WiFi correspond テ l'une des adresses spテゥcifiテゥes. Vous pouvez テゥgalement ajouter directement l'adresse IP actuelle テ laquelle votre appareil est connectテゥ via la liste de sテゥlection des adresses IP.
+Vous pouvez utiliser des jokers pour le filtre. (par exemple, 192.168.100.\*, 192.168.\*)
+
+Il existe plusieurs faテァons de se synchroniser lors de la connexion テ un WiFi spテゥcifique. Voir la FAQ pour plus de dテゥtails.
+
+1. Changez l'adresse IP de votre routeur WiFi pour une autre adresse que 192.168.0.0/24 et ajoutez-la テ la liste des adresses IP
+2. Fixer une adresse IP du cテエtテゥ d'Android et l'enregistrer dans la liste des adresses IP
+
+### Sauter la tテ「che si l'adresse IP du WLAN ne correspond pas テ l'adresse IP spテゥcifiテゥe.
+
+Auto Sync sautera la tテ「che si elle ne correspond pas aux critティres spテゥcifiテゥs.
+
+### Autoriser la connexion aux adresses IP publiques
+
+La synchronisation sera autorisテゥe chaque fois que le Wifi est connectテゥ テ n'importe quel rテゥseau, mテェme sur des plages IP publiques (comme dans un Wifi public).
+
+### Options avancテゥes
+
+**Veuillez l'utiliser lorsque vous dテゥfinissez des options dテゥtaillテゥes.**
+
+### Inclure les sous-dossiers
+
+It will recursively include subdirectories under the specified master folder.
+
+### Inclure les dossiers vides
+
+Synchronise les rテゥpertoires vides (mテェme si un rテゥpertoire est vide sur le master, il sera crテゥテゥ sur la cible). Si elle n'est pas cochテゥe, les rテゥpertoires vides sur le master sont ignorテゥs.
+
+### Inclure les dossiers cachテゥs
+
+Lorsqu'elle est cochテゥe, Sync inclura les dossiers linux cachテゥs (ceux dont le nom commence par un point). Notez que dans Windows et Samba, l'attribut cachテゥ n'est pas dテゥfini par le nom du dossier. Ainsi, le dossier synchronisテゥ sur la cible SMB/Windows n'aura pas l'attribut cachテゥ host.
+
+### Inclure les fichiers cachテゥs
+
+Lorsqu'il est vテゥrifiテゥ, Sync inclura les fichiers linux cachテゥs (ceux dont le nom commence par un point). Notez que dans Windows et Samba, l'attribut cachテゥ n'est pas dテゥfini par le nom du fichier. Ainsi, le fichier synchronisテゥ sur la cible SMB/Windows n'aura pas l'attribut cachテゥ de l'hテエte.
+
+### Remplacer les fichiers destination
+
+If unchecked, files on the target will never be overwritten even if the compare criteria by size and time are different.
+
+### Utiliser le filtre amテゥliorテゥ de sテゥlection de dossiers
+
+If the upper directory is excluded by a filter while one of its sub-directories is selected/included, the sub-directories of the selected folder will be synchronized.
+
+### Utiliser la version 2 des filtres
+
+Aprティs l'avoir activテゥ, vous pouvez utiliser le nouveau filtre. Il se peut qu'il se comporte diffテゥremment de l'ancien filtre, c'est pourquoi nous vous invitons テ le tester minutieusement avant de l'utiliser.
+
+### Supprimer les fichiers avant la sync(mode Miroir uniquement)
+
+On server-side connection errors, SMBSync2 will try again the synchronization for a maximum of 3 times at a 30 seconds interval.
+
+### Supprimer les rテゥpertoires et les fichiers exclus par les filtres
+
+Si elle est activテゥe, **elle supprime les rテゥpertoires/fichiers exclus du filtre.**
+
+### Limiter le cache SMB E/S en テゥcriture テ 16Ko (uniquement pour les actions des SMB)
+
+**Veuillez essayer si vous obtenez une erreur "Access is denied" lorsque vous テゥcrivez dans le dossier PC/NAS.**
+
+Lorsqu'il est vテゥrifiテゥ, il limite le tampon d'entrテゥe/sortie テ 16KB pour l'テゥcriture des opテゥrations sur l'hテエte SMB.
+
+### Ne pas crテゥer de fichier temporaire avant l'テゥcriture dans le dossier SMB (uniquement pour les actions des SMB)
+
+Vテゥrifiテゥ par dテゥfaut (recommandテゥ). Lorsqu'il est copiテゥ sur l'hテエte SMB, le fichier sera copiテゥ dans un dossier temporaire de l'hテエte. Une fois l'opテゥration de copie rテゥussie, le fichier temporaire est dテゥplacテゥ vers sa destination finale en テゥcrasant le fichier cible. Si la case n'est pas cochテゥe, le fichier cible sur l'hテエte est immテゥdiatement テゥcrasテゥ au dテゥbut de la copie. Si une erreur de connexion se produit, le fichier sur l'hテエte reste corrompu jusqu'テ la prochaine synchronisation.
+
+### Ne pas changer la date de derniティre modification du fichier destination pour qu'elle soit identique テ la source
+
+Veuillez l'activer si vous obtenez une erreur telle que SmbFile#setLastModified()/File#setLastModified() テゥchoue. Cela signifie que l'hテエte distant n'autorise pas le paramテゥtrage du fichier de la derniティre modification. Si cette case n'est pas cochテゥe, la derniティre heure de modification du fichier copiテゥ sur la cible sera fixテゥe テ l'heure テ laquelle il a テゥtテゥ copiテゥ / synchronisテゥ. Cela signifie que le fichier cible apparaテョtra plus rテゥcent que le fichier maテョtre.
+
+Pour les prochaines synchronisations, vous pouvez :
+
+- vous en tenir テ une comparaison par taille uniquement, ou
+
+- vous pouvez activer l'option "Ne pas テゥcraser le fichier de destination s'il est plus rテゥcent que le fichier source" pour ne copier que les fichiers modifiテゥs ultテゥrieurement sur le master, ou
+
+- vous pouvez activer l'option de tテ「che "Obtenir l'heure de derniティre modification des fichiers de la liste personnalisテゥe de l'application SMBSync2". Cependant, cette option n'est pas disponible actuellement si la cible est SMB. La plupart des hテエtes SMB prennent en charge la dテゥfinition de l'heure de derniティre modification.
+
+Voir ci-dessous pour des informations dテゥtaillテゥes sur chaque option.
+
+
+
+### Obtenir la date de derniティre modification des fichiers par une liste interne de l'application
+
+Veuillez essayer de copier tous les fichiers sur les fichiers cibles テ chaque synchronisation.
+
+Cette option n'est disponible pour l'utilisateur que lorsque la cible est le stockage interne. Pour les autres types de stockage, SMBSync2 essaie de dテゥtecter automatiquement si la cible prend en charge le paramテゥtrage de la derniティre modification du fichier. Si ce n'est pas le cas, il utilisera automatiquement cette fonction intテゥgrテゥe. Une exception est lorsque la cible est SMB, cette fonction ne sera pas utilisテゥe. Voir ci-dessus l'option "Ne pas dテゥfinir l'heure de derniティre modification du fichier de destination pour qu'elle corresponde au fichier source" pour d'autres solutions de contournement. Notez que la plupart des appareils androテッdes rテゥcents ne prennent pas en charge la mise テ jour de l'heure de derniティre modification du fichier cible.
+
+Lors de la premiティre synchronisation, SMBSync2 stockera la liste des fichiers avec leurs horodatages dans sa base de donnテゥes (cf. 1.3). Comme la base de donnテゥes doit テェtre crテゥテゥe la premiティre fois, tous les fichiers ayant le mテェme nom et la mテェme taille seront テ nouveau テゥcrasテゥs par une copie complティte du fichier maテョtre lors de la premiティre synchronisation. Lors des synchronisations suivantes, la base de donnテゥes sera utilisテゥe et l'テゥcrasement de tous les fichiers de mテェme nom et de mテェme taille ne sera plus effectuテゥ. La derniティre heure de modification du fichier local est enregistrテゥe par le code propriテゥtaire SMBSync2 (il ne repose pas sur la fonction Java File#setLastModified()).
+
+### Supprimer les fichiers avant la sync (mode Miroir uniquement)
+
+Lorsqu'elle est cochテゥe, les rテゥpertoires et les fichiers qui sont prテゥsents sur le dossier cible mais qui n'existent pas sur le master, seront d'abord supprimテゥs. Ensuite, les fichiers et les dossiers qui sont diffテゥrents seront copiテゥs sur la cible.
+
+Si le dossier maテョtre est SMB, le temps de traitement sera plus long car la structure des rテゥpertoires et leur contenu sont scannテゥs テ travers le rテゥseau. Il est fortement recommandテゥ d'activer l'option "Utiliser la nテゥgociation SMB2" car SMB1 sera trティs lent.
+
+### Utiliser la taille des fichiers pour dテゥterminer s'ils sont diffテゥrents
+
+Lors de la vテゥrification, les fichiers sont considテゥrテゥs comme diffテゥrents s'ils diffティrent par leur taille.
+
+### Comparaison uniquement par la taille des fichiers (les fichiers sont considテゥrテゥs diffテゥrents seulement si la taille de la source est supテゥrieure テ celle de la destination)
+
+Les fichiers ne sont considテゥrテゥs comme diffテゥrents que si la taille de la source est supテゥrieure テ celle de la destination. Cela dテゥsactivera la comparaison par temps de fichier.
+
+### Utiliser la date de derniティre modification pour dテゥterminer si les fichiers sont diffテゥrents
+
+Lorsqu'ils sont vテゥrifiテゥs, les fichiers sont considテゥrテゥs comme diffテゥrents en fonction de la date de leur derniティre modification.
+
+### Diffテゥrence de temps tolテゥrテゥe (sec) entre les fichiers source et destination
+
+Les fichiers sont considテゥrテゥs comme identiques si la diffテゥrence entre leurs derniers temps modifiテゥs est infテゥrieure ou テゥgale au temps sテゥlectionnテゥ en secondes. Ils sont considテゥrテゥs comme diffテゥrents si la diffテゥrence de temps entre les fichiers est supテゥrieure テ l'heure sテゥlectionnテゥe. Les fichiers FAT et ExFAT ont besoin d'une tolテゥrance minimale de 2 secondes. Si 0 seconde est sテゥlectionnテゥe, les fichiers doivent avoir exactement le mテェme temps pour テェtre considテゥrテゥs comme similaires.
+
+### Fichier non synchronisテゥ, car l'option "Ne pas remplacer le fichier de destination s'il est plus rテゥcent que le fichier source" est activテゥe.
+
+Si la case est cochテゥe, le fichier ne sera テゥcrasテゥ que si le fichier principal est plus rテゥcent que le fichier cible, mテェme si la taille du fichier et les heures de la derniティre mise テ jour sont diffテゥrentes. Gardez テ l'esprit que si vous changez de fuseau horaire ou si les fichiers sont modifiテゥs pendant la pテゥriode d'intervalle du changement d'heure d'テゥtテゥ, le dernier fichier modifiテゥ pourrait apparaテョtre plus ancien que le fichier non mis テ jour. Ceci est liテゥ aux diffテゥrences de systティme de fichiers et seule une vテゥrification manuelle avant d'テゥcraser le fichier テゥvitera la perte de donnテゥes. Il est gテゥnテゥralement recommandテゥ de ne pas modifier les fichiers pendant l'intervalle de changement d'heure d'テゥtテゥ s'ils sont destinテゥs テ テェtre auto-synchronisテゥs.
+
+### Ignorer la diffテゥrence de temps liテゥe au dテゥcalage de l'heure d'テゥtテゥ
+
+Permet de sテゥlectionner le dテゥcalage horaire en minutes entre l'heure d'テゥtテゥ et l'heure d'hiver. Les fichiers sont considテゥrテゥs comme diffテゥrents si le dテゥcalage horaire n'est pas exactement テゥgal テ l'intervalle spテゥcifiテゥ (+/- le "dテゥcalage horaire minimum autorisテゥ (en secondes)" spテゥcifiテゥ dans l'option prテゥcテゥdente)
+
+### Ignorer les dossiers et fichiers dont le nom contient des caractティres invalides (", :, \, *, <, >, |)
+
+Si elle est cochテゥe, elle affichera un message d'avertissement et la synchronisation se poursuivra sans traiter les rテゥpertoires/fichiers contenant des caractティres non valides.
+
+### Supprimer le dossier source s'il est vide (uniquement en mode Dテゥplacer)
+
+Lorsque le mode de synchronisation est "Move", aprティs que les fichiers aient テゥtテゥ dテゥplacテゥs vers la cible, le dossier "Master" est テゥgalement supprimテゥ.
+
+### Informations dテゥtaillテゥes
+
+https://drive.google.com/file/d/0B77t0XpnNT7OYzZ0U01rR0VRMlk/view?usp=sharing
+
+
\ No newline at end of file
diff --git a/help/SMBSync2_Help_IT_folder_internal.md b/help/SMBSync2_Help_IT_folder_internal.md
new file mode 100644
index 00000000..cd986457
--- /dev/null
+++ b/help/SMBSync2_Help_IT_folder_internal.md
@@ -0,0 +1,135 @@
+### tipo memoria
+Selezionare il punto di montaggio per lo stoccaggio interno.
+
+### Lista cartelle
+Mostra l'elenco delle cartelle nella memoria interna.
+Quando si preme il tasto elenco cartelle, vengono visualizzate le cartelle selezionabili. Premete sulla cartelle che volete scegliere e poi sul tasto "Seleziona". Per navigare attraverso le sottocartelle, toccate il nome della cartelle.
+
+### Cartelle
+Si prega di inserire l'elenco di destinazione o l'elenco principale. Se si specifica una cartelle che non esiste nel target, questa verrテ creata durante la sincronizzazione.
+
+### Aggiungi parole chiave
+%YEAR%, %MONTH%, %DAY% e %DAY-OF-YEAR% possono essere utilizzati come nomi di cartelle di destinazione. Le parole chiave vengono convertite nell'anno, nel mese e nel giorno in cui ティ iniziata la sincronizzazione.
+
+**Queste opzioni verranno mostrate solo quando il tipo di sync ティ Copia/Sposta.**
+
+### Aggiungi tempo/data del sync nel nome della cartella (la parola chiave verrテ sostituita dall'ora e la data nel quale ティ stat eseguita la sync)
+Se spuntata, i dati EXIF dei supporti di backup vengono utilizzati per ottenere la data e l'ora di scatto. Il timestamp della data e dell'ora di scatto viene utilizzato e allegato alla cartella di destinazione. Quando l'applicazione non ティ in grado di ottenere l'ora di scatto dall'EXIF, utilizza l'ultima ora di modifica del file.
+
+**Queste opzioni verranno mostrate solo quando il tipo di sync ティ Archivia.**
+
+### Se l'ora e la data non possono essere determinate dai dati EXIF, mostra un messaggio di conferma
+Se l'opzione ティ selezionata, quando la data e l'ora di scatto non possono essere acquisite da EXIF , viene visualizzato un messaggio di conferma dell'utilizzo o meno dell'ultima ora di modifica del file. Se si seleziona Annulla nella finestra di dialogo di conferma, il file non verrテ archiviato.
+
+### Archivia file se
+Scegliere i criteri temporali per determinare quali file archiviare. La selezione dell'ora si basa sulla data di scatto delle foto/video o sull'ultima ora di modifica se non ティ possibile acquisire il timestamp dall'intestazione EXIF.
+
+- Qualunque data (Tutti)
+
+ Archivia tutte le immagini/video
+
+- Piテケ vecchio di 7 giorni
+
+ Archiviare solo i file con una data di scatto piテケ vecchia di 7 giorni o piテケ rispetto all'ora attuale
+
+- Piテケ vecchio di 30 giorni
+
+ Archiviare solo i file con una data di scatto piテケ vecchia di 30 giorni o piテケ rispetto all'ora attuale
+
+- Piテケ vecchio di 60 giorni
+
+ Archiviare solo i file con una data di scatto piテケ vecchia di 60 giorni o piテケ rispetto all'ora attuale
+
+- Piテケ vecchio di 90 giorni
+
+ Archiviare solo i file con una data di scatto piテケ vecchia di 90 giorni o piテケ rispetto all'ora attuale
+
+- Piテケ vecchio di 180 giorni
+
+ Archiviare solo i file con una data di scatto piテケ vecchia di 180 giorni o piテケ rispetto all'ora attuale
+
+- Piテケ vecchio di 1 anno
+
+ Archiviare solo i file con una data di scatto piテケ vecchia di 1 anno o piテケ rispetto all'ora attuale
+
+
+
+### Nome file incrementale
+
+Aggiungere il numero di sequenza incrementale al nome del file durante l'archiviazione.
+
+- Non cambiare
+
+ Non aggiungere un numero progressivo
+
+- 2 cifre (01-99)
+
+ Aggiungi 001-999
+
+- 3 cifre (001-999)
+
+ Aggiungi 001-999
+
+- 4 cifre (0001-9999)
+
+ Aggiungi 0001-9999
+
+- 5 cifre (00001-99999)
+
+ Aggiungi 00001-99999
+
+- 6 cifre (000001-999999)
+
+ Aggiungi 000001-999999
+
+### Cambia il nome del file prima di archiviarlo nella cartella destinazione
+
+Se l'opzione ティ selezionata, il nome del file archiviato verrテ modificato in base ai criteri selezionati. Potete aggiungere la data e l'ora nel nome del file "Modello del nome del file".
+
+### Template nome file
+
+Inserire gli schemi da utilizzare per rinominare i file archiviati. Il valore predefinito ティ DSC_%DATE%.
+
+- %ORIGINAL-NAME%
+
+ Sarテ sostituito dal nome originale del file durante l'archiviazione dell'archivio (es. DSC_0001)
+
+- %DATE%
+
+ Sarテ sostituito dalla data di scatto.(Es. 2018-01-01)
+
+- %TIME%
+
+ Sarテ sostituito dal tempo di scatto.(Es. 13:01:10)
+
+L'ultima riga della schermata mostra come apparirテ la cartella di destinazione e il nome del file una volta archiviati.
+
+### Crea una cartelle basata sull'ora di scatto per salvare i file
+
+Crea una cartelle con indicazione dell'ora in cui memorizzare i file archiviati.
+
+Quando viene selezionato, viene visualizzato il "Modello di nome della cartelle".
+
+### Template Cartelle
+
+Inserire gli schemi da utilizzare per rinominare la cartelle da creare (exp. DIR-% YEAR% -% MONTH% e cosテャ via). Premendo i tasti dei modelli, potete inserire le parole chiave dietro il cursore.
+
+- %YEAR%
+
+ Sarテ sostituito dall'anno di riprese. (Es. 2018)
+
+- %MONTH%
+
+ Sarテ sostituito dal Mese di scatto (Es. 01)
+
+- %DAY%
+
+ Sarテ sostituito dal giorno delle riprese (Es. 29)
+
+L'ultima riga della schermata mostra come apparirテ la cartella di destinazione e il nome del file una volta archiviati.
+
+### Informazioni dettagliate
+
+https://drive.google.com/file/d/0B77t0XpnNT7OYzZ0U01rR0VRMlk/view?usp=sharing
+
+
\ No newline at end of file
diff --git a/help/SMBSync2_Help_IT_folder_sdcard.md b/help/SMBSync2_Help_IT_folder_sdcard.md
new file mode 100644
index 00000000..6c7c6e84
--- /dev/null
+++ b/help/SMBSync2_Help_IT_folder_sdcard.md
@@ -0,0 +1,138 @@
+### tipo memoria
+
+Selezionare il punto di montaggio per lo stoccaggio interno.
+
+### Lista cartelle
+
+Mostra l'elenco delle cartelle nella memoria interna.
+Quando si preme il tasto elenco cartelle, vengono visualizzate le cartelle selezionabili. Premete sulla cartelle che volete scegliere e poi sul tasto "Seleziona". Per navigare attraverso le sottodirectory, toccate il nome della cartelle.
+
+### Aggiungi parole chiave
+%YEAR%, %MONTH%, %DAY% e %DAY-OF-YEAR% possono essere utilizzati come nomi di cartelle di destinazione. Le parole chiave vengono convertite nell'anno, nel mese e nel giorno in cui ティ iniziata la sincronizzazione.
+
+**Queste opzioni vengono visualizzate solo quando il tipo di sincronizzazione ティ Copia/Sposta.**
+
+### Aggiungi tempo/data del sync nel nome della cartella (la parola chiave verrテ sostituita dall'ora e la data nel quale ティ stat eseguita la sync)
+Se spuntata, i dati EXIF dei supporti di backup vengono utilizzati per ottenere la data e l'ora di ripresa. Il timestamp della data e dell'ora di ripresa viene utilizzato e allegato alla cartella di destinazione. Quando l'applicazione non ティ in grado di ottenere l'ora di ripresa dall'EXIF, utilizza l'ultima ora modificata del file.
+
+### Cartelle
+Si prega di inserire l'elenco di destinazione o l'elenco principale. Se si specifica una cartelle che non esiste nel target, questa verrテ creata durante la sincronizzazione.
+
+### Seleziona cartella SDCARD
+Selezionare la cartelle principale SDCARD per accedere a SDCARD. Se non ティ possibile selezionarla, inviare le informazioni di sistema allo sviluppatore con "Menu -> Informazioni di sistema".
+
+**Le seguenti opzioni vengono visualizzate solo quando il tipo di sincronizzazione ティ Archivio.**
+
+### Se l'ora e la data non possono essere determinate dai dati EXIF, mostra un messaggio di conferma
+Se l'opzione ティ selezionata, quando la data e l'ora di scatto non possono essere acquisite da EXIF , viene visualizzato un messaggio di conferma dell'utilizzo o meno dell'ultima ora di modifica del file. Se si seleziona Annulla nella finestra di dialogo di conferma, il file non verrテ archiviato.
+
+### Archivia file se
+Scegliere i criteri temporali per determinare quali file archiviare. La selezione dell'ora si basa sulla data di scatto delle foto/video o sull'ultima ora di modifica se non ティ possibile acquisire il timestamp dall'intestazione EXIF.
+
+- Qualunque data (Tutti)
+
+ Archivia tutte le immagini/video
+
+- Piテケ vecchio di 7 giorni
+
+ Archiviare solo i file con una data di scatto piテケ vecchia di 7 giorni o piテケ rispetto all'ora attuale
+
+- Piテケ vecchio di 30 giorni
+
+ Archiviare solo i file con una data di scatto piテケ vecchia di 30 giorni o piテケ rispetto all'ora attuale
+
+- Piテケ vecchio di 60 giorni
+
+ Archiviare solo i file con una data di scatto piテケ vecchia di 60 giorni o piテケ rispetto all'ora attuale
+
+- Piテケ vecchio di 90 giorni
+
+ Archiviare solo i file con una data di scatto piテケ vecchia di 90 giorni o piテケ rispetto all'ora attuale
+
+- Piテケ vecchio di 180 giorni
+
+ Archiviare solo i file con una data di scatto piテケ vecchia di 180 giorni o piテケ rispetto all'ora attuale
+
+- Piテケ vecchio di 1 anno
+
+ Archiviare solo i file con una data di scatto piテケ vecchia di 1 anno o piテケ rispetto all'ora attuale
+
+
+
+### Nome file incrementale
+
+Aggiungere il numero di sequenza incrementale al nome del file durante l'archiviazione.
+
+- Non cambiare
+
+ Non aggiungere un numero progressivo
+
+- 2 cifre (01-99)
+
+ Aggiungi 001-999
+
+- 3 cifre (001-999)
+
+ Aggiungi 001-999
+
+- 4 cifre (0001-9999)
+
+ Aggiungi 0001-9999
+
+- 5 cifre (00001-99999)
+
+ Aggiungi 00001-99999
+
+- 6 cifre (000001-999999)
+
+ Aggiungi 000001-999999
+
+### Cambia il nome del file prima di archiviarlo nella cartella destinazione
+
+Se l'opzione ティ selezionata, il nome del file archiviato verrテ modificato in base ai criteri selezionati. Potete aggiungere la data e l'ora nel nome del file "Modello del nome del file".
+
+### Template nome file
+
+Inserire gli schemi da utilizzare per rinominare i file archiviati. Il valore predefinito ティ DSC_%DATE%.
+
+- %ORIGINAL-NAME%
+
+ Sarテ sostituito dal nome originale del file durante l'archiviazione dell'archivio (es. DSC_0001)
+
+- %DATE%
+
+ Sarテ sostituito dalla data di scatto.(Es. 2018-01-01)
+
+- %TIME%
+
+ Sarテ sostituito dal tempo di scatto.(Es. 13:01:10)
+
+L'ultima riga della schermata mostra come apparirテ la cartella di destinazione e il nome del file una volta archiviati.
+
+### Crea una cartelle basata sull'ora di scatto per salvare i file
+
+Crea una cartelle con indicazione dell'ora in cui memorizzare i file archiviati.
+
+Quando viene selezionato, viene visualizzato il "Modello di nome della cartelle".
+
+### Template Cartelle
+
+Inserire gli schemi da utilizzare per rinominare la cartelle da creare (exp. DIR-% YEAR% -% MONTH% e cosテャ via). Premendo i tasti dei modelli, potete inserire le parole chiave dietro il cursore.
+
+- %YEAR%
+
+ Sarテ sostituito dall'anno di riprese. (Es. 2018)
+
+- %MONTH%
+
+ Sarテ sostituito dal Mese di scatto (Es. 01)
+
+- %DAY%
+
+ Sarテ sostituito dal giorno delle riprese (Es. 29)
+
+L'ultima riga della schermata mostra come apparirテ la cartella di destinazione e il nome del file una volta archiviati.
+
+### Informazioni dettagliate
+
+https://drive.google.com/file/d/0B77t0XpnNT7OYzZ0U01rR0VRMlk/view?usp=sharing
\ No newline at end of file
diff --git a/help/SMBSync2_Help_IT_folder_smb.md b/help/SMBSync2_Help_IT_folder_smb.md
new file mode 100644
index 00000000..a0cfecd5
--- /dev/null
+++ b/help/SMBSync2_Help_IT_folder_smb.md
@@ -0,0 +1,206 @@
+### Ricerca server SMB
+
+Scansiona la rete per trovare il server SMB disponibile
+
+### Server host name/Indirizzo IP
+
+Specificare il nome del server SMB o l'indirizzo IP
+
+### Protocollo SMB
+
+テ possibile specificare il protocollo SMB.
+
+- Usa SMB V1
+
+- Usa SMB V2 (2.01)
+
+ SMB min v2.1, max v2.1
+
+- Usa SMB V2 (2.11)
+
+ SMB min v2.1, max v2.1
+
+- Usa SMB V2/3 (2.12)
+
+ Support SMB V2 or V3 protocol
+
+ SMB min v2.0.2, max v3.0
+
+- Usa SMB V2/3 (2.14)
+
+ SMB min v2.0.2, max v3.0
+
+### Usa SMB2 negotiation
+
+Se spuntata, costringerテ setProperty("jcifs.smb.client.useSMB2Negotiation", "true") nella funzione JcifsAuth(). Questo assicura l'uso di SMB2 non compatibile con lo stile di negoziazione non retrocompatibile, incompatibile con le versioni precedenti a SMB 2.0.2
+
+### SMB IPC Signing Enforced
+
+Una volta controllato, il cliente ティ tenuto ad utilizzare la firma SMB per le connessioni IPC$ come trasporto DCERPC. Altrimenti ティ consentito, ma non richiesto.
+
+### Specifica numero porta
+
+Specificare il numero di porta se diverso da quello predefinito. Se lasciato vuoto, SMBSync2 cercherテ di connettersi ai numeri di porta standard di default 139 e 445.
+
+### Usa nome account e password
+
+Deve essere completato se richiesto dal server.
+
+### Nome utente
+
+Nome dell'account utente per connettersi all'host. L'account Microsoft non puテイ essere usato con SMBSync2. Per favore crea un account locale ed usalo.
+
+### Password
+
+Password per connettersi all'host.
+
+### Lista Condivisioni
+
+Si collega all'host specificato ed elenca tutte le azioni disponibili per l'account.
+
+(I nomi delle azioni verranno visualizzati quando si preme il tasto "Lista Condivisioni". Fare clic sul nome desiderato, quindi premere OK per convalidare)
+
+### Lista cartelle
+
+Mostra l'elenco delle cartelle sulla Condivisione selezionata.
+
+Quando si preme il tasto elenco cartelle, verranno visualizzate le cartelle selezionabili.
+
+Premete sulla cartelle che volete scegliere e poi sul tasto "Seleziona". Per ricapitolare
+
+attraverso le sottocartelle, toccare il nome della cartelle.
+
+### Cartelle
+
+Si prega di inserire l'elenco di destinazione o l'elenco principale. Se si specifica una cartelle che non esiste nel target, questa verrテ creata durante la sincronizzazione.
+
+### Aggiungi parole chiave
+
+%YEAR%, %MONTH%, %DAY% e %DAY-OF-YEAR% possono essere utilizzati come nomi di cartelle di destinazione. Le parole chiave vengono convertite nell'anno, nel mese e nel giorno in cui ティ iniziata la sincronizzazione.
+
+**Queste opzioni vengono visualizzate solo quando il tipo di sincronizzazione ティ Copia/Sposta.**
+
+### Aggiungi tempo/data del sync nel nome della cartella (la parola chiave verrテ sostituita dall'ora e la data nel quale ティ stata eseguita la sync)
+
+Se spuntata, i dati EXIF dei supporti di backup vengono utilizzati per ottenere la data e l'ora di ripresa. Il timestamp della data e dell'ora di ripresa viene utilizzato e allegato alla cartella di destinazione. Quando l'applicazione non ティ in grado di ottenere l'ora di ripresa dall'EXIF, utilizza l'ultima ora modificata del file.
+
+**Le seguenti opzioni vengono visualizzate solo quando il tipo di sincronizzazione ティ Archivio.**
+
+### Se l'ora e la data non possono essere determinate dai dati EXIF, mostra un messaggio di conferma
+
+Se l'opzione ティ selezionata, quando la data e l'ora di ripresa non possono essere acquisite da EXIF , viene visualizzato un messaggio di conferma dell'utilizzo o meno dell'ultima ora modificata del file. Se si seleziona Annulla nella finestra di dialogo di conferma, il file non verrテ archiviato.
+
+### Archivia file se窶ヲ
+
+Scegliere i criteri temporali per determinare quali file archiviare. La selezione dell'ora si basa sulla data di ripresa delle foto/video o sull'ultima ora modificata se non ティ possibile acquisire il timestamp dall'intestazione EXIF.
+
+- Qualunque data (Tutti)
+
+ Archivia tutte le immagini/video
+
+- Piテケ vecchio di 7 giorni
+
+ Archiviare solo i file con una data di ripresa piテケ vecchia di 7 giorni o piテケ rispetto all'ora attuale
+
+- Piテケ vecchio di 30 giorni
+
+ Archiviare solo i file con una data di ripresa piテケ vecchia di 30 giorni o piテケ rispetto all'ora attuale
+
+- Piテケ vecchio di 60 giorni
+
+ Archiviare solo i file con una data di ripresa piテケ vecchia di 60 giorni o piテケ rispetto all'ora attuale
+
+- Piテケ vecchio di 90 giorni
+
+ Archiviare solo i file con una data di ripresa piテケ vecchia di 90 giorni o piテケ rispetto all'ora attuale
+
+- Piテケ vecchio di 180 giorni
+
+ Archiviare solo i file con una data di ripresa piテケ vecchia di 180 giorni o piテケ rispetto all'ora attuale
+
+- Piテケ vecchio di 1 anno
+
+ Archiviare solo i file con una data di ripresa piテケ vecchia di 1 anno o piテケ rispetto all'ora attuale
+
+
+
+### Nome file incrementale
+
+Aggiungere il numero di sequenza incrementale al nome del file durante l'archiviazione.
+
+- Non cambiare
+
+ Non aggiungere un numero progressivo
+
+- 2 cifre (01-99)
+
+ Aggiungi 001-999
+
+- 3 cifre (001-999)
+
+ Aggiungi 001-999
+
+- 4 cifre (0001-9999)
+
+ Aggiungi 0001-9999
+
+- 5 cifre (00001-99999)
+
+ Aggiungi 00001-99999
+
+- 6 cifre (000001-999999)
+
+ Aggiungi 000001-999999
+
+### Cambia il nome del file prima di archiviarlo nella cartella destinazione
+
+Se l'opzione ティ selezionata, il nome del file archiviato verrテ modificato in base ai criteri selezionati. Potete aggiungere la data e l'ora nel nome del file "Modello del nome del file".
+
+### Template nome file
+
+Inserire gli schemi da utilizzare per rinominare i file archiviati. Il valore predefinito ティ DSC_%DATE%.
+
+- %ORIGINAL-NAME%
+
+ Sarテ sostituito dal nome originale del file durante l'archiviazione dell'archivio (es. DSC_0001)
+
+- %DATE%
+
+ Sarテ sostituito dalla data di scatto.(Es. 2018-01-01)
+
+- %TIME%
+
+ Sarテ sostituito dal tempo di scatto.(Es. 13:01:10)
+
+L'ultima riga della schermata mostra come apparirテ la cartella di destinazione e il nome del file una volta archiviati.
+
+### Crea una cartelle basata sull'ora di scatto per salvare i file
+
+Crea una cartelle con indicazione dell'ora in cui memorizzare i file archiviati.
+
+Quando viene selezionato, viene visualizzato il "Modello di nome della cartelle".
+
+### Template Cartelle
+
+Inserire gli schemi da utilizzare per rinominare la cartelle da creare (exp. DIR-% YEAR% -% MONTH% e cosテャ via). Premendo i tasti dei modelli, potete inserire le parole chiave dietro il cursore.
+
+- %YEAR%
+
+ Sarテ sostituito dall'anno di riprese. (Es. 2018)
+
+- %MONTH%
+
+ Sarテ sostituito dal Mese di scatto (Es. 01)
+
+- %DAY%
+
+ Sarテ sostituito dal giorno delle riprese (Es. 29)
+
+L'ultima riga della schermata mostra come apparirテ la cartella di destinazione e il nome del file una volta archiviati.
+
+
+### Informazioni dettagliate
+
+https://drive.google.com/file/d/0B77t0XpnNT7OYzZ0U01rR0VRMlk/view?usp=sharing
+
+
\ No newline at end of file
diff --git a/help/SMBSync2_Help_IT_folder_usb.md b/help/SMBSync2_Help_IT_folder_usb.md
new file mode 100644
index 00000000..eef8ba08
--- /dev/null
+++ b/help/SMBSync2_Help_IT_folder_usb.md
@@ -0,0 +1,142 @@
+### tipo memoria
+
+Select mount point for internal storage.
+
+### Lista cartelle
+
+Mostra l'elenco delle cartella nella memoria interna.
+Quando si preme il tasto elenco cartella, vengono visualizzate le cartella selezionabili. Premete sulla cartella che volete scegliere e poi sul tasto "Seleziona". Per navigare attraverso le sottodirectory, toccate il nome della cartella.
+
+### Aggiungi parole chiave
+
+%YEAR%, %MONTH%, %DAY% e %DAY-OF-YEAR% possono essere utilizzati come nomi di cartella di destinazione. Le parole chiave vengono convertite nell'anno, nel mese e nel giorno in cui ティ iniziata la sincronizzazione.
+
+**Queste opzioni vengono visualizzate solo quando il tipo di sincronizzazione ティ Copia/Sposta.**
+
+### Aggiungi ora/data del sync nel nome della cartella (la parola chiave verrテ sostituita dall'ora e la data nel quale ティ stata eseguita la sync)
+
+Se spuntata, i dati EXIF dei supporti di backup vengono utilizzati per ottenere la data e l'ora di scatto. Il timestamp della data e dell'ora di scatto viene utilizzato e allegato alla cartella di destinazione. Quando l'applicazione non ティ in grado di ottenere l'ora di scatto dall'EXIF, utilizza l'ultima ora modificata del file.
+
+### Cartelle
+
+Si prega di inserire l'elenco di destinazione o l'elenco principale. Se si specifica una cartella che non esiste nel target, questa verrテ creata durante la sincronizzazione.
+
+### Seleziona cartella USB
+
+Selezionare la cartella principale USB per accedere a USB. Se non ティ possibile selezionarla, inviare le informazioni di sistema allo sviluppatore con "Menu -> Informazioni di sistema".
+
+**Le seguenti opzioni vengono visualizzate solo quando il tipo di sincronizzazione ティ Archivia.**
+
+### If the date e time cannot be determined by EXIF data, display a confirmation message
+
+Se l'opzione ティ selezionata, quando la data e l'ora di scatto non possono essere acquisite da EXIF , viene visualizzato un messaggio di conferma dell'utilizzo o meno dell'ultima ora modificata del file. Se si seleziona Annulla nella finestra di dialogo di conferma, il file non verrテ archiviato.
+
+### Archivia file se
+
+Scegliere i criteri temporali per determinare quali file archiviare. La selezione dell'ora si basa sulla data di scatto delle foto/video o sull'ultima ora modificata se non ティ possibile acquisire il timestamp dall'intestazione EXIF.
+
+- Qualunque data (Tutti)
+
+ Archivia tutte le immagini/video
+
+- Piテケ vecchio di 7 giorni
+
+ Archiviare solo i file con una data di scatto piテケ vecchia di 7 giorni o piテケ rispetto all'ora attuale
+
+- Piテケ vecchio di 30 giorni
+
+ Archiviare solo i file con una data di scatto piテケ vecchia di 30 giorni o piテケ rispetto all'ora attuale
+
+- Piテケ vecchio di 60 giorni
+
+ Archiviare solo i file con una data di scatto piテケ vecchia di 60 giorni o piテケ rispetto all'ora attuale
+
+- Piテケ vecchio di 90 giorni
+
+ Archiviare solo i file con una data di scatto piテケ vecchia di 90 giorni o piテケ rispetto all'ora attuale
+
+- Piテケ vecchio di 180 giorni
+
+ Archiviare solo i file con una data di scatto piテケ vecchia di 180 giorni o piテケ rispetto all'ora attuale
+
+- Piテケ vecchio di 1 anno
+
+ Archiviare solo i file con una data di scatto piテケ vecchia di 1 anno o piテケ rispetto all'ora attuale
+
+### Nome file incrementale
+
+Aggiungere il numero di sequenza incrementale al nome del file durante l'archiviazione.
+
+- Non cambiare
+
+ Non aggiungere un numero progressivo
+
+- 2 cifre (01-99)
+
+ Aggiungi 001-999
+
+- 3 cifre (001-999)
+
+ Aggiungi 001-999
+
+- 4 cifre (0001-9999)
+
+ Aggiungi 0001-9999
+
+- 5 cifre (00001-99999)
+
+ Aggiungi 00001-99999
+
+- 6 cifre (000001-999999)
+
+ Aggiungi 000001-999999
+
+### Cambia il nome del file prima di archiviarlo nella cartella destinazione
+
+Se l'opzione ティ selezionata, il nome del file archiviato verrテ modificato in base ai criteri selezionati. Potete aggiungere la data e l'ora nel nome del file "Modello del nome del file".
+
+### Template nome file
+
+Inserire gli schemi da utilizzare per rinominare i file archiviati. Il valore predefinito ティ DSC_%DATE%.
+
+- %ORIGINAL-NAME%
+
+ Sarテ sostituito dal nome originale del file durante l'archiviazione dell'archivio (es. DSC_0001)
+
+- %DATE%
+
+ Sarテ sostituito dalla data di scatto.(Es. 2018-01-01)
+
+- %TIME%
+
+ Sarテ sostituito dal tempo di scatto.(Es. 13:01:10)
+
+L'ultima riga della schermata mostra come apparirテ la cartella di destinazione e il nome del file una volta archiviati.
+
+### Crea una cartella basata sulla data di scatto per salvare i file
+
+Crea una cartella con indicazione dell'ora in cui memorizzare i file archiviati.
+
+Quando viene selezionato, viene visualizzato il "Modello di nome della cartella".
+
+### Template cartella
+
+Inserire gli schemi da utilizzare per rinominare la cartella da creare (exp. DIR-% YEAR% -% MONTH% e cosテャ via). Premendo i tasti dei modelli, potete inserire le parole chiave dietro il cursore.
+
+- %YEAR%
+
+ Sarテ sostituito dall'anno di riprese. (Es. 2018)
+
+- %MONTH%
+
+ Sarテ sostituito dal Mese di scatto (Es. 01)
+
+- %DAY%
+
+ Sarテ sostituito dal giorno delle riprese (Es. 29)
+
+ L'ultima riga della schermata mostra come apparirテ la cartella di destinazione e il nome del file una volta archiviati.
+
+### Informazioni dettagliate
+
+https://drive.google.com/file/d/0B77t0XpnNT7OYzZ0U01rR0VRMlk/view?usp=sharing
\ No newline at end of file
diff --git a/help/SMBSync2_Help_IT_folder_zip.md b/help/SMBSync2_Help_IT_folder_zip.md
new file mode 100644
index 00000000..31ae79a4
--- /dev/null
+++ b/help/SMBSync2_Help_IT_folder_zip.md
@@ -0,0 +1,34 @@
+### tipo memoria
+Selezionare il punto di montaggio dove memorizzare il file ZIP.
+
+### Salva file ZIP su SDCARD.
+Controllare per salvare il file ZIP nella SDCARD. Altrimenti verrテ salvato nella memoria interna
+
+### Permetti scrittura su SDCARD
+Toccare per visualizzare la schermata di selezione per dare l'accesso e l'autorizzazione di scrittura alla SDCARD.
+
+### Lista File
+Mostra le directory e l'elenco dei file nella cartella selezionata.
+
+### file ZIP
+Specificare il nome del file ZIP di destinazione.
+
+### Aggiungi tempo/data del sync nel nome della cartella (la parola chiave verrテ sostituita dall'ora e la data nel quale ティ stata eseguita la sync)
+%YEAR%, %MONTH%, %DAY% e %DAY-OF-YEAR% possono essere utilizzati come nomi di directory di destinazione. Le parole chiave vengono convertite nell'anno, nel mese e nel giorno in cui ティ iniziata la sincronizzazione.
+
+### Livello compressione
+Selezionare il livello di compressione ZIP. I livelli di compressione piテケ forti sono i piテケ lenti.
+
+### Seleziona Metodo Encriptazione
+Selezionare il metodo di crittografia per il file ZIP.
+
+### Password/conferma password
+Specificare la password di crittografia.
+Nota: attualmente, quando ZIP ティ selezionato come target, SMBSync2 supporta solo la memorizzazione interna come master. I supporti USB, SMB e SD esterna non possono essere utilizzati come memoria master quando il target ZIP ティ selezionato come destinazione ZIP.
+
+### Informazioni dettagliate
+https://drive.google.com/file/d/0B77t0XpnNT7OYzZ0U01rR0VRMlk/view?usp=sharing
+
+
+
+
\ No newline at end of file
diff --git a/help/SMBSync2_Help_IT_task.md b/help/SMBSync2_Help_IT_task.md
new file mode 100644
index 00000000..2d3996ee
--- /dev/null
+++ b/help/SMBSync2_Help_IT_task.md
@@ -0,0 +1,248 @@
+### Modalitテ Test (non copia o cancella file)
+
+Se spuntata, nessun file viene cancellato, copiato o sovrascritto. Non vengono apportate modifiche ai file sia sul target che sul master. Si prega di utilizzare la modalitテ Test per controllare i file che saranno cancellati/copiati/sostituiti durante la reale attivitテ di sincronizzazione. Le operazioni eseguite sui file appariranno nella scheda Messaggi.
+
+### Auto sync
+
+Se l'opzione ティ selezionata, l'attivitテ puテイ essere avviata automaticamente a intervalli pianificati nello scheduler. Le attivitテ che sono impostate per la sincronizzazione automatica si avvieranno quando si preme il pulsante di sincronizzazione nell'angolo in alto a destra della schermata principale dell'applicazione.
+
+### Nome Sync task
+
+Specificare un nome per l'attivitテ. Il nome dell'attivitテ di sincronizzazione non ティ sensibile alle maiuscole e minuscole.
+
+### Tipo di sync
+
+Le modalitテ di sincronizzazione attualmente supportate sono Specchio, Copia, Spostamento o Archivio. La sincronizzazione avviene in una direzione del bersaglio dal master.
+
+- Mirror
+
+ La cartella di destinazione viene conservata come copia esatta del master. Se un file ティ diverso tra il master e la destinazione, il file sul master sovrascrive il file sulla destinazione. La cartella e i file non presenti sulla destinazione vengono copiati dal master. Anche i file e le cartelle non presenti sul master vengono cancellati dal master. Solo i file modificati (per dimensione e/o data/ora) vengono aggiornati sulla destinazione.
+
+- Sposta
+
+ Se un file ティ diverso tra il master e il target, il file sul master sovrascrive il file sul target. Una volta copiati nella destinazione, i file e le cartelle vengono cancellati dal master (come il comando sposta).
+
+ Solo i file modificati (per dimensione e/o data/ora) vengono copiati nella destinazione. I file identici, in base ai criteri di confronto selezionati, vengono cancellati dal master senza essere copiati. I file e le cartelle sul target, non presenti sul master, vengono ovviamente conservati.
+
+- Copia
+
+ Come per permeti, ma i file non vengono cancellati dal master dopo essere stati copiati.
+
+ Se un file ティ diverso tra il master e la destinazione, il file sul master sovrascrive il file sulla destinazione. Una volta copiati nella destinazione, i file e le cartelle vengono mantenuti sul master (come un comando di copia).
+
+ Solo i file modificati (per dimensione e/o data/ora) vengono copiati sulla destinazione. I file identici, in base ai criteri di confronto selezionati, vengono ignorati e non vengono piテケ copiati.
+
+- Archivia
+
+ Archiviare foto e video spostandoli dal master alla cartella di destinazione. Per l'archiviazione possono essere specificati criteri specifici: data/ora di ripresa, data e ora dell'ultima esecuzione dell'archivio (ad esempio 7 giorni o prima o 30 giorni o prima).
+
+ ZIP non puテイ essere specificato come target per le operazioni di archivio.
+
+**Criteri di comparazione:**
+
+I file sono considerati diversi in base a questi criteri:
+
+1. Il nome del file/cartella esiste solo sul master o sul target, non su entrambi i lati
+
+2. I file hanno dimensioni diverse
+
+3. I file hanno un orario diverso (data e ora dell'ultima modifica)
+
+Controlla le opzioni Avanzate sotto per maggiori dettagli sui criteri di comparazione ed altre impostazioni granulari.
+
+### Inverti sorgente e destinazione
+
+Scambiare le cartelle master e target: il master diventa il target e il target viene cambiato in master.
+
+### Cartella sorgente (Sorgente)
+
+Toccare l'icona/nome della memoria per modificare la cartella principale.
+
+### Cartella destinazione (Destinazione)
+
+Toccare l'icona/nome della memoria per modificare la cartella di destinazione.
+
+### Selezionare i file per la sincronizzazione
+
+Se deselezionati, tutti i file sono sincronizzati. Se si seleziona il filtro dei file, si ottengono le seguenti opzioni:
+
+- Sync file audio
+
+ Quando spuntata, la sincronizzazione includerテ i file con le seguenti estensioni:
+ aac, aif, aifc, aiff, flac, kar, m3u, m4a, mid, midi, mp2, mp3, mpga, ogg, ra, ram, wav
+
+- Sync immagini
+
+ Quando spuntata, la sincronizzazione includerテ i file con le seguenti estensioni:
+ bmp, cgm, djv, djvu, gif, ico, ief, jpe, jpeg, jpg, pbm, pgm, png, pnm, ppm, ras, rgb, svg, tif, tiff, wbmp, xbm, xpm, xwd
+
+- Sync file video
+
+ Quando spuntata, la sincronizzazione includerテ i file con le seguenti estensioni:
+ avi, m4u, mov, mp4, movie, mpe, mpeg, mpg, mxu, qt, wmv
+
+- Filtro file
+
+ テ un filtro di inclusione/esclusione dei file personalizzato. テ possibile selezionare il nome e l'estensione dei file che si desidera escludere o includere dal processo di sincronizzazione.
+
+### Selezionare le sottocartelle
+
+Se non viene selezionato, tutte le cartelle sono sincronizzate. Se si seleziona il filtro delle sottocartelle, si ottengono le seguenti opzioni:
+
+- Filtro cartelle
+
+ テ un filtro di inclusione/esclusione cartelle personalizzato. テ possibile selezionare il nome delle cartelle che si desidera escludere o includere dal processo di sincronizzazione.
+
+### Esegui sync tasks solo quando in carica
+
+Le attivitテ pianificate di Auto Sync non si avviano se il dispositivo non ティ in carica. L'avvio manuale ティ sempre possibile.
+
+### Synchronize i file nella root della cartella sorgente (se non selezionata, solo le cartelle e i loro file/sottocartelle verranno sincronizzati).
+
+Se deselezionati, vengono sincronizzate solo le cartelle e i loro file/sottocartelle sotto la cartelle master. Per impostazione predefinita, ティ selezionata e anche i file che si trovano direttamente nella root della cartelle master saranno sincronizzati.
+
+### Conferma prima di sovrascrivere/cancellare
+
+Se spuntata, visualizzerテ una finestra di dialogo di conferma prima di sovrascrivere o cancellare i file.
+
+### Wifi AP Opzioni:
+
+- Esegui anche da spento: cercherテ di avviare la sincronizzazione anche se il Wifi ティ spento
+
+- Conn a qualunque AP: si sincronizzerテ solo se connesso ad una rete wifi. Accetterテ qualsiasi nome SSID WLAN.
+
+- Come indirizzo privato: ティ possibile avviare la sincronizzazione solo se l'indirizzo IP assegnato alla rete WiFi si trova nei seguenti campi: 10.0.0.0.0 - 10.255.255.255.255, 172.16.0.0.0 - 172.31.255.255.255 o 192.168.0.0.0 - 192.168.255.255.255.
+
+- indirizzo lista IP: ティ possibile avviare la sincronizzazione solo se l'indirizzo IP WiFi corrisponde a uno degli indirizzi specificati. テ inoltre possibile aggiungere direttamente l'indirizzo IP corrente al quale l'apparecchio ティ collegato attraverso l'elenco di selezione IP.
+ テ possibile utilizzare i caratteri jolly per il filtro. (ad es. 192.168.100.\*, 192.168.\*).
+
+Ci sono diversi modi per sincronizzarsi quando ci si connette ad un WiFi specifico. Vedi le FAQ per i dettagli.
+
+1. Cambiare l'indirizzo IP in qualcosa di diverso da 192.168.0.0.0/24 sul router WiFi e aggiungerlo alla lista degli indirizzi IP
+2. Fissare un indirizzo IP sul lato Android e registrarlo nell'elenco degli indirizzi IP
+
+### Salta il task se l\'IP WLAN non corrisponde all\'indirizzo IP specificato
+
+Auto Sync salterテ l'attivitテ se non corrisponde ai criteri specificati
+
+### Permetti sync con tutti gli indirizzi IP (inclusi pubblici)
+
+La sincronizzazione sarテ consentita ogni volta che il Wifi ティ connesso a qualsiasi rete, anche su intervalli IP pubblici (come in un Wifi pubblico).
+
+### Mostra opzioni avanzate
+
+**Si prega di utilizzarlo quando si impostano le opzioni dettagliate.**
+
+### Includi sottocartelle
+
+Includerテ ricorsivamente le sottocartelle sotto la cartella master specificata.
+
+### Includi cartelle vuote
+
+Sincronizza le cartelle vuote (anche se una cartelle ティ vuota sul master, verrテ creata sul target). Se deselezionata, le cartelle vuote sul master vengono ignorate.
+
+### Includi cartelle nascoste
+
+Quando spuntata, Sync includerテ le cartelle linux nascoste (quelle con un nome che inizia con un punto). Si noti che in Windows e Samba, l'attributo nascosto non ティ impostato dal nome della cartella. Pertanto, la cartella sincronizzata sulla destinazione SMB/Windows non avrテ l'attributo nascosto dell'host.
+
+### Includi file nascosti
+
+Quando spuntata, Sync includerテ i file linux nascosti (quelli con un nome che inizia con un punto). Si noti che in Windows e Samba, l'attributo nascosto non ティ impostato dal nome del file. Quindi, il file sincronizzato sulla destinazione SMB/Windows non avrテ l'attributo nascosto dell'host.
+
+### Sovrascrivi file destinazione
+
+Se deselezionati, i file sul target non saranno mai sovrascritti anche se i criteri di confronto per dimensioni e tempo sono diversi.
+
+### Usa il filtro di selezione cartelle migliorato
+
+Se la cartelle superiore viene esclusa da un filtro mentre una delle sue sottocartelle viene selezionata/inclusa, le sottocartelle della cartella selezionata verranno sincronizzate.
+
+### Usa la nuova versione 2 del filtro
+
+Dopo averla abilitata, puoi usare il nuovo filtro. It may behave differently from the old filter, so please test it thoroughly before using it.
+
+### Rimuovi cartelle e file esclusi dai filtri
+
+Se abilitato, **rimuove cartelle/file che sono esclusi dai filtri.**
+
+### Riprova ad errori di rete
+
+In caso di errori di connessione lato server, SMBSync2 riproverテ la sincronizzazione per un massimo di 3 volte ad un intervallo di 30 secondi.
+
+### Limita buffer di scrittura SMB I/O a 16 KB
+
+**Per favore provala se in presenza dell'errore "Accesso negato" error durante la scrittura sulle cartelle del PC/NAS.**
+
+Quando spuntata, limiterテ il buffer di I/O a 16KB per le operazioni di scrittura sull'host SMB.
+
+### Scrivi file direttamente sulla cartella SMB senza usare file temporanei
+
+Controllato di default (consigliato). Quando viene copiato nell'host SMB, il file verrテ copiato in una cartella temporanea sull'host. Una volta che l'operazione di copia ティ riuscita, il file temporaneo viene spostato nella sua destinazione finale sovrascrivendo il file di destinazione. Se deselezionato, il file di destinazione sull'host viene immediatamente sovrascritto all'inizio della copia. Se si verifica un errore di connessione, il file sull'host rimane danneggiato fino alla successiva sincronizzazione.
+
+### Non settare l'ultima volta di modifica del file destinazione per trovare il file sorgente
+
+Si prega di abilitare se si ottiene un errore come SmbFile#setLastModified()/File#setLastModified() fallisce. Significa che l'host remoto non permette l'impostazione del file modificato l'ultima volta. Se deselezionato, l'ultimo tempo modificato del file copiato sul target sarテ impostato all'ora in cui ティ stato copiato / sincronizzato. Ciテイ significa che il file di destinazione apparirテ piテケ nuovo del master.
+
+Per le sincronizzazioni successive, ティ possibile:
+
+- attenersi a confrontare solo in base alle dimensioni, oppure
+
+- ティ possibile attivare l'opzione "Non sovrascrivere il file di destinazione se ティ piテケ recente del file sorgente" per copiare solo i file modificati in seguito sul master, oppure
+
+- ティ possibile attivare l'opzione task "Ottenere l'ora dell'ultima modifica dei file dalla lista personalizzata dell'applicazione SMBSync2". Tuttavia, questa opzione non ティ attualmente disponibile se l'obiettivo ティ SMB. La maggior parte degli host SMB supporta l'impostazione dell'ultimo orario di modifica.
+
+Vedere sotto per informazioni dettagliate su ogni opzione.
+
+### Ottieni l'ora di ultima modifica dei file dalla lista personalizzata di SMBSync2
+
+Si prega di provare se tutti i file vengono copiati sopra i file di destinazione ad ogni sincronizzazione.
+
+Questa opzione ティ disponibile solo per l'utente quando la destinazione ティ la memorizzazione interna. Per altri tipi di archiviazione, SMBSync2 cerca di rilevare automaticamente se la destinazione supporta l'impostazione dell'ultima volta che il file ティ stato modificato. In caso contrario, utilizzerテ automaticamente questa funzione integrata. Un'eccezione ティ quando il target ティ SMB, questa funzione non verrテ utilizzata. Vedere sopra l'opzione "Non impostare l'ora dell'ultima modifica del file di destinazione per far corrispondere il file di origine" per altre soluzioni. Si noti che i dispositivi Android piテケ recenti non supportano l'aggiornamento dell'ultimo orario di modifica del file di destinazione.
+
+Durante la prima sincronizzazione, SMBSync2 memorizzerテ la lista dei file con i loro timestamp nel suo database (cfr. 1.3). Poichテゥ il database deve essere creato la prima volta, tutti i file con lo stesso nome e le stesse dimensioni saranno sovrascritti di nuovo con una copia completa dal master durante la prima sincronizzazione. Nelle sincronizzazioni successive, il database verrテ utilizzato e non verrテ piテケ eseguita la sovrascrittura di tutti i file con lo stesso nome/stessa dimensione. L'ultimo tempo modificato del file locale viene salvato dal codice proprietario SMBSync (non si basa sulla funzione Java File#setLastModified()).
+
+
+
+### Elimina precedenti file su sync (Solo modalitテ Mirror)
+
+Una volta spuntate, le cartelle e i file che sono presenti nella cartella di destinazione ma che non esistono sul master, verranno prima cancellati. Dopo di che, i file e le cartelle che sono diversi saranno copiati nella cartella di destinazione.
+
+Se la cartella master ティ SMB, il tempo di elaborazione sarテ piテケ lungo perchテゥ la struttura delle cartelle e il loro contenuto viene scansionato attraverso la rete. Si raccomanda vivamente di attivare l'opzione "Usa la negoziazione SMB2" perchテゥ SMB1 sarテ molto lenta.
+
+### Usa dimensione file per determinare se i file sono differenti
+
+Quando si seleziona, i file sono considerati diversi se differiscono per dimensioni.
+
+### Compara solo dimensione
+
+I file sono considerati diversi solo se la dimensione della fonte ティ maggiore della destinazione. Questo disabiliterテ il confronto in base al tempo del file.
+
+### Usa tempo dell'ultima modifica per determinare se i file sono differenti
+
+Quando si seleziona, i file sono considerati diversi in base al loro ultimo tempo di modifica
+
+### Differenza min di ora permessa (in secondi) tra i file sorgente e destinazione
+
+I file sono considerati identici se la differenza tra i loro ultimi tempi modificati ティ inferiore o uguale al tempo selezionato in secondi. Sono considerati diversi se la differenza di tempo tra i file ティ superiore al tempo selezionato. FAT e ExFAT richiedono una tolleranza minima di 2 secondi. Se si seleziona 0 secondi, i file devono avere esattamente lo stesso tempo per essere considerati simili.
+
+### Non sovrascrivere i file destinazione se piテケ nuovi dei file sorgente
+
+Se spuntata, il file viene sovrascritto solo quando il file master ティ piテケ nuovo del file di destinazione, anche se le dimensioni del file e gli ultimi tempi di aggiornamento sono diversi. Tenere presente che se si cambiano i fusi orari o se i file vengono modificati durante il periodo di intervallo della modifica dell'ora legale, l'ultimo file modificato potrebbe apparire piテケ vecchio del file non aggiornato. Ciテイ ティ legato alle differenze del file system e solo un controllo manuale prima di sovrascrivere il file eviterテ la perdita di dati. Si raccomanda generalmente di non modificare i file durante l'intervallo del cambio dell'ora legale se sono destinati ad essere auto-sincronizzati.
+
+### Ignora differenza dell'Ora Legale tra file
+
+Permette di selezionare la differenza di fuso orario in minuti tra l'ora legale e quella invernale. I file sono considerati diversi se la differenza di orario non ティ esattamente uguale all'intervallo specificato (+/- la "differenza di orario minima consentita (in secondi)" specificata nell'opzione precedente)
+
+### Salta cartelle e file che contengono caratteri non validi(", :, \, *, <, >, |)
+
+Se spuntata, visualizzerテ un messaggio di avviso e la sincronizzazione continuerテ senza elaborare le cartelle/file contenenti caratteri non validi.
+
+### Elimina la cartella master quando ティ vuota (solo quando l'opzione di Sync ティ Sposta)
+
+Quando la modalitテ di sincronizzazione ティ Sposta, dopo che i file sono stati spostati nella destinazione, viene cancellata anche la cartella Master.
+
+### Informazioni dettagliate
+
+https://drive.google.com/file/d/0B77t0XpnNT7OYzZ0U01rR0VRMlk/view?usp=sharing
+
+
\ No newline at end of file
diff --git a/help/SMBSync2_Help_JA_folder_internal.docx b/help/SMBSync2_Help_JA_folder_internal.docx
deleted file mode 100644
index 9fe2c7f4..00000000
Binary files a/help/SMBSync2_Help_JA_folder_internal.docx and /dev/null differ
diff --git a/help/SMBSync2_Help_JA_folder_internal.md b/help/SMBSync2_Help_JA_folder_internal.md
new file mode 100644
index 00000000..7ba75fe7
--- /dev/null
+++ b/help/SMBSync2_Help_JA_folder_internal.md
@@ -0,0 +1,110 @@
+### 繝槭え繝ウ繝医昴う繝ウ繝
+蜀驛ィ繧ケ繝医Ξ繝シ繧ク縺ァ菴ソ逕ィ縺吶k繝槭え繝ウ繝医昴う繝ウ繝医r驕ク謚槭@縺セ縺吶
+
+
+### 繝繧」繝ャ繧ッ繝医Μ荳隕ァ
+荳隕ァ繝懊ち繝ウ繧呈款縺吶→驕ク謚槫庄閭ス縺ェ繝繧」繝ャ繧ッ繝医Μ縺瑚。ィ遉コ縺輔l縺セ縺吶ョ縺ァ縲∝承遶ッ縺ョ繝ゥ繧ク繧ェ繝懊ち繝ウ繧偵ち繝繝励@驕ク謚槭@縺ヲ縺上□縺輔>縲ゅし繝悶ョ繧」繝ャ繧ッ繝医Μ繧帝幕縺上↓縺ッ繝繧」繝ャ繧ッ繝医Μ蜷阪r繧ソ繝繝励@縺ヲ縺上□縺輔>縲
+
+
+### 繝繧」繝ャ繧ッ繝医Μ
+繧ソ繝シ繧イ繝繝医∪縺溘ッ繝槭せ繧ソ繝シ繝繧」繝ャ繧ッ繝医Μ繧貞・蜉帙@縺ヲ縺上□縺輔>縲ょュ伜惠縺励↑縺繝繧」繝ャ繧ッ繝医Μ繧呈欠螳壹@縺溷エ蜷医ッ縲∝酔譛溷ョ溯。梧凾縺ォ菴懈舌&繧後∪縺吶
+
+
+### 繧ュ繝シ繝ッ繝シ繝峨ョ霑ス蜉
+繧ソ繝シ繧イ繝繝医ョ繧」繝ャ繧ッ繝医Μ縺ォ%YEAR%, %MONTH%, %DAY%縺ィ%DAY-OF-YEAR%縺御スソ逕ィ縺ァ縺阪∪縺吶ゅく繝シ繝ッ繝シ繝峨ッ蜷梧悄髢句ァ区凾縺ォ蟷エ譛域律縺ォ螟画鋤縺輔l縺セ縺吶
+
+
+### 繧ソ繝シ繧イ繝繝医ヵ繧ゥ繝ォ繝繝シ縺ョ繝繧」繝ャ繧ッ繝医Μ繝シ縺ォ莉伜刈縺輔l縺溘く繝シ繝ッ繝シ繝牙、画鋤縺ォ蜀咏悄/繝薙ョ繧ェ縺ョ謦ョ蠖ア譌・譎ゅr菴ソ逕ィ縺吶k
+**縺薙ョ繧ェ繝励す繝ァ繝ウ縺ッ蜷梧悄繧ソ繧、繝励′繧ウ繝斐シ縺セ縺溘ッ遘サ蜍輔ョ譎ゅ□縺題。ィ遉コ縺輔l縺セ縺**
+繝√ぉ繝繧ッ縺励◆蝣エ蜷医ッExif縺九i謦ョ蠖ア譌・譎ゅr蜿門セ励@蜷梧悄髢句ァ区律譎ゅョ莉」繧上j縺ォ菴ソ逕ィ縺励∪縺吶Exif縺九i謦ョ蠖ア譌・譎ゅr蜿門セ励〒縺阪↑縺譎ゅッ繝輔ぃ繧、繝ォ縺ョ譛邨よ峩譁ー譎ょ綾繧剃スソ逕ィ縺励∪縺吶
+
+
+ ### 莉・荳九ョ繧ェ繝励す繝ァ繝ウ縺ッ蜷梧悄繧ソ繧、繝励′繧「繝シ繧ォ繧、繝悶ョ譎ゅ□縺題。ィ遉コ縺輔l縺セ縺
+
+### 謦ョ蠖ア譌・譎ゅ′Exif縺九i蜿門セ励〒縺阪↑縺譎ゅ↓遒コ隱阪Γ繝繧サ繝シ繧ク繧定。ィ遉コ縺吶k
+繝√ぉ繝繧ッ縺励◆蝣エ蜷医ッExif縺九i謦ョ蠖ア譌・譎ゅr蜿門セ励〒縺阪↑縺譎ゅッ繝輔ぃ繧、繝ォ縺ョ譛邨よ峩譁ー譎ょ綾繧剃スソ逕ィ縺吶k縺九←縺縺九Θ繝シ繧カ繝シ縺ォ遒コ隱阪Γ繝繧サ繝シ繧ク繧定。ィ遉コ縺吶k縲ら「コ隱阪Γ繝繧サ繝シ繧ク縺ォ繧ュ繝」繝ウ繧サ繝ォ繧帝∈謚槭☆繧九→繝輔ぃ繧、繝ォ縺ッ繧「繝シ繧ォ繧、繝悶&繧後∪縺帙s縲
+
+
+### 繧「繝シ繧ォ繧、繝悶☆繧句ッセ雎。
+繧「繝シ繧ォ繧、繝悶☆繧句咏悄縺ョ蝓コ貅悶r驕ク縺カ縲
+ - 謦ョ蠖ア譌・縺ォ髢「菫ゅ↑縺
+蜈ィ縺ヲ縺ョ蜀咏悄繧偵い繝シ繧ォ繧、繝悶☆繧
+
+ - 謦ョ蠖ア譌・縺7譌・莉・荳雁商縺
+迴セ蝨ィ縺ョ譎ょ綾繧医j謦ョ蠖ア譌・縺7譌・莉・荳雁商縺
+
+ - 謦ョ蠖ア譌・縺30譌・莉・荳雁商縺
+迴セ蝨ィ縺ョ譎ょ綾繧医j謦ョ蠖ア譌・縺30譌・莉・荳雁商縺
+
+ - 謦ョ蠖ア譌・縺60譌・莉・荳雁商縺
+迴セ蝨ィ縺ョ譎ょ綾繧医j謦ョ蠖ア譌・縺60譌・莉・荳雁商縺
+
+ - 謦ョ蠖ア譌・縺90譌・莉・荳雁商縺
+迴セ蝨ィ縺ョ譎ょ綾繧医j謦ョ蠖ア譌・縺90譌・莉・荳雁商縺
+
+ - 謦ョ蠖ア譌・縺180譌・莉・荳雁商縺
+迴セ蝨ィ縺ョ譎ょ綾繧医j謦ョ蠖ア譌・縺180譌・莉・荳雁商縺
+
+ - 謦ョ蠖ア譌・縺1蟷エ莉・荳雁商縺
+迴セ蝨ィ縺ョ譎ょ綾繧医j謦ョ蠖ア譌・縺1蟷エ莉・荳雁商縺
+
+### 繧「繝シ繧ォ繧、繝悶☆繧矩圀縺ォ繝輔ぃ繧、繝ォ蜷阪r螟画峩縺玲欠螳壹@縺溘ョ繧」繝ャ繧ッ繝医Μ繝シ縺ォ譬シ邏阪☆繧
+繝√ぉ繝繧ッ縺吶k縺ィ繧「繝シ繧ォ繧、繝悶☆繧区凾縺ォ繝輔ぃ繧、繝ォ蜷阪r螟画峩縺励∪縺吶ゅヵ繧。繧、繝ォ蜷阪ッ縲後ヵ繧。繧、繝ォ蜷阪ユ繝ウ繝励Ξ繝シ繝医阪〒譌・譎ゅd譎ょ綾繧剃サ倥¢繧九%縺ィ縺後〒縺阪∪縺吶ゅ∪縺溘√ョ繧」繝ャ繧ッ繝医Μ繝シ繧剃ス懈舌@繝輔ぃ繧、繝ォ繧呈シ邏阪☆繧九%縺ィ縺後〒縺阪∪縺吶ゅョ繧」繝ャ繧ッ繝医Μ繝シ縺ォ譬シ邏阪☆繧九◆繧√↓縺ッ縲後い繝シ繧ォ繧、繝悶☆繧区凾縺ォ繝繧」繝ャ繧ッ繝医Μ繝シ縺ォ菫晏ュ倥☆繧九阪r譛牙柑縺ォ縺励※縺上□縺輔>縲
+
+
+### 繝輔ぃ繧、繝ォ蜷阪ョ鬆蠎冗分蜿キ
+繧「繝シ繧ォ繧、繝悶☆繧区凾縺ォ繝輔ぃ繧、繝ォ蜷阪↓鬆蠎冗分蜿キ繧定ソス蜉縺吶k縲
+ - 菴ソ逕ィ縺励↑縺
+鬆蠎冗分蜿キ繧定ソス蜉縺励↑縺
+
+ - 3譯√ョ逡ェ蜿キ繧定ソス蜉縺吶k
+001-999繧定ソス蜉縺吶k
+
+ - 4譯√ョ逡ェ蜿キ繧定ソス蜉縺吶k
+0001-9999繧定ソス蜉縺吶k
+
+ - 5譯√ョ逡ェ蜿キ繧定ソス蜉縺吶k
+00001-99999繧定ソス蜉縺吶k
+
+ - 6譯√ョ逡ェ蜿キ繧定ソス蜉縺吶k
+000001-999999繧定ソス蜉縺吶k
+
+### 繝輔ぃ繧、繝ォ蜷阪ユ繝ウ繝励Ξ繝シ繝
+ - 蜈縺ョ蜷榊燕
+繝繝ウ繝励Ξ繝シ繝医↓謾ケ蜷榊燕繝輔ぃ繧、繝ォ蜷阪r蜈・蜉帙☆繧九
+
+ - 蟷エ譛域律
+繝繝ウ繝励Ξ繝シ繝医↓蟷エ譛域律(萓具シ2018-04-16)繧貞・蜉帙☆繧九
+
+ - 譎ょ綾
+繝繝ウ繝励Ξ繝シ繝医↓譎ょ綾(萓具シ12-00-30)繧貞・蜉帙☆繧九
+
+ - 繝輔ぃ繧、繝ォ蜷阪ユ繝ウ繝励Ξ繝シ繝
+謾ケ蜷阪☆繧九ヵ繧。繧、繝ォ縺ョ髮帛ス「繧貞・蜉帙☆繧九ら怐逡・譎ょ、縺ッDSC_%DATE%縺ァ縺吶ゅ懊ち繝ウ繧呈款縺吶→繧ォ繝シ繧ス繝ォ縺ョ蠕後m縺ォ繧ュ繝シ繝ッ繝シ繝峨r蜈・蜉帙☆繧倶コ九′縺ァ縺阪∪縺吶
+
+ 譛蠕後ョ陦後ッ螳滄圀縺ォ菫晏ュ倥&繧後k繝繧」繝ャ繧ッ繝医Μ繝シ縺ィ繝輔ぃ繧、繝ォ蜷阪′陦ィ遉コ縺輔l縺セ縺吶
+
+### 繧「繝シ繧ォ繧、繝悶☆繧区凾縺ォ繝繧」繝ャ繧ッ繝医Μ繝シ縺ォ菫晏ュ倥☆繧
+ 繧「繝シ繧ォ繧、繝悶☆繧区凾縺ォ繝繧」繝ャ繧ッ繝医Μ繝シ繧剃ス懈舌@譬シ邏阪☆繧九%縺ィ縺後〒縺阪∪縺吶ゅメ繧ァ繝繧ッ縺吶k縺ィ縲後ョ繧」繝ャ繧ッ繝医Μ繝シ蜷阪ユ繝ウ繝励Ξ繝シ繝医阪′陦ィ遉コ縺輔l縺セ縺吶
+
+### 繝繧」繝ャ繧ッ繝医Μ繝シ蜷阪ユ繝ウ繝励Ξ繝シ繝
+ 菴懈舌☆繧九☆繧九ョ繧」繝ャ繧ッ繝医Μ繝シ縺ョ髮帛ス「繧貞・蜉帙☆繧九DIR-%YEAR%-%MONTH%縺ェ縺ゥ縺ョ繧医≧縺ォ蜈・蜉帙@縺セ縺吶ゅ懊ち繝ウ繧呈款縺吶→繧ォ繝シ繧ス繝ォ縺ョ蠕後m縺ォ繧ュ繝シ繝ッ繝シ繝峨r蜈・蜉帙☆繧倶コ九′縺ァ縺阪∪縺吶
+ - 隘ソ證ヲ
+ 繝繝ウ繝励Ξ繝シ繝医↓蟷エ(萓具シ2018)繧貞・蜉帙☆繧九
+
+ - 譛
+ 繝繝ウ繝励Ξ繝シ繝医↓蟷エ譛(萓具シ04)繧貞・蜉帙☆繧九
+
+ - 譌・
+ 繝繝ウ繝励Ξ繝シ繝医↓蟷エ譛域律(萓具シ16)繧貞・蜉帙☆繧九
+
+ - 繝繧」繝ャ繧ッ繝医Μ繝シ蜷阪ユ繝ウ繝励Ξ繝シ繝
+ 菴懈舌☆繧九ョ繧」繝ャ繧ッ繝医Μ繝シ縺ョ髮帛ス「繧貞・蜉帙☆繧九ら怐逡・譎ょ、縺ッ%YEAR%
+
+ 譛蠕後ョ陦後ッ螳滄圀縺ォ菫晏ュ倥&繧後k繝繧」繝ャ繧ッ繝医Μ繝シ縺ィ繝輔ぃ繧、繝ォ蜷阪′陦ィ遉コ縺輔l縺セ縺吶
+
+ ### 隧ウ邏ー縺ッ荳玖ィ倥Μ繝ウ繧ッ蜈医ョPDF繧偵#蜿らァ縺上□縺輔>縲
+
+https://drive.google.com/file/d/0B77t0XpnNT7OSzBzcV9SemEwbkE/view?usp=sharing
+
+
\ No newline at end of file
diff --git a/help/SMBSync2_Help_JA_folder_sdcard.docx b/help/SMBSync2_Help_JA_folder_sdcard.docx
deleted file mode 100644
index 321f605b..00000000
Binary files a/help/SMBSync2_Help_JA_folder_sdcard.docx and /dev/null differ
diff --git a/help/SMBSync2_Help_JA_folder_sdcard.md b/help/SMBSync2_Help_JA_folder_sdcard.md
new file mode 100644
index 00000000..a07e0c59
--- /dev/null
+++ b/help/SMBSync2_Help_JA_folder_sdcard.md
@@ -0,0 +1,99 @@
+### 繝繧」繝ャ繧ッ繝医Μ荳隕ァ
+荳隕ァ繝懊ち繝ウ繧呈款縺吶→驕ク謚槫庄閭ス縺ェ繝繧」繝ャ繧ッ繝医Μ縺瑚。ィ遉コ縺輔l縺セ縺吶ョ縺ァ縲∝承遶ッ縺ョ繝ゥ繧ク繧ェ繝懊ち繝ウ繧偵ち繝繝励@驕ク謚槭@縺ヲ縺上□縺輔>縲ゅし繝悶ョ繧」繝ャ繧ッ繝医Μ繧帝幕縺上↓縺ッ繝繧」繝ャ繧ッ繝医Μ蜷阪r繧ソ繝繝励@縺ヲ縺上□縺輔>縲
+
+### 繧ュ繝シ繝ッ繝シ繝峨ョ霑ス蜉
+**繧ソ繝シ繧イ繝繝医ョ繧」繝ャ繧ッ繝医Μ**縺ォ%YEAR%, %MONTH%, %DAY%縺ィ%DAY-OF-YEAR%縺御スソ逕ィ縺ァ縺阪∪縺吶ゅく繝シ繝ッ繝シ繝峨ッ蜷梧悄髢句ァ区凾縺ォ蟷エ譛域律縺ォ螟画鋤縺輔l縺セ縺吶
+
+### 繧ソ繝シ繧イ繝繝医ヵ繧ゥ繝ォ繝繝シ縺ョ繝繧」繝ャ繧ッ繝医Μ繝シ縺ォ莉伜刈縺輔l縺溘く繝シ繝ッ繝シ繝牙、画鋤縺ォ蜀咏悄/繝薙ョ繧ェ縺ョ謦ョ蠖ア譌・譎ゅr菴ソ逕ィ縺吶k
+繝√ぉ繝繧ッ縺励◆蝣エ蜷医ッExif縺九i謦ョ蠖ア譌・譎ゅr蜿門セ励@蜷梧悄髢句ァ区律譎ゅョ莉」繧上j縺ォ菴ソ逕ィ縺励∪縺吶Exif縺九i謦ョ蠖ア譌・譎ゅr蜿門セ励〒縺阪↑縺譎ゅッ繝輔ぃ繧、繝ォ縺ョ譛邨よ峩譁ー譎ょ綾繧剃スソ逕ィ縺励∪縺吶
+
+### 繝繧」繝ャ繧ッ繝医Μ
+繝槭せ繧ソ繝シ縺セ縺溘ッ繧ソ繝シ繧イ繝繝医ョ繝繧」繝ャ繧ッ繝医Μ蜷阪r謖螳壹@縺セ縺吶ゅち繝シ繧イ繝繝医ョ繧」繝ャ繧ッ繝医Μ縺悟ュ伜惠縺励※縺縺ェ縺譎ゅッ蜷梧悄譎ゅ↓菴懈舌@縺セ縺吶
+
+### SDCARD縺ョ驕ク謚
+SDCARD縺ク縺ョ繧「繧ッ繧サ繧ケ讓ゥ繧貞叙蠕励☆繧九◆繧√↓SDCARD縺ョ繝ォ繝シ繝医ョ繧」繝ャ繧ッ繝医Μ繧帝∈謚槭@縺セ縺吶る∈謚槭〒縺阪↑縺譎ゅッ縲後Γ繝九Η繝シシ搾シ槭す繧ケ繝繝諠蝣ア縲阪〒繧キ繧ケ繝繝諠蝣ア繧帝幕逋コ閠縺ォ騾√▲縺ヲ縺上□縺輔>縲
+
+**莉・荳九ョ繧ェ繝励す繝ァ繝ウ縺ッ蜷梧悄繧ソ繧、繝励′繧「繝シ繧ォ繧、繝悶ョ譎ゅ□縺題。ィ遉コ縺輔l縺セ縺吶**
+
+### 謦ョ蠖ア譌・譎ゅ′Exif縺九i蜿門セ励〒縺阪↑縺譎ゅ↓遒コ隱阪Γ繝繧サ繝シ繧ク繧定。ィ遉コ縺吶k
+繝√ぉ繝繧ッ縺励◆蝣エ蜷医ッExif縺九i謦ョ蠖ア譌・譎ゅr蜿門セ励〒縺阪↑縺譎ゅッ繝輔ぃ繧、繝ォ縺ョ譛邨よ峩譁ー譎ょ綾繧剃スソ逕ィ縺吶k縺九←縺縺九Θ繝シ繧カ繝シ縺ォ遒コ隱阪Γ繝繧サ繝シ繧ク繧定。ィ遉コ縺吶k縲ら「コ隱阪Γ繝繧サ繝シ繧ク縺ォ繧ュ繝」繝ウ繧サ繝ォ繧帝∈謚槭@縺溷エ蜷医ッ繝輔ぃ繧、繝ォ縺ッ繧「繝シ繧ォ繧、繝悶&繧後∪縺帙s縲
+
+### 繧「繝シ繧ォ繧、繝悶☆繧句ッセ雎。
+繧「繝シ繧ォ繧、繝悶☆繧句咏悄縺ョ蝓コ貅悶r驕ク縺カ縲
+- 謦ョ蠖ア譌・縺ォ髢「菫ゅ↑縺
+ 蜈ィ縺ヲ縺ョ蜀咏悄繧偵い繝シ繧ォ繧、繝悶☆繧
+
+- 謦ョ蠖ア譌・縺7譌・莉・荳雁商縺
+ 迴セ蝨ィ縺ョ譎ょ綾繧医j謦ョ蠖ア譌・縺7譌・莉・荳雁商縺
+
+- 謦ョ蠖ア譌・縺30譌・莉・荳雁商縺
+ 迴セ蝨ィ縺ョ譎ょ綾繧医j謦ョ蠖ア譌・縺30譌・莉・荳雁商縺
+
+- 謦ョ蠖ア譌・縺60譌・莉・荳雁商縺
+ 迴セ蝨ィ縺ョ譎ょ綾繧医j謦ョ蠖ア譌・縺60譌・莉・荳雁商縺
+
+- 謦ョ蠖ア譌・縺90譌・莉・荳雁商縺
+ 迴セ蝨ィ縺ョ譎ょ綾繧医j謦ョ蠖ア譌・縺90譌・莉・荳雁商縺
+
+- 謦ョ蠖ア譌・縺180譌・莉・荳雁商縺
+ 迴セ蝨ィ縺ョ譎ょ綾繧医j謦ョ蠖ア譌・縺180譌・莉・荳雁商縺
+
+- 謦ョ蠖ア譌・縺1蟷エ莉・荳雁商縺
+ 迴セ蝨ィ縺ョ譎ょ綾繧医j謦ョ蠖ア譌・縺1蟷エ莉・荳雁商縺
+
+### 繧「繝シ繧ォ繧、繝悶☆繧矩圀縺ォ繝輔ぃ繧、繝ォ蜷阪r螟画峩縺玲欠螳壹@縺溘ョ繧」繝ャ繧ッ繝医Μ繝シ縺ォ譬シ邏阪☆繧
+繝√ぉ繝繧ッ縺吶k縺ィ繧「繝シ繧ォ繧、繝悶☆繧区凾縺ォ繝輔ぃ繧、繝ォ蜷阪r螟画峩縺励∪縺吶ゅヵ繧。繧、繝ォ蜷阪ッ縲後ヵ繧。繧、繝ォ蜷阪ユ繝ウ繝励Ξ繝シ繝医阪〒譌・譎ゅd譎ょ綾繧剃サ倥¢繧九%縺ィ縺後〒縺阪∪縺吶ゅ∪縺溘√ョ繧」繝ャ繧ッ繝医Μ繝シ繧剃ス懈舌@繝輔ぃ繧、繝ォ繧呈シ邏阪☆繧九%縺ィ縺後〒縺阪∪縺吶ゅョ繧」繝ャ繧ッ繝医Μ繝シ縺ォ譬シ邏阪☆繧九◆繧√↓縺ッ縲後い繝シ繧ォ繧、繝悶☆繧区凾縺ォ繝繧」繝ャ繧ッ繝医Μ繝シ縺ォ菫晏ュ倥☆繧九阪r譛牙柑縺ォ縺励※縺上□縺輔>縲
+
+### 繝輔ぃ繧、繝ォ蜷阪ョ鬆蠎冗分蜿キ
+繧「繝シ繧ォ繧、繝悶☆繧区凾縺ォ繝輔ぃ繧、繝ォ蜷阪↓鬆蠎冗分蜿キ繧定ソス蜉縺吶k縲
+- 菴ソ逕ィ縺励↑縺
+ 鬆蠎冗分蜿キ繧定ソス蜉縺励↑縺
+
+- 3譯√ョ逡ェ蜿キ繧定ソス蜉縺吶k
+ 001-999繧定ソス蜉縺吶k
+
+- 4譯√ョ逡ェ蜿キ繧定ソス蜉縺吶k
+ 0001-9999繧定ソス蜉縺吶k
+
+- 5譯√ョ逡ェ蜿キ繧定ソス蜉縺吶k
+ 00001-99999繧定ソス蜉縺吶k
+
+- 6譯√ョ逡ェ蜿キ繧定ソス蜉縺吶k
+ 000001-999999繧定ソス蜉縺吶k
+
+### 繝輔ぃ繧、繝ォ蜷阪ユ繝ウ繝励Ξ繝シ繝
+- 蜈縺ョ蜷榊燕
+ 繝繝ウ繝励Ξ繝シ繝医↓謾ケ蜷榊燕繝輔ぃ繧、繝ォ蜷阪r蜈・蜉帙☆繧九
+
+- 蟷エ譛域律
+ 繝繝ウ繝励Ξ繝シ繝医↓蟷エ譛域律(萓具シ2018-04-16)繧貞・蜉帙☆繧九
+
+- 譎ょ綾
+ 繝繝ウ繝励Ξ繝シ繝医↓譎ょ綾(萓具シ12-00-30)繧貞・蜉帙☆繧九
+
+- 繝輔ぃ繧、繝ォ蜷阪ユ繝ウ繝励Ξ繝シ繝
+ 謾ケ蜷阪☆繧九ヵ繧。繧、繝ォ縺ョ髮帛ス「繧貞・蜉帙☆繧九ら怐逡・譎ょ、縺ッDSC_%DATE%縺ァ縺吶ゅ懊ち繝ウ繧呈款縺吶→繧ォ繝シ繧ス繝ォ縺ョ蠕後m縺ォ繧ュ繝シ繝ッ繝シ繝峨r蜈・蜉帙☆繧倶コ九′縺ァ縺阪∪縺吶
+
+譛蠕後ョ陦後ッ螳滄圀縺ォ菫晏ュ倥&繧後k繝繧」繝ャ繧ッ繝医Μ繝シ縺ィ繝輔ぃ繧、繝ォ蜷阪′陦ィ遉コ縺輔l縺セ縺吶
+
+### 繧「繝シ繧ォ繧、繝悶☆繧区凾縺ォ繝繧」繝ャ繧ッ繝医Μ繝シ縺ォ菫晏ュ倥☆繧
+繧「繝シ繧ォ繧、繝悶☆繧区凾縺ォ繝繧」繝ャ繧ッ繝医Μ繝シ繧剃ス懈舌@譬シ邏阪☆繧九%縺ィ縺後〒縺阪∪縺吶ゅメ繧ァ繝繧ッ縺吶k縺ィ縲後ョ繧」繝ャ繧ッ繝医Μ繝シ蜷阪ユ繝ウ繝励Ξ繝シ繝医阪′陦ィ遉コ縺輔l縺セ縺吶
+
+### 繝繧」繝ャ繧ッ繝医Μ繝シ蜷阪ユ繝ウ繝励Ξ繝シ繝
+菴懈舌☆繧九☆繧九ョ繧」繝ャ繧ッ繝医Μ繝シ縺ョ髮帛ス「繧貞・蜉帙☆繧九DIR-%YEAR%-%MONTH%縺ェ縺ゥ縺ョ繧医≧縺ォ蜈・蜉帙@縺セ縺吶ゅ懊ち繝ウ繧呈款縺吶→繧ォ繝シ繧ス繝ォ縺ョ蠕後m縺ォ繧ュ繝シ繝ッ繝シ繝峨r蜈・蜉帙☆繧倶コ九′縺ァ縺阪∪縺吶
+- 隘ソ證ヲ
+ 繝繝ウ繝励Ξ繝シ繝医↓蟷エ(萓具シ2018)繧貞・蜉帙☆繧九
+
+- 譛
+ 繝繝ウ繝励Ξ繝シ繝医↓蟷エ譛(萓具シ04)繧貞・蜉帙☆繧九
+
+- 譌・
+ 繝繝ウ繝励Ξ繝シ繝医↓蟷エ譛域律(萓具シ16)繧貞・蜉帙☆繧九
+
+- 繝繧」繝ャ繧ッ繝医Μ繝シ蜷阪ユ繝ウ繝励Ξ繝シ繝
+ 菴懈舌☆繧九ョ繧」繝ャ繧ッ繝医Μ繝シ縺ョ髮帛ス「繧貞・蜉帙☆繧九ら怐逡・譎ょ、縺ッ%YEAR%
+
+譛蠕後ョ陦後ッ螳滄圀縺ォ菫晏ュ倥&繧後k繝繧」繝ャ繧ッ繝医Μ繝シ縺ィ繝輔ぃ繧、繝ォ蜷阪′陦ィ遉コ縺輔l縺セ縺吶
+
+### 隧ウ邏ー縺ッ荳玖ィ倥Μ繝ウ繧ッ蜈医ョPDF繧偵#蜿らァ縺上□縺輔>縲
+https://drive.google.com/file/d/0B77t0XpnNT7OSzBzcV9SemEwbkE/view?usp=sharing
\ No newline at end of file
diff --git a/help/SMBSync2_Help_JA_folder_smb.docx b/help/SMBSync2_Help_JA_folder_smb.docx
deleted file mode 100644
index 6e23b2a7..00000000
Binary files a/help/SMBSync2_Help_JA_folder_smb.docx and /dev/null differ
diff --git a/help/SMBSync2_Help_JA_folder_smb.md b/help/SMBSync2_Help_JA_folder_smb.md
new file mode 100644
index 00000000..ae3f5b5f
--- /dev/null
+++ b/help/SMBSync2_Help_JA_folder_smb.md
@@ -0,0 +1,130 @@
+### 繝ェ繝「繝シ繝医し繝シ繝舌シ縺ョ讀懃エ「
+繝阪ャ繝医Ρ繝シ繧ッ繧偵せ繧ュ繝」繝ウ縺励√Μ繝「繝シ繝医帙せ繝井ク隕ァ繧定。ィ遉コ縺吶k縺薙→縺後〒縺阪∪縺吶
+
+### 繧オ繝シ繝舌シ蜷/繧「繝峨Ξ繧ケ
+繝ェ繝「繝シ繝医ョ繝帙せ繝医r蜷榊燕縺セ縺溘ッIP繧「繝峨Ξ繧ケ縺ァ謖螳壹☆繧九ょ錐蜑阪〒繝ュ繧ー繧ェ繝ウ縺ァ縺阪↑縺蝣エ蜷医ッIP繧「繝峨Ξ繧ケ縺ァ謖螳壹@縺ヲ縺上□縺輔>縲
+
+### SMB繝励Ο繝医さ繝ォ
+菴ソ逕ィ縺吶kSMB繝励Ο繝医さ繝ォ繧呈欠螳壹〒縺阪∪縺吶
+- SMB V1菴ソ逕ィ
+- SMB V2(2.01)菴ソ逕ィ(jcifs-ng-2.1.0)
+- SMB V2(2.11)菴ソ逕ィ(jcifs-ng-2.1.1)
+- SMB V2/3(2.12)菴ソ逕ィ(jcifs-ng-2.1.2)(SMB V2縺セ縺溘ッV3縺ォ蟇セ蠢)
+- SMB V2/3(2.14)菴ソ逕ィ(jcifs-ng-2.1.4)(SMB V2縺セ縺溘ッV3縺ォ蟇セ蠢)
+
+### 繝昴シ繝育分蜿キ繧呈欠螳壹☆繧
+讓呎コ悶ョ繝昴シ繝育分蜿キ縺御スソ逕ィ縺ァ縺阪↑縺蝣エ蜷医↓謖螳壹@縺セ縺吶よィ呎コ悶ョ繝昴シ繝育分蜿キ縺ッ445縺セ縺溘ッ139縺ァ縺吶
+
+### 繝ヲ繝シ繧カ繝シID/繝代せ繝ッ繝シ繝峨r菴ソ逕ィ縺吶k
+繝ヲ繝シ繧カ繝シID縺セ縺溘ッ繝代せ繝ッ繝シ繝峨r謖螳壹☆繧句ソ隕√′縺ゅj縺セ縺吶
+
+### 繝ヲ繝シ繧カ繝シ蜷
+PC/NAS縺ァ險ュ螳壹@縺溘Θ繝シ繧カ繝シ蜷阪r謖螳壹☆繧九Microsoft繧「繧ォ繧ヲ繝ウ繝医ッ菴ソ逕ィ縺ァ縺阪∪縺帙s縲√Ο繝シ繧ォ繝ォ繧「繧ォ繧ヲ繝ウ繝医r菴懈舌@縺ヲ謖螳壹@縺ヲ縺上□縺輔>縲
+
+### 繝代せ繝ッ繝シ繝
+PC/NAS縺ァ險ュ螳壹@縺溘ヱ繧ケ繝ッ繝シ繝峨r謖螳壹☆繧
+
+### 蜈ア譛我ク隕ァ
+繝懊ち繝ウ繧呈款縺吶→驕ク謚槫庄閭ス縺ェ蜈ア譛牙錐縺瑚。ィ遉コ縺輔l縺セ縺吶ョ縺ァ縲∝ア譛牙錐繧偵け繝ェ繝繧ッ縺励∽コ隗」繧呈款縺吶
+
+### 蜈ア譛牙錐
+蜈ア譛牙錐繧呈焔縺ァ蜈・蜉帙☆繧九%縺ィ縺後〒縺阪∪縺吶
+
+### 繝繧」繝ャ繧ッ繝医Μ荳隕ァ
+荳隕ァ繝懊ち繝ウ繧呈款縺吶→驕ク謚槫庄閭ス縺ェ繝繧」繝ャ繧ッ繝医Μ縺瑚。ィ遉コ縺輔l縺セ縺吶ョ縺ァ縲∝承遶ッ縺ョ繝ゥ繧ク繧ェ繝懊ち繝ウ繧偵ち繝繝励@驕ク謚槭@縺ヲ縺上□縺輔>縲ゅし繝悶ョ繧」繝ャ繧ッ繝医Μ繧帝幕縺上↓縺ッ繝繧」繝ャ繧ッ繝医Μ蜷阪r繧ソ繝繝励@縺ヲ縺上□縺輔>縲
+
+### 繝繧」繝ャ繧ッ繝医Μ
+PC/NAS縺ョ繝繧」繝ャ繧ッ繝医Μ繧呈焔縺ァ蜈・蜉帙☆繧九%縺ィ縺後〒縺阪∪縺吶
+
+### 繧ュ繝シ繝ッ繝シ繝峨ョ霑ス蜉
+繧ソ繝シ繧イ繝繝医ョ繧」繝ャ繧ッ繝医Μ縺ォ%YEAR%, %MONTH%, %DAY%縺ィ%DAY-OF-YEAR%縺御スソ逕ィ縺ァ縺阪∪縺吶ゅく繝シ繝ッ繝シ繝峨ッ蜷梧悄髢句ァ区凾縺ォ蟷エ譛域律縺ォ螟画鋤縺輔l縺セ縺吶
+
+### 繧ソ繝シ繧イ繝繝医ヵ繧ゥ繝ォ繝繝シ縺ョ繝繧」繝ャ繧ッ繝医Μ繝シ縺ォ莉伜刈縺輔l縺溘く繝シ繝ッ繝シ繝牙、画鋤縺ォ蜀咏悄/繝薙ョ繧ェ縺ョ謦ョ蠖ア譌・譎ゅr菴ソ逕ィ縺吶k
+**縺薙ョ繧ェ繝励す繝ァ繝ウ縺ッ蜷梧悄繧ソ繧、繝励′繧ウ繝斐シ縺セ縺溘ッ遘サ蜍輔ョ譎ゅ□縺題。ィ遉コ縺輔l縺セ縺吶**
+繝√ぉ繝繧ッ縺励◆蝣エ蜷医ッExif縺九i謦ョ蠖ア譌・譎ゅr蜿門セ励@蜷梧悄髢句ァ区律譎ゅョ莉」繧上j縺ォ菴ソ逕ィ縺励∪縺吶Exif縺九i謦ョ蠖ア譌・譎ゅr蜿門セ励〒縺阪↑縺譎ゅッ繝輔ぃ繧、繝ォ縺ョ譛邨よ峩譁ー譎ょ綾繧剃スソ逕ィ縺励∪縺吶
+
+**莉・荳九ョ繧ェ繝励す繝ァ繝ウ縺ッ蜷梧悄繧ソ繧、繝励′繧「繝シ繧ォ繧、繝悶ョ譎ゅ□縺題。ィ遉コ縺輔l縺セ縺吶**
+### 謦ョ蠖ア譌・譎ゅ′Exif縺九i蜿門セ励〒縺阪↑縺譎ゅ↓遒コ隱阪Γ繝繧サ繝シ繧ク繧定。ィ遉コ縺吶k
+繝√ぉ繝繧ッ縺励◆蝣エ蜷医ッExif縺九i謦ョ蠖ア譌・譎ゅr蜿門セ励〒縺阪↑縺譎ゅッ繝輔ぃ繧、繝ォ縺ョ譛邨よ峩譁ー譎ょ綾繧剃スソ逕ィ縺吶k縺九←縺縺九Θ繝シ繧カ繝シ縺ォ遒コ隱阪Γ繝繧サ繝シ繧ク繧定。ィ遉コ縺吶k縲ら「コ隱阪Γ繝繧サ繝シ繧ク縺ォ繧ュ繝」繝ウ繧サ繝ォ繧帝∈謚槭@縺溷エ蜷医ッ繝輔ぃ繧、繝ォ縺ッ繧「繝シ繧ォ繧、繝悶&繧後∪縺帙s縲
+
+### 繧「繝シ繧ォ繧、繝悶☆繧句ッセ雎。
+繧「繝シ繧ォ繧、繝悶☆繧句咏悄縺ョ蝓コ貅悶r驕ク縺カ縲
+- 謦ョ蠖ア譌・縺ォ髢「菫ゅ↑縺
+ 蜈ィ縺ヲ縺ョ蜀咏悄繧偵い繝シ繧ォ繧、繝悶☆繧
+
+- 謦ョ蠖ア譌・縺7譌・莉・荳雁商縺
+ 迴セ蝨ィ縺ョ譎ょ綾繧医j謦ョ蠖ア譌・縺7譌・莉・荳雁商縺
+
+- 謦ョ蠖ア譌・縺30譌・莉・荳雁商縺
+ 迴セ蝨ィ縺ョ譎ょ綾繧医j謦ョ蠖ア譌・縺30譌・莉・荳雁商縺
+
+- 謦ョ蠖ア譌・縺60譌・莉・荳雁商縺
+ 迴セ蝨ィ縺ョ譎ょ綾繧医j謦ョ蠖ア譌・縺60譌・莉・荳雁商縺
+
+- 謦ョ蠖ア譌・縺90譌・莉・荳雁商縺
+ 迴セ蝨ィ縺ョ譎ょ綾繧医j謦ョ蠖ア譌・縺90譌・莉・荳雁商縺
+
+- 謦ョ蠖ア譌・縺180譌・莉・荳雁商縺
+ 迴セ蝨ィ縺ョ譎ょ綾繧医j謦ョ蠖ア譌・縺180譌・莉・荳雁商縺
+
+- 謦ョ蠖ア譌・縺1蟷エ莉・荳雁商縺
+ 迴セ蝨ィ縺ョ譎ょ綾繧医j謦ョ蠖ア譌・縺1蟷エ莉・荳雁商縺
+
+### 繧「繝シ繧ォ繧、繝悶☆繧矩圀縺ォ繝輔ぃ繧、繝ォ蜷阪r螟画峩縺玲欠螳壹@縺溘ョ繧」繝ャ繧ッ繝医Μ繝シ縺ォ譬シ邏阪☆繧
+繝√ぉ繝繧ッ縺吶k縺ィ繧「繝シ繧ォ繧、繝悶☆繧区凾縺ォ繝輔ぃ繧、繝ォ蜷阪r螟画峩縺励∪縺吶ゅヵ繧。繧、繝ォ蜷阪ッ縲後ヵ繧。繧、繝ォ蜷阪ユ繝ウ繝励Ξ繝シ繝医阪〒譌・譎ゅd譎ょ綾繧剃サ倥¢繧九%縺ィ縺後〒縺阪∪縺吶ゅ∪縺溘√ョ繧」繝ャ繧ッ繝医Μ繝シ繧剃ス懈舌@繝輔ぃ繧、繝ォ繧呈シ邏阪☆繧九%縺ィ縺後〒縺阪∪縺吶ゅョ繧」繝ャ繧ッ繝医Μ繝シ縺ォ譬シ邏阪☆繧九◆繧√↓縺ッ縲後い繝シ繧ォ繧、繝悶☆繧区凾縺ォ繝繧」繝ャ繧ッ繝医Μ繝シ縺ォ菫晏ュ倥☆繧九阪r譛牙柑縺ォ縺励※縺上□縺輔>縲
+
+### 繝輔ぃ繧、繝ォ蜷阪ョ鬆蠎冗分蜿キ
+繧「繝シ繧ォ繧、繝悶☆繧区凾縺ォ繝輔ぃ繧、繝ォ蜷阪↓鬆蠎冗分蜿キ繧定ソス蜉縺吶k縲
+- 菴ソ逕ィ縺励↑縺
+ 鬆蠎冗分蜿キ繧定ソス蜉縺励↑縺
+
+- 3譯√ョ逡ェ蜿キ繧定ソス蜉縺吶k
+ 001-999繧定ソス蜉縺吶k
+
+- 4譯√ョ逡ェ蜿キ繧定ソス蜉縺吶k
+ 0001-9999繧定ソス蜉縺吶k
+
+- 5譯√ョ逡ェ蜿キ繧定ソス蜉縺吶k
+ 00001-99999繧定ソス蜉縺吶k
+
+- 6譯√ョ逡ェ蜿キ繧定ソス蜉縺吶k
+ 000001-999999繧定ソス蜉縺吶k
+
+### 繝輔ぃ繧、繝ォ蜷阪ユ繝ウ繝励Ξ繝シ繝
+- 蜈縺ョ蜷榊燕
+ 繝繝ウ繝励Ξ繝シ繝医↓謾ケ蜷榊燕繝輔ぃ繧、繝ォ蜷阪r蜈・蜉帙☆繧九
+
+- 蟷エ譛域律
+ 繝繝ウ繝励Ξ繝シ繝医↓蟷エ譛域律(萓具シ2018-04-16)繧貞・蜉帙☆繧九
+
+- 譎ょ綾
+ 繝繝ウ繝励Ξ繝シ繝医↓譎ょ綾(萓具シ12-00-30)繧貞・蜉帙☆繧九
+
+- 繝輔ぃ繧、繝ォ蜷阪ユ繝ウ繝励Ξ繝シ繝
+ 謾ケ蜷阪☆繧九ヵ繧。繧、繝ォ縺ョ髮帛ス「繧貞・蜉帙☆繧九ら怐逡・譎ょ、縺ッDSC_%DATE%縺ァ縺吶ゅ懊ち繝ウ繧呈款縺吶→繧ォ繝シ繧ス繝ォ縺ョ蠕後m縺ォ繧ュ繝シ繝ッ繝シ繝峨r蜈・蜉帙☆繧倶コ九′縺ァ縺阪∪縺吶
+
+譛蠕後ョ陦後ッ螳滄圀縺ォ菫晏ュ倥&繧後k繝繧」繝ャ繧ッ繝医Μ繝シ縺ィ繝輔ぃ繧、繝ォ蜷阪′陦ィ遉コ縺輔l縺セ縺吶
+
+### 繧「繝シ繧ォ繧、繝悶☆繧区凾縺ォ繝繧」繝ャ繧ッ繝医Μ繝シ縺ォ菫晏ュ倥☆繧
+繧「繝シ繧ォ繧、繝悶☆繧区凾縺ォ繝繧」繝ャ繧ッ繝医Μ繝シ繧剃ス懈舌@譬シ邏阪☆繧九%縺ィ縺後〒縺阪∪縺吶ゅメ繧ァ繝繧ッ縺吶k縺ィ縲後ョ繧」繝ャ繧ッ繝医Μ繝シ蜷阪ユ繝ウ繝励Ξ繝シ繝医阪′陦ィ遉コ縺輔l縺セ縺吶
+
+### 繝繧」繝ャ繧ッ繝医Μ繝シ蜷阪ユ繝ウ繝励Ξ繝シ繝
+菴懈舌☆繧九☆繧九ョ繧」繝ャ繧ッ繝医Μ繝シ縺ョ髮帛ス「繧貞・蜉帙☆繧九DIR-%YEAR%-%MONTH%縺ェ縺ゥ縺ョ繧医≧縺ォ蜈・蜉帙@縺セ縺吶ゅ懊ち繝ウ繧呈款縺吶→繧ォ繝シ繧ス繝ォ縺ョ蠕後m縺ォ繧ュ繝シ繝ッ繝シ繝峨r蜈・蜉帙☆繧倶コ九′縺ァ縺阪∪縺吶
+- 隘ソ證ヲ
+ 繝繝ウ繝励Ξ繝シ繝医↓蟷エ(萓具シ2018)繧貞・蜉帙☆繧九
+
+- 譛
+ 繝繝ウ繝励Ξ繝シ繝医↓蟷エ譛(萓具シ04)繧貞・蜉帙☆繧九
+
+- 譌・
+ 繝繝ウ繝励Ξ繝シ繝医↓蟷エ譛域律(萓具シ16)繧貞・蜉帙☆繧九
+
+- 繝繧」繝ャ繧ッ繝医Μ繝シ蜷阪ユ繝ウ繝励Ξ繝シ繝
+ 菴懈舌☆繧九ョ繧」繝ャ繧ッ繝医Μ繝シ縺ョ髮帛ス「繧貞・蜉帙☆繧九ら怐逡・譎ょ、縺ッ%YEAR%
+
+譛蠕後ョ陦後ッ螳滄圀縺ォ菫晏ュ倥&繧後k繝繧」繝ャ繧ッ繝医Μ繝シ縺ィ繝輔ぃ繧、繝ォ蜷阪′陦ィ遉コ縺輔l縺セ縺吶
+
+### 隧ウ邏ー縺ッ荳玖ィ倥Μ繝ウ繧ッ蜈医ョPDF繧偵#蜿らァ縺上□縺輔>縲
+https://drive.google.com/file/d/0B77t0XpnNT7OSzBzcV9SemEwbkE/view?usp=sharing
+
+
\ No newline at end of file
diff --git a/help/SMBSync2_Help_JA_folder_usb.docx b/help/SMBSync2_Help_JA_folder_usb.docx
deleted file mode 100644
index d2a38f2a..00000000
Binary files a/help/SMBSync2_Help_JA_folder_usb.docx and /dev/null differ
diff --git a/help/SMBSync2_Help_JA_folder_usb.md b/help/SMBSync2_Help_JA_folder_usb.md
new file mode 100644
index 00000000..e3fcc48b
--- /dev/null
+++ b/help/SMBSync2_Help_JA_folder_usb.md
@@ -0,0 +1,102 @@
+### 繝繧」繝ャ繧ッ繝医Μ荳隕ァ
+荳隕ァ繝懊ち繝ウ繧呈款縺吶→驕ク謚槫庄閭ス縺ェ繝繧」繝ャ繧ッ繝医Μ縺瑚。ィ遉コ縺輔l縺セ縺吶ョ縺ァ縲√ョ繧」繝ャ繧ッ繝医Μ蜷阪r繧ソ繝繝励@驕ク謚槭@縺ヲ縺上□縺輔>縲ゅし繝悶ョ繧」繝ャ繧ッ繝医Μ繧帝幕縺上↓縺ッ繝繧」繝ャ繧ッ繝医Μ蜷阪ョ蟾ヲ遶ッ繧偵ち繝繝励@縺ヲ縺上□縺輔>縲
+
+### 繧ュ繝シ繝ッ繝シ繝峨ョ霑ス蜉
+**繧ソ繝シ繧イ繝繝医ョ繧」繝ャ繧ッ繝医Μ**縺ォ%YEAR%, %MONTH%, %DAY%縺ィ%DAY-OF-YEAR%縺御スソ逕ィ縺ァ縺阪∪縺吶ゅく繝シ繝ッ繝シ繝峨ッ/蜷梧悄髢句ァ区凾縺ォ蟷エ譛域律縺ォ螟画鋤縺輔l縺セ縺吶
+
+### 繧ソ繝シ繧イ繝繝医ヵ繧ゥ繝ォ繝繝シ縺ョ繝繧」繝ャ繧ッ繝医Μ繝シ縺ォ莉伜刈縺輔l縺溘く繝シ繝ッ繝シ繝牙、画鋤縺ォ蜀咏悄/繝薙ョ繧ェ縺ョ謦ョ蠖ア譌・譎ゅr菴ソ逕ィ縺吶k
+**縺薙ョ繧ェ繝励す繝ァ繝ウ縺ッ蜷梧悄繧ソ繧、繝励′繧ウ繝斐シ縺セ縺溘ッ遘サ蜍輔ョ譎ゅ□縺題。ィ遉コ縺輔l縺セ縺吶**
+繝√ぉ繝繧ッ縺励◆蝣エ蜷医ッExif縺九i謦ョ蠖ア譌・譎ゅr蜿門セ励@蜷梧悄髢句ァ区律譎ゅョ莉」繧上j縺ォ菴ソ逕ィ縺励∪縺吶Exif縺九i謦ョ蠖ア譌・譎ゅr蜿門セ励〒縺阪↑縺譎ゅッ繝輔ぃ繧、繝ォ縺ョ譛邨よ峩譁ー譎ょ綾繧剃スソ逕ィ縺励∪縺吶
+
+### 繝繧」繝ャ繧ッ繝医Μ
+繝槭せ繧ソ繝シ縺セ縺溘ッ繧ソ繝シ繧イ繝繝医ョ繝繧」繝ャ繧ッ繝医Μ蜷阪r謖螳壹@縺セ縺吶ゅち繝シ繧イ繝繝医ョ繧」繝ャ繧ッ繝医Μ縺悟ュ伜惠縺励※縺縺ェ縺譎ゅッ蜷梧悄譎ゅ↓菴懈舌@縺セ縺吶
+
+### USB繝。繝繧」繧「縺ョ驕ク謚
+USB繝。繝繧」繧「縺ク縺ョ繧「繧ッ繧サ繧ケ讓ゥ繧貞叙蠕励☆繧九◆繧√↓USB繝。繝繧」繧「縺ョ繝ォ繝シ繝医ョ繧」繝ャ繧ッ繝医Μ繧帝∈謚槭@縺セ縺吶る∈謚槭〒縺阪↑縺譎ゅッ縲後Γ繝九Η繝シシ搾シ槭す繧ケ繝繝諠蝣ア縲阪〒繧キ繧ケ繝繝諠蝣ア繧帝幕逋コ閠縺ォ騾√▲縺ヲ縺上□縺輔>縲
+USB繝。繝繧」繧「縺ョUUID縺ォ蟇セ蠢懊☆繧九槭え繝ウ繝医昴う繝ウ繝(/storage/0123-0123縺ェ縺ゥ)縺悟ュ伜惠縺励↑縺縺ィUSB繝。繝繧」繧「縺ッ菴ソ逕ィ縺ァ縺阪∪縺帙s縲
+
+**莉・荳九ョ繧ェ繝励す繝ァ繝ウ縺ッ蜷梧悄繧ソ繧、繝励′繧「繝シ繧ォ繧、繝悶ョ譎ゅ□縺題。ィ遉コ縺輔l縺セ縺吶**
+### 謦ョ蠖ア譌・譎ゅ′Exif縺九i蜿門セ励〒縺阪↑縺譎ゅ↓遒コ隱阪Γ繝繧サ繝シ繧ク繧定。ィ遉コ縺吶k
+繝√ぉ繝繧ッ縺励◆蝣エ蜷医ッExif縺九i謦ョ蠖ア譌・譎ゅr蜿門セ励〒縺阪↑縺譎ゅッ繝輔ぃ繧、繝ォ縺ョ譛邨よ峩譁ー譎ょ綾繧剃スソ逕ィ縺吶k縺九←縺縺九Θ繝シ繧カ繝シ縺ォ遒コ隱阪Γ繝繧サ繝シ繧ク繧定。ィ遉コ縺吶k縲ら「コ隱阪Γ繝繧サ繝シ繧ク縺ォ繧ュ繝」繝ウ繧サ繝ォ繧帝∈謚槭@縺溷エ蜷医ッ繝輔ぃ繧、繝ォ縺ッ繧「繝シ繧ォ繧、繝悶&繧後∪縺帙s縲
+
+### 繧「繝シ繧ォ繧、繝悶☆繧句ッセ雎。
+繧「繝シ繧ォ繧、繝悶☆繧句咏悄縺ョ蝓コ貅悶r驕ク縺カ縲
+- 謦ョ蠖ア譌・縺ォ髢「菫ゅ↑縺
+ 蜈ィ縺ヲ縺ョ蜀咏悄繧偵い繝シ繧ォ繧、繝悶☆繧
+
+- 謦ョ蠖ア譌・縺7譌・莉・荳雁商縺
+ 迴セ蝨ィ縺ョ譎ょ綾繧医j謦ョ蠖ア譌・縺7譌・莉・荳雁商縺
+
+- 謦ョ蠖ア譌・縺30譌・莉・荳雁商縺
+ 迴セ蝨ィ縺ョ譎ょ綾繧医j謦ョ蠖ア譌・縺30譌・莉・荳雁商縺
+
+- 謦ョ蠖ア譌・縺60譌・莉・荳雁商縺
+ 迴セ蝨ィ縺ョ譎ょ綾繧医j謦ョ蠖ア譌・縺60譌・莉・荳雁商縺
+
+- 謦ョ蠖ア譌・縺90譌・莉・荳雁商縺
+ 迴セ蝨ィ縺ョ譎ょ綾繧医j謦ョ蠖ア譌・縺90譌・莉・荳雁商縺
+
+- 謦ョ蠖ア譌・縺180譌・莉・荳雁商縺
+ 迴セ蝨ィ縺ョ譎ょ綾繧医j謦ョ蠖ア譌・縺180譌・莉・荳雁商縺
+
+- 謦ョ蠖ア譌・縺1蟷エ莉・荳雁商縺
+ 迴セ蝨ィ縺ョ譎ょ綾繧医j謦ョ蠖ア譌・縺1蟷エ莉・荳雁商縺
+
+### 繧「繝シ繧ォ繧、繝悶☆繧矩圀縺ォ繝輔ぃ繧、繝ォ蜷阪r螟画峩縺玲欠螳壹@縺溘ョ繧」繝ャ繧ッ繝医Μ繝シ縺ォ譬シ邏阪☆繧
+繝√ぉ繝繧ッ縺吶k縺ィ繧「繝シ繧ォ繧、繝悶☆繧区凾縺ォ繝輔ぃ繧、繝ォ蜷阪r螟画峩縺励∪縺吶ゅヵ繧。繧、繝ォ蜷阪ッ縲後ヵ繧。繧、繝ォ蜷阪ユ繝ウ繝励Ξ繝シ繝医阪〒譌・譎ゅd譎ょ綾繧剃サ倥¢繧九%縺ィ縺後〒縺阪∪縺吶ゅ∪縺溘√ョ繧」繝ャ繧ッ繝医Μ繝シ繧剃ス懈舌@繝輔ぃ繧、繝ォ繧呈シ邏阪☆繧九%縺ィ縺後〒縺阪∪縺吶ゅョ繧」繝ャ繧ッ繝医Μ繝シ縺ォ譬シ邏阪☆繧九◆繧√↓縺ッ縲後い繝シ繧ォ繧、繝悶☆繧区凾縺ォ繝繧」繝ャ繧ッ繝医Μ繝シ縺ォ菫晏ュ倥☆繧九阪r譛牙柑縺ォ縺励※縺上□縺輔>縲
+
+### 繝輔ぃ繧、繝ォ蜷阪ョ鬆蠎冗分蜿キ
+繧「繝シ繧ォ繧、繝悶☆繧区凾縺ォ繝輔ぃ繧、繝ォ蜷阪↓鬆蠎冗分蜿キ繧定ソス蜉縺吶k縲
+- 菴ソ逕ィ縺励↑縺
+ 鬆蠎冗分蜿キ繧定ソス蜉縺励↑縺
+
+- 3譯√ョ逡ェ蜿キ繧定ソス蜉縺吶k
+ 001-999繧定ソス蜉縺吶k
+
+- 4譯√ョ逡ェ蜿キ繧定ソス蜉縺吶k
+ 0001-9999繧定ソス蜉縺吶k
+
+- 5譯√ョ逡ェ蜿キ繧定ソス蜉縺吶k
+ 00001-99999繧定ソス蜉縺吶k
+
+- 6譯√ョ逡ェ蜿キ繧定ソス蜉縺吶k
+ 000001-999999繧定ソス蜉縺吶k
+
+### 繝輔ぃ繧、繝ォ蜷阪ユ繝ウ繝励Ξ繝シ繝
+- 蜈縺ョ蜷榊燕
+ 繝繝ウ繝励Ξ繝シ繝医↓謾ケ蜷榊燕繝輔ぃ繧、繝ォ蜷阪r蜈・蜉帙☆繧九
+
+- 蟷エ譛域律
+ 繝繝ウ繝励Ξ繝シ繝医↓蟷エ譛域律(萓具シ2018-04-16)繧貞・蜉帙☆繧九
+
+- 譎ょ綾
+ 繝繝ウ繝励Ξ繝シ繝医↓譎ょ綾(萓具シ12-00-30)繧貞・蜉帙☆繧九
+
+- 繝輔ぃ繧、繝ォ蜷阪ユ繝ウ繝励Ξ繝シ繝
+ 謾ケ蜷阪☆繧九ヵ繧。繧、繝ォ縺ョ髮帛ス「繧貞・蜉帙☆繧九ら怐逡・譎ょ、縺ッDSC_%DATE%縺ァ縺吶ゅ懊ち繝ウ繧呈款縺吶→繧ォ繝シ繧ス繝ォ縺ョ蠕後m縺ォ繧ュ繝シ繝ッ繝シ繝峨r蜈・蜉帙☆繧倶コ九′縺ァ縺阪∪縺吶
+
+譛蠕後ョ陦後ッ螳滄圀縺ォ菫晏ュ倥&繧後k繝繧」繝ャ繧ッ繝医Μ繝シ縺ィ繝輔ぃ繧、繝ォ蜷阪′陦ィ遉コ縺輔l縺セ縺吶
+
+### 繧「繝シ繧ォ繧、繝悶☆繧区凾縺ォ繝繧」繝ャ繧ッ繝医Μ繝シ縺ォ菫晏ュ倥☆繧
+繧「繝シ繧ォ繧、繝悶☆繧区凾縺ォ繝繧」繝ャ繧ッ繝医Μ繝シ繧剃ス懈舌@譬シ邏阪☆繧九%縺ィ縺後〒縺阪∪縺吶ゅメ繧ァ繝繧ッ縺吶k縺ィ縲後ョ繧」繝ャ繧ッ繝医Μ繝シ蜷阪ユ繝ウ繝励Ξ繝シ繝医阪′陦ィ遉コ縺輔l縺セ縺吶
+
+### 繝繧」繝ャ繧ッ繝医Μ繝シ蜷阪ユ繝ウ繝励Ξ繝シ繝
+菴懈舌☆繧九☆繧九ョ繧」繝ャ繧ッ繝医Μ繝シ縺ョ髮帛ス「繧貞・蜉帙☆繧九DIR-%YEAR%-%MONTH%縺ェ縺ゥ縺ョ繧医≧縺ォ蜈・蜉帙@縺セ縺吶ゅ懊ち繝ウ繧呈款縺吶→繧ォ繝シ繧ス繝ォ縺ョ蠕後m縺ォ繧ュ繝シ繝ッ繝シ繝峨r蜈・蜉帙☆繧倶コ九′縺ァ縺阪∪縺吶
+- 隘ソ證ヲ
+ 繝繝ウ繝励Ξ繝シ繝医↓蟷エ(萓具シ2018)繧貞・蜉帙☆繧九
+
+- 譛
+ 繝繝ウ繝励Ξ繝シ繝医↓蟷エ譛(萓具シ04)繧貞・蜉帙☆繧九
+
+- 譌・
+ 繝繝ウ繝励Ξ繝シ繝医↓蟷エ譛域律(萓具シ16)繧貞・蜉帙☆繧九
+
+- 繝繧」繝ャ繧ッ繝医Μ繝シ蜷阪ユ繝ウ繝励Ξ繝シ繝
+ 菴懈舌☆繧九ョ繧」繝ャ繧ッ繝医Μ繝シ縺ョ髮帛ス「繧貞・蜉帙☆繧九ら怐逡・譎ょ、縺ッ%YEAR%
+
+譛蠕後ョ陦後ッ螳滄圀縺ォ菫晏ュ倥&繧後k繝繧」繝ャ繧ッ繝医Μ繝シ縺ィ繝輔ぃ繧、繝ォ蜷阪′陦ィ遉コ縺輔l縺セ縺吶
+
+### 隧ウ邏ー縺ッ荳玖ィ倥Μ繝ウ繧ッ蜈医ョPDF繧偵#蜿らァ縺上□縺輔>縲
+https://drive.google.com/file/d/0B77t0XpnNT7OSzBzcV9SemEwbkE/view?usp=sharing
+
+
\ No newline at end of file
diff --git a/help/SMBSync2_Help_JA_folder_zip.docx b/help/SMBSync2_Help_JA_folder_zip.docx
deleted file mode 100644
index e51939b2..00000000
Binary files a/help/SMBSync2_Help_JA_folder_zip.docx and /dev/null differ
diff --git a/help/SMBSync2_Help_JA_folder_zip.md b/help/SMBSync2_Help_JA_folder_zip.md
new file mode 100644
index 00000000..04d356ef
--- /dev/null
+++ b/help/SMBSync2_Help_JA_folder_zip.md
@@ -0,0 +1,36 @@
+### 繝槭え繝ウ繝医昴う繝ウ繝
+蜀驛ィ繧ケ繝医Ξ繝シ繧ク縺ァ菴ソ逕ィ縺吶k繝槭え繝ウ繝医昴う繝ウ繝医r驕ク謚槭@縺セ縺吶
+
+### SDCARD縺ォZIP繝輔ぃ繧、繝ォ繧剃ソ晏ュ倥☆繧
+繝√ぉ繝繧ッ縺吶k縺ィZIP繝輔ぃ繧、繝ォ繧担DCARD縺ォ菫晏ュ倥@縺セ縺吶
+
+### SDCARD縺ョ驕ク謚
+繧ソ繝繝励☆繧九→SDCARD縺ョ驕ク謚樒判髱「縺瑚。ィ遉コ縺輔l縺セ縺吶
+
+### 繝輔ぃ繧、繝ォ荳隕ァ
+繝輔ぃ繧、繝ォ縺ョ荳隕ァ繧定。ィ遉コ縺励∪縺吶
+
+### 繧ュ繝シ繝ッ繝シ繝峨ョ霑ス蜉
+繧ソ繝シ繧イ繝繝医ヵ繧。繧、繝ォ蜷阪↓%YEAR%, %MONTH%, %DAY%縺ィ%DAY-OF-YEAR%縺御スソ逕ィ縺ァ縺阪∪縺吶ゅく繝シ繝ッ繝シ繝峨ッ蜷梧悄髢句ァ区凾縺ォ蟷エ譛域律縺ォ螟画鋤縺輔l縺セ縺吶
+
+### 蝨ァ邵ョ繝ャ繝吶Ν
+蝨ァ邵ョ縺吶k繝ャ繝吶Ν繧帝∈謚槭@縺セ縺吶
+- Fastest(鬮倬)
+- Fast(譌ゥ縺)
+- Normal(騾壼クク)
+- Maximum(驕縺)
+- Ultra(髱槫クク縺ォ驕縺)
+
+### 證怜捷蛹
+證怜捷蛹匁婿豕輔r驕ク謚槭@縺セ縺吶
+- ZIP2.0莠呈鋤
+- AES128繝薙ャ繝
+- AES256繝薙ャ繝
+
+### 繝代せ繝ッ繝シ繝
+證怜捷蛹悶ョ繝代せ繝ッ繝シ繝峨r謖螳壹@縺セ縺吶
+
+### 隧ウ邏ー縺ッ荳玖ィ倥Μ繝ウ繧ッ蜈医ョPDF繧偵#蜿らァ縺上□縺輔>縲
+https://drive.google.com/file/d/0B77t0XpnNT7OSzBzcV9SemEwbkE/view?usp=sharing
+
+
\ No newline at end of file
diff --git a/help/SMBSync2_Help_JA_task.docx b/help/SMBSync2_Help_JA_task.docx
deleted file mode 100644
index 02af2e22..00000000
Binary files a/help/SMBSync2_Help_JA_task.docx and /dev/null differ
diff --git a/help/SMBSync2_Help_JA_task.md b/help/SMBSync2_Help_JA_task.md
new file mode 100644
index 00000000..1ab905da
--- /dev/null
+++ b/help/SMBSync2_Help_JA_task.md
@@ -0,0 +1,157 @@
+### 繝繧ケ繝医Δ繝シ繝
+繝√ぉ繝繧ッ縺励◆蝣エ蜷医ッ繝輔ぃ繧、繝ォ縺ョ蜑企勁縺ィ繧ウ繝斐シ縺瑚。後o繧後∪縺帙s縲ょ酔譛溘ち繧ケ繧ッ縺ァ蜷梧悄縺励◆蝣エ蜷医↓繧ウ繝斐シ繧蜑企勁縺輔l繧九ヵ繧。繧、繝ォ繧堤「コ隱阪☆繧九◆繧√↓菴ソ逕ィ縺励※縺上□縺輔>縲 繧ウ繝斐シ繧蜑企勁縺輔l繧九ヵ繧。繧、繝ォ縺ッ螻・豁エ繧繝。繝繧サ繝シ繧ク縺ァ遒コ隱阪〒縺阪∪縺吶ゅユ繧ケ繝医Δ繝シ繝峨〒縺ッ閾ェ蜍募酔譛溘ち繧ケ繧ッ縺ォ險ュ螳壹〒縺阪∪縺帙s縲
+
+### 閾ェ蜍募酔譛溘ち繧ケ繧ッ
+繧ソ繧ケ繧ッ縺碁∈謚槭&繧後※縺縺ェ縺譎ゅ↓蜷梧悄繝懊ち繝ウ繧呈款縺吶→蜷梧悄繧帝幕蟋九☆繧九ち繧ケ繧ッ縺ォ縺ェ繧翫∪縺吶
+
+### 繧ソ繧ケ繧ッ蜷
+蜷梧悄繧ソ繧ケ繧ッ縺ョ蜷榊燕縺ァ縺吶ょ錐蜑阪ッ螟ァ譁蟄励→蟆乗枚蟄励ョ蛹コ蛻・繧定。後>縺セ縺帙s縲
+
+### 蜷梧悄譁ケ蠑
+繝溘Λ繝シ縲√さ繝斐シ縲∫ァサ蜍輔√い繝シ繧ォ繧、繝悶°繧画婿蠑上r驕ク謚槭☆繧九蜷梧悄縺ッ繝槭せ繧ソ繝シ縺九i繧ソ繝シ繧イ繝繝医ョ荳譁ケ蜷代〒陦後>縺セ縺吶
+
+- 繝溘Λ繝シ
+ 繝槭せ繧ソ繝シ蛛エ縺ョ繝繧」繝ャ繧ッ繝医Μ繝シ縺ィ繝輔ぃ繧、繝ォ繧偵ち繝シ繧イ繝繝亥エ縺ォ蟾ョ蛻繧ウ繝斐シ(***1**)縺励√さ繝斐シ邨ゆコ蠕後↓繝槭せ繧ソ繝シ蛛エ縺ォ蟄伜惠縺励↑縺繧ソ繝シ繧イ繝繝亥エ縺ョ繝輔ぃ繧、繝ォ縺ィ繝繧」繝ャ繧ッ繝医Μ繝シ繧貞炎髯、縺吶k縲
+
+- 遘サ蜍
+ 繝槭せ繧ソ繝シ蛛エ縺ョ繝繧」繝ャ繧ッ繝医Μ繝シ縺ィ繝輔ぃ繧、繝ォ繧偵ち繝シ繧イ繝繝亥エ縺ォ蟾ョ蛻繧ウ繝斐シ縺励√ち繝シ繧イ繝繝亥エ縺ォ繧ウ繝斐シ縺励◆繝槭せ繧ソ繝シ蛛エ縺ョ繝輔ぃ繧、繝ォ繧貞炎髯、縺吶k縲ゑシ医◆縺縺励√槭せ繧ソ繝シ縺ィ繧ソ繝シ繧イ繝繝医↓蜷悟錐縺ァ繝輔ぃ繧、繝ォ繧オ繧、繧コ縺ィ譖エ譁ー譌・譎ゅ′蜷後§繝輔ぃ繧、繝ォ縺ッ繧ウ繝斐シ縺帙★繝槭せ繧ソ繝シ蛛エ縺ョ繝輔ぃ繧、繝ォ繧貞炎髯、シ
+
+- 繧ウ繝斐シ
+ 繝槭せ繧ソ繝シ蛛エ縺ョ繝繧」繝ャ繧ッ繝医Μ繝シ縺ォ蜷ォ縺セ繧後k繝輔ぃ繧、繝ォ繧偵ち繝シ繧イ繝繝亥エ縺ォ蟾ョ蛻繧ウ繝斐シ縺吶k縲
+
+- 繧「繝シ繧ォ繧、繝
+ 繝槭せ繧ソ繝シ蛛エ縺ョ繝繧」繝ャ繧ッ繝医Μ繝シ縺ォ蜷ォ縺セ繧後k蜀咏悄縺ィ繝薙ョ繧ェ繧偵い繝シ繧ォ繧、繝門ョ溯。梧律譎ゅh繧頑聴蠖ア譌・譎ゅ′シ玲律莉・蜑阪d30譌・莉・蜑阪↑縺ゥ縺ョ譚。莉カ縺ァ繧ソ繝シ繧イ繝繝医↓遘サ蜍輔☆繧九ゑシ医◆縺縺励√ち繝シ繧イ繝繝医↓ZIP縺ッ菴ソ逕ィ縺ァ縺阪∪縺帙sシ
+
+***1**荳玖ィ倥ョシ捺擅莉カ縺ョ縺縺。縺縺壹l縺九′謌千ォ九@縺溷エ蜷医↓蟾ョ蛻繝輔ぃ繧、繝ォ縺ィ蛻、螳壹@縲√さ繝斐シ繧遘サ蜍輔r陦後>縺セ縺吶ゅ◆縺縺励∝酔譛溘ち繧ケ繧ッ縺ョ繧ェ繝励す繝ァ繝ウ縺ァ繝輔ぃ繧、繝ォ繧オ繧、繧コ縺ィ譛邨よ峩譁ー譎る俣繧堤┌隕悶☆繧九%縺ィ縺後〒縺阪∪縺吶
+- 繝輔ぃ繧、繝ォ縺悟ュ伜惠縺励↑縺
+- 繝輔ぃ繧、繝ォ繧オ繧、繧コ縺碁&縺
+- 譛邨よ峩譁ー譌・譎ゅ′3遘剃サ・荳企&縺(遘呈焚縺ッ蜷梧悄繧ソ繧ケ繧ッ縺ョ繧ェ繝励す繝ァ繝ウ縺ォ繧医j螟画峩蜿ッ閭ス)
+
+### 繝槭せ繧ソ繝シ縺ィ繧ソ繝シ繧イ繝繝医r蜈・繧梧崛縺医k
+繝槭せ繧ソ繝シ繝輔か繝ォ繝繝シ縺ィ繧ソ繝シ繧イ繝繝医ヵ繧ゥ繝ォ繝繝シ縺ョ蜀螳ケ繧貞・繧梧崛縺医∪縺
+
+### 繝槭せ繧ソ繝シ繝輔か繝ォ繝繝シ
+蜷梧悄蜈繝繧」繝ャ繧ッ繝医Μ繝シ繧呈欠螳壹@縺セ縺吶ゅい繧、繧ウ繝ウ繧偵ち繝繝励☆繧九→繝輔か繝ォ繝繝シ邱ィ髮逕サ髱「縺瑚。ィ遉コ縺輔l縺セ縺
+
+### 繧ソ繝シ繧イ繝繝医ヵ繧ゥ繝ォ繝繝シ
+蜷梧悄蜈医ョ繧」繝ャ繧ッ繝医Μ繝シ繝シ繧呈欠螳壹@縺セ縺吶ゅい繧、繧ウ繝ウ繧偵ち繝繝励☆繧九→蜷梧悄蜈医ヵ繧ゥ繝ォ繝繝シ邱ィ髮逕サ髱「縺瑚。ィ遉コ縺輔l縺セ縺
+
+### 繝輔ぃ繧、繝ォ繧帝∈謚槭☆繧
+繝√ぉ繝繧ッ縺励↑縺縺ィ蜈ィ縺ヲ縺ョ繝輔ぃ繧、繝ォ繧貞酔譛溘@縺セ縺吶ゅメ繧ァ繝繧ッ縺吶k縺ィ蜷梧悄縺吶k繝輔ぃ繧、繝ォ繧帝∈謚槭☆繧九%縺ィ縺後〒縺阪∪縺吶
+- 繧ェ繝シ繝繧」繧ェ繝輔ぃ繧、繝ォ繧貞酔譛溘☆繧
+ 繝√ぉ繝繧ッ縺吶k縺ィ荳玖ィ倥ョ諡。蠑オ蟄舌ョ繝輔ぃ繧、繝ォ繧貞酔譛溘@縺セ縺吶
+ aac, aif, aifc, aiff, flac, kar, m3u, m4a, mid, midi, mp2, mp3, mpga, ogg, ra, ram, wav
+
+- 繧、繝。繝シ繧ク繝輔ぃ繧、繝ォ繧貞酔譛溘☆繧
+ 繝√ぉ繝繧ッ縺吶k縺ィ荳玖ィ倥ョ諡。蠑オ蟄舌ョ繝輔ぃ繧、繝ォ繧貞酔譛溘@縺セ縺吶
+ bmp, cgm, djv, djvu, gif, ico, ief, jpe, jpeg, jpg, pbm, pgm, png,pnm, ppm, ras, rgb, svg, tif, tiff, wbmp, xbm, xpm, xwd
+
+- 繝薙ョ繧ェ繝輔ぃ繧、繝ォ繧貞酔譛溘☆繧
+ 繝√ぉ繝繧ッ縺吶k縺ィ荳玖ィ倥ョ諡。蠑オ蟄舌ョ繝輔ぃ繧、繝ォ繧貞酔譛溘@縺セ縺吶
+ avi, m4u, mov, mp4, movie, mpe, mpeg, mpg, mxu, qt, wmv
+
+- 繝輔ぃ繧、繝ォ繝輔ぅ繝ォ繧ソ繝シ
+ 荳願ィ倅サ・螟悶〒蜷梧悄縺吶k繝輔ぃ繧、繝ォ縺ョ蜷榊燕繧諡。蠑オ蟄舌r驕ク謚槭〒縺阪∪縺
+
+### 蜷梧悄縺吶k繧オ繝悶ョ繧」繝ャ繧ッ繝医Μ繝シ繧呈欠螳壹☆繧
+繝√ぉ繝繧ッ縺励↑縺縺ィ蜈ィ縺ヲ縺ョ繧オ繝悶ョ繧」繝ャ繧ッ繝医Μ繝シ繧貞酔譛溘@縺セ縺吶ゅメ繧ァ繝繧ッ縺吶k縺ィ繝繧」繝ャ繧ッ繝医Μ繝シ繝輔ぅ繝ォ繧ソ繝シ繝懊ち繝ウ縺瑚。ィ遉コ縺輔l縺セ縺吶
+- 繝繧」繝ャ繧ッ繝医Μ繝シ繝輔ぅ繝ォ繧ソ繝シ
+ 蜷梧悄縺吶k繝繧」繝ャ繧ッ繝医Μ繝シ繧帝∈謚槭〒縺阪∪縺吶ゅち繝繝励☆繧九→繝繧」繝ャ繧ッ繝医Μ繝シ繝輔ぅ繝ォ繧ソ繝シ邱ィ髮逕サ髱「縺瑚。ィ遉コ縺輔l縺セ縺吶
+
+### 蜈髮サ荳ュ縺ョ譎ゅ□縺大酔譛溘r髢句ァ九☆繧
+蜈髮サ荳ュ縺縺大酔譛溘r髢句ァ九〒縺阪∪縺吶ょ髮サ縺励※縺縺ェ縺譎ゅ↓蜷梧悄繧帝幕蟋九☆繧九→繧ィ繝ゥ繝シ縺ィ縺ェ繧雁セ檎カ壹ョ蜷梧悄繧ソ繧ケ繧ッ縺ョ髢句ァ九r荳ュ豁「縺励∪縺吶
+
+### 繝槭せ繧ソ繝シ縺ァ謖螳壹&繧後◆繝繧」繝ャ繧ッ繝医Μ繝シ縺ョ逶エ荳九↓蟄伜惠縺吶k繝輔ぃ繧、繝ォ繧貞ヲ逅縺吶k
+繝√ぉ繝繧ッ縺励◆蝣エ蜷医ッ繝槭せ繧ソ繝シ繝輔か繝ォ繝繝シ縺ァ謖螳壹&繧後◆繝繧」繝ャ繧ッ繝医Μ繝シ縺ォ蟄伜惠縺吶k繝輔ぃ繧、繝ォ縺ィ繧オ繝悶ョ繧」繝ャ繧ッ繝医Μ繝シ縺翫h縺ウ繧オ繝悶ョ繧」繝ャ繧ッ繝医Μ繝シ縺ォ蜷ォ縺セ繧後k繝輔ぃ繧、繝ォ繧貞ヲ逅縺励∪縺吶ゅメ繧ァ繝繧ッ縺励※縺縺ェ縺蝣エ蜷医ッ繝槭せ繧ソ繝シ繝輔か繝ォ繝繝シ縺ァ謖螳壹&繧後◆繝繧」繝ャ繧ッ繝医Μ繝シ縺ォ蟄伜惠縺吶k繧オ繝悶ョ繧」繝ャ繧ッ繝医Μ繝シ縺翫h縺ウ繧オ繝悶ョ繧」繝ャ繧ッ繝医Μ繝シ縺ォ蜷ォ縺セ繧後k繝輔ぃ繧、繝ォ縺縺代r蜃ヲ逅縺励∪縺吶
+萓具シ壼驛ィ繧ケ繝医Ξ繝シ繧ク縺ョ繝ォ繝シ繝医r繝槭せ繧ソ繝シ縺ォ縺励※縲∝酔譛溘☆繧九ョ繧」繝ャ繧ッ繝医Μ縺ッ繝繧」繝ャ繧ッ繝医Μ驕ク謚槭ヵ繧」繝ォ繧ソ繝シ縺ァ謖螳壹☆繧句エ蜷医ッ繝√ぉ繝繧ッ辟。縺励↓縺励※縺上□縺輔>縲√Ν繝シ繝医ョ繧」繝ャ繧ッ繝医Μ縺ョ繝輔ぃ繧、繝ォ縺ッ髯、螟悶&繧後∪縺吶
+
+### 荳頑嶌繧ウ繝斐シ縺セ縺溘ッ蜑企勁縺ョ蜑阪↓遒コ隱阪☆繧
+繝√ぉ繝繧ッ縺励◆蝣エ蜷医ッ繝輔ぃ繧、繝ォ縺ョ蜑企勁縺ィ荳頑嶌縺阪☆繧句燕縺ォ遒コ隱阪ム繧、繧「繝ュ繧ー繧定。ィ遉コ縺励∪縺吶
+
+### 辟。邱哭AN
+- 繧ェ繝輔〒繧ょョ溯。
+ 繝阪ャ繝医Ρ繝シ繧ッ縺ョ迥カ諷九↓髢「菫ゅ↑縺丞酔譛溘r髢句ァ九〒縺阪∪縺
+- AP縺ォ謗・邯壹&繧後※縺繧区凾
+ 繧「繧ッ繧サ繧ケ繝昴う繝ウ繝医↓謗・邯壹@縺ヲ縺繧後ー蜷梧悄繧帝幕蟋九〒縺阪∪縺
+- 繝励Λ繧、繝吶シ繝IP繧「繝峨Ξ繧ケ
+ IP繧「繝峨Ξ繧ケ縺後励Λ繧、繝吶シ繝医い繝峨Ξ繧ケ縺ョ譎ゅ↓蜷梧悄繧帝幕蟋九〒縺阪∪縺
+- IP繧「繝峨Ξ繧ケ繝ェ繧ケ繝
+ 蜷梧悄繧帝幕蟋九〒縺阪kIP繧「繝峨Ξ繧ケ繧呈欠螳壹〒縺阪∪縺吶
+繝輔ぅ繝ォ繧ソ繝シ縺ッ繝ッ繧、繝ォ繝峨き繝シ繝峨′菴ソ逕ィ縺ァ縺阪∪縺吶 (萓:192.168.100.\*, 192.168.\*)
+
+迚ケ螳壹ョWiFi縺ォ謗・邯壹@縺滓凾縺ォ蜷梧悄縺吶k縺ォ縺ッ莉・荳九ョ譁ケ豕輔′縺ゅj縺セ縺吶りゥウ邏ー縺ッFAQ繧貞盾辣ァ縺上□縺輔>縲
+1. WiFi繝ォ繝シ繧ソ繝シ縺ァIP繧「繝峨Ξ繧ケ繧192.168.0.0/24莉・螟悶↓縺励※IP繧「繝峨Ξ繧ケ繝ェ繧ケ繝医↓逋サ骭イ縺吶k
+1. Android蛛エ縺ァIP繧「繝峨Ξ繧ケ繧貞崋螳壹@縺ヲIP繧「繝峨Ξ繧ケ繝ェ繧ケ繝医↓逋サ骭イ縺吶k
+
+
+### 謖螳壹&繧後◆IP繧「繝峨Ξ繧ケ縺ァ辟。縺蝣エ蜷医ち繧ケ繧ッ繧偵せ繧ュ繝繝励@縲∵ャ。縺ョ繧ソ繧ケ繧ッ繧帝幕蟋九☆繧
+繝√ぉ繝繧ッ縺吶k縺ィ譚。莉カ縺九i螟悶l縺溷エ蜷医ッ繧ィ繝ゥ繝シ縺ィ縺帙★蠕檎カ壹ョ繧ソ繧ケ繧ッ繧帝幕蟋九@縺セ縺吶
+
+### 繧ー繝ュ繝シ繝舌ΝIP繧「繝峨Ξ繧ケ縺ァ縺ョ蜷梧悄繧定ィア蜿ッ縺吶k
+繝√ぉ繝繧ッ縺吶k縺ィ繝励Λ繧、繝吶シ繝医い繝峨Ξ繧ケ莉・螟悶〒縺ョ蜷梧悄縺悟ョ溯。後〒縺阪∪縺吶
+
+### 隧ウ邏ー縺ェ繧ェ繝励す繝ァ繝ウ繧定。ィ遉コ縺吶k
+繝√ぉ繝繧ッ縺吶k縺ィ謖螳壹〒縺阪k繧ェ繝励す繝ァ繝ウ縺瑚。ィ遉コ縺輔l縺セ縺吶
+
+### 繧オ繝悶ョ繧」繝ャ繧ッ繝医Μ繝シ繧貞ヲ逅縺吶k
+繝√ぉ繝繧ッ縺吶k縺ィ蜷梧悄繝輔ぅ繝ォ繧ソ繝シ縺ァ驕ク謚槭&繧後◆繧オ繝悶ョ繧」繝ャ繧ッ繝医Μ繝シ繧貞酔譛溘☆繧九繝√ぉ繝繧ッ縺励↑縺縺ィ繧オ繝悶ョ繧」繝ャ繧ッ繝医Μ繝シ縺ッ蜷梧悄縺輔l縺セ縺帙s縲
+
+### 遨コ縺ョ繝繧」繝ャ繧ッ繝医Μ繝シ繧貞ヲ逅縺吶k
+繝√ぉ繝繧ッ縺吶k縺ィ遨コ縺ョ繝繧」繝ャ繧ッ繝医Μ繝シ繧貞酔譛溘@縺セ縺吶ゑシ医ち繝シ繧イ繝繝医↓遨コ縺ョ繝繧」繝ャ繧ッ繝医Μ繝シ繧剃ス懈舌☆繧具シ
+
+### 髫縺励ョ繧」繝ャ繧ッ繝医Μ繝シ繧貞ヲ逅縺吶k
+繝√ぉ繝繧ッ縺吶k縺ィ髫縺励ョ繧」繝ャ繧ッ繝医Μ繝シ繧貞酔譛溘@縺セ縺吶ゑシAndroid縺ァ縺ッ髫縺励ョ繧」繝ャ繧ッ繝医Μ繝シ縺ョ蜷榊燕縺ッ縲鯉シ弱阪°繧牙ァ九∪繧翫∪縺吶′縲仝indows繧Тamba縺ァ縺ッ繝繧」繝ャ繧ッ繝医Μ繝シ縺ョ蜷榊燕縺ァ縺ッ縺ェ縺上ョ繧」繝ャ繧ッ繝医Μ繝シ縺ョ繝薙ャ繝医〒縺ゅi繧上&繧後∪縺吶ョ縺ァ縲∝酔譛溘↓繧医j菴懈舌&繧後◆繝繧」繝ャ繧ッ繝医Μ繝シ縺ッ髫縺励ョ繧」繝ャ繧ッ繝医Μ繝シ縺ォ縺ェ繧翫∪縺帙sシ
+
+### 髫縺励ヵ繧。繧、繝ォ繧貞ヲ逅縺吶k
+繝√ぉ繝繧ッ縺吶k縺ィ髫縺励ヵ繧。繧、繝ォ繧貞酔譛溘@縺セ縺吶ゑシAndroid縺ァ縺ッ髫縺励ヵ繧。繧、繝ォ縺ョ蜷榊燕縺ッ縲鯉シ弱阪°繧牙ァ九∪繧翫∪縺吶′縲仝indows繧Тamba縺ァ縺ッ繝輔ぃ繧、繝ォ縺ョ蜷榊燕縺ァ縺ッ縺ェ縺上ョ繧」繝ャ繧ッ繝医Μ繝シ縺ョ繝薙ャ繝医〒縺ゅi繧上&繧後∪縺吶ョ縺ァ縲∝酔譛溘↓繧医j菴懈舌&繧後◆繝輔ぃ繧、繝ォ縺ッ髫縺励ヵ繧。繧、繝ォ縺ォ縺ェ繧翫∪縺帙sシ
+
+### 繝阪ャ繝医Ρ繝シ繧ッ繧ィ繝ゥ繝シ縺檎匱逕溘@縺溷エ蜷医↓繝ェ繝医Λ繧、縺吶k
+SMB繧オ繝シ繝舌シ縺ョ繧ィ繝ゥ繝シ縺ォ髯舌j蜷梧悄繧偵Μ繝医Λ繧、縺吶k縲ゅΜ繝医Λ繧、縺ッ譛螟ァ3蝗櫁。後≧縲√◎繧後◇繧後ョ繝ェ繝医Λ繧、縺ッ繧ィ繝ゥ繝シ逋コ逕溘°繧30遘堤オ碁℃蠕後↓陦後≧縲
+
+### 諡。蠑オ縺輔l縺溘ョ繧」繝ャ繧ッ繝医Μ繝シ驕ク謚/髯、螟悶ヵ繧」繝ォ繧ソ繝シ繧剃スソ逕ィ縺吶k
+荳贋ス阪ョ繧」繝ャ繧ッ繝医Μ繝シ縺碁勁螟悶&繧後※縺繧区凾縺ォ荳倶ス阪ョ繧」繝ャ繧ッ繝医Μ繝シ繧帝∈謚槭@縺ヲ縺繧句エ蜷医ッ荳倶ス阪ョ繧」繝ャ繧ッ繝医Μ繝シ繧貞酔譛溘ョ蟇セ雎。縺ォ縺励∪縺吶
+
+### 繝繧」繝ャ繧ッ繝医Μ繝シ繝輔ぅ繝ォ繧ソ繝シV2繧剃スソ逕ィ
+繝√ぉ繝繧ッ縺吶k縺ィ譁ー縺励>繝輔ぅ繝ォ繧ソ繝シ縺御スソ逕ィ縺ァ縺阪∪縺吶莉・蜑阪ョ繝輔ぅ繝ォ繧ソ繝シ縺ィ謖吝虚縺碁&縺蝣エ蜷医′縺ゅj縺セ縺吶ョ縺ァ蜊∝縺ェ繝繧ケ繝医r陦後>菴ソ逕ィ縺励※縺上□縺輔>縲
+
+### 繝輔ぅ繝ォ繧ソ繝シ縺ォ繧医j髯、螟悶&繧後◆繝繧」繝ャ繧ッ繝医Μ繝シ/繝輔ぃ繧、繝ォ繧貞炎髯、縺吶k
+繝√ぉ繝繧ッ縺吶k縺ィ繝輔ぅ繝ォ繧ソ繝シ縺ァ髯、螟悶&繧後◆繝繧」繝ャ繧ッ繝医Μ繝シ縺ィ繝輔ぃ繧、繝ォ繧貞炎髯、縺励∪縺吶
+
+### 繝溘Λ繝シ縺ョ譎ゅッ蜑企勁繧呈怙蛻昴↓陦後≧
+繝√ぉ繝繧ッ縺吶k縺ィ譛蛻昴↓繝槭せ繧ソ繝シ繝輔か繝ォ繝繝シ縺ォ蟄伜惠縺励↑縺繝繧」繝ャ繧ッ繝医Μ繝シ縺ィ繝輔ぃ繧、繝ォ繧貞炎髯、縺励√◎縺ョ蠕後↓繝槭せ繧ソ繝シ繝輔か繝ォ繝繝シ縺ィ繝輔ぃ繧、繝ォ繧オ繧、繧コ繧譛邨よ峩譁ー譎る俣縺碁&縺繝輔ぃ繧、繝ォ繧偵さ繝斐シ縺励∪縺吶ゅ槭せ繧ソ繝シ繝輔か繝ォ繝繝シ縺郡MB縺ョ蝣エ蜷医ッ繝阪ャ繝医Ρ繝シ繧ッ邨檎罰縺ァ繝輔ぃ繧、繝ォ縺ョ繧ケ繧ュ繝」繝ウ繧定。後≧縺溘a蜃ヲ逅譎る俣縺碁聞縺上↑繧翫∪縺吶ょ庄閭ス縺ェ繧峨ーSMB繝励Ο繝医さ繝ォ縺ッ縲郡MBv2/3縲阪r縺比スソ逕ィ縺上□縺輔>縲
+
+### 繧ソ繝シ繧イ繝繝医ヵ繧。繧、繝ォ縺ョ譛邨よ峩譁ー譎ょ綾繧偵槭せ繧ソ繝シ縺ィ蜷後§縺ォ縺励↑縺
+SmbFile#setLastModified()繧Ёile#setLastModified()縺悟、ア謨励☆繧句エ蜷医↓譛牙柑縺ォ縺励※縺上□縺輔>縲ゅ%繧後↓繧医j縲√ヵ繧。繧、繝ォ縺ョ蟾ョ蛻蛻、螳壹ッ繝輔ぃ繧、繝ォ縺ョ蟄伜惠縺ョ譛臥┌縺ィ繝輔ぃ繧、繝ォ繧オ繧、繧コ縺ァ蛻、螳壹&繧後∪縺吶
+
+### 蠑キ蛻カ逧縺ォSMBSync2縺ァ譛邨よ峩譁ー譌・譎ゅr蜿門セ
+豈主屓蜈ィ縺ヲ縺ョ繝輔ぃ繧、繝ォ縺後さ繝斐シ縺輔l繧句エ蜷医↓隧ヲ縺励※縺ソ縺ヲ縺上□縺輔>縲Java File#setLastModified()繧剃スソ逕ィ縺励↑縺縺ァ縲ヾMBSync2迢ャ閾ェ譁ケ蠑上〒繝ュ繝シ繧ォ繝ォ繝輔ぃ繧、繝ォ縺ョ譛邨よ峩譁ー譌・譎ゅr菫晏ョ医☆繧九
+
+### SMB繝輔か繝ォ繝繝シ譖ク縺崎セシ縺ソ譎ゅョIO繝舌ャ繝輔ぃ繝シ繧16KB縺ォ蛻カ髯舌☆繧
+PC/NAS繝輔か繝ォ繝繝シ縺ク縺ョ譖ク縺崎セシ縺ソ譎ゅ↓窶廣ccess is denied窶昴お繝ゥ繝シ縺檎匱逕溘@縺滓凾縺ォ隧ヲ縺励※縺ソ縺ヲ縺上□縺輔>縲ゅメ繧ァ繝繧ッ縺励◆蝣エ蜷医ッ繝ェ繝「繝シ繝医ヵ繧。繧、繝ォ譖ク縺崎セシ縺ソ譎ゅョIO繝舌ャ繝輔ぃ繝シ繧16KB縺ォ蛻カ髯舌@縺セ縺吶ゅ◆縺縺励√ヱ繝輔か繝シ繝槭Φ繧ケ縺ッ菴惹ク九@縺セ縺吶
+
+### 蟾ョ蛻蛻、螳壹↓繝輔ぃ繧、繝ォ繧オ繧、繧コ繧剃スソ逕ィ縺吶k
+繝√ぉ繝繧ッ縺励◆蝣エ蜷医ッ繝輔ぃ繧、繝ォ繧オ繧、繧コ縺碁&縺蝣エ蜷医ッ蟾ョ蛻繝輔ぃ繧、繝ォ縺ィ縺励※蛻、螳壹☆繧九
+
+### 繝槭せ繧ソ繝シ縺ョ繝輔ぃ繧、繝ォ繧オ繧、繧コ縺悟、ァ縺阪>譎ゅ□縺大キョ蛻繝輔ぃ繧、繝ォ縺ィ縺励※蛻、螳壹☆繧
+繝√ぉ繝繧ッ縺励◆蝣エ蜷医ッ繝槭せ繧ソ繝シ繝輔ぃ繧、繝ォ繧オ繧、繧コ縺悟、ァ縺阪>譎ゅ□縺大酔譛溘ョ蟇セ雎。縺ィ縺吶k縲
+
+### 蟾ョ蛻蛻、螳壹↓繝輔ぃ繧、繝ォ縺ョ譛邨よ峩譁ー譎る俣繧剃スソ逕ィ縺吶k
+繝√ぉ繝繧ッ縺励◆蝣エ蜷医ッ繝輔ぃ繧、繝ォ縺ョ譛邨よ峩譁ー譎ょ綾縺碁&縺蝣エ蜷医ッ蟾ョ蛻繝輔ぃ繧、繝ォ縺ィ縺励※蛻、螳壹☆繧九
+
+### 蟾ョ蛻繝輔ぃ繧、繝ォ縺ョ蛻、螳壹〒險ア螳ケ縺輔l繧区怙邨よ峩譁ー譎ょ綾縺ョ蟾ョ
+1遘偵3遘偵→10遘偵ョ縺縺。縺九i驕ク謚槭@縺セ縺吶ゅヵ繧。繧、繝ォ縺ョ譛邨よ峩譁ー譎ょ綾縺ョ蟾ョ縺碁∈謚槭&繧後◆譎る俣蟾ョ蜀縺ァ縺ゅl縺ー螟画峩縺ェ縺励→縺励∪縺
+
+### 繧ソ繝シ繧イ繝繝医ヵ繧。繧、繝ォ縺後槭せ繧ソ繝シ繝輔ぃ繧、繝ォ繧医j繧よ眠縺励>譎ゅッ繧ソ繝シ繧イ繝繝医ヵ繧。繧、繝ォ繧剃ク頑嶌縺阪@縺ェ縺
+繝√ぉ繝繧ッ縺吶k縺ィ繝輔ぃ繧、繝ォ繧オ繧、繧コ縺翫h縺ウ譛邨よ峩譁ー譎ょ綾縺碁&縺」縺ヲ縺縺ヲ繧ゅ槭せ繧ソ繝シ繝輔ぃ繧、繝ォ縺後ち繝シ繧イ繝繝医ヵ繧。繧、繝ォ繧医j繧よ眠縺励>譎ゅ□縺代ヵ繧。繧、繝ォ繧剃ク頑嶌縺阪@縺セ縺吶
+
+### 螟乗凾髢薙→讓呎コ匁凾縺ョ譎る俣蟾ョ繧堤┌隕悶☆繧
+繝√ぉ繝繧ッ縺吶k縺ィ螟乗凾髢薙→讓呎コ匁凾縺ョ譎る俣蟾ョ繧堤┌隕悶@縺セ縺吶
+
+### 螟乗凾髢薙→讓呎コ匁凾縺ョ譎る俣蟾ョ(蛻)
+辟。隕悶☆繧区凾髢灘キョ繧呈欠螳壹@縺セ縺吶
+
+### 繝繧」繝ャ繧ッ繝医Μ繝シ蜷阪∪縺溘ッ繝輔ぃ繧、繝ォ蜷阪↓菴ソ逕ィ縺ァ縺阪↑縺譁蟄励′蜷ォ縺セ繧後※縺繧九ョ繧」繝ャ繧ッ繝医Μ繝シ縺セ縺溘ッ繝輔ぃ繧、繝ォ縺ョ蜃ヲ逅繧偵せ繧ュ繝繝励☆繧九 (", :, \, *, <, >, |)
+繝√ぉ繝繧ッ縺吶k縺ィ菴ソ逕ィ縺ァ縺阪↑縺譁蟄励′蜷ォ縺セ繧後※縺繧九ョ繧」繝ャ繧ッ繝医Μ繝シ/繝輔ぃ繧、繝ォ繧貞ヲ逅縺帙★隴ヲ蜻翫Γ繝繧サ繝シ繧ク繧定。ィ遉コ縺玲ャ。縺ョ繝繧」繝ャ繧ッ繝医Μ繝シ/繝輔ぃ繧、繝ォ繧貞ヲ逅縺励∪縺吶
+
+### 隧ウ邏ー縺ッ荳玖ィ倥Μ繝ウ繧ッ蜈医ョPDF繧偵#蜿らァ縺上□縺輔>縲
+https://drive.google.com/file/d/0B77t0XpnNT7OSzBzcV9SemEwbkE/view?usp=sharing
\ No newline at end of file
diff --git a/help/SMBSync2_Help_RU_folder_internal.docx b/help/SMBSync2_Help_RU_folder_internal.docx
deleted file mode 100644
index b0debc51..00000000
Binary files a/help/SMBSync2_Help_RU_folder_internal.docx and /dev/null differ
diff --git a/help/SMBSync2_Help_RU_folder_internal.md b/help/SMBSync2_Help_RU_folder_internal.md
new file mode 100644
index 00000000..f9370101
--- /dev/null
+++ b/help/SMBSync2_Help_RU_folder_internal.md
@@ -0,0 +1,161 @@
+### ムひセムミコミー ミコムミオミソミサミオミスミクム
+
+ミ柘巾アミオムミクムひオ ムひセムミコム ミコムミオミソミサミオミスミクム, ミコミセムひセムミーム ミアムσエミオム ミクムミソミセミサム糊キミセミイミームび袴ム ミエミサム ミイミスムτびミオミスミスミオミウミセ ムムミーミスミオミスミクム.
+
+
+
+### ムミソミクムミセミコ ミコミームひーミサミセミウミセミイ
+
+ミ斷ーミカミシミクムひオ ミスミー ムミーミエミクミセミコミスミセミソミコム ミイ ミソムミーミイミセミケ ムミームムひク ム災コムミーミスミー, ムムひセミアム ミイム巾アムミームび ミクミスムひオムミオムムτ紗禾τ ミイミーム ミエミクムミオミコムひセムミクム. ミァムひセミアム ミセムひコムム錦び ミソミセミエミコミームひーミサミセミウ, ミスミーミカミシミクムひオ ミスミー ミクミシム ミコミームひーミサミセミウミー.
+
+
+
+### ミコミームひーミサミセミウ
+
+ミ漬イミオミエミクムひオ ムミオミサミオミイミセミケ ミクミサミク ミセムミスミセミイミスミセミケ ミコミームひーミサミセミウ. ミ篇ミサミク ムσコミーミキミーミス ミスミオムムτ禍オムムひイムτ紗禍クミケ ミコミームひーミサミセミウ, ムひセ ミセミス ミアムσエミオム ムミセミキミエミーミス ミイミセ ミイムミオミシム ミイム巾ソミセミサミスミオミスミクム ムミクミスムムミセミスミクミキミームミクミク.
+
+
+
+### ミ頒セミアミーミイミクムび ミコミサム紗ミオミイミセミオ ムミサミセミイミセ
+
+ム ミシミセミカミオムひオ ミクムミソミセミサム糊キミセミイミームび %YEAR%, %MONTH%, %DAY% ミク %DAY-OF-YEAR% ミイ ムミオミサミオミイミセミシ ミコミームひーミサミセミウミオ. ミ墟サム紗ミオミイム巾オ ムミサミセミイミー ミコミセミスミイミオムムひクムムτ紗びム ミイ ミエミームび ミイ ミスミームミーミサミオ ムミクミスムムミセミスミクミキミームミクミク.
+
+
+
+**ミュムひセム ミソミームミーミシミオムび ミセムひセミアムミーミカミーミオムびム ムひセミサム糊コミセ ミソムミク ミコミセミソミクムミセミイミーミスミクミク ミクミサミク ミソミオムミオミシミオム禍オミスミクミク ムひクミソミー ムミクミスムムミセミスミクミキミームミクミク.**
+
+ミ篇ミサミク ム采ひセム ムミサミーミカミセミコ ムτムひーミスミセミイミサミオミス, ムひセ ミエミームひー ミク ミイムミオミシム ムム諌オミシミコミク ミクミキミイミサミオミコミーム紗びム ミクミキ Exif ミク ミクムミソミセミサム糊キムτ紗びム ミイミシミオムムひセ ミエミームび ミク ミイムミオミシミオミスミク ミスミームミーミサミー ムミクミスムムミセミスミクミキミームミクミク. ミ篇ミサミク ミエミームび ミク ミイムミオミシム ムム諌オミシミコミク ミスミオミサム糊キム ミクミキミイミサミオムム ミクミキ Exif, ミクムミソミセミサム糊キムσオムびム ミソミセムミサミオミエミスミオミオ ミクミキミシミオミスミオミスミスミセミオ ミイムミオミシム ムミーミケミサミー.
+
+
+
+**ミ。ミサミオミエムτ紗禍クミオ ミセミソムミクミク ミセムひセミアムミーミカミーム紗びム ムひセミサム糊コミセ ミソムミク ミームムミクミイミクムミセミイミーミスミクミク ムひクミソミー ムミクミスムムミセミスミクミキミームミクミク.**
+
+### ミ樮ひセミアムミーミカミオミスミクミオ ミソミセミエムひイミオムミカミエミーム紗禍オミウミセ ムミセミセミアム禍オミスミクム, ミコミセミウミエミー ミエミームび ミク ミイムミオミシム ムム諌オミシミコミク ミスミオミイミセミキミシミセミカミスミセ ミソミセミサムτミクムび ミクミキ Exif.
+
+ミ篇ミサミク ム采ひセム ムミサミーミカミセミコ ムτムひーミスミセミイミサミオミス, ミソミセミサム糊キミセミイミームひオミサム ミアムσエミオム ミソミセミコミーミキミーミスミセ ムミセミセミアム禍オミスミクミオ, ミソミセミエムひイミオムミカミエミーム紗禍オミオ ミクムミソミセミサム糊キミセミイミーミスミクミオ ミソミセムミサミオミエミスミオミウミセ ミクミキミシミオミスミオミスミスミセミウミセ ミイムミオミシミオミスミク ムミーミケミサミー, ミオムミサミク ミエミームひー ミク ミイムミオミシム ムム諌オミシミコミク ミスミオ ミシミセミウムτ ミアム錦び ミソミセミサムτミオミスム ミクミキ Exif. ミ湲ミク ミイム巾アミセムミオ ミソムσスミコムひー ミ樮ひシミオミスミー ミイ ムミセミセミアム禍オミスミクミク ミソミセミエムひイミオムミカミエミオミスミクム ムミーミケミサ ミスミオ ミアムσエミオム ミキミーミームムミクミイミクムミセミイミーミス.
+
+
+
+### ミヲミオミサム ミエミサム ミームムミクミイミクムミセミイミーミスミクム
+
+ミ柘巾アミオムミクムひオ ミコムミクムひオムミクミク ミームムミクミイミクムミセミイミーミスミクム ムミセムひセミウムミームミクミケ.
+
+- ミ斷オミイミーミカミスミセ, ミイ ミコミーミコミセミケ ミエミオミスム ム采ひセ ミアム巾サミセ ムミエミオミサミーミスミセ.
+
+ ミ績ムミクミイミクムミセミイミームび ミイムミオ ムミセムひセミウムミームミクミク
+
+- ミ頒ームひー ムム貫岱シミコミク - ミアミセミサミオミオ 7 ミエミスミオミケ.
+
+ ミ岱セミサミオミオ ムミオミシ ミスミー 7 ミエミスミオミケ ムムひームム威オ ムひオミコムτ禍オミウミセ ミイムミオミシミオミスミク
+
+- ミ頒ームひー ムム貫岱シミコミク - ミアミセミサミオミオ 30 ミエミスミオミケ.
+
+ ミ岱セミサミオミオ ムミオミシ ミスミー 30 ミエミスミオミケ ムムひームム威オ ムひオミコムτ禍オミウミセ ミイムミオミシミオミスミク
+
+- ミ頒ームひー ムム貫岱シミコミク - ミアミセミサミオミオ 60 ミエミスミオミケ.
+
+ ミ岱セミサミオミオ ムミオミシ ミスミー 30 ミエミスミオミケ ムムひームム威オ ムひオミコムτ禍オミウミセ ミイムミオミシミオミスミク
+
+- ミ頒ームひー ムム貫岱シミコミク - ミアミセミサミオミオ 90 ミエミスミオミケ.
+
+ ミ岱セミサミオミオ ムミオミシ ミスミー 30 ミエミスミオミケ ムムひームム威オ ムひオミコムτ禍オミウミセ ミイムミオミシミオミスミク
+
+- ミ頒ームひー ムム貫岱シミコミク - ミアミセミサミオミオ 180 ミエミスミオミケ.
+
+ ミ岱セミサミオミオ ムミオミシ ミスミー 30 ミエミスミオミケ ムムひームム威オ ムひオミコムτ禍オミウミセ ミイムミオミシミオミスミク
+
+- ミ頒ームひー ムム貫岱シミコミク ミアミセミサム袴威オ ミウミセミエミー.
+
+ ミ頒ームひー ムミセムひセミウムミームミクミク ミアミセミサミオミオ ムミオミシ ミスミー ミウミセミエ ムムひームム威オ ムひオミコムτ禍オミウミセ ミイムミオミシミオミスミク.
+
+
+
+### ミ渙オムミオミクミシミオミスミセミイミームび ムミーミケミサ ミク ムミセムムミーミスミクムび ミオミウミセ ミイ ムσコミーミキミーミスミスミセミシ ミコミームひーミサミセミウミオ ミソムミク ミームムミクミイミクムミセミイミーミスミクミク
+
+ミ篇ミサミク ム采ひー ミセミソムミクム ムτムひーミスミセミイミサミオミスミー, ムひセ ミソムミク ミームムミクミイミクムミセミイミーミスミクミク ムミーミケミサ ミアムσエミオム ミソミオムミオミクミシミオミスミセミイミーミス. ミ侑シム ムミーミケミサミー ミシミセミカミオム ミアム錦び ムσコミーミキミーミスミセ ミイ ミコミームミオムムひイミオ ミエミームび ミク ミイムミオミシミオミスミク ミイ "ミィミーミアミサミセミスミオ ミクミシミオミスミク ムミーミケミサミー". ミ柘 ムひーミコミカミオ ミシミセミカミオムひオ ムミセミキミエミームび ミコミームひーミサミセミウ ミエミサム ムムミーミスミオミスミクム ムミーミケミサミセミイ. ミ渙セミカミーミサムσケムムひー, ミイミコミサム紗ミクムひオ "ミ。ミセムムミーミスム肖び ミイ ミコミームひーミサミセミウ ミソムミク ミームムミクミイミクムミセミイミーミスミクミク", ムムひセミアム ムムミーミスミクムび ミオミウミセ ミイ ミコミームひーミサミセミウミオ.
+
+
+
+### ミ侑シム ムミーミケミサミー ミスミセミシミオム ミキミーミコミーミキミー
+
+ミ頒セミアミーミイム袴ひオ ミスミセミシミオム ミキミーミコミーミキミー ミコ ミクミシミオミスミク ムミーミケミサミー ミソムミク ミームムミクミイミクムミセミイミーミスミクミク.
+
+- ミッ ミクミシ ミスミオ ミソミセミサム糊キムτ紗ム.
+
+ ミ斷オ ミエミセミアミーミイミサム紹ケムひオ ミスミセミシミオム ミキミーミコミーミキミー.
+
+- ミ頒セミアミーミイム ムびミオムミキミスミームミスミセミオ ムミクムミサミセ.
+
+ ミ頒セミアミーミイミクムび 001-999.
+
+- ミ頒セミアミーミイム ムミオムび錦ミオムミキミスミームミスミセミオ ムミクムミサミセ.
+
+ ミ頒セミアミーミイミクムび 0001-9999.
+
+- ミ頒セミアミーミイム ミソム肖ひクミキミスミームミスミセミオ ムミクムミサミセ.
+
+ ミ頒セミアミーミイミクムび 00001-99999.
+
+- ミ頒セミアミーミイム ム威オムムひクミキミスミームミスミセミオ ムミクムミサミセ.
+
+ ミ頒セミアミーミイミクムび 000001-999999.
+
+
+
+### ミィミーミアミサミセミス ミクミシミオミスミク ムミーミケミサミー
+
+- ミ樮ミクミウミクミスミーミサム糊スミセミオ ミクミシム
+
+ ミ漬イミオミエミクムひオ ミクミシム ムミーミケミサミー ミソミオムミオミエ ミソミオムミオミクミシミオミスミセミイミーミスミクミオミシ ミイ ム威ーミアミサミセミスミオ.
+
+- ミ。ミイミクミエミーミスミクミオ
+
+ ミ漬イミオミエミクムひオ ミイ ム威ーミアミサミセミス ミエミームび (ミスミーミソムミクミシミオム, 2018-04-16).
+
+- ミイムミオミシム
+
+ ミ漬イミオミエミクムひオ ミイムミオミシム (ミスミーミソムミクミシミオム, 12-00-30) ミイ ム威ーミアミサミセミス.
+
+- ミィミーミアミサミセミス ミクミシミオミスミク ムミーミケミサミー
+
+ ミ漬イミオミエミクムひオ ム威ーミアミサミセミス ミソミオムミオミクミシミオミスミセミイム巾イミーミオミシミセミウミセ ムミーミケミサミー. ミ厘スミームミオミスミクミオ ミソミセ ムσシミセミサムミーミスミクム DSC_%DATE%. ミ柘 ミシミセミカミオムひオ ミイミイミオムムひク ミコミサム紗ミオミイミセミオ ムミサミセミイミセ ミキミー ミコムτムミセムミセミシ, ミスミーミカミーミイ ミコミスミセミソミコム .
+
+ ミ ミソミセムミサミオミエミスミオミケ ムムびミセミコミオ ミアムσエムτ ミソミセミコミーミキミーミスム ムミオミーミサム糊スミーム ミエミクムミオミコムひセムミクム ミク ミクミシム ムミーミケミサミー, ミコミセムひセムム巾ケ ミアムσエミオム ムミセムムミーミスミオミス.
+
+
+
+### ミ湲ミク ミームムミクミイミクムミセミイミーミスミクミク ミセミス ミアムσエミオム ムミセムムミーミスミオミス ミイ ミコミームひーミサミセミウ
+
+ミ柘 ミシミセミカミオムひオ ムミセミキミエミームび ミク ムミセムムミーミスミクムび ミコミームひーミサミセミウ ミソムミク ミームムミクミイミクムミセミイミーミスミクミク. ミ篇ミサミク ミソミセムムひーミイミクムび ミウミーミサミセムミコム ミイ ム采ひセミシ ミソミセミサミオ, ムひセ ミセムひセミアムミーミキミクムびム "ミィミーミアミサミセミス ミスミーミキミイミーミスミクム ミコミームひーミサミセミウミー".
+
+
+
+### ミィミーミアミサミセミス ミクミシミオミスミク ミコミームひーミサミセミウミー
+
+ミ漬イミオミエミクムひオ ム威ーミアミサミセミス ムミセミキミエミーミイミーミオミシミセミケ ミエミクムミオミコムひセムミクミク, ミスミーミソムミクミシミオム DIR-%YEAR%-%MONTH%. ミ柘 ミシミセミカミオムひオ ミイミイミオムムひク ミコミサム紗ミオミイミセミオ ムミサミセミイミセ ミキミー ミコムτムミセムミセミシ, ミスミーミカミーミイ ミコミスミセミソミコム .
+
+- ミキミーミソミーミエミスム巾ケ ミコミーミサミオミスミエミームム
+
+ ミ」ミコミーミカミクムひオ ミウミセミエ (ミスミーミソムミクミシミオム, 2018) ミイ ム威ーミアミサミセミスミオ.
+
+- ミシミオムム肖 (ミウミセミエミー)
+
+ ミ漬イミオミエミクムひオ ミイ ム威ーミアミサミセミスミオ ミシミオムム肖 (ミスミーミソムミクミシミオム, 04).
+
+- ミエミオミスム
+
+ ミ漬イミオミエミクムひオ ミイ ム威ーミアミサミセミス ミエミームび (ミスミーミソムミクミシミオム, 16).
+
+- ミィミーミアミサミセミス ミクミシミオミスミク ミコミームひーミサミセミウミー
+
+ ミ漬イミオミエミクムひオ ム威ーミアミサミセミス ムミセミキミエミーミイミーミオミシミセミウミセ ミコミームひーミサミセミウミー. ミ厘スミームミオミスミクム ミソミセ ムσシミセミサムミーミスミクム 窶 %ミ寅榧頒%.
+
+ミ ミソミセムミサミオミエミスミオミケ ムムびミセミコミオ ミアムσエムτ ミソミセミコミーミキミーミスム ムミオミーミサム糊スミーム ミエミクムミオミコムひセムミクム ミク ミクミシム ムミーミケミサミー, ミコミセムひセムム巾ケ ミアムσエミオム ムミセムムミーミスミオミス.
+
+
+
+### ミ渙セミカミーミサムσケムムひー, ムミシミセムびミクムひオ ミスミクミカミオ ミエミサム ミソミセミサムτミオミスミクム ミエミセミソミセミサミスミクムひオミサム糊スミセミケ ミクミスムミセムミシミームミクミク.
+
+https://drive.google.com/file/d/0B77t0XpnNT7OYzZ0U01rR0VRMlk/view?usp=sharing
+
+
\ No newline at end of file
diff --git a/help/SMBSync2_Help_RU_folder_sdcard.docx b/help/SMBSync2_Help_RU_folder_sdcard.docx
deleted file mode 100644
index e3c799f0..00000000
Binary files a/help/SMBSync2_Help_RU_folder_sdcard.docx and /dev/null differ
diff --git a/help/SMBSync2_Help_RU_folder_sdcard.md b/help/SMBSync2_Help_RU_folder_sdcard.md
new file mode 100644
index 00000000..d393483d
--- /dev/null
+++ b/help/SMBSync2_Help_RU_folder_sdcard.md
@@ -0,0 +1,161 @@
+### ムミソミクムミセミコ ミコミームひーミサミセミウミセミイ
+
+ミ斷ーミカミシミクムひオ ミスミー ムミーミエミクミセミコミスミセミソミコム ミイ ミソムミーミイミセミケ ムミームムひク ム災コムミーミスミー, ムムひセミアム ミイム巾アムミームび ミクミスムひオムミオムムτ紗禾τ ミイミーム ミエミクムミオミコムひセムミクム. ミァムひセミアム ミセムひコムム錦び ミソミセミエミコミームひーミサミセミウ, ミスミーミカミシミクムひオ ミスミー ミクミシム ミコミームひーミサミセミウミー.
+
+
+
+### ミ頒セミアミーミイミクムび ミコミサム紗ミオミイミセミオ ムミサミセミイミセ
+
+ミ柘 ミシミセミカミオムひオ ミクムミソミセミサム糊キミセミイミームび %YEAR%, %MONTH%, %DAY% ミク %DAY-OF-YEAR% ミイ ムミオミサミオミイミセミシ ミコミームひーミサミセミウミオ. ミ墟サム紗ミオミイム巾オ ムミサミセミイミー ミコミセミスミイミオムムひクムムτ紗びム ミイ ミエミームび ミイ ミスミームミーミサミオ ムミクミスムムミセミスミクミキミームミクミク.
+
+
+
+**ミュムひセム ミソミームミーミシミオムび ミセムひセミアムミーミカミーミオムびム ムひセミサム糊コミセ ミソムミク ミコミセミソミクムミセミイミーミスミクミク ミクミサミク ミソミオムミオミシミオム禍オミスミクミク ムひクミソミー ムミクミスムムミセミスミクミキミームミクミク.**
+
+### ミ佯ミソミセミサム糊キムσケムひオ ミエミームび ミク ミイムミオミシム ムミセムひセ/ミイミクミエミオミセムム諌オミシミコミク ミエミサム ミソムミオミセミアムミーミキミセミイミーミスミクム ミコミサム紗ミオミイム錦 ムミサミセミイ, ミエミセミアミーミイミサミオミスミスム錦 ミイ ミコミームひーミサミセミウ ムミオミサミオミイミセミケ ミソミーミソミコミク.
+
+ミ篇ミサミク ム采ひセム ムミサミーミカミセミコ ムτムひーミスミセミイミサミオミス, ムひセ ミエミームひー ミク ミイムミオミシム ムム諌オミシミコミク ミクミキミイミサミオミコミーム紗びム ミクミキ Exif ミク ミクムミソミセミサム糊キムτ紗びム ミイミシミオムムひセ ミエミームび ミク ミイムミオミシミオミスミク ミスミームミーミサミー ムミクミスムムミセミスミクミキミームミクミク. ミ篇ミサミク ミエミームび ミク ミイムミオミシム ムム諌オミシミコミク ミスミオミサム糊キム ミクミキミイミサミオムム ミクミキ Exif, ミクムミソミセミサム糊キムσオムびム ミソミセムミサミオミエミスミオミオ ミクミキミシミオミスミオミスミスミセミオ ミイムミオミシム ムミーミケミサミー.
+
+
+
+### ミコミームひーミサミセミウ
+
+ミ」ミコミーミカミクムひオ ミクミシム ミウミサミーミイミスミセミウミセ ミクミサミク ムミオミサミオミイミセミウミセ ミコミームひーミサミセミウミー. ミ篇ミサミク ムミオミサミオミイミセミケ ミコミームひーミサミセミウ ミスミオ ムムτ禍オムムひイムσオム, ムひセ ミセミス ミアムσエミオム ムミセミキミエミーミス ミソムミク ムミクミスムムミセミスミクミキミームミクミク.
+
+
+
+### SDCARD-ミセミソムミクム
+
+ミ柘巾アミオムミクムひオ ミコミセムミスミオミイムτ ミエミクムミオミコムひセムミクム SDCARD, ムムひセミアム ミソミセミサムτミクムび ミエミセムムびσソ ミコ SDCARD. ミ篇ミサミク ミイム ミスミオ ミシミセミカミオムひオ ミオミウミセ ミイム巾アムミームび, ミソミオムミオミケミエミクムひオ ミイ "ミ慴オミスム -> ミ侑スムミセムミシミームミクム ミセ ムミクムムひオミシミオ" ミク ミセムひソムミーミイム袴ひオ ミクミスムミセムミシミームミクム ミセ ムミクムムひオミシミオ ムミーミキムミーミアミセムびミクミコム.
+
+
+
+**ミ。ミサミオミエムτ紗禍クミオ ミセミソムミクミク ミセムひセミアムミーミカミーム紗びム ムひセミサム糊コミセ ミソムミク ミームムミクミイミクムミセミイミーミスミクミク ムひクミソミー ムミクミスムムミセミスミクミキミームミクミク.**
+
+### ミ樮ひセミアムミーミカミオミスミクミオ ミソミセミエムひイミオムミカミエミーム紗禍オミウミセ ムミセミセミアム禍オミスミクム, ミコミセミウミエミー ミエミームび ミク ミイムミオミシム ムム諌オミシミコミク ミスミオミイミセミキミシミセミカミスミセ ミソミセミサムτミクムび ミクミキ Exif.
+
+ミ篇ミサミク ム采ひセム ムミサミーミカミセミコ ムτムひーミスミセミイミサミオミス, ミソミセミサム糊キミセミイミームひオミサム ミアムσエミオム ミソミセミコミーミキミーミスミセ ムミセミセミアム禍オミスミクミオ, ミソミセミエムひイミオムミカミエミーム紗禍オミオ ミクムミソミセミサム糊キミセミイミーミスミクミオ ミソミセムミサミオミエミスミオミウミセ ミクミキミシミオミスミオミスミスミセミウミセ ミイムミオミシミオミスミク ムミーミケミサミー, ミオムミサミク ミエミームひー ミク ミイムミオミシム ムム諌オミシミコミク ミスミオ ミシミセミウムτ ミアム錦び ミソミセミサムτミオミスム ミクミキ Exif. ミ湲ミク ミイム巾アミセムミオ ミソムσスミコムひー ミ樮ひシミオミスミー ミイ ムミセミセミアム禍オミスミクミク ミソミセミエムひイミオムミカミエミオミスミクム ムミーミケミサ ミスミオ ミアムσエミオム ミキミーミームムミクミイミクムミセミイミーミス.
+
+
+
+### ミヲミオミサム ミエミサム ミームムミクミイミクムミセミイミーミスミクム
+
+ミ柘巾アミオムミクムひオ ミコムミクムひオムミクミク ミームムミクミイミクムミセミイミーミスミクム ムミセムひセミウムミームミクミケ.
+
+- ミ斷オミイミーミカミスミセ, ミイ ミコミーミコミセミケ ミエミオミスム ム采ひセ ミアム巾サミセ ムミエミオミサミーミスミセ.
+
+ ミ績ムミクミイミクムミセミイミームび ミイムミオ ムミセムひセミウムミームミクミク
+
+- ミ頒ームひー ムム貫岱シミコミク - ミアミセミサミオミオ 7 ミエミスミオミケ.
+
+ ミ岱セミサミオミオ ムミオミシ ミスミー 7 ミエミスミオミケ ムムひームム威オ ムひオミコムτ禍オミウミセ ミイムミオミシミオミスミク
+
+- ミ頒ームひー ムム貫岱シミコミク - ミアミセミサミオミオ 30 ミエミスミオミケ.
+
+ ミ岱セミサミオミオ ムミオミシ ミスミー 30 ミエミスミオミケ ムムひームム威オ ムひオミコムτ禍オミウミセ ミイムミオミシミオミスミク
+
+- ミ頒ームひー ムム貫岱シミコミク - ミアミセミサミオミオ 60 ミエミスミオミケ.
+
+ ミ岱セミサミオミオ ムミオミシ ミスミー 30 ミエミスミオミケ ムムひームム威オ ムひオミコムτ禍オミウミセ ミイムミオミシミオミスミク
+
+- ミ頒ームひー ムム貫岱シミコミク - ミアミセミサミオミオ 90 ミエミスミオミケ.
+
+ ミ岱セミサミオミオ ムミオミシ ミスミー 30 ミエミスミオミケ ムムひームム威オ ムひオミコムτ禍オミウミセ ミイムミオミシミオミスミク
+
+- ミ頒ームひー ムム貫岱シミコミク - ミアミセミサミオミオ 180 ミエミスミオミケ.
+
+ ミ岱セミサミオミオ ムミオミシ ミスミー 30 ミエミスミオミケ ムムひームム威オ ムひオミコムτ禍オミウミセ ミイムミオミシミオミスミク
+
+- ミ頒ームひー ムム貫岱シミコミク ミアミセミサム袴威オ ミウミセミエミー.
+
+ ミ頒ームひー ムミセムひセミウムミームミクミク ミアミセミサミオミオ ムミオミシ ミスミー ミウミセミエ ムムひームム威オ ムひオミコムτ禍オミウミセ ミイムミオミシミオミスミク.
+
+
+
+### ミ渙オムミオミクミシミオミスミセミイミームび ムミーミケミサ ミク ムミセムムミーミスミクムび ミオミウミセ ミイ ムσコミーミキミーミスミスミセミシ ミコミームひーミサミセミウミオ ミソムミク ミームムミクミイミクムミセミイミーミスミクミク
+
+ミ篇ミサミク ム采ひー ミセミソムミクム ムτムひーミスミセミイミサミオミスミー, ムひセ ミソムミク ミームムミクミイミクムミセミイミーミスミクミク ムミーミケミサ ミアムσエミオム ミソミオムミオミクミシミオミスミセミイミーミス. ミ侑シム ムミーミケミサミー ミシミセミカミオム ミアム錦び ムσコミーミキミーミスミセ ミイ ミコミームミオムムひイミオ ミエミームび ミク ミイムミオミシミオミスミク ミイ "ミィミーミアミサミセミスミオ ミクミシミオミスミク ムミーミケミサミー". ミ柘 ムひーミコミカミオ ミシミセミカミオムひオ ムミセミキミエミームび ミコミームひーミサミセミウ ミエミサム ムムミーミスミオミスミクム ムミーミケミサミセミイ. ミ渙セミカミーミサムσケムムひー, ミイミコミサム紗ミクムひオ "ミ。ミセムムミーミスム肖び ミイ ミコミームひーミサミセミウ ミソムミク ミームムミクミイミクムミセミイミーミスミクミク", ムムひセミアム ムムミーミスミクムび ミオミウミセ ミイ ミコミームひーミサミセミウミオ.
+
+
+
+### ミ侑シム ムミーミケミサミー ミスミセミシミオム ミキミーミコミーミキミー
+
+ミ頒セミアミーミイム袴ひオ ミスミセミシミオム ミキミーミコミーミキミー ミコ ミクミシミオミスミク ムミーミケミサミー ミソムミク ミームムミクミイミクムミセミイミーミスミクミク.
+
+- ミッ ミクミシ ミスミオ ミソミセミサム糊キムτ紗ム.
+
+ ミ斷オ ミエミセミアミーミイミサム紹ケムひオ ミスミセミシミオム ミキミーミコミーミキミー.
+
+- ミ頒セミアミーミイム ムびミオムミキミスミームミスミセミオ ムミクムミサミセ.
+
+ ミ頒セミアミーミイミクムび 001-999.
+
+- ミ頒セミアミーミイム ムミオムび錦ミオムミキミスミームミスミセミオ ムミクムミサミセ.
+
+ ミ頒セミアミーミイミクムび 0001-9999.
+
+- ミ頒セミアミーミイム ミソム肖ひクミキミスミームミスミセミオ ムミクムミサミセ.
+
+ ミ頒セミアミーミイミクムび 00001-99999.
+
+- ミ頒セミアミーミイム ム威オムムひクミキミスミームミスミセミオ ムミクムミサミセ.
+
+ ミ頒セミアミーミイミクムび 000001-999999.
+
+
+
+### ミィミーミアミサミセミス ミクミシミオミスミク ムミーミケミサミー
+
+- ミ樮ミクミウミクミスミーミサム糊スミセミオ ミクミシム
+
+ ミ漬イミオミエミクムひオ ミクミシム ムミーミケミサミー ミソミオムミオミエ ミソミオムミオミクミシミオミスミセミイミーミスミクミオミシ ミイ ム威ーミアミサミセミスミオ.
+
+- ミ。ミイミクミエミーミスミクミオ
+
+ ミ漬イミオミエミクムひオ ミイ ム威ーミアミサミセミス ミエミームび (ミスミーミソムミクミシミオム, 2018-04-16).
+
+- ミイムミオミシム
+
+ ミ漬イミオミエミクムひオ ミイムミオミシム (ミスミーミソムミクミシミオム, 12-00-30) ミイ ム威ーミアミサミセミス.
+
+- ミィミーミアミサミセミス ミクミシミオミスミク ムミーミケミサミー
+
+ ミ漬イミオミエミクムひオ ム威ーミアミサミセミス ミソミオムミオミクミシミオミスミセミイム巾イミーミオミシミセミウミセ ムミーミケミサミー. ミ厘スミームミオミスミクミオ ミソミセ ムσシミセミサムミーミスミクム DSC_%DATE%. ミ柘 ミシミセミカミオムひオ ミイミイミオムムひク ミコミサム紗ミオミイミセミオ ムミサミセミイミセ ミキミー ミコムτムミセムミセミシ, ミスミーミカミーミイ ミコミスミセミソミコム . ミ ミソミセムミサミオミエミスミオミケ ムムびミセミコミオ ミアムσエムτ ミソミセミコミーミキミーミスム ムミオミーミサム糊スミーム ミエミクムミオミコムひセムミクム ミク ミクミシム ムミーミケミサミー, ミコミセムひセムム巾ケ ミアムσエミオム ムミセムムミーミスミオミス.
+
+
+
+### ミ湲ミク ミームムミクミイミクムミセミイミーミスミクミク ミセミス ミアムσエミオム ムミセムムミーミスミオミス ミイ ミコミームひーミサミセミウ
+
+ミ柘 ミシミセミカミオムひオ ムミセミキミエミームび ミク ムミセムムミーミスミクムび ミコミームひーミサミセミウ ミソムミク ミームムミクミイミクムミセミイミーミスミクミク. ミ篇ミサミク ミソミセムムひーミイミクムび ミウミーミサミセムミコム ミイ ム采ひセミシ ミソミセミサミオ, ムひセ ミセムひセミアムミーミキミクムびム "ミィミーミアミサミセミス ミスミーミキミイミーミスミクム ミコミームひーミサミセミウミー".
+
+
+
+### ミィミーミアミサミセミス ミクミシミオミスミク ミコミームひーミサミセミウミー
+
+ミ漬イミオミエミクムひオ ム威ーミアミサミセミス ムミセミキミエミーミイミーミオミシミセミケ ミエミクムミオミコムひセムミクミク, ミスミーミソムミクミシミオム DIR-%YEAR%-%MONTH%. ミ柘 ミシミセミカミオムひオ ミイミイミオムムひク ミコミサム紗ミオミイミセミオ ムミサミセミイミセ ミキミー ミコムτムミセムミセミシ, ミスミーミカミーミイ ミコミスミセミソミコム .
+
+- ミキミーミソミーミエミスム巾ケ ミコミーミサミオミスミエミームム
+
+ ミ」ミコミーミカミクムひオ ミウミセミエ (ミスミーミソムミクミシミオム, 2018) ミイ ム威ーミアミサミセミスミオ.
+
+- ミシミオムム肖 (ミウミセミエミー)
+
+ ミ漬イミオミエミクムひオ ミイ ム威ーミアミサミセミスミオ ミシミオムム肖 (ミスミーミソムミクミシミオム, 04).
+
+- ミエミオミスム
+
+ ミ漬イミオミエミクムひオ ミイ ム威ーミアミサミセミス ミエミームび (ミスミーミソムミクミシミオム, 16).
+
+- ミィミーミアミサミセミス ミクミシミオミスミク ミコミームひーミサミセミウミー
+
+ ミ漬イミオミエミクムひオ ム威ーミアミサミセミス ムミセミキミエミーミイミーミオミシミセミウミセ ミコミームひーミサミセミウミー. ミ厘スミームミオミスミクム ミソミセ ムσシミセミサムミーミスミクム 窶 %ミ寅榧頒%.
+
+ミ ミソミセムミサミオミエミスミオミケ ムムびミセミコミオ ミアムσエムτ ミソミセミコミーミキミーミスム ムミオミーミサム糊スミーム ミエミクムミオミコムひセムミクム ミク ミクミシム ムミーミケミサミー, ミコミセムひセムム巾ケ ミアムσエミオム ムミセムムミーミスミオミス.
+
+
+
+### ミ渙セミカミーミサムσケムムひー, ムミシミセムびミクムひオ ミスミクミカミオ ミエミサム ミソミセミサムτミオミスミクム ミエミセミソミセミサミスミクムひオミサム糊スミセミケ ミクミスムミセムミシミームミクミク.
+
+https://drive.google.com/file/d/0B77t0XpnNT7OYzZ0U01rR0VRMlk/view?usp=sharing
+
+
\ No newline at end of file
diff --git a/help/SMBSync2_Help_RU_folder_smb.docx b/help/SMBSync2_Help_RU_folder_smb.docx
deleted file mode 100644
index 850da6ae..00000000
Binary files a/help/SMBSync2_Help_RU_folder_smb.docx and /dev/null differ
diff --git a/help/SMBSync2_Help_RU_folder_smb.md b/help/SMBSync2_Help_RU_folder_smb.md
new file mode 100644
index 00000000..65ca8bdb
--- /dev/null
+++ b/help/SMBSync2_Help_RU_folder_smb.md
@@ -0,0 +1,217 @@
+### ミ渙セミクムミコ ムσエミーミサミオミスミスム錦 ムミオムミイミオムミセミイ
+
+ミ柘 ミシミセミカミオムひオ ムミコミーミスミクムミセミイミームび ムミオムび ミク ミソムミセムミシミームびミクミイミームび ムミソミクムミセミコ ムσエミーミサミオミスミスム錦 ムミセムムひセミイ.
+
+
+
+### ミ侑シム/ミーミエムミオム ムミオムミイミオムミー
+
+ミ」ミコミーミカミクムひオ ムσエミーミサミオミスミスム巾ケ ムミセムム ミソミセ ミクミシミオミスミク ミクミサミク IP-ミーミエムミオムム. ミ篇ミサミク ミイム ミスミオ ミシミセミカミオムひオ ミイミセミケムひク ミイ ムミクムムひオミシム ミソミセ ミクミシミオミスミク, ミソミセミカミーミサムσケムムひー, ムσコミーミカミクムひオ IP-ミーミエムミオム.
+
+
+
+### ミソムミセムひセミコミセミサ SMB
+
+ミ柘 ミシミセミカミオムひオ ムσコミーミキミームび ミソムミセムひセミコミセミサ SMB, ミコミセムひセムム巾ケ ミアムσエミオム ミクムミソミセミサム糊キミセミイミームび袴ム.
+
+- ミ佯ミソミセミサム糊キムσオムびム SMB V1.
+
+- ミ篇ミサミク ミ柘 ミクムミソミセミサム糊キムσオムひオ SMB V2(2.01) (jcifs-ng-2.1.0).
+
+- ミ佯ミソミセミサム糊キミセミイミームび ミ。ミ慴 V2(2.11) (jcifs-ng-2.1.1) (jcifs-ng-2.1.1)
+
+- ミ篇ミサミク ミ柘 ミクムミソミセミサム糊キムσオムひオ SMB V2/3(2.12)(jcifs-ng-2.1.2)(ムミセミイミシミオムムひクミシム巾ケ ム SMB V2 ミクミサミク V3), ミ柘 ミシミセミカミオムひオ ミクムミソミセミサム糊キミセミイミームび SMB V2/3(2.12)(jcifs-ng-2.1.2).
+
+- ミ佯ミソミセミサム糊キムσケムひオ SMB V2/3(2.14)(jcifs-ng-2.1.4)(ムミセミイミシミオムムひクミシム巾ケ ム SMB V2 ミクミサミク V3).
+
+
+
+### ミ」ミコミーミカミクムひオ ミスミセミシミオム ミソミセムムひー
+
+ミ」ミコミーミカミクムひオ, ミオムミサミク ムムひーミスミエミームムひスム巾ケ ミスミセミシミオム ミソミセムムひー ミスミオミエミセムムびσソミオミス. ミ。ムひーミスミエミームムひスム巾ケ ミスミセミシミオム ミソミセムムひー - 445 ミクミサミク 139.
+
+
+
+### ミ佯ミソミセミサム糊キムσケムひオ ミイミーム ミクミエミオミスムひクムミクミコミームひセム ミソミセミサム糊キミセミイミームひオミサム/ミソミームミセミサム
+
+ミ漬ーミシ ミスミオミセミアムミセミエミクミシミセ ミアムσエミオム ミソムミオミエミセムムひーミイミクムび ミクミエミオミスムひクムミクミコミームひセム ミソミセミサム糊キミセミイミームひオミサム ミクミサミク ミソミームミセミサム.
+
+
+
+### ミクミシム ミソミセミサム糊キミセミイミームひオミサム
+
+ミ侑シム ムτミオムひスミセミケ ミキミーミソミクムミク ミソミセミサム糊キミセミイミームひオミサム ミエミサム ミソミセミエミコミサム紗ミオミスミクム ミコ ムミセムムび. ミ」ムミオムひスミーム ミキミーミソミクムム Microsoft ミスミオ ミシミセミカミオム ミクムミソミセミサム糊キミセミイミームび袴ム ム SMBSync2. ミ。ミセミキミエミーミケムひオ ミサミセミコミーミサム糊スムτ ムτミオムひスムτ ミキミーミソミクムム ミク ミクムミソミセミサム糊キムσケムひオ ミオミオ.
+
+
+
+### ミソミームミセミサム
+
+ミ」ミコミーミカミクムひオ ミソミームミセミサム, ムτムひーミスミセミイミサミオミスミスム巾ケ ミスミー ミ渙/NAS.
+
+
+
+### ミ榧アム禍クミケ ムミソミクムミセミコ
+
+ミ斷ーミカミシミクムひオ ミコミスミセミソミコム, ムムひセミアム ミセムひセミアムミーミキミクムび ミクミシム ムミオムムτムミー, ミコミセムひセムム巾ケ ミシミセミカミスミセ ミイム巾アムミームび, ミスミーミカミシミクムひオ ミスミー ミクミシム ムミオムムτムミー ミク ミスミーミカミシミクムひオ "ミ榧".
+
+
+
+### ミセミアム禍オミオ ミクミシム
+
+ミ侑シム ミーミコムミクミク ミシミセミカミスミセ ミイミイミオムムひク ミイムムτミスムτ.
+
+
+
+### ムミソミクムミセミコ ミコミームひーミサミセミウミセミイ
+
+ミ斷ーミカミシミクムひオ ミスミー ムミーミエミクミセミコミスミセミソミコム ミイ ミソムミーミイミセミケ ムミームムひク ム災コムミーミスミー, ムムひセミアム ミイム巾アムミームび ミクミスムひオムミオムムτ紗禾τ ミイミーム ミエミクムミオミコムひセムミクム. ミァムひセミアム ミセムひコムム錦び ミソミセミエミコミームひーミサミセミウ, ミスミーミカミシミクムひオ ミスミー ミクミシム ミコミームひーミサミセミウミー.
+
+
+
+### ミコミームひーミサミセミウ
+
+ミ柘 ミシミセミカミオムひオ ミイミセミケムひク ミイ ミコミームひーミサミセミウ PC/NAS ミイムムτミスムτ.縲
+
+
+
+### ミ頒セミアミーミイミクムび ミコミサム紗ミオミイミセミオ ムミサミセミイミセ
+
+ミ柘 ミシミセミカミオムひオ ミクムミソミセミサム糊キミセミイミームび %YEAR%, %MONTH%, %DAY% ミク %DAY-OF-YEAR% ミイ ムミオミサミオミイミセミシ ミコミームひーミサミセミウミオ. ミ墟サム紗ミオミイム巾オ ムミサミセミイミー ミコミセミスミイミオムムひクムムτ紗びム ミイ ミエミームび ミイ ミスミームミーミサミオ ムミクミスムムミセミスミクミキミームミクミク.
+
+
+
+**ミュムひセム ミソミームミーミシミオムび ミセムひセミアムミーミカミーミオムびム ムひセミサム糊コミセ ミソムミク ミコミセミソミクムミセミイミーミスミクミク ミクミサミク ミソミオムミオミシミオム禍オミスミクミク ムひクミソミー ムミクミスムムミセミスミクミキミームミクミク.**
+
+ミ佯ミソミセミサム糊キムσケムひオ ミエミームび ミク ミイムミオミシム ムミセムひセ/ミイミクミエミオミセムム諌オミシミコミク ミエミサム ミソムミオミセミアムミーミキミセミイミーミスミクム ミコミサム紗ミオミイム錦 ムミサミセミイ, ミエミセミアミーミイミサミオミスミスム錦 ミイ ミコミームひーミサミセミウ ムミオミサミオミイミセミケ ミソミーミソミコミク.
+
+ミ篇ミサミク ム采ひセム ムミサミーミカミセミコ ムτムひーミスミセミイミサミオミス, ムひセ ミエミームひー ミク ミイムミオミシム ムム諌オミシミコミク ミクミキミイミサミオミコミーム紗びム ミクミキ Exif ミク ミクムミソミセミサム糊キムτ紗びム ミイミシミオムムひセ ミエミームび ミク ミイムミオミシミオミスミク ミスミームミーミサミー ムミクミスムムミセミスミクミキミームミクミク. ミ篇ミサミク ミエミームび ミク ミイムミオミシム ムム諌オミシミコミク ミスミオミサム糊キム ミクミキミイミサミオムム ミクミキ Exif, ミクムミソミセミサム糊キムσオムびム ミソミセムミサミオミエミスミオミオ ミクミキミシミオミスミオミスミスミセミオ ミイムミオミシム ムミーミケミサミー.
+
+
+
+**ミ。ミサミオミエムτ紗禍クミオ ミセミソムミクミク ミセムひセミアムミーミカミーム紗びム ムひセミサム糊コミセ ミソムミク ミームムミクミイミクムミセミイミーミスミクミク ムひクミソミー ムミクミスムムミセミスミクミキミームミクミク.**
+
+### ミ樮ひセミアムミーミカミオミスミクミオ ミソミセミエムひイミオムミカミエミーム紗禍オミウミセ ムミセミセミアム禍オミスミクム, ミコミセミウミエミー ミエミームび ミク ミイムミオミシム ムム諌オミシミコミク ミスミオミイミセミキミシミセミカミスミセ ミソミセミサムτミクムび ミクミキ Exif.
+
+ミ篇ミサミク ム采ひセム ムミサミーミカミセミコ ムτムひーミスミセミイミサミオミス, ミソミセミサム糊キミセミイミームひオミサム ミアムσエミオム ミソミセミコミーミキミーミスミセ ムミセミセミアム禍オミスミクミオ, ミソミセミエムひイミオムミカミエミーム紗禍オミオ ミクムミソミセミサム糊キミセミイミーミスミクミオ ミソミセムミサミオミエミスミオミウミセ ミクミキミシミオミスミオミスミスミセミウミセ ミイムミオミシミオミスミク ムミーミケミサミー, ミオムミサミク ミエミームひー ミク ミイムミオミシム ムム諌オミシミコミク ミスミオ ミシミセミウムτ ミアム錦び ミソミセミサムτミオミスム ミクミキ Exif. ミ湲ミク ミイム巾アミセムミオ ミソムσスミコムひー ミ樮ひシミオミスミー ミイ ムミセミセミアム禍オミスミクミク ミソミセミエムひイミオムミカミエミオミスミクム ムミーミケミサ ミスミオ ミアムσエミオム ミキミーミームムミクミイミクムミセミイミーミス.
+
+
+
+### ミヲミオミサム ミエミサム ミームムミクミイミクムミセミイミーミスミクム
+
+ミ柘巾アミオムミクムひオ ミコムミクムひオムミクミク ミームムミクミイミクムミセミイミーミスミクム ムミセムひセミウムミームミクミケ.
+
+- ミ斷オミイミーミカミスミセ, ミイ ミコミーミコミセミケ ミエミオミスム ム采ひセ ミアム巾サミセ ムミエミオミサミーミスミセ.
+
+ ミ績ムミクミイミクムミセミイミームび ミイムミオ ムミセムひセミウムミームミクミク
+
+- ミ頒ームひー ムム貫岱シミコミク - ミアミセミサミオミオ 7 ミエミスミオミケ.
+
+ ミ岱セミサミオミオ ムミオミシ ミスミー 7 ミエミスミオミケ ムムひームム威オ ムひオミコムτ禍オミウミセ ミイムミオミシミオミスミク
+
+- ミ頒ームひー ムム貫岱シミコミク - ミアミセミサミオミオ 30 ミエミスミオミケ.
+
+ ミ岱セミサミオミオ ムミオミシ ミスミー 30 ミエミスミオミケ ムムひームム威オ ムひオミコムτ禍オミウミセ ミイムミオミシミオミスミク
+
+- ミ頒ームひー ムム貫岱シミコミク - ミアミセミサミオミオ 60 ミエミスミオミケ.
+
+ ミ岱セミサミオミオ ムミオミシ ミスミー 30 ミエミスミオミケ ムムひームム威オ ムひオミコムτ禍オミウミセ ミイムミオミシミオミスミク
+
+- ミ頒ームひー ムム貫岱シミコミク - ミアミセミサミオミオ 90 ミエミスミオミケ.
+
+ ミ岱セミサミオミオ ムミオミシ ミスミー 30 ミエミスミオミケ ムムひームム威オ ムひオミコムτ禍オミウミセ ミイムミオミシミオミスミク
+
+- ミ頒ームひー ムム貫岱シミコミク - ミアミセミサミオミオ 180 ミエミスミオミケ.
+
+ ミ岱セミサミオミオ ムミオミシ ミスミー 30 ミエミスミオミケ ムムひームム威オ ムひオミコムτ禍オミウミセ ミイムミオミシミオミスミク
+
+- ミ頒ームひー ムム貫岱シミコミク ミアミセミサム袴威オ ミウミセミエミー.
+
+ ミ頒ームひー ムミセムひセミウムミームミクミク ミアミセミサミオミオ ムミオミシ ミスミー ミウミセミエ ムムひームム威オ ムひオミコムτ禍オミウミセ ミイムミオミシミオミスミク.
+
+
+
+### ミ渙オムミオミクミシミオミスミセミイミームび ムミーミケミサ ミク ムミセムムミーミスミクムび ミオミウミセ ミイ ムσコミーミキミーミスミスミセミシ ミコミームひーミサミセミウミオ ミソムミク ミームムミクミイミクムミセミイミーミスミクミク
+
+ミ篇ミサミク ム采ひー ミセミソムミクム ムτムひーミスミセミイミサミオミスミー, ムひセ ミソムミク ミームムミクミイミクムミセミイミーミスミクミク ムミーミケミサ ミアムσエミオム ミソミオムミオミクミシミオミスミセミイミーミス. ミ侑シム ムミーミケミサミー ミシミセミカミオム ミアム錦び ムσコミーミキミーミスミセ ミイ ミコミームミオムムひイミオ ミエミームび ミク ミイムミオミシミオミスミク ミイ "ミィミーミアミサミセミスミオ ミクミシミオミスミク ムミーミケミサミー". ミ柘 ムひーミコミカミオ ミシミセミカミオムひオ ムミセミキミエミームび ミコミームひーミサミセミウ ミエミサム ムムミーミスミオミスミクム ムミーミケミサミセミイ. ミ渙セミカミーミサムσケムムひー, ミイミコミサム紗ミクムひオ "ミ。ミセムムミーミスム肖び ミイ ミコミームひーミサミセミウ ミソムミク ミームムミクミイミクムミセミイミーミスミクミク", ムムひセミアム ムムミーミスミクムび ミオミウミセ ミイ ミコミームひーミサミセミウミオ.
+
+
+
+### ミ侑シム ムミーミケミサミー ミスミセミシミオム ミキミーミコミーミキミー
+
+ミ頒セミアミーミイム袴ひオ ミスミセミシミオム ミキミーミコミーミキミー ミコ ミクミシミオミスミク ムミーミケミサミー ミソムミク ミームムミクミイミクムミセミイミーミスミクミク.
+
+- ミッ ミクミシ ミスミオ ミソミセミサム糊キムτ紗ム.
+
+ ミ斷オ ミエミセミアミーミイミサム紹ケムひオ ミスミセミシミオム ミキミーミコミーミキミー.
+
+- ミ頒セミアミーミイム ムびミオムミキミスミームミスミセミオ ムミクムミサミセ.
+
+ ミ頒セミアミーミイミクムび 001-999.
+
+- ミ頒セミアミーミイム ムミオムび錦ミオムミキミスミームミスミセミオ ムミクムミサミセ.
+
+ ミ頒セミアミーミイミクムび 0001-9999.
+
+- ミ頒セミアミーミイム ミソム肖ひクミキミスミームミスミセミオ ムミクムミサミセ.
+
+ ミ頒セミアミーミイミクムび 00001-99999.
+
+- ミ頒セミアミーミイム ム威オムムひクミキミスミームミスミセミオ ムミクムミサミセ.
+
+ ミ頒セミアミーミイミクムび 000001-999999.
+
+
+
+### ミィミーミアミサミセミス ミクミシミオミスミク ムミーミケミサミー
+
+- ミ樮ミクミウミクミスミーミサム糊スミセミオ ミクミシム
+
+ ミ漬イミオミエミクムひオ ミクミシム ムミーミケミサミー ミソミオムミオミエ ミソミオムミオミクミシミオミスミセミイミーミスミクミオミシ ミイ ム威ーミアミサミセミスミオ.
+
+- ミ。ミイミクミエミーミスミクミオ
+
+ ミ漬イミオミエミクムひオ ミイ ム威ーミアミサミセミス ミエミームび (ミスミーミソムミクミシミオム, 2018-04-16).
+
+- ミイムミオミシム
+
+ ミ漬イミオミエミクムひオ ミイムミオミシム (ミスミーミソムミクミシミオム, 12-00-30) ミイ ム威ーミアミサミセミス.
+
+- ミィミーミアミサミセミス ミクミシミオミスミク ムミーミケミサミー
+
+ ミ漬イミオミエミクムひオ ム威ーミアミサミセミス ミソミオムミオミクミシミオミスミセミイム巾イミーミオミシミセミウミセ ムミーミケミサミー. ミ厘スミームミオミスミクミオ ミソミセ ムσシミセミサムミーミスミクム DSC_%DATE%. ミ柘 ミシミセミカミオムひオ ミイミイミオムムひク ミコミサム紗ミオミイミセミオ ムミサミセミイミセ ミキミー ミコムτムミセムミセミシ, ミスミーミカミーミイ ミコミスミセミソミコム . ミ ミソミセムミサミオミエミスミオミケ ムムびミセミコミオ ミアムσエムτ ミソミセミコミーミキミーミスム ムミオミーミサム糊スミーム ミエミクムミオミコムひセムミクム ミク ミクミシム ムミーミケミサミー, ミコミセムひセムム巾ケ ミアムσエミオム ムミセムムミーミスミオミス.
+
+
+
+### ミ湲ミク ミームムミクミイミクムミセミイミーミスミクミク ミセミス ミアムσエミオム ムミセムムミーミスミオミス ミイ ミコミームひーミサミセミウ
+
+ミ柘 ミシミセミカミオムひオ ムミセミキミエミームび ミク ムミセムムミーミスミクムび ミコミームひーミサミセミウ ミソムミク ミームムミクミイミクムミセミイミーミスミクミク. ミ篇ミサミク ミソミセムムひーミイミクムび ミウミーミサミセムミコム ミイ ム采ひセミシ ミソミセミサミオ, ムひセ ミセムひセミアムミーミキミクムびム "ミィミーミアミサミセミス ミスミーミキミイミーミスミクム ミコミームひーミサミセミウミー".
+
+
+
+### ミィミーミアミサミセミス ミクミシミオミスミク ミコミームひーミサミセミウミー
+
+ミ漬イミオミエミクムひオ ム威ーミアミサミセミス ムミセミキミエミーミイミーミオミシミセミケ ミエミクムミオミコムひセムミクミク, ミスミーミソムミクミシミオム DIR-%YEAR%-%MONTH%. ミ柘 ミシミセミカミオムひオ ミイミイミオムムひク ミコミサム紗ミオミイミセミオ ムミサミセミイミセ ミキミー ミコムτムミセムミセミシ, ミスミーミカミーミイ ミコミスミセミソミコム .
+
+- ミキミーミソミーミエミスム巾ケ ミコミーミサミオミスミエミームム
+
+ ミ」ミコミーミカミクムひオ ミウミセミエ (ミスミーミソムミクミシミオム, 2018) ミイ ム威ーミアミサミセミスミオ.
+
+- ミシミオムム肖 (ミウミセミエミー)
+
+ ミ漬イミオミエミクムひオ ミイ ム威ーミアミサミセミスミオ ミシミオムム肖 (ミスミーミソムミクミシミオム, 04).
+
+- ミエミオミスム
+
+ ミ漬イミオミエミクムひオ ミイ ム威ーミアミサミセミス ミエミームび (ミスミーミソムミクミシミオム, 16).
+
+- ミィミーミアミサミセミス ミクミシミオミスミク ミコミームひーミサミセミウミー
+
+ ミ漬イミオミエミクムひオ ム威ーミアミサミセミス ムミセミキミエミーミイミーミオミシミセミウミセ ミコミームひーミサミセミウミー. ミ厘スミームミオミスミクム ミソミセ ムσシミセミサムミーミスミクム 窶 %ミ寅榧頒%.
+
+ミ ミソミセムミサミオミエミスミオミケ ムムびミセミコミオ ミアムσエムτ ミソミセミコミーミキミーミスム ムミオミーミサム糊スミーム ミエミクムミオミコムひセムミクム ミク ミクミシム ムミーミケミサミー, ミコミセムひセムム巾ケ ミアムσエミオム ムミセムムミーミスミオミス.
+
+
+
+### ミ渙セミカミーミサムσケムムひー, ムミシミセムびミクムひオ ミスミクミカミオ ミエミサム ミソミセミサムτミオミスミクム ミエミセミソミセミサミスミクムひオミサム糊スミセミケ ミクミスムミセムミシミームミクミク.
+
+https://drive.google.com/file/d/0B77t0XpnNT7OYzZ0U01rR0VRMlk/view?usp=sharing
diff --git a/help/SMBSync2_Help_RU_folder_usb.docx b/help/SMBSync2_Help_RU_folder_usb.docx
deleted file mode 100644
index edebea61..00000000
Binary files a/help/SMBSync2_Help_RU_folder_usb.docx and /dev/null differ
diff --git a/help/SMBSync2_Help_RU_folder_usb.md b/help/SMBSync2_Help_RU_folder_usb.md
new file mode 100644
index 00000000..1d6c8b3a
--- /dev/null
+++ b/help/SMBSync2_Help_RU_folder_usb.md
@@ -0,0 +1,163 @@
+### ムミソミクムミセミコ ミコミームひーミサミセミウミセミイ
+
+ミ斷ーミカミシミクムひオ ミクミシム ミキミーミソミクムミスミセミケ ミコミスミクミカミコミク, ムムひセミアム ミイム巾アムミームび ミオミオ. ミァムひセミアム ミセムひコムム錦び ミソミセミエミコミームひーミサミセミウ, ミコミセムミスミクムひオムム ミサミオミイミセミウミセ ミコムミーム ミクミシミオミスミク ミコミームひーミサミセミウミー.
+
+
+
+### ミ頒セミアミーミイミクムび ミコミサム紗ミオミイミセミオ ムミサミセミイミセ
+
+ミ柘 ミシミセミカミオムひオ ミクムミソミセミサム糊キミセミイミームび %YEAR%, %MONTH%, %DAY% ミク %DAY-OF-YEAR% ミイ ムミオミサミオミイミセミシ ミコミームひーミサミセミウミオ. ミ墟サム紗ミオミイム巾オ ムミサミセミイミー ミコミセミスミイミオムムひクムムτ紗びム ミイ ミエミームび ミイ ミスミームミーミサミオ ムミクミスムムミセミスミクミキミームミクミク.
+
+
+
+**ミュムひセム ミソミームミーミシミオムび ミセムひセミアムミーミカミーミオムびム ムひセミサム糊コミセ ミソムミク ミコミセミソミクムミセミイミーミスミクミク ミクミサミク ミソミオムミオミシミオム禍オミスミクミク ムひクミソミー ムミクミスムムミセミスミクミキミームミクミク.**
+
+### ミ佯ミソミセミサム糊キムσケムひオ ミエミームび ミク ミイムミオミシム ムミセムひセ/ミイミクミエミオミセムム諌オミシミコミク ミエミサム ミソムミオミセミアムミーミキミセミイミーミスミクム ミコミサム紗ミオミイム錦 ムミサミセミイ, ミエミセミアミーミイミサミオミスミスム錦 ミイ ミコミームひーミサミセミウ ムミオミサミオミイミセミケ ミソミーミソミコミク.
+
+ミ篇ミサミク ム采ひセム ムミサミーミカミセミコ ムτムひーミスミセミイミサミオミス, ムひセ ミエミームひー ミク ミイムミオミシム ムム諌オミシミコミク ミクミキミイミサミオミコミーム紗びム ミクミキ Exif ミク ミクムミソミセミサム糊キムτ紗びム ミイミシミオムムひセ ミエミームび ミク ミイムミオミシミオミスミク ミスミームミーミサミー ムミクミスムムミセミスミクミキミームミクミク. ミ篇ミサミク ミエミームび ミク ミイムミオミシム ムム諌オミシミコミク ミスミオミサム糊キム ミクミキミイミサミオムム ミクミキ Exif, ミクムミソミセミサム糊キムσオムびム ミソミセムミサミオミエミスミオミオ ミクミキミシミオミスミオミスミスミセミオ ミイムミオミシム ムミーミケミサミー.
+
+
+
+### ミコミームひーミサミセミウ
+
+ミ」ミコミーミカミクムひオ ミクミシム ミウミサミーミイミスミセミウミセ ミクミサミク ムミオミサミオミイミセミウミセ ミコミームひーミサミセミウミー. ミ篇ミサミク ムミオミサミオミイミセミケ ミコミームひーミサミセミウ ミスミオ ムムτ禍オムムひイムσオム, ムひセ ミセミス ミアムσエミオム ムミセミキミエミーミス ミソムミク ムミクミスムムミセミスミクミキミームミクミク.
+
+
+
+### ミイム巾アミセム USB ミスミセムミクムひオミサム
+
+ミ柘巾アミオムミクムひオ ミコミセムミスミオミイムτ ミエミクムミオミコムひセムミクム USB-ミスミセムミクムひオミサム, ムムひセミアム ミソミセミサムτミクムび ミソムミーミイミー ミエミセムムびσソミー ミコ USB-ミスミセムミクムひオミサム. ミ篇ミサミク ミイム ミスミオ ミシミセミカミオムひオ ミオミウミセ ミイム巾アムミームび, ミソミオムミオミケミエミクムひオ ミイ "ミ慴オミスム -> ミ侑スムミセムミシミームミクム ミセ ムミクムムひオミシミオ" ミク ミセムひソムミーミイム袴ひオ ミクミスムミセムミシミームミクム ミセ ムミクムムひオミシミオ ムミーミキムミーミアミセムびミクミコム.
+
+USB-ミスミセムミクムひオミサム ミスミオミサム糊キム ミクムミソミセミサム糊キミセミイミームび, ミオムミサミク ミスミオム ムひセムミコミク ミコムミオミソミサミオミスミクム (ミスミーミソムミクミシミオム, / ミ・ムミーミスミクミサミクム禍オ/0123-0123-0123), ミコミセムひセムミーム ムミセミセムひイミオムびムひイムσオム UUID USB-ミスミセムミクムひオミサム.
+
+
+
+**ミ。ミサミオミエムτ紗禍クミオ ミセミソムミクミク ミセムひセミアムミーミカミーム紗びム ムひセミサム糊コミセ ミソムミク ミームムミクミイミクムミセミイミーミスミクミク ムひクミソミー ムミクミスムムミセミスミクミキミームミクミク.**
+
+### ミ樮ひセミアムミーミカミオミスミクミオ ミソミセミエムひイミオムミカミエミーム紗禍オミウミセ ムミセミセミアム禍オミスミクム, ミコミセミウミエミー ミエミームび ミク ミイムミオミシム ムム諌オミシミコミク ミスミオミイミセミキミシミセミカミスミセ ミソミセミサムτミクムび ミクミキ Exif.
+
+ミ篇ミサミク ム采ひセム ムミサミーミカミセミコ ムτムひーミスミセミイミサミオミス, ミソミセミサム糊キミセミイミームひオミサム ミアムσエミオム ミソミセミコミーミキミーミスミセ ムミセミセミアム禍オミスミクミオ, ミソミセミエムひイミオムミカミエミーム紗禍オミオ ミクムミソミセミサム糊キミセミイミーミスミクミオ ミソミセムミサミオミエミスミオミウミセ ミクミキミシミオミスミオミスミスミセミウミセ ミイムミオミシミオミスミク ムミーミケミサミー, ミオムミサミク ミエミームひー ミク ミイムミオミシム ムム諌オミシミコミク ミスミオ ミシミセミウムτ ミアム錦び ミソミセミサムτミオミスム ミクミキ Exif. ミ湲ミク ミイム巾アミセムミオ ミソムσスミコムひー ミ樮ひシミオミスミー ミイ ムミセミセミアム禍オミスミクミク ミソミセミエムひイミオムミカミエミオミスミクム ムミーミケミサ ミスミオ ミアムσエミオム ミキミーミームムミクミイミクムミセミイミーミス.
+
+
+
+### ミヲミオミサム ミエミサム ミームムミクミイミクムミセミイミーミスミクム
+
+ミ柘巾アミオムミクムひオ ミコムミクムひオムミクミク ミームムミクミイミクムミセミイミーミスミクム ムミセムひセミウムミームミクミケ.
+
+- ミ斷オミイミーミカミスミセ, ミイ ミコミーミコミセミケ ミエミオミスム ム采ひセ ミアム巾サミセ ムミエミオミサミーミスミセ.
+
+ ミ績ムミクミイミクムミセミイミームび ミイムミオ ムミセムひセミウムミームミクミク
+
+- ミ頒ームひー ムム貫岱シミコミク - ミアミセミサミオミオ 7 ミエミスミオミケ.
+
+ ミ岱セミサミオミオ ムミオミシ ミスミー 7 ミエミスミオミケ ムムひームム威オ ムひオミコムτ禍オミウミセ ミイムミオミシミオミスミク
+
+- ミ頒ームひー ムム貫岱シミコミク - ミアミセミサミオミオ 30 ミエミスミオミケ.
+
+ ミ岱セミサミオミオ ムミオミシ ミスミー 30 ミエミスミオミケ ムムひームム威オ ムひオミコムτ禍オミウミセ ミイムミオミシミオミスミク
+
+- ミ頒ームひー ムム貫岱シミコミク - ミアミセミサミオミオ 60 ミエミスミオミケ.
+
+ ミ岱セミサミオミオ ムミオミシ ミスミー 30 ミエミスミオミケ ムムひームム威オ ムひオミコムτ禍オミウミセ ミイムミオミシミオミスミク
+
+- ミ頒ームひー ムム貫岱シミコミク - ミアミセミサミオミオ 90 ミエミスミオミケ.
+
+ ミ岱セミサミオミオ ムミオミシ ミスミー 30 ミエミスミオミケ ムムひームム威オ ムひオミコムτ禍オミウミセ ミイムミオミシミオミスミク
+
+- ミ頒ームひー ムム貫岱シミコミク - ミアミセミサミオミオ 180 ミエミスミオミケ.
+
+ ミ岱セミサミオミオ ムミオミシ ミスミー 30 ミエミスミオミケ ムムひームム威オ ムひオミコムτ禍オミウミセ ミイムミオミシミオミスミク
+
+- ミ頒ームひー ムム貫岱シミコミク ミアミセミサム袴威オ ミウミセミエミー.
+
+ ミ頒ームひー ムミセムひセミウムミームミクミク ミアミセミサミオミオ ムミオミシ ミスミー ミウミセミエ ムムひームム威オ ムひオミコムτ禍オミウミセ ミイムミオミシミオミスミク.
+
+
+
+### ミ渙オムミオミクミシミオミスミセミイミームび ムミーミケミサ ミク ムミセムムミーミスミクムび ミオミウミセ ミイ ムσコミーミキミーミスミスミセミシ ミコミームひーミサミセミウミオ ミソムミク ミームムミクミイミクムミセミイミーミスミクミク
+
+ミ篇ミサミク ム采ひー ミセミソムミクム ムτムひーミスミセミイミサミオミスミー, ムひセ ミソムミク ミームムミクミイミクムミセミイミーミスミクミク ムミーミケミサ ミアムσエミオム ミソミオムミオミクミシミオミスミセミイミーミス. ミ侑シム ムミーミケミサミー ミシミセミカミオム ミアム錦び ムσコミーミキミーミスミセ ミイ ミコミームミオムムひイミオ ミエミームび ミク ミイムミオミシミオミスミク ミイ "ミィミーミアミサミセミスミオ ミクミシミオミスミク ムミーミケミサミー". ミ柘 ムひーミコミカミオ ミシミセミカミオムひオ ムミセミキミエミームび ミコミームひーミサミセミウ ミエミサム ムムミーミスミオミスミクム ムミーミケミサミセミイ. ミ渙セミカミーミサムσケムムひー, ミイミコミサム紗ミクムひオ "ミ。ミセムムミーミスム肖び ミイ ミコミームひーミサミセミウ ミソムミク ミームムミクミイミクムミセミイミーミスミクミク", ムムひセミアム ムムミーミスミクムび ミオミウミセ ミイ ミコミームひーミサミセミウミオ.
+
+
+
+### ミ侑シム ムミーミケミサミー ミスミセミシミオム ミキミーミコミーミキミー
+
+ミ頒セミアミーミイム袴ひオ ミスミセミシミオム ミキミーミコミーミキミー ミコ ミクミシミオミスミク ムミーミケミサミー ミソムミク ミームムミクミイミクムミセミイミーミスミクミク.
+
+- ミッ ミクミシ ミスミオ ミソミセミサム糊キムτ紗ム.
+
+ ミ斷オ ミエミセミアミーミイミサム紹ケムひオ ミスミセミシミオム ミキミーミコミーミキミー.
+
+- ミ頒セミアミーミイム ムびミオムミキミスミームミスミセミオ ムミクムミサミセ.
+
+ ミ頒セミアミーミイミクムび 001-999.
+
+- ミ頒セミアミーミイム ムミオムび錦ミオムミキミスミームミスミセミオ ムミクムミサミセ.
+
+ ミ頒セミアミーミイミクムび 0001-9999.
+
+- ミ頒セミアミーミイム ミソム肖ひクミキミスミームミスミセミオ ムミクムミサミセ.
+
+ ミ頒セミアミーミイミクムび 00001-99999.
+
+- ミ頒セミアミーミイム ム威オムムひクミキミスミームミスミセミオ ムミクムミサミセ.
+
+ ミ頒セミアミーミイミクムび 000001-999999.
+
+
+
+### ミィミーミアミサミセミス ミクミシミオミスミク ムミーミケミサミー
+
+- ミ樮ミクミウミクミスミーミサム糊スミセミオ ミクミシム
+
+ ミ漬イミオミエミクムひオ ミクミシム ムミーミケミサミー ミソミオムミオミエ ミソミオムミオミクミシミオミスミセミイミーミスミクミオミシ ミイ ム威ーミアミサミセミスミオ.
+
+- ミ。ミイミクミエミーミスミクミオ
+
+ ミ漬イミオミエミクムひオ ミイ ム威ーミアミサミセミス ミエミームび (ミスミーミソムミクミシミオム, 2018-04-16).
+
+- ミイムミオミシム
+
+ ミ漬イミオミエミクムひオ ミイムミオミシム (ミスミーミソムミクミシミオム, 12-00-30) ミイ ム威ーミアミサミセミス.
+
+- ミィミーミアミサミセミス ミクミシミオミスミク ムミーミケミサミー
+
+ ミ漬イミオミエミクムひオ ム威ーミアミサミセミス ミソミオムミオミクミシミオミスミセミイム巾イミーミオミシミセミウミセ ムミーミケミサミー. ミ厘スミームミオミスミクミオ ミソミセ ムσシミセミサムミーミスミクム DSC_%DATE%. ミ柘 ミシミセミカミオムひオ ミイミイミオムムひク ミコミサム紗ミオミイミセミオ ムミサミセミイミセ ミキミー ミコムτムミセムミセミシ, ミスミーミカミーミイ ミコミスミセミソミコム . ミ ミソミセムミサミオミエミスミオミケ ムムびミセミコミオ ミアムσエムτ ミソミセミコミーミキミーミスム ムミオミーミサム糊スミーム ミエミクムミオミコムひセムミクム ミク ミクミシム ムミーミケミサミー, ミコミセムひセムム巾ケ ミアムσエミオム ムミセムムミーミスミオミス.
+
+
+
+### ミ湲ミク ミームムミクミイミクムミセミイミーミスミクミク ミセミス ミアムσエミオム ムミセムムミーミスミオミス ミイ ミコミームひーミサミセミウ
+
+ミ柘 ミシミセミカミオムひオ ムミセミキミエミームび ミク ムミセムムミーミスミクムび ミコミームひーミサミセミウ ミソムミク ミームムミクミイミクムミセミイミーミスミクミク. ミ篇ミサミク ミソミセムムひーミイミクムび ミウミーミサミセムミコム ミイ ム采ひセミシ ミソミセミサミオ, ムひセ ミセムひセミアムミーミキミクムびム "ミィミーミアミサミセミス ミスミーミキミイミーミスミクム ミコミームひーミサミセミウミー".
+
+
+
+### ミィミーミアミサミセミス ミクミシミオミスミク ミコミームひーミサミセミウミー
+
+ミ漬イミオミエミクムひオ ム威ーミアミサミセミス ムミセミキミエミーミイミーミオミシミセミケ ミエミクムミオミコムひセムミクミク, ミスミーミソムミクミシミオム DIR-%YEAR%-%MONTH%. ミ柘 ミシミセミカミオムひオ ミイミイミオムムひク ミコミサム紗ミオミイミセミオ ムミサミセミイミセ ミキミー ミコムτムミセムミセミシ, ミスミーミカミーミイ ミコミスミセミソミコム .
+
+- ミキミーミソミーミエミスム巾ケ ミコミーミサミオミスミエミームム
+
+ ミ」ミコミーミカミクムひオ ミウミセミエ (ミスミーミソムミクミシミオム, 2018) ミイ ム威ーミアミサミセミスミオ.
+
+- ミシミオムム肖 (ミウミセミエミー)
+
+ ミ漬イミオミエミクムひオ ミイ ム威ーミアミサミセミスミオ ミシミオムム肖 (ミスミーミソムミクミシミオム, 04).
+
+- ミエミオミスム
+
+ ミ漬イミオミエミクムひオ ミイ ム威ーミアミサミセミス ミエミームび (ミスミーミソムミクミシミオム, 16).
+
+- ミィミーミアミサミセミス ミクミシミオミスミク ミコミームひーミサミセミウミー
+
+ ミ漬イミオミエミクムひオ ム威ーミアミサミセミス ムミセミキミエミーミイミーミオミシミセミウミセ ミコミームひーミサミセミウミー. ミ厘スミームミオミスミクム ミソミセ ムσシミセミサムミーミスミクム 窶 %ミ寅榧頒%.
+
+ミ ミソミセムミサミオミエミスミオミケ ムムびミセミコミオ ミアムσエムτ ミソミセミコミーミキミーミスム ムミオミーミサム糊スミーム ミエミクムミオミコムひセムミクム ミク ミクミシム ムミーミケミサミー, ミコミセムひセムム巾ケ ミアムσエミオム ムミセムムミーミスミオミス.
+
+
+
+### ミ渙セミカミーミサムσケムムひー, ムミシミセムびミクムひオ ミスミクミカミオ ミエミサム ミソミセミサムτミオミスミクム ミエミセミソミセミサミスミクムひオミサム糊スミセミケ ミクミスムミセムミシミームミクミク.
+
+https://drive.google.com/file/d/0B77t0XpnNT7OYzZ0U01rR0VRMlk/view?usp=sharing
+
+
\ No newline at end of file
diff --git a/help/SMBSync2_Help_RU_folder_zip.docx b/help/SMBSync2_Help_RU_folder_zip.docx
deleted file mode 100644
index 31f00258..00000000
Binary files a/help/SMBSync2_Help_RU_folder_zip.docx and /dev/null differ
diff --git a/help/SMBSync2_Help_RU_folder_zip.md b/help/SMBSync2_Help_RU_folder_zip.md
new file mode 100644
index 00000000..397a662b
--- /dev/null
+++ b/help/SMBSync2_Help_RU_folder_zip.md
@@ -0,0 +1,53 @@
+### ミ慴ームσスム ミ渙セミケミスム.
+
+ミ柘巾アミオムミクムひオ ムひセムミコム ミコムミオミソミサミオミスミクム, ミコミセムひセムミーム ミアムσエミオム ミクムミソミセミサム糊キミセミイミームび袴ム ミエミサム ミイミスムτびミオミスミスミオミウミセ ムムミーミスミオミスミクム.
+
+
+
+### ミ。ミセムムミーミスミクムび zip-ムミーミケミサ ミイ SDCARD
+
+ミ篇ミサミク ム采ひー ミセミソムミクム ムτムひーミスミセミイミサミオミスミー, ZIP-ムミーミケミサ ミアムσエミオム ムミセムムミーミスミオミス ミイ SDCARD.
+
+
+
+### ミ柘巾アミセム SDCARD
+
+ミ湲ミク ミスミーミカミームひクミク ミソミセム紹イミクムびム ム災コムミーミス ミイム巾アミセムミー SDCARD.
+
+
+
+### ミ。ミソミクムミセミコ ムミーミケミサミセミイ
+
+ミ樮ひセミアムミーミカミーミオム ムミソミクムミセミコ ムミーミケミサミセミイ.
+
+
+
+### ミ頒セミアミーミイミクムび ミコミサム紗ミオミイム巾オ ムミサミセミイミー.
+
+ミ ミコミームミオムムひイミオ ミクミシミオミス ムミオミサミオミイム錦 ムミーミケミサミセミイ ミシミセミカミスミセ ミクムミソミセミサム糊キミセミイミームび %YEAR%, %MONTH%, %DAY% ミク %DAY-OF-YEAR%. ミ墟サム紗ミオミイム巾オ ムミサミセミイミー ミコミセミスミイミオムムひクムムτ紗びム ミイ ミエミームび ミイ ミスミームミーミサミオ ムミクミスムムミセミスミクミキミームミクミク.
+
+
+
+### ミ。ムひオミソミオミスム ムミカミームひクム
+
+ミ柘巾アミオムミクムひオ ムτミセミイミオミスム ムミカミームひクム.
+
+
+
+### ミィミクムムミセミイミーミスミクミオ
+
+ミ柘巾アミオムミクムひオ ミシミオムひセミエ ム威クムムミセミイミーミスミクム.
+
+
+
+### ミ渙ームミセミサム
+
+ミ」ミコミーミカミクムひオ ミソミームミセミサム ミエミサム ム威クムムミセミイミーミスミクム.
+
+
+
+### ミ渙セミカミーミサムσケムムひー, ムミシミセムびミクムひオ ミスミクミカミオ ミエミサム ミソミセミサムτミオミスミクム ミエミセミソミセミサミスミクムひオミサム糊スミセミケ ミクミスムミセムミシミームミクミク.
+
+https://drive.google.com/file/d/0B77t0XpnNT7OYzZ0U01rR0VRMlk/view?usp=sharing
+
+
\ No newline at end of file
diff --git a/help/SMBSync2_Help_RU_task.docx b/help/SMBSync2_Help_RU_task.docx
deleted file mode 100644
index 92aaf74e..00000000
Binary files a/help/SMBSync2_Help_RU_task.docx and /dev/null differ
diff --git a/help/SMBSync2_Help_RU_task.md b/help/SMBSync2_Help_RU_task.md
new file mode 100644
index 00000000..88344d99
--- /dev/null
+++ b/help/SMBSync2_Help_RU_task.md
@@ -0,0 +1,236 @@
+### ムミオミカミクミシ ムひオムムひクムミセミイミーミスミクム
+
+ミ篇ミサミク ム采ひセム ムミサミーミカミセミコ ムτムひーミスミセミイミサミオミス, ムミーミケミサ ミスミオ ミアムσエミオム ムσエミーミサミオミス ミクミサミク ムミコミセミソミクムミセミイミーミス. ミ佯ミソミセミサム糊キムσケムひオ ム采び ムムσスミコムミクム, ムムひセミアム ムσイミクミエミオムび, ミコミーミコミクミオ ムミーミケミサム ミコミセミソミクムムτ紗びム ミクミサミク ムσエミーミサム肖紗びム ミソムミク ムミクミスムムミセミスミクミキミームミクミク ミイ ミキミーミエミームミオ ムミクミスムムミセミスミクミキミームミクミク. ミ柘 ミシミセミカミオムひオ ムσイミクミエミオムび, ミコミーミコミクミオ ムミーミケミサム ミコミセミソミクムムτ紗びム ミクミサミク ムσエミーミサム肖紗びム ミソミセ ミクムムひセムミクミク ミク ムミセミセミアム禍オミスミクム紹シ. ミ ムひオムムひセミイミセミシ ムミオミカミクミシミオ ミスミオ ミシミセミカミオム ミアム錦び ムτムひーミスミセミイミサミオミスミセ ミーミイムひセミシミームひクムミオムミコミセミオ ミキミーミエミーミスミクミオ ムミクミスムムミセミスミクミキミームミクミク.
+
+### ミーミイムひセムミクミスムムミセミスミスミーム ミキミーミエミームミー
+
+ミ篇ミサミク ミスミーミカミームび ミコミスミセミソミコム Sync, ミコミセミウミエミー ミスミク ミセミエミスミセ ミキミーミエミーミスミクミオ ミスミオ ミイム巾アムミーミスミセ, ミセミスミセ ムムひーミスミセミイミクムびム ミキミーミエミーミスミクミオミシ ミエミサム ミスミームミーミサミー ムミクミスムムミセミスミクミキミームミクミク.
+
+### ミクミシム ミキミーミエミームミク
+
+ミ侑シム ミキミーミエミームミク ムミクミスムムミセミスミクミキミームミクミク. ミ侑シミオミスミー ミスミオ ムムσイムムひイミクムひオミサム糊スム ミコ ムミオミウミクムムびム.
+
+### ミシミオムひセミエ ムミクミスムムミセミスミクミキミームミクミク
+
+ミ柘巾アミオムミクムひオ ミシミオムひセミエ ミクミキ ミ厘オムミコミーミサミセ, ミ墟セミソミクムミセミイミームび, ミ渙オムミオミシミオムムひクムび ミクミサミク ミ績ムミクミイミクムミセミイミームび. ミ。ミクミスムムミセミスミクミキミームミクム ミセムムτ禍オムムひイミサム紹オムびム ミイ ミセミエミスミセムムひセムミセミスミスミオミシ ミスミーミソムミーミイミサミオミスミクミク ミセム ミイミオミエムτ禍オミウミセ ミコ ムミオミサミク.
+
+- ミ慴クミサミサミオム
+
+ ミ墟ームひーミサミセミウ ミク ムミーミケミサム ミスミー ミセムミスミセミイミスミセミケ ムムひセムミセミスミオ ミアムσエムτ ムミコミセミソミクムミセミイミーミスム ミスミー ムミオミサミオミイムτ ムムひセムミセミスム (*1), ミー ムミーミケミサム ミク ミコミームひーミサミセミウミク ミスミー ムミオミサミオミイミセミケ ムムひセムミセミスミオ, ミコミセムひセムム巾オ ミスミオ ムムτ禍オムムひイムτ紗 ミスミー ミセムミスミセミイミスミセミケ ムムひセムミセミスミオ, ミアムσエムτ ムσエミーミサミオミスム ミソミセムミサミオ ミキミーミイミオムム威オミスミクム ミコミセミソミクムミセミイミーミスミクム.
+
+- ミエミイミクミカミオミスミクミオ
+
+ ミ墟ームひーミサミセミウミク ミク ムミーミケミサム ミスミー ミイミオミエムτ禍オミケ ムムひセムミセミスミオ ミコミセミソミクムムτ紗びム ミスミー ムミオミサミオミイムτ ムムひセムミセミスム, ミー ムミーミケミサム ミスミー ミイミオミエムτ禍オミケ ムムひセムミセミスミオ, ムミコミセミソミクムミセミイミーミスミスム巾オ ミスミー ムミオミサミオミイムτ ムムひセムミセミスム, ムσエミーミサム肖紗びム. (ミ榧エミスミーミコミセ, ミオムミサミク ムミーミケミサ ミクミシミオミオム ムひセ ミカミオ ミクミシム, ムムひセ ミク ミイミオミエムτ禍クミケ ミク ムミオミサミオミイミセミケ, ムミーミキミシミオム ムミーミケミサミー ミク ミエミームひー ミセミアミスミセミイミサミオミスミクム ミセミエミクミスミーミコミセミイム, ムひセ ミイミオミエムτ禍クミケ ムミーミケミサ ムσエミーミサム紹オムびム, ミー ミスミオ ミコミセミソミクムムσオムびム.
+
+- ミコミセミソミクム
+
+ ミ、ミーミケミサム ミイ ミウミサミーミイミスミセミシ ミコミームひーミサミセミウミオ ミコミセミソミクムムτ紗びム ミイ ムミオミサミオミイムτ ミエミクムミオミコムひセムミクム.
+
+- ミームムミクミイ
+
+ ミ、ミセムひセミウムミームミクミク ミク ミイミクミエミオミセ ミイ ミセムミスミセミイミスミセミシ ミコミームひーミサミセミウミオ ミアムσエムτ ミソミオムミオミシミオム禍オミスム ミコ ムミオミサミク, ミオムミサミク ミエミームひー ムム諌オミシミコミク 7 ミエミスミオミケ ミクミサミク ミスミー 30 ミエミスミオミケ ムミーミスム袴威オ, ムミオミシ ミアム巾サミー ミイム巾ソミセミサミスミオミスミー ミキミーミソミクムム ミイ ミームムミクミイ. (ミ斷セ ムび ミスミオ ミシミセミカミオム尉 ミクムミソミセミサム糊キミセミイミームび ミシミセミサミスミクム ミスミー ムミオミサミク.)
+
+*1 ミ湲ミク ミイム巾ソミセミサミスミオミスミクミク ミサム社アミセミウミセ ミクミキ ムミサミオミエムτ紗禍クム ムびミオム ムτミサミセミイミクミケ ムミーミケミサ ミセムミオミスミクミイミーミオムびム ミコミーミコ ムミーミケミサ ムミーミキミスミクムム ミク ミコミセミソミクムムσオムびム ミクミサミク ミソミオムミオミシミオム禍ーミオムびム. ミ榧エミスミーミコミセ, ミイム ミシミセミカミオムひオ ミクミウミスミセムミクムミセミイミームび ムミーミキミシミオム ムミーミケミサミー ミク ミイムミオミシム ミソミセムミサミオミエミスミオミウミセ ミセミアミスミセミイミサミオミスミクム ミイ ミセミソムミクム肖 ミキミーミエミームミク ムミクミスムムミセミスミクミキミームミクミク.
+
+- ミ、ミーミケミサ ミスミオ ムムτ禍オムムひイムσオム.
+
+- ミミーミキミシミオム ムミーミケミサミー ミセムひサミクムミーミオムびム.
+
+- ミ頒ームひー ミク ミイムミオミシム ミソミセムミサミオミエミスミオミウミセ ミセミアミスミセミイミサミオミスミクム ミセムひサミクムミーム紗びム ミアミセミサミオミオ ムミオミシ ミスミー 3 ムミオミコムσスミエム (ミコミセミサミクムミオムムひイミセ ムミオミコムσスミエ ミシミセミカミオム ミアム錦び ミクミキミシミオミスミオミスミセ ム ミソミセミシミセム禾袴 ミセミソムミクミク ミキミーミエミームミク ムミクミスムムミセミスミクミキミームミクミク).
+
+### ミ渙セミシミオミスム紹ケムひオ ムミセミキム紹クミスミー ミク ムミオミサム
+
+ミ渙セミシミオミスム紹ケムひオ ミシミオムムひーミシミク ムミセミエミオムミカミクミシミセミオ ミセムミスミセミイミスミセミケ ミク ムミオミサミオミイミセミケ ミソミーミソミセミコ.
+
+### ミセムミスミセミイミスミーム ミソミーミソミコミー
+
+ミ」ミコミーミカミクムひオ ミセムミスミセミイミスムτ ミソミーミソミコム ミエミサム ムミクミスムムミセミスミクミキミームミクミク. ミ墟セムミスミクムひオムム ミキミスミームミコミー, ムムひセミアム ミセムひセミアムミーミキミクムび ム災コムミーミス ムミオミエミーミコムひクムミセミイミーミスミクム ミクムムミセミエミスミセミケ ミソミーミソミコミク.
+
+### ムミオミサミオミイミーム ミソミーミソミコミー
+
+ミ」ミコミーミカミクムひオ ムミオミサミオミイムτ ミソミーミソミコム ミエミサム ムミクミスムムミセミスミクミキミームミクミク. ミ墟セムミスミクムひオムム ミキミスミームミコミー, ムムひセミアム ミセムひセミアムミーミキミクムび ム災コムミーミス ムミオミエミーミコムひクムミセミイミーミスミクム ミソミーミソミコミク ミスミーミキミスミームミオミスミクム.
+
+### ミ柘巾アミセム ムミーミケミサミー ミエミサム ムミクミスムムミセミスミクミキミームミクミク
+
+ミ篇ミサミク ミスミオ ミソムミセミイミオムミクムび, ミイムミオ ムミーミケミサム ミアムσエムτ ムミクミスムムミセミスミクミキミクムミセミイミーミスム. ミ篇ミサミク ミ柘 ムτムひーミスミセミイミクムひオ ム采ひセム ムミサミーミカミセミコ, ミ柘 ミシミセミカミオムひオ ミイム巾アムミームび ムミーミケミサム ミエミサム ムミクミスムムミセミスミクミキミームミクミク.
+
+- ミ。ミクミスムムミセミスミクミキミームミクム ミームσエミクミセ ムミーミケミサミセミイ
+
+ ミ湲ミク ムτムひーミスミセミイミコミオ ムミサミーミカミコミー ミセミス ミアムσエミオム ムミクミスムムミセミスミクミキミクムミセミイミームび ムミーミケミサム ムミセ ムミサミオミエムτ紗禍クミシミク ムミームム威クムミオミスミクム紹シミク.
+ aac, aif, aifc, aiff, flac, kar, m3u, m4a, mid, midi, mp2, mp3, mpga, ogg, ra, ram, wav
+
+- ミ。ミクミスムムミセミスミクミキミームミクム ムミーミケミサミセミイ ミクミキミセミアムミーミカミオミスミクミケ
+
+ ミ湲ミク ムτムひーミスミセミイミコミオ ムミサミーミカミコミー ミセミス ミアムσエミオム ムミクミスムムミセミスミクミキミクムミセミイミームび ムミーミケミサム ムミセ ムミサミオミエムτ紗禍クミシミク ムミームム威クムミオミスミクム紹シミク.
+ bmp, cgm, djv, djvu, gif, ico, ief, jpe, jpeg, jpg, pbm, pgm, png,pnm, ppm, ras, rgb, svg, tif, tiff, wbmp, xbm, xpm, xwd
+
+- ミ。ミクミスムムミセミスミクミキミクムミセミイミームび ミイミクミエミオミセムミーミケミサム
+
+ ミ湲ミク ムτムひーミスミセミイミコミオ ムミサミーミカミコミー ミセミス ミアムσエミオム ムミクミスムムミセミスミクミキミクムミセミイミームび ムミーミケミサム ムミセ ムミサミオミエムτ紗禍クミシミク ムミームム威クムミオミスミクム紹シミク.
+ avi, m4u, mov, mp4, movie, mpe, mpeg, mpg, mxu, qt, wmv
+
+- ムミーミケミサミセミイム巾ケ ムミクミサム袴び
+
+ ミ墫ミセミシミオ ミイム錦威オムσコミーミキミーミスミスミセミウミセ, ミイム ミシミセミカミオムひオ ミイム巾アムミームび ミクミシム ミク ムミームム威クムミオミスミクミオ ムミーミケミサミー, ミコミセムひセムム巾ケ ミアムσエミオム ムミクミスムムミセミスミクミキミクムミセミイミームび袴ム
+
+### ミ」ミコミーミカミクムひオ ミソミセミエミコミームひーミサミセミウ, ミコミセムひセムム巾ケ ミアムσエミオム ムミクミスムムミセミスミクミキミクムミセミイミーミス
+
+ミ篇ミサミク ミスミオ ミソムミセミイミオムミクムび, ミイムミオ ミソミセミエミコミームひーミサミセミウミク ミアムσエムτ ムミクミスムムミセミスミクミキミクムミセミイミーミスム. ミ篇ミサミク ミイム ミセムひシミオムひクムひオ ム采ひセ, ムひセ ミスミー ム災コムミーミスミオ ミソミセム紹イミクムびム ミコミスミセミソミコミー ムミクミサム袴びミームミクミク ミコミームひーミサミセミウミセミイ.
+
+- ミコミームひーミサミセミカミスム巾ケ ムミクミサム袴び
+
+ミ柘 ミシミセミカミオムひオ ミイム巾アムミームび ミコミームひーミサミセミウ ミエミサム ムミクミスムムミセミスミクミキミームミクミク
+
+### ミ斷ームミクミスミーミケムひオ ムミクミスムムミセミスミクミキミームミクム ムひセミサム糊コミセ ミイミセ ミイムミオミシム ミキミームム紹エミコミク
+
+ミ柘 ミシミセミカミオムひオ ミキミーミソムτムひクムび ムミクミスムムミセミスミクミキミームミクム ムひセミサム糊コミセ ミイミセ ミイムミオミシム ミキミームム紹エミコミク. ミ厘ーミソムτミコ ミシミセムひクミイミー, ミコミセミウミエミー ミセミス ミスミオ ミキミームム紹カミーミオムびム, ミソムミクミイミセミエミクム ミコ ミセム威クミアミコミオ ミク ミセムムひーミスミーミイミサミクミイミーミオム ミキミーミソムτミコ ミソミセムミサミオミエムτ紗禍クム ムミクミスムムミセミスミスム錦 ミキミーミエミーム.
+
+### ミ榧アムミーミアミームび巾イミームび ムミーミケミサム ミイ ミエミクムミオミコムひセムミクミク ミスミオミソミセムムミオミエムムひイミオミスミスミセ ミソミセミエ ミエミクムミオミコムひセムミクミオミケ, ムσコミーミキミーミスミスミセミケ ミイミオミエムτ禍クミシ ムτムびミセミケムムひイミセミシ
+
+ミ篇ミサミク ムミサミーミカミセミコ ムτムひーミスミセミイミサミオミス, ムひセ ミアムσエムτ ミセミアムミーミアミームび巾イミームび袴ム ムミーミケミサム ミイ ミコミームひーミサミセミウミオ, ムσコミーミキミーミスミスミセミシ ミイ ミセムミスミセミイミスミセミケ ミソミーミソミコミオ, ミク ミオミウミセ ミソミセミエミコミームひーミサミセミウミーム, ミー ムひーミコミカミオ ムミーミケミサム ミイ ミソミセミエミコミームひーミサミセミウミーム. ミ篇ミサミク ムミサミーミカミセミコ ミスミオ ムτムひーミスミセミイミサミオミス, ミアムσエムτ ミセミアムミーミアミームび巾イミームび袴ム ムひセミサム糊コミセ ミソミセミエミコミームひーミサミセミウミク ミク ムミーミケミサム ミイ ミソミセミエミコミームひーミサミセミウミーム ミイ ミコミームひーミサミセミウミオ, ムσコミーミキミーミスミスミセミシ ミイ ミウミサミーミイミスミセミケ ミソミーミソミコミオ.
+
+ミ斷ーミソムミクミシミオム: ミ篇ミサミク ミコミセムミオミスム ミイミスムτびミオミスミスミオミウミセ ムムミーミスミクミサミクム禍ー ミエミセミサミカミオミス ミアム錦び ミウミサミーミイミスム巾シ, ミー ミコミームひーミサミセミウ ミエミサム ムミクミスムムミセミスミクミキミームミクミク ムσコミーミキミーミス ミイ ムミクミサム袴びミオ ミイム巾アミセムミー ミコミームひーミサミセミウミー, ムひセ ミセムムひーミイム袴ひオ ミオミウミセ ミスミオミセムひシミオムミオミスミスム巾シ, ムミーミケミサム ミイ ミコミセムミスミオミイミセミシ ミコミームひーミサミセミウミオ ミアムσエムτ ミクムミコミサム紗ミオミスム.
+
+### ミ湲ミセミイミオムミコミー ミソミオムミオミエ ミコミセミソミクムミセミイミーミスミクミオミシ ミクミサミク ムσエミーミサミオミスミクミオミシ
+
+ミ篇ミサミク ム采ひセム ムミサミーミカミセミコ ムτムひーミスミセミイミサミオミス, ミソミオムミオミエ ムσエミーミサミオミスミクミオミシ ミク ミソミオムミオミキミーミソミクムム袴 ムミーミケミサミー ミセムひセミアムミーミキミクムびム ミエミクミーミサミセミウミセミイミセミオ ミセミコミスミセ ミソミセミエムひイミオムミカミエミオミスミクム.
+
+### ミアミオムミソムミセミイミセミエミスミーム ミ嶢漬。
+
+- ミ岱オミウミクムひオ ミエミーミカミオ ミイ ミイム巾コミサム紗ミオミスミスミセミシ ムミセムムひセム紹スミクミク
+
+ ミ渙セミソムミセミアムσオム ミキミーミソムτムひクムび ムミクミスムムミセミスミクミキミームミクム, ミエミーミカミオ ミオムミサミク Wifi ミイム巾コミサム紗ミオミス.
+
+- ミ渙セミエミコミサム紗ミクムび袴ム ミコ ミサム社アミセミケ ムひセムミコミオ ミエミセムムびσソミー
+
+ ミ帯σエミオム ムミクミスムムミセミスミクミキミクムミセミイミームび袴ム ムひセミサム糊コミセ ミソムミク ミソミセミエミコミサム紗ミオミスミクミク ミコ ムミオムひク Wi-Fi. ミ榧ス ミソムミクミシミオム ミサム社アミセミオ ミクミシム WLAN SSID.
+
+- ミ侑シミオミオム ムミームムひスム巾ケ ミーミエムミオム
+
+ ミ柘 ミシミセミカミオムひオ ミクミスミクムミクミクムミセミイミームび ムミクミスムムミセミスミクミキミームミクム ムひセミサム糊コミセ ミイ ムひセミシ ムミサムτミーミオ, ミオムミサミク IP-ミーミエムミオム, ミソムミクムミイミセミオミスミスム巾ケ ムミオムひク WiFi, ミスミームミセミエミクムびム ミイ ムミサミオミエムτ紗禍クム ミエミクミーミソミーミキミセミスミーム: 10.0.0.0 - 10.255.255.255, 172.16.0.0 - 172.31.255.255 ミクミサミク 192.168.0.0 - 192.168.255.255.
+
+- ムミソミクムミセミコ IP-ミーミエムミオムミセミイ
+
+ ミ。ミクミスムムミセミスミクミキミームミクム ミシミセミカミスミセ ミスミームミームび ムひセミサム糊コミセ ミイ ムひセミシ ムミサムτミーミオ, ミオムミサミク IP-ミーミエムミオム WiFi ムミセミイミソミーミエミーミオム ム ミセミエミスミクミシ ミクミキ ムσコミーミキミーミスミスム錦 ミーミエムミオムミセミイ. ミ柘 ムひーミコミカミオ ミシミセミカミオムひオ ミスミーミソムム紹シムτ ミエミセミアミーミイミクムび ムひオミコムτ禍クミケ IP-ミーミエムミオム, ミコ ミコミセムひセムミセミシム ミソミセミエミコミサム紗ミオミスミセ ミイミーム威オ ムτムびミセミケムムひイミセ ムミオムミオミキ ムミソミクムミセミコ ミイム巾アミセムミー IP-ミーミエムミオムミセミイ.
+ミ頒サム ムミクミサム袴びミー ミシミセミカミスミセ ミクムミソミセミサム糊キミセミイミームび ミソミセミエムムひーミスミセミイミセムミスム巾オ ミキミスミーミコミク. (ミスミーミソムミクミシミオム, 192.168.100.\*, 192.168.\*)
+
+ミ。ムτ禍オムムひイムσオム ミスミオムミコミセミサム糊コミセ ムミソミセムミセミアミセミイ ムミクミスムムミセミスミクミキミームミクミク ミソムミク ミソミセミエミコミサム紗ミオミスミクミク ミコ ミセミソムミオミエミオミサミオミスミスミセミシム WiFi. ミ渙セミエムミセミアミスミセムムひク ムミシ. ミイ ムミーミキミエミオミサミオ FAQ.
+
+1. ミ侑キミシミオミスミクムひオ IP-ミーミエムミオム ミスミー ムムひセ-ムひセ ミコムミセミシミオ 192.168.0.0/24 ミスミー ミイミーム威オミシ WiFi-ミシミームム尉ムτひクミキミームひセムミオ ミク ミエミセミアミーミイム袴ひオ ミオミウミセ ミイ ムミソミクムミセミコ IP-ミーミエムミオムミセミイ
+2. ミ、ミクミコムミームミクム IP-ミーミエムミオムミー ミスミー ムムひセムミセミスミオ Android ミク ミオミウミセ ムミオミウミクムムびミームミクム ミイ ムミソミクムミコミオ IP-ミーミエムミオムミセミイ
+
+### ミ湲ミセミソムτムひクムひオ ミキミーミエミームム, ミオムミサミク IP-ミーミエムミオム WLAN ミスミオ ムミセミイミソミーミエミーミオム ム ムσコミーミキミーミスミスム巾シ IP-ミーミエムミオムミセミシ.
+ミ。ミクミスムムミセミスミクミキミームミクム ミソムミセミソムτムひクム ミキミーミエミームム, ミオムミサミク ミセミスミー ミスミオ ムミセミセムひイミオムびムひイムσオム ミキミーミエミーミスミスム巾シ ミコムミクムひオムミクム紹シ.
+
+### ミミーミキムミオム威クムび ムミクミスムムミセミスミクミキミームミクム ムミセ ミイムミオミシミク IP-ミーミエムミオムミーミシミク (ミイミコミサム紗ミーム ミソムσアミサミクムミスム巾オ)
+
+ミ。ミクミスムムミセミスミクミキミームミクム ミアムσエミオム ムミーミキムミオム威オミスミー ミイムム紹コミクミケ ムミーミキ, ミコミセミウミエミー Wifi ミソミセミエミコミサム紗ミオミス ミコ ミサム社アミセミケ ムミオムひク, ミエミーミカミオ ミスミー ミソムσアミサミクムミスム錦 IP-ミエミクミーミソミーミキミセミスミーム (ミコミーミコ ミイ ミソムσアミサミクムミスミセミシ Wifi).
+
+### ミ渙セミコミーミキミームび ミアミセミサム袴威オ ミイミームミクミーミスムひセミイ
+
+**ミ。ミサミオミエムτ紗禍クミオ ミセミソムミクミク ミエミセミサミカミスム ミクムミソミセミサム糊キミセミイミームび袴ム ムひセミサム糊コミセ ミエミサム ムミームム威クムミオミスミスム錦 ミスミームムびミセミオミコ.**
+ミ湲ミセミソムτムひクムひオ ミキミーミエミームム, ミオムミサミク IP-ミーミエムミオム WLAN ミスミオ ムミセミイミソミーミエミーミオム ム ムσコミーミキミーミスミスム巾シ IP-ミーミエムミオムミセミシ.
+
+
+### ミ渙セミエミコミームひーミサミセミウミク ミセミアムミーミアミセムひコミク
+
+ミ湲ミク ムτムひーミスミセミイミコミオ ムミサミーミカミコミー ミソミセミエミコミームひーミサミセミウ, ミイム巾アムミーミスミスム巾ケ ムミクミサム袴びミセミシ ムミクミスムムミセミスミクミキミームミクミク, ミアムσエミオム ムミクミスムムミセミスミクミキミクムミセミイミーミス. ミ篇ミサミク ム采ひセ ミスミオ ミアムσエミオム ミソムミセミイミオムミオミスミセ, ミソミセミエミコミームひーミサミセミウミク ミスミオ ミアムσエムτ ムミクミスムムミセミスミクミキミクムミセミイミーミスム.
+
+
+
+### ミ榧アムミーム禍ームび袴ム ム ミソムτムび巾シ ミコミームひーミサミセミウミセミシ
+
+ミ篇ミサミク ム采ひー ミセミソムミクム ムτムひーミスミセミイミサミオミスミー, ミアムσエミオム ムミクミスムムミセミスミクミキミクムミセミイミーミスミー ミソムτムひーム ミエミクムミオミコムひセムミクム. (ミ。ミセミキミエミーミオム ミソムτムびτ ミエミクムミオミコムひセムミクム ミスミー ムミオミサミク.)
+
+
+
+### ミ榧アムミーミアミセムひコミー ムミコムム錦び錦 ミエミクムミオミコムひセムミクミケ
+
+ミ篇ミサミク ム采ひー ミセミソムミクム ムτムひーミスミセミイミサミオミスミー, ムミコムム錦び巾ケ ミコミームひーミサミセミウ ミアムσエミオム ムミクミスムムミセミスミクミキミクムミセミイミーミス. (ミ斷ー Android ミクミシム ムミコムム錦ひセミウミセ ミコミームひーミサミセミウミー - ". (ミ頒クムミオミコムひセムミクム, ムミセミキミエミーミスミスミーム ミソムミク ムミクミスムムミセミスミクミキミームミクミク, ミスミオ ム紹イミサム紹オムびム ムミコムム錦ひセミケ ミエミクムミオミコムひセムミクミオミケ, ミソミセムミコミセミサム糊コム ミセミスミー ミソムミオミエムムひーミイミサミオミスミー ミアミクムひーミシミク ミエミクムミオミコムひセムミクミク, ミー ミスミオ ミクミシミオミスミオミシ ミエミクムミオミコムひセムミクミク ミイ Windows ミク Samba.
+
+
+
+### ミ榧アムミーミアミセムひコミー ムミコムム錦び錦 ムミーミケミサミセミイ
+
+ミ篇ミサミク ム采ひー ミセミソムミクム ムτムひーミスミセミイミサミオミスミー, ムミコムム錦び巾オ ムミーミケミサム ミアムσエムτ ムミクミスムムミセミスミクミキミクムミセミイミーミスム. (ミ斷ー Android ミクミシム ムミコムム錦ひセミウミセ ムミーミケミサミー "...". (ミ、ミーミケミサ, ムミセミキミエミーミスミスム巾ケ ミソムミク ムミクミスムムミセミスミクミキミームミクミク, ミスミオ ム紹イミサム紹オムびム ムミコムム錦び巾シ ムミーミケミサミセミシ, ムひーミコ ミコミーミコ ミイ Windows ミク Samba ミセミス ミソムミオミエムムひーミイミサミオミス ミアミクムひーミシミク ミイ ミコミームひーミサミセミウミオ, ミー ミスミオ ミクミシミオミスミオミシ ムミーミケミサミー.
+
+
+
+### ミ漬セムムムひーミスミセミイミサミオミスミクミオ, ミオムミサミク ミイミセ ミイムミオミシム ムミクミスムムミセミスミクミキミームミクミク ミイミセミキミスミクミコミーミオム ムミオムひオミイミーム ミセム威クミアミコミー.
+
+ミ渙セミイムひセムミスミーム ムミクミスムムミセミスミクミキミームミクム ムひセミサム糊コミセ ミイ ムミサムτミーミオ ミセム威クミアミコミク ミスミー ムσエミーミサミオミスミスミセミケ ムムひセムミセミスミオ. ミ墟ーミカミエミーム ミソミセミイムひセムミスミーム ミソミセミソム錦ひコミー ミエミセミサミカミスミー ミアム錦び ムミエミオミサミーミスミー ムミオムミオミキ 30 ムミオミコムσスミエ ミソミセムミサミオ ミイミセミキミスミクミコミスミセミイミオミスミクム ミセム威クミアミコミク.
+
+
+
+### ミ佯ミソミセミサム糊キムσケムひオ ムミクミサム袴びム ミイム巾アミセムミー/ミクムミコミサム紗ミオミスミクム ムミームム威クムミオミスミスミセミケ ミエミクムミオミコムひセムミクミク
+
+ミ篇ミサミク ミソムミク ミクムミコミサム紗ミオミスミクミク ミイミオムムミスミオミウミセ ミコミームひーミサミセミウミー ミイム巾アムミーミスミー ミスミクミカミスム肖 ミエミクムミオミコムひセムミクム, ムひセ ミスミクミカミスム肖 ミアムσエミオム ミスミームムびミセミオミスミー ミスミー ムミクミスムムミセミスミクミキミームミクム.
+
+### ミ佯ミソミセミサム糊キミセミイミームび ミスミセミイムτ ミイミオムムミクム ムミクミサム袴びミー 2
+
+ミ渙セムミサミオ ミイミコミサム紗ミオミスミクム ミシミセミカミスミセ ミクムミソミセミサム糊キミセミイミームび ミスミセミイム巾ケ ムミクミサム袴び. ミ榧ス ミシミセミカミオム ミイミオムムひク ムミオミアム ミクミスミームミオ, ムミオミシ ムムひームム巾ケ ムミクミサム袴び, ミソミセム采ひセミシム, ミソミセミカミーミサムσケムムひー, ムび禍ームひオミサム糊スミセ ミソムミセミイミオムム袴ひオ ミオミウミセ ミソミオムミオミエ ミクムミソミセミサム糊キミセミイミーミスミクミオミシ.
+
+### ミ湲ミク ミキミオムミコミーミサム糊スミセミシ ミセムひセミアムミーミカミオミスミクミク ムミスミームミーミサミー ムσエミーミサミクムひオ.
+
+ミ湲ミク ミソムミセミイミオムミコミオ ムミスミームミーミサミー ムσエミーミサム肖紗びム ミコミームひーミサミセミウミク ミク ムミーミケミサム, ミコミセムひセムム巾オ ミスミオ ムムτ禍オムムひイムτ紗 ミイ ミセムミスミセミイミスミセミケ ミソミーミソミコミオ, ミー ミキミームひオミシ ミコミセミソミクムムτ紗びム ムミーミケミサム, ミセムひサミクムミーム紗禍クミオムム ミソミセ ムミーミキミシミオムム ミクミサミク ミイムミオミシミオミスミク ミソミセムミサミオミエミスミオミウミセ ミクミキミシミオミスミオミスミクム, ミクミキ ミセムミスミセミイミスミセミケ ミソミーミソミコミク.
+
+ミ篇ミサミク ミセムミスミセミイミスミセミケ ミソミーミソミコミセミケ ム紹イミサム紹オムびム SMB, ムひセ ムミコミーミスミクムミセミイミーミスミクミオ ムミーミケミサミセミイ ミソミセ ムミオムひク ミキミーミスミクミシミーミオム ミシミスミセミウミセ ミイムミオミシミオミスミク. ミ渙セ ミイミセミキミシミセミカミスミセムムひク ミクムミソミセミサム糊キムσケムひオ ミソムミセムひセミコミセミサ SMB "SMB2".
+
+
+
+### ミ斷オ ムミクミスムムミセミスミクミキミクムムσケムひオ ミイムミオミシム ミソミセムミサミオミエミスミオミウミセ ミセミアミスミセミイミサミオミスミクム ムミオミサミオミイミセミウミセ ムミーミケミサミー ム ミイミオミエムτ禍クミシ.
+
+ミ漬コミサム紗ミクムひオ ミオミウミセ, ミオムミサミク SmbFile#setLastModified() ミクミサミク File#setLastModified() ミイム巾ケミエミオム ミクミキ ムムびミセム. ミ「ミーミコミクミシ ミセミアムミーミキミセミシ, ムミーミキミスミクムミー ミシミオミカミエム ムミーミケミサミセミシ ミク ムミーミケミサミセミシ ミセミソムミオミエミオミサム紹オムびム ムムτ禍オムムひイミセミイミーミスミクミオミシ ムミーミケミサミー ミク ミオミウミセ ムミーミキミシミオムミセミシ.
+
+
+
+### ミ厘ームムひーミイミクムび SMBSSync2 ミソミセミサムτミクムび ミソミセムミサミオミエミスム紗 ミクミキミシミオミスミオミスミスムτ ミエミームび ミク ミイムミオミシム.
+
+ミ渙セミソムミセミアムσケムひオ ミコミーミカミエム巾ケ ムミーミキ ミコミセミソミクムミセミイミームび ミイムミオ ムミーミケミサム: ムミセムムミーミスム紹ケムひオ ミソミセムミサミオミエミスム紗 ミクミキミシミオミスミオミスミスムτ ミエミームび ミク ミイムミオミシム ミサミセミコミーミサム糊スミセミウミセ ムミーミケミサミー ミソミセ-ムミイミセミオミシム SMBSync2, ミアミオミキ ミクムミソミセミサム糊キミセミイミーミスミクム Java File#setLastModified().
+
+
+
+### ミ榧ウムミーミスミクムミクムび ミアムτミオム IO ミエミセ 16KB ミソムミク ミキミーミソミクムミク SMB ミソミーミソミセミコ.
+
+**ミ篇ミサミク ミソムミク ミキミーミソミクムミク ミイ ミソミーミソミコム PC/NAS ミ柘 ミソミセミサムτミクミサミク ミセム威クミアミコム "ミ頒セムムびσソ ミキミーミソムミオム禍オミス",** ミソミセミカミーミサムσケムムひー, ミソミセミソムミセミアムσケムひオ. ミ篇ミサミク ム采ひー ミセミソムミクム ムτムひーミスミセミイミサミオミスミー, ムひセ ミセミスミー ミセミウムミーミスミクムミクミイミーミオム IO ミアムτミオム ミエミサム ムσエミーミサミオミスミスミセミケ ミキミーミソミクムミク ムミーミケミサミセミイ ミエミセ 16 ミ墟. ミ「ミオミシ ミスミオ ミシミオミスミオミオ, ミソムミセミクミキミイミセミエミクムひオミサム糊スミセムムび ミアムσエミオム ムτムσエム威ームび袴ム.
+
+
+
+### ミ佯ミソミセミサム糊キムσケムひオ ムミーミキミシミオム ムミーミケミサミー ミエミサム ミセミソムミオミエミオミサミオミスミクム ムミーミキミスミクムム
+
+ミ篇ミサミク ムミーミキミシミオム ムミーミケミサミー ミセムひサミクムミーミオムびム, ムひセ ミソムミク ミソムミセミイミオムミコミオ ミセミス ミアムσエミオム ムムミクムひームび袴ム ムミーミキミスム巾シ.
+
+
+
+### ミ「ミセミサム糊コミセ ミコミセミウミエミー ムミーミキミシミオム ムミーミケミサミー ミイミオミエムτ禍オミウミセ ミイミオミサミクミコ, ミセミス ミセムミオミスミクミイミーミオムびム ミコミーミコ ムミーミケミサ ムミーミキミスミクムム.
+
+ミ篇ミサミク ム采ひー ミセミソムミクム ムτムひーミスミセミイミサミオミスミー, ムひセ ムミクミスムムミセミスミクミキミームミクム ミアムσエミオム ミセムムτ禍オムムひイミサム肖び袴ム ムひセミサム糊コミセ ミソムミク ミアミセミサム袴威セミシ ムミーミキミシミオムミオ ミウミサミーミイミスミセミウミセ ムミーミケミサミー.
+
+
+
+### ミ佯ミソミセミサム糊キミセミイミームび ミエミサム ミセミソムミオミエミオミサミオミスミクム ムミーミキミスミクムム ミソミセムミサミオミエミスミオミオ ミクミキミシミオミスミオミスミスミセミオ ミイムミオミシム ムミーミケミサミー
+
+ミ篇ミサミク ミイムミオミシム ミソミセムミサミオミエミスミオミウミセ ミセミアミスミセミイミサミオミスミクム ムミーミケミサミー ミセムひサミクムミーミオムびム, ムひセ ミソムミク ミソムミセミイミオムミコミオ ミセミスミセ ミセムミオミスミクミイミーミオムびム ミコミーミコ ムミーミキミスミクムミー.
+
+
+
+### ミミーミキミスミクムミー ミイ ムミーミキムミオム尉岱スミスミセミシ ミイムミオミシミオミスミク ミソミセムミサミオミエミスミオミウミセ ミセミアミスミセミイミサミオミスミクム ミイ ムムσカミエミオミスミクミク ミセ ムミーミケミサミオ ムミーミキミスミクムム
+
+ミ柘巾アミオムミクムひオ ミシミオミカミエム 1 ムミオミコムσスミエミセミケ, 3 ムミオミコムσスミエミーミシミク ミク 10 ムミオミコムσスミエミーミシミク. ミ篇ミサミク ムミーミキミスミクムミー ミイ ミソミセムミサミオミエミスミオミシ ミクミキミシミオミスミオミスミスミセミシ ミイムミオミシミオミスミク ムミーミケミサミー ミスミームミセミエミクムびム ミイ ミソムミオミエミオミサミーム ミイム巾アムミーミスミスミセミケ ムミーミキミスミクムム ミイミセ ミイムミオミシミオミスミク, ムひセ ミソムミオミエミソミセミサミーミウミーミオムびム, ムムひセ ミセミスミー ミスミオ ミシミオミスム紹オムびム.
+
+
+
+### ミ斷オ ミソミオムミオミキミーミソミクムム巾イミーミケムひオ ムミオミサミオミイミセミケ ムミーミケミサ, ミオムミサミク ミセミス ミスミセミイム巾ケ, ムミオミシ ミセムミスミセミイミスミセミケ.
+
+ミ篇ミサミク ム采ひセム ムミサミーミカミセミコ ムτムひーミスミセミイミサミオミス, ミセミス ミソミオムミオミキミーミソミクムム巾イミーミオム ムミーミケミサ ムひセミサム糊コミセ ミイ ムひセミシ ムミサムτミーミオ, ミオムミサミク ミウミサミーミイミスム巾ケ ムミーミケミサ ミスミセミイミオミオ ムミオミサミオミイミセミウミセ, ミエミーミカミオ ミオムミサミク ムミーミキミシミオム ムミーミケミサミー ミク ミイムミオミシム ミソミセムミサミオミエミスミオミウミセ ミクミキミシミオミスミオミスミクム ミセムひサミクムミーム紗びム.
+
+
+
+### ミ湲ミセミソムτムひクムび ミセミアムミーミアミセムひコム ミコミームひーミサミセミウミセミイ ミクミサミク ムミーミケミサミセミイ, ムミセミエミオムミカミーム禍クム ミスミオミエミセムムびσソミスム巾オ ムミクミシミイミセミサム ミイ ミクミシミオミスミク ミコミームひーミサミセミウミー ミクミサミク ムミーミケミサミー. (", :,\fnDroid, *, <, >, |)
+
+ミ篇ミサミク ム采ひセム ムミサミーミカミセミコ ムτムひーミスミセミイミサミオミス, ムひセ ミイミシミオムムひセ ミセミアムミーミアミセムひコミク ミエミクムミオミコムひセムミクミク/ムミーミケミサミー, ムミセミエミオムミカミーム禍オミウミセ ミスミオミエミセムムびσソミスム巾オ ムミクミシミイミセミサム, ミアムσエミオム ミセムひセミアムミーミカミームび袴ム ミソムミオミエムσソムミオミカミエミーム紗禍オミオ ムミセミセミアム禍オミスミクミオ ミク ミセミアムミーミアミームび巾イミームび袴ム ムミサミオミエムτ紗禍クミケ ミコミームひーミサミセミウ/ムミーミケミサ.
+
+
+
+### ミ渙セミカミーミサムσケムムひー, ムミシミセムびミクムひオ ミスミクミカミオ ミエミサム ミソミセミサムτミオミスミクム ミエミセミソミセミサミスミクムひオミサム糊スミセミケ ミクミスムミセムミシミームミクミク.
+https://drive.google.com/file/d/0B77t0XpnNT7OYzZ0U01rR0VRMlk/view?usp=sharing
\ No newline at end of file
diff --git a/help/SMBSync2_Help_ZH_folder_internal.docx b/help/SMBSync2_Help_ZH_folder_internal.docx
deleted file mode 100644
index 2fdaf877..00000000
Binary files a/help/SMBSync2_Help_ZH_folder_internal.docx and /dev/null differ
diff --git a/help/SMBSync2_Help_ZH_folder_internal.md b/help/SMBSync2_Help_ZH_folder_internal.md
new file mode 100644
index 00000000..144e3df4
--- /dev/null
+++ b/help/SMBSync2_Help_ZH_folder_internal.md
@@ -0,0 +1,175 @@
+### 謖りスス轤ケ
+
+騾画叫逕ィ莠主驛ィ蟄伜お逧謖りスス轤ケ縲
+
+
+
+### 逶ョ蠖墓ク蜊
+
+轤ケ蜃サ蛻苓。ィ謖蛾聴騾画叫隕∵遠蠑逧逶ョ蠖包シ檎┯蜷守せ蜃サ蜿ウ萓ァ逧蜊暮画潔髓ョ縲 轤ケ蜃サ蜿ウ萓ァ逧蜊暮画潔髓ョ霑幄。碁画叫縲
+
+
+
+### 逶ョ蠖
+
+霎灘・逶ョ譬謌紋クサ逶ョ蠖輔 螯よ棡謔ィ謖螳夂噪逶ョ蠖穂ク榊ュ伜惠シ悟ー蝨ィ蜷梧ュ・霑遞倶クュ蛻帛サコ隸・逶ョ蠖輔
+
+
+
+### 蟆蜷梧ュ・譌カ髣エ/譌・譛溯ソス蜉蛻ー逶ョ蠖募錐遘ーシ亥ウ髞ョ蟄怜ー逕ア謇ァ陦悟酔豁・逧譌・譛溷柱譌カ髣エ譖ソ謐「シ
+
+謔ィ蜿ッ莉・蝨ィ逶ョ譬逶ョ蠖穂クュ菴ソ逕ィ%YEAR%縲%MONTH%縲%DAY%蜥%DAY-OF-YEAR%縲 蜈ウ髞ョ蟄怜惠蜷梧ュ・蠑蟋区慮霓ャ謐「荳コ譌・譛溘
+
+
+
+蜿ェ譛牙ス灘酔豁・邀サ蝙倶クコ螟榊宛謌也ァサ蜉ィ譌カシ梧燕莨壽仞遉コ豁、騾蛾。ケ縲
+
+### 蟆辣ァ迚/隗鬚醍噪諡肴槍譌カ髣エ/譌・譛溯ソス蜉蛻ー逶ョ蠖募錐遘ーシ亥ウ髞ョ蟄怜ー陲ォ譖ソ謐「荳コ辣ァ迚/隗鬚醍噪諡肴槍譌・譛溷柱譌カ髣エシ
+
+螯よ棡菴荳崎ス莉殺xif荳ュ闔キ蜿匁律譛溷柱譌カ髣エシ瑚ッキ菴ソ逕ィ譁莉カ逧譛蜷惹ソョ謾ケ譌カ髣エ莉」譖ソ縲
+
+
+
+莉・荳矩蛾。ケ莉蝨ィ蜷梧ュ・邀サ蝙倶クコ"蟄俶。」"譌カ謇堺シ壽仞遉コ縲
+
+### 螯よ棡譌・譛溷柱譌カ髣エ譌豕暮夊ソEXIF謨ー謐ョ遑ョ螳夲シ瑚ッキ譏セ遉コ遑ョ隶、豸域ッ縲
+
+螯よ棡蜍セ騾会シ悟ヲよ棡荳崎ス莉殺xif荳ュ闔キ蠕玲律譛溷柱譌カ髣エシ悟吩シ壽署遉コ逕ィ謌キ遑ョ隶、譏ッ蜷ヲ菴ソ逕ィ譁莉カ逧譛蜷惹ソョ謾ケ譌カ髣エ縲 螯よ棡蟆遑ョ隶、菫。諱ッ隶セ鄂ョ荳コ "蜿匁カ"シ悟吩ク堺シ壼ッケ譁莉カ霑幄。悟ュ俶。」縲
+
+
+
+### 蝨ィ莉・荳区ュ蜀オ荳句ス呈。」譁莉カ
+
+騾画叫謔ィ隕∝ュ俶。」逧辣ァ迚逧譬蜃縲
+
+- 莉サ菴墓律譛滂シ亥ィ驛ィシ
+
+ 謇譛臥ァ迚蟄俶。」
+
+- 螟ァ莠7螟ゥ
+
+ 驥髮譌・譛滓ッ泌ス灘燕譌カ髣エ譌ゥ7螟ゥ莉・荳翫
+
+- 雜霑30螟ゥ
+
+ 驥髮譌・譛滓ッ泌ス灘燕譌カ髣エ譌ゥ30螟ゥ莉・荳翫
+
+- 雜霑60螟ゥ
+
+ 驥髮譌・譛滓ッ泌ス灘燕譌カ髣エ譌ゥ60螟ゥ莉・荳翫
+
+- 雜霑90螟ゥ
+
+ 驥髮譌・譛滓ッ泌ス灘燕譌カ髣エ譌ゥ90螟ゥ莉・荳翫
+
+- 雜霑180螟ゥ
+
+ 驥髮譌・譛滓ッ泌ス灘燕譌カ髣エ譌ゥ180螟ゥ莉・荳翫
+
+- 1蟷エ莉・荳
+
+ 驥髮逧譌・譛滓ッ皮鴫蝨ィ逧譌カ髣エ譌ゥ莠荳蟷エ螟壹
+
+
+
+### 蝨ィ蟆譁莉カ蠖呈。」蛻ー逶ョ譬譁莉カ螟ケ荵句燕シ瑚ッキ蜈域峩謾ケ譁莉カ蜷阪
+
+螯よ棡蜍セ騾会シ悟ス呈。」譌カ蟆驥榊多蜷肴枚莉カ縲 蜿ッ莉・蝨ィ "譁莉カ蜷肴ィ。譚ソ "荳ュ逕ィ譌・譛溷柱譌カ髣エ譚・蜻ス蜷肴枚莉カ縲 菴荵溷庄莉・蛻帛サコ荳荳ェ逶ョ蠖墓擂蟄伜お譁莉カ縲 螯よ棡諠ウ謚頑枚莉カ謾セ蝨ィ逶ョ蠖穂クュシ瑚ッキ蜷ッ逕ィ "蠖呈。」譌カ菫晏ュ伜芦逶ョ蠖"縲
+
+
+
+### 騾夊ソ霑ス蜉譚・蠅槫刈譁莉カ蜷
+
+蠖呈。」譌カ蝨ィ譁莉カ蜷堺クュ豺サ蜉隶「蜊募捷縲
+
+- 荳崎ヲ∵困
+
+ 荳崎ヲ∵キサ蜉蠎丞怜捷
+
+- 2菴肴焚蟄怜コ丞暦シ01-99シ
+
+ 蜉01-99
+
+- 3菴肴焚蟄怜コ丞暦シ001-999シ
+
+ 蜉001-999
+
+- 4菴肴焚蟄怜コ丞暦シ0001-9999シ
+
+ 蜉0001-9999
+
+- 5菴肴焚蟄怜コ丞暦シ00001-99999シ
+
+ 蜉00001-99999
+
+- 6菴肴焚蟄怜コ丞暦シ000001-999999シ
+
+ 蜉000001-999999
+
+
+
+### 譁莉カ蜷肴ィ。譚ソ
+
+- 蜷咲ァー
+
+ 蝨ィ讓。譚ソ荳ュ霎灘・蜴溷ァ区枚莉カ蜷阪
+
+- 譌・譛滂シYYYY-MM-DDシ
+
+ 蝨ィ讓。譚ソ荳ュ霎灘・譌・譛滂シ亥ヲ2018-04-16シ峨
+
+- 譌・譛滂シYYYYMMDDシ
+
+ 蝨ィ讓。譚ソ荳ュ霎灘・譌・譛滂シ亥ヲ20180416シ峨
+
+- 譌カ髣エシHHMMSSシ
+
+ 蝨ィ讓。譚ソ荳ュ霎灘・荳荳ェ譌カ髣エシ亥ヲ12-00-30シ峨
+
+- 譌カ髣エシHHMMSSシ
+
+ 蝨ィ讓。譚ソ荳ュ霎灘・荳荳ェ譌カ髣エシ亥ヲ120030シ峨
+
+- 譁莉カ蜷肴ィ。譚ソ
+
+ 霎灘・隕驥榊多蜷咲噪譁莉カ讓。譚ソ縲 鮟倩ョ、蛟シ荳コDSC_%DATE%縲 謖我ク区潔髓ョ蜿ッ莉・蝨ィ蜈画蜷手セ灘・蜈ウ髞ョ隸阪
+
+譛蜷惹ク陦梧仞遉コ莠隕∽ソ晏ュ倡噪螳樣刔逶ョ蠖募柱譁莉カ蜷阪
+
+
+
+### 譬ケ謐ョ諡肴槍譌・譛溷帛サコ逶ョ蠖穂サ・蟄伜お譁莉カ縲
+
+蠖呈。」譌カ蜿ッ莉・蛻帛サコ蜥悟ュ伜お荳荳ェ逶ョ蠖輔 螯よ棡蜍セ騾会シ悟吩シ壼コ邇ー "逶ョ蠖募錐遘ー讓。譚ソ"縲
+
+
+
+### 逶ョ蠖募錐遘ー讓。譚ソ縲
+
+霎灘・隕∝帛サコ逧逶ョ蠖包シ悟ヲDIR-%YEAR%-%MONTH%縲 謖我ク区潔髓ョ蜿ッ莉・蝨ィ蜈画蜷手セ灘・蜈ウ髞ョ隸阪
+
+- 蟷エ
+
+ 蝨ィ讓。譚ソ荳ュ霎灘・蟷エ莉スシ亥ヲ2018蟷エシ峨
+
+- 譛
+
+ 蝨ィ讓。譚ソ荳ュ霎灘・蟷エ譛域律シ亥ヲ04シ峨
+
+- 譌・
+
+ 蝨ィ讓。譚ソ荳ュ霎灘・譌・譛滂シ亥ヲ16シ峨
+
+- 逶ョ蠖募錐遘ー讓。譚ソ縲
+
+ 鮟倩ョ、蛟シ荳コ%YEAR%縲 鮟倩ョ、蛟シ荳コ%YEAR%縲
+
+譛蜷惹ク陦梧仞遉コ譁莉カ蟄俶叛逧螳樣刔逶ョ蠖募柱譁莉カ蜷阪
+
+
+
+### 譖エ螟壻ソ。諱ッシ瑚ッキ逵倶ク区枚縲
+
+https://drive.google.com/file/d/0B77t0XpnNT7OSzBzcV9SemEwbkE/view?usp=sharing
+
+
\ No newline at end of file
diff --git a/help/SMBSync2_Help_ZH_folder_sdcard.docx b/help/SMBSync2_Help_ZH_folder_sdcard.docx
deleted file mode 100644
index d17437ea..00000000
Binary files a/help/SMBSync2_Help_ZH_folder_sdcard.docx and /dev/null differ
diff --git a/help/SMBSync2_Help_ZH_folder_sdcard.md b/help/SMBSync2_Help_ZH_folder_sdcard.md
new file mode 100644
index 00000000..0f55ac4f
--- /dev/null
+++ b/help/SMBSync2_Help_ZH_folder_sdcard.md
@@ -0,0 +1,177 @@
+### 逶ョ蠖墓ク蜊
+
+轤ケ蜃サ蛻苓。ィ謖蛾聴騾画叫隕∵遠蠑逧逶ョ蠖包シ檎┯蜷守せ蜃サ蜿ウ萓ァ逧蜊暮画潔髓ョ縲 轤ケ蜃サ蜿ウ萓ァ逧蜊暮画潔髓ョ霑幄。碁画叫縲
+
+
+
+### 蟆蜷梧ュ・譌カ髣エ/譌・譛溯ソス蜉蛻ー逶ョ蠖募錐遘ーシ亥ウ髞ョ蟄怜ー逕ア謇ァ陦悟酔豁・逧譌・譛溷柱譌カ髣エ譖ソ謐「シ
+
+謔ィ蜿ッ莉・蝨ィ逶ョ譬逶ョ蠖穂クュ菴ソ逕ィ%YEAR%縲%MONTH%縲%DAY%蜥%DAY-OF-YEAR%縲 蜈ウ髞ョ蟄怜惠蜷梧ュ・蠑蟋区慮霓ャ謐「荳コ譌・譛溘
+
+
+
+**蜿ェ譛牙ス灘酔豁・邀サ蝙倶クコ螟榊宛謌也ァサ蜉ィ譌カシ梧燕莨壽仞遉コ豁、騾蛾。ケ縲**
+
+### 蟆辣ァ迚/隗鬚醍噪諡肴槍譌カ髣エ/譌・譛溯ソス蜉蛻ー逶ョ蠖募錐遘ーシ亥ウ髞ョ蟄怜ー陲ォ譖ソ謐「荳コ辣ァ迚/隗鬚醍噪諡肴槍譌・譛溷柱譌カ髣エシ
+
+螯よ棡菴荳崎ス莉殺xif荳ュ闔キ蜿匁律譛溷柱譌カ髣エシ瑚ッキ菴ソ逕ィ譁莉カ逧譛蜷惹ソョ謾ケ譌カ髣エ莉」譖ソ縲
+
+
+
+### 逶ョ蠖
+
+霎灘・逶ョ譬謌紋クサ逶ョ蠖輔 螯よ棡謔ィ謖螳夂噪逶ョ蠖穂ク榊ュ伜惠シ悟ー蝨ィ蜷梧ュ・霑遞倶クュ蛻帛サコ隸・逶ョ蠖輔
+
+
+
+### 蜈∬ョク蜀吝・SDCARD
+
+菴蠢鬘サ騾画叫SDCARD逧譬ケ逶ョ蠖墓燕閭ス隶ソ髣ョSDCARD縲
+
+**莉・荳矩蛾。ケ莉蝨ィ蜷梧ュ・邀サ蝙倶クコ "蟄俶。」 "譌カ謇堺シ壽仞遉コ縲**
+
+### 螯よ棡譌・譛溷柱譌カ髣エ譌豕暮夊ソEXIF謨ー謐ョ遑ョ螳夲シ瑚ッキ譏セ遉コ遑ョ隶、豸域ッ縲
+
+螯よ棡蜍セ騾会シ悟ヲよ棡荳崎ス莉殺xif荳ュ闔キ蠕玲律譛溷柱譌カ髣エシ悟吩シ壽署遉コ逕ィ謌キ遑ョ隶、譏ッ蜷ヲ菴ソ逕ィ譁莉カ逧譛蜷惹ソョ謾ケ譌カ髣エ縲 螯よ棡蟆遑ョ隶、菫。諱ッ隶セ鄂ョ荳コ "蜿匁カ"シ悟吩ク堺シ壼ッケ譁莉カ霑幄。悟ュ俶。」縲
+
+
+
+### 蝨ィ莉・荳区ュ蜀オ荳句ス呈。」譁莉カ
+
+騾画叫謔ィ隕∝ュ俶。」逧辣ァ迚逧譬蜃縲
+
+- 莉サ菴墓律譛滂シ亥ィ驛ィシ
+
+ 謇譛臥ァ迚蟄俶。」
+
+- 螟ァ莠7螟ゥ
+
+ 驥髮譌・譛滓ッ泌ス灘燕譌カ髣エ譌ゥ7螟ゥ莉・荳翫
+
+- 雜霑30螟ゥ
+
+ 驥髮譌・譛滓ッ泌ス灘燕譌カ髣エ譌ゥ30螟ゥ莉・荳翫
+
+- 雜霑60螟ゥ
+
+ 驥髮譌・譛滓ッ泌ス灘燕譌カ髣エ譌ゥ60螟ゥ莉・荳翫
+
+- 雜霑90螟ゥ
+
+ 驥髮譌・譛滓ッ泌ス灘燕譌カ髣エ譌ゥ90螟ゥ莉・荳翫
+
+- 雜霑180螟ゥ
+
+ 驥髮譌・譛滓ッ泌ス灘燕譌カ髣エ譌ゥ180螟ゥ莉・荳翫
+
+- 1蟷エ莉・荳
+
+ 驥髮逧譌・譛滓ッ皮鴫蝨ィ逧譌カ髣エ譌ゥ莠荳蟷エ螟壹
+
+
+
+### 蝨ィ蟆譁莉カ蠖呈。」蛻ー逶ョ譬譁莉カ螟ケ荵句燕シ瑚ッキ蜈域峩謾ケ譁莉カ蜷阪
+
+螯よ棡蜍セ騾会シ悟ス呈。」譌カ蟆驥榊多蜷肴枚莉カ縲 蜿ッ莉・蝨ィ "譁莉カ蜷肴ィ。譚ソ "荳ュ逕ィ譌・譛溷柱譌カ髣エ譚・蜻ス蜷肴枚莉カ縲 菴荵溷庄莉・蛻帛サコ荳荳ェ逶ョ蠖墓擂蟄伜お譁莉カ縲 螯よ棡諠ウ謚頑枚莉カ謾セ蝨ィ逶ョ蠖穂クュシ瑚ッキ蜷ッ逕ィ "蠖呈。」譌カ菫晏ュ伜芦逶ョ蠖"縲
+
+
+
+### 騾夊ソ霑ス蜉譚・蠅槫刈譁莉カ蜷
+
+蠖呈。」譌カ蝨ィ譁莉カ蜷堺クュ豺サ蜉隶「蜊募捷縲
+
+- 荳崎ヲ∵困
+
+ 荳崎ヲ∵キサ蜉蠎丞怜捷
+
+- 2菴肴焚蟄怜コ丞暦シ01-99シ
+
+ 蜉01-99
+
+- 3菴肴焚蟄怜コ丞暦シ001-999シ
+
+ 蜉001-999
+
+- 4菴肴焚蟄怜コ丞暦シ0001-9999シ
+
+ 蜉0001-9999
+
+- 5菴肴焚蟄怜コ丞暦シ00001-99999シ
+
+ 蜉00001-99999
+
+- 6菴肴焚蟄怜コ丞暦シ000001-999999シ
+
+ 蜉000001-999999
+
+
+
+### 譁莉カ蜷肴ィ。譚ソ
+
+- 蜷咲ァー
+
+ 蝨ィ讓。譚ソ荳ュ霎灘・蜴溷ァ区枚莉カ蜷阪
+
+- 譌・譛滂シYYYY-MM-DDシ
+
+ 蝨ィ讓。譚ソ荳ュ霎灘・譌・譛滂シ亥ヲ2018-04-16シ峨
+
+- 譌・譛滂シYYYYMMDDシ
+
+ 蝨ィ讓。譚ソ荳ュ霎灘・譌・譛滂シ亥ヲ20180416シ峨
+
+- 譌カ髣エシHHMMSSシ
+
+ 蝨ィ讓。譚ソ荳ュ霎灘・荳荳ェ譌カ髣エシ亥ヲ12-00-30シ峨
+
+- 譌カ髣エシHHMMSSシ
+
+ 蝨ィ讓。譚ソ荳ュ霎灘・荳荳ェ譌カ髣エシ亥ヲ120030シ峨
+
+- 譁莉カ蜷肴ィ。譚ソ
+
+ 霎灘・隕驥榊多蜷咲噪譁莉カ讓。譚ソ縲 鮟倩ョ、蛟シ荳コDSC_%DATE%縲 謖我ク区潔髓ョ蜿ッ莉・蝨ィ蜈画蜷手セ灘・蜈ウ髞ョ隸阪
+
+譛蜷惹ク陦梧仞遉コ莠隕∽ソ晏ュ倡噪螳樣刔逶ョ蠖募柱譁莉カ蜷阪
+
+
+
+### 譬ケ謐ョ諡肴槍譌・譛溷帛サコ逶ョ蠖穂サ・蟄伜お譁莉カ縲
+
+蠖呈。」譌カ蜿ッ莉・蛻帛サコ蜥悟ュ伜お荳荳ェ逶ョ蠖輔 螯よ棡蜍セ騾会シ悟吩シ壼コ邇ー "逶ョ蠖募錐遘ー讓。譚ソ"縲
+
+
+
+### 逶ョ蠖募錐遘ー讓。譚ソ縲
+
+霎灘・隕∝帛サコ逧逶ョ蠖包シ悟ヲDIR-%YEAR%-%MONTH%縲 謖我ク区潔髓ョ蜿ッ莉・蝨ィ蜈画蜷手セ灘・蜈ウ髞ョ隸阪
+
+- 蟷エ
+
+ 蝨ィ讓。譚ソ荳ュ霎灘・蟷エ莉スシ亥ヲ2018蟷エシ峨
+
+- 譛
+
+ 蝨ィ讓。譚ソ荳ュ霎灘・蟷エ譛域律シ亥ヲ04シ峨
+
+- 譌・
+
+ 蝨ィ讓。譚ソ荳ュ霎灘・譌・譛滂シ亥ヲ16シ峨
+
+- 逶ョ蠖募錐遘ー讓。譚ソ縲
+
+ 鮟倩ョ、蛟シ荳コ%YEAR%縲 鮟倩ョ、蛟シ荳コ%YEAR%縲
+
+譛蜷惹ク陦梧仞遉コ譁莉カ蟄俶叛逧螳樣刔逶ョ蠖募柱譁莉カ蜷阪
+
+
+
+
+
+### 譖エ螟壻ソ。諱ッシ瑚ッキ逵倶ク区枚縲
+
+https://drive.google.com/file/d/0B77t0XpnNT7OSzBzcV9SemEwbkE/view?usp=sharing
+
+
+
+
\ No newline at end of file
diff --git a/help/SMBSync2_Help_ZH_folder_smb.docx b/help/SMBSync2_Help_ZH_folder_smb.docx
deleted file mode 100644
index e8c128fe..00000000
Binary files a/help/SMBSync2_Help_ZH_folder_smb.docx and /dev/null differ
diff --git a/help/SMBSync2_Help_ZH_folder_smb.md b/help/SMBSync2_Help_ZH_folder_smb.md
new file mode 100644
index 00000000..acfc1edf
--- /dev/null
+++ b/help/SMBSync2_Help_ZH_folder_smb.md
@@ -0,0 +1,237 @@
+### 謳懃エ「SMB譛榊苅蝎ィ
+
+謔ィ蜿ッ莉・謇ォ謠冗ス醍サ懷ケカ譟・逵鬼MB譛榊苅蝎ィ逧蛻苓。ィ縲
+
+
+
+### 譛榊苅蝎ィ荳サ譛コ蜷/ IP蝨ー蝮
+
+逕ィ蜷咲ァー謌蜂P蝨ー蝮謖螳售MB譛榊苅蝎ィ逧荳サ譛コ縲 螯よ棡荳崎ス逕ィ蜷榊ュ礼匳蠖包シ悟ーア逕ィIP蝨ー蝮謖螳壹
+
+
+
+### SMB蜊剰ョョ
+
+謖螳夊ヲ∽スソ逕ィ逧ТMB蜊剰ョョ縲
+
+- 菴ソ逕ィSMB V1
+
+- 菴ソ逕ィSMB V2シ2.01シ
+
+- 菴ソ逕ィSMB V2シ2.11シ
+
+- 菴ソ逕ィSMB V2 / 3シ2.12シ
+
+- 菴ソ逕ィSMB V2 / 3シ2.14シ
+
+
+
+### 謖螳夂ォッ蜿」蜿キ
+
+謖螳壽蜃遶ッ蜿」蜿キ譏ッ蜷ヲ荳榊庄逕ィ縲 譬蜃遶ッ蜿」蜿キ荳コ445謌139縲
+
+
+
+### 菴ソ逕ィ蟶先姐蜷榊柱蟇遐
+
+謔ィ蠢鬘サ謖螳壻ク荳ェ雍ヲ謌キ謌門ッ遐√
+
+
+
+### 逕ィ謌キ蜷
+
+謖螳啀C/NAS荳願ョセ鄂ョ逧雍ヲ蜿キ蜷咲ァーシ御ク崎ス菴ソ逕ィ蠕ョ霓ッ雍ヲ蜿キシ瑚ッキ蛻帛サコ譛ャ蝨ー雍ヲ蜿キ蟷カ謖螳壹
+
+
+
+### 蟇遐
+
+謖螳壼惠PC/NAS荳願ョセ鄂ョ逧蟇遐√
+
+
+
+### 蛻怜コ閧。莉ス
+
+轤ケ蜃サ謖蛾聴シ梧仞遉コ蜿ッ莉・騾画叫逧蜈ア莠ォ蜷咲ァーシ檎┯蜷守せ蜃サ蜈ア莠ォ蜷咲ァーシ梧潔 "遑ョ螳"縲
+
+
+
+### 蜈ア逕ィ蜷
+
+菴蜿ッ莉・逕ィ謇玖セ灘・蜈ア莠ォ蜷咲ァー縲
+
+
+
+### 逶ョ蠖墓ク蜊
+
+轤ケ蜃サ蛻苓。ィ謖蛾聴騾画叫隕∵遠蠑逧逶ョ蠖包シ檎┯蜷守せ蜃サ蜿ウ萓ァ逧蜊暮画潔髓ョ縲 轤ケ蜃サ蜿ウ萓ァ逧蜊暮画潔髓ョ霑幄。碁画叫縲
+
+
+
+### 逶ョ蠖
+
+菴蜿ッ莉・逕ィ謇玖ソ帛・PC/NAS逶ョ蠖輔
+
+
+
+### 蟆蜷梧ュ・譌カ髣エ/譌・譛溯ソス蜉蛻ー逶ョ蠖募錐遘ーシ亥ウ髞ョ蟄怜ー逕ア謇ァ陦悟酔豁・逧譌・譛溷柱譌カ髣エ譖ソ謐「シ
+
+謔ィ蜿ッ莉・蝨ィ逶ョ譬逶ョ蠖穂クュ菴ソ逕ィ%YEAR%縲%MONTH%縲%DAY%蜥%DAY-OF-YEAR%縲 蜈ウ髞ョ蟄怜惠蜷梧ュ・蠑蟋区慮霓ャ謐「荳コ譌・譛溘
+
+
+
+**蜿ェ譛牙ス灘酔豁・邀サ蝙倶クコ螟榊宛謌也ァサ蜉ィ譌カシ梧燕莨壽仞遉コ豁、騾蛾。ケ縲**
+
+### 蟆辣ァ迚/隗鬚醍噪諡肴槍譌カ髣エ/譌・譛溯ソス蜉蛻ー逶ョ蠖募錐遘ーシ亥ウ髞ョ蟄怜ー陲ォ譖ソ謐「荳コ辣ァ迚/隗鬚醍噪諡肴槍譌・譛溷柱譌カ髣エシ
+
+螯よ棡菴荳崎ス莉殺xif荳ュ闔キ蜿匁律譛溷柱譌カ髣エシ瑚ッキ菴ソ逕ィ譁莉カ逧譛蜷惹ソョ謾ケ譌カ髣エ莉」譖ソ縲
+
+
+
+**莉・荳矩蛾。ケ莉蝨ィ蜷梧ュ・邀サ蝙倶クコ "蟄俶。」 "譌カ謇堺シ壽仞遉コ縲**
+
+### 螯よ棡譌・譛溷柱譌カ髣エ譌豕暮夊ソEXIF謨ー謐ョ遑ョ螳夲シ瑚ッキ譏セ遉コ遑ョ隶、豸域ッ縲
+
+螯よ棡蜍セ騾会シ悟ヲよ棡荳崎ス莉殺xif荳ュ闔キ蠕玲律譛溷柱譌カ髣エシ悟吩シ壽署遉コ逕ィ謌キ遑ョ隶、譏ッ蜷ヲ菴ソ逕ィ譁莉カ逧譛蜷惹ソョ謾ケ譌カ髣エ縲 螯よ棡蟆遑ョ隶、菫。諱ッ隶セ鄂ョ荳コ "蜿匁カ"シ悟吩ク堺シ壼ッケ譁莉カ霑幄。悟ュ俶。」縲
+
+
+
+### 蝨ィ莉・荳区ュ蜀オ荳句ス呈。」譁莉カ
+
+騾画叫謔ィ隕∝ュ俶。」逧辣ァ迚逧譬蜃縲
+
+- 莉サ菴墓律譛滂シ亥ィ驛ィシ
+
+ 謇譛臥ァ迚蟄俶。」
+
+- 螟ァ莠7螟ゥ
+
+ 驥髮譌・譛滓ッ泌ス灘燕譌カ髣エ譌ゥ7螟ゥ莉・荳翫
+
+- 雜霑30螟ゥ
+
+ 驥髮譌・譛滓ッ泌ス灘燕譌カ髣エ譌ゥ30螟ゥ莉・荳翫
+
+- 雜霑60螟ゥ
+
+ 驥髮譌・譛滓ッ泌ス灘燕譌カ髣エ譌ゥ60螟ゥ莉・荳翫
+
+- 雜霑90螟ゥ
+
+ 驥髮譌・譛滓ッ泌ス灘燕譌カ髣エ譌ゥ90螟ゥ莉・荳翫
+
+- 雜霑180螟ゥ
+
+ 驥髮譌・譛滓ッ泌ス灘燕譌カ髣エ譌ゥ180螟ゥ莉・荳翫
+
+- 1蟷エ莉・荳
+
+ 驥髮逧譌・譛滓ッ皮鴫蝨ィ逧譌カ髣エ譌ゥ莠荳蟷エ螟壹
+
+
+
+### 蝨ィ蟆譁莉カ蠖呈。」蛻ー逶ョ譬譁莉カ螟ケ荵句燕シ瑚ッキ蜈域峩謾ケ譁莉カ蜷阪
+
+螯よ棡蜍セ騾会シ悟ス呈。」譌カ蟆驥榊多蜷肴枚莉カ縲 蜿ッ莉・蝨ィ "譁莉カ蜷肴ィ。譚ソ "荳ュ逕ィ譌・譛溷柱譌カ髣エ譚・蜻ス蜷肴枚莉カ縲 菴荵溷庄莉・蛻帛サコ荳荳ェ逶ョ蠖墓擂蟄伜お譁莉カ縲 螯よ棡諠ウ謚頑枚莉カ謾セ蝨ィ逶ョ蠖穂クュシ瑚ッキ蜷ッ逕ィ "蠖呈。」譌カ菫晏ュ伜芦逶ョ蠖"縲
+
+
+
+### 騾夊ソ霑ス蜉譚・蠅槫刈譁莉カ蜷
+
+蠖呈。」譌カ蝨ィ譁莉カ蜷堺クュ豺サ蜉隶「蜊募捷縲
+
+- 荳崎ヲ∵困
+
+ 荳崎ヲ∵キサ蜉蠎丞怜捷
+
+- 2菴肴焚蟄怜コ丞暦シ01-99シ
+
+ 蜉01-99
+
+- 3菴肴焚蟄怜コ丞暦シ001-999シ
+
+ 蜉001-999
+
+- 4菴肴焚蟄怜コ丞暦シ0001-9999シ
+
+ 蜉0001-9999
+
+- 5菴肴焚蟄怜コ丞暦シ00001-99999シ
+
+ 蜉00001-99999
+
+- 6菴肴焚蟄怜コ丞暦シ000001-999999シ
+
+ 蜉000001-999999
+
+
+
+### 譁莉カ蜷肴ィ。譚ソ
+
+- 蜷咲ァー
+
+ 蝨ィ讓。譚ソ荳ュ霎灘・蜴溷ァ区枚莉カ蜷阪
+
+- 譌・譛滂シYYYY-MM-DDシ
+
+ 蝨ィ讓。譚ソ荳ュ霎灘・譌・譛滂シ亥ヲ2018-04-16シ峨
+
+- 譌・譛滂シYYYYMMDDシ
+
+ 蝨ィ讓。譚ソ荳ュ霎灘・譌・譛滂シ亥ヲ20180416シ峨
+
+- 譌カ髣エシHHMMSSシ
+
+ 蝨ィ讓。譚ソ荳ュ霎灘・荳荳ェ譌カ髣エシ亥ヲ12-00-30シ峨
+
+- 譌カ髣エシHHMMSSシ
+
+ 蝨ィ讓。譚ソ荳ュ霎灘・荳荳ェ譌カ髣エシ亥ヲ120030シ峨
+
+- 譁莉カ蜷肴ィ。譚ソ
+
+ 霎灘・隕驥榊多蜷咲噪譁莉カ讓。譚ソ縲 鮟倩ョ、蛟シ荳コDSC_%DATE%縲 謖我ク区潔髓ョ蜿ッ莉・蝨ィ蜈画蜷手セ灘・蜈ウ髞ョ隸阪
+
+譛蜷惹ク陦梧仞遉コ莠隕∽ソ晏ュ倡噪螳樣刔逶ョ蠖募柱譁莉カ蜷阪
+
+
+
+### 譬ケ謐ョ諡肴槍譌・譛溷帛サコ逶ョ蠖穂サ・蟄伜お譁莉カ縲
+
+蠖呈。」譌カ蜿ッ莉・蛻帛サコ蜥悟ュ伜お荳荳ェ逶ョ蠖輔 螯よ棡蜍セ騾会シ悟吩シ壼コ邇ー "逶ョ蠖募錐遘ー讓。譚ソ"縲
+
+
+
+### 逶ョ蠖募錐遘ー讓。譚ソ縲
+
+霎灘・隕∝帛サコ逧逶ョ蠖包シ悟ヲDIR-%YEAR%-%MONTH%縲 謖我ク区潔髓ョ蜿ッ莉・蝨ィ蜈画蜷手セ灘・蜈ウ髞ョ隸阪
+
+- 蟷エ
+
+ 蝨ィ讓。譚ソ荳ュ霎灘・蟷エ莉スシ亥ヲ2018蟷エシ峨
+
+- 譛
+
+ 蝨ィ讓。譚ソ荳ュ霎灘・蟷エ譛域律シ亥ヲ04シ峨
+
+- 譌・
+
+ 蝨ィ讓。譚ソ荳ュ霎灘・譌・譛滂シ亥ヲ16シ峨
+
+- 逶ョ蠖募錐遘ー讓。譚ソ縲
+
+ 鮟倩ョ、蛟シ荳コ%YEAR%縲 鮟倩ョ、蛟シ荳コ%YEAR%縲
+
+譛蜷惹ク陦梧仞遉コ譁莉カ蟄俶叛逧螳樣刔逶ョ蠖募柱譁莉カ蜷阪
+
+
+
+
+
+### 譖エ螟壻ソ。諱ッシ瑚ッキ逵倶ク区枚縲
+
+https://drive.google.com/file/d/0B77t0XpnNT7OSzBzcV9SemEwbkE/view?usp=sharing
+
+
+
+
\ No newline at end of file
diff --git a/help/SMBSync2_Help_ZH_folder_usb.docx b/help/SMBSync2_Help_ZH_folder_usb.docx
deleted file mode 100644
index 2693e409..00000000
Binary files a/help/SMBSync2_Help_ZH_folder_usb.docx and /dev/null differ
diff --git a/help/SMBSync2_Help_ZH_folder_usb.md b/help/SMBSync2_Help_ZH_folder_usb.md
new file mode 100644
index 00000000..027fbbe5
--- /dev/null
+++ b/help/SMBSync2_Help_ZH_folder_usb.md
@@ -0,0 +1,179 @@
+### 逶ョ蠖墓ク蜊
+
+轤ケ蜃サ蛻苓。ィ謖蛾聴騾画叫隕∵遠蠑逧逶ョ蠖包シ檎┯蜷守せ蜃サ蜿ウ萓ァ逧蜊暮画潔髓ョ縲 轤ケ蜃サ蜿ウ萓ァ逧蜊暮画潔髓ョ霑幄。碁画叫縲
+
+
+
+### 蟆蜷梧ュ・譌カ髣エ/譌・譛溯ソス蜉蛻ー逶ョ蠖募錐遘ーシ亥ウ髞ョ蟄怜ー逕ア謇ァ陦悟酔豁・逧譌・譛溷柱譌カ髣エ譖ソ謐「シ
+
+謔ィ蜿ッ莉・蝨ィ逶ョ譬逶ョ蠖穂クュ菴ソ逕ィ%YEAR%縲%MONTH%縲%DAY%蜥%DAY-OF-YEAR%縲 蜈ウ髞ョ蟄怜惠蜷梧ュ・蠑蟋区慮霓ャ謐「荳コ譌・譛溘
+
+
+
+**蜿ェ譛牙ス灘酔豁・邀サ蝙倶クコ螟榊宛謌也ァサ蜉ィ譌カシ梧燕莨壽仞遉コ豁、騾蛾。ケ縲**
+
+### 蟆辣ァ迚/隗鬚醍噪諡肴槍譌カ髣エ/譌・譛溯ソス蜉蛻ー逶ョ蠖募錐遘ーシ亥ウ髞ョ蟄怜ー陲ォ譖ソ謐「荳コ辣ァ迚/隗鬚醍噪諡肴槍譌・譛溷柱譌カ髣エシ
+
+螯よ棡菴荳崎ス莉殺xif荳ュ闔キ蜿匁律譛溷柱譌カ髣エシ瑚ッキ菴ソ逕ィ譁莉カ逧譛蜷惹ソョ謾ケ譌カ髣エ莉」譖ソ縲
+
+
+
+### 逶ョ蠖
+
+霎灘・逶ョ譬謌紋クサ逶ョ蠖輔 螯よ棡謔ィ謖螳夂噪逶ョ蠖穂ク榊ュ伜惠シ悟ー蝨ィ蜷梧ュ・霑遞倶クュ蛻帛サコ隸・逶ョ蠖輔
+
+
+
+### 蜈∬ョク蜀吝・USB
+
+菴蠢鬘サ騾画叫USB逧譬ケ逶ョ蠖墓燕閭ス隶ソ髣ョUSB縲
+
+
+
+**莉・荳矩蛾。ケ莉蝨ィ蜷梧ュ・邀サ蝙倶クコ "蟄俶。」 "譌カ謇堺シ壽仞遉コ縲**
+
+### 螯よ棡譌・譛溷柱譌カ髣エ譌豕暮夊ソEXIF謨ー謐ョ遑ョ螳夲シ瑚ッキ譏セ遉コ遑ョ隶、豸域ッ縲
+
+螯よ棡蜍セ騾会シ悟ヲよ棡荳崎ス莉殺xif荳ュ闔キ蠕玲律譛溷柱譌カ髣エシ悟吩シ壽署遉コ逕ィ謌キ遑ョ隶、譏ッ蜷ヲ菴ソ逕ィ譁莉カ逧譛蜷惹ソョ謾ケ譌カ髣エ縲 螯よ棡蟆遑ョ隶、菫。諱ッ隶セ鄂ョ荳コ "蜿匁カ"シ悟吩ク堺シ壼ッケ譁莉カ霑幄。悟ュ俶。」縲
+
+
+
+### 蝨ィ莉・荳区ュ蜀オ荳句ス呈。」譁莉カ
+
+騾画叫謔ィ隕∝ュ俶。」逧辣ァ迚逧譬蜃縲
+
+- 莉サ菴墓律譛滂シ亥ィ驛ィシ
+
+ 謇譛臥ァ迚蟄俶。」
+
+- 螟ァ莠7螟ゥ
+
+ 驥髮譌・譛滓ッ泌ス灘燕譌カ髣エ譌ゥ7螟ゥ莉・荳翫
+
+- 雜霑30螟ゥ
+
+ 驥髮譌・譛滓ッ泌ス灘燕譌カ髣エ譌ゥ30螟ゥ莉・荳翫
+
+- 雜霑60螟ゥ
+
+ 驥髮譌・譛滓ッ泌ス灘燕譌カ髣エ譌ゥ60螟ゥ莉・荳翫
+
+- 雜霑90螟ゥ
+
+ 驥髮譌・譛滓ッ泌ス灘燕譌カ髣エ譌ゥ90螟ゥ莉・荳翫
+
+- 雜霑180螟ゥ
+
+ 驥髮譌・譛滓ッ泌ス灘燕譌カ髣エ譌ゥ180螟ゥ莉・荳翫
+
+- 1蟷エ莉・荳
+
+ 驥髮逧譌・譛滓ッ皮鴫蝨ィ逧譌カ髣エ譌ゥ莠荳蟷エ螟壹
+
+
+
+### 蝨ィ蟆譁莉カ蠖呈。」蛻ー逶ョ譬譁莉カ螟ケ荵句燕シ瑚ッキ蜈域峩謾ケ譁莉カ蜷阪
+
+螯よ棡蜍セ騾会シ悟ス呈。」譌カ蟆驥榊多蜷肴枚莉カ縲 蜿ッ莉・蝨ィ "譁莉カ蜷肴ィ。譚ソ "荳ュ逕ィ譌・譛溷柱譌カ髣エ譚・蜻ス蜷肴枚莉カ縲 菴荵溷庄莉・蛻帛サコ荳荳ェ逶ョ蠖墓擂蟄伜お譁莉カ縲 螯よ棡諠ウ謚頑枚莉カ謾セ蝨ィ逶ョ蠖穂クュシ瑚ッキ蜷ッ逕ィ "蠖呈。」譌カ菫晏ュ伜芦逶ョ蠖"縲
+
+
+
+### 騾夊ソ霑ス蜉譚・蠅槫刈譁莉カ蜷
+
+蠖呈。」譌カ蝨ィ譁莉カ蜷堺クュ豺サ蜉隶「蜊募捷縲
+
+- 荳崎ヲ∵困
+
+ 荳崎ヲ∵キサ蜉蠎丞怜捷
+
+- 2菴肴焚蟄怜コ丞暦シ01-99シ
+
+ 蜉01-99
+
+- 3菴肴焚蟄怜コ丞暦シ001-999シ
+
+ 蜉001-999
+
+- 4菴肴焚蟄怜コ丞暦シ0001-9999シ
+
+ 蜉0001-9999
+
+- 5菴肴焚蟄怜コ丞暦シ00001-99999シ
+
+ 蜉00001-99999
+
+- 6菴肴焚蟄怜コ丞暦シ000001-999999シ
+
+ 蜉000001-999999
+
+
+
+### 譁莉カ蜷肴ィ。譚ソ
+
+- 蜷咲ァー
+
+ 蝨ィ讓。譚ソ荳ュ霎灘・蜴溷ァ区枚莉カ蜷阪
+
+- 譌・譛滂シYYYY-MM-DDシ
+
+ 蝨ィ讓。譚ソ荳ュ霎灘・譌・譛滂シ亥ヲ2018-04-16シ峨
+
+- 譌・譛滂シYYYYMMDDシ
+
+ 蝨ィ讓。譚ソ荳ュ霎灘・譌・譛滂シ亥ヲ20180416シ峨
+
+- 譌カ髣エシHHMMSSシ
+
+ 蝨ィ讓。譚ソ荳ュ霎灘・荳荳ェ譌カ髣エシ亥ヲ12-00-30シ峨
+
+- 譌カ髣エシHHMMSSシ
+
+ 蝨ィ讓。譚ソ荳ュ霎灘・荳荳ェ譌カ髣エシ亥ヲ120030シ峨
+
+- 譁莉カ蜷肴ィ。譚ソ
+
+ 霎灘・隕驥榊多蜷咲噪譁莉カ讓。譚ソ縲 鮟倩ョ、蛟シ荳コDSC_%DATE%縲 謖我ク区潔髓ョ蜿ッ莉・蝨ィ蜈画蜷手セ灘・蜈ウ髞ョ隸阪
+
+譛蜷惹ク陦梧仞遉コ莠隕∽ソ晏ュ倡噪螳樣刔逶ョ蠖募柱譁莉カ蜷阪
+
+
+
+### 譬ケ謐ョ諡肴槍譌・譛溷帛サコ逶ョ蠖穂サ・蟄伜お譁莉カ縲
+
+蠖呈。」譌カ蜿ッ莉・蛻帛サコ蜥悟ュ伜お荳荳ェ逶ョ蠖輔 螯よ棡蜍セ騾会シ悟吩シ壼コ邇ー "逶ョ蠖募錐遘ー讓。譚ソ"縲
+
+
+
+### 逶ョ蠖募錐遘ー讓。譚ソ縲
+
+霎灘・隕∝帛サコ逧逶ョ蠖包シ悟ヲDIR-%YEAR%-%MONTH%縲 謖我ク区潔髓ョ蜿ッ莉・蝨ィ蜈画蜷手セ灘・蜈ウ髞ョ隸阪
+
+- 蟷エ
+
+ 蝨ィ讓。譚ソ荳ュ霎灘・蟷エ莉スシ亥ヲ2018蟷エシ峨
+
+- 譛
+
+ 蝨ィ讓。譚ソ荳ュ霎灘・蟷エ譛域律シ亥ヲ04シ峨
+
+- 譌・
+
+ 蝨ィ讓。譚ソ荳ュ霎灘・譌・譛滂シ亥ヲ16シ峨
+
+- 逶ョ蠖募錐遘ー讓。譚ソ縲
+
+ 鮟倩ョ、蛟シ荳コ%YEAR%縲 鮟倩ョ、蛟シ荳コ%YEAR%縲
+
+譛蜷惹ク陦梧仞遉コ譁莉カ蟄俶叛逧螳樣刔逶ョ蠖募柱譁莉カ蜷阪
+
+
+
+譖エ螟壻ソ。諱ッシ瑚ッキ逵倶ク区枚縲
+
+https://drive.google.com/file/d/0B77t0XpnNT7OSzBzcV9SemEwbkE/view?usp=sharing
+
+
+
+
+
+
\ No newline at end of file
diff --git a/help/SMBSync2_Help_ZH_folder_zip.docx b/help/SMBSync2_Help_ZH_folder_zip.docx
deleted file mode 100644
index b7655dfb..00000000
Binary files a/help/SMBSync2_Help_ZH_folder_zip.docx and /dev/null differ
diff --git a/help/SMBSync2_Help_ZH_folder_zip.md b/help/SMBSync2_Help_ZH_folder_zip.md
new file mode 100644
index 00000000..8c71f4ac
--- /dev/null
+++ b/help/SMBSync2_Help_ZH_folder_zip.md
@@ -0,0 +1,71 @@
+### 謖りスス轤ケ
+
+騾画叫逕ィ莠主驛ィ蟄伜お逧謖りスス轤ケ縲
+
+
+
+### 蟆ZIP譁莉カ菫晏ュ伜芦SDCARD縲
+
+螯よ棡蜍セ騾会シ悟視郛ゥ譁莉カ蟆陲ォ菫晏ュ伜芦SDCARD縲
+
+
+
+### 蜈∬ョク蜀吝・SDCARD
+
+菴蠢鬘サ騾画叫SDCARD逧譬ケ逶ョ蠖墓燕閭ス隶ソ髣ョSDCARD縲
+
+
+
+### 蛻怜コ譁莉カ
+
+譏セ遉コ譁莉カ蛻苓。ィ縲
+
+
+
+### 蟆蜷梧ュ・譌カ髣エ/譌・譛溯ソス蜉蛻ー逶ョ蠖募錐遘ーシ亥ウ髞ョ蟄怜ー逕ア謇ァ陦悟酔豁・逧譌・譛溷柱譌カ髣エ譖ソ謐「シ
+
+謔ィ蜿ッ莉・蝨ィ逶ョ譬逶ョ蠖穂クュ菴ソ逕ィ%YEAR%縲%MONTH%縲%DAY%蜥%DAY-OF-YEAR%縲 蜈ウ髞ョ蟄怜惠蜷梧ュ・蠑蟋区慮霓ャ謐「荳コ譌・譛溘
+
+
+
+### 蜴狗シゥ遲臥コァ
+
+騾画叫蜴狗シゥ遞句コヲ縲
+
+- 蠢ォ騾
+
+- 譛蠢ォ逧
+
+- 譛螟ァ蛟シ
+
+- 豁」蟶ク
+
+- 蜴狗シゥ遲臥コァ
+
+- 雜郤ァシ域怙諷「シ
+
+
+
+### 蜉蟇譁ケ蠑
+
+騾画叫蜉蟇譁ケ蠑上
+
+- 蜈シ螳ケ驍ョ郛
+
+- AES 128菴
+
+- AES 256菴
+
+
+
+### 蟇遐
+
+謖螳壼刈蟇逧蟇遐√
+
+
+
+### 譖エ螟壻ソ。諱ッシ瑚ッキ逵倶ク区枚縲
+
+https://drive.google.com/file/d/0B77t0XpnNT7OSzBzcV9SemEwbkE/view?usp=sharing
+
+
\ No newline at end of file
diff --git a/help/SMBSync2_Help_ZH_task.docx b/help/SMBSync2_Help_ZH_task.docx
deleted file mode 100644
index e5a447dc..00000000
Binary files a/help/SMBSync2_Help_ZH_task.docx and /dev/null differ
diff --git a/help/SMBSync2_Help_ZH_task.md b/help/SMBSync2_Help_ZH_task.md
new file mode 100644
index 00000000..640647c8
--- /dev/null
+++ b/help/SMBSync2_Help_ZH_task.md
@@ -0,0 +1,287 @@
+### 豬玖ッ墓ィ。蠑擾シ郁ッキ蜍ソ螟榊宛謌門唖髯、譁莉カシ
+
+螯よ棡蜍セ騾会シ悟ー荳堺シ壼唖髯、蜥悟、榊宛莉サ菴墓枚莉カ縲 菴ソ逕ィ豁、蜉溯ス蜿ッ譟・逵倶ク主酔豁・莉サ蜉。蜷梧ュ・譌カ蟆螟榊宛謌門唖髯、蜩ェ莠帶枚莉カ縲ゆス蜿ッ莉・蝨ィ蜴蜿イ隶ー蠖募柱菫。諱ッ荳ュ逵句芦隕∝、榊宛謌門唖髯、逧譁莉カ縲 謔ィ荳崎ス蟆蜈カ隶セ鄂ョ荳コ豬玖ッ墓ィ。蠑丈ク狗噪閾ェ蜉ィ蜷梧ュ・莉サ蜉。縲
+
+
+
+### 閾ェ蜉ィ蜷梧ュ・
+
+螯よ棡謔ィ蝨ィ豐。譛蛾画叫莉サ蜉。譌カ謖我ク句酔豁・謖蛾聴シ御ササ蜉。蟆蠑蟋句酔豁・縲
+
+
+
+### 蜷梧ュ・莉サ蜉。蜷咲ァー
+
+蜷梧ュ・莉サ蜉。逧蜷咲ァー縲 蜷咲ァー荳榊玄蛻螟ァ蟆丞吶
+
+
+
+### 蜷梧ュ・邀サ蝙
+
+莉朱復蜒上∝、榊宛縲∫ァサ蜉ィ謌門ュ俶。」荳ュ騾画叫荳遘肴婿豕輔 蜷梧ュ・譏ッ蝨ィ荳荳ェ譁ケ蜷台ク願ソ幄。檎噪シ御サ惹クサ遶吝芦逶ョ譬遶吶
+
+- 髟懷ワ
+
+ 蟆荳サ遶吩セァ逧逶ョ蠖募柱譁莉カ蟾ョ鬚晄狭雍晢シ*1シ牙芦逶ョ譬遶吩セァシ悟、榊宛螳梧仙錘シ御サ守岼譬遶吩セァ蛻髯、荳サ遶吩セァ荳榊ュ伜惠逧譁莉カ蜥檎岼蠖輔
+
+- 遘サ蜉ィ
+
+ 蟆荳サ謗ァ遶ッ逶ョ蠖募柱譁莉カ蟾ョ鬚晏、榊宛蛻ー逶ョ譬遶ッシ悟唖髯、荳サ謗ァ遶ッ陲ォ螟榊宛蛻ー逶ョ譬遶ッ逧譁莉カ縲 菴譏ッシ悟ヲよ棡荳サ譁莉カ蜥檎岼譬譁莉カ逧蜷咲ァー縲∵枚莉カ螟ァ蟆丞柱菫ョ謾ケ譌・譛溽嶌蜷鯉シ悟吩クサ譁莉カ莨夊「ォ蛻髯、シ瑚御ク堺シ夊「ォ螟榊宛縲
+
+- 螟榊宛
+
+ 蟾ョ蛻蟆荳サ逶ョ蠖穂クュ逧譁莉カ螟榊宛蛻ー逶ョ譬逶ョ蠖穂クュ縲
+
+- 蟆∝ュ
+
+ 螯よ棡荳サ逶ョ蠖穂クュ逧辣ァ迚蜥瑚ァ鬚第弍蝨ィ謇ァ陦悟ュ俶。」蜑7螟ゥ謌30螟ゥ荵句燕諡肴槍逧シ悟吝ー蜈カ遘サ蜉ィ蛻ー逶ョ譬逶ョ蠖穂クュ縲 菴譏ッシ御ス荳崎ス菴ソ逕ィZIP譚・迸蜃縲
+
+
+
+*1 蠖捺サ。雜ウ莉・荳倶ク我クェ譚。莉カ荳ュ逧莉サ菴穂ク荳ェ譌カシ瑚ッ・譁莉カ蟆陲ォ蛻、螳壻クコ蟾ョ蠑よ枚莉カシ悟ケカ蟆陲ォ螟榊宛謌也ァサ蜉ィ縲 菴譏ッシ梧枚莉カ螟ァ蟆丞柱譛蜷惹ソョ謾ケ譌カ髣エ蜿ッ莉・陲ォ蜷梧ュ・莉サ蜉。逧騾蛾。ケ蠢ス逡・縲
+
+1. 隸・譁莉カ荳榊ュ伜惠縲
+
+2. 荳榊酔逧譁莉カ螟ァ蟆上
+
+3. 譛蜷惹ソョ謾ケ逧譌・譛溷柱譌カ髣エ逶ク蟾ョ3遘剃サ・荳奇シ育ァ呈焚蜿ッ莉・騾夊ソ蜷梧ュ・莉サ蜉。荳ュ逧騾蛾。ケ譖エ謾ケシ峨
+
+
+
+### 莠、謐「貅仙柱逶ョ譬
+
+譖ソ謐「荳サ譁莉カ螟ケ蜥檎岼譬譁莉カ螟ケ逧蜀螳ケ縲
+
+
+
+### 荳サ譁莉カ螟ケシ域コ撰シ
+
+謖螳壼酔豁・逧貅千岼蠖輔 轤ケ蜃サ蝗セ譬シ梧仞遉コ譁莉カ螟ケ郛冶セ醍阜髱「縲
+
+
+
+### 逶ョ譬譁莉カ螟ケシ育岼譬シ
+
+謔ィ蜿ッ莉・謖螳夂岼譬逶ョ蠖輔 轤ケ蜃サ蝗セ譬シ梧仞遉コ "郛冶セ醍岼譬譁莉カ螟ケ "鬘オ髱「縲
+
+
+
+### 騾画叫隕∝酔豁・逧譁莉カ
+
+螯よ棡譛ェ騾我クュシ梧園譛画枚莉カ蟆陲ォ蜷梧ュ・縲 螯よ棡騾我クュシ悟庄莉・騾画叫隕∝酔豁・逧譁莉カ縲
+
+- 蜷梧ュ・髻ウ鬚第枚莉カ
+
+ 螯よ棡騾我クュシ御サ・荳区枚莉カ謇ゥ螻募錐蟆陲ォ蜷梧ュ・縲
+ aac, aif, aifc, aiff, flac, kar, m3u, m4a, mid, midi, mp2, mp3, mpga, ogg, ra, ram, wav
+
+- 蜷梧ュ・蝗セ蜒乗枚莉カ
+
+ 螯よ棡騾我クュシ御サ・荳区枚莉カ謇ゥ螻募錐蟆陲ォ蜷梧ュ・縲
+ bmp, cgm, djv, djvu, gif, ico, ief, jpe, jpeg, jpg, pbm, pgm, png, pnm, ppm, ras, rgb, svg, tif, tiff, wbmp, xbm, xpm, xwd
+
+- 蜷梧ュ・隗鬚第枚莉カ
+
+ 螯よ棡騾我クュシ御サ・荳区枚莉カ謇ゥ螻募錐蟆陲ォ蜷梧ュ・縲
+ avi, m4u, mov, mp4, movie, mpe, mpeg, mpg, mxu, qt, wmv
+
+- 譯」譯郁ソ貊、蝎ィ
+
+ 菴荵溷庄莉・騾画叫菴隕∝酔豁・逧譁莉カ逧蜷咲ァー蜥梧黄螻募錐シ碁勁莠荳願ソー逧
+
+
+
+### 騾画叫蟄千岼蠖
+
+螯よ棡荳榊鏡騾会シ梧園譛牙ュ千岼蠖募ー陲ォ蜷梧ュ・縲 螯よ棡蜍セ騾会シ悟吩シ壼コ邇ー荳荳ェ逶ョ蠖戊ソ貊、謖蛾聴縲
+
+- 逶ョ蠖戊ソ貊、蝎ィ
+
+謔ィ蜿ッ莉・騾画叫隕∝酔豁・逧逶ョ蠖輔 轤ケ蜃サ豁、謖蛾聴シ梧仞遉コ逶ョ蠖慕ュ幃牙勣逧郛冶セ鷹。オ髱「縲
+
+
+
+### 莉蝨ィ蜈逕オ譌カ謇ァ陦悟酔豁・莉サ蜉。
+
+蜿ェ譛牙惠蜈逕オ譌カ謇崎ス蠑蟋句酔豁・縲 螯よ棡謔ィ蝨ィ逕オ豎譛ェ蜈逕オ譌カ蜷ッ蜉ィ蜷梧ュ・シ悟吩シ壼コ邇ー髞呵ッッシ悟ケカ荳比ク堺シ壼星蜉ィ蜷守サュ蜷梧ュ・莉サ蜉。縲
+
+
+
+### 蜷梧ュ・荳サ逶ョ蠖墓ケ逶ョ蠖穂クュ逧譁莉カシ亥ヲよ棡譛ェ騾我クュシ悟吩サ蜷梧ュ・譁莉カ螟ケ蜿雁カ譁莉カ/蟄先枚莉カ螟ケシ峨
+
+螯よ棡蜍セ騾会シ悟吝宵螟逅荳サ譁莉カ螟ケ荳ュ謖螳夂岼蠖穂クュ逧譁莉カ蜥悟ュ千岼蠖募所蟄千岼蠖穂クュ逧譁莉カ縲 螯よ棡荳榊鏡騾会シ悟吝宵螟逅荳サ譁莉カ螟ケ荳ュ謖螳夂岼蠖穂ク狗噪蟄千岼蠖募柱蟄千岼蠖穂クュ逧譁莉カ縲
+萓句ヲゑシ悟ヲよ棡蜀驛ィ蟄伜お逧譬ケ逶ョ蠖墓弍荳サ逶ョ蠖包シ悟ケカ荳碑ヲ∝酔豁・逧逶ョ蠖墓弍逕ア逶ョ蠖暮画叫霑貊、蝎ィ謖螳夂噪シ御ク榊鏡騾会シ梧ケ逶ョ蠖穂ク狗噪譁莉カ蟆陲ォ謗帝勁蝨ィ螟悶
+
+
+
+### 隕逶/蛻髯、荵句燕遑ョ隶、
+
+螯よ棡蜍セ騾会シ悟惠蛻髯、蜥瑚ヲ逶匁枚莉カ荵句燕シ悟ー譏セ遉コ荳荳ェ遑ョ隶、蟇ケ隸晄。縲
+
+
+
+### Wifi AP騾蛾。ケシ
+
+- 蜈ウ譛コ譌カ荵溯ス霑占。
+
+ 蜊ウ菴ソ蜈ウ髣ュ莠Wifiシ御ケ滉シ壼ー晁ッ募星蜉ィ蜷梧ュ・縲
+
+- 霑樊磁蛻ー莉サ菴柊P
+
+ 蜿ェ譛芽ソ樊磁蛻ーwifi鄂醍サ懈慮謇堺シ壼酔豁・縲ょョ蟆謗・蜿嶺ササ菴標LAN SSID蜷咲ァー縲
+
+- 譛臥ァ∽ココ蝨ー蝮
+
+ 蜿ェ譛牙ス灘驟咲サ儻iFi鄂醍サ懃噪IP蝨ー蝮蝨ィ莉・荳玖激蝗エ蜀譌カシ梧お謇崎ス蜷ッ蜉ィ蜷梧ュ・縲10.0.0.0 - 10.255.255.255, 172.16.0.0 - 172.31.255.255 謌 192.168.0.0 - 192.168.255.255縲
+
+- IP蝨ー蝮蛻苓。ィ
+
+ 蜿ェ譛牙ス展iFi IP蝨ー蝮荳取欠螳壼慍蝮荵倶ク逶ク蛹ケ驟肴慮シ梧お謇崎ス蠑蟋句酔豁・縲よお荵溷庄莉・騾夊ソIP騾画叫蛻苓。ィ逶エ謗・豺サ蜉隶セ螟蠖灘燕霑樊磁逧ИP蝨ー蝮縲
+菴蜿ッ莉・菴ソ逕ィ騾夐咲ャヲ菴應クコ霑貊、蝎ィ縲(萓句ヲゑシ192.168.100.\*シ192.168.\*)
+
+蝨ィ霑樊磁蛻ー迚ケ螳啗iFi譌カシ梧怏蜃遘肴婿豕募庄莉・蜷梧ュ・縲りッヲ諠隸キ蜿りァ∝クク隗髣ョ鬚倥
+
+1. 蟆WiFi霍ッ逕ア蝎ィ荳顔噪IP蝨ー蝮謾ケ荳コ192.168.0.0/24莉・螟也噪蜈カ莉門慍蝮シ悟ケカ蟆蜈カ豺サ蜉蛻ーIP蝨ー蝮蛻苓。ィ荳ュ縲
+2. 蝨ィ螳牙酷遶ッ蝗コ螳壻ク荳ェIP蝨ー蝮シ悟ケカ蝨ィIP蝨ー蝮蛻苓。ィ荳ュ豕ィ蜀後
+
+### 螯よ棡WLAN IP荳咲ャヲ蜷域欠螳夂噪IP蝨ー蝮シ悟呵キウ霑莉サ蜉。縲
+
+蜍セ騾牙錘シ悟ヲよ棡荳肴サ。雜ウ譚。莉カシ悟吩ク堺ス應クコ髞呵ッッ螟逅シ悟星蜉ィ蜷守サュ莉サ蜉。縲
+
+
+
+### 蜈∬ョク荳取園譛迂P蝨ー蝮蜷梧ュ・シ亥桁諡ャ蜈ャ逕ィシ
+
+蜍セ騾画ュ、騾蛾。ケシ梧お蜿ッ莉・荳守ァ∽ココ蝨ー蝮莉・螟也噪蝨ー蝮蜷梧ュ・縲
+
+
+
+### 譏セ遉コ鬮倡コァ騾蛾。ケ
+
+**莉蝨ィ隶セ鄂ョ隸ヲ諠譌カ菴ソ逕ィ莉・荳矩蛾。ケ縲**
+
+
+
+### 蛹諡ャ蟄千岼蠖
+
+螯よ棡蜍セ騾会シ悟酔豁・霑貊、蝎ィ荳ュ騾画叫逧蟄千岼蠖募ー陲ォ蜷梧ュ・縲 螯よ棡荳榊鏡騾会シ悟ュ千岼蠖募ー荳堺シ夊「ォ蜷梧ュ・縲
+
+
+
+### 蛹諡ャ遨コ逶ョ蠖
+
+螯よ棡蜍セ騾会シ悟ョ蟆蜷梧ュ・遨コ逶ョ蠖輔 (蝨ィ逶ョ譬荳雁帛サコ遨コ逶ョ蠖)
+
+
+
+### 蛹諡ャ髫占酪逶ョ蠖
+
+螯よ棡蜍セ騾画ュ、譯シ悟ー蜷梧ュ・髫占酪逶ョ蠖輔 (蝨ィ螳牙酷邉サ扈滉クュシ碁嚼阯冗岼蠖慕噪蜷咲ァー譏ッ"縲 (豕ィ諢擾シ悟酔豁・蛻帛サコ逧逶ョ蠖穂ク堺シ夊「ォ髫占酪シ悟屏荳コWindows蜥郡amba菴ソ逕ィ逧譏ッ逶ョ蠖穂ス崎御ク肴弍逶ョ蠖募錐縲
+
+
+
+### 蛹諡ャ髫占酪譁莉カ
+
+螯よ棡蜍セ騾画ュ、譯シ悟庄莉・蜷梧ュ・髫占酪逧譁莉カ縲 (蝨ィ螳牙酷邉サ扈滉クュシ碁嚼阯乗枚莉カ逧蜷榊ュ玲弍"縲 陌ス辟カ螳莉・ "*"蠑螟エシ御ス蜷梧ュ・蛻帛サコ逧譁莉カ荳堺シ夊「ォ髫占酪シ悟屏荳コWindows蜥郡amba菴ソ逕ィ逶ョ蠖穂ス崎御ク肴弍譁莉カ蜷阪
+
+
+
+### 驥崎ッ慕ス醍サ憺漠隸ッ
+
+莉蝨ィSMB譛榊苅蝎ィ蜃コ髞呎慮驥崎ッ募酔豁・縲 譛螟夐崎ッ3谺。シ梧ッ乗ャ。驥崎ッ暮ス譏ッ蝨ィ蜃コ髞30遘貞錘霑幄。後
+
+
+
+### 菴ソ逕ィ蠅槫シコ逧逶ョ蠖暮画叫霑貊、蝎ィ
+
+螯よ棡蝨ィ謗帝勁荳顔コァ逶ョ蠖墓慮騾画叫莠荳狗コァ逶ョ蠖包シ悟吩ク狗コァ逶ョ蠖募ー謌蝉クコ蜷梧ュ・逧逶ョ譬縲
+
+
+
+### 菴ソ逕ィ譁ー逧霑貊、蝎ィ迚域悽2
+
+蜍セ騾芽ッ・譯莉・菴ソ逕ィ譁ー逧霑貊、蝎ィ縲 蜿ッ閭ス莨壻ク取立迚域サ、髟懈怏荳榊酔逧陦ィ邇ーシ梧園莉・隸キ蝨ィ菴ソ逕ィ蜑榊スサ蠎墓オ玖ッ輔
+
+
+### 蛻髯、霑貊、蝎ィ謗帝勁逧逶ョ蠖募柱譁莉カ
+
+螯よ棡騾我クュシ瑚ソ貊、蝎ィ蟆蛻髯、陲ォ謗帝勁逧逶ョ蠖/譁莉カ縲
+
+
+
+### 蜷梧ュ・荵句燕蛻髯、譁莉カシ井サ髟懷ワ讓。蠑擾シ
+
+蜍セ騾牙錘シ碁ヲ門亥唖髯、荳サ譁莉カ螟ケ荳ュ荳榊ュ伜惠逧逶ョ蠖募柱譁莉カシ檎┯蜷主、榊宛荳サ譁莉カ螟ケ蜥御ク榊酔譁莉カ螟ァ蟆上∵怙蜷惹ソョ謾ケ譌カ髣エ逧譁莉カ縲
+
+螯よ棡荳サ譁莉カ螟ケ譏ッSMBシ悟吩シ夐夊ソ鄂醍サ懈沖謠乗枚莉カシ御サ手悟「槫刈螟逅譌カ髣エ縲 螯よ棡蜿ッ閭ス逧隸晢シ郡MB蜊剰ョョ菴ソ逕ィ "SMBv2/3"縲
+
+
+
+### 荳崎ヲ∝ー逶ョ譬譁莉カ逧譛蜷惹ソョ謾ケ譌カ髣エ隶セ鄂ョ荳コ荳取コ先枚莉カ蛹ケ驟
+
+螯よ棡SmbFile#setLastModified()謌芳ile#setLastModified()螟ア雍・蛻吝星逕ィ縲 霑吝ー蜀ウ螳壻ク荳ェ譁莉カ逧蟾ョ蠑よ弍蜷ヲ蟄伜惠莉・蜿頑枚莉カ逧螟ァ蟆上
+
+
+
+### 莉惨MBSync2蠎皮畑遞句コ剰ェ螳壻ケ牙苓。ィ荳ュ闔キ蜿匁枚莉カ逧譛蜷惹ソョ謾ケ譌カ髣エ
+
+螯よ棡豈乗ャ。驛ス譏ッ螟榊宛謇譛臥噪譁莉カシ悟庄莉・蟆晁ッ穂ク荳具シ檎畑SMBSync2閾ェ蟾ア逧譁ケ蠑冗サエ謚、譛ャ蝨ー譁莉カ逧譛蜷惹ソョ謾ケ譌・譛滂シ瑚御ク堺スソ逕ィJava File#setLastModified()縲
+
+
+
+### 蟆SMB I / O蜀咏シ灘イ蛹コ髯仙宛荳コ16 KB
+
+螯よ棡菴蝨ィ蜀吝・PC/NAS譁莉カ螟ケ譌カ蜃コ邇ー "隶ソ髣ョ陲ォ諡堤サ "逧髞呵ッッシ瑚ッキ蟆晁ッ戊ソ呎キ蛛壹 螯よ棡蜍セ騾会シ悟咎剞蛻カIO郛灘イ蛹コ荳コ16KBシ檎畑莠手ソ懃ィ区枚莉カ蜀吝・縲 菴譏ッシ梧ァ閭ス莨壽怏謇荳矩剄縲
+
+
+
+### 菴ソ逕ィ譁莉カ螟ァ蟆冗。ョ螳壽枚莉カ譏ッ蜷ヲ荳榊酔
+
+螯よ棡譽譟・譌カ譁莉カ螟ァ蟆丈ク榊酔シ悟吝愛譁ュ荳コ蟾ョ蠑よ枚莉カ縲
+
+
+
+### 莉螟ァ蟆乗ッ碑セシ井サ蠖捺コ仙、ァ蟆丞、ァ莠守岼譬螟ァ蟆乗慮シ梧枚莉カ謇崎「ォ隗荳コ荳榊酔シ
+
+螯よ棡蜍セ騾会シ悟吝宵譛牙惠荳サ譁莉カ螟ァ蟆剰セ螟ァ譌カ謇堺シ壼酔豁・縲
+
+
+
+### 菴ソ逕ィ荳頑ャ。菫ョ謾ケ譌カ髣エ譚・遑ョ螳壽枚莉カ譏ッ蜷ヲ荳榊酔
+
+螯よ棡蜍セ騾会シ悟ヲよ棡譁莉カ逧譛蜷惹ソョ謾ケ譌カ髣エ荳榊酔シ悟吝愛譁ュ荳コ蟾ョ蛻譁莉カ縲
+
+
+
+### 貅先枚莉カ蜥檎岼譬譁莉カ荵矩龍逧譛蟆丞∬ョク譌カ髣エ蟾ョシ井サ・遘剃クコ蜊穂ス搾シ
+
+蝨ィ1遘偵3遘貞柱10遘剃ケ矩龍騾画叫縲 (螯よ棡譁莉カ譛蜷惹ソョ謾ケ逧譌カ髣エ蟾ョ蝨ィ騾牙ョ夂噪譌カ髣エ蟾ョ蜀シ悟吩ク榊★菫ョ謾ケ縲)
+
+
+
+### 螯よ棡逶ョ譬譁莉カ豈疲コ先枚莉カ譁ーシ瑚ッキ荳崎ヲ∬ヲ逶
+
+螯よ棡蜍セ騾会シ悟宵譛牙ス謎クサ譁莉カ豈皮岼譬譁莉カ譁ー譌カシ梧燕莨夊ヲ逶匁枚莉カシ悟叉菴ソ譁莉カ螟ァ蟆丞柱譛蜷惹ソョ謾ケ譌カ髣エ荳榊酔縲
+
+
+
+### 蠢ス逡・譁莉カ荵矩龍逧螟丈サ、譌カ蟾ョ蠑
+
+蜍セ騾牙ョ莨壼ソス逡・螟丈サ、譌カ蜥梧蜃譌カ髣エ逧譌カ蟾ョ縲
+
+
+
+### 騾画叫螟丈サ、譌カ蛛冗ァサ驥擾シ亥髓滂シ
+
+謖螳夊ヲ∝ソス逡・逧譌カ髣エ蟾ョ縲
+
+
+
+### 霍ウ霑蛹蜷ォ譌謨亥ュ礼ャヲシ"シ:シ圭シ*シ<シ>, |シ臥噪逶ョ蠖募柱譁莉カ蜷
+
+螯よ棡蜍セ騾画ュ、譯シ檎ウサ扈溷ー荳堺シ壼、逅蛹蜷ォ荳榊庄逕ィ蟄礼ャヲ逧逶ョ蠖/譁莉カシ瑚梧弍譏セ遉コ荳譚。隴ヲ蜻贋ソ。諱ッシ悟ケカ螟逅荳倶ク荳ェ逶ョ蠖/譁莉カ縲
+
+
+
+### 譖エ螟壻ソ。諱ッシ瑚ッキ逵倶ク区枚縲
+https://drive.google.com/file/d/0B77t0XpnNT7OSzBzcV9SemEwbkE/view?usp=sharing
\ No newline at end of file
diff --git a/help/SMBSync2_Privacy_EN.docx b/help/SMBSync2_Privacy_EN.docx
deleted file mode 100644
index 3bea34da..00000000
Binary files a/help/SMBSync2_Privacy_EN.docx and /dev/null differ
diff --git a/help/SMBSync2_Privacy_EN.md b/help/SMBSync2_Privacy_EN.md
new file mode 100644
index 00000000..aafaf768
--- /dev/null
+++ b/help/SMBSync2_Privacy_EN.md
@@ -0,0 +1,85 @@
+## 1.Data recorded by the app
+
+The app will record a 窶抓ynchronization task list窶 and, depending on the settings, a 窶戡pp activity record窶. In addition, the recorded data will not be sent out by the app unless the user has manipulated it.
+
+### 1.1.Synchronization task list
+
+The app records the necessary data to perform the synchronization.
+- Directory name, file name, SMB server host name, IP address, port number, account name, password (***1**)
+- App password (***1**) to protect app launch and setting change
+- App settings
+
+***1** password is encrypted with a system generated password and stored in the AndroidKeystore.
+
+### 1.2.App activity record
+
+The app needs to record the following data to check the synchronization results and for troubleshooting.
+- Android version, device maker, device name, device model, application version
+- Directory name, file name, file size, file last modified time
+- SMB server host name, IP address, port number, account name
+- Network interface name, IP address, System settings
+- App settings
+
+### 1.3. Exported settings and Sync task list
+The app can export "1.1 Synchronization task list" to a file. You can password protect the file before exporting it.
+- Directory name, file name
+- SMB server host name, IP address, port number, account name, password
+- App settings
+
+### 1.4.Send recorded data from the app
+Data recorded by the app can be sent by following these steps:
+- Press "Share button" from History tab
+- Press the "Send to Developer" button from the 窶彜ystem info窶
+- Press "Share button" or "Send to developer" button from 窶廴anage log files窶
+
+## 2. Permissions
+The app uses the following permissions.
+### 2.1.Photos/Media/Files
+
+**-read the contents of your USB storage**
+**-modify or delete the contents of your USB storage**
+
+Required for file synchronization to internal/external/USB storage and to read/write operations on application data files.
+
+### 2.2.Storage
+
+**-read the contents of your USB storage**
+**-modify or delete the contents of your USB storage**
+
+Required for file synchronization to internal/external/USB storage and to read/write operations on application data files.
+
+### 2.3.Wi-Fi Connection information
+
+**view Wi-Fi connections**
+
+Required to check the status of Wi-Fi (on/off) at the start of synchronization.
+
+### 2.4.Other
+
+### 2.4.1.view network connections
+
+Required to confirm that device is connected to the network at the start of synchronization.
+
+### 2.4.2.connect and disconnect from Wi-Fi
+
+Required to turn on / off Wi-Fi before and after a scheduled synchronization.
+
+### 2.4.3.full network access
+
+Required to perform network synchronization using the SMB protocol.
+
+### 2.4.4.run at startup
+
+Required to perform scheduled synchronization.
+
+### 2.4.5.control vibration
+
+Required to notify the user by vibration at the end of synchronization.
+
+### 2.4.6.prevent device from sleeping
+
+Required to start synchronization from a scheduled or external application.
+
+### 2.4.7.install shortcuts
+
+Required to add a synchronization task shortcut on the home screen.
\ No newline at end of file
diff --git a/help/SMBSync2_Privacy_FR.docx b/help/SMBSync2_Privacy_FR.docx
deleted file mode 100644
index 74f7e110..00000000
Binary files a/help/SMBSync2_Privacy_FR.docx and /dev/null differ
diff --git a/help/SMBSync2_Privacy_FR.md b/help/SMBSync2_Privacy_FR.md
new file mode 100644
index 00000000..46e187c2
--- /dev/null
+++ b/help/SMBSync2_Privacy_FR.md
@@ -0,0 +1,95 @@
+## 1. Donnテゥes enregistrテゥes par l'application
+
+L'application enregistrera une "liste de tテ「ches de synchronisation" et, selon les paramティtres, un "enregistrement d'activitテゥ de l'application". En outre, les donnテゥes enregistrテゥes ne seront pas envoyテゥes par l'application, sauf si l'utilisateur les a manipulテゥes.
+
+### 1.1. Liste des tテ「ches de synchronisation
+
+L'application enregistre les donnテゥes nテゥcessaires pour effectuer la synchronisation.
+
+- Nom de rテゥpertoire, nom de fichier, nom d'hテエte du serveur SMB, adresse IP, numテゥro de port, nom de compte, mot de passe (***1**)
+- Mot de passe de l'application (***1**) pour protテゥger le lancement de l'application et la modification des paramティtres
+- Paramティtres de l'application
+
+***1** Le mot de passe est cryptテゥ avec un mot de passe gテゥnテゥrテゥ par le systティme et stockテゥ dans le Keystore d'Android.
+
+### 1.2. Fiche d'activitテゥ de l'application
+
+L'application doit enregistrer les donnテゥes suivantes pour vテゥrifier les rテゥsultats de la synchronisation et pour le dテゥpannage.
+- Version Android, fabricant du terminal, nom du terminal, modティle du terminal, version de l'application
+- Nom du rテゥpertoire, nom du fichier, taille du fichier, date de la derniティre modification du fichier
+- Nom d'hテエte du serveur SMB, adresse IP, numテゥro de port, nom de compte
+- Nom de l'interface rテゥseau, adresse IP
+- Paramティtres du systティme
+- Paramティtres de l'application
+
+### 1.3. Paramティtres exportテゥs et liste des tテ「ches de synchronisation
+
+L'application peut exporter "1.1 Liste des tテ「ches de synchronisation" vers un fichier. Vous pouvez protテゥger le fichier par un mot de passe avant de l'exporter.
+
+- Nom du rテゥpertoire, nom du fichier
+- Nom d'hテエte du serveur SMB, adresse IP, numテゥro de port, nom de compte, mot de passe
+- Paramティtres de l'application
+
+### 1.4. Envoyer des donnテゥes enregistrテゥes テ partir de l'application
+
+Les donnテゥes enregistrテゥes par l'application peuvent テェtre envoyテゥes en suivant ces テゥtapes :
+
+- Appuyez sur le bouton "Partager" de l'onglet "Historique
+- Appuyez sur le bouton "Envoyer au dテゥveloppeur" テ partir des "Infos systティme".
+- Appuyez sur le bouton "Partager" ou "Envoyer au dテゥveloppeur" テ partir de "Gテゥrer les fichiers journaux".
+
+## 2. Autorisations
+
+L'application utilise les autorisations suivantes.
+
+### 2.1 Photos/Mテゥdias/Fichiers
+
+**-read the contents of your USB storage**
+**-modify or delete the contents of your USB storage**
+
+Nテゥcessaire pour la synchronisation des fichiers avec le stockage interne/externe/USB et pour les opテゥrations de lecture/テゥcriture sur les fichiers de donnテゥes d'application.
+
+### 2.2 Stockage
+
+**-read the contents of your USB storage**
+**-modify or delete the contents of your USB storage**
+
+Nテゥcessaire pour la synchronisation des fichiers avec le stockage interne/externe/USB et pour les opテゥrations de lecture/テゥcriture sur les fichiers de donnテゥes d'application.
+
+### 2.3 Informations relatives テ la connexion Wi-Fi
+
+**view Wi-Fi connections**
+
+Il est nテゥcessaire de vテゥrifier le statut du Wi-Fi (on/off) au dテゥbut de la synchronisation.
+
+### 2.4 Autres
+
+### 2.4.1 view network connections
+
+Nテゥcessaire pour confirmer que l'appareil est connectテゥ au rテゥseau au dテゥbut de la synchronisation.
+
+### 2.4.2 connect and disconnect from Wi-Fi
+
+Il est nテゥcessaire d'activer / dテゥsactiver le Wi-Fi avant et aprティs une synchronisation programmテゥe.
+
+### 2.4.3 full network access
+
+Nテゥcessaire pour effectuer la synchronisation du rテゥseau en utilisant le protocole SMB.
+
+### 2.4.4 run at startup
+
+Nテゥcessaire pour effectuer une synchronisation programmテゥe.
+
+### 2.4.5 control vibration
+
+Obligation de notifier l'utilisateur par vibration テ la fin de la synchronisation.
+
+### 2.4.6 prevent device from sleeping
+
+Nテゥcessaire pour lancer la synchronisation テ partir d'une application programmテゥe ou externe.
+
+### 2.4.7 install shortcuts
+
+Nテゥcessaire pour ajouter un raccourci de tテ「che de synchronisation sur l'テゥcran d'accueil.
+
+
\ No newline at end of file
diff --git a/help/SMBSync2_Privacy_IT.md b/help/SMBSync2_Privacy_IT.md
new file mode 100644
index 00000000..6f4dab94
--- /dev/null
+++ b/help/SMBSync2_Privacy_IT.md
@@ -0,0 +1,95 @@
+## 1. Dati registrati dall'applicazione
+
+L'app registrerテ un "Elenco attivitテ di sincronizzazione" e, a seconda delle impostazioni, un "Registro attivitテ dell'app". Inoltre, i dati registrati non verranno inviati dall'app a meno che l'utente non li abbia manipolati.
+
+### 1.1. Elenco dei compiti di sincronizzazione
+
+L'app registra i dati necessari per eseguire la sincronizzazione.
+
+- Nome della directory, nome del file, nome host del server SMB, indirizzo IP, numero di porta, nome del conto, password (***1**)
+- Password dell'applicazione (***1**) per proteggere il lancio dell'applicazione e la modifica delle impostazioni
+- Impostazioni dell'applicazione
+
+***1** la password ティ criptata con una password generata dal sistema e memorizzata nel Keystore Android.
+
+### 1.2. Record di attivitテ dell'applicazione
+
+L'app deve registrare i seguenti dati per verificare i risultati della sincronizzazione e per la risoluzione dei problemi.
+- Versione Android, produttore del terminale, nome del terminale, modello del terminale, versione dell'applicazione
+- Nome della directory, nome del file, dimensione del file, ultima modifica del file
+- Nome host del server SMB, indirizzo IP, numero di porta, nome del conto
+- Nome dell'interfaccia di rete, indirizzo IP
+- Impostazioni di sistema
+- Impostazioni dell'applicazione
+
+### 1.3. Impostazioni esportate e lista dei compiti di sincronizzazione
+
+L'app puテイ esportare "1.1.Elenco dei compiti di sincronizzazione" in un file. テ possibile proteggere il file con una password prima di esportarlo.
+
+- Nome della directory, nome del file
+- Nome host del server SMB, indirizzo IP, numero di porta, nome del conto, password
+- Impostazioni dell'applicazione
+
+### 1.4. Inviare i dati registrati dall'app
+
+I dati registrati dall'app possono essere inviati seguendo questi passi:
+
+- Premere il "Pulsante Condividi" dalla scheda Cronologia
+- Premere il pulsante "Invia allo sviluppatore" da "Informazioni sul sistema".
+- Premere il pulsante "Condividi" o "Invia allo sviluppatore" da "Gestisci file di log".
+
+## 2. Autorizzazioni
+
+L'applicazione utilizza le seguenti autorizzazioni.
+
+### 2.1. Foto/Media/File
+
+**-read the contents of your USB storage**
+**-modify or delete the contents of your USB storage**
+
+Necessario per la sincronizzazione dei file con la memoria interna/esterna/USB e per le operazioni di lettura/scrittura dei file di dati dell'applicazione.
+
+### 2.2. Conservazione
+
+**-read the contents of your USB storage**
+**-modify or delete the contents of your USB storage**
+
+Necessario per la sincronizzazione dei file con la memoria interna/esterna/USB e per le operazioni di lettura/scrittura dei file di dati dell'applicazione.
+
+### 2.3. Informazioni sulla connessione Wi-Fi
+
+**view Wi-Fi connections**
+
+Necessario per verificare lo stato del Wi-Fi (on/off) all'inizio della sincronizzazione.
+
+### 2.4. Altro
+
+### 2.4.1.view network connections
+
+Necessario per confermare che il dispositivo sia collegato alla rete all'inizio della sincronizzazione.
+
+### 2.4.2.connect and disconnect from Wi-Fi
+
+Necessario per attivare/disattivare il Wi-Fi prima e dopo una sincronizzazione programmata.
+
+### 2.4.3.full network access
+
+Necessario per eseguire la sincronizzazione della rete utilizzando il protocollo SMB.
+
+### 2.4.4.run at startup
+
+Necessario per eseguire la sincronizzazione programmata.
+
+### 2.4.5.control vibration
+
+Necessaria la notifica all'utente tramite vibrazione al termine della sincronizzazione.
+
+### 2.4.6.prevent device from sleeping
+
+Necessario per avviare la sincronizzazione da un'applicazione programmata o esterna.
+
+### 2.4.7.install shortcuts
+
+Necessario per aggiungere una scorciatoia di sincronizzazione nella schermata iniziale.
+
+
\ No newline at end of file
diff --git a/help/SMBSync2_Privacy_JA.docx b/help/SMBSync2_Privacy_JA.docx
deleted file mode 100644
index 54df6d79..00000000
Binary files a/help/SMBSync2_Privacy_JA.docx and /dev/null differ
diff --git a/help/SMBSync2_Privacy_JA.md b/help/SMBSync2_Privacy_JA.md
new file mode 100644
index 00000000..9e450ab0
--- /dev/null
+++ b/help/SMBSync2_Privacy_JA.md
@@ -0,0 +1,90 @@
+## 1.繧「繝励Μ縺瑚ィ倬鹸縺吶k繝繝シ繧ソ
+
+繧「繝励Μ縺ッ縲悟酔譛溘ち繧ケ繧ッ繝ェ繧ケ繝医阪→險ュ螳壹↓繧医j縲後い繝励Μ遞シ蜍戊ィ倬鹸縲阪r險倬鹸縺励∪縺吶縺ェ縺翫∬ィ倬鹸縺輔l縺溘ョ繝シ繧ソ縺ッ繝ヲ繝シ繧カ繝シ縺ョ謫堺ス懊′辟。縺髯舌j繧「繝励Μ縺悟、夜Κ縺ォ騾∽ソ。縺吶k縺薙→縺ッ縺ゅj縺セ縺帙s縲
+
+### 1.1蜷梧悄繧ソ繧ケ繧ッ繝ェ繧ケ繝
+
+繧「繝励Μ縺ッ蜷梧悄繧貞ョ溯。後☆繧九◆繧√ョ蠢隕√↑繝繝シ繧ソ繧定ィ倬鹸縺励∪縺吶
+- 繝繧」繝ャ繧ッ繝医Μ繝シ蜷阪√ヵ繧。繧、繝ォ蜷阪ヾMB繧オ繝シ繝舌シ縺ョ繝帙せ繝亥錐縲!P繧「繝峨Ξ繧ケ縲√昴シ繝育分蜿キ縲√い繧ォ繧ヲ繝ウ繝亥錐縲√ヱ繧ケ繝ッ繝シ繝(*1)
+- 繧「繝励Μ縺ョ襍キ蜍輔→險ュ螳壼、画峩繧剃ソ晁ュキ縺吶k縺溘a縺ョ繧「繝励Μ繝代せ繝ッ繝シ繝(*1)
+- 繧「繝励Μ險ュ螳壼、
+
+*1 Android繧ュ繝シ繧ケ繝医い縺ォ菫晉ョ。縺輔l縺溘す繧ケ繝繝逕滓舌ヱ繧ケ繝ッ繝シ繝峨↓繧医j證怜捷蛹悶@縺ヲ菫晏ュ倥&繧後∪縺吶
+
+### 1.2繧「繝励Μ遞シ蜍戊ィ倬鹸
+
+繧「繝励Μ縺ッ蜷梧悄邨先棡縺ョ讀懆ィシ縺ィ繝医Λ繝悶Ν隗」豎コ縺ョ縺溘a縺ォ荳玖ィ倬逶ョ縺ョ繝繝シ繧ソ繧定ィ倬鹸縺励∪縺吶
+- Android繝舌シ繧ク繝ァ繝ウ縲∫ォッ譛ォ縺ョ陬ス菴懆繝サ遶ッ譛ォ蜷阪サ遶ッ譛ォ繝「繝繝ォ縲√い繝励Μ繝舌シ繧ク繝ァ繝ウ
+- 繝繧」繝ャ繧ッ繝医Μ繝シ蜷阪√ヵ繧。繧、繝ォ蜷阪√ヵ繧。繧、繝ォ繧オ繧、繧コ縲√ヵ繧。繧、繝ォ譛邨よ峩譁ー譎ょ綾
+- SMB繧オ繝シ繝舌シ縺ョ繝帙せ繝亥錐縲!P繧「繝峨Ξ繧ケ縲√昴シ繝育分蜿キ縲√い繧ォ繧ヲ繝ウ繝亥錐
+- 繝阪ャ繝医Ρ繝シ繧ッ 繧、繝ウ繧ソ繝シ繝輔ぉ繝シ繧ケ蜷阪!P繧「繝峨Ξ繧ケ
+- 繧キ繧ケ繝繝險ュ螳壼、
+- 繧「繝励Μ險ュ螳壼、
+
+### 1.3譖ク縺榊コ縺輔l縺溷酔譛溘ち繧ケ繧ッ繝ェ繧ケ繝
+
+繧「繝励Μ縺ッ縲1.1蜷梧悄繧ソ繧ケ繧ッ繝ェ繧ケ繝医阪r繝輔ぃ繧、繝ォ縺ォ譖ク縺榊コ縺吶%縺ィ縺後〒縺阪∪縺吶よ嶌縺榊コ縺玲凾縺ォ繝代せ繝ッ繝シ繝我ソ晁ュキ縺吶k縺薙→縺後〒縺阪∪縺吶
+- 繝繧」繝ャ繧ッ繝医Μ繝シ蜷阪√ヵ繧。繧、繝ォ蜷
+- SMB繧オ繝シ繝舌シ縺ョ繝帙せ繝亥錐縲!P繧「繝峨Ξ繧ケ縲√昴シ繝育分蜿キ縲√い繧ォ繧ヲ繝ウ繝亥錐縲√ヱ繧ケ繝ッ繝シ繝
+- 繧「繝励Μ險ュ螳壼、
+
+### 1.4.繧「繝励Μ縺九i縺ョ繝繝シ繧ソ騾∽ソ。
+
+繧「繝励Μ縺瑚ィ倬鹸縺励◆繝繝シ繧ソ縺ッ荳玖ィ倥ョ繧「繝励Μ謫堺ス懊↓繧医j騾∽ソ。縺吶k縺薙→縺後〒縺阪∪縺吶
+- 螻・豁エ繧ソ繝悶°繧峨悟ア譛峨懊ち繝ウ縲阪r謚シ縺
+- 繧キ繧ケ繝繝諠蝣ア縺九i縲碁幕逋コ閠縺ォ騾√k縲阪懊ち繝ウ繧呈款縺
+- 繝ュ繧ー邂。逅縺九i縲悟ア譛峨懊ち繝ウ縲阪∪縺溘ッ縲碁幕逋コ閠縺ォ騾√k縲阪懊ち繝ウ繧呈款縺
+
+## 2. 蠢隕√↑讓ゥ髯
+
+繧「繝励Μ縺ァ縺ッ荳玖ィ倥ョ讓ゥ髯舌r菴ソ逕ィ縺励※縺縺セ縺吶
+
+### 2.1.蜀咏悄縲√Γ繝繧」繧「縲√ヵ繧。繧、繝ォ
+
+**-read the contents of your USB storage**
+**-modify or delete the contents of your USB storage**
+
+蜀驛ィ繧ケ繝医Ξ繝シ繧ク縺ク縺ョ繝輔ぃ繧、繝ォ蜷梧悄縺ィ邂。逅繝輔ぃ繧、繝ォ縺ョ隱ュ縺ソ譖ク縺阪〒菴ソ逕ィ縺励∪縺吶
+
+### 2.2.繧ケ繝医Ξ繝シ繧ク
+
+**-read the contents of your USB storage**
+**-modify or delete the contents of your USB storage**
+
+USB繧ケ繝医Ξ繝シ繧ク縺ク縺ョ繝輔ぃ繧、繝ォ蜷梧悄縺ィ邂。逅繝輔ぃ繧、繝ォ縺ョ隱ュ縺ソ譖ク縺阪〒菴ソ逕ィ縺励∪縺吶
+
+### 2.3.Wi-Fi 謗・邯壽ュ蝣ア
+
+**view Wi-Fi connections**
+
+蜷梧悄髢句ァ区凾縺ォWi-Fi縺ョ迥カ豕√r遒コ隱阪☆繧九◆繧√↓菴ソ逕ィ縺励∪縺吶
+
+### 2.4.縺昴ョ莉
+
+### 2.4.1.view network connections
+
+蜷梧悄髢句ァ区凾縺ォ繝阪ャ繝医Ρ繝シ繧ッ縺ォ謗・邯壹&繧後※縺繧九%縺ィ繧堤「コ隱阪☆繧九◆繧√↓菴ソ逕ィ縺励∪縺吶
+
+### 2.4.2.connect and disconnect from Wi-Fi
+
+繧ケ繧ア繧ク繝・繝シ繝ォ蜷梧悄縺ァWi-Fi縺ョ繧ェ繝ウ繝サ繧ェ繝輔r陦後≧縺溘a縺ォ菴ソ逕ィ縺励∪縺吶
+
+### 2.4.3.full network access
+
+繝阪ャ繝医Ρ繝シ繧ッ繧帝壹§縺ヲSMB繝励Ο繝医さ繝ォ縺ァ蜷梧悄繧定。後≧縺溘a縺ォ菴ソ逕ィ縺励∪縺吶
+
+### 2.4.4.run at startup
+
+繧ケ繧ア繧ク繝・繝シ繝ォ蜷梧悄繧定。後≧縺溘a縺ォ菴ソ逕ィ縺励∪縺吶
+
+### 2.4.5.control vibration
+
+蜷梧悄邨ゆコ譎ゅ↓繝ヲ繝シ繧カ繝シ縺ォ騾夂衍繧定。後≧縺溘a縺ォ菴ソ逕ィ縺励∪縺吶
+
+### 2.4.6.prevent device from sleeping
+
+繧ケ繧ア繧ク繝・繝シ繝ォ縺セ縺溘ッ螟夜Κ繧「繝励Μ縺九i縺ョ蜷梧悄髢句ァ九〒菴ソ逕ィ縺励∪縺吶
+
+### 2.4.7.install shortcuts
+
+繝繧ケ繧ッ繝医ャ繝励↓蜷梧悄髢句ァ九す繝ァ繝シ繝医き繝繝医r霑ス蜉縺吶k縺溘a縺ォ菴ソ逕ィ縺励∪縺吶
\ No newline at end of file
diff --git a/help/SMBSync2_Privacy_RU.docx b/help/SMBSync2_Privacy_RU.docx
deleted file mode 100644
index 5dc50eac..00000000
Binary files a/help/SMBSync2_Privacy_RU.docx and /dev/null differ
diff --git a/help/SMBSync2_Privacy_RU.md b/help/SMBSync2_Privacy_RU.md
new file mode 100644
index 00000000..3b18cab5
--- /dev/null
+++ b/help/SMBSync2_Privacy_RU.md
@@ -0,0 +1,93 @@
+## 1. ミ頒ーミスミスム巾オ, ミキミーミソミクムミーミスミスム巾オ ミソムミクミサミセミカミオミスミクミオミシ
+
+ミ ミソムミクミサミセミカミオミスミクミク ミアムσエミオム ミキミーミソミクムミーミス "ミ。ミソミクムミセミコ ミキミーミエミーム ムミクミスムムミセミスミクミキミームミクミク" ミク, ミイ ミキミーミイミクムミクミシミセムムひク ミセム ミスミームムびミセミオミコ, "ミ厘ーミソミクムム ミセ ミエミオム肖ひオミサム糊スミセムムひク ミソムミクミサミセミカミオミスミクム". ミ墫ミセミシミオ ムひセミウミセ, ミキミーミソミクムミーミスミスム巾オ ミエミーミスミスム巾オ ミスミオ ミアムσエムτ ミセムひソムミーミイミサミオミスム ミソムミクミサミセミカミオミスミクミオミシ, ミオムミサミク ムひセミサム糊コミセ ミソミセミサム糊キミセミイミームひオミサム ム ミスミクミシミク ミスミオ ミシミーミスミクミソムσサミクムミセミイミーミサ.
+
+### 1.1. ムミソミクムミセミコ ムミクミスムムミセミスミスム錦 ミキミーミエミーム
+
+ミ湲ミクミサミセミカミオミスミクミオ ミキミーミソミクムム巾イミーミオム ミエミーミスミスム巾オ, ミスミオミセミアムミセミエミクミシム巾オ ミエミサム ミイム巾ソミセミサミスミオミスミクム ムミクミスムムミセミスミクミキミームミクミク.
+- ミ侑シム ミコミームひーミサミセミウミー, ミクミシム ムミーミケミサミー, ミクミシム ムミセムムひー ムミオムミイミオムミー SMB, IP-ミーミエムミオム, ミスミセミシミオム ミソミセムムひー, ミクミシム ムτミオムひスミセミケ ミキミーミソミクムミク, ミソミームミセミサム(***1**)
+- ミ渙ームミセミサム ミソムミクミサミセミカミオミスミクム ミエミサム ミキミーム禍クムび ミキミーミソムτミコミー ミソムミクミサミセミカミオミスミクミケ ミク ミクミキミシミオミスミオミスミクム ミスミームムびミセミオミコ(***1**)
+- ムτムひーミスミセミイミセムミスミセミオ ミキミスミームミオミスミクミオ ミソムミクミサミセミカミオミスミクム
+
+***1** ミ榧ス ムムミーミスミクムびム ミイ ミキミーム威クムムミセミイミーミスミスミセミシ ミイミクミエミオ ム ミソミセミシミセム禾袴 ムミウミオミスミオムミクムミセミイミーミスミスミセミウミセ ムミクムムひオミシミセミケ ミソミームミセミサム, ムムミーミスム肖禍オミウミセムム ミイ ムムミーミスミクミサミクム禍オ ミコミサム紗ミオミケ Android.
+
+### 1.2. ムτム帯 ミーミコムひクミイミスミセムムひク ミソムミクミサミセミカミオミスミクミケ
+
+ミ湲ミクミサミセミカミオミスミクミオ ミキミーミソミクムム巾イミーミオム ムミサミオミエムτ紗禍クミオ ミエミーミスミスム巾オ ミエミサム ミイミオムミクムミクミコミームミクミク ムミオミキムσサム袴ひームひセミイ ムミクミスムムミセミスミクミキミームミクミク ミク ムτムびミーミスミオミスミクム ミスミオミソミセミサミーミエミセミコ
+
+- ミオムムミクム ミエミサム Android, ミソムミセミクミキミイミセミエミクムひオミサム ムτムびミセミケムムひイミー, ミスミーミキミイミーミスミクミオ ムτムびミセミケムムひイミー, ミシミセミエミオミサム ムτムびミセミケムムひイミー ミク ミイミオムムミクム ミソムミクミサミセミカミオミスミクム
+- ミ侑シム ミコミームひーミサミセミウミー, ミクミシム ムミーミケミサミー, ムミーミキミシミオム ムミーミケミサミー ミク ミソミセムミサミオミエミスミオミオ ミクミキミシミオミスミオミスミスミセミオ ミイムミオミシム ムミーミケミサミー
+- ミ侑シム ムミセムムひー ムミオムミイミオムミー SMB, IP-ミーミエムミオム, ミスミセミシミオム ミソミセムムひー ミク ミクミシム ムτミオムひスミセミケ ミキミーミソミクムミク
+- ミ侑シム ムミオムひオミイミセミウミセ ミクミスムひオムムミオミケムミー, IP-ミーミエムミオム
+- ミキミーミエミーミスミスミセミオ ミキミスミームミオミスミクミオ ムミクムムひオミシム
+- ムτムひーミスミセミイミセムミスミセミオ ミキミスミームミオミスミクミオ ミソムミクミサミセミカミオミスミクム
+
+### 1.3. ミュミコムミソミセムムひクムミセミイミーミスミスム巾ケ ムミソミクムミセミコ ムミクミスムムミセミスミスム錦 ミキミーミエミーム
+
+ミ湲ミクミサミセミカミオミスミクミオ ミシミセミカミオム ミキミーミソミクムミームび ミイ ムミーミケミサ "1.1. ムミソミクムミセミコ ムミクミスムムミセミスミスム錦 ミキミーミエミーム". ミ榧ス ミシミセミカミオム ミアム錦び ミキミーム禍クム禍オミス ミソミームミセミサミオミシ ミイミセ ミイムミオミシム ム災コムミソミセムムひー.
+- ミ侑シム ミコミームひーミサミセミウミー, ミクミシム ムミーミケミサミー
+- ミ侑シム ムミセムムひー ムミオムミイミオムミー SMB, IP-ミーミエムミオム, ミスミセミシミオム ミソミセムムひー, ミクミシム ムτミオムひスミセミケ ミキミーミソミクムミク ミク ミソミームミセミサム
+- ムτムひーミスミセミイミセムミスミセミオ ミキミスミームミオミスミクミオ ミソムミクミサミセミカミオミスミクム
+
+### 1.4. ミ樮ひソムミーミイミコミー ミキミーミソミクムミーミスミスム錦 ミエミーミスミスム錦 ミクミキ ミソムミクミサミセミカミオミスミクム
+
+ミ頒ーミスミスム巾オ, ミキミーミソミクムミーミスミスム巾オ ミソムミクミサミセミカミオミスミクミオミシ, ミシミセミウムτ ミアム錦び ミセムひソムミーミイミサミオミスム ムミサミオミエムτ紗禍クミシ ミセミアムミーミキミセミシ:
+- ミ斷ーミカミシミクムひオ ミコミスミセミソミコム "ミ樮ひソムミーミイミクムび" ミスミー ミイミコミサミーミエミコミオ "ミ佯ムひセムミクム".
+- ミ斷ーミカミシミクムひオ ミコミスミセミソミコム "ミ樮ひソムミーミイミクムび ムミーミキムミーミアミセムびミクミコム" ミクミキ "ミ。ミクムムひオミシミスミセミケ ミクミスムミセムミシミームミクミク".
+- ミ斷ーミカミシミクムひオ ミコミスミセミソミコム "ミ渙セミエミオミサミクムび袴ム" ミクミサミク "ミ樮ひソムミーミイミクムび ムミーミキムミーミアミセムびミクミコム" ミクミキ ムミーミキミエミオミサミー "ミ」ミソムミーミイミサミオミスミクミオ ミサミセミウ-ムミーミケミサミーミシミク".
+
+## 2. ミ ムミーミキムミオム威オミスミクム肖
+
+ミ湲ミクミサミセミカミオミスミクミオ ミクムミソミセミサム糊キムσオム ムミサミオミエムτ紗禍クミオ ムミーミキムミオム威オミスミクム
+
+### 2.1. ミ、ミセムひセミウムミームミクミク, ミシムσサム袴ひクミシミオミエミクミー ミク ムミーミケミサム
+
+**-read the contents of your USB storage**
+**-modify or delete the contents of your USB storage**
+
+ミ佯ミソミセミサム糊キムσオムびム ミエミサム ムミクミスムムミセミスミクミキミームミクミク ムミーミケミサミセミイ ミイミセ ミイミスムτびミオミスミスミオミオ ムムミーミスミクミサミクム禍オ ミク ミエミサム ムムひオミスミクム/ミキミーミソミクムミク ミーミエミシミクミスミクムムびミームひクミイミスム錦 ムミーミケミサミセミイ.
+
+### 2.2. ムムミーミスミクミサミクム禍オ
+
+**-read the contents of your USB storage**
+**-modify or delete the contents of your USB storage**
+
+ミ佯ミソミセミサム糊キムσオムびム ミエミサム ムミクミスムムミセミスミクミキミームミクミク ムミーミケミサミセミイ ミスミー USB-ミスミーミコミセミソミクムひオミサム ミク ミエミサム ムムひオミスミクム/ミキミーミソミクムミク ムσソムミーミイミサミオミスムミオムミコミクム ムミーミケミサミセミイ.
+
+### 2.3. Wi-Fi ミ渙セミエミコミサム紗ミオミスミクミオ ミ侑スムミセムミシミームミクム
+
+**view Wi-Fi connections**
+
+ミュムひセ ミクムミソミセミサム糊キムσオムびム ミエミサム ミソムミセミイミオムミコミク ムミセムムひセム紹スミクム Wi-Fi ミソムミク ミスミームミーミサミオ ムミクミスムムミセミスミクミキミームミクミク.
+
+### 2.4.Oムムひーミサム糊スム巾オ
+
+### 2.4.1. view network connections
+
+ミュムひセ ミクムミソミセミサム糊キムσオムびム ミエミサム ミソムミセミイミオムミコミク ムひセミウミセ, ムムひセ ミイム ミソミセミエミコミサム紗ミオミスム ミコ ムミオムひク, ミコミセミウミエミー ミスミームミクミスミーミオムひオ ムミクミスムムミセミスミクミキミームミクム.
+
+### 2.4.2.connect and disconnect from Wi-Fi
+
+ミ佯ミソミセミサム糊キムσケムひオ ミオミウミセ ミエミサム ミイミコミサム紗ミオミスミクム ミク ミイム巾コミサム紗ミオミスミクム Wi-Fi ム ムミクミスムムミセミスミクミキミームミクミオミケ ムミームミソミクムミーミスミクム.
+
+### 2.4.3.full network access
+
+ミュムひセ ミクムミソミセミサム糊キムσオムびム ミエミサム ムミクミスムムミセミスミクミキミームミクミク ミソミセ ムミオムひク ム ミクムミソミセミサム糊キミセミイミーミスミクミオミシ ミソムミセムひセミコミセミサミー SMB.
+
+### 2.4.4.run at startup
+
+ミュムひセ ミクムミソミセミサム糊キムσオムびム ミエミサム ムミクミスムムミセミスミクミキミームミクミク ムミームミソミクムミーミスミクム.
+
+### 2.4.5.control vibration
+
+ミュムひセ ミクムミソミセミサム糊キムσオムびム ミエミサム ムσイミオミエミセミシミサミオミスミクム ミソミセミサム糊キミセミイミームひオミサム ミセ ミキミーミイミオムム威オミスミクミク ムミクミスムムミセミスミクミキミームミクミク.
+
+### 2.4.6.prevent device from sleeping
+
+ミ佯ミソミセミサム糊キムσケムひオ ミオミウミセ, ムムひセミアム ミスミームミームび ムミクミスムムミセミスミクミキミームミクム ム ムミームミソミクムミーミスミクミオミシ ミクミサミク ミイミスミオム威スミクミシ ミソムミクミサミセミカミオミスミクミオミシ.
+
+### 2.4.7.install shortcuts
+
+ミ佯ミソミセミサム糊キムσケムひオ ミオミウミセ ミエミサム ミエミセミアミーミイミサミオミスミクム ム肖ミサム巾コミー ムミクミスムムミセミスミスミセミウミセ ミキミーミソムτミコミー ミスミー ムミーミアミセムミクミケ ムムひセミサ.
+
+
\ No newline at end of file
diff --git a/help/SMBSync2_Privacy_ZH.docx b/help/SMBSync2_Privacy_ZH.docx
deleted file mode 100644
index 61267bed..00000000
Binary files a/help/SMBSync2_Privacy_ZH.docx and /dev/null differ
diff --git a/help/SMBSync2_Privacy_ZH.md b/help/SMBSync2_Privacy_ZH.md
new file mode 100644
index 00000000..d559ab03
--- /dev/null
+++ b/help/SMBSync2_Privacy_ZH.md
@@ -0,0 +1,90 @@
+## 1.蠎皮畑遞句コ剰ョー蠖慕噪謨ー謐ョ
+
+蠎皮畑莨夊ョー蠖 "蜷梧ュ・莉サ蜉。蛻苓。ィ"シ梧ケ謐ョ隶セ鄂ョシ瑚ソ倅シ夊ョー蠖 "蠎皮畑豢サ蜉ィ隶ー蠖"縲豁、螟厄シ碁勁髱樒畑謌キ蟇ケ隶ー蠖慕噪謨ー謐ョ霑幄。御コ謫堺ス懶シ悟凄蛻吝コ皮畑荳堺シ壼ー蜈カ蜿鷹∝コ蜴サ縲
+
+### 1.1.蜷梧ュ・莉サ蜉。蛻苓。ィ
+
+隸・蠎皮畑莨夊ョー蠖墓鴬陦悟酔豁・謇髴逧謨ー謐ョ縲
+- 逶ョ蠖募錐縲∵枚莉カ蜷阪ヾMB譛榊苅蝎ィ荳サ譛コ蜷阪!P蝨ー蝮縲∫ォッ蜿」蜿キ縲∬エヲ謌キ蜷阪∝ッ遐(***1**)
+- 菫晄侃蠎皮畑遞句コ丞星蜉ィ蜥瑚ョセ鄂ョ譖エ謾ケ逧蠎皮畑遞句コ丞ッ遐(***1**)
+- 蠎皮畑隶セ鄂ョ蛟シ
+
+***1** 逕ィ邉サ扈溽函謌千噪蟇遐∝刈蟇蟷カ蟄伜お蝨ィAndroid Keystore荳ュ縲
+
+### 1.2.逕ウ隸キ豢サ蜉ィ隶ー蠖
+
+隸・蠎皮畑遞句コ剰ョー蠖穂コ莉・荳区焚謐ョシ檎畑莠朱ェ瑚ッ∝柱謨髫懈賜髯、縲
+- 螳牙酷迚域悽縲∬ョセ螟蛻カ騾蝠縲∬ョセ螟蜷咲ァー縲∬ョセ螟蝙句捷蜥悟コ皮畑迚域悽縲
+- 逶ョ蠖募錐縲∵枚莉カ蜷阪∵枚莉カ螟ァ蟆上∵枚莉カ譛蜷惹ソョ謾ケ譌カ髣エ縲
+- SMB譛榊苅蝎ィ逧荳サ譛コ蜷阪!P蝨ー蝮縲∫ォッ蜿」蜿キ蜥瑚エヲ謌キ蜷阪
+- 鄂醍サ懈磁蜿」蜷咲ァー縲!P蝨ー蝮蜥
+- 邉サ扈溯ョセ鄂ョ
+- 蠎皮畑隶セ鄂ョ蛟シ
+
+### 1.3.蟇シ蜃コ逧蜷梧ュ・莉サ蜉。蛻苓。ィ
+
+蠎皮畑蜿ッ莉・蟆 "1.1蜷梧ュ・莉サ蜉。蛻苓。ィ"蟇シ蜃コ荳コ譁莉カ縲 蟇シ蜃コ譌カ蜿ッ莉・霑幄。悟ッ遐∽ソ晄侃縲
+- 逶ョ蠖募錐縲∵枚莉カ蜷
+- SMB譛榊苅蝎ィ逧荳サ譛コ蜷阪!P蝨ー蝮縲∫ォッ蜿」蜿キ縲∬エヲ謌キ蜷榊柱蟇遐√
+- 蠎皮畑隶セ鄂ョ蛟シ
+
+### 1.4.莉主コ皮畑遞句コ丞書騾∵焚謐ョ
+
+蠎皮畑遞句コ剰ョー蠖慕噪謨ー謐ョ蜿ッ莉・騾夊ソ莉・荳句コ皮畑遞句コ乗桃菴懈擂蜿鷹
+- 蝨ィ "蜴蜿イ"騾蛾。ケ蜊。荳ュシ梧潔"蛻莠ォ"謖蛾聴縲
+- 轤ケ蜃サ邉サ扈滉ソ。諱ッ荳ュ逧 "蜿鷹∬ウ蠑蜿題"謖蛾聴縲
+- 轤ケ蜃サ譌・蠢礼ョ。逅荳ュ逧 "蛻莠ォ"謖蛾聴謌"蜿鷹∫サ吝シ蜿題"謖蛾聴縲
+
+## 2.謇髴譚蜉
+
+隸・蠎皮畑菴ソ逕ィ莉・荳区揀髯舌
+
+### 2.1.辣ァ迚縲∝ェ剃ス灘柱譁莉カ
+
+**-read the contents of your USB storage**
+**-modify or delete the contents of your USB storage**
+
+螳逕ィ莠主ー譁莉カ蜷梧ュ・蛻ー蜀驛ィ蟄伜お蜥瑚ッサ/蜀咏ョ。逅譁莉カ縲
+
+### 2.2.蟄伜お
+
+**-read the contents of your USB storage**
+**-modify or delete the contents of your USB storage**
+
+螳逕ィ莠主ー譁莉カ蜷梧ュ・蛻ーUSB蟄伜お隶セ螟荳奇シ悟ケカ隸サ蜿/蜀吝・邂。逅譁莉カ縲
+
+### 2.3.Wi-Fi霑樊磁菫。諱ッ
+
+**view Wi-Fi connections**
+
+蠖捺お蠑蟋句酔豁・譌カシ御スソ逕ィ豁、蜉溯ス譽譟・Wi-Fi迥カ諤√
+
+### 2.4.蜈カ莉
+
+### 2.4.1.view network connections
+
+螳逕ィ莠守。ョ菫晏惠蜷梧ュ・蠑蟋区慮シ梧お蟾イ霑樊磁蛻ー鄂醍サ懊
+
+### 2.4.2.connect and disconnect from Wi-Fi
+
+逕ィ莠主シ蜷ッ蜥悟ウ髣ュWi-Fi莉・螳樒鴫譌・遞句酔豁・縲
+
+### 2.4.3.full network access
+
+螳譏ッ逕ィ譚・騾夊ソ鄂醍サ應ク惨MB蜊剰ョョ蜷梧ュ・逧縲
+
+### 2.4.4.run at startup
+
+逕ィ莠取鴬陦梧律遞句酔豁・縲
+
+### 2.4.5.control vibration
+
+逕ィ莠主惠蜷梧ュ・扈捺據譌カ騾夂衍逕ィ謌キ縲
+
+### 2.4.6.prevent device from sleeping
+
+逕ィ莠惹サ取律遞玖。ィ謌門、夜Κ蠎皮畑遞句コ丞星蜉ィ蜷梧ュ・縲
+
+### 2.4.7.install shortcuts
+
+逕ィ莠取キサ蜉蜷梧ュ・蜷ッ蜉ィ蠢ォ謐キ譁ケ蠑丞芦譯碁擇縲
\ No newline at end of file
diff --git a/message_translation.xlsm b/message_translation.xlsm
index a61ff63b..db5e1f42 100644
Binary files a/message_translation.xlsm and b/message_translation.xlsm differ