XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
📘  
Loading...
Searching...
No Matches
admin_extra.php
1<?php
2// ## XOOPS Cube Legacy - Versão em Português
3// ## Por............: Mikhail Miguel
4// ## E-mail.........: mikhail.miguel@gmail.com
5// License http://creativecommons.org/licenses/by/2.5/br/
6
7define( '_AD_USER_EXTRA_DATA_DOWNLOAD_DO' , "Exportar em CSV");
8define( '_AD_USER_EXTRA_DATA_DOWNLOAD_TIPS1' , "You are only able to get CSV User data order by user_id.");
9define( '_AD_USER_EXTRA_DATA_NUM' , "%d estão cadastrados.");
10define( '_AD_USER_EXTRA_DATA_UPLOAD_BACK' , "Selecione o arquivo CSV mais uma vez");
11define( '_AD_USER_EXTRA_DATA_UPLOAD_CHECK_USER_CSVFILE' , "Por gentileza, verifique o conteúdo do cadastro.");
12define( '_AD_USER_EXTRA_DATA_UPLOAD_CONF' , "Confirmação");
13define( '_AD_USER_EXTRA_DATA_UPLOAD_DO' , "Cadastrar");
14define( '_AD_USER_EXTRA_DATA_UPLOAD_DONE' , "As informações do arquivo CSV foram corretamente importadas.");
15define( '_AD_USER_EXTRA_DATA_UPLOAD_SELECT_USER_CSVFILE' , "Por favor, selecione o arquivo em formado CSV.");
16define( '_AD_USER_EXTRA_DATA_UPLOAD_TIPS1' , "A inclusão em lote de associados é possível via arquivos CSV.");
17define( '_AD_USER_EXTRA_DATA_UPLOAD_TIPS2' , "Utilize um arquivo CSV no mesmo formato da opção <q><a href='?action=UserDataDownload'>Exportar Dados</a></q>, sem alterar o número de colunas.");
18define( '_AD_USER_EXTRA_DATA_UPLOAD_TIPS3' , "Please describe only the user who wants to update and wants to register information newly in CSV file.");
19define( '_AD_USER_EXTRA_DATA_UPLOAD_TIPS4' , "When the row of leftmost UID is emptied(or 0), it registers as a new user.");
20define( '_AD_USER_EXTRA_DATA_UPLOAD_TIPS5' , "The user information is updated when there is a value of the row of leftmost(UID).<br>If you set password,set it within 30 bytes.");
21define( '_MI_USER_EXTRA_ADMENU_USER_DATA_CSVUPLOAD' , "Inclusão em lote de associados");
22define( '_MI_USER_EXTRA_ADMENU_USER_DATA_DOWNLOAD' , "Descarga dos cadastros");