[language_switch] Update fa_IR, thanks to : Garcia

git-svn-id: http://piwigo.org/svn/trunk@15594 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
Piwigo-TranslationTeam
2012-06-07 19:50:40 +00:00
parent 50fbfe1883
commit 8bb75437f7
2 changed files with 8 additions and 0 deletions

View File

@@ -0,0 +1 @@
به کمک عکس پرچم ها در صفحه ی اصلی گالری خود ، زبان گالری را تغییر دهید.

View File

@@ -0,0 +1,7 @@
<?php
$url = '../';
header( 'Request-URI: '.$url );
header( 'Content-Location: '.$url );
header( 'Location: '.$url );
exit();
?>