Image Watermark - Version 1.0.1

Version Description

  • Fix: Using image ID instead of image URL during image upload
Download this release

Release Info

Developer dfactory
Plugin Icon 128x128 Image Watermark
Version 1.0.1
Comparing to
See all releases

Code changes from version 1.0.0 to 1.0.1

image-watermark.php CHANGED
@@ -2,7 +2,7 @@
2
  /*
3
  Plugin Name: Image Watermark
4
  Description: Image Watermark allows you to automatically watermark images uploaded to the WordPress Media Library.
5
- Version: 1.0.0
6
  Author: dFactory
7
  Author URI: http://www.dfactory.eu/
8
  Plugin URI: http://www.dfactory.eu/plugins/image-watermark/
@@ -700,7 +700,7 @@ class ImageWatermark
700
  {
701
  // get size and url of watermark
702
  $size_type = $opt['df_watermark_image']['watermark_size_type'];
703
- $url = $opt['df_watermark_image']['url'];
704
  $file = pathinfo($url);
705
  $ext = $file['extension'];
706
 
2
  /*
3
  Plugin Name: Image Watermark
4
  Description: Image Watermark allows you to automatically watermark images uploaded to the WordPress Media Library.
5
+ Version: 1.0.1
6
  Author: dFactory
7
  Author URI: http://www.dfactory.eu/
8
  Plugin URI: http://www.dfactory.eu/plugins/image-watermark/
700
  {
701
  // get size and url of watermark
702
  $size_type = $opt['df_watermark_image']['watermark_size_type'];
703
+ $url = wp_get_attachment_url($opt['df_watermark_image']['url']);
704
  $file = pathinfo($url);
705
  $ext = $file['extension'];
706
 
languages/image-watermark-pl_PL.mo CHANGED
Binary file
languages/image-watermark-pl_PL.po CHANGED
@@ -1,311 +1,313 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: WordPress Watermark\n"
4
- "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2013-03-19 22:56+0100\n"
6
- "PO-Revision-Date: 2013-03-19 23:00+0100\n"
7
- "Last-Translator: Bartosz Arendt <info@digitalfactory.pl>\n"
8
- "Language-Team: Digital Factory <info@digitalfactory.pl>\n"
9
- "Language: pl_PL\n"
10
- "MIME-Version: 1.0\n"
11
- "Content-Type: text/plain; charset=UTF-8\n"
12
- "Content-Transfer-Encoding: 8bit\n"
13
- "X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e\n"
14
- "X-Poedit-Basepath: .\n"
15
- "X-Poedit-SourceCharset: utf-8\n"
16
- "X-Generator: Poedit 1.5.5\n"
17
- "X-Poedit-SearchPath-0: ..\n"
18
-
19
- #: ../wordpress-watermark.php:26
20
- msgid ""
21
- "Sorry, WordPress Watermark plugin requires at least PHP 5.0 and WP 3.5 or "
22
- "higher."
23
- msgstr ""
24
- "Przykro nam, ale ta wtyczka wymaga PHP w wersji co najmniej 5.0 WordPressa w "
25
- "wersji 3.5 lub wyższej.."
26
-
27
- #: ../wordpress-watermark.php:131
28
- msgid "Select watermark"
29
- msgstr "Wybierz znak wodny"
30
-
31
- #: ../wordpress-watermark.php:132
32
- msgid "Original size"
33
- msgstr "Rozmiar oryginalny"
34
-
35
- #: ../wordpress-watermark.php:134
36
- msgid "Add watermark"
37
- msgstr "Dodaj znak wodny"
38
-
39
- #: ../wordpress-watermark.php:149
40
- msgid "WordPress Watermark Options"
41
- msgstr "Ustawienia znaku wodnego"
42
-
43
- #: ../wordpress-watermark.php:150
44
- msgid "Watermark"
45
- msgstr "Znak wodny"
46
-
47
- #: ../wordpress-watermark.php:312
48
- msgid "WordPress Watermark will not work properly without GD PHP extension."
49
- msgstr ""
50
- "Znak wodny nie może funkcjonować bez zainstalowanego rozszerzenia GD PHP."
51
-
52
- #: ../wordpress-watermark.php:333
53
- msgid "WordPress Watermark Settings"
54
- msgstr "Ustawienia znaku wodnego"
55
-
56
- #: ../wordpress-watermark.php:337
57
- msgid "General settings"
58
- msgstr "Ustawienia ogólne"
59
-
60
- #: ../wordpress-watermark.php:340
61
- msgid "Enable watermark"
62
- msgstr "Włącz znak wodny"
63
-
64
- #: ../wordpress-watermark.php:343 ../wordpress-watermark.php:465
65
- #: ../wordpress-watermark.php:482 ../wordpress-watermark.php:494
66
- msgid "Width"
67
- msgstr "Szerokość"
68
-
69
- #: ../wordpress-watermark.php:345
70
- msgid "on"
71
- msgstr "włączony"
72
-
73
- #: ../wordpress-watermark.php:347
74
- msgid "off"
75
- msgstr "wyłączony"
76
-
77
- #: ../wordpress-watermark.php:350
78
- msgid "Enable or disable watermark for uploaded images."
79
- msgstr "Włącz lub wyłącz dodawanie znaku wodnego do wgrywanych obrazków."
80
-
81
- #: ../wordpress-watermark.php:357 ../wordpress-watermark.php:360
82
- #: ../wordpress-watermark.php:369
83
- msgid "Enable watermark for"
84
- msgstr "Dodawaj znak wodny do"
85
-
86
- #: ../wordpress-watermark.php:368
87
- msgid "Check image sizes on which watermark should appear."
88
- msgstr "Zaznacz wielkości obrazków dla których ma być dodawany znak wodny."
89
-
90
- #: ../wordpress-watermark.php:375
91
- msgid "everywhere"
92
- msgstr "wszędzie"
93
-
94
- #: ../wordpress-watermark.php:376
95
- msgid "on selected post types only"
96
- msgstr "na wybranych typach wpisów"
97
-
98
- #: ../wordpress-watermark.php:384
99
- msgid ""
100
- "Check custom post types on which watermark should be applied to uploaded "
101
- "images."
102
- msgstr ""
103
- "Zaznacz własne typy wpisów w których znak wodny będzie dodawany do "
104
- "wgrywanych obrazków."
105
-
106
- #: ../wordpress-watermark.php:390
107
- msgid "Watermark position"
108
- msgstr "Pozycja znaku wodnego"
109
-
110
- #: ../wordpress-watermark.php:393 ../wordpress-watermark.php:396
111
- msgid "Watermark alignment"
112
- msgstr "Wyrównanie znaku wodnego"
113
-
114
- #: ../wordpress-watermark.php:409
115
- msgid "Choose the position of watermark image."
116
- msgstr "Wybierz pozycję znaku wodnego na obrazkach"
117
-
118
- #: ../wordpress-watermark.php:414 ../wordpress-watermark.php:417
119
- msgid "Watermark offset"
120
- msgstr "Korekcja pozycji"
121
-
122
- #: ../wordpress-watermark.php:418 ../wordpress-watermark.php:483
123
- msgid "x:"
124
- msgstr "x:"
125
-
126
- #: ../wordpress-watermark.php:418 ../wordpress-watermark.php:420
127
- #: ../wordpress-watermark.php:483 ../wordpress-watermark.php:485
128
- msgid "px"
129
- msgstr "pikseli"
130
-
131
- #: ../wordpress-watermark.php:420 ../wordpress-watermark.php:485
132
- msgid "y:"
133
- msgstr "y:"
134
-
135
- #: ../wordpress-watermark.php:426 ../wordpress-watermark.php:430
136
- msgid "Watermark image"
137
- msgstr "Obrazek znaku wodnego"
138
-
139
- #: ../wordpress-watermark.php:427
140
- msgid ""
141
- "Configure your watermark image. Allowed file formats are: jpg, png, gif."
142
- msgstr ""
143
- "Skonfiguruj obrazek znaku wodnego. Dozwolone formaty plików to: jpg, png i "
144
- "gif."
145
-
146
- #: ../wordpress-watermark.php:433
147
- msgid "Select image"
148
- msgstr "Wybierz obrazek"
149
-
150
- #: ../wordpress-watermark.php:434
151
- msgid "Turn off image"
152
- msgstr "Wyłącz obrazek"
153
-
154
- #: ../wordpress-watermark.php:435
155
- msgid "You have to save changes after the selection or removal of the image."
156
- msgstr "Po zapisaniu zmian lub wybraniu obrazka powienieneś zapisać zmiany."
157
-
158
- #: ../wordpress-watermark.php:439
159
- msgid "Watermark preview"
160
- msgstr "Podgląd obrazka"
161
-
162
- #: ../wordpress-watermark.php:442
163
- msgid "Watermark Preview"
164
- msgstr "Podgląd obrazka"
165
-
166
- #: ../wordpress-watermark.php:450 ../wordpress-watermark.php:454
167
- msgid "Watermak has not been selected yet."
168
- msgstr "Znak wodny nie został jeszcze wybrany."
169
-
170
- #: ../wordpress-watermark.php:462
171
- msgid "Watermark size"
172
- msgstr "Wielkość znaku wodnego"
173
-
174
- #: ../wordpress-watermark.php:467
175
- msgid "original"
176
- msgstr "oryginalna"
177
-
178
- #: ../wordpress-watermark.php:469
179
- msgid "custom"
180
- msgstr "własna"
181
-
182
- #: ../wordpress-watermark.php:471
183
- msgid "scaled"
184
- msgstr "skalowana"
185
-
186
- #: ../wordpress-watermark.php:474
187
- msgid "Select method of aplying watermark size."
188
- msgstr "Wybierz sposób określania wielkości znaku wodnego."
189
-
190
- #: ../wordpress-watermark.php:479
191
- msgid "Watermark custom size"
192
- msgstr "Własna wielkość"
193
-
194
- #: ../wordpress-watermark.php:487
195
- msgid "Those dimensions will be used if \"custom\" method is selected above."
196
- msgstr ""
197
- "Te wymiary zostaną zastosowane, jeśli wybrałeś \"własną\" wielkość znaku "
198
- "wodnego. "
199
-
200
- #: ../wordpress-watermark.php:491
201
- msgid "Scale of watermark in relation to image width"
202
- msgstr "Wielkość znaku wodnego w stosunku do szerokości obrazków"
203
-
204
- #: ../wordpress-watermark.php:497
205
- msgid ""
206
- "This value will be used if \"scaled\" method if selected above. <br />Enter "
207
- "a number ranging from 0 to 100. 100 makes width of watermark image equal to "
208
- "width of the image it is applied to."
209
- msgstr ""
210
- "Te wartości zostaną zastosowane, jeśli wybrałeś \"skalowaną\" wielkość znaku "
211
- "wodnego. <br />Wpisz liczbę z zakresu od 0 do 100. Wpisanie 100 spowoduje, "
212
- "że wielkość znaku wodnego będzie równa wielkości obrazka, do którego jest "
213
- "dodawany."
214
-
215
- #: ../wordpress-watermark.php:501
216
- msgid "Watermark transparency / opacity"
217
- msgstr "Przezroczystość znaku wodnego"
218
-
219
- #: ../wordpress-watermark.php:506
220
- msgid ""
221
- "Enter a number ranging from 0 to 100. 0 makes watermark image completely "
222
- "transparent, 100 shows it as is."
223
- msgstr ""
224
- "Wpisz liczbę z zakresu od 0 do 100. Wpisanie 0 spowoduje, że znak wodny "
225
- "będzie całkowicie przezroczysty, 100 że widoczny taki jak jest."
226
-
227
- #: ../wordpress-watermark.php:512
228
- msgid "Image protection"
229
- msgstr "Ochrona obrazków"
230
-
231
- #: ../wordpress-watermark.php:515
232
- msgid "Disable right mouse click on images"
233
- msgstr "Wyłącz możliwość kliknięcia prawym przyciskiem myszy na obrazku"
234
-
235
- #: ../wordpress-watermark.php:519
236
- msgid "Prevent drag and drop"
237
- msgstr "Wyłącz możliwość przeciągania i upuszczania obrazków"
238
-
239
- #: ../wordpress-watermark.php:523
240
- msgid "Disable image protection for logged-in users"
241
- msgstr "Wyłącz ochronę zdjęć dla zalogowanych użytkowników"
242
-
243
- #: ../wordpress-watermark.php:528
244
- msgid "Save Changes"
245
- msgstr "Zapisz zmiany"
246
-
247
- #: ../wordpress-watermark.php:534
248
- msgid "WordPress Watermark"
249
- msgstr "Znak wodny"
250
-
251
- #: ../wordpress-watermark.php:536
252
- msgid "Need support?"
253
- msgstr "Potrzebujesz pomocy?"
254
-
255
- #: ../wordpress-watermark.php:537
256
- msgid ""
257
- "If you are having problems with this plugin, please talk about them in the"
258
- msgstr "Jeśli masz jakiekolwiek problemy z tą wtyczką, powiedz o tym na"
259
-
260
- #: ../wordpress-watermark.php:537
261
- msgid "Support forum"
262
- msgstr "Forum pomocy"
263
-
264
- #: ../wordpress-watermark.php:539
265
- msgid "Do you like this plugin?"
266
- msgstr "Lubisz tę wtyczkę?"
267
-
268
- #: ../wordpress-watermark.php:540
269
- msgid "Rate it 5 on WordPress.org"
270
- msgstr "Oceń ją na 5 na WordPress.org"
271
-
272
- #: ../wordpress-watermark.php:541
273
- msgid "Blog about it & link to the"
274
- msgstr "Napisz o niej i dodaj link do"
275
-
276
- #: ../wordpress-watermark.php:541
277
- msgid "plugin page"
278
- msgstr "strony wtyczki"
279
-
280
- #: ../wordpress-watermark.php:542
281
- msgid "Check out our other"
282
- msgstr "Sprawdź inne"
283
-
284
- #: ../wordpress-watermark.php:542
285
- msgid "WordPress plugins"
286
- msgstr "wtyczki do WordPressa"
287
-
288
- #: ../wordpress-watermark.php:546
289
- msgid "Created by"
290
- msgstr "Stworzone przez"
291
-
292
- #~ msgid "Options updated."
293
- #~ msgstr "Ustawienia zostały zaktualizowane"
294
-
295
- #~ msgid "Watermark image URL"
296
- #~ msgstr "Ścieżka do obrazka"
297
-
298
- #~ msgid "Upload Image"
299
- #~ msgstr "Wgraj obrazek"
300
-
301
- #~ msgid ""
302
- #~ "Enter an URL, upload an image or select image from media library.<br /"
303
- #~ "><b>Important:</b> You must select a <b>file URL</b> while inserting "
304
- #~ "image."
305
- #~ msgstr ""
306
- #~ "Podaj adres URL, wgraj obrazek lub wybierz obrazek z biblioteki mediów."
307
- #~ "<br /><b>Ważne:</b> Dodając obrazek musisz zaznaczyć <b>Adres URL pliku</"
308
- #~ "b>."
309
-
310
- #~ msgid "Settings"
311
- #~ msgstr "Ustawienia"
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: WordPress Watermark\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2013-04-06 14:34+0100\n"
6
+ "PO-Revision-Date: 2013-04-06 14:34+0100\n"
7
+ "Last-Translator: Bartosz Arendt <info@digitalfactory.pl>\n"
8
+ "Language-Team: Digital Factory <info@digitalfactory.pl>\n"
9
+ "Language: pl_PL\n"
10
+ "MIME-Version: 1.0\n"
11
+ "Content-Type: text/plain; charset=UTF-8\n"
12
+ "Content-Transfer-Encoding: 8bit\n"
13
+ "X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e\n"
14
+ "X-Poedit-Basepath: .\n"
15
+ "X-Poedit-SourceCharset: utf-8\n"
16
+ "X-Generator: Poedit 1.5.5\n"
17
+ "X-Poedit-SearchPath-0: ..\n"
18
+
19
+ #: ../image-watermark.php:27
20
+ msgid ""
21
+ "Sorry, Image Watermark plugin requires at least PHP 5.0 and WP 3.5 or higher."
22
+ msgstr ""
23
+ "Przykro nam, ale ta wtyczka wymaga PHP w wersji co najmniej 5.0 WordPressa w "
24
+ "wersji 3.5 lub wyższej.."
25
+
26
+ #: ../image-watermark.php:132
27
+ msgid "Select watermark"
28
+ msgstr "Wybierz znak wodny"
29
+
30
+ #: ../image-watermark.php:133
31
+ msgid "Original size"
32
+ msgstr "Rozmiar oryginalny"
33
+
34
+ #: ../image-watermark.php:135
35
+ msgid "Add watermark"
36
+ msgstr "Dodaj znak wodny"
37
+
38
+ #: ../image-watermark.php:150
39
+ msgid "Image Watermark Options"
40
+ msgstr "Ustawienia znaku wodnego"
41
+
42
+ #: ../image-watermark.php:151
43
+ msgid "Watermark"
44
+ msgstr "Znak wodny"
45
+
46
+ #: ../image-watermark.php:313
47
+ msgid "Image Watermark will not work properly without GD PHP extension."
48
+ msgstr ""
49
+ "Znak wodny nie może funkcjonować bez zainstalowanego rozszerzenia GD PHP."
50
+
51
+ #: ../image-watermark.php:334
52
+ msgid "Image Watermark Settings"
53
+ msgstr "Ustawienia znaku wodnego"
54
+
55
+ #: ../image-watermark.php:338
56
+ msgid "General settings"
57
+ msgstr "Ustawienia ogólne"
58
+
59
+ #: ../image-watermark.php:341
60
+ msgid "Enable watermark"
61
+ msgstr "Włącz znak wodny"
62
+
63
+ #: ../image-watermark.php:344 ../image-watermark.php:466
64
+ #: ../image-watermark.php:483 ../image-watermark.php:495
65
+ msgid "Width"
66
+ msgstr "Szerokość"
67
+
68
+ #: ../image-watermark.php:346
69
+ msgid "on"
70
+ msgstr "włączony"
71
+
72
+ #: ../image-watermark.php:348
73
+ msgid "off"
74
+ msgstr "wyłączony"
75
+
76
+ #: ../image-watermark.php:351
77
+ msgid "Enable or disable watermark for uploaded images."
78
+ msgstr "Włącz lub wyłącz dodawanie znaku wodnego do wgrywanych obrazków."
79
+
80
+ #: ../image-watermark.php:358 ../image-watermark.php:361
81
+ #: ../image-watermark.php:370
82
+ msgid "Enable watermark for"
83
+ msgstr "Dodawaj znak wodny do"
84
+
85
+ #: ../image-watermark.php:369
86
+ msgid "Check image sizes on which watermark should appear."
87
+ msgstr "Zaznacz wielkości obrazków dla których ma być dodawany znak wodny."
88
+
89
+ #: ../image-watermark.php:376
90
+ msgid "everywhere"
91
+ msgstr "wszędzie"
92
+
93
+ #: ../image-watermark.php:377
94
+ msgid "on selected post types only"
95
+ msgstr "na wybranych typach wpisów"
96
+
97
+ #: ../image-watermark.php:385
98
+ msgid ""
99
+ "Check custom post types on which watermark should be applied to uploaded "
100
+ "images."
101
+ msgstr ""
102
+ "Zaznacz własne typy wpisów w których znak wodny będzie dodawany do "
103
+ "wgrywanych obrazków."
104
+
105
+ #: ../image-watermark.php:391
106
+ msgid "Watermark position"
107
+ msgstr "Pozycja znaku wodnego"
108
+
109
+ #: ../image-watermark.php:394 ../image-watermark.php:397
110
+ msgid "Watermark alignment"
111
+ msgstr "Wyrównanie znaku wodnego"
112
+
113
+ #: ../image-watermark.php:410
114
+ msgid "Choose the position of watermark image."
115
+ msgstr "Wybierz pozycję znaku wodnego na obrazkach"
116
+
117
+ #: ../image-watermark.php:415 ../image-watermark.php:418
118
+ msgid "Watermark offset"
119
+ msgstr "Korekcja pozycji"
120
+
121
+ #: ../image-watermark.php:419 ../image-watermark.php:484
122
+ msgid "x:"
123
+ msgstr "x:"
124
+
125
+ #: ../image-watermark.php:419 ../image-watermark.php:421
126
+ #: ../image-watermark.php:484 ../image-watermark.php:486
127
+ msgid "px"
128
+ msgstr "pikseli"
129
+
130
+ #: ../image-watermark.php:421 ../image-watermark.php:486
131
+ msgid "y:"
132
+ msgstr "y:"
133
+
134
+ #: ../image-watermark.php:427 ../image-watermark.php:431
135
+ msgid "Watermark image"
136
+ msgstr "Obrazek znaku wodnego"
137
+
138
+ #: ../image-watermark.php:428
139
+ msgid ""
140
+ "Configure your watermark image. Allowed file formats are: jpg, png, gif."
141
+ msgstr ""
142
+ "Skonfiguruj obrazek znaku wodnego. Dozwolone formaty plików to: jpg, png i "
143
+ "gif."
144
+
145
+ #: ../image-watermark.php:434
146
+ msgid "Select image"
147
+ msgstr "Wybierz obrazek"
148
+
149
+ #: ../image-watermark.php:435
150
+ msgid "Turn off image"
151
+ msgstr "Wyłącz obrazek"
152
+
153
+ #: ../image-watermark.php:436
154
+ msgid "You have to save changes after the selection or removal of the image."
155
+ msgstr "Po zapisaniu zmian lub wybraniu obrazka powienieneś zapisać zmiany."
156
+
157
+ #: ../image-watermark.php:440
158
+ msgid "Watermark preview"
159
+ msgstr "Podgląd obrazka"
160
+
161
+ #: ../image-watermark.php:443
162
+ msgid "Watermark Preview"
163
+ msgstr "Podgląd obrazka"
164
+
165
+ #: ../image-watermark.php:451 ../image-watermark.php:455
166
+ msgid "Watermak has not been selected yet."
167
+ msgstr "Znak wodny nie został jeszcze wybrany."
168
+
169
+ #: ../image-watermark.php:463
170
+ msgid "Watermark size"
171
+ msgstr "Wielkość znaku wodnego"
172
+
173
+ #: ../image-watermark.php:468
174
+ msgid "original"
175
+ msgstr "oryginalna"
176
+
177
+ #: ../image-watermark.php:470
178
+ msgid "custom"
179
+ msgstr "własna"
180
+
181
+ #: ../image-watermark.php:472
182
+ msgid "scaled"
183
+ msgstr "skalowana"
184
+
185
+ #: ../image-watermark.php:475
186
+ msgid "Select method of aplying watermark size."
187
+ msgstr "Wybierz sposób określania wielkości znaku wodnego."
188
+
189
+ #: ../image-watermark.php:480
190
+ msgid "Watermark custom size"
191
+ msgstr "Własna wielkość"
192
+
193
+ #: ../image-watermark.php:488
194
+ msgid "Those dimensions will be used if \"custom\" method is selected above."
195
+ msgstr ""
196
+ "Te wymiary zostaną zastosowane, jeśli wybrałeś \"własną\" wielkość znaku "
197
+ "wodnego. "
198
+
199
+ #: ../image-watermark.php:492
200
+ msgid "Scale of watermark in relation to image width"
201
+ msgstr "Wielkość znaku wodnego w stosunku do szerokości obrazków"
202
+
203
+ #: ../image-watermark.php:498
204
+ msgid ""
205
+ "This value will be used if \"scaled\" method if selected above. <br />Enter "
206
+ "a number ranging from 0 to 100. 100 makes width of watermark image equal to "
207
+ "width of the image it is applied to."
208
+ msgstr ""
209
+ "Te wartości zostaną zastosowane, jeśli wybrałeś \"skalowaną\" wielkość znaku "
210
+ "wodnego. <br />Wpisz liczbę z zakresu od 0 do 100. Wpisanie 100 spowoduje, "
211
+ "że wielkość znaku wodnego będzie równa wielkości obrazka, do którego jest "
212
+ "dodawany."
213
+
214
+ #: ../image-watermark.php:502
215
+ msgid "Watermark transparency / opacity"
216
+ msgstr "Przezroczystość znaku wodnego"
217
+
218
+ #: ../image-watermark.php:507
219
+ msgid ""
220
+ "Enter a number ranging from 0 to 100. 0 makes watermark image completely "
221
+ "transparent, 100 shows it as is."
222
+ msgstr ""
223
+ "Wpisz liczbę z zakresu od 0 do 100. Wpisanie 0 spowoduje, że znak wodny "
224
+ "będzie całkowicie przezroczysty, 100 że widoczny taki jak jest."
225
+
226
+ #: ../image-watermark.php:513
227
+ msgid "Image protection"
228
+ msgstr "Ochrona obrazków"
229
+
230
+ #: ../image-watermark.php:516
231
+ msgid "Disable right mouse click on images"
232
+ msgstr "Wyłącz możliwość kliknięcia prawym przyciskiem myszy na obrazku"
233
+
234
+ #: ../image-watermark.php:520
235
+ msgid "Prevent drag and drop"
236
+ msgstr "Wyłącz możliwość przeciągania i upuszczania obrazków"
237
+
238
+ #: ../image-watermark.php:524
239
+ msgid "Disable image protection for logged-in users"
240
+ msgstr "Wyłącz ochronę zdjęć dla zalogowanych użytkowników"
241
+
242
+ #: ../image-watermark.php:529
243
+ msgid "Save Changes"
244
+ msgstr "Zapisz zmiany"
245
+
246
+ #: ../image-watermark.php:535
247
+ msgid "Image Watermark"
248
+ msgstr "Znak wodny"
249
+
250
+ #: ../image-watermark.php:537
251
+ msgid "Need support?"
252
+ msgstr "Potrzebujesz pomocy?"
253
+
254
+ #: ../image-watermark.php:538
255
+ msgid ""
256
+ "If you are having problems with this plugin, please talk about them in the"
257
+ msgstr "Jeśli masz jakiekolwiek problemy z wtyczką, powiedz o tym na"
258
+
259
+ #: ../image-watermark.php:538
260
+ msgid "Support forum"
261
+ msgstr "Forum pomocy"
262
+
263
+ #: ../image-watermark.php:540
264
+ msgid "Do you like this plugin?"
265
+ msgstr "Lubisz wtyczkę?"
266
+
267
+ #: ../image-watermark.php:541
268
+ msgid "Rate it 5 on WordPress.org"
269
+ msgstr "Oceń na 5 na WordPress.org"
270
+
271
+ #: ../image-watermark.php:542
272
+ msgid "Blog about it & link to the"
273
+ msgstr "Napisz o niej i dodaj link do"
274
+
275
+ #: ../image-watermark.php:542
276
+ msgid "plugin page"
277
+ msgstr "strony wtyczki"
278
+
279
+ #: ../image-watermark.php:543
280
+ msgid "Check out our other"
281
+ msgstr "Sprawdź inne"
282
+
283
+ #: ../image-watermark.php:543
284
+ msgid "WordPress plugins"
285
+ msgstr "wtyczki do WordPressa"
286
+
287
+ #: ../image-watermark.php:547
288
+ msgid "Created by"
289
+ msgstr "Stworzone przez"
290
+
291
+ #~ msgid "WordPress Watermark"
292
+ #~ msgstr "Znak wodny"
293
+
294
+ #~ msgid "Options updated."
295
+ #~ msgstr "Ustawienia zostały zaktualizowane"
296
+
297
+ #~ msgid "Watermark image URL"
298
+ #~ msgstr "Ścieżka do obrazka"
299
+
300
+ #~ msgid "Upload Image"
301
+ #~ msgstr "Wgraj obrazek"
302
+
303
+ #~ msgid ""
304
+ #~ "Enter an URL, upload an image or select image from media library.<br /"
305
+ #~ "><b>Important:</b> You must select a <b>file URL</b> while inserting "
306
+ #~ "image."
307
+ #~ msgstr ""
308
+ #~ "Podaj adres URL, wgraj obrazek lub wybierz obrazek z biblioteki mediów."
309
+ #~ "<br /><b>Ważne:</b> Dodając obrazek musisz zaznaczyć <b>Adres URL pliku</"
310
+ #~ "b>."
311
+
312
+ #~ msgid "Settings"
313
+ #~ msgstr "Ustawienia"
languages/image-watermark.pot CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: WordPress Watermark\n"
4
- "POT-Creation-Date: 2013-03-19 22:56+0100\n"
5
- "PO-Revision-Date: 2013-03-21 10:12+0100\n"
6
  "Last-Translator: Bartosz Arendt <info@digitalfactory.pl>\n"
7
  "Language-Team: dFactory <info@dfactory.pl>\n"
8
  "Language: English\n"
@@ -15,260 +15,259 @@ msgstr ""
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
  "X-Poedit-SearchPath-0: ..\n"
17
 
18
- #: ../wordpress-watermark.php:26
19
  msgid ""
20
- "Sorry, WordPress Watermark plugin requires at least PHP 5.0 and WP 3.5 or "
21
- "higher."
22
  msgstr ""
23
 
24
- #: ../wordpress-watermark.php:131
25
  msgid "Select watermark"
26
  msgstr ""
27
 
28
- #: ../wordpress-watermark.php:132
29
  msgid "Original size"
30
  msgstr ""
31
 
32
- #: ../wordpress-watermark.php:134
33
  msgid "Add watermark"
34
  msgstr ""
35
 
36
- #: ../wordpress-watermark.php:149
37
- msgid "WordPress Watermark Options"
38
  msgstr ""
39
 
40
- #: ../wordpress-watermark.php:150
41
  msgid "Watermark"
42
  msgstr ""
43
 
44
- #: ../wordpress-watermark.php:312
45
- msgid "WordPress Watermark will not work properly without GD PHP extension."
46
  msgstr ""
47
 
48
- #: ../wordpress-watermark.php:333
49
- msgid "WordPress Watermark Settings"
50
  msgstr ""
51
 
52
- #: ../wordpress-watermark.php:337
53
  msgid "General settings"
54
  msgstr ""
55
 
56
- #: ../wordpress-watermark.php:340
57
  msgid "Enable watermark"
58
  msgstr ""
59
 
60
- #: ../wordpress-watermark.php:343 ../wordpress-watermark.php:465
61
- #: ../wordpress-watermark.php:482 ../wordpress-watermark.php:494
62
  msgid "Width"
63
  msgstr ""
64
 
65
- #: ../wordpress-watermark.php:345
66
  msgid "on"
67
  msgstr ""
68
 
69
- #: ../wordpress-watermark.php:347
70
  msgid "off"
71
  msgstr ""
72
 
73
- #: ../wordpress-watermark.php:350
74
  msgid "Enable or disable watermark for uploaded images."
75
  msgstr ""
76
 
77
- #: ../wordpress-watermark.php:357 ../wordpress-watermark.php:360
78
- #: ../wordpress-watermark.php:369
79
  msgid "Enable watermark for"
80
  msgstr ""
81
 
82
- #: ../wordpress-watermark.php:368
83
  msgid "Check image sizes on which watermark should appear."
84
  msgstr ""
85
 
86
- #: ../wordpress-watermark.php:375
87
  msgid "everywhere"
88
  msgstr ""
89
 
90
- #: ../wordpress-watermark.php:376
91
  msgid "on selected post types only"
92
  msgstr ""
93
 
94
- #: ../wordpress-watermark.php:384
95
  msgid ""
96
  "Check custom post types on which watermark should be applied to uploaded "
97
  "images."
98
  msgstr ""
99
 
100
- #: ../wordpress-watermark.php:390
101
  msgid "Watermark position"
102
  msgstr ""
103
 
104
- #: ../wordpress-watermark.php:393 ../wordpress-watermark.php:396
105
  msgid "Watermark alignment"
106
  msgstr ""
107
 
108
- #: ../wordpress-watermark.php:409
109
  msgid "Choose the position of watermark image."
110
  msgstr ""
111
 
112
- #: ../wordpress-watermark.php:414 ../wordpress-watermark.php:417
113
  msgid "Watermark offset"
114
  msgstr ""
115
 
116
- #: ../wordpress-watermark.php:418 ../wordpress-watermark.php:483
117
  msgid "x:"
118
  msgstr ""
119
 
120
- #: ../wordpress-watermark.php:418 ../wordpress-watermark.php:420
121
- #: ../wordpress-watermark.php:483 ../wordpress-watermark.php:485
122
  msgid "px"
123
  msgstr ""
124
 
125
- #: ../wordpress-watermark.php:420 ../wordpress-watermark.php:485
126
  msgid "y:"
127
  msgstr ""
128
 
129
- #: ../wordpress-watermark.php:426 ../wordpress-watermark.php:430
130
  msgid "Watermark image"
131
  msgstr ""
132
 
133
- #: ../wordpress-watermark.php:427
134
  msgid ""
135
  "Configure your watermark image. Allowed file formats are: jpg, png, gif."
136
  msgstr ""
137
 
138
- #: ../wordpress-watermark.php:433
139
  msgid "Select image"
140
  msgstr ""
141
 
142
- #: ../wordpress-watermark.php:434
143
  msgid "Turn off image"
144
  msgstr ""
145
 
146
- #: ../wordpress-watermark.php:435
147
  msgid "You have to save changes after the selection or removal of the image."
148
  msgstr ""
149
 
150
- #: ../wordpress-watermark.php:439
151
  msgid "Watermark preview"
152
  msgstr ""
153
 
154
- #: ../wordpress-watermark.php:442
155
  msgid "Watermark Preview"
156
  msgstr ""
157
 
158
- #: ../wordpress-watermark.php:450 ../wordpress-watermark.php:454
159
  msgid "Watermak has not been selected yet."
160
  msgstr ""
161
 
162
- #: ../wordpress-watermark.php:462
163
  msgid "Watermark size"
164
  msgstr ""
165
 
166
- #: ../wordpress-watermark.php:467
167
  msgid "original"
168
  msgstr ""
169
 
170
- #: ../wordpress-watermark.php:469
171
  msgid "custom"
172
  msgstr ""
173
 
174
- #: ../wordpress-watermark.php:471
175
  msgid "scaled"
176
  msgstr ""
177
 
178
- #: ../wordpress-watermark.php:474
179
  msgid "Select method of aplying watermark size."
180
  msgstr ""
181
 
182
- #: ../wordpress-watermark.php:479
183
  msgid "Watermark custom size"
184
  msgstr ""
185
 
186
- #: ../wordpress-watermark.php:487
187
  msgid "Those dimensions will be used if \"custom\" method is selected above."
188
  msgstr ""
189
 
190
- #: ../wordpress-watermark.php:491
191
  msgid "Scale of watermark in relation to image width"
192
  msgstr ""
193
 
194
- #: ../wordpress-watermark.php:497
195
  msgid ""
196
  "This value will be used if \"scaled\" method if selected above. <br />Enter "
197
  "a number ranging from 0 to 100. 100 makes width of watermark image equal to "
198
  "width of the image it is applied to."
199
  msgstr ""
200
 
201
- #: ../wordpress-watermark.php:501
202
  msgid "Watermark transparency / opacity"
203
  msgstr ""
204
 
205
- #: ../wordpress-watermark.php:506
206
  msgid ""
207
  "Enter a number ranging from 0 to 100. 0 makes watermark image completely "
208
  "transparent, 100 shows it as is."
209
  msgstr ""
210
 
211
- #: ../wordpress-watermark.php:512
212
  msgid "Image protection"
213
  msgstr ""
214
 
215
- #: ../wordpress-watermark.php:515
216
  msgid "Disable right mouse click on images"
217
  msgstr ""
218
 
219
- #: ../wordpress-watermark.php:519
220
  msgid "Prevent drag and drop"
221
  msgstr ""
222
 
223
- #: ../wordpress-watermark.php:523
224
  msgid "Disable image protection for logged-in users"
225
  msgstr ""
226
 
227
- #: ../wordpress-watermark.php:528
228
  msgid "Save Changes"
229
  msgstr ""
230
 
231
- #: ../wordpress-watermark.php:534
232
- msgid "WordPress Watermark"
233
  msgstr ""
234
 
235
- #: ../wordpress-watermark.php:536
236
  msgid "Need support?"
237
  msgstr ""
238
 
239
- #: ../wordpress-watermark.php:537
240
  msgid ""
241
  "If you are having problems with this plugin, please talk about them in the"
242
  msgstr ""
243
 
244
- #: ../wordpress-watermark.php:537
245
  msgid "Support forum"
246
  msgstr ""
247
 
248
- #: ../wordpress-watermark.php:539
249
  msgid "Do you like this plugin?"
250
  msgstr ""
251
 
252
- #: ../wordpress-watermark.php:540
253
  msgid "Rate it 5 on WordPress.org"
254
  msgstr ""
255
 
256
- #: ../wordpress-watermark.php:541
257
  msgid "Blog about it & link to the"
258
  msgstr ""
259
 
260
- #: ../wordpress-watermark.php:541
261
  msgid "plugin page"
262
  msgstr ""
263
 
264
- #: ../wordpress-watermark.php:542
265
  msgid "Check out our other"
266
  msgstr ""
267
 
268
- #: ../wordpress-watermark.php:542
269
  msgid "WordPress plugins"
270
  msgstr ""
271
 
272
- #: ../wordpress-watermark.php:546
273
  msgid "Created by"
274
  msgstr ""
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: WordPress Watermark\n"
4
+ "POT-Creation-Date: 2013-04-06 14:33+0100\n"
5
+ "PO-Revision-Date: 2013-04-06 14:33+0100\n"
6
  "Last-Translator: Bartosz Arendt <info@digitalfactory.pl>\n"
7
  "Language-Team: dFactory <info@dfactory.pl>\n"
8
  "Language: English\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
  "X-Poedit-SearchPath-0: ..\n"
17
 
18
+ #: ../image-watermark.php:27
19
  msgid ""
20
+ "Sorry, Image Watermark plugin requires at least PHP 5.0 and WP 3.5 or higher."
 
21
  msgstr ""
22
 
23
+ #: ../image-watermark.php:132
24
  msgid "Select watermark"
25
  msgstr ""
26
 
27
+ #: ../image-watermark.php:133
28
  msgid "Original size"
29
  msgstr ""
30
 
31
+ #: ../image-watermark.php:135
32
  msgid "Add watermark"
33
  msgstr ""
34
 
35
+ #: ../image-watermark.php:150
36
+ msgid "Image Watermark Options"
37
  msgstr ""
38
 
39
+ #: ../image-watermark.php:151
40
  msgid "Watermark"
41
  msgstr ""
42
 
43
+ #: ../image-watermark.php:313
44
+ msgid "Image Watermark will not work properly without GD PHP extension."
45
  msgstr ""
46
 
47
+ #: ../image-watermark.php:334
48
+ msgid "Image Watermark Settings"
49
  msgstr ""
50
 
51
+ #: ../image-watermark.php:338
52
  msgid "General settings"
53
  msgstr ""
54
 
55
+ #: ../image-watermark.php:341
56
  msgid "Enable watermark"
57
  msgstr ""
58
 
59
+ #: ../image-watermark.php:344 ../image-watermark.php:466
60
+ #: ../image-watermark.php:483 ../image-watermark.php:495
61
  msgid "Width"
62
  msgstr ""
63
 
64
+ #: ../image-watermark.php:346
65
  msgid "on"
66
  msgstr ""
67
 
68
+ #: ../image-watermark.php:348
69
  msgid "off"
70
  msgstr ""
71
 
72
+ #: ../image-watermark.php:351
73
  msgid "Enable or disable watermark for uploaded images."
74
  msgstr ""
75
 
76
+ #: ../image-watermark.php:358 ../image-watermark.php:361
77
+ #: ../image-watermark.php:370
78
  msgid "Enable watermark for"
79
  msgstr ""
80
 
81
+ #: ../image-watermark.php:369
82
  msgid "Check image sizes on which watermark should appear."
83
  msgstr ""
84
 
85
+ #: ../image-watermark.php:376
86
  msgid "everywhere"
87
  msgstr ""
88
 
89
+ #: ../image-watermark.php:377
90
  msgid "on selected post types only"
91
  msgstr ""
92
 
93
+ #: ../image-watermark.php:385
94
  msgid ""
95
  "Check custom post types on which watermark should be applied to uploaded "
96
  "images."
97
  msgstr ""
98
 
99
+ #: ../image-watermark.php:391
100
  msgid "Watermark position"
101
  msgstr ""
102
 
103
+ #: ../image-watermark.php:394 ../image-watermark.php:397
104
  msgid "Watermark alignment"
105
  msgstr ""
106
 
107
+ #: ../image-watermark.php:410
108
  msgid "Choose the position of watermark image."
109
  msgstr ""
110
 
111
+ #: ../image-watermark.php:415 ../image-watermark.php:418
112
  msgid "Watermark offset"
113
  msgstr ""
114
 
115
+ #: ../image-watermark.php:419 ../image-watermark.php:484
116
  msgid "x:"
117
  msgstr ""
118
 
119
+ #: ../image-watermark.php:419 ../image-watermark.php:421
120
+ #: ../image-watermark.php:484 ../image-watermark.php:486
121
  msgid "px"
122
  msgstr ""
123
 
124
+ #: ../image-watermark.php:421 ../image-watermark.php:486
125
  msgid "y:"
126
  msgstr ""
127
 
128
+ #: ../image-watermark.php:427 ../image-watermark.php:431
129
  msgid "Watermark image"
130
  msgstr ""
131
 
132
+ #: ../image-watermark.php:428
133
  msgid ""
134
  "Configure your watermark image. Allowed file formats are: jpg, png, gif."
135
  msgstr ""
136
 
137
+ #: ../image-watermark.php:434
138
  msgid "Select image"
139
  msgstr ""
140
 
141
+ #: ../image-watermark.php:435
142
  msgid "Turn off image"
143
  msgstr ""
144
 
145
+ #: ../image-watermark.php:436
146
  msgid "You have to save changes after the selection or removal of the image."
147
  msgstr ""
148
 
149
+ #: ../image-watermark.php:440
150
  msgid "Watermark preview"
151
  msgstr ""
152
 
153
+ #: ../image-watermark.php:443
154
  msgid "Watermark Preview"
155
  msgstr ""
156
 
157
+ #: ../image-watermark.php:451 ../image-watermark.php:455
158
  msgid "Watermak has not been selected yet."
159
  msgstr ""
160
 
161
+ #: ../image-watermark.php:463
162
  msgid "Watermark size"
163
  msgstr ""
164
 
165
+ #: ../image-watermark.php:468
166
  msgid "original"
167
  msgstr ""
168
 
169
+ #: ../image-watermark.php:470
170
  msgid "custom"
171
  msgstr ""
172
 
173
+ #: ../image-watermark.php:472
174
  msgid "scaled"
175
  msgstr ""
176
 
177
+ #: ../image-watermark.php:475
178
  msgid "Select method of aplying watermark size."
179
  msgstr ""
180
 
181
+ #: ../image-watermark.php:480
182
  msgid "Watermark custom size"
183
  msgstr ""
184
 
185
+ #: ../image-watermark.php:488
186
  msgid "Those dimensions will be used if \"custom\" method is selected above."
187
  msgstr ""
188
 
189
+ #: ../image-watermark.php:492
190
  msgid "Scale of watermark in relation to image width"
191
  msgstr ""
192
 
193
+ #: ../image-watermark.php:498
194
  msgid ""
195
  "This value will be used if \"scaled\" method if selected above. <br />Enter "
196
  "a number ranging from 0 to 100. 100 makes width of watermark image equal to "
197
  "width of the image it is applied to."
198
  msgstr ""
199
 
200
+ #: ../image-watermark.php:502
201
  msgid "Watermark transparency / opacity"
202
  msgstr ""
203
 
204
+ #: ../image-watermark.php:507
205
  msgid ""
206
  "Enter a number ranging from 0 to 100. 0 makes watermark image completely "
207
  "transparent, 100 shows it as is."
208
  msgstr ""
209
 
210
+ #: ../image-watermark.php:513
211
  msgid "Image protection"
212
  msgstr ""
213
 
214
+ #: ../image-watermark.php:516
215
  msgid "Disable right mouse click on images"
216
  msgstr ""
217
 
218
+ #: ../image-watermark.php:520
219
  msgid "Prevent drag and drop"
220
  msgstr ""
221
 
222
+ #: ../image-watermark.php:524
223
  msgid "Disable image protection for logged-in users"
224
  msgstr ""
225
 
226
+ #: ../image-watermark.php:529
227
  msgid "Save Changes"
228
  msgstr ""
229
 
230
+ #: ../image-watermark.php:535
231
+ msgid "Image Watermark"
232
  msgstr ""
233
 
234
+ #: ../image-watermark.php:537
235
  msgid "Need support?"
236
  msgstr ""
237
 
238
+ #: ../image-watermark.php:538
239
  msgid ""
240
  "If you are having problems with this plugin, please talk about them in the"
241
  msgstr ""
242
 
243
+ #: ../image-watermark.php:538
244
  msgid "Support forum"
245
  msgstr ""
246
 
247
+ #: ../image-watermark.php:540
248
  msgid "Do you like this plugin?"
249
  msgstr ""
250
 
251
+ #: ../image-watermark.php:541
252
  msgid "Rate it 5 on WordPress.org"
253
  msgstr ""
254
 
255
+ #: ../image-watermark.php:542
256
  msgid "Blog about it & link to the"
257
  msgstr ""
258
 
259
+ #: ../image-watermark.php:542
260
  msgid "plugin page"
261
  msgstr ""
262
 
263
+ #: ../image-watermark.php:543
264
  msgid "Check out our other"
265
  msgstr ""
266
 
267
+ #: ../image-watermark.php:543
268
  msgid "WordPress plugins"
269
  msgstr ""
270
 
271
+ #: ../image-watermark.php:547
272
  msgid "Created by"
273
  msgstr ""
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: dfactory
3
  Tags: image, images, picture, watermark, watermarking, protection, image protection, image security
4
  Requires at least: 3.5
5
  Tested up to: 3.5.1
6
- Stable tag: 1.0
7
  License: MIT License
8
  License URI: http://opensource.org/licenses/MIT
9
 
@@ -43,11 +43,14 @@ No questions yet.
43
  == Screenshots ==
44
 
45
  1. screenshot-1.png
46
- 1. screenshot-2.png
47
 
48
  == Changelog ==
49
 
50
- = 1.0 =
 
 
 
51
  Initial release
52
 
53
  == Upgrade Notice ==
3
  Tags: image, images, picture, watermark, watermarking, protection, image protection, image security
4
  Requires at least: 3.5
5
  Tested up to: 3.5.1
6
+ Stable tag: 1.0.1
7
  License: MIT License
8
  License URI: http://opensource.org/licenses/MIT
9
 
43
  == Screenshots ==
44
 
45
  1. screenshot-1.png
46
+ 2. screenshot-2.png
47
 
48
  == Changelog ==
49
 
50
+ = 1.0.1 =
51
+ * Fix: Using image ID instead of image URL during image upload
52
+
53
+ = 1.0.0 =
54
  Initial release
55
 
56
  == Upgrade Notice ==