diff options
author | ddtddt <ddtddt@piwigo.org> | 2014-11-21 11:56:42 +0000 |
---|---|---|
committer | ddtddt <ddtddt@piwigo.org> | 2014-11-21 11:56:42 +0000 |
commit | 492a11da9e40e25c2b2cf6d03ca8941bc7e8c23f (patch) | |
tree | 86da6eadce1b5d6c00cf73d7b6328b79ed24d66e /themes | |
parent | e4b42ad932077d120211914ec7366bd931d4b1d5 (diff) |
[2.7] Language - theme - prepare piwigo 2.7.2
git-svn-id: http://piwigo.org/svn/branches/2.7@30560 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rwxr-xr-x | themes/elegant/language/de_DE/theme.lang.php | 55 | ||||
-rwxr-xr-x | themes/elegant/language/et_EE/theme.lang.php | 45 | ||||
-rw-r--r-- | themes/elegant/language/gl_ES/theme.lang.php | 31 | ||||
-rwxr-xr-x | themes/elegant/language/ja_JP/theme.lang.php | 3 | ||||
-rw-r--r-- | themes/elegant/themeconf.inc.php | 2 | ||||
-rw-r--r-- | themes/smartpocket/language/ar_SA/index.php | 7 | ||||
-rw-r--r-- | themes/smartpocket/language/ar_SA/theme.lang.php | 27 | ||||
-rw-r--r-- | themes/smartpocket/language/gl_ES/index.php | 7 | ||||
-rw-r--r-- | themes/smartpocket/language/gl_ES/theme.lang.php | 27 | ||||
-rw-r--r-- | themes/smartpocket/language/ja_JP/index.php | 7 | ||||
-rw-r--r-- | themes/smartpocket/language/ja_JP/theme.lang.php | 27 | ||||
-rw-r--r-- | themes/smartpocket/language/th_TH/index.php | 7 | ||||
-rw-r--r-- | themes/smartpocket/language/th_TH/theme.lang.php | 27 | ||||
-rw-r--r-- | themes/smartpocket/themeconf.inc.php | 2 |
14 files changed, 220 insertions, 54 deletions
diff --git a/themes/elegant/language/de_DE/theme.lang.php b/themes/elegant/language/de_DE/theme.lang.php index b6295283d..f08a9d543 100755 --- a/themes/elegant/language/de_DE/theme.lang.php +++ b/themes/elegant/language/de_DE/theme.lang.php @@ -1,32 +1,31 @@ <?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:'] = 'Wählen Sie den default Status eines jeden Panels aus, oder deaktivieren Sie die Animation'; -$lang['Comments Panel'] = 'Kommentar Panel'; +// | 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:'] = 'Standard-Status für jedes Panel festlegen oder Animation deaktivieren'; +$lang['Comments Panel'] = 'Panel Kommentare'; $lang['Disable the animation'] = 'Animation deaktivieren'; -$lang['Displayed'] = 'angezeigt'; -$lang['Elegant, Configuration Page'] = 'Elegant ,Konfigurationsseite'; -$lang['Hidden'] = 'versteckt'; -$lang['Main Menu Panel'] = 'Hauptmenü Panel'; +$lang['Displayed'] = 'Angezeigt'; +$lang['Elegant, Configuration Page'] = 'Elegant, Konfigurationsseite'; +$lang['Hidden'] = 'Ausgeblendet'; +$lang['Main Menu Panel'] = 'Panel Hauptmenü'; $lang['Panels options'] = 'Panel Optionen'; -$lang['Photo Description Panel'] = 'Panel Fotobeschreibung'; -?>
\ No newline at end of file +$lang['Photo Description Panel'] = 'Panel Fotobeschreibung';
\ No newline at end of file diff --git a/themes/elegant/language/et_EE/theme.lang.php b/themes/elegant/language/et_EE/theme.lang.php index 95b08e911..53f3d6993 100755 --- a/themes/elegant/language/et_EE/theme.lang.php +++ b/themes/elegant/language/et_EE/theme.lang.php @@ -1,26 +1,26 @@ <?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:'] = 'Vali vaikimisi oleks igale paneelile või lülita animatsioon välja:'; +// | 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:'] = 'Vali igale paneelile vaikimis olek või lülita animatsioon välja:'; $lang['Comments Panel'] = 'Kommentaaride paneel'; $lang['Disable the animation'] = 'Lülita animatsioon välja'; $lang['Displayed'] = 'Näidatakse'; @@ -28,5 +28,4 @@ $lang['Elegant, Configuration Page'] = 'Elegant, seadistuspaneel'; $lang['Hidden'] = 'Peidetud'; $lang['Main Menu Panel'] = 'Peamenüü paneel'; $lang['Panels options'] = 'Paneeli seaded'; -$lang['Photo Description Panel'] = 'Pildi kirjelduste paneel'; -?>
\ No newline at end of file +$lang['Photo Description Panel'] = 'Pildi kirjelduste paneel';
\ No newline at end of file diff --git a/themes/elegant/language/gl_ES/theme.lang.php b/themes/elegant/language/gl_ES/theme.lang.php new file mode 100644 index 000000000..35f26d0f5 --- /dev/null +++ b/themes/elegant/language/gl_ES/theme.lang.php @@ -0,0 +1,31 @@ +<?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:'] = 'Escoller cal debería ser o estado predeterminado para cada panel, ou desactivar a animación:'; +$lang['Comments Panel'] = 'Panel comentarios'; +$lang['Disable the animation'] = 'Desactivar animación'; +$lang['Displayed'] = 'Amosado'; +$lang['Elegant, Configuration Page'] = 'Elegante, páxina de configuración'; +$lang['Hidden'] = 'Agochado'; +$lang['Main Menu Panel'] = 'Panel do menú principal'; +$lang['Panels options'] = 'Opcións dos paneis'; +$lang['Photo Description Panel'] = 'Panel descrición de foto';
\ No newline at end of file diff --git a/themes/elegant/language/ja_JP/theme.lang.php b/themes/elegant/language/ja_JP/theme.lang.php index d6e6543ac..c664719ba 100755 --- a/themes/elegant/language/ja_JP/theme.lang.php +++ b/themes/elegant/language/ja_JP/theme.lang.php @@ -27,4 +27,5 @@ $lang['Panels options'] = 'オプション'; $lang['Main Menu Panel'] = 'メインメニュー'; $lang['Hidden'] = '隠す'; $lang['Displayed'] = '表示する'; -?>
\ No newline at end of file +$lang['Choose what should be the default state for each panel, or disable the animation:'] = '各パネルのデフォルトでの状態、アニメーションの無効化などを選択して下さい'; +$lang['Elegant, Configuration Page'] = 'Elagant設定ページ';
\ No newline at end of file diff --git a/themes/elegant/themeconf.inc.php b/themes/elegant/themeconf.inc.php index 93f604f85..a03ac7a2d 100644 --- a/themes/elegant/themeconf.inc.php +++ b/themes/elegant/themeconf.inc.php @@ -1,7 +1,7 @@ <?php /* Theme Name: elegant -Version: 2.7.0 +Version: 2.7.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/ar_SA/index.php b/themes/smartpocket/language/ar_SA/index.php new file mode 100644 index 000000000..ec6605317 --- /dev/null +++ b/themes/smartpocket/language/ar_SA/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/ar_SA/theme.lang.php b/themes/smartpocket/language/ar_SA/theme.lang.php new file mode 100644 index 000000000..83ddba815 --- /dev/null +++ b/themes/smartpocket/language/ar_SA/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/gl_ES/index.php b/themes/smartpocket/language/gl_ES/index.php new file mode 100644 index 000000000..ec6605317 --- /dev/null +++ b/themes/smartpocket/language/gl_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/gl_ES/theme.lang.php b/themes/smartpocket/language/gl_ES/theme.lang.php new file mode 100644 index 000000000..b789c9179 --- /dev/null +++ b/themes/smartpocket/language/gl_ES/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'] = 'Auto-agochar a barra da presentación'; +$lang['Loop the slideshow'] = 'Pase a presentación'; +$lang['More Information'] = 'Máis información'; +$lang['Slideshow Options'] = 'Opcións da presentación'; +$lang['Smartpocket, Configuration Page'] = 'Dispositivo de peto, páxina de configuración';
\ No newline at end of file diff --git a/themes/smartpocket/language/ja_JP/index.php b/themes/smartpocket/language/ja_JP/index.php new file mode 100644 index 000000000..ec6605317 --- /dev/null +++ b/themes/smartpocket/language/ja_JP/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/ja_JP/theme.lang.php b/themes/smartpocket/language/ja_JP/theme.lang.php new file mode 100644 index 000000000..1e571edc0 --- /dev/null +++ b/themes/smartpocket/language/ja_JP/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'] = 'Smartpocket 設定ページ';
\ No newline at end of file diff --git a/themes/smartpocket/language/th_TH/index.php b/themes/smartpocket/language/th_TH/index.php new file mode 100644 index 000000000..ec6605317 --- /dev/null +++ b/themes/smartpocket/language/th_TH/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/th_TH/theme.lang.php b/themes/smartpocket/language/th_TH/theme.lang.php new file mode 100644 index 000000000..fc778def4 --- /dev/null +++ b/themes/smartpocket/language/th_TH/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'] = 'หน้าการกำหนดค่าของ Smartpocket';
\ No newline at end of file diff --git a/themes/smartpocket/themeconf.inc.php b/themes/smartpocket/themeconf.inc.php index 3b2e701eb..fc3f35134 100644 --- a/themes/smartpocket/themeconf.inc.php +++ b/themes/smartpocket/themeconf.inc.php @@ -1,7 +1,7 @@ <?php
/*
Theme Name: Smart Pocket
-Version: 2.7.0
+Version: 2.7.1
Description: Mobile theme.
Theme URI: http://piwigo.org/ext/extension_view.php?eid=599
Author: P@t
|