home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / CMCD0404.ISO / Software / Freeware / Programare / groupoffice-com-2.01 / language / English / common.English.inc < prev    next >
Text File  |  2004-03-08  |  10KB  |  359 lines

  1. <?php
  2. $charset = 'ISO-8859-1';
  3.  
  4. $lang_modules['scheduler'] = 'Scheduler';
  5. $lang_modules['calendar'] = "Calendar";
  6. $lang_modules['filesystem'] = 'Files';
  7. $lang_modules['email'] = 'E-mail';
  8. $lang_modules['projects'] = 'Projects';
  9. $lang_modules['search'] = 'Search';
  10. $lang_modules['contacts'] = "Addressbook";
  11.  
  12. $lang_modules['cms'] = "Websites";
  13.  
  14.  
  15. //main language menu file register login and other non logged in pages
  16. //common
  17. $cmdLogin = "Login";
  18. $cmdSave = "Save";
  19. $cmdBack = "Back";
  20. $cmdCancel = "Cancel";
  21. $cmdClose = "Close";
  22. $cmdOk = "Ok";
  23. $cmdDelete = "Delete";
  24. $cmdNext = "Next";
  25. $cmdPrevious = "Previous";
  26. $cmdContinue = "Continue";
  27. $cmdUpdate = "Synchronize";
  28. $cmdApply = "Apply";
  29. $cmdYes = "Yes";
  30. $cmdNo = "No";
  31. $cmdAdd = 'Add';
  32. $cmdEdit = 'Edit';
  33. $cmdInvertSelection = 'Invert selection';
  34.  
  35. $strEdit = "Edit";
  36. $strThis = 'this';
  37. $strItems = 'items';
  38. $strDescription = 'Description';
  39.  
  40. $strName = "Name";
  41. $strUser = "User";
  42. $strUsername = "Username";
  43. $strPassword = "Password";
  44. $strAuthcode = "Authorization code";
  45. $strCountry = "Country";
  46. $strState = "State";
  47. $strCity = "City";
  48. $strZip = "ZIP/Postal code";
  49. $strAddress = "Street address";
  50. $strEmail = "E-mail";
  51. $strPhone = "Phone";
  52. $strWorkphone = "Phone work";
  53. $strCellular = "Cellular";
  54. $strCompany = "Company";
  55. $strDepartment = "Department";
  56. $strFunction = "Function";
  57. $strQuestion = "Secret question";
  58. $strAnswer = "Answer";
  59. $strFax = "Fax";
  60. $strWorkFax = "Fax work";
  61. $strHomepage = "Homepage";
  62. $strWorkAddress = "Address Work";
  63. $strWorkZip = "Zipcode work";
  64. $strWorkCountry = "Country work";
  65. $strWorkState = "State work";
  66. $strWorkCity = "City work";
  67. $strPhoto = "Photo";
  68. $strComments = "Comments";
  69.  
  70. $strProperties = 'Properties';
  71.  
  72. $strDeleteItem = "Delete";
  73.  
  74. $strDate = "Date";
  75.  
  76. $strSaveSuccess = "Data saved successfully";
  77. $strSaveError = "An error occured while saving data.";
  78. $strDataError = "An error occured while reading data.";
  79. $strDeleteError = "Could not delete data.";
  80. $strAclError = "Access Control error";
  81. $strDateError = "You entered an invalid date";
  82.  
  83.  
  84.  
  85. $strAccessDenied = "Access denied";
  86. $AccessDenied_text = "You are not allowed to view this section of the site or to perform this action.<br />Another user has restricted access to the information you requested.";
  87.  
  88. $invalid_chars = "The following characters are not allowed";
  89.  
  90. $strGroups = "Groups";
  91. $strOwner = "Owner";
  92.  
  93. $strDeletePrefix = "Are you sure you want to delete ";
  94. $strDeleteSuffix = "?";
  95.  
  96. //menu
  97. $menu_logout = "Logout";
  98. $menu_applications = "Applications";
  99. $menu_help = "Help";
  100. $menu_about = "About";
  101. $menu_documentation = "Documentation";
  102. $menu_configuration = "Configuration";
  103. $menu_groups = "User groups";
  104. $menu_accounts = "Your account";
  105. $menu_preferences = "Preferences";
  106. $menu_bookmarks = "Bookmarks";
  107. $menu_bookmarks_manage = "Modify bookmarks";
  108. $menu_add_bookmark = "Add bookmark";
  109. $menu_add_current = "Add current page";
  110.  
  111. $menu_invite = "Invite users";
  112.  
  113. $menu_search_discussions = "Discussions";
  114. $menu_search_files = "Files and folders";
  115. $menu_search_web = "The web";
  116. $menu_scheduler = "Scheduler";
  117. $menu_filetypes = "Filetypes";
  118. $menu_discussions = "Discussion board";
  119.  
  120. $menu_users = "Users";
  121. $menu_start = "Start page";
  122. $menu_reboot = "Reboot server";
  123. $menu_halt = "Shutdown server";
  124. $menu_reboot_text = "WARNING! All Group-Office services will be temporarely unavailable. Are you sure you want to do continue?";
  125. $menu_halt_text = "WARNING! All Group-Office services will be terminated. Are you sure you want to do continue?";
  126. $menu_new = "New";
  127. $menu_message = "Message";
  128. $menu_contact = "Contact";
  129. $menu_event = "Event";
  130. $menu_bookmark = "Bookmark";
  131. $menu_topics = "Topics";
  132. $menu_support = "Support";
  133. $menu_projects = "Projects";
  134. $menu_sysinfo = "System information";
  135. $menu_admin = 'Administrator';
  136. $menu_modules = 'Modules';
  137. $menu_manual = 'Manual';
  138.  
  139. //class validate
  140. $error_required = "You didn't specify the required field below.";
  141. $error_match_auth = "The authorisation codes didn't match.";
  142. $error_match_pass = "The passwords didn't match.";
  143. $error_min_length = "Minimum characters of the field below:";
  144. $error_max_length = "Maximum characters of the field below:";
  145. $error_email = "The E-mail address you specified was invalid.";
  146. $error_email_exists = "The E-mail address you entered already exists.";
  147. $error_username_exists = "Sorry, the username you entered already exists. Please choose another one.";
  148. $errors_in_form = "There were errors in the form. Correct them and try again.";
  149. $error_missing_field = "You didn't fill in all the required fields.";
  150.  
  151. //acl control
  152. $acl_control_auth_groups = "Authorized groups";
  153. $acl_control_auth_users = "Authorized users";
  154. $acl_control_no_contacts = "You don't have any member contacts to select.<br /> Use the Addressbook to add members to your contacts.";
  155.  
  156. $strShowProfile = "View Profile";
  157. $strShowGroup = "View group members";
  158. $strProcessingTime = "The processing of this page took ";
  159. $strLoggedInAs = "Logged in as ";
  160. $strAt = " at ";
  161. $strEmailTo = "Send an E-mail message to: ";
  162. $strProtectedUser = "Protected User";
  163.  
  164. $http_not_found = "Document not found";
  165. $http_not_found_text = "The requested document was not found. Maybe you mistyped the URL.";
  166. $http_error = "Internal Server Error";
  167. $http_bad_request = "Bad request";
  168. $strAddContact = "Add to contacts";
  169.  
  170. $strReadRights = "Read permissions";
  171. $strWriteRights = "Write permissions";
  172. $strPermissions = 'permissions';
  173.  
  174. $editor_bold = "Bold";
  175. $editor_italic = "Italic";
  176. $editor_underline = "Underline";
  177. $editor_left = "Left";
  178. $editor_right = "Right";
  179. $editor_center = "Center";
  180. $editor_ord_list = "Ordered List";
  181. $editor_bul_list = "Bulleted List";
  182. $editor_txt_color = "Text Color";
  183. $editor_back_color = "Background Color";
  184. $editor_hyperlink = "Hyperlink";
  185. $editor_image = "Image";
  186. $editor_rule = "Horizontal Rule";
  187.  
  188. $editor_very_small = "Very small";
  189. $editor_small = "Small";
  190. $editor_medium = "Medium";
  191. $editor_large = "Large";
  192. $editor_larger = "Larger";
  193. $editor_very_large = "Very large";
  194.  
  195. $editor_strikethrough = "Strike Through";
  196. $editor_outdent = "Outdent";
  197. $editor_indent = "Indent";
  198.  
  199. $editor_superscript = "Superscript";
  200. $editor_subscript = "Subscript";
  201. $editor_undo = "Undo";
  202. $editor_redo = "Redo";
  203. $editor_copy = "Copy";
  204. $editor_paste = "Paste";
  205. $editor_cut = "Cut";
  206.  
  207. $editor_font = "Font";
  208. $editor_size = "Size";
  209. $editor_heading = "Heading";
  210. $editor_select = "Select";
  211.  
  212. $editor_mode = "Toggle editor mode";
  213.  
  214. $days[0]="Su";
  215. $days[1]="Mo";
  216. $days[2]="Tu";
  217. $days[3]="We";
  218. $days[4]="Th";
  219. $days[5]="Fr";
  220. $days[6]="Sa";
  221.  
  222. $months[0]="January";
  223. $months[1]="February";
  224. $months[2]="March";
  225. $months[3]="April";
  226. $months[4]="May";
  227. $months[5]="June";
  228. $months[6]="July";
  229. $months[7]="August";
  230. $months[8]="September";
  231. $months[9]="October";
  232. $months[10]="November";
  233. $months[11]="December";
  234.  
  235. $full_days[0] = "Sunday";
  236. $full_days[1] = "Monday";
  237. $full_days[2] = "Tuesday";
  238. $full_days[3] = "Wednesday";
  239. $full_days[4] = "Thursday";
  240. $full_days[5]= "Friday";
  241. $full_days[6] = "Saturday";
  242. $strLoadTime = 'Generated in';
  243. $strDescription = 'Description';
  244. $strTitle = 'Title';
  245.  
  246.  
  247. //translation required
  248. $editorCmd['undo'] = "Undo";
  249. $editorCmd['redo'] = "Redo";
  250. $editorCmd['bold'] = "Bold";
  251. $editorCmd['italic'] = "Italic";
  252. $editorCmd['underline'] = "Underline";
  253. $editorCmd['left'] = "Justify left";
  254. $editorCmd['right'] = "Justify right";
  255. $editorCmd['full'] = "Fill";
  256. $editorCmd['center'] = "Justify center";
  257. $editorCmd['ord_list'] = "Numbered list";
  258. $editorCmd['bul_list'] = "Bulleted list";
  259. $editorCmd['txt_color'] = "Textcolor";
  260. $editorCmd['back_color'] = "Backgroundcolor";
  261. $editorCmd['hyperlink'] = "Hyperlink";
  262. $editorCmd['image'] = "Insert image";
  263. $editorCmd['rule'] = "Horizontale rule";
  264. $editorCmd['table'] = "Insert table";
  265.  
  266. $editorCmd['strikethrough'] = "Strikethrough";
  267. $editorCmd['outdent'] = "Outdent";
  268. $editorCmd['indent'] = "Indent";
  269.  
  270. $editorCmd['superscript'] = "Superscript";
  271. $editorCmd['subscript'] = "Subscript";
  272. $editorCmd['undo'] = "Undo";
  273. $editorCmd['redo'] = "Redo";
  274. $editorCmd['copy'] = "Copy";
  275. $editorCmd['paste'] = "Paste";
  276. $editorCmd['cut'] = "Cut";
  277.  
  278. $editorCmd['font'] = "Font";
  279. $editorCmd['size'] = "Size";
  280. $editorCmd['heading'] = "Heading";
  281. $editorCmd['select'] = "Select";
  282. $editorCmd['mode'] = "Change mode";
  283. $editorCmd['textindicator'] = 'Current style';
  284.  
  285.  
  286. $lang_modules['addressbook'] = "Addressbook";
  287. $cmdShowAll = 'Show all';
  288. $cmdSearch = 'Search';
  289.  
  290. //translation required
  291. $cmdYesToAll = 'Yes to all';
  292. $cmdNoToAll = 'No to all';
  293.  
  294. $short_months[0]="Jan";
  295. $short_months[1]="Feb";
  296. $short_months[2]="Mar";
  297. $short_months[3]="Apr";
  298. $short_months[4]="May";
  299. $short_months[5]="Jun";
  300. $short_months[6]="Jul";
  301. $short_months[7]="Aug";
  302. $short_months[8]="Sep";
  303. $short_months[9]="Oct";
  304. $short_months[10]="Nov";
  305. $short_months[11]="Dec";
  306.  
  307. $strToday = 'Today';
  308.  
  309. $strShortWeek = 'wk';
  310.  
  311. $cal_prev_year = "Prev. year (hold for menu)";
  312. $cal_prev_month  = "Prev. month (hold for menu)";
  313. $cal_go_today = "Go Today";
  314. $cal_next_month = "Next month (hold for menu)";
  315. $cal_next_year  = "Next year (hold for menu)";
  316. $cal_drag_to_move = "Drag to move";
  317. $cal_part_today = " (today)";
  318. $cal_monday_first = "Display Monday first";
  319. $cal_sunday_first  = "Display Sunday first";
  320. $cal_select_date = "Select date";
  321.  
  322. $cmdPrint = 'Print';
  323. $strFirstName = 'First name';
  324. $strLastName = 'Last name';
  325. $strInitials = 'Initials';
  326. $strSex = 'Sex';
  327. $strBirthday = 'Birthday';
  328. $strSexes['M'] = 'Male';
  329. $strSexes['F'] = 'Female';
  330.  
  331. $strTitle = 'Title';
  332.  
  333. $strBeginning = 'Beginning';
  334.  
  335. $strMiddleName = 'Middle name';
  336.  
  337. $sir_madam['M'] = 'sir';
  338. $sir_madam['F'] = 'madam';
  339.  
  340. $strModifiedAt = 'Modified at';
  341. $strCreatedAt = 'Created at';
  342.  
  343. $htmlarea_language_name = 'en';
  344.  
  345. $strLocalization = 'Localization';
  346.  
  347. $lang_modules['notes'] = "Notes";
  348. //look up the language in controls/jscalendar/lang
  349. $jscalendar_language_name = 'calendar-en.js';
  350.  
  351. $lang_modules['bookmarks'] = "Bookmarks";
  352.  
  353. //2.01 translations
  354.  
  355. //look up language in 'classes/phpmailer/language'
  356. $php_mailer_lang = 'en';
  357. $strEmailFail = 'Failed sending the e-mail.';
  358. ?>
  359.