diff options
author | Mattias Andrée <m@maandree.se> | 2025-03-08 13:27:09 +0100 |
---|---|---|
committer | Mattias Andrée <m@maandree.se> | 2025-03-08 13:27:09 +0100 |
commit | 6a6b10be7642e59ae40f9911282a8e2aa2601d82 (patch) | |
tree | 990f445224d9b1f692108965337bdc1dcb0fa3b1 /po/gl.po | |
parent | Unlist redshift/issues/291: rejected: will not break backwards compatibility (diff) | |
download | redshift-ng-6a6b10be7642e59ae40f9911282a8e2aa2601d82.tar.gz redshift-ng-6a6b10be7642e59ae40f9911282a8e2aa2601d82.tar.bz2 redshift-ng-6a6b10be7642e59ae40f9911282a8e2aa2601d82.tar.xz |
misc
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'po/gl.po')
-rw-r--r-- | po/gl.po | 22 |
1 files changed, 11 insertions, 11 deletions
@@ -185,8 +185,8 @@ msgstr "" #: ../src/redshift.c:656 ../src/redshift.c:788 ../src/redshift.c:1222 #: ../src/redshift.c:1253 #, c-format -msgid "Color temperature: %uK\n" -msgstr "Temperatura da color: %uK\n" +msgid "Color temperature: %luK\n" +msgstr "Temperatura da color: %luK\n" #: ../src/redshift.c:657 ../src/redshift.c:793 ../src/redshift.c:1224 #, c-format @@ -259,13 +259,13 @@ msgstr "" #: ../src/redshift.c:1049 #, c-format -msgid "Temperatures: %iK at day, %iK at night\n" +msgid "Temperatures: %luK at day, %luK at night\n" msgstr "" #: ../src/redshift.c:1060 ../src/redshift.c:1071 #, c-format -msgid "Temperature must be between %uK and %uK." -msgstr "A temperatura debe estar entre %uK e %uK." +msgid "Temperature must be between %luK and %luK." +msgstr "A temperatura debe estar entre %luK e %luK." #: ../src/redshift.c:1083 #, c-format @@ -381,13 +381,13 @@ msgstr "" msgid "" "Default values:\n" "\n" -" Daytime temperature: %uK\n" -" Night temperature: %uK\n" +" Daytime temperature: %luK\n" +" Night temperature: %luK\n" msgstr "" "Valores por defecto:\n" "\n" -" Temperatura do día: %uK\n" -" Temperatura da noite: %uK\n" +" Temperatura do día: %luK\n" +" Temperatura da noite: %luK\n" #: ../src/options.c:225 msgid "Available adjustment methods:\n" @@ -549,7 +549,7 @@ msgstr "A pantalla %i podería non atoparse." #: ../src/gamma-randr.c:204 ../src/gamma-vidmode.c:96 ../src/gamma-quartz.c:114 #, c-format -msgid "Gamma ramp size too small: %i" +msgid "Gamma ramp size too small: %zu" msgstr "" #: ../src/gamma-randr.c:277 @@ -639,7 +639,7 @@ msgstr "" #: ../src/gamma-dummy.c:75 #, c-format -msgid "Temperature: %i\n" +msgid "Temperature: %lu\n" msgstr "" #: ../src/location-geoclue2.c:59 |