aboutsummaryrefslogtreecommitdiffstats
path: root/language/es_ES/install.lang.php (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-01-05Update headers to 2014. Happy new year!!mistic1001-1/+1
git-svn-id: http://piwigo.org/svn/trunk@26461 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-15[trunk_install] Update es_ES, thanks to : jpr928Piwigo-TranslationTeam1-0/+1
git-svn-id: http://piwigo.org/svn/trunk@23225 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-14Use common language strings on install.tpl and remove duplicates from ↵mistic1001-14/+0
install.lang.php git-svn-id: http://piwigo.org/svn/trunk@23212 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-01-01 update Piwigo headers to 2013 (the end of the world didn't occur as ↵plegall1-1/+1
expected on r12922) git-svn-id: http://piwigo.org/svn/trunk@19703 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-17update Piwigo headers to 2012, last change before the expected (or not) ↵mistic1001-1/+1
apocalypse git-svn-id: http://piwigo.org/svn/trunk@12922 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-15[trunk (install)] Update es_ES, thanks to : petaquiPiwigo-TranslationTeam1-0/+2
git-svn-id: http://piwigo.org/svn/trunk@12900 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-17[trunk] - language - update es_ES - Español - Spanish thanks to jpr928 - ↵ddtddt1-0/+3
feature:2320 git-svn-id: http://piwigo.org/svn/trunk@12170 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-08bug fixed: the "Learn more" language key needs to be in admin.lang.php, not ↵plegall1-1/+0
in install.lang.php git-svn-id: http://piwigo.org/svn/trunk@12105 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-08feature 2431: only keep MySQL on installation formplegall1-3/+0
git-svn-id: http://piwigo.org/svn/trunk@12103 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-18Happy new year 2011plegall1-2/+2
Change "Piwigo - a PHP based picture gallery" into "Piwigo - a PHP based photo gallery" git-svn-id: http://piwigo.org/svn/trunk@8728 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-05-09[trunk] update ES thanks jprddtddt1-1/+2
git-svn-id: http://piwigo.org/svn/trunk@6142 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-04-10Fix some translation keys (unused, misspelling, or forgotten)nikrou1-1/+0
git-svn-id: http://piwigo.org/svn/trunk@5780 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-04-03[trunk] update ESddtddt1-0/+5
git-svn-id: http://piwigo.org/svn/trunk@5584 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-04-02remove obsolete keys in all languages (as much as possible)plegall1-4/+0
git-svn-id: http://piwigo.org/svn/trunk@5565 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-03-28update headerddtddt1-1/+1
git-svn-id: http://piwigo.org/svn/trunk@5430 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-03-27[trunk] update ESddtddt1-7/+2
git-svn-id: http://piwigo.org/svn/trunk@5410 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-03-26[trunk] update ESddtddt1-3/+8
git-svn-id: http://piwigo.org/svn/trunk@5399 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-03-24copy all languages (exceptions are en_UK and fr_FR) from branch 2.0 to trunk,plegall1-53/+54
then convert the *.lang.php files with tools/convert_language_to_2.1.pl Next step is to play with tools/translation_analysis.php to find which language keys need translation for each language. git-svn-id: http://piwigo.org/svn/trunk@5316 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-03-21Feature 1522 : move database config file to local directorynikrou1-1/+1
(include/config_database.inc.php becomes local/config/database.inc.php) git-svn-id: http://piwigo.org/svn/trunk@5213 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-03-17Revert gettext stuff.nikrou1-55/+52
Keep english values for language keys translation. Provide a script to use english values for key in language files. Todo : provide a script (to help transition) to keep using original keys in language files for translators. git-svn-id: http://piwigo.org/svn/trunk@5156 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-03-07[Trunk] merge works to jpr 928ddtddt1-30/+30
git-svn-id: http://piwigo.org/svn/trunk@5078 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-01-09[trunk] merge 4641 update ESddtddt1-0/+5
git-svn-id: http://piwigo.org/svn/trunk@4642 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-12-02Feature 1255 :nikrou1-1/+3
- add postgres database engine - change installation process to allow postgres or mysql database git-svn-id: http://piwigo.org/svn/trunk@4410 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-11-16Feature 928 resolved.nikrou1-1/+1
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-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-09fix html warnings. unclosed monotagsnikrou1-2/+2
git-svn-id: http://piwigo.org/svn/trunk@3185 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-01-04Administration: happy new year 2009, all PHP headers updated. plegall1-1/+1
git-svn-id: http://piwigo.org/svn/trunk@3049 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-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-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-05-15Change some PhpWebGallery to Piwigo. (2/2)rub1-2/+2
All phpwebgallery.net are not changed! git-svn-id: http://piwigo.org/svn/trunk@2342 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-04-05Bug fixed: as rvelices notified me by email, my header replacement script wasplegall1-25/+0
bugged (r2297 was repeating new and old header). By the way, I've also removed the replacement keywords. We were using them because it was a common usage with CVS but it is advised not to use them with Subversion. Personnaly, it is a problem when I search differences between 2 Piwigo installations outside Subversion. git-svn-id: http://piwigo.org/svn/trunk@2299 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-04-04Modification: new header on PHP files, PhpWebGallery renamed Piwigo.plegall1-0/+21
git-svn-id: http://piwigo.org/svn/trunk@2297 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-03-03Install goes smarty.patdenice1-1/+1
Get browser language directly. git-svn-id: http://piwigo.org/svn/trunk@2248 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-10-22Add Spanish translations from ddtddt .rub1-0/+72
git-svn-id: http://piwigo.org/svn/trunk@2145 68402e56-0260-453c-a942-63ccdbb3a9ee