This repository was archived by the owner on Nov 25, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +31
-0
lines changed
core/src/plugins/core.mailer/i18n Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Original file line number Diff line number Diff line change 1+ <?php
2+ /*
3+ * Copyright 2007-2012 Charles du Jeu <charles (at) cdujeu.me>
4+ * This file is part of Pydio.
5+ *
6+ * Pydio is free software: you can redistribute it and/or modify
7+ * it under the terms of the GNU Affero General Public License as published by
8+ * the Free Software Foundation, either version 3 of the License, or
9+ * (at your option) any later version.
10+ *
11+ * Pydio is distributed in the hope that it will be useful,
12+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
13+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14+ * GNU Affero General Public License for more details.
15+ *
16+ * You should have received a copy of the GNU Affero General Public License
17+ * along with Pydio. If not, see <http://www.gnu.org/licenses/>.
18+ *
19+ * The latest code can be found at <http://pyd.io/>.
20+ */
21+ $ mess = array (
22+ "1 " => "E-mail enviado com sucesso para %s usuário(s) " ,
23+ "2 " => "Nenhum endereço encontrado para enviar o e-mail! " ,
24+ "3 " => "Nenhum serviço de e-mail configurado para enviar e-mails, favor contatar o administrador " ,
25+ "4 " => "De " ,
26+ "5 " => "Para " ,
27+ "6 " => "Assunto " ,
28+ "7 " => "Mensagem " ,
29+ "8 " => "Escolha um usuário ou digite um endereço " ,
30+ "9 " => "Ingestão de Notificações " ,
31+ );
You can’t perform that action at this time.
0 commit comments