/[drupal]/contributions/modules/uc_restrict_qty/translations/uc_restrict_qty.pot~
ViewVC logotype

Diff of /contributions/modules/uc_restrict_qty/translations/uc_restrict_qty.pot~

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.1, Sun May 17 09:10:45 2009 UTC revision 1.1.2.1, Sun May 17 09:10:45 2009 UTC
# Line 0  Line 1 
1    # $Id$
2    #
3    # LANGUAGE translation of Drupal (general)
4    # Copyright YEAR NAME <EMAIL@ADDRESS>
5    # Generated from files:
6    #  uc_restrict_qty.module,v 1.1.4.5.2.2 2009/04/13 11:21:15 mrfelton
7    #  uc_restrict_qty.install,v 1.1.2.2 2009/05/11 17:28:55 mrfelton
8    #  uc_restrict_qty.info,v 1.1.4.2 2008/10/17 14:41:03 mrfelton
9    #
10    #, fuzzy
11    msgid ""
12    msgstr ""
13    "Project-Id-Version: PROJECT VERSION\n"
14    "POT-Creation-Date: 2009-05-17 10:04+0100\n"
15    "PO-Revision-Date: YYYY-mm-DD HH:MM+ZZZZ\n"
16    "Last-Translator: NAME <EMAIL@ADDRESS>\n"
17    "Language-Team: LANGUAGE <EMAIL@ADDRESS>\n"
18    "MIME-Version: 1.0\n"
19    "Content-Type: text/plain; charset=utf-8\n"
20    "Content-Transfer-Encoding: 8bit\n"
21    "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
22    
23    #: uc_restrict_qty.module:28
24    msgid "Restrict Qty"
25    msgstr ""
26    
27    #: uc_restrict_qty.module:38
28    msgid "This feature is limited in scope to preventing a user from adding different products to the cart.  This does not restrict the quantity of products in the cart if updated after being added, so this feature is best used on sites where all products have a restrict quantity feature on them."
29    msgstr ""
30    
31    #: uc_restrict_qty.module:41
32    msgid "Global limit"
33    msgstr ""
34    
35    #: uc_restrict_qty.module:45
36    msgid "The number of different products that can be added to a cart. Set to 0 for unlimited."
37    msgstr ""
38    
39    #: uc_restrict_qty.module:50
40    msgid "Defaults"
41    msgstr ""
42    
43    #: uc_restrict_qty.module:52
44    msgid "These options will take action, only if product has the \"Restrict quantity\" feature activated."
45    msgstr ""
46    
47    #: uc_restrict_qty.module:55
48    msgid "Default maximum limit for a product"
49    msgstr ""
50    
51    #: uc_restrict_qty.module:59
52    msgid "The number of products of single type that can be added to a cart. Set to 0 for unlimited."
53    msgstr ""
54    
55    #: uc_restrict_qty.module:63
56    msgid "Is restriction is the user's lifetime limit"
57    msgstr ""
58    
59    #: uc_restrict_qty.module:65
60    msgid "Useful when you want to prevent double ordering of a product."
61    msgstr ""
62    
63    #: uc_restrict_qty.module:75;78
64    msgid "You must enter 0 or a positive number value."
65    msgstr ""
66    
67    #: uc_restrict_qty.module:117;165
68    msgid "SKU"
69    msgstr ""
70    
71    #: uc_restrict_qty.module:119
72    msgid "This is the SKU of the product that will be restricted to this quantity."
73    msgstr ""
74    
75    #: uc_restrict_qty.module:123
76    msgid "Quantity limit"
77    msgstr ""
78    
79    #: uc_restrict_qty.module:127
80    msgid "The number of times this product can be added to a cart. Set to 0 for unlimited."
81    msgstr ""
82    
83    #: uc_restrict_qty.module:131
84    msgid "Is it a lifetime restriction?"
85    msgstr ""
86    
87    #: uc_restrict_qty.module:133
88    msgid "If checked, user's ordering history will be taken into account too. Useful when you want to prevent double ordering of a product."
89    msgstr ""
90    
91    #: uc_restrict_qty.module:143
92    msgid "You must enter 0 or a positive integer value."
93    msgstr ""
94    
95    #: uc_restrict_qty.module:148
96    msgid "A quantity restriction has already been set up for this SKU"
97    msgstr ""
98    
99    #: uc_restrict_qty.module:165
100    msgid "Any"
101    msgstr ""
102    
103    #: uc_restrict_qty.module:166
104    msgid "Quantity restriction"
105    msgstr ""
106    
107    #: uc_restrict_qty.module:167
108    msgid "Type"
109    msgstr ""
110    
111    #: uc_restrict_qty.module:167
112    msgid "Lifetime"
113    msgstr ""
114    
115    #: uc_restrict_qty.module:167
116    msgid "Cart max."
117    msgstr ""
118    
119    #: uc_restrict_qty.module:212
120    msgid "Sorry, you have reached the quantity limit for this product. You can not order more items of this product."
121    msgstr ""
122    
123    #: uc_restrict_qty.module:199
124    msgid "Sorry, you may only have a total of 1 item in your cart. You must <a href='@checkout'>checkout</a> or remove the item in <a href='@cart'>your cart</a> before adding a different item."
125    msgid_plural "Sorry, you may only have a total of @count items in your cart. You must <a href='@checkout'>checkout</a> or remove items from <a href='@cart'>your cart</a> before adding others."
126    msgstr[0] ""
127    msgstr[1] ""
128    
129    #: uc_restrict_qty.module:243
130    msgid "You may only add 1 !item to your cart. Quantity has been restricted."
131    msgid_plural "You may only add @count !item to your cart. Quantity has been restricted."
132    msgstr[0] ""
133    msgstr[1] ""
134    
135    #: uc_restrict_qty.install:24
136    msgid "The ID of the product feature this is attached to."
137    msgstr ""
138    
139    #: uc_restrict_qty.install:31
140    msgid "The ID of the node this role feature is attached to."
141    msgstr ""
142    
143    #: uc_restrict_qty.install:38
144    msgid "The product model."
145    msgstr ""
146    
147    #: uc_restrict_qty.install:44
148    msgid "The quantity restriction."
149    msgstr ""
150    
151    #: uc_restrict_qty.install:51
152    msgid "Is restriction lifetime?"
153    msgstr ""
154    
155    #: uc_restrict_qty.info:0
156    msgid "UC Restrict Qty"
157    msgstr ""
158    
159    #: uc_restrict_qty.info:0
160    msgid "Restrict the quantity on specified products so that only specified quantity may be purchased at a time."
161    msgstr ""
162    
163    #: uc_restrict_qty.info:0
164    msgid "Ubercart - extra"
165    msgstr ""
166    

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.1.2.1

  ViewVC Help
Powered by ViewVC 1.1.2