Skip to content

Commit 45a0cd6

Browse files
author
David Monllao
committed
Merge branch 'install_33_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_33_STABLE
2 parents 6493f30 + 49ecb5e commit 45a0cd6

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

install/lang/de/install.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
$string['chooselanguagesub'] = 'Wählen Sie eine Sprache, die Sie während der Installation verwenden wollen. Die ausgewählte Sprache wird nach der Installation als Standardsprache der Instanz benutzt, aber Sie dürfen die Sprache jederzeit ändern.';
3737
$string['clialreadyconfigured'] = 'Die Datei config.php existiert bereits. Bitte benutzen Sie admin/cli/install_database.php, wenn Sie diese Site installieren möchten.';
3838
$string['clialreadyinstalled'] = 'Die Datei config.php existiert bereits. Bitte benutzen Sie admin/cli/install_database.php, wenn Sie diese Site aktualisieren möchten.';
39-
$string['cliinstallheader'] = 'Installation von Moodle {$a} über die Kommandozeile';
39+
$string['cliinstallheader'] = 'Installation von Moodle {$a} über die Befehlszeile';
4040
$string['databasehost'] = 'Datenbank-Server';
4141
$string['databasename'] = 'Datenbank-Name';
4242
$string['databasetypehead'] = 'Datenbank-Treiber wählen';

install/lang/mk/admin.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@
3737
$string['cliincorrectvalueretry'] = 'Неточни вредност, ве молиме обидете се повторно';
3838
$string['clitypevalue'] = 'впишете вредност';
3939
$string['clitypevaluedefault'] = 'впишете вредност, притиснете Enter за да го користите стандардната вредност ({$a})';
40+
$string['cliunknowoption'] = 'Непрепознаена опција:
41+
{$a}
42+
Ве молиме употребете --help опција.';
4043
$string['cliyesnoprompt'] = 'впишете y (значи да) или n (значи не)';
4144
$string['environmentrequireinstall'] = 'потребно е да се инсталира/овозможи';
4245
$string['environmentrequireversion'] = 'верзијата {$a->needed} е потребна, а вие извршувате {$a->current}';

install/lang/ro/install.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,5 +72,11 @@
7272
$string['welcomep30'] = 'Lansarea <strong>{$a->installername}</strong> include aplicațiile
7373
pentru a crea un mediu în care <strong>Moodle</strong> va funcționa, și anume:';
7474
$string['welcomep40'] = 'Pachetul include și <strong>Moodle {$a->moodlerelease} ({$a->moodleversion})</strong>.';
75+
$string['welcomep50'] = 'Utilizarea tuturor aplicațiilor din acest pachet este determinată de respectivele lor
76+
licențe. Pachetul complet <strong>{$a->installername}</strong> este
77+
<a href="http://www.opensource.org/docs/definition_plain.html">open source</a> și este distribuit sub licența <a href="http://www.gnu.org/copyleft/gpl.html">GPL</a>.';
78+
$string['welcomep60'] = 'Următoarele pagini vă oferă pași ușor de urmat pentru a
79+
configura și seta <strong>Moodle</strong> în computerul dumneavoastră. Puteți accepta setările implicite
80+
sau, opțional, să le modificați pentru a corespunde nevoilor dumneavoastră.';
7581
$string['welcomep70'] = 'Click pe butonul "Next" de mai jos pentru a continua setarea <strong>Moodle</strong>.';
7682
$string['wwwroot'] = 'Adresă Web';

0 commit comments

Comments
 (0)