Merge translations for non-installed apps message

See merge request hubzilla/core!1296
This commit is contained in:
M. Dent 2018-09-28 21:34:15 +02:00
commit 2904e58a9f
19 changed files with 20 additions and 20 deletions

View File

@ -40,7 +40,7 @@ class Articles extends Controller {
//Do not display any associated widgets at this point //Do not display any associated widgets at this point
App::$pdl = ''; App::$pdl = '';
$o = '<b>Articles App (Not Installed):</b><br>'; $o = '<b>' . t('Articles App') . ' (' . t('Not Installed') . '):</b><br>';
$o .= t('Create interactive articles'); $o .= t('Create interactive articles');
return $o; return $o;
} }

View File

@ -43,7 +43,7 @@ class Cards extends Controller {
//Do not display any associated widgets at this point //Do not display any associated widgets at this point
App::$pdl = ''; App::$pdl = '';
$o = '<b>Cards App (Not Installed):</b><br>'; $o = '<b>' . t('Cards App') . ' (' . t('Not Installed') . '):</b><br>';
$o .= t('Create personal planning cards'); $o .= t('Create personal planning cards');
return $o; return $o;
} }

View File

@ -836,7 +836,7 @@ class Cdav extends Controller {
//Do not display any associated widgets at this point //Do not display any associated widgets at this point
App::$pdl = ''; App::$pdl = '';
$o = '<b>CalDAV App (Not Installed):</b><br>'; $o = '<b>' . t('CalDAV App') . ' (' . t('Not Installed') . '):</b><br>';
$o .= t('CalDAV capable calendar'); $o .= t('CalDAV capable calendar');
return $o; return $o;
} }
@ -845,7 +845,7 @@ class Cdav extends Controller {
//Do not display any associated widgets at this point //Do not display any associated widgets at this point
App::$pdl = ''; App::$pdl = '';
$o = '<b>CardDAV App (Not Installed):</b><br>'; $o = '<b>' . t('CardDAV App') . ' (' . t('Not Installed') . '):</b><br>';
$o .= t('CalDAV capable addressbook'); $o .= t('CalDAV capable addressbook');
return $o; return $o;
} }

View File

@ -99,7 +99,7 @@ class Chat extends Controller {
//Do not display any associated widgets at this point //Do not display any associated widgets at this point
App::$pdl = ''; App::$pdl = '';
$o = '<b>Chatrooms App (Not Installed):</b><br>'; $o = '<b>' . t('Chatrooms App') . ' (' . t('Not Installed') . '):</b><br>';
$o .= t('Access Controlled Chatrooms'); $o .= t('Access Controlled Chatrooms');
return $o; return $o;
} }

View File

@ -101,7 +101,7 @@ class Connect extends Controller {
//Do not display any associated widgets at this point //Do not display any associated widgets at this point
App::$pdl = ''; App::$pdl = '';
$o = '<b>Premium Channel App (Not Installed):</b><br>'; $o = '<b>' . t('Premium Channel App') . ' (' . t('Not Installed') . '):</b><br>';
$o .= t('Allows you to set restrictions and terms on those that connect with your channel'); $o .= t('Allows you to set restrictions and terms on those that connect with your channel');
return $o; return $o;
} }

View File

@ -98,7 +98,7 @@ class Group extends Controller {
//Do not display any associated widgets at this point //Do not display any associated widgets at this point
App::$pdl = ''; App::$pdl = '';
$o = '<b>Privacy Groups App (Not Installed):</b><br>'; $o = '<b>' . t('Privacy Groups App') . ' (' . t('Not Installed') . '):</b><br>';
$o .= t('Management of privacy groups'); $o .= t('Management of privacy groups');
return $o; return $o;
} }

View File

@ -107,7 +107,7 @@ class Invite extends Controller {
//Do not display any associated widgets at this point //Do not display any associated widgets at this point
App::$pdl = ''; App::$pdl = '';
$o = '<b>Invite App (Not Installed):</b><br>'; $o = '<b>' . t('Invite App') . ' (' . t('Not Installed') . '):</b><br>';
$o .= t('Send email invitations to join this network'); $o .= t('Send email invitations to join this network');
return $o; return $o;
} }

View File

@ -14,7 +14,7 @@ class Lang extends Controller {
//Do not display any associated widgets at this point //Do not display any associated widgets at this point
App::$pdl = ''; App::$pdl = '';
$o = '<b>Language App (Not Installed):</b><br>'; $o = '<b>' . t('Language App') . ' (' . t('Not Installed') . '):</b><br>';
$o .= t('Change UI language'); $o .= t('Change UI language');
return $o; return $o;
} }

View File

@ -129,7 +129,7 @@ class Mood extends Controller {
//Do not display any associated widgets at this point //Do not display any associated widgets at this point
App::$pdl = ''; App::$pdl = '';
$o = '<b>Mood App (Not Installed):</b><br>'; $o = '<b>' . t('Mood App') . ' (' . t('Not Installed') . '):</b><br>';
$o .= t('Set your current mood and tell your friends'); $o .= t('Set your current mood and tell your friends');
return $o; return $o;
} }

View File

