mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-07-13 00:12:43 -04:00
Include fixes for GA Client, CI Email bug and bstables fix
This commit is contained in:
@@ -69,11 +69,11 @@
|
||||
<![endif]-->
|
||||
<!-- start mincss template tags -->
|
||||
<link rel="stylesheet" type="text/css" href="dist/jquery-ui.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="dist/opensourcepos.min.css?rel=7c98c89c5e"/>
|
||||
<link rel="stylesheet" type="text/css" href="dist/opensourcepos.min.css?rel=d5b9522f2f"/>
|
||||
<link rel="stylesheet" type="text/css" href="dist/style.css"/>
|
||||
<!-- end mincss template tags -->
|
||||
<!-- start minjs template tags -->
|
||||
<script type="text/javascript" src="dist/opensourcepos.min.js?rel=90a2553c28"></script>
|
||||
<script type="text/javascript" src="dist/opensourcepos.min.js?rel=7035456132"></script>
|
||||
<!-- end minjs template tags -->
|
||||
<?php endif; ?>
|
||||
|
||||
|
||||
@@ -33,7 +33,7 @@
|
||||
"bootswatch": "^3.3.7",
|
||||
"smalot-bootstrap-datetimepicker": "^2.3.11",
|
||||
"bootstrap-select": "^1.11.2",
|
||||
"bootstrap-table": "^1.11.0",
|
||||
"bootstrap-table": "fde42200",
|
||||
"bootstrap-daterangepicker": "^2.1.24",
|
||||
"tableExport.jquery.plugin": "1.5.1",
|
||||
"chartist": "^0.9.8",
|
||||
|
||||
@@ -3,8 +3,8 @@
|
||||
"license": "MIT",
|
||||
"require": {
|
||||
"php": ">=5.5",
|
||||
"codeigniter/framework": "3.1.*",
|
||||
"ins0/google-measurement-php-client": "^2.1",
|
||||
"codeigniter/framework": "dev-develop#c4bd43432df03e4f4835c7689c8ed722cd2c3020",
|
||||
"ins0/google-measurement-php-client": "dev-master#2b3aef2375837339f5b2bfe88e76994481f86264",
|
||||
"dompdf/dompdf": "^0.7.0"
|
||||
},
|
||||
"require-dev": {
|
||||
|
||||
201
composer.lock
generated
201
composer.lock
generated
@@ -4,21 +4,21 @@
|
||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"hash": "966cecf2df654d1dfd70cd43fb003733",
|
||||
"content-hash": "78b53221cd4c9fba3f05b27dd71cbb88",
|
||||
"hash": "71dab0d424965628ef20cbd72fe6e151",
|
||||
"content-hash": "8e04009f1dba7a7d1f2ba5101d238629",
|
||||
"packages": [
|
||||
{
|
||||
"name": "codeigniter/framework",
|
||||
"version": "3.1.0",
|
||||
"version": "dev-develop",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/bcit-ci/CodeIgniter.git",
|
||||
"reference": "6ae943a4cea2434ccc582766724af21191e14fcd"
|
||||
"reference": "c4bd43432df03e4f4835c7689c8ed722cd2c3020"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/bcit-ci/CodeIgniter/zipball/6ae943a4cea2434ccc582766724af21191e14fcd",
|
||||
"reference": "6ae943a4cea2434ccc582766724af21191e14fcd",
|
||||
"url": "https://api.github.com/repos/bcit-ci/CodeIgniter/zipball/c4bd43432df03e4f4835c7689c8ed722cd2c3020",
|
||||
"reference": "c4bd43432df03e4f4835c7689c8ed722cd2c3020",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -37,7 +37,189 @@
|
||||
],
|
||||
"description": "The CodeIgniter framework",
|
||||
"homepage": "https://codeigniter.com",
|
||||
"time": "2016-07-26 17:36:48"
|
||||
"time": "2016-08-10 12:26:57"
|
||||
},
|
||||
{
|
||||
"name": "dompdf/dompdf",
|
||||
"version": "v0.7.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/dompdf/dompdf.git",
|
||||
"reference": "5c98652b1a5beb7e3cc8ec35419b2828dd63ab14"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/dompdf/dompdf/zipball/5c98652b1a5beb7e3cc8ec35419b2828dd63ab14",
|
||||
"reference": "5c98652b1a5beb7e3cc8ec35419b2828dd63ab14",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"ext-dom": "*",
|
||||
"ext-gd": "*",
|
||||
"ext-mbstring": "*",
|
||||
"phenx/php-font-lib": "0.4.*",
|
||||
"phenx/php-svg-lib": "0.1.*",
|
||||
"php": ">=5.3.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "3.7.*"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-develop": "0.7-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Dompdf\\": "src/"
|
||||
},
|
||||
"classmap": [
|
||||
"lib/"
|
||||
]
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"LGPL-2.1"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Fabien Ménager",
|
||||
"email": "fabien.menager@gmail.com"
|
||||
},
|
||||
{
|
||||
"name": "Brian Sweeney",
|
||||
"email": "eclecticgeek@gmail.com"
|
||||
},
|
||||
{
|
||||
"name": "Gabriel Bull",
|
||||
"email": "me@gabrielbull.com"
|
||||
}
|
||||
],
|
||||
"description": "DOMPDF is a CSS 2.1 compliant HTML to PDF converter",
|
||||
"homepage": "https://github.com/dompdf/dompdf",
|
||||
"time": "2016-05-11 00:36:29"
|
||||
},
|
||||
{
|
||||
"name": "ins0/google-measurement-php-client",
|
||||
"version": "dev-master",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/ins0/google-measurement-php-client.git",
|
||||
"reference": "2b3aef2375837339f5b2bfe88e76994481f86264"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/ins0/google-measurement-php-client/zipball/2b3aef2375837339f5b2bfe88e76994481f86264",
|
||||
"reference": "2b3aef2375837339f5b2bfe88e76994481f86264",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": ">=5.3.3"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpmd/phpmd": "~2.1",
|
||||
"phpunit/phpunit": "4.0.*",
|
||||
"squizlabs/php_codesniffer": "~2.0.0@RC"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "2.1.x-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-0": {
|
||||
"Racecore\\GATracking": "src/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"BSD-3-Clause"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Marco Rieger",
|
||||
"email": "rieger@racecore.de"
|
||||
}
|
||||
],
|
||||
"description": "Server-Side PHP Client to communicate to Google Analytics over the Google Measurement Protocol",
|
||||
"homepage": "http://www.racecore.de/",
|
||||
"keywords": [
|
||||
"analytics",
|
||||
"client",
|
||||
"google",
|
||||
"measurement"
|
||||
],
|
||||
"time": "2016-09-07 19:39:27"
|
||||
},
|
||||
{
|
||||
"name": "phenx/php-font-lib",
|
||||
"version": "0.4",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/PhenX/php-font-lib.git",
|
||||
"reference": "b8af0cacdc3cbf1e41a586fcb78f506f4121a088"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/PhenX/php-font-lib/zipball/b8af0cacdc3cbf1e41a586fcb78f506f4121a088",
|
||||
"reference": "b8af0cacdc3cbf1e41a586fcb78f506f4121a088",
|
||||
"shasum": ""
|
||||
},
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
"psr-0": {
|
||||
"FontLib\\": "src/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"LGPL-3.0"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Fabien Ménager",
|
||||
"email": "fabien.menager@gmail.com"
|
||||
}
|
||||
],
|
||||
"description": "A library to read, parse, export and make subsets of different types of font files.",
|
||||
"homepage": "https://github.com/PhenX/php-font-lib",
|
||||
"time": "2015-05-06 20:02:39"
|
||||
},
|
||||
{
|
||||
"name": "phenx/php-svg-lib",
|
||||
"version": "0.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/PhenX/php-svg-lib.git",
|
||||
"reference": "b419766515b3426c6da74b0e29e93d71c4f17099"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/PhenX/php-svg-lib/zipball/b419766515b3426c6da74b0e29e93d71c4f17099",
|
||||
"reference": "b419766515b3426c6da74b0e29e93d71c4f17099",
|
||||
"shasum": ""
|
||||
},
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
"psr-0": {
|
||||
"Svg\\": "src/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"LGPL-3.0"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Fabien Ménager",
|
||||
"email": "fabien.menager@gmail.com"
|
||||
}
|
||||
],
|
||||
"description": "A library to read, parse and export to PDF SVG files.",
|
||||
"homepage": "https://github.com/PhenX/php-svg-lib",
|
||||
"time": "2015-05-06 18:49:49"
|
||||
}
|
||||
],
|
||||
"packages-dev": [
|
||||
@@ -74,7 +256,10 @@
|
||||
],
|
||||
"aliases": [],
|
||||
"minimum-stability": "stable",
|
||||
"stability-flags": [],
|
||||
"stability-flags": {
|
||||
"codeigniter/framework": 20,
|
||||
"ins0/google-measurement-php-client": 20
|
||||
},
|
||||
"prefer-stable": false,
|
||||
"prefer-lowest": false,
|
||||
"platform": {
|
||||
|
||||
18
public/dist/opensourcepos.min.css
vendored
18
public/dist/opensourcepos.min.css
vendored
File diff suppressed because one or more lines are too long
47
public/dist/opensourcepos.min.js
vendored
47
public/dist/opensourcepos.min.js
vendored
File diff suppressed because one or more lines are too long
@@ -5,16 +5,18 @@
|
||||
],
|
||||
"homepage": "http://jquery.malsup.com/block/"
|
||||
},
|
||||
"bootstrap3-dialog@1.35.3": {
|
||||
"licenses": "UNKNOWN",
|
||||
"homepage": "http://nakupanda.github.io/bootstrap3-dialog/"
|
||||
},
|
||||
"bootstrap-select@1.11.2": {
|
||||
"licenses": [
|
||||
"MIT"
|
||||
],
|
||||
"homepage": "http://silviomoreto.github.io/bootstrap-select"
|
||||
},
|
||||
"bootstrap3-dialog@1.35.3": {
|
||||
"licenses": [
|
||||
"MIT"
|
||||
],
|
||||
"homepage": "http://nakupanda.github.io/bootstrap3-dialog/"
|
||||
},
|
||||
"bootswatch@3.3.7": {
|
||||
"licenses": [
|
||||
"MIT"
|
||||
@@ -29,18 +31,18 @@
|
||||
"licenses": "UNKNOWN",
|
||||
"homepage": "https://github.com/gionkunz/chartist-js"
|
||||
},
|
||||
"chartist-plugin-axistitle@0.1.0": {
|
||||
"licenses": [
|
||||
"WTF*"
|
||||
],
|
||||
"homepage": "https://github.com/alexstanbury/chartist-plugin-axistitle"
|
||||
},
|
||||
"chartist-plugin-pointlabels@0.0.4": {
|
||||
"licenses": [
|
||||
"WTF*"
|
||||
],
|
||||
"homepage": "https://github.com/gionkunz/chartist-plugin-pointlabels"
|
||||
},
|
||||
"chartist-plugin-axistitle@0.1.0": {
|
||||
"licenses": [
|
||||
"WTF*"
|
||||
],
|
||||
"homepage": "https://github.com/alexstanbury/chartist-plugin-axistitle"
|
||||
},
|
||||
"chartist-plugin-tooltip@0.0.13": {
|
||||
"licenses": [
|
||||
"MIT*"
|
||||
@@ -63,7 +65,7 @@
|
||||
"licenses": "UNKNOWN",
|
||||
"homepage": "https://github.com/malsup/form"
|
||||
},
|
||||
"js-cookie@2.1.2": {
|
||||
"js-cookie@2.1.3": {
|
||||
"licenses": [
|
||||
"MIT"
|
||||
],
|
||||
@@ -77,7 +79,7 @@
|
||||
},
|
||||
"moment@2.15.1": {
|
||||
"licenses": [
|
||||
"MIT*"
|
||||
"MIT"
|
||||
],
|
||||
"homepage": "https://github.com/moment/moment"
|
||||
},
|
||||
@@ -87,6 +89,13 @@
|
||||
],
|
||||
"homepage": "https://github.com/hhurz/tableExport.jquery.plugin"
|
||||
},
|
||||
"bootstrap-table@undefined": {
|
||||
"licenses": [
|
||||
"MIT"
|
||||
],
|
||||
"homepage": "https://github.com/wenzhixin/bootstrap-table",
|
||||
"repository": "git+https://github.com/wenzhixin/bootstrap-table"
|
||||
},
|
||||
"bootstrap@3.3.7": {
|
||||
"licenses": [
|
||||
"MIT"
|
||||
@@ -94,28 +103,6 @@
|
||||
"homepage": "http://getbootstrap.com",
|
||||
"repository": "git+https://github.com/twbs/bootstrap"
|
||||
},
|
||||
"bootstrap-daterangepicker@2.1.24": {
|
||||
"licenses": [
|
||||
"MIT"
|
||||
],
|
||||
"homepage": "https://github.com/dangrossman/bootstrap-daterangepicker",
|
||||
"repository": "git+https://github.com/dangrossman/bootstrap-daterangepicker"
|
||||
},
|
||||
"bootstrap-table@1.11.0": {
|
||||
"licenses": [
|
||||
"MIT"
|
||||
],
|
||||
"homepage": "https://github.com/wenzhixin/bootstrap-table",
|
||||
"repository": "git+https://github.com/wenzhixin/bootstrap-table"
|
||||
},
|
||||
"jasny-bootstrap@3.1.3": {
|
||||
"licenses": [
|
||||
"Apache-2.0",
|
||||
"Apache*"
|
||||
],
|
||||
"homepage": "https://github.com/jasny/bootstrap",
|
||||
"repository": "git+https://github.com/jasny/bootstrap"
|
||||
},
|
||||
"html2canvas@0.4.1": {
|
||||
"licenses": [
|
||||
"MIT"
|
||||
@@ -123,6 +110,13 @@
|
||||
"homepage": "https://github.com/niklasvh/html2canvas",
|
||||
"repository": "git+ssh://git@github.com/niklasvh/html2canvas"
|
||||
},
|
||||
"remarkable-bootstrap-notify@3.1.3": {
|
||||
"licenses": [
|
||||
"MIT"
|
||||
],
|
||||
"homepage": "http://bootstrap-notify.remabledesigns.com/",
|
||||
"repository": "https://github.com/mouse0270/bootstrap-notify"
|
||||
},
|
||||
"jquery-validation@1.13.1": {
|
||||
"licenses": [
|
||||
"MIT"
|
||||
@@ -137,6 +131,21 @@
|
||||
"homepage": "https://github.com/simonbengtsson/jspdf-autotable",
|
||||
"repository": "git+https://github.com/simonbengtsson/jsPDF-AutoTable"
|
||||
},
|
||||
"jasny-bootstrap@3.1.3": {
|
||||
"licenses": [
|
||||
"Apache-2.0",
|
||||
"Apache*"
|
||||
],
|
||||
"homepage": "https://github.com/jasny/bootstrap",
|
||||
"repository": "git+https://github.com/jasny/bootstrap"
|
||||
},
|
||||
"bootstrap-daterangepicker@2.1.24": {
|
||||
"licenses": [
|
||||
"MIT"
|
||||
],
|
||||
"homepage": "https://github.com/dangrossman/bootstrap-daterangepicker",
|
||||
"repository": "git+https://github.com/dangrossman/bootstrap-daterangepicker"
|
||||
},
|
||||
"smalot-bootstrap-datetimepicker@2.3.11": {
|
||||
"licenses": [
|
||||
"Apache 2.0",
|
||||
@@ -145,14 +154,7 @@
|
||||
"homepage": "https://github.com/smalot/bootstrap-datetimepicker",
|
||||
"repository": "https://github.com/smalot/bootstrap-datetimepicker"
|
||||
},
|
||||
"remarkable-bootstrap-notify@3.1.3": {
|
||||
"licenses": [
|
||||
"MIT"
|
||||
],
|
||||
"homepage": "http://bootstrap-notify.remabledesigns.com/",
|
||||
"repository": "https://github.com/mouse0270/bootstrap-notify"
|
||||
},
|
||||
"jquery-ui@1.12.4": {
|
||||
"jquery-ui@1.11.4": {
|
||||
"licenses": [
|
||||
"MIT"
|
||||
],
|
||||
|
||||
22
vendor/codeigniter/framework/.gitattributes
vendored
Normal file
22
vendor/codeigniter/framework/.gitattributes
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
# This file tells which files and directories should be ignored and
|
||||
# NOT downloaded when using composer to pull down a project with
|
||||
# the --prefer-dist option selected. Used to remove development
|
||||
# specific files so user has a clean download.
|
||||
|
||||
# git files
|
||||
.gitattributes export-ignore
|
||||
# .gitignore
|
||||
|
||||
# helper config files
|
||||
.travis.yml export-ignore
|
||||
phpdoc.dist.xml export-ignore
|
||||
|
||||
# Misc other files
|
||||
readme.rst
|
||||
|
||||
# They don't want all of our tests...
|
||||
tests/codeigniter/ export-ignore
|
||||
tests/travis/ export-ignore
|
||||
|
||||
# User Guide Source Files
|
||||
user_guide_src
|
||||
45
vendor/codeigniter/framework/.travis.yml
vendored
Normal file
45
vendor/codeigniter/framework/.travis.yml
vendored
Normal file
@@ -0,0 +1,45 @@
|
||||
language: php
|
||||
|
||||
php:
|
||||
- 5.4
|
||||
- 5.5
|
||||
- 5.6
|
||||
- 7
|
||||
- hhvm
|
||||
|
||||
env:
|
||||
- DB=mysql
|
||||
- DB=mysqli
|
||||
- DB=pgsql
|
||||
- DB=sqlite
|
||||
- DB=pdo/mysql
|
||||
- DB=pdo/pgsql
|
||||
- DB=pdo/sqlite
|
||||
|
||||
sudo: false
|
||||
|
||||
before_script:
|
||||
- sh -c "composer install --dev --no-progress"
|
||||
- sh -c "if [ '$DB' = 'pgsql' ] || [ '$DB' = 'pdo/pgsql' ]; then psql -c 'DROP DATABASE IF EXISTS ci_test;' -U postgres; fi"
|
||||
- sh -c "if [ '$DB' = 'pgsql' ] || [ '$DB' = 'pdo/pgsql' ]; then psql -c 'create database ci_test;' -U postgres; fi"
|
||||
- sh -c "if [ '$DB' = 'mysql' ] || [ '$DB' = 'mysqli' ] || [ '$DB' = 'pdo/mysql' ]; then mysql -e 'create database IF NOT EXISTS ci_test;'; fi"
|
||||
|
||||
script: phpunit -d zend.enable_gc=0 -d date.timezone=UTC --coverage-text --configuration tests/travis/$DB.phpunit.xml
|
||||
|
||||
matrix:
|
||||
allow_failures:
|
||||
- php: hhvm
|
||||
exclude:
|
||||
- php: hhvm
|
||||
env: DB=pgsql
|
||||
- php: hhvm
|
||||
env: DB=pdo/pgsql
|
||||
- php: 7
|
||||
env: DB=mysql
|
||||
|
||||
branches:
|
||||
only:
|
||||
- develop
|
||||
- 3.0-stable
|
||||
- 3.1-stable
|
||||
- /^feature\/.+$/
|
||||
25
vendor/codeigniter/framework/DCO.txt
vendored
Normal file
25
vendor/codeigniter/framework/DCO.txt
vendored
Normal file
@@ -0,0 +1,25 @@
|
||||
Developer's Certificate of Origin 1.1
|
||||
|
||||
By making a contribution to this project, I certify that:
|
||||
|
||||
(1) The contribution was created in whole or in part by me and I
|
||||
have the right to submit it under the open source license
|
||||
indicated in the file; or
|
||||
|
||||
(2) The contribution is based upon previous work that, to the best
|
||||
of my knowledge, is covered under an appropriate open source
|
||||
license and I have the right under that license to submit that
|
||||
work with modifications, whether created in whole or in part
|
||||
by me, under the same open source license (unless I am
|
||||
permitted to submit under a different license), as indicated
|
||||
in the file; or
|
||||
|
||||
(3) The contribution was provided directly to me by some other
|
||||
person who certified (1), (2) or (3) and I have not modified
|
||||
it.
|
||||
|
||||
(4) I understand and agree that this project and the contribution
|
||||
are public and that a record of the contribution (including all
|
||||
personal information I submit with it, including my sign-off) is
|
||||
maintained indefinitely and may be redistributed consistent with
|
||||
this project or the open source license(s) involved.
|
||||
@@ -63,6 +63,8 @@ $config['uri_protocol'] = 'REQUEST_URI';
|
||||
| For more information please see the user guide:
|
||||
|
|
||||
| https://codeigniter.com/user_guide/general/urls.html
|
||||
|
|
||||
| Note: This option is ignored for CLI requests.
|
||||
*/
|
||||
$config['url_suffix'] = '';
|
||||
|
||||
@@ -73,7 +75,7 @@ $config['url_suffix'] = '';
|
||||
|
|
||||
| This determines which set of language files should be used. Make sure
|
||||
| there is an available translation if you intend to use something other
|
||||
| than en.
|
||||
| than english.
|
||||
|
|
||||
*/
|
||||
$config['language'] = 'english';
|
||||
@@ -157,6 +159,8 @@ $config['composer_autoload'] = FALSE;
|
||||
|
|
||||
| DO NOT CHANGE THIS UNLESS YOU FULLY UNDERSTAND THE REPERCUSSIONS!!
|
||||
|
|
||||
| Note: This option is ignored for CLI requests.
|
||||
|
|
||||
*/
|
||||
$config['permitted_uri_chars'] = 'a-z 0-9~%.:_\-';
|
||||
|
||||
|
||||
@@ -43,8 +43,8 @@ defined('BASEPATH') OR exit('No direct script access allowed');
|
||||
| This is not exactly a route, but allows you to automatically route
|
||||
| controller and method names that contain dashes. '-' isn't a valid
|
||||
| class or method name character, so it requires translation.
|
||||
| When you set this option to TRUE, it will replace ALL dashes in the
|
||||
| controller and method URI segments.
|
||||
| When you set this option to TRUE, it will replace ALL dashes with
|
||||
| underscores in the controller and method URI segments.
|
||||
|
|
||||
| Examples: my-controller/index -> my_controller/index
|
||||
| my-controller/my-method -> my_controller/my_method
|
||||
|
||||
@@ -87,7 +87,8 @@ $browsers = array(
|
||||
'amaya' => 'Amaya',
|
||||
'IBrowse' => 'IBrowse',
|
||||
'Maxthon' => 'Maxthon',
|
||||
'Ubuntu' => 'Ubuntu Web Browser'
|
||||
'Ubuntu' => 'Ubuntu Web Browser',
|
||||
'Vivaldi' => 'Vivaldi'
|
||||
);
|
||||
|
||||
$mobiles = array(
|
||||
|
||||
2
vendor/codeigniter/framework/contributing.md
vendored
2
vendor/codeigniter/framework/contributing.md
vendored
@@ -29,7 +29,7 @@ If you change anything that requires a change to documentation then you will nee
|
||||
|
||||
### Compatibility
|
||||
|
||||
CodeIgniter recommends PHP 5.4 or newer to be used, but it should be
|
||||
CodeIgniter recommends PHP 5.5 or newer to be used, but it should be
|
||||
compatible with PHP 5.2.4 so all code supplied must stick to this
|
||||
requirement. If PHP 5.3 (and above) functions or features are used then
|
||||
there must be a fallback for PHP 5.2.4.
|
||||
|
||||
3
vendor/codeigniter/framework/index.php
vendored
Normal file → Executable file
3
vendor/codeigniter/framework/index.php
vendored
Normal file → Executable file
@@ -53,8 +53,7 @@
|
||||
*
|
||||
* NOTE: If you change these, also change the error_reporting() code below
|
||||
*/
|
||||
// define('ENVIRONMENT', isset($_SERVER['CI_ENV']) ? $_SERVER['CI_ENV'] : 'development');
|
||||
define('ENVIRONMENT', isset($_SERVER['CI_ENV']) ? $_SERVER['CI_ENV'] : 'production');
|
||||
define('ENVIRONMENT', isset($_SERVER['CI_ENV']) ? $_SERVER['CI_ENV'] : 'development');
|
||||
|
||||
/*
|
||||
*---------------------------------------------------------------
|
||||
|
||||
21
vendor/codeigniter/framework/phpdoc.dist.xml
vendored
Normal file
21
vendor/codeigniter/framework/phpdoc.dist.xml
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<phpdoc>
|
||||
<title>CodeIgniter v3.0.0 API</title>
|
||||
<parser>
|
||||
<target>./api/</target>
|
||||
</parser>
|
||||
<transformer>
|
||||
<target>./api/</target>
|
||||
</transformer>
|
||||
<files>
|
||||
<directory>./system</directory>
|
||||
</files>
|
||||
|
||||
<logging>
|
||||
<level>warn</level>
|
||||
<paths>
|
||||
<default>./api/log/{DATE}.log</default>
|
||||
<errors>./api/{DATE}.errors.log</errors>
|
||||
</paths>
|
||||
</logging>
|
||||
</phpdoc>
|
||||
@@ -55,7 +55,7 @@ defined('BASEPATH') OR exit('No direct script access allowed');
|
||||
* @var string
|
||||
*
|
||||
*/
|
||||
define('CI_VERSION', '3.1.0');
|
||||
define('CI_VERSION', '3.2.0-dev');
|
||||
|
||||
/*
|
||||
* ------------------------------------------------------
|
||||
@@ -298,7 +298,7 @@ if ( ! is_php('5.4'))
|
||||
* Instantiate the URI class
|
||||
* ------------------------------------------------------
|
||||
*/
|
||||
$URI =& load_class('URI', 'core');
|
||||
$URI =& load_class('URI', 'core', $CFG);
|
||||
|
||||
/*
|
||||
* ------------------------------------------------------
|
||||
@@ -416,11 +416,7 @@ if ( ! is_php('5.4'))
|
||||
$params = array($method, array_slice($URI->rsegments, 2));
|
||||
$method = '_remap';
|
||||
}
|
||||
// WARNING: It appears that there are issues with is_callable() even in PHP 5.2!
|
||||
// Furthermore, there are bug reports and feature/change requests related to it
|
||||
// that make it unreliable to use in this context. Please, DO NOT change this
|
||||
// work-around until a better alternative is available.
|
||||
elseif ( ! in_array(strtolower($method), array_map('strtolower', get_class_methods($class)), TRUE))
|
||||
elseif ( ! is_callable(array($class, $method)))
|
||||
{
|
||||
$e404 = TRUE;
|
||||
}
|
||||
|
||||
@@ -169,7 +169,7 @@ class CI_Config {
|
||||
$this->is_loaded[] = $file_path;
|
||||
$config = NULL;
|
||||
$loaded = TRUE;
|
||||
log_message('debug', 'Config file loaded: '.$file_path);
|
||||
log_message('info', 'Config file loaded: '.$file_path);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -653,7 +653,7 @@ class CI_Input {
|
||||
// Sanitize PHP_SELF
|
||||
$_SERVER['PHP_SELF'] = strip_tags($_SERVER['PHP_SELF']);
|
||||
|
||||
log_message('debug', 'Global POST, GET and COOKIE data sanitized');
|
||||
log_message('info', 'Global POST, GET and COOKIE data sanitized');
|
||||
}
|
||||
|
||||
// --------------------------------------------------------------------
|
||||
|
||||
@@ -78,7 +78,7 @@ class CI_Lang {
|
||||
* Load a language file
|
||||
*
|
||||
* @param mixed $langfile Language file name
|
||||
* @param string $idiom Language name (en, etc.)
|
||||
* @param string $idiom Language name (english, etc.)
|
||||
* @param bool $return Whether to return the loaded array of translations
|
||||
* @param bool $add_suffix Whether to add suffix to $langfile
|
||||
* @param string $alt_path Alternative path to look for the language file
|
||||
|
||||
@@ -492,7 +492,7 @@ class CI_Output {
|
||||
|
||||
echo $output;
|
||||
log_message('info', 'Final output sent to browser');
|
||||
log_message('debug', 'Total execution time: '.$elapsed);
|
||||
log_message('info', 'Total execution time: '.$elapsed);
|
||||
return;
|
||||
}
|
||||
|
||||
@@ -529,7 +529,7 @@ class CI_Output {
|
||||
}
|
||||
|
||||
log_message('info', 'Final output sent to browser');
|
||||
log_message('debug', 'Total execution time: '.$elapsed);
|
||||
log_message('info', 'Total execution time: '.$elapsed);
|
||||
}
|
||||
|
||||
// --------------------------------------------------------------------
|
||||
|
||||
@@ -678,12 +678,7 @@ class CI_Security {
|
||||
{
|
||||
if ( ! isset($_entities))
|
||||
{
|
||||
$_entities = array_map(
|
||||
'strtolower',
|
||||
is_php('5.3.4')
|
||||
? get_html_translation_table(HTML_ENTITIES, $flag, $charset)
|
||||
: get_html_translation_table(HTML_ENTITIES, $flag)
|
||||
);
|
||||
$_entities = array_map('strtolower', get_html_translation_table(HTML_ENTITIES, $flag, $charset));
|
||||
|
||||
// If we're not on PHP 5.4+, add the possibly dangerous HTML 5
|
||||
// entities to the array manually
|
||||
|
||||
122
vendor/codeigniter/framework/system/core/URI.php
vendored
122
vendor/codeigniter/framework/system/core/URI.php
vendored
@@ -96,45 +96,40 @@ class CI_URI {
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function __construct()
|
||||
public function __construct(CI_Config $config)
|
||||
{
|
||||
$this->config =& load_class('Config', 'core');
|
||||
$this->config = $config;
|
||||
|
||||
// If it's a CLI request, ignore the configuration
|
||||
if (is_cli())
|
||||
{
|
||||
$this->_set_uri_string($this->_parse_argv(), TRUE);
|
||||
}
|
||||
// If query strings are enabled, we don't need to parse any segments.
|
||||
// However, they don't make sense under CLI.
|
||||
if (is_cli() OR $this->config->item('enable_query_strings') !== TRUE)
|
||||
elseif ($this->config->item('enable_query_strings') !== TRUE)
|
||||
{
|
||||
$this->_permitted_uri_chars = $this->config->item('permitted_uri_chars');
|
||||
$protocol = $this->config->item('uri_protocol');
|
||||
empty($protocol) && $protocol = 'REQUEST_URI';
|
||||
|
||||
// If it's a CLI request, ignore the configuration
|
||||
if (is_cli())
|
||||
switch ($protocol)
|
||||
{
|
||||
$uri = $this->_parse_argv();
|
||||
}
|
||||
else
|
||||
{
|
||||
$protocol = $this->config->item('uri_protocol');
|
||||
empty($protocol) && $protocol = 'REQUEST_URI';
|
||||
|
||||
switch ($protocol)
|
||||
{
|
||||
case 'AUTO': // For BC purposes only
|
||||
case 'REQUEST_URI':
|
||||
$uri = $this->_parse_request_uri();
|
||||
break;
|
||||
case 'QUERY_STRING':
|
||||
$uri = $this->_parse_query_string();
|
||||
break;
|
||||
case 'PATH_INFO':
|
||||
default:
|
||||
$uri = isset($_SERVER[$protocol])
|
||||
? $_SERVER[$protocol]
|
||||
: $this->_parse_request_uri();
|
||||
break;
|
||||
}
|
||||
case 'AUTO': // For BC purposes only
|
||||
case 'REQUEST_URI':
|
||||
$uri = $this->_parse_request_uri();
|
||||
break;
|
||||
case 'QUERY_STRING':
|
||||
$uri = $this->_parse_query_string();
|
||||
break;
|
||||
case 'PATH_INFO':
|
||||
default:
|
||||
$uri = isset($_SERVER[$protocol])
|
||||
? $_SERVER[$protocol]
|
||||
: $this->_parse_request_uri();
|
||||
break;
|
||||
}
|
||||
|
||||
$this->_set_uri_string($uri);
|
||||
$this->_set_uri_string($uri, FALSE);
|
||||
}
|
||||
|
||||
log_message('info', 'URI Class Initialized');
|
||||
@@ -145,43 +140,66 @@ class CI_URI {
|
||||
/**
|
||||
* Set URI String
|
||||
*
|
||||
* @param string $str
|
||||
* @param string $str Input URI string
|
||||
* @param bool $is_cli Whether the input comes from CLI
|
||||
* @return void
|
||||
*/
|
||||
protected function _set_uri_string($str)
|
||||
protected function _set_uri_string($str, $is_cli = FALSE)
|
||||
{
|
||||
// Filter out control characters and trim slashes
|
||||
$this->uri_string = trim(remove_invisible_characters($str, FALSE), '/');
|
||||
|
||||
if ($this->uri_string !== '')
|
||||
// CLI requests have a bit simpler logic
|
||||
if ($is_cli)
|
||||
{
|
||||
// Remove the URL suffix, if present
|
||||
if (($suffix = (string) $this->config->item('url_suffix')) !== '')
|
||||
if (($this->uri_string = trim($str, '/')) === '')
|
||||
{
|
||||
$slen = strlen($suffix);
|
||||
|
||||
if (substr($this->uri_string, -$slen) === $suffix)
|
||||
{
|
||||
$this->uri_string = substr($this->uri_string, 0, -$slen);
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
||||
$this->segments[0] = NULL;
|
||||
// Populate the segments array
|
||||
foreach (explode('/', trim($this->uri_string, '/')) as $val)
|
||||
foreach (explode('/', $this->uri_string) as $segment)
|
||||
{
|
||||
$val = trim($val);
|
||||
// Filter segments for security
|
||||
$this->filter_uri($val);
|
||||
|
||||
if ($val !== '')
|
||||
if (($segment = trim($segment)) !== '')
|
||||
{
|
||||
$this->segments[] = $val;
|
||||
$this->segments[] = $segment;
|
||||
}
|
||||
}
|
||||
|
||||
unset($this->segments[0]);
|
||||
return;
|
||||
}
|
||||
|
||||
// Filter out control characters and trim slashes
|
||||
$this->uri_string = trim(remove_invisible_characters($str, FALSE), '/');
|
||||
|
||||
if ($this->uri_string === '')
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
// Remove the URL suffix, if present
|
||||
if (($suffix = (string) $this->config->item('url_suffix')) !== '')
|
||||
{
|
||||
$slen = strlen($suffix);
|
||||
|
||||
if (substr($this->uri_string, -$slen) === $suffix)
|
||||
{
|
||||
$this->uri_string = substr($this->uri_string, 0, -$slen);
|
||||
}
|
||||
}
|
||||
|
||||
$this->segments[0] = NULL;
|
||||
foreach (explode('/', trim($this->uri_string, '/')) as $segment)
|
||||
{
|
||||
$segment = trim($segment);
|
||||
// Filter segments for security
|
||||
$this->filter_uri($segment);
|
||||
|
||||
if ($segment !== '')
|
||||
{
|
||||
$this->segments[] = $segment;
|
||||
}
|
||||
}
|
||||
|
||||
unset($this->segments[0]);
|
||||
}
|
||||
|
||||
// --------------------------------------------------------------------
|
||||
|
||||
@@ -66,12 +66,12 @@ class CI_Utf8 {
|
||||
)
|
||||
{
|
||||
define('UTF8_ENABLED', TRUE);
|
||||
log_message('debug', 'UTF-8 Support Enabled');
|
||||
log_message('info', 'UTF-8 Support Enabled');
|
||||
}
|
||||
else
|
||||
{
|
||||
define('UTF8_ENABLED', FALSE);
|
||||
log_message('debug', 'UTF-8 Support Disabled');
|
||||
log_message('info', 'UTF-8 Support Disabled');
|
||||
}
|
||||
|
||||
log_message('info', 'Utf8 Class Initialized');
|
||||
|
||||
@@ -50,7 +50,7 @@ defined('BASEPATH') OR exit('No direct script access allowed');
|
||||
|
||||
// ------------------------------------------------------------------------
|
||||
|
||||
if (is_php('5.5') OR ! is_php('5.3.7') OR ! defined('CRYPT_BLOWFISH') OR CRYPT_BLOWFISH !== 1 OR defined('HHVM_VERSION'))
|
||||
if (is_php('5.5') OR ! defined('CRYPT_BLOWFISH') OR CRYPT_BLOWFISH !== 1 OR defined('HHVM_VERSION'))
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
@@ -180,210 +180,3 @@ if ( ! function_exists('hex2bin'))
|
||||
return pack('H*', $data);
|
||||
}
|
||||
}
|
||||
|
||||
// ------------------------------------------------------------------------
|
||||
|
||||
if (is_php('5.3'))
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
// ------------------------------------------------------------------------
|
||||
|
||||
if ( ! function_exists('array_replace'))
|
||||
{
|
||||
/**
|
||||
* array_replace()
|
||||
*
|
||||
* @link http://php.net/array_replace
|
||||
* @return array
|
||||
*/
|
||||
function array_replace()
|
||||
{
|
||||
$arrays = func_get_args();
|
||||
|
||||
if (($c = count($arrays)) === 0)
|
||||
{
|
||||
trigger_error('array_replace() expects at least 1 parameter, 0 given', E_USER_WARNING);
|
||||
return NULL;
|
||||
}
|
||||
elseif ($c === 1)
|
||||
{
|
||||
if ( ! is_array($arrays[0]))
|
||||
{
|
||||
trigger_error('array_replace(): Argument #1 is not an array', E_USER_WARNING);
|
||||
return NULL;
|
||||
}
|
||||
|
||||
return $arrays[0];
|
||||
}
|
||||
|
||||
$array = array_shift($arrays);
|
||||
$c--;
|
||||
|
||||
for ($i = 0; $i < $c; $i++)
|
||||
{
|
||||
if ( ! is_array($arrays[$i]))
|
||||
{
|
||||
trigger_error('array_replace(): Argument #'.($i + 2).' is not an array', E_USER_WARNING);
|
||||
return NULL;
|
||||
}
|
||||
elseif (empty($arrays[$i]))
|
||||
{
|
||||
continue;
|
||||
}
|
||||
|
||||
foreach (array_keys($arrays[$i]) as $key)
|
||||
{
|
||||
$array[$key] = $arrays[$i][$key];
|
||||
}
|
||||
}
|
||||
|
||||
return $array;
|
||||
}
|
||||
}
|
||||
|
||||
// ------------------------------------------------------------------------
|
||||
|
||||
if ( ! function_exists('array_replace_recursive'))
|
||||
{
|
||||
/**
|
||||
* array_replace_recursive()
|
||||
*
|
||||
* @link http://php.net/array_replace_recursive
|
||||
* @return array
|
||||
*/
|
||||
function array_replace_recursive()
|
||||
{
|
||||
$arrays = func_get_args();
|
||||
|
||||
if (($c = count($arrays)) === 0)
|
||||
{
|
||||
trigger_error('array_replace_recursive() expects at least 1 parameter, 0 given', E_USER_WARNING);
|
||||
return NULL;
|
||||
}
|
||||
elseif ($c === 1)
|
||||
{
|
||||
if ( ! is_array($arrays[0]))
|
||||
{
|
||||
trigger_error('array_replace_recursive(): Argument #1 is not an array', E_USER_WARNING);
|
||||
return NULL;
|
||||
}
|
||||
|
||||
return $arrays[0];
|
||||
}
|
||||
|
||||
$array = array_shift($arrays);
|
||||
$c--;
|
||||
|
||||
for ($i = 0; $i < $c; $i++)
|
||||
{
|
||||
if ( ! is_array($arrays[$i]))
|
||||
{
|
||||
trigger_error('array_replace_recursive(): Argument #'.($i + 2).' is not an array', E_USER_WARNING);
|
||||
return NULL;
|
||||
}
|
||||
elseif (empty($arrays[$i]))
|
||||
{
|
||||
continue;
|
||||
}
|
||||
|
||||
foreach (array_keys($arrays[$i]) as $key)
|
||||
{
|
||||
$array[$key] = (is_array($arrays[$i][$key]) && isset($array[$key]) && is_array($array[$key]))
|
||||
? array_replace_recursive($array[$key], $arrays[$i][$key])
|
||||
: $arrays[$i][$key];
|
||||
}
|
||||
}
|
||||
|
||||
return $array;
|
||||
}
|
||||
}
|
||||
|
||||
// ------------------------------------------------------------------------
|
||||
|
||||
if ( ! function_exists('quoted_printable_encode'))
|
||||
{
|
||||
/**
|
||||
* quoted_printable_encode()
|
||||
*
|
||||
* @link http://php.net/quoted_printable_encode
|
||||
* @param string $str
|
||||
* @return string
|
||||
*/
|
||||
function quoted_printable_encode($str)
|
||||
{
|
||||
if (strlen($str) === 0)
|
||||
{
|
||||
return '';
|
||||
}
|
||||
elseif (in_array($type = gettype($str), array('array', 'object'), TRUE))
|
||||
{
|
||||
if ($type === 'object' && method_exists($str, '__toString'))
|
||||
{
|
||||
$str = (string) $str;
|
||||
}
|
||||
else
|
||||
{
|
||||
trigger_error('quoted_printable_encode() expects parameter 1 to be string, '.$type.' given', E_USER_WARNING);
|
||||
return NULL;
|
||||
}
|
||||
}
|
||||
|
||||
if (function_exists('imap_8bit'))
|
||||
{
|
||||
return imap_8bit($str);
|
||||
}
|
||||
|
||||
$i = $lp = 0;
|
||||
$output = '';
|
||||
$hex = '0123456789ABCDEF';
|
||||
$length = (extension_loaded('mbstring') && ini_get('mbstring.func_overload'))
|
||||
? mb_strlen($str, '8bit')
|
||||
: strlen($str);
|
||||
|
||||
while ($length--)
|
||||
{
|
||||
if ((($c = $str[$i++]) === "\015") && isset($str[$i]) && ($str[$i] === "\012") && $length > 0)
|
||||
{
|
||||
$output .= "\015".$str[$i++];
|
||||
$length--;
|
||||
$lp = 0;
|
||||
continue;
|
||||
}
|
||||
|
||||
if (
|
||||
ctype_cntrl($c)
|
||||
OR (ord($c) === 0x7f)
|
||||
OR (ord($c) & 0x80)
|
||||
OR ($c === '=')
|
||||
OR ($c === ' ' && isset($str[$i]) && $str[$i] === "\015")
|
||||
)
|
||||
{
|
||||
if (
|
||||
(($lp += 3) > 75 && ord($c) <= 0x7f)
|
||||
OR (ord($c) > 0x7f && ord($c) <= 0xdf && ($lp + 3) > 75)
|
||||
OR (ord($c) > 0xdf && ord($c) <= 0xef && ($lp + 6) > 75)
|
||||
OR (ord($c) > 0xef && ord($c) <= 0xf4 && ($lp + 9) > 75)
|
||||
)
|
||||
{
|
||||
$output .= "=\015\012";
|
||||
$lp = 3;
|
||||
}
|
||||
|
||||
$output .= '='.$hex[ord($c) >> 4].$hex[ord($c) & 0xf];
|
||||
continue;
|
||||
}
|
||||
|
||||
if ((++$lp) > 75)
|
||||
{
|
||||
$output .= "=\015\012";
|
||||
$lp = 1;
|
||||
}
|
||||
|
||||
$output .= $c;
|
||||
}
|
||||
|
||||
return $output;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -82,7 +82,7 @@ function &DB($params = '', $query_builder_override = NULL)
|
||||
}
|
||||
}
|
||||
|
||||
if ( ! isset($db) OR count($db) === 0)
|
||||
if (empty($db))
|
||||
{
|
||||
show_error('No database connection settings were found in the database config file.');
|
||||
}
|
||||
@@ -192,10 +192,13 @@ function &DB($params = '', $query_builder_override = NULL)
|
||||
|
||||
// Load the DB driver
|
||||
$driver_file = BASEPATH.'database/drivers/'.$params['dbdriver'].'/'.$params['dbdriver'].'_driver.php';
|
||||
|
||||
file_exists($driver_file) OR show_error('Invalid DB driver');
|
||||
require_once($driver_file);
|
||||
|
||||
// Load the result classes as well
|
||||
require_once(BASEPATH.'database/DB_result.php');
|
||||
require_once(BASEPATH.'database/drivers/'.$params['dbdriver'].'/'.$params['dbdriver'].'_result.php');
|
||||
|
||||
// Instantiate the DB adapter
|
||||
$driver = 'CI_DB_'.$params['dbdriver'].'_driver';
|
||||
$DB = new $driver($params);
|
||||
|
||||
@@ -380,7 +380,8 @@ abstract class CI_DB_driver {
|
||||
/**
|
||||
* Initialize Database Settings
|
||||
*
|
||||
* @return bool
|
||||
* @return void
|
||||
* @throws RuntimeException In case of failure
|
||||
*/
|
||||
public function initialize()
|
||||
{
|
||||
@@ -392,7 +393,7 @@ abstract class CI_DB_driver {
|
||||
*/
|
||||
if ($this->conn_id)
|
||||
{
|
||||
return TRUE;
|
||||
return;
|
||||
}
|
||||
|
||||
// ----------------------------------------------------------------
|
||||
@@ -429,19 +430,9 @@ abstract class CI_DB_driver {
|
||||
// We still don't have a connection?
|
||||
if ( ! $this->conn_id)
|
||||
{
|
||||
log_message('error', 'Unable to connect to the database');
|
||||
|
||||
if ($this->db_debug)
|
||||
{
|
||||
$this->display_error('db_unable_to_connect');
|
||||
}
|
||||
|
||||
return FALSE;
|
||||
throw new RuntimeException('Unable to connect to the database.');
|
||||
}
|
||||
}
|
||||
|
||||
// Now we set the character set and that's all
|
||||
return $this->db_set_charset($this->char_set);
|
||||
}
|
||||
|
||||
// --------------------------------------------------------------------
|
||||
@@ -516,31 +507,6 @@ abstract class CI_DB_driver {
|
||||
|
||||
// --------------------------------------------------------------------
|
||||
|
||||
/**
|
||||
* Set client character set
|
||||
*
|
||||
* @param string
|
||||
* @return bool
|
||||
*/
|
||||
public function db_set_charset($charset)
|
||||
{
|
||||
if (method_exists($this, '_db_set_charset') && ! $this->_db_set_charset($charset))
|
||||
{
|
||||
log_message('error', 'Unable to set database connection charset: '.$charset);
|
||||
|
||||
if ($this->db_debug)
|
||||
{
|
||||
$this->display_error('db_unable_to_set_charset', $charset);
|
||||
}
|
||||
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
// --------------------------------------------------------------------
|
||||
|
||||
/**
|
||||
* The name of the platform in use (mysql, mssql, etc...)
|
||||
*
|
||||
@@ -634,7 +600,6 @@ abstract class CI_DB_driver {
|
||||
// cached query if it exists
|
||||
if ($this->cache_on === TRUE && $return_object === TRUE && $this->_cache_init())
|
||||
{
|
||||
$this->load_rdriver();
|
||||
if (FALSE !== ($cache = $this->CACHE->read($sql)))
|
||||
{
|
||||
return $cache;
|
||||
@@ -718,9 +683,9 @@ abstract class CI_DB_driver {
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
// Load and instantiate the result driver
|
||||
$driver = $this->load_rdriver();
|
||||
$RES = new $driver($this);
|
||||
// Instantiate the driver-specific result class
|
||||
$driver = 'CI_DB_'.$this->dbdriver.'_result';
|
||||
$RES = new $driver($this);
|
||||
|
||||
// Is query caching enabled? If so, we'll serialize the
|
||||
// result object and save it to a cache file.
|
||||
@@ -749,26 +714,6 @@ abstract class CI_DB_driver {
|
||||
|
||||
// --------------------------------------------------------------------
|
||||
|
||||
/**
|
||||
* Load the result drivers
|
||||
*
|
||||
* @return string the name of the result class
|
||||
*/
|
||||
public function load_rdriver()
|
||||
{
|
||||
$driver = 'CI_DB_'.$this->dbdriver.'_result';
|
||||
|
||||
if ( ! class_exists($driver, FALSE))
|
||||
{
|
||||
require_once(BASEPATH.'database/DB_result.php');
|
||||
require_once(BASEPATH.'database/drivers/'.$this->dbdriver.'/'.$this->dbdriver.'_result.php');
|
||||
}
|
||||
|
||||
return $driver;
|
||||
}
|
||||
|
||||
// --------------------------------------------------------------------
|
||||
|
||||
/**
|
||||
* Simple Query
|
||||
* This is a simplified version of the query() function. Internally
|
||||
@@ -780,14 +725,7 @@ abstract class CI_DB_driver {
|
||||
*/
|
||||
public function simple_query($sql)
|
||||
{
|
||||
if ( ! $this->conn_id)
|
||||
{
|
||||
if ( ! $this->initialize())
|
||||
{
|
||||
return FALSE;
|
||||
}
|
||||
}
|
||||
|
||||
empty($this->conn_id) && $this->initialize();
|
||||
return $this->_execute($sql);
|
||||
}
|
||||
|
||||
|
||||
@@ -1271,7 +1271,7 @@ abstract class CI_DB_query_builder extends CI_DB_driver {
|
||||
*/
|
||||
protected function _limit($sql)
|
||||
{
|
||||
return $sql.' LIMIT '.($this->qb_offset ? $this->qb_offset.', ' : '').$this->qb_limit;
|
||||
return $sql.' LIMIT '.($this->qb_offset ? $this->qb_offset.', ' : '').(int) $this->qb_limit;
|
||||
}
|
||||
|
||||
// --------------------------------------------------------------------
|
||||
@@ -2340,7 +2340,7 @@ abstract class CI_DB_query_builder extends CI_DB_driver {
|
||||
.$this->_compile_order_by(); // ORDER BY
|
||||
|
||||
// LIMIT
|
||||
if ($this->qb_limit)
|
||||
if ($this->qb_limit OR $this->qb_offset)
|
||||
{
|
||||
return $this->_limit($sql."\n");
|
||||
}
|
||||
|
||||
@@ -660,7 +660,7 @@ class CI_DB_result {
|
||||
*/
|
||||
protected function _fetch_object($class_name = 'stdClass')
|
||||
{
|
||||
return array();
|
||||
return new $class_name();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -235,13 +235,8 @@ abstract class CI_DB_utility {
|
||||
* @param string $enclosure Enclosure (default: ")
|
||||
* @return string
|
||||
*/
|
||||
public function csv_from_result($query, $delim = ',', $newline = "\n", $enclosure = '"')
|
||||
public function csv_from_result(CI_DB_result $query, $delim = ',', $newline = "\n", $enclosure = '"')
|
||||
{
|
||||
if ( ! is_object($query) OR ! method_exists($query, 'list_fields'))
|
||||
{
|
||||
show_error('You must submit a valid result object');
|
||||
}
|
||||
|
||||
$out = '';
|
||||
// First generate the headings from the table column names
|
||||
foreach ($query->list_fields() as $name)
|
||||
@@ -274,13 +269,8 @@ abstract class CI_DB_utility {
|
||||
* @param array $params Any preferences
|
||||
* @return string
|
||||
*/
|
||||
public function xml_from_result($query, $params = array())
|
||||
public function xml_from_result(CI_DB_result $query, $params = array())
|
||||
{
|
||||
if ( ! is_object($query) OR ! method_exists($query, 'list_fields'))
|
||||
{
|
||||
show_error('You must submit a valid result object');
|
||||
}
|
||||
|
||||
// Set our default values
|
||||
foreach (array('root' => 'root', 'element' => 'element', 'newline' => "\n", 'tab' => "\t") as $key => $val)
|
||||
{
|
||||
|
||||
@@ -108,6 +108,7 @@ class CI_DB_mssql_driver extends CI_DB {
|
||||
*/
|
||||
public function db_connect($persistent = FALSE)
|
||||
{
|
||||
ini_set('mssql.charset', $this->char_set);
|
||||
$this->conn_id = ($persistent)
|
||||
? mssql_pconnect($this->hostname, $this->username, $this->password)
|
||||
: mssql_connect($this->hostname, $this->username, $this->password);
|
||||
@@ -248,19 +249,6 @@ class CI_DB_mssql_driver extends CI_DB {
|
||||
|
||||
// --------------------------------------------------------------------
|
||||
|
||||
/**
|
||||
* Set client character set
|
||||
*
|
||||
* @param string $charset
|
||||
* @return bool
|
||||
*/
|
||||
protected function _db_set_charset($charset)
|
||||
{
|
||||
return (ini_set('mssql.charset', $charset) !== FALSE);
|
||||
}
|
||||
|
||||
// --------------------------------------------------------------------
|
||||
|
||||
/**
|
||||
* Version number query string
|
||||
*
|
||||
|
||||
@@ -147,29 +147,41 @@ class CI_DB_mysql_driver extends CI_DB {
|
||||
: FALSE;
|
||||
}
|
||||
|
||||
if (isset($this->stricton) && is_resource($this->conn_id))
|
||||
if (is_resource($this->conn_id))
|
||||
{
|
||||
if ($this->stricton)
|
||||
if ( ! mysql_set_charset($this->char_set, $this->conn_id))
|
||||
{
|
||||
$this->simple_query('SET SESSION sql_mode = CONCAT(@@sql_mode, ",", "STRICT_ALL_TABLES")');
|
||||
log_message('error', "Database: Unable to set the configured connection charset ('{$this->char_set}').");
|
||||
$this->close();
|
||||
return ($this->db->debug) ? $this->display_error('db_unable_to_set_charset', $this->char_set) : FALSE;
|
||||
}
|
||||
else
|
||||
|
||||
if (isset($this->stricton))
|
||||
{
|
||||
$this->simple_query(
|
||||
'SET SESSION sql_mode =
|
||||
REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(
|
||||
@@sql_mode,
|
||||
"STRICT_ALL_TABLES,", ""),
|
||||
",STRICT_ALL_TABLES", ""),
|
||||
"STRICT_ALL_TABLES", ""),
|
||||
"STRICT_TRANS_TABLES,", ""),
|
||||
",STRICT_TRANS_TABLES", ""),
|
||||
"STRICT_TRANS_TABLES", "")'
|
||||
);
|
||||
if ($this->stricton)
|
||||
{
|
||||
$this->simple_query('SET SESSION sql_mode = CONCAT(@@sql_mode, ",", "STRICT_ALL_TABLES")');
|
||||
}
|
||||
else
|
||||
{
|
||||
$this->simple_query(
|
||||
'SET SESSION sql_mode =
|
||||
REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(
|
||||
@@sql_mode,
|
||||
"STRICT_ALL_TABLES,", ""),
|
||||
",STRICT_ALL_TABLES", ""),
|
||||
"STRICT_ALL_TABLES", ""),
|
||||
"STRICT_TRANS_TABLES,", ""),
|
||||
",STRICT_TRANS_TABLES", ""),
|
||||
"STRICT_TRANS_TABLES", "")'
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
return $this->conn_id;
|
||||
}
|
||||
|
||||
return $this->conn_id;
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
// --------------------------------------------------------------------
|
||||
@@ -217,19 +229,6 @@ class CI_DB_mysql_driver extends CI_DB {
|
||||
|
||||
// --------------------------------------------------------------------
|
||||
|
||||
/**
|
||||
* Set client character set
|
||||
*
|
||||
* @param string $charset
|
||||
* @return bool
|
||||
*/
|
||||
protected function _db_set_charset($charset)
|
||||
{
|
||||
return mysql_set_charset($charset, $this->conn_id);
|
||||
}
|
||||
|
||||
// --------------------------------------------------------------------
|
||||
|
||||
/**
|
||||
* Database version number
|
||||
*
|
||||
|
||||
@@ -125,8 +125,7 @@ class CI_DB_mysqli_driver extends CI_DB {
|
||||
}
|
||||
else
|
||||
{
|
||||
// Persistent connection support was added in PHP 5.3.0
|
||||
$hostname = ($persistent === TRUE && is_php('5.3'))
|
||||
$hostname = ($persistent === TRUE)
|
||||
? 'p:'.$this->hostname : $this->hostname;
|
||||
$port = empty($this->port) ? NULL : $this->port;
|
||||
$socket = NULL;
|
||||
@@ -214,6 +213,13 @@ class CI_DB_mysqli_driver extends CI_DB {
|
||||
return ($this->db->db_debug) ? $this->db->display_error($message, '', TRUE) : FALSE;
|
||||
}
|
||||
|
||||
if ( ! $this->_mysqli->set_charset($this->char_set))
|
||||
{
|
||||
log_message('error', "Database: Unable to set the configured connection charset ('{$this->char_set}').");
|
||||
$this->_mysqli->close();
|
||||
return ($this->db->db_debug) ? $this->display_error('db_unable_to_set_charset', $this->char_set) : FALSE;
|
||||
}
|
||||
|
||||
return $this->_mysqli;
|
||||
}
|
||||
|
||||
@@ -265,19 +271,6 @@ class CI_DB_mysqli_driver extends CI_DB {
|
||||
|
||||
// --------------------------------------------------------------------
|
||||
|
||||
/**
|
||||
* Set client character set
|
||||
*
|
||||
* @param string $charset
|
||||
* @return bool
|
||||
*/
|
||||
protected function _db_set_charset($charset)
|
||||
{
|
||||
return $this->conn_id->set_charset($charset);
|
||||
}
|
||||
|
||||
// --------------------------------------------------------------------
|
||||
|
||||
/**
|
||||
* Database version number
|
||||
*
|
||||
@@ -502,8 +495,8 @@ class CI_DB_mysqli_driver extends CI_DB {
|
||||
if ( ! empty($this->_mysqli->connect_errno))
|
||||
{
|
||||
return array(
|
||||
'code' => $this->_mysqli->connect_errno,
|
||||
'message' => is_php('5.2.9') ? $this->_mysqli->connect_error : mysqli_connect_error()
|
||||
'code' => $this->_mysqli->connect_errno,
|
||||
'message' => $this->_mysqli->connect_error
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
@@ -386,7 +386,7 @@ class CI_DB_oci8_driver extends CI_DB {
|
||||
*/
|
||||
protected function _trans_begin()
|
||||
{
|
||||
$this->commit_mode = is_php('5.3.2') ? OCI_NO_AUTO_COMMIT : OCI_DEFAULT;
|
||||
$this->commit_mode = OCI_NO_AUTO_COMMIT;
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
||||
@@ -106,7 +106,7 @@ class CI_DB_pdo_mysql_driver extends CI_DB_pdo_driver {
|
||||
empty($this->database) OR $this->dsn .= ';dbname='.$this->database;
|
||||
empty($this->char_set) OR $this->dsn .= ';charset='.$this->char_set;
|
||||
}
|
||||
elseif ( ! empty($this->char_set) && strpos($this->dsn, 'charset=', 6) === FALSE && is_php('5.3.6'))
|
||||
elseif ( ! empty($this->char_set) && strpos($this->dsn, 'charset=', 6) === FALSE)
|
||||
{
|
||||
$this->dsn .= ';charset='.$this->char_set;
|
||||
}
|
||||
@@ -122,17 +122,6 @@ class CI_DB_pdo_mysql_driver extends CI_DB_pdo_driver {
|
||||
*/
|
||||
public function db_connect($persistent = FALSE)
|
||||
{
|
||||
/* Prior to PHP 5.3.6, even if the charset was supplied in the DSN
|
||||
* on connect - it was ignored. This is a work-around for the issue.
|
||||
*
|
||||
* Reference: http://www.php.net/manual/en/ref.pdo-mysql.connection.php
|
||||
*/
|
||||
if ( ! is_php('5.3.6') && ! empty($this->char_set))
|
||||
{
|
||||
$this->options[PDO::MYSQL_ATTR_INIT_COMMAND] = 'SET NAMES '.$this->char_set
|
||||
.(empty($this->dbcollat) ? '' : ' COLLATE '.$this->dbcollat);
|
||||
}
|
||||
|
||||
if (isset($this->stricton))
|
||||
{
|
||||
if ($this->stricton)
|
||||
@@ -169,8 +158,7 @@ class CI_DB_pdo_mysql_driver extends CI_DB_pdo_driver {
|
||||
$this->options[PDO::MYSQL_ATTR_COMPRESS] = TRUE;
|
||||
}
|
||||
|
||||
// SSL support was added to PDO_MYSQL in PHP 5.3.7
|
||||
if (is_array($this->encrypt) && is_php('5.3.7'))
|
||||
if (is_array($this->encrypt))
|
||||
{
|
||||
$ssl = array();
|
||||
empty($this->encrypt['ssl_key']) OR $ssl[PDO::MYSQL_ATTR_SSL_KEY] = $this->encrypt['ssl_key'];
|
||||
|
||||
@@ -163,6 +163,13 @@ class CI_DB_postgre_driver extends CI_DB {
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
if (pg_set_client_encoding($this->conn_id, $this->char_set) !== 0)
|
||||
{
|
||||
log_message('error', "Database: Unable to set the configured connection charset ('{$this->char_set}').");
|
||||
pg_close($this->conn_id);
|
||||
return ($this->db->db_debug) ? $this->display_error('db_unable_to_set_charset', $this->char_set) : FALSE;
|
||||
}
|
||||
|
||||
empty($this->schema) OR $this->simple_query('SET search_path TO '.$this->schema.',public');
|
||||
}
|
||||
|
||||
@@ -189,19 +196,6 @@ class CI_DB_postgre_driver extends CI_DB {
|
||||
|
||||
// --------------------------------------------------------------------
|
||||
|
||||
/**
|
||||
* Set client character set
|
||||
*
|
||||
* @param string $charset
|
||||
* @return bool
|
||||
*/
|
||||
protected function _db_set_charset($charset)
|
||||
{
|
||||
return (pg_set_client_encoding($this->conn_id, $charset) === 0);
|
||||
}
|
||||
|
||||
// --------------------------------------------------------------------
|
||||
|
||||
/**
|
||||
* Database version number
|
||||
*
|
||||
|
||||
@@ -707,87 +707,32 @@ if ( ! function_exists('date_range'))
|
||||
|
||||
$range = array();
|
||||
|
||||
/* NOTE: Even though the DateTime object has many useful features, it appears that
|
||||
* it doesn't always handle properly timezones, when timestamps are passed
|
||||
* directly to its constructor. Neither of the following gave proper results:
|
||||
*
|
||||
* new DateTime('<timestamp>')
|
||||
* new DateTime('<timestamp>', '<timezone>')
|
||||
*
|
||||
* --- available in PHP 5.3:
|
||||
*
|
||||
* DateTime::createFromFormat('<format>', '<timestamp>')
|
||||
* DateTime::createFromFormat('<format>', '<timestamp>', '<timezone')
|
||||
*
|
||||
* ... so we'll have to set the timestamp after the object is instantiated.
|
||||
* Furthermore, in PHP 5.3 we can use DateTime::setTimestamp() to do that and
|
||||
* given that we have UNIX timestamps - we should use it.
|
||||
*/
|
||||
$from = new DateTime();
|
||||
$from->setTimestamp($unix_start);
|
||||
|
||||
if (is_php('5.3'))
|
||||
{
|
||||
$from->setTimestamp($unix_start);
|
||||
if ($is_unix)
|
||||
{
|
||||
$arg = new DateTime();
|
||||
$arg->setTimestamp($mixed);
|
||||
}
|
||||
else
|
||||
{
|
||||
$arg = (int) $mixed;
|
||||
}
|
||||
|
||||
$period = new DatePeriod($from, new DateInterval('P1D'), $arg);
|
||||
foreach ($period as $date)
|
||||
{
|
||||
$range[] = $date->format($format);
|
||||
}
|
||||
|
||||
/* If a period end date was passed to the DatePeriod constructor, it might not
|
||||
* be in our results. Not sure if this is a bug or it's just possible because
|
||||
* the end date might actually be less than 24 hours away from the previously
|
||||
* generated DateTime object, but either way - we have to append it manually.
|
||||
*/
|
||||
if ( ! is_int($arg) && $range[count($range) - 1] !== $arg->format($format))
|
||||
{
|
||||
$range[] = $arg->format($format);
|
||||
}
|
||||
|
||||
return $range;
|
||||
}
|
||||
|
||||
$from->setDate(date('Y', $unix_start), date('n', $unix_start), date('j', $unix_start));
|
||||
$from->setTime(date('G', $unix_start), date('i', $unix_start), date('s', $unix_start));
|
||||
if ($is_unix)
|
||||
{
|
||||
$arg = new DateTime();
|
||||
$arg->setDate(date('Y', $mixed), date('n', $mixed), date('j', $mixed));
|
||||
$arg->setTime(date('G', $mixed), date('i', $mixed), date('s', $mixed));
|
||||
$arg->setTimestamp($mixed);
|
||||
}
|
||||
else
|
||||
{
|
||||
$arg = (int) $mixed;
|
||||
}
|
||||
$range[] = $from->format($format);
|
||||
|
||||
if (is_int($arg)) // Day intervals
|
||||
$period = new DatePeriod($from, new DateInterval('P1D'), $arg);
|
||||
foreach ($period as $date)
|
||||
{
|
||||
do
|
||||
{
|
||||
$from->modify('+1 day');
|
||||
$range[] = $from->format($format);
|
||||
}
|
||||
while (--$arg > 0);
|
||||
$range[] = $date->format($format);
|
||||
}
|
||||
else // end date UNIX timestamp
|
||||
{
|
||||
for ($from->modify('+1 day'), $end_check = $arg->format('Ymd'); $from->format('Ymd') < $end_check; $from->modify('+1 day'))
|
||||
{
|
||||
$range[] = $from->format($format);
|
||||
}
|
||||
|
||||
// Our loop only appended dates prior to our end date
|
||||
/* If a period end date was passed to the DatePeriod constructor, it might not
|
||||
* be in our results. Not sure if this is a bug or it's just possible because
|
||||
* the end date might actually be less than 24 hours away from the previously
|
||||
* generated DateTime object, but either way - we have to append it manually.
|
||||
*/
|
||||
if ( ! is_int($arg) && $range[count($range) - 1] !== $arg->format($format))
|
||||
{
|
||||
$range[] = $arg->format($format);
|
||||
}
|
||||
|
||||
|
||||
@@ -70,6 +70,7 @@ if ( ! function_exists('directory_map'))
|
||||
{
|
||||
$filedata = array();
|
||||
$new_depth = $directory_depth - 1;
|
||||
$source_dir = rtrim($source_dir, DIRECTORY_SEPARATOR).DIRECTORY_SEPARATOR;
|
||||
|
||||
while (FALSE !== ($file = readdir($fp)))
|
||||
{
|
||||
|
||||
@@ -229,7 +229,7 @@ if ( ! function_exists('doctype'))
|
||||
* @param string type The doctype to be generated
|
||||
* @return string
|
||||
*/
|
||||
function doctype($type = 'xhtml1-strict')
|
||||
function doctype($type = 'html5')
|
||||
{
|
||||
static $doctypes;
|
||||
|
||||
@@ -360,15 +360,30 @@ if ( ! function_exists('meta'))
|
||||
$name = array($name);
|
||||
}
|
||||
|
||||
$allowed_types = array('charset', 'http-equiv', 'name', 'property');
|
||||
$str = '';
|
||||
foreach ($name as $meta)
|
||||
{
|
||||
$type = (isset($meta['type']) && $meta['type'] !== 'name') ? 'http-equiv' : 'name';
|
||||
$name = isset($meta['name']) ? $meta['name'] : '';
|
||||
$content = isset($meta['content']) ? $meta['content'] : '';
|
||||
$newline = isset($meta['newline']) ? $meta['newline'] : "\n";
|
||||
// This is to preserve BC with pre-3.1 versions where only
|
||||
// 'http-equiv' (default) and 'name' were supported.
|
||||
if (isset($meta['type']))
|
||||
{
|
||||
if ($meta['type'] === 'equiv')
|
||||
{
|
||||
$meta['type'] === 'http-equiv';
|
||||
}
|
||||
elseif ( ! in_array($meta['type'], $allowed_types, TRUE))
|
||||
{
|
||||
$meta['type'] = 'name';
|
||||
}
|
||||
}
|
||||
|
||||
$str .= '<meta '.$type.'="'.$name.'" content="'.$content.'" />'.$newline;
|
||||
$type = isset($meta['type']) ? $meta['type'] : 'name';
|
||||
$name = isset($meta['name']) ? $meta['name'] : '';
|
||||
$content = isset($meta['content']) ? $meta['content'] : '';
|
||||
$newline = isset($meta['newline']) ? $meta['newline'] : "\n";
|
||||
|
||||
$str .= '<meta '.$type.'="'.$name.($type === 'charset' ? '' : '" content="'.$content).'" />'.$newline;
|
||||
}
|
||||
|
||||
return $str;
|
||||
|
||||
@@ -1,56 +0,0 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @copyright Copyright (c) 2014 - 2015, British Columbia Institute of Technology (http://bcit.ca/)
|
||||
* @license http://opensource.org/licenses/MIT MIT License
|
||||
* @link http://codeigniter.com
|
||||
*/
|
||||
defined('BASEPATH') OR exit('No direct script access allowed');
|
||||
|
||||
$lang['cal_su'] = 'أح';
|
||||
$lang['cal_mo'] = 'إث';
|
||||
$lang['cal_tu'] = 'ثل';
|
||||
$lang['cal_we'] = 'أر';
|
||||
$lang['cal_th'] = 'خم';
|
||||
$lang['cal_fr'] = 'جم';
|
||||
$lang['cal_sa'] = 'سب';
|
||||
$lang['cal_sun'] = 'أح';
|
||||
$lang['cal_mon'] = 'إث';
|
||||
$lang['cal_tue'] = 'ثل';
|
||||
$lang['cal_wed'] = 'أر';
|
||||
$lang['cal_thu'] = 'خم';
|
||||
$lang['cal_fri'] = 'جم';
|
||||
$lang['cal_sat'] = 'سب';
|
||||
$lang['cal_sunday'] = 'الأحد';
|
||||
$lang['cal_monday'] = 'الإثنين';
|
||||
$lang['cal_tuesday'] = 'الثلاثاء';
|
||||
$lang['cal_wednesday'] = 'الأربعاء';
|
||||
$lang['cal_thursday'] = 'الخميس';
|
||||
$lang['cal_friday'] = 'الجمعة';
|
||||
$lang['cal_saturday'] = 'السبت';
|
||||
$lang['cal_jan'] = 'ينا';
|
||||
$lang['cal_feb'] = 'فبر';
|
||||
$lang['cal_mar'] = 'مار';
|
||||
$lang['cal_apr'] = 'أبر';
|
||||
$lang['cal_may'] = 'ماي';
|
||||
$lang['cal_jun'] = 'يون';
|
||||
$lang['cal_jul'] = 'يول';
|
||||
$lang['cal_aug'] = 'أغس';
|
||||
$lang['cal_sep'] = 'سبت';
|
||||
$lang['cal_oct'] = 'أوك';
|
||||
$lang['cal_nov'] = 'نوف';
|
||||
$lang['cal_dec'] = 'ديس';
|
||||
$lang['cal_january'] = 'يناير';
|
||||
$lang['cal_february'] = 'فبراير';
|
||||
$lang['cal_march'] = 'مارس';
|
||||
$lang['cal_april'] = 'إبريل';
|
||||
$lang['cal_mayl'] = 'مايو';
|
||||
$lang['cal_june'] = 'يونيو';
|
||||
$lang['cal_july'] = 'يوليو';
|
||||
$lang['cal_august'] = 'أغسطس';
|
||||
$lang['cal_september'] = 'سبتمبر';
|
||||
$lang['cal_october'] = 'أكتوبر';
|
||||
$lang['cal_november'] = 'نوفمبر';
|
||||
$lang['cal_december'] = 'ديسمبر';
|
||||
@@ -1,66 +0,0 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @copyright Copyright (c) 2014 - 2015, British Columbia Institute of Technology (http://bcit.ca/)
|
||||
* @license http://opensource.org/licenses/MIT MIT License
|
||||
* @link http://codeigniter.com
|
||||
*/
|
||||
defined('BASEPATH') OR exit('No direct script access allowed');
|
||||
|
||||
$lang['date_year'] = 'سنة';
|
||||
$lang['date_years'] = 'سنة';
|
||||
$lang['date_month'] = 'شهر';
|
||||
$lang['date_months'] = 'شهر';
|
||||
$lang['date_week'] = 'أسبوع';
|
||||
$lang['date_weeks'] = 'أسبوع';
|
||||
$lang['date_day'] = 'يوم';
|
||||
$lang['date_days'] = 'يوم';
|
||||
$lang['date_hour'] = 'ساعة';
|
||||
$lang['date_hours'] = 'ساعة';
|
||||
$lang['date_minute'] = 'دقيقة';
|
||||
$lang['date_minutes'] = 'دقيقة';
|
||||
$lang['date_second'] = 'ثانية';
|
||||
$lang['date_seconds'] = 'ثانية';
|
||||
|
||||
$lang['UM12'] = '(UTC -12:00) جزيرة بيكر/هاولاند';
|
||||
$lang['UM11'] = '(UTC -11:00) توقيت ساموا، نيو';
|
||||
$lang['UM10'] = '(UTC -10:00) توقيت هاواي-أليوت الرسمي، جُزر كوك، تاهيتي';
|
||||
$lang['UM95'] = '(UTC -9:30) جُزر ماركيساس';
|
||||
$lang['UM9'] = '(UTC -9:00) توقيت ألاسكا الرسمي، جُزر جامبير';
|
||||
$lang['UM8'] = '(UTC -8:00) توقيت الهادي الرسمي، جزيرة كليبّرتون';
|
||||
$lang['UM7'] = '(UTC -7:00) توقيت ماونتاين الرسمي';
|
||||
$lang['UM6'] = '(UTC -6:00) التوقيت المركزي الرسمي';
|
||||
$lang['UM5'] = '(UTC -5:00) التوقيت الشرقي الرسمي، توقيت شرق الكاريبي الرسمي';
|
||||
$lang['UM45'] = '(UTC -4:30) توقيت فنزويلا الرسمي';
|
||||
$lang['UM4'] = '(UTC -4:00) توقيت الأطلنطي الرسمي، توقيت شرق الكاريبي الرسمي';
|
||||
$lang['UM35'] = '(UTC -3:30) توقيت نيوفاوندلاند الرسمي';
|
||||
$lang['UM3'] = '(UTC -3:00) الأرجنتين، البرازيل، غويانا الفرنسية، الأوروغواي';
|
||||
$lang['UM2'] = '(UTC -2:00) غرب جورجيا، جُزر غرب ساندويتش';
|
||||
$lang['UM1'] = '(UTC -1:00) الأزور، جُزر كيب فيرد';
|
||||
$lang['UTC'] = '(UTC) توقيت غرينتش، توقيت غرب أوروبا';
|
||||
$lang['UP1'] = '(UTC +1:00) توقيت وسط أوروبا، توقيت غرب إفريقيا';
|
||||
$lang['UP2'] = '(UTC +2:00) توقيت وسط أفريقيا، توقيت شرق أوروبا، توقيت كالننغراد';
|
||||
$lang['UP3'] = '(UTC +3:00) توقيت موسكو، توقيت شرق إفريقيا';
|
||||
$lang['UP35'] = '(UTC +3:30) توقيت إيران الرسمي';
|
||||
$lang['UP4'] = '(UTC +4:00) توقيت أذربيجان الرسمي، توقيت سمارا';
|
||||
$lang['UP45'] = '(UTC +4:30) أفغانستان';
|
||||
$lang['UP5'] = '(UTC +5:00) توقيت باكستان الرسمي، توقيت نِكاتيريبورغ';
|
||||
$lang['UP55'] = '(UTC +5:30) توقيت الهند الرسمي، توقيت سريلانكا';
|
||||
$lang['UP575'] = '(UTC +5:45) توقيت نيبال';
|
||||
$lang['UP6'] = '(UTC +6:00) تويقت بنغلادش الرسمي، توقيت بوتان، توقيت أمسك';
|
||||
$lang['UP65'] = '(UTC +6:30) جُزر كوكوس، ميانمار';
|
||||
$lang['UP7'] = '(UTC +7:00) توقيت كراسنويارسك، كمبوديا، لاوس، تايلاند، الفيتنام';
|
||||
$lang['UP8'] = '(UTC +8:00) توقيت غرب أستراليا الرسمي، توقيت بيينغ، توقيت إركتسك';
|
||||
$lang['UP875'] = '(UTC +8:45) توقيت غرب وسط أستراليا الرسمي';
|
||||
$lang['UP9'] = '(UTC +9:00) توقيت اليابان الرسمي، توقيت كوريا الرسمي، توقيت ياكوتسك';
|
||||
$lang['UP95'] = '(UTC +9:30) توقيت وسط أستراليا الرسمي';
|
||||
$lang['UP10'] = '(UTC +10:00) توقيت شرق أستراليا الرسمي، توقيت فلاديفوستوك';
|
||||
$lang['UP105'] = '(UTC +10:30) جُزر لورد هووي';
|
||||
$lang['UP11'] = '(UTC +11:00) توقيت ماغادان، جُزر سليمان، فاناتاو';
|
||||
$lang['UP115'] = '(UTC +11:30) جزيرة نورفولك';
|
||||
$lang['UP12'] = '(UTC +12:00) توقيت فيجي، جُزر جلبير، كاماتشاتكا، توقيت نيوزلنده الرسمي';
|
||||
$lang['UP1275'] = '(UTC +12:45) توقيت جُزر تشاذام الرسمي';
|
||||
$lang['UP13'] = '(UTC +13:00) توقيت جُزر فينكس، تونغا';
|
||||
$lang['UP14'] = '(UTC +14:00) جُزر لاين';
|
||||
@@ -1,35 +0,0 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @copyright Copyright (c) 2014 - 2015, British Columbia Institute of Technology (http://bcit.ca/)
|
||||
* @license http://opensource.org/licenses/MIT MIT License
|
||||
* @link http://codeigniter.com
|
||||
*/
|
||||
defined('BASEPATH') OR exit('No direct script access allowed');
|
||||
|
||||
$lang['db_invalid_connection_str'] = 'غير قادر على إيجاد إعدادات الإتصال بقواعد البيانات بناء على البيانات المرسلة.';
|
||||
$lang['db_unable_to_connect'] = 'غير قادر على الإتصال بقواعد البيانات بناء على الإعدادات المقدمة.';
|
||||
$lang['db_unable_to_select'] = 'غير قادر على تحديد قاعدة البيانات التالية: %s';
|
||||
$lang['db_unable_to_create'] = 'غير قادر على إنشاء قاعدة البيانات التالية: %s';
|
||||
$lang['db_invalid_query'] = 'الإستعلام المرسل غير صحيح.';
|
||||
$lang['db_must_set_table'] = 'يجب وضع جدول قاعدة بيانات للإستخدامة مع الإستعلام.';
|
||||
$lang['db_must_use_set'] = 'يجب إستخدام خاصية "set" لتحديث السجيل.';
|
||||
$lang['db_must_use_index'] = 'يجب تحديد رقم للتحديثات.';
|
||||
$lang['db_batch_missing_index'] = 'سجل أو أكثر لا يحتوى على رقم التحديث.';
|
||||
$lang['db_must_use_where'] = 'التحديث غير مسموح به مالم يحتوى على جملة "where" أو "like".';
|
||||
$lang['db_del_must_use_where'] = 'الحذف غير مسموح به مالم يحتوى على جملة "where" أو "like".';
|
||||
$lang['db_field_param_missing'] = 'لجلب أسماء الحقول يجب إرسال إسم الجدول كمتغير.';
|
||||
$lang['db_unsupported_function'] = 'هذه الميزة غير متوفرة في قاعدة البيانات التى تستخدمها.';
|
||||
$lang['db_transaction_failure'] = 'فشل في الإجراء: تم التراجع عن الإجراء.';
|
||||
$lang['db_unable_to_drop'] = 'غير قادر على إزالة قاعدة البيانات المحددة.';
|
||||
$lang['db_unsupported_feature'] = 'ميزة غير متوفرة في قاعدة البيانات التى تستخدمها.';
|
||||
$lang['db_unsupported_compression'] = 'نوع ضغط الملف المحدد غير مدعوم على الخادم.';
|
||||
$lang['db_filepath_error'] = 'غير قادر على كتابة الملف في المسار المحدد.';
|
||||
$lang['db_invalid_cache_path'] = 'مسار التخزين المؤقت غير صحيح أو غير قابل للكتابة.';
|
||||
$lang['db_table_name_required'] = 'إسم الجدول مطلوب لهذه العملية.';
|
||||
$lang['db_column_name_required'] = 'إسم العمود مطلوب لهذه العملية.';
|
||||
$lang['db_column_definition_required'] = 'تعريف العمود مطلوب لهذه العملية.';
|
||||
$lang['db_unable_to_set_charset'] = 'غير قادر على تحديد نوع الترميز: %s';
|
||||
$lang['db_error_heading'] = 'حصل خطأ في قاعدة البيانات';
|
||||
@@ -1,30 +0,0 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @copyright Copyright (c) 2014 - 2015, British Columbia Institute of Technology (http://bcit.ca/)
|
||||
* @license http://opensource.org/licenses/MIT MIT License
|
||||
* @link http://codeigniter.com
|
||||
*/
|
||||
defined('BASEPATH') OR exit('No direct script access allowed');
|
||||
|
||||
$lang['email_must_be_array'] = 'يجب تمرير مصفوفة إلى دالة التحقق من البريد الإلكتروني.';
|
||||
$lang['email_invalid_address'] = 'عنوان بريد إلكتروني خاطيء: %s';
|
||||
$lang['email_attachment_missing'] = 'غير قادر على إيجاد الملف المرفق: %s';
|
||||
$lang['email_attachment_unreadable'] = 'غير قاد على فتح الملف المرفق: %s';
|
||||
$lang['email_no_from'] = 'لا يمكن إرسال البريد الإلكترونية بدون تحديد المرسل.';
|
||||
$lang['email_no_recipients'] = 'يجب إضافة مستقبلين: To, Cc, or Bcc';
|
||||
$lang['email_send_failure_phpmail'] = 'غير قادر على الإرسال بإستخدام PHP mail(). قد يكون الخادم غير معد للإرسال بإستخدام هذه الطريقة.';
|
||||
$lang['email_send_failure_sendmail'] = 'غير قادر على الإرسال بإستخدام PHP Sendmail. قد يكون الخادم غير معد للإرسال بإستخدام هذه الطريقة.';
|
||||
$lang['email_send_failure_smtp'] = 'غير قادر على الإرسال بإستخدام PHP SMTP. قد يكون الخادم غير معد للإرسال بإستخدام هذه الطريقة.';
|
||||
$lang['email_sent'] = 'تم إرسال الرسالة بنجاح بإستخدام البروتوكول التالي: %s';
|
||||
$lang['email_no_socket'] = 'غير قادر على فتح إتصال مع Sendmail. الرجاء التأكد من الإعدادات.';
|
||||
$lang['email_no_hostname'] = 'لم تحدد إسم المضيف لـ SMTP.';
|
||||
$lang['email_smtp_error'] = 'خطأ SMTP حدث: %s';
|
||||
$lang['email_no_smtp_unpw'] = 'خطأ: يجب تحديد إسم مستخدم وكلمة مرور لـ SMTP.';
|
||||
$lang['email_failed_smtp_login'] = 'فشل في إرسال أمر AUTH LOGIN command. الخطأ: %s';
|
||||
$lang['email_smtp_auth_un'] = 'فشل في التحقق من إسم المستخدم. الخطأ: %s';
|
||||
$lang['email_smtp_auth_pw'] = 'فشل في التحقق من كلمة مرور. الخطأ: %s';
|
||||
$lang['email_smtp_data_failure'] = 'غير قادر على إرسال البيانات: %s';
|
||||
$lang['email_exit_status'] = 'رمز الخطأ: %s';
|
||||
@@ -1,40 +0,0 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @copyright Copyright (c) 2014 - 2015, British Columbia Institute of Technology (http://bcit.ca/)
|
||||
* @license http://opensource.org/licenses/MIT MIT License
|
||||
* @link http://codeigniter.com
|
||||
*/
|
||||
defined('BASEPATH') OR exit('No direct script access allowed');
|
||||
|
||||
$lang['form_validation_required'] = 'الحقل {field} إجباري.';
|
||||
$lang['form_validation_isset'] = 'الحقل {field} يجب أن يحتوى على قيمة.';
|
||||
$lang['form_validation_valid_email'] = 'الحقل {field} يجب أن يحتوى عنوان بريد إلكتروني صحيح.';
|
||||
$lang['form_validation_valid_emails'] = 'الحقل {field} يجب أن يحتوى على عناوين بريد إلكتروني صحيحة.';
|
||||
$lang['form_validation_valid_url'] = 'الحقل {field} يجب أن يحتوى على رابط.';
|
||||
$lang['form_validation_valid_ip'] = 'الحقل {field} يجب أن يحتوى على عنوان أي بي.';
|
||||
$lang['form_validation_min_length'] = 'الحقل {field} يجب أن لا يقل عن {param} حرف.';
|
||||
$lang['form_validation_max_length'] = 'الحقل {field} يجب أن لا يتجاوز أكثر من {param} حرف.';
|
||||
$lang['form_validation_exact_length'] = 'الحقل {field} يجب أن يكون بطول {param} حرف.';
|
||||
$lang['form_validation_alpha'] = 'الحقل {field} يمكن أن يحتوى على أحرف فقط.';
|
||||
$lang['form_validation_alpha_numeric'] = 'الحقل {field} يمكن أن يحتوى على أحرف وأرقام فقط.';
|
||||
$lang['form_validation_alpha_numeric_spaces'] = 'الحقل {field} يمكن أن يحتوى على أحرف وأرقام و فراغات فقط.';
|
||||
$lang['form_validation_alpha_dash'] = 'الحقل {field} يمكن أن يحتوى على أحرف وأرقام أو شرطة أو شرطة سفلية.';
|
||||
$lang['form_validation_numeric'] = 'الحقل {field} يجب أن يحتوى على أرقام فقط.';
|
||||
$lang['form_validation_is_numeric'] = 'الحقل {field} يجب أن يحتوى على أرقام فقط.';
|
||||
$lang['form_validation_integer'] = 'الحقل {field} يجب أن يحتوى على رقم صحيح فقط.';
|
||||
$lang['form_validation_regex_match'] = 'الحقل {field} لا يحتوى على قيمة بشكل صحيح.';
|
||||
$lang['form_validation_matches'] = 'الحقل {field} لا يساوي الحقل {param}.';
|
||||
$lang['form_validation_differs'] = 'الحقل {field} يجب أن يكون مختلف عن الحقل {param}.';
|
||||
$lang['form_validation_is_unique'] = 'الحقل {field} يجب أن يحتوى على قيمة غير متكررة.';
|
||||
$lang['form_validation_is_natural'] = 'الحقل {field} يجب أن يحتوى على رقم.';
|
||||
$lang['form_validation_is_natural_no_zero'] = 'الحقل {field} يجب أن يحتوى على رقم أكبر من صفر.';
|
||||
$lang['form_validation_decimal'] = 'الحقل {field} يجب أن يحتوى على رقم عشري.';
|
||||
$lang['form_validation_less_than'] = 'الحقل {field} يجب أن يحتوى على رقم أقل من {param}.';
|
||||
$lang['form_validation_less_than_equal_to'] = 'الحقل {field} يجب أن يحتوى على رقم أقل أو يساوي {param}.';
|
||||
$lang['form_validation_greater_than'] = 'الحقل {field} يجب أن يحتوى على رقم أكبر من {param}.';
|
||||
$lang['form_validation_greater_than_equal_to'] = 'الحقل {field} يجب أن يحتوى على رقم أكبر من أو يساوي {param}.';
|
||||
$lang['form_validation_error_message_not_set'] = ' الحقل{field} غير قادر على الوصول إلى رسالة خطأ المقابلة ل اسم مجال عملك.';
|
||||
$lang['form_validation_in_list'] = 'The {field} field must be one of: {param}.'; //FIXME
|
||||
@@ -1,23 +0,0 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @copyright Copyright (c) 2014 - 2015, British Columbia Institute of Technology (http://bcit.ca/)
|
||||
* @license http://opensource.org/licenses/MIT MIT License
|
||||
* @link http://codeigniter.com
|
||||
*/
|
||||
defined('BASEPATH') OR exit('No direct script access allowed');
|
||||
|
||||
$lang['ftp_no_connection'] = "تعذّر العثور على مُعرّف اتصال صالح. الرجاء التأكّد من أنك متّصل قبل القيام بأية عمليات.";
|
||||
$lang['ftp_unable_to_connect'] = "تعذّر الاتّصال بخادم FTP من خلال اسم المضيف المحدّد.";
|
||||
$lang['ftp_unable_to_login'] = "تعذّر تسجيل الدخول إلى خادم FTP. الرجاء التحقّق من إسم المستخدم وكلمة السرّ.";
|
||||
$lang['ftp_unable_to_makdir'] = "تعذّر إنشاء الدليل المُحدّد.";
|
||||
$lang['ftp_unable_to_changedir'] = "تعذّر الانتقال إلى الدليل.";
|
||||
$lang['ftp_unable_to_chmod'] = "تعذّر تعيين صلاحيات الملف. الرجاء التحقق من المسار. ملاحظة: هذه الميزة متوفّرة فقط في PHP الإصدار 5 أو الأحدث.";
|
||||
$lang['ftp_unable_to_upload'] = "تعذّر رفع الملف المحدّد. الرجاء التحقّق من المسار.";
|
||||
$lang['ftp_unable_to_download'] = "تعذّر تنزيل الملف المحدّد. الرجاء التحقّق من المسار.";
|
||||
$lang['ftp_no_source_file'] = "تعذّر العثور على الملف المصدر. الرجاء التحقق من المسار.";
|
||||
$lang['ftp_unable_to_rename'] = "تعذّرت إعادة تسيمة الملف.";
|
||||
$lang['ftp_unable_to_delete'] = "تعذّر حذف الملف.";
|
||||
$lang['ftp_unable_to_move'] = "تعذّر نقل الملف. الرجاء التأكد من وجود الدليل الهدف.";
|
||||
@@ -1,28 +0,0 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @copyright Copyright (c) 2014 - 2015, British Columbia Institute of Technology (http://bcit.ca/)
|
||||
* @license http://opensource.org/licenses/MIT MIT License
|
||||
* @link http://codeigniter.com
|
||||
*/
|
||||
defined('BASEPATH') OR exit('No direct script access allowed');
|
||||
|
||||
$lang['imglib_source_image_required'] = 'يجب تحديد مصدر الصورة في التفضيلات.';
|
||||
$lang['imglib_gd_required'] = 'مكتبة الصور GD مطلوبة لهذه الميزة.';
|
||||
$lang['imglib_gd_required_for_props'] = 'لتحديد خصائص الصورة يجب تفعيل مكتبة GD على الخادم.';
|
||||
$lang['imglib_unsupported_imagecreate'] = 'الخادم لا يدعم دوال مكتبة GD المطلوبة للتعامل مع نوع الصاورة.';
|
||||
$lang['imglib_gif_not_supported'] = 'صور GIF غالبا غير مدعوة بسبب قيود الترخيص, بدلا من ذلك إستخدم صور من نوع JPG او PNG.';
|
||||
$lang['imglib_jpg_not_supported'] = 'الصور من نوع JPG غير مدعومة.';
|
||||
$lang['imglib_png_not_supported'] = 'الصور من نوع PNG غير مدعومة.';
|
||||
$lang['imglib_jpg_or_png_required'] = 'بروتوكول تغير الحجم المحدد في تفضيلات الصور يعمل فقط مع الصور من نوع JPG و PNG.';
|
||||
$lang['imglib_copy_error'] = 'حدث خطأ اثناء عملية إستبدال الملف. الرجاء التأكد من أن المجلد قابل للكتابة.';
|
||||
$lang['imglib_rotate_unsupported'] = 'تدوير الصور غير مدعوم في الخادم.';
|
||||
$lang['imglib_libpath_invalid'] = 'مسار مكتبة الصو غير صحيح. الرجاء ضع مسار صحيح في تفضيلات الصورة.';
|
||||
$lang['imglib_image_process_failed'] = 'معالجة الصورة فشلت. الرجاء التحقق من أن الخادم يدعم بروتوكول الصور و مسار مكتبة الصور صحيح.';
|
||||
$lang['imglib_rotation_angle_required'] = 'زاوية الدوران مطلوبة لتدوير الصورة.';
|
||||
$lang['imglib_invalid_path'] = 'مسار الصورة غير صحيح.';
|
||||
$lang['imglib_copy_failed'] = 'عملية نسخ الصورة فشلت.';
|
||||
$lang['imglib_missing_font'] = 'غير قادر على إيجاد الخط.';
|
||||
$lang['imglib_save_failed'] = 'غير قادر على حفظ الصورة. الرجاء التأكد من أن ملف الصورة والمجلد قابلة للكتابة.';
|
||||
@@ -1,11 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>403 Forbidden</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<p>Directory access is forbidden.</p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,19 +0,0 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @copyright Copyright (c) 2014 - 2015, British Columbia Institute of Technology (http://bcit.ca/)
|
||||
* @license http://opensource.org/licenses/MIT MIT License
|
||||
* @link http://codeigniter.com
|
||||
*/
|
||||
defined('BASEPATH') OR exit('No direct script access allowed');
|
||||
|
||||
$lang['migration_none_found'] = "لا يوجد أي عمليات ترحيل.";
|
||||
$lang['migration_not_found'] = "تعذر العثور على عملية الترحيل هذه.";
|
||||
$lang['migration_sequence_gap'] = 'هناك فجوة بين تسلسل عمليات الترحيل عند الرقم : %s.';
|
||||
$lang['migration_multiple_version'] = "هناك عدة عمليات ترحيل لها نفس التعداد: %d.";
|
||||
$lang['migration_class_doesnt_exist'] = "تعذر العثور على صنف الترحيل \"%s\".";
|
||||
$lang['migration_missing_up_method'] = "صنيف الترحيل \"%s\" يفتقد إلى دالة 'up'.";
|
||||
$lang['migration_missing_down_method'] = "صنف الترحيل \"%s\" يفتقد إلى دالة 'down'.";
|
||||
$lang['migration_invalid_filename'] = "اسم الملف الخاص بالترحيل \"%s\" غير صحيح.";
|
||||
@@ -1,16 +0,0 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @copyright Copyright (c) 2014 - 2015, British Columbia Institute of Technology (http://bcit.ca/)
|
||||
* @license http://opensource.org/licenses/MIT MIT License
|
||||
* @link http://codeigniter.com
|
||||
*/
|
||||
defined('BASEPATH') OR exit('No direct script access allowed');
|
||||
|
||||
$lang['terabyte_abbr'] = "ت.ب";
|
||||
$lang['gigabyte_abbr'] = "ج.ب";
|
||||
$lang['megabyte_abbr'] = "م.ب";
|
||||
$lang['kilobyte_abbr'] = "ك.ب";
|
||||
$lang['bytes'] = "بايت";
|
||||
@@ -1,15 +0,0 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @copyright Copyright (c) 2014 - 2015, British Columbia Institute of Technology (http://bcit.ca/)
|
||||
* @license http://opensource.org/licenses/MIT MIT License
|
||||
* @link http://codeigniter.com
|
||||
*/
|
||||
defined('BASEPATH') OR exit('No direct script access allowed');
|
||||
|
||||
$lang['pagination_first_link'] = '‹ الأول';
|
||||
$lang['pagination_next_link'] = '>';
|
||||
$lang['pagination_prev_link'] = '<';
|
||||
$lang['pagination_last_link'] = 'الأخير ›';
|
||||
@@ -1,32 +0,0 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @copyright Copyright (c) 2014 - 2015, British Columbia Institute of Technology (http://bcit.ca/)
|
||||
* @license http://opensource.org/licenses/MIT MIT License
|
||||
* @link http://codeigniter.com
|
||||
*/
|
||||
defined('BASEPATH') OR exit('No direct script access allowed');
|
||||
|
||||
$lang['profiler_database'] = 'قاعدة البيانات';
|
||||
$lang['profiler_controller_info'] = 'الصنف/الدالة';
|
||||
$lang['profiler_benchmarks'] = 'بيانات التقييم';
|
||||
$lang['profiler_queries'] = 'الاستعلامات';
|
||||
$lang['profiler_get_data'] = 'بيانات GET';
|
||||
$lang['profiler_post_data'] = 'بيانات POST';
|
||||
$lang['profiler_uri_string'] = 'سطر URI';
|
||||
$lang['profiler_memory_usage'] = 'استهلاك الذاكرة';
|
||||
$lang['profiler_config'] = 'متغيّرات التهيئة';
|
||||
$lang['profiler_session_data'] = 'بيانات الجلسة';
|
||||
$lang['profiler_headers'] = 'ترويسات HTTP';
|
||||
$lang['profiler_no_db'] = 'لا يوجد أي مُعرف قاعدة بيانات مُحمّل حالياً';
|
||||
$lang['profiler_no_queries'] = 'لم تنفّذ أية استعلامات';
|
||||
$lang['profiler_no_post'] = 'ليس هناك بيانات POST';
|
||||
$lang['profiler_no_get'] = 'ليس هناك بيانات GET';
|
||||
$lang['profiler_no_uri'] = 'ليس هناك بيانات URI';
|
||||
$lang['profiler_no_memory'] = 'بيانات استهلاك الذاكرة غير متوفرة';
|
||||
$lang['profiler_no_profiles'] = 'لا يوجد أي بيانات تقييم حيث أن جميع أقسام التقييم مُعطّلة.';
|
||||
$lang['profiler_section_hide'] = 'اخفاء';
|
||||
$lang['profiler_section_show'] = 'اظهار';
|
||||
$lang['profiler_seconds'] = 'ثواني';
|
||||
@@ -1,30 +0,0 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @copyright Copyright (c) 2014 - 2015, British Columbia Institute of Technology (http://bcit.ca/)
|
||||
* @license http://opensource.org/licenses/MIT MIT License
|
||||
* @link http://codeigniter.com
|
||||
*/
|
||||
defined('BASEPATH') OR exit('No direct script access allowed');
|
||||
|
||||
$lang['ut_test_name'] = 'إسم الإختبار';
|
||||
$lang['ut_test_datatype'] = 'اختبار نوع البيانات';
|
||||
$lang['ut_res_datatype'] = 'نوع البيانات المتوقّع';
|
||||
$lang['ut_result'] = 'النتيجة';
|
||||
$lang['ut_undefined'] = 'اسم اختبار غير محدد';
|
||||
$lang['ut_file'] = 'إسم الملف';
|
||||
$lang['ut_line'] = 'رقم السطر';
|
||||
$lang['ut_passed'] = 'نجح';
|
||||
$lang['ut_failed'] = 'فشل';
|
||||
$lang['ut_boolean'] = 'Boolean';
|
||||
$lang['ut_integer'] = 'Integer';
|
||||
$lang['ut_float'] = 'Float';
|
||||
$lang['ut_double'] = 'Float'; // can be the same as float
|
||||
$lang['ut_string'] = 'String';
|
||||
$lang['ut_array'] = 'Array';
|
||||
$lang['ut_object'] = 'Object';
|
||||
$lang['ut_resource'] = 'مَوْرد';
|
||||
$lang['ut_null'] = 'Null';
|
||||
$lang['ut_notes'] = 'ملاحظات';
|
||||
@@ -1,27 +0,0 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @copyright Copyright (c) 2014 - 2015, British Columbia Institute of Technology (http://bcit.ca/)
|
||||
* @license http://opensource.org/licenses/MIT MIT License
|
||||
* @link http://codeigniter.com
|
||||
*/
|
||||
defined('BASEPATH') OR exit('No direct script access allowed');
|
||||
|
||||
$lang['upload_userfile_not_set'] = "تعذر العثور على متغيّر POST بالاسم userfile.";
|
||||
$lang['upload_file_exceeds_limit'] = "حجم الملف المرفوع أكبر من الحجم الأقصى المسموح به في ملف تهيئة PHP.";
|
||||
$lang['upload_file_exceeds_form_limit'] = "حجم الملف المرفوع أكبر من الحجم الأقصى المسموح به في استمارة الإرسال.";
|
||||
$lang['upload_file_partial'] = "تم رفع جزء من الملف فقط.";
|
||||
$lang['upload_no_temp_directory'] = "المجلد المؤقت مفقود.";
|
||||
$lang['upload_unable_to_write_file'] = "تعذر حفظ الملف على الخادم.";
|
||||
$lang['upload_stopped_by_extension'] = "أوقف رفع الملف بسبب نوعه.";
|
||||
$lang['upload_no_file_selected'] = "لم تختر ملف لرفعه.";
|
||||
$lang['upload_invalid_filetype'] = "نوع الملف الذي تحاول رفعه غير مسموح.";
|
||||
$lang['upload_invalid_filesize'] = "الملف الذي تحاول رفعه أكبر من الحجم المسموح به.";
|
||||
$lang['upload_invalid_dimensions'] = "طول أو عرض الصورة التي تحاول رفعها أكبر من الحدّ المُعيّن.";
|
||||
$lang['upload_destination_error'] = "حدث خطأ أثناء محاولة نقل الملف المرفوع إلى الموضع النهائي.";
|
||||
$lang['upload_no_filepath'] = "يبدو أن مسار رفع الملفات غير صحيح.";
|
||||
$lang['upload_no_file_types'] = "لم تقم بتحديد أنواع الملفات المسموح رفعها.";
|
||||
$lang['upload_bad_filename'] = "اسم الملف الذي ترفعه موجود مسبقاً";
|
||||
$lang['upload_not_writable'] = "يبدو أن المجلد المطلوب رفع الملفات إليه لا يمكن الكتابة فيه.";
|
||||
@@ -1,56 +0,0 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @copyright Copyright (c) 2014 - 2015, British Columbia Institute of Technology (http://bcit.ca/)
|
||||
* @license http://opensource.org/licenses/MIT MIT License
|
||||
* @link http://codeigniter.com
|
||||
*/
|
||||
defined('BASEPATH') OR exit('No direct script access allowed');
|
||||
|
||||
$lang['cal_su'] = 'Ba';
|
||||
$lang['cal_mo'] = 'Be';
|
||||
$lang['cal_tu'] = 'Ça';
|
||||
$lang['cal_we'] = 'Çə';
|
||||
$lang['cal_th'] = 'Cə';
|
||||
$lang['cal_fr'] = 'Cü';
|
||||
$lang['cal_sa'] = 'Şə';
|
||||
$lang['cal_sun'] = 'Baz';
|
||||
$lang['cal_mon'] = 'Bae';
|
||||
$lang['cal_tue'] = 'Çəa';
|
||||
$lang['cal_wed'] = 'Çər';
|
||||
$lang['cal_thu'] = 'Cüa';
|
||||
$lang['cal_fri'] = 'Cüm';
|
||||
$lang['cal_sat'] = 'Şən';
|
||||
$lang['cal_sunday'] = 'Bazar';
|
||||
$lang['cal_monday'] = 'Bazaretrəsi';
|
||||
$lang['cal_tuesday'] = 'Çərşənbə axşamı';
|
||||
$lang['cal_wednesday'] = 'Çərşənbə';
|
||||
$lang['cal_thursday'] = 'Cümə axşamı';
|
||||
$lang['cal_friday'] = 'Cümə';
|
||||
$lang['cal_saturday'] = 'Şənbə';
|
||||
$lang['cal_jan'] = 'Yan';
|
||||
$lang['cal_feb'] = 'Fev';
|
||||
$lang['cal_mar'] = 'Apr';
|
||||
$lang['cal_apr'] = 'Mar';
|
||||
$lang['cal_may'] = 'May';
|
||||
$lang['cal_jun'] = 'İyn';
|
||||
$lang['cal_jul'] = 'İyl';
|
||||
$lang['cal_aug'] = 'Avq';
|
||||
$lang['cal_sep'] = 'Sen';
|
||||
$lang['cal_oct'] = 'Okt';
|
||||
$lang['cal_nov'] = 'Noy';
|
||||
$lang['cal_dec'] = 'Dek';
|
||||
$lang['cal_january'] = 'Yanvar';
|
||||
$lang['cal_february'] = 'Fevral';
|
||||
$lang['cal_march'] = 'Mart';
|
||||
$lang['cal_april'] = 'Aprel';
|
||||
$lang['cal_mayl'] = 'May';
|
||||
$lang['cal_june'] = 'İyun';
|
||||
$lang['cal_july'] = 'İyul';
|
||||
$lang['cal_august'] = 'Avqust';
|
||||
$lang['cal_september'] = 'Sentyabr';
|
||||
$lang['cal_october'] = 'Oktyabr';
|
||||
$lang['cal_november'] = 'Noyabr';
|
||||
$lang['cal_december'] = 'Dekabr';
|
||||
@@ -1,66 +0,0 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @copyright Copyright (c) 2014 - 2015, British Columbia Institute of Technology (http://bcit.ca/)
|
||||
* @license http://opensource.org/licenses/MIT MIT License
|
||||
* @link http://codeigniter.com
|
||||
*/
|
||||
defined('BASEPATH') OR exit('No direct script access allowed');
|
||||
|
||||
$lang['date_year'] = 'İl';
|
||||
$lang['date_years'] = 'İllər';
|
||||
$lang['date_month'] = 'Ay';
|
||||
$lang['date_months'] = 'Aylar';
|
||||
$lang['date_week'] = 'Həftə';
|
||||
$lang['date_weeks'] = 'Həftələr';
|
||||
$lang['date_day'] = 'Gün';
|
||||
$lang['date_days'] = 'Günlər';
|
||||
$lang['date_hour'] = 'Saat';
|
||||
$lang['date_hours'] = 'Saatlar';
|
||||
$lang['date_minute'] = 'Dəqiqə';
|
||||
$lang['date_minutes'] = 'Dəqiqələr';
|
||||
$lang['date_second'] = 'Saniyə';
|
||||
$lang['date_seconds'] = 'Saniyələr';
|
||||
|
||||
$lang['UM12'] = '(UTC -12:00) Baker/Howland Adası';
|
||||
$lang['UM11'] = '(UTC -11:00) Niue';
|
||||
$lang['UM10'] = '(UTC -10:00) Hawaii-Aleutian Standart Saatı, Cook Adaları, Tahiti';
|
||||
$lang['UM95'] = '(UTC -9:30) Marquesas Adaları';
|
||||
$lang['UM9'] = '(UTC -9:00) Alaska Standart Saatı, Gambier Adaları';
|
||||
$lang['UM8'] = '(UTC -8:00) Pacific Standart Saatı, Clipperton Adası';
|
||||
$lang['UM7'] = '(UTC -7:00) Mountain Standart Saatı';
|
||||
$lang['UM6'] = '(UTC -6:00) Mərkəzi Standart Saatı';
|
||||
$lang['UM5'] = '(UTC -5:00) Şərq Standart Saatı, Batı Caribbean Standart Saatı';
|
||||
$lang['UM45'] = '(UTC -4:30) Venezuela Standart Saatı';
|
||||
$lang['UM4'] = '(UTC -4:00) Atlantic Standart Saatı, Şərq Caribbean Standart Saatı';
|
||||
$lang['UM35'] = '(UTC -3:30) Newfoundland Standart Saatı';
|
||||
$lang['UM3'] = '(UTC -3:00) Argentina, Brezilya, Fransız Guanası, Uruguay';
|
||||
$lang['UM2'] = '(UTC -2:00) Güney Georgia/Güney Sandwich Adaları';
|
||||
$lang['UM1'] = '(UTC -1:00) Azores, Cape Verde Adaları';
|
||||
$lang['UTC'] = '(UTC) Greenwich Ortalama Saatı, Batı Avrupa Saatı';
|
||||
$lang['UP1'] = '(UTC +1:00) Orta Avropa Saatı, Qərbi Afrika Saatı';
|
||||
$lang['UP2'] = '(UTC +2:00) Orta Afrika Saatı, Şərq Avropa Saatı, Kaliningrad Saatı';
|
||||
$lang['UP3'] = '(UTC +3:00) Moskva Saatı, Şərq Afrika Saatı, Ərəbistan Standart Saatı';
|
||||
$lang['UP35'] = '(UTC +3:30) İran Standart Saatı';
|
||||
$lang['UP4'] = '(UTC +4:00) Azərbaycan Standart Saatı, Samara Saatı';
|
||||
$lang['UP45'] = '(UTC +4:30) Əfqanıstan';
|
||||
$lang['UP5'] = '(UTC +5:00) Pakistan Standart Saatı, Yekaterinburg Saatı';
|
||||
$lang['UP55'] = '(UTC +5:30) Hindistan Standart Saatı, Sri Lanka Saatı';
|
||||
$lang['UP575'] = '(UTC +5:45) Nepal Saatı';
|
||||
$lang['UP6'] = '(UTC +6:00) Banqladeş Standart Saatı, Bhutan Saatı, Omsk Saatı';
|
||||
$lang['UP65'] = '(UTC +6:30) Cocos Adaları, Myanmar';
|
||||
$lang['UP7'] = '(UTC +7:00) Krasnoyarsk Saatı, Cambodia, Laos, Thailand, Vietnam';
|
||||
$lang['UP8'] = '(UTC +8:00) Avstraliya Qərb Standart Saatı, Beijing Saatı, Irkutsk Saatı';
|
||||
$lang['UP875'] = '(UTC +8:45) Avstraliya Orta Qərb Standart Saatı';
|
||||
$lang['UP9'] = '(UTC +9:00) Yaponiya Standart Saatı, Kore Standart Saatı, Yakutsk Saatı';
|
||||
$lang['UP95'] = '(UTC +9:30) Avstraliya Mərkəzi Standart Saatı';
|
||||
$lang['UP10'] = '(UTC +10:00) Avstraliya Şərq Standart Saatı, Vladivostok Saatı';
|
||||
$lang['UP105'] = '(UTC +10:30) Lord Howe Adası';
|
||||
$lang['UP11'] = '(UTC +11:00) Srednekolymsk Saatı, Solomon Adaları, Vanuatu';
|
||||
$lang['UP115'] = '(UTC +11:30) Norfolk Adası';
|
||||
$lang['UP12'] = '(UTC +12:00) Fiji, Gilbert Adaları, Kamchatka Saatı, Yeni Zelandiya Standart Saatı';
|
||||
$lang['UP1275'] = '(UTC +12:45) Chatham Adaları Standart Saatı';
|
||||
$lang['UP13'] = '(UTC +13:00) Samoa Saatı Bölgəsi, Phoenix Adaları Saatı, Tonga';
|
||||
$lang['UP14'] = '(UTC +14:00) Line Adaları';
|
||||
@@ -1,35 +0,0 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @copyright Copyright (c) 2014 - 2015, British Columbia Institute of Technology (http://bcit.ca/)
|
||||
* @license http://opensource.org/licenses/MIT MIT License
|
||||
* @link http://codeigniter.com
|
||||
*/
|
||||
defined('BASEPATH') OR exit('No direct script access allowed');
|
||||
|
||||
$lang['db_invalid_connection_str'] = 'Daxil edilən qoşulma məlumatları ilə verilənlər bazası parametrlərini müəyyən etmək olmur.';
|
||||
$lang['db_unable_to_connect'] = 'Verilən parametrlərlə verilənlər bazasına qoşulma mümkün olmur.';
|
||||
$lang['db_unable_to_select'] = 'Göstərilən verilənlər bazası seçilə bilinmir: %s';
|
||||
$lang['db_unable_to_create'] = 'Göstərilən verilənlər bazası yaradıla bilinmir: %s';
|
||||
$lang['db_invalid_query'] = 'Verilən sorğu səhvdi.';
|
||||
$lang['db_must_set_table'] = 'Sorğuda istifadə ediləcək cədvəli seçməlisiz.';
|
||||
$lang['db_must_use_set'] = 'Qeydi yeniləmək üçün "set" metodu istifadə edilməlidir.';
|
||||
$lang['db_must_use_index'] = 'Toplu yeniləmədə seçim üçün index daxil etməlisiz.';
|
||||
$lang['db_batch_missing_index'] = 'Toplu yeniləmə üçün bir və ya bir neçə qeydin indeksi əksikdir.';
|
||||
$lang['db_must_use_where'] = '"where" sözü olmayan yeniləmə əməliyyatalrı etmək mümkün deyil.';
|
||||
$lang['db_del_must_use_where'] = '"where" və ya "like" sözü olmuyan silmə əməliyyatları mümkün deyil.';
|
||||
$lang['db_field_param_missing'] = 'Sahələrin oxunması üçün cədvəl adı parametr olaraq verilməlidir.';
|
||||
$lang['db_unsupported_function'] = 'İstifadə etdiyiniz verilənlər bazasında bu xüsusiyyət yoxdur.';
|
||||
$lang['db_transaction_failure'] = 'Proses səhvi: Geri alma reallaşdırıldı.';
|
||||
$lang['db_unable_to_drop'] = 'Göstərilən verilənlər bazası silinmir.';
|
||||
$lang['db_unsupported_feature'] = 'Istifadə etdiyiniz verilənlər bazası mühitində bu xüsusiyyət dəstəklənmir.';
|
||||
$lang['db_unsupported_compression'] = 'Seçdiyiniz fayl sıxışdırma formatı server tərəfindən dəstəklənmir.';
|
||||
$lang['db_filepath_error'] = 'Məlumatlar göstərilən fayl yoluna yazıla bilinmir.';
|
||||
$lang['db_invalid_cache_path'] = 'Göstərilən keş yolu etibarsız və ya yazıla bilinmir.';
|
||||
$lang['db_table_name_required'] = 'Bu əməliyyat üçün cədvəl adı lazımdı.';
|
||||
$lang['db_column_name_required'] = 'Bu əməliyyat üçün sütun adı lazımdı.';
|
||||
$lang['db_column_definition_required'] = 'Bu əməliyyat üçün sütun təyin edilməlidir.';
|
||||
$lang['db_unable_to_set_charset'] = 'İstifadəçi qoşulma simvol dəsti tənzimlənə bilinmir: %s';
|
||||
$lang['db_error_heading'] = 'Verilənlər Bazası Səhvi Yarandı';
|
||||
@@ -1,30 +0,0 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @copyright Copyright (c) 2014 - 2015, British Columbia Institute of Technology (http://bcit.ca/)
|
||||
* @license http://opensource.org/licenses/MIT MIT License
|
||||
* @link http://codeigniter.com
|
||||
*/
|
||||
defined('BASEPATH') OR exit('No direct script access allowed');
|
||||
|
||||
$lang['email_must_be_array'] = 'Email doğrulama metoduna massiv verilməlidir.';
|
||||
$lang['email_invalid_address'] = 'Səhv email ünvanı: %s';
|
||||
$lang['email_attachment_missing'] = 'Email fayl əlavəsi tapılmır: %s';
|
||||
$lang['email_attachment_unreadable'] = 'Email fayl əlavəsi açılmır: %s';
|
||||
$lang['email_no_from'] = '"From" başlığı olmadan email göndərmək olmaz.';
|
||||
$lang['email_no_recipients'] = 'Alıcıları yazmalısınız: To, Cc, or Bcc';
|
||||
$lang['email_send_failure_phpmail'] = 'PHP mail() funksiyasi ilə email göndərilmir. Serveriniz bu metod ilə email göndərmək üçün tənzimlənməmiş ola bilər.';
|
||||
$lang['email_send_failure_sendmail'] = 'PHP Sendmail ilə email göndərilmir. Serveriniz bu metod ilə email göndərmək üçün tənzimlənməmiş ola bilər.';
|
||||
$lang['email_send_failure_smtp'] = 'PHP SMTP ilə email göndərilmir. Serveriniz bu metod ilə email göndərmək üçün tənzimlənməmiş ola bilər.';
|
||||
$lang['email_sent'] = 'Mesajınız %s protokolu ilə müvəffəqiyyətlə göndərildi.';
|
||||
$lang['email_no_socket'] = 'Sendmail soketi açılmır. Lütfən tənzimləmələri yoxlayın.';
|
||||
$lang['email_no_hostname'] = 'SMTP server adi yazmalısız.';
|
||||
$lang['email_smtp_error'] = 'SMTP səhvi: %s';
|
||||
$lang['email_no_smtp_unpw'] = 'Səhv: SMTP istifadəçi adı və şifrəsi yazılmalıdır.';
|
||||
$lang['email_failed_smtp_login'] = 'AUTH LOGIN əmri göndərilmədi. Səhv: %s';
|
||||
$lang['email_smtp_auth_un'] = 'İstifadəçi adı düzgün deyil. Səhv: %s';
|
||||
$lang['email_smtp_auth_pw'] = 'Şifrə düzgün deyil. Səhv: %s';
|
||||
$lang['email_smtp_data_failure'] = 'Məlümatlar göndərilmədi: %s';
|
||||
$lang['email_exit_status'] = 'Çıxış vəziyyət kodu: %s';
|
||||
@@ -1,40 +0,0 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @copyright Copyright (c) 2014 - 2015, British Columbia Institute of Technology (http://bcit.ca/)
|
||||
* @license http://opensource.org/licenses/MIT MIT License
|
||||
* @link http://codeigniter.com
|
||||
*/
|
||||
defined('BASEPATH') OR exit('No direct script access allowed');
|
||||
|
||||
$lang['form_validation_required'] = '{field} sahəsi lazımdı.';
|
||||
$lang['form_validation_isset'] = '{field} sahəsində məlumat olmalıdı.';
|
||||
$lang['form_validation_valid_email'] = '{field} sahəsi düzgün email ünvanı olmalıdı.';
|
||||
$lang['form_validation_valid_emails'] = '{field} sahəsi düzgün email ünvanları olmalıdı.';
|
||||
$lang['form_validation_valid_url'] = '{field} sahəsi düzgün URL olmalıdı.';
|
||||
$lang['form_validation_valid_ip'] = '{field} sahəsi düzgün IP olmalıdı.';
|
||||
$lang['form_validation_min_length'] = '{field} sahəsi ən az {param} simvol uzunluğunda olmalıdı.';
|
||||
$lang['form_validation_max_length'] = '{field} sahəsi {param} simvoldan çox ola bilməz.';
|
||||
$lang['form_validation_exact_length'] = '{field} sahəsi tam olaraq {param} simvol uzunluğunda olmalıdı.';
|
||||
$lang['form_validation_alpha'] = '{field} sahəsi ancaq əlifba simvolları ola bilər.';
|
||||
$lang['form_validation_alpha_numeric'] = '{field} sahəsi ancaq əlifba və rəqəmsal simvollar ola bilər.';
|
||||
$lang['form_validation_alpha_numeric_spaces'] = '{field} sahəsi ancaq əlifba, rəqəmsal simvollar və boşluq ola bilər.';
|
||||
$lang['form_validation_alpha_dash'] = '{field} sahəsi ancaq əlifba, rəqəmsal simvollar, alt xətt və tire işarələri ola bilər.';
|
||||
$lang['form_validation_numeric'] = '{field} sahəsi ancaq ədad olmalıdı.';
|
||||
$lang['form_validation_is_numeric'] = '{field} sahəsi ancaq rəqəmsal simollar ola bilər';
|
||||
$lang['form_validation_integer'] = '{field} sahəsi tam ədəd olmalıdı';
|
||||
$lang['form_validation_regex_match'] = '{field} sahəsi düzgün formatda deyil.';
|
||||
$lang['form_validation_matches'] = '{field} sahəsi ilə {param} sahəsi uyğun gəlmir.';
|
||||
$lang['form_validation_differs'] = '{field} sahəsi {param} sahəsindən fərqli olmalıdı.';
|
||||
$lang['form_validation_is_unique'] = '{field} sahəsi unikal olmalıdı.';
|
||||
$lang['form_validation_is_natural'] = '{field} sahəsi ancaq ədədlər ola bilər.';
|
||||
$lang['form_validation_is_natural_no_zero'] = '{field} sahəsi ancaq ədədlər olmalıdı və sıfırdan böyük olmalıdı.';
|
||||
$lang['form_validation_decimal'] = '{field} sahəsi onluq ədəd olmalıdı.';
|
||||
$lang['form_validation_less_than'] = '{field} sahəsi {param} dən kiçik ədəd olmalıdı.';
|
||||
$lang['form_validation_less_than_equal_to'] = '{field} sahəsi {param} dən kiçik və ya bərabər ədəd olmalıdı.';
|
||||
$lang['form_validation_greater_than'] = '{field} sahəsi {param} dən böyük ədəd olmalıdı.';
|
||||
$lang['form_validation_greater_than_equal_to'] = '{field} sahəsi {param} dən böyük və ya bərabər ədəd olmalıdı.';
|
||||
$lang['form_validation_error_message_not_set'] = '{field} sahəsi üçün səhv mesajı tapılmadı.';
|
||||
$lang['form_validation_in_list'] = '{field} sahəsi bunlardan biri olmalıdı: {param}';
|
||||
@@ -1,23 +0,0 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @copyright Copyright (c) 2014 - 2015, British Columbia Institute of Technology (http://bcit.ca/)
|
||||
* @license http://opensource.org/licenses/MIT MIT License
|
||||
* @link http://codeigniter.com
|
||||
*/
|
||||
defined('BASEPATH') OR exit('No direct script access allowed');
|
||||
|
||||
$lang['ftp_no_connection'] = 'Cari qoşulma ID si tapılmadı. Hər hansı fayl əməliyyatı etməzdən əvvəl qoşulmanı yoxlayın.';
|
||||
$lang['ftp_unable_to_connect'] = 'Verilən server adı ilə FTP serverə bağlanılmadı';
|
||||
$lang['ftp_unable_to_login'] = 'FTP serverə giriş edilmədi. Lütfən istifadəçi adı və şifrəni yoxlayın.';
|
||||
$lang['ftp_unable_to_mkdir'] = 'Göstərilən qovluq yaradılmadı.';
|
||||
$lang['ftp_unable_to_changedir'] = 'Qovluq dəyişdirilmədi.';
|
||||
$lang['ftp_unable_to_chmod'] = 'Fayl icazələri dəyişdirilmədi. Lütfən fayl yolunu yoxlayın.';
|
||||
$lang['ftp_unable_to_upload'] = 'Fayl yüklənilmədi. Lütfən fayl yolunu yoxlayın.';
|
||||
$lang['ftp_unable_to_download'] = 'Fayl endirilmədi. Lütfən fayl yolunu yoxlayın.';
|
||||
$lang['ftp_no_source_file'] = 'Mənbə fayl tapılmadı. Lütfən fayl yolunu yoxlayın.';
|
||||
$lang['ftp_unable_to_rename'] = 'Fayl adı dəyişdirilmədi.';
|
||||
$lang['ftp_unable_to_delete'] = 'Fayl silinmədi';
|
||||
$lang['ftp_unable_to_move'] = 'Fayl daşına bilinmədı. Lütfən faylın daşınacağı qovluğun varlığını yoxlayın.';
|
||||
@@ -1,28 +0,0 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @copyright Copyright (c) 2014 - 2015, British Columbia Institute of Technology (http://bcit.ca/)
|
||||
* @license http://opensource.org/licenses/MIT MIT License
|
||||
* @link http://codeigniter.com
|
||||
*/
|
||||
defined('BASEPATH') OR exit('No direct script access allowed');
|
||||
|
||||
$lang['imglib_source_image_required'] = 'Tənzimləmələrdə şəkil göstərilmədi.';
|
||||
$lang['imglib_gd_required'] = 'Bu xüsusiyyət üçün GD şəkil kitabxanası lazımdır.';
|
||||
$lang['imglib_gd_required_for_props'] = 'Şəkil xüsusiyyətlərini müəyyən etmək üçün serverinizin GD şəkil kitabxanasını dəstəkləməsi lazımdır.';
|
||||
$lang['imglib_unsupported_imagecreate'] = 'Serverinizdə bu şəkil növünü işləmək üçün lazımlı GD funksiyasını dəstəkləmir.';
|
||||
$lang['imglib_gif_not_supported'] = 'GIF şəkillər lisenziya məhdudiyyətlər səbəbiylə bəzən dəstəklənmir. JPG və ya PNG şəkillər istifadə oluna bilər.';
|
||||
$lang['imglib_jpg_not_supported'] = 'JPG şəkillər dəstəklənmir.';
|
||||
$lang['imglib_png_not_supported'] = 'PNG şəkillər dəstəklənmir.';
|
||||
$lang['imglib_jpg_or_png_required'] = 'Tənzimləmələrdə göstərdiyiniz şəkil ölçüləndirmə protokolu yalnız JPEG və ya PNG şəkil növləri işləyir.';
|
||||
$lang['imglib_copy_error'] = 'Faylı kopyalarkən səhv oldu. Lütfən qovluğun yazıla bilər olduğunu yoxlayın.';
|
||||
$lang['imglib_rotate_unsupported'] = 'Şəkil döndərmə serveriniz tərəfindən dəstəklənmir.';
|
||||
$lang['imglib_libpath_invalid'] = 'Şəkil kitabxanası yolu səhvdi. Lütfən tənzimləmələrdə doğru yolu göstərin.';
|
||||
$lang['imglib_image_process_failed'] = 'Şəkil emalı uğursuz oldu. Lütfən serverinizin seçilən protokolu dəstəklədiyini və şəkil kitabxanasının yolunu doğru olduğunu yoxlayın.';
|
||||
$lang['imglib_rotation_angle_required'] = 'Şəkilin dönədrilməsi üçün döndərmə bucağı lazımdı.';
|
||||
$lang['imglib_invalid_path'] = 'Şəkil yolu doğru deyil..';
|
||||
$lang['imglib_copy_failed'] = 'Şəkil kopiyalama əməliyyatı uğursuz oldu.';
|
||||
$lang['imglib_missing_font'] = 'İstifadə ediləcək font tapılmadı.';
|
||||
$lang['imglib_save_failed'] = 'Şəkil yadda saxlanılmadı. Şəkilin və qovluğun yazıla bilər olduğunu yoxlayın.';
|
||||
@@ -1,11 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>403 Forbidden</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<p>Directory access is forbidden.</p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,19 +0,0 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @copyright Copyright (c) 2014 - 2015, British Columbia Institute of Technology (http://bcit.ca/)
|
||||
* @license http://opensource.org/licenses/MIT MIT License
|
||||
* @link http://codeigniter.com
|
||||
*/
|
||||
defined('BASEPATH') OR exit('No direct script access allowed');
|
||||
|
||||
$lang['migration_none_found'] = 'Hər hansı daşınma tapılmadı.';
|
||||
$lang['migration_not_found'] = 'Göstərilən versiyası nömrəli daşınma tapılmadı: %s.';
|
||||
$lang['migration_sequence_gap'] = 'Bu versiyası nömrəsinə yaxın daşınma sıralamasında bir boşluq var: %s.';
|
||||
$lang['migration_multiple_version'] = 'Eyni versiyası nömrəli birdən çox daşınma var: %s.';
|
||||
$lang['migration_class_doesnt_exist'] = 'Danışnma sinifi "%s" tapılamdı.';
|
||||
$lang['migration_missing_up_method'] = '"%s" daşınma sinifində "up" metodu əksikdi.';
|
||||
$lang['migration_missing_down_method'] = '"%s" daşınma sinifində "down" metodu əksikdi.';
|
||||
$lang['migration_invalid_filename'] = '"%s" daşınmasında səhv fayl adı.';
|
||||
@@ -1,16 +0,0 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @copyright Copyright (c) 2014 - 2015, British Columbia Institute of Technology (http://bcit.ca/)
|
||||
* @license http://opensource.org/licenses/MIT MIT License
|
||||
* @link http://codeigniter.com
|
||||
*/
|
||||
defined('BASEPATH') OR exit('No direct script access allowed');
|
||||
|
||||
$lang['terabyte_abbr'] = 'TB';
|
||||
$lang['gigabyte_abbr'] = 'QB';
|
||||
$lang['megabyte_abbr'] = 'MB';
|
||||
$lang['kilobyte_abbr'] = 'KB';
|
||||
$lang['bytes'] = 'Bayt';
|
||||
@@ -1,15 +0,0 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @copyright Copyright (c) 2014 - 2015, British Columbia Institute of Technology (http://bcit.ca/)
|
||||
* @license http://opensource.org/licenses/MIT MIT License
|
||||
* @link http://codeigniter.com
|
||||
*/
|
||||
defined('BASEPATH') OR exit('No direct script access allowed');
|
||||
|
||||
$lang['pagination_first_link'] = '‹ İlk';
|
||||
$lang['pagination_next_link'] = '>';
|
||||
$lang['pagination_prev_link'] = '<';
|
||||
$lang['pagination_last_link'] = 'Son ›';
|
||||
@@ -1,32 +0,0 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @copyright Copyright (c) 2014 - 2015, British Columbia Institute of Technology (http://bcit.ca/)
|
||||
* @license http://opensource.org/licenses/MIT MIT License
|
||||
* @link http://codeigniter.com
|
||||
*/
|
||||
defined('BASEPATH') OR exit('No direct script access allowed');
|
||||
|
||||
$lang['profiler_database'] = 'VERİLƏNLƏR BAZASI';
|
||||
$lang['profiler_controller_info'] = 'SİNİF/METOD';
|
||||
$lang['profiler_benchmarks'] = 'MÜQAYİSƏLƏR';
|
||||
$lang['profiler_queries'] = 'SORĞULAR';
|
||||
$lang['profiler_get_data'] = 'GET VERİLƏNLƏRİ';
|
||||
$lang['profiler_post_data'] = 'POST VERİLƏNLƏRİ';
|
||||
$lang['profiler_uri_string'] = 'URI SƏTRİ';
|
||||
$lang['profiler_memory_usage'] = 'YADDAŞ İSTİFADƏSİ';
|
||||
$lang['profiler_config'] = 'TƏNZİMLƏMƏ DƏYİŞİKLİKLƏRİ';
|
||||
$lang['profiler_session_data'] = 'SEANS VERİLƏNLƏRİ';
|
||||
$lang['profiler_headers'] = 'HTTP BAŞLIQLARI';
|
||||
$lang['profiler_no_db'] = 'Verilənlər bazası drayveri hələ quraşdırılmayıb.';
|
||||
$lang['profiler_no_queries'] = 'Hər hansı sorğu işlədilə bilinmədi';
|
||||
$lang['profiler_no_post'] = 'POST veriləni tapılamdı';
|
||||
$lang['profiler_no_get'] = 'GET veriləni tapılamdı';
|
||||
$lang['profiler_no_uri'] = 'URI veriləni tapılamdı';
|
||||
$lang['profiler_no_memory'] = 'Yaddaş istifadəsi tapılamdı';
|
||||
$lang['profiler_no_profiles'] = 'Profil veriləni tapılamdı - Bütün profil bölümləri söndürüldü.';
|
||||
$lang['profiler_section_hide'] = 'Gizlə';
|
||||
$lang['profiler_section_show'] = 'Göstər';
|
||||
$lang['profiler_seconds'] = 'saniyə';
|
||||
@@ -1,30 +0,0 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @copyright Copyright (c) 2014 - 2015, British Columbia Institute of Technology (http://bcit.ca/)
|
||||
* @license http://opensource.org/licenses/MIT MIT License
|
||||
* @link http://codeigniter.com
|
||||
*/
|
||||
defined('BASEPATH') OR exit('No direct script access allowed');
|
||||
|
||||
$lang['ut_test_name'] = 'Test Adı';
|
||||
$lang['ut_test_datatype'] = 'Test Verilən Tipi';
|
||||
$lang['ut_res_datatype'] = 'Gözlənilən Verilən Tipi';
|
||||
$lang['ut_result'] = 'Nəticə';
|
||||
$lang['ut_undefined'] = 'Naməlum Test Adı';
|
||||
$lang['ut_file'] = 'Fayl Adı';
|
||||
$lang['ut_line'] = 'Sətir Nömrəsi';
|
||||
$lang['ut_passed'] = 'Keçdi';
|
||||
$lang['ut_failed'] = 'Müvəffəqiyyətsiz';
|
||||
$lang['ut_boolean'] = 'Boolean';
|
||||
$lang['ut_integer'] = 'Integer';
|
||||
$lang['ut_float'] = 'Float';
|
||||
$lang['ut_double'] = 'Float'; // can be the same as float
|
||||
$lang['ut_string'] = 'String';
|
||||
$lang['ut_array'] = 'Array';
|
||||
$lang['ut_object'] = 'Obyekt';
|
||||
$lang['ut_resource'] = 'Mənbə';
|
||||
$lang['ut_null'] = 'Null';
|
||||
$lang['ut_notes'] = 'Qeydlər';
|
||||
@@ -1,27 +0,0 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @copyright Copyright (c) 2014 - 2015, British Columbia Institute of Technology (http://bcit.ca/)
|
||||
* @license http://opensource.org/licenses/MIT MIT License
|
||||
* @link http://codeigniter.com
|
||||
*/
|
||||
defined('BASEPATH') OR exit('No direct script access allowed');
|
||||
|
||||
$lang['upload_userfile_not_set'] = 'Post verilənləri içində "userfile" adlı dəyişən tapılmadı.';
|
||||
$lang['upload_file_exceeds_limit'] = 'Yüklənilən fayl ölçüsü, PHP tənzimləmə faylında (php.ini) icazə verilən ən böyük fayl həcmini keçir.';
|
||||
$lang['upload_file_exceeds_form_limit'] = 'Yüklənilən fayl ölçüsü, göndərilən formda icazə verilən həcmi keçir.';
|
||||
$lang['upload_file_partial'] = 'Faylın yalnız bir hissəsi yüklənilə bilindi.';
|
||||
$lang['upload_no_temp_directory'] = 'Müvəqqəti qovluq yoxdur.';
|
||||
$lang['upload_unable_to_write_file'] = 'Fayl diskə yazılamadı.';
|
||||
$lang['upload_stopped_by_extension'] = 'Fayl yükləmə faylın genişlənməsinə görə dayandırıldı.';
|
||||
$lang['upload_no_file_selected'] = 'Yükləmək üçün fayl seçilməyib.';
|
||||
$lang['upload_invalid_filetype'] = 'Yükləmədə seçdiyiniz fayl tipinə icazə verilmir.';
|
||||
$lang['upload_invalid_filesize'] = 'Yükləmədə seçdiyiniz faylın ölçüsü icazə veriləndən böyükdür.';
|
||||
$lang['upload_invalid_dimensions'] = 'Yükləmədə seçdiyiniz şəklin ölçüləri icazə veriləndən böyükdür.';
|
||||
$lang['upload_destination_error'] = 'Yüklənilən fayl qalıcı yerinə daşınarkən səhv oldu.';
|
||||
$lang['upload_no_filepath'] = 'Yükləmə yolu səhvdi';
|
||||
$lang['upload_no_file_types'] = 'İcazə verilən fayl tipləri təyin edilməyib.';
|
||||
$lang['upload_bad_filename'] = 'Göstərilən fayl adında serverdə artıq fayl var.';
|
||||
$lang['upload_not_writable'] = 'Faylın yüklənəcəyi qalıcı qovluq yazıla bilinər deyil.';
|
||||
@@ -1,57 +0,0 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @author Ivan Tcholakov
|
||||
* @copyright Copyright (c) 2014 - 2015, British Columbia Institute of Technology (http://bcit.ca/)
|
||||
* @license http://opensource.org/licenses/MIT MIT License
|
||||
* @link http://codeigniter.com
|
||||
*/
|
||||
defined('BASEPATH') OR exit('No direct script access allowed');
|
||||
|
||||
$lang['cal_su'] = 'Нд';
|
||||
$lang['cal_mo'] = 'Пн';
|
||||
$lang['cal_tu'] = 'Вт';
|
||||
$lang['cal_we'] = 'Ср';
|
||||
$lang['cal_th'] = 'Чт';
|
||||
$lang['cal_fr'] = 'Пт';
|
||||
$lang['cal_sa'] = 'Сб';
|
||||
$lang['cal_sun'] = 'Нед';
|
||||
$lang['cal_mon'] = 'Пон';
|
||||
$lang['cal_tue'] = 'Вто';
|
||||
$lang['cal_wed'] = 'Сря';
|
||||
$lang['cal_thu'] = 'Чет';
|
||||
$lang['cal_fri'] = 'Пет';
|
||||
$lang['cal_sat'] = 'Съб';
|
||||
$lang['cal_sunday'] = 'Неделя';
|
||||
$lang['cal_monday'] = 'Понеделник';
|
||||
$lang['cal_tuesday'] = 'Вторник';
|
||||
$lang['cal_wednesday'] = 'Сряда';
|
||||
$lang['cal_thursday'] = 'Четвъртък';
|
||||
$lang['cal_friday'] = 'Петък';
|
||||
$lang['cal_saturday'] = 'Събота';
|
||||
$lang['cal_jan'] = 'Яну';
|
||||
$lang['cal_feb'] = 'Фев';
|
||||
$lang['cal_mar'] = 'Мар';
|
||||
$lang['cal_apr'] = 'Апр';
|
||||
$lang['cal_may'] = 'Май';
|
||||
$lang['cal_jun'] = 'Юни';
|
||||
$lang['cal_jul'] = 'Юли';
|
||||
$lang['cal_aug'] = 'Авг';
|
||||
$lang['cal_sep'] = 'Сеп';
|
||||
$lang['cal_oct'] = 'Окт';
|
||||
$lang['cal_nov'] = 'Ное';
|
||||
$lang['cal_dec'] = 'Дек';
|
||||
$lang['cal_january'] = 'Януари';
|
||||
$lang['cal_february'] = 'Февруари';
|
||||
$lang['cal_march'] = 'Март';
|
||||
$lang['cal_april'] = 'Април';
|
||||
$lang['cal_mayl'] = 'Май';
|
||||
$lang['cal_june'] = 'Юни';
|
||||
$lang['cal_july'] = 'Юли';
|
||||
$lang['cal_august'] = 'Август';
|
||||
$lang['cal_september'] = 'Септември';
|
||||
$lang['cal_october'] = 'Октомври';
|
||||
$lang['cal_november'] = 'Ноември';
|
||||
$lang['cal_december'] = 'Декември';
|
||||
@@ -1,67 +0,0 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @author Ivan Tcholakov
|
||||
* @copyright Copyright (c) 2014 - 2015, British Columbia Institute of Technology (http://bcit.ca/)
|
||||
* @license http://opensource.org/licenses/MIT MIT License
|
||||
* @link http://codeigniter.com
|
||||
*/
|
||||
defined('BASEPATH') OR exit('No direct script access allowed');
|
||||
|
||||
$lang['date_year'] = 'Година';
|
||||
$lang['date_years'] = 'Години';
|
||||
$lang['date_month'] = 'Месец';
|
||||
$lang['date_months'] = 'Месеци';
|
||||
$lang['date_week'] = 'Седмица';
|
||||
$lang['date_weeks'] = 'Седмици';
|
||||
$lang['date_day'] = 'Ден';
|
||||
$lang['date_days'] = 'Дни';
|
||||
$lang['date_hour'] = 'Час';
|
||||
$lang['date_hours'] = 'Часа';
|
||||
$lang['date_minute'] = 'Минута';
|
||||
$lang['date_minutes'] = 'Минути';
|
||||
$lang['date_second'] = 'Секунда';
|
||||
$lang['date_seconds'] = 'Секунди';
|
||||
|
||||
$lang['UM12'] = '(UTC -12:00) Бейкър / Остров Хауланд';
|
||||
$lang['UM11'] = '(UTC -11:00) Часова зона Самоа, Ниуе';
|
||||
$lang['UM10'] = '(UTC -10:00) Хавай-Алеутско стандартно време, островите Кук, Таити';
|
||||
$lang['UM95'] = '(UTC -9:30) Маркизките острови';
|
||||
$lang['UM9'] = '(UTC -9:00) Аляска стандартно време, остров Гамбие';
|
||||
$lang['UM8'] = '(UTC -8:00) Стандартно Тихоокеанско Време, остров Клипертон';
|
||||
$lang['UM7'] = '(UTC -7:00) Планинско стандартно време';
|
||||
$lang['UM6'] = '(UTC -6:00) Централно стандартно време';
|
||||
$lang['UM5'] = '(UTC -5:00) Източна стандартно време, Западно Карибско стандартно време';
|
||||
$lang['UM45'] = '(UTC -4:30) Венецуела стандартно време';
|
||||
$lang['UM4'] = '(UTC -4:00) Стандартно време Атлантическия океан, Източни Кариби стандартно време';
|
||||
$lang['UM35'] = '(UTC -3:30) Нюфаундленд стандартно време';
|
||||
$lang['UM3'] = '(UTC -3:00) Аржентина, Бразилия, Френска Гвиана, Уругвай';
|
||||
$lang['UM2'] = '(UTC -2:00) Южна Джорджия / Южни Сандвичеви острови';
|
||||
$lang['UM1'] = '(UTC -1:00) Азорските острови, Остров Кабо Верде';
|
||||
$lang['UTC'] = '(UTC) Гринуич, Времето в Западна Европа';
|
||||
$lang['UP1'] = '(UTC +1:00) Централно европейско време, Западна Африка';
|
||||
$lang['UP2'] = '(UTC +2:00) Централна Африка, Източно Европа, Калининград';
|
||||
$lang['UP3'] = '(UTC +3:00) Московско време, Източна Африка, Арабско стандартно време';
|
||||
$lang['UP35'] = '(UTC +3:30) Иран стандартно време';
|
||||
$lang['UP4'] = '(UTC +4:00) Азербайджанско стандартно време, Самара';
|
||||
$lang['UP45'] = '(UTC +4:30) Афганистан';
|
||||
$lang['UP5'] = '(UTC +5:00) Пакистан стандартно време, Екатеринбург';
|
||||
$lang['UP55'] = '(UTC +5:30) Индийско стандартно време, Шри Ланка';
|
||||
$lang['UP575'] = '(UTC +5:45) Непал';
|
||||
$lang['UP6'] = '(UTC +6:00) Бангладеш стандартно време, Бутан, Омск';
|
||||
$lang['UP65'] = '(UTC +6:30) Кокосови острови, Мианмар';
|
||||
$lang['UP7'] = '(UTC +7:00) Красноярск, Камбоджа, Лаос, Тайланд, Виетнам';
|
||||
$lang['UP8'] = '(UTC +8:00) Австралийско Западно стандартно време, Пекин, Иркутск';
|
||||
$lang['UP875'] = '(UTC +8:45) Централно и Западно Австралийско стандартно време';
|
||||
$lang['UP9'] = '(UTC +9:00) Япония стандартно време, Корея стандартно време, Якутск';
|
||||
$lang['UP95'] = '(UTC +9:30) Австралийско Централно стандартно време';
|
||||
$lang['UP10'] = '(UTC +10:00) Източно Австралийско стандартно време, Владивосток';
|
||||
$lang['UP105'] = '(UTC +10:30) Лорд Хове остров';
|
||||
$lang['UP11'] = '(UTC +11:00) Среднеколимск, Соломонови острови, Вануату';
|
||||
$lang['UP115'] = '(UTC +11:30) Норфолк';
|
||||
$lang['UP12'] = '(UTC +12:00) Фиджи, Остров Гилбърт, Камчатка, Нова Зеландия стандартно време';
|
||||
$lang['UP1275'] = '(UTC +12:45) Острови Чатъм стандартно време';
|
||||
$lang['UP13'] = '(UTC +13:00) Острови Феникс, Тонга';
|
||||
$lang['UP14'] = '(UTC +14:00) Острови Лайн';
|
||||
@@ -1,36 +0,0 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @author Ivan Tcholakov
|
||||
* @copyright Copyright (c) 2014 - 2015, British Columbia Institute of Technology (http://bcit.ca/)
|
||||
* @license http://opensource.org/licenses/MIT MIT License
|
||||
* @link http://codeigniter.com
|
||||
*/
|
||||
defined('BASEPATH') OR exit('No direct script access allowed');
|
||||
|
||||
$lang['db_invalid_connection_str'] = 'Невъзможно е да се определят настройките за базата данни от "connection string"-a, който сте въвели.';
|
||||
$lang['db_unable_to_connect'] = 'Не може да се осъществи връзка с Вашата база данни чрез посочените данни.';
|
||||
$lang['db_unable_to_select'] = 'Не може да избере посочената база данни: %s';
|
||||
$lang['db_unable_to_create'] = 'Не може да бъде създадена посочената база данни: %s';
|
||||
$lang['db_invalid_query'] = 'Подадената заявка не е валидна.';
|
||||
$lang['db_must_set_table'] = 'Трябва да зададете таблица за да се използва от Вашата заявка.';
|
||||
$lang['db_must_use_set'] = 'Трябва да използвате "set" метод за актуализиране на данните.';
|
||||
$lang['db_must_use_index'] = 'Трябва да посочите съответен индекс за пакетно обновяване.';
|
||||
$lang['db_batch_missing_index'] = 'Един или повече редове, представени за актуализиране на пакетното обновяване са с липсващ индекс.';
|
||||
$lang['db_must_use_where'] = 'Актуализации не са позволени, освен ако не съдържат "WHERE" клауза.';
|
||||
$lang['db_del_must_use_where'] = 'Изтриването не е позволено, освен ако не съдържа "WHERE" или "LIKE" клауза.';
|
||||
$lang['db_field_param_missing'] = 'При изтеглянето на полета се изисква името на таблицата като параметър.';
|
||||
$lang['db_unsupported_function'] = 'Функцията не е достъпна за вида база данни, която използвате.';
|
||||
$lang['db_transaction_failure'] = 'Грешка в транзакция: Връщане на предишното състояние.';
|
||||
$lang['db_unable_to_drop'] = 'Не може да се изтрие посочената база данни.';
|
||||
$lang['db_unsupported_feature'] = 'Неподдържана функционалност от Вашата база данни.';
|
||||
$lang['db_unsupported_compression'] = 'Форматът за компресиране, който сте избрали не се поддържа от вашия сървър.';
|
||||
$lang['db_filepath_error'] = 'Не е възможно записването на данни в пътя на файла, който сте посочили.';
|
||||
$lang['db_invalid_cache_path'] = 'Пътят до кеш директорията, който сте описали не е правилен или без права.';
|
||||
$lang['db_table_name_required'] = 'Името на таблицата е задължително за тази операция.';
|
||||
$lang['db_column_name_required'] = 'Името на колоната е задължително за тази операция.';
|
||||
$lang['db_column_definition_required'] = 'Дефинирането на колоната е задължително за тази операция.';
|
||||
$lang['db_unable_to_set_charset'] = 'Не може да настрои клиентът с правилен енкодинг: %s';
|
||||
$lang['db_error_heading'] = 'Възникна грешка в базата данни';
|
||||
@@ -1,31 +0,0 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @author Ivan Tcholakov
|
||||
* @copyright Copyright (c) 2014 - 2015, British Columbia Institute of Technology (http://bcit.ca/)
|
||||
* @license http://opensource.org/licenses/MIT MIT License
|
||||
* @link http://codeigniter.com
|
||||
*/
|
||||
defined('BASEPATH') OR exit('No direct script access allowed');
|
||||
|
||||
$lang['email_must_be_array'] = 'Email-адресът трябва да се предаде за валидиране чрез масив (array).';
|
||||
$lang['email_invalid_address'] = 'Грешен email-адрес: %s';
|
||||
$lang['email_attachment_missing'] = 'Не може да се намери прикачения файл: %s';
|
||||
$lang['email_attachment_unreadable'] = 'Не може да се отвори прикачения файл: %s';
|
||||
$lang['email_no_from'] = 'Не е посочен подателят на съобщението (From).';
|
||||
$lang['email_no_recipients'] = 'Трябва да включите получателите: To, Cc или Bcc';
|
||||
$lang['email_send_failure_phpmail'] = 'Съобщението не може да бъде изпратено чрез PHP mail(). Вашият сървър може да не е конфигуриран да изпраща поща, използвайки този метод.';
|
||||
$lang['email_send_failure_sendmail'] = 'Съобщението не може да бъде изпратено чрез PHP Sendmail. Вашият сървър може да не е конфигуриран да изпраща поща, използвайки този метод.';
|
||||
$lang['email_send_failure_smtp'] = 'Съобщението не може да бъде изпратено чрез PHP SMTP. Вашият сървър може да не е конфигуриран да изпраща поща, използвайки този метод.';
|
||||
$lang['email_sent'] = 'Вашето съобщение е изпратено успешно и използва следния протокол: %s';
|
||||
$lang['email_no_socket'] = 'Не може да се отвори връзка към Sendmail. Моля, проверете настройките.';
|
||||
$lang['email_no_hostname'] = 'Не сте посочили SMTP сървър.';
|
||||
$lang['email_smtp_error'] = 'Получи се следната SMTP грешка: %s';
|
||||
$lang['email_no_smtp_unpw'] = 'Грешка: Трябва да посочите име и парола за SMTP.';
|
||||
$lang['email_failed_smtp_login'] = 'Не може да се изпрати AUTH LOGIN. Грешка: %s';
|
||||
$lang['email_smtp_auth_un'] = 'Не може да се удостовери потребителското име. Грешка: %s';
|
||||
$lang['email_smtp_auth_pw'] = 'Не може да се удостовери паролата. Грешка: %s';
|
||||
$lang['email_smtp_data_failure'] = 'Не могат да се изпращат данни: %s';
|
||||
$lang['email_exit_status'] = 'Код на завършване: %s';
|
||||
@@ -1,41 +0,0 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @author Ivan Tcholakov
|
||||
* @copyright Copyright (c) 2014 - 2015, British Columbia Institute of Technology (http://bcit.ca/)
|
||||
* @license http://opensource.org/licenses/MIT MIT License
|
||||
* @link http://codeigniter.com
|
||||
*/
|
||||
defined('BASEPATH') OR exit('No direct script access allowed');
|
||||
|
||||
$lang['form_validation_required'] = 'Полето "{field}" е задължително.';
|
||||
$lang['form_validation_isset'] = 'Полето "{field}" трябва да има стойност.';
|
||||
$lang['form_validation_valid_email'] = 'Полето "{field}" трябва да съдържа валиден email адрес.';
|
||||
$lang['form_validation_valid_emails'] = 'Полето "{field}" трябва да съдържа валидни email адреси.';
|
||||
$lang['form_validation_valid_url'] = 'Полето "{field}" трябва да съдържа валиден URL адрес.';
|
||||
$lang['form_validation_valid_ip'] = 'Полето "{field}" трябва да съдържа валиден IP адрес.';
|
||||
$lang['form_validation_min_length'] = 'Полето "{field}" трябва да бъде дълго най-малко {param} символа.';
|
||||
$lang['form_validation_max_length'] = 'Полето "{field}" трябва да бъде дълго най-много {param} символа.';
|
||||
$lang['form_validation_exact_length'] = 'Полето "{field}" трябва да бъде дълго точно {param}s символа.';
|
||||
$lang['form_validation_alpha'] = 'Полето "{field}" може да съдържа само латински букви.';
|
||||
$lang['form_validation_alpha_numeric'] = 'Полето "{field}" може да съдържа само латински букви и цифри.';
|
||||
$lang['form_validation_alpha_numeric_spaces'] = 'Полето "{field}" може да съдържа само латински букви, цифри и интервали.';
|
||||
$lang['form_validation_alpha_dash'] = 'Полето "{field}" може да съдържа само латински букви, цифри, долна черта и тире.';
|
||||
$lang['form_validation_numeric'] = 'Полето "{field}" трябва да е десетично число.';
|
||||
$lang['form_validation_is_numeric'] = 'Полето "{field}" трябва да е число.';
|
||||
$lang['form_validation_integer'] = 'Полето "{field}" може да съдържа само цeли числа.';
|
||||
$lang['form_validation_regex_match'] = 'Полето "{field}" не е в правилен формат.';
|
||||
$lang['form_validation_matches'] = 'Полето "{field}" не съвпада с полето "{param}".';
|
||||
$lang['form_validation_differs'] = 'Полето "{field}" не трябва да съвпада с полето "{param}".';
|
||||
$lang['form_validation_is_unique'] = 'Полето "{field}" трябва да съдържа уникална стойност.';
|
||||
$lang['form_validation_is_natural'] = 'Полето "{field}" трябва да е цяло положително число или нула.';
|
||||
$lang['form_validation_is_natural_no_zero'] = 'Полето "{field}" трябва да е цяло положително число.';
|
||||
$lang['form_validation_decimal'] = 'Полето "{field}" трябва да съдържа десетично число.';
|
||||
$lang['form_validation_less_than'] = 'Полето "{field}" трябва да съдържа число, по-малко от {param}.';
|
||||
$lang['form_validation_less_than_equal_to'] = 'Полето "{field}" трябва да съдържа число, по-малко или равно на {param}.';
|
||||
$lang['form_validation_greater_than'] = 'Полето "{field}" трябва да съдържа число, по-голямо от {param}.';
|
||||
$lang['form_validation_greater_than_equal_to'] = 'Полето "{field}" трябва да съдържа число, по-голямо или равно на {param}.';
|
||||
$lang['form_validation_error_message_not_set'] = 'Грешка в полето "{field}". Описанието на грешката не е зададено.';
|
||||
$lang['form_validation_in_list'] = 'Полето "{field}" трябва да е измежду стойностите {param}.';
|
||||
@@ -1,24 +0,0 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @author Ivan Tcholakov
|
||||
* @copyright Copyright (c) 2014 - 2015, British Columbia Institute of Technology (http://bcit.ca/)
|
||||
* @license http://opensource.org/licenses/MIT MIT License
|
||||
* @link http://codeigniter.com
|
||||
*/
|
||||
defined('BASEPATH') OR exit('No direct script access allowed');
|
||||
|
||||
$lang['ftp_no_connection'] = 'Не може да бъде намерена валидна връзка. Моля, проверете дали сте се свързали преди да извършите някакви действия с файла.';
|
||||
$lang['ftp_unable_to_connect'] = 'Не може да се свърже с вашия FTP сървър чрез предоставения хост.';
|
||||
$lang['ftp_unable_to_login'] = 'Не може да влезете в своя FTP сървър. Моля, проверете вашето потребителско име и парола.';
|
||||
$lang['ftp_unable_to_mkdir'] = 'Посочената от Вас директория не може да бъде създадена.';
|
||||
$lang['ftp_unable_to_changedir'] = 'Директорията не може да бъде променена.';
|
||||
$lang['ftp_unable_to_chmod'] = 'Не могат да бъдат зададени права. Моля проверете дали пътят е правилен. Бележка: Тази функция е достъпна само в PHP 5 или по-висока.';
|
||||
$lang['ftp_unable_to_upload'] = 'Посоченият файл не може да бъде качен. Моля проверете дали пътят е правилен.';
|
||||
$lang['ftp_unable_to_download'] = 'Посоченият файл не може да бъде свален. Моля проверете дали пътят е правилен.';
|
||||
$lang['ftp_no_source_file'] = 'Посоченият файл не може да бъде намерен. Моля проверете дали пътят е правилен.';
|
||||
$lang['ftp_unable_to_rename'] = 'Файлът не може да бъде преименуван.';
|
||||
$lang['ftp_unable_to_delete'] = 'Файлът не може да бъде изтрит.';
|
||||
$lang['ftp_unable_to_move'] = 'Файлът не може да бъде преместен. Уверете се, че директорията съществува.';
|
||||
@@ -1,29 +0,0 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @author Ivan Tcholakov
|
||||
* @copyright Copyright (c) 2014 - 2015, British Columbia Institute of Technology (http://bcit.ca/)
|
||||
* @license http://opensource.org/licenses/MIT MIT License
|
||||
* @link http://codeigniter.com
|
||||
*/
|
||||
defined('BASEPATH') OR exit('No direct script access allowed');
|
||||
|
||||
$lang['imglib_source_image_required'] = 'Трябва да посочите файл на изображението във вашите настройки.';
|
||||
$lang['imglib_gd_required'] = 'Необходима е GD библиотека за тази функция.';
|
||||
$lang['imglib_gd_required_for_props'] = 'Вашият сървър трябва да поддържа GD библиотека, за да се определи изображението.';
|
||||
$lang['imglib_unsupported_imagecreate'] = 'Вашият сървър не поддържа GD функция, необходима за процеса на този вид изображение.';
|
||||
$lang['imglib_gif_not_supported'] = 'GIF изображения не се поддържат поради лицензионни ограничения. Може да използвате JPG или PNG изображения.';
|
||||
$lang['imglib_jpg_not_supported'] = 'JPG изображения не се поддържат.';
|
||||
$lang['imglib_png_not_supported'] = 'PNG изображения не се поддържат.';
|
||||
$lang['imglib_jpg_or_png_required'] = 'Оразмеряването посочено в настройките работи само с JPEG или PNG изображения.';
|
||||
$lang['imglib_copy_error'] = 'Възникна грешка при опит за замяна на файла. Уверете се, че директорията е разрешена за запис.';
|
||||
$lang['imglib_rotate_unsupported'] = 'Завъртане на изображение не се поддържа от вашия сървър.';
|
||||
$lang['imglib_libpath_invalid'] = 'Пътят към снимките не е правилен. Моля, укажете правилния път в настройките на снимките.';
|
||||
$lang['imglib_image_process_failed'] = 'Обработката на изображението се провали. Уверете се, че сървъра поддържа избрания протокол и че пътят към изображението е правилен.';
|
||||
$lang['imglib_rotation_angle_required'] = 'Изисква се зададен ъгъл, за да завъртите изображението.';
|
||||
$lang['imglib_invalid_path'] = 'Пътят към изображението не е правилен.';
|
||||
$lang['imglib_copy_failed'] = 'Копираната картинка върна грешка.';
|
||||
$lang['imglib_missing_font'] = 'Не може да се намери шрифт за използване.';
|
||||
$lang['imglib_save_failed'] = 'Не може да запазите изображението. Моля, уверете се, че изображението и файловите директории имат права за запис.';
|
||||
@@ -1,11 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>403 Forbidden</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<p>Directory access is forbidden.</p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,20 +0,0 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @author Ivan Tcholakov
|
||||
* @copyright Copyright (c) 2014 - 2015, British Columbia Institute of Technology (http://bcit.ca/)
|
||||
* @license http://opensource.org/licenses/MIT MIT License
|
||||
* @link http://codeigniter.com
|
||||
*/
|
||||
defined('BASEPATH') OR exit('No direct script access allowed');
|
||||
|
||||
$lang['migration_none_found'] = 'Не са намерени миграции.';
|
||||
$lang['migration_not_found'] = 'Миграцията %s не може да бъде намерена.';
|
||||
$lang['migration_sequence_gap'] = 'Има липса в последователносста за миграция близо до версия: %s.';
|
||||
$lang['migration_multiple_version'] = 'Има няколко миграции с една и съща версия: %s.';
|
||||
$lang['migration_class_doesnt_exist'] = 'Класът за миграция "%s" не може да бъде намерен.';
|
||||
$lang['migration_missing_up_method'] = 'В класа за миграция "%s" липсва методът "up".';
|
||||
$lang['migration_missing_down_method'] = 'В класа за миграция "%s" липсва методът "down".';
|
||||
$lang['migration_invalid_filename'] = 'Миграцията "%s" е с невалидно име на файл.';
|
||||
@@ -1,17 +0,0 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @author Ivan Tcholakov
|
||||
* @copyright Copyright (c) 2014 - 2015, British Columbia Institute of Technology (http://bcit.ca/)
|
||||
* @license http://opensource.org/licenses/MIT MIT License
|
||||
* @link http://codeigniter.com
|
||||
*/
|
||||
defined('BASEPATH') OR exit('No direct script access allowed');
|
||||
|
||||
$lang['terabyte_abbr'] = 'TB';
|
||||
$lang['gigabyte_abbr'] = 'GB';
|
||||
$lang['megabyte_abbr'] = 'MB';
|
||||
$lang['kilobyte_abbr'] = 'KB';
|
||||
$lang['bytes'] = 'байта';
|
||||
@@ -1,16 +0,0 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @author Ivan Tcholakov
|
||||
* @copyright Copyright (c) 2014 - 2015, British Columbia Institute of Technology (http://bcit.ca/)
|
||||
* @license http://opensource.org/licenses/MIT MIT License
|
||||
* @link http://codeigniter.com
|
||||
*/
|
||||
defined('BASEPATH') OR exit('No direct script access allowed');
|
||||
|
||||
$lang['pagination_first_link'] = '‹ Първа';
|
||||
$lang['pagination_next_link'] = '>';
|
||||
$lang['pagination_prev_link'] = '<';
|
||||
$lang['pagination_last_link'] = 'Последна ›';
|
||||
@@ -1,33 +0,0 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @author Ivan Tcholakov
|
||||
* @copyright Copyright (c) 2014 - 2015, British Columbia Institute of Technology (http://bcit.ca/)
|
||||
* @license http://opensource.org/licenses/MIT MIT License
|
||||
* @link http://codeigniter.com
|
||||
*/
|
||||
defined('BASEPATH') OR exit('No direct script access allowed');
|
||||
|
||||
$lang['profiler_database'] = 'БАЗА ДАННИ';
|
||||
$lang['profiler_controller_info'] = 'КЛАС/МЕТОД';
|
||||
$lang['profiler_benchmarks'] = 'ПОКАЗАТЕЛИ';
|
||||
$lang['profiler_queries'] = 'ЗАЯВКИ';
|
||||
$lang['profiler_get_data'] = 'GET ДАННИ';
|
||||
$lang['profiler_post_data'] = 'POST ДАННИ';
|
||||
$lang['profiler_uri_string'] = 'URI СТРИНГ';
|
||||
$lang['profiler_memory_usage'] = 'ИЗПОЛЗВАНА ПАМЕТ';
|
||||
$lang['profiler_config'] = 'CONFIG ПРОМЕНЛИВИ';
|
||||
$lang['profiler_session_data'] = 'PHP СЕСИЯ';
|
||||
$lang['profiler_headers'] = 'HTTP ХЕДЪРИ';
|
||||
$lang['profiler_no_db'] = 'Базата данни не е заредена.';
|
||||
$lang['profiler_no_queries'] = 'Няма стартирани заявки.';
|
||||
$lang['profiler_no_post'] = 'Няма POST данни.';
|
||||
$lang['profiler_no_get'] = 'Няма GET данни.';
|
||||
$lang['profiler_no_uri'] = 'Няма URI данни.';
|
||||
$lang['profiler_no_memory'] = 'Няма налична памет.';
|
||||
$lang['profiler_no_profiles'] = 'Няма Profile данни - всички секции са деактивирани.';
|
||||
$lang['profiler_section_hide'] = 'Скриване';
|
||||
$lang['profiler_section_show'] = 'Показване';
|
||||
$lang['profiler_seconds'] = 'секунди';
|
||||
@@ -1,31 +0,0 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @author Ivan Tcholakov
|
||||
* @copyright Copyright (c) 2014 - 2015, British Columbia Institute of Technology (http://bcit.ca/)
|
||||
* @license http://opensource.org/licenses/MIT MIT License
|
||||
* @link http://codeigniter.com
|
||||
*/
|
||||
defined('BASEPATH') OR exit('No direct script access allowed');
|
||||
|
||||
$lang['ut_test_name'] = 'Име на теста';
|
||||
$lang['ut_test_datatype'] = 'Тип на тестови данни';
|
||||
$lang['ut_res_datatype'] = 'Очакван тип данни';
|
||||
$lang['ut_result'] = 'Резултат';
|
||||
$lang['ut_undefined'] = 'Не е зададено име на тест';
|
||||
$lang['ut_file'] = 'Име на файл';
|
||||
$lang['ut_line'] = 'Номер на ред';
|
||||
$lang['ut_passed'] = 'Приет';
|
||||
$lang['ut_failed'] = 'Провален';
|
||||
$lang['ut_boolean'] = 'Boolean';
|
||||
$lang['ut_integer'] = 'Integer';
|
||||
$lang['ut_float'] = 'Float';
|
||||
$lang['ut_double'] = 'Double';
|
||||
$lang['ut_string'] = 'String';
|
||||
$lang['ut_array'] = 'Array';
|
||||
$lang['ut_object'] = 'Object';
|
||||
$lang['ut_resource'] = 'Resource';
|
||||
$lang['ut_null'] = 'NULL';
|
||||
$lang['ut_notes'] = 'Бележки';
|
||||
@@ -1,28 +0,0 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @author Ivan Tcholakov
|
||||
* @copyright Copyright (c) 2014 - 2015, British Columbia Institute of Technology (http://bcit.ca/)
|
||||
* @license http://opensource.org/licenses/MIT MIT License
|
||||
* @link http://codeigniter.com
|
||||
*/
|
||||
defined('BASEPATH') OR exit('No direct script access allowed');
|
||||
|
||||
$lang['upload_userfile_not_set'] = 'Не може да се намери променлива с името на файла.';
|
||||
$lang['upload_file_exceeds_limit'] = 'Каченият файл надвишава максимално допустимия размер описан в конфигурационния файл.';
|
||||
$lang['upload_file_exceeds_form_limit'] = 'Каченият файл надвишава максималния размер, разрешен от формата.';
|
||||
$lang['upload_file_partial'] = 'Файлът е частично качен.';
|
||||
$lang['upload_no_temp_directory'] = 'Папка tmp/ липсва.';
|
||||
$lang['upload_unable_to_write_file'] = 'Файлът не може да бъде записан на диска.';
|
||||
$lang['upload_stopped_by_extension'] = 'Качване на файлове е спряно поради удължаване на срока на качване.';
|
||||
$lang['upload_no_file_selected'] = 'Не сте избрали файл за качване.';
|
||||
$lang['upload_invalid_filetype'] = 'Файлът, който се опитвате да качите не е от разрешен тип.';
|
||||
$lang['upload_invalid_filesize'] = 'Файлът, който се опитвате да качите е по-голям от разрешения размер.';
|
||||
$lang['upload_invalid_dimensions'] = 'Изображението, което се опитвате да качите не се побира в разрешените размери.';
|
||||
$lang['upload_destination_error'] = 'Възникна проблем при опит да се премести качения файл до крайната дестинация.';
|
||||
$lang['upload_no_filepath'] = 'Пътят за качване е невалиден.';
|
||||
$lang['upload_no_file_types'] = 'Не сте задали разрешение на различните типове файлове.';
|
||||
$lang['upload_bad_filename'] = 'Зададеното от Вас име вече съществува на сървъра.';
|
||||
$lang['upload_not_writable'] = 'Папката посочена за качване няма права.';
|
||||
@@ -1,57 +0,0 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @author Ignasi Molsosa
|
||||
* @copyright Copyright (c) 2014 - 2015, British Columbia Institute of Technology (http://bcit.ca/)
|
||||
* @license http://opensource.org/licenses/MIT MIT License
|
||||
* @link http://codeigniter.com
|
||||
*/
|
||||
defined('BASEPATH') OR exit('No direct script access allowed');
|
||||
|
||||
$lang['cal_su'] = 'Dg';
|
||||
$lang['cal_mo'] = 'Dl';
|
||||
$lang['cal_tu'] = 'Dt';
|
||||
$lang['cal_we'] = 'Dc';
|
||||
$lang['cal_th'] = 'Dj';
|
||||
$lang['cal_fr'] = 'Dv';
|
||||
$lang['cal_sa'] = 'Ds';
|
||||
$lang['cal_sun'] = 'Dmg';
|
||||
$lang['cal_mon'] = 'Dll';
|
||||
$lang['cal_tue'] = 'Dmt';
|
||||
$lang['cal_wed'] = 'Dmc';
|
||||
$lang['cal_thu'] = 'Djs';
|
||||
$lang['cal_fri'] = 'Dvd';
|
||||
$lang['cal_sat'] = 'Dss';
|
||||
$lang['cal_sunday'] = 'Diumenge';
|
||||
$lang['cal_monday'] = 'Dilluns';
|
||||
$lang['cal_tuesday'] = 'Dimarts';
|
||||
$lang['cal_wednesday'] = 'Dimecres';
|
||||
$lang['cal_thursday'] = 'Dijous';
|
||||
$lang['cal_friday'] = 'Divendres';
|
||||
$lang['cal_saturday'] = 'Dissabte';
|
||||
$lang['cal_jan'] = 'Gen';
|
||||
$lang['cal_feb'] = 'Feb';
|
||||
$lang['cal_mar'] = 'Mar';
|
||||
$lang['cal_apr'] = 'Abr';
|
||||
$lang['cal_may'] = 'Mai';
|
||||
$lang['cal_jun'] = 'Jun';
|
||||
$lang['cal_jul'] = 'Jul';
|
||||
$lang['cal_aug'] = 'Ago';
|
||||
$lang['cal_sep'] = 'Set';
|
||||
$lang['cal_oct'] = 'Oct';
|
||||
$lang['cal_nov'] = 'Nov';
|
||||
$lang['cal_dec'] = 'Des';
|
||||
$lang['cal_january'] = 'Gener';
|
||||
$lang['cal_february'] = 'Febrer';
|
||||
$lang['cal_march'] = 'Març';
|
||||
$lang['cal_april'] = 'Abril';
|
||||
$lang['cal_mayl'] = 'Maig';
|
||||
$lang['cal_june'] = 'Juny';
|
||||
$lang['cal_july'] = 'Juliol';
|
||||
$lang['cal_august'] = 'Agost';
|
||||
$lang['cal_september'] = 'Setembre';
|
||||
$lang['cal_october'] = 'Octubre';
|
||||
$lang['cal_november'] = 'Novembre';
|
||||
$lang['cal_december'] = 'Desembre';
|
||||
@@ -1,67 +0,0 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @author Ignasi Molsosa
|
||||
* @copyright Copyright (c) 2014 - 2015, British Columbia Institute of Technology (http://bcit.ca/)
|
||||
* @license http://opensource.org/licenses/MIT MIT License
|
||||
* @link http://codeigniter.com
|
||||
*/
|
||||
defined('BASEPATH') OR exit('No direct script access allowed');
|
||||
|
||||
$lang['date_year'] = 'Any';
|
||||
$lang['date_years'] = 'Anys';
|
||||
$lang['date_month'] = 'Mes';
|
||||
$lang['date_months'] = 'Mesos';
|
||||
$lang['date_week'] = 'Setmana';
|
||||
$lang['date_weeks'] = 'Setmanes';
|
||||
$lang['date_day'] = 'Dia';
|
||||
$lang['date_days'] = 'Dies';
|
||||
$lang['date_hour'] = 'Hora';
|
||||
$lang['date_hours'] = 'Hores';
|
||||
$lang['date_minute'] = 'Minut';
|
||||
$lang['date_minutes'] = 'Minuts';
|
||||
$lang['date_second'] = 'Segon';
|
||||
$lang['date_seconds'] = 'Segons';
|
||||
|
||||
$lang['UM12'] = '(UTC -12:00) Illa Baker/Howland';
|
||||
$lang['UM11'] = '(UTC -11:00) Niue';
|
||||
$lang['UM10'] = '(UTC -10:00) Horari estàndard de Hawaii-Aleutianes, Illes Cook, Tahití';
|
||||
$lang['UM95'] = '(UTC -9:30) Illes Marqueses';
|
||||
$lang['UM9'] = '(UTC -9:00) Horari estàndard d\'Alaska, Illes Gambier';
|
||||
$lang['UM8'] = '(UTC -8:00) Horari estàndard del Pacífico, Illa Clipperton';
|
||||
$lang['UM7'] = '(UTC -7:00) Horari estàndard de Montanya';
|
||||
$lang['UM6'] = '(UTC -6:00) Horari estàndard central';
|
||||
$lang['UM5'] = '(UTC -5:00) Horari estàndard de l\'Est, Horari estàndard del Carib Occidental';
|
||||
$lang['UM45'] = '(UTC -4:30) Horari estàndard de Veneçuela';
|
||||
$lang['UM4'] = '(UTC -4:00) Horari estàndard de l\'Atlàntic, Horari estàndard del Carib Oriental';
|
||||
$lang['UM35'] = '(UTC -3:30) Horari estàndard de Terranova';
|
||||
$lang['UM3'] = '(UTC -3:00) Argentina, Brasil, Guaiana Francesa, Uruguai';
|
||||
$lang['UM2'] = '(UTC -2:00) Illes Geòrgia del Sud/Sandwich del Sud';
|
||||
$lang['UM1'] = '(UTC -1:00) Açores, Illes Cap Verd';
|
||||
$lang['UTC'] = '(UTC) Temps mitja de Greenwich, Horari d\'Europa occidental';
|
||||
$lang['UP1'] = '(UTC +1:00) Horari d\'Europa central, Horari d\'Africa occidental';
|
||||
$lang['UP2'] = '(UTC +2:00) Horari d\'Africa central, Horari d\'Europa oriental, Horari de Kaliningrad';
|
||||
$lang['UP3'] = '(UTC +3:00) Horari de Moscow, Horari d\'Africa oriental, Horari estàndard d\'Aràbia';
|
||||
$lang['UP35'] = '(UTC +3:30) Horari estàndard d\'Iran';
|
||||
$lang['UP4'] = '(UTC +4:00) Horari estàndard d\'Azerbaidjan, Horari de Samara';
|
||||
$lang['UP45'] = '(UTC +4:30) Afganistan';
|
||||
$lang['UP5'] = '(UTC +5:00) Horari estàndard del Pakistan, Horari de Iekaterinburg';
|
||||
$lang['UP55'] = '(UTC +5:30) Horari estàndard de la Índia, Horari de Sri Lanka';
|
||||
$lang['UP575'] = '(UTC +5:45) Horari del Nepal';
|
||||
$lang['UP6'] = '(UTC +6:00) Horari estàndard de Bangla Desh, Horari de Bhutan, Horari d\'Omsk';
|
||||
$lang['UP65'] = '(UTC +6:30) Illes Cocos, Myanmar';
|
||||
$lang['UP7'] = '(UTC +7:00) Horari de Krasnoiarsk, Cambodja, Laos, Tailàndia, Vietnam';
|
||||
$lang['UP8'] = '(UTC +8:00) Horari estàndard d\'Austràlia occidental, Horari de Pequín, Horari de Irkutsk';
|
||||
$lang['UP875'] = '(UTC +8:45) Horari estàndard d\'Austràlia Centre-Occidental';
|
||||
$lang['UP9'] = '(UTC +9:00) Horari estàndard del Japó, Horari estàndard de Korea, Horari de Yakutsk';
|
||||
$lang['UP95'] = '(UTC +9:30) Horari estàndard d\'Austràlia Central';
|
||||
$lang['UP10'] = '(UTC +10:00) Horari estàndard d\'Austràlian oriental, Horari de Vladivostok';
|
||||
$lang['UP105'] = '(UTC +10:30) Illa Lord Howe';
|
||||
$lang['UP11'] = '(UTC +11:00) Horari de Srednekolimsk, Illes Salomó, Vanuatu';
|
||||
$lang['UP115'] = '(UTC +11:30) Illa Norfolk';
|
||||
$lang['UP12'] = '(UTC +12:00) Fiji, Illes Gilbert, Horari de Kamtxatka, Horari estàndard de Nova Zelanda';
|
||||
$lang['UP1275'] = '(UTC +12:45) Horrari estàndard de les Illes Chatham';
|
||||
$lang['UP13'] = '(UTC +13:00) Horari de Samoa, Horari de les Illes Fènix, Tonga';
|
||||
$lang['UP14'] = '(UTC +14:00) Illes de la Línia';
|
||||
@@ -1,36 +0,0 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @author Ignasi Molsosa
|
||||
* @copyright Copyright (c) 2014 - 2015, British Columbia Institute of Technology (http://bcit.ca/)
|
||||
* @license http://opensource.org/licenses/MIT MIT License
|
||||
* @link http://codeigniter.com
|
||||
*/
|
||||
defined('BASEPATH') OR exit('No direct script access allowed');
|
||||
|
||||
$lang['db_invalid_connection_str'] = 'Impossible determinar la configuració de la base de dades basada en la informació de connecció presentada.';
|
||||
$lang['db_unable_to_connect'] = 'Impossible connectar amb la base de dades usant la configuració proporcionada.';
|
||||
$lang['db_unable_to_select'] = 'Impossible seleccionar la base de dades especificada: %s';
|
||||
$lang['db_unable_to_create'] = 'Impossible crear la base de dades especificada: %s';
|
||||
$lang['db_invalid_query'] = 'La consulta introduïda no és vàlida.';
|
||||
$lang['db_must_set_table'] = 'Has d\'especificar la taula en la que vols executar la consulta.';
|
||||
$lang['db_must_use_set'] = 'Has de fer servir el mètode "set" per actualitzar una entrada.';
|
||||
$lang['db_must_use_index'] = 'Has d\'especificar un index sobre el que aparellar l\'actualització multiple.';
|
||||
$lang['db_batch_missing_index'] = 'Una o més files presentades per actualització multiple no disposen de l\'index especificat.';
|
||||
$lang['db_must_use_where'] = 'Les actualitzacions sense clausula "where" no estan permeses.';
|
||||
$lang['db_del_must_use_where'] = 'Les supressions sense clausula "where" o "like" no estan permeses.';
|
||||
$lang['db_field_param_missing'] = 'Per consultar camps, es necessari el nom de la taula com a paràmetre.';
|
||||
$lang['db_unsupported_function'] = 'Aquesta funció no està disponible en la base de dades que estas fent servir.';
|
||||
$lang['db_transaction_failure'] = 'Transacció erronia: Rollback executat.';
|
||||
$lang['db_unable_to_drop'] = 'Impossible borrar la base de dades especificada.';
|
||||
$lang['db_unsupported_feature'] = 'Aquesta característica no està disponible en la plataforma de base de dades que estas fent servir.';
|
||||
$lang['db_unsupported_compression'] = 'El teu servidor no disposa del format de compressió que has seleccionat.';
|
||||
$lang['db_filepath_error'] = 'Impossible escriure dades en el fitxer que has presentat.';
|
||||
$lang['db_invalid_cache_path'] = 'El fitxer de cache que has presentat no és vàlid o no té permis d\'escriptura.';
|
||||
$lang['db_table_name_required'] = 'El nom de la taula és necessari per aquesta operació.';
|
||||
$lang['db_column_name_required'] = 'El nom de la columna és necessari per aquesta operació.';
|
||||
$lang['db_column_definition_required'] = 'La definició de la columna és necessaria per aquesta operació.';
|
||||
$lang['db_unable_to_set_charset'] = 'Impossible utilitzar el conjunt de caràcters del client: %s';
|
||||
$lang['db_error_heading'] = 'Hi ha hagut un error de la base de dades.';
|
||||
@@ -1,31 +0,0 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @author Ignasi Molsosa
|
||||
* @copyright Copyright (c) 2014 - 2015, British Columbia Institute of Technology (http://bcit.ca/)
|
||||
* @license http://opensource.org/licenses/MIT MIT License
|
||||
* @link http://codeigniter.com
|
||||
*/
|
||||
defined('BASEPATH') OR exit('No direct script access allowed');
|
||||
|
||||
$lang['email_must_be_array'] = 'El mètode de validació de l\'email s\'ha de passar com a array.';
|
||||
$lang['email_invalid_address'] = 'Adreça email invàlida: %s';
|
||||
$lang['email_attachment_missing'] = 'Impossible trobar els següents arxius adjunts: %s';
|
||||
$lang['email_attachment_unreadable'] = 'Impossible obrir aquest arxiu adjunt: %s';
|
||||
$lang['email_no_from'] = 'No es pot enviar un correu electrònic sense remitent.';
|
||||
$lang['email_no_recipients'] = 'Has d\'incloure els destinataris: Per a, Cc, o Cco';
|
||||
$lang['email_send_failure_phpmail'] = 'Impossible enviar correu electrònic utilitzant PHP mail(). Potser el teu servidor no està configurat per enviar correus mitjançant aquest mètode.';
|
||||
$lang['email_send_failure_sendmail'] = 'Impossible enviar correu electrònic utilitzant PHP Sendmail. Potser el teu servidor no està configurat per enviar correus mitjançant aquest mètode.';
|
||||
$lang['email_send_failure_smtp'] = 'Impossible enviar correu electrònic utilitzant PHP SMTP. Potser el teu servidor no està configurat per enviar correus mitjançant aquest mètode.';
|
||||
$lang['email_sent'] = 'El correu electrònic s\'ha enviat correctament fent servir el protocol: %s';
|
||||
$lang['email_no_socket'] = 'Impossible obrir un socket a Sendmail. Per favor comprova la configuració.';
|
||||
$lang['email_no_hostname'] = 'No has especificat un nom d\'equip SMTP';
|
||||
$lang['email_smtp_error'] = 'S\'ha trobat el següent error SMTP: %s';
|
||||
$lang['email_no_smtp_unpw'] = 'Error: Has d\'assignar un nom d\'usuari i una contrassenya SMTP.';
|
||||
$lang['email_failed_smtp_login'] = 'Error a l\'enviar l\'ordre AUTH LOGIN. Error: %s';
|
||||
$lang['email_smtp_auth_un'] = 'Error al autenticar el nom d\'usuari. Error: %s';
|
||||
$lang['email_smtp_auth_pw'] = 'Error al autenticar la contrassenya. Error: %s';
|
||||
$lang['email_smtp_data_failure'] = 'Impossible enviar les dades: %s';
|
||||
$lang['email_exit_status'] = 'Codi d\'estat de sortida: %s';
|
||||
@@ -1,41 +0,0 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @author Ignasi Molsosa
|
||||
* @copyright Copyright (c) 2014 - 2015, British Columbia Institute of Technology (http://bcit.ca/)
|
||||
* @license http://opensource.org/licenses/MIT MIT License
|
||||
* @link http://codeigniter.com
|
||||
*/
|
||||
defined('BASEPATH') OR exit('No direct script access allowed');
|
||||
|
||||
$lang['form_validation_required'] = 'El camp {field} és obligatori.';
|
||||
$lang['form_validation_isset'] = 'El camp {field} ha de tenir un valor.';
|
||||
$lang['form_validation_valid_email'] = 'El camp {field} ha de contenir un email vàlid.';
|
||||
$lang['form_validation_valid_emails'] = 'El camp {field} ha de contenir adreçes email vàlides.';
|
||||
$lang['form_validation_valid_url'] = 'El camp {field} ha de contenir una URL vàlida.';
|
||||
$lang['form_validation_valid_ip'] = 'El camp {field} ha de contenir una IP vàlida.';
|
||||
$lang['form_validation_min_length'] = 'El camp {field} ha de tenir com a mínim {param} caràcters.';
|
||||
$lang['form_validation_max_length'] = 'El camp {field} no pot excedir els {param} caràcters.';
|
||||
$lang['form_validation_exact_length'] = 'El camp {field} ha de tenir exactament {param} caràcters.';
|
||||
$lang['form_validation_alpha'] = 'El camp {field} només pot contenir caràcters alfabètics.';
|
||||
$lang['form_validation_alpha_numeric'] = 'El camp {field} només pot contenir caràcters alfanumèrics.';
|
||||
$lang['form_validation_alpha_numeric_spaces'] = 'El camp {field} només pot contenir caràcters alfanumèrics i espais.';
|
||||
$lang['form_validation_alpha_dash'] = 'El camp {field} només pot contenir caràcters alfanumèrics i espais, guions i guins baixos.';
|
||||
$lang['form_validation_numeric'] = 'El camp {field} només pot contenir números.';
|
||||
$lang['form_validation_is_numeric'] = 'El camp {field} només pot contenir caràcters numèrics.';
|
||||
$lang['form_validation_integer'] = 'El camp {field} ha de contenir un enter.';
|
||||
$lang['form_validation_regex_match'] = 'El camp {field} no conté un format correcte.';
|
||||
$lang['form_validation_matches'] = 'El camp {field} no coincideix amb el camp {param}.';
|
||||
$lang['form_validation_differs'] = 'El camp {field} ha de ser diferent del camp {param}.';
|
||||
$lang['form_validation_is_unique'] = 'El camp {field} ha de contenir un valor únic.';
|
||||
$lang['form_validation_is_natural'] = 'El camp {field} només pot contenir digits.';
|
||||
$lang['form_validation_is_natural_no_zero'] = 'El camp {field} només pot contenir digits i ha de ser més gran que zero.';
|
||||
$lang['form_validation_decimal'] = 'El camp {field} ha de contenir un nombre decimal.';
|
||||
$lang['form_validation_less_than'] = 'El camp {field} ha de contenir un nombre més petit que {param}.';
|
||||
$lang['form_validation_less_than_equal_to'] = 'El camp {field} ha de contenir un nombre més petit o igual que {param}.';
|
||||
$lang['form_validation_greater_than'] = 'El camp {field} ha de contenir un nombre més gran que {param}.';
|
||||
$lang['form_validation_greater_than_equal_to'] = 'El camp {field} ha de contenir un nombre més gran o igual que {param}.';
|
||||
$lang['form_validation_error_message_not_set'] = 'Impossible accedir a un missatge d\'error corresponent al camp {field}.';
|
||||
$lang['form_validation_in_list'] = 'El camp {field} ha de ser un d\'aquests: {param}.';
|
||||
@@ -1,24 +0,0 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @author Ignasi Molsosa
|
||||
* @copyright Copyright (c) 2014 - 2015, British Columbia Institute of Technology (http://bcit.ca/)
|
||||
* @license http://opensource.org/licenses/MIT MIT License
|
||||
* @link http://codeigniter.com
|
||||
*/
|
||||
defined('BASEPATH') OR exit('No direct script access allowed');
|
||||
|
||||
$lang['ftp_no_connection'] = 'Impossible trobar una ID de connecció vàlida. Siusplau comprova que estàs connectat abans d\'intentar qualsevol rutina d\'operació de fitxers.';
|
||||
$lang['ftp_unable_to_connect'] = 'Impossible connectar amb el servidor FTP utilitzant el nom d\'equip proporcionat.';
|
||||
$lang['ftp_unable_to_login'] = 'Impossible autenticar en el servidor FTP. Siusplau comprova el nom d\'usuari i la contrassenya.';
|
||||
$lang['ftp_unable_to_mkdir'] = 'Impossible crear el directori que has especificat.';
|
||||
$lang['ftp_unable_to_changedir'] = 'Impossible canviar de directori.';
|
||||
$lang['ftp_unable_to_chmod'] = 'Impossible canviar els permisos del fitxer. Siusplau comprova la ruta.';
|
||||
$lang['ftp_unable_to_upload'] = 'Impossible pujar el fitxer especificat. Siusplau comprova la ruta.';
|
||||
$lang['ftp_unable_to_download'] = 'Impossible descarregar el fitxer especificat. Siusplau comprova la ruta.';
|
||||
$lang['ftp_no_source_file'] = 'Impossible de localitzar el fitxer font. Siusplau comprova la ruta.';
|
||||
$lang['ftp_unable_to_rename'] = 'Impossible renombrar el fitxer.';
|
||||
$lang['ftp_unable_to_delete'] = 'Impossible eliminar el fitxer.';
|
||||
$lang['ftp_unable_to_move'] = 'Impossible de moure el fitxer. Siusplau comprova que el directori de destí existeix.';
|
||||
@@ -1,29 +0,0 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @author Ignasi Molsosa
|
||||
* @copyright Copyright (c) 2014 - 2015, British Columbia Institute of Technology (http://bcit.ca/)
|
||||
* @license http://opensource.org/licenses/MIT MIT License
|
||||
* @link http://codeigniter.com
|
||||
*/
|
||||
defined('BASEPATH') OR exit('No direct script access allowed');
|
||||
|
||||
$lang['imglib_source_image_required'] = 'Has d\'especificar una imatge font a les preferències.';
|
||||
$lang['imglib_gd_required'] = 'La llibreria de processament d\'imatges GD és necessaria per aquesta funció.';
|
||||
$lang['imglib_gd_required_for_props'] = 'El teu servidor ha de disposar de la llibreria de processament d\'imatges GD per tal de determinar les propietats de la imatge.';
|
||||
$lang['imglib_unsupported_imagecreate'] = 'El teu servidor no disposa de la funció de GD necessaria per processar aquest tipús d\'imatges.';
|
||||
$lang['imglib_gif_not_supported'] = 'El processament d\'imatges GIF normalment no està disponible degut a restriccions de llicència. Potser hauràs de fer servir imatges JPG o PNG enlloc seu.';
|
||||
$lang['imglib_jpg_not_supported'] = 'El processament d\'imatges JPG no està disponible.';
|
||||
$lang['imglib_png_not_supported'] = 'El processament d\'imatges PNG no està disponible.';
|
||||
$lang['imglib_jpg_or_png_required'] = 'El protocol de canvi de mida de la imatge especificat en les preferències només funciona amb imatges del tipús JPEG o PNG.';
|
||||
$lang['imglib_copy_error'] = 'Ha ocorregut un error mentre s\'intentava reemplaçar el fitxer. Siusplau comprova que el directory tingui permisos d\'escriptura.';
|
||||
$lang['imglib_rotate_unsupported'] = 'La rotació d\'imatges no sembla estar disponible en el teu servidor.';
|
||||
$lang['imglib_libpath_invalid'] = 'La ruta a la teva llibreria de processament d\'imatge no és correcta. Siusplau posa la ruta correcta en les preferències de la imatge.';
|
||||
$lang['imglib_image_process_failed'] = 'Processament d\'imatge erroni. Siusplau verifica que el teu servidor disposa del protocol triat i que la ruta a la teva llibreria de processament d\'imatges és correcta.';
|
||||
$lang['imglib_rotation_angle_required'] = 'Per tal de rotar la imatge és necessari indicar un angle de rotació.';
|
||||
$lang['imglib_invalid_path'] = 'La ruta a la imatge no és correcta.';
|
||||
$lang['imglib_copy_failed'] = 'La rutina de copia d\'imatge ha fallat.';
|
||||
$lang['imglib_missing_font'] = 'Impossible trobar una font per a fer servir.';
|
||||
$lang['imglib_save_failed'] = 'Impossible guardar la imatge. Siusplau comprova que el directori és escribible.';
|
||||
@@ -1,11 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>403 Forbidden</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<p>Directory access is forbidden.</p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,20 +0,0 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @author Ignasi Molsosa
|
||||
* @copyright Copyright (c) 2014 - 2015, British Columbia Institute of Technology (http://bcit.ca/)
|
||||
* @license http://opensource.org/licenses/MIT MIT License
|
||||
* @link http://codeigniter.com
|
||||
*/
|
||||
defined('BASEPATH') OR exit('No direct script access allowed');
|
||||
|
||||
$lang['migration_none_found'] = 'No s\'ha trobat cap migració.';
|
||||
$lang['migration_not_found'] = 'No s\'ha trobat cap migració amb versió: %s.';
|
||||
$lang['migration_sequence_gap'] = 'Hi ha un forat en les seqüencies de migració prop de la versió: %s.';
|
||||
$lang['migration_multiple_version'] = 'Hi ha multiples migracions amb el mateix número de versió: %s.';
|
||||
$lang['migration_class_doesnt_exist'] = 'La classe de migració "%s" no s\'ha trobat.';
|
||||
$lang['migration_missing_up_method'] = 'La classe de migració "%s" no conté el mètode "up".';
|
||||
$lang['migration_missing_down_method'] = 'La classe de migració "%s" no conté el mètode "down".';
|
||||
$lang['migration_invalid_filename'] = 'Migració "%s" conté un nom de fitxer invàlid.';
|
||||
@@ -1,17 +0,0 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @author Ignasi Molsosa
|
||||
* @copyright Copyright (c) 2014 - 2015, British Columbia Institute of Technology (http://bcit.ca/)
|
||||
* @license http://opensource.org/licenses/MIT MIT License
|
||||
* @link http://codeigniter.com
|
||||
*/
|
||||
defined('BASEPATH') OR exit('No direct script access allowed');
|
||||
|
||||
$lang['terabyte_abbr'] = 'TB';
|
||||
$lang['gigabyte_abbr'] = 'GB';
|
||||
$lang['megabyte_abbr'] = 'MB';
|
||||
$lang['kilobyte_abbr'] = 'KB';
|
||||
$lang['bytes'] = 'Bytes';
|
||||
@@ -1,16 +0,0 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @author Ignasi Molsosa
|
||||
* @copyright Copyright (c) 2014 - 2015, British Columbia Institute of Technology (http://bcit.ca/)
|
||||
* @license http://opensource.org/licenses/MIT MIT License
|
||||
* @link http://codeigniter.com
|
||||
*/
|
||||
defined('BASEPATH') OR exit('No direct script access allowed');
|
||||
|
||||
$lang['pagination_first_link'] = '‹ Primera';
|
||||
$lang['pagination_next_link'] = '>';
|
||||
$lang['pagination_prev_link'] = '<';
|
||||
$lang['pagination_last_link'] = 'Última ›';
|
||||
@@ -1,33 +0,0 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @author Ignasi Molsosa
|
||||
* @copyright Copyright (c) 2014 - 2015, British Columbia Institute of Technology (http://bcit.ca/)
|
||||
* @license http://opensource.org/licenses/MIT MIT License
|
||||
* @link http://codeigniter.com
|
||||
*/
|
||||
defined('BASEPATH') OR exit('No direct script access allowed');
|
||||
|
||||
$lang['profiler_database'] = 'BASE DE DADES';
|
||||
$lang['profiler_controller_info'] = 'CLASSE/MÈTODE';
|
||||
$lang['profiler_benchmarks'] = 'BENCHMARKS';
|
||||
$lang['profiler_queries'] = 'CONSULTES';
|
||||
$lang['profiler_get_data'] = 'DADES GET';
|
||||
$lang['profiler_post_data'] = 'DADES POST';
|
||||
$lang['profiler_uri_string'] = 'CADENA URI';
|
||||
$lang['profiler_memory_usage'] = 'US DE MEMÒRIA';
|
||||
$lang['profiler_config'] = 'VARIABLES CONFIG';
|
||||
$lang['profiler_session_data'] = 'DADES DE SESSIÓ';
|
||||
$lang['profiler_headers'] = 'CAPÇALERES HTTP';
|
||||
$lang['profiler_no_db'] = 'El driver Database no està carregat actualment';
|
||||
$lang['profiler_no_queries'] = 'No s\'ha executat cap consulta';
|
||||
$lang['profiler_no_post'] = 'No hi ha dades POST';
|
||||
$lang['profiler_no_get'] = 'No hi ha dades GET';
|
||||
$lang['profiler_no_uri'] = 'No hi ha dades de la URI';
|
||||
$lang['profiler_no_memory'] = 'Ús de memòria no disponible';
|
||||
$lang['profiler_no_profiles'] = 'No hi ha dades d\'anàlisi de rendiment - Totes les seccions del profiler han estat desactivades.';
|
||||
$lang['profiler_section_hide'] = 'Amaga';
|
||||
$lang['profiler_section_show'] = 'Mostra';
|
||||
$lang['profiler_seconds'] = 'segons';
|
||||
@@ -1,31 +0,0 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @author Ignasi Molsosa
|
||||
* @copyright Copyright (c) 2014 - 2015, British Columbia Institute of Technology (http://bcit.ca/)
|
||||
* @license http://opensource.org/licenses/MIT MIT License
|
||||
* @link http://codeigniter.com
|
||||
*/
|
||||
defined('BASEPATH') OR exit('No direct script access allowed');
|
||||
|
||||
$lang['ut_test_name'] = 'Nom del test';
|
||||
$lang['ut_test_datatype'] = 'Tipús de dades del test';
|
||||
$lang['ut_res_datatype'] = 'Tipús de dades esperades';
|
||||
$lang['ut_result'] = 'Resultat';
|
||||
$lang['ut_undefined'] = 'Nom de test indefinit';
|
||||
$lang['ut_file'] = 'Nom de fitxer';
|
||||
$lang['ut_line'] = 'Número de línia';
|
||||
$lang['ut_passed'] = 'Correcte';
|
||||
$lang['ut_failed'] = 'Fallat';
|
||||
$lang['ut_boolean'] = 'Booleà';
|
||||
$lang['ut_integer'] = 'Enter';
|
||||
$lang['ut_float'] = 'Real';
|
||||
$lang['ut_double'] = 'Real'; // can be the same as float
|
||||
$lang['ut_string'] = 'Text';
|
||||
$lang['ut_array'] = 'Array';
|
||||
$lang['ut_object'] = 'Objecte';
|
||||
$lang['ut_resource'] = 'Recurs';
|
||||
$lang['ut_null'] = 'Nul';
|
||||
$lang['ut_notes'] = 'Notes';
|
||||
@@ -1,28 +0,0 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @author Ignasi Molsosa
|
||||
* @copyright Copyright (c) 2014 - 2015, British Columbia Institute of Technology (http://bcit.ca/)
|
||||
* @license http://opensource.org/licenses/MIT MIT License
|
||||
* @link http://codeigniter.com
|
||||
*/
|
||||
defined('BASEPATH') OR exit('No direct script access allowed');
|
||||
|
||||
$lang['upload_userfile_not_set'] = 'Impossible trobar una variable post amb el nom userfile.';
|
||||
$lang['upload_file_exceeds_limit'] = 'El fitxer pujat excedeix la mida màxima permesa en el teu fitxer de configuració de PHP.';
|
||||
$lang['upload_file_exceeds_form_limit'] = 'El fitxer pujat excedeix la mida màxima permesa en el formulari.';
|
||||
$lang['upload_file_partial'] = 'El fitxer només s\'ha pujat parcialment.';
|
||||
$lang['upload_no_temp_directory'] = 'No hi ha carpeta temporal.';
|
||||
$lang['upload_unable_to_write_file'] = 'El fitxer no s\'ha pogut guardar al disc.';
|
||||
$lang['upload_stopped_by_extension'] = 'La pujada s\'ha aturat degut a l\'extensió.';
|
||||
$lang['upload_no_file_selected'] = 'No has seleccionat un fitxer per pujar.';
|
||||
$lang['upload_invalid_filetype'] = 'El tipús de fitxer que estàs intentant pujar no està permès.';
|
||||
$lang['upload_invalid_filesize'] = 'El fitxer que estàs intentant pujar pesa més del permès.';
|
||||
$lang['upload_invalid_dimensions'] = 'La imatge que estàs intentant pujar no s\'ajusta a les dimensions permeses.';
|
||||
$lang['upload_destination_error'] = 'Ha ocorregut un problema mentre s\'intentava moure el fitxer pujat a la destinació final.';
|
||||
$lang['upload_no_filepath'] = 'La ruta de pujada no sembla ser vàlida.';
|
||||
$lang['upload_no_file_types'] = 'No has especificat cap tipús de fitxer permes.';
|
||||
$lang['upload_bad_filename'] = 'El nom de fitxer que has introduit ja existeix al servidor.';
|
||||
$lang['upload_not_writable'] = 'La destinació de pujada no sembla ser escribible.';
|
||||
@@ -1,56 +0,0 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @copyright Copyright (c) 2014 - 2015, British Columbia Institute of Technology (http://bcit.ca/)
|
||||
* @license http://opensource.org/licenses/MIT MIT License
|
||||
* @link http://codeigniter.com
|
||||
*/
|
||||
defined('BASEPATH') OR exit('No direct script access allowed');
|
||||
|
||||
$lang['cal_su'] = 'Ne';
|
||||
$lang['cal_mo'] = 'Po';
|
||||
$lang['cal_tu'] = 'Út';
|
||||
$lang['cal_we'] = 'St';
|
||||
$lang['cal_th'] = 'Čt';
|
||||
$lang['cal_fr'] = 'Pá';
|
||||
$lang['cal_sa'] = 'So';
|
||||
$lang['cal_sun'] = 'Ne';
|
||||
$lang['cal_mon'] = 'Po';
|
||||
$lang['cal_tue'] = 'Út';
|
||||
$lang['cal_wed'] = 'St';
|
||||
$lang['cal_thu'] = 'Čt';
|
||||
$lang['cal_fri'] = 'Pá';
|
||||
$lang['cal_sat'] = 'So';
|
||||
$lang['cal_sunday'] = 'Neděle';
|
||||
$lang['cal_monday'] = 'Pondělí';
|
||||
$lang['cal_tuesday'] = 'Úterý';
|
||||
$lang['cal_wednesday'] = 'Středa';
|
||||
$lang['cal_thursday'] = 'Čtvrtek';
|
||||
$lang['cal_friday'] = 'Pátek';
|
||||
$lang['cal_saturday'] = 'Sobota';
|
||||
$lang['cal_jan'] = 'Led';
|
||||
$lang['cal_feb'] = 'Ún';
|
||||
$lang['cal_mar'] = 'Bře';
|
||||
$lang['cal_apr'] = 'Dub';
|
||||
$lang['cal_may'] = 'Kvě';
|
||||
$lang['cal_jun'] = 'Čer';
|
||||
$lang['cal_jul'] = 'Čvnc';
|
||||
$lang['cal_aug'] = 'Srp';
|
||||
$lang['cal_sep'] = 'Zář';
|
||||
$lang['cal_oct'] = 'Říj';
|
||||
$lang['cal_nov'] = 'Lis';
|
||||
$lang['cal_dec'] = 'Pro';
|
||||
$lang['cal_january'] = 'Leden';
|
||||
$lang['cal_february'] = 'Únor';
|
||||
$lang['cal_march'] = 'Březen';
|
||||
$lang['cal_april'] = 'Duben';
|
||||
$lang['cal_mayl'] = 'Květen';
|
||||
$lang['cal_june'] = 'Červen';
|
||||
$lang['cal_july'] = 'Červenec';
|
||||
$lang['cal_august'] = 'Srpen';
|
||||
$lang['cal_september'] = 'Září';
|
||||
$lang['cal_october'] = 'Říjen';
|
||||
$lang['cal_november'] = 'Listopad';
|
||||
$lang['cal_december'] = 'Prosinec';
|
||||
@@ -1,66 +0,0 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @copyright Copyright (c) 2014 - 2015, British Columbia Institute of Technology (http://bcit.ca/)
|
||||
* @license http://opensource.org/licenses/MIT MIT License
|
||||
* @link http://codeigniter.com
|
||||
*/
|
||||
defined('BASEPATH') OR exit('No direct script access allowed');
|
||||
|
||||
$lang['date_year'] = 'Rok';
|
||||
$lang['date_years'] = 'Roky';
|
||||
$lang['date_month'] = 'Měsíc';
|
||||
$lang['date_months'] = 'Měsíce';
|
||||
$lang['date_week'] = 'Týden';
|
||||
$lang['date_weeks'] = 'Týdny';
|
||||
$lang['date_day'] = 'Den';
|
||||
$lang['date_days'] = 'Dny';
|
||||
$lang['date_hour'] = 'Hodina';
|
||||
$lang['date_hours'] = 'Hodiny';
|
||||
$lang['date_minute'] = 'Minuta';
|
||||
$lang['date_minutes'] = 'Minuty';
|
||||
$lang['date_second'] = 'Sekunda';
|
||||
$lang['date_seconds'] = 'Sekundy';
|
||||
|
||||
$lang['UM12'] = '(UTC -12:00) Bakerův/Howlanův ostrov';
|
||||
$lang['UM11'] = '(UTC -11:00) Niue';
|
||||
$lang['UM10'] = '(UTC -10:00) Hawajsko-Aleutianský Standardní čas, Cookovy ostrovy, Tahiti';
|
||||
$lang['UM95'] = '(UTC -9:30) Markézy';
|
||||
$lang['UM9'] = '(UTC -9:00) Alijašský Standardní čas, Gambierovy ostrovy';
|
||||
$lang['UM8'] = '(UTC -8:00) Pacifický Standardní čas, Clippertonovy ostrovy';
|
||||
$lang['UM7'] = '(UTC -7:00) Horský Standardní čas';
|
||||
$lang['UM6'] = '(UTC -6:00) Centrální Standardní čas';
|
||||
$lang['UM5'] = '(UTC -5:00) Východní Standardní čas, Západní Karibský Standardní čas';
|
||||
$lang['UM45'] = '(UTC -4:30) Venezuelský Standardní čas';
|
||||
$lang['UM4'] = '(UTC -4:00) Atlantický Standardní čas, Východní Karibský Standardní čas';
|
||||
$lang['UM35'] = '(UTC -3:30) Novofundlandský Standardní čas';
|
||||
$lang['UM3'] = '(UTC -3:00) Argentina, Brazilie, Francouzská Guiana, Uruguay';
|
||||
$lang['UM2'] = '(UTC -2:00) Jižní Georgie a Jižní Sandwichovy ostrovy';
|
||||
$lang['UM1'] = '(UTC -1:00) Azory, Ostrovy Cape Verde';
|
||||
$lang['UTC'] = '(UTC) Greenwichský poledník, Západoevropský Čas';
|
||||
$lang['UP1'] = '(UTC +1:00) Středoevropský Čas, Západoafrický Čas';
|
||||
$lang['UP2'] = '(UTC +2:00) Středoafrický Čas, Východoevropský Čas, Kaliningradský Čas';
|
||||
$lang['UP3'] = '(UTC +3:00) Moskva, Východoafrický Čas, Arabský Standardní čas';
|
||||
$lang['UP35'] = '(UTC +3:30) Íránský Standardní čas';
|
||||
$lang['UP4'] = '(UTC +4:00) Azerbaidžánský Standardní čas, Samarský čas';
|
||||
$lang['UP45'] = '(UTC +4:30) Afghánistán';
|
||||
$lang['UP5'] = '(UTC +5:00) Pákistánský Standardní čas, Yekaterinburgský Čas';
|
||||
$lang['UP55'] = '(UTC +5:30) Indický Standardní čas, Sri Lanka';
|
||||
$lang['UP575'] = '(UTC +5:45) Nepál';
|
||||
$lang['UP6'] = '(UTC +6:00) Bangladéšský Standardní čas, Bhutan, Omsk';
|
||||
$lang['UP65'] = '(UTC +6:30) Kokosové Ostrovy, Myanmar';
|
||||
$lang['UP7'] = '(UTC +7:00) Krasnoyarský Čas, Cambodža, Laos, Thajsko, Vietnam';
|
||||
$lang['UP8'] = '(UTC +8:00) Západoaustralský Standardní čas, Pekingský Čas, Irkutsk';
|
||||
$lang['UP875'] = '(UTC +8:45) Středoaustralský Standardní čas';
|
||||
$lang['UP9'] = '(UTC +9:00) Japonský Standardní čas, Korejský Standardní čas, Yakutský Čas';
|
||||
$lang['UP95'] = '(UTC +9:30) Australian Central Standardní čas';
|
||||
$lang['UP10'] = '(UTC +10:00) Východoaustralský Standardní čas, Vladivostok';
|
||||
$lang['UP105'] = '(UTC +10:30) Ostrov lorda Howa';
|
||||
$lang['UP11'] = '(UTC +11:00) Sredněkolymský Čas, Solomonovy Ostrovy, Vanuatu';
|
||||
$lang['UP115'] = '(UTC +11:30) Norfol (Ostrov)';
|
||||
$lang['UP12'] = '(UTC +12:00) Fiji, Gilbertovy Ostrovy, Kamčatský Čas, Novozélandský Standardní čas';
|
||||
$lang['UP1275'] = '(UTC +12:45) Chathamovy ostrovy';
|
||||
$lang['UP13'] = '(UTC +13:00) Samoa Časová Zóna, Fénixovy Ostrovy, Tonga';
|
||||
$lang['UP14'] = '(UTC +14:00) Liniové ostrovy';
|
||||
@@ -1,36 +0,0 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @copyright Copyright (c) 2014 - 2015, British Columbia Institute of Technology (http://bcit.ca/)
|
||||
* @license http://opensource.org/licenses/MIT MIT License
|
||||
* @link http://codeigniter.com
|
||||
*/
|
||||
defined('BASEPATH') OR exit('No direct script access allowed');
|
||||
|
||||
$lang['db_invalid_connection_str'] = 'Nebylo možné zjistit databázové nastavení podle vloženého řetězce';
|
||||
$lang['db_unable_to_connect'] = 'Nepovedlo se připojit k databázi s daným nastavením';
|
||||
$lang['db_unable_to_select'] = 'Nepodařilo se vybrat (select) databázi: %s';
|
||||
$lang['db_unable_to_create'] = 'Nepodařilo se vytvořit danou databázi: %s';
|
||||
$lang['db_invalid_query'] = 'Zadaný dotaz (query) není validní.';
|
||||
$lang['db_must_set_table'] = 'Musíte zvolit tabulku, nad kterou se má dotaz spustit.';
|
||||
$lang['db_must_use_set'] = 'Musíte použít metodu "set" pro aktualizaci (update) příspěvku.';
|
||||
$lang['db_must_use_index'] = 'Je nutné specifikovat párový index pro batch update).';
|
||||
$lang['db_batch_missing_index'] = 'Pro jeden nebo více daných řádků určených k batch update chybí specifikovaný index.';
|
||||
$lang['db_must_use_where'] = 'Aktualizace (update) není povolena bez "where" podmínky.';
|
||||
$lang['db_del_must_use_where'] = 'Mazání (delete) není povoleno bez "where" nebo "like" podmínky.';
|
||||
$lang['db_field_param_missing'] = 'Pro získání polí je nutné specifikovat název tabulky jako parametr metody.';
|
||||
$lang['db_unsupported_function'] = 'Tato funkce není tímto typem databáze podporována.';
|
||||
$lang['db_transaction_failure'] = 'Chyba transakce: Proveden rollback.';
|
||||
$lang['db_unable_to_drop'] = 'Drop databáze se nezdařil.';
|
||||
$lang['db_unsupported_feature'] = 'Tato funkce není tímto typem databázové platformy podporována.';
|
||||
$lang['db_unsupported_compression'] = 'Daný typ komprese není serverem podporován.';
|
||||
$lang['db_filepath_error'] = 'Unable to write data to the file path you have submitted.';
|
||||
$lang['db_filepath_error'] = 'Nepodařilo se zapsat data dle dané cesty.';
|
||||
$lang['db_invalid_cache_path'] = 'Daná cesta k cache není správná, nebo se do ní nedá zapisovat.';
|
||||
$lang['db_table_name_required'] = 'Jméno tabulky je nutné pro tuto operaci.';
|
||||
$lang['db_column_name_required'] = 'Jméno sloupce je nutné pro tuto operaci.';
|
||||
$lang['db_column_definition_required'] = 'Definice sloupce je nutná pro tuto operaci.';
|
||||
$lang['db_unable_to_set_charset'] = 'Nepodařilo se nastavit znakovou sadu pro klienta: %s';
|
||||
$lang['db_error_heading'] = 'Chyba databáze';
|
||||
@@ -1,30 +0,0 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @copyright Copyright (c) 2014 - 2015, British Columbia Institute of Technology (http://bcit.ca/)
|
||||
* @license http://opensource.org/licenses/MIT MIT License
|
||||
* @link http://codeigniter.com
|
||||
*/
|
||||
defined('BASEPATH') OR exit('No direct script access allowed');
|
||||
|
||||
$lang['email_must_be_array'] = 'Parametrem validace emailu musí bát pole.';
|
||||
$lang['email_invalid_address'] = 'Nesprávna emailová adresa: %s';
|
||||
$lang['email_attachment_missing'] = 'Nepodařilo se nalézt přílohu: %s';
|
||||
$lang['email_attachment_unreadable'] = 'Nepodařilo se otevřít přílohu: %s';
|
||||
$lang['email_no_from'] = 'Není možné odeslat email bez "From" v hlavičce.';
|
||||
$lang['email_no_recipients'] = 'Je nutné specifikovat alespoň jednoho adresáta: To, Cc, or Bcc';
|
||||
$lang['email_send_failure_phpmail'] = 'Nepodařilo se odeslat email pomocí mail(). Je možné že není serverem podporována.';
|
||||
$lang['email_send_failure_sendmail'] = 'Nepodařilo se odeslat email pomocí Sendmail. Je možné že není serverem podporována.';
|
||||
$lang['email_send_failure_smtp'] = 'Nepodařilo se odeslat email pomocí SMTP. Je možné že není serverem podporována.';
|
||||
$lang['email_sent'] = 'Vaše zpráva byla úspěšně odeslána pmocí protokolu: %s';
|
||||
$lang['email_no_socket'] = 'Nepodařilo se otevřít socket pro Sendmail. Zkontrolujte prosím nastavení';
|
||||
$lang['email_no_hostname'] = 'Není specifikováno SMTP hostname.';
|
||||
$lang['email_smtp_error'] = 'Nastal SMTP error: %s';
|
||||
$lang['email_no_smtp_unpw'] = 'Error: Je nutné poskytnout SMTP přihlašovací jméno a heslo.';
|
||||
$lang['email_failed_smtp_login'] = 'Nepodařilo se odeslat příkaz AUTH LOGIN. Error: %s';
|
||||
$lang['email_smtp_auth_un'] = 'Nepodařilo se autentizovat pomocjí přihlašovacího jména. Error: %s';
|
||||
$lang['email_smtp_auth_pw'] = 'Nepodařilo se autentizovat pomocjí hesla. Error: %s';
|
||||
$lang['email_smtp_data_failure'] = 'Nemodařilo se odeslat data: %s';
|
||||
$lang['email_exit_status'] = 'Exit s kódem: %s';
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user