Automatic installer lang files (20101111)

This commit is contained in:
AMOS bot 2010-11-11 00:40:10 +00:00
parent 090b958641
commit 18eaadfae4
2 changed files with 6 additions and 1 deletions

View file

@ -38,5 +38,5 @@ $string['cliunknowoption'] = 'Neznámé volby:
{$a} {$a}
Použijte volbu --help pro získání nápovědy'; Použijte volbu --help pro získání nápovědy';
$string['cliyesnoprompt'] = 'zadejte a (pro "ano") nebo n (pro "ne")'; $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}'; $string['environmentrequireversion'] = 'vyžadována je verze {$a->needed}, nyní používáte verzi {$a->current}';

View file

@ -28,5 +28,10 @@
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later * @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['environmentrequireinstall'] = 'é necessário estar instalada/activa';
$string['environmentrequireversion'] = 'É requerida a versão {$a->needed} e está a correr a versão {$a->current}'; $string['environmentrequireversion'] = 'É requerida a versão {$a->needed} e está a correr a versão {$a->current}';