@ -52,7 +52,7 @@ class Notes extends Controller {
//Do not display any associated widgets at this point //Do not display any associated widgets at this point
App::$pdl = EMPTY_STR; App::$pdl = EMPTY_STR;
$o = '<b>Notes App (Not Installed):</b><br>'; $o = '<b>' . t('Notes App') . ' (' . t('Not Installed') . '):</b><br>';
$o .= t('A simple notes app with a widget (note: notes are not encrypted)'); $o .= t('A simple notes app with a widget (note: notes are not encrypted)');
return $o; return $o;
} }

View File

@ -97,7 +97,7 @@ class Oauth extends Controller {
//Do not display any associated widgets at this point //Do not display any associated widgets at this point
App::$pdl = ''; App::$pdl = '';
$o = '<b>OAuth Apps Manager App (Not Installed):</b><br>'; $o = '<b>' . t('OAuth Apps Manager App') . ' (' . t('Not Installed') . '):</b><br>';
$o .= t('OAuth authentication tokens for mobile and remote apps'); $o .= t('OAuth authentication tokens for mobile and remote apps');
return $o; return $o;
} }

View File

@ -103,7 +103,7 @@ class Oauth2 extends Controller {
//Do not display any associated widgets at this point //Do not display any associated widgets at this point
App::$pdl = ''; App::$pdl = '';
$o = '<b>OAuth2 Apps Manager App (Not Installed):</b><br>'; $o = '<b>' . t('OAuth2 Apps Manager App') . ' (' . t('Not Installed') . '):</b><br>';
$o .= t('OAuth2 authenticatication tokens for mobile and remote apps'); $o .= t('OAuth2 authenticatication tokens for mobile and remote apps');
return $o; return $o;
} }

View File

@ -39,7 +39,7 @@ class Pdledit extends Controller {
//Do not display any associated widgets at this point //Do not display any associated widgets at this point
App::$pdl = ''; App::$pdl = '';
$o = '<b>PDL Editor App (Not Installed):</b><br>'; $o = '<b>' . t('PDL Editor App') . ' (' . t('Not Installed') . '):</b><br>';
$o .= t('Provides the ability to edit system page layouts'); $o .= t('Provides the ability to edit system page layouts');
return $o; return $o;
} }

View File

@ -59,7 +59,7 @@ class Permcats extends Controller {
//Do not display any associated widgets at this point //Do not display any associated widgets at this point
App::$pdl = ''; App::$pdl = '';
$o = '<b>Permission Categories App (Not Installed):</b><br>'; $o = '<b>' . t('Permission Categories App') . ' (' . t('Not Installed') . '):</b><br>';
$o .= t('Create custom connection permission limits'); $o .= t('Create custom connection permission limits');
return $o; return $o;
} }

View File

@ -162,7 +162,7 @@ class Poke extends Controller {
//Do not display any associated widgets at this point //Do not display any associated widgets at this point
App::$pdl = ''; App::$pdl = '';
$o = '<b>Poke App (Not Installed):</b><br>'; $o = '<b>' . t('Poke App') . ' (' . t('Not Installed') . '):</b><br>';
$o .= t('Poke somebody in your addressbook'); $o .= t('Poke somebody in your addressbook');
return $o; return $o;
} }

View File

@ -85,7 +85,7 @@ class Sources extends Controller {
//Do not display any associated widgets at this point //Do not display any associated widgets at this point
App::$pdl = ''; App::$pdl = '';
$o = '<b>Sources App (Not Installed):</b><br>'; $o = '<b>' . t('Sources App') . ' (' . t('Not Installed') . '):</b><br>';
$o .= t('Automatically import channel content from other channels or feeds'); $o .= t('Automatically import channel content from other channels or feeds');
return $o; return $o;
} }

View File

@ -96,7 +96,7 @@ class Tokens extends Controller {
//Do not display any associated widgets at this point //Do not display any associated widgets at this point
App::$pdl = ''; App::$pdl = '';
$o = '<b>Guest Access App (Not Installed):</b><br>'; $o = '<b>' . t('Guest Access App') . ' (' . t('Not Installed') . '):</b><br>';
$o .= t('Create access tokens so that non-members can access private content'); $o .= t('Create access tokens so that non-members can access private content');
return $o; return $o;
} }

View File

@ -45,7 +45,7 @@ class Webpages extends Controller {
//Do not display any associated widgets at this point //Do not display any associated widgets at this point
App::$pdl = ''; App::$pdl = '';
$o = '<b>Webpages App (Not Installed):</b><br>'; $o = '<b>' . t('Webpages App') . ' (' . t('Not Installed') . '):</b><br>';
$o .= t('Provide managed web pages on your channel'); $o .= t('Provide managed web pages on your channel');
return $o; return $o;
} }

View File

@ -49,7 +49,7 @@ class Wiki extends Controller {
//Do not display any associated widgets at this point //Do not display any associated widgets at this point
App::$pdl = ''; App::$pdl = '';
$o = '<b>Wiki App (Not Installed):</b><br>'; $o = '<b>' . t('Wiki App') . ' (' . t('Not Installed') . '):</b><br>';
$o .= t('Provide a wiki for your channel'); $o .= t('Provide a wiki for your channel');
return $o; return $o;
} }