| 1 | | /* reveal button tooltip */ |
|---|
| | 1 | /* who posted the current topic */ |
|---|
| | 2 | " posted by %@" = " posté par %@"; |
|---|
| | 3 | |
|---|
| | 4 | /* file size measured in kilobytes */ |
|---|
| | 5 | "%.1f KB" = "%.1f Ko"; |
|---|
| | 6 | |
|---|
| | 7 | /* file size measured in megabytes */ |
|---|
| | 8 | "%.2f MB" = "%.2f Mo"; |
|---|
| | 9 | |
|---|
| | 10 | /* file size measured in gigabytes */ |
|---|
| | 11 | "%.3f GB" = "%.3f Go"; |
|---|
| | 12 | |
|---|
| | 13 | /* file size measured in terabytes */ |
|---|
| | 14 | "%.4f TB" = "%.4f To"; |
|---|
| | 15 | |
|---|
| | 16 | /* time format for chat time stamps: hour:minute am/pm */ |
|---|
| | 17 | "%1I:%M %p" = "%1I:%M %p"; |
|---|
| | 18 | |
|---|
| | 19 | /* user offline time stamp */ |
|---|
| | 20 | "%1I:%M %p, user offline." = "%1I:%M %p, utilisateur déconnecté."; |
|---|
| | 21 | |
|---|
| | 22 | /* offline time stamp */ |
|---|
| | 23 | "%1I:%M %p, you're offline." = "%1I:%M %p, vous êtes déconnecté."; |
|---|
| | 24 | |
|---|
| | 25 | /* chat room window - window title */ |
|---|
| | 26 | "%@ - Chat Room" = "Canal — %@"; |
|---|
| | 27 | |
|---|
| | 28 | /* private message with user - window title */ |
|---|
| | 29 | "%@ - Private Message" = "Message privé — %@"; |
|---|
| | 30 | |
|---|
| | 31 | /* time that has passed on selected transfer */ |
|---|
| | 32 | "%@ elapsed" = "%@ écoulée"; |
|---|
| | 33 | |
|---|
| | 34 | /* time that has passed and time that remains on selected transfer */ |
|---|
| | 35 | "%@ elapsed, %@ remaining" = "%@ écoulée, %@ restante"; |
|---|
| | 36 | |
|---|
| | 37 | /* crash message */ |
|---|
| | 38 | "%@ encountered an unrecoverable error during a previous session. Please enter any details you may recall about what you were doing when the application crashed. This will help us to improve future releases of %@." = "%@ encountered an unrecoverable error during a previous session. Please enter any details you may recall about what you were doing when the application crashed. This will help us to improve future releases of %@."; |
|---|
| | 39 | |
|---|
| | 40 | /* status of current download file transfer */ |
|---|
| | 41 | "%@ of %@ downloaded, at %@ per second" = "%@ sur %@ téléchargés, à %@ par seconde"; |
|---|
| | 42 | |
|---|
| | 43 | /* status of current upload file transfer */ |
|---|
| | 44 | "%@ of %@ uploaded, at %@ per second" = "%@ sur %@ envoyés, à %@ par seconde"; |
|---|
| | 45 | |
|---|
| | 46 | /* program update */ |
|---|
| | 47 | "%@ Update" = "%@ Update"; |
|---|
| | 48 | |
|---|
| | 49 | /* file size measured in bytes */ |
|---|
| | 50 | "%lu bytes" = "%lu octets"; |
|---|
| | 51 | |
|---|
| | 52 | /* no chat topic is set message */ |
|---|
| | 53 | "(no chat topic is set)" = "(no chat topic is set)"; |
|---|
| | 54 | |
|---|
| | 55 | /* new file transfer dialog message */ |
|---|
| | 56 | "A file named \"%@\" is being sent to you from %@. This file is %@ in size." = "Un fichier nommé \"%@\" va vous être envoyé par %@. Ce fichier fait une taille de %@."; |
|---|
| | 57 | |
|---|
| | 58 | /* the software needs updated question */ |
|---|
| | 59 | "A newer version of this software has just been detected, would you like to see what's new?" = "A newer version of this software has just been detected, would you like to see what's new?"; |
|---|
| | 60 | |
|---|
| | 61 | /* accept button name */ |
|---|
| | 62 | "Accept" = "Accepter"; |
|---|
| | 63 | |
|---|
| | 64 | /* emoticons toolbar button tooltip */ |
|---|
| | 65 | "Add Emotions with Emoticons" = "Ajouter des émotions grâce aux Émoticônes"; |
|---|
| | 66 | |
|---|
| | 67 | /* chat invalid nickname dialog title */ |
|---|
| | 68 | "Already connected" = "Already connected"; |
|---|
| | 69 | |
|---|
| | 70 | /* angel emoticon name */ |
|---|
| | 71 | "Angel" = "Ange"; |
|---|
| | 72 | |
|---|
| | 73 | /* angry emoticon name */ |
|---|
| | 74 | "Angry" = "En pétard"; |
|---|
| | 75 | |
|---|
| | 76 | /* annoyed emoticon name */ |
|---|
| | 77 | "Annoyed" = "Gêné"; |
|---|
| | 78 | |
|---|
| | 79 | /* buddy list available status message with the number of servers entered at runtime */ |
|---|
| | 80 | "Available (%d %@)" = "Available (%d %@)"; |
|---|
| | 81 | |
|---|
| | 82 | /* bold font toolbar item */ |
|---|
| | 83 | "Bold" = "Gras"; |
|---|
| | 84 | |
|---|
| | 85 | /* title of the booted message sheet */ |
|---|
| | 86 | "Booted" = "Éjecté"; |
|---|
| | 87 | |
|---|
| | 88 | /* user has been removed by force from a chat room - presented as an action */ |
|---|
| | 89 | "booted %@ with this reason '%@'." = "%@ éjecté pour cette raison '%@'."; |
|---|
| | 90 | |
|---|
| | 91 | /* you were removed by force from a chat room - presented as an action */ |
|---|
| | 92 | "booted you with this reason '%@'." = "vous avez été éjecté pour cette raison '%@'."; |
|---|
| | 93 | |
|---|
| | 94 | /* chat room members toolbar customize palette name */ |
|---|
| | 95 | "Chat Members" = "Membres du canal"; |
|---|
| | 96 | |
|---|
| | 97 | /* chat invalid nickname dialog title */ |
|---|
| | 98 | "Chat Server is blank" = "Chat Server is blank"; |
|---|
| | 99 | |
|---|
| | 100 | /* chat invalid nickname dialog title */ |
|---|
| | 101 | "Chat Server Port is invalid" = "Chat Server Port is invalid"; |
|---|
| | 102 | |
|---|
| | 103 | /* clear finished transfers toolbar button name */ |
|---|
| | 104 | "Clear" = "Effacer"; |
|---|
| | 105 | |
|---|
| | 106 | /* clear finished transfers toolbar customize palette name */ |
|---|
| | 107 | "Clear Finished" = "Effacer ceux finis"; |
|---|
| | 108 | |
|---|
| | 109 | /* clear finished transfers tooltip */ |
|---|
| | 110 | "Clear Finished Transfers" = "Effacer les transferts finis"; |
|---|
| | 111 | |
|---|
| | 112 | /* close window button text */ |
|---|
| | 113 | "Close" = "Fermer"; |
|---|
| | 114 | |
|---|
| | 115 | /* connect to server title */ |
|---|
| | 116 | "Connect" = "Connect"; |
|---|
| | 117 | |
|---|
| | 118 | /* connect button tooltip */ |
|---|
| | 119 | "Connect to Server" = "Connect to Server"; |
|---|
| | 120 | |
|---|
| | 121 | /* connect button tooltip */ |
|---|
| | 122 | "Connect to server" = "Connect to server"; |
|---|
| | 123 | |
|---|
| | 124 | /* name for connection info button in customize palette */ |
|---|
| | 125 | "Connection Info" = "Connection Info"; |
|---|
| | 126 | |
|---|
| | 127 | /* connection failed to the update server */ |
|---|
| | 128 | "Connection to the Update server failed." = "Connection to the Update server failed."; |
|---|
| | 129 | |
|---|
| | 130 | /* short toolbar server console button name */ |
|---|
| | 131 | "Console" = "Console"; |
|---|
| | 132 | |
|---|
| | 133 | /* cool guy emoticon name */ |
|---|
| | 134 | "Cool" = "Cool"; |
|---|
| | 135 | |
|---|
| | 136 | /* title of the could not connect error */ |
|---|
| | 137 | "Could not connect" = "Could not connect"; |
|---|
| | 138 | |
|---|
| | 139 | /* chat invalid password dialog title */ |
|---|
| | 140 | "Could not connect to Chat server" = "Could not connect to Chat server"; |
|---|
| | 141 | |
|---|
| | 142 | /* current version */ |
|---|
| | 143 | "currently using %@ (v%@)" = "currently using %@ (v%@)"; |
|---|
| | 144 | |
|---|
| | 145 | /* singular day */ |
|---|
| | 146 | "day" = "jour"; |
|---|
| | 147 | |
|---|
| | 148 | /* plural days */ |
|---|
| | 149 | "days" = "jours"; |
|---|
| | 150 | |
|---|
| | 151 | /* delete item title */ |
|---|
| | 152 | "Delete" = "Delete"; |
|---|
| | 153 | |
|---|
| | 154 | /* delete connection button tooltip */ |
|---|
| | 155 | "Delete connection" = "Delete connection"; |
|---|
| | 156 | |
|---|
| | 157 | /* name for delete connection button in customize palette */ |
|---|
| | 158 | "Delete Connection" = "Delete Connection"; |
|---|
| | 159 | |
|---|
| | 160 | /* user was removed from chat room operator status - presented as an action */ |
|---|
| | 161 | "demoted %@ from operator." = "demoted %@ from operator."; |
|---|
| | 162 | |
|---|
| | 163 | /* disconnect from server title */ |
|---|
| | 164 | "Disconnect" = "Disconnect"; |
|---|
| | 165 | |
|---|
| | 166 | /* disconnect button tooltip */ |
|---|
| | 167 | "Disconnect from Server" = "Disconnect from Server"; |
|---|
| | 168 | |
|---|
| | 169 | /* emoticons options title - used in a few places like toolbar and menus */ |
|---|
| | 170 | "Emoticons" = "Emoticons"; |
|---|
| | 171 | |
|---|
| | 172 | /* encoding menu toolbar item */ |
|---|
| | 173 | "Encoding" = "Encodage"; |
|---|
| | 174 | |
|---|
| | 175 | /* evil emoticon name */ |
|---|
| | 176 | "Evil" = "Diable"; |
|---|
| | 177 | |
|---|
| | 178 | /* frown emoticon name */ |
|---|
| | 179 | "Frown" = "Triste"; |
|---|
| | 180 | |
|---|
| | 181 | /* get info contextual menu item title */ |
|---|
| | 182 | "Get Info" = "Get Info"; |
|---|
| | 183 | |
|---|
| | 184 | /* user now has special voice status - presented as an action */ |
|---|
| | 185 | "granted %@ voice." = "granted %@ voice."; |
|---|
| | 186 | |
|---|
| | 187 | /* grin emoticon name */ |
|---|
| | 188 | "Grin" = "Rire"; |
|---|
| | 189 | |
|---|
| | 190 | /* hide current chat toolbar item */ |
|---|
| | 191 | "Hide Chat" = "Masquer la discussion"; |
|---|
| | 192 | |
|---|
| | 193 | /* hide chat tooltip */ |
|---|
| | 194 | "Hide this Chat Window" = "Masquer cette fenêtre de discussion"; |
|---|
| | 195 | |
|---|
| | 196 | /* singular hour */ |
|---|
| | 197 | "hour" = "heure"; |
|---|
| | 198 | |
|---|
| | 199 | /* plural hours */ |
|---|
| | 200 | "hours" = "heures"; |
|---|
| | 201 | |
|---|
| | 202 | /* new file transfer dialog title */ |
|---|
| | 203 | "Incoming File Transfer" = "Incoming File Transfer"; |
|---|
| | 204 | |
|---|
| | 205 | /* short toolbar connection info button name */ |
|---|
| | 206 | "Info" = "Info"; |
|---|
| | 207 | |
|---|
| | 208 | /* connection info window title */ |
|---|
| | 209 | "Info for: %@" = "Info for: %@"; |
|---|
| | 210 | |
|---|
| | 211 | /* invited to a chat room - sheet title */ |
|---|
| | 212 | "Invited to Chat" = "Invité à discuter"; |
|---|
| | 213 | |
|---|
| | 214 | /* user has changed nicknames - presented as an action */ |
|---|
| | 215 | "is now known as %@." = "est à présent connu sous %@."; |
|---|
| | 216 | |
|---|
| | 217 | /* italic font style toolbar item */ |
|---|
| | 218 | "Italic" = "Italique"; |
|---|
| | 219 | |
|---|
| | 220 | /* jamming emoticon name - headphones on */ |
|---|
| | 221 | "Jamming" = "Ailleurs"; |
|---|
| | 222 | |
|---|
| | 223 | /* join chat room button tooltip */ |
|---|
| | 224 | "Join a chat room" = "Join a chat room"; |
|---|
| | 225 | |
|---|
| | 226 | /* name for join chat room button in customize palette */ |
|---|
| | 227 | "Join Chat Room" = "Join Chat Room"; |
|---|
| | 228 | |
|---|
| | 229 | /* short toolbar join chat room button name */ |
|---|
| | 230 | "Join Room" = "Join Room"; |
|---|
| | 231 | |
|---|
| | 232 | /* join room contextual menu item title */ |
|---|
| | 233 | "Join Room..." = "Join Room..."; |
|---|
| | 234 | |
|---|
| | 235 | /* a user has join a chat room - presented as an action */ |
|---|
| | 236 | "joined the chat room." = "a joint le canal."; |
|---|
| | 237 | |
|---|
| | 238 | /* leave chat toolbar item */ |
|---|
| | 239 | "Leave Chat" = "Quitter le canal"; |
|---|
| | 240 | |
|---|
| | 241 | /* leave chat tooltip */ |
|---|
| | 242 | "Leave this Chat" = "Quitter ce canal"; |
|---|
| | 243 | |
|---|
| | 244 | /* a user has left a chat room with a reason - presented as an action */ |
|---|
| | 245 | "left the chat room for this reason: %@." = "left the chat room for this reason: %@."; |
|---|
| | 246 | |
|---|
| | 247 | /* a user has left a chat room - presented as an action */ |
|---|
| | 248 | "left the chat room." = "a quitté le canal."; |
|---|
| | 249 | |
|---|
| | 250 | /* chat room members toolbar item name */ |
|---|
| | 251 | "Members" = "Membres"; |
|---|
| | 252 | |
|---|
| | 253 | /* message user button tooltip */ |
|---|
| | 254 | "Message a user" = "Message a user"; |
|---|
| | 255 | |
|---|
| | 256 | /* title of the user offline message sheet */ |
|---|
| | 257 | "Message undeliverable" = "Message undeliverable"; |
|---|
| | 258 | |
|---|
| | 259 | /* toolbar message user button name */ |
|---|
| | 260 | "Message User" = "Message User"; |
|---|
| | 261 | |
|---|
| | 262 | /* message user contextual menu item title */ |
|---|
| | 263 | "Message User..." = "Message User..."; |
|---|
| | 264 | |
|---|
| | 265 | /* singular minute */ |
|---|
| | 266 | "minute" = "minute"; |
|---|
| | 267 | |
|---|
| | 268 | /* plural minutes */ |
|---|
| | 269 | "minutes" = "minutes"; |
|---|
| | 270 | |
|---|
| | 271 | /* singular month */ |
|---|
| | 272 | "month" = "mois"; |
|---|
| | 273 | |
|---|
| | 274 | /* plural months */ |
|---|
| | 275 | "months" = "mois"; |
|---|
| | 276 | |
|---|
| | 277 | /* never answer */ |
|---|
| | 278 | "Never" = "Never"; |
|---|
| | 279 | |
|---|
| | 280 | /* chat invalid nickname dialog title */ |
|---|
| | 281 | "Nickname is blank" = "Nickname is blank"; |
|---|
| | 282 | |
|---|
| | 283 | /* no answer */ |
|---|
| | 284 | "No" = "No"; |
|---|
| | 285 | |
|---|
| | 286 | /* no irc commands error dialog title */ |
|---|
| | 287 | "No IRC Commands" = "No IRC Commands"; |
|---|
| | 288 | |
|---|
| | 289 | /* error description for loosing connection */ |
|---|
| | 290 | "No messages can be sent at this time. Reconnecting might be in progress." = "No messages can be sent at this time. Reconnecting might be in progress."; |
|---|
| | 291 | |
|---|
| | 292 | /* no files have been transfered or in the process of transfering */ |
|---|
| | 293 | "No recent file transfers." = "No recent file transfers."; |
|---|
| | 294 | |
|---|
| | 295 | /* buddy list offline status message */ |
|---|
| | 296 | "Offline" = "Offline"; |
|---|
| | 297 | |
|---|
| | 298 | /* server console button tooltip */ |
|---|
| | 299 | "Open the server console" = "Open the server console"; |
|---|
| | 300 | |
|---|
| | 301 | /* user is now a chat room operator - presented as an action */ |
|---|
| | 302 | "promoted %@ to operator." = "promoted %@ to operator."; |
|---|
| | 303 | |
|---|
| | 304 | /* razz emoticon name - tounge out */ |
|---|
| | 305 | "Razz" = "Taquin"; |
|---|
| | 306 | |
|---|
| | 307 | /* reconnect to server button */ |
|---|
| | 308 | "Reconnect" = "Reconnect"; |
|---|
| | 309 | |
|---|
| | 310 | /* refuse button name */ |
|---|
| | 311 | "Refuse" = "Refuser"; |
|---|
| | 312 | |
|---|
| | 313 | /* relaxed emoticon name - hat on */ |
|---|
| | 314 | "Relaxed" = "Tranquille"; |
|---|
| | 315 | |
|---|
| | 316 | /* user was removed from chat room special voice status - presented as an action */ |
|---|
| | 317 | "removed voice from %@." = "removed voice from %@."; |
|---|
| | 318 | |
|---|
| | 319 | /* replace button name */ |
|---|
| | 320 | "Replace" = "Replace"; |
|---|
| | 321 | |
|---|
| | 322 | /* resume button name */ |
|---|
| | 323 | "Resume" = "Resume"; |
|---|
| | 324 | |
|---|
| | 325 | /* retry connecting to server */ |
|---|
| | 326 | "Retry" = "Retry"; |
|---|
| | 327 | |
|---|
| | 328 | /* show file in Finder toolbar button name */ |
|---|
| | 329 | "Reveal" = "Afficher"; |
|---|
| | 330 | |
|---|
| | 331 | /* show file in Finder toolbar customize palette name */ |
|---|
| | 332 | "Reveal File" = "Afficher le fichier"; |
|---|
| | 333 | |
|---|
| | 334 | /* reveal button tooltip */ |
|---|
| 31 | | /* file size measured in bytes */ |
|---|
| 32 | | "%lu bytes" = "%lu octets"; |
|---|
| 33 | | |
|---|
| 34 | | /* clear finished transfers tooltip */ |
|---|
| 35 | | "Clear Finished Transfers" = "Effacer les transferts finis"; |
|---|
| 36 | | |
|---|
| 37 | | /* singular */ |
|---|
| 38 | | "minute" = "minute"; |
|---|
| 39 | | |
|---|
| 40 | | /* file size measured in gigabytes */ |
|---|
| 41 | | "%.3f GB" = "%.3f Go"; |
|---|
| 42 | | |
|---|
| 43 | | /* singular */ |
|---|
| | 376 | /* encoding menu toolbar customize palette name */ |
|---|
| | 377 | "Text Encoding" = "Encodage du texte"; |
|---|
| | 378 | |
|---|
| | 379 | /* encoding menu toolbar item tooltip */ |
|---|
| | 380 | "Text Encoding Options" = "Changer le codage du jeu de caractères"; |
|---|
| | 381 | |
|---|
| | 382 | /* chat server port invalid dialog message */ |
|---|
| | 383 | "The chat server port you specified is invalid because it can't be negative or greater than 65535." = "The chat server port you specified is invalid because it can't be negative or greater than 65535."; |
|---|
| | 384 | |
|---|
| | 385 | /* chat already connected message */ |
|---|
| | 386 | "The chat server with the nickname you specified is already connected to from this computer. Use another nickname if you desire multiple connections." = "The chat server with the nickname you specified is already connected to from this computer. Use another nickname if you desire multiple connections."; |
|---|
| | 387 | |
|---|
| | 388 | /* chat server blank dialog message */ |
|---|
| | 389 | "The chat server you specified is invalid because it was left blank." = "The chat server you specified is invalid because it was left blank."; |
|---|
| | 390 | |
|---|
| | 391 | /* replace transfer save dialog message */ |
|---|
| | 392 | "The file %@ in %@ already exists and can't be resumed. Replace it?" = "The file %@ in %@ already exists and can't be resumed. Replace it?"; |
|---|
| | 393 | |
|---|
| | 394 | /* replace or resume transfer save dialog message */ |
|---|
| | 395 | "The file %@ in %@ already exists. Would you like to resume from where a previous transfer stopped or replace it?" = "The file %@ in %@ already exists. Would you like to resume from where a previous transfer stopped or replace it?"; |
|---|
| | 396 | |
|---|
| | 397 | /* chat invalid nickname dialog message */ |
|---|
| | 398 | "The nickname you specified is in use or invalid on this server." = "The nickname you specified is in use or invalid on this server."; |
|---|
| | 399 | |
|---|
| | 400 | /* chat invalid nicknames dialog message */ |
|---|
| | 401 | "The nickname you specified is in use or invalid on this server. A connection could not be made with '%@' as your nickname." = "The nickname you specified is in use or invalid on this server. A connection could not be made with '%@' as your nickname."; |
|---|
| | 402 | |
|---|
| | 403 | /* chat nickname blank dialog message */ |
|---|
| | 404 | "The nickname you specified is invalid because it was left blank." = "The nickname you specified is invalid because it was left blank."; |
|---|
| | 405 | |
|---|
| | 406 | /* chat invalid password dialog message */ |
|---|
| | 407 | "The password you specified is invalid or a connection could not be made without a proper password. Make sure you have access to the server." = "The password you specified is invalid or a connection could not be made without a proper password. Make sure you have access to the server."; |
|---|
| | 408 | |
|---|
| | 409 | /* chat invalid password dialog message */ |
|---|
| | 410 | "The server is disconnected or refusing connections from your computer. Make sure you are conencted to the internet and have access to the server." = "The server is disconnected or refusing connections from your computer. Make sure you are conencted to the internet and have access to the server."; |
|---|
| | 411 | |
|---|
| | 412 | /* connection dropped */ |
|---|
| | 413 | "The server may be down for maintenance, or the connection was broken between your computer and the server. Check your connection and try again." = "The server may be down for maintenance, or the connection was broken between your computer and the server. Check your connection and try again."; |
|---|
| | 414 | |
|---|
| | 415 | /* connection dropped */ |
|---|
| | 416 | "The server may have shutdown for maintenance, or the connection was broken between your computer and the server. Check your connection and try again." = "The server may have shutdown for maintenance, or the connection was broken between your computer and the server. Check your connection and try again."; |
|---|
| | 417 | |
|---|
| | 418 | /* no new version */ |
|---|
| | 419 | "There are no new versions of %@ currently available." = "There are no new versions of %@ currently available."; |
|---|
| | 420 | |
|---|
| | 421 | /* new version available */ |
|---|
| | 422 | "There is a new version of %@ currently available." = "There is a new version of %@ currently available."; |
|---|
| | 423 | |
|---|
| | 424 | /* error description for messaging a user that went offline or invalid */ |
|---|
| | 425 | "This user is now offline or you have messaged an invalid user. Any messages sent will not be received by the other user." = "This user is now offline or you have messaged an invalid user. Any messages sent will not be received by the other user."; |
|---|
| | 426 | |
|---|
| | 427 | /* bold font tooltip */ |
|---|
| | 428 | "Toggle Bold Style" = "Activer/désactiver le style gras"; |
|---|
| | 429 | |
|---|
| | 430 | /* chat room members toolbar item tooltip */ |
|---|
| | 431 | "Toggle Chat Members" = "Afficher/masquer l'onglet affichant\rles membres"; |
|---|
| | 432 | |
|---|
| | 433 | /* italic style tooltip */ |
|---|
| | 434 | "Toggle Italic Style" = "Activer/désactiver le style italique"; |
|---|
| | 435 | |
|---|
| | 436 | /* underline style tooltip */ |
|---|
| | 437 | "Toggle Underline Style" = "Activer/désactiver le style souligné"; |
|---|
| | 438 | |
|---|
| | 439 | /* chat room topic prefix */ |
|---|
| | 440 | "Topic: " = "Sujet: "; |
|---|
| | 441 | |
|---|
| | 442 | /* total label for transfers */ |
|---|
| | 443 | "total" = "total"; |
|---|
| | 444 | |
|---|
| | 445 | /* underline font style toolbar item */ |
|---|
| | 446 | "Underline" = "Souligné"; |
|---|
| | 447 | |
|---|
| | 448 | /* singular week */ |
|---|
| 94 | | /* plural */ |
|---|
| 95 | | "days" = "jours"; |
|---|
| 96 | | |
|---|
| 97 | | /* plural */ |
|---|
| 98 | | "hours" = "heures"; |
|---|
| 99 | | |
|---|
| 100 | | /* stop button tooltip */ |
|---|
| 101 | | "Stop File Tranfser" = "Stopper le transfert de fichier"; |
|---|
| 102 | | |
|---|
| 103 | | /* emoticons options title - used in a few places like toolbar and menus */ |
|---|
| 104 | | "Emoticons" = "Émoticônes"; |
|---|
| 105 | | |
|---|
| 106 | | /* you were removed by force from a chat room - presented as an action */ |
|---|
| 107 | | "booted you with this reason '%@'." = "vous avez été éjecté pour cette raison '%@'."; |
|---|
| 108 | | |
|---|
| 109 | | /* grin emoticon name */ |
|---|
| 110 | | "Grin" = "Rire"; |
|---|
| 111 | | |
|---|
| 112 | | /* jamming emoticon name - headphones on */ |
|---|
| 113 | | "Jamming" = "Ailleurs"; |
|---|
| 114 | | |
|---|
| 115 | | /* title of the youre offline message sheet */ |
|---|
| 116 | | "You're offline" = "Vous êtes déconnecté"; |
|---|
| 117 | | |
|---|
| 118 | | /* cool guy emoticon name */ |
|---|
| 119 | | "Cool" = "Cool"; |
|---|
| 120 | | |
|---|
| 121 | | /* chat room members toolbar item name */ |
|---|
| 122 | | "Members" = "Membres"; |
|---|
| 123 | | |
|---|
| 124 | | /* user now has special voice status - presented as an action */ |
|---|
| 125 | | "has been granted voice by %@." = "a été autorisé à parler par %@."; |
|---|
| 126 | | |
|---|
| 127 | | /* annoyed emoticon name */ |
|---|
| 128 | | "Annoyed" = "Gêné"; |
|---|
| 129 | | |
|---|
| 130 | | /* user is now a chat room operator - presented as an action */ |
|---|
| 131 | | "has been promoted to operator by %@." = "a été promu opérateur par %@."; |
|---|
| 132 | | |
|---|
| 133 | | /* user was removed from chat room operator status - presented as an action */ |
|---|
| 134 | | "has been demoted from operator by %@." = "a été limogé du poste d'opérateur par %@."; |
|---|
| 135 | | |
|---|
| 136 | | /* bold font toolbar item */ |
|---|
| 137 | | "Bold" = "Gras"; |
|---|
| 138 | | |
|---|
| 139 | | /* wink emoticon name */ |
|---|
| 140 | | "Wink" = "Clin d'oeil"; |
|---|
| 141 | | |
|---|
| 142 | | /* chat room members toolbar item tooltip */ |
|---|
| 143 | | "Toggle Chat Members" = "Afficher/masquer l'onglet affichant\rles membres"; |
|---|
| 144 | | |
|---|
| 145 | | /* title of the booted message sheet */ |
|---|
| 146 | | "Booted" = "Éjecté"; |
|---|
| 147 | | |
|---|
| 148 | | /* emoticons toolbar button tooltip */ |
|---|
| 149 | | "Add Emotions with Emoticons" = "Ajouter des émotions grâce aux Émoticônes"; |
|---|
| 150 | | |
|---|
| 151 | | /* razz emoticon name - tounge out */ |
|---|
| 152 | | "Razz" = "Taquin"; |
|---|
| 153 | | |
|---|
| 154 | | /* angel emoticon name */ |
|---|
| 155 | | "Angel" = "Ange"; |
|---|
| 156 | | |
|---|
| 157 | | /* private message with user - window title */ |
|---|
| 158 | | "%@ - Private Message" = "Message privé - %@"; |
|---|
| 159 | | |
|---|
| 160 | | /* user was removed from chat room special voice status - presented as an action */ |
|---|
| 161 | | "has voice removed by %@." = "a été muselé par %@."; |
|---|
| 162 | | |
|---|
| 163 | | /* relaxed emoticon name - hat on */ |
|---|
| 164 | | "Relaxed" = "Tranquille"; |
|---|
| 165 | | |
|---|
| 166 | | /* error description for gettign booted */ |
|---|
| 167 | | "You have been booted out of this room by %@. They passed this reason: %@" = "Vous avez été éjecté de ce canal par %@. La raison évoquée est : %@"; |
|---|
| 168 | | |
|---|
| 169 | | /* user has been removed by force from a chat room - presented as an action */ |
|---|
| 170 | | "booted %@ with this reason '%@'." = "%@ éjecté pour cette raison '%@'."; |
|---|
| 171 | | |
|---|
| 172 | | /* hide current chat toolbar item */ |
|---|
| 173 | | "Hide Chat" = "Masquer la discussion"; |
|---|
| 174 | | |
|---|
| 175 | | /* chat room members toolbar customize palette name */ |
|---|
| 176 | | "Chat Members" = "Membres du canal"; |
|---|
| 177 | | |
|---|
| 178 | | /* encoding menu toolbar item tooltip */ |
|---|
| 179 | | "Text Encoding Options" = "Changer le codage du jeu de caractères"; |
|---|
| 180 | | |
|---|
| 181 | | /* encoding menu toolbar customize palette name */ |
|---|
| 182 | | "Text Encoding" = "Encodage du texte"; |
|---|
| 183 | | |
|---|
| 184 | | /* close window button text */ |
|---|
| 185 | | "Close" = "Fermer"; |
|---|
| 186 | | |
|---|
| 187 | | /* smile emoticon name */ |
|---|
| 188 | | "Smile" = "Sourire"; |
|---|
| 189 | | |
|---|
| 190 | | /* chat room topic prefix */ |
|---|
| 191 | | "Topic" = "Sujet"; |
|---|
| 192 | | |
|---|
| 193 | | /* angry emoticon name */ |
|---|
| 194 | | "Angry" = "En pétard"; |
|---|
| 195 | | |
|---|
| 196 | | /* stoic emoticon name - flat face */ |
|---|
| 197 | | "Stoic" = "Stoïque"; |
|---|
| 198 | | |
|---|
| 199 | | /* who posted the current topic */ |
|---|
| 200 | | " posted by " = " posté par "; |
|---|
| 201 | | |
|---|
| 202 | | /* title of the user offline message sheet */ |
|---|
| 203 | | "User Offline" = "Utilisateur déconnecté"; |
|---|
| 204 | | |
|---|
| 205 | | /* error description for messageing a user that went offline */ |
|---|
| 206 | | "This user is now offline or you have been disconnected. Any messages sent will not be received by the other user." = "Cet utilisateur est à présent déconnecté ou c'est vous qui êtes à présent déconnecté. Tout message ne sera pas reçu par l'autre utilisateur."; |
|---|
| 207 | | |
|---|
| 208 | | /* frown emoticon name */ |
|---|
| 209 | | "Frown" = "Triste"; |
|---|
| 210 | | |
|---|
| 211 | | /* evil emoticon name */ |
|---|
| 212 | | "Evil" = "Diable"; |
|---|
| 213 | | |
|---|
| 214 | | /* leave chat toolbar item */ |
|---|
| 215 | | "Leave Chat" = "Quitter le canal"; |
|---|
| 216 | | |
|---|
| 217 | | /* user you sent a message to is ofline - presented as an action */ |
|---|
| 218 | | "is offline." = "est déconnecté."; |
|---|
| 219 | | |
|---|
| 220 | | /* encoding menu toolbar item */ |
|---|
| 221 | | "Encoding" = "Encodage"; |
|---|
| 222 | | |
|---|
| 223 | | /* chat room window - window title */ |
|---|
| 224 | | "%@ - Chat Room" = "Canal - %@"; |
|---|
| 225 | | |
|---|
| 226 | | /* italic font style toolbar item */ |
|---|
| 227 | | "Italic" = "Italique"; |
|---|
| 228 | | |
|---|
| 229 | | /* hide chat tooltip */ |
|---|
| 230 | | "Hide this Chat Window" = "Masquer cette fenêtre de discussion"; |
|---|
| 231 | | |
|---|
| 232 | | /* error description for loseing connection */ |
|---|
| 233 | | "Any messages sent will not be received by this room. Reconnecting could be in progress." = "Tout message envoyé ne sera pas reçu par ce canal. Une reconnexion est peut-être en progression."; |
|---|
| 234 | | |
|---|
| 235 | | /* bold font tooltip */ |
|---|
| 236 | | "Toggle Bold Style" = "Activer/désactiver le style gras"; |
|---|
| 237 | | |
|---|
| 238 | | /* italic style tooltip */ |
|---|
| 239 | | "Toggle Italic Style" = "Activer/désactiver le style italique"; |
|---|
| 240 | | |
|---|
| 241 | | /* user has changed nicknames - presented as an action */ |
|---|
| 242 | | "is now known as %@." = "est à présent connu sous %@."; |
|---|
| 243 | | |
|---|
| 244 | | /* a user has join a chat room - presented as an action */ |
|---|
| 245 | | "joined the chat room." = "a joint le canal"; |
|---|
| 246 | | |
|---|
| 247 | | /* underline style tooltip */ |
|---|
| 248 | | "Toggle Underline Style" = "Activer/désactiver le style souligné"; |
|---|
| 249 | | |
|---|
| 250 | | /* underline font style toolbar item */ |
|---|
| 251 | | "Underline" = "Souligné"; |
|---|
| 252 | | |
|---|
| 253 | | /* leave chat tooltip */ |
|---|
| 254 | | "Leave this Chat" = "Quitter ce canal"; |
|---|
| 255 | | |
|---|
| 256 | | /* a user has left a chat room - presented as an action */ |
|---|
| 257 | | "left the chat room." = "a quitté le canal"; |
|---|
| 258 | | |
|---|
| 259 | | /* new file transfer dialog title */ |
|---|
| 260 | | "File Transfer" = "Transfert de fichier"; |
|---|
| 261 | | |
|---|
| 262 | | /* invited to a chat room - sheet title */ |
|---|
| 263 | | "Invited to Chat" = "Invité à discuter"; |
|---|
| 264 | | |
|---|
| 265 | | /* invited to chat room description - sheet message */ |
|---|
| 266 | | "You have been invited to chat in the %@ room by %@." = "Vous avez été invité à discuter dans le canal %@ par %@."; |
|---|
| 267 | | |
|---|
| 268 | | /* accept button name */ |
|---|
| 269 | | "Accept" = "Accepter"; |
|---|
| 270 | | |
|---|
| 271 | | /* refuse button name */ |
|---|
| 272 | | "Refuse" = "Refuser"; |
|---|
| 273 | | |
|---|
| 274 | | /* new file transfer dialog message */ |
|---|
| 275 | | "A file named \"%@\" is being sent to you from %@. This file is %ld bytes in size." = "Un fichier nommé \"%@\" va vous être envoyé par %@. Ce fichier fait une taille de %ld octets."; |
|---|
| 276 | | |
|---|
| 277 | | /* relay is full with listeners - relay menu */ |
|---|
| 278 | | "full" = "terminé"; |
|---|
| 279 | | |
|---|
| 280 | | /* relay is down or out of service - relay menu */ |
|---|
| 281 | | "down" = "bas"; |
|---|
| 282 | | |
|---|