Prepared for v3.0.1

This commit is contained in:
luca0N! 2020-06-28 15:52:39 -03:00
parent db3617ee3e
commit 79b85a4b85
No known key found for this signature in database
GPG Key ID: 9F1B99B522287CAB
2 changed files with 3 additions and 3 deletions

2
main.c
View File

@ -28,7 +28,7 @@
#include <tchar.h> #include <tchar.h>
#include <stdio.h> #include <stdio.h>
#include <stdbool.h> #include <stdbool.h>
#include <stdlib.h> #include <conio.h>
#include <string.h> #include <string.h>
#include <math.h> #include <math.h>

4
str.h
View File

@ -31,14 +31,14 @@
#define STR_DELETED_FILE " [Arquivo removido]\n" #define STR_DELETED_FILE " [Arquivo removido]\n"
#define STR_DELETED_DIR "[Pasta removida] %s\n" #define STR_DELETED_DIR "[Pasta removida] %s\n"
#define STR_DIR_COUNT "[Contagem de pastas] %d\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_FILE "[Arquivo encontrado] %s\n"
#define STR_FOUND_ITEM "[Item 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_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_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_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_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_KIBIBYTES "[Relatório] %.2f KiB ou mais foram liberados.\n"
#define STR_TOTAL_DELETED_MEBIBYTES "[Relatório] %.2f MiB ou mais foram liberados.\n" #define STR_TOTAL_DELETED_MEBIBYTES "[Relatório] %.2f MiB ou mais foram liberados.\n"