Home
last modified time | relevance | path

Searched refs:CategoryID (Results 1 – 3 of 3) sorted by relevance

/plugin/translator/
H A Dadmin.php381 $status = $this->_importLanguage($file, $CategoryID, $version);
417 $this->_getTranslastionsForUser($removeUserKeys, $User, $CategoryID, $version);
455 if ( !empty($CategoryID) ) {
457 $EXECUTE[] = $CategoryID;
484 $CategoryID = $Category;
487 list($CategoryID, $FileName) = $this->functions->_getCategoryFromName($Category);
491 $EXECUTE = array($CategoryID, $Version);
506 function _importLanguage($file, $CategoryID, $version) { argument
527 $this->functions->database->execute($CategoryID, $version);
611 foreach ( $categories as $Name => $CategoryID ) {
[all …]
H A Daction.php72 list($CategoryID, $CategoryFileName) = $CategoryArray;
75 else { $Language = $functions->_getAvailableLanguages($CategoryID, $Version); }
86 $data = $functions->_getTranslation($CategoryID, $Version, $exportLang);
H A Dhelper.php366 function _getMasterKeyIDFromName($KeyName, $CategoryID, $isID=false, $getID=true) { argument
377 $this->database->execute($CategoryID, $KeyName);
393 function _checkForMasterKeyIDs(&$translation, &$finalStatus, $CategoryID) { argument
404 $this->database->execute($CategoryID);
540 function _getTranslation($CategoryID, $Version, $Language) { argument
546 $this->database->execute($Version, $CategoryID);
549 $this->database->execute($Version, $CategoryID, $Language);