Launchpad automatic translations update.
[odoo/odoo.git] / addons / google_docs / i18n / google_docs.pot
1 # Translation of OpenERP Server.
2 # This file contains the translation of the following modules:
3 #       * google_docs
4 #
5 msgid ""
6 msgstr ""
7 "Project-Id-Version: OpenERP Server 7.0alpha\n"
8 "Report-Msgid-Bugs-To: \n"
9 "POT-Creation-Date: 2012-11-24 02:52+0000\n"
10 "PO-Revision-Date: 2012-11-24 02:52+0000\n"
11 "Last-Translator: <>\n"
12 "Language-Team: \n"
13 "MIME-Version: 1.0\n"
14 "Content-Type: text/plain; charset=UTF-8\n"
15 "Content-Transfer-Encoding: \n"
16 "Plural-Forms: \n"
17
18 #. module: google_docs
19 #: code:addons/google_docs/google_docs.py:136
20 #, python-format
21 msgid "Key Error!"
22 msgstr ""
23
24 #. module: google_docs
25 #: view:google.docs.config:0
26 msgid "for a presentation (slide show) document with url like `https://docs.google.com/a/openerp.com/presentation/d/123456789/edit#slide=id.p`, the ID is `presentation:123456789`"
27 msgstr ""
28
29 #. module: google_docs
30 #: view:google.docs.config:0
31 msgid "for a text document with url like `https://docs.google.com/a/openerp.com/document/d/123456789/edit`, the ID is `document:123456789`"
32 msgstr ""
33
34 #. module: google_docs
35 #: field:google.docs.config,gdocs_resource_id:0
36 msgid "Google Resource ID to Use as Template"
37 msgstr ""
38
39 #. module: google_docs
40 #: view:google.docs.config:0
41 msgid "for a drawing document with url like `https://docs.google.com/a/openerp.com/drawings/d/123456789/edit`, the ID is `drawings:123456789`"
42 msgstr ""
43
44 #. module: google_docs
45 #. openerp-web
46 #: code:addons/google_docs/static/src/xml/gdocs.xml:6
47 #, python-format
48 msgid "Add Google Doc..."
49 msgstr ""
50
51 #. module: google_docs
52 #: view:google.docs.config:0
53 msgid "This is the id of the template document, on google side. You can find it thanks to its URL:"
54 msgstr ""
55
56 #. module: google_docs
57 #: model:ir.model,name:google_docs.model_google_docs_config
58 msgid "Google Docs templates config"
59 msgstr ""
60
61 #. module: google_docs
62 #. openerp-web
63 #: code:addons/google_docs/static/src/js/gdocs.js:25
64 #, python-format
65 msgid "The user google credentials are not set yet. Contact your administrator for help."
66 msgstr ""
67
68 #. module: google_docs
69 #: view:google.docs.config:0
70 msgid "for a spreadsheet document with url like `https://docs.google.com/a/openerp.com/spreadsheet/ccc?key=123456789#gid=0`, the ID is `spreadsheet:123456789`"
71 msgstr ""
72
73 #. module: google_docs
74 #: code:addons/google_docs/google_docs.py:98
75 #, python-format
76 msgid "Your resource id is not correct. You can find the id in the google docs URL."
77 msgstr ""
78
79 #. module: google_docs
80 #: code:addons/google_docs/google_docs.py:122
81 #, python-format
82 msgid "Creating google docs may only be done by one at a time."
83 msgstr ""
84
85 #. module: google_docs
86 #: code:addons/google_docs/google_docs.py:53
87 #: code:addons/google_docs/google_docs.py:98
88 #: code:addons/google_docs/google_docs.py:122
89 #, python-format
90 msgid "Google Docs Error!"
91 msgstr ""
92
93 #. module: google_docs
94 #: code:addons/google_docs/google_docs.py:53
95 #, python-format
96 msgid "Check your google configuration in Users/Users/Synchronization tab."
97 msgstr ""
98
99 #. module: google_docs
100 #: model:ir.ui.menu,name:google_docs.menu_gdocs_config
101 msgid "Google Docs configuration"
102 msgstr ""
103
104 #. module: google_docs
105 #: model:ir.actions.act_window,name:google_docs.action_google_docs_users_config
106 #: model:ir.ui.menu,name:google_docs.menu_gdocs_model_config
107 msgid "Models configuration"
108 msgstr ""
109
110 #. module: google_docs
111 #: field:google.docs.config,model_id:0
112 msgid "Model"
113 msgstr ""
114
115 #. module: google_docs
116 #. openerp-web
117 #: code:addons/google_docs/static/src/js/gdocs.js:28
118 #, python-format
119 msgid "User Google credentials are not yet set."
120 msgstr ""
121
122 #. module: google_docs
123 #: code:addons/google_docs/google_docs.py:136
124 #, python-format
125 msgid "Your Google Doc Name Pattern's key does not found in object."
126 msgstr ""
127
128 #. module: google_docs
129 #: help:google.docs.config,name_template:0
130 msgid "Choose how the new google docs will be named, on google side. Eg. gdoc_%(field_name)s"
131 msgstr ""
132
133 #. module: google_docs
134 #: view:google.docs.config:0
135 msgid "Google Docs Configuration"
136 msgstr ""
137
138 #. module: google_docs
139 #: help:google.docs.config,gdocs_resource_id:0
140 msgid "\n"
141 "This is the id of the template document, on google side. You can find it thanks to its URL: \n"
142 "*for a text document with url like `https://docs.google.com/a/openerp.com/document/d/123456789/edit`, the ID is `document:123456789`\n"
143 "*for a spreadsheet document with url like `https://docs.google.com/a/openerp.com/spreadsheet/ccc?key=123456789#gid=0`, the ID is `spreadsheet:123456789`\n"
144 "*for a presentation (slide show) document with url like `https://docs.google.com/a/openerp.com/presentation/d/123456789/edit#slide=id.p`, the ID is `presentation:123456789`\n"
145 "*for a drawing document with url like `https://docs.google.com/a/openerp.com/drawings/d/123456789/edit`, the ID is `drawings:123456789`\n"
146 "...\n"
147 ""
148 msgstr ""
149
150 #. module: google_docs
151 #: model:ir.model,name:google_docs.model_ir_attachment
152 msgid "ir.attachment"
153 msgstr ""
154
155 #. module: google_docs
156 #: field:google.docs.config,name_template:0
157 msgid "Google Doc Name Pattern"
158 msgstr ""
159