|
1 | 1 | # LANGUAGE translation of cakephp-database-backup plugin |
2 | | -# Copyright 2017 Mirko Pagliai <mirko.pagliai@gmail.com> |
| 2 | +# Copyright Mirko Pagliai <mirko.pagliai@gmail.com> |
3 | 3 | # |
4 | 4 | #, fuzzy |
5 | 5 | msgid "" |
6 | 6 | msgstr "" |
7 | | -"POT-Creation-Date: 2017-06-23 12:08+0200\n" |
| 7 | +"POT-Creation-Date: 2019-12-18 16:44+0100\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 | | -#: /home/mirko/Libs/Plugins/cakephp-database-backup/src/BackupTrait.php:65 |
16 | | -msgid "`{0}` executable not available" |
| 15 | +#: BackupTrait.php:56 |
| 16 | +msgid "Binary for `{0}` could not be found. You have to set its path manually" |
17 | 17 | msgstr "" |
18 | 18 |
|
19 | | -#: /home/mirko/Libs/Plugins/cakephp-database-backup/src/BackupTrait.php:115 |
| 19 | +#: BackupTrait.php:104 |
20 | 20 | msgid "The `{0}` driver does not exist" |
21 | 21 | msgstr "" |
22 | 22 |
|
23 | | -#: /home/mirko/Libs/Plugins/cakephp-database-backup/src/Driver/Mysql.php:156;183 |
24 | | -#: /home/mirko/Libs/Plugins/cakephp-database-backup/src/Driver/Sqlite.php:97;119 |
25 | | -msgid "{0} failed with exit code `{1}`" |
26 | | -msgstr "" |
27 | | - |
28 | | -#: /home/mirko/Libs/Plugins/cakephp-database-backup/src/Shell/BackupShell.php:88 |
29 | | -msgid "Connection: {0}" |
30 | | -msgstr "" |
31 | | - |
32 | | -#: /home/mirko/Libs/Plugins/cakephp-database-backup/src/Shell/BackupShell.php:89 |
33 | | -msgid "Driver: {0}" |
| 23 | +#: Command/DeleteAllCommand.php:34 |
| 24 | +msgid "Deletes all database backups" |
34 | 25 | msgstr "" |
35 | 26 |
|
36 | | -#: /home/mirko/Libs/Plugins/cakephp-database-backup/src/Shell/BackupShell.php:106;251 |
| 27 | +#: Command/DeleteAllCommand.php:52 |
| 28 | +#: Command/RotateCommand.php:62 |
37 | 29 | msgid "No backup has been deleted" |
38 | 30 | msgstr "" |
39 | 31 |
|
40 | | -#: /home/mirko/Libs/Plugins/cakephp-database-backup/src/Shell/BackupShell.php:112;257 |
| 32 | +#: Command/DeleteAllCommand.php:58 |
| 33 | +#: Command/RotateCommand.php:68 |
41 | 34 | msgid "Backup `{0}` has been deleted" |
42 | 35 | msgstr "" |
43 | 36 |
|
44 | | -#: /home/mirko/Libs/Plugins/cakephp-database-backup/src/Shell/BackupShell.php:115;260 |
| 37 | +#: Command/DeleteAllCommand.php:61 |
| 38 | +#: Command/RotateCommand.php:71 |
45 | 39 | msgid "Deleted backup files: {0}" |
46 | 40 | msgstr "" |
47 | 41 |
|
48 | | -#: /home/mirko/Libs/Plugins/cakephp-database-backup/src/Shell/BackupShell.php:151 |
49 | | -msgid "Backup `{0}` has been exported" |
| 42 | +#: Command/ExportCommand.php:37 |
| 43 | +msgid "Exports a database backup" |
50 | 44 | msgstr "" |
51 | 45 |
|
52 | | -#: /home/mirko/Libs/Plugins/cakephp-database-backup/src/Shell/BackupShell.php:180 |
53 | | -msgid "Backup `{0}` has been imported" |
| 46 | +#: Command/ExportCommand.php:41 |
| 47 | +msgid "Compression type. By default, no compression will be used" |
54 | 48 | msgstr "" |
55 | 49 |
|
56 | | -#: /home/mirko/Libs/Plugins/cakephp-database-backup/src/Shell/BackupShell.php:198 |
57 | | -msgid "Backup files found: {0}" |
| 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" |
58 | 52 | msgstr "" |
59 | 53 |
|
60 | | -#: /home/mirko/Libs/Plugins/cakephp-database-backup/src/Shell/BackupShell.php:212 |
61 | | -msgid "Filename" |
| 54 | +#: Command/ExportCommand.php:50 |
| 55 | +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" |
62 | 56 | msgstr "" |
63 | 57 |
|
64 | | -#: /home/mirko/Libs/Plugins/cakephp-database-backup/src/Shell/BackupShell.php:213 |
65 | | -msgid "Extension" |
| 58 | +#: Command/ExportCommand.php:56 |
| 59 | +msgid "Sends the backup file via email. You have to indicate the recipient's email address" |
66 | 60 | msgstr "" |
67 | 61 |
|
68 | | -#: /home/mirko/Libs/Plugins/cakephp-database-backup/src/Shell/BackupShell.php:214 |
69 | | -msgid "Compression" |
| 62 | +#: Command/ExportCommand.php:94 |
| 63 | +msgid "Backup `{0}` has been exported" |
70 | 64 | msgstr "" |
71 | 65 |
|
72 | | -#: /home/mirko/Libs/Plugins/cakephp-database-backup/src/Shell/BackupShell.php:215 |
73 | | -msgid "Size" |
| 66 | +#: Command/ImportCommand.php:35 |
| 67 | +msgid "Imports a database backup" |
74 | 68 | msgstr "" |
75 | 69 |
|
76 | | -#: /home/mirko/Libs/Plugins/cakephp-database-backup/src/Shell/BackupShell.php:216 |
77 | | -msgid "Datetime" |
| 70 | +#: Command/ImportCommand.php:37 |
| 71 | +#: Command/SendCommand.php:38 |
| 72 | +msgid "Filename. It can be an absolute path" |
78 | 73 | msgstr "" |
79 | 74 |
|
80 | | -#: /home/mirko/Libs/Plugins/cakephp-database-backup/src/Shell/BackupShell.php:281 |
81 | | -msgid "Backup `{0}` was sent via mail" |
| 75 | +#: Command/ImportCommand.php:57 |
| 76 | +msgid "Backup `{0}` has been imported" |
82 | 77 | msgstr "" |
83 | 78 |
|
84 | | -#: /home/mirko/Libs/Plugins/cakephp-database-backup/src/Shell/BackupShell.php:295 |
85 | | -msgid "Shell to handle database backups" |
| 79 | +#: Command/IndexCommand.php:36 |
| 80 | +msgid "Lists database backups" |
86 | 81 | msgstr "" |
87 | 82 |
|
88 | | -#: /home/mirko/Libs/Plugins/cakephp-database-backup/src/Shell/BackupShell.php:297 |
89 | | -msgid "Deletes all database backups" |
| 83 | +#: Command/IndexCommand.php:53 |
| 84 | +msgid "Backup files found: {0}" |
90 | 85 | msgstr "" |
91 | 86 |
|
92 | | -#: /home/mirko/Libs/Plugins/cakephp-database-backup/src/Shell/BackupShell.php:300 |
93 | | -msgid "Exports a database backup" |
| 87 | +#: Command/IndexCommand.php:60 |
| 88 | +msgid "Filename" |
94 | 89 | msgstr "" |
95 | 90 |
|
96 | | -#: /home/mirko/Libs/Plugins/cakephp-database-backup/src/Shell/BackupShell.php:305 |
97 | | -msgid "Compression type. By default, no compression will be used" |
| 91 | +#: Command/IndexCommand.php:61 |
| 92 | +msgid "Extension" |
98 | 93 | msgstr "" |
99 | 94 |
|
100 | | -#: /home/mirko/Libs/Plugins/cakephp-database-backup/src/Shell/BackupShell.php:309 |
101 | | -msgid "Filename. It can be an absolute path and may contain patterns. The compression type will be automatically setted" |
| 95 | +#: Command/IndexCommand.php:62 |
| 96 | +msgid "Compression" |
102 | 97 | msgstr "" |
103 | 98 |
|
104 | | -#: /home/mirko/Libs/Plugins/cakephp-database-backup/src/Shell/BackupShell.php:314 |
105 | | -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" |
| 99 | +#: Command/IndexCommand.php:63 |
| 100 | +msgid "Size" |
106 | 101 | msgstr "" |
107 | 102 |
|
108 | | -#: /home/mirko/Libs/Plugins/cakephp-database-backup/src/Shell/BackupShell.php:319 |
109 | | -msgid "Sends the backup file via email. You have to indicate the recipient's email address" |
| 103 | +#: Command/IndexCommand.php:64 |
| 104 | +msgid "Datetime" |
110 | 105 | msgstr "" |
111 | 106 |
|
112 | | -#: /home/mirko/Libs/Plugins/cakephp-database-backup/src/Shell/BackupShell.php:327 |
113 | | -msgid "Lists database backups" |
| 107 | +#: Command/RotateCommand.php:35 |
| 108 | +msgid "Rotates backups" |
114 | 109 | msgstr "" |
115 | 110 |
|
116 | | -#: /home/mirko/Libs/Plugins/cakephp-database-backup/src/Shell/BackupShell.php:330 |
117 | | -msgid "Imports a database backup" |
| 111 | +#: Command/RotateCommand.php:37 |
| 112 | +msgid "Number of backups you want to keep. So, it will delete all backups that are older" |
118 | 113 | msgstr "" |
119 | 114 |
|
120 | | -#: /home/mirko/Libs/Plugins/cakephp-database-backup/src/Shell/BackupShell.php:334;359 |
121 | | -msgid "Filename. It can be an absolute path" |
| 115 | +#: Command/SendCommand.php:35 |
| 116 | +msgid "Send a database backup via mail" |
122 | 117 | msgstr "" |
123 | 118 |
|
124 | | -#: /home/mirko/Libs/Plugins/cakephp-database-backup/src/Shell/BackupShell.php:342 |
125 | | -msgid "Rotates backups" |
| 119 | +#: Command/SendCommand.php:42 |
| 120 | +msgid "Recipient's email address" |
126 | 121 | msgstr "" |
127 | 122 |
|
128 | | -#: /home/mirko/Libs/Plugins/cakephp-database-backup/src/Shell/BackupShell.php:346 |
129 | | -msgid "Number of backups you want to keep. So, it will delete all backups that are older" |
| 123 | +#: Command/SendCommand.php:62 |
| 124 | +msgid "Backup `{0}` was sent via mail" |
130 | 125 | msgstr "" |
131 | 126 |
|
132 | | -#: /home/mirko/Libs/Plugins/cakephp-database-backup/src/Shell/BackupShell.php:355 |
133 | | -msgid "Send a database backup via mail" |
| 127 | +#: Console/Command.php:38 |
| 128 | +msgid "Connection: {0}" |
134 | 129 | msgstr "" |
135 | 130 |
|
136 | | -#: /home/mirko/Libs/Plugins/cakephp-database-backup/src/Shell/BackupShell.php:363 |
137 | | -msgid "Recipient's email address" |
| 131 | +#: Console/Command.php:39 |
| 132 | +msgid "Driver: {0}" |
138 | 133 | msgstr "" |
139 | 134 |
|
140 | | -#: /home/mirko/Libs/Plugins/cakephp-database-backup/src/Utility/BackupExport.php:116 |
141 | | -#: /home/mirko/Libs/Plugins/cakephp-database-backup/src/Utility/BackupImport.php:77 |
142 | | -msgid "Invalid compression type" |
| 135 | +#: Driver/Driver.php:185 |
| 136 | +#: Driver/Driver.php:228 |
| 137 | +msgid "Failed with exit code `{0}`" |
143 | 138 | msgstr "" |
144 | 139 |
|
145 | | -#: /home/mirko/Libs/Plugins/cakephp-database-backup/src/Utility/BackupExport.php:156 |
146 | | -#: /home/mirko/Libs/Plugins/cakephp-database-backup/src/Utility/BackupManager.php:72 |
147 | | -msgid "File or directory `{0}` not writable" |
| 140 | +#: Utility/BackupExport.php:119 |
| 141 | +msgid "Invalid compression type" |
148 | 142 | msgstr "" |
149 | 143 |
|
150 | | -#: /home/mirko/Libs/Plugins/cakephp-database-backup/src/Utility/BackupExport.php:160 |
| 144 | +#: Utility/BackupExport.php:155 |
151 | 145 | msgid "File `{0}` already exists" |
152 | 146 | msgstr "" |
153 | 147 |
|
154 | | -#: /home/mirko/Libs/Plugins/cakephp-database-backup/src/Utility/BackupExport.php:165 |
| 148 | +#: Utility/BackupExport.php:160 |
| 149 | +#: Utility/BackupImport.php:66 |
155 | 150 | msgid "Invalid file extension" |
156 | 151 | msgstr "" |
157 | 152 |
|
158 | | -#: /home/mirko/Libs/Plugins/cakephp-database-backup/src/Utility/BackupImport.php:73 |
159 | | -msgid "File or directory `{0}` not readable" |
160 | | -msgstr "" |
161 | | - |
162 | | -#: /home/mirko/Libs/Plugins/cakephp-database-backup/src/Utility/BackupImport.php:96 |
| 153 | +#: Utility/BackupImport.php:87 |
163 | 154 | msgid "You must first set the filename" |
164 | 155 | msgstr "" |
165 | 156 |
|
166 | | -#: /home/mirko/Libs/Plugins/cakephp-database-backup/src/Utility/BackupManager.php:138 |
| 157 | +#: Utility/BackupManager.php:100 |
167 | 158 | msgid "Invalid rotate value" |
168 | 159 | msgstr "" |
169 | 160 |
|
170 | | -#: /home/mirko/Libs/Plugins/cakephp-database-backup/src/Utility/BackupManager.php:164 |
171 | | -msgid "You must first set the mail sender" |
172 | | -msgstr "" |
173 | | - |
174 | | -#: /home/mirko/Libs/Plugins/cakephp-database-backup/src/Utility/BackupManager.php:172 |
| 161 | +#: Utility/BackupManager.php:128 |
175 | 162 | msgid "Database backup {0} from {1}" |
176 | 163 | msgstr "" |
177 | 164 |
|
0 commit comments