Skip to content

Commit

Permalink
Updated translation: Spanish (Mexican) sponsored by LimeService
Browse files Browse the repository at this point in the history
git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/limesurvey@9303 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
c-schmitz committed Oct 22, 2010
1 parent 6313143 commit da695f8
Show file tree
Hide file tree
Showing 3 changed files with 72 additions and 95 deletions.
9 changes: 8 additions & 1 deletion common.php
Expand Up @@ -6320,7 +6320,14 @@ function translink($type, $oldid, $newid, $text)
}
}


/**
* This function creates the old fieldnames for survey import
*
* @param mixed $iOldSID The old survey id
* @param mixed $iNewSID The new survey id
* @param array $aGIDReplacements An array with group ids (oldgid=>newgid)
* @param array $aQIDReplacements An array with question ids (oldqid=>newqid)
*/
function aReverseTranslateFieldnames($iOldSID,$iNewSID,$aGIDReplacements,$aQIDReplacements)
{
$aGIDReplacements=array_flip($aGIDReplacements);
Expand Down
Binary file modified locale/es-MX/LC_MESSAGES/es-MX.mo
Binary file not shown.

0 comments on commit da695f8

Please sign in to comment.