Codebase list fwupd / defda10
Merge tag '1.0.6' into debian Release fwupd 1.0.6 Mario Limonciello 6 years ago
93 changed file(s) with 4152 addition(s) and 3937 deletion(s). Raw diff Collapse all Expand all
1010 - OS=arch
1111 - OS=debian-s390x
1212 - OS=debian-i386
13 - OS=ubuntu-clang
13 - OS=ubuntu-x86_64
1414
1515 install:
1616 - ./contrib/ci/generate_docker.py
1717
1818 script:
19 - docker run -e OS=$OS -e CI=true -t -v `pwd`/dist:/build/dist fwupd-$OS
19 - docker run -e CI=true -t -v `pwd`/dist:/build/dist fwupd-$OS
0 Version 1.0.6
1 ~~~~~~~~~~~~~
2 Released: 2018-03-12
3
4 New Features:
5 - Add bash completion for fwupdmgr (Mario Limonciello)
6 - Add support for newest Thunderbolt chips (Andrei Emeltchenko)
7 - Allow all functions that take device arguments to be prompted (Mario Limonciello)
8 - Allow devices to use the runtime version when in bootloader mode (Richard Hughes)
9 - Allow overriding ESP mount point via conf file (Mario Limonciello)
10 - Delete any old fwupdate capsules and efivars when launching fwupd (Richard Hughes)
11 - Generate Vala bindings (Robert Ancell)
12
13 Bugfixes:
14 - Allow ctrl-d out of the prompt for devices (Mario Limonciello)
15 - Allow to create package out of provided binary (Andrei Emeltchenko)
16 - Correct handling of unknown Thunderbolt devices (Yehezkel Bernat)
17 - Correctly detect new remotes that are manually copied (Richard Hughes)
18 - Fix a crash related to when passing device to downgrade in CLI (Mario Limonciello)
19 - Fix running the self tests when no fwupd is installed (Richard Hughes)
20 - Fix Unifying signature writing and parsing for Texas bootloader (Ogier Bouvier)
21 - Only send success and failure reports to the server (Richard Hughes)
22 - Use a CNAME to redirect to the correct CDN for metadata (Richard Hughes)
23 - Use a longer timeout when powering back the Thunderbolt device (Richard Hughes)
24
025 Version 1.0.5
126 ~~~~~~~~~~~~~
227 Released: 2018-02-14
11
22 1. Write NEWS entries for fwupd in the same format as usual.
33
4 git shortlog 1.0.4.. | grep -i -v trivial | grep -v Merge > NEWS.new
4 git shortlog 1.0.5.. | grep -i -v trivial | grep -v Merge > NEWS.new
55
6 Version 1.0.5
6 Version 1.0.6
77 ~~~~~~~~~~~~~
88 Released: 2018-xx-xx
99
2020 2. Commit changes to git:
2121
2222 # MAKE SURE THESE ARE CORRECT
23 export release_ver="1.0.5"
23 export release_ver="1.0.6"
2424
2525 git commit -a -m "Release fwupd ${release_ver}"
2626 git tag -s -f -m "Release fwupd ${release_ver}" "${release_ver}"
99 license=('GPL2')
1010 depends=('appstream-glib' 'fwupdate' 'colord')
1111 makedepends=('meson' 'valgrind' 'gobject-introspection' 'gtk-doc' 'python-pillow' 'git'
12 'python-cairo' 'ttf-dejavu' 'adobe-source-han-sans-cn-fonts' 'python-gobject')
12 'python-cairo' 'ttf-dejavu' 'adobe-source-han-sans-cn-fonts' 'python-gobject' 'vala')
1313
1414 build() {
1515 cd ${pkgname}
2929 ```
3030 OS=debian-x86_64 ./generate_docker.py
3131 OS=debian-i386 ./generate_docker.py
32 OS=ubuntu ./generate_docker.py
32 OS=ubuntu-x86_64 ./generate_docker.py
3333 ```
3434
3535
3838 ```
3939 docker run -t -v `pwd`:/build fwupd-debian-x86_64
4040 docker run -t -v `pwd`:/build fwupd-debian-i386
41 docker run -t -v `pwd`:/build fwupd-ubuntu
41 docker run -t -v `pwd`:/build fwupd-ubuntu-x86_64
4242 ```
4343
4444 DEBs will be made available in your working directory when complete.
00 FROM archlinux/base
1 %%%OS%%%
12 ENV LANG en_US.UTF-8
23 ENV LC_ALL en_US.UTF-8
34 RUN echo fubar > /etc/machine-id
00 FROM %%%ARCH_PREFIX%%%debian:testing
1 %%%OS%%%
12 RUN echo fubar > /etc/machine-id
23 %%%ARCH_SPECIFIC_COMMAND%%%
34 %%%INSTALL_DEPENDENCIES_COMMAND%%%
00 FROM fedora:26
1 %%%OS%%%
12 ENV LANG en_US.UTF-8
23 ENV LANGUAGE en_US:en
34 ENV LC_ALL en_US.UTF-8
00 FROM ubuntu:devel
1 %%%OS%%%
12 RUN echo fubar > /etc/machine-id
23 %%%ARCH_SPECIFIC_COMMAND%%%
34 %%%INSTALL_DEPENDENCIES_COMMAND%%%
2626 <package variant="i386" />
2727 </distro>
2828 <distro id="ubuntu">
29 <package variant="clang" />
29 <package variant="x86_64" />
3030 </distro>
3131 </dependency>
3232 <dependency type="build" id="clang">
3333 <distro id="ubuntu">
34 <package variant="clang" />
34 <package variant="x86_64" />
3535 </distro>
3636 </dependency>
3737 <dependency type="build" id="gcc-multilib-s390x-linux-gnu">
5151 </distro>
5252 <distro id="ubuntu">
5353 <control />
54 <package variant="clang" />
54 <package variant="x86_64" />
5555 </distro>
5656 </dependency>
5757 <dependency type="build" id="libcairo-gobject2">
6666 </distro>
6767 <distro id="ubuntu">
6868 <control />
69 <package variant="clang" />
69 <package variant="x86_64" />
7070 </distro>
7171 </dependency>
7272 <dependency type="build" id="libjson-glib-dev">
8888 <control>
8989 <version>(>= 1.1.1)</version>
9090 </control>
91 <package variant="clang" />
91 <package variant="x86_64" />
9292 </distro>
9393 </dependency>
9494 <dependency type="build" id="libcolord-dev">
110110 <control>
111111 <version>(>= 1.0.0)</version>
112112 </control>
113 <package variant="clang" />
113 <package variant="x86_64" />
114114 </distro>
115115 </dependency>
116116 <dependency type="build" id="fonts-dejavu">
127127 </distro>
128128 <distro id="ubuntu">
129129 <control />
130 <package variant="clang" />
130 <package variant="x86_64" />
131131 </distro>
132132 </dependency>
133133 <dependency type="build" id="devscripts">
136136 <package variant="i386" />
137137 </distro>
138138 <distro id="ubuntu">
139 <package variant="clang" />
139 <package variant="x86_64" />
140140 </distro>
141141 </dependency>
142142 <dependency type="build" id="debhelper">
151151 <control>
152152 <version>(>= 10.3)</version>
153153 </control>
154 <package variant="clang" />
154 <package variant="x86_64" />
155155 </distro>
156156 </dependency>
157157 <dependency type="build" id="dbus-x11">
163163 <package variant="i386" />
164164 </distro>
165165 <distro id="ubuntu">
166 <package variant="clang" />
166 <package variant="x86_64" />
167167 </distro>
168168 </dependency>
169169 <dependency type="build" id="dconf">
179179 </distro>
180180 <distro id="ubuntu">
181181 <control />
182 <package variant="clang" />
182 <package variant="x86_64" />
183183 </distro>
184184 </dependency>
185185 <dependency type="build" id="libelf-dev">
194194 </distro>
195195 <distro id="ubuntu">
196196 <control />
197 <package variant="clang" />
197 <package variant="x86_64" />
198198 </distro>
199199 </dependency>
200200 <dependency type="build" id="fakeroot">
203203 <package variant="i386" />
204204 </distro>
205205 <distro id="ubuntu">
206 <package variant="clang" />
206 <package variant="x86_64" />
207207 </distro>
208208 </dependency>
209209 <dependency type="build" id="libfreetype6-dev">
218218 </distro>
219219 <distro id="ubuntu">
220220 <control />
221 <package variant="clang" />
221 <package variant="x86_64" />
222222 </distro>
223223 </dependency>
224224 <dependency type="build" id="fontconfig">
232232 </distro>
233233 <distro id="ubuntu">
234234 <control />
235 <package variant="clang" />
235 <package variant="x86_64" />
236236 </distro>
237237 </dependency>
238238 <dependency type="build" id="libfwup-dev">
260260 <inclusive>armhf</inclusive>
261261 <inclusive>i386</inclusive>
262262 </control>
263 <package variant="clang" />
263 <package variant="x86_64" />
264264 </distro>
265265 </dependency>
266266 <dependency type="build" id="gcab">
275275 </distro>
276276 <distro id="ubuntu">
277277 <control />
278 <package variant="clang" />
278 <package variant="x86_64" />
279279 </distro>
280280 </dependency>
281281 <dependency type="build" id="gettext">
294294 <control>
295295 <version>(>= 0.19.8.1)</version>
296296 </control>
297 <package variant="clang" />
297 <package variant="x86_64" />
298298 </distro>
299299 </dependency>
300300 <dependency type="build" id="gnupg2">
308308 <package variant="i386" />
309309 </distro>
310310 <distro id="ubuntu">
311 <package variant="clang" />
311 <package variant="x86_64" />
312312 </distro>
313313 </dependency>
314314 <dependency type="build" id="git">
324324 <package variant="i386" />
325325 </distro>
326326 <distro id="ubuntu">
327 <package variant="clang" />
327 <package variant="x86_64" />
328328 </distro>
329329 </dependency>
330330 <dependency type="build" id="libglib2.0-dev">
343343 <control>
344344 <version>(>= 2.45.8)</version>
345345 </control>
346 <package variant="clang" />
346 <package variant="x86_64" />
347347 </distro>
348348 </dependency>
349349 <dependency type="build" id="gobject-introspection">
360360 </distro>
361361 <distro id="ubuntu">
362362 <control />
363 <package variant="clang" />
363 <package variant="x86_64" />
364364 </distro>
365365 </dependency>
366366 <dependency type="build" id="libgpgme11-dev">
375375 </distro>
376376 <distro id="ubuntu">
377377 <control />
378 <package variant="clang" />
378 <package variant="x86_64" />
379379 </distro>
380380 </dependency>
381381 <dependency type="build" id="gnome-desktop-testing">
387387 <package variant="i386" />
388388 </distro>
389389 <distro id="ubuntu">
390 <package variant="clang" />
390 <package variant="x86_64" />
391391 </distro>
392392 </dependency>
393393 <dependency type="build" id="gnutls-dev">
402402 </distro>
403403 <distro id="ubuntu">
404404 <control />
405 <package variant="clang" />
405 <package variant="x86_64" />
406406 </distro>
407407 </dependency>
408408 <dependency type="build" id="gnutls-bin">
417417 </distro>
418418 <distro id="ubuntu">
419419 <control />
420 <package variant="clang" />
420 <package variant="x86_64" />
421421 </distro>
422422 </dependency>
423423 <dependency type="build" id="gtk-doc-tools">
434434 </distro>
435435 <distro id="ubuntu">
436436 <control />
437 <package variant="clang" />
437 <package variant="x86_64" />
438438 </distro>
439439 </dependency>
440440 <dependency type="build" id="help2man">
452452 </distro>
453453 <distro id="ubuntu">
454454 <control />
455 <package variant="clang" />
455 <package variant="x86_64" />
456456 </distro>
457457 </dependency>
458458 <dependency type="build" id="jq">
479479 <control>
480480 <version>(>= 0.6.9)</version>
481481 </control>
482 <package variant="clang" />
482 <package variant="x86_64" />
483483 </distro>
484484 </dependency>
485485 <dependency type="build" id="libarchive-dev">
494494 </distro>
495495 <distro id="ubuntu">
496496 <control />
497 <package variant="clang" />
497 <package variant="x86_64" />
498498 </distro>
499499 </dependency>
500500 <dependency type="build" id="libcolorhug-dev">
506506 </distro>
507507 <distro id="ubuntu">
508508 <control />
509 <package variant="clang" />
509 <package variant="x86_64" />
510510 </distro>
511511 </dependency>
512512 <dependency type="build" id="libefivar-dev">
529529 <inclusive>armel</inclusive>
530530 <inclusive>i386</inclusive>
531531 </control>
532 <package variant="clang" />
532 <package variant="x86_64" />
533533 </distro>
534534 </dependency>
535535 <dependency type="build" id="libgcab-dev">
541541 </distro>
542542 <distro id="ubuntu">
543543 <control />
544 <package variant="clang" />
544 <package variant="x86_64" />
545545 </distro>
546546 </dependency>
547547 <dependency type="build" id="libgirepository1.0-dev">
553553 </distro>
554554 <distro id="ubuntu">
555555 <control />
556 <package variant="clang" />
556 <package variant="x86_64" />
557557 </distro>
558558 </dependency>
559559 <dependency type="build" id="libgudev-1.0-dev">
568568 </distro>
569569 <distro id="ubuntu">
570570 <control />
571 <package variant="clang" />
571 <package variant="x86_64" />
572572 </distro>
573573 </dependency>
574574 <dependency type="build" id="libgusb-dev">
587587 <control>
588588 <version>(>= 0.2.9)</version>
589589 </control>
590 <package variant="clang" />
590 <package variant="x86_64" />
591591 </distro>
592592 </dependency>
593593 <dependency type="build" id="libicu-dev">
616616 </distro>
617617 <distro id="ubuntu">
618618 <control />
619 <package variant="clang" />
619 <package variant="x86_64" />
620620 </distro>
621621 </dependency>
622622 <dependency type="build" id="libsoup2.4-dev">
631631 </distro>
632632 <distro id="ubuntu">
633633 <control />
634 <package variant="clang" />
634 <package variant="x86_64" />
635635 </distro>
636636 </dependency>
637637 <dependency type="build" id="libtool-bin">
642642 </distro>
643643 <distro id="ubuntu">
644644 <control />
645 <package variant="clang" />
645 <package variant="x86_64" />
646646 </distro>
647647 </dependency>
648648 <dependency type="build" id="libumockdev-dev">
651651 <package variant="i386" />
652652 </distro>
653653 <distro id="ubuntu">
654 <package variant="clang" />
654 <package variant="x86_64" />
655655 </distro>
656656 </dependency>
657657 <dependency type="build" id="libxml2-dev:s390x">
665665 <package variant="i386" />
666666 </distro>
667667 <distro id="ubuntu">
668 <package variant="clang" />
668 <package variant="x86_64" />
669669 </distro>
670670 </dependency>
671671 <dependency type="build" id="locales">
677677 </distro>
678678 <distro id="ubuntu">
679679 <control />
680 <package variant="clang" />
680 <package variant="x86_64" />
681681 </distro>
682682 </dependency>
683683 <dependency type="build" id="meson">
695695 </distro>
696696 <distro id="ubuntu">
697697 <control />
698 <package variant="clang" />
698 <package variant="x86_64" />
699699 </distro>
700700 </dependency>
701701 <dependency type="build" id="gir1.2-pango-1.0">
709709 </distro>
710710 <distro id="ubuntu">
711711 <control />
712 <package variant="clang" />
712 <package variant="x86_64" />
713713 </distro>
714714 </dependency>
715715 <dependency type="build" id="pkg-config">
720720 </distro>
721721 <distro id="ubuntu">
722722 <control />
723 <package variant="clang" />
723 <package variant="x86_64" />
724724 </distro>
725725 </dependency>
726726 <dependency type="build" id="policykit-1">
739739 <control>
740740 <version>(>> 0.105-14)</version>
741741 </control>
742 <package variant="clang" />
742 <package variant="x86_64" />
743743 </distro>
744744 </dependency>
745745 <dependency type="build" id="libpolkit-gobject-1-dev">
754754 </distro>
755755 <distro id="ubuntu">
756756 <control />
757 <package variant="clang" />
757 <package variant="x86_64" />
758758 </distro>
759759 </dependency>
760760 <dependency type="build" id="python3">
777777 </distro>
778778 <distro id="ubuntu">
779779 <control />
780 <package variant="clang" />
780 <package variant="x86_64" />
781781 </distro>
782782 </dependency>
783783 <dependency type="build" id="python3-gobject">
803803 </distro>
804804 <distro id="ubuntu">
805805 <control />
806 <package variant="clang" />
806 <package variant="x86_64" />
807807 </distro>
808808 </dependency>
809809 <dependency type="build" id="python3-requests">
817817 </distro>
818818 <distro id="ubuntu">
819819 <control />
820 <package variant="clang" />
820 <package variant="x86_64" />
821821 </distro>
822822 </dependency>
823823 <dependency type="build" id="python3-requests">
847847 </distro>
848848 <distro id="ubuntu">
849849 <control />
850 <package variant="clang" />
850 <package variant="x86_64" />
851851 </distro>
852852 </dependency>
853853 <dependency type="build" id="systemd">
866866 <control>
867867 <version>(>= 231)</version>
868868 </control>
869 <package variant="clang" />
869 <package variant="x86_64" />
870870 </distro>
871871 </dependency>
872872 <dependency type="build" id="texlive-fonts-recommended">
875875 <package variant="i386" />
876876 </distro>
877877 <distro id="ubuntu">
878 <package variant="clang" />
878 <package variant="x86_64" />
879879 </distro>
880880 </dependency>
881881 <dependency type="build" id="udev">
887887 </distro>
888888 <distro id="ubuntu">
889889 <control />
890 <package variant="clang" />
890 <package variant="x86_64" />
891891 </distro>
892892 </dependency>
893893 <dependency type="build" id="umockdev">
904904 </distro>
905905 <distro id="ubuntu">
906906 <control />
907 <package variant="clang" />
907 <package variant="x86_64" />
908 </distro>
909 </dependency>
910 <dependency type="build" id="valac">
911 <distro id="arch">
912 <package>vala</package>
913 </distro>
914 <distro id="fedora">
915 <package>vala</package>
916 </distro>
917 <distro id="debian">
918 <control />
919 <package variant="x86_64" />
920 <package variant="s390x" />
921 <package variant="i386" />
922 </distro>
923 <distro id="ubuntu">
924 <control />
925 <package variant="x86_64" />
908926 </distro>
909927 </dependency>
910928 <dependency type="build" id="valgrind">
947965 <exclusive>mipsel</exclusive>
948966 <exclusive>m68k</exclusive>
949967 </control>
950 <package variant="clang" />
968 <package variant="x86_64" />
951969 </distro>
952970 </dependency>
953971 <dependency type="build" id="xz">
3939 else:
4040 import lsb_release
4141 OS = lsb_release.get_distro_information()['ID'].lower()
42 import platform
43 SUBOS = platform.machine()
4244
4345 tree = etree.parse(os.path.join(directory, "dependencies.xml"))
4446 root = tree.getroot()
102102 wfd.write('RUN cat /etc/apt/sources.list | sed "s/deb/deb-src/" >> /etc/apt/sources.list\n')
103103 #add new architecture
104104 wfd.write('RUN dpkg --add-architecture %s\n' % SUBOS)
105 elif line == "%%%OS%%%\n":
106 wfd.write("ENV OS %s\n" % TARGET)
105107 else:
106108 wfd.write(line)
107109 wfd.flush()
8989 with tempfile.TemporaryDirectory() as dir:
9090 print('Using temp directory {}'.format(dir))
9191
92 print('Extracting firmware exe')
93 extract_exe(args.exe, dir)
92 if args.exe:
93 print('Extracting firmware exe')
94 extract_exe(args.exe, dir)
9495
9596 print('Locating firmware bin')
9697 get_firmware_bin(dir, args.bin, dir)
115116 parser.add_argument('--developer-name', help='Name of the firmware developer')
116117 parser.add_argument('--release-version', help='Version number of the firmware package', required=True)
117118 parser.add_argument('--release-description', help='Description of the firmware release')
118 parser.add_argument('--exe', help='Executable file to extract firmware from', required=True)
119 parser.add_argument('--exe', help='Executable file to extract firmware from')
119120 parser.add_argument('--bin', help='Path to the .bin file inside the executable to use as the firmware image', required=True)
120121 parser.add_argument('--out', help='Output cab file path', required=True)
121122 args = parser.parse_args()
5353 BuildRequires: meson
5454 BuildRequires: help2man
5555 BuildRequires: json-glib-devel >= %{json_glib_version}
56 BuildRequires: vala
5657
5758 %if 0%{?have_uefi}
5859 BuildRequires: python3 python3-cairo python3-gobject python3-pillow
185186 %doc README.md AUTHORS NEWS
186187 %license COPYING
187188 %config(noreplace)%{_sysconfdir}/fwupd/daemon.conf
189 %config(noreplace)%{_sysconfdir}/fwupd/uefi.conf
188190 %dir %{_libexecdir}/fwupd
189191 %{_libexecdir}/fwupd/fwupd
190192 %{_bindir}/dfu-tool
198200 %config(noreplace)%{_sysconfdir}/pki/fwupd
199201 %{_sysconfdir}/pki/fwupd-metadata
200202 %{_sysconfdir}/dbus-1/system.d/org.freedesktop.fwupd.conf
203 %{_datadir}/bash-completion/completions/fwupdmgr
201204 %{_datadir}/fwupd/remotes.d/fwupd/metadata.xml
202205 %{_datadir}/fwupd/remotes.d/vendor/firmware/README.md
203206 %{_datadir}/dbus-1/interfaces/org.freedesktop.fwupd.xml
229232 %{_libdir}/fwupd-plugins-3/libfu_plugin_dfu.so
230233 %{_libdir}/fwupd-plugins-3/libfu_plugin_ebitdo.so
231234 %{_libdir}/fwupd-plugins-3/libfu_plugin_nitrokey.so
232 %{_libdir}/fwupd-plugins-3/libfu_plugin_raspberrypi.so
233235 %{_libdir}/fwupd-plugins-3/libfu_plugin_steelseries.so
234236 %if 0%{?have_dell}
235237 %{_libdir}/fwupd-plugins-3/libfu_plugin_synapticsmst.so
250252 %files devel
251253 %{_datadir}/gir-1.0/Fwupd-2.0.gir
252254 %{_datadir}/gtk-doc/html/libfwupd
255 %{_datadir}/vala/vapi
253256 %{_includedir}/fwupd-1
254257 %{_libdir}/libfwupd*.so
255258 %{_libdir}/pkgconfig/fwupd.pc
0 _fwupdmgr_cmd_list=(
1 'build-firmware'
2 'clear-history'
3 'clear-offline'
4 'clear-results'
5 'downgrade'
6 'get-details'
7 'get-devices'
8 'get-history'
9 'get-releases'
10 'get-remotes'
11 'get-results'
12 'get-updates'
13 'hwids'
14 'install'
15 'install-prepared'
16 'modify-remote'
17 'monitor'
18 'refresh'
19 'report-history'
20 'smbios-dump'
21 'unlock'
22 'update'
23 'verify'
24 'verify-update'
25 '--version'
26 )
27
28 _fwupdmgr_opts=(
29 '--verbose'
30 '--offline'
31 '--allow-reinstall'
32 '--allow-older'
33 '--force'
34 '--assume-yes'
35 '--no-unreported-check'
36 '--no-metadata-check'
37 '--no-reboot-check'
38 )
39
40 _show_modifiers()
41 {
42 COMPREPLY+=( $(compgen -W '${_fwupdmgr_opts[@]}' -- "$cur") )
43 }
44
45 _show_device_ids()
46 {
47 local description
48 OLDIFS=$IFS
49 IFS=$'\n'
50 description="$(command fwupdmgr get-devices | command awk '!/DeviceId/ { line = $0 }; /DeviceId/ { print $2 " {" line "}"}')"
51 COMPREPLY+=( $(compgen -W "${description}" -- "$cur") )
52 IFS=$OLDIFS
53 }
54
55 _show_remotes()
56 {
57 local remotes
58 remotes="$(command fwupdmgr get-remotes | command awk '/Remote ID/ { print $3 }')"
59 COMPREPLY+=( $(compgen -W "${remotes}" -- "$cur") )
60 }
61
62 _fwupdmgr()
63 {
64 local cur prev command
65 COMPREPLY=()
66 cur=`_get_cword`
67 prev=${COMP_WORDS[COMP_CWORD-1]}
68 command=${COMP_WORDS[1]}
69
70 case $command in
71 clear-results|downgrade|get-releases|get-results|unlock|verify|verify-update)
72 if [[ "$prev" = "$command" ]]; then
73 _show_device_ids
74 else
75 _show_modifiers
76 fi
77 ;;
78 get-details|smbios-dump)
79 #browse for file
80 if [[ "$prev" = "$command" ]]; then
81 _filedir
82 #modifiers
83 else
84 _show_modifiers
85 fi
86 ;;
87 install)
88 #find files
89 if [[ "$prev" = "$command" ]]; then
90 _filedir
91 #device ID or modifiers
92 elif [[ "$prev" = "${COMP_WORDS[2]}" ]]; then
93 _show_device_ids
94 _show_modifiers
95 #modifiers
96 else
97 _show_modifiers
98 fi
99 ;;
100 modify-remote)
101 #find remotes
102 if [[ "$prev" = "$command" ]]; then
103 _show_remotes
104 #add key
105 elif [[ "$prev" = "${COMP_WORDS[2]}" ]]; then
106 local keys
107 keys="$(command fwupdmgr get-remotes | command awk -v pattern="Remote ID:.*${prev}$" '$0~pattern{show=1; next}/Remote/{show=0}{gsub(/:.*/,"")}show')"
108 COMPREPLY+=( $(compgen -W "${keys}" -- "$cur") )
109 fi
110 ;;
111 refresh)
112 #find first file
113 if [[ "$prev" = "$command" ]]; then
114 _filedir
115 #find second file
116 elif [[ "$prev" = "${COMP_WORDS[2]}" ]]; then
117 _filedir
118 #find remote ID
119 elif [[ "$prev" = "${COMP_WORDS[3]}" ]]; then
120 _show_remotes
121 else
122 _show_modifiers
123 fi
124 ;;
125 build-firmware)
126 #file in
127 if [[ "$prev" = "$command" ]]; then
128 _filedir
129 #file out
130 elif [[ "$prev" = "${COMP_WORDS[2]}" ]]; then
131 _filedir
132 #script
133 elif [[ "$prev" = "${COMP_WORDS[3]}" ]]; then
134 _filedir
135 #output
136 elif [[ "$prev" = "${COMP_WORDS[4]}" ]]; then
137 _filedir
138 else
139 _show_modifiers
140 fi
141 ;;
142 *)
143 #find first command
144 if [[ ${COMP_CWORD} = 1 ]]; then
145 COMPREPLY=( $(compgen -W '${_fwupdmgr_cmd_list[@]}' -- "$cur") )
146 #modifiers for all commands
147 else
148 _show_modifiers
149 fi
150 ;;
151 esac
152
153 return 0
154 }
155
156 complete -F _fwupdmgr fwupdmgr
0 install_data([
1 'fwupdmgr',
2 ],
3 install_dir : 'share/bash-completion/completions/',
4 )
00 subdir('builder')
11 subdir('pki')
22 subdir('remotes.d')
3 subdir('bash-completion')
34
45 if get_option('tests')
56 subdir('tests')
33 Enabled=false
44 Title=Linux Vendor Firmware Service (testing)
55 Keyring=gpg
6 MetadataURI=https://s3.amazonaws.com/lvfsbucket/downloads/firmware-testing.xml.gz
6 MetadataURI=https://cdn.fwupd.org/downloads/firmware-testing.xml.gz
77 ReportURI=https://fwupd.org/lvfs/firmware/report
88 Username=
99 Password=
33 Enabled=true
44 Title=Linux Vendor Firmware Service
55 Keyring=gpg
6 MetadataURI=https://s3.amazonaws.com/lvfsbucket/downloads/firmware.xml.gz
6 MetadataURI=https://cdn.fwupd.org/downloads/firmware.xml.gz
77 ReportURI=https://fwupd.org/lvfs/firmware/report
88 OrderBefore=fwupd
88 Standards-Version: 4.1.3
99 Section: admin
1010 Homepage: https://github.com/hughsie/fwupd
11 Vcs-Git: https://anonscm.debian.org/git/uefi/fwupd.git
12 Vcs-Browser: https://anonscm.debian.org/gitweb/?p=uefi/fwupd.git
11 Vcs-Git: https://salsa.debian.org/efi-team/fwupd.git
12 Vcs-Browser: https://salsa.debian.org/efi-team/fwupd
1313
1414 Package: libfwupd2
1515 Section: libs
00 usr/bin/dfu-tool
11 usr/bin/fwupdmgr
22 etc/*
3 usr/share/bash-completion
34 usr/share/fwupd/*
45 usr/share/dbus-1/*
56 usr/share/polkit-1/*
22 usr/lib/*/libfwupd*.so
33 usr/lib/*/pkgconfig/fwupd.pc
44 usr/share/gir-1.0/Fwupd*.gir
5 usr/share/vala/vapi
331331 } else if (g_error_matches (error,
332332 G_DBUS_ERROR,
333333 G_DBUS_ERROR_SERVICE_UNKNOWN)) {
334 error->domain = FWUPD_ERROR;
335 error->code = FWUPD_ERROR_NOT_SUPPORTED;
336 } else if (g_error_matches (error,
337 G_IO_ERROR,
338 G_IO_ERROR_DBUS_ERROR)) {
334339 error->domain = FWUPD_ERROR;
335340 error->code = FWUPD_ERROR_NOT_SUPPORTED;
336341 } else {
153153 return "reported";
154154 if (device_flag == FWUPD_DEVICE_FLAG_NOTIFIED)
155155 return "notified";
156 if (device_flag == FWUPD_DEVICE_FLAG_USE_RUNTIME_VERSION)
157 return "use-runtime-version";
156158 if (device_flag == FWUPD_DEVICE_FLAG_UNKNOWN)
157159 return "unknown";
158160 return NULL;
197199 return FWUPD_DEVICE_FLAG_REPORTED;
198200 if (g_strcmp0 (device_flag, "notified") == 0)
199201 return FWUPD_DEVICE_FLAG_NOTIFIED;
202 if (g_strcmp0 (device_flag, "use-runtime-version") == 0)
203 return FWUPD_DEVICE_FLAG_USE_RUNTIME_VERSION;
200204 return FWUPD_DEVICE_FLAG_UNKNOWN;
201205 }
202206
8989 * @FWUPD_DEVICE_FLAG_NEEDS_REBOOT: Requires a reboot to apply firmware or to reload hardware
9090 * @FWUPD_DEVICE_FLAG_REPORTED: Has been reported to a metadata server
9191 * @FWUPD_DEVICE_FLAG_NOTIFIED: User has been notified
92 * @FWUPD_DEVICE_FLAG_USE_RUNTIME_VERSION: Always use the runtime version rather than the bootloader
9293 *
9394 * The device flags.
9495 **/
104105 #define FWUPD_DEVICE_FLAG_NEEDS_REBOOT (1u << 8) /* Since: 0.9.7 */
105106 #define FWUPD_DEVICE_FLAG_REPORTED (1u << 9) /* Since: 1.0.4 */
106107 #define FWUPD_DEVICE_FLAG_NOTIFIED (1u << 10) /* Since: 1.0.5 */
108 #define FWUPD_DEVICE_FLAG_USE_RUNTIME_VERSION (1u << 11) /* Since: 1.0.6 */
107109 #define FWUPD_DEVICE_FLAG_UNKNOWN G_MAXUINT64 /* Since: 0.7.3 */
108110 typedef guint64 FwupdDeviceFlags;
109111
297297 ret = fwupd_client_connect (client, NULL, &error);
298298 g_assert_no_error (error);
299299 g_assert_true (ret);
300 if (fwupd_client_get_daemon_version (client) == NULL) {
301 g_test_skip ("no enabled fwupd daemon");
302 return;
303 }
300304 if (as_utils_vercmp (fwupd_client_get_daemon_version (client), "1.0.0") < 0) {
301305 g_test_skip ("running fwupd is too old");
302306 return;
304308
305309 array = fwupd_client_get_devices (client, NULL, &error);
306310 if (array == NULL &&
307 g_error_matches (error, FWUPD_ERROR, FWUPD_ERROR_NOTHING_TO_DO))
308 return;
311 g_error_matches (error, FWUPD_ERROR, FWUPD_ERROR_NOTHING_TO_DO)) {
312 g_test_skip ("no available fwupd devices");
313 return;
314 }
309315 if (array == NULL &&
310 g_error_matches (error, FWUPD_ERROR, FWUPD_ERROR_NOT_SUPPORTED))
311 return;
316 g_error_matches (error, FWUPD_ERROR, FWUPD_ERROR_NOT_SUPPORTED)) {
317 g_test_skip ("no available fwupd daemon");
318 return;
319 }
312320 g_assert_no_error (error);
313321 g_assert (array != NULL);
314322 g_assert_cmpint (array->len, >, 0);
338346 ret = fwupd_client_connect (client, NULL, &error);
339347 g_assert_no_error (error);
340348 g_assert_true (ret);
349 if (fwupd_client_get_daemon_version (client) == NULL) {
350 g_test_skip ("no enabled fwupd daemon");
351 return;
352 }
341353 if (as_utils_vercmp (fwupd_client_get_daemon_version (client), "1.0.0") < 0) {
342354 g_test_skip ("running fwupd is too old");
343355 return;
344356 }
345357
346358 array = fwupd_client_get_remotes (client, NULL, &error);
359 if (array == NULL &&
360 g_error_matches (error, FWUPD_ERROR, FWUPD_ERROR_NOTHING_TO_DO)) {
361 g_test_skip ("no available fwupd remotes");
362 return;
363 }
364 if (array == NULL &&
365 g_error_matches (error, FWUPD_ERROR, FWUPD_ERROR_NOT_SUPPORTED)) {
366 g_test_skip ("no available fwupd daemon");
367 return;
368 }
347369 g_assert_no_error (error);
348370 g_assert (array != NULL);
349371 g_assert_cmpint (array->len, >, 0);
9595 symbol_prefix : 'fwupd',
9696 identifier_prefix : 'Fwupd',
9797 export_packages : 'fwupd',
98 extra_args : '--c-include=fwupd.h', # This can be replaced with header : 'fwupd.h' once can depend on Meson 0.43.0
9899 dependencies : [
99100 giounix,
100101 soup,
105106 'Soup-2.4',
106107 ],
107108 install : true
109 )
110
111 gnome.generate_vapi('fwupd',
112 sources : gir[0],
113 packages : ['gio-2.0', 'libsoup-2.4'],
114 install : true,
108115 )
109116
110117 # Verify the map file is correct -- note we can't actually use the generated
00 project('fwupd', 'c',
1 version : '1.0.5',
1 version : '1.0.6',
22 license : 'LGPL-2.1+',
33 meson_version : '>=0.37.0',
44 default_options : ['warning_level=2', 'c_std=c99'],
196196
197197 if get_option('plugin_uefi')
198198 fwup = dependency('fwup', version : '>= 5')
199 if fwup.version().version_compare('>= 11')
200 conf.set('HAVE_FWUP_GET_ESP_MOUNTPOINT', '1')
201 endif
199202 if fwup.version().version_compare('>= 10')
200203 conf.set('HAVE_FWUP_GET_BGRT_INFO', '1')
204 conf.set('HAVE_FWUP_CUSTOM_ESP', '1')
201205 endif
202206 efivar = dependency('efivar')
203207 conf.set_quoted('EFIVAR_LIBRARY_VERSION', efivar.version())
434434 return NULL;
435435 switch (state) {
436436 case 0:
437 fu_device_set_name (dev, "Intel AMT (unprovisioned)");
437 fu_device_set_name (dev, "Intel AMT [unprovisioned]");
438438 break;
439439 case 1:
440 fu_device_set_name (dev, "Intel AMT (being provisioned)");
440 fu_device_set_name (dev, "Intel AMT [being provisioned]");
441441 break;
442442 case 2:
443 fu_device_set_name (dev, "Intel AMT (provisioned)");
443 fu_device_set_name (dev, "Intel AMT [provisioned]");
444444 break;
445445 default:
446 fu_device_set_name (dev, "Intel AMT (unknown)");
446 fu_device_set_name (dev, "Intel AMT [unknown]");
447447 break;
448448 }
449449 fu_device_set_summary (dev, "Hardware and firmware technology for remote "
00 subdir('dfu')
11 subdir('ebitdo')
2 subdir('raspberrypi')
32 subdir('steelseries')
43 subdir('nitrokey')
54 subdir('test')
248248 /* allowed, but requires manual bootloader step */
249249 fu_device_add_flag (FU_DEVICE (device), FWUPD_DEVICE_FLAG_UPDATABLE);
250250 fu_device_add_flag (FU_DEVICE (device), FWUPD_DEVICE_FLAG_NEEDS_BOOTLOADER);
251 fu_device_add_flag (FU_DEVICE (device), FWUPD_DEVICE_FLAG_USE_RUNTIME_VERSION);
251252
252253 /* success */
253254 return TRUE;
+0
-8
plugins/raspberrypi/README.md less more
0 Raspberry Pi Support
1 ====================
2
3 Introduction
4 ------------
5
6 This plugin can flash the boot firmware on the Raspberry Pi. It is not endorsed
7 by the Raspberry Pi foundation.
+0
-234
plugins/raspberrypi/fu-plugin-raspberrypi.c less more
0 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*-
1 *
2 * Copyright (C) 2015-2016 Richard Hughes <richard@hughsie.com>
3 *
4 * Licensed under the GNU General Public License Version 2
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; either version 2 of the License, or
9 * (at your option) any later version.
10 *
11 * This program is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 * GNU General Public License for more details.
15 *
16 * You should have received a copy of the GNU General Public License
17 * along with this program; if not, write to the Free Software
18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19 */
20
21 #include "config.h"
22
23 #include <appstream-glib.h>
24 #include <string.h>
25
26 #include "fu-plugin.h"
27 #include "fu-plugin-vfuncs.h"
28 #include "fu-plugin-raspberrypi.h"
29
30 #define FU_PLUGIN_RPI_FIRMWARE_FILENAME "start.elf"
31
32 struct FuPluginData {
33 gchar *fw_dir;
34 };
35
36 static gchar *
37 fu_plugin_raspberrypi_strstr (const guint8 *haystack,
38 gsize haystack_len,
39 const gchar *needle,
40 gsize *offset)
41 {
42 gsize needle_len;
43
44 if (needle == NULL || needle[0] == '\0')
45 return NULL;
46 if (haystack == NULL || haystack_len == 0)
47 return NULL;
48 needle_len = strlen (needle);
49 if (needle_len > haystack_len)
50 return NULL;
51 for (gsize i = 0; i < haystack_len - needle_len; i++) {
52 if (memcmp (haystack + i, needle, needle_len) == 0) {
53 if (offset != NULL)
54 *offset = i + needle_len;
55 return g_strdup ((const gchar *) &haystack[i + needle_len]);
56 }
57 }
58 return NULL;
59 }
60
61 static gboolean
62 fu_plugin_raspberrypi_parse_firmware (FuDevice *device, const gchar *fn, GError **error)
63 {
64 GDate *date;
65 gsize len = 0;
66 gsize offset;
67 g_autofree gchar *fwver = NULL;
68 g_autofree gchar *platform = NULL;
69 g_autofree gchar *vc_date = NULL;
70 g_autofree gchar *vc_time = NULL;
71 g_autofree guint8 *data = NULL;
72
73 /* read file -- things we can find are:
74 *
75 * VC_BUILD_ID_USER: dc4
76 * VC_BUILD_ID_TIME: 14:58:37
77 * VC_BUILD_ID_BRANCH: master
78 * VC_BUILD_ID_TIME: Aug 3 2015
79 * VC_BUILD_ID_HOSTNAME: dc4-XPS13-9333
80 * VC_BUILD_ID_PLATFORM: raspberrypi_linux
81 * VC_BUILD_ID_VERSION: 4b51d81eb0068a875b336f4cc2c468cbdd06d0c5 (clean)
82 */
83 if (!g_file_get_contents (fn, (gchar **) &data, &len, error))
84 return FALSE;
85
86 /* check the platform matches */
87 platform = fu_plugin_raspberrypi_strstr (data, len,
88 "VC_BUILD_ID_PLATFORM: ",
89 NULL);
90 if (g_strcmp0 (platform, "raspberrypi_linux") != 0) {
91 g_set_error (error,
92 FWUPD_ERROR,
93 FWUPD_ERROR_INVALID_FILE,
94 "not a RasberryPi, platform is %s",
95 platform);
96 return FALSE;
97 }
98
99 /* find the VC_BUILD info which paradoxically is split into two
100 * string segments */
101 vc_time = fu_plugin_raspberrypi_strstr (data, len,
102 "VC_BUILD_ID_TIME: ", &offset);
103 if (vc_time == NULL) {
104 g_set_error_literal (error,
105 FWUPD_ERROR,
106 FWUPD_ERROR_INVALID_FILE,
107 "Failed to get 1st VC_BUILD_ID_TIME");
108 return FALSE;
109 }
110 vc_date = fu_plugin_raspberrypi_strstr (data + offset, len - offset,
111 "VC_BUILD_ID_TIME: ", NULL);
112 if (vc_date == NULL) {
113 g_set_error_literal (error,
114 FWUPD_ERROR,
115 FWUPD_ERROR_INVALID_FILE,
116 "Failed to get 2nd VC_BUILD_ID_TIME");
117 return FALSE;
118 }
119
120 /* parse the date */
121 date = g_date_new ();
122 g_date_set_parse (date, vc_date);
123 if (!g_date_valid (date)) {
124 g_set_error (error,
125 FWUPD_ERROR,
126 FWUPD_ERROR_INVALID_FILE,
127 "Failed to parse date '%s'",
128 vc_date);
129 return FALSE;
130 }
131
132 /* create a version number from the date and time */
133 fwver = g_strdup_printf ("%04i%02u%02i",
134 g_date_get_year (date),
135 g_date_get_month (date),
136 g_date_get_day (date));
137 fu_device_set_version (device, fwver);
138
139 g_date_free (date);
140 return TRUE;
141 }
142
143 gboolean
144 fu_plugin_update (FuPlugin *plugin,
145 FuDevice *device,
146 GBytes *blob_fw,
147 FwupdInstallFlags flags,
148 GError **error)
149 {
150 FuPluginData *data = fu_plugin_get_data (plugin);
151 g_autofree gchar *fwfn = NULL;
152
153 /* decompress anything matching either glob */
154 fu_device_set_status (device, FWUPD_STATUS_DEVICE_WRITE);
155 if (!fu_common_extract_archive (blob_fw, data->fw_dir, error))
156 return FALSE;
157
158 /* get the new VC build info */
159 fu_device_set_status (device, FWUPD_STATUS_DEVICE_VERIFY);
160 fwfn = g_build_filename (data->fw_dir,
161 FU_PLUGIN_RPI_FIRMWARE_FILENAME,
162 NULL);
163 return fu_plugin_raspberrypi_parse_firmware (device, fwfn, error);
164 }
165
166 void
167 fu_plugin_raspberrypi_set_fw_dir (FuPlugin *plugin, const gchar *fw_dir)
168 {
169 FuPluginData *data = fu_plugin_get_data (plugin);
170 g_free (data->fw_dir);
171 data->fw_dir = g_strdup (fw_dir);
172 g_mkdir_with_parents (fw_dir, 0700);
173 }
174
175 void
176 fu_plugin_init (FuPlugin *plugin)
177 {
178 FuPluginData *data = fu_plugin_alloc_data (plugin, sizeof (FuPluginData));
179 const gchar *tmp;
180
181 /* allow this to be overidden for testing */
182 data->fw_dir = g_strdup ("/boot");
183 tmp = g_getenv ("FWUPD_RPI_FW_DIR");
184 if (tmp != NULL)
185 fu_plugin_raspberrypi_set_fw_dir (plugin, tmp);
186 }
187
188 void
189 fu_plugin_destroy (FuPlugin *plugin)
190 {
191 FuPluginData *data = fu_plugin_get_data (plugin);
192 g_free (data->fw_dir);
193 }
194
195 gboolean
196 fu_plugin_coldplug (FuPlugin *plugin, GError **error)
197 {
198 FuPluginData *data = fu_plugin_get_data (plugin);
199 g_autofree gchar *fwfn = NULL;
200 g_autoptr(FuDevice) device = NULL;
201
202 /* anything interesting */
203 fwfn = g_build_filename (data->fw_dir,
204 FU_PLUGIN_RPI_FIRMWARE_FILENAME,
205 NULL);
206 if (!g_file_test (fwfn, G_FILE_TEST_EXISTS)) {
207 g_set_error (error,
208 FWUPD_ERROR,
209 FWUPD_ERROR_NOT_SUPPORTED,
210 "Raspberry PI firmware updating not supported, no %s",
211 fwfn);
212 return FALSE;
213 }
214
215 /* create fake device */
216 device = fu_device_new ();
217 fu_device_set_id (device, "raspberry-pi");
218 fu_device_add_guid (device, "raspberrypi");
219 fu_device_set_name (device, "Raspberry Pi");
220 fu_device_set_vendor (device, "Raspberry Pi Foundation");
221 fu_device_set_summary (device, "A tiny and affordable computer");
222 fu_device_add_icon (device, "computer");
223 fu_device_add_flag (device, FWUPD_DEVICE_FLAG_INTERNAL);
224 fu_device_add_flag (device, FWUPD_DEVICE_FLAG_UPDATABLE);
225 fu_device_add_flag (device, FWUPD_DEVICE_FLAG_REQUIRE_AC);
226
227 /* get the VC build info */
228 if (!fu_plugin_raspberrypi_parse_firmware (device, fwfn, error))
229 return FALSE;
230
231 fu_plugin_device_add (plugin, device);
232 return TRUE;
233 }
+0
-32
plugins/raspberrypi/fu-plugin-raspberrypi.h less more
0 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*-
1 *
2 * Copyright (C) 2016 Richard Hughes <richard@hughsie.com>
3 *
4 * Licensed under the GNU General Public License Version 2
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; either version 2 of the License, or
9 * (at your option) any later version.
10 *
11 * This program is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 * GNU General Public License for more details.
15 *
16 * You should have received a copy of the GNU General Public License
17 * along with this program; if not, write to the Free Software
18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19 */
20
21 #ifndef __FU_PLUGIN_RPI_H
22 #define __FU_PLUGIN_RPI_H
23
24 G_BEGIN_DECLS
25
26 void fu_plugin_raspberrypi_set_fw_dir (FuPlugin *plugin,
27 const gchar *fw_dir);
28
29 G_END_DECLS
30
31 #endif /* __FU_PLUGIN_RPI_H */
+0
-141
plugins/raspberrypi/fu-self-test.c less more
0 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*-
1 *
2 * Copyright (C) 2015-2016 Richard Hughes <richard@hughsie.com>
3 *
4 * Licensed under the GNU General Public License Version 2
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; either version 2 of the License, or
9 * (at your option) any later version.
10 *
11 * This program is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 * GNU General Public License for more details.
15 *
16 * You should have received a copy of the GNU General Public License
17 * along with this program; if not, write to the Free Software
18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19 */
20
21 #include "config.h"
22
23 #include <fwupd.h>
24 #include <glib-object.h>
25 #include <glib/gstdio.h>
26 #include <stdlib.h>
27
28 #include "fu-plugin-private.h"
29 #include "fu-plugin-raspberrypi.h"
30 #include "fu-test.h"
31
32 static void
33 _plugin_status_changed_cb (FuDevice *device, GParamSpec *pspec, gpointer user_data)
34 {
35 guint *cnt = (guint *) user_data;
36 g_debug ("device %s now %s",
37 fu_device_get_id (device),
38 fwupd_status_to_string (fu_device_get_status (device)));
39 (*cnt)++;
40 }
41
42 static void
43 _plugin_device_added_cb (FuPlugin *plugin, FuDevice *device, gpointer user_data)
44 {
45 FuDevice **dev = (FuDevice **) user_data;
46 *dev = g_object_ref (device);
47 }
48 static void
49 fu_plugin_raspberrypi_func (void)
50 {
51 gboolean ret;
52 guint cnt = 0;
53 g_autoptr(GError) error = NULL;
54 g_autofree gchar *path = NULL;
55 g_autofree gchar *pending_db = NULL;
56 g_autofree gchar *fwfile = NULL;
57 g_autoptr(FuDevice) device = NULL;
58 g_autoptr(FuPlugin) plugin = NULL;
59 g_autoptr(GBytes) blob_fw = NULL;
60 g_autoptr(GMappedFile) mapped_file = NULL;
61
62 /* test location */
63 path = fu_test_get_filename (TESTDATADIR, "rpiboot");
64 if (path == NULL) {
65 g_test_skip ("no rpiboot available");
66 return;
67 }
68
69 /* create a fake device */
70 plugin = fu_plugin_new ();
71 ret = fu_plugin_open (plugin, PLUGINBUILDDIR "/libfu_plugin_raspberrypi.so", &error);
72 g_assert_no_error (error);
73 g_assert (ret);
74
75 fu_plugin_raspberrypi_set_fw_dir (plugin, path);
76 g_signal_connect (plugin, "device-added",
77 G_CALLBACK (_plugin_device_added_cb),
78 &device);
79 ret = fu_plugin_runner_startup (plugin, &error);
80 g_assert_no_error (error);
81 g_assert (ret);
82 ret = fu_plugin_runner_coldplug (plugin, &error);
83 g_assert_no_error (error);
84 g_assert (ret);
85
86 /* check we did the right thing */
87 g_assert_cmpint (cnt, ==, 0);
88 g_assert (device != NULL);
89 g_assert_cmpstr (fu_device_get_id (device), ==,
90 "94f01ac16574856944fb7e7583db423360430f97");
91 g_assert_cmpstr (fu_device_get_guid_default (device), ==,
92 "91dd7368-8640-5d72-a217-a505c034dd0b");
93 g_assert_cmpstr (fu_device_get_version (device), ==,
94 "20150803");
95
96 /* ensure clean */
97 g_unlink ("/tmp/rpiboot/start.elf");
98
99 /* do update */
100 fu_plugin_raspberrypi_set_fw_dir (plugin, "/tmp/rpiboot");
101 fwfile = fu_test_get_filename (TESTDATADIR, "rpiupdate/firmware.bin");
102 g_assert (fwfile != NULL);
103 mapped_file = g_mapped_file_new (fwfile, FALSE, &error);
104 g_assert_no_error (error);
105 g_assert (mapped_file != NULL);
106 blob_fw = g_mapped_file_get_bytes (mapped_file);
107 g_signal_connect (device, "notify::status",
108 G_CALLBACK (_plugin_status_changed_cb),
109 &cnt);
110 ret = fu_plugin_runner_update (plugin, device, NULL, blob_fw,
111 FWUPD_INSTALL_FLAG_NONE, &error);
112 g_assert_no_error (error);
113 g_assert (ret);
114 g_assert_cmpint (cnt, ==, 2);
115
116 /* check the file was exploded to the right place */
117 g_assert (g_file_test ("/tmp/rpiboot/start.elf", G_FILE_TEST_EXISTS));
118 g_assert (g_file_test ("/tmp/rpiboot/overlays/test.dtb", G_FILE_TEST_EXISTS));
119 g_assert_cmpstr (fu_device_get_version (device), ==,
120 "20150805");
121
122 /* clean up */
123 pending_db = g_build_filename (LOCALSTATEDIR, "lib", "fwupd", "pending.db", NULL);
124 g_unlink (pending_db);
125 }
126
127 int
128 main (int argc, char **argv)
129 {
130 g_test_init (&argc, &argv, NULL);
131
132 /* only critical and error are fatal */
133 g_log_set_fatal_mask (NULL, G_LOG_LEVEL_ERROR | G_LOG_LEVEL_CRITICAL);
134
135 g_assert_cmpint (g_mkdir_with_parents ("/tmp/fwupd-self-test/var/lib/fwupd", 0755), ==, 0);
136
137 /* tests go here */
138 g_test_add_func ("/fwupd/plugin{raspberrypi}", fu_plugin_raspberrypi_func);
139 return g_test_run ();
140 }
+0
-58
plugins/raspberrypi/meson.build less more
0 subdir('rpiupdate')
1
2 cargs = ['-DG_LOG_DOMAIN="FuPluginRpi"']
3
4 shared_module('fu_plugin_raspberrypi',
5 sources : [
6 'fu-plugin-raspberrypi.c',
7 ],
8 include_directories : [
9 include_directories('../..'),
10 include_directories('../../src'),
11 include_directories('../../libfwupd'),
12 ],
13 install : true,
14 install_dir: plugin_dir,
15 c_args : [
16 cargs,
17 '-DLOCALSTATEDIR="' + localstatedir + '"',
18 ],
19 dependencies : [
20 plugin_deps,
21 ],
22 )
23
24 if get_option('tests')
25 testdatadir_src = meson.current_source_dir()
26 testdatadir_dst = meson.current_build_dir()
27 e = executable(
28 'raspberrypi-self-test',
29 raspberrypi_firmware_bin,
30 sources : [
31 'fu-self-test.c',
32 'fu-plugin-raspberrypi.c',
33 ],
34 include_directories : [
35 include_directories('../..'),
36 include_directories('../../src'),
37 include_directories('../../libfwupd'),
38 ],
39 dependencies : [
40 plugin_deps,
41 sqlite,
42 valgrind,
43 ],
44 link_with : [
45 fwupd,
46 libfwupdprivate,
47 ],
48 c_args : [
49 cargs,
50 '-DTESTDATADIR="' + testdatadir_src + ':' + testdatadir_dst + '"',
51 '-DPLUGINBUILDDIR="' + meson.current_build_dir() + '"',
52 '-DLOCALSTATEDIR="/tmp/fwupd-self-test/var"',
53 '-DFU_OFFLINE_DESTDIR="/tmp/fwupd-self-test"',
54 ],
55 )
56 test('raspberrypi-self-test', e)
57 endif
plugins/raspberrypi/rpiboot/start.elf less more
Binary diff not shown
+0
-0
plugins/raspberrypi/rpiupdate/README less more
(Empty file)
+0
-19
plugins/raspberrypi/rpiupdate/firmware.inf less more
0 ; Copyright (C) 2015 Richard Hughes
1
2 [Version]
3 Class=Firmware
4 ClassGuid={f2e7dd72-6468-4e36-b6f1-6488f42c1b52}
5
6 [Firmware_CopyFiles]
7 firmware.bin
8
9 [Firmware_AddReg]
10 HKR,,FirmwareId,,{c77029fe-ffb2-3706-dc67-67af4a132afd}
11 HKR,,FirmwareVersion,%REG_DWORD%,0x0000000
12 HKR,,FirmwareFilename,,firmware.bin
13
14 [Strings]
15 Provider = "Raspberry Pi Foundation"
16 MfgName = "Raspberry Pi"
17 FirmwareDesc = "Raspberry Pi Firmware"
18 DiskName = "Firmware for the Raspberry Pi"
+0
-24
plugins/raspberrypi/rpiupdate/firmware.metainfo.xml less more
0 <?xml version="1.0" encoding="UTF-8"?>
1 <!-- Copyright 2015 Richard Hughes -->
2 <component type="firmware">
3 <id>c77029fe-ffb2-3706-dc67-67af4a132afd</id>
4 <name>Raspberry Pi Device Update</name>
5 <summary>Firmware for the Raspberry Pi</summary>
6 <description>
7 <p>
8 Updating the firmware on your Raspberry Pi device improves
9 performance and fixes reported bugs.
10 </p>
11 </description>
12 <url type="homepage">https://www.raspberrypi.org/</url>
13 <metadata_license>CC0-1.0</metadata_license>
14 <project_license>proprietary</project_license>
15 <developer_name>Raspberry Pi Foundation</developer_name>
16 <releases>
17 <release version="20150805">
18 <description>
19 <p>This release fixes device startup when running in FIXME mode.</p>
20 </description>
21 </release>
22 </releases>
23 </component>
+0
-30
plugins/raspberrypi/rpiupdate/meson.build less more
0 tar = find_program('tar', required : false)
1 if tar.found()
2 raspberrypi_firmware_files = [
3 'README',
4 'start.elf',
5 'overlays/test.dtb',
6 ]
7 raspberrypi_firmware_bin = custom_target('raspberrypi-firmware-tar',
8 input : raspberrypi_firmware_files,
9 output : 'firmware.bin',
10 command : [
11 tar, '--directory=' + meson.current_source_dir(),
12 '-cf', '@OUTPUT@', raspberrypi_firmware_files,
13 ],
14 )
15 endif
16
17 gcab = find_program('gcab', required : false)
18 if gcab.found()
19 raspberrypi_firmware_cab = custom_target('raspberrypi-firmware-cab',
20 input : [
21 'firmware.bin',
22 'firmware.metainfo.xml',
23 ],
24 output : 'rpi-firmware-20150805.cab',
25 command : [
26 gcab, '--create', '--nopath', '@OUTPUT@', '@INPUT@',
27 ],
28 )
29 endif
+0
-0
plugins/raspberrypi/rpiupdate/overlays/test.dtb less more
(Empty file)
plugins/raspberrypi/rpiupdate/start.elf less more
Binary diff not shown
6767 { 0x15D3, 3, 2 }, /* AR-C 4C */
6868 { 0x15DA, 3, 1 }, /* AR-C 2C */
6969
70 { 0x15E7, 3, 1 }, /* TR 2C */
71 { 0x15EA, 3, 2 }, /* TR 4C */
72 { 0x15EF, 3, 2 }, /* TR 4C device */
73
7074 { 0 }
7175 };
7276
401405 { 0 }
402406 };
403407
408 static const FuThunderboltFwLocation TR[] = {
409 { .offset = 0x10, .len = 4, .description = "PCIe Settings" },
410 { .offset = 0x12, .len = 1, .description = "PA", .mask = 0xCC, .section = DRAM_UCODE_SECTION },
411 { .offset = 0x121, .len = 1, .description = "Snk0" },
412 { .offset = 0x129, .len = 1, .description = "Snk1" },
413 { .offset = 0x136, .len = 1, .description = "Src0", .mask = 0xF0 },
414 { .offset = 0xB6, .len = 1, .description = "PA/PB (USB2)", .mask = 0xC0 },
415 { .offset = 0x5E, .len = 1, .description = "Aux", .mask = 0x0F },
416 { 0 },
417
418 { .offset = 0x13, .len = 1, .description = "PB", .mask = 0xCC, .section = DRAM_UCODE_SECTION },
419 { .offset = 0x5E, .len = 1, .description = "Aux (PB)", .mask = 0x10 },
420 { 0 }
421 };
422
404423 switch (id) {
405424 case 0x156D:
406425 case 0x156B:
414433 return AR;
415434 case 0x15C0:
416435 return AR_LP;
436 case 0x15E7:
437 case 0x15EA:
438 return TR;
417439 default:
418440 return NULL;
419441 }
433455 case 0x15D3:
434456 case 0x15DA:
435457 case 0x15C0:
436 case 0:
437458 return locations;
438459 default:
439460 return NULL;
563584 return VALIDATION_FAILED;
564585 }
565586
587 /*
588 * 0 is for the unknown device case, for being future-compatible with
589 * new devices; so we can't know which locations to check besides the
590 * vendor and model IDs that were validated already, but those should be
591 * good enough validation.
592 */
593 if (hw_info->id == 0)
594 return UNKNOWN_DEVICE;
595
566596 locations = is_host ?
567597 get_host_locations (hw_info->id) :
568598 get_device_locations (hw_info->id);
582612 return VALIDATION_FAILED;
583613 }
584614
585 return hw_info->id != 0 ? VALIDATION_PASSED : UNKNOWN_DEVICE;
615 return VALIDATION_PASSED;
586616 }
587617
588618 gboolean
239239 return FALSE;
240240
241241 data->needs_forcepower = TRUE;
242
242243 /* wait for the device to come back onto the bus */
243244 fu_device_set_status (device, FWUPD_STATUS_DEVICE_RESTART);
244 g_usleep (TBT_NEW_DEVICE_TIMEOUT * G_USEC_PER_SEC);
245
246 return TRUE;
245 for (guint i = 0; i < 5; i++) {
246 g_autoptr(GUdevDevice) udevice_tmp = NULL;
247 g_usleep (TBT_NEW_DEVICE_TIMEOUT * G_USEC_PER_SEC);
248 udevice_tmp = g_udev_client_query_by_sysfs_path (data->udev, devpath);
249 if (udevice_tmp != NULL)
250 return TRUE;
251 }
252
253 /* device did not wake up */
254 g_set_error (error,
255 FWUPD_ERROR,
256 FWUPD_ERROR_NOT_SUPPORTED,
257 "device did not wake up when required");
258 return FALSE;
247259 }
248260
249261 gboolean
2929
3030 When fwupd and fwupdate have been compiled with this support you will
3131 be able to enable UEFI support on the device by using the `unlock` command.
32
33 Custom EFI System Partition location
34 ---------------------
35 `fwupdate` 10 and later allow using an EFI system partition location
36 at runtime that is different than the location compiled into the library.
37
38 fwupd 1.0.6 and later can take advantage of this feature by allowing
39 users to modify `/etc/fwupd/uefi.conf`.
40
41 An option titled *OverrideESPMountPoint* is available that can be
42 uncommented and set to any valid directory on the system.
43
44 Setting an invalid directory will disable the fwupd plugin.
2323 #include <appstream-glib.h>
2424 #include <fwup.h>
2525 #include <fcntl.h>
26 #include <fnmatch.h>
2627 #include <glib/gi18n.h>
2728
2829 #include "fu-plugin.h"
2930 #include "fu-plugin-vfuncs.h"
31
32 #ifndef HAVE_FWUP_GET_ESP_MOUNTPOINT
33 #define FWUP_SUPPORTED_STATUS_UNSUPPORTED 0
34 #define FWUP_SUPPORTED_STATUS_UNLOCKED 1
35 #define FWUP_SUPPORTED_STATUS_LOCKED_CAN_UNLOCK 2
36 #define FWUP_SUPPORTED_STATUS_LOCKED_CAN_UNLOCK_NEXT_BOOT 3
37 #define FWUPDATE_GUID EFI_GUID(0x0abba7dc,0xe516,0x4167,0xbbf5,0x4d,0x9d,0x1c,0x73,0x94,0x16)
38 #endif
39
40 struct FuPluginData {
41 gboolean ux_capsule;
42 gchar *esp_path;
43 gint esrt_status;
44 };
3045
3146 /* drop when upgrading minimum required version of efivar to 33 */
3247 #if !defined (efi_guid_ux_capsule)
3651 void
3752 fu_plugin_init (FuPlugin *plugin)
3853 {
54 FuPluginData *data = fu_plugin_alloc_data (plugin, sizeof (FuPluginData));
55 data->ux_capsule = FALSE;
56 data->esp_path = NULL;
3957 fu_plugin_add_rule (plugin, FU_PLUGIN_RULE_RUN_AFTER, "upower");
4058 fu_plugin_add_report_metadata (plugin, "FwupdateVersion", LIBFWUP_LIBRARY_VERSION);
4159 fu_plugin_add_report_metadata (plugin, "EfivarVersion", EFIVAR_LIBRARY_VERSION);
60 }
61
62 void
63 fu_plugin_destroy (FuPlugin *plugin)
64 {
65 FuPluginData *data = fu_plugin_get_data (plugin);
66 g_free (data->esp_path);
4267 }
4368
4469 static gchar *
85110 guid_str);
86111 }
87112
88 return re_matched;
89 }
90
91 static fwup_resource *
92 fu_plugin_uefi_find_raw (fwup_resource_iter *iter, efi_guid_t *guid)
93 {
94 fwup_resource *re_matched = NULL;
95 fwup_resource *re = NULL;
96 while (fwup_resource_iter_next (iter, &re) > 0) {
97 efi_guid_t *guid_tmp;
98 fwup_get_guid (re, &guid_tmp);
99 if (efi_guid_cmp (guid_tmp, guid) == 0) {
100 re_matched = re;
101 break;
102 }
103 }
104113 return re_matched;
105114 }
106115
316325 { 0, 0 }
317326 };
318327
319 /* is this supported? */
320 fwup_resource_iter_create (&iter);
321 re = fu_plugin_uefi_find_raw (iter, &efi_guid_ux_capsule);
322 if (re == NULL)
323 return TRUE;
324
325328 /* get the boot graphics resource table data */
326329 #ifdef HAVE_FWUP_GET_BGRT_INFO
327330 rc = fwup_get_ux_capsule_info (&screen_width, &screen_height);
380383 FwupdInstallFlags flags,
381384 GError **error)
382385 {
386 FuPluginData *data = fu_plugin_get_data (plugin);
383387 fwup_resource *re = NULL;
384388 guint64 hardware_instance = 0; /* FIXME */
385389 g_autoptr(fwup_resource_iter) iter = NULL;
401405 /* perform the update */
402406 g_debug ("Performing UEFI capsule update");
403407 fu_device_set_status (device, FWUPD_STATUS_SCHEDULING);
404 if (!fu_plugin_uefi_update_splash (&error_splash)) {
405 g_warning ("failed to upload BGRT splash text: %s",
406 error_splash->message);
408
409 if (data->ux_capsule) {
410 if (!fu_plugin_uefi_update_splash (&error_splash)) {
411 g_warning ("failed to upload UEFI UX capsule text: %s",
412 error_splash->message);
413 }
407414 }
408415 if (!fu_plugin_uefi_update_resource (re, hardware_instance, blob_fw, error))
409416 return FALSE;
507514 static void
508515 fu_plugin_uefi_coldplug_resource (FuPlugin *plugin, fwup_resource *re)
509516 {
517 FuPluginData *data = fu_plugin_get_data (plugin);
510518 AsVersionParseFlag parse_flags;
511519 efi_guid_t *guid_raw;
512520 guint32 uefi_type;
522530 /* detect the fake GUID used for uploading the image */
523531 fwup_get_guid (re, &guid_raw);
524532 if (efi_guid_cmp (guid_raw, &efi_guid_ux_capsule) == 0) {
525 g_debug ("skipping entry, detected fake BGRT");
533 data->ux_capsule = TRUE;
526534 return;
527535 }
528536
592600 fu_plugin_add_report_metadata (plugin, "SecureBoot", result_str);
593601 }
594602
603 static gboolean
604 fu_plugin_uefi_set_custom_mountpoint (FuPlugin *plugin, GError **error)
605 {
606 FuPluginData *data = fu_plugin_get_data (plugin);
607 const gchar *key = "OverrideESPMountPoint";
608
609 /* load from file and keep @key ref'd for the lifetime of the plugin as
610 * libfwupdate does not strdup the value in fwup_set_esp_mountpoint() */
611 data->esp_path = fu_plugin_get_config_value (plugin, key);
612 if (data->esp_path != NULL) {
613 if (!g_file_test (data->esp_path, G_FILE_TEST_IS_DIR)) {
614 g_set_error (error,
615 FWUPD_ERROR,
616 FWUPD_ERROR_INVALID_FILE,
617 "Invalid %s specified in %s config: %s",
618 fu_plugin_get_name (plugin), key,
619 data->esp_path);
620
621 return FALSE;
622 }
623 #ifdef HAVE_FWUP_CUSTOM_ESP
624 fwup_set_esp_mountpoint (data->esp_path);
625 #endif
626 }
627 return TRUE;
628 }
629
630 static gboolean
631 fu_plugin_uefi_delete_old_capsules (FuPlugin *plugin, GError **error)
632 {
633 FuPluginData *data = fu_plugin_get_data (plugin);
634 g_autofree gchar *pattern = NULL;
635 g_autoptr(GPtrArray) files = NULL;
636
637 /* delete any files matching the glob in the ESP */
638 files = fu_common_get_files_recursive (data->esp_path, error);
639 if (files == NULL)
640 return FALSE;
641 pattern = g_build_filename (data->esp_path, "EFI/*/fw/fwupdate-*.cap", NULL);
642 for (guint i = 0; i < files->len; i++) {
643 const gchar *fn = g_ptr_array_index (files, i);
644 if (fnmatch (pattern, fn, 0) == 0) {
645 g_autoptr(GFile) file = g_file_new_for_path (fn);
646 g_debug ("deleting %s", fn);
647 if (!g_file_delete (file, NULL, error))
648 return FALSE;
649 }
650 }
651 return TRUE;
652 }
653
654 static gboolean
655 fu_plugin_uefi_delete_old_efivars (FuPlugin *plugin, GError **error)
656 {
657 char *name = NULL;
658 efi_guid_t fwupdate_guid = FWUPDATE_GUID;
659 efi_guid_t *guid = NULL;
660 int rc;
661 while ((rc = efi_get_next_variable_name (&guid, &name)) > 0) {
662 if (efi_guid_cmp (guid, &fwupdate_guid) != 0)
663 continue;
664 if (g_str_has_prefix (name, "fwupdate-")) {
665 g_debug ("deleting %s", name);
666 rc = efi_del_variable (fwupdate_guid, name);
667 if (rc < 0) {
668 g_set_error (error,
669 FWUPD_ERROR,
670 FWUPD_ERROR_NOT_SUPPORTED,
671 "failed to delete efi var %s: %s",
672 name, strerror (errno));
673 return FALSE;
674 }
675 }
676 }
677 if (rc < 0) {
678 g_set_error (error,
679 FWUPD_ERROR,
680 FWUPD_ERROR_NOT_SUPPORTED,
681 "error listing variables: %s",
682 strerror (errno));
683 return FALSE;
684 }
685 return TRUE;
686 }
687
688 /* remove when https://github.com/rhboot/efivar/pull/100 merged */
689 static int
690 _efi_get_variable_exists (efi_guid_t guid, const char *name)
691 {
692 uint32_t unused_attrs = 0;
693 return efi_get_variable_attributes (guid, name, &unused_attrs);
694 }
695
595696 gboolean
596 fu_plugin_coldplug (FuPlugin *plugin, GError **error)
597 {
598 fwup_resource *re;
599 gint supported;
600 g_autoptr(fwup_resource_iter) iter = NULL;
601 g_autofree gchar *name = NULL;
602
603 /* supported = 0 : ESRT unspported
604 supported = 1 : unlocked, ESRT supported
605 supported = 2 : it is locked but can be unlocked to support ESRT
606 supported = 3 : it is locked, has been marked to be unlocked on next boot
607 calling unlock again is OK.
608 */
609 supported = fwup_supported ();
610 if (supported == 0) {
697 fu_plugin_startup (FuPlugin *plugin, GError **error)
698 {
699 FuPluginData *data = fu_plugin_get_data (plugin);
700
701 /* get the supported status */
702 data->esrt_status = fwup_supported ();
703 if (data->esrt_status == FWUP_SUPPORTED_STATUS_UNSUPPORTED) {
611704 g_set_error_literal (error,
612705 FWUPD_ERROR,
613706 FWUPD_ERROR_NOT_SUPPORTED,
615708 return FALSE;
616709 }
617710
618 if (supported == 2) {
711 /* load any overriden options */
712 if (!fu_plugin_uefi_set_custom_mountpoint (plugin, error))
713 return FALSE;
714
715 /* get the default compiled-in value for the ESP mountpoint */
716 #ifdef HAVE_FWUP_GET_ESP_MOUNTPOINT
717 if (data->esp_path == NULL)
718 data->esp_path = g_strdup (fwup_get_esp_mountpoint ());
719 #endif
720
721 /* fall back to a sane default */
722 if (data->esp_path == NULL)
723 data->esp_path = g_strdup ("/boot/efi");
724
725 /* delete any existing .cap files to avoid the small ESP partition
726 * from running out of space when we've done lots of firmware updates
727 * -- also if the distro has changed the ESP may be different anyway */
728 if (_efi_get_variable_exists (EFI_GLOBAL_GUID, "BootNext") == 0) {
729 g_debug ("detected BootNext, not cleaning up");
730 } else {
731 if (!fu_plugin_uefi_delete_old_capsules (plugin, error))
732 return FALSE;
733 if (!fu_plugin_uefi_delete_old_efivars (plugin, error))
734 return FALSE;
735 }
736
737 /* save in report metadata */
738 g_debug ("ESP mountpoint set as %s", data->esp_path);
739 fu_plugin_add_report_metadata (plugin, "ESPMountPoint", data->esp_path);
740 return TRUE;
741 }
742
743 gboolean
744 fu_plugin_coldplug (FuPlugin *plugin, GError **error)
745 {
746 FuPluginData *data = fu_plugin_get_data (plugin);
747 fwup_resource *re;
748 g_autoptr(fwup_resource_iter) iter = NULL;
749 g_autofree gchar *name = NULL;
750 const gchar *ux_capsule_str = "Disabled";
751
752 /* create a dummy device so we can unlock the feature */
753 if (data->esrt_status == FWUP_SUPPORTED_STATUS_LOCKED_CAN_UNLOCK) {
619754 g_autoptr(FuDevice) dev = fu_device_new ();
620755 name = fu_plugin_uefi_get_name_for_type (plugin,
621756 FWUP_RESOURCE_TYPE_SYSTEM_FIRMWARE);
644779
645780 /* for debugging problems later */
646781 fu_plugin_uefi_test_secure_boot (plugin);
647
648 return TRUE;
649 }
782 if (data->ux_capsule)
783 ux_capsule_str = "Enabled";
784 g_debug ("UX Capsule support : %s", ux_capsule_str);
785 fu_plugin_add_report_metadata (plugin, "UEFIUXCapsule", ux_capsule_str);
786
787 return TRUE;
788 }
00 cargs = ['-DG_LOG_DOMAIN="FuPluginUefi"']
1
2 install_data(['uefi.conf'],
3 install_dir : join_paths(sysconfdir, 'fwupd')
4 )
15
26 shared_module('fu_plugin_uefi',
37 sources : [
0 [uefi]
1
2 # For fwupdate 10+ allow overriding
3 # the compiled EFI system partition path
4 #OverrideESPMountPoint=
136136
137137 if (ctx->poll_id != 0)
138138 g_source_remove (ctx->poll_id);
139 if (ctx->supported_guids != NULL)
140 g_ptr_array_unref (ctx->supported_guids);
139141
140142 g_ptr_array_unref (ctx->devices);
141143 g_hash_table_unref (ctx->devices_active);
9393 }
9494
9595 static gboolean
96 lu_device_bootloader_nordic_write_signature (LuDevice *device,
97 guint16 addr, guint8 len, const guint8 *data,
98 GError **error)
99 {
100 g_autoptr(LuDeviceBootloaderRequest) req = lu_device_bootloader_request_new();
101 req->cmd = 0xC0;
102 req->addr = addr;
103 req->len = len;
104 memcpy (req->data, data, req->len);
105 if (!lu_device_bootloader_request (device, req, error)) {
106 g_prefix_error (error, "failed to write sig @0x%02x: ", addr);
107 return FALSE;
108 }
109 if (req->cmd == LU_DEVICE_BOOTLOADER_CMD_WRITE_RAM_BUFFER_INVALID_ADDR) {
110 g_set_error (error,
111 G_IO_ERROR,
112 G_IO_ERROR_FAILED,
113 "failed to write @%04x: signature is too big",
114 addr);
115 return FALSE;
116 }
117 return TRUE;
118 }
119
120 static gboolean
96121 lu_device_bootloader_nordic_write (LuDevice *device,
97122 guint16 addr, guint8 len, const guint8 *data,
98123 GError **error)
131156 return FALSE;
132157 }
133158 if (req->cmd == LU_DEVICE_BOOTLOADER_CMD_WRITE_NONZERO_START) {
134 if (addr == 0x0000) {
135 g_set_error (error,
136 G_IO_ERROR,
137 G_IO_ERROR_FAILED,
138 "failed to write @%04x: only 1 byte write supported",
139 addr);
140 return FALSE;
141 }
142 g_set_error (error,
143 G_IO_ERROR,
144 G_IO_ERROR_FAILED,
145 "failed to write @%04x: byte 0x00 is not 0xff",
159 g_debug ("wrote %d bytes at address %04x, value %02x", req->len,
160 req->addr, req->data[0]);
161 g_set_error (error,
162 G_IO_ERROR,
163 G_IO_ERROR_FAILED,
164 "failed to write @%04x: only 1 byte write of 0xff supported",
146165 addr);
147166 return FALSE;
148167 }
208227 return FALSE;
209228
210229 for (guint i = 1; i < reqs->len; i++) {
230 gboolean res;
211231 payload = g_ptr_array_index (reqs, i);
212 if (!lu_device_bootloader_nordic_write (device,
213 payload->addr,
214 payload->len,
215 payload->data,
216 error))
232
233 if (payload->cmd == LU_DEVICE_BOOTLOADER_CMD_WRITE_SIGNATURE) {
234 res = lu_device_bootloader_nordic_write_signature(device,
235 payload->addr,
236 payload->len,
237 payload->data,
238 error);
239 } else {
240 res = lu_device_bootloader_nordic_write (device,
241 payload->addr,
242 payload->len,
243 payload->data,
244 error);
245 }
246
247 if (!res)
217248 return FALSE;
218249 fu_device_set_progress_full (FU_DEVICE (device), i * 32, reqs->len * 32);
219250 }
227258 error))
228259 return FALSE;
229260
230 /* set the reset vector */
231261 if (!lu_device_bootloader_nordic_write (device,
232262 0x0000,
233263 0x01,
156156 }
157157
158158 /* build packet */
159 req->cmd = LU_DEVICE_BOOTLOADER_CMD_WRITE_RAM_BUFFER;
160 req->addr = payload->addr % 0x80;
159 req->cmd = payload->cmd;
160
161 /* signature addresses do not need to fit inside 128 bytes */
162 if (req->cmd == LU_DEVICE_BOOTLOADER_CMD_WRITE_SIGNATURE)
163 req->addr = payload->addr;
164 else
165 req->addr = payload->addr % 0x80;
166
161167 req->len = payload->len;
162168 memcpy (req->data, payload->data, payload->len);
163169 if (!lu_device_bootloader_request (device, req, error)) {
184190 }
185191
186192 /* flush RAM buffer to EEPROM */
187 if ((payload->addr + 0x10) % 0x80 == 0) {
193 if ((payload->addr + 0x10) % 0x80 == 0 &&
194 req->cmd != LU_DEVICE_BOOTLOADER_CMD_WRITE_SIGNATURE) {
188195 guint16 addr_start = payload->addr - (7 * 0x10);
189196 g_debug ("addr flush @ 0x%04x for 0x%04x",
190197 payload->addr, addr_start);
5757 lines = g_strsplit_set (tmp, "\n\r", -1);
5858 for (guint i = 0; lines[i] != NULL; i++) {
5959 g_autoptr(LuDeviceBootloaderRequest) payload = NULL;
60 guint8 rec_type = 0x00;
6061
6162 /* skip empty lines */
6263 tmp = lines[i];
7576 }
7677 payload->addr = ((guint16) lu_buffer_read_uint8 (tmp + 0x03)) << 8;
7778 payload->addr |= lu_buffer_read_uint8 (tmp + 0x05);
79
80 rec_type = lu_buffer_read_uint8 (tmp + 0x07);
81
82 /* record type of 0xFD indicates signature data */
83 if (rec_type == 0xFD) {
84 payload->cmd = LU_DEVICE_BOOTLOADER_CMD_WRITE_SIGNATURE;
85 } else {
86 payload->cmd = LU_DEVICE_BOOTLOADER_CMD_WRITE_RAM_BUFFER;
87 }
7888
7989 /* read the data, but skip the checksum byte */
8090 for (guint j = 0; j < payload->len; j++) {
8898 return NULL;
8999 }
90100 payload->data[j] = lu_buffer_read_uint8 (ptr);
101 }
102
103 /* no need to bound check signature addresses */
104 if (payload->cmd == LU_DEVICE_BOOTLOADER_CMD_WRITE_SIGNATURE) {
105 g_ptr_array_add (reqs, g_steal_pointer (&payload));
106 continue;
91107 }
92108
93109 /* skip the bootloader */
6363
6464 #define LU_DEVICE_EP1 0x81
6565 #define LU_DEVICE_EP3 0x83
66 #define LU_DEVICE_TIMEOUT_MS 2500
66 /* Signed firmware are very long to verify on the device */
67 #define LU_DEVICE_TIMEOUT_MS 20000
6768
6869 typedef enum {
6970 LU_DEVICE_KIND_UNKNOWN,
0 *.gmo
1 *.header
2 Makefile.in.in
3 Makevars.template
4 POTFILES
5 Rules-quot
6 *.sed
7 *.sin
8 stamp-it
0 *.pot
77 msgstr ""
88 "Project-Id-Version: fwupd\n"
99 "Report-Msgid-Bugs-To: \n"
10 "POT-Creation-Date: 2018-02-13 21:34+0000\n"
11 "PO-Revision-Date: 2018-02-13 21:34+0000\n"
10 "POT-Creation-Date: 2018-03-12 10:37+0000\n"
11 "PO-Revision-Date: 2018-03-12 10:37+0000\n"
1212 "Last-Translator: Richard Hughes <richard@hughsie.com>\n"
1313 "Language-Team: Asturian (http://www.transifex.com/freedesktop/fwupd/language/ast/)\n"
1414 "MIME-Version: 1.0\n"
140140
141141 #. TRANSLATORS: this is when a device is hotplugged
142142 #. TRANSLATORS: this is when the daemon state changes
143 #: plugins/dfu/dfu-tool.c:1478 src/fu-util.c:1731
143 #: plugins/dfu/dfu-tool.c:1478 src/fu-util.c:1768
144144 msgid "Changed"
145145 msgstr "Camudóse"
146146
147147 #. TRANSLATORS: this is when a device ctrl+c's a watch
148 #: plugins/dfu/dfu-tool.c:1486 src/fu-util.c:1693
148 #: plugins/dfu/dfu-tool.c:1486 src/fu-util.c:1730
149149 msgid "Cancelled"
150150 msgstr "Encaboxóse"
151151
152152 #. TRANSLATORS: Appstream ID for the hardware type
153 #: plugins/dfu/dfu-tool.c:1978 src/fu-util.c:1512
153 #: plugins/dfu/dfu-tool.c:1978 src/fu-util.c:1549
154154 msgid "ID"
155155 msgstr "ID"
156156
158158 #. TRANSLATORS: device name, e.g. 'ColorHug2'
159159 #. TRANSLATORS: section header for the release name
160160 #: plugins/dfu/dfu-tool.c:1984 plugins/dfu/dfu-tool.c:1990
161 #: plugins/dfu/dfu-tool.c:2104 src/fu-util.c:1283
161 #: plugins/dfu/dfu-tool.c:2104 src/fu-util.c:1321
162162 msgid "Name"
163163 msgstr "Nome"
164164
380380
381381 #. TRANSLATORS: the user didn't read the man page
382382 #: plugins/dfu/dfu-tool.c:2423 plugins/synapticsmst/synapticsmst-tool.c:424
383 #: src/fu-util.c:2310
383 #: src/fu-util.c:2339
384384 msgid "Failed to parse arguments"
385385 msgstr ""
386386
399399 msgstr ""
400400
401401 #. TRANSLATORS: this is shown when updating the firmware after the reboot
402 #: plugins/uefi/fu-plugin-uefi.c:399
402 #: plugins/uefi/fu-plugin-uefi.c:403
403403 msgid "Installing firmware update…"
404404 msgstr ""
405405
511511 #. TRANSLATORS: the user isn't reading the question
512512 #: src/fu-util.c:242
513513 #, c-format
514 msgid "Please enter a number from 1 to %u: "
514 msgid "Please enter a number from 0 to %u: "
515515 msgstr ""
516516
517517 #. TRANSLATORS: get interactive prompt
519519 msgid "Choose a device:"
520520 msgstr ""
521521
522 #. TRANSLATORS: this is to abort the interactive prompt
523 #: src/fu-util.c:307
524 msgid "Cancel"
525 msgstr ""
526
522527 #. TRANSLATORS: a list of failed updates
523 #: src/fu-util.c:418
528 #: src/fu-util.c:427
524529 msgid "Devices that were not updated correctly:"
525530 msgstr ""
526531
527532 #. TRANSLATORS: a list of successful updates
528 #: src/fu-util.c:432
533 #: src/fu-util.c:441
529534 msgid "Devices that have been updated successfully:"
530535 msgstr ""
531536
532537 #. TRANSLATORS: explain why we want to upload
533 #: src/fu-util.c:446
538 #: src/fu-util.c:455
534539 msgid "Upload report now?"
535540 msgstr ""
536541
537542 #. TRANSLATORS: metadata is downloaded from the Internet
538 #: src/fu-util.c:448 src/fu-util.c:1453
543 #: src/fu-util.c:457 src/fu-util.c:1490
539544 msgid "Requires internet connection"
540545 msgstr ""
541546
542547 #. TRANSLATORS: nothing attached that can be upgraded
543 #: src/fu-util.c:470
548 #: src/fu-util.c:479
544549 msgid "No hardware detected with firmware update capability"
545550 msgstr ""
546551
547552 #. TRANSLATORS: the first replacement is a display name
548553 #. * e.g. "ColorHugALS" and the second is a version number
549554 #. * e.g. "1.2.3"
550 #: src/fu-util.c:642
555 #: src/fu-util.c:651
551556 #, c-format
552557 msgid "Reinstalling %s with %s... "
553558 msgstr ""
555560 #. TRANSLATORS: the first replacement is a display name
556561 #. * e.g. "ColorHugALS" and the second and third are
557562 #. * version numbers e.g. "1.2.3"
558 #: src/fu-util.c:649
563 #: src/fu-util.c:658
559564 #, c-format
560565 msgid "Downgrading %s from %s to %s... "
561566 msgstr ""
563568 #. TRANSLATORS: the first replacement is a display name
564569 #. * e.g. "ColorHugALS" and the second and third are
565570 #. * version numbers e.g. "1.2.3"
566 #: src/fu-util.c:657
571 #: src/fu-util.c:666
567572 #, c-format
568573 msgid "Updating %s from %s to %s... "
569574 msgstr ""
570575
571 #: src/fu-util.c:685
576 #: src/fu-util.c:694
572577 msgid "Done!"
573578 msgstr ""
574579
575 #: src/fu-util.c:717
580 #: src/fu-util.c:726
576581 msgid "Target"
577582 msgstr ""
578583
579 #: src/fu-util.c:718
584 #: src/fu-util.c:727
580585 msgid "Payload"
581586 msgstr ""
582587
583 #: src/fu-util.c:719
588 #: src/fu-util.c:728
584589 msgid "Proceed with upload?"
585590 msgstr ""
586591
587592 #. TRANSLATORS: the server sent the user a small message
588 #: src/fu-util.c:788
593 #: src/fu-util.c:807
589594 msgid "Update failure is a known issue, visit this URL for more information:"
590595 msgstr ""
591596
592597 #. TRANSLATORS: the server sent the user a small message
593 #: src/fu-util.c:792
598 #: src/fu-util.c:811
594599 msgid "Upload message:"
595600 msgstr ""
596601
597 #: src/fu-util.c:986 src/fu-util.c:1376
602 #: src/fu-util.c:1034 src/fu-util.c:1414
598603 msgid "OK"
599604 msgstr ""
600605
601606 #. TRANSLATORS: downloading new signing file
602 #: src/fu-util.c:1091
607 #: src/fu-util.c:1139
603608 msgid "Fetching signature"
604609 msgstr ""
605610
606611 #. TRANSLATORS: downloading new metadata file
607 #: src/fu-util.c:1094
612 #: src/fu-util.c:1142
608613 msgid "Fetching metadata"
609614 msgstr ""
610615
611616 #. TRANSLATORS: downloading new firmware file
612 #: src/fu-util.c:1097
617 #: src/fu-util.c:1145
613618 msgid "Fetching firmware"
614619 msgstr ""
615620
616621 #. TRANSLATORS: downloading unknown file
617 #: src/fu-util.c:1100
622 #: src/fu-util.c:1148
618623 msgid "Fetching file"
619624 msgstr ""
620625
621626 #. TRANSLATORS: section header for release version number
622 #: src/fu-util.c:1280
627 #: src/fu-util.c:1318
623628 msgid "Version"
624629 msgstr ""
625630
626631 #. TRANSLATORS: section header for the release one line summary
627 #: src/fu-util.c:1286
632 #: src/fu-util.c:1324
628633 msgid "Summary"
629634 msgstr ""
630635
631636 #. TRANSLATORS: section header for the remote the file is coming from
632 #: src/fu-util.c:1289
637 #: src/fu-util.c:1327
633638 msgid "Remote"
634639 msgstr ""
635640
636641 #. TRANSLATORS: section header for firmware URI
637 #: src/fu-util.c:1292
642 #: src/fu-util.c:1330
638643 msgid "URI"
639644 msgstr ""
640645
641646 #. TRANSLATORS: section header for firmware description
642 #: src/fu-util.c:1298
647 #: src/fu-util.c:1336
643648 msgid "Description"
644649 msgstr ""
645650
646651 #. TRANSLATORS: section header for firmware checksum
647652 #. TRANSLATORS: remote checksum
648 #: src/fu-util.c:1306 src/fu-util.c:1603
653 #: src/fu-util.c:1344 src/fu-util.c:1640
649654 msgid "Checksum"
650655 msgstr ""
651656
652657 #. TRANSLATORS: get interactive prompt
653 #: src/fu-util.c:1338
658 #: src/fu-util.c:1376
654659 msgid "Choose a release:"
655660 msgstr ""
656661
657662 #. TRANSLATORS: the metadata is very out of date; %u is a number > 1
658 #: src/fu-util.c:1443
663 #: src/fu-util.c:1480
659664 #, c-format
660665 msgid ""
661666 "Firmware metadata has not been updated for %u day and may not be up to date."
666671 msgstr[1] ""
667672
668673 #. TRANSLATORS: ask the user if we can update the metadata
669 #: src/fu-util.c:1451
674 #: src/fu-util.c:1488
670675 msgid "Update now?"
671676 msgstr ""
672677
673678 #. TRANSLATORS: first replacement is device name
674 #: src/fu-util.c:1496
679 #: src/fu-util.c:1533
675680 #, c-format
676681 msgid "%s has firmware updates:"
677682 msgstr ""
678683
679 #: src/fu-util.c:1503
684 #: src/fu-util.c:1540
680685 msgid "GUID"
681686 msgstr ""
682687
683688 #. TRANSLATORS: section header for firmware version
684 #: src/fu-util.c:1515
689 #: src/fu-util.c:1552
685690 msgid "Update Version"
686691 msgstr ""
687692
688693 #. TRANSLATORS: section header for the release name
689 #: src/fu-util.c:1519
694 #: src/fu-util.c:1556
690695 msgid "Update Name"
691696 msgstr ""
692697
693698 #. TRANSLATORS: section header for the release one line summary
694 #: src/fu-util.c:1522
699 #: src/fu-util.c:1559
695700 msgid "Update Summary"
696701 msgstr ""
697702
698703 #. TRANSLATORS: section header for remote ID, e.g. lvfs-testing
699 #: src/fu-util.c:1525
704 #: src/fu-util.c:1562
700705 msgid "Update Remote ID"
701706 msgstr ""
702707
703708 #. TRANSLATORS: section header for firmware checksum
704 #: src/fu-util.c:1534
709 #: src/fu-util.c:1571
705710 msgid "Update Checksum"
706711 msgstr ""
707712
708713 #. TRANSLATORS: section header for firmware remote http://
709 #: src/fu-util.c:1538
714 #: src/fu-util.c:1575
710715 msgid "Update Location"
711716 msgstr ""
712717
713718 #. TRANSLATORS: section header for long firmware desc
714 #: src/fu-util.c:1549
719 #: src/fu-util.c:1586
715720 msgid "Update Description"
716721 msgstr ""
717722
718723 #. TRANSLATORS: remote identifier, e.g. lvfs-testing
719 #: src/fu-util.c:1581
724 #: src/fu-util.c:1618
720725 msgid "Remote ID"
721726 msgstr ""
722727
723728 #. TRANSLATORS: remote title, e.g. "Linux Vendor Firmware Service"
724 #: src/fu-util.c:1585
729 #: src/fu-util.c:1622
725730 msgid "Title"
726731 msgstr ""
727732
728733 #. TRANSLATORS: remote type, e.g. remote or local
729 #: src/fu-util.c:1589
734 #: src/fu-util.c:1626
730735 msgid "Type"
731736 msgstr ""
732737
733 #: src/fu-util.c:1594
738 #: src/fu-util.c:1631
734739 msgid "Keyring"
735740 msgstr ""
736741
737742 #. TRANSLATORS: if the remote is enabled
738 #: src/fu-util.c:1599
743 #: src/fu-util.c:1636
739744 msgid "Enabled"
740745 msgstr ""
741746
742747 #. TRANSLATORS: the age of the metadata
743 #: src/fu-util.c:1630
748 #: src/fu-util.c:1667
744749 msgid "Age"
745750 msgstr ""
746751
747752 #. TRANSLATORS: the numeric priority
748 #: src/fu-util.c:1637
753 #: src/fu-util.c:1674
749754 msgid "Priority"
750755 msgstr ""
751756
752757 #. TRANSLATORS: remote filename base
753 #: src/fu-util.c:1642
758 #: src/fu-util.c:1679
754759 msgid "Username"
755760 msgstr ""
756761
757762 #. TRANSLATORS: remote filename base
758 #: src/fu-util.c:1647
763 #: src/fu-util.c:1684
759764 msgid "Password"
760765 msgstr ""
761766
762767 #. TRANSLATORS: filename of the local file
763 #: src/fu-util.c:1652
768 #: src/fu-util.c:1689
764769 msgid "Filename"
765770 msgstr ""
766771
767772 #. TRANSLATORS: filename of the local file
768 #: src/fu-util.c:1657
773 #: src/fu-util.c:1694
769774 msgid "Filename Signature"
770775 msgstr ""
771776
772777 #. TRANSLATORS: remote URI
773 #: src/fu-util.c:1662
778 #: src/fu-util.c:1699
774779 msgid "Metadata URI"
775780 msgstr ""
776781
777782 #. TRANSLATORS: remote URI
778 #: src/fu-util.c:1667
783 #: src/fu-util.c:1704
779784 msgid "Metadata URI Signature"
780785 msgstr ""
781786
782787 #. TRANSLATORS: remote URI
783 #: src/fu-util.c:1672
788 #: src/fu-util.c:1709
784789 msgid "Firmware Base URI"
785790 msgstr ""
786791
787792 #. TRANSLATORS: URI to send success/failure reports
788 #: src/fu-util.c:1677
793 #: src/fu-util.c:1714
789794 msgid "Report URI"
790795 msgstr ""
791796
792797 #. TRANSLATORS: this is when a device is hotplugged
793 #: src/fu-util.c:1704
798 #: src/fu-util.c:1741
794799 msgid "Device added:"
795800 msgstr ""
796801
797802 #. TRANSLATORS: this is when a device is hotplugged
798 #: src/fu-util.c:1714
803 #: src/fu-util.c:1751
799804 msgid "Device removed:"
800805 msgstr ""
801806
802807 #. TRANSLATORS: this is when a device has been updated
803 #: src/fu-util.c:1724
808 #: src/fu-util.c:1761
804809 msgid "Device changed:"
805810 msgstr ""
806811
807812 #. TRANSLATORS: explain why we want to upload
808 #: src/fu-util.c:1915
813 #: src/fu-util.c:1952
809814 msgid "An update requires a reboot to complete."
810815 msgstr ""
811816
812817 #. TRANSLATORS: reboot to apply the update
813 #: src/fu-util.c:1917
818 #: src/fu-util.c:1954
814819 msgid "Restart now?"
815820 msgstr ""
816821
817822 #. TRANSLATORS: command line option
818 #: src/fu-util.c:2087
823 #: src/fu-util.c:2116
819824 msgid "Show extra debugging information"
820825 msgstr ""
821826
822827 #. TRANSLATORS: command line option
823 #: src/fu-util.c:2090
828 #: src/fu-util.c:2119
824829 msgid "Show client and daemon versions"
825830 msgstr ""
826831
827832 #. TRANSLATORS: command line option
828 #: src/fu-util.c:2093
833 #: src/fu-util.c:2122
829834 msgid "Schedule installation for next reboot when possible"
830835 msgstr ""
831836
832837 #. TRANSLATORS: command line option
833 #: src/fu-util.c:2096
838 #: src/fu-util.c:2125
834839 msgid "Allow re-installing existing firmware versions"
835840 msgstr ""
836841
837842 #. TRANSLATORS: command line option
838 #: src/fu-util.c:2099
843 #: src/fu-util.c:2128
839844 msgid "Allow downgrading firmware versions"
840845 msgstr ""
841846
842847 #. TRANSLATORS: command line option
843 #: src/fu-util.c:2102
848 #: src/fu-util.c:2131
844849 msgid "Override plugin warning"
845850 msgstr ""
846851
847852 #. TRANSLATORS: command line option
848 #: src/fu-util.c:2105
853 #: src/fu-util.c:2134
849854 msgid "Answer yes to all questions"
850855 msgstr ""
851856
852857 #. TRANSLATORS: command line option
853 #: src/fu-util.c:2108
858 #: src/fu-util.c:2137
854859 msgid "Do not check for unreported history"
855860 msgstr ""
856861
857862 #. TRANSLATORS: command line option
858 #: src/fu-util.c:2111
863 #: src/fu-util.c:2140
859864 msgid "Do not check for old metadata"
860865 msgstr ""
861866
862867 #. TRANSLATORS: command line option
863 #: src/fu-util.c:2114
868 #: src/fu-util.c:2143
864869 msgid "Do not check for reboot after update"
865870 msgstr ""
866871
867872 #. TRANSLATORS: command description
868 #: src/fu-util.c:2137
873 #: src/fu-util.c:2166
869874 msgid "Get all devices that support firmware updates"
870875 msgstr ""
871876
872877 #. TRANSLATORS: command description
873 #: src/fu-util.c:2143
878 #: src/fu-util.c:2172
874879 msgid "Return all the hardware IDs for the machine"
875880 msgstr ""
876881
877882 #. TRANSLATORS: command description
878 #: src/fu-util.c:2149
883 #: src/fu-util.c:2178
879884 msgid "Install prepared updates now"
880885 msgstr ""
881886
882887 #. TRANSLATORS: command description
883 #: src/fu-util.c:2155
888 #: src/fu-util.c:2184
884889 msgid "Show history of firmware updates"
885890 msgstr ""
886891
887892 #. TRANSLATORS: command description
888 #: src/fu-util.c:2161
893 #: src/fu-util.c:2190
889894 msgid "Erase all firmware update history"
890895 msgstr ""
891896
892897 #. TRANSLATORS: command description
893 #: src/fu-util.c:2167
898 #: src/fu-util.c:2196
894899 msgid "Share firmware history with the developers"
895900 msgstr ""
896901
897902 #. TRANSLATORS: command description
898 #: src/fu-util.c:2173
903 #: src/fu-util.c:2202
899904 msgid "Install a firmware file on this hardware"
900905 msgstr ""
901906
902907 #. TRANSLATORS: command description
903 #: src/fu-util.c:2179
908 #: src/fu-util.c:2208
904909 msgid "Gets details about a firmware file"
905910 msgstr ""
906911
907912 #. TRANSLATORS: command description
908 #: src/fu-util.c:2185
913 #: src/fu-util.c:2214
909914 msgid "Gets the list of updates for connected hardware"
910915 msgstr ""
911916
912917 #. TRANSLATORS: command description
913 #: src/fu-util.c:2191
918 #: src/fu-util.c:2220
914919 msgid "Updates all firmware to latest versions available"
915920 msgstr ""
916921
917922 #. TRANSLATORS: command description
918 #: src/fu-util.c:2197
923 #: src/fu-util.c:2226
919924 msgid "Gets the cryptographic hash of the dumped firmware"
920925 msgstr ""
921926
922927 #. TRANSLATORS: command description
923 #: src/fu-util.c:2203
928 #: src/fu-util.c:2232
924929 msgid "Unlocks the device for firmware access"
925930 msgstr ""
926931
927932 #. TRANSLATORS: command description
928 #: src/fu-util.c:2209
933 #: src/fu-util.c:2238
929934 msgid "Clears the results from the last update"
930935 msgstr ""
931936
932937 #. TRANSLATORS: command description
933 #: src/fu-util.c:2215
938 #: src/fu-util.c:2244
934939 msgid "Clears any updates scheduled to be updated offline"
935940 msgstr ""
936941
937942 #. TRANSLATORS: command description
938 #: src/fu-util.c:2221
943 #: src/fu-util.c:2250
939944 msgid "Gets the results from the last update"
940945 msgstr ""
941946
942947 #. TRANSLATORS: command description
943 #: src/fu-util.c:2227
948 #: src/fu-util.c:2256
944949 msgid "Gets the releases for a device"
945950 msgstr ""
946951
947952 #. TRANSLATORS: command description
948 #: src/fu-util.c:2233
953 #: src/fu-util.c:2262
949954 msgid "Gets the configured remotes"
950955 msgstr ""
951956
952957 #. TRANSLATORS: command description
953 #: src/fu-util.c:2239
958 #: src/fu-util.c:2268
954959 msgid "Downgrades the firmware on a device"
955960 msgstr ""
956961
957962 #. TRANSLATORS: command description
958 #: src/fu-util.c:2245
963 #: src/fu-util.c:2274
959964 msgid "Refresh metadata from remote server"
960965 msgstr ""
961966
962967 #. TRANSLATORS: command description
963 #: src/fu-util.c:2251
968 #: src/fu-util.c:2280
964969 msgid "Update the stored metadata with current ROM contents"
965970 msgstr ""
966971
967972 #. TRANSLATORS: command description
968 #: src/fu-util.c:2257
973 #: src/fu-util.c:2286
969974 msgid "Monitor the daemon for events"
970975 msgstr ""
971976
972977 #. TRANSLATORS: command description
973 #: src/fu-util.c:2263
978 #: src/fu-util.c:2292
974979 msgid "Build firmware using a sandbox"
975980 msgstr ""
976981
977982 #. TRANSLATORS: command description
978 #: src/fu-util.c:2269
983 #: src/fu-util.c:2298
979984 msgid "Dump SMBIOS data from a file"
980985 msgstr ""
981986
982987 #. TRANSLATORS: command description
983 #: src/fu-util.c:2275
988 #: src/fu-util.c:2304
984989 msgid "Modifies a given remote"
985990 msgstr ""
986991
987992 #. TRANSLATORS: program name
988 #: src/fu-util.c:2305
993 #: src/fu-util.c:2334
989994 msgid "Firmware Utility"
990995 msgstr ""
+115
-110
po/ca.po less more
88 msgstr ""
99 "Project-Id-Version: fwupd\n"
1010 "Report-Msgid-Bugs-To: \n"
11 "POT-Creation-Date: 2018-02-13 21:34+0000\n"
12 "PO-Revision-Date: 2018-02-13 21:34+0000\n"
11 "POT-Creation-Date: 2018-03-12 10:37+0000\n"
12 "PO-Revision-Date: 2018-03-12 10:37+0000\n"
1313 "Last-Translator: Richard Hughes <richard@hughsie.com>\n"
1414 "Language-Team: Catalan (http://www.transifex.com/freedesktop/fwupd/language/ca/)\n"
1515 "MIME-Version: 1.0\n"
141141
142142 #. TRANSLATORS: this is when a device is hotplugged
143143 #. TRANSLATORS: this is when the daemon state changes
144 #: plugins/dfu/dfu-tool.c:1478 src/fu-util.c:1731
144 #: plugins/dfu/dfu-tool.c:1478 src/fu-util.c:1768
145145 msgid "Changed"
146146 msgstr "S'ha canviat"
147147
148148 #. TRANSLATORS: this is when a device ctrl+c's a watch
149 #: plugins/dfu/dfu-tool.c:1486 src/fu-util.c:1693
149 #: plugins/dfu/dfu-tool.c:1486 src/fu-util.c:1730
150150 msgid "Cancelled"
151151 msgstr "S'ha cancel·lat"
152152
153153 #. TRANSLATORS: Appstream ID for the hardware type
154 #: plugins/dfu/dfu-tool.c:1978 src/fu-util.c:1512
154 #: plugins/dfu/dfu-tool.c:1978 src/fu-util.c:1549
155155 msgid "ID"
156156 msgstr "ID"
157157
159159 #. TRANSLATORS: device name, e.g. 'ColorHug2'
160160 #. TRANSLATORS: section header for the release name
161161 #: plugins/dfu/dfu-tool.c:1984 plugins/dfu/dfu-tool.c:1990
162 #: plugins/dfu/dfu-tool.c:2104 src/fu-util.c:1283
162 #: plugins/dfu/dfu-tool.c:2104 src/fu-util.c:1321
163163 msgid "Name"
164164 msgstr "Nom"
165165
381381
382382 #. TRANSLATORS: the user didn't read the man page
383383 #: plugins/dfu/dfu-tool.c:2423 plugins/synapticsmst/synapticsmst-tool.c:424
384 #: src/fu-util.c:2310
384 #: src/fu-util.c:2339
385385 msgid "Failed to parse arguments"
386386 msgstr "Ha fallat en analitzar els arguments"
387387
400400 msgstr "Utilitat «Synaptics Multistream Transport»"
401401
402402 #. TRANSLATORS: this is shown when updating the firmware after the reboot
403 #: plugins/uefi/fu-plugin-uefi.c:399
403 #: plugins/uefi/fu-plugin-uefi.c:403
404404 msgid "Installing firmware update…"
405405 msgstr "S'està instal·lant l'actualització de microprogramari..."
406406
512512 #. TRANSLATORS: the user isn't reading the question
513513 #: src/fu-util.c:242
514514 #, c-format
515 msgid "Please enter a number from 1 to %u: "
516 msgstr "Si us plau, introduïu un número de l'1 al %u: "
515 msgid "Please enter a number from 0 to %u: "
516 msgstr ""
517517
518518 #. TRANSLATORS: get interactive prompt
519519 #: src/fu-util.c:305
520520 msgid "Choose a device:"
521521 msgstr "Trieu un dispositiu:"
522522
523 #. TRANSLATORS: this is to abort the interactive prompt
524 #: src/fu-util.c:307
525 msgid "Cancel"
526 msgstr ""
527
523528 #. TRANSLATORS: a list of failed updates
524 #: src/fu-util.c:418
529 #: src/fu-util.c:427
525530 msgid "Devices that were not updated correctly:"
526531 msgstr "Els dispositius que no s'han actualitzat correctament:"
527532
528533 #. TRANSLATORS: a list of successful updates
529 #: src/fu-util.c:432
534 #: src/fu-util.c:441
530535 msgid "Devices that have been updated successfully:"
531536 msgstr "Els dispositius que s'han actualitzat correctament:"
532537
533538 #. TRANSLATORS: explain why we want to upload
534 #: src/fu-util.c:446
539 #: src/fu-util.c:455
535540 msgid "Upload report now?"
536541 msgstr "Pujo l'informe ara?"
537542
538543 #. TRANSLATORS: metadata is downloaded from the Internet
539 #: src/fu-util.c:448 src/fu-util.c:1453
544 #: src/fu-util.c:457 src/fu-util.c:1490
540545 msgid "Requires internet connection"
541546 msgstr "Requereix connexió a Internet"
542547
543548 #. TRANSLATORS: nothing attached that can be upgraded
544 #: src/fu-util.c:470
549 #: src/fu-util.c:479
545550 msgid "No hardware detected with firmware update capability"
546551 msgstr "No s'ha detectat cap maquinari amb capacitat per a l'actualització del microprogramari"
547552
548553 #. TRANSLATORS: the first replacement is a display name
549554 #. * e.g. "ColorHugALS" and the second is a version number
550555 #. * e.g. "1.2.3"
551 #: src/fu-util.c:642
556 #: src/fu-util.c:651
552557 #, c-format
553558 msgid "Reinstalling %s with %s... "
554559 msgstr "S'està reinstal·lant %s amb %s... "
556561 #. TRANSLATORS: the first replacement is a display name
557562 #. * e.g. "ColorHugALS" and the second and third are
558563 #. * version numbers e.g. "1.2.3"
559 #: src/fu-util.c:649
564 #: src/fu-util.c:658
560565 #, c-format
561566 msgid "Downgrading %s from %s to %s... "
562567 msgstr "S'està desactualitzant %s des de %s a %s... "
564569 #. TRANSLATORS: the first replacement is a display name
565570 #. * e.g. "ColorHugALS" and the second and third are
566571 #. * version numbers e.g. "1.2.3"
567 #: src/fu-util.c:657
572 #: src/fu-util.c:666
568573 #, c-format
569574 msgid "Updating %s from %s to %s... "
570575 msgstr "S'està actualitzant %s des de %s a %s... "
571576
572 #: src/fu-util.c:685
577 #: src/fu-util.c:694
573578 msgid "Done!"
574579 msgstr "Fet!"
575580
576 #: src/fu-util.c:717
581 #: src/fu-util.c:726
577582 msgid "Target"
578583 msgstr "Objectiu"
579584
580 #: src/fu-util.c:718
585 #: src/fu-util.c:727
581586 msgid "Payload"
582587 msgstr "Carrega útil"
583588
584 #: src/fu-util.c:719
589 #: src/fu-util.c:728
585590 msgid "Proceed with upload?"
586591 msgstr "Continuo amb la pujada?"
587592
588593 #. TRANSLATORS: the server sent the user a small message
589 #: src/fu-util.c:788
594 #: src/fu-util.c:807
590595 msgid "Update failure is a known issue, visit this URL for more information:"
591 msgstr ""
596 msgstr "Que falli en actualitzar és un problema conegut, visiteu aquest URL per obtenir més informació:"
592597
593598 #. TRANSLATORS: the server sent the user a small message
594 #: src/fu-util.c:792
599 #: src/fu-util.c:811
595600 msgid "Upload message:"
596 msgstr ""
597
598 #: src/fu-util.c:986 src/fu-util.c:1376
601 msgstr "Missatge de la pujada:"
602
603 #: src/fu-util.c:1034 src/fu-util.c:1414
599604 msgid "OK"
600605 msgstr "D'acord"
601606
602607 #. TRANSLATORS: downloading new signing file
603 #: src/fu-util.c:1091
608 #: src/fu-util.c:1139
604609 msgid "Fetching signature"
605610 msgstr "S'està obtenint la signatura"
606611
607612 #. TRANSLATORS: downloading new metadata file
608 #: src/fu-util.c:1094
613 #: src/fu-util.c:1142
609614 msgid "Fetching metadata"
610615 msgstr "S'estan obtenint les metadades"
611616
612617 #. TRANSLATORS: downloading new firmware file
613 #: src/fu-util.c:1097
618 #: src/fu-util.c:1145
614619 msgid "Fetching firmware"
615620 msgstr "S'està obtenint el microprogramari"
616621
617622 #. TRANSLATORS: downloading unknown file
618 #: src/fu-util.c:1100
623 #: src/fu-util.c:1148
619624 msgid "Fetching file"
620625 msgstr "S'està obtenint el fitxer"
621626
622627 #. TRANSLATORS: section header for release version number
623 #: src/fu-util.c:1280
628 #: src/fu-util.c:1318
624629 msgid "Version"
625630 msgstr "Versió:"
626631
627632 #. TRANSLATORS: section header for the release one line summary
628 #: src/fu-util.c:1286
633 #: src/fu-util.c:1324
629634 msgid "Summary"
630635 msgstr "Resum"
631636
632637 #. TRANSLATORS: section header for the remote the file is coming from
633 #: src/fu-util.c:1289
638 #: src/fu-util.c:1327
634639 msgid "Remote"
635640 msgstr "Remot"
636641
637642 #. TRANSLATORS: section header for firmware URI
638 #: src/fu-util.c:1292
643 #: src/fu-util.c:1330
639644 msgid "URI"
640645 msgstr "URI"
641646
642647 #. TRANSLATORS: section header for firmware description
643 #: src/fu-util.c:1298
648 #: src/fu-util.c:1336
644649 msgid "Description"
645650 msgstr "Descripció"
646651
647652 #. TRANSLATORS: section header for firmware checksum
648653 #. TRANSLATORS: remote checksum
649 #: src/fu-util.c:1306 src/fu-util.c:1603
654 #: src/fu-util.c:1344 src/fu-util.c:1640
650655 msgid "Checksum"
651656 msgstr "Suma de comprovació"
652657
653658 #. TRANSLATORS: get interactive prompt
654 #: src/fu-util.c:1338
659 #: src/fu-util.c:1376
655660 msgid "Choose a release:"
656661 msgstr "Trieu un alliberament:"
657662
658663 #. TRANSLATORS: the metadata is very out of date; %u is a number > 1
659 #: src/fu-util.c:1443
664 #: src/fu-util.c:1480
660665 #, c-format
661666 msgid ""
662667 "Firmware metadata has not been updated for %u day and may not be up to date."
667672 msgstr[1] "Les metadades del microprogramari no s'han actualitzat durant %u dies i podria ser que no estiguin actualitzades."
668673
669674 #. TRANSLATORS: ask the user if we can update the metadata
670 #: src/fu-util.c:1451
675 #: src/fu-util.c:1488
671676 msgid "Update now?"
672677 msgstr "Actualitzo ara?"
673678
674679 #. TRANSLATORS: first replacement is device name
675 #: src/fu-util.c:1496
680 #: src/fu-util.c:1533
676681 #, c-format
677682 msgid "%s has firmware updates:"
678683 msgstr "%s té actualitzacions de microprogramari:"
679684
680 #: src/fu-util.c:1503
685 #: src/fu-util.c:1540
681686 msgid "GUID"
682687 msgstr "GUID"
683688
684689 #. TRANSLATORS: section header for firmware version
685 #: src/fu-util.c:1515
690 #: src/fu-util.c:1552
686691 msgid "Update Version"
687692 msgstr "Versió de l'actualització"
688693
689694 #. TRANSLATORS: section header for the release name
690 #: src/fu-util.c:1519
695 #: src/fu-util.c:1556
691696 msgid "Update Name"
692697 msgstr "Actualitza el nom"
693698
694699 #. TRANSLATORS: section header for the release one line summary
695 #: src/fu-util.c:1522
700 #: src/fu-util.c:1559
696701 msgid "Update Summary"
697702 msgstr "Actualitza el resum"
698703
699704 #. TRANSLATORS: section header for remote ID, e.g. lvfs-testing
700 #: src/fu-util.c:1525
705 #: src/fu-util.c:1562
701706 msgid "Update Remote ID"
702707 msgstr "Actualitza l'ID remot:"
703708
704709 #. TRANSLATORS: section header for firmware checksum
705 #: src/fu-util.c:1534
710 #: src/fu-util.c:1571
706711 msgid "Update Checksum"
707712 msgstr "Suma de verificació de l'actualització"
708713
709714 #. TRANSLATORS: section header for firmware remote http://
710 #: src/fu-util.c:1538
715 #: src/fu-util.c:1575
711716 msgid "Update Location"
712717 msgstr "Ubicació de l'actualització"
713718
714719 #. TRANSLATORS: section header for long firmware desc
715 #: src/fu-util.c:1549
720 #: src/fu-util.c:1586
716721 msgid "Update Description"
717722 msgstr "Descripció de l'actualització"
718723
719724 #. TRANSLATORS: remote identifier, e.g. lvfs-testing
720 #: src/fu-util.c:1581
725 #: src/fu-util.c:1618
721726 msgid "Remote ID"
722727 msgstr "ID remot"
723728
724729 #. TRANSLATORS: remote title, e.g. "Linux Vendor Firmware Service"
725 #: src/fu-util.c:1585
730 #: src/fu-util.c:1622
726731 msgid "Title"
727732 msgstr "Títol"
728733
729734 #. TRANSLATORS: remote type, e.g. remote or local
730 #: src/fu-util.c:1589
735 #: src/fu-util.c:1626
731736 msgid "Type"
732737 msgstr "Tipus"
733738
734 #: src/fu-util.c:1594
739 #: src/fu-util.c:1631
735740 msgid "Keyring"
736741 msgstr " Anell de claus"
737742
738743 #. TRANSLATORS: if the remote is enabled
739 #: src/fu-util.c:1599
744 #: src/fu-util.c:1636
740745 msgid "Enabled"
741746 msgstr "Habilitat"
742747
743748 #. TRANSLATORS: the age of the metadata
744 #: src/fu-util.c:1630
749 #: src/fu-util.c:1667
745750 msgid "Age"
746751 msgstr "Antiguitat"
747752
748753 #. TRANSLATORS: the numeric priority
749 #: src/fu-util.c:1637
754 #: src/fu-util.c:1674
750755 msgid "Priority"
751756 msgstr "Prioritat"
752757
753758 #. TRANSLATORS: remote filename base
754 #: src/fu-util.c:1642
759 #: src/fu-util.c:1679
755760 msgid "Username"
756761 msgstr "Nom d'usuari"
757762
758763 #. TRANSLATORS: remote filename base
759 #: src/fu-util.c:1647
764 #: src/fu-util.c:1684
760765 msgid "Password"
761766 msgstr "Contrasenya"
762767
763768 #. TRANSLATORS: filename of the local file
764 #: src/fu-util.c:1652
769 #: src/fu-util.c:1689
765770 msgid "Filename"
766771 msgstr "Nom del fitxer"
767772
768773 #. TRANSLATORS: filename of the local file
769 #: src/fu-util.c:1657
774 #: src/fu-util.c:1694
770775 msgid "Filename Signature"
771776 msgstr "Signatura del nom del fitxer"
772777
773778 #. TRANSLATORS: remote URI
774 #: src/fu-util.c:1662
779 #: src/fu-util.c:1699
775780 msgid "Metadata URI"
776781 msgstr "URI de les metadades"
777782
778783 #. TRANSLATORS: remote URI
779 #: src/fu-util.c:1667
784 #: src/fu-util.c:1704
780785 msgid "Metadata URI Signature"
781786 msgstr "Signatura de l'URI de les metadades"
782787
783788 #. TRANSLATORS: remote URI
784 #: src/fu-util.c:1672
789 #: src/fu-util.c:1709
785790 msgid "Firmware Base URI"
786791 msgstr "URI base del microprogramari"
787792
788793 #. TRANSLATORS: URI to send success/failure reports
789 #: src/fu-util.c:1677
794 #: src/fu-util.c:1714
790795 msgid "Report URI"
791796 msgstr "URI de l'informe"
792797
793798 #. TRANSLATORS: this is when a device is hotplugged
794 #: src/fu-util.c:1704
799 #: src/fu-util.c:1741
795800 msgid "Device added:"
796801 msgstr "S'ha afegit el dispositiu:"
797802
798803 #. TRANSLATORS: this is when a device is hotplugged
799 #: src/fu-util.c:1714
804 #: src/fu-util.c:1751
800805 msgid "Device removed:"
801806 msgstr "S'ha eliminat el dispositiu:"
802807
803808 #. TRANSLATORS: this is when a device has been updated
804 #: src/fu-util.c:1724
809 #: src/fu-util.c:1761
805810 msgid "Device changed:"
806811 msgstr "S'ha canviat el dispositiu:"
807812
808813 #. TRANSLATORS: explain why we want to upload
809 #: src/fu-util.c:1915
814 #: src/fu-util.c:1952
810815 msgid "An update requires a reboot to complete."
811 msgstr ""
816 msgstr "Una actualització requereix un reinici per a completar-se."
812817
813818 #. TRANSLATORS: reboot to apply the update
814 #: src/fu-util.c:1917
819 #: src/fu-util.c:1954
815820 msgid "Restart now?"
816 msgstr ""
821 msgstr "Reinicio ara?"
817822
818823 #. TRANSLATORS: command line option
819 #: src/fu-util.c:2087
824 #: src/fu-util.c:2116
820825 msgid "Show extra debugging information"
821826 msgstr "Mostra la informació de depuració addicional"
822827
823828 #. TRANSLATORS: command line option
824 #: src/fu-util.c:2090
829 #: src/fu-util.c:2119
825830 msgid "Show client and daemon versions"
826831 msgstr "Mostra les versions del client i el dimoni"
827832
828833 #. TRANSLATORS: command line option
829 #: src/fu-util.c:2093
834 #: src/fu-util.c:2122
830835 msgid "Schedule installation for next reboot when possible"
831836 msgstr "Planifica la instal·lació per al següent reinici quan sigui posible"
832837
833838 #. TRANSLATORS: command line option
834 #: src/fu-util.c:2096
839 #: src/fu-util.c:2125
835840 msgid "Allow re-installing existing firmware versions"
836841 msgstr "Permet tornar a instal·lar les versions de microprogramari existents"
837842
838843 #. TRANSLATORS: command line option
839 #: src/fu-util.c:2099
844 #: src/fu-util.c:2128
840845 msgid "Allow downgrading firmware versions"
841846 msgstr "Permet tornar a la versió anterior del microprogramari"
842847
843848 #. TRANSLATORS: command line option
844 #: src/fu-util.c:2102
849 #: src/fu-util.c:2131
845850 msgid "Override plugin warning"
846851 msgstr "Passa per alt els avisos del connector"
847852
848853 #. TRANSLATORS: command line option
849 #: src/fu-util.c:2105
854 #: src/fu-util.c:2134
850855 msgid "Answer yes to all questions"
851856 msgstr "Respon sí a totes les preguntes"
852857
853858 #. TRANSLATORS: command line option
854 #: src/fu-util.c:2108
859 #: src/fu-util.c:2137
855860 msgid "Do not check for unreported history"
856861 msgstr "No comprovar si hi ha un historial sense informar"
857862
858863 #. TRANSLATORS: command line option
859 #: src/fu-util.c:2111
864 #: src/fu-util.c:2140
860865 msgid "Do not check for old metadata"
861866 msgstr "No comprovar si hi ha metadades antigues"
862867
863868 #. TRANSLATORS: command line option
864 #: src/fu-util.c:2114
869 #: src/fu-util.c:2143
865870 msgid "Do not check for reboot after update"
866 msgstr ""
867
868 #. TRANSLATORS: command description
869 #: src/fu-util.c:2137
871 msgstr "No realitzis el reinici després de l'actualització"
872
873 #. TRANSLATORS: command description
874 #: src/fu-util.c:2166
870875 msgid "Get all devices that support firmware updates"
871876 msgstr "Obté tots els dispositius que admeten actualitzacions de microprogramari"
872877
873878 #. TRANSLATORS: command description
874 #: src/fu-util.c:2143
879 #: src/fu-util.c:2172
875880 msgid "Return all the hardware IDs for the machine"
876881 msgstr "Retorna tots els ID del maquinari de la màquina"
877882
878883 #. TRANSLATORS: command description
879 #: src/fu-util.c:2149
884 #: src/fu-util.c:2178
880885 msgid "Install prepared updates now"
881886 msgstr "Instal·la ara les actualitzacions preparades"
882887
883888 #. TRANSLATORS: command description
884 #: src/fu-util.c:2155
889 #: src/fu-util.c:2184
885890 msgid "Show history of firmware updates"
886891 msgstr "Mostra l'historial de les actualitzacions de microprogramari"
887892
888893 #. TRANSLATORS: command description
889 #: src/fu-util.c:2161
894 #: src/fu-util.c:2190
890895 msgid "Erase all firmware update history"
891896 msgstr "Esborra tot l'historial de les actualitzacions de microprogramari"
892897
893898 #. TRANSLATORS: command description
894 #: src/fu-util.c:2167
899 #: src/fu-util.c:2196
895900 msgid "Share firmware history with the developers"
896901 msgstr "Comparteix l'historial de microprogramari amb els desenvolupadors"
897902
898903 #. TRANSLATORS: command description
899 #: src/fu-util.c:2173
904 #: src/fu-util.c:2202
900905 msgid "Install a firmware file on this hardware"
901906 msgstr "Instal·la un fitxer de microprogramari en aquest maquinari"
902907
903908 #. TRANSLATORS: command description
904 #: src/fu-util.c:2179
909 #: src/fu-util.c:2208
905910 msgid "Gets details about a firmware file"
906911 msgstr "Obté la informació sobre un fitxer de microprogramari"
907912
908913 #. TRANSLATORS: command description
909 #: src/fu-util.c:2185
914 #: src/fu-util.c:2214
910915 msgid "Gets the list of updates for connected hardware"
911916 msgstr "Obté la llista d'actualitzacions per al maquinari connectat"
912917
913918 #. TRANSLATORS: command description
914 #: src/fu-util.c:2191
919 #: src/fu-util.c:2220
915920 msgid "Updates all firmware to latest versions available"
916921 msgstr "Actualitza tot el microprogramari a les versions més recents"
917922
918923 #. TRANSLATORS: command description
919 #: src/fu-util.c:2197
924 #: src/fu-util.c:2226
920925 msgid "Gets the cryptographic hash of the dumped firmware"
921926 msgstr "Obté el resultat d'aplicar la funció criptogràfica de resum sobre el microprogramari bolcat"
922927
923928 #. TRANSLATORS: command description
924 #: src/fu-util.c:2203
929 #: src/fu-util.c:2232
925930 msgid "Unlocks the device for firmware access"
926931 msgstr "Desbloqueja el dispositiu per accedir al microprogramari"
927932
928933 #. TRANSLATORS: command description
929 #: src/fu-util.c:2209
934 #: src/fu-util.c:2238
930935 msgid "Clears the results from the last update"
931936 msgstr "Esborra els resultats de l'última actualització"
932937
933938 #. TRANSLATORS: command description
934 #: src/fu-util.c:2215
939 #: src/fu-util.c:2244
935940 msgid "Clears any updates scheduled to be updated offline"
936941 msgstr "Neteja qualsevol actualització programyada per a ser actualitzada sense connexió"
937942
938943 #. TRANSLATORS: command description
939 #: src/fu-util.c:2221
944 #: src/fu-util.c:2250
940945 msgid "Gets the results from the last update"
941946 msgstr "Obté els resultats de l'última actualització"
942947
943948 #. TRANSLATORS: command description
944 #: src/fu-util.c:2227
949 #: src/fu-util.c:2256
945950 msgid "Gets the releases for a device"
946951 msgstr "Obté els alliberaments per a un dispositiu"
947952
948953 #. TRANSLATORS: command description
949 #: src/fu-util.c:2233
954 #: src/fu-util.c:2262
950955 msgid "Gets the configured remotes"
951956 msgstr "Obtén els remots configurats"
952957
953958 #. TRANSLATORS: command description
954 #: src/fu-util.c:2239
959 #: src/fu-util.c:2268
955960 msgid "Downgrades the firmware on a device"
956961 msgstr "Desactualitza el microprogramari en un dispositiu"
957962
958963 #. TRANSLATORS: command description
959 #: src/fu-util.c:2245
964 #: src/fu-util.c:2274
960965 msgid "Refresh metadata from remote server"
961966 msgstr "Refresca les metadades des del servidor remot"
962967
963968 #. TRANSLATORS: command description
964 #: src/fu-util.c:2251
969 #: src/fu-util.c:2280
965970 msgid "Update the stored metadata with current ROM contents"
966971 msgstr "Actualitza les metadades emmagatzemades amb el contingut de la ROM actual"
967972
968973 #. TRANSLATORS: command description
969 #: src/fu-util.c:2257
974 #: src/fu-util.c:2286
970975 msgid "Monitor the daemon for events"
971976 msgstr "Monitora el dimoni pels esdeveniments"
972977
973978 #. TRANSLATORS: command description
974 #: src/fu-util.c:2263
979 #: src/fu-util.c:2292
975980 msgid "Build firmware using a sandbox"
976981 msgstr "Construeix el microprogramari usant un entorn de proves"
977982
978983 #. TRANSLATORS: command description
979 #: src/fu-util.c:2269
984 #: src/fu-util.c:2298
980985 msgid "Dump SMBIOS data from a file"
981986 msgstr "Bolca les dades al SMBIOS des d'un fitxer"
982987
983988 #. TRANSLATORS: command description
984 #: src/fu-util.c:2275
989 #: src/fu-util.c:2304
985990 msgid "Modifies a given remote"
986991 msgstr "Modifica un remot indicat"
987992
988993 #. TRANSLATORS: program name
989 #: src/fu-util.c:2305
994 #: src/fu-util.c:2334
990995 msgid "Firmware Utility"
991996 msgstr "Utilitat per al microprogramari"
+107
-102
po/cs.po less more
99 msgstr ""
1010 "Project-Id-Version: fwupd\n"
1111 "Report-Msgid-Bugs-To: \n"
12 "POT-Creation-Date: 2018-02-13 21:34+0000\n"
13 "PO-Revision-Date: 2018-02-13 21:34+0000\n"
12 "POT-Creation-Date: 2018-03-12 10:37+0000\n"
13 "PO-Revision-Date: 2018-03-12 10:37+0000\n"
1414 "Last-Translator: Richard Hughes <richard@hughsie.com>\n"
1515 "Language-Team: Czech (http://www.transifex.com/freedesktop/fwupd/language/cs/)\n"
1616 "MIME-Version: 1.0\n"
142142
143143 #. TRANSLATORS: this is when a device is hotplugged
144144 #. TRANSLATORS: this is when the daemon state changes
145 #: plugins/dfu/dfu-tool.c:1478 src/fu-util.c:1731
145 #: plugins/dfu/dfu-tool.c:1478 src/fu-util.c:1768
146146 msgid "Changed"
147147 msgstr "Změněno"
148148
149149 #. TRANSLATORS: this is when a device ctrl+c's a watch
150 #: plugins/dfu/dfu-tool.c:1486 src/fu-util.c:1693
150 #: plugins/dfu/dfu-tool.c:1486 src/fu-util.c:1730
151151 msgid "Cancelled"
152152 msgstr "Zrušeno"
153153
154154 #. TRANSLATORS: Appstream ID for the hardware type
155 #: plugins/dfu/dfu-tool.c:1978 src/fu-util.c:1512
155 #: plugins/dfu/dfu-tool.c:1978 src/fu-util.c:1549
156156 msgid "ID"
157157 msgstr "ID"
158158
160160 #. TRANSLATORS: device name, e.g. 'ColorHug2'
161161 #. TRANSLATORS: section header for the release name
162162 #: plugins/dfu/dfu-tool.c:1984 plugins/dfu/dfu-tool.c:1990
163 #: plugins/dfu/dfu-tool.c:2104 src/fu-util.c:1283
163 #: plugins/dfu/dfu-tool.c:2104 src/fu-util.c:1321
164164 msgid "Name"
165165 msgstr "Název"
166166
382382
383383 #. TRANSLATORS: the user didn't read the man page
384384 #: plugins/dfu/dfu-tool.c:2423 plugins/synapticsmst/synapticsmst-tool.c:424
385 #: src/fu-util.c:2310
385 #: src/fu-util.c:2339
386386 msgid "Failed to parse arguments"
387387 msgstr "Selhalo zpracování argumentů"
388388
401401 msgstr "Synaptics Multistream Transport Utility"
402402
403403 #. TRANSLATORS: this is shown when updating the firmware after the reboot
404 #: plugins/uefi/fu-plugin-uefi.c:399
404 #: plugins/uefi/fu-plugin-uefi.c:403
405405 msgid "Installing firmware update…"
406406 msgstr "Instaluje se aktualizace firmwaru…"
407407
513513 #. TRANSLATORS: the user isn't reading the question
514514 #: src/fu-util.c:242
515515 #, c-format
516 msgid "Please enter a number from 1 to %u: "
517 msgstr "Zadejte prosím číslo od 1 do %u: "
516 msgid "Please enter a number from 0 to %u: "
517 msgstr ""
518518
519519 #. TRANSLATORS: get interactive prompt
520520 #: src/fu-util.c:305
521521 msgid "Choose a device:"
522522 msgstr "Vyberte zařízení:"
523523
524 #. TRANSLATORS: this is to abort the interactive prompt
525 #: src/fu-util.c:307
526 msgid "Cancel"
527 msgstr ""
528
524529 #. TRANSLATORS: a list of failed updates
525 #: src/fu-util.c:418
530 #: src/fu-util.c:427
526531 msgid "Devices that were not updated correctly:"
527532 msgstr ""
528533
529534 #. TRANSLATORS: a list of successful updates
530 #: src/fu-util.c:432
535 #: src/fu-util.c:441
531536 msgid "Devices that have been updated successfully:"
532537 msgstr ""
533538
534539 #. TRANSLATORS: explain why we want to upload
535 #: src/fu-util.c:446
540 #: src/fu-util.c:455
536541 msgid "Upload report now?"
537542 msgstr ""
538543
539544 #. TRANSLATORS: metadata is downloaded from the Internet
540 #: src/fu-util.c:448 src/fu-util.c:1453
545 #: src/fu-util.c:457 src/fu-util.c:1490
541546 msgid "Requires internet connection"
542547 msgstr ""
543548
544549 #. TRANSLATORS: nothing attached that can be upgraded
545 #: src/fu-util.c:470
550 #: src/fu-util.c:479
546551 msgid "No hardware detected with firmware update capability"
547552 msgstr "Nebylo nalezeno žádné zařízení schopné aktualizace firmwaru"
548553
549554 #. TRANSLATORS: the first replacement is a display name
550555 #. * e.g. "ColorHugALS" and the second is a version number
551556 #. * e.g. "1.2.3"
552 #: src/fu-util.c:642
557 #: src/fu-util.c:651
553558 #, c-format
554559 msgid "Reinstalling %s with %s... "
555560 msgstr "Přeinstalovává se %s na %s…"
557562 #. TRANSLATORS: the first replacement is a display name
558563 #. * e.g. "ColorHugALS" and the second and third are
559564 #. * version numbers e.g. "1.2.3"
560 #: src/fu-util.c:649
565 #: src/fu-util.c:658
561566 #, c-format
562567 msgid "Downgrading %s from %s to %s... "
563568 msgstr "Ponižuje se %s z verze %s na %s…"
565570 #. TRANSLATORS: the first replacement is a display name
566571 #. * e.g. "ColorHugALS" and the second and third are
567572 #. * version numbers e.g. "1.2.3"
568 #: src/fu-util.c:657
573 #: src/fu-util.c:666
569574 #, c-format
570575 msgid "Updating %s from %s to %s... "
571576 msgstr "Aktualizuje se %s z verze %s na %s…"
572577
573 #: src/fu-util.c:685
578 #: src/fu-util.c:694
574579 msgid "Done!"
575580 msgstr "Hotovo!"
576581
577 #: src/fu-util.c:717
582 #: src/fu-util.c:726
578583 msgid "Target"
579584 msgstr ""
580585
581 #: src/fu-util.c:718
586 #: src/fu-util.c:727
582587 msgid "Payload"
583588 msgstr ""
584589
585 #: src/fu-util.c:719
590 #: src/fu-util.c:728
586591 msgid "Proceed with upload?"
587592 msgstr ""
588593
589594 #. TRANSLATORS: the server sent the user a small message
590 #: src/fu-util.c:788
595 #: src/fu-util.c:807
591596 msgid "Update failure is a known issue, visit this URL for more information:"
592597 msgstr ""
593598
594599 #. TRANSLATORS: the server sent the user a small message
595 #: src/fu-util.c:792
600 #: src/fu-util.c:811
596601 msgid "Upload message:"
597602 msgstr ""
598603
599 #: src/fu-util.c:986 src/fu-util.c:1376
604 #: src/fu-util.c:1034 src/fu-util.c:1414
600605 msgid "OK"
601606 msgstr "V pořádku"
602607
603608 #. TRANSLATORS: downloading new signing file
604 #: src/fu-util.c:1091
609 #: src/fu-util.c:1139
605610 msgid "Fetching signature"
606611 msgstr "Stahuje se podpis"
607612
608613 #. TRANSLATORS: downloading new metadata file
609 #: src/fu-util.c:1094
614 #: src/fu-util.c:1142
610615 msgid "Fetching metadata"
611616 msgstr "Stahují se metadata"
612617
613618 #. TRANSLATORS: downloading new firmware file
614 #: src/fu-util.c:1097
619 #: src/fu-util.c:1145
615620 msgid "Fetching firmware"
616621 msgstr "Stahuje se firmware"
617622
618623 #. TRANSLATORS: downloading unknown file
619 #: src/fu-util.c:1100
624 #: src/fu-util.c:1148
620625 msgid "Fetching file"
621626 msgstr "Stahuje se soubor"
622627
623628 #. TRANSLATORS: section header for release version number
624 #: src/fu-util.c:1280
629 #: src/fu-util.c:1318
625630 msgid "Version"
626631 msgstr "Verze"
627632
628633 #. TRANSLATORS: section header for the release one line summary
629 #: src/fu-util.c:1286
634 #: src/fu-util.c:1324
630635 msgid "Summary"
631636 msgstr ""
632637
633638 #. TRANSLATORS: section header for the remote the file is coming from
634 #: src/fu-util.c:1289
639 #: src/fu-util.c:1327
635640 msgid "Remote"
636641 msgstr "Vzdálený zdroj"
637642
638643 #. TRANSLATORS: section header for firmware URI
639 #: src/fu-util.c:1292
644 #: src/fu-util.c:1330
640645 msgid "URI"
641646 msgstr "URI"
642647
643648 #. TRANSLATORS: section header for firmware description
644 #: src/fu-util.c:1298
649 #: src/fu-util.c:1336
645650 msgid "Description"
646651 msgstr "Popis"
647652
648653 #. TRANSLATORS: section header for firmware checksum
649654 #. TRANSLATORS: remote checksum
650 #: src/fu-util.c:1306 src/fu-util.c:1603
655 #: src/fu-util.c:1344 src/fu-util.c:1640
651656 msgid "Checksum"
652657 msgstr "Kontrolní součet"
653658
654659 #. TRANSLATORS: get interactive prompt
655 #: src/fu-util.c:1338
660 #: src/fu-util.c:1376
656661 msgid "Choose a release:"
657662 msgstr "Vyberte verzi:"
658663
659664 #. TRANSLATORS: the metadata is very out of date; %u is a number > 1
660 #: src/fu-util.c:1443
665 #: src/fu-util.c:1480
661666 #, c-format
662667 msgid ""
663668 "Firmware metadata has not been updated for %u day and may not be up to date."
669674 msgstr[2] ""
670675
671676 #. TRANSLATORS: ask the user if we can update the metadata
672 #: src/fu-util.c:1451
677 #: src/fu-util.c:1488
673678 msgid "Update now?"
674679 msgstr ""
675680
676681 #. TRANSLATORS: first replacement is device name
677 #: src/fu-util.c:1496
682 #: src/fu-util.c:1533
678683 #, c-format
679684 msgid "%s has firmware updates:"
680685 msgstr "%s má aktualizace firmwaru:"
681686
682 #: src/fu-util.c:1503
687 #: src/fu-util.c:1540
683688 msgid "GUID"
684689 msgstr "GUID"
685690
686691 #. TRANSLATORS: section header for firmware version
687 #: src/fu-util.c:1515
692 #: src/fu-util.c:1552
688693 msgid "Update Version"
689694 msgstr "Verze aktualizace"
690695
691696 #. TRANSLATORS: section header for the release name
692 #: src/fu-util.c:1519
697 #: src/fu-util.c:1556
693698 msgid "Update Name"
694699 msgstr ""
695700
696701 #. TRANSLATORS: section header for the release one line summary
697 #: src/fu-util.c:1522
702 #: src/fu-util.c:1559
698703 msgid "Update Summary"
699704 msgstr ""
700705
701706 #. TRANSLATORS: section header for remote ID, e.g. lvfs-testing
702 #: src/fu-util.c:1525
707 #: src/fu-util.c:1562
703708 msgid "Update Remote ID"
704709 msgstr "Vzdálené ID aktualizace"
705710
706711 #. TRANSLATORS: section header for firmware checksum
707 #: src/fu-util.c:1534
712 #: src/fu-util.c:1571
708713 msgid "Update Checksum"
709714 msgstr "Kontrolní součet aktualizace"
710715
711716 #. TRANSLATORS: section header for firmware remote http://
712 #: src/fu-util.c:1538
717 #: src/fu-util.c:1575
713718 msgid "Update Location"
714719 msgstr "Umístění aktualizace"
715720
716721 #. TRANSLATORS: section header for long firmware desc
717 #: src/fu-util.c:1549
722 #: src/fu-util.c:1586
718723 msgid "Update Description"
719724 msgstr "Popis aktualizace"
720725
721726 #. TRANSLATORS: remote identifier, e.g. lvfs-testing
722 #: src/fu-util.c:1581
727 #: src/fu-util.c:1618
723728 msgid "Remote ID"
724729 msgstr "Vzdálené ID"
725730
726731 #. TRANSLATORS: remote title, e.g. "Linux Vendor Firmware Service"
727 #: src/fu-util.c:1585
732 #: src/fu-util.c:1622
728733 msgid "Title"
729734 msgstr "Název"
730735
731736 #. TRANSLATORS: remote type, e.g. remote or local
732 #: src/fu-util.c:1589
737 #: src/fu-util.c:1626
733738 msgid "Type"
734739 msgstr "Typ"
735740
736 #: src/fu-util.c:1594
741 #: src/fu-util.c:1631
737742 msgid "Keyring"
738743 msgstr "Klíčenka"
739744
740745 #. TRANSLATORS: if the remote is enabled
741 #: src/fu-util.c:1599
746 #: src/fu-util.c:1636
742747 msgid "Enabled"
743748 msgstr "Povoleno"
744749
745750 #. TRANSLATORS: the age of the metadata
746 #: src/fu-util.c:1630
751 #: src/fu-util.c:1667
747752 msgid "Age"
748753 msgstr "Věk"
749754
750755 #. TRANSLATORS: the numeric priority
751 #: src/fu-util.c:1637
756 #: src/fu-util.c:1674
752757 msgid "Priority"
753758 msgstr "Priorita"
754759
755760 #. TRANSLATORS: remote filename base
756 #: src/fu-util.c:1642
761 #: src/fu-util.c:1679
757762 msgid "Username"
758763 msgstr "Uživatelské jméno"
759764
760765 #. TRANSLATORS: remote filename base
761 #: src/fu-util.c:1647
766 #: src/fu-util.c:1684
762767 msgid "Password"
763768 msgstr "Heslo"
764769
765770 #. TRANSLATORS: filename of the local file
766 #: src/fu-util.c:1652
771 #: src/fu-util.c:1689
767772 msgid "Filename"
768773 msgstr "Název souboru"
769774
770775 #. TRANSLATORS: filename of the local file
771 #: src/fu-util.c:1657
776 #: src/fu-util.c:1694
772777 msgid "Filename Signature"
773778 msgstr "Podpis názvu souboru"
774779
775780 #. TRANSLATORS: remote URI
776 #: src/fu-util.c:1662
781 #: src/fu-util.c:1699
777782 msgid "Metadata URI"
778783 msgstr "URI metadat"
779784
780785 #. TRANSLATORS: remote URI
781 #: src/fu-util.c:1667
786 #: src/fu-util.c:1704
782787 msgid "Metadata URI Signature"
783788 msgstr "Podpis URI metadat"
784789
785790 #. TRANSLATORS: remote URI
786 #: src/fu-util.c:1672
791 #: src/fu-util.c:1709
787792 msgid "Firmware Base URI"
788793 msgstr "Základní URI firmwaru"
789794
790795 #. TRANSLATORS: URI to send success/failure reports
791 #: src/fu-util.c:1677
796 #: src/fu-util.c:1714
792797 msgid "Report URI"
793798 msgstr ""
794799
795800 #. TRANSLATORS: this is when a device is hotplugged
796 #: src/fu-util.c:1704
801 #: src/fu-util.c:1741
797802 msgid "Device added:"
798803 msgstr "Přidáno zařízení:"
799804
800805 #. TRANSLATORS: this is when a device is hotplugged
801 #: src/fu-util.c:1714
806 #: src/fu-util.c:1751
802807 msgid "Device removed:"
803808 msgstr "Odebráno zařízení:"
804809
805810 #. TRANSLATORS: this is when a device has been updated
806 #: src/fu-util.c:1724
811 #: src/fu-util.c:1761
807812 msgid "Device changed:"
808813 msgstr "Změněno zařízení:"
809814
810815 #. TRANSLATORS: explain why we want to upload
811 #: src/fu-util.c:1915
816 #: src/fu-util.c:1952
812817 msgid "An update requires a reboot to complete."
813818 msgstr ""
814819
815820 #. TRANSLATORS: reboot to apply the update
816 #: src/fu-util.c:1917
821 #: src/fu-util.c:1954
817822 msgid "Restart now?"
818823 msgstr ""
819824
820825 #. TRANSLATORS: command line option
821 #: src/fu-util.c:2087
826 #: src/fu-util.c:2116
822827 msgid "Show extra debugging information"
823828 msgstr "Zobrazovat doplňující informace pro ladění"
824829
825830 #. TRANSLATORS: command line option
826 #: src/fu-util.c:2090
831 #: src/fu-util.c:2119
827832 msgid "Show client and daemon versions"
828833 msgstr "Zobrazit verzi klienta a démonu"
829834
830835 #. TRANSLATORS: command line option
831 #: src/fu-util.c:2093
836 #: src/fu-util.c:2122
832837 msgid "Schedule installation for next reboot when possible"
833838 msgstr "Pokud je to možné, naplánovat instalaci na příští restart"
834839
835840 #. TRANSLATORS: command line option
836 #: src/fu-util.c:2096
841 #: src/fu-util.c:2125
837842 msgid "Allow re-installing existing firmware versions"
838843 msgstr "Povolit reinstalaci stávající verze firmwaru"
839844
840845 #. TRANSLATORS: command line option
841 #: src/fu-util.c:2099
846 #: src/fu-util.c:2128
842847 msgid "Allow downgrading firmware versions"
843848 msgstr "Povolit ponížení verze firmwaru"
844849
845850 #. TRANSLATORS: command line option
846 #: src/fu-util.c:2102
851 #: src/fu-util.c:2131
847852 msgid "Override plugin warning"
848853 msgstr "Potlačit varování zásuvného modulu"
849854
850855 #. TRANSLATORS: command line option
851 #: src/fu-util.c:2105
856 #: src/fu-util.c:2134
852857 msgid "Answer yes to all questions"
853858 msgstr ""
854859
855860 #. TRANSLATORS: command line option
856 #: src/fu-util.c:2108
861 #: src/fu-util.c:2137
857862 msgid "Do not check for unreported history"
858863 msgstr ""
859864
860865 #. TRANSLATORS: command line option
861 #: src/fu-util.c:2111
866 #: src/fu-util.c:2140
862867 msgid "Do not check for old metadata"
863868 msgstr ""
864869
865870 #. TRANSLATORS: command line option
866 #: src/fu-util.c:2114
871 #: src/fu-util.c:2143
867872 msgid "Do not check for reboot after update"
868873 msgstr ""
869874
870875 #. TRANSLATORS: command description
871 #: src/fu-util.c:2137
876 #: src/fu-util.c:2166
872877 msgid "Get all devices that support firmware updates"
873878 msgstr "Zjistit všechna zařízení podporující aktualizaci firmwaru"
874879
875880 #. TRANSLATORS: command description
876 #: src/fu-util.c:2143
881 #: src/fu-util.c:2172
877882 msgid "Return all the hardware IDs for the machine"
878883 msgstr "Vrátit všechna ID hardwaru počítače"
879884
880885 #. TRANSLATORS: command description
881 #: src/fu-util.c:2149
886 #: src/fu-util.c:2178
882887 msgid "Install prepared updates now"
883888 msgstr "Nainstalovat připravené aktualizace nyní"
884889
885890 #. TRANSLATORS: command description
886 #: src/fu-util.c:2155
891 #: src/fu-util.c:2184
887892 msgid "Show history of firmware updates"
888893 msgstr ""
889894
890895 #. TRANSLATORS: command description
891 #: src/fu-util.c:2161
896 #: src/fu-util.c:2190
892897 msgid "Erase all firmware update history"
893898 msgstr ""
894899
895900 #. TRANSLATORS: command description
896 #: src/fu-util.c:2167
901 #: src/fu-util.c:2196
897902 msgid "Share firmware history with the developers"
898903 msgstr ""
899904
900905 #. TRANSLATORS: command description
901 #: src/fu-util.c:2173
906 #: src/fu-util.c:2202
902907 msgid "Install a firmware file on this hardware"
903908 msgstr "Nainstalovat soubor s firmwarem na tento hardware"
904909
905910 #. TRANSLATORS: command description
906 #: src/fu-util.c:2179
911 #: src/fu-util.c:2208
907912 msgid "Gets details about a firmware file"
908913 msgstr "Vypsat podrobnosti o souboru s firmwarem"
909914
910915 #. TRANSLATORS: command description
911 #: src/fu-util.c:2185
916 #: src/fu-util.c:2214
912917 msgid "Gets the list of updates for connected hardware"
913918 msgstr "Vypsat seznam aktualizací pro připojený hardware"
914919
915920 #. TRANSLATORS: command description
916 #: src/fu-util.c:2191
921 #: src/fu-util.c:2220
917922 msgid "Updates all firmware to latest versions available"
918923 msgstr "Aktualizovat všechen firmware na nejnovější dostupné verze"
919924
920925 #. TRANSLATORS: command description
921 #: src/fu-util.c:2197
926 #: src/fu-util.c:2226
922927 msgid "Gets the cryptographic hash of the dumped firmware"
923928 msgstr "Vypsat kryptografický otisk vypsaného firmwaru"
924929
925930 #. TRANSLATORS: command description
926 #: src/fu-util.c:2203
931 #: src/fu-util.c:2232
927932 msgid "Unlocks the device for firmware access"
928933 msgstr "Odemknout zařízení pro přístup k firmwaru"
929934
930935 #. TRANSLATORS: command description
931 #: src/fu-util.c:2209
936 #: src/fu-util.c:2238
932937 msgid "Clears the results from the last update"
933938 msgstr "Smazat výsledky z poslední aktualizace"
934939
935940 #. TRANSLATORS: command description
936 #: src/fu-util.c:2215
941 #: src/fu-util.c:2244
937942 msgid "Clears any updates scheduled to be updated offline"
938943 msgstr "Smazat všechny aktualizace naplánované pro offline aktualizaci"
939944
940945 #. TRANSLATORS: command description
941 #: src/fu-util.c:2221
946 #: src/fu-util.c:2250
942947 msgid "Gets the results from the last update"
943948 msgstr "Vypsat výsledky z poslední aktualizace"
944949
945950 #. TRANSLATORS: command description
946 #: src/fu-util.c:2227
951 #: src/fu-util.c:2256
947952 msgid "Gets the releases for a device"
948953 msgstr "Vypsat vydání pro zařízení"
949954
950955 #. TRANSLATORS: command description
951 #: src/fu-util.c:2233
956 #: src/fu-util.c:2262
952957 msgid "Gets the configured remotes"
953958 msgstr "Vypsat nastavené vzdálené zdroje"
954959
955960 #. TRANSLATORS: command description
956 #: src/fu-util.c:2239
961 #: src/fu-util.c:2268
957962 msgid "Downgrades the firmware on a device"
958963 msgstr "Ponížit verzi firmwaru na zařízení"
959964
960965 #. TRANSLATORS: command description
961 #: src/fu-util.c:2245
966 #: src/fu-util.c:2274
962967 msgid "Refresh metadata from remote server"
963968 msgstr "Aktualizovat metadata ze vzdáleného serveru"
964969
965970 #. TRANSLATORS: command description
966 #: src/fu-util.c:2251
971 #: src/fu-util.c:2280
967972 msgid "Update the stored metadata with current ROM contents"
968973 msgstr "Aktualizovat uložená metadata pomocí aktuálního obsahu ROM"
969974
970975 #. TRANSLATORS: command description
971 #: src/fu-util.c:2257
976 #: src/fu-util.c:2286
972977 msgid "Monitor the daemon for events"
973978 msgstr "Sledovat události démonu"
974979
975980 #. TRANSLATORS: command description
976 #: src/fu-util.c:2263
981 #: src/fu-util.c:2292
977982 msgid "Build firmware using a sandbox"
978983 msgstr "Sestavit firmware za použití izolovaného prostředí"
979984
980985 #. TRANSLATORS: command description
981 #: src/fu-util.c:2269
986 #: src/fu-util.c:2298
982987 msgid "Dump SMBIOS data from a file"
983988 msgstr "Vypsat SMBIOS data ze souboru"
984989
985990 #. TRANSLATORS: command description
986 #: src/fu-util.c:2275
991 #: src/fu-util.c:2304
987992 msgid "Modifies a given remote"
988993 msgstr "Upraví zadaný vzdálený zdroj"
989994
990995 #. TRANSLATORS: program name
991 #: src/fu-util.c:2305
996 #: src/fu-util.c:2334
992997 msgid "Firmware Utility"
993998 msgstr "Nástroj pro práci s firmwarem"
+106
-101
po/de.po less more
88 msgstr ""
99 "Project-Id-Version: fwupd\n"
1010 "Report-Msgid-Bugs-To: \n"
11 "POT-Creation-Date: 2018-02-13 21:34+0000\n"
12 "PO-Revision-Date: 2018-02-13 21:34+0000\n"
11 "POT-Creation-Date: 2018-03-12 10:37+0000\n"
12 "PO-Revision-Date: 2018-03-12 10:37+0000\n"
1313 "Last-Translator: Richard Hughes <richard@hughsie.com>\n"
1414 "Language-Team: German (http://www.transifex.com/freedesktop/fwupd/language/de/)\n"
1515 "MIME-Version: 1.0\n"
141141
142142 #. TRANSLATORS: this is when a device is hotplugged
143143 #. TRANSLATORS: this is when the daemon state changes
144 #: plugins/dfu/dfu-tool.c:1478 src/fu-util.c:1731
144 #: plugins/dfu/dfu-tool.c:1478 src/fu-util.c:1768
145145 msgid "Changed"
146146 msgstr "Geändert"
147147
148148 #. TRANSLATORS: this is when a device ctrl+c's a watch
149 #: plugins/dfu/dfu-tool.c:1486 src/fu-util.c:1693
149 #: plugins/dfu/dfu-tool.c:1486 src/fu-util.c:1730
150150 msgid "Cancelled"
151151 msgstr "Abgebrochen"
152152
153153 #. TRANSLATORS: Appstream ID for the hardware type
154 #: plugins/dfu/dfu-tool.c:1978 src/fu-util.c:1512
154 #: plugins/dfu/dfu-tool.c:1978 src/fu-util.c:1549
155155 msgid "ID"
156156 msgstr "Kennung"
157157
159159 #. TRANSLATORS: device name, e.g. 'ColorHug2'
160160 #. TRANSLATORS: section header for the release name
161161 #: plugins/dfu/dfu-tool.c:1984 plugins/dfu/dfu-tool.c:1990
162 #: plugins/dfu/dfu-tool.c:2104 src/fu-util.c:1283
162 #: plugins/dfu/dfu-tool.c:2104 src/fu-util.c:1321
163163 msgid "Name"
164164 msgstr "Name"
165165
381381
382382 #. TRANSLATORS: the user didn't read the man page
383383 #: plugins/dfu/dfu-tool.c:2423 plugins/synapticsmst/synapticsmst-tool.c:424
384 #: src/fu-util.c:2310
384 #: src/fu-util.c:2339
385385 msgid "Failed to parse arguments"
386386 msgstr "Verarbeitung der Argumente schlug fehl"
387387
400400 msgstr ""
401401
402402 #. TRANSLATORS: this is shown when updating the firmware after the reboot
403 #: plugins/uefi/fu-plugin-uefi.c:399
403 #: plugins/uefi/fu-plugin-uefi.c:403
404404 msgid "Installing firmware update…"
405405 msgstr ""
406406
512512 #. TRANSLATORS: the user isn't reading the question
513513 #: src/fu-util.c:242
514514 #, c-format
515 msgid "Please enter a number from 1 to %u: "
515 msgid "Please enter a number from 0 to %u: "
516516 msgstr ""
517517
518518 #. TRANSLATORS: get interactive prompt
520520 msgid "Choose a device:"
521521 msgstr ""
522522
523 #. TRANSLATORS: this is to abort the interactive prompt
524 #: src/fu-util.c:307
525 msgid "Cancel"
526 msgstr ""
527
523528 #. TRANSLATORS: a list of failed updates
524 #: src/fu-util.c:418
529 #: src/fu-util.c:427
525530 msgid "Devices that were not updated correctly:"
526531 msgstr ""
527532
528533 #. TRANSLATORS: a list of successful updates
529 #: src/fu-util.c:432
534 #: src/fu-util.c:441
530535 msgid "Devices that have been updated successfully:"
531536 msgstr ""
532537
533538 #. TRANSLATORS: explain why we want to upload
534 #: src/fu-util.c:446
539 #: src/fu-util.c:455
535540 msgid "Upload report now?"
536541 msgstr ""
537542
538543 #. TRANSLATORS: metadata is downloaded from the Internet
539 #: src/fu-util.c:448 src/fu-util.c:1453
544 #: src/fu-util.c:457 src/fu-util.c:1490
540545 msgid "Requires internet connection"
541546 msgstr ""
542547
543548 #. TRANSLATORS: nothing attached that can be upgraded
544 #: src/fu-util.c:470
549 #: src/fu-util.c:479
545550 msgid "No hardware detected with firmware update capability"
546551 msgstr "Es wurde keine Hardware erkannt, deren Firmware aktualisiert werden kann"
547552
548553 #. TRANSLATORS: the first replacement is a display name
549554 #. * e.g. "ColorHugALS" and the second is a version number
550555 #. * e.g. "1.2.3"
551 #: src/fu-util.c:642
556 #: src/fu-util.c:651
552557 #, c-format
553558 msgid "Reinstalling %s with %s... "
554559 msgstr "Erneute Installation von %s mit %s …"
556561 #. TRANSLATORS: the first replacement is a display name
557562 #. * e.g. "ColorHugALS" and the second and third are
558563 #. * version numbers e.g. "1.2.3"
559 #: src/fu-util.c:649
564 #: src/fu-util.c:658
560565 #, c-format
561566 msgid "Downgrading %s from %s to %s... "
562567 msgstr "Downgrade für %s von %s auf %s wird eingespielt …"
564569 #. TRANSLATORS: the first replacement is a display name
565570 #. * e.g. "ColorHugALS" and the second and third are
566571 #. * version numbers e.g. "1.2.3"
567 #: src/fu-util.c:657
572 #: src/fu-util.c:666
568573 #, c-format
569574 msgid "Updating %s from %s to %s... "
570575 msgstr "Aktualisieren von %s von %s nach %s …"
571576
572 #: src/fu-util.c:685
577 #: src/fu-util.c:694
573578 msgid "Done!"
574579 msgstr "Fertig."
575580
576 #: src/fu-util.c:717
581 #: src/fu-util.c:726
577582 msgid "Target"
578583 msgstr ""
579584
580 #: src/fu-util.c:718
585 #: src/fu-util.c:727
581586 msgid "Payload"
582587 msgstr ""
583588
584 #: src/fu-util.c:719
589 #: src/fu-util.c:728
585590 msgid "Proceed with upload?"
586591 msgstr ""
587592
588593 #. TRANSLATORS: the server sent the user a small message
589 #: src/fu-util.c:788
594 #: src/fu-util.c:807
590595 msgid "Update failure is a known issue, visit this URL for more information:"
591596 msgstr ""
592597
593598 #. TRANSLATORS: the server sent the user a small message
594 #: src/fu-util.c:792
599 #: src/fu-util.c:811
595600 msgid "Upload message:"
596601 msgstr ""
597602
598 #: src/fu-util.c:986 src/fu-util.c:1376
603 #: src/fu-util.c:1034 src/fu-util.c:1414
599604 msgid "OK"
600605 msgstr "Ok"
601606
602607 #. TRANSLATORS: downloading new signing file
603 #: src/fu-util.c:1091
608 #: src/fu-util.c:1139
604609 msgid "Fetching signature"
605610 msgstr ""
606611
607612 #. TRANSLATORS: downloading new metadata file
608 #: src/fu-util.c:1094
613 #: src/fu-util.c:1142
609614 msgid "Fetching metadata"
610615 msgstr ""
611616
612617 #. TRANSLATORS: downloading new firmware file
613 #: src/fu-util.c:1097
618 #: src/fu-util.c:1145
614619 msgid "Fetching firmware"
615620 msgstr ""
616621
617622 #. TRANSLATORS: downloading unknown file
618 #: src/fu-util.c:1100
623 #: src/fu-util.c:1148
619624 msgid "Fetching file"
620625 msgstr ""
621626
622627 #. TRANSLATORS: section header for release version number
623 #: src/fu-util.c:1280
628 #: src/fu-util.c:1318
624629 msgid "Version"
625630 msgstr "Version"
626631
627632 #. TRANSLATORS: section header for the release one line summary
628 #: src/fu-util.c:1286
633 #: src/fu-util.c:1324
629634 msgid "Summary"
630635 msgstr ""
631636
632637 #. TRANSLATORS: section header for the remote the file is coming from
633 #: src/fu-util.c:1289
638 #: src/fu-util.c:1327
634639 msgid "Remote"
635640 msgstr ""
636641
637642 #. TRANSLATORS: section header for firmware URI
638 #: src/fu-util.c:1292
643 #: src/fu-util.c:1330
639644 msgid "URI"
640645 msgstr ""
641646
642647 #. TRANSLATORS: section header for firmware description
643 #: src/fu-util.c:1298
648 #: src/fu-util.c:1336
644649 msgid "Description"
645650 msgstr "Beschreibung"
646651
647652 #. TRANSLATORS: section header for firmware checksum
648653 #. TRANSLATORS: remote checksum
649 #: src/fu-util.c:1306 src/fu-util.c:1603
654 #: src/fu-util.c:1344 src/fu-util.c:1640
650655 msgid "Checksum"
651656 msgstr "Prüfsumme"
652657
653658 #. TRANSLATORS: get interactive prompt
654 #: src/fu-util.c:1338
659 #: src/fu-util.c:1376
655660 msgid "Choose a release:"
656661 msgstr ""
657662
658663 #. TRANSLATORS: the metadata is very out of date; %u is a number > 1
659 #: src/fu-util.c:1443
664 #: src/fu-util.c:1480
660665 #, c-format
661666 msgid ""
662667 "Firmware metadata has not been updated for %u day and may not be up to date."
667672 msgstr[1] ""
668673
669674 #. TRANSLATORS: ask the user if we can update the metadata
670 #: src/fu-util.c:1451
675 #: src/fu-util.c:1488
671676 msgid "Update now?"
672677 msgstr ""
673678
674679 #. TRANSLATORS: first replacement is device name
675 #: src/fu-util.c:1496
680 #: src/fu-util.c:1533
676681 #, c-format
677682 msgid "%s has firmware updates:"
678683 msgstr "Firmwareaktualisierungen für %s verfügbar:"
679684
680 #: src/fu-util.c:1503
685 #: src/fu-util.c:1540
681686 msgid "GUID"
682687 msgstr "GUID"
683688
684689 #. TRANSLATORS: section header for firmware version
685 #: src/fu-util.c:1515
690 #: src/fu-util.c:1552
686691 msgid "Update Version"
687692 msgstr "Version aktualisieren"
688693
689694 #. TRANSLATORS: section header for the release name
690 #: src/fu-util.c:1519
695 #: src/fu-util.c:1556
691696 msgid "Update Name"
692697 msgstr ""
693698
694699 #. TRANSLATORS: section header for the release one line summary
695 #: src/fu-util.c:1522
700 #: src/fu-util.c:1559
696701 msgid "Update Summary"
697702 msgstr ""
698703
699704 #. TRANSLATORS: section header for remote ID, e.g. lvfs-testing
700 #: src/fu-util.c:1525
705 #: src/fu-util.c:1562
701706 msgid "Update Remote ID"
702707 msgstr ""
703708
704709 #. TRANSLATORS: section header for firmware checksum
705 #: src/fu-util.c:1534
710 #: src/fu-util.c:1571
706711 msgid "Update Checksum"
707712 msgstr "Prüfsumme aktualisieren"
708713
709714 #. TRANSLATORS: section header for firmware remote http://
710 #: src/fu-util.c:1538
715 #: src/fu-util.c:1575
711716 msgid "Update Location"
712717 msgstr "Ort aktualisieren"
713718
714719 #. TRANSLATORS: section header for long firmware desc
715 #: src/fu-util.c:1549
720 #: src/fu-util.c:1586
716721 msgid "Update Description"
717722 msgstr "Beschreibung aktualisieren"
718723
719724 #. TRANSLATORS: remote identifier, e.g. lvfs-testing
720 #: src/fu-util.c:1581
725 #: src/fu-util.c:1618
721726 msgid "Remote ID"
722727 msgstr ""
723728
724729 #. TRANSLATORS: remote title, e.g. "Linux Vendor Firmware Service"
725 #: src/fu-util.c:1585
730 #: src/fu-util.c:1622
726731 msgid "Title"
727732 msgstr ""
728733
729734 #. TRANSLATORS: remote type, e.g. remote or local
730 #: src/fu-util.c:1589
735 #: src/fu-util.c:1626
731736 msgid "Type"
732737 msgstr ""
733738
734 #: src/fu-util.c:1594
739 #: src/fu-util.c:1631
735740 msgid "Keyring"
736741 msgstr ""
737742
738743 #. TRANSLATORS: if the remote is enabled
739 #: src/fu-util.c:1599
744 #: src/fu-util.c:1636
740745 msgid "Enabled"
741746 msgstr ""
742747
743748 #. TRANSLATORS: the age of the metadata
744 #: src/fu-util.c:1630
749 #: src/fu-util.c:1667
745750 msgid "Age"
746751 msgstr ""
747752
748753 #. TRANSLATORS: the numeric priority
749 #: src/fu-util.c:1637
754 #: src/fu-util.c:1674
750755 msgid "Priority"
751756 msgstr ""
752757
753758 #. TRANSLATORS: remote filename base
754 #: src/fu-util.c:1642
759 #: src/fu-util.c:1679
755760 msgid "Username"
756761 msgstr ""
757762
758763 #. TRANSLATORS: remote filename base
759 #: src/fu-util.c:1647
764 #: src/fu-util.c:1684
760765 msgid "Password"
761766 msgstr ""
762767
763768 #. TRANSLATORS: filename of the local file
764 #: src/fu-util.c:1652
769 #: src/fu-util.c:1689
765770 msgid "Filename"
766771 msgstr ""
767772
768773 #. TRANSLATORS: filename of the local file
769 #: src/fu-util.c:1657
774 #: src/fu-util.c:1694
770775 msgid "Filename Signature"
771776 msgstr ""
772777
773778 #. TRANSLATORS: remote URI
774 #: src/fu-util.c:1662
779 #: src/fu-util.c:1699
775780 msgid "Metadata URI"
776781 msgstr ""
777782
778783 #. TRANSLATORS: remote URI
779 #: src/fu-util.c:1667
784 #: src/fu-util.c:1704
780785 msgid "Metadata URI Signature"
781786 msgstr ""
782787
783788 #. TRANSLATORS: remote URI
784 #: src/fu-util.c:1672
789 #: src/fu-util.c:1709
785790 msgid "Firmware Base URI"
786791 msgstr ""
787792
788793 #. TRANSLATORS: URI to send success/failure reports
789 #: src/fu-util.c:1677
794 #: src/fu-util.c:1714
790795 msgid "Report URI"
791796 msgstr ""
792797
793798 #. TRANSLATORS: this is when a device is hotplugged
794 #: src/fu-util.c:1704
799 #: src/fu-util.c:1741
795800 msgid "Device added:"
796801 msgstr "Gerät hinzugefügt:"
797802
798803 #. TRANSLATORS: this is when a device is hotplugged
799 #: src/fu-util.c:1714
804 #: src/fu-util.c:1751
800805 msgid "Device removed:"
801806 msgstr "Gerät entfernt:"
802807
803808 #. TRANSLATORS: this is when a device has been updated
804 #: src/fu-util.c:1724
809 #: src/fu-util.c:1761
805810 msgid "Device changed:"
806811 msgstr "Gerät geändert:"
807812
808813 #. TRANSLATORS: explain why we want to upload
809 #: src/fu-util.c:1915
814 #: src/fu-util.c:1952
810815 msgid "An update requires a reboot to complete."
811816 msgstr ""
812817
813818 #. TRANSLATORS: reboot to apply the update
814 #: src/fu-util.c:1917
819 #: src/fu-util.c:1954
815820 msgid "Restart now?"
816821 msgstr ""
817822
818823 #. TRANSLATORS: command line option
819 #: src/fu-util.c:2087
824 #: src/fu-util.c:2116
820825 msgid "Show extra debugging information"
821826 msgstr "Zusätzliche Informationen zur Fehlerdiagnose anzeigen"
822827
823828 #. TRANSLATORS: command line option
824 #: src/fu-util.c:2090
829 #: src/fu-util.c:2119
825830 msgid "Show client and daemon versions"
826831 msgstr ""
827832
828833 #. TRANSLATORS: command line option
829 #: src/fu-util.c:2093
834 #: src/fu-util.c:2122
830835 msgid "Schedule installation for next reboot when possible"
831836 msgstr ""
832837
833838 #. TRANSLATORS: command line option
834 #: src/fu-util.c:2096
839 #: src/fu-util.c:2125
835840 msgid "Allow re-installing existing firmware versions"
836841 msgstr "Erneute Installation vorhandener Firmware-Versionen erlauben"
837842
838843 #. TRANSLATORS: command line option
839 #: src/fu-util.c:2099
844 #: src/fu-util.c:2128
840845 msgid "Allow downgrading firmware versions"
841846 msgstr "Einspielen niedrigerer Firmwareversionen zulassen (Downgrade)"
842847
843848 #. TRANSLATORS: command line option
844 #: src/fu-util.c:2102
849 #: src/fu-util.c:2131
845850 msgid "Override plugin warning"
846851 msgstr ""
847852
848853 #. TRANSLATORS: command line option
849 #: src/fu-util.c:2105
854 #: src/fu-util.c:2134
850855 msgid "Answer yes to all questions"
851856 msgstr ""
852857
853858 #. TRANSLATORS: command line option
854 #: src/fu-util.c:2108
859 #: src/fu-util.c:2137
855860 msgid "Do not check for unreported history"
856861 msgstr ""
857862
858863 #. TRANSLATORS: command line option
859 #: src/fu-util.c:2111
864 #: src/fu-util.c:2140
860865 msgid "Do not check for old metadata"
861866 msgstr ""
862867
863868 #. TRANSLATORS: command line option
864 #: src/fu-util.c:2114
869 #: src/fu-util.c:2143
865870 msgid "Do not check for reboot after update"
866871 msgstr ""
867872
868873 #. TRANSLATORS: command description
869 #: src/fu-util.c:2137
874 #: src/fu-util.c:2166
870875 msgid "Get all devices that support firmware updates"
871876 msgstr "Alle Geräte ermitteln, die Firmware-Aktualisierungen unterstützen"
872877
873878 #. TRANSLATORS: command description
874 #: src/fu-util.c:2143
879 #: src/fu-util.c:2172
875880 msgid "Return all the hardware IDs for the machine"
876881 msgstr ""
877882
878883 #. TRANSLATORS: command description
879 #: src/fu-util.c:2149
884 #: src/fu-util.c:2178
880885 msgid "Install prepared updates now"
881886 msgstr "Vorbereitete Aktualisierungen jetzt installieren"
882887
883888 #. TRANSLATORS: command description
884 #: src/fu-util.c:2155
889 #: src/fu-util.c:2184
885890 msgid "Show history of firmware updates"
886891 msgstr ""
887892
888893 #. TRANSLATORS: command description
889 #: src/fu-util.c:2161
894 #: src/fu-util.c:2190
890895 msgid "Erase all firmware update history"
891896 msgstr ""
892897
893898 #. TRANSLATORS: command description
894 #: src/fu-util.c:2167
899 #: src/fu-util.c:2196
895900 msgid "Share firmware history with the developers"
896901 msgstr ""
897902
898903 #. TRANSLATORS: command description
899 #: src/fu-util.c:2173
904 #: src/fu-util.c:2202
900905 msgid "Install a firmware file on this hardware"
901906 msgstr "Eine Firmware-Datei auf dieser Hardware installieren"
902907
903908 #. TRANSLATORS: command description
904 #: src/fu-util.c:2179
909 #: src/fu-util.c:2208
905910 msgid "Gets details about a firmware file"
906911 msgstr "Ermittelt Details über eine Firmware-Datei"
907912
908913 #. TRANSLATORS: command description
909 #: src/fu-util.c:2185
914 #: src/fu-util.c:2214
910915 msgid "Gets the list of updates for connected hardware"
911916 msgstr "Ermittelt die Liste der Aktualisierungen für angeschlossene Hardware"
912917
913918 #. TRANSLATORS: command description
914 #: src/fu-util.c:2191
919 #: src/fu-util.c:2220
915920 msgid "Updates all firmware to latest versions available"
916921 msgstr "Alle Firmware auf die neueste verfügbare Version aktualisieren"
917922
918923 #. TRANSLATORS: command description
919 #: src/fu-util.c:2197
924 #: src/fu-util.c:2226
920925 msgid "Gets the cryptographic hash of the dumped firmware"
921926 msgstr "Ermittelt den kryptographischen Hash-Wert der abgelegten Firmware"
922927
923928 #. TRANSLATORS: command description
924 #: src/fu-util.c:2203
929 #: src/fu-util.c:2232
925930 msgid "Unlocks the device for firmware access"
926931 msgstr "Entsperrt das Gerät für Zugriff auf die Firmware"
927932
928933 #. TRANSLATORS: command description
929 #: src/fu-util.c:2209
934 #: src/fu-util.c:2238
930935 msgid "Clears the results from the last update"
931936 msgstr "Bereinigt die Ergebnisse der letzten Aktualisierung"
932937
933938 #. TRANSLATORS: command description
934 #: src/fu-util.c:2215
939 #: src/fu-util.c:2244
935940 msgid "Clears any updates scheduled to be updated offline"
936941 msgstr ""
937942
938943 #. TRANSLATORS: command description
939 #: src/fu-util.c:2221
944 #: src/fu-util.c:2250
940945 msgid "Gets the results from the last update"
941946 msgstr "Ermittelt die Ergebnisse der letzten Aktualisierung"
942947
943948 #. TRANSLATORS: command description
944 #: src/fu-util.c:2227
949 #: src/fu-util.c:2256
945950 msgid "Gets the releases for a device"
946951 msgstr ""
947952
948953 #. TRANSLATORS: command description
949 #: src/fu-util.c:2233
954 #: src/fu-util.c:2262
950955 msgid "Gets the configured remotes"
951956 msgstr ""
952957
953958 #. TRANSLATORS: command description
954 #: src/fu-util.c:2239
959 #: src/fu-util.c:2268
955960 msgid "Downgrades the firmware on a device"
956961 msgstr ""
957962
958963 #. TRANSLATORS: command description
959 #: src/fu-util.c:2245
964 #: src/fu-util.c:2274
960965 msgid "Refresh metadata from remote server"
961966 msgstr "Metadaten von entferntem Server aktualisieren"
962967
963968 #. TRANSLATORS: command description
964 #: src/fu-util.c:2251
969 #: src/fu-util.c:2280
965970 msgid "Update the stored metadata with current ROM contents"
966971 msgstr "Gespeicherte Metadaten mit dem aktuellen ROM-Inhalt aktualisieren"
967972
968973 #. TRANSLATORS: command description
969 #: src/fu-util.c:2257
974 #: src/fu-util.c:2286
970975 msgid "Monitor the daemon for events"
971976 msgstr "Den Daemon auf Ereignisse überwachen"
972977
973978 #. TRANSLATORS: command description
974 #: src/fu-util.c:2263
979 #: src/fu-util.c:2292
975980 msgid "Build firmware using a sandbox"
976981 msgstr ""
977982
978983 #. TRANSLATORS: command description
979 #: src/fu-util.c:2269
984 #: src/fu-util.c:2298
980985 msgid "Dump SMBIOS data from a file"
981986 msgstr ""
982987
983988 #. TRANSLATORS: command description
984 #: src/fu-util.c:2275
989 #: src/fu-util.c:2304
985990 msgid "Modifies a given remote"
986991 msgstr ""
987992
988993 #. TRANSLATORS: program name
989 #: src/fu-util.c:2305
994 #: src/fu-util.c:2334
990995 msgid "Firmware Utility"
991996 msgstr "Firmware-Werkzeug"
77 msgstr ""
88 "Project-Id-Version: fwupd\n"
99 "Report-Msgid-Bugs-To: \n"
10 "POT-Creation-Date: 2018-02-13 21:34+0000\n"
11 "PO-Revision-Date: 2018-02-13 21:34+0000\n"
10 "POT-Creation-Date: 2018-03-12 10:37+0000\n"
11 "PO-Revision-Date: 2018-03-12 10:37+0000\n"
1212 "Last-Translator: Richard Hughes <richard@hughsie.com>\n"
1313 "Language-Team: English (United Kingdom) (http://www.transifex.com/freedesktop/fwupd/language/en_GB/)\n"
1414 "MIME-Version: 1.0\n"
140140
141141 #. TRANSLATORS: this is when a device is hotplugged
142142 #. TRANSLATORS: this is when the daemon state changes
143 #: plugins/dfu/dfu-tool.c:1478 src/fu-util.c:1731
143 #: plugins/dfu/dfu-tool.c:1478 src/fu-util.c:1768
144144 msgid "Changed"
145145 msgstr "Changed"
146146
147147 #. TRANSLATORS: this is when a device ctrl+c's a watch
148 #: plugins/dfu/dfu-tool.c:1486 src/fu-util.c:1693
148 #: plugins/dfu/dfu-tool.c:1486 src/fu-util.c:1730
149149 msgid "Cancelled"
150150 msgstr "Cancelled"
151151
152152 #. TRANSLATORS: Appstream ID for the hardware type
153 #: plugins/dfu/dfu-tool.c:1978 src/fu-util.c:1512
153 #: plugins/dfu/dfu-tool.c:1978 src/fu-util.c:1549
154154 msgid "ID"
155155 msgstr "ID"
156156
158158 #. TRANSLATORS: device name, e.g. 'ColorHug2'
159159 #. TRANSLATORS: section header for the release name
160160 #: plugins/dfu/dfu-tool.c:1984 plugins/dfu/dfu-tool.c:1990
161 #: plugins/dfu/dfu-tool.c:2104 src/fu-util.c:1283
161 #: plugins/dfu/dfu-tool.c:2104 src/fu-util.c:1321
162162 msgid "Name"
163163 msgstr "Name"
164164
380380
381381 #. TRANSLATORS: the user didn't read the man page
382382 #: plugins/dfu/dfu-tool.c:2423 plugins/synapticsmst/synapticsmst-tool.c:424
383 #: src/fu-util.c:2310
383 #: src/fu-util.c:2339
384384 msgid "Failed to parse arguments"
385385 msgstr "Failed to parse arguments"
386386
399399 msgstr "Synaptics Multistream Transport Utility"
400400
401401 #. TRANSLATORS: this is shown when updating the firmware after the reboot
402 #: plugins/uefi/fu-plugin-uefi.c:399
402 #: plugins/uefi/fu-plugin-uefi.c:403
403403 msgid "Installing firmware update…"
404404 msgstr "Installing firmware update…"
405405
511511 #. TRANSLATORS: the user isn't reading the question
512512 #: src/fu-util.c:242
513513 #, c-format
514 msgid "Please enter a number from 1 to %u: "
515 msgstr "Please enter a number from 1 to %u: "
514 msgid "Please enter a number from 0 to %u: "
515 msgstr ""
516516
517517 #. TRANSLATORS: get interactive prompt
518518 #: src/fu-util.c:305
519519 msgid "Choose a device:"
520520 msgstr "Choose a device:"
521521
522 #. TRANSLATORS: this is to abort the interactive prompt
523 #: src/fu-util.c:307
524 msgid "Cancel"
525 msgstr ""
526
522527 #. TRANSLATORS: a list of failed updates
523 #: src/fu-util.c:418
528 #: src/fu-util.c:427
524529 msgid "Devices that were not updated correctly:"
525530 msgstr "Devices that were not updated correctly:"
526531
527532 #. TRANSLATORS: a list of successful updates
528 #: src/fu-util.c:432
533 #: src/fu-util.c:441
529534 msgid "Devices that have been updated successfully:"
530535 msgstr "Devices that have been updated successfully:"
531536
532537 #. TRANSLATORS: explain why we want to upload
533 #: src/fu-util.c:446
538 #: src/fu-util.c:455
534539 msgid "Upload report now?"
535540 msgstr "Upload report now?"
536541
537542 #. TRANSLATORS: metadata is downloaded from the Internet
538 #: src/fu-util.c:448 src/fu-util.c:1453
543 #: src/fu-util.c:457 src/fu-util.c:1490
539544 msgid "Requires internet connection"
540545 msgstr "Requires internet connection"
541546
542547 #. TRANSLATORS: nothing attached that can be upgraded
543 #: src/fu-util.c:470
548 #: src/fu-util.c:479
544549 msgid "No hardware detected with firmware update capability"
545550 msgstr "No hardware detected with firmware update capability"
546551
547552 #. TRANSLATORS: the first replacement is a display name
548553 #. * e.g. "ColorHugALS" and the second is a version number
549554 #. * e.g. "1.2.3"
550 #: src/fu-util.c:642
555 #: src/fu-util.c:651
551556 #, c-format
552557 msgid "Reinstalling %s with %s... "
553558 msgstr "Reinstalling %s with %s... "
555560 #. TRANSLATORS: the first replacement is a display name
556561 #. * e.g. "ColorHugALS" and the second and third are
557562 #. * version numbers e.g. "1.2.3"
558 #: src/fu-util.c:649
563 #: src/fu-util.c:658
559564 #, c-format
560565 msgid "Downgrading %s from %s to %s... "
561566 msgstr "Downgrading %s from %s to %s... "
563568 #. TRANSLATORS: the first replacement is a display name
564569 #. * e.g. "ColorHugALS" and the second and third are
565570 #. * version numbers e.g. "1.2.3"
566 #: src/fu-util.c:657
571 #: src/fu-util.c:666
567572 #, c-format
568573 msgid "Updating %s from %s to %s... "
569574 msgstr "Updating %s from %s to %s... "
570575
571 #: src/fu-util.c:685
576 #: src/fu-util.c:694
572577 msgid "Done!"
573578 msgstr "Done!"
574579
575 #: src/fu-util.c:717
580 #: src/fu-util.c:726
576581 msgid "Target"
577582 msgstr "Target"
578583
579 #: src/fu-util.c:718
584 #: src/fu-util.c:727
580585 msgid "Payload"
581586 msgstr "Payload"
582587
583 #: src/fu-util.c:719
588 #: src/fu-util.c:728
584589 msgid "Proceed with upload?"
585590 msgstr "Proceed with upload?"
586591
587592 #. TRANSLATORS: the server sent the user a small message
588 #: src/fu-util.c:788
593 #: src/fu-util.c:807
589594 msgid "Update failure is a known issue, visit this URL for more information:"
590595 msgstr ""
591596
592597 #. TRANSLATORS: the server sent the user a small message
593 #: src/fu-util.c:792
598 #: src/fu-util.c:811
594599 msgid "Upload message:"
595600 msgstr ""
596601
597 #: src/fu-util.c:986 src/fu-util.c:1376
602 #: src/fu-util.c:1034 src/fu-util.c:1414
598603 msgid "OK"
599604 msgstr "OK"
600605
601606 #. TRANSLATORS: downloading new signing file
602 #: src/fu-util.c:1091
607 #: src/fu-util.c:1139
603608 msgid "Fetching signature"
604609 msgstr "Fetching signature"
605610
606611 #. TRANSLATORS: downloading new metadata file
607 #: src/fu-util.c:1094
612 #: src/fu-util.c:1142
608613 msgid "Fetching metadata"
609614 msgstr "Fetching metadata"
610615
611616 #. TRANSLATORS: downloading new firmware file
612 #: src/fu-util.c:1097
617 #: src/fu-util.c:1145
613618 msgid "Fetching firmware"
614619 msgstr "Fetching firmware"
615620
616621 #. TRANSLATORS: downloading unknown file
617 #: src/fu-util.c:1100
622 #: src/fu-util.c:1148
618623 msgid "Fetching file"
619624 msgstr "Fetching file"
620625
621626 #. TRANSLATORS: section header for release version number
622 #: src/fu-util.c:1280
627 #: src/fu-util.c:1318
623628 msgid "Version"
624629 msgstr "Version"
625630
626631 #. TRANSLATORS: section header for the release one line summary
627 #: src/fu-util.c:1286
632 #: src/fu-util.c:1324
628633 msgid "Summary"
629634 msgstr "Summary"
630635
631636 #. TRANSLATORS: section header for the remote the file is coming from
632 #: src/fu-util.c:1289
637 #: src/fu-util.c:1327
633638 msgid "Remote"
634639 msgstr "Remote"
635640
636641 #. TRANSLATORS: section header for firmware URI
637 #: src/fu-util.c:1292
642 #: src/fu-util.c:1330
638643 msgid "URI"
639644 msgstr "URI"
640645
641646 #. TRANSLATORS: section header for firmware description
642 #: src/fu-util.c:1298
647 #: src/fu-util.c:1336
643648 msgid "Description"
644649 msgstr "Description"
645650
646651 #. TRANSLATORS: section header for firmware checksum
647652 #. TRANSLATORS: remote checksum
648 #: src/fu-util.c:1306 src/fu-util.c:1603
653 #: src/fu-util.c:1344 src/fu-util.c:1640
649654 msgid "Checksum"
650655 msgstr "Checksum"
651656
652657 #. TRANSLATORS: get interactive prompt
653 #: src/fu-util.c:1338
658 #: src/fu-util.c:1376
654659 msgid "Choose a release:"
655660 msgstr "Choose a release:"
656661
657662 #. TRANSLATORS: the metadata is very out of date; %u is a number > 1
658 #: src/fu-util.c:1443
663 #: src/fu-util.c:1480
659664 #, c-format
660665 msgid ""
661666 "Firmware metadata has not been updated for %u day and may not be up to date."
666671 msgstr[1] ""
667672
668673 #. TRANSLATORS: ask the user if we can update the metadata
669 #: src/fu-util.c:1451
674 #: src/fu-util.c:1488
670675 msgid "Update now?"
671676 msgstr "Update now?"
672677
673678 #. TRANSLATORS: first replacement is device name
674 #: src/fu-util.c:1496
679 #: src/fu-util.c:1533
675680 #, c-format
676681 msgid "%s has firmware updates:"
677682 msgstr "%s has firmware updates:"
678683
679 #: src/fu-util.c:1503
684 #: src/fu-util.c:1540
680685 msgid "GUID"
681686 msgstr "GUID"
682687
683688 #. TRANSLATORS: section header for firmware version
684 #: src/fu-util.c:1515
689 #: src/fu-util.c:1552
685690 msgid "Update Version"
686691 msgstr "Update Version"
687692
688693 #. TRANSLATORS: section header for the release name
689 #: src/fu-util.c:1519
694 #: src/fu-util.c:1556
690695 msgid "Update Name"
691696 msgstr "Update Name"
692697
693698 #. TRANSLATORS: section header for the release one line summary
694 #: src/fu-util.c:1522
699 #: src/fu-util.c:1559
695700 msgid "Update Summary"
696701 msgstr "Update Summary"
697702
698703 #. TRANSLATORS: section header for remote ID, e.g. lvfs-testing
699 #: src/fu-util.c:1525
704 #: src/fu-util.c:1562
700705 msgid "Update Remote ID"
701706 msgstr "Update Remote ID"
702707
703708 #. TRANSLATORS: section header for firmware checksum
704 #: src/fu-util.c:1534
709 #: src/fu-util.c:1571
705710 msgid "Update Checksum"
706711 msgstr "Update Checksum"
707712
708713 #. TRANSLATORS: section header for firmware remote http://
709 #: src/fu-util.c:1538
714 #: src/fu-util.c:1575
710715 msgid "Update Location"
711716 msgstr "Update Location"
712717
713718 #. TRANSLATORS: section header for long firmware desc
714 #: src/fu-util.c:1549
719 #: src/fu-util.c:1586
715720 msgid "Update Description"
716721 msgstr "Update Description"
717722
718723 #. TRANSLATORS: remote identifier, e.g. lvfs-testing
719 #: src/fu-util.c:1581
724 #: src/fu-util.c:1618
720725 msgid "Remote ID"
721726 msgstr "Remote ID"
722727
723728 #. TRANSLATORS: remote title, e.g. "Linux Vendor Firmware Service"
724 #: src/fu-util.c:1585
729 #: src/fu-util.c:1622
725730 msgid "Title"
726731 msgstr "Title"
727732
728733 #. TRANSLATORS: remote type, e.g. remote or local
729 #: src/fu-util.c:1589
734 #: src/fu-util.c:1626
730735 msgid "Type"
731736 msgstr "Type"
732737
733 #: src/fu-util.c:1594
738 #: src/fu-util.c:1631
734739 msgid "Keyring"
735740 msgstr "Keyring"
736741
737742 #. TRANSLATORS: if the remote is enabled
738 #: src/fu-util.c:1599
743 #: src/fu-util.c:1636
739744 msgid "Enabled"
740745 msgstr "Enabled"
741746
742747 #. TRANSLATORS: the age of the metadata
743 #: src/fu-util.c:1630
748 #: src/fu-util.c:1667
744749 msgid "Age"
745750 msgstr "Age"
746751
747752 #. TRANSLATORS: the numeric priority
748 #: src/fu-util.c:1637
753 #: src/fu-util.c:1674
749754 msgid "Priority"
750755 msgstr "Priority"
751756
752757 #. TRANSLATORS: remote filename base
753 #: src/fu-util.c:1642
758 #: src/fu-util.c:1679
754759 msgid "Username"
755760 msgstr "Username"
756761
757762 #. TRANSLATORS: remote filename base
758 #: src/fu-util.c:1647
763 #: src/fu-util.c:1684
759764 msgid "Password"
760765 msgstr "Password"
761766
762767 #. TRANSLATORS: filename of the local file
763 #: src/fu-util.c:1652
768 #: src/fu-util.c:1689
764769 msgid "Filename"
765770 msgstr "Filename"
766771
767772 #. TRANSLATORS: filename of the local file
768 #: src/fu-util.c:1657
773 #: src/fu-util.c:1694
769774 msgid "Filename Signature"
770775 msgstr "Filename Signature"
771776
772777 #. TRANSLATORS: remote URI
773 #: src/fu-util.c:1662
778 #: src/fu-util.c:1699
774779 msgid "Metadata URI"
775780 msgstr "Metadata URI"
776781
777782 #. TRANSLATORS: remote URI
778 #: src/fu-util.c:1667
783 #: src/fu-util.c:1704
779784 msgid "Metadata URI Signature"
780785 msgstr "Metadata URI Signature"
781786
782787 #. TRANSLATORS: remote URI
783 #: src/fu-util.c:1672
788 #: src/fu-util.c:1709
784789 msgid "Firmware Base URI"
785790 msgstr "Firmware Base URI"
786791
787792 #. TRANSLATORS: URI to send success/failure reports
788 #: src/fu-util.c:1677
793 #: src/fu-util.c:1714
789794 msgid "Report URI"
790795 msgstr "Report URI"
791796
792797 #. TRANSLATORS: this is when a device is hotplugged
793 #: src/fu-util.c:1704
798 #: src/fu-util.c:1741
794799 msgid "Device added:"
795800 msgstr "Device added:"
796801
797802 #. TRANSLATORS: this is when a device is hotplugged
798 #: src/fu-util.c:1714
803 #: src/fu-util.c:1751
799804 msgid "Device removed:"
800805 msgstr "Device removed:"
801806
802807 #. TRANSLATORS: this is when a device has been updated
803 #: src/fu-util.c:1724
808 #: src/fu-util.c:1761
804809 msgid "Device changed:"
805810 msgstr "Device changed:"
806811
807812 #. TRANSLATORS: explain why we want to upload
808 #: src/fu-util.c:1915
813 #: src/fu-util.c:1952
809814 msgid "An update requires a reboot to complete."
810815 msgstr ""
811816
812817 #. TRANSLATORS: reboot to apply the update
813 #: src/fu-util.c:1917
818 #: src/fu-util.c:1954
814819 msgid "Restart now?"
815820 msgstr ""
816821
817822 #. TRANSLATORS: command line option
818 #: src/fu-util.c:2087
823 #: src/fu-util.c:2116
819824 msgid "Show extra debugging information"
820825 msgstr "Show extra debugging information"
821826
822827 #. TRANSLATORS: command line option
823 #: src/fu-util.c:2090
828 #: src/fu-util.c:2119
824829 msgid "Show client and daemon versions"
825830 msgstr "Show client and daemon versions"
826831
827832 #. TRANSLATORS: command line option
828 #: src/fu-util.c:2093
833 #: src/fu-util.c:2122
829834 msgid "Schedule installation for next reboot when possible"
830835 msgstr "Schedule installation for next reboot when possible"
831836
832837 #. TRANSLATORS: command line option
833 #: src/fu-util.c:2096
838 #: src/fu-util.c:2125
834839 msgid "Allow re-installing existing firmware versions"
835840 msgstr "Allow re-installing existing firmware versions"
836841
837842 #. TRANSLATORS: command line option
838 #: src/fu-util.c:2099
843 #: src/fu-util.c:2128
839844 msgid "Allow downgrading firmware versions"
840845 msgstr "Allow downgrading firmware versions"
841846
842847 #. TRANSLATORS: command line option
843 #: src/fu-util.c:2102
848 #: src/fu-util.c:2131
844849 msgid "Override plugin warning"
845850 msgstr "Override plugin warning"
846851
847852 #. TRANSLATORS: command line option
848 #: src/fu-util.c:2105
853 #: src/fu-util.c:2134
849854 msgid "Answer yes to all questions"
850855 msgstr "Answer yes to all questions"
851856
852857 #. TRANSLATORS: command line option
853 #: src/fu-util.c:2108
858 #: src/fu-util.c:2137
854859 msgid "Do not check for unreported history"
855860 msgstr "Do not check for unreported history"
856861
857862 #. TRANSLATORS: command line option
858 #: src/fu-util.c:2111
863 #: src/fu-util.c:2140
859864 msgid "Do not check for old metadata"
860865 msgstr "Do not check for old metadata"
861866
862867 #. TRANSLATORS: command line option
863 #: src/fu-util.c:2114
868 #: src/fu-util.c:2143
864869 msgid "Do not check for reboot after update"
865870 msgstr ""
866871
867872 #. TRANSLATORS: command description
868 #: src/fu-util.c:2137
873 #: src/fu-util.c:2166
869874 msgid "Get all devices that support firmware updates"
870875 msgstr "Get all devices that support firmware updates"
871876
872877 #. TRANSLATORS: command description
873 #: src/fu-util.c:2143
878 #: src/fu-util.c:2172
874879 msgid "Return all the hardware IDs for the machine"
875880 msgstr "Return all the hardware IDs for the machine"
876881
877882 #. TRANSLATORS: command description
878 #: src/fu-util.c:2149
883 #: src/fu-util.c:2178
879884 msgid "Install prepared updates now"
880885 msgstr "Install prepared updates now"
881886
882887 #. TRANSLATORS: command description
883 #: src/fu-util.c:2155
888 #: src/fu-util.c:2184
884889 msgid "Show history of firmware updates"
885890 msgstr "Show history of firmware updates"
886891
887892 #. TRANSLATORS: command description
888 #: src/fu-util.c:2161
893 #: src/fu-util.c:2190
889894 msgid "Erase all firmware update history"
890895 msgstr "Erase all firmware update history"
891896
892897 #. TRANSLATORS: command description
893 #: src/fu-util.c:2167
898 #: src/fu-util.c:2196
894899 msgid "Share firmware history with the developers"
895900 msgstr "Share firmware history with the developers"
896901
897902 #. TRANSLATORS: command description
898 #: src/fu-util.c:2173
903 #: src/fu-util.c:2202
899904 msgid "Install a firmware file on this hardware"
900905 msgstr "Install a firmware file on this hardware"
901906
902907 #. TRANSLATORS: command description
903 #: src/fu-util.c:2179
908 #: src/fu-util.c:2208
904909 msgid "Gets details about a firmware file"
905910 msgstr "Gets details about a firmware file"
906911
907912 #. TRANSLATORS: command description
908 #: src/fu-util.c:2185
913 #: src/fu-util.c:2214
909914 msgid "Gets the list of updates for connected hardware"
910915 msgstr "Gets the list of updates for connected hardware"
911916
912917 #. TRANSLATORS: command description
913 #: src/fu-util.c:2191
918 #: src/fu-util.c:2220
914919 msgid "Updates all firmware to latest versions available"
915920 msgstr "Updates all firmware to latest versions available"
916921
917922 #. TRANSLATORS: command description
918 #: src/fu-util.c:2197
923 #: src/fu-util.c:2226
919924 msgid "Gets the cryptographic hash of the dumped firmware"
920925 msgstr "Gets the cryptographic hash of the dumped firmware"
921926
922927 #. TRANSLATORS: command description
923 #: src/fu-util.c:2203
928 #: src/fu-util.c:2232
924929 msgid "Unlocks the device for firmware access"
925930 msgstr "Unlocks the device for firmware access"
926931
927932 #. TRANSLATORS: command description
928 #: src/fu-util.c:2209
933 #: src/fu-util.c:2238
929934 msgid "Clears the results from the last update"
930935 msgstr "Clears the results from the last update"
931936
932937 #. TRANSLATORS: command description
933 #: src/fu-util.c:2215
938 #: src/fu-util.c:2244
934939 msgid "Clears any updates scheduled to be updated offline"
935940 msgstr "Clears any updates scheduled to be updated offline"
936941
937942 #. TRANSLATORS: command description
938 #: src/fu-util.c:2221
943 #: src/fu-util.c:2250
939944 msgid "Gets the results from the last update"
940945 msgstr "Gets the results from the last update"
941946
942947 #. TRANSLATORS: command description
943 #: src/fu-util.c:2227
948 #: src/fu-util.c:2256
944949 msgid "Gets the releases for a device"
945950 msgstr "Gets the releases for a device"
946951
947952 #. TRANSLATORS: command description
948 #: src/fu-util.c:2233
953 #: src/fu-util.c:2262
949954 msgid "Gets the configured remotes"
950955 msgstr "Gets the configured remotes"
951956
952957 #. TRANSLATORS: command description
953 #: src/fu-util.c:2239
958 #: src/fu-util.c:2268
954959 msgid "Downgrades the firmware on a device"
955960 msgstr "Downgrades the firmware on a device"
956961
957962 #. TRANSLATORS: command description
958 #: src/fu-util.c:2245
963 #: src/fu-util.c:2274
959964 msgid "Refresh metadata from remote server"
960965 msgstr "Refresh metadata from remote server"
961966
962967 #. TRANSLATORS: command description
963 #: src/fu-util.c:2251
968 #: src/fu-util.c:2280
964969 msgid "Update the stored metadata with current ROM contents"
965970 msgstr "Update the stored metadata with current ROM contents"
966971
967972 #. TRANSLATORS: command description
968 #: src/fu-util.c:2257
973 #: src/fu-util.c:2286
969974 msgid "Monitor the daemon for events"
970975 msgstr "Monitor the daemon for events"
971976
972977 #. TRANSLATORS: command description
973 #: src/fu-util.c:2263
978 #: src/fu-util.c:2292
974979 msgid "Build firmware using a sandbox"
975980 msgstr "Build firmware using a sandbox"
976981
977982 #. TRANSLATORS: command description
978 #: src/fu-util.c:2269
983 #: src/fu-util.c:2298
979984 msgid "Dump SMBIOS data from a file"
980985 msgstr "Dump SMBIOS data from a file"
981986
982987 #. TRANSLATORS: command description
983 #: src/fu-util.c:2275
988 #: src/fu-util.c:2304
984989 msgid "Modifies a given remote"
985990 msgstr "Modifies a given remote"
986991
987992 #. TRANSLATORS: program name
988 #: src/fu-util.c:2305
993 #: src/fu-util.c:2334
989994 msgid "Firmware Utility"
990995 msgstr "Firmware Utility"
+106
-101
po/eu.po less more
77 msgstr ""
88 "Project-Id-Version: fwupd\n"
99 "Report-Msgid-Bugs-To: \n"
10 "POT-Creation-Date: 2018-02-13 21:34+0000\n"
11 "PO-Revision-Date: 2018-02-13 21:34+0000\n"
10 "POT-Creation-Date: 2018-03-12 10:37+0000\n"
11 "PO-Revision-Date: 2018-03-12 10:37+0000\n"
1212 "Last-Translator: Richard Hughes <richard@hughsie.com>\n"
1313 "Language-Team: Basque (http://www.transifex.com/freedesktop/fwupd/language/eu/)\n"
1414 "MIME-Version: 1.0\n"
140140
141141 #. TRANSLATORS: this is when a device is hotplugged
142142 #. TRANSLATORS: this is when the daemon state changes
143 #: plugins/dfu/dfu-tool.c:1478 src/fu-util.c:1731
143 #: plugins/dfu/dfu-tool.c:1478 src/fu-util.c:1768
144144 msgid "Changed"
145145 msgstr "Aldatua"
146146
147147 #. TRANSLATORS: this is when a device ctrl+c's a watch
148 #: plugins/dfu/dfu-tool.c:1486 src/fu-util.c:1693
148 #: plugins/dfu/dfu-tool.c:1486 src/fu-util.c:1730
149149 msgid "Cancelled"
150150 msgstr ""
151151
152152 #. TRANSLATORS: Appstream ID for the hardware type
153 #: plugins/dfu/dfu-tool.c:1978 src/fu-util.c:1512
153 #: plugins/dfu/dfu-tool.c:1978 src/fu-util.c:1549
154154 msgid "ID"
155155 msgstr "IDa"
156156
158158 #. TRANSLATORS: device name, e.g. 'ColorHug2'
159159 #. TRANSLATORS: section header for the release name
160160 #: plugins/dfu/dfu-tool.c:1984 plugins/dfu/dfu-tool.c:1990
161 #: plugins/dfu/dfu-tool.c:2104 src/fu-util.c:1283
161 #: plugins/dfu/dfu-tool.c:2104 src/fu-util.c:1321
162162 msgid "Name"
163163 msgstr "Izena"
164164
380380
381381 #. TRANSLATORS: the user didn't read the man page
382382 #: plugins/dfu/dfu-tool.c:2423 plugins/synapticsmst/synapticsmst-tool.c:424
383 #: src/fu-util.c:2310
383 #: src/fu-util.c:2339
384384 msgid "Failed to parse arguments"
385385 msgstr ""
386386
399399 msgstr ""
400400
401401 #. TRANSLATORS: this is shown when updating the firmware after the reboot
402 #: plugins/uefi/fu-plugin-uefi.c:399
402 #: plugins/uefi/fu-plugin-uefi.c:403
403403 msgid "Installing firmware update…"
404404 msgstr ""
405405
511511 #. TRANSLATORS: the user isn't reading the question
512512 #: src/fu-util.c:242
513513 #, c-format
514 msgid "Please enter a number from 1 to %u: "
514 msgid "Please enter a number from 0 to %u: "
515515 msgstr ""
516516
517517 #. TRANSLATORS: get interactive prompt
519519 msgid "Choose a device:"
520520 msgstr ""
521521
522 #. TRANSLATORS: this is to abort the interactive prompt
523 #: src/fu-util.c:307
524 msgid "Cancel"
525 msgstr ""
526
522527 #. TRANSLATORS: a list of failed updates
523 #: src/fu-util.c:418
528 #: src/fu-util.c:427
524529 msgid "Devices that were not updated correctly:"
525530 msgstr ""
526531
527532 #. TRANSLATORS: a list of successful updates
528 #: src/fu-util.c:432
533 #: src/fu-util.c:441
529534 msgid "Devices that have been updated successfully:"
530535 msgstr ""
531536
532537 #. TRANSLATORS: explain why we want to upload
533 #: src/fu-util.c:446
538 #: src/fu-util.c:455
534539 msgid "Upload report now?"
535540 msgstr ""
536541
537542 #. TRANSLATORS: metadata is downloaded from the Internet
538 #: src/fu-util.c:448 src/fu-util.c:1453
543 #: src/fu-util.c:457 src/fu-util.c:1490
539544 msgid "Requires internet connection"
540545 msgstr ""
541546
542547 #. TRANSLATORS: nothing attached that can be upgraded
543 #: src/fu-util.c:470
548 #: src/fu-util.c:479
544549 msgid "No hardware detected with firmware update capability"
545550 msgstr ""
546551
547552 #. TRANSLATORS: the first replacement is a display name
548553 #. * e.g. "ColorHugALS" and the second is a version number
549554 #. * e.g. "1.2.3"
550 #: src/fu-util.c:642
555 #: src/fu-util.c:651
551556 #, c-format
552557 msgid "Reinstalling %s with %s... "
553558 msgstr ""
555560 #. TRANSLATORS: the first replacement is a display name
556561 #. * e.g. "ColorHugALS" and the second and third are
557562 #. * version numbers e.g. "1.2.3"
558 #: src/fu-util.c:649
563 #: src/fu-util.c:658
559564 #, c-format
560565 msgid "Downgrading %s from %s to %s... "
561566 msgstr ""
563568 #. TRANSLATORS: the first replacement is a display name
564569 #. * e.g. "ColorHugALS" and the second and third are
565570 #. * version numbers e.g. "1.2.3"
566 #: src/fu-util.c:657
571 #: src/fu-util.c:666
567572 #, c-format
568573 msgid "Updating %s from %s to %s... "
569574 msgstr ""
570575
571 #: src/fu-util.c:685
576 #: src/fu-util.c:694
572577 msgid "Done!"
573578 msgstr ""
574579
575 #: src/fu-util.c:717
580 #: src/fu-util.c:726
576581 msgid "Target"
577582 msgstr ""
578583
579 #: src/fu-util.c:718
584 #: src/fu-util.c:727
580585 msgid "Payload"
581586 msgstr ""
582587
583 #: src/fu-util.c:719
588 #: src/fu-util.c:728
584589 msgid "Proceed with upload?"
585590 msgstr ""
586591
587592 #. TRANSLATORS: the server sent the user a small message
588 #: src/fu-util.c:788
593 #: src/fu-util.c:807
589594 msgid "Update failure is a known issue, visit this URL for more information:"
590595 msgstr ""
591596
592597 #. TRANSLATORS: the server sent the user a small message
593 #: src/fu-util.c:792
598 #: src/fu-util.c:811
594599 msgid "Upload message:"
595600 msgstr ""
596601
597 #: src/fu-util.c:986 src/fu-util.c:1376
602 #: src/fu-util.c:1034 src/fu-util.c:1414
598603 msgid "OK"
599604 msgstr ""
600605
601606 #. TRANSLATORS: downloading new signing file
602 #: src/fu-util.c:1091
607 #: src/fu-util.c:1139
603608 msgid "Fetching signature"
604609 msgstr ""
605610
606611 #. TRANSLATORS: downloading new metadata file
607 #: src/fu-util.c:1094
612 #: src/fu-util.c:1142
608613 msgid "Fetching metadata"
609614 msgstr ""
610615
611616 #. TRANSLATORS: downloading new firmware file
612 #: src/fu-util.c:1097
617 #: src/fu-util.c:1145
613618 msgid "Fetching firmware"
614619 msgstr ""
615620
616621 #. TRANSLATORS: downloading unknown file
617 #: src/fu-util.c:1100
622 #: src/fu-util.c:1148
618623 msgid "Fetching file"
619624 msgstr ""
620625
621626 #. TRANSLATORS: section header for release version number
622 #: src/fu-util.c:1280
627 #: src/fu-util.c:1318
623628 msgid "Version"
624629 msgstr ""
625630
626631 #. TRANSLATORS: section header for the release one line summary
627 #: src/fu-util.c:1286
632 #: src/fu-util.c:1324
628633 msgid "Summary"
629634 msgstr ""
630635
631636 #. TRANSLATORS: section header for the remote the file is coming from
632 #: src/fu-util.c:1289
637 #: src/fu-util.c:1327
633638 msgid "Remote"
634639 msgstr ""
635640
636641 #. TRANSLATORS: section header for firmware URI
637 #: src/fu-util.c:1292
642 #: src/fu-util.c:1330
638643 msgid "URI"
639644 msgstr ""
640645
641646 #. TRANSLATORS: section header for firmware description
642 #: src/fu-util.c:1298
647 #: src/fu-util.c:1336
643648 msgid "Description"
644649 msgstr ""
645650
646651 #. TRANSLATORS: section header for firmware checksum
647652 #. TRANSLATORS: remote checksum
648 #: src/fu-util.c:1306 src/fu-util.c:1603
653 #: src/fu-util.c:1344 src/fu-util.c:1640
649654 msgid "Checksum"
650655 msgstr ""
651656
652657 #. TRANSLATORS: get interactive prompt
653 #: src/fu-util.c:1338
658 #: src/fu-util.c:1376
654659 msgid "Choose a release:"
655660 msgstr ""
656661
657662 #. TRANSLATORS: the metadata is very out of date; %u is a number > 1
658 #: src/fu-util.c:1443
663 #: src/fu-util.c:1480
659664 #, c-format
660665 msgid ""
661666 "Firmware metadata has not been updated for %u day and may not be up to date."
666671 msgstr[1] ""
667672
668673 #. TRANSLATORS: ask the user if we can update the metadata
669 #: src/fu-util.c:1451
674 #: src/fu-util.c:1488
670675 msgid "Update now?"
671676 msgstr ""
672677
673678 #. TRANSLATORS: first replacement is device name
674 #: src/fu-util.c:1496
679 #: src/fu-util.c:1533
675680 #, c-format
676681 msgid "%s has firmware updates:"
677682 msgstr ""
678683
679 #: src/fu-util.c:1503
684 #: src/fu-util.c:1540
680685 msgid "GUID"
681686 msgstr ""
682687
683688 #. TRANSLATORS: section header for firmware version
684 #: src/fu-util.c:1515
689 #: src/fu-util.c:1552
685690 msgid "Update Version"
686691 msgstr ""
687692
688693 #. TRANSLATORS: section header for the release name
689 #: src/fu-util.c:1519
694 #: src/fu-util.c:1556
690695 msgid "Update Name"
691696 msgstr ""
692697
693698 #. TRANSLATORS: section header for the release one line summary
694 #: src/fu-util.c:1522
699 #: src/fu-util.c:1559
695700 msgid "Update Summary"
696701 msgstr ""
697702
698703 #. TRANSLATORS: section header for remote ID, e.g. lvfs-testing
699 #: src/fu-util.c:1525
704 #: src/fu-util.c:1562
700705 msgid "Update Remote ID"
701706 msgstr ""
702707
703708 #. TRANSLATORS: section header for firmware checksum
704 #: src/fu-util.c:1534
709 #: src/fu-util.c:1571
705710 msgid "Update Checksum"
706711 msgstr ""
707712
708713 #. TRANSLATORS: section header for firmware remote http://
709 #: src/fu-util.c:1538
714 #: src/fu-util.c:1575
710715 msgid "Update Location"
711716 msgstr ""
712717
713718 #. TRANSLATORS: section header for long firmware desc
714 #: src/fu-util.c:1549
719 #: src/fu-util.c:1586
715720 msgid "Update Description"
716721 msgstr ""
717722
718723 #. TRANSLATORS: remote identifier, e.g. lvfs-testing
719 #: src/fu-util.c:1581
724 #: src/fu-util.c:1618
720725 msgid "Remote ID"
721726 msgstr ""
722727
723728 #. TRANSLATORS: remote title, e.g. "Linux Vendor Firmware Service"
724 #: src/fu-util.c:1585
729 #: src/fu-util.c:1622
725730 msgid "Title"
726731 msgstr ""
727732
728733 #. TRANSLATORS: remote type, e.g. remote or local
729 #: src/fu-util.c:1589
734 #: src/fu-util.c:1626
730735 msgid "Type"
731736 msgstr ""
732737
733 #: src/fu-util.c:1594
738 #: src/fu-util.c:1631
734739 msgid "Keyring"
735740 msgstr ""
736741
737742 #. TRANSLATORS: if the remote is enabled
738 #: src/fu-util.c:1599
743 #: src/fu-util.c:1636
739744 msgid "Enabled"
740745 msgstr ""
741746
742747 #. TRANSLATORS: the age of the metadata
743 #: src/fu-util.c:1630
748 #: src/fu-util.c:1667
744749 msgid "Age"
745750 msgstr ""
746751
747752 #. TRANSLATORS: the numeric priority
748 #: src/fu-util.c:1637
753 #: src/fu-util.c:1674
749754 msgid "Priority"
750755 msgstr ""
751756
752757 #. TRANSLATORS: remote filename base
753 #: src/fu-util.c:1642
758 #: src/fu-util.c:1679
754759 msgid "Username"
755760 msgstr ""
756761
757762 #. TRANSLATORS: remote filename base
758 #: src/fu-util.c:1647
763 #: src/fu-util.c:1684
759764 msgid "Password"
760765 msgstr ""
761766
762767 #. TRANSLATORS: filename of the local file
763 #: src/fu-util.c:1652
768 #: src/fu-util.c:1689
764769 msgid "Filename"
765770 msgstr ""
766771
767772 #. TRANSLATORS: filename of the local file
768 #: src/fu-util.c:1657
773 #: src/fu-util.c:1694
769774 msgid "Filename Signature"
770775 msgstr ""
771776
772777 #. TRANSLATORS: remote URI
773 #: src/fu-util.c:1662
778 #: src/fu-util.c:1699
774779 msgid "Metadata URI"
775780 msgstr ""
776781
777782 #. TRANSLATORS: remote URI
778 #: src/fu-util.c:1667
783 #: src/fu-util.c:1704
779784 msgid "Metadata URI Signature"
780785 msgstr ""
781786
782787 #. TRANSLATORS: remote URI
783 #: src/fu-util.c:1672
788 #: src/fu-util.c:1709
784789 msgid "Firmware Base URI"
785790 msgstr ""
786791
787792 #. TRANSLATORS: URI to send success/failure reports
788 #: src/fu-util.c:1677
793 #: src/fu-util.c:1714
789794 msgid "Report URI"
790795 msgstr ""
791796
792797 #. TRANSLATORS: this is when a device is hotplugged
793 #: src/fu-util.c:1704
798 #: src/fu-util.c:1741
794799 msgid "Device added:"
795800 msgstr ""
796801
797802 #. TRANSLATORS: this is when a device is hotplugged
798 #: src/fu-util.c:1714
803 #: src/fu-util.c:1751
799804 msgid "Device removed:"
800805 msgstr ""
801806
802807 #. TRANSLATORS: this is when a device has been updated
803 #: src/fu-util.c:1724
808 #: src/fu-util.c:1761
804809 msgid "Device changed:"
805810 msgstr ""
806811
807812 #. TRANSLATORS: explain why we want to upload
808 #: src/fu-util.c:1915
813 #: src/fu-util.c:1952
809814 msgid "An update requires a reboot to complete."
810815 msgstr ""
811816
812817 #. TRANSLATORS: reboot to apply the update
813 #: src/fu-util.c:1917
818 #: src/fu-util.c:1954
814819 msgid "Restart now?"
815820 msgstr ""
816821
817822 #. TRANSLATORS: command line option
818 #: src/fu-util.c:2087
823 #: src/fu-util.c:2116
819824 msgid "Show extra debugging information"
820825 msgstr ""
821826
822827 #. TRANSLATORS: command line option
823 #: src/fu-util.c:2090
828 #: src/fu-util.c:2119
824829 msgid "Show client and daemon versions"
825830 msgstr ""
826831
827832 #. TRANSLATORS: command line option
828 #: src/fu-util.c:2093
833 #: src/fu-util.c:2122
829834 msgid "Schedule installation for next reboot when possible"
830835 msgstr ""
831836
832837 #. TRANSLATORS: command line option
833 #: src/fu-util.c:2096
838 #: src/fu-util.c:2125
834839 msgid "Allow re-installing existing firmware versions"
835840 msgstr ""
836841
837842 #. TRANSLATORS: command line option
838 #: src/fu-util.c:2099
843 #: src/fu-util.c:2128
839844 msgid "Allow downgrading firmware versions"
840845 msgstr ""
841846
842847 #. TRANSLATORS: command line option
843 #: src/fu-util.c:2102
848 #: src/fu-util.c:2131
844849 msgid "Override plugin warning"
845850 msgstr ""
846851
847852 #. TRANSLATORS: command line option
848 #: src/fu-util.c:2105
853 #: src/fu-util.c:2134
849854 msgid "Answer yes to all questions"
850855 msgstr ""
851856
852857 #. TRANSLATORS: command line option
853 #: src/fu-util.c:2108
858 #: src/fu-util.c:2137
854859 msgid "Do not check for unreported history"
855860 msgstr ""
856861
857862 #. TRANSLATORS: command line option
858 #: src/fu-util.c:2111
863 #: src/fu-util.c:2140
859864 msgid "Do not check for old metadata"
860865 msgstr ""
861866
862867 #. TRANSLATORS: command line option
863 #: src/fu-util.c:2114
868 #: src/fu-util.c:2143
864869 msgid "Do not check for reboot after update"
865870 msgstr ""
866871
867872 #. TRANSLATORS: command description
868 #: src/fu-util.c:2137
873 #: src/fu-util.c:2166
869874 msgid "Get all devices that support firmware updates"
870875 msgstr ""
871876
872877 #. TRANSLATORS: command description
873 #: src/fu-util.c:2143
878 #: src/fu-util.c:2172
874879 msgid "Return all the hardware IDs for the machine"
875880 msgstr ""
876881
877882 #. TRANSLATORS: command description
878 #: src/fu-util.c:2149
883 #: src/fu-util.c:2178
879884 msgid "Install prepared updates now"
880885 msgstr ""
881886
882887 #. TRANSLATORS: command description
883 #: src/fu-util.c:2155
888 #: src/fu-util.c:2184
884889 msgid "Show history of firmware updates"
885890 msgstr ""
886891
887892 #. TRANSLATORS: command description
888 #: src/fu-util.c:2161
893 #: src/fu-util.c:2190
889894 msgid "Erase all firmware update history"
890895 msgstr ""
891896
892897 #. TRANSLATORS: command description
893 #: src/fu-util.c:2167
898 #: src/fu-util.c:2196
894899 msgid "Share firmware history with the developers"
895900 msgstr ""
896901
897902 #. TRANSLATORS: command description
898 #: src/fu-util.c:2173
903 #: src/fu-util.c:2202
899904 msgid "Install a firmware file on this hardware"
900905 msgstr ""
901906
902907 #. TRANSLATORS: command description
903 #: src/fu-util.c:2179
908 #: src/fu-util.c:2208
904909 msgid "Gets details about a firmware file"
905910 msgstr ""
906911
907912 #. TRANSLATORS: command description
908 #: src/fu-util.c:2185
913 #: src/fu-util.c:2214
909914 msgid "Gets the list of updates for connected hardware"
910915 msgstr ""
911916
912917 #. TRANSLATORS: command description
913 #: src/fu-util.c:2191
918 #: src/fu-util.c:2220
914919 msgid "Updates all firmware to latest versions available"
915920 msgstr ""
916921
917922 #. TRANSLATORS: command description
918 #: src/fu-util.c:2197
923 #: src/fu-util.c:2226
919924 msgid "Gets the cryptographic hash of the dumped firmware"
920925 msgstr ""
921926
922927 #. TRANSLATORS: command description
923 #: src/fu-util.c:2203
928 #: src/fu-util.c:2232
924929 msgid "Unlocks the device for firmware access"
925930 msgstr ""
926931
927932 #. TRANSLATORS: command description
928 #: src/fu-util.c:2209
933 #: src/fu-util.c:2238
929934 msgid "Clears the results from the last update"
930935 msgstr ""
931936
932937 #. TRANSLATORS: command description
933 #: src/fu-util.c:2215
938 #: src/fu-util.c:2244
934939 msgid "Clears any updates scheduled to be updated offline"
935940 msgstr ""
936941
937942 #. TRANSLATORS: command description
938 #: src/fu-util.c:2221
943 #: src/fu-util.c:2250
939944 msgid "Gets the results from the last update"
940945 msgstr ""
941946
942947 #. TRANSLATORS: command description
943 #: src/fu-util.c:2227
948 #: src/fu-util.c:2256
944949 msgid "Gets the releases for a device"
945950 msgstr ""
946951
947952 #. TRANSLATORS: command description
948 #: src/fu-util.c:2233
953 #: src/fu-util.c:2262
949954 msgid "Gets the configured remotes"
950955 msgstr ""
951956
952957 #. TRANSLATORS: command description
953 #: src/fu-util.c:2239
958 #: src/fu-util.c:2268
954959 msgid "Downgrades the firmware on a device"
955960 msgstr ""
956961
957962 #. TRANSLATORS: command description
958 #: src/fu-util.c:2245
963 #: src/fu-util.c:2274
959964 msgid "Refresh metadata from remote server"
960965 msgstr ""
961966
962967 #. TRANSLATORS: command description
963 #: src/fu-util.c:2251
968 #: src/fu-util.c:2280
964969 msgid "Update the stored metadata with current ROM contents"
965970 msgstr ""
966971
967972 #. TRANSLATORS: command description
968 #: src/fu-util.c:2257
973 #: src/fu-util.c:2286
969974 msgid "Monitor the daemon for events"
970975 msgstr ""
971976
972977 #. TRANSLATORS: command description
973 #: src/fu-util.c:2263
978 #: src/fu-util.c:2292
974979 msgid "Build firmware using a sandbox"
975980 msgstr ""
976981
977982 #. TRANSLATORS: command description
978 #: src/fu-util.c:2269
983 #: src/fu-util.c:2298
979984 msgid "Dump SMBIOS data from a file"
980985 msgstr ""
981986
982987 #. TRANSLATORS: command description
983 #: src/fu-util.c:2275
988 #: src/fu-util.c:2304
984989 msgid "Modifies a given remote"
985990 msgstr ""
986991
987992 #. TRANSLATORS: program name
988 #: src/fu-util.c:2305
993 #: src/fu-util.c:2334
989994 msgid "Firmware Utility"
990995 msgstr ""
+106
-101
po/fi.po less more
77 msgstr ""
88 "Project-Id-Version: fwupd\n"
99 "Report-Msgid-Bugs-To: \n"
10 "POT-Creation-Date: 2018-02-13 21:34+0000\n"
11 "PO-Revision-Date: 2018-02-13 21:34+0000\n"
10 "POT-Creation-Date: 2018-03-12 10:37+0000\n"
11 "PO-Revision-Date: 2018-03-12 10:37+0000\n"
1212 "Last-Translator: Richard Hughes <richard@hughsie.com>\n"
1313 "Language-Team: Finnish (http://www.transifex.com/freedesktop/fwupd/language/fi/)\n"
1414 "MIME-Version: 1.0\n"
140140
141141 #. TRANSLATORS: this is when a device is hotplugged
142142 #. TRANSLATORS: this is when the daemon state changes
143 #: plugins/dfu/dfu-tool.c:1478 src/fu-util.c:1731
143 #: plugins/dfu/dfu-tool.c:1478 src/fu-util.c:1768
144144 msgid "Changed"
145145 msgstr "Muutettu"
146146
147147 #. TRANSLATORS: this is when a device ctrl+c's a watch
148 #: plugins/dfu/dfu-tool.c:1486 src/fu-util.c:1693
148 #: plugins/dfu/dfu-tool.c:1486 src/fu-util.c:1730
149149 msgid "Cancelled"
150150 msgstr "Peruttu"
151151
152152 #. TRANSLATORS: Appstream ID for the hardware type
153 #: plugins/dfu/dfu-tool.c:1978 src/fu-util.c:1512
153 #: plugins/dfu/dfu-tool.c:1978 src/fu-util.c:1549
154154 msgid "ID"
155155 msgstr ""
156156
158158 #. TRANSLATORS: device name, e.g. 'ColorHug2'
159159 #. TRANSLATORS: section header for the release name
160160 #: plugins/dfu/dfu-tool.c:1984 plugins/dfu/dfu-tool.c:1990
161 #: plugins/dfu/dfu-tool.c:2104 src/fu-util.c:1283
161 #: plugins/dfu/dfu-tool.c:2104 src/fu-util.c:1321
162162 msgid "Name"
163163 msgstr "Nimi"
164164
380380
381381 #. TRANSLATORS: the user didn't read the man page
382382 #: plugins/dfu/dfu-tool.c:2423 plugins/synapticsmst/synapticsmst-tool.c:424
383 #: src/fu-util.c:2310
383 #: src/fu-util.c:2339
384384 msgid "Failed to parse arguments"
385385 msgstr ""
386386
399399 msgstr ""
400400
401401 #. TRANSLATORS: this is shown when updating the firmware after the reboot
402 #: plugins/uefi/fu-plugin-uefi.c:399
402 #: plugins/uefi/fu-plugin-uefi.c:403
403403 msgid "Installing firmware update…"
404404 msgstr "Asennetaan firmware-päivitystä…"
405405
511511 #. TRANSLATORS: the user isn't reading the question
512512 #: src/fu-util.c:242
513513 #, c-format
514 msgid "Please enter a number from 1 to %u: "
514 msgid "Please enter a number from 0 to %u: "
515515 msgstr ""
516516
517517 #. TRANSLATORS: get interactive prompt
519519 msgid "Choose a device:"
520520 msgstr "Valitse laite:"
521521
522 #. TRANSLATORS: this is to abort the interactive prompt
523 #: src/fu-util.c:307
524 msgid "Cancel"
525 msgstr ""
526
522527 #. TRANSLATORS: a list of failed updates
523 #: src/fu-util.c:418
528 #: src/fu-util.c:427
524529 msgid "Devices that were not updated correctly:"
525530 msgstr ""
526531
527532 #. TRANSLATORS: a list of successful updates
528 #: src/fu-util.c:432
533 #: src/fu-util.c:441
529534 msgid "Devices that have been updated successfully:"
530535 msgstr ""
531536
532537 #. TRANSLATORS: explain why we want to upload
533 #: src/fu-util.c:446
538 #: src/fu-util.c:455
534539 msgid "Upload report now?"
535540 msgstr ""
536541
537542 #. TRANSLATORS: metadata is downloaded from the Internet
538 #: src/fu-util.c:448 src/fu-util.c:1453
543 #: src/fu-util.c:457 src/fu-util.c:1490
539544 msgid "Requires internet connection"
540545 msgstr ""
541546
542547 #. TRANSLATORS: nothing attached that can be upgraded
543 #: src/fu-util.c:470
548 #: src/fu-util.c:479
544549 msgid "No hardware detected with firmware update capability"
545550 msgstr ""
546551
547552 #. TRANSLATORS: the first replacement is a display name
548553 #. * e.g. "ColorHugALS" and the second is a version number
549554 #. * e.g. "1.2.3"
550 #: src/fu-util.c:642
555 #: src/fu-util.c:651
551556 #, c-format
552557 msgid "Reinstalling %s with %s... "
553558 msgstr ""
555560 #. TRANSLATORS: the first replacement is a display name
556561 #. * e.g. "ColorHugALS" and the second and third are
557562 #. * version numbers e.g. "1.2.3"
558 #: src/fu-util.c:649
563 #: src/fu-util.c:658
559564 #, c-format
560565 msgid "Downgrading %s from %s to %s... "
561566 msgstr ""
563568 #. TRANSLATORS: the first replacement is a display name
564569 #. * e.g. "ColorHugALS" and the second and third are
565570 #. * version numbers e.g. "1.2.3"
566 #: src/fu-util.c:657
571 #: src/fu-util.c:666
567572 #, c-format
568573 msgid "Updating %s from %s to %s... "
569574 msgstr ""
570575
571 #: src/fu-util.c:685
576 #: src/fu-util.c:694
572577 msgid "Done!"
573578 msgstr "Valmis!"
574579
575 #: src/fu-util.c:717
580 #: src/fu-util.c:726
576581 msgid "Target"
577582 msgstr ""
578583
579 #: src/fu-util.c:718
584 #: src/fu-util.c:727
580585 msgid "Payload"
581586 msgstr ""
582587
583 #: src/fu-util.c:719
588 #: src/fu-util.c:728
584589 msgid "Proceed with upload?"
585590 msgstr ""
586591
587592 #. TRANSLATORS: the server sent the user a small message
588 #: src/fu-util.c:788
593 #: src/fu-util.c:807
589594 msgid "Update failure is a known issue, visit this URL for more information:"
590595 msgstr ""
591596
592597 #. TRANSLATORS: the server sent the user a small message
593 #: src/fu-util.c:792
598 #: src/fu-util.c:811
594599 msgid "Upload message:"
595600 msgstr ""
596601
597 #: src/fu-util.c:986 src/fu-util.c:1376
602 #: src/fu-util.c:1034 src/fu-util.c:1414
598603 msgid "OK"
599604 msgstr "OK"
600605
601606 #. TRANSLATORS: downloading new signing file
602 #: src/fu-util.c:1091
607 #: src/fu-util.c:1139
603608 msgid "Fetching signature"
604609 msgstr "Noudetaan allekirjoitus"
605610
606611 #. TRANSLATORS: downloading new metadata file
607 #: src/fu-util.c:1094
612 #: src/fu-util.c:1142
608613 msgid "Fetching metadata"
609614 msgstr "Noudetaan metatietoja"
610615
611616 #. TRANSLATORS: downloading new firmware file
612 #: src/fu-util.c:1097
617 #: src/fu-util.c:1145
613618 msgid "Fetching firmware"
614619 msgstr "Noudetaan firmware"
615620
616621 #. TRANSLATORS: downloading unknown file
617 #: src/fu-util.c:1100
622 #: src/fu-util.c:1148
618623 msgid "Fetching file"
619624 msgstr "Noudetaan tiedosto"
620625
621626 #. TRANSLATORS: section header for release version number
622 #: src/fu-util.c:1280
627 #: src/fu-util.c:1318
623628 msgid "Version"
624629 msgstr "Versio"
625630
626631 #. TRANSLATORS: section header for the release one line summary
627 #: src/fu-util.c:1286
632 #: src/fu-util.c:1324
628633 msgid "Summary"
629634 msgstr ""
630635
631636 #. TRANSLATORS: section header for the remote the file is coming from
632 #: src/fu-util.c:1289
637 #: src/fu-util.c:1327
633638 msgid "Remote"
634639 msgstr ""
635640
636641 #. TRANSLATORS: section header for firmware URI
637 #: src/fu-util.c:1292
642 #: src/fu-util.c:1330
638643 msgid "URI"
639644 msgstr ""
640645
641646 #. TRANSLATORS: section header for firmware description
642 #: src/fu-util.c:1298
647 #: src/fu-util.c:1336
643648 msgid "Description"
644649 msgstr "Kuvaus"
645650
646651 #. TRANSLATORS: section header for firmware checksum
647652 #. TRANSLATORS: remote checksum
648 #: src/fu-util.c:1306 src/fu-util.c:1603
653 #: src/fu-util.c:1344 src/fu-util.c:1640
649654 msgid "Checksum"
650655 msgstr "Tarkistussumma"
651656
652657 #. TRANSLATORS: get interactive prompt
653 #: src/fu-util.c:1338
658 #: src/fu-util.c:1376
654659 msgid "Choose a release:"
655660 msgstr "Valitse julkaisu:"
656661
657662 #. TRANSLATORS: the metadata is very out of date; %u is a number > 1
658 #: src/fu-util.c:1443
663 #: src/fu-util.c:1480
659664 #, c-format
660665 msgid ""
661666 "Firmware metadata has not been updated for %u day and may not be up to date."
666671 msgstr[1] ""
667672
668673 #. TRANSLATORS: ask the user if we can update the metadata
669 #: src/fu-util.c:1451
674 #: src/fu-util.c:1488
670675 msgid "Update now?"
671676 msgstr ""
672677
673678 #. TRANSLATORS: first replacement is device name
674 #: src/fu-util.c:1496
679 #: src/fu-util.c:1533
675680 #, c-format
676681 msgid "%s has firmware updates:"
677682 msgstr ""
678683
679 #: src/fu-util.c:1503
684 #: src/fu-util.c:1540
680685 msgid "GUID"
681686 msgstr ""
682687
683688 #. TRANSLATORS: section header for firmware version
684 #: src/fu-util.c:1515
689 #: src/fu-util.c:1552
685690 msgid "Update Version"
686691 msgstr ""
687692
688693 #. TRANSLATORS: section header for the release name
689 #: src/fu-util.c:1519
694 #: src/fu-util.c:1556
690695 msgid "Update Name"
691696 msgstr ""
692697
693698 #. TRANSLATORS: section header for the release one line summary
694 #: src/fu-util.c:1522
699 #: src/fu-util.c:1559
695700 msgid "Update Summary"
696701 msgstr ""
697702
698703 #. TRANSLATORS: section header for remote ID, e.g. lvfs-testing
699 #: src/fu-util.c:1525
704 #: src/fu-util.c:1562
700705 msgid "Update Remote ID"
701706 msgstr ""
702707
703708 #. TRANSLATORS: section header for firmware checksum
704 #: src/fu-util.c:1534
709 #: src/fu-util.c:1571
705710 msgid "Update Checksum"
706711 msgstr ""
707712
708713 #. TRANSLATORS: section header for firmware remote http://
709 #: src/fu-util.c:1538
714 #: src/fu-util.c:1575
710715 msgid "Update Location"
711716 msgstr ""
712717
713718 #. TRANSLATORS: section header for long firmware desc
714 #: src/fu-util.c:1549
719 #: src/fu-util.c:1586
715720 msgid "Update Description"
716721 msgstr ""
717722
718723 #. TRANSLATORS: remote identifier, e.g. lvfs-testing
719 #: src/fu-util.c:1581
724 #: src/fu-util.c:1618
720725 msgid "Remote ID"
721726 msgstr ""
722727
723728 #. TRANSLATORS: remote title, e.g. "Linux Vendor Firmware Service"
724 #: src/fu-util.c:1585
729 #: src/fu-util.c:1622
725730 msgid "Title"
726731 msgstr ""
727732
728733 #. TRANSLATORS: remote type, e.g. remote or local
729 #: src/fu-util.c:1589
734 #: src/fu-util.c:1626
730735 msgid "Type"
731736 msgstr "Tyyppi"
732737
733 #: src/fu-util.c:1594
738 #: src/fu-util.c:1631
734739 msgid "Keyring"
735740 msgstr ""
736741
737742 #. TRANSLATORS: if the remote is enabled
738 #: src/fu-util.c:1599
743 #: src/fu-util.c:1636
739744 msgid "Enabled"
740745 msgstr ""
741746
742747 #. TRANSLATORS: the age of the metadata
743 #: src/fu-util.c:1630
748 #: src/fu-util.c:1667
744749 msgid "Age"
745750 msgstr ""
746751
747752 #. TRANSLATORS: the numeric priority
748 #: src/fu-util.c:1637
753 #: src/fu-util.c:1674
749754 msgid "Priority"
750755 msgstr ""
751756
752757 #. TRANSLATORS: remote filename base
753 #: src/fu-util.c:1642
758 #: src/fu-util.c:1679
754759 msgid "Username"
755760 msgstr "Käyttäjätunnus"
756761
757762 #. TRANSLATORS: remote filename base
758 #: src/fu-util.c:1647
763 #: src/fu-util.c:1684
759764 msgid "Password"
760765 msgstr "Salasana"
761766
762767 #. TRANSLATORS: filename of the local file
763 #: src/fu-util.c:1652
768 #: src/fu-util.c:1689
764769 msgid "Filename"
765770 msgstr "Tiedostonimi"
766771
767772 #. TRANSLATORS: filename of the local file
768 #: src/fu-util.c:1657
773 #: src/fu-util.c:1694
769774 msgid "Filename Signature"
770775 msgstr ""
771776
772777 #. TRANSLATORS: remote URI
773 #: src/fu-util.c:1662
778 #: src/fu-util.c:1699
774779 msgid "Metadata URI"
775780 msgstr ""
776781
777782 #. TRANSLATORS: remote URI
778 #: src/fu-util.c:1667
783 #: src/fu-util.c:1704
779784 msgid "Metadata URI Signature"
780785 msgstr ""
781786
782787 #. TRANSLATORS: remote URI
783 #: src/fu-util.c:1672
788 #: src/fu-util.c:1709
784789 msgid "Firmware Base URI"
785790 msgstr ""
786791
787792 #. TRANSLATORS: URI to send success/failure reports
788 #: src/fu-util.c:1677
793 #: src/fu-util.c:1714
789794 msgid "Report URI"
790795 msgstr ""
791796
792797 #. TRANSLATORS: this is when a device is hotplugged
793 #: src/fu-util.c:1704
798 #: src/fu-util.c:1741
794799 msgid "Device added:"
795800 msgstr "Laite lisätty:"
796801
797802 #. TRANSLATORS: this is when a device is hotplugged
798 #: src/fu-util.c:1714
803 #: src/fu-util.c:1751
799804 msgid "Device removed:"
800805 msgstr "Laite poistettu:"
801806
802807 #. TRANSLATORS: this is when a device has been updated
803 #: src/fu-util.c:1724
808 #: src/fu-util.c:1761
804809 msgid "Device changed:"
805810 msgstr "Laite muutettu:"
806811
807812 #. TRANSLATORS: explain why we want to upload
808 #: src/fu-util.c:1915
813 #: src/fu-util.c:1952
809814 msgid "An update requires a reboot to complete."
810815 msgstr ""
811816
812817 #. TRANSLATORS: reboot to apply the update
813 #: src/fu-util.c:1917
818 #: src/fu-util.c:1954
814819 msgid "Restart now?"
815820 msgstr ""
816821
817822 #. TRANSLATORS: command line option
818 #: src/fu-util.c:2087
823 #: src/fu-util.c:2116
819824 msgid "Show extra debugging information"
820825 msgstr ""
821826
822827 #. TRANSLATORS: command line option
823 #: src/fu-util.c:2090
828 #: src/fu-util.c:2119
824829 msgid "Show client and daemon versions"
825830 msgstr ""
826831
827832 #. TRANSLATORS: command line option
828 #: src/fu-util.c:2093
833 #: src/fu-util.c:2122
829834 msgid "Schedule installation for next reboot when possible"
830835 msgstr ""
831836
832837 #. TRANSLATORS: command line option
833 #: src/fu-util.c:2096
838 #: src/fu-util.c:2125
834839 msgid "Allow re-installing existing firmware versions"
835840 msgstr ""
836841
837842 #. TRANSLATORS: command line option
838 #: src/fu-util.c:2099
843 #: src/fu-util.c:2128
839844 msgid "Allow downgrading firmware versions"
840845 msgstr ""
841846
842847 #. TRANSLATORS: command line option
843 #: src/fu-util.c:2102
848 #: src/fu-util.c:2131
844849 msgid "Override plugin warning"
845850 msgstr ""
846851
847852 #. TRANSLATORS: command line option
848 #: src/fu-util.c:2105
853 #: src/fu-util.c:2134
849854 msgid "Answer yes to all questions"
850855 msgstr ""
851856
852857 #. TRANSLATORS: command line option
853 #: src/fu-util.c:2108
858 #: src/fu-util.c:2137
854859 msgid "Do not check for unreported history"
855860 msgstr ""
856861
857862 #. TRANSLATORS: command line option
858 #: src/fu-util.c:2111
863 #: src/fu-util.c:2140
859864 msgid "Do not check for old metadata"
860865 msgstr ""
861866
862867 #. TRANSLATORS: command line option
863 #: src/fu-util.c:2114
868 #: src/fu-util.c:2143
864869 msgid "Do not check for reboot after update"
865870 msgstr ""
866871
867872 #. TRANSLATORS: command description
868 #: src/fu-util.c:2137
873 #: src/fu-util.c:2166
869874 msgid "Get all devices that support firmware updates"
870875 msgstr ""
871876
872877 #. TRANSLATORS: command description
873 #: src/fu-util.c:2143
878 #: src/fu-util.c:2172
874879 msgid "Return all the hardware IDs for the machine"
875880 msgstr ""
876881
877882 #. TRANSLATORS: command description
878 #: src/fu-util.c:2149
883 #: src/fu-util.c:2178
879884 msgid "Install prepared updates now"
880885 msgstr ""
881886
882887 #. TRANSLATORS: command description
883 #: src/fu-util.c:2155
888 #: src/fu-util.c:2184
884889 msgid "Show history of firmware updates"
885890 msgstr ""
886891
887892 #. TRANSLATORS: command description
888 #: src/fu-util.c:2161
893 #: src/fu-util.c:2190
889894 msgid "Erase all firmware update history"
890895 msgstr ""
891896
892897 #. TRANSLATORS: command description
893 #: src/fu-util.c:2167
898 #: src/fu-util.c:2196
894899 msgid "Share firmware history with the developers"
895900 msgstr ""
896901
897902 #. TRANSLATORS: command description
898 #: src/fu-util.c:2173
903 #: src/fu-util.c:2202
899904 msgid "Install a firmware file on this hardware"
900905 msgstr ""
901906
902907 #. TRANSLATORS: command description
903 #: src/fu-util.c:2179
908 #: src/fu-util.c:2208
904909 msgid "Gets details about a firmware file"
905910 msgstr ""
906911
907912 #. TRANSLATORS: command description
908 #: src/fu-util.c:2185
913 #: src/fu-util.c:2214
909914 msgid "Gets the list of updates for connected hardware"
910915 msgstr ""
911916
912917 #. TRANSLATORS: command description
913 #: src/fu-util.c:2191
918 #: src/fu-util.c:2220
914919 msgid "Updates all firmware to latest versions available"
915920 msgstr ""
916921
917922 #. TRANSLATORS: command description
918 #: src/fu-util.c:2197
923 #: src/fu-util.c:2226
919924 msgid "Gets the cryptographic hash of the dumped firmware"
920925 msgstr ""
921926
922927 #. TRANSLATORS: command description
923 #: src/fu-util.c:2203
928 #: src/fu-util.c:2232
924929 msgid "Unlocks the device for firmware access"
925930 msgstr ""
926931
927932 #. TRANSLATORS: command description
928 #: src/fu-util.c:2209
933 #: src/fu-util.c:2238
929934 msgid "Clears the results from the last update"
930935 msgstr ""
931936
932937 #. TRANSLATORS: command description
933 #: src/fu-util.c:2215
938 #: src/fu-util.c:2244
934939 msgid "Clears any updates scheduled to be updated offline"
935940 msgstr ""
936941
937942 #. TRANSLATORS: command description
938 #: src/fu-util.c:2221
943 #: src/fu-util.c:2250
939944 msgid "Gets the results from the last update"
940945 msgstr ""
941946
942947 #. TRANSLATORS: command description
943 #: src/fu-util.c:2227
948 #: src/fu-util.c:2256
944949 msgid "Gets the releases for a device"
945950 msgstr ""
946951
947952 #. TRANSLATORS: command description
948 #: src/fu-util.c:2233
953 #: src/fu-util.c:2262
949954 msgid "Gets the configured remotes"
950955 msgstr ""
951956
952957 #. TRANSLATORS: command description
953 #: src/fu-util.c:2239
958 #: src/fu-util.c:2268
954959 msgid "Downgrades the firmware on a device"
955960 msgstr ""
956961
957962 #. TRANSLATORS: command description
958 #: src/fu-util.c:2245
963 #: src/fu-util.c:2274
959964 msgid "Refresh metadata from remote server"
960965 msgstr ""
961966
962967 #. TRANSLATORS: command description
963 #: src/fu-util.c:2251
968 #: src/fu-util.c:2280
964969 msgid "Update the stored metadata with current ROM contents"
965970 msgstr ""
966971
967972 #. TRANSLATORS: command description
968 #: src/fu-util.c:2257
973 #: src/fu-util.c:2286
969974 msgid "Monitor the daemon for events"
970975 msgstr ""
971976
972977 #. TRANSLATORS: command description
973 #: src/fu-util.c:2263
978 #: src/fu-util.c:2292
974979 msgid "Build firmware using a sandbox"
975980 msgstr ""
976981
977982 #. TRANSLATORS: command description
978 #: src/fu-util.c:2269
983 #: src/fu-util.c:2298
979984 msgid "Dump SMBIOS data from a file"
980985 msgstr ""
981986
982987 #. TRANSLATORS: command description
983 #: src/fu-util.c:2275
988 #: src/fu-util.c:2304
984989 msgid "Modifies a given remote"
985990 msgstr ""
986991
987992 #. TRANSLATORS: program name
988 #: src/fu-util.c:2305
993 #: src/fu-util.c:2334
989994 msgid "Firmware Utility"
990995 msgstr "Firmware-työkalu"
+106
-101
po/fr.po less more
77 msgstr ""
88 "Project-Id-Version: fwupd\n"
99 "Report-Msgid-Bugs-To: \n"
10 "POT-Creation-Date: 2018-02-13 21:34+0000\n"
11 "PO-Revision-Date: 2018-02-13 21:34+0000\n"
10 "POT-Creation-Date: 2018-03-12 10:37+0000\n"
11 "PO-Revision-Date: 2018-03-12 10:37+0000\n"
1212 "Last-Translator: Richard Hughes <richard@hughsie.com>\n"
1313 "Language-Team: French (http://www.transifex.com/freedesktop/fwupd/language/fr/)\n"
1414 "MIME-Version: 1.0\n"
140140
141141 #. TRANSLATORS: this is when a device is hotplugged
142142 #. TRANSLATORS: this is when the daemon state changes
143 #: plugins/dfu/dfu-tool.c:1478 src/fu-util.c:1731
143 #: plugins/dfu/dfu-tool.c:1478 src/fu-util.c:1768
144144 msgid "Changed"
145145 msgstr ""
146146
147147 #. TRANSLATORS: this is when a device ctrl+c's a watch
148 #: plugins/dfu/dfu-tool.c:1486 src/fu-util.c:1693
148 #: plugins/dfu/dfu-tool.c:1486 src/fu-util.c:1730
149149 msgid "Cancelled"
150150 msgstr ""
151151
152152 #. TRANSLATORS: Appstream ID for the hardware type
153 #: plugins/dfu/dfu-tool.c:1978 src/fu-util.c:1512
153 #: plugins/dfu/dfu-tool.c:1978 src/fu-util.c:1549
154154 msgid "ID"
155155 msgstr ""
156156
158158 #. TRANSLATORS: device name, e.g. 'ColorHug2'
159159 #. TRANSLATORS: section header for the release name
160160 #: plugins/dfu/dfu-tool.c:1984 plugins/dfu/dfu-tool.c:1990
161 #: plugins/dfu/dfu-tool.c:2104 src/fu-util.c:1283
161 #: plugins/dfu/dfu-tool.c:2104 src/fu-util.c:1321
162162 msgid "Name"
163163 msgstr ""
164164
380380
381381 #. TRANSLATORS: the user didn't read the man page
382382 #: plugins/dfu/dfu-tool.c:2423 plugins/synapticsmst/synapticsmst-tool.c:424
383 #: src/fu-util.c:2310
383 #: src/fu-util.c:2339
384384 msgid "Failed to parse arguments"
385385 msgstr "Echec de l'analyse des paramètres"
386386
399399 msgstr ""
400400
401401 #. TRANSLATORS: this is shown when updating the firmware after the reboot
402 #: plugins/uefi/fu-plugin-uefi.c:399
402 #: plugins/uefi/fu-plugin-uefi.c:403
403403 msgid "Installing firmware update…"
404404 msgstr ""
405405
511511 #. TRANSLATORS: the user isn't reading the question
512512 #: src/fu-util.c:242
513513 #, c-format
514 msgid "Please enter a number from 1 to %u: "
514 msgid "Please enter a number from 0 to %u: "
515515 msgstr ""
516516
517517 #. TRANSLATORS: get interactive prompt
519519 msgid "Choose a device:"
520520 msgstr ""
521521
522 #. TRANSLATORS: this is to abort the interactive prompt
523 #: src/fu-util.c:307
524 msgid "Cancel"
525 msgstr ""
526
522527 #. TRANSLATORS: a list of failed updates
523 #: src/fu-util.c:418
528 #: src/fu-util.c:427
524529 msgid "Devices that were not updated correctly:"
525530 msgstr ""
526531
527532 #. TRANSLATORS: a list of successful updates
528 #: src/fu-util.c:432
533 #: src/fu-util.c:441
529534 msgid "Devices that have been updated successfully:"
530535 msgstr ""
531536
532537 #. TRANSLATORS: explain why we want to upload
533 #: src/fu-util.c:446
538 #: src/fu-util.c:455
534539 msgid "Upload report now?"
535540 msgstr ""
536541
537542 #. TRANSLATORS: metadata is downloaded from the Internet
538 #: src/fu-util.c:448 src/fu-util.c:1453
543 #: src/fu-util.c:457 src/fu-util.c:1490
539544 msgid "Requires internet connection"
540545 msgstr ""
541546
542547 #. TRANSLATORS: nothing attached that can be upgraded
543 #: src/fu-util.c:470
548 #: src/fu-util.c:479
544549 msgid "No hardware detected with firmware update capability"
545550 msgstr "Aucun matériel ayant des capacités de mise à jour du micrologiciel n'a été détecté"
546551
547552 #. TRANSLATORS: the first replacement is a display name
548553 #. * e.g. "ColorHugALS" and the second is a version number
549554 #. * e.g. "1.2.3"
550 #: src/fu-util.c:642
555 #: src/fu-util.c:651
551556 #, c-format
552557 msgid "Reinstalling %s with %s... "
553558 msgstr "Réinstallation de %s en %s"
555560 #. TRANSLATORS: the first replacement is a display name
556561 #. * e.g. "ColorHugALS" and the second and third are
557562 #. * version numbers e.g. "1.2.3"
558 #: src/fu-util.c:649
563 #: src/fu-util.c:658
559564 #, c-format
560565 msgid "Downgrading %s from %s to %s... "
561566 msgstr "Rétrogradation de %s de %s en %s"
563568 #. TRANSLATORS: the first replacement is a display name
564569 #. * e.g. "ColorHugALS" and the second and third are
565570 #. * version numbers e.g. "1.2.3"
566 #: src/fu-util.c:657
571 #: src/fu-util.c:666
567572 #, c-format
568573 msgid "Updating %s from %s to %s... "
569574 msgstr "Mise à jour de %s de %s en %s"
570575
571 #: src/fu-util.c:685
576 #: src/fu-util.c:694
572577 msgid "Done!"
573578 msgstr "Terminé !"
574579
575 #: src/fu-util.c:717
580 #: src/fu-util.c:726
576581 msgid "Target"
577582 msgstr ""
578583
579 #: src/fu-util.c:718
584 #: src/fu-util.c:727
580585 msgid "Payload"
581586 msgstr ""
582587
583 #: src/fu-util.c:719
588 #: src/fu-util.c:728
584589 msgid "Proceed with upload?"
585590 msgstr ""
586591
587592 #. TRANSLATORS: the server sent the user a small message
588 #: src/fu-util.c:788
593 #: src/fu-util.c:807
589594 msgid "Update failure is a known issue, visit this URL for more information:"
590595 msgstr ""
591596
592597 #. TRANSLATORS: the server sent the user a small message
593 #: src/fu-util.c:792
598 #: src/fu-util.c:811
594599 msgid "Upload message:"
595600 msgstr ""
596601
597 #: src/fu-util.c:986 src/fu-util.c:1376
602 #: src/fu-util.c:1034 src/fu-util.c:1414
598603 msgid "OK"
599604 msgstr ""
600605
601606 #. TRANSLATORS: downloading new signing file
602 #: src/fu-util.c:1091
607 #: src/fu-util.c:1139
603608 msgid "Fetching signature"
604609 msgstr ""
605610
606611 #. TRANSLATORS: downloading new metadata file
607 #: src/fu-util.c:1094
612 #: src/fu-util.c:1142
608613 msgid "Fetching metadata"
609614 msgstr ""
610615
611616 #. TRANSLATORS: downloading new firmware file
612 #: src/fu-util.c:1097
617 #: src/fu-util.c:1145
613618 msgid "Fetching firmware"
614619 msgstr ""
615620
616621 #. TRANSLATORS: downloading unknown file
617 #: src/fu-util.c:1100
622 #: src/fu-util.c:1148
618623 msgid "Fetching file"
619624 msgstr ""
620625
621626 #. TRANSLATORS: section header for release version number
622 #: src/fu-util.c:1280
627 #: src/fu-util.c:1318
623628 msgid "Version"
624629 msgstr ""
625630
626631 #. TRANSLATORS: section header for the release one line summary
627 #: src/fu-util.c:1286
632 #: src/fu-util.c:1324
628633 msgid "Summary"
629634 msgstr ""
630635
631636 #. TRANSLATORS: section header for the remote the file is coming from
632 #: src/fu-util.c:1289
637 #: src/fu-util.c:1327
633638 msgid "Remote"
634639 msgstr ""
635640
636641 #. TRANSLATORS: section header for firmware URI
637 #: src/fu-util.c:1292
642 #: src/fu-util.c:1330
638643 msgid "URI"
639644 msgstr ""
640645
641646 #. TRANSLATORS: section header for firmware description
642 #: src/fu-util.c:1298
647 #: src/fu-util.c:1336
643648 msgid "Description"
644649 msgstr ""
645650
646651 #. TRANSLATORS: section header for firmware checksum
647652 #. TRANSLATORS: remote checksum
648 #: src/fu-util.c:1306 src/fu-util.c:1603
653 #: src/fu-util.c:1344 src/fu-util.c:1640
649654 msgid "Checksum"
650655 msgstr ""
651656
652657 #. TRANSLATORS: get interactive prompt
653 #: src/fu-util.c:1338
658 #: src/fu-util.c:1376
654659 msgid "Choose a release:"
655660 msgstr ""
656661
657662 #. TRANSLATORS: the metadata is very out of date; %u is a number > 1
658 #: src/fu-util.c:1443
663 #: src/fu-util.c:1480
659664 #, c-format
660665 msgid ""
661666 "Firmware metadata has not been updated for %u day and may not be up to date."
666671 msgstr[1] ""
667672
668673 #. TRANSLATORS: ask the user if we can update the metadata
669 #: src/fu-util.c:1451
674 #: src/fu-util.c:1488
670675 msgid "Update now?"
671676 msgstr ""
672677
673678 #. TRANSLATORS: first replacement is device name
674 #: src/fu-util.c:1496
679 #: src/fu-util.c:1533
675680 #, c-format
676681 msgid "%s has firmware updates:"
677682 msgstr ""
678683
679 #: src/fu-util.c:1503
684 #: src/fu-util.c:1540
680685 msgid "GUID"
681686 msgstr ""
682687
683688 #. TRANSLATORS: section header for firmware version
684 #: src/fu-util.c:1515
689 #: src/fu-util.c:1552
685690 msgid "Update Version"
686691 msgstr ""
687692
688693 #. TRANSLATORS: section header for the release name
689 #: src/fu-util.c:1519
694 #: src/fu-util.c:1556
690695 msgid "Update Name"
691696 msgstr ""
692697
693698 #. TRANSLATORS: section header for the release one line summary
694 #: src/fu-util.c:1522
699 #: src/fu-util.c:1559
695700 msgid "Update Summary"
696701 msgstr ""
697702
698703 #. TRANSLATORS: section header for remote ID, e.g. lvfs-testing
699 #: src/fu-util.c:1525
704 #: src/fu-util.c:1562
700705 msgid "Update Remote ID"
701706 msgstr ""
702707
703708 #. TRANSLATORS: section header for firmware checksum
704 #: src/fu-util.c:1534
709 #: src/fu-util.c:1571
705710 msgid "Update Checksum"
706711 msgstr ""
707712
708713 #. TRANSLATORS: section header for firmware remote http://
709 #: src/fu-util.c:1538
714 #: src/fu-util.c:1575
710715 msgid "Update Location"
711716 msgstr ""
712717
713718 #. TRANSLATORS: section header for long firmware desc
714 #: src/fu-util.c:1549
719 #: src/fu-util.c:1586
715720 msgid "Update Description"
716721 msgstr ""
717722
718723 #. TRANSLATORS: remote identifier, e.g. lvfs-testing
719 #: src/fu-util.c:1581
724 #: src/fu-util.c:1618
720725 msgid "Remote ID"
721726 msgstr ""
722727
723728 #. TRANSLATORS: remote title, e.g. "Linux Vendor Firmware Service"
724 #: src/fu-util.c:1585
729 #: src/fu-util.c:1622
725730 msgid "Title"
726731 msgstr ""
727732
728733 #. TRANSLATORS: remote type, e.g. remote or local
729 #: src/fu-util.c:1589
734 #: src/fu-util.c:1626
730735 msgid "Type"
731736 msgstr ""
732737
733 #: src/fu-util.c:1594
738 #: src/fu-util.c:1631
734739 msgid "Keyring"
735740 msgstr ""
736741
737742 #. TRANSLATORS: if the remote is enabled
738 #: src/fu-util.c:1599
743 #: src/fu-util.c:1636
739744 msgid "Enabled"
740745 msgstr ""
741746
742747 #. TRANSLATORS: the age of the metadata
743 #: src/fu-util.c:1630
748 #: src/fu-util.c:1667
744749 msgid "Age"
745750 msgstr ""
746751
747752 #. TRANSLATORS: the numeric priority
748 #: src/fu-util.c:1637
753 #: src/fu-util.c:1674
749754 msgid "Priority"
750755 msgstr ""
751756
752757 #. TRANSLATORS: remote filename base
753 #: src/fu-util.c:1642
758 #: src/fu-util.c:1679
754759 msgid "Username"
755760 msgstr ""
756761
757762 #. TRANSLATORS: remote filename base
758 #: src/fu-util.c:1647
763 #: src/fu-util.c:1684
759764 msgid "Password"
760765 msgstr ""
761766
762767 #. TRANSLATORS: filename of the local file
763 #: src/fu-util.c:1652
768 #: src/fu-util.c:1689
764769 msgid "Filename"
765770 msgstr ""
766771
767772 #. TRANSLATORS: filename of the local file
768 #: src/fu-util.c:1657
773 #: src/fu-util.c:1694
769774 msgid "Filename Signature"
770775 msgstr ""
771776
772777 #. TRANSLATORS: remote URI
773 #: src/fu-util.c:1662
778 #: src/fu-util.c:1699
774779 msgid "Metadata URI"
775780 msgstr ""
776781
777782 #. TRANSLATORS: remote URI
778 #: src/fu-util.c:1667
783 #: src/fu-util.c:1704
779784 msgid "Metadata URI Signature"
780785 msgstr ""
781786
782787 #. TRANSLATORS: remote URI
783 #: src/fu-util.c:1672
788 #: src/fu-util.c:1709
784789 msgid "Firmware Base URI"
785790 msgstr ""
786791
787792 #. TRANSLATORS: URI to send success/failure reports
788 #: src/fu-util.c:1677
793 #: src/fu-util.c:1714
789794 msgid "Report URI"
790795 msgstr ""
791796
792797 #. TRANSLATORS: this is when a device is hotplugged
793 #: src/fu-util.c:1704
798 #: src/fu-util.c:1741
794799 msgid "Device added:"
795800 msgstr ""
796801
797802 #. TRANSLATORS: this is when a device is hotplugged
798 #: src/fu-util.c:1714
803 #: src/fu-util.c:1751
799804 msgid "Device removed:"
800805 msgstr ""
801806
802807 #. TRANSLATORS: this is when a device has been updated
803 #: src/fu-util.c:1724
808 #: src/fu-util.c:1761
804809 msgid "Device changed:"
805810 msgstr ""
806811
807812 #. TRANSLATORS: explain why we want to upload
808 #: src/fu-util.c:1915
813 #: src/fu-util.c:1952
809814 msgid "An update requires a reboot to complete."
810815 msgstr ""
811816
812817 #. TRANSLATORS: reboot to apply the update
813 #: src/fu-util.c:1917
818 #: src/fu-util.c:1954
814819 msgid "Restart now?"
815820 msgstr ""
816821
817822 #. TRANSLATORS: command line option
818 #: src/fu-util.c:2087
823 #: src/fu-util.c:2116
819824 msgid "Show extra debugging information"
820825 msgstr "Montre des informations de débogage complémentaires"
821826
822827 #. TRANSLATORS: command line option
823 #: src/fu-util.c:2090
828 #: src/fu-util.c:2119
824829 msgid "Show client and daemon versions"
825830 msgstr ""
826831
827832 #. TRANSLATORS: command line option
828 #: src/fu-util.c:2093
833 #: src/fu-util.c:2122
829834 msgid "Schedule installation for next reboot when possible"
830835 msgstr ""
831836
832837 #. TRANSLATORS: command line option
833 #: src/fu-util.c:2096
838 #: src/fu-util.c:2125
834839 msgid "Allow re-installing existing firmware versions"
835840 msgstr ""
836841
837842 #. TRANSLATORS: command line option
838 #: src/fu-util.c:2099
843 #: src/fu-util.c:2128
839844 msgid "Allow downgrading firmware versions"
840845 msgstr ""
841846
842847 #. TRANSLATORS: command line option
843 #: src/fu-util.c:2102
848 #: src/fu-util.c:2131
844849 msgid "Override plugin warning"
845850 msgstr ""
846851
847852 #. TRANSLATORS: command line option
848 #: src/fu-util.c:2105
853 #: src/fu-util.c:2134
849854 msgid "Answer yes to all questions"
850855 msgstr ""
851856
852857 #. TRANSLATORS: command line option
853 #: src/fu-util.c:2108
858 #: src/fu-util.c:2137
854859 msgid "Do not check for unreported history"
855860 msgstr ""
856861
857862 #. TRANSLATORS: command line option
858 #: src/fu-util.c:2111
863 #: src/fu-util.c:2140
859864 msgid "Do not check for old metadata"
860865 msgstr ""
861866
862867 #. TRANSLATORS: command line option
863 #: src/fu-util.c:2114
868 #: src/fu-util.c:2143
864869 msgid "Do not check for reboot after update"
865870 msgstr ""
866871
867872 #. TRANSLATORS: command description
868 #: src/fu-util.c:2137
873 #: src/fu-util.c:2166
869874 msgid "Get all devices that support firmware updates"
870875 msgstr "Obtenir la liste des périphériques supportant les mises à jour de micrologiciel"
871876
872877 #. TRANSLATORS: command description
873 #: src/fu-util.c:2143
878 #: src/fu-util.c:2172
874879 msgid "Return all the hardware IDs for the machine"
875880 msgstr ""
876881
877882 #. TRANSLATORS: command description
878 #: src/fu-util.c:2149
883 #: src/fu-util.c:2178
879884 msgid "Install prepared updates now"
880885 msgstr "Installer immédiatement les mises à jour préparées"
881886
882887 #. TRANSLATORS: command description
883 #: src/fu-util.c:2155
888 #: src/fu-util.c:2184
884889 msgid "Show history of firmware updates"
885890 msgstr ""
886891
887892 #. TRANSLATORS: command description
888 #: src/fu-util.c:2161
893 #: src/fu-util.c:2190
889894 msgid "Erase all firmware update history"
890895 msgstr ""
891896
892897 #. TRANSLATORS: command description
893 #: src/fu-util.c:2167
898 #: src/fu-util.c:2196
894899 msgid "Share firmware history with the developers"
895900 msgstr ""
896901
897902 #. TRANSLATORS: command description
898 #: src/fu-util.c:2173
903 #: src/fu-util.c:2202
899904 msgid "Install a firmware file on this hardware"
900905 msgstr "Installer un fichier de micrologiciel sur ce matériel"
901906
902907 #. TRANSLATORS: command description
903 #: src/fu-util.c:2179
908 #: src/fu-util.c:2208
904909 msgid "Gets details about a firmware file"
905910 msgstr "Obtenir les détails d'un fichier de micrologiciel"
906911
907912 #. TRANSLATORS: command description
908 #: src/fu-util.c:2185
913 #: src/fu-util.c:2214
909914 msgid "Gets the list of updates for connected hardware"
910915 msgstr ""
911916
912917 #. TRANSLATORS: command description
913 #: src/fu-util.c:2191
918 #: src/fu-util.c:2220
914919 msgid "Updates all firmware to latest versions available"
915920 msgstr ""
916921
917922 #. TRANSLATORS: command description
918 #: src/fu-util.c:2197
923 #: src/fu-util.c:2226
919924 msgid "Gets the cryptographic hash of the dumped firmware"
920925 msgstr ""
921926
922927 #. TRANSLATORS: command description
923 #: src/fu-util.c:2203
928 #: src/fu-util.c:2232
924929 msgid "Unlocks the device for firmware access"
925930 msgstr ""
926931
927932 #. TRANSLATORS: command description
928 #: src/fu-util.c:2209
933 #: src/fu-util.c:2238
929934 msgid "Clears the results from the last update"
930935 msgstr ""
931936
932937 #. TRANSLATORS: command description
933 #: src/fu-util.c:2215
938 #: src/fu-util.c:2244
934939 msgid "Clears any updates scheduled to be updated offline"
935940 msgstr ""
936941
937942 #. TRANSLATORS: command description
938 #: src/fu-util.c:2221
943 #: src/fu-util.c:2250
939944 msgid "Gets the results from the last update"
940945 msgstr ""
941946
942947 #. TRANSLATORS: command description
943 #: src/fu-util.c:2227
948 #: src/fu-util.c:2256
944949 msgid "Gets the releases for a device"
945950 msgstr ""
946951
947952 #. TRANSLATORS: command description
948 #: src/fu-util.c:2233
953 #: src/fu-util.c:2262
949954 msgid "Gets the configured remotes"
950955 msgstr ""
951956
952957 #. TRANSLATORS: command description
953 #: src/fu-util.c:2239
958 #: src/fu-util.c:2268
954959 msgid "Downgrades the firmware on a device"
955960 msgstr ""
956961
957962 #. TRANSLATORS: command description
958 #: src/fu-util.c:2245
963 #: src/fu-util.c:2274
959964 msgid "Refresh metadata from remote server"
960965 msgstr ""
961966
962967 #. TRANSLATORS: command description
963 #: src/fu-util.c:2251
968 #: src/fu-util.c:2280
964969 msgid "Update the stored metadata with current ROM contents"
965970 msgstr ""
966971
967972 #. TRANSLATORS: command description
968 #: src/fu-util.c:2257
973 #: src/fu-util.c:2286
969974 msgid "Monitor the daemon for events"
970975 msgstr ""
971976
972977 #. TRANSLATORS: command description
973 #: src/fu-util.c:2263
978 #: src/fu-util.c:2292
974979 msgid "Build firmware using a sandbox"
975980 msgstr ""
976981
977982 #. TRANSLATORS: command description
978 #: src/fu-util.c:2269
983 #: src/fu-util.c:2298
979984 msgid "Dump SMBIOS data from a file"
980985 msgstr ""
981986
982987 #. TRANSLATORS: command description
983 #: src/fu-util.c:2275
988 #: src/fu-util.c:2304
984989 msgid "Modifies a given remote"
985990 msgstr ""
986991
987992 #. TRANSLATORS: program name
988 #: src/fu-util.c:2305
993 #: src/fu-util.c:2334
989994 msgid "Firmware Utility"
990995 msgstr ""
77 msgstr ""
88 "Project-Id-Version: fwupd\n"
99 "Report-Msgid-Bugs-To: \n"
10 "POT-Creation-Date: 2018-02-13 21:34+0000\n"
11 "PO-Revision-Date: 2018-02-13 21:34+0000\n"
10 "POT-Creation-Date: 2018-03-12 10:37+0000\n"
11 "PO-Revision-Date: 2018-03-12 10:37+0000\n"
1212 "Last-Translator: Richard Hughes <richard@hughsie.com>\n"
1313 "Language-Team: Friulian (http://www.transifex.com/freedesktop/fwupd/language/fur/)\n"
1414 "MIME-Version: 1.0\n"
140140
141141 #. TRANSLATORS: this is when a device is hotplugged
142142 #. TRANSLATORS: this is when the daemon state changes
143 #: plugins/dfu/dfu-tool.c:1478 src/fu-util.c:1731
143 #: plugins/dfu/dfu-tool.c:1478 src/fu-util.c:1768
144144 msgid "Changed"
145145 msgstr "Modificât"
146146
147147 #. TRANSLATORS: this is when a device ctrl+c's a watch
148 #: plugins/dfu/dfu-tool.c:1486 src/fu-util.c:1693
148 #: plugins/dfu/dfu-tool.c:1486 src/fu-util.c:1730
149149 msgid "Cancelled"
150150 msgstr ""
151151
152152 #. TRANSLATORS: Appstream ID for the hardware type
153 #: plugins/dfu/dfu-tool.c:1978 src/fu-util.c:1512
153 #: plugins/dfu/dfu-tool.c:1978 src/fu-util.c:1549
154154 msgid "ID"
155155 msgstr "ID"
156156
158158 #. TRANSLATORS: device name, e.g. 'ColorHug2'
159159 #. TRANSLATORS: section header for the release name
160160 #: plugins/dfu/dfu-tool.c:1984 plugins/dfu/dfu-tool.c:1990
161 #: plugins/dfu/dfu-tool.c:2104 src/fu-util.c:1283
161 #: plugins/dfu/dfu-tool.c:2104 src/fu-util.c:1321
162162 msgid "Name"
163163 msgstr "Non"
164164
380380
381381 #. TRANSLATORS: the user didn't read the man page
382382 #: plugins/dfu/dfu-tool.c:2423 plugins/synapticsmst/synapticsmst-tool.c:424
383 #: src/fu-util.c:2310
383 #: src/fu-util.c:2339
384384 msgid "Failed to parse arguments"
385385 msgstr ""
386386
399399 msgstr ""
400400
401401 #. TRANSLATORS: this is shown when updating the firmware after the reboot
402 #: plugins/uefi/fu-plugin-uefi.c:399
402 #: plugins/uefi/fu-plugin-uefi.c:403
403403 msgid "Installing firmware update…"
404404 msgstr ""
405405
511511 #. TRANSLATORS: the user isn't reading the question
512512 #: src/fu-util.c:242
513513 #, c-format
514 msgid "Please enter a number from 1 to %u: "
515 msgstr "Inserìs un numar di 1 a %u:"
514 msgid "Please enter a number from 0 to %u: "
515 msgstr ""
516516
517517 #. TRANSLATORS: get interactive prompt
518518 #: src/fu-util.c:305
519519 msgid "Choose a device:"
520520 msgstr "Sielç un dispositîf:"
521521
522 #. TRANSLATORS: this is to abort the interactive prompt
523 #: src/fu-util.c:307
524 msgid "Cancel"
525 msgstr ""
526
522527 #. TRANSLATORS: a list of failed updates
523 #: src/fu-util.c:418
528 #: src/fu-util.c:427
524529 msgid "Devices that were not updated correctly:"
525530 msgstr ""
526531
527532 #. TRANSLATORS: a list of successful updates
528 #: src/fu-util.c:432
533 #: src/fu-util.c:441
529534 msgid "Devices that have been updated successfully:"
530535 msgstr ""
531536
532537 #. TRANSLATORS: explain why we want to upload
533 #: src/fu-util.c:446
538 #: src/fu-util.c:455
534539 msgid "Upload report now?"
535540 msgstr ""
536541
537542 #. TRANSLATORS: metadata is downloaded from the Internet
538 #: src/fu-util.c:448 src/fu-util.c:1453
543 #: src/fu-util.c:457 src/fu-util.c:1490
539544 msgid "Requires internet connection"
540545 msgstr ""
541546
542547 #. TRANSLATORS: nothing attached that can be upgraded
543 #: src/fu-util.c:470
548 #: src/fu-util.c:479
544549 msgid "No hardware detected with firmware update capability"
545550 msgstr ""
546551
547552 #. TRANSLATORS: the first replacement is a display name
548553 #. * e.g. "ColorHugALS" and the second is a version number
549554 #. * e.g. "1.2.3"
550 #: src/fu-util.c:642
555 #: src/fu-util.c:651
551556 #, c-format
552557 msgid "Reinstalling %s with %s... "
553558 msgstr ""
555560 #. TRANSLATORS: the first replacement is a display name
556561 #. * e.g. "ColorHugALS" and the second and third are
557562 #. * version numbers e.g. "1.2.3"
558 #: src/fu-util.c:649
563 #: src/fu-util.c:658
559564 #, c-format
560565 msgid "Downgrading %s from %s to %s... "
561566 msgstr ""
563568 #. TRANSLATORS: the first replacement is a display name
564569 #. * e.g. "ColorHugALS" and the second and third are
565570 #. * version numbers e.g. "1.2.3"
566 #: src/fu-util.c:657
571 #: src/fu-util.c:666
567572 #, c-format
568573 msgid "Updating %s from %s to %s... "
569574 msgstr ""
570575
571 #: src/fu-util.c:685
576 #: src/fu-util.c:694
572577 msgid "Done!"
573578 msgstr "Fat!"
574579
575 #: src/fu-util.c:717
580 #: src/fu-util.c:726
576581 msgid "Target"
577582 msgstr ""
578583
579 #: src/fu-util.c:718
584 #: src/fu-util.c:727
580585 msgid "Payload"
581586 msgstr ""
582587
583 #: src/fu-util.c:719
588 #: src/fu-util.c:728
584589 msgid "Proceed with upload?"
585590 msgstr ""
586591
587592 #. TRANSLATORS: the server sent the user a small message
588 #: src/fu-util.c:788
593 #: src/fu-util.c:807
589594 msgid "Update failure is a known issue, visit this URL for more information:"
590595 msgstr ""
591596
592597 #. TRANSLATORS: the server sent the user a small message
593 #: src/fu-util.c:792
598 #: src/fu-util.c:811
594599 msgid "Upload message:"
595600 msgstr ""
596601
597 #: src/fu-util.c:986 src/fu-util.c:1376
602 #: src/fu-util.c:1034 src/fu-util.c:1414
598603 msgid "OK"
599604 msgstr "Va ben"
600605
601606 #. TRANSLATORS: downloading new signing file
602 #: src/fu-util.c:1091
607 #: src/fu-util.c:1139
603608 msgid "Fetching signature"
604609 msgstr ""
605610
606611 #. TRANSLATORS: downloading new metadata file
607 #: src/fu-util.c:1094
612 #: src/fu-util.c:1142
608613 msgid "Fetching metadata"
609614 msgstr ""
610615
611616 #. TRANSLATORS: downloading new firmware file
612 #: src/fu-util.c:1097
617 #: src/fu-util.c:1145
613618 msgid "Fetching firmware"
614619 msgstr ""
615620
616621 #. TRANSLATORS: downloading unknown file
617 #: src/fu-util.c:1100
622 #: src/fu-util.c:1148
618623 msgid "Fetching file"
619624 msgstr ""
620625
621626 #. TRANSLATORS: section header for release version number
622 #: src/fu-util.c:1280
627 #: src/fu-util.c:1318
623628 msgid "Version"
624629 msgstr "Version"
625630
626631 #. TRANSLATORS: section header for the release one line summary
627 #: src/fu-util.c:1286
632 #: src/fu-util.c:1324
628633 msgid "Summary"
629634 msgstr ""
630635
631636 #. TRANSLATORS: section header for the remote the file is coming from
632 #: src/fu-util.c:1289
637 #: src/fu-util.c:1327
633638 msgid "Remote"
634639 msgstr "Rimot"
635640
636641 #. TRANSLATORS: section header for firmware URI
637 #: src/fu-util.c:1292
642 #: src/fu-util.c:1330
638643 msgid "URI"
639644 msgstr "URI"
640645
641646 #. TRANSLATORS: section header for firmware description
642 #: src/fu-util.c:1298
647 #: src/fu-util.c:1336
643648 msgid "Description"
644649 msgstr "Descrizion"
645650
646651 #. TRANSLATORS: section header for firmware checksum
647652 #. TRANSLATORS: remote checksum
648 #: src/fu-util.c:1306 src/fu-util.c:1603
653 #: src/fu-util.c:1344 src/fu-util.c:1640
649654 msgid "Checksum"
650655 msgstr "Checksum"
651656
652657 #. TRANSLATORS: get interactive prompt
653 #: src/fu-util.c:1338
658 #: src/fu-util.c:1376
654659 msgid "Choose a release:"
655660 msgstr "Sielç une publicazion:"
656661
657662 #. TRANSLATORS: the metadata is very out of date; %u is a number > 1
658 #: src/fu-util.c:1443
663 #: src/fu-util.c:1480
659664 #, c-format
660665 msgid ""
661666 "Firmware metadata has not been updated for %u day and may not be up to date."
666671 msgstr[1] ""
667672
668673 #. TRANSLATORS: ask the user if we can update the metadata
669 #: src/fu-util.c:1451
674 #: src/fu-util.c:1488
670675 msgid "Update now?"
671676 msgstr ""
672677
673678 #. TRANSLATORS: first replacement is device name
674 #: src/fu-util.c:1496
679 #: src/fu-util.c:1533
675680 #, c-format
676681 msgid "%s has firmware updates:"
677682 msgstr ""
678683
679 #: src/fu-util.c:1503
684 #: src/fu-util.c:1540
680685 msgid "GUID"
681686 msgstr "GUID"
682687
683688 #. TRANSLATORS: section header for firmware version
684 #: src/fu-util.c:1515
689 #: src/fu-util.c:1552
685690 msgid "Update Version"
686691 msgstr ""
687692
688693 #. TRANSLATORS: section header for the release name
689 #: src/fu-util.c:1519
694 #: src/fu-util.c:1556
690695 msgid "Update Name"
691696 msgstr ""
692697
693698 #. TRANSLATORS: section header for the release one line summary
694 #: src/fu-util.c:1522
699 #: src/fu-util.c:1559
695700 msgid "Update Summary"
696701 msgstr ""
697702
698703 #. TRANSLATORS: section header for remote ID, e.g. lvfs-testing
699 #: src/fu-util.c:1525
704 #: src/fu-util.c:1562
700705 msgid "Update Remote ID"
701706 msgstr ""
702707
703708 #. TRANSLATORS: section header for firmware checksum
704 #: src/fu-util.c:1534
709 #: src/fu-util.c:1571
705710 msgid "Update Checksum"
706711 msgstr ""
707712
708713 #. TRANSLATORS: section header for firmware remote http://
709 #: src/fu-util.c:1538
714 #: src/fu-util.c:1575
710715 msgid "Update Location"
711716 msgstr ""
712717
713718 #. TRANSLATORS: section header for long firmware desc
714 #: src/fu-util.c:1549
719 #: src/fu-util.c:1586
715720 msgid "Update Description"
716721 msgstr ""
717722
718723 #. TRANSLATORS: remote identifier, e.g. lvfs-testing
719 #: src/fu-util.c:1581
724 #: src/fu-util.c:1618
720725 msgid "Remote ID"
721726 msgstr ""
722727
723728 #. TRANSLATORS: remote title, e.g. "Linux Vendor Firmware Service"
724 #: src/fu-util.c:1585
729 #: src/fu-util.c:1622
725730 msgid "Title"
726731 msgstr "Titul"
727732
728733 #. TRANSLATORS: remote type, e.g. remote or local
729 #: src/fu-util.c:1589
734 #: src/fu-util.c:1626
730735 msgid "Type"
731736 msgstr "Gjenar"
732737
733 #: src/fu-util.c:1594
738 #: src/fu-util.c:1631
734739 msgid "Keyring"
735740 msgstr "Puarteclâfs"
736741
737742 #. TRANSLATORS: if the remote is enabled
738 #: src/fu-util.c:1599
743 #: src/fu-util.c:1636
739744 msgid "Enabled"
740745 msgstr "Abilitât"
741746
742747 #. TRANSLATORS: the age of the metadata
743 #: src/fu-util.c:1630
748 #: src/fu-util.c:1667
744749 msgid "Age"
745750 msgstr ""
746751
747752 #. TRANSLATORS: the numeric priority
748 #: src/fu-util.c:1637
753 #: src/fu-util.c:1674
749754 msgid "Priority"
750755 msgstr "Prioritât"
751756
752757 #. TRANSLATORS: remote filename base
753 #: src/fu-util.c:1642
758 #: src/fu-util.c:1679
754759 msgid "Username"
755760 msgstr "Non utent"
756761
757762 #. TRANSLATORS: remote filename base
758 #: src/fu-util.c:1647
763 #: src/fu-util.c:1684
759764 msgid "Password"
760765 msgstr "Password"
761766
762767 #. TRANSLATORS: filename of the local file
763 #: src/fu-util.c:1652
768 #: src/fu-util.c:1689
764769 msgid "Filename"
765770 msgstr "Non file"
766771
767772 #. TRANSLATORS: filename of the local file
768 #: src/fu-util.c:1657
773 #: src/fu-util.c:1694
769774 msgid "Filename Signature"
770775 msgstr "Firme non file"
771776
772777 #. TRANSLATORS: remote URI
773 #: src/fu-util.c:1662
778 #: src/fu-util.c:1699
774779 msgid "Metadata URI"
775780 msgstr ""
776781
777782 #. TRANSLATORS: remote URI
778 #: src/fu-util.c:1667
783 #: src/fu-util.c:1704
779784 msgid "Metadata URI Signature"
780785 msgstr ""
781786
782787 #. TRANSLATORS: remote URI
783 #: src/fu-util.c:1672
788 #: src/fu-util.c:1709
784789 msgid "Firmware Base URI"
785790 msgstr ""
786791
787792 #. TRANSLATORS: URI to send success/failure reports
788 #: src/fu-util.c:1677
793 #: src/fu-util.c:1714
789794 msgid "Report URI"
790795 msgstr ""
791796
792797 #. TRANSLATORS: this is when a device is hotplugged
793 #: src/fu-util.c:1704
798 #: src/fu-util.c:1741
794799 msgid "Device added:"
795800 msgstr "Dispositîf zontât:"
796801
797802 #. TRANSLATORS: this is when a device is hotplugged
798 #: src/fu-util.c:1714
803 #: src/fu-util.c:1751
799804 msgid "Device removed:"
800805 msgstr "Dispositîf gjavât:"
801806
802807 #. TRANSLATORS: this is when a device has been updated
803 #: src/fu-util.c:1724
808 #: src/fu-util.c:1761
804809 msgid "Device changed:"
805810 msgstr "Dispositîf modificât:"
806811
807812 #. TRANSLATORS: explain why we want to upload
808 #: src/fu-util.c:1915
813 #: src/fu-util.c:1952
809814 msgid "An update requires a reboot to complete."
810815 msgstr ""
811816
812817 #. TRANSLATORS: reboot to apply the update
813 #: src/fu-util.c:1917
818 #: src/fu-util.c:1954
814819 msgid "Restart now?"
815820 msgstr ""
816821
817822 #. TRANSLATORS: command line option
818 #: src/fu-util.c:2087
823 #: src/fu-util.c:2116
819824 msgid "Show extra debugging information"
820825 msgstr "Mostre informazions di debug adizionâls"
821826
822827 #. TRANSLATORS: command line option
823 #: src/fu-util.c:2090
828 #: src/fu-util.c:2119
824829 msgid "Show client and daemon versions"
825830 msgstr "Mostre versions di client e demoni"
826831
827832 #. TRANSLATORS: command line option
828 #: src/fu-util.c:2093
833 #: src/fu-util.c:2122
829834 msgid "Schedule installation for next reboot when possible"
830835 msgstr ""
831836
832837 #. TRANSLATORS: command line option
833 #: src/fu-util.c:2096
838 #: src/fu-util.c:2125
834839 msgid "Allow re-installing existing firmware versions"
835840 msgstr ""
836841
837842 #. TRANSLATORS: command line option
838 #: src/fu-util.c:2099
843 #: src/fu-util.c:2128
839844 msgid "Allow downgrading firmware versions"
840845 msgstr ""
841846
842847 #. TRANSLATORS: command line option
843 #: src/fu-util.c:2102
848 #: src/fu-util.c:2131
844849 msgid "Override plugin warning"
845850 msgstr ""
846851
847852 #. TRANSLATORS: command line option
848 #: src/fu-util.c:2105
853 #: src/fu-util.c:2134
849854 msgid "Answer yes to all questions"
850855 msgstr ""
851856
852857 #. TRANSLATORS: command line option
853 #: src/fu-util.c:2108
858 #: src/fu-util.c:2137
854859 msgid "Do not check for unreported history"
855860 msgstr ""
856861
857862 #. TRANSLATORS: command line option
858 #: src/fu-util.c:2111
863 #: src/fu-util.c:2140
859864 msgid "Do not check for old metadata"
860865 msgstr ""
861866
862867 #. TRANSLATORS: command line option
863 #: src/fu-util.c:2114
868 #: src/fu-util.c:2143
864869 msgid "Do not check for reboot after update"
865870 msgstr ""
866871
867872 #. TRANSLATORS: command description
868 #: src/fu-util.c:2137
873 #: src/fu-util.c:2166
869874 msgid "Get all devices that support firmware updates"
870875 msgstr "Oten ducj i dispositîfs che a supuartin i inzornaments dal firmware"
871876
872877 #. TRANSLATORS: command description
873 #: src/fu-util.c:2143
878 #: src/fu-util.c:2172
874879 msgid "Return all the hardware IDs for the machine"
875880 msgstr "Torne ducj i ID dal hardware pe machine"
876881
877882 #. TRANSLATORS: command description
878 #: src/fu-util.c:2149
883 #: src/fu-util.c:2178
879884 msgid "Install prepared updates now"
880885 msgstr "Instale inzornaments preparâts cumò"
881886
882887 #. TRANSLATORS: command description
883 #: src/fu-util.c:2155
888 #: src/fu-util.c:2184
884889 msgid "Show history of firmware updates"
885890 msgstr ""
886891
887892 #. TRANSLATORS: command description
888 #: src/fu-util.c:2161
893 #: src/fu-util.c:2190
889894 msgid "Erase all firmware update history"
890895 msgstr ""
891896
892897 #. TRANSLATORS: command description
893 #: src/fu-util.c:2167
898 #: src/fu-util.c:2196
894899 msgid "Share firmware history with the developers"
895900 msgstr ""
896901
897902 #. TRANSLATORS: command description
898 #: src/fu-util.c:2173
903 #: src/fu-util.c:2202
899904 msgid "Install a firmware file on this hardware"
900905 msgstr "Instale un file firmware su chest hardware"
901906
902907 #. TRANSLATORS: command description
903 #: src/fu-util.c:2179
908 #: src/fu-util.c:2208
904909 msgid "Gets details about a firmware file"
905910 msgstr "Al oten detais su un file di firmware"
906911
907912 #. TRANSLATORS: command description
908 #: src/fu-util.c:2185
913 #: src/fu-util.c:2214
909914 msgid "Gets the list of updates for connected hardware"
910915 msgstr "Al oten la liste di inzornaments pal hardware tacât"
911916
912917 #. TRANSLATORS: command description
913 #: src/fu-util.c:2191
918 #: src/fu-util.c:2220
914919 msgid "Updates all firmware to latest versions available"
915920 msgstr "Al inzorne ducj i firmware ae ultime version disponibile"
916921
917922 #. TRANSLATORS: command description
918 #: src/fu-util.c:2197
923 #: src/fu-util.c:2226
919924 msgid "Gets the cryptographic hash of the dumped firmware"
920925 msgstr ""
921926
922927 #. TRANSLATORS: command description
923 #: src/fu-util.c:2203
928 #: src/fu-util.c:2232
924929 msgid "Unlocks the device for firmware access"
925930 msgstr "Al sbloche il dispositîf pal acès al firmware"
926931
927932 #. TRANSLATORS: command description
928 #: src/fu-util.c:2209
933 #: src/fu-util.c:2238
929934 msgid "Clears the results from the last update"
930935 msgstr "Al nete i risultâts dal ultin inzornament"
931936
932937 #. TRANSLATORS: command description
933 #: src/fu-util.c:2215
938 #: src/fu-util.c:2244
934939 msgid "Clears any updates scheduled to be updated offline"
935940 msgstr "Al nete ducj i inzornaments programâts di fâ fûr rêt"
936941
937942 #. TRANSLATORS: command description
938 #: src/fu-util.c:2221
943 #: src/fu-util.c:2250
939944 msgid "Gets the results from the last update"
940945 msgstr "Al oten i risultâts dal ultin inzornament"
941946
942947 #. TRANSLATORS: command description
943 #: src/fu-util.c:2227
948 #: src/fu-util.c:2256
944949 msgid "Gets the releases for a device"
945950 msgstr ""
946951
947952 #. TRANSLATORS: command description
948 #: src/fu-util.c:2233
953 #: src/fu-util.c:2262
949954 msgid "Gets the configured remotes"
950955 msgstr ""
951956
952957 #. TRANSLATORS: command description
953 #: src/fu-util.c:2239
958 #: src/fu-util.c:2268
954959 msgid "Downgrades the firmware on a device"
955960 msgstr ""
956961
957962 #. TRANSLATORS: command description
958 #: src/fu-util.c:2245
963 #: src/fu-util.c:2274
959964 msgid "Refresh metadata from remote server"
960965 msgstr ""
961966
962967 #. TRANSLATORS: command description
963 #: src/fu-util.c:2251
968 #: src/fu-util.c:2280
964969 msgid "Update the stored metadata with current ROM contents"
965970 msgstr ""
966971
967972 #. TRANSLATORS: command description
968 #: src/fu-util.c:2257
973 #: src/fu-util.c:2286
969974 msgid "Monitor the daemon for events"
970975 msgstr ""
971976
972977 #. TRANSLATORS: command description
973 #: src/fu-util.c:2263
978 #: src/fu-util.c:2292
974979 msgid "Build firmware using a sandbox"
975980 msgstr ""
976981
977982 #. TRANSLATORS: command description
978 #: src/fu-util.c:2269
983 #: src/fu-util.c:2298
979984 msgid "Dump SMBIOS data from a file"
980985 msgstr ""
981986
982987 #. TRANSLATORS: command description
983 #: src/fu-util.c:2275
988 #: src/fu-util.c:2304
984989 msgid "Modifies a given remote"
985990 msgstr ""
986991
987992 #. TRANSLATORS: program name
988 #: src/fu-util.c:2305
993 #: src/fu-util.c:2334
989994 msgid "Firmware Utility"
990995 msgstr ""
+106
-101
po/he.po less more
88 msgstr ""
99 "Project-Id-Version: fwupd\n"
1010 "Report-Msgid-Bugs-To: \n"
11 "POT-Creation-Date: 2018-02-13 21:34+0000\n"
12 "PO-Revision-Date: 2018-02-13 21:34+0000\n"
11 "POT-Creation-Date: 2018-03-12 10:37+0000\n"
12 "PO-Revision-Date: 2018-03-12 10:37+0000\n"
1313 "Last-Translator: Richard Hughes <richard@hughsie.com>\n"
1414 "Language-Team: Hebrew (http://www.transifex.com/freedesktop/fwupd/language/he/)\n"
1515 "MIME-Version: 1.0\n"
141141
142142 #. TRANSLATORS: this is when a device is hotplugged
143143 #. TRANSLATORS: this is when the daemon state changes
144 #: plugins/dfu/dfu-tool.c:1478 src/fu-util.c:1731
144 #: plugins/dfu/dfu-tool.c:1478 src/fu-util.c:1768
145145 msgid "Changed"
146146 msgstr ""
147147
148148 #. TRANSLATORS: this is when a device ctrl+c's a watch
149 #: plugins/dfu/dfu-tool.c:1486 src/fu-util.c:1693
149 #: plugins/dfu/dfu-tool.c:1486 src/fu-util.c:1730
150150 msgid "Cancelled"
151151 msgstr ""
152152
153153 #. TRANSLATORS: Appstream ID for the hardware type
154 #: plugins/dfu/dfu-tool.c:1978 src/fu-util.c:1512
154 #: plugins/dfu/dfu-tool.c:1978 src/fu-util.c:1549
155155 msgid "ID"
156156 msgstr ""
157157
159159 #. TRANSLATORS: device name, e.g. 'ColorHug2'
160160 #. TRANSLATORS: section header for the release name
161161 #: plugins/dfu/dfu-tool.c:1984 plugins/dfu/dfu-tool.c:1990
162 #: plugins/dfu/dfu-tool.c:2104 src/fu-util.c:1283
162 #: plugins/dfu/dfu-tool.c:2104 src/fu-util.c:1321
163163 msgid "Name"
164164 msgstr ""
165165
381381
382382 #. TRANSLATORS: the user didn't read the man page
383383 #: plugins/dfu/dfu-tool.c:2423 plugins/synapticsmst/synapticsmst-tool.c:424
384 #: src/fu-util.c:2310
384 #: src/fu-util.c:2339
385385 msgid "Failed to parse arguments"
386386 msgstr "נכשל בפענוח הארגומנטים"
387387
400400 msgstr ""
401401
402402 #. TRANSLATORS: this is shown when updating the firmware after the reboot
403 #: plugins/uefi/fu-plugin-uefi.c:399
403 #: plugins/uefi/fu-plugin-uefi.c:403
404404 msgid "Installing firmware update…"
405405 msgstr ""
406406
512512 #. TRANSLATORS: the user isn't reading the question
513513 #: src/fu-util.c:242
514514 #, c-format
515 msgid "Please enter a number from 1 to %u: "
515 msgid "Please enter a number from 0 to %u: "
516516 msgstr ""
517517
518518 #. TRANSLATORS: get interactive prompt
520520 msgid "Choose a device:"
521521 msgstr ""
522522
523 #. TRANSLATORS: this is to abort the interactive prompt
524 #: src/fu-util.c:307
525 msgid "Cancel"
526 msgstr ""
527
523528 #. TRANSLATORS: a list of failed updates
524 #: src/fu-util.c:418
529 #: src/fu-util.c:427
525530 msgid "Devices that were not updated correctly:"
526531 msgstr ""
527532
528533 #. TRANSLATORS: a list of successful updates
529 #: src/fu-util.c:432
534 #: src/fu-util.c:441
530535 msgid "Devices that have been updated successfully:"
531536 msgstr ""
532537
533538 #. TRANSLATORS: explain why we want to upload
534 #: src/fu-util.c:446
539 #: src/fu-util.c:455
535540 msgid "Upload report now?"
536541 msgstr ""
537542
538543 #. TRANSLATORS: metadata is downloaded from the Internet
539 #: src/fu-util.c:448 src/fu-util.c:1453
544 #: src/fu-util.c:457 src/fu-util.c:1490
540545 msgid "Requires internet connection"
541546 msgstr ""
542547
543548 #. TRANSLATORS: nothing attached that can be upgraded
544 #: src/fu-util.c:470
549 #: src/fu-util.c:479
545550 msgid "No hardware detected with firmware update capability"
546551 msgstr "לא אותרה חומרה בעלת יכולת עדכון קושחה"
547552
548553 #. TRANSLATORS: the first replacement is a display name
549554 #. * e.g. "ColorHugALS" and the second is a version number
550555 #. * e.g. "1.2.3"
551 #: src/fu-util.c:642
556 #: src/fu-util.c:651
552557 #, c-format
553558 msgid "Reinstalling %s with %s... "
554559 msgstr "מתקין מחדש %s עם %s..."
556561 #. TRANSLATORS: the first replacement is a display name
557562 #. * e.g. "ColorHugALS" and the second and third are
558563 #. * version numbers e.g. "1.2.3"
559 #: src/fu-util.c:649
564 #: src/fu-util.c:658
560565 #, c-format
561566 msgid "Downgrading %s from %s to %s... "
562567 msgstr "משנמך גרסת %s מ־%s ל־%s..."
564569 #. TRANSLATORS: the first replacement is a display name
565570 #. * e.g. "ColorHugALS" and the second and third are
566571 #. * version numbers e.g. "1.2.3"
567 #: src/fu-util.c:657
572 #: src/fu-util.c:666
568573 #, c-format
569574 msgid "Updating %s from %s to %s... "
570575 msgstr "מעדכן %s מ־%s ל־%s..."
571576
572 #: src/fu-util.c:685
577 #: src/fu-util.c:694
573578 msgid "Done!"
574579 msgstr "הסתיים!"
575580
576 #: src/fu-util.c:717
581 #: src/fu-util.c:726
577582 msgid "Target"
578583 msgstr ""
579584
580 #: src/fu-util.c:718
585 #: src/fu-util.c:727
581586 msgid "Payload"
582587 msgstr ""
583588
584 #: src/fu-util.c:719
589 #: src/fu-util.c:728
585590 msgid "Proceed with upload?"
586591 msgstr ""
587592
588593 #. TRANSLATORS: the server sent the user a small message
589 #: src/fu-util.c:788
594 #: src/fu-util.c:807
590595 msgid "Update failure is a known issue, visit this URL for more information:"
591596 msgstr ""
592597
593598 #. TRANSLATORS: the server sent the user a small message
594 #: src/fu-util.c:792
599 #: src/fu-util.c:811
595600 msgid "Upload message:"
596601 msgstr ""
597602
598 #: src/fu-util.c:986 src/fu-util.c:1376
603 #: src/fu-util.c:1034 src/fu-util.c:1414
599604 msgid "OK"
600605 msgstr "אישור"
601606
602607 #. TRANSLATORS: downloading new signing file
603 #: src/fu-util.c:1091
608 #: src/fu-util.c:1139
604609 msgid "Fetching signature"
605610 msgstr ""
606611
607612 #. TRANSLATORS: downloading new metadata file
608 #: src/fu-util.c:1094
613 #: src/fu-util.c:1142
609614 msgid "Fetching metadata"
610615 msgstr ""
611616
612617 #. TRANSLATORS: downloading new firmware file
613 #: src/fu-util.c:1097
618 #: src/fu-util.c:1145
614619 msgid "Fetching firmware"
615620 msgstr ""
616621
617622 #. TRANSLATORS: downloading unknown file
618 #: src/fu-util.c:1100
623 #: src/fu-util.c:1148
619624 msgid "Fetching file"
620625 msgstr ""
621626
622627 #. TRANSLATORS: section header for release version number
623 #: src/fu-util.c:1280
628 #: src/fu-util.c:1318
624629 msgid "Version"
625630 msgstr "גרסא"
626631
627632 #. TRANSLATORS: section header for the release one line summary
628 #: src/fu-util.c:1286
633 #: src/fu-util.c:1324
629634 msgid "Summary"
630635 msgstr ""
631636
632637 #. TRANSLATORS: section header for the remote the file is coming from
633 #: src/fu-util.c:1289
638 #: src/fu-util.c:1327
634639 msgid "Remote"
635640 msgstr ""
636641
637642 #. TRANSLATORS: section header for firmware URI
638 #: src/fu-util.c:1292
643 #: src/fu-util.c:1330
639644 msgid "URI"
640645 msgstr ""
641646
642647 #. TRANSLATORS: section header for firmware description
643 #: src/fu-util.c:1298
648 #: src/fu-util.c:1336
644649 msgid "Description"
645650 msgstr "תיאור"
646651
647652 #. TRANSLATORS: section header for firmware checksum
648653 #. TRANSLATORS: remote checksum
649 #: src/fu-util.c:1306 src/fu-util.c:1603
654 #: src/fu-util.c:1344 src/fu-util.c:1640
650655 msgid "Checksum"
651656 msgstr "סכום ביקורת"
652657
653658 #. TRANSLATORS: get interactive prompt
654 #: src/fu-util.c:1338
659 #: src/fu-util.c:1376
655660 msgid "Choose a release:"
656661 msgstr ""
657662
658663 #. TRANSLATORS: the metadata is very out of date; %u is a number > 1
659 #: src/fu-util.c:1443
664 #: src/fu-util.c:1480
660665 #, c-format
661666 msgid ""
662667 "Firmware metadata has not been updated for %u day and may not be up to date."
667672 msgstr[1] ""
668673
669674 #. TRANSLATORS: ask the user if we can update the metadata
670 #: src/fu-util.c:1451
675 #: src/fu-util.c:1488
671676 msgid "Update now?"
672677 msgstr ""
673678
674679 #. TRANSLATORS: first replacement is device name
675 #: src/fu-util.c:1496
680 #: src/fu-util.c:1533
676681 #, c-format
677682 msgid "%s has firmware updates:"
678683 msgstr "ישנם עדכוני קושחה עבור %s:"
679684
680 #: src/fu-util.c:1503
685 #: src/fu-util.c:1540
681686 msgid "GUID"
682687 msgstr ""
683688
684689 #. TRANSLATORS: section header for firmware version
685 #: src/fu-util.c:1515
690 #: src/fu-util.c:1552
686691 msgid "Update Version"
687692 msgstr ""
688693
689694 #. TRANSLATORS: section header for the release name
690 #: src/fu-util.c:1519
695 #: src/fu-util.c:1556
691696 msgid "Update Name"
692697 msgstr ""
693698
694699 #. TRANSLATORS: section header for the release one line summary
695 #: src/fu-util.c:1522
700 #: src/fu-util.c:1559
696701 msgid "Update Summary"
697702 msgstr ""
698703
699704 #. TRANSLATORS: section header for remote ID, e.g. lvfs-testing
700 #: src/fu-util.c:1525
705 #: src/fu-util.c:1562
701706 msgid "Update Remote ID"
702707 msgstr ""
703708
704709 #. TRANSLATORS: section header for firmware checksum
705 #: src/fu-util.c:1534
710 #: src/fu-util.c:1571
706711 msgid "Update Checksum"
707712 msgstr ""
708713
709714 #. TRANSLATORS: section header for firmware remote http://
710 #: src/fu-util.c:1538
715 #: src/fu-util.c:1575
711716 msgid "Update Location"
712717 msgstr ""
713718
714719 #. TRANSLATORS: section header for long firmware desc
715 #: src/fu-util.c:1549
720 #: src/fu-util.c:1586
716721 msgid "Update Description"
717722 msgstr ""
718723
719724 #. TRANSLATORS: remote identifier, e.g. lvfs-testing
720 #: src/fu-util.c:1581
725 #: src/fu-util.c:1618
721726 msgid "Remote ID"
722727 msgstr ""
723728
724729 #. TRANSLATORS: remote title, e.g. "Linux Vendor Firmware Service"
725 #: src/fu-util.c:1585
730 #: src/fu-util.c:1622
726731 msgid "Title"
727732 msgstr ""
728733
729734 #. TRANSLATORS: remote type, e.g. remote or local
730 #: src/fu-util.c:1589
735 #: src/fu-util.c:1626
731736 msgid "Type"
732737 msgstr ""
733738
734 #: src/fu-util.c:1594
739 #: src/fu-util.c:1631
735740 msgid "Keyring"
736741 msgstr ""
737742
738743 #. TRANSLATORS: if the remote is enabled
739 #: src/fu-util.c:1599
744 #: src/fu-util.c:1636
740745 msgid "Enabled"
741746 msgstr ""
742747
743748 #. TRANSLATORS: the age of the metadata
744 #: src/fu-util.c:1630
749 #: src/fu-util.c:1667
745750 msgid "Age"
746751 msgstr ""
747752
748753 #. TRANSLATORS: the numeric priority
749 #: src/fu-util.c:1637
754 #: src/fu-util.c:1674
750755 msgid "Priority"
751756 msgstr ""
752757
753758 #. TRANSLATORS: remote filename base
754 #: src/fu-util.c:1642
759 #: src/fu-util.c:1679
755760 msgid "Username"
756761 msgstr ""
757762
758763 #. TRANSLATORS: remote filename base
759 #: src/fu-util.c:1647
764 #: src/fu-util.c:1684
760765 msgid "Password"
761766 msgstr ""
762767
763768 #. TRANSLATORS: filename of the local file
764 #: src/fu-util.c:1652
769 #: src/fu-util.c:1689
765770 msgid "Filename"
766771 msgstr ""
767772
768773 #. TRANSLATORS: filename of the local file
769 #: src/fu-util.c:1657
774 #: src/fu-util.c:1694
770775 msgid "Filename Signature"
771776 msgstr ""
772777
773778 #. TRANSLATORS: remote URI
774 #: src/fu-util.c:1662
779 #: src/fu-util.c:1699
775780 msgid "Metadata URI"
776781 msgstr ""
777782
778783 #. TRANSLATORS: remote URI
779 #: src/fu-util.c:1667
784 #: src/fu-util.c:1704
780785 msgid "Metadata URI Signature"
781786 msgstr ""
782787
783788 #. TRANSLATORS: remote URI
784 #: src/fu-util.c:1672
789 #: src/fu-util.c:1709
785790 msgid "Firmware Base URI"
786791 msgstr ""
787792
788793 #. TRANSLATORS: URI to send success/failure reports
789 #: src/fu-util.c:1677
794 #: src/fu-util.c:1714
790795 msgid "Report URI"
791796 msgstr ""
792797
793798 #. TRANSLATORS: this is when a device is hotplugged
794 #: src/fu-util.c:1704
799 #: src/fu-util.c:1741
795800 msgid "Device added:"
796801 msgstr ""
797802
798803 #. TRANSLATORS: this is when a device is hotplugged
799 #: src/fu-util.c:1714
804 #: src/fu-util.c:1751
800805 msgid "Device removed:"
801806 msgstr ""
802807
803808 #. TRANSLATORS: this is when a device has been updated
804 #: src/fu-util.c:1724
809 #: src/fu-util.c:1761
805810 msgid "Device changed:"
806811 msgstr ""
807812
808813 #. TRANSLATORS: explain why we want to upload
809 #: src/fu-util.c:1915
814 #: src/fu-util.c:1952
810815 msgid "An update requires a reboot to complete."
811816 msgstr ""
812817
813818 #. TRANSLATORS: reboot to apply the update
814 #: src/fu-util.c:1917
819 #: src/fu-util.c:1954
815820 msgid "Restart now?"
816821 msgstr ""
817822
818823 #. TRANSLATORS: command line option
819 #: src/fu-util.c:2087
824 #: src/fu-util.c:2116
820825 msgid "Show extra debugging information"
821826 msgstr "הצג מידע ניפוי שגיאות מורחב"
822827
823828 #. TRANSLATORS: command line option
824 #: src/fu-util.c:2090
829 #: src/fu-util.c:2119
825830 msgid "Show client and daemon versions"
826831 msgstr ""
827832
828833 #. TRANSLATORS: command line option
829 #: src/fu-util.c:2093
834 #: src/fu-util.c:2122
830835 msgid "Schedule installation for next reboot when possible"
831836 msgstr ""
832837
833838 #. TRANSLATORS: command line option
834 #: src/fu-util.c:2096
839 #: src/fu-util.c:2125
835840 msgid "Allow re-installing existing firmware versions"
836841 msgstr ""
837842
838843 #. TRANSLATORS: command line option
839 #: src/fu-util.c:2099
844 #: src/fu-util.c:2128
840845 msgid "Allow downgrading firmware versions"
841846 msgstr ""
842847
843848 #. TRANSLATORS: command line option
844 #: src/fu-util.c:2102
849 #: src/fu-util.c:2131
845850 msgid "Override plugin warning"
846851 msgstr ""
847852
848853 #. TRANSLATORS: command line option
849 #: src/fu-util.c:2105
854 #: src/fu-util.c:2134
850855 msgid "Answer yes to all questions"
851856 msgstr ""
852857
853858 #. TRANSLATORS: command line option
854 #: src/fu-util.c:2108
859 #: src/fu-util.c:2137
855860 msgid "Do not check for unreported history"
856861 msgstr ""
857862
858863 #. TRANSLATORS: command line option
859 #: src/fu-util.c:2111
864 #: src/fu-util.c:2140
860865 msgid "Do not check for old metadata"
861866 msgstr ""
862867
863868 #. TRANSLATORS: command line option
864 #: src/fu-util.c:2114
869 #: src/fu-util.c:2143
865870 msgid "Do not check for reboot after update"
866871 msgstr ""
867872
868873 #. TRANSLATORS: command description
869 #: src/fu-util.c:2137
874 #: src/fu-util.c:2166
870875 msgid "Get all devices that support firmware updates"
871876 msgstr "מציג כל המכשירים התומכים בעדכוני קושחה"
872877
873878 #. TRANSLATORS: command description
874 #: src/fu-util.c:2143
879 #: src/fu-util.c:2172
875880 msgid "Return all the hardware IDs for the machine"
876881 msgstr ""
877882
878883 #. TRANSLATORS: command description
879 #: src/fu-util.c:2149
884 #: src/fu-util.c:2178
880885 msgid "Install prepared updates now"
881886 msgstr "מתקין כעת עדכונים מוכנים"
882887
883888 #. TRANSLATORS: command description
884 #: src/fu-util.c:2155
889 #: src/fu-util.c:2184
885890 msgid "Show history of firmware updates"
886891 msgstr ""
887892
888893 #. TRANSLATORS: command description
889 #: src/fu-util.c:2161
894 #: src/fu-util.c:2190
890895 msgid "Erase all firmware update history"
891896 msgstr ""
892897
893898 #. TRANSLATORS: command description
894 #: src/fu-util.c:2167
899 #: src/fu-util.c:2196
895900 msgid "Share firmware history with the developers"
896901 msgstr ""
897902
898903 #. TRANSLATORS: command description
899 #: src/fu-util.c:2173
904 #: src/fu-util.c:2202
900905 msgid "Install a firmware file on this hardware"
901906 msgstr "מתקין קובץ קושחה בחומרה זו"
902907
903908 #. TRANSLATORS: command description
904 #: src/fu-util.c:2179
909 #: src/fu-util.c:2208
905910 msgid "Gets details about a firmware file"
906911 msgstr "מציג פרטים אודות קובץ קושחה"
907912
908913 #. TRANSLATORS: command description
909 #: src/fu-util.c:2185
914 #: src/fu-util.c:2214
910915 msgid "Gets the list of updates for connected hardware"
911916 msgstr ""
912917
913918 #. TRANSLATORS: command description
914 #: src/fu-util.c:2191
919 #: src/fu-util.c:2220
915920 msgid "Updates all firmware to latest versions available"
916921 msgstr ""
917922
918923 #. TRANSLATORS: command description
919 #: src/fu-util.c:2197
924 #: src/fu-util.c:2226
920925 msgid "Gets the cryptographic hash of the dumped firmware"
921926 msgstr ""
922927
923928 #. TRANSLATORS: command description
924 #: src/fu-util.c:2203
929 #: src/fu-util.c:2232
925930 msgid "Unlocks the device for firmware access"
926931 msgstr ""
927932
928933 #. TRANSLATORS: command description
929 #: src/fu-util.c:2209
934 #: src/fu-util.c:2238
930935 msgid "Clears the results from the last update"
931936 msgstr ""
932937
933938 #. TRANSLATORS: command description
934 #: src/fu-util.c:2215
939 #: src/fu-util.c:2244
935940 msgid "Clears any updates scheduled to be updated offline"
936941 msgstr ""
937942
938943 #. TRANSLATORS: command description
939 #: src/fu-util.c:2221
944 #: src/fu-util.c:2250
940945 msgid "Gets the results from the last update"
941946 msgstr ""
942947
943948 #. TRANSLATORS: command description
944 #: src/fu-util.c:2227
949 #: src/fu-util.c:2256
945950 msgid "Gets the releases for a device"
946951 msgstr ""
947952
948953 #. TRANSLATORS: command description
949 #: src/fu-util.c:2233
954 #: src/fu-util.c:2262
950955 msgid "Gets the configured remotes"
951956 msgstr ""
952957
953958 #. TRANSLATORS: command description
954 #: src/fu-util.c:2239
959 #: src/fu-util.c:2268
955960 msgid "Downgrades the firmware on a device"
956961 msgstr ""
957962
958963 #. TRANSLATORS: command description
959 #: src/fu-util.c:2245
964 #: src/fu-util.c:2274
960965 msgid "Refresh metadata from remote server"
961966 msgstr ""
962967
963968 #. TRANSLATORS: command description
964 #: src/fu-util.c:2251
969 #: src/fu-util.c:2280
965970 msgid "Update the stored metadata with current ROM contents"
966971 msgstr ""
967972
968973 #. TRANSLATORS: command description
969 #: src/fu-util.c:2257
974 #: src/fu-util.c:2286
970975 msgid "Monitor the daemon for events"
971976 msgstr ""
972977
973978 #. TRANSLATORS: command description
974 #: src/fu-util.c:2263
979 #: src/fu-util.c:2292
975980 msgid "Build firmware using a sandbox"
976981 msgstr ""
977982
978983 #. TRANSLATORS: command description
979 #: src/fu-util.c:2269
984 #: src/fu-util.c:2298
980985 msgid "Dump SMBIOS data from a file"
981986 msgstr ""
982987
983988 #. TRANSLATORS: command description
984 #: src/fu-util.c:2275
989 #: src/fu-util.c:2304
985990 msgid "Modifies a given remote"
986991 msgstr ""
987992
988993 #. TRANSLATORS: program name
989 #: src/fu-util.c:2305
994 #: src/fu-util.c:2334
990995 msgid "Firmware Utility"
991996 msgstr ""
+106
-101
po/hi.po less more
77 msgstr ""
88 "Project-Id-Version: fwupd\n"
99 "Report-Msgid-Bugs-To: \n"
10 "POT-Creation-Date: 2018-02-13 21:34+0000\n"
11 "PO-Revision-Date: 2018-02-13 21:34+0000\n"
10 "POT-Creation-Date: 2018-03-12 10:37+0000\n"
11 "PO-Revision-Date: 2018-03-12 10:37+0000\n"
1212 "Last-Translator: Richard Hughes <richard@hughsie.com>\n"
1313 "Language-Team: Hindi (http://www.transifex.com/freedesktop/fwupd/language/hi/)\n"
1414 "MIME-Version: 1.0\n"
140140
141141 #. TRANSLATORS: this is when a device is hotplugged
142142 #. TRANSLATORS: this is when the daemon state changes
143 #: plugins/dfu/dfu-tool.c:1478 src/fu-util.c:1731
143 #: plugins/dfu/dfu-tool.c:1478 src/fu-util.c:1768
144144 msgid "Changed"
145145 msgstr ""
146146
147147 #. TRANSLATORS: this is when a device ctrl+c's a watch
148 #: plugins/dfu/dfu-tool.c:1486 src/fu-util.c:1693
148 #: plugins/dfu/dfu-tool.c:1486 src/fu-util.c:1730
149149 msgid "Cancelled"
150150 msgstr ""
151151
152152 #. TRANSLATORS: Appstream ID for the hardware type
153 #: plugins/dfu/dfu-tool.c:1978 src/fu-util.c:1512
153 #: plugins/dfu/dfu-tool.c:1978 src/fu-util.c:1549
154154 msgid "ID"
155155 msgstr ""
156156
158158 #. TRANSLATORS: device name, e.g. 'ColorHug2'
159159 #. TRANSLATORS: section header for the release name
160160 #: plugins/dfu/dfu-tool.c:1984 plugins/dfu/dfu-tool.c:1990
161 #: plugins/dfu/dfu-tool.c:2104 src/fu-util.c:1283
161 #: plugins/dfu/dfu-tool.c:2104 src/fu-util.c:1321
162162 msgid "Name"
163163 msgstr ""
164164
380380
381381 #. TRANSLATORS: the user didn't read the man page
382382 #: plugins/dfu/dfu-tool.c:2423 plugins/synapticsmst/synapticsmst-tool.c:424
383 #: src/fu-util.c:2310
383 #: src/fu-util.c:2339
384384 msgid "Failed to parse arguments"
385385 msgstr "आर्गुमेंट पार्स करने में असफल "
386386
399399 msgstr ""
400400
401401 #. TRANSLATORS: this is shown when updating the firmware after the reboot
402 #: plugins/uefi/fu-plugin-uefi.c:399
402 #: plugins/uefi/fu-plugin-uefi.c:403
403403 msgid "Installing firmware update…"
404404 msgstr ""
405405
511511 #. TRANSLATORS: the user isn't reading the question
512512 #: src/fu-util.c:242
513513 #, c-format
514 msgid "Please enter a number from 1 to %u: "
514 msgid "Please enter a number from 0 to %u: "
515515 msgstr ""
516516
517517 #. TRANSLATORS: get interactive prompt
519519 msgid "Choose a device:"
520520 msgstr ""
521521
522 #. TRANSLATORS: this is to abort the interactive prompt
523 #: src/fu-util.c:307
524 msgid "Cancel"
525 msgstr ""
526
522527 #. TRANSLATORS: a list of failed updates
523 #: src/fu-util.c:418
528 #: src/fu-util.c:427
524529 msgid "Devices that were not updated correctly:"
525530 msgstr ""
526531
527532 #. TRANSLATORS: a list of successful updates
528 #: src/fu-util.c:432
533 #: src/fu-util.c:441
529534 msgid "Devices that have been updated successfully:"
530535 msgstr ""
531536
532537 #. TRANSLATORS: explain why we want to upload
533 #: src/fu-util.c:446
538 #: src/fu-util.c:455
534539 msgid "Upload report now?"
535540 msgstr ""
536541
537542 #. TRANSLATORS: metadata is downloaded from the Internet
538 #: src/fu-util.c:448 src/fu-util.c:1453
543 #: src/fu-util.c:457 src/fu-util.c:1490
539544 msgid "Requires internet connection"
540545 msgstr ""
541546
542547 #. TRANSLATORS: nothing attached that can be upgraded
543 #: src/fu-util.c:470
548 #: src/fu-util.c:479
544549 msgid "No hardware detected with firmware update capability"
545550 msgstr "अपडेट की क्षमता वाला हार्डवेयर उपलब्ध नहीं "
546551
547552 #. TRANSLATORS: the first replacement is a display name
548553 #. * e.g. "ColorHugALS" and the second is a version number
549554 #. * e.g. "1.2.3"
550 #: src/fu-util.c:642
555 #: src/fu-util.c:651
551556 #, c-format
552557 msgid "Reinstalling %s with %s... "
553558 msgstr "%s को %s से दोबारा स्थापित करा जा रहा है "
555560 #. TRANSLATORS: the first replacement is a display name
556561 #. * e.g. "ColorHugALS" and the second and third are
557562 #. * version numbers e.g. "1.2.3"
558 #: src/fu-util.c:649
563 #: src/fu-util.c:658
559564 #, c-format
560565 msgid "Downgrading %s from %s to %s... "
561566 msgstr "%s की %s से %s तक अधोगति हो रही है "
563568 #. TRANSLATORS: the first replacement is a display name
564569 #. * e.g. "ColorHugALS" and the second and third are
565570 #. * version numbers e.g. "1.2.3"
566 #: src/fu-util.c:657
571 #: src/fu-util.c:666
567572 #, c-format
568573 msgid "Updating %s from %s to %s... "
569574 msgstr "%s को %s से %s तक अपडेट करा जा रहा है "
570575
571 #: src/fu-util.c:685
576 #: src/fu-util.c:694
572577 msgid "Done!"
573578 msgstr "हो गया !"
574579
575 #: src/fu-util.c:717
580 #: src/fu-util.c:726
576581 msgid "Target"
577582 msgstr ""
578583
579 #: src/fu-util.c:718
584 #: src/fu-util.c:727
580585 msgid "Payload"
581586 msgstr ""
582587
583 #: src/fu-util.c:719
588 #: src/fu-util.c:728
584589 msgid "Proceed with upload?"
585590 msgstr ""
586591
587592 #. TRANSLATORS: the server sent the user a small message
588 #: src/fu-util.c:788
593 #: src/fu-util.c:807
589594 msgid "Update failure is a known issue, visit this URL for more information:"
590595 msgstr ""
591596
592597 #. TRANSLATORS: the server sent the user a small message
593 #: src/fu-util.c:792
598 #: src/fu-util.c:811
594599 msgid "Upload message:"
595600 msgstr ""
596601
597 #: src/fu-util.c:986 src/fu-util.c:1376
602 #: src/fu-util.c:1034 src/fu-util.c:1414
598603 msgid "OK"
599604 msgstr ""
600605
601606 #. TRANSLATORS: downloading new signing file
602 #: src/fu-util.c:1091
607 #: src/fu-util.c:1139
603608 msgid "Fetching signature"
604609 msgstr ""
605610
606611 #. TRANSLATORS: downloading new metadata file
607 #: src/fu-util.c:1094
612 #: src/fu-util.c:1142
608613 msgid "Fetching metadata"
609614 msgstr ""
610615
611616 #. TRANSLATORS: downloading new firmware file
612 #: src/fu-util.c:1097
617 #: src/fu-util.c:1145
613618 msgid "Fetching firmware"
614619 msgstr ""
615620
616621 #. TRANSLATORS: downloading unknown file
617 #: src/fu-util.c:1100
622 #: src/fu-util.c:1148
618623 msgid "Fetching file"
619624 msgstr ""
620625
621626 #. TRANSLATORS: section header for release version number
622 #: src/fu-util.c:1280
627 #: src/fu-util.c:1318
623628 msgid "Version"
624629 msgstr ""
625630
626631 #. TRANSLATORS: section header for the release one line summary
627 #: src/fu-util.c:1286
632 #: src/fu-util.c:1324
628633 msgid "Summary"
629634 msgstr ""
630635
631636 #. TRANSLATORS: section header for the remote the file is coming from
632 #: src/fu-util.c:1289
637 #: src/fu-util.c:1327
633638 msgid "Remote"
634639 msgstr ""
635640
636641 #. TRANSLATORS: section header for firmware URI
637 #: src/fu-util.c:1292
642 #: src/fu-util.c:1330
638643 msgid "URI"
639644 msgstr ""
640645
641646 #. TRANSLATORS: section header for firmware description
642 #: src/fu-util.c:1298
647 #: src/fu-util.c:1336
643648 msgid "Description"
644649 msgstr ""
645650
646651 #. TRANSLATORS: section header for firmware checksum
647652 #. TRANSLATORS: remote checksum
648 #: src/fu-util.c:1306 src/fu-util.c:1603
653 #: src/fu-util.c:1344 src/fu-util.c:1640
649654 msgid "Checksum"
650655 msgstr ""
651656
652657 #. TRANSLATORS: get interactive prompt
653 #: src/fu-util.c:1338
658 #: src/fu-util.c:1376
654659 msgid "Choose a release:"
655660 msgstr ""
656661
657662 #. TRANSLATORS: the metadata is very out of date; %u is a number > 1
658 #: src/fu-util.c:1443
663 #: src/fu-util.c:1480
659664 #, c-format
660665 msgid ""
661666 "Firmware metadata has not been updated for %u day and may not be up to date."
666671 msgstr[1] ""
667672
668673 #. TRANSLATORS: ask the user if we can update the metadata
669 #: src/fu-util.c:1451
674 #: src/fu-util.c:1488
670675 msgid "Update now?"
671676 msgstr ""
672677
673678 #. TRANSLATORS: first replacement is device name
674 #: src/fu-util.c:1496
679 #: src/fu-util.c:1533
675680 #, c-format
676681 msgid "%s has firmware updates:"
677682 msgstr ""
678683
679 #: src/fu-util.c:1503
684 #: src/fu-util.c:1540
680685 msgid "GUID"
681686 msgstr ""
682687
683688 #. TRANSLATORS: section header for firmware version
684 #: src/fu-util.c:1515
689 #: src/fu-util.c:1552
685690 msgid "Update Version"
686691 msgstr ""
687692
688693 #. TRANSLATORS: section header for the release name
689 #: src/fu-util.c:1519
694 #: src/fu-util.c:1556
690695 msgid "Update Name"
691696 msgstr ""
692697
693698 #. TRANSLATORS: section header for the release one line summary
694 #: src/fu-util.c:1522
699 #: src/fu-util.c:1559
695700 msgid "Update Summary"
696701 msgstr ""
697702
698703 #. TRANSLATORS: section header for remote ID, e.g. lvfs-testing
699 #: src/fu-util.c:1525
704 #: src/fu-util.c:1562
700705 msgid "Update Remote ID"
701706 msgstr ""
702707
703708 #. TRANSLATORS: section header for firmware checksum
704 #: src/fu-util.c:1534
709 #: src/fu-util.c:1571
705710 msgid "Update Checksum"
706711 msgstr ""
707712
708713 #. TRANSLATORS: section header for firmware remote http://
709 #: src/fu-util.c:1538
714 #: src/fu-util.c:1575
710715 msgid "Update Location"
711716 msgstr ""
712717
713718 #. TRANSLATORS: section header for long firmware desc
714 #: src/fu-util.c:1549
719 #: src/fu-util.c:1586
715720 msgid "Update Description"
716721 msgstr ""
717722
718723 #. TRANSLATORS: remote identifier, e.g. lvfs-testing
719 #: src/fu-util.c:1581
724 #: src/fu-util.c:1618
720725 msgid "Remote ID"
721726 msgstr ""
722727
723728 #. TRANSLATORS: remote title, e.g. "Linux Vendor Firmware Service"
724 #: src/fu-util.c:1585
729 #: src/fu-util.c:1622
725730 msgid "Title"
726731 msgstr ""
727732
728733 #. TRANSLATORS: remote type, e.g. remote or local
729 #: src/fu-util.c:1589
734 #: src/fu-util.c:1626
730735 msgid "Type"
731736 msgstr ""
732737
733 #: src/fu-util.c:1594
738 #: src/fu-util.c:1631
734739 msgid "Keyring"
735740 msgstr ""
736741
737742 #. TRANSLATORS: if the remote is enabled
738 #: src/fu-util.c:1599
743 #: src/fu-util.c:1636
739744 msgid "Enabled"
740745 msgstr ""
741746
742747 #. TRANSLATORS: the age of the metadata
743 #: src/fu-util.c:1630
748 #: src/fu-util.c:1667
744749 msgid "Age"
745750 msgstr ""
746751
747752 #. TRANSLATORS: the numeric priority
748 #: src/fu-util.c:1637
753 #: src/fu-util.c:1674
749754 msgid "Priority"
750755 msgstr ""
751756
752757 #. TRANSLATORS: remote filename base
753 #: src/fu-util.c:1642
758 #: src/fu-util.c:1679
754759 msgid "Username"
755760 msgstr ""
756761
757762 #. TRANSLATORS: remote filename base
758 #: src/fu-util.c:1647
763 #: src/fu-util.c:1684
759764 msgid "Password"
760765 msgstr ""
761766
762767 #. TRANSLATORS: filename of the local file
763 #: src/fu-util.c:1652
768 #: src/fu-util.c:1689
764769 msgid "Filename"
765770 msgstr ""
766771
767772 #. TRANSLATORS: filename of the local file
768 #: src/fu-util.c:1657
773 #: src/fu-util.c:1694
769774 msgid "Filename Signature"
770775 msgstr ""
771776
772777 #. TRANSLATORS: remote URI
773 #: src/fu-util.c:1662
778 #: src/fu-util.c:1699
774779 msgid "Metadata URI"
775780 msgstr ""
776781
777782 #. TRANSLATORS: remote URI
778 #: src/fu-util.c:1667
783 #: src/fu-util.c:1704
779784 msgid "Metadata URI Signature"
780785 msgstr ""
781786
782787 #. TRANSLATORS: remote URI
783 #: src/fu-util.c:1672
788 #: src/fu-util.c:1709
784789 msgid "Firmware Base URI"
785790 msgstr ""
786791
787792 #. TRANSLATORS: URI to send success/failure reports
788 #: src/fu-util.c:1677
793 #: src/fu-util.c:1714
789794 msgid "Report URI"
790795 msgstr ""
791796
792797 #. TRANSLATORS: this is when a device is hotplugged
793 #: src/fu-util.c:1704
798 #: src/fu-util.c:1741
794799 msgid "Device added:"
795800 msgstr ""
796801
797802 #. TRANSLATORS: this is when a device is hotplugged
798 #: src/fu-util.c:1714
803 #: src/fu-util.c:1751
799804 msgid "Device removed:"
800805 msgstr ""
801806
802807 #. TRANSLATORS: this is when a device has been updated
803 #: src/fu-util.c:1724
808 #: src/fu-util.c:1761
804809 msgid "Device changed:"
805810 msgstr ""
806811
807812 #. TRANSLATORS: explain why we want to upload
808 #: src/fu-util.c:1915
813 #: src/fu-util.c:1952
809814 msgid "An update requires a reboot to complete."
810815 msgstr ""
811816
812817 #. TRANSLATORS: reboot to apply the update
813 #: src/fu-util.c:1917
818 #: src/fu-util.c:1954
814819 msgid "Restart now?"
815820 msgstr ""
816821
817822 #. TRANSLATORS: command line option
818 #: src/fu-util.c:2087
823 #: src/fu-util.c:2116
819824 msgid "Show extra debugging information"
820825 msgstr "डिबगिंग की अतिरिक्त जानकारी दिखाएँ "
821826
822827 #. TRANSLATORS: command line option
823 #: src/fu-util.c:2090
828 #: src/fu-util.c:2119
824829 msgid "Show client and daemon versions"
825830 msgstr ""
826831
827832 #. TRANSLATORS: command line option
828 #: src/fu-util.c:2093
833 #: src/fu-util.c:2122
829834 msgid "Schedule installation for next reboot when possible"
830835 msgstr ""
831836
832837 #. TRANSLATORS: command line option
833 #: src/fu-util.c:2096
838 #: src/fu-util.c:2125
834839 msgid "Allow re-installing existing firmware versions"
835840 msgstr ""
836841
837842 #. TRANSLATORS: command line option
838 #: src/fu-util.c:2099
843 #: src/fu-util.c:2128
839844 msgid "Allow downgrading firmware versions"
840845 msgstr ""
841846
842847 #. TRANSLATORS: command line option
843 #: src/fu-util.c:2102
848 #: src/fu-util.c:2131
844849 msgid "Override plugin warning"
845850 msgstr ""
846851
847852 #. TRANSLATORS: command line option
848 #: src/fu-util.c:2105
853 #: src/fu-util.c:2134
849854 msgid "Answer yes to all questions"
850855 msgstr ""
851856
852857 #. TRANSLATORS: command line option
853 #: src/fu-util.c:2108
858 #: src/fu-util.c:2137
854859 msgid "Do not check for unreported history"
855860 msgstr ""
856861
857862 #. TRANSLATORS: command line option
858 #: src/fu-util.c:2111
863 #: src/fu-util.c:2140
859864 msgid "Do not check for old metadata"
860865 msgstr ""
861866
862867 #. TRANSLATORS: command line option
863 #: src/fu-util.c:2114
868 #: src/fu-util.c:2143
864869 msgid "Do not check for reboot after update"
865870 msgstr ""
866871
867872 #. TRANSLATORS: command description
868 #: src/fu-util.c:2137
873 #: src/fu-util.c:2166
869874 msgid "Get all devices that support firmware updates"
870875 msgstr "फर्मवेयर अपडेट का समर्थन करने वाली सभी युक्तियाँ प्राप्त करें "
871876
872877 #. TRANSLATORS: command description
873 #: src/fu-util.c:2143
878 #: src/fu-util.c:2172
874879 msgid "Return all the hardware IDs for the machine"
875880 msgstr ""
876881
877882 #. TRANSLATORS: command description
878 #: src/fu-util.c:2149
883 #: src/fu-util.c:2178
879884 msgid "Install prepared updates now"
880885 msgstr "तैयार अपडेट अभी स्थापित करें "
881886
882887 #. TRANSLATORS: command description
883 #: src/fu-util.c:2155
888 #: src/fu-util.c:2184
884889 msgid "Show history of firmware updates"
885890 msgstr ""
886891
887892 #. TRANSLATORS: command description
888 #: src/fu-util.c:2161
893 #: src/fu-util.c:2190
889894 msgid "Erase all firmware update history"
890895 msgstr ""
891896
892897 #. TRANSLATORS: command description
893 #: src/fu-util.c:2167
898 #: src/fu-util.c:2196
894899 msgid "Share firmware history with the developers"
895900 msgstr ""
896901
897902 #. TRANSLATORS: command description
898 #: src/fu-util.c:2173
903 #: src/fu-util.c:2202
899904 msgid "Install a firmware file on this hardware"
900905 msgstr "फर्मवेयर फाइल को इस हार्डवेयर पर स्थापित करें "
901906
902907 #. TRANSLATORS: command description
903 #: src/fu-util.c:2179
908 #: src/fu-util.c:2208
904909 msgid "Gets details about a firmware file"
905910 msgstr "फर्मवेयर फाइल की अधिक जानकारी प्राप्त करें "
906911
907912 #. TRANSLATORS: command description
908 #: src/fu-util.c:2185
913 #: src/fu-util.c:2214
909914 msgid "Gets the list of updates for connected hardware"
910915 msgstr ""
911916
912917 #. TRANSLATORS: command description
913 #: src/fu-util.c:2191
918 #: src/fu-util.c:2220
914919 msgid "Updates all firmware to latest versions available"
915920 msgstr ""
916921
917922 #. TRANSLATORS: command description
918 #: src/fu-util.c:2197
923 #: src/fu-util.c:2226
919924 msgid "Gets the cryptographic hash of the dumped firmware"
920925 msgstr ""
921926
922927 #. TRANSLATORS: command description
923 #: src/fu-util.c:2203
928 #: src/fu-util.c:2232
924929 msgid "Unlocks the device for firmware access"
925930 msgstr ""
926931
927932 #. TRANSLATORS: command description
928 #: src/fu-util.c:2209
933 #: src/fu-util.c:2238
929934 msgid "Clears the results from the last update"
930935 msgstr ""
931936
932937 #. TRANSLATORS: command description
933 #: src/fu-util.c:2215
938 #: src/fu-util.c:2244
934939 msgid "Clears any updates scheduled to be updated offline"
935940 msgstr ""
936941
937942 #. TRANSLATORS: command description
938 #: src/fu-util.c:2221
943 #: src/fu-util.c:2250
939944 msgid "Gets the results from the last update"
940945 msgstr ""
941946
942947 #. TRANSLATORS: command description
943 #: src/fu-util.c:2227
948 #: src/fu-util.c:2256
944949 msgid "Gets the releases for a device"
945950 msgstr ""
946951
947952 #. TRANSLATORS: command description
948 #: src/fu-util.c:2233
953 #: src/fu-util.c:2262
949954 msgid "Gets the configured remotes"
950955 msgstr ""
951956
952957 #. TRANSLATORS: command description
953 #: src/fu-util.c:2239
958 #: src/fu-util.c:2268
954959 msgid "Downgrades the firmware on a device"
955960 msgstr ""
956961
957962 #. TRANSLATORS: command description
958 #: src/fu-util.c:2245
963 #: src/fu-util.c:2274
959964 msgid "Refresh metadata from remote server"
960965 msgstr ""
961966
962967 #. TRANSLATORS: command description
963 #: src/fu-util.c:2251
968 #: src/fu-util.c:2280
964969 msgid "Update the stored metadata with current ROM contents"
965970 msgstr ""
966971
967972 #. TRANSLATORS: command description
968 #: src/fu-util.c:2257
973 #: src/fu-util.c:2286
969974 msgid "Monitor the daemon for events"
970975 msgstr ""
971976
972977 #. TRANSLATORS: command description
973 #: src/fu-util.c:2263
978 #: src/fu-util.c:2292
974979 msgid "Build firmware using a sandbox"
975980 msgstr ""
976981
977982 #. TRANSLATORS: command description
978 #: src/fu-util.c:2269
983 #: src/fu-util.c:2298
979984 msgid "Dump SMBIOS data from a file"
980985 msgstr ""
981986
982987 #. TRANSLATORS: command description
983 #: src/fu-util.c:2275
988 #: src/fu-util.c:2304
984989 msgid "Modifies a given remote"
985990 msgstr ""
986991
987992 #. TRANSLATORS: program name
988 #: src/fu-util.c:2305
993 #: src/fu-util.c:2334
989994 msgid "Firmware Utility"
990995 msgstr ""
+118
-113
po/hr.po less more
99 msgstr ""
1010 "Project-Id-Version: fwupd\n"
1111 "Report-Msgid-Bugs-To: \n"
12 "POT-Creation-Date: 2018-02-13 21:34+0000\n"
13 "PO-Revision-Date: 2018-02-13 21:34+0000\n"
12 "POT-Creation-Date: 2018-03-12 10:37+0000\n"
13 "PO-Revision-Date: 2018-03-12 10:37+0000\n"
1414 "Last-Translator: Richard Hughes <richard@hughsie.com>\n"
1515 "Language-Team: Croatian (http://www.transifex.com/freedesktop/fwupd/language/hr/)\n"
1616 "MIME-Version: 1.0\n"
142142
143143 #. TRANSLATORS: this is when a device is hotplugged
144144 #. TRANSLATORS: this is when the daemon state changes
145 #: plugins/dfu/dfu-tool.c:1478 src/fu-util.c:1731
145 #: plugins/dfu/dfu-tool.c:1478 src/fu-util.c:1768
146146 msgid "Changed"
147147 msgstr "Promijenjeno"
148148
149149 #. TRANSLATORS: this is when a device ctrl+c's a watch
150 #: plugins/dfu/dfu-tool.c:1486 src/fu-util.c:1693
150 #: plugins/dfu/dfu-tool.c:1486 src/fu-util.c:1730
151151 msgid "Cancelled"
152152 msgstr "Prekinuto"
153153
154154 #. TRANSLATORS: Appstream ID for the hardware type
155 #: plugins/dfu/dfu-tool.c:1978 src/fu-util.c:1512
155 #: plugins/dfu/dfu-tool.c:1978 src/fu-util.c:1549
156156 msgid "ID"
157157 msgstr "ID"
158158
160160 #. TRANSLATORS: device name, e.g. 'ColorHug2'
161161 #. TRANSLATORS: section header for the release name
162162 #: plugins/dfu/dfu-tool.c:1984 plugins/dfu/dfu-tool.c:1990
163 #: plugins/dfu/dfu-tool.c:2104 src/fu-util.c:1283
163 #: plugins/dfu/dfu-tool.c:2104 src/fu-util.c:1321
164164 msgid "Name"
165165 msgstr "Naziv"
166166
211211
212212 #: plugins/dfu/dfu-tool.c:2115
213213 msgid "DFU"
214 msgstr ""
214 msgstr "DFU"
215215
216216 #. TRANSLATORS: device state, i.e. appIDLE
217217 #: plugins/dfu/dfu-tool.c:2123
382382
383383 #. TRANSLATORS: the user didn't read the man page
384384 #: plugins/dfu/dfu-tool.c:2423 plugins/synapticsmst/synapticsmst-tool.c:424
385 #: src/fu-util.c:2310
385 #: src/fu-util.c:2339
386386 msgid "Failed to parse arguments"
387387 msgstr "Neuspjela obrada argumenata"
388388
401401 msgstr "Synaptics Multistream Transport pomagalo"
402402
403403 #. TRANSLATORS: this is shown when updating the firmware after the reboot
404 #: plugins/uefi/fu-plugin-uefi.c:399
404 #: plugins/uefi/fu-plugin-uefi.c:403
405405 msgid "Installing firmware update…"
406406 msgstr "Instalacija nadopune frimvera..."
407407
513513 #. TRANSLATORS: the user isn't reading the question
514514 #: src/fu-util.c:242
515515 #, c-format
516 msgid "Please enter a number from 1 to %u: "
517 msgstr "Upišite broj od 1 do %u: "
516 msgid "Please enter a number from 0 to %u: "
517 msgstr ""
518518
519519 #. TRANSLATORS: get interactive prompt
520520 #: src/fu-util.c:305
521521 msgid "Choose a device:"
522522 msgstr "Odaberite uređaj:"
523523
524 #. TRANSLATORS: this is to abort the interactive prompt
525 #: src/fu-util.c:307
526 msgid "Cancel"
527 msgstr ""
528
524529 #. TRANSLATORS: a list of failed updates
525 #: src/fu-util.c:418
530 #: src/fu-util.c:427
526531 msgid "Devices that were not updated correctly:"
527532 msgstr "Uređaji koji nisu ispravno nadopunjeni:"
528533
529534 #. TRANSLATORS: a list of successful updates
530 #: src/fu-util.c:432
535 #: src/fu-util.c:441
531536 msgid "Devices that have been updated successfully:"
532537 msgstr "Uređaji koji su ispravno nadopunjeni:"
533538
534539 #. TRANSLATORS: explain why we want to upload
535 #: src/fu-util.c:446
540 #: src/fu-util.c:455
536541 msgid "Upload report now?"
537542 msgstr "Pošalji izvještaj odmah?"
538543
539544 #. TRANSLATORS: metadata is downloaded from the Internet
540 #: src/fu-util.c:448 src/fu-util.c:1453
545 #: src/fu-util.c:457 src/fu-util.c:1490
541546 msgid "Requires internet connection"
542547 msgstr "Potreban je pristup internetu"
543548
544549 #. TRANSLATORS: nothing attached that can be upgraded
545 #: src/fu-util.c:470
550 #: src/fu-util.c:479
546551 msgid "No hardware detected with firmware update capability"
547552 msgstr "Nema otkrivenog hardvera s mogućnosti nadopune frimvera"
548553
549554 #. TRANSLATORS: the first replacement is a display name
550555 #. * e.g. "ColorHugALS" and the second is a version number
551556 #. * e.g. "1.2.3"
552 #: src/fu-util.c:642
557 #: src/fu-util.c:651
553558 #, c-format
554559 msgid "Reinstalling %s with %s... "
555560 msgstr "Ponovna instalacija %s inačice %s... "
557562 #. TRANSLATORS: the first replacement is a display name
558563 #. * e.g. "ColorHugALS" and the second and third are
559564 #. * version numbers e.g. "1.2.3"
560 #: src/fu-util.c:649
565 #: src/fu-util.c:658
561566 #, c-format
562567 msgid "Downgrading %s from %s to %s... "
563568 msgstr "Vraćanje %s s inačice %s na inačicu %s... "
565570 #. TRANSLATORS: the first replacement is a display name
566571 #. * e.g. "ColorHugALS" and the second and third are
567572 #. * version numbers e.g. "1.2.3"
568 #: src/fu-util.c:657
573 #: src/fu-util.c:666
569574 #, c-format
570575 msgid "Updating %s from %s to %s... "
571576 msgstr "Nadopuna %s s inačice %s na inačicu %s... "
572577
573 #: src/fu-util.c:685
578 #: src/fu-util.c:694
574579 msgid "Done!"
575580 msgstr "Završeno!"
576581
577 #: src/fu-util.c:717
582 #: src/fu-util.c:726
578583 msgid "Target"
579584 msgstr "Odredište"
580585
581 #: src/fu-util.c:718
586 #: src/fu-util.c:727
582587 msgid "Payload"
583588 msgstr ""
584589
585 #: src/fu-util.c:719
590 #: src/fu-util.c:728
586591 msgid "Proceed with upload?"
587592 msgstr "Nastavi sa slanjem?"
588593
589594 #. TRANSLATORS: the server sent the user a small message
590 #: src/fu-util.c:788
595 #: src/fu-util.c:807
591596 msgid "Update failure is a known issue, visit this URL for more information:"
592 msgstr ""
597 msgstr "Neuspješna nadopuna je poznat problem, posjetite ovaj URL za više informacija:"
593598
594599 #. TRANSLATORS: the server sent the user a small message
595 #: src/fu-util.c:792
600 #: src/fu-util.c:811
596601 msgid "Upload message:"
597 msgstr ""
598
599 #: src/fu-util.c:986 src/fu-util.c:1376
602 msgstr "Pošalji poruku:"
603
604 #: src/fu-util.c:1034 src/fu-util.c:1414
600605 msgid "OK"
601606 msgstr "U redu"
602607
603608 #. TRANSLATORS: downloading new signing file
604 #: src/fu-util.c:1091
609 #: src/fu-util.c:1139
605610 msgid "Fetching signature"
606611 msgstr "Dohvaćanje potpisa"
607612
608613 #. TRANSLATORS: downloading new metadata file
609 #: src/fu-util.c:1094
614 #: src/fu-util.c:1142
610615 msgid "Fetching metadata"
611616 msgstr "Dohvaćanje metapodataka"
612617
613618 #. TRANSLATORS: downloading new firmware file
614 #: src/fu-util.c:1097
619 #: src/fu-util.c:1145
615620 msgid "Fetching firmware"
616621 msgstr "Dohvaćanje frimvera"
617622
618623 #. TRANSLATORS: downloading unknown file
619 #: src/fu-util.c:1100
624 #: src/fu-util.c:1148
620625 msgid "Fetching file"
621626 msgstr "Dohvaćanje datoteke"
622627
623628 #. TRANSLATORS: section header for release version number
624 #: src/fu-util.c:1280
629 #: src/fu-util.c:1318
625630 msgid "Version"
626631 msgstr "Inačica"
627632
628633 #. TRANSLATORS: section header for the release one line summary
629 #: src/fu-util.c:1286
634 #: src/fu-util.c:1324
630635 msgid "Summary"
631636 msgstr "Sažetak"
632637
633638 #. TRANSLATORS: section header for the remote the file is coming from
634 #: src/fu-util.c:1289
639 #: src/fu-util.c:1327
635640 msgid "Remote"
636641 msgstr "Udaljena lokacija"
637642
638643 #. TRANSLATORS: section header for firmware URI
639 #: src/fu-util.c:1292
644 #: src/fu-util.c:1330
640645 msgid "URI"
641646 msgstr "URI"
642647
643648 #. TRANSLATORS: section header for firmware description
644 #: src/fu-util.c:1298
649 #: src/fu-util.c:1336
645650 msgid "Description"
646651 msgstr "Opis"
647652
648653 #. TRANSLATORS: section header for firmware checksum
649654 #. TRANSLATORS: remote checksum
650 #: src/fu-util.c:1306 src/fu-util.c:1603
655 #: src/fu-util.c:1344 src/fu-util.c:1640
651656 msgid "Checksum"
652657 msgstr "Kontrolni zbroj"
653658
654659 #. TRANSLATORS: get interactive prompt
655 #: src/fu-util.c:1338
660 #: src/fu-util.c:1376
656661 msgid "Choose a release:"
657662 msgstr "Odaberi izdanje:"
658663
659664 #. TRANSLATORS: the metadata is very out of date; %u is a number > 1
660 #: src/fu-util.c:1443
665 #: src/fu-util.c:1480
661666 #, c-format
662667 msgid ""
663668 "Firmware metadata has not been updated for %u day and may not be up to date."
669674 msgstr[2] "Metapodaci firmvera nisu nadopunjeni %u dana i možda nisu najnoviji."
670675
671676 #. TRANSLATORS: ask the user if we can update the metadata
672 #: src/fu-util.c:1451
677 #: src/fu-util.c:1488
673678 msgid "Update now?"
674679 msgstr "Nadopuni odmah?"
675680
676681 #. TRANSLATORS: first replacement is device name
677 #: src/fu-util.c:1496
682 #: src/fu-util.c:1533
678683 #, c-format
679684 msgid "%s has firmware updates:"
680685 msgstr "%s ima nadopune frimvera:"
681686
682 #: src/fu-util.c:1503
687 #: src/fu-util.c:1540
683688 msgid "GUID"
684689 msgstr "GUID"
685690
686691 #. TRANSLATORS: section header for firmware version
687 #: src/fu-util.c:1515
692 #: src/fu-util.c:1552
688693 msgid "Update Version"
689694 msgstr "Inačica nadopune"
690695
691696 #. TRANSLATORS: section header for the release name
692 #: src/fu-util.c:1519
697 #: src/fu-util.c:1556
693698 msgid "Update Name"
694 msgstr "Nadopuni naziv"
699 msgstr "Naziv nadopune"
695700
696701 #. TRANSLATORS: section header for the release one line summary
697 #: src/fu-util.c:1522
702 #: src/fu-util.c:1559
698703 msgid "Update Summary"
699 msgstr "Nadopuni sažetak"
704 msgstr "Sažetak nadopune"
700705
701706 #. TRANSLATORS: section header for remote ID, e.g. lvfs-testing
702 #: src/fu-util.c:1525
707 #: src/fu-util.c:1562
703708 msgid "Update Remote ID"
704709 msgstr "Udaljeni ID nadopune"
705710
706711 #. TRANSLATORS: section header for firmware checksum
707 #: src/fu-util.c:1534
712 #: src/fu-util.c:1571
708713 msgid "Update Checksum"
709714 msgstr "Kontrolni zbroj nadopune"
710715
711716 #. TRANSLATORS: section header for firmware remote http://
712 #: src/fu-util.c:1538
717 #: src/fu-util.c:1575
713718 msgid "Update Location"
714719 msgstr "Lokacija nadopune"
715720
716721 #. TRANSLATORS: section header for long firmware desc
717 #: src/fu-util.c:1549
722 #: src/fu-util.c:1586
718723 msgid "Update Description"
719724 msgstr "Opis nadopune"
720725
721726 #. TRANSLATORS: remote identifier, e.g. lvfs-testing
722 #: src/fu-util.c:1581
727 #: src/fu-util.c:1618
723728 msgid "Remote ID"
724729 msgstr "Udaljeni ID"
725730
726731 #. TRANSLATORS: remote title, e.g. "Linux Vendor Firmware Service"
727 #: src/fu-util.c:1585
732 #: src/fu-util.c:1622
728733 msgid "Title"
729734 msgstr "Naziv"
730735
731736 #. TRANSLATORS: remote type, e.g. remote or local
732 #: src/fu-util.c:1589
737 #: src/fu-util.c:1626
733738 msgid "Type"
734739 msgstr "Vrsta"
735740
736 #: src/fu-util.c:1594
741 #: src/fu-util.c:1631
737742 msgid "Keyring"
738743 msgstr "Skup ključeva"
739744
740745 #. TRANSLATORS: if the remote is enabled
741 #: src/fu-util.c:1599
746 #: src/fu-util.c:1636
742747 msgid "Enabled"
743748 msgstr "Omogućeno"
744749
745750 #. TRANSLATORS: the age of the metadata
746 #: src/fu-util.c:1630
751 #: src/fu-util.c:1667
747752 msgid "Age"
748753 msgstr "Dob"
749754
750755 #. TRANSLATORS: the numeric priority
751 #: src/fu-util.c:1637
756 #: src/fu-util.c:1674
752757 msgid "Priority"
753758 msgstr "Prioritet"
754759
755760 #. TRANSLATORS: remote filename base
756 #: src/fu-util.c:1642
761 #: src/fu-util.c:1679
757762 msgid "Username"
758763 msgstr "Korisničko ime"
759764
760765 #. TRANSLATORS: remote filename base
761 #: src/fu-util.c:1647
766 #: src/fu-util.c:1684
762767 msgid "Password"
763768 msgstr "Lozinka"
764769
765770 #. TRANSLATORS: filename of the local file
766 #: src/fu-util.c:1652
771 #: src/fu-util.c:1689
767772 msgid "Filename"
768773 msgstr "Naziv datoteke"
769774
770775 #. TRANSLATORS: filename of the local file
771 #: src/fu-util.c:1657
776 #: src/fu-util.c:1694
772777 msgid "Filename Signature"
773778 msgstr "Potpis naziva datoteke"
774779
775780 #. TRANSLATORS: remote URI
776 #: src/fu-util.c:1662
781 #: src/fu-util.c:1699
777782 msgid "Metadata URI"
778783 msgstr "URI metapodataka"
779784
780785 #. TRANSLATORS: remote URI
781 #: src/fu-util.c:1667
786 #: src/fu-util.c:1704
782787 msgid "Metadata URI Signature"
783788 msgstr "Potpis URI metapodataka"
784789
785790 #. TRANSLATORS: remote URI
786 #: src/fu-util.c:1672
791 #: src/fu-util.c:1709
787792 msgid "Firmware Base URI"
788793 msgstr "Osnovni URI frimvera"
789794
790795 #. TRANSLATORS: URI to send success/failure reports
791 #: src/fu-util.c:1677
796 #: src/fu-util.c:1714
792797 msgid "Report URI"
793798 msgstr "URI izvještaja"
794799
795800 #. TRANSLATORS: this is when a device is hotplugged
796 #: src/fu-util.c:1704
801 #: src/fu-util.c:1741
797802 msgid "Device added:"
798803 msgstr "Uređaj dodan:"
799804
800805 #. TRANSLATORS: this is when a device is hotplugged
801 #: src/fu-util.c:1714
806 #: src/fu-util.c:1751
802807 msgid "Device removed:"
803808 msgstr "Uređaj uklonjen:"
804809
805810 #. TRANSLATORS: this is when a device has been updated
806 #: src/fu-util.c:1724
811 #: src/fu-util.c:1761
807812 msgid "Device changed:"
808813 msgstr "Uređaj promijenjen:"
809814
810815 #. TRANSLATORS: explain why we want to upload
811 #: src/fu-util.c:1915
816 #: src/fu-util.c:1952
812817 msgid "An update requires a reboot to complete."
813 msgstr ""
818 msgstr "Nadopuna zahtijeva ponovno pokretanje za završetak."
814819
815820 #. TRANSLATORS: reboot to apply the update
816 #: src/fu-util.c:1917
821 #: src/fu-util.c:1954
817822 msgid "Restart now?"
818 msgstr ""
823 msgstr "Ponovno pokreni odmah?"
819824
820825 #. TRANSLATORS: command line option
821 #: src/fu-util.c:2087
826 #: src/fu-util.c:2116
822827 msgid "Show extra debugging information"
823828 msgstr "Prikaži dodatne informacije otklanjanja grešaka"
824829
825830 #. TRANSLATORS: command line option
826 #: src/fu-util.c:2090
831 #: src/fu-util.c:2119
827832 msgid "Show client and daemon versions"
828833 msgstr "Prikaži inačicu klijenta i pozadinskog programa"
829834
830835 #. TRANSLATORS: command line option
831 #: src/fu-util.c:2093
836 #: src/fu-util.c:2122
832837 msgid "Schedule installation for next reboot when possible"
833838 msgstr "Zakaži instalaciju pri sljedećem pokretanju kada je moguće"
834839
835840 #. TRANSLATORS: command line option
836 #: src/fu-util.c:2096
841 #: src/fu-util.c:2125
837842 msgid "Allow re-installing existing firmware versions"
838843 msgstr "Dopusti ponovnu instalaciju frimvera postojeće inačice"
839844
840845 #. TRANSLATORS: command line option
841 #: src/fu-util.c:2099
846 #: src/fu-util.c:2128
842847 msgid "Allow downgrading firmware versions"
843848 msgstr "Dopusti vraćanje starije inačice frimvera"
844849
845850 #. TRANSLATORS: command line option
846 #: src/fu-util.c:2102
851 #: src/fu-util.c:2131
847852 msgid "Override plugin warning"
848853 msgstr "Zaobiđi upozorenja priključka"
849854
850855 #. TRANSLATORS: command line option
851 #: src/fu-util.c:2105
856 #: src/fu-util.c:2134
852857 msgid "Answer yes to all questions"
853858 msgstr "Odgovori 'da' na sva pitanja"
854859
855860 #. TRANSLATORS: command line option
856 #: src/fu-util.c:2108
861 #: src/fu-util.c:2137
857862 msgid "Do not check for unreported history"
858863 msgstr "Ne provjeravaj neprijavljenu povijest"
859864
860865 #. TRANSLATORS: command line option
861 #: src/fu-util.c:2111
866 #: src/fu-util.c:2140
862867 msgid "Do not check for old metadata"
863868 msgstr "Ne provjeravaj stare metapodatke"
864869
865870 #. TRANSLATORS: command line option
866 #: src/fu-util.c:2114
871 #: src/fu-util.c:2143
867872 msgid "Do not check for reboot after update"
868 msgstr ""
869
870 #. TRANSLATORS: command description
871 #: src/fu-util.c:2137
873 msgstr "Ne provjeravaj za ponovno pokretanje nakon nadopune"
874
875 #. TRANSLATORS: command description
876 #: src/fu-util.c:2166
872877 msgid "Get all devices that support firmware updates"
873878 msgstr "Prikaži sve uređaje koji podržavaju nadopunu frimvera"
874879
875880 #. TRANSLATORS: command description
876 #: src/fu-util.c:2143
881 #: src/fu-util.c:2172
877882 msgid "Return all the hardware IDs for the machine"
878883 msgstr "Vrati sve ID-ove hardvera za uređaj"
879884
880885 #. TRANSLATORS: command description
881 #: src/fu-util.c:2149
886 #: src/fu-util.c:2178
882887 msgid "Install prepared updates now"
883888 msgstr "Instaliraj pripremljene uređaje odmah"
884889
885890 #. TRANSLATORS: command description
886 #: src/fu-util.c:2155
891 #: src/fu-util.c:2184
887892 msgid "Show history of firmware updates"
888893 msgstr "Prikaži povijest nadopune metapodataka"
889894
890895 #. TRANSLATORS: command description
891 #: src/fu-util.c:2161
896 #: src/fu-util.c:2190
892897 msgid "Erase all firmware update history"
893898 msgstr "Obriši svu povijest nadopune frimvera"
894899
895900 #. TRANSLATORS: command description
896 #: src/fu-util.c:2167
901 #: src/fu-util.c:2196
897902 msgid "Share firmware history with the developers"
898903 msgstr "Podijeli povijest frimvera sa razvijateljima"
899904
900905 #. TRANSLATORS: command description
901 #: src/fu-util.c:2173
906 #: src/fu-util.c:2202
902907 msgid "Install a firmware file on this hardware"
903908 msgstr "Instaliraj datoteku frimvera na ovaj uređaj"
904909
905910 #. TRANSLATORS: command description
906 #: src/fu-util.c:2179
911 #: src/fu-util.c:2208
907912 msgid "Gets details about a firmware file"
908913 msgstr "Prikaži pojedinosti datoteke frimvera"
909914
910915 #. TRANSLATORS: command description
911 #: src/fu-util.c:2185
916 #: src/fu-util.c:2214
912917 msgid "Gets the list of updates for connected hardware"
913918 msgstr "Prikaži popis nadopuna za povezani hardver"
914919
915920 #. TRANSLATORS: command description
916 #: src/fu-util.c:2191
921 #: src/fu-util.c:2220
917922 msgid "Updates all firmware to latest versions available"
918923 msgstr "Nadopuni sav frimver na najnovije dostupne inačice"
919924
920925 #. TRANSLATORS: command description
921 #: src/fu-util.c:2197
926 #: src/fu-util.c:2226
922927 msgid "Gets the cryptographic hash of the dumped firmware"
923928 msgstr "Prikaži kriptografsku jedinstvenu vrijednost opširnijih informacija frimvera"
924929
925930 #. TRANSLATORS: command description
926 #: src/fu-util.c:2203
931 #: src/fu-util.c:2232
927932 msgid "Unlocks the device for firmware access"
928933 msgstr "Otključava uređaj za pristup frimvera"
929934
930935 #. TRANSLATORS: command description
931 #: src/fu-util.c:2209
936 #: src/fu-util.c:2238
932937 msgid "Clears the results from the last update"
933938 msgstr "Uklanja rezultate posljednje nadopune"
934939
935940 #. TRANSLATORS: command description
936 #: src/fu-util.c:2215
941 #: src/fu-util.c:2244
937942 msgid "Clears any updates scheduled to be updated offline"
938943 msgstr "Uklanja sve nadopune zakazne za izvanmrežno nadopunjivanje"
939944
940945 #. TRANSLATORS: command description
941 #: src/fu-util.c:2221
946 #: src/fu-util.c:2250
942947 msgid "Gets the results from the last update"
943948 msgstr "Prikaži rezultate posljednje nadopune"
944949
945950 #. TRANSLATORS: command description
946 #: src/fu-util.c:2227
951 #: src/fu-util.c:2256
947952 msgid "Gets the releases for a device"
948953 msgstr "Prikazuje izdanja za uređaj"
949954
950955 #. TRANSLATORS: command description
951 #: src/fu-util.c:2233
956 #: src/fu-util.c:2262
952957 msgid "Gets the configured remotes"
953958 msgstr "Prikazuje udaljena podešavanja"
954959
955960 #. TRANSLATORS: command description
956 #: src/fu-util.c:2239
961 #: src/fu-util.c:2268
957962 msgid "Downgrades the firmware on a device"
958963 msgstr "Vraća stariju inačicu frimvera na uređaju"
959964
960965 #. TRANSLATORS: command description
961 #: src/fu-util.c:2245
966 #: src/fu-util.c:2274
962967 msgid "Refresh metadata from remote server"
963968 msgstr "Osvježi metapodatke s udaljenog poslužitelja"
964969
965970 #. TRANSLATORS: command description
966 #: src/fu-util.c:2251
971 #: src/fu-util.c:2280
967972 msgid "Update the stored metadata with current ROM contents"
968973 msgstr "Nadopuni pohranjene metapodatke s trenutnim sadržajem ROM-a"
969974
970975 #. TRANSLATORS: command description
971 #: src/fu-util.c:2257
976 #: src/fu-util.c:2286
972977 msgid "Monitor the daemon for events"
973978 msgstr "Nadgledaj događaje pozadinskim programom"
974979
975980 #. TRANSLATORS: command description
976 #: src/fu-util.c:2263
981 #: src/fu-util.c:2292
977982 msgid "Build firmware using a sandbox"
978983 msgstr "Izgradi frimver u osiguranom okruženju"
979984
980985 #. TRANSLATORS: command description
981 #: src/fu-util.c:2269
986 #: src/fu-util.c:2298
982987 msgid "Dump SMBIOS data from a file"
983988 msgstr "Ispiši opširnije podatke SMBIOS-a iz datoteke"
984989
985990 #. TRANSLATORS: command description
986 #: src/fu-util.c:2275
991 #: src/fu-util.c:2304
987992 msgid "Modifies a given remote"
988993 msgstr "Promjena zadane udaljene lokacije"
989994
990995 #. TRANSLATORS: program name
991 #: src/fu-util.c:2305
996 #: src/fu-util.c:2334
992997 msgid "Firmware Utility"
993998 msgstr "Firmver pomagalo"
+116
-111
po/hu.po less more
33 #
44 # Translators:
55 # Balázs Meskó <meskobalazs@gmail.com>, 2017-2018
6 # Balázs Úr <urbalazs@gmail.com>, 2015-2017
6 # Balázs Úr <urbalazs@gmail.com>, 2015-2018
77 # Gabor Kelemen <kelemeng at ubuntu dot com>, 2016
88 # kelemeng <kelemeng@ubuntu.com>, 2016
99 msgid ""
1010 msgstr ""
1111 "Project-Id-Version: fwupd\n"
1212 "Report-Msgid-Bugs-To: \n"
13 "POT-Creation-Date: 2018-02-13 21:34+0000\n"
14 "PO-Revision-Date: 2018-02-13 21:34+0000\n"
13 "POT-Creation-Date: 2018-03-12 10:37+0000\n"
14 "PO-Revision-Date: 2018-03-12 10:37+0000\n"
1515 "Last-Translator: Richard Hughes <richard@hughsie.com>\n"
1616 "Language-Team: Hungarian (http://www.transifex.com/freedesktop/fwupd/language/hu/)\n"
1717 "MIME-Version: 1.0\n"
143143
144144 #. TRANSLATORS: this is when a device is hotplugged
145145 #. TRANSLATORS: this is when the daemon state changes
146 #: plugins/dfu/dfu-tool.c:1478 src/fu-util.c:1731
146 #: plugins/dfu/dfu-tool.c:1478 src/fu-util.c:1768
147147 msgid "Changed"
148148 msgstr "Módosítva"
149149
150150 #. TRANSLATORS: this is when a device ctrl+c's a watch
151 #: plugins/dfu/dfu-tool.c:1486 src/fu-util.c:1693
151 #: plugins/dfu/dfu-tool.c:1486 src/fu-util.c:1730
152152 msgid "Cancelled"
153153 msgstr "Megszakítva"
154154
155155 #. TRANSLATORS: Appstream ID for the hardware type
156 #: plugins/dfu/dfu-tool.c:1978 src/fu-util.c:1512
156 #: plugins/dfu/dfu-tool.c:1978 src/fu-util.c:1549
157157 msgid "ID"
158158 msgstr "Azonosító"
159159
161161 #. TRANSLATORS: device name, e.g. 'ColorHug2'
162162 #. TRANSLATORS: section header for the release name
163163 #: plugins/dfu/dfu-tool.c:1984 plugins/dfu/dfu-tool.c:1990
164 #: plugins/dfu/dfu-tool.c:2104 src/fu-util.c:1283
164 #: plugins/dfu/dfu-tool.c:2104 src/fu-util.c:1321
165165 msgid "Name"
166166 msgstr "Név"
167167
383383
384384 #. TRANSLATORS: the user didn't read the man page
385385 #: plugins/dfu/dfu-tool.c:2423 plugins/synapticsmst/synapticsmst-tool.c:424
386 #: src/fu-util.c:2310
386 #: src/fu-util.c:2339
387387 msgid "Failed to parse arguments"
388388 msgstr "Nem sikerült feldolgozni az argumentumokat"
389389
402402 msgstr "Synaptics több adatfolyamos átviteli segédprogram"
403403
404404 #. TRANSLATORS: this is shown when updating the firmware after the reboot
405 #: plugins/uefi/fu-plugin-uefi.c:399
405 #: plugins/uefi/fu-plugin-uefi.c:403
406406 msgid "Installing firmware update…"
407407 msgstr "Firmware frissítés telepítése…"
408408
514514 #. TRANSLATORS: the user isn't reading the question
515515 #: src/fu-util.c:242
516516 #, c-format
517 msgid "Please enter a number from 1 to %u: "
518 msgstr "Adjon meg egy számot 1 és %u között:"
517 msgid "Please enter a number from 0 to %u: "
518 msgstr ""
519519
520520 #. TRANSLATORS: get interactive prompt
521521 #: src/fu-util.c:305
522522 msgid "Choose a device:"
523523 msgstr "Válasszon eszközt:"
524524
525 #. TRANSLATORS: this is to abort the interactive prompt
526 #: src/fu-util.c:307
527 msgid "Cancel"
528 msgstr ""
529
525530 #. TRANSLATORS: a list of failed updates
526 #: src/fu-util.c:418
531 #: src/fu-util.c:427
527532 msgid "Devices that were not updated correctly:"
528533 msgstr "Eszközök, melyek nem lettek helyesen frissítve:"
529534
530535 #. TRANSLATORS: a list of successful updates
531 #: src/fu-util.c:432
536 #: src/fu-util.c:441
532537 msgid "Devices that have been updated successfully:"
533538 msgstr "Eszközök, melyek sikeresen frissítve lettek:"
534539
535540 #. TRANSLATORS: explain why we want to upload
536 #: src/fu-util.c:446
541 #: src/fu-util.c:455
537542 msgid "Upload report now?"
538543 msgstr "Feltölti most a jelentést?"
539544
540545 #. TRANSLATORS: metadata is downloaded from the Internet
541 #: src/fu-util.c:448 src/fu-util.c:1453
546 #: src/fu-util.c:457 src/fu-util.c:1490
542547 msgid "Requires internet connection"
543548 msgstr "Internetkapcsolat szükséges"
544549
545550 #. TRANSLATORS: nothing attached that can be upgraded
546 #: src/fu-util.c:470
551 #: src/fu-util.c:479
547552 msgid "No hardware detected with firmware update capability"
548553 msgstr "Nem észlelhető firmware frissítési képességgel rendelkező hardver"
549554
550555 #. TRANSLATORS: the first replacement is a display name
551556 #. * e.g. "ColorHugALS" and the second is a version number
552557 #. * e.g. "1.2.3"
553 #: src/fu-util.c:642
558 #: src/fu-util.c:651
554559 #, c-format
555560 msgid "Reinstalling %s with %s... "
556561 msgstr "%s újratelepítése ezzel: %s…"
558563 #. TRANSLATORS: the first replacement is a display name
559564 #. * e.g. "ColorHugALS" and the second and third are
560565 #. * version numbers e.g. "1.2.3"
561 #: src/fu-util.c:649
566 #: src/fu-util.c:658
562567 #, c-format
563568 msgid "Downgrading %s from %s to %s... "
564569 msgstr "%s visszafejlesztése: %s -> %s…"
566571 #. TRANSLATORS: the first replacement is a display name
567572 #. * e.g. "ColorHugALS" and the second and third are
568573 #. * version numbers e.g. "1.2.3"
569 #: src/fu-util.c:657
574 #: src/fu-util.c:666
570575 #, c-format
571576 msgid "Updating %s from %s to %s... "
572577 msgstr "%s frissítése: %s -> %s…"
573578
574 #: src/fu-util.c:685
579 #: src/fu-util.c:694
575580 msgid "Done!"
576581 msgstr "Kész!"
577582
578 #: src/fu-util.c:717
583 #: src/fu-util.c:726
579584 msgid "Target"
580585 msgstr "Cél"
581586
582 #: src/fu-util.c:718
587 #: src/fu-util.c:727
583588 msgid "Payload"
584589 msgstr "Tartalom"
585590
586 #: src/fu-util.c:719
591 #: src/fu-util.c:728
587592 msgid "Proceed with upload?"
588593 msgstr "Folytatja a feltöltést?"
589594
590595 #. TRANSLATORS: the server sent the user a small message
591 #: src/fu-util.c:788
596 #: src/fu-util.c:807
592597 msgid "Update failure is a known issue, visit this URL for more information:"
593 msgstr ""
598 msgstr "A feltöltési hiba ismert probléma, további információkért látogassa meg ezt az URL-t:"
594599
595600 #. TRANSLATORS: the server sent the user a small message
596 #: src/fu-util.c:792
601 #: src/fu-util.c:811
597602 msgid "Upload message:"
598 msgstr ""
599
600 #: src/fu-util.c:986 src/fu-util.c:1376
603 msgstr "Feltöltési üzenet:"
604
605 #: src/fu-util.c:1034 src/fu-util.c:1414
601606 msgid "OK"
602607 msgstr "OK"
603608
604609 #. TRANSLATORS: downloading new signing file
605 #: src/fu-util.c:1091
610 #: src/fu-util.c:1139
606611 msgid "Fetching signature"
607612 msgstr "Aláírás lekérése"
608613
609614 #. TRANSLATORS: downloading new metadata file
610 #: src/fu-util.c:1094
615 #: src/fu-util.c:1142
611616 msgid "Fetching metadata"
612617 msgstr "Metaadatok lekérése"
613618
614619 #. TRANSLATORS: downloading new firmware file
615 #: src/fu-util.c:1097
620 #: src/fu-util.c:1145
616621 msgid "Fetching firmware"
617622 msgstr "Firmware lekérése"
618623
619624 #. TRANSLATORS: downloading unknown file
620 #: src/fu-util.c:1100
625 #: src/fu-util.c:1148
621626 msgid "Fetching file"
622627 msgstr "Fájl lekérése"
623628
624629 #. TRANSLATORS: section header for release version number
625 #: src/fu-util.c:1280
630 #: src/fu-util.c:1318
626631 msgid "Version"
627632 msgstr "Verzió"
628633
629634 #. TRANSLATORS: section header for the release one line summary
630 #: src/fu-util.c:1286
635 #: src/fu-util.c:1324
631636 msgid "Summary"
632637 msgstr "Összegzés"
633638
634639 #. TRANSLATORS: section header for the remote the file is coming from
635 #: src/fu-util.c:1289
640 #: src/fu-util.c:1327
636641 msgid "Remote"
637642 msgstr "Távoli tároló"
638643
639644 #. TRANSLATORS: section header for firmware URI
640 #: src/fu-util.c:1292
645 #: src/fu-util.c:1330
641646 msgid "URI"
642647 msgstr "URI"
643648
644649 #. TRANSLATORS: section header for firmware description
645 #: src/fu-util.c:1298
650 #: src/fu-util.c:1336
646651 msgid "Description"
647652 msgstr "Leírás"
648653
649654 #. TRANSLATORS: section header for firmware checksum
650655 #. TRANSLATORS: remote checksum
651 #: src/fu-util.c:1306 src/fu-util.c:1603
656 #: src/fu-util.c:1344 src/fu-util.c:1640
652657 msgid "Checksum"
653658 msgstr "Ellenőrzőösszeg"
654659
655660 #. TRANSLATORS: get interactive prompt
656 #: src/fu-util.c:1338
661 #: src/fu-util.c:1376
657662 msgid "Choose a release:"
658663 msgstr "Válasszon kiadást:"
659664
660665 #. TRANSLATORS: the metadata is very out of date; %u is a number > 1
661 #: src/fu-util.c:1443
666 #: src/fu-util.c:1480
662667 #, c-format
663668 msgid ""
664669 "Firmware metadata has not been updated for %u day and may not be up to date."
669674 msgstr[1] "A firmware metaadatok %u napja nem lettek frissítve, és lehet hogy elavultak."
670675
671676 #. TRANSLATORS: ask the user if we can update the metadata
672 #: src/fu-util.c:1451
677 #: src/fu-util.c:1488
673678 msgid "Update now?"
674679 msgstr "Frissíti most?"
675680
676681 #. TRANSLATORS: first replacement is device name
677 #: src/fu-util.c:1496
682 #: src/fu-util.c:1533
678683 #, c-format
679684 msgid "%s has firmware updates:"
680685 msgstr "%s firmware frissítésekkel rendelkezik:"
681686
682 #: src/fu-util.c:1503
687 #: src/fu-util.c:1540
683688 msgid "GUID"
684689 msgstr "GUID"
685690
686691 #. TRANSLATORS: section header for firmware version
687 #: src/fu-util.c:1515
692 #: src/fu-util.c:1552
688693 msgid "Update Version"
689694 msgstr "Frissítés verziója"
690695
691696 #. TRANSLATORS: section header for the release name
692 #: src/fu-util.c:1519
697 #: src/fu-util.c:1556
693698 msgid "Update Name"
694699 msgstr "Frissítés neve"
695700
696701 #. TRANSLATORS: section header for the release one line summary
697 #: src/fu-util.c:1522
702 #: src/fu-util.c:1559
698703 msgid "Update Summary"
699704 msgstr "Frissítés összegzése"
700705
701706 #. TRANSLATORS: section header for remote ID, e.g. lvfs-testing
702 #: src/fu-util.c:1525
707 #: src/fu-util.c:1562
703708 msgid "Update Remote ID"
704709 msgstr "Távoli azonosító frissítése"
705710
706711 #. TRANSLATORS: section header for firmware checksum
707 #: src/fu-util.c:1534
712 #: src/fu-util.c:1571
708713 msgid "Update Checksum"
709714 msgstr "Frissítés ellenőrzőösszege"
710715
711716 #. TRANSLATORS: section header for firmware remote http://
712 #: src/fu-util.c:1538
717 #: src/fu-util.c:1575
713718 msgid "Update Location"
714719 msgstr "Frissítés helye"
715720
716721 #. TRANSLATORS: section header for long firmware desc
717 #: src/fu-util.c:1549
722 #: src/fu-util.c:1586
718723 msgid "Update Description"
719724 msgstr "Frissítés leírása"
720725
721726 #. TRANSLATORS: remote identifier, e.g. lvfs-testing
722 #: src/fu-util.c:1581
727 #: src/fu-util.c:1618
723728 msgid "Remote ID"
724729 msgstr "Távoli azonosító"
725730
726731 #. TRANSLATORS: remote title, e.g. "Linux Vendor Firmware Service"
727 #: src/fu-util.c:1585
732 #: src/fu-util.c:1622
728733 msgid "Title"
729734 msgstr "Cím"
730735
731736 #. TRANSLATORS: remote type, e.g. remote or local
732 #: src/fu-util.c:1589
737 #: src/fu-util.c:1626
733738 msgid "Type"
734739 msgstr "Típus"
735740
736 #: src/fu-util.c:1594
741 #: src/fu-util.c:1631
737742 msgid "Keyring"
738743 msgstr "Kulcstartó"
739744
740745 #. TRANSLATORS: if the remote is enabled
741 #: src/fu-util.c:1599
746 #: src/fu-util.c:1636
742747 msgid "Enabled"
743748 msgstr "Engedélyezve"
744749
745750 #. TRANSLATORS: the age of the metadata
746 #: src/fu-util.c:1630
751 #: src/fu-util.c:1667
747752 msgid "Age"
748753 msgstr "Kor"
749754
750755 #. TRANSLATORS: the numeric priority
751 #: src/fu-util.c:1637
756 #: src/fu-util.c:1674
752757 msgid "Priority"
753758 msgstr "Prioritás"
754759
755760 #. TRANSLATORS: remote filename base
756 #: src/fu-util.c:1642
761 #: src/fu-util.c:1679
757762 msgid "Username"
758763 msgstr "Felhasználónév"
759764
760765 #. TRANSLATORS: remote filename base
761 #: src/fu-util.c:1647
766 #: src/fu-util.c:1684
762767 msgid "Password"
763768 msgstr "Jelszó"
764769
765770 #. TRANSLATORS: filename of the local file
766 #: src/fu-util.c:1652
771 #: src/fu-util.c:1689
767772 msgid "Filename"
768773 msgstr "Fájlnév"
769774
770775 #. TRANSLATORS: filename of the local file
771 #: src/fu-util.c:1657
776 #: src/fu-util.c:1694
772777 msgid "Filename Signature"
773778 msgstr "Fájlnév aláírása"
774779
775780 #. TRANSLATORS: remote URI
776 #: src/fu-util.c:1662
781 #: src/fu-util.c:1699
777782 msgid "Metadata URI"
778783 msgstr "Metaadat URI"
779784
780785 #. TRANSLATORS: remote URI
781 #: src/fu-util.c:1667
786 #: src/fu-util.c:1704
782787 msgid "Metadata URI Signature"
783788 msgstr "Metaadat URI aláírása"
784789
785790 #. TRANSLATORS: remote URI
786 #: src/fu-util.c:1672
791 #: src/fu-util.c:1709
787792 msgid "Firmware Base URI"
788793 msgstr "Firmware kiindulópont URI"
789794
790795 #. TRANSLATORS: URI to send success/failure reports
791 #: src/fu-util.c:1677
796 #: src/fu-util.c:1714
792797 msgid "Report URI"
793798 msgstr "Jelentési URI"
794799
795800 #. TRANSLATORS: this is when a device is hotplugged
796 #: src/fu-util.c:1704
801 #: src/fu-util.c:1741
797802 msgid "Device added:"
798803 msgstr "Eszköz hozzáadva:"
799804
800805 #. TRANSLATORS: this is when a device is hotplugged
801 #: src/fu-util.c:1714
806 #: src/fu-util.c:1751
802807 msgid "Device removed:"
803808 msgstr "Eszköz eltávolítva:"
804809
805810 #. TRANSLATORS: this is when a device has been updated
806 #: src/fu-util.c:1724
811 #: src/fu-util.c:1761
807812 msgid "Device changed:"
808813 msgstr "Eszköz módosítva:"
809814
810815 #. TRANSLATORS: explain why we want to upload
811 #: src/fu-util.c:1915
816 #: src/fu-util.c:1952
812817 msgid "An update requires a reboot to complete."
813 msgstr ""
818 msgstr "Egy frissítés újraindítást igényel a befejezéshez."
814819
815820 #. TRANSLATORS: reboot to apply the update
816 #: src/fu-util.c:1917
821 #: src/fu-util.c:1954
817822 msgid "Restart now?"
818 msgstr ""
823 msgstr "Újraindítja most?"
819824
820825 #. TRANSLATORS: command line option
821 #: src/fu-util.c:2087
826 #: src/fu-util.c:2116
822827 msgid "Show extra debugging information"
823828 msgstr "További hibakeresési információk megjelenítése"
824829
825830 #. TRANSLATORS: command line option
826 #: src/fu-util.c:2090
831 #: src/fu-util.c:2119
827832 msgid "Show client and daemon versions"
828833 msgstr "Ügyfél és démon verziók megjelenítése"
829834
830835 #. TRANSLATORS: command line option
831 #: src/fu-util.c:2093
836 #: src/fu-util.c:2122
832837 msgid "Schedule installation for next reboot when possible"
833838 msgstr "Telepítés ütemezése a következő újraindításkor, ha lehetséges"
834839
835840 #. TRANSLATORS: command line option
836 #: src/fu-util.c:2096
841 #: src/fu-util.c:2125
837842 msgid "Allow re-installing existing firmware versions"
838843 msgstr "Meglévő firmware verziók újratelepítésének engedélyezése"
839844
840845 #. TRANSLATORS: command line option
841 #: src/fu-util.c:2099
846 #: src/fu-util.c:2128
842847 msgid "Allow downgrading firmware versions"
843848 msgstr "Firmware verziók visszafejlesztésének engedélyezése"
844849
845850 #. TRANSLATORS: command line option
846 #: src/fu-util.c:2102
851 #: src/fu-util.c:2131
847852 msgid "Override plugin warning"
848853 msgstr "Bővítmény figyelmeztetés felülbírálása"
849854
850855 #. TRANSLATORS: command line option
851 #: src/fu-util.c:2105
856 #: src/fu-util.c:2134
852857 msgid "Answer yes to all questions"
853858 msgstr "Igen az összes kérdésre"
854859
855860 #. TRANSLATORS: command line option
856 #: src/fu-util.c:2108
861 #: src/fu-util.c:2137
857862 msgid "Do not check for unreported history"
858863 msgstr "Ne ellenőrizze a nem jelentett előzményeket"
859864
860865 #. TRANSLATORS: command line option
861 #: src/fu-util.c:2111
866 #: src/fu-util.c:2140
862867 msgid "Do not check for old metadata"
863868 msgstr "Ne ellenőrizze a régi metaadatokat"
864869
865870 #. TRANSLATORS: command line option
866 #: src/fu-util.c:2114
871 #: src/fu-util.c:2143
867872 msgid "Do not check for reboot after update"
868 msgstr ""
869
870 #. TRANSLATORS: command description
871 #: src/fu-util.c:2137
873 msgstr "Ne ellenőrizze az újraindítást a frissítés után"
874
875 #. TRANSLATORS: command description
876 #: src/fu-util.c:2166
872877 msgid "Get all devices that support firmware updates"
873878 msgstr "Minden eszköz lekérése, amelyek támogatják a firmware frissítéseket"
874879
875880 #. TRANSLATORS: command description
876 #: src/fu-util.c:2143
881 #: src/fu-util.c:2172
877882 msgid "Return all the hardware IDs for the machine"
878883 msgstr "A géphez tartoó összes hardverazonosító visszaadása"
879884
880885 #. TRANSLATORS: command description
881 #: src/fu-util.c:2149
886 #: src/fu-util.c:2178
882887 msgid "Install prepared updates now"
883888 msgstr "Az előkészített frissítések telepítés most"
884889
885890 #. TRANSLATORS: command description
886 #: src/fu-util.c:2155
891 #: src/fu-util.c:2184
887892 msgid "Show history of firmware updates"
888893 msgstr "Firmware frissítési előzmények megtekintése"
889894
890895 #. TRANSLATORS: command description
891 #: src/fu-util.c:2161
896 #: src/fu-util.c:2190
892897 msgid "Erase all firmware update history"
893898 msgstr "Firmware frissítési előzmények törlése"
894899
895900 #. TRANSLATORS: command description
896 #: src/fu-util.c:2167
901 #: src/fu-util.c:2196
897902 msgid "Share firmware history with the developers"
898903 msgstr "Firmware frissítése előzmények megosztása a fejlesztőkkel"
899904
900905 #. TRANSLATORS: command description
901 #: src/fu-util.c:2173
906 #: src/fu-util.c:2202
902907 msgid "Install a firmware file on this hardware"
903908 msgstr "Egy firmware fájl telepítése ezen a hardveren"
904909
905910 #. TRANSLATORS: command description
906 #: src/fu-util.c:2179
911 #: src/fu-util.c:2208
907912 msgid "Gets details about a firmware file"
908913 msgstr "Részleteket kér le egy firmware fájlról"
909914
910915 #. TRANSLATORS: command description
911 #: src/fu-util.c:2185
916 #: src/fu-util.c:2214
912917 msgid "Gets the list of updates for connected hardware"
913918 msgstr "A frissítések listáját kéri le a csatlakoztatott hardverhez"
914919
915920 #. TRANSLATORS: command description
916 #: src/fu-util.c:2191
921 #: src/fu-util.c:2220
917922 msgid "Updates all firmware to latest versions available"
918923 msgstr "Minden firmware-t az elérhető legfrissebb verziókra frissít"
919924
920925 #. TRANSLATORS: command description
921 #: src/fu-util.c:2197
926 #: src/fu-util.c:2226
922927 msgid "Gets the cryptographic hash of the dumped firmware"
923928 msgstr "Lekéri a kiírt firmware kriptográfiai hash-ét"
924929
925930 #. TRANSLATORS: command description
926 #: src/fu-util.c:2203
931 #: src/fu-util.c:2232
927932 msgid "Unlocks the device for firmware access"
928933 msgstr "Eszköz feloldása a firmware eléréséhez"
929934
930935 #. TRANSLATORS: command description
931 #: src/fu-util.c:2209
936 #: src/fu-util.c:2238
932937 msgid "Clears the results from the last update"
933938 msgstr "Törli a legutóbbi frissítésből származó eredményeket"
934939
935940 #. TRANSLATORS: command description
936 #: src/fu-util.c:2215
941 #: src/fu-util.c:2244
937942 msgid "Clears any updates scheduled to be updated offline"
938943 msgstr "Törli a beütemezett offline frissítéseket"
939944
940945 #. TRANSLATORS: command description
941 #: src/fu-util.c:2221
946 #: src/fu-util.c:2250
942947 msgid "Gets the results from the last update"
943948 msgstr "A legutóbbi frissítésből származó eredményeket kéri le"
944949
945950 #. TRANSLATORS: command description
946 #: src/fu-util.c:2227
951 #: src/fu-util.c:2256
947952 msgid "Gets the releases for a device"
948953 msgstr "Lekéri az eszközhöz tartozó kiadásokat"
949954
950955 #. TRANSLATORS: command description
951 #: src/fu-util.c:2233
956 #: src/fu-util.c:2262
952957 msgid "Gets the configured remotes"
953958 msgstr "Lekéri a beállított távoli tárolókat"
954959
955960 #. TRANSLATORS: command description
956 #: src/fu-util.c:2239
961 #: src/fu-util.c:2268
957962 msgid "Downgrades the firmware on a device"
958963 msgstr "A firmware visszafejlesztése az eszközön"
959964
960965 #. TRANSLATORS: command description
961 #: src/fu-util.c:2245
966 #: src/fu-util.c:2274
962967 msgid "Refresh metadata from remote server"
963968 msgstr "Metaadatok frissítése a távoli kiszolgálóról"
964969
965970 #. TRANSLATORS: command description
966 #: src/fu-util.c:2251
971 #: src/fu-util.c:2280
967972 msgid "Update the stored metadata with current ROM contents"
968973 msgstr "A tárolt metaadatok frissítése a jelenlegi ROM tartalmával"
969974
970975 #. TRANSLATORS: command description
971 #: src/fu-util.c:2257
976 #: src/fu-util.c:2286
972977 msgid "Monitor the daemon for events"
973978 msgstr "A démon eseményeinek figyelése"
974979
975980 #. TRANSLATORS: command description
976 #: src/fu-util.c:2263
981 #: src/fu-util.c:2292
977982 msgid "Build firmware using a sandbox"
978983 msgstr "Firmware összeállítása egy homokozóban"
979984
980985 #. TRANSLATORS: command description
981 #: src/fu-util.c:2269
986 #: src/fu-util.c:2298
982987 msgid "Dump SMBIOS data from a file"
983988 msgstr "SMBIOS adatok kiírása egy fájlból"
984989
985990 #. TRANSLATORS: command description
986 #: src/fu-util.c:2275
991 #: src/fu-util.c:2304
987992 msgid "Modifies a given remote"
988993 msgstr "A megadott távoli tároló módosítása"
989994
990995 #. TRANSLATORS: program name
991 #: src/fu-util.c:2305
996 #: src/fu-util.c:2334
992997 msgid "Firmware Utility"
993998 msgstr "Firmware segédprogram"
+173
-168
po/id.po less more
22 # This file is distributed under the same license as the fwupd package.
33 #
44 # Translators:
5 # Andika Triwidada <andika@gmail.com>, 2017
5 # Andika Triwidada <andika@gmail.com>, 2017-2018
66 msgid ""
77 msgstr ""
88 "Project-Id-Version: fwupd\n"
99 "Report-Msgid-Bugs-To: \n"
10 "POT-Creation-Date: 2018-02-13 21:34+0000\n"
11 "PO-Revision-Date: 2018-02-13 21:34+0000\n"
10 "POT-Creation-Date: 2018-03-12 10:37+0000\n"
11 "PO-Revision-Date: 2018-03-12 10:37+0000\n"
1212 "Last-Translator: Richard Hughes <richard@hughsie.com>\n"
1313 "Language-Team: Indonesian (http://www.transifex.com/freedesktop/fwupd/language/id/)\n"
1414 "MIME-Version: 1.0\n"
106106
107107 #: policy/org.freedesktop.fwupd.policy.in:105
108108 msgid "Modify a configured remote"
109 msgstr ""
109 msgstr "Ubah suatu remote yang ditata"
110110
111111 #. TRANSLATORS: this is the PolicyKit modal dialog
112112 #: policy/org.freedesktop.fwupd.policy.in:107
113113 msgid ""
114114 "Authentication is required to modify a configured remote used for firmware "
115115 "updates"
116 msgstr ""
116 msgstr "Otentikasi diperlukan untuk mengubah sebuah remote yang ditata yang dipakai untuk pembaruan firmware"
117117
118118 #. TRANSLATORS: this is a command alias, e.g. 'get-devices'
119119 #: plugins/dfu/dfu-tool.c:124 plugins/synapticsmst/synapticsmst-tool.c:105
140140
141141 #. TRANSLATORS: this is when a device is hotplugged
142142 #. TRANSLATORS: this is when the daemon state changes
143 #: plugins/dfu/dfu-tool.c:1478 src/fu-util.c:1731
143 #: plugins/dfu/dfu-tool.c:1478 src/fu-util.c:1768
144144 msgid "Changed"
145145 msgstr "Diubah"
146146
147147 #. TRANSLATORS: this is when a device ctrl+c's a watch
148 #: plugins/dfu/dfu-tool.c:1486 src/fu-util.c:1693
148 #: plugins/dfu/dfu-tool.c:1486 src/fu-util.c:1730
149149 msgid "Cancelled"
150150 msgstr "Dibatalkan"
151151
152152 #. TRANSLATORS: Appstream ID for the hardware type
153 #: plugins/dfu/dfu-tool.c:1978 src/fu-util.c:1512
153 #: plugins/dfu/dfu-tool.c:1978 src/fu-util.c:1549
154154 msgid "ID"
155155 msgstr "ID"
156156
158158 #. TRANSLATORS: device name, e.g. 'ColorHug2'
159159 #. TRANSLATORS: section header for the release name
160160 #: plugins/dfu/dfu-tool.c:1984 plugins/dfu/dfu-tool.c:1990
161 #: plugins/dfu/dfu-tool.c:2104 src/fu-util.c:1283
161 #: plugins/dfu/dfu-tool.c:2104 src/fu-util.c:1321
162162 msgid "Name"
163163 msgstr "Nama"
164164
192192
193193 #: plugins/dfu/dfu-tool.c:2082
194194 msgid "Permission denied"
195 msgstr ""
195 msgstr "Izin ditolak"
196196
197197 #. TRANSLATORS: serial number, e.g. '00012345'
198198 #: plugins/dfu/dfu-tool.c:2110
205205
206206 #: plugins/dfu/dfu-tool.c:2115
207207 msgid "Runtime"
208 msgstr ""
208 msgstr "Runtime"
209209
210210 #: plugins/dfu/dfu-tool.c:2115
211211 msgid "DFU"
212 msgstr ""
212 msgstr "DFU"
213213
214214 #. TRANSLATORS: device state, i.e. appIDLE
215215 #: plugins/dfu/dfu-tool.c:2123
225225 #. * the device can do
226226 #: plugins/dfu/dfu-tool.c:2139
227227 msgid "Attributes"
228 msgstr ""
228 msgstr "Atribut"
229229
230230 #. TRANSLATORS: device quirks, i.e. things that
231231 #. * it does that we have to work around
236236 #. TRANSLATORS: chip ID, e.g. "0x58200204"
237237 #: plugins/dfu/dfu-tool.c:2154
238238 msgid "Chip ID"
239 msgstr ""
239 msgstr "ID Chip"
240240
241241 #. TRANSLATORS: command description
242242 #: plugins/dfu/dfu-tool.c:2234
291291 #. TRANSLATORS: command description
292292 #: plugins/dfu/dfu-tool.c:2294
293293 msgid "Reset a DFU device"
294 msgstr ""
294 msgstr "Reset suatu peranti DFU"
295295
296296 #. TRANSLATORS: command description
297297 #: plugins/dfu/dfu-tool.c:2300
371371 #. TRANSLATORS: quirks are device-specific workarounds
372372 #: plugins/dfu/dfu-tool.c:2396
373373 msgid "Failed to load quirks"
374 msgstr ""
374 msgstr "Gagal memuat quirk"
375375
376376 #. TRANSLATORS: DFU stands for device firmware update
377377 #: plugins/dfu/dfu-tool.c:2418
380380
381381 #. TRANSLATORS: the user didn't read the man page
382382 #: plugins/dfu/dfu-tool.c:2423 plugins/synapticsmst/synapticsmst-tool.c:424
383 #: src/fu-util.c:2310
383 #: src/fu-util.c:2339
384384 msgid "Failed to parse arguments"
385385 msgstr "Gagal mengurai argumen"
386386
399399 msgstr "Utilitas Transport Multistream Synaptics"
400400
401401 #. TRANSLATORS: this is shown when updating the firmware after the reboot
402 #: plugins/uefi/fu-plugin-uefi.c:399
402 #: plugins/uefi/fu-plugin-uefi.c:403
403403 msgid "Installing firmware update…"
404404 msgstr "Sedang memasang pembaruan firmware..."
405405
411411 #. TRANSLATORS: this is for plugin development
412412 #: src/fu-debug.c:131
413413 msgid "Show plugin verbose information"
414 msgstr ""
414 msgstr "Tampilkan informasi rinci pengaya"
415415
416416 #. TRANSLATORS: for the --verbose arg
417417 #: src/fu-debug.c:186
466466 #. TRANSLATORS: reading from the flash chips
467467 #: src/fu-progressbar.c:68
468468 msgid "Reading…"
469 msgstr ""
469 msgstr "Membaca..."
470470
471471 #. TRANSLATORS: writing to the flash chips
472472 #: src/fu-progressbar.c:72
476476 #. TRANSLATORS: erasing contents of the flash chips
477477 #: src/fu-progressbar.c:76
478478 msgid "Erasing…"
479 msgstr ""
479 msgstr "Menghapus..."
480480
481481 #. TRANSLATORS: verifying we wrote the firmware correctly
482482 #: src/fu-progressbar.c:80
496496 #. TRANSLATORS: waiting for user to authenticate
497497 #: src/fu-progressbar.c:92
498498 msgid "Authenticating…"
499 msgstr ""
499 msgstr "Mengotentikasi..."
500500
501501 #. TRANSLATORS: waiting for device to do something
502502 #: src/fu-progressbar.c:96
503503 msgid "Waiting…"
504 msgstr ""
504 msgstr "Menunggu..."
505505
506506 #. TRANSLATORS: currect daemon status is unknown
507507 #: src/fu-progressbar.c:103
511511 #. TRANSLATORS: the user isn't reading the question
512512 #: src/fu-util.c:242
513513 #, c-format
514 msgid "Please enter a number from 1 to %u: "
515 msgstr "Harap masukkan suatu bilangan dari 1 sampai %u:"
514 msgid "Please enter a number from 0 to %u: "
515 msgstr ""
516516
517517 #. TRANSLATORS: get interactive prompt
518518 #: src/fu-util.c:305
519519 msgid "Choose a device:"
520520 msgstr "Pilih suatu peranti:"
521521
522 #. TRANSLATORS: this is to abort the interactive prompt
523 #: src/fu-util.c:307
524 msgid "Cancel"
525 msgstr ""
526
522527 #. TRANSLATORS: a list of failed updates
523 #: src/fu-util.c:418
528 #: src/fu-util.c:427
524529 msgid "Devices that were not updated correctly:"
525 msgstr ""
530 msgstr "Peranti yang tidak diperbarui dengan benar:"
526531
527532 #. TRANSLATORS: a list of successful updates
528 #: src/fu-util.c:432
533 #: src/fu-util.c:441
529534 msgid "Devices that have been updated successfully:"
530 msgstr ""
535 msgstr "Peranti yang sukses diperbarui:"
531536
532537 #. TRANSLATORS: explain why we want to upload
533 #: src/fu-util.c:446
538 #: src/fu-util.c:455
534539 msgid "Upload report now?"
535 msgstr ""
540 msgstr "Unggah laporan sekarang?"
536541
537542 #. TRANSLATORS: metadata is downloaded from the Internet
538 #: src/fu-util.c:448 src/fu-util.c:1453
543 #: src/fu-util.c:457 src/fu-util.c:1490
539544 msgid "Requires internet connection"
540 msgstr ""
545 msgstr "Memerlukan koneksi internet"
541546
542547 #. TRANSLATORS: nothing attached that can be upgraded
543 #: src/fu-util.c:470
548 #: src/fu-util.c:479
544549 msgid "No hardware detected with firmware update capability"
545550 msgstr "Tidak terdeteksi perangkat keras dengan kapabilitas pemutakhiran firmware"
546551
547552 #. TRANSLATORS: the first replacement is a display name
548553 #. * e.g. "ColorHugALS" and the second is a version number
549554 #. * e.g. "1.2.3"
550 #: src/fu-util.c:642
555 #: src/fu-util.c:651
551556 #, c-format
552557 msgid "Reinstalling %s with %s... "
553558 msgstr "Memasang ulang %s dengan %s..."
555560 #. TRANSLATORS: the first replacement is a display name
556561 #. * e.g. "ColorHugALS" and the second and third are
557562 #. * version numbers e.g. "1.2.3"
558 #: src/fu-util.c:649
563 #: src/fu-util.c:658
559564 #, c-format
560565 msgid "Downgrading %s from %s to %s... "
561566 msgstr "Menuruntingkatkan %s dari %s ke %s..."
563568 #. TRANSLATORS: the first replacement is a display name
564569 #. * e.g. "ColorHugALS" and the second and third are
565570 #. * version numbers e.g. "1.2.3"
566 #: src/fu-util.c:657
571 #: src/fu-util.c:666
567572 #, c-format
568573 msgid "Updating %s from %s to %s... "
569574 msgstr "Memutakhirkan %s dari %s ke %s..."
570575
571 #: src/fu-util.c:685
576 #: src/fu-util.c:694
572577 msgid "Done!"
573578 msgstr "Selesai!"
574579
575 #: src/fu-util.c:717
580 #: src/fu-util.c:726
576581 msgid "Target"
577 msgstr ""
578
579 #: src/fu-util.c:718
582 msgstr "Target"
583
584 #: src/fu-util.c:727
580585 msgid "Payload"
581 msgstr ""
582
583 #: src/fu-util.c:719
586 msgstr "Payload"
587
588 #: src/fu-util.c:728
584589 msgid "Proceed with upload?"
585 msgstr ""
590 msgstr "Lanjutkan mengunggah?"
586591
587592 #. TRANSLATORS: the server sent the user a small message
588 #: src/fu-util.c:788
593 #: src/fu-util.c:807
589594 msgid "Update failure is a known issue, visit this URL for more information:"
590 msgstr ""
595 msgstr "Kegagalan pembaruan adalah masalah yang telah diketahui, kunjungi URL ini untuk informasi lebih lanjut:"
591596
592597 #. TRANSLATORS: the server sent the user a small message
593 #: src/fu-util.c:792
598 #: src/fu-util.c:811
594599 msgid "Upload message:"
595 msgstr ""
596
597 #: src/fu-util.c:986 src/fu-util.c:1376
600 msgstr "Pesan unggah:"
601
602 #: src/fu-util.c:1034 src/fu-util.c:1414
598603 msgid "OK"
599604 msgstr "OK"
600605
601606 #. TRANSLATORS: downloading new signing file
602 #: src/fu-util.c:1091
607 #: src/fu-util.c:1139
603608 msgid "Fetching signature"
604609 msgstr "Sedang mengambil tanda tangan"
605610
606611 #. TRANSLATORS: downloading new metadata file
607 #: src/fu-util.c:1094
612 #: src/fu-util.c:1142
608613 msgid "Fetching metadata"
609614 msgstr "Sedang mengambil metadata"
610615
611616 #. TRANSLATORS: downloading new firmware file
612 #: src/fu-util.c:1097
617 #: src/fu-util.c:1145
613618 msgid "Fetching firmware"
614619 msgstr "Sedang mengambil firmware"
615620
616621 #. TRANSLATORS: downloading unknown file
617 #: src/fu-util.c:1100
622 #: src/fu-util.c:1148
618623 msgid "Fetching file"
619624 msgstr "Sedang mengambil berkas"
620625
621626 #. TRANSLATORS: section header for release version number
622 #: src/fu-util.c:1280
627 #: src/fu-util.c:1318
623628 msgid "Version"
624629 msgstr "Versi"
625630
626631 #. TRANSLATORS: section header for the release one line summary
627 #: src/fu-util.c:1286
632 #: src/fu-util.c:1324
628633 msgid "Summary"
629 msgstr ""
634 msgstr "Ringkasan"
630635
631636 #. TRANSLATORS: section header for the remote the file is coming from
632 #: src/fu-util.c:1289
637 #: src/fu-util.c:1327
633638 msgid "Remote"
634 msgstr ""
639 msgstr "Remote"
635640
636641 #. TRANSLATORS: section header for firmware URI
637 #: src/fu-util.c:1292
642 #: src/fu-util.c:1330
638643 msgid "URI"
639644 msgstr "URI"
640645
641646 #. TRANSLATORS: section header for firmware description
642 #: src/fu-util.c:1298
647 #: src/fu-util.c:1336
643648 msgid "Description"
644649 msgstr "Deskripsi"
645650
646651 #. TRANSLATORS: section header for firmware checksum
647652 #. TRANSLATORS: remote checksum
648 #: src/fu-util.c:1306 src/fu-util.c:1603
653 #: src/fu-util.c:1344 src/fu-util.c:1640
649654 msgid "Checksum"
650655 msgstr "Checksum"
651656
652657 #. TRANSLATORS: get interactive prompt
653 #: src/fu-util.c:1338
658 #: src/fu-util.c:1376
654659 msgid "Choose a release:"
655660 msgstr "Pilih sebuah rilis:"
656661
657662 #. TRANSLATORS: the metadata is very out of date; %u is a number > 1
658 #: src/fu-util.c:1443
663 #: src/fu-util.c:1480
659664 #, c-format
660665 msgid ""
661666 "Firmware metadata has not been updated for %u day and may not be up to date."
662667 msgid_plural ""
663668 "Firmware metadata has not been updated for %u days and may not be up to "
664669 "date."
665 msgstr[0] ""
670 msgstr[0] "Metadata firmware belum diperbarui selama %uhari dan mungkin tidak mutakhir."
666671
667672 #. TRANSLATORS: ask the user if we can update the metadata
668 #: src/fu-util.c:1451
673 #: src/fu-util.c:1488
669674 msgid "Update now?"
670 msgstr ""
675 msgstr "Perbarui sekarang?"
671676
672677 #. TRANSLATORS: first replacement is device name
673 #: src/fu-util.c:1496
678 #: src/fu-util.c:1533
674679 #, c-format
675680 msgid "%s has firmware updates:"
676681 msgstr "%s memiliki pemutakhiran firmware:"
677682
678 #: src/fu-util.c:1503
683 #: src/fu-util.c:1540
679684 msgid "GUID"
680685 msgstr "GUID"
681686
682687 #. TRANSLATORS: section header for firmware version
683 #: src/fu-util.c:1515
688 #: src/fu-util.c:1552
684689 msgid "Update Version"
685690 msgstr "Mutakhirkan Versi"
686691
687692 #. TRANSLATORS: section header for the release name
688 #: src/fu-util.c:1519
693 #: src/fu-util.c:1556
689694 msgid "Update Name"
690 msgstr ""
695 msgstr "Nama Pembaruan"
691696
692697 #. TRANSLATORS: section header for the release one line summary
693 #: src/fu-util.c:1522
698 #: src/fu-util.c:1559
694699 msgid "Update Summary"
695 msgstr ""
700 msgstr "Ringkasan Pembaruan"
696701
697702 #. TRANSLATORS: section header for remote ID, e.g. lvfs-testing
698 #: src/fu-util.c:1525
703 #: src/fu-util.c:1562
699704 msgid "Update Remote ID"
700705 msgstr "Mutakhirkan ID Remote"
701706
702707 #. TRANSLATORS: section header for firmware checksum
703 #: src/fu-util.c:1534
708 #: src/fu-util.c:1571
704709 msgid "Update Checksum"
705710 msgstr "Mutakhirkan Checksum"
706711
707712 #. TRANSLATORS: section header for firmware remote http://
708 #: src/fu-util.c:1538
713 #: src/fu-util.c:1575
709714 msgid "Update Location"
710715 msgstr "Mutakhirkan Lokasi"
711716
712717 #. TRANSLATORS: section header for long firmware desc
713 #: src/fu-util.c:1549
718 #: src/fu-util.c:1586
714719 msgid "Update Description"
715720 msgstr "Mutakhirkan Keterangan"
716721
717722 #. TRANSLATORS: remote identifier, e.g. lvfs-testing
718 #: src/fu-util.c:1581
723 #: src/fu-util.c:1618
719724 msgid "Remote ID"
720725 msgstr "ID Remote"
721726
722727 #. TRANSLATORS: remote title, e.g. "Linux Vendor Firmware Service"
723 #: src/fu-util.c:1585
728 #: src/fu-util.c:1622
724729 msgid "Title"
725 msgstr ""
730 msgstr "Judul"
726731
727732 #. TRANSLATORS: remote type, e.g. remote or local
728 #: src/fu-util.c:1589
733 #: src/fu-util.c:1626
729734 msgid "Type"
730735 msgstr "Tipe"
731736
732 #: src/fu-util.c:1594
737 #: src/fu-util.c:1631
733738 msgid "Keyring"
734 msgstr ""
739 msgstr "Keyring"
735740
736741 #. TRANSLATORS: if the remote is enabled
737 #: src/fu-util.c:1599
742 #: src/fu-util.c:1636
738743 msgid "Enabled"
739744 msgstr "Difungsikan"
740745
741746 #. TRANSLATORS: the age of the metadata
742 #: src/fu-util.c:1630
747 #: src/fu-util.c:1667
743748 msgid "Age"
744749 msgstr "Usia"
745750
746751 #. TRANSLATORS: the numeric priority
747 #: src/fu-util.c:1637
752 #: src/fu-util.c:1674
748753 msgid "Priority"
749754 msgstr "Prioritas"
750755
751756 #. TRANSLATORS: remote filename base
752 #: src/fu-util.c:1642
757 #: src/fu-util.c:1679
753758 msgid "Username"
754759 msgstr "Nama Pengguna"
755760
756761 #. TRANSLATORS: remote filename base
757 #: src/fu-util.c:1647
762 #: src/fu-util.c:1684
758763 msgid "Password"
759764 msgstr "Kata Sandi"
760765
761766 #. TRANSLATORS: filename of the local file
762 #: src/fu-util.c:1652
767 #: src/fu-util.c:1689
763768 msgid "Filename"
764769 msgstr "Nama Berkas"
765770
766771 #. TRANSLATORS: filename of the local file
767 #: src/fu-util.c:1657
772 #: src/fu-util.c:1694
768773 msgid "Filename Signature"
769774 msgstr "Tanda Tangan Nama Berkas"
770775
771776 #. TRANSLATORS: remote URI
772 #: src/fu-util.c:1662
777 #: src/fu-util.c:1699
773778 msgid "Metadata URI"
774 msgstr ""
779 msgstr "URI Metadata"
775780
776781 #. TRANSLATORS: remote URI
777 #: src/fu-util.c:1667
782 #: src/fu-util.c:1704
778783 msgid "Metadata URI Signature"
779 msgstr ""
784 msgstr "Tanda Tangan URI Metadata"
780785
781786 #. TRANSLATORS: remote URI
782 #: src/fu-util.c:1672
787 #: src/fu-util.c:1709
783788 msgid "Firmware Base URI"
784 msgstr ""
789 msgstr "URI Basis Firmware"
785790
786791 #. TRANSLATORS: URI to send success/failure reports
787 #: src/fu-util.c:1677
792 #: src/fu-util.c:1714
788793 msgid "Report URI"
789 msgstr ""
794 msgstr "URI Lapor"
790795
791796 #. TRANSLATORS: this is when a device is hotplugged
792 #: src/fu-util.c:1704
797 #: src/fu-util.c:1741
793798 msgid "Device added:"
794799 msgstr "Perangkat ditambahkan:"
795800
796801 #. TRANSLATORS: this is when a device is hotplugged
797 #: src/fu-util.c:1714
802 #: src/fu-util.c:1751
798803 msgid "Device removed:"
799804 msgstr "Perangkat dilepas:"
800805
801806 #. TRANSLATORS: this is when a device has been updated
802 #: src/fu-util.c:1724
807 #: src/fu-util.c:1761
803808 msgid "Device changed:"
804809 msgstr "Perangkat diubah:"
805810
806811 #. TRANSLATORS: explain why we want to upload
807 #: src/fu-util.c:1915
812 #: src/fu-util.c:1952
808813 msgid "An update requires a reboot to complete."
809 msgstr ""
814 msgstr "Suatu pembaruan memerlukan boot ulang agar lengkap."
810815
811816 #. TRANSLATORS: reboot to apply the update
812 #: src/fu-util.c:1917
817 #: src/fu-util.c:1954
813818 msgid "Restart now?"
814 msgstr ""
819 msgstr "Mulai ulang sekarang?"
815820
816821 #. TRANSLATORS: command line option
817 #: src/fu-util.c:2087
822 #: src/fu-util.c:2116
818823 msgid "Show extra debugging information"
819824 msgstr "Tampilkan informasi pengawakutuan ekstra"
820825
821826 #. TRANSLATORS: command line option
822 #: src/fu-util.c:2090
827 #: src/fu-util.c:2119
823828 msgid "Show client and daemon versions"
824829 msgstr "Tampilkan versi daemon dan klien"
825830
826831 #. TRANSLATORS: command line option
827 #: src/fu-util.c:2093
832 #: src/fu-util.c:2122
828833 msgid "Schedule installation for next reboot when possible"
829834 msgstr "Jadwalkan instalasi untuk boot ulang selanjutnya bila mungkin"
830835
831836 #. TRANSLATORS: command line option
832 #: src/fu-util.c:2096
837 #: src/fu-util.c:2125
833838 msgid "Allow re-installing existing firmware versions"
834839 msgstr "Izinkan pemasangan ulang versi firmware yang telah ada"
835840
836841 #. TRANSLATORS: command line option
837 #: src/fu-util.c:2099
842 #: src/fu-util.c:2128
838843 msgid "Allow downgrading firmware versions"
839844 msgstr "Izinkan penuruntingkatan versi firmware"
840845
841846 #. TRANSLATORS: command line option
842 #: src/fu-util.c:2102
847 #: src/fu-util.c:2131
843848 msgid "Override plugin warning"
844849 msgstr "Timpa peringatan plugin"
845850
846851 #. TRANSLATORS: command line option
847 #: src/fu-util.c:2105
852 #: src/fu-util.c:2134
848853 msgid "Answer yes to all questions"
849 msgstr ""
854 msgstr "Jawab ya untuk semua pertanyaan"
850855
851856 #. TRANSLATORS: command line option
852 #: src/fu-util.c:2108
857 #: src/fu-util.c:2137
853858 msgid "Do not check for unreported history"
854 msgstr ""
859 msgstr "Jangan periksa untuk riwayat yang tak dilaporkan"
855860
856861 #. TRANSLATORS: command line option
857 #: src/fu-util.c:2111
862 #: src/fu-util.c:2140
858863 msgid "Do not check for old metadata"
859 msgstr ""
864 msgstr "Jangan periksa untuk metadata lama"
860865
861866 #. TRANSLATORS: command line option
862 #: src/fu-util.c:2114
867 #: src/fu-util.c:2143
863868 msgid "Do not check for reboot after update"
864 msgstr ""
865
866 #. TRANSLATORS: command description
867 #: src/fu-util.c:2137
869 msgstr "Jangan periksa untuk boot ulang setelah pembaruan"
870
871 #. TRANSLATORS: command description
872 #: src/fu-util.c:2166
868873 msgid "Get all devices that support firmware updates"
869874 msgstr "Dapatkan semua perangkat yang mendukung pemutakhiran firmware"
870875
871876 #. TRANSLATORS: command description
872 #: src/fu-util.c:2143
877 #: src/fu-util.c:2172
873878 msgid "Return all the hardware IDs for the machine"
874879 msgstr "Kembalikan semua ID perangkat keras bagi mesin"
875880
876881 #. TRANSLATORS: command description
877 #: src/fu-util.c:2149
882 #: src/fu-util.c:2178
878883 msgid "Install prepared updates now"
879884 msgstr "Pasang pemutakhiran yang disiapkan sekarang"
880885
881886 #. TRANSLATORS: command description
882 #: src/fu-util.c:2155
887 #: src/fu-util.c:2184
883888 msgid "Show history of firmware updates"
884 msgstr ""
885
886 #. TRANSLATORS: command description
887 #: src/fu-util.c:2161
889 msgstr "Tampilkan riwayat pembaruan firmware"
890
891 #. TRANSLATORS: command description
892 #: src/fu-util.c:2190
888893 msgid "Erase all firmware update history"
889 msgstr ""
890
891 #. TRANSLATORS: command description
892 #: src/fu-util.c:2167
894 msgstr "Hapus semua riwayat pembaruan firmware"
895
896 #. TRANSLATORS: command description
897 #: src/fu-util.c:2196
893898 msgid "Share firmware history with the developers"
894 msgstr ""
895
896 #. TRANSLATORS: command description
897 #: src/fu-util.c:2173
899 msgstr "Bagikan riwayat firmware dengan para pengembang"
900
901 #. TRANSLATORS: command description
902 #: src/fu-util.c:2202
898903 msgid "Install a firmware file on this hardware"
899904 msgstr "Pasang suatu berkas firmware pada perangkat keras ini"
900905
901906 #. TRANSLATORS: command description
902 #: src/fu-util.c:2179
907 #: src/fu-util.c:2208
903908 msgid "Gets details about a firmware file"
904909 msgstr "Dapatkan rincian tentang suatu berkas firmware"
905910
906911 #. TRANSLATORS: command description
907 #: src/fu-util.c:2185
912 #: src/fu-util.c:2214
908913 msgid "Gets the list of updates for connected hardware"
909914 msgstr "Dapatkan daftar pemutakhiran bagi perangkat keras yang tersambung"
910915
911916 #. TRANSLATORS: command description
912 #: src/fu-util.c:2191
917 #: src/fu-util.c:2220
913918 msgid "Updates all firmware to latest versions available"
914919 msgstr "Mutakhirkan semua firmware ke versi terbaru yang tersedia"
915920
916921 #. TRANSLATORS: command description
917 #: src/fu-util.c:2197
922 #: src/fu-util.c:2226
918923 msgid "Gets the cryptographic hash of the dumped firmware"
919924 msgstr "Dapatkan hash kriptografis dari firmware yang dicurahkan"
920925
921926 #. TRANSLATORS: command description
922 #: src/fu-util.c:2203
927 #: src/fu-util.c:2232
923928 msgid "Unlocks the device for firmware access"
924929 msgstr "Buka kunci perangkat bagi akses firmware"
925930
926931 #. TRANSLATORS: command description
927 #: src/fu-util.c:2209
932 #: src/fu-util.c:2238
928933 msgid "Clears the results from the last update"
929934 msgstr "Bersihkan hasil dari pemutakhiran terakhir"
930935
931936 #. TRANSLATORS: command description
932 #: src/fu-util.c:2215
937 #: src/fu-util.c:2244
933938 msgid "Clears any updates scheduled to be updated offline"
934 msgstr ""
935
936 #. TRANSLATORS: command description
937 #: src/fu-util.c:2221
939 msgstr "Bersihkan semua pembaruan yang dijadwalkan untuk diperbarui luring"
940
941 #. TRANSLATORS: command description
942 #: src/fu-util.c:2250
938943 msgid "Gets the results from the last update"
939944 msgstr "Dapatkan hasil dari pemutakhiran terakhir"
940945
941946 #. TRANSLATORS: command description
942 #: src/fu-util.c:2227
947 #: src/fu-util.c:2256
943948 msgid "Gets the releases for a device"
944949 msgstr "Dapatkan rilis-rilis bagi sebuah peranti"
945950
946951 #. TRANSLATORS: command description
947 #: src/fu-util.c:2233
952 #: src/fu-util.c:2262
948953 msgid "Gets the configured remotes"
949954 msgstr "Dapatkan remote-remote yang terkonfigurasi"
950955
951956 #. TRANSLATORS: command description
952 #: src/fu-util.c:2239
957 #: src/fu-util.c:2268
953958 msgid "Downgrades the firmware on a device"
954959 msgstr "Turuntingkatkan firmware pada suatu peranti"
955960
956961 #. TRANSLATORS: command description
957 #: src/fu-util.c:2245
962 #: src/fu-util.c:2274
958963 msgid "Refresh metadata from remote server"
959964 msgstr "Segarkan metadata dari server remote"
960965
961966 #. TRANSLATORS: command description
962 #: src/fu-util.c:2251
967 #: src/fu-util.c:2280
963968 msgid "Update the stored metadata with current ROM contents"
964969 msgstr "Mutakhirkan metadata tersimpan dengan isi ROM saat ini"
965970
966971 #. TRANSLATORS: command description
967 #: src/fu-util.c:2257
972 #: src/fu-util.c:2286
968973 msgid "Monitor the daemon for events"
969974 msgstr "Pantau daemon untuk kejadian"
970975
971976 #. TRANSLATORS: command description
972 #: src/fu-util.c:2263
977 #: src/fu-util.c:2292
973978 msgid "Build firmware using a sandbox"
974 msgstr ""
975
976 #. TRANSLATORS: command description
977 #: src/fu-util.c:2269
979 msgstr "Bangun firmware memakai suatu sandbox"
980
981 #. TRANSLATORS: command description
982 #: src/fu-util.c:2298
978983 msgid "Dump SMBIOS data from a file"
979 msgstr ""
980
981 #. TRANSLATORS: command description
982 #: src/fu-util.c:2275
984 msgstr "Curahkan data SMBIOS dari suatu berkas"
985
986 #. TRANSLATORS: command description
987 #: src/fu-util.c:2304
983988 msgid "Modifies a given remote"
984 msgstr ""
989 msgstr "Mengubah suatu remote yang diberikan"
985990
986991 #. TRANSLATORS: program name
987 #: src/fu-util.c:2305
992 #: src/fu-util.c:2334
988993 msgid "Firmware Utility"
989994 msgstr "Utilitas Firmware"
+206
-201
po/it.po less more
33 #
44 # Translators:
55 # Gianvito Cavasoli <gianvito@gmx.it>, 2016
6 # Milo Casagrande <milo@ubuntu.com>, 2017
6 # Milo Casagrande <milo@ubuntu.com>, 2017-2018
77 msgid ""
88 msgstr ""
99 "Project-Id-Version: fwupd\n"
1010 "Report-Msgid-Bugs-To: \n"
11 "POT-Creation-Date: 2018-02-13 21:34+0000\n"
12 "PO-Revision-Date: 2018-02-13 21:34+0000\n"
11 "POT-Creation-Date: 2018-03-12 10:37+0000\n"
12 "PO-Revision-Date: 2018-03-12 10:37+0000\n"
1313 "Last-Translator: Richard Hughes <richard@hughsie.com>\n"
1414 "Language-Team: Italian (http://www.transifex.com/freedesktop/fwupd/language/it/)\n"
1515 "MIME-Version: 1.0\n"
2020
2121 #: data/org.freedesktop.fwupd.metainfo.xml:7
2222 msgid "fwupd"
23 msgstr ""
23 msgstr "fwupd"
2424
2525 #: data/org.freedesktop.fwupd.metainfo.xml:8
2626 msgid "Update device firmware on Linux"
27 msgstr ""
27 msgstr "Aggiorna firmware dispositivi su Linux"
2828
2929 #: data/org.freedesktop.fwupd.metainfo.xml:10
3030 msgid ""
3232 "reliable. You can either use a GUI software manager like GNOME Software to "
3333 "view and apply updates, the command-line tool or the D-Bus interface "
3434 "directly."
35 msgstr ""
35 msgstr "Questo progetto vuole rendere l'aggiornamento di firmware su Linux un processo automatico, sicuro e affidabile. È possibile usare uno strumento grafico come GNOME Software per visualizzare e applicare gli aggiornamenti, oppure lo strumento a riga di comando o l'interfaccia D-Bus."
3636
3737 #: data/org.freedesktop.fwupd.metainfo.xml:16
3838 msgid ""
3939 "The fwupd process is a simple daemon to allow session software to update "
4040 "device firmware on your local machine. It is designed for desktops, but this"
4141 " project is also usable on phones, tablets and on headless servers."
42 msgstr ""
42 msgstr "Il processo fwupd è un demone che consente di aggiornare il firmware di un dispositivo sul proprio computer. È progettato per un ambiente desktop, ma è possibile utilizzarlo anche su telefonini, tablet e server."
4343
4444 #: policy/org.freedesktop.fwupd.policy.in:17
4545 msgid "Install signed system firmware"
4949 #: policy/org.freedesktop.fwupd.policy.in:19
5050 #: policy/org.freedesktop.fwupd.policy.in:30
5151 msgid "Authentication is required to update the firmware on this machine"
52 msgstr "È richiesta l'autenticazione per aggiornare il firmware su questa macchina"
52 msgstr "È richiesto autenticarsi per aggiornare il firmware su questa macchina"
5353
5454 #: policy/org.freedesktop.fwupd.policy.in:28
5555 msgid "Install unsigned system firmware"
6262 #. TRANSLATORS: this is the PolicyKit modal dialog
6363 #: policy/org.freedesktop.fwupd.policy.in:41
6464 msgid "Authentication is required to downgrade the firmware on this machine"
65 msgstr "È richiesta l'autenticazione tornare al precedente firmware su questa macchina"
65 msgstr "È richiesto autenticarsi tornare al precedente firmware su questa macchina"
6666
6767 #: policy/org.freedesktop.fwupd.policy.in:50
6868 msgid "Install signed device firmware"
7373 #: policy/org.freedesktop.fwupd.policy.in:63
7474 msgid ""
7575 "Authentication is required to update the firmware on a removable device"
76 msgstr "È richiesta l'autenticazione per aggiornare il firmware su un dispositivo rimovibile"
76 msgstr "È richiesto autenticarsi per aggiornare il firmware su un dispositivo rimovibile"
7777
7878 #: policy/org.freedesktop.fwupd.policy.in:61
7979 #: policy/org.freedesktop.fwupd.policy.in:72
8484 #: policy/org.freedesktop.fwupd.policy.in:74
8585 msgid ""
8686 "Authentication is required to downgrade the firmware on a removable device"
87 msgstr "È richiesta l'autenticazione per tornare al precedente firmware su un dispositivo rimovibile"
87 msgstr "È richiesto autenticarsi per tornare al precedente firmware su un dispositivo rimovibile"
8888
8989 #: policy/org.freedesktop.fwupd.policy.in:83
9090 msgid "Unlock the device to allow access"
9393 #. TRANSLATORS: this is the PolicyKit modal dialog
9494 #: policy/org.freedesktop.fwupd.policy.in:85
9595 msgid "Authentication is required to unlock a device"
96 msgstr "È richiesta l'autenticazione per sbloccare un dispositivo"
96 msgstr "È richiesto autenticarsi per sbloccare un dispositivo"
9797
9898 #: policy/org.freedesktop.fwupd.policy.in:94
9999 msgid "Update the stored device verification information"
103103 #: policy/org.freedesktop.fwupd.policy.in:96
104104 msgid ""
105105 "Authentication is required to update the stored checksums for the device"
106 msgstr "È richiesta l'autenticazione per aggiornare il codice di controllo del dispositivo salvato"
106 msgstr "È richiesto autenticarsi per aggiornare il codice di controllo del dispositivo salvato"
107107
108108 #: policy/org.freedesktop.fwupd.policy.in:105
109109 msgid "Modify a configured remote"
110 msgstr ""
110 msgstr "Modifica un remoto configurato"
111111
112112 #. TRANSLATORS: this is the PolicyKit modal dialog
113113 #: policy/org.freedesktop.fwupd.policy.in:107
114114 msgid ""
115115 "Authentication is required to modify a configured remote used for firmware "
116116 "updates"
117 msgstr ""
117 msgstr "È richiesto autenticarsi per modificare un remoto configurato utilizzato per aggiornamenti firmware"
118118
119119 #. TRANSLATORS: this is a command alias, e.g. 'get-devices'
120120 #: plugins/dfu/dfu-tool.c:124 plugins/synapticsmst/synapticsmst-tool.c:105
141141
142142 #. TRANSLATORS: this is when a device is hotplugged
143143 #. TRANSLATORS: this is when the daemon state changes
144 #: plugins/dfu/dfu-tool.c:1478 src/fu-util.c:1731
144 #: plugins/dfu/dfu-tool.c:1478 src/fu-util.c:1768
145145 msgid "Changed"
146146 msgstr "Modificato"
147147
148148 #. TRANSLATORS: this is when a device ctrl+c's a watch
149 #: plugins/dfu/dfu-tool.c:1486 src/fu-util.c:1693
149 #: plugins/dfu/dfu-tool.c:1486 src/fu-util.c:1730
150150 msgid "Cancelled"
151151 msgstr "Annullato"
152152
153153 #. TRANSLATORS: Appstream ID for the hardware type
154 #: plugins/dfu/dfu-tool.c:1978 src/fu-util.c:1512
154 #: plugins/dfu/dfu-tool.c:1978 src/fu-util.c:1549
155155 msgid "ID"
156156 msgstr "Identificativo"
157157
159159 #. TRANSLATORS: device name, e.g. 'ColorHug2'
160160 #. TRANSLATORS: section header for the release name
161161 #: plugins/dfu/dfu-tool.c:1984 plugins/dfu/dfu-tool.c:1990
162 #: plugins/dfu/dfu-tool.c:2104 src/fu-util.c:1283
162 #: plugins/dfu/dfu-tool.c:2104 src/fu-util.c:1321
163163 msgid "Name"
164164 msgstr "Nome"
165165
193193
194194 #: plugins/dfu/dfu-tool.c:2082
195195 msgid "Permission denied"
196 msgstr ""
196 msgstr "Permesso negato"
197197
198198 #. TRANSLATORS: serial number, e.g. '00012345'
199199 #: plugins/dfu/dfu-tool.c:2110
206206
207207 #: plugins/dfu/dfu-tool.c:2115
208208 msgid "Runtime"
209 msgstr ""
209 msgstr "Runtime"
210210
211211 #: plugins/dfu/dfu-tool.c:2115
212212 msgid "DFU"
213 msgstr ""
213 msgstr "DFU"
214214
215215 #. TRANSLATORS: device state, i.e. appIDLE
216216 #: plugins/dfu/dfu-tool.c:2123
226226 #. * the device can do
227227 #: plugins/dfu/dfu-tool.c:2139
228228 msgid "Attributes"
229 msgstr ""
229 msgstr "Attributi"
230230
231231 #. TRANSLATORS: device quirks, i.e. things that
232232 #. * it does that we have to work around
237237 #. TRANSLATORS: chip ID, e.g. "0x58200204"
238238 #: plugins/dfu/dfu-tool.c:2154
239239 msgid "Chip ID"
240 msgstr ""
240 msgstr "ID processore"
241241
242242 #. TRANSLATORS: command description
243243 #: plugins/dfu/dfu-tool.c:2234
292292 #. TRANSLATORS: command description
293293 #: plugins/dfu/dfu-tool.c:2294
294294 msgid "Reset a DFU device"
295 msgstr ""
295 msgstr "Ripristina un dispositivo DFU"
296296
297297 #. TRANSLATORS: command description
298298 #: plugins/dfu/dfu-tool.c:2300
357357 #. TRANSLATORS: command description
358358 #: plugins/dfu/dfu-tool.c:2372
359359 msgid "Create a binary patch using two files"
360 msgstr ""
360 msgstr "Crea una patch binaria utilizzando due file"
361361
362362 #. TRANSLATORS: command description
363363 #: plugins/dfu/dfu-tool.c:2378
364364 msgid "Apply a binary patch"
365 msgstr ""
365 msgstr "Applica una patch binaria"
366366
367367 #. TRANSLATORS: command description
368368 #: plugins/dfu/dfu-tool.c:2384
369369 msgid "Dump information about a binary patch to the screen"
370 msgstr ""
370 msgstr "Stampa le informazioni riguardo a una patch binaria su schermo"
371371
372372 #. TRANSLATORS: quirks are device-specific workarounds
373373 #: plugins/dfu/dfu-tool.c:2396
374374 msgid "Failed to load quirks"
375 msgstr ""
375 msgstr "Caricamento stranezze non riuscito"
376376
377377 #. TRANSLATORS: DFU stands for device firmware update
378378 #: plugins/dfu/dfu-tool.c:2418
381381
382382 #. TRANSLATORS: the user didn't read the man page
383383 #: plugins/dfu/dfu-tool.c:2423 plugins/synapticsmst/synapticsmst-tool.c:424
384 #: src/fu-util.c:2310
384 #: src/fu-util.c:2339
385385 msgid "Failed to parse arguments"
386386 msgstr "Analisi degli argomenti non riuscita"
387387
400400 msgstr "Strumento «Synaptics Multistream Transport»"
401401
402402 #. TRANSLATORS: this is shown when updating the firmware after the reboot
403 #: plugins/uefi/fu-plugin-uefi.c:399
403 #: plugins/uefi/fu-plugin-uefi.c:403
404404 msgid "Installing firmware update…"
405405 msgstr "Installazione aggiornamento firmware…"
406406
412412 #. TRANSLATORS: this is for plugin development
413413 #: src/fu-debug.c:131
414414 msgid "Show plugin verbose information"
415 msgstr ""
415 msgstr "Mostra informazioni dettagliate del plugin"
416416
417417 #. TRANSLATORS: for the --verbose arg
418418 #: src/fu-debug.c:186
467467 #. TRANSLATORS: reading from the flash chips
468468 #: src/fu-progressbar.c:68
469469 msgid "Reading…"
470 msgstr ""
470 msgstr "Lettura…"
471471
472472 #. TRANSLATORS: writing to the flash chips
473473 #: src/fu-progressbar.c:72
477477 #. TRANSLATORS: erasing contents of the flash chips
478478 #: src/fu-progressbar.c:76
479479 msgid "Erasing…"
480 msgstr ""
480 msgstr "Eliminazione…"
481481
482482 #. TRANSLATORS: verifying we wrote the firmware correctly
483483 #: src/fu-progressbar.c:80
492492 #. TRANSLATORS: downloading from a remote server
493493 #: src/fu-progressbar.c:88
494494 msgid "Downloading…"
495 msgstr ""
495 msgstr "Scaricamento…"
496496
497497 #. TRANSLATORS: waiting for user to authenticate
498498 #: src/fu-progressbar.c:92
499499 msgid "Authenticating…"
500 msgstr ""
500 msgstr "Autenticazione…"
501501
502502 #. TRANSLATORS: waiting for device to do something
503503 #: src/fu-progressbar.c:96
504504 msgid "Waiting…"
505 msgstr ""
505 msgstr "Attesa…"
506506
507507 #. TRANSLATORS: currect daemon status is unknown
508508 #: src/fu-progressbar.c:103
512512 #. TRANSLATORS: the user isn't reading the question
513513 #: src/fu-util.c:242
514514 #, c-format
515 msgid "Please enter a number from 1 to %u: "
516 msgstr "Inserire un numero compreso tra 1 e %u:"
515 msgid "Please enter a number from 0 to %u: "
516 msgstr ""
517517
518518 #. TRANSLATORS: get interactive prompt
519519 #: src/fu-util.c:305
520520 msgid "Choose a device:"
521521 msgstr "Scegliere un dispositivo:"
522522
523 #. TRANSLATORS: this is to abort the interactive prompt
524 #: src/fu-util.c:307
525 msgid "Cancel"
526 msgstr ""
527
523528 #. TRANSLATORS: a list of failed updates
524 #: src/fu-util.c:418
529 #: src/fu-util.c:427
525530 msgid "Devices that were not updated correctly:"
526 msgstr ""
531 msgstr "Dispositivi non aggiornati correttamente:"
527532
528533 #. TRANSLATORS: a list of successful updates
529 #: src/fu-util.c:432
534 #: src/fu-util.c:441
530535 msgid "Devices that have been updated successfully:"
531 msgstr ""
536 msgstr "Dispositivi aggiornati con successo:"
532537
533538 #. TRANSLATORS: explain why we want to upload
534 #: src/fu-util.c:446
539 #: src/fu-util.c:455
535540 msgid "Upload report now?"
536 msgstr ""
541 msgstr "Caricare il rapporto ora?"
537542
538543 #. TRANSLATORS: metadata is downloaded from the Internet
539 #: src/fu-util.c:448 src/fu-util.c:1453
544 #: src/fu-util.c:457 src/fu-util.c:1490
540545 msgid "Requires internet connection"
541 msgstr ""
546 msgstr "Richiede una connessione a Internet"
542547
543548 #. TRANSLATORS: nothing attached that can be upgraded
544 #: src/fu-util.c:470
549 #: src/fu-util.c:479
545550 msgid "No hardware detected with firmware update capability"
546551 msgstr "Non è stato rilevato nessun hardware con capacità di aggiornamento del firmware"
547552
548553 #. TRANSLATORS: the first replacement is a display name
549554 #. * e.g. "ColorHugALS" and the second is a version number
550555 #. * e.g. "1.2.3"
551 #: src/fu-util.c:642
556 #: src/fu-util.c:651
552557 #, c-format
553558 msgid "Reinstalling %s with %s... "
554559 msgstr "Reinstallazione di %s con %s..."
556561 #. TRANSLATORS: the first replacement is a display name
557562 #. * e.g. "ColorHugALS" and the second and third are
558563 #. * version numbers e.g. "1.2.3"
559 #: src/fu-util.c:649
564 #: src/fu-util.c:658
560565 #, c-format
561566 msgid "Downgrading %s from %s to %s... "
562567 msgstr "Arretramento di %s da %s a %s..."
564569 #. TRANSLATORS: the first replacement is a display name
565570 #. * e.g. "ColorHugALS" and the second and third are
566571 #. * version numbers e.g. "1.2.3"
567 #: src/fu-util.c:657
572 #: src/fu-util.c:666
568573 #, c-format
569574 msgid "Updating %s from %s to %s... "
570575 msgstr "Aggiornamento di %s da %s a %s..."
571576
572 #: src/fu-util.c:685
577 #: src/fu-util.c:694
573578 msgid "Done!"
574579 msgstr "Fatto."
575580
576 #: src/fu-util.c:717
581 #: src/fu-util.c:726
577582 msgid "Target"
578 msgstr ""
579
580 #: src/fu-util.c:718
583 msgstr "Obiettivo"
584
585 #: src/fu-util.c:727
581586 msgid "Payload"
582 msgstr ""
583
584 #: src/fu-util.c:719
587 msgstr "Carico"
588
589 #: src/fu-util.c:728
585590 msgid "Proceed with upload?"
586 msgstr ""
591 msgstr "Procedere con il caricamento?"
587592
588593 #. TRANSLATORS: the server sent the user a small message
589 #: src/fu-util.c:788
594 #: src/fu-util.c:807
590595 msgid "Update failure is a known issue, visit this URL for more information:"
591 msgstr ""
596 msgstr "Questo è un problema noto, consultare il seguente URL per maggiori informazioni:"
592597
593598 #. TRANSLATORS: the server sent the user a small message
594 #: src/fu-util.c:792
599 #: src/fu-util.c:811
595600 msgid "Upload message:"
596 msgstr ""
597
598 #: src/fu-util.c:986 src/fu-util.c:1376
601 msgstr "Messaggio di caricamento:"
602
603 #: src/fu-util.c:1034 src/fu-util.c:1414
599604 msgid "OK"
600605 msgstr "Fatto"
601606
602607 #. TRANSLATORS: downloading new signing file
603 #: src/fu-util.c:1091
608 #: src/fu-util.c:1139
604609 msgid "Fetching signature"
605 msgstr ""
610 msgstr "Recupero firma"
606611
607612 #. TRANSLATORS: downloading new metadata file
608 #: src/fu-util.c:1094
613 #: src/fu-util.c:1142
609614 msgid "Fetching metadata"
610 msgstr ""
615 msgstr "Recupero metadati"
611616
612617 #. TRANSLATORS: downloading new firmware file
613 #: src/fu-util.c:1097
618 #: src/fu-util.c:1145
614619 msgid "Fetching firmware"
615 msgstr ""
620 msgstr "Recupero firmware"
616621
617622 #. TRANSLATORS: downloading unknown file
618 #: src/fu-util.c:1100
623 #: src/fu-util.c:1148
619624 msgid "Fetching file"
620 msgstr ""
625 msgstr "Recupero file"
621626
622627 #. TRANSLATORS: section header for release version number
623 #: src/fu-util.c:1280
628 #: src/fu-util.c:1318
624629 msgid "Version"
625630 msgstr "Versione"
626631
627632 #. TRANSLATORS: section header for the release one line summary
628 #: src/fu-util.c:1286
633 #: src/fu-util.c:1324
629634 msgid "Summary"
630 msgstr ""
635 msgstr "Riepilogo"
631636
632637 #. TRANSLATORS: section header for the remote the file is coming from
633 #: src/fu-util.c:1289
638 #: src/fu-util.c:1327
634639 msgid "Remote"
635 msgstr ""
640 msgstr "Remoto"
636641
637642 #. TRANSLATORS: section header for firmware URI
638 #: src/fu-util.c:1292
643 #: src/fu-util.c:1330
639644 msgid "URI"
640645 msgstr "URI"
641646
642647 #. TRANSLATORS: section header for firmware description
643 #: src/fu-util.c:1298
648 #: src/fu-util.c:1336
644649 msgid "Description"
645650 msgstr "Descrizione"
646651
647652 #. TRANSLATORS: section header for firmware checksum
648653 #. TRANSLATORS: remote checksum
649 #: src/fu-util.c:1306 src/fu-util.c:1603
654 #: src/fu-util.c:1344 src/fu-util.c:1640
650655 msgid "Checksum"
651656 msgstr "Codice di controllo"
652657
653658 #. TRANSLATORS: get interactive prompt
654 #: src/fu-util.c:1338
659 #: src/fu-util.c:1376
655660 msgid "Choose a release:"
656661 msgstr "Scegliere un rilascio:"
657662
658663 #. TRANSLATORS: the metadata is very out of date; %u is a number > 1
659 #: src/fu-util.c:1443
664 #: src/fu-util.c:1480
660665 #, c-format
661666 msgid ""
662667 "Firmware metadata has not been updated for %u day and may not be up to date."
663668 msgid_plural ""
664669 "Firmware metadata has not been updated for %u days and may not be up to "
665670 "date."
666 msgstr[0] ""
667 msgstr[1] ""
671 msgstr[0] "I metadati del firmware non sono stati controllati per %u giorno e potrebbero non essere aggiornati."
672 msgstr[1] "I metadati del firmware non sono stati controllati per %u giorni e potrebbero non essere aggiornati."
668673
669674 #. TRANSLATORS: ask the user if we can update the metadata
670 #: src/fu-util.c:1451
675 #: src/fu-util.c:1488
671676 msgid "Update now?"
672 msgstr ""
677 msgstr "Aggiornare ora?"
673678
674679 #. TRANSLATORS: first replacement is device name
675 #: src/fu-util.c:1496
680 #: src/fu-util.c:1533
676681 #, c-format
677682 msgid "%s has firmware updates:"
678683 msgstr "%s ha degli aggiornamenti del firmware:"
679684
680 #: src/fu-util.c:1503
685 #: src/fu-util.c:1540
681686 msgid "GUID"
682687 msgstr "GUID"
683688
684689 #. TRANSLATORS: section header for firmware version
685 #: src/fu-util.c:1515
690 #: src/fu-util.c:1552
686691 msgid "Update Version"
687692 msgstr "Versione aggiornamento"
688693
689694 #. TRANSLATORS: section header for the release name
690 #: src/fu-util.c:1519
695 #: src/fu-util.c:1556
691696 msgid "Update Name"
692 msgstr ""
697 msgstr "Nome aggiornamento"
693698
694699 #. TRANSLATORS: section header for the release one line summary
695 #: src/fu-util.c:1522
700 #: src/fu-util.c:1559
696701 msgid "Update Summary"
697 msgstr ""
702 msgstr "Riepilogo aggiornameto"
698703
699704 #. TRANSLATORS: section header for remote ID, e.g. lvfs-testing
700 #: src/fu-util.c:1525
705 #: src/fu-util.c:1562
701706 msgid "Update Remote ID"
702707 msgstr "ID remoto aggiornamento"
703708
704709 #. TRANSLATORS: section header for firmware checksum
705 #: src/fu-util.c:1534
710 #: src/fu-util.c:1571
706711 msgid "Update Checksum"
707712 msgstr "Codice di controllo aggiornamento"
708713
709714 #. TRANSLATORS: section header for firmware remote http://
710 #: src/fu-util.c:1538
715 #: src/fu-util.c:1575
711716 msgid "Update Location"
712717 msgstr "Posizione aggiornamento"
713718
714719 #. TRANSLATORS: section header for long firmware desc
715 #: src/fu-util.c:1549
720 #: src/fu-util.c:1586
716721 msgid "Update Description"
717722 msgstr "Descrizione aggiornamento"
718723
719724 #. TRANSLATORS: remote identifier, e.g. lvfs-testing
720 #: src/fu-util.c:1581
725 #: src/fu-util.c:1618
721726 msgid "Remote ID"
722 msgstr ""
727 msgstr "ID remoto"
723728
724729 #. TRANSLATORS: remote title, e.g. "Linux Vendor Firmware Service"
725 #: src/fu-util.c:1585
730 #: src/fu-util.c:1622
726731 msgid "Title"
727 msgstr ""
732 msgstr "Titolo"
728733
729734 #. TRANSLATORS: remote type, e.g. remote or local
730 #: src/fu-util.c:1589
735 #: src/fu-util.c:1626
731736 msgid "Type"
732 msgstr ""
733
734 #: src/fu-util.c:1594
737 msgstr "Tipo"
738
739 #: src/fu-util.c:1631
735740 msgid "Keyring"
736 msgstr ""
741 msgstr "Portachiavi"
737742
738743 #. TRANSLATORS: if the remote is enabled
739 #: src/fu-util.c:1599
744 #: src/fu-util.c:1636
740745 msgid "Enabled"
741 msgstr ""
746 msgstr "Abilitato"
742747
743748 #. TRANSLATORS: the age of the metadata
744 #: src/fu-util.c:1630
749 #: src/fu-util.c:1667
745750 msgid "Age"
746 msgstr ""
751 msgstr "Età"
747752
748753 #. TRANSLATORS: the numeric priority
749 #: src/fu-util.c:1637
754 #: src/fu-util.c:1674
750755 msgid "Priority"
751 msgstr ""
756 msgstr "Priorità"
752757
753758 #. TRANSLATORS: remote filename base
754 #: src/fu-util.c:1642
759 #: src/fu-util.c:1679
755760 msgid "Username"
756 msgstr ""
761 msgstr "Nome utente"
757762
758763 #. TRANSLATORS: remote filename base
759 #: src/fu-util.c:1647
764 #: src/fu-util.c:1684
760765 msgid "Password"
761 msgstr ""
766 msgstr "Password"
762767
763768 #. TRANSLATORS: filename of the local file
764 #: src/fu-util.c:1652
769 #: src/fu-util.c:1689
765770 msgid "Filename"
766 msgstr ""
771 msgstr "Nome file"
767772
768773 #. TRANSLATORS: filename of the local file
769 #: src/fu-util.c:1657
774 #: src/fu-util.c:1694
770775 msgid "Filename Signature"
771 msgstr ""
776 msgstr "Firma nome file"
772777
773778 #. TRANSLATORS: remote URI
774 #: src/fu-util.c:1662
779 #: src/fu-util.c:1699
775780 msgid "Metadata URI"
776 msgstr ""
781 msgstr "URI metadati"
777782
778783 #. TRANSLATORS: remote URI
779 #: src/fu-util.c:1667
784 #: src/fu-util.c:1704
780785 msgid "Metadata URI Signature"
781 msgstr ""
786 msgstr "Firma URI dei metadati"
782787
783788 #. TRANSLATORS: remote URI
784 #: src/fu-util.c:1672
789 #: src/fu-util.c:1709
785790 msgid "Firmware Base URI"
786 msgstr ""
791 msgstr "URI di base del firmware"
787792
788793 #. TRANSLATORS: URI to send success/failure reports
789 #: src/fu-util.c:1677
794 #: src/fu-util.c:1714
790795 msgid "Report URI"
791 msgstr ""
796 msgstr "URI del rapporto"
792797
793798 #. TRANSLATORS: this is when a device is hotplugged
794 #: src/fu-util.c:1704
799 #: src/fu-util.c:1741
795800 msgid "Device added:"
796801 msgstr "Dispositivo aggiunto:"
797802
798803 #. TRANSLATORS: this is when a device is hotplugged
799 #: src/fu-util.c:1714
804 #: src/fu-util.c:1751
800805 msgid "Device removed:"
801806 msgstr "Dispositivo rimosso:"
802807
803808 #. TRANSLATORS: this is when a device has been updated
804 #: src/fu-util.c:1724
809 #: src/fu-util.c:1761
805810 msgid "Device changed:"
806811 msgstr "Dispositivo modificato:"
807812
808813 #. TRANSLATORS: explain why we want to upload
809 #: src/fu-util.c:1915
814 #: src/fu-util.c:1952
810815 msgid "An update requires a reboot to complete."
811 msgstr ""
816 msgstr "Per essere completato, un aggiornamento richiede un riavvio."
812817
813818 #. TRANSLATORS: reboot to apply the update
814 #: src/fu-util.c:1917
819 #: src/fu-util.c:1954
815820 msgid "Restart now?"
816 msgstr ""
821 msgstr "Riavviare ora?"
817822
818823 #. TRANSLATORS: command line option
819 #: src/fu-util.c:2087
824 #: src/fu-util.c:2116
820825 msgid "Show extra debugging information"
821826 msgstr "Mostra maggiori informazioni di debug"
822827
823828 #. TRANSLATORS: command line option
824 #: src/fu-util.c:2090
829 #: src/fu-util.c:2119
825830 msgid "Show client and daemon versions"
826 msgstr ""
831 msgstr "Mostra la versione del client e del demone"
827832
828833 #. TRANSLATORS: command line option
829 #: src/fu-util.c:2093
834 #: src/fu-util.c:2122
830835 msgid "Schedule installation for next reboot when possible"
831836 msgstr "Pianifica l'installazione al prossimo riavvio quando è possibile"
832837
833838 #. TRANSLATORS: command line option
834 #: src/fu-util.c:2096
839 #: src/fu-util.c:2125
835840 msgid "Allow re-installing existing firmware versions"
836841 msgstr "Consente di reinstallare versioni del firmware esistenti"
837842
838843 #. TRANSLATORS: command line option
839 #: src/fu-util.c:2099
844 #: src/fu-util.c:2128
840845 msgid "Allow downgrading firmware versions"
841846 msgstr "Consente di tornare alle precedenti versioni del firmware"
842847
843848 #. TRANSLATORS: command line option
844 #: src/fu-util.c:2102
849 #: src/fu-util.c:2131
845850 msgid "Override plugin warning"
846851 msgstr "Scavalca l'avviso sul plugin"
847852
848853 #. TRANSLATORS: command line option
849 #: src/fu-util.c:2105
854 #: src/fu-util.c:2134
850855 msgid "Answer yes to all questions"
851 msgstr ""
856 msgstr "Risponde affermativamente a tutte le domande"
852857
853858 #. TRANSLATORS: command line option
854 #: src/fu-util.c:2108
859 #: src/fu-util.c:2137
855860 msgid "Do not check for unreported history"
856 msgstr ""
861 msgstr "Non controlla la cronologia non segnalata "
857862
858863 #. TRANSLATORS: command line option
859 #: src/fu-util.c:2111
864 #: src/fu-util.c:2140
860865 msgid "Do not check for old metadata"
861 msgstr ""
866 msgstr "Non controlla i metadati vecchi"
862867
863868 #. TRANSLATORS: command line option
864 #: src/fu-util.c:2114
869 #: src/fu-util.c:2143
865870 msgid "Do not check for reboot after update"
866 msgstr ""
867
868 #. TRANSLATORS: command description
869 #: src/fu-util.c:2137
871 msgstr "Non controlla se è necessario riavviare dopo un aggiornamento"
872
873 #. TRANSLATORS: command description
874 #: src/fu-util.c:2166
870875 msgid "Get all devices that support firmware updates"
871876 msgstr "Ottiene tutti i dispositivi che supportano gli aggiornamenti del firmware"
872877
873878 #. TRANSLATORS: command description
874 #: src/fu-util.c:2143
879 #: src/fu-util.c:2172
875880 msgid "Return all the hardware IDs for the machine"
876881 msgstr "Fornisce tutti gli ID hardware per un dispositivo"
877882
878883 #. TRANSLATORS: command description
879 #: src/fu-util.c:2149
884 #: src/fu-util.c:2178
880885 msgid "Install prepared updates now"
881886 msgstr "Installa ora gli aggiornamenti preparati"
882887
883888 #. TRANSLATORS: command description
884 #: src/fu-util.c:2155
889 #: src/fu-util.c:2184
885890 msgid "Show history of firmware updates"
886 msgstr ""
887
888 #. TRANSLATORS: command description
889 #: src/fu-util.c:2161
891 msgstr "Mostra la cronologia degli aggiornamenti firmware"
892
893 #. TRANSLATORS: command description
894 #: src/fu-util.c:2190
890895 msgid "Erase all firmware update history"
891 msgstr ""
892
893 #. TRANSLATORS: command description
894 #: src/fu-util.c:2167
896 msgstr "Elimina tutta la cronologia degli aggiornamenti firmware"
897
898 #. TRANSLATORS: command description
899 #: src/fu-util.c:2196
895900 msgid "Share firmware history with the developers"
896 msgstr ""
897
898 #. TRANSLATORS: command description
899 #: src/fu-util.c:2173
901 msgstr "Condivide la cronologia del firmware con gli sviluppatori"
902
903 #. TRANSLATORS: command description
904 #: src/fu-util.c:2202
900905 msgid "Install a firmware file on this hardware"
901906 msgstr "Installa un file di firmware su questo hardware"
902907
903908 #. TRANSLATORS: command description
904 #: src/fu-util.c:2179
909 #: src/fu-util.c:2208
905910 msgid "Gets details about a firmware file"
906911 msgstr "Ottiene le informazioni su un file di firmware"
907912
908913 #. TRANSLATORS: command description
909 #: src/fu-util.c:2185
914 #: src/fu-util.c:2214
910915 msgid "Gets the list of updates for connected hardware"
911916 msgstr "Ottiene l'elenco degli aggiornamenti per l'hardware connesso"
912917
913918 #. TRANSLATORS: command description
914 #: src/fu-util.c:2191
919 #: src/fu-util.c:2220
915920 msgid "Updates all firmware to latest versions available"
916921 msgstr "Aggiorna tutti i firmware all'ultima versione disponibile"
917922
918923 #. TRANSLATORS: command description
919 #: src/fu-util.c:2197
924 #: src/fu-util.c:2226
920925 msgid "Gets the cryptographic hash of the dumped firmware"
921926 msgstr "Ottiene l'hash crittografico del firmware scartato"
922927
923928 #. TRANSLATORS: command description
924 #: src/fu-util.c:2203
929 #: src/fu-util.c:2232
925930 msgid "Unlocks the device for firmware access"
926931 msgstr "Sblocca il dispositivo per accedere al firmware"
927932
928933 #. TRANSLATORS: command description
929 #: src/fu-util.c:2209
934 #: src/fu-util.c:2238
930935 msgid "Clears the results from the last update"
931936 msgstr "Pulisce i risultati dell'ultimo aggiornamento"
932937
933938 #. TRANSLATORS: command description
934 #: src/fu-util.c:2215
939 #: src/fu-util.c:2244
935940 msgid "Clears any updates scheduled to be updated offline"
936 msgstr ""
937
938 #. TRANSLATORS: command description
939 #: src/fu-util.c:2221
941 msgstr "Annulla gli aggiornamenti pianificati per essere eseguiti offline"
942
943 #. TRANSLATORS: command description
944 #: src/fu-util.c:2250
940945 msgid "Gets the results from the last update"
941946 msgstr "Ottiene i risultati dell'ultimo aggiornamento"
942947
943948 #. TRANSLATORS: command description
944 #: src/fu-util.c:2227
949 #: src/fu-util.c:2256
945950 msgid "Gets the releases for a device"
946951 msgstr "Ottiene i rilasci di un dispositivo"
947952
948953 #. TRANSLATORS: command description
949 #: src/fu-util.c:2233
954 #: src/fu-util.c:2262
950955 msgid "Gets the configured remotes"
951 msgstr ""
952
953 #. TRANSLATORS: command description
954 #: src/fu-util.c:2239
956 msgstr "Ottiene i remoti configurati"
957
958 #. TRANSLATORS: command description
959 #: src/fu-util.c:2268
955960 msgid "Downgrades the firmware on a device"
956961 msgstr "Ripristina una vecchia versione del firmare su un dispositivo"
957962
958963 #. TRANSLATORS: command description
959 #: src/fu-util.c:2245
964 #: src/fu-util.c:2274
960965 msgid "Refresh metadata from remote server"
961966 msgstr "Ricarica i metadati dal server remoto"
962967
963968 #. TRANSLATORS: command description
964 #: src/fu-util.c:2251
969 #: src/fu-util.c:2280
965970 msgid "Update the stored metadata with current ROM contents"
966971 msgstr "Aggiorna i metadati salvati con gli attuali contenuti della ROM"
967972
968973 #. TRANSLATORS: command description
969 #: src/fu-util.c:2257
974 #: src/fu-util.c:2286
970975 msgid "Monitor the daemon for events"
971976 msgstr "Controlla il demone per gli eventi"
972977
973978 #. TRANSLATORS: command description
974 #: src/fu-util.c:2263
979 #: src/fu-util.c:2292
975980 msgid "Build firmware using a sandbox"
976 msgstr ""
977
978 #. TRANSLATORS: command description
979 #: src/fu-util.c:2269
981 msgstr "Compila il firmware utilizzando una sandbox"
982
983 #. TRANSLATORS: command description
984 #: src/fu-util.c:2298
980985 msgid "Dump SMBIOS data from a file"
981 msgstr ""
982
983 #. TRANSLATORS: command description
984 #: src/fu-util.c:2275
986 msgstr "Scarica i dati SMBIOS da un file"
987
988 #. TRANSLATORS: command description
989 #: src/fu-util.c:2304
985990 msgid "Modifies a given remote"
986 msgstr ""
991 msgstr "Modifica un remoto"
987992
988993 #. TRANSLATORS: program name
989 #: src/fu-util.c:2305
994 #: src/fu-util.c:2334
990995 msgid "Firmware Utility"
991996 msgstr "Strumento gestione firmware"
+107
-102
po/ko.po less more
88 msgstr ""
99 "Project-Id-Version: fwupd\n"
1010 "Report-Msgid-Bugs-To: \n"
11 "POT-Creation-Date: 2018-02-13 21:34+0000\n"
12 "PO-Revision-Date: 2018-02-13 21:34+0000\n"
11 "POT-Creation-Date: 2018-03-12 10:37+0000\n"
12 "PO-Revision-Date: 2018-03-12 10:37+0000\n"
1313 "Last-Translator: Richard Hughes <richard@hughsie.com>\n"
1414 "Language-Team: Korean (http://www.transifex.com/freedesktop/fwupd/language/ko/)\n"
1515 "MIME-Version: 1.0\n"
141141
142142 #. TRANSLATORS: this is when a device is hotplugged
143143 #. TRANSLATORS: this is when the daemon state changes
144 #: plugins/dfu/dfu-tool.c:1478 src/fu-util.c:1731
144 #: plugins/dfu/dfu-tool.c:1478 src/fu-util.c:1768
145145 msgid "Changed"
146146 msgstr "바뀜"
147147
148148 #. TRANSLATORS: this is when a device ctrl+c's a watch
149 #: plugins/dfu/dfu-tool.c:1486 src/fu-util.c:1693
149 #: plugins/dfu/dfu-tool.c:1486 src/fu-util.c:1730
150150 msgid "Cancelled"
151151 msgstr "취소함"
152152
153153 #. TRANSLATORS: Appstream ID for the hardware type
154 #: plugins/dfu/dfu-tool.c:1978 src/fu-util.c:1512
154 #: plugins/dfu/dfu-tool.c:1978 src/fu-util.c:1549
155155 msgid "ID"
156156 msgstr "ID"
157157
159159 #. TRANSLATORS: device name, e.g. 'ColorHug2'
160160 #. TRANSLATORS: section header for the release name
161161 #: plugins/dfu/dfu-tool.c:1984 plugins/dfu/dfu-tool.c:1990
162 #: plugins/dfu/dfu-tool.c:2104 src/fu-util.c:1283
162 #: plugins/dfu/dfu-tool.c:2104 src/fu-util.c:1321
163163 msgid "Name"
164164 msgstr "이름"
165165
381381
382382 #. TRANSLATORS: the user didn't read the man page
383383 #: plugins/dfu/dfu-tool.c:2423 plugins/synapticsmst/synapticsmst-tool.c:424
384 #: src/fu-util.c:2310
384 #: src/fu-util.c:2339
385385 msgid "Failed to parse arguments"
386386 msgstr "인자 해석에 실패했습니다"
387387
400400 msgstr "시냅틱스 멀티스트림 전송 유틸리티"
401401
402402 #. TRANSLATORS: this is shown when updating the firmware after the reboot
403 #: plugins/uefi/fu-plugin-uefi.c:399
403 #: plugins/uefi/fu-plugin-uefi.c:403
404404 msgid "Installing firmware update…"
405405 msgstr "펌웨어 업데이트 설치 중…"
406406
512512 #. TRANSLATORS: the user isn't reading the question
513513 #: src/fu-util.c:242
514514 #, c-format
515 msgid "Please enter a number from 1 to %u: "
516 msgstr "1부터 %u까지의 숫자 값 중 하나를 입력하십시오:"
515 msgid "Please enter a number from 0 to %u: "
516 msgstr ""
517517
518518 #. TRANSLATORS: get interactive prompt
519519 #: src/fu-util.c:305
520520 msgid "Choose a device:"
521521 msgstr "장치를 선택하십시오:"
522522
523 #. TRANSLATORS: this is to abort the interactive prompt
524 #: src/fu-util.c:307
525 msgid "Cancel"
526 msgstr ""
527
523528 #. TRANSLATORS: a list of failed updates
524 #: src/fu-util.c:418
529 #: src/fu-util.c:427
525530 msgid "Devices that were not updated correctly:"
526531 msgstr ""
527532
528533 #. TRANSLATORS: a list of successful updates
529 #: src/fu-util.c:432
534 #: src/fu-util.c:441
530535 msgid "Devices that have been updated successfully:"
531536 msgstr ""
532537
533538 #. TRANSLATORS: explain why we want to upload
534 #: src/fu-util.c:446
539 #: src/fu-util.c:455
535540 msgid "Upload report now?"
536541 msgstr ""
537542
538543 #. TRANSLATORS: metadata is downloaded from the Internet
539 #: src/fu-util.c:448 src/fu-util.c:1453
544 #: src/fu-util.c:457 src/fu-util.c:1490
540545 msgid "Requires internet connection"
541546 msgstr ""
542547
543548 #. TRANSLATORS: nothing attached that can be upgraded
544 #: src/fu-util.c:470
549 #: src/fu-util.c:479
545550 msgid "No hardware detected with firmware update capability"
546551 msgstr "펌웨어 업데이트가 가능한 하드웨어가 없습니다"
547552
548553 #. TRANSLATORS: the first replacement is a display name
549554 #. * e.g. "ColorHugALS" and the second is a version number
550555 #. * e.g. "1.2.3"
551 #: src/fu-util.c:642
556 #: src/fu-util.c:651
552557 #, c-format
553558 msgid "Reinstalling %s with %s... "
554559 msgstr "%2$s(으)로 %1$s 다시 설치하는 중... "
556561 #. TRANSLATORS: the first replacement is a display name
557562 #. * e.g. "ColorHugALS" and the second and third are
558563 #. * version numbers e.g. "1.2.3"
559 #: src/fu-util.c:649
564 #: src/fu-util.c:658
560565 #, c-format
561566 msgid "Downgrading %s from %s to %s... "
562567 msgstr "%2$s에서 %3$s(으)로 %1$s 다운그레이드 중... "
564569 #. TRANSLATORS: the first replacement is a display name
565570 #. * e.g. "ColorHugALS" and the second and third are
566571 #. * version numbers e.g. "1.2.3"
567 #: src/fu-util.c:657
572 #: src/fu-util.c:666
568573 #, c-format
569574 msgid "Updating %s from %s to %s... "
570575 msgstr "%2$s에서 %3$s(으)로 %1$s 업데이트 중... "
571576
572 #: src/fu-util.c:685
577 #: src/fu-util.c:694
573578 msgid "Done!"
574579 msgstr "완료!"
575580
576 #: src/fu-util.c:717
581 #: src/fu-util.c:726
577582 msgid "Target"
578583 msgstr ""
579584
580 #: src/fu-util.c:718
585 #: src/fu-util.c:727
581586 msgid "Payload"
582587 msgstr ""
583588
584 #: src/fu-util.c:719
589 #: src/fu-util.c:728
585590 msgid "Proceed with upload?"
586591 msgstr ""
587592
588593 #. TRANSLATORS: the server sent the user a small message
589 #: src/fu-util.c:788
594 #: src/fu-util.c:807
590595 msgid "Update failure is a known issue, visit this URL for more information:"
591596 msgstr ""
592597
593598 #. TRANSLATORS: the server sent the user a small message
594 #: src/fu-util.c:792
599 #: src/fu-util.c:811
595600 msgid "Upload message:"
596601 msgstr ""
597602
598 #: src/fu-util.c:986 src/fu-util.c:1376
603 #: src/fu-util.c:1034 src/fu-util.c:1414
599604 msgid "OK"
600605 msgstr "확인"
601606
602607 #. TRANSLATORS: downloading new signing file
603 #: src/fu-util.c:1091
608 #: src/fu-util.c:1139
604609 msgid "Fetching signature"
605610 msgstr "서명 가져오는 중"
606611
607612 #. TRANSLATORS: downloading new metadata file
608 #: src/fu-util.c:1094
613 #: src/fu-util.c:1142
609614 msgid "Fetching metadata"
610615 msgstr "메타데이터 가져오는 중"
611616
612617 #. TRANSLATORS: downloading new firmware file
613 #: src/fu-util.c:1097
618 #: src/fu-util.c:1145
614619 msgid "Fetching firmware"
615620 msgstr "펌웨어 가져오는 중"
616621
617622 #. TRANSLATORS: downloading unknown file
618 #: src/fu-util.c:1100
623 #: src/fu-util.c:1148
619624 msgid "Fetching file"
620625 msgstr "파일 가져오는 중"
621626
622627 #. TRANSLATORS: section header for release version number
623 #: src/fu-util.c:1280
628 #: src/fu-util.c:1318
624629 msgid "Version"
625630 msgstr "버전"
626631
627632 #. TRANSLATORS: section header for the release one line summary
628 #: src/fu-util.c:1286
633 #: src/fu-util.c:1324
629634 msgid "Summary"
630635 msgstr ""
631636
632637 #. TRANSLATORS: section header for the remote the file is coming from
633 #: src/fu-util.c:1289
638 #: src/fu-util.c:1327
634639 msgid "Remote"
635640 msgstr "원격"
636641
637642 #. TRANSLATORS: section header for firmware URI
638 #: src/fu-util.c:1292
643 #: src/fu-util.c:1330
639644 msgid "URI"
640645 msgstr "URI"
641646
642647 #. TRANSLATORS: section header for firmware description
643 #: src/fu-util.c:1298
648 #: src/fu-util.c:1336
644649 msgid "Description"
645650 msgstr "설명"
646651
647652 #. TRANSLATORS: section header for firmware checksum
648653 #. TRANSLATORS: remote checksum
649 #: src/fu-util.c:1306 src/fu-util.c:1603
654 #: src/fu-util.c:1344 src/fu-util.c:1640
650655 msgid "Checksum"
651656 msgstr "검사합"
652657
653658 #. TRANSLATORS: get interactive prompt
654 #: src/fu-util.c:1338
659 #: src/fu-util.c:1376
655660 msgid "Choose a release:"
656661 msgstr "출시 버전을 선택하십시오:"
657662
658663 #. TRANSLATORS: the metadata is very out of date; %u is a number > 1
659 #: src/fu-util.c:1443
664 #: src/fu-util.c:1480
660665 #, c-format
661666 msgid ""
662667 "Firmware metadata has not been updated for %u day and may not be up to date."
666671 msgstr[0] ""
667672
668673 #. TRANSLATORS: ask the user if we can update the metadata
669 #: src/fu-util.c:1451
674 #: src/fu-util.c:1488
670675 msgid "Update now?"
671676 msgstr ""
672677
673678 #. TRANSLATORS: first replacement is device name
674 #: src/fu-util.c:1496
679 #: src/fu-util.c:1533
675680 #, c-format
676681 msgid "%s has firmware updates:"
677682 msgstr "%s의 최신 펌웨어가 있습니다:"
678683
679 #: src/fu-util.c:1503
684 #: src/fu-util.c:1540
680685 msgid "GUID"
681686 msgstr "GUID"
682687
683688 #. TRANSLATORS: section header for firmware version
684 #: src/fu-util.c:1515
689 #: src/fu-util.c:1552
685690 msgid "Update Version"
686691 msgstr "업데이트 버전"
687692
688693 #. TRANSLATORS: section header for the release name
689 #: src/fu-util.c:1519
694 #: src/fu-util.c:1556
690695 msgid "Update Name"
691696 msgstr ""
692697
693698 #. TRANSLATORS: section header for the release one line summary
694 #: src/fu-util.c:1522
699 #: src/fu-util.c:1559
695700 msgid "Update Summary"
696701 msgstr ""
697702
698703 #. TRANSLATORS: section header for remote ID, e.g. lvfs-testing
699 #: src/fu-util.c:1525
704 #: src/fu-util.c:1562
700705 msgid "Update Remote ID"
701706 msgstr "업데이트 원격 ID"
702707
703708 #. TRANSLATORS: section header for firmware checksum
704 #: src/fu-util.c:1534
709 #: src/fu-util.c:1571
705710 msgid "Update Checksum"
706711 msgstr "업데이트 검사합"
707712
708713 #. TRANSLATORS: section header for firmware remote http://
709 #: src/fu-util.c:1538
714 #: src/fu-util.c:1575
710715 msgid "Update Location"
711716 msgstr "업데이트 위치"
712717
713718 #. TRANSLATORS: section header for long firmware desc
714 #: src/fu-util.c:1549
719 #: src/fu-util.c:1586
715720 msgid "Update Description"
716721 msgstr "업데이트 설명"
717722
718723 #. TRANSLATORS: remote identifier, e.g. lvfs-testing
719 #: src/fu-util.c:1581
724 #: src/fu-util.c:1618
720725 msgid "Remote ID"
721726 msgstr "원격 ID"
722727
723728 #. TRANSLATORS: remote title, e.g. "Linux Vendor Firmware Service"
724 #: src/fu-util.c:1585
729 #: src/fu-util.c:1622
725730 msgid "Title"
726731 msgstr "제목"
727732
728733 #. TRANSLATORS: remote type, e.g. remote or local
729 #: src/fu-util.c:1589
734 #: src/fu-util.c:1626
730735 msgid "Type"
731736 msgstr "형식"
732737
733 #: src/fu-util.c:1594
738 #: src/fu-util.c:1631
734739 msgid "Keyring"
735740 msgstr "키 모음"
736741
737742 #. TRANSLATORS: if the remote is enabled
738 #: src/fu-util.c:1599
743 #: src/fu-util.c:1636
739744 msgid "Enabled"
740745 msgstr "활성화 여부"
741746
742747 #. TRANSLATORS: the age of the metadata
743 #: src/fu-util.c:1630
748 #: src/fu-util.c:1667
744749 msgid "Age"
745750 msgstr "경과기간"
746751
747752 #. TRANSLATORS: the numeric priority
748 #: src/fu-util.c:1637
753 #: src/fu-util.c:1674
749754 msgid "Priority"
750755 msgstr "우선순위"
751756
752757 #. TRANSLATORS: remote filename base
753 #: src/fu-util.c:1642
758 #: src/fu-util.c:1679
754759 msgid "Username"
755760 msgstr "사용자 이름"
756761
757762 #. TRANSLATORS: remote filename base
758 #: src/fu-util.c:1647
763 #: src/fu-util.c:1684
759764 msgid "Password"
760765 msgstr "암호"
761766
762767 #. TRANSLATORS: filename of the local file
763 #: src/fu-util.c:1652
768 #: src/fu-util.c:1689
764769 msgid "Filename"
765770 msgstr "파일 이름"
766771
767772 #. TRANSLATORS: filename of the local file
768 #: src/fu-util.c:1657
773 #: src/fu-util.c:1694
769774 msgid "Filename Signature"
770775 msgstr "파일이름 서명"
771776
772777 #. TRANSLATORS: remote URI
773 #: src/fu-util.c:1662
778 #: src/fu-util.c:1699
774779 msgid "Metadata URI"
775780 msgstr "메타데이터 URI"
776781
777782 #. TRANSLATORS: remote URI
778 #: src/fu-util.c:1667
783 #: src/fu-util.c:1704
779784 msgid "Metadata URI Signature"
780785 msgstr "메타데이터 URI 서명"
781786
782787 #. TRANSLATORS: remote URI
783 #: src/fu-util.c:1672
788 #: src/fu-util.c:1709
784789 msgid "Firmware Base URI"
785790 msgstr "펌웨어 기본 URI"
786791
787792 #. TRANSLATORS: URI to send success/failure reports
788 #: src/fu-util.c:1677
793 #: src/fu-util.c:1714
789794 msgid "Report URI"
790795 msgstr ""
791796
792797 #. TRANSLATORS: this is when a device is hotplugged
793 #: src/fu-util.c:1704
798 #: src/fu-util.c:1741
794799 msgid "Device added:"
795800 msgstr "장치 추가함:"
796801
797802 #. TRANSLATORS: this is when a device is hotplugged
798 #: src/fu-util.c:1714
803 #: src/fu-util.c:1751
799804 msgid "Device removed:"
800805 msgstr "장치 제거함:"
801806
802807 #. TRANSLATORS: this is when a device has been updated
803 #: src/fu-util.c:1724
808 #: src/fu-util.c:1761
804809 msgid "Device changed:"
805810 msgstr "장치 상태 바꿈:"
806811
807812 #. TRANSLATORS: explain why we want to upload
808 #: src/fu-util.c:1915
813 #: src/fu-util.c:1952
809814 msgid "An update requires a reboot to complete."
810815 msgstr ""
811816
812817 #. TRANSLATORS: reboot to apply the update
813 #: src/fu-util.c:1917
818 #: src/fu-util.c:1954
814819 msgid "Restart now?"
815820 msgstr ""
816821
817822 #. TRANSLATORS: command line option
818 #: src/fu-util.c:2087
823 #: src/fu-util.c:2116
819824 msgid "Show extra debugging information"
820825 msgstr "추가 디버깅 정보 표시"
821826
822827 #. TRANSLATORS: command line option
823 #: src/fu-util.c:2090
828 #: src/fu-util.c:2119
824829 msgid "Show client and daemon versions"
825830 msgstr "클라이언트와 데몬 버전 표시"
826831
827832 #. TRANSLATORS: command line option
828 #: src/fu-util.c:2093
833 #: src/fu-util.c:2122
829834 msgid "Schedule installation for next reboot when possible"
830835 msgstr "가능하다면 다음 재부팅시 설치 예약"
831836
832837 #. TRANSLATORS: command line option
833 #: src/fu-util.c:2096
838 #: src/fu-util.c:2125
834839 msgid "Allow re-installing existing firmware versions"
835840 msgstr "기존 펌웨어 버전 재설치를 허용합니다"
836841
837842 #. TRANSLATORS: command line option
838 #: src/fu-util.c:2099
843 #: src/fu-util.c:2128
839844 msgid "Allow downgrading firmware versions"
840845 msgstr "펌웨어를 이전 버전으로 되돌릴 수 있게 합니다"
841846
842847 #. TRANSLATORS: command line option
843 #: src/fu-util.c:2102
848 #: src/fu-util.c:2131
844849 msgid "Override plugin warning"
845850 msgstr "플러그인 경고 무시"
846851
847852 #. TRANSLATORS: command line option
848 #: src/fu-util.c:2105
853 #: src/fu-util.c:2134
849854 msgid "Answer yes to all questions"
850855 msgstr ""
851856
852857 #. TRANSLATORS: command line option
853 #: src/fu-util.c:2108
858 #: src/fu-util.c:2137
854859 msgid "Do not check for unreported history"
855860 msgstr ""
856861
857862 #. TRANSLATORS: command line option
858 #: src/fu-util.c:2111
863 #: src/fu-util.c:2140
859864 msgid "Do not check for old metadata"
860865 msgstr ""
861866
862867 #. TRANSLATORS: command line option
863 #: src/fu-util.c:2114
868 #: src/fu-util.c:2143
864869 msgid "Do not check for reboot after update"
865870 msgstr ""
866871
867872 #. TRANSLATORS: command description
868 #: src/fu-util.c:2137
873 #: src/fu-util.c:2166
869874 msgid "Get all devices that support firmware updates"
870875 msgstr "펌웨어 업데이트를 지원하는 모든 장치 정보를 가져옵니다"
871876
872877 #. TRANSLATORS: command description
873 #: src/fu-util.c:2143
878 #: src/fu-util.c:2172
874879 msgid "Return all the hardware IDs for the machine"
875880 msgstr "머신의 모든 하드웨어 ID를 반환합니다"
876881
877882 #. TRANSLATORS: command description
878 #: src/fu-util.c:2149
883 #: src/fu-util.c:2178
879884 msgid "Install prepared updates now"
880885 msgstr "현재 준비한 업데이트를 설치합니다"
881886
882887 #. TRANSLATORS: command description
883 #: src/fu-util.c:2155
888 #: src/fu-util.c:2184
884889 msgid "Show history of firmware updates"
885890 msgstr ""
886891
887892 #. TRANSLATORS: command description
888 #: src/fu-util.c:2161
893 #: src/fu-util.c:2190
889894 msgid "Erase all firmware update history"
890895 msgstr ""
891896
892897 #. TRANSLATORS: command description
893 #: src/fu-util.c:2167
898 #: src/fu-util.c:2196
894899 msgid "Share firmware history with the developers"
895900 msgstr ""
896901
897902 #. TRANSLATORS: command description
898 #: src/fu-util.c:2173
903 #: src/fu-util.c:2202
899904 msgid "Install a firmware file on this hardware"
900905 msgstr "이 하드웨어에 펌웨어 파일을 설치합니다"
901906
902907 #. TRANSLATORS: command description
903 #: src/fu-util.c:2179
908 #: src/fu-util.c:2208
904909 msgid "Gets details about a firmware file"
905910 msgstr "펌웨어 파일 세부 정보를 가져옵니다"
906911
907912 #. TRANSLATORS: command description
908 #: src/fu-util.c:2185
913 #: src/fu-util.c:2214
909914 msgid "Gets the list of updates for connected hardware"
910915 msgstr "연결한 하드웨어의 업데이트 목록을 가져옵니다"
911916
912917 #. TRANSLATORS: command description
913 #: src/fu-util.c:2191
918 #: src/fu-util.c:2220
914919 msgid "Updates all firmware to latest versions available"
915920 msgstr "모든 펌웨어를 가용 최신 버전으로 업데이트합니다"
916921
917922 #. TRANSLATORS: command description
918 #: src/fu-util.c:2197
923 #: src/fu-util.c:2226
919924 msgid "Gets the cryptographic hash of the dumped firmware"
920925 msgstr "덤프 펌웨어의 암호화 해시 정보를 가져옵니다"
921926
922927 #. TRANSLATORS: command description
923 #: src/fu-util.c:2203
928 #: src/fu-util.c:2232
924929 msgid "Unlocks the device for firmware access"
925930 msgstr "펌웨어 접근시 장치 잠금을 해제합니다"
926931
927932 #. TRANSLATORS: command description
928 #: src/fu-util.c:2209
933 #: src/fu-util.c:2238
929934 msgid "Clears the results from the last update"
930935 msgstr "최근 업데이트 결과를 지웁니다"
931936
932937 #. TRANSLATORS: command description
933 #: src/fu-util.c:2215
938 #: src/fu-util.c:2244
934939 msgid "Clears any updates scheduled to be updated offline"
935940 msgstr "오프라인으로 업데이트할 업데이트를 지웁니다"
936941
937942 #. TRANSLATORS: command description
938 #: src/fu-util.c:2221
943 #: src/fu-util.c:2250
939944 msgid "Gets the results from the last update"
940945 msgstr "최근 업데이트 결과를 가져옵니다"
941946
942947 #. TRANSLATORS: command description
943 #: src/fu-util.c:2227
948 #: src/fu-util.c:2256
944949 msgid "Gets the releases for a device"
945950 msgstr "장치에 대한 출시 펌웨어를 가져옵니다"
946951
947952 #. TRANSLATORS: command description
948 #: src/fu-util.c:2233
953 #: src/fu-util.c:2262
949954 msgid "Gets the configured remotes"
950955 msgstr "원격 설정 정보를 가져옵니다"
951956
952957 #. TRANSLATORS: command description
953 #: src/fu-util.c:2239
958 #: src/fu-util.c:2268
954959 msgid "Downgrades the firmware on a device"
955960 msgstr "장치 펌웨어 버전을 이전으로 되돌립니다"
956961
957962 #. TRANSLATORS: command description
958 #: src/fu-util.c:2245
963 #: src/fu-util.c:2274
959964 msgid "Refresh metadata from remote server"
960965 msgstr "원격 서버의 메타데이터를 새로 고칩니다"
961966
962967 #. TRANSLATORS: command description
963 #: src/fu-util.c:2251
968 #: src/fu-util.c:2280
964969 msgid "Update the stored metadata with current ROM contents"
965970 msgstr "현재 ROM에 저장한 메타데이터를 업데이트합니다"
966971
967972 #. TRANSLATORS: command description
968 #: src/fu-util.c:2257
973 #: src/fu-util.c:2286
969974 msgid "Monitor the daemon for events"
970975 msgstr "데몬 이벤트를 감시합니다"
971976
972977 #. TRANSLATORS: command description
973 #: src/fu-util.c:2263
978 #: src/fu-util.c:2292
974979 msgid "Build firmware using a sandbox"
975980 msgstr "샌드박스에서 펌웨어를 빌드합니다"
976981
977982 #. TRANSLATORS: command description
978 #: src/fu-util.c:2269
983 #: src/fu-util.c:2298
979984 msgid "Dump SMBIOS data from a file"
980985 msgstr "파일의 SMBIOS 데이터 덤프를 출력합니다"
981986
982987 #. TRANSLATORS: command description
983 #: src/fu-util.c:2275
988 #: src/fu-util.c:2304
984989 msgid "Modifies a given remote"
985990 msgstr "주어진 원격 정보를 수정합니다"
986991
987992 #. TRANSLATORS: program name
988 #: src/fu-util.c:2305
993 #: src/fu-util.c:2334
989994 msgid "Firmware Utility"
990995 msgstr "펌웨어 유틸리티"
+106
-101
po/nl.po less more
77 msgstr ""
88 "Project-Id-Version: fwupd\n"
99 "Report-Msgid-Bugs-To: \n"
10 "POT-Creation-Date: 2018-02-13 21:34+0000\n"
11 "PO-Revision-Date: 2018-02-13 21:34+0000\n"
10 "POT-Creation-Date: 2018-03-12 10:37+0000\n"
11 "PO-Revision-Date: 2018-03-12 10:37+0000\n"
1212 "Last-Translator: Richard Hughes <richard@hughsie.com>\n"
1313 "Language-Team: Dutch (http://www.transifex.com/freedesktop/fwupd/language/nl/)\n"
1414 "MIME-Version: 1.0\n"
140140
141141 #. TRANSLATORS: this is when a device is hotplugged
142142 #. TRANSLATORS: this is when the daemon state changes
143 #: plugins/dfu/dfu-tool.c:1478 src/fu-util.c:1731
143 #: plugins/dfu/dfu-tool.c:1478 src/fu-util.c:1768
144144 msgid "Changed"
145145 msgstr "Gewijzigd"
146146
147147 #. TRANSLATORS: this is when a device ctrl+c's a watch
148 #: plugins/dfu/dfu-tool.c:1486 src/fu-util.c:1693
148 #: plugins/dfu/dfu-tool.c:1486 src/fu-util.c:1730
149149 msgid "Cancelled"
150150 msgstr "Geannuleerd"
151151
152152 #. TRANSLATORS: Appstream ID for the hardware type
153 #: plugins/dfu/dfu-tool.c:1978 src/fu-util.c:1512
153 #: plugins/dfu/dfu-tool.c:1978 src/fu-util.c:1549
154154 msgid "ID"
155155 msgstr "ID"
156156
158158 #. TRANSLATORS: device name, e.g. 'ColorHug2'
159159 #. TRANSLATORS: section header for the release name
160160 #: plugins/dfu/dfu-tool.c:1984 plugins/dfu/dfu-tool.c:1990
161 #: plugins/dfu/dfu-tool.c:2104 src/fu-util.c:1283
161 #: plugins/dfu/dfu-tool.c:2104 src/fu-util.c:1321
162162 msgid "Name"
163163 msgstr "Naam"
164164
380380
381381 #. TRANSLATORS: the user didn't read the man page
382382 #: plugins/dfu/dfu-tool.c:2423 plugins/synapticsmst/synapticsmst-tool.c:424
383 #: src/fu-util.c:2310
383 #: src/fu-util.c:2339
384384 msgid "Failed to parse arguments"
385385 msgstr "Het doorvoeren van argumenten is mislukt"
386386
399399 msgstr "Synaptics Multistream Transport Utility"
400400
401401 #. TRANSLATORS: this is shown when updating the firmware after the reboot
402 #: plugins/uefi/fu-plugin-uefi.c:399
402 #: plugins/uefi/fu-plugin-uefi.c:403
403403 msgid "Installing firmware update…"
404404 msgstr ""
405405
511511 #. TRANSLATORS: the user isn't reading the question
512512 #: src/fu-util.c:242
513513 #, c-format
514 msgid "Please enter a number from 1 to %u: "
514 msgid "Please enter a number from 0 to %u: "
515515 msgstr ""
516516
517517 #. TRANSLATORS: get interactive prompt
519519 msgid "Choose a device:"
520520 msgstr ""
521521
522 #. TRANSLATORS: this is to abort the interactive prompt
523 #: src/fu-util.c:307
524 msgid "Cancel"
525 msgstr ""
526
522527 #. TRANSLATORS: a list of failed updates
523 #: src/fu-util.c:418
528 #: src/fu-util.c:427
524529 msgid "Devices that were not updated correctly:"
525530 msgstr ""
526531
527532 #. TRANSLATORS: a list of successful updates
528 #: src/fu-util.c:432
533 #: src/fu-util.c:441
529534 msgid "Devices that have been updated successfully:"
530535 msgstr ""
531536
532537 #. TRANSLATORS: explain why we want to upload
533 #: src/fu-util.c:446
538 #: src/fu-util.c:455
534539 msgid "Upload report now?"
535540 msgstr ""
536541
537542 #. TRANSLATORS: metadata is downloaded from the Internet
538 #: src/fu-util.c:448 src/fu-util.c:1453
543 #: src/fu-util.c:457 src/fu-util.c:1490
539544 msgid "Requires internet connection"
540545 msgstr ""
541546
542547 #. TRANSLATORS: nothing attached that can be upgraded
543 #: src/fu-util.c:470
548 #: src/fu-util.c:479
544549 msgid "No hardware detected with firmware update capability"
545550 msgstr "Geen hardware aangetroffen die in staat is firmware bij te werken"
546551
547552 #. TRANSLATORS: the first replacement is a display name
548553 #. * e.g. "ColorHugALS" and the second is a version number
549554 #. * e.g. "1.2.3"
550 #: src/fu-util.c:642
555 #: src/fu-util.c:651
551556 #, c-format
552557 msgid "Reinstalling %s with %s... "
553558 msgstr "Bezig met herinstalleren van %s met %s..."
555560 #. TRANSLATORS: the first replacement is a display name
556561 #. * e.g. "ColorHugALS" and the second and third are
557562 #. * version numbers e.g. "1.2.3"
558 #: src/fu-util.c:649
563 #: src/fu-util.c:658
559564 #, c-format
560565 msgid "Downgrading %s from %s to %s... "
561566 msgstr "Bezig met downgraden van %s van %s naar %s..."
563568 #. TRANSLATORS: the first replacement is a display name
564569 #. * e.g. "ColorHugALS" and the second and third are
565570 #. * version numbers e.g. "1.2.3"
566 #: src/fu-util.c:657
571 #: src/fu-util.c:666
567572 #, c-format
568573 msgid "Updating %s from %s to %s... "
569574 msgstr "Bezig met bijwerken van %s van %s naar %s..."
570575
571 #: src/fu-util.c:685
576 #: src/fu-util.c:694
572577 msgid "Done!"
573578 msgstr "Afgerond!"
574579
575 #: src/fu-util.c:717
580 #: src/fu-util.c:726
576581 msgid "Target"
577582 msgstr ""
578583
579 #: src/fu-util.c:718
584 #: src/fu-util.c:727
580585 msgid "Payload"
581586 msgstr ""
582587
583 #: src/fu-util.c:719
588 #: src/fu-util.c:728
584589 msgid "Proceed with upload?"
585590 msgstr ""
586591
587592 #. TRANSLATORS: the server sent the user a small message
588 #: src/fu-util.c:788
593 #: src/fu-util.c:807
589594 msgid "Update failure is a known issue, visit this URL for more information:"
590595 msgstr ""
591596
592597 #. TRANSLATORS: the server sent the user a small message
593 #: src/fu-util.c:792
598 #: src/fu-util.c:811
594599 msgid "Upload message:"
595600 msgstr ""
596601
597 #: src/fu-util.c:986 src/fu-util.c:1376
602 #: src/fu-util.c:1034 src/fu-util.c:1414
598603 msgid "OK"
599604 msgstr "Oké"
600605
601606 #. TRANSLATORS: downloading new signing file
602 #: src/fu-util.c:1091
607 #: src/fu-util.c:1139
603608 msgid "Fetching signature"
604609 msgstr ""
605610
606611 #. TRANSLATORS: downloading new metadata file
607 #: src/fu-util.c:1094
612 #: src/fu-util.c:1142
608613 msgid "Fetching metadata"
609614 msgstr ""
610615
611616 #. TRANSLATORS: downloading new firmware file
612 #: src/fu-util.c:1097
617 #: src/fu-util.c:1145
613618 msgid "Fetching firmware"
614619 msgstr ""
615620
616621 #. TRANSLATORS: downloading unknown file
617 #: src/fu-util.c:1100
622 #: src/fu-util.c:1148
618623 msgid "Fetching file"
619624 msgstr ""
620625
621626 #. TRANSLATORS: section header for release version number
622 #: src/fu-util.c:1280
627 #: src/fu-util.c:1318
623628 msgid "Version"
624629 msgstr ""
625630
626631 #. TRANSLATORS: section header for the release one line summary
627 #: src/fu-util.c:1286
632 #: src/fu-util.c:1324
628633 msgid "Summary"
629634 msgstr ""
630635
631636 #. TRANSLATORS: section header for the remote the file is coming from
632 #: src/fu-util.c:1289
637 #: src/fu-util.c:1327
633638 msgid "Remote"
634639 msgstr ""
635640
636641 #. TRANSLATORS: section header for firmware URI
637 #: src/fu-util.c:1292
642 #: src/fu-util.c:1330
638643 msgid "URI"
639644 msgstr ""
640645
641646 #. TRANSLATORS: section header for firmware description
642 #: src/fu-util.c:1298
647 #: src/fu-util.c:1336
643648 msgid "Description"
644649 msgstr ""
645650
646651 #. TRANSLATORS: section header for firmware checksum
647652 #. TRANSLATORS: remote checksum
648 #: src/fu-util.c:1306 src/fu-util.c:1603
653 #: src/fu-util.c:1344 src/fu-util.c:1640
649654 msgid "Checksum"
650655 msgstr ""
651656
652657 #. TRANSLATORS: get interactive prompt
653 #: src/fu-util.c:1338
658 #: src/fu-util.c:1376
654659 msgid "Choose a release:"
655660 msgstr ""
656661
657662 #. TRANSLATORS: the metadata is very out of date; %u is a number > 1
658 #: src/fu-util.c:1443
663 #: src/fu-util.c:1480
659664 #, c-format
660665 msgid ""
661666 "Firmware metadata has not been updated for %u day and may not be up to date."
666671 msgstr[1] ""
667672
668673 #. TRANSLATORS: ask the user if we can update the metadata
669 #: src/fu-util.c:1451
674 #: src/fu-util.c:1488
670675 msgid "Update now?"
671676 msgstr ""
672677
673678 #. TRANSLATORS: first replacement is device name
674 #: src/fu-util.c:1496
679 #: src/fu-util.c:1533
675680 #, c-format
676681 msgid "%s has firmware updates:"
677682 msgstr "%s heeft firmware-updates:"
678683
679 #: src/fu-util.c:1503
684 #: src/fu-util.c:1540
680685 msgid "GUID"
681686 msgstr "GUID"
682687
683688 #. TRANSLATORS: section header for firmware version
684 #: src/fu-util.c:1515
689 #: src/fu-util.c:1552
685690 msgid "Update Version"
686691 msgstr "Versie bijwerken"
687692
688693 #. TRANSLATORS: section header for the release name
689 #: src/fu-util.c:1519
694 #: src/fu-util.c:1556
690695 msgid "Update Name"
691696 msgstr ""
692697
693698 #. TRANSLATORS: section header for the release one line summary
694 #: src/fu-util.c:1522
699 #: src/fu-util.c:1559
695700 msgid "Update Summary"
696701 msgstr ""
697702
698703 #. TRANSLATORS: section header for remote ID, e.g. lvfs-testing
699 #: src/fu-util.c:1525
704 #: src/fu-util.c:1562
700705 msgid "Update Remote ID"
701706 msgstr ""
702707
703708 #. TRANSLATORS: section header for firmware checksum
704 #: src/fu-util.c:1534
709 #: src/fu-util.c:1571
705710 msgid "Update Checksum"
706711 msgstr "Controlesom bijwerken"
707712
708713 #. TRANSLATORS: section header for firmware remote http://
709 #: src/fu-util.c:1538
714 #: src/fu-util.c:1575
710715 msgid "Update Location"
711716 msgstr "Locatie bijwerken"
712717
713718 #. TRANSLATORS: section header for long firmware desc
714 #: src/fu-util.c:1549
719 #: src/fu-util.c:1586
715720 msgid "Update Description"
716721 msgstr "Omschrijving bijwerken"
717722
718723 #. TRANSLATORS: remote identifier, e.g. lvfs-testing
719 #: src/fu-util.c:1581
724 #: src/fu-util.c:1618
720725 msgid "Remote ID"
721726 msgstr ""
722727
723728 #. TRANSLATORS: remote title, e.g. "Linux Vendor Firmware Service"
724 #: src/fu-util.c:1585
729 #: src/fu-util.c:1622
725730 msgid "Title"
726731 msgstr ""
727732
728733 #. TRANSLATORS: remote type, e.g. remote or local
729 #: src/fu-util.c:1589
734 #: src/fu-util.c:1626
730735 msgid "Type"
731736 msgstr ""
732737
733 #: src/fu-util.c:1594
738 #: src/fu-util.c:1631
734739 msgid "Keyring"
735740 msgstr ""
736741
737742 #. TRANSLATORS: if the remote is enabled
738 #: src/fu-util.c:1599
743 #: src/fu-util.c:1636
739744 msgid "Enabled"
740745 msgstr ""
741746
742747 #. TRANSLATORS: the age of the metadata
743 #: src/fu-util.c:1630
748 #: src/fu-util.c:1667
744749 msgid "Age"
745750 msgstr ""
746751
747752 #. TRANSLATORS: the numeric priority
748 #: src/fu-util.c:1637
753 #: src/fu-util.c:1674
749754 msgid "Priority"
750755 msgstr ""
751756
752757 #. TRANSLATORS: remote filename base
753 #: src/fu-util.c:1642
758 #: src/fu-util.c:1679
754759 msgid "Username"
755760 msgstr ""
756761
757762 #. TRANSLATORS: remote filename base
758 #: src/fu-util.c:1647
763 #: src/fu-util.c:1684
759764 msgid "Password"
760765 msgstr ""
761766
762767 #. TRANSLATORS: filename of the local file
763 #: src/fu-util.c:1652
768 #: src/fu-util.c:1689
764769 msgid "Filename"
765770 msgstr ""
766771
767772 #. TRANSLATORS: filename of the local file
768 #: src/fu-util.c:1657
773 #: src/fu-util.c:1694
769774 msgid "Filename Signature"
770775 msgstr ""
771776
772777 #. TRANSLATORS: remote URI
773 #: src/fu-util.c:1662
778 #: src/fu-util.c:1699
774779 msgid "Metadata URI"
775780 msgstr ""
776781
777782 #. TRANSLATORS: remote URI
778 #: src/fu-util.c:1667
783 #: src/fu-util.c:1704
779784 msgid "Metadata URI Signature"
780785 msgstr ""
781786
782787 #. TRANSLATORS: remote URI
783 #: src/fu-util.c:1672
788 #: src/fu-util.c:1709
784789 msgid "Firmware Base URI"
785790 msgstr ""
786791
787792 #. TRANSLATORS: URI to send success/failure reports
788 #: src/fu-util.c:1677
793 #: src/fu-util.c:1714
789794 msgid "Report URI"
790795 msgstr ""
791796
792797 #. TRANSLATORS: this is when a device is hotplugged
793 #: src/fu-util.c:1704
798 #: src/fu-util.c:1741
794799 msgid "Device added:"
795800 msgstr "Apparaat toegevoegd:"
796801
797802 #. TRANSLATORS: this is when a device is hotplugged
798 #: src/fu-util.c:1714
803 #: src/fu-util.c:1751
799804 msgid "Device removed:"
800805 msgstr "Apparaat verwijderd:"
801806
802807 #. TRANSLATORS: this is when a device has been updated
803 #: src/fu-util.c:1724
808 #: src/fu-util.c:1761
804809 msgid "Device changed:"
805810 msgstr "Apparaat gewijzigd:"
806811
807812 #. TRANSLATORS: explain why we want to upload
808 #: src/fu-util.c:1915
813 #: src/fu-util.c:1952
809814 msgid "An update requires a reboot to complete."
810815 msgstr ""
811816
812817 #. TRANSLATORS: reboot to apply the update
813 #: src/fu-util.c:1917
818 #: src/fu-util.c:1954
814819 msgid "Restart now?"
815820 msgstr ""
816821
817822 #. TRANSLATORS: command line option
818 #: src/fu-util.c:2087
823 #: src/fu-util.c:2116
819824 msgid "Show extra debugging information"
820825 msgstr "Extra foutopsporingsinformatie weergeven"
821826
822827 #. TRANSLATORS: command line option
823 #: src/fu-util.c:2090
828 #: src/fu-util.c:2119
824829 msgid "Show client and daemon versions"
825830 msgstr ""
826831
827832 #. TRANSLATORS: command line option
828 #: src/fu-util.c:2093
833 #: src/fu-util.c:2122
829834 msgid "Schedule installation for next reboot when possible"
830835 msgstr "De installatie inplannen voor de volgende herstart, indien mogelijk"
831836
832837 #. TRANSLATORS: command line option
833 #: src/fu-util.c:2096
838 #: src/fu-util.c:2125
834839 msgid "Allow re-installing existing firmware versions"
835840 msgstr "Herinstalleren van bestaande firmware-versies toestaan"
836841
837842 #. TRANSLATORS: command line option
838 #: src/fu-util.c:2099
843 #: src/fu-util.c:2128
839844 msgid "Allow downgrading firmware versions"
840845 msgstr "Downgraden van oude firmware-versies toestaan"
841846
842847 #. TRANSLATORS: command line option
843 #: src/fu-util.c:2102
848 #: src/fu-util.c:2131
844849 msgid "Override plugin warning"
845850 msgstr "Pluginwaarschuwing negeren"
846851
847852 #. TRANSLATORS: command line option
848 #: src/fu-util.c:2105
853 #: src/fu-util.c:2134
849854 msgid "Answer yes to all questions"
850855 msgstr ""
851856
852857 #. TRANSLATORS: command line option
853 #: src/fu-util.c:2108
858 #: src/fu-util.c:2137
854859 msgid "Do not check for unreported history"
855860 msgstr ""
856861
857862 #. TRANSLATORS: command line option
858 #: src/fu-util.c:2111
863 #: src/fu-util.c:2140
859864 msgid "Do not check for old metadata"
860865 msgstr ""
861866
862867 #. TRANSLATORS: command line option
863 #: src/fu-util.c:2114
868 #: src/fu-util.c:2143
864869 msgid "Do not check for reboot after update"
865870 msgstr ""
866871
867872 #. TRANSLATORS: command description
868 #: src/fu-util.c:2137
873 #: src/fu-util.c:2166
869874 msgid "Get all devices that support firmware updates"
870875 msgstr "Alle apparaten verkrijgen die firmware-updates ondersteunen"
871876
872877 #. TRANSLATORS: command description
873 #: src/fu-util.c:2143
878 #: src/fu-util.c:2172
874879 msgid "Return all the hardware IDs for the machine"
875880 msgstr ""
876881
877882 #. TRANSLATORS: command description
878 #: src/fu-util.c:2149
883 #: src/fu-util.c:2178
879884 msgid "Install prepared updates now"
880885 msgstr "Voorbereide updates nu installeren"
881886
882887 #. TRANSLATORS: command description
883 #: src/fu-util.c:2155
888 #: src/fu-util.c:2184
884889 msgid "Show history of firmware updates"
885890 msgstr ""
886891
887892 #. TRANSLATORS: command description
888 #: src/fu-util.c:2161
893 #: src/fu-util.c:2190
889894 msgid "Erase all firmware update history"
890895 msgstr ""
891896
892897 #. TRANSLATORS: command description
893 #: src/fu-util.c:2167
898 #: src/fu-util.c:2196
894899 msgid "Share firmware history with the developers"
895900 msgstr ""
896901
897902 #. TRANSLATORS: command description
898 #: src/fu-util.c:2173
903 #: src/fu-util.c:2202
899904 msgid "Install a firmware file on this hardware"
900905 msgstr "Een firmware-bestand op deze hardware installeren"
901906
902907 #. TRANSLATORS: command description
903 #: src/fu-util.c:2179
908 #: src/fu-util.c:2208
904909 msgid "Gets details about a firmware file"
905910 msgstr "Verkrijgt details over een firmware-bestand"
906911
907912 #. TRANSLATORS: command description
908 #: src/fu-util.c:2185
913 #: src/fu-util.c:2214
909914 msgid "Gets the list of updates for connected hardware"
910915 msgstr "Verkrijgt een lijst van updates voor verbonden hardware"
911916
912917 #. TRANSLATORS: command description
913 #: src/fu-util.c:2191
918 #: src/fu-util.c:2220
914919 msgid "Updates all firmware to latest versions available"
915920 msgstr "Werkt alle firmware bij naar de nieuwste versies die beschikbaar zijn"
916921
917922 #. TRANSLATORS: command description
918 #: src/fu-util.c:2197
923 #: src/fu-util.c:2226
919924 msgid "Gets the cryptographic hash of the dumped firmware"
920925 msgstr "Verkrijgen cryptografische som van de weggeschreven firmware"
921926
922927 #. TRANSLATORS: command description
923 #: src/fu-util.c:2203
928 #: src/fu-util.c:2232
924929 msgid "Unlocks the device for firmware access"
925930 msgstr "Ontgrendelt het apparaat voor firmware-toegang"
926931
927932 #. TRANSLATORS: command description
928 #: src/fu-util.c:2209
933 #: src/fu-util.c:2238
929934 msgid "Clears the results from the last update"
930935 msgstr "Wist de resultaten van de laatste update"
931936
932937 #. TRANSLATORS: command description
933 #: src/fu-util.c:2215
938 #: src/fu-util.c:2244
934939 msgid "Clears any updates scheduled to be updated offline"
935940 msgstr ""
936941
937942 #. TRANSLATORS: command description
938 #: src/fu-util.c:2221
943 #: src/fu-util.c:2250
939944 msgid "Gets the results from the last update"
940945 msgstr "Verkrijgt de resultaten van de laatste update"
941946
942947 #. TRANSLATORS: command description
943 #: src/fu-util.c:2227
948 #: src/fu-util.c:2256
944949 msgid "Gets the releases for a device"
945950 msgstr ""
946951
947952 #. TRANSLATORS: command description
948 #: src/fu-util.c:2233
953 #: src/fu-util.c:2262
949954 msgid "Gets the configured remotes"
950955 msgstr ""
951956
952957 #. TRANSLATORS: command description
953 #: src/fu-util.c:2239
958 #: src/fu-util.c:2268
954959 msgid "Downgrades the firmware on a device"
955960 msgstr ""
956961
957962 #. TRANSLATORS: command description
958 #: src/fu-util.c:2245
963 #: src/fu-util.c:2274
959964 msgid "Refresh metadata from remote server"
960965 msgstr "Metadata verversen vanuit externe server"
961966
962967 #. TRANSLATORS: command description
963 #: src/fu-util.c:2251
968 #: src/fu-util.c:2280
964969 msgid "Update the stored metadata with current ROM contents"
965970 msgstr "De opgeslagen metadata bijwerken met de huidige ROM-inhoud"
966971
967972 #. TRANSLATORS: command description
968 #: src/fu-util.c:2257
973 #: src/fu-util.c:2286
969974 msgid "Monitor the daemon for events"
970975 msgstr "De achtergrondservice controleren op gebeurtenissen"
971976
972977 #. TRANSLATORS: command description
973 #: src/fu-util.c:2263
978 #: src/fu-util.c:2292
974979 msgid "Build firmware using a sandbox"
975980 msgstr ""
976981
977982 #. TRANSLATORS: command description
978 #: src/fu-util.c:2269
983 #: src/fu-util.c:2298
979984 msgid "Dump SMBIOS data from a file"
980985 msgstr ""
981986
982987 #. TRANSLATORS: command description
983 #: src/fu-util.c:2275
988 #: src/fu-util.c:2304
984989 msgid "Modifies a given remote"
985990 msgstr ""
986991
987992 #. TRANSLATORS: program name
988 #: src/fu-util.c:2305
993 #: src/fu-util.c:2334
989994 msgid "Firmware Utility"
990995 msgstr "Firmware-hulpmiddel"
+106
-101
po/oc.po less more
88 msgstr ""
99 "Project-Id-Version: fwupd\n"
1010 "Report-Msgid-Bugs-To: \n"
11 "POT-Creation-Date: 2018-02-13 21:34+0000\n"
12 "PO-Revision-Date: 2018-02-13 21:34+0000\n"
11 "POT-Creation-Date: 2018-03-12 10:37+0000\n"
12 "PO-Revision-Date: 2018-03-12 10:37+0000\n"
1313 "Last-Translator: Richard Hughes <richard@hughsie.com>\n"
1414 "Language-Team: Occitan (post 1500) (http://www.transifex.com/freedesktop/fwupd/language/oc/)\n"
1515 "MIME-Version: 1.0\n"
141141
142142 #. TRANSLATORS: this is when a device is hotplugged
143143 #. TRANSLATORS: this is when the daemon state changes
144 #: plugins/dfu/dfu-tool.c:1478 src/fu-util.c:1731
144 #: plugins/dfu/dfu-tool.c:1478 src/fu-util.c:1768
145145 msgid "Changed"
146146 msgstr "Cambiat"
147147
148148 #. TRANSLATORS: this is when a device ctrl+c's a watch
149 #: plugins/dfu/dfu-tool.c:1486 src/fu-util.c:1693
149 #: plugins/dfu/dfu-tool.c:1486 src/fu-util.c:1730
150150 msgid "Cancelled"
151151 msgstr "Anullat"
152152
153153 #. TRANSLATORS: Appstream ID for the hardware type
154 #: plugins/dfu/dfu-tool.c:1978 src/fu-util.c:1512
154 #: plugins/dfu/dfu-tool.c:1978 src/fu-util.c:1549
155155 msgid "ID"
156156 msgstr "ID"
157157
159159 #. TRANSLATORS: device name, e.g. 'ColorHug2'
160160 #. TRANSLATORS: section header for the release name
161161 #: plugins/dfu/dfu-tool.c:1984 plugins/dfu/dfu-tool.c:1990
162 #: plugins/dfu/dfu-tool.c:2104 src/fu-util.c:1283
162 #: plugins/dfu/dfu-tool.c:2104 src/fu-util.c:1321
163163 msgid "Name"
164164 msgstr "Nom"
165165
381381
382382 #. TRANSLATORS: the user didn't read the man page
383383 #: plugins/dfu/dfu-tool.c:2423 plugins/synapticsmst/synapticsmst-tool.c:424
384 #: src/fu-util.c:2310
384 #: src/fu-util.c:2339
385385 msgid "Failed to parse arguments"
386386 msgstr "Fracàs de l'analisi dels paramètres"
387387
400400 msgstr ""
401401
402402 #. TRANSLATORS: this is shown when updating the firmware after the reboot
403 #: plugins/uefi/fu-plugin-uefi.c:399
403 #: plugins/uefi/fu-plugin-uefi.c:403
404404 msgid "Installing firmware update…"
405405 msgstr ""
406406
512512 #. TRANSLATORS: the user isn't reading the question
513513 #: src/fu-util.c:242
514514 #, c-format
515 msgid "Please enter a number from 1 to %u: "
515 msgid "Please enter a number from 0 to %u: "
516516 msgstr ""
517517
518518 #. TRANSLATORS: get interactive prompt
520520 msgid "Choose a device:"
521521 msgstr ""
522522
523 #. TRANSLATORS: this is to abort the interactive prompt
524 #: src/fu-util.c:307
525 msgid "Cancel"
526 msgstr ""
527
523528 #. TRANSLATORS: a list of failed updates
524 #: src/fu-util.c:418
529 #: src/fu-util.c:427
525530 msgid "Devices that were not updated correctly:"
526531 msgstr ""
527532
528533 #. TRANSLATORS: a list of successful updates
529 #: src/fu-util.c:432
534 #: src/fu-util.c:441
530535 msgid "Devices that have been updated successfully:"
531536 msgstr ""
532537
533538 #. TRANSLATORS: explain why we want to upload
534 #: src/fu-util.c:446
539 #: src/fu-util.c:455
535540 msgid "Upload report now?"
536541 msgstr ""
537542
538543 #. TRANSLATORS: metadata is downloaded from the Internet
539 #: src/fu-util.c:448 src/fu-util.c:1453
544 #: src/fu-util.c:457 src/fu-util.c:1490
540545 msgid "Requires internet connection"
541546 msgstr ""
542547
543548 #. TRANSLATORS: nothing attached that can be upgraded
544 #: src/fu-util.c:470
549 #: src/fu-util.c:479
545550 msgid "No hardware detected with firmware update capability"
546551 msgstr "Cap de material amb de capacitats de mesa a jorn del micrologicial es pas estat detectat"
547552
548553 #. TRANSLATORS: the first replacement is a display name
549554 #. * e.g. "ColorHugALS" and the second is a version number
550555 #. * e.g. "1.2.3"
551 #: src/fu-util.c:642
556 #: src/fu-util.c:651
552557 #, c-format
553558 msgid "Reinstalling %s with %s... "
554559 msgstr "Reïnstallacion de %s en %s "
556561 #. TRANSLATORS: the first replacement is a display name
557562 #. * e.g. "ColorHugALS" and the second and third are
558563 #. * version numbers e.g. "1.2.3"
559 #: src/fu-util.c:649
564 #: src/fu-util.c:658
560565 #, c-format
561566 msgid "Downgrading %s from %s to %s... "
562567 msgstr "Retrogradacion de %s de %s en %s "
564569 #. TRANSLATORS: the first replacement is a display name
565570 #. * e.g. "ColorHugALS" and the second and third are
566571 #. * version numbers e.g. "1.2.3"
567 #: src/fu-util.c:657
572 #: src/fu-util.c:666
568573 #, c-format
569574 msgid "Updating %s from %s to %s... "
570575 msgstr "Mesa a jorn de %s de %s en %s "
571576
572 #: src/fu-util.c:685
577 #: src/fu-util.c:694
573578 msgid "Done!"
574579 msgstr "Acabat !"
575580
576 #: src/fu-util.c:717
581 #: src/fu-util.c:726
577582 msgid "Target"
578583 msgstr ""
579584
580 #: src/fu-util.c:718
585 #: src/fu-util.c:727
581586 msgid "Payload"
582587 msgstr ""
583588
584 #: src/fu-util.c:719
589 #: src/fu-util.c:728
585590 msgid "Proceed with upload?"
586591 msgstr ""
587592
588593 #. TRANSLATORS: the server sent the user a small message
589 #: src/fu-util.c:788
594 #: src/fu-util.c:807
590595 msgid "Update failure is a known issue, visit this URL for more information:"
591596 msgstr ""
592597
593598 #. TRANSLATORS: the server sent the user a small message
594 #: src/fu-util.c:792
599 #: src/fu-util.c:811
595600 msgid "Upload message:"
596601 msgstr ""
597602
598 #: src/fu-util.c:986 src/fu-util.c:1376
603 #: src/fu-util.c:1034 src/fu-util.c:1414
599604 msgid "OK"
600605 msgstr "D'acòrdi"
601606
602607 #. TRANSLATORS: downloading new signing file
603 #: src/fu-util.c:1091
608 #: src/fu-util.c:1139
604609 msgid "Fetching signature"
605610 msgstr ""
606611
607612 #. TRANSLATORS: downloading new metadata file
608 #: src/fu-util.c:1094
613 #: src/fu-util.c:1142
609614 msgid "Fetching metadata"
610615 msgstr ""
611616
612617 #. TRANSLATORS: downloading new firmware file
613 #: src/fu-util.c:1097
618 #: src/fu-util.c:1145
614619 msgid "Fetching firmware"
615620 msgstr ""
616621
617622 #. TRANSLATORS: downloading unknown file
618 #: src/fu-util.c:1100
623 #: src/fu-util.c:1148
619624 msgid "Fetching file"
620625 msgstr ""
621626
622627 #. TRANSLATORS: section header for release version number
623 #: src/fu-util.c:1280
628 #: src/fu-util.c:1318
624629 msgid "Version"
625630 msgstr "Version"
626631
627632 #. TRANSLATORS: section header for the release one line summary
628 #: src/fu-util.c:1286
633 #: src/fu-util.c:1324
629634 msgid "Summary"
630635 msgstr ""
631636
632637 #. TRANSLATORS: section header for the remote the file is coming from
633 #: src/fu-util.c:1289
638 #: src/fu-util.c:1327
634639 msgid "Remote"
635640 msgstr ""
636641
637642 #. TRANSLATORS: section header for firmware URI
638 #: src/fu-util.c:1292
643 #: src/fu-util.c:1330
639644 msgid "URI"
640645 msgstr ""
641646
642647 #. TRANSLATORS: section header for firmware description
643 #: src/fu-util.c:1298
648 #: src/fu-util.c:1336
644649 msgid "Description"
645650 msgstr "Descripcion"
646651
647652 #. TRANSLATORS: section header for firmware checksum
648653 #. TRANSLATORS: remote checksum
649 #: src/fu-util.c:1306 src/fu-util.c:1603
654 #: src/fu-util.c:1344 src/fu-util.c:1640
650655 msgid "Checksum"
651656 msgstr "Soma de contraròtle"
652657
653658 #. TRANSLATORS: get interactive prompt
654 #: src/fu-util.c:1338
659 #: src/fu-util.c:1376
655660 msgid "Choose a release:"
656661 msgstr ""
657662
658663 #. TRANSLATORS: the metadata is very out of date; %u is a number > 1
659 #: src/fu-util.c:1443
664 #: src/fu-util.c:1480
660665 #, c-format
661666 msgid ""
662667 "Firmware metadata has not been updated for %u day and may not be up to date."
667672 msgstr[1] ""
668673
669674 #. TRANSLATORS: ask the user if we can update the metadata
670 #: src/fu-util.c:1451
675 #: src/fu-util.c:1488
671676 msgid "Update now?"
672677 msgstr ""
673678
674679 #. TRANSLATORS: first replacement is device name
675 #: src/fu-util.c:1496
680 #: src/fu-util.c:1533
676681 #, c-format
677682 msgid "%s has firmware updates:"
678683 msgstr ""
679684
680 #: src/fu-util.c:1503
685 #: src/fu-util.c:1540
681686 msgid "GUID"
682687 msgstr "GUID"
683688
684689 #. TRANSLATORS: section header for firmware version
685 #: src/fu-util.c:1515
690 #: src/fu-util.c:1552
686691 msgid "Update Version"
687692 msgstr ""
688693
689694 #. TRANSLATORS: section header for the release name
690 #: src/fu-util.c:1519
695 #: src/fu-util.c:1556
691696 msgid "Update Name"
692697 msgstr ""
693698
694699 #. TRANSLATORS: section header for the release one line summary
695 #: src/fu-util.c:1522
700 #: src/fu-util.c:1559
696701 msgid "Update Summary"
697702 msgstr ""
698703
699704 #. TRANSLATORS: section header for remote ID, e.g. lvfs-testing
700 #: src/fu-util.c:1525
705 #: src/fu-util.c:1562
701706 msgid "Update Remote ID"
702707 msgstr ""
703708
704709 #. TRANSLATORS: section header for firmware checksum
705 #: src/fu-util.c:1534
710 #: src/fu-util.c:1571
706711 msgid "Update Checksum"
707712 msgstr ""
708713
709714 #. TRANSLATORS: section header for firmware remote http://
710 #: src/fu-util.c:1538
715 #: src/fu-util.c:1575
711716 msgid "Update Location"
712717 msgstr ""
713718
714719 #. TRANSLATORS: section header for long firmware desc
715 #: src/fu-util.c:1549
720 #: src/fu-util.c:1586
716721 msgid "Update Description"
717722 msgstr ""
718723
719724 #. TRANSLATORS: remote identifier, e.g. lvfs-testing
720 #: src/fu-util.c:1581
725 #: src/fu-util.c:1618
721726 msgid "Remote ID"
722727 msgstr ""
723728
724729 #. TRANSLATORS: remote title, e.g. "Linux Vendor Firmware Service"
725 #: src/fu-util.c:1585
730 #: src/fu-util.c:1622
726731 msgid "Title"
727732 msgstr ""
728733
729734 #. TRANSLATORS: remote type, e.g. remote or local
730 #: src/fu-util.c:1589
735 #: src/fu-util.c:1626
731736 msgid "Type"
732737 msgstr ""
733738
734 #: src/fu-util.c:1594
739 #: src/fu-util.c:1631
735740 msgid "Keyring"
736741 msgstr ""
737742
738743 #. TRANSLATORS: if the remote is enabled
739 #: src/fu-util.c:1599
744 #: src/fu-util.c:1636
740745 msgid "Enabled"
741746 msgstr ""
742747
743748 #. TRANSLATORS: the age of the metadata
744 #: src/fu-util.c:1630
749 #: src/fu-util.c:1667
745750 msgid "Age"
746751 msgstr ""
747752
748753 #. TRANSLATORS: the numeric priority
749 #: src/fu-util.c:1637
754 #: src/fu-util.c:1674
750755 msgid "Priority"
751756 msgstr ""
752757
753758 #. TRANSLATORS: remote filename base
754 #: src/fu-util.c:1642
759 #: src/fu-util.c:1679
755760 msgid "Username"
756761 msgstr ""
757762
758763 #. TRANSLATORS: remote filename base
759 #: src/fu-util.c:1647
764 #: src/fu-util.c:1684
760765 msgid "Password"
761766 msgstr ""
762767
763768 #. TRANSLATORS: filename of the local file
764 #: src/fu-util.c:1652
769 #: src/fu-util.c:1689
765770 msgid "Filename"
766771 msgstr ""
767772
768773 #. TRANSLATORS: filename of the local file
769 #: src/fu-util.c:1657
774 #: src/fu-util.c:1694
770775 msgid "Filename Signature"
771776 msgstr ""
772777
773778 #. TRANSLATORS: remote URI
774 #: src/fu-util.c:1662
779 #: src/fu-util.c:1699
775780 msgid "Metadata URI"
776781 msgstr ""
777782
778783 #. TRANSLATORS: remote URI
779 #: src/fu-util.c:1667
784 #: src/fu-util.c:1704
780785 msgid "Metadata URI Signature"
781786 msgstr ""
782787
783788 #. TRANSLATORS: remote URI
784 #: src/fu-util.c:1672
789 #: src/fu-util.c:1709
785790 msgid "Firmware Base URI"
786791 msgstr ""
787792
788793 #. TRANSLATORS: URI to send success/failure reports
789 #: src/fu-util.c:1677
794 #: src/fu-util.c:1714
790795 msgid "Report URI"
791796 msgstr ""
792797
793798 #. TRANSLATORS: this is when a device is hotplugged
794 #: src/fu-util.c:1704
799 #: src/fu-util.c:1741
795800 msgid "Device added:"
796801 msgstr ""
797802
798803 #. TRANSLATORS: this is when a device is hotplugged
799 #: src/fu-util.c:1714
804 #: src/fu-util.c:1751
800805 msgid "Device removed:"
801806 msgstr ""
802807
803808 #. TRANSLATORS: this is when a device has been updated
804 #: src/fu-util.c:1724
809 #: src/fu-util.c:1761
805810 msgid "Device changed:"
806811 msgstr ""
807812
808813 #. TRANSLATORS: explain why we want to upload
809 #: src/fu-util.c:1915
814 #: src/fu-util.c:1952
810815 msgid "An update requires a reboot to complete."
811816 msgstr ""
812817
813818 #. TRANSLATORS: reboot to apply the update
814 #: src/fu-util.c:1917
819 #: src/fu-util.c:1954
815820 msgid "Restart now?"
816821 msgstr ""
817822
818823 #. TRANSLATORS: command line option
819 #: src/fu-util.c:2087
824 #: src/fu-util.c:2116
820825 msgid "Show extra debugging information"
821826 msgstr "Mòstra d'informacions de desbugatge complementàrias"
822827
823828 #. TRANSLATORS: command line option
824 #: src/fu-util.c:2090
829 #: src/fu-util.c:2119
825830 msgid "Show client and daemon versions"
826831 msgstr ""
827832
828833 #. TRANSLATORS: command line option
829 #: src/fu-util.c:2093
834 #: src/fu-util.c:2122
830835 msgid "Schedule installation for next reboot when possible"
831836 msgstr ""
832837
833838 #. TRANSLATORS: command line option
834 #: src/fu-util.c:2096
839 #: src/fu-util.c:2125
835840 msgid "Allow re-installing existing firmware versions"
836841 msgstr ""
837842
838843 #. TRANSLATORS: command line option
839 #: src/fu-util.c:2099
844 #: src/fu-util.c:2128
840845 msgid "Allow downgrading firmware versions"
841846 msgstr ""
842847
843848 #. TRANSLATORS: command line option
844 #: src/fu-util.c:2102
849 #: src/fu-util.c:2131
845850 msgid "Override plugin warning"
846851 msgstr ""
847852
848853 #. TRANSLATORS: command line option
849 #: src/fu-util.c:2105
854 #: src/fu-util.c:2134
850855 msgid "Answer yes to all questions"
851856 msgstr ""
852857
853858 #. TRANSLATORS: command line option
854 #: src/fu-util.c:2108
859 #: src/fu-util.c:2137
855860 msgid "Do not check for unreported history"
856861 msgstr ""
857862
858863 #. TRANSLATORS: command line option
859 #: src/fu-util.c:2111
864 #: src/fu-util.c:2140
860865 msgid "Do not check for old metadata"
861866 msgstr ""
862867
863868 #. TRANSLATORS: command line option
864 #: src/fu-util.c:2114
869 #: src/fu-util.c:2143
865870 msgid "Do not check for reboot after update"
866871 msgstr ""
867872
868873 #. TRANSLATORS: command description
869 #: src/fu-util.c:2137
874 #: src/fu-util.c:2166
870875 msgid "Get all devices that support firmware updates"
871876 msgstr "Obténer la lista dels periferics que supòrtan las mesas a jorn de micrologicial"
872877
873878 #. TRANSLATORS: command description
874 #: src/fu-util.c:2143
879 #: src/fu-util.c:2172
875880 msgid "Return all the hardware IDs for the machine"
876881 msgstr ""
877882
878883 #. TRANSLATORS: command description
879 #: src/fu-util.c:2149
884 #: src/fu-util.c:2178
880885 msgid "Install prepared updates now"
881886 msgstr "Installar immediatament las mesas a jorn preparadas"
882887
883888 #. TRANSLATORS: command description
884 #: src/fu-util.c:2155
889 #: src/fu-util.c:2184
885890 msgid "Show history of firmware updates"
886891 msgstr ""
887892
888893 #. TRANSLATORS: command description
889 #: src/fu-util.c:2161
894 #: src/fu-util.c:2190
890895 msgid "Erase all firmware update history"
891896 msgstr ""
892897
893898 #. TRANSLATORS: command description
894 #: src/fu-util.c:2167
899 #: src/fu-util.c:2196
895900 msgid "Share firmware history with the developers"
896901 msgstr ""
897902
898903 #. TRANSLATORS: command description
899 #: src/fu-util.c:2173
904 #: src/fu-util.c:2202
900905 msgid "Install a firmware file on this hardware"
901906 msgstr "Installar un fichièr de micrologicial sus aqueste material"
902907
903908 #. TRANSLATORS: command description
904 #: src/fu-util.c:2179
909 #: src/fu-util.c:2208
905910 msgid "Gets details about a firmware file"
906911 msgstr "Obténer los detalhs d'un fichièr de micrologicial"
907912
908913 #. TRANSLATORS: command description
909 #: src/fu-util.c:2185
914 #: src/fu-util.c:2214
910915 msgid "Gets the list of updates for connected hardware"
911916 msgstr ""
912917
913918 #. TRANSLATORS: command description
914 #: src/fu-util.c:2191
919 #: src/fu-util.c:2220
915920 msgid "Updates all firmware to latest versions available"
916921 msgstr ""
917922
918923 #. TRANSLATORS: command description
919 #: src/fu-util.c:2197
924 #: src/fu-util.c:2226
920925 msgid "Gets the cryptographic hash of the dumped firmware"
921926 msgstr ""
922927
923928 #. TRANSLATORS: command description
924 #: src/fu-util.c:2203
929 #: src/fu-util.c:2232
925930 msgid "Unlocks the device for firmware access"
926931 msgstr ""
927932
928933 #. TRANSLATORS: command description
929 #: src/fu-util.c:2209
934 #: src/fu-util.c:2238
930935 msgid "Clears the results from the last update"
931936 msgstr ""
932937
933938 #. TRANSLATORS: command description
934 #: src/fu-util.c:2215
939 #: src/fu-util.c:2244
935940 msgid "Clears any updates scheduled to be updated offline"
936941 msgstr ""
937942
938943 #. TRANSLATORS: command description
939 #: src/fu-util.c:2221
944 #: src/fu-util.c:2250
940945 msgid "Gets the results from the last update"
941946 msgstr ""
942947
943948 #. TRANSLATORS: command description
944 #: src/fu-util.c:2227
949 #: src/fu-util.c:2256
945950 msgid "Gets the releases for a device"
946951 msgstr ""
947952
948953 #. TRANSLATORS: command description
949 #: src/fu-util.c:2233
954 #: src/fu-util.c:2262
950955 msgid "Gets the configured remotes"
951956 msgstr ""
952957
953958 #. TRANSLATORS: command description
954 #: src/fu-util.c:2239
959 #: src/fu-util.c:2268
955960 msgid "Downgrades the firmware on a device"
956961 msgstr ""
957962
958963 #. TRANSLATORS: command description
959 #: src/fu-util.c:2245
964 #: src/fu-util.c:2274
960965 msgid "Refresh metadata from remote server"
961966 msgstr ""
962967
963968 #. TRANSLATORS: command description
964 #: src/fu-util.c:2251
969 #: src/fu-util.c:2280
965970 msgid "Update the stored metadata with current ROM contents"
966971 msgstr ""
967972
968973 #. TRANSLATORS: command description
969 #: src/fu-util.c:2257
974 #: src/fu-util.c:2286
970975 msgid "Monitor the daemon for events"
971976 msgstr ""
972977
973978 #. TRANSLATORS: command description
974 #: src/fu-util.c:2263
979 #: src/fu-util.c:2292
975980 msgid "Build firmware using a sandbox"
976981 msgstr ""
977982
978983 #. TRANSLATORS: command description
979 #: src/fu-util.c:2269
984 #: src/fu-util.c:2298
980985 msgid "Dump SMBIOS data from a file"
981986 msgstr ""
982987
983988 #. TRANSLATORS: command description
984 #: src/fu-util.c:2275
989 #: src/fu-util.c:2304
985990 msgid "Modifies a given remote"
986991 msgstr ""
987992
988993 #. TRANSLATORS: program name
989 #: src/fu-util.c:2305
994 #: src/fu-util.c:2334
990995 msgid "Firmware Utility"
991996 msgstr ""
+108
-103
po/pl.po less more
77 msgstr ""
88 "Project-Id-Version: fwupd\n"
99 "Report-Msgid-Bugs-To: \n"
10 "POT-Creation-Date: 2018-02-13 21:34+0000\n"
11 "PO-Revision-Date: 2018-02-14 16:37+0000\n"
12 "Last-Translator: Piotr Drąg <piotrdrag@gmail.com>\n"
10 "POT-Creation-Date: 2018-03-12 10:37+0000\n"
11 "PO-Revision-Date: 2018-03-12 10:37+0000\n"
12 "Last-Translator: Richard Hughes <richard@hughsie.com>\n"
1313 "Language-Team: Polish (http://www.transifex.com/freedesktop/fwupd/language/pl/)\n"
1414 "MIME-Version: 1.0\n"
1515 "Content-Type: text/plain; charset=UTF-8\n"
140140
141141 #. TRANSLATORS: this is when a device is hotplugged
142142 #. TRANSLATORS: this is when the daemon state changes
143 #: plugins/dfu/dfu-tool.c:1478 src/fu-util.c:1731
143 #: plugins/dfu/dfu-tool.c:1478 src/fu-util.c:1768
144144 msgid "Changed"
145145 msgstr "Zmieniono"
146146
147147 #. TRANSLATORS: this is when a device ctrl+c's a watch
148 #: plugins/dfu/dfu-tool.c:1486 src/fu-util.c:1693
148 #: plugins/dfu/dfu-tool.c:1486 src/fu-util.c:1730
149149 msgid "Cancelled"
150150 msgstr "Anulowano"
151151
152152 #. TRANSLATORS: Appstream ID for the hardware type
153 #: plugins/dfu/dfu-tool.c:1978 src/fu-util.c:1512
153 #: plugins/dfu/dfu-tool.c:1978 src/fu-util.c:1549
154154 msgid "ID"
155155 msgstr "Identyfikator"
156156
158158 #. TRANSLATORS: device name, e.g. 'ColorHug2'
159159 #. TRANSLATORS: section header for the release name
160160 #: plugins/dfu/dfu-tool.c:1984 plugins/dfu/dfu-tool.c:1990
161 #: plugins/dfu/dfu-tool.c:2104 src/fu-util.c:1283
161 #: plugins/dfu/dfu-tool.c:2104 src/fu-util.c:1321
162162 msgid "Name"
163163 msgstr "Nazwa"
164164
380380
381381 #. TRANSLATORS: the user didn't read the man page
382382 #: plugins/dfu/dfu-tool.c:2423 plugins/synapticsmst/synapticsmst-tool.c:424
383 #: src/fu-util.c:2310
383 #: src/fu-util.c:2339
384384 msgid "Failed to parse arguments"
385385 msgstr "Przetworzenie parametrów się nie powiodło"
386386
399399 msgstr "Narzędzie wielostrumieniowego przesyłania Synaptics"
400400
401401 #. TRANSLATORS: this is shown when updating the firmware after the reboot
402 #: plugins/uefi/fu-plugin-uefi.c:399
402 #: plugins/uefi/fu-plugin-uefi.c:403
403403 msgid "Installing firmware update…"
404404 msgstr "Instalowanie aktualizacji oprogramowania sprzętowego…"
405405
511511 #. TRANSLATORS: the user isn't reading the question
512512 #: src/fu-util.c:242
513513 #, c-format
514 msgid "Please enter a number from 1 to %u: "
515 msgstr "Proszę podać liczbę od 1 do %u:"
514 msgid "Please enter a number from 0 to %u: "
515 msgstr ""
516516
517517 #. TRANSLATORS: get interactive prompt
518518 #: src/fu-util.c:305
519519 msgid "Choose a device:"
520520 msgstr "Wybór urządzenia:"
521521
522 #. TRANSLATORS: this is to abort the interactive prompt
523 #: src/fu-util.c:307
524 msgid "Cancel"
525 msgstr ""
526
522527 #. TRANSLATORS: a list of failed updates
523 #: src/fu-util.c:418
528 #: src/fu-util.c:427
524529 msgid "Devices that were not updated correctly:"
525530 msgstr "Urządzenia, które nie zostały poprawnie zaktualizowane:"
526531
527532 #. TRANSLATORS: a list of successful updates
528 #: src/fu-util.c:432
533 #: src/fu-util.c:441
529534 msgid "Devices that have been updated successfully:"
530535 msgstr "Pomyślnie zaktualizowane urządzenia:"
531536
532537 #. TRANSLATORS: explain why we want to upload
533 #: src/fu-util.c:446
538 #: src/fu-util.c:455
534539 msgid "Upload report now?"
535540 msgstr "Wysłać zgłoszenie?"
536541
537542 #. TRANSLATORS: metadata is downloaded from the Internet
538 #: src/fu-util.c:448 src/fu-util.c:1453
543 #: src/fu-util.c:457 src/fu-util.c:1490
539544 msgid "Requires internet connection"
540545 msgstr "Wymaga połączenia z Internetem"
541546
542547 #. TRANSLATORS: nothing attached that can be upgraded
543 #: src/fu-util.c:470
548 #: src/fu-util.c:479
544549 msgid "No hardware detected with firmware update capability"
545550 msgstr "Nie wykryto sprzętu z możliwością aktualizacji jego oprogramowania"
546551
547552 #. TRANSLATORS: the first replacement is a display name
548553 #. * e.g. "ColorHugALS" and the second is a version number
549554 #. * e.g. "1.2.3"
550 #: src/fu-util.c:642
555 #: src/fu-util.c:651
551556 #, c-format
552557 msgid "Reinstalling %s with %s... "
553558 msgstr "Ponowne instalowanie %s za pomocą %s… "
555560 #. TRANSLATORS: the first replacement is a display name
556561 #. * e.g. "ColorHugALS" and the second and third are
557562 #. * version numbers e.g. "1.2.3"
558 #: src/fu-util.c:649
563 #: src/fu-util.c:658
559564 #, c-format
560565 msgid "Downgrading %s from %s to %s... "
561566 msgstr "Instalowanie poprzedniej wersji %s z %s do %s… "
563568 #. TRANSLATORS: the first replacement is a display name
564569 #. * e.g. "ColorHugALS" and the second and third are
565570 #. * version numbers e.g. "1.2.3"
566 #: src/fu-util.c:657
571 #: src/fu-util.c:666
567572 #, c-format
568573 msgid "Updating %s from %s to %s... "
569574 msgstr "Aktualizowanie %s z wersji %s do %s… "
570575
571 #: src/fu-util.c:685
576 #: src/fu-util.c:694
572577 msgid "Done!"
573578 msgstr "Gotowe."
574579
575 #: src/fu-util.c:717
580 #: src/fu-util.c:726
576581 msgid "Target"
577582 msgstr "Cel"
578583
579 #: src/fu-util.c:718
584 #: src/fu-util.c:727
580585 msgid "Payload"
581586 msgstr "Dane"
582587
583 #: src/fu-util.c:719
588 #: src/fu-util.c:728
584589 msgid "Proceed with upload?"
585590 msgstr "Kontynuować wysyłanie?"
586591
587592 #. TRANSLATORS: the server sent the user a small message
588 #: src/fu-util.c:788
593 #: src/fu-util.c:807
589594 msgid "Update failure is a known issue, visit this URL for more information:"
590595 msgstr "Niepowodzenie aktualizacji to znany problem, pod tym adresem dostępnych jest więcej informacji:"
591596
592597 #. TRANSLATORS: the server sent the user a small message
593 #: src/fu-util.c:792
598 #: src/fu-util.c:811
594599 msgid "Upload message:"
595600 msgstr "Komunikat wysyłania:"
596601
597 #: src/fu-util.c:986 src/fu-util.c:1376
602 #: src/fu-util.c:1034 src/fu-util.c:1414
598603 msgid "OK"
599604 msgstr "OK"
600605
601606 #. TRANSLATORS: downloading new signing file
602 #: src/fu-util.c:1091
607 #: src/fu-util.c:1139
603608 msgid "Fetching signature"
604609 msgstr "Pobieranie podpisu"
605610
606611 #. TRANSLATORS: downloading new metadata file
607 #: src/fu-util.c:1094
612 #: src/fu-util.c:1142
608613 msgid "Fetching metadata"
609614 msgstr "Pobieranie metadanych"
610615
611616 #. TRANSLATORS: downloading new firmware file
612 #: src/fu-util.c:1097
617 #: src/fu-util.c:1145
613618 msgid "Fetching firmware"
614619 msgstr "Pobieranie oprogramowania sprzętowego"
615620
616621 #. TRANSLATORS: downloading unknown file
617 #: src/fu-util.c:1100
622 #: src/fu-util.c:1148
618623 msgid "Fetching file"
619624 msgstr "Pobieranie pliku"
620625
621626 #. TRANSLATORS: section header for release version number
622 #: src/fu-util.c:1280
627 #: src/fu-util.c:1318
623628 msgid "Version"
624629 msgstr "Wersja"
625630
626631 #. TRANSLATORS: section header for the release one line summary
627 #: src/fu-util.c:1286
632 #: src/fu-util.c:1324
628633 msgid "Summary"
629634 msgstr "Podsumowanie"
630635
631636 #. TRANSLATORS: section header for the remote the file is coming from
632 #: src/fu-util.c:1289
637 #: src/fu-util.c:1327
633638 msgid "Remote"
634639 msgstr "Repozytorium"
635640
636641 #. TRANSLATORS: section header for firmware URI
637 #: src/fu-util.c:1292
642 #: src/fu-util.c:1330
638643 msgid "URI"
639644 msgstr "Adres URI"
640645
641646 #. TRANSLATORS: section header for firmware description
642 #: src/fu-util.c:1298
647 #: src/fu-util.c:1336
643648 msgid "Description"
644649 msgstr "Opis"
645650
646651 #. TRANSLATORS: section header for firmware checksum
647652 #. TRANSLATORS: remote checksum
648 #: src/fu-util.c:1306 src/fu-util.c:1603
653 #: src/fu-util.c:1344 src/fu-util.c:1640
649654 msgid "Checksum"
650655 msgstr "Suma kontrolna"
651656
652657 #. TRANSLATORS: get interactive prompt
653 #: src/fu-util.c:1338
658 #: src/fu-util.c:1376
654659 msgid "Choose a release:"
655660 msgstr "Wybór wydania:"
656661
657662 #. TRANSLATORS: the metadata is very out of date; %u is a number > 1
658 #: src/fu-util.c:1443
663 #: src/fu-util.c:1480
659664 #, c-format
660665 msgid ""
661666 "Firmware metadata has not been updated for %u day and may not be up to date."
668673 msgstr[3] "Metadane oprogramowania sprzętowego nie zostały zaktualizowane przez %u dni i mogą nie być aktualne."
669674
670675 #. TRANSLATORS: ask the user if we can update the metadata
671 #: src/fu-util.c:1451
676 #: src/fu-util.c:1488
672677 msgid "Update now?"
673678 msgstr "Zaktualizować teraz?"
674679
675680 #. TRANSLATORS: first replacement is device name
676 #: src/fu-util.c:1496
681 #: src/fu-util.c:1533
677682 #, c-format
678683 msgid "%s has firmware updates:"
679684 msgstr "Dostępne są aktualizacje oprogramowania sprzętowego dla urządzenia %s:"
680685
681 #: src/fu-util.c:1503
686 #: src/fu-util.c:1540
682687 msgid "GUID"
683688 msgstr "GUID"
684689
685690 #. TRANSLATORS: section header for firmware version
686 #: src/fu-util.c:1515
691 #: src/fu-util.c:1552
687692 msgid "Update Version"
688693 msgstr "Wersja aktualizacji"
689694
690695 #. TRANSLATORS: section header for the release name
691 #: src/fu-util.c:1519
696 #: src/fu-util.c:1556
692697 msgid "Update Name"
693698 msgstr "Nazwa aktualizacji"
694699
695700 #. TRANSLATORS: section header for the release one line summary
696 #: src/fu-util.c:1522
701 #: src/fu-util.c:1559
697702 msgid "Update Summary"
698703 msgstr "Podsumowanie aktualizacji"
699704
700705 #. TRANSLATORS: section header for remote ID, e.g. lvfs-testing
701 #: src/fu-util.c:1525
706 #: src/fu-util.c:1562
702707 msgid "Update Remote ID"
703708 msgstr "Identyfikator repozytorium aktualizacji"
704709
705710 #. TRANSLATORS: section header for firmware checksum
706 #: src/fu-util.c:1534
711 #: src/fu-util.c:1571
707712 msgid "Update Checksum"
708713 msgstr "Suma kontrolna aktualizacji"
709714
710715 #. TRANSLATORS: section header for firmware remote http://
711 #: src/fu-util.c:1538
716 #: src/fu-util.c:1575
712717 msgid "Update Location"
713718 msgstr "Położenie aktualizacji"
714719
715720 #. TRANSLATORS: section header for long firmware desc
716 #: src/fu-util.c:1549
721 #: src/fu-util.c:1586
717722 msgid "Update Description"
718723 msgstr "Opis aktualizacji"
719724
720725 #. TRANSLATORS: remote identifier, e.g. lvfs-testing
721 #: src/fu-util.c:1581
726 #: src/fu-util.c:1618
722727 msgid "Remote ID"
723728 msgstr "Identyfikator repozytorium"
724729
725730 #. TRANSLATORS: remote title, e.g. "Linux Vendor Firmware Service"
726 #: src/fu-util.c:1585
731 #: src/fu-util.c:1622
727732 msgid "Title"
728733 msgstr "Tytuł"
729734
730735 #. TRANSLATORS: remote type, e.g. remote or local
731 #: src/fu-util.c:1589
736 #: src/fu-util.c:1626
732737 msgid "Type"
733738 msgstr "Typ"
734739
735 #: src/fu-util.c:1594
740 #: src/fu-util.c:1631
736741 msgid "Keyring"
737742 msgstr "Baza kluczy"
738743
739744 #. TRANSLATORS: if the remote is enabled
740 #: src/fu-util.c:1599
745 #: src/fu-util.c:1636
741746 msgid "Enabled"
742747 msgstr "Włączone"
743748
744749 #. TRANSLATORS: the age of the metadata
745 #: src/fu-util.c:1630
750 #: src/fu-util.c:1667
746751 msgid "Age"
747752 msgstr "Wiek"
748753
749754 #. TRANSLATORS: the numeric priority
750 #: src/fu-util.c:1637
755 #: src/fu-util.c:1674
751756 msgid "Priority"
752757 msgstr "Priorytet"
753758
754759 #. TRANSLATORS: remote filename base
755 #: src/fu-util.c:1642
760 #: src/fu-util.c:1679
756761 msgid "Username"
757762 msgstr "Nazwa użytkownika"
758763
759764 #. TRANSLATORS: remote filename base
760 #: src/fu-util.c:1647
765 #: src/fu-util.c:1684
761766 msgid "Password"
762767 msgstr "Hasło"
763768
764769 #. TRANSLATORS: filename of the local file
765 #: src/fu-util.c:1652
770 #: src/fu-util.c:1689
766771 msgid "Filename"
767772 msgstr "Nazwa pliku"
768773
769774 #. TRANSLATORS: filename of the local file
770 #: src/fu-util.c:1657
775 #: src/fu-util.c:1694
771776 msgid "Filename Signature"
772777 msgstr "Podpis nazwy pliku"
773778
774779 #. TRANSLATORS: remote URI
775 #: src/fu-util.c:1662
780 #: src/fu-util.c:1699
776781 msgid "Metadata URI"
777782 msgstr "Adres URI metadanych"
778783
779784 #. TRANSLATORS: remote URI
780 #: src/fu-util.c:1667
785 #: src/fu-util.c:1704
781786 msgid "Metadata URI Signature"
782787 msgstr "Podpis adresu URI metadanych"
783788
784789 #. TRANSLATORS: remote URI
785 #: src/fu-util.c:1672
790 #: src/fu-util.c:1709
786791 msgid "Firmware Base URI"
787792 msgstr "Podstawowy adres URI oprogramowania sprzętowego"
788793
789794 #. TRANSLATORS: URI to send success/failure reports
790 #: src/fu-util.c:1677
795 #: src/fu-util.c:1714
791796 msgid "Report URI"
792797 msgstr "Adres URI zgłoszenia"
793798
794799 #. TRANSLATORS: this is when a device is hotplugged
795 #: src/fu-util.c:1704
800 #: src/fu-util.c:1741
796801 msgid "Device added:"
797802 msgstr "Dodano urządzenie:"
798803
799804 #. TRANSLATORS: this is when a device is hotplugged
800 #: src/fu-util.c:1714
805 #: src/fu-util.c:1751
801806 msgid "Device removed:"
802807 msgstr "Usunięto urządzenie:"
803808
804809 #. TRANSLATORS: this is when a device has been updated
805 #: src/fu-util.c:1724
810 #: src/fu-util.c:1761
806811 msgid "Device changed:"
807812 msgstr "Zmieniono urządzenie:"
808813
809814 #. TRANSLATORS: explain why we want to upload
810 #: src/fu-util.c:1915
815 #: src/fu-util.c:1952
811816 msgid "An update requires a reboot to complete."
812817 msgstr "Ukończenie aktualizacji wymaga ponownego uruchomienia."
813818
814819 #. TRANSLATORS: reboot to apply the update
815 #: src/fu-util.c:1917
820 #: src/fu-util.c:1954
816821 msgid "Restart now?"
817822 msgstr "Uruchomić ponownie?"
818823
819824 #. TRANSLATORS: command line option
820 #: src/fu-util.c:2087
825 #: src/fu-util.c:2116
821826 msgid "Show extra debugging information"
822827 msgstr "Wyświetla dodatkowe informacje o debugowaniu"
823828
824829 #. TRANSLATORS: command line option
825 #: src/fu-util.c:2090
830 #: src/fu-util.c:2119
826831 msgid "Show client and daemon versions"
827832 msgstr "Wyświetla wersje klienta i usługi"
828833
829834 #. TRANSLATORS: command line option
830 #: src/fu-util.c:2093
835 #: src/fu-util.c:2122
831836 msgid "Schedule installation for next reboot when possible"
832837 msgstr "Planuje instalację podczas następnego ponownego uruchomienia"
833838
834839 #. TRANSLATORS: command line option
835 #: src/fu-util.c:2096
840 #: src/fu-util.c:2125
836841 msgid "Allow re-installing existing firmware versions"
837842 msgstr "Umożliwia ponowne instalowanie istniejących wersji oprogramowania sprzętowego"
838843
839844 #. TRANSLATORS: command line option
840 #: src/fu-util.c:2099
845 #: src/fu-util.c:2128
841846 msgid "Allow downgrading firmware versions"
842847 msgstr "Umożliwia instalowanie poprzednich wersji oprogramowania sprzętowego"
843848
844849 #. TRANSLATORS: command line option
845 #: src/fu-util.c:2102
850 #: src/fu-util.c:2131
846851 msgid "Override plugin warning"
847852 msgstr "Zastępuje ostrzeżenie wtyczki"
848853
849854 #. TRANSLATORS: command line option
850 #: src/fu-util.c:2105
855 #: src/fu-util.c:2134
851856 msgid "Answer yes to all questions"
852857 msgstr "Odpowiada tak na wszystkie pytania"
853858
854859 #. TRANSLATORS: command line option
855 #: src/fu-util.c:2108
860 #: src/fu-util.c:2137
856861 msgid "Do not check for unreported history"
857862 msgstr "Bez sprawdzania niezgłoszonej historii"
858863
859864 #. TRANSLATORS: command line option
860 #: src/fu-util.c:2111
865 #: src/fu-util.c:2140
861866 msgid "Do not check for old metadata"
862867 msgstr "Bez sprawdzania przestarzałych metadanych"
863868
864869 #. TRANSLATORS: command line option
865 #: src/fu-util.c:2114
870 #: src/fu-util.c:2143
866871 msgid "Do not check for reboot after update"
867872 msgstr "Bez sprawdzania potrzeby ponownego uruchomienia po aktualizacji"
868873
869874 #. TRANSLATORS: command description
870 #: src/fu-util.c:2137
875 #: src/fu-util.c:2166
871876 msgid "Get all devices that support firmware updates"
872877 msgstr "Uzyskuje wszystkie urządzenia obsługujące aktualizacje oprogramowania sprzętowego"
873878
874879 #. TRANSLATORS: command description
875 #: src/fu-util.c:2143
880 #: src/fu-util.c:2172
876881 msgid "Return all the hardware IDs for the machine"
877882 msgstr "Zwraca wszystkie identyfikatory sprzętu dla komputera"
878883
879884 #. TRANSLATORS: command description
880 #: src/fu-util.c:2149
885 #: src/fu-util.c:2178
881886 msgid "Install prepared updates now"
882887 msgstr "Instaluje przygotowaną aktualizację teraz"
883888
884889 #. TRANSLATORS: command description
885 #: src/fu-util.c:2155
890 #: src/fu-util.c:2184
886891 msgid "Show history of firmware updates"
887892 msgstr "Wyświetla historię aktualizacji oprogramowania sprzętowego"
888893
889894 #. TRANSLATORS: command description
890 #: src/fu-util.c:2161
895 #: src/fu-util.c:2190
891896 msgid "Erase all firmware update history"
892897 msgstr "Usuwa całą historię aktualizacji oprogramowania sprzętowego"
893898
894899 #. TRANSLATORS: command description
895 #: src/fu-util.c:2167
900 #: src/fu-util.c:2196
896901 msgid "Share firmware history with the developers"
897902 msgstr "Udostępnia historię oprogramowania sprzętowego programistom"
898903
899904 #. TRANSLATORS: command description
900 #: src/fu-util.c:2173
905 #: src/fu-util.c:2202
901906 msgid "Install a firmware file on this hardware"
902907 msgstr "Instaluje plik oprogramowania sprzętowego na tym sprzęcie"
903908
904909 #. TRANSLATORS: command description
905 #: src/fu-util.c:2179
910 #: src/fu-util.c:2208
906911 msgid "Gets details about a firmware file"
907912 msgstr "Uzyskuje informacje o pliku oprogramowania sprzętowego"
908913
909914 #. TRANSLATORS: command description
910 #: src/fu-util.c:2185
915 #: src/fu-util.c:2214
911916 msgid "Gets the list of updates for connected hardware"
912917 msgstr "Uzyskuje listę aktualizacji dla podłączonego sprzętu"
913918
914919 #. TRANSLATORS: command description
915 #: src/fu-util.c:2191
920 #: src/fu-util.c:2220
916921 msgid "Updates all firmware to latest versions available"
917922 msgstr "Aktualizuje całe oprogramowanie sprzętowe do najnowszych dostępnych wersji"
918923
919924 #. TRANSLATORS: command description
920 #: src/fu-util.c:2197
925 #: src/fu-util.c:2226
921926 msgid "Gets the cryptographic hash of the dumped firmware"
922927 msgstr "Uzyskuje kryptograficzną sumę kontrolną zrzuconego oprogramowania sprzętowego"
923928
924929 #. TRANSLATORS: command description
925 #: src/fu-util.c:2203
930 #: src/fu-util.c:2232
926931 msgid "Unlocks the device for firmware access"
927932 msgstr "Odblokowuje urządzenie"
928933
929934 #. TRANSLATORS: command description
930 #: src/fu-util.c:2209
935 #: src/fu-util.c:2238
931936 msgid "Clears the results from the last update"
932937 msgstr "Usuwa wyniki z ostatniej aktualizacji"
933938
934939 #. TRANSLATORS: command description
935 #: src/fu-util.c:2215
940 #: src/fu-util.c:2244
936941 msgid "Clears any updates scheduled to be updated offline"
937942 msgstr "Usuwa wszystkie zaplanowane aktualizacje w trybie offline"
938943
939944 #. TRANSLATORS: command description
940 #: src/fu-util.c:2221
945 #: src/fu-util.c:2250
941946 msgid "Gets the results from the last update"
942947 msgstr "Uzyskuje wyniki z ostatniej aktualizacji"
943948
944949 #. TRANSLATORS: command description
945 #: src/fu-util.c:2227
950 #: src/fu-util.c:2256
946951 msgid "Gets the releases for a device"
947952 msgstr "Uzyskuje wydania dla urządzenia"
948953
949954 #. TRANSLATORS: command description
950 #: src/fu-util.c:2233
955 #: src/fu-util.c:2262
951956 msgid "Gets the configured remotes"
952957 msgstr "Uzyskuje skonfigurowane repozytoria"
953958
954959 #. TRANSLATORS: command description
955 #: src/fu-util.c:2239
960 #: src/fu-util.c:2268
956961 msgid "Downgrades the firmware on a device"
957962 msgstr "Instaluje poprzednią wersję oprogramowania sprzętowego urządzenia"
958963
959964 #. TRANSLATORS: command description
960 #: src/fu-util.c:2245
965 #: src/fu-util.c:2274
961966 msgid "Refresh metadata from remote server"
962967 msgstr "Odświeża metadane ze zdalnego serwera"
963968
964969 #. TRANSLATORS: command description
965 #: src/fu-util.c:2251
970 #: src/fu-util.c:2280
966971 msgid "Update the stored metadata with current ROM contents"
967972 msgstr "Aktualizuje przechowywane metadane bieżącą zawartością pamięci ROM"
968973
969974 #. TRANSLATORS: command description
970 #: src/fu-util.c:2257
975 #: src/fu-util.c:2286
971976 msgid "Monitor the daemon for events"
972977 msgstr "Monitoruje zdarzenia usługi"
973978
974979 #. TRANSLATORS: command description
975 #: src/fu-util.c:2263
980 #: src/fu-util.c:2292
976981 msgid "Build firmware using a sandbox"
977982 msgstr "Buduje oprogramowanie sprzętowe za pomocą piaskownicy"
978983
979984 #. TRANSLATORS: command description
980 #: src/fu-util.c:2269
985 #: src/fu-util.c:2298
981986 msgid "Dump SMBIOS data from a file"
982987 msgstr "Zrzuca dane SMBIOS z pliku"
983988
984989 #. TRANSLATORS: command description
985 #: src/fu-util.c:2275
990 #: src/fu-util.c:2304
986991 msgid "Modifies a given remote"
987992 msgstr "Modyfikuje podane repozytorium"
988993
989994 #. TRANSLATORS: program name
990 #: src/fu-util.c:2305
995 #: src/fu-util.c:2334
991996 msgid "Firmware Utility"
992997 msgstr "Narzędzie oprogramowania sprzętowego"
1111 msgstr ""
1212 "Project-Id-Version: fwupd\n"
1313 "Report-Msgid-Bugs-To: \n"
14 "POT-Creation-Date: 2018-02-13 21:34+0000\n"
15 "PO-Revision-Date: 2018-02-13 21:34+0000\n"
14 "POT-Creation-Date: 2018-03-12 10:37+0000\n"
15 "PO-Revision-Date: 2018-03-12 10:37+0000\n"
1616 "Last-Translator: Richard Hughes <richard@hughsie.com>\n"
1717 "Language-Team: Portuguese (Brazil) (http://www.transifex.com/freedesktop/fwupd/language/pt_BR/)\n"
1818 "MIME-Version: 1.0\n"
144144
145145 #. TRANSLATORS: this is when a device is hotplugged
146146 #. TRANSLATORS: this is when the daemon state changes
147 #: plugins/dfu/dfu-tool.c:1478 src/fu-util.c:1731
147 #: plugins/dfu/dfu-tool.c:1478 src/fu-util.c:1768
148148 msgid "Changed"
149149 msgstr "Alterado"
150150
151151 #. TRANSLATORS: this is when a device ctrl+c's a watch
152 #: plugins/dfu/dfu-tool.c:1486 src/fu-util.c:1693
152 #: plugins/dfu/dfu-tool.c:1486 src/fu-util.c:1730
153153 msgid "Cancelled"
154154 msgstr "Cancelado"
155155
156156 #. TRANSLATORS: Appstream ID for the hardware type
157 #: plugins/dfu/dfu-tool.c:1978 src/fu-util.c:1512
157 #: plugins/dfu/dfu-tool.c:1978 src/fu-util.c:1549
158158 msgid "ID"
159159 msgstr "ID"
160160
162162 #. TRANSLATORS: device name, e.g. 'ColorHug2'
163163 #. TRANSLATORS: section header for the release name
164164 #: plugins/dfu/dfu-tool.c:1984 plugins/dfu/dfu-tool.c:1990
165 #: plugins/dfu/dfu-tool.c:2104 src/fu-util.c:1283
165 #: plugins/dfu/dfu-tool.c:2104 src/fu-util.c:1321
166166 msgid "Name"
167167 msgstr "Nome"
168168
384384
385385 #. TRANSLATORS: the user didn't read the man page
386386 #: plugins/dfu/dfu-tool.c:2423 plugins/synapticsmst/synapticsmst-tool.c:424
387 #: src/fu-util.c:2310
387 #: src/fu-util.c:2339
388388 msgid "Failed to parse arguments"
389389 msgstr "Falha ao interpretar argumentos"
390390
403403 msgstr "Utilitário de Synaptics Multistream Transport"
404404
405405 #. TRANSLATORS: this is shown when updating the firmware after the reboot
406 #: plugins/uefi/fu-plugin-uefi.c:399
406 #: plugins/uefi/fu-plugin-uefi.c:403
407407 msgid "Installing firmware update…"
408408 msgstr "Instalando atualização de firmware…"
409409
515515 #. TRANSLATORS: the user isn't reading the question
516516 #: src/fu-util.c:242
517517 #, c-format
518 msgid "Please enter a number from 1 to %u: "
519 msgstr "Por favor, insira um número de 1 a %u: "
518 msgid "Please enter a number from 0 to %u: "
519 msgstr ""
520520
521521 #. TRANSLATORS: get interactive prompt
522522 #: src/fu-util.c:305
523523 msgid "Choose a device:"
524524 msgstr "Escolha um dispositivo:"
525525
526 #. TRANSLATORS: this is to abort the interactive prompt
527 #: src/fu-util.c:307
528 msgid "Cancel"
529 msgstr ""
530
526531 #. TRANSLATORS: a list of failed updates
527 #: src/fu-util.c:418
532 #: src/fu-util.c:427
528533 msgid "Devices that were not updated correctly:"
529534 msgstr "Dispositivos que não foram atualizados com sucesso:"
530535
531536 #. TRANSLATORS: a list of successful updates
532 #: src/fu-util.c:432
537 #: src/fu-util.c:441
533538 msgid "Devices that have been updated successfully:"
534539 msgstr "Dispositivos que foram atualizados com sucesso:"
535540
536541 #. TRANSLATORS: explain why we want to upload
537 #: src/fu-util.c:446
542 #: src/fu-util.c:455
538543 msgid "Upload report now?"
539544 msgstr "Enviar relatório agora?"
540545
541546 #. TRANSLATORS: metadata is downloaded from the Internet
542 #: src/fu-util.c:448 src/fu-util.c:1453
547 #: src/fu-util.c:457 src/fu-util.c:1490
543548 msgid "Requires internet connection"
544549 msgstr "Requer conexão com a Internet"
545550
546551 #. TRANSLATORS: nothing attached that can be upgraded
547 #: src/fu-util.c:470
552 #: src/fu-util.c:479
548553 msgid "No hardware detected with firmware update capability"
549554 msgstr "Nenhum periférico com capacidade de atualização de firmware foi detectado"
550555
551556 #. TRANSLATORS: the first replacement is a display name
552557 #. * e.g. "ColorHugALS" and the second is a version number
553558 #. * e.g. "1.2.3"
554 #: src/fu-util.c:642
559 #: src/fu-util.c:651
555560 #, c-format
556561 msgid "Reinstalling %s with %s... "
557562 msgstr "Reinstalando %s com %s..."
559564 #. TRANSLATORS: the first replacement is a display name
560565 #. * e.g. "ColorHugALS" and the second and third are
561566 #. * version numbers e.g. "1.2.3"
562 #: src/fu-util.c:649
567 #: src/fu-util.c:658
563568 #, c-format
564569 msgid "Downgrading %s from %s to %s... "
565570 msgstr "Revertendo %s de %s para %s..."
567572 #. TRANSLATORS: the first replacement is a display name
568573 #. * e.g. "ColorHugALS" and the second and third are
569574 #. * version numbers e.g. "1.2.3"
570 #: src/fu-util.c:657
575 #: src/fu-util.c:666
571576 #, c-format
572577 msgid "Updating %s from %s to %s... "
573578 msgstr "Atualizando %s de %s para %s..."
574579
575 #: src/fu-util.c:685
580 #: src/fu-util.c:694
576581 msgid "Done!"
577582 msgstr "Feito!"
578583
579 #: src/fu-util.c:717
584 #: src/fu-util.c:726
580585 msgid "Target"
581586 msgstr "Alvo"
582587
583 #: src/fu-util.c:718
588 #: src/fu-util.c:727
584589 msgid "Payload"
585590 msgstr "Carga"
586591
587 #: src/fu-util.c:719
592 #: src/fu-util.c:728
588593 msgid "Proceed with upload?"
589594 msgstr "Proceder com o envio?"
590595
591596 #. TRANSLATORS: the server sent the user a small message
592 #: src/fu-util.c:788
597 #: src/fu-util.c:807
593598 msgid "Update failure is a known issue, visit this URL for more information:"
594599 msgstr ""
595600
596601 #. TRANSLATORS: the server sent the user a small message
597 #: src/fu-util.c:792
602 #: src/fu-util.c:811
598603 msgid "Upload message:"
599604 msgstr ""
600605
601 #: src/fu-util.c:986 src/fu-util.c:1376
606 #: src/fu-util.c:1034 src/fu-util.c:1414
602607 msgid "OK"
603608 msgstr "OK"
604609
605610 #. TRANSLATORS: downloading new signing file
606 #: src/fu-util.c:1091
611 #: src/fu-util.c:1139
607612 msgid "Fetching signature"
608613 msgstr "Obtendo assinatura"
609614
610615 #. TRANSLATORS: downloading new metadata file
611 #: src/fu-util.c:1094
616 #: src/fu-util.c:1142
612617 msgid "Fetching metadata"
613618 msgstr "Obtendo metadados"
614619
615620 #. TRANSLATORS: downloading new firmware file
616 #: src/fu-util.c:1097
621 #: src/fu-util.c:1145
617622 msgid "Fetching firmware"
618623 msgstr "Obtendo firmware"
619624
620625 #. TRANSLATORS: downloading unknown file
621 #: src/fu-util.c:1100
626 #: src/fu-util.c:1148
622627 msgid "Fetching file"
623628 msgstr "Obtendo arquivo"
624629
625630 #. TRANSLATORS: section header for release version number
626 #: src/fu-util.c:1280
631 #: src/fu-util.c:1318
627632 msgid "Version"
628633 msgstr "Versão"
629634
630635 #. TRANSLATORS: section header for the release one line summary
631 #: src/fu-util.c:1286
636 #: src/fu-util.c:1324
632637 msgid "Summary"
633638 msgstr "Resumo"
634639
635640 #. TRANSLATORS: section header for the remote the file is coming from
636 #: src/fu-util.c:1289
641 #: src/fu-util.c:1327
637642 msgid "Remote"
638643 msgstr "Remoto"
639644
640645 #. TRANSLATORS: section header for firmware URI
641 #: src/fu-util.c:1292
646 #: src/fu-util.c:1330
642647 msgid "URI"
643648 msgstr "URI"
644649
645650 #. TRANSLATORS: section header for firmware description
646 #: src/fu-util.c:1298
651 #: src/fu-util.c:1336
647652 msgid "Description"
648653 msgstr "Descrição"
649654
650655 #. TRANSLATORS: section header for firmware checksum
651656 #. TRANSLATORS: remote checksum
652 #: src/fu-util.c:1306 src/fu-util.c:1603
657 #: src/fu-util.c:1344 src/fu-util.c:1640
653658 msgid "Checksum"
654659 msgstr "Soma de verificação"
655660
656661 #. TRANSLATORS: get interactive prompt
657 #: src/fu-util.c:1338
662 #: src/fu-util.c:1376
658663 msgid "Choose a release:"
659664 msgstr "Escolha um lançamento:"
660665
661666 #. TRANSLATORS: the metadata is very out of date; %u is a number > 1
662 #: src/fu-util.c:1443
667 #: src/fu-util.c:1480
663668 #, c-format
664669 msgid ""
665670 "Firmware metadata has not been updated for %u day and may not be up to date."
670675 msgstr[1] "Os metadados do firmware não foram atualizados para %u dias e podem não estar atualizados."
671676
672677 #. TRANSLATORS: ask the user if we can update the metadata
673 #: src/fu-util.c:1451
678 #: src/fu-util.c:1488
674679 msgid "Update now?"
675680 msgstr "Atualizar agora?"
676681
677682 #. TRANSLATORS: first replacement is device name
678 #: src/fu-util.c:1496
683 #: src/fu-util.c:1533
679684 #, c-format
680685 msgid "%s has firmware updates:"
681686 msgstr "%s tem atualizações:"
682687
683 #: src/fu-util.c:1503
688 #: src/fu-util.c:1540
684689 msgid "GUID"
685690 msgstr "GUID"
686691
687692 #. TRANSLATORS: section header for firmware version
688 #: src/fu-util.c:1515
693 #: src/fu-util.c:1552
689694 msgid "Update Version"
690695 msgstr "Versão da atualização"
691696
692697 #. TRANSLATORS: section header for the release name
693 #: src/fu-util.c:1519
698 #: src/fu-util.c:1556
694699 msgid "Update Name"
695700 msgstr "Atualizar nome"
696701
697702 #. TRANSLATORS: section header for the release one line summary
698 #: src/fu-util.c:1522
703 #: src/fu-util.c:1559
699704 msgid "Update Summary"
700705 msgstr "Atualizar resumo"
701706
702707 #. TRANSLATORS: section header for remote ID, e.g. lvfs-testing
703 #: src/fu-util.c:1525
708 #: src/fu-util.c:1562
704709 msgid "Update Remote ID"
705710 msgstr "Atualização de ID remoto"
706711
707712 #. TRANSLATORS: section header for firmware checksum
708 #: src/fu-util.c:1534
713 #: src/fu-util.c:1571
709714 msgid "Update Checksum"
710715 msgstr "Soma de verificação da atualização"
711716
712717 #. TRANSLATORS: section header for firmware remote http://
713 #: src/fu-util.c:1538
718 #: src/fu-util.c:1575
714719 msgid "Update Location"
715720 msgstr "Local da atualização"
716721
717722 #. TRANSLATORS: section header for long firmware desc
718 #: src/fu-util.c:1549
723 #: src/fu-util.c:1586
719724 msgid "Update Description"
720725 msgstr "Descrição da atualização"
721726
722727 #. TRANSLATORS: remote identifier, e.g. lvfs-testing
723 #: src/fu-util.c:1581
728 #: src/fu-util.c:1618
724729 msgid "Remote ID"
725730 msgstr "ID remoto"
726731
727732 #. TRANSLATORS: remote title, e.g. "Linux Vendor Firmware Service"
728 #: src/fu-util.c:1585
733 #: src/fu-util.c:1622
729734 msgid "Title"
730735 msgstr "Título"
731736
732737 #. TRANSLATORS: remote type, e.g. remote or local
733 #: src/fu-util.c:1589
738 #: src/fu-util.c:1626
734739 msgid "Type"
735740 msgstr "Tipo"
736741
737 #: src/fu-util.c:1594
742 #: src/fu-util.c:1631
738743 msgid "Keyring"
739744 msgstr "Chaveiro"
740745
741746 #. TRANSLATORS: if the remote is enabled
742 #: src/fu-util.c:1599
747 #: src/fu-util.c:1636
743748 msgid "Enabled"
744749 msgstr "Habilitado"
745750
746751 #. TRANSLATORS: the age of the metadata
747 #: src/fu-util.c:1630
752 #: src/fu-util.c:1667
748753 msgid "Age"
749754 msgstr "Idade"
750755
751756 #. TRANSLATORS: the numeric priority
752 #: src/fu-util.c:1637
757 #: src/fu-util.c:1674
753758 msgid "Priority"
754759 msgstr "Prioridade"
755760
756761 #. TRANSLATORS: remote filename base
757 #: src/fu-util.c:1642
762 #: src/fu-util.c:1679
758763 msgid "Username"
759764 msgstr "Nome de usuário"
760765
761766 #. TRANSLATORS: remote filename base
762 #: src/fu-util.c:1647
767 #: src/fu-util.c:1684
763768 msgid "Password"
764769 msgstr "Senha"
765770
766771 #. TRANSLATORS: filename of the local file
767 #: src/fu-util.c:1652
772 #: src/fu-util.c:1689
768773 msgid "Filename"
769774 msgstr "Nome de arquivo"
770775
771776 #. TRANSLATORS: filename of the local file
772 #: src/fu-util.c:1657
777 #: src/fu-util.c:1694
773778 msgid "Filename Signature"
774779 msgstr "Assinatura de nome de arquivo"
775780
776781 #. TRANSLATORS: remote URI
777 #: src/fu-util.c:1662
782 #: src/fu-util.c:1699
778783 msgid "Metadata URI"
779784 msgstr "URI de metadados"
780785
781786 #. TRANSLATORS: remote URI
782 #: src/fu-util.c:1667
787 #: src/fu-util.c:1704
783788 msgid "Metadata URI Signature"
784789 msgstr "Assinatura de URI de metadados"
785790
786791 #. TRANSLATORS: remote URI
787 #: src/fu-util.c:1672
792 #: src/fu-util.c:1709
788793 msgid "Firmware Base URI"
789794 msgstr "URI base de firmware"
790795
791796 #. TRANSLATORS: URI to send success/failure reports
792 #: src/fu-util.c:1677
797 #: src/fu-util.c:1714
793798 msgid "Report URI"
794799 msgstr "URI do relatório"
795800
796801 #. TRANSLATORS: this is when a device is hotplugged
797 #: src/fu-util.c:1704
802 #: src/fu-util.c:1741
798803 msgid "Device added:"
799804 msgstr "Dispositivo adicionado:"
800805
801806 #. TRANSLATORS: this is when a device is hotplugged
802 #: src/fu-util.c:1714
807 #: src/fu-util.c:1751
803808 msgid "Device removed:"
804809 msgstr "Dispositivo removido:"
805810
806811 #. TRANSLATORS: this is when a device has been updated
807 #: src/fu-util.c:1724
812 #: src/fu-util.c:1761
808813 msgid "Device changed:"
809814 msgstr "Dispositivo modificado:"
810815
811816 #. TRANSLATORS: explain why we want to upload
812 #: src/fu-util.c:1915
817 #: src/fu-util.c:1952
813818 msgid "An update requires a reboot to complete."
814819 msgstr ""
815820
816821 #. TRANSLATORS: reboot to apply the update
817 #: src/fu-util.c:1917
822 #: src/fu-util.c:1954
818823 msgid "Restart now?"
819824 msgstr ""
820825
821826 #. TRANSLATORS: command line option
822 #: src/fu-util.c:2087
827 #: src/fu-util.c:2116
823828 msgid "Show extra debugging information"
824829 msgstr "Mostrar informações adicionais de depuração"
825830
826831 #. TRANSLATORS: command line option
827 #: src/fu-util.c:2090
832 #: src/fu-util.c:2119
828833 msgid "Show client and daemon versions"
829834 msgstr "Mostra as versões do cliente e do daemon"
830835
831836 #. TRANSLATORS: command line option
832 #: src/fu-util.c:2093
837 #: src/fu-util.c:2122
833838 msgid "Schedule installation for next reboot when possible"
834839 msgstr "Agenda instalação para próxima reinicialização quando possível"
835840
836841 #. TRANSLATORS: command line option
837 #: src/fu-util.c:2096
842 #: src/fu-util.c:2125
838843 msgid "Allow re-installing existing firmware versions"
839844 msgstr "Permitir reinstalar versões existentes de firmware"
840845
841846 #. TRANSLATORS: command line option
842 #: src/fu-util.c:2099
847 #: src/fu-util.c:2128
843848 msgid "Allow downgrading firmware versions"
844849 msgstr "Permitir reverter versões de firmware"
845850
846851 #. TRANSLATORS: command line option
847 #: src/fu-util.c:2102
852 #: src/fu-util.c:2131
848853 msgid "Override plugin warning"
849854 msgstr "Sobrepõe um aviso de plug-in"
850855
851856 #. TRANSLATORS: command line option
852 #: src/fu-util.c:2105
857 #: src/fu-util.c:2134
853858 msgid "Answer yes to all questions"
854859 msgstr "Responde sim para todas as perguntas"
855860
856861 #. TRANSLATORS: command line option
857 #: src/fu-util.c:2108
862 #: src/fu-util.c:2137
858863 msgid "Do not check for unreported history"
859864 msgstr "Não verifica por histórico não relatado"
860865
861866 #. TRANSLATORS: command line option
862 #: src/fu-util.c:2111
867 #: src/fu-util.c:2140
863868 msgid "Do not check for old metadata"
864869 msgstr "Não verifica por metadados antigos"
865870
866871 #. TRANSLATORS: command line option
867 #: src/fu-util.c:2114
872 #: src/fu-util.c:2143
868873 msgid "Do not check for reboot after update"
869874 msgstr ""
870875
871876 #. TRANSLATORS: command description
872 #: src/fu-util.c:2137
877 #: src/fu-util.c:2166
873878 msgid "Get all devices that support firmware updates"
874879 msgstr "Obter todos os dispositivos que suportam atualizações de firmware"
875880
876881 #. TRANSLATORS: command description
877 #: src/fu-util.c:2143
882 #: src/fu-util.c:2172
878883 msgid "Return all the hardware IDs for the machine"
879884 msgstr "Retorna todos os IDs de hardware para a máquina"
880885
881886 #. TRANSLATORS: command description
882 #: src/fu-util.c:2149
887 #: src/fu-util.c:2178
883888 msgid "Install prepared updates now"
884889 msgstr "Instalar as atualizações preparadas agora"
885890
886891 #. TRANSLATORS: command description
887 #: src/fu-util.c:2155
892 #: src/fu-util.c:2184
888893 msgid "Show history of firmware updates"
889894 msgstr "Mostra histórico de atualizações de firmware"
890895
891896 #. TRANSLATORS: command description
892 #: src/fu-util.c:2161
897 #: src/fu-util.c:2190
893898 msgid "Erase all firmware update history"
894899 msgstr "Apaga todo histórico de atualização de firmware"
895900
896901 #. TRANSLATORS: command description
897 #: src/fu-util.c:2167
902 #: src/fu-util.c:2196
898903 msgid "Share firmware history with the developers"
899904 msgstr "Compartilha histórico de firmware com os desenvolvedores"
900905
901906 #. TRANSLATORS: command description
902 #: src/fu-util.c:2173
907 #: src/fu-util.c:2202
903908 msgid "Install a firmware file on this hardware"
904909 msgstr "Instalar um arquivo de firmware neste periférico"
905910
906911 #. TRANSLATORS: command description
907 #: src/fu-util.c:2179
912 #: src/fu-util.c:2208
908913 msgid "Gets details about a firmware file"
909914 msgstr "Obtém detalhes sobre um arquivo de firmware"
910915
911916 #. TRANSLATORS: command description
912 #: src/fu-util.c:2185
917 #: src/fu-util.c:2214
913918 msgid "Gets the list of updates for connected hardware"
914919 msgstr "Obtém a lista de atualizações para os periféricos conectados"
915920
916921 #. TRANSLATORS: command description
917 #: src/fu-util.c:2191
922 #: src/fu-util.c:2220
918923 msgid "Updates all firmware to latest versions available"
919924 msgstr "Atualiza todos os firmwares para a última versão disponível"
920925
921926 #. TRANSLATORS: command description
922 #: src/fu-util.c:2197
927 #: src/fu-util.c:2226
923928 msgid "Gets the cryptographic hash of the dumped firmware"
924929 msgstr "Obtém o hash criptográfico do firmware despejado"
925930
926931 #. TRANSLATORS: command description
927 #: src/fu-util.c:2203
932 #: src/fu-util.c:2232
928933 msgid "Unlocks the device for firmware access"
929934 msgstr "Desbloqueia o dispositivo para acesso do firmware"
930935
931936 #. TRANSLATORS: command description
932 #: src/fu-util.c:2209
937 #: src/fu-util.c:2238
933938 msgid "Clears the results from the last update"
934939 msgstr "Limpa os resultados da última atualização"
935940
936941 #. TRANSLATORS: command description
937 #: src/fu-util.c:2215
942 #: src/fu-util.c:2244
938943 msgid "Clears any updates scheduled to be updated offline"
939944 msgstr "Limpa quaisquer atualizações agendadas a serem atualizadas desconectadas"
940945
941946 #. TRANSLATORS: command description
942 #: src/fu-util.c:2221
947 #: src/fu-util.c:2250
943948 msgid "Gets the results from the last update"
944949 msgstr "Obtém os resultados da última atualização"
945950
946951 #. TRANSLATORS: command description
947 #: src/fu-util.c:2227
952 #: src/fu-util.c:2256
948953 msgid "Gets the releases for a device"
949954 msgstr "Obtém os lançamentos para um dispositivo"
950955
951956 #. TRANSLATORS: command description
952 #: src/fu-util.c:2233
957 #: src/fu-util.c:2262
953958 msgid "Gets the configured remotes"
954959 msgstr "Obtém os remotos configurados"
955960
956961 #. TRANSLATORS: command description
957 #: src/fu-util.c:2239
962 #: src/fu-util.c:2268
958963 msgid "Downgrades the firmware on a device"
959964 msgstr "Retrocede a versão do firmware em um dispositivo"
960965
961966 #. TRANSLATORS: command description
962 #: src/fu-util.c:2245
967 #: src/fu-util.c:2274
963968 msgid "Refresh metadata from remote server"
964969 msgstr "Renova metadados do servidor remoto"
965970
966971 #. TRANSLATORS: command description
967 #: src/fu-util.c:2251
972 #: src/fu-util.c:2280
968973 msgid "Update the stored metadata with current ROM contents"
969974 msgstr "Atualiza os metadados armazenados com o conteúdo da ROM atual"
970975
971976 #. TRANSLATORS: command description
972 #: src/fu-util.c:2257
977 #: src/fu-util.c:2286
973978 msgid "Monitor the daemon for events"
974979 msgstr "Monitora o daemon por eventos"
975980
976981 #. TRANSLATORS: command description
977 #: src/fu-util.c:2263
982 #: src/fu-util.c:2292
978983 msgid "Build firmware using a sandbox"
979984 msgstr "Compila o firmware usando um sandbox"
980985
981986 #. TRANSLATORS: command description
982 #: src/fu-util.c:2269
987 #: src/fu-util.c:2298
983988 msgid "Dump SMBIOS data from a file"
984989 msgstr "Despeja dados SMBIOS a partir de um arquivo"
985990
986991 #. TRANSLATORS: command description
987 #: src/fu-util.c:2275
992 #: src/fu-util.c:2304
988993 msgid "Modifies a given remote"
989994 msgstr "Modifica um remoto dado"
990995
991996 #. TRANSLATORS: program name
992 #: src/fu-util.c:2305
997 #: src/fu-util.c:2334
993998 msgid "Firmware Utility"
994999 msgstr "Utilitário de Firmware"
+107
-102
po/ru.po less more
88 msgstr ""
99 "Project-Id-Version: fwupd\n"
1010 "Report-Msgid-Bugs-To: \n"
11 "POT-Creation-Date: 2018-02-13 21:34+0000\n"
12 "PO-Revision-Date: 2018-02-13 21:34+0000\n"
11 "POT-Creation-Date: 2018-03-12 10:37+0000\n"
12 "PO-Revision-Date: 2018-03-12 10:37+0000\n"
1313 "Last-Translator: Richard Hughes <richard@hughsie.com>\n"
1414 "Language-Team: Russian (http://www.transifex.com/freedesktop/fwupd/language/ru/)\n"
1515 "MIME-Version: 1.0\n"
141141
142142 #. TRANSLATORS: this is when a device is hotplugged
143143 #. TRANSLATORS: this is when the daemon state changes
144 #: plugins/dfu/dfu-tool.c:1478 src/fu-util.c:1731
144 #: plugins/dfu/dfu-tool.c:1478 src/fu-util.c:1768
145145 msgid "Changed"
146146 msgstr "Изменено"
147147
148148 #. TRANSLATORS: this is when a device ctrl+c's a watch
149 #: plugins/dfu/dfu-tool.c:1486 src/fu-util.c:1693
149 #: plugins/dfu/dfu-tool.c:1486 src/fu-util.c:1730
150150 msgid "Cancelled"
151151 msgstr "Отменено"
152152
153153 #. TRANSLATORS: Appstream ID for the hardware type
154 #: plugins/dfu/dfu-tool.c:1978 src/fu-util.c:1512
154 #: plugins/dfu/dfu-tool.c:1978 src/fu-util.c:1549
155155 msgid "ID"
156156 msgstr "ID"
157157
159159 #. TRANSLATORS: device name, e.g. 'ColorHug2'
160160 #. TRANSLATORS: section header for the release name
161161 #: plugins/dfu/dfu-tool.c:1984 plugins/dfu/dfu-tool.c:1990
162 #: plugins/dfu/dfu-tool.c:2104 src/fu-util.c:1283
162 #: plugins/dfu/dfu-tool.c:2104 src/fu-util.c:1321
163163 msgid "Name"
164164 msgstr "Наименование"
165165
381381
382382 #. TRANSLATORS: the user didn't read the man page
383383 #: plugins/dfu/dfu-tool.c:2423 plugins/synapticsmst/synapticsmst-tool.c:424
384 #: src/fu-util.c:2310
384 #: src/fu-util.c:2339
385385 msgid "Failed to parse arguments"
386386 msgstr "Не удалось разобрать аргументы"
387387
400400 msgstr "Средство многопоточной передачи Synaptics"
401401
402402 #. TRANSLATORS: this is shown when updating the firmware after the reboot
403 #: plugins/uefi/fu-plugin-uefi.c:399
403 #: plugins/uefi/fu-plugin-uefi.c:403
404404 msgid "Installing firmware update…"
405405 msgstr "Установка обновления микропрограммы..."
406406
512512 #. TRANSLATORS: the user isn't reading the question
513513 #: src/fu-util.c:242
514514 #, c-format
515 msgid "Please enter a number from 1 to %u: "
516 msgstr "Введите число от 1 до %u:"
515 msgid "Please enter a number from 0 to %u: "
516 msgstr ""
517517
518518 #. TRANSLATORS: get interactive prompt
519519 #: src/fu-util.c:305
520520 msgid "Choose a device:"
521521 msgstr "Выберите устройство:"
522522
523 #. TRANSLATORS: this is to abort the interactive prompt
524 #: src/fu-util.c:307
525 msgid "Cancel"
526 msgstr ""
527
523528 #. TRANSLATORS: a list of failed updates
524 #: src/fu-util.c:418
529 #: src/fu-util.c:427
525530 msgid "Devices that were not updated correctly:"
526531 msgstr ""
527532
528533 #. TRANSLATORS: a list of successful updates
529 #: src/fu-util.c:432
534 #: src/fu-util.c:441
530535 msgid "Devices that have been updated successfully:"
531536 msgstr ""
532537
533538 #. TRANSLATORS: explain why we want to upload
534 #: src/fu-util.c:446
539 #: src/fu-util.c:455
535540 msgid "Upload report now?"
536541 msgstr ""
537542
538543 #. TRANSLATORS: metadata is downloaded from the Internet
539 #: src/fu-util.c:448 src/fu-util.c:1453
544 #: src/fu-util.c:457 src/fu-util.c:1490
540545 msgid "Requires internet connection"
541546 msgstr ""
542547
543548 #. TRANSLATORS: nothing attached that can be upgraded
544 #: src/fu-util.c:470
549 #: src/fu-util.c:479
545550 msgid "No hardware detected with firmware update capability"
546551 msgstr "Не обнаружено оборудования с возможностью обновления микропрограммы"
547552
548553 #. TRANSLATORS: the first replacement is a display name
549554 #. * e.g. "ColorHugALS" and the second is a version number
550555 #. * e.g. "1.2.3"
551 #: src/fu-util.c:642
556 #: src/fu-util.c:651
552557 #, c-format
553558 msgid "Reinstalling %s with %s... "
554559 msgstr "Переустановка %s с %s…"
556561 #. TRANSLATORS: the first replacement is a display name
557562 #. * e.g. "ColorHugALS" and the second and third are
558563 #. * version numbers e.g. "1.2.3"
559 #: src/fu-util.c:649
564 #: src/fu-util.c:658
560565 #, c-format
561566 msgid "Downgrading %s from %s to %s... "
562567 msgstr "Понижение версии %s с %s на %s…"
564569 #. TRANSLATORS: the first replacement is a display name
565570 #. * e.g. "ColorHugALS" and the second and third are
566571 #. * version numbers e.g. "1.2.3"
567 #: src/fu-util.c:657
572 #: src/fu-util.c:666
568573 #, c-format
569574 msgid "Updating %s from %s to %s... "
570575 msgstr "Обновление %s с %s на %s…"
571576
572 #: src/fu-util.c:685
577 #: src/fu-util.c:694
573578 msgid "Done!"
574579 msgstr "Готово!"
575580
576 #: src/fu-util.c:717
581 #: src/fu-util.c:726
577582 msgid "Target"
578583 msgstr ""
579584
580 #: src/fu-util.c:718
585 #: src/fu-util.c:727
581586 msgid "Payload"
582587 msgstr ""
583588
584 #: src/fu-util.c:719
589 #: src/fu-util.c:728
585590 msgid "Proceed with upload?"
586591 msgstr ""
587592
588593 #. TRANSLATORS: the server sent the user a small message
589 #: src/fu-util.c:788
594 #: src/fu-util.c:807
590595 msgid "Update failure is a known issue, visit this URL for more information:"
591596 msgstr ""
592597
593598 #. TRANSLATORS: the server sent the user a small message
594 #: src/fu-util.c:792
599 #: src/fu-util.c:811
595600 msgid "Upload message:"
596601 msgstr ""
597602
598 #: src/fu-util.c:986 src/fu-util.c:1376
603 #: src/fu-util.c:1034 src/fu-util.c:1414
599604 msgid "OK"
600605 msgstr "ОК"
601606
602607 #. TRANSLATORS: downloading new signing file
603 #: src/fu-util.c:1091
608 #: src/fu-util.c:1139
604609 msgid "Fetching signature"
605610 msgstr "Получение подписи"
606611
607612 #. TRANSLATORS: downloading new metadata file
608 #: src/fu-util.c:1094
613 #: src/fu-util.c:1142
609614 msgid "Fetching metadata"
610615 msgstr "Получение метаданных"
611616
612617 #. TRANSLATORS: downloading new firmware file
613 #: src/fu-util.c:1097
618 #: src/fu-util.c:1145
614619 msgid "Fetching firmware"
615620 msgstr "Получение микропрограммы"
616621
617622 #. TRANSLATORS: downloading unknown file
618 #: src/fu-util.c:1100
623 #: src/fu-util.c:1148
619624 msgid "Fetching file"
620625 msgstr "Получение файла"
621626
622627 #. TRANSLATORS: section header for release version number
623 #: src/fu-util.c:1280
628 #: src/fu-util.c:1318
624629 msgid "Version"
625630 msgstr "Версия"
626631
627632 #. TRANSLATORS: section header for the release one line summary
628 #: src/fu-util.c:1286
633 #: src/fu-util.c:1324
629634 msgid "Summary"
630635 msgstr ""
631636
632637 #. TRANSLATORS: section header for the remote the file is coming from
633 #: src/fu-util.c:1289
638 #: src/fu-util.c:1327
634639 msgid "Remote"
635640 msgstr "Дистанционное устройство"
636641
637642 #. TRANSLATORS: section header for firmware URI
638 #: src/fu-util.c:1292
643 #: src/fu-util.c:1330
639644 msgid "URI"
640645 msgstr "URI"
641646
642647 #. TRANSLATORS: section header for firmware description
643 #: src/fu-util.c:1298
648 #: src/fu-util.c:1336
644649 msgid "Description"
645650 msgstr "Описание"
646651
647652 #. TRANSLATORS: section header for firmware checksum
648653 #. TRANSLATORS: remote checksum
649 #: src/fu-util.c:1306 src/fu-util.c:1603
654 #: src/fu-util.c:1344 src/fu-util.c:1640
650655 msgid "Checksum"
651656 msgstr "Контрольная сумма"
652657
653658 #. TRANSLATORS: get interactive prompt
654 #: src/fu-util.c:1338
659 #: src/fu-util.c:1376
655660 msgid "Choose a release:"
656661 msgstr "Выберите релиз:"
657662
658663 #. TRANSLATORS: the metadata is very out of date; %u is a number > 1
659 #: src/fu-util.c:1443
664 #: src/fu-util.c:1480
660665 #, c-format
661666 msgid ""
662667 "Firmware metadata has not been updated for %u day and may not be up to date."
669674 msgstr[3] ""
670675
671676 #. TRANSLATORS: ask the user if we can update the metadata
672 #: src/fu-util.c:1451
677 #: src/fu-util.c:1488
673678 msgid "Update now?"
674679 msgstr ""
675680
676681 #. TRANSLATORS: first replacement is device name
677 #: src/fu-util.c:1496
682 #: src/fu-util.c:1533
678683 #, c-format
679684 msgid "%s has firmware updates:"
680685 msgstr "У %s есть обновления микропрограммы:"
681686
682 #: src/fu-util.c:1503
687 #: src/fu-util.c:1540
683688 msgid "GUID"
684689 msgstr "GUID"
685690
686691 #. TRANSLATORS: section header for firmware version
687 #: src/fu-util.c:1515
692 #: src/fu-util.c:1552
688693 msgid "Update Version"
689694 msgstr "Версия обновления"
690695
691696 #. TRANSLATORS: section header for the release name
692 #: src/fu-util.c:1519
697 #: src/fu-util.c:1556
693698 msgid "Update Name"
694699 msgstr ""
695700
696701 #. TRANSLATORS: section header for the release one line summary
697 #: src/fu-util.c:1522
702 #: src/fu-util.c:1559
698703 msgid "Update Summary"
699704 msgstr ""
700705
701706 #. TRANSLATORS: section header for remote ID, e.g. lvfs-testing
702 #: src/fu-util.c:1525
707 #: src/fu-util.c:1562
703708 msgid "Update Remote ID"
704709 msgstr "Удалённый ID обновления"
705710
706711 #. TRANSLATORS: section header for firmware checksum
707 #: src/fu-util.c:1534
712 #: src/fu-util.c:1571
708713 msgid "Update Checksum"
709714 msgstr "Контрольная сумма обновления"
710715
711716 #. TRANSLATORS: section header for firmware remote http://
712 #: src/fu-util.c:1538
717 #: src/fu-util.c:1575
713718 msgid "Update Location"
714719 msgstr "Расположение обновления"
715720
716721 #. TRANSLATORS: section header for long firmware desc
717 #: src/fu-util.c:1549
722 #: src/fu-util.c:1586
718723 msgid "Update Description"
719724 msgstr "Описание обновления"
720725
721726 #. TRANSLATORS: remote identifier, e.g. lvfs-testing
722 #: src/fu-util.c:1581
727 #: src/fu-util.c:1618
723728 msgid "Remote ID"
724729 msgstr "Удалённый ID"
725730
726731 #. TRANSLATORS: remote title, e.g. "Linux Vendor Firmware Service"
727 #: src/fu-util.c:1585
732 #: src/fu-util.c:1622
728733 msgid "Title"
729734 msgstr "Заголовок"
730735
731736 #. TRANSLATORS: remote type, e.g. remote or local
732 #: src/fu-util.c:1589
737 #: src/fu-util.c:1626
733738 msgid "Type"
734739 msgstr "Тип"
735740
736 #: src/fu-util.c:1594
741 #: src/fu-util.c:1631
737742 msgid "Keyring"
738743 msgstr "Хранилище ключей"
739744
740745 #. TRANSLATORS: if the remote is enabled
741 #: src/fu-util.c:1599
746 #: src/fu-util.c:1636
742747 msgid "Enabled"
743748 msgstr "Включено"
744749
745750 #. TRANSLATORS: the age of the metadata
746 #: src/fu-util.c:1630
751 #: src/fu-util.c:1667
747752 msgid "Age"
748753 msgstr "Возраст"
749754
750755 #. TRANSLATORS: the numeric priority
751 #: src/fu-util.c:1637
756 #: src/fu-util.c:1674
752757 msgid "Priority"
753758 msgstr "Приоритет"
754759
755760 #. TRANSLATORS: remote filename base
756 #: src/fu-util.c:1642
761 #: src/fu-util.c:1679
757762 msgid "Username"
758763 msgstr "Имя пользователя"
759764
760765 #. TRANSLATORS: remote filename base
761 #: src/fu-util.c:1647
766 #: src/fu-util.c:1684
762767 msgid "Password"
763768 msgstr "Пароль"
764769
765770 #. TRANSLATORS: filename of the local file
766 #: src/fu-util.c:1652
771 #: src/fu-util.c:1689
767772 msgid "Filename"
768773 msgstr "Имя файла"
769774
770775 #. TRANSLATORS: filename of the local file
771 #: src/fu-util.c:1657
776 #: src/fu-util.c:1694
772777 msgid "Filename Signature"
773778 msgstr "Подпись имени файла"
774779
775780 #. TRANSLATORS: remote URI
776 #: src/fu-util.c:1662
781 #: src/fu-util.c:1699
777782 msgid "Metadata URI"
778783 msgstr "URI метаданных"
779784
780785 #. TRANSLATORS: remote URI
781 #: src/fu-util.c:1667
786 #: src/fu-util.c:1704
782787 msgid "Metadata URI Signature"
783788 msgstr "Подпись URI метаданных"
784789
785790 #. TRANSLATORS: remote URI
786 #: src/fu-util.c:1672
791 #: src/fu-util.c:1709
787792 msgid "Firmware Base URI"
788793 msgstr "База URI микропрограммы"
789794
790795 #. TRANSLATORS: URI to send success/failure reports
791 #: src/fu-util.c:1677
796 #: src/fu-util.c:1714
792797 msgid "Report URI"
793798 msgstr ""
794799
795800 #. TRANSLATORS: this is when a device is hotplugged
796 #: src/fu-util.c:1704
801 #: src/fu-util.c:1741
797802 msgid "Device added:"
798803 msgstr "Добавлено устройство:"
799804
800805 #. TRANSLATORS: this is when a device is hotplugged
801 #: src/fu-util.c:1714
806 #: src/fu-util.c:1751
802807 msgid "Device removed:"
803808 msgstr "Изъято устройство:"
804809
805810 #. TRANSLATORS: this is when a device has been updated
806 #: src/fu-util.c:1724
811 #: src/fu-util.c:1761
807812 msgid "Device changed:"
808813 msgstr "Заменено устройство:"
809814
810815 #. TRANSLATORS: explain why we want to upload
811 #: src/fu-util.c:1915
816 #: src/fu-util.c:1952
812817 msgid "An update requires a reboot to complete."
813818 msgstr ""
814819
815820 #. TRANSLATORS: reboot to apply the update
816 #: src/fu-util.c:1917
821 #: src/fu-util.c:1954
817822 msgid "Restart now?"
818823 msgstr ""
819824
820825 #. TRANSLATORS: command line option
821 #: src/fu-util.c:2087
826 #: src/fu-util.c:2116
822827 msgid "Show extra debugging information"
823828 msgstr "Показать дополнительную отладочную информацию"
824829
825830 #. TRANSLATORS: command line option
826 #: src/fu-util.c:2090
831 #: src/fu-util.c:2119
827832 msgid "Show client and daemon versions"
828833 msgstr "Показать версии клиента и фоновой службы"
829834
830835 #. TRANSLATORS: command line option
831 #: src/fu-util.c:2093
836 #: src/fu-util.c:2122
832837 msgid "Schedule installation for next reboot when possible"
833838 msgstr "Планирование установки на следующую перезагрузку, если это возможно"
834839
835840 #. TRANSLATORS: command line option
836 #: src/fu-util.c:2096
841 #: src/fu-util.c:2125
837842 msgid "Allow re-installing existing firmware versions"
838843 msgstr "Разрешить повторную установку существующих версий микропрограмм"
839844
840845 #. TRANSLATORS: command line option
841 #: src/fu-util.c:2099
846 #: src/fu-util.c:2128
842847 msgid "Allow downgrading firmware versions"
843848 msgstr "Разрешить понижение версий микропрограмм"
844849
845850 #. TRANSLATORS: command line option
846 #: src/fu-util.c:2102
851 #: src/fu-util.c:2131
847852 msgid "Override plugin warning"
848853 msgstr "Переопределить предупреждение приложения"
849854
850855 #. TRANSLATORS: command line option
851 #: src/fu-util.c:2105
856 #: src/fu-util.c:2134
852857 msgid "Answer yes to all questions"
853858 msgstr ""
854859
855860 #. TRANSLATORS: command line option
856 #: src/fu-util.c:2108
861 #: src/fu-util.c:2137
857862 msgid "Do not check for unreported history"
858863 msgstr ""
859864
860865 #. TRANSLATORS: command line option
861 #: src/fu-util.c:2111
866 #: src/fu-util.c:2140
862867 msgid "Do not check for old metadata"
863868 msgstr ""
864869
865870 #. TRANSLATORS: command line option
866 #: src/fu-util.c:2114
871 #: src/fu-util.c:2143
867872 msgid "Do not check for reboot after update"
868873 msgstr ""
869874
870875 #. TRANSLATORS: command description
871 #: src/fu-util.c:2137
876 #: src/fu-util.c:2166
872877 msgid "Get all devices that support firmware updates"
873878 msgstr "Получить все устройства, которые поддерживают обновления микропрограммы"
874879
875880 #. TRANSLATORS: command description
876 #: src/fu-util.c:2143
881 #: src/fu-util.c:2172
877882 msgid "Return all the hardware IDs for the machine"
878883 msgstr "Показать ID всех устройств на машине"
879884
880885 #. TRANSLATORS: command description
881 #: src/fu-util.c:2149
886 #: src/fu-util.c:2178
882887 msgid "Install prepared updates now"
883888 msgstr "Установить подготовленные обновления сейчас"
884889
885890 #. TRANSLATORS: command description
886 #: src/fu-util.c:2155
891 #: src/fu-util.c:2184
887892 msgid "Show history of firmware updates"
888893 msgstr ""
889894
890895 #. TRANSLATORS: command description
891 #: src/fu-util.c:2161
896 #: src/fu-util.c:2190
892897 msgid "Erase all firmware update history"
893898 msgstr ""
894899
895900 #. TRANSLATORS: command description
896 #: src/fu-util.c:2167
901 #: src/fu-util.c:2196
897902 msgid "Share firmware history with the developers"
898903 msgstr ""
899904
900905 #. TRANSLATORS: command description
901 #: src/fu-util.c:2173
906 #: src/fu-util.c:2202
902907 msgid "Install a firmware file on this hardware"
903908 msgstr "Установить файл микропрограммы на это оборудование"
904909
905910 #. TRANSLATORS: command description
906 #: src/fu-util.c:2179
911 #: src/fu-util.c:2208
907912 msgid "Gets details about a firmware file"
908913 msgstr "Получает сведения о файле микропрограммы"
909914
910915 #. TRANSLATORS: command description
911 #: src/fu-util.c:2185
916 #: src/fu-util.c:2214
912917 msgid "Gets the list of updates for connected hardware"
913918 msgstr "Получает список обновлений для подключенного оборудования"
914919
915920 #. TRANSLATORS: command description
916 #: src/fu-util.c:2191
921 #: src/fu-util.c:2220
917922 msgid "Updates all firmware to latest versions available"
918923 msgstr "Обновляет все микропрограммы до их последних доступных версий"
919924
920925 #. TRANSLATORS: command description
921 #: src/fu-util.c:2197
926 #: src/fu-util.c:2226
922927 msgid "Gets the cryptographic hash of the dumped firmware"
923928 msgstr "Получает криптографической хэш дампа микропрограммы"
924929
925930 #. TRANSLATORS: command description
926 #: src/fu-util.c:2203
931 #: src/fu-util.c:2232
927932 msgid "Unlocks the device for firmware access"
928933 msgstr "Разблокирует устройство для доступа к микропрограмме"
929934
930935 #. TRANSLATORS: command description
931 #: src/fu-util.c:2209
936 #: src/fu-util.c:2238
932937 msgid "Clears the results from the last update"
933938 msgstr "Очищает результаты c последнего обновления"
934939
935940 #. TRANSLATORS: command description
936 #: src/fu-util.c:2215
941 #: src/fu-util.c:2244
937942 msgid "Clears any updates scheduled to be updated offline"
938943 msgstr "Очищает все обновления, которые запланированы для автономного режима"
939944
940945 #. TRANSLATORS: command description
941 #: src/fu-util.c:2221
946 #: src/fu-util.c:2250
942947 msgid "Gets the results from the last update"
943948 msgstr "Получает результаты с последнего обновления"
944949
945950 #. TRANSLATORS: command description
946 #: src/fu-util.c:2227
951 #: src/fu-util.c:2256
947952 msgid "Gets the releases for a device"
948953 msgstr "Получает релизы для устройства"
949954
950955 #. TRANSLATORS: command description
951 #: src/fu-util.c:2233
956 #: src/fu-util.c:2262
952957 msgid "Gets the configured remotes"
953958 msgstr "Получает настроенные дистанционные устройства"
954959
955960 #. TRANSLATORS: command description
956 #: src/fu-util.c:2239
961 #: src/fu-util.c:2268
957962 msgid "Downgrades the firmware on a device"
958963 msgstr "Скачивает микропрограмму на устройство"
959964
960965 #. TRANSLATORS: command description
961 #: src/fu-util.c:2245
966 #: src/fu-util.c:2274
962967 msgid "Refresh metadata from remote server"
963968 msgstr "Обновить метаданные с удаленного сервера"
964969
965970 #. TRANSLATORS: command description
966 #: src/fu-util.c:2251
971 #: src/fu-util.c:2280
967972 msgid "Update the stored metadata with current ROM contents"
968973 msgstr "Обновить хранимые метаданные с текущим содержимым ПЗУ"
969974
970975 #. TRANSLATORS: command description
971 #: src/fu-util.c:2257
976 #: src/fu-util.c:2286
972977 msgid "Monitor the daemon for events"
973978 msgstr "Следить за событиями в фоновой службе"
974979
975980 #. TRANSLATORS: command description
976 #: src/fu-util.c:2263
981 #: src/fu-util.c:2292
977982 msgid "Build firmware using a sandbox"
978983 msgstr "Собрать микропрограмму с помощью песочницы"
979984
980985 #. TRANSLATORS: command description
981 #: src/fu-util.c:2269
986 #: src/fu-util.c:2298
982987 msgid "Dump SMBIOS data from a file"
983988 msgstr "Записать данные SMBIOS из файла"
984989
985990 #. TRANSLATORS: command description
986 #: src/fu-util.c:2275
991 #: src/fu-util.c:2304
987992 msgid "Modifies a given remote"
988993 msgstr "Модифицирует данное дистанционное устройство"
989994
990995 #. TRANSLATORS: program name
991 #: src/fu-util.c:2305
996 #: src/fu-util.c:2334
992997 msgid "Firmware Utility"
993998 msgstr "Средство работы с микропрограммами"
+106
-101
po/sk.po less more
77 msgstr ""
88 "Project-Id-Version: fwupd\n"
99 "Report-Msgid-Bugs-To: \n"
10 "POT-Creation-Date: 2018-02-13 21:34+0000\n"
11 "PO-Revision-Date: 2018-02-13 21:34+0000\n"
10 "POT-Creation-Date: 2018-03-12 10:37+0000\n"
11 "PO-Revision-Date: 2018-03-12 10:37+0000\n"
1212 "Last-Translator: Richard Hughes <richard@hughsie.com>\n"
1313 "Language-Team: Slovak (http://www.transifex.com/freedesktop/fwupd/language/sk/)\n"
1414 "MIME-Version: 1.0\n"
140140
141141 #. TRANSLATORS: this is when a device is hotplugged
142142 #. TRANSLATORS: this is when the daemon state changes
143 #: plugins/dfu/dfu-tool.c:1478 src/fu-util.c:1731
143 #: plugins/dfu/dfu-tool.c:1478 src/fu-util.c:1768
144144 msgid "Changed"
145145 msgstr "Zmenené"
146146
147147 #. TRANSLATORS: this is when a device ctrl+c's a watch
148 #: plugins/dfu/dfu-tool.c:1486 src/fu-util.c:1693
148 #: plugins/dfu/dfu-tool.c:1486 src/fu-util.c:1730
149149 msgid "Cancelled"
150150 msgstr "Zrušené"
151151
152152 #. TRANSLATORS: Appstream ID for the hardware type
153 #: plugins/dfu/dfu-tool.c:1978 src/fu-util.c:1512
153 #: plugins/dfu/dfu-tool.c:1978 src/fu-util.c:1549
154154 msgid "ID"
155155 msgstr "ID"
156156
158158 #. TRANSLATORS: device name, e.g. 'ColorHug2'
159159 #. TRANSLATORS: section header for the release name
160160 #: plugins/dfu/dfu-tool.c:1984 plugins/dfu/dfu-tool.c:1990
161 #: plugins/dfu/dfu-tool.c:2104 src/fu-util.c:1283
161 #: plugins/dfu/dfu-tool.c:2104 src/fu-util.c:1321
162162 msgid "Name"
163163 msgstr "Názov"
164164
380380
381381 #. TRANSLATORS: the user didn't read the man page
382382 #: plugins/dfu/dfu-tool.c:2423 plugins/synapticsmst/synapticsmst-tool.c:424
383 #: src/fu-util.c:2310
383 #: src/fu-util.c:2339
384384 msgid "Failed to parse arguments"
385385 msgstr "Zlyhalo analyzovanie parametrov"
386386
399399 msgstr ""
400400
401401 #. TRANSLATORS: this is shown when updating the firmware after the reboot
402 #: plugins/uefi/fu-plugin-uefi.c:399
402 #: plugins/uefi/fu-plugin-uefi.c:403
403403 msgid "Installing firmware update…"
404404 msgstr ""
405405
511511 #. TRANSLATORS: the user isn't reading the question
512512 #: src/fu-util.c:242
513513 #, c-format
514 msgid "Please enter a number from 1 to %u: "
514 msgid "Please enter a number from 0 to %u: "
515515 msgstr ""
516516
517517 #. TRANSLATORS: get interactive prompt
519519 msgid "Choose a device:"
520520 msgstr ""
521521
522 #. TRANSLATORS: this is to abort the interactive prompt
523 #: src/fu-util.c:307
524 msgid "Cancel"
525 msgstr ""
526
522527 #. TRANSLATORS: a list of failed updates
523 #: src/fu-util.c:418
528 #: src/fu-util.c:427
524529 msgid "Devices that were not updated correctly:"
525530 msgstr ""
526531
527532 #. TRANSLATORS: a list of successful updates
528 #: src/fu-util.c:432
533 #: src/fu-util.c:441
529534 msgid "Devices that have been updated successfully:"
530535 msgstr ""
531536
532537 #. TRANSLATORS: explain why we want to upload
533 #: src/fu-util.c:446
538 #: src/fu-util.c:455
534539 msgid "Upload report now?"
535540 msgstr ""
536541
537542 #. TRANSLATORS: metadata is downloaded from the Internet
538 #: src/fu-util.c:448 src/fu-util.c:1453
543 #: src/fu-util.c:457 src/fu-util.c:1490
539544 msgid "Requires internet connection"
540545 msgstr ""
541546
542547 #. TRANSLATORS: nothing attached that can be upgraded
543 #: src/fu-util.c:470
548 #: src/fu-util.c:479
544549 msgid "No hardware detected with firmware update capability"
545550 msgstr "Nezistil sa žiadny hardvér s možnosťou aktualizácie firmvéru"
546551
547552 #. TRANSLATORS: the first replacement is a display name
548553 #. * e.g. "ColorHugALS" and the second is a version number
549554 #. * e.g. "1.2.3"
550 #: src/fu-util.c:642
555 #: src/fu-util.c:651
551556 #, c-format
552557 msgid "Reinstalling %s with %s... "
553558 msgstr "Preinštalováva sa %s verziou %s... "
555560 #. TRANSLATORS: the first replacement is a display name
556561 #. * e.g. "ColorHugALS" and the second and third are
557562 #. * version numbers e.g. "1.2.3"
558 #: src/fu-util.c:649
563 #: src/fu-util.c:658
559564 #, c-format
560565 msgid "Downgrading %s from %s to %s... "
561566 msgstr "Vracia sa %s z verzie %s na verziu %s... "
563568 #. TRANSLATORS: the first replacement is a display name
564569 #. * e.g. "ColorHugALS" and the second and third are
565570 #. * version numbers e.g. "1.2.3"
566 #: src/fu-util.c:657
571 #: src/fu-util.c:666
567572 #, c-format
568573 msgid "Updating %s from %s to %s... "
569574 msgstr "Aktualizuje sa %s z verzie %s na verziu %s... "
570575
571 #: src/fu-util.c:685
576 #: src/fu-util.c:694
572577 msgid "Done!"
573578 msgstr "Hotovo!"
574579
575 #: src/fu-util.c:717
580 #: src/fu-util.c:726
576581 msgid "Target"
577582 msgstr ""
578583
579 #: src/fu-util.c:718
584 #: src/fu-util.c:727
580585 msgid "Payload"
581586 msgstr ""
582587
583 #: src/fu-util.c:719
588 #: src/fu-util.c:728
584589 msgid "Proceed with upload?"
585590 msgstr ""
586591
587592 #. TRANSLATORS: the server sent the user a small message
588 #: src/fu-util.c:788
593 #: src/fu-util.c:807
589594 msgid "Update failure is a known issue, visit this URL for more information:"
590595 msgstr ""
591596
592597 #. TRANSLATORS: the server sent the user a small message
593 #: src/fu-util.c:792
598 #: src/fu-util.c:811
594599 msgid "Upload message:"
595600 msgstr ""
596601
597 #: src/fu-util.c:986 src/fu-util.c:1376
602 #: src/fu-util.c:1034 src/fu-util.c:1414
598603 msgid "OK"
599604 msgstr "OK"
600605
601606 #. TRANSLATORS: downloading new signing file
602 #: src/fu-util.c:1091
607 #: src/fu-util.c:1139
603608 msgid "Fetching signature"
604609 msgstr ""
605610
606611 #. TRANSLATORS: downloading new metadata file
607 #: src/fu-util.c:1094
612 #: src/fu-util.c:1142
608613 msgid "Fetching metadata"
609614 msgstr ""
610615
611616 #. TRANSLATORS: downloading new firmware file
612 #: src/fu-util.c:1097
617 #: src/fu-util.c:1145
613618 msgid "Fetching firmware"
614619 msgstr ""
615620
616621 #. TRANSLATORS: downloading unknown file
617 #: src/fu-util.c:1100
622 #: src/fu-util.c:1148
618623 msgid "Fetching file"
619624 msgstr ""
620625
621626 #. TRANSLATORS: section header for release version number
622 #: src/fu-util.c:1280
627 #: src/fu-util.c:1318
623628 msgid "Version"
624629 msgstr "Verzia"
625630
626631 #. TRANSLATORS: section header for the release one line summary
627 #: src/fu-util.c:1286
632 #: src/fu-util.c:1324
628633 msgid "Summary"
629634 msgstr ""
630635
631636 #. TRANSLATORS: section header for the remote the file is coming from
632 #: src/fu-util.c:1289
637 #: src/fu-util.c:1327
633638 msgid "Remote"
634639 msgstr ""
635640
636641 #. TRANSLATORS: section header for firmware URI
637 #: src/fu-util.c:1292
642 #: src/fu-util.c:1330
638643 msgid "URI"
639644 msgstr ""
640645
641646 #. TRANSLATORS: section header for firmware description
642 #: src/fu-util.c:1298
647 #: src/fu-util.c:1336
643648 msgid "Description"
644649 msgstr "Popis"
645650
646651 #. TRANSLATORS: section header for firmware checksum
647652 #. TRANSLATORS: remote checksum
648 #: src/fu-util.c:1306 src/fu-util.c:1603
653 #: src/fu-util.c:1344 src/fu-util.c:1640
649654 msgid "Checksum"
650655 msgstr "Kontrolný medzisúčet"
651656
652657 #. TRANSLATORS: get interactive prompt
653 #: src/fu-util.c:1338
658 #: src/fu-util.c:1376
654659 msgid "Choose a release:"
655660 msgstr ""
656661
657662 #. TRANSLATORS: the metadata is very out of date; %u is a number > 1
658 #: src/fu-util.c:1443
663 #: src/fu-util.c:1480
659664 #, c-format
660665 msgid ""
661666 "Firmware metadata has not been updated for %u day and may not be up to date."
667672 msgstr[2] ""
668673
669674 #. TRANSLATORS: ask the user if we can update the metadata
670 #: src/fu-util.c:1451
675 #: src/fu-util.c:1488
671676 msgid "Update now?"
672677 msgstr ""
673678
674679 #. TRANSLATORS: first replacement is device name
675 #: src/fu-util.c:1496
680 #: src/fu-util.c:1533
676681 #, c-format
677682 msgid "%s has firmware updates:"
678683 msgstr "Pre zariadenie %s sú dostupné aktualizácie firmvéru:"
679684
680 #: src/fu-util.c:1503
685 #: src/fu-util.c:1540
681686 msgid "GUID"
682687 msgstr "GUID"
683688
684689 #. TRANSLATORS: section header for firmware version
685 #: src/fu-util.c:1515
690 #: src/fu-util.c:1552
686691 msgid "Update Version"
687692 msgstr "Verzia aktualizácie"
688693
689694 #. TRANSLATORS: section header for the release name
690 #: src/fu-util.c:1519
695 #: src/fu-util.c:1556
691696 msgid "Update Name"
692697 msgstr ""
693698
694699 #. TRANSLATORS: section header for the release one line summary
695 #: src/fu-util.c:1522
700 #: src/fu-util.c:1559
696701 msgid "Update Summary"
697702 msgstr ""
698703
699704 #. TRANSLATORS: section header for remote ID, e.g. lvfs-testing
700 #: src/fu-util.c:1525
705 #: src/fu-util.c:1562
701706 msgid "Update Remote ID"
702707 msgstr ""
703708
704709 #. TRANSLATORS: section header for firmware checksum
705 #: src/fu-util.c:1534
710 #: src/fu-util.c:1571
706711 msgid "Update Checksum"
707712 msgstr "Kontrolný medzisúčet aktualizácie"
708713
709714 #. TRANSLATORS: section header for firmware remote http://
710 #: src/fu-util.c:1538
715 #: src/fu-util.c:1575
711716 msgid "Update Location"
712717 msgstr "Umiestnenie aktualizácie"
713718
714719 #. TRANSLATORS: section header for long firmware desc
715 #: src/fu-util.c:1549
720 #: src/fu-util.c:1586
716721 msgid "Update Description"
717722 msgstr "Popis aktualizácie"
718723
719724 #. TRANSLATORS: remote identifier, e.g. lvfs-testing
720 #: src/fu-util.c:1581
725 #: src/fu-util.c:1618
721726 msgid "Remote ID"
722727 msgstr ""
723728
724729 #. TRANSLATORS: remote title, e.g. "Linux Vendor Firmware Service"
725 #: src/fu-util.c:1585
730 #: src/fu-util.c:1622
726731 msgid "Title"
727732 msgstr ""
728733
729734 #. TRANSLATORS: remote type, e.g. remote or local
730 #: src/fu-util.c:1589
735 #: src/fu-util.c:1626
731736 msgid "Type"
732737 msgstr ""
733738
734 #: src/fu-util.c:1594
739 #: src/fu-util.c:1631
735740 msgid "Keyring"
736741 msgstr ""
737742
738743 #. TRANSLATORS: if the remote is enabled
739 #: src/fu-util.c:1599
744 #: src/fu-util.c:1636
740745 msgid "Enabled"
741746 msgstr ""
742747
743748 #. TRANSLATORS: the age of the metadata
744 #: src/fu-util.c:1630
749 #: src/fu-util.c:1667
745750 msgid "Age"
746751 msgstr ""
747752
748753 #. TRANSLATORS: the numeric priority
749 #: src/fu-util.c:1637
754 #: src/fu-util.c:1674
750755 msgid "Priority"
751756 msgstr ""
752757
753758 #. TRANSLATORS: remote filename base
754 #: src/fu-util.c:1642
759 #: src/fu-util.c:1679
755760 msgid "Username"
756761 msgstr ""
757762
758763 #. TRANSLATORS: remote filename base
759 #: src/fu-util.c:1647
764 #: src/fu-util.c:1684
760765 msgid "Password"
761766 msgstr ""
762767
763768 #. TRANSLATORS: filename of the local file
764 #: src/fu-util.c:1652
769 #: src/fu-util.c:1689
765770 msgid "Filename"
766771 msgstr ""
767772
768773 #. TRANSLATORS: filename of the local file
769 #: src/fu-util.c:1657
774 #: src/fu-util.c:1694
770775 msgid "Filename Signature"
771776 msgstr ""
772777
773778 #. TRANSLATORS: remote URI
774 #: src/fu-util.c:1662
779 #: src/fu-util.c:1699
775780 msgid "Metadata URI"
776781 msgstr ""
777782
778783 #. TRANSLATORS: remote URI
779 #: src/fu-util.c:1667
784 #: src/fu-util.c:1704
780785 msgid "Metadata URI Signature"
781786 msgstr ""
782787
783788 #. TRANSLATORS: remote URI
784 #: src/fu-util.c:1672
789 #: src/fu-util.c:1709
785790 msgid "Firmware Base URI"
786791 msgstr ""
787792
788793 #. TRANSLATORS: URI to send success/failure reports
789 #: src/fu-util.c:1677
794 #: src/fu-util.c:1714
790795 msgid "Report URI"
791796 msgstr ""
792797
793798 #. TRANSLATORS: this is when a device is hotplugged
794 #: src/fu-util.c:1704
799 #: src/fu-util.c:1741
795800 msgid "Device added:"
796801 msgstr "Pridané zariadenie:"
797802
798803 #. TRANSLATORS: this is when a device is hotplugged
799 #: src/fu-util.c:1714
804 #: src/fu-util.c:1751
800805 msgid "Device removed:"
801806 msgstr "Odstránené zariadenie:"
802807
803808 #. TRANSLATORS: this is when a device has been updated
804 #: src/fu-util.c:1724
809 #: src/fu-util.c:1761
805810 msgid "Device changed:"
806811 msgstr "Zmenené zariadenie:"
807812
808813 #. TRANSLATORS: explain why we want to upload
809 #: src/fu-util.c:1915
814 #: src/fu-util.c:1952
810815 msgid "An update requires a reboot to complete."
811816 msgstr ""
812817
813818 #. TRANSLATORS: reboot to apply the update
814 #: src/fu-util.c:1917
819 #: src/fu-util.c:1954
815820 msgid "Restart now?"
816821 msgstr ""
817822
818823 #. TRANSLATORS: command line option
819 #: src/fu-util.c:2087
824 #: src/fu-util.c:2116
820825 msgid "Show extra debugging information"
821826 msgstr "Zobrazovať dodatočné ladiace informácie"
822827
823828 #. TRANSLATORS: command line option
824 #: src/fu-util.c:2090
829 #: src/fu-util.c:2119
825830 msgid "Show client and daemon versions"
826831 msgstr ""
827832
828833 #. TRANSLATORS: command line option
829 #: src/fu-util.c:2093
834 #: src/fu-util.c:2122
830835 msgid "Schedule installation for next reboot when possible"
831836 msgstr ""
832837
833838 #. TRANSLATORS: command line option
834 #: src/fu-util.c:2096
839 #: src/fu-util.c:2125
835840 msgid "Allow re-installing existing firmware versions"
836841 msgstr "Umožní preinštalovanie existujúcich vedzií firmvéru"
837842
838843 #. TRANSLATORS: command line option
839 #: src/fu-util.c:2099
844 #: src/fu-util.c:2128
840845 msgid "Allow downgrading firmware versions"
841846 msgstr "Umožní zníženie verzií firmvéru"
842847
843848 #. TRANSLATORS: command line option
844 #: src/fu-util.c:2102
849 #: src/fu-util.c:2131
845850 msgid "Override plugin warning"
846851 msgstr ""
847852
848853 #. TRANSLATORS: command line option
849 #: src/fu-util.c:2105
854 #: src/fu-util.c:2134
850855 msgid "Answer yes to all questions"
851856 msgstr ""
852857
853858 #. TRANSLATORS: command line option
854 #: src/fu-util.c:2108
859 #: src/fu-util.c:2137
855860 msgid "Do not check for unreported history"
856861 msgstr ""
857862
858863 #. TRANSLATORS: command line option
859 #: src/fu-util.c:2111
864 #: src/fu-util.c:2140
860865 msgid "Do not check for old metadata"
861866 msgstr ""
862867
863868 #. TRANSLATORS: command line option
864 #: src/fu-util.c:2114
869 #: src/fu-util.c:2143
865870 msgid "Do not check for reboot after update"
866871 msgstr ""
867872
868873 #. TRANSLATORS: command description
869 #: src/fu-util.c:2137
874 #: src/fu-util.c:2166
870875 msgid "Get all devices that support firmware updates"
871876 msgstr "Získa všetky zariadenia, ktoré podporujú aktualizovanie firmvéru"
872877
873878 #. TRANSLATORS: command description
874 #: src/fu-util.c:2143
879 #: src/fu-util.c:2172
875880 msgid "Return all the hardware IDs for the machine"
876881 msgstr ""
877882
878883 #. TRANSLATORS: command description
879 #: src/fu-util.c:2149
884 #: src/fu-util.c:2178
880885 msgid "Install prepared updates now"
881886 msgstr "Nainštaluje pripravené aktualizácie ihneď"
882887
883888 #. TRANSLATORS: command description
884 #: src/fu-util.c:2155
889 #: src/fu-util.c:2184
885890 msgid "Show history of firmware updates"
886891 msgstr ""
887892
888893 #. TRANSLATORS: command description
889 #: src/fu-util.c:2161
894 #: src/fu-util.c:2190
890895 msgid "Erase all firmware update history"
891896 msgstr ""
892897
893898 #. TRANSLATORS: command description
894 #: src/fu-util.c:2167
899 #: src/fu-util.c:2196
895900 msgid "Share firmware history with the developers"
896901 msgstr ""
897902
898903 #. TRANSLATORS: command description
899 #: src/fu-util.c:2173
904 #: src/fu-util.c:2202
900905 msgid "Install a firmware file on this hardware"
901906 msgstr "Nainštaluje súbor firmvéru do tohoto hardvéru"
902907
903908 #. TRANSLATORS: command description
904 #: src/fu-util.c:2179
909 #: src/fu-util.c:2208
905910 msgid "Gets details about a firmware file"
906911 msgstr "Získa podrobnosti o súbore firmvéru"
907912
908913 #. TRANSLATORS: command description
909 #: src/fu-util.c:2185
914 #: src/fu-util.c:2214
910915 msgid "Gets the list of updates for connected hardware"
911916 msgstr "Získa zoznam aktualizácií pre pripojený hardvér"
912917
913918 #. TRANSLATORS: command description
914 #: src/fu-util.c:2191
919 #: src/fu-util.c:2220
915920 msgid "Updates all firmware to latest versions available"
916921 msgstr "Aktualizuje všetok firmvér na najnovšiu dostupnú verziu"
917922
918923 #. TRANSLATORS: command description
919 #: src/fu-util.c:2197
924 #: src/fu-util.c:2226
920925 msgid "Gets the cryptographic hash of the dumped firmware"
921926 msgstr "Získa kryptografický medzisúčet stiahnutého firmvéru"
922927
923928 #. TRANSLATORS: command description
924 #: src/fu-util.c:2203
929 #: src/fu-util.c:2232
925930 msgid "Unlocks the device for firmware access"
926931 msgstr "Odomkne zariadenie pre prístup k firmvéru"
927932
928933 #. TRANSLATORS: command description
929 #: src/fu-util.c:2209
934 #: src/fu-util.c:2238
930935 msgid "Clears the results from the last update"
931936 msgstr "Vymaže výsledky z poslednej aktualizácie"
932937
933938 #. TRANSLATORS: command description
934 #: src/fu-util.c:2215
939 #: src/fu-util.c:2244
935940 msgid "Clears any updates scheduled to be updated offline"
936941 msgstr ""
937942
938943 #. TRANSLATORS: command description
939 #: src/fu-util.c:2221
944 #: src/fu-util.c:2250
940945 msgid "Gets the results from the last update"
941946 msgstr "Získa výsledky z poslednej aktualizácie"
942947
943948 #. TRANSLATORS: command description
944 #: src/fu-util.c:2227
949 #: src/fu-util.c:2256
945950 msgid "Gets the releases for a device"
946951 msgstr ""
947952
948953 #. TRANSLATORS: command description
949 #: src/fu-util.c:2233
954 #: src/fu-util.c:2262
950955 msgid "Gets the configured remotes"
951956 msgstr ""
952957
953958 #. TRANSLATORS: command description
954 #: src/fu-util.c:2239
959 #: src/fu-util.c:2268
955960 msgid "Downgrades the firmware on a device"
956961 msgstr ""
957962
958963 #. TRANSLATORS: command description
959 #: src/fu-util.c:2245
964 #: src/fu-util.c:2274
960965 msgid "Refresh metadata from remote server"
961966 msgstr "Obnoví metaúdaje zo vzdialeného servera"
962967
963968 #. TRANSLATORS: command description
964 #: src/fu-util.c:2251
969 #: src/fu-util.c:2280
965970 msgid "Update the stored metadata with current ROM contents"
966971 msgstr "Aktualizuje uložené metaúdaje s aktuálnym obsahom pamäte ROM"
967972
968973 #. TRANSLATORS: command description
969 #: src/fu-util.c:2257
974 #: src/fu-util.c:2286
970975 msgid "Monitor the daemon for events"
971976 msgstr "Sleduje démona kvôli udalostiam"
972977
973978 #. TRANSLATORS: command description
974 #: src/fu-util.c:2263
979 #: src/fu-util.c:2292
975980 msgid "Build firmware using a sandbox"
976981 msgstr ""
977982
978983 #. TRANSLATORS: command description
979 #: src/fu-util.c:2269
984 #: src/fu-util.c:2298
980985 msgid "Dump SMBIOS data from a file"
981986 msgstr ""
982987
983988 #. TRANSLATORS: command description
984 #: src/fu-util.c:2275
989 #: src/fu-util.c:2304
985990 msgid "Modifies a given remote"
986991 msgstr ""
987992
988993 #. TRANSLATORS: program name
989 #: src/fu-util.c:2305
994 #: src/fu-util.c:2334
990995 msgid "Firmware Utility"
991996 msgstr "Nástroj pre firmvéry"
+150
-145
po/sr.po less more
33 #
44 # Translators:
55 # Miloš Popović <gpopac@gmail.com>, 2016
6 # Марко М. Костић (Marko M. Kostić) <marko.m.kostic@gmail.com>, 2015-2017
6 # Марко М. Костић (Marko M. Kostić) <marko.m.kostic@gmail.com>, 2015-2018
77 # Мирослав Николић <miroslavnikolic@rocketmail.com>, 2017
88 msgid ""
99 msgstr ""
1010 "Project-Id-Version: fwupd\n"
1111 "Report-Msgid-Bugs-To: \n"
12 "POT-Creation-Date: 2018-02-13 21:34+0000\n"
13 "PO-Revision-Date: 2018-02-13 21:34+0000\n"
12 "POT-Creation-Date: 2018-03-12 10:37+0000\n"
13 "PO-Revision-Date: 2018-03-12 10:37+0000\n"
1414 "Last-Translator: Richard Hughes <richard@hughsie.com>\n"
1515 "Language-Team: Serbian (http://www.transifex.com/freedesktop/fwupd/language/sr/)\n"
1616 "MIME-Version: 1.0\n"
142142
143143 #. TRANSLATORS: this is when a device is hotplugged
144144 #. TRANSLATORS: this is when the daemon state changes
145 #: plugins/dfu/dfu-tool.c:1478 src/fu-util.c:1731
145 #: plugins/dfu/dfu-tool.c:1478 src/fu-util.c:1768
146146 msgid "Changed"
147147 msgstr "Променио"
148148
149149 #. TRANSLATORS: this is when a device ctrl+c's a watch
150 #: plugins/dfu/dfu-tool.c:1486 src/fu-util.c:1693
150 #: plugins/dfu/dfu-tool.c:1486 src/fu-util.c:1730
151151 msgid "Cancelled"
152152 msgstr "Отказао"
153153
154154 #. TRANSLATORS: Appstream ID for the hardware type
155 #: plugins/dfu/dfu-tool.c:1978 src/fu-util.c:1512
155 #: plugins/dfu/dfu-tool.c:1978 src/fu-util.c:1549
156156 msgid "ID"
157157 msgstr "ИБ"
158158
160160 #. TRANSLATORS: device name, e.g. 'ColorHug2'
161161 #. TRANSLATORS: section header for the release name
162162 #: plugins/dfu/dfu-tool.c:1984 plugins/dfu/dfu-tool.c:1990
163 #: plugins/dfu/dfu-tool.c:2104 src/fu-util.c:1283
163 #: plugins/dfu/dfu-tool.c:2104 src/fu-util.c:1321
164164 msgid "Name"
165165 msgstr "Назив"
166166
207207
208208 #: plugins/dfu/dfu-tool.c:2115
209209 msgid "Runtime"
210 msgstr ""
210 msgstr "Извршно окружење"
211211
212212 #: plugins/dfu/dfu-tool.c:2115
213213 msgid "DFU"
214 msgstr ""
214 msgstr "ДФУ"
215215
216216 #. TRANSLATORS: device state, i.e. appIDLE
217217 #: plugins/dfu/dfu-tool.c:2123
293293 #. TRANSLATORS: command description
294294 #: plugins/dfu/dfu-tool.c:2294
295295 msgid "Reset a DFU device"
296 msgstr "Ресетуј DFU уређај"
296 msgstr "Ресетуј ДФУ уређај"
297297
298298 #. TRANSLATORS: command description
299299 #: plugins/dfu/dfu-tool.c:2300
373373 #. TRANSLATORS: quirks are device-specific workarounds
374374 #: plugins/dfu/dfu-tool.c:2396
375375 msgid "Failed to load quirks"
376 msgstr ""
376 msgstr "Нисам могао да учитам ћефове"
377377
378378 #. TRANSLATORS: DFU stands for device firmware update
379379 #: plugins/dfu/dfu-tool.c:2418
382382
383383 #. TRANSLATORS: the user didn't read the man page
384384 #: plugins/dfu/dfu-tool.c:2423 plugins/synapticsmst/synapticsmst-tool.c:424
385 #: src/fu-util.c:2310
385 #: src/fu-util.c:2339
386386 msgid "Failed to parse arguments"
387387 msgstr "Не могу да обрадим аргументе"
388388
401401 msgstr "Синаптикова вишетоковна алатка преноса"
402402
403403 #. TRANSLATORS: this is shown when updating the firmware after the reboot
404 #: plugins/uefi/fu-plugin-uefi.c:399
404 #: plugins/uefi/fu-plugin-uefi.c:403
405405 msgid "Installing firmware update…"
406406 msgstr "Инсталирам ажурирање фирмвера…"
407407
413413 #. TRANSLATORS: this is for plugin development
414414 #: src/fu-debug.c:131
415415 msgid "Show plugin verbose information"
416 msgstr ""
416 msgstr "Прикажи опширне податке о прикључку"
417417
418418 #. TRANSLATORS: for the --verbose arg
419419 #: src/fu-debug.c:186
513513 #. TRANSLATORS: the user isn't reading the question
514514 #: src/fu-util.c:242
515515 #, c-format
516 msgid "Please enter a number from 1 to %u: "
517 msgstr "Унесите број између 1 и %u:"
516 msgid "Please enter a number from 0 to %u: "
517 msgstr ""
518518
519519 #. TRANSLATORS: get interactive prompt
520520 #: src/fu-util.c:305
521521 msgid "Choose a device:"
522522 msgstr "Изаберите уређај:"
523523
524 #. TRANSLATORS: this is to abort the interactive prompt
525 #: src/fu-util.c:307
526 msgid "Cancel"
527 msgstr ""
528
524529 #. TRANSLATORS: a list of failed updates
525 #: src/fu-util.c:418
530 #: src/fu-util.c:427
526531 msgid "Devices that were not updated correctly:"
527 msgstr ""
532 msgstr "Уређаји који нису ажурирани исправно:"
528533
529534 #. TRANSLATORS: a list of successful updates
530 #: src/fu-util.c:432
535 #: src/fu-util.c:441
531536 msgid "Devices that have been updated successfully:"
532 msgstr ""
537 msgstr "Уређаји који су ажурирани исправно:"
533538
534539 #. TRANSLATORS: explain why we want to upload
535 #: src/fu-util.c:446
540 #: src/fu-util.c:455
536541 msgid "Upload report now?"
537 msgstr ""
542 msgstr "Отпремити извештај сада?"
538543
539544 #. TRANSLATORS: metadata is downloaded from the Internet
540 #: src/fu-util.c:448 src/fu-util.c:1453
545 #: src/fu-util.c:457 src/fu-util.c:1490
541546 msgid "Requires internet connection"
542 msgstr ""
547 msgstr "Захтева везу са интернетом"
543548
544549 #. TRANSLATORS: nothing attached that can be upgraded
545 #: src/fu-util.c:470
550 #: src/fu-util.c:479
546551 msgid "No hardware detected with firmware update capability"
547552 msgstr "Нема хардвера којем се може ажурирати фирмвер"
548553
549554 #. TRANSLATORS: the first replacement is a display name
550555 #. * e.g. "ColorHugALS" and the second is a version number
551556 #. * e.g. "1.2.3"
552 #: src/fu-util.c:642
557 #: src/fu-util.c:651
553558 #, c-format
554559 msgid "Reinstalling %s with %s... "
555560 msgstr "Поново инсталирам %s са %s..."
557562 #. TRANSLATORS: the first replacement is a display name
558563 #. * e.g. "ColorHugALS" and the second and third are
559564 #. * version numbers e.g. "1.2.3"
560 #: src/fu-util.c:649
565 #: src/fu-util.c:658
561566 #, c-format
562567 msgid "Downgrading %s from %s to %s... "
563568 msgstr "Уназађујем %s са %s на %s..."
565570 #. TRANSLATORS: the first replacement is a display name
566571 #. * e.g. "ColorHugALS" and the second and third are
567572 #. * version numbers e.g. "1.2.3"
568 #: src/fu-util.c:657
573 #: src/fu-util.c:666
569574 #, c-format
570575 msgid "Updating %s from %s to %s... "
571576 msgstr "Ажурирам %s са %s на %s..."
572577
573 #: src/fu-util.c:685
578 #: src/fu-util.c:694
574579 msgid "Done!"
575580 msgstr "Урађено!"
576581
577 #: src/fu-util.c:717
582 #: src/fu-util.c:726
578583 msgid "Target"
579 msgstr ""
580
581 #: src/fu-util.c:718
584 msgstr "Мета"
585
586 #: src/fu-util.c:727
582587 msgid "Payload"
583 msgstr ""
584
585 #: src/fu-util.c:719
588 msgstr "Товар"
589
590 #: src/fu-util.c:728
586591 msgid "Proceed with upload?"
587 msgstr ""
592 msgstr "Наставити са отпремањем?"
588593
589594 #. TRANSLATORS: the server sent the user a small message
590 #: src/fu-util.c:788
595 #: src/fu-util.c:807
591596 msgid "Update failure is a known issue, visit this URL for more information:"
592 msgstr ""
597 msgstr "Узрок неуспеха ажурирања је познат, погледајте ову адресу за више података:"
593598
594599 #. TRANSLATORS: the server sent the user a small message
595 #: src/fu-util.c:792
600 #: src/fu-util.c:811
596601 msgid "Upload message:"
597 msgstr ""
598
599 #: src/fu-util.c:986 src/fu-util.c:1376
602 msgstr "Отпремна порука:"
603
604 #: src/fu-util.c:1034 src/fu-util.c:1414
600605 msgid "OK"
601606 msgstr "У реду"
602607
603608 #. TRANSLATORS: downloading new signing file
604 #: src/fu-util.c:1091
609 #: src/fu-util.c:1139
605610 msgid "Fetching signature"
606611 msgstr "Добављам потпис"
607612
608613 #. TRANSLATORS: downloading new metadata file
609 #: src/fu-util.c:1094
614 #: src/fu-util.c:1142
610615 msgid "Fetching metadata"
611616 msgstr "Добављам мета-податке"
612617
613618 #. TRANSLATORS: downloading new firmware file
614 #: src/fu-util.c:1097
619 #: src/fu-util.c:1145
615620 msgid "Fetching firmware"
616621 msgstr "Добављам фирмвер"
617622
618623 #. TRANSLATORS: downloading unknown file
619 #: src/fu-util.c:1100
624 #: src/fu-util.c:1148
620625 msgid "Fetching file"
621626 msgstr "Добављам датотеку"
622627
623628 #. TRANSLATORS: section header for release version number
624 #: src/fu-util.c:1280
629 #: src/fu-util.c:1318
625630 msgid "Version"
626631 msgstr "Издање"
627632
628633 #. TRANSLATORS: section header for the release one line summary
629 #: src/fu-util.c:1286
634 #: src/fu-util.c:1324
630635 msgid "Summary"
631 msgstr ""
636 msgstr "Сажетак"
632637
633638 #. TRANSLATORS: section header for the remote the file is coming from
634 #: src/fu-util.c:1289
639 #: src/fu-util.c:1327
635640 msgid "Remote"
636641 msgstr "Удаљени"
637642
638643 #. TRANSLATORS: section header for firmware URI
639 #: src/fu-util.c:1292
644 #: src/fu-util.c:1330
640645 msgid "URI"
641646 msgstr "УРИ"
642647
643648 #. TRANSLATORS: section header for firmware description
644 #: src/fu-util.c:1298
649 #: src/fu-util.c:1336
645650 msgid "Description"
646651 msgstr "Опис"
647652
648653 #. TRANSLATORS: section header for firmware checksum
649654 #. TRANSLATORS: remote checksum
650 #: src/fu-util.c:1306 src/fu-util.c:1603
655 #: src/fu-util.c:1344 src/fu-util.c:1640
651656 msgid "Checksum"
652657 msgstr "Чек-сума"
653658
654659 #. TRANSLATORS: get interactive prompt
655 #: src/fu-util.c:1338
660 #: src/fu-util.c:1376
656661 msgid "Choose a release:"
657662 msgstr "Изаберите издање:"
658663
659664 #. TRANSLATORS: the metadata is very out of date; %u is a number > 1
660 #: src/fu-util.c:1443
665 #: src/fu-util.c:1480
661666 #, c-format
662667 msgid ""
663668 "Firmware metadata has not been updated for %u day and may not be up to date."
664669 msgid_plural ""
665670 "Firmware metadata has not been updated for %u days and may not be up to "
666671 "date."
667 msgstr[0] ""
668 msgstr[1] ""
669 msgstr[2] ""
672 msgstr[0] "Метаподаци фирмвера нису ажурирани %u дан и можда су застарели."
673 msgstr[1] "Метаподаци фирмвера нису ажурирани %u дана и можда су застарели."
674 msgstr[2] "Метаподаци фирмвера нису ажурирани %u дана и можда су застарели."
670675
671676 #. TRANSLATORS: ask the user if we can update the metadata
672 #: src/fu-util.c:1451
677 #: src/fu-util.c:1488
673678 msgid "Update now?"
674 msgstr ""
679 msgstr "Ажурирати сада?"
675680
676681 #. TRANSLATORS: first replacement is device name
677 #: src/fu-util.c:1496
682 #: src/fu-util.c:1533
678683 #, c-format
679684 msgid "%s has firmware updates:"
680685 msgstr "%s има ажурирања за фирмвер:"
681686
682 #: src/fu-util.c:1503
687 #: src/fu-util.c:1540
683688 msgid "GUID"
684689 msgstr "ГУИД"
685690
686691 #. TRANSLATORS: section header for firmware version
687 #: src/fu-util.c:1515
692 #: src/fu-util.c:1552
688693 msgid "Update Version"
689694 msgstr "Верзија ажурирања"
690695
691696 #. TRANSLATORS: section header for the release name
692 #: src/fu-util.c:1519
697 #: src/fu-util.c:1556
693698 msgid "Update Name"
694 msgstr ""
699 msgstr "Назив ажурирања"
695700
696701 #. TRANSLATORS: section header for the release one line summary
697 #: src/fu-util.c:1522
702 #: src/fu-util.c:1559
698703 msgid "Update Summary"
699 msgstr ""
704 msgstr "Сажетак ажурирања"
700705
701706 #. TRANSLATORS: section header for remote ID, e.g. lvfs-testing
702 #: src/fu-util.c:1525
707 #: src/fu-util.c:1562
703708 msgid "Update Remote ID"
704709 msgstr "ИБ удаљене исправке"
705710
706711 #. TRANSLATORS: section header for firmware checksum
707 #: src/fu-util.c:1534
712 #: src/fu-util.c:1571
708713 msgid "Update Checksum"
709714 msgstr "Сума провере ажурирања"
710715
711716 #. TRANSLATORS: section header for firmware remote http://
712 #: src/fu-util.c:1538
717 #: src/fu-util.c:1575
713718 msgid "Update Location"
714719 msgstr "Место ажурирања"
715720
716721 #. TRANSLATORS: section header for long firmware desc
717 #: src/fu-util.c:1549
722 #: src/fu-util.c:1586
718723 msgid "Update Description"
719724 msgstr "Опис ажурирања"
720725
721726 #. TRANSLATORS: remote identifier, e.g. lvfs-testing
722 #: src/fu-util.c:1581
727 #: src/fu-util.c:1618
723728 msgid "Remote ID"
724729 msgstr "Удаљени ИБ"
725730
726731 #. TRANSLATORS: remote title, e.g. "Linux Vendor Firmware Service"
727 #: src/fu-util.c:1585
732 #: src/fu-util.c:1622
728733 msgid "Title"
729734 msgstr "Наслов"
730735
731736 #. TRANSLATORS: remote type, e.g. remote or local
732 #: src/fu-util.c:1589
737 #: src/fu-util.c:1626
733738 msgid "Type"
734739 msgstr "Врста"
735740
736 #: src/fu-util.c:1594
741 #: src/fu-util.c:1631
737742 msgid "Keyring"
738743 msgstr "Привезак"
739744
740745 #. TRANSLATORS: if the remote is enabled
741 #: src/fu-util.c:1599
746 #: src/fu-util.c:1636
742747 msgid "Enabled"
743748 msgstr "Омогућено"
744749
745750 #. TRANSLATORS: the age of the metadata
746 #: src/fu-util.c:1630
751 #: src/fu-util.c:1667
747752 msgid "Age"
748753 msgstr "Старост"
749754
750755 #. TRANSLATORS: the numeric priority
751 #: src/fu-util.c:1637
756 #: src/fu-util.c:1674
752757 msgid "Priority"
753758 msgstr "Важност"
754759
755760 #. TRANSLATORS: remote filename base
756 #: src/fu-util.c:1642
761 #: src/fu-util.c:1679
757762 msgid "Username"
758763 msgstr "Корисничко име"
759764
760765 #. TRANSLATORS: remote filename base
761 #: src/fu-util.c:1647
766 #: src/fu-util.c:1684
762767 msgid "Password"
763768 msgstr "Лозинка"
764769
765770 #. TRANSLATORS: filename of the local file
766 #: src/fu-util.c:1652
771 #: src/fu-util.c:1689
767772 msgid "Filename"
768773 msgstr "Назив датотеке"
769774
770775 #. TRANSLATORS: filename of the local file
771 #: src/fu-util.c:1657
776 #: src/fu-util.c:1694
772777 msgid "Filename Signature"
773778 msgstr "Потпис назива датотеке"
774779
775780 #. TRANSLATORS: remote URI
776 #: src/fu-util.c:1662
781 #: src/fu-util.c:1699
777782 msgid "Metadata URI"
778783 msgstr "URI метаподатака"
779784
780785 #. TRANSLATORS: remote URI
781 #: src/fu-util.c:1667
786 #: src/fu-util.c:1704
782787 msgid "Metadata URI Signature"
783788 msgstr "Потпис URI-ја метаподатака"
784789
785790 #. TRANSLATORS: remote URI
786 #: src/fu-util.c:1672
791 #: src/fu-util.c:1709
787792 msgid "Firmware Base URI"
788793 msgstr "Основни URI фирмвера"
789794
790795 #. TRANSLATORS: URI to send success/failure reports
791 #: src/fu-util.c:1677
796 #: src/fu-util.c:1714
792797 msgid "Report URI"
793 msgstr ""
798 msgstr "URI извештаја"
794799
795800 #. TRANSLATORS: this is when a device is hotplugged
796 #: src/fu-util.c:1704
801 #: src/fu-util.c:1741
797802 msgid "Device added:"
798803 msgstr "Додат је уређај:"
799804
800805 #. TRANSLATORS: this is when a device is hotplugged
801 #: src/fu-util.c:1714
806 #: src/fu-util.c:1751
802807 msgid "Device removed:"
803808 msgstr "Уклоњен је уређај:"
804809
805810 #. TRANSLATORS: this is when a device has been updated
806 #: src/fu-util.c:1724
811 #: src/fu-util.c:1761
807812 msgid "Device changed:"
808813 msgstr "Промењен је уређај:"
809814
810815 #. TRANSLATORS: explain why we want to upload
811 #: src/fu-util.c:1915
816 #: src/fu-util.c:1952
812817 msgid "An update requires a reboot to complete."
813 msgstr ""
818 msgstr "Потребно је поново покретање да би се исправка применила."
814819
815820 #. TRANSLATORS: reboot to apply the update
816 #: src/fu-util.c:1917
821 #: src/fu-util.c:1954
817822 msgid "Restart now?"
818 msgstr ""
823 msgstr "Поново покренути сада?"
819824
820825 #. TRANSLATORS: command line option
821 #: src/fu-util.c:2087
826 #: src/fu-util.c:2116
822827 msgid "Show extra debugging information"
823828 msgstr "Прикажи додатне податке за отклањање проблема"
824829
825830 #. TRANSLATORS: command line option
826 #: src/fu-util.c:2090
831 #: src/fu-util.c:2119
827832 msgid "Show client and daemon versions"
828833 msgstr "Прикажи издања клијента и демона"
829834
830835 #. TRANSLATORS: command line option
831 #: src/fu-util.c:2093
836 #: src/fu-util.c:2122
832837 msgid "Schedule installation for next reboot when possible"
833838 msgstr "Заказује инсталирање за следеће подизање система када је могуће"
834839
835840 #. TRANSLATORS: command line option
836 #: src/fu-util.c:2096
841 #: src/fu-util.c:2125
837842 msgid "Allow re-installing existing firmware versions"
838843 msgstr "Дозволи поновно инсталирање већ постојећих издања фирмвера"
839844
840845 #. TRANSLATORS: command line option
841 #: src/fu-util.c:2099
846 #: src/fu-util.c:2128
842847 msgid "Allow downgrading firmware versions"
843848 msgstr "Дозволи уназађивање издања фирмвера"
844849
845850 #. TRANSLATORS: command line option
846 #: src/fu-util.c:2102
851 #: src/fu-util.c:2131
847852 msgid "Override plugin warning"
848853 msgstr "Превазилази упозорења прикључка"
849854
850855 #. TRANSLATORS: command line option
851 #: src/fu-util.c:2105
856 #: src/fu-util.c:2134
852857 msgid "Answer yes to all questions"
853 msgstr ""
858 msgstr "Одговори са да на сва питања"
854859
855860 #. TRANSLATORS: command line option
856 #: src/fu-util.c:2108
861 #: src/fu-util.c:2137
857862 msgid "Do not check for unreported history"
858 msgstr ""
863 msgstr "Не проверавај непослати историјат"
859864
860865 #. TRANSLATORS: command line option
861 #: src/fu-util.c:2111
866 #: src/fu-util.c:2140
862867 msgid "Do not check for old metadata"
863 msgstr ""
868 msgstr "Не проверавај старе метаподатке"
864869
865870 #. TRANSLATORS: command line option
866 #: src/fu-util.c:2114
871 #: src/fu-util.c:2143
867872 msgid "Do not check for reboot after update"
868 msgstr ""
869
870 #. TRANSLATORS: command description
871 #: src/fu-util.c:2137
873 msgstr "Не проверавај да ли је потребно поновно покретање након ажурирања"
874
875 #. TRANSLATORS: command description
876 #: src/fu-util.c:2166
872877 msgid "Get all devices that support firmware updates"
873878 msgstr "Добави све уређаје који подржавају ажурирање фирмвера"
874879
875880 #. TRANSLATORS: command description
876 #: src/fu-util.c:2143
881 #: src/fu-util.c:2172
877882 msgid "Return all the hardware IDs for the machine"
878883 msgstr "Враћа све ИБ-јеве хардвера на машини"
879884
880885 #. TRANSLATORS: command description
881 #: src/fu-util.c:2149
886 #: src/fu-util.c:2178
882887 msgid "Install prepared updates now"
883888 msgstr "Инсталирај припремљена ажурирања сад"
884889
885890 #. TRANSLATORS: command description
886 #: src/fu-util.c:2155
891 #: src/fu-util.c:2184
887892 msgid "Show history of firmware updates"
888 msgstr ""
889
890 #. TRANSLATORS: command description
891 #: src/fu-util.c:2161
893 msgstr "Прикажи историјат ажурирања фирмвера"
894
895 #. TRANSLATORS: command description
896 #: src/fu-util.c:2190
892897 msgid "Erase all firmware update history"
893 msgstr ""
894
895 #. TRANSLATORS: command description
896 #: src/fu-util.c:2167
898 msgstr "Обриши сав историјат ажурирања фирмвера"
899
900 #. TRANSLATORS: command description
901 #: src/fu-util.c:2196
897902 msgid "Share firmware history with the developers"
898 msgstr ""
899
900 #. TRANSLATORS: command description
901 #: src/fu-util.c:2173
903 msgstr "Подели историјат фирмвера са програмерима"
904
905 #. TRANSLATORS: command description
906 #: src/fu-util.c:2202
902907 msgid "Install a firmware file on this hardware"
903908 msgstr "Инсталирај датотеку са фирмвером на овај уређај"
904909
905910 #. TRANSLATORS: command description
906 #: src/fu-util.c:2179
911 #: src/fu-util.c:2208
907912 msgid "Gets details about a firmware file"
908913 msgstr "Добави појединости о датотеци са фирмвером"
909914
910915 #. TRANSLATORS: command description
911 #: src/fu-util.c:2185
916 #: src/fu-util.c:2214
912917 msgid "Gets the list of updates for connected hardware"
913918 msgstr "Добави списак свих ажурирања за повезани уређај"
914919
915920 #. TRANSLATORS: command description
916 #: src/fu-util.c:2191
921 #: src/fu-util.c:2220
917922 msgid "Updates all firmware to latest versions available"
918923 msgstr "Ажурира сав фирмвер на последња доступна издања"
919924
920925 #. TRANSLATORS: command description
921 #: src/fu-util.c:2197
926 #: src/fu-util.c:2226
922927 msgid "Gets the cryptographic hash of the dumped firmware"
923928 msgstr "Добавља криптографски хеш извађеног фирмвера"
924929
925930 #. TRANSLATORS: command description
926 #: src/fu-util.c:2203
931 #: src/fu-util.c:2232
927932 msgid "Unlocks the device for firmware access"
928933 msgstr "Откључава уређај за приступ фирмверу"
929934
930935 #. TRANSLATORS: command description
931 #: src/fu-util.c:2209
936 #: src/fu-util.c:2238
932937 msgid "Clears the results from the last update"
933938 msgstr "Чисти резултате последњег ажурирања"
934939
935940 #. TRANSLATORS: command description
936 #: src/fu-util.c:2215
941 #: src/fu-util.c:2244
937942 msgid "Clears any updates scheduled to be updated offline"
938943 msgstr "Очисти сва ажурирања заказана за ажурирање ван мреже"
939944
940945 #. TRANSLATORS: command description
941 #: src/fu-util.c:2221
946 #: src/fu-util.c:2250
942947 msgid "Gets the results from the last update"
943948 msgstr "Добавља резултате последњег ажурирања"
944949
945950 #. TRANSLATORS: command description
946 #: src/fu-util.c:2227
951 #: src/fu-util.c:2256
947952 msgid "Gets the releases for a device"
948953 msgstr "Добавља издања за уређај"
949954
950955 #. TRANSLATORS: command description
951 #: src/fu-util.c:2233
956 #: src/fu-util.c:2262
952957 msgid "Gets the configured remotes"
953958 msgstr "Добавља подешена удаљена места"
954959
955960 #. TRANSLATORS: command description
956 #: src/fu-util.c:2239
961 #: src/fu-util.c:2268
957962 msgid "Downgrades the firmware on a device"
958963 msgstr "Уназађује фирмвер на уређају"
959964
960965 #. TRANSLATORS: command description
961 #: src/fu-util.c:2245
966 #: src/fu-util.c:2274
962967 msgid "Refresh metadata from remote server"
963968 msgstr "Освежава метаподатке са удаљеног сервера"
964969
965970 #. TRANSLATORS: command description
966 #: src/fu-util.c:2251
971 #: src/fu-util.c:2280
967972 msgid "Update the stored metadata with current ROM contents"
968973 msgstr "Ажурирај ускладиштене метаподатке са тренутним садржајима РОМ-а"
969974
970975 #. TRANSLATORS: command description
971 #: src/fu-util.c:2257
976 #: src/fu-util.c:2286
972977 msgid "Monitor the daemon for events"
973978 msgstr "Прати демона за догађајима"
974979
975980 #. TRANSLATORS: command description
976 #: src/fu-util.c:2263
981 #: src/fu-util.c:2292
977982 msgid "Build firmware using a sandbox"
978983 msgstr "Изгради фирмвер унутар кутије"
979984
980985 #. TRANSLATORS: command description
981 #: src/fu-util.c:2269
986 #: src/fu-util.c:2298
982987 msgid "Dump SMBIOS data from a file"
983988 msgstr "Ишчитај SMBIOS податке из датотеке"
984989
985990 #. TRANSLATORS: command description
986 #: src/fu-util.c:2275
991 #: src/fu-util.c:2304
987992 msgid "Modifies a given remote"
988993 msgstr "Мења дати удаљени сервер"
989994
990995 #. TRANSLATORS: program name
991 #: src/fu-util.c:2305
996 #: src/fu-util.c:2334
992997 msgid "Firmware Utility"
993998 msgstr "Алатка за фирмвер"
+107
-102
po/sv.po less more
1010 msgstr ""
1111 "Project-Id-Version: fwupd\n"
1212 "Report-Msgid-Bugs-To: \n"
13 "POT-Creation-Date: 2018-02-13 21:34+0000\n"
14 "PO-Revision-Date: 2018-02-13 21:34+0000\n"
13 "POT-Creation-Date: 2018-03-12 10:37+0000\n"
14 "PO-Revision-Date: 2018-03-12 10:37+0000\n"
1515 "Last-Translator: Richard Hughes <richard@hughsie.com>\n"
1616 "Language-Team: Swedish (http://www.transifex.com/freedesktop/fwupd/language/sv/)\n"
1717 "MIME-Version: 1.0\n"
143143
144144 #. TRANSLATORS: this is when a device is hotplugged
145145 #. TRANSLATORS: this is when the daemon state changes
146 #: plugins/dfu/dfu-tool.c:1478 src/fu-util.c:1731
146 #: plugins/dfu/dfu-tool.c:1478 src/fu-util.c:1768
147147 msgid "Changed"
148148 msgstr "Ändrad"
149149
150150 #. TRANSLATORS: this is when a device ctrl+c's a watch
151 #: plugins/dfu/dfu-tool.c:1486 src/fu-util.c:1693
151 #: plugins/dfu/dfu-tool.c:1486 src/fu-util.c:1730
152152 msgid "Cancelled"
153153 msgstr "Avbruten"
154154
155155 #. TRANSLATORS: Appstream ID for the hardware type
156 #: plugins/dfu/dfu-tool.c:1978 src/fu-util.c:1512
156 #: plugins/dfu/dfu-tool.c:1978 src/fu-util.c:1549
157157 msgid "ID"
158158 msgstr "ID"
159159
161161 #. TRANSLATORS: device name, e.g. 'ColorHug2'
162162 #. TRANSLATORS: section header for the release name
163163 #: plugins/dfu/dfu-tool.c:1984 plugins/dfu/dfu-tool.c:1990
164 #: plugins/dfu/dfu-tool.c:2104 src/fu-util.c:1283
164 #: plugins/dfu/dfu-tool.c:2104 src/fu-util.c:1321
165165 msgid "Name"
166166 msgstr "Namn"
167167
383383
384384 #. TRANSLATORS: the user didn't read the man page
385385 #: plugins/dfu/dfu-tool.c:2423 plugins/synapticsmst/synapticsmst-tool.c:424
386 #: src/fu-util.c:2310
386 #: src/fu-util.c:2339
387387 msgid "Failed to parse arguments"
388388 msgstr "Misslyckades med att tolka argument"
389389
402402 msgstr "Synaptics Multistream Transport-verktyg"
403403
404404 #. TRANSLATORS: this is shown when updating the firmware after the reboot
405 #: plugins/uefi/fu-plugin-uefi.c:399
405 #: plugins/uefi/fu-plugin-uefi.c:403
406406 msgid "Installing firmware update…"
407407 msgstr "Installerar uppdatering för fast programvara…"
408408
514514 #. TRANSLATORS: the user isn't reading the question
515515 #: src/fu-util.c:242
516516 #, c-format
517 msgid "Please enter a number from 1 to %u: "
518 msgstr "Ange en siffra mellan 1 och %u: "
517 msgid "Please enter a number from 0 to %u: "
518 msgstr ""
519519
520520 #. TRANSLATORS: get interactive prompt
521521 #: src/fu-util.c:305
522522 msgid "Choose a device:"
523523 msgstr "Välj en enhet:"
524524
525 #. TRANSLATORS: this is to abort the interactive prompt
526 #: src/fu-util.c:307
527 msgid "Cancel"
528 msgstr ""
529
525530 #. TRANSLATORS: a list of failed updates
526 #: src/fu-util.c:418
531 #: src/fu-util.c:427
527532 msgid "Devices that were not updated correctly:"
528533 msgstr ""
529534
530535 #. TRANSLATORS: a list of successful updates
531 #: src/fu-util.c:432
536 #: src/fu-util.c:441
532537 msgid "Devices that have been updated successfully:"
533538 msgstr ""
534539
535540 #. TRANSLATORS: explain why we want to upload
536 #: src/fu-util.c:446
541 #: src/fu-util.c:455
537542 msgid "Upload report now?"
538543 msgstr ""
539544
540545 #. TRANSLATORS: metadata is downloaded from the Internet
541 #: src/fu-util.c:448 src/fu-util.c:1453
546 #: src/fu-util.c:457 src/fu-util.c:1490
542547 msgid "Requires internet connection"
543548 msgstr ""
544549
545550 #. TRANSLATORS: nothing attached that can be upgraded
546 #: src/fu-util.c:470
551 #: src/fu-util.c:479
547552 msgid "No hardware detected with firmware update capability"
548553 msgstr "Ingen uppdateringsbar hårdvara upptäcktes"
549554
550555 #. TRANSLATORS: the first replacement is a display name
551556 #. * e.g. "ColorHugALS" and the second is a version number
552557 #. * e.g. "1.2.3"
553 #: src/fu-util.c:642
558 #: src/fu-util.c:651
554559 #, c-format
555560 msgid "Reinstalling %s with %s... "
556561 msgstr "Återinstallerar %s med %s… "
558563 #. TRANSLATORS: the first replacement is a display name
559564 #. * e.g. "ColorHugALS" and the second and third are
560565 #. * version numbers e.g. "1.2.3"
561 #: src/fu-util.c:649
566 #: src/fu-util.c:658
562567 #, c-format
563568 msgid "Downgrading %s from %s to %s... "
564569 msgstr "Nedgraderar %s från %s till %s… "
566571 #. TRANSLATORS: the first replacement is a display name
567572 #. * e.g. "ColorHugALS" and the second and third are
568573 #. * version numbers e.g. "1.2.3"
569 #: src/fu-util.c:657
574 #: src/fu-util.c:666
570575 #, c-format
571576 msgid "Updating %s from %s to %s... "
572577 msgstr "Uppdaterar %s från %s till %s... "
573578
574 #: src/fu-util.c:685
579 #: src/fu-util.c:694
575580 msgid "Done!"
576581 msgstr "Klar!"
577582
578 #: src/fu-util.c:717
583 #: src/fu-util.c:726
579584 msgid "Target"
580585 msgstr ""
581586
582 #: src/fu-util.c:718
587 #: src/fu-util.c:727
583588 msgid "Payload"
584589 msgstr ""
585590
586 #: src/fu-util.c:719
591 #: src/fu-util.c:728
587592 msgid "Proceed with upload?"
588593 msgstr ""
589594
590595 #. TRANSLATORS: the server sent the user a small message
591 #: src/fu-util.c:788
596 #: src/fu-util.c:807
592597 msgid "Update failure is a known issue, visit this URL for more information:"
593598 msgstr ""
594599
595600 #. TRANSLATORS: the server sent the user a small message
596 #: src/fu-util.c:792
601 #: src/fu-util.c:811
597602 msgid "Upload message:"
598603 msgstr ""
599604
600 #: src/fu-util.c:986 src/fu-util.c:1376
605 #: src/fu-util.c:1034 src/fu-util.c:1414
601606 msgid "OK"
602607 msgstr "OK"
603608
604609 #. TRANSLATORS: downloading new signing file
605 #: src/fu-util.c:1091
610 #: src/fu-util.c:1139
606611 msgid "Fetching signature"
607612 msgstr "Hämtar signatur"
608613
609614 #. TRANSLATORS: downloading new metadata file
610 #: src/fu-util.c:1094
615 #: src/fu-util.c:1142
611616 msgid "Fetching metadata"
612617 msgstr "Hämtar metainformation"
613618
614619 #. TRANSLATORS: downloading new firmware file
615 #: src/fu-util.c:1097
620 #: src/fu-util.c:1145
616621 msgid "Fetching firmware"
617622 msgstr "Hämtar fast programvara"
618623
619624 #. TRANSLATORS: downloading unknown file
620 #: src/fu-util.c:1100
625 #: src/fu-util.c:1148
621626 msgid "Fetching file"
622627 msgstr "Hämtar fil"
623628
624629 #. TRANSLATORS: section header for release version number
625 #: src/fu-util.c:1280
630 #: src/fu-util.c:1318
626631 msgid "Version"
627632 msgstr "Version"
628633
629634 #. TRANSLATORS: section header for the release one line summary
630 #: src/fu-util.c:1286
635 #: src/fu-util.c:1324
631636 msgid "Summary"
632637 msgstr ""
633638
634639 #. TRANSLATORS: section header for the remote the file is coming from
635 #: src/fu-util.c:1289
640 #: src/fu-util.c:1327
636641 msgid "Remote"
637642 msgstr "Fjärrkälla"
638643
639644 #. TRANSLATORS: section header for firmware URI
640 #: src/fu-util.c:1292
645 #: src/fu-util.c:1330
641646 msgid "URI"
642647 msgstr "URI"
643648
644649 #. TRANSLATORS: section header for firmware description
645 #: src/fu-util.c:1298
650 #: src/fu-util.c:1336
646651 msgid "Description"
647652 msgstr "Beskrivning"
648653
649654 #. TRANSLATORS: section header for firmware checksum
650655 #. TRANSLATORS: remote checksum
651 #: src/fu-util.c:1306 src/fu-util.c:1603
656 #: src/fu-util.c:1344 src/fu-util.c:1640
652657 msgid "Checksum"
653658 msgstr "Kontrollsumma"
654659
655660 #. TRANSLATORS: get interactive prompt
656 #: src/fu-util.c:1338
661 #: src/fu-util.c:1376
657662 msgid "Choose a release:"
658663 msgstr "Välj en utgåva:"
659664
660665 #. TRANSLATORS: the metadata is very out of date; %u is a number > 1
661 #: src/fu-util.c:1443
666 #: src/fu-util.c:1480
662667 #, c-format
663668 msgid ""
664669 "Firmware metadata has not been updated for %u day and may not be up to date."
669674 msgstr[1] ""
670675
671676 #. TRANSLATORS: ask the user if we can update the metadata
672 #: src/fu-util.c:1451
677 #: src/fu-util.c:1488
673678 msgid "Update now?"
674679 msgstr ""
675680
676681 #. TRANSLATORS: first replacement is device name
677 #: src/fu-util.c:1496
682 #: src/fu-util.c:1533
678683 #, c-format
679684 msgid "%s has firmware updates:"
680685 msgstr "%s har uppdateringar för fast programvara:"
681686
682 #: src/fu-util.c:1503
687 #: src/fu-util.c:1540
683688 msgid "GUID"
684689 msgstr "GUID"
685690
686691 #. TRANSLATORS: section header for firmware version
687 #: src/fu-util.c:1515
692 #: src/fu-util.c:1552
688693 msgid "Update Version"
689694 msgstr "Uppdateringsversion"
690695
691696 #. TRANSLATORS: section header for the release name
692 #: src/fu-util.c:1519
697 #: src/fu-util.c:1556
693698 msgid "Update Name"
694699 msgstr ""
695700
696701 #. TRANSLATORS: section header for the release one line summary
697 #: src/fu-util.c:1522
702 #: src/fu-util.c:1559
698703 msgid "Update Summary"
699704 msgstr ""
700705
701706 #. TRANSLATORS: section header for remote ID, e.g. lvfs-testing
702 #: src/fu-util.c:1525
707 #: src/fu-util.c:1562
703708 msgid "Update Remote ID"
704709 msgstr "Uppdatera fjärrkällans id"
705710
706711 #. TRANSLATORS: section header for firmware checksum
707 #: src/fu-util.c:1534
712 #: src/fu-util.c:1571
708713 msgid "Update Checksum"
709714 msgstr "Uppdateringskontrollsumma"
710715
711716 #. TRANSLATORS: section header for firmware remote http://
712 #: src/fu-util.c:1538
717 #: src/fu-util.c:1575
713718 msgid "Update Location"
714719 msgstr "Uppdateringsplats"
715720
716721 #. TRANSLATORS: section header for long firmware desc
717 #: src/fu-util.c:1549
722 #: src/fu-util.c:1586
718723 msgid "Update Description"
719724 msgstr "Uppdateringsbeskrivning"
720725
721726 #. TRANSLATORS: remote identifier, e.g. lvfs-testing
722 #: src/fu-util.c:1581
727 #: src/fu-util.c:1618
723728 msgid "Remote ID"
724729 msgstr "Fjärrkälla-id"
725730
726731 #. TRANSLATORS: remote title, e.g. "Linux Vendor Firmware Service"
727 #: src/fu-util.c:1585
732 #: src/fu-util.c:1622
728733 msgid "Title"
729734 msgstr "Titel"
730735
731736 #. TRANSLATORS: remote type, e.g. remote or local
732 #: src/fu-util.c:1589
737 #: src/fu-util.c:1626
733738 msgid "Type"
734739 msgstr "Typ"
735740
736 #: src/fu-util.c:1594
741 #: src/fu-util.c:1631
737742 msgid "Keyring"
738743 msgstr "Nyckelring"
739744
740745 #. TRANSLATORS: if the remote is enabled
741 #: src/fu-util.c:1599
746 #: src/fu-util.c:1636
742747 msgid "Enabled"
743748 msgstr "Aktiverad"
744749
745750 #. TRANSLATORS: the age of the metadata
746 #: src/fu-util.c:1630
751 #: src/fu-util.c:1667
747752 msgid "Age"
748753 msgstr "Ålder"
749754
750755 #. TRANSLATORS: the numeric priority
751 #: src/fu-util.c:1637
756 #: src/fu-util.c:1674
752757 msgid "Priority"
753758 msgstr "Prioritet"
754759
755760 #. TRANSLATORS: remote filename base
756 #: src/fu-util.c:1642
761 #: src/fu-util.c:1679
757762 msgid "Username"
758763 msgstr "Användarnamn"
759764
760765 #. TRANSLATORS: remote filename base
761 #: src/fu-util.c:1647
766 #: src/fu-util.c:1684
762767 msgid "Password"
763768 msgstr "Lösenord"
764769
765770 #. TRANSLATORS: filename of the local file
766 #: src/fu-util.c:1652
771 #: src/fu-util.c:1689
767772 msgid "Filename"
768773 msgstr "Filnamn"
769774
770775 #. TRANSLATORS: filename of the local file
771 #: src/fu-util.c:1657
776 #: src/fu-util.c:1694
772777 msgid "Filename Signature"
773778 msgstr "Filnamn Signatur"
774779
775780 #. TRANSLATORS: remote URI
776 #: src/fu-util.c:1662
781 #: src/fu-util.c:1699
777782 msgid "Metadata URI"
778783 msgstr "Metadata URI"
779784
780785 #. TRANSLATORS: remote URI
781 #: src/fu-util.c:1667
786 #: src/fu-util.c:1704
782787 msgid "Metadata URI Signature"
783788 msgstr "Metadata URI Signatur"
784789
785790 #. TRANSLATORS: remote URI
786 #: src/fu-util.c:1672
791 #: src/fu-util.c:1709
787792 msgid "Firmware Base URI"
788793 msgstr "Fast programvara bas-URI"
789794
790795 #. TRANSLATORS: URI to send success/failure reports
791 #: src/fu-util.c:1677
796 #: src/fu-util.c:1714
792797 msgid "Report URI"
793798 msgstr ""
794799
795800 #. TRANSLATORS: this is when a device is hotplugged
796 #: src/fu-util.c:1704
801 #: src/fu-util.c:1741
797802 msgid "Device added:"
798803 msgstr "Enhet tillagd:"
799804
800805 #. TRANSLATORS: this is when a device is hotplugged
801 #: src/fu-util.c:1714
806 #: src/fu-util.c:1751
802807 msgid "Device removed:"
803808 msgstr "Enhet borttagen:"
804809
805810 #. TRANSLATORS: this is when a device has been updated
806 #: src/fu-util.c:1724
811 #: src/fu-util.c:1761
807812 msgid "Device changed:"
808813 msgstr "Enhet ändrad:"
809814
810815 #. TRANSLATORS: explain why we want to upload
811 #: src/fu-util.c:1915
816 #: src/fu-util.c:1952
812817 msgid "An update requires a reboot to complete."
813818 msgstr ""
814819
815820 #. TRANSLATORS: reboot to apply the update
816 #: src/fu-util.c:1917
821 #: src/fu-util.c:1954
817822 msgid "Restart now?"
818823 msgstr ""
819824
820825 #. TRANSLATORS: command line option
821 #: src/fu-util.c:2087
826 #: src/fu-util.c:2116
822827 msgid "Show extra debugging information"
823828 msgstr "Visa extra felsökningsinformation"
824829
825830 #. TRANSLATORS: command line option
826 #: src/fu-util.c:2090
831 #: src/fu-util.c:2119
827832 msgid "Show client and daemon versions"
828833 msgstr "Visa klient- och demon-version"
829834
830835 #. TRANSLATORS: command line option
831 #: src/fu-util.c:2093
836 #: src/fu-util.c:2122
832837 msgid "Schedule installation for next reboot when possible"
833838 msgstr "Schemalägg om möjligt installationen till nästa uppstart"
834839
835840 #. TRANSLATORS: command line option
836 #: src/fu-util.c:2096
841 #: src/fu-util.c:2125
837842 msgid "Allow re-installing existing firmware versions"
838843 msgstr "Tillåt att installera om befintliga versioner av fast programvara"
839844
840845 #. TRANSLATORS: command line option
841 #: src/fu-util.c:2099
846 #: src/fu-util.c:2128
842847 msgid "Allow downgrading firmware versions"
843848 msgstr "Tillåt att nedgradera versioner av fast programvara"
844849
845850 #. TRANSLATORS: command line option
846 #: src/fu-util.c:2102
851 #: src/fu-util.c:2131
847852 msgid "Override plugin warning"
848853 msgstr "Åsidosätt tilläggsvarning"
849854
850855 #. TRANSLATORS: command line option
851 #: src/fu-util.c:2105
856 #: src/fu-util.c:2134
852857 msgid "Answer yes to all questions"
853858 msgstr ""
854859
855860 #. TRANSLATORS: command line option
856 #: src/fu-util.c:2108
861 #: src/fu-util.c:2137
857862 msgid "Do not check for unreported history"
858863 msgstr ""
859864
860865 #. TRANSLATORS: command line option
861 #: src/fu-util.c:2111
866 #: src/fu-util.c:2140
862867 msgid "Do not check for old metadata"
863868 msgstr ""
864869
865870 #. TRANSLATORS: command line option
866 #: src/fu-util.c:2114
871 #: src/fu-util.c:2143
867872 msgid "Do not check for reboot after update"
868873 msgstr ""
869874
870875 #. TRANSLATORS: command description
871 #: src/fu-util.c:2137
876 #: src/fu-util.c:2166
872877 msgid "Get all devices that support firmware updates"
873878 msgstr "Hämta alla enheter som stödjer uppdateringar av fast programvara"
874879
875880 #. TRANSLATORS: command description
876 #: src/fu-util.c:2143
881 #: src/fu-util.c:2172
877882 msgid "Return all the hardware IDs for the machine"
878883 msgstr "Returnera alla hårdvaru-id för maskinen"
879884
880885 #. TRANSLATORS: command description
881 #: src/fu-util.c:2149
886 #: src/fu-util.c:2178
882887 msgid "Install prepared updates now"
883888 msgstr "Installera förberedda uppdateringar nu"
884889
885890 #. TRANSLATORS: command description
886 #: src/fu-util.c:2155
891 #: src/fu-util.c:2184
887892 msgid "Show history of firmware updates"
888893 msgstr ""
889894
890895 #. TRANSLATORS: command description
891 #: src/fu-util.c:2161
896 #: src/fu-util.c:2190
892897 msgid "Erase all firmware update history"
893898 msgstr ""
894899
895900 #. TRANSLATORS: command description
896 #: src/fu-util.c:2167
901 #: src/fu-util.c:2196
897902 msgid "Share firmware history with the developers"
898903 msgstr ""
899904
900905 #. TRANSLATORS: command description
901 #: src/fu-util.c:2173
906 #: src/fu-util.c:2202
902907 msgid "Install a firmware file on this hardware"
903908 msgstr "Installera en fast programvarufil på denna hårdvara"
904909
905910 #. TRANSLATORS: command description
906 #: src/fu-util.c:2179
911 #: src/fu-util.c:2208
907912 msgid "Gets details about a firmware file"
908913 msgstr "Hämtar detaljer om en fast programvarufil"
909914
910915 #. TRANSLATORS: command description
911 #: src/fu-util.c:2185
916 #: src/fu-util.c:2214
912917 msgid "Gets the list of updates for connected hardware"
913918 msgstr "Hämtar listan över uppdateringar för ansluten hårdvara"
914919
915920 #. TRANSLATORS: command description
916 #: src/fu-util.c:2191
921 #: src/fu-util.c:2220
917922 msgid "Updates all firmware to latest versions available"
918923 msgstr "Uppdaterar all fast programvara till de senast tillgängliga versionerna"
919924
920925 #. TRANSLATORS: command description
921 #: src/fu-util.c:2197
926 #: src/fu-util.c:2226
922927 msgid "Gets the cryptographic hash of the dumped firmware"
923928 msgstr "Hämtar den kryptografiska hashen för den utskrivna versionen av den fasta programvaran"
924929
925930 #. TRANSLATORS: command description
926 #: src/fu-util.c:2203
931 #: src/fu-util.c:2232
927932 msgid "Unlocks the device for firmware access"
928933 msgstr "Låser upp enheten för fast programvaruåtkomst"
929934
930935 #. TRANSLATORS: command description
931 #: src/fu-util.c:2209
936 #: src/fu-util.c:2238
932937 msgid "Clears the results from the last update"
933938 msgstr "Rensar resultaten från senaste uppdateringen"
934939
935940 #. TRANSLATORS: command description
936 #: src/fu-util.c:2215
941 #: src/fu-util.c:2244
937942 msgid "Clears any updates scheduled to be updated offline"
938943 msgstr "Rensa eventuella uppdateringar som schemalagts att bli tillämpade frånkopplade"
939944
940945 #. TRANSLATORS: command description
941 #: src/fu-util.c:2221
946 #: src/fu-util.c:2250
942947 msgid "Gets the results from the last update"
943948 msgstr "Hämtar resultaten från senaste uppdateringen"
944949
945950 #. TRANSLATORS: command description
946 #: src/fu-util.c:2227
951 #: src/fu-util.c:2256
947952 msgid "Gets the releases for a device"
948953 msgstr "Erhåll utgåvan för en enhet"
949954
950955 #. TRANSLATORS: command description
951 #: src/fu-util.c:2233
956 #: src/fu-util.c:2262
952957 msgid "Gets the configured remotes"
953958 msgstr "Ger de konfigurerade fjärrkällorna"
954959
955960 #. TRANSLATORS: command description
956 #: src/fu-util.c:2239
961 #: src/fu-util.c:2268
957962 msgid "Downgrades the firmware on a device"
958963 msgstr "Nergradera fast programvara på en enhet"
959964
960965 #. TRANSLATORS: command description
961 #: src/fu-util.c:2245
966 #: src/fu-util.c:2274
962967 msgid "Refresh metadata from remote server"
963968 msgstr "Uppdatera metadata från fjärrserver"
964969
965970 #. TRANSLATORS: command description
966 #: src/fu-util.c:2251
971 #: src/fu-util.c:2280
967972 msgid "Update the stored metadata with current ROM contents"
968973 msgstr "Uppdatera den lagrade metadatan med aktuellt ROM-innehåll"
969974
970975 #. TRANSLATORS: command description
971 #: src/fu-util.c:2257
976 #: src/fu-util.c:2286
972977 msgid "Monitor the daemon for events"
973978 msgstr "Övervaka demonen för händelser"
974979
975980 #. TRANSLATORS: command description
976 #: src/fu-util.c:2263
981 #: src/fu-util.c:2292
977982 msgid "Build firmware using a sandbox"
978983 msgstr "Bygg fast programvara med en sandlåda"
979984
980985 #. TRANSLATORS: command description
981 #: src/fu-util.c:2269
986 #: src/fu-util.c:2298
982987 msgid "Dump SMBIOS data from a file"
983988 msgstr "Dumpa SMBIOS data från en fil"
984989
985990 #. TRANSLATORS: command description
986 #: src/fu-util.c:2275
991 #: src/fu-util.c:2304
987992 msgid "Modifies a given remote"
988993 msgstr "Modifierar en given fjärrkälla"
989994
990995 #. TRANSLATORS: program name
991 #: src/fu-util.c:2305
996 #: src/fu-util.c:2334
992997 msgid "Firmware Utility"
993998 msgstr "Fast programvaruverktyg"
+106
-101
po/tr.po less more
77 msgstr ""
88 "Project-Id-Version: fwupd\n"
99 "Report-Msgid-Bugs-To: \n"
10 "POT-Creation-Date: 2018-02-13 21:34+0000\n"
11 "PO-Revision-Date: 2018-02-13 21:34+0000\n"
10 "POT-Creation-Date: 2018-03-12 10:37+0000\n"
11 "PO-Revision-Date: 2018-03-12 10:37+0000\n"
1212 "Last-Translator: Richard Hughes <richard@hughsie.com>\n"
1313 "Language-Team: Turkish (http://www.transifex.com/freedesktop/fwupd/language/tr/)\n"
1414 "MIME-Version: 1.0\n"
140140
141141 #. TRANSLATORS: this is when a device is hotplugged
142142 #. TRANSLATORS: this is when the daemon state changes
143 #: plugins/dfu/dfu-tool.c:1478 src/fu-util.c:1731
143 #: plugins/dfu/dfu-tool.c:1478 src/fu-util.c:1768
144144 msgid "Changed"
145145 msgstr "Değişti"
146146
147147 #. TRANSLATORS: this is when a device ctrl+c's a watch
148 #: plugins/dfu/dfu-tool.c:1486 src/fu-util.c:1693
148 #: plugins/dfu/dfu-tool.c:1486 src/fu-util.c:1730
149149 msgid "Cancelled"
150150 msgstr "İptal Edildi"
151151
152152 #. TRANSLATORS: Appstream ID for the hardware type
153 #: plugins/dfu/dfu-tool.c:1978 src/fu-util.c:1512
153 #: plugins/dfu/dfu-tool.c:1978 src/fu-util.c:1549
154154 msgid "ID"
155155 msgstr "Kimlik (ID)"
156156
158158 #. TRANSLATORS: device name, e.g. 'ColorHug2'
159159 #. TRANSLATORS: section header for the release name
160160 #: plugins/dfu/dfu-tool.c:1984 plugins/dfu/dfu-tool.c:1990
161 #: plugins/dfu/dfu-tool.c:2104 src/fu-util.c:1283
161 #: plugins/dfu/dfu-tool.c:2104 src/fu-util.c:1321
162162 msgid "Name"
163163 msgstr "İsim"
164164
380380
381381 #. TRANSLATORS: the user didn't read the man page
382382 #: plugins/dfu/dfu-tool.c:2423 plugins/synapticsmst/synapticsmst-tool.c:424
383 #: src/fu-util.c:2310
383 #: src/fu-util.c:2339
384384 msgid "Failed to parse arguments"
385385 msgstr ""
386386
399399 msgstr ""
400400
401401 #. TRANSLATORS: this is shown when updating the firmware after the reboot
402 #: plugins/uefi/fu-plugin-uefi.c:399
402 #: plugins/uefi/fu-plugin-uefi.c:403
403403 msgid "Installing firmware update…"
404404 msgstr ""
405405
511511 #. TRANSLATORS: the user isn't reading the question
512512 #: src/fu-util.c:242
513513 #, c-format
514 msgid "Please enter a number from 1 to %u: "
514 msgid "Please enter a number from 0 to %u: "
515515 msgstr ""
516516
517517 #. TRANSLATORS: get interactive prompt
519519 msgid "Choose a device:"
520520 msgstr ""
521521
522 #. TRANSLATORS: this is to abort the interactive prompt
523 #: src/fu-util.c:307
524 msgid "Cancel"
525 msgstr ""
526
522527 #. TRANSLATORS: a list of failed updates
523 #: src/fu-util.c:418
528 #: src/fu-util.c:427
524529 msgid "Devices that were not updated correctly:"
525530 msgstr ""
526531
527532 #. TRANSLATORS: a list of successful updates
528 #: src/fu-util.c:432
533 #: src/fu-util.c:441
529534 msgid "Devices that have been updated successfully:"
530535 msgstr ""
531536
532537 #. TRANSLATORS: explain why we want to upload
533 #: src/fu-util.c:446
538 #: src/fu-util.c:455
534539 msgid "Upload report now?"
535540 msgstr ""
536541
537542 #. TRANSLATORS: metadata is downloaded from the Internet
538 #: src/fu-util.c:448 src/fu-util.c:1453
543 #: src/fu-util.c:457 src/fu-util.c:1490
539544 msgid "Requires internet connection"
540545 msgstr ""
541546
542547 #. TRANSLATORS: nothing attached that can be upgraded
543 #: src/fu-util.c:470
548 #: src/fu-util.c:479
544549 msgid "No hardware detected with firmware update capability"
545550 msgstr "Ürün yazılımı güncelleme yeteneğine sahip donanım saptanamadı"
546551
547552 #. TRANSLATORS: the first replacement is a display name
548553 #. * e.g. "ColorHugALS" and the second is a version number
549554 #. * e.g. "1.2.3"
550 #: src/fu-util.c:642
555 #: src/fu-util.c:651
551556 #, c-format
552557 msgid "Reinstalling %s with %s... "
553558 msgstr ""
555560 #. TRANSLATORS: the first replacement is a display name
556561 #. * e.g. "ColorHugALS" and the second and third are
557562 #. * version numbers e.g. "1.2.3"
558 #: src/fu-util.c:649
563 #: src/fu-util.c:658
559564 #, c-format
560565 msgid "Downgrading %s from %s to %s... "
561566 msgstr ""
563568 #. TRANSLATORS: the first replacement is a display name
564569 #. * e.g. "ColorHugALS" and the second and third are
565570 #. * version numbers e.g. "1.2.3"
566 #: src/fu-util.c:657
571 #: src/fu-util.c:666
567572 #, c-format
568573 msgid "Updating %s from %s to %s... "
569574 msgstr ""
570575
571 #: src/fu-util.c:685
576 #: src/fu-util.c:694
572577 msgid "Done!"
573578 msgstr "Bitti!"
574579
575 #: src/fu-util.c:717
580 #: src/fu-util.c:726
576581 msgid "Target"
577582 msgstr ""
578583
579 #: src/fu-util.c:718
584 #: src/fu-util.c:727
580585 msgid "Payload"
581586 msgstr ""
582587
583 #: src/fu-util.c:719
588 #: src/fu-util.c:728
584589 msgid "Proceed with upload?"
585590 msgstr ""
586591
587592 #. TRANSLATORS: the server sent the user a small message
588 #: src/fu-util.c:788
593 #: src/fu-util.c:807
589594 msgid "Update failure is a known issue, visit this URL for more information:"
590595 msgstr ""
591596
592597 #. TRANSLATORS: the server sent the user a small message
593 #: src/fu-util.c:792
598 #: src/fu-util.c:811
594599 msgid "Upload message:"
595600 msgstr ""
596601
597 #: src/fu-util.c:986 src/fu-util.c:1376
602 #: src/fu-util.c:1034 src/fu-util.c:1414
598603 msgid "OK"
599604 msgstr "Tamam"
600605
601606 #. TRANSLATORS: downloading new signing file
602 #: src/fu-util.c:1091
607 #: src/fu-util.c:1139
603608 msgid "Fetching signature"
604609 msgstr ""
605610
606611 #. TRANSLATORS: downloading new metadata file
607 #: src/fu-util.c:1094
612 #: src/fu-util.c:1142
608613 msgid "Fetching metadata"
609614 msgstr ""
610615
611616 #. TRANSLATORS: downloading new firmware file
612 #: src/fu-util.c:1097
617 #: src/fu-util.c:1145
613618 msgid "Fetching firmware"
614619 msgstr ""
615620
616621 #. TRANSLATORS: downloading unknown file
617 #: src/fu-util.c:1100
622 #: src/fu-util.c:1148
618623 msgid "Fetching file"
619624 msgstr ""
620625
621626 #. TRANSLATORS: section header for release version number
622 #: src/fu-util.c:1280
627 #: src/fu-util.c:1318
623628 msgid "Version"
624629 msgstr ""
625630
626631 #. TRANSLATORS: section header for the release one line summary
627 #: src/fu-util.c:1286
632 #: src/fu-util.c:1324
628633 msgid "Summary"
629634 msgstr ""
630635
631636 #. TRANSLATORS: section header for the remote the file is coming from
632 #: src/fu-util.c:1289
637 #: src/fu-util.c:1327
633638 msgid "Remote"
634639 msgstr ""
635640
636641 #. TRANSLATORS: section header for firmware URI
637 #: src/fu-util.c:1292
642 #: src/fu-util.c:1330
638643 msgid "URI"
639644 msgstr ""
640645
641646 #. TRANSLATORS: section header for firmware description
642 #: src/fu-util.c:1298
647 #: src/fu-util.c:1336
643648 msgid "Description"
644649 msgstr ""
645650
646651 #. TRANSLATORS: section header for firmware checksum
647652 #. TRANSLATORS: remote checksum
648 #: src/fu-util.c:1306 src/fu-util.c:1603
653 #: src/fu-util.c:1344 src/fu-util.c:1640
649654 msgid "Checksum"
650655 msgstr ""
651656
652657 #. TRANSLATORS: get interactive prompt
653 #: src/fu-util.c:1338
658 #: src/fu-util.c:1376
654659 msgid "Choose a release:"
655660 msgstr ""
656661
657662 #. TRANSLATORS: the metadata is very out of date; %u is a number > 1
658 #: src/fu-util.c:1443
663 #: src/fu-util.c:1480
659664 #, c-format
660665 msgid ""
661666 "Firmware metadata has not been updated for %u day and may not be up to date."
666671 msgstr[1] ""
667672
668673 #. TRANSLATORS: ask the user if we can update the metadata
669 #: src/fu-util.c:1451
674 #: src/fu-util.c:1488
670675 msgid "Update now?"
671676 msgstr ""
672677
673678 #. TRANSLATORS: first replacement is device name
674 #: src/fu-util.c:1496
679 #: src/fu-util.c:1533
675680 #, c-format
676681 msgid "%s has firmware updates:"
677682 msgstr ""
678683
679 #: src/fu-util.c:1503
684 #: src/fu-util.c:1540
680685 msgid "GUID"
681686 msgstr "GUID"
682687
683688 #. TRANSLATORS: section header for firmware version
684 #: src/fu-util.c:1515
689 #: src/fu-util.c:1552
685690 msgid "Update Version"
686691 msgstr "Güncelleme Sürümü"
687692
688693 #. TRANSLATORS: section header for the release name
689 #: src/fu-util.c:1519
694 #: src/fu-util.c:1556
690695 msgid "Update Name"
691696 msgstr ""
692697
693698 #. TRANSLATORS: section header for the release one line summary
694 #: src/fu-util.c:1522
699 #: src/fu-util.c:1559
695700 msgid "Update Summary"
696701 msgstr ""
697702
698703 #. TRANSLATORS: section header for remote ID, e.g. lvfs-testing
699 #: src/fu-util.c:1525
704 #: src/fu-util.c:1562
700705 msgid "Update Remote ID"
701706 msgstr ""
702707
703708 #. TRANSLATORS: section header for firmware checksum
704 #: src/fu-util.c:1534
709 #: src/fu-util.c:1571
705710 msgid "Update Checksum"
706711 msgstr "Güncelleme Sağlaması"
707712
708713 #. TRANSLATORS: section header for firmware remote http://
709 #: src/fu-util.c:1538
714 #: src/fu-util.c:1575
710715 msgid "Update Location"
711716 msgstr "Güncelleme Konumu"
712717
713718 #. TRANSLATORS: section header for long firmware desc
714 #: src/fu-util.c:1549
719 #: src/fu-util.c:1586
715720 msgid "Update Description"
716721 msgstr "Güncelleme Açıklaması"
717722
718723 #. TRANSLATORS: remote identifier, e.g. lvfs-testing
719 #: src/fu-util.c:1581
724 #: src/fu-util.c:1618
720725 msgid "Remote ID"
721726 msgstr ""
722727
723728 #. TRANSLATORS: remote title, e.g. "Linux Vendor Firmware Service"
724 #: src/fu-util.c:1585
729 #: src/fu-util.c:1622
725730 msgid "Title"
726731 msgstr ""
727732
728733 #. TRANSLATORS: remote type, e.g. remote or local
729 #: src/fu-util.c:1589
734 #: src/fu-util.c:1626
730735 msgid "Type"
731736 msgstr ""
732737
733 #: src/fu-util.c:1594
738 #: src/fu-util.c:1631
734739 msgid "Keyring"
735740 msgstr ""
736741
737742 #. TRANSLATORS: if the remote is enabled
738 #: src/fu-util.c:1599
743 #: src/fu-util.c:1636
739744 msgid "Enabled"
740745 msgstr ""
741746
742747 #. TRANSLATORS: the age of the metadata
743 #: src/fu-util.c:1630
748 #: src/fu-util.c:1667
744749 msgid "Age"
745750 msgstr ""
746751
747752 #. TRANSLATORS: the numeric priority
748 #: src/fu-util.c:1637
753 #: src/fu-util.c:1674
749754 msgid "Priority"
750755 msgstr ""
751756
752757 #. TRANSLATORS: remote filename base
753 #: src/fu-util.c:1642
758 #: src/fu-util.c:1679
754759 msgid "Username"
755760 msgstr ""
756761
757762 #. TRANSLATORS: remote filename base
758 #: src/fu-util.c:1647
763 #: src/fu-util.c:1684
759764 msgid "Password"
760765 msgstr ""
761766
762767 #. TRANSLATORS: filename of the local file
763 #: src/fu-util.c:1652
768 #: src/fu-util.c:1689
764769 msgid "Filename"
765770 msgstr ""
766771
767772 #. TRANSLATORS: filename of the local file
768 #: src/fu-util.c:1657
773 #: src/fu-util.c:1694
769774 msgid "Filename Signature"
770775 msgstr ""
771776
772777 #. TRANSLATORS: remote URI
773 #: src/fu-util.c:1662
778 #: src/fu-util.c:1699
774779 msgid "Metadata URI"
775780 msgstr ""
776781
777782 #. TRANSLATORS: remote URI
778 #: src/fu-util.c:1667
783 #: src/fu-util.c:1704
779784 msgid "Metadata URI Signature"
780785 msgstr ""
781786
782787 #. TRANSLATORS: remote URI
783 #: src/fu-util.c:1672
788 #: src/fu-util.c:1709
784789 msgid "Firmware Base URI"
785790 msgstr ""
786791
787792 #. TRANSLATORS: URI to send success/failure reports
788 #: src/fu-util.c:1677
793 #: src/fu-util.c:1714
789794 msgid "Report URI"
790795 msgstr ""
791796
792797 #. TRANSLATORS: this is when a device is hotplugged
793 #: src/fu-util.c:1704
798 #: src/fu-util.c:1741
794799 msgid "Device added:"
795800 msgstr "Aygıt eklendi:"
796801
797802 #. TRANSLATORS: this is when a device is hotplugged
798 #: src/fu-util.c:1714
803 #: src/fu-util.c:1751
799804 msgid "Device removed:"
800805 msgstr "Aygıt çıkarıldı:"
801806
802807 #. TRANSLATORS: this is when a device has been updated
803 #: src/fu-util.c:1724
808 #: src/fu-util.c:1761
804809 msgid "Device changed:"
805810 msgstr "Aygıt değişti:"
806811
807812 #. TRANSLATORS: explain why we want to upload
808 #: src/fu-util.c:1915
813 #: src/fu-util.c:1952
809814 msgid "An update requires a reboot to complete."
810815 msgstr ""
811816
812817 #. TRANSLATORS: reboot to apply the update
813 #: src/fu-util.c:1917
818 #: src/fu-util.c:1954
814819 msgid "Restart now?"
815820 msgstr ""
816821
817822 #. TRANSLATORS: command line option
818 #: src/fu-util.c:2087
823 #: src/fu-util.c:2116
819824 msgid "Show extra debugging information"
820825 msgstr ""
821826
822827 #. TRANSLATORS: command line option
823 #: src/fu-util.c:2090
828 #: src/fu-util.c:2119
824829 msgid "Show client and daemon versions"
825830 msgstr ""
826831
827832 #. TRANSLATORS: command line option
828 #: src/fu-util.c:2093
833 #: src/fu-util.c:2122
829834 msgid "Schedule installation for next reboot when possible"
830835 msgstr ""
831836
832837 #. TRANSLATORS: command line option
833 #: src/fu-util.c:2096
838 #: src/fu-util.c:2125
834839 msgid "Allow re-installing existing firmware versions"
835840 msgstr ""
836841
837842 #. TRANSLATORS: command line option
838 #: src/fu-util.c:2099
843 #: src/fu-util.c:2128
839844 msgid "Allow downgrading firmware versions"
840845 msgstr ""
841846
842847 #. TRANSLATORS: command line option
843 #: src/fu-util.c:2102
848 #: src/fu-util.c:2131
844849 msgid "Override plugin warning"
845850 msgstr ""
846851
847852 #. TRANSLATORS: command line option
848 #: src/fu-util.c:2105
853 #: src/fu-util.c:2134
849854 msgid "Answer yes to all questions"
850855 msgstr ""
851856
852857 #. TRANSLATORS: command line option
853 #: src/fu-util.c:2108
858 #: src/fu-util.c:2137
854859 msgid "Do not check for unreported history"
855860 msgstr ""
856861
857862 #. TRANSLATORS: command line option
858 #: src/fu-util.c:2111
863 #: src/fu-util.c:2140
859864 msgid "Do not check for old metadata"
860865 msgstr ""
861866
862867 #. TRANSLATORS: command line option
863 #: src/fu-util.c:2114
868 #: src/fu-util.c:2143
864869 msgid "Do not check for reboot after update"
865870 msgstr ""
866871
867872 #. TRANSLATORS: command description
868 #: src/fu-util.c:2137
873 #: src/fu-util.c:2166
869874 msgid "Get all devices that support firmware updates"
870875 msgstr ""
871876
872877 #. TRANSLATORS: command description
873 #: src/fu-util.c:2143
878 #: src/fu-util.c:2172
874879 msgid "Return all the hardware IDs for the machine"
875880 msgstr ""
876881
877882 #. TRANSLATORS: command description
878 #: src/fu-util.c:2149
883 #: src/fu-util.c:2178
879884 msgid "Install prepared updates now"
880885 msgstr ""
881886
882887 #. TRANSLATORS: command description
883 #: src/fu-util.c:2155
888 #: src/fu-util.c:2184
884889 msgid "Show history of firmware updates"
885890 msgstr ""
886891
887892 #. TRANSLATORS: command description
888 #: src/fu-util.c:2161
893 #: src/fu-util.c:2190
889894 msgid "Erase all firmware update history"
890895 msgstr ""
891896
892897 #. TRANSLATORS: command description
893 #: src/fu-util.c:2167
898 #: src/fu-util.c:2196
894899 msgid "Share firmware history with the developers"
895900 msgstr ""
896901
897902 #. TRANSLATORS: command description
898 #: src/fu-util.c:2173
903 #: src/fu-util.c:2202
899904 msgid "Install a firmware file on this hardware"
900905 msgstr ""
901906
902907 #. TRANSLATORS: command description
903 #: src/fu-util.c:2179
908 #: src/fu-util.c:2208
904909 msgid "Gets details about a firmware file"
905910 msgstr ""
906911
907912 #. TRANSLATORS: command description
908 #: src/fu-util.c:2185
913 #: src/fu-util.c:2214
909914 msgid "Gets the list of updates for connected hardware"
910915 msgstr ""
911916
912917 #. TRANSLATORS: command description
913 #: src/fu-util.c:2191
918 #: src/fu-util.c:2220
914919 msgid "Updates all firmware to latest versions available"
915920 msgstr ""
916921
917922 #. TRANSLATORS: command description
918 #: src/fu-util.c:2197
923 #: src/fu-util.c:2226
919924 msgid "Gets the cryptographic hash of the dumped firmware"
920925 msgstr ""
921926
922927 #. TRANSLATORS: command description
923 #: src/fu-util.c:2203
928 #: src/fu-util.c:2232
924929 msgid "Unlocks the device for firmware access"
925930 msgstr ""
926931
927932 #. TRANSLATORS: command description
928 #: src/fu-util.c:2209
933 #: src/fu-util.c:2238
929934 msgid "Clears the results from the last update"
930935 msgstr ""
931936
932937 #. TRANSLATORS: command description
933 #: src/fu-util.c:2215
938 #: src/fu-util.c:2244
934939 msgid "Clears any updates scheduled to be updated offline"
935940 msgstr ""
936941
937942 #. TRANSLATORS: command description
938 #: src/fu-util.c:2221
943 #: src/fu-util.c:2250
939944 msgid "Gets the results from the last update"
940945 msgstr ""
941946
942947 #. TRANSLATORS: command description
943 #: src/fu-util.c:2227
948 #: src/fu-util.c:2256
944949 msgid "Gets the releases for a device"
945950 msgstr ""
946951
947952 #. TRANSLATORS: command description
948 #: src/fu-util.c:2233
953 #: src/fu-util.c:2262
949954 msgid "Gets the configured remotes"
950955 msgstr ""
951956
952957 #. TRANSLATORS: command description
953 #: src/fu-util.c:2239
958 #: src/fu-util.c:2268
954959 msgid "Downgrades the firmware on a device"
955960 msgstr ""
956961
957962 #. TRANSLATORS: command description
958 #: src/fu-util.c:2245
963 #: src/fu-util.c:2274
959964 msgid "Refresh metadata from remote server"
960965 msgstr ""
961966
962967 #. TRANSLATORS: command description
963 #: src/fu-util.c:2251
968 #: src/fu-util.c:2280
964969 msgid "Update the stored metadata with current ROM contents"
965970 msgstr ""
966971
967972 #. TRANSLATORS: command description
968 #: src/fu-util.c:2257
973 #: src/fu-util.c:2286
969974 msgid "Monitor the daemon for events"
970975 msgstr ""
971976
972977 #. TRANSLATORS: command description
973 #: src/fu-util.c:2263
978 #: src/fu-util.c:2292
974979 msgid "Build firmware using a sandbox"
975980 msgstr ""
976981
977982 #. TRANSLATORS: command description
978 #: src/fu-util.c:2269
983 #: src/fu-util.c:2298
979984 msgid "Dump SMBIOS data from a file"
980985 msgstr ""
981986
982987 #. TRANSLATORS: command description
983 #: src/fu-util.c:2275
988 #: src/fu-util.c:2304
984989 msgid "Modifies a given remote"
985990 msgstr ""
986991
987992 #. TRANSLATORS: program name
988 #: src/fu-util.c:2305
993 #: src/fu-util.c:2334
989994 msgid "Firmware Utility"
990995 msgstr "Ürün Yazılımı Yardımcı Programı"
+108
-103
po/uk.po less more
77 msgstr ""
88 "Project-Id-Version: fwupd\n"
99 "Report-Msgid-Bugs-To: \n"
10 "POT-Creation-Date: 2018-02-13 21:34+0000\n"
11 "PO-Revision-Date: 2018-02-14 06:23+0000\n"
12 "Last-Translator: Yuri Chornoivan <yurchor@ukr.net>\n"
10 "POT-Creation-Date: 2018-03-12 10:37+0000\n"
11 "PO-Revision-Date: 2018-03-12 10:37+0000\n"
12 "Last-Translator: Richard Hughes <richard@hughsie.com>\n"
1313 "Language-Team: Ukrainian (http://www.transifex.com/freedesktop/fwupd/language/uk/)\n"
1414 "MIME-Version: 1.0\n"
1515 "Content-Type: text/plain; charset=UTF-8\n"
140140
141141 #. TRANSLATORS: this is when a device is hotplugged
142142 #. TRANSLATORS: this is when the daemon state changes
143 #: plugins/dfu/dfu-tool.c:1478 src/fu-util.c:1731
143 #: plugins/dfu/dfu-tool.c:1478 src/fu-util.c:1768
144144 msgid "Changed"
145145 msgstr "Змінено"
146146
147147 #. TRANSLATORS: this is when a device ctrl+c's a watch
148 #: plugins/dfu/dfu-tool.c:1486 src/fu-util.c:1693
148 #: plugins/dfu/dfu-tool.c:1486 src/fu-util.c:1730
149149 msgid "Cancelled"
150150 msgstr "Скасовано"
151151
152152 #. TRANSLATORS: Appstream ID for the hardware type
153 #: plugins/dfu/dfu-tool.c:1978 src/fu-util.c:1512
153 #: plugins/dfu/dfu-tool.c:1978 src/fu-util.c:1549
154154 msgid "ID"
155155 msgstr "Ід."
156156
158158 #. TRANSLATORS: device name, e.g. 'ColorHug2'
159159 #. TRANSLATORS: section header for the release name
160160 #: plugins/dfu/dfu-tool.c:1984 plugins/dfu/dfu-tool.c:1990
161 #: plugins/dfu/dfu-tool.c:2104 src/fu-util.c:1283
161 #: plugins/dfu/dfu-tool.c:2104 src/fu-util.c:1321
162162 msgid "Name"
163163 msgstr "Назва"
164164
380380
381381 #. TRANSLATORS: the user didn't read the man page
382382 #: plugins/dfu/dfu-tool.c:2423 plugins/synapticsmst/synapticsmst-tool.c:424
383 #: src/fu-util.c:2310
383 #: src/fu-util.c:2339
384384 msgid "Failed to parse arguments"
385385 msgstr "Не вдалося обробити аргументи"
386386
399399 msgstr "Засіб багатопотокового передавання Synaptics"
400400
401401 #. TRANSLATORS: this is shown when updating the firmware after the reboot
402 #: plugins/uefi/fu-plugin-uefi.c:399
402 #: plugins/uefi/fu-plugin-uefi.c:403
403403 msgid "Installing firmware update…"
404404 msgstr "Встановлюємо оновлення мікропрограми…"
405405
511511 #. TRANSLATORS: the user isn't reading the question
512512 #: src/fu-util.c:242
513513 #, c-format
514 msgid "Please enter a number from 1 to %u: "
515 msgstr "Будь ласка, введіть число від 1 до %u: "
514 msgid "Please enter a number from 0 to %u: "
515 msgstr ""
516516
517517 #. TRANSLATORS: get interactive prompt
518518 #: src/fu-util.c:305
519519 msgid "Choose a device:"
520520 msgstr "Виберіть пристрій:"
521521
522 #. TRANSLATORS: this is to abort the interactive prompt
523 #: src/fu-util.c:307
524 msgid "Cancel"
525 msgstr ""
526
522527 #. TRANSLATORS: a list of failed updates
523 #: src/fu-util.c:418
528 #: src/fu-util.c:427
524529 msgid "Devices that were not updated correctly:"
525530 msgstr "Пристрої, для яких не вдалося оновити дані належним чином:"
526531
527532 #. TRANSLATORS: a list of successful updates
528 #: src/fu-util.c:432
533 #: src/fu-util.c:441
529534 msgid "Devices that have been updated successfully:"
530535 msgstr "Пристрої, для яких вдалося успішно оновити дані:"
531536
532537 #. TRANSLATORS: explain why we want to upload
533 #: src/fu-util.c:446
538 #: src/fu-util.c:455
534539 msgid "Upload report now?"
535540 msgstr "Вивантажити звіт зараз?"
536541
537542 #. TRANSLATORS: metadata is downloaded from the Internet
538 #: src/fu-util.c:448 src/fu-util.c:1453
543 #: src/fu-util.c:457 src/fu-util.c:1490
539544 msgid "Requires internet connection"
540545 msgstr "Потребує з'єднання із інтернетом"
541546
542547 #. TRANSLATORS: nothing attached that can be upgraded
543 #: src/fu-util.c:470
548 #: src/fu-util.c:479
544549 msgid "No hardware detected with firmware update capability"
545550 msgstr "Не виявлено обладнання із передбаченою можливістю оновлення мікропрограми"
546551
547552 #. TRANSLATORS: the first replacement is a display name
548553 #. * e.g. "ColorHugALS" and the second is a version number
549554 #. * e.g. "1.2.3"
550 #: src/fu-util.c:642
555 #: src/fu-util.c:651
551556 #, c-format
552557 msgid "Reinstalling %s with %s... "
553558 msgstr "Повторно встановлюємо %s з номером версії %s... "
555560 #. TRANSLATORS: the first replacement is a display name
556561 #. * e.g. "ColorHugALS" and the second and third are
557562 #. * version numbers e.g. "1.2.3"
558 #: src/fu-util.c:649
563 #: src/fu-util.c:658
559564 #, c-format
560565 msgid "Downgrading %s from %s to %s... "
561566 msgstr "Знижуємо версію %s з %s до %s... "
563568 #. TRANSLATORS: the first replacement is a display name
564569 #. * e.g. "ColorHugALS" and the second and third are
565570 #. * version numbers e.g. "1.2.3"
566 #: src/fu-util.c:657
571 #: src/fu-util.c:666
567572 #, c-format
568573 msgid "Updating %s from %s to %s... "
569574 msgstr "Оновлюємо %s з %s до %s... "
570575
571 #: src/fu-util.c:685
576 #: src/fu-util.c:694
572577 msgid "Done!"
573578 msgstr "Виконано!"
574579
575 #: src/fu-util.c:717
580 #: src/fu-util.c:726
576581 msgid "Target"
577582 msgstr "Ціль"
578583
579 #: src/fu-util.c:718
584 #: src/fu-util.c:727
580585 msgid "Payload"
581586 msgstr "Вміст"
582587
583 #: src/fu-util.c:719
588 #: src/fu-util.c:728
584589 msgid "Proceed with upload?"
585590 msgstr "Продовжити вивантаження?"
586591
587592 #. TRANSLATORS: the server sent the user a small message
588 #: src/fu-util.c:788
593 #: src/fu-util.c:807
589594 msgid "Update failure is a known issue, visit this URL for more information:"
590595 msgstr "Нам відомо про помилку під час оновлення. Будь ласка, відвідайте цю адресу, щоб дізнатися більше:"
591596
592597 #. TRANSLATORS: the server sent the user a small message
593 #: src/fu-util.c:792
598 #: src/fu-util.c:811
594599 msgid "Upload message:"
595600 msgstr "Повідомлення про вивантаження:"
596601
597 #: src/fu-util.c:986 src/fu-util.c:1376
602 #: src/fu-util.c:1034 src/fu-util.c:1414
598603 msgid "OK"
599604 msgstr "Гаразд"
600605
601606 #. TRANSLATORS: downloading new signing file
602 #: src/fu-util.c:1091
607 #: src/fu-util.c:1139
603608 msgid "Fetching signature"
604609 msgstr "Отримуємо підпис"
605610
606611 #. TRANSLATORS: downloading new metadata file
607 #: src/fu-util.c:1094
612 #: src/fu-util.c:1142
608613 msgid "Fetching metadata"
609614 msgstr "Отримуємо метадані"
610615
611616 #. TRANSLATORS: downloading new firmware file
612 #: src/fu-util.c:1097
617 #: src/fu-util.c:1145
613618 msgid "Fetching firmware"
614619 msgstr "Отримуємо мікропрограму"
615620
616621 #. TRANSLATORS: downloading unknown file
617 #: src/fu-util.c:1100
622 #: src/fu-util.c:1148
618623 msgid "Fetching file"
619624 msgstr "Отримуємо файл"
620625
621626 #. TRANSLATORS: section header for release version number
622 #: src/fu-util.c:1280
627 #: src/fu-util.c:1318
623628 msgid "Version"
624629 msgstr "Версія"
625630
626631 #. TRANSLATORS: section header for the release one line summary
627 #: src/fu-util.c:1286
632 #: src/fu-util.c:1324
628633 msgid "Summary"
629634 msgstr "Резюме"
630635
631636 #. TRANSLATORS: section header for the remote the file is coming from
632 #: src/fu-util.c:1289
637 #: src/fu-util.c:1327
633638 msgid "Remote"
634639 msgstr "Віддалений пристрій"
635640
636641 #. TRANSLATORS: section header for firmware URI
637 #: src/fu-util.c:1292
642 #: src/fu-util.c:1330
638643 msgid "URI"
639644 msgstr "Адреса"
640645
641646 #. TRANSLATORS: section header for firmware description
642 #: src/fu-util.c:1298
647 #: src/fu-util.c:1336
643648 msgid "Description"
644649 msgstr "Опис"
645650
646651 #. TRANSLATORS: section header for firmware checksum
647652 #. TRANSLATORS: remote checksum
648 #: src/fu-util.c:1306 src/fu-util.c:1603
653 #: src/fu-util.c:1344 src/fu-util.c:1640
649654 msgid "Checksum"
650655 msgstr "Контрольна сума"
651656
652657 #. TRANSLATORS: get interactive prompt
653 #: src/fu-util.c:1338
658 #: src/fu-util.c:1376
654659 msgid "Choose a release:"
655660 msgstr "Виберіть випуск:"
656661
657662 #. TRANSLATORS: the metadata is very out of date; %u is a number > 1
658 #: src/fu-util.c:1443
663 #: src/fu-util.c:1480
659664 #, c-format
660665 msgid ""
661666 "Firmware metadata has not been updated for %u day and may not be up to date."
667672 msgstr[2] "Метадані мікропрограми не оновлювалися %u днів, можливо, вони вже не є актуальними."
668673
669674 #. TRANSLATORS: ask the user if we can update the metadata
670 #: src/fu-util.c:1451
675 #: src/fu-util.c:1488
671676 msgid "Update now?"
672677 msgstr "Оновити зараз?"
673678
674679 #. TRANSLATORS: first replacement is device name
675 #: src/fu-util.c:1496
680 #: src/fu-util.c:1533
676681 #, c-format
677682 msgid "%s has firmware updates:"
678683 msgstr "%s має такі оновлення мікропрограми:"
679684
680 #: src/fu-util.c:1503
685 #: src/fu-util.c:1540
681686 msgid "GUID"
682687 msgstr "GUID"
683688
684689 #. TRANSLATORS: section header for firmware version
685 #: src/fu-util.c:1515
690 #: src/fu-util.c:1552
686691 msgid "Update Version"
687692 msgstr "Версія оновлення"
688693
689694 #. TRANSLATORS: section header for the release name
690 #: src/fu-util.c:1519
695 #: src/fu-util.c:1556
691696 msgid "Update Name"
692697 msgstr "Назва оновлення"
693698
694699 #. TRANSLATORS: section header for the release one line summary
695 #: src/fu-util.c:1522
700 #: src/fu-util.c:1559
696701 msgid "Update Summary"
697702 msgstr "Резюме оновлення"
698703
699704 #. TRANSLATORS: section header for remote ID, e.g. lvfs-testing
700 #: src/fu-util.c:1525
705 #: src/fu-util.c:1562
701706 msgid "Update Remote ID"
702707 msgstr "Оновити віддалений ідентифікатор"
703708
704709 #. TRANSLATORS: section header for firmware checksum
705 #: src/fu-util.c:1534
710 #: src/fu-util.c:1571
706711 msgid "Update Checksum"
707712 msgstr "Контрольна сума оновлення"
708713
709714 #. TRANSLATORS: section header for firmware remote http://
710 #: src/fu-util.c:1538
715 #: src/fu-util.c:1575
711716 msgid "Update Location"
712717 msgstr "Місце оновлення"
713718
714719 #. TRANSLATORS: section header for long firmware desc
715 #: src/fu-util.c:1549
720 #: src/fu-util.c:1586
716721 msgid "Update Description"
717722 msgstr "Опис оновлення"
718723
719724 #. TRANSLATORS: remote identifier, e.g. lvfs-testing
720 #: src/fu-util.c:1581
725 #: src/fu-util.c:1618
721726 msgid "Remote ID"
722727 msgstr "Віддалений ідентифікатор"
723728
724729 #. TRANSLATORS: remote title, e.g. "Linux Vendor Firmware Service"
725 #: src/fu-util.c:1585
730 #: src/fu-util.c:1622
726731 msgid "Title"
727732 msgstr "Заголовок"
728733
729734 #. TRANSLATORS: remote type, e.g. remote or local
730 #: src/fu-util.c:1589
735 #: src/fu-util.c:1626
731736 msgid "Type"
732737 msgstr "Тип"
733738
734 #: src/fu-util.c:1594
739 #: src/fu-util.c:1631
735740 msgid "Keyring"
736741 msgstr "Сховище ключів"
737742
738743 #. TRANSLATORS: if the remote is enabled
739 #: src/fu-util.c:1599
744 #: src/fu-util.c:1636
740745 msgid "Enabled"
741746 msgstr "Увімкнено"
742747
743748 #. TRANSLATORS: the age of the metadata
744 #: src/fu-util.c:1630
749 #: src/fu-util.c:1667
745750 msgid "Age"
746751 msgstr "Вік"
747752
748753 #. TRANSLATORS: the numeric priority
749 #: src/fu-util.c:1637
754 #: src/fu-util.c:1674
750755 msgid "Priority"
751756 msgstr "Пріоритетність"
752757
753758 #. TRANSLATORS: remote filename base
754 #: src/fu-util.c:1642
759 #: src/fu-util.c:1679
755760 msgid "Username"
756761 msgstr "Користувач"
757762
758763 #. TRANSLATORS: remote filename base
759 #: src/fu-util.c:1647
764 #: src/fu-util.c:1684
760765 msgid "Password"
761766 msgstr "Пароль"
762767
763768 #. TRANSLATORS: filename of the local file
764 #: src/fu-util.c:1652
769 #: src/fu-util.c:1689
765770 msgid "Filename"
766771 msgstr "Назва файла"
767772
768773 #. TRANSLATORS: filename of the local file
769 #: src/fu-util.c:1657
774 #: src/fu-util.c:1694
770775 msgid "Filename Signature"
771776 msgstr "Підпис назви файла"
772777
773778 #. TRANSLATORS: remote URI
774 #: src/fu-util.c:1662
779 #: src/fu-util.c:1699
775780 msgid "Metadata URI"
776781 msgstr "Адреса метаданих"
777782
778783 #. TRANSLATORS: remote URI
779 #: src/fu-util.c:1667
784 #: src/fu-util.c:1704
780785 msgid "Metadata URI Signature"
781786 msgstr "Підпис адреси метаданих"
782787
783788 #. TRANSLATORS: remote URI
784 #: src/fu-util.c:1672
789 #: src/fu-util.c:1709
785790 msgid "Firmware Base URI"
786791 msgstr "Основна адреса мікропрограми"
787792
788793 #. TRANSLATORS: URI to send success/failure reports
789 #: src/fu-util.c:1677
794 #: src/fu-util.c:1714
790795 msgid "Report URI"
791796 msgstr "Адреса звіту"
792797
793798 #. TRANSLATORS: this is when a device is hotplugged
794 #: src/fu-util.c:1704
799 #: src/fu-util.c:1741
795800 msgid "Device added:"
796801 msgstr "Додано пристрій:"
797802
798803 #. TRANSLATORS: this is when a device is hotplugged
799 #: src/fu-util.c:1714
804 #: src/fu-util.c:1751
800805 msgid "Device removed:"
801806 msgstr "Вилучено пристрій:"
802807
803808 #. TRANSLATORS: this is when a device has been updated
804 #: src/fu-util.c:1724
809 #: src/fu-util.c:1761
805810 msgid "Device changed:"
806811 msgstr "Змінено пристрій:"
807812
808813 #. TRANSLATORS: explain why we want to upload
809 #: src/fu-util.c:1915
814 #: src/fu-util.c:1952
810815 msgid "An update requires a reboot to complete."
811816 msgstr "Для завершення оновлення слід перезавантажити систему."
812817
813818 #. TRANSLATORS: reboot to apply the update
814 #: src/fu-util.c:1917
819 #: src/fu-util.c:1954
815820 msgid "Restart now?"
816821 msgstr "Перезавантажити зараз?"
817822
818823 #. TRANSLATORS: command line option
819 #: src/fu-util.c:2087
824 #: src/fu-util.c:2116
820825 msgid "Show extra debugging information"
821826 msgstr "Показати додаткові діагностичні дані"
822827
823828 #. TRANSLATORS: command line option
824 #: src/fu-util.c:2090
829 #: src/fu-util.c:2119
825830 msgid "Show client and daemon versions"
826831 msgstr "Вивести дані щодо версій клієнат і фонової служби"
827832
828833 #. TRANSLATORS: command line option
829 #: src/fu-util.c:2093
834 #: src/fu-util.c:2122
830835 msgid "Schedule installation for next reboot when possible"
831836 msgstr "Якщо можливо, запланувати встановлення на наступне перезавантаження"
832837
833838 #. TRANSLATORS: command line option
834 #: src/fu-util.c:2096
839 #: src/fu-util.c:2125
835840 msgid "Allow re-installing existing firmware versions"
836841 msgstr "Дозволити повторне встановлення наявних версій мікропрограми"
837842
838843 #. TRANSLATORS: command line option
839 #: src/fu-util.c:2099
844 #: src/fu-util.c:2128
840845 msgid "Allow downgrading firmware versions"
841846 msgstr "Дозволити зниження версій мікропрограми"
842847
843848 #. TRANSLATORS: command line option
844 #: src/fu-util.c:2102
849 #: src/fu-util.c:2131
845850 msgid "Override plugin warning"
846851 msgstr "Перевизначити попередження для додатка"
847852
848853 #. TRANSLATORS: command line option
849 #: src/fu-util.c:2105
854 #: src/fu-util.c:2134
850855 msgid "Answer yes to all questions"
851856 msgstr "Відповідати «так» на усі питання"
852857
853858 #. TRANSLATORS: command line option
854 #: src/fu-util.c:2108
859 #: src/fu-util.c:2137
855860 msgid "Do not check for unreported history"
856861 msgstr "Не перевіряти, чи є ненадіслані звіти у журналі"
857862
858863 #. TRANSLATORS: command line option
859 #: src/fu-util.c:2111
864 #: src/fu-util.c:2140
860865 msgid "Do not check for old metadata"
861866 msgstr "Не перевіряти, чи є застарілі метадані"
862867
863868 #. TRANSLATORS: command line option
864 #: src/fu-util.c:2114
869 #: src/fu-util.c:2143
865870 msgid "Do not check for reboot after update"
866871 msgstr "Не перевіряти, чи слід перезавантажуватися після оновлення"
867872
868873 #. TRANSLATORS: command description
869 #: src/fu-util.c:2137
874 #: src/fu-util.c:2166
870875 msgid "Get all devices that support firmware updates"
871876 msgstr "Отримати список усіх пристроїв, у яких передбачено оновлення мікропрограми"
872877
873878 #. TRANSLATORS: command description
874 #: src/fu-util.c:2143
879 #: src/fu-util.c:2172
875880 msgid "Return all the hardware IDs for the machine"
876881 msgstr "Повернути усі ідентифікатори апаратного забезпечення комп’ютера"
877882
878883 #. TRANSLATORS: command description
879 #: src/fu-util.c:2149
884 #: src/fu-util.c:2178
880885 msgid "Install prepared updates now"
881886 msgstr "Встановити приготовані оновлення зараз"
882887
883888 #. TRANSLATORS: command description
884 #: src/fu-util.c:2155
889 #: src/fu-util.c:2184
885890 msgid "Show history of firmware updates"
886891 msgstr "Показати журнал оновлень мікропрограми"
887892
888893 #. TRANSLATORS: command description
889 #: src/fu-util.c:2161
894 #: src/fu-util.c:2190
890895 msgid "Erase all firmware update history"
891896 msgstr "Витерти увесь журнал оновлень мікропрограми"
892897
893898 #. TRANSLATORS: command description
894 #: src/fu-util.c:2167
899 #: src/fu-util.c:2196
895900 msgid "Share firmware history with the developers"
896901 msgstr "Поділитися журналом оновлень із розробниками"
897902
898903 #. TRANSLATORS: command description
899 #: src/fu-util.c:2173
904 #: src/fu-util.c:2202
900905 msgid "Install a firmware file on this hardware"
901906 msgstr "Встановити файл мікропрограми на це обладнання"
902907
903908 #. TRANSLATORS: command description
904 #: src/fu-util.c:2179
909 #: src/fu-util.c:2208
905910 msgid "Gets details about a firmware file"
906911 msgstr "Отримати параметри файла мікропрограми"
907912
908913 #. TRANSLATORS: command description
909 #: src/fu-util.c:2185
914 #: src/fu-util.c:2214
910915 msgid "Gets the list of updates for connected hardware"
911916 msgstr "Отримує список оновлень для з’єднаного обладнання"
912917
913918 #. TRANSLATORS: command description
914 #: src/fu-util.c:2191
919 #: src/fu-util.c:2220
915920 msgid "Updates all firmware to latest versions available"
916921 msgstr "Оновлює усі мікропрограми до найновіших доступних версій"
917922
918923 #. TRANSLATORS: command description
919 #: src/fu-util.c:2197
924 #: src/fu-util.c:2226
920925 msgid "Gets the cryptographic hash of the dumped firmware"
921926 msgstr "Отримує криптографічні хеш-суми для дампів мікропрограм"
922927
923928 #. TRANSLATORS: command description
924 #: src/fu-util.c:2203
929 #: src/fu-util.c:2232
925930 msgid "Unlocks the device for firmware access"
926931 msgstr "Розблоковує пристрій для доступу до мікропрограми"
927932
928933 #. TRANSLATORS: command description
929 #: src/fu-util.c:2209
934 #: src/fu-util.c:2238
930935 msgid "Clears the results from the last update"
931936 msgstr "Вилучає результати останнього оновлення"
932937
933938 #. TRANSLATORS: command description
934 #: src/fu-util.c:2215
939 #: src/fu-util.c:2244
935940 msgid "Clears any updates scheduled to be updated offline"
936941 msgstr "Спорожняє список усіх оновлень, які заплановано для автономного режиму"
937942
938943 #. TRANSLATORS: command description
939 #: src/fu-util.c:2221
944 #: src/fu-util.c:2250
940945 msgid "Gets the results from the last update"
941946 msgstr "Отримує результати з останнього оновлення"
942947
943948 #. TRANSLATORS: command description
944 #: src/fu-util.c:2227
949 #: src/fu-util.c:2256
945950 msgid "Gets the releases for a device"
946951 msgstr "Отримує випуски для пристрою"
947952
948953 #. TRANSLATORS: command description
949 #: src/fu-util.c:2233
954 #: src/fu-util.c:2262
950955 msgid "Gets the configured remotes"
951956 msgstr "Отримує налаштовані віддалені пристрої"
952957
953958 #. TRANSLATORS: command description
954 #: src/fu-util.c:2239
959 #: src/fu-util.c:2268
955960 msgid "Downgrades the firmware on a device"
956961 msgstr "Знижує версію мікропрограми на пристрої"
957962
958963 #. TRANSLATORS: command description
959 #: src/fu-util.c:2245
964 #: src/fu-util.c:2274
960965 msgid "Refresh metadata from remote server"
961966 msgstr "Оновити метадані з віддаленого сервера"
962967
963968 #. TRANSLATORS: command description
964 #: src/fu-util.c:2251
969 #: src/fu-util.c:2280
965970 msgid "Update the stored metadata with current ROM contents"
966971 msgstr "Оновити збережені метадані на основі поточного вмісту ROM"
967972
968973 #. TRANSLATORS: command description
969 #: src/fu-util.c:2257
974 #: src/fu-util.c:2286
970975 msgid "Monitor the daemon for events"
971976 msgstr "Стежити за подіями у фоновій службі"
972977
973978 #. TRANSLATORS: command description
974 #: src/fu-util.c:2263
979 #: src/fu-util.c:2292
975980 msgid "Build firmware using a sandbox"
976981 msgstr "Зібрати мікропрограму за допомогою пісочниці"
977982
978983 #. TRANSLATORS: command description
979 #: src/fu-util.c:2269
984 #: src/fu-util.c:2298
980985 msgid "Dump SMBIOS data from a file"
981986 msgstr "Записати дані SMBIOS з файла"
982987
983988 #. TRANSLATORS: command description
984 #: src/fu-util.c:2275
989 #: src/fu-util.c:2304
985990 msgid "Modifies a given remote"
986991 msgstr "Змінює вказаний запис віддаленого пристрою"
987992
988993 #. TRANSLATORS: program name
989 #: src/fu-util.c:2305
994 #: src/fu-util.c:2334
990995 msgid "Firmware Utility"
991996 msgstr "Засіб роботи з мікропрограмами"
1111 msgstr ""
1212 "Project-Id-Version: fwupd\n"
1313 "Report-Msgid-Bugs-To: \n"
14 "POT-Creation-Date: 2018-02-13 21:34+0000\n"
15 "PO-Revision-Date: 2018-02-13 21:34+0000\n"
14 "POT-Creation-Date: 2018-03-12 10:37+0000\n"
15 "PO-Revision-Date: 2018-03-12 10:37+0000\n"
1616 "Last-Translator: Richard Hughes <richard@hughsie.com>\n"
1717 "Language-Team: Chinese (China) (http://www.transifex.com/freedesktop/fwupd/language/zh_CN/)\n"
1818 "MIME-Version: 1.0\n"
144144
145145 #. TRANSLATORS: this is when a device is hotplugged
146146 #. TRANSLATORS: this is when the daemon state changes
147 #: plugins/dfu/dfu-tool.c:1478 src/fu-util.c:1731
147 #: plugins/dfu/dfu-tool.c:1478 src/fu-util.c:1768
148148 msgid "Changed"
149149 msgstr "已变更"
150150
151151 #. TRANSLATORS: this is when a device ctrl+c's a watch
152 #: plugins/dfu/dfu-tool.c:1486 src/fu-util.c:1693
152 #: plugins/dfu/dfu-tool.c:1486 src/fu-util.c:1730
153153 msgid "Cancelled"
154154 msgstr "已取消"
155155
156156 #. TRANSLATORS: Appstream ID for the hardware type
157 #: plugins/dfu/dfu-tool.c:1978 src/fu-util.c:1512
157 #: plugins/dfu/dfu-tool.c:1978 src/fu-util.c:1549
158158 msgid "ID"
159159 msgstr "ID"
160160
162162 #. TRANSLATORS: device name, e.g. 'ColorHug2'
163163 #. TRANSLATORS: section header for the release name
164164 #: plugins/dfu/dfu-tool.c:1984 plugins/dfu/dfu-tool.c:1990
165 #: plugins/dfu/dfu-tool.c:2104 src/fu-util.c:1283
165 #: plugins/dfu/dfu-tool.c:2104 src/fu-util.c:1321
166166 msgid "Name"
167167 msgstr "名称"
168168
384384
385385 #. TRANSLATORS: the user didn't read the man page
386386 #: plugins/dfu/dfu-tool.c:2423 plugins/synapticsmst/synapticsmst-tool.c:424
387 #: src/fu-util.c:2310
387 #: src/fu-util.c:2339
388388 msgid "Failed to parse arguments"
389389 msgstr "未能解析参数"
390390
403403 msgstr "Synaptics 多流传输工具"
404404
405405 #. TRANSLATORS: this is shown when updating the firmware after the reboot
406 #: plugins/uefi/fu-plugin-uefi.c:399
406 #: plugins/uefi/fu-plugin-uefi.c:403
407407 msgid "Installing firmware update…"
408408 msgstr "正在安装固件更新..."
409409
515515 #. TRANSLATORS: the user isn't reading the question
516516 #: src/fu-util.c:242
517517 #, c-format
518 msgid "Please enter a number from 1 to %u: "
519 msgstr "请输入一个 1 和 %u 之间的数字:"
518 msgid "Please enter a number from 0 to %u: "
519 msgstr ""
520520
521521 #. TRANSLATORS: get interactive prompt
522522 #: src/fu-util.c:305
523523 msgid "Choose a device:"
524524 msgstr "选择一个设备:"
525525
526 #. TRANSLATORS: this is to abort the interactive prompt
527 #: src/fu-util.c:307
528 msgid "Cancel"
529 msgstr ""
530
526531 #. TRANSLATORS: a list of failed updates
527 #: src/fu-util.c:418
532 #: src/fu-util.c:427
528533 msgid "Devices that were not updated correctly:"
529534 msgstr "未正确更新的设备:"
530535
531536 #. TRANSLATORS: a list of successful updates
532 #: src/fu-util.c:432
537 #: src/fu-util.c:441
533538 msgid "Devices that have been updated successfully:"
534539 msgstr "成功更新的设备:"
535540
536541 #. TRANSLATORS: explain why we want to upload
537 #: src/fu-util.c:446
542 #: src/fu-util.c:455
538543 msgid "Upload report now?"
539544 msgstr "要上传报告吗?"
540545
541546 #. TRANSLATORS: metadata is downloaded from the Internet
542 #: src/fu-util.c:448 src/fu-util.c:1453
547 #: src/fu-util.c:457 src/fu-util.c:1490
543548 msgid "Requires internet connection"
544549 msgstr "需要互联网连接"
545550
546551 #. TRANSLATORS: nothing attached that can be upgraded
547 #: src/fu-util.c:470
552 #: src/fu-util.c:479
548553 msgid "No hardware detected with firmware update capability"
549554 msgstr "没有检测到支持更新固件的硬件"
550555
551556 #. TRANSLATORS: the first replacement is a display name
552557 #. * e.g. "ColorHugALS" and the second is a version number
553558 #. * e.g. "1.2.3"
554 #: src/fu-util.c:642
559 #: src/fu-util.c:651
555560 #, c-format
556561 msgid "Reinstalling %s with %s... "
557562 msgstr "正在重新安装 %s,使用 %s…"
559564 #. TRANSLATORS: the first replacement is a display name
560565 #. * e.g. "ColorHugALS" and the second and third are
561566 #. * version numbers e.g. "1.2.3"
562 #: src/fu-util.c:649
567 #: src/fu-util.c:658
563568 #, c-format
564569 msgid "Downgrading %s from %s to %s... "
565570 msgstr "正在降级 %s,从 %s 到 %s…"
567572 #. TRANSLATORS: the first replacement is a display name
568573 #. * e.g. "ColorHugALS" and the second and third are
569574 #. * version numbers e.g. "1.2.3"
570 #: src/fu-util.c:657
575 #: src/fu-util.c:666
571576 #, c-format
572577 msgid "Updating %s from %s to %s... "
573578 msgstr "正在更新 %s,从 %s 到 %s…"
574579
575 #: src/fu-util.c:685
580 #: src/fu-util.c:694
576581 msgid "Done!"
577582 msgstr "完成!"
578583
579 #: src/fu-util.c:717
584 #: src/fu-util.c:726
580585 msgid "Target"
581586 msgstr "目标"
582587
583 #: src/fu-util.c:718
588 #: src/fu-util.c:727
584589 msgid "Payload"
585590 msgstr "载荷"
586591
587 #: src/fu-util.c:719
592 #: src/fu-util.c:728
588593 msgid "Proceed with upload?"
589594 msgstr "确定要上传吗?"
590595
591596 #. TRANSLATORS: the server sent the user a small message
592 #: src/fu-util.c:788
597 #: src/fu-util.c:807
593598 msgid "Update failure is a known issue, visit this URL for more information:"
594 msgstr ""
599 msgstr "更新失败为已知问题,请访问此 URL 以获取详情:"
595600
596601 #. TRANSLATORS: the server sent the user a small message
597 #: src/fu-util.c:792
602 #: src/fu-util.c:811
598603 msgid "Upload message:"
599 msgstr ""
600
601 #: src/fu-util.c:986 src/fu-util.c:1376
604 msgstr "上传消息:"
605
606 #: src/fu-util.c:1034 src/fu-util.c:1414
602607 msgid "OK"
603608 msgstr "确定"
604609
605610 #. TRANSLATORS: downloading new signing file
606 #: src/fu-util.c:1091
611 #: src/fu-util.c:1139
607612 msgid "Fetching signature"
608613 msgstr "正在获取签名"
609614
610615 #. TRANSLATORS: downloading new metadata file
611 #: src/fu-util.c:1094
616 #: src/fu-util.c:1142
612617 msgid "Fetching metadata"
613618 msgstr "正在获取元信息"
614619
615620 #. TRANSLATORS: downloading new firmware file
616 #: src/fu-util.c:1097
621 #: src/fu-util.c:1145
617622 msgid "Fetching firmware"
618623 msgstr "正在获取固件"
619624
620625 #. TRANSLATORS: downloading unknown file
621 #: src/fu-util.c:1100
626 #: src/fu-util.c:1148
622627 msgid "Fetching file"
623628 msgstr "正在获取文件"
624629
625630 #. TRANSLATORS: section header for release version number
626 #: src/fu-util.c:1280
631 #: src/fu-util.c:1318
627632 msgid "Version"
628633 msgstr "版本"
629634
630635 #. TRANSLATORS: section header for the release one line summary
631 #: src/fu-util.c:1286
636 #: src/fu-util.c:1324
632637 msgid "Summary"
633638 msgstr "概览"
634639
635640 #. TRANSLATORS: section header for the remote the file is coming from
636 #: src/fu-util.c:1289
641 #: src/fu-util.c:1327
637642 msgid "Remote"
638643 msgstr "远程"
639644
640645 #. TRANSLATORS: section header for firmware URI
641 #: src/fu-util.c:1292
646 #: src/fu-util.c:1330
642647 msgid "URI"
643648 msgstr "URI"
644649
645650 #. TRANSLATORS: section header for firmware description
646 #: src/fu-util.c:1298
651 #: src/fu-util.c:1336
647652 msgid "Description"
648653 msgstr "描述"
649654
650655 #. TRANSLATORS: section header for firmware checksum
651656 #. TRANSLATORS: remote checksum
652 #: src/fu-util.c:1306 src/fu-util.c:1603
657 #: src/fu-util.c:1344 src/fu-util.c:1640
653658 msgid "Checksum"
654659 msgstr "校验和"
655660
656661 #. TRANSLATORS: get interactive prompt
657 #: src/fu-util.c:1338
662 #: src/fu-util.c:1376
658663 msgid "Choose a release:"
659664 msgstr "选择发行版本:"
660665
661666 #. TRANSLATORS: the metadata is very out of date; %u is a number > 1
662 #: src/fu-util.c:1443
667 #: src/fu-util.c:1480
663668 #, c-format
664669 msgid ""
665670 "Firmware metadata has not been updated for %u day and may not be up to date."
669674 msgstr[0] "固件元数据已有 %u 天未更新,数据可能不是最新的。"
670675
671676 #. TRANSLATORS: ask the user if we can update the metadata
672 #: src/fu-util.c:1451
677 #: src/fu-util.c:1488
673678 msgid "Update now?"
674679 msgstr "现在更新吗?"
675680
676681 #. TRANSLATORS: first replacement is device name
677 #: src/fu-util.c:1496
682 #: src/fu-util.c:1533
678683 #, c-format
679684 msgid "%s has firmware updates:"
680685 msgstr "%s 有固件更新:"
681686
682 #: src/fu-util.c:1503
687 #: src/fu-util.c:1540
683688 msgid "GUID"
684689 msgstr "GUID"
685690
686691 #. TRANSLATORS: section header for firmware version
687 #: src/fu-util.c:1515
692 #: src/fu-util.c:1552
688693 msgid "Update Version"
689694 msgstr "更新版本"
690695
691696 #. TRANSLATORS: section header for the release name
692 #: src/fu-util.c:1519
697 #: src/fu-util.c:1556
693698 msgid "Update Name"
694699 msgstr "更新名称"
695700
696701 #. TRANSLATORS: section header for the release one line summary
697 #: src/fu-util.c:1522
702 #: src/fu-util.c:1559
698703 msgid "Update Summary"
699704 msgstr "更新概览"
700705
701706 #. TRANSLATORS: section header for remote ID, e.g. lvfs-testing
702 #: src/fu-util.c:1525
707 #: src/fu-util.c:1562
703708 msgid "Update Remote ID"
704709 msgstr "更新远程 ID"
705710
706711 #. TRANSLATORS: section header for firmware checksum
707 #: src/fu-util.c:1534
712 #: src/fu-util.c:1571
708713 msgid "Update Checksum"
709714 msgstr "更新校验和"
710715
711716 #. TRANSLATORS: section header for firmware remote http://
712 #: src/fu-util.c:1538
717 #: src/fu-util.c:1575
713718 msgid "Update Location"
714719 msgstr "更新位置"
715720
716721 #. TRANSLATORS: section header for long firmware desc
717 #: src/fu-util.c:1549
722 #: src/fu-util.c:1586
718723 msgid "Update Description"
719724 msgstr "更新说明"
720725
721726 #. TRANSLATORS: remote identifier, e.g. lvfs-testing
722 #: src/fu-util.c:1581
727 #: src/fu-util.c:1618
723728 msgid "Remote ID"
724729 msgstr "远程 ID"
725730
726731 #. TRANSLATORS: remote title, e.g. "Linux Vendor Firmware Service"
727 #: src/fu-util.c:1585
732 #: src/fu-util.c:1622
728733 msgid "Title"
729734 msgstr "标题"
730735
731736 #. TRANSLATORS: remote type, e.g. remote or local
732 #: src/fu-util.c:1589
737 #: src/fu-util.c:1626
733738 msgid "Type"
734739 msgstr "类型"
735740
736 #: src/fu-util.c:1594
741 #: src/fu-util.c:1631
737742 msgid "Keyring"
738743 msgstr "密钥环"
739744
740745 #. TRANSLATORS: if the remote is enabled
741 #: src/fu-util.c:1599
746 #: src/fu-util.c:1636
742747 msgid "Enabled"
743748 msgstr "已启用"
744749
745750 #. TRANSLATORS: the age of the metadata
746 #: src/fu-util.c:1630
751 #: src/fu-util.c:1667
747752 msgid "Age"
748753 msgstr "已发布时间"
749754
750755 #. TRANSLATORS: the numeric priority
751 #: src/fu-util.c:1637
756 #: src/fu-util.c:1674
752757 msgid "Priority"
753758 msgstr "优先级"
754759
755760 #. TRANSLATORS: remote filename base
756 #: src/fu-util.c:1642
761 #: src/fu-util.c:1679
757762 msgid "Username"
758763 msgstr "用户名"
759764
760765 #. TRANSLATORS: remote filename base
761 #: src/fu-util.c:1647
766 #: src/fu-util.c:1684
762767 msgid "Password"
763768 msgstr "密码"
764769
765770 #. TRANSLATORS: filename of the local file
766 #: src/fu-util.c:1652
771 #: src/fu-util.c:1689
767772 msgid "Filename"
768773 msgstr "文件名"
769774
770775 #. TRANSLATORS: filename of the local file
771 #: src/fu-util.c:1657
776 #: src/fu-util.c:1694
772777 msgid "Filename Signature"
773778 msgstr "文件名签名"
774779
775780 #. TRANSLATORS: remote URI
776 #: src/fu-util.c:1662
781 #: src/fu-util.c:1699
777782 msgid "Metadata URI"
778783 msgstr "元数据 URI"
779784
780785 #. TRANSLATORS: remote URI
781 #: src/fu-util.c:1667
786 #: src/fu-util.c:1704
782787 msgid "Metadata URI Signature"
783788 msgstr "元数据 URI 签名"
784789
785790 #. TRANSLATORS: remote URI
786 #: src/fu-util.c:1672
791 #: src/fu-util.c:1709
787792 msgid "Firmware Base URI"
788793 msgstr "固件库 URI"
789794
790795 #. TRANSLATORS: URI to send success/failure reports
791 #: src/fu-util.c:1677
796 #: src/fu-util.c:1714
792797 msgid "Report URI"
793798 msgstr "报告 URI"
794799
795800 #. TRANSLATORS: this is when a device is hotplugged
796 #: src/fu-util.c:1704
801 #: src/fu-util.c:1741
797802 msgid "Device added:"
798803 msgstr "已添加设备:"
799804
800805 #. TRANSLATORS: this is when a device is hotplugged
801 #: src/fu-util.c:1714
806 #: src/fu-util.c:1751
802807 msgid "Device removed:"
803808 msgstr "已移除设备:"
804809
805810 #. TRANSLATORS: this is when a device has been updated
806 #: src/fu-util.c:1724
811 #: src/fu-util.c:1761
807812 msgid "Device changed:"
808813 msgstr "已更改设备:"
809814
810815 #. TRANSLATORS: explain why we want to upload
811 #: src/fu-util.c:1915
816 #: src/fu-util.c:1952
812817 msgid "An update requires a reboot to complete."
813 msgstr ""
818 msgstr "更新需要重启设备才能完成。"
814819
815820 #. TRANSLATORS: reboot to apply the update
816 #: src/fu-util.c:1917
821 #: src/fu-util.c:1954
817822 msgid "Restart now?"
818 msgstr ""
823 msgstr "要现在重启设备吗?"
819824
820825 #. TRANSLATORS: command line option
821 #: src/fu-util.c:2087
826 #: src/fu-util.c:2116
822827 msgid "Show extra debugging information"
823828 msgstr "显示额外调试信息"
824829
825830 #. TRANSLATORS: command line option
826 #: src/fu-util.c:2090
831 #: src/fu-util.c:2119
827832 msgid "Show client and daemon versions"
828833 msgstr "显示客户端及守护程序版本"
829834
830835 #. TRANSLATORS: command line option
831 #: src/fu-util.c:2093
836 #: src/fu-util.c:2122
832837 msgid "Schedule installation for next reboot when possible"
833838 msgstr "如有可能,安排安装到下次重启"
834839
835840 #. TRANSLATORS: command line option
836 #: src/fu-util.c:2096
841 #: src/fu-util.c:2125
837842 msgid "Allow re-installing existing firmware versions"
838843 msgstr "允许重新安装现有的固件版本"
839844
840845 #. TRANSLATORS: command line option
841 #: src/fu-util.c:2099
846 #: src/fu-util.c:2128
842847 msgid "Allow downgrading firmware versions"
843848 msgstr "允许降级固件版本"
844849
845850 #. TRANSLATORS: command line option
846 #: src/fu-util.c:2102
851 #: src/fu-util.c:2131
847852 msgid "Override plugin warning"
848853 msgstr "忽略插件警告"
849854
850855 #. TRANSLATORS: command line option
851 #: src/fu-util.c:2105
856 #: src/fu-util.c:2134
852857 msgid "Answer yes to all questions"
853858 msgstr "一律用“是”回答问题"
854859
855860 #. TRANSLATORS: command line option
856 #: src/fu-util.c:2108
861 #: src/fu-util.c:2137
857862 msgid "Do not check for unreported history"
858863 msgstr "不要查找未报告历史"
859864
860865 #. TRANSLATORS: command line option
861 #: src/fu-util.c:2111
866 #: src/fu-util.c:2140
862867 msgid "Do not check for old metadata"
863868 msgstr "不要查找老的元数据"
864869
865870 #. TRANSLATORS: command line option
866 #: src/fu-util.c:2114
871 #: src/fu-util.c:2143
867872 msgid "Do not check for reboot after update"
868 msgstr ""
869
870 #. TRANSLATORS: command description
871 #: src/fu-util.c:2137
873 msgstr "不要在更新后检查是否需要重启"
874
875 #. TRANSLATORS: command description
876 #: src/fu-util.c:2166
872877 msgid "Get all devices that support firmware updates"
873878 msgstr "获得所有支持更新固件的硬件列表"
874879
875880 #. TRANSLATORS: command description
876 #: src/fu-util.c:2143
881 #: src/fu-util.c:2172
877882 msgid "Return all the hardware IDs for the machine"
878883 msgstr "返回机器的所有硬件 ID"
879884
880885 #. TRANSLATORS: command description
881 #: src/fu-util.c:2149
886 #: src/fu-util.c:2178
882887 msgid "Install prepared updates now"
883888 msgstr "现在安装准备好的更新"
884889
885890 #. TRANSLATORS: command description
886 #: src/fu-util.c:2155
891 #: src/fu-util.c:2184
887892 msgid "Show history of firmware updates"
888893 msgstr "显示固件更新历史"
889894
890895 #. TRANSLATORS: command description
891 #: src/fu-util.c:2161
896 #: src/fu-util.c:2190
892897 msgid "Erase all firmware update history"
893898 msgstr "清楚所有固件更新历史"
894899
895900 #. TRANSLATORS: command description
896 #: src/fu-util.c:2167
901 #: src/fu-util.c:2196
897902 msgid "Share firmware history with the developers"
898903 msgstr "与开发者分享固件历史"
899904
900905 #. TRANSLATORS: command description
901 #: src/fu-util.c:2173
906 #: src/fu-util.c:2202
902907 msgid "Install a firmware file on this hardware"
903908 msgstr "安装此硬件上的固件文件"
904909
905910 #. TRANSLATORS: command description
906 #: src/fu-util.c:2179
911 #: src/fu-util.c:2208
907912 msgid "Gets details about a firmware file"
908913 msgstr "获取有关某固件文件的详细信息"
909914
910915 #. TRANSLATORS: command description
911 #: src/fu-util.c:2185
916 #: src/fu-util.c:2214
912917 msgid "Gets the list of updates for connected hardware"
913918 msgstr "获取已连接硬件的可用更新列表"
914919
915920 #. TRANSLATORS: command description
916 #: src/fu-util.c:2191
921 #: src/fu-util.c:2220
917922 msgid "Updates all firmware to latest versions available"
918923 msgstr "将所有固件都更新为最新版本"
919924
920925 #. TRANSLATORS: command description
921 #: src/fu-util.c:2197
926 #: src/fu-util.c:2226
922927 msgid "Gets the cryptographic hash of the dumped firmware"
923928 msgstr "获取转储出的固件的校验和"
924929
925930 #. TRANSLATORS: command description
926 #: src/fu-util.c:2203
931 #: src/fu-util.c:2232
927932 msgid "Unlocks the device for firmware access"
928933 msgstr "为固件访问解锁设备"
929934
930935 #. TRANSLATORS: command description
931 #: src/fu-util.c:2209
936 #: src/fu-util.c:2238
932937 msgid "Clears the results from the last update"
933938 msgstr "清除从最后一次更新获取的结果"
934939
935940 #. TRANSLATORS: command description
936 #: src/fu-util.c:2215
941 #: src/fu-util.c:2244
937942 msgid "Clears any updates scheduled to be updated offline"
938943 msgstr "清除任何计划的离线更新"
939944
940945 #. TRANSLATORS: command description
941 #: src/fu-util.c:2221
946 #: src/fu-util.c:2250
942947 msgid "Gets the results from the last update"
943948 msgstr "从最后一次更新中获取结果"
944949
945950 #. TRANSLATORS: command description
946 #: src/fu-util.c:2227
951 #: src/fu-util.c:2256
947952 msgid "Gets the releases for a device"
948953 msgstr "获取用于设备的发行版本"
949954
950955 #. TRANSLATORS: command description
951 #: src/fu-util.c:2233
956 #: src/fu-util.c:2262
952957 msgid "Gets the configured remotes"
953958 msgstr "获取已配置的远程位置"
954959
955960 #. TRANSLATORS: command description
956 #: src/fu-util.c:2239
961 #: src/fu-util.c:2268
957962 msgid "Downgrades the firmware on a device"
958963 msgstr "降级设备上的固件"
959964
960965 #. TRANSLATORS: command description
961 #: src/fu-util.c:2245
966 #: src/fu-util.c:2274
962967 msgid "Refresh metadata from remote server"
963968 msgstr "刷新来自远程服务器的元数据"
964969
965970 #. TRANSLATORS: command description
966 #: src/fu-util.c:2251
971 #: src/fu-util.c:2280
967972 msgid "Update the stored metadata with current ROM contents"
968973 msgstr "使用目前的 ROM 内容更新存储的元数据"
969974
970975 #. TRANSLATORS: command description
971 #: src/fu-util.c:2257
976 #: src/fu-util.c:2286
972977 msgid "Monitor the daemon for events"
973978 msgstr "监视守护程序里的事件"
974979
975980 #. TRANSLATORS: command description
976 #: src/fu-util.c:2263
981 #: src/fu-util.c:2292
977982 msgid "Build firmware using a sandbox"
978983 msgstr "使用沙箱生成固件"
979984
980985 #. TRANSLATORS: command description
981 #: src/fu-util.c:2269
986 #: src/fu-util.c:2298
982987 msgid "Dump SMBIOS data from a file"
983988 msgstr "从文件转储 SMBIOS 数据"
984989
985990 #. TRANSLATORS: command description
986 #: src/fu-util.c:2275
991 #: src/fu-util.c:2304
987992 msgid "Modifies a given remote"
988993 msgstr "修改给定的远程位置"
989994
990995 #. TRANSLATORS: program name
991 #: src/fu-util.c:2305
996 #: src/fu-util.c:2334
992997 msgid "Firmware Utility"
993998 msgstr "固件实用程序"
77 msgstr ""
88 "Project-Id-Version: fwupd\n"
99 "Report-Msgid-Bugs-To: \n"
10 "POT-Creation-Date: 2018-02-13 21:34+0000\n"
11 "PO-Revision-Date: 2018-02-13 21:34+0000\n"
10 "POT-Creation-Date: 2018-03-12 10:37+0000\n"
11 "PO-Revision-Date: 2018-03-12 10:37+0000\n"
1212 "Last-Translator: Richard Hughes <richard@hughsie.com>\n"
1313 "Language-Team: Chinese (Taiwan) (http://www.transifex.com/freedesktop/fwupd/language/zh_TW/)\n"
1414 "MIME-Version: 1.0\n"
106106
107107 #: policy/org.freedesktop.fwupd.policy.in:105
108108 msgid "Modify a configured remote"
109 msgstr ""
109 msgstr "修改設定的遠端"
110110
111111 #. TRANSLATORS: this is the PolicyKit modal dialog
112112 #: policy/org.freedesktop.fwupd.policy.in:107
113113 msgid ""
114114 "Authentication is required to modify a configured remote used for firmware "
115115 "updates"
116 msgstr ""
116 msgstr "必須通過身份核對才能修改設定作韌體更新的遠端"
117117
118118 #. TRANSLATORS: this is a command alias, e.g. 'get-devices'
119119 #: plugins/dfu/dfu-tool.c:124 plugins/synapticsmst/synapticsmst-tool.c:105
140140
141141 #. TRANSLATORS: this is when a device is hotplugged
142142 #. TRANSLATORS: this is when the daemon state changes
143 #: plugins/dfu/dfu-tool.c:1478 src/fu-util.c:1731
143 #: plugins/dfu/dfu-tool.c:1478 src/fu-util.c:1768
144144 msgid "Changed"
145145 msgstr "已變更"
146146
147147 #. TRANSLATORS: this is when a device ctrl+c's a watch
148 #: plugins/dfu/dfu-tool.c:1486 src/fu-util.c:1693
148 #: plugins/dfu/dfu-tool.c:1486 src/fu-util.c:1730
149149 msgid "Cancelled"
150150 msgstr "已取消"
151151
152152 #. TRANSLATORS: Appstream ID for the hardware type
153 #: plugins/dfu/dfu-tool.c:1978 src/fu-util.c:1512
153 #: plugins/dfu/dfu-tool.c:1978 src/fu-util.c:1549
154154 msgid "ID"
155155 msgstr "ID"
156156
158158 #. TRANSLATORS: device name, e.g. 'ColorHug2'
159159 #. TRANSLATORS: section header for the release name
160160 #: plugins/dfu/dfu-tool.c:1984 plugins/dfu/dfu-tool.c:1990
161 #: plugins/dfu/dfu-tool.c:2104 src/fu-util.c:1283
161 #: plugins/dfu/dfu-tool.c:2104 src/fu-util.c:1321
162162 msgid "Name"
163163 msgstr "名稱"
164164
192192
193193 #: plugins/dfu/dfu-tool.c:2082
194194 msgid "Permission denied"
195 msgstr ""
195 msgstr "請求許可遭拒"
196196
197197 #. TRANSLATORS: serial number, e.g. '00012345'
198198 #: plugins/dfu/dfu-tool.c:2110
205205
206206 #: plugins/dfu/dfu-tool.c:2115
207207 msgid "Runtime"
208 msgstr ""
208 msgstr "執行時期"
209209
210210 #: plugins/dfu/dfu-tool.c:2115
211211 msgid "DFU"
212 msgstr ""
212 msgstr "DFU"
213213
214214 #. TRANSLATORS: device state, i.e. appIDLE
215215 #: plugins/dfu/dfu-tool.c:2123
225225 #. * the device can do
226226 #: plugins/dfu/dfu-tool.c:2139
227227 msgid "Attributes"
228 msgstr ""
228 msgstr "特性"
229229
230230 #. TRANSLATORS: device quirks, i.e. things that
231231 #. * it does that we have to work around
236236 #. TRANSLATORS: chip ID, e.g. "0x58200204"
237237 #: plugins/dfu/dfu-tool.c:2154
238238 msgid "Chip ID"
239 msgstr ""
239 msgstr "晶片 ID"
240240
241241 #. TRANSLATORS: command description
242242 #: plugins/dfu/dfu-tool.c:2234
291291 #. TRANSLATORS: command description
292292 #: plugins/dfu/dfu-tool.c:2294
293293 msgid "Reset a DFU device"
294 msgstr ""
294 msgstr "重設 DFU 裝置"
295295
296296 #. TRANSLATORS: command description
297297 #: plugins/dfu/dfu-tool.c:2300
371371 #. TRANSLATORS: quirks are device-specific workarounds
372372 #: plugins/dfu/dfu-tool.c:2396
373373 msgid "Failed to load quirks"
374 msgstr ""
374 msgstr "無法載入奇技淫巧"
375375
376376 #. TRANSLATORS: DFU stands for device firmware update
377377 #: plugins/dfu/dfu-tool.c:2418
380380
381381 #. TRANSLATORS: the user didn't read the man page
382382 #: plugins/dfu/dfu-tool.c:2423 plugins/synapticsmst/synapticsmst-tool.c:424
383 #: src/fu-util.c:2310
383 #: src/fu-util.c:2339
384384 msgid "Failed to parse arguments"
385385 msgstr "無法解析引數"
386386
399399 msgstr "Synaptics 多串流傳輸公用程式"
400400
401401 #. TRANSLATORS: this is shown when updating the firmware after the reboot
402 #: plugins/uefi/fu-plugin-uefi.c:399
402 #: plugins/uefi/fu-plugin-uefi.c:403
403403 msgid "Installing firmware update…"
404404 msgstr "安裝韌體更新中…"
405405
411411 #. TRANSLATORS: this is for plugin development
412412 #: src/fu-debug.c:131
413413 msgid "Show plugin verbose information"
414 msgstr ""
414 msgstr "顯示插件詳盡資訊"
415415
416416 #. TRANSLATORS: for the --verbose arg
417417 #: src/fu-debug.c:186
466466 #. TRANSLATORS: reading from the flash chips
467467 #: src/fu-progressbar.c:68
468468 msgid "Reading…"
469 msgstr ""
469 msgstr "讀取中…"
470470
471471 #. TRANSLATORS: writing to the flash chips
472472 #: src/fu-progressbar.c:72
476476 #. TRANSLATORS: erasing contents of the flash chips
477477 #: src/fu-progressbar.c:76
478478 msgid "Erasing…"
479 msgstr ""
479 msgstr "抹除中…"
480480
481481 #. TRANSLATORS: verifying we wrote the firmware correctly
482482 #: src/fu-progressbar.c:80
496496 #. TRANSLATORS: waiting for user to authenticate
497497 #: src/fu-progressbar.c:92
498498 msgid "Authenticating…"
499 msgstr ""
499 msgstr "核對中…"
500500
501501 #. TRANSLATORS: waiting for device to do something
502502 #: src/fu-progressbar.c:96
503503 msgid "Waiting…"
504 msgstr ""
504 msgstr "等候中…"
505505
506506 #. TRANSLATORS: currect daemon status is unknown
507507 #: src/fu-progressbar.c:103
511511 #. TRANSLATORS: the user isn't reading the question
512512 #: src/fu-util.c:242
513513 #, c-format
514 msgid "Please enter a number from 1 to %u: "
515 msgstr "請輸入 1 到 %u 之間的數字:"
514 msgid "Please enter a number from 0 to %u: "
515 msgstr ""
516516
517517 #. TRANSLATORS: get interactive prompt
518518 #: src/fu-util.c:305
519519 msgid "Choose a device:"
520520 msgstr "選擇裝置:"
521521
522 #. TRANSLATORS: this is to abort the interactive prompt
523 #: src/fu-util.c:307
524 msgid "Cancel"
525 msgstr ""
526
522527 #. TRANSLATORS: a list of failed updates
523 #: src/fu-util.c:418
528 #: src/fu-util.c:427
524529 msgid "Devices that were not updated correctly:"
525 msgstr ""
530 msgstr "無法正確更新的裝置:"
526531
527532 #. TRANSLATORS: a list of successful updates
528 #: src/fu-util.c:432
533 #: src/fu-util.c:441
529534 msgid "Devices that have been updated successfully:"
530 msgstr ""
535 msgstr "成功更新的裝置:"
531536
532537 #. TRANSLATORS: explain why we want to upload
533 #: src/fu-util.c:446
538 #: src/fu-util.c:455
534539 msgid "Upload report now?"
535 msgstr ""
540 msgstr "是否立刻上傳報告?"
536541
537542 #. TRANSLATORS: metadata is downloaded from the Internet
538 #: src/fu-util.c:448 src/fu-util.c:1453
543 #: src/fu-util.c:457 src/fu-util.c:1490
539544 msgid "Requires internet connection"
540 msgstr ""
545 msgstr "必須有網際網路連線"
541546
542547 #. TRANSLATORS: nothing attached that can be upgraded
543 #: src/fu-util.c:470
548 #: src/fu-util.c:479
544549 msgid "No hardware detected with firmware update capability"
545550 msgstr "未偵測到具備韌體更新能力的硬體"
546551
547552 #. TRANSLATORS: the first replacement is a display name
548553 #. * e.g. "ColorHugALS" and the second is a version number
549554 #. * e.g. "1.2.3"
550 #: src/fu-util.c:642
555 #: src/fu-util.c:651
551556 #, c-format
552557 msgid "Reinstalling %s with %s... "
553558 msgstr "正重新安裝 %s %s 版…"
555560 #. TRANSLATORS: the first replacement is a display name
556561 #. * e.g. "ColorHugALS" and the second and third are
557562 #. * version numbers e.g. "1.2.3"
558 #: src/fu-util.c:649
563 #: src/fu-util.c:658
559564 #, c-format
560565 msgid "Downgrading %s from %s to %s... "
561566 msgstr "正降級 %s 從 %s 版至 %s 版…"
563568 #. TRANSLATORS: the first replacement is a display name
564569 #. * e.g. "ColorHugALS" and the second and third are
565570 #. * version numbers e.g. "1.2.3"
566 #: src/fu-util.c:657
571 #: src/fu-util.c:666
567572 #, c-format
568573 msgid "Updating %s from %s to %s... "
569574 msgstr "正更新 %s 從 %s 版至 %s 版…"
570575
571 #: src/fu-util.c:685
576 #: src/fu-util.c:694
572577 msgid "Done!"
573578 msgstr "完成!"
574579
575 #: src/fu-util.c:717
580 #: src/fu-util.c:726
576581 msgid "Target"
577 msgstr ""
578
579 #: src/fu-util.c:718
582 msgstr "目標"
583
584 #: src/fu-util.c:727
580585 msgid "Payload"
581 msgstr ""
582
583 #: src/fu-util.c:719
586 msgstr "酬載"
587
588 #: src/fu-util.c:728
584589 msgid "Proceed with upload?"
585 msgstr ""
590 msgstr "繼續上傳?"
586591
587592 #. TRANSLATORS: the server sent the user a small message
588 #: src/fu-util.c:788
593 #: src/fu-util.c:807
589594 msgid "Update failure is a known issue, visit this URL for more information:"
590 msgstr ""
595 msgstr "更新失敗是已知議題,請造訪此 URL 瞭解更多資訊:"
591596
592597 #. TRANSLATORS: the server sent the user a small message
593 #: src/fu-util.c:792
598 #: src/fu-util.c:811
594599 msgid "Upload message:"
595 msgstr ""
596
597 #: src/fu-util.c:986 src/fu-util.c:1376
600 msgstr "上傳訊息:"
601
602 #: src/fu-util.c:1034 src/fu-util.c:1414
598603 msgid "OK"
599604 msgstr "確定"
600605
601606 #. TRANSLATORS: downloading new signing file
602 #: src/fu-util.c:1091
607 #: src/fu-util.c:1139
603608 msgid "Fetching signature"
604609 msgstr "擷取簽章中"
605610
606611 #. TRANSLATORS: downloading new metadata file
607 #: src/fu-util.c:1094
612 #: src/fu-util.c:1142
608613 msgid "Fetching metadata"
609614 msgstr "擷取中介資料中"
610615
611616 #. TRANSLATORS: downloading new firmware file
612 #: src/fu-util.c:1097
617 #: src/fu-util.c:1145
613618 msgid "Fetching firmware"
614619 msgstr "擷取韌體中"
615620
616621 #. TRANSLATORS: downloading unknown file
617 #: src/fu-util.c:1100
622 #: src/fu-util.c:1148
618623 msgid "Fetching file"
619624 msgstr "擷取檔案中"
620625
621626 #. TRANSLATORS: section header for release version number
622 #: src/fu-util.c:1280
627 #: src/fu-util.c:1318
623628 msgid "Version"
624629 msgstr "版本"
625630
626631 #. TRANSLATORS: section header for the release one line summary
627 #: src/fu-util.c:1286
632 #: src/fu-util.c:1324
628633 msgid "Summary"
629 msgstr ""
634 msgstr "摘要"
630635
631636 #. TRANSLATORS: section header for the remote the file is coming from
632 #: src/fu-util.c:1289
637 #: src/fu-util.c:1327
633638 msgid "Remote"
634 msgstr ""
639 msgstr "遠端"
635640
636641 #. TRANSLATORS: section header for firmware URI
637 #: src/fu-util.c:1292
642 #: src/fu-util.c:1330
638643 msgid "URI"
639644 msgstr "URI"
640645
641646 #. TRANSLATORS: section header for firmware description
642 #: src/fu-util.c:1298
647 #: src/fu-util.c:1336
643648 msgid "Description"
644649 msgstr "描述說明"
645650
646651 #. TRANSLATORS: section header for firmware checksum
647652 #. TRANSLATORS: remote checksum
648 #: src/fu-util.c:1306 src/fu-util.c:1603
653 #: src/fu-util.c:1344 src/fu-util.c:1640
649654 msgid "Checksum"
650655 msgstr "校驗計算碼"
651656
652657 #. TRANSLATORS: get interactive prompt
653 #: src/fu-util.c:1338
658 #: src/fu-util.c:1376
654659 msgid "Choose a release:"
655660 msgstr "選擇發行版:"
656661
657662 #. TRANSLATORS: the metadata is very out of date; %u is a number > 1
658 #: src/fu-util.c:1443
663 #: src/fu-util.c:1480
659664 #, c-format
660665 msgid ""
661666 "Firmware metadata has not been updated for %u day and may not be up to date."
662667 msgid_plural ""
663668 "Firmware metadata has not been updated for %u days and may not be up to "
664669 "date."
665 msgstr[0] ""
670 msgstr[0] "韌體中介資料已有 %u 天未更新,可能不是最新狀態。"
666671
667672 #. TRANSLATORS: ask the user if we can update the metadata
668 #: src/fu-util.c:1451
673 #: src/fu-util.c:1488
669674 msgid "Update now?"
670 msgstr ""
675 msgstr "是否立刻更更新?"
671676
672677 #. TRANSLATORS: first replacement is device name
673 #: src/fu-util.c:1496
678 #: src/fu-util.c:1533
674679 #, c-format
675680 msgid "%s has firmware updates:"
676681 msgstr "%s 有韌體更新:"
677682
678 #: src/fu-util.c:1503
683 #: src/fu-util.c:1540
679684 msgid "GUID"
680685 msgstr "GUID"
681686
682687 #. TRANSLATORS: section header for firmware version
683 #: src/fu-util.c:1515
688 #: src/fu-util.c:1552
684689 msgid "Update Version"
685690 msgstr "更新版本"
686691
687692 #. TRANSLATORS: section header for the release name
688 #: src/fu-util.c:1519
693 #: src/fu-util.c:1556
689694 msgid "Update Name"
690 msgstr ""
695 msgstr "更新名稱"
691696
692697 #. TRANSLATORS: section header for the release one line summary
693 #: src/fu-util.c:1522
698 #: src/fu-util.c:1559
694699 msgid "Update Summary"
695 msgstr ""
700 msgstr "更新摘要"
696701
697702 #. TRANSLATORS: section header for remote ID, e.g. lvfs-testing
698 #: src/fu-util.c:1525
703 #: src/fu-util.c:1562
699704 msgid "Update Remote ID"
700705 msgstr "更新遠端 ID"
701706
702707 #. TRANSLATORS: section header for firmware checksum
703 #: src/fu-util.c:1534
708 #: src/fu-util.c:1571
704709 msgid "Update Checksum"
705710 msgstr "更新校驗計算碼"
706711
707712 #. TRANSLATORS: section header for firmware remote http://
708 #: src/fu-util.c:1538
713 #: src/fu-util.c:1575
709714 msgid "Update Location"
710715 msgstr "更新位置"
711716
712717 #. TRANSLATORS: section header for long firmware desc
713 #: src/fu-util.c:1549
718 #: src/fu-util.c:1586
714719 msgid "Update Description"
715720 msgstr "更新描述說明"
716721
717722 #. TRANSLATORS: remote identifier, e.g. lvfs-testing
718 #: src/fu-util.c:1581
723 #: src/fu-util.c:1618
719724 msgid "Remote ID"
720725 msgstr "遠端 ID"
721726
722727 #. TRANSLATORS: remote title, e.g. "Linux Vendor Firmware Service"
723 #: src/fu-util.c:1585
728 #: src/fu-util.c:1622
724729 msgid "Title"
725 msgstr ""
730 msgstr "標題"
726731
727732 #. TRANSLATORS: remote type, e.g. remote or local
728 #: src/fu-util.c:1589
733 #: src/fu-util.c:1626
729734 msgid "Type"
730735 msgstr "類型"
731736
732 #: src/fu-util.c:1594
737 #: src/fu-util.c:1631
733738 msgid "Keyring"
734 msgstr ""
739 msgstr "鑰匙圈"
735740
736741 #. TRANSLATORS: if the remote is enabled
737 #: src/fu-util.c:1599
742 #: src/fu-util.c:1636
738743 msgid "Enabled"
739744 msgstr "啟用"
740745
741746 #. TRANSLATORS: the age of the metadata
742 #: src/fu-util.c:1630
747 #: src/fu-util.c:1667
743748 msgid "Age"
744749 msgstr "年紀"
745750
746751 #. TRANSLATORS: the numeric priority
747 #: src/fu-util.c:1637
752 #: src/fu-util.c:1674
748753 msgid "Priority"
749754 msgstr "優先等級"
750755
751756 #. TRANSLATORS: remote filename base
752 #: src/fu-util.c:1642
757 #: src/fu-util.c:1679
753758 msgid "Username"
754759 msgstr "使用者名稱"
755760
756761 #. TRANSLATORS: remote filename base
757 #: src/fu-util.c:1647
762 #: src/fu-util.c:1684
758763 msgid "Password"
759764 msgstr "密碼"
760765
761766 #. TRANSLATORS: filename of the local file
762 #: src/fu-util.c:1652
767 #: src/fu-util.c:1689
763768 msgid "Filename"
764769 msgstr "檔名"
765770
766771 #. TRANSLATORS: filename of the local file
767 #: src/fu-util.c:1657
772 #: src/fu-util.c:1694
768773 msgid "Filename Signature"
769774 msgstr "檔名簽章"
770775
771776 #. TRANSLATORS: remote URI
772 #: src/fu-util.c:1662
777 #: src/fu-util.c:1699
773778 msgid "Metadata URI"
774 msgstr ""
779 msgstr "中介資料 URI"
775780
776781 #. TRANSLATORS: remote URI
777 #: src/fu-util.c:1667
782 #: src/fu-util.c:1704
778783 msgid "Metadata URI Signature"
779 msgstr ""
784 msgstr "中介資料 URI 簽章"
780785
781786 #. TRANSLATORS: remote URI
782 #: src/fu-util.c:1672
787 #: src/fu-util.c:1709
783788 msgid "Firmware Base URI"
784 msgstr ""
789 msgstr "韌體基礎 URI"
785790
786791 #. TRANSLATORS: URI to send success/failure reports
787 #: src/fu-util.c:1677
792 #: src/fu-util.c:1714
788793 msgid "Report URI"
789 msgstr ""
794 msgstr "報告 URI"
790795
791796 #. TRANSLATORS: this is when a device is hotplugged
792 #: src/fu-util.c:1704
797 #: src/fu-util.c:1741
793798 msgid "Device added:"
794799 msgstr "裝置已加入:"
795800
796801 #. TRANSLATORS: this is when a device is hotplugged
797 #: src/fu-util.c:1714
802 #: src/fu-util.c:1751
798803 msgid "Device removed:"
799804 msgstr "裝置已移除:"
800805
801806 #. TRANSLATORS: this is when a device has been updated
802 #: src/fu-util.c:1724
807 #: src/fu-util.c:1761
803808 msgid "Device changed:"
804809 msgstr "裝置已變更:"
805810
806811 #. TRANSLATORS: explain why we want to upload
807 #: src/fu-util.c:1915
812 #: src/fu-util.c:1952
808813 msgid "An update requires a reboot to complete."
809 msgstr ""
814 msgstr "有更新必須重新開機才能完成。"
810815
811816 #. TRANSLATORS: reboot to apply the update
812 #: src/fu-util.c:1917
817 #: src/fu-util.c:1954
813818 msgid "Restart now?"
814 msgstr ""
819 msgstr "是否立刻重新啟動?"
815820
816821 #. TRANSLATORS: command line option
817 #: src/fu-util.c:2087
822 #: src/fu-util.c:2116
818823 msgid "Show extra debugging information"
819824 msgstr "顯示額外除錯資訊"
820825
821826 #. TRANSLATORS: command line option
822 #: src/fu-util.c:2090
827 #: src/fu-util.c:2119
823828 msgid "Show client and daemon versions"
824829 msgstr "顯示客戶端與幕後程式版本"
825830
826831 #. TRANSLATORS: command line option
827 #: src/fu-util.c:2093
832 #: src/fu-util.c:2122
828833 msgid "Schedule installation for next reboot when possible"
829834 msgstr "安排下次重新開機時若可行便安裝"
830835
831836 #. TRANSLATORS: command line option
832 #: src/fu-util.c:2096
837 #: src/fu-util.c:2125
833838 msgid "Allow re-installing existing firmware versions"
834839 msgstr "允許重新安裝既有的韌體版本"
835840
836841 #. TRANSLATORS: command line option
837 #: src/fu-util.c:2099
842 #: src/fu-util.c:2128
838843 msgid "Allow downgrading firmware versions"
839844 msgstr "允許降級韌體版本"
840845
841846 #. TRANSLATORS: command line option
842 #: src/fu-util.c:2102
847 #: src/fu-util.c:2131
843848 msgid "Override plugin warning"
844849 msgstr "凌駕插件警告"
845850
846851 #. TRANSLATORS: command line option
847 #: src/fu-util.c:2105
852 #: src/fu-util.c:2134
848853 msgid "Answer yes to all questions"
849 msgstr ""
854 msgstr "全部的問題都回答是"
850855
851856 #. TRANSLATORS: command line option
852 #: src/fu-util.c:2108
857 #: src/fu-util.c:2137
853858 msgid "Do not check for unreported history"
854 msgstr ""
859 msgstr "不要檢查是否有尚未報告的歷史"
855860
856861 #. TRANSLATORS: command line option
857 #: src/fu-util.c:2111
862 #: src/fu-util.c:2140
858863 msgid "Do not check for old metadata"
859 msgstr ""
864 msgstr "不要檢查中介資料是否老舊"
860865
861866 #. TRANSLATORS: command line option
862 #: src/fu-util.c:2114
867 #: src/fu-util.c:2143
863868 msgid "Do not check for reboot after update"
864 msgstr ""
865
866 #. TRANSLATORS: command description
867 #: src/fu-util.c:2137
869 msgstr "不要檢查是否更新後要重新開機"
870
871 #. TRANSLATORS: command description
872 #: src/fu-util.c:2166
868873 msgid "Get all devices that support firmware updates"
869874 msgstr "取得所有支援韌體更新的裝置"
870875
871876 #. TRANSLATORS: command description
872 #: src/fu-util.c:2143
877 #: src/fu-util.c:2172
873878 msgid "Return all the hardware IDs for the machine"
874879 msgstr "回傳所有機器的硬體 ID"
875880
876881 #. TRANSLATORS: command description
877 #: src/fu-util.c:2149
882 #: src/fu-util.c:2178
878883 msgid "Install prepared updates now"
879884 msgstr "立刻安裝準備的更新"
880885
881886 #. TRANSLATORS: command description
882 #: src/fu-util.c:2155
887 #: src/fu-util.c:2184
883888 msgid "Show history of firmware updates"
884 msgstr ""
885
886 #. TRANSLATORS: command description
887 #: src/fu-util.c:2161
889 msgstr "顯示韌體更新的歷史"
890
891 #. TRANSLATORS: command description
892 #: src/fu-util.c:2190
888893 msgid "Erase all firmware update history"
889 msgstr ""
890
891 #. TRANSLATORS: command description
892 #: src/fu-util.c:2167
894 msgstr "抹除所有韌體更新歷史"
895
896 #. TRANSLATORS: command description
897 #: src/fu-util.c:2196
893898 msgid "Share firmware history with the developers"
894 msgstr ""
895
896 #. TRANSLATORS: command description
897 #: src/fu-util.c:2173
899 msgstr "和開發者分享韌體歷史"
900
901 #. TRANSLATORS: command description
902 #: src/fu-util.c:2202
898903 msgid "Install a firmware file on this hardware"
899904 msgstr "在此硬體安裝韌體檔案"
900905
901906 #. TRANSLATORS: command description
902 #: src/fu-util.c:2179
907 #: src/fu-util.c:2208
903908 msgid "Gets details about a firmware file"
904909 msgstr "取得韌體檔案的相關細節"
905910
906911 #. TRANSLATORS: command description
907 #: src/fu-util.c:2185
912 #: src/fu-util.c:2214
908913 msgid "Gets the list of updates for connected hardware"
909914 msgstr "取得連接硬體的更新清單"
910915
911916 #. TRANSLATORS: command description
912 #: src/fu-util.c:2191
917 #: src/fu-util.c:2220
913918 msgid "Updates all firmware to latest versions available"
914919 msgstr "將所有韌體更新至可用的最新版本"
915920
916921 #. TRANSLATORS: command description
917 #: src/fu-util.c:2197
922 #: src/fu-util.c:2226
918923 msgid "Gets the cryptographic hash of the dumped firmware"
919924 msgstr "取得傾印韌體檔案的加密雜湊"
920925
921926 #. TRANSLATORS: command description
922 #: src/fu-util.c:2203
927 #: src/fu-util.c:2232
923928 msgid "Unlocks the device for firmware access"
924929 msgstr "解鎖裝置以供韌體存取"
925930
926931 #. TRANSLATORS: command description
927 #: src/fu-util.c:2209
932 #: src/fu-util.c:2238
928933 msgid "Clears the results from the last update"
929934 msgstr "清除上次更新的結果"
930935
931936 #. TRANSLATORS: command description
932 #: src/fu-util.c:2215
937 #: src/fu-util.c:2244
933938 msgid "Clears any updates scheduled to be updated offline"
934 msgstr ""
935
936 #. TRANSLATORS: command description
937 #: src/fu-util.c:2221
939 msgstr "清除任何排程好的離線更新"
940
941 #. TRANSLATORS: command description
942 #: src/fu-util.c:2250
938943 msgid "Gets the results from the last update"
939944 msgstr "取得上次更新的結果"
940945
941946 #. TRANSLATORS: command description
942 #: src/fu-util.c:2227
947 #: src/fu-util.c:2256
943948 msgid "Gets the releases for a device"
944949 msgstr "取得裝置的發行版本"
945950
946951 #. TRANSLATORS: command description
947 #: src/fu-util.c:2233
952 #: src/fu-util.c:2262
948953 msgid "Gets the configured remotes"
949954 msgstr "取得設定的遠端"
950955
951956 #. TRANSLATORS: command description
952 #: src/fu-util.c:2239
957 #: src/fu-util.c:2268
953958 msgid "Downgrades the firmware on a device"
954959 msgstr "降級裝置的韌體"
955960
956961 #. TRANSLATORS: command description
957 #: src/fu-util.c:2245
962 #: src/fu-util.c:2274
958963 msgid "Refresh metadata from remote server"
959964 msgstr "重整遠端伺服器的中介資料"
960965
961966 #. TRANSLATORS: command description
962 #: src/fu-util.c:2251
967 #: src/fu-util.c:2280
963968 msgid "Update the stored metadata with current ROM contents"
964969 msgstr "以目前 ROM 內容更新儲存的中介資料"
965970
966971 #. TRANSLATORS: command description
967 #: src/fu-util.c:2257
972 #: src/fu-util.c:2286
968973 msgid "Monitor the daemon for events"
969974 msgstr "監控幕後程式是否有活動"
970975
971976 #. TRANSLATORS: command description
972 #: src/fu-util.c:2263
977 #: src/fu-util.c:2292
973978 msgid "Build firmware using a sandbox"
974 msgstr ""
975
976 #. TRANSLATORS: command description
977 #: src/fu-util.c:2269
979 msgstr "使用沙箱建置韌體"
980
981 #. TRANSLATORS: command description
982 #: src/fu-util.c:2298
978983 msgid "Dump SMBIOS data from a file"
979 msgstr ""
980
981 #. TRANSLATORS: command description
982 #: src/fu-util.c:2275
984 msgstr "從檔案傾印 SMBIOUS 資料"
985
986 #. TRANSLATORS: command description
987 #: src/fu-util.c:2304
983988 msgid "Modifies a given remote"
984 msgstr ""
989 msgstr "修改指定的遠端"
985990
986991 #. TRANSLATORS: program name
987 #: src/fu-util.c:2305
992 #: src/fu-util.c:2334
988993 msgid "Firmware Utility"
989994 msgstr "韌體公用程式"
170170 g_set_error (error,
171171 FWUPD_ERROR,
172172 FWUPD_ERROR_INVALID_FILE,
173 "counld not parse MetaInfo XML: %s",
173 "could not parse MetaInfo XML: %s",
174174 error_local->message);
175175 return FALSE;
176176 }
184184 g_set_error (error,
185185 FWUPD_ERROR,
186186 FWUPD_ERROR_WRITE,
187 "counld not save temporary MetaInfo XML to %s: %s",
187 "could not save temporary MetaInfo XML to %s: %s",
188188 cache_fn, error_local->message);
189189 return FALSE;
190190 }
192192 g_set_error (error,
193193 FWUPD_ERROR,
194194 FWUPD_ERROR_INVALID_FILE,
195 "counld not parse MetaInfo XML: %s",
195 "could not parse MetaInfo XML: %s",
196196 error_local->message);
197197 return FALSE;
198198 }
8989 return TRUE;
9090 }
9191
92 static gboolean
93 fu_common_get_file_list_internal (GPtrArray *files, const gchar *directory, GError **error)
94 {
95 const gchar *filename;
96 g_autoptr(GDir) dir = NULL;
97
98 /* try to open */
99 dir = g_dir_open (directory, 0, error);
100 if (dir == NULL)
101 return FALSE;
102
103 /* find each */
104 while ((filename = g_dir_read_name (dir))) {
105 g_autofree gchar *src = g_build_filename (directory, filename, NULL);
106 if (g_file_test (src, G_FILE_TEST_IS_DIR)) {
107 if (!fu_common_get_file_list_internal (files, src, error))
108 return FALSE;
109 } else {
110 g_ptr_array_add (files, g_steal_pointer (&src));
111 }
112 }
113 return TRUE;
114
115 }
116
117 /**
118 * fu_common_get_files_recursive:
119 * @directory: a directory name
120 * @error: A #GError or %NULL
121 *
122 * Returns every file found under @directory, and any subdirectory.
123 * If any path under @directory cannot be accessed due to permissions an error
124 * will be returned.
125 *
126 * Returns: (element-type: utf8) (transfer container): array of files, or %NULL for error
127 **/
128 GPtrArray *
129 fu_common_get_files_recursive (const gchar *path, GError **error)
130 {
131 g_autoptr(GPtrArray) files = g_ptr_array_new_with_free_func (g_free);
132 if (!fu_common_get_file_list_internal (files, path, error))
133 return NULL;
134 return g_steal_pointer (&files);
135 }
92136 /**
93137 * fu_common_mkdir_parent:
94138 * @filename: A full pathname
3434
3535 gboolean fu_common_rmtree (const gchar *directory,
3636 GError **error);
37 GPtrArray *fu_common_get_files_recursive (const gchar *path,
38 GError **error);
3739 gboolean fu_common_mkdir_parent (const gchar *filename,
3840 GError **error);
3941 gboolean fu_common_set_contents_bytes (const gchar *filename,
129129 path_remotes = g_build_filename (path, "remotes.d", NULL);
130130 if (!g_file_test (path_remotes, G_FILE_TEST_EXISTS))
131131 return TRUE;
132 if (!fu_config_add_inotify (self, path_remotes, error))
133 return FALSE;
132134 dir = g_dir_open (path_remotes, 0, error);
133135 if (dir == NULL)
134136 return FALSE;
322322 if (fu_device_get_remove_delay (item->device) > 0) {
323323
324324 /* we can't do anything with an unconnected device */
325 fu_device_set_flags (item->device, FWUPD_DEVICE_FLAG_NONE);
325 fu_device_remove_flag (item->device, FWUPD_DEVICE_FLAG_UPDATABLE);
326326
327327 /* give the hardware time to re-enumerate or the user time to
328328 * re-insert the device with a magic button pressed */
432432 fu_device_get_version (device) == NULL) {
433433 const gchar *version = fu_device_get_version (item->device);
434434 g_debug ("copying old version %s to new device", version);
435 fu_device_set_version (device, version);
436 }
437
438 /* always use the runtime version */
439 if (fu_device_has_flag (item->device, FWUPD_DEVICE_FLAG_USE_RUNTIME_VERSION) &&
440 fu_device_has_flag (item->device, FWUPD_DEVICE_FLAG_NEEDS_BOOTLOADER)) {
441 const gchar *version = fu_device_get_version (item->device);
442 g_debug ("forcing runtime version %s to new device", version);
435443 fu_device_set_version (device, version);
436444 }
437445
25122512 g_autoptr(GError) error_local = NULL;
25132513 AsApp *app_tmp = AS_APP (g_ptr_array_index (apps, i));
25142514 if (!fu_engine_check_requirements (self, app_tmp, device, &error_local)) {
2515 if (error_all != NULL) {
2515 if (error_all == NULL) {
25162516 error_all = g_steal_pointer (&error_local);
25172517 continue;
25182518 }
14191419 {
14201420 FuPluginPrivate *priv = fu_plugin_get_instance_private (plugin);
14211421 return priv->report_metadata;
1422 }
1423
1424 /**
1425 * fu_plugin_get_config_value:
1426 * @plugin: a #FuPlugin
1427 * @key: A settings key
1428 *
1429 * Return the value of a key if it's been configured
1430 *
1431 * Since: 1.0.6
1432 **/
1433 gchar *
1434 fu_plugin_get_config_value (FuPlugin *plugin, const gchar *key)
1435 {
1436 g_autofree gchar *conf_file = NULL;
1437 g_autofree gchar *conf_path = NULL;
1438 g_autoptr(GKeyFile) keyfile = NULL;
1439 const gchar *plugin_name;
1440
1441 plugin_name = fu_plugin_get_name (plugin);
1442 conf_file = g_strdup_printf ("%s.conf", plugin_name);
1443 conf_path = g_build_filename (FWUPDCONFIGDIR, conf_file, NULL);
1444 if (!g_file_test (conf_path, G_FILE_TEST_IS_REGULAR))
1445 return NULL;
1446 keyfile = g_key_file_new ();
1447 if (!g_key_file_load_from_file (keyfile, conf_path,
1448 G_KEY_FILE_NONE, NULL))
1449 return NULL;
1450 return g_key_file_get_string (keyfile, plugin_name, key, NULL);
14221451 }
14231452
14241453 static void
146146 void fu_plugin_add_report_metadata (FuPlugin *plugin,
147147 const gchar *key,
148148 const gchar *value);
149
149 gchar *fu_plugin_get_config_value (FuPlugin *plugin,
150 const gchar *key);
150151 G_END_DECLS
151152
152153 #endif /* __FU_PLUGIN_H */
234234 retval = sscanf (buffer, "%u", &answer);
235235
236236 /* positive */
237 if (retval == 1 && answer > 0 && answer <= maxnum)
237 if (retval == 1 && answer <= maxnum)
238238 break;
239239
240240 /* TRANSLATORS: the user isn't reading the question */
241 g_print (_("Please enter a number from 1 to %u: "), maxnum);
241 g_print (_("Please enter a number from 0 to %u: "), maxnum);
242242 } while (TRUE);
243243 return answer;
244244 }
302302
303303 /* TRANSLATORS: get interactive prompt */
304304 g_print ("%s\n", _("Choose a device:"));
305 /* TRANSLATORS: this is to abort the interactive prompt */
306 g_print ("0.\t%s\n", _("Cancel"));
305307 for (guint i = 0; i < devices_filtered->len; i++) {
306308 dev = g_ptr_array_index (devices_filtered, i);
307309 g_print ("%u.\t%s (%s)\n",
310312 fwupd_device_get_name (dev));
311313 }
312314 idx = fu_util_prompt_for_number (devices_filtered->len);
315 if (idx == 0) {
316 g_set_error_literal (error,
317 FWUPD_ERROR,
318 FWUPD_ERROR_NOTHING_TO_DO,
319 "Request canceled");
320 return NULL;
321 }
313322 dev = g_ptr_array_index (devices_filtered, idx - 1);
314323 return g_object_ref (dev);
315324 }
869878 continue;
870879 }
871880
881 /* only send success and failure */
882 if (fwupd_device_get_update_state (dev) != FWUPD_UPDATE_STATE_FAILED &&
883 fwupd_device_get_update_state (dev) != FWUPD_UPDATE_STATE_SUCCESS) {
884 g_debug ("ignoring %s with UpdateState %s",
885 fwupd_device_get_id (dev),
886 fwupd_update_state_to_string (fwupd_device_get_update_state (dev)));
887 continue;
888 }
889
872890 /* find the RemoteURI to use for the device */
873891 remote_id = fwupd_release_get_remote_id (rel);
874892 if (remote_id == NULL) {
947965 return TRUE;
948966 }
949967
968 static FwupdDevice*
969 fu_util_get_device_or_prompt (FuUtilPrivate *priv, gchar **values, GError **error)
970 {
971 FwupdDevice *dev = NULL;
972
973 /* get device to use */
974 if (g_strv_length (values) >= 1) {
975 g_autoptr(GError) error_local = NULL;
976 if (g_strv_length (values) > 1) {
977 for (guint i = 1; i < g_strv_length (values); i++)
978 g_debug ("Ignoring extra input %s", values[i]);
979 }
980 dev = fwupd_client_get_device_by_id (priv->client, values[0],
981 NULL, &error_local);
982 if (dev != NULL)
983 return dev;
984 g_print ("%s\n", error_local->message);
985 }
986 return fu_util_prompt_for_device (priv, error);
987 }
988
950989 static gboolean
951990 fu_util_clear_results (FuUtilPrivate *priv, gchar **values, GError **error)
952991 {
953 if (g_strv_length (values) != 1) {
954 g_set_error_literal (error,
955 FWUPD_ERROR,
956 FWUPD_ERROR_INVALID_ARGS,
957 "Invalid arguments");
958 return FALSE;
959 }
960 return fwupd_client_clear_results (priv->client, values[0], NULL, error);
992 g_autoptr(FwupdDevice) dev = NULL;
993
994 dev = fu_util_get_device_or_prompt (priv, values, error);
995 if (dev == NULL)
996 return FALSE;
997
998 return fwupd_client_clear_results (priv->client, fwupd_device_get_id (dev), NULL, error);
961999 }
9621000
9631001 static gboolean
10001038 static gboolean
10011039 fu_util_verify_update (FuUtilPrivate *priv, gchar **values, GError **error)
10021040 {
1041 g_autoptr(FwupdDevice) dev = NULL;
1042
10031043 if (g_strv_length (values) == 0)
10041044 return fu_util_verify_update_all (priv, error);
1005 if (g_strv_length (values) != 1) {
1006 g_set_error_literal (error,
1007 FWUPD_ERROR,
1008 FWUPD_ERROR_INVALID_ARGS,
1009 "Invalid arguments");
1010 return FALSE;
1011 }
1012 return fwupd_client_verify_update (priv->client, values[0], NULL, error);
1045
1046 dev = fu_util_get_device_or_prompt (priv, values, error);
1047 if (dev == NULL)
1048 return FALSE;
1049
1050 return fwupd_client_verify_update (priv->client, fwupd_device_get_id (dev), NULL, error);
10131051 }
10141052
10151053 static gboolean
12411279 {
12421280 g_autofree gchar *tmp = NULL;
12431281 g_autoptr(FwupdDevice) dev = NULL;
1244
1245 if (g_strv_length (values) != 1) {
1246 g_set_error_literal (error,
1247 FWUPD_ERROR,
1248 FWUPD_ERROR_INVALID_ARGS,
1249 "Invalid arguments");
1250 return FALSE;
1251 }
1252 dev = fwupd_client_get_results (priv->client, values[0], NULL, error);
1282 g_autoptr(FwupdDevice) rel = NULL;
1283
1284 dev = fu_util_get_device_or_prompt (priv, values, error);
12531285 if (dev == NULL)
12541286 return FALSE;
1255 tmp = fwupd_device_to_string (dev);
1287
1288 rel = fwupd_client_get_results (priv->client, fwupd_device_get_id (dev), NULL, error);
1289 if (rel == NULL)
1290 return FALSE;
1291 tmp = fwupd_device_to_string (rel);
12561292 g_print ("%s", tmp);
12571293 return TRUE;
12581294 }
12631299 g_autoptr(FwupdDevice) dev = NULL;
12641300 g_autoptr(GPtrArray) rels = NULL;
12651301
1266 /* get device to use */
1267 if (g_strv_length (values) == 1) {
1268 dev = fwupd_client_get_device_by_id (priv->client, values[0],
1269 NULL, error);
1270 if (dev == NULL)
1271 return FALSE;
1272 } else {
1273 dev = fu_util_prompt_for_device (priv, error);
1274 if (dev == NULL)
1275 return FALSE;
1276 }
1302 dev = fu_util_get_device_or_prompt (priv, values, error);
1303 if (dev == NULL)
1304 return FALSE;
12771305
12781306 /* get the releases for this device */
12791307 rels = fwupd_client_get_releases (priv->client, fwupd_device_get_id (dev), NULL, error);
13901418 static gboolean
13911419 fu_util_verify (FuUtilPrivate *priv, gchar **values, GError **error)
13921420 {
1421 g_autoptr(FwupdDevice) dev = NULL;
1422
13931423 if (g_strv_length (values) == 0)
13941424 return fu_util_verify_all (priv, error);
1395 if (g_strv_length (values) != 1) {
1396 g_set_error_literal (error,
1397 FWUPD_ERROR,
1398 FWUPD_ERROR_INVALID_ARGS,
1399 "Invalid arguments");
1400 return FALSE;
1401 }
1402 return fwupd_client_verify (priv->client, values[0], NULL, error);
1425
1426 dev = fu_util_get_device_or_prompt (priv, values, error);
1427 if (dev == NULL)
1428 return FALSE;
1429
1430 return fwupd_client_verify (priv->client, fwupd_device_get_id (dev), NULL, error);
14031431 }
14041432
14051433 static gboolean
14061434 fu_util_unlock (FuUtilPrivate *priv, gchar **values, GError **error)
14071435 {
1408 if (g_strv_length (values) != 1) {
1409 g_set_error_literal (error,
1410 FWUPD_ERROR,
1411 FWUPD_ERROR_INVALID_ARGS,
1412 "Invalid arguments");
1413 return FALSE;
1414 }
1415 return fwupd_client_unlock (priv->client, values[0], NULL, error);
1436 g_autoptr(FwupdDevice) dev = NULL;
1437
1438 dev = fu_util_get_device_or_prompt (priv, values, error);
1439 if (dev == NULL)
1440 return FALSE;
1441
1442 return fwupd_client_unlock (priv->client, fwupd_device_get_id (dev), NULL, error);
14161443 }
14171444
14181445 static gboolean
19531980 g_autoptr(FwupdRelease) rel = NULL;
19541981 g_autoptr(GPtrArray) rels = NULL;
19551982
1956 /* get device to use */
1957 if (g_strv_length (values) == 1) {
1958 dev = fwupd_client_get_device_by_id (priv->client, values[1],
1959 NULL, error);
1960 if (dev == NULL)
1961 return FALSE;
1962 } else {
1963 dev = fu_util_prompt_for_device (priv, error);
1964 if (dev == NULL)
1965 return FALSE;
1966 }
1983 dev = fu_util_get_device_or_prompt (priv, values, error);
1984 if (dev == NULL)
1985 return FALSE;
19671986
19681987 /* get the releases for this device and filter for validity */
19691988 rels = fwupd_client_get_downgrades (priv->client,
5252 '-DLOCALSTATEDIR="' + localstatedir + '"',
5353 '-DSYSFSFIRMWAREDIR="/sys/firmware"',
5454 '-DFWUPDDATADIR="' + join_paths(datadir, 'fwupd') + '"',
55 '-DFWUPDCONFIGDIR="' + join_paths(default_sysconfdir, 'fwupd') + '"',
5556 '-DFU_OFFLINE_DESTDIR=""',
5657 ],
5758 )