Changeset 21469 for extensions/pwgCumulus/language/zh_CN
- Timestamp:
- Mar 11, 2013, 10:35:42 AM (12 years ago)
- Location:
- extensions/pwgCumulus/language/zh_CN
- Files:
-
- 1 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
extensions/pwgCumulus/language/zh_CN/index.php
r21366 r21469 3 3 // | pwgCumulus - a plugin for Piwigo | 4 4 // +-----------------------------------------------------------------------+ 5 // | Copyright(C) 2009-201 1Nicolas Roudaire http://www.nikrou.net |5 // | Copyright(C) 2009-2013 Nicolas Roudaire http://www.nikrou.net | 6 6 // +-----------------------------------------------------------------------+ 7 7 // | This program is free software; you can redistribute it and/or modify | … … 26 26 header( 'Location: '.$url ); 27 27 exit(); 28 ?> -
extensions/pwgCumulus/language/zh_CN/plugin.lang.php
r20511 r21469 1 1 <?php 2 2 // +-----------------------------------------------------------------------+ 3 // | Piwigo - a PHP based photo gallery|3 // | pwgCumulus - a plugin for Piwigo | 4 4 // +-----------------------------------------------------------------------+ 5 // | Copyright(C) 2008-2013 Piwigo Team http://piwigo.org | 6 // | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net | 7 // | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick | 5 // | Copyright(C) 2009-2013 Nicolas Roudaire http://www.nikrou.net | 8 6 // +-----------------------------------------------------------------------+ 9 7 // | This program is free software; you can redistribute it and/or modify | 10 // | it under the terms of the GNU General Public License as published by|11 // | the Free Software Foundation|8 // | it under the terms of the GNU General Public License version 2 as | 9 // | published by the Free Software Foundation | 12 10 // | | 13 11 // | This program is distributed in the hope that it will be useful, but | … … 18 16 // | You should have received a copy of the GNU General Public License | 19 17 // | along with this program; if not, write to the Free Software | 20 // | Foundation, Inc., 5 9 Temple Place - Suite 330, Boston, MA 02111-1307,|21 // | USA.|18 // | Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, | 19 // | MA 02110-1301 USA | 22 20 // +-----------------------------------------------------------------------+ 21 23 22 $lang['After'] = '在此项之后:'; 24 23 $lang['Before'] = '在此项之前:'; … … 64 63 $lang['Current release:'] = 'Current release:'; 65 64 $lang['Dashboard'] = '面板'; 66 ?>
Note: See TracChangeset
for help on using the changeset viewer.