Commit graph

5098 commits

Author SHA1 Message Date
Linty
e985ba5183 fixes #2315 adjust password page for first login 2025-01-27 15:08:50 +01:00
winstoy
94148e0323
fixes #2235 Chinese text is not displayed on one line (#2282)
Add missing translations
Fix Chinese not displayed on one line with width fit-content
2025-01-08 13:56:20 +01:00
Linty
0645372570 fixes #2287 add a new language key 2024-12-19 16:40:38 +01:00
plegall
dc2760c36b re-add changes by Claire for fr/en from lexiglot 2024-12-17 11:06:16 +01:00
Linty
465e6eced4 fixes #2281 rewording set and reset mail content 2024-11-25 11:06:43 +01:00
Linty
34296598d4 fixes #2281 add two default conf for reset and activation link
When a password activation or reset link is generated, the link expiry time is now defined in two conf: $conf[’password_reset_duration‘] with a default time of one hour and $conf[’password_activation_duration‘] with a default time of 72 hours.
2024-11-20 17:09:26 +01:00
Maikel van Gorkom
e577dbe3d7 Changed $lang['Album name, Z → A'] = 'Album name, A → Z'; to $lang['Album name, Z → A'] = 'Album name, Z → A';.
This to make the line according to what it does.
2024-11-07 11:31:56 +01:00
Piwigo-TranslationTeam
ea4ca8cf85 Update vi_VN, thanks to ddtddt 2024-11-06 17:52:35 +01:00
Piwigo-TranslationTeam
80c73ed09c Update nb_NO, thanks to paulen 2024-11-06 17:40:39 +01:00
Piwigo-TranslationTeam
334e96fdb8 Update es_ES, thanks to Tirs 2024-11-06 17:40:36 +01:00
Piwigo-TranslationTeam
4c30e46283 Update ca_ES, thanks to Tirs 2024-11-06 17:40:33 +01:00
Piwigo-TranslationTeam
2f298707b0 Update sv_SE, thanks to PBobbenB 2024-11-06 17:40:30 +01:00
Piwigo-TranslationTeam
fe6dc066f4 Update zh_CN, thanks to walle 2024-11-06 16:22:36 +01:00
Piwigo-TranslationTeam
1a82902e85 Update nl_NL, thanks to watertoren5044 2024-11-06 16:03:57 +01:00
Piwigo-TranslationTeam
56d5d0f373 Update cs_CZ, thanks to webprostor 2024-11-06 14:28:52 +01:00
Piwigo-TranslationTeam
939bf9a7fa Update fi_FI, thanks to maakuth 2024-11-06 14:28:49 +01:00
Piwigo-TranslationTeam
300527ce69 Update de_DE, thanks to slim 2024-11-06 14:28:46 +01:00
HWFord
65bc7285ae issue #2268 rename whats_new lang file to add 15 2024-11-06 11:29:25 +01:00
HWFord
119b397c11 issue #2268 remove unecessary comments
also add missing question mark
2024-11-06 10:53:45 +01:00
HWFord
10e4554737 issue #2268 add sentences for translation
sentences that will only be used for piwigo 15 are in a seperate file to find them easier later on
common sentences for futur modals are in admin.lang
2024-11-06 10:48:57 +01:00
Linty
3a9e5f7dff fixes #2251 add en_UK and fr_FR translation 2024-10-24 16:00:58 +02:00
plegall
afd57cee1a copy all languages from translation@3e6c0f676 2024-10-21 15:24:26 +02:00
plegall
999acde049 [FR] fix grammar error 2024-10-21 15:21:27 +02:00
HWFord
634509ce43 fixe #2241 add message to filter
let users know that the filters has no compatible results
2024-10-10 16:17:47 +02:00
HWFord
270a84ecff issue #2211 missing translation
Change string from custom to custom dates, and add translation
2024-09-23 14:59:01 +02:00
plegall
9ae840a08b re-add language change introduced in a3e9ed23ce 2024-09-23 14:27:38 +02:00
plegall
4088090b28 copy language directory from translation@d8a6e1702 2024-09-23 14:20:33 +02:00
plegall
a3e9ed23ce issue #2227 like for date_posted, display all presets for date_created 2024-09-20 14:21:28 +02:00
marsooooo
12ca607727 issue #2164 updated & fixed bugs on batch manager
Added dark mode for unit mode
Templatized filter block for both unit and global mode
Optimized JS functions and added extensibility for unit mode
Modified images.setInfo method so unit mode could save orphan images
Fixed a bug where php would break if filter selection was empty in unit mode
2024-08-26 14:14:57 +02:00
plegall
c27d166d46 fixes #2210 add links to the new documentation in help pages 2024-08-26 13:55:44 +02:00
Linty
7bd8b7e274 fixes #2206 add album selector on the add photo page
- replace older selector with the new album selector
- moving javascript to a js file
- changed the logic for the first album (now its work with api)
- changed labels in album selector and also added an escape event (to close modal)
2024-08-19 16:09:50 +02:00
Linty
653b03aacc fixes #2132 implementing and improving new album selector
- Moved all related logic into album_selector.js for better maintainability and separation of concerns.

