Added administration phrases to German translation dictionary
Moved old translation files to sub-directory of translations folder Updated dates for 2015 git-svn-id: svn://192.168.202.10@2236 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
@@ -87,7 +87,7 @@ OTHER CHANGES:
|
|||||||
12. Added campaign options to limit number of active callbacks
|
12. Added campaign options to limit number of active callbacks
|
||||||
|
|
||||||
13. Changed all Agent and Administrative interface text output to use a function
|
13. Changed all Agent and Administrative interface text output to use a function
|
||||||
instead of echo.(for future dynamic other-language interfaces)
|
instead of echo.(future dynamic other-language interfaces)
|
||||||
|
|
||||||
14. Added Admin Utility to split lead lists into smaller lists
|
14. Added Admin Utility to split lead lists into smaller lists
|
||||||
|
|
||||||
@@ -101,8 +101,10 @@ OTHER CHANGES:
|
|||||||
16. Added campaign option to clear the script after call disposition.
|
16. Added campaign option to clear the script after call disposition.
|
||||||
|
|
||||||
17. Added administrative web interface for managing Languages. The language
|
17. Added administrative web interface for managing Languages. The language
|
||||||
features are not active in the admin interface yet, but they are active
|
features are now active in the admin interface as well as in the agent
|
||||||
in the agent screen.
|
screen. Language files are available in the "translations" directory
|
||||||
|
in the source code, as well as on this website:
|
||||||
|
http://vicidial.org/translations/
|
||||||
|
|
||||||
18. Added No Agent URL option override for Lists
|
18. Added No Agent URL option override for Lists
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
Notes on the non-English language translations(QXZ process) Started: 2014-11-18 Updated: 2014-12-31
|
Notes on the non-English language translations(QXZ process) Started: 2014-11-18 Updated: 2015-01-01
|
||||||
|
|
||||||
|
|
||||||
Summary:
|
Summary:
|
||||||
@@ -11,7 +11,7 @@ As of 2014-12-17, languages now follow User Group permissions for agents and man
|
|||||||
|
|
||||||
As of 2014-12-31, on-the-fly translation is working for all admin web pages, and a new "Change language" page has been added and linked to at the top of the admin.php screen.
|
As of 2014-12-31, on-the-fly translation is working for all admin web pages, and a new "Change language" page has been added and linked to at the top of the admin.php screen.
|
||||||
|
|
||||||
The final step is: To complete the other 5 languages that have had admin translations in the past(French, German, Italian, Greek and Brazilian Portuguese). Spanish is already complete.
|
The final step is: To complete the other 4 languages that have had admin translations in the past(French, Italian, Greek and Brazilian Portuguese). Spanish is already complete.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -23,6 +23,24 @@ http://vicidial.org/translations/
|
|||||||
These translation dictionaries can simply be imported into the Admin web interface to use as is or updated as desired. The Admin web interface also has the ability to easily export dictionaries from your system that you can share or exchange with other Vicidial users.
|
These translation dictionaries can simply be imported into the Admin web interface to use as is or updated as desired. The Admin web interface also has the ability to easily export dictionaries from your system that you can share or exchange with other Vicidial users.
|
||||||
|
|
||||||
|
|
||||||
|
Currently Available Translations:
|
||||||
|
Spanish - AGENT ADMIN
|
||||||
|
German - AGENT ADMIN
|
||||||
|
French - AGENT
|
||||||
|
Italian - AGENT
|
||||||
|
Greek - AGENT
|
||||||
|
Brazilian Portuguese - AGENT
|
||||||
|
Portuguese - AGENT
|
||||||
|
Polish - AGENT
|
||||||
|
Slovak - AGENT
|
||||||
|
Russian - AGENT
|
||||||
|
Dutch - AGENT
|
||||||
|
Traditional Chinese - AGENT
|
||||||
|
Swedish - AGENT
|
||||||
|
Danish - AGENT
|
||||||
|
Japanese - AGENT
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Example PHP Code:
|
Example PHP Code:
|
||||||
|
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -1,7 +1,7 @@
|
|||||||
<?php
|
<?php
|
||||||
# vicidial.php - the web-based version of the astVICIDIAL client application
|
# vicidial.php - the web-based version of the astVICIDIAL client application
|
||||||
#
|
#
|
||||||
# Copyright (C) 2014 Matt Florell <vicidial@gmail.com> LICENSE: AGPLv2
|
# Copyright (C) 2015 Matt Florell <vicidial@gmail.com> LICENSE: AGPLv2
|
||||||
#
|
#
|
||||||
# Other scripts that this application depends on:
|
# Other scripts that this application depends on:
|
||||||
# - vdc_db_query.php: Updates information in the database
|
# - vdc_db_query.php: Updates information in the database
|
||||||
@@ -464,10 +464,11 @@
|
|||||||
# 141223-2109 - Fix for hide_gender issue
|
# 141223-2109 - Fix for hide_gender issue
|
||||||
# 141227-1759 - Found missing phrase for QXZ
|
# 141227-1759 - Found missing phrase for QXZ
|
||||||
# 141229-1429 - Changed single-quote QXZ arguments to double-quotes
|
# 141229-1429 - Changed single-quote QXZ arguments to double-quotes
|
||||||
|
# 150101-1516 - Updated for 2015
|
||||||
#
|
#
|
||||||
|
|
||||||
$version = '2.10-435c';
|
$version = '2.10-436c';
|
||||||
$build = '141229-1429';
|
$build = '150101-1516';
|
||||||
$mel=1; # Mysql Error Log enabled = 1
|
$mel=1; # Mysql Error Log enabled = 1
|
||||||
$mysql_log_count=85;
|
$mysql_log_count=85;
|
||||||
$one_mysql_log=0;
|
$one_mysql_log=0;
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<?php
|
<?php
|
||||||
# admin.php - VICIDIAL administration page
|
# admin.php - VICIDIAL administration page
|
||||||
#
|
#
|
||||||
# Copyright (C) 2014 Matt Florell <vicidial@gmail.com> LICENSE: AGPLv2
|
# Copyright (C) 2015 Matt Florell <vicidial@gmail.com> LICENSE: AGPLv2
|
||||||
#
|
#
|
||||||
|
|
||||||
$startMS = microtime();
|
$startMS = microtime();
|
||||||
@@ -3414,12 +3414,13 @@ else
|
|||||||
# 141212-0930 - Added selected_language,user_choose_language user options and language_method system option
|
# 141212-0930 - Added selected_language,user_choose_language user options and language_method system option
|
||||||
# 141227-1008 - Trigger sounds update on voicemail server when phone record is updated
|
# 141227-1008 - Trigger sounds update on voicemail server when phone record is updated
|
||||||
# 141229-1543 - Added code for on-the-fly language translations display
|
# 141229-1543 - Added code for on-the-fly language translations display
|
||||||
|
# 150101-1511 - Updated for 2015
|
||||||
#
|
#
|
||||||
|
|
||||||
# make sure you have added a user to the vicidial_users MySQL table with at least user_level 9 to access this page the first time
|
# make sure you have added a user to the vicidial_users MySQL table with at least user_level 9 to access this page the first time
|
||||||
|
|
||||||
$admin_version = '2.10-463a';
|
$admin_version = '2.10-464a';
|
||||||
$build = '141229-1543';
|
$build = '150101-1511';
|
||||||
|
|
||||||
$STARTtime = date("U");
|
$STARTtime = date("U");
|
||||||
$SQLdate = date("Y-m-d H:i:s");
|
$SQLdate = date("Y-m-d H:i:s");
|
||||||
@@ -3837,7 +3838,7 @@ echo "<html>\n";
|
|||||||
echo "<head>\n";
|
echo "<head>\n";
|
||||||
echo "<!-- VERSION: $admin_version BUILD: $build ADD: $ADD PHP_SELF: $PHP_SELF-->\n";
|
echo "<!-- VERSION: $admin_version BUILD: $build ADD: $ADD PHP_SELF: $PHP_SELF-->\n";
|
||||||
echo "<META NAME=\"ROBOTS\" CONTENT=\"NONE\">\n";
|
echo "<META NAME=\"ROBOTS\" CONTENT=\"NONE\">\n";
|
||||||
echo "<META NAME=\"COPYRIGHT\" CONTENT=\"© 2014 "._QXZ("ViciDial Group")."\">\n";
|
echo "<META NAME=\"COPYRIGHT\" CONTENT=\"© 2015 ViciDial Group\">\n";
|
||||||
echo "<META NAME=\"AUTHOR\" CONTENT=\"ViciDial Group\">\n";
|
echo "<META NAME=\"AUTHOR\" CONTENT=\"ViciDial Group\">\n";
|
||||||
echo "<script language=\"JavaScript\" src=\"calendar_db.js\"></script>\n";
|
echo "<script language=\"JavaScript\" src=\"calendar_db.js\"></script>\n";
|
||||||
echo "<link rel=\"stylesheet\" href=\"calendar.css\">\n";
|
echo "<link rel=\"stylesheet\" href=\"calendar.css\">\n";
|
||||||
@@ -33726,9 +33727,9 @@ if ($ADD==999995)
|
|||||||
echo "<br><B> "._QXZ("Welcome to ViciDial: copyright, trademark and license page")."</B><BR><BR>\n";
|
echo "<br><B> "._QXZ("Welcome to ViciDial: copyright, trademark and license page")."</B><BR><BR>\n";
|
||||||
echo "<center><TABLE width=$section_width cellspacing=5 cellpadding=2>\n";
|
echo "<center><TABLE width=$section_width cellspacing=5 cellpadding=2>\n";
|
||||||
|
|
||||||
echo "<tr bgcolor=#B6D3FC><td align=right valign=top><B><font size=3>"._QXZ("Copyright").": </B></td><td align=left> "._QXZ("The ViciDial Contact Center Suite is maintained by the")." <a href=\"http://www.vicidial.com/\" target=\"_blank\">"._QXZ("ViciDial Group")."</a>, © 2014</td></tr>\n";
|
echo "<tr bgcolor=#B6D3FC><td align=right valign=top><B><font size=3>"._QXZ("Copyright").": </B></td><td align=left> "._QXZ("The ViciDial Contact Center Suite is maintained by the")." <a href=\"http://www.vicidial.com/\" target=\"_blank\">ViciDial Group</a>, © 2015</td></tr>\n";
|
||||||
|
|
||||||
echo "<tr bgcolor=#B6D3FC><td align=right valign=top><B><font size=3>"._QXZ("Trademark").": </B></td><td align=left> \"VICIDIAL\" "._QXZ("is a registered trademark of the")." <a href=\"http://www.vicidial.com/\" target=\"_blank\">"._QXZ("ViciDial Group")."</a>. Here is our <a href=\"http://www.vicidial.com/trademark.html\" target=\"_blank\">"._QXZ("trademark use policy")."</a></td></tr>\n";
|
echo "<tr bgcolor=#B6D3FC><td align=right valign=top><B><font size=3>"._QXZ("Trademark").": </B></td><td align=left> \"VICIDIAL\" "._QXZ("is a registered trademark of the")." <a href=\"http://www.vicidial.com/\" target=\"_blank\">ViciDial Group</a>. Here is our <a href=\"http://www.vicidial.com/trademark.html\" target=\"_blank\">"._QXZ("trademark use policy")."</a></td></tr>\n";
|
||||||
|
|
||||||
echo "<tr bgcolor=#B6D3FC><td align=right valign=top><B><font size=3>"._QXZ("License").": </B></td><td align=left> "._QXZ("The ViciDial Contact Center Suite is released under the")." <a href=\"http://www.vicidial.com/agpl.html\" target=\"_blank\">AGPLv2 "._QXZ("open source license")."</a></td></tr>\n";
|
echo "<tr bgcolor=#B6D3FC><td align=right valign=top><B><font size=3>"._QXZ("License").": </B></td><td align=left> "._QXZ("The ViciDial Contact Center Suite is released under the")." <a href=\"http://www.vicidial.com/agpl.html\" target=\"_blank\">AGPLv2 "._QXZ("open source license")."</a></td></tr>\n";
|
||||||
|
|
||||||
@@ -34467,7 +34468,7 @@ echo "<font size=0 color=white><br><br><!-- RUNTIME: $RUNtime seconds<BR> -->";
|
|||||||
echo _QXZ("VERSION").": $admin_version<BR>";
|
echo _QXZ("VERSION").": $admin_version<BR>";
|
||||||
echo _QXZ("BUILD").": $build\n";
|
echo _QXZ("BUILD").": $build\n";
|
||||||
if (!preg_match("/_BUILD_/",$SShosted_settings))
|
if (!preg_match("/_BUILD_/",$SShosted_settings))
|
||||||
{echo "<BR><a href=\"$PHP_SELF?ADD=999995\"><font color=white>© 2014 "._QXZ("ViciDial Group")."</font></a><BR><img src=\"images/pixel.gif\">";}
|
{echo "<BR><a href=\"$PHP_SELF?ADD=999995\"><font color=white>© 2015 ViciDial Group</font></a><BR><img src=\"images/pixel.gif\">";}
|
||||||
echo "</font>\n";
|
echo "</font>\n";
|
||||||
?>
|
?>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user