![]() |
|
New Theme : zpArdoise - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: Themes (https://forum.zenphoto.org/forum-5.html) +--- Thread: New Theme : zpArdoise (/thread-7737.html) |
New Theme : zpArdoise - vincent3569 - 2017-12-14
New Theme : zpArdoise - vincent3569 - 2017-12-14 by this code from album.php
New Theme : zpArdoise - vincent3569 - 2017-12-14
by
New Theme : zpArdoise - vincent3569 - 2017-12-14
New Theme : zpArdoise - vincent3569 - 2017-12-14 it supress some code optimizations (load of scripts) but works after quick tests. New Theme : zpArdoise - vincent3569 - 2017-12-14
btw, you can also enable 'Show Tags' option : it displays a tag cloud on gallery page. New Theme : zpArdoise - undagiga - 2017-12-14 Thanks. There's quite a few edits there. I'll give them a try. Much appreciated. I don't tag albums, only images, so that shouldn't present any problems. I can assure you that I didn't manually add all those links. I had a module in Gallery3 that created a list of all tags automatically, and I migrated it to Zenphoto using printAllTagsAs(). I'll post the code here on the Zenphoto forum once I can make a sufficiently long post. I don't see the point of putting just a code block on github. New Theme : zpArdoise - undagiga - 2018-01-01 The lack of further response didn't mean that I was unappreciative, only that it has been that time of year. Now that "that time of year" is behind me, I've at last had the opportunity to sit down and carefully make these changes. And I'm pleased to report that they work a treat. Thank you very much! Greatly appreciated. New Theme : zpArdoise - guirala - 2019-05-20 Mr. Vincent: I am using your beautifull zpArdoise theme in spanish language, and I am trying to traduce all the texts (specially gettext includes in all the .php files, whether the .php files or Zenphoto files). But my problem is that I can't find where can I replace the text "User" in the footer of the main page (this text can only be seen when there is no registered user). I can't find in which .php file is this text. I want to replace it by "Iniciar Sesión" (this mean "Login" in spanish). I had no problem finding and replacing the text "View Archive" or "Logout" in the same footer. (Sorry for my poor english). New Theme : zpArdoise - vincent3569 - 2019-05-21 hi of course the best way in the first one, because with poedit you can translate the 'zenphoto core' strings (used in admin and in the theme, official or mine) and you can also translate the zpArdoise specific strings. in fact, there are very few specific strings, and most of them are used in admin/options/theme. to translate 'zenphoto core' strings, you have to edit zp-core/locale/es_ES/LC_MESSAGES/zenphoto.po and, of course, you can make a pull request to zenphoto team to include your translations in the core code (https://github.com/zenphoto/zenphoto/pulls). to translate zpArdoise specific strings, you have to edit themes/zpArdoise/locale/es_ES/LC_MESSAGES/zpArdoise.po and, of course, you can make a pull request to me to include your translations in my theme (https://github.com/vincent3569/zpArdoise/pulls). New Theme : zpArdoise - vincent3569 - 2019-05-21 in your case, I am unable to reproduce your issue here: https://demo.vincentbourganel.fr/?themeSwitcher=zpArdoise New Theme : zpArdoise - acrylian - 2019-05-21 @guirala As @vincent3569 pointed out the theme has its own translation file that needs to be updated separately. If you are using the existing Spanish translation for Zenphoto itself. That is totally outdated and does not contain all strings. You have to update it first to get all the strings following our tutorial here https://www.zenphoto.org/news/translating-tutorial/ New Theme : zpArdoise - guirala - 2019-05-21 Dear Vincent and Acrylian: https://demo.vincentbourganel.fr/?themeSwitcher=zpArdoise, at the bottom of it you can see the link "Usuario", which is precisely the one I want to change and for which I sent the query due to not finding the origin of the original text to replace. New Theme : zpArdoise - vincent3569 - 2019-05-21 the mentionned string is not specific of my theme, but is a part of zenpage core strings. so, if you think this is not the well translated string in spanish, the best way is to edit the rigt .po file with poedit and change the translation. I will also appreciate your translation of my theme (there are only 5/17 translated strings). New Theme : zpArdoise - acrylian - 2019-05-22 @guirala Like Vincent I would appreciate work on the general Spanish translation for Zenphoto. Although it fear it might be quite some work after that long time without being maintained. New Theme : zpArdoise - guirala - 2019-05-29 Dear Vincent and Acrylian: New Theme : zpArdoise - guirala - 2019-05-29 Dear Vincent and Acrylian: New Theme : zpArdoise - acrylian - 2019-05-29 @guirala Sorry, somehow I missed your other topic/post. Normally I get a mail from new topics or posts but not that one. I see it now. First, thanks for your work. Maintaining German myself I know how much work it must have been to update that older translation. This is an ongoing work as the just release 1.5.2 (1.5.3 coming soon because of a serious bug we sadly missed) already adds new strings. Regarding using your Argentian Spanish (es_AR) version for other Spanish variants. That's great. The "problem" is that we probably would need separate files for all those even if they are the same technically. gettext makes a difference here and the po/mo files internally indicate which variant they belong to and will only work with that. Although there is a general Spanish setting for these files via Poedit, someone who has just the Argentinan Spanish locale installed on his server might not be able to use it (although both the general locale and the specific should be installed). We would add separate entries for each language version on our extensions page as well: https://www.zenphoto.org/news/category/translations/ As the tutorial indicates we use GitHub. This is perhaps a bit technical. Git stuff is not the easiest to understand. @vincent3569 does the same with his theme, too. But we can add the files for you if you like them to be included. It's also okay to provide these translation separately if that fits you better. You could mail use. You find my mail on the "legal" page here. New Theme : zpArdoise - guirala - 2019-05-29 Ok acrylian, I'll send you in a few minutes the zip files to es_AR to the malte @ zen address ...... New Theme : zpArdoise - acrylian - 2019-05-30 I got your files. I will forward the zpArdoise ones to @vincent3569. If you say Argentinian Spanish is that similar to general Spanish for the start just a generel es_ES version would do for now. Perhaps a bit overload to really add for all variants. We always can do that later if it turns out to be a problem somehow. |