X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=util%2Fstrings.php;h=d2c5a0afbc452dc6284373d5284c9e93829e20ba;hb=459fc2fabdcc436090045723ae921ed95e221e1f;hp=1428536888a49da262ab09869ae717d3bf0b8981;hpb=7d1a6cc1d60798ff91719686c1b4686f1c4d33e6;p=friendica.git diff --git a/util/strings.php b/util/strings.php index 1428536888..d2c5a0afbc 100644 --- a/util/strings.php +++ b/util/strings.php @@ -410,6 +410,7 @@ $a->strings["Registered users"] = ""; $a->strings["Pending registrations"] = ""; $a->strings["Version"] = ""; $a->strings["Active plugins"] = ""; +$a->strings["Can not parse base url. Must have at least ://"] = ""; $a->strings["Site settings updated."] = ""; $a->strings["No special theme for mobile devices"] = ""; $a->strings["Never"] = ""; @@ -424,10 +425,12 @@ $a->strings["Open"] = ""; $a->strings["No SSL policy, links will track page SSL state"] = ""; $a->strings["Force all links to use SSL"] = ""; $a->strings["Self-signed certificate, use SSL for local links only (discouraged)"] = ""; +$a->strings["Save Settings"] = ""; $a->strings["File upload"] = ""; $a->strings["Policies"] = ""; $a->strings["Advanced"] = ""; $a->strings["Performance"] = ""; +$a->strings["Relocate - WARNING: advanced function. Could make this server unreachable."] = ""; $a->strings["Site name"] = ""; $a->strings["Banner/Logo"] = ""; $a->strings["Additional Info"] = ""; @@ -518,6 +521,7 @@ $a->strings["How long should the cache files be hold? Default value is 86400 sec $a->strings["Path for lock file"] = ""; $a->strings["Temp path"] = ""; $a->strings["Base path to installation"] = ""; +$a->strings["New base url"] = ""; $a->strings["Update has been marked successful"] = ""; $a->strings["Executing %s failed. Check system logs."] = ""; $a->strings["Update %s was successfully applied."] = ""; @@ -540,6 +544,7 @@ $a->strings["%s user deleted"] = array( $a->strings["User '%s' deleted"] = ""; $a->strings["User '%s' unblocked"] = ""; $a->strings["User '%s' blocked"] = ""; +$a->strings["Add User"] = ""; $a->strings["select all"] = ""; $a->strings["User registrations waiting for confirm"] = ""; $a->strings["User waiting for permanent deletion"] = ""; @@ -784,6 +789,7 @@ $a->strings["Update"] = ""; $a->strings["Failed to connect with email account using the settings provided."] = ""; $a->strings["Email settings updated."] = ""; $a->strings["Features updated"] = ""; +$a->strings["Relocate message has been send to your contacts"] = ""; $a->strings["Passwords do not match. Password unchanged."] = ""; $a->strings["Empty passwords are not allowed. Password unchanged."] = ""; $a->strings["Wrong password."] = ""; @@ -916,6 +922,9 @@ $a->strings["You are tagged in a post"] = ""; $a->strings["You are poked/prodded/etc. in a post"] = ""; $a->strings["Advanced Account/Page Type Settings"] = ""; $a->strings["Change the behaviour of this account for special situations"] = ""; +$a->strings["Relocate"] = ""; +$a->strings["If you have moved this profile from another server, and some of your contacts don't receive your updates, try pushing this button."] = ""; +$a->strings["Resend relocate message to contacts"] = ""; $a->strings["Profile deleted."] = ""; $a->strings["Profile-"] = ""; $a->strings["New profile created."] = ""; @@ -989,6 +998,7 @@ $a->strings["Group created."] = ""; $a->strings["Could not create group."] = ""; $a->strings["Group not found."] = ""; $a->strings["Group name changed."] = ""; +$a->strings["Save Group"] = ""; $a->strings["Create a group of contacts/friends."] = ""; $a->strings["Group Name: "] = ""; $a->strings["Group removed."] = "";