PageRenderTime 42ms CodeModel.GetById 15ms RepoModel.GetById 0ms app.codeStats 0ms

/install/lang/sr_cr/error.php

http://github.com/moodle/moodle
PHP | 51 lines | 21 code | 4 blank | 26 comment | 1 complexity | b5d96bec1de3a1ac0aa3bd229cb6f687 MD5 | raw file
Possible License(s): MIT, AGPL-3.0, MPL-2.0-no-copyleft-exception, LGPL-3.0, GPL-3.0, Apache-2.0, LGPL-2.1, BSD-3-Clause
  1. <?php
  2. // This file is part of Moodle - http://moodle.org/
  3. //
  4. // Moodle is free software: you can redistribute it and/or modify
  5. // it under the terms of the GNU General Public License as published by
  6. // the Free Software Foundation, either version 3 of the License, or
  7. // (at your option) any later version.
  8. //
  9. // Moodle is distributed in the hope that it will be useful,
  10. // but WITHOUT ANY WARRANTY; without even the implied warranty of
  11. // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  12. // GNU General Public License for more details.
  13. //
  14. // You should have received a copy of the GNU General Public License
  15. // along with Moodle. If not, see <http://www.gnu.org/licenses/>.
  16. /**
  17. * Automatically generated strings for Moodle installer
  18. *
  19. * Do not edit this file manually! It contains just a subset of strings
  20. * needed during the very first steps of installation. This file was
  21. * generated automatically by export-installer.php (which is part of AMOS
  22. * {@link http://docs.moodle.org/dev/Languages/AMOS}) using the
  23. * list of strings defined in /install/stringnames.txt.
  24. *
  25. * @package installer
  26. * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
  27. */
  28. defined('MOODLE_INTERNAL') || die();
  29. $string['cannotcreatedboninstall'] = '<p>Није могуће креирати базу података.</p> <p>Наведена база не постоји, а дати корисник нема овлашћења да креира базу података.</p> <p>Администратор сајта треба да провери конфигурацију базе података.</p>';
  30. $string['cannotcreatelangdir'] = 'Није могуће креирати директоријум језика';
  31. $string['cannotcreatetempdir'] = 'Није могуће креирати привремени директоријум';
  32. $string['cannotdownloadcomponents'] = 'Није могуће преузети компоненте.';
  33. $string['cannotdownloadzipfile'] = 'Није могуће преузети архиву';
  34. $string['cannotfindcomponent'] = 'Није могуће пронаћи компоненту.';
  35. $string['cannotsavemd5file'] = 'Није могуће сачувати md5 датотеку.';
  36. $string['cannotsavezipfile'] = 'Није могуће сачувти ZIP архиву.';
  37. $string['cannotunzipfile'] = 'Није могуће распаковати ZIP датотеку.';
  38. $string['componentisuptodate'] = 'Компонента је доступна у својој најновијој верзији';
  39. $string['dmlexceptiononinstall'] = 'p>Дошло је до грешке у бази података [{$a->errorcode}].<br />{$a->debuginfo}</p>';
  40. $string['downloadedfilecheckfailed'] = 'Није успела провера преузете датотеке';
  41. $string['invalidmd5'] = 'Неисправна md5 датотека';
  42. $string['missingrequiredfield'] = 'Недостаје неко обавезно поље';
  43. $string['remotedownloaderror'] = '<p>Преузимање ове компоненте на ваш сервер није успело. Проверите подешавања прокси сервера. PHP cURL екстензија се препоручује.</p>
  44. <p>Морате да преузмете <a href="{$a->url}">{$a->url}</a> датотеку ручно, копирате је у директоријум "{$a->dest}" на свом серверу и тамо је распакујете.</p>';
  45. $string['wrongdestpath'] = 'Погрешна одредишна путања';
  46. $string['wrongsourcebase'] = 'Погрешна база изворног URL-a';
  47. $string['wrongzipfilename'] = 'Погрешан назив архиве';