0
|
1 |
<?php |
|
2 |
/* translation by Alexandrov Andrej (alexandrov@tb.by) */ |
|
3 |
|
|
4 |
$StrLanguageCharset = "windows-1251"; |
|
5 |
|
|
6 |
$StrIndexOf = "Index of"; |
|
7 |
|
|
8 |
$StrMenuCreateFolder = "����� ����������"; |
|
9 |
$StrMenuCreateFile = "������� ����"; |
|
10 |
$StrMenuUploadFiles = "��������� ���� �� ������"; |
|
11 |
$StrMenuLogOut = "�����"; |
|
12 |
|
|
13 |
$StrOpenFolder = "������� �����"; |
|
14 |
$StrRenameFolder = "������������� �����"; |
|
15 |
$StrDeleteFolder = "������� �����"; |
|
16 |
|
|
17 |
$StrViewFile = "�������� �����"; |
|
18 |
$StrEditFile = "������������� ����"; |
|
19 |
$StrRenameFile = "�������������"; |
|
20 |
$StrDownloadFile = "�������� ����"; |
|
21 |
$StrDeleteFile = "������� ����"; |
|
22 |
|
|
23 |
$StrFile = "����"; |
|
24 |
|
|
25 |
$StrFolderNameShort = "���"; |
|
26 |
$StrFileNameShort = "��� ����"; |
|
27 |
$StrFileSizeShort = "������"; |
|
28 |
$StrPermissionsShort = "�����"; |
|
29 |
$StrLastModifiedShort = "�������"; |
|
30 |
$StrEditShort = "���"; |
|
31 |
$StrViewShort = "����"; |
|
32 |
$StrRenameShort = "���"; |
|
33 |
$StrDownloadShort = "����"; |
|
34 |
$StrDeleteShort = "����"; |
|
35 |
|
|
36 |
$StrBack = "�����"; |
|
37 |
$StrYes = "��"; |
|
38 |
$StrOr = "���"; |
|
39 |
$StrCancel = "������"; |
|
40 |
|
|
41 |
$StrUsername = "�����:"; |
|
42 |
$StrPassword = "������:"; |
|
43 |
$StrLogIn = "�����"; |
|
44 |
$StrLoginSystem = "���� � �������:"; |
|
45 |
$StrLoginInfo = "������� ���������� ������ � �����:"; |
|
46 |
|
|
47 |
$StrAccessDenied = "������ ������!"; |
|
48 |
|
|
49 |
$StrInvalidHomeFolder = "��������� �������� ����������."; |
|
50 |
$StrInvalidPath = "��������� ����."; |
|
51 |
$StrMissingTrailingSlash = "(����������� ���� � ����)"; |
|
52 |
$StrAlreadyExists = "����� ���� ��� ���������� ��� ����������."; |
|
53 |
$StrFolderInvalidName = "������������ ��� �����."; |
|
54 |
$StrFileInvalidName = "������������ ��� �����."; |
|
55 |
$StrErrorOpeningFile = "������ �������� �����."; |
|
56 |
|
|
57 |
$StrSaveFileSuccess = "���� ��������!"; |
|
58 |
$StrSaveFileFail = "������ ���������� �����."; |
|
59 |
$StrEditing = "��������������"; |
|
60 |
$StrFilename = "��� �����:"; |
|
61 |
$StrRestoreOriginal = "������������"; |
|
62 |
$StrSaveAndExit = "���������"; |
|
63 |
|
|
64 |
$StrDeleteFolderNotFound = "����� �� �������."; |
|
65 |
$StrDeleteFileNotFound = "���� �� ������."; |
|
66 |
$StrDeleteFolderSuccess = "����� �������!"; |
|
67 |
$StrDeleteFileSuccess = "���� ������!"; |
|
68 |
$StrDeleteFolderFail = "������ �������� �����."; |
|
69 |
$StrDeleteFileFail = "������ �������� �����."; |
|
70 |
$StrDeleteFolderFailHelp = "�������� �� ���� � ����� ������ �� �����."; |
|
71 |
$StrDeleteFileFailHelp = "�������� �� ���� � ����� ������ �� ����."; |
|
72 |
$StrDeleteFolderQuestion = "�� ������������� ������ ������� �����?"; |
|
73 |
$StrDeleteFileQuestion = "�� ������������� ������ ������� ����?"; |
|
74 |
|
|
75 |
$StrRename = "�������������"; |
|
76 |
$StrRenameFolder = "������������� �����"; |
|
77 |
$StrRenameFile = "������������� ����"; |
|
78 |
$StrRenameFolderSuccess = "����� �������������!"; |
|
79 |
$StrRenameFileSuccess = "���� ������������!"; |
|
80 |
$StrRenameFolderFail = "�� ������� ������������� �����."; |
|
81 |
$StrRenameFileFail = "�� ������� ������������� ����."; |
|
82 |
$StrRenameFolderFailHelp = "�������� �� ���� � ����� ������ �� ����� ��� ������������ �����."; |
|
83 |
$StrRenameFileFailHelp = "�������� �� ���� � ����� ������ �� ���� ��� ������������ �����."; |
|
84 |
$StrRenameFolderQuestion = "�������� ����� ��� ��� ��������� �����:"; |
|
85 |
$StrRenameFileQuestion = "�������� ����� ��� ��� ���������� �����:"; |
|
86 |
|
|
87 |
$StrCreate = "�������"; |
|
88 |
$StrCreateFolder = "������� �����"; |
|
89 |
$StrCreateFile = "������� ����"; |
|
90 |
$StrCreateFolderSuccess = "����� �������!"; |
|
91 |
$StrCreateFileSuccess = "���� ������!"; |
|
92 |
$StrCreateFolderFail = "������ �������� �����."; |
|
93 |
$StrCreateFileFail = "������ �������� �����."; |
|
94 |
$StrCreateFolderFailHelp = "�������� �� ���� � ����� ������."; |
|
95 |
$StrCreateFileFailHelp = "�������� �� ���� � ����� ������."; |
|
96 |
$StrCreateFolderQuestion = "�������� ��� ��� ����� �����:"; |
|
97 |
$StrCreateFileQuestion = "�������� ��� ��� ������ �����:"; |
|
98 |
|
|
99 |
$StrUpload = "��������� �� ������"; |
|
100 |
$StrUploadFilesTo = "��������� ����� �"; |
|
101 |
$StrUploading = "��������"; |
|
102 |
$StrUploadSuccess = "OK!"; |
|
103 |
$StrUploadFail = "������!"; |
|
104 |
$StrUploadFailPost = "������� ������� ������ ����� / �������� faq.txt"; |
|
105 |
$StrFirstFile = "1-� ����:"; |
|
106 |
$StrSecondFile = "2-� ����:"; |
|
107 |
$StrThirdFile = "3-� ����:"; |
|
108 |
$StrFourthFile = "4-� ����:"; |
|
109 |
$StrUploadQuestion = "�������� ����� ������� �� ������ ���������:"; |
|
110 |
$StrUploadNote = "��������: ����� ����� �������� �:"; |
|
111 |
|
|
112 |
$StrDownload = "��������"; |
|
113 |
$StrDownloadClickLink = "������� ������ ����� ������ ��������."; |
|
114 |
$StrDownloadClickHere = "������ ����� ��� ��������"; |
|
115 |
$StrDownloadFail = "������ �������� ����� ��� ������������ ���."; |
|
116 |
|
|
117 |
$StrViewing = "��������"; |
|
118 |
$StrAt = "�"; |
|
119 |
$StrViewFail = "������ �������� ��������."; |
|
120 |
$StrViewFailHelp = "���� �� ���������� ��� ��� �� ��������."; |
|
121 |
$StrImage = "��������"; |
|
122 |
$StrZoomIn = "�����"; |
|
123 |
$StrZoomOut = "������"; |
|
124 |
$StrOriginalSize = "������������ ������"; |
|
125 |
$StrPrevious = "����������"; |
|
126 |
$StrNext = "���������"; |
|
127 |
|
|
128 |
?> |