Academy
- Getting started
- Dating Pro manuals : Help people find their match
-
Dating Pro manuals : Manage your dating site
- Administrators [video]
- Users
- Communication (Contact Us)
- Media
- Moderation
- Payments : Billing systems
- Payments : Access permissions
- Payments : Currency settings
- Payments : Services, packages, memberships
- Banner ads [video]
- Interface : Themes
- Interface : Menus
- Interface : Dynamic blocks
- Content : Countries
- Content : Languages
- Content : User types
- Content : Info pages
- Content : Mail alerts
- Content : News [video]
- Content : Horoscope
- Content : Mailing lists
- System : Cronjobs
- System : Social networks
- System : Uploads : Settings
- System : Uploads : Watermarks
- System : Comments
- System : File uploads
- System : Field editor
- System : Video settings
- System : SEO settings
- System : Audio uploads
- System : Geo maps
- System : Ratings
- System : Misc settings
- System : Reports
- System : Network
- Modules : Modules management (Apps and add-ons)
- Modules : Referral links
- Modules : Questions
- Modules : Money gifts
- Modules : Gift of membership
- Modules : Polls
- Modules : Gift store
- Modules : Video chats
- Modules : Instant Messenger (IM)
- Modules : Wall events
- Modules : Widgets : Featured users widget
- Modules : Widgets : New users widget
- Modules : Widgets : Selected users widget
- Modules : Widgets : Chat invitation widget
- Modules : ShoutBox
- Modules : Kisses
- Modules : Mobile
- Modules : LikeMe
- Modules : Incomplete signup
- Modules : Landing pages
- Modules : Nearest users
- Modules : Associations
- Modules : Bonuses
- Modules : Events
- Modules : Virtual gifts
- Modules : Birthdays
- Modules : Companions
- Modules : Special offers
- Marketing
- For developers
- How to profit in dating business
-
Help & FAQs
- How to use discount code
- What is a software license?
- How much does it cost to install the Dating Pro script?
- How do I launch a dating site without users?
- How much can I earn with my dating site?
- Crowdfunding Projects: Rules and Guarantees
- How can I install Dating Pro on my local server?
- How can I install a module/add-on?
- How much does it cost to install a module?
- What is your upgrade policy?
- What are the webmaster services?
- Can I modify my site?
- What is a template/design integration?
- Do you offer customization services?
- How many site members does Dating Pro support?
- What is your moneyback policy?
- What are custom add-ons?
- Discounts and bonuses
- Updating from Dating Pro Flirt to Dating Pro Genie
- How to change copyright on my dating website?
- How to restore the administrator password?
- How to enable Facebook login on my website?
- How to change a favicon?
- How to publish my app in the App Store?
- Customization changes — Frequently asked questions
- Can I try the software?
- How to update to the latest script version?
- Where I can find my order key while installing the site?
- How can I change the logotype of my dating site? [video]
- Updating from Dating Pro Cupid to Dating Pro Dolce
- Updating from Dating Pro Dolce to Dating Pro Elfin
- Updating from Dating Pro Elfin to Dating Pro Flirt
- Updating from Dating Pro Amore to Dating Pro Cupid
- How can I purchase apps, products or services in the Marketplace?
- How to change a domain name?
- How to change the title of my website? [video]
- Is my site 100% open code?
- How do I activate Google Maps on my dating site?
- How to add regions and cities to 5 default countries
- How to send email message to site users
- Free tools for your dating site
- How to change texts on the site
- How to modify SEO titles and other SEO information
- How to add htaccess redirects
- What are the necessary DNS for email messages
- How to set site through secure connection (https)
- How do I move my dating site from one server to another?
- How to find PayPal Merchant/Seller ID
- How do you handle project development?
- Do you provide marketing services?
- Dating Site System Requirements Plan (Example)
- How do I connect a special landing page to my dating website?
- How can I put my website under maintenance?
- How can I connect my dating site to MailChimp?
- What features are there in the mobile version of my dating site?
- How to enable Google Sign-In on my website?
- How can I start accepting money online via CCBill?
- Do you require upfront payments for custom work?
- What are the video chats options?
- Setting up success URL, failure URL and result URL
- Can I preview the text of your development agreement and other contracts?
- PG Dating Pro Premium package explained
- Will my changes from the trial site be saved after I buy the script?
- What happens after I purchase the software?
- How do I modify the main page of the site?
- What is Multidomain license?
- What is App Store and Google Play submission?
- What is Landing page for iOS and Android apps?
- What is Responsive design?
- How can I pay for the extra development?
- What is 1 month / 1 year of support and installation?
- What is 1 year of updates?
- What is 10 000-100 000 site members with Dating Pro network?
- What is 1 month shared hosting unlimited?
- How does Dating Pro compare with other software providers?
- VIDEO TUTORIALS
- ONLINE COURSES
- Free Tools
- SEARCH
Content: Languages
Most of the site text content, with the exception of articles, terms and conditions, and other info pages which can be changed in Content > Info pages, can be edited in section Content > Languages in administration panel (/admin/languages/langs).

