mirror of
https://github.com/brmlab/brmsklad.git
synced 2025-08-04 07:03:41 +02:00
Upgrade CakePHP from 2.2.5 to 2.9.5
This commit is contained in:
parent
5a580df460
commit
235a541597
793 changed files with 60746 additions and 23753 deletions
|
@ -26,3 +26,16 @@ __('Hot features!'
|
|||
. ' Just look at the name...It\'s Cake'
|
||||
. "\n - Active, Friendly Community:"
|
||||
. ' Join us #cakephp on IRC. We\'d love to help you get started');
|
||||
|
||||
// Category
|
||||
echo __c('You have a new message (category: LC_NUMERIC).', 4);
|
||||
// LC_TIME is skipped.
|
||||
echo __c('You have a new message (category: LC_TIME).', 5);
|
||||
|
||||
// Context
|
||||
echo __('letter');
|
||||
echo __x('A', 'letter');
|
||||
echo __x('B', 'letter');
|
||||
echo __x('A', 'letter');
|
||||
echo __n('%d letter', '%d letters', $count);
|
||||
echo __xn('A', '%d letter', '%d letters', $count);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue