albanobattistella
50575bc80b
Update messages_it_IT.properties ( #2591 )
...
# Description
Please provide a summary of the changes, including relevant motivation
and context.
Closes #(issue_number)
## Checklist
- [ ] I have read the [Contribution
Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md )
- [ ] I have performed a self-review of my own code
- [ ] I have attached images of the change if it is UI based
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] If my code has heavily changed functionality I have updated
relevant docs on [Stirling-PDFs doc
repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/ )
- [ ] My changes generate no new warnings
- [ ] I have read the section [Add New Translation
Tags](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/HowToAddNewLanguage.md#add-new-translation-tags )
(for new translation tags only)
2025-01-02 20:22:35 +00:00
github-actions[bot]
807639308a
Update translation files ( #2582 )
...
Auto-generated by [create-pull-request][1]
[1]: https://github.com/peter-evans/create-pull-request
Signed-off-by: GitHub Action <action@github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-01-02 15:54:07 +00:00
github-actions[bot]
715efca25d
Update translation files ( #2579 )
...
Auto-generated by [create-pull-request][1]
[1]: https://github.com/peter-evans/create-pull-request
Signed-off-by: GitHub Action <action@github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-01-02 15:01:30 +00:00
albanobattistella
b9ae90274f
Update messages_it_IT.properties
2024-12-18 15:34:39 +01:00
Ludy87
051cd2d0d5
Adds manual backup creation
2024-12-17 23:23:16 +01:00
albanobattistella
2437460c73
Update messages_it_IT.properties
2024-12-12 19:00:26 +01:00
github-actions[bot]
9167f12296
Update translation files
...
Signed-off-by: GitHub Action <action@github.com>
2024-12-11 17:28:28 +00:00
Sai Kumar
b47df3d252
Text color selection for watermark ( #2415 )
...
* added custom color selection for Watermark
* using the same translation as AddStampRequest.customColor for the new watermark.customColor
* fixed the space issue between words
2024-12-07 14:19:50 +00:00
Ludy
1bc6b4149c
Update German translation + remove unnecessary comment ( #2405 )
2024-12-06 10:23:00 +00:00
albanobattistella
400965ffc8
Update messages_it_IT.properties ( #2401 )
2024-12-05 17:39:49 +00:00
github-actions[bot]
f6a2d4784b
Update translation files ( #2398 )
...
Signed-off-by: GitHub Action <action@github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-12-05 16:02:35 +00:00
albanobattistella
6ff53aa5b3
Update messages_it_IT.properties ( #2380 )
2024-12-02 18:59:05 +00:00
github-actions[bot]
64cf5167c0
Update translation files ( #2378 )
...
Signed-off-by: GitHub Action <action@github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-12-02 18:18:16 +00:00
albanobattistella
b2e6d89d16
Update messages_it_IT.properties ( #2355 )
2024-11-28 14:42:55 +00:00
Omar Ahmed Hassan
61e750646c
Feature: Undo Redo options multi tool #2297 ( #2348 )
...
* Implement Command class for Command Pattern
Created a base `Command` class to implement the **Command Pattern**. This class provides a skeletal implementation for `execute`, `undo`, and `redo` methods.
**Note:** This class is intended to be subclassed and not instantiated directly.
* Add undo/redo stacks and operations
* Use rotate element command to perform execute/undo/redo operations
* Handle commands executed through events
- Add "command-execution" event listener to execute commands that are not invoked from the same class while adding the command to the undo stack and clearing the redo stack.
* Add and use rotate all command to rotate/redo/undo all elements
* Use command pattern to delete pages
* Use command pattern for page selection
* Use command pattern to move pages up and down
* Use command pattern to remove selected pages
* Use command pattern to perform the splitting operation
* Add undo/redo functionality with filename input exclusion
- Implement undo (Ctrl+Z) and redo (Ctrl+Y) functionality.
- Prevent undo/redo actions when the filename input field is focused.
- Ensures proper handling of undo/redo actions without interfering with text editing.
* Introduce UndoManager for managing undo/redo operations
- Encapsulate undo/redo stacks and operations within UndoManager.
- Simplify handling of undo/redo functionality through a dedicated manager.
* Call execute on splitAllCommand
- Fix a bug that caused split all functionality to not work as execute() wasn't called on splitAllCommand
* Add undo/redo buttons to multi tool
- Add undo/redo buttons to multi tool
- Dispatch an event upon state change (such as changes in the undo/redo stacks) to update the UI accordingly.
* Add undo/redo to translations
* Replace hard-coded "Undo"/"Redo" with translation keys in multi tool
---------
Co-authored-by: Anthony Stirling <77850077+Frooodle@users.noreply.github.com>
2024-11-28 14:25:13 +00:00
github-actions[bot]
4aa44e6fc0
Update translation files ( #2343 )
...
Signed-off-by: GitHub Action <action@github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-11-26 20:51:57 +00:00
Anthony Stirling
833b3c45c6
Removal of Ghostscript to use qpdf and tesseract directly ( #2338 )
...
* navbar fix multi tool and compress location
* release notes and ghostscript removal
* cleanups
* formatting
* update docs
* more
* more
* docs
* release bump
* Hardening suggestions for Stirling-PDF / ghostscript (#2339 )
* Protect `readLine()` against DoS
* Sanitized user-provided file names in HTTP multipart uploads
---------
Co-authored-by: pixeebot[bot] <104101892+pixeebot[bot]@users.noreply.github.com>
---------
Co-authored-by: pixeebot[bot] <104101892+pixeebot[bot]@users.noreply.github.com>
2024-11-26 20:50:35 +00:00
albanobattistella
e6c5634165
Update messages_it_IT.properties ( #2334 )
2024-11-26 08:17:09 +00:00
github-actions[bot]
0b359ad4a8
Update translation files ( #2329 )
...
Signed-off-by: GitHub Action <action@github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-11-25 20:55:56 +00:00
github-actions[bot]
bfc1ed2b39
Update translation files ( #2326 )
...
Signed-off-by: GitHub Action <action@github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-11-25 20:13:03 +00:00
albanobattistella
ad1cce378f
Update messages_it_IT.properties ( #2307 )
...
Co-authored-by: Anthony Stirling <77850077+Frooodle@users.noreply.github.com>
2024-11-23 10:53:26 +00:00
reecebrowne
0e602153f3
Feature/2198/multitool multi select move pages ( #2294 )
...
* Multitool - Select multiple pages for rotation tool
* Multitool multi select delete feature
* Multitool multi select UI improvements and big fixes
* Multitool multi select select all and UI improvements
* Multi tool multi select, download selected, clean up and bug fixes
* Groundwork for multiselect drag and drop
* Multi select drag and drop finalised
* Update translation files
Signed-off-by: GitHub Action <action@github.com>
* Turn off select mode after multidrag
---------
Signed-off-by: GitHub Action <action@github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-11-22 11:39:22 +00:00
albanobattistella
bab2052a60
Update messages_it_IT.properties ( #2289 )
...
Co-authored-by: Anthony Stirling <77850077+Frooodle@users.noreply.github.com>
2024-11-22 08:37:31 +00:00
reecebrowne
4ebeedc028
Hover tools tooltips ( #2290 )
...
* Multi-tool advert on pages that share functionality
* Update translation files
Signed-off-by: GitHub Action <action@github.com>
* Rtl CSS
* Upgraded tooltips on multitool. Order selected pages list. Repositionicons. Minor additional tweaks
* restore gb translations
* Update translation files
Signed-off-by: GitHub Action <action@github.com>
* remove blankspace
* Restore hover tooltips
* Update translation files
Signed-off-by: GitHub Action <action@github.com>
---------
Signed-off-by: GitHub Action <action@github.com>
Co-authored-by: GitHub Action <action@github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-11-21 19:33:19 +00:00
reecebrowne
b4b005bc2e
Feature/ux improvements ( #2288 )
...
* Multi-tool advert on pages that share functionality
* Update translation files
Signed-off-by: GitHub Action <action@github.com>
* Rtl CSS
* Upgraded tooltips on multitool. Order selected pages list. Repositionicons. Minor additional tweaks
* restore gb translations
* Update translation files
Signed-off-by: GitHub Action <action@github.com>
* remove blankspace
---------
Signed-off-by: GitHub Action <action@github.com>
Co-authored-by: GitHub Action <action@github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-11-21 17:34:50 +00:00
albanobattistella
80fd2eff5f
Update messages_it_IT.properties ( #2250 )
...
Co-authored-by: Anthony Stirling <77850077+Frooodle@users.noreply.github.com>
2024-11-15 21:53:39 +00:00
github-actions[bot]
65abfd9c7a
Update translation files ( #2252 )
...
Signed-off-by: GitHub Action <action@github.com>
Co-authored-by: GitHub Action <action@github.com>
2024-11-15 21:52:28 +00:00
reecebrowne
fd93dad9a5
Multitool advertising ( #2247 )
...
* Multi-tool advert on pages that share functionality
* Update translation files
Signed-off-by: GitHub Action <action@github.com>
---------
Signed-off-by: GitHub Action <action@github.com>
Co-authored-by: GitHub Action <action@github.com>
2024-11-15 18:57:51 +00:00
albanobattistella
ef18b17890
Update messages_it_IT.properties ( #2239 )
2024-11-15 11:27:02 +00:00
Ludy
4a70d680a4
added title display on hovering, added missing german translations ( #2237 )
...
Co-authored-by: Anthony Stirling <77850077+Frooodle@users.noreply.github.com>
2024-11-15 09:28:37 +00:00
reecebrowne
b27e1f254c
Feature/1976/multi tool multiple pages ( #2200 )
...
* Multitool - Select multiple pages for rotation tool
* Multitool multi select delete feature
* Multitool multi select UI improvements and big fixes
* Multitool multi select select all and UI improvements
* Multi tool multi select, download selected, clean up and bug fixes
* Comments
* Update buttons for page selection
* Update translation files
Signed-off-by: GitHub Action <action@github.com>
* Multitool multiselect split functionality and UI updates
* Download selected button, additional tooltips
* Update translation files
Signed-off-by: GitHub Action <action@github.com>
* revert CertSignController
* remove material icons
* restore to previous certsigncontroller
* Update CertSignController.java
---------
Signed-off-by: GitHub Action <action@github.com>
Co-authored-by: GitHub Action <action@github.com>
Co-authored-by: Anthony Stirling <77850077+Frooodle@users.noreply.github.com>
2024-11-14 20:00:36 +00:00
Saud Fatayerji
aa810163d2
Completed translations for 19 languages using AI ( #2164 )
...
Created translations for various languages using AI
2024-11-03 20:14:45 +00:00
albanobattistella
68c9601245
Update messages_it_IT.properties ( #2161 )
2024-11-03 14:16:06 +00:00
Ludy
cf13803fd4
Fix: redeclaration of const and add: tranlation placeholder for Session Expiry Messages ( #2158 )
...
Fix: redeclaration of const
2024-11-03 07:24:16 +00:00
albanobattistella
2be14788b1
Update messages_it_IT.properties ( #2146 )
2024-11-01 16:32:52 +00:00
github-actions[bot]
d3dc3e07b2
Update translation files ( #2145 )
...
Signed-off-by: GitHub Action <action@github.com>
Co-authored-by: GitHub Action <action@github.com>
2024-10-31 20:22:11 +00:00
albanobattistella
0d91bca932
Update messages_it_IT.properties ( #2135 )
2024-10-30 19:55:54 +00:00
Anthony Stirling
27d2681a97
Feature/save signs ( #2127 )
...
* apply fix
* Fixes empty th:action
* Update build.gradle
* fix
* formatting
* Save signatures
* Fix code scanning alert no. 42: Uncontrolled data used in path expression
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
* fix UserServiceInterface
* Merge branch 'feature/saveSigns' of
git@github.com:Stirling-Tools/Stirling-PDF.git into feature/saveSigns
* 0.31.0 bump and further csrf
* formatting
* preview name
* add
* sign doc
* Update translation files (#2128 )
Signed-off-by: GitHub Action <action@github.com>
Co-authored-by: GitHub Action <action@github.com>
---------
Signed-off-by: GitHub Action <action@github.com>
Co-authored-by: Dimitrios Kaitantzidis <james_k23@hotmail.gr>
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Co-authored-by: a <a>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: GitHub Action <action@github.com>
2024-10-30 12:46:44 +00:00
github-actions[bot]
d910929aa6
Update translation files ( #2125 )
...
Signed-off-by: GitHub Action <action@github.com>
Co-authored-by: GitHub Action <action@github.com>
2024-10-29 16:30:44 +00:00
albanobattistella
bac81c930d
Update messages_it_IT.properties ( #2077 )
2024-10-23 12:16:49 +01:00
Anthony Stirling
89a9ba6ebc
remove unused translation
2024-10-20 21:00:16 +01:00
albanobattistella
8aadef1412
Update messages_it_IT.properties ( #2022 )
2024-10-17 23:42:58 +01:00
albanobattistella
e023b13505
Update messages_it_IT.properties ( #2020 )
2024-10-15 13:35:38 +01:00
Anthony Stirling
c85463bc18
Frooodle/license ( #1994 )
2024-10-14 22:34:41 +01:00
albanobattistella
fec717484f
Update messages_it_IT.properties ( #1990 )
2024-10-05 09:22:12 +01:00
github-actions[bot]
e325943f16
Update translation files ( #1987 )
...
Signed-off-by: GitHub Action <action@github.com>
Co-authored-by: GitHub Action <action@github.com>
2024-10-04 22:14:58 +01:00
FabioL
0d3ac8bebe
Smaller italian optimizations ( #1943 )
...
* Smaller italian optimizations
* Minor fixes
---------
Co-authored-by: loviuz <loviuz@mailbox.org>
2024-09-20 23:11:01 +01:00
albanobattistella
0014560a96
Update messages_it_IT.properties ( #1910 )
2024-09-15 20:34:18 +01:00
Eric
b13b925bf0
Fix pdfa conversion ( #1907 )
...
* fix: use gs to convert to pdfa and return output by reading file as bytes
* feat: update translation files for pdfToPDFA.credit
* Hardening suggestions for Stirling-PDF / fix_pdfa_conversion (#1908 )
Switch order of literals to prevent NullPointerException
Co-authored-by: pixeebot[bot] <104101892+pixeebot[bot]@users.noreply.github.com>
---------
Co-authored-by: pixeebot[bot] <104101892+pixeebot[bot]@users.noreply.github.com>
2024-09-15 18:01:33 +01:00
Anthony Stirling
909a3347a0
Update messages_it_IT.properties
2024-09-14 16:37:02 +01:00