Skip to content

Commit

Permalink
Fix parsing errors
Browse files Browse the repository at this point in the history
Fixes JROOT/administrator/language/en-GB/en-GB.com_osdownloads.ini : error(s) in line(s) 0, 1, 2, 3, 4, 5, 6, 7, 9, 10, 11, 12, 15, 16
  • Loading branch information
nicksavov committed Sep 19, 2014
1 parent f18b51f commit 91a2c3f
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions src/com_osdownloads/admin/language/en-GB/en-GB.com_osdownloads.ini
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
COM_OSDOWNLOAD_SUBMENU_CATEGORIES = Categories
COM_OSDOWNLOAD_SUBMENU_EMAILS = Emails
COM_OSDOWNLOAD_SUBMENU_FILES = Files
COM_OSDOWNLOAD_SUBMENU_LANGUAGES = Languages
OSDOWNLOADS_FILES = OSDownloads Files
OSDOWNLOADS_EMAILS = OSDownloads Emails
OSDOWNLOADS_NUMBER_OF_COLUMN = Number of columns
OSDOWNLOADS_OPTIONS = OSDownload options
COM_OSDOWNLOAD_SUBMENU_CATEGORIES = "Categories"
COM_OSDOWNLOAD_SUBMENU_EMAILS = "Emails"
COM_OSDOWNLOAD_SUBMENU_FILES = "Files"
COM_OSDOWNLOAD_SUBMENU_LANGUAGES = "Languages"
OSDOWNLOADS_FILES = "OSDownloads Files"
OSDOWNLOADS_EMAILS = "OSDownloads Emails"
OSDOWNLOADS_NUMBER_OF_COLUMN = "Number of columns"
OSDOWNLOADS_OPTIONS = "OSDownload options"

OSDOWNLOADS_FILE = File
OSDOWNLOAD_CATEGORIES = Categories
COM_OSDOWNLOADS_CONFIGURATION = OSDownloads configuration
COM_OSDOWNLOADS_FIELDSET_CONFIG_MAILCHIMP = MailChimp
OSDOWNLOADS_FILE = "File"
OSDOWNLOAD_CATEGORIES = "Categories"
COM_OSDOWNLOADS_CONFIGURATION = "OSDownloads configuration"
COM_OSDOWNLOADS_FIELDSET_CONFIG_MAILCHIMP = "MailChimp"


OSDOWNLOADS_SHOW_CATEGORY = Show category of file
OSDOWNLOADS_SHOW_DOWNLOAD_COUNT = Show download count
OSDOWNLOADS_SHOW_CATEGORY = "Show category of file"
OSDOWNLOADS_SHOW_DOWNLOAD_COUNT = "Show download count"
COM_OSDOWNLOADS_LINK_TIP = "To use an external link, add the prefix http://www. Otherwise, it is considered an internal link"
COM_OSDOWNLOADS_AGREEMENT_TIP = "In 'DOWNLOAD TERM', you can put url for Terms and Conditions like 'Click <a href=''>here</a> to see Terms and Conditions'. Use target='blank' to open it in new page"
COM_OSDOWNLOADS_AGREEMENT_TIP = "In 'DOWNLOAD TERM', you can put url for Terms and Conditions like 'Click <a href=''>here</a> to see Terms and Conditions'. Use target='blank' to open it in new page"

0 comments on commit 91a2c3f

Please sign in to comment.