Changeset 128
- Timestamp:
- 10/24/08 14:59:07 (4 years ago)
- Files:
-
- languages/lang_english/lang_admin.php (modified) (2 diffs)
- languages/lang_russian/lang_admin.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
languages/lang_english/lang_admin.php
r94 r128 943 943 'category_added_sucefully' => 'Category added successfully', 944 944 '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"?', 946 946 '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).', 947 948 '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.', 948 949 'image_file' => 'Image file', 949 950 'choose_image' => 'Choose image', 950 951 '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', 952 953 'anonymous_view' => 'Category is visible for unregistred users', 953 954 'anonymous_view_explain' => 'If anonymouses are allowed to browse torrents, torrents of this category will be visible, if checked.', … … 1058 1059 'default_type_moderated_torrents' => 'Which torrents mark as not moderated?', 1059 1060 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 1060 1066 )); 1061 1067 ?> languages/lang_russian/lang_admin.php
r94 r128 923 923 'category_added_sucefully' => '��������, 924 924 'category_sucefully_deleted' => '�������', 925 'confirm_delete_category' => '� ��, ����� ��� ',925 'confirm_delete_category' => '� ��, ����� ���"%s"?', 926 926 'cant_create_template_file' => '������ � ���, ���� ��', 927 'cant_copy_template_file' => '�������� ���, ���� ��', 927 928 'category_add_explain' => '�� ��� ����� ���� ��. ���� �������� �����, �����������', 928 929 'image_file' => '������, 929 930 'choose_image' => '��� ����, 930 931 'choose_category_to_move' => '��� ���� ������������ ��������������.', 931 'move_torrents_to_cat' => '���������� ,932 'move_torrents_to_cat' => '�����������%s ����, 932 933 'anonymous_view' => '����������������', 933 934 'anonymous_view_explain' => '���������������, ���� ���� ��� �����������', … … 1035 1036 'min_class_allow_upload' => '���� ������, ���������� 'default_type_moderated_torrents' => '�� ���������� 1036 1037 1038 'cat_parent' => '���� ���, 1039 'no_cat_parent' => '����� ���, 1040 'use_template_from' => '������, 1041 'create_empty_template' => '�������, 1042 1037 1043 )); 1038 1044 ?>
