2012-04-22 02:12:03 +00:00
{
2015-09-19 00:56:05 +00:00
"appliesToEverything" : {
2017-07-12 07:14:37 +00:00
"message" : "Tout" ,
"description" : "Text displayed for styles that apply to all sites"
2015-09-19 00:56:05 +00:00
} ,
"defaultTheme" : {
2017-07-12 07:14:37 +00:00
"message" : "défaut" ,
"description" : "Default CodeMirror CSS theme option on the edit style page"
} ,
2015-09-19 00:56:05 +00:00
"exportLabel" : {
2017-07-12 07:14:37 +00:00
"message" : "Exportez" ,
"description" : "Label for the button to export a style ('edit' page) or all styles ('manage' page)"
} ,
2015-09-19 00:56:05 +00:00
"cm_tabSize" : {
2017-07-12 07:14:37 +00:00
"message" : "Taille des tabulations" ,
"description" : "Label for the text box controlling tab size option for the style editor."
2015-09-19 00:56:05 +00:00
} ,
"enableStyleLabel" : {
2017-07-12 07:14:37 +00:00
"message" : "Activer" ,
"description" : "Label for the button to enable a style"
2015-09-19 00:56:05 +00:00
} ,
"styleMissingName" : {
2017-11-20 12:06:27 +00:00
"message" : "Veuillez saisir un nom" ,
2017-07-12 07:14:37 +00:00
"description" : "Error displayed when user saves without providing a name"
} ,
2015-09-19 00:56:05 +00:00
"appliesDomainOption" : {
2017-07-12 07:14:37 +00:00
"message" : "URL sur le domaine" ,
"description" : "Option to make the style apply to the entered string as a domain"
2015-09-19 00:56:05 +00:00
} ,
"checkForUpdate" : {
2017-07-12 07:14:37 +00:00
"message" : "Rechercher des mises à jour" ,
"description" : "Label for the button to check a single style for an update"
} ,
2015-09-19 00:56:05 +00:00
"updateAllCheckSucceededNoUpdate" : {
2017-07-12 07:14:37 +00:00
"message" : "All styles are up to date." ,
"description" : "Text that displays when an update all check completed and no updates are available"
} ,
2015-09-19 00:56:05 +00:00
"helpAlt" : {
2017-07-12 07:14:37 +00:00
"message" : "Aide" ,
"description" : "Alternate text for help buttons"
} ,
2015-09-19 00:56:05 +00:00
"confirmYes" : {
2017-07-12 07:14:37 +00:00
"message" : "Oui" ,
"description" : "'Yes' button in a confirm dialog"
2015-09-19 00:56:05 +00:00
} ,
"findStylesForSite" : {
2017-07-12 07:14:37 +00:00
"message" : "Rechercher d'autres styles pour ce site" ,
"description" : "Text for a link that gets a list of styles for the current site"
2015-09-19 00:56:05 +00:00
} ,
"manageHeading" : {
2017-07-12 07:14:37 +00:00
"message" : "Styles installés" ,
"description" : "Heading for the manage page"
} ,
2015-09-19 00:56:05 +00:00
"styleEnabledLabel" : {
2017-07-12 07:14:37 +00:00
"message" : "Activé" ,
"description" : "Label for the enabled state of styles"
2015-09-19 00:56:05 +00:00
} ,
"styleToMozillaFormatHelp" : {
2017-07-12 07:14:37 +00:00
"message" : "Le code au format Mozilla peut être utilisé dans Stylish for Firefox et envoyé à userstyles.org." ,
"description" : "Help info for the Mozilla format header section that converts the code to/from Mozilla format"
2015-09-19 00:56:05 +00:00
} ,
"sectionAdd" : {
2017-07-12 07:14:37 +00:00
"message" : "Ajouter une section" ,
"description" : "Label for the button to add a section"
} ,
2015-09-19 00:56:05 +00:00
"styleSaveLabel" : {
2017-07-12 07:14:37 +00:00
"message" : "Enregistrer" ,
"description" : "Label for save button for style editing"
} ,
2015-09-19 00:56:05 +00:00
"writeStyleForURL" : {
2017-07-12 07:14:37 +00:00
"message" : "cette URL" ,
"description" : "Text for link in toolbar pop-up to write a new style for the current URL"
} ,
2015-09-19 00:56:05 +00:00
"appliesAdd" : {
2017-07-12 07:14:37 +00:00
"message" : "Ajouter" ,
"description" : "Label for the button to add an 'applies' entry"
2015-09-19 00:56:05 +00:00
} ,
"appliesRegexpOption" : {
2017-07-12 07:14:37 +00:00
"message" : "URL correspondant à l'expression régulière" ,
"description" : "Option to make the style apply to the entered string as a regular expression"
} ,
2015-09-19 00:56:05 +00:00
"styleInstall" : {
2017-01-30 19:26:25 +00:00
"message" : "Installer \"$stylename$\" dans Stylus ?" ,
2017-07-12 07:14:37 +00:00
"description" : "Confirmation when installing a style" ,
2015-09-19 00:56:05 +00:00
"placeholders" : {
"stylename" : {
"content" : "$1"
}
}
} ,
"disableStyleLabel" : {
2017-07-12 07:14:37 +00:00
"message" : "Désactiver" ,
"description" : "Label for the button to disable a style"
2015-09-19 00:56:05 +00:00
} ,
"prefShowBadge" : {
2017-07-12 07:14:37 +00:00
"message" : "Afficher le nombre de styles actifs pour le site actuel sur le boutton Stylus" ,
"description" : "Label for the checkbox controlling toolbar badge text."
} ,
2015-09-19 00:56:05 +00:00
"cm_lineWrapping" : {
2017-07-12 07:14:37 +00:00
"message" : "Retour à la ligne automatique" ,
"description" : "Label for the checkbox controlling word wrap option for the style editor."
2015-09-19 00:56:05 +00:00
} ,
"styleCancelEditLabel" : {
2017-07-12 07:14:37 +00:00
"message" : "Retour à la gestion" ,
"description" : "Label for cancel button for style editing"
2015-09-19 00:56:05 +00:00
} ,
"styleChangesNotSaved" : {
2017-07-12 07:14:37 +00:00
"message" : "Vous avez apporté des modifications à ce style sans les enregistrer." ,
"description" : "Text for the prompt when changes are made to a style and the user tries to leave without saving"
} ,
2015-09-19 00:56:05 +00:00
"updateCheckFailServerUnreachable" : {
2017-07-12 07:14:37 +00:00
"message" : "Échec de la mise à jour: le serveur est inaccessible." ,
"description" : "Text that displays when an update check failed because the update server is unreachable"
2015-09-19 00:56:05 +00:00
} ,
"manageFilters" : {
2017-07-12 07:14:37 +00:00
"message" : "Filtres" ,
"description" : "Label for filters container"
} ,
2015-09-19 00:56:05 +00:00
"deleteStyleConfirm" : {
2017-07-12 07:14:37 +00:00
"message" : "Voulez-vous vraiment supprimer ce style ?" ,
"description" : "Confirmation before deleting a style"
} ,
2015-09-19 00:56:05 +00:00
"styleBadRegexp" : {
2017-07-12 07:14:37 +00:00
"message" : "Le Regexp est éronné" ,
"description" : "Validation message for a bad regexp in a style"
} ,
2015-09-19 00:56:05 +00:00
"appliesDisplay" : {
"message" : "S'applique à : $applies$" ,
2017-07-12 07:14:37 +00:00
"description" : "Text on the manage screen to describe what the style applies to" ,
2015-09-19 00:56:05 +00:00
"placeholders" : {
"applies" : {
"content" : "$1"
}
}
} ,
"styleUpdate" : {
"message" : "Voulez-vous mettre à jour '$stylename$'?" ,
2017-07-12 07:14:37 +00:00
"description" : "Confirmation when updating a style" ,
2015-09-19 00:56:05 +00:00
"placeholders" : {
"stylename" : {
"content" : "$1"
}
}
} ,
"editStyleTitle" : {
"message" : "Modifier le style $stylename$" ,
2017-07-12 07:14:37 +00:00
"description" : "Title of the page for editing styles" ,
2015-09-19 00:56:05 +00:00
"placeholders" : {
"stylename" : {
"content" : "$1"
}
}
} ,
"updateCheckSucceededNoUpdate" : {
2017-07-12 07:14:37 +00:00
"message" : "Le style est à jour." ,
"description" : "Text that displays when an update check completed and no update is available"
2015-09-19 00:56:05 +00:00
} ,
"appliesUrlPrefixOption" : {
2017-07-12 07:14:37 +00:00
"message" : "URL commençant par" ,
"description" : "Option to make the style apply to the entered string as a URL prefix"
} ,
2015-09-19 00:56:05 +00:00
"popupStylesFirst" : {
2017-07-12 07:14:37 +00:00
"message" : "List styles before commands in the toolbar button menu" ,
"description" : "Label for the checkbox controlling section order in the popup."
2015-09-19 00:56:05 +00:00
} ,
"sectionHelp" : {
2017-07-12 07:14:37 +00:00
"message" : "Les sections vous permettent de définir différentes portions de code correspondant à un même style que vous pouvez appliquer à des ensembles d'URL distincts. Par exemple, un même style appliqué à la page d'accueil peut modifier celle-ci d'une certaine manière et modifier le reste du site Web d'une autre manière." ,
"description" : "Help text for sections"
2015-09-19 00:56:05 +00:00
} ,
"noStylesForSite" : {
2017-07-12 07:14:37 +00:00
"message" : "Aucun style n'est installé pour ce site." ,
"description" : "Text displayed when no styles are installed for the current site"
2015-09-19 00:56:05 +00:00
} ,
"appliesDisplayTruncatedSuffix" : {
2017-07-12 07:14:37 +00:00
"message" : "et bien plus encore" ,
"description" : "Text added to appliesDisplay when there are more sites for the style than are displayed"
2015-09-19 00:56:05 +00:00
} ,
"appliesRemove" : {
2017-07-12 07:14:37 +00:00
"message" : "Supprimer" ,
"description" : "Label for the button to remove an 'applies' entry"
} ,
2015-09-19 00:56:05 +00:00
"appliesLabel" : {
2017-07-12 07:14:37 +00:00
"message" : "S'applique à" ,
"description" : "Label for 'applies to' fields on the edit/add screen"
} ,
2015-09-19 00:56:05 +00:00
"openManage" : {
2017-07-12 07:14:37 +00:00
"message" : "Gérer les styles installés" ,
"description" : "Link to open the manage page."
2015-09-19 00:56:05 +00:00
} ,
"updateCheckFailBadResponseCode" : {
2017-07-10 14:29:58 +00:00
"message" : "Échec de la mise à jour: le serveur a renvoyé le code $code$." ,
2017-07-12 07:14:37 +00:00
"description" : "Text that displays when an update check failed because the response code indicates an error" ,
2015-09-19 00:56:05 +00:00
"placeholders" : {
"code" : {
"content" : "$1"
}
}
} ,
"appliesSpecify" : {
2017-07-12 07:14:37 +00:00
"message" : "Préciser" ,
"description" : "Label for the button to make a style apply only to specific sites"
2015-09-19 00:56:05 +00:00
} ,
"installUpdate" : {
2017-07-12 07:14:37 +00:00
"message" : "Installer la mise à jour" ,
"description" : "Label for the button to install an update for a single style"
2015-09-19 00:56:05 +00:00
} ,
"sectionRemove" : {
2017-07-12 07:14:37 +00:00
"message" : "Supprimer la section" ,
"description" : "Label for the button to remove a section"
2015-09-19 00:56:05 +00:00
} ,
"disableAllStyles" : {
2017-07-12 07:14:37 +00:00
"message" : "Désactiver tous les styles" ,
"description" : "Label for the checkbox that turns all enabled styles off."
} ,
2015-09-19 00:56:05 +00:00
"updateCompleted" : {
2017-07-12 07:14:37 +00:00
"message" : "Mise à jour terminée." ,
"description" : "Text that displays when an update completed"
2015-09-19 00:56:05 +00:00
} ,
"checkingForUpdate" : {
2017-07-12 07:14:37 +00:00
"message" : "Vérification en cours…" ,
"description" : "Text to display when checking a style for an update"
} ,
2015-09-19 00:56:05 +00:00
"appliesHelp" : {
2017-07-12 07:14:37 +00:00
"message" : "Utilisez l'option \"S'applique à\" pour préciser les URL auxquelles le code de cette section s'applique." ,
"description" : "Help text for 'applies to' section"
2015-09-19 00:56:05 +00:00
} ,
"editStyleHeading" : {
2017-07-12 07:14:37 +00:00
"message" : "Modifier le style" ,
"description" : "Title of the page for editing styles"
} ,
"stylusUnavailableForURL" : {
"message" : "Stylus ne fonctionne pas sur les pages de ce genre" ,
"description" : "Note in the toolbar pop-up when on a URL Stylus can't affect"
} ,
2015-09-19 00:56:05 +00:00
"addStyleTitle" : {
2017-07-12 07:14:37 +00:00
"message" : "Ajouter un style" ,
"description" : "Title of the page for adding styles"
} ,
2015-09-19 00:56:05 +00:00
"dbError" : {
2017-07-12 07:14:37 +00:00
"message" : "Une erreur s'est produite dans la base de donnée de Stylus. Voulez-vous visiter une page web avec les solutions possibles ?" ,
"description" : "Prompt when a DB error is encountered"
} ,
2015-09-19 00:56:05 +00:00
"checkAllUpdates" : {
2017-07-12 07:14:37 +00:00
"message" : "Rechercher des mises à jour pour tous les styles" ,
"description" : "Label for the button to check all styles for updates"
} ,
2015-09-19 00:56:05 +00:00
"confirmNo" : {
2017-07-12 07:14:37 +00:00
"message" : "Non" ,
"description" : "'No' button in a confirm dialog"
} ,
2015-09-19 00:56:05 +00:00
"deleteStyleLabel" : {
2017-07-12 07:14:37 +00:00
"message" : "Supprimer" ,
"description" : "Label for the button to delete a style"
} ,
2015-09-19 00:56:05 +00:00
"addStyleLabel" : {
2017-07-12 07:14:37 +00:00
"message" : "Créer un nouveau style" ,
"description" : "Label for the button to go to the add style page"
} ,
2015-09-19 00:56:05 +00:00
"editStyleLabel" : {
2017-07-12 07:14:37 +00:00
"message" : "Modifier" ,
"description" : "Label for the button to go to the edit style page"
} ,
2015-09-19 00:56:05 +00:00
"helpKeyMapCommand" : {
2017-07-12 07:14:37 +00:00
"message" : "Tapez un nom de commande" ,
"description" : "Placeholder text of inputbox in keymap help popup on the edit style page. Must be very short"
2015-09-19 00:56:05 +00:00
} ,
"description" : {
2017-07-12 07:14:37 +00:00
"message" : "Changez l'apparence du Web grâce à Stylus, un outil de gestion des styles utilisateur. Stylus vous permet d'installer facilement des thèmes et des habillages pour Google, Facebook, YouTube, orkut et bien d'autres sites encore." ,
"description" : "Extension description"
2017-02-28 23:57:03 +00:00
}
2017-07-12 07:14:37 +00:00
}