]> git.mxchange.org Git - friendica.git/blob - view/fr/strings.php
Merge branch 'oembed' of https://github.com/fabrixxm/friendika into fabrixxm-oembed
[friendica.git] / view / fr / strings.php
1 <?php
2 $a->strings['Not Found'] = 'Non trouvé';
3 $a->strings['Page not found.' ] = 'Page introuvable.' ;
4 $a->strings['Permission denied'] = 'Permission refusée';
5 $a->strings['Permission denied.'] = 'Permission refusée.';
6 $a->strings['Nickname or Email address: '] = 'Pseudo ou adresse email: ';
7 $a->strings['Password: '] = 'Mot de passe: ';
8 $a->strings['Login'] = 'Connexion';
9 $a->strings['Nickname/Email/OpenID: '] = 'Pseudo/Email/OpenID: ';
10 $a->strings["Password \x28if not OpenID\x29: "] = "Mot de passe \x28sauf pour OpenID\x29: ";
11 $a->strings['Forgot your password?'] = 'Mot de passe oublié?';
12 $a->strings['Password Reset'] = 'Réinitialiser le mot de passe';
13 $a->strings['prev'] = 'prev';
14 $a->strings['first'] = 'first';
15 $a->strings['last'] = 'last';
16 $a->strings['next'] = 'next';
17 $a->strings[' likes this.'] = ' aime ça.';
18 $a->strings[' doesn\'t like this.'] = ' n\'aime pas ça.';
19 $a->strings['people'] = 'personne(s)';
20 $a->strings['like this.'] = 'aime(nt) ça.';
21 $a->strings['don\'t like this.'] = 'n\'aime(nt) pas ça.';
22 $a->strings['and'] = 'et';
23 $a->strings[', and '] = ', et ';
24 $a->strings[' other people'] = ' autre(s) personne(s)';
25 $a->strings[' like this.'] = ' aime(nt) ça.';
26 $a->strings[' don\'t like this.'] = ' n\'aime(nt) pas ça.';
27 $a->strings['No contacts'] = 'Aucun contact';
28 $a->strings['Contacts'] = 'Contacts';
29 $a->strings['View Contacts'] = 'Voir les contacts';
30 $a->strings['Search'] = 'Recherche';
31 $a->strings['No profile'] = 'Aucun profil';
32 $a->strings['Connect'] = 'Relier';
33 $a->strings['Location:'] = 'Localisation:';
34 $a->strings[', '] = ', ';
35 $a->strings['Gender:'] = 'Genre:';
36 $a->strings['Status:'] = 'Statut:';
37 $a->strings['Homepage:'] = 'Page personnelle:';
38 $a->strings['Monday'] = 'Lundi';
39 $a->strings['Tuesday'] = 'Mardi';
40 $a->strings['Wednesday'] = 'Mercredi';
41 $a->strings['Thursday'] = 'Jeudi';
42 $a->strings['Friday'] = 'Vendredi';
43 $a->strings['Saturday'] = 'Samedi';
44 $a->strings['Sunday'] = 'Dimanche';
45 $a->strings['January'] = 'Janvier';
46 $a->strings['February'] = 'Février';
47 $a->strings['March'] = 'Mars';
48 $a->strings['April'] = 'Avril';
49 $a->strings['May'] = 'Mai';
50 $a->strings['June'] = 'Juin';
51 $a->strings['July'] = 'Juillet';
52 $a->strings['August'] = 'Août';
53 $a->strings['September'] = 'Septembre';
54 $a->strings['October'] = 'Octobre';
55 $a->strings['November'] = 'Novembre';
56 $a->strings['December'] = 'Décembre';
57 $a->strings['Birthdays this week:'] = 'Anniversaires cette semaine:';
58 $a->strings["\x28Adjusted for local time\x29"] = "\x28Ajustés pour le fuseau horaire local\x29";
59 $a->strings['[today]'] = '[aujourd\'hui]';
60 $a->strings["Invite Friends"] = "Inviter des amis";
61 $a->strings['Connect/Follow [profile address]'] = 'Relier/Suivre [adresse du profil]';
62 $a->strings['Example: bob@example.com, http://example.com/barbara'] = 'Exemple: bob@example.com, http://example.com/barbara';
63 $a->strings['Follow'] = 'Suivre';
64 $a->strings['Could not access contact record.'] = 'Impossible d\'accéder à l\'enregistrement du contact.';
65 $a->strings['Could not locate selected profile.'] = 'Impossible de localiser le profil séléctionné.';
66 $a->strings['Contact updated.'] = 'Contact mis-à-jour.';
67 $a->strings['Failed to update contact record.'] = 'Échec de mise-à-jour du contact.';
68 $a->strings['Contact has been '] = 'Ce contact a été ';
69 $a->strings['blocked'] = 'bloqué';
70 $a->strings['unblocked'] = 'débloqué';
71 $a->strings['ignored'] = 'ignoré';
72 $a->strings['unignored'] = 'des-ignoré';
73 $a->strings['stopped following'] = 'retiré de la liste de suivi';
74 $a->strings['Contact has been removed.'] = 'Ce contact a été retiré.';
75 $a->strings['Contact not found.'] = 'Contact introuvable.';
76 $a->strings['Mutual Friendship'] = 'Relation réciproque';
77 $a->strings['is a fan of yours'] = 'est un fan de vous';
78 $a->strings['you are a fan of'] = 'vous êtes un fan de';
79 $a->strings['Contact Editor'] = 'Éditeur de contact';
80 $a->strings['Visit $name\'s profile'] = 'Visiter le profil de $name';
81 $a->strings['Block/Unblock contact'] = 'Bloquer/débloquer ce contact';
82 $a->strings['Ignore contact'] = 'Ignorer ce contact';
83 $a->strings['Delete contact'] = 'Effacer ce contact';
84 $a->strings['Last updated: '] = 'Dernière mise-à-jour: ';
85 $a->strings['Update public posts: '] = 'Met ses entrées publiques à jour: ';
86 $a->strings['Never'] = 'Jamais';
87 $a->strings['Unblock this contact'] = 'Débloquer ce contact';
88 $a->strings['Block this contact'] = 'Bloquer ce contact';
89 $a->strings['Unignore this contact'] = 'Cesser d\'ignorer ce contact';
90 $a->strings['Ignore this contact'] = 'Ignorer ce contact';
91 $a->strings['Currently blocked'] = 'Actuellement bloqué';
92 $a->strings['Currently ignored'] = 'Actuellement ignoré';
93 $a->strings['Show Blocked Connections'] = 'Montrer les connexions bloquées';
94 $a->strings['Hide Blocked Connections'] = 'Cacher les connexion bloquées';
95 $a->strings['Finding: '] = 'Trouvé: ';
96 $a->strings['Find'] = 'Trouver';
97 $a->strings['Visit '] = 'Visiter le profil de ';
98 $a->strings['\'s profile'] = '';
99 $a->strings['Edit contact'] = 'Éditer le contact';
100 $a->strings['Profile not found.'] = 'Profil introuvable.';
101 $a->strings['Response from remote site was not understood.'] = 'Réponse du site distant incomprise.';
102 $a->strings['Unexpected response from remote site: '] = 'Réponse inattendue du site distant: ';
103 $a->strings["Confirmation completed successfully."] = "Confirmation achevée avec succès.";
104 $a->strings['Remote site reported: '] = 'Alerte du site distant: ';
105 $a->strings["Temporary failure. Please wait and try again."] = "Échec temporaire. Merci de recommencer ultérieurement.";
106 $a->strings["Introduction failed or was revoked."] = "Introduction échouée ou annulée.";
107 $a->strings['Unable to set contact photo.'] = 'Impossible de définir la photo du contact.';
108 $a->strings['is now friends with'] = 'est désormais relié à';
109 $a->strings['No user record found for '] = 'Pas d\'utilisateur trouvé pour ';
110 $a->strings['Our site encryption key is apparently messed up.'] = 'Notre clé de chiffrement de site est apparemment corrompue.';
111 $a->strings['Empty site URL was provided or URL could not be decrypted by us.'] = 'URL de site absente ou indéchiffrable.';
112 $a->strings['Contact record was not found for you on our site.'] = 'Pas d\'entrée pour ce contact sur notre site.';
113 $a->strings['The ID provided by your system is a duplicate on our system. It should work if you try again.'] = 'L\'identifiant fourni par votre système fait doublon sur le notre. Cela peut fonctionner si vous réessayez.';
114 $a->strings['Unable to set your contact credentials on our system.'] = 'Impossible de vous définir des permissions sur notre système.';
115 $a->strings['Unable to update your contact profile details on our system'] = 'Impossible de mettre les détails de votre profil à jour sur notre système';
116 $a->strings["Connection accepted at "] = "Connexion acceptée à ";
117 $a->strings['Administrator'] = 'Administrateur';
118 $a->strings['New mail received at '] = 'Nouvel email reçu à ';
119 $a->strings[' commented on an item at '] = ' a commenté une entrée à ';
120 $a->strings[" commented on an item at "] = " a commenté une entrée à ";
121 $a->strings[' welcomes '] = ' accueille ';
122 $a->strings["This introduction has already been accepted."] = "Cette introduction a déjà été acceptée.";
123 $a->strings['Profile location is not valid or does not contain profile information.'] = 'L\'emplacement du profil est invalide ou ne contient pas de profil valide.';
124 $a->strings['Warning: profile location has no identifiable owner name.'] = 'Attention: l\'emplacement du profil n\'a pas de nom identifiable.';
125 $a->strings['Warning: profile location has no profile photo.'] = 'Attention: l\'emplacement du profil n\'a pas de photo de profil.';
126 $a->strings[' required parameter'] = ' paramêtre(s) requis';
127 $a->strings[" was "] = " était ";
128 $a->strings["s were "] = "étaient ";
129 $a->strings["not found at the given location."] = "introuvable(s) à l\'emplacement indiqué.";
130 $a->strings["Introduction complete."] = "Phase de présentation achevée.";
131 $a->strings['Unrecoverable protocol error.'] = 'Erreur de protocole non-récupérable.';
132 $a->strings['Profile unavailable.'] = 'Profil indisponible.';
133 $a->strings[' has received too many connection requests today.'] = ' a reçu trop de requêtes de connexion aujourd\'hui.';
134 $a->strings['Spam protection measures have been invoked.'] = 'Des mesures de protection contre le spam ont été déclenchées.';
135 $a->strings['Friends are advised to please try again in 24 hours.'] = 'Les relations sont encouragées à attendre 24 heures pour recommencer.';
136 $a->strings["Invalid locator"] = "Localisateur invalide";
137 $a->strings["Unable to resolve your name at the provided location."] = "Impossible de résoudre votre nom à l\'emplacement fourni.";
138 $a->strings['You have already introduced yourself here.'] = 'Vous vous êtes déjà présenté ici.';
139 $a->strings['Apparently you are already friends with .'] = 'Apparently you are already friends with .';
140 $a->strings['Invalid profile URL.'] = 'URL de profil invalide.';
141 $a->strings['Disallowed profile URL.'] = 'URL de profil interdite.';
142 $a->strings['Your introduction has been sent.'] = 'Votre présentation a été envoyée.';
143 $a->strings["Please login to confirm introduction."] = "Connectez-vous pour confirmer l\'introduction.";
144 $a->strings["Incorrect identity currently logged in. Please login to <strong>this</strong> profile."] = "Identité incorrecte actuellement connectée. Merci de vous connecter à <strong>ce</strong> profil.";
145 $a->strings['[Name Withheld]'] = '[Nom non publié]';
146 $a->strings['Friend/Connection Request'] = 'Requête de relation/amitié';
147 $a->strings['Please answer the following:'] = 'Merci de répondre à ce qui suit:';
148 $a->strings['Does $name know you?'] = 'Est-ce que $name vous connaît?';
149 $a->strings['Yes'] = 'Oui';
150 $a->strings['No'] = 'Non';
151 $a->strings['Add a personal note:'] = 'Ajouter une note personnelle:';
152 $a->strings['Please enter your profile address from one of the following supported social networks:'] = 'Merci d\'entrer l\'adresse de votre profil sur l\'une de ces réseaux sociaux:';
153 $a->strings['Friendika'] = 'Friendika';
154 $a->strings['StatusNet/Federated Social Web'] = 'StatusNet/Federated Social Web';
155 $a->strings["Private \x28secure\x29 network"] = "Réseau privé \x28sécurisé\x29";
156 $a->strings["Public \x28insecure\x29 network"] = "Réseau public \x28non-sécurisé\x29";
157 $a->strings['Your profile address:'] = 'Votre adresse de profil:';
158 $a->strings['Submit Request'] = 'Envoyer la requête';
159 $a->strings['Cancel'] = 'Annuler';
160 $a->strings['Global Directory'] = 'Annuaire global';
161 $a->strings['Item not found.'] = 'Élément introuvable.';
162 $a->strings['Private Message'] = 'Message privé';
163 $a->strings['This is you'] = 'C\'est vous';
164 $a->strings['View $name\'s profile'] = 'Voir le profil de $name';
165 $a->strings['Item has been removed.'] = 'Cet élément a été enlevé.';
166 $a->strings['The profile address specified does not provide adequate information.'] = 'L\'adresse de profil indiquée ne fournit par les informations adéquates.';
167 $a->strings['Limited profile. This person will be unable to receive direct/personal notifications from you.'] = 'Profil limité. Cette personne ne sera pas capable de recevoir des notifications directes/personnelles de votre part.';
168 $a->strings['Unable to retrieve contact information.'] = 'Impossible de récupérer les informations du contact.';
169 $a->strings['following'] = 'following'; // FIXME
170 $a->strings['Group created.'] = 'Groupe créé.';
171 $a->strings['Could not create group.'] = 'Impossible de créer le groupe.';
172 $a->strings['Group not found.'] = 'Groupe introuvable.';
173 $a->strings['Group name changed.'] = 'Group renommé.';
174 $a->strings['Membership list updated.'] = 'Liste des membres mise à jour.';
175 $a->strings['Group removed.'] = 'Groupe enlevé.';
176 $a->strings['Unable to remove group.'] = 'Impossible d\'enlever le groupe';
177 $a->strings['Delete'] = 'Supprimer';
178 $a->strings["Welcome to "] = "Bienvenue à ";
179 $a->strings['Could not create/connect to database.'] = 'Impossible de créer/atteindre la base de données.';
180 $a->strings['Connected to database.'] = 'Connecté à la base de données.';
181 $a->strings['Database import succeeded.'] = 'Import de base achevé avec succès.';
182 $a->strings['IMPORTANT: You will need to [manually] setup a scheduled task for the poller.'] = 'IMPORTANT: Vous devez configurer [manuellement] une tâche programmée pour le \'poller\'.'; // FIXME
183 $a->strings['Please see the file "INSTALL.txt".'] = 'Référez-vous au fichier "INSTALL.txt".';
184 $a->strings['Database import failed.'] = 'Import de base échoué.';
185 $a->strings['You may need to import the file "database.sql" manually using phpmyadmin or mysql.'] = 'Vous pourriez avoir besoin d\'importer le fichier "database.sql" manuellement au moyen de phpmyadmin ou de la commande mysql.';
186 $a->strings['Welcome to Friendika.'] = 'Bienvenue sur Friendika.';
187 $a->strings['Submit'] = 'Envoyer';
188 $a->strings['Could not find a command line version of PHP in the web server PATH.'] = 'Impossible de trouver la version "ligne de commande" de PHP dans le PATH du serveur web.';
189 $a->strings['This is required. Please adjust the configuration file .htconfig.php accordingly.'] = 'Ceci est requis. Merci d\'ajuster la configuration dans le fichier .htconfig.php en conséquence.';
190 $a->strings['The command line version of PHP on your system does not have "register_argc_argv" enabled.'] = 'La version "ligne de commande" de PHP de votre système n\'a pas "register_argc_argv" d\'activé.';
191 $a->strings['This is required for message delivery to work.'] = 'Ceci est requis pour que la livraison des messages fonctionne.';
192 $a->strings['Error: the "openssl_pkey_new" function on this system is not able to generate encryption keys'] = 'Erreur: la fonction "openssl_pkey_new" de ce système ne permet pas de générer des clés de chiffrement';
193 $a->strings['If running under Windows, please see "http://www.php.net/manual/en/openssl.installation.php".'] = 'Si vous utilisez Windows, merci de vous réferer à "http://www.php.net/manual/en/openssl.installation.php".';
194 $a->strings['Error: Apache webserver mod-rewrite module is required but not installed.'] = 'Erreur: Le module "rewrite" du serveur web Apache est requis mais pas installé.';
195 $a->strings['Error: libCURL PHP module required but not installed.'] = 'Erreur: Le module PHP "libCURL" est requis mais pas installé.';
196 $a->strings['Error: GD graphics PHP module with JPEG support required but not installed.'] = 'Erreur: Le module PHP "GD" disposant du support JPEG est requis mais pas installé.';
197 $a->strings['Error: openssl PHP module required but not installed.'] = 'Erreur: Le module PHP "openssl" est requis mais pas installé.';
198 $a->strings['Error: mysqli PHP module required but not installed.'] = 'Erreur: Le module PHP "mysqli" est requis mais pas installé.';
199 // TODO
200 $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.';
201 $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.';
202 $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.';
203 $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.';
204 $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.';
205 $a->strings['Errors encountered creating database tables.'] = 'Errors encountered creating database tables.';
206 $a->strings[' : '] = ' : ';
207 $a->strings['Not a valid email address.'] = 'Not a valid email address.';
208 $a->strings['Please join my network on '] = 'Please join my network on ';
209 $a->strings['Message delivery failed.'] = 'Message delivery failed.';
210 $a->strings[' messages sent.'] = ' messages sent.';
211 $a->strings['Send invitations'] = 'Send invitations';
212 $a->strings['Enter email addresses, one per line:'] = 'Enter email addresses, one per line:';
213 $a->strings['Your message:'] = 'Your message:';
214 $a->strings['Please join my social network on '] = 'Please join my social network on ';
215 $a->strings["\r\n"] = "\r\n";
216 $a->strings['To accept this invitation, please visit:'] = 'To accept this invitation, please visit:';
217 $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:';
218 $a->strings['Unable to locate original post.'] = 'Unable to locate original post.';
219 $a->strings['Empty post discarded.'] = 'Empty post discarded.';
220 $a->strings['Wall Photos'] = 'Wall Photos';
221 $a->strings[" commented on your item at "] = " commented on your item at ";
222 $a->strings[" posted on your profile wall at "] = " posted on your profile wall at ";
223 $a->strings['photo'] = 'photo';
224 $a->strings['status'] = 'status';
225 $a->strings['likes'] = 'likes';
226 $a->strings['doesn\'t like'] = 'doesn\'t like';
227 $a->strings['\'s'] = '\'s';
228 $a->strings['Remote privacy information not available.'] = 'Remote privacy information not available.';
229 $a->strings['Visible to:'] = 'Visible to:';
230 $a->strings['Password reset requested at '] = 'Password reset requested at ';
231 $a->strings['No recipient selected.'] = 'No recipient selected.';
232 $a->strings['[no subject]'] = '[no subject]';
233 $a->strings['Unable to locate contact information.'] = 'Unable to locate contact information.';
234 $a->strings['Message sent.'] = 'Message sent.';
235 $a->strings['Message could not be sent.'] = 'Message could not be sent.';
236 $a->strings['Messages'] = 'Messages';
237 $a->strings['Inbox'] = 'Inbox';
238 $a->strings['Outbox'] = 'Outbox';
239 $a->strings['New Message'] = 'New Message';
240 $a->strings['Message deleted.'] = 'Message deleted.';
241 $a->strings['Conversation removed.'] = 'Conversation removed.';
242 $a->strings['Send Private Message'] = 'Send Private Message';
243 $a->strings['To:'] = 'To:';
244 $a->strings['Subject:'] = 'Subject:';
245 $a->strings['Upload photo'] = 'Upload photo';
246 $a->strings['Insert web link'] = 'Insert web link';
247 $a->strings['Please wait'] = 'Please wait';
248 $a->strings['No messages.'] = 'No messages.';
249 $a->strings['Delete conversation'] = 'Delete conversation';
250 $a->strings['Message not available.'] = 'Message not available.';
251 $a->strings['Delete message'] = 'Delete message';
252 $a->strings['Send Reply'] = 'Send Reply';
253 $a->strings['Normal View'] = 'Normal View';
254 $a->strings['New Item View'] = 'New Item View';
255 $a->strings['No such group'] = 'No such group';
256 $a->strings['Group is empty'] = 'Group is empty';
257 $a->strings['Group: '] = 'Group: ';
258 $a->strings['View in context'] = 'View in context';
259 $a->strings['Invalid request identifier.'] = 'Invalid request identifier.';
260 $a->strings['Discard'] = 'Discard';
261 $a->strings['Ignore'] = 'Ignore';
262 $a->strings['Show Ignored Requests'] = 'Show Ignored Requests';
263 $a->strings['Hide Ignored Requests'] = 'Hide Ignored Requests';
264 $a->strings['Claims to be known to you: '] = 'Claims to be known to you: ';
265 $a->strings['yes'] = 'yes';
266 $a->strings['no'] = 'no';
267 $a->strings['Notification type: '] = 'Notification type: ';
268 $a->strings['Friend/Connect Request'] = 'Friend/Connect Request';
269 $a->strings['New Follower'] = 'New Follower';
270 $a->strings['Approve'] = 'Approve';
271 $a->strings['No notifications.'] = 'No notifications.';
272 $a->strings['No registrations.'] = 'No registrations.';
273 $a->strings['Login failed.'] = 'Login failed.';
274 $a->strings["Welcome back "] = "Welcome back ";
275 $a->strings['Photo Albums'] = 'Photo Albums';
276 $a->strings['Contact Photos'] = 'Contact Photos';
277 $a->strings['Contact information unavailable'] = 'Contact information unavailable';
278 $a->strings['Profile Photos'] = 'Profile Photos';
279 $a->strings['Album not found.'] = 'Album not found.';
280 $a->strings['Delete Album'] = 'Delete Album';
281 $a->strings['Delete Photo'] = 'Delete Photo';
282 $a->strings['was tagged in a'] = 'was tagged in a';
283 $a->strings['by'] = 'by';
284 $a->strings['Image exceeds size limit of '] = 'Image exceeds size limit of ';
285 $a->strings['Unable to process image.'] = 'Unable to process image.';
286 $a->strings['Image upload failed.'] = 'Image upload failed.';
287 $a->strings['No photos selected'] = 'No photos selected';
288 $a->strings['Upload Photos'] = 'Upload Photos';
289 $a->strings['New album name: '] = 'New album name: ';
290 $a->strings['or existing album name: '] = 'or existing album name: ';
291 $a->strings['Select files to upload: '] = 'Select files to upload: ';
292 $a->strings['Permissions'] = 'Permissions';
293 $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.';
294 $a->strings['Edit Album'] = 'Edit Album';
295 $a->strings['View Photo'] = 'View Photo';
296 $a->strings['Photo not available'] = 'Photo not available';
297 $a->strings['Edit photo'] = 'Edit photo';
298 $a->strings['View Full Size'] = 'View Full Size';
299 $a->strings['Tags: '] = 'Tags: ';
300 $a->strings['[Remove any tag]'] = '[Remove any tag]';
301 $a->strings['Caption'] = 'Caption';
302 $a->strings['Add a Tag'] = 'Add a Tag';
303 $a->strings['Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping'] = 'Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping';
304 $a->strings['Recent Photos'] = 'Recent Photos';
305 $a->strings['Upload New Photos'] = 'Upload New Photos';
306 $a->strings['View Album'] = 'View Album';
307 $a->strings['Image uploaded but image cropping failed.'] = 'Image uploaded but image cropping failed.';
308 $a->strings['Image size reduction [175] failed.'] = 'Image size reduction [175] failed.';
309 $a->strings['Image size reduction [80] failed.'] = 'Image size reduction [80] failed.';
310 $a->strings['Image size reduction [48] failed.'] = 'Image size reduction [48] failed.';
311 $a->strings['Unable to process image'] = 'Unable to process image';
312 $a->strings['Image uploaded successfully.'] = 'Image uploaded successfully.';
313 $a->strings['Image size reduction [640] failed.'] = 'Image size reduction [640] failed.';
314 $a->strings['Profile Name is required.'] = 'Profile Name is required.';
315 $a->strings['Profile updated.'] = 'Profile updated.';
316 $a->strings['Profile deleted.'] = 'Profile deleted.';
317 $a->strings['Profile-'] = 'Profile-';
318 $a->strings['New profile created.'] = 'New profile created.';
319 $a->strings['Profile unavailable to clone.'] = 'Profile unavailable to clone.';
320 $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.';
321 $a->strings['Age: '] = 'Age: ';
322 $a->strings['Profile Image'] = 'Profile Image';
323 $a->strings['Invalid OpenID url'] = 'Invalid OpenID url';
324 $a->strings['Please enter the required information.'] = 'Please enter the required information.';
325 $a->strings['Please use a shorter name.'] = 'Please use a shorter name.';
326 $a->strings['Name too short.'] = 'Name too short.';
327 $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.";
328 $a->strings['Your email domain is not among those allowed on this site.'] = 'Your email domain is not among those allowed on this site.';
329 $a->strings['Cannot use that email.'] = 'Cannot use that email.';
330 $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.';
331 $a->strings['Nickname is already registered. Please choose another.'] = 'Nickname is already registered. Please choose another.';
332 $a->strings['SERIOUS ERROR: Generation of security keys failed.'] = 'SERIOUS ERROR: Generation of security keys failed.';
333 $a->strings['An error occurred during registration. Please try again.'] = 'An error occurred during registration. Please try again.';
334 $a->strings['An error occurred creating your default profile. Please try again.'] = 'An error occurred creating your default profile. Please try again.';
335 $a->strings['Registration details for '] = 'Registration details for ';
336 $a->strings['Registration successful. Please check your email for further instructions.'] = 'Registration successful. Please check your email for further instructions.';
337 $a->strings['Failed to send email message. Here is the message that failed.'] = 'Failed to send email message. Here is the message that failed.';
338 $a->strings['Your registration can not be processed.'] = 'Your registration can not be processed.';
339 $a->strings['Registration request at '] = 'Registration request at ';
340 $a->strings['Your registration is pending approval by the site owner.'] = 'Your registration is pending approval by the site owner.';
341 $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'.";
342 $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.';
343 $a->strings["Your OpenID \x28optional\x29: "] = "Your OpenID \x28optional\x29: ";
344 $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.';
345 $a->strings['Registration'] = 'Registration';
346 $a->strings['Your Full Name ' . "\x28" . 'e.g. Joe Smith' . "\x29" . ': '] = 'Your Full Name ' . "\x28" . 'e.g. Joe Smith' . "\x29" . ': ';
347 $a->strings['Your Email Address: '] = 'Your Email Address: ';
348 $a->strings['Choose a profile nickname. This must begin with a text character. Your global profile locator will then be \'<strong>nickname@$sitename</strong>\'.'] = 'Choose a profile nickname. This must begin with a text character. Your global profile locator will then be \'<strong>nickname@$sitename</strong>\'.';
349 $a->strings['Choose a nickname: '] = 'Choose a nickname: ';
350 $a->strings['Register'] = 'Register';
351 $a->strings['Please login.'] = 'Please login.';
352 $a->strings['Registration revoked for '] = 'Registration revoked for ';
353 $a->strings['Account approved.'] = 'Account approved.';
354 $a->strings['Passwords do not match. Password unchanged.'] = 'Passwords do not match. Password unchanged.';
355 $a->strings['Empty passwords are not allowed. Password unchanged.'] = 'Empty passwords are not allowed. Password unchanged.';
356 $a->strings['Password changed.'] = 'Password changed.';
357 $a->strings['Password update failed. Please try again.'] = 'Password update failed. Please try again.';
358 $a->strings[' Please use a shorter name.'] = ' Please use a shorter name.';
359 $a->strings[' Name too short.'] = ' Name too short.';
360 $a->strings[' Not valid email.'] = ' Not valid email.';
361 $a->strings[' Cannot change to that email.'] = ' Cannot change to that email.';
362 $a->strings['Settings updated.'] = 'Settings updated.';
363 $a->strings['Plugin Settings'] = 'Plugin Settings';
364 $a->strings['Account Settings'] = 'Account Settings';
365 $a->strings['No Plugin settings configured'] = 'No Plugin settings configured';
366 $a->strings['OpenID: '] = 'OpenID: ';
367 $a->strings["&nbsp;\x28Optional\x29 Allow this OpenID to login to this account."] = "&nbsp;\x28Optional\x29 Allow this OpenID to login to this account.";
368 $a->strings['Profile is <strong>not published</strong>.'] = 'Profile is <strong>not published</strong>.';
369 $a->strings['Default Post Permissions'] = 'Default Post Permissions';
370 $a->strings['Tag removed'] = 'Tag removed';
371 $a->strings['Remove Item Tag'] = 'Remove Item Tag';
372 $a->strings['Select a tag to remove: '] = 'Select a tag to remove: ';
373 $a->strings['Remove'] = 'Remove';
374 $a->strings['No contacts.'] = 'No contacts.';
375 $a->strings['Visible To:'] = 'Visible To:';
376 $a->strings['Groups'] = 'Groups';
377 $a->strings['Except For:'] = 'Except For:';
378 $a->strings['Logged out.'] = 'Logged out.';
379 $a->strings['Unknown | Not categorised'] = 'Unknown | Not categorised';
380 $a->strings['Block immediately'] = 'Block immediately';
381 $a->strings['Shady, spammer, self-marketer'] = 'Shady, spammer, self-marketer';
382 $a->strings['Known to me, but no opinion'] = 'Known to me, but no opinion';
383 $a->strings['OK, probably harmless'] = 'OK, probably harmless';
384 $a->strings['Reputable, has my trust'] = 'Reputable, has my trust';
385 $a->strings['Frequently'] = 'Fréquemment';
386 $a->strings['Hourly'] = 'Toutes les heures';
387 $a->strings['Twice daily'] = 'Deux fois par jour';
388 $a->strings['Daily'] = 'Chaque jour';
389 $a->strings['Weekly'] = 'Chaque semaine';
390 $a->strings['Monthly'] = 'Chaque mois';
391 $a->strings['Miscellaneous'] = 'Divers';
392 $a->strings['less than a second ago'] = 'il y a moins d\'une seconde';
393 $a->strings['year'] = 'an';
394 $a->strings['years'] = 'ans';
395 $a->strings['month'] = 'mois';
396 $a->strings['months'] = 'mois';
397 $a->strings['week'] = 'semaine';
398 $a->strings['weeks'] = 'semaines';
399 $a->strings['day'] = 'jour';
400 $a->strings['days'] = 'jours';
401 $a->strings['hour'] = 'heure';
402 $a->strings['hours'] = 'heures';
403 $a->strings['minute'] = 'minute';
404 $a->strings['minutes'] = 'minutes';
405 $a->strings['second'] = 'seconde';
406 $a->strings['seconds'] = 'secondes';
407 $a->strings[' ago'] = ' auparavant';
408 $a->strings['Create a new group'] = 'Créer un nouveau groupe';
409 $a->strings['Everybody'] = 'Tout le monde';
410 $a->strings['Birthday:'] = 'Anniversaire:';
411 $a->strings['Logout'] = 'Se déconnecter';
412 $a->strings['Home'] = 'Accueil';
413 $a->strings['Directory'] = 'Annuaire';
414 $a->strings['Network'] = 'Réseau';
415 $a->strings['Notifications'] = 'Notifications';
416 $a->strings['Settings'] = 'Réglages';
417 $a->strings['Profiles'] = 'Profils';
418 $a->strings['Male'] = 'Masculin';
419 $a->strings['Female'] = 'Féminin';
420 $a->strings['Currently Male'] = 'Actuellement masculin';
421 $a->strings['Currently Female'] = 'Actuellement féminin';
422 $a->strings['Mostly Male'] = 'Principalement masculin';
423 $a->strings['Mostly Female'] = 'Principalement féminin';
424 $a->strings['Transgender'] = 'Transgenre';
425 $a->strings['Intersex'] = 'Intersexe';
426 $a->strings['Transsexual'] = 'Transsexuel';
427 $a->strings['Hermaphrodite'] = 'Hermaphrodite';
428 $a->strings['Neuter'] = 'Neutre';
429 $a->strings['Non-specific'] = 'Non-spécifique';
430 $a->strings['Other'] = 'Autre';
431 $a->strings['Undecided'] = 'Indécis';
432 $a->strings['Males'] = 'Hommes';
433 $a->strings['Females'] = 'Femmes';
434 $a->strings['Gay'] = 'Gay';
435 $a->strings['Lesbian'] = 'Lesbienne';
436 $a->strings['No Preference'] = 'Sans préférence';
437 $a->strings['Bisexual'] = 'Bisexuel';
438 $a->strings['Autosexual'] = 'Autosexuel';
439 $a->strings['Abstinent'] = 'Abstinent';
440 $a->strings['Virgin'] = 'Vierge';
441 $a->strings['Deviant'] = 'Déviant';
442 $a->strings['Fetish'] = 'Fétichiste';
443 $a->strings['Oodles'] = 'Oodles'; //FIXME
444 $a->strings['Nonsexual'] = 'Nonsexuel';
445 $a->strings['Single'] = 'Célibataire';
446 $a->strings['Lonely'] = 'Ésseulé';
447 $a->strings['Available'] = 'Disponible';
448 $a->strings['Unavailable'] = 'Indisponible';
449 $a->strings['Dating'] = 'Dans une relation';
450 $a->strings['Unfaithful'] = 'Infidèle';
451 $a->strings['Sex Addict'] = 'Accro au sexe';
452 $a->strings['Friends'] = 'Amis';
453 $a->strings['Friends/Benefits'] = 'Amis par intérêt'; //FIXME
454 $a->strings['Casual'] = 'Casual'; //FIXME
455 $a->strings['Engaged'] = 'Fiancé';
456 $a->strings['Married'] = 'Marié';
457 $a->strings['Partners'] = 'Partenaire';
458 $a->strings['Cohabiting'] = 'En cohabitation';
459 $a->strings['Happy'] = 'Heureux';
460 $a->strings['Not Looking'] = 'Sans recherche';
461 $a->strings['Swinger'] = 'Swinger'; //FIXME
462 $a->strings['Betrayed'] = 'Trahi(e)';
463 $a->strings['Separated'] = 'Séparé';
464 $a->strings['Unstable'] = 'Instable';
465 $a->strings['Divorced'] = 'Divorcé';
466 $a->strings['Widowed'] = 'Veuf/Veuve';
467 $a->strings['Uncertain'] = 'Incertain';
468 $a->strings['Complicated'] = 'Compliqué';
469 $a->strings['Don\'t care'] = 'S\'en désinteresse'; //FIXME
470 $a->strings['Ask me'] = 'Me demander';
471 $a->strings['Africa/Abidjan'] = 'Afrique/Abidjan';
472 $a->strings['Africa/Accra'] = 'Afrique/Accra';
473 $a->strings['Africa/Addis_Ababa'] = 'Afrique/Addis_Ababa';
474 $a->strings['Africa/Algiers'] = 'Afrique/Algiers';
475 $a->strings['Africa/Asmara'] = 'Afrique/Asmara';
476 $a->strings['Africa/Asmera'] = 'Afrique/Asmera';
477 $a->strings['Africa/Bamako'] = 'Afrique/Bamako';
478 $a->strings['Africa/Bangui'] = 'Afrique/Bangui';
479 $a->strings['Africa/Banjul'] = 'Afrique/Banjul';
480 $a->strings['Africa/Bissau'] = 'Afrique/Bissau';
481 $a->strings['Africa/Blantyre'] = 'Afrique/Blantyre';
482 $a->strings['Africa/Brazzaville'] = 'Afrique/Brazzaville';
483 $a->strings['Africa/Bujumbura'] = 'Afrique/Bujumbura';
484 $a->strings['Africa/Cairo'] = 'Afrique/Le Caire';
485 $a->strings['Africa/Casablanca'] = 'Afrique/Casablanca';
486 $a->strings['Africa/Ceuta'] = 'Afrique/Ceuta';
487 $a->strings['Africa/Conakry'] = 'Afrique/Conakry';
488 $a->strings['Africa/Dakar'] = 'Afrique/Dakar';
489 $a->strings['Africa/Dar_es_Salaam'] = 'Afrique/Dar_es_Salaam';
490 $a->strings['Africa/Djibouti'] = 'Afrique/Djibouti';
491 $a->strings['Africa/Douala'] = 'Afrique/Douala';
492 $a->strings['Africa/El_Aaiun'] = 'Afrique/El_Aaiun';
493 $a->strings['Africa/Freetown'] = 'Afrique/Freetown';
494 $a->strings['Africa/Gaborone'] = 'Afrique/Gaborone';
495 $a->strings['Africa/Harare'] = 'Afrique/Harare';
496 $a->strings['Africa/Johannesburg'] = 'Afrique/Johannesburg';
497 $a->strings['Africa/Kampala'] = 'Afrique/Kampala';
498 $a->strings['Africa/Khartoum'] = 'Afrique/Khartoum';
499 $a->strings['Africa/Kigali'] = 'Afrique/Kigali';
500 $a->strings['Africa/Kinshasa'] = 'Afrique/Kinshasa';
501 $a->strings['Africa/Lagos'] = 'Afrique/Lagos';
502 $a->strings['Africa/Libreville'] = 'Afrique/Libreville';
503 $a->strings['Africa/Lome'] = 'Afrique/Lome';
504 $a->strings['Africa/Luanda'] = 'Afrique/Luanda';
505 $a->strings['Africa/Lubumbashi'] = 'Afrique/Lubumbashi';
506 $a->strings['Africa/Lusaka'] = 'Afrique/Lusaka';
507 $a->strings['Africa/Malabo'] = 'Afrique/Malabo';
508 $a->strings['Africa/Maputo'] = 'Afrique/Maputo';
509 $a->strings['Africa/Maseru'] = 'Afrique/Maseru';
510 $a->strings['Africa/Mbabane'] = 'Afrique/Mbabane';
511 $a->strings['Africa/Mogadishu'] = 'Afrique/Mogadishu';
512 $a->strings['Africa/Monrovia'] = 'Afrique/Monrovia';
513 $a->strings['Africa/Nairobi'] = 'Afrique/Nairobi';
514 $a->strings['Africa/Ndjamena'] = 'Afrique/Ndjamena';
515 $a->strings['Africa/Niamey'] = 'Afrique/Niamey';
516 $a->strings['Africa/Nouakchott'] = 'Afrique/Nouakchott';
517 $a->strings['Africa/Ouagadougou'] = 'Afrique/Ouagadougou';
518 $a->strings['Africa/Porto-Novo'] = 'Afrique/Porto-Novo';
519 $a->strings['Africa/Sao_Tome'] = 'Afrique/Sao_Tome';
520 $a->strings['Africa/Timbuktu'] = 'Afrique/Timbuktu';
521 $a->strings['Africa/Tripoli'] = 'Afrique/Tripoli';
522 $a->strings['Africa/Tunis'] = 'Afrique/Tunis';
523 $a->strings['Africa/Windhoek'] = 'Afrique/Windhoek';
524 $a->strings['America/Adak'] = 'Amérique/Adak';
525 $a->strings['America/Anchorage'] = 'Amérique/Anchorage';
526 $a->strings['America/Anguilla'] = 'Amérique/Anguilla';
527 $a->strings['America/Antigua'] = 'Amérique/Antigua';
528 $a->strings['America/Araguaina'] = 'Amérique/Araguaina';
529 $a->strings['America/Argentina/Buenos_Aires'] = 'Amérique/Argentina/Buenos_Aires';
530 $a->strings['America/Argentina/Catamarca'] = 'Amérique/Argentina/Catamarca';
531 $a->strings['America/Argentina/ComodRivadavia'] = 'Amérique/Argentina/ComodRivadavia';
532 $a->strings['America/Argentina/Cordoba'] = 'Amérique/Argentina/Cordoba';
533 $a->strings['America/Argentina/Jujuy'] = 'Amérique/Argentina/Jujuy';
534 $a->strings['America/Argentina/La_Rioja'] = 'Amérique/Argentina/La_Rioja';
535 $a->strings['America/Argentina/Mendoza'] = 'Amérique/Argentina/Mendoza';
536 $a->strings['America/Argentina/Rio_Gallegos'] = 'Amérique/Argentina/Rio_Gallegos';
537 $a->strings['America/Argentina/Salta'] = 'Amérique/Argentina/Salta';
538 $a->strings['America/Argentina/San_Juan'] = 'Amérique/Argentina/San_Juan';
539 $a->strings['America/Argentina/San_Luis'] = 'Amérique/Argentina/San_Luis';
540 $a->strings['America/Argentina/Tucuman'] = 'Amérique/Argentina/Tucuman';
541 $a->strings['America/Argentina/Ushuaia'] = 'Amérique/Argentina/Ushuaia';
542 $a->strings['America/Aruba'] = 'Amérique/Aruba';
543 $a->strings['America/Asuncion'] = 'Amérique/Asuncion';
544 $a->strings['America/Atikokan'] = 'Amérique/Atikokan';
545 $a->strings['America/Atka'] = 'Amérique/Atka';
546 $a->strings['America/Bahia'] = 'Amérique/Bahia';
547 $a->strings['America/Barbados'] = 'Amérique/Barbados';
548 $a->strings['America/Belem'] = 'Amérique/Belem';
549 $a->strings['America/Belize'] = 'Amérique/Belize';
550 $a->strings['America/Blanc-Sablon'] = 'Amérique/Blanc-Sablon';
551 $a->strings['America/Boa_Vista'] = 'Amérique/Boa_Vista';
552 $a->strings['America/Bogota'] = 'Amérique/Bogota';
553 $a->strings['America/Boise'] = 'Amérique/Boise';
554 $a->strings['America/Buenos_Aires'] = 'Amérique/Buenos_Aires';
555 $a->strings['America/Cambridge_Bay'] = 'Amérique/Cambridge_Bay';
556 $a->strings['America/Campo_Grande'] = 'Amérique/Campo_Grande';
557 $a->strings['America/Cancun'] = 'Amérique/Cancun';
558 $a->strings['America/Caracas'] = 'Amérique/Caracas';
559 $a->strings['America/Catamarca'] = 'Amérique/Catamarca';
560 $a->strings['America/Cayenne'] = 'Amérique/Cayenne';
561 $a->strings['America/Cayman'] = 'Amérique/Cayman';
562 $a->strings['America/Chicago'] = 'Amérique/Chicago';
563 $a->strings['America/Chihuahua'] = 'Amérique/Chihuahua';
564 $a->strings['America/Coral_Harbour'] = 'Amérique/Coral_Harbour';
565 $a->strings['America/Cordoba'] = 'Amérique/Cordoba';
566 $a->strings['America/Costa_Rica'] = 'Amérique/Costa_Rica';
567 $a->strings['America/Cuiaba'] = 'Amérique/Cuiaba';
568 $a->strings['America/Curacao'] = 'Amérique/Curacao';
569 $a->strings['America/Danmarkshavn'] = 'Amérique/Danmarkshavn';
570 $a->strings['America/Dawson'] = 'Amérique/Dawson';
571 $a->strings['America/Dawson_Creek'] = 'Amérique/Dawson_Creek';
572 $a->strings['America/Denver'] = 'Amérique/Denver';
573 $a->strings['America/Detroit'] = 'Amérique/Detroit';
574 $a->strings['America/Dominica'] = 'Amérique/Dominica';
575 $a->strings['America/Edmonton'] = 'Amérique/Edmonton';
576 $a->strings['America/Eirunepe'] = 'Amérique/Eirunepe';
577 $a->strings['America/El_Salvador'] = 'Amérique/El_Salvador';
578 $a->strings['America/Ensenada'] = 'Amérique/Ensenada';
579 $a->strings['America/Fort_Wayne'] = 'Amérique/Fort_Wayne';
580 $a->strings['America/Fortaleza'] = 'Amérique/Fortaleza';
581 $a->strings['America/Glace_Bay'] = 'Amérique/Glace_Bay';
582 $a->strings['America/Godthab'] = 'Amérique/Godthab';
583 $a->strings['America/Goose_Bay'] = 'Amérique/Goose_Bay';
584 $a->strings['America/Grand_Turk'] = 'Amérique/Grand_Turk';
585 $a->strings['America/Grenada'] = 'Amérique/Grenada';
586 $a->strings['America/Guadeloupe'] = 'Amérique/Guadeloupe';
587 $a->strings['America/Guatemala'] = 'Amérique/Guatemala';
588 $a->strings['America/Guayaquil'] = 'Amérique/Guayaquil';
589 $a->strings['America/Guyana'] = 'Amérique/Guyana';
590 $a->strings['America/Halifax'] = 'Amérique/Halifax';
591 $a->strings['America/Havana'] = 'Amérique/Havana';
592 $a->strings['America/Hermosillo'] = 'Amérique/Hermosillo';
593 $a->strings['America/Indiana/Indianapolis'] = 'Amérique/Indiana/Indianapolis';
594 $a->strings['America/Indiana/Knox'] = 'Amérique/Indiana/Knox';
595 $a->strings['America/Indiana/Marengo'] = 'Amérique/Indiana/Marengo';
596 $a->strings['America/Indiana/Petersburg'] = 'Amérique/Indiana/Petersburg';
597 $a->strings['America/Indiana/Tell_City'] = 'Amérique/Indiana/Tell_City';
598 $a->strings['America/Indiana/Vevay'] = 'Amérique/Indiana/Vevay';
599 $a->strings['America/Indiana/Vincennes'] = 'Amérique/Indiana/Vincennes';
600 $a->strings['America/Indiana/Winamac'] = 'Amérique/Indiana/Winamac';
601 $a->strings['America/Indianapolis'] = 'Amérique/Indianapolis';
602 $a->strings['America/Inuvik'] = 'Amérique/Inuvik';
603 $a->strings['America/Iqaluit'] = 'Amérique/Iqaluit';
604 $a->strings['America/Jamaica'] = 'Amérique/Jamaica';
605 $a->strings['America/Jujuy'] = 'Amérique/Jujuy';
606 $a->strings['America/Juneau'] = 'Amérique/Juneau';
607 $a->strings['America/Kentucky/Louisville'] = 'Amérique/Kentucky/Louisville';
608 $a->strings['America/Kentucky/Monticello'] = 'Amérique/Kentucky/Monticello';
609 $a->strings['America/Knox_IN'] = 'Amérique/Knox_IN';
610 $a->strings['America/La_Paz'] = 'Amérique/La_Paz';
611 $a->strings['America/Lima'] = 'Amérique/Lima';
612 $a->strings['America/Los_Angeles'] = 'Amérique/Los_Angeles';
613 $a->strings['America/Louisville'] = 'Amérique/Louisville';
614 $a->strings['America/Maceio'] = 'Amérique/Maceio';
615 $a->strings['America/Managua'] = 'Amérique/Managua';
616 $a->strings['America/Manaus'] = 'Amérique/Manaus';
617 $a->strings['America/Marigot'] = 'Amérique/Marigot';
618 $a->strings['America/Martinique'] = 'Amérique/Martinique';
619 $a->strings['America/Matamoros'] = 'Amérique/Matamoros';
620 $a->strings['America/Mazatlan'] = 'Amérique/Mazatlan';
621 $a->strings['America/Mendoza'] = 'Amérique/Mendoza';
622 $a->strings['America/Menominee'] = 'Amérique/Menominee';
623 $a->strings['America/Merida'] = 'Amérique/Merida';
624 $a->strings['America/Mexico_City'] = 'Amérique/Mexico_City';
625 $a->strings['America/Miquelon'] = 'Amérique/Miquelon';
626 $a->strings['America/Moncton'] = 'Amérique/Moncton';
627 $a->strings['America/Monterrey'] = 'Amérique/Monterrey';
628 $a->strings['America/Montevideo'] = 'Amérique/Montevideo';
629 $a->strings['America/Montreal'] = 'Amérique/Montréal';
630 $a->strings['America/Montserrat'] = 'Amérique/Montserrat';
631 $a->strings['America/Nassau'] = 'Amérique/Nassau';
632 $a->strings['America/New_York'] = 'Amérique/New_York';
633 $a->strings['America/Nipigon'] = 'Amérique/Nipigon';
634 $a->strings['America/Nome'] = 'Amérique/Nome';
635 $a->strings['America/Noronha'] = 'Amérique/Noronha';
636 $a->strings['America/North_Dakota/Center'] = 'Amérique/North_Dakota/Center';
637 $a->strings['America/North_Dakota/New_Salem'] = 'Amérique/North_Dakota/New_Salem';
638 $a->strings['America/Ojinaga'] = 'Amérique/Ojinaga';
639 $a->strings['America/Panama'] = 'Amérique/Panama';
640 $a->strings['America/Pangnirtung'] = 'Amérique/Pangnirtung';
641 $a->strings['America/Paramaribo'] = 'Amérique/Paramaribo';
642 $a->strings['America/Phoenix'] = 'Amérique/Phoenix';
643 $a->strings['America/Port-au-Prince'] = 'Amérique/Port-au-Prince';
644 $a->strings['America/Port_of_Spain'] = 'Amérique/Port_of_Spain';
645 $a->strings['America/Porto_Acre'] = 'Amérique/Porto_Acre';
646 $a->strings['America/Porto_Velho'] = 'Amérique/Porto_Velho';
647 $a->strings['America/Puerto_Rico'] = 'Amérique/Puerto_Rico';
648 $a->strings['America/Rainy_River'] = 'Amérique/Rainy_River';
649 $a->strings['America/Rankin_Inlet'] = 'Amérique/Rankin_Inlet';
650 $a->strings['America/Recife'] = 'Amérique/Recife';
651 $a->strings['America/Regina'] = 'Amérique/Regina';
652 $a->strings['America/Resolute'] = 'Amérique/Resolute';
653 $a->strings['America/Rio_Branco'] = 'Amérique/Rio_Branco';
654 $a->strings['America/Rosario'] = 'Amérique/Rosario';
655 $a->strings['America/Santa_Isabel'] = 'Amérique/Santa_Isabel';
656 $a->strings['America/Santarem'] = 'Amérique/Santarem';
657 $a->strings['America/Santiago'] = 'Amérique/Santiago';
658 $a->strings['America/Santo_Domingo'] = 'Amérique/Santo_Domingo';
659 $a->strings['America/Sao_Paulo'] = 'Amérique/Sao_Paulo';
660 $a->strings['America/Scoresbysund'] = 'Amérique/Scoresbysund';
661 $a->strings['America/Shiprock'] = 'Amérique/Shiprock';
662 $a->strings['America/St_Barthelemy'] = 'Amérique/St_Barthelemy';
663 $a->strings['America/St_Johns'] = 'Amérique/St_Johns';
664 $a->strings['America/St_Kitts'] = 'Amérique/St_Kitts';
665 $a->strings['America/St_Lucia'] = 'Amérique/St_Lucia';
666 $a->strings['America/St_Thomas'] = 'Amérique/St_Thomas';
667 $a->strings['America/St_Vincent'] = 'Amérique/St_Vincent';
668 $a->strings['America/Swift_Current'] = 'Amérique/Swift_Current';
669 $a->strings['America/Tegucigalpa'] = 'Amérique/Tegucigalpa';
670 $a->strings['America/Thule'] = 'Amérique/Thule';
671 $a->strings['America/Thunder_Bay'] = 'Amérique/Thunder_Bay';
672 $a->strings['America/Tijuana'] = 'Amérique/Tijuana';
673 $a->strings['America/Toronto'] = 'Amérique/Toronto';
674 $a->strings['America/Tortola'] = 'Amérique/Tortola';
675 $a->strings['America/Vancouver'] = 'Amérique/Vancouver';
676 $a->strings['America/Virgin'] = 'Amérique/Virgin';
677 $a->strings['America/Whitehorse'] = 'Amérique/Whitehorse';
678 $a->strings['America/Winnipeg'] = 'Amérique/Winnipeg';
679 $a->strings['America/Yakutat'] = 'Amérique/Yakutat';
680 $a->strings['America/Yellowknife'] = 'Amérique/Yellowknife';
681 $a->strings['Antarctica/Casey'] = 'Antarctique/Casey';
682 $a->strings['Antarctica/Davis'] = 'Antarctique/Davis';
683 $a->strings['Antarctica/DumontDUrville'] = 'Antarctique/Dumont d\'Urville';
684 $a->strings['Antarctica/Macquarie'] = 'Antarctique/Macquarie';
685 $a->strings['Antarctica/Mawson'] = 'Antarctique/Mawson';
686 $a->strings['Antarctica/McMurdo'] = 'Antarctique/McMurdo';
687 $a->strings['Antarctica/Palmer'] = 'Antarctique/Palmer';
688 $a->strings['Antarctica/Rothera'] = 'Antarctique/Rothera';
689 $a->strings['Antarctica/South_Pole'] = 'Antarctique/Pôle Sud';
690 $a->strings['Antarctica/Syowa'] = 'Antarctique/Syowa';
691 $a->strings['Antarctica/Vostok'] = 'Antarctique/Vostok';
692 $a->strings['Arctic/Longyearbyen'] = 'Arctic/Longyearbyen';
693 $a->strings['Asia/Aden'] = 'Asie/Aden';
694 $a->strings['Asia/Almaty'] = 'Asie/Almaty';
695 $a->strings['Asia/Amman'] = 'Asie/Amman';
696 $a->strings['Asia/Anadyr'] = 'Asie/Anadyr';
697 $a->strings['Asia/Aqtau'] = 'Asie/Aqtau';
698 $a->strings['Asia/Aqtobe'] = 'Asie/Aqtobe';
699 $a->strings['Asia/Ashgabat'] = 'Asie/Ashgabat';
700 $a->strings['Asia/Ashkhabad'] = 'Asie/Ashkhabad';
701 $a->strings['Asia/Baghdad'] = 'Asie/Baghdad';
702 $a->strings['Asia/Bahrain'] = 'Asie/Bahrain';
703 $a->strings['Asia/Baku'] = 'Asie/Baku';
704 $a->strings['Asia/Bangkok'] = 'Asie/Bangkok';
705 $a->strings['Asia/Beirut'] = 'Asie/Beirut';
706 $a->strings['Asia/Bishkek'] = 'Asie/Bishkek';
707 $a->strings['Asia/Brunei'] = 'Asie/Brunei';
708 $a->strings['Asia/Calcutta'] = 'Asie/Calcutta';
709 $a->strings['Asia/Choibalsan'] = 'Asie/Choibalsan';
710 $a->strings['Asia/Chongqing'] = 'Asie/Chongqing';
711 $a->strings['Asia/Chungking'] = 'Asie/Chungking';
712 $a->strings['Asia/Colombo'] = 'Asie/Colombo';
713 $a->strings['Asia/Dacca'] = 'Asie/Dacca';
714 $a->strings['Asia/Damascus'] = 'Asie/Damascus';
715 $a->strings['Asia/Dhaka'] = 'Asie/Dhaka';
716 $a->strings['Asia/Dili'] = 'Asie/Dili';
717 $a->strings['Asia/Dubai'] = 'Asie/Dubai';
718 $a->strings['Asia/Dushanbe'] = 'Asie/Dushanbe';
719 $a->strings['Asia/Gaza'] = 'Asie/Gaza';
720 $a->strings['Asia/Harbin'] = 'Asie/Harbin';
721 $a->strings['Asia/Ho_Chi_Minh'] = 'Asie/Ho_Chi_Minh';
722 $a->strings['Asia/Hong_Kong'] = 'Asie/Hong_Kong';
723 $a->strings['Asia/Hovd'] = 'Asie/Hovd';
724 $a->strings['Asia/Irkutsk'] = 'Asie/Irkutsk';
725 $a->strings['Asia/Istanbul'] = 'Asie/Istanbul';
726 $a->strings['Asia/Jakarta'] = 'Asie/Jakarta';
727 $a->strings['Asia/Jayapura'] = 'Asie/Jayapura';
728 $a->strings['Asia/Jerusalem'] = 'Asie/Jerusalem';
729 $a->strings['Asia/Kabul'] = 'Asie/Kabul';
730 $a->strings['Asia/Kamchatka'] = 'Asie/Kamchatka';
731 $a->strings['Asia/Karachi'] = 'Asie/Karachi';
732 $a->strings['Asia/Kashgar'] = 'Asie/Kashgar';
733 $a->strings['Asia/Kathmandu'] = 'Asie/Kathmandu';
734 $a->strings['Asia/Katmandu'] = 'Asie/Katmandu';
735 $a->strings['Asia/Kolkata'] = 'Asie/Kolkata';
736 $a->strings['Asia/Krasnoyarsk'] = 'Asie/Krasnoyarsk';
737 $a->strings['Asia/Kuala_Lumpur'] = 'Asie/Kuala_Lumpur';
738 $a->strings['Asia/Kuching'] = 'Asie/Kuching';
739 $a->strings['Asia/Kuwait'] = 'Asie/Kuwait';
740 $a->strings['Asia/Macao'] = 'Asie/Macao';
741 $a->strings['Asia/Macau'] = 'Asie/Macau';
742 $a->strings['Asia/Magadan'] = 'Asie/Magadan';
743 $a->strings['Asia/Makassar'] = 'Asie/Makassar';
744 $a->strings['Asia/Manila'] = 'Asie/Manila';
745 $a->strings['Asia/Muscat'] = 'Asie/Muscat';
746 $a->strings['Asia/Nicosia'] = 'Asie/Nicosia';
747 $a->strings['Asia/Novokuznetsk'] = 'Asie/Novokuznetsk';
748 $a->strings['Asia/Novosibirsk'] = 'Asie/Novosibirsk';
749 $a->strings['Asia/Omsk'] = 'Asie/Omsk';
750 $a->strings['Asia/Oral'] = 'Asie/Oral';
751 $a->strings['Asia/Phnom_Penh'] = 'Asie/Phnom_Penh';
752 $a->strings['Asia/Pontianak'] = 'Asie/Pontianak';
753 $a->strings['Asia/Pyongyang'] = 'Asie/Pyongyang';
754 $a->strings['Asia/Qatar'] = 'Asie/Qatar';
755 $a->strings['Asia/Qyzylorda'] = 'Asie/Qyzylorda';
756 $a->strings['Asia/Rangoon'] = 'Asie/Rangoon';
757 $a->strings['Asia/Riyadh'] = 'Asie/Riyadh';
758 $a->strings['Asia/Saigon'] = 'Asie/Saigon';
759 $a->strings['Asia/Sakhalin'] = 'Asie/Sakhalin';
760 $a->strings['Asia/Samarkand'] = 'Asie/Samarkand';
761 $a->strings['Asia/Seoul'] = 'Asie/Seoul';
762 $a->strings['Asia/Shanghai'] = 'Asie/Shanghai';
763 $a->strings['Asia/Singapore'] = 'Asie/Singapore';
764 $a->strings['Asia/Taipei'] = 'Asie/Taipei';
765 $a->strings['Asia/Tashkent'] = 'Asie/Tashkent';
766 $a->strings['Asia/Tbilisi'] = 'Asie/Tbilisi';
767 $a->strings['Asia/Tehran'] = 'Asie/Tehran';
768 $a->strings['Asia/Tel_Aviv'] = 'Asie/Tel_Aviv';
769 $a->strings['Asia/Thimbu'] = 'Asie/Thimbu';
770 $a->strings['Asia/Thimphu'] = 'Asie/Thimphu';
771 $a->strings['Asia/Tokyo'] = 'Asie/Tokyo';
772 $a->strings['Asia/Ujung_Pandang'] = 'Asie/Ujung_Pandang';
773 $a->strings['Asia/Ulaanbaatar'] = 'Asie/Ulaanbaatar';
774 $a->strings['Asia/Ulan_Bator'] = 'Asie/Ulan_Bator';
775 $a->strings['Asia/Urumqi'] = 'Asie/Urumqi';
776 $a->strings['Asia/Vientiane'] = 'Asie/Vientiane';
777 $a->strings['Asia/Vladivostok'] = 'Asie/Vladivostok';
778 $a->strings['Asia/Yakutsk'] = 'Asie/Yakutsk';
779 $a->strings['Asia/Yekaterinburg'] = 'Asie/Yekaterinburg';
780 $a->strings['Asia/Yerevan'] = 'Asie/Yerevan';
781 $a->strings['Atlantic/Azores'] = 'Atlantique/Azores';
782 $a->strings['Atlantic/Bermuda'] = 'Atlantique/Bermuda';
783 $a->strings['Atlantic/Canary'] = 'Atlantique/Canary';
784 $a->strings['Atlantic/Cape_Verde'] = 'Atlantique/Cape_Verde';
785 $a->strings['Atlantic/Faeroe'] = 'Atlantique/Faeroe';
786 $a->strings['Atlantic/Faroe'] = 'Atlantique/Faroe';
787 $a->strings['Atlantic/Jan_Mayen'] = 'Atlantique/Jan_Mayen';
788 $a->strings['Atlantic/Madeira'] = 'Atlantique/Madeira';
789 $a->strings['Atlantic/Reykjavik'] = 'Atlantique/Reykjavik';
790 $a->strings['Atlantic/South_Georgia'] = 'Atlantique/South_Georgia';
791 $a->strings['Atlantic/St_Helena'] = 'Atlantique/St_Helena';
792 $a->strings['Atlantic/Stanley'] = 'Atlantique/Stanley';
793 $a->strings['Australia/ACT'] = 'Australie/ACT';
794 $a->strings['Australia/Adelaide'] = 'Australie/Adelaide';
795 $a->strings['Australia/Brisbane'] = 'Australie/Brisbane';
796 $a->strings['Australia/Broken_Hill'] = 'Australie/Broken_Hill';
797 $a->strings['Australia/Canberra'] = 'Australie/Canberra';
798 $a->strings['Australia/Currie'] = 'Australie/Currie';
799 $a->strings['Australia/Darwin'] = 'Australie/Darwin';
800 $a->strings['Australia/Eucla'] = 'Australie/Eucla';
801 $a->strings['Australia/Hobart'] = 'Australie/Hobart';
802 $a->strings['Australia/LHI'] = 'Australie/LHI';
803 $a->strings['Australia/Lindeman'] = 'Australie/Lindeman';
804 $a->strings['Australia/Lord_Howe'] = 'Australie/Lord_Howe';
805 $a->strings['Australia/Melbourne'] = 'Australie/Melbourne';
806 $a->strings['Australia/North'] = 'Australie/North';
807 $a->strings['Australia/NSW'] = 'Australie/NSW';
808 $a->strings['Australia/Perth'] = 'Australie/Perth';
809 $a->strings['Australia/Queensland'] = 'Australie/Queensland';
810 $a->strings['Australia/South'] = 'Australie/South';
811 $a->strings['Australia/Sydney'] = 'Australie/Sydney';
812 $a->strings['Australia/Tasmania'] = 'Australie/Tasmania';
813 $a->strings['Australia/Victoria'] = 'Australie/Victoria';
814 $a->strings['Australia/West'] = 'Australie/West';
815 $a->strings['Australia/Yancowinna'] = 'Australie/Yancowinna';
816 $a->strings['Brazil/Acre'] = 'Brésil/Acre';
817 $a->strings['Brazil/DeNoronha'] = 'Brésil/DeNoronha';
818 $a->strings['Brazil/East'] = 'Brésil/Est';
819 $a->strings['Brazil/West'] = 'Brésil/Ouest';
820 $a->strings['Canada/Atlantic'] = 'Canada/Atlantique';
821 $a->strings['Canada/Central'] = 'Canada/Central';
822 $a->strings['Canada/East-Saskatchewan'] = 'Canada/East-Saskatchewan';
823 $a->strings['Canada/Eastern'] = 'Canada/Eastern';
824 $a->strings['Canada/Mountain'] = 'Canada/Mountain';
825 $a->strings['Canada/Newfoundland'] = 'Canada/Terre-Neuve';
826 $a->strings['Canada/Pacific'] = 'Canada/Pacifique';
827 $a->strings['Canada/Saskatchewan'] = 'Canada/Saskatchewan';
828 $a->strings['Canada/Yukon'] = 'Canada/Yukon';
829 $a->strings['CET'] = 'CET';
830 $a->strings['Chile/Continental'] = 'Chili/Continental';
831 $a->strings['Chile/EasterIsland'] = 'Chili/EasterIsland';
832 $a->strings['CST6CDT'] = 'CST6CDT';
833 $a->strings['Cuba'] = 'Cuba';
834 $a->strings['EET'] = 'EET';
835 $a->strings['Egypt'] = 'Égypte';
836 $a->strings['Eire'] = 'Eire';
837 $a->strings['EST'] = 'EST';
838 $a->strings['EST5EDT'] = 'EST5EDT';
839 $a->strings['Etc/GMT'] = 'Etc/GMT';
840 $a->strings['Etc/GMT+0'] = 'Etc/GMT+0';
841 $a->strings['Etc/GMT+1'] = 'Etc/GMT+1';
842 $a->strings['Etc/GMT+10'] = 'Etc/GMT+10';
843 $a->strings['Etc/GMT+11'] = 'Etc/GMT+11';
844 $a->strings['Etc/GMT+12'] = 'Etc/GMT+12';
845 $a->strings['Etc/GMT+2'] = 'Etc/GMT+2';
846 $a->strings['Etc/GMT+3'] = 'Etc/GMT+3';
847 $a->strings['Etc/GMT+4'] = 'Etc/GMT+4';
848 $a->strings['Etc/GMT+5'] = 'Etc/GMT+5';
849 $a->strings['Etc/GMT+6'] = 'Etc/GMT+6';
850 $a->strings['Etc/GMT+7'] = 'Etc/GMT+7';
851 $a->strings['Etc/GMT+8'] = 'Etc/GMT+8';
852 $a->strings['Etc/GMT+9'] = 'Etc/GMT+9';
853 $a->strings['Etc/GMT-0'] = 'Etc/GMT-0';
854 $a->strings['Etc/GMT-1'] = 'Etc/GMT-1';
855 $a->strings['Etc/GMT-10'] = 'Etc/GMT-10';
856 $a->strings['Etc/GMT-11'] = 'Etc/GMT-11';
857 $a->strings['Etc/GMT-12'] = 'Etc/GMT-12';
858 $a->strings['Etc/GMT-13'] = 'Etc/GMT-13';
859 $a->strings['Etc/GMT-14'] = 'Etc/GMT-14';
860 $a->strings['Etc/GMT-2'] = 'Etc/GMT-2';
861 $a->strings['Etc/GMT-3'] = 'Etc/GMT-3';
862 $a->strings['Etc/GMT-4'] = 'Etc/GMT-4';
863 $a->strings['Etc/GMT-5'] = 'Etc/GMT-5';
864 $a->strings['Etc/GMT-6'] = 'Etc/GMT-6';
865 $a->strings['Etc/GMT-7'] = 'Etc/GMT-7';
866 $a->strings['Etc/GMT-8'] = 'Etc/GMT-8';
867 $a->strings['Etc/GMT-9'] = 'Etc/GMT-9';
868 $a->strings['Etc/GMT0'] = 'Etc/GMT0';
869 $a->strings['Etc/Greenwich'] = 'Etc/Greenwich';
870 $a->strings['Etc/UCT'] = 'Etc/UCT';
871 $a->strings['Etc/Universal'] = 'Etc/Universel';
872 $a->strings['Etc/UTC'] = 'Etc/UTC';
873 $a->strings['Etc/Zulu'] = 'Etc/Zulu';
874 $a->strings['Europe/Amsterdam'] = 'Europe/Amsterdam';
875 $a->strings['Europe/Andorra'] = 'Europe/Andorra';
876 $a->strings['Europe/Athens'] = 'Europe/Athens';
877 $a->strings['Europe/Belfast'] = 'Europe/Belfast';
878 $a->strings['Europe/Belgrade'] = 'Europe/Belgrade';
879 $a->strings['Europe/Berlin'] = 'Europe/Berlin';
880 $a->strings['Europe/Bratislava'] = 'Europe/Bratislava';
881 $a->strings['Europe/Brussels'] = 'Europe/Brussels';
882 $a->strings['Europe/Bucharest'] = 'Europe/Bucharest';
883 $a->strings['Europe/Budapest'] = 'Europe/Budapest';
884 $a->strings['Europe/Chisinau'] = 'Europe/Chisinau';
885 $a->strings['Europe/Copenhagen'] = 'Europe/Copenhagen';
886 $a->strings['Europe/Dublin'] = 'Europe/Dublin';
887 $a->strings['Europe/Gibraltar'] = 'Europe/Gibraltar';
888 $a->strings['Europe/Guernsey'] = 'Europe/Guernsey';
889 $a->strings['Europe/Helsinki'] = 'Europe/Helsinki';
890 $a->strings['Europe/Isle_of_Man'] = 'Europe/Isle_of_Man';
891 $a->strings['Europe/Istanbul'] = 'Europe/Istanbul';
892 $a->strings['Europe/Jersey'] = 'Europe/Jersey';
893 $a->strings['Europe/Kaliningrad'] = 'Europe/Kaliningrad';
894 $a->strings['Europe/Kiev'] = 'Europe/Kiev';
895 $a->strings['Europe/Lisbon'] = 'Europe/Lisbon';
896 $a->strings['Europe/Ljubljana'] = 'Europe/Ljubljana';
897 $a->strings['Europe/London'] = 'Europe/London';
898 $a->strings['Europe/Luxembourg'] = 'Europe/Luxembourg';
899 $a->strings['Europe/Madrid'] = 'Europe/Madrid';
900 $a->strings['Europe/Malta'] = 'Europe/Malta';
901 $a->strings['Europe/Mariehamn'] = 'Europe/Mariehamn';
902 $a->strings['Europe/Minsk'] = 'Europe/Minsk';
903 $a->strings['Europe/Monaco'] = 'Europe/Monaco';
904 $a->strings['Europe/Moscow'] = 'Europe/Moscow';
905 $a->strings['Europe/Nicosia'] = 'Europe/Nicosia';
906 $a->strings['Europe/Oslo'] = 'Europe/Oslo';
907 $a->strings['Europe/Paris'] = 'Europe/Paris';
908 $a->strings['Europe/Podgorica'] = 'Europe/Podgorica';
909 $a->strings['Europe/Prague'] = 'Europe/Prague';
910 $a->strings['Europe/Riga'] = 'Europe/Riga';
911 $a->strings['Europe/Rome'] = 'Europe/Rome';
912 $a->strings['Europe/Samara'] = 'Europe/Samara';
913 $a->strings['Europe/San_Marino'] = 'Europe/San_Marino';
914 $a->strings['Europe/Sarajevo'] = 'Europe/Sarajevo';
915 $a->strings['Europe/Simferopol'] = 'Europe/Simferopol';
916 $a->strings['Europe/Skopje'] = 'Europe/Skopje';
917 $a->strings['Europe/Sofia'] = 'Europe/Sofia';
918 $a->strings['Europe/Stockholm'] = 'Europe/Stockholm';
919 $a->strings['Europe/Tallinn'] = 'Europe/Tallinn';
920 $a->strings['Europe/Tirane'] = 'Europe/Tirane';
921 $a->strings['Europe/Tiraspol'] = 'Europe/Tiraspol';
922 $a->strings['Europe/Uzhgorod'] = 'Europe/Uzhgorod';
923 $a->strings['Europe/Vaduz'] = 'Europe/Vaduz';
924 $a->strings['Europe/Vatican'] = 'Europe/Vatican';
925 $a->strings['Europe/Vienna'] = 'Europe/Vienna';
926 $a->strings['Europe/Vilnius'] = 'Europe/Vilnius';
927 $a->strings['Europe/Volgograd'] = 'Europe/Volgograd';
928 $a->strings['Europe/Warsaw'] = 'Europe/Warsaw';
929 $a->strings['Europe/Zagreb'] = 'Europe/Zagreb';
930 $a->strings['Europe/Zaporozhye'] = 'Europe/Zaporozhye';
931 $a->strings['Europe/Zurich'] = 'Europe/Zurich';
932 $a->strings['Factory'] = 'Factory';
933 $a->strings['GB'] = 'Grande Bretagne';
934 $a->strings['GB-Eire'] = 'Grande Bretagne-Eire';
935 $a->strings['GMT'] = 'GMT';
936 $a->strings['GMT+0'] = 'GMT+0';
937 $a->strings['GMT-0'] = 'GMT-0';
938 $a->strings['GMT0'] = 'GMT0';
939 $a->strings['Greenwich'] = 'Greenwich';
940 $a->strings['Hongkong'] = 'Hongkong';
941 $a->strings['HST'] = 'HST';
942 $a->strings['Iceland'] = 'Islande';
943 $a->strings['Indian/Antananarivo'] = 'Océan Indien/Antananarivo';
944 $a->strings['Indian/Chagos'] = 'Océan Indien/Chagos';
945 $a->strings['Indian/Christmas'] = 'Océan Indien/Christmas';
946 $a->strings['Indian/Cocos'] = 'Océan Indien/Cocos';
947 $a->strings['Indian/Comoro'] = 'Océan Indien/Comoro';
948 $a->strings['Indian/Kerguelen'] = 'Océen Indien/Kerguelen';
949 $a->strings['Indian/Mahe'] = 'Océan Indien/Mahe';
950 $a->strings['Indian/Maldives'] = 'Océan Indien/Maldives';
951 $a->strings['Indian/Mauritius'] = 'Océan Indien/Mauritius';
952 $a->strings['Indian/Mayotte'] = 'Océan Indien/Mayotte';
953 $a->strings['Indian/Reunion'] = 'OcéanIndien/Réunion';
954 $a->strings['Iran'] = 'Iran';
955 $a->strings['Israel'] = 'Israël';
956 $a->strings['Jamaica'] = 'Jamaïque';
957 $a->strings['Japan'] = 'Japon';
958 $a->strings['Kwajalein'] = 'Kwajalein';
959 $a->strings['Libya'] = 'Libye';
960 $a->strings['MET'] = 'MET';
961 $a->strings['Mexico/BajaNorte'] = 'Mexique/BajaNorte';
962 $a->strings['Mexico/BajaSur'] = 'Mexique/BajaSur';
963 $a->strings['Mexico/General'] = 'Mexique/General';
964 $a->strings['MST'] = 'MST';
965 $a->strings['MST7MDT'] = 'MST7MDT';
966 $a->strings['Navajo'] = 'Navajo';
967 $a->strings['NZ'] = 'NZ';
968 $a->strings['NZ-CHAT'] = 'NZ-CHAT';
969 $a->strings['Pacific/Apia'] = 'Pacifique/Apia';
970 $a->strings['Pacific/Auckland'] = 'Pacifique/Auckland';
971 $a->strings['Pacific/Chatham'] = 'Pacifique/Chatham';
972 $a->strings['Pacific/Easter'] = 'Pacifique/Easter';
973 $a->strings['Pacific/Efate'] = 'Pacifique/Efate';
974 $a->strings['Pacific/Enderbury'] = 'Pacifique/Enderbury';
975 $a->strings['Pacific/Fakaofo'] = 'Pacifique/Fakaofo';
976 $a->strings['Pacific/Fiji'] = 'Pacifique/Fidji';
977 $a->strings['Pacific/Funafuti'] = 'Pacifique/Funafuti';
978 $a->strings['Pacific/Galapagos'] = 'Pacifique/Galapagos';
979 $a->strings['Pacific/Gambier'] = 'Pacifique/Gambier';
980 $a->strings['Pacific/Guadalcanal'] = 'Pacifique/Guadalcanal';
981 $a->strings['Pacific/Guam'] = 'Pacifique/Guam';
982 $a->strings['Pacific/Honolulu'] = 'Pacifique/Honolulu';
983 $a->strings['Pacific/Johnston'] = 'Pacific/Johnston';
984 $a->strings['Pacific/Kiritimati'] = 'Pacific/Kiritimati';
985 $a->strings['Pacific/Kosrae'] = 'Pacific/Kosrae';
986 $a->strings['Pacific/Kwajalein'] = 'Pacific/Kwajalein';
987 $a->strings['Pacific/Majuro'] = 'Pacific/Majuro';
988 $a->strings['Pacific/Marquesas'] = 'Pacific/Marquesas';
989 $a->strings['Pacific/Midway'] = 'Pacific/Midway';
990 $a->strings['Pacific/Nauru'] = 'Pacific/Nauru';
991 $a->strings['Pacific/Niue'] = 'Pacific/Niue';
992 $a->strings['Pacific/Norfolk'] = 'Pacific/Norfolk';
993 $a->strings['Pacific/Noumea'] = 'Pacific/Noumea';
994 $a->strings['Pacific/Pago_Pago'] = 'Pacific/Pago_Pago';
995 $a->strings['Pacific/Palau'] = 'Pacific/Palau';
996 $a->strings['Pacific/Pitcairn'] = 'Pacific/Pitcairn';
997 $a->strings['Pacific/Ponape'] = 'Pacific/Ponape';
998 $a->strings['Pacific/Port_Moresby'] = 'Pacific/Port_Moresby';
999 $a->strings['Pacific/Rarotonga'] = 'Pacific/Rarotonga';
1000 $a->strings['Pacific/Saipan'] = 'Pacific/Saipan';
1001 $a->strings['Pacific/Samoa'] = 'Pacific/Samoa';
1002 $a->strings['Pacific/Tahiti'] = 'Pacific/Tahiti';
1003 $a->strings['Pacific/Tarawa'] = 'Pacific/Tarawa';
1004 $a->strings['Pacific/Tongatapu'] = 'Pacific/Tongatapu';
1005 $a->strings['Pacific/Truk'] = 'Pacific/Truk';
1006 $a->strings['Pacific/Wake'] = 'Pacific/Wake';
1007 $a->strings['Pacific/Wallis'] = 'Pacific/Wallis';
1008 $a->strings['Pacific/Yap'] = 'Pacific/Yap';
1009 $a->strings['Poland'] = 'Pologne';
1010 $a->strings['Portugal'] = 'Portugal';
1011 $a->strings['PRC'] = 'PRC';
1012 $a->strings['PST8PDT'] = 'PST8PDT';
1013 $a->strings['ROC'] = 'ROC';
1014 $a->strings['ROK'] = 'ROK';
1015 $a->strings['Singapore'] = 'Singapour';
1016 $a->strings['Turkey'] = 'Turquie';
1017 $a->strings['UCT'] = 'UCT';
1018 $a->strings['Universal'] = 'Universel';
1019 $a->strings['US/Alaska'] = 'US/Alaska';
1020 $a->strings['US/Aleutian'] = 'US/Aléoutiennes';
1021 $a->strings['US/Arizona'] = 'US/Arizona';
1022 $a->strings['US/Central'] = 'US/Central';
1023 $a->strings['US/East-Indiana'] = 'US/East-Indiana';
1024 $a->strings['US/Eastern'] = 'US/Eastern';
1025 $a->strings['US/Hawaii'] = 'US/Hawaii';
1026 $a->strings['US/Indiana-Starke'] = 'US/Indiana-Starke';
1027 $a->strings['US/Michigan'] = 'US/Michigan';
1028 $a->strings['US/Mountain'] = 'US/Mountain';
1029 $a->strings['US/Pacific'] = 'US/Pacifique';
1030 $a->strings['US/Pacific-New'] = 'US/Pacific-New';
1031 $a->strings['US/Samoa'] = 'US/Samoa';
1032 $a->strings['UTC'] = 'UTC';
1033 $a->strings['W-SU'] = 'W-SU';
1034 $a->strings['WET'] = 'WET';
1035 $a->strings['Zulu'] = 'Zulu';