blob: 578de8171c6a11b8b50759b7e54018b7d3235a0d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
|
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
nv_done=Terminé
nv_timeout=Temps de connexion dépassé
nv_stopped=Arrêté
openFile=Ouvrir le fichier
uploadFile=Envoyer un fichier
droponhomebutton=Faites glisser un lien ou un fichier pour en faire votre page d’accueil
droponhometitle=Page d’accueil
droponhomemsg=Voulez-vous faire de ce document votre page d’accueil ?
droponhomeokbutton=En faire la page d’accueil
jserror=Erreur sur cette page : double-cliquez pour avoir les détails.
#SessionHistory.js
nothingAvailable=(Rien de disponible)
#nsBrowserStatusHandler.js
# LOCALIZATION NOTE: %S is the security certifiate issuer
securityButtonTooltipSecure=Signé par %S
securityButtonTooltipMixedContent=Attention : une partie du contenu n’est pas authentifiée
securityButtonTooltipInsecure=Affiche des informations de sécurité concernant la page actuelle
# menu_close labels
tabs.closeTab.label=Fermer l’onglet
tabs.closeTab.accesskey=F
tabs.close.label=Fermer
tabs.close.accesskey=F
tabs.recentlyClosed.format=%1$S %2$S
windows.recentlyClosed.format=%1$S %2$S
tabs.historyItem=Groupe d’onglets
menuOpenAllInTabs.label=Tout ouvrir dans des onglets
# urlbarBindings.xml
# LOCALIZATION NOTE: This is for the location bar drop-down string:
# "Search " + search_engine_name + " for " + user_input
# e.g. "Search Google for abc"
# DO NOT change the %S order when translate, the first %S must be the search engine name.
searchFor=Rechercher avec %S l’expression « %S »
# Star button
starButtonOn.tooltip=Modifier ce marque-page
starButtonOff.tooltip=Marquer cette page
# Edit Bookmark UI
editBookmarkPanel.pageBookmarkedTitle=Page marquée
editBookmarkPanel.pageBookmarkedDescription=%S se souviendra de cette page pour vous.
editBookmarkPanel.bookmarkedRemovedTitle=Marque-page supprimé
editBookmarkPanel.editBookmarkTitle=Modifier ce marque-page
# LOCALIZATION NOTE (editBookmark.removeBookmarks.label)
# Semi-colon list of plural forms. Replacement for #1 is
# the number of bookmarks to be removed.
# If this causes problems with localization you can also do "Remove Bookmarks (#1)"
# instead of "Remove #1 Bookmarks".
editBookmark.removeBookmarks.label=Supprimer le marque-page;Supprimer #1 marque-pages
# bookmark dialog strings
# LOCALIZATION NOTE (addKeywordTitleAutoFill): %S will be replaced by the page's title
# Used as the bookmark name when saving a keyword for a search field.
addKeywordTitleAutoFill=Rechercher dans %S
extensions.{972ce4c6-7e08-4474-a285-3208198ce6fd}.name=Thème par défaut de SeaMonkey
extensions.{972ce4c6-7e08-4474-a285-3208198ce6fd}.description=Ce thème utilise les styles et couleurs du système pour s’intégrer aux autres applications.
extensions.modern@themes.mozilla.org.name=SeaMonkey Modern
extensions.modern@themes.mozilla.org.description=Un thème contemporain pour tous les composants.
# LOCALIZATION NOTE (unknownLanguage)
# %S will be replaced by the unrecognised language and region.
unknownLanguage=Inconnu (%S)
|