aboutsummaryrefslogtreecommitdiffstats
path: root/language/de_DE (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-11-16Feature 928 resolved.nikrou2-2/+2
Replace include/mysql.inc.php by include/config_database.inc.php to be independant of database engine Rename database configurations variables by ones in $conf array. git-svn-id: http://piwigo.org/svn/trunk@4280 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-10-15[trunk] Merge 4046 new: de.piwigo.org/forum / es.piwigo.org/forum are ↵ddtddt1-1/+1
online, PHPWG_DOMAIN updated inside Piwigo. git-svn-id: http://piwigo.org/svn/trunk@4047 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-10-10Bug fix 1185 : missing %s in admin vocabnikrou1-1/+1
git-svn-id: http://piwigo.org/svn/trunk@4012 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-10-08[Piwigo] Bug 1079 fixed : Return to default settings in user profile page.Eric1-0/+1
(I don't really enjoy the code but it's the simplest way i've found) git-svn-id: http://piwigo.org/svn/trunk@3995 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-09-20update DE in trunkddtddt1-9/+9
git-svn-id: http://piwigo.org/svn/trunk@3891 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-08-18Bug 1041 fixed : manual user adding in admin's user management panelEric1-33/+37
- Double password type fields - Add controls of the filling fields - Alert text added in language pack - EN, FR, DE and ES are OK. IT have to be fixed. - Subsidiary fix : Small grammatical error in FR/common.lang.php git-svn-id: http://piwigo.org/svn/trunk@3751 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-07-19merge r3638 from trunkddtddt3-172/+176
update DE language branch2 thanks to Daniel git-svn-id: http://piwigo.org/svn/trunk@3639 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-07-04merge 3524 Br2.0 -> trunkddtddt1-0/+1
git-svn-id: http://piwigo.org/svn/trunk@3526 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-07-04merge 3516 Br2.0 -> trunkddtddt1-0/+1
git-svn-id: http://piwigo.org/svn/trunk@3517 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-04-22Resolved issue 0000976: Add link of website on mail footer... rub1-0/+1
git-svn-id: http://piwigo.org/svn/trunk@3245 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-03-16Move template class inclusion to common.inc.php.patdenice1-0/+10
Add forum link in upgrade page. Install and upgrade try to configure PHP5. git-svn-id: http://piwigo.org/svn/trunk@3203 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-03-16Put in correspondence of all the files help.htmlddtddt1-85/+186
git-svn-id: http://piwigo.org/svn/trunk@3202 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-03-09fix html warnings. unclosed monotagsnikrou3-7/+7
git-svn-id: http://piwigo.org/svn/trunk@3185 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-02-13- Show number of downloads in plugins list.patdenice1-1/+3
- Allow to sort plugins by number of downloads. - Fix plugin revision URL (no more revision_view in PEM). git-svn-id: http://piwigo.org/svn/trunk@3143 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-01-04Administration: happy new year 2009, all PHP headers updated. plegall4-4/+4
git-svn-id: http://piwigo.org/svn/trunk@3049 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-01-04merge r3047 from branch 2.0 to trunkplegall3-129/+129
bug fixed: convert some german language files from iso to utf-8. git-svn-id: http://piwigo.org/svn/trunk@3048 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-01-04Add section for Colobri on *.lang.phprub2-2/+5
git-svn-id: http://piwigo.org/svn/trunk@3042 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-12-29merge 3027ddtddt6-250/+234
git-svn-id: http://piwigo.org/svn/trunk@3028 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-12-27merge 3021ddtddt3-489/+488
git-svn-id: http://piwigo.org/svn/trunk@3022 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-12-06- Add a "Bound Template" column for template extensions.patdenice2-2/+5
git-svn-id: http://piwigo.org/svn/trunk@2923 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-11-23- Add home and identification buttons after installation.patdenice1-1/+1
- 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/trunk@2902 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-11-15- Add fetchRemote function which allow to retrieve datas over HTTP protocol ↵patdenice2-18/+17
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/trunk@2880 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-11-12- Remove advises of file removal at the end of install (forgotten in last ↵patdenice1-2/+0
commit!) git-svn-id: http://piwigo.org/svn/trunk@2865 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-11-12- Remove advises of file removal at the end of install/upgrade.patdenice1-1/+1
- Automatic change mysql.inc.php if file is writable, else purpose manual change to user. git-svn-id: http://piwigo.org/svn/trunk@2863 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-11-07- improve 1.3.1 upgrade (automatic write in mysql.inc.php).patdenice1-0/+5
- translate 1.3.1 upgrade informations messages. - security fix in upgrade login. git-svn-id: http://piwigo.org/svn/trunk@2838 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-11-06- Webmaster or administrator can login to run upgrade.patdenice1-2/+3
- 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/trunk@2836 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-11-03- Add roma theme to upgrade page.patdenice1-0/+39
- Upgrade translation. git-svn-id: http://piwigo.org/svn/trunk@2819 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-10-22merge r2789 from branch 2.0:rvelices1-7/+7
- some german language changes - 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/trunk@2790 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-10-16merge r 2758 from branch 2.0 to trunkrvelices1-1/+0
git-svn-id: http://piwigo.org/svn/trunk@2759 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-10-15- Install process now looks like goto/roma.patdenice1-7/+5
- 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/trunk@2747 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/trunk@2715 68402e56-0260-453c-a942-63ccdbb3a9ee