python.pot 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. # SOME DESCRIPTIVE TITLE.
  2. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
  3. # This file is distributed under the same license as the PACKAGE package.
  4. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
  5. #
  6. #, fuzzy
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: PACKAGE VERSION\n"
  10. "Report-Msgid-Bugs-To: \n"
  11. "POT-Creation-Date: 2018-05-16 11:40-0400\n"
  12. "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
  13. "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  14. "Language-Team: LANGUAGE <LL@li.org>\n"
  15. "MIME-Version: 1.0\n"
  16. "Content-Type: text/plain; charset=UTF-8\n"
  17. "Content-Transfer-Encoding: 8bit\n"
  18. "Language: \n"
  19. "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
  20. #: src/modules/umount/main.py:40
  21. msgid "Unmount file systems."
  22. msgstr "Unmount file systems."
  23. #: src/modules/dummypython/main.py:44
  24. msgid "Dummy python job."
  25. msgstr "Dummy python job."
  26. #: src/modules/dummypython/main.py:97
  27. msgid "Dummy python step {}"
  28. msgstr "Dummy python step {}"
  29. #: src/modules/machineid/main.py:35
  30. msgid "Generate machine-id."
  31. msgstr "Generate machine-id."
  32. #: src/modules/packages/main.py:61
  33. #, python-format
  34. msgid "Processing packages (%(count)d / %(total)d)"
  35. msgstr "Processing packages (%(count)d / %(total)d)"
  36. #: src/modules/packages/main.py:63 src/modules/packages/main.py:73
  37. msgid "Install packages."
  38. msgstr "Install packages."
  39. #: src/modules/packages/main.py:66
  40. #, python-format
  41. msgid "Installing one package."
  42. msgid_plural "Installing %(num)d packages."
  43. msgstr[0] "Installing one package."
  44. msgstr[1] "Installing %(num)d packages."
  45. #: src/modules/packages/main.py:69
  46. #, python-format
  47. msgid "Removing one package."
  48. msgid_plural "Removing %(num)d packages."
  49. msgstr[0] "Removing one package."
  50. msgstr[1] "Removing %(num)d packages."