change labels to Lurana Team
change label on language
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -25292,8 +25292,8 @@ msgstr "Switching Skin"
|
|||||||
# TRANSLATION
|
# TRANSLATION
|
||||||
# LABEL/ID_SKIN_TEAM
|
# LABEL/ID_SKIN_TEAM
|
||||||
#: LABEL/ID_SKIN_TEAM
|
#: LABEL/ID_SKIN_TEAM
|
||||||
msgid "ProcessMaker Team"
|
msgid "Lurana Team"
|
||||||
msgstr "ProcessMaker Team"
|
msgstr "Lurana Team"
|
||||||
|
|
||||||
# TRANSLATION
|
# TRANSLATION
|
||||||
# LABEL/ID_SLOW
|
# LABEL/ID_SLOW
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: ProcessMaker Development Version\n"
|
"Project-Id-Version: ProcessMaker Team Version\n"
|
||||||
"POT-Creation-Date: \n"
|
"POT-Creation-Date: \n"
|
||||||
"PO-Revision-Date: 2025-04-17 16:01:45\n"
|
"PO-Revision-Date: 2025-04-17 16:01:45\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: Colosa Developers Team <developers@colosa.com>\n"
|
"Language-Team: \n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=utf-8\n"
|
"Content-Type: text/plain; charset=utf-8\n"
|
||||||
"Content-Transfer_Encoding: 8bit\n"
|
"Content-Transfer_Encoding: 8bit\n"
|
||||||
@@ -25868,8 +25868,8 @@ msgstr "Switching Skin"
|
|||||||
# TRANSLATION
|
# TRANSLATION
|
||||||
# LABEL/ID_SKIN_TEAM
|
# LABEL/ID_SKIN_TEAM
|
||||||
#: LABEL/ID_SKIN_TEAM
|
#: LABEL/ID_SKIN_TEAM
|
||||||
msgid "ProcessMaker Team"
|
msgid "Lurana Team"
|
||||||
msgstr "ProcessMaker Team"
|
msgstr "Lurana Team"
|
||||||
|
|
||||||
# TRANSLATION
|
# TRANSLATION
|
||||||
# LABEL/ID_SLOW
|
# LABEL/ID_SLOW
|
||||||
|
|||||||
@@ -61144,7 +61144,7 @@ INSERT INTO TRANSLATION (TRN_CATEGORY,TRN_ID,TRN_LANG,TRN_VALUE,TRN_UPDATE_DATE
|
|||||||
( 'LABEL','ID_SKIN_SUCCESS_DELETE','en','Skin successfully deleted','2014-01-15') ,
|
( 'LABEL','ID_SKIN_SUCCESS_DELETE','en','Skin successfully deleted','2014-01-15') ,
|
||||||
( 'LABEL','ID_SKIN_SUCCESS_IMPORTED','en','Skin successfully imported','2014-01-15') ,
|
( 'LABEL','ID_SKIN_SUCCESS_IMPORTED','en','Skin successfully imported','2014-01-15') ,
|
||||||
( 'LABEL','ID_SKIN_SWITCHING','en','Switching Skin','2014-01-15') ,
|
( 'LABEL','ID_SKIN_SWITCHING','en','Switching Skin','2014-01-15') ,
|
||||||
( 'LABEL','ID_SKIN_TEAM','en','ProcessMaker Team','2014-01-15') ,
|
( 'LABEL','ID_SKIN_TEAM','en','Lurana Team','2014-01-15') ,
|
||||||
( 'LABEL','ID_SLOW','en','slow','2014-01-15') ,
|
( 'LABEL','ID_SLOW','en','slow','2014-01-15') ,
|
||||||
( 'LABEL','ID_SMTP_ALREADY_CONNECTED','en','Already connected to a server','2014-02-12') ,
|
( 'LABEL','ID_SMTP_ALREADY_CONNECTED','en','Already connected to a server','2014-02-12') ,
|
||||||
( 'LABEL','ID_SMTP_ERROR_AUTH_NOT_ACCEPTED','en','Authentication not accepted in server','2014-10-21') ,
|
( 'LABEL','ID_SMTP_ERROR_AUTH_NOT_ACCEPTED','en','Authentication not accepted in server','2014-10-21') ,
|
||||||
|
|||||||
@@ -119,7 +119,7 @@ function newSkin ($baseSkin = 'classic')
|
|||||||
$skinName = $_REQUEST['skinName'];
|
$skinName = $_REQUEST['skinName'];
|
||||||
$skinFolder = $_REQUEST['skinFolder'];
|
$skinFolder = $_REQUEST['skinFolder'];
|
||||||
$skinDescription = isset( $_REQUEST['skinDescription'] ) ? $_REQUEST['skinDescription'] : '';
|
$skinDescription = isset( $_REQUEST['skinDescription'] ) ? $_REQUEST['skinDescription'] : '';
|
||||||
$skinAuthor = isset( $_REQUEST['skinAuthor'] ) ? $_REQUEST['skinAuthor'] : 'ProcessMaker Team';
|
$skinAuthor = isset( $_REQUEST['skinAuthor'] ) ? $_REQUEST['skinAuthor'] : 'Lurana Team';
|
||||||
|
|
||||||
if (is_dir( PATH_CUSTOM_SKINS . $skinFolder )) {
|
if (is_dir( PATH_CUSTOM_SKINS . $skinFolder )) {
|
||||||
throw (new Exception( G::LoadTranslation( 'ID_SKIN_ALREADY_EXISTS' ) ));
|
throw (new Exception( G::LoadTranslation( 'ID_SKIN_ALREADY_EXISTS' ) ));
|
||||||
@@ -457,4 +457,3 @@ function copy_skin_folder ($path, $dest, $exclude = array())
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -4,9 +4,9 @@
|
|||||||
<id>00000000000000000000000000000001</id>
|
<id>00000000000000000000000000000001</id>
|
||||||
<name>Classic</name>
|
<name>Classic</name>
|
||||||
<description>Classic/default skin</description>
|
<description>Classic/default skin</description>
|
||||||
<author>ProcessMaker Team</author>
|
<author>Lurana Team</author>
|
||||||
<version>1.0</version>
|
<version>1.0</version>
|
||||||
<createDate>2011-02-27</createDate>
|
<createDate>2011-02-27</createDate>
|
||||||
<modifiedDate>2011-02-28</modifiedDate>
|
<modifiedDate>2011-02-28</modifiedDate>
|
||||||
</information>
|
</information>
|
||||||
<cssFiles>
|
<cssFiles>
|
||||||
|
|||||||
@@ -4,9 +4,9 @@
|
|||||||
<id>00000000000000000000000000000002</id>
|
<id>00000000000000000000000000000002</id>
|
||||||
<name>UxModern</name>
|
<name>UxModern</name>
|
||||||
<description>UxModern skin</description>
|
<description>UxModern skin</description>
|
||||||
<author>ProcessMaker Team</author>
|
<author>Lurana Team</author>
|
||||||
<version>1.0</version>
|
<version>1.0</version>
|
||||||
<createDate>2012-04-05</createDate>
|
<createDate>2012-04-05</createDate>
|
||||||
<modifiedDate>2012-04-05</modifiedDate>
|
<modifiedDate>2012-04-05</modifiedDate>
|
||||||
</information>
|
</information>
|
||||||
<cssFiles>
|
<cssFiles>
|
||||||
@@ -44,7 +44,7 @@
|
|||||||
</tracker>
|
</tracker>
|
||||||
<extjs>
|
<extjs>
|
||||||
<cssFile file="xtheme-gray.css" enabledBrowsers="ALL" disabledBrowsers=""></cssFile>
|
<cssFile file="xtheme-gray.css" enabledBrowsers="ALL" disabledBrowsers=""></cssFile>
|
||||||
<cssFile file="pmos-xtheme-gray.css" enabledBrowsers="ALL" disabledBrowsers=""></cssFile>
|
<cssFile file="pmos-xtheme-gray.css" enabledBrowsers="ALL" disabledBrowsers=""></cssFile>
|
||||||
<cssFile file="sprite_ie7.css" enabledBrowsers="ie7" disabledBrowsers="ALL"></cssFile>
|
<cssFile file="sprite_ie7.css" enabledBrowsers="ie7" disabledBrowsers="ALL"></cssFile>
|
||||||
<cssFile file="sprite.css" enabledBrowsers="ALL" disabledBrowsers="ie7"></cssFile>
|
<cssFile file="sprite.css" enabledBrowsers="ALL" disabledBrowsers="ie7"></cssFile>
|
||||||
<cssFile file="xmlcolors.css" enabledBrowsers="ALL" disabledBrowsers=""></cssFile>
|
<cssFile file="xmlcolors.css" enabledBrowsers="ALL" disabledBrowsers=""></cssFile>
|
||||||
|
|||||||
@@ -4,9 +4,9 @@
|
|||||||
<id>00000000000000000000000000000001</id>
|
<id>00000000000000000000000000000001</id>
|
||||||
<name>Classic</name>
|
<name>Classic</name>
|
||||||
<description>Classic/default skin</description>
|
<description>Classic/default skin</description>
|
||||||
<author>ProcessMaker Team</author>
|
<author>Lurana Team</author>
|
||||||
<version>1.0</version>
|
<version>1.0</version>
|
||||||
<createDate>2011-02-27</createDate>
|
<createDate>2011-02-27</createDate>
|
||||||
<modifiedDate>2011-02-28</modifiedDate>
|
<modifiedDate>2011-02-28</modifiedDate>
|
||||||
</information>
|
</information>
|
||||||
<cssFiles>
|
<cssFiles>
|
||||||
@@ -44,7 +44,7 @@
|
|||||||
</tracker>
|
</tracker>
|
||||||
<extjs>
|
<extjs>
|
||||||
<cssFile file="xtheme-gray.css" enabledBrowsers="ALL" disabledBrowsers=""></cssFile>
|
<cssFile file="xtheme-gray.css" enabledBrowsers="ALL" disabledBrowsers=""></cssFile>
|
||||||
<cssFile file="pmos-xtheme-gray.css" enabledBrowsers="ALL" disabledBrowsers=""></cssFile>
|
<cssFile file="pmos-xtheme-gray.css" enabledBrowsers="ALL" disabledBrowsers=""></cssFile>
|
||||||
<cssFile file="sprite_ie7.css" enabledBrowsers="ie7" disabledBrowsers="ALL"></cssFile>
|
<cssFile file="sprite_ie7.css" enabledBrowsers="ie7" disabledBrowsers="ALL"></cssFile>
|
||||||
<cssFile file="sprite.css" enabledBrowsers="ALL" disabledBrowsers="ie7"></cssFile>
|
<cssFile file="sprite.css" enabledBrowsers="ALL" disabledBrowsers="ie7"></cssFile>
|
||||||
<cssFile file="xmlcolors.css" enabledBrowsers="ALL" disabledBrowsers=""></cssFile>
|
<cssFile file="xmlcolors.css" enabledBrowsers="ALL" disabledBrowsers=""></cssFile>
|
||||||
|
|||||||
@@ -38,7 +38,7 @@ class Skins
|
|||||||
$skinName,
|
$skinName,
|
||||||
$skinFolder,
|
$skinFolder,
|
||||||
$skinDescription = '',
|
$skinDescription = '',
|
||||||
$skinAuthor = 'ProcessMaker Team',
|
$skinAuthor = 'Lurana Team',
|
||||||
$skinWorkspace = 'global',
|
$skinWorkspace = 'global',
|
||||||
$skinBase = 'lurana'
|
$skinBase = 'lurana'
|
||||||
) {
|
) {
|
||||||
|
|||||||
Reference in New Issue
Block a user