chiark / gitweb /
Weblate
[fdroidserver.git] / locale / ko / LC_MESSAGES / fdroidserver.po
1 # SOME DESCRIPTIVE TITLE.
2 # This file is put in the public domain.
3 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
4 #
5 msgid ""
6 msgstr ""
7 "Project-Id-Version: fdroidserver 0.8-135-g16dd6d28\n"
8 "Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
9 "POT-Creation-Date: 2017-10-13 12:47+0000\n"
10 "PO-Revision-Date: 2017-11-03 13:14+0000\n"
11 "Last-Translator: Myeongjin Lee <aranet100@gmail.com>\n"
12 "Language-Team: Korean "
13 "<https://hosted.weblate.org/projects/f-droid/fdroidserver/ko/>\n"
14 "Language: ko\n"
15 "MIME-Version: 1.0\n"
16 "Content-Type: text/plain; charset=UTF-8\n"
17 "Content-Transfer-Encoding: 8bit\n"
18 "Plural-Forms: nplurals=1; plural=0;\n"
19 "X-Generator: Weblate 2.18-dev\n"
20
21 #: ../fdroidserver/lint.py
22 #, python-format
23 msgid "\"%s/\" has no matching metadata file!"
24 msgstr ""
25
26 #: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
27 #, python-format
28 msgid "%(option)s option requires %(number)d argument"
29 msgid_plural "%(option)s option requires %(number)d arguments"
30 msgstr[0] ""
31
32 #: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
33 #, python-format
34 msgid "%(prog)s: error: %(message)s\n"
35 msgstr "%(prog)s: 오류: %(message)s\n"
36
37 #: ../fdroidserver/scanner.py
38 #, python-format
39 msgid "%d problems found"
40 msgstr ""
41
42 #: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
43 msgid "%prog [options]"
44 msgstr "%prog [옵션]"
45
46 #: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
47 #, python-format
48 msgid "%r is not callable"
49 msgstr ""
50
51 #: ../fdroidserver/lint.py
52 #, python-format
53 msgid "%s is not an accepted build field"
54 msgstr ""
55
56 #: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
57 #, python-format
58 msgid "%s option does not take a value"
59 msgstr ""
60
61 #: ../fdroidserver/index.py
62 msgid "'keypass' not found in config.py!"
63 msgstr ""
64
65 #: ../fdroidserver/index.py
66 msgid "'keystore' not found in config.py!"
67 msgstr ""
68
69 #: ../fdroidserver/index.py
70 msgid "'keystorepass' not found in config.py!"
71 msgstr ""
72
73 #: ../fdroidserver/index.py
74 msgid "'repo_keyalias' not found in config.py!"
75 msgstr ""
76
77 #: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
78 msgid "'required' is an invalid argument for positionals"
79 msgstr ""
80
81 #: ../fdroidserver/common.py
82 msgid "'sdk_path' not set in 'config.py'!"
83 msgstr ""
84
85 #: ../fdroidserver/common.py
86 #, python-brace-format
87 msgid "'{aapt}' is too old, fdroid requires build-tools-23.0.0 or newer!"
88 msgstr ""
89
90 #: ../fdroidserver/install.py
91 #, python-brace-format
92 msgid "'{apkfilename}' is already installed on {dev}."
93 msgstr ""
94
95 #: ../fdroidserver/common.py
96 #, python-brace-format
97 msgid ""
98 "'{field}' will be in random order! Use () or [] brackets if order is "
99 "important!"
100 msgstr ""
101
102 #: ../fdroidserver/common.py
103 #, python-brace-format
104 msgid "'{path}' failed to execute!"
105 msgstr ""
106
107 #: ../fdroidserver/checkupdates.py
108 #, python-brace-format
109 msgid "...checkupdate failed for {appid} : {error}"
110 msgstr ""
111
112 #: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
113 msgid ".__call__() not defined"
114 msgstr ""
115
116 #: ../fdroidserver/lint.py
117 msgid "/issues is missing"
118 msgstr ""
119
120 msgid "Add PGP signatures for packages in repo using GnuPG"
121 msgstr ""
122
123 #: ../fdroid
124 msgid "Add PGP signatures using GnuPG for packages in repo"
125 msgstr ""
126
127 #: ../fdroid
128 msgid "Add a new application from its source code"
129 msgstr "새 애플리케이션의 소스 코드로부터 그것을 추가합니다"
130
131 msgid "Add gpg signatures for packages in repo"
132 msgstr "저장소에서 패키지에 gpg 서명을 추가합니다"
133
134 #: ../fdroidserver/init.py
135 msgid "Alias of the repo signing key in the keystore"
136 msgstr ""
137
138 #: ../fdroidserver/import.py
139 msgid ""
140 "Allows a different revision (or git branch) to be specified for the initial "
141 "import"
142 msgstr ""
143
144 #: ../fdroidserver/lint.py
145 msgid "Also warn about formatting issues, like rewritemeta -l"
146 msgstr ""
147
148 #: ../fdroidserver/common.py
149 #, python-brace-format
150 msgid "Android Build Tools path '{path}' does not exist!"
151 msgstr ""
152
153 #: ../fdroidserver/common.py
154 #, python-brace-format
155 msgid "Android SDK '{path}' does not have '{dirname}' installed!"
156 msgstr ""
157
158 #: ../fdroidserver/common.py
159 msgid "Android SDK not found!"
160 msgstr "Android SDK를 찾을 수 없습니다!"
161
162 #: ../fdroidserver/common.py
163 #, python-brace-format
164 msgid "Android SDK path '{path}' does not exist!"
165 msgstr "Android SDK 경로 '{path}' 존재하지 않습니다!"
166
167 #: ../fdroidserver/common.py
168 #, python-brace-format
169 msgid "Android SDK path '{path}' is not a directory!"
170 msgstr "Android SDK 경로 '{path}' 디렉터리가 아닙니다!"
171
172 #: ../fdroidserver/lint.py
173 #, python-brace-format
174 msgid "App is in '{repo}' but has a link to {url}"
175 msgstr ""
176
177 #: ../fdroidserver/lint.py
178 msgid "Appending .git is not necessary"
179 msgstr ""
180
181 #: ../fdroidserver/lint.py
182 #, python-brace-format
183 msgid "Branch '{branch}' used as commit in build '{versionName}'"
184 msgstr ""
185
186 #: ../fdroidserver/lint.py
187 #, python-brace-format
188 msgid "Branch '{branch}' used as commit in srclib '{srclib}'"
189 msgstr ""
190
191 #: ../fdroid
192 msgid "Build a package from source"
193 msgstr "소스로부터 패키지를 빌드합니다"
194
195 #: ../fdroidserver/build.py
196 msgid "Build all applications available"
197 msgstr "사용 가능한 모든 애플리케이션을 빌드합니다"
198
199 #: ../fdroidserver/lint.py
200 msgid "Build generated by `fdroid import` - remove disable line once ready"
201 msgstr ""
202
203 #: ../fdroidserver/build.py
204 msgid "Build only the latest version of each package"
205 msgstr ""
206
207 #: ../fdroidserver/init.py
208 #, python-format
209 msgid "Built repo based in \"%s\" with this config:"
210 msgstr ""
211
212 #: ../fdroidserver/build.py
213 msgid "Can't build due to {} error while scanning"
214 msgid_plural "Can't build due to {} errors while scanning"
215 msgstr[0] ""
216
217 #: ../fdroidserver/rewritemeta.py
218 msgid "Cannot use --list and --to at the same time"
219 msgstr ""
220
221 #: ../fdroidserver/lint.py
222 msgid "Categories are not set"
223 msgstr ""
224
225 #: ../fdroidserver/lint.py
226 #, python-format
227 msgid "Category '%s' is not valid"
228 msgstr ""
229
230 #: ../fdroid
231 msgid "Check for updates to applications"
232 msgstr "애플리케이션으로의 업데이트를 확인합니다"
233
234 #: ../fdroidserver/dscanner.py
235 msgid "Clean after all scans have finished"
236 msgstr ""
237
238 #: ../fdroidserver/dscanner.py
239 msgid "Clean before the scans start and rebuild the container"
240 msgstr ""
241
242 #: ../fdroidserver/dscanner.py
243 msgid "Clean up all containers and then exit"
244 msgstr ""
245
246 #: ../fdroidserver/update.py
247 msgid "Clean update - don't uses caches, reprocess all APKs"
248 msgstr ""
249
250 msgid "Clean update - don't uses caches, reprocess all apks"
251 msgstr ""
252
253 #: ../fdroidserver/import.py
254 msgid "Comma separated list of categories."
255 msgstr ""
256
257 #: ../fdroid
258 #, c-format, python-format
259 msgid "Command '%s' not recognised.\n"
260 msgstr ""
261
262 #: ../fdroidserver/checkupdates.py
263 msgid "Commit changes"
264 msgstr ""
265
266 #: ../fdroidserver/common.py
267 #, python-brace-format
268 msgid "Could not find '{command}' on your system"
269 msgstr ""
270
271 #: ../fdroidserver/import.py
272 msgid "Couldn't find latest version code"
273 msgstr ""
274
275 #: ../fdroidserver/import.py
276 msgid "Couldn't find latest version name"
277 msgstr ""
278
279 #: ../fdroidserver/import.py
280 msgid "Couldn't find package ID"
281 msgstr ""
282
283 #: ../fdroidserver/update.py
284 msgid "Create a repo signing key in a keystore"
285 msgstr ""
286
287 #: ../fdroidserver/update.py
288 msgid "Create skeleton metadata files that are missing"
289 msgstr ""
290
291 #: ../fdroidserver/server.py
292 #, python-brace-format
293 msgid "Created new container \"{name}\""
294 msgstr ""
295
296 #: ../fdroidserver/publish.py
297 msgid "Creating log directory"
298 msgstr ""
299
300 #: ../fdroidserver/server.py
301 #, python-brace-format
302 msgid "Creating new S3 bucket: {url}"
303 msgstr ""
304
305 #: ../fdroidserver/publish.py
306 msgid "Creating output directory"
307 msgstr ""
308
309 #: ../fdroidserver/index.py
310 msgid "Creating signed index with this key (SHA256):"
311 msgstr ""
312
313 #: ../fdroidserver/import.py ../fdroidserver/verify.py
314 #: ../fdroidserver/publish.py
315 msgid "Creating temporary directory"
316 msgstr ""
317
318 #: ../fdroidserver/index.py
319 msgid "Creating unsigned index in preparation for signing"
320 msgstr ""
321
322 #: ../fdroidserver/update.py
323 msgid "Delete APKs and/or OBBs without metadata from the repo"
324 msgstr "저장소에서 메타데이터 없이 APK 및/또는 OBB를 삭제합니다"
325
326 #: ../fdroidserver/lint.py
327 #, python-format
328 msgid "Description '%s' is just the app's summary"
329 msgstr ""
330
331 #: ../fdroidserver/lint.py
332 msgid "Description has a duplicate line"
333 msgstr ""
334
335 #: ../fdroidserver/lint.py
336 #, python-format
337 msgid "Description has a list (%s) but it isn't bulleted (*) nor numbered (#)"
338 msgstr ""
339
340 #: ../fdroidserver/lint.py
341 #, python-brace-format
342 msgid "Description of length {length} is over the {limit} char limit"
343 msgstr ""
344
345 #: ../fdroidserver/init.py
346 msgid "Do not prompt for Android SDK path, just fail"
347 msgstr ""
348
349 #: ../fdroidserver/build.py
350 msgid "Don't create a source tarball, useful when testing a build"
351 msgstr ""
352
353 #: ../fdroidserver/stats.py
354 msgid "Don't do anything logs-related"
355 msgstr ""
356
357 #: ../fdroidserver/build.py
358 msgid ""
359 "Don't refresh the repository, useful when testing a build with no internet "
360 "connection"
361 msgstr ""
362
363 #: ../fdroidserver/server.py
364 msgid "Don't use rsync checksums"
365 msgstr ""
366
367 #: ../fdroidserver/stats.py
368 msgid "Download logs we don't have"
369 msgstr ""
370
371 #: ../fdroidserver/common.py
372 msgid "Downloading the repository already failed once, not trying again."
373 msgstr ""
374
375 #: ../fdroidserver/verify.py
376 #, python-brace-format
377 msgid "Downloading {url} failed. {error}"
378 msgstr ""
379
380 #: ../fdroidserver/lint.py
381 #, python-brace-format
382 msgid "Duplicate link in '{field}': {url}"
383 msgstr ""
384
385 #: ../fdroid
386 msgid "Dynamically scan APKs post build"
387 msgstr ""
388
389 #: ../fdroidserver/init.py
390 #, python-format
391 msgid ""
392 "Enter the path to the Android SDK (%s) here:\n"
393 "> "
394 msgstr ""
395
396 #: ../fdroidserver/import.py
397 msgid "Error while getting repo address"
398 msgstr ""
399
400 #: ../fdroid
401 msgid "Extract signatures from APKs"
402 msgstr ""
403
404 #: ../fdroidserver/signatures.py
405 #, python-brace-format
406 msgid "Failed fetching signatures for '{apkfilename}': {error}"
407 msgstr ""
408
409 #: ../fdroidserver/publish.py
410 msgid "Failed to align application"
411 msgstr ""
412
413 #: ../fdroidserver/server.py
414 #, python-brace-format
415 msgid "Failed to create S3 bucket: {url}"
416 msgstr ""
417
418 #: ../fdroidserver/common.py
419 msgid "Failed to get APK manifest information"
420 msgstr ""
421
422 #: ../fdroidserver/install.py
423 #, python-brace-format
424 msgid "Failed to install '{apkfilename}' on {dev}: {error}"
425 msgstr ""
426
427 #: ../fdroidserver/publish.py
428 msgid "Failed to sign application"
429 msgstr ""
430
431 #: ../fdroidserver/signatures.py
432 #, python-brace-format
433 msgid "Fetched signatures for '{apkfilename}' -> '{sigdir}'"
434 msgstr ""
435
436 #: ../fdroidserver/verify.py ../fdroidserver/stats.py ../fdroidserver/update.py
437 #: ../fdroidserver/rewritemeta.py ../fdroidserver/build.py
438 #: ../fdroidserver/checkupdates.py ../fdroidserver/scanner.py
439 #: ../fdroidserver/install.py
440 msgid "Finished"
441 msgstr ""
442
443 #: ../fdroidserver/lint.py
444 msgid "Flattr donation methods belong in the FlattrID flag"
445 msgstr ""
446
447 #: ../fdroidserver/build.py
448 msgid ""
449 "Force build of disabled apps, and carries on regardless of scan problems. "
450 "Only allowed in test mode."
451 msgstr ""
452
453 #: ../fdroidserver/common.py
454 msgid "Found invalid appids in arguments"
455 msgstr ""
456
457 #: ../fdroidserver/common.py
458 msgid "Found invalid versionCodes for some apps"
459 msgstr ""
460
461 #: ../fdroidserver/index.py
462 msgid "Found multiple signing certificates for repository."
463 msgstr ""
464
465 #: ../fdroidserver/index.py
466 msgid "Found no signing certificates for repository."
467 msgstr ""
468
469 #: ../fdroidserver/lint.py
470 #, python-format
471 msgid "Found non-file at %s"
472 msgstr ""
473
474 #: ../fdroidserver/common.py
475 #, python-format
476 msgid "Git checkout of '%s' failed"
477 msgstr ""
478
479 #: ../fdroidserver/common.py
480 msgid "Git clean failed"
481 msgstr ""
482
483 #: ../fdroidserver/common.py
484 msgid "Git fetch failed"
485 msgstr ""
486
487 #: ../fdroidserver/common.py
488 msgid "Git remote set-head failed"
489 msgstr ""
490
491 #: ../fdroidserver/common.py
492 msgid "Git reset failed"
493 msgstr ""
494
495 #: ../fdroidserver/common.py
496 msgid "Git submodule sync failed"
497 msgstr ""
498
499 #: ../fdroidserver/common.py
500 msgid "Git submodule update failed"
501 msgstr ""
502
503 #: ../fdroidserver/index.py
504 msgid "Ignoring package without metadata: "
505 msgstr ""
506
507 #: ../fdroidserver/rewritemeta.py
508 #, python-brace-format
509 msgid "Ignoring {ext} file at '{path}'"
510 msgstr ""
511
512 #: ../fdroidserver/update.py
513 msgid "Include APKs that are signed with disabled algorithms like MD5"
514 msgstr ""
515
516 #: ../fdroidserver/common.py
517 msgid "Initialising submodules"
518 msgstr ""
519
520 #: ../fdroidserver/install.py
521 msgid "Install all signed applications available"
522 msgstr ""
523
524 #: ../fdroid
525 msgid "Install built packages on devices"
526 msgstr ""
527
528 #: ../fdroidserver/install.py
529 #, python-format
530 msgid "Installing %s..."
531 msgstr ""
532
533 #: ../fdroidserver/install.py
534 #, python-brace-format
535 msgid "Installing '{apkfilename}' on {dev}..."
536 msgstr ""
537
538 #: ../fdroid
539 msgid "Interact with the repo HTTP server"
540 msgstr ""
541
542 #: ../fdroidserver/update.py
543 msgid "Interactively ask about things that need updating."
544 msgstr ""
545
546 #: ../fdroidserver/lint.py
547 msgid "Invalid bulleted list"
548 msgstr ""
549
550 #: ../fdroidserver/lint.py
551 #, python-format
552 msgid ""
553 "Invalid license tag \"%s\"! Use only tags from https://spdx.org/license-list"
554 msgstr ""
555
556 #: ../fdroidserver/lint.py
557 msgid "Invalid link - use [http://foo.bar Link title] or [http://foo.bar]"
558 msgstr ""
559
560 #: ../fdroidserver/common.py
561 #, python-format
562 msgid "Invalid name for published file: %s"
563 msgstr ""
564
565 #: ../fdroidserver/common.py
566 #, python-brace-format
567 msgid "Invalid package name {0}"
568 msgstr ""
569
570 #: ../fdroidserver/publish.py
571 msgid "Java JDK not found! Install in standard location or set java_paths!"
572 msgstr ""
573
574 #: ../fdroidserver/signindex.py
575 msgid ""
576 "Java jarsigner not found! Install in standard location or set java_paths!"
577 msgstr ""
578
579 #: ../fdroidserver/init.py
580 msgid "Keystore for signing key:\t"
581 msgstr ""
582
583 #: ../fdroidserver/lint.py
584 #, python-brace-format
585 msgid ""
586 "Last used commit '{commit}' looks like a tag, but Update Check Mode is "
587 "'{ucm}'"
588 msgstr ""
589
590 #: ../fdroidserver/rewritemeta.py
591 msgid "List files that would be reformatted"
592 msgstr ""
593
594 #: ../fdroidserver/build.py
595 msgid "Make the build stop on exceptions"
596 msgstr ""
597
598 #: ../fdroidserver/index.py
599 msgid "Malformed repository mirrors."
600 msgstr ""
601
602 #: ../fdroidserver/server.py
603 msgid "Malformed serverwebroot line:"
604 msgstr ""
605
606 #: ../fdroidserver/gpgsign.py
607 msgid "Missing output directory"
608 msgstr ""
609
610 #: ../fdroidserver/lint.py
611 #, python-format
612 msgid "Name '%s' is just the auto name - remove it"
613 msgstr ""
614
615 #: ../fdroidserver/common.py
616 msgid "No 'config.py' found, using defaults."
617 msgstr ""
618
619 #: ../fdroidserver/common.py
620 msgid "No Android SDK found!"
621 msgstr ""
622
623 #: ../fdroidserver/import.py
624 msgid "No android or kivy project could be found. Specify --subdir?"
625 msgstr ""
626
627 #: ../fdroidserver/install.py
628 msgid "No attached devices found"
629 msgstr ""
630
631 #: ../fdroidserver/index.py
632 msgid "No fingerprint in URL."
633 msgstr ""
634
635 #: ../fdroidserver/common.py
636 msgid "No git submodules available"
637 msgstr ""
638
639 #: ../fdroidserver/import.py
640 msgid "No information found."
641 msgstr ""
642
643 #: ../fdroidserver/lint.py
644 msgid "No need to specify that the app is Free Software"
645 msgstr ""
646
647 #: ../fdroidserver/lint.py
648 msgid "No need to specify that the app is for Android"
649 msgstr ""
650
651 #: ../fdroidserver/server.py
652 msgid "No option set! Edit your config.py to set at least one of these:"
653 msgstr ""
654
655 #: ../fdroidserver/common.py
656 msgid "No packages specified"
657 msgstr ""
658
659 #: ../fdroidserver/install.py
660 #, python-format
661 msgid "No signed apk available for %s"
662 msgstr ""
663
664 #: ../fdroidserver/install.py
665 msgid "No signed output directory - nothing to do"
666 msgstr ""
667
668 #: ../fdroidserver/common.py
669 #, python-format
670 msgid "No such package: %s"
671 msgstr ""
672
673 #: ../fdroidserver/common.py
674 #, python-brace-format
675 msgid "No such versionCode {versionCode} for app {appid}"
676 msgstr ""
677
678 #: ../fdroidserver/verify.py ../fdroidserver/publish.py
679 msgid "No unsigned directory - nothing to do"
680 msgstr ""
681
682 #: ../fdroidserver/signindex.py
683 msgid "Nothing to do"
684 msgstr ""
685
686 #: ../fdroidserver/checkupdates.py
687 #, python-brace-format
688 msgid "Nothing to do for {appid}."
689 msgstr ""
690
691 #: ../fdroidserver/checkupdates.py
692 msgid "Only print differences with the Play Store"
693 msgstr ""
694
695 #: ../fdroidserver/checkupdates.py
696 msgid "Only process apps with auto-updates"
697 msgstr ""
698
699 #: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
700 msgid "Options"
701 msgstr "옵션"
702
703 #: ../fdroidserver/import.py
704 msgid "Overall license of the project."
705 msgstr ""
706
707 #: ../fdroidserver/dscanner.py
708 msgid "Override path for repo APKs (default: ./repo)"
709 msgstr ""
710
711 #: ../fdroidserver/common.py
712 #, python-brace-format
713 msgid "Parsing manifest at '{path}'"
714 msgstr ""
715
716 #: ../fdroidserver/common.py
717 msgid "Password required with username"
718 msgstr ""
719
720 #: ../fdroidserver/import.py
721 msgid "Path to main Android project subdirectory, if not in root."
722 msgstr ""
723
724 msgid "Path to main android project subdirectory, if not in root."
725 msgstr ""
726
727 #: ../fdroidserver/init.py
728 msgid "Path to the Android SDK (sometimes set in ANDROID_HOME)"
729 msgstr ""
730
731 #: ../fdroidserver/btlog.py
732 msgid "Path to the git repo to use as the log"
733 msgstr ""
734
735 #: ../fdroidserver/init.py
736 msgid "Path to the keystore for the repo signing key"
737 msgstr ""
738
739 #: ../fdroidserver/dscanner.py
740 msgid "Prepare Drozer to run a scan"
741 msgstr ""
742
743 msgid "Prepare drozer to run a scan"
744 msgstr ""
745
746 #: ../fdroidserver/common.py
747 #, python-brace-format
748 msgid "Problem with xml at '{path}'"
749 msgstr ""
750
751 #: ../fdroidserver/checkupdates.py
752 msgid "Process auto-updates"
753 msgstr ""
754
755 #: ../fdroidserver/publish.py ../fdroidserver/update.py
756 #, python-brace-format
757 msgid "Processing {apkfilename}"
758 msgstr ""
759
760 #: ../fdroidserver/checkupdates.py ../fdroidserver/scanner.py
761 #, python-brace-format
762 msgid "Processing {appid}"
763 msgstr ""
764
765 #: ../fdroidserver/update.py
766 msgid "Produce human-readable index.xml"
767 msgstr "사람이 읽을 수 있는 index.xml을 생산합니다"
768
769 #: ../fdroidserver/import.py
770 msgid "Project URL to import from."
771 msgstr ""
772
773 #: ../fdroidserver/lint.py
774 msgid "Punctuation should be avoided"
775 msgstr ""
776
777 #: ../fdroidserver/btlog.py
778 msgid "Push the log to this git remote repository"
779 msgstr ""
780
781 #: ../fdroidserver/server.py
782 #, python-brace-format
783 msgid "Pushing binary transparency log to {url}"
784 msgstr ""
785
786 #: ../fdroidserver/server.py
787 #, python-brace-format
788 msgid "Pushing to {url}"
789 msgstr ""
790
791 #: ../fdroid
792 msgid "Quickly start a new repository"
793 msgstr "새 저장소를 빠르게 시작합니다"
794
795 #: ../fdroid
796 msgid "Read all the metadata files and exit"
797 msgstr "모든 메타데이터 파일을 읽고 종료합니다"
798
799 #: ../fdroidserver/common.py
800 #, python-brace-format
801 msgid "Reading '{config_file}'"
802 msgstr ""
803
804 #: ../fdroidserver/common.py
805 #, python-brace-format
806 msgid ""
807 "Reading packageName/versionCode/versionName failed, APK invalid: "
808 "'{apkfilename}'"
809 msgstr ""
810
811 #: ../fdroidserver/stats.py
812 msgid ""
813 "Recalculate aggregate stats - use when changes have been made that would "
814 "invalidate old cached data."
815 msgstr ""
816
817 #: ../fdroidserver/common.py
818 msgid "Removing specified files"
819 msgstr ""
820
821 #: ../fdroidserver/update.py
822 msgid "Rename APK files that do not match package.name_123.apk"
823 msgstr ""
824
825 #: ../fdroidserver/update.py
826 msgid "Report on build data status"
827 msgstr ""
828
829 #: ../fdroidserver/build.py
830 msgid ""
831 "Reset and create a brand new build server, even if the existing one appears "
832 "to be ok."
833 msgstr ""
834
835 #: ../fdroidserver/update.py
836 msgid "Resize all the icons exceeding the max pixel size and exit"
837 msgstr ""
838
839 #: ../fdroidserver/common.py
840 msgid "Restrict output to warnings and errors"
841 msgstr ""
842
843 #: ../fdroid
844 msgid "Rewrite all the metadata files"
845 msgstr "모든 메타데이터 파일을 다시 씁니다"
846
847 #: ../fdroidserver/rewritemeta.py
848 msgid "Rewrite to a specific format: "
849 msgstr ""
850
851 #: ../fdroidserver/rewritemeta.py
852 #, python-brace-format
853 msgid "Rewriting '{appid}'"
854 msgstr ""
855
856 #: ../fdroidserver/rewritemeta.py
857 #, python-brace-format
858 msgid "Rewriting '{appid}' to '{path}'"
859 msgstr ""
860
861 #: ../fdroidserver/lint.py
862 msgid "Run rewritemeta to fix formatting"
863 msgstr ""
864
865 #: ../fdroidserver/server.py
866 msgid "Running first pass with MD5 checking disabled"
867 msgstr ""
868
869 #: ../fdroidserver/dscanner.py
870 msgid "Scan only the latest version of each package"
871 msgstr ""
872
873 #: ../fdroid
874 msgid "Scan the source code of a package"
875 msgstr "패키지의 소스 코드를 스캔합니다"
876
877 #: ../fdroidserver/build.py
878 msgid "Scanner found {} problem"
879 msgid_plural "Scanner found {} problems"
880 msgstr[0] ""
881
882 #: ../fdroidserver/build.py
883 msgid "Setup an emulator, install the APK on it and perform a Drozer scan"
884 msgstr ""
885
886 msgid "Setup an emulator, install the apk on it and perform a drozer scan"
887 msgstr ""
888
889 #: ../fdroid
890 msgid "Sign and place packages in the repo"
891 msgstr ""
892
893 #: ../fdroid
894 msgid "Sign indexes created using update --nosign"
895 msgstr ""
896
897 #: ../fdroidserver/build.py
898 msgid "Skip scanning the source code for binaries and other problems"
899 msgstr ""
900
901 #: ../fdroidserver/update.py
902 #, python-brace-format
903 msgid "Skipping '{apkfilename}' with invalid signature!"
904 msgstr ""
905
906 #: ../fdroidserver/scanner.py
907 #, python-brace-format
908 msgid "Skipping {appid}: disabled"
909 msgstr ""
910
911 #: ../fdroidserver/scanner.py
912 #, python-brace-format
913 msgid "Skipping {appid}: no builds specified"
914 msgstr ""
915
916 #: ../fdroidserver/server.py
917 msgid "Specify a local folder to sync the repo to"
918 msgstr ""
919
920 #: ../fdroidserver/server.py
921 msgid "Specify an identity file to provide to SSH for rsyncing"
922 msgstr ""
923
924 #: ../fdroidserver/update.py
925 msgid "Specify editor to use in interactive mode. Default "
926 msgstr ""
927
928 #, c-format
929 msgid "Specify editor to use in interactive mode. Default %s"
930 msgstr ""
931
932 #: ../fdroidserver/build.py
933 msgid "Specify that we're running on the build server"
934 msgstr ""
935
936 #: ../fdroidserver/common.py
937 msgid "Spew out even more information than normal"
938 msgstr ""
939
940 #: ../fdroidserver/lint.py
941 #, python-format
942 msgid "Summary '%s' is just the app's name"
943 msgstr ""
944
945 #: ../fdroidserver/lint.py
946 #, python-brace-format
947 msgid "Summary of length {length} is over the {limit} char limit"
948 msgstr ""
949
950 #: ../fdroidserver/build.py
951 msgid ""
952 "Test mode - put output in the tmp directory only, and always build, even if "
953 "the output already exists."
954 msgstr ""
955
956 #: ../fdroidserver/btlog.py
957 msgid "The base URL for the repo to log (default: https://f-droid.org)"
958 msgstr ""
959
960 #: ../fdroidserver/server.py
961 msgid "The only commands currently supported are 'init' and 'update'"
962 msgstr ""
963
964 #: ../fdroidserver/index.py
965 msgid "The repository's fingerprint does not match."
966 msgstr ""
967
968 #: ../fdroidserver/common.py
969 msgid "The repository's index could not be verified."
970 msgstr ""
971
972 #: ../fdroidserver/server.py
973 #, python-brace-format
974 msgid "The root dir for local_copy_dir \"{path}\" does not exist!"
975 msgstr ""
976
977 #: ../fdroidserver/publish.py
978 msgid "There is a keyalias collision - publishing halted"
979 msgstr ""
980
981 #: ../fdroidserver/import.py
982 #, python-format
983 msgid "This repo already has local metadata: %s"
984 msgstr ""
985
986 #: ../fdroidserver/server.py
987 msgid ""
988 "To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config."
989 "py!"
990 msgstr ""
991
992 #: ../fdroidserver/lint.py
993 msgid "UCM is set but it looks like checkupdates hasn't been run yet"
994 msgstr ""
995
996 #: ../fdroidserver/lint.py
997 msgid "URL shorteners should not be used"
998 msgstr ""
999
1000 #: ../fdroidserver/lint.py
1001 #, python-brace-format
1002 msgid "URL {url} in Description: {error}"
1003 msgstr ""
1004
1005 #: ../fdroid
1006 msgid "Unknown exception found!"
1007 msgstr ""
1008
1009 #: ../fdroidserver/lint.py
1010 #, python-brace-format
1011 msgid "Unknown file '{filename}' in build '{versionName}'"
1012 msgstr ""
1013
1014 #: ../fdroidserver/common.py
1015 msgid "Unknown version of aapt, might cause problems: "
1016 msgstr ""
1017
1018 #: ../fdroidserver/lint.py
1019 msgid "Unlinkified link - use [http://foo.bar Link title] or [http://foo.bar]"
1020 msgstr ""
1021
1022 #: ../fdroidserver/lint.py
1023 msgid "Unnecessary leading space"
1024 msgstr ""
1025
1026 #: ../fdroidserver/lint.py
1027 msgid "Unnecessary trailing space"
1028 msgstr ""
1029
1030 #: ../fdroidserver/rewritemeta.py
1031 #, python-brace-format
1032 msgid "Unsupported metadata format, use: --to [{supported}]"
1033 msgstr ""
1034
1035 #: ../fdroidserver/lint.py
1036 #, python-format
1037 msgid "Unused extlib at %s"
1038 msgstr ""
1039
1040 #: ../fdroidserver/lint.py
1041 #, python-format
1042 msgid "Unused file at %s"
1043 msgstr ""
1044
1045 #: ../fdroidserver/lint.py
1046 msgid "Update Check Name is set to the known app id - it can be removed"
1047 msgstr ""
1048
1049 #: ../fdroid
1050 msgid "Update repo information for new packages"
1051 msgstr "새 패키지를 위한 저장소 정보를 업데이트합니다"
1052
1053 #: ../fdroid
1054 msgid "Update the binary transparency log for a URL"
1055 msgstr ""
1056
1057 #: ../fdroid
1058 msgid "Update the stats of the repo"
1059 msgstr ""
1060
1061 #: ../fdroidserver/update.py ../fdroidserver/build.py
1062 msgid "Update the wiki"
1063 msgstr ""
1064
1065 #: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
1066 msgid "Usage"
1067 msgstr ""
1068
1069 #: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
1070 #, python-format
1071 msgid "Usage: %s\n"
1072 msgstr ""
1073
1074 #: ../fdroidserver/lint.py
1075 msgid "Use /HEAD instead of /master to point at a file in the default branch"
1076 msgstr ""
1077
1078 #: ../fdroidserver/build.py
1079 msgid "Use build server"
1080 msgstr ""
1081
1082 #: ../fdroidserver/update.py
1083 msgid "Use date from APK instead of current time for newly added APKs"
1084 msgstr ""
1085
1086 msgid "Use date from apk instead of current time for newly added apks"
1087 msgstr ""
1088
1089 #: ../fdroidserver/server.py
1090 #, python-brace-format
1091 msgid "Using s3cmd to sync with: {url}"
1092 msgstr ""
1093
1094 #: ../fdroid
1095 msgid "Valid commands are:"
1096 msgstr "올바른 명령은:"
1097
1098 #: ../fdroid
1099 msgid "Verify the integrity of downloaded packages"
1100 msgstr ""
1101
1102 #: ../fdroid
1103 msgid "Warn about possible metadata errors"
1104 msgstr "가능한 메타데이터 오류에 대해 경고합니다"
1105
1106 #: ../fdroidserver/update.py
1107 msgid ""
1108 "When configured for signed indexes, create only unsigned indexes at this "
1109 "stage"
1110 msgstr ""
1111
1112 msgid "X.509 'Distiguished Name' used when generating keys"
1113 msgstr ""
1114
1115 #: ../fdroidserver/init.py
1116 msgid "X.509 'Distinguished Name' used when generating keys"
1117 msgstr ""
1118
1119 #: ../fdroidserver/common.py
1120 msgid "You can use ANDROID_HOME to set the path to your SDK, i.e.:"
1121 msgstr ""
1122
1123 #: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
1124 #, python-format
1125 msgid "ambiguous option: %(option)s could match %(matches)s"
1126 msgstr ""
1127
1128 #: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
1129 #, python-format
1130 msgid "ambiguous option: %s (%s?)"
1131 msgstr ""
1132
1133 msgid "app-id in the form APPID"
1134 msgstr ""
1135
1136 msgid "app-id to check for updates"
1137 msgstr ""
1138
1139 msgid "app-id with optional versionCode in the form APPID[:VERCODE]"
1140 msgstr ""
1141
1142 msgid "app-id with optional versioncode in the form APPID[:VERCODE]"
1143 msgstr ""
1144
1145 #: ../fdroidserver/lint.py ../fdroidserver/rewritemeta.py
1146 msgid "applicationId in the form APPID"
1147 msgstr ""
1148
1149 #: ../fdroidserver/checkupdates.py
1150 msgid "applicationId to check for updates"
1151 msgstr ""
1152
1153 #: ../fdroidserver/verify.py ../fdroidserver/publish.py
1154 #: ../fdroidserver/dscanner.py ../fdroidserver/build.py
1155 #: ../fdroidserver/scanner.py ../fdroidserver/install.py
1156 msgid "applicationId with optional versionCode in the form APPID[:VERCODE]"
1157 msgstr ""
1158
1159 #: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
1160 #, python-format
1161 msgid "argument \"-\" with mode %r"
1162 msgstr ""
1163
1164 #: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
1165 #, python-format
1166 msgid "can't open '%s': %s"
1167 msgstr "'%s'을(를) 열 수 없습니다: %s"
1168
1169 #: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
1170 msgid "cannot have multiple subparser arguments"
1171 msgstr ""
1172
1173 #: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
1174 #, python-format
1175 msgid "cannot merge actions - two groups are named %r"
1176 msgstr ""
1177
1178 #: ../fdroidserver/server.py
1179 msgid "command to execute, either 'init' or 'update'"
1180 msgstr ""
1181
1182 #: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
1183 msgid "complex"
1184 msgstr ""
1185
1186 #: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
1187 #, python-format
1188 msgid "conflicting option string: %s"
1189 msgid_plural "conflicting option strings: %s"
1190 msgstr[0] ""
1191
1192 #: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
1193 #, python-format
1194 msgid "dest= is required for options like %r"
1195 msgstr ""
1196
1197 #: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
1198 #, python-format
1199 msgid "expected %s argument"
1200 msgid_plural "expected %s arguments"
1201 msgstr[0] ""
1202
1203 #: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
1204 msgid "expected at least one argument"
1205 msgstr ""
1206
1207 #: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
1208 msgid "expected at most one argument"
1209 msgstr ""
1210
1211 #: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
1212 msgid "expected one argument"
1213 msgstr ""
1214
1215 #: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
1216 msgid "floating-point"
1217 msgstr ""
1218
1219 #: ../fdroidserver/metadata.py
1220 msgid "force errors to be warnings, or ignore"
1221 msgstr ""
1222
1223 #: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
1224 #, python-format
1225 msgid "ignored explicit argument %r"
1226 msgstr ""
1227
1228 #: ../fdroidserver/index.py
1229 msgid "index-v1 must have a signature, use `fdroid signindex` to create it!"
1230 msgstr ""
1231
1232 #: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
1233 msgid "integer"
1234 msgstr ""
1235
1236 #: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
1237 #, python-format
1238 msgid "invalid %(type)s value: %(value)r"
1239 msgstr ""
1240
1241 #: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
1242 #, python-format
1243 msgid "invalid choice: %(value)r (choose from %(choices)s)"
1244 msgstr ""
1245
1246 #: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
1247 #, python-format
1248 msgid "invalid conflict_resolution value: %r"
1249 msgstr ""
1250
1251 #: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
1252 #, python-format
1253 msgid ""
1254 "invalid option string %(option)r: must start with a character "
1255 "%(prefix_chars)r"
1256 msgstr ""
1257
1258 #: ../fdroidserver/server.py
1259 #, python-brace-format
1260 msgid ""
1261 "local_copy_dir does not end with \"fdroid\", perhaps you meant: \"{path}\""
1262 msgstr ""
1263
1264 #: ../fdroidserver/server.py
1265 msgid "local_copy_dir must be an absolute path!"
1266 msgstr ""
1267
1268 #: ../fdroidserver/server.py
1269 msgid "local_copy_dir must be directory, not a file!"
1270 msgstr ""
1271
1272 #: ../fdroidserver/index.py
1273 #, python-format
1274 msgid "mirror '%s' does not end with 'fdroid'!"
1275 msgstr ""
1276
1277 #: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
1278 msgid "mutually exclusive arguments must be optional"
1279 msgstr ""
1280
1281 #: ../fdroidserver/signatures.py
1282 msgid "no APK supplied"
1283 msgstr ""
1284
1285 #: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
1286 #, python-format
1287 msgid "no such option: %s"
1288 msgstr "이러한 옵션이 없습니다: %s"
1289
1290 #: ../fdroid
1291 msgid "no version info found!"
1292 msgstr ""
1293
1294 #: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
1295 #, python-format
1296 msgid "not allowed with argument %s"
1297 msgstr ""
1298
1299 #: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
1300 #, python-format
1301 msgid "one of the arguments %s is required"
1302 msgstr ""
1303
1304 #: ../fdroidserver/index.py ../fdroidserver/common.py
1305 msgid "only accepts strings, lists, and tuples"
1306 msgstr ""
1307
1308 #: ../fdroidserver/install.py
1309 #, python-format
1310 msgid "option %s: If you really want to install all the signed apps, use --all"
1311 msgstr ""
1312
1313 #: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
1314 #, python-format
1315 msgid "option %s: invalid %s value: %r"
1316 msgstr ""
1317
1318 #: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
1319 #, python-format
1320 msgid "option %s: invalid choice: %r (choose from %s)"
1321 msgstr ""
1322
1323 #: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
1324 #, python-format
1325 msgid "option -%s not recognized"
1326 msgstr ""
1327
1328 #: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
1329 #, python-format
1330 msgid "option -%s requires argument"
1331 msgstr ""
1332
1333 #: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
1334 #, python-format
1335 msgid "option --%s must not have an argument"
1336 msgstr ""
1337
1338 #: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
1339 #, python-format
1340 msgid "option --%s not a unique prefix"
1341 msgstr ""
1342
1343 #: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
1344 #, python-format
1345 msgid "option --%s not recognized"
1346 msgstr ""
1347
1348 #: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
1349 #, python-format
1350 msgid "option --%s requires argument"
1351 msgstr ""
1352
1353 #: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
1354 msgid "optional arguments"
1355 msgstr ""
1356
1357 #: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
1358 msgid "positional arguments"
1359 msgstr ""
1360
1361 #: ../fdroidserver/signatures.py
1362 #, python-brace-format
1363 msgid ""
1364 "refuse downloading via insecure http connection (use https or specify --no-"
1365 "https-check): {apkfilename}"
1366 msgstr ""
1367
1368 #: ../fdroidserver/server.py
1369 #, python-brace-format
1370 msgid "s3cmd sync indexes {path} to {url} and delete"
1371 msgstr ""
1372
1373 #: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
1374 msgid "show program's version number and exit"
1375 msgstr "프로그램의 버전 번호를 보여주고 종료합니다"
1376
1377 #: /usr/lib/python3.5/argparse.py /usr/lib/python3.5/optparse.py
1378 #: /usr/lib/python3.6/argparse.py /usr/lib/python3.6/optparse.py
1379 msgid "show this help message and exit"
1380 msgstr "이 도움말 메시지를 보여주고 종료합니다"
1381
1382 #: ../fdroidserver/signatures.py
1383 msgid "signed APK, either a file-path or HTTPS URL."
1384 msgstr ""
1385
1386 #: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
1387 #, python-format
1388 msgid "the following arguments are required: %s"
1389 msgstr ""
1390
1391 #: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
1392 #, python-format
1393 msgid "unexpected option string: %s"
1394 msgstr ""
1395
1396 #: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
1397 #, python-format
1398 msgid "unknown parser %(parser_name)r (choices: %(choices)s)"
1399 msgstr ""
1400
1401 #: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
1402 #, python-format
1403 msgid "unrecognized arguments: %s"
1404 msgstr ""
1405
1406 #: ../fdroidserver/common.py
1407 #, python-brace-format
1408 msgid "unsafe permissions on '{config_file}' (should be 0600)!"
1409 msgstr ""
1410
1411 #: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
1412 msgid "usage: "
1413 msgstr "사용법: "
1414
1415 #: ../fdroid
1416 msgid "usage: fdroid [-h|--help|--version] <command> [<args>]"
1417 msgstr "사용법: fdroid [-h|--help|--version] <명령> [<인수>]"
1418
1419 #: ../fdroidserver/server.py
1420 #, python-brace-format
1421 msgid "using Apache libcloud to sync with {url}"
1422 msgstr ""
1423
1424 #: ../fdroidserver/publish.py
1425 #, python-brace-format
1426 msgid "{0} app, {1} key aliases"
1427 msgid_plural "{0} apps, {1} key aliases"
1428 msgstr[0] ""
1429
1430 #: ../fdroidserver/lint.py
1431 #, python-brace-format
1432 msgid "{appid}: Unknown extlib {path} in build '{versionName}'"
1433 msgstr ""
1434
1435 #: ../fdroidserver/build.py
1436 msgid "{} build failed"
1437 msgid_plural "{} builds failed"
1438 msgstr[0] ""
1439
1440 #: ../fdroidserver/build.py
1441 msgid "{} build succeeded"
1442 msgid_plural "{} builds succeeded"
1443 msgstr[0] ""