aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/skins/default/xui/fr/strings.xml
diff options
context:
space:
mode:
authorJacek Antonelli2009-04-30 13:04:20 -0500
committerJacek Antonelli2009-04-30 13:07:16 -0500
commitca8149ca6d157eb4b5fc8ba0e5ba3a6e56f72e7e (patch)
tree8348301d0ac44a524f1819b777686bf086907d76 /linden/indra/newview/skins/default/xui/fr/strings.xml
parentSecond Life viewer sources 1.22.11 (diff)
downloadmeta-impy-ca8149ca6d157eb4b5fc8ba0e5ba3a6e56f72e7e.zip
meta-impy-ca8149ca6d157eb4b5fc8ba0e5ba3a6e56f72e7e.tar.gz
meta-impy-ca8149ca6d157eb4b5fc8ba0e5ba3a6e56f72e7e.tar.bz2
meta-impy-ca8149ca6d157eb4b5fc8ba0e5ba3a6e56f72e7e.tar.xz
Second Life viewer sources 1.23.0-RC
Diffstat (limited to 'linden/indra/newview/skins/default/xui/fr/strings.xml')
-rw-r--r--linden/indra/newview/skins/default/xui/fr/strings.xml55
1 files changed, 52 insertions, 3 deletions
diff --git a/linden/indra/newview/skins/default/xui/fr/strings.xml b/linden/indra/newview/skins/default/xui/fr/strings.xml
index d6387b1..142c870 100644
--- a/linden/indra/newview/skins/default/xui/fr/strings.xml
+++ b/linden/indra/newview/skins/default/xui/fr/strings.xml
@@ -1,4 +1,8 @@
1<?xml version="1.0" encoding="utf-8" standalone="yes"?> 1<?xml version="1.0" encoding="utf-8" standalone="yes"?>
2<!-- This file contains strings that used to be hardcoded in the source.
3 It is only for those strings which don&apos;t belong in a floater.
4 For example, the strings used in avatar chat bubbles, and strings
5 that are returned from one component and may appear in many places-->
2<strings> 6<strings>
3 <string name="LoginInProgress"> 7 <string name="LoginInProgress">
4 La connexion à [APP_NAME] apparaît peut-être comme étant gelée. Veuillez patienter. 8 La connexion à [APP_NAME] apparaît peut-être comme étant gelée. Veuillez patienter.
@@ -51,9 +55,6 @@
51 <string name="LoginDownloadingClothing"> 55 <string name="LoginDownloadingClothing">
52 Habits en cours de téléchargement... 56 Habits en cours de téléchargement...
53 </string> 57 </string>
54 <string name="LoginFailedNoNetwork">
55 Erreur réseau : impossible d&apos;établir la connexion. Veuillez vérifier votre connexion réseau.
56 </string>
57 <string name="AgentLostConnection"> 58 <string name="AgentLostConnection">
58 Il y a peut-être des problèmes techniques dans cette region. Veuillez vérifier votre connexion Internet. 59 Il y a peut-être des problèmes techniques dans cette region. Veuillez vérifier votre connexion Internet.
59 </string> 60 </string>
@@ -180,6 +181,9 @@
180 <string name="AssetErrorCircuitGone"> 181 <string name="AssetErrorCircuitGone">
181 Disparition du circuit 182 Disparition du circuit
182 </string> 183 </string>
184 <string name="AssetErrorPriceMismatch">
185 Il y a une différence de prix entre le client et le serveur
186 </string>
183 <string name="AssetErrorUnknownStatus"> 187 <string name="AssetErrorUnknownStatus">
184 Statut inconnu 188 Statut inconnu
185 </string> 189 </string>
@@ -414,4 +418,49 @@
414 <string name="shout"> 418 <string name="shout">
415 crie : 419 crie :
416 </string> 420 </string>
421 <string name="all_files">
422 Tous fichiers
423 </string>
424 <string name="sound_files">
425 Sons
426 </string>
427 <string name="animation_files">
428 Animations
429 </string>
430 <string name="image_files">
431 Images
432 </string>
433 <string name="save_file_verb">
434 Enregistrer
435 </string>
436 <string name="load_file_verb">
437 Charger
438 </string>
439 <string name="targa_image_files">
440 Images Targa
441 </string>
442 <string name="bitmap_image_files">
443 Images Bitmap
444 </string>
445 <string name="avi_movie_file">
446 Fichier de film AVI
447 </string>
448 <string name="xaf_animation_file">
449 Fichier d&apos;animation XAF
450 </string>
451 <string name="xml_file">
452 Fichier XML
453 </string>
454 <string name="dot_raw_file">
455 Fichier RAW
456 </string>
457 <string name="compressed_image_files">
458 Images compressées
459 </string>
460 <string name="load_files">
461 Charger des fichiers
462 </string>
463 <string name="choose_the_directory">
464 Choisir le répertoire
465 </string>
417</strings> 466</strings>