Changeset 12105 for trunk/language/ru_RU


Ignore:
Timestamp:
Sep 8, 2011, 1:52:02 PM (13 years ago)
Author:
plg
Message:

bug fixed: the "Learn more" language key needs to be in admin.lang.php, not in install.lang.php

Location:
trunk/language/ru_RU
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/language/ru_RU/admin.lang.php

    r12029 r12105  
    836836$lang['You can\'t define a default photo order because you have a custom setting in your local configuration.'] = 'Вы не можете определить порядок сортировки фотографий по умолчанию, так как он переопределен в локальных настройках.';
    837837$lang['You have specified <i>$conf[\'order_by\']</i> in your local configuration file, this parameter in deprecated, please remove it or rename it into <i>$conf[\'order_by_custom\']</i> !'] = 'Вы использовали <i>$conf[\'order_by\']</i> в качестве порядка сортировки в локальном файле конфигурации. Этот параметр не рекомендуется для использования. Пожалуйста, удалите его или переименуйте в <i>$conf[\'order_by_custom\']</i> !';
     838$lang['Learn more'] = 'Узнать больше';
    838839?>
  • trunk/language/ru_RU/install.lang.php

    r12103 r12105  
    6767$lang['Download the config file'] = 'Загрузить файл конфигурации';
    6868$lang['You can download the config file and upload it to local/config directory of your installation.'] = 'Вы можете загрузить файл конфигурации и передать его в local/config directory.';
    69 $lang['Learn more'] = 'Узнать больше';
    7069?>
Note: See TracChangeset for help on using the changeset viewer.