Skip to content

Commit

Permalink
#852 step 1: category lang strings and tags in setup-files.
Browse files Browse the repository at this point in the history
  • Loading branch information
trustmaster committed Feb 26, 2012
1 parent ace85d5 commit 0a559cf
Show file tree
Hide file tree
Showing 31 changed files with 97 additions and 25 deletions.
23 changes: 23 additions & 0 deletions lang/en/admin.en.lang.php
Expand Up @@ -250,6 +250,29 @@
$L['ext_updated'] = '{$type} "{$name}" has been updated to version {$ver}';
$L['ext_updating'] = 'Updating {$type} "{$name}"';

/**
* Extension categories
*/
$L['ext_cat']['administration-management'] = 'Administration & Management';
$L['ext_cat']['commerce'] = 'Commerce & Shopping';
$L['ext_cat']['community-social'] = 'Community & Social';
$L['ext_cat']['customization-i18n'] = 'Customization & I18n';
$L['ext_cat']['data-apis'] = 'Data Feeds & APIs';
$L['ext_cat']['development-maintenance'] = 'Development & Maintenance';
$L['ext_cat']['editor'] = 'Editors';
$L['ext_cat']['files-media'] = 'Files & Media';
$L['ext_cat']['forms-feedback'] = 'Forms & Feedback';
$L['ext_cat']['intranet-groupware'] = 'Intranet & Groupware';
$L['ext_cat']['mobile-geolocation'] = 'Mobile & Geolocation';
$L['ext_cat']['navigation-structure'] = 'Navigation & Structure';
$L['ext_cat']['parser'] = 'Parsers & Markup';
$L['ext_cat']['performance-seo'] = 'Performance & SEO';
$L['ext_cat']['publications-events'] = 'Publications & Events';
$L['ext_cat']['security-authentication'] = 'Security & Authentication';
$L['ext_cat']['utilities-tools'] = 'Utilities & Tools';
$L['ext_cat']['ext-misc'] = 'Miscellaneous';
$L['ext_cat']['post-install'] = 'Post-install Scripts';

/**
* Structure Section
*/
Expand Down
23 changes: 23 additions & 0 deletions lang/ru/admin.ru.lang.php
Expand Up @@ -250,6 +250,29 @@
$L['ext_updated'] = '{$type} "{$name}" обновлен до версии {$ver}';
$L['ext_updating'] = 'Обновление {$type} "{$name}"';

/**
* Extension categories
*/
$L['ext_cat']['administration-management'] = 'Администрирование и управление';
$L['ext_cat']['commerce'] = 'Электронная коммерция';
$L['ext_cat']['community-social'] = 'Сообщества и социальное';
$L['ext_cat']['customization-i18n'] = 'Тонкая настройка и I18n';
$L['ext_cat']['data-apis'] = 'Потоки данных и API';
$L['ext_cat']['development-maintenance'] = 'Разработка и поддержка';
$L['ext_cat']['editor'] = 'Редакторы';
$L['ext_cat']['files-media'] = 'Файлы и медиа';
$L['ext_cat']['forms-feedback'] = 'Формы и обратная связь';
$L['ext_cat']['intranet-groupware'] = 'Корпоративный сектор';
$L['ext_cat']['mobile-geolocation'] = 'Мобильность и геолокация';
$L['ext_cat']['navigation-structure'] = 'Навигация и структура';
$L['ext_cat']['parser'] = 'Парсеры и разметка';
$L['ext_cat']['performance-seo'] = 'Производительность и SEO';
$L['ext_cat']['publications-events'] = 'Публикации и события';
$L['ext_cat']['security-authentication'] = 'Безопасность и аутентификация';
$L['ext_cat']['utilities-tools'] = 'Инструменты';
$L['ext_cat']['ext-misc'] = 'Прочее';
$L['ext_cat']['post-install'] = 'Пост-установочные скрипты';

