From: <rc...@us...> - 2016-10-31 16:47:19
|
Revision: 7658 http://sourceforge.net/p/web-erp/reponame/7658 Author: rchacon Date: 2016-10-31 16:47:12 +0000 (Mon, 31 Oct 2016) Log Message: ----------- Correct word, and modifies .PO files to preserve translations. Modified Paths: -------------- trunk/SecurityTokens.php trunk/SelectProduct.php trunk/doc/Change.log trunk/locale/ar_EG.utf8/LC_MESSAGES/messages.po trunk/locale/ar_SY.utf8/LC_MESSAGES/messages.po trunk/locale/cs_CZ.utf8/LC_MESSAGES/messages.po trunk/locale/de_DE.utf8/LC_MESSAGES/messages.po trunk/locale/el_GR.utf8/LC_MESSAGES/messages.po trunk/locale/en_GB.utf8/LC_MESSAGES/messages.pot trunk/locale/en_US.utf8/LC_MESSAGES/messages.po trunk/locale/es_ES.utf8/LC_MESSAGES/messages.po trunk/locale/et_EE.utf8/LC_MESSAGES/messages.po trunk/locale/fa_IR.utf8/LC_MESSAGES/messages.po trunk/locale/fr_CA.utf8/LC_MESSAGES/messages.po trunk/locale/fr_FR.utf8/LC_MESSAGES/messages.po trunk/locale/he_IL.utf8/LC_MESSAGES/messages.po trunk/locale/hi_IN.utf8/LC_MESSAGES/messages.po trunk/locale/hr_HR.utf8/LC_MESSAGES/messages.po trunk/locale/hu_HU.utf8/LC_MESSAGES/messages.po trunk/locale/id_ID.utf8/LC_MESSAGES/messages.po trunk/locale/it_IT.utf8/LC_MESSAGES/messages.po trunk/locale/ja_JP.utf8/LC_MESSAGES/messages.po trunk/locale/ko_KR.utf8/LC_MESSAGES/messages.po trunk/locale/lv_LV.utf8/LC_MESSAGES/messages.po trunk/locale/mr_IN.utf8/LC_MESSAGES/messages.po trunk/locale/nl_NL.utf8/LC_MESSAGES/messages.po trunk/locale/pl_PL.utf8/LC_MESSAGES/messages.po trunk/locale/pt_BR.utf8/LC_MESSAGES/messages.po trunk/locale/pt_PT.utf8/LC_MESSAGES/messages.po trunk/locale/ro_RO.utf8/LC_MESSAGES/messages.po trunk/locale/ru_RU.utf8/LC_MESSAGES/messages.po trunk/locale/sq_AL.utf8/LC_MESSAGES/messages.po trunk/locale/sv_SE.utf8/LC_MESSAGES/messages.po trunk/locale/sw_KE.utf8/LC_MESSAGES/messages.po trunk/locale/tr_TR.utf8/LC_MESSAGES/messages.po trunk/locale/vi_VN.utf8/LC_MESSAGES/messages.po trunk/locale/zh_CN.utf8/LC_MESSAGES/messages.po trunk/locale/zh_HK.utf8/LC_MESSAGES/messages.po trunk/locale/zh_TW.utf8/LC_MESSAGES/messages.po Modified: trunk/SecurityTokens.php =================================================================== --- trunk/SecurityTokens.php 2016-10-31 15:35:29 UTC (rev 7657) +++ trunk/SecurityTokens.php 2016-10-31 16:47:12 UTC (rev 7658) @@ -50,7 +50,7 @@ while($ScriptRow = DB_fetch_array($Result)) { $List .= ' ' . $ScriptRow['script']; } - prnMsg(_('This secuirty token is currently used by the following scripts and cannot be deleted') . ':' . $List, 'error'); + prnMsg(_('This security token is currently used by the following scripts and cannot be deleted') . ':' . $List, 'error'); } else { $Result = DB_query("DELETE FROM securitytokens WHERE tokenid='" . $_POST['TokenId'] . "'"); if($Result) {prnMsg(_('The security token was deleted successfully'), 'success');} @@ -171,4 +171,4 @@ </form>'; include('includes/footer.inc'); -?> \ No newline at end of file +?> Modified: trunk/SelectProduct.php =================================================================== --- trunk/SelectProduct.php 2016-10-31 15:35:29 UTC (rev 7657) +++ trunk/SelectProduct.php 2016-10-31 16:47:12 UTC (rev 7658) @@ -188,7 +188,7 @@ echo '</td>'; } echo '</tr>'; - } //end of if PricesSecuirty allows viewing of prices + } //end of if PricesSecurity allows viewing of prices echo '</table>'; //end of first nested table // Item Category Property mod: display the item properties echo '<table>'; Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2016-10-31 15:35:29 UTC (rev 7657) +++ trunk/doc/Change.log 2016-10-31 16:47:12 UTC (rev 7658) @@ -1290,7 +1290,7 @@ 2/5/11 Phil: Fix PO_PDFPurchOrder.php to allow emailing but email option not to appear on printed/emailed orders 1/5/11 Tim PageSecurity.php fix bug that prevented updates to Security Token for a particular script. 1/5/11 Phil: Many scripts quoting changes single quotes for strings double quotes for xhtml variables -1/5/11 Phil: SecuirtyTokens allow deletion of tokens if no scripts using it +1/5/11 Phil: SecurityTokens allow deletion of tokens if no scripts using it 28/4/11 Tim: add facility to select an account group to limit GL acccounts returned as options to post payments to 28/4/11 Tim: new SecurityTokens script 28/4/11 Phil: Fix Secunia reported vulnerability by checking for dodgy characters in CompanyNameField - then matched to a real directory on the web-server Modified: trunk/locale/ar_EG.utf8/LC_MESSAGES/messages.po =================================================================== --- trunk/locale/ar_EG.utf8/LC_MESSAGES/messages.po 2016-10-31 15:35:29 UTC (rev 7657) +++ trunk/locale/ar_EG.utf8/LC_MESSAGES/messages.po 2016-10-31 16:47:12 UTC (rev 7658) @@ -26253,7 +26253,7 @@ #: SecurityTokens.php:14 msgid "" -"This secuirty token is currently used by the following scripts and cannot be " +"This security token is currently used by the following scripts and cannot be " "deleted" msgstr "" Modified: trunk/locale/ar_SY.utf8/LC_MESSAGES/messages.po =================================================================== --- trunk/locale/ar_SY.utf8/LC_MESSAGES/messages.po 2016-10-31 15:35:29 UTC (rev 7657) +++ trunk/locale/ar_SY.utf8/LC_MESSAGES/messages.po 2016-10-31 16:47:12 UTC (rev 7658) @@ -26285,7 +26285,7 @@ #: SecurityTokens.php:14 msgid "" -"This secuirty token is currently used by the following scripts and cannot be " +"This security token is currently used by the following scripts and cannot be " "deleted" msgstr "" Modified: trunk/locale/cs_CZ.utf8/LC_MESSAGES/messages.po =================================================================== --- trunk/locale/cs_CZ.utf8/LC_MESSAGES/messages.po 2016-10-31 15:35:29 UTC (rev 7657) +++ trunk/locale/cs_CZ.utf8/LC_MESSAGES/messages.po 2016-10-31 16:47:12 UTC (rev 7658) @@ -26962,7 +26962,7 @@ #: SecurityTokens.php:14 msgid "" -"This secuirty token is currently used by the following scripts and cannot be " +"This security token is currently used by the following scripts and cannot be " "deleted" msgstr "" Modified: trunk/locale/de_DE.utf8/LC_MESSAGES/messages.po =================================================================== --- trunk/locale/de_DE.utf8/LC_MESSAGES/messages.po 2016-10-31 15:35:29 UTC (rev 7657) +++ trunk/locale/de_DE.utf8/LC_MESSAGES/messages.po 2016-10-31 16:47:12 UTC (rev 7658) @@ -27826,7 +27826,7 @@ #: SecurityTokens.php:14 msgid "" -"This secuirty token is currently used by the following scripts and cannot be " +"This security token is currently used by the following scripts and cannot be " "deleted" msgstr "" "Diese Berechtigung wird derzeit von den folgenden Skrips verwendet und kann " Modified: trunk/locale/el_GR.utf8/LC_MESSAGES/messages.po =================================================================== --- trunk/locale/el_GR.utf8/LC_MESSAGES/messages.po 2016-10-31 15:35:29 UTC (rev 7657) +++ trunk/locale/el_GR.utf8/LC_MESSAGES/messages.po 2016-10-31 16:47:12 UTC (rev 7658) @@ -27784,7 +27784,7 @@ #: SecurityTokens.php:14 msgid "" -"This secuirty token is currently used by the following scripts and cannot be " +"This security token is currently used by the following scripts and cannot be " "deleted" msgstr "" Modified: trunk/locale/en_GB.utf8/LC_MESSAGES/messages.pot =================================================================== --- trunk/locale/en_GB.utf8/LC_MESSAGES/messages.pot 2016-10-31 15:35:29 UTC (rev 7657) +++ trunk/locale/en_GB.utf8/LC_MESSAGES/messages.pot 2016-10-31 16:47:12 UTC (rev 7658) @@ -24914,7 +24914,7 @@ msgstr "" #: SecurityTokens.php:14 -msgid "This secuirty token is currently used by the following scripts and cannot be deleted" +msgid "This security token is currently used by the following scripts and cannot be deleted" msgstr "" #: SecurityTokens.php:51 Modified: trunk/locale/en_US.utf8/LC_MESSAGES/messages.po =================================================================== --- trunk/locale/en_US.utf8/LC_MESSAGES/messages.po 2016-10-31 15:35:29 UTC (rev 7657) +++ trunk/locale/en_US.utf8/LC_MESSAGES/messages.po 2016-10-31 16:47:12 UTC (rev 7658) @@ -26299,7 +26299,7 @@ #: SecurityTokens.php:14 msgid "" -"This secuirty token is currently used by the following scripts and cannot be " +"This security token is currently used by the following scripts and cannot be " "deleted" msgstr "" Modified: trunk/locale/es_ES.utf8/LC_MESSAGES/messages.po =================================================================== --- trunk/locale/es_ES.utf8/LC_MESSAGES/messages.po 2016-10-31 15:35:29 UTC (rev 7657) +++ trunk/locale/es_ES.utf8/LC_MESSAGES/messages.po 2016-10-31 16:47:12 UTC (rev 7658) @@ -27801,7 +27801,7 @@ #: SecurityTokens.php:14 msgid "" -"This secuirty token is currently used by the following scripts and cannot be " +"This security token is currently used by the following scripts and cannot be " "deleted" msgstr "" "Este testigo de seguridad es utilizado actualmente por los siguientes " Modified: trunk/locale/et_EE.utf8/LC_MESSAGES/messages.po =================================================================== --- trunk/locale/et_EE.utf8/LC_MESSAGES/messages.po 2016-10-31 15:35:29 UTC (rev 7657) +++ trunk/locale/et_EE.utf8/LC_MESSAGES/messages.po 2016-10-31 16:47:12 UTC (rev 7658) @@ -26297,7 +26297,7 @@ #: SecurityTokens.php:14 msgid "" -"This secuirty token is currently used by the following scripts and cannot be " +"This security token is currently used by the following scripts and cannot be " "deleted" msgstr "" Modified: trunk/locale/fa_IR.utf8/LC_MESSAGES/messages.po =================================================================== --- trunk/locale/fa_IR.utf8/LC_MESSAGES/messages.po 2016-10-31 15:35:29 UTC (rev 7657) +++ trunk/locale/fa_IR.utf8/LC_MESSAGES/messages.po 2016-10-31 16:47:12 UTC (rev 7658) @@ -26954,7 +26954,7 @@ #: SecurityTokens.php:14 msgid "" -"This secuirty token is currently used by the following scripts and cannot be " +"This security token is currently used by the following scripts and cannot be " "deleted" msgstr "" Modified: trunk/locale/fr_CA.utf8/LC_MESSAGES/messages.po =================================================================== --- trunk/locale/fr_CA.utf8/LC_MESSAGES/messages.po 2016-10-31 15:35:29 UTC (rev 7657) +++ trunk/locale/fr_CA.utf8/LC_MESSAGES/messages.po 2016-10-31 16:47:12 UTC (rev 7658) @@ -27549,7 +27549,7 @@ #: SecurityTokens.php:14 msgid "" -"This secuirty token is currently used by the following scripts and cannot be " +"This security token is currently used by the following scripts and cannot be " "deleted" msgstr "" "Ce jeton de sécurité est utilisé par le(s) script(s) suivants et ne peut pas " Modified: trunk/locale/fr_FR.utf8/LC_MESSAGES/messages.po =================================================================== --- trunk/locale/fr_FR.utf8/LC_MESSAGES/messages.po 2016-10-31 15:35:29 UTC (rev 7657) +++ trunk/locale/fr_FR.utf8/LC_MESSAGES/messages.po 2016-10-31 16:47:12 UTC (rev 7658) @@ -28034,7 +28034,7 @@ #: SecurityTokens.php:14 msgid "" -"This secuirty token is currently used by the following scripts and cannot be " +"This security token is currently used by the following scripts and cannot be " "deleted" msgstr "" "Ce jeton de sécurité est utilisé par le(s) script(s) suivants et ne peut pas " Modified: trunk/locale/he_IL.utf8/LC_MESSAGES/messages.po =================================================================== --- trunk/locale/he_IL.utf8/LC_MESSAGES/messages.po 2016-10-31 15:35:29 UTC (rev 7657) +++ trunk/locale/he_IL.utf8/LC_MESSAGES/messages.po 2016-10-31 16:47:12 UTC (rev 7658) @@ -28261,7 +28261,7 @@ #: SecurityTokens.php:14 msgid "" -"This secuirty token is currently used by the following scripts and cannot be " +"This security token is currently used by the following scripts and cannot be " "deleted" msgstr "" Modified: trunk/locale/hi_IN.utf8/LC_MESSAGES/messages.po =================================================================== --- trunk/locale/hi_IN.utf8/LC_MESSAGES/messages.po 2016-10-31 15:35:29 UTC (rev 7657) +++ trunk/locale/hi_IN.utf8/LC_MESSAGES/messages.po 2016-10-31 16:47:12 UTC (rev 7658) @@ -26795,7 +26795,7 @@ #: SecurityTokens.php:14 msgid "" -"This secuirty token is currently used by the following scripts and cannot be " +"This security token is currently used by the following scripts and cannot be " "deleted" msgstr "" Modified: trunk/locale/hr_HR.utf8/LC_MESSAGES/messages.po =================================================================== --- trunk/locale/hr_HR.utf8/LC_MESSAGES/messages.po 2016-10-31 15:35:29 UTC (rev 7657) +++ trunk/locale/hr_HR.utf8/LC_MESSAGES/messages.po 2016-10-31 16:47:12 UTC (rev 7658) @@ -26267,7 +26267,7 @@ #: SecurityTokens.php:14 msgid "" -"This secuirty token is currently used by the following scripts and cannot be " +"This security token is currently used by the following scripts and cannot be " "deleted" msgstr "" Modified: trunk/locale/hu_HU.utf8/LC_MESSAGES/messages.po =================================================================== --- trunk/locale/hu_HU.utf8/LC_MESSAGES/messages.po 2016-10-31 15:35:29 UTC (rev 7657) +++ trunk/locale/hu_HU.utf8/LC_MESSAGES/messages.po 2016-10-31 16:47:12 UTC (rev 7658) @@ -26855,7 +26855,7 @@ #: SecurityTokens.php:14 msgid "" -"This secuirty token is currently used by the following scripts and cannot be " +"This security token is currently used by the following scripts and cannot be " "deleted" msgstr "" Modified: trunk/locale/id_ID.utf8/LC_MESSAGES/messages.po =================================================================== --- trunk/locale/id_ID.utf8/LC_MESSAGES/messages.po 2016-10-31 15:35:29 UTC (rev 7657) +++ trunk/locale/id_ID.utf8/LC_MESSAGES/messages.po 2016-10-31 16:47:12 UTC (rev 7658) @@ -27135,7 +27135,7 @@ #: SecurityTokens.php:14 msgid "" -"This secuirty token is currently used by the following scripts and cannot be " +"This security token is currently used by the following scripts and cannot be " "deleted" msgstr "" "Token keamanan ini sedang digunakan oleh script berikut dan tdk dapat dihapus" Modified: trunk/locale/it_IT.utf8/LC_MESSAGES/messages.po =================================================================== --- trunk/locale/it_IT.utf8/LC_MESSAGES/messages.po 2016-10-31 15:35:29 UTC (rev 7657) +++ trunk/locale/it_IT.utf8/LC_MESSAGES/messages.po 2016-10-31 16:47:12 UTC (rev 7658) @@ -27675,7 +27675,7 @@ #: SecurityTokens.php:14 msgid "" -"This secuirty token is currently used by the following scripts and cannot be " +"This security token is currently used by the following scripts and cannot be " "deleted" msgstr "" "Questo token di protezione è attualmente utilizzato dai seguenti script e " Modified: trunk/locale/ja_JP.utf8/LC_MESSAGES/messages.po =================================================================== --- trunk/locale/ja_JP.utf8/LC_MESSAGES/messages.po 2016-10-31 15:35:29 UTC (rev 7657) +++ trunk/locale/ja_JP.utf8/LC_MESSAGES/messages.po 2016-10-31 16:47:12 UTC (rev 7658) @@ -26316,7 +26316,7 @@ #: SecurityTokens.php:14 msgid "" -"This secuirty token is currently used by the following scripts and cannot be " +"This security token is currently used by the following scripts and cannot be " "deleted" msgstr "" Modified: trunk/locale/ko_KR.utf8/LC_MESSAGES/messages.po =================================================================== --- trunk/locale/ko_KR.utf8/LC_MESSAGES/messages.po 2016-10-31 15:35:29 UTC (rev 7657) +++ trunk/locale/ko_KR.utf8/LC_MESSAGES/messages.po 2016-10-31 16:47:12 UTC (rev 7658) @@ -26968,7 +26968,7 @@ #: SecurityTokens.php:14 msgid "" -"This secuirty token is currently used by the following scripts and cannot be " +"This security token is currently used by the following scripts and cannot be " "deleted" msgstr "" "이 보안] 토큰은 현재 다음과 같은 스크립트에 의해 사용되며 삭제할 수 없습니다" Modified: trunk/locale/lv_LV.utf8/LC_MESSAGES/messages.po =================================================================== --- trunk/locale/lv_LV.utf8/LC_MESSAGES/messages.po 2016-10-31 15:35:29 UTC (rev 7657) +++ trunk/locale/lv_LV.utf8/LC_MESSAGES/messages.po 2016-10-31 16:47:12 UTC (rev 7658) @@ -26359,7 +26359,7 @@ #: SecurityTokens.php:14 msgid "" -"This secuirty token is currently used by the following scripts and cannot be " +"This security token is currently used by the following scripts and cannot be " "deleted" msgstr "" Modified: trunk/locale/mr_IN.utf8/LC_MESSAGES/messages.po =================================================================== --- trunk/locale/mr_IN.utf8/LC_MESSAGES/messages.po 2016-10-31 15:35:29 UTC (rev 7657) +++ trunk/locale/mr_IN.utf8/LC_MESSAGES/messages.po 2016-10-31 16:47:12 UTC (rev 7658) @@ -26764,9 +26764,9 @@ #: SecurityTokens.php:14 msgid "" -"This secuirty token is currently used by the following scripts and cannot be " +"This security token is currently used by the following scripts and cannot be " "deleted" -msgstr "हे secuirty टोकन सध्या खालील स्क्रिप्ट वापरली जाते आणि हटविले जाऊ शकत नाही" +msgstr "हे security टोकन सध्या खालील स्क्रिप्ट वापरली जाते आणि हटविले जाऊ शकत नाही" #: SecurityTokens.php:51 msgid "" Modified: trunk/locale/nl_NL.utf8/LC_MESSAGES/messages.po =================================================================== --- trunk/locale/nl_NL.utf8/LC_MESSAGES/messages.po 2016-10-31 15:35:29 UTC (rev 7657) +++ trunk/locale/nl_NL.utf8/LC_MESSAGES/messages.po 2016-10-31 16:47:12 UTC (rev 7658) @@ -27283,7 +27283,7 @@ #: SecurityTokens.php:14 msgid "" -"This secuirty token is currently used by the following scripts and cannot be " +"This security token is currently used by the following scripts and cannot be " "deleted" msgstr "" Modified: trunk/locale/pl_PL.utf8/LC_MESSAGES/messages.po =================================================================== --- trunk/locale/pl_PL.utf8/LC_MESSAGES/messages.po 2016-10-31 15:35:29 UTC (rev 7657) +++ trunk/locale/pl_PL.utf8/LC_MESSAGES/messages.po 2016-10-31 16:47:12 UTC (rev 7658) @@ -26938,7 +26938,7 @@ #: SecurityTokens.php:14 msgid "" -"This secuirty token is currently used by the following scripts and cannot be " +"This security token is currently used by the following scripts and cannot be " "deleted" msgstr "" Modified: trunk/locale/pt_BR.utf8/LC_MESSAGES/messages.po =================================================================== --- trunk/locale/pt_BR.utf8/LC_MESSAGES/messages.po 2016-10-31 15:35:29 UTC (rev 7657) +++ trunk/locale/pt_BR.utf8/LC_MESSAGES/messages.po 2016-10-31 16:47:12 UTC (rev 7658) @@ -27172,7 +27172,7 @@ #: SecurityTokens.php:14 msgid "" -"This secuirty token is currently used by the following scripts and cannot be " +"This security token is currently used by the following scripts and cannot be " "deleted" msgstr "Esse token segurança é usado pelos scripts e não pode ser removido" Modified: trunk/locale/pt_PT.utf8/LC_MESSAGES/messages.po =================================================================== --- trunk/locale/pt_PT.utf8/LC_MESSAGES/messages.po 2016-10-31 15:35:29 UTC (rev 7657) +++ trunk/locale/pt_PT.utf8/LC_MESSAGES/messages.po 2016-10-31 16:47:12 UTC (rev 7658) @@ -27172,7 +27172,7 @@ #: SecurityTokens.php:14 msgid "" -"This secuirty token is currently used by the following scripts and cannot be " +"This security token is currently used by the following scripts and cannot be " "deleted" msgstr "Esse token segurança é usado pelos scripts e não pode ser removido" Modified: trunk/locale/ro_RO.utf8/LC_MESSAGES/messages.po =================================================================== --- trunk/locale/ro_RO.utf8/LC_MESSAGES/messages.po 2016-10-31 15:35:29 UTC (rev 7657) +++ trunk/locale/ro_RO.utf8/LC_MESSAGES/messages.po 2016-10-31 16:47:12 UTC (rev 7658) @@ -27504,7 +27504,7 @@ #: SecurityTokens.php:14 msgid "" -"This secuirty token is currently used by the following scripts and cannot be " +"This security token is currently used by the following scripts and cannot be " "deleted" msgstr "" Modified: trunk/locale/ru_RU.utf8/LC_MESSAGES/messages.po =================================================================== --- trunk/locale/ru_RU.utf8/LC_MESSAGES/messages.po 2016-10-31 15:35:29 UTC (rev 7657) +++ trunk/locale/ru_RU.utf8/LC_MESSAGES/messages.po 2016-10-31 16:47:12 UTC (rev 7658) @@ -27164,7 +27164,7 @@ #: SecurityTokens.php:14 msgid "" -"This secuirty token is currently used by the following scripts and cannot be " +"This security token is currently used by the following scripts and cannot be " "deleted" msgstr "" Modified: trunk/locale/sq_AL.utf8/LC_MESSAGES/messages.po =================================================================== --- trunk/locale/sq_AL.utf8/LC_MESSAGES/messages.po 2016-10-31 15:35:29 UTC (rev 7657) +++ trunk/locale/sq_AL.utf8/LC_MESSAGES/messages.po 2016-10-31 16:47:12 UTC (rev 7658) @@ -27358,7 +27358,7 @@ #: SecurityTokens.php:14 msgid "" -"This secuirty token is currently used by the following scripts and cannot be " +"This security token is currently used by the following scripts and cannot be " "deleted" msgstr "" Modified: trunk/locale/sv_SE.utf8/LC_MESSAGES/messages.po =================================================================== --- trunk/locale/sv_SE.utf8/LC_MESSAGES/messages.po 2016-10-31 15:35:29 UTC (rev 7657) +++ trunk/locale/sv_SE.utf8/LC_MESSAGES/messages.po 2016-10-31 16:47:12 UTC (rev 7658) @@ -26870,7 +26870,7 @@ #: SecurityTokens.php:14 msgid "" -"This secuirty token is currently used by the following scripts and cannot be " +"This security token is currently used by the following scripts and cannot be " "deleted" msgstr "" Modified: trunk/locale/sw_KE.utf8/LC_MESSAGES/messages.po =================================================================== --- trunk/locale/sw_KE.utf8/LC_MESSAGES/messages.po 2016-10-31 15:35:29 UTC (rev 7657) +++ trunk/locale/sw_KE.utf8/LC_MESSAGES/messages.po 2016-10-31 16:47:12 UTC (rev 7658) @@ -27095,7 +27095,7 @@ #: SecurityTokens.php:14 msgid "" -"This secuirty token is currently used by the following scripts and cannot be " +"This security token is currently used by the following scripts and cannot be " "deleted" msgstr "" Modified: trunk/locale/tr_TR.utf8/LC_MESSAGES/messages.po =================================================================== --- trunk/locale/tr_TR.utf8/LC_MESSAGES/messages.po 2016-10-31 15:35:29 UTC (rev 7657) +++ trunk/locale/tr_TR.utf8/LC_MESSAGES/messages.po 2016-10-31 16:47:12 UTC (rev 7658) @@ -26823,7 +26823,7 @@ #: SecurityTokens.php:14 msgid "" -"This secuirty token is currently used by the following scripts and cannot be " +"This security token is currently used by the following scripts and cannot be " "deleted" msgstr "" Modified: trunk/locale/vi_VN.utf8/LC_MESSAGES/messages.po =================================================================== --- trunk/locale/vi_VN.utf8/LC_MESSAGES/messages.po 2016-10-31 15:35:29 UTC (rev 7657) +++ trunk/locale/vi_VN.utf8/LC_MESSAGES/messages.po 2016-10-31 16:47:12 UTC (rev 7658) @@ -26671,7 +26671,7 @@ #: SecurityTokens.php:14 msgid "" -"This secuirty token is currently used by the following scripts and cannot be " +"This security token is currently used by the following scripts and cannot be " "deleted" msgstr "" Modified: trunk/locale/zh_CN.utf8/LC_MESSAGES/messages.po =================================================================== --- trunk/locale/zh_CN.utf8/LC_MESSAGES/messages.po 2016-10-31 15:35:29 UTC (rev 7657) +++ trunk/locale/zh_CN.utf8/LC_MESSAGES/messages.po 2016-10-31 16:47:12 UTC (rev 7658) @@ -26400,7 +26400,7 @@ #: SecurityTokens.php:14 msgid "" -"This secuirty token is currently used by the following scripts and cannot be " +"This security token is currently used by the following scripts and cannot be " "deleted" msgstr "此令牌目前被以下脚本使用无法删除" Modified: trunk/locale/zh_HK.utf8/LC_MESSAGES/messages.po =================================================================== --- trunk/locale/zh_HK.utf8/LC_MESSAGES/messages.po 2016-10-31 15:35:29 UTC (rev 7657) +++ trunk/locale/zh_HK.utf8/LC_MESSAGES/messages.po 2016-10-31 16:47:12 UTC (rev 7658) @@ -26365,7 +26365,7 @@ #: SecurityTokens.php:14 msgid "" -"This secuirty token is currently used by the following scripts and cannot be " +"This security token is currently used by the following scripts and cannot be " "deleted" msgstr "" Modified: trunk/locale/zh_TW.utf8/LC_MESSAGES/messages.po =================================================================== --- trunk/locale/zh_TW.utf8/LC_MESSAGES/messages.po 2016-10-31 15:35:29 UTC (rev 7657) +++ trunk/locale/zh_TW.utf8/LC_MESSAGES/messages.po 2016-10-31 16:47:12 UTC (rev 7658) @@ -26478,7 +26478,7 @@ #: SecurityTokens.php:14 msgid "" -"This secuirty token is currently used by the following scripts and cannot be " +"This security token is currently used by the following scripts and cannot be " "deleted" msgstr "這個編制主任令牌是目前使用以下腳本,不能被刪除" |