libpsyc/src/templates.h

51 lines
1.7 KiB
C
Raw Permalink Normal View History

2013-07-16 14:53:51 +00:00
/*
This file is part of libpsyc.
Copyright (C) 2011,2012 Carlo v. Loesch, Gabor X Toth, Mathias L. Baumann,
and other contributing authors.
libpsyc is free software: you can redistribute it and/or modify it under the
terms of the GNU Affero General Public License as published by the Free
Software Foundation, either version 3 of the License, or (at your option) any
later version. As a special exception, libpsyc is distributed with additional
permissions to link libpsyc libraries with non-AGPL works.
libpsyc 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 Affero General Public License for more
details.
You should have received a copy of the GNU Affero General Public License and
the linking exception along with libpsyc in a COPYING file.
*/
2011-11-30 12:51:50 +00:00
#define _ PSYC_C2STRI
2012-01-25 17:05:44 +00:00
._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 =
2012-03-08 09:29:43 +00:00
_("[_source] asks for your permission to enter [_context]"),
2011-11-30 12:51:50 +00:00
._echo_context_enter =
2012-03-08 09:29:43 +00:00
_("You enter [_source]" ),
2011-11-30 12:51:50 +00:00
._echo_context_leave =
2012-03-08 09:29:43 +00:00
_("You leave [_source]"),
2012-01-25 17:05:44 +00:00
2011-11-30 12:51:50 +00:00
._notice_context_enter =
2012-03-08 09:29:43 +00:00
_("[_source] enters [_context]"),
2011-11-30 12:51:50 +00:00
._notice_context_leave =
2012-03-08 09:29:43 +00:00
_("[_source] leaves [_context]"),
2012-01-25 17:05:44 +00:00
._echo_hello =
_("Received hello of psyc://[_key_public]:g/"),
2011-12-27 16:50:25 +00:00
._status_hello =
_("Your hello is [_hello]"),