Proyectos de Subversion Moodle

Rev

Rev 1 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 1441
Línea 14... Línea 14...
14
//
14
//
15
// You should have received a copy of the GNU General Public License
15
// You should have received a copy of the GNU General Public License
16
// along with Moodle.  If not, see <http://www.gnu.org/licenses/>.
16
// along with Moodle.  If not, see <http://www.gnu.org/licenses/>.
Línea 17... Línea 17...
17
 
17
 
18
/**
18
/**
19
 * Strings for Language customisation admin tool
19
 * Strings for component 'tool_customlang', language 'en'.
20
 *
20
 *
21
 * @package    tool
21
 * @package    tool
22
 * @subpackage customlang
22
 * @subpackage customlang
23
 * @copyright  2010 David Mudrak <david@moodle.com>
23
 * @copyright  2010 David Mudrak <david@moodle.com>
Línea 89... Línea 89...
89
$string['placeholderwarning'] = 'string contains a placeholder';
89
$string['placeholderwarning'] = 'string contains a placeholder';
90
$string['pluginname'] = 'Language customisation';
90
$string['pluginname'] = 'Language customisation';
91
$string['savecheckin'] = 'Save changes to the language pack';
91
$string['savecheckin'] = 'Save changes to the language pack';
92
$string['savecontinue'] = 'Apply changes and continue editing';
92
$string['savecontinue'] = 'Apply changes and continue editing';
93
$string['privacy:metadata'] = 'The Language customisation plugin does not store any personal data.';
93
$string['privacy:metadata'] = 'The Language customisation plugin does not store any personal data.';
94
 
-
 
95
// Deprecated since Moodle 4.2.
-
 
96
$string['exportzipfilename'] = 'customlang-export-{$a->lang}.zip';
-