Changeset 75058 in spip-zone
- Timestamp:
- Aug 29, 2013, 3:37:04 AM (7 years ago)
- Location:
- _plugins_/inscription/trunk/lang
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/inscription/trunk/lang/inscription3_en.php
r71980 r75058 117 117 'label_commentaire' => 'Comments', 118 118 'label_creation' => 'Creation date of the record', 119 'label_email' => 'Email', 120 'label_fax' => 'Fax', 119 'label_email' => 'Email', # MODIF 120 'label_fax' => 'Fax', # MODIF 121 121 'label_fonction' => 'Function', 122 122 'label_inscription_depuis' => 'Member since @date@.', … … 125 125 'label_login' => 'Username (login)', 126 126 'label_logo_auteur' => 'Logo', 127 'label_mobile' => 'Mobile', 127 'label_mobile' => 'Mobile', # MODIF 128 128 'label_naissance' => 'Birthday', 129 129 'label_nom' => 'Signature', … … 149 149 'label_statut' => 'Status', 150 150 'label_surnom' => 'Nickname', 151 'label_telephone' => 'Phone', 151 'label_telephone' => 'Phone', # MODIF 152 152 'label_travail' => 'work', 153 153 'label_url_site' => 'Website url', … … 156 156 'label_valider_comptes' => 'Validate the accounts', 157 157 'label_ville' => 'City', 158 'label_website' => 'Website', 158 'label_website' => 'Website', # MODIF 159 159 'legend_oubli_pass' => 'No password / password forgotten', 160 160 'legende' => 'Caption', -
_plugins_/inscription/trunk/lang/inscription3_es.php
r71980 r75058 117 117 'label_commentaire' => 'Comentario', 118 118 'label_creation' => 'Fecha de creación de la ficha', 119 'label_email' => 'Correo electrónico', 120 'label_fax' => 'Fax', 119 'label_email' => 'Correo electrónico', # MODIF 120 'label_fax' => 'Fax', # MODIF 121 121 'label_fonction' => 'Función', 122 122 'label_inscription_depuis' => 'Miembro desde el @date@.', … … 125 125 'label_login' => 'Nombre de usuario (login)', 126 126 'label_logo_auteur' => 'Logo', 127 'label_mobile' => 'Móvil', 127 'label_mobile' => 'Móvil', # MODIF 128 128 'label_naissance' => 'Fecha de nacimiento', 129 129 'label_nom' => 'Firma', … … 149 149 'label_statut' => 'Estatus', 150 150 'label_surnom' => 'Apodo', 151 'label_telephone' => 'Teléfono', 151 'label_telephone' => 'Teléfono', # MODIF 152 152 'label_travail' => 'profesional', 153 153 'label_url_site' => 'Url del sitio', … … 156 156 'label_valider_comptes' => 'Confirmar las cuentas', 157 157 'label_ville' => 'Ciudad', 158 'label_website' => 'Sitio Internet', 158 'label_website' => 'Sitio Internet', # MODIF 159 159 'legend_oubli_pass' => 'Sin contraseña / contraseña olvidada', 160 160 'legende' => 'Leyenda',
Note: See TracChangeset
for help on using the changeset viewer.