pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/fengoffice Update fengoffice to 2.2.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/93d3bd49bca9
branches:  trunk
changeset: 610109:93d3bd49bca9
user:      taca <taca%pkgsrc.org@localhost>
date:      Thu Oct 18 14:31:23 2012 +0000

description:
Update fengoffice to 2.2.0.

Changelog
=========

Since 2.2-rc
----------------
bugfix: calendar monthly view performance upgrades.
bugfix: translation tool for plugins fixed.
bugfix: email html signature puts br tags when composing email.
bugfix: Person email modification does not work.
bugfix: Prevent double task completion (when double clicking on complete link).
bugfix: Fixed company edit link from people tree.


Since 2.2-beta
----------------
bugfix: several fixes in custom reports display.
bugfix: custom reports csv/pdf export always show status column.
bugfix: dashboard activity widget does not control permissions correctly.
bugfix: dashboard activity widget shows username instead of person complete name.
bugfix: subworkspace creation does not inherit color.
bugfix: email autoclassification does not classify attachments.
bugfix: email view shows wrong "To" value when "To" field is empty or undefined.
bugfix: unclassified mails allows to subscribe other users.
bugfix: error when forwarding another user's account emails with attachments.
bugfix: several fixes in email classification functions.
bugfix: company comments are not displayed.
bugfix: dashboard's tasks widget breaks right widgets when scrolling (only in chrome).
bugfix: permissions check in Administration/Dimensions.
bugfix: css is being printed in csv exported reports.
bugfix: error subscribing users when instantiating templates with milestones and subtasks.
bugfix: don't use $this in static functions.
bugfix: archiving and unarchiving members is not done in a transaction.
bugfix: permissions in dimension member selectors.
bugfix: cannot set task's due date to 12:30 PM, always sets the same time but AM.
bugfix: tasks drag and drop losses some attributes.

usability: mouseover highlight on member properties/restrictions tables.


Since 2.1
----------------
bugfix: several fixes in repetitive tasks.
bugfix: quick add of tasks does not subscribe creator.
bugfix: google calendar import fixed.
bugfix: fixed event deletion.
bugfix: fixed email account sharing.
bugfix: fixed AM/PM issue when selecting task's dates.
bugfix: special characters in workspace when adding from quick add.
bugfix: error 500 in workspaces dashboard.
bugfix: error when searching emails by "From" field in advanced search.
bugfix: 1.7 -> 2.x upgrade fixed subtasks.
bugfix: permissions in user's card.
bugfix: task's drag and drop edition bugfixes.
bugfix: task's quick add does not keep the task name when switching to complete edition.
bugfix: several LDAP integration fixes.
bugfix: fixed contact phones display in list.
bugfix: config option descriptions added.
bugfix: user email is not required.
bugfix: milestone selector does not show all available milestones.
bugfix: person email cannot be edited.
bugfix: disabled users are shown in subscribers and invited people.
bugfix: permission groups upgrade does not set type.
bugfix: Javascript problems in IE.
bugfix: issues with breadcrumbs with special characters.
bugfix: VCard import/export fixed.
bugfix: cannot delete workspace with apostrophe.
bugfix: fixed "enters" issue in tasks description wysisyg editor.
bugfix: File copy makes two copies.
bugfix: permissions fixed for submembers.
bugfix: when updating a file, does not subscribe the updater user.
bugfix: milestones display diferent dates in milestone view and task list.
bugfix: "assigned to" filter in tasks does not work properly.
bugfix: cannot archive dimension members.
bugfix: cannot archive several tasks at once.

feature: activity widget.
feature: new workspace and tag selectors.
feature: add timeslot entries to application_logs.
feature: complete parent tasks asks to complete child tasks.

usability: sort email panel by "to" column.
usability: changes in advanced search for email fields.
usability: can change imported calendar names.
usability: email with attachments classification process upgraded.
usability: linked objects selector can filter by workspace and tags.

system: CKEditor updated.
system: translation module upgraded - translate plugins files.
system: German, Russian and French languages upgraded.

diffstat:

 www/fengoffice/Makefile |    4 +-
 www/fengoffice/PLIST    |  826 +++++++++++++++++++++++++++++++++++++++++++++++-
 www/fengoffice/distinfo |    8 +-
 3 files changed, 824 insertions(+), 14 deletions(-)

