mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 16:32:18 +02:00
Automatic installer lang files (20110313)
This commit is contained in:
parent
c09604234a
commit
8dc0b786d0
33
install/lang/de_kids/langconfig.php
Normal file
33
install/lang/de_kids/langconfig.php
Normal file
@ -0,0 +1,33 @@
|
||||
<?php
|
||||
|
||||
// This file is part of Moodle - http://moodle.org/
|
||||
//
|
||||
// Moodle is free software: you can redistribute it and/or modify
|
||||
// it under the terms of the GNU General Public License as published by
|
||||
// the Free Software Foundation, either version 3 of the License, or
|
||||
// (at your option) any later version.
|
||||
//
|
||||
// Moodle is distributed in the hope that it will be useful,
|
||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
// GNU General Public License for more details.
|
||||
//
|
||||
// You should have received a copy of the GNU General Public License
|
||||
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
/**
|
||||
* Automatically generated strings for Moodle installer
|
||||
*
|
||||
* Do not edit this file manually! It contains just a subset of strings
|
||||
* needed during the very first steps of installation. This file was
|
||||
* generated automatically by export-installer.php (which is part of AMOS
|
||||
* {@link http://docs.moodle.org/en/Development:Languages/AMOS}) using the
|
||||
* list of strings defined in /install/stringnames.txt.
|
||||
*
|
||||
* @package installer
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
*/
|
||||
|
||||
$string['parentlanguage'] = 'de_du';
|
||||
$string['thisdirection'] = '';
|
||||
$string['thislanguage'] = 'Deutsch - Kids';
|
@ -28,10 +28,15 @@
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
*/
|
||||
|
||||
$string['clianswerno'] = 'n';
|
||||
$string['cliansweryes'] = 't';
|
||||
$string['cliincorrectvalueerror'] = 'Błąd, niepoprawna wartość "{$a->value}" dla "{$a->option}"';
|
||||
$string['cliincorrectvalueretry'] = 'Nieprawidłowa wartość, spróbuj ponownie';
|
||||
$string['clitypevalue'] = 'typ wartości';
|
||||
$string['clitypevaluedefault'] = 'typ wartości, naciśnij Enter, aby użyć wartości domyślnej ({$a})';
|
||||
$string['cliunknowoption'] = 'Nieznana opcja:
|
||||
{$a}
|
||||
Proszę użyć pomocy.';
|
||||
$string['cliyesnoprompt'] = 'wpisz y (czyli tak) lub n (czyli nie)';
|
||||
$string['environmentrequireinstall'] = 'jest niezbędnę, żeby było zainstalowane/włączone';
|
||||
$string['environmentrequireversion'] = 'wersja {$a->needed} jest niezbędna a ty używasz wersji {$a->current}';
|
||||
|
@ -32,12 +32,14 @@ $string['admindirname'] = 'Katalog admin';
|
||||
$string['availablelangs'] = 'Dostępne paczki językowe';
|
||||
$string['chooselanguagehead'] = 'Wybierz język';
|
||||
$string['chooselanguagesub'] = 'Proszę wybrać język TYLKO do instalacji. Stronę i języki dla użytkowników będzie można wybrać na następnym ekranie.';
|
||||
$string['clialreadyinstalled'] = 'Plik config.php już istnieje, użyj admin/cli/upgrade.php jeśli chcesz uaktualnić witrynę.';
|
||||
$string['databasehost'] = 'Host bazy danych';
|
||||
$string['databasename'] = 'Nazwa bazy danych';
|
||||
$string['dataroot'] = 'Katalog z danymi';
|
||||
$string['dbprefix'] = 'Prefiks tabel';
|
||||
$string['dirroot'] = 'Katalog Moodle';
|
||||
$string['environmenthead'] = 'Sprawdzam środowisko (ustawienia) ...';
|
||||
$string['errorsinenvironment'] = 'Kontrola środowiska zakończona niepowodzeniem!';
|
||||
$string['installation'] = 'Instalacja';
|
||||
$string['langdownloaderror'] = 'Niestety język "{$a}" nie może zostać pobrany. Proces instalacji będzie kontynuowany w języku angielskim.';
|
||||
$string['memorylimithelp'] = '<p>Limit pamięci PHP dla Twojego serwera jest ustawiony obecnie na {$a}.</p>
|
||||
@ -54,7 +56,13 @@ Pozwoli to Moodle ustawić samoczynnie limit pamięci.</li>
|
||||
<blockquote><div>php_value memory_limit 40M</div></blockquote>
|
||||
<p>Jednakże na niektórych serwerach będzie uniemożliwiało to poprawne działanie <b>wszystkich</b> stron PHP (ujrzysz błędy na wyświetlanych stronach), wtedy będziesz musiał usunąć plik .htaccess.</p></li>
|
||||
</ol>';
|
||||
$string['paths'] = 'Ścieżki';
|
||||
$string['pathserrcreatedataroot'] = 'Katalog danych ({$a->dataroot}) nie może zostać utworzony przez instalator.';
|
||||
$string['pathshead'] = 'Potwierdź ścieżki';
|
||||
$string['pathsrodataroot'] = 'Główny katalog danych nie ma uprawnień do zapisu. ';
|
||||
$string['pathsroparentdataroot'] = 'Nadrzędny katalog ({$a->parent}) jest tylko do odczytu. Katalog danych ({$a->dataroot}) nie może zostać utworzony przez instalator. ';
|
||||
$string['pathssubdirroot'] = 'Pełna ścieżka do katalogu z instalacją Moodle.';
|
||||
$string['pathsunsecuredataroot'] = 'Lokalizacja głównego katalogu danych nie jest bezpieczna';
|
||||
$string['pathswrongadmindir'] = 'Katalog admin nie istnieje';
|
||||
$string['phpextension'] = '{$a} rozszerzenie PHP';
|
||||
$string['phpversion'] = 'Wersja PHP';
|
||||
|
Loading…
x
Reference in New Issue
Block a user