| 72 | | /var/lib/asterisk/bin/module_admin i18n core > admin/modules/core/core.i18n.php |
|---|
| 73 | | find admin/*.php admin/cdr/*.php admin/views/*.php admin/common/*.php admin/modules/core/*.php -maxdepth 0 | xargs xgettext --no-location -L PHP -o admin/i18n/amp.pot --keyword=_ - |
|---|
| | 72 | echo -e "<?php \nif (false) {" >> admin/modules/core/core.i18n.php |
|---|
| | 73 | /var/lib/asterisk/bin/module_admin i18n core >> admin/modules/core/core.i18n.php |
|---|
| | 74 | echo -e "}\n?>\n" >> admin/modules/core/core.i18n.php |
|---|
| | 75 | find admin/*.php admin/cdr/*.php admin/views/*.php admin/common/*.php admin/modules/core/*.php -maxdepth 0 | xargs xgettext --no-location -L PHP -o admin/i18n/amp.tmp --keyword=_ - |
|---|
| | 76 | echo "# This file is part of FreePBX." > admin/i18n/amp.pot |
|---|
| | 77 | echo "#" >> admin/i18n/amp.pot |
|---|
| | 78 | echo "# FreePBX is free software: you can redistribute it and/or modify" >> admin/i18n/amp.pot |
|---|
| | 79 | echo "# it under the terms of the GNU General Public License as published by" >> admin/i18n/amp.pot |
|---|
| | 80 | echo "# the Free Software Foundation, either version 2 of the License, or" >> admin/i18n/amp.pot |
|---|
| | 81 | echo "# (at your option) any later version." >> admin/i18n/amp.pot |
|---|
| | 82 | echo "#" >> admin/i18n/amp.pot |
|---|
| | 83 | echo "# FreePBX is distributed in the hope that it will be useful," >> admin/i18n/amp.pot |
|---|
| | 84 | echo "# but WITHOUT ANY WARRANTY; without even the implied warranty of" >> admin/i18n/amp.pot |
|---|
| | 85 | echo "# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the" >> admin/i18n/amp.pot |
|---|
| | 86 | echo "# GNU General Public License for more details." >> admin/i18n/amp.pot |
|---|
| | 87 | echo "#" >> admin/i18n/amp.pot |
|---|
| | 88 | echo "# You should have received a copy of the GNU General Public License" >> admin/i18n/amp.pot |
|---|
| | 89 | echo "# along with FreePBX. If not, see <http://www.gnu.org/licenses/>." >> admin/i18n/amp.pot |
|---|
| | 90 | echo "#" >> admin/i18n/amp.pot |
|---|
| | 91 | echo "# FreePBX language template for amp" >> admin/i18n/amp.pot |
|---|
| | 92 | echo "# Copyright (C) 2008, 2009, 2010 Bandwith.com" >> admin/i18n/amp.pot |
|---|
| | 93 | echo "#" >> admin/i18n/amp.pot |
|---|