diffs (truncated from 1129 to 300 lines):

diff -r 57b500b457a8 -r 93d3bd49bca9 www/fengoffice/Makefile
--- a/www/fengoffice/Makefile   Thu Oct 18 12:20:58 2012 +0000
+++ b/www/fengoffice/Makefile   Thu Oct 18 14:31:23 2012 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.17 2012/09/16 16:17:16 taca Exp $
+# $NetBSD: Makefile,v 1.18 2012/10/18 14:31:23 taca Exp $
 #
 
-DISTNAME=      fengoffice_2.1.0
+DISTNAME=      fengoffice_2.2.0
 PKGNAME=       ${DISTNAME:S/_/-/:C/.rc$/rc1/}
 CATEGORIES=    www
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=opengoo/}
diff -r 57b500b457a8 -r 93d3bd49bca9 www/fengoffice/PLIST
--- a/www/fengoffice/PLIST      Thu Oct 18 12:20:58 2012 +0000
+++ b/www/fengoffice/PLIST      Thu Oct 18 14:31:23 2012 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2012/09/16 16:17:16 taca Exp $
+@comment $NetBSD: PLIST,v 1.11 2012/10/18 14:31:23 taca Exp $
 ${FO_DIR}/.htaccess
 ${FO_DIR}/application/application.php
 ${FO_DIR}/application/controllers/AccessController.class.php
@@ -46,6 +46,7 @@
 ${FO_DIR}/application/helpers/chart.php
 ${FO_DIR}/application/helpers/common.php
 ${FO_DIR}/application/helpers/company_website.php
+${FO_DIR}/application/helpers/dimension.php
 ${FO_DIR}/application/helpers/form.php
 ${FO_DIR}/application/helpers/format.php
 ${FO_DIR}/application/helpers/grouping.php
@@ -57,6 +58,7 @@
 ${FO_DIR}/application/helpers/project_website.php
 ${FO_DIR}/application/helpers/tabbednavigation.php
 ${FO_DIR}/application/helpers/textile.php
+${FO_DIR}/application/index.html
 ${FO_DIR}/application/layouts/dialog.php
 ${FO_DIR}/application/layouts/empty.php
 ${FO_DIR}/application/layouts/error.php
@@ -527,6 +529,7 @@
 ${FO_DIR}/application/views/contact/edit_picture.php
 ${FO_DIR}/application/views/contact/list_contacts.php
 ${FO_DIR}/application/views/contact/list_user_categories.php
+${FO_DIR}/application/views/contact/quick_config_filter_activity.php
 ${FO_DIR}/application/views/contact/update_user_preferences.php
 ${FO_DIR}/application/views/contact/user_card.php
 ${FO_DIR}/application/views/contact/vcard_import.php
@@ -554,6 +557,7 @@
 ${FO_DIR}/application/views/dashboard/widget_pending_tasks.php
 ${FO_DIR}/application/views/dashboard/widget_workspace_description.php
 ${FO_DIR}/application/views/dashboard/widgets/pepe.php
+${FO_DIR}/application/views/dimension/components/multiple_dimension_selector.php
 ${FO_DIR}/application/views/empty.php
 ${FO_DIR}/application/views/error/db_connect.php
 ${FO_DIR}/application/views/error/error_message.php
@@ -680,6 +684,8 @@
 ${FO_DIR}/application/views/webpage/add.php
 ${FO_DIR}/application/views/webpage/view.php
 ${FO_DIR}/application/views/webpage/view_content.php
+${FO_DIR}/application/widgets/activity_feed/index.php
+${FO_DIR}/application/widgets/activity_feed/template.php
 ${FO_DIR}/application/widgets/calendar/index.php
 ${FO_DIR}/application/widgets/calendar/template.php
 ${FO_DIR}/application/widgets/documents/index.php
@@ -690,7 +696,9 @@
 ${FO_DIR}/application/widgets/overdue_upcoming/template.php
 ${FO_DIR}/application/widgets/people/index.php
 ${FO_DIR}/application/widgets/people/template.php
+${FO_DIR}/cache/.htaccess
 ${FO_DIR}/cache/dummy.txt
+${FO_DIR}/config/.htaccess
 ${FO_DIR}/config/ldap.config.example.php
 ${FO_DIR}/cron.php
 ${FO_DIR}/crossdomain.xml
