Files
yii/tests/framework/i18n/data/ru/test.php
alexander.makarow 1f757cbf53 improved unit tests
2011-02-18 15:25:38 +00:00

15 lines
818 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php
return array(
'oranges' => 'апельсины',
'{brand} bags' => 'сумочки {brand}',
'in the cart: {n}' => 'в корзине: {n}',
'cucumber|cucumbers' => 'огурец|огурца|огурцов|огурца',
'{n} cucumber|{n} cucumbers' => '{n} огурец|{n} огурца|{n} огурцов',
'{sign} {n} cucumber|{sign} {n} cucumbers' => '{sign} {n} огурец|{sign} {n} огурца|{sign} {n} огурцов',
'zombie|zombies' => 'зомби',
'hat|hats' => 'шляпа|шляпы|шляп|useless1|useless2',
'news' => 'новость|новости|новостей',
'syn1|syn2|syn3' => 'син1|син2',
'n==1#one book|n>1#many books' => 'n==1#одна книга|n>1#много книг',
'1#one book|n>1#many books' => '1#одна книга|n>1#много книг',
);