How do I change the caption to another language?
4 posters
Page 1 of 1
Re: How do I change the caption to another language?
Hello again,
The code that needs to be edited is this one:
Or via
Administration Pannel Display Templates General images_list
The code that needs to be edited is this one:
- Code:
<p class="imagelist_desc">{DESC_IMGS_LIST}</p>
Or via
Administration Pannel Display Pictures and Colors Colors & CSS CSS Stylesheet
- Code:
.imagelist_desc {
font-size: 0px;
}
.imagelist_desc::after {
content: 'Намерете снимките и изображенията, споделени от общността BG-HALF-LIFE. Показаните изображения са подбрани от публикациите във форума и са подредени в хронологичен ред (най-новите изображения са първи). Един лесен начин да преоткриете дискусиите по различен начин!';
font-family: Helvetica,Arial,sans-serif!important;
font-size: 14px; /* you can play with the font-size ...increase/decrease as many as you want */
}
SarkZKalie and smurfavr like this post
Re: How do I change the caption to another language?
Thank you @Mihai
Only the inscription Recently shared images at the top did not change in my language.
Only the inscription Recently shared images at the top did not change in my language.
Re: How do I change the caption to another language?
Good morning!
AP - Display - Templates - General - images_list
Find
Replace by this
This will change the name of the page
Find
Replace by this
This will change the name of the table with the images
Save. Publish.
Result:

AP - Display - Templates - General - images_list
Find
- Code:
<h1 class="page-title">{TITLE_IMGS_LIST}</h1><br>
Replace by this
- Code:
<h1 class="page-title">New Text</h1><br>
This will change the name of the page
Find
- Code:
<span class="cattitle">{L_GALLERY}</span>
Replace by this
- Code:
<span class="cattitle">New text</span>
This will change the name of the table with the images
Save. Publish.
Result:



smurfavr likes this post
Re: How do I change the caption to another language?
You can - add to CSS code
The first two codes replace the page title, the last two replace the text in the image table.
Result:

I can offer you another option - translate these fields into Bulgarian:
- Recently shared images
- Find the photos and images shared by the ___ community. The images displayed are selected from forum posts and are listed in chronological order (most recent images first). A simple way to rediscover the discussions differently!
- Latest images
Post the translation in this topic.
When there is a working day, the administration ( @Luzz , @The Godfather ) will be able to replace the translation for Bulgarian language forums.
In this case, you will not need to insert additional codes for the translate.
- Code:
div#emptyidcc table.three-col tbody tr td:nth-child(2) h1.page-title {
font-size: 0px;
}
div#emptyidcc table.three-col tbody tr td:nth-child(2) h1.page-title::after {
content: 'Your text';
font-size:14px;
}
div#emptyidcc table.three-col tbody tr td:nth-child(2) .imagelist_desc + table.forumline tbody tr:nth-child(1) td.catHead span.cattitle {
font-size: 0px;
}
div#emptyidcc table.three-col tbody tr td:nth-child(2) .imagelist_desc + table.forumline tbody tr:nth-child(1) td.catHead span.cattitle::after {
content: 'Your text';
font-size:14px;
}
The first two codes replace the page title, the last two replace the text in the image table.
Result:

I can offer you another option - translate these fields into Bulgarian:
- Recently shared images
- Find the photos and images shared by the ___ community. The images displayed are selected from forum posts and are listed in chronological order (most recent images first). A simple way to rediscover the discussions differently!
- Latest images
Post the translation in this topic.
When there is a working day, the administration ( @Luzz , @The Godfather ) will be able to replace the translation for Bulgarian language forums.
In this case, you will not need to insert additional codes for the translate.


TonnyKamper and smurfavr like this post
Re: How do I change the caption to another language?
( @Luzz , @The Godfather ) Translation into Bulgarian.
Name of the button Latest images- Последни снимки

Recently shared images - Наскоро споделени снимки.
Find the photos and images shared by the The site name. The images displayed are selected from forum posts and are listed in chronological order (most recent images first). A simple way to rediscover the discussions differently!
Намерете снимките и изображенията, споделени от общността BG-HALF-LIFE. Показаните изображения са подбрани от публикациите във форума и са подредени в хронологичен ред (най-новите изображения са първи). Един лесен начин да преоткриете дискусиите по различен начин!
Latest images - Последни снимки

Name of the button Latest images- Последни снимки

Recently shared images - Наскоро споделени снимки.
Find the photos and images shared by the The site name. The images displayed are selected from forum posts and are listed in chronological order (most recent images first). A simple way to rediscover the discussions differently!
Намерете снимките и изображенията, споделени от общността BG-HALF-LIFE. Показаните изображения са подбрани от публикациите във форума и са подредени в хронологичен ред (най-новите изображения са първи). Един лесен начин да преоткриете дискусиите по различен начин!
Latest images - Последни снимки

Re: How do I change the caption to another language?
You only marked the description of the latest /images ... you should mentioned also you want the title to be changed...smurfavr wrote:Thank you @Mihai
Only the inscription Recently shared images at the top did not change in my language.
For that you can change from
Administration Pannel Display Templates General images_list

smurfavr likes this post
Re: How do I change the caption to another language?
Hello @smurfavr,
Thank you very much for these translations.
The base was updated, so normally you will seen soon your translations online (not immediately because they have to been sent online by our automatic cron). If anything went wrong, let me know
If you need to see other texts in Bulgarian, you can give me them like you did for these ones.
Thank you again and have a nice week-end.
Thank you very much for these translations.
The base was updated, so normally you will seen soon your translations online (not immediately because they have to been sent online by our automatic cron). If anything went wrong, let me know

If you need to see other texts in Bulgarian, you can give me them like you did for these ones.
Thank you again and have a nice week-end.
Ape, SLGray and SarkZKalie like this post

» change language+language bugs
» Change language
» How can I change my language?
» How to change language
» Pls change the Language!
» Change language
» How can I change my language?
» How to change language
» Pls change the Language!
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum