182 |
16 May 06 |
gregory |
# $Id: Controller.java 52 2006-04-09 20:28:45Z gregory $ |
182 |
16 May 06 |
gregory |
2 |
|
1916 |
31 Aug 07 |
jari |
# Copyright (C) 2006, 2007 Gregory Vincic |
182 |
16 May 06 |
gregory |
4 |
|
182 |
16 May 06 |
gregory |
# Files are copyright by their respective authors. The contributions to |
182 |
16 May 06 |
gregory |
# files where copyright is not explicitly stated can be traced with the |
182 |
16 May 06 |
gregory |
# source code revision system. |
182 |
16 May 06 |
gregory |
8 |
|
182 |
16 May 06 |
gregory |
# This file is part of Proteios. |
182 |
16 May 06 |
gregory |
# Available at http://www.proteios.org/ |
182 |
16 May 06 |
gregory |
11 |
|
182 |
16 May 06 |
gregory |
# Proteios is free software; you can redistribute it and/or |
182 |
16 May 06 |
gregory |
# modify it under the terms of the GNU General Public License |
182 |
16 May 06 |
gregory |
# as published by the Free Software Foundation; either version 2 |
182 |
16 May 06 |
gregory |
# of the License, or (at your option) any later version. |
182 |
16 May 06 |
gregory |
16 |
|
182 |
16 May 06 |
gregory |
# Proteios is distributed in the hope that it will be useful, |
182 |
16 May 06 |
gregory |
# but WITHOUT ANY WARRANTY; without even the implied warranty of |
182 |
16 May 06 |
gregory |
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
182 |
16 May 06 |
gregory |
# GNU General Public License for more details. |
182 |
16 May 06 |
gregory |
21 |
|
182 |
16 May 06 |
gregory |
# You should have received a copy of the GNU General Public License |
182 |
16 May 06 |
gregory |
# along with this program; if not, write to the Free Software |
182 |
16 May 06 |
gregory |
# Foundation, Inc., 59 Temple Place - Suite 330, |
182 |
16 May 06 |
gregory |
# Boston, MA 02111-1307, USA. |
182 |
16 May 06 |
gregory |
26 |
|
182 |
16 May 06 |
gregory |
is.null=No input given |
182 |
16 May 06 |
gregory |
too.many.characters=Too long |
182 |
16 May 06 |
gregory |
too.few.characters=Too short |
265 |
13 Jun 06 |
gregory |
no.such.action=No such action |
182 |
16 May 06 |
gregory |
31 |
|