]> git.ipfire.org Git - thirdparty/cups.git/log
thirdparty/cups.git
34 hours agoTranslated using Weblate (Polish) 1365/head
Matthaiks [Sun, 14 Sep 2025 06:10:22 +0000 (08:10 +0200)] 
Translated using Weblate (Polish)

Currently translated at 46.0% (1922 of 4172 strings)

Translation: CUPS/CUPS
Translate-URL: https://hosted.weblate.org/projects/cups/cups/pl/

2 days agoMerge OAuth device authorization grant stuff from 3.0.
Michael R Sweet [Sat, 13 Sep 2025 20:39:34 +0000 (16:39 -0400)] 
Merge OAuth device authorization grant stuff from 3.0.

5 days agoAdd a write check in cupsFileOpen/Fd (Issue #1360)
Michael R Sweet [Thu, 11 Sep 2025 14:47:20 +0000 (10:47 -0400)] 
Add a write check in cupsFileOpen/Fd (Issue #1360)

5 days agoMerge commit from fork
zdohnal [Thu, 11 Sep 2025 13:02:32 +0000 (15:02 +0200)] 
Merge commit from fork

Block authentication using alternate method.

7 days agoSome test suite cleanup.
Michael R Sweet [Tue, 9 Sep 2025 15:32:08 +0000 (11:32 -0400)] 
Some test suite cleanup.

7 days agoReport error when unable to read attribute name.
Michael R Sweet [Tue, 2 Sep 2025 23:46:02 +0000 (19:46 -0400)] 
Report error when unable to read attribute name.

Report validation errors, if any, when reading an IPP message in the unit test
program.

7 days agoMerge pull request #1359 from weblate/weblate-cups-cups
Michael R Sweet [Tue, 9 Sep 2025 15:18:34 +0000 (11:18 -0400)] 
Merge pull request #1359 from weblate/weblate-cups-cups

Translations update from Hosted Weblate

7 days agoTranslated using Weblate (Portuguese (Brazil)) 1359/head
marcelocripe [Tue, 9 Sep 2025 14:01:08 +0000 (16:01 +0200)] 
Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (4155 of 4155 strings)

Translation: CUPS/CUPS
Translate-URL: https://hosted.weblate.org/projects/cups/cups/pt_BR/

13 days agoMerge pull request #1356 from weblate/weblate-cups-cups
Michael R Sweet [Wed, 3 Sep 2025 13:13:02 +0000 (09:13 -0400)] 
Merge pull request #1356 from weblate/weblate-cups-cups

Translations update from Hosted Weblate

13 days agoTranslated using Weblate (Spanish) 1356/head
Francisco Serrador [Tue, 2 Sep 2025 12:07:52 +0000 (14:07 +0200)] 
Translated using Weblate (Spanish)

Currently translated at 78.4% (3260 of 4155 strings)

Translation: CUPS/CUPS
Translate-URL: https://hosted.weblate.org/projects/cups/cups/es/

13 days agoUpdate changes.md
Zdenek Dohnal [Wed, 3 Sep 2025 06:17:33 +0000 (08:17 +0200)] 
Update changes.md

13 days agoMerge branch 'dhejyuyr-fix-memory-leak'
Zdenek Dohnal [Wed, 3 Sep 2025 06:09:21 +0000 (08:09 +0200)] 
Merge branch 'dhejyuyr-fix-memory-leak'

2 weeks agoppd-cache: fix memory leak in `_cupsConvertOptions()` 1354/head
Elizaveta Tereshkina [Tue, 2 Sep 2025 13:25:34 +0000 (16:25 +0300)] 
ppd-cache: fix memory leak in `_cupsConvertOptions()`

Add `ippDelete()` after `ippAddCollection()` to avoid memory leak.

Found by Linux Verification Center (linuxtesting.org) with SVACE.

Fixes: f099325eb (Move _cupsConvertOptions to ppd-cache since it depends on PPDs.)
Signed-off-by: Elizaveta Tereshkina <etereshkina@astralinux.ru>
2 weeks agoMerge branch 'dhejyuyr-fix-unreachable-code'
Zdenek Dohnal [Tue, 2 Sep 2025 06:23:18 +0000 (08:23 +0200)] 
Merge branch 'dhejyuyr-fix-unreachable-code'

Fix unreachable block in IPP backend

2 weeks agoFix indentation
Zdenek Dohnal [Tue, 2 Sep 2025 06:20:52 +0000 (08:20 +0200)] 
Fix indentation

2 weeks agoipp.c: fix unreachable else-if block in main()
Elizaveta Tereshkina [Mon, 1 Sep 2025 15:18:48 +0000 (18:18 +0300)] 
ipp.c: fix unreachable else-if block in main()

Incorrect if-else structure leads to unreachable code.

When the value of `ipp_status` is equal to `IPP_STATUS_ERROR_INTERNAL`
the variable `waitjob_tries` is incremented and `ippDelete()` function
will be called depending on its value.

In current ipp.c if `ipp_status` is equal to `IPP_STATUS_ERROR_INTERNAL`
it falls into `if` block, because it's not equal to
`IPP_STATUS_ERROR_SERVICE_UNAVAILABLE` and `IPP_STATUS_ERROR_BUSY`.
So `else if` block with `waitjob_tries` is always unreachable
and the function is called unconditionally.

Swap the conditions to correct handling of
`IPP_STATUS_ERROR_INTERNAL` status.

Found by Linux Verification Center (linuxtesting.org) with SVACE.

Fixes: a469f8a57 (Merge changes from CUPS 1.7svn-r10704.)
Signed-off-by: Elizaveta Tereshkina <etereshkina@astralinux.ru>
2 weeks agoMerge pull request #1352 from OpenPrinting/dependabot/github_actions/actions/checkout-5
Michael R Sweet [Tue, 2 Sep 2025 00:07:15 +0000 (20:07 -0400)] 
Merge pull request #1352 from OpenPrinting/dependabot/github_actions/actions/checkout-5

Bump actions/checkout from 4 to 5

2 weeks agoBump actions/checkout from 4 to 5 1352/head
dependabot[bot] [Mon, 1 Sep 2025 19:58:06 +0000 (19:58 +0000)] 
Bump actions/checkout from 4 to 5

Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2 weeks agoFix typo in libusb code.
Michael R Sweet [Sat, 30 Aug 2025 15:56:32 +0000 (11:56 -0400)] 
Fix typo in libusb code.

2 weeks agoFix DYMO USB serial number support (Issue #1338)
Michael R Sweet [Sat, 30 Aug 2025 15:51:46 +0000 (11:51 -0400)] 
Fix DYMO USB serial number support (Issue #1338)

2 weeks agoStop building i386 for CUPS 2.5, but keep testing GNU TLS.
Michael R Sweet [Sat, 30 Aug 2025 13:34:19 +0000 (09:34 -0400)] 
Stop building i386 for CUPS 2.5, but keep testing GNU TLS.

2 weeks agoFix some Coverity-discovered locking issues in the subscriptions code.
Michael R Sweet [Sat, 30 Aug 2025 13:29:32 +0000 (09:29 -0400)] 
Fix some Coverity-discovered locking issues in the subscriptions code.

2 weeks agoFix memory leak reported by Coverity.
Michael R Sweet [Sat, 30 Aug 2025 12:59:28 +0000 (08:59 -0400)] 
Fix memory leak reported by Coverity.

2 weeks agoReduce timid test to 2 print jobs per printer.
Michael R Sweet [Fri, 29 Aug 2025 16:21:35 +0000 (12:21 -0400)] 
Reduce timid test to 2 print jobs per printer.

2 weeks agoClean up potential subscription locking issues (Issue #1346)
Michael R Sweet [Thu, 28 Aug 2025 16:19:46 +0000 (12:19 -0400)] 
Clean up potential subscription locking issues (Issue #1346)

2 weeks agoRevise testlang to use test-internal.h, update makefile to save stderr and
Michael R Sweet [Thu, 28 Aug 2025 15:24:59 +0000 (11:24 -0400)] 
Revise testlang to use test-internal.h, update makefile to save stderr and
allow stdout to be seen for unit tests, and update dependencies.

2 weeks agoHungarian localization didn't do 'yes' or 'no' which was preventing testlang from...
Michael R Sweet [Thu, 28 Aug 2025 15:22:37 +0000 (11:22 -0400)] 
Hungarian localization didn't do 'yes' or 'no' which was preventing testlang from passing.

2 weeks agoHungarian localization didn't do 'yes' or 'no' which was preventing testlang from...
Michael R Sweet [Thu, 28 Aug 2025 15:02:52 +0000 (11:02 -0400)] 
Hungarian localization didn't do 'yes' or 'no' which was preventing testlang from passing.

2 weeks agoShow test logs from CUPS API unit tests, too.
Michael R Sweet [Thu, 28 Aug 2025 14:59:37 +0000 (10:59 -0400)] 
Show test logs from CUPS API unit tests, too.

2 weeks agoBlock authentication using alternate method.
Michael R Sweet [Wed, 27 Aug 2025 15:29:29 +0000 (11:29 -0400)] 
Block authentication using alternate method.

3 weeks agoMerge pull request #1345 from weblate/weblate-cups-cups
Michael R Sweet [Sun, 24 Aug 2025 21:04:57 +0000 (17:04 -0400)] 
Merge pull request #1345 from weblate/weblate-cups-cups

Translations update from Hosted Weblate

3 weeks agoTranslated using Weblate (Romanian) 1345/head
Remus-Gabriel Chelu [Sat, 23 Aug 2025 23:13:13 +0000 (01:13 +0200)] 
Translated using Weblate (Romanian)

Currently translated at 21.2% (884 of 4155 strings)

Translation: CUPS/CUPS
Translate-URL: https://hosted.weblate.org/projects/cups/cups/ro/

3 weeks agoAdded translation using Weblate (Romanian)
Remus-Gabriel Chelu [Sat, 23 Aug 2025 22:50:08 +0000 (00:50 +0200)] 
Added translation using Weblate (Romanian)

3 weeks agoMerge pull request #1344 from Plombo/leak-fix
Michael R Sweet [Sat, 23 Aug 2025 17:17:24 +0000 (13:17 -0400)] 
Merge pull request #1344 from Plombo/leak-fix

ppd-cache: fix memory leak

3 weeks agoppd-cache: fix memory leak 1344/head
Bryan Cain [Fri, 22 Aug 2025 18:56:49 +0000 (12:56 -0600)] 
ppd-cache: fix memory leak

These fields were being allocated by _ppdCacheCreateWith*() but never
freed by anything. Free them in _ppdCacheDestroy() to fix the leak.

Based on commit 7e4b961850b66baf895fc0 in libppd.

3 weeks agoMerge pull request #1341 from weblate/weblate-cups-cups
Michael R Sweet [Thu, 21 Aug 2025 12:45:16 +0000 (08:45 -0400)] 
Merge pull request #1341 from weblate/weblate-cups-cups

Translations update from Hosted Weblate

3 weeks agoTranslated using Weblate (German) 1341/head
Thorsten Alteholz [Wed, 20 Aug 2025 12:05:59 +0000 (14:05 +0200)] 
Translated using Weblate (German)

Currently translated at 74.6% (3100 of 4155 strings)

Translation: CUPS/CUPS
Translate-URL: https://hosted.weblate.org/projects/cups/cups/de/

4 weeks agoTranslated using Weblate (German)
Thorsten Alteholz [Thu, 14 Aug 2025 16:09:51 +0000 (18:09 +0200)] 
Translated using Weblate (German)

Currently translated at 74.4% (3092 of 4155 strings)

Translation: CUPS/CUPS
Translate-URL: https://hosted.weblate.org/projects/cups/cups/de/

4 weeks agoMerge pull request #1339 from weblate/weblate-cups-cups
Michael R Sweet [Tue, 12 Aug 2025 22:29:25 +0000 (18:29 -0400)] 
Merge pull request #1339 from weblate/weblate-cups-cups

Translations update from Hosted Weblate

5 weeks agoTranslated using Weblate (German) 1339/head
Thorsten Alteholz [Mon, 11 Aug 2025 14:08:11 +0000 (16:08 +0200)] 
Translated using Weblate (German)

Currently translated at 74.1% (3081 of 4155 strings)

Translation: CUPS/CUPS
Translate-URL: https://hosted.weblate.org/projects/cups/cups/de/

5 weeks agoMerge pull request #1337 from weblate/weblate-cups-cups
zdohnal [Mon, 11 Aug 2025 08:41:36 +0000 (10:41 +0200)] 
Merge pull request #1337 from weblate/weblate-cups-cups

Translations update from Hosted Weblate

5 weeks agoTranslated using Weblate (German) 1337/head
Thorsten Alteholz [Sat, 9 Aug 2025 11:41:43 +0000 (13:41 +0200)] 
Translated using Weblate (German)

Currently translated at 74.0% (3077 of 4155 strings)

Translation: CUPS/CUPS
Translate-URL: https://hosted.weblate.org/projects/cups/cups/de/

5 weeks agoTranslated using Weblate (Portuguese (Brazil))
marcelocripe [Thu, 7 Aug 2025 16:14:46 +0000 (18:14 +0200)] 
Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (4155 of 4155 strings)

Translation: CUPS/CUPS
Translate-URL: https://hosted.weblate.org/projects/cups/cups/pt_BR/

5 weeks agoTranslated using Weblate (Portuguese (Brazil))
marcelocripe [Thu, 7 Aug 2025 15:47:00 +0000 (17:47 +0200)] 
Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (4155 of 4155 strings)

Translation: CUPS/CUPS
Translate-URL: https://hosted.weblate.org/projects/cups/cups/pt_BR/

5 weeks agoMerge pull request #1335 from weblate/weblate-cups-cups
zdohnal [Thu, 7 Aug 2025 07:46:19 +0000 (09:46 +0200)] 
Merge pull request #1335 from weblate/weblate-cups-cups

Translations update from Hosted Weblate

5 weeks agoTranslated using Weblate (Portuguese (Brazil)) 1335/head
marcelocripe [Tue, 5 Aug 2025 17:06:25 +0000 (19:06 +0200)] 
Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (4155 of 4155 strings)

Translation: CUPS/CUPS
Translate-URL: https://hosted.weblate.org/projects/cups/cups/pt_BR/

6 weeks agoTranslated using Weblate (Portuguese (Brazil))
marcelocripe [Tue, 5 Aug 2025 14:35:01 +0000 (16:35 +0200)] 
Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (4155 of 4155 strings)

Translation: CUPS/CUPS
Translate-URL: https://hosted.weblate.org/projects/cups/cups/pt_BR/

6 weeks agoMerge pull request #1334 from weblate/weblate-cups-cups
Michael R Sweet [Tue, 5 Aug 2025 13:50:25 +0000 (09:50 -0400)] 
Merge pull request #1334 from weblate/weblate-cups-cups

Translations update from Hosted Weblate

6 weeks agoTranslated using Weblate (Portuguese) 1334/head
ssantos [Mon, 4 Aug 2025 15:11:55 +0000 (17:11 +0200)] 
Translated using Weblate (Portuguese)

Currently translated at 95.5% (3971 of 4155 strings)

Translation: CUPS/CUPS
Translate-URL: https://hosted.weblate.org/projects/cups/cups/pt/

6 weeks agoTranslated using Weblate (Portuguese (Brazil))
marcelocripe [Tue, 5 Aug 2025 12:59:02 +0000 (14:59 +0200)] 
Translated using Weblate (Portuguese (Brazil))

Currently translated at 100.0% (4155 of 4155 strings)

Translation: CUPS/CUPS
Translate-URL: https://hosted.weblate.org/projects/cups/cups/pt_BR/

6 weeks agoMerge pull request #1332 from weblate/weblate-cups-cups
Michael R Sweet [Sat, 2 Aug 2025 21:09:47 +0000 (17:09 -0400)] 
Merge pull request #1332 from weblate/weblate-cups-cups

Translations update from Hosted Weblate

6 weeks agoTranslated using Weblate (Portuguese (Brazil)) 1332/head
marcelocripe [Fri, 1 Aug 2025 18:08:31 +0000 (20:08 +0200)] 
Translated using Weblate (Portuguese (Brazil))

Currently translated at 96.4% (4006 of 4155 strings)

Translation: CUPS/CUPS
Translate-URL: https://hosted.weblate.org/projects/cups/cups/pt_BR/

6 weeks agoMerge pull request #1331 from weblate/weblate-cups-cups
zdohnal [Fri, 1 Aug 2025 04:40:09 +0000 (06:40 +0200)] 
Merge pull request #1331 from weblate/weblate-cups-cups

Translations update from Hosted Weblate

6 weeks agoTranslated using Weblate (Portuguese (Brazil)) 1331/head
marcelocripe [Thu, 31 Jul 2025 17:22:30 +0000 (19:22 +0200)] 
Translated using Weblate (Portuguese (Brazil))

Currently translated at 93.6% (3891 of 4155 strings)

Translation: CUPS/CUPS
Translate-URL: https://hosted.weblate.org/projects/cups/cups/pt_BR/

6 weeks agoMerge pull request #1330 from weblate/weblate-cups-cups
Michael R Sweet [Wed, 30 Jul 2025 20:30:27 +0000 (21:30 +0100)] 
Merge pull request #1330 from weblate/weblate-cups-cups

Translations update from Hosted Weblate

6 weeks agoTranslated using Weblate (Portuguese (Brazil)) 1330/head
marcelocripe [Wed, 30 Jul 2025 18:05:16 +0000 (20:05 +0200)] 
Translated using Weblate (Portuguese (Brazil))

Currently translated at 93.5% (3887 of 4155 strings)

Translation: CUPS/CUPS
Translate-URL: https://hosted.weblate.org/projects/cups/cups/pt_BR/

6 weeks agoMerge pull request #1328 from weblate/weblate-cups-cups
zdohnal [Wed, 30 Jul 2025 04:10:53 +0000 (06:10 +0200)] 
Merge pull request #1328 from weblate/weblate-cups-cups

Translations update from Hosted Weblate

6 weeks agoTranslated using Weblate (Portuguese (Brazil)) 1328/head
marcelocripe [Tue, 29 Jul 2025 16:57:54 +0000 (18:57 +0200)] 
Translated using Weblate (Portuguese (Brazil))

Currently translated at 90.4% (3757 of 4155 strings)

Translation: CUPS/CUPS
Translate-URL: https://hosted.weblate.org/projects/cups/cups/pt_BR/

7 weeks agoMerge pull request #1327 from weblate/weblate-cups-cups
Michael R Sweet [Sat, 26 Jul 2025 14:52:29 +0000 (16:52 +0200)] 
Merge pull request #1327 from weblate/weblate-cups-cups

Translations update from Hosted Weblate

7 weeks agoTranslated using Weblate (Portuguese (Brazil)) 1327/head
marcelocripe [Fri, 25 Jul 2025 17:56:41 +0000 (19:56 +0200)] 
Translated using Weblate (Portuguese (Brazil))

Currently translated at 82.0% (3411 of 4155 strings)

Translation: CUPS/CUPS
Translate-URL: https://hosted.weblate.org/projects/cups/cups/pt_BR/

7 weeks agoTranslated using Weblate (Portuguese (Brazil))
marcelocripe [Fri, 25 Jul 2025 14:03:02 +0000 (16:03 +0200)] 
Translated using Weblate (Portuguese (Brazil))

Currently translated at 78.6% (3266 of 4155 strings)

Translation: CUPS/CUPS
Translate-URL: https://hosted.weblate.org/projects/cups/cups/pt_BR/

7 weeks agoMerge pull request #1326 from weblate/weblate-cups-cups
Michael R Sweet [Fri, 25 Jul 2025 10:21:31 +0000 (12:21 +0200)] 
Merge pull request #1326 from weblate/weblate-cups-cups

Translations update from Hosted Weblate

7 weeks agoTranslated using Weblate (Hungarian) 1326/head
therealmate [Thu, 24 Jul 2025 09:30:30 +0000 (11:30 +0200)] 
Translated using Weblate (Hungarian)

Currently translated at 4.5% (188 of 4155 strings)

Translation: CUPS/CUPS
Translate-URL: https://hosted.weblate.org/projects/cups/cups/hu/

7 weeks agoTranslated using Weblate (Portuguese (Brazil))
marcelocripe [Thu, 24 Jul 2025 12:45:52 +0000 (14:45 +0200)] 
Translated using Weblate (Portuguese (Brazil))

Currently translated at 78.4% (3260 of 4155 strings)

Translation: CUPS/CUPS
Translate-URL: https://hosted.weblate.org/projects/cups/cups/pt_BR/

7 weeks agoMerge pull request #1325 from weblate/weblate-cups-cups
Michael R Sweet [Wed, 23 Jul 2025 19:44:30 +0000 (21:44 +0200)] 
Merge pull request #1325 from weblate/weblate-cups-cups

Translations update from Hosted Weblate

7 weeks agoTranslated using Weblate (Portuguese (Brazil)) 1325/head
marcelocripe [Wed, 23 Jul 2025 14:48:11 +0000 (16:48 +0200)] 
Translated using Weblate (Portuguese (Brazil))

Currently translated at 77.3% (3213 of 4155 strings)

Translation: CUPS/CUPS
Translate-URL: https://hosted.weblate.org/projects/cups/cups/pt_BR/

7 weeks agoMerge pull request #1323 from weblate/weblate-cups-cups
Michael R Sweet [Tue, 22 Jul 2025 17:32:47 +0000 (19:32 +0200)] 
Merge pull request #1323 from weblate/weblate-cups-cups

Translations update from Hosted Weblate

8 weeks agoTranslated using Weblate (Portuguese (Brazil)) 1323/head
marcelocripe [Tue, 22 Jul 2025 14:03:27 +0000 (16:03 +0200)] 
Translated using Weblate (Portuguese (Brazil))

Currently translated at 74.6% (3101 of 4155 strings)

Translation: CUPS/CUPS
Translate-URL: https://hosted.weblate.org/projects/cups/cups/pt_BR/

2 months agoMerge pull request #1320 from weblate/weblate-cups-cups
Michael R Sweet [Tue, 15 Jul 2025 14:47:57 +0000 (16:47 +0200)] 
Merge pull request #1320 from weblate/weblate-cups-cups

Translations update from Hosted Weblate

2 months agoTranslated using Weblate (Spanish) 1320/head
Francisco Serrador [Mon, 14 Jul 2025 09:46:37 +0000 (11:46 +0200)] 
Translated using Weblate (Spanish)

Currently translated at 74.8% (3108 of 4155 strings)

Translation: CUPS/CUPS
Translate-URL: https://hosted.weblate.org/projects/cups/cups/es/

2 months agoTranslated using Weblate (Spanish)
Francisco Serrador [Mon, 14 Jul 2025 09:43:42 +0000 (11:43 +0200)] 
Translated using Weblate (Spanish)

Currently translated at 74.8% (3108 of 4155 strings)

Translation: CUPS/CUPS
Translate-URL: https://hosted.weblate.org/projects/cups/cups/es/

2 months agoTranslated using Weblate (Spanish)
Francisco Serrador [Mon, 14 Jul 2025 09:35:36 +0000 (11:35 +0200)] 
Translated using Weblate (Spanish)

Currently translated at 74.8% (3108 of 4155 strings)

Translation: CUPS/CUPS
Translate-URL: https://hosted.weblate.org/projects/cups/cups/es/

2 months agoTranslated using Weblate (Spanish)
Francisco Serrador [Mon, 14 Jul 2025 09:18:17 +0000 (11:18 +0200)] 
Translated using Weblate (Spanish)

Currently translated at 74.8% (3108 of 4155 strings)

Translation: CUPS/CUPS
Translate-URL: https://hosted.weblate.org/projects/cups/cups/es/

2 months agoUpdate CHANGES.md
Zdenek Dohnal [Tue, 15 Jul 2025 10:44:10 +0000 (12:44 +0200)] 
Update CHANGES.md

2 months agoMerge pull request #1319 from weblate/weblate-cups-cups
Michael R Sweet [Mon, 14 Jul 2025 10:22:53 +0000 (12:22 +0200)] 
Merge pull request #1319 from weblate/weblate-cups-cups

Translations update from Hosted Weblate

2 months agoTranslated using Weblate (Japanese) 1319/head
oota toshiya [Sun, 13 Jul 2025 11:05:06 +0000 (13:05 +0200)] 
Translated using Weblate (Japanese)

Currently translated at 40.3% (1676 of 4155 strings)

Translation: CUPS/CUPS
Translate-URL: https://hosted.weblate.org/projects/cups/cups/ja/

2 months agoTranslated using Weblate (Japanese)
Naruhiko Ogasawara [Sun, 13 Jul 2025 08:40:47 +0000 (10:40 +0200)] 
Translated using Weblate (Japanese)

Currently translated at 40.3% (1676 of 4155 strings)

Translation: CUPS/CUPS
Translate-URL: https://hosted.weblate.org/projects/cups/cups/ja/

2 months agoTranslated using Weblate (Japanese)
oota toshiya [Sun, 13 Jul 2025 10:04:09 +0000 (12:04 +0200)] 
Translated using Weblate (Japanese)

Currently translated at 40.3% (1676 of 4155 strings)

Translation: CUPS/CUPS
Translate-URL: https://hosted.weblate.org/projects/cups/cups/ja/

2 months agoTranslated using Weblate (Japanese)
Naruhiko Ogasawara [Sun, 13 Jul 2025 08:37:24 +0000 (10:37 +0200)] 
Translated using Weblate (Japanese)

Currently translated at 40.3% (1676 of 4155 strings)

Translation: CUPS/CUPS
Translate-URL: https://hosted.weblate.org/projects/cups/cups/ja/

2 months agoTranslated using Weblate (Japanese)
Naruhiko Ogasawara [Sun, 13 Jul 2025 07:42:35 +0000 (09:42 +0200)] 
Translated using Weblate (Japanese)

Currently translated at 40.3% (1676 of 4155 strings)

Translation: CUPS/CUPS
Translate-URL: https://hosted.weblate.org/projects/cups/cups/ja/

2 months agoTranslated using Weblate (Japanese)
Naruhiko Ogasawara [Sun, 13 Jul 2025 07:41:37 +0000 (09:41 +0200)] 
Translated using Weblate (Japanese)

Currently translated at 40.3% (1676 of 4155 strings)

Translation: CUPS/CUPS
Translate-URL: https://hosted.weblate.org/projects/cups/cups/ja/

2 months agoTranslated using Weblate (Japanese)
Naruhiko Ogasawara [Sun, 13 Jul 2025 07:15:03 +0000 (09:15 +0200)] 
Translated using Weblate (Japanese)

Currently translated at 40.3% (1676 of 4155 strings)

Translation: CUPS/CUPS
Translate-URL: https://hosted.weblate.org/projects/cups/cups/ja/

2 months agoTranslated using Weblate (Japanese)
Naruhiko Ogasawara [Sun, 13 Jul 2025 06:14:31 +0000 (08:14 +0200)] 
Translated using Weblate (Japanese)

Currently translated at 40.3% (1676 of 4155 strings)

Translation: CUPS/CUPS
Translate-URL: https://hosted.weblate.org/projects/cups/cups/ja/

2 months agoTranslated using Weblate (Japanese)
Naruhiko Ogasawara [Sun, 13 Jul 2025 06:12:35 +0000 (08:12 +0200)] 
Translated using Weblate (Japanese)

Currently translated at 40.3% (1676 of 4155 strings)

Translation: CUPS/CUPS
Translate-URL: https://hosted.weblate.org/projects/cups/cups/ja/

2 months agoTranslated using Weblate (Japanese)
Naruhiko Ogasawara [Sun, 13 Jul 2025 05:56:58 +0000 (07:56 +0200)] 
Translated using Weblate (Japanese)

Currently translated at 40.3% (1676 of 4155 strings)

Translation: CUPS/CUPS
Translate-URL: https://hosted.weblate.org/projects/cups/cups/ja/

2 months agoTranslated using Weblate (Japanese)
Naruhiko Ogasawara [Sun, 13 Jul 2025 05:15:59 +0000 (07:15 +0200)] 
Translated using Weblate (Japanese)

Currently translated at 40.3% (1676 of 4155 strings)

Translation: CUPS/CUPS
Translate-URL: https://hosted.weblate.org/projects/cups/cups/ja/

2 months agoTranslated using Weblate (Japanese)
Naruhiko Ogasawara [Sun, 13 Jul 2025 05:07:22 +0000 (07:07 +0200)] 
Translated using Weblate (Japanese)

Currently translated at 40.3% (1676 of 4155 strings)

Translation: CUPS/CUPS
Translate-URL: https://hosted.weblate.org/projects/cups/cups/ja/

2 months agoMerge pull request #1316 from weblate/weblate-cups-cups
Michael R Sweet [Thu, 10 Jul 2025 15:55:06 +0000 (16:55 +0100)] 
Merge pull request #1316 from weblate/weblate-cups-cups

Translations update from Hosted Weblate

2 months agoTranslated using Weblate (Portuguese (Brazil)) 1316/head
marcelocripe [Wed, 9 Jul 2025 17:53:11 +0000 (19:53 +0200)] 
Translated using Weblate (Portuguese (Brazil))

Currently translated at 72.5% (3014 of 4155 strings)

Translation: CUPS/CUPS
Translate-URL: https://hosted.weblate.org/projects/cups/cups/pt_BR/

2 months agoTranslated using Weblate (Portuguese (Brazil))
marcelocripe [Wed, 9 Jul 2025 17:51:53 +0000 (19:51 +0200)] 
Translated using Weblate (Portuguese (Brazil))

Currently translated at 72.5% (3014 of 4155 strings)

Translation: CUPS/CUPS
Translate-URL: https://hosted.weblate.org/projects/cups/cups/pt_BR/

2 months agoTranslated using Weblate (Portuguese (Brazil))
marcelocripe [Wed, 9 Jul 2025 17:27:32 +0000 (19:27 +0200)] 
Translated using Weblate (Portuguese (Brazil))

Currently translated at 72.5% (3014 of 4155 strings)

Translation: CUPS/CUPS
Translate-URL: https://hosted.weblate.org/projects/cups/cups/pt_BR/

2 months agoTranslated using Weblate (Portuguese (Brazil))
marcelocripe [Wed, 9 Jul 2025 17:26:35 +0000 (19:26 +0200)] 
Translated using Weblate (Portuguese (Brazil))

Currently translated at 72.5% (3014 of 4155 strings)

Translation: CUPS/CUPS
Translate-URL: https://hosted.weblate.org/projects/cups/cups/pt_BR/

2 months agoTranslated using Weblate (Portuguese (Brazil))
marcelocripe [Wed, 9 Jul 2025 17:10:43 +0000 (19:10 +0200)] 
Translated using Weblate (Portuguese (Brazil))

Currently translated at 72.5% (3014 of 4155 strings)

Translation: CUPS/CUPS
Translate-URL: https://hosted.weblate.org/projects/cups/cups/pt_BR/

2 months agoTranslated using Weblate (Portuguese (Brazil))
marcelocripe [Wed, 9 Jul 2025 17:01:22 +0000 (19:01 +0200)] 
Translated using Weblate (Portuguese (Brazil))

Currently translated at 72.5% (3014 of 4155 strings)

Translation: CUPS/CUPS
Translate-URL: https://hosted.weblate.org/projects/cups/cups/pt_BR/

2 months agoTranslated using Weblate (Portuguese (Brazil))
marcelocripe [Wed, 9 Jul 2025 16:46:19 +0000 (18:46 +0200)] 
Translated using Weblate (Portuguese (Brazil))

Currently translated at 72.5% (3014 of 4155 strings)

Translation: CUPS/CUPS
Translate-URL: https://hosted.weblate.org/projects/cups/cups/pt_BR/

2 months agoTranslated using Weblate (Portuguese (Brazil))
marcelocripe [Wed, 9 Jul 2025 14:17:21 +0000 (16:17 +0200)] 
Translated using Weblate (Portuguese (Brazil))

Currently translated at 72.5% (3014 of 4155 strings)

Translation: CUPS/CUPS
Translate-URL: https://hosted.weblate.org/projects/cups/cups/pt_BR/

2 months agoTranslated using Weblate (Portuguese (Brazil))
marcelocripe [Wed, 9 Jul 2025 14:11:10 +0000 (16:11 +0200)] 
Translated using Weblate (Portuguese (Brazil))

Currently translated at 72.5% (3014 of 4155 strings)

Translation: CUPS/CUPS
Translate-URL: https://hosted.weblate.org/projects/cups/cups/pt_BR/

2 months agoTranslated using Weblate (Portuguese (Brazil))
marcelocripe [Wed, 9 Jul 2025 14:10:06 +0000 (16:10 +0200)] 
Translated using Weblate (Portuguese (Brazil))

Currently translated at 72.5% (3014 of 4155 strings)

Translation: CUPS/CUPS
Translate-URL: https://hosted.weblate.org/projects/cups/cups/pt_BR/

2 months agoTranslated using Weblate (Portuguese (Brazil))
marcelocripe [Wed, 9 Jul 2025 14:04:19 +0000 (16:04 +0200)] 
Translated using Weblate (Portuguese (Brazil))

Currently translated at 72.5% (3014 of 4155 strings)

Translation: CUPS/CUPS
Translate-URL: https://hosted.weblate.org/projects/cups/cups/pt_BR/

2 months agoTranslated using Weblate (Portuguese (Brazil))
marcelocripe [Wed, 9 Jul 2025 13:56:54 +0000 (15:56 +0200)] 
Translated using Weblate (Portuguese (Brazil))

Currently translated at 72.5% (3014 of 4155 strings)

Translation: CUPS/CUPS
Translate-URL: https://hosted.weblate.org/projects/cups/cups/pt_BR/