aboutsummaryrefslogtreecommitdiffstats
path: root/language
diff options
context:
space:
mode:
authorPiwigo-TranslationTeam <translate-github@piwigo.org>2012-06-17 14:32:38 +0000
committerPiwigo-TranslationTeam <translate-github@piwigo.org>2012-06-17 14:32:38 +0000
commit614233989aa8eefb354b9ba1b5d97701f279f774 (patch)
tree92dc7b8e44ccf3c172ab4ab15125d72412425e90 /language
parent0c65a9da040a5d9094ab26df687f71097886e211 (diff)
[trunk_public] Update sl_SI, thanks to : svartur81
git-svn-id: http://piwigo.org/svn/trunk@15803 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language')
-rw-r--r--language/sl_SI/common.lang.php3
-rw-r--r--language/sl_SI/index.php7
2 files changed, 10 insertions, 0 deletions
diff --git a/language/sl_SI/common.lang.php b/language/sl_SI/common.lang.php
index 0435fecea..d0f6d7b40 100644
--- a/language/sl_SI/common.lang.php
+++ b/language/sl_SI/common.lang.php
@@ -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';
?> \ No newline at end of file
diff --git a/language/sl_SI/index.php b/language/sl_SI/index.php
new file mode 100644
index 000000000..ec6605317
--- /dev/null
+++ b/language/sl_SI/index.php
@@ -0,0 +1,7 @@
+<?php
+$url = '../';
+header( 'Request-URI: '.$url );
+header( 'Content-Location: '.$url );
+header( 'Location: '.$url );
+exit();
+?>