|
1 <?php |
|
2 /* translation by Morten Bojsen-Hansen (phpfm@zalon.dk) */ |
|
3 |
|
4 $StrLanguageCharset = "ISO-8859-1"; |
|
5 |
|
6 $StrIndexOf = "Index of"; |
|
7 |
|
8 $StrMenuCreateFolder = "Create new folder"; |
|
9 $StrMenuCreateFile = "Create new file"; |
|
10 $StrMenuUploadFiles = "Upload files"; |
|
11 $StrMenuLogOut = "Log out"; |
|
12 |
|
13 $StrOpenFolder = "Open folder"; |
|
14 $StrRenameFolder = "Rename folder"; |
|
15 $StrDeleteFolder = "Delete folder"; |
|
16 |
|
17 $StrViewFile = "View file"; |
|
18 $StrEditFile = "Edit file"; |
|
19 $StrRenameFile = "Rename file"; |
|
20 $StrDownloadFile = "Download file"; |
|
21 $StrDeleteFile = "Delete file"; |
|
22 |
|
23 $StrFile = "File"; |
|
24 |
|
25 $StrFolderNameShort = "Name"; |
|
26 $StrFileNameShort = "Name"; |
|
27 $StrFileSizeShort = "Size"; |
|
28 $StrPermissionsShort = "Perm"; |
|
29 $StrLastModifiedShort = "Modified"; |
|
30 $StrEditShort = "Ed"; |
|
31 $StrViewShort = "Vw"; |
|
32 $StrRenameShort = "Rn"; |
|
33 $StrDownloadShort = "Dl"; |
|
34 $StrDeleteShort = "Rm"; |
|
35 |
|
36 $StrBack = "Back"; |
|
37 $StrYes = "Yes"; |
|
38 $StrOr = "or"; |
|
39 $StrCancel = "Cancel"; |
|
40 |
|
41 $StrUsername = "Username:"; |
|
42 $StrPassword = "Password:"; |
|
43 $StrLogIn = "Log in"; |
|
44 $StrLoginSystem = "Login system:"; |
|
45 $StrLoginInfo = "Please input your username and password below:"; |
|
46 |
|
47 $StrAccessDenied = "Access denied!"; |
|
48 |
|
49 $StrInvalidHomeFolder = "Invalid home folder."; |
|
50 $StrInvalidPath = "Invalid path."; |
|
51 $StrMissingTrailingSlash = "(Missing trailing slash)"; |
|
52 $StrAlreadyExists = "A file or folder with that name already exists!"; |
|
53 $StrFolderInvalidName = "Invalid name of folder."; |
|
54 $StrFileInvalidName = "Invalid filename."; |
|
55 $StrErrorOpeningFile = "Error opening file."; |
|
56 |
|
57 $StrSaveFileSuccess = "File saved successfully!"; |
|
58 $StrSaveFileFail = "Saving of file failed."; |
|
59 $StrEditing = "Editing"; |
|
60 $StrFilename = "Filename:"; |
|
61 $StrRestoreOriginal = "Restore original"; |
|
62 $StrSaveAndExit = "Save & exit"; |
|
63 |
|
64 $StrDeleteFolderNotFound = "Folder not found."; |
|
65 $StrDeleteFileNotFound = "File not found."; |
|
66 $StrDeleteFolderSuccess = "Folder deleted successfully!"; |
|
67 $StrDeleteFileSuccess = "File deleted successfully!"; |
|
68 $StrDeleteFolderFail = "Deleting of folder failed."; |
|
69 $StrDeleteFileFail = "Deleting of file failed."; |
|
70 $StrDeleteFolderFailHelp = "This might be caused by insufficient permissions."; |
|
71 $StrDeleteFileFailHelp = "This might be caused by insufficient permissions."; |
|
72 $StrDeleteFolderQuestion = "Are you sure you want to delete the following folder?"; |
|
73 $StrDeleteFileQuestion = "Are you sure you want to delete the following file?"; |
|
74 |
|
75 $StrRename = "Rename"; |
|
76 $StrRenameFolder = "Rename folder"; |
|
77 $StrRenameFile = "Rename file"; |
|
78 $StrRenameFolderSuccess = "Folder renamed successfully!"; |
|
79 $StrRenameFileSuccess = "File renamed successfully!"; |
|
80 $StrRenameFolderFail = "Renaming of folder failed."; |
|
81 $StrRenameFileFail = "Renaming of file failed."; |
|
82 $StrRenameFolderFailHelp = "This might be caused by insufficient permissions or an invalid name of the folder."; |
|
83 $StrRenameFileFailHelp = "This might be caused by insufficient permissions or an invalid filename."; |
|
84 $StrRenameFolderQuestion = "Please select a new name for the following folder:"; |
|
85 $StrRenameFileQuestion = "Please select a new name for the following file:"; |
|
86 |
|
87 $StrCreate = "Create"; |
|
88 $StrCreateFolder = "Create new folder"; |
|
89 $StrCreateFile = "Create new file"; |
|
90 $StrCreateFolderSuccess = "Folder created successfully!"; |
|
91 $StrCreateFileSuccess = "File created successfully!"; |
|
92 $StrCreateFolderFail = "Creation of folder failed."; |
|
93 $StrCreateFileFail = "Creation of file failed."; |
|
94 $StrCreateFolderFailHelp = "This might be caused by insufficient permissions."; |
|
95 $StrCreateFileFailHelp = "This might be caused by insufficient permissions."; |
|
96 $StrCreateFolderQuestion = "Please select a name for the new folder:"; |
|
97 $StrCreateFileQuestion = "Please select a name for the new file:"; |
|
98 |
|
99 $StrUpload = "Upload"; |
|
100 $StrUploadFilesTo = "Upload files to"; |
|
101 $StrUploading = "Uploading"; |
|
102 $StrUploadSuccess = "OK!"; |
|
103 $StrUploadFail = "FAILED!"; |
|
104 $StrUploadFailPost = "Maximum POST size reached - see docs/faq.txt for more information."; |
|
105 $StrFirstFile = "1st file:"; |
|
106 $StrSecondFile = "2nd file:"; |
|
107 $StrThirdFile = "3rd file:"; |
|
108 $StrFourthFile = "4th file:"; |
|
109 $StrUploadQuestion = "Choose the files you wish to upload:"; |
|
110 $StrUploadNote = "Note: Uploaded files will be placed in:"; |
|
111 |
|
112 $StrDownload = "Download"; |
|
113 $StrDownloadClickLink = "Click on the link below to start downloading."; |
|
114 $StrDownloadClickHere = "Click here to download"; |
|
115 $StrDownloadFail = "Error opening file or invalid filename."; |
|
116 |
|
117 $StrViewing = "Viewing"; |
|
118 $StrAt = "at"; |
|
119 $StrViewFail = "Error opening image."; |
|
120 $StrViewFailHelp = "File does not exist or is not an image file."; |
|
121 $StrImage = "Image"; |
|
122 $StrZoomIn = "Zoom in"; |
|
123 $StrZoomOut = "Zoom out"; |
|
124 $StrOriginalSize = "Original size"; |
|
125 $StrPrevious = "Previous"; |
|
126 $StrNext = "Next"; |
|
127 ?> |