Prepared for v3.0.1
This commit is contained in:
parent
db3617ee3e
commit
79b85a4b85
2
main.c
2
main.c
|
@ -28,7 +28,7 @@
|
|||
#include <tchar.h>
|
||||
#include <stdio.h>
|
||||
#include <stdbool.h>
|
||||
#include <stdlib.h>
|
||||
#include <conio.h>
|
||||
#include <string.h>
|
||||
#include <math.h>
|
||||
|
||||
|
|
4
str.h
4
str.h
|
@ -31,14 +31,14 @@
|
|||
#define STR_DELETED_FILE " [Arquivo removido]\n"
|
||||
#define STR_DELETED_DIR "[Pasta removida] %s\n"
|
||||
#define STR_DIR_COUNT "[Contagem de pastas] %d\n"
|
||||
#define STR_FOUND_DIR "[Pasta encontrada] [%s] %s\n"
|
||||
#define STR_FOUND_DIR "\n[Pasta encontrada] [%s] %s\n"
|
||||
#define STR_FOUND_FILE "[Arquivo encontrado] %s\n"
|
||||
#define STR_FOUND_ITEM "[Item encontrado] %s\n"
|
||||
#define STR_FAILED_DIR_LIST "Um erro ocorreu ao tentar enumerar os arquivos dentro de uma pasta especificada.\n"
|
||||
#define STR_FAILED_FILE " [Arquivo mantido] Não foi possível apagar este arquivo pelo seguinte erro:\n"
|
||||
#define STR_FAILED_DIR "[Pasta mantida] Não foi possível apagar esta pasta pelo seguinte erro:\n"
|
||||
|
||||
#define STR_OBJECT_COUNT "[Relatório] %u objetos foram apagados com sucesso.\n"
|
||||
#define STR_OBJECT_COUNT "\n[Relatório] %u objetos foram apagados com sucesso.\n"
|
||||
#define STR_TOTAL_DELETED_BYTES "[Relatório] %lu baites ou mais foram liberados.\n"
|
||||
#define STR_TOTAL_DELETED_KIBIBYTES "[Relatório] %.2f KiB ou mais foram liberados.\n"
|
||||
#define STR_TOTAL_DELETED_MEBIBYTES "[Relatório] %.2f MiB ou mais foram liberados.\n"
|
||||
|
|
Reference in New Issue