diff -Nru nemo-gtkhash-3.4.0/configure.ac nemo-gtkhash-3.6.0/configure.ac --- nemo-gtkhash-3.4.0/configure.ac 2017-05-04 10:51:55.000000000 +0000 +++ nemo-gtkhash-3.6.0/configure.ac 2017-10-24 11:00:07.000000000 +0000 @@ -1,5 +1,5 @@ AC_PREREQ([2.61]) -AC_INIT([nemo-gtkhash], [3.4.0]) +AC_INIT([nemo-gtkhash], [3.6.0]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_SRCDIR([src/main.c]) AC_CONFIG_AUX_DIR([build-aux]) @@ -137,21 +137,33 @@ AC_DEFINE([ENABLE_LIBCRYPTO], [1]) fi -AC_MSG_CHECKING([whether to use PolarSSL]) -AC_ARG_ENABLE([polarssl], - [AS_HELP_STRING([--enable-polarssl], [use PolarSSL])], - [enable_polarssl="${enableval}"], [enable_polarssl="no"]) -AC_MSG_RESULT(["${enable_polarssl}"]) -AM_CONDITIONAL([ENABLE_POLARSSL], [test "${enable_polarssl}" = "yes"]) -AC_DEFINE([ENABLE_POLARSSL], [0], [Use PolarSSL]) - -if test "${enable_polarssl}" = "yes" ; then - AC_CHECK_HEADER([polarssl/md.h], [:], [AC_MSG_ERROR([polarssl headers not found])]) - AC_CHECK_LIB([polarssl], [md_update], [:], [AC_MSG_ERROR([polarssl library not found])]) - POLARSSL_LIBS="-lpolarssl" - AC_SUBST([POLARSSL_LIBS]) - hash_libs="${hash_libs} polarssl" - AC_DEFINE([ENABLE_POLARSSL], [1]) +AC_MSG_CHECKING([whether to use mbed TLS]) +AC_ARG_ENABLE([mbedtls], + [AS_HELP_STRING([--enable-mbedtls], [use mbed TLS])], + [enable_mbedtls="${enableval}"], [enable_mbedtls="no"]) +AC_MSG_RESULT(["${enable_mbedtls}"]) +AM_CONDITIONAL([ENABLE_MBEDTLS], [test "${enable_mbedtls}" = "yes"]) +AC_DEFINE([ENABLE_MBEDTLS], [0], [Use mbed TLS]) +AC_DEFINE([HAVE_MBEDTLS_2_0_0], [0], [Have mbed TLS 2.x+]) + +if test "${enable_mbedtls}" = "yes" ; then + AC_CHECK_HEADER([mbedtls/md.h], [have_mbedtls_2_0_0="yes"], [have_mbedtls_2_0_0="no"]) + AC_CHECK_HEADER([polarssl/md.h], [have_mbedtls_1_3_0="yes"], [have_mbedtls_1_3_0="no"]) + if test "${have_mbedtls_2_0_0}" != "yes" && test "${have_mbedtls_1_3_0}" != "yes"; then + AC_MSG_ERROR([mbedtls headers not found]) + fi + if test "${have_mbedtls_2_0_0}" = "yes"; then + AC_CHECK_LIB([mbedcrypto], [mbedtls_md_update], [:], [AC_MSG_ERROR([mbedtls library not found])]) + MBEDTLS_LIBS="-lmbedcrypto" + hash_libs="${hash_libs} mbedtls" + AC_DEFINE([HAVE_MBEDTLS_2_0_0], [1]) + else + AC_CHECK_LIB([polarssl], [md_update], [:], [AC_MSG_ERROR([mbedtls library not found])]) + MBEDTLS_LIBS="-lpolarssl" + hash_libs="${hash_libs} polarssl" + fi + AC_SUBST([MBEDTLS_LIBS]) + AC_DEFINE([ENABLE_MBEDTLS], [1]) fi AC_MSG_CHECKING([whether to use Nettle]) @@ -293,7 +305,7 @@ if test "${enable_nls}" = "no" ; then AC_DEFINE([ENABLE_NLS], [0]) else - GETTEXT_PACKAGE="${PACKAGE}" + GETTEXT_PACKAGE=nemo-extensions AC_SUBST([GETTEXT_PACKAGE]) AC_DEFINE_UNQUOTED([GETTEXT_PACKAGE], ["${GETTEXT_PACKAGE}"], [Define the gettext package]) IT_PROG_INTLTOOL([0.40.6]) @@ -363,8 +375,9 @@ nss_funcs=" MD2 MD5 SHA1 SHA256 SHA384 SHA512" -polarssl_funcs=" +mbedtls_funcs=" MD2 MD4 MD5 + RIPEMD160 SHA1 SHA224 SHA256 SHA384 SHA512" zlib_funcs=" CRC32 diff -Nru nemo-gtkhash-3.4.0/debian/changelog nemo-gtkhash-3.6.0/debian/changelog --- nemo-gtkhash-3.4.0/debian/changelog 2017-05-11 10:56:51.000000000 +0000 +++ nemo-gtkhash-3.6.0/debian/changelog 2017-11-21 10:53:14.000000000 +0000 @@ -1,8 +1,14 @@ -nemo-gtkhash (3.4.0-1~webupd8~xenial) xenial; urgency=medium +nemo-gtkhash (3.6.0-1~webupd8~xenial) xenial; urgency=medium - * New upstream release + * 3.6.0 - -- Alin Andrei Thu, 11 May 2017 13:05:21 +0100 + -- Alin Andrei Tue, 21 Nov 2017 12:53:14 +0200 + +nemo-gtkhash (3.6.0) sylvia; urgency=medium + + * 3.6.0 + + -- Clement Lefebvre Tue, 24 Oct 2017 11:58:54 +0100 nemo-gtkhash (3.4.0) sonya; urgency=medium diff -Nru nemo-gtkhash-3.4.0/po/ar.po nemo-gtkhash-3.6.0/po/ar.po --- nemo-gtkhash-3.4.0/po/ar.po 2017-05-04 10:51:55.000000000 +0000 +++ nemo-gtkhash-3.6.0/po/ar.po 1970-01-01 00:00:00.000000000 +0000 @@ -1,213 +0,0 @@ -# Arabic translation for gtkhash -# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012 -# This file is distributed under the same license as the gtkhash package. -# FIRST AUTHOR , 2012. -# -msgid "" -msgstr "" -"Project-Id-Version: gtkhash\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-06-28 20:28+0100\n" -"PO-Revision-Date: 2012-11-27 16:28+0000\n" -"Last-Translator: Launchpad Translations Administrators \n" -"Language-Team: Arabic \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-11-28 04:43+0000\n" -"X-Generator: Launchpad (build 16309)\n" - -#: ../data/gtkhash.xml.h:1 -msgid "GtkHash Preferences" -msgstr "" - -#: ../data/gtkhash.xml.h:2 -msgid "Hash Functions:" -msgstr "" - -#: ../data/gtkhash.xml.h:3 -msgid "Digest Format:" -msgstr "" - -#: ../data/gtkhash.xml.h:4 -msgid "Lowercase Hexadecimal" -msgstr "" - -#: ../data/gtkhash.xml.h:5 -msgid "Uppercase Hexadecimal" -msgstr "" - -#: ../data/gtkhash.xml.h:6 -msgid "Copy _Digest" -msgstr "" - -#: ../data/gtkhash.xml.h:7 -msgid "Show _Toolbar" -msgstr "" - -#: ../data/gtkhash.xml.h:8 -msgid "_File" -msgstr "" - -#: ../data/gtkhash.xml.h:9 -msgid "_Edit" -msgstr "" - -#: ../data/gtkhash.xml.h:10 -msgid "_View" -msgstr "" - -#: ../data/gtkhash.xml.h:11 -msgid "_Text" -msgstr "" - -#: ../data/gtkhash.xml.h:12 -msgid "File _List" -msgstr "" - -#: ../data/gtkhash.xml.h:13 -msgid "_Help" -msgstr "" - -#: ../data/gtkhash.xml.h:14 -msgid "File:" -msgstr "" - -#: ../data/gtkhash.xml.h:15 -msgid "Text:" -msgstr "" - -#: ../data/gtkhash.xml.h:16 ../data/nautilus/gtkhash-properties.xml.h:5 -msgid "Check:" -msgstr "" - -#: ../data/gtkhash.xml.h:17 -msgid "File" -msgstr "" - -#: ../data/gtkhash.xml.h:18 -msgid "Ha_sh" -msgstr "" - -#: ../src/callbacks.c:47 -msgid "Save Digests" -msgstr "" - -#: ../src/callbacks.c:236 -msgid "A GTK+ utility for computing message digests or checksums." -msgstr "" - -#: ../src/callbacks.c:240 -msgid "translator-credits" -msgstr "" - -#: ../src/callbacks.c:262 -msgid "Select Files" -msgstr "" - -#: ../src/gui.c:293 -#, c-format -msgid "Failed to read \"%s\"" -msgstr "" - -#: ../src/gui.c:310 -#, c-format -msgid "" -"Failed to read \"%s\":\n" -"%s" -msgstr "" - -#: ../src/gui.c:359 -msgid "Not a regular file" -msgstr "" - -#: ../src/gui.c:381 -msgid "Unknown error" -msgstr "" - -#: ../src/gui.c:383 -#, c-format -msgid "" -"Failed to add \"%s\":\n" -"%s" -msgstr "" - -#: ../src/hash.c:82 ../src/nautilus/properties-hash.c:69 -#, c-format -msgid "%s of %s - 1 minute left (%s/sec)" -msgstr "" - -#: ../src/hash.c:85 ../src/nautilus/properties-hash.c:72 -#, c-format -msgid "%s of %s - %u minutes left (%s/sec)" -msgstr "" - -#: ../src/hash.c:89 ../src/nautilus/properties-hash.c:76 -#, c-format -msgid "%s of %s - 1 second left (%s/sec)" -msgstr "" - -#: ../src/hash.c:92 ../src/nautilus/properties-hash.c:79 -#, c-format -msgid "%s of %s - %u seconds left (%s/sec)" -msgstr "" - -#: ../src/main.c:86 -msgid "Check against the specified digest or checksum" -msgstr "" - -#: ../src/main.c:86 -msgid "DIGEST" -msgstr "" - -#: ../src/main.c:90 -msgid "Read program data from the specified directory" -msgstr "" - -#: ../src/main.c:90 -msgid "DIRECTORY" -msgstr "" - -#: ../src/main.c:94 -msgid "Hash the specified text" -msgstr "" - -#: ../src/main.c:94 -msgid "TEXT" -msgstr "" - -#: ../src/main.c:98 -msgid "Show version information" -msgstr "" - -#: ../src/main.c:102 -msgid "[FILE|URI...]" -msgstr "" - -#: ../src/prefs.c:76 -msgid "Failed to enable any supported hash functions." -msgstr "" - -#: ../data/nautilus/gtkhash-properties.xml.h:1 -msgid "_Copy Digest" -msgstr "" - -#: ../data/nautilus/gtkhash-properties.xml.h:2 -msgid "Show _Disabled Hash Functions" -msgstr "" - -#: ../data/nautilus/gtkhash-properties.xml.h:3 -msgid "Hash Function" -msgstr "" - -#: ../data/nautilus/gtkhash-properties.xml.h:4 -msgid "Digest" -msgstr "" - -#: ../data/nautilus/gtkhash-properties.xml.h:6 -msgid "H_ash" -msgstr "" - -#: ../src/nautilus/properties.c:427 ../src/nautilus/properties.c:429 -msgid "Digests" -msgstr "" diff -Nru nemo-gtkhash-3.4.0/po/cs.po nemo-gtkhash-3.6.0/po/cs.po --- nemo-gtkhash-3.4.0/po/cs.po 2017-05-04 10:51:55.000000000 +0000 +++ nemo-gtkhash-3.6.0/po/cs.po 1970-01-01 00:00:00.000000000 +0000 @@ -1,222 +0,0 @@ -# Czech translation for gtkhash -# Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009 -# This file is distributed under the same license as the gtkhash package. -# FIRST AUTHOR , 2009. -# -msgid "" -msgstr "" -"Project-Id-Version: gtkhash\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-06-28 20:28+0100\n" -"PO-Revision-Date: 2012-07-13 20:27+0000\n" -"Last-Translator: Zbyněk Schwarz \n" -"Language-Team: Czech \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-07-14 06:30+0000\n" -"X-Generator: Launchpad (build 15614)\n" - -#: ../data/gtkhash.xml.h:1 -msgid "GtkHash Preferences" -msgstr "Možnosti GtkHash" - -#: ../data/gtkhash.xml.h:2 -msgid "Hash Functions:" -msgstr "Hashovací funkce" - -#: ../data/gtkhash.xml.h:3 -msgid "Digest Format:" -msgstr "Formát Digest:" - -#: ../data/gtkhash.xml.h:4 -msgid "Lowercase Hexadecimal" -msgstr "Hexadecimální malými písmeny" - -#: ../data/gtkhash.xml.h:5 -msgid "Uppercase Hexadecimal" -msgstr "Hexadecimální velkými písmeny" - -#: ../data/gtkhash.xml.h:6 -msgid "Copy _Digest" -msgstr "Kopírovat _Digest" - -#: ../data/gtkhash.xml.h:7 -msgid "Show _Toolbar" -msgstr "Zobrazi_t lištu nástrojů" - -#: ../data/gtkhash.xml.h:8 -msgid "_File" -msgstr "_Soubor" - -#: ../data/gtkhash.xml.h:9 -msgid "_Edit" -msgstr "Ú_pravy" - -#: ../data/gtkhash.xml.h:10 -msgid "_View" -msgstr "_Zobrazit" - -#: ../data/gtkhash.xml.h:11 -msgid "_Text" -msgstr "_Text" - -#: ../data/gtkhash.xml.h:12 -msgid "File _List" -msgstr "Sezna_m souborů" - -#: ../data/gtkhash.xml.h:13 -msgid "_Help" -msgstr "_Nápověda" - -#: ../data/gtkhash.xml.h:14 -msgid "File:" -msgstr "Soubor:" - -#: ../data/gtkhash.xml.h:15 -msgid "Text:" -msgstr "Text:" - -#: ../data/gtkhash.xml.h:16 ../data/nautilus/gtkhash-properties.xml.h:5 -msgid "Check:" -msgstr "Kontrola:" - -#: ../data/gtkhash.xml.h:17 -msgid "File" -msgstr "Soubor" - -#: ../data/gtkhash.xml.h:18 -msgid "Ha_sh" -msgstr "Ha_sh" - -#: ../src/callbacks.c:47 -msgid "Save Digests" -msgstr "Uložit Digest" - -#: ../src/callbacks.c:236 -msgid "A GTK+ utility for computing message digests or checksums." -msgstr "Nástroj GTK+ pro výpočet digestu zpráv nebo kontrolních součtů" - -#: ../src/callbacks.c:240 -msgid "translator-credits" -msgstr "" -"Launchpad Contributions:\n" -" Jakub Žáček https://launchpad.net/~dawon\n" -" Mank https://launchpad.net/~freedcpp\n" -" Martin \"sachy\" Šácha https://launchpad.net/~sachy\n" -" Zbyněk Schwarz https://launchpad.net/~tsbook" - -#: ../src/callbacks.c:262 -msgid "Select Files" -msgstr "Vyberte soubory" - -#: ../src/gui.c:293 -#, c-format -msgid "Failed to read \"%s\"" -msgstr "Nelze přečíst \"%s\"" - -#: ../src/gui.c:310 -#, c-format -msgid "" -"Failed to read \"%s\":\n" -"%s" -msgstr "" -"Nelze přečíst \"%s\":\n" -"%s" - -#: ../src/gui.c:359 -msgid "Not a regular file" -msgstr "Není běžný soubor" - -#: ../src/gui.c:381 -msgid "Unknown error" -msgstr "Neznámá chyba" - -#: ../src/gui.c:383 -#, c-format -msgid "" -"Failed to add \"%s\":\n" -"%s" -msgstr "" -"Nelze přidat \"%s\":\n" -"%s" - -#: ../src/hash.c:82 ../src/nautilus/properties-hash.c:69 -#, c-format -msgid "%s of %s - 1 minute left (%s/sec)" -msgstr "%s of %s - zbývá 1 minuta (%s/sec)" - -#: ../src/hash.c:85 ../src/nautilus/properties-hash.c:72 -#, c-format -msgid "%s of %s - %u minutes left (%s/sec)" -msgstr "%s of %s - zbývají %u minuty (%s/sec)" - -#: ../src/hash.c:89 ../src/nautilus/properties-hash.c:76 -#, c-format -msgid "%s of %s - 1 second left (%s/sec)" -msgstr "%s of zbývá %s - 1 minut (%s/sec)" - -#: ../src/hash.c:92 ../src/nautilus/properties-hash.c:79 -#, c-format -msgid "%s of %s - %u seconds left (%s/sec)" -msgstr "%s of %s - zbývá %u sekund (%s/sec)" - -#: ../src/main.c:86 -msgid "Check against the specified digest or checksum" -msgstr "Zkontrolovat pomocí zadaného digestu či kontrolního součtu" - -#: ../src/main.c:86 -msgid "DIGEST" -msgstr "DIGEST" - -#: ../src/main.c:90 -msgid "Read program data from the specified directory" -msgstr "Přečist data programu ze zadaného adresáře" - -#: ../src/main.c:90 -msgid "DIRECTORY" -msgstr "ADRESÁŘ" - -#: ../src/main.c:94 -msgid "Hash the specified text" -msgstr "Hashovat zadaný text" - -#: ../src/main.c:94 -msgid "TEXT" -msgstr "TEXT" - -#: ../src/main.c:98 -msgid "Show version information" -msgstr "Zobrazit informace o verzi" - -#: ../src/main.c:102 -msgid "[FILE|URI...]" -msgstr "[FILE|URI...]" - -#: ../src/prefs.c:76 -msgid "Failed to enable any supported hash functions." -msgstr "Selhalo povolení všech podporovaných hash funkcí." - -#: ../data/nautilus/gtkhash-properties.xml.h:1 -msgid "_Copy Digest" -msgstr "_Kopírovat Digest" - -#: ../data/nautilus/gtkhash-properties.xml.h:2 -msgid "Show _Disabled Hash Functions" -msgstr "Zobrazit _Zakázané Hash funkce" - -#: ../data/nautilus/gtkhash-properties.xml.h:3 -msgid "Hash Function" -msgstr "Hashovací funkce" - -#: ../data/nautilus/gtkhash-properties.xml.h:4 -msgid "Digest" -msgstr "Digest" - -#: ../data/nautilus/gtkhash-properties.xml.h:6 -msgid "H_ash" -msgstr "H_ash" - -#: ../src/nautilus/properties.c:427 ../src/nautilus/properties.c:429 -msgid "Digests" -msgstr "Digesty" diff -Nru nemo-gtkhash-3.4.0/po/de.po nemo-gtkhash-3.6.0/po/de.po --- nemo-gtkhash-3.4.0/po/de.po 2017-05-04 10:51:55.000000000 +0000 +++ nemo-gtkhash-3.6.0/po/de.po 1970-01-01 00:00:00.000000000 +0000 @@ -1,225 +0,0 @@ -# German translation for gtkhash -# Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009 -# This file is distributed under the same license as the gtkhash package. -# FIRST AUTHOR , 2009. -# -msgid "" -msgstr "" -"Project-Id-Version: gtkhash\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-06-28 20:28+0100\n" -"PO-Revision-Date: 2012-12-03 13:07+0000\n" -"Last-Translator: Julian Beckmann \n" -"Language-Team: German \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-12-04 05:56+0000\n" -"X-Generator: Launchpad (build 16335)\n" - -#: ../data/gtkhash.xml.h:1 -msgid "GtkHash Preferences" -msgstr "GtkHash-Einstellungen" - -#: ../data/gtkhash.xml.h:2 -msgid "Hash Functions:" -msgstr "Hash-Funktionen:" - -#: ../data/gtkhash.xml.h:3 -msgid "Digest Format:" -msgstr "Digest-Format:" - -#: ../data/gtkhash.xml.h:4 -msgid "Lowercase Hexadecimal" -msgstr "Hexadezimal in Kleinschreibung" - -#: ../data/gtkhash.xml.h:5 -msgid "Uppercase Hexadecimal" -msgstr "Hexadezimal in Großschreibung" - -#: ../data/gtkhash.xml.h:6 -msgid "Copy _Digest" -msgstr "_Digest kopieren" - -#: ../data/gtkhash.xml.h:7 -msgid "Show _Toolbar" -msgstr "_Werkzeugleiste anzeigen" - -#: ../data/gtkhash.xml.h:8 -msgid "_File" -msgstr "_Datei" - -#: ../data/gtkhash.xml.h:9 -msgid "_Edit" -msgstr "_Bearbeiten" - -#: ../data/gtkhash.xml.h:10 -msgid "_View" -msgstr "_Ansicht" - -#: ../data/gtkhash.xml.h:11 -msgid "_Text" -msgstr "_Text" - -#: ../data/gtkhash.xml.h:12 -msgid "File _List" -msgstr "Dateiliste" - -#: ../data/gtkhash.xml.h:13 -msgid "_Help" -msgstr "_Hilfe" - -#: ../data/gtkhash.xml.h:14 -msgid "File:" -msgstr "Datei:" - -#: ../data/gtkhash.xml.h:15 -msgid "Text:" -msgstr "Text:" - -#: ../data/gtkhash.xml.h:16 ../data/nautilus/gtkhash-properties.xml.h:5 -msgid "Check:" -msgstr "Prüfung:" - -#: ../data/gtkhash.xml.h:17 -msgid "File" -msgstr "Datei" - -#: ../data/gtkhash.xml.h:18 -msgid "Ha_sh" -msgstr "Ha_sh" - -#: ../src/callbacks.c:47 -msgid "Save Digests" -msgstr "Digests speichern" - -#: ../src/callbacks.c:236 -msgid "A GTK+ utility for computing message digests or checksums." -msgstr "" -"Ein Werkzeug basierend auf GTK+ zur Berechnung von »Digests« (Prüfsummen)." - -#: ../src/callbacks.c:240 -msgid "translator-credits" -msgstr "" -"Launchpad Contributions:\n" -" Daniel Winzen https://launchpad.net/~q-d\n" -" Dennis Baudys https://launchpad.net/~thecondordb\n" -" Julian Beckmann https://launchpad.net/~julian-beckmann\n" -" Patrick Kolesa https://launchpad.net/~pkol.\n" -" Trip McKay https://launchpad.net/~trip-mckay\n" -" u2ix https://launchpad.net/~u2ix" - -#: ../src/callbacks.c:262 -msgid "Select Files" -msgstr "Dateien auswählen" - -#: ../src/gui.c:293 -#, c-format -msgid "Failed to read \"%s\"" -msgstr "Lesen von »%s« gescheitert" - -#: ../src/gui.c:310 -#, c-format -msgid "" -"Failed to read \"%s\":\n" -"%s" -msgstr "" -"Lesen von »%s« gescheitert:\n" -"%s" - -#: ../src/gui.c:359 -msgid "Not a regular file" -msgstr "Keine gültige Datei" - -#: ../src/gui.c:381 -msgid "Unknown error" -msgstr "Unbekannter Fehler" - -#: ../src/gui.c:383 -#, c-format -msgid "" -"Failed to add \"%s\":\n" -"%s" -msgstr "" -"Hinzufügen von »%s« gescheitert:\n" -"%s" - -#: ../src/hash.c:82 ../src/nautilus/properties-hash.c:69 -#, c-format -msgid "%s of %s - 1 minute left (%s/sec)" -msgstr "%s von %s – 1 Minute verbleibend (%s/Sek)" - -#: ../src/hash.c:85 ../src/nautilus/properties-hash.c:72 -#, c-format -msgid "%s of %s - %u minutes left (%s/sec)" -msgstr "%s von %s – %u Minuten verbleibend (%s/Sek)" - -#: ../src/hash.c:89 ../src/nautilus/properties-hash.c:76 -#, c-format -msgid "%s of %s - 1 second left (%s/sec)" -msgstr "%s von %s – 1 Sekunde verbleibend (%s/Sek)" - -#: ../src/hash.c:92 ../src/nautilus/properties-hash.c:79 -#, c-format -msgid "%s of %s - %u seconds left (%s/sec)" -msgstr "%s von %s – %u Sekunden verbleibend (%s/Sek)" - -#: ../src/main.c:86 -msgid "Check against the specified digest or checksum" -msgstr "" - -#: ../src/main.c:86 -msgid "DIGEST" -msgstr "DIGEST" - -#: ../src/main.c:90 -msgid "Read program data from the specified directory" -msgstr "Programmdaten aus dem angegebenen Ordner lesen" - -#: ../src/main.c:90 -msgid "DIRECTORY" -msgstr "ORDNER" - -#: ../src/main.c:94 -msgid "Hash the specified text" -msgstr "Hashe den Text" - -#: ../src/main.c:94 -msgid "TEXT" -msgstr "TEXT" - -#: ../src/main.c:98 -msgid "Show version information" -msgstr "Versionsinformationen anzeigen" - -#: ../src/main.c:102 -msgid "[FILE|URI...]" -msgstr "[DATEI|URI …]" - -#: ../src/prefs.c:76 -msgid "Failed to enable any supported hash functions." -msgstr "Es konnte keine der unterstützten Hash-Funktionen aktiviert werden." - -#: ../data/nautilus/gtkhash-properties.xml.h:1 -msgid "_Copy Digest" -msgstr "Digest _kopieren" - -#: ../data/nautilus/gtkhash-properties.xml.h:2 -msgid "Show _Disabled Hash Functions" -msgstr "_Deaktivierte Hash-Funktionen anzeigen" - -#: ../data/nautilus/gtkhash-properties.xml.h:3 -msgid "Hash Function" -msgstr "Hash Funktion" - -#: ../data/nautilus/gtkhash-properties.xml.h:4 -msgid "Digest" -msgstr "Digest" - -#: ../data/nautilus/gtkhash-properties.xml.h:6 -msgid "H_ash" -msgstr "H_ash" - -#: ../src/nautilus/properties.c:427 ../src/nautilus/properties.c:429 -msgid "Digests" -msgstr "Digests" diff -Nru nemo-gtkhash-3.4.0/po/en_GB.po nemo-gtkhash-3.6.0/po/en_GB.po --- nemo-gtkhash-3.4.0/po/en_GB.po 2017-05-04 10:51:55.000000000 +0000 +++ nemo-gtkhash-3.6.0/po/en_GB.po 1970-01-01 00:00:00.000000000 +0000 @@ -1,222 +0,0 @@ -# English (United Kingdom) translation for gtkhash -# Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009 -# This file is distributed under the same license as the gtkhash package. -# FIRST AUTHOR , 2009. -# -msgid "" -msgstr "" -"Project-Id-Version: gtkhash\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-06-28 20:28+0100\n" -"PO-Revision-Date: 2012-12-10 18:49+0000\n" -"Last-Translator: Julian Beckmann \n" -"Language-Team: English (United Kingdom) \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-12-11 04:50+0000\n" -"X-Generator: Launchpad (build 16356)\n" - -#: ../data/gtkhash.xml.h:1 -msgid "GtkHash Preferences" -msgstr "GtkHash Preferences" - -#: ../data/gtkhash.xml.h:2 -msgid "Hash Functions:" -msgstr "Hash Functions:" - -#: ../data/gtkhash.xml.h:3 -msgid "Digest Format:" -msgstr "Digest Format:" - -#: ../data/gtkhash.xml.h:4 -msgid "Lowercase Hexadecimal" -msgstr "Lowercase Hexadecimal" - -#: ../data/gtkhash.xml.h:5 -msgid "Uppercase Hexadecimal" -msgstr "Uppercase Hexadecimal" - -#: ../data/gtkhash.xml.h:6 -msgid "Copy _Digest" -msgstr "Copy _Digest" - -#: ../data/gtkhash.xml.h:7 -msgid "Show _Toolbar" -msgstr "Show _Toolbar" - -#: ../data/gtkhash.xml.h:8 -msgid "_File" -msgstr "_File" - -#: ../data/gtkhash.xml.h:9 -msgid "_Edit" -msgstr "_Edit" - -#: ../data/gtkhash.xml.h:10 -msgid "_View" -msgstr "_View" - -#: ../data/gtkhash.xml.h:11 -msgid "_Text" -msgstr "_Text" - -#: ../data/gtkhash.xml.h:12 -msgid "File _List" -msgstr "File _List" - -#: ../data/gtkhash.xml.h:13 -msgid "_Help" -msgstr "_Help" - -#: ../data/gtkhash.xml.h:14 -msgid "File:" -msgstr "File:" - -#: ../data/gtkhash.xml.h:15 -msgid "Text:" -msgstr "Text:" - -#: ../data/gtkhash.xml.h:16 ../data/nautilus/gtkhash-properties.xml.h:5 -msgid "Check:" -msgstr "Check:" - -#: ../data/gtkhash.xml.h:17 -msgid "File" -msgstr "File" - -#: ../data/gtkhash.xml.h:18 -msgid "Ha_sh" -msgstr "Ha_sh" - -#: ../src/callbacks.c:47 -msgid "Save Digests" -msgstr "Save Digests" - -#: ../src/callbacks.c:236 -msgid "A GTK+ utility for computing message digests or checksums." -msgstr "A GTK+ utility for computing message digests or checksums." - -#: ../src/callbacks.c:240 -msgid "translator-credits" -msgstr "" -"Launchpad Contributions:\n" -" Abhishek https://launchpad.net/~ar.abhishek\n" -" Julian Beckmann https://launchpad.net/~julian-beckmann\n" -" Stefan Pynappels https://launchpad.net/~stefan-pynappels\n" -" Tristan Heaven https://launchpad.net/~tristanheaven" - -#: ../src/callbacks.c:262 -msgid "Select Files" -msgstr "Select Files" - -#: ../src/gui.c:293 -#, c-format -msgid "Failed to read \"%s\"" -msgstr "Failed to read \"%s\"" - -#: ../src/gui.c:310 -#, c-format -msgid "" -"Failed to read \"%s\":\n" -"%s" -msgstr "" -"Failed to read \"%s\":\n" -"%s" - -#: ../src/gui.c:359 -msgid "Not a regular file" -msgstr "Not a regular file" - -#: ../src/gui.c:381 -msgid "Unknown error" -msgstr "Unknown error" - -#: ../src/gui.c:383 -#, c-format -msgid "" -"Failed to add \"%s\":\n" -"%s" -msgstr "" -"Failed to add \"%s\":\n" -"%s" - -#: ../src/hash.c:82 ../src/nautilus/properties-hash.c:69 -#, c-format -msgid "%s of %s - 1 minute left (%s/sec)" -msgstr "%s of %s - 1 minute left (%s/sec)" - -#: ../src/hash.c:85 ../src/nautilus/properties-hash.c:72 -#, c-format -msgid "%s of %s - %u minutes left (%s/sec)" -msgstr "%s of %s - %u minutes left (%s/sec)" - -#: ../src/hash.c:89 ../src/nautilus/properties-hash.c:76 -#, c-format -msgid "%s of %s - 1 second left (%s/sec)" -msgstr "%s of %s - 1 second left (%s/sec)" - -#: ../src/hash.c:92 ../src/nautilus/properties-hash.c:79 -#, c-format -msgid "%s of %s - %u seconds left (%s/sec)" -msgstr "%s of %s - %u seconds left (%s/sec)" - -#: ../src/main.c:86 -msgid "Check against the specified digest or checksum" -msgstr "Check against the specified digest or checksum" - -#: ../src/main.c:86 -msgid "DIGEST" -msgstr "DIGEST" - -#: ../src/main.c:90 -msgid "Read program data from the specified directory" -msgstr "Read program data from the specified directory" - -#: ../src/main.c:90 -msgid "DIRECTORY" -msgstr "DIRECTORY" - -#: ../src/main.c:94 -msgid "Hash the specified text" -msgstr "Hash the specified text" - -#: ../src/main.c:94 -msgid "TEXT" -msgstr "TEXT" - -#: ../src/main.c:98 -msgid "Show version information" -msgstr "Show version information" - -#: ../src/main.c:102 -msgid "[FILE|URI...]" -msgstr "[FILE|URI...]" - -#: ../src/prefs.c:76 -msgid "Failed to enable any supported hash functions." -msgstr "Failed to enable any supported hash functions." - -#: ../data/nautilus/gtkhash-properties.xml.h:1 -msgid "_Copy Digest" -msgstr "_Copy Digest" - -#: ../data/nautilus/gtkhash-properties.xml.h:2 -msgid "Show _Disabled Hash Functions" -msgstr "Show _Disabled Hash Functions" - -#: ../data/nautilus/gtkhash-properties.xml.h:3 -msgid "Hash Function" -msgstr "Hash Function" - -#: ../data/nautilus/gtkhash-properties.xml.h:4 -msgid "Digest" -msgstr "Digest" - -#: ../data/nautilus/gtkhash-properties.xml.h:6 -msgid "H_ash" -msgstr "H_ash" - -#: ../src/nautilus/properties.c:427 ../src/nautilus/properties.c:429 -msgid "Digests" -msgstr "Digests" diff -Nru nemo-gtkhash-3.4.0/po/eo.po nemo-gtkhash-3.6.0/po/eo.po --- nemo-gtkhash-3.4.0/po/eo.po 2017-05-04 10:51:55.000000000 +0000 +++ nemo-gtkhash-3.6.0/po/eo.po 1970-01-01 00:00:00.000000000 +0000 @@ -1,216 +0,0 @@ -# Esperanto translation for gtkhash -# Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009 -# This file is distributed under the same license as the gtkhash package. -# FIRST AUTHOR , 2009. -# -msgid "" -msgstr "" -"Project-Id-Version: gtkhash\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-06-28 20:28+0100\n" -"PO-Revision-Date: 2011-04-09 09:57+0000\n" -"Last-Translator: Kristjan SCHMIDT \n" -"Language-Team: Esperanto \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-06-30 05:10+0000\n" -"X-Generator: Launchpad (build 15520)\n" - -#: ../data/gtkhash.xml.h:1 -msgid "GtkHash Preferences" -msgstr "" - -#: ../data/gtkhash.xml.h:2 -msgid "Hash Functions:" -msgstr "" - -#: ../data/gtkhash.xml.h:3 -msgid "Digest Format:" -msgstr "" - -#: ../data/gtkhash.xml.h:4 -msgid "Lowercase Hexadecimal" -msgstr "" - -#: ../data/gtkhash.xml.h:5 -msgid "Uppercase Hexadecimal" -msgstr "" - -#: ../data/gtkhash.xml.h:6 -msgid "Copy _Digest" -msgstr "" - -#: ../data/gtkhash.xml.h:7 -msgid "Show _Toolbar" -msgstr "" - -#: ../data/gtkhash.xml.h:8 -msgid "_File" -msgstr "" - -#: ../data/gtkhash.xml.h:9 -msgid "_Edit" -msgstr "" - -#: ../data/gtkhash.xml.h:10 -msgid "_View" -msgstr "" - -#: ../data/gtkhash.xml.h:11 -msgid "_Text" -msgstr "_Teksto" - -#: ../data/gtkhash.xml.h:12 -msgid "File _List" -msgstr "_Listo de dosieroj" - -#: ../data/gtkhash.xml.h:13 -msgid "_Help" -msgstr "_Helpo" - -#: ../data/gtkhash.xml.h:14 -msgid "File:" -msgstr "Dosiero:" - -#: ../data/gtkhash.xml.h:15 -msgid "Text:" -msgstr "Teksto:" - -#: ../data/gtkhash.xml.h:16 ../data/nautilus/gtkhash-properties.xml.h:5 -msgid "Check:" -msgstr "" - -#: ../data/gtkhash.xml.h:17 -msgid "File" -msgstr "" - -#: ../data/gtkhash.xml.h:18 -msgid "Ha_sh" -msgstr "" - -#: ../src/callbacks.c:47 -msgid "Save Digests" -msgstr "" - -#: ../src/callbacks.c:236 -msgid "A GTK+ utility for computing message digests or checksums." -msgstr "" - -#: ../src/callbacks.c:240 -msgid "translator-credits" -msgstr "" -"Launchpad Contributions:\n" -" Kristjan SCHMIDT https://launchpad.net/~kristjan-eo\n" -" Lucas Larson https://launchpad.net/~lucaslarson" - -#: ../src/callbacks.c:262 -msgid "Select Files" -msgstr "Elekti dosierojn" - -#: ../src/gui.c:293 -#, c-format -msgid "Failed to read \"%s\"" -msgstr "" - -#: ../src/gui.c:310 -#, c-format -msgid "" -"Failed to read \"%s\":\n" -"%s" -msgstr "" - -#: ../src/gui.c:359 -msgid "Not a regular file" -msgstr "" - -#: ../src/gui.c:381 -msgid "Unknown error" -msgstr "" - -#: ../src/gui.c:383 -#, c-format -msgid "" -"Failed to add \"%s\":\n" -"%s" -msgstr "" - -#: ../src/hash.c:82 ../src/nautilus/properties-hash.c:69 -#, c-format -msgid "%s of %s - 1 minute left (%s/sec)" -msgstr "" - -#: ../src/hash.c:85 ../src/nautilus/properties-hash.c:72 -#, c-format -msgid "%s of %s - %u minutes left (%s/sec)" -msgstr "" - -#: ../src/hash.c:89 ../src/nautilus/properties-hash.c:76 -#, c-format -msgid "%s of %s - 1 second left (%s/sec)" -msgstr "" - -#: ../src/hash.c:92 ../src/nautilus/properties-hash.c:79 -#, c-format -msgid "%s of %s - %u seconds left (%s/sec)" -msgstr "" - -#: ../src/main.c:86 -msgid "Check against the specified digest or checksum" -msgstr "" - -#: ../src/main.c:86 -msgid "DIGEST" -msgstr "" - -#: ../src/main.c:90 -msgid "Read program data from the specified directory" -msgstr "" - -#: ../src/main.c:90 -msgid "DIRECTORY" -msgstr "" - -#: ../src/main.c:94 -msgid "Hash the specified text" -msgstr "" - -#: ../src/main.c:94 -msgid "TEXT" -msgstr "" - -#: ../src/main.c:98 -msgid "Show version information" -msgstr "" - -#: ../src/main.c:102 -msgid "[FILE|URI...]" -msgstr "" - -#: ../src/prefs.c:76 -msgid "Failed to enable any supported hash functions." -msgstr "" - -#: ../data/nautilus/gtkhash-properties.xml.h:1 -msgid "_Copy Digest" -msgstr "" - -#: ../data/nautilus/gtkhash-properties.xml.h:2 -msgid "Show _Disabled Hash Functions" -msgstr "" - -#: ../data/nautilus/gtkhash-properties.xml.h:3 -msgid "Hash Function" -msgstr "" - -#: ../data/nautilus/gtkhash-properties.xml.h:4 -msgid "Digest" -msgstr "" - -#: ../data/nautilus/gtkhash-properties.xml.h:6 -msgid "H_ash" -msgstr "" - -#: ../src/nautilus/properties.c:427 ../src/nautilus/properties.c:429 -msgid "Digests" -msgstr "" diff -Nru nemo-gtkhash-3.4.0/po/es.po nemo-gtkhash-3.6.0/po/es.po --- nemo-gtkhash-3.4.0/po/es.po 2017-05-04 10:51:55.000000000 +0000 +++ nemo-gtkhash-3.6.0/po/es.po 1970-01-01 00:00:00.000000000 +0000 @@ -1,223 +0,0 @@ -# Spanish translation for gtkhash -# Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009 -# This file is distributed under the same license as the gtkhash package. -# FIRST AUTHOR , 2009. -# -msgid "" -msgstr "" -"Project-Id-Version: gtkhash\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-06-28 20:28+0100\n" -"PO-Revision-Date: 2012-06-02 17:16+0000\n" -"Last-Translator: Adolfo Jayme Barrientos \n" -"Language-Team: Spanish \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-06-30 05:10+0000\n" -"X-Generator: Launchpad (build 15520)\n" - -#: ../data/gtkhash.xml.h:1 -msgid "GtkHash Preferences" -msgstr "Preferencias de GtkHash" - -#: ../data/gtkhash.xml.h:2 -msgid "Hash Functions:" -msgstr "Funciones de Hash:" - -#: ../data/gtkhash.xml.h:3 -msgid "Digest Format:" -msgstr "" - -#: ../data/gtkhash.xml.h:4 -msgid "Lowercase Hexadecimal" -msgstr "Hexadecimal en minúsculas" - -#: ../data/gtkhash.xml.h:5 -msgid "Uppercase Hexadecimal" -msgstr "Hexadecimal en mayúsculas" - -#: ../data/gtkhash.xml.h:6 -msgid "Copy _Digest" -msgstr "" - -#: ../data/gtkhash.xml.h:7 -msgid "Show _Toolbar" -msgstr "Mostrar Barra de _Herramientas" - -#: ../data/gtkhash.xml.h:8 -msgid "_File" -msgstr "_Archivo" - -#: ../data/gtkhash.xml.h:9 -msgid "_Edit" -msgstr "_Editar" - -#: ../data/gtkhash.xml.h:10 -msgid "_View" -msgstr "_Ver" - -#: ../data/gtkhash.xml.h:11 -msgid "_Text" -msgstr "_Texto" - -#: ../data/gtkhash.xml.h:12 -msgid "File _List" -msgstr "_Lista de archivos" - -#: ../data/gtkhash.xml.h:13 -msgid "_Help" -msgstr "_Ayuda" - -#: ../data/gtkhash.xml.h:14 -msgid "File:" -msgstr "Archivo:" - -#: ../data/gtkhash.xml.h:15 -msgid "Text:" -msgstr "Texto:" - -#: ../data/gtkhash.xml.h:16 ../data/nautilus/gtkhash-properties.xml.h:5 -msgid "Check:" -msgstr "Comprobar:" - -#: ../data/gtkhash.xml.h:17 -msgid "File" -msgstr "Archivo" - -#: ../data/gtkhash.xml.h:18 -msgid "Ha_sh" -msgstr "Ha_sh" - -#: ../src/callbacks.c:47 -msgid "Save Digests" -msgstr "" - -#: ../src/callbacks.c:236 -msgid "A GTK+ utility for computing message digests or checksums." -msgstr "" - -#: ../src/callbacks.c:240 -msgid "translator-credits" -msgstr "" -"Launchpad Contributions:\n" -" Adolfo Jayme Barrientos https://launchpad.net/~fitoschido\n" -" DiegoJ https://launchpad.net/~diegojromerolopez\n" -" Miguel de Dios https://launchpad.net/~tres-14159\n" -" Monkey https://launchpad.net/~monkey-libre\n" -" juancarlospaco https://launchpad.net/~juancarlospaco" - -#: ../src/callbacks.c:262 -msgid "Select Files" -msgstr "Seleccionar archivos" - -#: ../src/gui.c:293 -#, c-format -msgid "Failed to read \"%s\"" -msgstr "Error en la lectura \"%s\"" - -#: ../src/gui.c:310 -#, c-format -msgid "" -"Failed to read \"%s\":\n" -"%s" -msgstr "" -"Error en la lectura \"%s\":\n" -"%s" - -#: ../src/gui.c:359 -msgid "Not a regular file" -msgstr "No es un archivo valido" - -#: ../src/gui.c:381 -msgid "Unknown error" -msgstr "Error desconocido" - -#: ../src/gui.c:383 -#, c-format -msgid "" -"Failed to add \"%s\":\n" -"%s" -msgstr "" -"Error al añadir \"%s\":\n" -"%s" - -#: ../src/hash.c:82 ../src/nautilus/properties-hash.c:69 -#, c-format -msgid "%s of %s - 1 minute left (%s/sec)" -msgstr "%s de %s - queda 1 minuto (%s/seg)" - -#: ../src/hash.c:85 ../src/nautilus/properties-hash.c:72 -#, c-format -msgid "%s of %s - %u minutes left (%s/sec)" -msgstr "%s de %s - quedan %u minutos (%s/seg)" - -#: ../src/hash.c:89 ../src/nautilus/properties-hash.c:76 -#, c-format -msgid "%s of %s - 1 second left (%s/sec)" -msgstr "%s de %s - queda 1 segundo (%s/seg)" - -#: ../src/hash.c:92 ../src/nautilus/properties-hash.c:79 -#, c-format -msgid "%s of %s - %u seconds left (%s/sec)" -msgstr "%s de %s - quedan %u segundos (%s/seg)" - -#: ../src/main.c:86 -msgid "Check against the specified digest or checksum" -msgstr "" - -#: ../src/main.c:86 -msgid "DIGEST" -msgstr "" - -#: ../src/main.c:90 -msgid "Read program data from the specified directory" -msgstr "" - -#: ../src/main.c:90 -msgid "DIRECTORY" -msgstr "DIRECTORIO" - -#: ../src/main.c:94 -msgid "Hash the specified text" -msgstr "" - -#: ../src/main.c:94 -msgid "TEXT" -msgstr "" - -#: ../src/main.c:98 -msgid "Show version information" -msgstr "Mostrar información de versión" - -#: ../src/main.c:102 -msgid "[FILE|URI...]" -msgstr "[ARCHIVO|URI...]" - -#: ../src/prefs.c:76 -msgid "Failed to enable any supported hash functions." -msgstr "" - -#: ../data/nautilus/gtkhash-properties.xml.h:1 -msgid "_Copy Digest" -msgstr "_Copiar resumen" - -#: ../data/nautilus/gtkhash-properties.xml.h:2 -msgid "Show _Disabled Hash Functions" -msgstr "Mostrar funciones hash _deshabilitadas" - -#: ../data/nautilus/gtkhash-properties.xml.h:3 -msgid "Hash Function" -msgstr "Función hash" - -#: ../data/nautilus/gtkhash-properties.xml.h:4 -msgid "Digest" -msgstr "Resumen" - -#: ../data/nautilus/gtkhash-properties.xml.h:6 -msgid "H_ash" -msgstr "H_ash" - -#: ../src/nautilus/properties.c:427 ../src/nautilus/properties.c:429 -msgid "Digests" -msgstr "Resúmenes" diff -Nru nemo-gtkhash-3.4.0/po/fr.po nemo-gtkhash-3.6.0/po/fr.po --- nemo-gtkhash-3.4.0/po/fr.po 2017-05-04 10:51:55.000000000 +0000 +++ nemo-gtkhash-3.6.0/po/fr.po 1970-01-01 00:00:00.000000000 +0000 @@ -1,224 +0,0 @@ -# French translation for gtkhash -# Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009 -# This file is distributed under the same license as the gtkhash package. -# FIRST AUTHOR , 2009. -# -msgid "" -msgstr "" -"Project-Id-Version: gtkhash\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-06-28 20:28+0100\n" -"PO-Revision-Date: 2012-09-15 15:27+0000\n" -"Last-Translator: jc1 \n" -"Language-Team: French \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-09-16 04:40+0000\n" -"X-Generator: Launchpad (build 15944)\n" - -#: ../data/gtkhash.xml.h:1 -msgid "GtkHash Preferences" -msgstr "Préférences GtkHash" - -#: ../data/gtkhash.xml.h:2 -msgid "Hash Functions:" -msgstr "Fonctions de hachage :" - -#: ../data/gtkhash.xml.h:3 -msgid "Digest Format:" -msgstr "Format résumé :" - -#: ../data/gtkhash.xml.h:4 -msgid "Lowercase Hexadecimal" -msgstr "Minuscule hexadécimale" - -#: ../data/gtkhash.xml.h:5 -msgid "Uppercase Hexadecimal" -msgstr "Majuscule hexadécimale" - -#: ../data/gtkhash.xml.h:6 -msgid "Copy _Digest" -msgstr "Copier le _résumé" - -#: ../data/gtkhash.xml.h:7 -msgid "Show _Toolbar" -msgstr "Afficher la _barre d'outils" - -#: ../data/gtkhash.xml.h:8 -msgid "_File" -msgstr "_Fichier" - -#: ../data/gtkhash.xml.h:9 -msgid "_Edit" -msgstr "_Édition" - -#: ../data/gtkhash.xml.h:10 -msgid "_View" -msgstr "_Vue" - -#: ../data/gtkhash.xml.h:11 -msgid "_Text" -msgstr "_Texte" - -#: ../data/gtkhash.xml.h:12 -msgid "File _List" -msgstr "_Liste de fichiers" - -#: ../data/gtkhash.xml.h:13 -msgid "_Help" -msgstr "_Aide" - -#: ../data/gtkhash.xml.h:14 -msgid "File:" -msgstr "Fichier :" - -#: ../data/gtkhash.xml.h:15 -msgid "Text:" -msgstr "Texte :" - -#: ../data/gtkhash.xml.h:16 ../data/nautilus/gtkhash-properties.xml.h:5 -msgid "Check:" -msgstr "Vérifier :" - -#: ../data/gtkhash.xml.h:17 -msgid "File" -msgstr "Fichier" - -#: ../data/gtkhash.xml.h:18 -msgid "Ha_sh" -msgstr "Ha_cher" - -#: ../src/callbacks.c:47 -msgid "Save Digests" -msgstr "Enregistrer résumés" - -#: ../src/callbacks.c:236 -msgid "A GTK+ utility for computing message digests or checksums." -msgstr "" -"Un utilitaire GTK+ pour résumés de messages informatique ou sommes de " -"contrôle." - -#: ../src/callbacks.c:240 -msgid "translator-credits" -msgstr "" -"Launchpad Contributions:\n" -" ERE https://launchpad.net/~karfter\n" -" LEROY Jean-Christophe https://launchpad.net/~celtic2-deactivatedaccount\n" -" Thibault Févry https://launchpad.net/~thibaultfevry\n" -" jc1 https://launchpad.net/~jc1-quebecos" - -#: ../src/callbacks.c:262 -msgid "Select Files" -msgstr "Sélectionnez les fichiers" - -#: ../src/gui.c:293 -#, c-format -msgid "Failed to read \"%s\"" -msgstr "Échec de lecture « %s »" - -#: ../src/gui.c:310 -#, c-format -msgid "" -"Failed to read \"%s\":\n" -"%s" -msgstr "" -"Échec de lecture « %s » :\n" -"%s" - -#: ../src/gui.c:359 -msgid "Not a regular file" -msgstr "Pas un fichier régulier" - -#: ../src/gui.c:381 -msgid "Unknown error" -msgstr "Erreur inconnue" - -#: ../src/gui.c:383 -#, c-format -msgid "" -"Failed to add \"%s\":\n" -"%s" -msgstr "" -"Impossible d'ajouter « %s »\n" -"%s" - -#: ../src/hash.c:82 ../src/nautilus/properties-hash.c:69 -#, c-format -msgid "%s of %s - 1 minute left (%s/sec)" -msgstr "%s de %s - 1 minute restant (%s/s)" - -#: ../src/hash.c:85 ../src/nautilus/properties-hash.c:72 -#, c-format -msgid "%s of %s - %u minutes left (%s/sec)" -msgstr "%s de %s - %u minutes restant (%s/s)" - -#: ../src/hash.c:89 ../src/nautilus/properties-hash.c:76 -#, c-format -msgid "%s of %s - 1 second left (%s/sec)" -msgstr "%s de %s - 1 seconde restant (%s/s)" - -#: ../src/hash.c:92 ../src/nautilus/properties-hash.c:79 -#, c-format -msgid "%s of %s - %u seconds left (%s/sec)" -msgstr "%s de %s - %u secondes restant (%s/s)" - -#: ../src/main.c:86 -msgid "Check against the specified digest or checksum" -msgstr "Vérifier en vue du résumé spécifié ou de la somme de contrôle" - -#: ../src/main.c:86 -msgid "DIGEST" -msgstr "RÉSUMÉ" - -#: ../src/main.c:90 -msgid "Read program data from the specified directory" -msgstr "Lire les données du programme à partir du répertoire spécifié" - -#: ../src/main.c:90 -msgid "DIRECTORY" -msgstr "RÉPERTOIRE" - -#: ../src/main.c:94 -msgid "Hash the specified text" -msgstr "Hacher le texte spécifié" - -#: ../src/main.c:94 -msgid "TEXT" -msgstr "TEXTE" - -#: ../src/main.c:98 -msgid "Show version information" -msgstr "Afficher les informations de version" - -#: ../src/main.c:102 -msgid "[FILE|URI...]" -msgstr "[FICHIER|URI...]" - -#: ../src/prefs.c:76 -msgid "Failed to enable any supported hash functions." -msgstr "Impossible d'activer les fonctions de hachage supportées." - -#: ../data/nautilus/gtkhash-properties.xml.h:1 -msgid "_Copy Digest" -msgstr "_Copier le résumé" - -#: ../data/nautilus/gtkhash-properties.xml.h:2 -msgid "Show _Disabled Hash Functions" -msgstr "Voir les fonctions de hachage _désactivées" - -#: ../data/nautilus/gtkhash-properties.xml.h:3 -msgid "Hash Function" -msgstr "Fonction de hachage" - -#: ../data/nautilus/gtkhash-properties.xml.h:4 -msgid "Digest" -msgstr "Résumé" - -#: ../data/nautilus/gtkhash-properties.xml.h:6 -msgid "H_ash" -msgstr "H_achage" - -#: ../src/nautilus/properties.c:427 ../src/nautilus/properties.c:429 -msgid "Digests" -msgstr "Résumés" diff -Nru nemo-gtkhash-3.4.0/po/gl.po nemo-gtkhash-3.6.0/po/gl.po --- nemo-gtkhash-3.4.0/po/gl.po 2017-05-04 10:51:55.000000000 +0000 +++ nemo-gtkhash-3.6.0/po/gl.po 1970-01-01 00:00:00.000000000 +0000 @@ -1,216 +0,0 @@ -# Galician translation for gtkhash -# Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010 -# This file is distributed under the same license as the gtkhash package. -# FIRST AUTHOR , 2010. -# -msgid "" -msgstr "" -"Project-Id-Version: gtkhash\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-06-28 20:28+0100\n" -"PO-Revision-Date: 2011-04-25 21:04+0000\n" -"Last-Translator: Miguel Anxo Bouzada \n" -"Language-Team: Galician \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-06-30 05:10+0000\n" -"X-Generator: Launchpad (build 15520)\n" - -#: ../data/gtkhash.xml.h:1 -msgid "GtkHash Preferences" -msgstr "" - -#: ../data/gtkhash.xml.h:2 -msgid "Hash Functions:" -msgstr "" - -#: ../data/gtkhash.xml.h:3 -msgid "Digest Format:" -msgstr "" - -#: ../data/gtkhash.xml.h:4 -msgid "Lowercase Hexadecimal" -msgstr "" - -#: ../data/gtkhash.xml.h:5 -msgid "Uppercase Hexadecimal" -msgstr "" - -#: ../data/gtkhash.xml.h:6 -msgid "Copy _Digest" -msgstr "" - -#: ../data/gtkhash.xml.h:7 -msgid "Show _Toolbar" -msgstr "" - -#: ../data/gtkhash.xml.h:8 -msgid "_File" -msgstr "_Ficheiro" - -#: ../data/gtkhash.xml.h:9 -msgid "_Edit" -msgstr "_Editar" - -#: ../data/gtkhash.xml.h:10 -msgid "_View" -msgstr "_Ver" - -#: ../data/gtkhash.xml.h:11 -msgid "_Text" -msgstr "_Texto" - -#: ../data/gtkhash.xml.h:12 -msgid "File _List" -msgstr "_Lista de ficheiros" - -#: ../data/gtkhash.xml.h:13 -msgid "_Help" -msgstr "_Axuda" - -#: ../data/gtkhash.xml.h:14 -msgid "File:" -msgstr "Ficheiro:" - -#: ../data/gtkhash.xml.h:15 -msgid "Text:" -msgstr "Texto:" - -#: ../data/gtkhash.xml.h:16 ../data/nautilus/gtkhash-properties.xml.h:5 -msgid "Check:" -msgstr "" - -#: ../data/gtkhash.xml.h:17 -msgid "File" -msgstr "" - -#: ../data/gtkhash.xml.h:18 -msgid "Ha_sh" -msgstr "Ha_sh" - -#: ../src/callbacks.c:47 -msgid "Save Digests" -msgstr "Gardar o valor hash" - -#: ../src/callbacks.c:236 -msgid "A GTK+ utility for computing message digests or checksums." -msgstr "" - -#: ../src/callbacks.c:240 -msgid "translator-credits" -msgstr "" -"Launchpad Contributions:\n" -" Marcos Lans https://launchpad.net/~markooss\n" -" Miguel Anxo Bouzada https://launchpad.net/~mbouzada" - -#: ../src/callbacks.c:262 -msgid "Select Files" -msgstr "Seleccionar os ficheiros" - -#: ../src/gui.c:293 -#, c-format -msgid "Failed to read \"%s\"" -msgstr "" - -#: ../src/gui.c:310 -#, c-format -msgid "" -"Failed to read \"%s\":\n" -"%s" -msgstr "" - -#: ../src/gui.c:359 -msgid "Not a regular file" -msgstr "" - -#: ../src/gui.c:381 -msgid "Unknown error" -msgstr "" - -#: ../src/gui.c:383 -#, c-format -msgid "" -"Failed to add \"%s\":\n" -"%s" -msgstr "" - -#: ../src/hash.c:82 ../src/nautilus/properties-hash.c:69 -#, c-format -msgid "%s of %s - 1 minute left (%s/sec)" -msgstr "%s de %s - resta 1 minuto (%s/seg)" - -#: ../src/hash.c:85 ../src/nautilus/properties-hash.c:72 -#, c-format -msgid "%s of %s - %u minutes left (%s/sec)" -msgstr "%s de %s - restan %u minutos (%s/seg)" - -#: ../src/hash.c:89 ../src/nautilus/properties-hash.c:76 -#, c-format -msgid "%s of %s - 1 second left (%s/sec)" -msgstr "%s de %s - resta 1 segundo (%s/seg)" - -#: ../src/hash.c:92 ../src/nautilus/properties-hash.c:79 -#, c-format -msgid "%s of %s - %u seconds left (%s/sec)" -msgstr "%s de %s - restan %u segundos (%s/seg)" - -#: ../src/main.c:86 -msgid "Check against the specified digest or checksum" -msgstr "" - -#: ../src/main.c:86 -msgid "DIGEST" -msgstr "" - -#: ../src/main.c:90 -msgid "Read program data from the specified directory" -msgstr "" - -#: ../src/main.c:90 -msgid "DIRECTORY" -msgstr "" - -#: ../src/main.c:94 -msgid "Hash the specified text" -msgstr "" - -#: ../src/main.c:94 -msgid "TEXT" -msgstr "" - -#: ../src/main.c:98 -msgid "Show version information" -msgstr "" - -#: ../src/main.c:102 -msgid "[FILE|URI...]" -msgstr "[FICHEIRO|URI...]" - -#: ../src/prefs.c:76 -msgid "Failed to enable any supported hash functions." -msgstr "Produciuse un fallo ao activar todas as funcións hash admitidas." - -#: ../data/nautilus/gtkhash-properties.xml.h:1 -msgid "_Copy Digest" -msgstr "_Copiar o valor hash" - -#: ../data/nautilus/gtkhash-properties.xml.h:2 -msgid "Show _Disabled Hash Functions" -msgstr "Mostrar as funcións de hash _desactivadas" - -#: ../data/nautilus/gtkhash-properties.xml.h:3 -msgid "Hash Function" -msgstr "Función de hash" - -#: ../data/nautilus/gtkhash-properties.xml.h:4 -msgid "Digest" -msgstr "Valor hash" - -#: ../data/nautilus/gtkhash-properties.xml.h:6 -msgid "H_ash" -msgstr "H_ash" - -#: ../src/nautilus/properties.c:427 ../src/nautilus/properties.c:429 -msgid "Digests" -msgstr "Valores hash" diff -Nru nemo-gtkhash-3.4.0/po/gtkhash.pot nemo-gtkhash-3.6.0/po/gtkhash.pot --- nemo-gtkhash-3.4.0/po/gtkhash.pot 2017-05-04 10:51:55.000000000 +0000 +++ nemo-gtkhash-3.6.0/po/gtkhash.pot 1970-01-01 00:00:00.000000000 +0000 @@ -1,214 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-11-04 09:29+1100\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"Language: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=CHARSET\n" -"Content-Transfer-Encoding: 8bit\n" - -#: ../data/gtkhash.xml.h:1 -msgid "GtkHash Preferences" -msgstr "" - -#: ../data/gtkhash.xml.h:2 -msgid "Hash Functions:" -msgstr "" - -#: ../data/gtkhash.xml.h:3 -msgid "Digest Format:" -msgstr "" - -#: ../data/gtkhash.xml.h:4 -msgid "Lowercase Hexadecimal" -msgstr "" - -#: ../data/gtkhash.xml.h:5 -msgid "Uppercase Hexadecimal" -msgstr "" - -#: ../data/gtkhash.xml.h:6 -msgid "Copy _Digest" -msgstr "" - -#: ../data/gtkhash.xml.h:7 -msgid "Show _Toolbar" -msgstr "" - -#: ../data/gtkhash.xml.h:8 -msgid "_File" -msgstr "" - -#: ../data/gtkhash.xml.h:9 -msgid "_Edit" -msgstr "" - -#: ../data/gtkhash.xml.h:10 -msgid "_View" -msgstr "" - -#: ../data/gtkhash.xml.h:11 -msgid "_Text" -msgstr "" - -#: ../data/gtkhash.xml.h:12 -msgid "File _List" -msgstr "" - -#: ../data/gtkhash.xml.h:13 -msgid "_Help" -msgstr "" - -#: ../data/gtkhash.xml.h:14 -msgid "File:" -msgstr "" - -#: ../data/gtkhash.xml.h:15 -msgid "Text:" -msgstr "" - -#: ../data/gtkhash.xml.h:16 ../data/nautilus/gtkhash-properties.xml.h:5 -msgid "Check:" -msgstr "" - -#: ../data/gtkhash.xml.h:17 -msgid "File" -msgstr "" - -#: ../data/gtkhash.xml.h:18 -msgid "Ha_sh" -msgstr "" - -#: ../src/callbacks.c:47 -msgid "Save Digests" -msgstr "" - -#: ../src/callbacks.c:236 -msgid "A GTK+ utility for computing message digests or checksums." -msgstr "" - -#: ../src/callbacks.c:240 -msgid "translator-credits" -msgstr "" - -#: ../src/callbacks.c:262 -msgid "Select Files" -msgstr "" - -#: ../src/gui.c:293 -#, c-format -msgid "Failed to read \"%s\"" -msgstr "" - -#: ../src/gui.c:310 -#, c-format -msgid "" -"Failed to read \"%s\":\n" -"%s" -msgstr "" - -#: ../src/gui.c:359 -msgid "Not a regular file" -msgstr "" - -#: ../src/gui.c:381 -msgid "Unknown error" -msgstr "" - -#: ../src/gui.c:383 -#, c-format -msgid "" -"Failed to add \"%s\":\n" -"%s" -msgstr "" - -#: ../src/hash.c:82 ../src/nautilus/properties-hash.c:69 -#, c-format -msgid "%s of %s - 1 minute left (%s/sec)" -msgstr "" - -#: ../src/hash.c:85 ../src/nautilus/properties-hash.c:72 -#, c-format -msgid "%s of %s - %u minutes left (%s/sec)" -msgstr "" - -#: ../src/hash.c:89 ../src/nautilus/properties-hash.c:76 -#, c-format -msgid "%s of %s - 1 second left (%s/sec)" -msgstr "" - -#: ../src/hash.c:92 ../src/nautilus/properties-hash.c:79 -#, c-format -msgid "%s of %s - %u seconds left (%s/sec)" -msgstr "" - -#: ../src/main.c:86 -msgid "Check against the specified digest or checksum" -msgstr "" - -#: ../src/main.c:86 -msgid "DIGEST" -msgstr "" - -#: ../src/main.c:90 -msgid "Read program data from the specified directory" -msgstr "" - -#: ../src/main.c:90 -msgid "DIRECTORY" -msgstr "" - -#: ../src/main.c:94 -msgid "Hash the specified text" -msgstr "" - -#: ../src/main.c:94 -msgid "TEXT" -msgstr "" - -#: ../src/main.c:98 -msgid "Show version information" -msgstr "" - -#: ../src/main.c:102 -msgid "[FILE|URI...]" -msgstr "" - -#: ../src/prefs.c:76 -msgid "Failed to enable any supported hash functions." -msgstr "" - -#: ../data/nautilus/gtkhash-properties.xml.h:1 -msgid "_Copy Digest" -msgstr "" - -#: ../data/nautilus/gtkhash-properties.xml.h:2 -msgid "Show _Disabled Hash Functions" -msgstr "" - -#: ../data/nautilus/gtkhash-properties.xml.h:3 -msgid "Hash Function" -msgstr "" - -#: ../data/nautilus/gtkhash-properties.xml.h:4 -msgid "Digest" -msgstr "" - -#: ../data/nautilus/gtkhash-properties.xml.h:6 -msgid "H_ash" -msgstr "" - -#: ../src/nautilus/properties.c:436 ../src/nautilus/properties.c:439 -#: ../src/nautilus/properties.c:441 -msgid "Digests" -msgstr "" diff -Nru nemo-gtkhash-3.4.0/po/hr.po nemo-gtkhash-3.6.0/po/hr.po --- nemo-gtkhash-3.4.0/po/hr.po 2017-05-04 10:51:55.000000000 +0000 +++ nemo-gtkhash-3.6.0/po/hr.po 1970-01-01 00:00:00.000000000 +0000 @@ -1,221 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# -msgid "" -msgstr "" -"Project-Id-Version: nemo-gtkhash\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-04-25 13:17+0200\n" -"PO-Revision-Date: 2015-04-25 17:41+0100\n" -"Last-Translator: \n" -"Language-Team: hr \n" -"Language: hr\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 1.5.4\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" -"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" - -#: ../data/gtkhash.xml.h:1 -msgid "GtkHash Preferences" -msgstr "GtkHash osobitosti" - -#: ../data/gtkhash.xml.h:2 -msgid "Hash Functions:" -msgstr "Hash funkcije:" - -#: ../data/gtkhash.xml.h:3 -msgid "Digest Format:" -msgstr "Format provjere:" - -#: ../data/gtkhash.xml.h:4 -msgid "Lowercase Hexadecimal" -msgstr "Mala slova heksadecimalana" - -#: ../data/gtkhash.xml.h:5 -msgid "Uppercase Hexadecimal" -msgstr "Velika slova heksadecimalna" - -#: ../data/gtkhash.xml.h:6 -msgid "Copy _Digest" -msgstr "Kopiraj _provjeru" - -#: ../data/gtkhash.xml.h:7 -msgid "Show _Toolbar" -msgstr "Prikaži _alatnu traku" - -#: ../data/gtkhash.xml.h:8 -msgid "_File" -msgstr "_Datoteka" - -#: ../data/gtkhash.xml.h:9 -msgid "_Edit" -msgstr "_Uredi" - -#: ../data/gtkhash.xml.h:10 -msgid "_View" -msgstr "_Pogled" - -#: ../data/gtkhash.xml.h:11 -msgid "_Text" -msgstr "_Tekst" - -#: ../data/gtkhash.xml.h:12 -msgid "File _List" -msgstr "Popis _datoteka" - -#: ../data/gtkhash.xml.h:13 -msgid "_Help" -msgstr "_Pomoć" - -#: ../data/gtkhash.xml.h:14 -msgid "File:" -msgstr "Datoteka:" - -#: ../data/gtkhash.xml.h:15 -msgid "Text:" -msgstr "Tekst:" - -#: ../data/gtkhash.xml.h:16 ../data/nautilus/gtkhash-properties.xml.h:5 -msgid "Check:" -msgstr "Provjera:" - -#: ../data/gtkhash.xml.h:17 -msgid "File" -msgstr "Datoteka" - -#: ../data/gtkhash.xml.h:18 -msgid "Ha_sh" -msgstr "Jedinstvena _vrijednost" - -#: ../src/callbacks.c:47 -msgid "Save Digests" -msgstr "Spremi provjeru" - -#: ../src/callbacks.c:236 -msgid "A GTK+ utility for computing message digests or checksums." -msgstr "GTK+ alat za izračunavanje provjera poruka i zbroja provjera." - -#: ../src/callbacks.c:240 -msgid "translator-credits" -msgstr "zasluge-prevoditelja" - -#: ../src/callbacks.c:262 -msgid "Select Files" -msgstr "Odaberi datoteke" - -#: ../src/gui.c:293 -#, c-format -msgid "Failed to read \"%s\"" -msgstr "Neuspjelo čitanje \"%s\"" - -#: ../src/gui.c:310 -#, c-format -msgid "" -"Failed to read \"%s\":\n" -"%s" -msgstr "" -"Neuspjelo čitanje \"%s\":\n" -"%s" - -#: ../src/gui.c:359 -msgid "Not a regular file" -msgstr "Nije uobičajena datoteka" - -#: ../src/gui.c:381 -msgid "Unknown error" -msgstr "Nepoznata datoteka" - -#: ../src/gui.c:383 -#, c-format -msgid "" -"Failed to add \"%s\":\n" -"%s" -msgstr "" -"Neuspjelo dodavanje \"%s\":\n" -"%s" - -#: ../src/hash.c:82 ../src/nautilus/properties-hash.c:69 -#, c-format -msgid "%s of %s - 1 minute left (%s/sec)" -msgstr "%s od %s - 1 minuta preostala (%s/sek)" - -#: ../src/hash.c:85 ../src/nautilus/properties-hash.c:72 -#, c-format -msgid "%s of %s - %u minutes left (%s/sec)" -msgstr "%s od %s - %u minuta preostalo (%s/sek)" - -#: ../src/hash.c:89 ../src/nautilus/properties-hash.c:76 -#, c-format -msgid "%s of %s - 1 second left (%s/sec)" -msgstr "%s od %s - 1 sekunda preostala (%s/sek)" - -#: ../src/hash.c:92 ../src/nautilus/properties-hash.c:79 -#, c-format -msgid "%s of %s - %u seconds left (%s/sec)" -msgstr "%s od %s - %u sekundi preostalo(%s/sek)" - -#: ../src/main.c:86 -msgid "Check against the specified digest or checksum" -msgstr "Provjera protiv određene provjere ili zbroja provjera" - -#: ../src/main.c:86 -msgid "DIGEST" -msgstr "PROVJERA" - -#: ../src/main.c:90 -msgid "Read program data from the specified directory" -msgstr "Čitaj podatke programa iz određenog direktorija" - -#: ../src/main.c:90 -msgid "DIRECTORY" -msgstr "DIREKTORIJ" - -#: ../src/main.c:94 -msgid "Hash the specified text" -msgstr "Stvori jedinstvenu vrijednost određenog teksta" - -#: ../src/main.c:94 -msgid "TEXT" -msgstr "TEKST" - -#: ../src/main.c:98 -msgid "Show version information" -msgstr "Prikaži informaciju inačice" - -#: ../src/main.c:102 -msgid "[FILE|URI...]" -msgstr "[DATOTEKA|URI...]" - -#: ../src/prefs.c:76 -msgid "Failed to enable any supported hash functions." -msgstr "" -"Neuspjelo omogućavanje bilo koje podržane funkcije jedinstvene vrijednosti" - -#: ../data/nautilus/gtkhash-properties.xml.h:1 -msgid "_Copy Digest" -msgstr "_Kopiraj provjeru" - -#: ../data/nautilus/gtkhash-properties.xml.h:2 -msgid "Show _Disabled Hash Functions" -msgstr "Prikaži _onemogućene funkcije jedinstvene vrijednosti" - -#: ../data/nautilus/gtkhash-properties.xml.h:3 -msgid "Hash Function" -msgstr "Vrsta jedinstvene vrijednosti" - -#: ../data/nautilus/gtkhash-properties.xml.h:4 -msgid "Digest" -msgstr "Provjera" - -#: ../data/nautilus/gtkhash-properties.xml.h:6 -msgid "H_ash" -msgstr "Jedinstven_a vrijednost" - -#: ../src/nautilus/properties.c:436 ../src/nautilus/properties.c:439 -#: ../src/nautilus/properties.c:441 -msgid "Digests" -msgstr "Provjere" diff -Nru nemo-gtkhash-3.4.0/po/it.po nemo-gtkhash-3.6.0/po/it.po --- nemo-gtkhash-3.4.0/po/it.po 2017-05-04 10:51:55.000000000 +0000 +++ nemo-gtkhash-3.6.0/po/it.po 1970-01-01 00:00:00.000000000 +0000 @@ -1,218 +0,0 @@ -# Italian translation for gtkhash -# Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010 -# This file is distributed under the same license as the gtkhash package. -# FIRST AUTHOR , 2010. -# -msgid "" -msgstr "" -"Project-Id-Version: gtkhash\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-06-28 20:28+0100\n" -"PO-Revision-Date: 2011-10-27 06:29+0000\n" -"Last-Translator: meo bogliolo \n" -"Language-Team: Italian \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-06-30 05:10+0000\n" -"X-Generator: Launchpad (build 15520)\n" - -#: ../data/gtkhash.xml.h:1 -msgid "GtkHash Preferences" -msgstr "Preferenze GtkHash" - -#: ../data/gtkhash.xml.h:2 -msgid "Hash Functions:" -msgstr "Funzioni di Hash:" - -#: ../data/gtkhash.xml.h:3 -msgid "Digest Format:" -msgstr "Formato Digest:" - -#: ../data/gtkhash.xml.h:4 -msgid "Lowercase Hexadecimal" -msgstr "Esadecimale minuscolo" - -#: ../data/gtkhash.xml.h:5 -msgid "Uppercase Hexadecimal" -msgstr "Esadecimale maiuscolo" - -#: ../data/gtkhash.xml.h:6 -msgid "Copy _Digest" -msgstr "Copia _Digest" - -#: ../data/gtkhash.xml.h:7 -msgid "Show _Toolbar" -msgstr "Mostra _Barra degli strumenti" - -#: ../data/gtkhash.xml.h:8 -msgid "_File" -msgstr "_File" - -#: ../data/gtkhash.xml.h:9 -msgid "_Edit" -msgstr "_Edit" - -#: ../data/gtkhash.xml.h:10 -msgid "_View" -msgstr "_Vista" - -#: ../data/gtkhash.xml.h:11 -msgid "_Text" -msgstr "_Testo" - -#: ../data/gtkhash.xml.h:12 -msgid "File _List" -msgstr "_Lista file" - -#: ../data/gtkhash.xml.h:13 -msgid "_Help" -msgstr "Aiuto (_H)" - -#: ../data/gtkhash.xml.h:14 -msgid "File:" -msgstr "File:" - -#: ../data/gtkhash.xml.h:15 -msgid "Text:" -msgstr "Testo:" - -#: ../data/gtkhash.xml.h:16 ../data/nautilus/gtkhash-properties.xml.h:5 -msgid "Check:" -msgstr "" - -#: ../data/gtkhash.xml.h:17 -msgid "File" -msgstr "File" - -#: ../data/gtkhash.xml.h:18 -msgid "Ha_sh" -msgstr "Ha_sh" - -#: ../src/callbacks.c:47 -msgid "Save Digests" -msgstr "Salva impronta (Digest)" - -#: ../src/callbacks.c:236 -msgid "A GTK+ utility for computing message digests or checksums." -msgstr "" -"Un'utility GTK+ per calcolare i digest (impronte) di messaggi o checksum." - -#: ../src/callbacks.c:240 -msgid "translator-credits" -msgstr "" -"Launchpad Contributions:\n" -" meo bogliolo https://launchpad.net/~meo" - -#: ../src/callbacks.c:262 -msgid "Select Files" -msgstr "Seleziona i files" - -#: ../src/gui.c:293 -#, c-format -msgid "Failed to read \"%s\"" -msgstr "" - -#: ../src/gui.c:310 -#, c-format -msgid "" -"Failed to read \"%s\":\n" -"%s" -msgstr "" - -#: ../src/gui.c:359 -msgid "Not a regular file" -msgstr "Non e' un file regolare" - -#: ../src/gui.c:381 -msgid "Unknown error" -msgstr "Errore sconosciuto" - -#: ../src/gui.c:383 -#, c-format -msgid "" -"Failed to add \"%s\":\n" -"%s" -msgstr "" -"Errore aggiungendo \"%s\":\n" -"%s" - -#: ../src/hash.c:82 ../src/nautilus/properties-hash.c:69 -#, c-format -msgid "%s of %s - 1 minute left (%s/sec)" -msgstr "%s di %s - minuto (%s/sec)" - -#: ../src/hash.c:85 ../src/nautilus/properties-hash.c:72 -#, c-format -msgid "%s of %s - %u minutes left (%s/sec)" -msgstr "%s di %s - %u minuti (%s/sec)" - -#: ../src/hash.c:89 ../src/nautilus/properties-hash.c:76 -#, c-format -msgid "%s of %s - 1 second left (%s/sec)" -msgstr "%s di %s - secondo (%s/sec)" - -#: ../src/hash.c:92 ../src/nautilus/properties-hash.c:79 -#, c-format -msgid "%s of %s - %u seconds left (%s/sec)" -msgstr "%s di %s - %u secondi (%s/sec)" - -#: ../src/main.c:86 -msgid "Check against the specified digest or checksum" -msgstr "" - -#: ../src/main.c:86 -msgid "DIGEST" -msgstr "" - -#: ../src/main.c:90 -msgid "Read program data from the specified directory" -msgstr "Leggi i dati del programma dalla dirctory specificata" - -#: ../src/main.c:90 -msgid "DIRECTORY" -msgstr "DIRECTORY" - -#: ../src/main.c:94 -msgid "Hash the specified text" -msgstr "" - -#: ../src/main.c:94 -msgid "TEXT" -msgstr "" - -#: ../src/main.c:98 -msgid "Show version information" -msgstr "Mostra le informazioni sulla versione" - -#: ../src/main.c:102 -msgid "[FILE|URI...]" -msgstr "[FILE|URI...]" - -#: ../src/prefs.c:76 -msgid "Failed to enable any supported hash functions." -msgstr "Errore nell'abilitare le funzioni di hash." - -#: ../data/nautilus/gtkhash-properties.xml.h:1 -msgid "_Copy Digest" -msgstr "_Copia impronta (Digest)" - -#: ../data/nautilus/gtkhash-properties.xml.h:2 -msgid "Show _Disabled Hash Functions" -msgstr "Visualizza le funzioni di Hash _Disabilitate" - -#: ../data/nautilus/gtkhash-properties.xml.h:3 -msgid "Hash Function" -msgstr "Funzione di Hash" - -#: ../data/nautilus/gtkhash-properties.xml.h:4 -msgid "Digest" -msgstr "Impronta (Digest)" - -#: ../data/nautilus/gtkhash-properties.xml.h:6 -msgid "H_ash" -msgstr "H_ash" - -#: ../src/nautilus/properties.c:427 ../src/nautilus/properties.c:429 -msgid "Digests" -msgstr "Impronte (Digest)" diff -Nru nemo-gtkhash-3.4.0/po/ja.po nemo-gtkhash-3.6.0/po/ja.po --- nemo-gtkhash-3.4.0/po/ja.po 2017-05-04 10:51:55.000000000 +0000 +++ nemo-gtkhash-3.6.0/po/ja.po 1970-01-01 00:00:00.000000000 +0000 @@ -1,215 +0,0 @@ -# Japanese translation for gtkhash -# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 -# This file is distributed under the same license as the gtkhash package. -# FIRST AUTHOR , 2011. -# -msgid "" -msgstr "" -"Project-Id-Version: gtkhash\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-06-28 20:28+0100\n" -"PO-Revision-Date: 2011-07-09 02:45+0000\n" -"Last-Translator: Launchpad Translations Administrators \n" -"Language-Team: Japanese \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-06-30 05:10+0000\n" -"X-Generator: Launchpad (build 15520)\n" - -#: ../data/gtkhash.xml.h:1 -msgid "GtkHash Preferences" -msgstr "" - -#: ../data/gtkhash.xml.h:2 -msgid "Hash Functions:" -msgstr "" - -#: ../data/gtkhash.xml.h:3 -msgid "Digest Format:" -msgstr "" - -#: ../data/gtkhash.xml.h:4 -msgid "Lowercase Hexadecimal" -msgstr "" - -#: ../data/gtkhash.xml.h:5 -msgid "Uppercase Hexadecimal" -msgstr "" - -#: ../data/gtkhash.xml.h:6 -msgid "Copy _Digest" -msgstr "" - -#: ../data/gtkhash.xml.h:7 -msgid "Show _Toolbar" -msgstr "" - -#: ../data/gtkhash.xml.h:8 -msgid "_File" -msgstr "" - -#: ../data/gtkhash.xml.h:9 -msgid "_Edit" -msgstr "" - -#: ../data/gtkhash.xml.h:10 -msgid "_View" -msgstr "" - -#: ../data/gtkhash.xml.h:11 -msgid "_Text" -msgstr "" - -#: ../data/gtkhash.xml.h:12 -msgid "File _List" -msgstr "" - -#: ../data/gtkhash.xml.h:13 -msgid "_Help" -msgstr "" - -#: ../data/gtkhash.xml.h:14 -msgid "File:" -msgstr "" - -#: ../data/gtkhash.xml.h:15 -msgid "Text:" -msgstr "" - -#: ../data/gtkhash.xml.h:16 ../data/nautilus/gtkhash-properties.xml.h:5 -msgid "Check:" -msgstr "" - -#: ../data/gtkhash.xml.h:17 -msgid "File" -msgstr "" - -#: ../data/gtkhash.xml.h:18 -msgid "Ha_sh" -msgstr "" - -#: ../src/callbacks.c:47 -msgid "Save Digests" -msgstr "" - -#: ../src/callbacks.c:236 -msgid "A GTK+ utility for computing message digests or checksums." -msgstr "" - -#: ../src/callbacks.c:240 -msgid "translator-credits" -msgstr "" -"Launchpad Contributions:\n" -" bigriver9 https://launchpad.net/~bigriver9615" - -#: ../src/callbacks.c:262 -msgid "Select Files" -msgstr "" - -#: ../src/gui.c:293 -#, c-format -msgid "Failed to read \"%s\"" -msgstr "" - -#: ../src/gui.c:310 -#, c-format -msgid "" -"Failed to read \"%s\":\n" -"%s" -msgstr "" - -#: ../src/gui.c:359 -msgid "Not a regular file" -msgstr "" - -#: ../src/gui.c:381 -msgid "Unknown error" -msgstr "" - -#: ../src/gui.c:383 -#, c-format -msgid "" -"Failed to add \"%s\":\n" -"%s" -msgstr "" - -#: ../src/hash.c:82 ../src/nautilus/properties-hash.c:69 -#, c-format -msgid "%s of %s - 1 minute left (%s/sec)" -msgstr "" - -#: ../src/hash.c:85 ../src/nautilus/properties-hash.c:72 -#, c-format -msgid "%s of %s - %u minutes left (%s/sec)" -msgstr "" - -#: ../src/hash.c:89 ../src/nautilus/properties-hash.c:76 -#, c-format -msgid "%s of %s - 1 second left (%s/sec)" -msgstr "" - -#: ../src/hash.c:92 ../src/nautilus/properties-hash.c:79 -#, c-format -msgid "%s of %s - %u seconds left (%s/sec)" -msgstr "" - -#: ../src/main.c:86 -msgid "Check against the specified digest or checksum" -msgstr "" - -#: ../src/main.c:86 -msgid "DIGEST" -msgstr "" - -#: ../src/main.c:90 -msgid "Read program data from the specified directory" -msgstr "" - -#: ../src/main.c:90 -msgid "DIRECTORY" -msgstr "" - -#: ../src/main.c:94 -msgid "Hash the specified text" -msgstr "" - -#: ../src/main.c:94 -msgid "TEXT" -msgstr "" - -#: ../src/main.c:98 -msgid "Show version information" -msgstr "" - -#: ../src/main.c:102 -msgid "[FILE|URI...]" -msgstr "" - -#: ../src/prefs.c:76 -msgid "Failed to enable any supported hash functions." -msgstr "" - -#: ../data/nautilus/gtkhash-properties.xml.h:1 -msgid "_Copy Digest" -msgstr "" - -#: ../data/nautilus/gtkhash-properties.xml.h:2 -msgid "Show _Disabled Hash Functions" -msgstr "" - -#: ../data/nautilus/gtkhash-properties.xml.h:3 -msgid "Hash Function" -msgstr "" - -#: ../data/nautilus/gtkhash-properties.xml.h:4 -msgid "Digest" -msgstr "" - -#: ../data/nautilus/gtkhash-properties.xml.h:6 -msgid "H_ash" -msgstr "" - -#: ../src/nautilus/properties.c:427 ../src/nautilus/properties.c:429 -msgid "Digests" -msgstr "" diff -Nru nemo-gtkhash-3.4.0/po/LINGUAS nemo-gtkhash-3.6.0/po/LINGUAS --- nemo-gtkhash-3.4.0/po/LINGUAS 2017-05-04 10:51:55.000000000 +0000 +++ nemo-gtkhash-3.6.0/po/LINGUAS 2017-10-24 11:00:07.000000000 +0000 @@ -1,20 +0,0 @@ -ar -cs -de -en_GB -eo -es -fr -gl -hr -it -ja -nl -pl -pt_BR -ru -sr -sv -tr -zh_CN -zh_TW diff -Nru nemo-gtkhash-3.4.0/po/nl.po nemo-gtkhash-3.6.0/po/nl.po --- nemo-gtkhash-3.4.0/po/nl.po 2017-05-04 10:51:55.000000000 +0000 +++ nemo-gtkhash-3.6.0/po/nl.po 1970-01-01 00:00:00.000000000 +0000 @@ -1,215 +0,0 @@ -# Dutch translation for gtkhash -# Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009 -# This file is distributed under the same license as the gtkhash package. -# FIRST AUTHOR , 2009. -# -msgid "" -msgstr "" -"Project-Id-Version: gtkhash\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-06-28 20:28+0100\n" -"PO-Revision-Date: 2009-12-08 14:46+0000\n" -"Last-Translator: cumulus007 \n" -"Language-Team: Dutch \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-06-30 05:10+0000\n" -"X-Generator: Launchpad (build 15520)\n" - -#: ../data/gtkhash.xml.h:1 -msgid "GtkHash Preferences" -msgstr "" - -#: ../data/gtkhash.xml.h:2 -msgid "Hash Functions:" -msgstr "" - -#: ../data/gtkhash.xml.h:3 -msgid "Digest Format:" -msgstr "" - -#: ../data/gtkhash.xml.h:4 -msgid "Lowercase Hexadecimal" -msgstr "" - -#: ../data/gtkhash.xml.h:5 -msgid "Uppercase Hexadecimal" -msgstr "" - -#: ../data/gtkhash.xml.h:6 -msgid "Copy _Digest" -msgstr "" - -#: ../data/gtkhash.xml.h:7 -msgid "Show _Toolbar" -msgstr "" - -#: ../data/gtkhash.xml.h:8 -msgid "_File" -msgstr "_Bestand" - -#: ../data/gtkhash.xml.h:9 -msgid "_Edit" -msgstr "B_ewerken" - -#: ../data/gtkhash.xml.h:10 -msgid "_View" -msgstr "_Beeld" - -#: ../data/gtkhash.xml.h:11 -msgid "_Text" -msgstr "Te_kst" - -#: ../data/gtkhash.xml.h:12 -msgid "File _List" -msgstr "Bestands_lijst" - -#: ../data/gtkhash.xml.h:13 -msgid "_Help" -msgstr "_Help" - -#: ../data/gtkhash.xml.h:14 -msgid "File:" -msgstr "Bestand:" - -#: ../data/gtkhash.xml.h:15 -msgid "Text:" -msgstr "Tekst:" - -#: ../data/gtkhash.xml.h:16 ../data/nautilus/gtkhash-properties.xml.h:5 -msgid "Check:" -msgstr "" - -#: ../data/gtkhash.xml.h:17 -msgid "File" -msgstr "" - -#: ../data/gtkhash.xml.h:18 -msgid "Ha_sh" -msgstr "" - -#: ../src/callbacks.c:47 -msgid "Save Digests" -msgstr "" - -#: ../src/callbacks.c:236 -msgid "A GTK+ utility for computing message digests or checksums." -msgstr "" - -#: ../src/callbacks.c:240 -msgid "translator-credits" -msgstr "" -"Launchpad Contributions:\n" -" cumulus007 https://launchpad.net/~cumulus-007" - -#: ../src/callbacks.c:262 -msgid "Select Files" -msgstr "Bestanden selecteren" - -#: ../src/gui.c:293 -#, c-format -msgid "Failed to read \"%s\"" -msgstr "" - -#: ../src/gui.c:310 -#, c-format -msgid "" -"Failed to read \"%s\":\n" -"%s" -msgstr "" - -#: ../src/gui.c:359 -msgid "Not a regular file" -msgstr "" - -#: ../src/gui.c:381 -msgid "Unknown error" -msgstr "" - -#: ../src/gui.c:383 -#, c-format -msgid "" -"Failed to add \"%s\":\n" -"%s" -msgstr "" - -#: ../src/hash.c:82 ../src/nautilus/properties-hash.c:69 -#, c-format -msgid "%s of %s - 1 minute left (%s/sec)" -msgstr "" - -#: ../src/hash.c:85 ../src/nautilus/properties-hash.c:72 -#, c-format -msgid "%s of %s - %u minutes left (%s/sec)" -msgstr "" - -#: ../src/hash.c:89 ../src/nautilus/properties-hash.c:76 -#, c-format -msgid "%s of %s - 1 second left (%s/sec)" -msgstr "" - -#: ../src/hash.c:92 ../src/nautilus/properties-hash.c:79 -#, c-format -msgid "%s of %s - %u seconds left (%s/sec)" -msgstr "" - -#: ../src/main.c:86 -msgid "Check against the specified digest or checksum" -msgstr "" - -#: ../src/main.c:86 -msgid "DIGEST" -msgstr "" - -#: ../src/main.c:90 -msgid "Read program data from the specified directory" -msgstr "" - -#: ../src/main.c:90 -msgid "DIRECTORY" -msgstr "" - -#: ../src/main.c:94 -msgid "Hash the specified text" -msgstr "" - -#: ../src/main.c:94 -msgid "TEXT" -msgstr "" - -#: ../src/main.c:98 -msgid "Show version information" -msgstr "" - -#: ../src/main.c:102 -msgid "[FILE|URI...]" -msgstr "" - -#: ../src/prefs.c:76 -msgid "Failed to enable any supported hash functions." -msgstr "" - -#: ../data/nautilus/gtkhash-properties.xml.h:1 -msgid "_Copy Digest" -msgstr "Digest _kopiëren" - -#: ../data/nautilus/gtkhash-properties.xml.h:2 -msgid "Show _Disabled Hash Functions" -msgstr "Uitgeschakel_de hashfuncties weergeven" - -#: ../data/nautilus/gtkhash-properties.xml.h:3 -msgid "Hash Function" -msgstr "Hashfunctie" - -#: ../data/nautilus/gtkhash-properties.xml.h:4 -msgid "Digest" -msgstr "Digest" - -#: ../data/nautilus/gtkhash-properties.xml.h:6 -msgid "H_ash" -msgstr "H_ash" - -#: ../src/nautilus/properties.c:427 ../src/nautilus/properties.c:429 -msgid "Digests" -msgstr "Digests" diff -Nru nemo-gtkhash-3.4.0/po/pl.po nemo-gtkhash-3.6.0/po/pl.po --- nemo-gtkhash-3.4.0/po/pl.po 2017-05-04 10:51:55.000000000 +0000 +++ nemo-gtkhash-3.6.0/po/pl.po 1970-01-01 00:00:00.000000000 +0000 @@ -1,217 +0,0 @@ -# Polish translation for gtkhash -# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 -# This file is distributed under the same license as the gtkhash package. -# FIRST AUTHOR , 2011. -# -msgid "" -msgstr "" -"Project-Id-Version: gtkhash\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-06-28 20:28+0100\n" -"PO-Revision-Date: 2011-10-19 16:00+0000\n" -"Last-Translator: Łukasz Szeremeta \n" -"Language-Team: Polish \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-06-30 05:10+0000\n" -"X-Generator: Launchpad (build 15520)\n" - -#: ../data/gtkhash.xml.h:1 -msgid "GtkHash Preferences" -msgstr "GtkHash Preferencje" - -#: ../data/gtkhash.xml.h:2 -msgid "Hash Functions:" -msgstr "Hash Funkcje:" - -#: ../data/gtkhash.xml.h:3 -msgid "Digest Format:" -msgstr "Format sumy kontrolnej:" - -#: ../data/gtkhash.xml.h:4 -msgid "Lowercase Hexadecimal" -msgstr "" - -#: ../data/gtkhash.xml.h:5 -msgid "Uppercase Hexadecimal" -msgstr "" - -#: ../data/gtkhash.xml.h:6 -msgid "Copy _Digest" -msgstr "Skopiuj _sumę kontroną" - -#: ../data/gtkhash.xml.h:7 -msgid "Show _Toolbar" -msgstr "Pokaż pasek _narzędzi" - -#: ../data/gtkhash.xml.h:8 -msgid "_File" -msgstr "_Plik" - -#: ../data/gtkhash.xml.h:9 -msgid "_Edit" -msgstr "_Edytuj" - -#: ../data/gtkhash.xml.h:10 -msgid "_View" -msgstr "_Widok" - -#: ../data/gtkhash.xml.h:11 -msgid "_Text" -msgstr "_Tekst" - -#: ../data/gtkhash.xml.h:12 -msgid "File _List" -msgstr "_Lista plików" - -#: ../data/gtkhash.xml.h:13 -msgid "_Help" -msgstr "_Pomoc" - -#: ../data/gtkhash.xml.h:14 -msgid "File:" -msgstr "Plik:" - -#: ../data/gtkhash.xml.h:15 -msgid "Text:" -msgstr "Tekst:" - -#: ../data/gtkhash.xml.h:16 ../data/nautilus/gtkhash-properties.xml.h:5 -msgid "Check:" -msgstr "" - -#: ../data/gtkhash.xml.h:17 -msgid "File" -msgstr "Plik" - -#: ../data/gtkhash.xml.h:18 -msgid "Ha_sh" -msgstr "Ha_sh" - -#: ../src/callbacks.c:47 -msgid "Save Digests" -msgstr "Zapisz sumę kontrolną" - -#: ../src/callbacks.c:236 -msgid "A GTK+ utility for computing message digests or checksums." -msgstr "Narzędzie GTK+ do wyświetlania sum kontrolnych" - -#: ../src/callbacks.c:240 -msgid "translator-credits" -msgstr "" -"Launchpad Contributions:\n" -" Łukasz Szeremeta https://launchpad.net/~l-szeremeta" - -#: ../src/callbacks.c:262 -msgid "Select Files" -msgstr "Wybierz pliki" - -#: ../src/gui.c:293 -#, c-format -msgid "Failed to read \"%s\"" -msgstr "" - -#: ../src/gui.c:310 -#, c-format -msgid "" -"Failed to read \"%s\":\n" -"%s" -msgstr "" - -#: ../src/gui.c:359 -msgid "Not a regular file" -msgstr "Nie jest zwykłym plikiem" - -#: ../src/gui.c:381 -msgid "Unknown error" -msgstr "Nieznany błąd" - -#: ../src/gui.c:383 -#, c-format -msgid "" -"Failed to add \"%s\":\n" -"%s" -msgstr "" -"Nie można dodać \"%s\":\n" -"%s" - -#: ../src/hash.c:82 ../src/nautilus/properties-hash.c:69 -#, c-format -msgid "%s of %s - 1 minute left (%s/sec)" -msgstr "%s of %s - 1 minuta (%s/sec)" - -#: ../src/hash.c:85 ../src/nautilus/properties-hash.c:72 -#, c-format -msgid "%s of %s - %u minutes left (%s/sec)" -msgstr "" - -#: ../src/hash.c:89 ../src/nautilus/properties-hash.c:76 -#, c-format -msgid "%s of %s - 1 second left (%s/sec)" -msgstr "" - -#: ../src/hash.c:92 ../src/nautilus/properties-hash.c:79 -#, c-format -msgid "%s of %s - %u seconds left (%s/sec)" -msgstr "" - -#: ../src/main.c:86 -msgid "Check against the specified digest or checksum" -msgstr "" - -#: ../src/main.c:86 -msgid "DIGEST" -msgstr "" - -#: ../src/main.c:90 -msgid "Read program data from the specified directory" -msgstr "Odczyt danych programu z określonego katalogu" - -#: ../src/main.c:90 -msgid "DIRECTORY" -msgstr "KATALOG" - -#: ../src/main.c:94 -msgid "Hash the specified text" -msgstr "" - -#: ../src/main.c:94 -msgid "TEXT" -msgstr "" - -#: ../src/main.c:98 -msgid "Show version information" -msgstr "Pokaż informacje o wersji" - -#: ../src/main.c:102 -msgid "[FILE|URI...]" -msgstr "[PLIK|URI...]" - -#: ../src/prefs.c:76 -msgid "Failed to enable any supported hash functions." -msgstr "Nie udało się włączyć wszystkich obsługiwanych funkcji haszujących." - -#: ../data/nautilus/gtkhash-properties.xml.h:1 -msgid "_Copy Digest" -msgstr "_Skopiuj sumę kontrolną" - -#: ../data/nautilus/gtkhash-properties.xml.h:2 -msgid "Show _Disabled Hash Functions" -msgstr "Pokaż _Niekatywne Funkcje Hash" - -#: ../data/nautilus/gtkhash-properties.xml.h:3 -msgid "Hash Function" -msgstr "Funkcje Hash" - -#: ../data/nautilus/gtkhash-properties.xml.h:4 -msgid "Digest" -msgstr "Sumy kontrolne" - -#: ../data/nautilus/gtkhash-properties.xml.h:6 -msgid "H_ash" -msgstr "H_ash" - -#: ../src/nautilus/properties.c:427 ../src/nautilus/properties.c:429 -msgid "Digests" -msgstr "Sumy kontrolne" diff -Nru nemo-gtkhash-3.4.0/po/pt_BR.po nemo-gtkhash-3.6.0/po/pt_BR.po --- nemo-gtkhash-3.4.0/po/pt_BR.po 2017-05-04 10:51:55.000000000 +0000 +++ nemo-gtkhash-3.6.0/po/pt_BR.po 1970-01-01 00:00:00.000000000 +0000 @@ -1,227 +0,0 @@ -# Brazilian Portuguese translation for gtkhash -# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 -# This file is distributed under the same license as the gtkhash package. -# FIRST AUTHOR , 2011. -# -msgid "" -msgstr "" -"Project-Id-Version: gtkhash\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-06-28 20:28+0100\n" -"PO-Revision-Date: 2012-08-13 02:00+0000\n" -"Last-Translator: Lucas Silveira Melo \n" -"Language-Team: Brazilian Portuguese \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-08-14 04:46+0000\n" -"X-Generator: Launchpad (build 15791)\n" - -#: ../data/gtkhash.xml.h:1 -msgid "GtkHash Preferences" -msgstr "Preferências do GtkHash" - -#: ../data/gtkhash.xml.h:2 -msgid "Hash Functions:" -msgstr "Funções de hash" - -#: ../data/gtkhash.xml.h:3 -msgid "Digest Format:" -msgstr "Formato do cômputo:" - -#: ../data/gtkhash.xml.h:4 -msgid "Lowercase Hexadecimal" -msgstr "Hexadecimal em caixa baixa" - -#: ../data/gtkhash.xml.h:5 -msgid "Uppercase Hexadecimal" -msgstr "Hexadecimal em caixa alta" - -#: ../data/gtkhash.xml.h:6 -msgid "Copy _Digest" -msgstr "_Copiar cômputo" - -#: ../data/gtkhash.xml.h:7 -msgid "Show _Toolbar" -msgstr "Mostrar barra de ferramen_tas" - -#: ../data/gtkhash.xml.h:8 -msgid "_File" -msgstr "_Arquivo" - -#: ../data/gtkhash.xml.h:9 -msgid "_Edit" -msgstr "_Editar" - -#: ../data/gtkhash.xml.h:10 -msgid "_View" -msgstr "_Visualizar" - -#: ../data/gtkhash.xml.h:11 -msgid "_Text" -msgstr "_Texto" - -#: ../data/gtkhash.xml.h:12 -msgid "File _List" -msgstr "_Lista de arquivos" - -#: ../data/gtkhash.xml.h:13 -msgid "_Help" -msgstr "Aj_uda" - -#: ../data/gtkhash.xml.h:14 -msgid "File:" -msgstr "Arquivo:" - -#: ../data/gtkhash.xml.h:15 -msgid "Text:" -msgstr "Texto:" - -#: ../data/gtkhash.xml.h:16 ../data/nautilus/gtkhash-properties.xml.h:5 -msgid "Check:" -msgstr "Verificar:" - -#: ../data/gtkhash.xml.h:17 -msgid "File" -msgstr "Arquivo" - -#: ../data/gtkhash.xml.h:18 -msgid "Ha_sh" -msgstr "Ha_sh" - -#: ../src/callbacks.c:47 -msgid "Save Digests" -msgstr "Salvar cômputos" - -#: ../src/callbacks.c:236 -msgid "A GTK+ utility for computing message digests or checksums." -msgstr "" -"Um utilitário GTK+ para computar resumos de mensagens ou somas de " -"verificação (checksums)." - -#: ../src/callbacks.c:240 -msgid "translator-credits" -msgstr "" -"Launchpad Contributions:\n" -" André Gondim https://launchpad.net/~andregondim\n" -" Cristiano Nunes https://launchpad.net/~cfgnunes\n" -" João Marcus P. Gomes https://launchpad.net/~joaompg\n" -" Lucas Silveira Melo https://launchpad.net/~lucas-silveiramelo\n" -" Marco https://launchpad.net/~marcodefreitas\n" -" Rafael Neri https://launchpad.net/~rafepel" - -#: ../src/callbacks.c:262 -msgid "Select Files" -msgstr "Selecionar arquivos" - -#: ../src/gui.c:293 -#, c-format -msgid "Failed to read \"%s\"" -msgstr "Falha ao ler \"%s\"" - -#: ../src/gui.c:310 -#, c-format -msgid "" -"Failed to read \"%s\":\n" -"%s" -msgstr "" -"Ocorreu uma falha ao ler \"%s\":\n" -"%s" - -#: ../src/gui.c:359 -msgid "Not a regular file" -msgstr "Não é um arquivo comum" - -#: ../src/gui.c:381 -msgid "Unknown error" -msgstr "Erro desconhecido" - -#: ../src/gui.c:383 -#, c-format -msgid "" -"Failed to add \"%s\":\n" -"%s" -msgstr "" -"Ocorreu uma falha ao adicionar \"%s\":\n" -"%s" - -#: ../src/hash.c:82 ../src/nautilus/properties-hash.c:69 -#, c-format -msgid "%s of %s - 1 minute left (%s/sec)" -msgstr "%s de %s - 1 minuto restante (%s/s)" - -#: ../src/hash.c:85 ../src/nautilus/properties-hash.c:72 -#, c-format -msgid "%s of %s - %u minutes left (%s/sec)" -msgstr "%s de %s - %u minutos restantes (%s/s)" - -#: ../src/hash.c:89 ../src/nautilus/properties-hash.c:76 -#, c-format -msgid "%s of %s - 1 second left (%s/sec)" -msgstr "%s de %s - 1 segundo restante (%s/s)" - -#: ../src/hash.c:92 ../src/nautilus/properties-hash.c:79 -#, c-format -msgid "%s of %s - %u seconds left (%s/sec)" -msgstr "%s de %s - %u segundos restantes (%s/s)" - -#: ../src/main.c:86 -msgid "Check against the specified digest or checksum" -msgstr "" -"Compare com o resumo especificado ou com a soma de verificação (checksum)" - -#: ../src/main.c:86 -msgid "DIGEST" -msgstr "RESUMO" - -#: ../src/main.c:90 -msgid "Read program data from the specified directory" -msgstr "Ler dados do programa do diretório especificado" - -#: ../src/main.c:90 -msgid "DIRECTORY" -msgstr "DIRETÓRIO" - -#: ../src/main.c:94 -msgid "Hash the specified text" -msgstr "Criptografa o texto especificado" - -#: ../src/main.c:94 -msgid "TEXT" -msgstr "TEXTO" - -#: ../src/main.c:98 -msgid "Show version information" -msgstr "Mostrar informações da versão" - -#: ../src/main.c:102 -msgid "[FILE|URI...]" -msgstr "[ARQUIVO|URI...]" - -#: ../src/prefs.c:76 -msgid "Failed to enable any supported hash functions." -msgstr "Falha ao habilitar funções de criptografia" - -#: ../data/nautilus/gtkhash-properties.xml.h:1 -msgid "_Copy Digest" -msgstr "_Copiar cômputo" - -#: ../data/nautilus/gtkhash-properties.xml.h:2 -msgid "Show _Disabled Hash Functions" -msgstr "Mostrar funções hash _desabilitadas" - -#: ../data/nautilus/gtkhash-properties.xml.h:3 -msgid "Hash Function" -msgstr "Função Hash" - -#: ../data/nautilus/gtkhash-properties.xml.h:4 -msgid "Digest" -msgstr "Cômputo" - -#: ../data/nautilus/gtkhash-properties.xml.h:6 -msgid "H_ash" -msgstr "H_ash" - -#: ../src/nautilus/properties.c:427 ../src/nautilus/properties.c:429 -msgid "Digests" -msgstr "Cômputos" diff -Nru nemo-gtkhash-3.4.0/po/ru.po nemo-gtkhash-3.6.0/po/ru.po --- nemo-gtkhash-3.4.0/po/ru.po 2017-05-04 10:51:55.000000000 +0000 +++ nemo-gtkhash-3.6.0/po/ru.po 1970-01-01 00:00:00.000000000 +0000 @@ -1,216 +0,0 @@ -# Russian translation for gtkhash -# Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010 -# This file is distributed under the same license as the gtkhash package. -# FIRST AUTHOR , 2010. -# -msgid "" -msgstr "" -"Project-Id-Version: gtkhash\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-06-28 20:28+0100\n" -"PO-Revision-Date: 2011-11-20 23:09+0000\n" -"Last-Translator: Alexey Shentyakov \n" -"Language-Team: Russian \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-06-30 05:10+0000\n" -"X-Generator: Launchpad (build 15520)\n" - -#: ../data/gtkhash.xml.h:1 -msgid "GtkHash Preferences" -msgstr "Настройки GtkHash" - -#: ../data/gtkhash.xml.h:2 -msgid "Hash Functions:" -msgstr "Хеш функции:" - -#: ../data/gtkhash.xml.h:3 -msgid "Digest Format:" -msgstr "" - -#: ../data/gtkhash.xml.h:4 -msgid "Lowercase Hexadecimal" -msgstr "" - -#: ../data/gtkhash.xml.h:5 -msgid "Uppercase Hexadecimal" -msgstr "" - -#: ../data/gtkhash.xml.h:6 -msgid "Copy _Digest" -msgstr "" - -#: ../data/gtkhash.xml.h:7 -msgid "Show _Toolbar" -msgstr "" - -#: ../data/gtkhash.xml.h:8 -msgid "_File" -msgstr "_Файл" - -#: ../data/gtkhash.xml.h:9 -msgid "_Edit" -msgstr "_Правка" - -#: ../data/gtkhash.xml.h:10 -msgid "_View" -msgstr "_Вид" - -#: ../data/gtkhash.xml.h:11 -msgid "_Text" -msgstr "_Текст" - -#: ../data/gtkhash.xml.h:12 -msgid "File _List" -msgstr "Список ф_айлов" - -#: ../data/gtkhash.xml.h:13 -msgid "_Help" -msgstr "_Справка" - -#: ../data/gtkhash.xml.h:14 -msgid "File:" -msgstr "Файл:" - -#: ../data/gtkhash.xml.h:15 -msgid "Text:" -msgstr "Текст:" - -#: ../data/gtkhash.xml.h:16 ../data/nautilus/gtkhash-properties.xml.h:5 -msgid "Check:" -msgstr "" - -#: ../data/gtkhash.xml.h:17 -msgid "File" -msgstr "Файл" - -#: ../data/gtkhash.xml.h:18 -msgid "Ha_sh" -msgstr "" - -#: ../src/callbacks.c:47 -msgid "Save Digests" -msgstr "" - -#: ../src/callbacks.c:236 -msgid "A GTK+ utility for computing message digests or checksums." -msgstr "" - -#: ../src/callbacks.c:240 -msgid "translator-credits" -msgstr "" -"Launchpad Contributions:\n" -" Alexey Shentyakov https://launchpad.net/~alexey-shentyakov\n" -" WhiteRabbit https://launchpad.net/~whiterabbit" - -#: ../src/callbacks.c:262 -msgid "Select Files" -msgstr "Выбрать файлы" - -#: ../src/gui.c:293 -#, c-format -msgid "Failed to read \"%s\"" -msgstr "" - -#: ../src/gui.c:310 -#, c-format -msgid "" -"Failed to read \"%s\":\n" -"%s" -msgstr "" - -#: ../src/gui.c:359 -msgid "Not a regular file" -msgstr "" - -#: ../src/gui.c:381 -msgid "Unknown error" -msgstr "" - -#: ../src/gui.c:383 -#, c-format -msgid "" -"Failed to add \"%s\":\n" -"%s" -msgstr "" - -#: ../src/hash.c:82 ../src/nautilus/properties-hash.c:69 -#, c-format -msgid "%s of %s - 1 minute left (%s/sec)" -msgstr "" - -#: ../src/hash.c:85 ../src/nautilus/properties-hash.c:72 -#, c-format -msgid "%s of %s - %u minutes left (%s/sec)" -msgstr "" - -#: ../src/hash.c:89 ../src/nautilus/properties-hash.c:76 -#, c-format -msgid "%s of %s - 1 second left (%s/sec)" -msgstr "" - -#: ../src/hash.c:92 ../src/nautilus/properties-hash.c:79 -#, c-format -msgid "%s of %s - %u seconds left (%s/sec)" -msgstr "" - -#: ../src/main.c:86 -msgid "Check against the specified digest or checksum" -msgstr "" - -#: ../src/main.c:86 -msgid "DIGEST" -msgstr "" - -#: ../src/main.c:90 -msgid "Read program data from the specified directory" -msgstr "" - -#: ../src/main.c:90 -msgid "DIRECTORY" -msgstr "" - -#: ../src/main.c:94 -msgid "Hash the specified text" -msgstr "" - -#: ../src/main.c:94 -msgid "TEXT" -msgstr "" - -#: ../src/main.c:98 -msgid "Show version information" -msgstr "" - -#: ../src/main.c:102 -msgid "[FILE|URI...]" -msgstr "" - -#: ../src/prefs.c:76 -msgid "Failed to enable any supported hash functions." -msgstr "" - -#: ../data/nautilus/gtkhash-properties.xml.h:1 -msgid "_Copy Digest" -msgstr "_Копировать дайджест" - -#: ../data/nautilus/gtkhash-properties.xml.h:2 -msgid "Show _Disabled Hash Functions" -msgstr "П_оказать Отключённые хэш функции" - -#: ../data/nautilus/gtkhash-properties.xml.h:3 -msgid "Hash Function" -msgstr "Хэш функция" - -#: ../data/nautilus/gtkhash-properties.xml.h:4 -msgid "Digest" -msgstr "Дайджест" - -#: ../data/nautilus/gtkhash-properties.xml.h:6 -msgid "H_ash" -msgstr "Х_эш" - -#: ../src/nautilus/properties.c:427 ../src/nautilus/properties.c:429 -msgid "Digests" -msgstr "Дайджесты" diff -Nru nemo-gtkhash-3.4.0/po/sr.po nemo-gtkhash-3.6.0/po/sr.po --- nemo-gtkhash-3.4.0/po/sr.po 2017-05-04 10:51:55.000000000 +0000 +++ nemo-gtkhash-3.6.0/po/sr.po 1970-01-01 00:00:00.000000000 +0000 @@ -1,217 +0,0 @@ -# Serbian translation for gtkhash -# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011 -# This file is distributed under the same license as the gtkhash package. -# FIRST AUTHOR , 2011. -# -msgid "" -msgstr "" -"Project-Id-Version: gtkhash\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-06-28 20:28+0100\n" -"PO-Revision-Date: 2011-07-23 22:39+0000\n" -"Last-Translator: Мирослав Николић \n" -"Language-Team: Serbian \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-06-30 05:10+0000\n" -"X-Generator: Launchpad (build 15520)\n" - -#: ../data/gtkhash.xml.h:1 -msgid "GtkHash Preferences" -msgstr "" - -#: ../data/gtkhash.xml.h:2 -msgid "Hash Functions:" -msgstr "" - -#: ../data/gtkhash.xml.h:3 -msgid "Digest Format:" -msgstr "" - -#: ../data/gtkhash.xml.h:4 -msgid "Lowercase Hexadecimal" -msgstr "" - -#: ../data/gtkhash.xml.h:5 -msgid "Uppercase Hexadecimal" -msgstr "" - -#: ../data/gtkhash.xml.h:6 -msgid "Copy _Digest" -msgstr "" - -#: ../data/gtkhash.xml.h:7 -msgid "Show _Toolbar" -msgstr "Прикажи линију _алата" - -#: ../data/gtkhash.xml.h:8 -msgid "_File" -msgstr "_Датотека" - -#: ../data/gtkhash.xml.h:9 -msgid "_Edit" -msgstr "_Уређивање" - -#: ../data/gtkhash.xml.h:10 -msgid "_View" -msgstr "П_реглед" - -#: ../data/gtkhash.xml.h:11 -msgid "_Text" -msgstr "_Текст" - -#: ../data/gtkhash.xml.h:12 -msgid "File _List" -msgstr "_Листа датотека" - -#: ../data/gtkhash.xml.h:13 -msgid "_Help" -msgstr "_Помоћ" - -#: ../data/gtkhash.xml.h:14 -msgid "File:" -msgstr "Датотека:" - -#: ../data/gtkhash.xml.h:15 -msgid "Text:" -msgstr "Текст:" - -#: ../data/gtkhash.xml.h:16 ../data/nautilus/gtkhash-properties.xml.h:5 -msgid "Check:" -msgstr "" - -#: ../data/gtkhash.xml.h:17 -msgid "File" -msgstr "Датотека" - -#: ../data/gtkhash.xml.h:18 -msgid "Ha_sh" -msgstr "" - -#: ../src/callbacks.c:47 -msgid "Save Digests" -msgstr "" - -#: ../src/callbacks.c:236 -msgid "A GTK+ utility for computing message digests or checksums." -msgstr "" - -#: ../src/callbacks.c:240 -msgid "translator-credits" -msgstr "" -"Launchpad Contributions:\n" -" Мирослав Николић https://launchpad.net/~lipek" - -#: ../src/callbacks.c:262 -msgid "Select Files" -msgstr "Изабери датотеке" - -#: ../src/gui.c:293 -#, c-format -msgid "Failed to read \"%s\"" -msgstr "" - -#: ../src/gui.c:310 -#, c-format -msgid "" -"Failed to read \"%s\":\n" -"%s" -msgstr "" - -#: ../src/gui.c:359 -msgid "Not a regular file" -msgstr "Није исправна датотека" - -#: ../src/gui.c:381 -msgid "Unknown error" -msgstr "Непозната грешка" - -#: ../src/gui.c:383 -#, c-format -msgid "" -"Failed to add \"%s\":\n" -"%s" -msgstr "" -"Нисам успео да додам „%s“:\n" -"%s" - -#: ../src/hash.c:82 ../src/nautilus/properties-hash.c:69 -#, c-format -msgid "%s of %s - 1 minute left (%s/sec)" -msgstr "%s од %s — 1 минут преостаје (%s/sec)" - -#: ../src/hash.c:85 ../src/nautilus/properties-hash.c:72 -#, c-format -msgid "%s of %s - %u minutes left (%s/sec)" -msgstr "%s од %s — %u минута преостаје (%s/sec)" - -#: ../src/hash.c:89 ../src/nautilus/properties-hash.c:76 -#, c-format -msgid "%s of %s - 1 second left (%s/sec)" -msgstr "%s од %s — 1 секунда преостаје (%s/sec)" - -#: ../src/hash.c:92 ../src/nautilus/properties-hash.c:79 -#, c-format -msgid "%s of %s - %u seconds left (%s/sec)" -msgstr "%s од %s — %u секунде преостају (%s/sec)" - -#: ../src/main.c:86 -msgid "Check against the specified digest or checksum" -msgstr "" - -#: ../src/main.c:86 -msgid "DIGEST" -msgstr "" - -#: ../src/main.c:90 -msgid "Read program data from the specified directory" -msgstr "" - -#: ../src/main.c:90 -msgid "DIRECTORY" -msgstr "ДИРЕКТОРИЈУМ" - -#: ../src/main.c:94 -msgid "Hash the specified text" -msgstr "" - -#: ../src/main.c:94 -msgid "TEXT" -msgstr "" - -#: ../src/main.c:98 -msgid "Show version information" -msgstr "Приказује информације о издању" - -#: ../src/main.c:102 -msgid "[FILE|URI...]" -msgstr "[Датотека|Адреса...]" - -#: ../src/prefs.c:76 -msgid "Failed to enable any supported hash functions." -msgstr "" - -#: ../data/nautilus/gtkhash-properties.xml.h:1 -msgid "_Copy Digest" -msgstr "" - -#: ../data/nautilus/gtkhash-properties.xml.h:2 -msgid "Show _Disabled Hash Functions" -msgstr "" - -#: ../data/nautilus/gtkhash-properties.xml.h:3 -msgid "Hash Function" -msgstr "" - -#: ../data/nautilus/gtkhash-properties.xml.h:4 -msgid "Digest" -msgstr "Сажетак" - -#: ../data/nautilus/gtkhash-properties.xml.h:6 -msgid "H_ash" -msgstr "" - -#: ../src/nautilus/properties.c:427 ../src/nautilus/properties.c:429 -msgid "Digests" -msgstr "" diff -Nru nemo-gtkhash-3.4.0/po/sv.po nemo-gtkhash-3.6.0/po/sv.po --- nemo-gtkhash-3.4.0/po/sv.po 2017-05-04 10:51:55.000000000 +0000 +++ nemo-gtkhash-3.6.0/po/sv.po 1970-01-01 00:00:00.000000000 +0000 @@ -1,215 +0,0 @@ -# Swedish translation for gtkhash -# Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009 -# This file is distributed under the same license as the gtkhash package. -# FIRST AUTHOR , 2009. -# -msgid "" -msgstr "" -"Project-Id-Version: gtkhash\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-06-28 20:28+0100\n" -"PO-Revision-Date: 2009-12-02 14:36+0000\n" -"Last-Translator: Mattias Ohlsson \n" -"Language-Team: Swedish \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-06-30 05:10+0000\n" -"X-Generator: Launchpad (build 15520)\n" - -#: ../data/gtkhash.xml.h:1 -msgid "GtkHash Preferences" -msgstr "" - -#: ../data/gtkhash.xml.h:2 -msgid "Hash Functions:" -msgstr "" - -#: ../data/gtkhash.xml.h:3 -msgid "Digest Format:" -msgstr "" - -#: ../data/gtkhash.xml.h:4 -msgid "Lowercase Hexadecimal" -msgstr "" - -#: ../data/gtkhash.xml.h:5 -msgid "Uppercase Hexadecimal" -msgstr "" - -#: ../data/gtkhash.xml.h:6 -msgid "Copy _Digest" -msgstr "" - -#: ../data/gtkhash.xml.h:7 -msgid "Show _Toolbar" -msgstr "" - -#: ../data/gtkhash.xml.h:8 -msgid "_File" -msgstr "_Arkiv" - -#: ../data/gtkhash.xml.h:9 -msgid "_Edit" -msgstr "_Redigera" - -#: ../data/gtkhash.xml.h:10 -msgid "_View" -msgstr "_Visa" - -#: ../data/gtkhash.xml.h:11 -msgid "_Text" -msgstr "_Text" - -#: ../data/gtkhash.xml.h:12 -msgid "File _List" -msgstr "Fil_lista" - -#: ../data/gtkhash.xml.h:13 -msgid "_Help" -msgstr "_Hjälp" - -#: ../data/gtkhash.xml.h:14 -msgid "File:" -msgstr "Fil:" - -#: ../data/gtkhash.xml.h:15 -msgid "Text:" -msgstr "Text:" - -#: ../data/gtkhash.xml.h:16 ../data/nautilus/gtkhash-properties.xml.h:5 -msgid "Check:" -msgstr "" - -#: ../data/gtkhash.xml.h:17 -msgid "File" -msgstr "" - -#: ../data/gtkhash.xml.h:18 -msgid "Ha_sh" -msgstr "" - -#: ../src/callbacks.c:47 -msgid "Save Digests" -msgstr "" - -#: ../src/callbacks.c:236 -msgid "A GTK+ utility for computing message digests or checksums." -msgstr "" - -#: ../src/callbacks.c:240 -msgid "translator-credits" -msgstr "" -"Launchpad Contributions:\n" -" Mattias Ohlsson https://launchpad.net/~mattias-oh" - -#: ../src/callbacks.c:262 -msgid "Select Files" -msgstr "Välj filer" - -#: ../src/gui.c:293 -#, c-format -msgid "Failed to read \"%s\"" -msgstr "" - -#: ../src/gui.c:310 -#, c-format -msgid "" -"Failed to read \"%s\":\n" -"%s" -msgstr "" - -#: ../src/gui.c:359 -msgid "Not a regular file" -msgstr "" - -#: ../src/gui.c:381 -msgid "Unknown error" -msgstr "" - -#: ../src/gui.c:383 -#, c-format -msgid "" -"Failed to add \"%s\":\n" -"%s" -msgstr "" - -#: ../src/hash.c:82 ../src/nautilus/properties-hash.c:69 -#, c-format -msgid "%s of %s - 1 minute left (%s/sec)" -msgstr "" - -#: ../src/hash.c:85 ../src/nautilus/properties-hash.c:72 -#, c-format -msgid "%s of %s - %u minutes left (%s/sec)" -msgstr "" - -#: ../src/hash.c:89 ../src/nautilus/properties-hash.c:76 -#, c-format -msgid "%s of %s - 1 second left (%s/sec)" -msgstr "" - -#: ../src/hash.c:92 ../src/nautilus/properties-hash.c:79 -#, c-format -msgid "%s of %s - %u seconds left (%s/sec)" -msgstr "" - -#: ../src/main.c:86 -msgid "Check against the specified digest or checksum" -msgstr "" - -#: ../src/main.c:86 -msgid "DIGEST" -msgstr "" - -#: ../src/main.c:90 -msgid "Read program data from the specified directory" -msgstr "" - -#: ../src/main.c:90 -msgid "DIRECTORY" -msgstr "" - -#: ../src/main.c:94 -msgid "Hash the specified text" -msgstr "" - -#: ../src/main.c:94 -msgid "TEXT" -msgstr "" - -#: ../src/main.c:98 -msgid "Show version information" -msgstr "" - -#: ../src/main.c:102 -msgid "[FILE|URI...]" -msgstr "" - -#: ../src/prefs.c:76 -msgid "Failed to enable any supported hash functions." -msgstr "" - -#: ../data/nautilus/gtkhash-properties.xml.h:1 -msgid "_Copy Digest" -msgstr "" - -#: ../data/nautilus/gtkhash-properties.xml.h:2 -msgid "Show _Disabled Hash Functions" -msgstr "" - -#: ../data/nautilus/gtkhash-properties.xml.h:3 -msgid "Hash Function" -msgstr "" - -#: ../data/nautilus/gtkhash-properties.xml.h:4 -msgid "Digest" -msgstr "" - -#: ../data/nautilus/gtkhash-properties.xml.h:6 -msgid "H_ash" -msgstr "" - -#: ../src/nautilus/properties.c:427 ../src/nautilus/properties.c:429 -msgid "Digests" -msgstr "" diff -Nru nemo-gtkhash-3.4.0/po/tr.po nemo-gtkhash-3.6.0/po/tr.po --- nemo-gtkhash-3.4.0/po/tr.po 2017-05-04 10:51:55.000000000 +0000 +++ nemo-gtkhash-3.6.0/po/tr.po 1970-01-01 00:00:00.000000000 +0000 @@ -1,215 +0,0 @@ -# Turkish translation for gtkhash -# Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009 -# This file is distributed under the same license as the gtkhash package. -# FIRST AUTHOR , 2009. -# -msgid "" -msgstr "" -"Project-Id-Version: gtkhash\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-06-28 20:28+0100\n" -"PO-Revision-Date: 2010-11-12 23:31+0000\n" -"Last-Translator: Ekrem Kocadere \n" -"Language-Team: Turkish \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-06-30 05:10+0000\n" -"X-Generator: Launchpad (build 15520)\n" - -#: ../data/gtkhash.xml.h:1 -msgid "GtkHash Preferences" -msgstr "" - -#: ../data/gtkhash.xml.h:2 -msgid "Hash Functions:" -msgstr "" - -#: ../data/gtkhash.xml.h:3 -msgid "Digest Format:" -msgstr "" - -#: ../data/gtkhash.xml.h:4 -msgid "Lowercase Hexadecimal" -msgstr "" - -#: ../data/gtkhash.xml.h:5 -msgid "Uppercase Hexadecimal" -msgstr "" - -#: ../data/gtkhash.xml.h:6 -msgid "Copy _Digest" -msgstr "" - -#: ../data/gtkhash.xml.h:7 -msgid "Show _Toolbar" -msgstr "" - -#: ../data/gtkhash.xml.h:8 -msgid "_File" -msgstr "_Dosya" - -#: ../data/gtkhash.xml.h:9 -msgid "_Edit" -msgstr "_Düzenle" - -#: ../data/gtkhash.xml.h:10 -msgid "_View" -msgstr "_Görünüm" - -#: ../data/gtkhash.xml.h:11 -msgid "_Text" -msgstr "_Metin" - -#: ../data/gtkhash.xml.h:12 -msgid "File _List" -msgstr "" - -#: ../data/gtkhash.xml.h:13 -msgid "_Help" -msgstr "_Yardım" - -#: ../data/gtkhash.xml.h:14 -msgid "File:" -msgstr "Dosya:" - -#: ../data/gtkhash.xml.h:15 -msgid "Text:" -msgstr "Metin:" - -#: ../data/gtkhash.xml.h:16 ../data/nautilus/gtkhash-properties.xml.h:5 -msgid "Check:" -msgstr "" - -#: ../data/gtkhash.xml.h:17 -msgid "File" -msgstr "" - -#: ../data/gtkhash.xml.h:18 -msgid "Ha_sh" -msgstr "" - -#: ../src/callbacks.c:47 -msgid "Save Digests" -msgstr "" - -#: ../src/callbacks.c:236 -msgid "A GTK+ utility for computing message digests or checksums." -msgstr "" - -#: ../src/callbacks.c:240 -msgid "translator-credits" -msgstr "" -"Launchpad Contributions:\n" -" zeugma https://launchpad.net/~sunder67" - -#: ../src/callbacks.c:262 -msgid "Select Files" -msgstr "Dosyaları Seç" - -#: ../src/gui.c:293 -#, c-format -msgid "Failed to read \"%s\"" -msgstr "" - -#: ../src/gui.c:310 -#, c-format -msgid "" -"Failed to read \"%s\":\n" -"%s" -msgstr "" - -#: ../src/gui.c:359 -msgid "Not a regular file" -msgstr "" - -#: ../src/gui.c:381 -msgid "Unknown error" -msgstr "" - -#: ../src/gui.c:383 -#, c-format -msgid "" -"Failed to add \"%s\":\n" -"%s" -msgstr "" - -#: ../src/hash.c:82 ../src/nautilus/properties-hash.c:69 -#, c-format -msgid "%s of %s - 1 minute left (%s/sec)" -msgstr "" - -#: ../src/hash.c:85 ../src/nautilus/properties-hash.c:72 -#, c-format -msgid "%s of %s - %u minutes left (%s/sec)" -msgstr "" - -#: ../src/hash.c:89 ../src/nautilus/properties-hash.c:76 -#, c-format -msgid "%s of %s - 1 second left (%s/sec)" -msgstr "" - -#: ../src/hash.c:92 ../src/nautilus/properties-hash.c:79 -#, c-format -msgid "%s of %s - %u seconds left (%s/sec)" -msgstr "" - -#: ../src/main.c:86 -msgid "Check against the specified digest or checksum" -msgstr "" - -#: ../src/main.c:86 -msgid "DIGEST" -msgstr "" - -#: ../src/main.c:90 -msgid "Read program data from the specified directory" -msgstr "" - -#: ../src/main.c:90 -msgid "DIRECTORY" -msgstr "" - -#: ../src/main.c:94 -msgid "Hash the specified text" -msgstr "" - -#: ../src/main.c:94 -msgid "TEXT" -msgstr "" - -#: ../src/main.c:98 -msgid "Show version information" -msgstr "" - -#: ../src/main.c:102 -msgid "[FILE|URI...]" -msgstr "" - -#: ../src/prefs.c:76 -msgid "Failed to enable any supported hash functions." -msgstr "" - -#: ../data/nautilus/gtkhash-properties.xml.h:1 -msgid "_Copy Digest" -msgstr "" - -#: ../data/nautilus/gtkhash-properties.xml.h:2 -msgid "Show _Disabled Hash Functions" -msgstr "" - -#: ../data/nautilus/gtkhash-properties.xml.h:3 -msgid "Hash Function" -msgstr "" - -#: ../data/nautilus/gtkhash-properties.xml.h:4 -msgid "Digest" -msgstr "" - -#: ../data/nautilus/gtkhash-properties.xml.h:6 -msgid "H_ash" -msgstr "" - -#: ../src/nautilus/properties.c:427 ../src/nautilus/properties.c:429 -msgid "Digests" -msgstr "" diff -Nru nemo-gtkhash-3.4.0/po/zh_CN.po nemo-gtkhash-3.6.0/po/zh_CN.po --- nemo-gtkhash-3.4.0/po/zh_CN.po 2017-05-04 10:51:55.000000000 +0000 +++ nemo-gtkhash-3.6.0/po/zh_CN.po 1970-01-01 00:00:00.000000000 +0000 @@ -1,220 +0,0 @@ -# Chinese (Simplified) translation for gtkhash -# Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009 -# This file is distributed under the same license as the gtkhash package. -# FIRST AUTHOR , 2009. -# -msgid "" -msgstr "" -"Project-Id-Version: gtkhash\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-06-28 20:28+0100\n" -"PO-Revision-Date: 2012-07-09 07:24+0000\n" -"Last-Translator: Wang Dianjin \n" -"Language-Team: Chinese (Simplified) \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2012-07-10 05:35+0000\n" -"X-Generator: Launchpad (build 15558)\n" - -#: ../data/gtkhash.xml.h:1 -msgid "GtkHash Preferences" -msgstr "GtkHash 首选项" - -#: ../data/gtkhash.xml.h:2 -msgid "Hash Functions:" -msgstr "哈希函数:" - -#: ../data/gtkhash.xml.h:3 -msgid "Digest Format:" -msgstr "摘要格式:" - -#: ../data/gtkhash.xml.h:4 -msgid "Lowercase Hexadecimal" -msgstr "小写十六进制" - -#: ../data/gtkhash.xml.h:5 -msgid "Uppercase Hexadecimal" -msgstr "大写十六进制" - -#: ../data/gtkhash.xml.h:6 -msgid "Copy _Digest" -msgstr "复制摘要(_D)" - -#: ../data/gtkhash.xml.h:7 -msgid "Show _Toolbar" -msgstr "显示工具栏(_T)" - -#: ../data/gtkhash.xml.h:8 -msgid "_File" -msgstr "文件(_F)" - -#: ../data/gtkhash.xml.h:9 -msgid "_Edit" -msgstr "编辑(_E)" - -#: ../data/gtkhash.xml.h:10 -msgid "_View" -msgstr "视图(_V)" - -#: ../data/gtkhash.xml.h:11 -msgid "_Text" -msgstr "文本(_T)" - -#: ../data/gtkhash.xml.h:12 -msgid "File _List" -msgstr "文件列表(_L)" - -#: ../data/gtkhash.xml.h:13 -msgid "_Help" -msgstr "帮助(_H)" - -#: ../data/gtkhash.xml.h:14 -msgid "File:" -msgstr "文件:" - -#: ../data/gtkhash.xml.h:15 -msgid "Text:" -msgstr "文本:" - -#: ../data/gtkhash.xml.h:16 ../data/nautilus/gtkhash-properties.xml.h:5 -msgid "Check:" -msgstr "检测:" - -#: ../data/gtkhash.xml.h:17 -msgid "File" -msgstr "文件" - -#: ../data/gtkhash.xml.h:18 -msgid "Ha_sh" -msgstr "哈希(_S)" - -#: ../src/callbacks.c:47 -msgid "Save Digests" -msgstr "保存摘要" - -#: ../src/callbacks.c:236 -msgid "A GTK+ utility for computing message digests or checksums." -msgstr "用来计算信息摘要或校验的 GTK+ 工具。" - -#: ../src/callbacks.c:240 -msgid "translator-credits" -msgstr "" -"Launchpad Contributions:\n" -" Careone https://launchpad.net/~zzbusagain\n" -" Wang Dianjin https://launchpad.net/~tuhaihe" - -#: ../src/callbacks.c:262 -msgid "Select Files" -msgstr "选择文件" - -#: ../src/gui.c:293 -#, c-format -msgid "Failed to read \"%s\"" -msgstr "无法读取 “%s”" - -#: ../src/gui.c:310 -#, c-format -msgid "" -"Failed to read \"%s\":\n" -"%s" -msgstr "" -"无法读取 “%s”:\n" -"%s" - -#: ../src/gui.c:359 -msgid "Not a regular file" -msgstr "非常规文件" - -#: ../src/gui.c:381 -msgid "Unknown error" -msgstr "未知错误" - -#: ../src/gui.c:383 -#, c-format -msgid "" -"Failed to add \"%s\":\n" -"%s" -msgstr "" -"无法添加 “%s”:\n" -"%s" - -#: ../src/hash.c:82 ../src/nautilus/properties-hash.c:69 -#, c-format -msgid "%s of %s - 1 minute left (%s/sec)" -msgstr "进度 %s/ %s - 还剩 1 分钟(%s/秒)" - -#: ../src/hash.c:85 ../src/nautilus/properties-hash.c:72 -#, c-format -msgid "%s of %s - %u minutes left (%s/sec)" -msgstr "进度 %s/%s - 还剩 %u 分钟(%s/秒)" - -#: ../src/hash.c:89 ../src/nautilus/properties-hash.c:76 -#, c-format -msgid "%s of %s - 1 second left (%s/sec)" -msgstr "进度 %s/%s - 还剩 1 秒钟(%s/秒)" - -#: ../src/hash.c:92 ../src/nautilus/properties-hash.c:79 -#, c-format -msgid "%s of %s - %u seconds left (%s/sec)" -msgstr "进度 %s/%s - 还剩 %u 秒(%s/秒)" - -#: ../src/main.c:86 -msgid "Check against the specified digest or checksum" -msgstr "再次检查指定的摘要或校验和" - -#: ../src/main.c:86 -msgid "DIGEST" -msgstr "摘要" - -#: ../src/main.c:90 -msgid "Read program data from the specified directory" -msgstr "从指定目录读取程序数据" - -#: ../src/main.c:90 -msgid "DIRECTORY" -msgstr "目录" - -#: ../src/main.c:94 -msgid "Hash the specified text" -msgstr "哈希指定的文本" - -#: ../src/main.c:94 -msgid "TEXT" -msgstr "文本" - -#: ../src/main.c:98 -msgid "Show version information" -msgstr "显示版本信息" - -#: ../src/main.c:102 -msgid "[FILE|URI...]" -msgstr "[文件|位置...]" - -#: ../src/prefs.c:76 -msgid "Failed to enable any supported hash functions." -msgstr "无法启用任何支持的哈希函数。" - -#: ../data/nautilus/gtkhash-properties.xml.h:1 -msgid "_Copy Digest" -msgstr "复制摘要(_C)" - -#: ../data/nautilus/gtkhash-properties.xml.h:2 -msgid "Show _Disabled Hash Functions" -msgstr "显示已禁用的哈希函数(_D)" - -#: ../data/nautilus/gtkhash-properties.xml.h:3 -msgid "Hash Function" -msgstr "哈希函数" - -#: ../data/nautilus/gtkhash-properties.xml.h:4 -msgid "Digest" -msgstr "摘要" - -#: ../data/nautilus/gtkhash-properties.xml.h:6 -msgid "H_ash" -msgstr "哈希(_A)" - -#: ../src/nautilus/properties.c:427 ../src/nautilus/properties.c:429 -msgid "Digests" -msgstr "摘要" diff -Nru nemo-gtkhash-3.4.0/po/zh_TW.po nemo-gtkhash-3.6.0/po/zh_TW.po --- nemo-gtkhash-3.4.0/po/zh_TW.po 2017-05-04 10:51:55.000000000 +0000 +++ nemo-gtkhash-3.6.0/po/zh_TW.po 1970-01-01 00:00:00.000000000 +0000 @@ -1,219 +0,0 @@ -# Chinese (Traditional) translation for gtkhash -# Copyright (c) 2013 Rosetta Contributors and Canonical Ltd 2013 -# This file is distributed under the same license as the gtkhash package. -# FIRST AUTHOR , 2013. -# -msgid "" -msgstr "" -"Project-Id-Version: gtkhash\n" -"Report-Msgid-Bugs-To: FULL NAME \n" -"POT-Creation-Date: 2012-06-28 20:28+0100\n" -"PO-Revision-Date: 2013-04-25 12:31+0000\n" -"Last-Translator: 林博仁(Henry Lin) a.k.a. V字龍(Vdragon) \n" -"Language-Team: Chinese (Traditional) \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2013-04-26 05:41+0000\n" -"X-Generator: Launchpad (build 16580)\n" - -#: ../data/gtkhash.xml.h:1 -msgid "GtkHash Preferences" -msgstr "GtkHash 偏好設定" - -#: ../data/gtkhash.xml.h:2 -msgid "Hash Functions:" -msgstr "雜湊函式:" - -#: ../data/gtkhash.xml.h:3 -msgid "Digest Format:" -msgstr "訊息摘要(message digest)格式:" - -#: ../data/gtkhash.xml.h:4 -msgid "Lowercase Hexadecimal" -msgstr "十六進位小寫" - -#: ../data/gtkhash.xml.h:5 -msgid "Uppercase Hexadecimal" -msgstr "十六進位大寫" - -#: ../data/gtkhash.xml.h:6 -msgid "Copy _Digest" -msgstr "複製訊息摘要(_D)" - -#: ../data/gtkhash.xml.h:7 -msgid "Show _Toolbar" -msgstr "顯示工具列(_T)" - -#: ../data/gtkhash.xml.h:8 -msgid "_File" -msgstr "檔案(_F)" - -#: ../data/gtkhash.xml.h:9 -msgid "_Edit" -msgstr "編輯(_E)" - -#: ../data/gtkhash.xml.h:10 -msgid "_View" -msgstr "檢視(_V)" - -#: ../data/gtkhash.xml.h:11 -msgid "_Text" -msgstr "純文字(_T)" - -#: ../data/gtkhash.xml.h:12 -msgid "File _List" -msgstr "檔案清單" - -#: ../data/gtkhash.xml.h:13 -msgid "_Help" -msgstr "尋求幫助(_H)" - -#: ../data/gtkhash.xml.h:14 -msgid "File:" -msgstr "檔案:" - -#: ../data/gtkhash.xml.h:15 -msgid "Text:" -msgstr "純文字:" - -#: ../data/gtkhash.xml.h:16 ../data/nautilus/gtkhash-properties.xml.h:5 -msgid "Check:" -msgstr "比對:" - -#: ../data/gtkhash.xml.h:17 -msgid "File" -msgstr "檔案" - -#: ../data/gtkhash.xml.h:18 -msgid "Ha_sh" -msgstr "開始計算(_S)" - -#: ../src/callbacks.c:47 -msgid "Save Digests" -msgstr "" - -#: ../src/callbacks.c:236 -msgid "A GTK+ utility for computing message digests or checksums." -msgstr "一個基於 GTK+ 用於計算訊息摘要與校驗值的工具" - -#: ../src/callbacks.c:240 -msgid "translator-credits" -msgstr "" -"Launchpad Contributions:\n" -" 林博仁(Henry Lin) a.k.a. V字龍(Vdragon) https://launchpad.net/~vdragon" - -#: ../src/callbacks.c:262 -msgid "Select Files" -msgstr "選擇檔案" - -#: ../src/gui.c:293 -#, c-format -msgid "Failed to read \"%s\"" -msgstr "無法讀取「%s」" - -#: ../src/gui.c:310 -#, c-format -msgid "" -"Failed to read \"%s\":\n" -"%s" -msgstr "" -"無法讀取「%s」:\n" -"%s" - -#: ../src/gui.c:359 -msgid "Not a regular file" -msgstr "不是一般檔案(regular file)" - -#: ../src/gui.c:381 -msgid "Unknown error" -msgstr "發生未知的錯誤" - -#: ../src/gui.c:383 -#, c-format -msgid "" -"Failed to add \"%s\":\n" -"%s" -msgstr "" -"無法加入「%s」:\n" -"%s" - -#: ../src/hash.c:82 ../src/nautilus/properties-hash.c:69 -#, c-format -msgid "%s of %s - 1 minute left (%s/sec)" -msgstr "已處理 %s (總共:%s) - 剩下約 1 分鐘(%s 每秒)" - -#: ../src/hash.c:85 ../src/nautilus/properties-hash.c:72 -#, c-format -msgid "%s of %s - %u minutes left (%s/sec)" -msgstr "已處理 %s (總共:%s) - 剩下約 %u 分鐘(%s 每秒)" - -#: ../src/hash.c:89 ../src/nautilus/properties-hash.c:76 -#, c-format -msgid "%s of %s - 1 second left (%s/sec)" -msgstr "已處理 %s (總共:%s) - 剩下約 1 秒鐘(%s 每秒)" - -#: ../src/hash.c:92 ../src/nautilus/properties-hash.c:79 -#, c-format -msgid "%s of %s - %u seconds left (%s/sec)" -msgstr "已處理 %s (總共:%s) - 剩下約 %u 秒(%s 每秒)" - -#: ../src/main.c:86 -msgid "Check against the specified digest or checksum" -msgstr "檢查指定的訊息摘要或校驗碼" - -#: ../src/main.c:86 -msgid "DIGEST" -msgstr "訊息摘要" - -#: ../src/main.c:90 -msgid "Read program data from the specified directory" -msgstr "從一個指定的目錄中讀取程式資料" - -#: ../src/main.c:90 -msgid "DIRECTORY" -msgstr "目錄" - -#: ../src/main.c:94 -msgid "Hash the specified text" -msgstr "算出指定的文字的雜湊值" - -#: ../src/main.c:94 -msgid "TEXT" -msgstr "文字" - -#: ../src/main.c:98 -msgid "Show version information" -msgstr "顯示版本資訊" - -#: ../src/main.c:102 -msgid "[FILE|URI...]" -msgstr "[檔案|網址...]" - -#: ../src/prefs.c:76 -msgid "Failed to enable any supported hash functions." -msgstr "無法啟用任何支援的雜湊函式" - -#: ../data/nautilus/gtkhash-properties.xml.h:1 -msgid "_Copy Digest" -msgstr "複製訊息摘要(_C)" - -#: ../data/nautilus/gtkhash-properties.xml.h:2 -msgid "Show _Disabled Hash Functions" -msgstr "顯示已停用的雜湊函式" - -#: ../data/nautilus/gtkhash-properties.xml.h:3 -msgid "Hash Function" -msgstr "雜湊函式" - -#: ../data/nautilus/gtkhash-properties.xml.h:4 -msgid "Digest" -msgstr "訊息摘要" - -#: ../data/nautilus/gtkhash-properties.xml.h:6 -msgid "H_ash" -msgstr "" - -#: ../src/nautilus/properties.c:427 ../src/nautilus/properties.c:429 -msgid "Digests" -msgstr "訊息摘要" diff -Nru nemo-gtkhash-3.4.0/src/hash/hash-lib.c nemo-gtkhash-3.6.0/src/hash/hash-lib.c --- nemo-gtkhash-3.4.0/src/hash/hash-lib.c 2017-05-04 10:51:55.000000000 +0000 +++ nemo-gtkhash-3.6.0/src/hash/hash-lib.c 2017-10-24 11:00:07.000000000 +0000 @@ -54,8 +54,8 @@ #if ENABLE_NSS #include "hash-lib-nss.h" #endif -#if ENABLE_POLARSSL - #include "hash-lib-polarssl.h" +#if ENABLE_MBEDTLS + #include "hash-lib-mbedtls.h" #endif #if ENABLE_ZLIB #include "hash-lib-zlib.h" @@ -87,8 +87,8 @@ #if ENABLE_NSS HASH_LIB_NSS, #endif -#if ENABLE_POLARSSL - HASH_LIB_POLARSSL, +#if ENABLE_MBEDTLS + HASH_LIB_MBEDTLS, #endif #if ENABLE_ZLIB HASH_LIB_ZLIB, @@ -118,9 +118,9 @@ if (!hash_libs[i] && gtkhash_hash_lib_crypto_is_supported(i)) hash_libs[i] = HASH_LIB_CRYPTO; #endif -#if ENABLE_POLARSSL - if (!hash_libs[i] && gtkhash_hash_lib_polarssl_is_supported(i)) - hash_libs[i] = HASH_LIB_POLARSSL; +#if ENABLE_MBEDTLS + if (!hash_libs[i] && gtkhash_hash_lib_mbedtls_is_supported(i)) + hash_libs[i] = HASH_LIB_MBEDTLS; #endif #if ENABLE_NETTLE if (!hash_libs[i] && gtkhash_hash_lib_nettle_is_supported(i)) @@ -187,8 +187,8 @@ #if ENABLE_NSS [HASH_LIB_NSS] = gtkhash_hash_lib_nss_start, #endif -#if ENABLE_POLARSSL - [HASH_LIB_POLARSSL] = gtkhash_hash_lib_polarssl_start, +#if ENABLE_MBEDTLS + [HASH_LIB_MBEDTLS] = gtkhash_hash_lib_mbedtls_start, #endif #if ENABLE_ZLIB [HASH_LIB_ZLIB] = gtkhash_hash_lib_zlib_start, @@ -238,8 +238,8 @@ #if ENABLE_NSS [HASH_LIB_NSS] = gtkhash_hash_lib_nss_update, #endif -#if ENABLE_POLARSSL - [HASH_LIB_POLARSSL] = gtkhash_hash_lib_polarssl_update, +#if ENABLE_MBEDTLS + [HASH_LIB_MBEDTLS] = gtkhash_hash_lib_mbedtls_update, #endif #if ENABLE_ZLIB [HASH_LIB_ZLIB] = gtkhash_hash_lib_zlib_update, @@ -282,8 +282,8 @@ #if ENABLE_NSS [HASH_LIB_NSS] = gtkhash_hash_lib_nss_stop, #endif -#if ENABLE_POLARSSL - [HASH_LIB_POLARSSL] = gtkhash_hash_lib_polarssl_stop, +#if ENABLE_MBEDTLS + [HASH_LIB_MBEDTLS] = gtkhash_hash_lib_mbedtls_stop, #endif #if ENABLE_ZLIB [HASH_LIB_ZLIB] = gtkhash_hash_lib_zlib_stop, @@ -330,8 +330,8 @@ #if ENABLE_NSS [HASH_LIB_NSS] = gtkhash_hash_lib_nss_finish, #endif -#if ENABLE_POLARSSL - [HASH_LIB_POLARSSL] = gtkhash_hash_lib_polarssl_finish, +#if ENABLE_MBEDTLS + [HASH_LIB_MBEDTLS] = gtkhash_hash_lib_mbedtls_finish, #endif #if ENABLE_ZLIB [HASH_LIB_ZLIB] = gtkhash_hash_lib_zlib_finish, diff -Nru nemo-gtkhash-3.4.0/src/hash/hash-lib-mbedtls.c nemo-gtkhash-3.6.0/src/hash/hash-lib-mbedtls.c --- nemo-gtkhash-3.4.0/src/hash/hash-lib-mbedtls.c 1970-01-01 00:00:00.000000000 +0000 +++ nemo-gtkhash-3.6.0/src/hash/hash-lib-mbedtls.c 2017-10-24 11:00:07.000000000 +0000 @@ -0,0 +1,237 @@ +/* + * Copyright (C) 2007-2013 Tristan Heaven + * + * This file is part of GtkHash. + * + * GtkHash is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 2 of the License, or + * (at your option) any later version. + * + * GtkHash is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with GtkHash. If not, see . + */ + +#ifdef HAVE_CONFIG_H + #include "config.h" +#endif + +#include +#include +#include +#include +#if HAVE_MBEDTLS_2_0_0 +#include +#else +#include +#endif + +#include "hash-lib-mbedtls.h" +#include "hash-lib.h" +#include "hash-func.h" + +#define LIB_DATA ((struct hash_lib_mbedtls_s *)func->lib_data) + +struct hash_lib_mbedtls_s { +#if HAVE_MBEDTLS_2_0_0 + mbedtls_md_context_t ctx; +#else + md_context_t ctx; +#endif +}; + +static bool gtkhash_hash_lib_mbedtls_set_type(const enum hash_func_e id, +#if HAVE_MBEDTLS_2_0_0 + mbedtls_md_type_t *type) +#else + md_type_t *type) +#endif +{ + switch (id) { + case HASH_FUNC_MD2: +#if HAVE_MBEDTLS_2_0_0 + *type = MBEDTLS_MD_MD2; +#else + *type = POLARSSL_MD_MD2; +#endif + break; + case HASH_FUNC_MD4: +#if HAVE_MBEDTLS_2_0_0 + *type = MBEDTLS_MD_MD4; +#else + *type = POLARSSL_MD_MD4; +#endif + break; + case HASH_FUNC_MD5: +#if HAVE_MBEDTLS_2_0_0 + *type = MBEDTLS_MD_MD5; +#else + *type = POLARSSL_MD_MD5; +#endif + break; + case HASH_FUNC_RIPEMD160: +#if HAVE_MBEDTLS_2_0_0 + *type = MBEDTLS_MD_RIPEMD160; +#else + *type = POLARSSL_MD_RIPEMD160; +#endif + break; + case HASH_FUNC_SHA1: +#if HAVE_MBEDTLS_2_0_0 + *type = MBEDTLS_MD_SHA1; +#else + *type = POLARSSL_MD_SHA1; +#endif + break; + case HASH_FUNC_SHA224: +#if HAVE_MBEDTLS_2_0_0 + *type = MBEDTLS_MD_SHA224; +#else + *type = POLARSSL_MD_SHA224; +#endif + break; + case HASH_FUNC_SHA256: +#if HAVE_MBEDTLS_2_0_0 + *type = MBEDTLS_MD_SHA256; +#else + *type = POLARSSL_MD_SHA256; +#endif + break; + case HASH_FUNC_SHA384: +#if HAVE_MBEDTLS_2_0_0 + *type = MBEDTLS_MD_SHA384; +#else + *type = POLARSSL_MD_SHA384; +#endif + break; + case HASH_FUNC_SHA512: +#if HAVE_MBEDTLS_2_0_0 + *type = MBEDTLS_MD_SHA512; +#else + *type = POLARSSL_MD_SHA512; +#endif + break; + default: + return false; + } + + return true; +} + + +bool gtkhash_hash_lib_mbedtls_is_supported(const enum hash_func_e id) +{ +#if HAVE_MBEDTLS_2_0_0 + mbedtls_md_type_t type; +#else + md_type_t type; +#endif + if (!gtkhash_hash_lib_mbedtls_set_type(id, &type)) + return false; + + struct hash_lib_mbedtls_s data; +#if HAVE_MBEDTLS_2_0_0 + mbedtls_md_init(&data.ctx); + + const mbedtls_md_info_t *info = mbedtls_md_info_from_type(type); + if (mbedtls_md_setup(&data.ctx, info, 0) != 0) { + mbedtls_md_free(&data.ctx); + return false; + } + + mbedtls_md_free(&data.ctx); +#else + if (md_init_ctx(&data.ctx, md_info_from_type(type)) != 0) + return false; + + if (md_free_ctx(&data.ctx) != 0) { + g_assert_not_reached(); + return false; + } +#endif + + return true; +} + +void gtkhash_hash_lib_mbedtls_start(struct hash_func_s *func) +{ + func->lib_data = g_new(struct hash_lib_mbedtls_s, 1); +#if HAVE_MBEDTLS_2_0_0 + mbedtls_md_type_t type; +#else + md_type_t type; +#endif + + if (!gtkhash_hash_lib_mbedtls_set_type(func->id, &type)) + g_assert_not_reached(); + +#if HAVE_MBEDTLS_2_0_0 + mbedtls_md_init(&LIB_DATA->ctx); + + const mbedtls_md_info_t *info = mbedtls_md_info_from_type(type); + if (mbedtls_md_setup(&LIB_DATA->ctx, info, 0) != 0) + g_assert_not_reached(); + + if (mbedtls_md_starts(&LIB_DATA->ctx) != 0) + g_assert_not_reached(); + +#else + if (md_init_ctx(&LIB_DATA->ctx, md_info_from_type(type)) != 0) + g_assert_not_reached(); + + if (md_starts(&LIB_DATA->ctx) != 0) + g_assert_not_reached(); +#endif +} + +void gtkhash_hash_lib_mbedtls_update(struct hash_func_s *func, + const uint8_t *buffer, const size_t size) +{ +#if HAVE_MBEDTLS_2_0_0 + mbedtls_md_update(&LIB_DATA->ctx, buffer, size); +#else + md_update(&LIB_DATA->ctx, buffer, size); +#endif +} + +void gtkhash_hash_lib_mbedtls_stop(struct hash_func_s *func) +{ +#if HAVE_MBEDTLS_2_0_0 + mbedtls_md_free(&LIB_DATA->ctx); +#else + if (md_free_ctx(&LIB_DATA->ctx) != 0) + g_assert_not_reached(); +#endif + g_free(LIB_DATA); +} + +uint8_t *gtkhash_hash_lib_mbedtls_finish(struct hash_func_s *func, + size_t *size) +{ +#if HAVE_MBEDTLS_2_0_0 + *size = mbedtls_md_get_size(LIB_DATA->ctx.md_info); + uint8_t *digest = g_malloc(*size); + + if (mbedtls_md_finish(&LIB_DATA->ctx, digest) != 0) + g_assert_not_reached(); + + mbedtls_md_free(&LIB_DATA->ctx); +#else + *size = LIB_DATA->ctx.md_info->size; + uint8_t *digest = g_malloc(*size); + + if (md_finish(&LIB_DATA->ctx, digest) != 0) + g_assert_not_reached(); + + if (md_free_ctx(&LIB_DATA->ctx) != 0) + g_assert_not_reached(); +#endif + g_free(LIB_DATA); + + return digest; +} diff -Nru nemo-gtkhash-3.4.0/src/hash/hash-lib-mbedtls.h nemo-gtkhash-3.6.0/src/hash/hash-lib-mbedtls.h --- nemo-gtkhash-3.4.0/src/hash/hash-lib-mbedtls.h 1970-01-01 00:00:00.000000000 +0000 +++ nemo-gtkhash-3.6.0/src/hash/hash-lib-mbedtls.h 2017-10-24 11:00:07.000000000 +0000 @@ -0,0 +1,39 @@ +/* + * Copyright (C) 2007-2013 Tristan Heaven + * + * This file is part of GtkHash. + * + * GtkHash is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 2 of the License, or + * (at your option) any later version. + * + * GtkHash is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with GtkHash. If not, see . + */ + +#ifndef GTKHASH_HASH_HASH_LIB_MBEDTLS_H +#define GTKHASH_HASH_HASH_LIB_MBEDTLS_H + +#ifndef IN_HASH_LIB + #error "don't use directly" +#endif + +#include +#include + +#include "hash-func.h" + +bool gtkhash_hash_lib_mbedtls_is_supported(const enum hash_func_e id); +void gtkhash_hash_lib_mbedtls_start(struct hash_func_s *func); +void gtkhash_hash_lib_mbedtls_update(struct hash_func_s *func, + const uint8_t *buffer, const size_t size); +void gtkhash_hash_lib_mbedtls_stop(struct hash_func_s *func); +uint8_t *gtkhash_hash_lib_mbedtls_finish(struct hash_func_s *func, size_t *size); + +#endif diff -Nru nemo-gtkhash-3.4.0/src/hash/hash-lib-polarssl.c nemo-gtkhash-3.6.0/src/hash/hash-lib-polarssl.c --- nemo-gtkhash-3.4.0/src/hash/hash-lib-polarssl.c 2017-05-04 10:51:55.000000000 +0000 +++ nemo-gtkhash-3.6.0/src/hash/hash-lib-polarssl.c 1970-01-01 00:00:00.000000000 +0000 @@ -1,135 +0,0 @@ -/* - * Copyright (C) 2007-2013 Tristan Heaven - * - * This file is part of GtkHash. - * - * GtkHash is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * GtkHash is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with GtkHash. If not, see . - */ - -#ifdef HAVE_CONFIG_H - #include "config.h" -#endif - -#include -#include -#include -#include -#include - -#include "hash-lib-polarssl.h" -#include "hash-lib.h" -#include "hash-func.h" - -#define LIB_DATA ((struct hash_lib_polarssl_s *)func->lib_data) - -struct hash_lib_polarssl_s { - md_context_t ctx; -}; - -static bool gtkhash_hash_lib_polarssl_set_type(const enum hash_func_e id, md_type_t *type) -{ - switch (id) { - case HASH_FUNC_MD2: - *type = POLARSSL_MD_MD2; - break; - case HASH_FUNC_MD4: - *type = POLARSSL_MD_MD4; - break; - case HASH_FUNC_MD5: - *type = POLARSSL_MD_MD5; - break; - case HASH_FUNC_SHA1: - *type = POLARSSL_MD_SHA1; - break; - case HASH_FUNC_SHA224: - *type = POLARSSL_MD_SHA224; - break; - case HASH_FUNC_SHA256: - *type = POLARSSL_MD_SHA256; - break; - case HASH_FUNC_SHA384: - *type = POLARSSL_MD_SHA384; - break; - case HASH_FUNC_SHA512: - *type = POLARSSL_MD_SHA512; - break; - default: - return false; - } - - return true; -} - -bool gtkhash_hash_lib_polarssl_is_supported(const enum hash_func_e id) -{ - struct hash_lib_polarssl_s data; - md_type_t type; - - if (!gtkhash_hash_lib_polarssl_set_type(id, &type)) - return false; - - if (md_init_ctx(&data.ctx, md_info_from_type(type)) != 0) - return false; - - if (md_free_ctx(&data.ctx) != 0) { - g_assert_not_reached(); - return false; - } - - return true; -} - -void gtkhash_hash_lib_polarssl_start(struct hash_func_s *func) -{ - func->lib_data = g_new(struct hash_lib_polarssl_s, 1); - md_type_t type; - - if (!gtkhash_hash_lib_polarssl_set_type(func->id, &type)) - g_assert_not_reached(); - - if (md_init_ctx(&LIB_DATA->ctx, md_info_from_type(type)) != 0) - g_assert_not_reached(); - - if (md_starts(&LIB_DATA->ctx) != 0) - g_assert_not_reached(); -} - -void gtkhash_hash_lib_polarssl_update(struct hash_func_s *func, - const uint8_t *buffer, const size_t size) -{ - md_update(&LIB_DATA->ctx, buffer, size); -} - -void gtkhash_hash_lib_polarssl_stop(struct hash_func_s *func) -{ - if (md_free_ctx(&LIB_DATA->ctx) != 0) - g_assert_not_reached(); - g_free(LIB_DATA); -} - -uint8_t *gtkhash_hash_lib_polarssl_finish(struct hash_func_s *func, - size_t *size) -{ - *size = LIB_DATA->ctx.md_info->size; - uint8_t *digest = g_malloc(*size); - - if (md_finish(&LIB_DATA->ctx, digest) != 0) - g_assert_not_reached(); - - if (md_free_ctx(&LIB_DATA->ctx) != 0) - g_assert_not_reached(); - g_free(LIB_DATA); - - return digest; -} diff -Nru nemo-gtkhash-3.4.0/src/hash/hash-lib-polarssl.h nemo-gtkhash-3.6.0/src/hash/hash-lib-polarssl.h --- nemo-gtkhash-3.4.0/src/hash/hash-lib-polarssl.h 2017-05-04 10:51:55.000000000 +0000 +++ nemo-gtkhash-3.6.0/src/hash/hash-lib-polarssl.h 1970-01-01 00:00:00.000000000 +0000 @@ -1,39 +0,0 @@ -/* - * Copyright (C) 2007-2013 Tristan Heaven - * - * This file is part of GtkHash. - * - * GtkHash is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * GtkHash is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with GtkHash. If not, see . - */ - -#ifndef GTKHASH_HASH_HASH_LIB_POLARSSL_H -#define GTKHASH_HASH_HASH_LIB_POLARSSL_H - -#ifndef IN_HASH_LIB - #error "don't use directly" -#endif - -#include -#include - -#include "hash-func.h" - -bool gtkhash_hash_lib_polarssl_is_supported(const enum hash_func_e id); -void gtkhash_hash_lib_polarssl_start(struct hash_func_s *func); -void gtkhash_hash_lib_polarssl_update(struct hash_func_s *func, - const uint8_t *buffer, const size_t size); -void gtkhash_hash_lib_polarssl_stop(struct hash_func_s *func); -uint8_t *gtkhash_hash_lib_polarssl_finish(struct hash_func_s *func, size_t *size); - -#endif diff -Nru nemo-gtkhash-3.4.0/src/hash/Makefile.am nemo-gtkhash-3.6.0/src/hash/Makefile.am --- nemo-gtkhash-3.4.0/src/hash/Makefile.am 2017-05-04 10:51:55.000000000 +0000 +++ nemo-gtkhash-3.6.0/src/hash/Makefile.am 2017-10-24 11:00:07.000000000 +0000 @@ -62,9 +62,9 @@ hash_la_LIBADD += $(NSS_LIBS) endif -if ENABLE_POLARSSL -hash_la_SOURCES += hash-lib-polarssl.c hash-lib-polarssl.h -hash_la_LIBADD += $(POLARSSL_LIBS) +if ENABLE_MBEDTLS +hash_la_SOURCES += hash-lib-mbedtls.c hash-lib-mbedtls.h +hash_la_LIBADD += $(MBEDTLS_LIBS) endif if ENABLE_ZLIB