/**
* Structure Section
*/
Expand Down
3 changes: 2 additions & 1 deletion plugins/autocomplete/autocomplete.setup.php
Expand Up @@ -3,11 +3,12 @@
[BEGIN_COT_EXT]
Code=autocomplete
Name=Autocomplete
Category=ext-misc
Description=autocomplete script
Version=0.8.3
Date=2011-jan-8
Author=esclkm
Copyright=Copyright (c) Cotonti Team 2008-2011
Copyright=Copyright (c) Cotonti Team 2008-2012
Notes=BSD License
SQL=
Auth_guests=R
Expand Down
3 changes: 2 additions & 1 deletion plugins/banlist/banlist.setup.php
Expand Up @@ -3,11 +3,12 @@
[BEGIN_COT_EXT]
Code=banlist
Name=Banlist
Category=administration-management
Description=Banlist
Version=0.9.0
Date=2010-sep-24
Author=esclkm, Cotonti Team
Copyright=Copyright (c) Cotonti Team 2008-2011
Copyright=Copyright (c) Cotonti Team 2008-2012
Notes=BSD License
Auth_guests=R
Lock_guests=12345A
Expand Down
2 changes: 1 addition & 1 deletion plugins/bbcode/bbcode.setup.php
Expand Up @@ -8,7 +8,7 @@
Version=0.9.0
Date=2011-06-30
Author=Cotonti Team
Copyright=Copyright (c) Cotonti Team 2008-2011
Copyright=Copyright (c) Cotonti Team 2008-2012
Notes=BSD License
Auth_guests=R
Lock_guests=12345A
Expand Down
4 changes: 2 additions & 2 deletions plugins/ckeditor/ckeditor.setup.php
Expand Up @@ -5,10 +5,10 @@
Name=CKEditor
Category=editor
Description=WYSIWYG HTML editor
Version=0.9.0-3.5.3
Version=0.9.0-3.6.2
Date=2011-06-30
Author=CKSource, http://ckeditor.com/
Copyright=(c) 2003 - 2011 CKSource - Frederico Knabben.
Copyright=(c) 2003 - 2012 CKSource - Frederico Knabben.
Notes=Licensed under the terms of any of the following licenses: GPL, LGPL, MPL
SQL=
Auth_guests=R
Expand Down
3 changes: 2 additions & 1 deletion plugins/cleaner/cleaner.setup.php
Expand Up @@ -3,11 +3,12 @@
[BEGIN_COT_EXT]
Code=cleaner
Name=Cleaner
Category=administration-management
Description=Will clean various things...
Version=0.7.0
Date=2010-jan-03
Author=Neocrome & Cotonti Team
Copyright=Partial copyright (c) Cotonti Team 2008-2011
Copyright=Partial copyright (c) Cotonti Team 2008-2012
Notes=BSD License
SQL=
Auth_guests=0
Expand Down
3 changes: 2 additions & 1 deletion plugins/comments/comments.setup.php
Expand Up @@ -3,11 +3,12 @@
[BEGIN_COT_EXT]
Code=comments
Name=Comments system
Category=community-social
Description=Comments system for Cotonti
Version=0.9.7
Date=2011-09-23
Author=Cotonti Team
Copyright=Partial copyright (c) Cotonti Team 2008-2011
Copyright=Partial copyright (c) Cotonti Team 2008-2012
Notes=BSD License
Auth_guests=R
Lock_guests=12345A
Expand Down
3 changes: 2 additions & 1 deletion plugins/contact/contact.setup.php
Expand Up @@ -3,11 +3,12 @@
[BEGIN_COT_EXT]
Code=contact
Name=Contact
Category=forms-feedback
Description=Contact form for user feedback delivered by e-mail and recorded in database
Version=2.5.0
Date=2011-05-24
Author=Cotonti Team
Copyright=© 2008-2011 Cotonti Team
Copyright=© 2008-2012 Cotonti Team
Notes=
Auth_guests=RW
Lock_guests=12345A
Expand Down
3 changes: 2 additions & 1 deletion plugins/forumstats/forumstats.setup.php
Expand Up @@ -3,11 +3,12 @@
[BEGIN_COT_EXT]
Code=forumstats
Name=Forum statistics
Category=community-social
Description=Statistics for the forums
Version=0.7.0
Date=2010-jan-03
Author=Neocrome & Cotonti Team
Copyright=Partial copyright (c) Cotonti Team 2008-2011
Copyright=Partial copyright (c) Cotonti Team 2008-2012
Notes=BSD License
SQL=
Auth_guests=R
Expand Down
3 changes: 2 additions & 1 deletion plugins/genoa/genoa.setup.php
Expand Up @@ -3,11 +3,12 @@
[BEGIN_COT_EXT]
Code=genoa
Name=Genoa Compatibility
Category=development-maintenance
Description=Compatibility layer for Cotonti 0.6 Genoa plugins. Enables some of the old plugins to run, but makes performance worse.
Version=0.9.0
Date=2010-12-24
Author=Trustmaster, Cotonti Team
Copyright=Copyright (c) Cotonti Team 2009-2011
Copyright=Copyright (c) Cotonti Team 2009-2012
Notes=BSD License
SQL=
Auth_guests=R
Expand Down
3 changes: 2 additions & 1 deletion plugins/hiddengroups/hiddengroups.setup.php
Expand Up @@ -3,11 +3,12 @@
[BEGIN_COT_EXT]
Code=hiddengroups
Name=Hidden Groups
Category=community-social
Description=Hide groups and/or its members
Version=1.0
Date=2010-nov-04
Author=Koradhil, Cotonti Team
Copyright=Copyright (c) Cotonti Team 2008-2011
Copyright=Copyright (c) Cotonti Team 2008-2012
Notes=BSD License
Auth_guests=R
Lock_guests=RW12345A
Expand Down
1 change: 1 addition & 0 deletions plugins/hits/hits.setup.php
Expand Up @@ -3,6 +3,7 @@
[BEGIN_COT_EXT]
Code=hits
Name=Hits
Category=performance-seo
Description=Simple Stat for Cotonti
Version=0.9.2
Date=2012-02-24
Expand Down
2 changes: 1 addition & 1 deletion plugins/html/html.setup.php
Expand Up @@ -8,7 +8,7 @@
Version=0.9.1
Date=2011-06-30
Author=Cotonti Team
Copyright=Copyright (c) Cotonti Team 2008-2011
Copyright=Copyright (c) Cotonti Team 2008-2012
Notes=BSD License
Auth_guests=R
Lock_guests=12345A
Expand Down
3 changes: 2 additions & 1 deletion plugins/htmlpurifier/htmlpurifier.setup.php
Expand Up @@ -3,8 +3,9 @@
[BEGIN_COT_EXT]
Code=htmlpurifier
Name=HTML Purifier
Category=security-authentication
Description=Makes sure submitted HTML is valid and secure
Version=0.9.0-4.2.0
Version=0.9.0-4.4.0
Date=2010-oct-07
Author=Edward Z. Yang, Cotonti plugin by Trustmaster
Copyright=Copyright (c) Edward Z. Yang
Expand Down
1 change: 1 addition & 0 deletions plugins/i18n/i18n.setup.php
Expand Up @@ -3,6 +3,7 @@
[BEGIN_COT_EXT]
Code=i18n
Name=Content Internationalization
Category=customization-i18n
Description=Enables site contents translation into multiple languages
Version=0.9.4
Date=2012-01-14
Expand Down
3 changes: 2 additions & 1 deletion plugins/ipsearch/ipsearch.setup.php
Expand Up @@ -3,11 +3,12 @@
[BEGIN_COT_EXT]
Code=ipsearch
Name=IP search
Category=utilities-tools
Description=Search for an IP in the user database
Version=0.7.0
Date=2010-jan-03
Author=Neocrome & Cotonti Team
Copyright=Partial copyright (c) Cotonti Team 2008-2011
Copyright=Partial copyright (c) Cotonti Team 2008-2012
Notes=BSD License
SQL=
Auth_guests=0
Expand Down
1 change: 1 addition & 0 deletions plugins/massmovetopics/massmovetopics.setup.php
Expand Up @@ -3,6 +3,7 @@
[BEGIN_COT_EXT]
Code=massmovetopics
Name=Mass-move topics in forums
Category=administration-management
Description=Move all topics from one section to another section in forums
Version=0.7.0
Date=2010-jan-03
Expand Down
1 change: 1 addition & 0 deletions plugins/mcaptcha/mcaptcha.setup.php
Expand Up @@ -3,6 +3,7 @@
[BEGIN_COT_EXT]
Code=mcaptcha
Name=MathCaptcha
Category=security-authentication
Description=Mathematical CAPTCHA. Protects your site from spam bots with simple arithmetic tasks. Requires JavaScript.
Version=1.1.1
Date=2010-12-22
Expand Down
3 changes: 2 additions & 1 deletion plugins/news/news.setup.php
Expand Up @@ -3,11 +3,12 @@
[BEGIN_COT_EXT]
Code=news
Name=News
Category=publications-events
Description=Pick up pages from a category and display the newest in the home page
Version=0.7.2
Date=2010-jan-03
Author=Cotonti Team
Copyright=Partial copyright (c) Cotonti Team 2008-2011
Copyright=Partial copyright (c) Cotonti Team 2008-2012
Notes=BSD License
SQL=
Auth_guests=R
Expand Down
3 changes: 2 additions & 1 deletion plugins/ratings/ratings.setup.php
Expand Up @@ -3,11 +3,12 @@
[BEGIN_COT_EXT]
Code=ratings
Name=Star Ratings
Category=community-social
Description=Ratings plugin with jQuery stars
Version=0.9.0
Date=2010-dec-16
Author=Cotonti Team
Copyright=Copyright (c) Cotonti Team 2008-2011
Copyright=Copyright (c) Cotonti Team 2008-2012
Notes=BSD License
Auth_guests=R
Lock_guests=12345A
Expand Down
3 changes: 2 additions & 1 deletion plugins/recentitems/recentitems.setup.php
Expand Up @@ -3,11 +3,12 @@
[BEGIN_COT_EXT]
Code=recentitems
Name=Recent items
Category=publications-events
Description=Recent pages, topics in forums, users, comments
Version=0.9.0.1
Date=2010-02-08
Author=esclkm & Cotonti Team
Copyright=Partial copyright (c) Cotonti Team 2008-2011
Copyright=Partial copyright (c) Cotonti Team 2008-2012
Notes=BSD License
SQL=
Auth_guests=R
Expand Down
3 changes: 2 additions & 1 deletion plugins/referers/referers.setup.php
Expand Up @@ -3,11 +3,12 @@
[BEGIN_COT_EXT]
Code=referers
Name=Referers
Category=performance-seo
Description=Referers
Version=0.9.0
Date=2010-sep-24
Author=esclkm, Cotonti Team
Copyright=Copyright (c) Cotonti Team 2008-2011
Copyright=Copyright (c) Cotonti Team 2008-2012
Notes=BSD License
Auth_guests=R
Lock_guests=12345A
Expand Down
3 changes: 2 additions & 1 deletion plugins/search/search.setup.php
Expand Up @@ -3,11 +3,12 @@
[BEGIN_COT_EXT]
Code=search
Name=Search
Category=navigation-structure
Description=Search with extended features
Version=4.0.4
Date=2010-dec-16
Author=Cotonti Team
Copyright=Partial copyright (c) Cotonti Team 2008-2011
Copyright=Partial copyright (c) Cotonti Team 2008-2012
Notes=BSD License
SQL=
Auth_guests=R
Expand Down
3 changes: 2 additions & 1 deletion plugins/statistics/statistics.setup.php
Expand Up @@ -3,11 +3,12 @@
[BEGIN_COT_EXT]
Code=statistics
Name=Statistics
Category=performance-seo
Description=All kind of statistics about the site
Version=0.7.0
Date=2010-jan-03
Author=Neocrome & Cotonti Team
Copyright=Partial copyright (c) Cotonti Team 2008-2011
Copyright=Partial copyright (c) Cotonti Team 2008-2012
Notes=BSD License
SQL=
Auth_guests=R
Expand Down
3 changes: 2 additions & 1 deletion plugins/tags/tags.setup.php
Expand Up @@ -3,11 +3,12 @@
[BEGIN_COT_EXT]
Code=tags
Name=Tags
Category=navigation-structure
Description=Provides tags - site content keywords, tag clouds, tag search and API
Version=0.7.7
Date=2012-02-19
Author=Trustmaster
Copyright=All rights reserved (c) Vladimir Sibirov 2008-2011
Copyright=All rights reserved (c) Vladimir Sibirov 2008-2012
Notes=BSD License.
SQL=
Auth_guests=R
Expand Down
3 changes: 2 additions & 1 deletion plugins/trashcan/trashcan.setup.php
Expand Up @@ -3,11 +3,12 @@
[BEGIN_COT_EXT]
Code=trashcan
Name=Trashcan
Category=administration-management
Description=Trashcan
Version=0.7.1
Date=2010-sep-24
Author=Cotonti Team
Copyright=Copyright (c) Cotonti Team 2008-2011
Copyright=Copyright (c) Cotonti Team 2008-2012
Notes=BSD License
Auth_guests=R
Lock_guests=12345A
Expand Down
3 changes: 2 additions & 1 deletion plugins/urleditor/urleditor.setup.php
Expand Up @@ -3,11 +3,12 @@
[BEGIN_COT_EXT]
Code=urleditor
Name=URL Editor
Category=performance-seo
Description=Advanced URL customizer for your site
Version=0.9.1
Date=2011-08-25
Author=Trustmaster
Copyright=Copyright (c) Vladimir Sibirov and Cotonti Team 2010-2011
Copyright=Copyright (c) Vladimir Sibirov and Cotonti Team 2010-2012
Notes=Requires writable datas/urltrans.dat to use Custom presets.
Auth_guests=R
Lock_guests=W12345A
Expand Down
1 change: 1 addition & 0 deletions plugins/userimages/userimages.setup.php
Expand Up @@ -3,6 +3,7 @@
[BEGIN_COT_EXT]
Code=userimages
Name=User Images
Category=files-media
Description=Avatar and photo for users
Version=1.21
Date=2010-nov-08
Expand Down

0 comments on commit 0a559cf

Please sign in to comment.