aboutsummaryrefslogtreecommitdiffstats
path: root/language/fa_IR (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-04-30[trunk] - language - update fa_IR - Persian - فارسی update translator ↵ddtddt1-1/+1
list - feature:2457 git-svn-id: http://piwigo.org/svn/trunk@14565 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-30[trunk] - language - update fa_IR - Persian - فارسی update translator ↵ddtddt1-1/+1
list - feature:2457 git-svn-id: http://piwigo.org/svn/trunk@14564 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-30[trunk] - language - update fa_IR - Persian - فارسی update translator ↵ddtddt1-3/+7
list - feature:2457 git-svn-id: http://piwigo.org/svn/trunk@14563 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-29[trunk_public] Update fa_IR, thanks to : GarciaPiwigo-TranslationTeam1-1/+1
git-svn-id: http://piwigo.org/svn/trunk@14524 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-29[trunk_upgrade] Update fa_IR, thanks to : GarciaPiwigo-TranslationTeam1-13/+15
git-svn-id: http://piwigo.org/svn/trunk@14516 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-28[trunk_public] Update fa_IR, thanks to : GarciaPiwigo-TranslationTeam1-78/+79
git-svn-id: http://piwigo.org/svn/trunk@14507 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-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
2011-12-22[trunk] - language - update - fa_IR - Persian - فارسی thanks to Garcia ↵ddtddt2-7/+36
- feature:2457 git-svn-id: http://piwigo.org/svn/trunk@12785 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-12-22[trunk] - language - update - fa_IR - Persian - فارسی thanks to Garcia ↵ddtddt1-189/+184
- feature:2457 git-svn-id: http://piwigo.org/svn/trunk@12783 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-12-04language cleanup (exact duplicates or almost same duplicate - capital/lower ↵rvelices2-12/+5
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-5/+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-5/+0
git-svn-id: http://piwigo.org/svn/trunk@12672 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-09-26[trunk] - language - update fa_IR - Persian - فارسی - cleaning - ↵ddtddt2-4/+2
feature:2320 git-svn-id: http://piwigo.org/svn/trunk@12236 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-4/+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-08[trunk] - language - update IR Thanks to mehdi - feature:2320ddtddt1-0/+10
git-svn-id: http://piwigo.org/svn/trunk@11274 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-13delete some useless keysmistic1001-4/+0
git-svn-id: http://piwigo.org/svn/trunk@10352 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-09[trunk] - fa_IR update Thanks to mohammadNddtddt1-0/+1
git-svn-id: http://piwigo.org/svn/trunk@10207 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-04-09bug:2224 one parameter for change thumnails number (needs some translations)mistic1001-4/+4
git-svn-id: http://piwigo.org/svn/trunk@10198 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-03-19[trunk] - language - update fa_IR thanks to spiderylifeddtddt1-0/+15
git-svn-id: http://piwigo.org/svn/trunk@9762 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-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-23[trunk] - update language step1ddtddt1-2/+0
git-svn-id: http://piwigo.org/svn/trunk@8851 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-24/+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-14/+12
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-15/+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-21/+14
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-26/+26
git-svn-id: http://piwigo.org/svn/trunk@8665 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-13feature 2108 added: user upload removed from core. It will come back as aplegall2-14/+0
"new generation" user upload in the Community plugin. git-svn-id: http://piwigo.org/svn/trunk@8651 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-12lang remove 'Mail address' - use existing 'Email address'rvelices1-3/+1
lang remove unused 'return to homepage' lang change key 'a user use already this mail address' to 'this email address is already in use' git-svn-id: http://piwigo.org/svn/trunk@8635 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-11- language remove duplicate keysrvelices1-2/+0
- css simpler git-svn-id: http://piwigo.org/svn/trunk@8613 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-08[trunk] - update fa_IR thanks to mohammadNddtddt1-0/+41
git-svn-id: http://piwigo.org/svn/trunk@8520 68402e56-0260-453c-a942-63ccdbb3a9ee
2011-01-02[trunk] - language - update cleaningddtddt1-4/+0
git-svn-id: http://piwigo.org/svn/trunk@8443 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-28[trunk] - language - fa_IR cleaningddtddt2-15/+0
git-svn-id: http://piwigo.org/svn/trunk@8355 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-24feature 1616: after the backport of nearly all languages from branch 2.1 toplegall3-84/+84
trunk, reapply the new keys for "album" instead of "category" into trunk for languages ar_SA ca_ES da_DK es_AR fa_IR fr_CA he_IL hr_HR ja_JP ka_GE mk_MK nl_NL pt_BR pt_PT ro_RO sh_RS sl_SL sr_RS sv_SE vi_VN git-svn-id: http://piwigo.org/svn/trunk@8286 68402e56-0260-453c-a942-63ccdbb3a9ee
2010-12-23[trunk] - step1 for 2.2ddtddt8-0/+1316
git-svn-id: http://piwigo.org/svn/trunk@8255 68402e56-0260-453c-a942-63ccdbb3a9ee