2020-04-26 21:55:11 +00:00
/*
2020-04-27 04:51:35 +00:00
limpador do luca0N ! 3
2020-04-26 21:55:11 +00:00
Copyright ( C ) 2020 luca0N !
This program is free software : you can redistribute it and / or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation , either version 3 of the License , or
( at your option ) any later version .
This program is distributed in the hope that it will be useful ,
but WITHOUT ANY WARRANTY ; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE . See the
GNU General Public License for more details .
You should have received a copy of the GNU General Public License
along with this program . If not , see < https : //www.gnu.org/licenses/>.
2020-05-24 03:10:21 +00:00
Contact me by e - mail via < mailto : luca0n @ protonmail . com > .
2020-04-26 21:55:11 +00:00
*/
# ifndef STR_DEF
# define STR_DEF
2020-05-23 05:58:36 +00:00
# define STR_LN "--------------------------------------"
2020-04-26 21:55:11 +00:00
# define STR_USE_WARNING "Aviso: é recomendado fechar todos os programas abertos antes de utilizar este programa para poder remover mais arquivos temporários. Deseja continuar? (S / n)"
2020-05-06 18:42:15 +00:00
# define STR_FETCHING_ADD_DIRS "Recolhendo pastas adicionais..."
2020-04-26 21:55:11 +00:00
2020-05-06 18:42:15 +00:00
# define STR_CLEANING_DIR "[Limpando pasta]"
2020-06-10 15:53:08 +00:00
# define STR_DELETED_FILE "[Arquivo removido]"
# define STR_DELETED_DIR "[Pasta removida]"
2020-05-04 03:11:13 +00:00
# define STR_DIR_COUNT "[Contagem de pastas]"
2020-05-04 11:30:18 +00:00
# define STR_FOUND_DIR "[Pasta encontrada]"
2020-05-06 18:42:15 +00:00
# define STR_FOUND_FILE "[Arquivo encontrado]"
# define STR_FOUND_ITEM "[Item encontrado]"
# define STR_FAILED_DIR_LIST "Um erro ocorreu ao tentar enumerar os arquivos dentro de uma pasta especificada."
2020-06-27 04:52:55 +00:00
# define STR_FAILED_FILE "[Arquivo mantido] Não foi possível apagar este arquivo pelo seguinte erro:"
# define STR_FAILED_DIR "[Pasta mantida] Não foi possível apagar esta pasta pelo seguinte erro:"
# define FMT_STR_OBJECT_COUNT "[Relatório] %u objetos foram apagados com sucesso.\n"
2020-04-26 21:55:11 +00:00
2020-06-26 04:14:19 +00:00
# define STR_MEM_ERR "[Erro fatal] Não foi possível alocar memória. Tente fechar alguns programas abertos e tente novamente."
2020-04-26 21:55:11 +00:00
# define STR_ERROR_LIC "Falha ao ler arquivo de licença. Visite <https: //www.gnu.org/licenses/> para mais informações."
2020-06-20 01:50:58 +00:00
# define STR_ERROR_VAR_CURRENTLY_NOT_SUPPORTED "[Aviso] O suporte para variáveis de sistema não existe nesta versão."
2020-04-26 21:55:11 +00:00
2020-06-20 01:52:38 +00:00
# endif