mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-03-05 07:42:05 -05:00
Add CI language support
This commit is contained in:
22
vendor/codeigniter/framework/.gitattributes
vendored
22
vendor/codeigniter/framework/.gitattributes
vendored
@@ -1,22 +0,0 @@
|
||||
# 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
|
||||
51
vendor/codeigniter/framework/.travis.yml
vendored
51
vendor/codeigniter/framework/.travis.yml
vendored
@@ -1,51 +0,0 @@
|
||||
language: php
|
||||
|
||||
php:
|
||||
- 5.3
|
||||
- 5.4
|
||||
- 5.5
|
||||
- 5.6
|
||||
- 7.0
|
||||
- 7.1
|
||||
- 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: 5.3
|
||||
- php: hhvm
|
||||
- php: 7.1
|
||||
exclude:
|
||||
- php: hhvm
|
||||
env: DB=pgsql
|
||||
- php: hhvm
|
||||
env: DB=pdo/pgsql
|
||||
- php: 7.0
|
||||
env: DB=mysql
|
||||
- php: 7.1
|
||||
env: DB=mysql
|
||||
|
||||
branches:
|
||||
only:
|
||||
- develop
|
||||
- 3.0-stable
|
||||
- 3.1-stable
|
||||
- /^feature\/.+$/
|
||||
56
vendor/codeigniter/framework/system/language/arabic/calendar_lang.php
vendored
Normal file
56
vendor/codeigniter/framework/system/language/arabic/calendar_lang.php
vendored
Normal file
@@ -0,0 +1,56 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @copyright Copyright (c) 2014 - 2016, 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'] = 'ديسمبر';
|
||||
66
vendor/codeigniter/framework/system/language/arabic/date_lang.php
vendored
Normal file
66
vendor/codeigniter/framework/system/language/arabic/date_lang.php
vendored
Normal file
@@ -0,0 +1,66 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @copyright Copyright (c) 2014 - 2016, 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) جُزر لاين';
|
||||
35
vendor/codeigniter/framework/system/language/arabic/db_lang.php
vendored
Normal file
35
vendor/codeigniter/framework/system/language/arabic/db_lang.php
vendored
Normal file
@@ -0,0 +1,35 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @copyright Copyright (c) 2014 - 2016, 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'] = 'حصل خطأ في قاعدة البيانات';
|
||||
30
vendor/codeigniter/framework/system/language/arabic/email_lang.php
vendored
Normal file
30
vendor/codeigniter/framework/system/language/arabic/email_lang.php
vendored
Normal file
@@ -0,0 +1,30 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @copyright Copyright (c) 2014 - 2016, 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';
|
||||
40
vendor/codeigniter/framework/system/language/arabic/form_validation_lang.php
vendored
Normal file
40
vendor/codeigniter/framework/system/language/arabic/form_validation_lang.php
vendored
Normal file
@@ -0,0 +1,40 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @copyright Copyright (c) 2014 - 2016, 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
|
||||
23
vendor/codeigniter/framework/system/language/arabic/ftp_lang.php
vendored
Normal file
23
vendor/codeigniter/framework/system/language/arabic/ftp_lang.php
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @copyright Copyright (c) 2014 - 2016, 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'] = "تعذّر نقل الملف. الرجاء التأكد من وجود الدليل الهدف.";
|
||||
28
vendor/codeigniter/framework/system/language/arabic/imglib_lang.php
vendored
Normal file
28
vendor/codeigniter/framework/system/language/arabic/imglib_lang.php
vendored
Normal file
@@ -0,0 +1,28 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @copyright Copyright (c) 2014 - 2016, 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'] = 'غير قادر على حفظ الصورة. الرجاء التأكد من أن ملف الصورة والمجلد قابلة للكتابة.';
|
||||
11
vendor/codeigniter/framework/system/language/arabic/index.html
vendored
Normal file
11
vendor/codeigniter/framework/system/language/arabic/index.html
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>403 Forbidden</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<p>Directory access is forbidden.</p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
19
vendor/codeigniter/framework/system/language/arabic/migration_lang.php
vendored
Normal file
19
vendor/codeigniter/framework/system/language/arabic/migration_lang.php
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @copyright Copyright (c) 2014 - 2016, 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\" غير صحيح.";
|
||||
16
vendor/codeigniter/framework/system/language/arabic/number_lang.php
vendored
Normal file
16
vendor/codeigniter/framework/system/language/arabic/number_lang.php
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @copyright Copyright (c) 2014 - 2016, 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'] = "بايت";
|
||||
15
vendor/codeigniter/framework/system/language/arabic/pagination_lang.php
vendored
Normal file
15
vendor/codeigniter/framework/system/language/arabic/pagination_lang.php
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @copyright Copyright (c) 2014 - 2016, 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'] = 'الأخير ›';
|
||||
32
vendor/codeigniter/framework/system/language/arabic/profiler_lang.php
vendored
Normal file
32
vendor/codeigniter/framework/system/language/arabic/profiler_lang.php
vendored
Normal file
@@ -0,0 +1,32 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @copyright Copyright (c) 2014 - 2016, 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'] = 'ثواني';
|
||||
30
vendor/codeigniter/framework/system/language/arabic/unit_test_lang.php
vendored
Normal file
30
vendor/codeigniter/framework/system/language/arabic/unit_test_lang.php
vendored
Normal file
@@ -0,0 +1,30 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @copyright Copyright (c) 2014 - 2016, 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'] = 'ملاحظات';
|
||||
27
vendor/codeigniter/framework/system/language/arabic/upload_lang.php
vendored
Normal file
27
vendor/codeigniter/framework/system/language/arabic/upload_lang.php
vendored
Normal file
@@ -0,0 +1,27 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @copyright Copyright (c) 2014 - 2016, 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'] = "يبدو أن المجلد المطلوب رفع الملفات إليه لا يمكن الكتابة فيه.";
|
||||
56
vendor/codeigniter/framework/system/language/armenian/calendar_lang.php
vendored
Normal file
56
vendor/codeigniter/framework/system/language/armenian/calendar_lang.php
vendored
Normal file
@@ -0,0 +1,56 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @copyright Copyright (c) 2014 - 2016, 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'] = 'Դեկտեմբեր';
|
||||
66
vendor/codeigniter/framework/system/language/armenian/date_lang.php
vendored
Normal file
66
vendor/codeigniter/framework/system/language/armenian/date_lang.php
vendored
Normal file
@@ -0,0 +1,66 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @copyright Copyright (c) 2014 - 2016, 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) Լաին կղզիներ';
|
||||
35
vendor/codeigniter/framework/system/language/armenian/db_lang.php
vendored
Normal file
35
vendor/codeigniter/framework/system/language/armenian/db_lang.php
vendored
Normal file
@@ -0,0 +1,35 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @copyright Copyright (c) 2014 - 2016, 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» դրույթը:';
|
||||
$lang['db_del_must_use_where'] = 'Ջնջումները չեն թույլատրվում, եթե դրանք չեն պարունակում «where» կամ «like» :';
|
||||
$lang['db_field_param_missing'] = 'Դաշտերը ստանալու համար պահանջում է, որպես պարամետր տրամադրել աղյուսակի անունը:';
|
||||
$lang['db_unsupported_function'] = 'Այս հատկությունը հասանելի չէ այն բազայում, որը դուք եք օգտագործում:';
|
||||
$lang['db_transaction_failure'] = 'Գործարքի ձախողում. կատարվեց Rollback :';
|
||||
$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'] = 'Տեղի է ունեցել տվյալների բազայի սխալ';
|
||||
30
vendor/codeigniter/framework/system/language/armenian/email_lang.php
vendored
Normal file
30
vendor/codeigniter/framework/system/language/armenian/email_lang.php
vendored
Normal file
@@ -0,0 +1,30 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @copyright Copyright (c) 2014 - 2016, 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'] = 'Հնարավոր չէ ուղարկել նամակ առանց «Ումից» ["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';
|
||||
40
vendor/codeigniter/framework/system/language/armenian/form_validation_lang.php
vendored
Normal file
40
vendor/codeigniter/framework/system/language/armenian/form_validation_lang.php
vendored
Normal file
@@ -0,0 +1,40 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @copyright Copyright (c) 2014 - 2016, 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} դաշտը պետք է պարունակի ճիշտ 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} նիշ երկարության։';
|
||||
$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} դաշտը պետք է պարունակի միայն թվանշաններ և պետք է 0֊ից մեծ լինի։';
|
||||
$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}։';
|
||||
23
vendor/codeigniter/framework/system/language/armenian/ftp_lang.php
vendored
Normal file
23
vendor/codeigniter/framework/system/language/armenian/ftp_lang.php
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @copyright Copyright (c) 2014 - 2016, 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'] = 'Չհաջողվեց գտնել կապի վավեր իդենտիֆիկատոր [ID]. Խնդրում ենք համոզվել, որ կապը հաստատված է, նախքան ֆայլերի հետ կապված որևէ գործողություն կատարելը։';
|
||||
$lang['ftp_unable_to_connect'] = 'Չհաջողվեց կապ հաստատել FTP սերվերին օգտագործելով տրված սերվերի անվանումը [hostname]։';
|
||||
$lang['ftp_unable_to_login'] = 'Չհաջողվեց մուտք գործել FTP սերվեր։ Խնդրում ենք ստուգել մուտքանունը [username] և գաղտնաբառը [password]։';
|
||||
$lang['ftp_unable_to_mkdir'] = 'Չհաջողվեց ստեղծել պանակ Ձեր կողմից տրված անունով։';
|
||||
$lang['ftp_unable_to_changedir'] = 'Չհաջողվեց փոփոխել պանակները։';
|
||||
$lang['ftp_unable_to_chmod'] = 'Չհաջողվեց սահմանել ֆայլի թույլտվությունները։ Խնդրում ենք ստուգել ճանապարհը։';
|
||||
$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'] = 'Չհաջողվեց տեղափոխել ֆայլը։ Խնդրում ենք համոզվել, որ նշանակման վայրի պանակը գոյություն ունի։';
|
||||
28
vendor/codeigniter/framework/system/language/armenian/imglib_lang.php
vendored
Normal file
28
vendor/codeigniter/framework/system/language/armenian/imglib_lang.php
vendored
Normal file
@@ -0,0 +1,28 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @copyright Copyright (c) 2014 - 2016, 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'] = 'Պահպանել նկարը չհաջողվեց։ Խնդրում ենք համոզվել, որ նկարը և ֆայլի պանակը հասանելի են գրելու համար։';
|
||||
11
vendor/codeigniter/framework/system/language/armenian/index.html
vendored
Normal file
11
vendor/codeigniter/framework/system/language/armenian/index.html
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>403 Forbidden</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<p>Directory access is forbidden.</p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
19
vendor/codeigniter/framework/system/language/armenian/migration_lang.php
vendored
Normal file
19
vendor/codeigniter/framework/system/language/armenian/migration_lang.php
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @copyright Copyright (c) 2014 - 2016, 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" միգրացիայի ֆայլը սխալ է անվանակոչվել։';
|
||||
16
vendor/codeigniter/framework/system/language/armenian/number_lang.php
vendored
Normal file
16
vendor/codeigniter/framework/system/language/armenian/number_lang.php
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @copyright Copyright (c) 2014 - 2016, 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'] = 'Բայթ';
|
||||
15
vendor/codeigniter/framework/system/language/armenian/pagination_lang.php
vendored
Normal file
15
vendor/codeigniter/framework/system/language/armenian/pagination_lang.php
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @copyright Copyright (c) 2014 - 2016, 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'] = 'Վերջ ›';
|
||||
32
vendor/codeigniter/framework/system/language/armenian/profiler_lang.php
vendored
Normal file
32
vendor/codeigniter/framework/system/language/armenian/profiler_lang.php
vendored
Normal file
@@ -0,0 +1,32 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @copyright Copyright (c) 2014 - 2016, 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'] = 'SESSION ՏՎՅԱԼՆԵՐ';
|
||||
$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'] = 'վայրկյաններ';
|
||||
30
vendor/codeigniter/framework/system/language/armenian/unit_test_lang.php
vendored
Normal file
30
vendor/codeigniter/framework/system/language/armenian/unit_test_lang.php
vendored
Normal file
@@ -0,0 +1,30 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @copyright Copyright (c) 2014 - 2016, 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'] = 'Բուլյան';
|
||||
$lang['ut_integer'] = 'Ամբողջ';
|
||||
$lang['ut_float'] = 'Իրական';
|
||||
$lang['ut_double'] = 'Իրական';
|
||||
$lang['ut_string'] = 'Տող';
|
||||
$lang['ut_array'] = 'Զանգված';
|
||||
$lang['ut_object'] = 'Օբյեկտ';
|
||||
$lang['ut_resource'] = 'Ռեսուրս';
|
||||
$lang['ut_null'] = 'Null';
|
||||
$lang['ut_notes'] = 'Նշումներ';
|
||||
27
vendor/codeigniter/framework/system/language/armenian/upload_lang.php
vendored
Normal file
27
vendor/codeigniter/framework/system/language/armenian/upload_lang.php
vendored
Normal file
@@ -0,0 +1,27 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @copyright Copyright (c) 2014 - 2016, 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'] = 'Չհաջողվեց գտնել userfile անունով փոփոխական POST զանգվածում։';
|
||||
$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'] = 'Ֆայլի վերբեռնումը կասեցվել է ընդլայնման [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'] = 'Վերբեռնման համար նախատեսված պանակը գրելու համար հասանելի չէ։';
|
||||
56
vendor/codeigniter/framework/system/language/azerbaijani/calendar_lang.php
vendored
Normal file
56
vendor/codeigniter/framework/system/language/azerbaijani/calendar_lang.php
vendored
Normal file
@@ -0,0 +1,56 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @copyright Copyright (c) 2014 - 2016, 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';
|
||||
66
vendor/codeigniter/framework/system/language/azerbaijani/date_lang.php
vendored
Normal file
66
vendor/codeigniter/framework/system/language/azerbaijani/date_lang.php
vendored
Normal file
@@ -0,0 +1,66 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @copyright Copyright (c) 2014 - 2016, 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ı';
|
||||
35
vendor/codeigniter/framework/system/language/azerbaijani/db_lang.php
vendored
Normal file
35
vendor/codeigniter/framework/system/language/azerbaijani/db_lang.php
vendored
Normal file
@@ -0,0 +1,35 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @copyright Copyright (c) 2014 - 2016, 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ı';
|
||||
30
vendor/codeigniter/framework/system/language/azerbaijani/email_lang.php
vendored
Normal file
30
vendor/codeigniter/framework/system/language/azerbaijani/email_lang.php
vendored
Normal file
@@ -0,0 +1,30 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @copyright Copyright (c) 2014 - 2016, 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';
|
||||
40
vendor/codeigniter/framework/system/language/azerbaijani/form_validation_lang.php
vendored
Normal file
40
vendor/codeigniter/framework/system/language/azerbaijani/form_validation_lang.php
vendored
Normal file
@@ -0,0 +1,40 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @copyright Copyright (c) 2014 - 2016, 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}';
|
||||
23
vendor/codeigniter/framework/system/language/azerbaijani/ftp_lang.php
vendored
Normal file
23
vendor/codeigniter/framework/system/language/azerbaijani/ftp_lang.php
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @copyright Copyright (c) 2014 - 2016, 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.';
|
||||
28
vendor/codeigniter/framework/system/language/azerbaijani/imglib_lang.php
vendored
Normal file
28
vendor/codeigniter/framework/system/language/azerbaijani/imglib_lang.php
vendored
Normal file
@@ -0,0 +1,28 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @copyright Copyright (c) 2014 - 2016, 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.';
|
||||
11
vendor/codeigniter/framework/system/language/azerbaijani/index.html
vendored
Normal file
11
vendor/codeigniter/framework/system/language/azerbaijani/index.html
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>403 Forbidden</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<p>Directory access is forbidden.</p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
19
vendor/codeigniter/framework/system/language/azerbaijani/migration_lang.php
vendored
Normal file
19
vendor/codeigniter/framework/system/language/azerbaijani/migration_lang.php
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @copyright Copyright (c) 2014 - 2016, 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ı.';
|
||||
16
vendor/codeigniter/framework/system/language/azerbaijani/number_lang.php
vendored
Normal file
16
vendor/codeigniter/framework/system/language/azerbaijani/number_lang.php
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @copyright Copyright (c) 2014 - 2016, 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';
|
||||
15
vendor/codeigniter/framework/system/language/azerbaijani/pagination_lang.php
vendored
Normal file
15
vendor/codeigniter/framework/system/language/azerbaijani/pagination_lang.php
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @copyright Copyright (c) 2014 - 2016, 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 ›';
|
||||
32
vendor/codeigniter/framework/system/language/azerbaijani/profiler_lang.php
vendored
Normal file
32
vendor/codeigniter/framework/system/language/azerbaijani/profiler_lang.php
vendored
Normal file
@@ -0,0 +1,32 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @copyright Copyright (c) 2014 - 2016, 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ə';
|
||||
30
vendor/codeigniter/framework/system/language/azerbaijani/unit_test_lang.php
vendored
Normal file
30
vendor/codeigniter/framework/system/language/azerbaijani/unit_test_lang.php
vendored
Normal file
@@ -0,0 +1,30 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @copyright Copyright (c) 2014 - 2016, 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';
|
||||
27
vendor/codeigniter/framework/system/language/azerbaijani/upload_lang.php
vendored
Normal file
27
vendor/codeigniter/framework/system/language/azerbaijani/upload_lang.php
vendored
Normal file
@@ -0,0 +1,27 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @copyright Copyright (c) 2014 - 2016, 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.';
|
||||
55
vendor/codeigniter/framework/system/language/bengali/calendar_lang.php
vendored
Normal file
55
vendor/codeigniter/framework/system/language/bengali/calendar_lang.php
vendored
Normal file
@@ -0,0 +1,55 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @copyright Copyright (c) 2014 - 2016, 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'] = 'ডিসেম্বর';
|
||||
65
vendor/codeigniter/framework/system/language/bengali/date_lang.php
vendored
Normal file
65
vendor/codeigniter/framework/system/language/bengali/date_lang.php
vendored
Normal file
@@ -0,0 +1,65 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @copyright Copyright (c) 2014 - 2016, British Columbia Institute of Technology (http://bcit.ca/)
|
||||
* @copyright Pieter Krul
|
||||
* @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) লাইন আইসল্যান্ড';
|
||||
35
vendor/codeigniter/framework/system/language/bengali/db_lang.php
vendored
Normal file
35
vendor/codeigniter/framework/system/language/bengali/db_lang.php
vendored
Normal file
@@ -0,0 +1,35 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @copyright Copyright (c) 2014 - 2016, British Columbia Institute of Technology (http://bcit.ca/)
|
||||
* @copyright Pieter Krul
|
||||
* @license http://opensource.org/licenses/MIT MIT License
|
||||
* @link http://codeigniter.com
|
||||
*/
|
||||
defined('BASEPATH') OR exit('Directe toegang tot scripts is niet toegestaan');
|
||||
$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'] = 'আপডেট কোয়েরীর জন্য অবশ্যই সেট মেথড দিতে হবে।';
|
||||
$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'] = 'ক্লায়েন্ট কানেকশনের জন্য ক্যারেকটার সেট করতে অক্ষম';
|
||||
$lang['db_error_heading'] = 'ডেটাবেইসের একটি ত্রুটি ঘটেছে';
|
||||
30
vendor/codeigniter/framework/system/language/bengali/email_lang.php
vendored
Normal file
30
vendor/codeigniter/framework/system/language/bengali/email_lang.php
vendored
Normal file
@@ -0,0 +1,30 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @copyright Copyright (c) 2014 - 2016, British Columbia Institute of Technology (http://bcit.ca/)
|
||||
* @copyright Pieter Krul
|
||||
* @license http://opensource.org/licenses/MIT MIT License
|
||||
* @link http://codeigniter.com
|
||||
*/
|
||||
defined('BASEPATH') OR exit('Directe toegang tot scripts is niet toegestaan');
|
||||
$lang['email_must_be_array'] = 'ইএমেইল ভ্যালিডেশন মেথডকে অবশ্যই এরে (array) করে পাঠাতে হবে।';
|
||||
$lang['email_invalid_address'] = 'ইমেইল ঠিকানাটি সঠিক নয়:% s';
|
||||
$lang['email_attachment_missing'] = '% S: ইমেল এট্যাচমেনটি লোকেট করতে অক্ষম';
|
||||
$lang['email_attachment_unreadable'] = 'ইমেল এট্যাচমেনটি ইউসার এবং পাসওয়ার্ড দিতে হবে';
|
||||
$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'] = 'ইমেইল পাঠানোর জন্য সকেট খুলতে সক্ষম নয়, কনফিগারেশ চেক করুন।';
|
||||
$lang['email_no_hostname'] = 'আপনি SMTP হোস্ট নেম দেন নি';
|
||||
$lang['email_smtp_error'] = 'একটি SMTP ত্রুটি ঘটেছে% s';
|
||||
$lang['email_no_smtp_unpw'] = 'আপনাকে অবশ্যই SMTP ইউজার নাম এবং পাসওয়ার্ড দিতে হবে';
|
||||
$lang['email_failed_smtp_login'] = 'Auth লগিন কমান্ড চালাতে ব্যর্থ:% s';
|
||||
$lang['email_smtp_auth_un'] = 'ইউজার নাম সঠিক নয়';
|
||||
$lang['email_smtp_auth_pw'] = 'পাসওয়ার্ড সঠিক নয়:% s';
|
||||
$lang['email_smtp_data_failure'] = 'ইমেইল ডাটা পাঠাতে ব্যর্থ: % s';
|
||||
$lang['email_exit_status'] = 'বের হওয়ার কোড:% s';
|
||||
40
vendor/codeigniter/framework/system/language/bengali/form_validation_lang.php
vendored
Normal file
40
vendor/codeigniter/framework/system/language/bengali/form_validation_lang.php
vendored
Normal file
@@ -0,0 +1,40 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @copyright Copyright (c) 2014 - 2016, 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} অবশ্যই ন্যূনতম {প্যারামিটার} ক্যারেকটার থাকতে হবে।';
|
||||
$lang['form_validation_max_length'] = 'এই ইনপুট ফিল্ডে {field} অবশ্যই ম্যাক্সিমাম {প্যারামিটার} ক্যারেকটার থাকতে হবে।';
|
||||
$lang['form_validation_exact_length'] = 'এই ইনপুট ফিল্ডে {field} অবশ্যই ঠিক {প্যারামিটার} ক্যারেকটার থাকতে হবে।';
|
||||
$lang['form_validation_alpha'] = 'এই ইনপুট ফিল্ডে {field} শুধু মাত্র বর্ণমালা (alphabetic characters) থাকতে পারে।';
|
||||
$lang['form_validation_alpha_numeric'] = 'এই ইনপুট ফিল্ডে {field} শুধু মাত্র বর্ণমালা এবং নাম্বার (alphabetic characters and Numbers) থাকতে পারে।';
|
||||
$lang['form_validation_alpha_numeric_spaces'] = 'এই ইনপুট ফিল্ডে {field} শুধু মাত্র বর্ণমালা,নাম্বার এবং স্পেস (alphabetic characters,Numbers & Space) থাকতে পারে।';
|
||||
$lang['form_validation_alpha_dash'] = 'এই ইনপুট ফিল্ডে {field} শুধু মাত্র বর্ণমালা এবং ড্যাশ (alphabetic characters & Dashes) থাকতে পারে।';
|
||||
$lang['form_validation_numeric'] = 'এই ইনপুট ফিল্ডে {field} শুধু মাত্র নাম্বার (Numbers) থাকতে পারে।';
|
||||
$lang['form_validation_is_numeric'] = 'এই ইনপুট ফিল্ডে {field} শুধু মাত্র বর্ণমালা (alphabetic characters) থাকতে পারে।';
|
||||
$lang['form_validation_integer'] = 'এই ইনপুট ফিল্ডে {field} শুধু মাত্র একটি পূর্ণ সংখ্যা (Integer Number) থাকতে পারে।';
|
||||
$lang['form_validation_regex_match'] = 'এই ইনপুট ফিল্ড সঠিক ফরম্যাটে পূরণ করা হয় নি।';
|
||||
$lang['form_validation_matches'] = 'এই ইনপুট ফিল্ড মিলে নি {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} ফিল্ডে নাম্বার থাকবে এবং নাম্বার শুন্যের চেয়ে ছোট হবে।';
|
||||
$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} এর একটি।';
|
||||
23
vendor/codeigniter/framework/system/language/bengali/ftp_lang.php
vendored
Normal file
23
vendor/codeigniter/framework/system/language/bengali/ftp_lang.php
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @copyright Copyright (c) 2014 - 2016, 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'] = 'আপনার দেয়া হোস্ট নেমে এফটিপি সার্ভারে যোগাযোগ সম্ভব হয় নি।';
|
||||
$lang['ftp_unable_to_login'] = 'আপনার দেয়া ইউজার এবং পাসওয়ার্ড দিয়ে এফটিপি সার্ভারে যোগাযোগ সম্ভব হয় নি।';
|
||||
$lang['ftp_unable_to_mkdir'] = 'আপনার দেয়া ডিরেক্টরি তৈরি করা সম্ভব হয় নি।';
|
||||
$lang['ftp_unable_to_changedir'] = 'ডিরেক্টরি বদলানো সম্ভব হয় নি।';
|
||||
$lang['ftp_unable_to_chmod'] = 'ফাইল পারমিশন বদলানো সম্ভব হয় নি, আপনার ফাইল পাথ চেক করুন।';
|
||||
$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'] = 'ফাইলটাকে স্থানান্তর করা সম্ভব হয় নি, আপনার ফাইল পাথ চেক করুন।';
|
||||
28
vendor/codeigniter/framework/system/language/bengali/imglib_lang.php
vendored
Normal file
28
vendor/codeigniter/framework/system/language/bengali/imglib_lang.php
vendored
Normal file
@@ -0,0 +1,28 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @copyright Copyright (c) 2014 - 2016, 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'] = 'এই ফিচার ব্যবহারের জন্য অবশ্যই সার্ভারে জিডি লাইব্রেরী থাকতে হবে।';
|
||||
$lang['imglib_gd_required_for_props'] = 'ছবির এই ফিচারের জন্য সার্ভারে জিডি লাইব্রেরী সমর্থন যোগ্য হতে হবে।';
|
||||
$lang['imglib_unsupported_imagecreate'] = 'সার্ভার জিডি লাইব্রেরী সাপোর্ট করে না এই ধরনের आपका सर्वर छवि के इस प्रकार के प्रक्रिया के लिए आवश्यक जी.डी. समारोह का समर्थन नहीं करता है।';
|
||||
$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'] = 'ছবি রিসাইজ করা PEG বা 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'] = 'ছবিটিকে সংরক্ষণ করা সম্ভব হয় নি, চেক করুন ডিরেক্টরি রাইটেবল কিনা।';
|
||||
10
vendor/codeigniter/framework/system/language/bengali/index.html
vendored
Normal file
10
vendor/codeigniter/framework/system/language/bengali/index.html
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>403 Forbidden</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<p>Directory access is forbidden.</p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
19
vendor/codeigniter/framework/system/language/bengali/migration_lang.php
vendored
Normal file
19
vendor/codeigniter/framework/system/language/bengali/migration_lang.php
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @copyright Copyright (c) 2014 - 2016, 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'] = 'এখানে একই ভার্শনের অনেক গুলো মাইগ্রেশন রয়েছে।';
|
||||
$lang['migration_class_doesnt_exist'] = 'মাইগ্রেসন ক্লাস খুজে পাওয়া যায় নি।';
|
||||
$lang['migration_missing_up_method'] = 'মাইগ্রেসন ক্লাস "up" আপ মেথড খুজে পায় নি।';
|
||||
$lang['migration_missing_down_method'] ='মাইগ্রেসন ক্লাস "down" ডাউন মেথড খুজে পায় নি।';
|
||||
$lang['migration_invalid_filename'] = 'মাইগ্রেসন "%s" এর ভ্যালিড ফাইল নেম নেই।';
|
||||
16
vendor/codeigniter/framework/system/language/bengali/number_lang.php
vendored
Normal file
16
vendor/codeigniter/framework/system/language/bengali/number_lang.php
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @copyright Copyright (c) 2014 - 2016, 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'] = 'বাইট';
|
||||
15
vendor/codeigniter/framework/system/language/bengali/pagination_lang.php
vendored
Normal file
15
vendor/codeigniter/framework/system/language/bengali/pagination_lang.php
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @copyright Copyright (c) 2014 - 2016, 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'] = 'শেষ ›';
|
||||
32
vendor/codeigniter/framework/system/language/bengali/profiler_lang.php
vendored
Normal file
32
vendor/codeigniter/framework/system/language/bengali/profiler_lang.php
vendored
Normal file
@@ -0,0 +1,32 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @copyright Copyright (c) 2014 - 2016, 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'] = 'SESSION ডেটা';
|
||||
$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'] = 'সেকেন্ড';
|
||||
30
vendor/codeigniter/framework/system/language/bengali/unit_test_lang.php
vendored
Normal file
30
vendor/codeigniter/framework/system/language/bengali/unit_test_lang.php
vendored
Normal file
@@ -0,0 +1,30 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @copyright Copyright (c) 2014 - 2016, 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'] = 'বুলিয়ান';
|
||||
$lang['ut_integer'] = 'ইন্টিজার';
|
||||
$lang['ut_float'] = 'দশমিক';
|
||||
$lang['ut_double'] = 'ডাবল'; // can be the same as float
|
||||
$lang['ut_string'] = 'স্ট্রিং';
|
||||
$lang['ut_array'] = 'এ্যারে';
|
||||
$lang['ut_object'] = 'অবজেক্ট';
|
||||
$lang['ut_resource'] = 'রিসোর্স';
|
||||
$lang['ut_null'] = 'নাল';
|
||||
$lang['ut_notes'] = 'নোট';
|
||||
27
vendor/codeigniter/framework/system/language/bengali/upload_lang.php
vendored
Normal file
27
vendor/codeigniter/framework/system/language/bengali/upload_lang.php
vendored
Normal file
@@ -0,0 +1,27 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @copyright Copyright (c) 2014 - 2016, 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'] = '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'] = 'ফাইল আপলোডকৃত ডিরেক্টরি রাইটেবল নয়।';
|
||||
57
vendor/codeigniter/framework/system/language/bulgarian/calendar_lang.php
vendored
Normal file
57
vendor/codeigniter/framework/system/language/bulgarian/calendar_lang.php
vendored
Normal file
@@ -0,0 +1,57 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @author Ivan Tcholakov
|
||||
* @copyright Copyright (c) 2014 - 2016, 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'] = 'Декември';
|
||||
67
vendor/codeigniter/framework/system/language/bulgarian/date_lang.php
vendored
Normal file
67
vendor/codeigniter/framework/system/language/bulgarian/date_lang.php
vendored
Normal file
@@ -0,0 +1,67 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @author Ivan Tcholakov
|
||||
* @copyright Copyright (c) 2014 - 2016, 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) Острови Лайн';
|
||||
36
vendor/codeigniter/framework/system/language/bulgarian/db_lang.php
vendored
Normal file
36
vendor/codeigniter/framework/system/language/bulgarian/db_lang.php
vendored
Normal file
@@ -0,0 +1,36 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @author Ivan Tcholakov
|
||||
* @copyright Copyright (c) 2014 - 2016, 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'] = 'Възникна грешка в базата данни';
|
||||
31
vendor/codeigniter/framework/system/language/bulgarian/email_lang.php
vendored
Normal file
31
vendor/codeigniter/framework/system/language/bulgarian/email_lang.php
vendored
Normal file
@@ -0,0 +1,31 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @author Ivan Tcholakov
|
||||
* @copyright Copyright (c) 2014 - 2016, 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';
|
||||
41
vendor/codeigniter/framework/system/language/bulgarian/form_validation_lang.php
vendored
Normal file
41
vendor/codeigniter/framework/system/language/bulgarian/form_validation_lang.php
vendored
Normal file
@@ -0,0 +1,41 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @author Ivan Tcholakov
|
||||
* @copyright Copyright (c) 2014 - 2016, 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}.';
|
||||
24
vendor/codeigniter/framework/system/language/bulgarian/ftp_lang.php
vendored
Normal file
24
vendor/codeigniter/framework/system/language/bulgarian/ftp_lang.php
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @author Ivan Tcholakov
|
||||
* @copyright Copyright (c) 2014 - 2016, 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'] = 'Файлът не може да бъде преместен. Уверете се, че директорията съществува.';
|
||||
29
vendor/codeigniter/framework/system/language/bulgarian/imglib_lang.php
vendored
Normal file
29
vendor/codeigniter/framework/system/language/bulgarian/imglib_lang.php
vendored
Normal file
@@ -0,0 +1,29 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @author Ivan Tcholakov
|
||||
* @copyright Copyright (c) 2014 - 2016, 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'] = 'Не може да запазите изображението. Моля, уверете се, че изображението и файловите директории имат права за запис.';
|
||||
11
vendor/codeigniter/framework/system/language/bulgarian/index.html
vendored
Normal file
11
vendor/codeigniter/framework/system/language/bulgarian/index.html
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>403 Forbidden</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<p>Directory access is forbidden.</p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
20
vendor/codeigniter/framework/system/language/bulgarian/migration_lang.php
vendored
Normal file
20
vendor/codeigniter/framework/system/language/bulgarian/migration_lang.php
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @author Ivan Tcholakov
|
||||
* @copyright Copyright (c) 2014 - 2016, 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" е с невалидно име на файл.';
|
||||
17
vendor/codeigniter/framework/system/language/bulgarian/number_lang.php
vendored
Normal file
17
vendor/codeigniter/framework/system/language/bulgarian/number_lang.php
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @author Ivan Tcholakov
|
||||
* @copyright Copyright (c) 2014 - 2016, 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'] = 'байта';
|
||||
16
vendor/codeigniter/framework/system/language/bulgarian/pagination_lang.php
vendored
Normal file
16
vendor/codeigniter/framework/system/language/bulgarian/pagination_lang.php
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @author Ivan Tcholakov
|
||||
* @copyright Copyright (c) 2014 - 2016, 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'] = 'Последна ›';
|
||||
33
vendor/codeigniter/framework/system/language/bulgarian/profiler_lang.php
vendored
Normal file
33
vendor/codeigniter/framework/system/language/bulgarian/profiler_lang.php
vendored
Normal file
@@ -0,0 +1,33 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @author Ivan Tcholakov
|
||||
* @copyright Copyright (c) 2014 - 2016, 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'] = 'секунди';
|
||||
31
vendor/codeigniter/framework/system/language/bulgarian/unit_test_lang.php
vendored
Normal file
31
vendor/codeigniter/framework/system/language/bulgarian/unit_test_lang.php
vendored
Normal file
@@ -0,0 +1,31 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @author Ivan Tcholakov
|
||||
* @copyright Copyright (c) 2014 - 2016, 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'] = 'Бележки';
|
||||
28
vendor/codeigniter/framework/system/language/bulgarian/upload_lang.php
vendored
Normal file
28
vendor/codeigniter/framework/system/language/bulgarian/upload_lang.php
vendored
Normal file
@@ -0,0 +1,28 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @author Ivan Tcholakov
|
||||
* @copyright Copyright (c) 2014 - 2016, 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'] = 'Папката посочена за качване няма права.';
|
||||
57
vendor/codeigniter/framework/system/language/catalan/calendar_lang.php
vendored
Normal file
57
vendor/codeigniter/framework/system/language/catalan/calendar_lang.php
vendored
Normal file
@@ -0,0 +1,57 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @author Ignasi Molsosa
|
||||
* @copyright Copyright (c) 2014 - 2016, 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';
|
||||
67
vendor/codeigniter/framework/system/language/catalan/date_lang.php
vendored
Normal file
67
vendor/codeigniter/framework/system/language/catalan/date_lang.php
vendored
Normal file
@@ -0,0 +1,67 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @author Ignasi Molsosa
|
||||
* @copyright Copyright (c) 2014 - 2016, 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';
|
||||
36
vendor/codeigniter/framework/system/language/catalan/db_lang.php
vendored
Normal file
36
vendor/codeigniter/framework/system/language/catalan/db_lang.php
vendored
Normal file
@@ -0,0 +1,36 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @author Ignasi Molsosa
|
||||
* @copyright Copyright (c) 2014 - 2016, 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.';
|
||||
31
vendor/codeigniter/framework/system/language/catalan/email_lang.php
vendored
Normal file
31
vendor/codeigniter/framework/system/language/catalan/email_lang.php
vendored
Normal file
@@ -0,0 +1,31 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @author Ignasi Molsosa
|
||||
* @copyright Copyright (c) 2014 - 2016, 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';
|
||||
41
vendor/codeigniter/framework/system/language/catalan/form_validation_lang.php
vendored
Normal file
41
vendor/codeigniter/framework/system/language/catalan/form_validation_lang.php
vendored
Normal file
@@ -0,0 +1,41 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @author Ignasi Molsosa
|
||||
* @copyright Copyright (c) 2014 - 2016, 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}.';
|
||||
24
vendor/codeigniter/framework/system/language/catalan/ftp_lang.php
vendored
Normal file
24
vendor/codeigniter/framework/system/language/catalan/ftp_lang.php
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @author Ignasi Molsosa
|
||||
* @copyright Copyright (c) 2014 - 2016, 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.';
|
||||
29
vendor/codeigniter/framework/system/language/catalan/imglib_lang.php
vendored
Normal file
29
vendor/codeigniter/framework/system/language/catalan/imglib_lang.php
vendored
Normal file
@@ -0,0 +1,29 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @author Ignasi Molsosa
|
||||
* @copyright Copyright (c) 2014 - 2016, 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.';
|
||||
11
vendor/codeigniter/framework/system/language/catalan/index.html
vendored
Normal file
11
vendor/codeigniter/framework/system/language/catalan/index.html
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>403 Forbidden</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<p>Directory access is forbidden.</p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
20
vendor/codeigniter/framework/system/language/catalan/migration_lang.php
vendored
Normal file
20
vendor/codeigniter/framework/system/language/catalan/migration_lang.php
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @author Ignasi Molsosa
|
||||
* @copyright Copyright (c) 2014 - 2016, 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.';
|
||||
17
vendor/codeigniter/framework/system/language/catalan/number_lang.php
vendored
Normal file
17
vendor/codeigniter/framework/system/language/catalan/number_lang.php
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @author Ignasi Molsosa
|
||||
* @copyright Copyright (c) 2014 - 2016, 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';
|
||||
16
vendor/codeigniter/framework/system/language/catalan/pagination_lang.php
vendored
Normal file
16
vendor/codeigniter/framework/system/language/catalan/pagination_lang.php
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @author Ignasi Molsosa
|
||||
* @copyright Copyright (c) 2014 - 2016, 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 ›';
|
||||
33
vendor/codeigniter/framework/system/language/catalan/profiler_lang.php
vendored
Normal file
33
vendor/codeigniter/framework/system/language/catalan/profiler_lang.php
vendored
Normal file
@@ -0,0 +1,33 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @author Ignasi Molsosa
|
||||
* @copyright Copyright (c) 2014 - 2016, 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';
|
||||
31
vendor/codeigniter/framework/system/language/catalan/unit_test_lang.php
vendored
Normal file
31
vendor/codeigniter/framework/system/language/catalan/unit_test_lang.php
vendored
Normal file
@@ -0,0 +1,31 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @author Ignasi Molsosa
|
||||
* @copyright Copyright (c) 2014 - 2016, 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';
|
||||
28
vendor/codeigniter/framework/system/language/catalan/upload_lang.php
vendored
Normal file
28
vendor/codeigniter/framework/system/language/catalan/upload_lang.php
vendored
Normal file
@@ -0,0 +1,28 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @author Ignasi Molsosa
|
||||
* @copyright Copyright (c) 2014 - 2016, 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.';
|
||||
56
vendor/codeigniter/framework/system/language/czech/calendar_lang.php
vendored
Normal file
56
vendor/codeigniter/framework/system/language/czech/calendar_lang.php
vendored
Normal file
@@ -0,0 +1,56 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @copyright Copyright (c) 2014 - 2016, 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';
|
||||
66
vendor/codeigniter/framework/system/language/czech/date_lang.php
vendored
Normal file
66
vendor/codeigniter/framework/system/language/czech/date_lang.php
vendored
Normal file
@@ -0,0 +1,66 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @copyright Copyright (c) 2014 - 2016, 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';
|
||||
35
vendor/codeigniter/framework/system/language/czech/db_lang.php
vendored
Normal file
35
vendor/codeigniter/framework/system/language/czech/db_lang.php
vendored
Normal file
@@ -0,0 +1,35 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @copyright Copyright (c) 2014 - 2016, 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'] = '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';
|
||||
30
vendor/codeigniter/framework/system/language/czech/email_lang.php
vendored
Normal file
30
vendor/codeigniter/framework/system/language/czech/email_lang.php
vendored
Normal file
@@ -0,0 +1,30 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @copyright Copyright (c) 2014 - 2016, 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';
|
||||
40
vendor/codeigniter/framework/system/language/czech/form_validation_lang.php
vendored
Normal file
40
vendor/codeigniter/framework/system/language/czech/form_validation_lang.php
vendored
Normal file
@@ -0,0 +1,40 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @copyright Copyright (c) 2014 - 2016, 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'] = 'Pole {field} je povinné.';
|
||||
$lang['form_validation_isset'] = 'Pole {field} musí obsahovat hodnotu.';
|
||||
$lang['form_validation_valid_email'] = 'Pole {field} musí obsahovat validní emailovo adresu.';
|
||||
$lang['form_validation_valid_emails'] = 'Pole {field} musí obsahovat validní emailovo adresy.';
|
||||
$lang['form_validation_valid_url'] = 'Pole {field} musí obsahovat validní URL.';
|
||||
$lang['form_validation_valid_ip'] = 'Pole {field} musí obsahovat validní IP.';
|
||||
$lang['form_validation_min_length'] = 'Pole {field} musí obsahovat alespoň {param} znaků.';
|
||||
$lang['form_validation_max_length'] = 'Pole {field} nesmí obsahovat více než {param} znaků.';
|
||||
$lang['form_validation_exact_length'] = 'Pole {field} musí obsahovat přesně {param} znaků.';
|
||||
$lang['form_validation_alpha'] = 'Pole {field} může obsahovat pouze znaky abecedy.';
|
||||
$lang['form_validation_alpha_numeric'] = 'Pole {field} může obsahovat pouze znaky abecedy a čísla.';
|
||||
$lang['form_validation_alpha_numeric_spaces'] = 'Pole {field} může obsahovat pouze znaky abecedy, čísla a mezery.';
|
||||
$lang['form_validation_alpha_dash'] = 'Pole {field} může obsahovat pouze znaky abecedy, čísla, podtržítka a pomlčky.';
|
||||
$lang['form_validation_numeric'] = 'Pole {field} může obsahovat pouze čísla.';
|
||||
$lang['form_validation_is_numeric'] = 'Pole {field} může obsahovat pouze číselné znaky.';
|
||||
$lang['form_validation_integer'] = 'Pole {field} musí být celé číslo.';
|
||||
$lang['form_validation_regex_match'] = 'Pole {field} není ve správném formátu.';
|
||||
$lang['form_validation_matches'] = 'Pole {field} není shodné s polem {param}.';
|
||||
$lang['form_validation_differs'] = 'Pole {field} musí být různé od pole {param}.';
|
||||
$lang['form_validation_is_unique'] = 'Pole {field} musí obsahovat unikátní hodnotu.';
|
||||
$lang['form_validation_is_natural'] = 'Pole {field} může obsahovat pouze přirozená čísla a nulu.';
|
||||
$lang['form_validation_is_natural_no_zero'] = 'Pole {field} může obsahovat pouze přirozená čísla.';
|
||||
$lang['form_validation_decimal'] = 'Pole {field} musí obsahovat desetinné čislo.';
|
||||
$lang['form_validation_less_than'] = 'Pole {field} musí být menší než pole {param}.';
|
||||
$lang['form_validation_less_than_equal_to'] = 'Pole {field} musí být menší nebo stejné jako pole {param}.';
|
||||
$lang['form_validation_greater_than'] = 'Pole {field} musí být větší než pole {param}.';
|
||||
$lang['form_validation_greater_than_equal_to'] = 'Pole {field} musí být větší nebo stejné jako pole {param}.';
|
||||
$lang['form_validation_error_message_not_set'] = 'Pro pole {field} není nastavena chybová zpráva.';
|
||||
$lang['form_validation_in_list'] = 'Pole {field} musí být jedním z: {param}.';
|
||||
23
vendor/codeigniter/framework/system/language/czech/ftp_lang.php
vendored
Normal file
23
vendor/codeigniter/framework/system/language/czech/ftp_lang.php
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @copyright Copyright (c) 2014 - 2016, 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'] = 'Nebylo možno nalézt ID spojení. Ujistěte se prosím, že jste navázali spojení před prací se soubory.';
|
||||
$lang['ftp_unable_to_connect'] = 'Nebylo možné se připojit s daným hostname.';
|
||||
$lang['ftp_unable_to_login'] = 'Nepodařilo se spojit s FTP serverem, zkontrolujte prosím přihlašovací jméno a heslo.';
|
||||
$lang['ftp_unable_to_mkdir'] = 'Nepodařilo se vytvořit adresář.';
|
||||
$lang['ftp_unable_to_changedir'] = 'Nepodařilo se změnit adresář.';
|
||||
$lang['ftp_unable_to_chmod'] = 'Nepodařilo se nastavit práva souboru. Zkontrolujte prosím cestu.';
|
||||
$lang['ftp_unable_to_upload'] = 'Nepodařilo se nahrát soubor. Zkontrolujte prosím cestu.';
|
||||
$lang['ftp_unable_to_download'] = 'Nepodařilo se stáhnout soubor. Zkontrolujte prosím cestu.';
|
||||
$lang['ftp_no_source_file'] = 'Nepodařilo se najít zdrojové soubory. Zkontrolujte prosím cestu.';
|
||||
$lang['ftp_unable_to_rename'] = 'Nepodařilo se přejmenovat soubor.';
|
||||
$lang['ftp_unable_to_delete'] = 'Nepodařilo se smazat soubor.';
|
||||
$lang['ftp_unable_to_move'] = 'Nepodařilo se přesunout soubor. Zkontrolujte prosím, zda cílová složka existuje.';
|
||||
28
vendor/codeigniter/framework/system/language/czech/imglib_lang.php
vendored
Normal file
28
vendor/codeigniter/framework/system/language/czech/imglib_lang.php
vendored
Normal file
@@ -0,0 +1,28 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @copyright Copyright (c) 2014 - 2016, 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'] = 'Musíte zvolit zdrojový obrázek.';
|
||||
$lang['imglib_gd_required'] = 'Pro tuto funkci je potřeba knihovna GD.';
|
||||
$lang['imglib_gd_required_for_props'] = 'Váš server musí podporovat GD knihovnu pro zjištění vlastností obrázku.';
|
||||
$lang['imglib_unsupported_imagecreate'] = 'Váš server nepodporuje funkce GD knihovny nutné pro tento typ obrázku.';
|
||||
$lang['imglib_gif_not_supported'] = 'GIF obrázky často nejsou z důvodu licencování podporovány. Zvažte prosím použití formátu JPG nebo PNG.';
|
||||
$lang['imglib_jpg_not_supported'] = 'JPG obrázky nejsou podporovány.';
|
||||
$lang['imglib_png_not_supported'] = 'PNG obrázky nejsou podporovány.';
|
||||
$lang['imglib_jpg_or_png_required'] = 'Změna velikosti obrázku je možná pouze pro formáty JPG a PNG';
|
||||
$lang['imglib_copy_error'] = 'Nastal error při pokusu o přepsání souboru. Zkontrolujte prosím oprávnění souboru.';
|
||||
$lang['imglib_rotate_unsupported'] = 'Vypadá to, že otočení obrázku není serverem podporováno.';
|
||||
$lang['imglib_libpath_invalid'] = 'Cesta ke grafické knihovně není nastavena správně.';
|
||||
$lang['imglib_image_process_failed'] = 'Zpracování obrázku bylo neúspěšné. Zkontrolujte zda server podporuje daný protokol a zda-li je cesta nastavena správně.';
|
||||
$lang['imglib_rotation_angle_required'] = 'Pro otočení obrázku je potřeba zadat úhel.';
|
||||
$lang['imglib_invalid_path'] = 'Cesta k obrázku není správná.';
|
||||
$lang['imglib_copy_failed'] = 'Kopírování obrázku se nezdařilo.';
|
||||
$lang['imglib_missing_font'] = 'Nepodařilo se nalézt daný font.';
|
||||
$lang['imglib_save_failed'] = 'Nepodařilo se uložit obrázek. Zkontrolujte zda-li je možné zapisovat do adresáře.';
|
||||
11
vendor/codeigniter/framework/system/language/czech/index.html
vendored
Normal file
11
vendor/codeigniter/framework/system/language/czech/index.html
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>403 Forbidden</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<p>Directory access is forbidden.</p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
19
vendor/codeigniter/framework/system/language/czech/migration_lang.php
vendored
Normal file
19
vendor/codeigniter/framework/system/language/czech/migration_lang.php
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @copyright Copyright (c) 2014 - 2016, 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'] = 'Migrace nebyla nalezena.';
|
||||
$lang['migration_not_found'] = 'Migrace s číslem této verze nebyla nalezena: %s.';
|
||||
$lang['migration_sequence_gap'] = 'V sekvenci se nachází mezera blízko: %s.';
|
||||
$lang['migration_multiple_version'] = 'Existuje více migrací se stejným číslem verze: %s.';
|
||||
$lang['migration_class_doesnt_exist'] = 'Třída pro migraci "%s" nebyla nalezena.';
|
||||
$lang['migration_missing_up_method'] = 'V migrační třídě "%s" chybí "up" metoda.';
|
||||
$lang['migration_missing_down_method'] = 'V migrační třídě "%s" chybí "down" metoda.';
|
||||
$lang['migration_invalid_filename'] = 'Migrace "%s" má chybné jméno.';
|
||||
16
vendor/codeigniter/framework/system/language/czech/number_lang.php
vendored
Normal file
16
vendor/codeigniter/framework/system/language/czech/number_lang.php
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @copyright Copyright (c) 2014 - 2016, 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'] = 'Bajtů';
|
||||
15
vendor/codeigniter/framework/system/language/czech/pagination_lang.php
vendored
Normal file
15
vendor/codeigniter/framework/system/language/czech/pagination_lang.php
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @copyright Copyright (c) 2014 - 2016, 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'] = '‹ První';
|
||||
$lang['pagination_next_link'] = '>';
|
||||
$lang['pagination_prev_link'] = '<';
|
||||
$lang['pagination_last_link'] = 'Poslední ›';
|
||||
32
vendor/codeigniter/framework/system/language/czech/profiler_lang.php
vendored
Normal file
32
vendor/codeigniter/framework/system/language/czech/profiler_lang.php
vendored
Normal file
@@ -0,0 +1,32 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @copyright Copyright (c) 2014 - 2016, 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'] = 'DATABASE';
|
||||
$lang['profiler_controller_info'] = 'CLASS/METHOD';
|
||||
$lang['profiler_benchmarks'] = 'BENCHMARKS';
|
||||
$lang['profiler_queries'] = 'QUERIES';
|
||||
$lang['profiler_get_data'] = 'GET DATA';
|
||||
$lang['profiler_post_data'] = 'POST DATA';
|
||||
$lang['profiler_uri_string'] = 'URI ŘETĚZEC';
|
||||
$lang['profiler_memory_usage'] = 'VYUŽITÍ PAMĚTI';
|
||||
$lang['profiler_config'] = 'PROMĚNNÉ NASTAVENÍ';
|
||||
$lang['profiler_session_data'] = 'SESSION DATA';
|
||||
$lang['profiler_headers'] = 'HTTP HEADERS';
|
||||
$lang['profiler_no_db'] = 'Ovladač databáze není správně načten';
|
||||
$lang['profiler_no_queries'] = 'Žádné dotazy neprovedeny';
|
||||
$lang['profiler_no_post'] = 'Neexistují žádná POST data';
|
||||
$lang['profiler_no_get'] = 'Neexistují žádná GET data';
|
||||
$lang['profiler_no_uri'] = 'Neexistují žádná URI data';
|
||||
$lang['profiler_no_memory'] = 'Nedostupné využití paměti';
|
||||
$lang['profiler_no_profiles'] = 'Žádná profilová data. Všechny sekce profileru zakázány.';
|
||||
$lang['profiler_section_hide'] = 'Skryj';
|
||||
$lang['profiler_section_show'] = 'Ukaž';
|
||||
$lang['profiler_seconds'] = 'sekund';
|
||||
30
vendor/codeigniter/framework/system/language/czech/unit_test_lang.php
vendored
Normal file
30
vendor/codeigniter/framework/system/language/czech/unit_test_lang.php
vendored
Normal file
@@ -0,0 +1,30 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @copyright Copyright (c) 2014 - 2016, 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'] = 'Jméno Testu';
|
||||
$lang['ut_test_datatype'] = 'Datový typ testu';
|
||||
$lang['ut_res_datatype'] = 'očekávaný datový typ';
|
||||
$lang['ut_result'] = 'Výsledek';
|
||||
$lang['ut_undefined'] = 'Nespecifikované jméno testu';
|
||||
$lang['ut_file'] = 'Jméno souboru';
|
||||
$lang['ut_line'] = 'Číslo řádku';
|
||||
$lang['ut_passed'] = 'Prošlo';
|
||||
$lang['ut_failed'] = 'Neprošlo';
|
||||
$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'] = 'Řetězec';
|
||||
$lang['ut_array'] = 'Pole';
|
||||
$lang['ut_object'] = 'Objekt';
|
||||
$lang['ut_resource'] = 'Zdroj';
|
||||
$lang['ut_null'] = 'Null';
|
||||
$lang['ut_notes'] = 'Poznámky';
|
||||
28
vendor/codeigniter/framework/system/language/czech/upload_lang.php
vendored
Normal file
28
vendor/codeigniter/framework/system/language/czech/upload_lang.php
vendored
Normal file
@@ -0,0 +1,28 @@
|
||||
<?php
|
||||
/**
|
||||
* System messages translation for CodeIgniter(tm)
|
||||
*
|
||||
* @author CodeIgniter community
|
||||
* @copyright Copyright (c) 2014 - 2016, 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'] = 'Nepodařilo se nalézt post proměnnou userfile.';
|
||||
$lang['upload_file_exceeds_limit'] = 'The uploaded file exceeds the maximum allowed size in your PHP configuration file.';
|
||||
$lang['upload_file_exceeds_limit'] = 'Překročena velikost souboru určená v php.ini.';
|
||||
$lang['upload_file_exceeds_form_limit'] = 'Překročena velikost souboru určená formulářem.';
|
||||
$lang['upload_file_partial'] = 'Soubor byl úspěšně nahrán.';
|
||||
$lang['upload_no_temp_directory'] = 'Chybí dočasný adresář.';
|
||||
$lang['upload_unable_to_write_file'] = 'Soubor se nepodařilo zapsat na disk.';
|
||||
$lang['upload_stopped_by_extension'] = 'Nahrávání souboru zastaveno rozšířením.';
|
||||
$lang['upload_no_file_selected'] = 'Nebyl zvolen soubor k nahrání.';
|
||||
$lang['upload_invalid_filetype'] = 'Tento typ souboru není dovoleno nahrát.';
|
||||
$lang['upload_invalid_filesize'] = 'Velikost souboru je větší než povolená.';
|
||||
$lang['upload_invalid_dimensions'] = 'Obrázek má jiné než povolené rozměry.';
|
||||
$lang['upload_destination_error'] = 'Nastal problém při přesouvání souboru do cílové lokace.';
|
||||
$lang['upload_no_filepath'] = 'Cesta pro upload je chybná.';
|
||||
$lang['upload_no_file_types'] = 'Nejsou specifikovány žádné povolené typy souboru.';
|
||||
$lang['upload_bad_filename'] = 'Jméno souboru na serveru již existuje.';
|
||||
$lang['upload_not_writable'] = 'Do cesty pro upload se nepodařilo zapsat.';
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user