Commit e510ba19f6dcfc0992c2be052c359f69a5fecda4

Authored by rob
1 parent d9e1cf18

updated to include more i18n strings


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@2755 c91229c3-7414-0410-bfa2-8a42b809f60b
i18n/afr/Language.inc
... ... @@ -10,4 +10,25 @@ $dashboard_pending_documents_heading;
10 10 $dashboard_dependant_documents_heading = "afr Dependant Documents";
11 11 $dashboard_quick_links_heading = "afr Quick Links";
12 12  
  13 +//browse
  14 +$browse_collection_heading = "afr Browse collection";
  15 +
  16 +$browse_browse_type_category = "afr Category";
  17 +
  18 +$browse_view_documents_by_heading = "afr View documents by";
  19 +$browse_view_documents_by_folder = "afr Folders";
  20 +$browse_view_documents_by_category = "afr Category";
  21 +$browse_view_documents_by_doctype = "afr Document Type";
  22 +
  23 +$browse_folder_sort_title = "afr Title";
  24 +$browse_folder_sort_description = "afr Description";
  25 +$browse_folder_sort_creator = "afr Creator";
  26 +$browse_folder_sort_date_created = "afr Date Created";
  27 +$browse_folder_sort_document_type = "afr Document Type";
  28 +
  29 +$browse_no_sub_folders = "afr This folder contains no sub folders";
  30 +$browse_no_documents = "afr This folder contains no documents";
  31 +$browse_no_document_permission = "afr You don't have access to the documents in this folder";
  32 +
  33 +
13 34 ?>
14 35 \ No newline at end of file
... ...
i18n/en/Language.inc
... ... @@ -10,4 +10,23 @@ $dashboard_pending_documents_heading;
10 10 $dashboard_dependant_documents_heading = "Dependant Documents";
11 11 $dashboard_quick_links_heading = "Quick Links";
12 12  
  13 +//browse
  14 +$browse_collection_heading = "Browse collection";
  15 +$browse_browse_type_category = "Category";
  16 +
  17 +$browse_view_documents_by_heading = "View documents by";
  18 +$browse_view_documents_by_folder = "Folders";
  19 +$browse_view_documents_by_category = "Category";
  20 +$browse_view_documents_by_doctype = "Document Type";
  21 +
  22 +$browse_folder_sort_title = "Title";
  23 +$browse_folder_sort_description = "Description";
  24 +$browse_folder_sort_creator = "Creator";
  25 +$browse_folder_sort_date_created = "Date Created";
  26 +$browse_folder_sort_document_type = "Document Type";
  27 +
  28 +$browse_no_sub_folders = "This folder contains no sub folders";
  29 +$browse_no_documents = "This folder contains no documents";
  30 +$browse_no_document_permission = "You don't have access to the documents in this folder";
  31 +
13 32 ?>
14 33 \ No newline at end of file
... ...