summaryrefslogtreecommitdiff
path: root/locale
Commit message (Collapse)AuthorAgeFilesLines
...
* Expand ColorModel support for IPP Everywhere printers to include device colorMichael R Sweet2018-01-1811-150/+277
| | | | spaces. Simplify code.
* Fix installation permissions of "en" locale dir.v2.3b2Michael R Sweet2018-01-171-1/+1
|
* IPP Everywhere PPDs were not localized to English (Issue #5205)Michael R Sweet2018-01-151-1/+3
| | | | Install cups.pot as cups_en.po
* Update cups_de.poEttore Atalan2017-12-301-274/+288
| | | Updated existing and untranslated strings.
* Fix localization of "calendared" and "uncalendared" media-tooth values.Michael R Sweet2017-12-1513-141/+141
|
* Use IPP printer-state-reasons localizations instead of the old English strings.Michael R Sweet2017-12-1312-820/+522
|
* Rename HTTP_STATUS_REDIRECT_TEMPORARILY to HTTP_STATUS_FOUND, to match RFC 7231.Michael Sweet2017-12-0812-46/+46
| | | | (still have a define for the old name...)
* Add missing HTTP status message for 302 (moved temporarily).Michael Sweet2017-12-0812-57/+92
|
* Some more localization fixes and simplifications.Michael Sweet2017-12-0113-9725/+1831
|
* Last of the media improvements (Issue #5167)Michael Sweet2017-11-3015-2027/+3238
| | | | | | | | | | | | | | | | | | | | | | | | | | cups/dest-localization.c: - Use "other tray" and "other media" for unknown media sources and types. cups/dest-options.c: - media-key is king for size matching. - Synthesize a media-key value using the size name unless we can't get one. cups/language-private.h: - Add _CUPS_MESSAGE_PO constant. cups/pwg-media.c: - Allow PWG names with a trailing "_foo" qualifier (so media-key still works if an application just adds the _cups_size_t.media value as the "media" option. locale/*.{po,pot,strings}: - Update localization strings. locale/cups.footer: - Add common HP and Canon media types. locale/checkpo.c: - Fix \ validation.
* Add media-type localizations for printer-specific media types (Issue #5168)Michael R Sweet2017-11-101-169/+20
| | | | | | | | | | cups/dest-localization.c: Move .strings file loader to language.c. cups/language-private.h: Add load options for _cupsMessageLoad. cups/language.c: Move .strings file loader to this file. cups/ppd-cache.c: Save printer-strings-uri value and load the strings file for m edia-type cups/ppd-private.h: Bump cache version and add strings_uri. locale/checkpo.c: Use _cupsMessageLoad for .strings files.
* License change: Apache License, Version 2.0.Michael R Sweet2017-11-074-20/+4
|
* Add missing space in German localizationMichael Weghorn2017-10-251-3/+3
|
* Update fanfold sizes.Michael Sweet2017-10-2312-116/+170
|
* Update message catalogs.Michael Sweet2017-10-2312-319/+365
|
* Update localization information.Michael Sweet2017-08-2812-12008/+15427
| | | | Create English locale file from cups.pot for unit tests.
* Update french translationsStephane Blondon2017-08-061-41/+41
|
* Update localizations yet again based on IPP sample strings.Michael Sweet2017-08-0113-21362/+20418
|
* Update localization files with corrections for IPP strings.Michael Sweet2017-07-3113-2290/+2167
|
* Fix localizations of some media sizes and remove localizations of operationMichael Sweet2017-07-311-137/+5
| | | | names.
* Update french translationsStéphane Blondon2017-07-221-264/+284
|
* Implement standard localizations in cupsLocalizeDest* (Issue #5056)Michael Sweet2017-07-1912-36/+54
| | | | | Add standard media size names to the localizations, too, since the PPD names are not the right ones.
* Add base IPP attribute/value localizations (Issue #5056)Michael Sweet2017-07-1915-39/+77729
|
* Fix the cups.strings file generation (bug in code that generates the UnicodeMichael Sweet2017-07-1815-370/+520
| | | | | quotes), and add support for .strings files in checkpo so that we can validate the results from now on (rdar://33287650)
* Fix more issues with libtool support (Issue #5050)Michael R Sweet2017-07-171-2/+2
|
* Update libtool support to include --mode=foo stuff - surprise, libtool ↵Michael R Sweet2017-07-171-6/+6
| | | | | | changed in incompatible ways again... (Issue #5050)
* Update and fix locale files.Michael Sweet2017-06-1911-2297/+353
|
* Merge pull request #5029 from AOSC-Dev/masterMichael R Sweet2017-06-191-0/+8916
|\ | | | | locale: introduce cups_zh_CN.po
| * locale: introduce cups_zh_CN.poMingcong Bai2017-06-111-0/+8916
| |
* | Sync up with changes from IPP sample code project.Michael Sweet2017-06-1511-992/+1748
|/
* Use curley single quotes, too.Michael Sweet2017-04-0512-365/+393
|
* Update cups.strings file to use double prime for inches abbreviation instead ofMichael Sweet2017-03-1112-74/+85
| | | | a straight double quote.
* The IPP Everywhere finishings support did not work correctly with common UI orMichael Sweet2017-03-1011-383/+395
| | | | | | | command-line options (Issue #4976) Split finishing options into "standard" groups so that simple "pick one" UI can be used.
* Update localized media type names.Michael Sweet2017-03-1011-353/+801
|
* Add meaningful error messages to IPP Everywhere PPD generator (Issue #4954)Michael Sweet2017-03-0911-391/+457
|
* Fix source file header text duplication text duplication.Michael R Sweet2017-01-164-4/+4
| | | | Bump copyright to 2017 in web interface and README files.
* Update localization files.Michael R Sweet2017-01-0311-408/+1602
|
* Update cups_de.pojschwender2016-09-291-157/+160
| | | Some typos fixed and more translations added
* Update cups_de.poEttore Atalan2016-09-171-33/+33
| | | Expanded german translation.
* Support site CA cert ("/etc/cups/ssl/site.crt" for Linux, "site" cert on ↵Michael Sweet2016-08-3011-34/+66
| | | | macOS) for validating printer certs.
* Sync up GNU TLS and Darwin TLS certificate validation code.Michael Sweet2016-08-2511-24/+281
|
* Update localizations.Michael R Sweet2016-08-0811-2151/+556
| | | | Drop ellipsis from "Looking for printer" message.
* Update spanish translation (Issue #4846)Michael R Sweet2016-08-081-653/+2180
|
* Update the list of media-type strings.Michael Sweet2016-07-0711-137/+3561
|
* Update localization files.Michael Sweet2016-06-2410-29/+29
|
* Update all references to OS X to macOS.Michael R Sweet2016-06-2012-469/+493
|
* Add Brazilian Portuguese localization (Issue #4796)Michael Sweet2016-05-0210-9/+6679
|
* Update localization files.Michael Sweet2016-05-0210-339/+3873
|
* updated, more complete german translationroot2016-04-221-433/+412
|
* Update localization files.Michael R Sweet2016-04-1110-1199/+1260
|