Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1441 ariadna 1
<?php
2
// This file is part of Moodle - http://moodle.org/
3
//
4
// Moodle is free software: you can redistribute it and/or modify
5
// it under the terms of the GNU General Public License as published by
6
// the Free Software Foundation, either version 3 of the License, or
7
// (at your option) any later version.
8
//
9
// Moodle is distributed in the hope that it will be useful,
10
// but WITHOUT ANY WARRANTY; without even the implied warranty of
11
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12
// GNU General Public License for more details.
13
//
14
// You should have received a copy of the GNU General Public License
15
// along with Moodle.  If not, see <http://www.gnu.org/licenses/>.
16
 
17
/**
18
 * Strings for component 'tiny_aiplacement', language 'en'.
19
 *
20
 * @package    tiny_aiplacement
21
 * @copyright  2024 Matt Porritt <matt.porritt@moodle.com>
22
 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
23
 */
24
 
25
$string['aiplacement:generateimage'] = 'Generate image using AI';
26
$string['aiplacement:generatetext'] = 'Generate text using AI';
27
$string['aspectlandscape'] = 'Landscape';
28
$string['aspectportrait'] = 'Portrait';
29
$string['aspectratio'] = 'Image shape';
30
$string['aspectsquare'] = 'Square';
31
$string['back'] = 'Go back';
32
$string['buttontitle'] = 'tester';
33
$string['definitionhigh'] = 'High';
34
$string['definitionstandard'] = 'Standard';
35
$string['errorgeneral'] = 'Try again later';
36
$string['generate'] = 'Generate';
37
$string['generatefailtitle'] = 'Something went wrong';
38
$string['generateimage'] = 'Generate image';
39
$string['generatetext'] = 'Generate text';
40
$string['generating'] = 'Generating';
41
$string['imagemodaltitle'] = 'Generate an image using AI';
42
$string['imageprompt_label'] = 'Describe the image you want AI to create';
43
$string['imageprompt_placeholder'] = 'Try \'Mountain landscape\'';
44
$string['imagequality'] = 'Image quality';
45
$string['imagestyle'] = 'Image style';
46
$string['insert'] = 'Insert';
47
$string['loading'] = 'Loading...';
48
$string['loading_almostdone'] = 'Almost done...';
49
$string['loading_applying'] = 'Applying the finishing touches...';
50
$string['loading_generating'] = 'Generating the response...';
51
$string['loading_processing'] = 'Processing your request...';
52
$string['next'] = 'Next';
53
$string['pluginname'] = 'AI placement';
54
$string['privacy:metadata'] = 'The AI placement plugin does not store any personal data.';
55
$string['regenerate'] = 'Regenerate';
56
$string['textmodaltitle'] = 'Generate text using AI';
57
$string['textprompt_label'] = 'Describe the text you want AI to create. You can include details like topic, length, audience, or tone.';
58
$string['textresponse_label'] = 'AI-generated text';
59
$string['textresponse_placeholder'] = 'Generated text will appear here, and can be edited before inserting into the editor.';