- Removed duplicates in TPL and CSS files, consolidating them into a single CSS file and a single TPL file for better organization and efficiency.

- Implementation of the album selector in the pages: photo editing, album editing and batch manager unit.

- Improved the album selector by adding a creation mode to create and select an album (only in admin pages).
2024-07-31 11:49:44 +02:00
HWFord
6fe1d7db65 fixes #2193 [search] add 5 new widgets
add ratings, ratios, filesize, width and height widgets
- in functions_search add clauses according to each new filter
- in ws_functions add new api parameters
- in index.php add queries to get data for filters
- in admin.lang add missing translations for filters
- in css add basic style to work for modus newspaper
- in js add script for new filters
- in tpl combine script + CSS for double slider & jquery Ui. Add slider conf, template for new widgets

TODO
- adapt css to different themes and skins
2024-07-25 16:11:07 +02:00
HWFord
10a8db2102
fixes #2164 batch manager unit mode redesign (#2179)
* Interface Update

Update front end according to web design

Completed the implementation of album manager

* Added image delete mechanism

* Update Validation

* Added filters according to global mode

Page is now fully translated from EN_uk to FR_fr
Harmonized global and unit mode by creating a template for the filters

TODO :

Uncomment updateBlock calls in metaSync and implement tags update

Uncomment pluginSave method and test it with an updated plugin

---------

Co-authored-by: marsooooo <marso.tison@gmail.com>
2024-07-02 11:20:16 +02:00
HWFord
983d943548 issue #2170 update picture tpl to embed pdf reader
Add default config pdf_viewer_filesize_threshold
Add function to get number of PDF pages
Add translations
update picture.php to send pdf filesize threshold and nb page to tpl
update picture.tpl to add number of pages for PDF
picture_content.tpl update for new config name and add translation functions. use embed for pdf if file ext = pdf
2024-06-20 11:56:19 +02:00
Linty
4d26c62470 issue #2132 album selector hierarchy added to search page 2024-03-08 15:55:43 +01:00
Piwigo-TranslationTeam
496a323509 Update hy_AM, thanks to gayane 2024-01-14 18:44:55 +01:00
Piwigo-TranslationTeam
71451a9043 Update hy_AM, thanks to gayane 2024-01-14 18:44:55 +01:00
Piwigo-TranslationTeam
cac8d21919 Update hy_AM, thanks to gayane 2024-01-14 18:44:54 +01:00
Piwigo-TranslationTeam
eb30ba2fa1 Update hy_AM, thanks to gayane 2024-01-14 18:44:54 +01:00
ddtddt
4a9c5880fa Uptate Flag hy
flag hy_AM
2024-01-13 13:42:13 +01:00
ddtddt
e9d487c30c add Armenian
new language Armenian
2024-01-11 10:49:46 +01:00
Willy "Linty
dca43a71bc issue #2072 Expand and Shrink album description field 2023-12-19 17:48:07 +01:00
Willy "Linty
0ac1131e8c Issue #1854 adding a new tab in maintenance page 2023-12-12 15:58:23 +01:00
plegall
85322e879f copy all languages from translation@c1cddc9 2023-12-11 14:38:45 +01:00
plegall
b6d8fe4144 copy all languages from translation@6a6c252 2023-11-28 14:37:15 +01:00
Willy "Linty
466b82a934 Issue #1710 New tooltips for storage details
Waiting for new data details provided by PHP before closing issue
2023-11-03 12:10:13 +01:00
plegall
ebc741f3b5 copy all languages from translation@1a2bfb7 2023-10-19 14:40:20 +02:00
plegall
439f275d4e fixes #860 detect duplicates during upload 2023-10-15 13:11:10 +02:00
OSWorX
c5b5dd0b8a Update common.lang.php
Fixed wrong translation
2023-09-21 09:27:26 +02:00