aboutsummaryrefslogtreecommitdiffstats
path: root/language/es_ES/common.lang.php (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-03-26[trunk] update ESddtddt1-2/+19
git-svn-id: http://piwigo.org/svn/trunk@5388 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-03-24copy all languages (exceptions are en_UK and fr_FR) from branch 2.0 to trunk,plegall1-347/+352
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-17Revert gettext stuff.nikrou1-350/+347
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-14/+14
git-svn-id: http://piwigo.org/svn/trunk@5078 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-01-09[trunk] merge 4641 update ESddtddt1-0/+1
git-svn-id: http://piwigo.org/svn/trunk@4642 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-07-04merge 3518/3523ddtddt1-112/+112
git-svn-id: http://piwigo.org/svn/trunk@3525 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-01-17merge -3083 + update ESddtddt1-1/+1
git-svn-id: http://piwigo.org/svn/trunk@3084 68402e56-0260-453c-a942-63ccdbb3a9ee
2009-01-04Add section for Colobri on *.lang.phprub1-2/+3
git-svn-id: http://piwigo.org/svn/trunk@3042 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-09-22Updated language Spanishddtddt1-1/+6
git-svn-id: http://piwigo.org/svn/trunk@2565 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-08-22- language - removed 2 unnecessary keys from admin.langrvelices1-3/+0
- language - moved some keys from common.lang to admin.lang git-svn-id: http://piwigo.org/svn/trunk@2482 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-05-02Resolved issue 0000823: Enhance upload functionalitiesrub1-1/+2
First commit, others will be follow. Not hesitate to change my translations. Add upload configuration tabsheet (move and add configuration) Change and add define for access level Can show upload link every time Can restrict access upload.class.php Can choice category on upload page Add upload class not use for the moment Review quickly and temporary style of upload.tpl git-svn-id: http://piwigo.org/svn/trunk@2325 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-04-07update of the files Spanishddtddt1-6/+6
git-svn-id: http://piwigo.org/svn/trunk@2300 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-04-05Bug fixed: as rvelices notified me by email, my header replacement script wasplegall1-24/+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-21- remove unused language keysrvelices1-7/+0
git-svn-id: http://piwigo.org/svn/trunk@2289 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-03-09Resolved issue 0000807: New slideshow featuresrub1-2/+2
change icon actions git-svn-id: http://piwigo.org/svn/trunk@2270 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-03-08- security fix (profile)rvelices1-4/+0
- les langues a la hache - fix some copy/paste errors git-svn-id: http://piwigo.org/svn/trunk@2268 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-03-08- upload.tpl goes smartyrvelices1-19/+12
- start some language cleanup and a small attempt to standardize a bit ... - debug_language now calls trigger_error instead of echo when missing language key git-svn-id: http://piwigo.org/svn/trunk@2265 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-03-05- added clear compiled templates maintenance taskrvelices1-3/+0
- maintenance.tpl is smarty - some language cleanup git-svn-id: http://piwigo.org/svn/trunk@2251 68402e56-0260-453c-a942-63ccdbb3a9ee
2008-02-27Resolved issue 0000807: New slideshow featuresrub1-1/+8
git-svn-id: http://piwigo.org/svn/trunk@2218 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-11-25Update of files admin.lang.php and common.lang.phpddtddt1-1/+1
git-svn-id: http://piwigo.org/svn/trunk@2170 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-10-26Add Spanish translations from ddtddt .rub1-31/+31
git-svn-id: http://piwigo.org/svn/trunk@2153 68402e56-0260-453c-a942-63ccdbb3a9ee
2007-10-22Add Spanish translations from ddtddt .rub1-0/+384
git-svn-id: http://piwigo.org/svn/trunk@2145 68402e56-0260-453c-a942-63ccdbb3a9ee