glib2 3.0.7-x86-mingw32 → 3.0.8-x86-mingw32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Rakefile +24 -12
- data/ext/glib2/extconf.rb +1 -0
- data/ext/glib2/glib2.def +4 -0
- data/ext/glib2/rbglib-variant.c +163 -12
- data/ext/glib2/rbglib.c +31 -8
- data/ext/glib2/rbglib.h +15 -1
- data/ext/glib2/rbglib2conversions.h +3 -0
- data/ext/glib2/rbglib_iochannel.c +0 -3
- data/ext/glib2/rbglib_iochannel_win32_socket.c +0 -1
- data/ext/glib2/rbglib_matchinfo.c +179 -0
- data/ext/glib2/rbglib_regex.c +484 -0
- data/ext/glib2/rbgobj_value.c +7 -1
- data/ext/glib2/rbgprivate.h +2 -0
- data/ext/glib2/rbgutil.c +7 -0
- data/ext/glib2/rbgutil.h +2 -0
- data/lib/2.2/glib2.so +0 -0
- data/lib/2.3/glib2.so +0 -0
- data/lib/glib2/regex.rb +29 -0
- data/lib/glib2.rb +2 -1
- data/lib/gnome2/rake/external-package.rb +6 -1
- data/lib/gnome2/rake/package-task.rb +1 -1
- data/lib/gnome2/rake/package.rb +9 -0
- data/lib/gnome2/rake/windows-binary-build-task.rb +35 -11
- data/lib/mkmf-gnome2.rb +3 -1
- data/test/test-match-info.rb +113 -0
- data/test/test-regex.rb +320 -0
- data/vendor/local/bin/asn1Coding.exe +0 -0
- data/vendor/local/bin/asn1Decoding.exe +0 -0
- data/vendor/local/bin/asn1Parser.exe +0 -0
- data/vendor/local/bin/envsubst.exe +0 -0
- data/vendor/local/bin/gdbus.exe +0 -0
- data/vendor/local/bin/gettext.exe +0 -0
- data/vendor/local/bin/gettext.sh +1 -1
- data/vendor/local/bin/gio-querymodules.exe +0 -0
- data/vendor/local/bin/glib-compile-resources.exe +0 -0
- data/vendor/local/bin/glib-compile-schemas.exe +0 -0
- data/vendor/local/bin/glib-genmarshal.exe +0 -0
- data/vendor/local/bin/glib-gettextize +1 -1
- data/vendor/local/bin/glib-mkenums +2 -2
- data/vendor/local/bin/gobject-query.exe +0 -0
- data/vendor/local/bin/gresource.exe +0 -0
- data/vendor/local/bin/gsettings.exe +0 -0
- data/vendor/local/bin/gspawn-win32-helper-console.exe +0 -0
- data/vendor/local/bin/gspawn-win32-helper.exe +0 -0
- data/vendor/local/bin/iconv.exe +0 -0
- data/vendor/local/bin/idn.exe +0 -0
- data/vendor/local/bin/libasprintf-0.dll +0 -0
- data/vendor/local/bin/libcharset-1.dll +0 -0
- data/vendor/local/bin/libffi-6.dll +0 -0
- data/vendor/local/bin/libgio-2.0-0.dll +0 -0
- data/vendor/local/bin/libglib-2.0-0.dll +0 -0
- data/vendor/local/bin/libgmodule-2.0-0.dll +0 -0
- data/vendor/local/bin/libgmp-10.dll +0 -0
- data/vendor/local/bin/libgnutls-30.def +993 -984
- data/vendor/local/bin/libgnutls-30.dll +0 -0
- data/vendor/local/bin/libgobject-2.0-0.dll +0 -0
- data/vendor/local/bin/libgthread-2.0-0.dll +0 -0
- data/vendor/local/bin/libhogweed-4-2.dll +0 -0
- data/vendor/local/bin/libiconv-2.dll +0 -0
- data/vendor/local/bin/libidn-11.dll +0 -0
- data/vendor/local/bin/libintl-8.dll +0 -0
- data/vendor/local/bin/{libnettle-6-1.dll → libnettle-6-2.dll} +0 -0
- data/vendor/local/bin/libp11-kit-0.dll +0 -0
- data/vendor/local/bin/libpcre-1.dll +0 -0
- data/vendor/local/bin/libpcrecpp-0.dll +0 -0
- data/vendor/local/bin/libpcreposix-0.dll +0 -0
- data/vendor/local/bin/libtasn1-6.dll +0 -0
- data/vendor/local/bin/nettle-hash.exe +0 -0
- data/vendor/local/bin/nettle-lfib-stream.exe +0 -0
- data/vendor/local/bin/nettle-pbkdf2.exe +0 -0
- data/vendor/local/bin/ngettext.exe +0 -0
- data/vendor/local/bin/p11-kit.exe +0 -0
- data/vendor/local/bin/pcre-config +133 -0
- data/vendor/local/bin/pcregrep.exe +0 -0
- data/vendor/local/bin/pcretest.exe +0 -0
- data/vendor/local/bin/pkcs1-conv.exe +0 -0
- data/vendor/local/bin/sexp-conv.exe +0 -0
- data/vendor/local/bin/trust.exe +0 -0
- data/vendor/local/include/glib-2.0/gio/gdatagrambased.h +144 -0
- data/vendor/local/include/glib-2.0/gio/gdbusconnection.h +9 -1
- data/vendor/local/include/glib-2.0/gio/gdtlsclientconnection.h +75 -0
- data/vendor/local/include/glib-2.0/gio/gdtlsconnection.h +191 -0
- data/vendor/local/include/glib-2.0/gio/gdtlsserverconnection.h +69 -0
- data/vendor/local/include/glib-2.0/gio/gfileinfo.h +14 -0
- data/vendor/local/include/glib-2.0/gio/gio-autocleanups.h +1 -0
- data/vendor/local/include/glib-2.0/gio/gio.h +4 -0
- data/vendor/local/include/glib-2.0/gio/gioenums.h +69 -13
- data/vendor/local/include/glib-2.0/gio/gioenumtypes.h +2 -0
- data/vendor/local/include/glib-2.0/gio/giotypes.h +77 -0
- data/vendor/local/include/glib-2.0/gio/gliststore.h +5 -0
- data/vendor/local/include/glib-2.0/gio/gnetworkmonitor.h +3 -0
- data/vendor/local/include/glib-2.0/gio/gsettings.h +1 -1
- data/vendor/local/include/glib-2.0/gio/gsettingsschema.h +3 -0
- data/vendor/local/include/glib-2.0/gio/gsimpleasyncresult.h +25 -25
- data/vendor/local/include/glib-2.0/gio/gsocket.h +7 -0
- data/vendor/local/include/glib-2.0/gio/gsocketconnectable.h +6 -0
- data/vendor/local/include/glib-2.0/gio/gsocketlistener.h +4 -1
- data/vendor/local/include/glib-2.0/gio/gtlsbackend.h +14 -0
- data/vendor/local/include/glib-2.0/gio/gtlsclientconnection.h +7 -0
- data/vendor/local/include/glib-2.0/glib/gasyncqueue.h +13 -0
- data/vendor/local/include/glib-2.0/glib/gbacktrace.h +2 -0
- data/vendor/local/include/glib-2.0/glib/glib-autocleanups.h +12 -4
- data/vendor/local/include/glib-2.0/glib/gmacros.h +46 -10
- data/vendor/local/include/glib-2.0/glib/gmain.h +3 -1
- data/vendor/local/include/glib-2.0/glib/gmem.h +7 -5
- data/vendor/local/include/glib-2.0/glib/gmessages.h +8 -8
- data/vendor/local/include/glib-2.0/glib/gnode.h +2 -2
- data/vendor/local/include/glib-2.0/glib/gpoll.h +2 -9
- data/vendor/local/include/glib-2.0/glib/gsequence.h +2 -0
- data/vendor/local/include/glib-2.0/glib/gstdio.h +1 -1
- data/vendor/local/include/glib-2.0/glib/gstrfuncs.h +1 -0
- data/vendor/local/include/glib-2.0/glib/gtestutils.h +15 -2
- data/vendor/local/include/glib-2.0/glib/gthreadpool.h +4 -0
- data/vendor/local/include/glib-2.0/glib/gtrashstack.h +10 -57
- data/vendor/local/include/glib-2.0/glib/gtypes.h +61 -6
- data/vendor/local/include/glib-2.0/glib/gunicode.h +15 -1
- data/vendor/local/include/glib-2.0/glib/gutils.h +36 -57
- data/vendor/local/include/glib-2.0/glib/gversionmacros.h +59 -10
- data/vendor/local/include/glib-2.0/gobject/gboxed.h +3 -3
- data/vendor/local/include/glib-2.0/gobject/gclosure.h +2 -1
- data/vendor/local/include/glib-2.0/gobject/glib-types.h +0 -7
- data/vendor/local/include/glib-2.0/gobject/gobject-autocleanups.h +0 -1
- data/vendor/local/include/glib-2.0/gobject/gobject.h +8 -4
- data/vendor/local/include/glib-2.0/gobject/gparam.h +5 -2
- data/vendor/local/include/glib-2.0/gobject/gsignal.h +3 -0
- data/vendor/local/include/glib-2.0/gobject/gtype.h +47 -26
- data/vendor/local/include/glib-2.0/gobject/gtypemodule.h +1 -0
- data/vendor/local/include/gmp.h +56 -24
- data/vendor/local/include/gnutls/gnutls.h +79 -39
- data/vendor/local/include/gnutls/pkcs11.h +6 -0
- data/vendor/local/include/gnutls/pkcs7.h +17 -4
- data/vendor/local/include/gnutls/x509.h +8 -0
- data/vendor/local/include/libintl.h +1 -1
- data/vendor/local/include/libtasn1.h +1 -1
- data/vendor/local/include/nettle/rsa.h +72 -0
- data/vendor/local/include/nettle/sha3.h +4 -0
- data/vendor/local/include/nettle/version.h +8 -1
- data/vendor/local/include/p11-kit-1/p11-kit/p11-kit.h +1 -0
- data/vendor/local/include/pcre.h +677 -0
- data/vendor/local/include/pcre_scanner.h +172 -0
- data/vendor/local/include/pcre_stringpiece.h +180 -0
- data/vendor/local/include/pcrecpp.h +710 -0
- data/vendor/local/include/pcrecpparg.h +174 -0
- data/vendor/local/include/pcreposix.h +146 -0
- data/vendor/local/lib/gio/modules/libgiognutls.a +0 -0
- data/vendor/local/lib/gio/modules/libgiognutls.dll +0 -0
- data/vendor/local/lib/gio/modules/libgiognutls.dll.a +0 -0
- data/vendor/local/lib/gio/modules/libgiognutls.la +3 -3
- data/vendor/local/lib/glib-2.0/include/glibconfig.h +4 -16
- data/vendor/local/lib/libasprintf.a +0 -0
- data/vendor/local/lib/libasprintf.dll.a +0 -0
- data/vendor/local/lib/libcharset.a +0 -0
- data/vendor/local/lib/libcharset.dll.a +0 -0
- data/vendor/local/lib/libffi.a +0 -0
- data/vendor/local/lib/libffi.dll.a +0 -0
- data/vendor/local/lib/libgio-2.0.dll.a +0 -0
- data/vendor/local/lib/libgio-2.0.la +5 -5
- data/vendor/local/lib/libglib-2.0.dll.a +0 -0
- data/vendor/local/lib/libglib-2.0.la +5 -5
- data/vendor/local/lib/libgmodule-2.0.dll.a +0 -0
- data/vendor/local/lib/libgmodule-2.0.la +5 -5
- data/vendor/local/lib/libgmp.dll.a +0 -0
- data/vendor/local/lib/libgmp.la +4 -4
- data/vendor/local/lib/libgnutls.dll.a +0 -0
- data/vendor/local/lib/libgnutls.la +3 -3
- data/vendor/local/lib/libgobject-2.0.dll.a +0 -0
- data/vendor/local/lib/libgobject-2.0.la +5 -5
- data/vendor/local/lib/libgthread-2.0.dll.a +0 -0
- data/vendor/local/lib/libgthread-2.0.la +5 -5
- data/vendor/local/lib/libhogweed.a +0 -0
- data/vendor/local/lib/libhogweed.dll.a +0 -0
- data/vendor/local/lib/libiconv.dll.a +0 -0
- data/vendor/local/lib/libidn.a +0 -0
- data/vendor/local/lib/libidn.dll.a +0 -0
- data/vendor/local/lib/libintl.a +0 -0
- data/vendor/local/lib/libintl.dll.a +0 -0
- data/vendor/local/lib/libintl.la +1 -1
- data/vendor/local/lib/libnettle.a +0 -0
- data/vendor/local/lib/libnettle.dll.a +0 -0
- data/vendor/local/lib/libp11-kit.dll.a +0 -0
- data/vendor/local/lib/libpcre.a +0 -0
- data/vendor/local/lib/libpcre.dll.a +0 -0
- data/vendor/local/lib/libpcre.la +41 -0
- data/vendor/local/lib/libpcrecpp.a +0 -0
- data/vendor/local/lib/libpcrecpp.dll.a +0 -0
- data/vendor/local/lib/libpcrecpp.la +41 -0
- data/vendor/local/lib/libpcreposix.a +0 -0
- data/vendor/local/lib/libpcreposix.dll.a +0 -0
- data/vendor/local/lib/libpcreposix.la +41 -0
- data/vendor/local/lib/libtasn1.a +0 -0
- data/vendor/local/lib/libtasn1.dll.a +0 -0
- data/vendor/local/lib/libtasn1.la +1 -1
- data/vendor/local/lib/p11-kit/p11-kit-remote.exe +0 -0
- data/vendor/local/lib/pkcs11/p11-kit-trust.dll +0 -0
- data/vendor/local/lib/pkcs11/p11-kit-trust.dll.a +0 -0
- data/vendor/local/lib/pkgconfig/gio-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gio-windows-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/glib-2.0.pc +3 -3
- data/vendor/local/lib/pkgconfig/gmodule-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gmodule-export-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gmodule-no-export-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gnutls.pc +2 -2
- data/vendor/local/lib/pkgconfig/gobject-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gthread-2.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/hogweed.pc +1 -1
- data/vendor/local/lib/pkgconfig/libpcre.pc +13 -0
- data/vendor/local/lib/pkgconfig/libpcrecpp.pc +12 -0
- data/vendor/local/lib/pkgconfig/libpcreposix.pc +13 -0
- data/vendor/local/lib/pkgconfig/libtasn1.pc +1 -1
- data/vendor/local/lib/pkgconfig/nettle.pc +1 -1
- data/vendor/local/lib/pkgconfig/p11-kit-1.pc +1 -1
- data/vendor/local/share/aclocal/glib-gettext.m4 +3 -2
- data/vendor/local/share/doc/pcre/AUTHORS +45 -0
- data/vendor/local/share/doc/pcre/COPYING +5 -0
- data/vendor/local/share/doc/pcre/ChangeLog +5918 -0
- data/vendor/local/share/doc/pcre/LICENCE +93 -0
- data/vendor/local/share/doc/pcre/NEWS +716 -0
- data/vendor/local/share/doc/pcre/README +1002 -0
- data/vendor/local/share/doc/pcre/html/NON-AUTOTOOLS-BUILD.txt +772 -0
- data/vendor/local/share/doc/pcre/html/README.txt +1002 -0
- data/vendor/local/share/doc/pcre/html/index.html +185 -0
- data/vendor/local/share/doc/pcre/html/pcre-config.html +109 -0
- data/vendor/local/share/doc/pcre/html/pcre.html +224 -0
- data/vendor/local/share/doc/pcre/html/pcre16.html +384 -0
- data/vendor/local/share/doc/pcre/html/pcre32.html +382 -0
- data/vendor/local/share/doc/pcre/html/pcre_assign_jit_stack.html +76 -0
- data/vendor/local/share/doc/pcre/html/pcre_compile.html +111 -0
- data/vendor/local/share/doc/pcre/html/pcre_compile2.html +115 -0
- data/vendor/local/share/doc/pcre/html/pcre_config.html +94 -0
- data/vendor/local/share/doc/pcre/html/pcre_copy_named_substring.html +65 -0
- data/vendor/local/share/doc/pcre/html/pcre_copy_substring.html +61 -0
- data/vendor/local/share/doc/pcre/html/pcre_dfa_exec.html +129 -0
- data/vendor/local/share/doc/pcre/html/pcre_exec.html +111 -0
- data/vendor/local/share/doc/pcre/html/pcre_free_study.html +46 -0
- data/vendor/local/share/doc/pcre/html/pcre_free_substring.html +46 -0
- data/vendor/local/share/doc/pcre/html/pcre_free_substring_list.html +46 -0
- data/vendor/local/share/doc/pcre/html/pcre_fullinfo.html +118 -0
- data/vendor/local/share/doc/pcre/html/pcre_get_named_substring.html +68 -0
- data/vendor/local/share/doc/pcre/html/pcre_get_stringnumber.html +57 -0
- data/vendor/local/share/doc/pcre/html/pcre_get_stringtable_entries.html +60 -0
- data/vendor/local/share/doc/pcre/html/pcre_get_substring.html +64 -0
- data/vendor/local/share/doc/pcre/html/pcre_get_substring_list.html +61 -0
- data/vendor/local/share/doc/pcre/html/pcre_jit_exec.html +108 -0
- data/vendor/local/share/doc/pcre/html/pcre_jit_stack_alloc.html +55 -0
- data/vendor/local/share/doc/pcre/html/pcre_jit_stack_free.html +48 -0
- data/vendor/local/share/doc/pcre/html/pcre_maketables.html +48 -0
- data/vendor/local/share/doc/pcre/html/pcre_pattern_to_host_byte_order.html +58 -0
- data/vendor/local/share/doc/pcre/html/pcre_refcount.html +51 -0
- data/vendor/local/share/doc/pcre/html/pcre_study.html +68 -0
- data/vendor/local/share/doc/pcre/html/pcre_utf16_to_host_byte_order.html +57 -0
- data/vendor/local/share/doc/pcre/html/pcre_utf32_to_host_byte_order.html +57 -0
- data/vendor/local/share/doc/pcre/html/pcre_version.html +46 -0
- data/vendor/local/share/doc/pcre/html/pcreapi.html +2922 -0
- data/vendor/local/share/doc/pcre/html/pcrebuild.html +534 -0
- data/vendor/local/share/doc/pcre/html/pcrecallout.html +286 -0
- data/vendor/local/share/doc/pcre/html/pcrecompat.html +235 -0
- data/vendor/local/share/doc/pcre/html/pcrecpp.html +368 -0
- data/vendor/local/share/doc/pcre/html/pcredemo.html +426 -0
- data/vendor/local/share/doc/pcre/html/pcregrep.html +759 -0
- data/vendor/local/share/doc/pcre/html/pcrejit.html +452 -0
- data/vendor/local/share/doc/pcre/html/pcrelimits.html +90 -0
- data/vendor/local/share/doc/pcre/html/pcrematching.html +242 -0
- data/vendor/local/share/doc/pcre/html/pcrepartial.html +509 -0
- data/vendor/local/share/doc/pcre/html/pcrepattern.html +3273 -0
- data/vendor/local/share/doc/pcre/html/pcreperform.html +195 -0
- data/vendor/local/share/doc/pcre/html/pcreposix.html +290 -0
- data/vendor/local/share/doc/pcre/html/pcreprecompile.html +163 -0
- data/vendor/local/share/doc/pcre/html/pcresample.html +110 -0
- data/vendor/local/share/doc/pcre/html/pcrestack.html +225 -0
- data/vendor/local/share/doc/pcre/html/pcresyntax.html +561 -0
- data/vendor/local/share/doc/pcre/html/pcretest.html +1158 -0
- data/vendor/local/share/doc/pcre/html/pcreunicode.html +262 -0
- data/vendor/local/share/doc/pcre/pcre-config.txt +86 -0
- data/vendor/local/share/doc/pcre/pcre.txt +10455 -0
- data/vendor/local/share/doc/pcre/pcregrep.txt +741 -0
- data/vendor/local/share/doc/pcre/pcretest.txt +1087 -0
- data/vendor/local/share/gdb/auto-load/{libglib-2.0.so.0.4400.1-gdb.py → home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/libglib-2.0.so.0.4800.0-gdb.py} +0 -0
- data/vendor/local/share/gdb/auto-load/{libgobject-2.0.so.0.4400.1-gdb.py → home/vagrant/ruby-gnome2.win32/glib2/vendor/local/lib/libgobject-2.0.so.0.4800.0-gdb.py} +0 -0
- data/vendor/local/share/gettext/ABOUT-NLS +382 -413
- data/vendor/local/share/gettext/its/gschema.its +25 -0
- data/vendor/local/share/gettext/its/gschema.loc +10 -0
- data/vendor/local/share/glib-2.0/codegen/__init__.pyc +0 -0
- data/vendor/local/share/glib-2.0/codegen/__init__.pyo +0 -0
- data/vendor/local/share/glib-2.0/codegen/codegen.py +22 -0
- data/vendor/local/share/glib-2.0/codegen/codegen.pyc +0 -0
- data/vendor/local/share/glib-2.0/codegen/codegen.pyo +0 -0
- data/vendor/local/share/glib-2.0/codegen/codegen_docbook.pyc +0 -0
- data/vendor/local/share/glib-2.0/codegen/codegen_docbook.pyo +0 -0
- data/vendor/local/share/glib-2.0/codegen/codegen_main.pyc +0 -0
- data/vendor/local/share/glib-2.0/codegen/codegen_main.pyo +0 -0
- data/vendor/local/share/glib-2.0/codegen/config.py +1 -1
- data/vendor/local/share/glib-2.0/codegen/config.pyc +0 -0
- data/vendor/local/share/glib-2.0/codegen/config.pyo +0 -0
- data/vendor/local/share/glib-2.0/codegen/dbustypes.pyc +0 -0
- data/vendor/local/share/glib-2.0/codegen/dbustypes.pyo +0 -0
- data/vendor/local/share/glib-2.0/codegen/parser.pyc +0 -0
- data/vendor/local/share/glib-2.0/codegen/parser.pyo +0 -0
- data/vendor/local/share/glib-2.0/codegen/utils.pyc +0 -0
- data/vendor/local/share/glib-2.0/codegen/utils.pyo +0 -0
- data/vendor/local/share/glib-2.0/gdb/glib.py +4 -0
- data/vendor/local/share/glib-2.0/schemas/gschemas.compiled +0 -0
- data/vendor/local/share/gtk-doc/html/gio/GAction.html +58 -64
- data/vendor/local/share/gtk-doc/html/gio/GActionGroup.html +75 -80
- data/vendor/local/share/gtk-doc/html/gio/GActionMap.html +50 -51
- data/vendor/local/share/gtk-doc/html/gio/GAppInfo.html +72 -97
- data/vendor/local/share/gtk-doc/html/gio/GAppInfoMonitor.html +7 -8
- data/vendor/local/share/gtk-doc/html/gio/GApplication.html +174 -160
- data/vendor/local/share/gtk-doc/html/gio/GApplicationCommandLine.html +127 -132
- data/vendor/local/share/gtk-doc/html/gio/GAsyncInitable.html +90 -92
- data/vendor/local/share/gtk-doc/html/gio/GAsyncResult.html +43 -46
- data/vendor/local/share/gtk-doc/html/gio/GBufferedInputStream.html +17 -26
- data/vendor/local/share/gtk-doc/html/gio/GBufferedOutputStream.html +12 -17
- data/vendor/local/share/gtk-doc/html/gio/GBytesIcon.html +10 -11
- data/vendor/local/share/gtk-doc/html/gio/GCancellable.html +45 -52
- data/vendor/local/share/gtk-doc/html/gio/GCharsetConverter.html +14 -18
- data/vendor/local/share/gtk-doc/html/gio/GConverter.html +20 -21
- data/vendor/local/share/gtk-doc/html/gio/GCredentials.html +41 -48
- data/vendor/local/share/gtk-doc/html/gio/GDBusActionGroup.html +9 -10
- data/vendor/local/share/gtk-doc/html/gio/GDBusAuthObserver.html +34 -40
- data/vendor/local/share/gtk-doc/html/gio/GDBusConnection.html +337 -258
- data/vendor/local/share/gtk-doc/html/gio/GDBusInterface.html +23 -22
- data/vendor/local/share/gtk-doc/html/gio/GDBusInterfaceSkeleton.html +44 -50
- data/vendor/local/share/gtk-doc/html/gio/GDBusMenuModel.html +9 -10
- data/vendor/local/share/gtk-doc/html/gio/GDBusMessage.html +143 -158
- data/vendor/local/share/gtk-doc/html/gio/GDBusMethodInvocation.html +59 -54
- data/vendor/local/share/gtk-doc/html/gio/GDBusObject.html +19 -22
- data/vendor/local/share/gtk-doc/html/gio/GDBusObjectManager.html +25 -27
- data/vendor/local/share/gtk-doc/html/gio/GDBusObjectManagerClient.html +48 -52
- data/vendor/local/share/gtk-doc/html/gio/GDBusObjectManagerServer.html +34 -31
- data/vendor/local/share/gtk-doc/html/gio/GDBusObjectProxy.html +15 -17
- data/vendor/local/share/gtk-doc/html/gio/GDBusObjectSkeleton.html +25 -28
- data/vendor/local/share/gtk-doc/html/gio/GDBusProxy.html +105 -122
- data/vendor/local/share/gtk-doc/html/gio/GDBusServer.html +32 -39
- data/vendor/local/share/gtk-doc/html/gio/GDataInputStream.html +40 -51
- data/vendor/local/share/gtk-doc/html/gio/GDataOutputStream.html +17 -28
- data/vendor/local/share/gtk-doc/html/gio/GDatagramBased.html +766 -0
- data/vendor/local/share/gtk-doc/html/gio/GDrive.html +56 -75
- data/vendor/local/share/gtk-doc/html/gio/GDtlsClientConnection.html +468 -0
- data/vendor/local/share/gtk-doc/html/gio/GDtlsConnection.html +1521 -0
- data/vendor/local/share/gtk-doc/html/gio/GDtlsServerConnection.html +208 -0
- data/vendor/local/share/gtk-doc/html/gio/GEmblem.html +16 -19
- data/vendor/local/share/gtk-doc/html/gio/GEmblemedIcon.html +16 -17
- data/vendor/local/share/gtk-doc/html/gio/GFile.html +204 -240
- data/vendor/local/share/gtk-doc/html/gio/GFileDescriptorBased.html +9 -11
- data/vendor/local/share/gtk-doc/html/gio/GFileEnumerator.html +36 -41
- data/vendor/local/share/gtk-doc/html/gio/GFileIOStream.html +13 -15
- data/vendor/local/share/gtk-doc/html/gio/GFileIcon.html +8 -9
- data/vendor/local/share/gtk-doc/html/gio/GFileInfo.html +128 -145
- data/vendor/local/share/gtk-doc/html/gio/GFileInputStream.html +8 -9
- data/vendor/local/share/gtk-doc/html/gio/GFileMonitor.html +75 -36
- data/vendor/local/share/gtk-doc/html/gio/GFileOutputStream.html +9 -11
- data/vendor/local/share/gtk-doc/html/gio/GFilenameCompleter.html +10 -13
- data/vendor/local/share/gtk-doc/html/gio/GFilterInputStream.html +9 -11
- data/vendor/local/share/gtk-doc/html/gio/GFilterOutputStream.html +9 -11
- data/vendor/local/share/gtk-doc/html/gio/GIOModule.html +41 -43
- data/vendor/local/share/gtk-doc/html/gio/GIOStream.html +56 -44
- data/vendor/local/share/gtk-doc/html/gio/GIcon.html +20 -23
- data/vendor/local/share/gtk-doc/html/gio/GInetAddress.html +103 -118
- data/vendor/local/share/gtk-doc/html/gio/GInetAddressMask.html +39 -47
- data/vendor/local/share/gtk-doc/html/gio/GInetSocketAddress.html +31 -37
- data/vendor/local/share/gtk-doc/html/gio/GInitable.html +17 -19
- data/vendor/local/share/gtk-doc/html/gio/GInputStream.html +32 -44
- data/vendor/local/share/gtk-doc/html/gio/GListModel.html +28 -29
- data/vendor/local/share/gtk-doc/html/gio/GListStore.html +80 -35
- data/vendor/local/share/gtk-doc/html/gio/GLoadableIcon.html +10 -11
- data/vendor/local/share/gtk-doc/html/gio/GMemoryInputStream.html +11 -15
- data/vendor/local/share/gtk-doc/html/gio/GMemoryOutputStream.html +38 -38
- data/vendor/local/share/gtk-doc/html/gio/GMenu.html +138 -145
- data/vendor/local/share/gtk-doc/html/gio/GMenuModel.html +84 -94
- data/vendor/local/share/gtk-doc/html/gio/GMount.html +54 -66
- data/vendor/local/share/gtk-doc/html/gio/GMountOperation.html +34 -42
- data/vendor/local/share/gtk-doc/html/gio/GNetworkAddress.html +26 -28
- data/vendor/local/share/gtk-doc/html/gio/GNetworkMonitor.html +97 -39
- data/vendor/local/share/gtk-doc/html/gio/GNetworkService.html +18 -23
- data/vendor/local/share/gtk-doc/html/gio/GNotification.html +49 -47
- data/vendor/local/share/gtk-doc/html/gio/GOutputStream.html +39 -56
- data/vendor/local/share/gtk-doc/html/gio/GPermission.html +26 -34
- data/vendor/local/share/gtk-doc/html/gio/GPollableInputStream.html +16 -20
- data/vendor/local/share/gtk-doc/html/gio/GPollableOutputStream.html +16 -20
- data/vendor/local/share/gtk-doc/html/gio/GPropertyAction.html +33 -20
- data/vendor/local/share/gtk-doc/html/gio/GProxy.html +30 -32
- data/vendor/local/share/gtk-doc/html/gio/GProxyAddress.html +42 -51
- data/vendor/local/share/gtk-doc/html/gio/GProxyResolver.html +17 -19
- data/vendor/local/share/gtk-doc/html/gio/GRemoteActionGroup.html +15 -16
- data/vendor/local/share/gtk-doc/html/gio/GResolver.html +46 -47
- data/vendor/local/share/gtk-doc/html/gio/GResource.html +79 -74
- data/vendor/local/share/gtk-doc/html/gio/GSeekable.html +12 -18
- data/vendor/local/share/gtk-doc/html/gio/GSettings.html +325 -200
- data/vendor/local/share/gtk-doc/html/gio/GSettingsBackend.html +28 -29
- data/vendor/local/share/gtk-doc/html/gio/GSimpleAction.html +46 -49
- data/vendor/local/share/gtk-doc/html/gio/GSimpleActionGroup.html +21 -23
- data/vendor/local/share/gtk-doc/html/gio/GSimpleAsyncResult.html +258 -162
- data/vendor/local/share/gtk-doc/html/gio/GSimpleIOStream.html +11 -13
- data/vendor/local/share/gtk-doc/html/gio/GSimplePermission.html +7 -9
- data/vendor/local/share/gtk-doc/html/gio/GSimpleProxyResolver.html +16 -18
- data/vendor/local/share/gtk-doc/html/gio/GSocket.html +470 -281
- data/vendor/local/share/gtk-doc/html/gio/GSocketAddress.html +27 -32
- data/vendor/local/share/gtk-doc/html/gio/GSocketClient.html +76 -85
- data/vendor/local/share/gtk-doc/html/gio/GSocketConnectable.html +118 -72
- data/vendor/local/share/gtk-doc/html/gio/GSocketConnection.html +28 -33
- data/vendor/local/share/gtk-doc/html/gio/GSocketControlMessage.html +26 -30
- data/vendor/local/share/gtk-doc/html/gio/GSocketListener.html +180 -62
- data/vendor/local/share/gtk-doc/html/gio/GSocketService.html +51 -28
- data/vendor/local/share/gtk-doc/html/gio/GSrvTarget.html +25 -31
- data/vendor/local/share/gtk-doc/html/gio/GSubprocess.html +63 -75
- data/vendor/local/share/gtk-doc/html/gio/GSubprocessLauncher.html +49 -54
- data/vendor/local/share/gtk-doc/html/gio/GTask.html +406 -404
- data/vendor/local/share/gtk-doc/html/gio/GTcpConnection.html +11 -13
- data/vendor/local/share/gtk-doc/html/gio/GTcpWrapperConnection.html +9 -11
- data/vendor/local/share/gtk-doc/html/gio/GTestDBus.html +36 -38
- data/vendor/local/share/gtk-doc/html/gio/GThemedIcon.html +30 -31
- data/vendor/local/share/gtk-doc/html/gio/GThreadedSocketService.html +11 -14
- data/vendor/local/share/gtk-doc/html/gio/GTlsBackend.html +172 -46
- data/vendor/local/share/gtk-doc/html/gio/GTlsCertificate.html +26 -32
- data/vendor/local/share/gtk-doc/html/gio/GTlsClientConnection.html +96 -37
- data/vendor/local/share/gtk-doc/html/gio/GTlsConnection.html +64 -66
- data/vendor/local/share/gtk-doc/html/gio/GTlsDatabase.html +256 -63
- data/vendor/local/share/gtk-doc/html/gio/GTlsFileDatabase.html +15 -16
- data/vendor/local/share/gtk-doc/html/gio/GTlsInteraction.html +150 -49
- data/vendor/local/share/gtk-doc/html/gio/GTlsPassword.html +46 -51
- data/vendor/local/share/gtk-doc/html/gio/GTlsServerConnection.html +21 -18
- data/vendor/local/share/gtk-doc/html/gio/GUnixConnection.html +21 -26
- data/vendor/local/share/gtk-doc/html/gio/GUnixCredentialsMessage.html +21 -25
- data/vendor/local/share/gtk-doc/html/gio/GUnixFDList.html +31 -37
- data/vendor/local/share/gtk-doc/html/gio/GUnixFDMessage.html +24 -28
- data/vendor/local/share/gtk-doc/html/gio/GUnixInputStream.html +15 -19
- data/vendor/local/share/gtk-doc/html/gio/GUnixOutputStream.html +15 -19
- data/vendor/local/share/gtk-doc/html/gio/GUnixSocketAddress.html +43 -47
- data/vendor/local/share/gtk-doc/html/gio/GVfs.html +22 -24
- data/vendor/local/share/gtk-doc/html/gio/GVolume.html +43 -54
- data/vendor/local/share/gtk-doc/html/gio/GVolumeMonitor.html +26 -27
- data/vendor/local/share/gtk-doc/html/gio/GZlibCompressor.html +15 -17
- data/vendor/local/share/gtk-doc/html/gio/GZlibDecompressor.html +11 -13
- data/vendor/local/share/gtk-doc/html/gio/annotation-glossary.html +21 -6
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-18.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-20.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-22.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-24.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-26.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-28.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-30.html +11 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-32.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-34.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-36.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-38.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-40.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-42.html +11 -5
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-44.html +5 -6
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-46.html +211 -0
- data/vendor/local/share/gtk-doc/html/gio/api-index-2-48.html +283 -0
- data/vendor/local/share/gtk-doc/html/gio/api-index-deprecated.html +107 -4
- data/vendor/local/share/gtk-doc/html/gio/api-index-full.html +459 -8
- data/vendor/local/share/gtk-doc/html/gio/application.html +5 -6
- data/vendor/local/share/gtk-doc/html/gio/async.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/ch01.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/ch02.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/ch03.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/ch32.html +29 -172
- data/vendor/local/share/gtk-doc/html/gio/ch33.html +187 -27
- data/vendor/local/share/gtk-doc/html/gio/ch33s02.html +15 -34
- data/vendor/local/share/gtk-doc/html/gio/ch33s03.html +16 -137
- data/vendor/local/share/gtk-doc/html/gio/ch34.html +26 -87
- data/vendor/local/share/gtk-doc/html/gio/ch34s02.html +37 -121
- data/vendor/local/share/gtk-doc/html/gio/ch34s03.html +132 -176
- data/vendor/local/share/gtk-doc/html/gio/ch34s04.html +19 -71
- data/vendor/local/share/gtk-doc/html/gio/ch34s05.html +24 -908
- data/vendor/local/share/gtk-doc/html/gio/{ch33s06.html → ch34s06.html} +9 -10
- data/vendor/local/share/gtk-doc/html/gio/{ch33s07.html → ch34s07.html} +9 -10
- data/vendor/local/share/gtk-doc/html/gio/ch35.html +94 -0
- data/vendor/local/share/gtk-doc/html/gio/ch35s02.html +141 -0
- data/vendor/local/share/gtk-doc/html/gio/ch35s03.html +201 -0
- data/vendor/local/share/gtk-doc/html/gio/ch35s04.html +96 -0
- data/vendor/local/share/gtk-doc/html/gio/conversion.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/data-models.html +4 -5
- data/vendor/local/share/gtk-doc/html/gio/extending-gio.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/extending.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/failable_initialization.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/file_mon.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/file_ops.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/gapplication-tool.html +11 -12
- data/vendor/local/share/gtk-doc/html/gio/gdbus-codegen.html +199 -200
- data/vendor/local/share/gtk-doc/html/gio/gdbus-convenience.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/gdbus-example-gdbus-codegen.html +89 -0
- data/vendor/local/share/gtk-doc/html/gio/gdbus-lowlevel.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/gdbus.html +9 -10
- data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Addresses.html +24 -28
- data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Introspection-Data.html +77 -87
- data/vendor/local/share/gtk-doc/html/gio/gio-D-Bus-Utilities.html +19 -27
- data/vendor/local/share/gtk-doc/html/gio/gio-Desktop-file-based-GAppInfo.html +43 -57
- data/vendor/local/share/gtk-doc/html/gio/gio-Extension-Points.html +47 -52
- data/vendor/local/share/gtk-doc/html/gio/gio-GActionGroup-exporter.html +11 -13
- data/vendor/local/share/gtk-doc/html/gio/gio-GContentType.html +20 -27
- data/vendor/local/share/gtk-doc/html/gio/gio-GConverterInputstream.html +9 -11
- data/vendor/local/share/gtk-doc/html/gio/gio-GConverterOutputstream.html +9 -11
- data/vendor/local/share/gtk-doc/html/gio/gio-GDBusError.html +59 -67
- data/vendor/local/share/gtk-doc/html/gio/gio-GFileAttribute.html +16 -21
- data/vendor/local/share/gtk-doc/html/gio/gio-GIOError.html +21 -17
- data/vendor/local/share/gtk-doc/html/gio/gio-GIOScheduler.html +9 -12
- data/vendor/local/share/gtk-doc/html/gio/gio-GMenuModel-exporter.html +11 -13
- data/vendor/local/share/gtk-doc/html/gio/gio-GSettingsSchema-GSettingsSchemaSource.html +147 -114
- data/vendor/local/share/gtk-doc/html/gio/gio-GWin32InputStream.html +12 -16
- data/vendor/local/share/gtk-doc/html/gio/gio-GWin32OutputStream.html +13 -17
- data/vendor/local/share/gtk-doc/html/gio/gio-GWin32RegistryKey.html +2066 -0
- data/vendor/local/share/gtk-doc/html/gio/gio-Owning-Bus-Names.html +29 -32
- data/vendor/local/share/gtk-doc/html/gio/gio-TLS-Overview.html +16 -13
- data/vendor/local/share/gtk-doc/html/gio/gio-Unix-Mounts.html +54 -75
- data/vendor/local/share/gtk-doc/html/gio/gio-Watching-Bus-Names.html +27 -30
- data/vendor/local/share/gtk-doc/html/gio/gio-gnetworking.h.html +5 -6
- data/vendor/local/share/gtk-doc/html/gio/gio-gpollableutils.html +16 -21
- data/vendor/local/share/gtk-doc/html/gio/gio-hierarchy.html +11 -8
- data/vendor/local/share/gtk-doc/html/gio/gio-querymodules.html +4 -5
- data/vendor/local/share/gtk-doc/html/gio/gio.devhelp2 +194 -140
- data/vendor/local/share/gtk-doc/html/gio/glib-compile-resources.html +6 -7
- data/vendor/local/share/gtk-doc/html/gio/glib-compile-schemas.html +12 -6
- data/vendor/local/share/gtk-doc/html/gio/gresource-tool.html +5 -6
- data/vendor/local/share/gtk-doc/html/gio/gsettings-tool.html +5 -6
- data/vendor/local/share/gtk-doc/html/gio/highlevel-socket.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/icons.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/index.html +41 -45
- data/vendor/local/share/gtk-doc/html/gio/index.sgml +204 -137
- data/vendor/local/share/gtk-doc/html/gio/migrating.html +22 -44
- data/vendor/local/share/gtk-doc/html/gio/networking.html +6 -4
- data/vendor/local/share/gtk-doc/html/gio/permissions.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/pt01.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/pt02.html +20 -5
- data/vendor/local/share/gtk-doc/html/gio/registry.html +32 -0
- data/vendor/local/share/gtk-doc/html/gio/resolver.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/resources.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/running-gio-apps.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/settings.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/streaming.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/style.css +9 -6
- data/vendor/local/share/gtk-doc/html/gio/subprocesses.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/testing.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/tls.html +12 -4
- data/vendor/local/share/gtk-doc/html/gio/tools.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/types.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/utils.html +3 -4
- data/vendor/local/share/gtk-doc/html/gio/volume_mon.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/annotation-glossary.html +16 -6
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-10.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-12.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-14.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-16.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-18.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-2.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-20.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-22.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-24.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-26.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-28.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-30.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-32.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-34.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-36.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-38.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-4.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-40.html +7 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-42.html +12 -6
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-44.html +5 -6
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-46.html +68 -0
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-48.html +68 -0
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-6.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-2-8.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/api-index-deprecated.html +46 -8
- data/vendor/local/share/gtk-doc/html/glib/api-index-full.html +80 -9
- data/vendor/local/share/gtk-doc/html/glib/deprecated.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-Arrays.html +68 -85
- data/vendor/local/share/gtk-doc/html/glib/glib-Asynchronous-Queues.html +254 -84
- data/vendor/local/share/gtk-doc/html/glib/glib-Atomic-Operations.html +130 -144
- data/vendor/local/share/gtk-doc/html/glib/glib-Automatic-String-Completion.html +19 -23
- data/vendor/local/share/gtk-doc/html/glib/glib-Balanced-Binary-Trees.html +33 -46
- data/vendor/local/share/gtk-doc/html/glib/glib-Base64-Encoding.html +22 -26
- data/vendor/local/share/gtk-doc/html/glib/glib-Basic-Types.html +89 -82
- data/vendor/local/share/gtk-doc/html/glib/glib-Bookmark-file-parser.html +87 -112
- data/vendor/local/share/gtk-doc/html/glib/glib-Bounds-checked-integer-arithmetic.html +384 -0
- data/vendor/local/share/gtk-doc/html/glib/glib-Byte-Arrays.html +100 -114
- data/vendor/local/share/gtk-doc/html/glib/glib-Byte-Order-Macros.html +83 -143
- data/vendor/local/share/gtk-doc/html/glib/glib-Caches.html +14 -19
- data/vendor/local/share/gtk-doc/html/glib/glib-Character-Set-Conversion.html +49 -64
- data/vendor/local/share/gtk-doc/html/glib/glib-Commandline-option-parser.html +141 -156
- data/vendor/local/share/gtk-doc/html/glib/glib-Data-Checksums.html +32 -38
- data/vendor/local/share/gtk-doc/html/glib/glib-Data-HMACs.html +24 -31
- data/vendor/local/share/gtk-doc/html/glib/glib-Datasets.html +28 -32
- data/vendor/local/share/gtk-doc/html/glib/glib-Date-and-Time-Functions.html +108 -141
- data/vendor/local/share/gtk-doc/html/glib/glib-Deprecated-Thread-APIs.html +98 -113
- data/vendor/local/share/gtk-doc/html/glib/glib-Double-ended-Queues.html +89 -112
- data/vendor/local/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html +93 -125
- data/vendor/local/share/gtk-doc/html/glib/glib-Dynamic-Loading-of-Modules.html +50 -58
- data/vendor/local/share/gtk-doc/html/glib/glib-Error-Reporting.html +189 -171
- data/vendor/local/share/gtk-doc/html/glib/glib-File-Utilities.html +99 -134
- data/vendor/local/share/gtk-doc/html/glib/glib-GDateTime.html +172 -217
- data/vendor/local/share/gtk-doc/html/glib/glib-GTimeZone.html +32 -42
- data/vendor/local/share/gtk-doc/html/glib/glib-GVariant.html +430 -451
- data/vendor/local/share/gtk-doc/html/glib/glib-GVariantType.html +53 -66
- data/vendor/local/share/gtk-doc/html/glib/glib-Glob-style-pattern-matching.html +12 -18
- data/vendor/local/share/gtk-doc/html/glib/glib-Hash-Tables.html +167 -192
- data/vendor/local/share/gtk-doc/html/glib/glib-Hook-Functions.html +58 -78
- data/vendor/local/share/gtk-doc/html/glib/glib-Hostname-Utilities.html +14 -20
- data/vendor/local/share/gtk-doc/html/glib/glib-I18N.html +70 -79
- data/vendor/local/share/gtk-doc/html/glib/glib-IO-Channels.html +68 -102
- data/vendor/local/share/gtk-doc/html/glib/glib-Key-value-file-parser.html +166 -183
- data/vendor/local/share/gtk-doc/html/glib/glib-Keyed-Data-Lists.html +33 -41
- data/vendor/local/share/gtk-doc/html/glib/glib-Lexical-Scanner.html +80 -92
- data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Allocation.html +101 -119
- data/vendor/local/share/gtk-doc/html/glib/glib-Memory-Slices.html +102 -75
- data/vendor/local/share/gtk-doc/html/glib/glib-Message-Logging.html +133 -60
- data/vendor/local/share/gtk-doc/html/glib/glib-Miscellaneous-Macros.html +192 -162
- data/vendor/local/share/gtk-doc/html/glib/glib-Miscellaneous-Utility-Functions.html +107 -155
- data/vendor/local/share/gtk-doc/html/glib/glib-N-ary-Trees.html +69 -103
- data/vendor/local/share/gtk-doc/html/glib/glib-Numerical-Definitions.html +12 -16
- data/vendor/local/share/gtk-doc/html/glib/glib-Perl-compatible-regular-expressions.html +199 -230
- data/vendor/local/share/gtk-doc/html/glib/glib-Pointer-Arrays.html +54 -67
- data/vendor/local/share/gtk-doc/html/glib/glib-Quarks.html +15 -22
- data/vendor/local/share/gtk-doc/html/glib/glib-Random-Numbers.html +24 -39
- data/vendor/local/share/gtk-doc/html/glib/glib-Relations-and-Tuples.html +29 -36
- data/vendor/local/share/gtk-doc/html/glib/glib-Sequences.html +187 -173
- data/vendor/local/share/gtk-doc/html/glib/glib-Shell-related-Utilities.html +13 -17
- data/vendor/local/share/gtk-doc/html/glib/glib-Simple-XML-Subset-Parser.html +104 -117
- data/vendor/local/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html +62 -89
- data/vendor/local/share/gtk-doc/html/glib/glib-Spawning-Processes.html +26 -38
- data/vendor/local/share/gtk-doc/html/glib/glib-Standard-Macros.html +15 -23
- data/vendor/local/share/gtk-doc/html/glib/glib-String-Chunks.html +13 -18
- data/vendor/local/share/gtk-doc/html/glib/glib-String-Utility-Functions.html +210 -261
- data/vendor/local/share/gtk-doc/html/glib/glib-Strings.html +95 -101
- data/vendor/local/share/gtk-doc/html/glib/glib-Testing.html +306 -268
- data/vendor/local/share/gtk-doc/html/glib/glib-The-Main-Event-Loop.html +373 -369
- data/vendor/local/share/gtk-doc/html/glib/glib-Thread-Pools.html +79 -45
- data/vendor/local/share/gtk-doc/html/glib/glib-Threads.html +316 -319
- data/vendor/local/share/gtk-doc/html/glib/glib-Timers.html +12 -15
- data/vendor/local/share/gtk-doc/html/glib/glib-Trash-Stacks.html +44 -26
- data/vendor/local/share/gtk-doc/html/glib/glib-Type-Conversion-Macros.html +20 -21
- data/vendor/local/share/gtk-doc/html/glib/glib-UNIX-specific-utilities-and-integration.html +44 -53
- data/vendor/local/share/gtk-doc/html/glib/glib-URI-Functions.html +21 -26
- data/vendor/local/share/gtk-doc/html/glib/glib-Unicode-Manipulation.html +200 -220
- data/vendor/local/share/gtk-doc/html/glib/glib-Version-Information.html +51 -28
- data/vendor/local/share/gtk-doc/html/glib/glib-Warnings-and-Assertions.html +38 -41
- data/vendor/local/share/gtk-doc/html/glib/glib-Windows-Compatibility-Functions.html +25 -34
- data/vendor/local/share/gtk-doc/html/glib/glib-building.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-changes.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-compiling.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-core.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-cross-compiling.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-data-types.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-fundamentals.html +6 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-gettextize.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-programming.html +4 -5
- data/vendor/local/share/gtk-doc/html/glib/glib-regex-syntax.html +14 -15
- data/vendor/local/share/gtk-doc/html/glib/glib-resources.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-running.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/glib-utilities.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/glib.devhelp2 +44 -59
- data/vendor/local/share/gtk-doc/html/glib/glib.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/gtester-report.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/gtester.html +3 -4
- data/vendor/local/share/gtk-doc/html/glib/gvariant-format-strings.html +149 -149
- data/vendor/local/share/gtk-doc/html/glib/gvariant-text.html +11 -12
- data/vendor/local/share/gtk-doc/html/glib/index.html +9 -5
- data/vendor/local/share/gtk-doc/html/glib/index.sgml +36 -2
- data/vendor/local/share/gtk-doc/html/glib/style.css +9 -6
- data/vendor/local/share/gtk-doc/html/glib/tools.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/GBinding.html +53 -57
- data/vendor/local/share/gtk-doc/html/gobject/GTypeModule.html +72 -77
- data/vendor/local/share/gtk-doc/html/gobject/GTypePlugin.html +19 -20
- data/vendor/local/share/gtk-doc/html/gobject/annotation-glossary.html +14 -6
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-10.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-12.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-14.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-18.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-2.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-22.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-24.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-26.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-28.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-30.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-32.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-34.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-36.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-38.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-4.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-40.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-42.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-44.html +5 -6
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-46.html +34 -0
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-6.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-2-8.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-deprecated.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/api-index-full.html +7 -8
- data/vendor/local/share/gtk-doc/html/gobject/ch01s02.html +22 -17
- data/vendor/local/share/gtk-doc/html/gobject/chapter-gobject.html +85 -135
- data/vendor/local/share/gtk-doc/html/gobject/chapter-gtype.html +80 -144
- data/vendor/local/share/gtk-doc/html/gobject/chapter-intro.html +7 -8
- data/vendor/local/share/gtk-doc/html/gobject/chapter-signal.html +59 -75
- data/vendor/local/share/gtk-doc/html/gobject/glib-genmarshal.html +20 -21
- data/vendor/local/share/gtk-doc/html/gobject/glib-mkenums.html +19 -20
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Boxed-Types.html +68 -89
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Closures.html +227 -218
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Enumeration-and-Flag-Types.html +48 -57
- data/vendor/local/share/gtk-doc/html/gobject/gobject-GParamSpec.html +125 -96
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Generic-values.html +78 -90
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Signals.html +143 -138
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Standard-Parameter-and-Value-Types.html +226 -285
- data/vendor/local/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html +306 -289
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Type-Information.html +450 -448
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Value-arrays.html +22 -23
- data/vendor/local/share/gtk-doc/html/gobject/gobject-Varargs-Value-Collection.html +11 -12
- data/vendor/local/share/gtk-doc/html/gobject/gobject-memory.html +32 -91
- data/vendor/local/share/gtk-doc/html/gobject/gobject-properties.html +134 -133
- data/vendor/local/share/gtk-doc/html/gobject/gobject-query.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/gobject.devhelp2 +4 -8
- data/vendor/local/share/gtk-doc/html/gobject/gtype-conventions.html +89 -98
- data/vendor/local/share/gtk-doc/html/gobject/gtype-instantiable-classed.html +119 -112
- data/vendor/local/share/gtk-doc/html/gobject/gtype-non-instantiable-classed.html +199 -183
- data/vendor/local/share/gtk-doc/html/gobject/gtype-non-instantiable.html +30 -30
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-chainup.html +32 -33
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-code.html +80 -32
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-construction.html +73 -53
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-destruction.html +52 -50
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject-methods.html +255 -133
- data/vendor/local/share/gtk-doc/html/gobject/howto-gobject.html +147 -111
- data/vendor/local/share/gtk-doc/html/gobject/howto-interface-implement.html +65 -122
- data/vendor/local/share/gtk-doc/html/gobject/howto-interface-override.html +93 -79
- data/vendor/local/share/gtk-doc/html/gobject/howto-interface-prerequisite.html +80 -54
- data/vendor/local/share/gtk-doc/html/gobject/howto-interface-properties.html +82 -87
- data/vendor/local/share/gtk-doc/html/gobject/howto-interface.html +126 -62
- data/vendor/local/share/gtk-doc/html/gobject/howto-signals.html +61 -54
- data/vendor/local/share/gtk-doc/html/gobject/index.html +10 -10
- data/vendor/local/share/gtk-doc/html/gobject/index.sgml +4 -2
- data/vendor/local/share/gtk-doc/html/gobject/pr01.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/pt01.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/pt02.html +10 -11
- data/vendor/local/share/gtk-doc/html/gobject/pt03.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/rn01.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/rn02.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/signal.html +98 -198
- data/vendor/local/share/gtk-doc/html/gobject/style.css +9 -6
- data/vendor/local/share/gtk-doc/html/gobject/tools-ginspector.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/tools-gob.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/tools-gtkdoc.html +10 -11
- data/vendor/local/share/gtk-doc/html/gobject/tools-refdb.html +3 -4
- data/vendor/local/share/gtk-doc/html/gobject/tools-vala.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/config-example.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/config-files.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/config.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/devel-building-style.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/devel-building.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/devel-commands.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/devel-debugging.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/devel-paths.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/devel-testing.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/devel.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/gtk-doc.css +9 -6
- data/vendor/local/share/gtk-doc/html/p11-kit/index.html +2 -3
- data/vendor/local/share/gtk-doc/html/p11-kit/index.sgml +22 -0
- data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit-Deprecated.html +3 -13
- data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit-Future.html +3 -14
- data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit-Modules.html +3 -15
- data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit-PIN-Callbacks.html +3 -14
- data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit-URIs.html +3 -18
- data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit-Utilities.html +3 -8
- data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit.devhelp2 +22 -1
- data/vendor/local/share/gtk-doc/html/p11-kit/p11-kit.html +2 -3
- data/vendor/local/share/gtk-doc/html/p11-kit/pkcs11-conf.html +7 -8
- data/vendor/local/share/gtk-doc/html/p11-kit/reference.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/sharing-managed.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/sharing.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/tools.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/trust-disable.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/trust-glib-networking.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/trust-module.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/trust-nss.html +3 -4
- data/vendor/local/share/gtk-doc/html/p11-kit/trust.html +3 -4
- data/vendor/local/share/info/gmp.info +153 -158
- data/vendor/local/share/info/gmp.info-1 +131 -178
- data/vendor/local/share/info/gmp.info-2 +250 -193
- data/vendor/local/share/info/libtasn1.info +2 -2
- data/vendor/local/share/license/gmp/AUTHORS +1 -1
- data/vendor/local/share/license/pcre/AUTHORS +45 -0
- data/vendor/local/share/license/pcre/COPYING +5 -0
- data/vendor/local/share/locale/be/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/en@boldquot/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/en@boldquot/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/en@quot/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/en@quot/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/eo/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/eo/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/et/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/fi/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/fi/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/fi/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/ga/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/gd/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/he/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/hr/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/is/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/kk/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ko/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/ko/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ms/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/nn/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/oc/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/oc/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/pt/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/pt/LC_MESSAGES/glib-networking.mo +0 -0
- data/vendor/local/share/locale/pt/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/ro/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sr@latin/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/th/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gnutls.mo +0 -0
- data/vendor/local/share/locale/zh_HK/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gettext-runtime.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/glib20.mo +0 -0
- data/vendor/local/share/man/man1/asn1Coding.1 +1 -1
- data/vendor/local/share/man/man1/asn1Decoding.1 +1 -1
- data/vendor/local/share/man/man1/asn1Parser.1 +1 -1
- data/vendor/local/share/man/man1/envsubst.1 +1 -1
- data/vendor/local/share/man/man1/gapplication.1 +2 -2
- data/vendor/local/share/man/man1/gdbus-codegen.1 +23 -22
- data/vendor/local/share/man/man1/gdbus.1 +2 -2
- data/vendor/local/share/man/man1/gettext.1 +1 -1
- data/vendor/local/share/man/man1/gio-querymodules.1 +2 -2
- data/vendor/local/share/man/man1/glib-compile-resources.1 +2 -2
- data/vendor/local/share/man/man1/glib-compile-schemas.1 +7 -2
- data/vendor/local/share/man/man1/glib-genmarshal.1 +2 -2
- data/vendor/local/share/man/man1/glib-gettextize.1 +2 -2
- data/vendor/local/share/man/man1/glib-mkenums.1 +2 -2
- data/vendor/local/share/man/man1/gobject-query.1 +2 -2
- data/vendor/local/share/man/man1/gresource.1 +2 -2
- data/vendor/local/share/man/man1/gsettings.1 +2 -2
- data/vendor/local/share/man/man1/gtester-report.1 +2 -2
- data/vendor/local/share/man/man1/gtester.1 +2 -2
- data/vendor/local/share/man/man1/ngettext.1 +1 -1
- data/vendor/local/share/man/man1/pcre-config.1 +92 -0
- data/vendor/local/share/man/man1/pcregrep.1 +683 -0
- data/vendor/local/share/man/man1/pcretest.1 +1156 -0
- data/vendor/local/share/man/man3/asn1_array2tree.3 +1 -1
- data/vendor/local/share/man/man3/asn1_bit_der.3 +1 -1
- data/vendor/local/share/man/man3/asn1_check_version.3 +1 -1
- data/vendor/local/share/man/man3/asn1_copy_node.3 +1 -1
- data/vendor/local/share/man/man3/asn1_create_element.3 +1 -1
- data/vendor/local/share/man/man3/asn1_decode_simple_ber.3 +1 -1
- data/vendor/local/share/man/man3/asn1_decode_simple_der.3 +1 -1
- data/vendor/local/share/man/man3/asn1_delete_element.3 +1 -1
- data/vendor/local/share/man/man3/asn1_delete_structure.3 +1 -1
- data/vendor/local/share/man/man3/asn1_delete_structure2.3 +1 -1
- data/vendor/local/share/man/man3/asn1_der_coding.3 +1 -1
- data/vendor/local/share/man/man3/asn1_der_decoding.3 +1 -1
- data/vendor/local/share/man/man3/asn1_der_decoding2.3 +1 -1
- data/vendor/local/share/man/man3/asn1_der_decoding_element.3 +1 -1
- data/vendor/local/share/man/man3/asn1_der_decoding_startEnd.3 +1 -1
- data/vendor/local/share/man/man3/asn1_dup_node.3 +1 -1
- data/vendor/local/share/man/man3/asn1_encode_simple_der.3 +1 -1
- data/vendor/local/share/man/man3/asn1_expand_any_defined_by.3 +1 -1
- data/vendor/local/share/man/man3/asn1_expand_octet_string.3 +1 -1
- data/vendor/local/share/man/man3/asn1_find_node.3 +1 -1
- data/vendor/local/share/man/man3/asn1_find_structure_from_oid.3 +1 -1
- data/vendor/local/share/man/man3/asn1_get_bit_der.3 +1 -1
- data/vendor/local/share/man/man3/asn1_get_length_ber.3 +1 -1
- data/vendor/local/share/man/man3/asn1_get_length_der.3 +1 -1
- data/vendor/local/share/man/man3/asn1_get_object_id_der.3 +1 -1
- data/vendor/local/share/man/man3/asn1_get_octet_der.3 +1 -1
- data/vendor/local/share/man/man3/asn1_get_tag_der.3 +1 -1
- data/vendor/local/share/man/man3/asn1_length_der.3 +1 -1
- data/vendor/local/share/man/man3/asn1_number_of_elements.3 +1 -1
- data/vendor/local/share/man/man3/asn1_octet_der.3 +1 -1
- data/vendor/local/share/man/man3/asn1_parser2array.3 +1 -1
- data/vendor/local/share/man/man3/asn1_parser2tree.3 +1 -1
- data/vendor/local/share/man/man3/asn1_perror.3 +1 -1
- data/vendor/local/share/man/man3/asn1_print_structure.3 +1 -1
- data/vendor/local/share/man/man3/asn1_read_node_value.3 +1 -1
- data/vendor/local/share/man/man3/asn1_read_tag.3 +1 -1
- data/vendor/local/share/man/man3/asn1_read_value.3 +1 -1
- data/vendor/local/share/man/man3/asn1_read_value_type.3 +1 -1
- data/vendor/local/share/man/man3/asn1_strerror.3 +1 -1
- data/vendor/local/share/man/man3/asn1_write_value.3 +1 -1
- data/vendor/local/share/man/man3/bind_textdomain_codeset.3 +1 -1
- data/vendor/local/share/man/man3/bindtextdomain.3 +1 -1
- data/vendor/local/share/man/man3/gettext.3 +1 -1
- data/vendor/local/share/man/man3/ngettext.3 +1 -1
- data/vendor/local/share/man/man3/pcre.3 +230 -0
- data/vendor/local/share/man/man3/pcre16.3 +371 -0
- data/vendor/local/share/man/man3/pcre16_assign_jit_stack.3 +59 -0
- data/vendor/local/share/man/man3/pcre16_compile.3 +96 -0
- data/vendor/local/share/man/man3/pcre16_compile2.3 +101 -0
- data/vendor/local/share/man/man3/pcre16_config.3 +79 -0
- data/vendor/local/share/man/man3/pcre16_copy_named_substring.3 +51 -0
- data/vendor/local/share/man/man3/pcre16_copy_substring.3 +47 -0
- data/vendor/local/share/man/man3/pcre16_dfa_exec.3 +118 -0
- data/vendor/local/share/man/man3/pcre16_exec.3 +99 -0
- data/vendor/local/share/man/man3/pcre16_free_study.3 +31 -0
- data/vendor/local/share/man/man3/pcre16_free_substring.3 +31 -0
- data/vendor/local/share/man/man3/pcre16_free_substring_list.3 +31 -0
- data/vendor/local/share/man/man3/pcre16_fullinfo.3 +103 -0
- data/vendor/local/share/man/man3/pcre16_get_named_substring.3 +54 -0
- data/vendor/local/share/man/man3/pcre16_get_stringnumber.3 +43 -0
- data/vendor/local/share/man/man3/pcre16_get_stringtable_entries.3 +46 -0
- data/vendor/local/share/man/man3/pcre16_get_substring.3 +50 -0
- data/vendor/local/share/man/man3/pcre16_get_substring_list.3 +47 -0
- data/vendor/local/share/man/man3/pcre16_jit_exec.3 +96 -0
- data/vendor/local/share/man/man3/pcre16_jit_stack_alloc.3 +43 -0
- data/vendor/local/share/man/man3/pcre16_jit_stack_free.3 +35 -0
- data/vendor/local/share/man/man3/pcre16_maketables.3 +33 -0
- data/vendor/local/share/man/man3/pcre16_pattern_to_host_byte_order.3 +44 -0
- data/vendor/local/share/man/man3/pcre16_refcount.3 +36 -0
- data/vendor/local/share/man/man3/pcre16_study.3 +54 -0
- data/vendor/local/share/man/man3/pcre16_utf16_to_host_byte_order.3 +45 -0
- data/vendor/local/share/man/man3/pcre16_version.3 +31 -0
- data/vendor/local/share/man/man3/pcre32.3 +369 -0
- data/vendor/local/share/man/man3/pcre32_assign_jit_stack.3 +59 -0
- data/vendor/local/share/man/man3/pcre32_compile.3 +96 -0
- data/vendor/local/share/man/man3/pcre32_compile2.3 +101 -0
- data/vendor/local/share/man/man3/pcre32_config.3 +79 -0
- data/vendor/local/share/man/man3/pcre32_copy_named_substring.3 +51 -0
- data/vendor/local/share/man/man3/pcre32_copy_substring.3 +47 -0
- data/vendor/local/share/man/man3/pcre32_dfa_exec.3 +118 -0
- data/vendor/local/share/man/man3/pcre32_exec.3 +99 -0
- data/vendor/local/share/man/man3/pcre32_free_study.3 +31 -0
- data/vendor/local/share/man/man3/pcre32_free_substring.3 +31 -0
- data/vendor/local/share/man/man3/pcre32_free_substring_list.3 +31 -0
- data/vendor/local/share/man/man3/pcre32_fullinfo.3 +103 -0
- data/vendor/local/share/man/man3/pcre32_get_named_substring.3 +54 -0
- data/vendor/local/share/man/man3/pcre32_get_stringnumber.3 +43 -0
- data/vendor/local/share/man/man3/pcre32_get_stringtable_entries.3 +46 -0
- data/vendor/local/share/man/man3/pcre32_get_substring.3 +50 -0
- data/vendor/local/share/man/man3/pcre32_get_substring_list.3 +47 -0
- data/vendor/local/share/man/man3/pcre32_jit_exec.3 +96 -0
- data/vendor/local/share/man/man3/pcre32_jit_stack_alloc.3 +43 -0
- data/vendor/local/share/man/man3/pcre32_jit_stack_free.3 +35 -0
- data/vendor/local/share/man/man3/pcre32_maketables.3 +33 -0
- data/vendor/local/share/man/man3/pcre32_pattern_to_host_byte_order.3 +44 -0
- data/vendor/local/share/man/man3/pcre32_refcount.3 +36 -0
- data/vendor/local/share/man/man3/pcre32_study.3 +54 -0
- data/vendor/local/share/man/man3/pcre32_utf32_to_host_byte_order.3 +45 -0
- data/vendor/local/share/man/man3/pcre32_version.3 +31 -0
- data/vendor/local/share/man/man3/pcre_assign_jit_stack.3 +59 -0
- data/vendor/local/share/man/man3/pcre_compile.3 +96 -0
- data/vendor/local/share/man/man3/pcre_compile2.3 +101 -0
- data/vendor/local/share/man/man3/pcre_config.3 +79 -0
- data/vendor/local/share/man/man3/pcre_copy_named_substring.3 +51 -0
- data/vendor/local/share/man/man3/pcre_copy_substring.3 +47 -0
- data/vendor/local/share/man/man3/pcre_dfa_exec.3 +118 -0
- data/vendor/local/share/man/man3/pcre_exec.3 +99 -0
- data/vendor/local/share/man/man3/pcre_free_study.3 +31 -0
- data/vendor/local/share/man/man3/pcre_free_substring.3 +31 -0
- data/vendor/local/share/man/man3/pcre_free_substring_list.3 +31 -0
- data/vendor/local/share/man/man3/pcre_fullinfo.3 +103 -0
- data/vendor/local/share/man/man3/pcre_get_named_substring.3 +54 -0
- data/vendor/local/share/man/man3/pcre_get_stringnumber.3 +43 -0
- data/vendor/local/share/man/man3/pcre_get_stringtable_entries.3 +46 -0
- data/vendor/local/share/man/man3/pcre_get_substring.3 +50 -0
- data/vendor/local/share/man/man3/pcre_get_substring_list.3 +47 -0
- data/vendor/local/share/man/man3/pcre_jit_exec.3 +96 -0
- data/vendor/local/share/man/man3/pcre_jit_stack_alloc.3 +43 -0
- data/vendor/local/share/man/man3/pcre_jit_stack_free.3 +35 -0
- data/vendor/local/share/man/man3/pcre_maketables.3 +33 -0
- data/vendor/local/share/man/man3/pcre_pattern_to_host_byte_order.3 +44 -0
- data/vendor/local/share/man/man3/pcre_refcount.3 +36 -0
- data/vendor/local/share/man/man3/pcre_study.3 +54 -0
- data/vendor/local/share/man/man3/pcre_utf16_to_host_byte_order.3 +45 -0
- data/vendor/local/share/man/man3/pcre_utf32_to_host_byte_order.3 +45 -0
- data/vendor/local/share/man/man3/pcre_version.3 +31 -0
- data/vendor/local/share/man/man3/pcreapi.3 +2919 -0
- data/vendor/local/share/man/man3/pcrebuild.3 +550 -0
- data/vendor/local/share/man/man3/pcrecallout.3 +255 -0
- data/vendor/local/share/man/man3/pcrecompat.3 +200 -0
- data/vendor/local/share/man/man3/pcrecpp.3 +348 -0
- data/vendor/local/share/man/man3/pcredemo.3 +424 -0
- data/vendor/local/share/man/man3/pcrejit.3 +431 -0
- data/vendor/local/share/man/man3/pcrelimits.3 +71 -0
- data/vendor/local/share/man/man3/pcrematching.3 +214 -0
- data/vendor/local/share/man/man3/pcrepartial.3 +476 -0
- data/vendor/local/share/man/man3/pcrepattern.3 +3301 -0
- data/vendor/local/share/man/man3/pcreperform.3 +177 -0
- data/vendor/local/share/man/man3/pcreposix.3 +267 -0
- data/vendor/local/share/man/man3/pcreprecompile.3 +155 -0
- data/vendor/local/share/man/man3/pcresample.3 +99 -0
- data/vendor/local/share/man/man3/pcrestack.3 +215 -0
- data/vendor/local/share/man/man3/pcresyntax.3 +540 -0
- data/vendor/local/share/man/man3/pcreunicode.3 +249 -0
- data/vendor/local/share/man/man3/textdomain.3 +1 -1
- metadata +233 -22
- data/lib/2.0/glib2.so +0 -0
- data/lib/2.1/glib2.so +0 -0
- data/vendor/local/bin/libhogweed-4-1.dll +0 -0
- data/vendor/local/share/gtk-doc/html/gio/ExampleAnimal.html +0 -1537
- data/vendor/local/share/gtk-doc/html/gio/ExampleCat.html +0 -679
- data/vendor/local/share/gtk-doc/html/gio/ExampleObject.html +0 -572
- data/vendor/local/share/gtk-doc/html/gio/ExampleObjectManagerClient.html +0 -561
- data/vendor/local/share/gtk-doc/html/gio/ch31.html +0 -75
- data/vendor/local/share/gtk-doc/html/gio/ch32s02.html +0 -41
- data/vendor/local/share/gtk-doc/html/gio/ch32s03.html +0 -39
- data/vendor/local/share/gtk-doc/html/gio/ch33s04.html +0 -46
- data/vendor/local/share/gtk-doc/html/gio/ch33s05.html +0 -48
- data/vendor/local/share/gtk-doc/html/gio/gdbus-org.gtk.GDBus.Example.ObjectManager.Animal.html +0 -161
- data/vendor/local/share/gtk-doc/html/gio/gdbus-org.gtk.GDBus.Example.ObjectManager.Cat.html +0 -51
@@ -1,16 +1,16 @@
|
|
1
1
|
1 Notes on the Free Translation Project
|
2
2
|
***************************************
|
3
3
|
|
4
|
-
Free software is going international! The Free Translation Project is
|
5
|
-
|
4
|
+
Free software is going international! The Free Translation Project is a
|
5
|
+
way to get maintainers of free software, translators, and users all
|
6
6
|
together, so that free software will gradually become able to speak many
|
7
7
|
languages. A few packages already provide translations for their
|
8
8
|
messages.
|
9
9
|
|
10
|
-
If you found this
|
11
|
-
assume that the distributed package does use GNU
|
10
|
+
If you found this 'ABOUT-NLS' file inside a distribution, you may
|
11
|
+
assume that the distributed package does use GNU 'gettext' internally,
|
12
12
|
itself available at your nearest GNU archive site. But you do _not_
|
13
|
-
need to install GNU
|
13
|
+
need to install GNU 'gettext' prior to configuring, installing or using
|
14
14
|
this package with messages translated.
|
15
15
|
|
16
16
|
Installers will find here some useful hints. These notes also
|
@@ -23,12 +23,12 @@ work on translations can contact the appropriate team.
|
|
23
23
|
|
24
24
|
Some packages are "localizable" when properly installed; the programs
|
25
25
|
they contain can be made to speak your own native language. Most such
|
26
|
-
packages use GNU
|
27
|
-
internationalization, predating GNU
|
26
|
+
packages use GNU 'gettext'. Other packages have their own ways to
|
27
|
+
internationalization, predating GNU 'gettext'.
|
28
28
|
|
29
29
|
By default, this package will be installed to allow translation of
|
30
30
|
messages. It will automatically detect whether the system already
|
31
|
-
provides the GNU
|
31
|
+
provides the GNU 'gettext' functions. Installers may use special
|
32
32
|
options at configuration time for changing the default behaviour. The
|
33
33
|
command:
|
34
34
|
|
@@ -36,72 +36,71 @@ command:
|
|
36
36
|
|
37
37
|
will _totally_ disable translation of messages.
|
38
38
|
|
39
|
-
When you already have GNU
|
40
|
-
configure without an option for your new package,
|
41
|
-
probably detect the previously built and installed
|
42
|
-
|
43
|
-
|
39
|
+
When you already have GNU 'gettext' installed on your system and run
|
40
|
+
configure without an option for your new package, 'configure' will
|
41
|
+
probably detect the previously built and installed 'libintl' library and
|
42
|
+
will decide to use it. If not, you may have to to use the
|
43
|
+
'--with-libintl-prefix' option to tell 'configure' where to look for it.
|
44
44
|
|
45
|
-
Internationalized packages usually have many
|
45
|
+
Internationalized packages usually have many 'po/LL.po' files, where
|
46
46
|
LL gives an ISO 639 two-letter code identifying the language. Unless
|
47
|
-
translations have been forbidden at
|
48
|
-
|
49
|
-
together with the package. However, the environment variable
|
47
|
+
translations have been forbidden at 'configure' time by using the
|
48
|
+
'--disable-nls' switch, all available translations are installed
|
49
|
+
together with the package. However, the environment variable 'LINGUAS'
|
50
50
|
may be set, prior to configuration, to limit the installed set.
|
51
|
-
|
51
|
+
'LINGUAS' should then contain a space separated list of two-letter
|
52
52
|
codes, stating which languages are allowed.
|
53
53
|
|
54
54
|
1.2 Using This Package
|
55
55
|
======================
|
56
56
|
|
57
57
|
As a user, if your language has been installed for this package, you
|
58
|
-
only have to set the
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
all.
|
58
|
+
only have to set the 'LANG' environment variable to the appropriate
|
59
|
+
'LL_CC' combination. If you happen to have the 'LC_ALL' or some other
|
60
|
+
'LC_xxx' environment variables set, you should unset them before setting
|
61
|
+
'LANG', otherwise the setting of 'LANG' will not have the desired
|
62
|
+
effect. Here 'LL' is an ISO 639 two-letter language code, and 'CC' is
|
63
|
+
an ISO 3166 two-letter country code. For example, let's suppose that
|
64
|
+
you speak German and live in Germany. At the shell prompt, merely
|
65
|
+
execute 'setenv LANG de_DE' (in 'csh'), 'export LANG; LANG=de_DE' (in
|
66
|
+
'sh') or 'export LANG=de_DE' (in 'bash'). This can be done from your
|
67
|
+
'.login' or '.profile' file, once and for all.
|
69
68
|
|
70
69
|
You might think that the country code specification is redundant.
|
71
70
|
But in fact, some languages have dialects in different countries. For
|
72
|
-
example,
|
71
|
+
example, 'de_AT' is used for Austria, and 'pt_BR' for Brazil. The
|
73
72
|
country code serves to distinguish the dialects.
|
74
73
|
|
75
|
-
The locale naming convention of
|
76
|
-
language and
|
77
|
-
on GNU libc. On other systems, some variations of this scheme are
|
78
|
-
|
79
|
-
|
80
|
-
|
74
|
+
The locale naming convention of 'LL_CC', with 'LL' denoting the
|
75
|
+
language and 'CC' denoting the country, is the one use on systems based
|
76
|
+
on GNU libc. On other systems, some variations of this scheme are used,
|
77
|
+
such as 'LL' or 'LL_CC.ENCODING'. You can get the list of locales
|
78
|
+
supported by your system for your language by running the command
|
79
|
+
'locale -a | grep '^LL''.
|
81
80
|
|
82
81
|
Not all programs have translations for all languages. By default, an
|
83
82
|
English message is shown in place of a nonexistent translation. If you
|
84
83
|
understand other languages, you can set up a priority list of languages.
|
85
84
|
This is done through a different environment variable, called
|
86
|
-
|
87
|
-
for the purpose of message handling, but you still need to have
|
85
|
+
'LANGUAGE'. GNU 'gettext' gives preference to 'LANGUAGE' over 'LANG'
|
86
|
+
for the purpose of message handling, but you still need to have 'LANG'
|
88
87
|
set to the primary language; this is required by other parts of the
|
89
|
-
system libraries. For example, some Swedish users who would rather
|
90
|
-
|
91
|
-
|
88
|
+
system libraries. For example, some Swedish users who would rather read
|
89
|
+
translations in German than English for when Swedish is not available,
|
90
|
+
set 'LANGUAGE' to 'sv:de' while leaving 'LANG' to 'sv_SE'.
|
92
91
|
|
93
92
|
Special advice for Norwegian users: The language code for Norwegian
|
94
|
-
bokma*l changed from
|
93
|
+
bokma*l changed from 'no' to 'nb' recently (in 2003). During the
|
95
94
|
transition period, while some message catalogs for this language are
|
96
|
-
installed under
|
97
|
-
for Norwegian users to set
|
95
|
+
installed under 'nb' and some older ones under 'no', it's recommended
|
96
|
+
for Norwegian users to set 'LANGUAGE' to 'nb:no' so that both newer and
|
98
97
|
older translations are used.
|
99
98
|
|
100
|
-
In the
|
101
|
-
environment variable,
|
102
|
-
|
103
|
-
|
104
|
-
|
99
|
+
In the 'LANGUAGE' environment variable, but not in the 'LANG'
|
100
|
+
environment variable, 'LL_CC' combinations can be abbreviated as 'LL' to
|
101
|
+
denote the language's main dialect. For example, 'de' is equivalent to
|
102
|
+
'de_DE' (German as spoken in Germany), and 'pt' to 'pt_PT' (Portuguese
|
103
|
+
as spoken in Portugal) in this context.
|
105
104
|
|
106
105
|
1.3 Translating Teams
|
107
106
|
=====================
|
@@ -111,22 +110,22 @@ people who like their own language and write it well, and who are also
|
|
111
110
|
able to synergize with other translators speaking the same language.
|
112
111
|
Each translation team has its own mailing list. The up-to-date list of
|
113
112
|
teams can be found at the Free Translation Project's homepage,
|
114
|
-
|
113
|
+
'http://translationproject.org/', in the "Teams" area.
|
115
114
|
|
116
115
|
If you'd like to volunteer to _work_ at translating messages, you
|
117
116
|
should become a member of the translating team for your own language.
|
118
117
|
The subscribing address is _not_ the same as the list itself, it has
|
119
|
-
|
120
|
-
message to
|
118
|
+
'-request' appended. For example, speakers of Swedish can send a
|
119
|
+
message to 'sv-request@li.org', having this message body:
|
121
120
|
|
122
121
|
subscribe
|
123
122
|
|
124
|
-
Keep in mind that team members are expected to participate
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
123
|
+
Keep in mind that team members are expected to participate _actively_
|
124
|
+
in translations, or at solving translational difficulties, rather than
|
125
|
+
merely lurking around. If your team does not exist yet and you want to
|
126
|
+
start one, or if you are unsure about what to do or how to get started,
|
127
|
+
please write to 'coordinator@translationproject.org' to reach the
|
128
|
+
coordinator for all translator teams.
|
130
129
|
|
131
130
|
The English team is special. It works at improving and uniformizing
|
132
131
|
the terminology in use. Proven linguistic skills are praised more than
|
@@ -136,9 +135,9 @@ programming skills, here.
|
|
136
135
|
======================
|
137
136
|
|
138
137
|
Languages are not equally supported in all packages. The following
|
139
|
-
matrix shows the current state of internationalization, as of
|
140
|
-
|
141
|
-
|
138
|
+
matrix shows the current state of internationalization, as of Jun 2014.
|
139
|
+
The matrix shows, in regard of each package, for which languages PO
|
140
|
+
files have been submitted to translation coordination, with a
|
142
141
|
translation percentage of at least 50%.
|
143
142
|
|
144
143
|
Ready PO files af am an ar as ast az be bg bn bn_IN bs ca crh cs
|
@@ -189,7 +188,6 @@ translation percentage of at least 50%.
|
|
189
188
|
gettext-examples | [] [] [] [] [] |
|
190
189
|
gettext-runtime | [] [] [] |
|
191
190
|
gettext-tools | [] [] |
|
192
|
-
gip | [] [] |
|
193
191
|
gjay | |
|
194
192
|
glunarclock | [] [] [] |
|
195
193
|
gnubiff | [] |
|
@@ -202,9 +200,8 @@ translation percentage of at least 50%.
|
|
202
200
|
gold | |
|
203
201
|
gphoto2 | [] |
|
204
202
|
gprof | [] |
|
205
|
-
gpsdrive | |
|
206
203
|
gramadoir | |
|
207
|
-
grep |
|
204
|
+
grep | [] [] [] |
|
208
205
|
grub | [] |
|
209
206
|
gsasl | |
|
210
207
|
gss | |
|
@@ -215,7 +212,6 @@ translation percentage of at least 50%.
|
|
215
212
|
gstreamer | [] [] [] [] |
|
216
213
|
gtick | [] |
|
217
214
|
gtkam | [] [] |
|
218
|
-
gtkorphan | [] [] |
|
219
215
|
gtkspell | [] [] [] [] [] |
|
220
216
|
guix | |
|
221
217
|
guix-packages | |
|
@@ -225,7 +221,6 @@ translation percentage of at least 50%.
|
|
225
221
|
help2man-texi | |
|
226
222
|
hylafax | |
|
227
223
|
idutils | |
|
228
|
-
indent | [] [] [] |
|
229
224
|
iso_15924 | [] |
|
230
225
|
iso_3166 | [] [] [] [] [] [] [] [] [] [] |
|
231
226
|
iso_3166_2 | |
|
@@ -243,7 +238,6 @@ translation percentage of at least 50%.
|
|
243
238
|
libexif | () |
|
244
239
|
libextractor | |
|
245
240
|
libgnutls | [] |
|
246
|
-
libgpg-error | [] |
|
247
241
|
libgphoto2 | [] |
|
248
242
|
libgphoto2_port | [] |
|
249
243
|
libgsasl | |
|
@@ -285,6 +279,7 @@ translation percentage of at least 50%.
|
|
285
279
|
sed | [] [] [] |
|
286
280
|
sharutils | [] |
|
287
281
|
shishi | |
|
282
|
+
skribilo | |
|
288
283
|
solfege | [] |
|
289
284
|
solfege-manual | |
|
290
285
|
spotmachine | |
|
@@ -294,7 +289,7 @@ translation percentage of at least 50%.
|
|
294
289
|
tar | [] [] [] |
|
295
290
|
texinfo | [] [] |
|
296
291
|
texinfo_document | [] |
|
297
|
-
tigervnc |
|
292
|
+
tigervnc | [] |
|
298
293
|
tin | |
|
299
294
|
tin-man | |
|
300
295
|
tracgoogleappsa... | |
|
@@ -315,15 +310,15 @@ translation percentage of at least 50%.
|
|
315
310
|
xkeyboard-config | [] [] [] |
|
316
311
|
+---------------------------------------------------+
|
317
312
|
af am an ar as ast az be bg bn bn_IN bs ca crh cs
|
318
|
-
4 0 2
|
313
|
+
4 0 2 5 3 11 0 8 23 3 3 1 54 4 73
|
319
314
|
|
320
|
-
da de el en en_GB en_ZA eo es et eu fa fi fr
|
315
|
+
da de el en en_GB en_ZA eo es et eu fa fi fr
|
321
316
|
+--------------------------------------------------+
|
322
317
|
a2ps | [] [] [] [] [] [] [] [] [] |
|
323
318
|
aegis | [] [] [] [] |
|
324
319
|
anubis | [] [] [] [] [] |
|
325
320
|
aspell | [] [] [] [] [] [] [] |
|
326
|
-
bash |
|
321
|
+
bash | [] [] [] |
|
327
322
|
bfd | [] [] [] [] |
|
328
323
|
binutils | [] [] [] |
|
329
324
|
bison | [] [] [] [] [] [] [] [] |
|
@@ -333,13 +328,13 @@ translation percentage of at least 50%.
|
|
333
328
|
ccide | [] [] [] [] [] [] |
|
334
329
|
cflow | [] [] [] [] [] |
|
335
330
|
clisp | [] [] [] [] [] |
|
336
|
-
coreutils | [] []
|
331
|
+
coreutils | [] [] [] [] [] |
|
337
332
|
cpio | [] [] [] [] [] |
|
338
333
|
cppi | [] [] [] [] [] |
|
339
334
|
cpplib | [] [] [] [] [] [] |
|
340
335
|
cryptsetup | [] [] [] [] [] |
|
341
336
|
datamash | [] [] [] [] |
|
342
|
-
denemo |
|
337
|
+
denemo | [] |
|
343
338
|
dfarc | [] [] [] [] [] [] |
|
344
339
|
dialog | [] [] [] [] [] [] [] [] [] |
|
345
340
|
dico | [] [] [] [] |
|
@@ -365,7 +360,6 @@ translation percentage of at least 50%.
|
|
365
360
|
gettext-examples | [] [] [] [] [] [] [] |
|
366
361
|
gettext-runtime | [] [] [] [] [] [] |
|
367
362
|
gettext-tools | [] [] [] [] [] |
|
368
|
-
gip | [] [] [] [] [] [] [] |
|
369
363
|
gjay | [] [] [] [] |
|
370
364
|
glunarclock | [] [] [] [] [] |
|
371
365
|
gnubiff | () [] [] () |
|
@@ -376,9 +370,8 @@ translation percentage of at least 50%.
|
|
376
370
|
gnunet | [] |
|
377
371
|
gnunet-gtk | [] |
|
378
372
|
gold | [] [] [] |
|
379
|
-
gphoto2 | [] () []
|
373
|
+
gphoto2 | [] () [] [] |
|
380
374
|
gprof | [] [] [] [] [] [] |
|
381
|
-
gpsdrive | [] [] [] [] |
|
382
375
|
gramadoir | [] [] [] [] [] |
|
383
376
|
grep | [] [] [] [] [] [] [] |
|
384
377
|
grub | [] [] [] [] [] |
|
@@ -391,9 +384,8 @@ translation percentage of at least 50%.
|
|
391
384
|
gstreamer | [] [] [] [] [] [] [] |
|
392
385
|
gtick | [] () [] [] [] |
|
393
386
|
gtkam | [] () [] [] [] [] |
|
394
|
-
gtkorphan | [] [] [] [] [] |
|
395
387
|
gtkspell | [] [] [] [] [] [] [] [] |
|
396
|
-
guix | [] []
|
388
|
+
guix | [] [] |
|
397
389
|
guix-packages | |
|
398
390
|
gutenprint | [] [] [] [] |
|
399
391
|
hello | [] [] [] [] [] [] [] [] |
|
@@ -401,7 +393,6 @@ translation percentage of at least 50%.
|
|
401
393
|
help2man-texi | [] [] [] |
|
402
394
|
hylafax | [] [] |
|
403
395
|
idutils | [] [] [] [] [] |
|
404
|
-
indent | [] [] [] [] [] [] [] [] [] |
|
405
396
|
iso_15924 | [] () [] [] () [] () |
|
406
397
|
iso_3166 | [] () [] [] [] [] () [] () |
|
407
398
|
iso_3166_2 | [] () () () |
|
@@ -419,7 +410,6 @@ translation percentage of at least 50%.
|
|
419
410
|
libexif | [] [] () [] [] |
|
420
411
|
libextractor | [] |
|
421
412
|
libgnutls | [] [] [] [] |
|
422
|
-
libgpg-error | [] [] [] |
|
423
413
|
libgphoto2 | [] () [] |
|
424
414
|
libgphoto2_port | [] () [] [] [] [] |
|
425
415
|
libgsasl | [] [] [] [] [] |
|
@@ -431,9 +421,9 @@ translation percentage of at least 50%.
|
|
431
421
|
lprng | |
|
432
422
|
lynx | [] [] [] [] [] [] |
|
433
423
|
m4 | [] [] [] [] [] [] |
|
434
|
-
mailfromd |
|
424
|
+
mailfromd | [] |
|
435
425
|
mailutils | [] [] [] [] |
|
436
|
-
make | [] [] []
|
426
|
+
make | [] [] [] [] [] |
|
437
427
|
man-db | [] [] [] [] |
|
438
428
|
man-db-manpages | [] [] |
|
439
429
|
midi-instruments | [] [] [] [] [] [] [] [] [] |
|
@@ -451,7 +441,7 @@ translation percentage of at least 50%.
|
|
451
441
|
pspp | [] [] [] |
|
452
442
|
pushover | () [] [] [] |
|
453
443
|
pwdutils | [] [] [] |
|
454
|
-
pyspread | [] []
|
444
|
+
pyspread | [] [] [] |
|
455
445
|
radius | [] [] |
|
456
446
|
recode | [] [] [] [] [] [] [] |
|
457
447
|
recutils | [] [] [] [] |
|
@@ -461,16 +451,17 @@ translation percentage of at least 50%.
|
|
461
451
|
sed | [] [] [] [] [] [] [] [] |
|
462
452
|
sharutils | [] [] [] [] |
|
463
453
|
shishi | [] [] [] |
|
454
|
+
skribilo | [] [] |
|
464
455
|
solfege | [] [] [] [] [] [] [] [] |
|
465
456
|
solfege-manual | [] [] [] [] [] |
|
466
|
-
spotmachine | [] [] []
|
457
|
+
spotmachine | [] [] [] [] |
|
467
458
|
sudo | [] [] [] [] [] [] |
|
468
459
|
sudoers | [] [] [] [] [] [] |
|
469
|
-
sysstat | [] [] [] []
|
460
|
+
sysstat | [] [] [] [] [] [] |
|
470
461
|
tar | [] [] [] [] [] [] [] |
|
471
462
|
texinfo | [] [] [] [] [] |
|
472
463
|
texinfo_document | [] [] [] [] |
|
473
|
-
tigervnc |
|
464
|
+
tigervnc | [] [] [] [] [] [] |
|
474
465
|
tin | [] [] [] [] |
|
475
466
|
tin-man | [] |
|
476
467
|
tracgoogleappsa... | [] [] [] [] [] |
|
@@ -490,8 +481,8 @@ translation percentage of at least 50%.
|
|
490
481
|
xdg-user-dirs | [] [] [] [] [] [] [] [] [] [] |
|
491
482
|
xkeyboard-config | [] [] [] [] [] [] [] |
|
492
483
|
+--------------------------------------------------+
|
493
|
-
da de el en en_GB en_ZA eo es et eu fa fi fr
|
494
|
-
|
484
|
+
da de el en en_GB en_ZA eo es et eu fa fi fr
|
485
|
+
120 130 32 1 6 0 94 95 22 13 4 103 136
|
495
486
|
|
496
487
|
ga gd gl gu he hi hr hu hy ia id is it ja ka kk
|
497
488
|
+-------------------------------------------------+
|
@@ -499,7 +490,7 @@ translation percentage of at least 50%.
|
|
499
490
|
aegis | [] |
|
500
491
|
anubis | [] [] [] [] |
|
501
492
|
aspell | [] [] [] [] [] |
|
502
|
-
bash |
|
493
|
+
bash | [] [] [] |
|
503
494
|
bfd | [] [] |
|
504
495
|
binutils | [] [] [] |
|
505
496
|
bison | [] |
|
@@ -509,7 +500,7 @@ translation percentage of at least 50%.
|
|
509
500
|
ccide | [] [] |
|
510
501
|
cflow | [] [] [] |
|
511
502
|
clisp | |
|
512
|
-
coreutils | []
|
503
|
+
coreutils | [] [] [] |
|
513
504
|
cpio | [] [] [] [] [] [] |
|
514
505
|
cppi | [] [] [] [] [] |
|
515
506
|
cpplib | [] [] |
|
@@ -541,7 +532,6 @@ translation percentage of at least 50%.
|
|
541
532
|
gettext-examples | [] [] [] [] [] [] [] |
|
542
533
|
gettext-runtime | [] [] [] [] [] [] [] |
|
543
534
|
gettext-tools | [] [] [] |
|
544
|
-
gip | [] [] [] [] [] [] |
|
545
535
|
gjay | [] |
|
546
536
|
glunarclock | [] [] [] [] [] [] |
|
547
537
|
gnubiff | [] [] () |
|
@@ -554,7 +544,6 @@ translation percentage of at least 50%.
|
|
554
544
|
gold | [] [] |
|
555
545
|
gphoto2 | [] [] [] [] |
|
556
546
|
gprof | [] [] [] [] |
|
557
|
-
gpsdrive | [] [] [] [] |
|
558
547
|
gramadoir | [] [] [] |
|
559
548
|
grep | [] [] [] [] [] [] [] |
|
560
549
|
grub | [] [] [] |
|
@@ -567,9 +556,8 @@ translation percentage of at least 50%.
|
|
567
556
|
gstreamer | [] [] [] [] [] |
|
568
557
|
gtick | [] [] [] [] [] |
|
569
558
|
gtkam | [] [] [] [] [] |
|
570
|
-
gtkorphan | [] [] [] [] |
|
571
559
|
gtkspell | [] [] [] [] [] [] [] [] [] [] |
|
572
|
-
guix |
|
560
|
+
guix | |
|
573
561
|
guix-packages | |
|
574
562
|
gutenprint | [] [] [] |
|
575
563
|
hello | [] [] [] [] [] |
|
@@ -577,7 +565,6 @@ translation percentage of at least 50%.
|
|
577
565
|
help2man-texi | |
|
578
566
|
hylafax | [] |
|
579
567
|
idutils | [] [] |
|
580
|
-
indent | [] [] [] [] [] [] [] |
|
581
568
|
iso_15924 | [] [] [] [] [] [] |
|
582
569
|
iso_3166 | [] [] [] [] [] [] [] [] [] [] [] [] [] |
|
583
570
|
iso_3166_2 | [] [] |
|
@@ -587,7 +574,7 @@ translation percentage of at least 50%.
|
|
587
574
|
iso_639_5 | |
|
588
575
|
jwhois | [] [] [] [] |
|
589
576
|
kbd | [] [] [] |
|
590
|
-
klavaro | []
|
577
|
+
klavaro | [] [] [] [] [] |
|
591
578
|
latrine | [] |
|
592
579
|
ld | [] [] [] [] |
|
593
580
|
leafpad | [] [] [] [] [] [] [] () |
|
@@ -595,8 +582,7 @@ translation percentage of at least 50%.
|
|
595
582
|
libexif | [] |
|
596
583
|
libextractor | |
|
597
584
|
libgnutls | [] |
|
598
|
-
|
599
|
-
libgphoto2 | [] |
|
585
|
+
libgphoto2 | [] [] |
|
600
586
|
libgphoto2_port | [] [] |
|
601
587
|
libgsasl | [] [] [] [] |
|
602
588
|
libiconv | [] [] [] [] [] [] [] |
|
@@ -637,12 +623,13 @@ translation percentage of at least 50%.
|
|
637
623
|
sed | [] [] [] [] [] [] [] |
|
638
624
|
sharutils | |
|
639
625
|
shishi | |
|
626
|
+
skribilo | [] |
|
640
627
|
solfege | [] [] |
|
641
628
|
solfege-manual | |
|
642
629
|
spotmachine | |
|
643
630
|
sudo | [] [] [] [] |
|
644
631
|
sudoers | [] [] [] |
|
645
|
-
sysstat |
|
632
|
+
sysstat | [] [] [] |
|
646
633
|
tar | [] [] [] [] [] [] |
|
647
634
|
texinfo | [] [] [] |
|
648
635
|
texinfo_document | [] [] |
|
@@ -660,16 +647,16 @@ translation percentage of at least 50%.
|
|
660
647
|
wcd | |
|
661
648
|
wcd-man | |
|
662
649
|
wdiff | [] [] [] |
|
663
|
-
wget | []
|
650
|
+
wget | [] [] [] |
|
664
651
|
wyslij-po | [] [] [] |
|
665
652
|
xboard | |
|
666
653
|
xdg-user-dirs | [] [] [] [] [] [] [] [] [] [] [] [] [] [] |
|
667
654
|
xkeyboard-config | [] [] [] [] [] |
|
668
655
|
+-------------------------------------------------+
|
669
656
|
ga gd gl gu he hi hr hu hy ia id is it ja ka kk
|
670
|
-
|
657
|
+
35 2 47 4 8 2 53 69 2 6 80 11 86 58 0 3
|
671
658
|
|
672
|
-
kn ko ku ky lg lt lv mk ml mn mr ms mt nb ne nl
|
659
|
+
kn ko ku ky lg lt lv mk ml mn mr ms mt nb ne nl
|
673
660
|
+--------------------------------------------------+
|
674
661
|
a2ps | [] [] |
|
675
662
|
aegis | [] |
|
@@ -685,12 +672,12 @@ translation percentage of at least 50%.
|
|
685
672
|
ccide | [] [] |
|
686
673
|
cflow | [] |
|
687
674
|
clisp | [] |
|
688
|
-
coreutils |
|
675
|
+
coreutils | [] [] |
|
689
676
|
cpio | [] |
|
690
677
|
cppi | |
|
691
678
|
cpplib | [] |
|
692
679
|
cryptsetup | [] |
|
693
|
-
datamash |
|
680
|
+
datamash | [] [] |
|
694
681
|
denemo | |
|
695
682
|
dfarc | [] [] |
|
696
683
|
dialog | [] [] [] [] [] [] |
|
@@ -717,7 +704,6 @@ translation percentage of at least 50%.
|
|
717
704
|
gettext-examples | [] [] [] [] [] [] |
|
718
705
|
gettext-runtime | [] [] |
|
719
706
|
gettext-tools | [] |
|
720
|
-
gip | [] [] [] |
|
721
707
|
gjay | |
|
722
708
|
glunarclock | [] [] |
|
723
709
|
gnubiff | [] |
|
@@ -730,20 +716,18 @@ translation percentage of at least 50%.
|
|
730
716
|
gold | |
|
731
717
|
gphoto2 | [] |
|
732
718
|
gprof | [] [] |
|
733
|
-
gpsdrive | [] |
|
734
719
|
gramadoir | [] |
|
735
720
|
grep | [] [] |
|
736
721
|
grub | [] [] [] |
|
737
722
|
gsasl | [] |
|
738
723
|
gss | |
|
739
|
-
gst-plugins-bad | []
|
724
|
+
gst-plugins-bad | [] [] |
|
740
725
|
gst-plugins-base | [] [] [] |
|
741
726
|
gst-plugins-good | [] [] [] [] |
|
742
727
|
gst-plugins-ugly | [] [] [] [] [] |
|
743
728
|
gstreamer | [] [] |
|
744
729
|
gtick | [] |
|
745
730
|
gtkam | [] [] |
|
746
|
-
gtkorphan | [] [] |
|
747
731
|
gtkspell | [] [] [] [] [] [] [] |
|
748
732
|
guix | |
|
749
733
|
guix-packages | |
|
@@ -753,7 +737,6 @@ translation percentage of at least 50%.
|
|
753
737
|
help2man-texi | |
|
754
738
|
hylafax | [] |
|
755
739
|
idutils | [] |
|
756
|
-
indent | [] |
|
757
740
|
iso_15924 | () [] [] |
|
758
741
|
iso_3166 | [] [] [] () [] [] [] [] [] [] |
|
759
742
|
iso_3166_2 | () [] |
|
@@ -771,14 +754,13 @@ translation percentage of at least 50%.
|
|
771
754
|
libexif | [] |
|
772
755
|
libextractor | [] |
|
773
756
|
libgnutls | [] [] |
|
774
|
-
libgpg-error | [] |
|
775
757
|
libgphoto2 | [] |
|
776
758
|
libgphoto2_port | [] |
|
777
759
|
libgsasl | [] |
|
778
760
|
libiconv | [] [] |
|
779
761
|
libidn | [] |
|
780
762
|
liferea | [] [] [] |
|
781
|
-
lilypond |
|
763
|
+
lilypond | [] |
|
782
764
|
lordsawar | |
|
783
765
|
lprng | |
|
784
766
|
lynx | [] |
|
@@ -813,12 +795,13 @@ translation percentage of at least 50%.
|
|
813
795
|
sed | [] [] |
|
814
796
|
sharutils | [] |
|
815
797
|
shishi | |
|
798
|
+
skribilo | |
|
816
799
|
solfege | [] [] |
|
817
800
|
solfege-manual | [] |
|
818
801
|
spotmachine | [] |
|
819
802
|
sudo | [] [] |
|
820
803
|
sudoers | [] [] |
|
821
|
-
sysstat |
|
804
|
+
sysstat | [] [] |
|
822
805
|
tar | [] [] [] |
|
823
806
|
texinfo | [] |
|
824
807
|
texinfo_document | [] |
|
@@ -842,184 +825,180 @@ translation percentage of at least 50%.
|
|
842
825
|
xdg-user-dirs | [] [] [] [] [] [] [] [] [] [] [] |
|
843
826
|
xkeyboard-config | [] [] [] |
|
844
827
|
+--------------------------------------------------+
|
845
|
-
kn ko ku ky lg lt lv mk ml mn mr ms mt nb ne nl
|
846
|
-
5 11 4 6
|
828
|
+
kn ko ku ky lg lt lv mk ml mn mr ms mt nb ne nl
|
829
|
+
5 11 4 6 0 13 22 3 3 3 4 11 2 40 1 124
|
847
830
|
|
848
|
-
nn or os pa pl ps pt pt_BR ro ru rw sk sl sq sr
|
849
|
-
|
850
|
-
a2ps | [] [] [] [] [] [] []
|
851
|
-
aegis | [] []
|
852
|
-
anubis | [] [] []
|
853
|
-
aspell | [] [] [] [] [] [] []
|
854
|
-
bash | [] [] [] [] []
|
855
|
-
bfd | []
|
856
|
-
binutils | [] []
|
857
|
-
bison | [] [] []
|
858
|
-
bison-runtime | [] [] [] [] [] [] [] []
|
859
|
-
buzztrax |
|
860
|
-
ccd2cue | []
|
861
|
-
ccide | [] [] []
|
862
|
-
cflow | [] []
|
863
|
-
clisp | []
|
864
|
-
coreutils | [] [] [] []
|
865
|
-
cpio | [] [] []
|
866
|
-
cppi | [] [] []
|
867
|
-
cpplib | [] [] []
|
868
|
-
cryptsetup | [] []
|
869
|
-
datamash | [] []
|
870
|
-
denemo |
|
871
|
-
dfarc | [] [] []
|
872
|
-
dialog | [] [] [] [] [] [] []
|
873
|
-
dico | []
|
874
|
-
diffutils | [] []
|
875
|
-
dink |
|
876
|
-
direvent | [] []
|
877
|
-
doodle | [] []
|
878
|
-
dos2unix | [] [] [] []
|
879
|
-
dos2unix-man | [] []
|
880
|
-
e2fsprogs | []
|
881
|
-
enscript | [] [] [] [] [] []
|
882
|
-
exif | [] [] [] [] [] []
|
883
|
-
fetchmail | [] [] []
|
884
|
-
findutils | [] [] [] [] []
|
885
|
-
flex | [] [] [] [] []
|
886
|
-
freedink | [] [] [] [] []
|
887
|
-
fusionforge |
|
888
|
-
gas |
|
889
|
-
gawk | []
|
890
|
-
gcal |
|
891
|
-
gcc |
|
892
|
-
gdbm | [] [] []
|
893
|
-
gettext-examples | [] [] [] [] [] [] [] []
|
894
|
-
gettext-runtime | [] [] [] [] [] [] [] [] []
|
895
|
-
gettext-tools | [] [] [] [] [] [] []
|
896
|
-
|
897
|
-
|
898
|
-
|
899
|
-
|
900
|
-
|
901
|
-
|
902
|
-
|
903
|
-
|
904
|
-
gnunet
|
905
|
-
|
906
|
-
|
907
|
-
|
908
|
-
|
909
|
-
|
910
|
-
|
911
|
-
|
912
|
-
|
913
|
-
|
914
|
-
|
915
|
-
gst-plugins-
|
916
|
-
gst-plugins-
|
917
|
-
|
918
|
-
|
919
|
-
|
920
|
-
|
921
|
-
|
922
|
-
|
923
|
-
|
924
|
-
|
925
|
-
|
926
|
-
|
927
|
-
|
928
|
-
|
929
|
-
|
930
|
-
|
931
|
-
|
932
|
-
|
933
|
-
|
934
|
-
|
935
|
-
|
936
|
-
|
937
|
-
|
938
|
-
|
939
|
-
|
940
|
-
|
941
|
-
|
942
|
-
|
943
|
-
|
944
|
-
|
945
|
-
|
946
|
-
|
947
|
-
|
948
|
-
|
949
|
-
|
950
|
-
|
951
|
-
|
952
|
-
|
953
|
-
|
954
|
-
|
955
|
-
|
956
|
-
|
957
|
-
|
958
|
-
|
959
|
-
|
960
|
-
|
961
|
-
|
962
|
-
|
963
|
-
|
964
|
-
|
965
|
-
|
966
|
-
|
967
|
-
|
968
|
-
|
969
|
-
|
970
|
-
|
971
|
-
|
972
|
-
|
973
|
-
|
974
|
-
|
975
|
-
|
976
|
-
|
977
|
-
|
978
|
-
|
979
|
-
|
980
|
-
|
981
|
-
|
982
|
-
|
983
|
-
|
984
|
-
|
985
|
-
|
986
|
-
|
987
|
-
|
988
|
-
|
989
|
-
|
990
|
-
|
991
|
-
|
992
|
-
|
993
|
-
|
994
|
-
|
995
|
-
|
996
|
-
|
997
|
-
|
998
|
-
|
999
|
-
|
1000
|
-
|
1001
|
-
|
1002
|
-
|
1003
|
-
|
1004
|
-
|
1005
|
-
|
1006
|
-
|
1007
|
-
|
1008
|
-
|
1009
|
-
|
1010
|
-
|
1011
|
-
|
1012
|
-
|
1013
|
-
|
1014
|
-
|
1015
|
-
|
1016
|
-
|
1017
|
-
|
1018
|
-
|
1019
|
-
xkeyboard-config | [] [] [] [] |
|
1020
|
-
+---------------------------------------------------+
|
1021
|
-
nn or os pa pl ps pt pt_BR ro ru rw sk sl sq sr
|
1022
|
-
7 3 1 6 118 1 12 85 35 81 3 39 45 7 100
|
831
|
+
nn or os pa pl ps pt pt_BR ro ru rw sk sl sq sr
|
832
|
+
+--------------------------------------------------+
|
833
|
+
a2ps | [] [] [] [] [] [] [] |
|
834
|
+
aegis | [] [] |
|
835
|
+
anubis | [] [] [] |
|
836
|
+
aspell | [] [] [] [] [] [] [] |
|
837
|
+
bash | [] [] [] [] [] |
|
838
|
+
bfd | [] |
|
839
|
+
binutils | [] [] |
|
840
|
+
bison | [] [] [] |
|
841
|
+
bison-runtime | [] [] [] [] [] [] [] [] |
|
842
|
+
buzztrax | |
|
843
|
+
ccd2cue | [] |
|
844
|
+
ccide | [] [] [] |
|
845
|
+
cflow | [] [] |
|
846
|
+
clisp | [] |
|
847
|
+
coreutils | [] [] [] [] |
|
848
|
+
cpio | [] [] [] |
|
849
|
+
cppi | [] [] [] |
|
850
|
+
cpplib | [] [] [] |
|
851
|
+
cryptsetup | [] [] |
|
852
|
+
datamash | [] [] |
|
853
|
+
denemo | |
|
854
|
+
dfarc | [] [] [] |
|
855
|
+
dialog | [] [] [] [] [] [] [] |
|
856
|
+
dico | [] |
|
857
|
+
diffutils | [] [] |
|
858
|
+
dink | |
|
859
|
+
direvent | [] [] |
|
860
|
+
doodle | [] [] |
|
861
|
+
dos2unix | [] [] [] [] |
|
862
|
+
dos2unix-man | [] [] |
|
863
|
+
e2fsprogs | [] |
|
864
|
+
enscript | [] [] [] [] [] [] |
|
865
|
+
exif | [] [] [] [] [] [] |
|
866
|
+
fetchmail | [] [] [] |
|
867
|
+
findutils | [] [] [] [] [] |
|
868
|
+
flex | [] [] [] [] [] |
|
869
|
+
freedink | [] [] [] [] [] |
|
870
|
+
fusionforge | |
|
871
|
+
gas | |
|
872
|
+
gawk | [] |
|
873
|
+
gcal | |
|
874
|
+
gcc | |
|
875
|
+
gdbm | [] [] [] |
|
876
|
+
gettext-examples | [] [] [] [] [] [] [] [] |
|
877
|
+
gettext-runtime | [] [] [] [] [] [] [] [] [] |
|
878
|
+
gettext-tools | [] [] [] [] [] [] [] |
|
879
|
+
gjay | [] |
|
880
|
+
glunarclock | [] [] [] [] [] [] |
|
881
|
+
gnubiff | [] |
|
882
|
+
gnubik | [] [] [] [] |
|
883
|
+
gnucash | () () () () [] |
|
884
|
+
gnuchess | [] [] |
|
885
|
+
gnulib | [] [] [] [] [] |
|
886
|
+
gnunet | |
|
887
|
+
gnunet-gtk | |
|
888
|
+
gold | |
|
889
|
+
gphoto2 | [] [] [] [] [] |
|
890
|
+
gprof | [] [] [] [] |
|
891
|
+
gramadoir | [] [] |
|
892
|
+
grep | [] [] [] [] [] [] |
|
893
|
+
grub | [] [] [] [] [] |
|
894
|
+
gsasl | [] [] [] |
|
895
|
+
gss | [] [] [] [] |
|
896
|
+
gst-plugins-bad | [] [] [] [] |
|
897
|
+
gst-plugins-base | [] [] [] [] [] [] |
|
898
|
+
gst-plugins-good | [] [] [] [] [] [] [] |
|
899
|
+
gst-plugins-ugly | [] [] [] [] [] [] [] |
|
900
|
+
gstreamer | [] [] [] [] [] [] [] |
|
901
|
+
gtick | [] [] [] [] [] |
|
902
|
+
gtkam | [] [] [] [] [] [] |
|
903
|
+
gtkspell | [] [] [] [] [] [] [] [] [] |
|
904
|
+
guix | |
|
905
|
+
guix-packages | |
|
906
|
+
gutenprint | [] [] |
|
907
|
+
hello | [] [] [] [] [] [] |
|
908
|
+
help2man | [] [] [] [] |
|
909
|
+
help2man-texi | [] |
|
910
|
+
hylafax | |
|
911
|
+
idutils | [] [] [] |
|
912
|
+
iso_15924 | [] () [] [] [] [] |
|
913
|
+
iso_3166 | [] [] [] [] () [] [] [] [] [] [] [] [] |
|
914
|
+
iso_3166_2 | [] () [] |
|
915
|
+
iso_4217 | [] [] () [] [] [] [] [] |
|
916
|
+
iso_639 | [] [] [] () [] [] [] [] [] [] |
|
917
|
+
iso_639_3 | [] () |
|
918
|
+
iso_639_5 | () [] |
|
919
|
+
jwhois | [] [] [] [] |
|
920
|
+
kbd | [] [] |
|
921
|
+
klavaro | [] [] [] [] [] |
|
922
|
+
latrine | [] |
|
923
|
+
ld | |
|
924
|
+
leafpad | [] [] [] [] [] [] [] [] [] |
|
925
|
+
libc | [] [] [] |
|
926
|
+
libexif | [] () [] |
|
927
|
+
libextractor | [] |
|
928
|
+
libgnutls | [] |
|
929
|
+
libgphoto2 | [] |
|
930
|
+
libgphoto2_port | [] [] [] [] [] |
|
931
|
+
libgsasl | [] [] [] [] |
|
932
|
+
libiconv | [] [] [] [] [] |
|
933
|
+
libidn | [] [] [] |
|
934
|
+
liferea | [] [] [] [] () [] [] |
|
935
|
+
lilypond | |
|
936
|
+
lordsawar | |
|
937
|
+
lprng | [] |
|
938
|
+
lynx | [] [] |
|
939
|
+
m4 | [] [] [] [] [] |
|
940
|
+
mailfromd | [] |
|
941
|
+
mailutils | [] |
|
942
|
+
make | [] [] [] |
|
943
|
+
man-db | [] [] [] |
|
944
|
+
man-db-manpages | [] [] [] |
|
945
|
+
midi-instruments | [] [] [] [] [] [] [] [] |
|
946
|
+
minicom | [] [] [] [] |
|
947
|
+
mkisofs | [] [] [] |
|
948
|
+
myserver | [] [] |
|
949
|
+
nano | [] [] [] [] [] [] |
|
950
|
+
opcodes | |
|
951
|
+
parted | [] [] [] [] [] [] |
|
952
|
+
pies | [] |
|
953
|
+
popt | [] [] [] [] [] [] |
|
954
|
+
procps-ng | [] |
|
955
|
+
procps-ng-man | [] |
|
956
|
+
psmisc | [] [] [] [] |
|
957
|
+
pspp | [] [] |
|
958
|
+
pushover | |
|
959
|
+
pwdutils | [] |
|
960
|
+
pyspread | [] [] |
|
961
|
+
radius | [] [] |
|
962
|
+
recode | [] [] [] [] [] [] [] [] |
|
963
|
+
recutils | [] |
|
964
|
+
rpm | [] |
|
965
|
+
rush | [] [] [] |
|
966
|
+
sarg | [] [] |
|
967
|
+
sed | [] [] [] [] [] [] [] [] |
|
968
|
+
sharutils | [] [] [] |
|
969
|
+
shishi | [] [] |
|
970
|
+
skribilo | |
|
971
|
+
solfege | [] [] [] |
|
972
|
+
solfege-manual | [] [] |
|
973
|
+
spotmachine | [] [] |
|
974
|
+
sudo | [] [] [] [] [] [] |
|
975
|
+
sudoers | [] [] [] [] |
|
976
|
+
sysstat | [] [] [] [] [] |
|
977
|
+
tar | [] [] [] [] [] |
|
978
|
+
texinfo | [] [] [] |
|
979
|
+
texinfo_document | [] [] |
|
980
|
+
tigervnc | [] |
|
981
|
+
tin | [] |
|
982
|
+
tin-man | |
|
983
|
+
tracgoogleappsa... | [] [] [] [] |
|
984
|
+
trader | [] |
|
985
|
+
util-linux | [] [] |
|
986
|
+
ve | [] [] [] |
|
987
|
+
vice | |
|
988
|
+
vmm | |
|
989
|
+
vorbis-tools | [] [] [] |
|
990
|
+
wastesedge | |
|
991
|
+
wcd | |
|
992
|
+
wcd-man | |
|
993
|
+
wdiff | [] [] [] [] [] |
|
994
|
+
wget | [] [] [] [] |
|
995
|
+
wyslij-po | [] [] [] [] |
|
996
|
+
xboard | [] [] [] |
|
997
|
+
xdg-user-dirs | [] [] [] [] [] [] [] [] [] [] [] [] [] |
|
998
|
+
xkeyboard-config | [] [] [] [] |
|
999
|
+
+--------------------------------------------------+
|
1000
|
+
nn or os pa pl ps pt pt_BR ro ru rw sk sl sq sr
|
1001
|
+
7 3 1 6 114 1 12 83 32 80 3 38 45 7 94
|
1023
1002
|
|
1024
1003
|
sv sw ta te tg th tr uk ur vi wa wo zh_CN zh_HK
|
1025
1004
|
+---------------------------------------------------+
|
@@ -1027,22 +1006,22 @@ translation percentage of at least 50%.
|
|
1027
1006
|
aegis | [] |
|
1028
1007
|
anubis | [] [] [] [] |
|
1029
1008
|
aspell | [] [] [] [] |
|
1030
|
-
bash | []
|
1009
|
+
bash | [] [] [] [] |
|
1031
1010
|
bfd | [] [] |
|
1032
1011
|
binutils | [] [] [] |
|
1033
|
-
bison | [] [] []
|
1012
|
+
bison | [] [] [] [] |
|
1034
1013
|
bison-runtime | [] [] [] [] [] [] |
|
1035
|
-
buzztrax | [] []
|
1036
|
-
ccd2cue | [] []
|
1037
|
-
ccide |
|
1014
|
+
buzztrax | [] [] [] |
|
1015
|
+
ccd2cue | [] [] [] |
|
1016
|
+
ccide | [] [] [] [] |
|
1038
1017
|
cflow | [] [] [] [] |
|
1039
1018
|
clisp | |
|
1040
1019
|
coreutils | [] [] [] [] |
|
1041
1020
|
cpio | [] [] [] [] [] |
|
1042
|
-
cppi | [] [] []
|
1021
|
+
cppi | [] [] [] [] |
|
1043
1022
|
cpplib | [] [] [] [] [] |
|
1044
|
-
cryptsetup | [] []
|
1045
|
-
datamash |
|
1023
|
+
cryptsetup | [] [] [] |
|
1024
|
+
datamash | [] [] [] |
|
1046
1025
|
denemo | |
|
1047
1026
|
dfarc | [] |
|
1048
1027
|
dialog | [] [] [] [] [] [] |
|
@@ -1051,14 +1030,14 @@ translation percentage of at least 50%.
|
|
1051
1030
|
dink | |
|
1052
1031
|
direvent | [] [] |
|
1053
1032
|
doodle | [] [] |
|
1054
|
-
dos2unix |
|
1055
|
-
dos2unix-man |
|
1056
|
-
e2fsprogs | [] [] []
|
1033
|
+
dos2unix | [] [] [] [] |
|
1034
|
+
dos2unix-man | [] [] [] |
|
1035
|
+
e2fsprogs | [] [] [] [] |
|
1057
1036
|
enscript | [] [] [] [] |
|
1058
1037
|
exif | [] [] [] [] [] |
|
1059
1038
|
fetchmail | [] [] [] [] |
|
1060
1039
|
findutils | [] [] [] [] [] |
|
1061
|
-
flex | [] [] []
|
1040
|
+
flex | [] [] [] [] |
|
1062
1041
|
freedink | [] [] |
|
1063
1042
|
fusionforge | |
|
1064
1043
|
gas | [] |
|
@@ -1069,11 +1048,10 @@ translation percentage of at least 50%.
|
|
1069
1048
|
gettext-examples | [] [] [] [] [] [] |
|
1070
1049
|
gettext-runtime | [] [] [] [] [] [] |
|
1071
1050
|
gettext-tools | [] [] [] [] [] |
|
1072
|
-
gip | [] [] [] [] |
|
1073
1051
|
gjay | [] [] |
|
1074
1052
|
glunarclock | [] [] [] [] |
|
1075
1053
|
gnubiff | [] [] |
|
1076
|
-
gnubik |
|
1054
|
+
gnubik | [] [] [] [] |
|
1077
1055
|
gnucash | () () () () [] |
|
1078
1056
|
gnuchess | [] [] |
|
1079
1057
|
gnulib | [] [] [] [] |
|
@@ -1082,31 +1060,28 @@ translation percentage of at least 50%.
|
|
1082
1060
|
gold | [] [] |
|
1083
1061
|
gphoto2 | [] [] [] [] |
|
1084
1062
|
gprof | [] [] [] [] |
|
1085
|
-
gpsdrive | [] [] [] |
|
1086
1063
|
gramadoir | [] [] [] |
|
1087
1064
|
grep | [] [] [] [] [] |
|
1088
1065
|
grub | [] [] [] [] |
|
1089
1066
|
gsasl | [] [] [] [] |
|
1090
1067
|
gss | [] [] [] |
|
1091
|
-
gst-plugins-bad | [] [] []
|
1092
|
-
gst-plugins-base | [] [] [] []
|
1068
|
+
gst-plugins-bad | [] [] [] [] |
|
1069
|
+
gst-plugins-base | [] [] [] [] [] |
|
1093
1070
|
gst-plugins-good | [] [] [] [] [] |
|
1094
1071
|
gst-plugins-ugly | [] [] [] [] [] |
|
1095
1072
|
gstreamer | [] [] [] [] [] |
|
1096
1073
|
gtick | [] [] [] |
|
1097
1074
|
gtkam | [] [] [] [] |
|
1098
|
-
gtkorphan | [] [] [] |
|
1099
1075
|
gtkspell | [] [] [] [] [] [] [] [] |
|
1100
1076
|
guix | [] |
|
1101
1077
|
guix-packages | |
|
1102
|
-
gutenprint | [] [] []
|
1103
|
-
hello |
|
1104
|
-
help2man | [] []
|
1078
|
+
gutenprint | [] [] [] [] |
|
1079
|
+
hello | [] [] [] [] [] [] |
|
1080
|
+
help2man | [] [] [] |
|
1105
1081
|
help2man-texi | [] |
|
1106
1082
|
hylafax | [] |
|
1107
1083
|
idutils | [] [] [] |
|
1108
|
-
|
1109
|
-
iso_15924 | () [] [] () [] |
|
1084
|
+
iso_15924 | [] () [] [] () [] |
|
1110
1085
|
iso_3166 | [] [] () [] [] () [] [] [] |
|
1111
1086
|
iso_3166_2 | () [] [] () [] |
|
1112
1087
|
iso_4217 | [] () [] [] () [] [] |
|
@@ -1114,16 +1089,15 @@ translation percentage of at least 50%.
|
|
1114
1089
|
iso_639_3 | [] () [] [] () |
|
1115
1090
|
iso_639_5 | () [] () |
|
1116
1091
|
jwhois | [] [] [] [] |
|
1117
|
-
kbd |
|
1092
|
+
kbd | [] [] [] |
|
1118
1093
|
klavaro | [] [] [] [] [] [] |
|
1119
|
-
latrine | []
|
1120
|
-
ld | [] [] [] []
|
1094
|
+
latrine | [] [] |
|
1095
|
+
ld | [] [] [] [] [] |
|
1121
1096
|
leafpad | [] [] [] [] [] [] |
|
1122
1097
|
libc | [] [] [] [] [] |
|
1123
1098
|
libexif | [] () |
|
1124
1099
|
libextractor | [] [] |
|
1125
1100
|
libgnutls | [] [] [] [] |
|
1126
|
-
libgpg-error | [] [] [] [] |
|
1127
1101
|
libgphoto2 | [] [] |
|
1128
1102
|
libgphoto2_port | [] [] [] [] |
|
1129
1103
|
libgsasl | [] [] [] [] |
|
@@ -1137,7 +1111,7 @@ translation percentage of at least 50%.
|
|
1137
1111
|
m4 | [] [] [] |
|
1138
1112
|
mailfromd | [] [] |
|
1139
1113
|
mailutils | [] |
|
1140
|
-
make | [] [] []
|
1114
|
+
make | [] [] [] [] |
|
1141
1115
|
man-db | [] [] |
|
1142
1116
|
man-db-manpages | [] |
|
1143
1117
|
midi-instruments | [] [] [] [] [] [] |
|
@@ -1145,13 +1119,13 @@ translation percentage of at least 50%.
|
|
1145
1119
|
mkisofs | [] [] [] |
|
1146
1120
|
myserver | [] |
|
1147
1121
|
nano | [] [] [] [] |
|
1148
|
-
opcodes | [] []
|
1149
|
-
parted | [] [] [] []
|
1122
|
+
opcodes | [] [] [] |
|
1123
|
+
parted | [] [] [] [] [] |
|
1150
1124
|
pies | [] [] |
|
1151
1125
|
popt | [] [] [] [] [] [] [] |
|
1152
1126
|
procps-ng | [] [] |
|
1153
1127
|
procps-ng-man | [] |
|
1154
|
-
psmisc | [] [] []
|
1128
|
+
psmisc | [] [] [] [] |
|
1155
1129
|
pspp | [] [] [] |
|
1156
1130
|
pushover | [] |
|
1157
1131
|
pwdutils | [] [] |
|
@@ -1159,43 +1133,44 @@ translation percentage of at least 50%.
|
|
1159
1133
|
radius | [] [] |
|
1160
1134
|
recode | [] [] [] [] |
|
1161
1135
|
recutils | [] [] [] |
|
1162
|
-
rpm | [] [] []
|
1136
|
+
rpm | [] [] [] [] |
|
1163
1137
|
rush | [] [] |
|
1164
1138
|
sarg | |
|
1165
1139
|
sed | [] [] [] [] [] |
|
1166
|
-
sharutils | [] []
|
1167
|
-
shishi | []
|
1140
|
+
sharutils | [] [] [] |
|
1141
|
+
shishi | [] [] |
|
1142
|
+
skribilo | [] |
|
1168
1143
|
solfege | [] [] [] |
|
1169
1144
|
solfege-manual | [] |
|
1170
|
-
spotmachine |
|
1145
|
+
spotmachine | [] [] [] |
|
1171
1146
|
sudo | [] [] [] [] |
|
1172
1147
|
sudoers | [] [] [] |
|
1173
|
-
sysstat |
|
1148
|
+
sysstat | [] [] [] [] [] |
|
1174
1149
|
tar | [] [] [] [] [] |
|
1175
1150
|
texinfo | [] [] [] |
|
1176
1151
|
texinfo_document | [] |
|
1177
|
-
tigervnc |
|
1178
|
-
tin |
|
1152
|
+
tigervnc | [] [] |
|
1153
|
+
tin | [] |
|
1179
1154
|
tin-man | |
|
1180
|
-
tracgoogleappsa... |
|
1181
|
-
trader |
|
1155
|
+
tracgoogleappsa... | [] [] [] [] [] |
|
1156
|
+
trader | [] |
|
1182
1157
|
util-linux | [] [] [] |
|
1183
|
-
ve |
|
1158
|
+
ve | [] [] [] [] |
|
1184
1159
|
vice | () () |
|
1185
1160
|
vmm | |
|
1186
1161
|
vorbis-tools | [] [] |
|
1187
1162
|
wastesedge | |
|
1188
|
-
wcd | [] []
|
1163
|
+
wcd | [] [] [] |
|
1189
1164
|
wcd-man | [] |
|
1190
|
-
wdiff | [] [] []
|
1191
|
-
wget |
|
1165
|
+
wdiff | [] [] [] [] |
|
1166
|
+
wget | [] [] [] |
|
1192
1167
|
wyslij-po | [] [] |
|
1193
1168
|
xboard | [] |
|
1194
1169
|
xdg-user-dirs | [] [] [] [] [] [] [] [] [] |
|
1195
1170
|
xkeyboard-config | [] [] [] [] |
|
1196
1171
|
+---------------------------------------------------+
|
1197
1172
|
sv sw ta te tg th tr uk ur vi wa wo zh_CN zh_HK
|
1198
|
-
|
1173
|
+
91 1 4 3 0 13 50 113 1 126 7 1 95 7
|
1199
1174
|
|
1200
1175
|
zh_TW
|
1201
1176
|
+-------+
|
@@ -1203,23 +1178,23 @@ translation percentage of at least 50%.
|
|
1203
1178
|
aegis | | 9
|
1204
1179
|
anubis | | 19
|
1205
1180
|
aspell | | 28
|
1206
|
-
bash |
|
1181
|
+
bash | [] | 21
|
1207
1182
|
bfd | | 9
|
1208
1183
|
binutils | | 12
|
1209
|
-
bison | [] |
|
1184
|
+
bison | [] | 18
|
1210
1185
|
bison-runtime | [] | 38
|
1211
|
-
buzztrax | |
|
1212
|
-
ccd2cue | |
|
1213
|
-
ccide | |
|
1186
|
+
buzztrax | | 8
|
1187
|
+
ccd2cue | | 8
|
1188
|
+
ccide | | 17
|
1214
1189
|
cflow | | 15
|
1215
1190
|
clisp | | 10
|
1216
|
-
coreutils | |
|
1217
|
-
cpio |
|
1218
|
-
cppi | |
|
1191
|
+
coreutils | | 20
|
1192
|
+
cpio | | 20
|
1193
|
+
cppi | | 17
|
1219
1194
|
cpplib | [] | 19
|
1220
|
-
cryptsetup | |
|
1221
|
-
datamash | |
|
1222
|
-
denemo | |
|
1195
|
+
cryptsetup | | 13
|
1196
|
+
datamash | | 11
|
1197
|
+
denemo | | 4
|
1223
1198
|
dfarc | | 16
|
1224
1199
|
dialog | [] | 42
|
1225
1200
|
dico | | 6
|
@@ -1227,14 +1202,14 @@ translation percentage of at least 50%.
|
|
1227
1202
|
dink | | 9
|
1228
1203
|
direvent | | 10
|
1229
1204
|
doodle | | 12
|
1230
|
-
dos2unix | [] |
|
1231
|
-
dos2unix-man | |
|
1232
|
-
e2fsprogs | |
|
1205
|
+
dos2unix | [] | 18
|
1206
|
+
dos2unix-man | | 9
|
1207
|
+
e2fsprogs | | 14
|
1233
1208
|
enscript | | 21
|
1234
1209
|
exif | | 26
|
1235
1210
|
fetchmail | | 19
|
1236
1211
|
findutils | | 28
|
1237
|
-
flex | [] |
|
1212
|
+
flex | [] | 19
|
1238
1213
|
freedink | | 23
|
1239
1214
|
fusionforge | | 3
|
1240
1215
|
gas | | 5
|
@@ -1245,44 +1220,40 @@ translation percentage of at least 50%.
|
|
1245
1220
|
gettext-examples | [] | 40
|
1246
1221
|
gettext-runtime | [] | 34
|
1247
1222
|
gettext-tools | [] | 24
|
1248
|
-
gip | [] | 28
|
1249
1223
|
gjay | | 8
|
1250
1224
|
glunarclock | [] | 27
|
1251
1225
|
gnubiff | | 9
|
1252
|
-
gnubik | |
|
1253
|
-
gnucash | () |
|
1226
|
+
gnubik | | 19
|
1227
|
+
gnucash | () | 7
|
1254
1228
|
gnuchess | | 10
|
1255
1229
|
gnulib | | 23
|
1256
1230
|
gnunet | | 1
|
1257
1231
|
gnunet-gtk | | 1
|
1258
1232
|
gold | | 7
|
1259
|
-
gphoto2 | [] |
|
1233
|
+
gphoto2 | [] | 19
|
1260
1234
|
gprof | | 21
|
1261
|
-
gpsdrive | | 13
|
1262
1235
|
gramadoir | | 14
|
1263
|
-
grep | [] |
|
1236
|
+
grep | [] | 31
|
1264
1237
|
grub | | 21
|
1265
1238
|
gsasl | [] | 19
|
1266
1239
|
gss | | 17
|
1267
|
-
gst-plugins-bad | |
|
1268
|
-
gst-plugins-base | |
|
1240
|
+
gst-plugins-bad | | 14
|
1241
|
+
gst-plugins-base | | 27
|
1269
1242
|
gst-plugins-good | | 32
|
1270
1243
|
gst-plugins-ugly | | 34
|
1271
1244
|
gstreamer | [] | 31
|
1272
1245
|
gtick | | 19
|
1273
1246
|
gtkam | | 24
|
1274
|
-
gtkorphan | | 20
|
1275
1247
|
gtkspell | [] | 48
|
1276
|
-
guix | |
|
1248
|
+
guix | | 3
|
1277
1249
|
guix-packages | | 0
|
1278
|
-
gutenprint | |
|
1279
|
-
hello | [] |
|
1280
|
-
help2man | |
|
1250
|
+
gutenprint | | 15
|
1251
|
+
hello | [] | 30
|
1252
|
+
help2man | | 18
|
1281
1253
|
help2man-texi | | 5
|
1282
1254
|
hylafax | | 5
|
1283
1255
|
idutils | | 14
|
1284
|
-
|
1285
|
-
iso_15924 | [] | 22
|
1256
|
+
iso_15924 | [] | 23
|
1286
1257
|
iso_3166 | [] | 58
|
1287
1258
|
iso_3166_2 | | 9
|
1288
1259
|
iso_4217 | [] | 28
|
@@ -1290,30 +1261,29 @@ translation percentage of at least 50%.
|
|
1290
1261
|
iso_639_3 | | 10
|
1291
1262
|
iso_639_5 | | 2
|
1292
1263
|
jwhois | [] | 20
|
1293
|
-
kbd | |
|
1294
|
-
klavaro | |
|
1295
|
-
latrine | |
|
1296
|
-
ld | [] |
|
1264
|
+
kbd | | 16
|
1265
|
+
klavaro | | 30
|
1266
|
+
latrine | | 7
|
1267
|
+
ld | [] | 15
|
1297
1268
|
leafpad | [] | 40
|
1298
1269
|
libc | [] | 24
|
1299
1270
|
libexif | | 9
|
1300
1271
|
libextractor | | 5
|
1301
1272
|
libgnutls | | 13
|
1302
|
-
|
1303
|
-
libgphoto2 | | 8
|
1273
|
+
libgphoto2 | | 9
|
1304
1274
|
libgphoto2_port | [] | 19
|
1305
1275
|
libgsasl | | 18
|
1306
1276
|
libiconv | [] | 29
|
1307
1277
|
libidn | | 17
|
1308
1278
|
liferea | | 29
|
1309
|
-
lilypond | |
|
1279
|
+
lilypond | | 11
|
1310
1280
|
lordsawar | | 3
|
1311
1281
|
lprng | | 3
|
1312
1282
|
lynx | | 19
|
1313
1283
|
m4 | [] | 22
|
1314
|
-
mailfromd | |
|
1284
|
+
mailfromd | | 4
|
1315
1285
|
mailutils | | 6
|
1316
|
-
make | |
|
1286
|
+
make | | 19
|
1317
1287
|
man-db | | 14
|
1318
1288
|
man-db-manpages | | 9
|
1319
1289
|
midi-instruments | [] | 43
|
@@ -1321,57 +1291,58 @@ translation percentage of at least 50%.
|
|
1321
1291
|
mkisofs | | 13
|
1322
1292
|
myserver | | 9
|
1323
1293
|
nano | [] | 29
|
1324
|
-
opcodes | |
|
1325
|
-
parted | [] |
|
1294
|
+
opcodes | | 12
|
1295
|
+
parted | [] | 21
|
1326
1296
|
pies | | 4
|
1327
1297
|
popt | [] | 36
|
1328
1298
|
procps-ng | | 5
|
1329
1299
|
procps-ng-man | | 4
|
1330
|
-
psmisc | [] |
|
1331
|
-
pspp | |
|
1300
|
+
psmisc | [] | 22
|
1301
|
+
pspp | | 13
|
1332
1302
|
pushover | | 6
|
1333
1303
|
pwdutils | | 8
|
1334
|
-
pyspread | |
|
1304
|
+
pyspread | | 6
|
1335
1305
|
radius | | 9
|
1336
1306
|
recode | | 31
|
1337
1307
|
recutils | | 9
|
1338
|
-
rpm | [] |
|
1308
|
+
rpm | [] | 13
|
1339
1309
|
rush | | 10
|
1340
|
-
sarg | |
|
1310
|
+
sarg | | 4
|
1341
1311
|
sed | [] | 34
|
1342
|
-
sharutils | |
|
1343
|
-
shishi | |
|
1312
|
+
sharutils | | 12
|
1313
|
+
shishi | | 7
|
1314
|
+
skribilo | | 4
|
1344
1315
|
solfege | | 19
|
1345
1316
|
solfege-manual | | 9
|
1346
|
-
spotmachine | |
|
1347
|
-
sudo | |
|
1317
|
+
spotmachine | | 10
|
1318
|
+
sudo | | 24
|
1348
1319
|
sudoers | | 20
|
1349
|
-
sysstat | |
|
1320
|
+
sysstat | | 22
|
1350
1321
|
tar | [] | 30
|
1351
1322
|
texinfo | | 17
|
1352
1323
|
texinfo_document | | 11
|
1353
|
-
tigervnc | |
|
1354
|
-
tin | [] |
|
1324
|
+
tigervnc | | 11
|
1325
|
+
tin | [] | 7
|
1355
1326
|
tin-man | | 1
|
1356
|
-
tracgoogleappsa... | [] |
|
1357
|
-
trader | |
|
1327
|
+
tracgoogleappsa... | [] | 22
|
1328
|
+
trader | | 11
|
1358
1329
|
util-linux | | 12
|
1359
|
-
ve | |
|
1330
|
+
ve | | 14
|
1360
1331
|
vice | | 1
|
1361
1332
|
vmm | | 3
|
1362
1333
|
vorbis-tools | | 13
|
1363
1334
|
wastesedge | | 2
|
1364
|
-
wcd | |
|
1335
|
+
wcd | | 8
|
1365
1336
|
wcd-man | | 3
|
1366
|
-
wdiff | [] |
|
1367
|
-
wget | |
|
1337
|
+
wdiff | [] | 23
|
1338
|
+
wget | | 19
|
1368
1339
|
wyslij-po | | 14
|
1369
|
-
xboard | |
|
1340
|
+
xboard | | 9
|
1370
1341
|
xdg-user-dirs | [] | 68
|
1371
1342
|
xkeyboard-config | [] | 27
|
1372
1343
|
+-------+
|
1373
1344
|
90 teams zh_TW
|
1374
|
-
|
1345
|
+
166 domains 42 2748
|
1375
1346
|
|
1376
1347
|
Some counters in the preceding matrix are higher than the number of
|
1377
1348
|
visible blocks let us expect. This is because a few extra PO files are
|
@@ -1379,32 +1350,30 @@ used for implementing regional variants of languages, or language
|
|
1379
1350
|
dialects.
|
1380
1351
|
|
1381
1352
|
For a PO file in the matrix above to be effective, the package to
|
1382
|
-
which it applies should also have been internationalized and
|
1383
|
-
|
1384
|
-
|
1385
|
-
distribution.
|
1353
|
+
which it applies should also have been internationalized and distributed
|
1354
|
+
as such by its maintainer. There might be an observable lag between the
|
1355
|
+
mere existence a PO file and its wide availability in a distribution.
|
1386
1356
|
|
1387
|
-
If
|
1388
|
-
|
1389
|
-
|
1390
|
-
|
1357
|
+
If Jun 2014 seems to be old, you may fetch a more recent copy of this
|
1358
|
+
'ABOUT-NLS' file on most GNU archive sites. The most up-to-date matrix
|
1359
|
+
with full percentage details can be found at
|
1360
|
+
'http://translationproject.org/extra/matrix.html'.
|
1391
1361
|
|
1392
|
-
1.5 Using
|
1362
|
+
1.5 Using 'gettext' in new packages
|
1393
1363
|
===================================
|
1394
1364
|
|
1395
1365
|
If you are writing a freely available program and want to
|
1396
|
-
internationalize it you are welcome to use GNU
|
1397
|
-
package. Of course you have to respect the GNU
|
1398
|
-
License which covers the use of the GNU
|
1399
|
-
in particular that even non-free programs can use
|
1400
|
-
library, whereas only free software can use
|
1401
|
-
library or use modified versions of
|
1366
|
+
internationalize it you are welcome to use GNU 'gettext' in your
|
1367
|
+
package. Of course you have to respect the GNU Lesser General Public
|
1368
|
+
License which covers the use of the GNU 'gettext' library. This means
|
1369
|
+
in particular that even non-free programs can use 'libintl' as a shared
|
1370
|
+
library, whereas only free software can use 'libintl' as a static
|
1371
|
+
library or use modified versions of 'libintl'.
|
1402
1372
|
|
1403
1373
|
Once the sources are changed appropriately and the setup can handle
|
1404
|
-
the use of
|
1374
|
+
the use of 'gettext' the only thing missing are the translations. The
|
1405
1375
|
Free Translation Project is also available for packages which are not
|
1406
1376
|
developed inside the GNU project. Therefore the information given above
|
1407
1377
|
applies also for every other Free Software Project. Contact
|
1408
|
-
|
1378
|
+
'coordinator@translationproject.org' to make the '.pot' files available
|
1409
1379
|
to the translation teams.
|
1410
|
-
|