mirror of https://gitee.com/bigwinds/arangodb
Add bye bye messages
This commit is contained in:
parent
7ea6ba7ad3
commit
365de45f07
|
@ -44,6 +44,7 @@
|
|||
#define TRI_UNICODE_LRM "\xE2\x80\x8E"
|
||||
#define TRI_UNICODE_RLM "\xE2\x80\x8F"
|
||||
#define TRI_BYE_MESSAGE_CH "Uf wiederluege!"
|
||||
#define TRI_BYE_MESSAGE_CN "\xE5\x86\x8D\xE8\xA7\x81\xEF\xBC\x81"
|
||||
#define TRI_BYE_MESSAGE_CZ "Na shledanou!"
|
||||
#define TRI_BYE_MESSAGE_DE "Auf Wiedersehen!"
|
||||
#define TRI_BYE_MESSAGE_EN "Bye Bye!"
|
||||
|
@ -57,6 +58,7 @@
|
|||
//#define TRI_BYE_MESSAGE_IL "\xd7\xaa\xd7\x95\xd7\x90\xd7\xa8\xd7\xaa\xd7\x94\xd7\x9c\x21"
|
||||
#define TRI_BYE_MESSAGE_IT "Arrivederci!"
|
||||
#define TRI_BYE_MESSAGE_JP "\xe3\x81\x95\xe3\x82\x88\xe3\x81\x86\xe3\x81\xaa\xe3\x82\x89"
|
||||
#define TRI_BYE_MESSAGE_LV "\x55\x7a\x20\x72\x65\x64\x7a\xC4\x93\xC5\xA1\x61\x6e\x6f\x73\x21"
|
||||
#define TRI_BYE_MESSAGE_NL "Tot ziens!"
|
||||
#define TRI_BYE_MESSAGE_RU "\xd0\x94\xd0\xbe\x20\xd1\x81\xd0\xb2\xd0\xb8\xd0\xb4\xd0\xb0\xd0\xbd\xd0\xb8\xd1\x8f\x21"
|
||||
#define TRI_BYE_MESSAGE_SV "\x41\x64\x6a\xc3\xb6\x21"
|
||||
|
@ -64,11 +66,11 @@
|
|||
#define TRI_BYE_MESSAGE_FA "\xd8\xae\xd8\xaf\xd8\xa7\xd8\xad\xd8\xa7\xd9\x81\xd8\xb8\x21"
|
||||
|
||||
#define TRI_BYE_MESSAGE \
|
||||
TRI_BYE_MESSAGE_CH \
|
||||
TRI_BYE_MESSAGE_CH " " TRI_BYE_MESSAGE_CN \
|
||||
" " TRI_BYE_MESSAGE_CZ " " TRI_BYE_MESSAGE_DE " " TRI_BYE_MESSAGE_EN \
|
||||
" " TRI_BYE_MESSAGE_EO " " TRI_BYE_MESSAGE_ES " " TRI_BYE_MESSAGE_GR \
|
||||
"\n" TRI_BYE_MESSAGE_IL " " TRI_BYE_MESSAGE_IT " " TRI_BYE_MESSAGE_NL \
|
||||
" " TRI_BYE_MESSAGE_SV " " TRI_BYE_MESSAGE_FR " " TRI_BYE_MESSAGE_JP \
|
||||
" " TRI_BYE_MESSAGE_RU " " TRI_BYE_MESSAGE_PT " " TRI_BYE_MESSAGE_FA
|
||||
|
||||
" " TRI_BYE_MESSAGE_RU " " TRI_BYE_MESSAGE_PT " " TRI_BYE_MESSAGE_FA \
|
||||
" " TRI_BYE_MESSAGE_LV
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue