summaryrefslogtreecommitdiffstats
path: root/src/i18n.h
diff options
context:
space:
mode:
authorsijanec <anton@sijanec.eu>2021-03-16 14:29:51 +0100
committersijanec <anton@sijanec.eu>2021-03-16 14:29:51 +0100
commita9f570f988e87599103a222ff3cd02b86cbbcdb1 (patch)
treeaa6c3562c320204ff6a7f35344dafe83943194d2 /src/i18n.h
parentread instructions in src/api.c for todo (diff)
downloaddiscord.c-a9f570f988e87599103a222ff3cd02b86cbbcdb1.tar
discord.c-a9f570f988e87599103a222ff3cd02b86cbbcdb1.tar.gz
discord.c-a9f570f988e87599103a222ff3cd02b86cbbcdb1.tar.bz2
discord.c-a9f570f988e87599103a222ff3cd02b86cbbcdb1.tar.lz
discord.c-a9f570f988e87599103a222ff3cd02b86cbbcdb1.tar.xz
discord.c-a9f570f988e87599103a222ff3cd02b86cbbcdb1.tar.zst
discord.c-a9f570f988e87599103a222ff3cd02b86cbbcdb1.zip
Diffstat (limited to 'src/i18n.h')
-rw-r--r--src/i18n.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/i18n.h b/src/i18n.h
index 2a982d7..81e7d70 100644
--- a/src/i18n.h
+++ b/src/i18n.h
@@ -1,4 +1,4 @@
-#define DC_I18N_FAILED "neuspel" /**/
+#define DC_I18N_FAILED "neuspelo" /**/
#define DC_I18N_UNREC_ARG "neprepoznan argument %c, poskusi -h"
#define DC_I18N_USAGE "uporaba: %s -e naslov@example -p geslo"
#define DC_I18N_ARG_ALREADY_SET "argument %c že ima nastavljeno vrednost (mogoče okoljske spremenljivke)"
@@ -10,3 +10,5 @@
#define DC_I18N_CHANNEL_NOT_SET "kanal ni izbran!"
#define DC_I18N_MESSAGES_GET_FAIL "pri pridobivanju sporočil je prišlo do napake"
#define DC_I18N_JSON_ERROR_BEFORE "JSON napaka pred"
+#define DC_I18N_LOCKING "zaklepanje"
+#define DC_I18N_UNLOCKING "odklepanje"