mirror of
https://github.com/brmlab/brmsklad.git
synced 2025-10-30 07:43:59 +01:00
Backup of current cakephp version
This commit is contained in:
parent
b8f82da6f8
commit
5a580df460
925 changed files with 238041 additions and 1 deletions
60
lib/Cake/Test/test_app/Config/acl.ini
Normal file
60
lib/Cake/Test/test_app/Config/acl.ini
Normal file
|
|
@ -0,0 +1,60 @@
|
|||
;<?php exit() ?>
|
||||
; SVN FILE: $Id$
|
||||
;/**
|
||||
; * Test App Ini Based Acl Config File
|
||||
; *
|
||||
; *
|
||||
; * PHP 5
|
||||
; *
|
||||
; * CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
|
||||
; * Copyright 2005-2012, Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
; *
|
||||
; * Licensed under The MIT License
|
||||
; * Redistributions of files must retain the above copyright notice.
|
||||
; *
|
||||
; * @copyright Copyright 2005-2012, Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
; * @link http://cakephp.org CakePHP(tm) Project
|
||||
;; * @package Cake.Test.test_app.Config
|
||||
; * @since CakePHP(tm) v 0.10.0.1076
|
||||
; * @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||
; */
|
||||
|
||||
;-------------------------------------
|
||||
;Users
|
||||
;-------------------------------------
|
||||
|
||||
[admin]
|
||||
groups = administrators
|
||||
allow =
|
||||
deny = ads
|
||||
|
||||
[paul]
|
||||
groups = users
|
||||
allow =
|
||||
deny =
|
||||
|
||||
[jenny]
|
||||
groups = users
|
||||
allow = ads
|
||||
deny = images, files
|
||||
|
||||
[nobody]
|
||||
groups = anonymous
|
||||
allow =
|
||||
deny =
|
||||
|
||||
;-------------------------------------
|
||||
;Groups
|
||||
;-------------------------------------
|
||||
|
||||
[administrators]
|
||||
deny =
|
||||
allow = posts, comments, images, files, stats, ads
|
||||
|
||||
[users]
|
||||
allow = posts, comments, images, files
|
||||
deny = stats, ads
|
||||
|
||||
[anonymous]
|
||||
allow =
|
||||
deny = posts, comments, images, files, stats, ads
|
||||
60
lib/Cake/Test/test_app/Config/acl.ini.php
Normal file
60
lib/Cake/Test/test_app/Config/acl.ini.php
Normal file
|
|
@ -0,0 +1,60 @@
|
|||
;<?php exit() ?>
|
||||
; SVN FILE: $Id$
|
||||
;/**
|
||||
; * Test App Ini Based Acl Config File
|
||||
; *
|
||||
; *
|
||||
; * PHP 5
|
||||
; *
|
||||
; * CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
|
||||
; * Copyright 2005-2012, Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
; *
|
||||
; * Licensed under The MIT License
|
||||
; * Redistributions of files must retain the above copyright notice.
|
||||
; *
|
||||
; * @copyright Copyright 2005-2012, Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
; * @link http://cakephp.org CakePHP(tm) Project
|
||||
;; * @package Cake.Test.test_app.Config
|
||||
; * @since CakePHP(tm) v 0.10.0.1076
|
||||
; * @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||
; */
|
||||
|
||||
;-------------------------------------
|
||||
;Users
|
||||
;-------------------------------------
|
||||
|
||||
[admin]
|
||||
groups = administrators
|
||||
allow =
|
||||
deny = ads
|
||||
|
||||
[paul]
|
||||
groups = users
|
||||
allow =
|
||||
deny =
|
||||
|
||||
[jenny]
|
||||
groups = users
|
||||
allow = ads
|
||||
deny = images, files
|
||||
|
||||
[nobody]
|
||||
groups = anonymous
|
||||
allow =
|
||||
deny =
|
||||
|
||||
;-------------------------------------
|
||||
;Groups
|
||||
;-------------------------------------
|
||||
|
||||
[administrators]
|
||||
deny =
|
||||
allow = posts, comments, images, files, stats, ads
|
||||
|
||||
[users]
|
||||
allow = posts, comments, images, files
|
||||
deny = stats, ads
|
||||
|
||||
[anonymous]
|
||||
allow =
|
||||
deny = posts, comments, images, files, stats, ads
|
||||
74
lib/Cake/Test/test_app/Config/acl.php
Normal file
74
lib/Cake/Test/test_app/Config/acl.php
Normal file
|
|
@ -0,0 +1,74 @@
|
|||
<?php
|
||||
/*
|
||||
* Test App PHP Based Acl Config File
|
||||
*
|
||||
*
|
||||
* PHP 5
|
||||
*
|
||||
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
|
||||
* Copyright 2005-2012, Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
*
|
||||
* Licensed under The MIT License
|
||||
* Redistributions of files must retain the above copyright notice.
|
||||
*
|
||||
* @copyright Copyright 2005-2012, Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
* @link http://cakephp.org CakePHP(tm) Project
|
||||
* @package Cake.Test.test_app.Config
|
||||
* @since CakePHP(tm) v 0.10.0.1076
|
||||
* @license MIT License (http://www/opensource/org/licenses/mit-license.php)
|
||||
*/
|
||||
|
||||
|
||||
// -------------------------------------
|
||||
// Roles
|
||||
// -------------------------------------
|
||||
$config['roles'] = array(
|
||||
'Role/admin' => null,
|
||||
'Role/data_acquirer' => null,
|
||||
'Role/accounting' => null,
|
||||
'Role/database_manager' => null,
|
||||
'Role/sales' => null,
|
||||
'Role/data_analyst' => 'Role/data_acquirer, Role/database_manager',
|
||||
'Role/reports' => 'Role/data_analyst',
|
||||
// allow inherited roles to be defined as an array or comma separated list
|
||||
'Role/manager' => array(
|
||||
'Role/accounting',
|
||||
'Role/sales',
|
||||
),
|
||||
'Role/accounting_manager' => 'Role/accounting',
|
||||
// managers
|
||||
'User/hardy' => 'Role/accounting_manager, Role/reports',
|
||||
'User/stan' => 'Role/manager',
|
||||
// accountants
|
||||
'User/peter' => 'Role/accounting',
|
||||
'User/jeff' => 'Role/accounting',
|
||||
// admins
|
||||
'User/jan' => 'Role/admin',
|
||||
// database
|
||||
'User/db_manager_1' => 'Role/database_manager',
|
||||
'User/db_manager_2' => 'Role/database_manager',
|
||||
);
|
||||
|
||||
//-------------------------------------
|
||||
// Rules
|
||||
//-------------------------------------
|
||||
$config['rules']['allow'] = array(
|
||||
'/*' => 'Role/admin',
|
||||
'/controllers/*/manager_*' => 'Role/manager',
|
||||
'/controllers/reports/*' => 'Role/sales',
|
||||
'/controllers/invoices/*' => 'Role/accounting',
|
||||
'/controllers/invoices/edit' => 'User/db_manager_2',
|
||||
'/controllers/db/*' => 'Role/database_manager',
|
||||
'/controllers/*/(add|edit|publish)' => 'User/stan',
|
||||
'/controllers/users/dashboard' => 'Role/default',
|
||||
// test for case insensitivity
|
||||
'controllers/Forms/NEW' => 'Role/data_acquirer',
|
||||
);
|
||||
$config['rules']['deny'] = array(
|
||||
// accountants and sales should not delete anything
|
||||
'/controllers/*/delete' => array(
|
||||
'Role/sales',
|
||||
'Role/accounting'
|
||||
),
|
||||
'/controllers/db/drop' => 'User/db_manager_2',
|
||||
);
|
||||
1
lib/Cake/Test/test_app/Config/empty.ini
Normal file
1
lib/Cake/Test/test_app/Config/empty.ini
Normal file
|
|
@ -0,0 +1 @@
|
|||
; do nothing this is an empty file.
|
||||
2
lib/Cake/Test/test_app/Config/empty.php
Normal file
2
lib/Cake/Test/test_app/Config/empty.php
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
<?php
|
||||
//do nothing this is an empty file.
|
||||
2
lib/Cake/Test/test_app/Config/htmlhelper_minimized.ini
Normal file
2
lib/Cake/Test/test_app/Config/htmlhelper_minimized.ini
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
minimizedAttributeFormat = "format"
|
||||
|
||||
8
lib/Cake/Test/test_app/Config/htmlhelper_tags.php
Normal file
8
lib/Cake/Test/test_app/Config/htmlhelper_tags.php
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<?php
|
||||
|
||||
$config = array(
|
||||
'tags' => array(
|
||||
'form' => 'start form',
|
||||
'formend' => 'finish form'
|
||||
)
|
||||
);
|
||||
17
lib/Cake/Test/test_app/Config/nested.ini
Normal file
17
lib/Cake/Test/test_app/Config/nested.ini
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
; Test file for testing ini files with . syntax
|
||||
[database]
|
||||
db.username = mark
|
||||
db.password = secret
|
||||
|
||||
[nesting]
|
||||
one.two.three = 3
|
||||
a.b.c.d = On
|
||||
|
||||
[bools]
|
||||
test_on = on
|
||||
test_off = off
|
||||
test_yes = yes
|
||||
test_no = no
|
||||
test_true = true
|
||||
test_false = false
|
||||
test_null = null
|
||||
3
lib/Cake/Test/test_app/Config/no_ini_extension
Normal file
3
lib/Cake/Test/test_app/Config/no_ini_extension
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
; Test file for testing config file without .ini extension.
|
||||
some_key = some_value
|
||||
bool_key = 1
|
||||
9
lib/Cake/Test/test_app/Config/no_php_extension
Normal file
9
lib/Cake/Test/test_app/Config/no_php_extension
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<?php
|
||||
// Test file for testing config file without .php extension.
|
||||
$config = array(
|
||||
'Deep' => array(
|
||||
'Third' => array(
|
||||
'ThirdDeepest' => 'buried3'
|
||||
)
|
||||
)
|
||||
);
|
||||
2
lib/Cake/Test/test_app/Config/no_section.ini
Normal file
2
lib/Cake/Test/test_app/Config/no_section.ini
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
some_key = some_value
|
||||
bool_key = 1
|
||||
23
lib/Cake/Test/test_app/Config/routes.php
Normal file
23
lib/Cake/Test/test_app/Config/routes.php
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
<?php
|
||||
/**
|
||||
* Routes file
|
||||
*
|
||||
* Routes for test app
|
||||
*
|
||||
* PHP versions 4 and 5
|
||||
*
|
||||
* CakePHP : Rapid Development Framework (http://cakephp.org)
|
||||
* Copyright 2005-2012, Cake Software Foundation, Inc.
|
||||
*
|
||||
* Licensed under The MIT License
|
||||
* Redistributions of files must retain the above copyright notice.
|
||||
*
|
||||
* @copyright Copyright 2005-2012, Cake Software Foundation, Inc.
|
||||
* @link http://cakephp.org CakePHP Project
|
||||
* @package Cake.Test.test_app.Config
|
||||
* @since CakePHP v 2.0
|
||||
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||
*/
|
||||
|
||||
Router::parseExtensions('json');
|
||||
Router::connect('/some_alias', array('controller' => 'tests_apps', 'action' => 'some_method'));
|
||||
12
lib/Cake/Test/test_app/Config/var_test.php
Normal file
12
lib/Cake/Test/test_app/Config/var_test.php
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
<?php
|
||||
$config = array(
|
||||
'Read' => 'value',
|
||||
'Deep' => array(
|
||||
'Deeper' => array(
|
||||
'Deepest' => 'buried'
|
||||
)
|
||||
),
|
||||
'TestAcl' => array(
|
||||
'classname' => 'Original'
|
||||
)
|
||||
);
|
||||
13
lib/Cake/Test/test_app/Config/var_test2.php
Normal file
13
lib/Cake/Test/test_app/Config/var_test2.php
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
<?php
|
||||
$config = array(
|
||||
'Read' => 'value2',
|
||||
'Deep' => array(
|
||||
'Second' => array(
|
||||
'SecondDeepest' => 'buried2'
|
||||
)
|
||||
),
|
||||
'TestAcl' => array(
|
||||
'classname' => 'Overwrite',
|
||||
'custom' => 'one'
|
||||
)
|
||||
);
|
||||
29
lib/Cake/Test/test_app/Console/Command/SampleShell.php
Normal file
29
lib/Cake/Test/test_app/Console/Command/SampleShell.php
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
<?php
|
||||
/**
|
||||
* SampleShell file
|
||||
*
|
||||
* PHP 5
|
||||
*
|
||||
* CakePHP(tm) Tests <http://book.cakephp.org/2.0/en/development/testing.html>
|
||||
* Copyright 2005-2012, Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
*
|
||||
* Licensed under The MIT License
|
||||
* Redistributions of files must retain the above copyright notice
|
||||
*
|
||||
* @copyright Copyright 2005-2012, Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
* @link http://book.cakephp.org/2.0/en/development/testing.html CakePHP(tm) Tests
|
||||
* @package Cake.Test.test_app.Console.Command
|
||||
* @since CakePHP(tm) v 1.2.0.7871
|
||||
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||
*/
|
||||
class SampleShell extends Shell {
|
||||
|
||||
/**
|
||||
* main method
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function main() {
|
||||
$this->out('This is the main method called from SampleShell');
|
||||
}
|
||||
}
|
||||
0
lib/Cake/Test/test_app/Console/Command/Task/empty
Normal file
0
lib/Cake/Test/test_app/Console/Command/Task/empty
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
I got rendered
|
||||
<?php echo $test; ?>
|
||||
|
|
@ -0,0 +1 @@
|
|||
admin_edit template
|
||||
36
lib/Cake/Test/test_app/Controller/AppController.php
Normal file
36
lib/Cake/Test/test_app/Controller/AppController.php
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
<?php
|
||||
/**
|
||||
* Application level Controller
|
||||
*
|
||||
* This file is application-wide controller file. You can put all
|
||||
* application-wide controller-related methods here.
|
||||
*
|
||||
* PHP 5
|
||||
*
|
||||
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
|
||||
* Copyright 2005-2012, Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
*
|
||||
* Licensed under The MIT License
|
||||
* Redistributions of files must retain the above copyright notice.
|
||||
*
|
||||
* @copyright Copyright 2005-2012, Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
* @link http://cakephp.org CakePHP(tm) Project
|
||||
* @package Cake.Controller
|
||||
* @since CakePHP(tm) v 0.2.9
|
||||
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||
*/
|
||||
|
||||
App::uses('Controller', 'Controller');
|
||||
|
||||
/**
|
||||
* This is a placeholder class.
|
||||
* Create the same file in app/Controller/AppController.php
|
||||
*
|
||||
* Add your application-wide methods in the class below, your controllers
|
||||
* will inherit them.
|
||||
*
|
||||
* @package Cake.Controller
|
||||
* @link http://book.cakephp.org/2.0/en/controllers.html#the-app-controller
|
||||
*/
|
||||
class AppController extends Controller {
|
||||
}
|
||||
0
lib/Cake/Test/test_app/Controller/Component/empty
Normal file
0
lib/Cake/Test/test_app/Controller/Component/empty
Normal file
80
lib/Cake/Test/test_app/Controller/PagesController.php
Normal file
80
lib/Cake/Test/test_app/Controller/PagesController.php
Normal file
|
|
@ -0,0 +1,80 @@
|
|||
<?php
|
||||
/**
|
||||
* Static content controller.
|
||||
*
|
||||
* This file will render views from views/pages/
|
||||
*
|
||||
* PHP 5
|
||||
*
|
||||
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
|
||||
* Copyright 2005-2012, Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
*
|
||||
* Licensed under The MIT License
|
||||
* Redistributions of files must retain the above copyright notice.
|
||||
*
|
||||
* @copyright Copyright 2005-2012, Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
* @link http://cakephp.org CakePHP(tm) Project
|
||||
* @package Cake.Controller
|
||||
* @since CakePHP(tm) v 0.2.9
|
||||
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||
*/
|
||||
|
||||
App::uses('AppController', 'Controller');
|
||||
|
||||
/**
|
||||
* Static content controller
|
||||
*
|
||||
* Override this controller by placing a copy in controllers directory of an application
|
||||
*
|
||||
* @package Cake.Controller
|
||||
* @link http://book.cakephp.org/2.0/en/controllers/pages-controller.html
|
||||
*/
|
||||
class PagesController extends AppController {
|
||||
|
||||
/**
|
||||
* Default helper
|
||||
*
|
||||
* @var array
|
||||
*/
|
||||
public $helpers = array('Html', 'Session');
|
||||
|
||||
/**
|
||||
* This controller does not use a model
|
||||
*
|
||||
* @var array
|
||||
*/
|
||||
public $uses = array();
|
||||
|
||||
/**
|
||||
* Displays a view
|
||||
*
|
||||
* @param mixed What page to display
|
||||
* @return void
|
||||
*/
|
||||
public function display() {
|
||||
$path = func_get_args();
|
||||
|
||||
$count = count($path);
|
||||
if (!$count) {
|
||||
$this->redirect('/');
|
||||
}
|
||||
$page = $subpage = $titleForLayout = null;
|
||||
|
||||
if (!empty($path[0])) {
|
||||
$page = $path[0];
|
||||
}
|
||||
if (!empty($path[1])) {
|
||||
$subpage = $path[1];
|
||||
}
|
||||
if (!empty($path[$count - 1])) {
|
||||
$titleForLayout = Inflector::humanize($path[$count - 1]);
|
||||
}
|
||||
$this->set(array(
|
||||
'page' => $page,
|
||||
'subpage' => $subpage,
|
||||
'title_for_layout' => $titleForLayout
|
||||
));
|
||||
$this->render(implode('/', $path));
|
||||
}
|
||||
|
||||
}
|
||||
|
|
@ -0,0 +1,14 @@
|
|||
<?php
|
||||
|
||||
App::uses('CakeErrorController', 'Controller');
|
||||
|
||||
class TestAppsErrorController extends CakeErrorController {
|
||||
|
||||
public $helpers = array(
|
||||
'Html',
|
||||
'Session',
|
||||
'Form',
|
||||
'Banana',
|
||||
);
|
||||
|
||||
}
|
||||
48
lib/Cake/Test/test_app/Controller/TestsAppsController.php
Normal file
48
lib/Cake/Test/test_app/Controller/TestsAppsController.php
Normal file
|
|
@ -0,0 +1,48 @@
|
|||
<?php
|
||||
/**
|
||||
* TestsAppsController file
|
||||
*
|
||||
* PHP 5
|
||||
*
|
||||
* CakePHP(tm) Tests <http://book.cakephp.org/2.0/en/development/testing.html>
|
||||
* Copyright 2005-2012, Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
*
|
||||
* Licensed under The MIT License
|
||||
* Redistributions of files must retain the above copyright notice
|
||||
*
|
||||
* @copyright Copyright 2005-2012, Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
* @link http://book.cakephp.org/2.0/en/development/testing.html CakePHP(tm) Tests
|
||||
* @package Cake.Test.test_app.Controller
|
||||
* @since CakePHP(tm) v 1.2.0.4206
|
||||
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||
*/
|
||||
class TestsAppsController extends AppController {
|
||||
|
||||
public $name = 'TestsApps';
|
||||
|
||||
public $uses = array();
|
||||
|
||||
public $components = array('RequestHandler');
|
||||
|
||||
public function index() {
|
||||
$var = '';
|
||||
if (isset($this->request->query['var'])) {
|
||||
$var = $this->request->query['var'];
|
||||
}
|
||||
$this->set('var', $var);
|
||||
}
|
||||
|
||||
public function some_method() {
|
||||
return 5;
|
||||
}
|
||||
|
||||
public function set_action() {
|
||||
$this->set('var', 'string');
|
||||
$this->render('index');
|
||||
}
|
||||
|
||||
public function redirect_to() {
|
||||
$this->redirect('http://cakephp.org');
|
||||
}
|
||||
|
||||
}
|
||||
|
|
@ -0,0 +1,73 @@
|
|||
<?php
|
||||
/**
|
||||
* TestsAppsPostsController file
|
||||
*
|
||||
* PHP 5
|
||||
*
|
||||
* CakePHP(tm) Tests <http://book.cakephp.org/2.0/en/development/testing.html>
|
||||
* Copyright 2005-2012, Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
*
|
||||
* Licensed under The MIT License
|
||||
* Redistributions of files must retain the above copyright notice
|
||||
*
|
||||
* @copyright Copyright 2005-2012, Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
* @link http://book.cakephp.org/2.0/en/development/testing.html CakePHP(tm) Tests
|
||||
* @package Cake.Test.test_app.Controller
|
||||
* @since CakePHP(tm) v 1.2.0.4206
|
||||
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||
*/
|
||||
class TestsAppsPostsController extends AppController {
|
||||
|
||||
public $name = 'TestsAppsPosts';
|
||||
|
||||
public $uses = array('Post');
|
||||
|
||||
public $viewPath = 'TestsApps';
|
||||
|
||||
public function add() {
|
||||
$data = array(
|
||||
'Post' => array(
|
||||
'title' => 'Test article',
|
||||
'body' => 'Body of article.',
|
||||
'author_id' => 1
|
||||
)
|
||||
);
|
||||
$this->Post->save($data);
|
||||
|
||||
$this->set('posts', $this->Post->find('all'));
|
||||
$this->render('index');
|
||||
}
|
||||
|
||||
/**
|
||||
* check url params
|
||||
*
|
||||
*/
|
||||
public function url_var() {
|
||||
$this->set('params', $this->request->params);
|
||||
$this->render('index');
|
||||
}
|
||||
|
||||
/**
|
||||
* post var testing
|
||||
*
|
||||
*/
|
||||
public function post_var() {
|
||||
$this->set('data', $this->request->data);
|
||||
$this->render('index');
|
||||
}
|
||||
|
||||
public function input_data() {
|
||||
$this->set('data', $this->request->input('json_decode', true));
|
||||
$this->render('index');
|
||||
}
|
||||
|
||||
/**
|
||||
* Fixturized action for testAction()
|
||||
*
|
||||
*/
|
||||
public function fixtured() {
|
||||
$this->set('posts', $this->Post->find('all'));
|
||||
$this->render('index');
|
||||
}
|
||||
|
||||
}
|
||||
21
lib/Cake/Test/test_app/Error/TestAppsExceptionRenderer.php
Normal file
21
lib/Cake/Test/test_app/Error/TestAppsExceptionRenderer.php
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
<?php
|
||||
|
||||
class TestAppsExceptionRenderer extends ExceptionRenderer {
|
||||
|
||||
protected function _getController($exception) {
|
||||
App::uses('TestAppsErrorController', 'Controller');
|
||||
if (!$request = Router::getRequest(true)) {
|
||||
$request = new CakeRequest();
|
||||
}
|
||||
$response = new CakeResponse(array('charset' => Configure::read('App.encoding')));
|
||||
try {
|
||||
$controller = new TestAppsErrorController($request, $response);
|
||||
$controller->layout = 'banana';
|
||||
} catch (Exception $e) {
|
||||
$controller = new Controller($request, $response);
|
||||
$controller->viewPath = 'Errors';
|
||||
}
|
||||
return $controller;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
@ -0,0 +1,44 @@
|
|||
<?php
|
||||
/**
|
||||
* Test Suite Test App Cache Engine class.
|
||||
*
|
||||
* PHP 5
|
||||
*
|
||||
* CakePHP(tm) Tests <http://book.cakephp.org/2.0/en/development/testing.html>
|
||||
* Copyright 2005-2012, Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
*
|
||||
* Licensed under The MIT License
|
||||
* Redistributions of files must retain the above copyright notice
|
||||
*
|
||||
* @copyright Copyright 2005-2012, Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
* @link http://book.cakephp.org/2.0/en/development/testing.html CakePHP(tm) Tests
|
||||
* @package Cake.Test.test_app.Lib.Cache.Engine
|
||||
* @since CakePHP(tm) v 1.3
|
||||
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||
*/
|
||||
class TestAppCacheEngine extends CacheEngine {
|
||||
|
||||
public function write($key, $value, $duration) {
|
||||
if ($key == 'fail') {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
public function read($key) {
|
||||
}
|
||||
|
||||
public function increment($key, $offset = 1) {
|
||||
}
|
||||
|
||||
public function decrement($key, $offset = 1) {
|
||||
}
|
||||
|
||||
public function delete($key) {
|
||||
}
|
||||
|
||||
public function clear($check) {
|
||||
}
|
||||
|
||||
public function clearGroup($group) {
|
||||
}
|
||||
}
|
||||
20
lib/Cake/Test/test_app/Lib/Library.php
Normal file
20
lib/Cake/Test/test_app/Lib/Library.php
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
<?php
|
||||
/**
|
||||
* Test Suite Library
|
||||
*
|
||||
* PHP 5
|
||||
*
|
||||
* CakePHP(tm) Tests <http://book.cakephp.org/2.0/en/development/testing.html>
|
||||
* Copyright 2005-2012, Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
*
|
||||
* Licensed under The MIT License
|
||||
* Redistributions of files must retain the above copyright notice
|
||||
*
|
||||
* @copyright Copyright 2005-2012, Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
* @link http://book.cakephp.org/2.0/en/development/testing.html CakePHP(tm) Tests
|
||||
* @package Cake.Test.test_app.Lib
|
||||
* @since CakePHP(tm) v 1.3
|
||||
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||
*/
|
||||
class Library {
|
||||
}
|
||||
27
lib/Cake/Test/test_app/Lib/Log/Engine/TestAppLog.php
Normal file
27
lib/Cake/Test/test_app/Lib/Log/Engine/TestAppLog.php
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
<?php
|
||||
/**
|
||||
* Test Suite Test App Logging stream class.
|
||||
*
|
||||
* PHP 5
|
||||
*
|
||||
* CakePHP(tm) Tests <http://book.cakephp.org/2.0/en/development/testing.html>
|
||||
* Copyright 2005-2012, Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
*
|
||||
* Licensed under The MIT License
|
||||
* Redistributions of files must retain the above copyright notice
|
||||
*
|
||||
* @copyright Copyright 2005-2012, Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
* @link http://book.cakephp.org/2.0/en/development/testing.html CakePHP(tm) Tests
|
||||
* @package Cake.Test.test_app.Lib.Log.Engine
|
||||
* @since CakePHP(tm) v 1.3
|
||||
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||
*/
|
||||
|
||||
App::uses('BaseLog', 'Log/Engine');
|
||||
|
||||
class TestAppLog extends BaseLog {
|
||||
|
||||
public function write($type, $message) {
|
||||
}
|
||||
|
||||
}
|
||||
20
lib/Cake/Test/test_app/Lib/Utility/TestUtilityClass.php
Normal file
20
lib/Cake/Test/test_app/Lib/Utility/TestUtilityClass.php
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
<?php
|
||||
/**
|
||||
* Test Suite TestUtilityClass Library
|
||||
*
|
||||
* PHP 5
|
||||
*
|
||||
* CakePHP(tm) Tests <http://book.cakephp.org/2.0/en/development/testing.html>
|
||||
* Copyright 2005-2012, Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
*
|
||||
* Licensed under The MIT License
|
||||
* Redistributions of files must retain the above copyright notice
|
||||
*
|
||||
* @copyright Copyright 2005-2012, Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
* @link http://book.cakephp.org/2.0/en/development/testing.html CakePHP(tm) Tests
|
||||
* @package Cake.Test.test_app.Lib.Utility
|
||||
* @since CakePHP(tm) v 1.3
|
||||
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||
*/
|
||||
class TestUtilityClass {
|
||||
}
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
msgid "default.foo"
|
||||
msgstr "Default Foo"
|
||||
|
||||
msgid "default.bar"
|
||||
msgstr "Default Bar"
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
msgid ""
|
||||
msgstr "Test Domain 1"
|
||||
|
||||
msgid "dom1.foo"
|
||||
msgstr "Dom 1 Foo"
|
||||
|
||||
msgid "dom1.bar"
|
||||
msgstr "Dom 1 Bar"
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
msgid ""
|
||||
msgstr "Test Domain"
|
||||
|
||||
msgid "dom2.foo"
|
||||
msgstr "Dom 2 Foo"
|
||||
|
||||
msgid "dom2.bar"
|
||||
msgstr "Dom 2 Bar"
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
msgid "Validation failed: %s"
|
||||
msgstr "Translated validation failed: %s"
|
||||
|
||||
msgid "arg1"
|
||||
msgstr "Translated arg1"
|
||||
48
lib/Cake/Test/test_app/Locale/ja_jp/LC_TIME
Normal file
48
lib/Cake/Test/test_app/Locale/ja_jp/LC_TIME
Normal file
|
|
@ -0,0 +1,48 @@
|
|||
escape_char /
|
||||
comment_char %
|
||||
abday "<U65E5>";"<U6708>";"<U706B>";"<U6C34>";"<U6728>";"<U91D1>";"<U571F>"
|
||||
|
||||
day "<U65E5><U66DC><U65E5>";"<U6708><U66DC><U65E5>";/
|
||||
"<U706B><U66DC><U65E5>";"<U6C34><U66DC><U65E5>";/
|
||||
"<U6728><U66DC><U65E5>";"<U91D1><U66DC><U65E5>";/
|
||||
"<U571F><U66DC><U65E5>"
|
||||
|
||||
week 7;19971130;7
|
||||
first_weekday 1
|
||||
first_workday 2
|
||||
abmon "<U0020><U0031><U6708>";"<U0020><U0032><U6708>";/
|
||||
"<U0020><U0033><U6708>";"<U0020><U0034><U6708>";/
|
||||
"<U0020><U0035><U6708>";"<U0020><U0036><U6708>";/
|
||||
"<U0020><U0037><U6708>";"<U0020><U0038><U6708>";/
|
||||
"<U0020><U0039><U6708>";"<U0031><U0030><U6708>";/
|
||||
"<U0031><U0031><U6708>";"<U0031><U0032><U6708>"
|
||||
mon "<U0031><U6708>";"<U0032><U6708>";/
|
||||
"<U0033><U6708>";"<U0034><U6708>";/
|
||||
"<U0035><U6708>";"<U0036><U6708>";/
|
||||
"<U0037><U6708>";"<U0038><U6708>";/
|
||||
"<U0039><U6708>";"<U0031><U0030><U6708>";/
|
||||
"<U0031><U0031><U6708>";"<U0031><U0032><U6708>"
|
||||
% Appropriate date and time representation (%c)
|
||||
%
|
||||
d_t_fmt "<U0025><U0059><U5E74><U0025><U006D><U6708><U0025><U0064><U65E5><U0020><U0025><U0048><U6642><U0025><U004D><U5206><U0025><U0053><U79D2>"
|
||||
%
|
||||
% Appropriate date representation (%x)
|
||||
% "%Y年%m月%d日"
|
||||
d_fmt "<U0025><U0059><U5E74><U0025><U006D><U6708><U0025><U0064><U65E5>"
|
||||
%
|
||||
% Appropriate time representation (%X)
|
||||
%
|
||||
t_fmt "<U0025><U0048><U6642><U0025><U004D><U5206><U0025><U0053><U79D2>"
|
||||
%
|
||||
% Appropriate AM/PM time representation (%r)
|
||||
%
|
||||
t_fmt_ampm "<U0025><U0070><U0025><U0049><U6642><U0025><U004D><U5206><U0025><U0053><U79D2>"
|
||||
%
|
||||
% Strings for AM/PM
|
||||
%
|
||||
am_pm "<U5348><U524D>";"<U5348><U5F8C>"
|
||||
%
|
||||
% Appropriate date representation (date(1))
|
||||
date_fmt "<U0025><U0059><U5E74><U0020><U0025><U0062><U0020><U0025>/
|
||||
<U0065><U65E5><U0020><U0025><U0041><U0020><U0025><U0048><U003A><U0025>/
|
||||
<U004D><U003A><U0025><U0053><U0020><U0025><U005A>"
|
||||
76
lib/Cake/Test/test_app/Locale/po/LC_MESSAGES/default.po
Normal file
76
lib/Cake/Test/test_app/Locale/po/LC_MESSAGES/default.po
Normal file
|
|
@ -0,0 +1,76 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: CakePHP Testsuite\n"
|
||||
"POT-Creation-Date: 2008-05-15 02:51-0700\n"
|
||||
"PO-Revision-Date: \n"
|
||||
"Last-Translator: CakePHP I18N & I10N Team <i10n.cakephp@gmail.com>\n"
|
||||
"Language-Team: CakePHP I18N & I10N Team <i10n.cakephp@gmail.com>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
|
||||
"X-Poedit-Language: Three Forms of Plurals\n"
|
||||
"X-Poedit-SourceCharset: utf-8\n"
|
||||
msgid ""
|
||||
msgstr "header"
|
||||
|
||||
msgid "Plural Rule 1"
|
||||
msgstr "Po (translated)"
|
||||
|
||||
msgid "%d = 1"
|
||||
msgid_plural "%d = 0 or > 1"
|
||||
msgstr[0] "%d is 1 (po translated)"
|
||||
msgstr[1] "%d is 2-4 (po translated)"
|
||||
msgstr[2] "%d everything else (po translated)"
|
||||
|
||||
msgid "This is a multiline translation\n"
|
||||
"broken up over multiple lines.\n"
|
||||
"This is the third line.\n"
|
||||
"This is the forth line."
|
||||
msgstr "This is a multiline translation\n"
|
||||
"broken up over multiple lines.\n"
|
||||
"This is the third line.\n"
|
||||
"This is the forth line. (translated)"
|
||||
|
||||
msgid "No Translation needed"
|
||||
msgstr ""
|
||||
|
||||
msgid "test"
|
||||
msgid_plural "tests"
|
||||
msgstr[0] "test translated"
|
||||
msgstr[1] "test translated"
|
||||
msgstr[2] ""
|
||||
msgstr[3] ""
|
||||
|
||||
msgid "valid\n"
|
||||
"second line"
|
||||
msgid_plural "valids\n"
|
||||
"second line"
|
||||
msgstr[0] "v\n"
|
||||
"second line"
|
||||
msgstr[1] "vs\n"
|
||||
"second line"
|
||||
|
||||
msgid "%d = 1\n"
|
||||
"This is a multiline translation\n"
|
||||
"broken up over multiple lines.\n"
|
||||
"This is the third line.\n"
|
||||
"This is the forth line."
|
||||
msgid_plural "%d = 0 or > 1\n"
|
||||
"This is a multiline translation\n"
|
||||
"broken up over multiple lines.\n"
|
||||
"This is the third line.\n"
|
||||
"This is the forth line."
|
||||
msgstr[0] "%d is 1\n"
|
||||
"This is a multiline translation\n"
|
||||
"broken up over multiple lines.\n"
|
||||
"This is the third line.\n"
|
||||
"This is the forth line."
|
||||
msgstr[1] "%d is 2-4\n"
|
||||
"This is a multiline translation\n"
|
||||
"broken up over multiple lines.\n"
|
||||
"This is the third line.\n"
|
||||
"This is the forth line."
|
||||
|
||||
msgid "this is a \"quoted string\""
|
||||
msgstr "this is a \"quoted string\" (translated)"
|
||||
18
lib/Cake/Test/test_app/Locale/po/LC_MONETARY/default.po
Normal file
18
lib/Cake/Test/test_app/Locale/po/LC_MONETARY/default.po
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: CakePHP Testsuite\n"
|
||||
"POT-Creation-Date: 2008-05-15 02:51-0700\n"
|
||||
"PO-Revision-Date: \n"
|
||||
"Last-Translator: CakePHP I18N & I10N Team <i10n.cakephp@gmail.com>\n"
|
||||
"Language-Team: CakePHP I18N & I10N Team <i10n.cakephp@gmail.com>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
|
||||
"X-Poedit-Language: Three Forms of Plurals\n"
|
||||
"X-Poedit-SourceCharset: utf-8\n"
|
||||
msgid ""
|
||||
msgstr "header"
|
||||
|
||||
msgid "Plural Rule 1"
|
||||
msgstr "Monetary Po (translated)"
|
||||
60
lib/Cake/Test/test_app/Locale/po/LC_TIME
Normal file
60
lib/Cake/Test/test_app/Locale/po/LC_TIME
Normal file
|
|
@ -0,0 +1,60 @@
|
|||
escape_char /
|
||||
comment_char %
|
||||
abday "<U0053><U0075><U006E>";"<U004D><U006F><U006E>";/
|
||||
"<U0054><U0075><U0065>";"<U0057><U0065><U0064>";/
|
||||
"<U0054><U0068><U0075>";"<U0046><U0072><U0069>";/
|
||||
"<U0053><U0061><U0074>"
|
||||
day "<U0053><U0075><U006E><U0064><U0061><U0079>";/
|
||||
"<U004D><U006F><U006E><U0064><U0061><U0079>";/
|
||||
"<U0054><U0075><U0065><U0073><U0064><U0061><U0079>";/
|
||||
"<U0057><U0065><U0064><U006E><U0065><U0073><U0064><U0061><U0079>";/
|
||||
"<U0054><U0068><U0075><U0072><U0073><U0064><U0061><U0079>";/
|
||||
"<U0046><U0072><U0069><U0064><U0061><U0079>";/
|
||||
"<U0053><U0061><U0074><U0075><U0072><U0064><U0061><U0079>"
|
||||
|
||||
week 7;19971130;7
|
||||
first_weekday 1
|
||||
first_workday 2
|
||||
abmon "<U004A><U0061><U006E>";"<U0046><U0065><U0062>";/
|
||||
"<U004D><U0061><U0072>";"<U0041><U0070><U0072>";/
|
||||
"<U004D><U0061><U0079>";"<U004A><U0075><U006E>";/
|
||||
"<U004A><U0075><U006C>";"<U0041><U0075><U0067>";/
|
||||
"<U0053><U0065><U0070>";"<U004F><U0063><U0074>";/
|
||||
"<U004E><U006F><U0076>";"<U0044><U0065><U0063>"
|
||||
mon "<U004A><U0061><U006E><U0075><U0061><U0072><U0079>";/
|
||||
"<U0046><U0065><U0062><U0072><U0075><U0061><U0072><U0079>";/
|
||||
"<U004D><U0061><U0072><U0063><U0068>";/
|
||||
"<U0041><U0070><U0072><U0069><U006C>";/
|
||||
"<U004D><U0061><U0079>";/
|
||||
"<U004A><U0075><U006E><U0065>";/
|
||||
"<U004A><U0075><U006C><U0079>";/
|
||||
"<U0041><U0075><U0067><U0075><U0073><U0074>";/
|
||||
"<U0053><U0065><U0070><U0074><U0065><U006D><U0062><U0065><U0072>";/
|
||||
"<U004F><U0063><U0074><U006F><U0062><U0065><U0072>";/
|
||||
"<U004E><U006F><U0076><U0065><U006D><U0062><U0065><U0072>";/
|
||||
"<U0044><U0065><U0063><U0065><U006D><U0062><U0065><U0072>"
|
||||
% Appropriate date and time representation (%c)
|
||||
% "%a %d %b %Y %r %Z"
|
||||
d_t_fmt "<U0025><U0061><U0020><U0025><U0064><U0020><U0025><U0062><U0020><U0025><U0059><U0020><U0025><U0072><U0020><U0025><U005A>"
|
||||
%
|
||||
% Appropriate date representation (%x)
|
||||
% "%m/%d/%Y"
|
||||
d_fmt "<U0025><U006D><U002F><U0025><U0064><U002F><U0025><U0059>"
|
||||
%
|
||||
% Appropriate time representation (%X)
|
||||
% "%r"
|
||||
t_fmt "<U0025><U0072>"
|
||||
%
|
||||
% Appropriate AM/PM time representation (%r)
|
||||
% "%I:%M:%S %p"
|
||||
t_fmt_ampm "<U0025><U0049><U003A><U0025><U004D><U003A><U0025><U0053><U0020>/
|
||||
<U0025><U0070>"
|
||||
%
|
||||
% Strings for AM/PM
|
||||
%
|
||||
am_pm "<U0041><U004D>";"<U0050><U004D>"
|
||||
%
|
||||
% Appropriate date representation (date(1)) "%a %b %e %H:%M:%S %Z %Y"
|
||||
date_fmt "<U0025><U0061><U0020><U0025><U0062><U0020><U0025><U0065>/
|
||||
<U0020><U0025><U0048><U003A><U0025><U004D><U003A><U0025><U0053><U0020>/
|
||||
<U0025><U005A><U0020><U0025><U0059>"
|
||||
BIN
lib/Cake/Test/test_app/Locale/rule_0_mo/LC_MESSAGES/core.mo
Normal file
BIN
lib/Cake/Test/test_app/Locale/rule_0_mo/LC_MESSAGES/core.mo
Normal file
Binary file not shown.
BIN
lib/Cake/Test/test_app/Locale/rule_0_mo/LC_MESSAGES/default.mo
Normal file
BIN
lib/Cake/Test/test_app/Locale/rule_0_mo/LC_MESSAGES/default.mo
Normal file
Binary file not shown.
21
lib/Cake/Test/test_app/Locale/rule_0_po/LC_MESSAGES/core.po
Normal file
21
lib/Cake/Test/test_app/Locale/rule_0_po/LC_MESSAGES/core.po
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: CakePHP Testsuite\n"
|
||||
"POT-Creation-Date: 2008-05-15 02:51-0700\n"
|
||||
"PO-Revision-Date: \n"
|
||||
"Last-Translator: CakePHP I18N & I10N Team <i10n.cakephp@gmail.com>\n"
|
||||
"Language-Team: CakePHP I18N & I10N Team <i10n.cakephp@gmail.com>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
"X-Poedit-Language: Single Form Plurals\n"
|
||||
"X-Poedit-SourceCharset: utf-8\n"
|
||||
|
||||
msgid "Plural Rule 1 (from core)"
|
||||
msgstr "Plural Rule 0 (from core translated)"
|
||||
|
||||
msgid "%d = 1 (from core)"
|
||||
msgid_plural "%d = 0 or > 1 (from core)"
|
||||
msgstr[0] "%d ends with any # (from core translated)"
|
||||
|
||||
|
|
@ -0,0 +1,24 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: CakePHP Testsuite\n"
|
||||
"POT-Creation-Date: 2008-05-15 02:51-0700\n"
|
||||
"PO-Revision-Date: \n"
|
||||
"Last-Translator: CakePHP I18N & I10N Team <i10n.cakephp@gmail.com>\n"
|
||||
"Language-Team: CakePHP I18N & I10N Team <i10n.cakephp@gmail.com>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
"X-Poedit-Language: Single Form Plurals\n"
|
||||
"X-Poedit-SourceCharset: utf-8\n"
|
||||
|
||||
msgid "Plural Rule 1"
|
||||
msgstr "Plural Rule 0 (translated)"
|
||||
|
||||
msgid "%d = 1"
|
||||
msgid_plural "%d = 0 or > 1"
|
||||
msgstr[0] "%d ends with any # (translated)"
|
||||
|
||||
#~ msgid "Plural-Forms 1"
|
||||
#~ msgstr "Plural-Forms 0"
|
||||
|
||||
BIN
lib/Cake/Test/test_app/Locale/rule_10_mo/LC_MESSAGES/core.mo
Normal file
BIN
lib/Cake/Test/test_app/Locale/rule_10_mo/LC_MESSAGES/core.mo
Normal file
Binary file not shown.
BIN
lib/Cake/Test/test_app/Locale/rule_10_mo/LC_MESSAGES/default.mo
Normal file
BIN
lib/Cake/Test/test_app/Locale/rule_10_mo/LC_MESSAGES/default.mo
Normal file
Binary file not shown.
24
lib/Cake/Test/test_app/Locale/rule_10_po/LC_MESSAGES/core.po
Normal file
24
lib/Cake/Test/test_app/Locale/rule_10_po/LC_MESSAGES/core.po
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: CakePHP Testsuite\n"
|
||||
"POT-Creation-Date: 2008-05-15 02:51-0700\n"
|
||||
"PO-Revision-Date: \n"
|
||||
"Last-Translator: CakePHP I18N & I10N Team <i10n.cakephp@gmail.com>\n"
|
||||
"Language-Team: CakePHP I18N & I10N Team <i10n.cakephp@gmail.com>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=4; plural=n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3;\n"
|
||||
"X-Poedit-Language: Four Forms of Plurals\n"
|
||||
"X-Poedit-SourceCharset: utf-8\n"
|
||||
|
||||
msgid "Plural Rule 1 (from core)"
|
||||
msgstr "Plural Rule 10 (from core translated)"
|
||||
|
||||
msgid "%d = 1 (from core)"
|
||||
msgid_plural "%d = 0 or > 1 (from core)"
|
||||
msgstr[0] "%d ends in 1 (from core translated)"
|
||||
msgstr[1] "%d ends in 2 (from core translated)"
|
||||
msgstr[2] "%d ends in 03-04 (from core translated)"
|
||||
msgstr[3] "%d everything else (from core translated)"
|
||||
|
||||
|
|
@ -0,0 +1,27 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: CakePHP Testsuite\n"
|
||||
"POT-Creation-Date: 2008-05-15 02:51-0700\n"
|
||||
"PO-Revision-Date: \n"
|
||||
"Last-Translator: CakePHP I18N & I10N Team <i10n.cakephp@gmail.com>\n"
|
||||
"Language-Team: CakePHP I18N & I10N Team <i10n.cakephp@gmail.com>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=4; plural=n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3;\n"
|
||||
"X-Poedit-Language: Four Forms of Plurals\n"
|
||||
"X-Poedit-SourceCharset: utf-8\n"
|
||||
|
||||
msgid "Plural Rule 1"
|
||||
msgstr "Plural Rule 10 (translated)"
|
||||
|
||||
msgid "%d = 1"
|
||||
msgid_plural "%d = 0 or > 1"
|
||||
msgstr[0] "%d ends in 1 (translated)"
|
||||
msgstr[1] "%d ends in 2 (translated)"
|
||||
msgstr[2] "%d ends in 03-04 (translated)"
|
||||
msgstr[3] "%d everything else (translated)"
|
||||
|
||||
#~ msgid "Plural-Forms 1"
|
||||
#~ msgstr "Plural-Forms 1 (translated)"
|
||||
|
||||
BIN
lib/Cake/Test/test_app/Locale/rule_11_mo/LC_MESSAGES/core.mo
Normal file
BIN
lib/Cake/Test/test_app/Locale/rule_11_mo/LC_MESSAGES/core.mo
Normal file
Binary file not shown.
BIN
lib/Cake/Test/test_app/Locale/rule_11_mo/LC_MESSAGES/default.mo
Normal file
BIN
lib/Cake/Test/test_app/Locale/rule_11_mo/LC_MESSAGES/default.mo
Normal file
Binary file not shown.
25
lib/Cake/Test/test_app/Locale/rule_11_po/LC_MESSAGES/core.po
Normal file
25
lib/Cake/Test/test_app/Locale/rule_11_po/LC_MESSAGES/core.po
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: CakePHP Testsuite\n"
|
||||
"POT-Creation-Date: 2008-10-09 19:20-0300\n"
|
||||
"PO-Revision-Date: \n"
|
||||
"Last-Translator: Renan Gonçalves <renan.saddam@gmail.com>\n"
|
||||
"Language-Team: CakePHP I18N & I10N Team <i10n.cakephp@gmail.com>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=5; plural=n==1 ? 0 : n==2 ? 1 : n>=3 && n<=6 ? 2 : n>=7 && n<=10 ? 3 : 4;\n"
|
||||
"X-Poedit-Language: Five Forms of Plurals\n"
|
||||
"X-Poedit-SourceCharset: utf-8\n"
|
||||
|
||||
msgid "Plural Rule 1 (from core)"
|
||||
msgstr "Plural Rule 11 (from core translated)"
|
||||
|
||||
msgid "%d = 1 (from core)"
|
||||
msgid_plural "%d = 0 or > 1 (from core)"
|
||||
msgstr[0] "%d is 1 (from core translated)"
|
||||
msgstr[1] "%d is 2 (from core translated)"
|
||||
msgstr[2] "%d is 3-6 (from core translated)"
|
||||
msgstr[3] "%d is 7-10 (from core translated)"
|
||||
msgstr[4] "%d everything else (from core translated)"
|
||||
|
||||
|
|
@ -0,0 +1,25 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: CakePHP Testsuite\n"
|
||||
"POT-Creation-Date: 2008-10-09 19:20-0300\n"
|
||||
"PO-Revision-Date: \n"
|
||||
"Last-Translator: Renan Gonçalves <renan.saddam@gmail.com>\n"
|
||||
"Language-Team: CakePHP I18N & I10N Team <i10n.cakephp@gmail.com>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=5; plural=n==1 ? 0 : n==2 ? 1 : n>=3 && n<=6 ? 2 : n>=7 && n<=10 ? 3 : 4;\n"
|
||||
"X-Poedit-Language: Five Forms of Plurals\n"
|
||||
"X-Poedit-SourceCharset: utf-8\n"
|
||||
|
||||
msgid "Plural Rule 1"
|
||||
msgstr "Plural Rule 11 (translated)"
|
||||
|
||||
msgid "%d = 1"
|
||||
msgid_plural "%d = 0 or > 1"
|
||||
msgstr[0] "%d is 1 (translated)"
|
||||
msgstr[1] "%d is 2 (translated)"
|
||||
msgstr[2] "%d is 3-6 (translated)"
|
||||
msgstr[3] "%d is 7-10 (translated)"
|
||||
msgstr[4] "%d everything else (translated)"
|
||||
|
||||
BIN
lib/Cake/Test/test_app/Locale/rule_12_mo/LC_MESSAGES/core.mo
Normal file
BIN
lib/Cake/Test/test_app/Locale/rule_12_mo/LC_MESSAGES/core.mo
Normal file
Binary file not shown.
BIN
lib/Cake/Test/test_app/Locale/rule_12_mo/LC_MESSAGES/default.mo
Normal file
BIN
lib/Cake/Test/test_app/Locale/rule_12_mo/LC_MESSAGES/default.mo
Normal file
Binary file not shown.
24
lib/Cake/Test/test_app/Locale/rule_12_po/LC_MESSAGES/core.po
Normal file
24
lib/Cake/Test/test_app/Locale/rule_12_po/LC_MESSAGES/core.po
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: CakePHP Testsuite\n"
|
||||
"POT-Creation-Date: 2008-10-09 19:20-0300\n"
|
||||
"PO-Revision-Date: \n"
|
||||
"Last-Translator: Renan Gonçalves <renan.saddam@gmail.com>\n"
|
||||
"Language-Team: CakePHP I18N & I10N Team <i10n.cakephp@gmail.com>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=4; plural=n==1 ? 0 : n==2 ? 1 : n==0 || (n>=3 && n<=10) ? 2 : 3;\n"
|
||||
"X-Poedit-Language: Four Forms of Plurals\n"
|
||||
"X-Poedit-SourceCharset: utf-8\n"
|
||||
|
||||
msgid "Plural Rule 1 (from core)"
|
||||
msgstr "Plural Rule 12 (from core translated)"
|
||||
|
||||
msgid "%d = 1 (from core)"
|
||||
msgid_plural "%d = 0 or > 1 (from core)"
|
||||
msgstr[0] "%d is 1 (from core translated)"
|
||||
msgstr[1] "%d is 2 (from core translated)"
|
||||
msgstr[2] "%d is 0 or 3-10 (from core translated)"
|
||||
msgstr[3] "%d everything else (from core translated)"
|
||||
|
||||
|
|
@ -0,0 +1,24 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: CakePHP Testsuite\n"
|
||||
"POT-Creation-Date: 2008-10-09 19:20-0300\n"
|
||||
"PO-Revision-Date: \n"
|
||||
"Last-Translator: Renan Gonçalves <renan.saddam@gmail.com>\n"
|
||||
"Language-Team: CakePHP I18N & I10N Team <i10n.cakephp@gmail.com>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=4; plural=n==1 ? 0 : n==2 ? 1 : n==0 || (n>=3 && n<=10) ? 2 : 3;\n"
|
||||
"X-Poedit-Language: Four Forms of Plurals\n"
|
||||
"X-Poedit-SourceCharset: utf-8\n"
|
||||
|
||||
msgid "Plural Rule 1"
|
||||
msgstr "Plural Rule 12 (translated)"
|
||||
|
||||
msgid "%d = 1"
|
||||
msgid_plural "%d = 0 or > 1"
|
||||
msgstr[0] "%d is 1 (translated)"
|
||||
msgstr[1] "%d is 2 (translated)"
|
||||
msgstr[2] "%d is 0 or 3-10 (translated)"
|
||||
msgstr[3] "%d everything else (translated)"
|
||||
|
||||
BIN
lib/Cake/Test/test_app/Locale/rule_13_mo/LC_MESSAGES/core.mo
Normal file
BIN
lib/Cake/Test/test_app/Locale/rule_13_mo/LC_MESSAGES/core.mo
Normal file
Binary file not shown.
BIN
lib/Cake/Test/test_app/Locale/rule_13_mo/LC_MESSAGES/default.mo
Normal file
BIN
lib/Cake/Test/test_app/Locale/rule_13_mo/LC_MESSAGES/default.mo
Normal file
Binary file not shown.
24
lib/Cake/Test/test_app/Locale/rule_13_po/LC_MESSAGES/core.po
Normal file
24
lib/Cake/Test/test_app/Locale/rule_13_po/LC_MESSAGES/core.po
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: CakePHP Testsuite\n"
|
||||
"POT-Creation-Date: 2008-10-09 19:20-0300\n"
|
||||
"PO-Revision-Date: \n"
|
||||
"Last-Translator: Renan Gonçalves <renan.saddam@gmail.com>\n"
|
||||
"Language-Team: CakePHP I18N & I10N Team <i10n.cakephp@gmail.com>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=4; plural=n==1 ? 0 : n==0 || (n%100>=1 && n%100<=10) ? 1 : n%100>=11 && n%100<=20 ? 2 : 3;\n"
|
||||
"X-Poedit-Language: Four Forms of Plurals\n"
|
||||
"X-Poedit-SourceCharset: utf-8\n"
|
||||
|
||||
msgid "Plural Rule 1 (from core)"
|
||||
msgstr "Plural Rule 13 (from core translated)"
|
||||
|
||||
msgid "%d = 1 (from core)"
|
||||
msgid_plural "%d = 0 or > 1 (from core)"
|
||||
msgstr[0] "%d is 1 (from core translated)"
|
||||
msgstr[1] "%d is 0 or ends in 01-10 (from core translated)"
|
||||
msgstr[2] "%d ends in 11-20 (from core translated)"
|
||||
msgstr[3] "%d everything else (from core translated)"
|
||||
|
||||
|
|
@ -0,0 +1,24 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: CakePHP Testsuite\n"
|
||||
"POT-Creation-Date: 2008-10-09 19:20-0300\n"
|
||||
"PO-Revision-Date: \n"
|
||||
"Last-Translator: Renan Gonçalves <renan.saddam@gmail.com>\n"
|
||||
"Language-Team: CakePHP I18N & I10N Team <i10n.cakephp@gmail.com>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=4; plural=n==1 ? 0 : n==0 || (n%100>=1 && n%100<=10) ? 1 : n%100>=11 && n%100<=20 ? 2 : 3;\n"
|
||||
"X-Poedit-Language: Four Forms of Plurals\n"
|
||||
"X-Poedit-SourceCharset: utf-8\n"
|
||||
|
||||
msgid "Plural Rule 1"
|
||||
msgstr "Plural Rule 13 (translated)"
|
||||
|
||||
msgid "%d = 1"
|
||||
msgid_plural "%d = 0 or > 1"
|
||||
msgstr[0] "%d is 1 (translated)"
|
||||
msgstr[1] "%d is 0 or ends in 01-10 (translated)"
|
||||
msgstr[2] "%d ends in 11-20 (translated)"
|
||||
msgstr[3] "%d everything else (translated)"
|
||||
|
||||
BIN
lib/Cake/Test/test_app/Locale/rule_14_mo/LC_MESSAGES/core.mo
Normal file
BIN
lib/Cake/Test/test_app/Locale/rule_14_mo/LC_MESSAGES/core.mo
Normal file
Binary file not shown.
BIN
lib/Cake/Test/test_app/Locale/rule_14_mo/LC_MESSAGES/default.mo
Normal file
BIN
lib/Cake/Test/test_app/Locale/rule_14_mo/LC_MESSAGES/default.mo
Normal file
Binary file not shown.
23
lib/Cake/Test/test_app/Locale/rule_14_po/LC_MESSAGES/core.po
Normal file
23
lib/Cake/Test/test_app/Locale/rule_14_po/LC_MESSAGES/core.po
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: CakePHP Testsuite\n"
|
||||
"POT-Creation-Date: 2008-10-09 19:20-0300\n"
|
||||
"PO-Revision-Date: \n"
|
||||
"Last-Translator: Renan Gonçalves <renan.saddam@gmail.com>\n"
|
||||
"Language-Team: CakePHP I18N & I10N Team <i10n.cakephp@gmail.com>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=3; plural=n%10==1 ? 0 : n%10==2 ? 1 : 2;\n"
|
||||
"X-Poedit-Language: Three Forms of Plurals\n"
|
||||
"X-Poedit-SourceCharset: utf-8\n"
|
||||
|
||||
msgid "Plural Rule 1 (from core)"
|
||||
msgstr "Plural Rule 14 (from core translated)"
|
||||
|
||||
msgid "%d = 1 (from core)"
|
||||
msgid_plural "%d = 0 or > 1 (from core)"
|
||||
msgstr[0] "%d ends in 1 (from core translated)"
|
||||
msgstr[1] "%d ends in 2 (from core translated)"
|
||||
msgstr[2] "%d everything else (from core translated)"
|
||||
|
||||
|
|
@ -0,0 +1,23 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: CakePHP Testsuite\n"
|
||||
"POT-Creation-Date: 2008-10-09 19:20-0300\n"
|
||||
"PO-Revision-Date: \n"
|
||||
"Last-Translator: Renan Gonçalves <renan.saddam@gmail.com>\n"
|
||||
"Language-Team: CakePHP I18N & I10N Team <i10n.cakephp@gmail.com>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=3; plural=n%10==1 ? 0 : n%10==2 ? 1 : 2;\n"
|
||||
"X-Poedit-Language: Three Forms of Plurals\n"
|
||||
"X-Poedit-SourceCharset: utf-8\n"
|
||||
|
||||
msgid "Plural Rule 1"
|
||||
msgstr "Plural Rule 14 (translated)"
|
||||
|
||||
msgid "%d = 1"
|
||||
msgid_plural "%d = 0 or > 1"
|
||||
msgstr[0] "%d ends in 1 (translated)"
|
||||
msgstr[1] "%d ends in 2 (translated)"
|
||||
msgstr[2] "%d everything else (translated)"
|
||||
|
||||
BIN
lib/Cake/Test/test_app/Locale/rule_1_mo/LC_MESSAGES/core.mo
Normal file
BIN
lib/Cake/Test/test_app/Locale/rule_1_mo/LC_MESSAGES/core.mo
Normal file
Binary file not shown.
BIN
lib/Cake/Test/test_app/Locale/rule_1_mo/LC_MESSAGES/default.mo
Normal file
BIN
lib/Cake/Test/test_app/Locale/rule_1_mo/LC_MESSAGES/default.mo
Normal file
Binary file not shown.
22
lib/Cake/Test/test_app/Locale/rule_1_po/LC_MESSAGES/core.po
Normal file
22
lib/Cake/Test/test_app/Locale/rule_1_po/LC_MESSAGES/core.po
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: CakePHP Testsuite\n"
|
||||
"POT-Creation-Date: 2008-05-15 02:51-0700\n"
|
||||
"PO-Revision-Date: \n"
|
||||
"Last-Translator: CakePHP I18N & I10N Team <i10n.cakephp@gmail.com>\n"
|
||||
"Language-Team: CakePHP I18N & I10N Team <i10n.cakephp@gmail.com>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Poedit-Language: Two Forms of Plurals\n"
|
||||
"X-Poedit-SourceCharset: utf-8\n"
|
||||
|
||||
msgid "Plural Rule 1 (from core)"
|
||||
msgstr "Plural Rule 1 (from core translated)"
|
||||
|
||||
msgid "%d = 1 (from core)"
|
||||
msgid_plural "%d = 0 or > 1 (from core)"
|
||||
msgstr[0] "%d = 1 (from core translated)"
|
||||
msgstr[1] "%d = 0 or > 1 (from core translated)"
|
||||
|
||||
|
|
@ -0,0 +1,25 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: CakePHP Testsuite\n"
|
||||
"POT-Creation-Date: 2008-05-15 02:51-0700\n"
|
||||
"PO-Revision-Date: \n"
|
||||
"Last-Translator: CakePHP I18N & I10N Team <i10n.cakephp@gmail.com>\n"
|
||||
"Language-Team: CakePHP I18N & I10N Team <i10n.cakephp@gmail.com>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Poedit-Language: Two Forms of Plurals\n"
|
||||
"X-Poedit-SourceCharset: utf-8\n"
|
||||
|
||||
msgid "Plural Rule 1"
|
||||
msgstr "Plural Rule 1 (translated)"
|
||||
|
||||
msgid "%d = 1"
|
||||
msgid_plural "%d = 0 or > 1"
|
||||
msgstr[0] "%d = 1 (translated)"
|
||||
msgstr[1] "%d = 0 or > 1 (translated)"
|
||||
|
||||
#~ msgid "Plural-Forms 1"
|
||||
#~ msgstr "Plural-Forms 1 (translated)"
|
||||
|
||||
BIN
lib/Cake/Test/test_app/Locale/rule_2_mo/LC_MESSAGES/core.mo
Normal file
BIN
lib/Cake/Test/test_app/Locale/rule_2_mo/LC_MESSAGES/core.mo
Normal file
Binary file not shown.
BIN
lib/Cake/Test/test_app/Locale/rule_2_mo/LC_MESSAGES/default.mo
Normal file
BIN
lib/Cake/Test/test_app/Locale/rule_2_mo/LC_MESSAGES/default.mo
Normal file
Binary file not shown.
22
lib/Cake/Test/test_app/Locale/rule_2_po/LC_MESSAGES/core.po
Normal file
22
lib/Cake/Test/test_app/Locale/rule_2_po/LC_MESSAGES/core.po
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: CakePHP Testsuite\n"
|
||||
"POT-Creation-Date: 2008-05-15 02:51-0700\n"
|
||||
"PO-Revision-Date: \n"
|
||||
"Last-Translator: CakePHP I18N & I10N Team <i10n.cakephp@gmail.com>\n"
|
||||
"Language-Team: CakePHP I18N & I10N Team <i10n.cakephp@gmail.com>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=n>1;\n"
|
||||
"X-Poedit-Language: Two Forms of Plurals\n"
|
||||
"X-Poedit-SourceCharset: utf-8\n"
|
||||
|
||||
msgid "Plural Rule 1 (from core)"
|
||||
msgstr "Plural Rule 2 (from core translated)"
|
||||
|
||||
msgid "%d = 1 (from core)"
|
||||
msgid_plural "%d = 0 or > 1 (from core)"
|
||||
msgstr[0] "%d = 0 or 1 (from core translated)"
|
||||
msgstr[1] "%d > 1 (from core translated)"
|
||||
|
||||
|
|
@ -0,0 +1,25 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: CakePHP Testsuite\n"
|
||||
"POT-Creation-Date: 2008-05-15 02:51-0700\n"
|
||||
"PO-Revision-Date: \n"
|
||||
"Last-Translator: CakePHP I18N & I10N Team <i10n.cakephp@gmail.com>\n"
|
||||
"Language-Team: CakePHP I18N & I10N Team <i10n.cakephp@gmail.com>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=n>1;\n"
|
||||
"X-Poedit-Language: Two Forms of Plurals\n"
|
||||
"X-Poedit-SourceCharset: utf-8\n"
|
||||
|
||||
msgid "Plural Rule 1"
|
||||
msgstr "Plural Rule 2 (translated)"
|
||||
|
||||
msgid "%d = 1"
|
||||
msgid_plural "%d = 0 or > 1"
|
||||
msgstr[0] "%d = 0 or 1 (translated)"
|
||||
msgstr[1] "%d > 1 (translated)"
|
||||
|
||||
#~ msgid "Plural-Forms 1"
|
||||
#~ msgstr "Plural-Forms 1 (translated)"
|
||||
|
||||
BIN
lib/Cake/Test/test_app/Locale/rule_3_mo/LC_MESSAGES/core.mo
Normal file
BIN
lib/Cake/Test/test_app/Locale/rule_3_mo/LC_MESSAGES/core.mo
Normal file
Binary file not shown.
BIN
lib/Cake/Test/test_app/Locale/rule_3_mo/LC_MESSAGES/default.mo
Normal file
BIN
lib/Cake/Test/test_app/Locale/rule_3_mo/LC_MESSAGES/default.mo
Normal file
Binary file not shown.
23
lib/Cake/Test/test_app/Locale/rule_3_po/LC_MESSAGES/core.po
Normal file
23
lib/Cake/Test/test_app/Locale/rule_3_po/LC_MESSAGES/core.po
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: CakePHP Testsuite\n"
|
||||
"POT-Creation-Date: 2008-05-15 02:51-0700\n"
|
||||
"PO-Revision-Date: \n"
|
||||
"Last-Translator: CakePHP I18N & I10N Team <i10n.cakephp@gmail.com>\n"
|
||||
"Language-Team: CakePHP I18N & I10N Team <i10n.cakephp@gmail.com>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2;\n"
|
||||
"X-Poedit-Language: Three Forms of Plurals\n"
|
||||
"X-Poedit-SourceCharset: utf-8\n"
|
||||
|
||||
msgid "Plural Rule 1 (from core)"
|
||||
msgstr "Plural Rule 3 (from core translated)"
|
||||
|
||||
msgid "%d = 1 (from core)"
|
||||
msgid_plural "%d = 0 or > 1 (from core)"
|
||||
msgstr[0] "%d ends 1 but not 11 (from core translated)"
|
||||
msgstr[1] "%d everything else (from core translated)"
|
||||
msgstr[2] "%d = 0 (from core translated)"
|
||||
|
||||
|
|
@ -0,0 +1,26 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: CakePHP Testsuite\n"
|
||||
"POT-Creation-Date: 2008-05-15 02:51-0700\n"
|
||||
"PO-Revision-Date: \n"
|
||||
"Last-Translator: CakePHP I18N & I10N Team <i10n.cakephp@gmail.com>\n"
|
||||
"Language-Team: CakePHP I18N & I10N Team <i10n.cakephp@gmail.com>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2;\n"
|
||||
"X-Poedit-Language: Three Forms of Plurals\n"
|
||||
"X-Poedit-SourceCharset: utf-8\n"
|
||||
|
||||
msgid "Plural Rule 1"
|
||||
msgstr "Plural Rule 3 (translated)"
|
||||
|
||||
msgid "%d = 1"
|
||||
msgid_plural "%d = 0 or > 1"
|
||||
msgstr[0] "%d ends 1 but not 11 (translated)"
|
||||
msgstr[1] "%d everything else (translated)"
|
||||
msgstr[2] "%d = 0 (translated)"
|
||||
|
||||
#~ msgid "Plural-Forms 1"
|
||||
#~ msgstr "Plural-Forms 1 (translated)"
|
||||
|
||||
BIN
lib/Cake/Test/test_app/Locale/rule_4_mo/LC_MESSAGES/core.mo
Normal file
BIN
lib/Cake/Test/test_app/Locale/rule_4_mo/LC_MESSAGES/core.mo
Normal file
Binary file not shown.
BIN
lib/Cake/Test/test_app/Locale/rule_4_mo/LC_MESSAGES/default.mo
Normal file
BIN
lib/Cake/Test/test_app/Locale/rule_4_mo/LC_MESSAGES/default.mo
Normal file
Binary file not shown.
23
lib/Cake/Test/test_app/Locale/rule_4_po/LC_MESSAGES/core.po
Normal file
23
lib/Cake/Test/test_app/Locale/rule_4_po/LC_MESSAGES/core.po
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: CakePHP Testsuite\n"
|
||||
"POT-Creation-Date: 2008-05-15 02:51-0700\n"
|
||||
"PO-Revision-Date: \n"
|
||||
"Last-Translator: CakePHP I18N & I10N Team <i10n.cakephp@gmail.com>\n"
|
||||
"Language-Team: CakePHP I18N & I10N Team <i10n.cakephp@gmail.com>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=3; plural=n==1 ? 0 : n==2 ? 1 : 2;\n"
|
||||
"X-Poedit-Language: Three Forms of Plurals\n"
|
||||
"X-Poedit-SourceCharset: utf-8\n"
|
||||
|
||||
msgid "Plural Rule 1 (from core)"
|
||||
msgstr "Plural Rule 4 (from core translated)"
|
||||
|
||||
msgid "%d = 1 (from core)"
|
||||
msgid_plural "%d = 0 or > 1 (from core)"
|
||||
msgstr[0] "%d = 1 (from core translated)"
|
||||
msgstr[1] "%d = 2 (from core translated)"
|
||||
msgstr[2] "%d everything else (from core translated)"
|
||||
|
||||
|
|
@ -0,0 +1,26 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: CakePHP Testsuite\n"
|
||||
"POT-Creation-Date: 2008-05-15 02:51-0700\n"
|
||||
"PO-Revision-Date: \n"
|
||||
"Last-Translator: CakePHP I18N & I10N Team <i10n.cakephp@gmail.com>\n"
|
||||
"Language-Team: CakePHP I18N & I10N Team <i10n.cakephp@gmail.com>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=3; plural=n==1 ? 0 : n==2 ? 1 : 2;\n"
|
||||
"X-Poedit-Language: Three Forms of Plurals\n"
|
||||
"X-Poedit-SourceCharset: utf-8\n"
|
||||
|
||||
msgid "Plural Rule 1"
|
||||
msgstr "Plural Rule 4 (translated)"
|
||||
|
||||
msgid "%d = 1"
|
||||
msgid_plural "%d = 0 or > 1"
|
||||
msgstr[0] "%d = 1 (translated)"
|
||||
msgstr[1] "%d = 2 (translated)"
|
||||
msgstr[2] "%d everything else (translated)"
|
||||
|
||||
#~ msgid "Plural-Forms 1"
|
||||
#~ msgstr "Plural-Forms 1 (translated)"
|
||||
|
||||
BIN
lib/Cake/Test/test_app/Locale/rule_5_mo/LC_MESSAGES/core.mo
Normal file
BIN
lib/Cake/Test/test_app/Locale/rule_5_mo/LC_MESSAGES/core.mo
Normal file
Binary file not shown.
BIN
lib/Cake/Test/test_app/Locale/rule_5_mo/LC_MESSAGES/default.mo
Normal file
BIN
lib/Cake/Test/test_app/Locale/rule_5_mo/LC_MESSAGES/default.mo
Normal file
Binary file not shown.
23
lib/Cake/Test/test_app/Locale/rule_5_po/LC_MESSAGES/core.po
Normal file
23
lib/Cake/Test/test_app/Locale/rule_5_po/LC_MESSAGES/core.po
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: CakePHP Testsuite\n"
|
||||
"POT-Creation-Date: 2008-05-15 02:51-0700\n"
|
||||
"PO-Revision-Date: \n"
|
||||
"Last-Translator: CakePHP I18N & I10N Team <i10n.cakephp@gmail.com>\n"
|
||||
"Language-Team: CakePHP I18N & I10N Team <i10n.cakephp@gmail.com>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=3; plural=n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < 20)) ? 1 : 2;\n"
|
||||
"X-Poedit-Language: Three Forms of Plurals\n"
|
||||
"X-Poedit-SourceCharset: utf-8\n"
|
||||
|
||||
msgid "Plural Rule 1 (from core)"
|
||||
msgstr "Plural Rule 5 (from core translated)"
|
||||
|
||||
msgid "%d = 1 (from core)"
|
||||
msgid_plural "%d = 0 or > 1 (from core)"
|
||||
msgstr[0] "%d = 1 (from core translated)"
|
||||
msgstr[1] "%d = 0 or ends in 01-19 (from core translated)"
|
||||
msgstr[2] "%d everything else (from core translated)"
|
||||
|
||||
|
|
@ -0,0 +1,24 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: CakePHP Testsuite\n"
|
||||
"POT-Creation-Date: 2008-05-15 02:51-0700\n"
|
||||
"PO-Revision-Date: \n"
|
||||
"Last-Translator: CakePHP I18N & I10N Team <i10n.cakephp@gmail.com>\n"
|
||||
"Language-Team: CakePHP I18N & I10N Team <i10n.cakephp@gmail.com>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=3; plural=n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < 20)) ? 1 : 2;\n"
|
||||
|
||||
msgid "Plural Rule 1"
|
||||
msgstr "Plural Rule 5 (translated)"
|
||||
|
||||
msgid "%d = 1"
|
||||
msgid_plural "%d = 0 or > 1"
|
||||
msgstr[0] "%d = 1 (translated)"
|
||||
msgstr[1] "%d = 0 or ends in 01-19 (translated)"
|
||||
msgstr[2] "%d everything else (translated)"
|
||||
|
||||
#~ msgid "Plural-Forms 1"
|
||||
#~ msgstr "Plural-Forms 1 (translated)"
|
||||
|
||||
BIN
lib/Cake/Test/test_app/Locale/rule_6_mo/LC_MESSAGES/core.mo
Normal file
BIN
lib/Cake/Test/test_app/Locale/rule_6_mo/LC_MESSAGES/core.mo
Normal file
Binary file not shown.
BIN
lib/Cake/Test/test_app/Locale/rule_6_mo/LC_MESSAGES/default.mo
Normal file
BIN
lib/Cake/Test/test_app/Locale/rule_6_mo/LC_MESSAGES/default.mo
Normal file
Binary file not shown.
23
lib/Cake/Test/test_app/Locale/rule_6_po/LC_MESSAGES/core.po
Normal file
23
lib/Cake/Test/test_app/Locale/rule_6_po/LC_MESSAGES/core.po
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: CakePHP Testsuite\n"
|
||||
"POT-Creation-Date: 2008-05-15 02:51-0700\n"
|
||||
"PO-Revision-Date: \n"
|
||||
"Last-Translator: CakePHP I18N & I10N Team <i10n.cakephp@gmail.com>\n"
|
||||
"Language-Team: CakePHP I18N & I10N Team <i10n.cakephp@gmail.com>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
|
||||
"X-Poedit-Language: Three Forms of Plurals\n"
|
||||
"X-Poedit-SourceCharset: utf-8\n"
|
||||
|
||||
msgid "Plural Rule 1 (from core)"
|
||||
msgstr "Plural Rule 6 (from core translated)"
|
||||
|
||||
msgid "%d = 1 (from core)"
|
||||
msgid_plural "%d = 0 or > 1 (from core)"
|
||||
msgstr[0] "%d ends in 1, not 11 (from core translated)"
|
||||
msgstr[1] "%d everything else (from core translated)"
|
||||
msgstr[2] "%d ends in 0 or ends in 10-20 (from core translated)"
|
||||
|
||||
|
|
@ -0,0 +1,26 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: CakePHP Testsuite\n"
|
||||
"POT-Creation-Date: 2008-05-15 02:51-0700\n"
|
||||
"PO-Revision-Date: \n"
|
||||
"Last-Translator: CakePHP I18N & I10N Team <i10n.cakephp@gmail.com>\n"
|
||||
"Language-Team: CakePHP I18N & I10N Team <i10n.cakephp@gmail.com>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
|
||||
"X-Poedit-Language: Three Forms of Plurals\n"
|
||||
"X-Poedit-SourceCharset: utf-8\n"
|
||||
|
||||
msgid "Plural Rule 1"
|
||||
msgstr "Plural Rule 6 (translated)"
|
||||
|
||||
msgid "%d = 1"
|
||||
msgid_plural "%d = 0 or > 1"
|
||||
msgstr[0] "%d ends in 1, not 11 (translated)"
|
||||
msgstr[1] "%d everything else (translated)"
|
||||
msgstr[2] "%d ends in 0 or ends in 10-20 (translated)"
|
||||
|
||||
#~ msgid "Plural-Forms 1"
|
||||
#~ msgstr "Plural-Forms 1 (translated)"
|
||||
|
||||
BIN
lib/Cake/Test/test_app/Locale/rule_7_mo/LC_MESSAGES/core.mo
Normal file
BIN
lib/Cake/Test/test_app/Locale/rule_7_mo/LC_MESSAGES/core.mo
Normal file
Binary file not shown.
BIN
lib/Cake/Test/test_app/Locale/rule_7_mo/LC_MESSAGES/default.mo
Normal file
BIN
lib/Cake/Test/test_app/Locale/rule_7_mo/LC_MESSAGES/default.mo
Normal file
Binary file not shown.
23
lib/Cake/Test/test_app/Locale/rule_7_po/LC_MESSAGES/core.po
Normal file
23
lib/Cake/Test/test_app/Locale/rule_7_po/LC_MESSAGES/core.po
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: CakePHP Testsuite\n"
|
||||
"POT-Creation-Date: 2008-05-15 02:51-0700\n"
|
||||
"PO-Revision-Date: \n"
|
||||
"Last-Translator: CakePHP I18N & I10N Team <i10n.cakephp@gmail.com>\n"
|
||||
"Language-Team: CakePHP I18N & I10N Team <i10n.cakephp@gmail.com>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||
"X-Poedit-Language: Three Forms of Plurals\n"
|
||||
"X-Poedit-SourceCharset: utf-8\n"
|
||||
|
||||
msgid "Plural Rule 1 (from core)"
|
||||
msgstr "Plural Rule 7 (from core translated)"
|
||||
|
||||
msgid "%d = 1 (from core)"
|
||||
msgid_plural "%d = 0 or > 1 (from core)"
|
||||
msgstr[0] "%d ends in 1, not 11 (from core translated)"
|
||||
msgstr[1] "%d ends in 2-4, not 12-14 (from core translated)"
|
||||
msgstr[2] "%d everything else (from core translated)"
|
||||
|
||||
|
|
@ -0,0 +1,26 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: CakePHP Testsuite\n"
|
||||
"POT-Creation-Date: 2008-05-15 02:51-0700\n"
|
||||
"PO-Revision-Date: \n"
|
||||
"Last-Translator: CakePHP I18N & I10N Team <i10n.cakephp@gmail.com>\n"
|
||||
"Language-Team: CakePHP I18N & I10N Team <i10n.cakephp@gmail.com>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||
"X-Poedit-Language: Three Forms of Plurals\n"
|
||||
"X-Poedit-SourceCharset: utf-8\n"
|
||||
|
||||
msgid "Plural Rule 1"
|
||||
msgstr "Plural Rule 7 (translated)"
|
||||
|
||||
msgid "%d = 1"
|
||||
msgid_plural "%d = 0 or > 1"
|
||||
msgstr[0] "%d ends in 1, not 11 (translated)"
|
||||
msgstr[1] "%d ends in 2-4, not 12-14 (translated)"
|
||||
msgstr[2] "%d everything else (translated)"
|
||||
|
||||
#~ msgid "Plural-Forms 1"
|
||||
#~ msgstr "Plural-Forms 1 (translated)"
|
||||
|
||||
BIN
lib/Cake/Test/test_app/Locale/rule_8_mo/LC_MESSAGES/core.mo
Normal file
BIN
lib/Cake/Test/test_app/Locale/rule_8_mo/LC_MESSAGES/core.mo
Normal file
Binary file not shown.
BIN
lib/Cake/Test/test_app/Locale/rule_8_mo/LC_MESSAGES/default.mo
Normal file
BIN
lib/Cake/Test/test_app/Locale/rule_8_mo/LC_MESSAGES/default.mo
Normal file
Binary file not shown.
23
lib/Cake/Test/test_app/Locale/rule_8_po/LC_MESSAGES/core.po
Normal file
23
lib/Cake/Test/test_app/Locale/rule_8_po/LC_MESSAGES/core.po
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: CakePHP Testsuite\n"
|
||||
"POT-Creation-Date: 2008-05-15 02:51-0700\n"
|
||||
"PO-Revision-Date: \n"
|
||||
"Last-Translator: CakePHP I18N & I10N Team <i10n.cakephp@gmail.com>\n"
|
||||
"Language-Team: CakePHP I18N & I10N Team <i10n.cakephp@gmail.com>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
|
||||
"X-Poedit-Language: Three Forms of Plurals\n"
|
||||
"X-Poedit-SourceCharset: utf-8\n"
|
||||
|
||||
msgid "Plural Rule 1 (from core)"
|
||||
msgstr "Plural Rule 8 (from core translated)"
|
||||
|
||||
msgid "%d = 1 (from core)"
|
||||
msgid_plural "%d = 0 or > 1 (from core)"
|
||||
msgstr[0] "%d is 1 (from core translated)"
|
||||
msgstr[1] "%d is 2-4 (from core translated)"
|
||||
msgstr[2] "%d everything else (from core translated)"
|
||||
|
||||
|
|
@ -0,0 +1,26 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: CakePHP Testsuite\n"
|
||||
"POT-Creation-Date: 2008-05-15 02:51-0700\n"
|
||||
"PO-Revision-Date: \n"
|
||||
"Last-Translator: CakePHP I18N & I10N Team <i10n.cakephp@gmail.com>\n"
|
||||
"Language-Team: CakePHP I18N & I10N Team <i10n.cakephp@gmail.com>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
|
||||
"X-Poedit-Language: Three Forms of Plurals\n"
|
||||
"X-Poedit-SourceCharset: utf-8\n"
|
||||
|
||||
msgid "Plural Rule 1"
|
||||
msgstr "Plural Rule 8 (translated)"
|
||||
|
||||
msgid "%d = 1"
|
||||
msgid_plural "%d = 0 or > 1"
|
||||
msgstr[0] "%d is 1 (translated)"
|
||||
msgstr[1] "%d is 2-4 (translated)"
|
||||
msgstr[2] "%d everything else (translated)"
|
||||
|
||||
#~ msgid "Plural-Forms 1"
|
||||
#~ msgstr "Plural-Forms 1 (translated)"
|
||||
|
||||
BIN
lib/Cake/Test/test_app/Locale/rule_9_mo/LC_MESSAGES/core.mo
Normal file
BIN
lib/Cake/Test/test_app/Locale/rule_9_mo/LC_MESSAGES/core.mo
Normal file
Binary file not shown.
BIN
lib/Cake/Test/test_app/Locale/rule_9_mo/LC_MESSAGES/default.mo
Normal file
BIN
lib/Cake/Test/test_app/Locale/rule_9_mo/LC_MESSAGES/default.mo
Normal file
Binary file not shown.
23
lib/Cake/Test/test_app/Locale/rule_9_po/LC_MESSAGES/core.po
Normal file
23
lib/Cake/Test/test_app/Locale/rule_9_po/LC_MESSAGES/core.po
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: CakePHP Testsuite\n"
|
||||
"POT-Creation-Date: 2008-05-15 02:51-0700\n"
|
||||
"PO-Revision-Date: \n"
|
||||
"Last-Translator: CakePHP I18N & I10N Team <i10n.cakephp@gmail.com>\n"
|
||||
"Language-Team: CakePHP I18N & I10N Team <i10n.cakephp@gmail.com>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=3; plural=n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
|
||||
"X-Poedit-Language: Three Forms of Plurals\n"
|
||||
"X-Poedit-SourceCharset: utf-8\n"
|
||||
|
||||
msgid "Plural Rule 1 (from core)"
|
||||
msgstr "Plural Rule 9 (from core translated)"
|
||||
|
||||
msgid "%d = 1 (from core)"
|
||||
msgid_plural "%d = 0 or > 1 (from core)"
|
||||
msgstr[0] "%d is 1 (from core translated)"
|
||||
msgstr[1] "%d ends in 2-4, not 12-14 (from core translated)"
|
||||
msgstr[2] "%d everything else (from core translated)"
|
||||
|
||||
|
|
@ -0,0 +1,26 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: CakePHP Testsuite\n"
|
||||
"POT-Creation-Date: 2008-05-15 02:51-0700\n"
|
||||
"PO-Revision-Date: \n"
|
||||
"Last-Translator: CakePHP I18N & I10N Team <i10n.cakephp@gmail.com>\n"
|
||||
"Language-Team: CakePHP I18N & I10N Team <i10n.cakephp@gmail.com>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=3; plural=n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
|
||||
"X-Poedit-Language: Three Forms of Plurals\n"
|
||||
"X-Poedit-SourceCharset: utf-8\n"
|
||||
|
||||
msgid "Plural Rule 1"
|
||||
msgstr "Plural Rule 9 (translated)"
|
||||
|
||||
msgid "%d = 1"
|
||||
msgid_plural "%d = 0 or > 1"
|
||||
msgstr[0] "%d is 1 (translated)"
|
||||
msgstr[1] "%d ends in 2-4, not 12-14 (translated)"
|
||||
msgstr[2] "%d everything else (translated)"
|
||||
|
||||
#~ msgid "Plural-Forms 1"
|
||||
#~ msgstr "Plural-Forms 1 (translated)"
|
||||
|
||||
42
lib/Cake/Test/test_app/Locale/time_test/LC_TIME
Normal file
42
lib/Cake/Test/test_app/Locale/time_test/LC_TIME
Normal file
|
|
@ -0,0 +1,42 @@
|
|||
escape_char /
|
||||
comment_char %
|
||||
abday "<U0064><U006F><U006D>";"<U006C><U0075><U006E>";/
|
||||
"<U006D><U0061><U0072>";"<U006D><U0069><U00E9>";/
|
||||
"<U006A><U0075><U0065>";"<U0076><U0069><U0065>";/
|
||||
"<U0073><U00E1><U0062>"
|
||||
day "<U0064><U006F><U006D><U0069><U006E><U0067><U006F>";/
|
||||
"<U006C><U0075><U006E><U0065><U0073>";/
|
||||
"<U006D><U0061><U0072><U0074><U0065><U0073>";/
|
||||
"<U006D><U0069><U00E9><U0072><U0063><U006F><U006C><U0065><U0073>";/
|
||||
"<U006A><U0075><U0065><U0076><U0065><U0073>";/
|
||||
"<U0076><U0069><U0065><U0072><U006E><U0065><U0073>";/
|
||||
"<U0073><U00E1><U0062><U0061><U0064><U006F>"
|
||||
abmon "<U0065><U006E><U0065>";"<U0066><U0065><U0062>";/
|
||||
"<U006D><U0061><U0072>";"<U0061><U0062><U0072>";/
|
||||
"<U006D><U0061><U0079>";"<U006A><U0075><U006E>";/
|
||||
"<U006A><U0075><U006C>";"<U0061><U0067><U006F>";/
|
||||
"<U0073><U0065><U0070>";"<U006F><U0063><U0074>";/
|
||||
"<U006E><U006F><U0076>";"<U0064><U0069><U0063>"
|
||||
mon "<U0065><U006E><U0065><U0072><U006F>";/
|
||||
"<U0066><U0065><U0062><U0072><U0065><U0072><U006F>";/
|
||||
"<U006D><U0061><U0072><U007A><U006F>";/
|
||||
"<U0061><U0062><U0072><U0069><U006C>";/
|
||||
"<U006D><U0061><U0079><U006F>";/
|
||||
"<U006A><U0075><U006E><U0069><U006F>";/
|
||||
"<U006A><U0075><U006C><U0069><U006F>";/
|
||||
"<U0061><U0067><U006F><U0073><U0074><U006F>";/
|
||||
"<U0073><U0065><U0070><U0074><U0069><U0065><U006D><U0062><U0072><U0065>";/
|
||||
"<U006F><U0063><U0074><U0075><U0062><U0072><U0065>";/
|
||||
"<U006E><U006F><U0076><U0069><U0065><U006D><U0062><U0072><U0065>";/
|
||||
"<U0064><U0069><U0063><U0069><U0065><U006D><U0062><U0072><U0065>"
|
||||
d_t_fmt "<U0025><U0061><U0020><U0025><U0064><U0020><U0025><U0062><U0020><U0025><U0059><U0020><U0025><U0054><U0020><U0025><U005A>"
|
||||
d_fmt "<U0025><U0064><U002F><U0025><U006D><U002F><U0025><U0079>"
|
||||
t_fmt "<U0025><U0054>"
|
||||
am_pm "<U0061><U006D>";"<U0070><U006D>"
|
||||
t_fmt_ampm "<U0025><U0049><U003A><U0025><U004D><U003A><U0025><U0053><U0020>/
|
||||
<U0025><U0070>"
|
||||
date_fmt "<U0025><U0061><U0020><U0025><U0062><U0020><U0025><U0065>/
|
||||
<U0020><U0025><U0048><U003A><U0025><U004D><U003A><U0025><U0053><U0020>/
|
||||
<U0025><U005A><U0020><U0025><U0059>"
|
||||
% FIXME: found in CLDR
|
||||
first_weekday 2
|
||||
35
lib/Cake/Test/test_app/Model/AppModel.php
Normal file
35
lib/Cake/Test/test_app/Model/AppModel.php
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
<?php
|
||||
/**
|
||||
* Application model for Cake.
|
||||
*
|
||||
* This file is application-wide model file. You can put all
|
||||
* application-wide model-related methods here.
|
||||
*
|
||||
* PHP 5
|
||||
*
|
||||
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
|
||||
* Copyright 2005-2012, Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
*
|
||||
* Licensed under The MIT License
|
||||
* Redistributions of files must retain the above copyright notice.
|
||||
*
|
||||
* @copyright Copyright 2005-2012, Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
* @link http://cakephp.org CakePHP(tm) Project
|
||||
* @package Cake.Model
|
||||
* @since CakePHP(tm) v 0.2.9
|
||||
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||
*/
|
||||
|
||||
App::uses('Model', 'Model');
|
||||
|
||||
/**
|
||||
* Application model for Cake.
|
||||
*
|
||||
* This is a placeholder class.
|
||||
* Create the same file in app/Model/AppModel.php
|
||||
* Add your application-wide methods to the class, your models will inherit them.
|
||||
*
|
||||
* @package Cake.Model
|
||||
*/
|
||||
class AppModel extends Model {
|
||||
}
|
||||
|
|
@ -0,0 +1,29 @@
|
|||
<?php
|
||||
/**
|
||||
* Behavior for binding management.
|
||||
*
|
||||
* Behavior to simplify manipulating a model's bindings when doing a find operation
|
||||
*
|
||||
* PHP 5
|
||||
*
|
||||
* CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
|
||||
* Copyright 2005-2012, Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
*
|
||||
* Licensed under The MIT License
|
||||
* Redistributions of files must retain the above copyright notice.
|
||||
*
|
||||
* @copyright Copyright 2005-2012, Cake Software Foundation, Inc. (http://cakefoundation.org)
|
||||
* @link http://cakephp.org CakePHP(tm) Project
|
||||
* @package Cake.Test.test_app.Model.Behavior
|
||||
* @since CakePHP(tm) v 1.2.0.5669
|
||||
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||
*/
|
||||
|
||||
/**
|
||||
* Behavior to allow for dynamic and atomic manipulation of a Model's associations used for a find call. Most useful for limiting
|
||||
* the amount of associations and data returned.
|
||||
*
|
||||
* @package Cake.Test.test_app.Model.Behavior
|
||||
*/
|
||||
class PersisterOneBehaviorBehavior extends ModelBehavior {
|
||||
}
|
||||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue