/*  Copyright 2007, ontoprise GmbH
*  This file is part of the halo-Extension.
*
*   The halo-Extension 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.
*
*   The halo-Extension 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 this program.  If not, see <http://www.gnu.org/licenses/>.
*/
/**
 * @file
 * @ingroup SRLanguage
 * 
 * @author Kai Kühn
 */
var wgUserSR_LanguageStrings = {
  
  // Rule toolbar
    'RULE_RULES'        : 'Rules',
    'RULE_CREATE'       : 'Create a new rule.',
    'RULE_EDIT'         : 'Edits a rule.',
    'RULE_NAME_TOO_LONG': '(e)The name of this rule is too long or contains invalid characters.',
    'RULE_TYPE'         : 'Rule type:',
    'RULE_TYPE_DEFINITION'    : 'Definition',
    'RULE_TYPE_PROP_CHAINING' : 'Property chaining',
    'RULE_TYPE_CALCULATION'   : 'Calculation',
    
    
    

   // Simple rules
    
    'SR_DERIVE_BY'      : 'Derive $1 $2 by complex rule',
    'SR_HEAD'           : 'Head',
    'SR_BODY'           : 'Body',
    'SR_CAT_HEAD_TEXT'  : 'All articles $1 belonging to $2 $3 are defined by',
    'SR_PROP_HEAD_TEXT' : 'All articles $1 have the property $2 with value $3, if',
    'SR_MCATPROP'       : 'Being member of a certain $1category$2 or $3property$4',
    'SR_RULE_IMPLIES'   : 'This rule implies the following:',
    'SR_SAVE_RULE'      : 'Generate rule',
    'SR_ALL_ARTICLES'   : 'All articles',
    'SR_BELONG_TO_CAT'  : 'belong to category',
    'SR_AND'            : 'AND',
    'SR_HAVE_PROP'      : 'have the property',
    'SR_WITH_VALUE'     : 'with value',
    'SR_SIMPLE_VALUE'   : 'a certain value',
    
    'SR_ENTER_FORMULA'  : 'Please enter a formula to calculate the value of "$1"',
    'SR_SUBMIT'         : 'Submit...',
    'SR_SPECIFY_VARIABLES' : 'Please specify the values of the following variables in your formula:',
    'SR_DERIVED_FACTS'  : 'Currently derived facts (might take a while to refresh)',
    'SR_SYNTAX_CHECKED' : '(syntax checked)',
    'SR_EDIT_FORMULA'   : 'edit formula',
    'SR_NO_VARIABLE'    : 'There is no variable in the formula. Formulas of that kind are meaningless.',
    'SR_IS_A'           : 'is a',
    'SR_PROPERTY_VALUE' : 'property value',
    'SR_ABSOLUTE_TERM'  : 'absolute term',
    'SR_ENTER_VALUE'    : 'Enter a value...',
    'SR_ENTER_PROPERTY' : 'Enter a property...',
    
    'SR_OP_HELP_ENTER'  : 'Enter a mathematical formula using the following operators:',
    'SR_OP_ADDITION'    : 'Addition',
    'SR_OP_SQUARE_ROOT' : 'Square root',
    'SR_OP_SUBTRACTION' : 'Subtraction',
    'SR_OP_EXPONENTIATE': 'Exponentiate',
    'SR_OP_MULTIPLY'    : 'Multiply',
    'SR_OP_SINE'        : 'Sine',
    'SR_OP_DIVIDE'      : 'Divide',
    'SR_OP_COSINE'      : 'Cosine',
    'SR_OP_MODULO'      : 'Modulo',
    'SR_OP_TANGENT'     : 'Tangent',

    //Term Import
    'smw_ti_sourceinfo'     : 'The following Information is needed in order to start the Import',
    'smw_ti_source'         : 'Source',
    'smw_ti_edit'           : 'edit',
    'smw_ti_attributes'     : '<b>Available attributes in this data source</b><br/>The following attributes can be extracted from data source defined:',
    'smw_ti_articles1'      : '<b>Articles to be imported from this data source</b><br/>The following ',
    'smw_ti_noa'            : 'articleName',
    'smw_ti_articles2'      : ' articles will be generated in the wiki:',

    'PC_enter_prop'     : 'Enter property',
    'PC_headline'       : 'The value of the property $1 of $2 is $3, if',
    'PC_DERIVE_BY'      : 'Derive property $1 by a property chaining rule'
   
};

var wgContSR_LanguageStrings= {};  
