SproutCMS

This is the code documentation for the SproutCMS project

source of /sprout/i18n/en_US/database.php

  1. <?php
  2. /*
  3.  * Copyright (C) 2017 Karmabunny Pty Ltd.
  4.  *
  5.  * This file is a part of SproutCMS.
  6.  *
  7.  * SproutCMS is free software: you can redistribute it and/or modify it under the terms
  8.  * of the GNU General Public License as published by the Free Software Foundation, either
  9.  * version 2 of the License, or (at your option) any later version.
  10.  *
  11.  * For more information, visit <http://getsproutcms.com>.
  12.  */
  13.  
  14.  
  15. $lang = array
  16. (
  17. 'undefined_group' => 'The %s group is not defined in your configuration.',
  18. 'error' => 'There was an SQL error: %s',
  19. 'connection' => 'There was an error connecting to the database: %s',
  20. 'invalid_dsn' => 'The DSN you supplied is not valid: %s',
  21. 'must_use_set' => 'You must set a SET clause for your query.',
  22. 'must_use_where' => 'You must set a WHERE clause for your query.',
  23. 'must_use_table' => 'You must set a database table for your query.',
  24. 'table_not_found' => 'Table %s does not exist in your database.',
  25. 'not_implemented' => 'The method you called, %s, is not supported by this driver.',
  26. 'result_read_only' => 'Query results are read only.'
  27. );