Fix a typo, updated IT strings
This commit is contained in:
		
					parent
					
						
							
								e35a5bac55
							
						
					
				
			
			
				commit
				
					
						969cc6996a
					
				
			
		
					 5 changed files with 3064 additions and 2230 deletions
				
			
		| 
						 | 
				
			
			@ -71,24 +71,6 @@ $a->strings['%d Contact'] = array(
 | 
			
		|||
	0 => '%d Contact',
 | 
			
		||||
	1 => '%d Contacts',
 | 
			
		||||
);
 | 
			
		||||
$a->strings['Profile not found.'] = 'Profile not found.';
 | 
			
		||||
$a->strings['Contact not found.'] = 'Contact not found.';
 | 
			
		||||
$a->strings['Response from remote site was not understood.'] = 'Response from remote site was not understood.';
 | 
			
		||||
$a->strings['Unexpected response from remote site: '] = 'Unexpected response from remote site: ';
 | 
			
		||||
$a->strings["Confirmation completed successfully."] = "Confirmation completed successfully.";
 | 
			
		||||
$a->strings['Remote site reported: '] = 'Remote site reported: ';
 | 
			
		||||
$a->strings["Temporary failure. Please wait and try again."] = "Temporary failure. Please wait and try again.";
 | 
			
		||||
$a->strings["Introduction failed or was revoked."] = "Introduction failed or was revoked.";
 | 
			
		||||
$a->strings['Unable to set contact photo.'] = 'Unable to set contact photo.';
 | 
			
		||||
$a->strings['is now friends with'] = 'is now friends with';
 | 
			
		||||
$a->strings['Our site encryption key is apparently messed up.'] = 'Our site encryption key is apparently messed up.';
 | 
			
		||||
$a->strings['Empty site URL was provided or URL could not be decrypted by us.'] = 'Empty site URL was provided or URL could not be decrypted by us.';
 | 
			
		||||
$a->strings['Contact record was not found for you on our site.'] = 'Contact record was not found for you on our site.';
 | 
			
		||||
$a->strings['The ID provided by your system is a duplicate on our system. It should work if you try again.'] = 'The ID provided by your system is a duplicate on our system. It should work if you try again.';
 | 
			
		||||
$a->strings['Unable to set your contact credentials on our system.'] = 'Unable to set your contact credentials on our system.';
 | 
			
		||||
$a->strings['Unable to update your contact profile details on our system'] = 'Unable to update your contact profile details on our system';
 | 
			
		||||
$a->strings["Connection accepted at %s"] = "Connection accepted at %s";
 | 
			
		||||
$a->strings['Administrator'] = 'Administrator';
 | 
			
		||||
$a->strings['Applications'] = 'Applications';
 | 
			
		||||
$a->strings["Invite Friends"] = "Invite Friends";
 | 
			
		||||
$a->strings['Find People With Shared Interests'] = 'Find People With Shared Interests';
 | 
			
		||||
| 
						 | 
				
			
			@ -108,6 +90,7 @@ $a->strings['Contact has been ignored'] = 'Contact has been ignored';
 | 
			
		|||
$a->strings['Contact has been unignored'] = 'Contact has been unignored';
 | 
			
		||||
$a->strings['stopped following'] = 'stopped following';
 | 
			
		||||
$a->strings['Contact has been removed.'] = 'Contact has been removed.';
 | 
			
		||||
$a->strings['Contact not found.'] = 'Contact not found.';
 | 
			
		||||
$a->strings['Mutual Friendship'] = 'Mutual Friendship';
 | 
			
		||||
$a->strings['is a fan of yours'] = 'is a fan of yours';
 | 
			
		||||
$a->strings['you are a fan of'] = 'you are a fan of';
 | 
			
		||||
| 
						 | 
				
			
			@ -145,6 +128,23 @@ $a->strings['Finding: '] = 'Finding: ';
 | 
			
		|||
$a->strings['Find'] = 'Find';
 | 
			
		||||
$a->strings['Visit $username\'s profile'] = 'Visit $username\'s profile';
 | 
			
		||||
$a->strings['Edit contact'] = 'Edit contact';
 | 
			
		||||
$a->strings['Profile not found.'] = 'Profile not found.';
 | 
			
		||||
$a->strings['Response from remote site was not understood.'] = 'Response from remote site was not understood.';
 | 
			
		||||
$a->strings['Unexpected response from remote site: '] = 'Unexpected response from remote site: ';
 | 
			
		||||
$a->strings["Confirmation completed successfully."] = "Confirmation completed successfully.";
 | 
			
		||||
$a->strings['Remote site reported: '] = 'Remote site reported: ';
 | 
			
		||||
$a->strings["Temporary failure. Please wait and try again."] = "Temporary failure. Please wait and try again.";
 | 
			
		||||
$a->strings["Introduction failed or was revoked."] = "Introduction failed or was revoked.";
 | 
			
		||||
$a->strings['Unable to set contact photo.'] = 'Unable to set contact photo.';
 | 
			
		||||
$a->strings['is now friends with'] = 'is now friends with';
 | 
			
		||||
$a->strings['Our site encryption key is apparently messed up.'] = 'Our site encryption key is apparently messed up.';
 | 
			
		||||
$a->strings['Empty site URL was provided or URL could not be decrypted by us.'] = 'Empty site URL was provided or URL could not be decrypted by us.';
 | 
			
		||||
$a->strings['Contact record was not found for you on our site.'] = 'Contact record was not found for you on our site.';
 | 
			
		||||
$a->strings['The ID provided by your system is a duplicate on our system. It should work if you try again.'] = 'The ID provided by your system is a duplicate on our system. It should work if you try again.';
 | 
			
		||||
