Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/FileSynchronizer/lang/en.json')
-rw-r--r--plugins/FileSynchronizer/lang/en.json25
1 files changed, 25 insertions, 0 deletions
diff --git a/plugins/FileSynchronizer/lang/en.json b/plugins/FileSynchronizer/lang/en.json
new file mode 100644
index 0000000000..f6801c25eb
--- /dev/null
+++ b/plugins/FileSynchronizer/lang/en.json
@@ -0,0 +1,25 @@
+{
+ "FileSynchronizer": {
+ "SynchronizingFiles": "Synchronizing files",
+ "ToConfigurePluginGoToSettings": "To configure this plugin go to %s%s%s.",
+ "ScheduledFiles": "Files that will be synchronized next",
+ "ScheduledFilesDescription": "These files should be synced as soon as the sync task runs the next time.",
+ "SynchronizedFiles": "Synchronized files",
+ "SynchronizedFilesDescription": "The following table shows the latest %d synchronized files.",
+ "NoSynchronizedFile": "No file has been synchronized yet.",
+ "NoSynchronizingFile": "No file is currently being synchronized.",
+ "NoScheduledFiles": "No file is scheduled to be synced.",
+ "File": "File",
+ "FileSize": "File size",
+ "Synced": "Synced",
+ "StartDate": "Start Date",
+ "TimeTaken": "Time taken",
+ "InProcessSince": "In process since",
+ "SyncDetails": "Exit code: '%s', output: '%s'",
+ "HashFileCreated": "Hash file was successfully created",
+ "HashFileNotCreated": "Hash file not created",
+ "HashFile": "Hash file",
+ "ExitCode": "Exit Code",
+ "FileDetails": "'%s' to '%s' via '%s'. Hash of file is '%s'"
+ }
+} \ No newline at end of file