2010-09-29 21:11:23 -04:00
< ? php
$a -> strings [ 'Not Found' ] = 'Not Found' ;
$a -> strings [ 'Page not found.' ] = 'Page not found.' ;
$a -> strings [ 'Permission denied' ] = 'Permission denied' ;
$a -> strings [ 'Permission denied.' ] = 'Permission denied.' ;
2011-02-23 22:30:57 -05:00
$a -> strings [ 'Create a New Account' ] = 'Create a New Account' ;
$a -> strings [ 'Register' ] = 'Register' ;
2010-11-29 00:00:28 -05:00
$a -> strings [ 'Nickname or Email address: ' ] = 'Nickname or Email address: ' ;
$a -> strings [ 'Password: ' ] = 'Password: ' ;
$a -> strings [ 'Login' ] = 'Login' ;
$a -> strings [ 'Nickname/Email/OpenID: ' ] = 'Nickname/Email/OpenID: ' ;
$a -> strings [ " Password \x28 if not OpenID \x29 : " ] = " Password \x28 if not OpenID \x29 : " ;
$a -> strings [ 'Forgot your password?' ] = 'Forgot your password?' ;
$a -> strings [ 'Password Reset' ] = 'Password Reset' ;
2011-02-24 05:32:46 -05:00
$a -> strings [ 'Logout' ] = 'Logout' ;
2010-09-29 21:11:23 -04:00
$a -> strings [ 'prev' ] = 'prev' ;
$a -> strings [ 'first' ] = 'first' ;
$a -> strings [ 'last' ] = 'last' ;
$a -> strings [ 'next' ] = 'next' ;
$a -> strings [ ' likes this.' ] = ' likes this.' ;
$a -> strings [ ' doesn\'t like this.' ] = ' doesn\'t like this.' ;
$a -> strings [ 'people' ] = 'people' ;
$a -> strings [ 'like this.' ] = 'like this.' ;
$a -> strings [ 'don\'t like this.' ] = 'don\'t like this.' ;
$a -> strings [ 'and' ] = 'and' ;
$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.' ;
2010-11-07 22:33:43 -05:00
$a -> strings [ 'No contacts' ] = 'No contacts' ;
$a -> strings [ 'Contacts' ] = 'Contacts' ;
$a -> strings [ 'View Contacts' ] = 'View Contacts' ;
2010-11-15 23:33:01 -05:00
$a -> strings [ 'Search' ] = 'Search' ;
2010-12-16 19:35:45 -05:00
$a -> strings [ 'No profile' ] = 'No profile' ;
$a -> strings [ 'Connect' ] = 'Connect' ;
$a -> strings [ 'Location:' ] = 'Location:' ;
$a -> strings [ ', ' ] = ', ' ;
$a -> strings [ 'Gender:' ] = 'Gender:' ;
$a -> strings [ 'Status:' ] = 'Status:' ;
$a -> strings [ 'Homepage:' ] = 'Homepage:' ;
2011-01-14 05:16:30 -05:00
$a -> strings [ 'Monday' ] = 'Monday' ;
$a -> strings [ 'Tuesday' ] = 'Tuesday' ;
$a -> strings [ 'Wednesday' ] = 'Wednesday' ;
$a -> strings [ 'Thursday' ] = 'Thursday' ;
$a -> strings [ 'Friday' ] = 'Friday' ;
$a -> strings [ 'Saturday' ] = 'Saturday' ;
$a -> strings [ 'Sunday' ] = 'Sunday' ;
$a -> strings [ 'January' ] = 'January' ;
$a -> strings [ 'February' ] = 'February' ;
$a -> strings [ 'March' ] = 'March' ;
$a -> strings [ 'April' ] = 'April' ;
$a -> strings [ 'May' ] = 'May' ;
$a -> strings [ 'June' ] = 'June' ;
$a -> strings [ 'July' ] = 'July' ;
$a -> strings [ 'August' ] = 'August' ;
$a -> strings [ 'September' ] = 'September' ;
$a -> strings [ 'October' ] = 'October' ;
$a -> strings [ 'November' ] = 'November' ;
$a -> strings [ 'December' ] = 'December' ;
$a -> strings [ 'Birthdays this week:' ] = 'Birthdays this week:' ;
$a -> strings [ " \x28 Adjusted for local time \x29 " ] = " \x28 Adjusted for local time \x29 " ;
$a -> strings [ '[today]' ] = '[today]' ;
2011-02-21 19:50:06 -05:00
$a -> strings [ 'link to source' ] = 'link to source' ;
$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.' ;
$a -> strings [ 'Wall Photos' ] = 'Wall Photos' ;
$a -> strings [ 'Message sent.' ] = 'Message sent.' ;
$a -> strings [ 'Message could not be sent.' ] = 'Message could not be sent.' ;
$a -> strings [ 'Messages' ] = 'Messages' ;
$a -> strings [ 'Inbox' ] = 'Inbox' ;
$a -> strings [ 'Outbox' ] = 'Outbox' ;
$a -> strings [ 'New Message' ] = 'New Message' ;
$a -> strings [ 'Message deleted.' ] = 'Message deleted.' ;
$a -> strings [ 'Conversation removed.' ] = 'Conversation removed.' ;
$a -> strings [ 'Send Private Message' ] = 'Send Private Message' ;
$a -> strings [ 'To:' ] = 'To:' ;
$a -> strings [ 'Subject:' ] = 'Subject:' ;
$a -> strings [ 'Your message:' ] = 'Your message:' ;
$a -> strings [ 'Upload photo' ] = 'Upload photo' ;
$a -> strings [ 'Insert web link' ] = 'Insert web link' ;
$a -> strings [ 'Please wait' ] = 'Please wait' ;
$a -> strings [ 'No messages.' ] = 'No messages.' ;
$a -> strings [ 'Delete conversation' ] = 'Delete conversation' ;
$a -> strings [ 'Message not available.' ] = 'Message not available.' ;
$a -> strings [ 'Delete message' ] = 'Delete message' ;
$a -> strings [ 'Send Reply' ] = 'Send Reply' ;
$a -> strings [ 'Applications' ] = 'Applications' ;
2010-09-29 21:11:23 -04:00
$a -> strings [ " Invite Friends " ] = " Invite Friends " ;
2010-11-02 02:42:26 -04:00
$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' ;
$a -> strings [ 'Follow' ] = 'Follow' ;
2010-09-29 21:11:23 -04:00
$a -> strings [ 'Could not access contact record.' ] = 'Could not access contact record.' ;
$a -> strings [ 'Could not locate selected profile.' ] = 'Could not locate selected profile.' ;
$a -> strings [ 'Contact updated.' ] = 'Contact updated.' ;
$a -> strings [ 'Failed to update contact record.' ] = 'Failed to update contact record.' ;
$a -> strings [ 'Contact has been ' ] = 'Contact has been ' ;
$a -> strings [ 'blocked' ] = 'blocked' ;
$a -> strings [ 'unblocked' ] = 'unblocked' ;
$a -> strings [ 'ignored' ] = 'ignored' ;
$a -> strings [ 'unignored' ] = 'unignored' ;
2010-11-26 14:56:21 -05:00
$a -> strings [ 'stopped following' ] = 'stopped following' ;
2010-09-29 21:11:23 -04:00
$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' ;
2011-02-09 03:53:51 -05:00
$a -> strings [ 'Never' ] = 'Never' ;
$a -> strings [ " \x28 Update was successful \x29 " ] = " \x28 Update was successful \x29 " ;
$a -> strings [ " \x28 Update was not successful \x29 " ] = " \x28 Update was not successful \x29 " ;
2010-11-17 17:58:25 -05:00
$a -> strings [ 'Contact Editor' ] = 'Contact Editor' ;
$a -> strings [ 'Visit $name\'s profile' ] = 'Visit $name\'s profile' ;
$a -> strings [ 'Block/Unblock contact' ] = 'Block/Unblock contact' ;
$a -> strings [ 'Ignore contact' ] = 'Ignore contact' ;
$a -> strings [ 'Delete contact' ] = 'Delete contact' ;
$a -> strings [ 'Last updated: ' ] = 'Last updated: ' ;
$a -> strings [ 'Update public posts: ' ] = 'Update public posts: ' ;
2011-02-02 19:51:55 -05:00
$a -> strings [ 'Update now' ] = 'Update now' ;
2010-09-29 21:11:23 -04:00
$a -> strings [ 'Unblock this contact' ] = 'Unblock this contact' ;
$a -> strings [ 'Block this contact' ] = 'Block this contact' ;
$a -> strings [ 'Unignore this contact' ] = 'Unignore this contact' ;
$a -> strings [ 'Ignore this contact' ] = 'Ignore this contact' ;
$a -> strings [ 'Currently blocked' ] = 'Currently blocked' ;
$a -> strings [ 'Currently ignored' ] = 'Currently ignored' ;
$a -> strings [ 'Show Blocked Connections' ] = 'Show Blocked Connections' ;
$a -> strings [ 'Hide Blocked Connections' ] = 'Hide Blocked Connections' ;
$a -> strings [ 'Finding: ' ] = 'Finding: ' ;
$a -> strings [ 'Find' ] = 'Find' ;
$a -> strings [ 'Visit ' ] = 'Visit ' ;
$a -> strings [ '\'s profile' ] = '\'s profile' ;
$a -> strings [ 'Edit contact' ] = 'Edit contact' ;
2010-11-02 02:42:26 -04:00
$a -> strings [ 'Profile not found.' ] = 'Profile not found.' ;
2010-10-06 21:32:54 -04:00
$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: ' ;
2010-10-12 07:46:22 -04:00
$a -> strings [ " Confirmation completed successfully. " ] = " Confirmation completed successfully. " ;
$a -> strings [ 'Remote site reported: ' ] = 'Remote site reported: ' ;
2010-09-29 21:11:23 -04:00
$a -> strings [ " Temporary failure. Please wait and try again. " ] = " Temporary failure. Please wait and try again. " ;
2010-10-12 07:46:22 -04:00
$a -> strings [ " Introduction failed or was revoked. " ] = " Introduction failed or was revoked. " ;
2010-09-29 21:11:23 -04:00
$a -> strings [ 'Unable to set contact photo.' ] = 'Unable to set contact photo.' ;
2010-12-24 23:23:49 -05:00
$a -> strings [ 'is now friends with' ] = 'is now friends with' ;
2010-10-12 07:46:22 -04:00
$a -> strings [ 'No user record found for ' ] = 'No user record found for ' ;
$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 " ] = " Connection accepted at " ;
$a -> strings [ 'Administrator' ] = 'Administrator' ;
2011-02-15 16:33:33 -05:00
$a -> strings [ 'noreply' ] = 'noreply' ;
2010-12-16 19:35:45 -05:00
$a -> strings [ ' commented on an item at ' ] = ' commented on an item at ' ;
2010-09-29 21:11:23 -04:00
$a -> strings [ " commented on an item at " ] = " commented on an item at " ;
2010-11-26 14:56:21 -05:00
$a -> strings [ ' welcomes ' ] = ' welcomes ' ;
2010-09-29 21:11:23 -04:00
$a -> strings [ " This introduction has already been accepted. " ] = " This introduction has already been accepted. " ;
$a -> strings [ 'Profile location is not valid or does not contain profile information.' ] = 'Profile location is not valid or does not contain profile information.' ;
$a -> strings [ 'Warning: profile location has no identifiable owner name.' ] = 'Warning: profile location has no identifiable owner name.' ;
$a -> strings [ 'Warning: profile location has no profile photo.' ] = 'Warning: profile location has no profile photo.' ;
$a -> strings [ ' required parameter' ] = ' required parameter' ;
$a -> strings [ " was " ] = " was " ;
$a -> strings [ " s were " ] = " s were " ;
$a -> strings [ " not found at the given location. " ] = " not found at the given location. " ;
$a -> strings [ " Introduction complete. " ] = " Introduction complete. " ;
$a -> strings [ 'Unrecoverable protocol error.' ] = 'Unrecoverable protocol error.' ;
$a -> strings [ 'Profile unavailable.' ] = 'Profile unavailable.' ;
2010-12-24 23:23:49 -05:00
$a -> strings [ ' has received too many connection requests today.' ] = ' has received too many connection requests today.' ;
$a -> strings [ 'Spam protection measures have been invoked.' ] = 'Spam protection measures have been invoked.' ;
$a -> strings [ 'Friends are advised to please try again in 24 hours.' ] = 'Friends are advised to please try again in 24 hours.' ;
2010-09-29 21:11:23 -04:00
$a -> strings [ " Invalid locator " ] = " Invalid locator " ;
$a -> strings [ " Unable to resolve your name at the provided location. " ] = " Unable to resolve your name at the provided location. " ;
$a -> strings [ 'You have already introduced yourself here.' ] = 'You have already introduced yourself here.' ;
2010-11-02 02:42:26 -04:00
$a -> strings [ 'Apparently you are already friends with .' ] = 'Apparently you are already friends with .' ;
2010-09-29 21:11:23 -04:00
$a -> strings [ 'Invalid profile URL.' ] = 'Invalid profile URL.' ;
$a -> strings [ 'Disallowed profile URL.' ] = 'Disallowed profile URL.' ;
$a -> strings [ 'Your introduction has been sent.' ] = 'Your introduction has been sent.' ;
$a -> strings [ " Please login to confirm introduction. " ] = " Please login to confirm introduction. " ;
$a -> strings [ " Incorrect identity currently logged in. Please login to <strong>this</strong> profile. " ] = " Incorrect identity currently logged in. Please login to <strong>this</strong> profile. " ;
$a -> strings [ '[Name Withheld]' ] = '[Name Withheld]' ;
2010-12-19 23:01:02 -05:00
$a -> strings [ 'Friend/Connection Request' ] = 'Friend/Connection Request' ;
$a -> strings [ 'Please answer the following:' ] = 'Please answer the following:' ;
$a -> strings [ 'Does $name know you?' ] = 'Does $name know you?' ;
$a -> strings [ 'Yes' ] = 'Yes' ;
$a -> strings [ 'No' ] = 'No' ;
$a -> strings [ 'Add a personal note:' ] = 'Add a personal note:' ;
$a -> strings [ 'Please enter your profile address from one of the following supported social networks:' ] = 'Please enter your profile address from one of the following supported social networks:' ;
$a -> strings [ 'Friendika' ] = 'Friendika' ;
$a -> strings [ 'StatusNet/Federated Social Web' ] = 'StatusNet/Federated Social Web' ;
$a -> strings [ " Private \x28 secure \x29 network " ] = " Private \x28 secure \x29 network " ;
$a -> strings [ " Public \x28 insecure \x29 network " ] = " Public \x28 insecure \x29 network " ;
$a -> strings [ 'Your profile address:' ] = 'Your profile address:' ;
$a -> strings [ 'Submit Request' ] = 'Submit Request' ;
$a -> strings [ 'Cancel' ] = 'Cancel' ;
2010-09-29 21:11:23 -04:00
$a -> strings [ 'Global Directory' ] = 'Global Directory' ;
2011-02-15 16:33:33 -05:00
$a -> strings [ 'Item not found.' ] = 'Item not found.' ;
2010-09-30 04:29:13 -04:00
$a -> strings [ 'Private Message' ] = 'Private Message' ;
2010-09-29 21:11:23 -04:00
$a -> strings [ 'This is you' ] = 'This is you' ;
2011-01-03 16:54:31 -05:00
$a -> strings [ 'View $name\'s profile' ] = 'View $name\'s profile' ;
2011-02-24 05:32:46 -05:00
$a -> strings [ 'View $owner_name\'s profile' ] = 'View $owner_name\'s profile' ;
$a -> strings [ 'to' ] = 'to' ;
$a -> strings [ 'Wall-to-Wall' ] = 'Wall-to-Wall' ;
$a -> strings [ 'via Wall-To-Wall:' ] = 'via Wall-To-Wall:' ;
2010-09-29 21:11:23 -04:00
$a -> strings [ 'Item has been removed.' ] = 'Item has been removed.' ;
2011-01-27 21:45:19 -05:00
$a -> strings [ 'Shared content is covered by the <a href="http://creativecommons.org/licenses/by/3.0/">Creative Commons Attribution 3.0</a> license.' ] = 'Shared content is covered by the <a href="http://creativecommons.org/licenses/by/3.0/">Creative Commons Attribution 3.0</a> license.' ;
2010-11-02 02:42:26 -04:00
$a -> strings [ 'The profile address specified does not provide adequate information.' ] = 'The profile address specified does not provide adequate information.' ;
2010-11-26 14:56:21 -05:00
$a -> strings [ 'Limited profile. This person will be unable to receive direct/personal notifications from you.' ] = 'Limited profile. This person will be unable to receive direct/personal notifications from you.' ;
2010-11-02 02:42:26 -04:00
$a -> strings [ 'Unable to retrieve contact information.' ] = 'Unable to retrieve contact information.' ;
$a -> strings [ 'following' ] = 'following' ;
2010-09-29 21:11:23 -04:00
$a -> strings [ 'Group created.' ] = 'Group created.' ;
$a -> strings [ 'Could not create group.' ] = 'Could not create group.' ;
$a -> strings [ 'Group not found.' ] = 'Group not found.' ;
$a -> strings [ 'Group name changed.' ] = 'Group name changed.' ;
$a -> strings [ 'Membership list updated.' ] = 'Membership list updated.' ;
$a -> strings [ 'Group removed.' ] = 'Group removed.' ;
$a -> strings [ 'Unable to remove group.' ] = 'Unable to remove group.' ;
$a -> strings [ 'Delete' ] = 'Delete' ;
2010-12-24 23:23:49 -05:00
$a -> strings [ " Welcome to " ] = " Welcome to " ;
2010-11-26 14:56:21 -05:00
$a -> strings [ 'Could not create/connect to database.' ] = 'Could not create/connect to database.' ;
2010-09-29 21:11:23 -04:00
$a -> strings [ 'Connected to database.' ] = 'Connected to database.' ;
$a -> strings [ 'Database import succeeded.' ] = 'Database import succeeded.' ;
$a -> strings [ 'IMPORTANT: You will need to [manually] setup a scheduled task for the poller.' ] = 'IMPORTANT: You will need to [manually] setup a scheduled task for the poller.' ;
2010-12-24 23:23:49 -05:00
$a -> strings [ 'Please see the file "INSTALL.txt".' ] = 'Please see the file "INSTALL.txt".' ;
2010-09-29 21:11:23 -04:00
$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.' ;
2010-11-04 03:37:29 -04:00
$a -> strings [ 'Welcome to Friendika.' ] = 'Welcome to Friendika.' ;
2010-09-29 21:11:23 -04:00
$a -> strings [ 'Submit' ] = 'Submit' ;
2010-11-07 22:33:43 -05:00
$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.' ;
2010-11-26 14:56:21 -05:00
$a -> strings [ 'The command line version of PHP on your system does not have "register_argc_argv" enabled.' ] = 'The command line version of PHP on your system does not have "register_argc_argv" enabled.' ;
$a -> strings [ 'This is required for message delivery to work.' ] = 'This is required for message delivery to work.' ;
$a -> strings [ 'Error: the "openssl_pkey_new" function on this system is not able to generate encryption keys' ] = 'Error: the "openssl_pkey_new" function on this system is not able to generate encryption keys' ;
2010-12-24 23:23:49 -05:00
$a -> strings [ 'If running under Windows, please see "http://www.php.net/manual/en/openssl.installation.php".' ] = 'If running under Windows, please see "http://www.php.net/manual/en/openssl.installation.php".' ;
2010-11-26 14:56:21 -05:00
$a -> strings [ 'Error: Apache webserver mod-rewrite module is required but not installed.' ] = 'Error: Apache webserver mod-rewrite module is required but not installed.' ;
$a -> strings [ 'Error: libCURL PHP module required but not installed.' ] = 'Error: libCURL PHP module required but not installed.' ;
$a -> strings [ 'Error: GD graphics PHP module with JPEG support required but not installed.' ] = 'Error: GD graphics PHP module with JPEG support required but not installed.' ;
$a -> strings [ 'Error: openssl PHP module required but not installed.' ] = 'Error: openssl PHP module required but not installed.' ;
$a -> strings [ 'Error: mysqli PHP module required but not installed.' ] = 'Error: mysqli PHP module required but not installed.' ;
2010-11-07 22:33:43 -05:00
$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.' ;
2010-12-24 23:23:49 -05:00
$a -> strings [ 'If not, you may be required to perform a manual installation. Please see the file "INSTALL.txt" for instructions.' ] = 'If not, you may be required to perform a manual installation. Please see the file "INSTALL.txt" for instructions.' ;
2010-11-07 22:33:43 -05:00
$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.' ;
2010-09-29 21:11:23 -04:00
$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.' ;
$a -> strings [ 'Please join my network on ' ] = 'Please join my network on ' ;
$a -> strings [ 'Message delivery failed.' ] = 'Message delivery failed.' ;
$a -> strings [ ' messages sent.' ] = ' messages sent.' ;
$a -> strings [ 'Send invitations' ] = 'Send invitations' ;
$a -> strings [ 'Enter email addresses, one per line:' ] = 'Enter email addresses, one per line:' ;
$a -> strings [ 'Please join my social network on ' ] = 'Please join my social network on ' ;
$a -> strings [ 'To accept this invitation, please visit:' ] = 'To accept this invitation, please visit:' ;
2010-12-16 19:35:45 -05:00
$a -> strings [ 'Once you have registered, please connect with me via my profile page at:' ] = 'Once you have registered, please connect with me via my profile page at:' ;
2011-02-15 16:33:33 -05:00
$a -> strings [ 'Unable to locate original post.' ] = 'Unable to locate original post.' ;
$a -> strings [ 'Empty post discarded.' ] = 'Empty post discarded.' ;
$a -> strings [ " commented on your item at " ] = " commented on your item at " ;
$a -> strings [ " posted on your profile wall at " ] = " posted on your profile wall at " ;
$a -> strings [ 'System error. Post not saved.' ] = 'System error. Post not saved.' ;
$a -> strings [ 'This message was sent to you by ' ] = 'This message was sent to you by ' ;
$a -> strings [ ', a member of the Friendika social network.' ] = ', a member of the Friendika social network.' ;
$a -> strings [ 'You may visit them online at' ] = 'You may visit them online at' ;
$a -> strings [ 'Please contact the sender by replying to this post if you do not wish to receive these messages.' ] = 'Please contact the sender by replying to this post if you do not wish to receive these messages.' ;
$a -> strings [ 'posted an update.' ] = 'posted an update.' ;
2010-09-29 21:11:23 -04:00
$a -> strings [ 'photo' ] = 'photo' ;
$a -> strings [ 'status' ] = 'status' ;
$a -> strings [ 'likes' ] = 'likes' ;
$a -> strings [ 'doesn\'t like' ] = 'doesn\'t like' ;
$a -> strings [ '\'s' ] = '\'s' ;
2010-12-16 19:35:45 -05:00
$a -> strings [ 'Remote privacy information not available.' ] = 'Remote privacy information not available.' ;
2010-09-30 04:29:13 -04:00
$a -> strings [ 'Visible to:' ] = 'Visible to:' ;
2010-11-07 22:33:43 -05:00
$a -> strings [ 'Password reset requested at ' ] = 'Password reset requested at ' ;
2011-01-19 20:56:36 -05:00
$a -> strings [ 'Normal View' ] = 'Normal View' ;
$a -> strings [ 'New Item View' ] = 'New Item View' ;
2011-02-02 19:51:55 -05:00
$a -> strings [ 'CC: email addresses' ] = 'CC: email addresses' ;
$a -> strings [ 'Example: bob@example.com, mary@example.com' ] = 'Example: bob@example.com, mary@example.com' ;
2010-09-29 21:11:23 -04:00
$a -> strings [ 'No such group' ] = 'No such group' ;
2011-01-03 16:54:31 -05:00
$a -> strings [ 'Group is empty' ] = 'Group is empty' ;
2010-09-29 21:11:23 -04:00
$a -> strings [ 'Group: ' ] = 'Group: ' ;
2011-01-19 20:56:36 -05:00
$a -> strings [ 'View in context' ] = 'View in context' ;
2010-09-29 21:11:23 -04:00
$a -> strings [ 'Invalid request identifier.' ] = 'Invalid request identifier.' ;
$a -> strings [ 'Discard' ] = 'Discard' ;
$a -> strings [ 'Ignore' ] = 'Ignore' ;
$a -> strings [ 'Show Ignored Requests' ] = 'Show Ignored Requests' ;
$a -> strings [ 'Hide Ignored Requests' ] = 'Hide Ignored Requests' ;
2010-11-02 02:42:26 -04:00
$a -> strings [ 'Claims to be known to you: ' ] = 'Claims to be known to you: ' ;
2010-09-29 21:11:23 -04:00
$a -> strings [ 'yes' ] = 'yes' ;
$a -> strings [ 'no' ] = 'no' ;
2011-02-22 18:35:33 -05:00
$a -> strings [ 'Approve as: ' ] = 'Approve as: ' ;
$a -> strings [ 'Friend' ] = 'Friend' ;
$a -> strings [ 'Fan/Admirer' ] = 'Fan/Admirer' ;
2010-11-17 17:58:25 -05:00
$a -> strings [ 'Notification type: ' ] = 'Notification type: ' ;
2010-11-02 02:42:26 -04:00
$a -> strings [ 'Friend/Connect Request' ] = 'Friend/Connect Request' ;
$a -> strings [ 'New Follower' ] = 'New Follower' ;
2010-11-17 17:58:25 -05:00
$a -> strings [ 'Approve' ] = 'Approve' ;
2010-09-29 21:11:23 -04:00
$a -> strings [ 'No notifications.' ] = 'No notifications.' ;
2011-01-04 08:46:08 -05:00
$a -> strings [ 'No registrations.' ] = 'No registrations.' ;
2010-11-26 14:56:21 -05:00
$a -> strings [ 'Login failed.' ] = 'Login failed.' ;
$a -> strings [ " Welcome back " ] = " Welcome back " ;
2010-09-29 21:11:23 -04:00
$a -> strings [ 'Photo Albums' ] = 'Photo Albums' ;
2010-11-02 02:42:26 -04:00
$a -> strings [ 'Contact Photos' ] = 'Contact Photos' ;
2010-11-04 03:37:29 -04:00
$a -> strings [ 'Contact information unavailable' ] = 'Contact information unavailable' ;
2010-09-29 21:11:23 -04:00
$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' ;
2010-11-07 22:33:43 -05:00
$a -> strings [ 'was tagged in a' ] = 'was tagged in a' ;
$a -> strings [ 'by' ] = 'by' ;
2010-11-15 23:33:01 -05:00
$a -> strings [ 'Image exceeds size limit of ' ] = 'Image exceeds size limit of ' ;
2010-09-29 21:11:23 -04:00
$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' ;
$a -> strings [ 'Upload Photos' ] = 'Upload Photos' ;
$a -> strings [ 'New album name: ' ] = 'New album name: ' ;
$a -> strings [ 'or existing album name: ' ] = 'or existing album name: ' ;
$a -> strings [ 'Permissions' ] = 'Permissions' ;
$a -> strings [ 'Edit Album' ] = 'Edit Album' ;
$a -> strings [ 'View Photo' ] = 'View Photo' ;
$a -> strings [ 'Photo not available' ] = 'Photo not available' ;
$a -> strings [ 'Edit photo' ] = 'Edit photo' ;
$a -> strings [ 'View Full Size' ] = 'View Full Size' ;
2010-11-02 02:42:26 -04:00
$a -> strings [ 'Tags: ' ] = 'Tags: ' ;
2010-11-08 20:30:00 -05:00
$a -> strings [ '[Remove any tag]' ] = '[Remove any tag]' ;
2011-02-03 18:13:38 -05:00
$a -> strings [ 'New album name' ] = 'New album name' ;
2010-09-29 21:11:23 -04:00
$a -> strings [ 'Caption' ] = 'Caption' ;
2010-11-02 02:42:26 -04:00
$a -> strings [ 'Add a Tag' ] = 'Add a Tag' ;
$a -> strings [ 'Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping' ] = 'Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping' ;
2010-09-29 21:11:23 -04:00
$a -> strings [ 'Recent Photos' ] = 'Recent Photos' ;
$a -> strings [ 'Upload New Photos' ] = 'Upload New Photos' ;
$a -> strings [ 'View Album' ] = 'View Album' ;
$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.' ;
2010-11-07 22:33:43 -05:00
$a -> strings [ 'Image size reduction [48] failed.' ] = 'Image size reduction [48] failed.' ;
2010-10-06 21:32:54 -04:00
$a -> strings [ 'Unable to process image' ] = 'Unable to process image' ;
2010-09-29 21:11:23 -04:00
$a -> strings [ 'Image uploaded successfully.' ] = 'Image uploaded successfully.' ;
$a -> strings [ 'Image size reduction [640] failed.' ] = 'Image size reduction [640] failed.' ;
$a -> strings [ 'Profile Name is required.' ] = 'Profile Name is required.' ;
$a -> strings [ 'Profile updated.' ] = 'Profile updated.' ;
$a -> strings [ 'Profile deleted.' ] = 'Profile deleted.' ;
$a -> strings [ 'Profile-' ] = 'Profile-' ;
$a -> strings [ 'New profile created.' ] = 'New profile created.' ;
$a -> strings [ 'Profile unavailable to clone.' ] = 'Profile unavailable to clone.' ;
$a -> strings [ 'This is your <strong>public</strong> profile.<br />It <strong>may</strong> be visible to anybody using the internet.' ] = 'This is your <strong>public</strong> profile.<br />It <strong>may</strong> be visible to anybody using the internet.' ;
$a -> strings [ 'Age: ' ] = 'Age: ' ;
2011-01-14 05:16:30 -05:00
$a -> strings [ 'Profile Image' ] = 'Profile Image' ;
$a -> strings [ 'Invalid OpenID url' ] = 'Invalid OpenID url' ;
2010-09-29 21:11:23 -04:00
$a -> strings [ 'Please enter the required information.' ] = 'Please enter the required information.' ;
2010-11-15 23:33:01 -05:00
$a -> strings [ 'Please use a shorter name.' ] = 'Please use a shorter name.' ;
$a -> strings [ 'Name too short.' ] = 'Name too short.' ;
2010-12-16 19:35:45 -05:00
$a -> strings [ " That doesn \ 't appear to be your full \x28 First Last \x29 name. " ] = " That doesn \ 't appear to be your full \x28 First Last \x29 name. " ;
2010-11-15 23:33:01 -05:00
$a -> strings [ 'Your email domain is not among those allowed on this site.' ] = 'Your email domain is not among those allowed on this site.' ;
2011-01-14 05:16:30 -05:00
$a -> strings [ 'Cannot use that email.' ] = 'Cannot use that email.' ;
2010-11-15 23:33:01 -05:00
$a -> strings [ 'Your "nickname" can only contain "a-z", "0-9", "-", and "_", and must also begin with a letter.' ] = 'Your "nickname" can only contain "a-z", "0-9", "-", and "_", and must also begin with a letter.' ;
$a -> strings [ 'Nickname is already registered. Please choose another.' ] = 'Nickname is already registered. Please choose another.' ;
2010-11-26 14:56:21 -05:00
$a -> strings [ 'SERIOUS ERROR: Generation of security keys failed.' ] = 'SERIOUS ERROR: Generation of security keys failed.' ;
2010-09-29 21:11:23 -04:00
$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 [ '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.' ;
$a -> strings [ 'Registration request at ' ] = 'Registration request at ' ;
$a -> strings [ 'Your registration is pending approval by the site owner.' ] = 'Your registration is pending approval by the site owner.' ;
2010-11-29 00:00:28 -05:00
$a -> strings [ " You may \x28 optionally \x29 fill in this form via OpenID by supplying your OpenID and clicking 'Register'. " ] = " You may \x28 optionally \x29 fill in this form via OpenID by supplying your OpenID and clicking 'Register'. " ;
2010-11-26 14:56:21 -05:00
$a -> strings [ 'If you are not familiar with OpenID, please leave that field blank and fill in the rest of the items.' ] = 'If you are not familiar with OpenID, please leave that field blank and fill in the rest of the items.' ;
2010-11-29 00:00:28 -05:00
$a -> strings [ " Your OpenID \x28 optional \x29 : " ] = " Your OpenID \x28 optional \x29 : " ;
2011-02-21 19:50:06 -05:00
$a -> strings [ 'Include your profile in member directory?' ] = 'Include your profile in member directory?' ;
2010-11-29 00:00:28 -05:00
$a -> strings [ 'Registration' ] = 'Registration' ;
2010-11-15 23:33:01 -05:00
$a -> strings [ 'Your Full Name ' . " \x28 " . 'e.g. Joe Smith' . " \x29 " . ': ' ] = 'Your Full Name ' . " \x28 " . 'e.g. Joe Smith' . " \x29 " . ': ' ;
$a -> strings [ 'Your Email Address: ' ] = 'Your Email Address: ' ;
$a -> strings [ 'Choose a profile nickname. This must begin with a text character. Your global profile locator will then be \'<strong>nickname@$sitename</strong>\'.' ] = 'Choose a profile nickname. This must begin with a text character. Your global profile locator will then be \'<strong>nickname@$sitename</strong>\'.' ;
$a -> strings [ 'Choose a nickname: ' ] = 'Choose a nickname: ' ;
2010-09-29 21:11:23 -04:00
$a -> strings [ 'Please login.' ] = 'Please login.' ;
$a -> strings [ 'Registration revoked for ' ] = 'Registration revoked for ' ;
$a -> strings [ 'Account approved.' ] = 'Account approved.' ;
2011-02-03 18:13:38 -05:00
$a -> strings [ 'Remove My Account' ] = 'Remove My Account' ;
$a -> strings [ 'This will completely remove your account. Once this has been done it is not recoverable.' ] = 'This will completely remove your account. Once this has been done it is not recoverable.' ;
$a -> strings [ 'Please enter your password for verification:' ] = 'Please enter your password for verification:' ;
2010-09-29 21:11:23 -04:00
$a -> strings [ 'Passwords do not match. Password unchanged.' ] = 'Passwords do not match. Password unchanged.' ;
$a -> strings [ 'Empty passwords are not allowed. Password unchanged.' ] = 'Empty passwords are not allowed. Password unchanged.' ;
$a -> strings [ 'Password changed.' ] = 'Password changed.' ;
$a -> strings [ 'Password update failed. Please try again.' ] = 'Password update failed. Please try again.' ;
2010-11-15 23:33:01 -05:00
$a -> strings [ ' Please use a shorter name.' ] = ' Please use a shorter name.' ;
$a -> strings [ ' Name too short.' ] = ' Name too short.' ;
$a -> strings [ ' Not valid email.' ] = ' Not valid email.' ;
2011-01-14 05:16:30 -05:00
$a -> strings [ ' Cannot change to that email.' ] = ' Cannot change to that email.' ;
2010-09-29 21:11:23 -04:00
$a -> strings [ 'Settings updated.' ] = 'Settings updated.' ;
2010-12-25 02:44:17 -05:00
$a -> strings [ 'Plugin Settings' ] = 'Plugin Settings' ;
$a -> strings [ 'Account Settings' ] = 'Account Settings' ;
2010-12-25 04:24:51 -05:00
$a -> strings [ 'No Plugin settings configured' ] = 'No Plugin settings configured' ;
2010-11-29 00:00:28 -05:00
$a -> strings [ 'OpenID: ' ] = 'OpenID: ' ;
$a -> strings [ " \x28 Optional \x29 Allow this OpenID to login to this account. " ] = " \x28 Optional \x29 Allow this OpenID to login to this account. " ;
2010-11-02 02:42:26 -04:00
$a -> strings [ 'Profile is <strong>not published</strong>.' ] = 'Profile is <strong>not published</strong>.' ;
2010-09-29 21:11:23 -04:00
$a -> strings [ 'Default Post Permissions' ] = 'Default Post Permissions' ;
2010-11-08 20:30:00 -05:00
$a -> strings [ 'Tag removed' ] = 'Tag removed' ;
$a -> strings [ 'Remove Item Tag' ] = 'Remove Item Tag' ;
$a -> strings [ 'Select a tag to remove: ' ] = 'Select a tag to remove: ' ;
$a -> strings [ 'Remove' ] = 'Remove' ;
2010-09-29 21:11:23 -04:00
$a -> strings [ 'No contacts.' ] = 'No contacts.' ;
2010-11-17 17:58:25 -05:00
$a -> strings [ 'Visible To:' ] = 'Visible To:' ;
$a -> strings [ 'Groups' ] = 'Groups' ;
$a -> strings [ 'Except For:' ] = 'Except For:' ;
2011-01-14 05:16:30 -05:00
$a -> strings [ 'Logged out.' ] = 'Logged out.' ;
2010-11-17 17:58:25 -05:00
$a -> strings [ 'Unknown | Not categorised' ] = 'Unknown | Not categorised' ;
$a -> strings [ 'Block immediately' ] = 'Block immediately' ;
$a -> strings [ 'Shady, spammer, self-marketer' ] = 'Shady, spammer, self-marketer' ;
$a -> strings [ 'Known to me, but no opinion' ] = 'Known to me, but no opinion' ;
$a -> strings [ 'OK, probably harmless' ] = 'OK, probably harmless' ;
$a -> strings [ 'Reputable, has my trust' ] = 'Reputable, has my trust' ;
$a -> strings [ 'Frequently' ] = 'Frequently' ;
$a -> strings [ 'Hourly' ] = 'Hourly' ;
$a -> strings [ 'Twice daily' ] = 'Twice daily' ;
$a -> strings [ 'Daily' ] = 'Daily' ;
$a -> strings [ 'Weekly' ] = 'Weekly' ;
$a -> strings [ 'Monthly' ] = 'Monthly' ;
2010-09-29 21:11:23 -04:00
$a -> strings [ 'Miscellaneous' ] = 'Miscellaneous' ;
$a -> strings [ 'less than a second ago' ] = 'less than a second ago' ;
$a -> strings [ 'year' ] = 'year' ;
$a -> strings [ 'years' ] = 'years' ;
$a -> strings [ 'month' ] = 'month' ;
$a -> strings [ 'months' ] = 'months' ;
$a -> strings [ 'week' ] = 'week' ;
$a -> strings [ 'weeks' ] = 'weeks' ;
$a -> strings [ 'day' ] = 'day' ;
$a -> strings [ 'days' ] = 'days' ;
$a -> strings [ 'hour' ] = 'hour' ;
$a -> strings [ 'hours' ] = 'hours' ;
$a -> strings [ 'minute' ] = 'minute' ;
$a -> strings [ 'minutes' ] = 'minutes' ;
$a -> strings [ 'second' ] = 'second' ;
$a -> strings [ 'seconds' ] = 'seconds' ;
$a -> strings [ ' ago' ] = ' ago' ;
$a -> strings [ 'Create a new group' ] = 'Create a new group' ;
$a -> strings [ 'Everybody' ] = 'Everybody' ;
2011-01-14 05:16:30 -05:00
$a -> strings [ 'Birthday:' ] = 'Birthday:' ;
2010-09-29 21:11:23 -04:00
$a -> strings [ 'Home' ] = 'Home' ;
2011-02-21 19:50:06 -05:00
$a -> strings [ 'Apps' ] = 'Apps' ;
2010-09-29 21:11:23 -04:00
$a -> strings [ 'Directory' ] = 'Directory' ;
$a -> strings [ 'Network' ] = 'Network' ;
$a -> strings [ 'Notifications' ] = 'Notifications' ;
$a -> strings [ 'Settings' ] = 'Settings' ;
$a -> strings [ 'Profiles' ] = 'Profiles' ;
2011-02-02 19:51:55 -05:00
$a -> strings [ 'Embedding disabled' ] = 'Embedding disabled' ;
2010-11-17 17:58:25 -05:00
$a -> strings [ 'Male' ] = 'Male' ;
$a -> strings [ 'Female' ] = 'Female' ;
2010-12-16 19:35:45 -05:00
$a -> strings [ 'Currently Male' ] = 'Currently Male' ;
$a -> strings [ 'Currently Female' ] = 'Currently Female' ;
2010-11-29 23:56:54 -05:00
$a -> strings [ 'Mostly Male' ] = 'Mostly Male' ;
$a -> strings [ 'Mostly Female' ] = 'Mostly Female' ;
$a -> strings [ 'Transgender' ] = 'Transgender' ;
$a -> strings [ 'Intersex' ] = 'Intersex' ;
2010-11-17 17:58:25 -05:00
$a -> strings [ 'Transsexual' ] = 'Transsexual' ;
$a -> strings [ 'Hermaphrodite' ] = 'Hermaphrodite' ;
$a -> strings [ 'Neuter' ] = 'Neuter' ;
2010-11-29 23:56:54 -05:00
$a -> strings [ 'Non-specific' ] = 'Non-specific' ;
2010-11-17 17:58:25 -05:00
$a -> strings [ 'Other' ] = 'Other' ;
$a -> strings [ 'Undecided' ] = 'Undecided' ;
$a -> strings [ 'Males' ] = 'Males' ;
$a -> strings [ 'Females' ] = 'Females' ;
2010-12-19 23:01:02 -05:00
$a -> strings [ 'Gay' ] = 'Gay' ;
$a -> strings [ 'Lesbian' ] = 'Lesbian' ;
2010-11-29 23:56:54 -05:00
$a -> strings [ 'No Preference' ] = 'No Preference' ;
2010-11-17 17:58:25 -05:00
$a -> strings [ 'Bisexual' ] = 'Bisexual' ;
$a -> strings [ 'Autosexual' ] = 'Autosexual' ;
$a -> strings [ 'Abstinent' ] = 'Abstinent' ;
$a -> strings [ 'Virgin' ] = 'Virgin' ;
2010-11-29 23:56:54 -05:00
$a -> strings [ 'Deviant' ] = 'Deviant' ;
$a -> strings [ 'Fetish' ] = 'Fetish' ;
$a -> strings [ 'Oodles' ] = 'Oodles' ;
2010-11-17 17:58:25 -05:00
$a -> strings [ 'Nonsexual' ] = 'Nonsexual' ;
$a -> strings [ 'Single' ] = 'Single' ;
$a -> strings [ 'Lonely' ] = 'Lonely' ;
$a -> strings [ 'Available' ] = 'Available' ;
$a -> strings [ 'Unavailable' ] = 'Unavailable' ;
$a -> strings [ 'Dating' ] = 'Dating' ;
$a -> strings [ 'Unfaithful' ] = 'Unfaithful' ;
$a -> strings [ 'Sex Addict' ] = 'Sex Addict' ;
$a -> strings [ 'Friends' ] = 'Friends' ;
$a -> strings [ 'Friends/Benefits' ] = 'Friends/Benefits' ;
$a -> strings [ 'Casual' ] = 'Casual' ;
$a -> strings [ 'Engaged' ] = 'Engaged' ;
$a -> strings [ 'Married' ] = 'Married' ;
$a -> strings [ 'Partners' ] = 'Partners' ;
$a -> strings [ 'Cohabiting' ] = 'Cohabiting' ;
$a -> strings [ 'Happy' ] = 'Happy' ;
$a -> strings [ 'Not Looking' ] = 'Not Looking' ;
$a -> strings [ 'Swinger' ] = 'Swinger' ;
$a -> strings [ 'Betrayed' ] = 'Betrayed' ;
$a -> strings [ 'Separated' ] = 'Separated' ;
$a -> strings [ 'Unstable' ] = 'Unstable' ;
$a -> strings [ 'Divorced' ] = 'Divorced' ;
$a -> strings [ 'Widowed' ] = 'Widowed' ;
$a -> strings [ 'Uncertain' ] = 'Uncertain' ;
$a -> strings [ 'Complicated' ] = 'Complicated' ;
$a -> strings [ 'Don\'t care' ] = 'Don\'t care' ;
$a -> strings [ 'Ask me' ] = 'Ask me' ;
2011-02-15 16:33:33 -05:00
$a -> strings [ 'Facebook disabled' ] = 'Facebook disabled' ;
$a -> strings [ 'Facebook API key is missing.' ] = 'Facebook API key is missing.' ;
$a -> strings [ 'Facebook Connect' ] = 'Facebook Connect' ;
2011-02-21 19:50:06 -05:00
$a -> strings [ 'Install Facebook post connector' ] = 'Install Facebook post connector' ;
$a -> strings [ 'Remove Facebook post connector' ] = 'Remove Facebook post connector' ;
$a -> strings [ 'Facebook' ] = 'Facebook' ;
$a -> strings [ 'Facebook Connector Settings' ] = 'Facebook Connector Settings' ;
2011-02-15 16:33:33 -05:00
$a -> strings [ 'Post to Facebook' ] = 'Post to Facebook' ;
$a -> strings [ 'Image: ' ] = 'Image: ' ;
2011-01-27 21:45:19 -05:00
$a -> strings [ 'Select files to upload: ' ] = 'Select files to upload: ' ;
$a -> strings [ 'Use the following controls only if the Java uploader [above] fails to launch.' ] = 'Use the following controls only if the Java uploader [above] fails to launch.' ;
2011-02-02 19:51:55 -05:00
$a -> strings [ 'Upload a file' ] = 'Upload a file' ;
$a -> strings [ 'Drop files here to upload' ] = 'Drop files here to upload' ;
$a -> strings [ 'Failed' ] = 'Failed' ;
2011-01-27 21:45:19 -05:00
$a -> strings [ 'No files were uploaded.' ] = 'No files were uploaded.' ;
$a -> strings [ 'Uploaded file is empty' ] = 'Uploaded file is empty' ;
$a -> strings [ 'Uploaded file is too large' ] = 'Uploaded file is too large' ;
$a -> strings [ 'File has an invalid extension, it should be one of ' ] = 'File has an invalid extension, it should be one of ' ;
$a -> strings [ 'Upload was cancelled, or server error encountered' ] = 'Upload was cancelled, or server error encountered' ;
$a -> strings [ 'Randplace Settings' ] = 'Randplace Settings' ;
$a -> strings [ 'Enable Randplace Plugin' ] = 'Enable Randplace Plugin' ;
2011-02-23 22:30:57 -05:00
$a -> strings [ 'Post to StatusNet' ] = 'Post to StatusNet' ;
$a -> strings [ 'StatusNet Posting Settings' ] = 'StatusNet Posting Settings' ;
2011-02-09 03:53:51 -05:00
$a -> strings [ 'No consumer key pair for StatusNet found. Register your Friendika Account as an desktop client on your StatusNet account, copy the consumer key pair here and enter the API base root.<br />Before you register your own OAuth key pair ask the administrator if there is already a key pair for this Friendika installation at your favorited StatusNet installation.' ] = 'No consumer key pair for StatusNet found. Register your Friendika Account as an desktop client on your StatusNet account, copy the consumer key pair here and enter the API base root.<br />Before you register your own OAuth key pair ask the administrator if there is already a key pair for this Friendika installation at your favorited StatusNet installation.' ;
$a -> strings [ 'OAuth Consumer Key' ] = 'OAuth Consumer Key' ;
$a -> strings [ 'OAuth Consumer Secret' ] = 'OAuth Consumer Secret' ;
2011-02-15 16:33:33 -05:00
$a -> strings [ " Base API Path \x28 remember the trailing / \x29 " ] = " Base API Path \x28 remember the trailing / \x29 " ;
2011-02-09 03:53:51 -05:00
$a -> strings [ 'To connect to your StatusNet account click the button below to get a security code from StatusNet which you have to copy into the input box below and submit the form. Only your <strong>public</strong> posts will be posted to StatusNet.' ] = 'To connect to your StatusNet account click the button below to get a security code from StatusNet which you have to copy into the input box below and submit the form. Only your <strong>public</strong> posts will be posted to StatusNet.' ;
$a -> strings [ 'Log in with StatusNet' ] = 'Log in with StatusNet' ;
$a -> strings [ 'Copy the security code from StatusNet here' ] = 'Copy the security code from StatusNet here' ;
$a -> strings [ 'Currently connected to: ' ] = 'Currently connected to: ' ;
$a -> strings [ 'If enabled all your <strong>public</strong> postings will be posted to the associated StatusNet account as well.' ] = 'If enabled all your <strong>public</strong> postings will be posted to the associated StatusNet account as well.' ;
$a -> strings [ 'Send public postings to StatusNet' ] = 'Send public postings to StatusNet' ;
$a -> strings [ 'Clear OAuth configuration' ] = 'Clear OAuth configuration' ;
2011-02-21 19:50:06 -05:00
$a -> strings [ 'Three Dimensional Tic-Tac-Toe' ] = 'Three Dimensional Tic-Tac-Toe' ;
$a -> strings [ 'New game' ] = 'New game' ;
$a -> strings [ 'New game with handicap' ] = 'New game with handicap' ;
$a -> strings [ 'Three dimensional tic-tac-toe is just like the traditional game except that it is played on multiple levels simultaneously.' ] = 'Three dimensional tic-tac-toe is just like the traditional game except that it is played on multiple levels simultaneously.' ;
$a -> strings [ 'In this case there are three levels. You win by getting three in a row on any level, as well as up, down, and diagonally across the different levels.' ] = 'In this case there are three levels. You win by getting three in a row on any level, as well as up, down, and diagonally across the different levels.' ;
$a -> strings [ 'The handicap game disables the center position on the middle level because the player claiming this square often has an unfair advantage.' ] = 'The handicap game disables the center position on the middle level because the player claiming this square often has an unfair advantage.' ;
$a -> strings [ 'You go first...' ] = 'You go first...' ;
$a -> strings [ 'I\'m going first this time...' ] = 'I\'m going first this time...' ;
$a -> strings [ 'You won!' ] = 'You won!' ;
$a -> strings [ '"Cat" game!' ] = '"Cat" game!' ;
$a -> strings [ 'I won!' ] = 'I won!' ;
2011-02-15 16:33:33 -05:00
$a -> strings [ 'Post to Twitter' ] = 'Post to Twitter' ;
2011-02-09 03:53:51 -05:00
$a -> strings [ 'Twitter Posting Settings' ] = 'Twitter Posting Settings' ;
$a -> strings [ 'No consumer key pair for Twitter found. Please contact your site administrator.' ] = 'No consumer key pair for Twitter found. Please contact your site administrator.' ;
$a -> strings [ 'At this Friendika instance the Twitter plugin was enabled but you have not yet connected your account to your Twitter account. To do so click the button below to get a PIN from Twitter which you have to copy into the input box below and submit the form. Only your <strong>public</strong> posts will be posted to Twitter.' ] = 'At this Friendika instance the Twitter plugin was enabled but you have not yet connected your account to your Twitter account. To do so click the button below to get a PIN from Twitter which you have to copy into the input box below and submit the form. Only your <strong>public</strong> posts will be posted to Twitter.' ;
$a -> strings [ 'Copy the PIN from Twitter here' ] = 'Copy the PIN from Twitter here' ;
$a -> strings [ 'If enabled all your <strong>public</strong> postings will be posted to the associated Twitter account as well.' ] = 'If enabled all your <strong>public</strong> postings will be posted to the associated Twitter account as well.' ;
$a -> strings [ 'Send public postings to Twitter' ] = 'Send public postings to Twitter' ;
2010-09-29 21:11:23 -04:00
$a -> strings [ 'Africa/Abidjan' ] = 'Africa/Abidjan' ;
$a -> strings [ 'Africa/Accra' ] = 'Africa/Accra' ;
$a -> strings [ 'Africa/Addis_Ababa' ] = 'Africa/Addis_Ababa' ;
$a -> strings [ 'Africa/Algiers' ] = 'Africa/Algiers' ;
$a -> strings [ 'Africa/Asmara' ] = 'Africa/Asmara' ;
$a -> strings [ 'Africa/Asmera' ] = 'Africa/Asmera' ;
$a -> strings [ 'Africa/Bamako' ] = 'Africa/Bamako' ;
$a -> strings [ 'Africa/Bangui' ] = 'Africa/Bangui' ;
$a -> strings [ 'Africa/Banjul' ] = 'Africa/Banjul' ;
$a -> strings [ 'Africa/Bissau' ] = 'Africa/Bissau' ;
$a -> strings [ 'Africa/Blantyre' ] = 'Africa/Blantyre' ;
$a -> strings [ 'Africa/Brazzaville' ] = 'Africa/Brazzaville' ;
$a -> strings [ 'Africa/Bujumbura' ] = 'Africa/Bujumbura' ;
$a -> strings [ 'Africa/Cairo' ] = 'Africa/Cairo' ;
$a -> strings [ 'Africa/Casablanca' ] = 'Africa/Casablanca' ;
$a -> strings [ 'Africa/Ceuta' ] = 'Africa/Ceuta' ;
$a -> strings [ 'Africa/Conakry' ] = 'Africa/Conakry' ;
$a -> strings [ 'Africa/Dakar' ] = 'Africa/Dakar' ;
$a -> strings [ 'Africa/Dar_es_Salaam' ] = 'Africa/Dar_es_Salaam' ;
$a -> strings [ 'Africa/Djibouti' ] = 'Africa/Djibouti' ;
$a -> strings [ 'Africa/Douala' ] = 'Africa/Douala' ;
$a -> strings [ 'Africa/El_Aaiun' ] = 'Africa/El_Aaiun' ;
$a -> strings [ 'Africa/Freetown' ] = 'Africa/Freetown' ;
$a -> strings [ 'Africa/Gaborone' ] = 'Africa/Gaborone' ;
$a -> strings [ 'Africa/Harare' ] = 'Africa/Harare' ;
$a -> strings [ 'Africa/Johannesburg' ] = 'Africa/Johannesburg' ;
$a -> strings [ 'Africa/Kampala' ] = 'Africa/Kampala' ;
$a -> strings [ 'Africa/Khartoum' ] = 'Africa/Khartoum' ;
$a -> strings [ 'Africa/Kigali' ] = 'Africa/Kigali' ;
$a -> strings [ 'Africa/Kinshasa' ] = 'Africa/Kinshasa' ;
$a -> strings [ 'Africa/Lagos' ] = 'Africa/Lagos' ;
$a -> strings [ 'Africa/Libreville' ] = 'Africa/Libreville' ;
$a -> strings [ 'Africa/Lome' ] = 'Africa/Lome' ;
$a -> strings [ 'Africa/Luanda' ] = 'Africa/Luanda' ;
$a -> strings [ 'Africa/Lubumbashi' ] = 'Africa/Lubumbashi' ;
$a -> strings [ 'Africa/Lusaka' ] = 'Africa/Lusaka' ;
$a -> strings [ 'Africa/Malabo' ] = 'Africa/Malabo' ;
$a -> strings [ 'Africa/Maputo' ] = 'Africa/Maputo' ;
$a -> strings [ 'Africa/Maseru' ] = 'Africa/Maseru' ;
$a -> strings [ 'Africa/Mbabane' ] = 'Africa/Mbabane' ;
$a -> strings [ 'Africa/Mogadishu' ] = 'Africa/Mogadishu' ;
$a -> strings [ 'Africa/Monrovia' ] = 'Africa/Monrovia' ;
$a -> strings [ 'Africa/Nairobi' ] = 'Africa/Nairobi' ;
$a -> strings [ 'Africa/Ndjamena' ] = 'Africa/Ndjamena' ;
$a -> strings [ 'Africa/Niamey' ] = 'Africa/Niamey' ;
$a -> strings [ 'Africa/Nouakchott' ] = 'Africa/Nouakchott' ;
$a -> strings [ 'Africa/Ouagadougou' ] = 'Africa/Ouagadougou' ;
$a -> strings [ 'Africa/Porto-Novo' ] = 'Africa/Porto-Novo' ;
$a -> strings [ 'Africa/Sao_Tome' ] = 'Africa/Sao_Tome' ;
$a -> strings [ 'Africa/Timbuktu' ] = 'Africa/Timbuktu' ;
$a -> strings [ 'Africa/Tripoli' ] = 'Africa/Tripoli' ;
$a -> strings [ 'Africa/Tunis' ] = 'Africa/Tunis' ;
$a -> strings [ 'Africa/Windhoek' ] = 'Africa/Windhoek' ;
$a -> strings [ 'America/Adak' ] = 'America/Adak' ;
$a -> strings [ 'America/Anchorage' ] = 'America/Anchorage' ;
$a -> strings [ 'America/Anguilla' ] = 'America/Anguilla' ;
$a -> strings [ 'America/Antigua' ] = 'America/Antigua' ;
$a -> strings [ 'America/Araguaina' ] = 'America/Araguaina' ;
$a -> strings [ 'America/Argentina/Buenos_Aires' ] = 'America/Argentina/Buenos_Aires' ;
$a -> strings [ 'America/Argentina/Catamarca' ] = 'America/Argentina/Catamarca' ;
$a -> strings [ 'America/Argentina/ComodRivadavia' ] = 'America/Argentina/ComodRivadavia' ;
$a -> strings [ 'America/Argentina/Cordoba' ] = 'America/Argentina/Cordoba' ;
$a -> strings [ 'America/Argentina/Jujuy' ] = 'America/Argentina/Jujuy' ;
$a -> strings [ 'America/Argentina/La_Rioja' ] = 'America/Argentina/La_Rioja' ;
$a -> strings [ 'America/Argentina/Mendoza' ] = 'America/Argentina/Mendoza' ;
$a -> strings [ 'America/Argentina/Rio_Gallegos' ] = 'America/Argentina/Rio_Gallegos' ;
$a -> strings [ 'America/Argentina/Salta' ] = 'America/Argentina/Salta' ;
$a -> strings [ 'America/Argentina/San_Juan' ] = 'America/Argentina/San_Juan' ;
$a -> strings [ 'America/Argentina/San_Luis' ] = 'America/Argentina/San_Luis' ;
$a -> strings [ 'America/Argentina/Tucuman' ] = 'America/Argentina/Tucuman' ;
$a -> strings [ 'America/Argentina/Ushuaia' ] = 'America/Argentina/Ushuaia' ;
$a -> strings [ 'America/Aruba' ] = 'America/Aruba' ;
$a -> strings [ 'America/Asuncion' ] = 'America/Asuncion' ;
$a -> strings [ 'America/Atikokan' ] = 'America/Atikokan' ;
$a -> strings [ 'America/Atka' ] = 'America/Atka' ;
$a -> strings [ 'America/Bahia' ] = 'America/Bahia' ;
$a -> strings [ 'America/Barbados' ] = 'America/Barbados' ;
$a -> strings [ 'America/Belem' ] = 'America/Belem' ;
$a -> strings [ 'America/Belize' ] = 'America/Belize' ;
$a -> strings [ 'America/Blanc-Sablon' ] = 'America/Blanc-Sablon' ;
$a -> strings [ 'America/Boa_Vista' ] = 'America/Boa_Vista' ;
$a -> strings [ 'America/Bogota' ] = 'America/Bogota' ;
$a -> strings [ 'America/Boise' ] = 'America/Boise' ;
$a -> strings [ 'America/Buenos_Aires' ] = 'America/Buenos_Aires' ;
$a -> strings [ 'America/Cambridge_Bay' ] = 'America/Cambridge_Bay' ;
$a -> strings [ 'America/Campo_Grande' ] = 'America/Campo_Grande' ;
$a -> strings [ 'America/Cancun' ] = 'America/Cancun' ;
$a -> strings [ 'America/Caracas' ] = 'America/Caracas' ;
$a -> strings [ 'America/Catamarca' ] = 'America/Catamarca' ;
$a -> strings [ 'America/Cayenne' ] = 'America/Cayenne' ;
$a -> strings [ 'America/Cayman' ] = 'America/Cayman' ;
$a -> strings [ 'America/Chicago' ] = 'America/Chicago' ;
$a -> strings [ 'America/Chihuahua' ] = 'America/Chihuahua' ;
$a -> strings [ 'America/Coral_Harbour' ] = 'America/Coral_Harbour' ;
$a -> strings [ 'America/Cordoba' ] = 'America/Cordoba' ;
$a -> strings [ 'America/Costa_Rica' ] = 'America/Costa_Rica' ;
$a -> strings [ 'America/Cuiaba' ] = 'America/Cuiaba' ;
$a -> strings [ 'America/Curacao' ] = 'America/Curacao' ;
$a -> strings [ 'America/Danmarkshavn' ] = 'America/Danmarkshavn' ;
$a -> strings [ 'America/Dawson' ] = 'America/Dawson' ;
$a -> strings [ 'America/Dawson_Creek' ] = 'America/Dawson_Creek' ;
$a -> strings [ 'America/Denver' ] = 'America/Denver' ;
$a -> strings [ 'America/Detroit' ] = 'America/Detroit' ;
$a -> strings [ 'America/Dominica' ] = 'America/Dominica' ;
$a -> strings [ 'America/Edmonton' ] = 'America/Edmonton' ;
$a -> strings [ 'America/Eirunepe' ] = 'America/Eirunepe' ;
$a -> strings [ 'America/El_Salvador' ] = 'America/El_Salvador' ;
$a -> strings [ 'America/Ensenada' ] = 'America/Ensenada' ;
$a -> strings [ 'America/Fort_Wayne' ] = 'America/Fort_Wayne' ;
$a -> strings [ 'America/Fortaleza' ] = 'America/Fortaleza' ;
$a -> strings [ 'America/Glace_Bay' ] = 'America/Glace_Bay' ;
$a -> strings [ 'America/Godthab' ] = 'America/Godthab' ;
$a -> strings [ 'America/Goose_Bay' ] = 'America/Goose_Bay' ;
$a -> strings [ 'America/Grand_Turk' ] = 'America/Grand_Turk' ;
$a -> strings [ 'America/Grenada' ] = 'America/Grenada' ;
$a -> strings [ 'America/Guadeloupe' ] = 'America/Guadeloupe' ;
$a -> strings [ 'America/Guatemala' ] = 'America/Guatemala' ;
$a -> strings [ 'America/Guayaquil' ] = 'America/Guayaquil' ;
$a -> strings [ 'America/Guyana' ] = 'America/Guyana' ;
$a -> strings [ 'America/Halifax' ] = 'America/Halifax' ;
$a -> strings [ 'America/Havana' ] = 'America/Havana' ;
$a -> strings [ 'America/Hermosillo' ] = 'America/Hermosillo' ;
$a -> strings [ 'America/Indiana/Indianapolis' ] = 'America/Indiana/Indianapolis' ;
$a -> strings [ 'America/Indiana/Knox' ] = 'America/Indiana/Knox' ;
$a -> strings [ 'America/Indiana/Marengo' ] = 'America/Indiana/Marengo' ;
$a -> strings [ 'America/Indiana/Petersburg' ] = 'America/Indiana/Petersburg' ;
$a -> strings [ 'America/Indiana/Tell_City' ] = 'America/Indiana/Tell_City' ;
$a -> strings [ 'America/Indiana/Vevay' ] = 'America/Indiana/Vevay' ;
$a -> strings [ 'America/Indiana/Vincennes' ] = 'America/Indiana/Vincennes' ;
$a -> strings [ 'America/Indiana/Winamac' ] = 'America/Indiana/Winamac' ;
$a -> strings [ 'America/Indianapolis' ] = 'America/Indianapolis' ;
$a -> strings [ 'America/Inuvik' ] = 'America/Inuvik' ;
$a -> strings [ 'America/Iqaluit' ] = 'America/Iqaluit' ;
$a -> strings [ 'America/Jamaica' ] = 'America/Jamaica' ;
$a -> strings [ 'America/Jujuy' ] = 'America/Jujuy' ;
$a -> strings [ 'America/Juneau' ] = 'America/Juneau' ;
$a -> strings [ 'America/Kentucky/Louisville' ] = 'America/Kentucky/Louisville' ;
$a -> strings [ 'America/Kentucky/Monticello' ] = 'America/Kentucky/Monticello' ;
$a -> strings [ 'America/Knox_IN' ] = 'America/Knox_IN' ;
$a -> strings [ 'America/La_Paz' ] = 'America/La_Paz' ;
$a -> strings [ 'America/Lima' ] = 'America/Lima' ;
$a -> strings [ 'America/Los_Angeles' ] = 'America/Los_Angeles' ;
$a -> strings [ 'America/Louisville' ] = 'America/Louisville' ;
$a -> strings [ 'America/Maceio' ] = 'America/Maceio' ;
$a -> strings [ 'America/Managua' ] = 'America/Managua' ;
$a -> strings [ 'America/Manaus' ] = 'America/Manaus' ;
$a -> strings [ 'America/Marigot' ] = 'America/Marigot' ;
$a -> strings [ 'America/Martinique' ] = 'America/Martinique' ;
2011-02-21 19:50:06 -05:00
$a -> strings [ 'America/Matamoros' ] = 'America/Matamoros' ;
2010-09-29 21:11:23 -04:00
$a -> strings [ 'America/Mazatlan' ] = 'America/Mazatlan' ;
$a -> strings [ 'America/Mendoza' ] = 'America/Mendoza' ;
$a -> strings [ 'America/Menominee' ] = 'America/Menominee' ;
$a -> strings [ 'America/Merida' ] = 'America/Merida' ;
$a -> strings [ 'America/Mexico_City' ] = 'America/Mexico_City' ;
$a -> strings [ 'America/Miquelon' ] = 'America/Miquelon' ;
$a -> strings [ 'America/Moncton' ] = 'America/Moncton' ;
$a -> strings [ 'America/Monterrey' ] = 'America/Monterrey' ;
$a -> strings [ 'America/Montevideo' ] = 'America/Montevideo' ;
$a -> strings [ 'America/Montreal' ] = 'America/Montreal' ;
$a -> strings [ 'America/Montserrat' ] = 'America/Montserrat' ;
$a -> strings [ 'America/Nassau' ] = 'America/Nassau' ;
$a -> strings [ 'America/New_York' ] = 'America/New_York' ;
$a -> strings [ 'America/Nipigon' ] = 'America/Nipigon' ;
$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' ;
2011-02-21 19:50:06 -05:00
$a -> strings [ 'America/Ojinaga' ] = 'America/Ojinaga' ;
2010-09-29 21:11:23 -04:00
$a -> strings [ 'America/Panama' ] = 'America/Panama' ;
$a -> strings [ 'America/Pangnirtung' ] = 'America/Pangnirtung' ;
$a -> strings [ 'America/Paramaribo' ] = 'America/Paramaribo' ;
$a -> strings [ 'America/Phoenix' ] = 'America/Phoenix' ;
$a -> strings [ 'America/Port-au-Prince' ] = 'America/Port-au-Prince' ;
$a -> strings [ 'America/Port_of_Spain' ] = 'America/Port_of_Spain' ;
$a -> strings [ 'America/Porto_Acre' ] = 'America/Porto_Acre' ;
$a -> strings [ 'America/Porto_Velho' ] = 'America/Porto_Velho' ;
$a -> strings [ 'America/Puerto_Rico' ] = 'America/Puerto_Rico' ;
$a -> strings [ 'America/Rainy_River' ] = 'America/Rainy_River' ;
$a -> strings [ 'America/Rankin_Inlet' ] = 'America/Rankin_Inlet' ;
$a -> strings [ 'America/Recife' ] = 'America/Recife' ;
$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' ;
2011-02-21 19:50:06 -05:00
$a -> strings [ 'America/Santa_Isabel' ] = 'America/Santa_Isabel' ;
2010-09-29 21:11:23 -04:00
$a -> strings [ 'America/Santarem' ] = 'America/Santarem' ;
$a -> strings [ 'America/Santiago' ] = 'America/Santiago' ;
$a -> strings [ 'America/Santo_Domingo' ] = 'America/Santo_Domingo' ;
$a -> strings [ 'America/Sao_Paulo' ] = 'America/Sao_Paulo' ;
$a -> strings [ 'America/Scoresbysund' ] = 'America/Scoresbysund' ;
$a -> strings [ 'America/Shiprock' ] = 'America/Shiprock' ;
$a -> strings [ 'America/St_Barthelemy' ] = 'America/St_Barthelemy' ;
$a -> strings [ 'America/St_Johns' ] = 'America/St_Johns' ;
$a -> strings [ 'America/St_Kitts' ] = 'America/St_Kitts' ;
$a -> strings [ 'America/St_Lucia' ] = 'America/St_Lucia' ;
$a -> strings [ 'America/St_Thomas' ] = 'America/St_Thomas' ;
$a -> strings [ 'America/St_Vincent' ] = 'America/St_Vincent' ;
$a -> strings [ 'America/Swift_Current' ] = 'America/Swift_Current' ;
$a -> strings [ 'America/Tegucigalpa' ] = 'America/Tegucigalpa' ;
$a -> strings [ 'America/Thule' ] = 'America/Thule' ;
$a -> strings [ 'America/Thunder_Bay' ] = 'America/Thunder_Bay' ;
$a -> strings [ 'America/Tijuana' ] = 'America/Tijuana' ;
$a -> strings [ 'America/Toronto' ] = 'America/Toronto' ;
$a -> strings [ 'America/Tortola' ] = 'America/Tortola' ;
$a -> strings [ 'America/Vancouver' ] = 'America/Vancouver' ;
$a -> strings [ 'America/Virgin' ] = 'America/Virgin' ;
$a -> strings [ 'America/Whitehorse' ] = 'America/Whitehorse' ;
$a -> strings [ 'America/Winnipeg' ] = 'America/Winnipeg' ;
$a -> strings [ 'America/Yakutat' ] = 'America/Yakutat' ;
$a -> strings [ 'America/Yellowknife' ] = 'America/Yellowknife' ;
$a -> strings [ 'Antarctica/Casey' ] = 'Antarctica/Casey' ;
$a -> strings [ 'Antarctica/Davis' ] = 'Antarctica/Davis' ;
$a -> strings [ 'Antarctica/DumontDUrville' ] = 'Antarctica/DumontDUrville' ;
2011-02-21 19:50:06 -05:00
$a -> strings [ 'Antarctica/Macquarie' ] = 'Antarctica/Macquarie' ;
2010-09-29 21:11:23 -04:00
$a -> strings [ 'Antarctica/Mawson' ] = 'Antarctica/Mawson' ;
$a -> strings [ 'Antarctica/McMurdo' ] = 'Antarctica/McMurdo' ;
$a -> strings [ 'Antarctica/Palmer' ] = 'Antarctica/Palmer' ;
$a -> strings [ 'Antarctica/Rothera' ] = 'Antarctica/Rothera' ;
$a -> strings [ 'Antarctica/South_Pole' ] = 'Antarctica/South_Pole' ;
$a -> strings [ 'Antarctica/Syowa' ] = 'Antarctica/Syowa' ;
$a -> strings [ 'Antarctica/Vostok' ] = 'Antarctica/Vostok' ;
$a -> strings [ 'Arctic/Longyearbyen' ] = 'Arctic/Longyearbyen' ;
$a -> strings [ 'Asia/Aden' ] = 'Asia/Aden' ;
$a -> strings [ 'Asia/Almaty' ] = 'Asia/Almaty' ;
$a -> strings [ 'Asia/Amman' ] = 'Asia/Amman' ;
$a -> strings [ 'Asia/Anadyr' ] = 'Asia/Anadyr' ;
$a -> strings [ 'Asia/Aqtau' ] = 'Asia/Aqtau' ;
$a -> strings [ 'Asia/Aqtobe' ] = 'Asia/Aqtobe' ;
$a -> strings [ 'Asia/Ashgabat' ] = 'Asia/Ashgabat' ;
$a -> strings [ 'Asia/Ashkhabad' ] = 'Asia/Ashkhabad' ;
$a -> strings [ 'Asia/Baghdad' ] = 'Asia/Baghdad' ;
$a -> strings [ 'Asia/Bahrain' ] = 'Asia/Bahrain' ;
$a -> strings [ 'Asia/Baku' ] = 'Asia/Baku' ;
$a -> strings [ 'Asia/Bangkok' ] = 'Asia/Bangkok' ;
$a -> strings [ 'Asia/Beirut' ] = 'Asia/Beirut' ;
$a -> strings [ 'Asia/Bishkek' ] = 'Asia/Bishkek' ;
$a -> strings [ 'Asia/Brunei' ] = 'Asia/Brunei' ;
$a -> strings [ 'Asia/Calcutta' ] = 'Asia/Calcutta' ;
$a -> strings [ 'Asia/Choibalsan' ] = 'Asia/Choibalsan' ;
$a -> strings [ 'Asia/Chongqing' ] = 'Asia/Chongqing' ;
$a -> strings [ 'Asia/Chungking' ] = 'Asia/Chungking' ;
$a -> strings [ 'Asia/Colombo' ] = 'Asia/Colombo' ;
$a -> strings [ 'Asia/Dacca' ] = 'Asia/Dacca' ;
$a -> strings [ 'Asia/Damascus' ] = 'Asia/Damascus' ;
$a -> strings [ 'Asia/Dhaka' ] = 'Asia/Dhaka' ;
$a -> strings [ 'Asia/Dili' ] = 'Asia/Dili' ;
$a -> strings [ 'Asia/Dubai' ] = 'Asia/Dubai' ;
$a -> strings [ 'Asia/Dushanbe' ] = 'Asia/Dushanbe' ;
$a -> strings [ 'Asia/Gaza' ] = 'Asia/Gaza' ;
$a -> strings [ 'Asia/Harbin' ] = 'Asia/Harbin' ;
$a -> strings [ 'Asia/Ho_Chi_Minh' ] = 'Asia/Ho_Chi_Minh' ;
$a -> strings [ 'Asia/Hong_Kong' ] = 'Asia/Hong_Kong' ;
$a -> strings [ 'Asia/Hovd' ] = 'Asia/Hovd' ;
$a -> strings [ 'Asia/Irkutsk' ] = 'Asia/Irkutsk' ;
$a -> strings [ 'Asia/Istanbul' ] = 'Asia/Istanbul' ;
$a -> strings [ 'Asia/Jakarta' ] = 'Asia/Jakarta' ;
$a -> strings [ 'Asia/Jayapura' ] = 'Asia/Jayapura' ;
$a -> strings [ 'Asia/Jerusalem' ] = 'Asia/Jerusalem' ;
$a -> strings [ 'Asia/Kabul' ] = 'Asia/Kabul' ;
$a -> strings [ 'Asia/Kamchatka' ] = 'Asia/Kamchatka' ;
$a -> strings [ 'Asia/Karachi' ] = 'Asia/Karachi' ;
$a -> strings [ 'Asia/Kashgar' ] = 'Asia/Kashgar' ;
$a -> strings [ 'Asia/Kathmandu' ] = 'Asia/Kathmandu' ;
$a -> strings [ 'Asia/Katmandu' ] = 'Asia/Katmandu' ;
$a -> strings [ 'Asia/Kolkata' ] = 'Asia/Kolkata' ;
$a -> strings [ 'Asia/Krasnoyarsk' ] = 'Asia/Krasnoyarsk' ;
$a -> strings [ 'Asia/Kuala_Lumpur' ] = 'Asia/Kuala_Lumpur' ;
$a -> strings [ 'Asia/Kuching' ] = 'Asia/Kuching' ;
$a -> strings [ 'Asia/Kuwait' ] = 'Asia/Kuwait' ;
$a -> strings [ 'Asia/Macao' ] = 'Asia/Macao' ;
$a -> strings [ 'Asia/Macau' ] = 'Asia/Macau' ;
$a -> strings [ 'Asia/Magadan' ] = 'Asia/Magadan' ;
$a -> strings [ 'Asia/Makassar' ] = 'Asia/Makassar' ;
$a -> strings [ 'Asia/Manila' ] = 'Asia/Manila' ;
$a -> strings [ 'Asia/Muscat' ] = 'Asia/Muscat' ;
$a -> strings [ 'Asia/Nicosia' ] = 'Asia/Nicosia' ;
2011-02-21 19:50:06 -05:00
$a -> strings [ 'Asia/Novokuznetsk' ] = 'Asia/Novokuznetsk' ;
2010-09-29 21:11:23 -04:00
$a -> strings [ 'Asia/Novosibirsk' ] = 'Asia/Novosibirsk' ;
$a -> strings [ 'Asia/Omsk' ] = 'Asia/Omsk' ;
$a -> strings [ 'Asia/Oral' ] = 'Asia/Oral' ;
$a -> strings [ 'Asia/Phnom_Penh' ] = 'Asia/Phnom_Penh' ;
$a -> strings [ 'Asia/Pontianak' ] = 'Asia/Pontianak' ;
$a -> strings [ 'Asia/Pyongyang' ] = 'Asia/Pyongyang' ;
$a -> strings [ 'Asia/Qatar' ] = 'Asia/Qatar' ;
$a -> strings [ 'Asia/Qyzylorda' ] = 'Asia/Qyzylorda' ;
$a -> strings [ 'Asia/Rangoon' ] = 'Asia/Rangoon' ;
$a -> strings [ 'Asia/Riyadh' ] = 'Asia/Riyadh' ;
$a -> strings [ 'Asia/Saigon' ] = 'Asia/Saigon' ;
$a -> strings [ 'Asia/Sakhalin' ] = 'Asia/Sakhalin' ;
$a -> strings [ 'Asia/Samarkand' ] = 'Asia/Samarkand' ;
$a -> strings [ 'Asia/Seoul' ] = 'Asia/Seoul' ;
$a -> strings [ 'Asia/Shanghai' ] = 'Asia/Shanghai' ;
$a -> strings [ 'Asia/Singapore' ] = 'Asia/Singapore' ;
$a -> strings [ 'Asia/Taipei' ] = 'Asia/Taipei' ;
$a -> strings [ 'Asia/Tashkent' ] = 'Asia/Tashkent' ;
$a -> strings [ 'Asia/Tbilisi' ] = 'Asia/Tbilisi' ;
$a -> strings [ 'Asia/Tehran' ] = 'Asia/Tehran' ;
$a -> strings [ 'Asia/Tel_Aviv' ] = 'Asia/Tel_Aviv' ;
$a -> strings [ 'Asia/Thimbu' ] = 'Asia/Thimbu' ;
$a -> strings [ 'Asia/Thimphu' ] = 'Asia/Thimphu' ;
$a -> strings [ 'Asia/Tokyo' ] = 'Asia/Tokyo' ;
$a -> strings [ 'Asia/Ujung_Pandang' ] = 'Asia/Ujung_Pandang' ;
$a -> strings [ 'Asia/Ulaanbaatar' ] = 'Asia/Ulaanbaatar' ;
$a -> strings [ 'Asia/Ulan_Bator' ] = 'Asia/Ulan_Bator' ;
$a -> strings [ 'Asia/Urumqi' ] = 'Asia/Urumqi' ;
$a -> strings [ 'Asia/Vientiane' ] = 'Asia/Vientiane' ;
$a -> strings [ 'Asia/Vladivostok' ] = 'Asia/Vladivostok' ;
$a -> strings [ 'Asia/Yakutsk' ] = 'Asia/Yakutsk' ;
$a -> strings [ 'Asia/Yekaterinburg' ] = 'Asia/Yekaterinburg' ;
$a -> strings [ 'Asia/Yerevan' ] = 'Asia/Yerevan' ;
$a -> strings [ 'Atlantic/Azores' ] = 'Atlantic/Azores' ;
$a -> strings [ 'Atlantic/Bermuda' ] = 'Atlantic/Bermuda' ;
$a -> strings [ 'Atlantic/Canary' ] = 'Atlantic/Canary' ;
$a -> strings [ 'Atlantic/Cape_Verde' ] = 'Atlantic/Cape_Verde' ;
$a -> strings [ 'Atlantic/Faeroe' ] = 'Atlantic/Faeroe' ;
$a -> strings [ 'Atlantic/Faroe' ] = 'Atlantic/Faroe' ;
$a -> strings [ 'Atlantic/Jan_Mayen' ] = 'Atlantic/Jan_Mayen' ;
$a -> strings [ 'Atlantic/Madeira' ] = 'Atlantic/Madeira' ;
$a -> strings [ 'Atlantic/Reykjavik' ] = 'Atlantic/Reykjavik' ;
$a -> strings [ 'Atlantic/South_Georgia' ] = 'Atlantic/South_Georgia' ;
$a -> strings [ 'Atlantic/St_Helena' ] = 'Atlantic/St_Helena' ;
$a -> strings [ 'Atlantic/Stanley' ] = 'Atlantic/Stanley' ;
$a -> strings [ 'Australia/ACT' ] = 'Australia/ACT' ;
$a -> strings [ 'Australia/Adelaide' ] = 'Australia/Adelaide' ;
$a -> strings [ 'Australia/Brisbane' ] = 'Australia/Brisbane' ;
$a -> strings [ 'Australia/Broken_Hill' ] = 'Australia/Broken_Hill' ;
$a -> strings [ 'Australia/Canberra' ] = 'Australia/Canberra' ;
$a -> strings [ 'Australia/Currie' ] = 'Australia/Currie' ;
$a -> strings [ 'Australia/Darwin' ] = 'Australia/Darwin' ;
$a -> strings [ 'Australia/Eucla' ] = 'Australia/Eucla' ;
$a -> strings [ 'Australia/Hobart' ] = 'Australia/Hobart' ;
$a -> strings [ 'Australia/LHI' ] = 'Australia/LHI' ;
$a -> strings [ 'Australia/Lindeman' ] = 'Australia/Lindeman' ;
$a -> strings [ 'Australia/Lord_Howe' ] = 'Australia/Lord_Howe' ;
$a -> strings [ 'Australia/Melbourne' ] = 'Australia/Melbourne' ;
$a -> strings [ 'Australia/North' ] = 'Australia/North' ;
$a -> strings [ 'Australia/NSW' ] = 'Australia/NSW' ;
$a -> strings [ 'Australia/Perth' ] = 'Australia/Perth' ;
$a -> strings [ 'Australia/Queensland' ] = 'Australia/Queensland' ;
$a -> strings [ 'Australia/South' ] = 'Australia/South' ;
$a -> strings [ 'Australia/Sydney' ] = 'Australia/Sydney' ;
$a -> strings [ 'Australia/Tasmania' ] = 'Australia/Tasmania' ;
$a -> strings [ 'Australia/Victoria' ] = 'Australia/Victoria' ;
$a -> strings [ 'Australia/West' ] = 'Australia/West' ;
$a -> strings [ 'Australia/Yancowinna' ] = 'Australia/Yancowinna' ;
$a -> strings [ 'Brazil/Acre' ] = 'Brazil/Acre' ;
$a -> strings [ 'Brazil/DeNoronha' ] = 'Brazil/DeNoronha' ;
$a -> strings [ 'Brazil/East' ] = 'Brazil/East' ;
$a -> strings [ 'Brazil/West' ] = 'Brazil/West' ;
$a -> strings [ 'Canada/Atlantic' ] = 'Canada/Atlantic' ;
$a -> strings [ 'Canada/Central' ] = 'Canada/Central' ;
$a -> strings [ 'Canada/East-Saskatchewan' ] = 'Canada/East-Saskatchewan' ;
$a -> strings [ 'Canada/Eastern' ] = 'Canada/Eastern' ;
$a -> strings [ 'Canada/Mountain' ] = 'Canada/Mountain' ;
$a -> strings [ 'Canada/Newfoundland' ] = 'Canada/Newfoundland' ;
$a -> strings [ 'Canada/Pacific' ] = 'Canada/Pacific' ;
$a -> strings [ 'Canada/Saskatchewan' ] = 'Canada/Saskatchewan' ;
$a -> strings [ 'Canada/Yukon' ] = 'Canada/Yukon' ;
$a -> strings [ 'CET' ] = 'CET' ;
$a -> strings [ 'Chile/Continental' ] = 'Chile/Continental' ;
$a -> strings [ 'Chile/EasterIsland' ] = 'Chile/EasterIsland' ;
$a -> strings [ 'CST6CDT' ] = 'CST6CDT' ;
$a -> strings [ 'Cuba' ] = 'Cuba' ;
$a -> strings [ 'EET' ] = 'EET' ;
$a -> strings [ 'Egypt' ] = 'Egypt' ;
$a -> strings [ 'Eire' ] = 'Eire' ;
$a -> strings [ 'EST' ] = 'EST' ;
$a -> strings [ 'EST5EDT' ] = 'EST5EDT' ;
$a -> strings [ 'Etc/GMT' ] = 'Etc/GMT' ;
$a -> strings [ 'Etc/GMT+0' ] = 'Etc/GMT+0' ;
$a -> strings [ 'Etc/GMT+1' ] = 'Etc/GMT+1' ;
$a -> strings [ 'Etc/GMT+10' ] = 'Etc/GMT+10' ;
$a -> strings [ 'Etc/GMT+11' ] = 'Etc/GMT+11' ;
$a -> strings [ 'Etc/GMT+12' ] = 'Etc/GMT+12' ;
$a -> strings [ 'Etc/GMT+2' ] = 'Etc/GMT+2' ;
$a -> strings [ 'Etc/GMT+3' ] = 'Etc/GMT+3' ;
$a -> strings [ 'Etc/GMT+4' ] = 'Etc/GMT+4' ;
$a -> strings [ 'Etc/GMT+5' ] = 'Etc/GMT+5' ;
$a -> strings [ 'Etc/GMT+6' ] = 'Etc/GMT+6' ;
$a -> strings [ 'Etc/GMT+7' ] = 'Etc/GMT+7' ;
$a -> strings [ 'Etc/GMT+8' ] = 'Etc/GMT+8' ;
$a -> strings [ 'Etc/GMT+9' ] = 'Etc/GMT+9' ;
$a -> strings [ 'Etc/GMT-0' ] = 'Etc/GMT-0' ;
$a -> strings [ 'Etc/GMT-1' ] = 'Etc/GMT-1' ;
$a -> strings [ 'Etc/GMT-10' ] = 'Etc/GMT-10' ;
$a -> strings [ 'Etc/GMT-11' ] = 'Etc/GMT-11' ;
$a -> strings [ 'Etc/GMT-12' ] = 'Etc/GMT-12' ;
$a -> strings [ 'Etc/GMT-13' ] = 'Etc/GMT-13' ;
$a -> strings [ 'Etc/GMT-14' ] = 'Etc/GMT-14' ;
$a -> strings [ 'Etc/GMT-2' ] = 'Etc/GMT-2' ;
$a -> strings [ 'Etc/GMT-3' ] = 'Etc/GMT-3' ;
$a -> strings [ 'Etc/GMT-4' ] = 'Etc/GMT-4' ;
$a -> strings [ 'Etc/GMT-5' ] = 'Etc/GMT-5' ;
$a -> strings [ 'Etc/GMT-6' ] = 'Etc/GMT-6' ;
$a -> strings [ 'Etc/GMT-7' ] = 'Etc/GMT-7' ;
$a -> strings [ 'Etc/GMT-8' ] = 'Etc/GMT-8' ;
$a -> strings [ 'Etc/GMT-9' ] = 'Etc/GMT-9' ;
$a -> strings [ 'Etc/GMT0' ] = 'Etc/GMT0' ;
$a -> strings [ 'Etc/Greenwich' ] = 'Etc/Greenwich' ;
$a -> strings [ 'Etc/UCT' ] = 'Etc/UCT' ;
$a -> strings [ 'Etc/Universal' ] = 'Etc/Universal' ;
$a -> strings [ 'Etc/UTC' ] = 'Etc/UTC' ;
$a -> strings [ 'Etc/Zulu' ] = 'Etc/Zulu' ;
$a -> strings [ 'Europe/Amsterdam' ] = 'Europe/Amsterdam' ;
$a -> strings [ 'Europe/Andorra' ] = 'Europe/Andorra' ;
$a -> strings [ 'Europe/Athens' ] = 'Europe/Athens' ;
$a -> strings [ 'Europe/Belfast' ] = 'Europe/Belfast' ;
$a -> strings [ 'Europe/Belgrade' ] = 'Europe/Belgrade' ;
$a -> strings [ 'Europe/Berlin' ] = 'Europe/Berlin' ;
$a -> strings [ 'Europe/Bratislava' ] = 'Europe/Bratislava' ;
$a -> strings [ 'Europe/Brussels' ] = 'Europe/Brussels' ;
$a -> strings [ 'Europe/Bucharest' ] = 'Europe/Bucharest' ;
$a -> strings [ 'Europe/Budapest' ] = 'Europe/Budapest' ;
$a -> strings [ 'Europe/Chisinau' ] = 'Europe/Chisinau' ;
$a -> strings [ 'Europe/Copenhagen' ] = 'Europe/Copenhagen' ;
$a -> strings [ 'Europe/Dublin' ] = 'Europe/Dublin' ;
$a -> strings [ 'Europe/Gibraltar' ] = 'Europe/Gibraltar' ;
$a -> strings [ 'Europe/Guernsey' ] = 'Europe/Guernsey' ;
$a -> strings [ 'Europe/Helsinki' ] = 'Europe/Helsinki' ;
$a -> strings [ 'Europe/Isle_of_Man' ] = 'Europe/Isle_of_Man' ;
$a -> strings [ 'Europe/Istanbul' ] = 'Europe/Istanbul' ;
$a -> strings [ 'Europe/Jersey' ] = 'Europe/Jersey' ;
$a -> strings [ 'Europe/Kaliningrad' ] = 'Europe/Kaliningrad' ;
$a -> strings [ 'Europe/Kiev' ] = 'Europe/Kiev' ;
$a -> strings [ 'Europe/Lisbon' ] = 'Europe/Lisbon' ;
$a -> strings [ 'Europe/Ljubljana' ] = 'Europe/Ljubljana' ;
$a -> strings [ 'Europe/London' ] = 'Europe/London' ;
$a -> strings [ 'Europe/Luxembourg' ] = 'Europe/Luxembourg' ;
$a -> strings [ 'Europe/Madrid' ] = 'Europe/Madrid' ;
$a -> strings [ 'Europe/Malta' ] = 'Europe/Malta' ;
$a -> strings [ 'Europe/Mariehamn' ] = 'Europe/Mariehamn' ;
$a -> strings [ 'Europe/Minsk' ] = 'Europe/Minsk' ;
$a -> strings [ 'Europe/Monaco' ] = 'Europe/Monaco' ;
$a -> strings [ 'Europe/Moscow' ] = 'Europe/Moscow' ;
$a -> strings [ 'Europe/Nicosia' ] = 'Europe/Nicosia' ;
$a -> strings [ 'Europe/Oslo' ] = 'Europe/Oslo' ;
$a -> strings [ 'Europe/Paris' ] = 'Europe/Paris' ;
$a -> strings [ 'Europe/Podgorica' ] = 'Europe/Podgorica' ;
$a -> strings [ 'Europe/Prague' ] = 'Europe/Prague' ;
$a -> strings [ 'Europe/Riga' ] = 'Europe/Riga' ;
$a -> strings [ 'Europe/Rome' ] = 'Europe/Rome' ;
$a -> strings [ 'Europe/Samara' ] = 'Europe/Samara' ;
$a -> strings [ 'Europe/San_Marino' ] = 'Europe/San_Marino' ;
$a -> strings [ 'Europe/Sarajevo' ] = 'Europe/Sarajevo' ;
$a -> strings [ 'Europe/Simferopol' ] = 'Europe/Simferopol' ;
$a -> strings [ 'Europe/Skopje' ] = 'Europe/Skopje' ;
$a -> strings [ 'Europe/Sofia' ] = 'Europe/Sofia' ;
$a -> strings [ 'Europe/Stockholm' ] = 'Europe/Stockholm' ;
$a -> strings [ 'Europe/Tallinn' ] = 'Europe/Tallinn' ;
$a -> strings [ 'Europe/Tirane' ] = 'Europe/Tirane' ;
$a -> strings [ 'Europe/Tiraspol' ] = 'Europe/Tiraspol' ;
$a -> strings [ 'Europe/Uzhgorod' ] = 'Europe/Uzhgorod' ;
$a -> strings [ 'Europe/Vaduz' ] = 'Europe/Vaduz' ;
$a -> strings [ 'Europe/Vatican' ] = 'Europe/Vatican' ;
$a -> strings [ 'Europe/Vienna' ] = 'Europe/Vienna' ;
$a -> strings [ 'Europe/Vilnius' ] = 'Europe/Vilnius' ;
$a -> strings [ 'Europe/Volgograd' ] = 'Europe/Volgograd' ;
$a -> strings [ 'Europe/Warsaw' ] = 'Europe/Warsaw' ;
$a -> strings [ 'Europe/Zagreb' ] = 'Europe/Zagreb' ;
$a -> strings [ 'Europe/Zaporozhye' ] = 'Europe/Zaporozhye' ;
$a -> strings [ 'Europe/Zurich' ] = 'Europe/Zurich' ;
$a -> strings [ 'Factory' ] = 'Factory' ;
$a -> strings [ 'GB' ] = 'GB' ;
$a -> strings [ 'GB-Eire' ] = 'GB-Eire' ;
$a -> strings [ 'GMT' ] = 'GMT' ;
$a -> strings [ 'GMT+0' ] = 'GMT+0' ;
$a -> strings [ 'GMT-0' ] = 'GMT-0' ;
$a -> strings [ 'GMT0' ] = 'GMT0' ;
$a -> strings [ 'Greenwich' ] = 'Greenwich' ;
$a -> strings [ 'Hongkong' ] = 'Hongkong' ;
$a -> strings [ 'HST' ] = 'HST' ;
$a -> strings [ 'Iceland' ] = 'Iceland' ;
$a -> strings [ 'Indian/Antananarivo' ] = 'Indian/Antananarivo' ;
$a -> strings [ 'Indian/Chagos' ] = 'Indian/Chagos' ;
$a -> strings [ 'Indian/Christmas' ] = 'Indian/Christmas' ;
$a -> strings [ 'Indian/Cocos' ] = 'Indian/Cocos' ;
$a -> strings [ 'Indian/Comoro' ] = 'Indian/Comoro' ;
$a -> strings [ 'Indian/Kerguelen' ] = 'Indian/Kerguelen' ;
$a -> strings [ 'Indian/Mahe' ] = 'Indian/Mahe' ;
$a -> strings [ 'Indian/Maldives' ] = 'Indian/Maldives' ;
$a -> strings [ 'Indian/Mauritius' ] = 'Indian/Mauritius' ;
$a -> strings [ 'Indian/Mayotte' ] = 'Indian/Mayotte' ;
$a -> strings [ 'Indian/Reunion' ] = 'Indian/Reunion' ;
$a -> strings [ 'Iran' ] = 'Iran' ;
$a -> strings [ 'Israel' ] = 'Israel' ;
$a -> strings [ 'Jamaica' ] = 'Jamaica' ;
$a -> strings [ 'Japan' ] = 'Japan' ;
$a -> strings [ 'Kwajalein' ] = 'Kwajalein' ;
$a -> strings [ 'Libya' ] = 'Libya' ;
$a -> strings [ 'MET' ] = 'MET' ;
$a -> strings [ 'Mexico/BajaNorte' ] = 'Mexico/BajaNorte' ;
$a -> strings [ 'Mexico/BajaSur' ] = 'Mexico/BajaSur' ;
$a -> strings [ 'Mexico/General' ] = 'Mexico/General' ;
$a -> strings [ 'MST' ] = 'MST' ;
$a -> strings [ 'MST7MDT' ] = 'MST7MDT' ;
$a -> strings [ 'Navajo' ] = 'Navajo' ;
$a -> strings [ 'NZ' ] = 'NZ' ;
$a -> strings [ 'NZ-CHAT' ] = 'NZ-CHAT' ;
$a -> strings [ 'Pacific/Apia' ] = 'Pacific/Apia' ;
$a -> strings [ 'Pacific/Auckland' ] = 'Pacific/Auckland' ;
$a -> strings [ 'Pacific/Chatham' ] = 'Pacific/Chatham' ;
$a -> strings [ 'Pacific/Easter' ] = 'Pacific/Easter' ;
$a -> strings [ 'Pacific/Efate' ] = 'Pacific/Efate' ;
$a -> strings [ 'Pacific/Enderbury' ] = 'Pacific/Enderbury' ;
$a -> strings [ 'Pacific/Fakaofo' ] = 'Pacific/Fakaofo' ;
$a -> strings [ 'Pacific/Fiji' ] = 'Pacific/Fiji' ;
$a -> strings [ 'Pacific/Funafuti' ] = 'Pacific/Funafuti' ;
$a -> strings [ 'Pacific/Galapagos' ] = 'Pacific/Galapagos' ;
$a -> strings [ 'Pacific/Gambier' ] = 'Pacific/Gambier' ;
$a -> strings [ 'Pacific/Guadalcanal' ] = 'Pacific/Guadalcanal' ;
$a -> strings [ 'Pacific/Guam' ] = 'Pacific/Guam' ;
$a -> strings [ 'Pacific/Honolulu' ] = 'Pacific/Honolulu' ;
$a -> strings [ 'Pacific/Johnston' ] = 'Pacific/Johnston' ;
$a -> strings [ 'Pacific/Kiritimati' ] = 'Pacific/Kiritimati' ;
$a -> strings [ 'Pacific/Kosrae' ] = 'Pacific/Kosrae' ;
$a -> strings [ 'Pacific/Kwajalein' ] = 'Pacific/Kwajalein' ;
$a -> strings [ 'Pacific/Majuro' ] = 'Pacific/Majuro' ;
$a -> strings [ 'Pacific/Marquesas' ] = 'Pacific/Marquesas' ;
$a -> strings [ 'Pacific/Midway' ] = 'Pacific/Midway' ;
$a -> strings [ 'Pacific/Nauru' ] = 'Pacific/Nauru' ;
$a -> strings [ 'Pacific/Niue' ] = 'Pacific/Niue' ;
$a -> strings [ 'Pacific/Norfolk' ] = 'Pacific/Norfolk' ;
$a -> strings [ 'Pacific/Noumea' ] = 'Pacific/Noumea' ;
$a -> strings [ 'Pacific/Pago_Pago' ] = 'Pacific/Pago_Pago' ;
$a -> strings [ 'Pacific/Palau' ] = 'Pacific/Palau' ;
$a -> strings [ 'Pacific/Pitcairn' ] = 'Pacific/Pitcairn' ;
$a -> strings [ 'Pacific/Ponape' ] = 'Pacific/Ponape' ;
$a -> strings [ 'Pacific/Port_Moresby' ] = 'Pacific/Port_Moresby' ;
$a -> strings [ 'Pacific/Rarotonga' ] = 'Pacific/Rarotonga' ;
$a -> strings [ 'Pacific/Saipan' ] = 'Pacific/Saipan' ;
$a -> strings [ 'Pacific/Samoa' ] = 'Pacific/Samoa' ;
$a -> strings [ 'Pacific/Tahiti' ] = 'Pacific/Tahiti' ;
$a -> strings [ 'Pacific/Tarawa' ] = 'Pacific/Tarawa' ;
$a -> strings [ 'Pacific/Tongatapu' ] = 'Pacific/Tongatapu' ;
$a -> strings [ 'Pacific/Truk' ] = 'Pacific/Truk' ;
$a -> strings [ 'Pacific/Wake' ] = 'Pacific/Wake' ;
$a -> strings [ 'Pacific/Wallis' ] = 'Pacific/Wallis' ;
$a -> strings [ 'Pacific/Yap' ] = 'Pacific/Yap' ;
$a -> strings [ 'Poland' ] = 'Poland' ;
$a -> strings [ 'Portugal' ] = 'Portugal' ;
$a -> strings [ 'PRC' ] = 'PRC' ;
$a -> strings [ 'PST8PDT' ] = 'PST8PDT' ;
$a -> strings [ 'ROC' ] = 'ROC' ;
$a -> strings [ 'ROK' ] = 'ROK' ;
$a -> strings [ 'Singapore' ] = 'Singapore' ;
$a -> strings [ 'Turkey' ] = 'Turkey' ;
$a -> strings [ 'UCT' ] = 'UCT' ;
$a -> strings [ 'Universal' ] = 'Universal' ;
$a -> strings [ 'US/Alaska' ] = 'US/Alaska' ;
$a -> strings [ 'US/Aleutian' ] = 'US/Aleutian' ;
$a -> strings [ 'US/Arizona' ] = 'US/Arizona' ;
$a -> strings [ 'US/Central' ] = 'US/Central' ;
$a -> strings [ 'US/East-Indiana' ] = 'US/East-Indiana' ;
$a -> strings [ 'US/Eastern' ] = 'US/Eastern' ;
$a -> strings [ 'US/Hawaii' ] = 'US/Hawaii' ;
$a -> strings [ 'US/Indiana-Starke' ] = 'US/Indiana-Starke' ;
$a -> strings [ 'US/Michigan' ] = 'US/Michigan' ;
$a -> strings [ 'US/Mountain' ] = 'US/Mountain' ;
$a -> strings [ 'US/Pacific' ] = 'US/Pacific' ;
$a -> strings [ 'US/Pacific-New' ] = 'US/Pacific-New' ;
$a -> strings [ 'US/Samoa' ] = 'US/Samoa' ;
$a -> strings [ 'UTC' ] = 'UTC' ;
$a -> strings [ 'W-SU' ] = 'W-SU' ;
$a -> strings [ 'WET' ] = 'WET' ;
$a -> strings [ 'Zulu' ] = 'Zulu' ;