Page tree

In this page you will learn more about the main components of the VoipNow language pack.

Location

The language files can be found on the VoipNow server at:

/usr/local/voipnow/admin/htdocs/language
The standard VoipNow language pack installed with the product contains at least the default language folder, en. One or several folders containing the language pack's translated versions may be available as well (e.g. fr for French or nl for Dutch).

Files

Each of these folders contains the following files:

  • interface.php - The interface language file defines all the text messages, labels, tool tips, etc. displayed in the VoipNow interface.
  • standard.php - The standard language file defines all the text messages, labels, tool tips, etc which are referring to a Server Provider, Organization and Users.
  • cu.php - The creation utils language file defines all the text messages displayed when the creation utils scripts are executed.
  • common.php - The common file contains all the notices and messages used by all the VoipNow components.
  • help.php - The help file contains the link that points to the location of the product's help files, in this case, the 4PSA Public Wiki.

and the the api language folder. Several sub-directories containing files with text messages related to the VoipNow APIs are included in the api folder:

uapi - The UnifiedAPI folder contains the lang.php - this language file contains all the text messages used by UnifiedAPI.

REST - The REST folder contains the lang.php - this language file includes all the text messages displayed in the REST interface.

soap - The SOAP folder contains modules with messages used in SOAP API:

  • common.php - The common file contains all the SOAP notices and messages used by all the SOAP methods.
  • billing - The billing folder contains the lang.php - this language file includes all the error messages used by the SOAP billing methods.
  • channel - The channel folder contains the lang.php - this language file includes all the error messages used by the SOAP channel methods.
  • client - The client folder contains the lang.php - this language file includes all the error messages used by the SOAP client methods.
  • extension - The extension folder contains the lang.php - this language file includes all the error messages used by the SOAP extension methods.
  • pbx - The PBX folder contains the lang.php - this language file includes all the error messages used by the SOAP Unified Communication (PBX) methods.
  • report - The report folder contains the lang.php - this language file includes all the error messages used by the SOAP report methods.

You will also find some additional sub-directories that are not part of the language pack and that must not be translated:

  • css - Contains the style sheet for the help pages.
  • images - Contains the icons and all the images used in the help pages.
  • js - Contains the functions.js java script file that controls the table of contents functionality.

You can use the help.php file if you want that the interface help links to point to your own set of help files. Simply change the link from:

$leadinghelp = "http://wiki.4psa.com/plugins/servlet/docs/voipnow300/";

to

$leadinghelp = "http://your/server/help/page/";
#trackbackRdf ($trackbackUtils.getContentIdentifier($page) $page.title $trackbackUtils.getPingUrl($page))

Except where otherwise noted, content in this space is licensed under a Creative Commons Attribution 4.0 International.