mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
l10n: Eliminated STRING_CMD_DIAG_*
This commit is contained in:
parent
9244828618
commit
0daaf05782
10 changed files with 34 additions and 326 deletions
|
@ -317,38 +317,6 @@
|
|||
#define STRING_CMD_SYNC_TRUST_CA "Powinieneś udostępnić certyfikat CA lub nadpisać weryfikację. Wybierz jedną z opcji."
|
||||
#define STRING_CMD_SYNC_TRUST_OBS "The 'taskd.trust' settings may now only contain a value of 'strict', 'ignore hostname' or 'allow all'."
|
||||
|
||||
// STRING_CMD_DIAG_* strings all appear on the 'diag' command output.
|
||||
#define STRING_CMD_DIAG_USAGE "Szczegóły platformy i środowiska budowania"
|
||||
#define STRING_CMD_DIAG_PLATFORM "Platforma"
|
||||
#define STRING_CMD_DIAG_COMPILER "Kompilator"
|
||||
#define STRING_CMD_DIAG_VERSION "Wersja"
|
||||
#define STRING_CMD_DIAG_CAPS "Flagi"
|
||||
#define STRING_CMD_DIAG_COMPLIANCE "Compliance"
|
||||
#define STRING_CMD_DIAG_FEATURES "Opcje budowania"
|
||||
#define STRING_CMD_DIAG_BUILT "Zbudowano"
|
||||
#define STRING_CMD_DIAG_COMMIT "Zatwierdzenie"
|
||||
#define STRING_CMD_DIAG_FOUND "(jest)"
|
||||
#define STRING_CMD_DIAG_MISSING "(brak)"
|
||||
#define STRING_CMD_DIAG_MISS_DEP "Task {1} depends on nonexistent task: {2}"
|
||||
#define STRING_CMD_DIAG_MISS_PAR "Task {1} has nonexistent recurrence template {2}"
|
||||
#define STRING_CMD_DIAG_ENABLED "Włączone"
|
||||
#define STRING_CMD_DIAG_DISABLED "Wyłączone"
|
||||
#define STRING_CMD_DIAG_CONFIG "Konfiguracja"
|
||||
#define STRING_CMD_DIAG_TESTS "Testy"
|
||||
#define STRING_CMD_DIAG_UUID_SCAN "Zeskanowano {1} zadań w poszukiwaniu zdublowanych UUIDów:"
|
||||
#define STRING_CMD_DIAG_REF_SCAN "Scanned {1} tasks for broken references:"
|
||||
#define STRING_CMD_DIAG_REF_OK "No broken references found"
|
||||
#define STRING_CMD_DIAG_UUID_DUP "Znaleziono duplikaty {1}"
|
||||
#define STRING_CMD_DIAG_UUID_NO_DUP "Nie znaleziono duplikatów"
|
||||
#define STRING_CMD_DIAG_NONE "-brak-"
|
||||
#define STRING_CMD_DIAG_HOOKS "Haki"
|
||||
#define STRING_CMD_DIAG_HOOK_NAME "unrecognized hook name"
|
||||
#define STRING_CMD_DIAG_HOOK_SYMLINK "symlink"
|
||||
#define STRING_CMD_DIAG_HOOK_EXEC "executable"
|
||||
#define STRING_CMD_DIAG_HOOK_NO_EXEC "not executable"
|
||||
#define STRING_CMD_DIAG_HOOK_ENABLE "Enabled"
|
||||
#define STRING_CMD_DIAG_HOOK_DISABLE "Disabled"
|
||||
|
||||
#define STRING_CMD_COMMANDS_USAGE "Generates a list of all commands, with behavior details"
|
||||
#define STRING_CMD_HCOMMANDS_USAGE "Generuje listę wszystkich poleceń dla funkcji autouzupełniania"
|
||||
#define STRING_CMD_ZSHCOMMANDS_USAGE "Generuje listę wszystkich poleceń dla funkcji autouzupełniania w powłoce zsh"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue