source: extensions/virtualAutoGrant/language/fr_FR/plugin.lang.php @ 6610

Last change on this file since 6610 was 6610, checked in by vdigital, 14 years ago

Configuration and a complete virtual management ( Physical are not managed at all ).

File size: 1.4 KB
Line 
1<?php
2$lang['On'] = 'Oui, si possible';
3$lang['Off'] = 'Non, en principe';
4$lang['Virtual AutoGrant configuration'] = 'Configuration de Virtual';
5$lang['New virtual categories will be assumed private, access granted to creator and webmaster and/or uploaded pictures will have "Who can see" set to creator privacy level'] 
6    = 'Les nouvelles catégories virtuelles seront privatives, l\'accès attribué au créateur et au webmaster,<br/> et/ou les images ajoutées auront le "Qui peut voir" au niveau de confidentialité du créateur';
7
8$lang['All new virtual categories will be set private'] = 'Toute nouvelle catégorie virtuelle sera privative';
9$lang['Categories created by the Piwigo API will be set private'] = 'Les categories crées via l\'API de Piwigo seront privatives';
10$lang['Grant access to creator'] = 'L\'accès sera attribué au créateur';
11$lang['Grant access to default webmaster'] = 'L\'accès sera attribué au webmaster';
12
13$lang['Force "Who can see" at the creator privacy level'] = 'Force le "Qui peut voir" au niveau de confidentialité du créateur';
14$lang['"Who can see" is not forced for private categories'] = '"Qui peut voir" n\'est pas forcé en cas de categories privées';
15$lang['"Who can see" is free on webmasters uploads'] = '"Qui peut voir" est libre pour les chargements du webmaster';
16
17$lang['Only the default webmaster can change this option.'] = 'Uniquement le webmaster par défaut peut modifier cette option.';
18?>
Note: See TracBrowser for help on using the repository browser.