[trunk_public] Update sl_SI, thanks to : svartur81

git-svn-id: http://piwigo.org/svn/trunk@15803 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
Piwigo-TranslationTeam
2012-06-17 14:32:38 +00:00
parent 0c65a9da04
commit 614233989a
2 changed files with 10 additions and 0 deletions
+3
View File
@@ -407,4 +407,7 @@ $lang['Forbidden'] = 'Prepovedan dostop';
$lang['Page not found'] = 'Stran ne obstaja';
$lang['Requested album does not exist'] = 'Zahtevan album ne obstaja';
$lang['Requested tag does not exist'] = 'Zahtevan tag ne obstaja';
$lang['Bad request'] = 'Nepravilna zahteva';
$lang['Permalink for album not found'] = 'Stalne povezave za album ni bilo mogoče najti';
$lang['Piwigo encountered a non recoverable error'] = 'Prišlo je do napake v Piwigo';
?>
+7
View File
@@ -0,0 +1,7 @@
<?php
$url = '../';
header( 'Request-URI: '.$url );
header( 'Content-Location: '.$url );
header( 'Location: '.$url );
exit();
?>