/**
 * 
Open Source License
------------------------------------------------------------------------------------------
Generic Table Editor is licensed under the terms of the Open Source GPL 3.0 license. 

http://www.gnu.org/licenses/gpl.html

Generic Table Editor is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

Foobar 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 General Public License for more details.

You should have received a copy of the GNU General Public License
along with Foobar.  If not, see <http://www.gnu.org/licenses/>.

--

This library 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
General Public License for more details.

 * 
 * Generic Table Editor
 *
 * @author Bernhard Woehrlin
 * @copyright (c) 2008-2009, IT.CappuccinoNet.com
 * @date 2009-09-01 16:27:36
 * @version 1.3
 *
 */

/**
 * ########################################################
 *  Text Strings - DE
 * ########################################################
 */
APPL.MSG_PAGING_EMPTYMSG = 'No dataset available';
APPL.MSG_PAGING_DISPLAYMSG = 'Show dataset {0} - {1} of {2}';
APPL.MSG_PAGING_PREVTEXT = 'Previous Page';
APPL.MSG_PAGING_NEXTTEXT = 'Next Page';
APPL.MSG_PAGING_LASTTEXT = 'Last Page';
APPL.MSG_PAGING_FIRSTTEXT = 'First Page';
APPL.MSG_PAGING_BEFOREPAGETEXT = 'Page';
APPL.MSG_PAGING_AFTERPAGETEXT = 'of {0}';
APPL.MSG_TEXFIELD_BLANKTEXT = 'Please provide data for this field';
APPL.MSG_TEXFIELD_INVALIDTEXT = 'This value is not correct';
APPL.MSG_SAVE = 'Save';
APPL.MSG_SAVE_SUCCESS = 'Successfully saved data';
APPL.MSG_ADD = 'Add';
APPL.MSG_REMOVE = 'Delete';
