aboutsummaryrefslogtreecommitdiffstats
path: root/themes
diff options
context:
space:
mode:
authorddtddt <ddtddt@piwigo.org>2014-01-24 19:45:08 +0000
committerddtddt <ddtddt@piwigo.org>2014-01-24 19:45:08 +0000
commitfb66b3a6b8cf5a6b3a09c34df92768f83a5ef535 (patch)
tree2c8b54b58ad9eaff19cd462e7aefc406c9e400c7 /themes
parent6ba48f76d5dbf2627d5ea1340435b388d25aba30 (diff)
git-svn-id: http://piwigo.org/svn/branches/2.6@26951 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'themes')
-rw-r--r--themes/smartpocket/language/lt_LT/index.php7
-rw-r--r--themes/smartpocket/language/lt_LT/theme.lang.php28
-rw-r--r--themes/smartpocket/language/pl_PL/index.php7
-rw-r--r--themes/smartpocket/language/pl_PL/theme.lang.php27
-rw-r--r--themes/smartpocket/language/uk_UA/index.php7
-rw-r--r--themes/smartpocket/language/uk_UA/theme.lang.php28
-rw-r--r--themes/smartpocket/language/zh_CN/index.php7
-rw-r--r--themes/smartpocket/language/zh_CN/theme.lang.php28
-rw-r--r--themes/smartpocket/themeconf.inc.php2
9 files changed, 140 insertions, 1 deletions
diff --git a/themes/smartpocket/language/lt_LT/index.php b/themes/smartpocket/language/lt_LT/index.php
new file mode 100644
index 000000000..ec6605317
--- /dev/null
+++ b/themes/smartpocket/language/lt_LT/index.php
@@ -0,0 +1,7 @@
+<?php
+$url = '../';
+header( 'Request-URI: '.$url );
+header( 'Content-Location: '.$url );
+header( 'Location: '.$url );
+exit();
+?>
diff --git a/themes/smartpocket/language/lt_LT/theme.lang.php b/themes/smartpocket/language/lt_LT/theme.lang.php
new file mode 100644
index 000000000..3b3ac11d2
--- /dev/null
+++ b/themes/smartpocket/language/lt_LT/theme.lang.php
@@ -0,0 +1,28 @@
+<?php
+// +-----------------------------------------------------------------------+
+// | Piwigo - a PHP based photo gallery |
+// +-----------------------------------------------------------------------+
+// | Copyright(C) 2008-2014 Piwigo Team http://piwigo.org |
+// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
+// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
+// +-----------------------------------------------------------------------+
+// | This program is free software; you can redistribute it and/or modify |
+// | it under the terms of the GNU General Public License as published by |
+// | the Free Software Foundation |
+// | |
+// | This program is distributed in the hope that it will be useful, but |
+// | WITHOUT ANY WARRANTY; without even the implied warranty of |
+// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
+// | General Public License for more details. |
+// | |
+// | You should have received a copy of the GNU General Public License |
+// | along with this program; if not, write to the Free Software |
+// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
+// | USA. |
+// +-----------------------------------------------------------------------+
+$lang['Autohide the bar of the slideshow'] = 'Automatiškai slėpti skaidrių peržiūros juostą';
+$lang['Loop the slideshow'] = 'Kartoti peržiūrą';
+$lang['More Information'] = 'Daugiau informacijos';
+$lang['Slideshow Options'] = 'Skaidrių Peržiūros Nuostatos';
+$lang['Smartpocket, Configuration Page'] = 'Smartpocket, Konfigūracijos Puslapis';
+?> \ No newline at end of file
diff --git a/themes/smartpocket/language/pl_PL/index.php b/themes/smartpocket/language/pl_PL/index.php
new file mode 100644
index 000000000..ec6605317
--- /dev/null
+++ b/themes/smartpocket/language/pl_PL/index.php
@@ -0,0 +1,7 @@
+<?php
+$url = '../';
+header( 'Request-URI: '.$url );
+header( 'Content-Location: '.$url );
+header( 'Location: '.$url );
+exit();
+?>
diff --git a/themes/smartpocket/language/pl_PL/theme.lang.php b/themes/smartpocket/language/pl_PL/theme.lang.php
new file mode 100644
index 000000000..00792bf2f
--- /dev/null
+++ b/themes/smartpocket/language/pl_PL/theme.lang.php
@@ -0,0 +1,27 @@
+<?php
+// +-----------------------------------------------------------------------+
+// | Piwigo - a PHP based photo gallery |
+// +-----------------------------------------------------------------------+
+// | Copyright(C) 2008-2014 Piwigo Team http://piwigo.org |
+// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
+// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
+// +-----------------------------------------------------------------------+
+// | This program is free software; you can redistribute it and/or modify |
+// | it under the terms of the GNU General Public License as published by |
+// | the Free Software Foundation |
+// | |
+// | This program is distributed in the hope that it will be useful, but |
+// | WITHOUT ANY WARRANTY; without even the implied warranty of |
+// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
+// | General Public License for more details. |
+// | |
+// | You should have received a copy of the GNU General Public License |
+// | along with this program; if not, write to the Free Software |
+// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
+// | USA. |
+// +-----------------------------------------------------------------------+
+$lang['Autohide the bar of the slideshow'] = 'Ukrywaj belkę pokazu slajdów';
+$lang['Loop the slideshow'] = 'Zapętl pokaz slajdów';
+$lang['More Information'] = 'Więcej informacji';
+$lang['Slideshow Options'] = 'Opcje pokazu slajdów';
+?> \ No newline at end of file
diff --git a/themes/smartpocket/language/uk_UA/index.php b/themes/smartpocket/language/uk_UA/index.php
new file mode 100644
index 000000000..ec6605317
--- /dev/null
+++ b/themes/smartpocket/language/uk_UA/index.php
@@ -0,0 +1,7 @@
+<?php
+$url = '../';
+header( 'Request-URI: '.$url );
+header( 'Content-Location: '.$url );
+header( 'Location: '.$url );
+exit();
+?>
diff --git a/themes/smartpocket/language/uk_UA/theme.lang.php b/themes/smartpocket/language/uk_UA/theme.lang.php
new file mode 100644
index 000000000..c1a4ac9f7
--- /dev/null
+++ b/themes/smartpocket/language/uk_UA/theme.lang.php
@@ -0,0 +1,28 @@
+<?php
+// +-----------------------------------------------------------------------+
+// | Piwigo - a PHP based photo gallery |
+// +-----------------------------------------------------------------------+
+// | Copyright(C) 2008-2014 Piwigo Team http://piwigo.org |
+// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
+// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
+// +-----------------------------------------------------------------------+
+// | This program is free software; you can redistribute it and/or modify |
+// | it under the terms of the GNU General Public License as published by |
+// | the Free Software Foundation |
+// | |
+// | This program is distributed in the hope that it will be useful, but |
+// | WITHOUT ANY WARRANTY; without even the implied warranty of |
+// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
+// | General Public License for more details. |
+// | |
+// | You should have received a copy of the GNU General Public License |
+// | along with this program; if not, write to the Free Software |
+// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
+// | USA. |
+// +-----------------------------------------------------------------------+
+$lang['Autohide the bar of the slideshow'] = 'Автоматично приховувати панель слайд-шоу';
+$lang['Loop the slideshow'] = 'Циклічне повторення слайд-шоу';
+$lang['More Information'] = 'Додаткова інформація';
+$lang['Slideshow Options'] = 'Параметри показу слайдів';
+$lang['Smartpocket, Configuration Page'] = 'Сторінка налаштування Smartpocket';
+?> \ No newline at end of file
diff --git a/themes/smartpocket/language/zh_CN/index.php b/themes/smartpocket/language/zh_CN/index.php
new file mode 100644
index 000000000..ec6605317
--- /dev/null
+++ b/themes/smartpocket/language/zh_CN/index.php
@@ -0,0 +1,7 @@
+<?php
+$url = '../';
+header( 'Request-URI: '.$url );
+header( 'Content-Location: '.$url );
+header( 'Location: '.$url );
+exit();
+?>
diff --git a/themes/smartpocket/language/zh_CN/theme.lang.php b/themes/smartpocket/language/zh_CN/theme.lang.php
new file mode 100644
index 000000000..38e61756c
--- /dev/null
+++ b/themes/smartpocket/language/zh_CN/theme.lang.php
@@ -0,0 +1,28 @@
+<?php
+// +-----------------------------------------------------------------------+
+// | Piwigo - a PHP based photo gallery |
+// +-----------------------------------------------------------------------+
+// | Copyright(C) 2008-2014 Piwigo Team http://piwigo.org |
+// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net |
+// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick |
+// +-----------------------------------------------------------------------+
+// | This program is free software; you can redistribute it and/or modify |
+// | it under the terms of the GNU General Public License as published by |
+// | the Free Software Foundation |
+// | |
+// | This program is distributed in the hope that it will be useful, but |
+// | WITHOUT ANY WARRANTY; without even the implied warranty of |
+// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
+// | General Public License for more details. |
+// | |
+// | You should have received a copy of the GNU General Public License |
+// | along with this program; if not, write to the Free Software |
+// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
+// | USA. |
+// +-----------------------------------------------------------------------+
+$lang['Autohide the bar of the slideshow'] = '自动隐藏幻灯栏';
+$lang['Loop the slideshow'] = '幻灯循环播放';
+$lang['Slideshow Options'] = '幻灯选项';
+$lang['Smartpocket, Configuration Page'] = 'Smartpocket,设置页';
+$lang['More Information'] = '更多信息';
+?> \ No newline at end of file
diff --git a/themes/smartpocket/themeconf.inc.php b/themes/smartpocket/themeconf.inc.php
index a23a3764f..e863b47a6 100644
--- a/themes/smartpocket/themeconf.inc.php
+++ b/themes/smartpocket/themeconf.inc.php
@@ -1,7 +1,7 @@
<?php
/*
Theme Name: Smart Pocket
-Version: 2.6.0
+Version: 2.6.1
Description: Mobile theme.
Theme URI: http://piwigo.org/ext/extension_view.php?eid=599
Author: P@t