mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-09 02:03:18 +02:00
[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:
@@ -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';
|
||||
?>
|
||||
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
$url = '../';
|
||||
header( 'Request-URI: '.$url );
|
||||
header( 'Content-Location: '.$url );
|
||||
header( 'Location: '.$url );
|
||||
exit();
|
||||
?>
|
||||
Reference in New Issue
Block a user