change labels to Lurana Team

change label on language
This commit is contained in:
Fernando Ontiveros
2025-07-21 06:56:43 -04:00
parent aaf77ac802
commit af87b26511
9 changed files with 18 additions and 19 deletions

File diff suppressed because one or more lines are too long

View File

@@ -25292,8 +25292,8 @@ msgstr "Switching Skin"
# TRANSLATION
# LABEL/ID_SKIN_TEAM
#: LABEL/ID_SKIN_TEAM
msgid "ProcessMaker Team"
msgstr "ProcessMaker Team"
msgid "Lurana Team"
msgstr "Lurana Team"
# TRANSLATION
# LABEL/ID_SLOW

View File

@@ -1,10 +1,10 @@
msgid ""
msgstr ""
"Project-Id-Version: ProcessMaker Development Version\n"
"Project-Id-Version: ProcessMaker Team Version\n"
"POT-Creation-Date: \n"
"PO-Revision-Date: 2025-04-17 16:01:45\n"
"Last-Translator: \n"
"Language-Team: Colosa Developers Team <developers@colosa.com>\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer_Encoding: 8bit\n"
@@ -25868,8 +25868,8 @@ msgstr "Switching Skin"
# TRANSLATION
# LABEL/ID_SKIN_TEAM
#: LABEL/ID_SKIN_TEAM
msgid "ProcessMaker Team"
msgstr "ProcessMaker Team"
msgid "Lurana Team"
msgstr "Lurana Team"
# TRANSLATION
# LABEL/ID_SLOW

View File

@@ -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_IMPORTED','en','Skin successfully imported','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_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') ,

View File

@@ -119,7 +119,7 @@ function newSkin ($baseSkin = 'classic')
$skinName = $_REQUEST['skinName'];
$skinFolder = $_REQUEST['skinFolder'];
$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 )) {
throw (new Exception( G::LoadTranslation( 'ID_SKIN_ALREADY_EXISTS' ) ));
@@ -457,4 +457,3 @@ function copy_skin_folder ($path, $dest, $exclude = array())
return false;
}
}

View File

@@ -4,7 +4,7 @@
<id>00000000000000000000000000000001</id>
<name>Classic</name>
<description>Classic/default skin</description>
<author>ProcessMaker Team</author>
<author>Lurana Team</author>
<version>1.0</version>
<createDate>2011-02-27</createDate>
<modifiedDate>2011-02-28</modifiedDate>

View File

@@ -4,7 +4,7 @@
<id>00000000000000000000000000000002</id>
<name>UxModern</name>
<description>UxModern skin</description>
<author>ProcessMaker Team</author>
<author>Lurana Team</author>
<version>1.0</version>
<createDate>2012-04-05</createDate>
<modifiedDate>2012-04-05</modifiedDate>

View File

@@ -4,7 +4,7 @@
<id>00000000000000000000000000000001</id>
<name>Classic</name>
<description>Classic/default skin</description>
<author>ProcessMaker Team</author>
<author>Lurana Team</author>
<version>1.0</version>
<createDate>2011-02-27</createDate>
<modifiedDate>2011-02-28</modifiedDate>

View File

@@ -38,7 +38,7 @@ class Skins
$skinName,
$skinFolder,
$skinDescription = '',
$skinAuthor = 'ProcessMaker Team',
$skinAuthor = 'Lurana Team',
$skinWorkspace = 'global',
$skinBase = 'lurana'
) {