-
Notifications
You must be signed in to change notification settings - Fork 127
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7dad6d8
commit 5be324d
Showing
5 changed files
with
11 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
# Process this file with autoconf to produce a configure script. | ||
|
||
AC_PREREQ([2.71]) | ||
AC_INIT([mactelnet],[0.5.3],[[email protected]]) | ||
AC_INIT([mactelnet],[0.6.0],[[email protected]]) | ||
AM_INIT_AUTOMAKE([foreign]) | ||
AC_CONFIG_SRCDIR([src/mactelnet.c]) | ||
AC_CONFIG_HEADERS([src/config.h]) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: mactelnet\n" | ||
"Report-Msgid-Bugs-To: [email protected]\n" | ||
"POT-Creation-Date: 2024-08-10 13:29+0200\n" | ||
"POT-Creation-Date: 2024-08-12 14:00+0200\n" | ||
"PO-Revision-Date: 2024-08-10 14:07+0200\n" | ||
"Last-Translator: Chat GPT <[email protected]>\n" | ||
"Language-Team: Boian Bonev <[email protected]>\n" | ||
|
@@ -736,17 +736,17 @@ msgstr "не е намерен\n" | |
msgid "found\n" | ||
msgstr "намерен\n" | ||
|
||
#: src/mtwei.c:57 | ||
#: src/mtwei.c:56 | ||
#, c-format | ||
msgid "FATAL ERROR: Function returned NULL at %s:%d: %s;\n" | ||
msgstr "ФАТАЛНА ГРЕШКА: Функцията върна NULL на %s:%d: %s;\n" | ||
|
||
#: src/mtwei.c:162 | ||
#: src/mtwei.c:178 | ||
#, c-format | ||
msgid "Cannot mix gamma into pubkey: %s\n" | ||
msgstr "Не може да се смеси гама в обща ключ: %s\n" | ||
|
||
#: src/mtwei.c:200 | ||
#: src/mtwei.c:216 | ||
#, c-format | ||
msgid "Cannot make a public key: %s\n" | ||
msgstr "Не може да се направи общ ключ: %s\n" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: mactelnet\n" | ||
"Report-Msgid-Bugs-To: [email protected]\n" | ||
"POT-Creation-Date: 2024-08-10 13:29+0200\n" | ||
"POT-Creation-Date: 2024-08-12 14:00+0200\n" | ||
"PO-Revision-Date: 2024-08-10 13:42+0200\n" | ||
"Last-Translator: Håkon Nessjøen <[email protected]>\n" | ||
"Language-Team: Håkon Nessjøen <[email protected]>\n" | ||
|
@@ -718,17 +718,17 @@ msgstr "ikke funnet\n" | |
msgid "found\n" | ||
msgstr "funnet\n" | ||
|
||
#: src/mtwei.c:57 | ||
#: src/mtwei.c:56 | ||
#, c-format | ||
msgid "FATAL ERROR: Function returned NULL at %s:%d: %s;\n" | ||
msgstr "FATAL FEIL: Funksjonen returnerte NULL ved %s:%d: %s;\n" | ||
|
||
#: src/mtwei.c:162 | ||
#: src/mtwei.c:178 | ||
#, c-format | ||
msgid "Cannot mix gamma into pubkey: %s\n" | ||
msgstr "Kan ikke blande gamma inn i offentlig nøkkel: %s\n" | ||
|
||
#: src/mtwei.c:200 | ||
#: src/mtwei.c:216 | ||
#, c-format | ||
msgid "Cannot make a public key: %s\n" | ||
msgstr "Kan ikke lage en offentlig nøkkel: %s\n" | ||
|