⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 genpo.sh.svn-base

📁 PHP 知识管理系统(基于树结构的知识管理系统), 英文原版的PHP源码。
💻 SVN-BASE
字号:
#!/bin/shDIR=`dirname $0`cd $DIRcd ..pwd#pull in comm stuffcp -a ../Commercial-Plugins-DEV-trunk/alerts plugins/cp -a ../Commercial-Plugins-DEV-trunk/conditional-metadata plugins/cp -a ../Commercial-Plugins-DEV-trunk/custom-numbering plugins/cp -a ../Commercial-Plugins-DEV-trunk/documentcomparison plugins/cp -a ../Commercial-Plugins-DEV-trunk/network plugins/cp -a ../Commercial-Plugins-DEV-trunk/professional-reporting plugins/cp -a ../Commercial-Plugins-DEV-trunk/shortcuts plugins/cp -a ../Commercial-Plugins-DEV-trunk/wintools plugins/rm -f i18n/templates.cfind resources -name "*.js" | sort | python ./bin/jsi18n.py > templates/ktcore/javascript_i18n.smartyphp bin/smarty_to_gettext.php . > i18n/templates.cfind . -type f -name "*.php" -o -name "*.inc" | sort | xgettext --no-wrap -d knowledgeTree -L PHP -s -f - --keyword=_kt -o i18n/knowledgeTree.potecho i18n/templates.c i18n/transactions.c i18n/permissions.c | xargs -n 1 | sort | xgettext --no-wrap -d knowledgeTree -j -s -f - -o i18n/knowledgeTree.pot#remove comm stuff againrm -rf plugins/alertsrm -rf plugins/conditional-metadatarm -rf plugins/custom-numberingrm -rf plugins/documentcomparisonrm -rf plugins/networkrm -rf plugins/professional-reportingrm -rf plugins/shortcutsrm -rf plugins/wintools#alerts  conditional-metadata  custom-numbering  documentcomparison  i18n  network  professional-reporting  shortcuts  wintools# Manually append some strings with #appname# issuesecho ' ' >> i18n/knowledgeTree.potecho 'msgid "By default, KnowledgeTree controls its own users and groups and stores all information about them inside the database. In many situations, an organisation will already have a list of users and groups, and needs to use that existing information to allow access to the DMS. These <strong>Authentication Sources</strong> allow the system administrator to specify additional sources of authentication data."' >> i18n/knowledgeTree.potecho 'msgstr ""' >> i18n/knowledgeTree.potecho 'msgid "This report lists all mime types and extensions that can be identified by KnowledgeTree."' >> i18n/knowledgeTree.potecho 'msgstr ""' >> i18n/knowledgeTree.pot

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -