You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

72 lines
1.8 KiB

  1. # Translation of Odoo Server.
  2. # This file contains the translation of the following modules:
  3. # * web_shortcuts
  4. #
  5. # Translators:
  6. # FIRST AUTHOR <EMAIL@ADDRESS>, 2012
  7. # Matjaž Mozetič <m.mozetic@matmoz.si>, 2015
  8. msgid ""
  9. msgstr ""
  10. "Project-Id-Version: web (8.0)\n"
  11. "Report-Msgid-Bugs-To: \n"
  12. "POT-Creation-Date: 2015-11-23 13:46+0000\n"
  13. "PO-Revision-Date: 2015-11-08 05:46+0000\n"
  14. "Last-Translator: Matjaž Mozetič <m.mozetic@matmoz.si>\n"
  15. "Language-Team: Slovenian (http://www.transifex.com/oca/OCA-web-8-0/language/sl/)\n"
  16. "MIME-Version: 1.0\n"
  17. "Content-Type: text/plain; charset=UTF-8\n"
  18. "Content-Transfer-Encoding: \n"
  19. "Language: sl\n"
  20. "Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n"
  21. #. module: web_shortcuts
  22. #. openerp-web
  23. #: code:addons/web_shortcuts/static/src/xml/web_shortcuts.xml:24
  24. #, python-format
  25. msgid "Add / Remove Shortcut..."
  26. msgstr "Dodaj / Odstrani bližnjico..."
  27. #. module: web_shortcuts
  28. #: field:web.shortcut,create_uid:0
  29. msgid "Created by"
  30. msgstr "Ustvaril"
  31. #. module: web_shortcuts
  32. #: field:web.shortcut,create_date:0
  33. msgid "Created on"
  34. msgstr "Ustvarjeno"
  35. #. module: web_shortcuts
  36. #: field:web.shortcut,id:0
  37. msgid "ID"
  38. msgstr "ID"
  39. #. module: web_shortcuts
  40. #: field:web.shortcut,write_uid:0
  41. msgid "Last Updated by"
  42. msgstr "Zadnjič posodobil"
  43. #. module: web_shortcuts
  44. #: field:web.shortcut,write_date:0
  45. msgid "Last Updated on"
  46. msgstr "Zadnjič posodobljeno"
  47. #. module: web_shortcuts
  48. #: field:web.shortcut,menu_id:0
  49. msgid "Menu id"
  50. msgstr "ID menija"
  51. #. module: web_shortcuts
  52. #: field:web.shortcut,name:0
  53. msgid "Shortcut Name"
  54. msgstr "Naziv bližnjice"
  55. #. module: web_shortcuts
  56. #: sql_constraint:web.shortcut:0
  57. msgid "Shortcut for this menu already exists!"
  58. msgstr "Bližnjica za ta meni že obstaja!"
  59. #. module: web_shortcuts
  60. #: field:web.shortcut,user_id:0
  61. msgid "User Ref."
  62. msgstr "Sklic uporabnika"