Added INI cfg
Signed-off-by: luca0N! <63941044+luca0N@users.noreply.github.com>
This commit is contained in:
parent
fb58d0819f
commit
a96bac1756
3 changed files with 75 additions and 54 deletions
5
str.h
5
str.h
|
@ -25,8 +25,9 @@
|
|||
#define STR_FETCHING_ADD "Recolhendo pastas adicionais..."
|
||||
#define STR_CLEANING_DIRS "Limpando pastas carregadas..."
|
||||
|
||||
#define STR_REMOVED_FILE "[Arquivo removido] "
|
||||
#define STR_REMOVED_DIR "[Pasta removida] "
|
||||
#define STR_REMOVED_FILE "[Arquivo removido]"
|
||||
#define STR_REMOVED_DIR "[Pasta removida]"
|
||||
#define STR_DIR_COUNT "[Contagem de pastas]"
|
||||
|
||||
#define STR_ERROR_LIC "Falha ao ler arquivo de licença. Visite <https://www.gnu.org/licenses/> para mais informações."
|
||||
|
||||
|
|
Reference in a new issue