diff options
| author | wjames5 <will@tekimaki.com> | 2010-04-17 03:45:08 +0000 |
|---|---|---|
| committer | wjames5 <will@tekimaki.com> | 2010-04-17 03:45:08 +0000 |
| commit | 80d11a30792b8fa121ef1d913bc7b23e84b5c106 (patch) | |
| tree | 2891298a6edc03ff71e8447dafa16457c590c7ca /lang | |
| parent | 29c3da788db1bcbe0587b6e62c694002bf2e47f6 (diff) | |
| download | languages-80d11a30792b8fa121ef1d913bc7b23e84b5c106.tar.gz languages-80d11a30792b8fa121ef1d913bc7b23e84b5c106.tar.bz2 languages-80d11a30792b8fa121ef1d913bc7b23e84b5c106.zip | |
step one of contenttype name plural - new methods to fetch name in libertycontent and libertysystem, deprecate old and redundant methods - sill utilize content_description param in new methods until schema change
Diffstat (limited to 'lang')
| -rw-r--r-- | lang/ru/language.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/ru/language.php b/lang/ru/language.php index aa40613..83b9f33 100644 --- a/lang/ru/language.php +++ b/lang/ru/language.php @@ -3941,7 +3941,7 @@ or use the image URL to include images using the WYSIWYG editor. ' => 'Если 'This feature is disabled' => 'Эта возможность заблокирована', 'This file will be uploaded to your personal storage area.<br />After selecting the file you want to upload, please return to the edit area and click the save button.' => 'Этот файл будет закачан в ваше личное хранилище. <br />После выбора файла пожалуйста вернитесь к зоне редактирования и нажмите на кнопку Сохранить.', 'This gallery is empty' => 'Эта галерея пуста', -'This {$gContent->getContentDescription()|strtolower} has been password protected by the owner.' => '{$gContent->getContentDescription()|strtolower} защищена паролем', +'This {$gContent->getContentTypeName()|strtolower} has been password protected by the owner.' => '{$gContent->getContentTypeName()|strtolower} защищена паролем', 'This Image Gallery is accessible only by typing the exact URL. It will not appear in listings and search' => 'Галерея доступна только при введении точного адреса. Не будет видно в списках или при поиске', 'This Image Gallery is only visible to you.' => 'Галерея доступна только вам.', 'This Image is accessible only by typing the exact URL. It will not appear in listings and search' => 'Изображение доступно только при введении точного адреса. Не будет видно в списках или при поиске', @@ -4701,4 +4701,4 @@ or use the image URL to include images using the WYSIWYG editor. ' => 'Если 'zone' => 'зона', 'создать Wiki Page' => 'создать вики-страницу', ); -?>
\ No newline at end of file +?> |