To create a new language, click ‘Add language’ button. You will be able to indicate name, code, and text direction of the new language version.
For the code, follow the ISO 639-1 guidelines.
Important: When you are adding a new language, the default language is used as the baseline. Please make sure that the language that is set to default in your dating website contains all the words and phrases that you require for the new language. The same applies to when you want to install a new add-on or update an existing language. Contact us if you have any questions or require assistance.

There are several ways to do the translation.
Option 1, go to Content > Languages > Pages (/admin/languages/pages) and select each module from the drop-down menu:


Option 2, download all language files as an archive to do the translation offline or to order translation.
First of all, you will need to go to admin panel > Modules > Modules management (/admin/start/mod_login). It will require login and password that you can collect from file /application/config/install.php.

Decompress the archive, then open lang_install > application > modules > module_name > langs > lang_code.
Example: lang_install > application > modules > ausers > langs > ar.
Inside you will find PHP files that actually contain the words and phrases. Make sure that you only translate what comes after = ” (marked bold in the example below), no need to translate anything else.
$install_lang[“admin_menu_main_items_ausers_item”] = “Administrators“;
$install_lang[“admin_menu_main_items_ausers_item_tooltip”] = “Site administrators“;
After you are done here, copy the application folder or its contents, whichever you find more convenient, onto your server and click update icon next to the translated language to apply the changes.
Go back to Content > Languages and activate the updated language here:

Useful info:
1. /langs directory in the root directory contains languages settings for the installation.
2. Language files that are used during installation are kept in /application/modules/module_name/langs. Inside, among other files, you will find pages.php (page text) and ds.php (lists content). The rest of the files names speak for themselves (e.g. menu.php).
3. During installation, all languages data is added into database (pg_lang_ds, pg_lang_pages). pg_languages table contains information about all languages installed in the system.
It is possible to save languages files in PHP or XML files. In this case all installed languages will be kept in directory /application/languages/php or /application/languages/xml.
4. If you create a new language from administrator panel (as described above), the data will be only saved in the database.
5. In languages management section under Modules installation > Languages (/admin/install/langs) you will see a merged list of languages from /langs directory – every language that has been installed or can yet be installed – plus every language from the database.
Let’s say we have created a language from administrator panel. Now we want to download its files and import them into another Dating Pro based site. Click ‘Export’ to download the archive. Next, you upload the extracted files into destination server, then go back to Modules installation > Languages (/admin/install/langs) and install it. The same procedure applies to language files updates.
8:00 am – 1:00 am (8:00 – 1:00) Monday - Saturday
1:00 pm – 5:00 pm (13:00 – 17:00) Saturday
"PILOT GROUP" Ltd
"PILOT GROUP RUS" Ltd