@@ -768,6 +776,7 @@
 ${FO_DIR}/environment/functions/files.php
 ${FO_DIR}/environment/functions/general.php
 ${FO_DIR}/environment/functions/utf.php
+${FO_DIR}/environment/index.html
 ${FO_DIR}/environment/library/LuceneDB.class.php
 ${FO_DIR}/environment/library/database/DB.class.php
 ${FO_DIR}/environment/library/database/DBResult.class.php
@@ -783,6 +792,7 @@
 ${FO_DIR}/environment/templates/dump_error.php
 ${FO_DIR}/favicon.ico
 ${FO_DIR}/hooks/fengoffice_hooks.php
+${FO_DIR}/hooks/index.html
 ${FO_DIR}/hooks/opengoo_hooks.php
 ${FO_DIR}/index.php
 ${FO_DIR}/init.php
@@ -983,6 +993,7 @@
 ${FO_DIR}/language/hu_hu/site_interface.php
 ${FO_DIR}/language/hu_hu/timezones.php
 ${FO_DIR}/language/hu_hu/upgrade.php
+${FO_DIR}/language/index.html
 ${FO_DIR}/language/it_it.php
 ${FO_DIR}/language/it_it/_config.php
 ${FO_DIR}/language/it_it/actions.php
@@ -1163,6 +1174,26 @@
 ${FO_DIR}/language/pt_br/slimey.js
 ${FO_DIR}/language/pt_br/timezones.php
 ${FO_DIR}/language/pt_br/upgrade.php
+${FO_DIR}/language/ro_ro.php
+${FO_DIR}/language/ro_ro/_config.php
+${FO_DIR}/language/ro_ro/actions.php
+${FO_DIR}/language/ro_ro/administration.php
+${FO_DIR}/language/ro_ro/calendar.php
+${FO_DIR}/language/ro_ro/countries.php
+${FO_DIR}/language/ro_ro/emails.php
+${FO_DIR}/language/ro_ro/errors.php
+${FO_DIR}/language/ro_ro/fields.php
+${FO_DIR}/language/ro_ro/general.php
+${FO_DIR}/language/ro_ro/help.php
+${FO_DIR}/language/ro_ro/lang.js
+${FO_DIR}/language/ro_ro/messages.php
+${FO_DIR}/language/ro_ro/objects.php
+${FO_DIR}/language/ro_ro/project_interface.php
+${FO_DIR}/language/ro_ro/reporting.php
+${FO_DIR}/language/ro_ro/site_interface.php
+${FO_DIR}/language/ro_ro/slimey.js
+${FO_DIR}/language/ro_ro/timezones.php
+${FO_DIR}/language/ro_ro/upgrade.php
 ${FO_DIR}/language/ru_ru.php
 ${FO_DIR}/language/ru_ru/_config.php
 ${FO_DIR}/language/ru_ru/actions.php
