Skip to content

Commit

Permalink
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/mo…
Browse files Browse the repository at this point in the history
  • Loading branch information
junpataleta committed Sep 7, 2018
2 parents 5e2236a + fba3372 commit 0fb5aa7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion install/lang/ca/admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
$string['cliincorrectvalueretry'] = 'Valor incorrecte; torneu-ho a provar.';
$string['clitypevalue'] = 'Valor de tipus';
$string['clitypevaluedefault'] = 'valor de tipus, premeu la tecla de retorn (<em>Enter</em>) per fer servir un valor per defecte ({$a})';
$string['cliunknowoption'] = 'Opcions invàlides:
$string['cliunknowoption'] = 'Opcions no reconegudes:
{$a}
L\'opció --help us orientarà.';
$string['cliyesnoprompt'] = 'Escriu y (significa Sí) o n (significa No)';
Expand Down
1 change: 1 addition & 0 deletions install/lang/el/admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,4 @@
$string['cliyesnoprompt'] = 'πατώντας ν (σημαίνει ναι) αλλιώς πατώντας ο (σημαίνει όχι)';
$string['environmentrequireinstall'] = 'απαιτείται να εγκατασταθεί/ ενεργοποιηθεί';
$string['environmentrequireversion'] = 'απαιτείται η έκδοση {$a->needed} ενώ εσείς έχετε την {$a->current}';
$string['upgradekeyset'] = 'Κλειδί αναβάθμισης (αφήστε κενό για να μην το ορίσετε)';
4 changes: 2 additions & 2 deletions install/lang/gl/error.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
$string['cannotdownloadzipfile'] = 'Non foi posíbel descargar o ficheiro ZIP';
$string['cannotfindcomponent'] = 'Non foi posíbel atopar o compoñente';
$string['cannotsavemd5file'] = 'Non é posíbel gardar o ficheiro md5';
$string['cannotsavezipfile'] = 'Non é posíbel gardar o ficheiro ZIP';
$string['cannotsavezipfile'] = 'Non é posíbel gardar o arquivo ZIP';
$string['cannotunzipfile'] = 'Non é posíbel descomprimir o ficheiro';
$string['componentisuptodate'] = 'O compoñente está actualizado';
$string['dmlexceptiononinstall'] = '<p>Produciuse un erro na base de datos [{$a->errorcode}].<br />{$a->debuginfo}</p>';
Expand All @@ -50,4 +50,4 @@
<p>Debe descargar o ficheiro <a href="{$a->url}">{$a->url}</a> manualmente, copialo en «{$a->dest}» no seu servidor e descomprimilo alí.</p>';
$string['wrongdestpath'] = 'Camiño de destino errado.';
$string['wrongsourcebase'] = 'URL da fonte errado.';
$string['wrongzipfilename'] = 'Nome de ficheiro ZIP errado.';
$string['wrongzipfilename'] = 'Nome de arquivo ZIP errado';

0 comments on commit 0fb5aa7

Please sign in to comment.