PageRenderTime 28ms CodeModel.GetById 34ms RepoModel.GetById 0ms app.codeStats 0ms

/languages/fr.php

https://github.com/fragilbert/Elgg
PHP | 1468 lines | 1254 code | 144 blank | 70 comment | 33 complexity | ca81471e08c647bba70fe38b49b191e2 MD5 | raw file
Possible License(s): MIT, BSD-3-Clause, LGPL-2.1, GPL-2.0

Large files files are truncated, but you can click here to view the full file

  1. <?php
  2. /**
  3. * Core FRENCH Language
  4. *
  5. * @package Elgg.Core
  6. * @subpackage Languages.French
  7. *
  8. * francois.gilbert@univ-rennes2.fr
  9. *
  10. */
  11. $french = array(
  12. /**
  13. * Sites
  14. */
  15. 'item:site' => 'Sites',
  16. /**
  17. * Sessions
  18. */
  19. 'login' => "Connexion",
  20. 'loginok' => "Vous êtes connectés.",
  21. 'loginerror' => "Echec de la connexion. Vérifiez votre identifiant et mot de passe.",
  22. 'login:empty' => "Un pseudo/email avec un mot de passe sont requis.",
  23. 'login:baduser' => "Ooops. Impossible de retrouver votre compte dans le site.",
  24. 'auth:nopams' => "Ooops : une erreur interne ! Aucune méthode d'authentification n'est installée.",
  25. 'logout' => "Se déconnecter",
  26. 'logoutok' => "Vous êtes déconnecté(e).",
  27. 'logouterror' => "La déconnection n'est pas faite. Pouvez-vous recommencez l'opération ?",
  28. 'loggedinrequired' => "Vous devez être connecté pour voir cette page.",
  29. 'adminrequired' => "Vous devez être administrateur du site pour voir cette page.",
  30. 'membershiprequired' => "Vous devez être membre du groupe pour voir cette page.",
  31. /**
  32. * Errors
  33. */
  34. 'exception:title' => "Ooops... Erreur fatale.",
  35. 'exception:contact_admin' => "Une erreur interne est survenue et a été enregistrée. Si vous contactez l'administrateur du site, donnez-lui les informations suivantes :",
  36. 'actionundefined' => "Cette action (%s) n'est pas (encore ?) définie dans le système.",
  37. 'actionnotfound' => "Le fichier pour l'action '%s' est absent dans le site...",
  38. 'actionloggedout' => "Désolé, pour cette action il faut être connecté...",
  39. 'actionunauthorized' => "Désolé, vous n'avez pas la permission de faire cette action.",
  40. 'InstallationException:SiteNotInstalled' => "Oooops... Impossible de traiter cette demande. Soit le site n'est pas configuré, soit la base de données n'est pas en ligne.",
  41. 'InstallationException:MissingLibrary' => "Je n'ai pas pu charger la librairie %s",
  42. 'InstallationException:CannotLoadSettings' => "Elgg n'a pas pu charger les réglages du site. Le fichier a un problème de droits ou bien n'existe pas.",
  43. 'SecurityException:Codeblock' => "Accès refusé pour exécuter un bloc de code en mode privilégié.",
  44. 'DatabaseException:WrongCredentials' => "Elgg ne peut pas accéder à sa base de données. Vérifiez les paramètres d'accès dans le fichier des paramètres du site.",
  45. 'DatabaseException:NoConnect' => "Elgg ne peut pas accéder à la base de données '%s', vérifiez si cette base est bien crée et si leplease check that the database is created and you have access to it.",
  46. 'SecurityException:FunctionDenied' => "L'accès à la fonction privilégiée '%s' est interdit.",
  47. 'DatabaseException:DBSetupIssues' => "Oula... Il y a un certain nombre de problèmes : ",
  48. 'DatabaseException:ScriptNotFound' => "Elgg couldn't find the requested database script at %s.",
  49. 'DatabaseException:InvalidQuery' => "Invalid query",
  50. 'DatabaseException:InvalidDBLink' => "Connection to database was lost.",
  51. 'IOException:FailedToLoadGUID' => "Failed to load new %s from GUID:%d",
  52. 'InvalidParameterException:NonElggObject' => "Passing a non-ElggObject to an ElggObject constructor!",
  53. 'InvalidParameterException:UnrecognisedValue' => "Unrecognised value passed to constuctor.",
  54. 'InvalidClassException:NotValidElggStar' => "GUID:%d is not a valid %s",
  55. 'PluginException:MisconfiguredPlugin' => "%s (guid: %s) is a misconfigured plugin. It has been disabled. Please search the Elgg wiki for possible causes (http://docs.elgg.org/wiki/).",
  56. 'PluginException:CannotStart' => '%s (guid: %s) cannot start and has been deactivated. Reason: %s',
  57. 'PluginException:InvalidID' => "%s is an invalid plugin ID.",
  58. 'PluginException:InvalidPath' => "%s is an invalid plugin path.",
  59. 'PluginException:InvalidManifest' => 'Invalid manifest file for plugin %s',
  60. 'PluginException:InvalidPlugin' => '%s is not a valid plugin.',
  61. 'PluginException:InvalidPlugin:Details' => '%s is not a valid plugin: %s',
  62. 'PluginException:NullInstantiated' => 'ElggPlugin cannot be null instantiated. You must pass a GUID, a plugin ID, or a full path.',
  63. 'ElggPlugin:MissingID' => 'Missing plugin ID (guid %s)',
  64. 'ElggPlugin:NoPluginPackagePackage' => 'Missing ElggPluginPackage for plugin ID %s (guid %s)',
  65. 'ElggPluginPackage:InvalidPlugin:MissingFile' => 'The required file "%s" is missing.',
  66. 'ElggPluginPackage:InvalidPlugin:InvalidId' => 'This plugin\'s directory must be renamed to "%s" to match the ID in its manifest.',
  67. 'ElggPluginPackage:InvalidPlugin:InvalidDependency' => 'Its manifest contains an invalid dependency type "%s".',
  68. 'ElggPluginPackage:InvalidPlugin:InvalidProvides' => 'Its manifest contains an invalid provides type "%s".',
  69. 'ElggPluginPackage:InvalidPlugin:CircularDep' => 'There is an invalid %s dependency "%s" in plugin %s. Plugins cannot conflict with or require something they provide!',
  70. 'ElggPlugin:Exception:CannotIncludeFile' => 'Cannot include %s for plugin %s (guid: %s) at %s.',
  71. 'ElggPlugin:Exception:CannotRegisterViews' => 'Cannot open views dir for plugin %s (guid: %s) at %s.',
  72. 'ElggPlugin:Exception:CannotRegisterLanguages' => 'Cannot register languages for plugin %s (guid: %s) at %s.',
  73. 'ElggPlugin:Exception:NoID' => 'No ID for plugin guid %s!',
  74. 'PluginException:ParserError' => 'Error parsing manifest with API version %s in plugin %s.',
  75. 'PluginException:NoAvailableParser' => 'Cannot find a parser for manifest API version %s in plugin %s.',
  76. 'PluginException:ParserErrorMissingRequiredAttribute' => "Missing required '%s' attribute in manifest for plugin %s.",
  77. 'ElggPlugin:Dependencies:Requires' => 'Requiert',
  78. 'ElggPlugin:Dependencies:Suggests' => 'Suggère',
  79. 'ElggPlugin:Dependencies:Conflicts' => "S'oppose à",
  80. 'ElggPlugin:Dependencies:Conflicted' => 'En conflit',
  81. 'ElggPlugin:Dependencies:Provides' => 'Fournit',
  82. 'ElggPlugin:Dependencies:Priority' => 'Priorité',
  83. 'ElggPlugin:Dependencies:Elgg' => "Version d'Elgg",
  84. 'ElggPlugin:Dependencies:PhpVersion' => 'Version PHP',
  85. 'ElggPlugin:Dependencies:PhpExtension' => 'Extention PHP: %s',
  86. 'ElggPlugin:Dependencies:PhpIni' => 'PHP ini setting: %s',
  87. 'ElggPlugin:Dependencies:Plugin' => 'Plugin: %s',
  88. 'ElggPlugin:Dependencies:Priority:After' => 'After %s',
  89. 'ElggPlugin:Dependencies:Priority:Before' => 'Before %s',
  90. 'ElggPlugin:Dependencies:Priority:Uninstalled' => '%s is not installed',
  91. 'ElggPlugin:Dependencies:Suggests:Unsatisfied' => 'Missing',
  92. 'ElggPlugin:InvalidAndDeactivated' => '%s is an invalid plugin and has been deactivated.',
  93. 'InvalidParameterException:NonElggUser' => "Passing a non-ElggUser to an ElggUser constructor!",
  94. 'InvalidParameterException:NonElggSite' => "Passing a non-ElggSite to an ElggSite constructor!",
  95. 'InvalidParameterException:NonElggGroup' => "Passing a non-ElggGroup to an ElggGroup constructor!",
  96. 'IOException:UnableToSaveNew' => "Unable to save new %s",
  97. 'InvalidParameterException:GUIDNotForExport' => "GUID has not been specified during export, this should never happen.",
  98. 'InvalidParameterException:NonArrayReturnValue' => "Entity serialisation function passed a non-array returnvalue parameter",
  99. 'ConfigurationException:NoCachePath' => "Cache path set to nothing!",
  100. 'IOException:NotDirectory' => "%s is not a directory.",
  101. 'IOException:BaseEntitySaveFailed' => "Unable to save new object's base entity information!",
  102. 'InvalidParameterException:UnexpectedODDClass' => "import() passed an unexpected ODD class",
  103. 'InvalidParameterException:EntityTypeNotSet' => "Entity type must be set.",
  104. 'ClassException:ClassnameNotClass' => "%s is not a %s.",
  105. 'ClassNotFoundException:MissingClass' => "Class '%s' was not found, missing plugin?",
  106. 'InstallationException:TypeNotSupported' => "Type %s is not supported. This indicates an error in your installation, most likely caused by an incomplete upgrade.",
  107. 'ImportException:ImportFailed' => "Could not import element %d",
  108. 'ImportException:ProblemSaving' => "There was a problem saving %s",
  109. 'ImportException:NoGUID' => "New entity created but has no GUID, this should not happen.",
  110. 'ImportException:GUIDNotFound' => "Entity '%d' could not be found.",
  111. 'ImportException:ProblemUpdatingMeta' => "There was a problem updating '%s' on entity '%d'",
  112. 'ExportException:NoSuchEntity' => "No such entity GUID:%d",
  113. 'ImportException:NoODDElements' => "No OpenDD elements found in import data, import failed.",
  114. 'ImportException:NotAllImported' => "Not all elements were imported.",
  115. 'InvalidParameterException:UnrecognisedFileMode' => "Unrecognised file mode '%s'",
  116. 'InvalidParameterException:MissingOwner' => "File %s (file guid:%d) (owner guid:%d) is missing an owner!",
  117. 'IOException:CouldNotMake' => "Could not make %s",
  118. 'IOException:MissingFileName' => "You must specify a name before opening a file.",
  119. 'ClassNotFoundException:NotFoundNotSavedWithFile' => "Unable to load filestore class %s for file %u",
  120. 'NotificationException:NoNotificationMethod' => "No notification method specified.",
  121. 'NotificationException:NoHandlerFound' => "No handler found for '%s' or it was not callable.",
  122. 'NotificationException:ErrorNotifyingGuid' => "There was an error while notifying %d",
  123. 'NotificationException:NoEmailAddress' => "Could not get the email address for GUID:%d",
  124. 'NotificationException:MissingParameter' => "Missing a required parameter, '%s'",
  125. 'DatabaseException:WhereSetNonQuery' => "Where set contains non WhereQueryComponent",
  126. 'DatabaseException:SelectFieldsMissing' => "Fields missing on a select style query",
  127. 'DatabaseException:UnspecifiedQueryType' => "Unrecognised or unspecified query type.",
  128. 'DatabaseException:NoTablesSpecified' => "No tables specified for query.",
  129. 'DatabaseException:NoACL' => "No access control was provided on query",
  130. 'InvalidParameterException:NoEntityFound' => "No entity found, it either doesn't exist or you don't have access to it.",
  131. 'InvalidParameterException:GUIDNotFound' => "GUID:%s could not be found, or you can not access it.",
  132. 'InvalidParameterException:IdNotExistForGUID' => "Sorry, '%s' does not exist for guid:%d",
  133. 'InvalidParameterException:CanNotExportType' => "Sorry, I don't know how to export '%s'",
  134. 'InvalidParameterException:NoDataFound' => "Could not find any data.",
  135. 'InvalidParameterException:DoesNotBelong' => "Does not belong to entity.",
  136. 'InvalidParameterException:DoesNotBelongOrRefer' => "Does not belong to entity or refer to entity.",
  137. 'InvalidParameterException:MissingParameter' => "Missing parameter, you need to provide a GUID.",
  138. 'InvalidParameterException:LibraryNotRegistered' => '%s is not a registered library',
  139. 'InvalidParameterException:LibraryNotFound' => 'Could not load the %s library from %s',
  140. 'APIException:ApiResultUnknown' => "API Result is of an unknown type, this should never happen.",
  141. 'ConfigurationException:NoSiteID' => "No site ID has been specified.",
  142. 'SecurityException:APIAccessDenied' => "Sorry, API access has been disabled by the administrator.",
  143. 'SecurityException:NoAuthMethods' => "No authentication methods were found that could authenticate this API request.",
  144. 'SecurityException:ForwardFailedToRedirect' => 'Redirect could not be issued due to headers already being sent. Halting execution for security. Search http://docs.elgg.org/ for more information.',
  145. 'InvalidParameterException:APIMethodOrFunctionNotSet' => "Method or function not set in call in expose_method()",
  146. 'InvalidParameterException:APIParametersArrayStructure' => "Parameters array structure is incorrect for call to expose method '%s'",
  147. 'InvalidParameterException:UnrecognisedHttpMethod' => "Unrecognised http method %s for api method '%s'",
  148. 'APIException:MissingParameterInMethod' => "Missing parameter %s in method %s",
  149. 'APIException:ParameterNotArray' => "%s does not appear to be an array.",
  150. 'APIException:UnrecognisedTypeCast' => "Unrecognised type in cast %s for variable '%s' in method '%s'",
  151. 'APIException:InvalidParameter' => "Invalid parameter found for '%s' in method '%s'.",
  152. 'APIException:FunctionParseError' => "%s(%s) has a parsing error.",
  153. 'APIException:FunctionNoReturn' => "%s(%s) returned no value.",
  154. 'APIException:APIAuthenticationFailed' => "Method call failed the API Authentication",
  155. 'APIException:UserAuthenticationFailed' => "Method call failed the User Authentication",
  156. 'SecurityException:AuthTokenExpired' => "Authentication token either missing, invalid or expired.",
  157. 'CallException:InvalidCallMethod' => "%s must be called using '%s'",
  158. 'APIException:MethodCallNotImplemented' => "Method call '%s' has not been implemented.",
  159. 'APIException:FunctionDoesNotExist' => "Function for method '%s' is not callable",
  160. 'APIException:AlgorithmNotSupported' => "Algorithm '%s' is not supported or has been disabled.",
  161. 'ConfigurationException:CacheDirNotSet' => "Cache directory 'cache_path' not set.",
  162. 'APIException:NotGetOrPost' => "Request method must be GET or POST",
  163. 'APIException:MissingAPIKey' => "Missing API key",
  164. 'APIException:BadAPIKey' => "Bad API key",
  165. 'APIException:MissingHmac' => "Missing X-Elgg-hmac header",
  166. 'APIException:MissingHmacAlgo' => "Missing X-Elgg-hmac-algo header",
  167. 'APIException:MissingTime' => "Missing X-Elgg-time header",
  168. 'APIException:MissingNonce' => "Missing X-Elgg-nonce header",
  169. 'APIException:TemporalDrift' => "X-Elgg-time is too far in the past or future. Epoch fail.",
  170. 'APIException:NoQueryString' => "No data on the query string",
  171. 'APIException:MissingPOSTHash' => "Missing X-Elgg-posthash header",
  172. 'APIException:MissingPOSTAlgo' => "Missing X-Elgg-posthash_algo header",
  173. 'APIException:MissingContentType' => "Missing content type for post data",
  174. 'SecurityException:InvalidPostHash' => "POST data hash is invalid - Expected %s but got %s.",
  175. 'SecurityException:DupePacket' => "Packet signature already seen.",
  176. 'SecurityException:InvalidAPIKey' => "Invalid or missing API Key.",
  177. 'NotImplementedException:CallMethodNotImplemented' => "Call method '%s' is currently not supported.",
  178. 'NotImplementedException:XMLRPCMethodNotImplemented' => "XML-RPC method call '%s' not implemented.",
  179. 'InvalidParameterException:UnexpectedReturnFormat' => "Call to method '%s' returned an unexpected result.",
  180. 'CallException:NotRPCCall' => "Call does not appear to be a valid XML-RPC call",
  181. 'PluginException:NoPluginName' => "The plugin name could not be found",
  182. 'SecurityException:authenticationfailed' => "User could not be authenticated",
  183. 'CronException:unknownperiod' => '%s is not a recognised period.',
  184. 'SecurityException:deletedisablecurrentsite' => 'You can not delete or disable the site you are currently viewing!',
  185. 'RegistrationException:EmptyPassword' => 'The password fields cannot be empty',
  186. 'RegistrationException:PasswordMismatch' => 'Passwords must match',
  187. 'LoginException:BannedUser' => 'You have been banned from this site and cannot log in',
  188. 'LoginException:UsernameFailure' => 'We could not log you in. Please check your username/email and password.',
  189. 'LoginException:PasswordFailure' => 'We could not log you in. Please check your username/email and password.',
  190. 'LoginException:AccountLocked' => 'Your account has been locked for too many log in failures.',
  191. 'LoginException:ChangePasswordFailure' => 'Failed current password check.',
  192. 'LoginException:Unknown' => 'We could not log you in due to an unknown error.',
  193. 'deprecatedfunction' => 'Warning: This code uses the deprecated function \'%s\' and is not compatible with this version of Elgg',
  194. 'pageownerunavailable' => 'Warning: The page owner %d is not accessible!',
  195. 'viewfailure' => 'There was an internal failure in the view %s',
  196. 'changebookmark' => 'Please change your bookmark for this page',
  197. 'noaccess' => 'The content you were trying to view has been removed or you do not have permission to view it.',
  198. 'error:missing_data' => 'There was some data missing in your request',
  199. 'error:default' => 'Oops...something went wrong.',
  200. 'error:404' => 'Sorry. We could not find the page that you requested.',
  201. /**
  202. * API
  203. */
  204. 'system.api.list' => "List all available API calls on the system.",
  205. 'auth.gettoken' => "This API call lets a user obtain a user authentication token which can be used for authenticating future API calls. Pass it as the parameter auth_token",
  206. /**
  207. * User details
  208. */
  209. 'name' => "Nom à afficher",
  210. 'email' => "Adresse email",
  211. 'username' => "Pseudo",
  212. 'loginusername' => "Username or email",
  213. 'password' => "Mot de passe",
  214. 'passwordagain' => "Mot de passe (pour vérification)",
  215. 'admin_option' => "Est administrateur du site",
  216. /**
  217. * Access
  218. */
  219. 'PRIVATE' => "Privé",
  220. 'LOGGED_IN' => "Membres connectés",
  221. 'PUBLIC' => "Public",
  222. 'LOGGED_OUT' => "Membres déconnectés",
  223. 'access:friends:label' => "Relations",
  224. 'access' => "Accès",
  225. 'access:limited:label' => "Accès restreint",
  226. 'access:help' => "Le niveau d'accès",
  227. 'access:read' => "Accès en lecture",
  228. 'access:write' => "Accès en écriture",
  229. 'access:admin_only' => "Administrateurs du site",
  230. /**
  231. * Dashboard and widgets
  232. */
  233. 'dashboard' => "Tableau de bord",
  234. 'dashboard:nowidgets' => "Votre tableau de bord permet de suivre l'activité et les contenus du site qui vous intéressent.",
  235. 'widgets:add' => "Ajouter des Widgets",
  236. 'widgets:add:description' => "Cliquez sur un widget ci-dessous pour l'ajouter à la page.",
  237. 'widgets:position:fixed' => '(Fixed position on page)',
  238. 'widget:unavailable' => "Hey. Vous avez déjà choisi ce widget",
  239. 'widget:numbertodisplay' => "Nombre d'éléments à afficher.",
  240. 'widget:delete' => 'Enlever %s',
  241. 'widget:edit' => 'Personnaliser ce widget',
  242. 'widgets' => "Widgets",
  243. 'widget' => "Widget",
  244. 'item:object:widget' => "Widgets",
  245. 'widgets:save:success' => "Le widget a été sauvegardé.",
  246. 'widgets:save:failure' => "Aïe. Le widget n'a pas pu être sauvegardé.",
  247. 'widgets:add:success' => "On a ajouté ce widget dans la page.",
  248. 'widgets:add:failure' => "Le widget n'a pas pu être ajouté.",
  249. 'widgets:move:failure' => "La nouvelle position du widget n'a pas pu être mémorisée.",
  250. 'widgets:remove:failure' => "Ca coince : impossible d'enlever ce widget. Désolé.",
  251. /**
  252. * Groups
  253. */
  254. 'group' => "Groupe",
  255. 'item:group' => "Groupes",
  256. /**
  257. * Users
  258. */
  259. 'user' => "Membre",
  260. 'item:user' => "Membres",
  261. /**
  262. * Friends
  263. */
  264. 'friends' => "Relations",
  265. 'friends:yours' => "Vos relations",
  266. 'friends:owned' => "Les relations de %s",
  267. 'friend:add' => "Ajouter une relation",
  268. 'friend:remove' => "Supprimer une relation",
  269. 'friends:add:successful' => "%s a été ajouté dans vos relations.",
  270. 'friends:add:failure' => "Impossible d'ajouter %s dans vos relations.",
  271. 'friends:remove:successful' => "You have successfully removed %s from your friends.",
  272. 'friends:remove:failure' => "We couldn't remove %s from your friends.",
  273. 'friends:none' => "N'a pas encore de relation dans le site.",
  274. 'friends:none:you' => "Pas encore de relations ? Ca ne saurait tarder.",
  275. 'friends:none:found' => "Aucune relation n'a été trouvée.",
  276. 'friends:of:none' => "Personne n'est encore entré en relation avec ce membre. Soyez le premier !",
  277. 'friends:of:none:you' => "Personne ne vous a encore ajouté dans ses relations. Commencez par créer du contenu et mettre à jour votre page de membre du réseau. En vous mettant en visibilité, les autres membres vont vous trouver !",
  278. 'friends:of:owned' => "Les personnes qui ont choisi d'entrer en relation avec %s.",
  279. 'friends:of' => "Les relations de",
  280. 'friends:collections' => "Liste de relations",
  281. 'collections:add' => "Nouvelle liste",
  282. 'friends:collections:add' => "Nouvelle liste de relations",
  283. 'friends:addfriends' => "Ajouter des relations",
  284. 'friends:collectionname' => "Nom de la liste",
  285. 'friends:collectionfriends' => "Relations dans cette liste",
  286. 'friends:collectionedit' => "Modifier cette liste",
  287. 'friends:nocollections' => "You do not have any collections yet.",
  288. 'friends:collectiondeleted' => "Your collection has been deleted.",
  289. 'friends:collectiondeletefailed' => "We were unable to delete the collection. Either you don't have permission, or some other problem has occurred.",
  290. 'friends:collectionadded' => "Your collection was successfully created",
  291. 'friends:nocollectionname' => "You need to give your collection a name before it can be created.",
  292. 'friends:collections:members' => "Collection members",
  293. 'friends:collections:edit' => "Edit collection",
  294. 'friends:collections:edited' => "Saved collection",
  295. 'friends:collection:edit_failed' => 'Could not save collection.',
  296. 'friendspicker:chararray' => 'ABCDEFGHIJKLMNOPQRSTUVWXYZ',
  297. 'avatar' => 'Avatar',
  298. 'avatar:create' => 'Create your avatar',
  299. 'avatar:edit' => 'Edit avatar',
  300. 'avatar:preview' => 'Preview',
  301. 'avatar:upload' => 'Upload a new avatar',
  302. 'avatar:current' => 'Current avatar',
  303. 'avatar:remove' => 'Remove your avatar and set the default icon',
  304. 'avatar:crop:title' => 'Avatar cropping tool',
  305. 'avatar:upload:instructions' => "Your avatar is displayed throughout the site. You can change it as often as you'd like. (File formats accepted: GIF, JPG or PNG)",
  306. 'avatar:create:instructions' => 'Click and drag a square below to match how you want your avatar cropped. A preview will appear in the box on the right. When you are happy with the preview, click \'Create your avatar\'. This cropped version will be used throughout the site as your avatar.',
  307. 'avatar:upload:success' => 'Avatar successfully uploaded',
  308. 'avatar:upload:fail' => 'Avatar upload failed',
  309. 'avatar:resize:fail' => 'Resize of the avatar failed',
  310. 'avatar:crop:success' => 'Cropping the avatar succeeded',
  311. 'avatar:crop:fail' => 'Avatar cropping failed',
  312. 'avatar:remove:success' => 'Removing the avatar succeeded',
  313. 'avatar:remove:fail' => 'Avatar remove failed',
  314. 'profile:edit' => 'Edit profile',
  315. 'profile:aboutme' => "About me",
  316. 'profile:description' => "About me",
  317. 'profile:briefdescription' => "Brief description",
  318. 'profile:location' => "Location",
  319. 'profile:skills' => "Skills",
  320. 'profile:interests' => "Interests",
  321. 'profile:contactemail' => "Contact email",
  322. 'profile:phone' => "Telephone",
  323. 'profile:mobile' => "Mobile phone",
  324. 'profile:website' => "Website",
  325. 'profile:twitter' => "Twitter username",
  326. 'profile:saved' => "Your profile was successfully saved.",
  327. 'profile:field:text' => 'Short text',
  328. 'profile:field:longtext' => 'Large text area',
  329. 'profile:field:tags' => 'Tags',
  330. 'profile:field:url' => 'Web address',
  331. 'profile:field:email' => 'Email address',
  332. 'profile:field:location' => 'Location',
  333. 'profile:field:date' => 'Date',
  334. 'admin:appearance:profile_fields' => 'Edit Profile Fields',
  335. 'profile:edit:default' => 'Edit profile fields',
  336. 'profile:label' => "Profile label",
  337. 'profile:type' => "Profile type",
  338. 'profile:editdefault:delete:fail' => 'Removed default profile item field failed',
  339. 'profile:editdefault:delete:success' => 'Profile field deleted',
  340. 'profile:defaultprofile:reset' => 'Profile fields reset to the system default',
  341. 'profile:resetdefault' => 'Reset profile fields to system defaults',
  342. 'profile:resetdefault:confirm' => 'Are you sure you want to delete your custom profile fields?',
  343. 'profile:explainchangefields' => "You can replace the existing profile fields with your own using the form below. \n\n Give the new profile field a label, for example, 'Favorite team', then select the field type (eg. text, url, tags), and click the 'Add' button. To re-order the fields drag on the handle next to the field label. To edit a field label - click on the label's text to make it editable. \n\n At any time you can revert back to the default profile set up, but you will lose any information already entered into custom fields on profile pages.",
  344. 'profile:editdefault:success' => 'New profile field added',
  345. 'profile:editdefault:fail' => 'Default profile could not be saved',
  346. 'profile:field_too_long' => 'Cannot save your profile information because the "%s" section is too long.',
  347. 'profile:noaccess' => "You do not have permission to edit this profile.",
  348. /**
  349. * Feeds
  350. */
  351. 'feed:rss' => 'RSS feed for this page',
  352. /**
  353. * Links
  354. */
  355. 'link:view' => 'view link',
  356. 'link:view:all' => 'View all',
  357. /**
  358. * River
  359. */
  360. 'river' => "River",
  361. 'river:friend:user:default' => "%s est maintenant en contact avec %s",
  362. 'river:update:user:avatar' => '%s a une nouvelle photo',
  363. 'river:update:user:profile' => '%s has updated their profile',
  364. 'river:noaccess' => 'You do not have permission to view this item.',
  365. 'river:posted:generic' => '%s a écrit',
  366. 'riveritem:single:user' => 'un membre',
  367. 'riveritem:plural:user' => 'des membres',
  368. 'river:ingroup' => 'in the group %s',
  369. 'river:none' => 'No activity',
  370. 'river:update' => 'Update for %s',
  371. 'river:delete:success' => 'River item has been deleted',
  372. 'river:delete:fail' => 'River item could not be deleted',
  373. 'river:widget:title' => "Activity",
  374. 'river:widget:description' => "Display latest activity",
  375. 'river:widget:type' => "Type of activity",
  376. 'river:widgets:friends' => 'Friends activity',
  377. 'river:widgets:all' => 'All site activity',
  378. /**
  379. * Notifications
  380. */
  381. 'notifications:usersettings' => "Notification settings",
  382. 'notifications:methods' => "Select your notification methods.",
  383. 'notification:method:email' => 'Email',
  384. 'notifications:usersettings:save:ok' => "Your notification settings were successfully saved.",
  385. 'notifications:usersettings:save:fail' => "There was a problem saving your notification settings.",
  386. 'user.notification.get' => 'Return the notification settings for a given user.',
  387. 'user.notification.set' => 'Set the notification settings for a given user.',
  388. /**
  389. * Search
  390. */
  391. 'search' => "Chercher",
  392. 'searchtitle' => "Recherche: %s",
  393. 'users:searchtitle' => "Recherche dans les membres : %s",
  394. 'groups:searchtitle' => "Recherche dans les groupes: %s",
  395. 'advancedsearchtitle' => "%s résultat(s) trouvé(s) pour %s",
  396. 'notfound' => "Aucun résultat trouvé.",
  397. 'next' => "Suivant",
  398. 'previous' => "Précédent",
  399. 'viewtype:change' => "Change list type",
  400. 'viewtype:list' => "List view",
  401. 'viewtype:gallery' => "Gallery",
  402. 'tag:search:startblurb' => "Items with tags matching '%s':",
  403. 'user:search:startblurb' => "Users matching '%s':",
  404. 'user:search:finishblurb' => "To view more, click here.",
  405. 'group:search:startblurb' => "Groups matching '%s':",
  406. 'group:search:finishblurb' => "To view more, click here.",
  407. 'search:go' => 'Go',
  408. 'userpicker:only_friends' => 'Only friends',
  409. /**
  410. * Account
  411. */
  412. 'account' => "Account",
  413. 'settings' => "Settings",
  414. 'tools' => "Tools",
  415. 'settings:edit' => 'Edit settings',
  416. 'register' => "S'inscrire",
  417. 'registerok' => "You have successfully registered for %s.",
  418. 'registerbad' => "Your registration was unsuccessful because of an unknown error.",
  419. 'registerdisabled' => "Registration has been disabled by the system administrator",
  420. 'register:fields' => 'All fields are required',
  421. 'registration:notemail' => 'The email address you provided does not appear to be a valid email address.',
  422. 'registration:userexists' => 'That username already exists',
  423. 'registration:usernametooshort' => 'Your username must be a minimum of %u characters long.',
  424. 'registration:usernametoolong' => 'Your username is too long. It can have a maximum of %u characters.',
  425. 'registration:passwordtooshort' => 'The password must be a minimum of %u characters long.',
  426. 'registration:dupeemail' => 'This email address has already been registered.',
  427. 'registration:invalidchars' => 'Sorry, your username contains the character %s which is invalid. The following characters are invalid: %s',
  428. 'registration:emailnotvalid' => 'Sorry, the email address you entered is invalid on this system',
  429. 'registration:passwordnotvalid' => 'Sorry, the password you entered is invalid on this system',
  430. 'registration:usernamenotvalid' => 'Sorry, the username you entered is invalid on this system',
  431. 'adduser' => "Add User",
  432. 'adduser:ok' => "You have successfully added a new user.",
  433. 'adduser:bad' => "The new user could not be created.",
  434. 'user:set:name' => "Account name settings",
  435. 'user:name:label' => "My display name",
  436. 'user:name:success' => "Successfully changed your name on the system.",
  437. 'user:name:fail' => "Could not change your name on the system. Please make sure your name isn't too long and try again.",
  438. 'user:set:password' => "Account password",
  439. 'user:current_password:label' => 'Current password',
  440. 'user:password:label' => "Your new password",
  441. 'user:password2:label' => "Your new password again",
  442. 'user:password:success' => "Password changed",
  443. 'user:password:fail' => "Could not change your password on the system.",
  444. 'user:password:fail:notsame' => "The two passwords are not the same!",
  445. 'user:password:fail:tooshort' => "Password is too short!",
  446. 'user:password:fail:incorrect_current_password' => 'The current password entered is incorrect.',
  447. 'user:resetpassword:unknown_user' => 'Invalid user.',
  448. 'user:resetpassword:reset_password_confirm' => 'Resetting your password will email a new password to your registered email address.',
  449. 'user:set:language' => "Language settings",
  450. 'user:language:label' => "Your language",
  451. 'user:language:success' => "Your language settings have been updated.",
  452. 'user:language:fail' => "Your language settings could not be saved.",
  453. 'user:username:notfound' => 'Username %s not found.',
  454. 'user:password:lost' => 'Lost password',
  455. 'user:password:resetreq:success' => 'Successfully requested a new password, email sent',
  456. 'user:password:resetreq:fail' => 'Could not request a new password.',
  457. 'user:password:text' => 'To request a new password, enter your username or email address below and click the Request button.',
  458. 'user:persistent' => 'Remember me',
  459. 'walled_garden:welcome' => 'Bienvenue',
  460. /**
  461. * Administration
  462. */
  463. 'menu:page:header:administer' => 'Administrer',
  464. 'menu:page:header:configure' => 'Configurer',
  465. 'menu:page:header:develop' => 'Developper',
  466. 'menu:page:header:default' => 'Divers',
  467. 'admin:view_site' => 'Voir le site',
  468. 'admin:loggedin' => 'Connecté sous %s',
  469. 'admin:menu' => 'Menu',
  470. 'admin:configuration:success' => "Les réglages sont enregistrés.",
  471. 'admin:configuration:fail' => "Les réglages n'ont pu être enregistrés.",
  472. 'admin:configuration:dataroot:relative_path' => 'Cannot set "%s" as the dataroot because it is not an absolute path.',
  473. 'admin:unknown_section' => 'Invalid Admin Section.',
  474. 'admin' => "Administration",
  475. 'admin:description' => "The admin panel allows you to control all aspects of the system, from user management to how plugins behave. Choose an option below to get started.",
  476. 'admin:statistics' => "Statistics",
  477. 'admin:statistics:overview' => 'Overview',
  478. 'admin:statistics:server' => 'Server Info',
  479. 'admin:appearance' => 'Appearance',
  480. 'admin:administer_utilities' => 'Utilities',
  481. 'admin:develop_utilities' => 'Utilities',
  482. 'admin:users' => "Users",
  483. 'admin:users:online' => 'Currently Online',
  484. 'admin:users:newest' => 'Newest',
  485. 'admin:users:admins' => 'Administrators',
  486. 'admin:users:add' => 'Add New User',
  487. 'admin:users:description' => "This admin panel allows you to control user settings for your site. Choose an option below to get started.",
  488. 'admin:users:adduser:label' => "Click here to add a new user...",
  489. 'admin:users:opt:linktext' => "Configure users...",
  490. 'admin:users:opt:description' => "Configure users and account information. ",
  491. 'admin:users:find' => 'Find',
  492. 'admin:settings' => 'Settings',
  493. 'admin:settings:basic' => 'Basic Settings',
  494. 'admin:settings:advanced' => 'Advanced Settings',
  495. 'admin:site:description' => "This admin panel allows you to control global settings for your site. Choose an option below to get started.",
  496. 'admin:site:opt:linktext' => "Configure site...",
  497. 'admin:site:access:warning' => "Changing the access setting only affects the permissions on content created in the future.",
  498. 'admin:dashboard' => 'Dashboard',
  499. 'admin:widget:online_users' => 'Online users',
  500. 'admin:widget:online_users:help' => 'Lists the users currently on the site',
  501. 'admin:widget:new_users' => 'New users',
  502. 'admin:widget:new_users:help' => 'Lists the newest users',
  503. 'admin:widget:content_stats' => 'Content statistics',
  504. 'admin:widget:content_stats:help' => 'Keep track of the content created by your users',
  505. 'widget:content_stats:type' => 'Content type',
  506. 'widget:content_stats:number' => 'Number',
  507. 'admin:widget:admin_welcome' => 'Welcome',
  508. 'admin:widget:admin_welcome:help' => "A short introduction to Elgg's admin area",
  509. 'admin:widget:admin_welcome:intro' =>
  510. 'Welcome to Elgg! Right now you are looking at the administration dashboard. It\'s useful for tracking what\'s happening on the site.',
  511. 'admin:widget:admin_welcome:admin_overview' =>
  512. "Navigation for the administration area is provided by the menu to the right. It is organized into"
  513. . " three sections:
  514. <dl>
  515. <dt>Administer</dt><dd>Everyday tasks like monitoring reported content, checking who is online, and viewing statistics.</dd>
  516. <dt>Configure</dt><dd>Occasional tasks like setting the site name or activating a plugin.</dd>
  517. <dt>Develop</dt><dd>For developers who are building plugins or designing themes. (Requires a developer plugin.)</dd>
  518. </dl>
  519. ",
  520. // argh, this is ugly
  521. 'admin:widget:admin_welcome:outro' => '<br />Be sure to check out the resources available through the footer links and thank you for using Elgg!',
  522. 'admin:widget:control_panel' => 'Control panel',
  523. 'admin:widget:control_panel:help' => "Provides easy access to common controls",
  524. 'admin:cache:flush' => 'Flush the caches',
  525. 'admin:cache:flushed' => "The site's caches have been flushed",
  526. 'admin:footer:faq' => 'Administration FAQ',
  527. 'admin:footer:manual' => 'Administration Manual',
  528. 'admin:footer:community_forums' => 'Elgg Community Forums',
  529. 'admin:footer:blog' => 'Elgg Blog',
  530. 'admin:plugins:category:all' => 'All plugins',
  531. 'admin:plugins:category:active' => 'Active plugins',
  532. 'admin:plugins:category:inactive' => 'Inactive plugins',
  533. 'admin:plugins:category:admin' => 'Admin',
  534. 'admin:plugins:category:bundled' => 'Bundled',
  535. 'admin:plugins:category:nonbundled' => 'Non-bundled',
  536. 'admin:plugins:category:content' => 'Content',
  537. 'admin:plugins:category:development' => 'Development',
  538. 'admin:plugins:category:enhancement' => 'Enhancements',
  539. 'admin:plugins:category:api' => 'Service/API',
  540. 'admin:plugins:category:communication' => 'Communication',
  541. 'admin:plugins:category:security' => 'Security and Spam',
  542. 'admin:plugins:category:social' => 'Social',
  543. 'admin:plugins:category:multimedia' => 'Multimedia',
  544. 'admin:plugins:category:theme' => 'Themes',
  545. 'admin:plugins:category:widget' => 'Widgets',
  546. 'admin:plugins:category:utility' => 'Utilities',
  547. 'admin:plugins:sort:priority' => 'Priority',
  548. 'admin:plugins:sort:alpha' => 'Alphabetical',
  549. 'admin:plugins:sort:date' => 'Newest',
  550. 'admin:plugins:markdown:unknown_plugin' => 'Unknown plugin.',
  551. 'admin:plugins:markdown:unknown_file' => 'Unknown file.',
  552. 'admin:notices:could_not_delete' => 'Could not delete notice.',
  553. 'item:object:admin_notice' => 'Admin notice',
  554. 'admin:options' => 'Admin options',
  555. /**
  556. * Plugins
  557. */
  558. 'plugins:disabled' => 'Plugins are not being loaded because a file named "disabled" is in the mod directory.',
  559. 'plugins:settings:save:ok' => "Settings for the %s plugin were saved successfully.",
  560. 'plugins:settings:save:fail' => "There was a problem saving settings for the %s plugin.",
  561. 'plugins:usersettings:save:ok' => "User settings for the %s plugin were saved successfully.",
  562. 'plugins:usersettings:save:fail' => "There was a problem saving user settings for the %s plugin.",
  563. 'item:object:plugin' => 'Plugins',
  564. 'admin:plugins' => "Plugins",
  565. 'admin:plugins:activate_all' => 'Activate All',
  566. 'admin:plugins:deactivate_all' => 'Deactivate All',
  567. 'admin:plugins:activate' => 'Activate',
  568. 'admin:plugins:deactivate' => 'Deactivate',
  569. 'admin:plugins:description' => "This admin panel allows you to control and configure tools installed on your site.",
  570. 'admin:plugins:opt:linktext' => "Configure tools...",
  571. 'admin:plugins:opt:description' => "Configure the tools installed on the site. ",
  572. 'admin:plugins:label:author' => "Author",
  573. 'admin:plugins:label:copyright' => "Copyright",
  574. 'admin:plugins:label:categories' => 'Categories',
  575. 'admin:plugins:label:licence' => "License",
  576. 'admin:plugins:label:website' => "URL",
  577. 'admin:plugins:label:repository' => "Code",
  578. 'admin:plugins:label:bugtracker' => "Report issue",
  579. 'admin:plugins:label:donate' => "Donate",
  580. 'admin:plugins:label:moreinfo' => 'more info',
  581. 'admin:plugins:label:version' => 'Version',
  582. 'admin:plugins:label:location' => 'Location',
  583. 'admin:plugins:label:contributors' => 'Contributors',
  584. 'admin:plugins:label:contributors:name' => 'Name',
  585. 'admin:plugins:label:contributors:email' => 'E-mail',
  586. 'admin:plugins:label:contributors:website' => 'Website',
  587. 'admin:plugins:label:contributors:username' => 'Community username',
  588. 'admin:plugins:label:contributors:description' => 'Description',
  589. 'admin:plugins:label:dependencies' => 'Dependencies',
  590. 'admin:plugins:warning:elgg_version_unknown' => 'This plugin uses a legacy manifest file and does not specify a compatible Elgg version. It probably will not work!',
  591. 'admin:plugins:warning:unmet_dependencies' => 'This plugin has unmet dependencies and cannot be activated. Check dependencies under more info.',
  592. 'admin:plugins:warning:invalid' => 'This plugin is invalid: %s',
  593. 'admin:plugins:warning:invalid:check_docs' => 'Check <a href="http://docs.elgg.org/Invalid_Plugin">the Elgg documentation</a> for troubleshooting tips.',
  594. 'admin:plugins:cannot_activate' => 'cannot activate',
  595. 'admin:plugins:set_priority:yes' => "Reordered %s.",
  596. 'admin:plugins:set_priority:no' => "Could not reorder %s.",
  597. 'admin:plugins:set_priority:no_with_msg' => "Could not reorder %s. Error: %s",
  598. 'admin:plugins:deactivate:yes' => "Deactivated %s.",
  599. 'admin:plugins:deactivate:no' => "Could not deactivate %s.",
  600. 'admin:plugins:deactivate:no_with_msg' => "Could not deactivate %s. Error: %s",
  601. 'admin:plugins:activate:yes' => "Activated %s.",
  602. 'admin:plugins:activate:no' => "Could not activate %s.",
  603. 'admin:plugins:activate:no_with_msg' => "Could not activate %s. Error: %s",
  604. 'admin:plugins:categories:all' => 'All categories',
  605. 'admin:plugins:plugin_website' => 'Plugin website',
  606. 'admin:plugins:author' => '%s',
  607. 'admin:plugins:version' => 'Version %s',
  608. 'admin:plugin_settings' => 'Plugin Settings',
  609. 'admin:plugins:warning:unmet_dependencies_active' => 'This plugin is active but has unmet dependencies. You may encounter problems. See "more info" below for details.',
  610. 'admin:plugins:dependencies:type' => 'Type',
  611. 'admin:plugins:dependencies:name' => 'Name',
  612. 'admin:plugins:dependencies:expected_value' => 'Expected Value',
  613. 'admin:plugins:dependencies:local_value' => 'Actual value',
  614. 'admin:plugins:dependencies:comment' => 'Comment',
  615. 'admin:statistics:description' => "This is an overview of statistics on your site. If you need more detailed statistics, a professional administration feature is available.",
  616. 'admin:statistics:opt:description' => "View statistical information about users and objects on your site.",
  617. 'admin:statistics:opt:linktext' => "View statistics...",
  618. 'admin:statistics:label:basic' => "Basic site statistics",
  619. 'admin:statistics:label:numentities' => "Entities on site",
  620. 'admin:statistics:label:numusers' => "Number of users",
  621. 'admin:statistics:label:numonline' => "Number of users online",
  622. 'admin:statistics:label:onlineusers' => "Users online now",
  623. 'admin:statistics:label:admins'=>"Admins",
  624. 'admin:statistics:label:version' => "Elgg version",
  625. 'admin:statistics:label:version:release' => "Release",
  626. 'admin:statistics:label:version:version' => "Version",
  627. 'admin:server:label:php' => 'PHP',
  628. 'admin:server:label:web_server' => 'Web Server',
  629. 'admin:server:label:server' => 'Server',
  630. 'admin:server:label:log_location' => 'Log Location',
  631. 'admin:server:label:php_version' => 'PHP version',
  632. 'admin:server:label:php_ini' => 'PHP ini file location',
  633. 'admin:server:label:php_log' => 'PHP Log',
  634. 'admin:server:label:mem_avail' => 'Memory available',
  635. 'admin:server:label:mem_used' => 'Memory used',
  636. 'admin:server:error_log' => "Web server's error log",
  637. 'admin:server:label:post_max_size' => 'POST maximum size',
  638. 'admin:server:label:upload_max_filesize' => 'Upload maximum size',
  639. 'admin:server:warning:post_max_too_small' => '(Note: post_max_size must be larger than this value to support uploads of this size)',
  640. 'admin:user:label:search' => "Find users:",
  641. 'admin:user:label:searchbutton' => "Search",
  642. 'admin:user:ban:no' => "Can not ban user",
  643. 'admin:user:ban:yes' => "User banned.",
  644. 'admin:user:self:ban:no' => "You cannot ban yourself",
  645. 'admin:user:unban:no' => "Can not unban user",
  646. 'admin:user:unban:yes' => "User unbanned.",
  647. 'admin:user:delete:no' => "Can not delete user",
  648. 'admin:user:delete:yes' => "The user %s has been deleted",
  649. 'admin:user:self:delete:no' => "You cannot delete yourself",
  650. 'admin:user:resetpassword:yes' => "Password reset, user notified.",
  651. 'admin:user:resetpassword:no' => "Password could not be reset.",
  652. 'admin:user:makeadmin:yes' => "User is now an admin.",
  653. 'admin:user:makeadmin:no' => "We could not make this user an admin.",
  654. 'admin:user:removeadmin:yes' => "User is no longer an admin.",
  655. 'admin:user:removeadmin:no' => "We could not remove administrator privileges from this user.",
  656. 'admin:user:self:removeadmin:no' => "You cannot remove your own administrator privileges.",
  657. 'admin:appearance:menu_items' => 'Menu Items',
  658. 'admin:menu_items:configure' => 'Configure main menu items',
  659. 'admin:menu_items:description' => 'Select which menu items you want to show as featured links. Unused items will be added as "More" at the end of the list.',
  660. 'admin:menu_items:hide_toolbar_entries' => 'Remove links from tool bar menu?',
  661. 'admin:menu_items:saved' => 'Menu items saved.',
  662. 'admin:add_menu_item' => 'Add a custom menu item',
  663. 'admin:add_menu_item:description' => 'Fill out the Display name and URL to add custom items to your navigation menu.',
  664. 'admin:appearance:default_widgets' => 'Default Widgets',
  665. 'admin:default_widgets:unknown_type' => 'Unknown widget type',
  666. 'admin:default_widgets:instructions' => 'Add, remove, position, and configure default widgets for the selected widget page.'
  667. . ' These changes will only affect new users on the site.',
  668. /**
  669. * User settings
  670. */
  671. 'usersettings:description' => "The user settings panel allows you to control all your personal settings, from user management to how plugins behave. Choose an option below to get started.",
  672. 'usersettings:statistics' => "Your statistics",
  673. 'usersettings:statistics:opt:description' => "View statistical information about users and objects on your site.",
  674. 'usersettings:statistics:opt:linktext' => "Account statistics",
  675. 'usersettings:user' => "Your settings",
  676. 'usersettings:user:opt:description' => "This allows you to control user settings.",
  677. 'usersettings:user:opt:linktext' => "Change your settings",
  678. 'usersettings:plugins' => "Tools",
  679. 'usersettings:plugins:opt:description' => "Configure settings (if any) for your active tools.",
  680. 'usersettings:plugins:opt:linktext' => "Configure your tools",
  681. 'usersettings:plugins:description' => "This panel allows you to control and configure the personal settings for the tools installed by your system administrator.",
  682. 'usersettings:statistics:label:numentities' => "Your content",
  683. 'usersettings:statistics:yourdetails' => "Your details",
  684. 'usersettings:statistics:label:name' => "Full name",
  685. 'usersettings:statistics:label:email' => "Email",
  686. 'usersettings:statistics:label:membersince' => "Member since",
  687. 'usersettings:statistics:label:lastlogin' => "Last logged in",
  688. /**
  689. * Activity river
  690. */
  691. 'river:all' => "L'activité de tout le réseau",
  692. 'river:mine' => "Mon activité",
  693. 'river:friends' => "L'activité de mes relations",
  694. 'river:select' => 'Montrer %s',
  695. 'river:comments:more' => '+%u plus',
  696. 'river:generic_comment' => 'Commentaire sur %s %s',
  697. 'friends:widget:description' => "Affiche vos relations dans le réseau.",
  698. 'friends:num_display' => "Nombre de relations à afficher",
  699. 'friends:icon_size' => "Taille de l'icône",
  700. 'friends:tiny' => "tout petit",
  701. 'friends:small' => "petit",
  702. /**
  703. * Icons
  704. */
  705. 'icon:size' => "Taille de l'icône",
  706. 'icon:size:topbar' => "Topbar",
  707. 'icon:size:tiny' => "Tiny",
  708. 'icon:size:small' => "Small",
  709. 'icon:size:medium' => "Medium",
  710. 'icon:size:large' => "Large",
  711. 'icon:size:master' => "Extra Large",
  712. /**
  713. * Generic action words
  714. */
  715. 'save' => "Enregistrer",
  716. 'reset' => 'Réinitialiser',
  717. 'publish' => "Publier",
  718. 'cancel' => "Annuler",
  719. 'saving' => "Enregistrement ...",
  720. 'update' => "Mise à jour",
  721. 'preview' => "Prévisualisation",
  722. 'edit' => "Modifier",
  723. 'delete' => "Supprimer",
  724. 'accept' => "Accepter",
  725. 'reject' => "Rejeter",
  726. 'decline' => "Refuser",
  727. 'approve' => "Approuver",
  728. 'activate' => "Activer",
  729. 'deactivate' => "Désactiver",
  730. 'disapprove' => "Désapprouver",
  731. 'revoke' => "Révoquer",
  732. 'load' => "Charger",
  733. 'upload' => "Envoyer",
  734. 'download' => "Télécharger",
  735. 'ban' => "Bannir",
  736. 'unban' => "Rétablir",
  737. 'banned' => "Banni",
  738. 'enable' => "Activer",
  739. 'disable' => "Désactiver",
  740. 'request' => "Demander",
  741. 'complete' => "Terminer",
  742. 'open' => 'Ouvrir',
  743. 'close' => 'Fermer',
  744. 'hide' => 'Masquer',
  745. 'show' => 'Montrer',
  746. 'reply' => "Répondre",
  747. 'more' => 'Plus',
  748. 'more_info' => "Plus d'info",
  749. 'comments' => 'Commentaires',
  750. 'import' => 'Importer',
  751. 'export' => 'Exporter',
  752. 'untitled' => 'Sans titre',
  753. 'help' => 'Aide',
  754. 'send' => 'Envoyer',
  755. 'post' => 'Poster',
  756. 'submit' => 'Soumettre',
  757. 'comment' => 'Commenter',
  758. 'upgrade' => 'Mettre à jour',
  759. 'sort' => 'Trier',
  760. 'filter' => 'Filtrer',
  761. 'new' => 'Nouveau',
  762. 'add' => 'Ajouter',
  763. 'create' => 'Créer',
  764. 'remove' => 'Enlever',
  765. 'revert' => 'Annuler',
  766. 'site' => 'Site',
  767. 'activity' => 'Activité',
  768. 'members' => 'Membres',
  769. 'up' => 'Monter',
  770. 'down' => 'Descendre',
  771. 'top' => 'Haut',
  772. 'bottom' => 'Bas',
  773. 'right' => 'Droite',
  774. 'left' => 'Gauche',
  775. 'back' => 'Retour',
  776. 'invite' => "Inviter",
  777. 'resetpassword' => "Réinitialiser le mot de passe",
  778. 'makeadmin' => "Donner l'administration",
  779. 'removeadmin' => "Enlever l'administration",
  780. 'option:yes' => "Oui",
  781. 'option:no' => "Non",
  782. 'unknown' => 'Inconnu',
  783. 'active' => 'Actif',
  784. 'total' => 'Total',
  785. 'other' => 'Autre',
  786. 'options' => 'Options',
  787. 'advanced' => 'Avancé',
  788. 'learnmore' => "Cliquez ici pour en savoir plus.",
  789. 'content' => "contenu",
  790. 'content:latest' => 'Dernière activité',
  791. 'content:latest:blurb' => "Vous pouvez aussi cliquer ici pour voir les derniers contenus de l'ensemble du site.",
  792. 'link:text' => 'voir le lien',
  793. /**
  794. * Generic questions
  795. */
  796. 'question:areyousure' => 'Etes-vous sûr(e) ?',
  797. /**
  798. * Status
  799. */
  800. 'status' => 'Statut',
  801. 'status:unsaved_draft' => 'Brouillon non enregistré',
  802. 'status:draft' => 'Brouillon',
  803. 'status:unpublished' => 'Non publié',
  804. 'status:published' => 'Publié',
  805. 'status:featured' => 'Avec',
  806. 'status:open' => 'Ouvert',
  807. 'status:closed' => 'Fermé',
  808. /**
  809. * Generic sorts
  810. */
  811. 'sort:newest' => 'Plus récent',
  812. 'sort:popular' => 'Populaire',
  813. 'sort:alpha' => 'Alphabétique',
  814. 'sort:priority' => 'Priorité',
  815. /**
  816. * Generic data words
  817. */
  818. 'title' => "Titre",
  819. 'description' => "Description",
  820. 'tags' => "Mots-clés",
  821. 'spotlight' => "Mise en avant",
  822. 'all' => "Tout",
  823. 'mine' => "A moi",
  824. 'by' => 'par',
  825. 'none' => 'aucun',
  826. 'annotations' => "Annotations",
  827. 'relationships' => "Relations",
  828. 'metadata' => "Métadonnées",
  829. 'tagcloud' => "Nuage de mots-clés",
  830. 'tagcloud:allsitetags' => "Mots-clé du site",
  831. 'on' => 'Marche',
  832. 'off' => 'Arrêt',
  833. /**
  834. * Entity actions
  835. */
  836. 'edit:this' => 'Modifier çà',
  837. 'delete:this' => 'Supprimer ceci',
  838. 'comment:this' => 'Faire un commentaire',
  839. /**
  840. * Input / output strings
  841. */
  842. 'deleteconfirm' => "Etes-vous sûr(e) de vouloir supprimer cet éléments ?",
  843. 'deleteconfirm:plural' => "Ete(s)-vous sûr(e) de vouloir supprimer ces éléments ?",
  844. 'fileexists' => "Un fichier a déjà été enregistré. Pour le remplacer, choisissez-le dans la liste suivante :",
  845. /**
  846. * User add
  847. */
  848. 'useradd:subject' => 'Votre compte de membre a été créé',
  849. 'useradd:body' => "
  850. %s,
  851. Un compte de membre a été créé dans le site du réseau social '%s'.
  852. Pour vous connecter, allez à l'adresse :
  853. %s
  854. Vos coordonnées de connection sont :
  855. Pseudo: %s
  856. Mot de passe: %s
  857. Une fois connecté, nous vous recommandant de changer immédiatement votre mot de passe.",
  858. /**
  859. * System messages
  860. */
  861. 'systemmessages:dismiss' => "cliquez pour fermer",
  862. /**
  863. * Import / export
  864. */
  865. 'importsuccess' => "Import of data was successful",
  866. 'importfail' => "OpenDD import of data failed.",
  867. /**
  868. * Time
  869. */
  870. 'friendlytime:justnow' => "à l'instant",
  871. 'friendlytime:minutes' => "il y a %s minutes",
  872. 'friendlytime:minutes:singular' => "a minute ago",
  873. 'friendlytime:hours' => "il y a %s heures",
  874. 'friendlytime:hours:singular' => "il y a une heure",
  875. 'friendlytime:days' => "il y a %s jours",
  876. 'friendlytime:days:singular' => "hier",
  877. 'friendlytime:date_format' => 'j F Y @ g:ia', // TODO
  878. 'friendlytime:future:minutes' => "dans %s minutes",
  879. 'friendlytime:future:minutes:singular' => "dans une minute",
  880. 'friendlytime:future:hours' => "dans %s heures",
  881. 'friendlytime:future:hours:singular' => "dans une heure",
  882. 'friendlytime:future:days' => "dans %s jours",
  883. 'friendlytime:future:days:singular' => "demain",
  884. 'date:month:01' => "Janvier %s",
  885. 'date:month:02' => "Février %s",
  886. 'date:month:03' => "Mars %s",
  887. 'date:month:04' => "Avril %s",
  888. 'date:month:05' => "Mai %s",
  889. 'date:month:06' => "Juin %s",
  890. 'date:month:07' => "Juillet %s",
  891. 'date:month:08' => "Août %s",
  892. 'date:month:09' => "Septembre %s",
  893. 'date:month:10' => "Octobre %s",
  894. 'date:month:11' => "Novembre %s",
  895. 'date:month:12' => "Décembre %s",
  896. 'date:weekday:0' => 'Dimanche',
  897. 'date:weekday:1' => 'Lundi',
  898. 'date:weekday:2' => 'Mardi',
  899. 'date:weekday:3' => 'Mercredi',
  900. 'date:weekday:4' => 'Jeudi',
  901. 'date:weekday:5' => 'Vendredi',
  902. 'date:weekday:6' => 'Samedi',
  903. 'interval:minute' => 'Chaque minute',
  904. 'interval:fiveminute' => 'Toutes les cinq minute…

Large files files are truncated, but you can click here to view the full file