aboutsummaryrefslogtreecommitdiffstats
path: root/language/fr_FR (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feature 2413 added: move gallery_url configuration parameter from database toplegall2011-08-221-1/+0
| | | | | | | local configuration file. git-svn-id: http://piwigo.org/svn/trunk@11978 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2409 added: by default, hide the "who can see these photos?" field ↵plegall2011-08-181-0/+1
| | | | | | in the upload form. git-svn-id: http://piwigo.org/svn/trunk@11967 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2407 added: display upload limitations before file selection (fileplegall2011-08-181-3/+5
| | | | | | | | | | | | maximum size, maximum dimensions, allowed file types). The maximum dimensions are calculated for GD only (because Imagick and External ImageMagick are not using PHP memory as far as I could find on the web). bug 2408 fixed: change term "old style form" into "browser uploader" and "multiple file form" into "Flash Uploader" (based on WordPress user interface) git-svn-id: http://piwigo.org/svn/trunk@11966 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2406 added: if the user wants a new album in the upload form, the albumplegall2011-08-171-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | is created before the start of the upload. The ergonomy is now simpler, the page is smaller and cleaner. bug 2373 fixed: now that album is created before upload, uploadify.php gets the category_id and the level: as soon as it is uploaded (function add_uploaded_file) the photo gets its final privacy level and is directly associated to the album. This way, we can have an error on a photo without making orphan all photos of the same upload group. feature 2405 added: as soon as a photo is uploaded, its thumbnail is displayed in the "Uploaded Photos" fieldset, without waiting for other photos to be uploaded. The latest photos comes first. I have slighlty changed the integration of colorbox in core. Now we have 2 styles available and by default, we use style2 (overlay in black, title and control icons outside the popup). It is also used for zooming on bulk manager in unit mode. display change: on each uploading photos, instead of showing the transfer speed, we display the transfer progression in % bug fixed: the color of the "Start Upload" button was not correct because the button was not a submit button but a simple type=button. language: "Upload" button becomes "Start Upload" button. git-svn-id: http://piwigo.org/svn/trunk@11962 68402e56-0260-453c-a942-63ccdbb3a9ee
* grammar error fixed in english (and in language key)plegall2011-07-051-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@11641 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature:2317 move order config to Admin->Config->Optionsmistic1002011-07-012-13/+2
| | | | | | each drop-down menu is on a new line git-svn-id: http://piwigo.org/svn/trunk@11588 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature:2317 move order config to Admin->Config->Optionsmistic1002011-07-011-4/+3
| | | | | | | | new GUI interface for simple paterns in GUI, order_by and order_by_inside_category are merged (not un DB) users can define special paterns with $conf['order_by_custom'] and $conf['order_by_inside_category_custom'] git-svn-id: http://piwigo.org/svn/trunk@11587 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature:2330 ability to hide the "new" icon for recent photos mistic1002011-06-091-0/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@11285 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature:2317 move order config to Admin->Config->Options mistic1002011-06-092-5/+24
| | | | | | first try, may has issues with very specials params git-svn-id: http://piwigo.org/svn/trunk@11279 68402e56-0260-453c-a942-63ccdbb3a9ee
* plugin manager: "Deactivate all" button now worksmistic1002011-06-011-0/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@11184 68402e56-0260-453c-a942-63ccdbb3a9ee
* TokenInput : order tags, theme for roma, 'new' text translatedmistic1002011-05-231-0/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@11008 68402e56-0260-453c-a942-63ccdbb3a9ee
* remplace FCBKcomplete by TokenInputmistic1002011-05-211-0/+3
| | | | git-svn-id: http://piwigo.org/svn/trunk@10970 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge spread_menus to the coremistic1002011-05-071-0/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@10812 68402e56-0260-453c-a942-63ccdbb3a9ee
* Delete duplicate key $lang['Please wait...']riopwg2011-05-051-1/+0
| | | | git-svn-id: http://piwigo.org/svn/trunk@10769 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature:2284patdenice2011-04-291-0/+1
| | | | | | | Rename $conf['image_library'] into $conf['graphics_library'] Display library used in admin intro page. git-svn-id: http://piwigo.org/svn/trunk@10684 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature:2274patdenice2011-04-221-1/+2
| | | | | | | | Bug corrected with crop option. Clean code. Add sentence in thumbnails page for regeneration. git-svn-id: http://piwigo.org/svn/trunk@10571 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature:2273patdenice2011-04-211-2/+6
| | | | | | Ability to crop thumbnail (fixed size) git-svn-id: http://piwigo.org/svn/trunk@10552 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature:2271patdenice2011-04-211-0/+3
| | | | | | | | Add pwg.extensions.checkUpdates method to webservices. Add a warning message on intro page if update is availble for piwigo or extensions. Add an "Ignore All" button on extensions update page. git-svn-id: http://piwigo.org/svn/trunk@10538 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature:2271patdenice2011-04-201-0/+26
| | | | | | Merge autoupdate plugin into piwigo core. git-svn-id: http://piwigo.org/svn/trunk@10511 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature:2259patdenice2011-04-171-0/+9
| | | | | | Add language keys. git-svn-id: http://piwigo.org/svn/trunk@10455 68402e56-0260-453c-a942-63ccdbb3a9ee
* plugin manager : description tooltip on the title, tooltip for restoration linkmistic1002011-04-141-0/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@10378 68402e56-0260-453c-a942-63ccdbb3a9ee
* Update versions for plugins, themes and languages.patdenice2011-04-131-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@10351 68402e56-0260-453c-a942-63ccdbb3a9ee
* update fr_FR/admin.lang.phpmistic1002011-04-121-2/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@10306 68402e56-0260-453c-a942-63ccdbb3a9ee
* new plugins manager, update TipTip in v1.3mistic1002011-04-121-0/+3
| | | | git-svn-id: http://piwigo.org/svn/trunk@10305 68402e56-0260-453c-a942-63ccdbb3a9ee
* [trunk] - add help ar_SA thanks to bakirddtddt2011-04-101-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@10250 68402e56-0260-453c-a942-63ccdbb3a9ee
* [trunk] - add key display forget batch_manager_global.tplddtddt2011-04-101-1/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@10248 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug:2224 one parameter for change thumnails number (needs some translations)mistic1002011-04-091-4/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@10198 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug:2152 no special parameter for updated comment validationmistic1002011-04-061-1/+0
| | | | git-svn-id: http://piwigo.org/svn/trunk@10122 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature:2250patdenice2011-04-061-0/+5
| | | | | | Add languages keys. git-svn-id: http://piwigo.org/svn/trunk@10101 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug:2152 Comments revalidation when modifiedmistic1002011-04-061-0/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@10097 68402e56-0260-453c-a942-63ccdbb3a9ee
* Update language Frriopwg2011-04-043-4/+4
| | | | git-svn-id: http://piwigo.org/svn/trunk@10039 68402e56-0260-453c-a942-63ccdbb3a9ee
* Update language Frriopwg2011-04-042-2/+2
| | | | | | Errors due to the replacement of words by "Album" & "Photo" git-svn-id: http://piwigo.org/svn/trunk@10036 68402e56-0260-453c-a942-63ccdbb3a9ee
* Remove "all photos" language keypatdenice2011-03-301-1/+0
| | | | git-svn-id: http://piwigo.org/svn/trunk@9936 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug:2234patdenice2011-03-291-0/+1
| | | | | | HTML characters are allowed in username git-svn-id: http://piwigo.org/svn/trunk@9923 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature:2236patdenice2011-03-291-0/+1
| | | | | | add "all photos" prefilter git-svn-id: http://piwigo.org/svn/trunk@9912 68402e56-0260-453c-a942-63ccdbb3a9ee
* Update language Frriopwg2011-03-271-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@9899 68402e56-0260-453c-a942-63ccdbb3a9ee
* Update language Frriopwg2011-03-241-1/+1
| | | | | | Errors due of the remplacement of "Category" by "Album" git-svn-id: http://piwigo.org/svn/trunk@9847 68402e56-0260-453c-a942-63ccdbb3a9ee
* Update language Frriopwg2011-03-231-1/+1
| | | | | | Errors due of the remplacement of "Category" by "Album" git-svn-id: http://piwigo.org/svn/trunk@9835 68402e56-0260-453c-a942-63ccdbb3a9ee
* Update language Frriopwg2011-03-2110-30/+30
| | | | | | Errors due of the remplacement of "Category" by "Album" git-svn-id: http://piwigo.org/svn/trunk@9799 68402e56-0260-453c-a942-63ccdbb3a9ee
* bug 2218: deactivate non core themes after upgradeplegall2011-03-101-0/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@9597 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature:2210patdenice2011-03-041-0/+1
| | | | | | Add missing language key. git-svn-id: http://piwigo.org/svn/trunk@9528 68402e56-0260-453c-a942-63ccdbb3a9ee
* Update plugins, themes and languages versions.patdenice2011-03-041-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@9522 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature:2210patdenice2011-03-041-0/+2
| | | | | | Update language from piwigo.org extension repository git-svn-id: http://piwigo.org/svn/trunk@9520 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature:2210patdenice2011-03-041-0/+7
| | | | | | Add header on languages files. git-svn-id: http://piwigo.org/svn/trunk@9514 68402e56-0260-453c-a942-63ccdbb3a9ee
* remove useless languages keys (new plugins/themes update screen)plegall2011-03-031-6/+0
| | | | git-svn-id: http://piwigo.org/svn/trunk@9494 68402e56-0260-453c-a942-63ccdbb3a9ee
* Improve display for plugins and themes update page.patdenice2011-03-031-0/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@9493 68402e56-0260-453c-a942-63ccdbb3a9ee
* New plugins update page.patdenice2011-03-031-2/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@9491 68402e56-0260-453c-a942-63ccdbb3a9ee
* Add themes autmatic update functionality.patdenice2011-03-021-0/+3
| | | | git-svn-id: http://piwigo.org/svn/trunk@9472 68402e56-0260-453c-a942-63ccdbb3a9ee
* better translation in French for "Drop into album"plegall2011-02-241-1/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@9371 68402e56-0260-453c-a942-63ccdbb3a9ee
* add forgotten language key 'Remove from caddie' in language file EN/FRplegall2011-02-111-0/+1
| | | | git-svn-id: http://piwigo.org/svn/trunk@9171 68402e56-0260-453c-a942-63ccdbb3a9ee