diff options
author | AndreyL ProductEngine <alihatskiy@productengine.com> | 2019-04-16 19:48:11 +0300 |
---|---|---|
committer | AndreyL ProductEngine <alihatskiy@productengine.com> | 2019-04-16 19:48:11 +0300 |
commit | 30b864e6d45299d2105e7f8a6554e073d0aca6f0 (patch) | |
tree | 0744f7c7bc14995b3f952ec18344aa38fc9b1ac4 /indra/newview/skins/default/xui/fr/notifications.xml | |
parent | 847afb9c653f3bb7d0729589cabacb9f4910ccf3 (diff) | |
parent | db6d4a3cb45e65d06f2e2dca54b5352694cd0a16 (diff) |
Merged in lindenlab/viewer-bear
Diffstat (limited to 'indra/newview/skins/default/xui/fr/notifications.xml')
-rw-r--r-- | indra/newview/skins/default/xui/fr/notifications.xml | 27 |
1 files changed, 17 insertions, 10 deletions
diff --git a/indra/newview/skins/default/xui/fr/notifications.xml b/indra/newview/skins/default/xui/fr/notifications.xml index 1e6c481293..861090772e 100644 --- a/indra/newview/skins/default/xui/fr/notifications.xml +++ b/indra/newview/skins/default/xui/fr/notifications.xml @@ -1586,9 +1586,25 @@ Veuillez choisir un objet à vendre et réessayer. [DOWNLOAD_PATH]. </notification> <notification name="RequiredUpdate"> - La version [VERSION] est nécessaire pour vous connecter. Cette version aurait dû être mise à jour, mais visiblement, elle ne l'a pas été. Veuillez télécharger la dernière version sur https://secondlife.com/support/downloads/ + La version [VERSION] est nécessaire pour vous connecter. +Veuillez télécharger la dernière version sur https://secondlife.com/support/downloads/ <usetemplate name="okbutton" yestext="OK"/> </notification> + <notification name="PauseForUpdate"> + La version [VERSION] est nécessaire pour vous connecter. +Cliquez sur OK pour télécharger et installer. + <usetemplate name="okbutton" yestext="OK"/> + </notification> + <notification name="OptionalUpdateReady"> + La version [VERSION] a été téléchargée et est prête à être installée. +Cliquez sur OK pour installer. + <usetemplate name="okbutton" yestext="OK"/> + </notification> + <notification name="PromptOptionalUpdate"> + La version [VERSION] a été téléchargée et est prête à être installée. +Continuer ? + <usetemplate canceltext="Pas maintenant" name="yesnocancelbuttons" notext="Ignorer" yestext="Installer"/> + </notification> <notification name="LoginFailedUnknown"> Désolé, la connexion a échoué pour un raison non reconnue. Si ce message persiste, veuillez consulter la page [SUPPORT_SITE]. <usetemplate name="okbutton" yestext="Quitter"/> @@ -3052,15 +3068,6 @@ N'autorisez pas cet accès si vous ne comprenez pas entièrement pourquoi l <button name="Deny" text="Refuser"/> </form> </notification> - <notification name="UnknownScriptQuestion"> - Le client ne reconnaît pas le droit de script à l'exécution demandé par <nolink>[OBJECTNAME]</nolink>, objet appartenant à [NAME], et ne peut donc pas l'accorder. - -Pour accorder ce droit, mettez votre client à jour pour passer à la version la plus récente, à partir de [DOWNLOADURL]. - <form name="form"> - <button name="Deny" text="OK"/> - <button name="Mute" text="Ignorer"/> - </form> - </notification> <notification name="ScriptDialog"> <nolink>[TITLE]</nolink> de [NAME] [MESSAGE] |