summaryrefslogtreecommitdiff
path: root/langpacks/french
diff options
context:
space:
mode:
authorRMN <rmn@miranda-ng.org>2014-09-15 10:20:17 +0000
committerRMN <rmn@miranda-ng.org>2014-09-15 10:20:17 +0000
commit052a39816a135bc832f8f994d39eb678ef94d26c (patch)
treec3280bbd538d0c09c1879789e5f2d706478730fa /langpacks/french
parente1747d22bf5b6010f06edd633f452679c31a3944 (diff)
langpacks updated according to [10450]
git-svn-id: http://svn.miranda-ng.org/main/trunk@10451 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'langpacks/french')
-rw-r--r--langpacks/french/Plugins/AuthState.txt2
-rw-r--r--langpacks/french/Plugins/Boltun.txt2
-rw-r--r--langpacks/french/Plugins/CmdLine.txt10
-rw-r--r--langpacks/french/Plugins/HistoryStats.txt6
-rw-r--r--langpacks/french/Plugins/NotesReminders.txt2
-rw-r--r--langpacks/french/Plugins/Scriver.txt2
-rw-r--r--langpacks/french/Plugins/StopSpam.txt2
-rw-r--r--langpacks/french/Plugins/StopSpamMod.txt4
-rw-r--r--langpacks/french/Plugins/TabSRMM.txt2
-rw-r--r--langpacks/french/Plugins/WhatsApp.txt2
-rw-r--r--langpacks/french/Plugins/Xfire.txt12
-rw-r--r--langpacks/french/Untranslated/AuthState.txt2
-rw-r--r--langpacks/french/Untranslated/Boltun.txt2
-rw-r--r--langpacks/french/Untranslated/CmdLine.txt10
-rw-r--r--langpacks/french/Untranslated/HistoryStats.txt6
-rw-r--r--langpacks/french/Untranslated/NotesReminders.txt2
-rw-r--r--langpacks/french/Untranslated/StopSpam.txt2
-rw-r--r--langpacks/french/Untranslated/StopSpamMod.txt4
-rw-r--r--langpacks/french/Untranslated/TabSRMM.txt2
-rw-r--r--langpacks/french/Untranslated/WhatsApp.txt2
-rw-r--r--langpacks/french/Untranslated/Xfire.txt12
21 files changed, 45 insertions, 45 deletions
diff --git a/langpacks/french/Plugins/AuthState.txt b/langpacks/french/Plugins/AuthState.txt
index d1017d96e9..116879e5a5 100644
--- a/langpacks/french/Plugins/AuthState.txt
+++ b/langpacks/french/Plugins/AuthState.txt
@@ -5,7 +5,7 @@
; Version: 0.0.2.1
; Authors: Thief, idea by snwbrdr
;============================================================
-[If a contact didn't authorize you this plugin puts an icon in front of the contact's name.]
+[If a contact didn't authorize you, this plugin puts an icon in front of the contact's name.]
;file \plugins\AuthState\res\authstate.rc
[Show Auth icon]
diff --git a/langpacks/french/Plugins/Boltun.txt b/langpacks/french/Plugins/Boltun.txt
index d8b1babe08..afedc981e9 100644
--- a/langpacks/french/Plugins/Boltun.txt
+++ b/langpacks/french/Plugins/Boltun.txt
@@ -40,7 +40,7 @@ secondes
[Reload]
Recharger
-[Stay silent, if have no good aswers]
+[Stay silent if have no good aswers]
[Start answers with a lowercase letter]
diff --git a/langpacks/french/Plugins/CmdLine.txt b/langpacks/french/Plugins/CmdLine.txt
index 7354eeb1cb..65ddeb51ea 100644
--- a/langpacks/french/Plugins/CmdLine.txt
+++ b/langpacks/french/Plugins/CmdLine.txt
@@ -53,19 +53,19 @@ Erreur
[Notifies YAMN plugin to check for email.\nUsage: yamn check.]
-[Calls a Miranda service.\nUsage: callservice <service> (d|s)<wParam> (d|s)<lParam>.\nThe command will call Miranda <service> service using wParam and lParam as arguments; the first letter of the paramater must be either 'd' if the parameter is a decimal number or 's' if the parameter is a string. Be careful when you use this function as you can only pass numbers and strings as data.\nNOTE: If you pass invalid data to a service Miranda might crash.]
+[Calls a Miranda service.\nUsage: callservice <service> (d|s)<wParam> (d|s)<lParam>.\nThe command will call Miranda <service> service using wParam and lParam as arguments; the first letter of the paramater must be either 'd' if the parameter is a decimal number or 's' if the parameter is a string. Be careful when you use this function as you can only pass numbers and strings as data.\nNOTE: If you pass invalid data to a service, Miranda might crash.]
[Sends a message to the specified contact(s).\nUsage: message <contact> [<contact> [<contact> [...]]] <message>.\nThe command will send <message> to the specified contact(s) - at least one contact must be specified - all parameters except the last one are considered recipients.\n<Contact> has the following format: <name>[:<account>]. <Name> is the contact display name or unique ID and <account> is an optional parameter representing the account of the contact (useful in case there is more than one contact with the same name).\nNOTE: The message string cannot exceed 512 characters. You can use \\n for new line (and \\\\n for \\n).]
-[Allows you to manage database settings.\nUsage:\n db set <module> <name> (b|i|d|s|w)<value>\n db delete <module> <name>\n db get <module> <name>.\nThe command can set a database entry to the specified value (if the entry does not exist it will be created) as well as read or delete a specified database entry. <Module> is the name of the module where the key should be located, <name> is the name of the key and <value> is the value to be written. A character must be placed before <value> in order to specify what kind of data to write: b - byte, i - integer (word), d - double word, s - string, w - wide string.]
+[Allows you to manage database settings.\nUsage:\n db set <module> <name> (b|i|d|s|w)<value>\n db delete <module> <name>\n db get <module> <name>.\nThe command can set a database entry to the specified value (if the entry does not exist, it will be created) as well as read or delete a specified database entry. <Module> is the name of the module where the key should be located, <name> is the name of the key and <value> is the value to be written. A character must be placed before <value> in order to specify what kind of data to write: b - byte, i - integer (word), d - double word, s - string, w - wide string.]
[Configures proxy settings either globally or per account.\nUsage: proxy (global|<account>) <setting> [<params>].\n<Setting> is one of the following settings:\n status (disable | enable | toggle)\n server <proxy type> <server> <port>.]
-[Allows you to search/list contacts or open a message windows for specified contacts.\nUsage:\n contacts list [<keyword> [account:<account>] [id:<id>] [status:<status>] [<keyword> [...]]].\nThe command will search all contacts and display the ones matching the search criteria. To search for a specific account use the keyword 'account:<account>'. To search for contacts that have a certain ID use the keyword 'id:<id>'. To search for contacts that have a certain status use 'status:<status>'.\n contacts open [<keyword> [account:<account>] [id:<id>] [status:<status>] [<keyword> [...]]].\nThe command will open a message window for all contacts that match the search criteria. To search for a specific account use the keyword 'account:<account>'. To search for contacts that have a certain ID use the keyword 'id:<id>'. To search for contacts that have a certain status use 'status:<status>'. If no keyword is specified the command will open a message window for all contacts that have unread messages.]
+[Allows you to search/list contacts or open a message windows for specified contacts.\nUsage:\n contacts list [<keyword> [account:<account>] [id:<id>] [status:<status>] [<keyword> [...]]].\nThe command will search all contacts and display the ones matching the search criteria. To search for a specific account use the keyword 'account:<account>'. To search for contacts that have a certain ID use the keyword 'id:<id>'. To search for contacts that have a certain status use 'status:<status>'.\n contacts open [<keyword> [account:<account>] [id:<id>] [status:<status>] [<keyword> [...]]].\nThe command will open a message window for all contacts that match the search criteria. To search for a specific account use the keyword 'account:<account>'. To search for contacts that have a certain ID use the keyword 'id:<id>'. To search for contacts that have a certain status use 'status:<status>'. If no keyword is specified, the command will open a message window for all contacts that have unread messages.]
-[Shows history or unread messages for a contact.\nUsage: history <command> <contact>.\n<Command> is one of the following commands:\n unread - show unread messages for that contact.\n show <contact> <start> <finish> - show history from event number <start> to <finish>. If any number is negative it is interpreted as a relative index from the last event number +1 (so the last event for a contact is -1).]
+[Shows history or unread messages for a contact.\nUsage: history <command> <contact>.\n<Command> is one of the following commands:\n unread - show unread messages for that contact.\n show <contact> <start> <finish> - show history from event number <start> to <finish>. If any number is negative, it is interpreted as a relative index from the last event number +1 (so the last event for a contact is -1).]
-[Shows version information for Miranda and CmdLine plugin. If VersionInfo plugin is installed it will use its report instead.\nUsage: version.\nThe command will print Miranda's and CmdLine's version numbers or, if VersionInfo plugin is installed, it will show VersionInfo's report.]
+[Shows version information for Miranda and CmdLine plugin. If VersionInfo plugin is installed, it will use its report instead.\nUsage: version.\nThe command will print Miranda's and CmdLine's version numbers or, if VersionInfo plugin is installed, it will show VersionInfo's report.]
[Changes the user's nickname on the given protocol to the new name.\nUsage: setnickname <protocol> new_nickname.]
diff --git a/langpacks/french/Plugins/HistoryStats.txt b/langpacks/french/Plugins/HistoryStats.txt
index 975b17d386..a07689baa4 100644
--- a/langpacks/french/Plugins/HistoryStats.txt
+++ b/langpacks/french/Plugins/HistoryStats.txt
@@ -24,7 +24,7 @@ Annuler
Ajouter
[HistoryStats - Conflicting files]
-[Some files were temporarily stored in another location to avoid overwriting already existing files. If you always want to overwrite existing files there is an option for this.]
+[Some files were temporarily stored in another location to avoid overwriting already existing files. If you always want to overwrite existing files, there is an option for this.]
[The following files could not be written because files with the same names already existed. Please decide whether to overwrite the existing or to discard the generated files.]
@@ -594,11 +594,11 @@ Effacer la colonne
[Generate PNG files to represent graphics]
-[Fall back to HTML output, if column options require HTML output]
+[Fall back to HTML output if column options require HTML output]
[Enforce PNG output, possibly ignoring some column options]
-[Prefer HTML output over PNG output, if available]
+[Prefer HTML output over PNG output if available]
[Miscellaneous]
Divers
diff --git a/langpacks/french/Plugins/NotesReminders.txt b/langpacks/french/Plugins/NotesReminders.txt
index bdb4d29784..d547d717f5 100644
--- a/langpacks/french/Plugins/NotesReminders.txt
+++ b/langpacks/french/Plugins/NotesReminders.txt
@@ -221,7 +221,7 @@ Notes && Rappels
&Supprimer toutes les Notes
[&Bring All to Front]
-[Miranda could not load the Notes & Reminders plugin, riched20.dll is missing. If you are using WINE please make sure you have riched20.dll installed. Press 'Yes' to continue loading Miranda.]
+[Miranda could not load the Notes & Reminders plugin, riched20.dll is missing. If you are using WINE, please make sure you have riched20.dll installed. Press 'Yes' to continue loading Miranda.]
;file \plugins\NotesAndReminders\src\notes.cpp
[Black]
diff --git a/langpacks/french/Plugins/Scriver.txt b/langpacks/french/Plugins/Scriver.txt
index acdd35ebbd..056ecbede2 100644
--- a/langpacks/french/Plugins/Scriver.txt
+++ b/langpacks/french/Plugins/Scriver.txt
@@ -628,7 +628,7 @@ Message de %s
%s écrit un message
[Typing Notification]
Notification de frappe
-[Miranda could not load the built-in message module, riched20.dll is missing. If you are using WINE please make sure you have riched20.dll installed. Press 'Yes' to continue loading Miranda.]
+[Miranda could not load the built-in message module, riched20.dll is missing. If you are using WINE, please make sure you have riched20.dll installed. Press 'Yes' to continue loading Miranda.]
Miranda n'a pas pu charger le module de messagerie préinstallé, riched20.dll est manquant. Si vous utilisez WINE, veuillez vous assurer que vous avez installé riched20.dll. Cliquez sur "Oui" pour continuer le chargement de Miranda.
[Instant messages]
Messages instantanés
diff --git a/langpacks/french/Plugins/StopSpam.txt b/langpacks/french/Plugins/StopSpam.txt
index 993e61a9ba..866ec86933 100644
--- a/langpacks/french/Plugins/StopSpam.txt
+++ b/langpacks/french/Plugins/StopSpam.txt
@@ -53,7 +53,7 @@ Comptes
[StopSpam]
;file \plugins\StopSpamPlus\src\options.cpp
-[No more spam! Robots can't go! Only human beings invited!\r\n\r\nThis plugin works pretty simple:\r\nWhile messages from users on your contact list go as there is no any anti-spam software, messages from unknown users are not delivered to you. But also they are not ignored, this plugin replies with a simple question, and if user gives the right answer plugin adds him to your contact list so that he can contact you.]
+[No more spam! Robots can't go! Only human beings invited!\r\n\r\nThis plugin works pretty simple:\r\nWhile messages from users on your contact list go as there is no any anti-spam software, messages from unknown users are not delivered to you. But also they are not ignored, this plugin replies with a simple question, and if user gives the right answer, plugin adds him to your contact list so that he can contact you.]
[StopSpam automatic message:\r\n]
diff --git a/langpacks/french/Plugins/StopSpamMod.txt b/langpacks/french/Plugins/StopSpamMod.txt
index 1419bcedf9..d587ff3c48 100644
--- a/langpacks/french/Plugins/StopSpamMod.txt
+++ b/langpacks/french/Plugins/StopSpamMod.txt
@@ -80,7 +80,7 @@ Ajouter le contact
[Remove Temporary Contacts]
;file \plugins\StopSpamMod\src\options.cpp
-[No more spam! Robots can't go! Only human beings invited!\r\n\r\nThis plugin works pretty simple:\r\nWhile messages from users on your contact list go as there is no any anti-spam software, messages from unknown users are not delivered to you. But also they are not ignored, this plugin replies with a simple question, and if user gives the right answer plugin adds him to your contact list so that he can contact you.]
+[No more spam! Robots can't go! Only human beings invited!\r\n\r\nThis plugin works pretty simple:\r\nWhile messages from users on your contact list go as there is no any anti-spam software, messages from unknown users are not delivered to you. But also they are not ignored, this plugin replies with a simple question, and if user gives the right answer, plugin adds him to your contact list so that he can contact you.]
[Spammers made me to install small anti-spam system you are now speaking with.\r\nPlease reply "nospam" without quotes and spaces if you want to contact me.]
@@ -88,7 +88,7 @@ Ajouter le contact
[Congratulations! You just passed human/robot test. Now you can write me a message.]
-[If math expression is turned on you can use following expression in message text:\nXX+XX-X/X*X\neach X will be replaced by one random number and answer will be expression result\nMessage must contain only one expression without spaces]
+[If math expression is turned on, you can use following expression in message text:\nXX+XX-X/X*X\neach X will be replaced by one random number and answer will be expression result.\nMessage must contain only one expression without spaces.]
[Info]
Info
diff --git a/langpacks/french/Plugins/TabSRMM.txt b/langpacks/french/Plugins/TabSRMM.txt
index d7beceb3b4..c7bb07ed65 100644
--- a/langpacks/french/Plugins/TabSRMM.txt
+++ b/langpacks/french/Plugins/TabSRMM.txt
@@ -650,7 +650,7 @@ Non
[Window:]
Fenètre :
-[Esc closes sessions (minimizes window, if disabled)]
+[Esc closes sessions (minimizes window if disabled)]
[Always pop up and activate new windows]
diff --git a/langpacks/french/Plugins/WhatsApp.txt b/langpacks/french/Plugins/WhatsApp.txt
index beccb5a1fc..fb619f0b96 100644
--- a/langpacks/french/Plugins/WhatsApp.txt
+++ b/langpacks/french/Plugins/WhatsApp.txt
@@ -46,7 +46,7 @@ S'il vous plaît entrer un mot de passe.
[Please correctly specify your registration code received by SMS]
-[Your password has been set automatically.\nIf you change your password manually you may lose it and need to request a new code!]
+[Your password has been set automatically.\nIf you change your password manually, you may lose it and need to request a new code!]
;file \protocols\WhatsApp\src\main.cpp
[Did not unpack WART (registration utility).]
diff --git a/langpacks/french/Plugins/Xfire.txt b/langpacks/french/Plugins/Xfire.txt
index 2cce049550..2d77734c0f 100644
--- a/langpacks/french/Plugins/Xfire.txt
+++ b/langpacks/french/Plugins/Xfire.txt
@@ -18,7 +18,7 @@ Passe :
Pseudo :
[Current protocol version:]
-[Note: You can only change these settings, if you are connected to Xfire.]
+[Note: You can only change these settings if you are connected to Xfire.]
[Create a new Xfire account on website]
@@ -64,13 +64,13 @@ Fichiers
[Blocked User List]
-[This list contains all your blocked Xfire users. You can remove one, if you wanna allow him to send you a friend request.]
+[This list contains all your blocked Xfire users. You can remove one if you wanna allow him to send you a friend request.]
[You can simply block someone, if you right click on his friend request in contact list and choose Block User...]
[This file is used for the game search, game detection and game ID resolving. It contains all Xfire supported games.]
-[This file contains all original game icons. You can also activate the option for icon downloading, if you don't have it.]
+[This file contains all original game icons. You can also activate the option for icon downloading if you don't have it.]
[Be sure you put these files in following folder:]
@@ -78,7 +78,7 @@ Fichiers
[Enable]
Activer
-[With this feature, following status message will be set on your other protocol plugins, if you are in game. So your other buddies can also see what you play. It will also change the status to occupied, if this option is enabled.]
+[With this feature, following status message will be set on your other protocol plugins if you are in game. So your other buddies can also see what you play. It will also change the status to occupied if this option is enabled.]
[Following Variables are available: %myxfiregame%, %myxfirevoice%, %myxfireserverip%, %myxfirevoiceip%]
@@ -86,7 +86,7 @@ Activer
Message d'état :
[Change the status to occupied or dnd]
-[The status message and status will be reset, if you close the game.]
+[The status message and status will be reset if you close the game.]
[Prefer dnd when it is available]
@@ -162,7 +162,7 @@ Chercher :
[Send game ID:]
-[Status message for Xfire, if this game will be started:]
+[Status message for Xfire if this game will be started:]
[Parameter:]
diff --git a/langpacks/french/Untranslated/AuthState.txt b/langpacks/french/Untranslated/AuthState.txt
index c5e74bd06a..670ca2590e 100644
--- a/langpacks/french/Untranslated/AuthState.txt
+++ b/langpacks/french/Untranslated/AuthState.txt
@@ -1,4 +1,4 @@
-[If a contact didn't authorize you this plugin puts an icon in front of the contact's name.]
+[If a contact didn't authorize you, this plugin puts an icon in front of the contact's name.]
[Show Auth icon]
[Show Grant icon]
[Plugin settings]
diff --git a/langpacks/french/Untranslated/Boltun.txt b/langpacks/french/Untranslated/Boltun.txt
index e46032a19a..9b787d0474 100644
--- a/langpacks/french/Untranslated/Boltun.txt
+++ b/langpacks/french/Untranslated/Boltun.txt
@@ -13,7 +13,7 @@
[Thinking time:]
[Engine]
[Base of remarks]
-[Stay silent, if have no good aswers]
+[Stay silent if have no good aswers]
[Start answers with a lowercase letter]
[Don't use "I don't understand"-like answers]
[Mind Files]
diff --git a/langpacks/french/Untranslated/CmdLine.txt b/langpacks/french/Untranslated/CmdLine.txt
index 0c336edf6a..97bef9cbac 100644
--- a/langpacks/french/Untranslated/CmdLine.txt
+++ b/langpacks/french/Untranslated/CmdLine.txt
@@ -19,13 +19,13 @@
[Provides help on other commands.\nUsage: help [<command>].\nThe command will print help information for other commands. If run without any parameters it will print available commands.]
[Notifies Exchange plugin to check for email.\nUsage: exchange check.]
[Notifies YAMN plugin to check for email.\nUsage: yamn check.]
-[Calls a Miranda service.\nUsage: callservice <service> (d|s)<wParam> (d|s)<lParam>.\nThe command will call Miranda <service> service using wParam and lParam as arguments; the first letter of the paramater must be either 'd' if the parameter is a decimal number or 's' if the parameter is a string. Be careful when you use this function as you can only pass numbers and strings as data.\nNOTE: If you pass invalid data to a service Miranda might crash.]
+[Calls a Miranda service.\nUsage: callservice <service> (d|s)<wParam> (d|s)<lParam>.\nThe command will call Miranda <service> service using wParam and lParam as arguments; the first letter of the paramater must be either 'd' if the parameter is a decimal number or 's' if the parameter is a string. Be careful when you use this function as you can only pass numbers and strings as data.\nNOTE: If you pass invalid data to a service, Miranda might crash.]
[Sends a message to the specified contact(s).\nUsage: message <contact> [<contact> [<contact> [...]]] <message>.\nThe command will send <message> to the specified contact(s) - at least one contact must be specified - all parameters except the last one are considered recipients.\n<Contact> has the following format: <name>[:<account>]. <Name> is the contact display name or unique ID and <account> is an optional parameter representing the account of the contact (useful in case there is more than one contact with the same name).\nNOTE: The message string cannot exceed 512 characters. You can use \\n for new line (and \\\\n for \\n).]
-[Allows you to manage database settings.\nUsage:\n db set <module> <name> (b|i|d|s|w)<value>\n db delete <module> <name>\n db get <module> <name>.\nThe command can set a database entry to the specified value (if the entry does not exist it will be created) as well as read or delete a specified database entry. <Module> is the name of the module where the key should be located, <name> is the name of the key and <value> is the value to be written. A character must be placed before <value> in order to specify what kind of data to write: b - byte, i - integer (word), d - double word, s - string, w - wide string.]
+[Allows you to manage database settings.\nUsage:\n db set <module> <name> (b|i|d|s|w)<value>\n db delete <module> <name>\n db get <module> <name>.\nThe command can set a database entry to the specified value (if the entry does not exist, it will be created) as well as read or delete a specified database entry. <Module> is the name of the module where the key should be located, <name> is the name of the key and <value> is the value to be written. A character must be placed before <value> in order to specify what kind of data to write: b - byte, i - integer (word), d - double word, s - string, w - wide string.]
[Configures proxy settings either globally or per account.\nUsage: proxy (global|<account>) <setting> [<params>].\n<Setting> is one of the following settings:\n status (disable | enable | toggle)\n server <proxy type> <server> <port>.]
-[Allows you to search/list contacts or open a message windows for specified contacts.\nUsage:\n contacts list [<keyword> [account:<account>] [id:<id>] [status:<status>] [<keyword> [...]]].\nThe command will search all contacts and display the ones matching the search criteria. To search for a specific account use the keyword 'account:<account>'. To search for contacts that have a certain ID use the keyword 'id:<id>'. To search for contacts that have a certain status use 'status:<status>'.\n contacts open [<keyword> [account:<account>] [id:<id>] [status:<status>] [<keyword> [...]]].\nThe command will open a message window for all contacts that match the search criteria. To search for a specific account use the keyword 'account:<account>'. To search for contacts that have a certain ID use the keyword 'id:<id>'. To search for contacts that have a certain status use 'status:<status>'. If no keyword is specified the command will open a message window for all contacts that have unread messages.]
-[Shows history or unread messages for a contact.\nUsage: history <command> <contact>.\n<Command> is one of the following commands:\n unread - show unread messages for that contact.\n show <contact> <start> <finish> - show history from event number <start> to <finish>. If any number is negative it is interpreted as a relative index from the last event number +1 (so the last event for a contact is -1).]
-[Shows version information for Miranda and CmdLine plugin. If VersionInfo plugin is installed it will use its report instead.\nUsage: version.\nThe command will print Miranda's and CmdLine's version numbers or, if VersionInfo plugin is installed, it will show VersionInfo's report.]
+[Allows you to search/list contacts or open a message windows for specified contacts.\nUsage:\n contacts list [<keyword> [account:<account>] [id:<id>] [status:<status>] [<keyword> [...]]].\nThe command will search all contacts and display the ones matching the search criteria. To search for a specific account use the keyword 'account:<account>'. To search for contacts that have a certain ID use the keyword 'id:<id>'. To search for contacts that have a certain status use 'status:<status>'.\n contacts open [<keyword> [account:<account>] [id:<id>] [status:<status>] [<keyword> [...]]].\nThe command will open a message window for all contacts that match the search criteria. To search for a specific account use the keyword 'account:<account>'. To search for contacts that have a certain ID use the keyword 'id:<id>'. To search for contacts that have a certain status use 'status:<status>'. If no keyword is specified, the command will open a message window for all contacts that have unread messages.]
+[Shows history or unread messages for a contact.\nUsage: history <command> <contact>.\n<Command> is one of the following commands:\n unread - show unread messages for that contact.\n show <contact> <start> <finish> - show history from event number <start> to <finish>. If any number is negative, it is interpreted as a relative index from the last event number +1 (so the last event for a contact is -1).]
+[Shows version information for Miranda and CmdLine plugin. If VersionInfo plugin is installed, it will use its report instead.\nUsage: version.\nThe command will print Miranda's and CmdLine's version numbers or, if VersionInfo plugin is installed, it will show VersionInfo's report.]
[Changes the user's nickname on the given protocol to the new name.\nUsage: setnickname <protocol> new_nickname.]
[Ignores or removes ignore flags for specific contacts.\nUsage:\n ignore (block | unblock) <contact> [<contact> [<contact> [...]]].\nThe command will set or remove ignore flags for the specified contacts]
[Wrong number of parameters for command '%s'.]
diff --git a/langpacks/french/Untranslated/HistoryStats.txt b/langpacks/french/Untranslated/HistoryStats.txt
index 39fb27a591..4a49f4abb9 100644
--- a/langpacks/french/Untranslated/HistoryStats.txt
+++ b/langpacks/french/Untranslated/HistoryStats.txt
@@ -5,7 +5,7 @@
[Available column types:]
[Description]
[HistoryStats - Conflicting files]
-[Some files were temporarily stored in another location to avoid overwriting already existing files. If you always want to overwrite existing files there is an option for this.]
+[Some files were temporarily stored in another location to avoid overwriting already existing files. If you always want to overwrite existing files, there is an option for this.]
[The following files could not be written because files with the same names already existed. Please decide whether to overwrite the existing or to discard the generated files.]
[Overwrite existing]
[Discard generated]
@@ -240,9 +240,9 @@
[Graphics]
[Only use HTML to simulate graphics]
[Generate PNG files to represent graphics]
-[Fall back to HTML output, if column options require HTML output]
+[Fall back to HTML output if column options require HTML output]
[Enforce PNG output, possibly ignoring some column options]
-[Prefer HTML output over PNG output, if available]
+[Prefer HTML output over PNG output if available]
[Generate statistics in background thread with low priority]
[Path to browser (leave blank for system default)]
[At this time there is no external plugin supported.]
diff --git a/langpacks/french/Untranslated/NotesReminders.txt b/langpacks/french/Untranslated/NotesReminders.txt
index 12596367bc..0ccc0a4461 100644
--- a/langpacks/french/Untranslated/NotesReminders.txt
+++ b/langpacks/french/Untranslated/NotesReminders.txt
@@ -66,7 +66,7 @@
[New &Note]
[Vie&w Notes]
[&Bring All to Front]
-[Miranda could not load the Notes & Reminders plugin, riched20.dll is missing. If you are using WINE please make sure you have riched20.dll installed. Press 'Yes' to continue loading Miranda.]
+[Miranda could not load the Notes & Reminders plugin, riched20.dll is missing. If you are using WINE, please make sure you have riched20.dll installed. Press 'Yes' to continue loading Miranda.]
[Black]
[Green]
[Olive]
diff --git a/langpacks/french/Untranslated/StopSpam.txt b/langpacks/french/Untranslated/StopSpam.txt
index 8189784db0..7ead86670c 100644
--- a/langpacks/french/Untranslated/StopSpam.txt
+++ b/langpacks/french/Untranslated/StopSpam.txt
@@ -14,7 +14,7 @@
[Remove all temporary contacts after restart]
[Log Spammers to system history]
[StopSpam]
-[No more spam! Robots can't go! Only human beings invited!\r\n\r\nThis plugin works pretty simple:\r\nWhile messages from users on your contact list go as there is no any anti-spam software, messages from unknown users are not delivered to you. But also they are not ignored, this plugin replies with a simple question, and if user gives the right answer plugin adds him to your contact list so that he can contact you.]
+[No more spam! Robots can't go! Only human beings invited!\r\n\r\nThis plugin works pretty simple:\r\nWhile messages from users on your contact list go as there is no any anti-spam software, messages from unknown users are not delivered to you. But also they are not ignored, this plugin replies with a simple question, and if user gives the right answer, plugin adds him to your contact list so that he can contact you.]
[StopSpam automatic message:\r\n]
[Not In List]
[Remove Temporary Contacts]
diff --git a/langpacks/french/Untranslated/StopSpamMod.txt b/langpacks/french/Untranslated/StopSpamMod.txt
index 57b6b2d5d0..af4e9ddbe6 100644
--- a/langpacks/french/Untranslated/StopSpamMod.txt
+++ b/langpacks/french/Untranslated/StopSpamMod.txt
@@ -31,8 +31,8 @@
[StopSpam]
[StopSpam Logs]
[Remove Temporary Contacts]
-[No more spam! Robots can't go! Only human beings invited!\r\n\r\nThis plugin works pretty simple:\r\nWhile messages from users on your contact list go as there is no any anti-spam software, messages from unknown users are not delivered to you. But also they are not ignored, this plugin replies with a simple question, and if user gives the right answer plugin adds him to your contact list so that he can contact you.]
+[No more spam! Robots can't go! Only human beings invited!\r\n\r\nThis plugin works pretty simple:\r\nWhile messages from users on your contact list go as there is no any anti-spam software, messages from unknown users are not delivered to you. But also they are not ignored, this plugin replies with a simple question, and if user gives the right answer, plugin adds him to your contact list so that he can contact you.]
[Spammers made me to install small anti-spam system you are now speaking with.\r\nPlease reply "nospam" without quotes and spaces if you want to contact me.]
[StopSpam: send a message and reply to an anti-spam bot question.]
[Congratulations! You just passed human/robot test. Now you can write me a message.]
-[If math expression is turned on you can use following expression in message text:\nXX+XX-X/X*X\neach X will be replaced by one random number and answer will be expression result\nMessage must contain only one expression without spaces]
+[If math expression is turned on, you can use following expression in message text:\nXX+XX-X/X*X\neach X will be replaced by one random number and answer will be expression result.\nMessage must contain only one expression without spaces.]
diff --git a/langpacks/french/Untranslated/TabSRMM.txt b/langpacks/french/Untranslated/TabSRMM.txt
index 8af2e5967c..f91a8e8b1e 100644
--- a/langpacks/french/Untranslated/TabSRMM.txt
+++ b/langpacks/french/Untranslated/TabSRMM.txt
@@ -124,7 +124,7 @@
[Display popups for completed jobs]
[Do not show this message again]
[Message sending:]
-[Esc closes sessions (minimizes window, if disabled)]
+[Esc closes sessions (minimizes window if disabled)]
[Always pop up and activate new windows]
[Send on Shift+Enter]
[Tabs:]
diff --git a/langpacks/french/Untranslated/WhatsApp.txt b/langpacks/french/Untranslated/WhatsApp.txt
index 5b8ddd109c..0f0f1a757c 100644
--- a/langpacks/french/Untranslated/WhatsApp.txt
+++ b/langpacks/french/Untranslated/WhatsApp.txt
@@ -12,7 +12,7 @@
[Please enter a nickname.]
[An SMS with registration-code will be sent to your mobile phone.\nNotice that you are not able to use the real WhatsApp and this plugin simultaneously!\nContinue?]
[Please correctly specify your registration code received by SMS]
-[Your password has been set automatically.\nIf you change your password manually you may lose it and need to request a new code!]
+[Your password has been set automatically.\nIf you change your password manually, you may lose it and need to request a new code!]
[Did not unpack WART (registration utility).]
[Unable to get Netlib connection for WhatsApp]
[Network-connection error.]
diff --git a/langpacks/french/Untranslated/Xfire.txt b/langpacks/french/Untranslated/Xfire.txt
index 1e948da411..f4692a1b2e 100644
--- a/langpacks/french/Untranslated/Xfire.txt
+++ b/langpacks/french/Untranslated/Xfire.txt
@@ -1,7 +1,7 @@
[Login name:]
[XFire]
[Current protocol version:]
-[Note: You can only change these settings, if you are connected to Xfire.]
+[Note: You can only change these settings if you are connected to Xfire.]
[Create a new Xfire account on website]
[Lost password?]
[Account options]
@@ -21,16 +21,16 @@
[xfire_games.ini]
[icons.dll]
[Blocked User List]
-[This list contains all your blocked Xfire users. You can remove one, if you wanna allow him to send you a friend request.]
+[This list contains all your blocked Xfire users. You can remove one if you wanna allow him to send you a friend request.]
[You can simply block someone, if you right click on his friend request in contact list and choose Block User...]
[This file is used for the game search, game detection and game ID resolving. It contains all Xfire supported games.]
-[This file contains all original game icons. You can also activate the option for icon downloading, if you don't have it.]
+[This file contains all original game icons. You can also activate the option for icon downloading if you don't have it.]
[Be sure you put these files in following folder:]
[Status Message]
-[With this feature, following status message will be set on your other protocol plugins, if you are in game. So your other buddies can also see what you play. It will also change the status to occupied, if this option is enabled.]
+[With this feature, following status message will be set on your other protocol plugins if you are in game. So your other buddies can also see what you play. It will also change the status to occupied if this option is enabled.]
[Following Variables are available: %myxfiregame%, %myxfirevoice%, %myxfireserverip%, %myxfirevoiceip%]
[Change the status to occupied or dnd]
-[The status message and status will be reset, if you close the game.]
+[The status message and status will be reset if you close the game.]
[Prefer dnd when it is available]
[Game:]
[Don't detect this game as running]
@@ -52,7 +52,7 @@
[Launcher exe (optional):]
[Game ID:]
[Send game ID:]
-[Status message for Xfire, if this game will be started:]
+[Status message for Xfire if this game will be started:]
[Parameter:]
[Add a new game]
[Searching games...]