* Verify that translations in the .po file have the same number and type of
* printf-style format strings.
*
- * Copyright © 2020-2024 by OpenPrinting.
+ * Copyright © 2020-2025 by OpenPrinting.
* Copyright © 2007-2017 by Apple Inc.
* Copyright © 1997-2007 by Easy Software Products, all rights reserved.
*
- * Licensed under Apache License v2.0. See the file "LICENSE" for more information.
+ * Licensed under Apache License v2.0. See the file "LICENSE" for more
+ * information.
*
* Usage:
*
printf(" Too many untranslated messages (%d of %d or %.1f%% are translated)\n", count - untranslated, count, 100.0 - 100.0 * untranslated / count);
}
else if (untranslated > 0)
- printf("PASS (%d of %d or %.1f%% are translated)\n", count - untranslated, count, 100.0 - 100.0 * untranslated / count);
+ {
+ printf("WARNING (%d of %d or %.1f%% are translated)\n", count - untranslated, count, 100.0 - 100.0 * untranslated / count);
+ }
else
+ {
puts("PASS");
+ }
}
if (!pass)
#, fuzzy, c-format
msgid "%s: Scheduler is not running."
-msgstr "schemaläggare körs inte"
+msgstr "%s: schemaläggare körs inte"
#, c-format
msgid "%s: Unable to connect to server."
#, fuzzy, c-format
msgid "Unable to connect to %s:%d: %s"
-msgstr "%s: Kan inte ansluta till \"%s:%d\": %s"
+msgstr "Kan inte ansluta till %s:%d: %s"
msgid "Unable to connect to host."
msgstr "Kan inte ansluta till värd."
#, fuzzy, c-format
msgid "Unable to create PPD for printer: %s"
-msgstr "%s: Kan inte skapa PPD-fil: %s"
+msgstr "Kan inte skapa PPD-fil: %s"
#, fuzzy, c-format
msgid "Unable to create PPD: %s"
-msgstr "%s: Kan inte skapa PPD-fil: %s"
+msgstr "Kan inte skapa PPD-fil: %s"
#, fuzzy
msgid "Unable to create X.509 certificate signing request."
#, fuzzy, c-format
msgid "Unable to read generated PPD: %s"
-msgstr "%s: Kan inte skapa PPD-fil: %s"
+msgstr "Kan inte skapa PPD-fil: %s"
msgid "Unable to read print data."
msgstr "Kan inte läsa utskriftsdata."
#, fuzzy, c-format
msgid "Unable to run cups-driverd: %s"
-msgstr "%s: Kan inte kommunicera med skrivare: %s"
+msgstr "Kan inte kommunicera med skrivare: %s"
#, fuzzy, c-format
msgid "Unable to save PPD file: %s"
-msgstr "%s: Kan inte skapa PPD-fil: %s"
+msgstr "Kan inte skapa PPD-fil: %s"
#, fuzzy, c-format
msgid "Unable to save value for \"%s\" with a temporary printer."
-msgstr "Kan inte skicka data till skrivare."
+msgstr "Kan inte skicka data \"%s\" till skrivare."
msgid "Unable to see in file"
msgstr "Kan inte se i fil"
#, fuzzy, c-format
msgid "ipptool: Unable to allocate memory: %s"
-msgstr "Kan inte allokera minne för skrivare"
+msgstr "ipptool: Kan inte allokera minne för skrivare: %s"
#. TRANSLATORS: Job Account ID
msgid "job-account-id"