@@ -2219,9 +2250,7 @@
 ${FO_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/URI.MungeSecretKey.txt
 ${FO_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/URI.OverrideAllowedSchemes.txt
 ${FO_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/info.ini
-${FO_DIR}/library/htmlpurifier/standalone/HTMLPurifier/DefinitionCache/Serializer/CSS/4.1.1,801ad73acbcf9d3127e1d01768d26453,1.ser
 ${FO_DIR}/library/htmlpurifier/standalone/HTMLPurifier/DefinitionCache/Serializer/HTML/4.1.1,ddc9b993d7fc8d4a185e8dbf5b9a0996,1.ser
-${FO_DIR}/library/htmlpurifier/standalone/HTMLPurifier/DefinitionCache/Serializer/URI/4.1.1,05c766101e813c246917b022f97b5e6e,1.ser
 ${FO_DIR}/library/htmlpurifier/standalone/HTMLPurifier/DefinitionCache/Serializer/dummy.php
 ${FO_DIR}/library/htmlpurifier/standalone/HTMLPurifier/EntityLookup/entities.ser
 ${FO_DIR}/library/htmlpurifier/standalone/HTMLPurifier/Filter/ExtractStyleBlocks.php
@@ -2246,6 +2275,7 @@
 ${FO_DIR}/library/icalendar/error/iCalendar_InvalidComponentSubcomponentError.class.php
 ${FO_DIR}/library/icalendar/iCalendar.class.php
 ${FO_DIR}/library/icalendar/iCalendar_PropertyValue.class.php
+${FO_DIR}/library/index.html
 ${FO_DIR}/library/jsmin/JSMin.class.php
 ${FO_DIR}/library/json/JSON.class.php
 ${FO_DIR}/library/json/json.php
@@ -2942,14 +2972,57 @@
 ${FO_DIR}/plugins/core_dimensions/install/index.html
 ${FO_DIR}/plugins/core_dimensions/install/sql/mysql_initial_data.php
 ${FO_DIR}/plugins/core_dimensions/install/sql/mysql_schema.php
+${FO_DIR}/plugins/core_dimensions/language/ca_es/lang.js
+${FO_DIR}/plugins/core_dimensions/language/ca_es/lang.php
+${FO_DIR}/plugins/core_dimensions/language/cs_cz/lang.js
+${FO_DIR}/plugins/core_dimensions/language/cs_cz/lang.php
+${FO_DIR}/plugins/core_dimensions/language/de_de/lang.php
+${FO_DIR}/plugins/core_dimensions/language/el_gr/lang.js
+${FO_DIR}/plugins/core_dimensions/language/el_gr/lang.php
 ${FO_DIR}/plugins/core_dimensions/language/en_us/lang.js
 ${FO_DIR}/plugins/core_dimensions/language/en_us/lang.php
+${FO_DIR}/plugins/core_dimensions/language/es_es/lang.js
+${FO_DIR}/plugins/core_dimensions/language/es_es/lang.php
 ${FO_DIR}/plugins/core_dimensions/language/es_la/lang.js
 ${FO_DIR}/plugins/core_dimensions/language/es_la/lang.php
+${FO_DIR}/plugins/core_dimensions/language/fr_fr/lang.js
+${FO_DIR}/plugins/core_dimensions/language/fr_fr/lang.php
+${FO_DIR}/plugins/core_dimensions/language/hu_hu/lang.js
+${FO_DIR}/plugins/core_dimensions/language/hu_hu/lang.php
+${FO_DIR}/plugins/core_dimensions/language/it_it/lang.js
+${FO_DIR}/plugins/core_dimensions/language/it_it/lang.php
+${FO_DIR}/plugins/core_dimensions/language/ja_jp/lang.js
+${FO_DIR}/plugins/core_dimensions/language/ja_jp/lang.php
+${FO_DIR}/plugins/core_dimensions/language/ko_kr/lang.js
+${FO_DIR}/plugins/core_dimensions/language/ko_kr/lang.php
+${FO_DIR}/plugins/core_dimensions/language/lt_lt/lang.js
+${FO_DIR}/plugins/core_dimensions/language/lt_lt/lang.php
+${FO_DIR}/plugins/core_dimensions/language/nb_no/lang.js
+${FO_DIR}/plugins/core_dimensions/language/nb_no/lang.php
+${FO_DIR}/plugins/core_dimensions/language/nl_nl/lang.js
+${FO_DIR}/plugins/core_dimensions/language/nl_nl/lang.php
+${FO_DIR}/plugins/core_dimensions/language/pl_pl/lang.js
+${FO_DIR}/plugins/core_dimensions/language/pl_pl/lang.php
+${FO_DIR}/plugins/core_dimensions/language/pt_br/lang.js
+${FO_DIR}/plugins/core_dimensions/language/pt_br/lang.php
+${FO_DIR}/plugins/core_dimensions/language/ro_ro/lang.js
+${FO_DIR}/plugins/core_dimensions/language/ro_ro/lang.php
+${FO_DIR}/plugins/core_dimensions/language/ru_ru/lang.js
+${FO_DIR}/plugins/core_dimensions/language/ru_ru/lang.php
+${FO_DIR}/plugins/core_dimensions/language/tr_tr/lang.js
+${FO_DIR}/plugins/core_dimensions/language/tr_tr/lang.php
+${FO_DIR}/plugins/core_dimensions/language/uk_ua/lang.js
+${FO_DIR}/plugins/core_dimensions/language/uk_ua/lang.php
+${FO_DIR}/plugins/core_dimensions/language/zh_cn/lang.js
+${FO_DIR}/plugins/core_dimensions/language/zh_cn/lang.php
+${FO_DIR}/plugins/core_dimensions/language/zh_tw/lang.js
+${FO_DIR}/plugins/core_dimensions/language/zh_tw/lang.php
 ${FO_DIR}/plugins/core_dimensions/public/assets/javascript/core_dimensions.js
 ${FO_DIR}/plugins/core_dimensions/templates/quickadd_extra_fields.php
+${FO_DIR}/plugins/core_dimensions/update.php
+${FO_DIR}/plugins/index.html
+${FO_DIR}/plugins/mail/CHANGELOG.txt
 ${FO_DIR}/plugins/mail/application/controllers/MailController.class.php
-${FO_DIR}/plugins/mail/CHANGELOG.txt
 ${FO_DIR}/plugins/mail/application/helpers/MailUtilities.class.php
 ${FO_DIR}/plugins/mail/application/models/mail_account_contacts/MailAccountContact.class.php
 ${FO_DIR}/plugins/mail/application/models/mail_account_contacts/MailAccountContacts.class.php
@@ -2984,14 +3057,55 @@
 ${FO_DIR}/plugins/mail/application/views/mail/print_view.php
 ${FO_DIR}/plugins/mail/application/views/mail/sync_old_sent_mails.php
 ${FO_DIR}/plugins/mail/application/views/mail/view.php
+${FO_DIR}/plugins/mail/hooks/mail_hooks.php
 ${FO_DIR}/plugins/mail/info.php
 ${FO_DIR}/plugins/mail/install/index.html
 ${FO_DIR}/plugins/mail/install/sql/mysql_initial_data.php
 ${FO_DIR}/plugins/mail/install/sql/mysql_schema.php
+${FO_DIR}/plugins/mail/language/ca_es/lang.js
+${FO_DIR}/plugins/mail/language/ca_es/lang.php
+${FO_DIR}/plugins/mail/language/cs_cz/lang.js
+${FO_DIR}/plugins/mail/language/cs_cz/lang.php
+${FO_DIR}/plugins/mail/language/el_gr/lang.js
+${FO_DIR}/plugins/mail/language/el_gr/lang.php
 ${FO_DIR}/plugins/mail/language/en_us/lang.js
 ${FO_DIR}/plugins/mail/language/en_us/lang.php
+${FO_DIR}/plugins/mail/language/es_es/lang.js
+${FO_DIR}/plugins/mail/language/es_es/lang.php
 ${FO_DIR}/plugins/mail/language/es_la/lang.js
 ${FO_DIR}/plugins/mail/language/es_la/lang.php
+${FO_DIR}/plugins/mail/language/fr_fr/lang.js
+${FO_DIR}/plugins/mail/language/fr_fr/lang.php
+${FO_DIR}/plugins/mail/language/hu_hu/lang.js
+${FO_DIR}/plugins/mail/language/hu_hu/lang.php
+${FO_DIR}/plugins/mail/language/it_it/lang.js
+${FO_DIR}/plugins/mail/language/it_it/lang.php
+${FO_DIR}/plugins/mail/language/ja_jp/lang.js
+${FO_DIR}/plugins/mail/language/ja_jp/lang.php
+${FO_DIR}/plugins/mail/language/ko_kr/lang.js
+${FO_DIR}/plugins/mail/language/ko_kr/lang.php
+${FO_DIR}/plugins/mail/language/lt_lt/lang.js
+${FO_DIR}/plugins/mail/language/lt_lt/lang.php
+${FO_DIR}/plugins/mail/language/nb_no/lang.js
+${FO_DIR}/plugins/mail/language/nb_no/lang.php
+${FO_DIR}/plugins/mail/language/nl_nl/lang.js
+${FO_DIR}/plugins/mail/language/nl_nl/lang.php
+${FO_DIR}/plugins/mail/language/pl_pl/lang.js
+${FO_DIR}/plugins/mail/language/pl_pl/lang.php
+${FO_DIR}/plugins/mail/language/pt_br/lang.js
+${FO_DIR}/plugins/mail/language/pt_br/lang.php
+${FO_DIR}/plugins/mail/language/ro_ro/lang.js
+${FO_DIR}/plugins/mail/language/ro_ro/lang.php
+${FO_DIR}/plugins/mail/language/ru_ru/lang.js
+${FO_DIR}/plugins/mail/language/ru_ru/lang.php
+${FO_DIR}/plugins/mail/language/tr_tr/lang.js
+${FO_DIR}/plugins/mail/language/tr_tr/lang.php
+${FO_DIR}/plugins/mail/language/uk_ua/lang.js
+${FO_DIR}/plugins/mail/language/uk_ua/lang.php
+${FO_DIR}/plugins/mail/language/zh_cn/lang.js
+${FO_DIR}/plugins/mail/language/zh_cn/lang.php
+${FO_DIR}/plugins/mail/language/zh_tw/lang.js
+${FO_DIR}/plugins/mail/language/zh_tw/lang.php
 ${FO_DIR}/plugins/mail/public/assets/css/mail.css
 ${FO_DIR}/plugins/mail/public/assets/javascript/AddMail.js
 ${FO_DIR}/plugins/mail/public/assets/javascript/MailAccountMenu.js
@@ -3012,10 +3126,48 @@
 ${FO_DIR}/plugins/workspaces/install/index.html
 ${FO_DIR}/plugins/workspaces/install/sql/mysql_initial_data.php
 ${FO_DIR}/plugins/workspaces/install/sql/mysql_schema.php
+${FO_DIR}/plugins/workspaces/language/ca_es/lang.js
+${FO_DIR}/plugins/workspaces/language/ca_es/lang.php
+${FO_DIR}/plugins/workspaces/language/cs_cz/lang.js
+${FO_DIR}/plugins/workspaces/language/cs_cz/lang.php
+${FO_DIR}/plugins/workspaces/language/el_gr/lang.js
+${FO_DIR}/plugins/workspaces/language/el_gr/lang.php
 ${FO_DIR}/plugins/workspaces/language/en_us/lang.js
 ${FO_DIR}/plugins/workspaces/language/en_us/lang.php
 ${FO_DIR}/plugins/workspaces/language/es_la/lang.js
 ${FO_DIR}/plugins/workspaces/language/es_la/lang.php
+${FO_DIR}/plugins/workspaces/language/fr_fr/lang.js
+${FO_DIR}/plugins/workspaces/language/fr_fr/lang.php
+${FO_DIR}/plugins/workspaces/language/hu_hu/lang.js
+${FO_DIR}/plugins/workspaces/language/hu_hu/lang.php
+${FO_DIR}/plugins/workspaces/language/it_it/lang.js
+${FO_DIR}/plugins/workspaces/language/it_it/lang.php
+${FO_DIR}/plugins/workspaces/language/ja_jp/lang.js
+${FO_DIR}/plugins/workspaces/language/ja_jp/lang.php
+${FO_DIR}/plugins/workspaces/language/ko_kr/lang.js
+${FO_DIR}/plugins/workspaces/language/ko_kr/lang.php
+${FO_DIR}/plugins/workspaces/language/lt_lt/lang.js
+${FO_DIR}/plugins/workspaces/language/lt_lt/lang.php
+${FO_DIR}/plugins/workspaces/language/nb_no/lang.js
+${FO_DIR}/plugins/workspaces/language/nb_no/lang.php
+${FO_DIR}/plugins/workspaces/language/nl_nl/lang.js
+${FO_DIR}/plugins/workspaces/language/nl_nl/lang.php
+${FO_DIR}/plugins/workspaces/language/pl_pl/lang.js
+${FO_DIR}/plugins/workspaces/language/pl_pl/lang.php
+${FO_DIR}/plugins/workspaces/language/pt_br/lang.js
+${FO_DIR}/plugins/workspaces/language/pt_br/lang.php
+${FO_DIR}/plugins/workspaces/language/ro_ro/lang.js
+${FO_DIR}/plugins/workspaces/language/ro_ro/lang.php
+${FO_DIR}/plugins/workspaces/language/ru_ru/lang.js
+${FO_DIR}/plugins/workspaces/language/ru_ru/lang.php
+${FO_DIR}/plugins/workspaces/language/tr_tr/lang.js
+${FO_DIR}/plugins/workspaces/language/tr_tr/lang.php
+${FO_DIR}/plugins/workspaces/language/uk_ua/lang.js
+${FO_DIR}/plugins/workspaces/language/uk_ua/lang.php
+${FO_DIR}/plugins/workspaces/language/zh_cn/lang.js



Home | Main Index | Thread Index | Old Index