1
0
Fork 0
mirror of git://git.psyc.eu/libpsyc synced 2024-08-15 03:19:02 +00:00
libpsyc/src/templates.h
2012-03-08 10:29:43 +01:00

30 lines
850 B
C

#define _ PSYC_C2STRI
._notice_alias_add =
_("[_nick] is now an alias for [_uniform]"),
._notice_alias_remove =
_("[_nick] is no longer an alias for [_uniform]"),
._notice_alias_change =
_("[_nick_old] is now known as [_nick_new]"),
._failure_alias_unavailable =
_("[_nick] is already an alias for [_uniform]"),
._failure_alias_nonexistant =
_("[_nick] is not an alias"),
._request_context_enter =
_("[_source] asks for your permission to enter [_context]"),
._echo_context_enter =
_("You enter [_source]" ),
._echo_context_leave =
_("You leave [_source]"),
._notice_context_enter =
_("[_source] enters [_context]"),
._notice_context_leave =
_("[_source] leaves [_context]"),
._echo_hello =
_("Received hello of psyc://[_key_public]:g/"),
._status_hello =
_("Your hello is [_hello]"),