/** * Localized data * * @copyright Copyright (C) 2010-2013 Combodo SARL * @license http://opensource.org/licenses/AGPL-3.0 * @traductor Miguel Turrubiates */ // Dictionnay conventions // Class: // Class:+ // Class:/Attribute: // Class:/Attribute:+ // Class:/Attribute:/Value: // Class:/Attribute:/Value:+ // Class:/Stimulus: // Class:/Stimulus:+ // // Class: UserLocal // Dict::Add('ES CR', 'Spanish', 'Español, Castellaño', array( 'Class:UserLocal' => 'Usuario de iTop', 'Class:UserLocal+' => 'Usuario Autenticado vía iTop', 'Class:UserLocal/Attribute:password' => 'Contraseña', 'Class:UserLocal/Attribute:password+' => 'Contraseña', 'Class:UserLocal/Attribute:expiration' => 'Password expiration~~', 'Class:UserLocal/Attribute:expiration+' => 'Password expiration status (requires an extension to have an effect)~~', 'Class:UserLocal/Attribute:expiration/Value:can_expire' => 'Can expire~~', 'Class:UserLocal/Attribute:expiration/Value:can_expire+' => '~~', 'Class:UserLocal/Attribute:expiration/Value:never_expire' => 'Never expire~~', 'Class:UserLocal/Attribute:expiration/Value:never_expire+' => '~~', 'Class:UserLocal/Attribute:expiration/Value:force_expire' => 'Expired~~', 'Class:UserLocal/Attribute:expiration/Value:force_expire+' => '~~', 'Class:UserLocal/Attribute:password_renewed_date' => 'Password renewal~~', 'Class:UserLocal/Attribute:password_renewed_date+' => 'When the password was last changed~~', 'Error:UserLocalPasswordValidator:UserPasswordPolicyRegex:ValidationFailed' => 'Password must be at least 8 characters and include uppercase, lowercase, numeric and special characters.~~', 'UserLocal:password:expiration' => 'The fields below require an extension~~' ));