$a->strings['Unable to set your contact credentials on our system.'] = 'Unable to set your contact credentials on our system.';
 | 
			
		||||
$a->strings['Unable to update your contact profile details on our system'] = 'Unable to update your contact profile details on our system';
 | 
			
		||||
$a->strings["Connection accepted at %s"] = "Connection accepted at %s";
 | 
			
		||||
$a->strings['Administrator'] = 'Administrator';
 | 
			
		||||
$a->strings['noreply'] = 'noreply';
 | 
			
		||||
$a->strings["%s commented on an item at %s"] = "%s commented on an item at %s";
 | 
			
		||||
$a->strings["This introduction has already been accepted."] = "This introduction has already been accepted.";
 | 
			
		||||
| 
						 | 
				
			
			@ -627,7 +627,6 @@ $a->strings['j F, Y'] = 'j F, Y';
 | 
			
		|||
$a->strings['j F'] = 'j F';
 | 
			
		||||
$a->strings['Age:'] = 'Age:';
 | 
			
		||||
$a->strings['<span class="heart">♥</span> Status:'] = '<span class="heart">♥</span> Status:';
 | 
			
		||||
$a->strings['Policial Views:'] = 'Policial Views:';
 | 
			
		||||
$a->strings['Religion:'] = 'Religion:';
 | 
			
		||||
$a->strings['About:'] = 'About:';
 | 
			
		||||
$a->strings['Hobbies/Interests:'] = 'Hobbies/Interests:';
 | 
			
		||||
| 
						 | 
				
			
			@ -894,7 +893,6 @@ $a->strings['America/Managua'] = 'America/Managua';
 | 
			
		|||
$a->strings['America/Manaus'] = 'America/Manaus';
 | 
			
		||||
$a->strings['America/Marigot'] = 'America/Marigot';
 | 
			
		||||
$a->strings['America/Martinique'] = 'America/Martinique';
 | 
			
		||||
$a->strings['America/Matamoros'] = 'America/Matamoros';
 | 
			
		||||
$a->strings['America/Mazatlan'] = 'America/Mazatlan';
 | 
			
		||||
$a->strings['America/Mendoza'] = 'America/Mendoza';
 | 
			
		||||
$a->strings['America/Menominee'] = 'America/Menominee';
 | 
			
		||||
| 
						 | 
				
			
			@ -913,7 +911,6 @@ $a->strings['America/Nome'] = 'America/Nome';
 | 
			
		|||
$a->strings['America/Noronha'] = 'America/Noronha';
 | 
			
		||||
$a->strings['America/North_Dakota/Center'] = 'America/North_Dakota/Center';
 | 
			
		||||
$a->strings['America/North_Dakota/New_Salem'] = 'America/North_Dakota/New_Salem';
 | 
			
		||||
$a->strings['America/Ojinaga'] = 'America/Ojinaga';
 | 
			
		||||
$a->strings['America/Panama'] = 'America/Panama';
 | 
			
		||||
$a->strings['America/Pangnirtung'] = 'America/Pangnirtung';
 | 
			
		||||
$a->strings['America/Paramaribo'] = 'America/Paramaribo';
 | 
			
		||||
| 
						 | 
				
			
			@ -930,7 +927,6 @@ $a->strings['America/Regina'] = 'America/Regina';
 | 
			
		|||
$a->strings['America/Resolute'] = 'America/Resolute';
 | 
			
		||||
$a->strings['America/Rio_Branco'] = 'America/Rio_Branco';
 | 
			
		||||
$a->strings['America/Rosario'] = 'America/Rosario';
 | 
			
		||||
$a->strings['America/Santa_Isabel'] = 'America/Santa_Isabel';
 | 
			
		||||
$a->strings['America/Santarem'] = 'America/Santarem';
 | 
			
		||||
$a->strings['America/Santiago'] = 'America/Santiago';
 | 
			
		||||
$a->strings['America/Santo_Domingo'] = 'America/Santo_Domingo';
 | 
			
		||||
| 
						 | 
				
			
			@ -959,7 +955,6 @@ $a->strings['America/Yellowknife'] = 'America/Yellowknife';
 | 
			
		|||
$a->strings['Antarctica/Casey'] = 'Antarctica/Casey';
 | 
			
		||||
$a->strings['Antarctica/Davis'] = 'Antarctica/Davis';
 | 
			
		||||
$a->strings['Antarctica/DumontDUrville'] = 'Antarctica/DumontDUrville';
 | 
			
		||||
$a->strings['Antarctica/Macquarie'] = 'Antarctica/Macquarie';
 | 
			
		||||
$a->strings['Antarctica/Mawson'] = 'Antarctica/Mawson';
 | 
			
		||||
$a->strings['Antarctica/McMurdo'] = 'Antarctica/McMurdo';
 | 
			
		||||
$a->strings['Antarctica/Palmer'] = 'Antarctica/Palmer';
 | 
			
		||||
| 
						 | 
				
			
			@ -1022,7 +1017,6 @@ $a->strings['Asia/Makassar'] = 'Asia/Makassar';
 | 
			
		|||
$a->strings['Asia/Manila'] = 'Asia/Manila';
 | 
			
		||||
$a->strings['Asia/Muscat'] = 'Asia/Muscat';
 | 
			
		||||
$a->strings['Asia/Nicosia'] = 'Asia/Nicosia';
 | 
			
		||||
$a->strings['Asia/Novokuznetsk'] = 'Asia/Novokuznetsk';
 | 
			
		||||
$a->strings['Asia/Novosibirsk'] = 'Asia/Novosibirsk';
 | 
			
		||||
$a->strings['Asia/Omsk'] = 'Asia/Omsk';
 | 
			
		||||
$a->strings['Asia/Oral'] = 'Asia/Oral';
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue