Changeset 128

Show
Ignore:
Timestamp:
10/24/08 14:59:07 (4 years ago)
Author:
Nafania
Message:

--

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • languages/lang_english/lang_admin.php

    r94 r128  
    943943        'category_added_sucefully' => 'Category added successfully', 
    944944        'category_sucefully_deleted' => 'Category successfully deleted', 
    945         'confirm_delete_category' => 'Are you sure to delete this category?', 
     945        'confirm_delete_category' => 'Are you sure to delete category "%s"?', 
    946946        'cant_create_template_file' => 'Unable to create template file, check folder rights (chmod).', 
     947        'cant_copy_template_file' => 'Unable to copy template file, check folder rights (chmod).', 
    947948        'category_add_explain' => 'Here you can add new category to the tracker. Category icon can be picked from present ones or uploaded to the tracker, using this form.', 
    948949        'image_file' => 'Image file', 
    949950        'choose_image' => 'Choose image', 
    950951        'choose_category_to_move' => 'Choose category to move all torrents from this category to, or all torrents from this category will be deleted.', 
    951         'move_torrents_to_cat' => 'Move torrents %s to category', 
     952        'move_torrents_to_cat' => 'Move torrents %s and move subcats %s to category', 
    952953        'anonymous_view' => 'Category is visible for unregistred users', 
    953954        'anonymous_view_explain' => 'If anonymouses are allowed to browse torrents, torrents of this category will be visible, if checked.', 
     
    10581059        'default_type_moderated_torrents' => 'Which torrents mark as not moderated?', 
    10591060 
     1061        'cat_parent' => 'Cat parent', 
     1062        'no_cat_parent' => 'No cat parent', 
     1063        'use_template_from' => 'Use template from', 
     1064        'create_empty_template' => 'Create empty template', 
     1065 
    10601066)); 
    10611067?> 
  • languages/lang_russian/lang_admin.php

    r94 r128  
    923923        'category_added_sucefully' => '��������, 
    924924        'category_sucefully_deleted' => '�������', 
    925         'confirm_delete_category' => '� ��, ����� ���', 
     925        'confirm_delete_category' => '� ��, ����� ���"%s"?', 
    926926        'cant_create_template_file' => '������ � ���, ���� ��', 
     927        'cant_copy_template_file' => '�������� ���, ���� ��', 
    927928        'category_add_explain' => '�� ��� ����� ���� ��. ���� �������� �����, �����������', 
    928929        'image_file' => '������, 
    929930        'choose_image' => '��� ����, 
    930931        'choose_category_to_move' => '��� ���� ������������ ��������������.', 
    931         'move_torrents_to_cat' => '����������
     932        'move_torrents_to_cat' => '�����������%s ����
    932933        'anonymous_view' => '����������������', 
    933934        'anonymous_view_explain' => '���������������, ���� ���� ��� �����������', 
     
    10351036        'min_class_allow_upload' => '���� ������, ����������    'default_type_moderated_torrents' => '�� ���������� 
    10361037 
     1038        'cat_parent' => '���� ���, 
     1039        'no_cat_parent' => '����� ���, 
     1040        'use_template_from' => '������, 
     1041        'create_empty_template' => '�������, 
     1042 
    10371043)); 
    10381044?>