]> git.mxchange.org Git - friendica.git/blob - util/strings.php
Merge branch 'fabrixxm-master'
[friendica.git] / util / strings.php
1 <?php
2
3 function string_plural_select($n){
4         return ($n != 1);
5 }
6
7 $a->strings['Not Found'] = 'Not Found';
8 $a->strings['Page not found.' ] = 'Page not found.' ;
9 $a->strings['Permission denied'] = 'Permission denied';
10 $a->strings['Permission denied.'] = 'Permission denied.';
11 $a->strings['Delete this item?'] = 'Delete this item?';
12 $a->strings['Comment'] = 'Comment';
13 $a->strings['Create a New Account'] = 'Create a New Account';
14 $a->strings['Register'] = 'Register';
15 $a->strings['Nickname or Email address: '] = 'Nickname or Email address: ';
16 $a->strings['Password: '] = 'Password: ';
17 $a->strings['Login'] = 'Login';
18 $a->strings['Nickname/Email/OpenID: '] = 'Nickname/Email/OpenID: ';
19 $a->strings["Password \x28if not OpenID\x29: "] = "Password \x28if not OpenID\x29: ";
20 $a->strings['Forgot your password?'] = 'Forgot your password?';
21 $a->strings['Password Reset'] = 'Password Reset';
22 $a->strings['Logout'] = 'Logout';
23 $a->strings['prev'] = 'prev';
24 $a->strings['first'] = 'first';
25 $a->strings['last'] = 'last';
26 $a->strings['next'] = 'next';
27 $a->strings['%s likes this.'] = '%s likes this.';
28 $a->strings['%s doesn\'t like this.'] = '%s doesn\'t like this.';
29 $a->strings['<span  %1$s>%2$d people</span> like this.'] = '<span  %1$s>%2$d people</span> like this.';
30 $a->strings['<span  %1$s>%2$d people</span> don\'t like this.'] = '<span  %1$s>%2$d people</span> don\'t like this.';
31 $a->strings['and'] = 'and';
32 $a->strings[', and %d other people'] = ', and %d other people';
33 $a->strings['%s like this.'] = '%s like this.';
34 $a->strings['%s don\'t like this.'] = '%s don\'t like this.';
35 $a->strings['No contacts'] = 'No contacts';
36 $a->strings['View Contacts'] = 'View Contacts';
37 $a->strings['Search'] = 'Search';
38 $a->strings['No profile'] = 'No profile';
39 $a->strings['Connect'] = 'Connect';
40 $a->strings['Location:'] = 'Location:';
41 $a->strings[', '] = ', ';
42 $a->strings['Gender:'] = 'Gender:';
43 $a->strings['Status:'] = 'Status:';
44 $a->strings['Homepage:'] = 'Homepage:';
45 $a->strings['Monday'] = 'Monday';
46 $a->strings['Tuesday'] = 'Tuesday';
47 $a->strings['Wednesday'] = 'Wednesday';
48 $a->strings['Thursday'] = 'Thursday';
49 $a->strings['Friday'] = 'Friday';
50 $a->strings['Saturday'] = 'Saturday';
51 $a->strings['Sunday'] = 'Sunday';
52 $a->strings['January'] = 'January';
53 $a->strings['February'] = 'February';
54 $a->strings['March'] = 'March';
55 $a->strings['April'] = 'April';
56 $a->strings['May'] = 'May';
57 $a->strings['June'] = 'June';
58 $a->strings['July'] = 'July';
59 $a->strings['August'] = 'August';
60 $a->strings['September'] = 'September';
61 $a->strings['October'] = 'October';
62 $a->strings['November'] = 'November';
63 $a->strings['December'] = 'December';
64 $a->strings['g A l F d'] = 'g A l F d';
65 $a->strings['Birthday Reminders'] = 'Birthday Reminders';
66 $a->strings['Birthdays this week:'] = 'Birthdays this week:';
67 $a->strings["\x28Adjusted for local time\x29"] = "\x28Adjusted for local time\x29";
68 $a->strings['[today]'] = '[today]';
69 $a->strings['link to source'] = 'link to source';
70 $a->strings['%d Contact'] = array(
71         0 => '%d Contact',
72         1 => '%d Contacts',
73 );
74 $a->strings['Applications'] = 'Applications';
75 $a->strings["Invite Friends"] = "Invite Friends";
76 $a->strings['Find People With Shared Interests'] = 'Find People With Shared Interests';
77 $a->strings['Connect/Follow'] = 'Connect/Follow';
78 $a->strings['Example: bob@example.com, http://example.com/barbara'] = 'Example: bob@example.com, http://example.com/barbara';
79 $a->strings['Follow'] = 'Follow';
80 $a->strings['Could not access contact record.'] = 'Could not access contact record.';
81 $a->strings['Could not locate selected profile.'] = 'Could not locate selected profile.';
82 $a->strings['Contact updated.'] = 'Contact updated.';
83 $a->strings['Failed to update contact record.'] = 'Failed to update contact record.';
84 $a->strings['Contact has been '] = 'Contact has been ';
85 $a->strings['blocked'] = 'blocked';
86 $a->strings['unblocked'] = 'unblocked';
87 $a->strings['Contact has been blocked'] = 'Contact has been blocked';
88 $a->strings['Contact has been unblocked'] = 'Contact has been unblocked';
89 $a->strings['Contact has been ignored'] = 'Contact has been ignored';
90 $a->strings['Contact has been unignored'] = 'Contact has been unignored';
91 $a->strings['stopped following'] = 'stopped following';
92 $a->strings['Contact has been removed.'] = 'Contact has been removed.';
93 $a->strings['Contact not found.'] = 'Contact not found.';
94 $a->strings['Mutual Friendship'] = 'Mutual Friendship';
95 $a->strings['is a fan of yours'] = 'is a fan of yours';
96 $a->strings['you are a fan of'] = 'you are a fan of';
97 $a->strings['Privacy Unavailable'] = 'Privacy Unavailable';
98 $a->strings['Private communications are not available for this contact.'] = 'Private communications are not available for this contact.';
99 $a->strings['Never'] = 'Never';
100 $a->strings["\x28Update was successful\x29"] = "\x28Update was successful\x29";
101 $a->strings["\x28Update was not successful\x29"] = "\x28Update was not successful\x29";
102 $a->strings['Contact Editor'] = 'Contact Editor';
103 $a->strings['Submit'] = 'Submit';
104 $a->strings['Profile Visibility'] = 'Profile Visibility';
105 $a->strings['Please choose the profile you would like to display to %s when viewing your profile securely.'] = 'Please choose the profile you would like to display to %s when viewing your profile securely.';
106 $a->strings['Contact Information / Notes'] = 'Contact Information / Notes';
107 $a->strings['Online Reputation'] = 'Online Reputation';
108 $a->strings['Occasionally your friends may wish to inquire about this person\'s online legitimacy.'] = 'Occasionally your friends may wish to inquire about this person\'s online legitimacy.';
109 $a->strings['You may help them choose whether or not to interact with this person by providing a <em>reputation</em> to guide them.'] = 'You may help them choose whether or not to interact with this person by providing a <em>reputation</em> to guide them.';
110 $a->strings['Please take a moment to elaborate on this selection if you feel it could be helpful to others.'] = 'Please take a moment to elaborate on this selection if you feel it could be helpful to others.';
111 $a->strings['Visit $name\'s profile'] = 'Visit $name\'s profile';
112 $a->strings['Block/Unblock contact'] = 'Block/Unblock contact';
113 $a->strings['Ignore contact'] = 'Ignore contact';
114 $a->strings['Delete contact'] = 'Delete contact';
115 $a->strings['Last updated: '] = 'Last updated: ';
116 $a->strings['Update public posts: '] = 'Update public posts: ';
117 $a->strings['Update now'] = 'Update now';
118 $a->strings['Unblock this contact'] = 'Unblock this contact';
119 $a->strings['Block this contact'] = 'Block this contact';
120 $a->strings['Unignore this contact'] = 'Unignore this contact';
121 $a->strings['Ignore this contact'] = 'Ignore this contact';
122 $a->strings['Currently blocked'] = 'Currently blocked';
123 $a->strings['Currently ignored'] = 'Currently ignored';
124 $a->strings['Contacts'] = 'Contacts';
125 $a->strings['Show Blocked Connections'] = 'Show Blocked Connections';
126 $a->strings['Hide Blocked Connections'] = 'Hide Blocked Connections';
127 $a->strings['Finding: '] = 'Finding: ';
128 $a->strings['Find'] = 'Find';
129 $a->strings['Visit $username\'s profile'] = 'Visit $username\'s profile';
130 $a->strings['Edit contact'] = 'Edit contact';
131 $a->strings['Profile not found.'] = 'Profile not found.';
132 $a->strings['Response from remote site was not understood.'] = 'Response from remote site was not understood.';
133 $a->strings['Unexpected response from remote site: '] = 'Unexpected response from remote site: ';
134 $a->strings["Confirmation completed successfully."] = "Confirmation completed successfully.";
135 $a->strings['Remote site reported: '] = 'Remote site reported: ';
136 $a->strings["Temporary failure. Please wait and try again."] = "Temporary failure. Please wait and try again.";
137 $a->strings["Introduction failed or was revoked."] = "Introduction failed or was revoked.";
138 $a->strings['Unable to set contact photo.'] = 'Unable to set contact photo.';
139 $a->strings['is now friends with'] = 'is now friends with';
140 $a->strings['Our site encryption key is apparently messed up.'] = 'Our site encryption key is apparently messed up.';
141 $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.';
142 $a->strings['Contact record was not found for you on our site.'] = 'Contact record was not found for you on our site.';
143 $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.';
144 $a->strings['Unable to set your contact credentials on our system.'] = 'Unable to set your contact credentials on our system.';
145 $a->strings['Unable to update your contact profile details on our system'] = 'Unable to update your contact profile details on our system';
146 $a->strings["Connection accepted at %s"] = "Connection accepted at %s";
147 $a->strings['Administrator'] = 'Administrator';
148 $a->strings['noreply'] = 'noreply';
149 $a->strings["%s commented on an item at %s"] = "%s commented on an item at %s";
150 $a->strings["This introduction has already been accepted."] = "This introduction has already been accepted.";
151 $a->strings['Profile location is not valid or does not contain profile information.'] = 'Profile location is not valid or does not contain profile information.';
152 $a->strings['Warning: profile location has no identifiable owner name.'] = 'Warning: profile location has no identifiable owner name.';
153 $a->strings['Warning: profile location has no profile photo.'] = 'Warning: profile location has no profile photo.';
154 $a->strings["Introduction complete."] = "Introduction complete.";
155 $a->strings['Unrecoverable protocol error.'] = 'Unrecoverable protocol error.';
156 $a->strings['Profile unavailable.'] = 'Profile unavailable.';
157 $a->strings['%s has received too many connection requests today.'] = '%s has received too many connection requests today.';
158 $a->strings['Spam protection measures have been invoked.'] = 'Spam protection measures have been invoked.';
159 $a->strings['Friends are advised to please try again in 24 hours.'] = 'Friends are advised to please try again in 24 hours.';
160 $a->strings["Invalid locator"] = "Invalid locator";
161 $a->strings["Unable to resolve your name at the provided location."] = "Unable to resolve your name at the provided location.";
162 $a->strings['You have already introduced yourself here.'] = 'You have already introduced yourself here.';
163 $a->strings['Apparently you are already friends with %s.'] = 'Apparently you are already friends with %s.';
164 $a->strings['Invalid profile URL.'] = 'Invalid profile URL.';
165 $a->strings['Disallowed profile URL.'] = 'Disallowed profile URL.';
166 $a->strings['Your introduction has been sent.'] = 'Your introduction has been sent.';
167 $a->strings["Please login to confirm introduction."] = "Please login to confirm introduction.";
168 $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.";
169 $a->strings['Welcome home %s.'] = 'Welcome home %s.';
170 $a->strings['Please confirm your introduction/connection request to %s.'] = 'Please confirm your introduction/connection request to %s.';
171 $a->strings['Confirm'] = 'Confirm';
172 $a->strings['[Name Withheld]'] = '[Name Withheld]';
173 $a->strings["Introduction received at "] = "Introduction received at ";
174 $a->strings['Friend/Connection Request'] = 'Friend/Connection Request';
175 $a->strings['Please answer the following:'] = 'Please answer the following:';
176 $a->strings['Does $name know you?'] = 'Does $name know you?';
177 $a->strings['Yes'] = 'Yes';
178 $a->strings['No'] = 'No';
179 $a->strings['Add a personal note:'] = 'Add a personal note:';
180 $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:';
181 $a->strings['Friendika'] = 'Friendika';
182 $a->strings['StatusNet/Federated Social Web'] = 'StatusNet/Federated Social Web';
183 $a->strings["Private \x28secure\x29 network"] = "Private \x28secure\x29 network";
184 $a->strings["Public \x28insecure\x29 network"] = "Public \x28insecure\x29 network";
185 $a->strings['Your profile address:'] = 'Your profile address:';
186 $a->strings['Submit Request'] = 'Submit Request';
187 $a->strings['Cancel'] = 'Cancel';
188 $a->strings["%d required parameter was not found at the given location"] = array(
189         0 => "%d required parameter was not found at the given location",
190         1 => "%d required parameters were not found at the given location",
191 );
192 $a->strings['Global Directory'] = 'Global Directory';
193 $a->strings['Site Directory'] = 'Site Directory';
194 $a->strings['Age: '] = 'Age: ';
195 $a->strings['Gender: '] = 'Gender: ';
196 $a->strings["No entries \x28some entries may be hidden\x29."] = "No entries \x28some entries may be hidden\x29.";
197 $a->strings['Item not found.'] = 'Item not found.';
198 $a->strings['Private Message'] = 'Private Message';
199 $a->strings["I like this \x28toggle\x29"] = "I like this \x28toggle\x29";
200 $a->strings["I don't like this \x28toggle\x29"] = "I don't like this \x28toggle\x29";
201 $a->strings['Share'] = 'Share';
202 $a->strings['Please wait'] = 'Please wait';
203 $a->strings['This is you'] = 'This is you';
204 $a->strings['Edit'] = 'Edit';
205 $a->strings['Delete'] = 'Delete';
206 $a->strings['View $name\'s profile'] = 'View $name\'s profile';
207 $a->strings['View $owner_name\'s profile'] = 'View $owner_name\'s profile';
208 $a->strings['to'] = 'to';
209 $a->strings['Wall-to-Wall'] = 'Wall-to-Wall';
210 $a->strings['via Wall-To-Wall:'] = 'via Wall-To-Wall:';
211 $a->strings['Item has been removed.'] = 'Item has been removed.';
212 $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.';
213 $a->strings['Item not found'] = 'Item not found';
214 $a->strings['Edit post'] = 'Edit post';
215 $a->strings['Upload photo'] = 'Upload photo';
216 $a->strings['Insert web link'] = 'Insert web link';
217 $a->strings['Insert YouTube video'] = 'Insert YouTube video';
218 $a->strings['Insert Vorbis [.ogg] video'] = 'Insert Vorbis [.ogg] video';
219 $a->strings['Insert Vorbis [.ogg] audio'] = 'Insert Vorbis [.ogg] audio';
220 $a->strings['Set your location'] = 'Set your location';
221 $a->strings['Clear browser location'] = 'Clear browser location';
222 $a->strings['Permission settings'] = 'Permission settings';
223 $a->strings['CC: email addresses'] = 'CC: email addresses';
224 $a->strings['Example: bob@example.com, mary@example.com'] = 'Example: bob@example.com, mary@example.com';
225 $a->strings['The profile address specified does not provide adequate information.'] = 'The profile address specified does not provide adequate information.';
226 $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.';
227 $a->strings['Unable to retrieve contact information.'] = 'Unable to retrieve contact information.';
228 $a->strings['following'] = 'following';
229 $a->strings['This is Friendika version'] = 'This is Friendika version';
230 $a->strings['running at web location'] = 'running at web location';
231 $a->strings['Shared content within the Friendika network is provided under the <a href="http://creativecommons.org/licenses/by/3.0/">Creative Commons Attribution 3.0 license</a>'] = 'Shared content within the Friendika network is provided under the <a href="http://creativecommons.org/licenses/by/3.0/">Creative Commons Attribution 3.0 license</a>';
232 $a->strings['Please visit <a href="http://project.friendika.com">Project.Friendika.com</a> to learn more about the Friendika project.'] = 'Please visit <a href="http://project.friendika.com">Project.Friendika.com</a> to learn more about the Friendika project.';
233 $a->strings['Bug reports and issues: please visit'] = 'Bug reports and issues: please visit';
234 $a->strings['Suggestions, praise, donations, etc. - please email "Info" at Friendika - dot com'] = 'Suggestions, praise, donations, etc. - please email "Info" at Friendika - dot com';
235 $a->strings['Installed plugins/addons/apps'] = 'Installed plugins/addons/apps';
236 $a->strings['No installed plugins/addons/apps'] = 'No installed plugins/addons/apps';
237 $a->strings['Group created.'] = 'Group created.';
238 $a->strings['Could not create group.'] = 'Could not create group.';
239 $a->strings['Group not found.'] = 'Group not found.';
240 $a->strings['Group name changed.'] = 'Group name changed.';
241 $a->strings['Membership list updated.'] = 'Membership list updated.';
242 $a->strings['Create a group of contacts/friends.'] = 'Create a group of contacts/friends.';
243 $a->strings['Group Name: '] = 'Group Name: ';
244 $a->strings['Group removed.'] = 'Group removed.';
245 $a->strings['Unable to remove group.'] = 'Unable to remove group.';
246 $a->strings['Group Editor'] = 'Group Editor';
247 $a->strings['Members:'] = 'Members:';
248 $a->strings["Welcome to %s"] = "Welcome to %s";
249 $a->strings['Could not create/connect to database.'] = 'Could not create/connect to database.';
250 $a->strings['Connected to database.'] = 'Connected to database.';
251 $a->strings['Proceed with Installation'] = 'Proceed with Installation';
252 $a->strings['Your Friendika site database has been installed.'] = 'Your Friendika site database has been installed.';
253 $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.';
254 $a->strings['Please see the file "INSTALL.txt".'] = 'Please see the file "INSTALL.txt".';
255 $a->strings['Proceed to registration'] = 'Proceed to registration';
256 $a->strings['Database import failed.'] = 'Database import failed.';
257 $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.';
258 $a->strings['Welcome to Friendika.'] = 'Welcome to Friendika.';
259 $a->strings['Friendika Social Network'] = 'Friendika Social Network';
260 $a->strings['Installation'] = 'Installation';
261 $a->strings['In order to install Friendika we need to know how to contact your database.'] = 'In order to install Friendika we need to know how to contact your database.';
262 $a->strings['Please contact your hosting provider or site administrator if you have questions about these settings.'] = 'Please contact your hosting provider or site administrator if you have questions about these settings.';
263 $a->strings['The database you specify below must already exist. If it does not, please create it before continuing.'] = 'The database you specify below must already exist. If it does not, please create it before continuing.';
264 $a->strings['Database Server Name'] = 'Database Server Name';
265 $a->strings['Database Login Name'] = 'Database Login Name';
266 $a->strings['Database Login Password'] = 'Database Login Password';
267 $a->strings['Database Name'] = 'Database Name';
268 $a->strings['Please select a default timezone for your website'] = 'Please select a default timezone for your website';
269 $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.';
270 $a->strings['This is required. Please adjust the configuration file .htconfig.php accordingly.'] = 'This is required. Please adjust the configuration file .htconfig.php accordingly.';
271 $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.';
272 $a->strings['This is required for message delivery to work.'] = 'This is required for message delivery to work.';
273 $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';
274 $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".';
275 $a->strings['Error: Apache webserver mod-rewrite module is required but not installed.'] = 'Error: Apache webserver mod-rewrite module is required but not installed.';
276 $a->strings['Error: libCURL PHP module required but not installed.'] = 'Error: libCURL PHP module required but not installed.';
277 $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.';
278 $a->strings['Error: openssl PHP module required but not installed.'] = 'Error: openssl PHP module required but not installed.';
279 $a->strings['Error: mysqli PHP module required but not installed.'] = 'Error: mysqli PHP module required but not installed.';
280 $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.';
281 $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.';
282 $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.';
283 $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.';
284 $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.';
285 $a->strings['Errors encountered creating database tables.'] = 'Errors encountered creating database tables.';
286 $a->strings['%s : Not a valid email address.'] = '%s : Not a valid email address.';
287 $a->strings['%s : Message delivery failed.'] = '%s : Message delivery failed.';
288 $a->strings['Send invitations'] = 'Send invitations';
289 $a->strings['Enter email addresses, one per line:'] = 'Enter email addresses, one per line:';
290 $a->strings['Your message:'] = 'Your message:';
291 $a->strings['To accept this invitation, please visit:'] = 'To accept this invitation, please visit:';
292 $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:';
293 $a->strings["%d message sent."] = array(
294         0 => "%d message sent.",
295         1 => "%d messages sent.",
296 );
297 $a->strings['Unable to locate original post.'] = 'Unable to locate original post.';
298 $a->strings['Empty post discarded.'] = 'Empty post discarded.';
299 $a->strings['Wall Photos'] = 'Wall Photos';
300 $a->strings["%s commented on your item at %s"] = "%s commented on your item at %s";
301 $a->strings["Administrator"] = "Administrator";
302 $a->strings["%s posted on your profile wall at %s"] = "%s posted on your profile wall at %s";
303 $a->strings['System error. Post not saved.'] = 'System error. Post not saved.';
304 $a->strings['You may visit them online at'] = 'You may visit them online at';
305 $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.';
306 $a->strings['%s posted an update.'] = '%s posted an update.';
307 $a->strings['photo'] = 'photo';
308 $a->strings['status'] = 'status';
309 $a->strings['%1$s likes %2$s\'s %3$s'] = '%1$s likes %2$s\'s %3$s';
310 $a->strings['%1$s doesn\'t like %2$s\'s %3$s'] = '%1$s doesn\'t like %2$s\'s %3$s';
311 $a->strings['Remote privacy information not available.'] = 'Remote privacy information not available.';
312 $a->strings['Visible to:'] = 'Visible to:';
313 $a->strings['Password reset request issued. Check your email.'] = 'Password reset request issued. Check your email.';
314 $a->strings['Password reset requested at %s'] = 'Password reset requested at %s';
315 $a->strings["Request could not be verified. \x28You may have previously submitted it.\x29 Password reset failed."] = "Request could not be verified. \x28You may have previously submitted it.\x29 Password reset failed.";
316 $a->strings['Your password has been reset as requested.'] = 'Your password has been reset as requested.';
317 $a->strings['Your new password is'] = 'Your new password is';
318 $a->strings['Save or copy your new password - and then'] = 'Save or copy your new password - and then';
319 $a->strings['click here to login'] = 'click here to login';
320 $a->strings['Your password may be changed from the <em>Settings</em> page after successful login.'] = 'Your password may be changed from the <em>Settings</em> page after successful login.';
321 $a->strings['Forgot your Password?'] = 'Forgot your Password?';
322 $a->strings['Enter your email address and submit to have your password reset. Then check your email for further instructions.'] = 'Enter your email address and submit to have your password reset. Then check your email for further instructions.';
323 $a->strings['Nickname or Email: '] = 'Nickname or Email: ';
324 $a->strings['Reset'] = 'Reset';
325 $a->strings["Welcome back %s"] = "Welcome back %s";
326 $a->strings['Manage Identities and/or Pages'] = 'Manage Identities and/or Pages';
327 $a->strings["\x28Toggle between different identities or community/group pages which share your account details.\x29"] = "\x28Toggle between different identities or community/group pages which share your account details.\x29";
328 $a->strings['Select an identity to manage: '] = 'Select an identity to manage: ';
329 $a->strings['Profile Match'] = 'Profile Match';
330 $a->strings['No matches'] = 'No matches';
331 $a->strings['No recipient selected.'] = 'No recipient selected.';
332 $a->strings['[no subject]'] = '[no subject]';
333 $a->strings['Unable to locate contact information.'] = 'Unable to locate contact information.';
334 $a->strings['Message sent.'] = 'Message sent.';
335 $a->strings['Message could not be sent.'] = 'Message could not be sent.';
336 $a->strings['Messages'] = 'Messages';
337 $a->strings['Inbox'] = 'Inbox';
338 $a->strings['Outbox'] = 'Outbox';
339 $a->strings['New Message'] = 'New Message';
340 $a->strings['Message deleted.'] = 'Message deleted.';
341 $a->strings['Conversation removed.'] = 'Conversation removed.';
342 $a->strings['Please enter a link URL:'] = 'Please enter a link URL:';
343 $a->strings['Send Private Message'] = 'Send Private Message';
344 $a->strings['To:'] = 'To:';
345 $a->strings['Subject:'] = 'Subject:';
346 $a->strings['No messages.'] = 'No messages.';
347 $a->strings['Delete conversation'] = 'Delete conversation';
348 $a->strings['D, d M Y - g:i A'] = 'D, d M Y - g:i A';
349 $a->strings['Message not available.'] = 'Message not available.';
350 $a->strings['Delete message'] = 'Delete message';
351 $a->strings['Send Reply'] = 'Send Reply';
352 $a->strings['Normal View'] = 'Normal View';
353 $a->strings['New Item View'] = 'New Item View';
354 $a->strings['Warning: This group contains %s from an insecure network.'] = 'Warning: This group contains %s from an insecure network.';
355 $a->strings['Private messages to this group are at risk of public disclosure.'] = 'Private messages to this group are at risk of public disclosure.';
356 $a->strings['Please enter a YouTube link:'] = 'Please enter a YouTube link:';
357 $a->strings["Please enter a video\x28.ogg\x29 link/URL:"] = "Please enter a video\x28.ogg\x29 link/URL:";
358 $a->strings["Please enter an audio\x28.ogg\x29 link/URL:"] = "Please enter an audio\x28.ogg\x29 link/URL:";
359 $a->strings['Where are you right now?'] = 'Where are you right now?';
360 $a->strings['Enter a title for this item'] = 'Enter a title for this item';
361 $a->strings['Set title'] = 'Set title';
362 $a->strings['No such group'] = 'No such group';
363 $a->strings['Group is empty'] = 'Group is empty';
364 $a->strings['Group: '] = 'Group: ';
365 $a->strings['View in context'] = 'View in context';
366 $a->strings['See more posts like this'] = 'See more posts like this';
367 $a->strings['See all %d comments'] = 'See all %d comments';
368 $a->strings['%d member'] = array(
369         0 => '%d member',
370         1 => '%d members',
371 );
372 $a->strings['Invalid request identifier.'] = 'Invalid request identifier.';
373 $a->strings['Discard'] = 'Discard';
374 $a->strings['Ignore'] = 'Ignore';
375 $a->strings['Pending Friend/Connect Notifications'] = 'Pending Friend/Connect Notifications';
376 $a->strings['Show Ignored Requests'] = 'Show Ignored Requests';
377 $a->strings['Hide Ignored Requests'] = 'Hide Ignored Requests';
378 $a->strings['Claims to be known to you: '] = 'Claims to be known to you: ';
379 $a->strings['yes'] = 'yes';
380 $a->strings['no'] = 'no';
381 $a->strings['Approve as: '] = 'Approve as: ';
382 $a->strings['Friend'] = 'Friend';
383 $a->strings['Fan/Admirer'] = 'Fan/Admirer';
384 $a->strings['Notification type: '] = 'Notification type: ';
385 $a->strings['Friend/Connect Request'] = 'Friend/Connect Request';
386 $a->strings['New Follower'] = 'New Follower';
387 $a->strings['Approve'] = 'Approve';
388 $a->strings['No notifications.'] = 'No notifications.';
389 $a->strings['User registrations waiting for confirm'] = 'User registrations waiting for confirm';
390 $a->strings['Deny'] = 'Deny';
391 $a->strings['No registrations.'] = 'No registrations.';
392 $a->strings['Post successful.'] = 'Post successful.';
393 $a->strings['Login failed.'] = 'Login failed.';
394 $a->strings["Welcome back "] = "Welcome back ";
395 $a->strings['Photo Albums'] = 'Photo Albums';
396 $a->strings['Contact Photos'] = 'Contact Photos';
397 $a->strings['Contact information unavailable'] = 'Contact information unavailable';
398 $a->strings['Profile Photos'] = 'Profile Photos';
399 $a->strings['Album not found.'] = 'Album not found.';
400 $a->strings['Delete Album'] = 'Delete Album';
401 $a->strings['Delete Photo'] = 'Delete Photo';
402 $a->strings['was tagged in a'] = 'was tagged in a';
403 $a->strings['by'] = 'by';
404 $a->strings['Image exceeds size limit of '] = 'Image exceeds size limit of ';
405 $a->strings['Unable to process image.'] = 'Unable to process image.';
406 $a->strings['Image upload failed.'] = 'Image upload failed.';
407 $a->strings['No photos selected'] = 'No photos selected';
408 $a->strings['Upload Photos'] = 'Upload Photos';
409 $a->strings['New album name: '] = 'New album name: ';
410 $a->strings['or existing album name: '] = 'or existing album name: ';
411 $a->strings['Permissions'] = 'Permissions';
412 $a->strings['Edit Album'] = 'Edit Album';
413 $a->strings['View Photo'] = 'View Photo';
414 $a->strings['Photo not available'] = 'Photo not available';
415 $a->strings['Edit photo'] = 'Edit photo';
416 $a->strings['<< Prev'] = '<< Prev';
417 $a->strings['View Full Size'] = 'View Full Size';
418 $a->strings['Next >>'] = 'Next >>';
419 $a->strings['Tags: '] = 'Tags: ';
420 $a->strings['[Remove any tag]'] = '[Remove any tag]';
421 $a->strings['New album name'] = 'New album name';
422 $a->strings['Caption'] = 'Caption';
423 $a->strings['Add a Tag'] = 'Add a Tag';
424 $a->strings['Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping'] = 'Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping';
425 $a->strings['Recent Photos'] = 'Recent Photos';
426 $a->strings['Upload New Photos'] = 'Upload New Photos';
427 $a->strings['View Album'] = 'View Album';
428 $a->strings['Status'] = 'Status';
429 $a->strings['Profile'] = 'Profile';
430 $a->strings['Photos'] = 'Photos';
431 $a->strings['Image uploaded but image cropping failed.'] = 'Image uploaded but image cropping failed.';
432 $a->strings['Unable to process image'] = 'Unable to process image';
433 $a->strings['Upload File:'] = 'Upload File:';
434 $a->strings['Upload Profile Photo'] = 'Upload Profile Photo';
435 $a->strings['Upload'] = 'Upload';
436 $a->strings['or'] = 'or';
437 $a->strings['select a photo from your photo albums'] = 'select a photo from your photo albums';
438 $a->strings['Crop Image'] = 'Crop Image';
439 $a->strings['Please adjust the image cropping for optimum viewing.'] = 'Please adjust the image cropping for optimum viewing.';
440 $a->strings['Done Editing'] = 'Done Editing';
441 $a->strings['Image uploaded successfully.'] = 'Image uploaded successfully.';
442 $a->strings['Profile Name is required.'] = 'Profile Name is required.';
443 $a->strings['Profile updated.'] = 'Profile updated.';
444 $a->strings['Profile deleted.'] = 'Profile deleted.';
445 $a->strings['Profile-'] = 'Profile-';
446 $a->strings['New profile created.'] = 'New profile created.';
447 $a->strings['Profile unavailable to clone.'] = 'Profile unavailable to clone.';
448 $a->strings['Hide my contact/friend list from viewers of this profile?'] = 'Hide my contact/friend list from viewers of this profile?';
449 $a->strings['Edit Profile Details'] = 'Edit Profile Details';
450 $a->strings['View this profile'] = 'View this profile';
451 $a->strings['Create a new profile using these settings'] = 'Create a new profile using these settings';
452 $a->strings['Clone this profile'] = 'Clone this profile';
453 $a->strings['Delete this profile'] = 'Delete this profile';
454 $a->strings['Profile Name:'] = 'Profile Name:';
455 $a->strings['Your Full Name:'] = 'Your Full Name:';
456 $a->strings['Title/Description:'] = 'Title/Description:';
457 $a->strings['Your Gender:'] = 'Your Gender:';
458 $a->strings["Birthday \x28y/m/d\x29:"] = "Birthday \x28y/m/d\x29:";
459 $a->strings['Street Address:'] = 'Street Address:';
460 $a->strings['Locality/City:'] = 'Locality/City:';
461 $a->strings['Postal/Zip Code:'] = 'Postal/Zip Code:';
462 $a->strings['Country:'] = 'Country:';
463 $a->strings['Region/State:'] = 'Region/State:';
464 $a->strings['<span class="heart">&hearts;</span> Marital Status:'] = '<span class="heart">&hearts;</span> Marital Status:';
465 $a->strings["Who: \x28if applicable\x29"] = "Who: \x28if applicable\x29";
466 $a->strings['Examples: cathy123, Cathy Williams, cathy@example.com'] = 'Examples: cathy123, Cathy Williams, cathy@example.com';
467 $a->strings['Sexual Preference:'] = 'Sexual Preference:';
468 $a->strings['Homepage URL:'] = 'Homepage URL:';
469 $a->strings['Political Views:'] = 'Political Views:';
470 $a->strings['Religious Views:'] = 'Religious Views:';
471 $a->strings['Public Keywords:'] = 'Public Keywords:';
472 $a->strings['Private Keywords:'] = 'Private Keywords:';
473 $a->strings['Example: fishing photography software'] = 'Example: fishing photography software';
474 $a->strings["\x28Used for suggesting potential friends, can be seen by others\x29"] = "\x28Used for suggesting potential friends, can be seen by others\x29";
475 $a->strings["\x28Used for searching profiles, never shown to others\x29"] = "\x28Used for searching profiles, never shown to others\x29";
476 $a->strings['Tell us about yourself...'] = 'Tell us about yourself...';
477 $a->strings['Hobbies/Interests'] = 'Hobbies/Interests';
478 $a->strings['Contact information and Social Networks'] = 'Contact information and Social Networks';
479 $a->strings['Musical interests'] = 'Musical interests';
480 $a->strings['Books, literature'] = 'Books, literature';
481 $a->strings['Television'] = 'Television';
482 $a->strings['Film/dance/culture/entertainment'] = 'Film/dance/culture/entertainment';
483 $a->strings['Love/romance'] = 'Love/romance';
484 $a->strings['Work/employment'] = 'Work/employment';
485 $a->strings['School/education'] = 'School/education';
486 $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.';
487 $a->strings['Profiles'] = 'Profiles';
488 $a->strings['Change profile photo'] = 'Change profile photo';
489 $a->strings['Create New Profile'] = 'Create New Profile';
490 $a->strings['Profile Image'] = 'Profile Image';
491 $a->strings['Invalid OpenID url'] = 'Invalid OpenID url';
492 $a->strings['Please enter the required information.'] = 'Please enter the required information.';
493 $a->strings['Please use a shorter name.'] = 'Please use a shorter name.';
494 $a->strings['Name too short.'] = 'Name too short.';
495 $a->strings["That doesn't appear to be your full \x28First Last\x29 name."] = "That doesn't appear to be your full \x28First Last\x29 name.";
496 $a->strings['Your email domain is not among those allowed on this site.'] = 'Your email domain is not among those allowed on this site.';
497 $a->strings['Not a valid email address.'] = 'Not a valid email address.';
498 $a->strings['Cannot use that email.'] = 'Cannot use that email.';
499 $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.';
500 $a->strings['Nickname is already registered. Please choose another.'] = 'Nickname is already registered. Please choose another.';
501 $a->strings['SERIOUS ERROR: Generation of security keys failed.'] = 'SERIOUS ERROR: Generation of security keys failed.';
502 $a->strings['An error occurred during registration. Please try again.'] = 'An error occurred during registration. Please try again.';
503 $a->strings['An error occurred creating your default profile. Please try again.'] = 'An error occurred creating your default profile. Please try again.';
504 $a->strings['Registration successful. Please check your email for further instructions.'] = 'Registration successful. Please check your email for further instructions.';
505 $a->strings['Failed to send email message. Here is the message that failed.'] = 'Failed to send email message. Here is the message that failed.';
506 $a->strings['Your registration can not be processed.'] = 'Your registration can not be processed.';
507 $a->strings['Your registration is pending approval by the site owner.'] = 'Your registration is pending approval by the site owner.';
508 $a->strings["You may \x28optionally\x29 fill in this form via OpenID by supplying your OpenID and clicking 'Register'."] = "You may \x28optionally\x29 fill in this form via OpenID by supplying your OpenID and clicking 'Register'.";
509 $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.';
510 $a->strings["Your OpenID \x28optional\x29: "] = "Your OpenID \x28optional\x29: ";
511 $a->strings['Members of this network prefer to communicate with real people who use their real names.'] = 'Members of this network prefer to communicate with real people who use their real names.';
512 $a->strings['Include your profile in member directory?'] = 'Include your profile in member directory?';
513 $a->strings['Registration'] = 'Registration';
514 $a->strings['Your Full Name ' . "\x28" . 'e.g. Joe Smith' . "\x29" . ': '] = 'Your Full Name ' . "\x28" . 'e.g. Joe Smith' . "\x29" . ': ';
515 $a->strings['Your Email Address: '] = 'Your Email Address: ';
516 $a->strings['Choose a profile nickname. This must begin with a text character. Your profile address on this site will then be \'<strong>nickname@$sitename</strong>\'.'] = 'Choose a profile nickname. This must begin with a text character. Your profile address on this site will then be \'<strong>nickname@$sitename</strong>\'.';
517 $a->strings['Choose a nickname: '] = 'Choose a nickname: ';
518 $a->strings['Please login.'] = 'Please login.';
519 $a->strings['Account approved.'] = 'Account approved.';
520 $a->strings['Remove My Account'] = 'Remove My Account';
521 $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.';
522 $a->strings['Please enter your password for verification:'] = 'Please enter your password for verification:';
523 $a->strings['No results.'] = 'No results.';
524 $a->strings['Passwords do not match. Password unchanged.'] = 'Passwords do not match. Password unchanged.';
525 $a->strings['Empty passwords are not allowed. Password unchanged.'] = 'Empty passwords are not allowed. Password unchanged.';
526 $a->strings['Password changed.'] = 'Password changed.';
527 $a->strings['Password update failed. Please try again.'] = 'Password update failed. Please try again.';
528 $a->strings[' Please use a shorter name.'] = ' Please use a shorter name.';
529 $a->strings[' Name too short.'] = ' Name too short.';
530 $a->strings[' Not valid email.'] = ' Not valid email.';
531 $a->strings[' Cannot change to that email.'] = ' Cannot change to that email.';
532 $a->strings['Settings updated.'] = 'Settings updated.';
533 $a->strings['Plugin Settings'] = 'Plugin Settings';
534 $a->strings['Account Settings'] = 'Account Settings';
535 $a->strings['No Plugin settings configured'] = 'No Plugin settings configured';
536 $a->strings['Normal Account'] = 'Normal Account';
537 $a->strings['This account is a normal personal profile'] = 'This account is a normal personal profile';
538 $a->strings['Soapbox Account'] = 'Soapbox Account';
539 $a->strings['Automatically approve all connection/friend requests as read-only fans'] = 'Automatically approve all connection/friend requests as read-only fans';
540 $a->strings['Community/Celebrity Account'] = 'Community/Celebrity Account';
541 $a->strings['Automatically approve all connection/friend requests as read-write fans'] = 'Automatically approve all connection/friend requests as read-write fans';
542 $a->strings['Automatic Friend Account'] = 'Automatic Friend Account';
543 $a->strings['Automatically approve all connection/friend requests as friends'] = 'Automatically approve all connection/friend requests as friends';
544 $a->strings['OpenID: '] = 'OpenID: ';
545 $a->strings["&nbsp;\x28Optional\x29 Allow this OpenID to login to this account."] = "&nbsp;\x28Optional\x29 Allow this OpenID to login to this account.";
546 $a->strings['Publish your default profile in site directory?'] = 'Publish your default profile in site directory?';
547 $a->strings['Publish your default profile in global social directory?'] = 'Publish your default profile in global social directory?';
548 $a->strings['Profile is <strong>not published</strong>.'] = 'Profile is <strong>not published</strong>.';
549 $a->strings['Your profile address is'] = 'Your profile address is';
550 $a->strings['Export Personal Data'] = 'Export Personal Data';
551 $a->strings['Basic Settings'] = 'Basic Settings';
552 $a->strings['Full Name:'] = 'Full Name:';
553 $a->strings['Email Address:'] = 'Email Address:';
554 $a->strings['Your Timezone:'] = 'Your Timezone:';
555 $a->strings['Default Post Location:'] = 'Default Post Location:';
556 $a->strings['Use Browser Location:'] = 'Use Browser Location:';
557 $a->strings['Display Theme:'] = 'Display Theme:';
558 $a->strings['Security and Privacy Settings'] = 'Security and Privacy Settings';
559 $a->strings['Maximum Friend Requests/Day:'] = 'Maximum Friend Requests/Day:';
560 $a->strings["\x28to prevent spam abuse\x29"] = "\x28to prevent spam abuse\x29";
561 $a->strings['Allow friends to post to your profile page:'] = 'Allow friends to post to your profile page:';
562 $a->strings["Automatically expire \x28delete\x29 posts older than"] = "Automatically expire \x28delete\x29 posts older than";
563 $a->strings['days'] = 'days';
564 $a->strings['Notification Settings'] = 'Notification Settings';
565 $a->strings['Send a notification email when:'] = 'Send a notification email when:';
566 $a->strings['You receive an introduction'] = 'You receive an introduction';
567 $a->strings['Your introductions are confirmed'] = 'Your introductions are confirmed';
568 $a->strings['Someone writes on your profile wall'] = 'Someone writes on your profile wall';
569 $a->strings['Someone writes a followup comment'] = 'Someone writes a followup comment';
570 $a->strings['You receive a private message'] = 'You receive a private message';
571 $a->strings['Password Settings'] = 'Password Settings';
572 $a->strings['Leave password fields blank unless changing'] = 'Leave password fields blank unless changing';
573 $a->strings['New Password:'] = 'New Password:';
574 $a->strings['Confirm:'] = 'Confirm:';
575 $a->strings['Advanced Page Settings'] = 'Advanced Page Settings';
576 $a->strings['Default Post Permissions'] = 'Default Post Permissions';
577 $a->strings['Tag removed'] = 'Tag removed';
578 $a->strings['Remove Item Tag'] = 'Remove Item Tag';
579 $a->strings['Select a tag to remove: '] = 'Select a tag to remove: ';
580 $a->strings['Remove'] = 'Remove';
581 $a->strings['No contacts.'] = 'No contacts.';
582 $a->strings['Visible To:'] = 'Visible To:';
583 $a->strings['Groups'] = 'Groups';
584 $a->strings['Except For:'] = 'Except For:';
585 $a->strings['Logged out.'] = 'Logged out.';
586 $a->strings['Unknown | Not categorised'] = 'Unknown | Not categorised';
587 $a->strings['Block immediately'] = 'Block immediately';
588 $a->strings['Shady, spammer, self-marketer'] = 'Shady, spammer, self-marketer';
589 $a->strings['Known to me, but no opinion'] = 'Known to me, but no opinion';
590 $a->strings['OK, probably harmless'] = 'OK, probably harmless';
591 $a->strings['Reputable, has my trust'] = 'Reputable, has my trust';
592 $a->strings['Frequently'] = 'Frequently';
593 $a->strings['Hourly'] = 'Hourly';
594 $a->strings['Twice daily'] = 'Twice daily';
595 $a->strings['Daily'] = 'Daily';
596 $a->strings['Weekly'] = 'Weekly';
597 $a->strings['Monthly'] = 'Monthly';
598 $a->strings['Miscellaneous'] = 'Miscellaneous';
599 $a->strings['less than a second ago'] = 'less than a second ago';
600 $a->strings['year'] = 'year';
601 $a->strings['years'] = 'years';
602 $a->strings['month'] = 'month';
603 $a->strings['months'] = 'months';
604 $a->strings['week'] = 'week';
605 $a->strings['weeks'] = 'weeks';
606 $a->strings['day'] = 'day';
607 $a->strings['hour'] = 'hour';
608 $a->strings['hours'] = 'hours';
609 $a->strings['minute'] = 'minute';
610 $a->strings['minutes'] = 'minutes';
611 $a->strings['second'] = 'second';
612 $a->strings['seconds'] = 'seconds';
613 $a->strings[' ago'] = ' ago';
614 $a->strings['Cannot locate DNS info for database server \'%s\''] = 'Cannot locate DNS info for database server \'%s\'';
615 $a->strings['Create a new group'] = 'Create a new group';
616 $a->strings['Everybody'] = 'Everybody';
617 $a->strings['Birthday:'] = 'Birthday:';
618 $a->strings['Home'] = 'Home';
619 $a->strings['Apps'] = 'Apps';
620 $a->strings['Directory'] = 'Directory';
621 $a->strings['Network'] = 'Network';
622 $a->strings['Notifications'] = 'Notifications';
623 $a->strings['Manage'] = 'Manage';
624 $a->strings['Settings'] = 'Settings';
625 $a->strings['Embedding disabled'] = 'Embedding disabled';
626 $a->strings['j F, Y'] = 'j F, Y';
627 $a->strings['j F'] = 'j F';
628 $a->strings['Age:'] = 'Age:';
629 $a->strings['<span class="heart">&hearts;</span> Status:'] = '<span class="heart">&hearts;</span> Status:';
630 $a->strings['Religion:'] = 'Religion:';
631 $a->strings['About:'] = 'About:';
632 $a->strings['Hobbies/Interests:'] = 'Hobbies/Interests:';
633 $a->strings['Contact information and Social Networks:'] = 'Contact information and Social Networks:';
634 $a->strings['Musical interests:'] = 'Musical interests:';
635 $a->strings['Books, literature:'] = 'Books, literature:';
636 $a->strings['Television:'] = 'Television:';
637 $a->strings['Film/dance/culture/entertainment:'] = 'Film/dance/culture/entertainment:';
638 $a->strings['Love/Romance:'] = 'Love/Romance:';
639 $a->strings['Work/employment:'] = 'Work/employment:';
640 $a->strings['School/education:'] = 'School/education:';
641 $a->strings['Male'] = 'Male';
642 $a->strings['Female'] = 'Female';
643 $a->strings['Currently Male'] = 'Currently Male';
644 $a->strings['Currently Female'] = 'Currently Female';
645 $a->strings['Mostly Male'] = 'Mostly Male';
646 $a->strings['Mostly Female'] = 'Mostly Female';
647 $a->strings['Transgender'] = 'Transgender';
648 $a->strings['Intersex'] = 'Intersex';
649 $a->strings['Transsexual'] = 'Transsexual';
650 $a->strings['Hermaphrodite'] = 'Hermaphrodite';
651 $a->strings['Neuter'] = 'Neuter';
652 $a->strings['Non-specific'] = 'Non-specific';
653 $a->strings['Other'] = 'Other';
654 $a->strings['Undecided'] = 'Undecided';
655 $a->strings['Males'] = 'Males';
656 $a->strings['Females'] = 'Females';
657 $a->strings['Gay'] = 'Gay';
658 $a->strings['Lesbian'] = 'Lesbian';
659 $a->strings['No Preference'] = 'No Preference';
660 $a->strings['Bisexual'] = 'Bisexual';
661 $a->strings['Autosexual'] = 'Autosexual';
662 $a->strings['Abstinent'] = 'Abstinent';
663 $a->strings['Virgin'] = 'Virgin';
664 $a->strings['Deviant'] = 'Deviant';
665 $a->strings['Fetish'] = 'Fetish';
666 $a->strings['Oodles'] = 'Oodles';
667 $a->strings['Nonsexual'] = 'Nonsexual';
668 $a->strings['Single'] = 'Single';
669 $a->strings['Lonely'] = 'Lonely';
670 $a->strings['Available'] = 'Available';
671 $a->strings['Unavailable'] = 'Unavailable';
672 $a->strings['Dating'] = 'Dating';
673 $a->strings['Unfaithful'] = 'Unfaithful';
674 $a->strings['Sex Addict'] = 'Sex Addict';
675 $a->strings['Friends'] = 'Friends';
676 $a->strings['Friends/Benefits'] = 'Friends/Benefits';
677 $a->strings['Casual'] = 'Casual';
678 $a->strings['Engaged'] = 'Engaged';
679 $a->strings['Married'] = 'Married';
680 $a->strings['Partners'] = 'Partners';
681 $a->strings['Cohabiting'] = 'Cohabiting';
682 $a->strings['Happy'] = 'Happy';
683 $a->strings['Not Looking'] = 'Not Looking';
684 $a->strings['Swinger'] = 'Swinger';
685 $a->strings['Betrayed'] = 'Betrayed';
686 $a->strings['Separated'] = 'Separated';
687 $a->strings['Unstable'] = 'Unstable';
688 $a->strings['Divorced'] = 'Divorced';
689 $a->strings['Widowed'] = 'Widowed';
690 $a->strings['Uncertain'] = 'Uncertain';
691 $a->strings['Complicated'] = 'Complicated';
692 $a->strings['Don\'t care'] = 'Don\'t care';
693 $a->strings['Ask me'] = 'Ask me';
694 $a->strings['Facebook disabled'] = 'Facebook disabled';
695 $a->strings['Facebook API key is missing.'] = 'Facebook API key is missing.';
696 $a->strings['Facebook Connect'] = 'Facebook Connect';
697 $a->strings['Install Facebook post connector'] = 'Install Facebook post connector';
698 $a->strings['Remove Facebook post connector'] = 'Remove Facebook post connector';
699 $a->strings['Post to Facebook by default'] = 'Post to Facebook by default';
700 $a->strings['Facebook'] = 'Facebook';
701 $a->strings['Facebook Connector Settings'] = 'Facebook Connector Settings';
702 $a->strings['Post to Facebook'] = 'Post to Facebook';
703 $a->strings['Image: '] = 'Image: ';
704 $a->strings['Select files to upload: '] = 'Select files to upload: ';
705 $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.';
706 $a->strings['Upload a file'] = 'Upload a file';
707 $a->strings['Drop files here to upload'] = 'Drop files here to upload';
708 $a->strings['Failed'] = 'Failed';
709 $a->strings['No files were uploaded.'] = 'No files were uploaded.';
710 $a->strings['Uploaded file is empty'] = 'Uploaded file is empty';
711 $a->strings['Uploaded file is too large'] = 'Uploaded file is too large';
712 $a->strings['File has an invalid extension, it should be one of '] = 'File has an invalid extension, it should be one of ';
713 $a->strings['Upload was cancelled, or server error encountered'] = 'Upload was cancelled, or server error encountered';
714 $a->strings['Randplace Settings'] = 'Randplace Settings';
715 $a->strings['Enable Randplace Plugin'] = 'Enable Randplace Plugin';
716 $a->strings['Post to StatusNet'] = 'Post to StatusNet';
717 $a->strings['StatusNet Posting Settings'] = 'StatusNet Posting Settings';
718 $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.';
719 $a->strings['OAuth Consumer Key'] = 'OAuth Consumer Key';
720 $a->strings['OAuth Consumer Secret'] = 'OAuth Consumer Secret';
721 $a->strings["Base API Path \x28remember the trailing /\x29"] = "Base API Path \x28remember the trailing /\x29";
722 $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.';
723 $a->strings['Log in with StatusNet'] = 'Log in with StatusNet';
724 $a->strings['Copy the security code from StatusNet here'] = 'Copy the security code from StatusNet here';
725 $a->strings['Currently connected to: '] = 'Currently connected to: ';
726 $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.';
727 $a->strings['Send public postings to StatusNet'] = 'Send public postings to StatusNet';
728 $a->strings['Clear OAuth configuration'] = 'Clear OAuth configuration';
729 $a->strings['Three Dimensional Tic-Tac-Toe'] = 'Three Dimensional Tic-Tac-Toe';
730 $a->strings['3D Tic-Tac-Toe'] = '3D Tic-Tac-Toe';
731 $a->strings['New game'] = 'New game';
732 $a->strings['New game with handicap'] = 'New game with handicap';
733 $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. ';
734 $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.';
735 $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.';
736 $a->strings['You go first...'] = 'You go first...';
737 $a->strings['I\'m going first this time...'] = 'I\'m going first this time...';
738 $a->strings['You won!'] = 'You won!';
739 $a->strings['"Cat" game!'] = '"Cat" game!';
740 $a->strings['I won!'] = 'I won!';
741 $a->strings['Post to Twitter'] = 'Post to Twitter';
742 $a->strings['Twitter Posting Settings'] = 'Twitter Posting Settings';
743 $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.';
744 $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.';
745 $a->strings['Copy the PIN from Twitter here'] = 'Copy the PIN from Twitter here';
746 $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.';
747 $a->strings['Send public postings to Twitter'] = 'Send public postings to Twitter';
748 $a->strings['Africa/Abidjan'] = 'Africa/Abidjan';
749 $a->strings['Africa/Accra'] = 'Africa/Accra';
750 $a->strings['Africa/Addis_Ababa'] = 'Africa/Addis_Ababa';
751 $a->strings['Africa/Algiers'] = 'Africa/Algiers';
752 $a->strings['Africa/Asmara'] = 'Africa/Asmara';
753 $a->strings['Africa/Asmera'] = 'Africa/Asmera';
754 $a->strings['Africa/Bamako'] = 'Africa/Bamako';
755 $a->strings['Africa/Bangui'] = 'Africa/Bangui';
756 $a->strings['Africa/Banjul'] = 'Africa/Banjul';
757 $a->strings['Africa/Bissau'] = 'Africa/Bissau';
758 $a->strings['Africa/Blantyre'] = 'Africa/Blantyre';
759 $a->strings['Africa/Brazzaville'] = 'Africa/Brazzaville';
760 $a->strings['Africa/Bujumbura'] = 'Africa/Bujumbura';
761 $a->strings['Africa/Cairo'] = 'Africa/Cairo';
762 $a->strings['Africa/Casablanca'] = 'Africa/Casablanca';
763 $a->strings['Africa/Ceuta'] = 'Africa/Ceuta';
764 $a->strings['Africa/Conakry'] = 'Africa/Conakry';
765 $a->strings['Africa/Dakar'] = 'Africa/Dakar';
766 $a->strings['Africa/Dar_es_Salaam'] = 'Africa/Dar_es_Salaam';
767 $a->strings['Africa/Djibouti'] = 'Africa/Djibouti';
768 $a->strings['Africa/Douala'] = 'Africa/Douala';
769 $a->strings['Africa/El_Aaiun'] = 'Africa/El_Aaiun';
770 $a->strings['Africa/Freetown'] = 'Africa/Freetown';
771 $a->strings['Africa/Gaborone'] = 'Africa/Gaborone';
772 $a->strings['Africa/Harare'] = 'Africa/Harare';
773 $a->strings['Africa/Johannesburg'] = 'Africa/Johannesburg';
774 $a->strings['Africa/Kampala'] = 'Africa/Kampala';
775 $a->strings['Africa/Khartoum'] = 'Africa/Khartoum';
776 $a->strings['Africa/Kigali'] = 'Africa/Kigali';
777 $a->strings['Africa/Kinshasa'] = 'Africa/Kinshasa';
778 $a->strings['Africa/Lagos'] = 'Africa/Lagos';
779 $a->strings['Africa/Libreville'] = 'Africa/Libreville';
780 $a->strings['Africa/Lome'] = 'Africa/Lome';
781 $a->strings['Africa/Luanda'] = 'Africa/Luanda';
782 $a->strings['Africa/Lubumbashi'] = 'Africa/Lubumbashi';
783 $a->strings['Africa/Lusaka'] = 'Africa/Lusaka';
784 $a->strings['Africa/Malabo'] = 'Africa/Malabo';
785 $a->strings['Africa/Maputo'] = 'Africa/Maputo';
786 $a->strings['Africa/Maseru'] = 'Africa/Maseru';
787 $a->strings['Africa/Mbabane'] = 'Africa/Mbabane';
788 $a->strings['Africa/Mogadishu'] = 'Africa/Mogadishu';
789 $a->strings['Africa/Monrovia'] = 'Africa/Monrovia';
790 $a->strings['Africa/Nairobi'] = 'Africa/Nairobi';
791 $a->strings['Africa/Ndjamena'] = 'Africa/Ndjamena';
792 $a->strings['Africa/Niamey'] = 'Africa/Niamey';
793 $a->strings['Africa/Nouakchott'] = 'Africa/Nouakchott';
794 $a->strings['Africa/Ouagadougou'] = 'Africa/Ouagadougou';
795 $a->strings['Africa/Porto-Novo'] = 'Africa/Porto-Novo';
796 $a->strings['Africa/Sao_Tome'] = 'Africa/Sao_Tome';
797 $a->strings['Africa/Timbuktu'] = 'Africa/Timbuktu';
798 $a->strings['Africa/Tripoli'] = 'Africa/Tripoli';
799 $a->strings['Africa/Tunis'] = 'Africa/Tunis';
800 $a->strings['Africa/Windhoek'] = 'Africa/Windhoek';
801 $a->strings['America/Adak'] = 'America/Adak';
802 $a->strings['America/Anchorage'] = 'America/Anchorage';
803 $a->strings['America/Anguilla'] = 'America/Anguilla';
804 $a->strings['America/Antigua'] = 'America/Antigua';
805 $a->strings['America/Araguaina'] = 'America/Araguaina';
806 $a->strings['America/Argentina/Buenos_Aires'] = 'America/Argentina/Buenos_Aires';
807 $a->strings['America/Argentina/Catamarca'] = 'America/Argentina/Catamarca';
808 $a->strings['America/Argentina/ComodRivadavia'] = 'America/Argentina/ComodRivadavia';
809 $a->strings['America/Argentina/Cordoba'] = 'America/Argentina/Cordoba';
810 $a->strings['America/Argentina/Jujuy'] = 'America/Argentina/Jujuy';
811 $a->strings['America/Argentina/La_Rioja'] = 'America/Argentina/La_Rioja';
812 $a->strings['America/Argentina/Mendoza'] = 'America/Argentina/Mendoza';
813 $a->strings['America/Argentina/Rio_Gallegos'] = 'America/Argentina/Rio_Gallegos';
814 $a->strings['America/Argentina/Salta'] = 'America/Argentina/Salta';
815 $a->strings['America/Argentina/San_Juan'] = 'America/Argentina/San_Juan';
816 $a->strings['America/Argentina/San_Luis'] = 'America/Argentina/San_Luis';
817 $a->strings['America/Argentina/Tucuman'] = 'America/Argentina/Tucuman';
818 $a->strings['America/Argentina/Ushuaia'] = 'America/Argentina/Ushuaia';
819 $a->strings['America/Aruba'] = 'America/Aruba';
820 $a->strings['America/Asuncion'] = 'America/Asuncion';
821 $a->strings['America/Atikokan'] = 'America/Atikokan';
822 $a->strings['America/Atka'] = 'America/Atka';
823 $a->strings['America/Bahia'] = 'America/Bahia';
824 $a->strings['America/Barbados'] = 'America/Barbados';
825 $a->strings['America/Belem'] = 'America/Belem';
826 $a->strings['America/Belize'] = 'America/Belize';
827 $a->strings['America/Blanc-Sablon'] = 'America/Blanc-Sablon';
828 $a->strings['America/Boa_Vista'] = 'America/Boa_Vista';
829 $a->strings['America/Bogota'] = 'America/Bogota';
830 $a->strings['America/Boise'] = 'America/Boise';
831 $a->strings['America/Buenos_Aires'] = 'America/Buenos_Aires';
832 $a->strings['America/Cambridge_Bay'] = 'America/Cambridge_Bay';
833 $a->strings['America/Campo_Grande'] = 'America/Campo_Grande';
834 $a->strings['America/Cancun'] = 'America/Cancun';
835 $a->strings['America/Caracas'] = 'America/Caracas';
836 $a->strings['America/Catamarca'] = 'America/Catamarca';
837 $a->strings['America/Cayenne'] = 'America/Cayenne';
838 $a->strings['America/Cayman'] = 'America/Cayman';
839 $a->strings['America/Chicago'] = 'America/Chicago';
840 $a->strings['America/Chihuahua'] = 'America/Chihuahua';
841 $a->strings['America/Coral_Harbour'] = 'America/Coral_Harbour';
842 $a->strings['America/Cordoba'] = 'America/Cordoba';
843 $a->strings['America/Costa_Rica'] = 'America/Costa_Rica';
844 $a->strings['America/Cuiaba'] = 'America/Cuiaba';
845 $a->strings['America/Curacao'] = 'America/Curacao';
846 $a->strings['America/Danmarkshavn'] = 'America/Danmarkshavn';
847 $a->strings['America/Dawson'] = 'America/Dawson';
848 $a->strings['America/Dawson_Creek'] = 'America/Dawson_Creek';
849 $a->strings['America/Denver'] = 'America/Denver';
850 $a->strings['America/Detroit'] = 'America/Detroit';
851 $a->strings['America/Dominica'] = 'America/Dominica';
852 $a->strings['America/Edmonton'] = 'America/Edmonton';
853 $a->strings['America/Eirunepe'] = 'America/Eirunepe';
854 $a->strings['America/El_Salvador'] = 'America/El_Salvador';
855 $a->strings['America/Ensenada'] = 'America/Ensenada';
856 $a->strings['America/Fort_Wayne'] = 'America/Fort_Wayne';
857 $a->strings['America/Fortaleza'] = 'America/Fortaleza';
858 $a->strings['America/Glace_Bay'] = 'America/Glace_Bay';
859 $a->strings['America/Godthab'] = 'America/Godthab';
860 $a->strings['America/Goose_Bay'] = 'America/Goose_Bay';
861 $a->strings['America/Grand_Turk'] = 'America/Grand_Turk';
862 $a->strings['America/Grenada'] = 'America/Grenada';
863 $a->strings['America/Guadeloupe'] = 'America/Guadeloupe';
864 $a->strings['America/Guatemala'] = 'America/Guatemala';
865 $a->strings['America/Guayaquil'] = 'America/Guayaquil';
866 $a->strings['America/Guyana'] = 'America/Guyana';
867 $a->strings['America/Halifax'] = 'America/Halifax';
868 $a->strings['America/Havana'] = 'America/Havana';
869 $a->strings['America/Hermosillo'] = 'America/Hermosillo';
870 $a->strings['America/Indiana/Indianapolis'] = 'America/Indiana/Indianapolis';
871 $a->strings['America/Indiana/Knox'] = 'America/Indiana/Knox';
872 $a->strings['America/Indiana/Marengo'] = 'America/Indiana/Marengo';
873 $a->strings['America/Indiana/Petersburg'] = 'America/Indiana/Petersburg';
874 $a->strings['America/Indiana/Tell_City'] = 'America/Indiana/Tell_City';
875 $a->strings['America/Indiana/Vevay'] = 'America/Indiana/Vevay';
876 $a->strings['America/Indiana/Vincennes'] = 'America/Indiana/Vincennes';
877 $a->strings['America/Indiana/Winamac'] = 'America/Indiana/Winamac';
878 $a->strings['America/Indianapolis'] = 'America/Indianapolis';
879 $a->strings['America/Inuvik'] = 'America/Inuvik';
880 $a->strings['America/Iqaluit'] = 'America/Iqaluit';
881 $a->strings['America/Jamaica'] = 'America/Jamaica';
882 $a->strings['America/Jujuy'] = 'America/Jujuy';
883 $a->strings['America/Juneau'] = 'America/Juneau';
884 $a->strings['America/Kentucky/Louisville'] = 'America/Kentucky/Louisville';
885 $a->strings['America/Kentucky/Monticello'] = 'America/Kentucky/Monticello';
886 $a->strings['America/Knox_IN'] = 'America/Knox_IN';
887 $a->strings['America/La_Paz'] = 'America/La_Paz';
888 $a->strings['America/Lima'] = 'America/Lima';
889 $a->strings['America/Los_Angeles'] = 'America/Los_Angeles';
890 $a->strings['America/Louisville'] = 'America/Louisville';
891 $a->strings['America/Maceio'] = 'America/Maceio';
892 $a->strings['America/Managua'] = 'America/Managua';
893 $a->strings['America/Manaus'] = 'America/Manaus';
894 $a->strings['America/Marigot'] = 'America/Marigot';
895 $a->strings['America/Martinique'] = 'America/Martinique';
896 $a->strings['America/Mazatlan'] = 'America/Mazatlan';
897 $a->strings['America/Mendoza'] = 'America/Mendoza';
898 $a->strings['America/Menominee'] = 'America/Menominee';
899 $a->strings['America/Merida'] = 'America/Merida';
900 $a->strings['America/Mexico_City'] = 'America/Mexico_City';
901 $a->strings['America/Miquelon'] = 'America/Miquelon';
902 $a->strings['America/Moncton'] = 'America/Moncton';
903 $a->strings['America/Monterrey'] = 'America/Monterrey';
904 $a->strings['America/Montevideo'] = 'America/Montevideo';
905 $a->strings['America/Montreal'] = 'America/Montreal';
906 $a->strings['America/Montserrat'] = 'America/Montserrat';
907 $a->strings['America/Nassau'] = 'America/Nassau';
908 $a->strings['America/New_York'] = 'America/New_York';
909 $a->strings['America/Nipigon'] = 'America/Nipigon';
910 $a->strings['America/Nome'] = 'America/Nome';
911 $a->strings['America/Noronha'] = 'America/Noronha';
912 $a->strings['America/North_Dakota/Center'] = 'America/North_Dakota/Center';
913 $a->strings['America/North_Dakota/New_Salem'] = 'America/North_Dakota/New_Salem';
914 $a->strings['America/Panama'] = 'America/Panama';
915 $a->strings['America/Pangnirtung'] = 'America/Pangnirtung';
916 $a->strings['America/Paramaribo'] = 'America/Paramaribo';
917 $a->strings['America/Phoenix'] = 'America/Phoenix';
918 $a->strings['America/Port-au-Prince'] = 'America/Port-au-Prince';
919 $a->strings['America/Port_of_Spain'] = 'America/Port_of_Spain';
920 $a->strings['America/Porto_Acre'] = 'America/Porto_Acre';
921 $a->strings['America/Porto_Velho'] = 'America/Porto_Velho';
922 $a->strings['America/Puerto_Rico'] = 'America/Puerto_Rico';
923 $a->strings['America/Rainy_River'] = 'America/Rainy_River';
924 $a->strings['America/Rankin_Inlet'] = 'America/Rankin_Inlet';
925 $a->strings['America/Recife'] = 'America/Recife';
926 $a->strings['America/Regina'] = 'America/Regina';
927 $a->strings['America/Resolute'] = 'America/Resolute';
928 $a->strings['America/Rio_Branco'] = 'America/Rio_Branco';
929 $a->strings['America/Rosario'] = 'America/Rosario';
930 $a->strings['America/Santarem'] = 'America/Santarem';
931 $a->strings['America/Santiago'] = 'America/Santiago';
932 $a->strings['America/Santo_Domingo'] = 'America/Santo_Domingo';
933 $a->strings['America/Sao_Paulo'] = 'America/Sao_Paulo';
934 $a->strings['America/Scoresbysund'] = 'America/Scoresbysund';
935 $a->strings['America/Shiprock'] = 'America/Shiprock';
936 $a->strings['America/St_Barthelemy'] = 'America/St_Barthelemy';
937 $a->strings['America/St_Johns'] = 'America/St_Johns';
938 $a->strings['America/St_Kitts'] = 'America/St_Kitts';
939 $a->strings['America/St_Lucia'] = 'America/St_Lucia';
940 $a->strings['America/St_Thomas'] = 'America/St_Thomas';
941 $a->strings['America/St_Vincent'] = 'America/St_Vincent';
942 $a->strings['America/Swift_Current'] = 'America/Swift_Current';
943 $a->strings['America/Tegucigalpa'] = 'America/Tegucigalpa';
944 $a->strings['America/Thule'] = 'America/Thule';
945 $a->strings['America/Thunder_Bay'] = 'America/Thunder_Bay';
946 $a->strings['America/Tijuana'] = 'America/Tijuana';
947 $a->strings['America/Toronto'] = 'America/Toronto';
948 $a->strings['America/Tortola'] = 'America/Tortola';
949 $a->strings['America/Vancouver'] = 'America/Vancouver';
950 $a->strings['America/Virgin'] = 'America/Virgin';
951 $a->strings['America/Whitehorse'] = 'America/Whitehorse';
952 $a->strings['America/Winnipeg'] = 'America/Winnipeg';
953 $a->strings['America/Yakutat'] = 'America/Yakutat';
954 $a->strings['America/Yellowknife'] = 'America/Yellowknife';
955 $a->strings['Antarctica/Casey'] = 'Antarctica/Casey';
956 $a->strings['Antarctica/Davis'] = 'Antarctica/Davis';
957 $a->strings['Antarctica/DumontDUrville'] = 'Antarctica/DumontDUrville';
958 $a->strings['Antarctica/Mawson'] = 'Antarctica/Mawson';
959 $a->strings['Antarctica/McMurdo'] = 'Antarctica/McMurdo';
960 $a->strings['Antarctica/Palmer'] = 'Antarctica/Palmer';
961 $a->strings['Antarctica/Rothera'] = 'Antarctica/Rothera';
962 $a->strings['Antarctica/South_Pole'] = 'Antarctica/South_Pole';
963 $a->strings['Antarctica/Syowa'] = 'Antarctica/Syowa';
964 $a->strings['Antarctica/Vostok'] = 'Antarctica/Vostok';
965 $a->strings['Arctic/Longyearbyen'] = 'Arctic/Longyearbyen';
966 $a->strings['Asia/Aden'] = 'Asia/Aden';
967 $a->strings['Asia/Almaty'] = 'Asia/Almaty';
968 $a->strings['Asia/Amman'] = 'Asia/Amman';
969 $a->strings['Asia/Anadyr'] = 'Asia/Anadyr';
970 $a->strings['Asia/Aqtau'] = 'Asia/Aqtau';
971 $a->strings['Asia/Aqtobe'] = 'Asia/Aqtobe';
972 $a->strings['Asia/Ashgabat'] = 'Asia/Ashgabat';
973 $a->strings['Asia/Ashkhabad'] = 'Asia/Ashkhabad';
974 $a->strings['Asia/Baghdad'] = 'Asia/Baghdad';
975 $a->strings['Asia/Bahrain'] = 'Asia/Bahrain';
976 $a->strings['Asia/Baku'] = 'Asia/Baku';
977 $a->strings['Asia/Bangkok'] = 'Asia/Bangkok';
978 $a->strings['Asia/Beirut'] = 'Asia/Beirut';
979 $a->strings['Asia/Bishkek'] = 'Asia/Bishkek';
980 $a->strings['Asia/Brunei'] = 'Asia/Brunei';
981 $a->strings['Asia/Calcutta'] = 'Asia/Calcutta';
982 $a->strings['Asia/Choibalsan'] = 'Asia/Choibalsan';
983 $a->strings['Asia/Chongqing'] = 'Asia/Chongqing';
984 $a->strings['Asia/Chungking'] = 'Asia/Chungking';
985 $a->strings['Asia/Colombo'] = 'Asia/Colombo';
986 $a->strings['Asia/Dacca'] = 'Asia/Dacca';
987 $a->strings['Asia/Damascus'] = 'Asia/Damascus';
988 $a->strings['Asia/Dhaka'] = 'Asia/Dhaka';
989 $a->strings['Asia/Dili'] = 'Asia/Dili';
990 $a->strings['Asia/Dubai'] = 'Asia/Dubai';
991 $a->strings['Asia/Dushanbe'] = 'Asia/Dushanbe';
992 $a->strings['Asia/Gaza'] = 'Asia/Gaza';
993 $a->strings['Asia/Harbin'] = 'Asia/Harbin';
994 $a->strings['Asia/Ho_Chi_Minh'] = 'Asia/Ho_Chi_Minh';
995 $a->strings['Asia/Hong_Kong'] = 'Asia/Hong_Kong';
996 $a->strings['Asia/Hovd'] = 'Asia/Hovd';
997 $a->strings['Asia/Irkutsk'] = 'Asia/Irkutsk';
998 $a->strings['Asia/Istanbul'] = 'Asia/Istanbul';
999 $a->strings['Asia/Jakarta'] = 'Asia/Jakarta';
1000 $a->strings['Asia/Jayapura'] = 'Asia/Jayapura';
1001 $a->strings['Asia/Jerusalem'] = 'Asia/Jerusalem';
1002 $a->strings['Asia/Kabul'] = 'Asia/Kabul';
1003 $a->strings['Asia/Kamchatka'] = 'Asia/Kamchatka';
1004 $a->strings['Asia/Karachi'] = 'Asia/Karachi';
1005 $a->strings['Asia/Kashgar'] = 'Asia/Kashgar';
1006 $a->strings['Asia/Kathmandu'] = 'Asia/Kathmandu';
1007 $a->strings['Asia/Katmandu'] = 'Asia/Katmandu';
1008 $a->strings['Asia/Kolkata'] = 'Asia/Kolkata';
1009 $a->strings['Asia/Krasnoyarsk'] = 'Asia/Krasnoyarsk';
1010 $a->strings['Asia/Kuala_Lumpur'] = 'Asia/Kuala_Lumpur';
1011 $a->strings['Asia/Kuching'] = 'Asia/Kuching';
1012 $a->strings['Asia/Kuwait'] = 'Asia/Kuwait';
1013 $a->strings['Asia/Macao'] = 'Asia/Macao';
1014 $a->strings['Asia/Macau'] = 'Asia/Macau';
1015 $a->strings['Asia/Magadan'] = 'Asia/Magadan';
1016 $a->strings['Asia/Makassar'] = 'Asia/Makassar';
1017 $a->strings['Asia/Manila'] = 'Asia/Manila';
1018 $a->strings['Asia/Muscat'] = 'Asia/Muscat';
1019 $a->strings['Asia/Nicosia'] = 'Asia/Nicosia';
1020 $a->strings['Asia/Novosibirsk'] = 'Asia/Novosibirsk';
1021 $a->strings['Asia/Omsk'] = 'Asia/Omsk';
1022 $a->strings['Asia/Oral'] = 'Asia/Oral';
1023 $a->strings['Asia/Phnom_Penh'] = 'Asia/Phnom_Penh';
1024 $a->strings['Asia/Pontianak'] = 'Asia/Pontianak';
1025 $a->strings['Asia/Pyongyang'] = 'Asia/Pyongyang';
1026 $a->strings['Asia/Qatar'] = 'Asia/Qatar';
1027 $a->strings['Asia/Qyzylorda'] = 'Asia/Qyzylorda';
1028 $a->strings['Asia/Rangoon'] = 'Asia/Rangoon';
1029 $a->strings['Asia/Riyadh'] = 'Asia/Riyadh';
1030 $a->strings['Asia/Saigon'] = 'Asia/Saigon';
1031 $a->strings['Asia/Sakhalin'] = 'Asia/Sakhalin';
1032 $a->strings['Asia/Samarkand'] = 'Asia/Samarkand';
1033 $a->strings['Asia/Seoul'] = 'Asia/Seoul';
1034 $a->strings['Asia/Shanghai'] = 'Asia/Shanghai';
1035 $a->strings['Asia/Singapore'] = 'Asia/Singapore';
1036 $a->strings['Asia/Taipei'] = 'Asia/Taipei';
1037 $a->strings['Asia/Tashkent'] = 'Asia/Tashkent';
1038 $a->strings['Asia/Tbilisi'] = 'Asia/Tbilisi';
1039 $a->strings['Asia/Tehran'] = 'Asia/Tehran';
1040 $a->strings['Asia/Tel_Aviv'] = 'Asia/Tel_Aviv';
1041 $a->strings['Asia/Thimbu'] = 'Asia/Thimbu';
1042 $a->strings['Asia/Thimphu'] = 'Asia/Thimphu';
1043 $a->strings['Asia/Tokyo'] = 'Asia/Tokyo';
1044 $a->strings['Asia/Ujung_Pandang'] = 'Asia/Ujung_Pandang';
1045 $a->strings['Asia/Ulaanbaatar'] = 'Asia/Ulaanbaatar';
1046 $a->strings['Asia/Ulan_Bator'] = 'Asia/Ulan_Bator';
1047 $a->strings['Asia/Urumqi'] = 'Asia/Urumqi';
1048 $a->strings['Asia/Vientiane'] = 'Asia/Vientiane';
1049 $a->strings['Asia/Vladivostok'] = 'Asia/Vladivostok';
1050 $a->strings['Asia/Yakutsk'] = 'Asia/Yakutsk';
1051 $a->strings['Asia/Yekaterinburg'] = 'Asia/Yekaterinburg';
1052 $a->strings['Asia/Yerevan'] = 'Asia/Yerevan';
1053 $a->strings['Atlantic/Azores'] = 'Atlantic/Azores';
1054 $a->strings['Atlantic/Bermuda'] = 'Atlantic/Bermuda';
1055 $a->strings['Atlantic/Canary'] = 'Atlantic/Canary';
1056 $a->strings['Atlantic/Cape_Verde'] = 'Atlantic/Cape_Verde';
1057 $a->strings['Atlantic/Faeroe'] = 'Atlantic/Faeroe';
1058 $a->strings['Atlantic/Faroe'] = 'Atlantic/Faroe';
1059 $a->strings['Atlantic/Jan_Mayen'] = 'Atlantic/Jan_Mayen';
1060 $a->strings['Atlantic/Madeira'] = 'Atlantic/Madeira';
1061 $a->strings['Atlantic/Reykjavik'] = 'Atlantic/Reykjavik';
1062 $a->strings['Atlantic/South_Georgia'] = 'Atlantic/South_Georgia';
1063 $a->strings['Atlantic/St_Helena'] = 'Atlantic/St_Helena';
1064 $a->strings['Atlantic/Stanley'] = 'Atlantic/Stanley';
1065 $a->strings['Australia/ACT'] = 'Australia/ACT';
1066 $a->strings['Australia/Adelaide'] = 'Australia/Adelaide';
1067 $a->strings['Australia/Brisbane'] = 'Australia/Brisbane';
1068 $a->strings['Australia/Broken_Hill'] = 'Australia/Broken_Hill';
1069 $a->strings['Australia/Canberra'] = 'Australia/Canberra';
1070 $a->strings['Australia/Currie'] = 'Australia/Currie';
1071 $a->strings['Australia/Darwin'] = 'Australia/Darwin';
1072 $a->strings['Australia/Eucla'] = 'Australia/Eucla';
1073 $a->strings['Australia/Hobart'] = 'Australia/Hobart';
1074 $a->strings['Australia/LHI'] = 'Australia/LHI';
1075 $a->strings['Australia/Lindeman'] = 'Australia/Lindeman';
1076 $a->strings['Australia/Lord_Howe'] = 'Australia/Lord_Howe';
1077 $a->strings['Australia/Melbourne'] = 'Australia/Melbourne';
1078 $a->strings['Australia/North'] = 'Australia/North';
1079 $a->strings['Australia/NSW'] = 'Australia/NSW';
1080 $a->strings['Australia/Perth'] = 'Australia/Perth';
1081 $a->strings['Australia/Queensland'] = 'Australia/Queensland';
1082 $a->strings['Australia/South'] = 'Australia/South';
1083 $a->strings['Australia/Sydney'] = 'Australia/Sydney';
1084 $a->strings['Australia/Tasmania'] = 'Australia/Tasmania';
1085 $a->strings['Australia/Victoria'] = 'Australia/Victoria';
1086 $a->strings['Australia/West'] = 'Australia/West';
1087 $a->strings['Australia/Yancowinna'] = 'Australia/Yancowinna';
1088 $a->strings['Brazil/Acre'] = 'Brazil/Acre';
1089 $a->strings['Brazil/DeNoronha'] = 'Brazil/DeNoronha';
1090 $a->strings['Brazil/East'] = 'Brazil/East';
1091 $a->strings['Brazil/West'] = 'Brazil/West';
1092 $a->strings['Canada/Atlantic'] = 'Canada/Atlantic';
1093 $a->strings['Canada/Central'] = 'Canada/Central';
1094 $a->strings['Canada/East-Saskatchewan'] = 'Canada/East-Saskatchewan';
1095 $a->strings['Canada/Eastern'] = 'Canada/Eastern';
1096 $a->strings['Canada/Mountain'] = 'Canada/Mountain';
1097 $a->strings['Canada/Newfoundland'] = 'Canada/Newfoundland';
1098 $a->strings['Canada/Pacific'] = 'Canada/Pacific';
1099 $a->strings['Canada/Saskatchewan'] = 'Canada/Saskatchewan';
1100 $a->strings['Canada/Yukon'] = 'Canada/Yukon';
1101 $a->strings['CET'] = 'CET';
1102 $a->strings['Chile/Continental'] = 'Chile/Continental';
1103 $a->strings['Chile/EasterIsland'] = 'Chile/EasterIsland';
1104 $a->strings['CST6CDT'] = 'CST6CDT';
1105 $a->strings['Cuba'] = 'Cuba';
1106 $a->strings['EET'] = 'EET';
1107 $a->strings['Egypt'] = 'Egypt';
1108 $a->strings['Eire'] = 'Eire';
1109 $a->strings['EST'] = 'EST';
1110 $a->strings['EST5EDT'] = 'EST5EDT';
1111 $a->strings['Etc/GMT'] = 'Etc/GMT';
1112 $a->strings['Etc/GMT+0'] = 'Etc/GMT+0';
1113 $a->strings['Etc/GMT+1'] = 'Etc/GMT+1';
1114 $a->strings['Etc/GMT+10'] = 'Etc/GMT+10';
1115 $a->strings['Etc/GMT+11'] = 'Etc/GMT+11';
1116 $a->strings['Etc/GMT+12'] = 'Etc/GMT+12';
1117 $a->strings['Etc/GMT+2'] = 'Etc/GMT+2';
1118 $a->strings['Etc/GMT+3'] = 'Etc/GMT+3';
1119 $a->strings['Etc/GMT+4'] = 'Etc/GMT+4';
1120 $a->strings['Etc/GMT+5'] = 'Etc/GMT+5';
1121 $a->strings['Etc/GMT+6'] = 'Etc/GMT+6';
1122 $a->strings['Etc/GMT+7'] = 'Etc/GMT+7';
1123 $a->strings['Etc/GMT+8'] = 'Etc/GMT+8';
1124 $a->strings['Etc/GMT+9'] = 'Etc/GMT+9';
1125 $a->strings['Etc/GMT-0'] = 'Etc/GMT-0';
1126 $a->strings['Etc/GMT-1'] = 'Etc/GMT-1';
1127 $a->strings['Etc/GMT-10'] = 'Etc/GMT-10';
1128 $a->strings['Etc/GMT-11'] = 'Etc/GMT-11';
1129 $a->strings['Etc/GMT-12'] = 'Etc/GMT-12';
1130 $a->strings['Etc/GMT-13'] = 'Etc/GMT-13';
1131 $a->strings['Etc/GMT-14'] = 'Etc/GMT-14';
1132 $a->strings['Etc/GMT-2'] = 'Etc/GMT-2';
1133 $a->strings['Etc/GMT-3'] = 'Etc/GMT-3';
1134 $a->strings['Etc/GMT-4'] = 'Etc/GMT-4';
1135 $a->strings['Etc/GMT-5'] = 'Etc/GMT-5';
1136 $a->strings['Etc/GMT-6'] = 'Etc/GMT-6';
1137 $a->strings['Etc/GMT-7'] = 'Etc/GMT-7';
1138 $a->strings['Etc/GMT-8'] = 'Etc/GMT-8';
1139 $a->strings['Etc/GMT-9'] = 'Etc/GMT-9';
1140 $a->strings['Etc/GMT0'] = 'Etc/GMT0';
1141 $a->strings['Etc/Greenwich'] = 'Etc/Greenwich';
1142 $a->strings['Etc/UCT'] = 'Etc/UCT';
1143 $a->strings['Etc/Universal'] = 'Etc/Universal';
1144 $a->strings['Etc/UTC'] = 'Etc/UTC';
1145 $a->strings['Etc/Zulu'] = 'Etc/Zulu';
1146 $a->strings['Europe/Amsterdam'] = 'Europe/Amsterdam';
1147 $a->strings['Europe/Andorra'] = 'Europe/Andorra';
1148 $a->strings['Europe/Athens'] = 'Europe/Athens';
1149 $a->strings['Europe/Belfast'] = 'Europe/Belfast';
1150 $a->strings['Europe/Belgrade'] = 'Europe/Belgrade';
1151 $a->strings['Europe/Berlin'] = 'Europe/Berlin';
1152 $a->strings['Europe/Bratislava'] = 'Europe/Bratislava';
1153 $a->strings['Europe/Brussels'] = 'Europe/Brussels';
1154 $a->strings['Europe/Bucharest'] = 'Europe/Bucharest';
1155 $a->strings['Europe/Budapest'] = 'Europe/Budapest';
1156 $a->strings['Europe/Chisinau'] = 'Europe/Chisinau';
1157 $a->strings['Europe/Copenhagen'] = 'Europe/Copenhagen';
1158 $a->strings['Europe/Dublin'] = 'Europe/Dublin';
1159 $a->strings['Europe/Gibraltar'] = 'Europe/Gibraltar';
1160 $a->strings['Europe/Guernsey'] = 'Europe/Guernsey';
1161 $a->strings['Europe/Helsinki'] = 'Europe/Helsinki';
1162 $a->strings['Europe/Isle_of_Man'] = 'Europe/Isle_of_Man';
1163 $a->strings['Europe/Istanbul'] = 'Europe/Istanbul';
1164 $a->strings['Europe/Jersey'] = 'Europe/Jersey';
1165 $a->strings['Europe/Kaliningrad'] = 'Europe/Kaliningrad';
1166 $a->strings['Europe/Kiev'] = 'Europe/Kiev';
1167 $a->strings['Europe/Lisbon'] = 'Europe/Lisbon';
1168 $a->strings['Europe/Ljubljana'] = 'Europe/Ljubljana';
1169 $a->strings['Europe/London'] = 'Europe/London';
1170 $a->strings['Europe/Luxembourg'] = 'Europe/Luxembourg';
1171 $a->strings['Europe/Madrid'] = 'Europe/Madrid';
1172 $a->strings['Europe/Malta'] = 'Europe/Malta';
1173 $a->strings['Europe/Mariehamn'] = 'Europe/Mariehamn';
1174 $a->strings['Europe/Minsk'] = 'Europe/Minsk';
1175 $a->strings['Europe/Monaco'] = 'Europe/Monaco';
1176 $a->strings['Europe/Moscow'] = 'Europe/Moscow';
1177 $a->strings['Europe/Nicosia'] = 'Europe/Nicosia';
1178 $a->strings['Europe/Oslo'] = 'Europe/Oslo';
1179 $a->strings['Europe/Paris'] = 'Europe/Paris';
1180 $a->strings['Europe/Podgorica'] = 'Europe/Podgorica';
1181 $a->strings['Europe/Prague'] = 'Europe/Prague';
1182 $a->strings['Europe/Riga'] = 'Europe/Riga';
1183 $a->strings['Europe/Rome'] = 'Europe/Rome';
1184 $a->strings['Europe/Samara'] = 'Europe/Samara';
1185 $a->strings['Europe/San_Marino'] = 'Europe/San_Marino';
1186 $a->strings['Europe/Sarajevo'] = 'Europe/Sarajevo';
1187 $a->strings['Europe/Simferopol'] = 'Europe/Simferopol';
1188 $a->strings['Europe/Skopje'] = 'Europe/Skopje';
1189 $a->strings['Europe/Sofia'] = 'Europe/Sofia';
1190 $a->strings['Europe/Stockholm'] = 'Europe/Stockholm';
1191 $a->strings['Europe/Tallinn'] = 'Europe/Tallinn';
1192 $a->strings['Europe/Tirane'] = 'Europe/Tirane';
1193 $a->strings['Europe/Tiraspol'] = 'Europe/Tiraspol';
1194 $a->strings['Europe/Uzhgorod'] = 'Europe/Uzhgorod';
1195 $a->strings['Europe/Vaduz'] = 'Europe/Vaduz';
1196 $a->strings['Europe/Vatican'] = 'Europe/Vatican';
1197 $a->strings['Europe/Vienna'] = 'Europe/Vienna';
1198 $a->strings['Europe/Vilnius'] = 'Europe/Vilnius';
1199 $a->strings['Europe/Volgograd'] = 'Europe/Volgograd';
1200 $a->strings['Europe/Warsaw'] = 'Europe/Warsaw';
1201 $a->strings['Europe/Zagreb'] = 'Europe/Zagreb';
1202 $a->strings['Europe/Zaporozhye'] = 'Europe/Zaporozhye';
1203 $a->strings['Europe/Zurich'] = 'Europe/Zurich';
1204 $a->strings['Factory'] = 'Factory';
1205 $a->strings['GB'] = 'GB';
1206 $a->strings['GB-Eire'] = 'GB-Eire';
1207 $a->strings['GMT'] = 'GMT';
1208 $a->strings['GMT+0'] = 'GMT+0';
1209 $a->strings['GMT-0'] = 'GMT-0';
1210 $a->strings['GMT0'] = 'GMT0';
1211 $a->strings['Greenwich'] = 'Greenwich';
1212 $a->strings['Hongkong'] = 'Hongkong';
1213 $a->strings['HST'] = 'HST';
1214 $a->strings['Iceland'] = 'Iceland';
1215 $a->strings['Indian/Antananarivo'] = 'Indian/Antananarivo';
1216 $a->strings['Indian/Chagos'] = 'Indian/Chagos';
1217 $a->strings['Indian/Christmas'] = 'Indian/Christmas';
1218 $a->strings['Indian/Cocos'] = 'Indian/Cocos';
1219 $a->strings['Indian/Comoro'] = 'Indian/Comoro';
1220 $a->strings['Indian/Kerguelen'] = 'Indian/Kerguelen';
1221 $a->strings['Indian/Mahe'] = 'Indian/Mahe';
1222 $a->strings['Indian/Maldives'] = 'Indian/Maldives';
1223 $a->strings['Indian/Mauritius'] = 'Indian/Mauritius';
1224 $a->strings['Indian/Mayotte'] = 'Indian/Mayotte';
1225 $a->strings['Indian/Reunion'] = 'Indian/Reunion';
1226 $a->strings['Iran'] = 'Iran';
1227 $a->strings['Israel'] = 'Israel';
1228 $a->strings['Jamaica'] = 'Jamaica';
1229 $a->strings['Japan'] = 'Japan';
1230 $a->strings['Kwajalein'] = 'Kwajalein';
1231 $a->strings['Libya'] = 'Libya';
1232 $a->strings['MET'] = 'MET';
1233 $a->strings['Mexico/BajaNorte'] = 'Mexico/BajaNorte';
1234 $a->strings['Mexico/BajaSur'] = 'Mexico/BajaSur';
1235 $a->strings['Mexico/General'] = 'Mexico/General';
1236 $a->strings['MST'] = 'MST';
1237 $a->strings['MST7MDT'] = 'MST7MDT';
1238 $a->strings['Navajo'] = 'Navajo';
1239 $a->strings['NZ'] = 'NZ';
1240 $a->strings['NZ-CHAT'] = 'NZ-CHAT';
1241 $a->strings['Pacific/Apia'] = 'Pacific/Apia';
1242 $a->strings['Pacific/Auckland'] = 'Pacific/Auckland';
1243 $a->strings['Pacific/Chatham'] = 'Pacific/Chatham';
1244 $a->strings['Pacific/Easter'] = 'Pacific/Easter';
1245 $a->strings['Pacific/Efate'] = 'Pacific/Efate';
1246 $a->strings['Pacific/Enderbury'] = 'Pacific/Enderbury';
1247 $a->strings['Pacific/Fakaofo'] = 'Pacific/Fakaofo';
1248 $a->strings['Pacific/Fiji'] = 'Pacific/Fiji';
1249 $a->strings['Pacific/Funafuti'] = 'Pacific/Funafuti';
1250 $a->strings['Pacific/Galapagos'] = 'Pacific/Galapagos';
1251 $a->strings['Pacific/Gambier'] = 'Pacific/Gambier';
1252 $a->strings['Pacific/Guadalcanal'] = 'Pacific/Guadalcanal';
1253 $a->strings['Pacific/Guam'] = 'Pacific/Guam';
1254 $a->strings['Pacific/Honolulu'] = 'Pacific/Honolulu';
1255 $a->strings['Pacific/Johnston'] = 'Pacific/Johnston';
1256 $a->strings['Pacific/Kiritimati'] = 'Pacific/Kiritimati';
1257 $a->strings['Pacific/Kosrae'] = 'Pacific/Kosrae';
1258 $a->strings['Pacific/Kwajalein'] = 'Pacific/Kwajalein';
1259 $a->strings['Pacific/Majuro'] = 'Pacific/Majuro';
1260 $a->strings['Pacific/Marquesas'] = 'Pacific/Marquesas';
1261 $a->strings['Pacific/Midway'] = 'Pacific/Midway';
1262 $a->strings['Pacific/Nauru'] = 'Pacific/Nauru';
1263 $a->strings['Pacific/Niue'] = 'Pacific/Niue';
1264 $a->strings['Pacific/Norfolk'] = 'Pacific/Norfolk';
1265 $a->strings['Pacific/Noumea'] = 'Pacific/Noumea';
1266 $a->strings['Pacific/Pago_Pago'] = 'Pacific/Pago_Pago';
1267 $a->strings['Pacific/Palau'] = 'Pacific/Palau';
1268 $a->strings['Pacific/Pitcairn'] = 'Pacific/Pitcairn';
1269 $a->strings['Pacific/Ponape'] = 'Pacific/Ponape';
1270 $a->strings['Pacific/Port_Moresby'] = 'Pacific/Port_Moresby';
1271 $a->strings['Pacific/Rarotonga'] = 'Pacific/Rarotonga';
1272 $a->strings['Pacific/Saipan'] = 'Pacific/Saipan';
1273 $a->strings['Pacific/Samoa'] = 'Pacific/Samoa';
1274 $a->strings['Pacific/Tahiti'] = 'Pacific/Tahiti';
1275 $a->strings['Pacific/Tarawa'] = 'Pacific/Tarawa';
1276 $a->strings['Pacific/Tongatapu'] = 'Pacific/Tongatapu';
1277 $a->strings['Pacific/Truk'] = 'Pacific/Truk';
1278 $a->strings['Pacific/Wake'] = 'Pacific/Wake';
1279 $a->strings['Pacific/Wallis'] = 'Pacific/Wallis';
1280 $a->strings['Pacific/Yap'] = 'Pacific/Yap';
1281 $a->strings['Poland'] = 'Poland';
1282 $a->strings['Portugal'] = 'Portugal';
1283 $a->strings['PRC'] = 'PRC';
1284 $a->strings['PST8PDT'] = 'PST8PDT';
1285 $a->strings['ROC'] = 'ROC';
1286 $a->strings['ROK'] = 'ROK';
1287 $a->strings['Singapore'] = 'Singapore';
1288 $a->strings['Turkey'] = 'Turkey';
1289 $a->strings['UCT'] = 'UCT';
1290 $a->strings['Universal'] = 'Universal';
1291 $a->strings['US/Alaska'] = 'US/Alaska';
1292 $a->strings['US/Aleutian'] = 'US/Aleutian';
1293 $a->strings['US/Arizona'] = 'US/Arizona';
1294 $a->strings['US/Central'] = 'US/Central';
1295 $a->strings['US/East-Indiana'] = 'US/East-Indiana';
1296 $a->strings['US/Eastern'] = 'US/Eastern';
1297 $a->strings['US/Hawaii'] = 'US/Hawaii';
1298 $a->strings['US/Indiana-Starke'] = 'US/Indiana-Starke';
1299 $a->strings['US/Michigan'] = 'US/Michigan';
1300 $a->strings['US/Mountain'] = 'US/Mountain';
1301 $a->strings['US/Pacific'] = 'US/Pacific';
1302 $a->strings['US/Pacific-New'] = 'US/Pacific-New';
1303 $a->strings['US/Samoa'] = 'US/Samoa';
1304 $a->strings['UTC'] = 'UTC';
1305 $a->strings['W-SU'] = 'W-SU';
1306 $a->strings['WET'] = 'WET';
1307 $a->strings['Zulu'] = 'Zulu';