MOBILE-2992 forum: Use web strings
This commit is contained in:
		
							parent
							
								
									da2a835670
								
							
						
					
					
						commit
						d7f0724a3b
					
				| @ -483,18 +483,18 @@ | |||||||
|   "addon.mod_forum.addanewtopic": "forum", |   "addon.mod_forum.addanewtopic": "forum", | ||||||
|   "addon.mod_forum.addtofavourites": "forum", |   "addon.mod_forum.addtofavourites": "forum", | ||||||
|   "addon.mod_forum.advanced": "forum", |   "addon.mod_forum.advanced": "forum", | ||||||
|   "addon.mod_forum.bycreateddesc": "local_moodlemobileapp", |  | ||||||
|   "addon.mod_forum.bycreatedasc": "local_moodlemobileapp", |  | ||||||
|   "addon.mod_forum.bylastpostdesc": "local_moodlemobileapp", |  | ||||||
|   "addon.mod_forum.bylastpostasc": "local_moodlemobileapp", |  | ||||||
|   "addon.mod_forum.byrepliesdesc": "local_moodlemobileapp", |  | ||||||
|   "addon.mod_forum.byrepliesasc": "local_moodlemobileapp", |  | ||||||
|   "addon.mod_forum.cannotadddiscussion": "forum", |   "addon.mod_forum.cannotadddiscussion": "forum", | ||||||
|   "addon.mod_forum.cannotadddiscussionall": "forum", |   "addon.mod_forum.cannotadddiscussionall": "forum", | ||||||
|   "addon.mod_forum.cannotcreatediscussion": "forum", |   "addon.mod_forum.cannotcreatediscussion": "forum", | ||||||
|   "addon.mod_forum.couldnotadd": "forum", |   "addon.mod_forum.couldnotadd": "forum", | ||||||
|   "addon.mod_forum.cutoffdatereached": "forum", |   "addon.mod_forum.cutoffdatereached": "forum", | ||||||
|   "addon.mod_forum.discussion": "forum", |   "addon.mod_forum.discussion": "forum", | ||||||
|  |   "addon.mod_forum.discussionlistsortbycreatedasc": "forum", | ||||||
|  |   "addon.mod_forum.discussionlistsortbycreateddesc": "forum", | ||||||
|  |   "addon.mod_forum.discussionlistsortbylastpostasc": "forum", | ||||||
|  |   "addon.mod_forum.discussionlistsortbylastpostdesc": "forum", | ||||||
|  |   "addon.mod_forum.discussionlistsortbyrepliesasc": "forum", | ||||||
|  |   "addon.mod_forum.discussionlistsortbyrepliesdesc": "forum", | ||||||
|   "addon.mod_forum.discussionlocked": "forum", |   "addon.mod_forum.discussionlocked": "forum", | ||||||
|   "addon.mod_forum.discussionpinned": "forum", |   "addon.mod_forum.discussionpinned": "forum", | ||||||
|   "addon.mod_forum.discussionsubscription": "forum", |   "addon.mod_forum.discussionsubscription": "forum", | ||||||
|  | |||||||
| @ -4,18 +4,18 @@ | |||||||
|     "addanewtopic": "Add a new topic", |     "addanewtopic": "Add a new topic", | ||||||
|     "addtofavourites": "Star this discussion", |     "addtofavourites": "Star this discussion", | ||||||
|     "advanced": "Advanced", |     "advanced": "Advanced", | ||||||
|     "bycreateddesc": "By creation date in descending order", |  | ||||||
|     "bycreatedasc": "By creation date in ascending order", |  | ||||||
|     "bylastpostdesc": "By last post in descending order", |  | ||||||
|     "bylastpostasc": "By last post in ascending order", |  | ||||||
|     "byrepliesdesc": "By number of replies in descending order", |  | ||||||
|     "byrepliesasc": "By number of replies in ascending order", |  | ||||||
|     "cannotadddiscussion": "Adding discussions to this forum requires group membership.", |     "cannotadddiscussion": "Adding discussions to this forum requires group membership.", | ||||||
|     "cannotadddiscussionall": "You do not have permission to add a new discussion topic for all participants.", |     "cannotadddiscussionall": "You do not have permission to add a new discussion topic for all participants.", | ||||||
|     "cannotcreatediscussion": "Could not create new discussion", |     "cannotcreatediscussion": "Could not create new discussion", | ||||||
|     "couldnotadd": "Could not add your post due to an unknown error", |     "couldnotadd": "Could not add your post due to an unknown error", | ||||||
|     "cutoffdatereached": "The cut-off date for posting to this forum is reached so you can no longer post to it.", |     "cutoffdatereached": "The cut-off date for posting to this forum is reached so you can no longer post to it.", | ||||||
|     "discussion": "Discussion", |     "discussion": "Discussion", | ||||||
|  |     "discussionlistsortbycreatedasc": "Sort by creation date in ascending order", | ||||||
|  |     "discussionlistsortbycreateddesc": "Sort by creation date in descending order", | ||||||
|  |     "discussionlistsortbylastpostasc": "Sort by last post creation date in ascending order", | ||||||
|  |     "discussionlistsortbylastpostdesc": "Sort by last post creation date in descending order", | ||||||
|  |     "discussionlistsortbyrepliesasc": "Sort by number of replies in ascending order", | ||||||
|  |     "discussionlistsortbyrepliesdesc": "Sort by number of replies in descending order", | ||||||
|     "discussionlocked": "This discussion has been locked so you can no longer reply to it.", |     "discussionlocked": "This discussion has been locked so you can no longer reply to it.", | ||||||
|     "discussionpinned": "Pinned", |     "discussionpinned": "Pinned", | ||||||
|     "discussionsubscription": "Discussion subscription", |     "discussionsubscription": "Discussion subscription", | ||||||
|  | |||||||
| @ -487,7 +487,7 @@ export class AddonModForumProvider { | |||||||
|     getAvailableSortOrders(): {label: string, value: number}[] { |     getAvailableSortOrders(): {label: string, value: number}[] { | ||||||
|         const sortOrders = [ |         const sortOrders = [ | ||||||
|             { |             { | ||||||
|                 label: 'addon.mod_forum.bylastpostdesc', |                 label: 'addon.mod_forum.discussionlistsortbylastpostdesc', | ||||||
|                 value: AddonModForumProvider.SORTORDER_LASTPOST_DESC |                 value: AddonModForumProvider.SORTORDER_LASTPOST_DESC | ||||||
|             }, |             }, | ||||||
|         ]; |         ]; | ||||||
| @ -495,23 +495,23 @@ export class AddonModForumProvider { | |||||||
|         if (this.isDiscussionListSortingAvailable()) { |         if (this.isDiscussionListSortingAvailable()) { | ||||||
|             sortOrders.push( |             sortOrders.push( | ||||||
|                 { |                 { | ||||||
|                     label: 'addon.mod_forum.bylastpostasc', |                     label: 'addon.mod_forum.discussionlistsortbylastpostasc', | ||||||
|                     value: AddonModForumProvider.SORTORDER_LASTPOST_ASC |                     value: AddonModForumProvider.SORTORDER_LASTPOST_ASC | ||||||
|                 }, |                 }, | ||||||
|                 { |                 { | ||||||
|                     label: 'addon.mod_forum.bycreateddesc', |                     label: 'addon.mod_forum.discussionlistsortbycreateddesc', | ||||||
|                     value: AddonModForumProvider.SORTORDER_CREATED_DESC |                     value: AddonModForumProvider.SORTORDER_CREATED_DESC | ||||||
|                 }, |                 }, | ||||||
|                 { |                 { | ||||||
|                     label: 'addon.mod_forum.bycreatedasc', |                     label: 'addon.mod_forum.discussionlistsortbycreatedasc', | ||||||
|                     value: AddonModForumProvider.SORTORDER_CREATED_ASC |                     value: AddonModForumProvider.SORTORDER_CREATED_ASC | ||||||
|                 }, |                 }, | ||||||
|                 { |                 { | ||||||
|                     label: 'addon.mod_forum.byrepliesdesc', |                     label: 'addon.mod_forum.discussionlistsortbyrepliesdesc', | ||||||
|                     value: AddonModForumProvider.SORTORDER_REPLIES_DESC |                     value: AddonModForumProvider.SORTORDER_REPLIES_DESC | ||||||
|                 }, |                 }, | ||||||
|                 { |                 { | ||||||
|                     label: 'addon.mod_forum.byrepliesasc', |                     label: 'addon.mod_forum.discussionlistsortbyrepliesasc', | ||||||
|                     value: AddonModForumProvider.SORTORDER_REPLIES_ASC |                     value: AddonModForumProvider.SORTORDER_REPLIES_ASC | ||||||
|                 } |                 } | ||||||
|             ); |             ); | ||||||
|  | |||||||
| @ -483,18 +483,18 @@ | |||||||
|     "addon.mod_forum.addanewtopic": "Add a new topic", |     "addon.mod_forum.addanewtopic": "Add a new topic", | ||||||
|     "addon.mod_forum.addtofavourites": "Star this discussion", |     "addon.mod_forum.addtofavourites": "Star this discussion", | ||||||
|     "addon.mod_forum.advanced": "Advanced", |     "addon.mod_forum.advanced": "Advanced", | ||||||
|     "addon.mod_forum.bycreatedasc": "By creation date in ascending order", |  | ||||||
|     "addon.mod_forum.bycreateddesc": "By creation date in descending order", |  | ||||||
|     "addon.mod_forum.bylastpostasc": "By last post in ascending order", |  | ||||||
|     "addon.mod_forum.bylastpostdesc": "By last post in descending order", |  | ||||||
|     "addon.mod_forum.byrepliesasc": "By number of replies in ascending order", |  | ||||||
|     "addon.mod_forum.byrepliesdesc": "By number of replies in descending order", |  | ||||||
|     "addon.mod_forum.cannotadddiscussion": "Adding discussions to this forum requires group membership.", |     "addon.mod_forum.cannotadddiscussion": "Adding discussions to this forum requires group membership.", | ||||||
|     "addon.mod_forum.cannotadddiscussionall": "You do not have permission to add a new discussion topic for all participants.", |     "addon.mod_forum.cannotadddiscussionall": "You do not have permission to add a new discussion topic for all participants.", | ||||||
|     "addon.mod_forum.cannotcreatediscussion": "Could not create new discussion", |     "addon.mod_forum.cannotcreatediscussion": "Could not create new discussion", | ||||||
|     "addon.mod_forum.couldnotadd": "Could not add your post due to an unknown error", |     "addon.mod_forum.couldnotadd": "Could not add your post due to an unknown error", | ||||||
|     "addon.mod_forum.cutoffdatereached": "The cut-off date for posting to this forum is reached so you can no longer post to it.", |     "addon.mod_forum.cutoffdatereached": "The cut-off date for posting to this forum is reached so you can no longer post to it.", | ||||||
|     "addon.mod_forum.discussion": "Discussion", |     "addon.mod_forum.discussion": "Discussion", | ||||||
|  |     "addon.mod_forum.discussionlistsortbycreatedasc": "Sort by creation date in ascending order", | ||||||
|  |     "addon.mod_forum.discussionlistsortbycreateddesc": "Sort by creation date in descending order", | ||||||
|  |     "addon.mod_forum.discussionlistsortbylastpostasc": "Sort by last post creation date in ascending order", | ||||||
|  |     "addon.mod_forum.discussionlistsortbylastpostdesc": "Sort by last post creation date in descending order", | ||||||
|  |     "addon.mod_forum.discussionlistsortbyrepliesasc": "Sort by number of replies in ascending order", | ||||||
|  |     "addon.mod_forum.discussionlistsortbyrepliesdesc": "Sort by number of replies in descending order", | ||||||
|     "addon.mod_forum.discussionlocked": "This discussion has been locked so you can no longer reply to it.", |     "addon.mod_forum.discussionlocked": "This discussion has been locked so you can no longer reply to it.", | ||||||
|     "addon.mod_forum.discussionpinned": "Pinned", |     "addon.mod_forum.discussionpinned": "Pinned", | ||||||
|     "addon.mod_forum.discussionsubscription": "Discussion subscription", |     "addon.mod_forum.discussionsubscription": "Discussion subscription", | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user