Revision: 7061
          http://sourceforge.net/p/ipcop/svn/7061
Author:   owes
Date:     2013-06-08 09:51:01 +0000 (Sat, 08 Jun 2013)
Log Message:
-----------
Link to the online Spanish manual (work in progress) when GUI language is 
Spanish

Modified Paths:
--------------
    ipcop/trunk/src/libs/lang.pl

Modified: ipcop/trunk/src/libs/lang.pl
===================================================================
--- ipcop/trunk/src/libs/lang.pl        2013-06-08 09:00:43 UTC (rev 7060)
+++ ipcop/trunk/src/libs/lang.pl        2013-06-08 09:51:01 UTC (rev 7061)
@@ -17,7 +17,7 @@
 # You should have received a copy of the GNU General Public License
 # along with IPCop.  If not, see <http://www.gnu.org/licenses/>.
 #
-# (c) 2007-2011, the IPCop team
+# (c) 2007-2013, the IPCop team
 #
 # Copyright (c) 2007-11-13 owes  This is almost a full cleanup, texts are now 
fetched from .MO files.
 #
@@ -111,6 +111,9 @@
     if ($locale eq 'de_DE') {
         $General::adminmanualurl = 'http://www.ipcop.org/2.0.0/de/admin/html';
     }
+    elsif (($locale eq 'es_ES') || ($locale eq 'es_UY')) {
+        $General::adminmanualurl = 'http://www.ipcop.org/2.0.0/es/admin/html';
+    }
     else {
         $General::adminmanualurl = 'http://www.ipcop.org/2.0.0/en/admin/html';
     }

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
How ServiceNow helps IT people transform IT departments:
1. A cloud service to automate IT design, transition and operations
2. Dashboards that offer high-level views of enterprise services
3. A single system of record for all IT processes
http://p.sf.net/sfu/servicenow-d2d-j
_______________________________________________
Ipcop-svn mailing list
Ipcop-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ipcop-svn

Reply via email to