Deduplicate <unistd.h>

This commit is contained in:
наб 2024-03-10 03:33:09 +01:00
parent f3bb25ee57
commit 56ada0e31c
No known key found for this signature in database
GPG Key ID: BCFD0B018D2658F1
2 changed files with 13 additions and 14 deletions

View File

@ -6,70 +6,70 @@ msgstr "Language: pl\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
#: src/fd.cpp:64
#: src/fd.cpp:63
#, c-format
msgid "Passphrase for %s"
msgstr "Hasło do %s"
#: src/fd.cpp:66
#: src/fd.cpp:65
#, c-format
msgid "Passphrase for %s (again)"
msgstr "Powtórz hasło do %s"
#: src/fd.cpp:68
#: src/fd.cpp:67
#, c-format
msgid "New passphrase for %s"
msgstr "Nowe hasło do %s"
#. newkey && again
#: src/fd.cpp:70
#: src/fd.cpp:69
#, c-format
msgid "New passphrase for %s (again)"
msgstr "Powtórz howe hasło do %s"
#. exit status
#: src/fd.cpp:117
#: src/fd.cpp:116
#, c-format
msgid "Helper '%s' failed with %d.\n"
msgstr "'%s' zawiódł: %d.\n"
#: src/fd.cpp:120
#: src/fd.cpp:119
#, c-format
msgid "Helper '%s' died to signal %d: %s.\n"
msgstr "'%s' zabity przez sygnał %d: %s.\n"
#: src/fd.cpp:156
#: src/fd.cpp:155
#, c-format
msgid "Enter passphrase for %s: "
msgstr "Hasło do %s"
#: src/fd.cpp:158
#: src/fd.cpp:157
#, c-format
msgid "Enter passphrase for new %s: "
msgstr "Hasło do nowego %s"
#: src/fd.cpp:160
#: src/fd.cpp:159
#, c-format
msgid "Re-enter passphrase for %s: "
msgstr "Ponownie, hasło do %s"
#. again && newkey
#: src/fd.cpp:162
#: src/fd.cpp:161
#, c-format
msgid "Re-enter passphrase for new %s: "
msgstr "Ponownie, hasło do nowego %s"
#: src/fd.cpp:239 src/fd.cpp:255
#: src/fd.cpp:238 src/fd.cpp:254
#, c-format
msgid "Passphrase too long (max %zu)\n"
msgstr "Hasło za długie (maks. %zu)\n"
#: src/fd.cpp:253
#: src/fd.cpp:252
#, c-format
msgid "Passphrase too short (min %u)\n"
msgstr "Hasło za krótkie (maks. %u)\n"
#: src/fd.cpp:263
#: src/fd.cpp:262
#, c-format
msgid "Provided passphrases do not match.\n"
msgstr "Hasła się różnią\n"

View File

@ -9,7 +9,6 @@
#include <sys/types.h>
#include <sys/wait.h>
#include <termios.h>
#include <unistd.h>
#include <utility>