diff options
author | ddtddt <ddtddt@piwigo.org> | 2014-03-23 06:44:13 +0000 |
---|---|---|
committer | ddtddt <ddtddt@piwigo.org> | 2014-03-23 06:44:13 +0000 |
commit | 75dd7e1f292e92c3495c54e90c42843b16d96626 (patch) | |
tree | 42812e6c6cdaa92d1d4efade032ee2036b009c54 | |
parent | 674c85fe31ef77e9132d25e316612e7156cdf5e8 (diff) |
[2.6] - theme - prepare for 2.6.2
git-svn-id: http://piwigo.org/svn/branches/2.6@27886 68402e56-0260-453c-a942-63ccdbb3a9ee
25 files changed, 410 insertions, 22 deletions
diff --git a/themes/elegant/language/km_KH/index.php b/themes/elegant/language/km_KH/index.php new file mode 100644 index 000000000..ec6605317 --- /dev/null +++ b/themes/elegant/language/km_KH/index.php @@ -0,0 +1,7 @@ +<?php +$url = '../'; +header( 'Request-URI: '.$url ); +header( 'Content-Location: '.$url ); +header( 'Location: '.$url ); +exit(); +?> diff --git a/themes/elegant/language/km_KH/theme.lang.php b/themes/elegant/language/km_KH/theme.lang.php new file mode 100644 index 000000000..6c0cc77cb --- /dev/null +++ b/themes/elegant/language/km_KH/theme.lang.php @@ -0,0 +1,32 @@ +<?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['Choose what should be the default state for each panel, or disable the animation:'] = 'ជ្រើសអ្វីដែលគួរតែត្រូវបានស្ថិតនៅជាលំនាំដើម សម្រាប់បន្ទះនិមួយៗ ឬបិទចលនាតែម្តង៖'; +$lang['Comments Panel'] = 'បន្ទះមតិ'; +$lang['Disable the animation'] = 'បិទចលនា'; +$lang['Displayed'] = 'បានបង្ហាញ'; +$lang['Elegant, Configuration Page'] = 'Elegant, ទំព័រកំណត់រចនា'; +$lang['Hidden'] = 'លាក់'; +$lang['Main Menu Panel'] = 'បន្ទះម៉ឺនុយមេ'; +$lang['Panels options'] = 'បន្ទះជម្រើស'; +$lang['Photo Description Panel'] = 'បន្ទះពណ៌នារូបភាព'; +?>
\ No newline at end of file diff --git a/themes/elegant/themeconf.inc.php b/themes/elegant/themeconf.inc.php index d5afc6f6e..a04a6c607 100644 --- a/themes/elegant/themeconf.inc.php +++ b/themes/elegant/themeconf.inc.php @@ -1,7 +1,7 @@ <?php /* Theme Name: elegant -Version: 2.6.0 +Version: 2.6.1 Description: Dark background, grayscale. Theme URI: http://piwigo.org/ext/extension_view.php?eid=685 Author: Piwigo team diff --git a/themes/smartpocket/language/br_FR/index.php b/themes/smartpocket/language/br_FR/index.php new file mode 100644 index 000000000..ec6605317 --- /dev/null +++ b/themes/smartpocket/language/br_FR/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/br_FR/theme.lang.php b/themes/smartpocket/language/br_FR/theme.lang.php new file mode 100644 index 000000000..cc04808cc --- /dev/null +++ b/themes/smartpocket/language/br_FR/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['Smartpocket, Configuration Page'] = 'Pajenn gefluniañ Smartpocket'; +$lang['Autohide the bar of the slideshow'] = 'Kuzhat barrenn an diaporama emgefreek'; +$lang['Loop the slideshow'] = 'Adlañsañ dizehan an diaporama'; +$lang['More Information'] = 'Muioc\'h a ditouroù'; +$lang['Slideshow Options'] = 'Dibarzhioù an diaporama'; +?>
\ No newline at end of file diff --git a/themes/smartpocket/language/ca_ES/index.php b/themes/smartpocket/language/ca_ES/index.php new file mode 100644 index 000000000..ec6605317 --- /dev/null +++ b/themes/smartpocket/language/ca_ES/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/ca_ES/theme.lang.php b/themes/smartpocket/language/ca_ES/theme.lang.php new file mode 100644 index 000000000..3e03201b7 --- /dev/null +++ b/themes/smartpocket/language/ca_ES/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'] = 'Amaga automàticament la barra de la presentació de diapositives '; +$lang['Loop the slideshow'] = 'Repetir la presentació de diapositives '; +$lang['More Information'] = 'Més informació'; +$lang['Slideshow Options'] = 'Opcions de la presentació de diapositives '; +$lang['Smartpocket, Configuration Page'] = 'Smartpocket, Pàgina de configuració'; +?>
\ No newline at end of file diff --git a/themes/smartpocket/language/de_DE/theme.lang.php b/themes/smartpocket/language/de_DE/theme.lang.php index 44ec4a239..542bacd7e 100755 --- a/themes/smartpocket/language/de_DE/theme.lang.php +++ b/themes/smartpocket/language/de_DE/theme.lang.php @@ -1,27 +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. |
+// +-----------------------------------------------------------------------+ +// | 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'] = 'Diashow Menüleiste autom. verstecken'; $lang['Loop the slideshow'] = 'Diashow in Endlosschleife'; $lang['More Information'] = 'Mehr Informationen'; $lang['Slideshow Options'] = 'Diashowoptionen'; +$lang['Smartpocket, Configuration Page'] = 'Smartpocket, Konfigurationsseite'; ?>
\ No newline at end of file diff --git a/themes/smartpocket/language/he_IL/index.php b/themes/smartpocket/language/he_IL/index.php new file mode 100644 index 000000000..ec6605317 --- /dev/null +++ b/themes/smartpocket/language/he_IL/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/he_IL/theme.lang.php b/themes/smartpocket/language/he_IL/theme.lang.php new file mode 100644 index 000000000..7cebc274d --- /dev/null +++ b/themes/smartpocket/language/he_IL/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'] = 'מכשיר חכם, עמוד הגדרות'; +?>
\ No newline at end of file diff --git a/themes/smartpocket/language/km_KH/index.php b/themes/smartpocket/language/km_KH/index.php new file mode 100644 index 000000000..ec6605317 --- /dev/null +++ b/themes/smartpocket/language/km_KH/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/km_KH/theme.lang.php b/themes/smartpocket/language/km_KH/theme.lang.php new file mode 100644 index 000000000..157b31012 --- /dev/null +++ b/themes/smartpocket/language/km_KH/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['Smartpocket, Configuration Page'] = 'Smartpocket ទំព័ររៀបចំរចនា'; +$lang['Slideshow Options'] = 'ព័ត៌មានជម្រើសអំពីការបង្ហាញស្លាយ'; +$lang['More Information'] = 'ព័ត៌មានបន្ថែម'; +$lang['Loop the slideshow'] = 'រង្វិលជុំស្លាយ'; +$lang['Autohide the bar of the slideshow'] = 'លាក់របារស្លាយដោយស្វ័យប្រវត្តិ'; +?>
\ No newline at end of file diff --git a/themes/smartpocket/language/nn_NO/index.php b/themes/smartpocket/language/nn_NO/index.php new file mode 100644 index 000000000..ec6605317 --- /dev/null +++ b/themes/smartpocket/language/nn_NO/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/nn_NO/theme.lang.php b/themes/smartpocket/language/nn_NO/theme.lang.php new file mode 100644 index 000000000..b14cd43e0 --- /dev/null +++ b/themes/smartpocket/language/nn_NO/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'] = 'Gøym verktøylina for biletvising automatisk'; +$lang['Loop the slideshow'] = 'Vis bilete ommatt'; +$lang['Slideshow Options'] = 'Innstillingar for biletvising'; +$lang['Smartpocket, Configuration Page'] = 'Smartpocket - konfigureringsside'; +$lang['More Information'] = 'Meir informasjon'; +?>
\ No newline at end of file diff --git a/themes/smartpocket/language/ro_RO/index.php b/themes/smartpocket/language/ro_RO/index.php new file mode 100644 index 000000000..ec6605317 --- /dev/null +++ b/themes/smartpocket/language/ro_RO/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/ro_RO/theme.lang.php b/themes/smartpocket/language/ro_RO/theme.lang.php new file mode 100644 index 000000000..8aaed40de --- /dev/null +++ b/themes/smartpocket/language/ro_RO/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'] = 'Ascunde automat bara prezentarii'; +$lang['Smartpocket, Configuration Page'] = 'Smartpocket, pagina de configurare'; +$lang['Slideshow Options'] = 'Optiunile prezentarii'; +$lang['More Information'] = 'Mai multe informatii'; +$lang['Loop the slideshow'] = 'Reda prezentarea in bulca'; +?>
\ No newline at end of file diff --git a/themes/smartpocket/language/sh_RS/index.php b/themes/smartpocket/language/sh_RS/index.php new file mode 100644 index 000000000..ec6605317 --- /dev/null +++ b/themes/smartpocket/language/sh_RS/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/sh_RS/theme.lang.php b/themes/smartpocket/language/sh_RS/theme.lang.php new file mode 100644 index 000000000..50e8fed80 --- /dev/null +++ b/themes/smartpocket/language/sh_RS/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'] = 'Automatski sakri traku automatskog prikaza'; +$lang['Loop the slideshow'] = 'Pokreći automatski prikaz iznova'; +$lang['More Information'] = 'Više informacija'; +$lang['Slideshow Options'] = 'Opcije automatskog prikaza'; +$lang['Smartpocket, Configuration Page'] = 'Smart poket, stranica podešavanja';
\ No newline at end of file diff --git a/themes/smartpocket/language/sl_SI/index.php b/themes/smartpocket/language/sl_SI/index.php new file mode 100644 index 000000000..ec6605317 --- /dev/null +++ b/themes/smartpocket/language/sl_SI/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/sl_SI/theme.lang.php b/themes/smartpocket/language/sl_SI/theme.lang.php new file mode 100644 index 000000000..23ea35c5e --- /dev/null +++ b/themes/smartpocket/language/sl_SI/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['Smartpocket, Configuration Page'] = 'Smartpocket, Nastavitve'; +$lang['Slideshow Options'] = 'Nastavitve diaprojekcije'; +$lang['More Information'] = 'Več informacij'; +$lang['Loop the slideshow'] = 'Ponavljaj diaprojekcijo'; +$lang['Autohide the bar of the slideshow'] = 'Samodejno skrij orodno vrstico diaprojekcije'; +?>
\ No newline at end of file diff --git a/themes/smartpocket/language/sr_RS/index.php b/themes/smartpocket/language/sr_RS/index.php new file mode 100644 index 000000000..ec6605317 --- /dev/null +++ b/themes/smartpocket/language/sr_RS/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/sr_RS/theme.lang.php b/themes/smartpocket/language/sr_RS/theme.lang.php new file mode 100644 index 000000000..73cd8b0dd --- /dev/null +++ b/themes/smartpocket/language/sr_RS/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'] = 'Аутоматски сакри траку аутоматског приказа'; +$lang['Loop the slideshow'] = 'Покрећи аутоматски приказ изнова'; +$lang['More Information'] = 'Више информација'; +$lang['Slideshow Options'] = 'Опције аутоматског приказа'; +$lang['Smartpocket, Configuration Page'] = 'Смарт покет, страница подешавања';
\ No newline at end of file diff --git a/themes/smartpocket/language/sv_SE/index.php b/themes/smartpocket/language/sv_SE/index.php new file mode 100644 index 000000000..ec6605317 --- /dev/null +++ b/themes/smartpocket/language/sv_SE/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/sv_SE/theme.lang.php b/themes/smartpocket/language/sv_SE/theme.lang.php new file mode 100644 index 000000000..1f10442fe --- /dev/null +++ b/themes/smartpocket/language/sv_SE/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'] = 'Dölj bildspelspanelen automatiskt'; +$lang['Loop the slideshow'] = 'Loopa bildspelet'; +$lang['More Information'] = 'Mer information'; +$lang['Slideshow Options'] = 'Inställningar för bildspel'; +$lang['Smartpocket, Configuration Page'] = 'Smartpocket, konfigurationssida'; +?>
\ No newline at end of file diff --git a/themes/smartpocket/themeconf.inc.php b/themes/smartpocket/themeconf.inc.php index e863b47a6..0bcca9def 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.1
+Version: 2.6.2
Description: Mobile theme.
Theme URI: http://piwigo.org/ext/extension_view.php?eid=599
Author: P@t
|