diff --git a/i18n/afr/Language.inc b/i18n/afr/Language.inc index 65b910d..8a14379 100644 --- a/i18n/afr/Language.inc +++ b/i18n/afr/Language.inc @@ -10,4 +10,25 @@ $dashboard_pending_documents_heading; $dashboard_dependant_documents_heading = "afr Dependant Documents"; $dashboard_quick_links_heading = "afr Quick Links"; +//browse +$browse_collection_heading = "afr Browse collection"; + +$browse_browse_type_category = "afr Category"; + +$browse_view_documents_by_heading = "afr View documents by"; +$browse_view_documents_by_folder = "afr Folders"; +$browse_view_documents_by_category = "afr Category"; +$browse_view_documents_by_doctype = "afr Document Type"; + +$browse_folder_sort_title = "afr Title"; +$browse_folder_sort_description = "afr Description"; +$browse_folder_sort_creator = "afr Creator"; +$browse_folder_sort_date_created = "afr Date Created"; +$browse_folder_sort_document_type = "afr Document Type"; + +$browse_no_sub_folders = "afr This folder contains no sub folders"; +$browse_no_documents = "afr This folder contains no documents"; +$browse_no_document_permission = "afr You don't have access to the documents in this folder"; + + ?> \ No newline at end of file diff --git a/i18n/en/Language.inc b/i18n/en/Language.inc index 9158338..5694ae5 100644 --- a/i18n/en/Language.inc +++ b/i18n/en/Language.inc @@ -10,4 +10,23 @@ $dashboard_pending_documents_heading; $dashboard_dependant_documents_heading = "Dependant Documents"; $dashboard_quick_links_heading = "Quick Links"; +//browse +$browse_collection_heading = "Browse collection"; +$browse_browse_type_category = "Category"; + +$browse_view_documents_by_heading = "View documents by"; +$browse_view_documents_by_folder = "Folders"; +$browse_view_documents_by_category = "Category"; +$browse_view_documents_by_doctype = "Document Type"; + +$browse_folder_sort_title = "Title"; +$browse_folder_sort_description = "Description"; +$browse_folder_sort_creator = "Creator"; +$browse_folder_sort_date_created = "Date Created"; +$browse_folder_sort_document_type = "Document Type"; + +$browse_no_sub_folders = "This folder contains no sub folders"; +$browse_no_documents = "This folder contains no documents"; +$browse_no_document_permission = "You don't have access to the documents in this folder"; + ?> \ No newline at end of file