diff --git a/util/strings.php b/util/strings.php index 079d1de13e..d811e87a6f 100644 --- a/util/strings.php +++ b/util/strings.php @@ -17,6 +17,9 @@ $a->strings[', and '] = ', and '; $a->strings[' other people'] = ' other people'; $a->strings[' like this.'] = ' like this.'; $a->strings[' don\'t like this.'] = ' don\'t like this.'; +$a->strings['No contacts'] = 'No contacts'; +$a->strings['Contacts'] = 'Contacts'; +$a->strings['View Contacts'] = 'View Contacts'; $a->strings["Invite Friends"] = "Invite Friends"; $a->strings['Connect/Follow [profile address]'] = 'Connect/Follow [profile address]'; $a->strings['Example: bob@example.com, http://example.com/barbara'] = 'Example: bob@example.com, http://example.com/barbara'; @@ -116,6 +119,13 @@ $a->strings['Database import failed.'] = 'Database import failed.'; $a->strings['You may need to import the file "database.sql" manually using phpmyadmin or mysql.'] = 'You may need to import the file "database.sql" manually using phpmyadmin or mysql.'; $a->strings['Welcome to Friendika.'] = 'Welcome to Friendika.'; $a->strings['Submit'] = 'Submit'; +$a->strings['Could not find a command line version of PHP in the web server PATH.'] = 'Could not find a command line version of PHP in the web server PATH.'; +$a->strings['This is required. Please adjust the configuration file .htconfig.php accordingly.'] = 'This is required. Please adjust the configuration file .htconfig.php accordingly.'; +$a->strings['The web installer needs to be able to create a file called ".htconfig.php" in the top folder of your web server and it is unable to do so.'] = 'The web installer needs to be able to create a file called ".htconfig.php" in the top folder of your web server and it is unable to do so.'; +$a->strings['This is most often a permission setting, as the web server may not be able to write files in your folder - even if you can.'] = 'This is most often a permission setting, as the web server may not be able to write files in your folder - even if you can.'; +$a->strings['Please check with your site documentation or support people to see if this situation can be corrected.'] = 'Please check with your site documentation or support people to see if this situation can be corrected.'; +$a->strings['If not, you may be required to perform a manual installation. Please see the file "INSTALL" for instructions.'] = 'If not, you may be required to perform a manual installation. Please see the file "INSTALL" for instructions.'; +$a->strings['The database configuration file ".htconfig.php" could not be written. Please use the enclosed text to create a configuration file in your web server root.'] = 'The database configuration file ".htconfig.php" could not be written. Please use the enclosed text to create a configuration file in your web server root.'; $a->strings['Errors encountered creating database tables.'] = 'Errors encountered creating database tables.'; $a->strings[' : '] = ' : '; $a->strings['Not a valid email address.'] = 'Not a valid email address.'; @@ -138,6 +148,7 @@ $a->strings['likes'] = 'likes'; $a->strings['doesn\'t like'] = 'doesn\'t like'; $a->strings['\'s'] = '\'s'; $a->strings['Visible to:'] = 'Visible to:'; +$a->strings['Password reset requested at '] = 'Password reset requested at '; $a->strings['No recipient selected.'] = 'No recipient selected.'; $a->strings['[no subject]'] = '[no subject]'; $a->strings['Unable to locate contact information.'] = 'Unable to locate contact information.'; @@ -180,6 +191,8 @@ $a->strings['Profile Photos'] = 'Profile Photos'; $a->strings['Album not found.'] = 'Album not found.'; $a->strings['Delete Album'] = 'Delete Album'; $a->strings['Delete Photo'] = 'Delete Photo'; +$a->strings['was tagged in a'] = 'was tagged in a'; +$a->strings['by'] = 'by'; $a->strings['Unable to process image.'] = 'Unable to process image.'; $a->strings['Image upload failed.'] = 'Image upload failed.'; $a->strings['No photos selected'] = 'No photos selected'; @@ -205,6 +218,7 @@ $a->strings['No profile'] = 'No profile'; $a->strings['Image uploaded but image cropping failed.'] = 'Image uploaded but image cropping failed.'; $a->strings['Image size reduction [175] failed.'] = 'Image size reduction [175] failed.'; $a->strings['Image size reduction [80] failed.'] = 'Image size reduction [80] failed.'; +$a->strings['Image size reduction [48] failed.'] = 'Image size reduction [48] failed.'; $a->strings['Unable to process image'] = 'Unable to process image'; $a->strings['Image uploaded successfully.'] = 'Image uploaded successfully.'; $a->strings['Image size reduction [640] failed.'] = 'Image size reduction [640] failed.'; @@ -228,7 +242,6 @@ $a->strings[' Nickname is already registered. Please choose another.'] = ' Nickn $a->strings['An error occurred during registration. Please try again.'] = 'An error occurred during registration. Please try again.'; $a->strings['An error occurred creating your default profile. Please try again.'] = 'An error occurred creating your default profile. Please try again.'; $a->strings['Registration details for '] = 'Registration details for '; -$a->strings['Administrator@'] = 'Administrator@'; $a->strings['Registration successful. Please check your email for further instructions.'] = 'Registration successful. Please check your email for further instructions.'; $a->strings['Failed to send email message. Here is the message that failed.'] = 'Failed to send email message. Here is the message that failed.'; $a->strings['Your registration can not be processed.'] = 'Your registration can not be processed.'; @@ -244,7 +257,6 @@ $a->strings['Password update failed. Please try again.'] = 'Password update fail $a->strings['Settings updated.'] = 'Settings updated.'; $a->strings['Profile is not published.'] = 'Profile is not published.'; $a->strings['Default Post Permissions'] = 'Default Post Permissions'; -$a->strings['View Contacts'] = 'View Contacts'; $a->strings['No contacts.'] = 'No contacts.'; $a->strings['Wall Photos'] = 'Wall Photos'; $a->strings['Logged out.'] = 'Logged out.'; @@ -278,7 +290,6 @@ $a->strings['Network'] = 'Network'; $a->strings['Notifications'] = 'Notifications'; $a->strings['Settings'] = 'Settings'; $a->strings['Profiles'] = 'Profiles'; -$a->strings['Contacts'] = 'Contacts'; $a->strings['Africa/Abidjan'] = 'Africa/Abidjan'; $a->strings['Africa/Accra'] = 'Africa/Accra'; $a->strings['Africa/Addis_Ababa'] = 'Africa/Addis_Ababa';