PHP Classes

File: aksara/Language/vi/Cookie.php

Recommend this page to a friend!
  Packages of Aby Dahana   Aksara   aksara/Language/vi/Cookie.php   Download  
File: aksara/Language/vi/Cookie.php
Role: Auxiliary script
Content type: text/plain
Description: Configuration script
Class: Aksara
A CodeIgniter based API and CRUD generator
Author: By
Last change:
Date: 1 month ago
Size: 2,092 bytes
 

Contents

Class file image Download
<?php

/**
 * This file is part of Aksara CMS, both framework and publishing
 * platform.
 *
 * @author Aby Dahana <abydahana@gmail.com>
 * @copyright (c) Aksara Laboratory <https://aksaracms.com>
 * @license MIT License
 *
 * This source file is subject to the MIT license that is bundled
 * with this source code in the LICENSE.txt file.
 *
 * When the signs come, those who don't believe at "that time"
 * will have only two choices, commit suicide or become brutal.
 */

declare(strict_types=1);

/**
 * This file is part of CodeIgniter 4 framework.
 *
 * (c) CodeIgniter Foundation <admin@codeigniter.com>
 *
 * For the full copyright and license information, please view
 * the LICENSE file that was distributed with this source code.
 */

// Cookie language settings
return [
   
'invalidExpiresTime' => 'Ki?u d? li?u "{0}" không h?p l? cho thu?c tính "Expires". Mong ??i: Chu?i, S? nguyên, ho?c ??i t??ng DateTimeInterface.',
   
'invalidExpiresValue' => 'Th?i gian h?t h?n c?a cookie không h?p l?.',
   
'invalidCookieName' => 'Cookie "{0}" ch?a kư t? không h?p l?.',
   
'emptyCookieName' => 'Tên cookie không ???c ?? tr?ng.',
   
'invalidSecurePrefix' => 'Ti?n t? "__Secure-" yêu c?u thu?c tính "Secure".',
   
'invalidHostPrefix' => 'Vi?c s? d?ng ti?n t? "__Host-" ph?i ?i kèm v?i c? "Secure", không có thu?c tính "Domain", và ???ng d?n (Path) ph?i ???c ??t là "/".',
   
'invalidSameSite' => 'Cài ??t SameSite ch? có th? là None, Lax, Strict, ho?c chu?i tr?ng. ?ă nh?n: {0}',
   
'invalidSameSiteNone' => 'N?u thu?c tính "SameSite=None" ???c thi?t l?p, thu?c tính "Secure" c?ng ph?i ???c thi?t l?p.',
   
'invalidCookieInstance' => 'L?p "{0}" mong ??i m?ng cookie là m?t th? hi?n c?a "{1}", nh?ng nh?n ???c "{2}" t?i ch? s? {3}.',
   
'unknownCookieInstance' => '??i t??ng cookie v?i tên "{0}" và ti?n t? "{1}" không ???c t́m th?y trong b? s?u t?p.',
];