|
4 | 4 | #, fuzzy |
5 | 5 | msgid "" |
6 | 6 | msgstr "" |
7 | | -"POT-Creation-Date: 2019-12-18 16:44+0100\n" |
| 7 | +"POT-Creation-Date: 2023-06-06 16:05+0200\n" |
8 | 8 | "PO-Revision-Date: YYYY-mm-DD HH:MM+ZZZZ\n" |
9 | 9 | "Last-Translator: NAME <EMAIL@ADDRESS>\n" |
10 | 10 | "MIME-Version: 1.0\n" |
11 | 11 | "Content-Type: text/plain; charset=utf-8\n" |
12 | 12 | "Content-Transfer-Encoding: 8bit\n" |
13 | 13 | "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" |
14 | 14 |
|
15 | | -#: BackupTrait.php:56 |
16 | | -msgid "Binary for `{0}` could not be found. You have to set its path manually" |
17 | | -msgstr "" |
18 | | - |
19 | | -#: BackupTrait.php:104 |
20 | | -msgid "The `{0}` driver does not exist" |
21 | | -msgstr "" |
22 | | - |
23 | | -#: Command/DeleteAllCommand.php:34 |
| 15 | +#: ./home/mirko/Libs/Plugins/cakephp-database-backup/src/Command/DeleteAllCommand.php:36 |
24 | 16 | msgid "Deletes all database backups" |
25 | 17 | msgstr "" |
26 | 18 |
|
27 | | -#: Command/DeleteAllCommand.php:52 |
28 | | -#: Command/RotateCommand.php:62 |
| 19 | +#: ./home/mirko/Libs/Plugins/cakephp-database-backup/src/Command/DeleteAllCommand.php:53 |
| 20 | +#: ./home/mirko/Libs/Plugins/cakephp-database-backup/src/Command/RotateCommand.php:64 |
29 | 21 | msgid "No backup has been deleted" |
30 | 22 | msgstr "" |
31 | 23 |
|
32 | | -#: Command/DeleteAllCommand.php:58 |
33 | | -#: Command/RotateCommand.php:68 |
| 24 | +#: ./home/mirko/Libs/Plugins/cakephp-database-backup/src/Command/DeleteAllCommand.php:59 |
| 25 | +#: ./home/mirko/Libs/Plugins/cakephp-database-backup/src/Command/RotateCommand.php:70 |
34 | 26 | msgid "Backup `{0}` has been deleted" |
35 | 27 | msgstr "" |
36 | 28 |
|
37 | | -#: Command/DeleteAllCommand.php:61 |
38 | | -#: Command/RotateCommand.php:71 |
| 29 | +#: ./home/mirko/Libs/Plugins/cakephp-database-backup/src/Command/DeleteAllCommand.php:62 |
| 30 | +#: ./home/mirko/Libs/Plugins/cakephp-database-backup/src/Command/RotateCommand.php:73 |
39 | 31 | msgid "Deleted backup files: {0}" |
40 | 32 | msgstr "" |
41 | 33 |
|
42 | | -#: Command/ExportCommand.php:37 |
| 34 | +#: ./home/mirko/Libs/Plugins/cakephp-database-backup/src/Command/ExportCommand.php:39 |
43 | 35 | msgid "Exports a database backup" |
44 | 36 | msgstr "" |
45 | 37 |
|
46 | | -#: Command/ExportCommand.php:41 |
| 38 | +#: ./home/mirko/Libs/Plugins/cakephp-database-backup/src/Command/ExportCommand.php:43 |
47 | 39 | msgid "Compression type. By default, no compression will be used" |
48 | 40 | msgstr "" |
49 | 41 |
|
50 | | -#: Command/ExportCommand.php:45 |
51 | | -msgid "Filename. It can be an absolute path and may contain patterns. The compression type will be automatically setted" |
| 42 | +#: ./home/mirko/Libs/Plugins/cakephp-database-backup/src/Command/ExportCommand.php:47 |
| 43 | +msgid "Filename. It can be an absolute path and may contain patterns. The compression type will be automatically set" |
52 | 44 | msgstr "" |
53 | 45 |
|
54 | | -#: Command/ExportCommand.php:50 |
| 46 | +#: ./home/mirko/Libs/Plugins/cakephp-database-backup/src/Command/ExportCommand.php:52 |
55 | 47 | msgid "Rotates backups. You have to indicate the number of backups you want to keep. So, it will delete all backups that are older. By default, no backup will be deleted" |
56 | 48 | msgstr "" |
57 | 49 |
|
58 | | -#: Command/ExportCommand.php:56 |
| 50 | +#: ./home/mirko/Libs/Plugins/cakephp-database-backup/src/Command/ExportCommand.php:58 |
59 | 51 | msgid "Sends the backup file via email. You have to indicate the recipient's email address" |
60 | 52 | msgstr "" |
61 | 53 |
|
62 | | -#: Command/ExportCommand.php:94 |
| 54 | +#: ./home/mirko/Libs/Plugins/cakephp-database-backup/src/Command/ExportCommand.php:63 |
| 55 | +#: ./home/mirko/Libs/Plugins/cakephp-database-backup/src/Command/ImportCommand.php:45 |
| 56 | +msgid "Timeout for shell commands. Default value: {0} seconds" |
| 57 | +msgstr "" |
| 58 | + |
| 59 | +#: ./home/mirko/Libs/Plugins/cakephp-database-backup/src/Command/ExportCommand.php:101 |
| 60 | +#: ./home/mirko/Libs/Plugins/cakephp-database-backup/src/Command/ImportCommand.php:74 |
| 61 | +msgid "The `{0}` event stopped the operation" |
| 62 | +msgstr "" |
| 63 | + |
| 64 | +#: ./home/mirko/Libs/Plugins/cakephp-database-backup/src/Command/ExportCommand.php:102 |
63 | 65 | msgid "Backup `{0}` has been exported" |
64 | 66 | msgstr "" |
65 | 67 |
|
66 | | -#: Command/ImportCommand.php:35 |
| 68 | +#: ./home/mirko/Libs/Plugins/cakephp-database-backup/src/Command/ImportCommand.php:39 |
67 | 69 | msgid "Imports a database backup" |
68 | 70 | msgstr "" |
69 | 71 |
|
70 | | -#: Command/ImportCommand.php:37 |
71 | | -#: Command/SendCommand.php:38 |
| 72 | +#: ./home/mirko/Libs/Plugins/cakephp-database-backup/src/Command/ImportCommand.php:41 |
| 73 | +#: ./home/mirko/Libs/Plugins/cakephp-database-backup/src/Command/SendCommand.php:40 |
72 | 74 | msgid "Filename. It can be an absolute path" |
73 | 75 | msgstr "" |
74 | 76 |
|
75 | | -#: Command/ImportCommand.php:57 |
| 77 | +#: ./home/mirko/Libs/Plugins/cakephp-database-backup/src/Command/ImportCommand.php:75 |
76 | 78 | msgid "Backup `{0}` has been imported" |
77 | 79 | msgstr "" |
78 | 80 |
|
79 | | -#: Command/IndexCommand.php:36 |
| 81 | +#: ./home/mirko/Libs/Plugins/cakephp-database-backup/src/Command/IndexCommand.php:38 |
80 | 82 | msgid "Lists database backups" |
81 | 83 | msgstr "" |
82 | 84 |
|
83 | | -#: Command/IndexCommand.php:53 |
| 85 | +#: ./home/mirko/Libs/Plugins/cakephp-database-backup/src/Command/IndexCommand.php:54 |
84 | 86 | msgid "Backup files found: {0}" |
85 | 87 | msgstr "" |
86 | 88 |
|
87 | | -#: Command/IndexCommand.php:60 |
| 89 | +#: ./home/mirko/Libs/Plugins/cakephp-database-backup/src/Command/IndexCommand.php:60 |
88 | 90 | msgid "Filename" |
89 | 91 | msgstr "" |
90 | 92 |
|
91 | | -#: Command/IndexCommand.php:61 |
| 93 | +#: ./home/mirko/Libs/Plugins/cakephp-database-backup/src/Command/IndexCommand.php:61 |
92 | 94 | msgid "Extension" |
93 | 95 | msgstr "" |
94 | 96 |
|
95 | | -#: Command/IndexCommand.php:62 |
| 97 | +#: ./home/mirko/Libs/Plugins/cakephp-database-backup/src/Command/IndexCommand.php:62 |
96 | 98 | msgid "Compression" |
97 | 99 | msgstr "" |
98 | 100 |
|
99 | | -#: Command/IndexCommand.php:63 |
| 101 | +#: ./home/mirko/Libs/Plugins/cakephp-database-backup/src/Command/IndexCommand.php:63 |
100 | 102 | msgid "Size" |
101 | 103 | msgstr "" |
102 | 104 |
|
103 | | -#: Command/IndexCommand.php:64 |
| 105 | +#: ./home/mirko/Libs/Plugins/cakephp-database-backup/src/Command/IndexCommand.php:64 |
104 | 106 | msgid "Datetime" |
105 | 107 | msgstr "" |
106 | 108 |
|
107 | | -#: Command/RotateCommand.php:35 |
| 109 | +#: ./home/mirko/Libs/Plugins/cakephp-database-backup/src/Command/RotateCommand.php:37 |
108 | 110 | msgid "Rotates backups" |
109 | 111 | msgstr "" |
110 | 112 |
|
111 | | -#: Command/RotateCommand.php:37 |
| 113 | +#: ./home/mirko/Libs/Plugins/cakephp-database-backup/src/Command/RotateCommand.php:39 |
112 | 114 | msgid "Number of backups you want to keep. So, it will delete all backups that are older" |
113 | 115 | msgstr "" |
114 | 116 |
|
115 | | -#: Command/SendCommand.php:35 |
| 117 | +#: ./home/mirko/Libs/Plugins/cakephp-database-backup/src/Command/SendCommand.php:37 |
116 | 118 | msgid "Send a database backup via mail" |
117 | 119 | msgstr "" |
118 | 120 |
|
119 | | -#: Command/SendCommand.php:42 |
| 121 | +#: ./home/mirko/Libs/Plugins/cakephp-database-backup/src/Command/SendCommand.php:44 |
120 | 122 | msgid "Recipient's email address" |
121 | 123 | msgstr "" |
122 | 124 |
|
123 | | -#: Command/SendCommand.php:62 |
| 125 | +#: ./home/mirko/Libs/Plugins/cakephp-database-backup/src/Command/SendCommand.php:64 |
124 | 126 | msgid "Backup `{0}` was sent via mail" |
125 | 127 | msgstr "" |
126 | 128 |
|
127 | | -#: Console/Command.php:38 |
| 129 | +#: ./home/mirko/Libs/Plugins/cakephp-database-backup/src/Console/Command.php:39 |
128 | 130 | msgid "Connection: {0}" |
129 | 131 | msgstr "" |
130 | 132 |
|
131 | | -#: Console/Command.php:39 |
| 133 | +#: ./home/mirko/Libs/Plugins/cakephp-database-backup/src/Console/Command.php:40 |
132 | 134 | msgid "Driver: {0}" |
133 | 135 | msgstr "" |
134 | 136 |
|
135 | | -#: Driver/Driver.php:185 |
136 | | -#: Driver/Driver.php:228 |
137 | | -msgid "Failed with exit code `{0}`" |
| 137 | +#: ./home/mirko/Libs/Plugins/cakephp-database-backup/src/Console/Command.php:43 |
| 138 | +msgid "Timeout for shell commands: {0} seconds" |
138 | 139 | msgstr "" |
139 | 140 |
|
140 | | -#: Utility/BackupExport.php:119 |
| 141 | +#: ./home/mirko/Libs/Plugins/cakephp-database-backup/src/Utility/AbstractBackupUtility.php:83 |
| 142 | +msgid "The `{0}` driver does not exist" |
| 143 | +msgstr "" |
| 144 | + |
| 145 | +#: ./home/mirko/Libs/Plugins/cakephp-database-backup/src/Utility/BackupExport.php:75 |
141 | 146 | msgid "Invalid compression type" |
142 | 147 | msgstr "" |
143 | 148 |
|
144 | | -#: Utility/BackupExport.php:155 |
| 149 | +#: ./home/mirko/Libs/Plugins/cakephp-database-backup/src/Utility/BackupExport.php:106 |
145 | 150 | msgid "File `{0}` already exists" |
146 | 151 | msgstr "" |
147 | 152 |
|
148 | | -#: Utility/BackupExport.php:160 |
149 | | -#: Utility/BackupImport.php:66 |
| 153 | +#: ./home/mirko/Libs/Plugins/cakephp-database-backup/src/Utility/BackupExport.php:109 |
| 154 | +msgid "Invalid `{0}` file extension" |
| 155 | +msgstr "" |
| 156 | + |
| 157 | +#: ./home/mirko/Libs/Plugins/cakephp-database-backup/src/Utility/BackupExport.php:176 |
| 158 | +msgid "Export failed with error message: `{0}`" |
| 159 | +msgstr "" |
| 160 | + |
| 161 | +#: ./home/mirko/Libs/Plugins/cakephp-database-backup/src/Utility/BackupImport.php:38 |
150 | 162 | msgid "Invalid file extension" |
151 | 163 | msgstr "" |
152 | 164 |
|
153 | | -#: Utility/BackupImport.php:87 |
| 165 | +#: ./home/mirko/Libs/Plugins/cakephp-database-backup/src/Utility/BackupImport.php:59 |
154 | 166 | msgid "You must first set the filename" |
155 | 167 | msgstr "" |
156 | 168 |
|
157 | | -#: Utility/BackupManager.php:100 |
| 169 | +#: ./home/mirko/Libs/Plugins/cakephp-database-backup/src/Utility/BackupImport.php:73 |
| 170 | +msgid "Import failed with error message: `{0}`" |
| 171 | +msgstr "" |
| 172 | + |
| 173 | +#: ./home/mirko/Libs/Plugins/cakephp-database-backup/src/Utility/BackupManager.php:94 |
158 | 174 | msgid "Invalid rotate value" |
159 | 175 | msgstr "" |
160 | 176 |
|
161 | | -#: Utility/BackupManager.php:128 |
| 177 | +#: ./home/mirko/Libs/Plugins/cakephp-database-backup/src/Utility/BackupManager.php:117 |
162 | 178 | msgid "Database backup {0} from {1}" |
163 | 179 | msgstr "" |
164 | 180 |
|
0 commit comments