aboutsummaryrefslogtreecommitdiffstats
path: root/language/it_IT (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-12-04language cleanup (exact duplicates or almost same duplicate - capital/lower ↵rvelices2-21/+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-9/+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-9/+0
git-svn-id: http://piwigo.org/svn/trunk@12672 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-10-17feature:2471 missing translations in r12474 [Batch Manager] "zoom" and ↵mistic1001-0/+2
"edit" links over each thumbnail git-svn-id: http://piwigo.org/svn/trunk@12478 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-10-02[trunk] - language - update it_IT - Italiano - Italian Recovery in plugin - ↵ddtddt1-0/+3
feature:2320 git-svn-id: http://piwigo.org/svn/trunk@12305 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-28Update language ITriopwg2-5/+7
git-svn-id: http://piwigo.org/svn/trunk@12252 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-21Update language ITriopwg1-7/+0
git-svn-id: http://piwigo.org/svn/trunk@12197 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-17feature 2441 added: no need to have the HD to regenerate the websize if theplegall1-1/+0
current websize is bigger than resize settings. When it occurs, we move the current websize as HD and create the new websize from it. git-svn-id: http://piwigo.org/svn/trunk@12175 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-12Update language ITriopwg3-4/+9
git-svn-id: http://piwigo.org/svn/trunk@12140 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-08bug fixed: the "Learn more" language key needs to be in admin.lang.php, not ↵plegall2-1/+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-09-07Update language ITriopwg2-4/+5
git-svn-id: http://piwigo.org/svn/trunk@12076 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-03Update language ITriopwg3-13/+22
git-svn-id: http://piwigo.org/svn/trunk@12043 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-02Update language ITriopwg1-0/+8
git-svn-id: http://piwigo.org/svn/trunk@12036 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-01plugin manager: replace the top left "Display Compact/Complete" select box by aplegall1-2/+0
simpler link "show details" or "hide details" on top right. git-svn-id: http://piwigo.org/svn/trunk@12029 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-08-31Update language ITriopwg1-0/+2
git-svn-id: http://piwigo.org/svn/trunk@12021 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-08-29Update language ITriopwg1-0/+1
git-svn-id: http://piwigo.org/svn/trunk@12006 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-23Update language ITriopwg2-5/+15
git-svn-id: http://piwigo.org/svn/trunk@11988 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-08-15[trunk] - language - update it_IT - Italiano - Italian - Thanks to sugar888 ↵ddtddt2-3/+4
- feature:2320 git-svn-id: http://piwigo.org/svn/trunk@11955 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-08-02rename #images.average_rate to rating_scorervelices1-1/+1
git-svn-id: http://piwigo.org/svn/trunk@11893 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-07-05grammar error fixed in english (and in language key)plegall1-1/+1
git-svn-id: http://piwigo.org/svn/trunk@11641 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-07-01feature:2317 move order config to Admin->Config->Optionsmistic1001-4/+0
new GUI interface for simple paterns in GUI, order_by and order_by_inside_category are merged (not un DB) users can define special paterns with $conf['order_by_custom'] and $conf['order_by_inside_category_custom'] git-svn-id: http://piwigo.org/svn/trunk@11587 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-06-27Update language ITriopwg2-1/+16
git-svn-id: http://piwigo.org/svn/trunk@11518 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-06-14Update language ITriopwg1-0/+6
git-svn-id: http://piwigo.org/svn/trunk@11357 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-05-25Update language ITriopwg1-0/+1
git-svn-id: http://piwigo.org/svn/trunk@11055 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-05-25Update language ITriopwg1-1/+1
git-svn-id: http://piwigo.org/svn/trunk@11042 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-05-23Update language ITriopwg1-1/+1
git-svn-id: http://piwigo.org/svn/trunk@11015 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-05-23Update language ITriopwg1-0/+1
git-svn-id: http://piwigo.org/svn/trunk@11003 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-05-23Update language ITriopwg1-0/+3
git-svn-id: http://piwigo.org/svn/trunk@11001 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-05-20Update language ITriopwg1-1/+1
git-svn-id: http://piwigo.org/svn/trunk@10964 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-05-05Delete duplicate key $lang['Please wait...']riopwg1-1/+0
git-svn-id: http://piwigo.org/svn/trunk@10769 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-05-04Update language ITriopwg3-3/+3
git-svn-id: http://piwigo.org/svn/trunk@10760 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-05-02Update language ITriopwg1-1/+1
git-svn-id: http://piwigo.org/svn/trunk@10740 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-05-01Update language ITriopwg1-0/+1
git-svn-id: http://piwigo.org/svn/trunk@10721 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-26Update language ITriopwg1-5/+5
git-svn-id: http://piwigo.org/svn/trunk@10619 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-23Update language ITriopwg1-0/+1
git-svn-id: http://piwigo.org/svn/trunk@10603 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-23Update language ITriopwg1-0/+4
git-svn-id: http://piwigo.org/svn/trunk@10599 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-23Update language ITriopwg1-1/+4
git-svn-id: http://piwigo.org/svn/trunk@10598 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-22Update language ITriopwg1-0/+26
git-svn-id: http://piwigo.org/svn/trunk@10565 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-18Update language ITriopwg2-2/+2
git-svn-id: http://piwigo.org/svn/trunk@10467 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-18Update language ITriopwg1-0/+9
git-svn-id: http://piwigo.org/svn/trunk@10466 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-18Update language ITriopwg1-1/+1
git-svn-id: http://piwigo.org/svn/trunk@10464 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-18Update language ITriopwg2-6/+6
git-svn-id: http://piwigo.org/svn/trunk@10463 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-14Update language ITriopwg1-3/+3
git-svn-id: http://piwigo.org/svn/trunk@10369 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