PageRenderTime 46ms CodeModel.GetById 21ms RepoModel.GetById 0ms app.codeStats 0ms

/application/i18n/pt_PT/tooltips.php

https://github.com/error10/Ushahidi_Web
PHP | 54 lines | 39 code | 6 blank | 9 comment | 0 complexity | 15a8f5ac437987c2b0cd483cdecdd785 MD5 | raw file
  1. <?php
  2. /**
  3. * TOOLTIPS INTERNATIONALIZATION
  4. * Helpful popup tips for admin and user interface
  5. */
  6. $lang = array
  7. (
  8. //Site Settings
  9. 'settings_site_name' => 'This is the name of the site that appears at the top of the main site.',
  10. 'settings_site_tagline' => 'In a few words, explain what this site is about.',
  11. 'settings_site_email' => 'This is the email address that will receive email reports and messages from the contact form.',
  12. 'settings_alert_email' => 'This is the email address that will be used to send email alerts.',
  13. 'settings_locale' => 'Sets the language that will be used in the site.',
  14. 'settings_display_contact' => 'Turn the Contact Tab on or off on the main site.',
  15. 'settings_display_howtohelp' => 'Turn the How to Help Tab on or off on the main site.',
  16. 'settings_display_items_per_page' => 'This is the number of reports displayed per page on the main site.',
  17. 'settings_display_items_per_page_admin' => 'This is the number of reports displayed per page on the admin Back End.',
  18. 'settings_allow_reports' => 'Allow users to submit information via the web form.',
  19. 'settings_allow_comments' => 'Allow users to comment on reports on the main site.',
  20. 'settings_allow_feed' => 'This allows RSS News feeds to be displayed on the main site.',
  21. 'settings_share_site_stats' => 'This gives access to report statistics via the API.',
  22. 'settings_allow_clustering' => 'This allows bundling of similar reports into a single dot on the map',
  23. 'settings_default_category_colors' => 'Set one color code for all the categories on the site',
  24. 'settings_google_analytics' => 'Tracks visitors of your site. Get detailed visitor statistics',
  25. 'settings_twitter_configuration' => 'Set the twitter hashtag that will be used on a tweet',
  26. //Map Settings
  27. 'settings_default_location' => 'This is the country the site is being deployed',
  28. 'settings_map_provider' => 'This defines which map is to be used on the site',
  29. 'settings_configure_map' => 'Set the map to cover a specific location ',
  30. //Sms Settings
  31. 'settings_flsms_download' => 'This is the hub for incoming messages',
  32. 'settings_flsms_synchronize' => 'This synchronizes the messages in the hub with the Ushahidi platform',
  33. 'settings_flsms_text_1' => 'Phone numbers through which the text messages are received',
  34. //Email Settings
  35. 'settings_server_username' => 'This is the email address that receives reports',
  36. 'settings_server_password' => 'This is the password for the email address that receives reports',
  37. 'settings_server_port' => 'This is required to accept incoming connections from the email address',
  38. 'settings_server_host' => 'This is where the emails reside',
  39. 'settings_server_type' => 'This is required to retrieve e-mails from the host server',
  40. 'settings_server_ssl_support' => 'This is required to enhance a secure connection',
  41. // Admin Profile
  42. 'profile_username' => 'Your username cannot be changed',
  43. 'profile_name' => 'Your full name',
  44. 'profile_email' => 'Your email address',
  45. 'profile_password' => 'Your password. Leave this field blank if you wish to keep your current password',
  46. 'profile_notify' => 'Selecting YES lets you get alerts via email when new reports or comments are posted on your website'
  47. );
  48. ?>