aboutsummaryrefslogtreecommitdiffstats
path: root/language/pt_PT (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-02-11[trunk] - language - update pt_PT - Português - Portuguese - Thanks to ↵ddtddt3-3/+10
marcelomac - feature:2457 git-svn-id: http://piwigo.org/svn/trunk@13101 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-11[trunk] - language - update pt_PT - Português - Portuguese - Thanks to ↵ddtddt1-4/+23
marcelomac - feature:2457 git-svn-id: http://piwigo.org/svn/trunk@13099 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-09- language aditions/removalrvelices1-1/+1
git-svn-id: http://piwigo.org/svn/trunk@13068 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-30[trunk] - language - update pt_PT - Português - Portuguese - Thanks to ↵ddtddt2-13/+18
marcelomac - feature:2457 git-svn-id: http://piwigo.org/svn/trunk@12993 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-20feature 2548 multisize rvelices1-1/+0
- comments thumbnails + no more hard coded thumbnail sizes in css - removed admin thumbnail page + language cleanup git-svn-id: http://piwigo.org/svn/trunk@12930 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-17update Piwigo headers to 2012, last change before the expected (or not) ↵mistic1005-5/+5
apocalypse git-svn-id: http://piwigo.org/svn/trunk@12922 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-15[trunk] - language - update pt_PT - Português - Portuguese - Thanks to ↵ddtddt1-2/+19
marcelomac - feature:2457 git-svn-id: http://piwigo.org/svn/trunk@12896 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-12feature 2548, multiple size:plegall1-11/+0
* adapt the upload script * remove the resize settings screen * add a new screen [Administration > Configuration > Options > Photo Sizes] with the ability to resize original after upload git-svn-id: http://piwigo.org/svn/trunk@12879 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-08[trunk] - language - update pt_PT - Português - Portuguese - Thanks to ↵ddtddt1-0/+17
marcelomac - feature:2457 git-svn-id: http://piwigo.org/svn/trunk@12863 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-05[trunk] - language - update pt_PT - Português - Portuguese - Thanks to ↵ddtddt2-12/+23
marcelomac - feature:2457 git-svn-id: http://piwigo.org/svn/trunk@12848 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-12-04language cleanup (exact duplicates or almost same duplicate - capital/lower ↵rvelices2-12/+4
case first letter ...) git-svn-id: http://piwigo.org/svn/trunk@12693 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-12-02language cleanup (exact duplicates or almost same duplicate - capital/lower ↵rvelices1-1/+0
case first letter ...) git-svn-id: http://piwigo.org/svn/trunk@12682 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-12-01language cleanup (exact duplicates or almost same duplicate - capital/lower ↵rvelices2-8/+3
case first letter ...) git-svn-id: http://piwigo.org/svn/trunk@12681 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-12-01language cleanup (exact duplicates or almost same duplicate)rvelices2-6/+0
git-svn-id: http://piwigo.org/svn/trunk@12677 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-11-29language cleanup (exact duplicates or almost same duplicate)rvelices2-7/+0
git-svn-id: http://piwigo.org/svn/trunk@12672 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-10-19[trunk] - language - update - pt_PT - Português - Portuguese - Thanks to ↵ddtddt1-0/+22
alahel76 - feature:2457 git-svn-id: http://piwigo.org/svn/trunk@12497 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-10-02[trunk] - language - update pt_PT - Português - Portuguese Recovery in ↵ddtddt1-0/+24
plugin - feature:2320 git-svn-id: http://piwigo.org/svn/trunk@12312 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-27[trunk] - update pt_PT - Português - Portuguese thanks to alahel76 - ↵ddtddt2-5/+13
feature:2320 git-svn-id: http://piwigo.org/svn/trunk@12251 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-26[trunk] - language - update pt_PT - Português - Portuguese - cleaning - ↵ddtddt2-3/+3
feature:2320 git-svn-id: http://piwigo.org/svn/trunk@12229 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-08bug fixed: the "Learn more" language key needs to be in admin.lang.php, not ↵plegall2-2/+1
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-08-24feature 2027 implemented: the "lost password" feature was rewritten.plegall1-5/+0
The algorithm is highly inspired from WordPress : 1) in a single field, you give a username or an email 2) Piwigo sends an email with the activation key 3) the user clicks on the link in the email (with the activation key) and is able to set a new password The "lost password" feature is no longer limited to "classic" users: administrators and webmasters can use it too (no need to tell webmasters that they can only change their password in the database) git-svn-id: http://piwigo.org/svn/trunk@11992 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-08-22feature 2413 added: move gallery_url configuration parameter from database toplegall1-1/+0
local configuration file. git-svn-id: http://piwigo.org/svn/trunk@11978 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-08-18feature 2407 added: display upload limitations before file selection (fileplegall1-3/+0
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
2011-06-28[trunk] - language - update PT (Portuguese - Português) - feature:2320ddtddt1-1/+1
git-svn-id: http://piwigo.org/svn/trunk@11556 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-06-08[trunk] - language - update PT Thanks to PsyKick_RuhYn - feature:2320ddtddt1-0/+5
git-svn-id: http://piwigo.org/svn/trunk@11272 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-13Update versions for plugins, themes and languages.patdenice1-1/+1
git-svn-id: http://piwigo.org/svn/trunk@10351 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-09bug:2224 one parameter for change thumnails number (needs some translations)mistic1001-4/+2
git-svn-id: http://piwigo.org/svn/trunk@10198 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-07[trunk] - update pt_PT thanks to PsyKick_RuhYnddtddt6-518/+509
git-svn-id: http://piwigo.org/svn/trunk@10151 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-07[trunk] - update pt_PT thanks to PsyKick_RuhYnddtddt1-1/+6
git-svn-id: http://piwigo.org/svn/trunk@10127 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-06[trunk] - update pt_PT thanks to PsyKick_RuhYnddtddt3-2/+10
git-svn-id: http://piwigo.org/svn/trunk@10119 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-03-04Update plugins, themes and languages versions.patdenice1-1/+1
git-svn-id: http://piwigo.org/svn/trunk@9522 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-03-04feature:2210patdenice1-0/+7
Add header on languages files. git-svn-id: http://piwigo.org/svn/trunk@9514 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-03-03remove useless languages keys (new plugins/themes update screen)plegall1-6/+0
git-svn-id: http://piwigo.org/svn/trunk@9494 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-02-27[trunk] - update pt_PT Thanks to PsyKick_RuhYnddtddt1-0/+1
git-svn-id: http://piwigo.org/svn/trunk@9396 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-02-11remove obsolete language key 'Empty caddie'plegall1-1/+0
git-svn-id: http://piwigo.org/svn/trunk@9170 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-27Add an legend for fieldset id=syncSimulateGotcha1-0/+1
(Localisation are good) git-svn-id: http://piwigo.org/svn/trunk@8952 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-25[trunk] - update pt_PT Thanks to PsyKick_RuhYnddtddt1-5/+5
git-svn-id: http://piwigo.org/svn/trunk@8899 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-25[trunk] - update pt_PT Thanks to PsyKick_RuhYnddtddt3-2/+84
git-svn-id: http://piwigo.org/svn/trunk@8895 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-25[trunk] - update pt_PT Thanks to PsyKick_RuhYnddtddt1-0/+62
git-svn-id: http://piwigo.org/svn/trunk@8891 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-25[trunk] - update pt_PT Thanks to PsyKick_RuhYnddtddt1-3/+52
git-svn-id: http://piwigo.org/svn/trunk@8890 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-25[trunk] - update pt_PT Thanks to PsyKick_RuhYnddtddt2-6/+4
git-svn-id: http://piwigo.org/svn/trunk@8889 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-25[trunk] - update pt_PT Thanks to PsyKick_RuhYnddtddt1-4/+19
git-svn-id: http://piwigo.org/svn/trunk@8886 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-19feature 2102: mistake in my previous commit r8727 on "manage album photos" ↵plegall1-1/+1
string git-svn-id: http://piwigo.org/svn/trunk@8783 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-18Happy new year 2011plegall5-8/+8
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
2011-01-17feature 2102: add a few language keys to remove all image/picture/element ↵plegall2-25/+7
and replace by photo git-svn-id: http://piwigo.org/svn/trunk@8727 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-17feature 2102 : rename item/image/picture to photo (admin side)rvelices1-11/+10
also removed unnecessary/duplicate keys git-svn-id: http://piwigo.org/svn/trunk@8723 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-16feature 2102 : rename item/image/picture to photo (public side)rvelices1-13/+13
git-svn-id: http://piwigo.org/svn/trunk@8711 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-15feature 2102 : rename item/image/picture to photo (admin side)rvelices1-16/+13
also remove duplicates/unused admin lang keys git-svn-id: http://piwigo.org/svn/trunk@8682 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-14feature 2102 : rename item/image/picture to photorvelices1-25/+25
git-svn-id: http://piwigo.org/svn/trunk@8665 68402e56-0260-453c-a942-63ccdbb3a9ee