mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
Automatic installer lang files (20101111)
This commit is contained in:
parent
090b958641
commit
18eaadfae4
2 changed files with 6 additions and 1 deletions
|
@ -38,5 +38,5 @@ $string['cliunknowoption'] = 'Neznámé volby:
|
|||
{$a}
|
||||
Použijte volbu --help pro získání nápovědy';
|
||||
$string['cliyesnoprompt'] = 'zadejte a (pro "ano") nebo n (pro "ne")';
|
||||
$string['environmentrequireinstall'] = 'vyžadovaná komponenta';
|
||||
$string['environmentrequireinstall'] = 'musí být nainstalováno a povoleno';
|
||||
$string['environmentrequireversion'] = 'vyžadována je verze {$a->needed}, nyní používáte verzi {$a->current}';
|
||||
|
|
|
@ -28,5 +28,10 @@
|
|||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
*/
|
||||
|
||||
$string['clianswerno'] = 'n';
|
||||
$string['cliansweryes'] = 's';
|
||||
$string['cliincorrectvalueretry'] = 'Valor incorrecto, por favor tente novamente';
|
||||
$string['clitypevalue'] = 'valor do tipo';
|
||||
$string['cliyesnoprompt'] = 'digite s (para sim) ou n (para não)';
|
||||
$string['environmentrequireinstall'] = 'é necessário estar instalada/activa';
|
||||
$string['environmentrequireversion'] = 'É requerida a versão {$a->needed} e está a correr a versão {$a->current}';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue