mirror of
https://github.com/friendica/friendica
synced 2025-04-25 19:50:12 +00:00
Change plugin to addon
change the use of plugin to addon where appropriate.
This commit is contained in:
parent
3bad83f24e
commit
b86b04a81a
25 changed files with 164 additions and 164 deletions
|
@ -386,12 +386,12 @@ $a->strings["Contacts who are not members of a group"] = "";
|
|||
$a->strings["Theme settings updated."] = "";
|
||||
$a->strings["Site"] = "";
|
||||
$a->strings["Users"] = "";
|
||||
$a->strings["Plugins"] = "";
|
||||
$a->strings["Addons"] = "";
|
||||
$a->strings["Themes"] = "";
|
||||
$a->strings["DB updates"] = "";
|
||||
$a->strings["Logs"] = "";
|
||||
$a->strings["Admin"] = "";
|
||||
$a->strings["Plugin Features"] = "";
|
||||
$a->strings["Addon Features"] = "";
|
||||
$a->strings["User registrations waiting for confirmation"] = "";
|
||||
$a->strings["Normal Account"] = "";
|
||||
$a->strings["Soapbox Account"] = "";
|
||||
|
@ -405,7 +405,7 @@ $a->strings["Summary"] = "";
|
|||
$a->strings["Registered users"] = "";
|
||||
$a->strings["Pending registrations"] = "";
|
||||
$a->strings["Version"] = "";
|
||||
$a->strings["Active plugins"] = "";
|
||||
$a->strings["Active addons"] = "";
|
||||
$a->strings["Can not parse base url. Must have at least <scheme>://<domain>"] = "";
|
||||
$a->strings["Site settings updated."] = "";
|
||||
$a->strings["No special theme for mobile devices"] = "";
|
||||
|
@ -579,8 +579,8 @@ $a->strings["Name of the new user."] = "";
|
|||
$a->strings["Nickname"] = "";
|
||||
$a->strings["Nickname of the new user."] = "";
|
||||
$a->strings["Email address of the new user."] = "";
|
||||
$a->strings["Plugin %s disabled."] = "";
|
||||
$a->strings["Plugin %s enabled."] = "";
|
||||
$a->strings["Addon %s disabled."] = "";
|
||||
$a->strings["Addon %s enabled."] = "";
|
||||
$a->strings["Disable"] = "";
|
||||
$a->strings["Enable"] = "";
|
||||
$a->strings["Toggle"] = "";
|
||||
|
@ -812,8 +812,8 @@ $a->strings["Connected Apps"] = "";
|
|||
$a->strings["Client key starts with"] = "";
|
||||
$a->strings["No name"] = "";
|
||||
$a->strings["Remove authorization"] = "";
|
||||
$a->strings["No Plugin settings configured"] = "";
|
||||
$a->strings["Plugin Settings"] = "";
|
||||
$a->strings["No Addon settings configured"] = "";
|
||||
$a->strings["Addon Settings"] = "";
|
||||
$a->strings["Off"] = "";
|
||||
$a->strings["On"] = "";
|
||||
$a->strings["Additional Features"] = "";
|
||||
|
@ -1128,8 +1128,8 @@ $a->strings["running at web location"] = "";
|
|||
$a->strings["Please visit <a href=\"http://friendica.com\">Friendica.com</a> to learn more about the Friendica project."] = "";
|
||||
$a->strings["Bug reports and issues: please visit"] = "";
|
||||
$a->strings["Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - dot com"] = "";
|
||||
$a->strings["Installed plugins/addons/apps:"] = "";
|
||||
$a->strings["No installed plugins/addons/apps"] = "";
|
||||
$a->strings["Installed addons/addons/apps:"] = "";
|
||||
$a->strings["No installed addons/addons/apps"] = "";
|
||||
$a->strings["Authorize application connection"] = "";
|
||||
$a->strings["Return to your app and insert this Securty Code:"] = "";
|
||||
$a->strings["Please login to continue."] = "";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue