chiark / gitweb /
Merge branch 'plural' into 'master'
[fdroidserver.git] / locale / uk / LC_MESSAGES / fdroidserver.po
1 # SOME DESCRIPTIVE TITLE.
2 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3 # This file is distributed under the same license as the PACKAGE package.
4 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5 #
6 msgid ""
7 msgstr ""
8 "Project-Id-Version: PACKAGE VERSION\n"
9 "Report-Msgid-Bugs-To: team@f-droid.org\n"
10 "POT-Creation-Date: 2017-06-01 17:23+0200\n"
11 "PO-Revision-Date: 2017-09-15 19:29+0000\n"
12 "Last-Translator: Володимир Бриняк <bardvv@gmail.com>\n"
13 "Language-Team: Ukrainian "
14 "<https://hosted.weblate.org/projects/f-droid/fdroidserver/uk/>\n"
15 "Language: uk\n"
16 "MIME-Version: 1.0\n"
17 "Content-Type: text/plain; charset=UTF-8\n"
18 "Content-Transfer-Encoding: 8bit\n"
19 "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<="
20 "4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
21 "X-Generator: Weblate 2.17-dev\n"
22
23 #: ../fdroid:34
24 msgid "Build a package from source"
25 msgstr ""
26
27 #: ../fdroid:35
28 msgid "Quickly start a new repository"
29 msgstr ""
30
31 #: ../fdroid:36
32 msgid "Sign and place packages in the repo"
33 msgstr ""
34
35 #: ../fdroid:37
36 msgid "Add gpg signatures for packages in repo"
37 msgstr ""
38
39 #: ../fdroid:38
40 msgid "Update repo information for new packages"
41 msgstr ""
42
43 #: ../fdroid:39
44 msgid "Verify the integrity of downloaded packages"
45 msgstr ""
46
47 #: ../fdroid:40
48 msgid "Check for updates to applications"
49 msgstr ""
50
51 #: ../fdroid:41
52 msgid "Add a new application from its source code"
53 msgstr ""
54
55 #: ../fdroid:42
56 msgid "Install built packages on devices"
57 msgstr ""
58
59 #: ../fdroid:43
60 msgid "Read all the metadata files and exit"
61 msgstr ""
62
63 #: ../fdroid:44
64 msgid "Rewrite all the metadata files"
65 msgstr ""
66
67 #: ../fdroid:45
68 msgid "Warn about possible metadata errors"
69 msgstr ""
70
71 #: ../fdroid:46
72 msgid "Scan the source code of a package"
73 msgstr ""
74
75 #: ../fdroid:47
76 msgid "Dynamically scan APKs post build"
77 msgstr ""
78
79 #: ../fdroid:48
80 msgid "Update the stats of the repo"
81 msgstr ""
82
83 #: ../fdroid:49
84 msgid "Interact with the repo HTTP server"
85 msgstr ""
86
87 #: ../fdroid:50
88 #, fuzzy
89 msgid "Sign indexes created using update --nosign"
90 msgstr "Запис індексів, створених за допомогою оновлення --nosign"
91
92 #: ../fdroid:51
93 msgid "Update the binary transparency log for a URL"
94 msgstr "Оновити бінарний журнал прозорості для URL-адреси"
95
96 #: ../fdroid:56
97 msgid "usage: fdroid [-h|--help|--version] <command> [<args>]"
98 msgstr "використання: fdroid [-h|--help|--version] <command> [<args>]"
99
100 #: ../fdroid:58
101 msgid "Valid commands are:"
102 msgstr "Дійсні команди:"
103
104 #: ../fdroid:104
105 #, c-format
106 msgid "Command '%s' not recognised.\n"
107 msgstr "Команда '%s' не визнана.\n"
108
109 #: ../fdroid:150
110 msgid "Unknown exception found!"
111 msgstr ""
112
113 #: ../fdroidserver/btlog.py:154
114 msgid "Path to the git repo to use as the log"
115 msgstr ""
116
117 #: ../fdroidserver/btlog.py:156
118 msgid "The base URL for the repo to log (default: https://f-droid.org)"
119 msgstr ""
120
121 #: ../fdroidserver/btlog.py:158
122 msgid "Push the log to this git remote repository"
123 msgstr ""
124
125 #: ../fdroidserver/build.py:875 ../fdroidserver/install.py:52
126 #: ../fdroidserver/publish.py:45 ../fdroidserver/scanner.py:255
127 #: ../fdroidserver/verify.py:41
128 msgid "app-id with optional versionCode in the form APPID[:VERCODE]"
129 msgstr ""
130
131 #: ../fdroidserver/build.py:877
132 msgid "Build only the latest version of each package"
133 msgstr ""
134
135 #: ../fdroidserver/build.py:879
136 msgid "Make the build stop on exceptions"
137 msgstr ""
138
139 #: ../fdroidserver/build.py:881
140 msgid ""
141 "Test mode - put output in the tmp directory only, and always build, even if "
142 "the output already exists."
143 msgstr ""
144
145 #: ../fdroidserver/build.py:883
146 msgid "Use build server"
147 msgstr ""
148
149 #: ../fdroidserver/build.py:885
150 msgid ""
151 "Reset and create a brand new build server, even if the existing one appears "
152 "to be ok."
153 msgstr ""
154
155 #: ../fdroidserver/build.py:887
156 msgid "Specify that we're running on the build server"
157 msgstr ""
158
159 #: ../fdroidserver/build.py:889
160 msgid "Skip scanning the source code for binaries and other problems"
161 msgstr ""
162
163 #: ../fdroidserver/build.py:891
164 msgid "Setup an emulator, install the apk on it and perform a drozer scan"
165 msgstr ""
166
167 #: ../fdroidserver/build.py:893
168 msgid "Don't create a source tarball, useful when testing a build"
169 msgstr ""
170
171 #: ../fdroidserver/build.py:895
172 msgid ""
173 "Don't refresh the repository, useful when testing a build with no internet "
174 "connection"
175 msgstr ""
176
177 #: ../fdroidserver/build.py:897
178 msgid ""
179 "Force build of disabled apps, and carries on regardless of scan problems. "
180 "Only allowed in test mode."
181 msgstr ""
182
183 #: ../fdroidserver/build.py:899
184 msgid "Build all applications available"
185 msgstr ""
186
187 #: ../fdroidserver/build.py:901 ../fdroidserver/update.py:1519
188 msgid "Update the wiki"
189 msgstr ""
190
191 #: ../fdroidserver/checkupdates.py:513
192 msgid "app-id to check for updates"
193 msgstr ""
194
195 #: ../fdroidserver/checkupdates.py:515
196 msgid "Process auto-updates"
197 msgstr ""
198
199 #: ../fdroidserver/checkupdates.py:517
200 msgid "Only process apps with auto-updates"
201 msgstr ""
202
203 #: ../fdroidserver/checkupdates.py:519
204 msgid "Commit changes"
205 msgstr ""
206
207 #: ../fdroidserver/checkupdates.py:521
208 msgid "Only print differences with the Play Store"
209 msgstr ""
210
211 #: ../fdroidserver/common.py:124
212 msgid "Spew out even more information than normal"
213 msgstr ""
214
215 #: ../fdroidserver/common.py:126
216 msgid "Restrict output to warnings and errors"
217 msgstr ""
218
219 #: ../fdroidserver/dscanner.py:410
220 msgid "app-id with optional versioncode in the form APPID[:VERCODE]"
221 msgstr ""
222
223 #: ../fdroidserver/dscanner.py:413
224 msgid "Scan only the latest version of each package"
225 msgstr ""
226
227 #: ../fdroidserver/dscanner.py:416
228 msgid "Clean after all scans have finished"
229 msgstr ""
230
231 #: ../fdroidserver/dscanner.py:419
232 msgid "Clean before the scans start and rebuild the container"
233 msgstr ""
234
235 #: ../fdroidserver/dscanner.py:422
236 msgid "Clean up all containers and then exit"
237 msgstr ""
238
239 #: ../fdroidserver/dscanner.py:425
240 msgid "Prepare drozer to run a scan"
241 msgstr ""
242
243 #: ../fdroidserver/dscanner.py:428
244 msgid "Override path for repo APKs (default: ./repo)"
245 msgstr ""
246
247 #: ../fdroidserver/import.py:193
248 msgid "Project URL to import from."
249 msgstr ""
250
251 #: ../fdroidserver/import.py:195
252 msgid "Path to main android project subdirectory, if not in root."
253 msgstr ""
254
255 #: ../fdroidserver/import.py:197
256 msgid "Comma separated list of categories."
257 msgstr ""
258
259 #: ../fdroidserver/import.py:199
260 msgid "Overall license of the project."
261 msgstr ""
262
263 #: ../fdroidserver/import.py:201
264 msgid ""
265 "Allows a different revision (or git branch) to be specified for the initial "
266 "import"
267 msgstr ""
268
269 #: ../fdroidserver/init.py:56
270 msgid "X.509 'Distiguished Name' used when generating keys"
271 msgstr ""
272
273 #: ../fdroidserver/init.py:58
274 msgid "Path to the keystore for the repo signing key"
275 msgstr ""
276
277 #: ../fdroidserver/init.py:60
278 msgid "Alias of the repo signing key in the keystore"
279 msgstr ""
280
281 #: ../fdroidserver/init.py:62
282 msgid "Path to the Android SDK (sometimes set in ANDROID_HOME)"
283 msgstr ""
284
285 #: ../fdroidserver/init.py:64
286 msgid "Do not prompt for Android SDK path, just fail"
287 msgstr ""
288
289 #: ../fdroidserver/install.py:54
290 msgid "Install all signed applications available"
291 msgstr ""
292
293 #: ../fdroidserver/lint.py:393
294 msgid "Also warn about formatting issues, like rewritemeta -l"
295 msgstr ""
296
297 #: ../fdroidserver/lint.py:394 ../fdroidserver/rewritemeta.py:57
298 msgid "app-id in the form APPID"
299 msgstr ""
300
301 #: ../fdroidserver/metadata.py:1337
302 msgid "force errors to be warnings, or ignore"
303 msgstr ""
304
305 #: ../fdroidserver/rewritemeta.py:54
306 msgid "List files that would be reformatted"
307 msgstr ""
308
309 #: ../fdroidserver/rewritemeta.py:56
310 msgid "Rewrite to a specific format: "
311 msgstr ""
312
313 #: ../fdroidserver/server.py:547
314 msgid "command to execute, either 'init' or 'update'"
315 msgstr ""
316
317 #: ../fdroidserver/server.py:549
318 msgid "Specify an identity file to provide to SSH for rsyncing"
319 msgstr ""
320
321 #: ../fdroidserver/server.py:551
322 msgid "Specify a local folder to sync the repo to"
323 msgstr ""
324
325 #: ../fdroidserver/server.py:553
326 msgid "Don't use rsync checksums"
327 msgstr ""
328
329 #: ../fdroidserver/stats.py:64
330 msgid "Download logs we don't have"
331 msgstr ""
332
333 #: ../fdroidserver/stats.py:66
334 msgid ""
335 "Recalculate aggregate stats - use when changes "
336 "have been made that would invalidate old cached data."
337 msgstr ""
338
339 #: ../fdroidserver/stats.py:69
340 msgid "Don't do anything logs-related"
341 msgstr ""
342
343 #: ../fdroidserver/update.py:1504
344 msgid "Create a repo signing key in a keystore"
345 msgstr ""
346
347 #: ../fdroidserver/update.py:1506
348 msgid "Create skeleton metadata files that are missing"
349 msgstr ""
350
351 #: ../fdroidserver/update.py:1508
352 msgid "Delete APKs and/or OBBs without metadata from the repo"
353 msgstr ""
354
355 #: ../fdroidserver/update.py:1510
356 msgid "Report on build data status"
357 msgstr ""
358
359 #: ../fdroidserver/update.py:1512
360 msgid "Interactively ask about things that need updating."
361 msgstr ""
362
363 #: ../fdroidserver/update.py:1514
364 msgid "Resize all the icons exceeding the max pixel size and exit"
365 msgstr ""
366
367 #: ../fdroidserver/update.py:1516
368 #, c-format
369 msgid "Specify editor to use in interactive mode. Default %s"
370 msgstr ""
371
372 #: ../fdroidserver/update.py:1521
373 msgid "Produce human-readable index.xml"
374 msgstr ""
375
376 #: ../fdroidserver/update.py:1523
377 msgid "Clean update - don't uses caches, reprocess all apks"
378 msgstr ""
379
380 #: ../fdroidserver/update.py:1525
381 msgid ""
382 "When configured for signed indexes, create only unsigned indexes at this "
383 "stage"
384 msgstr ""
385
386 #: ../fdroidserver/update.py:1527
387 msgid "Use date from apk instead of current time for newly added apks"
388 msgstr ""
389
390 #: ../fdroidserver/update.py:1529
391 msgid "Rename APK files that do not match package.name_123.apk"
392 msgstr ""