Version Description
- New: German translation, thanks to Matthias Siebler
Download this release
Release Info
Developer | dfactory |
Plugin | Image Watermark |
Version | 1.2.1 |
Comparing to | |
See all releases |
Code changes from version 1.2.0 to 1.2.1
- image-watermark.php +6 -4
- languages/image-watermark-de_DE.mo +0 -0
- languages/image-watermark-de_DE.pot +437 -0
- readme.txt +9 -5
image-watermark.php
CHANGED
@@ -2,12 +2,14 @@
|
|
2 |
/*
|
3 |
Plugin Name: Image Watermark
|
4 |
Description: Image Watermark allows you to automatically watermark images uploaded to the WordPress Media Library and bulk watermark previously uploaded images.
|
5 |
-
Version: 1.2.
|
6 |
Author: dFactory
|
7 |
Author URI: http://www.dfactory.eu/
|
8 |
Plugin URI: http://www.dfactory.eu/plugins/image-watermark/
|
9 |
License: MIT License
|
10 |
License URI: http://opensource.org/licenses/MIT
|
|
|
|
|
11 |
|
12 |
Image Watermark
|
13 |
Copyright (C) 2013, Digital Factory - info@digitalfactory.pl
|
@@ -67,7 +69,7 @@ class Image_Watermark
|
|
67 |
'draganddrop' => 0,
|
68 |
'forlogged' => 0,
|
69 |
),
|
70 |
-
'version' => '1.2'
|
71 |
);
|
72 |
|
73 |
|
@@ -78,7 +80,7 @@ class Image_Watermark
|
|
78 |
register_deactivation_hook(__FILE__, array(&$this, 'deactivate_watermark'));
|
79 |
|
80 |
//update-fix from 1.1.4
|
81 |
-
if(version_compare((($db_version = get_option('image_watermark_version')) === FALSE ? '1.0.0' : $db_version), '1.2', '<'))
|
82 |
{
|
83 |
$options_wi = (($tmp = get_option('df_watermark_image')) !== FALSE ? $tmp : $this->_options['df_watermark_image']);
|
84 |
|
@@ -408,7 +410,7 @@ class Image_Watermark
|
|
408 |
*/
|
409 |
public function watermark_admin_menu()
|
410 |
{
|
411 |
-
|
412 |
__('Image Watermark Options', 'image-watermark'),
|
413 |
__('Watermark', 'image-watermark'),
|
414 |
'manage_options',
|
2 |
/*
|
3 |
Plugin Name: Image Watermark
|
4 |
Description: Image Watermark allows you to automatically watermark images uploaded to the WordPress Media Library and bulk watermark previously uploaded images.
|
5 |
+
Version: 1.2.1
|
6 |
Author: dFactory
|
7 |
Author URI: http://www.dfactory.eu/
|
8 |
Plugin URI: http://www.dfactory.eu/plugins/image-watermark/
|
9 |
License: MIT License
|
10 |
License URI: http://opensource.org/licenses/MIT
|
11 |
+
Text Domain: image-watermark
|
12 |
+
Domain Path: /languages
|
13 |
|
14 |
Image Watermark
|
15 |
Copyright (C) 2013, Digital Factory - info@digitalfactory.pl
|
69 |
'draganddrop' => 0,
|
70 |
'forlogged' => 0,
|
71 |
),
|
72 |
+
'version' => '1.2.0'
|
73 |
);
|
74 |
|
75 |
|
80 |
register_deactivation_hook(__FILE__, array(&$this, 'deactivate_watermark'));
|
81 |
|
82 |
//update-fix from 1.1.4
|
83 |
+
if(version_compare((($db_version = get_option('image_watermark_version')) === FALSE ? '1.0.0' : $db_version), '1.2.0', '<'))
|
84 |
{
|
85 |
$options_wi = (($tmp = get_option('df_watermark_image')) !== FALSE ? $tmp : $this->_options['df_watermark_image']);
|
86 |
|
410 |
*/
|
411 |
public function watermark_admin_menu()
|
412 |
{
|
413 |
+
add_options_page(
|
414 |
__('Image Watermark Options', 'image-watermark'),
|
415 |
__('Watermark', 'image-watermark'),
|
416 |
'manage_options',
|
languages/image-watermark-de_DE.mo
ADDED
Binary file
|
languages/image-watermark-de_DE.pot
ADDED
@@ -0,0 +1,437 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
msgid ""
|
2 |
+
msgstr ""
|
3 |
+
"Project-Id-Version: WordPress Watermark\n"
|
4 |
+
"POT-Creation-Date: 2013-10-02 13:01+0100\n"
|
5 |
+
"PO-Revision-Date: 2013-12-09 12:07+0100\n"
|
6 |
+
"Last-Translator: Matthias Siebler <matthias.siebler@gmail.com>\n"
|
7 |
+
"Language-Team: Matthias Siebler <matthias.siebler@gmail.com>\n"
|
8 |
+
"Language: de\n"
|
9 |
+
"MIME-Version: 1.0\n"
|
10 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
+
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"X-Generator: Poedit 1.6.1\n"
|
13 |
+
"X-Poedit-KeywordsList: gettext;gettext_noop;__;_e;esc_attr__;esc_attr_e;"
|
14 |
+
"_n:1,2\n"
|
15 |
+
"X-Poedit-Basepath: .\n"
|
16 |
+
"X-Poedit-SourceCharset: UTF-8\n"
|
17 |
+
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
18 |
+
"X-Poedit-SearchPath-0: ..\n"
|
19 |
+
|
20 |
+
#: ../image-watermark.php:27
|
21 |
+
msgid ""
|
22 |
+
"Sorry, Image Watermark plugin requires at least PHP 5.0 and WP 3.5 or higher."
|
23 |
+
msgstr ""
|
24 |
+
"Sorry, das Image Watermark Plugin benötigt mindestens WordPress 3.5 und PHP "
|
25 |
+
"5.0"
|
26 |
+
|
27 |
+
#: ../image-watermark.php:215
|
28 |
+
msgid ""
|
29 |
+
"Watermark could not be applied to selected files or no valid images (JPEG, "
|
30 |
+
"PNG) were selected."
|
31 |
+
msgstr ""
|
32 |
+
"Das Wasserzeichen konnte nicht auf die ausgewählten Bilder aufgebracht "
|
33 |
+
"werden oder es wurden Bilder in einem ungültigen Format ausgewählt. (JPG und "
|
34 |
+
"PNG sind erlaubt)"
|
35 |
+
|
36 |
+
#: ../image-watermark.php:215 ../image-watermark.php:219
|
37 |
+
msgid "Skipped files"
|
38 |
+
msgstr "Übersprungene Dateien"
|
39 |
+
|
40 |
+
#: ../image-watermark.php:219
|
41 |
+
#, php-format
|
42 |
+
msgid "Watermark was succesfully applied to 1 image."
|
43 |
+
msgid_plural "Watermark was succesfully applied to %s images."
|
44 |
+
msgstr[0] "Das Wasserzeichen wurde auf 1 Bild angewendet."
|
45 |
+
msgstr[1] "Das Wasserzeichen wurde auf %s Bilden angewendet."
|
46 |
+
|
47 |
+
#: ../image-watermark.php:262
|
48 |
+
msgid "Support"
|
49 |
+
msgstr "Support"
|
50 |
+
|
51 |
+
#: ../image-watermark.php:284
|
52 |
+
msgid "Settings"
|
53 |
+
msgstr "Einstellungen"
|
54 |
+
|
55 |
+
#: ../image-watermark.php:315
|
56 |
+
msgid "Apply watermark"
|
57 |
+
msgstr "Wasserzeichen anwenden"
|
58 |
+
|
59 |
+
#: ../image-watermark.php:335
|
60 |
+
msgid "Select watermark"
|
61 |
+
msgstr "Wähle ein Wasserzeichen"
|
62 |
+
|
63 |
+
#: ../image-watermark.php:336 ../image-watermark.php:813
|
64 |
+
msgid "Original size"
|
65 |
+
msgstr "Originalgröße"
|
66 |
+
|
67 |
+
#: ../image-watermark.php:337 ../image-watermark.php:807
|
68 |
+
msgid "Watermak has not been selected yet."
|
69 |
+
msgstr "Es wurde ein Wasserzeichen ausgewählt."
|
70 |
+
|
71 |
+
#: ../image-watermark.php:338
|
72 |
+
msgid "This image is not supported as watermark. Use JPEG, PNG or GIF."
|
73 |
+
msgstr ""
|
74 |
+
"Dieses Bildformat ist nicht unterstützt. Benutze bitte JPG-, PNG- oder GIF-"
|
75 |
+
"Dateien"
|
76 |
+
|
77 |
+
#: ../image-watermark.php:340
|
78 |
+
msgid "Add watermark"
|
79 |
+
msgstr "Wasserzeichen hinzufügen"
|
80 |
+
|
81 |
+
#: ../image-watermark.php:357
|
82 |
+
msgid "Are you sure you want to reset settings to defaults?"
|
83 |
+
msgstr "Bist du sicher, dass du alle Einstellungen zurücksetzen möchtest?"
|
84 |
+
|
85 |
+
#: ../image-watermark.php:412
|
86 |
+
msgid "Image Watermark Options"
|
87 |
+
msgstr "Image Watermark Optionen"
|
88 |
+
|
89 |
+
#: ../image-watermark.php:413
|
90 |
+
msgid "Watermark"
|
91 |
+
msgstr "Wasserzeichen"
|
92 |
+
|
93 |
+
#: ../image-watermark.php:439
|
94 |
+
msgid "Image Watermark will not work properly without GD PHP extension."
|
95 |
+
msgstr ""
|
96 |
+
"Image Watermark wird nicht richtig funktionieren ohne der PHP-Erweiterung "
|
97 |
+
"GD. "
|
98 |
+
|
99 |
+
#: ../image-watermark.php:581
|
100 |
+
msgid "Settings saved."
|
101 |
+
msgstr "Einstellungen gespeichert."
|
102 |
+
|
103 |
+
#: ../image-watermark.php:594
|
104 |
+
msgid "Settings restored to defaults."
|
105 |
+
msgstr "Einstellungen zurückgesetzt."
|
106 |
+
|
107 |
+
#: ../image-watermark.php:614
|
108 |
+
msgid "Watermark will not be applied when <b>watermark image is not set</b>."
|
109 |
+
msgstr ""
|
110 |
+
"Wasserzeichen konnte nicht aufgebracht werden. <b>Es wurde keine "
|
111 |
+
"Wasserzeichen-Bilddatei ausgewählt.</b>"
|
112 |
+
|
113 |
+
#: ../image-watermark.php:617
|
114 |
+
msgid "Watermark will not be applied when <b>no image sizes are selected</b>."
|
115 |
+
msgstr ""
|
116 |
+
"Wasserzeichen konnte nicht aufgebracht werden. <b>Es wurde keine Bildgröße "
|
117 |
+
"ausgewählt.</b>"
|
118 |
+
|
119 |
+
#: ../image-watermark.php:623
|
120 |
+
msgid ""
|
121 |
+
"Watermark will not be applied while frontend image upload if <b>watermark "
|
122 |
+
"image is not set</b>."
|
123 |
+
msgstr ""
|
124 |
+
"Wasserzeichen konnte nicht beim Frontend-Upload aufgebracht werden. <b>Es "
|
125 |
+
"wurde keine Wasserzeichen-Bilddatei ausgewählt.</b>"
|
126 |
+
|
127 |
+
#: ../image-watermark.php:626
|
128 |
+
msgid ""
|
129 |
+
"Watermark will not be applied while frontend image upload if <b>no image "
|
130 |
+
"sizes are selected</b>."
|
131 |
+
msgstr ""
|
132 |
+
"Wasserzeichen konnte nicht beim Frontend-Upload aufgebracht werden. <b>Es "
|
133 |
+
"wurde keine Bildgröße ausgewählt.</b>"
|
134 |
+
|
135 |
+
#: ../image-watermark.php:633
|
136 |
+
msgid "Image Watermark Settings"
|
137 |
+
msgstr "Image Watermark Einstellungen"
|
138 |
+
|
139 |
+
#: ../image-watermark.php:637
|
140 |
+
msgid "General settings"
|
141 |
+
msgstr "Allgemeine Einstellungen"
|
142 |
+
|
143 |
+
#: ../image-watermark.php:640
|
144 |
+
msgid "Automatic watermarking"
|
145 |
+
msgstr "Automatisches Wasserzeichen"
|
146 |
+
|
147 |
+
#: ../image-watermark.php:644 ../image-watermark.php:660
|
148 |
+
#: ../image-watermark.php:707 ../image-watermark.php:723
|
149 |
+
msgid "on"
|
150 |
+
msgstr "an"
|
151 |
+
|
152 |
+
#: ../image-watermark.php:646 ../image-watermark.php:662
|
153 |
+
#: ../image-watermark.php:709 ../image-watermark.php:725
|
154 |
+
msgid "off"
|
155 |
+
msgstr "aus"
|
156 |
+
|
157 |
+
#: ../image-watermark.php:649
|
158 |
+
msgid "Enable or disable watermark for uploaded images."
|
159 |
+
msgstr ""
|
160 |
+
"Aktiviert oder deaktiviert das automatische Wasserzeichen beim upload von "
|
161 |
+
"Bildern. "
|
162 |
+
|
163 |
+
#: ../image-watermark.php:656
|
164 |
+
msgid "Manual watermarking"
|
165 |
+
msgstr "Manuelles Wasserzeichen"
|
166 |
+
|
167 |
+
#: ../image-watermark.php:665
|
168 |
+
msgid "Enable or disable Apply Watermark option for images in Media Library."
|
169 |
+
msgstr ""
|
170 |
+
"Aktiviert oder deaktiviert das manuelle hinzufügen des Wasserzeichen bei "
|
171 |
+
"Bildern in der Mediathek. "
|
172 |
+
|
173 |
+
#: ../image-watermark.php:672
|
174 |
+
msgid "Enable watermark for"
|
175 |
+
msgstr "Aktiviere das Wasserzeichen für"
|
176 |
+
|
177 |
+
#: ../image-watermark.php:681
|
178 |
+
msgid ""
|
179 |
+
"Check image sizes on which watermark should appear. <b>Notice:</b> checking "
|
180 |
+
"full size is not recommened as it's the original image."
|
181 |
+
msgstr ""
|
182 |
+
"Überprüfe die Bildgröße der Datei wo das Wasserzeichen aufgebracht werden "
|
183 |
+
"soll. <b>Hinweis:</b> Überprüfung in voller Größe ist beim Originalbild "
|
184 |
+
"nicht empfohlen."
|
185 |
+
|
186 |
+
#: ../image-watermark.php:687
|
187 |
+
msgid "everywhere"
|
188 |
+
msgstr "überall"
|
189 |
+
|
190 |
+
#: ../image-watermark.php:688
|
191 |
+
msgid "on selected post types only"
|
192 |
+
msgstr "nur an ausgewählten Post-Types "
|
193 |
+
|
194 |
+
#: ../image-watermark.php:696
|
195 |
+
msgid ""
|
196 |
+
"Check custom post types on which watermark should be applied to uploaded "
|
197 |
+
"images."
|
198 |
+
msgstr ""
|
199 |
+
"Wähle den Custom Post Types in dem das Wasserzeichen beim Upload aufgebracht "
|
200 |
+
"werden soll. "
|
201 |
+
|
202 |
+
#: ../image-watermark.php:703
|
203 |
+
msgid "Automatic frontend watermarking"
|
204 |
+
msgstr "Automatisches Frontend-Wasserzeichen"
|
205 |
+
|
206 |
+
#: ../image-watermark.php:712
|
207 |
+
msgid ""
|
208 |
+
"Enable or disable watermark for frontend image uploading. (uploading script "
|
209 |
+
"is not included, but you may use a plugin or custom code). Notice: This "
|
210 |
+
"functionality works only if uploaded images are processed using WordPress "
|
211 |
+
"native upload methods."
|
212 |
+
msgstr ""
|
213 |
+
"Aktiviere oder deaktiviere das aufbringen eines Wasserzeichens beim Fronten-"
|
214 |
+
"Upload. (<b>Hinweis: </b>Eine Funktion für den Frontend-Upload ist in diesem "
|
215 |
+
"Plugin nicht enthalten. Es sind aber zahlreiche Plugins für Wordpress "
|
216 |
+
"verfügbar. Ein Aufbringen des Wasserzeichens ist nur dann möglich, wenn die "
|
217 |
+
"Wordpress-Upload-Funktion verwendet wird.) "
|
218 |
+
|
219 |
+
#: ../image-watermark.php:719
|
220 |
+
msgid "Plugin deactivation"
|
221 |
+
msgstr "Deaktivierung des Plugins"
|
222 |
+
|
223 |
+
#: ../image-watermark.php:728
|
224 |
+
msgid "Delete all database settings on plugin deactivation."
|
225 |
+
msgstr "Löschen aller Datenbankeinstellungen zur deaktivierung des Plugins"
|
226 |
+
|
227 |
+
#: ../image-watermark.php:734
|
228 |
+
msgid "Watermark position"
|
229 |
+
msgstr "Position des Wasserzeichens"
|
230 |
+
|
231 |
+
#: ../image-watermark.php:737
|
232 |
+
msgid "Watermark alignment"
|
233 |
+
msgstr "Ausrichtung des Wasserzeichens"
|
234 |
+
|
235 |
+
#: ../image-watermark.php:752
|
236 |
+
msgid "Choose the position of watermark image."
|
237 |
+
msgstr "Wähle die Position des Wasserzeichens"
|
238 |
+
|
239 |
+
#: ../image-watermark.php:757
|
240 |
+
msgid "Watermark offset"
|
241 |
+
msgstr "Wasserzeichen einrücken"
|
242 |
+
|
243 |
+
#: ../image-watermark.php:760 ../image-watermark.php:840
|
244 |
+
msgid "x:"
|
245 |
+
msgstr "x:"
|
246 |
+
|
247 |
+
#: ../image-watermark.php:760 ../image-watermark.php:762
|
248 |
+
#: ../image-watermark.php:840 ../image-watermark.php:842
|
249 |
+
msgid "px"
|
250 |
+
msgstr "Pixel"
|
251 |
+
|
252 |
+
#: ../image-watermark.php:762 ../image-watermark.php:842
|
253 |
+
msgid "y:"
|
254 |
+
msgstr "y:"
|
255 |
+
|
256 |
+
#: ../image-watermark.php:778 ../image-watermark.php:782
|
257 |
+
msgid "Watermark image"
|
258 |
+
msgstr "Wasserzeichen Bilddatei"
|
259 |
+
|
260 |
+
#: ../image-watermark.php:779
|
261 |
+
msgid ""
|
262 |
+
"Configure your watermark image. Allowed file formats are: JPEG, PNG, GIF."
|
263 |
+
msgstr ""
|
264 |
+
"Einstellen der Wasserzeichen Bilddatei. Erlaubte formate sind JPG, PNG und "
|
265 |
+
"GIF."
|
266 |
+
|
267 |
+
#: ../image-watermark.php:785
|
268 |
+
msgid "Select image"
|
269 |
+
msgstr "Wähle ein Bild"
|
270 |
+
|
271 |
+
#: ../image-watermark.php:786
|
272 |
+
msgid "Turn off image"
|
273 |
+
msgstr "Schalte das Bild aus"
|
274 |
+
|
275 |
+
#: ../image-watermark.php:787
|
276 |
+
msgid "You have to save changes after the selection or removal of the image."
|
277 |
+
msgstr ""
|
278 |
+
"Einstellungen müssen gespeichert werden nach dem hinzufügen oder entfernen "
|
279 |
+
"von Wasserzeichen-Bildern"
|
280 |
+
|
281 |
+
#: ../image-watermark.php:791
|
282 |
+
msgid "Watermark preview"
|
283 |
+
msgstr "Vorschau des Wasserzeichens"
|
284 |
+
|
285 |
+
#: ../image-watermark.php:821
|
286 |
+
msgid "Watermark size"
|
287 |
+
msgstr "Größe des Wasserzeichens"
|
288 |
+
|
289 |
+
#: ../image-watermark.php:825
|
290 |
+
msgid "original"
|
291 |
+
msgstr "original"
|
292 |
+
|
293 |
+
#: ../image-watermark.php:827
|
294 |
+
msgid "custom"
|
295 |
+
msgstr "angepasst"
|
296 |
+
|
297 |
+
#: ../image-watermark.php:829
|
298 |
+
msgid "scaled"
|
299 |
+
msgstr "skaliert"
|
300 |
+
|
301 |
+
#: ../image-watermark.php:832
|
302 |
+
msgid "Select method of aplying watermark size."
|
303 |
+
msgstr "Wähle die Methode, wie das Wasserzeichen angebracht wird "
|
304 |
+
|
305 |
+
#: ../image-watermark.php:837
|
306 |
+
msgid "Watermark custom size"
|
307 |
+
msgstr "Angepasste Größe des Wasserzeichens"
|
308 |
+
|
309 |
+
#: ../image-watermark.php:844
|
310 |
+
msgid "Those dimensions will be used if \"custom\" method is selected above."
|
311 |
+
msgstr ""
|
312 |
+
"Dieses Größenverhältnis wird verwendet wenn die Einstellung <b>angepasst</b> "
|
313 |
+
"oben ausgewählt ist."
|
314 |
+
|
315 |
+
#: ../image-watermark.php:848
|
316 |
+
msgid "Scale of watermark in relation to image width"
|
317 |
+
msgstr "Skaliere das Wasserzeichen in Abhängigkeit von der Bildweite"
|
318 |
+
|
319 |
+
#: ../image-watermark.php:858
|
320 |
+
msgid ""
|
321 |
+
"This value will be used if \"scaled\" method if selected above. <br />Enter "
|
322 |
+
"a number ranging from 0 to 100. 100 makes width of watermark image equal to "
|
323 |
+
"width of the image it is applied to."
|
324 |
+
msgstr ""
|
325 |
+
"Diese Einstellungen werden verwendet wenn die Einstellung <b>skaliert</b> "
|
326 |
+
"oben ausgewählt ist. <br />Gib eine Zahl zwischen 0 und 100 an. 100 macht "
|
327 |
+
"das Wasserzeichen genau so groß wie die Bilddatei. 50 macht das "
|
328 |
+
"Wasserzeichen nur halb so groß."
|
329 |
+
|
330 |
+
#: ../image-watermark.php:862
|
331 |
+
msgid "Watermark transparency / opacity"
|
332 |
+
msgstr "Transparenz bzw. Deckkraft des Wasserzeichens"
|
333 |
+
|
334 |
+
#: ../image-watermark.php:872
|
335 |
+
msgid ""
|
336 |
+
"Enter a number ranging from 0 to 100. 0 makes watermark image completely "
|
337 |
+
"transparent, 100 shows it as is."
|
338 |
+
msgstr ""
|
339 |
+
"Gib eine Zahl zwischen 0 und 100 an. 0 macht das Wasserzeichen komplett "
|
340 |
+
"transparent, 100 zeige es, wie es ist."
|
341 |
+
|
342 |
+
#: ../image-watermark.php:876
|
343 |
+
msgid "Image quality"
|
344 |
+
msgstr "Bildqualität"
|
345 |
+
|
346 |
+
#: ../image-watermark.php:886
|
347 |
+
msgid "Set output image quality."
|
348 |
+
msgstr "Einstellen der Bildqualität für die Ausgabe"
|
349 |
+
|
350 |
+
#: ../image-watermark.php:890
|
351 |
+
msgid "Image format"
|
352 |
+
msgstr "Bildformat"
|
353 |
+
|
354 |
+
#: ../image-watermark.php:894
|
355 |
+
msgid "baseline"
|
356 |
+
msgstr "Baseline"
|
357 |
+
|
358 |
+
#: ../image-watermark.php:896
|
359 |
+
msgid "progressive"
|
360 |
+
msgstr "Progressive"
|
361 |
+
|
362 |
+
#: ../image-watermark.php:900
|
363 |
+
msgid "Select baseline or progressive image format."
|
364 |
+
msgstr "Wähle bei dem Bildformat Baseline oder Progressive."
|
365 |
+
|
366 |
+
#: ../image-watermark.php:906
|
367 |
+
msgid "Image protection"
|
368 |
+
msgstr "Bildschutz"
|
369 |
+
|
370 |
+
#: ../image-watermark.php:909
|
371 |
+
msgid "Disable right mouse click on images"
|
372 |
+
msgstr "Deaktiviere die rechte Maustaste auf Bildern"
|
373 |
+
|
374 |
+
#: ../image-watermark.php:913
|
375 |
+
msgid "Prevent drag and drop"
|
376 |
+
msgstr "Verhindere Drag&Drop"
|
377 |
+
|
378 |
+
#: ../image-watermark.php:917
|
379 |
+
msgid "Enable image protection for logged-in users also"
|
380 |
+
msgstr "Aktiviere Bildschutz auch für angemeldete Benutzer"
|
381 |
+
|
382 |
+
#: ../image-watermark.php:922
|
383 |
+
msgid "Save Changes"
|
384 |
+
msgstr "Änderungen übernehmen"
|
385 |
+
|
386 |
+
#: ../image-watermark.php:923
|
387 |
+
msgid "Reset to defaults"
|
388 |
+
msgstr "Zurücksetzen auf Standarteinstellungen"
|
389 |
+
|
390 |
+
#: ../image-watermark.php:928
|
391 |
+
msgid "Image Watermark"
|
392 |
+
msgstr "Image Watermark"
|
393 |
+
|
394 |
+
#: ../image-watermark.php:930
|
395 |
+
msgid "Need support?"
|
396 |
+
msgstr "Brauchst du Hilfe?"
|
397 |
+
|
398 |
+
#: ../image-watermark.php:931
|
399 |
+
msgid ""
|
400 |
+
"If you are having problems with this plugin, please talk about them in the"
|
401 |
+
msgstr "Wenn du mit diesem Plugin Probleme hast, wende dich an das "
|
402 |
+
|
403 |
+
#: ../image-watermark.php:931
|
404 |
+
msgid "Support forum"
|
405 |
+
msgstr "Support Forum"
|
406 |
+
|
407 |
+
#: ../image-watermark.php:933
|
408 |
+
msgid "Do you like this plugin?"
|
409 |
+
msgstr "Magst du dieses Plugin?"
|
410 |
+
|
411 |
+
#: ../image-watermark.php:934
|
412 |
+
msgid "Rate it 5"
|
413 |
+
msgstr "Bewerte das Plugin mit 5 Sternen"
|
414 |
+
|
415 |
+
#: ../image-watermark.php:934
|
416 |
+
msgid "on WordPress.org"
|
417 |
+
msgstr "auf wordpress.org"
|
418 |
+
|
419 |
+
#: ../image-watermark.php:935
|
420 |
+
msgid "Blog about it & link to the"
|
421 |
+
msgstr "Schreibe darüber und verlinke die "
|
422 |
+
|
423 |
+
#: ../image-watermark.php:935
|
424 |
+
msgid "plugin page"
|
425 |
+
msgstr "Plugin-Seite"
|
426 |
+
|
427 |
+
#: ../image-watermark.php:936
|
428 |
+
msgid "Check out our other"
|
429 |
+
msgstr "Probiere auch unsere anderen"
|
430 |
+
|
431 |
+
#: ../image-watermark.php:936
|
432 |
+
msgid "WordPress plugins"
|
433 |
+
msgstr "WordPress-Plugins"
|
434 |
+
|
435 |
+
#: ../image-watermark.php:939
|
436 |
+
msgid "Created by"
|
437 |
+
msgstr "Erstellt von"
|
readme.txt
CHANGED
@@ -3,8 +3,8 @@ Contributors: dfactory
|
|
3 |
Donate link: http://www.dfactory.eu/
|
4 |
Tags: image, images, picture, photo, watermark, watermarking, protection, image protection, image security, plugin
|
5 |
Requires at least: 3.5
|
6 |
-
Tested up to: 3.
|
7 |
-
Stable tag: 1.2.
|
8 |
License: MIT License
|
9 |
License URI: http://opensource.org/licenses/MIT
|
10 |
|
@@ -37,6 +37,7 @@ For more information, check out plugin page at [dFactory](http://www.dfactory.eu
|
|
37 |
= Translations: =
|
38 |
|
39 |
* Arabic - by Hassan Hisham
|
|
|
40 |
* Polish - by Bartosz Arendt
|
41 |
|
42 |
|
@@ -58,9 +59,12 @@ No questions yet.
|
|
58 |
|
59 |
== Changelog ==
|
60 |
|
|
|
|
|
|
|
61 |
= 1.2.0 =
|
62 |
* New: Frontend watermarking option (for front-end upload plugins and custom front-end upload code)
|
63 |
-
* New: Introducing
|
64 |
* New: Option to delete all plugin data on deactivation
|
65 |
* Tweak: Rewritten watermark application method
|
66 |
* Tweak: UI enhancements for settings page
|
@@ -112,5 +116,5 @@ Initial release
|
|
112 |
|
113 |
== Upgrade Notice ==
|
114 |
|
115 |
-
= 1.2.
|
116 |
-
* New:
|
3 |
Donate link: http://www.dfactory.eu/
|
4 |
Tags: image, images, picture, photo, watermark, watermarking, protection, image protection, image security, plugin
|
5 |
Requires at least: 3.5
|
6 |
+
Tested up to: 3.7.1
|
7 |
+
Stable tag: 1.2.1
|
8 |
License: MIT License
|
9 |
License URI: http://opensource.org/licenses/MIT
|
10 |
|
37 |
= Translations: =
|
38 |
|
39 |
* Arabic - by Hassan Hisham
|
40 |
+
* German - by Matthias Siebler
|
41 |
* Polish - by Bartosz Arendt
|
42 |
|
43 |
|
59 |
|
60 |
== Changelog ==
|
61 |
|
62 |
+
= 1.2.1 =
|
63 |
+
* New: German translation, thanks to Matthias Siebler
|
64 |
+
|
65 |
= 1.2.0 =
|
66 |
* New: Frontend watermarking option (for front-end upload plugins and custom front-end upload code)
|
67 |
+
* New: Introducing iw_watermark_display filter
|
68 |
* New: Option to delete all plugin data on deactivation
|
69 |
* Tweak: Rewritten watermark application method
|
70 |
* Tweak: UI enhancements for settings page
|
116 |
|
117 |
== Upgrade Notice ==
|
118 |
|
119 |
+
= 1.2.1 =
|
120 |
+
* New: German translation, thanks to Matthias Siebler
|