aboutsummaryrefslogtreecommitdiffstats
path: root/language (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-01-04bug fixed: convert some german language files from iso to utf-8.plegall3-129/+129
git-svn-id: http://piwigo.org/svn/branches/2.0@3047 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-01-04Administration: happy new year 2009, all PHP headers updated.plegall36-36/+36
git-svn-id: http://piwigo.org/svn/branches/2.0@3046 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-01-04New: new instruction organization and display applied to french language.plegall1-86/+160
git-svn-id: http://piwigo.org/svn/branches/2.0@3045 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-01-04bug fixed: in english instruction, try to avoid the generic word "element"plegall1-1/+1
and replace it by "photo". This commit changes only a section title, 4 "elements" remains in the file, but they are in the generic section "Add photos, the FTP way" where the directory organization is detailed. git-svn-id: http://piwigo.org/svn/branches/2.0@3044 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-12-29Updated with the work of Daniel (and ü to ü)ddtddt6-250/+234
git-svn-id: http://piwigo.org/svn/branches/2.0@3027 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-12-27Updated with the work of Danielddtddt4-490/+489
git-svn-id: http://piwigo.org/svn/branches/2.0@3021 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-12-23- Japanese flagvdigital1-14/+14
- <p> support in Sylvia menubar - Admin Help is chartered (First use of the discrete links) git-svn-id: http://piwigo.org/svn/branches/2.0@3017 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-12-22- datePicker calendar to be re-chartered (roma).vdigital1-3/+3
- Identification > Notification : Translation review - Header with no header (Sylvia only). git-svn-id: http://piwigo.org/svn/branches/2.0@3013 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-12-22bug fixed: administration instructions, typo fixed and precision on authorizedplegall1-6/+4
characters in file and directory names. git-svn-id: http://piwigo.org/svn/branches/2.0@3012 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-12-22modification: in administration instruction set, pwgScreen uses "&raquo;"plegall1-19/+18
instead of ",", it makes screen names more readable. bug fixed: in administration instruction set, precision on the category type for user upload. bug fixed: in administration instruction set, remove the synchronization process step when validating an uploaded photo. git-svn-id: http://piwigo.org/svn/branches/2.0@3011 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-12-22modification: strongly updated admin>instructions contentplegall1-130/+78
bug fixed: CSS class pwgScreen had disappeared (even in Piwigo 1.6) git-svn-id: http://piwigo.org/svn/branches/2.0@3010 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-12-21modification: instructions are displayed by blocks that can be expandedplegall1-24/+128
individually. The icon doesn't fit with roma theme currently. git-svn-id: http://piwigo.org/svn/branches/2.0@3009 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-12-09Updates ITriopwg2-11/+11
git-svn-id: http://piwigo.org/svn/branches/2.0@2959 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-12-07Pictures > Waiting > Picturesvdigital2-6/+6
- Please, center column titles (category, Date, file, thumbnail, Author) - Caps are missing : Category, File, Thumbnail and Pictures > Waiting > Comments * Reject * Validate aligned and Pictures > Thumbnails - Caps are missing : path, filesize Translators: (Only English and French are updated) git-svn-id: http://piwigo.org/svn/branches/2.0@2943 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-12-07Special > History > Searchvdigital2-12/+12
-"Submit" button should be aligned with "Image Id" input - Column titles need caps (Time, User, Element Type ...) Translators: (Only English and French are updated) git-svn-id: http://piwigo.org/svn/branches/2.0@2933 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-12-06merge -c2923 from trunk to branch 2.0.patdenice12-6/+26
- Add a "Bound Template" column for template extensions. git-svn-id: http://piwigo.org/svn/branches/2.0@2924 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-11-26Updatesriopwg1-1/+1
git-svn-id: http://piwigo.org/svn/branches/2.0@2912 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-11-23merge -c2902 from trunk to branch 2.0.patdenice6-6/+6
- Add home and identification buttons after installation. - Use fetchRemote function for remote site actions. - Corrections in fetchRemote fnction. - Move PLUGIN_PICTURE_BEFORE in picture.tpl. git-svn-id: http://piwigo.org/svn/branches/2.0@2903 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-11-21Sylvia notes are similar to msgs (with transparent white grid)vdigital1-2/+2
git-svn-id: http://piwigo.org/svn/branches/2.0@2898 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-11-19Correctionsriopwg15-72/+72
git-svn-id: http://piwigo.org/svn/branches/2.0@2886 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-11-15merge -c2880 from trunk to branch 2.0patdenice7-23/+22
- Add fetchRemote function which allow to retrieve datas over HTTP protocol using cURL method, file_get_contents function or fsockopen method. This allow to retrieve datas or files even if allow_url_fopen is deactivated. - Use fetchRemote function in plugins manager and in latest version checking. - Add german translations for upgrade.lang.php. - Remove empty line at the end of pclzip.lib.php. - Change display of deactivated plugins after upgrade. git-svn-id: http://piwigo.org/svn/branches/2.0@2881 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-11-14Corrections + del last phpwebgallery in help folderriopwg11-118/+119
git-svn-id: http://piwigo.org/svn/branches/2.0@2872 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-11-12merge -c2865 from trunk to branch 2.0patdenice6-12/+1
- Remove advises of file removal at the end of install (forgotten in last commit!) git-svn-id: http://piwigo.org/svn/branches/2.0@2866 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-11-12merge -c2863 from trunk to branch 2.0patdenice6-7/+7
- Remove advises of file removal at the end of install/upgrade. - Automatic change mysql.inc.php if file is writable, else purpose manual change to user. git-svn-id: http://piwigo.org/svn/branches/2.0@2864 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-11-09merge -c2854 from trunk to branch 2.0riopwg4-8/+5
Correction upgrade.lang.php git-svn-id: http://piwigo.org/svn/branches/2.0@2855 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-11-08merge -c2844 from trunk to branch 2.0ddtddt2-6/+6
git-svn-id: http://piwigo.org/svn/branches/2.0@2845 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-11-08merge -c2841 from trunk to branch 2.0riopwg1-21/+20
Updates upgrade.lang.php & c13y_upgrade/language/it_IT/plugin.lang.php git-svn-id: http://piwigo.org/svn/branches/2.0@2843 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-11-07merge -c2838 from trunk to branch 2.0patdenice6-0/+30
- improve 1.3.1 upgrade (automatic write in mysql.inc.php). - translate 1.3.1 upgrade informations messages. - security fix in upgrade login. git-svn-id: http://piwigo.org/svn/branches/2.0@2839 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-11-06merge -c2836 from trunk to branch 2.0patdenice6-22/+31
- Webmaster or administrator can login to run upgrade. - Inserting upgrade line in mysql.inc.php still work. - Convert espagnol upgrade file to utf8. - Minor changes in upgrade processus. - Remove all comments in pclzip.lib.php. git-svn-id: http://piwigo.org/svn/branches/2.0@2837 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-11-03file upgrade.lang.php in Spanishddtddt2-15/+14
git-svn-id: http://piwigo.org/svn/branches/2.0@2821 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-11-03merge -c2819 from trunk to branch 2.0patdenice6-0/+232
- Add roma theme to upgrade page. - Upgrade translation. git-svn-id: http://piwigo.org/svn/branches/2.0@2820 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-10-22- some german language changesrvelices1-7/+7
- added option for smarty $conf['template_compile_check'] - default true; if false smarty doesn't check if templates need recompilation resulting in less disk accesses (good when the disk is not local) - load_language doesnt check first for en_uk.utf-8 directory ... git-svn-id: http://piwigo.org/svn/branches/2.0@2789 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-10-20Updates & Correctionsriopwg2-6/+6
git-svn-id: http://piwigo.org/svn/branches/2.0@2784 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-10-16- picture nav buttons use the get_extent modifierrvelices6-6/+0
- comments title on picture page is singular/plural language sensitive - improved P@t commit (no double home display on picture nav bar) so that it works with my site git-svn-id: http://piwigo.org/svn/branches/2.0@2758 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-10-15Merge from trunk 2752:patdenice1-1/+1
- change mysql_escape_string function (deprecated) by mysql_real_escape_string. - Correction on install.tpl (link color). git-svn-id: http://piwigo.org/svn/branches/2.0@2753 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-10-15Merge from trunk 2747:patdenice6-61/+51
- Install process now looks like goto/roma. - Move install.tpl to goto template. - add charset utf8 to fatal error function. - Check php version on install and upgrade, and die if < 5. git-svn-id: http://piwigo.org/svn/branches/2.0@2748 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-10-11following commint plugin of p@tddtddt25-0/+2193
Add dutch language. Thank you to Eric git-svn-id: http://piwigo.org/svn/branches/2.0@2714 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-10-11git-svn-id: http://piwigo.org/svn/branches/2.0@2709 ↵ddtddt1-3/+3
68402e56-0260-453c-a942-63ccdbb3a9ee
2008-10-10- If there is not new plugins to check, we don't get any more error message.patdenice5-10/+15
- small corrections in configuration.html and cat_modify.tpl. git-svn-id: http://piwigo.org/svn/trunk@2701 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-10-08Updated admin.lang.php ddtddt3-3/+18
git-svn-id: http://piwigo.org/svn/trunk@2685 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-10-06feature 884 added: ability to delete photos uploaded via web API methodplegall2-0/+10
pwg.images.add, ie without storage_category_id. pLoader uses this method and photos cannot be removed in any other way. git-svn-id: http://piwigo.org/svn/trunk@2678 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-10-05Updatesriopwg1-4/+4
git-svn-id: http://piwigo.org/svn/trunk@2664 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-10-04- Correct display bug of quick local synchro in IE7.patdenice5-0/+5
- Translate this button. git-svn-id: http://piwigo.org/svn/trunk@2658 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-10-04Add explicit error message in plugins tab if allow_url_fopen is disabled.patdenice5-1/+6
git-svn-id: http://piwigo.org/svn/trunk@2652 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-10-02- removed unused help pagesrvelices5-234/+0
git-svn-id: http://piwigo.org/svn/trunk@2637 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-09-27Butterfly 2 - Last Graphic and CSS feedbackvdigital1-1/+1
git-svn-id: http://piwigo.org/svn/trunk@2608 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-09-22Add "draggable" icon for cat_list.patdenice5-1/+6
git-svn-id: http://piwigo.org/svn/trunk@2567 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-09-22error of formatddtddt1-37/+37
git-svn-id: http://piwigo.org/svn/trunk@2566 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-09-22Updated language Spanishddtddt3-83/+92
git-svn-id: http://piwigo.org/svn/trunk@2565 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-09-21Synchro page title for 1024x768 resolutions.vdigital1-1/+1
git-svn-id: http://piwigo.org/svn/trunk@2561 68402e56-0260-453c-a942-63ccdbb3a9ee