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

en.json « lang « FileSynchronizer « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f6801c25ebe4c26f7a51de3c308451b02da945b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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'"
    }
}