aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorredmatrix <git@macgirvin.com>2016-05-03 22:12:09 -0700
committerredmatrix <git@macgirvin.com>2016-05-03 22:12:09 -0700
commit7c57da3a28ceda8eb5622ffedd0a20bba742e96a (patch)
tree046b4bd97d6863ac9acdd045bba409afc1100683
parent1685548a4cff333b2f923960f33a7f87394afcc5 (diff)
downloadvolse-hubzilla-7c57da3a28ceda8eb5622ffedd0a20bba742e96a.tar.gz
volse-hubzilla-7c57da3a28ceda8eb5622ffedd0a20bba742e96a.tar.bz2
volse-hubzilla-7c57da3a28ceda8eb5622ffedd0a20bba742e96a.zip
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.
-rw-r--r--app/bookmarks.apd2
-rw-r--r--app/chat.apd2
-rw-r--r--app/probe.apd2
-rw-r--r--app/profile.apd2
-rw-r--r--app/suggest.apd2
-rw-r--r--include/apps.php11
6 files changed, 13 insertions, 8 deletions
diff --git a/app/bookmarks.apd b/app/bookmarks.apd
index 9581a220c..2a04d9bf3 100644
--- a/app/bookmarks.apd
+++ b/app/bookmarks.apd
@@ -1,4 +1,4 @@
url: $baseurl/bookmarks
requires: local_channel
-name: View bookmarks
+name: View Bookmarks
photo: $baseurl/app/bookmarks.png
diff --git a/app/chat.apd b/app/chat.apd
index d4879c0b7..7ba1cd2c8 100644
--- a/app/chat.apd
+++ b/app/chat.apd
@@ -1,4 +1,4 @@
url: $baseurl/chat/$nick
requires: local_channel
-name: My chatrooms
+name: My Chatrooms
photo: $baseurl/app/chat.png
diff --git a/app/probe.apd b/app/probe.apd
index e1ab5fc43..910e628ba 100644
--- a/app/probe.apd
+++ b/app/probe.apd
@@ -1,4 +1,4 @@
url: $baseurl/probe
requires: local_channel
-name: Remote diagnostics
+name: Remote Diagnostics
photo: $baseurl/app/probe.png
diff --git a/app/profile.apd b/app/profile.apd
index d353d5742..48e5d5814 100644
--- a/app/profile.apd
+++ b/app/profile.apd
@@ -1,4 +1,4 @@
url: $baseurl/profile/$nick
requires: local_channel
-name: View profile
+name: View Profile
photo: $baseurl/app/profile.png
diff --git a/app/suggest.apd b/app/suggest.apd
index f3d17e0ea..cd94a6d1f 100644
--- a/app/suggest.apd
+++ b/app/suggest.apd
@@ -1,4 +1,4 @@
url: $baseurl/suggest
requires: local_channel
-name: Suggest channels
+name: Suggest Channels
photo: $baseurl/app/suggest.png
diff --git a/include/apps.php b/include/apps.php
index cab851b66..30fed361d 100644
--- a/include/apps.php
+++ b/include/apps.php
@@ -152,8 +152,13 @@ function parse_app_description($f,$translate = true) {
function translate_system_apps(&$arr) {
$apps = array(
'Site Admin' => t('Site Admin'),
- 'Bookmarks' => t('Bookmarks'),
- 'Address Book' => t('Address Book'),
+ 'Bug Report' => t('Bug Report'),
+ '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'),
'Channel Manager' => t('Channel Manager'),
'Grid' => t('Grid'),
@@ -161,7 +166,7 @@ function translate_system_apps(&$arr) {
'Files' => t('Files'),
'Webpages' => t('Webpages'),
'Channel Home' => t('Channel Home'),
- 'Profile' => t('Profile'),
+ 'View Profile' => t('View Profile'),
'Photos' => t('Photos'),
'Events' => t('Events'),
'Directory' => t('Directory'),