]> git.mxchange.org Git - friendica.git/blob - view/de/strings.php
allow changing album name in photo edit page
[friendica.git] / view / de / strings.php
1 <?php
2 $a->strings['Not Found'] = 'Nicht gefunden';
3 $a->strings['Page not found.' ] = 'Seite nicht gefunden.' ;
4 $a->strings['Permission denied'] = 'Zugriff verweigert';
5 $a->strings['Permission denied.'] = 'Zugriff verweigert.';
6 $a->strings['Nickname or Email address: '] = 'Spitzname oder Email-Adresse: ';
7 $a->strings['Password: '] = 'Passwort: ';
8 $a->strings['Login'] = 'Anmeldung';
9 $a->strings['Nickname/Email/OpenID: '] = 'Spitzname/Email/OpenID: ';
10 $a->strings["Password \x28if not OpenID\x29: "] = "Passwort \x28falls nicht OpenID\x29: ";
11 $a->strings['Forgot your password?'] = 'Passwort vergessen?';
12 $a->strings['Password Reset'] = 'Passwort zurücksetzen';
13 $a->strings['prev'] = 'vorige';
14 $a->strings['first'] = 'erste';
15 $a->strings['last'] = 'letzte';
16 $a->strings['next'] = 'nächste';
17 $a->strings[' likes this.'] = ' mag dies.';
18 $a->strings[' doesn\'t like this.'] = ' mag dies nicht.';
19 $a->strings['people'] = 'Leute';
20 $a->strings['like this.'] = 'mögen dies.';
21 $a->strings['don\'t like this.'] = 'mögen dies nicht.';
22 $a->strings['and'] = 'und';
23 $a->strings[', and '] = ' und ';
24 $a->strings[' other people'] = ' andere Leute';
25 $a->strings[' like this.'] = ' mögen dies.';
26 $a->strings[' don\'t like this.'] = ' mögen dies nicht.';
27 $a->strings['No contacts'] = 'Keine Kontakte';
28 $a->strings['Contacts'] = 'Kontakte';
29 $a->strings['View Contacts'] = 'Kontakte anzeigen';
30 $a->strings['Search'] = 'Suche';
31 $a->strings['No profile'] = 'Kein Profil';
32 $a->strings['Connect'] = 'Verbinden';
33 $a->strings['Location:'] = 'Ort:';
34 $a->strings[', '] = ', ';
35 $a->strings['Gender:'] = 'Geschlecht:';
36 $a->strings['Status:'] = 'Status:';
37 $a->strings['Homepage:'] = 'Homepage:';
38 $a->strings['Monday'] = 'Montag';
39 $a->strings['Tuesday'] = 'Dienstag';
40 $a->strings['Wednesday'] = 'Mittwoch';
41 $a->strings['Thursday'] = 'Donnerstag';
42 $a->strings['Friday'] = 'Freitag';
43 $a->strings['Saturday'] = 'Samstag';
44 $a->strings['Sunday'] = 'Sonntag';
45 $a->strings['January'] = 'Januar';
46 $a->strings['February'] = 'Februar';
47 $a->strings['March'] = 'März';
48 $a->strings['April'] = 'April';
49 $a->strings['May'] = 'Mai';
50 $a->strings['June'] = 'Juni';
51 $a->strings['July'] = 'Juli';
52 $a->strings['August'] = 'August';
53 $a->strings['September'] = 'September';
54 $a->strings['October'] = 'Oktober';
55 $a->strings['November'] = 'November';
56 $a->strings['December'] = 'Dezember';
57 $a->strings['Birthdays this week:'] = 'Geburtstage diese Woche:';
58 $a->strings["\x28Adjusted for local time\x29"] = "\x28an die lokale Zeit angepasst\x29";
59 $a->strings['[today]'] = '[heute]';
60 $a->strings["Invite Friends"] = "Freunde einladen";
61 $a->strings['Connect/Follow [profile address]'] = 'Kontaktiere/Folge [Profil Adresse]';
62 $a->strings['Example: bob@example.com, http://example.com/barbara'] = 'Beispiel: bob@example.com, http://example.com/barbara';
63 $a->strings['Follow'] = 'Folge';
64 $a->strings['Could not access contact record.'] = 'Konnte nicht auf die Kontaktdaten zugreifen.';
65 $a->strings['Could not locate selected profile.'] = 'Konnte das ausgewählte Profiel nicht finden.';
66 $a->strings['Contact updated.'] = 'Kontakt aktualisiert.';
67 $a->strings['Failed to update contact record.'] = 'Aktualisierung der Kontaktdaten fehlgeschlagen.';
68 $a->strings['Contact has been '] = 'Kontakt ';
69 $a->strings['blocked'] = 'wurde blockiert';
70 $a->strings['unblocked'] = 'ist nicht mehr blockiert';
71 $a->strings['ignored'] = 'wurde ignoriert';
72 $a->strings['unignored'] = 'wird nicht mehr ignoriert';
73 $a->strings['stopped following'] = 'wird nicht mehr gefolgt';
74 $a->strings['Contact has been removed.'] = 'Kontakt wurde entfernt.';
75 $a->strings['Contact not found.'] = 'Kontakt nicht gefunden.';
76 $a->strings['Mutual Friendship'] = 'Beidseitige Freundschaft';
77 $a->strings['is a fan of yours'] = 'ist ein Fan von dir';
78 $a->strings['you are a fan of'] = 'du bist Fan von';
79 $a->strings['Contact Editor'] = 'Kontakt Editor';
80 $a->strings['Visit $name\'s profile'] = 'Besuche das Profil von $name';
81 $a->strings['Block/Unblock contact'] = 'Kontakt blockieren/freischalten';
82 $a->strings['Ignore contact'] = 'Ignoriere den Kontakt';
83 $a->strings['Delete contact'] = 'Lösche den Kontakt';
84 $a->strings['Last updated: '] = 'Letzte Aktualisierung: ';
85 $a->strings['Update public posts: '] = 'Aktualisierung öffentlicher Nachrichten: ';
86 $a->strings['Never'] = 'Niemals';
87 $a->strings['Update now'] = 'Jetzt aktualisieren';
88 $a->strings['Unblock this contact'] = 'Blockade dieses Kontakts aufheben';
89 $a->strings['Block this contact'] = 'Diesen Kontakt blockieren';
90 $a->strings['Unignore this contact'] = 'Diesen Kontakt nicht mehr ignorieren';
91 $a->strings['Ignore this contact'] = 'Diesen Kontakt ignorieren';
92 $a->strings['Currently blocked'] = 'Derzeit geblockt';
93 $a->strings['Currently ignored'] = 'Derzeit ignoriert';
94 $a->strings['Show Blocked Connections'] = 'Zeige geblockte Verbindungen';
95 $a->strings['Hide Blocked Connections'] = 'Verstecke geblockte Verbindungen';
96 $a->strings['Finding: '] = 'Funde: ';
97 $a->strings['Find'] = 'Finde';
98 $a->strings['Visit '] = 'Besuche ';
99 $a->strings['\'s profile'] = 's Profile';
100 $a->strings['Edit contact'] = 'Kontakt bearbeiten';
101 $a->strings['Profile not found.'] = 'Profil nicht gefunden.';
102 $a->strings['Response from remote site was not understood.'] = 'Antwort der entfernten Gegenstelle unverständlich.';
103 $a->strings['Unexpected response from remote site: '] = 'Unerwartete Antwort der Gegenstelle: ';
104 $a->strings["Confirmation completed successfully."] = "Bestätigung erfolgreich abgeschlossen.";
105 $a->strings['Remote site reported: '] = 'Entfernte Seite meldet: ';
106 $a->strings["Temporary failure. Please wait and try again."] = "Zeitweiser Fehler. Bitte warte einige Momente und versuche es dann noch einmal.";
107 $a->strings["Introduction failed or was revoked."] = "Vorstellung schlug fehl oder wurde zurück gezogen.";
108 $a->strings['Unable to set contact photo.'] = 'Konnte das Bild des Kontakts nicht speichern.';
109 $a->strings['is now friends with'] = 'ist jetzt ein(e) Freund(in) von';
110 $a->strings['No user record found for '] = 'Kein Nutzereintrag gefunden für ';
111 $a->strings['Our site encryption key is apparently messed up.'] = 'Der Verschlüsslungsschlüssel unserer Seite ist anscheinend im Arsch.';
112 $a->strings['Empty site URL was provided or URL could not be decrypted by us.'] = 'Leere URL für die Seite erhalten oder die URL konnte nicht entschlüsselt werden.';
113 $a->strings['Contact record was not found for you on our site.'] = 'Für diesen Kontakt wurde auf unserer Seite kein Eintrag gefunden.';
114 $a->strings['The ID provided by your system is a duplicate on our system. It should work if you try again.'] = 'Die ID die uns dein System angeboten hat ist hier bereits vergeben. Bitte versuche es noch einmal.';
115 $a->strings['Unable to set your contact credentials on our system.'] = 'Deine Kontaktreferenzen konnten nicht in unserm System gespeichert werden.';
116 $a->strings['Unable to update your contact profile details on our system'] = 'Die Updates für dein Profil konnten nicht gespeichert werden';
117 $a->strings["Connection accepted at "] = "Connection accepted at ";
118 $a->strings['Administrator'] = 'Administrator';
119 $a->strings['New mail received at '] = 'New mail received at ';
120 $a->strings[' commented on an item at '] = ' commented on an item at ';
121 $a->strings[" commented on an item at "] = " commented on an item at ";
122 $a->strings[' welcomes '] = ' welcomes ';
123 $a->strings["This introduction has already been accepted."] = "Diese Vorstellung wurde bereits abgeschlossen.";
124 $a->strings['Profile location is not valid or does not contain profile information.'] = 'Profile location is not valid or does not contain profile information.';
125 $a->strings['Warning: profile location has no identifiable owner name.'] = 'Warning: profile location has no identifiable owner name.';
126 $a->strings['Warning: profile location has no profile photo.'] = 'Warning: profile location has no profile photo.';
127 $a->strings[' required parameter'] = ' required parameter';
128 $a->strings[" was "] = " was ";
129 $a->strings["s were "] = "s were ";
130 $a->strings["not found at the given location."] = "not found at the given location.";
131 $a->strings["Introduction complete."] = "Vorstellung abgeschlossen.";
132 $a->strings['Unrecoverable protocol error.'] = 'Nicht behebbarer Protokollfehler.';
133 $a->strings['Profile unavailable.'] = 'Profil nicht verfügbar.';
134 $a->strings[' has received too many connection requests today.'] = ' hat heute zu viele Nachfragen zwecks Kontaktaufnahme erhalten.';
135 $a->strings['Spam protection measures have been invoked.'] = 'Maßnahmen zum Spamschutz wurden ergriffen.';
136 $a->strings['Friends are advised to please try again in 24 hours.'] = 'Freunde sind angehalten es in 24 Stunden erneut zu versuchen.';
137 $a->strings["Invalid locator"] = "Invalid locator";
138 $a->strings["Unable to resolve your name at the provided location."] = "Unable to resolve your name at the provided location.";
139 $a->strings['You have already introduced yourself here.'] = 'Du hast dich hier bereits vorgestellt.';
140 $a->strings['Apparently you are already friends with .'] = 'Offenbar bist du bereits ein Freund von ';
141 $a->strings['Invalid profile URL.'] = 'Ungültige Profil URL.';
142 $a->strings['Disallowed profile URL.'] = 'Nicht erlaubte Profil URL.';
143 $a->strings['Your introduction has been sent.'] = 'Deine Vorstellung wurde abgeschickt.';
144 $a->strings["Please login to confirm introduction."] = "Bitte melde dich an um die Vorstellung zu bestätigen.";
145 $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.";
146 $a->strings['[Name Withheld]'] = '[Name Zurückgehalten]';
147 $a->strings['Friend/Connection Request'] = 'Freundschafts/Kontakt Anfrage';
148 $a->strings['Please answer the following:'] = 'Bitte beantworte folgende Fragen:';
149 $a->strings['Does $name know you?'] = 'Kennt $name dich?';
150 $a->strings['Yes'] = 'Ja';
151 $a->strings['No'] = 'Nein';
152 $a->strings['Add a personal note:'] = 'Eine persönliche Notiz anfügen:';
153 $a->strings['Please enter your profile address from one of the following supported social networks:'] = 'Bitte gib deine Profil Adresse von einem der unterstützten Sozialen Netzwerken an:';
154 $a->strings['Friendika'] = 'Friendika';
155 $a->strings['StatusNet/Federated Social Web'] = 'StatusNet/Federated Social Web';
156 $a->strings["Private \x28secure\x29 network"] = "Privates \x28sicheres\x29 Netzwerk";
157 $a->strings["Public \x28insecure\x29 network"] = "Öffentliches \x28unsicheres\x29 Netzwerk";
158 $a->strings['Your profile address:'] = 'Deine Profiladresse:';
159 $a->strings['Submit Request'] = 'Anfrage abschicken';
160 $a->strings['Cancel'] = 'Abbrechen';
161 $a->strings['Global Directory'] = 'Weltweites Verzeichnis';
162 $a->strings['Item not found.'] = 'Eintrag nicht gefunden.';
163 $a->strings['Private Message'] = 'Private Nachricht';
164 $a->strings['This is you'] = 'Das bist du';
165 $a->strings['View $name\'s profile'] = 'Profile von $name';
166 $a->strings['Item has been removed.'] = 'Eintrag wurde entfernt.';
167 $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.';
168 $a->strings['The profile address specified does not provide adequate information.'] = 'Die angegebene Profiladresse liefert unzureichende Informationen.';
169 $a->strings['Limited profile. This person will be unable to receive direct/personal notifications from you.'] = 'Eingeschränktes Profil. Diese Person wird keine direkten/privaten Nachrichten von dir erhalten können.';
170 $a->strings['Unable to retrieve contact information.'] = 'Konnte die Kontaktinformationen nicht empfangen.';
171 $a->strings['following'] = 'folgen';
172 $a->strings['Group created.'] = 'Gruppe erstellt.';
173 $a->strings['Could not create group.'] = 'Konnte die Gruppe nicht erstellen.';
174 $a->strings['Group not found.'] = 'Gruppe nicht gefunden.';
175 $a->strings['Group name changed.'] = 'Gruppenname geändert.';
176 $a->strings['Membership list updated.'] = 'Mitgliedsliste aktualisiert.';
177 $a->strings['Group removed.'] = 'Gruppe entfernt.';
178 $a->strings['Unable to remove group.'] = 'Konnte die Gruppe nicht entfernen.';
179 $a->strings['Delete'] = 'Löschen';
180 $a->strings["Welcome to "] = "Willkommen zu ";
181 $a->strings['Could not create/connect to database.'] = 'Konnte die Verbindung zur Datenbank nicht aufbauen bzw. die Datenbank anlegen.';
182 $a->strings['Connected to database.'] = 'Mit der Datenbank verbunden.';
183 $a->strings['Database import succeeded.'] = 'Import der Datenbank erfolgreich.';
184 $a->strings['IMPORTANT: You will need to [manually] setup a scheduled task for the poller.'] = 'WICHTIG: Du musst [manuell] einen cron Job (o.ä.) für den Poller einrichten.';
185 $a->strings['Please see the file "INSTALL.txt".'] = 'Lies bitte die "INSTALL.txt".';
186 $a->strings['Database import failed.'] = 'Import der Datenbank schlug fehl.';
187 $a->strings['You may need to import the file "database.sql" manually using phpmyadmin or mysql.'] = 'Möglicherweise musst du die Datei "database.sql" manuell mit phpmyadmin oder mysql importieren.';
188 $a->strings['Welcome to Friendika.'] = 'Willkommen bei Friendika.';
189 $a->strings['Submit'] = 'Senden';
190 $a->strings['Could not find a command line version of PHP in the web server PATH.'] = 'Konnte keine Kommandozeilenversion von PHP im PATH des Servers finden.';
191 $a->strings['This is required. Please adjust the configuration file .htconfig.php accordingly.'] = 'Diese wird von Friendika benötigt. Bitte passe die Konfigurationsdatei .htconfig.php entsprechend an.';
192 $a->strings['The command line version of PHP on your system does not have "register_argc_argv" enabled.'] = 'Die Kommandozeilenversion von PHP auf deinem System hat "register_argc_argv" nicht aktiviert.';
193 $a->strings['This is required for message delivery to work.'] = 'Dies wird für die Auslieferung von Nachrichten benötigt.';
194 $a->strings['Error: the "openssl_pkey_new" function on this system is not able to generate encryption keys'] = 'Fehler: Die "openssl_pkey_new" Funktion auf diesem System ist nicht in der lage Verschlüsselungsschlüssel zu erzeugen';
195 $a->strings['If running under Windows, please see "http://www.php.net/manual/en/openssl.installation.php".'] = 'Wenn der Server unter Windows läuft, schau dir bitte "http://www.php.net/manual/en/openssl.installation.php" an.';
196 $a->strings['Error: Apache webserver mod-rewrite module is required but not installed.'] = 'Fehler: Das Apache Modul mod-rewrite wird benötigt, es ist allerdings nicht installiert.';
197 $a->strings['Error: libCURL PHP module required but not installed.'] = 'Fehler: Das libCURL PHP Modul wird benötigt ist aber nicht installiert.';
198 $a->strings['Error: GD graphics PHP module with JPEG support required but not installed.'] = 'Fehler: Das GD Graphikmodul für PHP mit JPEG Unterstützung ist nicht installiert.';
199 $a->strings['Error: openssl PHP module required but not installed.'] = 'Fehler: Das openssl Modul von PHP ist nict installiert.';
200 $a->strings['Error: mysqli PHP module required but not installed.'] = 'Fehler: Das mysqli Modul von PHP ist nicht installiert.';
201 $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.'] = 'Der Installationswizzard muss in der Lage sein eine Datei im Stammverzeichnis deines Webservers anzuliegen ist allerdings derzeit nicht in der Lage dies zu tun.';
202 $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.'] = 'In den meisten Fällen ist dies ein Problem mit den Schreibrechten, der Webserver könnte keine Schreiberlaubnis haben, selbst wenn du sie hast.';
203 $a->strings['Please check with your site documentation or support people to see if this situation can be corrected.'] = 'Bitte überprüfe die Einstellungen und frage im Zweifelsfall dein Support Team um diese Situations zu beheben.';
204 $a->strings['If not, you may be required to perform a manual installation. Please see the file "INSTALL.txt" for instructions.'] = 'Sollte dies nicht möglich sein musst du die Installation manuell durchführen. Lies dazu bitte in der Datei "INSTALL.txt".';
205 $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.'] = 'Die Konfigurationsdatei ".htconfig.php" konnte nicht angelegt werden. Bitte verwende den angefügten Text um die Datei im Stammverzeichnis deiner Friendika Installation zu erzeugen.';
206 $a->strings['Errors encountered creating database tables.'] = 'Fehler aufgetreten wärend der Erzeugung der Datenbank Tabellen.';
207 $a->strings[' : '] = ' : ';
208 $a->strings['Not a valid email address.'] = 'Keine gültige EMail Adresse.';
209 $a->strings['Please join my network on '] = 'Bitte trete meinem Netzwerk bei ';
210 $a->strings['Message delivery failed.'] = 'Zustellung der Nachricht fehlgeschlagen.';
211 $a->strings[' messages sent.'] = ' Nachrichten gesendet.';
212 $a->strings['Send invitations'] = 'Einladungen senden';
213 $a->strings['Enter email addresses, one per line:'] = 'EMail Adressen eingeben, eine pro Zeile:';
214 $a->strings['Your message:'] = 'Deine Nachricht:';
215 $a->strings['Please join my social network on '] = 'Bitte trete meinem sozialen Netzwerk bei ';
216 $a->strings['To accept this invitation, please visit:'] = 'Um diese Einladung anzunehmen beuche bitte:';
217 $a->strings['Once you have registered, please connect with me via my profile page at:'] = 'Sobald du registriert bist kontaktiere mich bitte auf meiner Profilseite:';
218 $a->strings['Unable to locate original post.'] = 'Konnte das original Posting nicht finden.';
219 $a->strings['Empty post discarded.'] = 'Leere Nachricht verworfen.';
220 $a->strings['Wall Photos'] = 'Pinnwand Fotos';
221 $a->strings[" commented on your item at "] = " kommentierte eines deiner Postings auf ";
222 $a->strings[" posted on your profile wall at "] = " schrieb an deine Profilwand auf ";
223 $a->strings['This message was sent to you by '] = 'This message was sent to you by ';
224 $a->strings[', a member of the Friendika social network.'] = ', a member of the Friendika social network.';
225 $a->strings['You may visit them online at'] = 'You may visit them online at';
226 $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.';
227 $a->strings['posted an update.'] = 'posted an update.';
228 $a->strings['photo'] = 'Foto';
229 $a->strings['status'] = 'Status';
230 $a->strings['likes'] = 'mag es';
231 $a->strings['doesn\'t like'] = 'mag es nicht';
232 $a->strings['\'s'] = '\'s';
233 $a->strings['Remote privacy information not available.'] = 'Entfernte Privatsphäreneinstellungen nicht verfügbar.';
234 $a->strings['Visible to:'] = 'Sichtbar für:';
235 $a->strings['Password reset requested at '] = 'Anfrage zum Zurücksetzen des Passworts erhalten ';
236 $a->strings['No recipient selected.'] = 'Kein Empfänger gewählt.';
237 $a->strings['[no subject]'] = '[kein Betreff]';
238 $a->strings['Unable to locate contact information.'] = 'Konnte die Kontaktinformationen nicht finden.';
239 $a->strings['Message sent.'] = 'Nachricht gesendet.';
240 $a->strings['Message could not be sent.'] = 'Nachricht konnte nicht gesendet werden.';
241 $a->strings['Messages'] = 'Nachrichten';
242 $a->strings['Inbox'] = 'Eingang';
243 $a->strings['Outbox'] = 'Ausgang';
244 $a->strings['New Message'] = 'Neue Nachricht';
245 $a->strings['Message deleted.'] = 'Nachricht gelöscht.';
246 $a->strings['Conversation removed.'] = 'Unterhaltung gelöscht.';
247 $a->strings['Send Private Message'] = 'Private Nachricht senden';
248 $a->strings['To:'] = 'An:';
249 $a->strings['Subject:'] = 'Betreff:';
250 $a->strings['Upload photo'] = 'Foto hochladen';
251 $a->strings['Insert web link'] = 'Weblink einfügen';
252 $a->strings['Please wait'] = 'Bitte warten';
253 $a->strings['No messages.'] = 'Keine Nachrichten.';
254 $a->strings['Delete conversation'] = 'Unterhaltung löschen';
255 $a->strings['Message not available.'] = 'Nachricht nicht verfügbar.';
256 $a->strings['Delete message'] = 'Nachricht löschen';
257 $a->strings['Send Reply'] = 'Antwort senden';
258 $a->strings['Normal View'] = 'Normale Ansicht';
259 $a->strings['New Item View'] = 'Neue Einträge';
260 $a->strings['CC: email addresses'] = 'CC: EMail Addresse';
261 $a->strings['Example: bob@example.com, mary@example.com'] = 'Z.B.: bob@example.com, mary@example.com';
262 $a->strings['No such group'] = 'Es gibt keine solche Gruppe';
263 $a->strings['Group is empty'] = 'Gruppe ist leer';
264 $a->strings['Group: '] = 'Gruppe: ';
265 $a->strings['View in context'] = 'Im Zusammenhang betrachten';
266 $a->strings['Invalid request identifier.'] = 'Invalid request identifier.';
267 $a->strings['Discard'] = 'Verwerfen';
268 $a->strings['Ignore'] = 'Ignorieren';
269 $a->strings['Show Ignored Requests'] = 'Zeige ignorierte Anfragen';
270 $a->strings['Hide Ignored Requests'] = 'Verberge ignorierte Anfragen';
271 $a->strings['Claims to be known to you: '] = 'Behauptet dich zu kennen: ';
272 $a->strings['yes'] = 'ja';
273 $a->strings['no'] = 'nein';
274 $a->strings['Notification type: '] = 'Benachrichtigungs Typ: ';
275 $a->strings['Friend/Connect Request'] = 'Kontakt-/Freundschaftsanfrage';
276 $a->strings['New Follower'] = 'Neuer Bewunderer';
277 $a->strings['Approve'] = 'Genehmigen';
278 $a->strings['No notifications.'] = 'Keine Benachrichtigungen.';
279 $a->strings['No registrations.'] = 'Keine Neuanmeldungen.';
280 $a->strings['Login failed.'] = 'Annmeldung fehlgeschlagen.';
281 $a->strings["Welcome back "] = "Willkommen zurück ";
282 $a->strings['Photo Albums'] = 'Fotoalben';
283 $a->strings['Contact Photos'] = 'Kontaktbilder';
284 $a->strings['Contact information unavailable'] = 'Kontakt Informationen nicht verfügbar';
285 $a->strings['Profile Photos'] = 'Profilbilder';
286 $a->strings['Album not found.'] = 'Album nicht gefunden.';
287 $a->strings['Delete Album'] = 'Album löschen';
288 $a->strings['Delete Photo'] = 'Foto löschen';
289 $a->strings['was tagged in a'] = 'was tagged in a';
290 $a->strings['by'] = 'by';
291 $a->strings['Image exceeds size limit of '] = 'Die Bildgröße übersteigt das Limit von ';
292 $a->strings['Unable to process image.'] = 'Konnte das Bild nicht bearbeiten.';
293 $a->strings['Image upload failed.'] = 'Hochladen des Bildes gescheitert.';
294 $a->strings['No photos selected'] = 'Keine Bilder ausgewählt';
295 $a->strings['Upload Photos'] = 'Bilder hochladen';
296 $a->strings['New album name: '] = 'Name des neuen Albums: ';
297 $a->strings['or existing album name: '] = 'oder existierender Albumname: ';
298 $a->strings['Permissions'] = 'Berechtigungen';
299 $a->strings['Edit Album'] = 'Album bearbeiten';
300 $a->strings['View Photo'] = 'Fotos betrachten';
301 $a->strings['Photo not available'] = 'Foto nicht verfügbar';
302 $a->strings['Edit photo'] = 'Foto bearbeiten';
303 $a->strings['View Full Size'] = 'Betrachte Originalgröße';
304 $a->strings['Tags: '] = 'Tags: ';
305 $a->strings['[Remove any tag]'] = '[Tag entfernen]';
306 $a->strings['New album name'] = 'Name des neuen Albums';
307 $a->strings['Caption'] = 'Titel';
308 $a->strings['Add a Tag'] = 'Tag hinzufügen';
309 $a->strings['Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping'] = 'Beispiel: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping';
310 $a->strings['Recent Photos'] = 'Neuste Fotos';
311 $a->strings['Upload New Photos'] = 'Weitere Fotos hochladen';
312 $a->strings['View Album'] = 'Album betrachten';
313 $a->strings['Image uploaded but image cropping failed.'] = 'Bilder hochgeladen aber das Zuschneiden ist fehlgeschlagen.';
314 $a->strings['Image size reduction [175] failed.'] = 'Image size reduction [175] failed.';
315 $a->strings['Image size reduction [80] failed.'] = 'Image size reduction [80] failed.';
316 $a->strings['Image size reduction [48] failed.'] = 'Image size reduction [48] failed.';
317 $a->strings['Unable to process image'] = 'Bild konnte nicht verarbeitet werden';
318 $a->strings['Image uploaded successfully.'] = 'Bild erfolgreich auf den Server geladen.';
319 $a->strings['Image size reduction [640] failed.'] = 'Image size reduction [640] failed.';
320 $a->strings['Profile Name is required.'] = 'Profilname ist erforderlich.';
321 $a->strings['Profile updated.'] = 'Profil aktualisiert.';
322 $a->strings['Profile deleted.'] = 'Profil gelöscht.';
323 $a->strings['Profile-'] = 'Profil-';
324 $a->strings['New profile created.'] = 'Neues Profil angelegt';
325 $a->strings['Profile unavailable to clone.'] = 'Profil nicht zum Duplizieren verfügbar.';
326 $a->strings['This is your <strong>public</strong> profile.<br />It <strong>may</strong> be visible to anybody using the internet.'] = 'Dies ist dein <strong>öffentliches</strong> Profil.<br />Es <strong>könnte</strong> für jeden Nutzer des Internets sichtbar sein.';
327 $a->strings['Age: '] = 'Alter: ';
328 $a->strings['Profile Image'] = 'Profilbild';
329 $a->strings['Invalid OpenID url'] = 'Ungültige OpenID URL';
330 $a->strings['Please enter the required information.'] = 'Bitte trage die erforderlichen Informationen ein.';
331 $a->strings['Please use a shorter name.'] = 'Bitte verwende einen kürzeren Namen.';
332 $a->strings['Name too short.'] = 'Der Name ist zu kurz.';
333 $a->strings["That doesn\'t appear to be your full \x28First Last\x29 name."] = "Das scheint kein vollständiger Name zu sein, verwende \x28Vorname Nachname\x29.";
334 $a->strings['Your email domain is not among those allowed on this site.'] = 'Die Domain deiner EMail Adresse ist nicht erlaubt auf dieser Seite.';
335 $a->strings['Cannot use that email.'] = 'Konnte diese EMail Adresse nicht verwenden';
336 $a->strings['Your "nickname" can only contain "a-z", "0-9", "-", and "_", and must also begin with a letter.'] = 'Dein Spitzname darf nur aus Buchstaben und Zahlen ("a-z","0-9", "_" und "-") bestehen, außerdem muss er mit einem Buchstaben beginnen.';
337 $a->strings['Nickname is already registered. Please choose another.'] = 'Dieser Spitzname ist bereits vergeben. Bitte wähle einen anderen.';
338 $a->strings['SERIOUS ERROR: Generation of security keys failed.'] = 'SERIOUS ERROR: Generation of security keys failed.';
339 $a->strings['An error occurred during registration. Please try again.'] = 'Wärend der Anmeldung ist ein Fehler aufgetreten. Bitte versuche es noch einmal.';
340 $a->strings['An error occurred creating your default profile. Please try again.'] = 'Bei der Erstellung des Standard-Profils ist ein Fehler aufgetreten. Bitte versuche es noch einmal.';
341 $a->strings['Registration details for '] = 'Details der Registrierung für ';
342 $a->strings['Registration successful. Please check your email for further instructions.'] = 'Registration erfolgreich. Eine EMail mit weiteren Anweisungen wurde an dich gesendet.';
343 $a->strings['Failed to send email message. Here is the message that failed.'] = 'Konnte die EMail nicht versenden. Hier ist die Nachricht die nicht gesendet werden konnte.';
344 $a->strings['Your registration can not be processed.'] = 'Deine Registration konnte nicht verarbeitet werden.';
345 $a->strings['Registration request at '] = 'Registrationsanfrage für ';
346 $a->strings['Your registration is pending approval by the site owner.'] = 'Deine Registration muss noch vom Betreiber der Seite freigegeben werden.';
347 $a->strings["You may \x28optionally\x29 fill in this form via OpenID by supplying your OpenID and clicking 'Register'."] = "Du kannst dieses Formular auch \x28optional\x29 mit deiner OpenID ausfüllen indem du deine OpenID angibst und 'Registrieren' klickst.";
348 $a->strings['If you are not familiar with OpenID, please leave that field blank and fill in the rest of the items.'] = 'Wenn du nicht mit OpenID vertraut bist, lass dieses Feld bitte leer und fülle die restlichen Felder aus.';
349 $a->strings["Your OpenID \x28optional\x29: "] = "Deine OpenID \x28optional\x29: ";
350 $a->strings['Registration'] = 'Registration';
351 $a->strings['Your Full Name ' . "\x28" . 'e.g. Joe Smith' . "\x29" . ': '] = 'Vollständiger Name ' . "\x28" . 'z.B. Joe Smith' . "\x29" . ': ';
352 $a->strings['Your Email Address: '] = 'Deine EMail Adresse: ';
353 $a->strings['Choose a profile nickname. This must begin with a text character. Your global profile locator will then be \'<strong>nickname@$sitename</strong>\'.'] = 'Wähle eine Spitznamen, der mit einem Buchstaben beginnt. Deine globale Profiladresse wird dann \'<strong>spitzname@$sitename</strong>\' sein.';
354 $a->strings['Choose a nickname: '] = 'Spitznamen wählen: ';
355 $a->strings['Register'] = 'Registrieren';
356 $a->strings['Please login.'] = 'Bitte melde dich an.';
357 $a->strings['Registration revoked for '] = 'Registration zurückgezogen ';
358 $a->strings['Account approved.'] = 'Account freigegeben.';
359 $a->strings['View in context'] = 'Im Kontext betrachten';
360 $a->strings['Passwords do not match. Password unchanged.'] = 'Die Passwörter stimmen nicht überein. Das Passwort bleibt unverändert.';
361 $a->strings['Empty passwords are not allowed. Password unchanged.'] = 'Leere Passwörter sind nicht erlaubt. Passwort bleibt unverändert.';
362 $a->strings['Password changed.'] = 'Passwort ändern.';
363 $a->strings['Password update failed. Please try again.'] = 'Aktualisierung des Passworts gescheitert, bitte versuche es noch einmal';
364 $a->strings[' Please use a shorter name.'] = ' Bitte verwende einen kürzeren Namen.';
365 $a->strings[' Name too short.'] = ' Name ist zu kurz.';
366 $a->strings[' Not valid email.'] = ' Keine gültige EMail.';
367 $a->strings['Settings updated.'] = 'Einstellungen aktualisiert.';
368 $a->strings['Plugin Settings'] = 'Plugin Einstellungen';
369 $a->strings['Account Settings'] = 'Account Einstellungen';
370 $a->strings['No Plugin settings configured'] = 'Keine Erweiterungen konfiguriert';
371 $a->strings['OpenID: '] = 'OpenID: ';
372 $a->strings["&nbsp;\x28Optional\x29 Allow this OpenID to login to this account."] = "&nbsp;\x28Optional\x29 Erlaube dieser OpenID sich für diesen Account anzumelden.";
373 $a->strings['Profile is <strong>not published</strong>.'] = 'Profil ist <strong>nicht veröffentlicht</strong>.';
374 $a->strings['Default Post Permissions'] = 'Grundeinstellung für Veröffentlichungen';
375 $a->strings['Tag removed'] = 'Tag entfernt';
376 $a->strings['Remove Item Tag'] = 'Gegenstands Tag entfernen';
377 $a->strings['Select a tag to remove: '] = 'Wähle ein Tag zum Entfernen aus: ';
378 $a->strings['Remove'] = 'Entfernen';
379 $a->strings['No contacts.'] = 'Keine Kontakte.';
380 $a->strings['Visible To:'] = 'Sichtbar für:';
381 $a->strings['Groups'] = 'Gruppen';
382 $a->strings['Except For:'] = 'Abgesehen von:';
383 $a->strings['Logged out.'] = 'Abgemeldet.';
384 $a->strings['Unknown | Not categorised'] = 'Unbekannt | Nicht kategorisiert';
385 $a->strings['Block immediately'] = 'Sofort blockieren';
386 $a->strings['Shady, spammer, self-marketer'] = 'Zwielichtig, Spammer, Selbstdarsteller';
387 $a->strings['Known to me, but no opinion'] = 'Ist mir bekannt, hab aber keine Meinung';
388 $a->strings['OK, probably harmless'] = 'OK, wahrscheinlich harmlos';
389 $a->strings['Reputable, has my trust'] = 'Seriös, hat mein Vertrauen';
390 $a->strings['Frequently'] = 'Häufig';
391 $a->strings['Hourly'] = 'Stündlich';
392 $a->strings['Twice daily'] = 'Zweimal Täglich';
393 $a->strings['Daily'] = 'Täglich';
394 $a->strings['Weekly'] = 'Wöchendlich';
395 $a->strings['Monthly'] = 'Monatlich';
396 $a->strings['Miscellaneous'] = 'Verschiedenes';
397 $a->strings['less than a second ago'] = 'vor weniger als einer Sekunde';
398 $a->strings['year'] = 'Jahr';
399 $a->strings['years'] = 'Jahre';
400 $a->strings['month'] = 'Monat';
401 $a->strings['months'] = 'Monate';
402 $a->strings['week'] = 'Woche';
403 $a->strings['weeks'] = 'Wochen';
404 $a->strings['day'] = 'Tag';
405 $a->strings['days'] = 'Tage';
406 $a->strings['hour'] = 'Stunde';
407 $a->strings['hours'] = 'Stunden';
408 $a->strings['minute'] = 'Minute';
409 $a->strings['minutes'] = 'Minuten';
410 $a->strings['second'] = 'Sekunde';
411 $a->strings['seconds'] = 'Sekunden';
412 $a->strings[' ago'] = ' her';
413 $a->strings['Create a new group'] = 'Neue Gruppe erstellen';
414 $a->strings['Everybody'] = 'Alle Kontakte';
415 $a->strings['Birthday:'] = 'Geburtstag:';
416 $a->strings['Logout'] = 'Abmelden';
417 $a->strings['Home'] = 'Persönlich';
418 $a->strings['Directory'] = 'Verzeichnis';
419 $a->strings['Network'] = 'Netzwerk';
420 $a->strings['Notifications'] = 'Benachrichtigungen';
421 $a->strings['Settings'] = 'Einstellungen';
422 $a->strings['Profiles'] = 'Profile';
423 $a->strings['Embedding disabled'] = 'Einbettungen deaktiviert';
424 $a->strings['Male'] = 'Männlich';
425 $a->strings['Female'] = 'Weiblich';
426 $a->strings['Currently Male'] = 'Momentan Männlich';
427 $a->strings['Currently Female'] = 'Momentan Weiblich';
428 $a->strings['Mostly Male'] = 'Hauptsächlich Männlich';
429 $a->strings['Mostly Female'] = 'Hauptsächlich Weiblich';
430 $a->strings['Transgender'] = 'Transgender';
431 $a->strings['Intersex'] = 'Intersex';
432 $a->strings['Transsexual'] = 'Transsexuel';
433 $a->strings['Hermaphrodite'] = 'Hermaphrodit';
434 $a->strings['Neuter'] = 'Neuter';
435 $a->strings['Non-specific'] = 'Nicht spezifiziert';
436 $a->strings['Other'] = 'Andere';
437 $a->strings['Undecided'] = 'Unentschieden';
438 $a->strings['Males'] = 'Männer';
439 $a->strings['Females'] = 'Frauen';
440 $a->strings['Gay'] = 'Schwul';
441 $a->strings['Lesbian'] = 'Lesbisch';
442 $a->strings['No Preference'] = 'Keine Vorlieben';
443 $a->strings['Bisexual'] = 'Bisexuel';
444 $a->strings['Autosexual'] = 'Autosexual';
445 $a->strings['Abstinent'] = 'Abstinent';
446 $a->strings['Virgin'] = 'Jungfrau';
447 $a->strings['Deviant'] = 'Deviant';
448 $a->strings['Fetish'] = 'Fetish';
449 $a->strings['Oodles'] = 'Oodles';
450 $a->strings['Nonsexual'] = 'Nonsexual';
451 $a->strings['Single'] = 'Single';
452 $a->strings['Lonely'] = 'Einsam';
453 $a->strings['Available'] = 'Verfügbar';
454 $a->strings['Unavailable'] = 'Nichtverfügbar';
455 $a->strings['Dating'] = 'Dating';
456 $a->strings['Unfaithful'] = 'Untreu';
457 $a->strings['Sex Addict'] = 'Sex Besessen';
458 $a->strings['Friends'] = 'Freunde';
459 $a->strings['Friends/Benefits'] = 'Friends/Benefits';
460 $a->strings['Casual'] = 'Casual';
461 $a->strings['Engaged'] = 'Verlobt';
462 $a->strings['Married'] = 'Verheiratet';
463 $a->strings['Partners'] = 'Partner';
464 $a->strings['Cohabiting'] = 'kohabitierend';
465 $a->strings['Happy'] = 'Glücklich';
466 $a->strings['Not Looking'] = 'Nicht auf der Suche';
467 $a->strings['Swinger'] = 'Swinger';
468 $a->strings['Betrayed'] = 'Betrogen';
469 $a->strings['Separated'] = 'Getrennt';
470 $a->strings['Unstable'] = 'Unstabil';
471 $a->strings['Divorced'] = 'Geschieden';
472 $a->strings['Widowed'] = 'Verwidwet';
473 $a->strings['Uncertain'] = 'Unsicher';
474 $a->strings['Complicated'] = 'Kompliziert';
475 $a->strings['Don\'t care'] = 'Ist mir nicht wichtig';
476 $a->strings['Ask me'] = 'Frag mich';
477 $a->strings['Facebook status update failed.'] = 'Konnte den Facebook Status nicht aktualisieren.';
478 $a->strings['Select files to upload: '] = 'Wähle Dateien zum Upload aus: ';
479 $a->strings['Use the following controls only if the Java uploader [above] fails to launch.'] = 'Verwende die folgenden Kontrollen nur, wenn der Java Uploader [oben] nicht funktioniert.';
480 $a->strings['Upload a file'] = 'Datei hochladen';
481 $a->strings['Drop files here to upload'] = 'Ziehe die Dateien hier her die du hochladen willst';
482 $a->strings['Failed'] = 'Fehlgeschlagen';
483 $a->strings['No files were uploaded.'] = 'Keine Dateien hochgeladen.';
484 $a->strings['Uploaded file is empty'] = 'Hochgeladene Datei ist leer';
485 $a->strings['Uploaded file is too large'] = 'Hochgeladene Datei ist zu groß';
486 $a->strings['File has an invalid extension, it should be one of '] = 'Die Dateiextension ist nicht erlaubt, sie muss eine der folgenden sein ';
487 $a->strings['Upload was cancelled, or server error encountered'] = 'Upload abgebrochen oder Serverfehler aufgetreten';
488 $a->strings['Randplace Settings'] = 'Randplace Settings';
489 $a->strings['Enable Randplace Plugin'] = 'Randplace Erweiterung aktivieren';
490 $a->strings['Africa/Abidjan'] = 'Africa/Abidjan';
491 $a->strings['Africa/Accra'] = 'Africa/Accra';
492 $a->strings['Africa/Addis_Ababa'] = 'Africa/Addis_Ababa';
493 $a->strings['Africa/Algiers'] = 'Africa/Algiers';
494 $a->strings['Africa/Asmara'] = 'Africa/Asmara';
495 $a->strings['Africa/Asmera'] = 'Africa/Asmera';
496 $a->strings['Africa/Bamako'] = 'Africa/Bamako';
497 $a->strings['Africa/Bangui'] = 'Africa/Bangui';
498 $a->strings['Africa/Banjul'] = 'Africa/Banjul';
499 $a->strings['Africa/Bissau'] = 'Africa/Bissau';
500 $a->strings['Africa/Blantyre'] = 'Africa/Blantyre';
501 $a->strings['Africa/Brazzaville'] = 'Africa/Brazzaville';
502 $a->strings['Africa/Bujumbura'] = 'Africa/Bujumbura';
503 $a->strings['Africa/Cairo'] = 'Africa/Cairo';
504 $a->strings['Africa/Casablanca'] = 'Africa/Casablanca';
505 $a->strings['Africa/Ceuta'] = 'Africa/Ceuta';
506 $a->strings['Africa/Conakry'] = 'Africa/Conakry';
507 $a->strings['Africa/Dakar'] = 'Africa/Dakar';
508 $a->strings['Africa/Dar_es_Salaam'] = 'Africa/Dar_es_Salaam';
509 $a->strings['Africa/Djibouti'] = 'Africa/Djibouti';
510 $a->strings['Africa/Douala'] = 'Africa/Douala';
511 $a->strings['Africa/El_Aaiun'] = 'Africa/El_Aaiun';
512 $a->strings['Africa/Freetown'] = 'Africa/Freetown';
513 $a->strings['Africa/Gaborone'] = 'Africa/Gaborone';
514 $a->strings['Africa/Harare'] = 'Africa/Harare';
515 $a->strings['Africa/Johannesburg'] = 'Africa/Johannesburg';
516 $a->strings['Africa/Kampala'] = 'Africa/Kampala';
517 $a->strings['Africa/Khartoum'] = 'Africa/Khartoum';
518 $a->strings['Africa/Kigali'] = 'Africa/Kigali';
519 $a->strings['Africa/Kinshasa'] = 'Africa/Kinshasa';
520 $a->strings['Africa/Lagos'] = 'Africa/Lagos';
521 $a->strings['Africa/Libreville'] = 'Africa/Libreville';
522 $a->strings['Africa/Lome'] = 'Africa/Lome';
523 $a->strings['Africa/Luanda'] = 'Africa/Luanda';
524 $a->strings['Africa/Lubumbashi'] = 'Africa/Lubumbashi';
525 $a->strings['Africa/Lusaka'] = 'Africa/Lusaka';
526 $a->strings['Africa/Malabo'] = 'Africa/Malabo';
527 $a->strings['Africa/Maputo'] = 'Africa/Maputo';
528 $a->strings['Africa/Maseru'] = 'Africa/Maseru';
529 $a->strings['Africa/Mbabane'] = 'Africa/Mbabane';
530 $a->strings['Africa/Mogadishu'] = 'Africa/Mogadishu';
531 $a->strings['Africa/Monrovia'] = 'Africa/Monrovia';
532 $a->strings['Africa/Nairobi'] = 'Africa/Nairobi';
533 $a->strings['Africa/Ndjamena'] = 'Africa/Ndjamena';
534 $a->strings['Africa/Niamey'] = 'Africa/Niamey';
535 $a->strings['Africa/Nouakchott'] = 'Africa/Nouakchott';
536 $a->strings['Africa/Ouagadougou'] = 'Africa/Ouagadougou';
537 $a->strings['Africa/Porto-Novo'] = 'Africa/Porto-Novo';
538 $a->strings['Africa/Sao_Tome'] = 'Africa/Sao_Tome';
539 $a->strings['Africa/Timbuktu'] = 'Africa/Timbuktu';
540 $a->strings['Africa/Tripoli'] = 'Africa/Tripoli';
541 $a->strings['Africa/Tunis'] = 'Africa/Tunis';
542 $a->strings['Africa/Windhoek'] = 'Africa/Windhoek';
543 $a->strings['America/Adak'] = 'America/Adak';
544 $a->strings['America/Anchorage'] = 'America/Anchorage';
545 $a->strings['America/Anguilla'] = 'America/Anguilla';
546 $a->strings['America/Antigua'] = 'America/Antigua';
547 $a->strings['America/Araguaina'] = 'America/Araguaina';
548 $a->strings['America/Argentina/Buenos_Aires'] = 'America/Argentina/Buenos_Aires';
549 $a->strings['America/Argentina/Catamarca'] = 'America/Argentina/Catamarca';
550 $a->strings['America/Argentina/ComodRivadavia'] = 'America/Argentina/ComodRivadavia';
551 $a->strings['America/Argentina/Cordoba'] = 'America/Argentina/Cordoba';
552 $a->strings['America/Argentina/Jujuy'] = 'America/Argentina/Jujuy';
553 $a->strings['America/Argentina/La_Rioja'] = 'America/Argentina/La_Rioja';
554 $a->strings['America/Argentina/Mendoza'] = 'America/Argentina/Mendoza';
555 $a->strings['America/Argentina/Rio_Gallegos'] = 'America/Argentina/Rio_Gallegos';
556 $a->strings['America/Argentina/Salta'] = 'America/Argentina/Salta';
557 $a->strings['America/Argentina/San_Juan'] = 'America/Argentina/San_Juan';
558 $a->strings['America/Argentina/San_Luis'] = 'America/Argentina/San_Luis';
559 $a->strings['America/Argentina/Tucuman'] = 'America/Argentina/Tucuman';
560 $a->strings['America/Argentina/Ushuaia'] = 'America/Argentina/Ushuaia';
561 $a->strings['America/Aruba'] = 'America/Aruba';
562 $a->strings['America/Asuncion'] = 'America/Asuncion';
563 $a->strings['America/Atikokan'] = 'America/Atikokan';
564 $a->strings['America/Atka'] = 'America/Atka';
565 $a->strings['America/Bahia'] = 'America/Bahia';
566 $a->strings['America/Barbados'] = 'America/Barbados';
567 $a->strings['America/Belem'] = 'America/Belem';
568 $a->strings['America/Belize'] = 'America/Belize';
569 $a->strings['America/Blanc-Sablon'] = 'America/Blanc-Sablon';
570 $a->strings['America/Boa_Vista'] = 'America/Boa_Vista';
571 $a->strings['America/Bogota'] = 'America/Bogota';
572 $a->strings['America/Boise'] = 'America/Boise';
573 $a->strings['America/Buenos_Aires'] = 'America/Buenos_Aires';
574 $a->strings['America/Cambridge_Bay'] = 'America/Cambridge_Bay';
575 $a->strings['America/Campo_Grande'] = 'America/Campo_Grande';
576 $a->strings['America/Cancun'] = 'America/Cancun';
577 $a->strings['America/Caracas'] = 'America/Caracas';
578 $a->strings['America/Catamarca'] = 'America/Catamarca';
579 $a->strings['America/Cayenne'] = 'America/Cayenne';
580 $a->strings['America/Cayman'] = 'America/Cayman';
581 $a->strings['America/Chicago'] = 'America/Chicago';
582 $a->strings['America/Chihuahua'] = 'America/Chihuahua';
583 $a->strings['America/Coral_Harbour'] = 'America/Coral_Harbour';
584 $a->strings['America/Cordoba'] = 'America/Cordoba';
585 $a->strings['America/Costa_Rica'] = 'America/Costa_Rica';
586 $a->strings['America/Cuiaba'] = 'America/Cuiaba';
587 $a->strings['America/Curacao'] = 'America/Curacao';
588 $a->strings['America/Danmarkshavn'] = 'America/Danmarkshavn';
589 $a->strings['America/Dawson'] = 'America/Dawson';
590 $a->strings['America/Dawson_Creek'] = 'America/Dawson_Creek';
591 $a->strings['America/Denver'] = 'America/Denver';
592 $a->strings['America/Detroit'] = 'America/Detroit';
593 $a->strings['America/Dominica'] = 'America/Dominica';
594 $a->strings['America/Edmonton'] = 'America/Edmonton';
595 $a->strings['America/Eirunepe'] = 'America/Eirunepe';
596 $a->strings['America/El_Salvador'] = 'America/El_Salvador';
597 $a->strings['America/Ensenada'] = 'America/Ensenada';
598 $a->strings['America/Fort_Wayne'] = 'America/Fort_Wayne';
599 $a->strings['America/Fortaleza'] = 'America/Fortaleza';
600 $a->strings['America/Glace_Bay'] = 'America/Glace_Bay';
601 $a->strings['America/Godthab'] = 'America/Godthab';
602 $a->strings['America/Goose_Bay'] = 'America/Goose_Bay';
603 $a->strings['America/Grand_Turk'] = 'America/Grand_Turk';
604 $a->strings['America/Grenada'] = 'America/Grenada';
605 $a->strings['America/Guadeloupe'] = 'America/Guadeloupe';
606 $a->strings['America/Guatemala'] = 'America/Guatemala';
607 $a->strings['America/Guayaquil'] = 'America/Guayaquil';
608 $a->strings['America/Guyana'] = 'America/Guyana';
609 $a->strings['America/Halifax'] = 'America/Halifax';
610 $a->strings['America/Havana'] = 'America/Havana';
611 $a->strings['America/Hermosillo'] = 'America/Hermosillo';
612 $a->strings['America/Indiana/Indianapolis'] = 'America/Indiana/Indianapolis';
613 $a->strings['America/Indiana/Knox'] = 'America/Indiana/Knox';
614 $a->strings['America/Indiana/Marengo'] = 'America/Indiana/Marengo';
615 $a->strings['America/Indiana/Petersburg'] = 'America/Indiana/Petersburg';
616 $a->strings['America/Indiana/Tell_City'] = 'America/Indiana/Tell_City';
617 $a->strings['America/Indiana/Vevay'] = 'America/Indiana/Vevay';
618 $a->strings['America/Indiana/Vincennes'] = 'America/Indiana/Vincennes';
619 $a->strings['America/Indiana/Winamac'] = 'America/Indiana/Winamac';
620 $a->strings['America/Indianapolis'] = 'America/Indianapolis';
621 $a->strings['America/Inuvik'] = 'America/Inuvik';
622 $a->strings['America/Iqaluit'] = 'America/Iqaluit';
623 $a->strings['America/Jamaica'] = 'America/Jamaica';
624 $a->strings['America/Jujuy'] = 'America/Jujuy';
625 $a->strings['America/Juneau'] = 'America/Juneau';
626 $a->strings['America/Kentucky/Louisville'] = 'America/Kentucky/Louisville';
627 $a->strings['America/Kentucky/Monticello'] = 'America/Kentucky/Monticello';
628 $a->strings['America/Knox_IN'] = 'America/Knox_IN';
629 $a->strings['America/La_Paz'] = 'America/La_Paz';
630 $a->strings['America/Lima'] = 'America/Lima';
631 $a->strings['America/Los_Angeles'] = 'America/Los_Angeles';
632 $a->strings['America/Louisville'] = 'America/Louisville';
633 $a->strings['America/Maceio'] = 'America/Maceio';
634 $a->strings['America/Managua'] = 'America/Managua';
635 $a->strings['America/Manaus'] = 'America/Manaus';
636 $a->strings['America/Marigot'] = 'America/Marigot';
637 $a->strings['America/Martinique'] = 'America/Martinique';
638 $a->strings['America/Matamoros'] = 'America/Matamoros';
639 $a->strings['America/Mazatlan'] = 'America/Mazatlan';
640 $a->strings['America/Mendoza'] = 'America/Mendoza';
641 $a->strings['America/Menominee'] = 'America/Menominee';
642 $a->strings['America/Merida'] = 'America/Merida';
643 $a->strings['America/Mexico_City'] = 'America/Mexico_City';
644 $a->strings['America/Miquelon'] = 'America/Miquelon';
645 $a->strings['America/Moncton'] = 'America/Moncton';
646 $a->strings['America/Monterrey'] = 'America/Monterrey';
647 $a->strings['America/Montevideo'] = 'America/Montevideo';
648 $a->strings['America/Montreal'] = 'America/Montreal';
649 $a->strings['America/Montserrat'] = 'America/Montserrat';
650 $a->strings['America/Nassau'] = 'America/Nassau';
651 $a->strings['America/New_York'] = 'America/New_York';
652 $a->strings['America/Nipigon'] = 'America/Nipigon';
653 $a->strings['America/Nome'] = 'America/Nome';
654 $a->strings['America/Noronha'] = 'America/Noronha';
655 $a->strings['America/North_Dakota/Center'] = 'America/North_Dakota/Center';
656 $a->strings['America/North_Dakota/New_Salem'] = 'America/North_Dakota/New_Salem';
657 $a->strings['America/Ojinaga'] = 'America/Ojinaga';
658 $a->strings['America/Panama'] = 'America/Panama';
659 $a->strings['America/Pangnirtung'] = 'America/Pangnirtung';
660 $a->strings['America/Paramaribo'] = 'America/Paramaribo';
661 $a->strings['America/Phoenix'] = 'America/Phoenix';
662 $a->strings['America/Port-au-Prince'] = 'America/Port-au-Prince';
663 $a->strings['America/Port_of_Spain'] = 'America/Port_of_Spain';
664 $a->strings['America/Porto_Acre'] = 'America/Porto_Acre';
665 $a->strings['America/Porto_Velho'] = 'America/Porto_Velho';
666 $a->strings['America/Puerto_Rico'] = 'America/Puerto_Rico';
667 $a->strings['America/Rainy_River'] = 'America/Rainy_River';
668 $a->strings['America/Rankin_Inlet'] = 'America/Rankin_Inlet';
669 $a->strings['America/Recife'] = 'America/Recife';
670 $a->strings['America/Regina'] = 'America/Regina';
671 $a->strings['America/Resolute'] = 'America/Resolute';
672 $a->strings['America/Rio_Branco'] = 'America/Rio_Branco';
673 $a->strings['America/Rosario'] = 'America/Rosario';
674 $a->strings['America/Santa_Isabel'] = 'America/Santa_Isabel';
675 $a->strings['America/Santarem'] = 'America/Santarem';
676 $a->strings['America/Santiago'] = 'America/Santiago';
677 $a->strings['America/Santo_Domingo'] = 'America/Santo_Domingo';
678 $a->strings['America/Sao_Paulo'] = 'America/Sao_Paulo';
679 $a->strings['America/Scoresbysund'] = 'America/Scoresbysund';
680 $a->strings['America/Shiprock'] = 'America/Shiprock';
681 $a->strings['America/St_Barthelemy'] = 'America/St_Barthelemy';
682 $a->strings['America/St_Johns'] = 'America/St_Johns';
683 $a->strings['America/St_Kitts'] = 'America/St_Kitts';
684 $a->strings['America/St_Lucia'] = 'America/St_Lucia';
685 $a->strings['America/St_Thomas'] = 'America/St_Thomas';
686 $a->strings['America/St_Vincent'] = 'America/St_Vincent';
687 $a->strings['America/Swift_Current'] = 'America/Swift_Current';
688 $a->strings['America/Tegucigalpa'] = 'America/Tegucigalpa';
689 $a->strings['America/Thule'] = 'America/Thule';
690 $a->strings['America/Thunder_Bay'] = 'America/Thunder_Bay';
691 $a->strings['America/Tijuana'] = 'America/Tijuana';
692 $a->strings['America/Toronto'] = 'America/Toronto';
693 $a->strings['America/Tortola'] = 'America/Tortola';
694 $a->strings['America/Vancouver'] = 'America/Vancouver';
695 $a->strings['America/Virgin'] = 'America/Virgin';
696 $a->strings['America/Whitehorse'] = 'America/Whitehorse';
697 $a->strings['America/Winnipeg'] = 'America/Winnipeg';
698 $a->strings['America/Yakutat'] = 'America/Yakutat';
699 $a->strings['America/Yellowknife'] = 'America/Yellowknife';
700 $a->strings['Antarctica/Casey'] = 'Antarctica/Casey';
701 $a->strings['Antarctica/Davis'] = 'Antarctica/Davis';
702 $a->strings['Antarctica/DumontDUrville'] = 'Antarctica/DumontDUrville';
703 $a->strings['Antarctica/Macquarie'] = 'Antarctica/Macquarie';
704 $a->strings['Antarctica/Mawson'] = 'Antarctica/Mawson';
705 $a->strings['Antarctica/McMurdo'] = 'Antarctica/McMurdo';
706 $a->strings['Antarctica/Palmer'] = 'Antarctica/Palmer';
707 $a->strings['Antarctica/Rothera'] = 'Antarctica/Rothera';
708 $a->strings['Antarctica/South_Pole'] = 'Antarctica/South_Pole';
709 $a->strings['Antarctica/Syowa'] = 'Antarctica/Syowa';
710 $a->strings['Antarctica/Vostok'] = 'Antarctica/Vostok';
711 $a->strings['Arctic/Longyearbyen'] = 'Arctic/Longyearbyen';
712 $a->strings['Asia/Aden'] = 'Asia/Aden';
713 $a->strings['Asia/Almaty'] = 'Asia/Almaty';
714 $a->strings['Asia/Amman'] = 'Asia/Amman';
715 $a->strings['Asia/Anadyr'] = 'Asia/Anadyr';
716 $a->strings['Asia/Aqtau'] = 'Asia/Aqtau';
717 $a->strings['Asia/Aqtobe'] = 'Asia/Aqtobe';
718 $a->strings['Asia/Ashgabat'] = 'Asia/Ashgabat';
719 $a->strings['Asia/Ashkhabad'] = 'Asia/Ashkhabad';
720 $a->strings['Asia/Baghdad'] = 'Asia/Baghdad';
721 $a->strings['Asia/Bahrain'] = 'Asia/Bahrain';
722 $a->strings['Asia/Baku'] = 'Asia/Baku';
723 $a->strings['Asia/Bangkok'] = 'Asia/Bangkok';
724 $a->strings['Asia/Beirut'] = 'Asia/Beirut';
725 $a->strings['Asia/Bishkek'] = 'Asia/Bishkek';
726 $a->strings['Asia/Brunei'] = 'Asia/Brunei';
727 $a->strings['Asia/Calcutta'] = 'Asia/Calcutta';
728 $a->strings['Asia/Choibalsan'] = 'Asia/Choibalsan';
729 $a->strings['Asia/Chongqing'] = 'Asia/Chongqing';
730 $a->strings['Asia/Chungking'] = 'Asia/Chungking';
731 $a->strings['Asia/Colombo'] = 'Asia/Colombo';
732 $a->strings['Asia/Dacca'] = 'Asia/Dacca';
733 $a->strings['Asia/Damascus'] = 'Asia/Damascus';
734 $a->strings['Asia/Dhaka'] = 'Asia/Dhaka';
735 $a->strings['Asia/Dili'] = 'Asia/Dili';
736 $a->strings['Asia/Dubai'] = 'Asia/Dubai';
737 $a->strings['Asia/Dushanbe'] = 'Asia/Dushanbe';
738 $a->strings['Asia/Gaza'] = 'Asia/Gaza';
739 $a->strings['Asia/Harbin'] = 'Asia/Harbin';
740 $a->strings['Asia/Ho_Chi_Minh'] = 'Asia/Ho_Chi_Minh';
741 $a->strings['Asia/Hong_Kong'] = 'Asia/Hong_Kong';
742 $a->strings['Asia/Hovd'] = 'Asia/Hovd';
743 $a->strings['Asia/Irkutsk'] = 'Asia/Irkutsk';
744 $a->strings['Asia/Istanbul'] = 'Asia/Istanbul';
745 $a->strings['Asia/Jakarta'] = 'Asia/Jakarta';
746 $a->strings['Asia/Jayapura'] = 'Asia/Jayapura';
747 $a->strings['Asia/Jerusalem'] = 'Asia/Jerusalem';
748 $a->strings['Asia/Kabul'] = 'Asia/Kabul';
749 $a->strings['Asia/Kamchatka'] = 'Asia/Kamchatka';
750 $a->strings['Asia/Karachi'] = 'Asia/Karachi';
751 $a->strings['Asia/Kashgar'] = 'Asia/Kashgar';
752 $a->strings['Asia/Kathmandu'] = 'Asia/Kathmandu';
753 $a->strings['Asia/Katmandu'] = 'Asia/Katmandu';
754 $a->strings['Asia/Kolkata'] = 'Asia/Kolkata';
755 $a->strings['Asia/Krasnoyarsk'] = 'Asia/Krasnoyarsk';
756 $a->strings['Asia/Kuala_Lumpur'] = 'Asia/Kuala_Lumpur';
757 $a->strings['Asia/Kuching'] = 'Asia/Kuching';
758 $a->strings['Asia/Kuwait'] = 'Asia/Kuwait';
759 $a->strings['Asia/Macao'] = 'Asia/Macao';
760 $a->strings['Asia/Macau'] = 'Asia/Macau';
761 $a->strings['Asia/Magadan'] = 'Asia/Magadan';
762 $a->strings['Asia/Makassar'] = 'Asia/Makassar';
763 $a->strings['Asia/Manila'] = 'Asia/Manila';
764 $a->strings['Asia/Muscat'] = 'Asia/Muscat';
765 $a->strings['Asia/Nicosia'] = 'Asia/Nicosia';
766 $a->strings['Asia/Novokuznetsk'] = 'Asia/Novokuznetsk';
767 $a->strings['Asia/Novosibirsk'] = 'Asia/Novosibirsk';
768 $a->strings['Asia/Omsk'] = 'Asia/Omsk';
769 $a->strings['Asia/Oral'] = 'Asia/Oral';
770 $a->strings['Asia/Phnom_Penh'] = 'Asia/Phnom_Penh';
771 $a->strings['Asia/Pontianak'] = 'Asia/Pontianak';
772 $a->strings['Asia/Pyongyang'] = 'Asia/Pyongyang';
773 $a->strings['Asia/Qatar'] = 'Asia/Qatar';
774 $a->strings['Asia/Qyzylorda'] = 'Asia/Qyzylorda';
775 $a->strings['Asia/Rangoon'] = 'Asia/Rangoon';
776 $a->strings['Asia/Riyadh'] = 'Asia/Riyadh';
777 $a->strings['Asia/Saigon'] = 'Asia/Saigon';
778 $a->strings['Asia/Sakhalin'] = 'Asia/Sakhalin';
779 $a->strings['Asia/Samarkand'] = 'Asia/Samarkand';
780 $a->strings['Asia/Seoul'] = 'Asia/Seoul';
781 $a->strings['Asia/Shanghai'] = 'Asia/Shanghai';
782 $a->strings['Asia/Singapore'] = 'Asia/Singapore';
783 $a->strings['Asia/Taipei'] = 'Asia/Taipei';
784 $a->strings['Asia/Tashkent'] = 'Asia/Tashkent';
785 $a->strings['Asia/Tbilisi'] = 'Asia/Tbilisi';
786 $a->strings['Asia/Tehran'] = 'Asia/Tehran';
787 $a->strings['Asia/Tel_Aviv'] = 'Asia/Tel_Aviv';
788 $a->strings['Asia/Thimbu'] = 'Asia/Thimbu';
789 $a->strings['Asia/Thimphu'] = 'Asia/Thimphu';
790 $a->strings['Asia/Tokyo'] = 'Asia/Tokyo';
791 $a->strings['Asia/Ujung_Pandang'] = 'Asia/Ujung_Pandang';
792 $a->strings['Asia/Ulaanbaatar'] = 'Asia/Ulaanbaatar';
793 $a->strings['Asia/Ulan_Bator'] = 'Asia/Ulan_Bator';
794 $a->strings['Asia/Urumqi'] = 'Asia/Urumqi';
795 $a->strings['Asia/Vientiane'] = 'Asia/Vientiane';
796 $a->strings['Asia/Vladivostok'] = 'Asia/Vladivostok';
797 $a->strings['Asia/Yakutsk'] = 'Asia/Yakutsk';
798 $a->strings['Asia/Yekaterinburg'] = 'Asia/Yekaterinburg';
799 $a->strings['Asia/Yerevan'] = 'Asia/Yerevan';
800 $a->strings['Atlantic/Azores'] = 'Atlantic/Azores';
801 $a->strings['Atlantic/Bermuda'] = 'Atlantic/Bermuda';
802 $a->strings['Atlantic/Canary'] = 'Atlantic/Canary';
803 $a->strings['Atlantic/Cape_Verde'] = 'Atlantic/Cape_Verde';
804 $a->strings['Atlantic/Faeroe'] = 'Atlantic/Faeroe';
805 $a->strings['Atlantic/Faroe'] = 'Atlantic/Faroe';
806 $a->strings['Atlantic/Jan_Mayen'] = 'Atlantic/Jan_Mayen';
807 $a->strings['Atlantic/Madeira'] = 'Atlantic/Madeira';
808 $a->strings['Atlantic/Reykjavik'] = 'Atlantic/Reykjavik';
809 $a->strings['Atlantic/South_Georgia'] = 'Atlantic/South_Georgia';
810 $a->strings['Atlantic/St_Helena'] = 'Atlantic/St_Helena';
811 $a->strings['Atlantic/Stanley'] = 'Atlantic/Stanley';
812 $a->strings['Australia/ACT'] = 'Australia/ACT';
813 $a->strings['Australia/Adelaide'] = 'Australia/Adelaide';
814 $a->strings['Australia/Brisbane'] = 'Australia/Brisbane';
815 $a->strings['Australia/Broken_Hill'] = 'Australia/Broken_Hill';
816 $a->strings['Australia/Canberra'] = 'Australia/Canberra';
817 $a->strings['Australia/Currie'] = 'Australia/Currie';
818 $a->strings['Australia/Darwin'] = 'Australia/Darwin';
819 $a->strings['Australia/Eucla'] = 'Australia/Eucla';
820 $a->strings['Australia/Hobart'] = 'Australia/Hobart';
821 $a->strings['Australia/LHI'] = 'Australia/LHI';
822 $a->strings['Australia/Lindeman'] = 'Australia/Lindeman';
823 $a->strings['Australia/Lord_Howe'] = 'Australia/Lord_Howe';
824 $a->strings['Australia/Melbourne'] = 'Australia/Melbourne';
825 $a->strings['Australia/North'] = 'Australia/North';
826 $a->strings['Australia/NSW'] = 'Australia/NSW';
827 $a->strings['Australia/Perth'] = 'Australia/Perth';
828 $a->strings['Australia/Queensland'] = 'Australia/Queensland';
829 $a->strings['Australia/South'] = 'Australia/South';
830 $a->strings['Australia/Sydney'] = 'Australia/Sydney';
831 $a->strings['Australia/Tasmania'] = 'Australia/Tasmania';
832 $a->strings['Australia/Victoria'] = 'Australia/Victoria';
833 $a->strings['Australia/West'] = 'Australia/West';
834 $a->strings['Australia/Yancowinna'] = 'Australia/Yancowinna';
835 $a->strings['Brazil/Acre'] = 'Brazil/Acre';
836 $a->strings['Brazil/DeNoronha'] = 'Brazil/DeNoronha';
837 $a->strings['Brazil/East'] = 'Brazil/East';
838 $a->strings['Brazil/West'] = 'Brazil/West';
839 $a->strings['Canada/Atlantic'] = 'Canada/Atlantic';
840 $a->strings['Canada/Central'] = 'Canada/Central';
841 $a->strings['Canada/East-Saskatchewan'] = 'Canada/East-Saskatchewan';
842 $a->strings['Canada/Eastern'] = 'Canada/Eastern';
843 $a->strings['Canada/Mountain'] = 'Canada/Mountain';
844 $a->strings['Canada/Newfoundland'] = 'Canada/Newfoundland';
845 $a->strings['Canada/Pacific'] = 'Canada/Pacific';
846 $a->strings['Canada/Saskatchewan'] = 'Canada/Saskatchewan';
847 $a->strings['Canada/Yukon'] = 'Canada/Yukon';
848 $a->strings['CET'] = 'CET';
849 $a->strings['Chile/Continental'] = 'Chile/Continental';
850 $a->strings['Chile/EasterIsland'] = 'Chile/EasterIsland';
851 $a->strings['CST6CDT'] = 'CST6CDT';
852 $a->strings['Cuba'] = 'Cuba';
853 $a->strings['EET'] = 'EET';
854 $a->strings['Egypt'] = 'Egypt';
855 $a->strings['Eire'] = 'Eire';
856 $a->strings['EST'] = 'EST';
857 $a->strings['EST5EDT'] = 'EST5EDT';
858 $a->strings['Etc/GMT'] = 'Etc/GMT';
859 $a->strings['Etc/GMT+0'] = 'Etc/GMT+0';
860 $a->strings['Etc/GMT+1'] = 'Etc/GMT+1';
861 $a->strings['Etc/GMT+10'] = 'Etc/GMT+10';
862 $a->strings['Etc/GMT+11'] = 'Etc/GMT+11';
863 $a->strings['Etc/GMT+12'] = 'Etc/GMT+12';
864 $a->strings['Etc/GMT+2'] = 'Etc/GMT+2';
865 $a->strings['Etc/GMT+3'] = 'Etc/GMT+3';
866 $a->strings['Etc/GMT+4'] = 'Etc/GMT+4';
867 $a->strings['Etc/GMT+5'] = 'Etc/GMT+5';
868 $a->strings['Etc/GMT+6'] = 'Etc/GMT+6';
869 $a->strings['Etc/GMT+7'] = 'Etc/GMT+7';
870 $a->strings['Etc/GMT+8'] = 'Etc/GMT+8';
871 $a->strings['Etc/GMT+9'] = 'Etc/GMT+9';
872 $a->strings['Etc/GMT-0'] = 'Etc/GMT-0';
873 $a->strings['Etc/GMT-1'] = 'Etc/GMT-1';
874 $a->strings['Etc/GMT-10'] = 'Etc/GMT-10';
875 $a->strings['Etc/GMT-11'] = 'Etc/GMT-11';
876 $a->strings['Etc/GMT-12'] = 'Etc/GMT-12';
877 $a->strings['Etc/GMT-13'] = 'Etc/GMT-13';
878 $a->strings['Etc/GMT-14'] = 'Etc/GMT-14';
879 $a->strings['Etc/GMT-2'] = 'Etc/GMT-2';
880 $a->strings['Etc/GMT-3'] = 'Etc/GMT-3';
881 $a->strings['Etc/GMT-4'] = 'Etc/GMT-4';
882 $a->strings['Etc/GMT-5'] = 'Etc/GMT-5';
883 $a->strings['Etc/GMT-6'] = 'Etc/GMT-6';
884 $a->strings['Etc/GMT-7'] = 'Etc/GMT-7';
885 $a->strings['Etc/GMT-8'] = 'Etc/GMT-8';
886 $a->strings['Etc/GMT-9'] = 'Etc/GMT-9';
887 $a->strings['Etc/GMT0'] = 'Etc/GMT0';
888 $a->strings['Etc/Greenwich'] = 'Etc/Greenwich';
889 $a->strings['Etc/UCT'] = 'Etc/UCT';
890 $a->strings['Etc/Universal'] = 'Etc/Universal';
891 $a->strings['Etc/UTC'] = 'Etc/UTC';
892 $a->strings['Etc/Zulu'] = 'Etc/Zulu';
893 $a->strings['Europe/Amsterdam'] = 'Europe/Amsterdam';
894 $a->strings['Europe/Andorra'] = 'Europe/Andorra';
895 $a->strings['Europe/Athens'] = 'Europe/Athens';
896 $a->strings['Europe/Belfast'] = 'Europe/Belfast';
897 $a->strings['Europe/Belgrade'] = 'Europe/Belgrade';
898 $a->strings['Europe/Berlin'] = 'Europe/Berlin';
899 $a->strings['Europe/Bratislava'] = 'Europe/Bratislava';
900 $a->strings['Europe/Brussels'] = 'Europe/Brussels';
901 $a->strings['Europe/Bucharest'] = 'Europe/Bucharest';
902 $a->strings['Europe/Budapest'] = 'Europe/Budapest';
903 $a->strings['Europe/Chisinau'] = 'Europe/Chisinau';
904 $a->strings['Europe/Copenhagen'] = 'Europe/Copenhagen';
905 $a->strings['Europe/Dublin'] = 'Europe/Dublin';
906 $a->strings['Europe/Gibraltar'] = 'Europe/Gibraltar';
907 $a->strings['Europe/Guernsey'] = 'Europe/Guernsey';
908 $a->strings['Europe/Helsinki'] = 'Europe/Helsinki';
909 $a->strings['Europe/Isle_of_Man'] = 'Europe/Isle_of_Man';
910 $a->strings['Europe/Istanbul'] = 'Europe/Istanbul';
911 $a->strings['Europe/Jersey'] = 'Europe/Jersey';
912 $a->strings['Europe/Kaliningrad'] = 'Europe/Kaliningrad';
913 $a->strings['Europe/Kiev'] = 'Europe/Kiev';
914 $a->strings['Europe/Lisbon'] = 'Europe/Lisbon';
915 $a->strings['Europe/Ljubljana'] = 'Europe/Ljubljana';
916 $a->strings['Europe/London'] = 'Europe/London';
917 $a->strings['Europe/Luxembourg'] = 'Europe/Luxembourg';
918 $a->strings['Europe/Madrid'] = 'Europe/Madrid';
919 $a->strings['Europe/Malta'] = 'Europe/Malta';
920 $a->strings['Europe/Mariehamn'] = 'Europe/Mariehamn';
921 $a->strings['Europe/Minsk'] = 'Europe/Minsk';
922 $a->strings['Europe/Monaco'] = 'Europe/Monaco';
923 $a->strings['Europe/Moscow'] = 'Europe/Moscow';
924 $a->strings['Europe/Nicosia'] = 'Europe/Nicosia';
925 $a->strings['Europe/Oslo'] = 'Europe/Oslo';
926 $a->strings['Europe/Paris'] = 'Europe/Paris';
927 $a->strings['Europe/Podgorica'] = 'Europe/Podgorica';
928 $a->strings['Europe/Prague'] = 'Europe/Prague';
929 $a->strings['Europe/Riga'] = 'Europe/Riga';
930 $a->strings['Europe/Rome'] = 'Europe/Rome';
931 $a->strings['Europe/Samara'] = 'Europe/Samara';
932 $a->strings['Europe/San_Marino'] = 'Europe/San_Marino';
933 $a->strings['Europe/Sarajevo'] = 'Europe/Sarajevo';
934 $a->strings['Europe/Simferopol'] = 'Europe/Simferopol';
935 $a->strings['Europe/Skopje'] = 'Europe/Skopje';
936 $a->strings['Europe/Sofia'] = 'Europe/Sofia';
937 $a->strings['Europe/Stockholm'] = 'Europe/Stockholm';
938 $a->strings['Europe/Tallinn'] = 'Europe/Tallinn';
939 $a->strings['Europe/Tirane'] = 'Europe/Tirane';
940 $a->strings['Europe/Tiraspol'] = 'Europe/Tiraspol';
941 $a->strings['Europe/Uzhgorod'] = 'Europe/Uzhgorod';
942 $a->strings['Europe/Vaduz'] = 'Europe/Vaduz';
943 $a->strings['Europe/Vatican'] = 'Europe/Vatican';
944 $a->strings['Europe/Vienna'] = 'Europe/Vienna';
945 $a->strings['Europe/Vilnius'] = 'Europe/Vilnius';
946 $a->strings['Europe/Volgograd'] = 'Europe/Volgograd';
947 $a->strings['Europe/Warsaw'] = 'Europe/Warsaw';
948 $a->strings['Europe/Zagreb'] = 'Europe/Zagreb';
949 $a->strings['Europe/Zaporozhye'] = 'Europe/Zaporozhye';
950 $a->strings['Europe/Zurich'] = 'Europe/Zurich';
951 $a->strings['Factory'] = 'Factory';
952 $a->strings['GB'] = 'GB';
953 $a->strings['GB-Eire'] = 'GB-Eire';
954 $a->strings['GMT'] = 'GMT';
955 $a->strings['GMT+0'] = 'GMT+0';
956 $a->strings['GMT-0'] = 'GMT-0';
957 $a->strings['GMT0'] = 'GMT0';
958 $a->strings['Greenwich'] = 'Greenwich';
959 $a->strings['Hongkong'] = 'Hongkong';
960 $a->strings['HST'] = 'HST';
961 $a->strings['Iceland'] = 'Iceland';
962 $a->strings['Indian/Antananarivo'] = 'Indian/Antananarivo';
963 $a->strings['Indian/Chagos'] = 'Indian/Chagos';
964 $a->strings['Indian/Christmas'] = 'Indian/Christmas';
965 $a->strings['Indian/Cocos'] = 'Indian/Cocos';
966 $a->strings['Indian/Comoro'] = 'Indian/Comoro';
967 $a->strings['Indian/Kerguelen'] = 'Indian/Kerguelen';
968 $a->strings['Indian/Mahe'] = 'Indian/Mahe';
969 $a->strings['Indian/Maldives'] = 'Indian/Maldives';
970 $a->strings['Indian/Mauritius'] = 'Indian/Mauritius';
971 $a->strings['Indian/Mayotte'] = 'Indian/Mayotte';
972 $a->strings['Indian/Reunion'] = 'Indian/Reunion';
973 $a->strings['Iran'] = 'Iran';
974 $a->strings['Israel'] = 'Israel';
975 $a->strings['Jamaica'] = 'Jamaica';
976 $a->strings['Japan'] = 'Japan';
977 $a->strings['Kwajalein'] = 'Kwajalein';
978 $a->strings['Libya'] = 'Libya';
979 $a->strings['MET'] = 'MET';
980 $a->strings['Mexico/BajaNorte'] = 'Mexico/BajaNorte';
981 $a->strings['Mexico/BajaSur'] = 'Mexico/BajaSur';
982 $a->strings['Mexico/General'] = 'Mexico/General';
983 $a->strings['MST'] = 'MST';
984 $a->strings['MST7MDT'] = 'MST7MDT';
985 $a->strings['Navajo'] = 'Navajo';
986 $a->strings['NZ'] = 'NZ';
987 $a->strings['NZ-CHAT'] = 'NZ-CHAT';
988 $a->strings['Pacific/Apia'] = 'Pacific/Apia';
989 $a->strings['Pacific/Auckland'] = 'Pacific/Auckland';
990 $a->strings['Pacific/Chatham'] = 'Pacific/Chatham';
991 $a->strings['Pacific/Easter'] = 'Pacific/Easter';
992 $a->strings['Pacific/Efate'] = 'Pacific/Efate';
993 $a->strings['Pacific/Enderbury'] = 'Pacific/Enderbury';
994 $a->strings['Pacific/Fakaofo'] = 'Pacific/Fakaofo';
995 $a->strings['Pacific/Fiji'] = 'Pacific/Fiji';
996 $a->strings['Pacific/Funafuti'] = 'Pacific/Funafuti';
997 $a->strings['Pacific/Galapagos'] = 'Pacific/Galapagos';
998 $a->strings['Pacific/Gambier'] = 'Pacific/Gambier';
999 $a->strings['Pacific/Guadalcanal'] = 'Pacific/Guadalcanal';
1000 $a->strings['Pacific/Guam'] = 'Pacific/Guam';
1001 $a->strings['Pacific/Honolulu'] = 'Pacific/Honolulu';
1002 $a->strings['Pacific/Johnston'] = 'Pacific/Johnston';
1003 $a->strings['Pacific/Kiritimati'] = 'Pacific/Kiritimati';
1004 $a->strings['Pacific/Kosrae'] = 'Pacific/Kosrae';
1005 $a->strings['Pacific/Kwajalein'] = 'Pacific/Kwajalein';
1006 $a->strings['Pacific/Majuro'] = 'Pacific/Majuro';
1007 $a->strings['Pacific/Marquesas'] = 'Pacific/Marquesas';
1008 $a->strings['Pacific/Midway'] = 'Pacific/Midway';
1009 $a->strings['Pacific/Nauru'] = 'Pacific/Nauru';
1010 $a->strings['Pacific/Niue'] = 'Pacific/Niue';
1011 $a->strings['Pacific/Norfolk'] = 'Pacific/Norfolk';
1012 $a->strings['Pacific/Noumea'] = 'Pacific/Noumea';
1013 $a->strings['Pacific/Pago_Pago'] = 'Pacific/Pago_Pago';
1014 $a->strings['Pacific/Palau'] = 'Pacific/Palau';
1015 $a->strings['Pacific/Pitcairn'] = 'Pacific/Pitcairn';
1016 $a->strings['Pacific/Ponape'] = 'Pacific/Ponape';
1017 $a->strings['Pacific/Port_Moresby'] = 'Pacific/Port_Moresby';
1018 $a->strings['Pacific/Rarotonga'] = 'Pacific/Rarotonga';
1019 $a->strings['Pacific/Saipan'] = 'Pacific/Saipan';
1020 $a->strings['Pacific/Samoa'] = 'Pacific/Samoa';
1021 $a->strings['Pacific/Tahiti'] = 'Pacific/Tahiti';
1022 $a->strings['Pacific/Tarawa'] = 'Pacific/Tarawa';
1023 $a->strings['Pacific/Tongatapu'] = 'Pacific/Tongatapu';
1024 $a->strings['Pacific/Truk'] = 'Pacific/Truk';
1025 $a->strings['Pacific/Wake'] = 'Pacific/Wake';
1026 $a->strings['Pacific/Wallis'] = 'Pacific/Wallis';
1027 $a->strings['Pacific/Yap'] = 'Pacific/Yap';
1028 $a->strings['Poland'] = 'Poland';
1029 $a->strings['Portugal'] = 'Portugal';
1030 $a->strings['PRC'] = 'PRC';
1031 $a->strings['PST8PDT'] = 'PST8PDT';
1032 $a->strings['ROC'] = 'ROC';
1033 $a->strings['ROK'] = 'ROK';
1034 $a->strings['Singapore'] = 'Singapore';
1035 $a->strings['Turkey'] = 'Turkey';
1036 $a->strings['UCT'] = 'UCT';
1037 $a->strings['Universal'] = 'Universal';
1038 $a->strings['US/Alaska'] = 'US/Alaska';
1039 $a->strings['US/Aleutian'] = 'US/Aleutian';
1040 $a->strings['US/Arizona'] = 'US/Arizona';
1041 $a->strings['US/Central'] = 'US/Central';
1042 $a->strings['US/East-Indiana'] = 'US/East-Indiana';
1043 $a->strings['US/Eastern'] = 'US/Eastern';
1044 $a->strings['US/Hawaii'] = 'US/Hawaii';
1045 $a->strings['US/Indiana-Starke'] = 'US/Indiana-Starke';
1046 $a->strings['US/Michigan'] = 'US/Michigan';
1047 $a->strings['US/Mountain'] = 'US/Mountain';
1048 $a->strings['US/Pacific'] = 'US/Pacific';
1049 $a->strings['US/Pacific-New'] = 'US/Pacific-New';
1050 $a->strings['US/Samoa'] = 'US/Samoa';
1051 $a->strings['UTC'] = 'UTC';
1052 $a->strings['W-SU'] = 'W-SU';
1053 $a->strings['WET'] = 'WET';
1054 $a->strings['Zulu'] = 'Zulu';