Sync the current list of system apps with the built-in name translation table. Some of the names were changed in the past without the translation table being updated to reflect it.
This commit is contained in:
parent
1685548a4c
commit
7c57da3a28
@ -1,4 +1,4 @@
|
|||||||
url: $baseurl/bookmarks
|
url: $baseurl/bookmarks
|
||||||
requires: local_channel
|
requires: local_channel
|
||||||
name: View bookmarks
|
name: View Bookmarks
|
||||||
photo: $baseurl/app/bookmarks.png
|
photo: $baseurl/app/bookmarks.png
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
url: $baseurl/chat/$nick
|
url: $baseurl/chat/$nick
|
||||||
requires: local_channel
|
requires: local_channel
|
||||||
name: My chatrooms
|
name: My Chatrooms
|
||||||
photo: $baseurl/app/chat.png
|
photo: $baseurl/app/chat.png
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
url: $baseurl/probe
|
url: $baseurl/probe
|
||||||
requires: local_channel
|
requires: local_channel
|
||||||
name: Remote diagnostics
|
name: Remote Diagnostics
|
||||||
photo: $baseurl/app/probe.png
|
photo: $baseurl/app/probe.png
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
url: $baseurl/profile/$nick
|
url: $baseurl/profile/$nick
|
||||||
requires: local_channel
|
requires: local_channel
|
||||||
name: View profile
|
name: View Profile
|
||||||
photo: $baseurl/app/profile.png
|
photo: $baseurl/app/profile.png
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
url: $baseurl/suggest
|
url: $baseurl/suggest
|
||||||
requires: local_channel
|
requires: local_channel
|
||||||
name: Suggest channels
|
name: Suggest Channels
|
||||||
photo: $baseurl/app/suggest.png
|
photo: $baseurl/app/suggest.png
|
||||||
|
@ -152,8 +152,13 @@ function parse_app_description($f,$translate = true) {
|
|||||||
function translate_system_apps(&$arr) {
|
function translate_system_apps(&$arr) {
|
||||||
$apps = array(
|
$apps = array(
|
||||||
'Site Admin' => t('Site Admin'),
|
'Site Admin' => t('Site Admin'),
|
||||||
'Bookmarks' => t('Bookmarks'),
|
'Bug Report' => t('Bug Report'),
|
||||||
'Address Book' => t('Address Book'),
|
'View Bookmarks' => t('View Bookmarks'),
|
||||||
|
'My Chatrooms' => t('My Chatrooms'),
|
||||||
|
'Connections' => t('Connections'),
|
||||||
|
'Firefox Share' => t('Firefox Share'),
|
||||||
|
'Remote Diagnostics' => t('Remote Diagnostics'),
|
||||||
|
'Suggest Channels' => t('Suggest Channels'),
|
||||||
'Login' => t('Login'),
|
'Login' => t('Login'),
|
||||||
'Channel Manager' => t('Channel Manager'),
|
'Channel Manager' => t('Channel Manager'),
|
||||||
'Grid' => t('Grid'),
|
'Grid' => t('Grid'),
|
||||||
@ -161,7 +166,7 @@ function translate_system_apps(&$arr) {
|
|||||||
'Files' => t('Files'),
|
'Files' => t('Files'),
|
||||||
'Webpages' => t('Webpages'),
|
'Webpages' => t('Webpages'),
|
||||||
'Channel Home' => t('Channel Home'),
|
'Channel Home' => t('Channel Home'),
|
||||||
'Profile' => t('Profile'),
|
'View Profile' => t('View Profile'),
|
||||||
'Photos' => t('Photos'),
|
'Photos' => t('Photos'),
|
||||||
'Events' => t('Events'),
|
'Events' => t('Events'),
|
||||||
'Directory' => t('Directory'),
|
'Directory' => t('Directory'),
|
||||||
|
Reference in New Issue
Block a user