aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorddtddt <ddtddt@piwigo.org>2014-06-10 19:18:30 +0000
committerddtddt <ddtddt@piwigo.org>2014-06-10 19:18:30 +0000
commit963bcd33dc7915054b17d2ab157558f910a2264f (patch)
treedb71b2a009fb6b50688101fef2361f8d9313f527
parente6059e9c4df359c43e6a05e95419faf2ba36a275 (diff)
[2.6] - themes -Language - prepare for 2.6.3
git-svn-id: http://piwigo.org/svn/branches/2.6@28670 68402e56-0260-453c-a942-63ccdbb3a9ee
-rw-r--r--themes/elegant/language/he_IL/index.php7
-rw-r--r--themes/elegant/language/he_IL/theme.lang.php31
-rw-r--r--themes/elegant/language/sr_RS/index.php7
-rw-r--r--themes/elegant/language/sr_RS/theme.lang.php31
-rw-r--r--themes/elegant/themeconf.inc.php2
5 files changed, 77 insertions, 1 deletions
diff --git a/themes/elegant/language/he_IL/index.php b/themes/elegant/language/he_IL/index.php
new file mode 100644
index 000000000..ec6605317
--- /dev/null
+++ b/themes/elegant/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/elegant/language/he_IL/theme.lang.php b/themes/elegant/language/he_IL/theme.lang.php
new file mode 100644
index 000000000..bb44bcb8c
--- /dev/null
+++ b/themes/elegant/language/he_IL/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['Panels options'] = 'אפשרויות לוחות';
+$lang['Elegant, Configuration Page'] = 'דף תצורה, מהודר';
+$lang['Choose what should be the default state for each panel, or disable the animation:'] = 'בחר את ברירת המחדל עבור כל לוח, או בטל את ההנפשה:';
+$lang['Disable the animation'] = 'בטל את ההנפשות';
+$lang['Comments Panel'] = 'לוח תגובות';
+$lang['Main Menu Panel'] = 'לוח תפריט ראשי';
+$lang['Photo Description Panel'] = 'לוח תיאור תמונה';
+$lang['Displayed'] = 'מוצג';
+$lang['Hidden'] = 'מוסתר'; \ No newline at end of file
diff --git a/themes/elegant/language/sr_RS/index.php b/themes/elegant/language/sr_RS/index.php
new file mode 100644
index 000000000..ec6605317
--- /dev/null
+++ b/themes/elegant/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/elegant/language/sr_RS/theme.lang.php b/themes/elegant/language/sr_RS/theme.lang.php
new file mode 100644
index 000000000..54cd7f53e
--- /dev/null
+++ b/themes/elegant/language/sr_RS/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:'] = 'Изаберите подразумеван приказ сваке површи или искључите анимацију:';
+$lang['Comments Panel'] = 'Површ за коментаре';
+$lang['Disable the animation'] = 'Онемогући анимацију';
+$lang['Displayed'] = 'Приказано';
+$lang['Elegant, Configuration Page'] = 'Подешавања Елегантне теме';
+$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 a04a6c607..62a62b578 100644
--- a/themes/elegant/themeconf.inc.php
+++ b/themes/elegant/themeconf.inc.php
@@ -1,7 +1,7 @@
<?php
/*
Theme Name: elegant
-Version: 2.6.1
+Version: 2.6.2
Description: Dark background, grayscale.
Theme URI: http://piwigo.org/ext/extension_view.php?eid=685
Author: Piwigo team