[ Index ] |
|
Code source de eGroupWare 1.2.106-2 |
1 <?php 2 $text = array(); 3 $text["folder_title"] = "MyDMS - Folder [foldername]"; 4 $text["document_title"] = "MyDMS - Document [documentname]"; 5 $text["folder_infos"] = "Informations"; 6 $text["document_infos"] = "Informations"; 7 $text["subfolder_list"] = "Subfolders"; 8 $text["document_list"] = "Documents"; 9 $text["download"] = "Download"; 10 $text["document_versions"] = "All versions"; 11 $text["logged_in_as"] = "Logged in"; 12 $text["my_account"] = "My Account"; 13 $text["user_management"] = "Users"; 14 $text["user_list"] = "List of Users"; 15 $text["logout"] = "Logout"; 16 $text["foldertree"] = "Foldertree"; 17 $text["selected_folder"] = "Selected folder"; 18 $text["selected_document"] = "Selected document"; 19 $text["folder_path"] = "Path"; 20 $text["folder_overview"] = "Folder-Overview"; 21 $text["document_overview"] = "Document-Overview"; 22 $text["comment"] = "Comment"; 23 $text["name"] = "Name"; 24 $text["local_file"] = "Local file"; 25 $text["owner"] = "Owner"; 26 $text["no_subfolders"] = "No subfolders"; 27 $text["no_documents"] = "No documents"; 28 $text["edit_folder"] = "Edit folder"; 29 $text["edit_document"] = "Edit document"; 30 $text["add_subfolder"] = "Add subfolder"; 31 $text["add_document"] = "Add document"; 32 $text["edit_folder_props"] = "Edit folder"; 33 $text["edit_folder_notify"] = "Notify-List"; 34 $text["edit_existing_notify"] = "Edit notify-list"; 35 $text["add_new_notify"] = "Add new notify"; 36 $text["rm_folder"] = "Remove folder"; 37 $text["edit_folder_access"] = "Edit access"; 38 $text["creation_date"] = "Created"; 39 $text["last_update"] = "Last updated"; 40 $text["current_version"] = "Current version"; 41 $text["comment_for_current_version"] = "Comment for current version"; 42 $text["uploaded_by"] = "Uploaded by"; 43 $text["file_size"] = "Filesize"; 44 $text["mime_type"] = "Mime-Type"; 45 $text["exp_date"] = "Expires"; 46 $text["does_not_expire"] = "Does not expire"; 47 $text["lock_status"] = "Status"; 48 $text["lock_message"] = "This document was locked by <a href=\"mailto:[email]\">[username]</a>.<br>Only authorized users can unlock this document (see end of page)."; 49 $text["version"] = "Version"; 50 $text["upload_date"] = "Upload-Date"; 51 $text["update_document"] = "Update"; 52 $text["unlock_document"] = "Unlock"; 53 $text["lock_document"] = "Lock"; 54 $text["edit_document_props"] = "Edit document"; 55 $text["edit_document_notify"] = "Notify-List"; 56 $text["rm_document"] = "Remove document"; 57 $text["rm_version"] = "Remove version"; 58 $text["edit_document_access"] = "Edit access"; 59 $text["select_one"] = "Select one"; 60 $text["user"] = "User"; 61 $text["group"] = "Group"; 62 $text["empty_notify_list"] = "No entries"; 63 $text["access_mode_none"] = "No access"; 64 $text["access_mode_read"] = "read"; 65 $text["access_mode_readwrite"] = "Read-Write"; 66 $text["access_mode_all"] = "All"; 67 $text["login"] = "Login"; 68 $text["user_login"] = "Username"; 69 $text["password"] = "Password"; 70 $text["wrong_pwd"] = "Your password is incorrect. Try Again."; 71 $text["back"] = "Go back"; 72 $text["login_not_found"] = "This username does not exist"; 73 $text["content"] = "Content"; 74 $text["search"] = "Search"; 75 $text["group_management"] = "Groups"; 76 $text["search_query"] = "Search for"; 77 $text["search_mode"] = "Mode"; 78 $text["search_mode_and"] = "all words"; 79 $text["search_mode_or"] = "at least one word"; 80 $text["search_in"] = "Search in"; 81 $text["search_in_all"] = "all Folders"; 82 $text["search_in_current"] = "only this ([foldername]) including subfolders"; 83 $text["search_results"] = "Search results"; 84 $text["search_no_results"] = "There are no documents that match your search (\"[query]\")."; 85 $text["search_time"] = "Elapsed time: [time] sec."; 86 $text["search_report"] = "Found [count] documents for \"[query]\"."; 87 $text["email"] = "Email"; 88 $text["user_image"] = "Image"; 89 $text["new_user_image"] = "New image"; 90 $text["goto"] = "Goto"; 91 $text["editing_user_data"] = "Editing user settings..."; 92 $text["op_finished"] = "done"; 93 $text["error_occured"] = "An error has occured"; 94 $text["add_user"] = "Add new user"; 95 $text["edit_user"] = "Edit user"; 96 $text["choose_user"] = "--Choose user--"; 97 $text["user_name"] = "Fullname"; 98 $text["no_user_image"] = "No image found"; 99 $text["rm_user"] = "Remove this user"; 100 $text["add_group"] = "Add new group"; 101 $text["edit_group"] = "Edit group"; 102 $text["choose_group"] = "--Choose group--"; 103 $text["rm_group"] = "Remove this group"; 104 $text["add_member"] = "Add a member"; 105 $text["adding_group"] = "Adding group to system..."; 106 $text["no_group_members"] = "This group has no members"; 107 $text["removing_group"] = "Removing group from system..."; 108 $text["adding_member"] = "Adding member to group..."; 109 $text["remove_member"] = "Remove member"; 110 $text["removing_member"] = "Removing member from group..."; 111 $text["adding_user"] = "Adding user to system..."; 112 $text["editing_user"] = "Editing user..."; 113 $text["setting_user_image"] = "<br>Setting image for user..."; 114 $text["removing_user"] = "Removing user from system..."; 115 $text["adding_sub_folder"] = "Adding subfolder \"[subfoldername]\" to folder \"[foldername]\"..."; 116 $text["keywords"] = "Keywords"; 117 $text["expires"] = "Expires"; 118 $text["adding_document"] = "Adding document \"[documentname]\" to folder \"[foldername]\"..."; 119 $text["updating_document"] = "Updating document..."; 120 $text["locking_document"] = "Locking document..."; 121 $text["unlocking_document"] = "Unlocking document..."; 122 $text["editing_document_props"] = "Editing document..."; 123 $text["edit_document_props_again"] = "Edit document again"; 124 $text["setting_expires"] = "Setting expiration..."; 125 $text["adding_document_notify"] = "Adding element to notify-list..."; 126 $text["document_notify_again"] = "Edit notify-list again"; 127 $text["deleting_document_notify"] = "Removing element from notify-list..."; 128 $text["set_owner"] = "Set owner"; 129 $text["edit_inherit_access"] = "Inherit access"; 130 $text["inherits_access_msg"] = "Access is being inherited.<p><a class=\"inheritAccess\" href=\"[copyurl]\">Copy inherited access-list</a><br><a class=\"inheritAccess\" href=\"[emptyurl]\">Start with empty access-list</a>"; 131 $text["setting_owner"] = "Setting owner..."; 132 $text["document_access_again"] = "Edit document access again"; 133 $text["document_set_not_inherit_copy"] = "Copying access-list..."; 134 $text["document_set_not_inherit_empty"] = "Removing inherited access. Starting with empty ACL..."; 135 $text["does_not_inherit_access_msg"] = "<a class=\"inheritAccess\" href=\"[inheriturl]\">Inherit access</a>"; 136 $text["document_set_inherit"] = "Removing ACL. Document will inherit access..."; 137 $text["default_access"] = "Default access-mode"; 138 $text["document_set_default_access"] = "Setting default access for document..."; 139 $text["edit_existing_access"] = "Edit access-list"; 140 $text["empty_access_list"] = "Access-list is empty"; 141 $text["add_access"] = "Add access"; 142 $text["access_mode"] = "Access mode"; 143 $text["document_add_access"] = "Adding element to access-list..."; 144 $text["document_del_access"] = "Removing element from access-list..."; 145 $text["document_edit_access"] = "Changing access-mode..."; 146 $text["editing_folder_props"] = "Editing folder..."; 147 $text["edit_folder_props_again"] = "Edit folder again"; 148 $text["adding_folder_notify"] = "Adding element to notify-list..."; 149 $text["folder_notify_again"] = "Edit notify-list again"; 150 $text["deleting_folder_notify"] = "Removing element from notify-list..."; 151 $text["folder_access_again"] = "Edit folder access again"; 152 $text["folder_set_not_inherit_copy"] = "Copying access-list..."; 153 $text["folder_set_not_inherit_empty"] = "Removing inherited access. Starting with empty ACL..."; 154 $text["folder_set_inherit"] = "Removing ACL. Folder will inherit access..."; 155 $text["folder_set_default_access"] = "Setting default access-mode for folder..."; 156 $text["folder_add_access"] = "Adding element to access-list..."; 157 $text["folder_del_access"] = "Removing element from access-list..."; 158 $text["removing_document"] = "Removing document..."; 159 $text["removing_version"] = "Removing version [version]..."; 160 $text["removing_folder"] = "Removing folder..."; 161 $text["operation_not_allowed"] = "You don't have enough rights to do that"; 162 $text["msg_document_expired"] = "The document \"[documentname]\" (Path: \"[path]\") has expired on [expires]"; 163 $text["msg_document_updated"] = "The document \"[documentname]\" (Path: \"[path]\") was created or updated on [updated]"; 164 $text["notify_subject"] = "New or expired documents in your DMS"; 165 $text["uploading_failed"] = "Upload failed. Please contact the administrator."; 166 $text["update_locked_msg"] = "This document is locked."; 167 $text["unlock_cause_locking_user"] = "You can still update it, because you are also the one that locked ist. Locking will automatically be removed."; 168 $text["unlock_cause_access_mode_all"] = "You can still update it, beacuse you have access-mode \"all\". Locking will automatically be removed."; 169 $text["no_update_cause_locked"] = "You can therefore not update this document. Please contanct the locking user."; 170 $text["no_groups"] = "No groups"; 171 $text["groups"] = "Groups"; 172 $text["users"] = "Users"; 173 $text["root_folder"] = "Root folder"; 174 $text["document_already_locked"] = "This document is aleady locked"; 175 $text["document_is_not_locked"] = "This document is not locked"; 176 $text["unlocking_denied"] = "You dont't have enough rights to unlock this document"; 177 $text["only_jpg_user_images"] = "Only .jpg-images may be used as user-images"; 178 $text["folder_edit_access"] = "Editing access..."; 179 $text["editing_group"] = "Editing group..."; 180 $text["group_members"] = "Group members"; 181 $text["confirm_pwd"] = "Confirm Password"; 182 $text["js_no_file"] = "Please select a file"; 183 $text["js_no_name"] = "Please type in a name"; 184 $text["js_no_comment"] = "There is no comment"; 185 $text["js_no_keywords"] = "Specify some keywords"; 186 $text["js_select_user_or_group"] = "Select at least a user or a group"; 187 $text["js_no_login"] = "Please type in an username"; 188 $text["js_no_pwd"] = "You need to type in your password"; 189 $text["js_no_query"] = "Type in a query"; 190 $text["js_pwd_not_conf"] = "Password and passwords-confirmation are not equal"; 191 $text["js_no_email"] = "Type in your Email-address"; 192 $text["js_select_user"] = "Please select an user"; 193 $text["guest_login"] = "Login as guest"; 194 $text["view_online"] = "View online"; 195 $text["confirm_rm_document"] = "Do you really want to remove the document \"[documentname]\"?<br>Be careful: This action cannot be undone."; 196 $text["confirm_rm_version"] = "Do you really want to remove version [version] of document \"[documentname]\"?<br>Be careful: This action cannot be undone."; 197 $text["confirm_rm_folder"] = "Do you really want to remove the \"[foldername]\" and its content?<br>Be careful: This action cannot be undone."; 198 $text["sequence"] = "Sequence"; 199 $text["seq_end"] = "At the end"; 200 $text["seq_start"] = "First position"; 201 $text["seq_after"] = "After \"[prevname]\""; 202 $text["seq_keep"] = "Keep Position"; 203 $text["linked_documents"] = "Related Documents"; 204 $text["document_link_by"] = "Linked by"; 205 $text["no_document_links"] = "No related documents"; 206 $text["document_link_public"] = "Public"; 207 $text["choose_target_document"] = "Choose document"; 208 $text["add_document_link"] = "Add link"; 209 $text["adding_document_link"] = "Adding link to related document..."; 210 $text["remove_document_link"] = "Remove link"; 211 $text["removing_document_link"] = "Removing link to related document..."; 212 $text["yes"] = "Yes"; 213 $text["no"] = "No"; 214 $text["save"] = "Save"; 215 $text["delete"] = "Delete"; 216 $text["move_folder"] = "Move Folder"; 217 $text["choose_target_folder"] = "Choose target-folder"; 218 $text["moving_folder"] = "Moving folder..."; 219 $text["move_document"] = "Move document"; 220 $text["moving_document"] = "Moving document..."; 221 $text["under_folder"] = "In folder"; 222 $text["all_users"] = "All users"; 223 $text["language"] = "Language"; 224 $text["theme"] = "Theme"; 225 $text["admin_tools"] = "Admin-Tools"; 226 $text["folders_and_documents_statistic"] = "Overview of folders and documents"; 227 $text["start"] = "Start"; 228 $text["between"] = "between"; 229 $text["and"] = "and"; 230 $text["use_default_keywords"] = "Use predefined keywords"; 231 $text["global_default_keywords"] = "Global keywords"; 232 $text["personal_default_keywords"] = "Personal keywords"; 233 $text["edit_personal_default_keywords"] = "Edit personal keywords"; 234 $text["default_keywords"] = "Available keywords"; 235 $text["default_keyword_category"] = "Categories"; 236 $text["choose_category"] = "--Please choose--"; 237 $text["new_default_keyword_category"] = "Add category"; 238 $text["edit_default_keyword_category"] = "Edit categories"; 239 $text["default_keyword_category_name"] = "Name"; 240 $text["rm_default_keyword_category"] = "Delete this category"; 241 $text["new_default_keywords"] = "Add keywords"; 242 $text["no_default_keywords"] = "No keywords available"; 243 $text["creating_new_default_keyword_category"] = "Adding category..."; 244 $text["removing_default_keyword_category"] = "Deleting category..."; 245 $text["editing_default_keyword_category"] = "Changing category..."; 246 $text["adding_default_keywords"] = "Adding keywords..."; 247 $text["rm_default_keywords"] = "Delete keywords"; 248 $text["removing_default_keywords"] = "Deleting keywords..."; 249 $text["edit_default_keywords"] = "Edit keywords"; 250 $text["editing_default_keywords"] = "Changing keywords..."; 251 $text["accept"] = "Accept"; 252 $text["cancel"] = "Cancel"; 253 ?>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sun Feb 25 17:20:01 2007 | par Balluche grâce à PHPXref 0.7 |