All In One Favicon - Version 4.0

Version Description

(2012-03-14) = * NEW: Simplified Chinese translation by Tunghsiao Liu * NEW: Czech translation by Neteyes * NEW: French translation by Christophe Guilloux * NEW: Slovak translation by Viliam Brozman * NEW: Serbian translation by Balkanboy Media team * NEW: Dutch translation by Pieter Carette * NEW: Option to not add reflective shine to Apple Touch Icons * CHANGE: uploaded favicons can be deleted * CHANGE: new upload buttons, uploading of favicons is now much easier * CHANGE: uploaded favicons are now shown on settings page * CHANGE: fixed link to Apple Touch Icon howto * CHANGE: Major refactoring, hopefully speeds up frontend and backend rendering

Download this release

Release Info

Developer techotronic
Plugin Icon 128x128 All In One Favicon
Version 4.0
Comparing to
See all releases

Code changes from version 3.1 to 4.0

Files changed (55) hide show
  1. .gitignore +2 -0
  2. README.md +134 -0
  3. all-in-one-favicon.php +122 -352
  4. images/ajax-loader.gif +0 -0
  5. includes/aio-favicon-backend.php +453 -0
  6. includes/aio-favicon-frontend.php +106 -0
  7. includes/debugger.php +165 -0
  8. includes/donationloader.php +167 -0
  9. includes/header-admin.php +0 -43
  10. includes/header-blog.php +0 -43
  11. includes/settings-page.php +10 -251
  12. includes/settings-page/sp-delete-settings.php +29 -0
  13. includes/settings-page/sp-donate-box.php +52 -0
  14. includes/settings-page/sp-donations.php +37 -0
  15. includes/settings-page/sp-footer.php +16 -0
  16. includes/settings-page/sp-left-column.php +22 -0
  17. includes/settings-page/sp-plugin-settings.php +169 -0
  18. includes/settings-page/sp-right-column.php +18 -0
  19. includes/settings-page/sp-tipps-box.php +61 -0
  20. includes/settings-page/sp-translation.php +20 -0
  21. js/aiofavicon-min.js +1 -0
  22. js/aiofavicon.js +33 -0
  23. js/backend-min.js +0 -1
  24. js/backend.js +0 -28
  25. js/donation-min.js +1 -0
  26. js/donation.js +78 -0
  27. localization/aio-favicon-cs_CZ.mo +0 -0
  28. localization/aio-favicon-cs_CZ.po +238 -0
  29. localization/aio-favicon-da_DK.mo +0 -0
  30. localization/aio-favicon-da_DK.po +157 -132
  31. localization/aio-favicon-de_DE.mo +0 -0
  32. localization/aio-favicon-de_DE.po +152 -134
  33. localization/aio-favicon-en_EN.mo +0 -0
  34. localization/aio-favicon-en_EN.po +127 -112
  35. localization/aio-favicon-es_ES.mo +0 -0
  36. localization/aio-favicon-es_ES.po +164 -77
  37. localization/aio-favicon-fr_FR.mo +0 -0
  38. localization/aio-favicon-fr_FR.po +239 -0
  39. localization/aio-favicon-id_ID.mo +0 -0
  40. localization/aio-favicon-id_ID.po +164 -77
  41. localization/aio-favicon-it_IT.mo +0 -0
  42. localization/aio-favicon-it_IT.po +164 -77
  43. localization/aio-favicon-nl_NL.mo +0 -0
  44. localization/aio-favicon-nl_NL.po +238 -0
  45. localization/aio-favicon-pl_PL.mo +0 -0
  46. localization/aio-favicon-pl_PL.po +157 -131
  47. localization/aio-favicon-sk_SK.mo +0 -0
  48. localization/aio-favicon-sk_SK.po +281 -0
  49. localization/aio-favicon-sr_RS.mo +0 -0
  50. localization/aio-favicon-sr_RS.po +238 -0
  51. localization/aio-favicon-sv_SE.mo +0 -0
  52. localization/aio-favicon-sv_SE.po +164 -77
  53. localization/aio-favicon-zh_CN.mo +0 -0
  54. localization/aio-favicon-zh_CN.po +281 -0
  55. readme.txt +79 -79
.gitignore ADDED
@@ -0,0 +1,2 @@
 
 
1
+ .idea/
2
+ *.iml
README.md ADDED
@@ -0,0 +1,134 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ === All In One Favicon ===
2
+ Contributors: techotronic
3
+ Donate link: http://www.techotronic.de/donate/
4
+ Tags: theme, favicon, admin, blog, wordpress, image, images, graphic, graphics, icon, iphone, multisite
5
+ Requires at least: 2.8
6
+ Tested up to: 3.3
7
+ Stable tag: 4.0
8
+
9
+ Easily add a Favicon to your site and the WordPress admin pages. Complete with upload functionality. Supports all three Favicon types (ico,png,gif).
10
+
11
+ == Description ==
12
+
13
+ All In One Favicon adds favicons to your site and your admin pages.
14
+ You can either use favicons you already uploaded or use the builtin upload mechanism to upload a favicon to your WordPress installation.
15
+
16
+ All three favicon types are supported - .ico, .png and .gif (may be animated)
17
+ Also, Apple Touch Icons are supported.
18
+
19
+ See [plugin page](http://www.techotronic.de/plugins/all-in-one-favicon/) for more information, a "first steps" guide and screenshots.
20
+
21
+ **Localization**
22
+
23
+ * Bahasa Indonesia (`id_ID`) by [EKO](http://movableid.com/)
24
+ * Czech (`cs_CZ`) by [Neteyes](http://www.neteyes.cz)
25
+ * Danish (`da_DK`) by [GeorgWP](http://wordpress.blogos.dk/)
26
+ * Dutch (`nl_NL`) by Pieter Carette
27
+ * English (`en_EN`) by [Arne Franken](http://www.techotronic.de/)
28
+ * French (`fr_FR`) by Christophe Guilloux /
29
+ * German (`de_DE`) by [Arne Franken](http://www.techotronic.de/)
30
+ * Italian (`it_IT`) by [Valerio Vendrame](http://www.valeriovendrame.it/)
31
+ * Polish (`pl_PL`) by [Piotr Czarnecki](http://www.facebook.com/piniu69/)
32
+ * Serbian (`sr_RS`) by [Balkanboy Media team](http://dralvaro.com/)
33
+ * Simplified Chinese (`zh_CN`) by [Tunghsiao Liu](http://sparanoid.com/)
34
+ * Spanish (`es_ES`) by [Juan Pablo Pérez Manes](mailto:jppm30@gmail.com)
35
+ * Slovak (`sk_SK`) by [Viliam Brozman](http://www.brozman.sk/blog)
36
+ * Swedish (`sv_SE`) by [Christian Nilsson](http://www.theindiaexperience.se/)
37
+
38
+ Is your native language missing?
39
+ Translating the plugin is easy if you understand english and are fluent in another language.
40
+ I described in the [FAQ](http://wordpress.org/extend/plugins/all-in-one-favicon/faq/) how the translation works.
41
+
42
+ == Installation ==
43
+
44
+ ###Updgrading From A Previous Version###
45
+
46
+ To upgrade from a previous version of this plugin, use the built in update feature of WordPress or copy the files on top of the current installation.
47
+
48
+ ###Installing The Plugin###
49
+
50
+ Either use the built in plugin installation feature of WordPress, or extract all files from the ZIP file, making sure to keep the file structure intact, and then upload it to `/wp-content/plugins/`.
51
+ Then just visit your admin area and activate the plugin. That's it!
52
+
53
+ ###Configuring The Plugin###
54
+
55
+ Go to the settings page and and upload your Favicon(s) or add the path/URL to already existing Favicon(s).
56
+
57
+ **See Also:** ["Installing Plugins" article on the WP Codex](http://codex.wordpress.org/Managing_Plugins#Installing_Plugins)
58
+
59
+ == Frequently Asked Questions ==
60
+
61
+ * When I try to upload a favicon, I get the error: "File type does not meet security guidelines. Try another.”
62
+ You are probably using a WordPress Multisite installation? Then you'll need to add "ico" to the allowed file types property on the "Super Admin -> Options" page.
63
+
64
+ * Internet Explorer: Why does my favicon show up in the backend but not in the frontend or not at all?
65
+ Internet Explorer behaves weird, not only when favicons are concerned. You may take a look at this
66
+ [FAQ](http://jeffcode.blogspot.com/2007/12/why-doesnt-favicon-for-my-site-appear.html).
67
+
68
+ * Why is All In One Favicon not available in my language?
69
+ I speak German and English fluently, but unfortunately no other language well enough to do a translation.
70
+ Would you like to help? Translating the plugin is easy if you understand English and are fluent in another language.
71
+
72
+ * How do I translate All In One Favicon?
73
+ Take a look at the WordPress site and identify [your langyage code](http://codex.wordpress.org/WordPress_in_Your_Language):
74
+ e.g. the language code for German is `de_DE`.
75
+
76
+ 1. download [POEdit](http://www.poedit.net/)
77
+ 2. download All In One Favicon (from your FTP server or from [WordPress.org](http://wordpress.org/extend/plugins/all-in-one-favicon/))
78
+ 3. copy the file `localization/aio-favicon-en_EN.po` and rename it. (in this case `aio-favicon-de_DE.po`)
79
+ 4. open the file with POEdit.
80
+ 5. translate all strings. Things like `{total}` or `%1$s` mean that a value will be inserted later.
81
+ 6. The string that says "English translation by Arne ...", this is where you put your name, website (or email) and your language in. ;-)
82
+ 7. (optional) Go to POEdit -> Catalog -> Settings and enter your name, email, language code etc
83
+ 8. Save the file. Now you will see two files, `aio-favicon-de_DE.po` and `aio-favicon-de_DE.mo`.
84
+ 9. Upload your files to your FTP server into the All In One Favicon directory (usually `/wp-content/plugins/all-in-one-favicon/`)
85
+ 10. When you are sure that all translations are working correctly, send the po-file to me and I will put it into the next All In One Favicon version.
86
+
87
+
88
+ * My question isn't answered here. What do I do now?
89
+ Feel free to open a thread at [the All In One Favicon WordPress.org forum](http://wordpress.org/tags/all-in-one-favicon?forum_id=10#postform).
90
+ I'll include new FAQs in every new version.
91
+
92
+ == Screenshots ==
93
+
94
+ [Please visit my site for screenshots](http://www.techotronic.de/plugins/all-in-one-favicon/).
95
+
96
+ == Changelog ==
97
+ = 4.0 (2012-03-14) =
98
+ * NEW: Simplified Chinese translation by Tunghsiao Liu
99
+ * NEW: Czech translation by Neteyes
100
+ * NEW: French translation by Christophe Guilloux
101
+ * NEW: Slovak translation by Viliam Brozman
102
+ * NEW: Serbian translation by Balkanboy Media team
103
+ * NEW: Dutch translation by Pieter Carette
104
+ * NEW: Option to not add reflective shine to Apple Touch Icons
105
+ * CHANGE: updated french translation by Midori
106
+ * CHANGE: uploaded favicons can be deleted
107
+ * CHANGE: new upload buttons, uploading of favicons is now much easier
108
+ * CHANGE: uploaded favicons are now shown on settings page
109
+ * CHANGE: fixed link to Apple Touch Icon howto
110
+ * CHANGE: Major refactoring, hopefully speeds up frontend and backend rendering
111
+
112
+ = 3.1 (2011-01-16) =
113
+ * CHANGE: made plugin compatible to PHP4
114
+
115
+ = 3.0 (2011-01-15) =
116
+ * NEW: Added option to remove link from meta box.
117
+ * BUGFIX: Fixed a bug where the plugin would break WordPress 3.0 with Multisite enabled.
118
+ * NEW: Added latest donations and top donations to settings page
119
+ * NEW: Danish translation by GeorgWP
120
+ * NEW: Bahasa Indonesia translation by EKO
121
+ * NEW: Polish translation by Piotr Czarnecki
122
+ * NEW: Swedish translation by Christian Nilsson
123
+ * NEW: Italian translation by Valerio Vendrame
124
+ * NEW: Spanish translation by Juan Pablo Pérez Manes
125
+
126
+ = 2.1 (2010-06-06) =
127
+ * BUGFIX: Fixing bug where favicons would not be displayed in certain cases.
128
+
129
+ = 2.0 (2010-06-03) =
130
+ * NEW: now supports Apple Touch Icons for backend and frontend
131
+ * NEW: more links to websites containing information.
132
+
133
+ = 1.0 (2010-05-06) =
134
+ * NEW: Initial release.
all-in-one-favicon.php CHANGED
@@ -6,7 +6,7 @@
6
  * Plugin Name: All in one Favicon
7
  * Plugin URI: http://www.techotronic.de/plugins/all-in-one-favicon/
8
  * Description: All in one Favicon management. Easily add a Favicon to your site and the WordPress admin pages. Complete with upload functionality. Supports all three Favicon types (ico,png,gif)
9
- * Version: 3.1
10
  * Author: Arne Franken
11
  * Author URI: http://www.techotronic.de/
12
  * License: GPL
@@ -17,396 +17,166 @@
17
  * GNU General Public License for more details.
18
  */
19
 
 
 
 
 
 
20
  // define constants
21
- define('AIOFAVICON_VERSION', '3.1');
22
 
23
  if (!defined('AIOFAVICON_PLUGIN_BASENAME')) {
24
- define('AIOFAVICON_PLUGIN_BASENAME', plugin_basename(__FILE__));
 
25
  }
26
  if (!defined('AIOFAVICON_PLUGIN_NAME')) {
27
- define('AIOFAVICON_PLUGIN_NAME', trim(dirname(AIOFAVICON_PLUGIN_BASENAME), '/'));
 
28
  }
29
  if (!defined('AIOFAVICON_NAME')) {
30
- define('AIOFAVICON_NAME', 'All in one Favicon');
31
  }
32
  if (!defined('AIOFAVICON_TEXTDOMAIN')) {
33
- define('AIOFAVICON_TEXTDOMAIN', 'aio-favicon');
34
  }
35
  if (!defined('AIOFAVICON_PLUGIN_DIR')) {
36
- define('AIOFAVICON_PLUGIN_DIR', dirname(__FILE__));
 
37
  }
38
  if (!defined('AIOFAVICON_PLUGIN_URL')) {
39
- define('AIOFAVICON_PLUGIN_URL', WP_PLUGIN_URL . '/' . AIOFAVICON_PLUGIN_NAME);
40
- }
41
- if (!defined('AIOFAVICON_PLUGIN_LOCALIZATION_DIR')) {
42
- define('AIOFAVICON_PLUGIN_LOCALIZATION_DIR', AIOFAVICON_PLUGIN_DIR . '/localization');
43
  }
44
  if (!defined('AIOFAVICON_SETTINGSNAME')) {
45
- define('AIOFAVICON_SETTINGSNAME', 'aio-favicon_settings');
46
- }
47
- if (!defined('AIOFAVICON_LATESTDONATEURL')) {
48
- define('AIOFAVICON_LATESTDONATEURL', 'http://favicon.techotronic.de/latest-donations.php');
49
  }
50
- if (!defined('AIOFAVICON_TOPDONATEURL')) {
51
- define('AIOFAVICON_TOPDONATEURL', 'http://favicon.techotronic.de/top-donations.php');
52
  }
53
- //define constants
54
 
 
 
 
 
 
 
55
  class AllInOneFavicon {
56
 
57
- var $aioFaviconSettings = array();
58
-
59
- /**
60
- * Plugin initialization
61
- *
62
- * @since 1.0
63
- * @access public
64
- * @author Arne Franken
65
- */
66
- //public function allInOneFavicon(){
67
- function allInOneFavicon(){
68
-
69
- load_plugin_textdomain(AIOFAVICON_TEXTDOMAIN, false, '/all-in-one-favicon/localization/');
70
-
71
- // add options page
72
- add_action('admin_menu', array(& $this, 'registerAdminMenu'));
73
-
74
- add_action('admin_post_aioFaviconDeleteSettings', array(& $this, 'aioFaviconDeleteSettings'));
75
- add_action('admin_post_aioFaviconUpdateSettings', array(& $this, 'aioFaviconUpdateSettings'));
76
-
77
- // Create the settings array by merging the user's settings and the defaults
78
- $usersettings = (array) get_option(AIOFAVICON_SETTINGSNAME);
79
- $defaultArray = $this->aioFaviconDefaultSettings();
80
- $this->aioFaviconSettings = wp_parse_args($usersettings, $defaultArray);
81
-
82
- if(!is_admin()){
83
- require_once 'includes/header-blog.php';
84
- add_action( 'wp_head', 'aioFaviconRenderBlogHeader' );
85
- } else if (is_admin()){
86
- require_once 'includes/header-admin.php';
87
- add_action( 'admin_head', 'aioFaviconRenderAdminHeader' );
88
- }
89
-
90
- // only register scripts and styles for this plugin page since JavaScript overwrites default WordPress behaviour
91
- if (isset($_GET['page']) && $_GET['page'] == 'all-in-one-favicon/all-in-one-favicon.php') {
92
- add_action('admin_print_scripts', array(& $this, 'registerAdminScripts'));
93
- add_action('admin_print_styles', array(& $this, 'registerAdminStyles'));
94
- }
95
-
96
- //only add link to meta box
97
- if(isset($this->aioFaviconSettings['removeLinkFromMetaBox']) && !$this->aioFaviconSettings['removeLinkFromMetaBox']){
98
- add_action('wp_meta',array(& $this, 'renderMetaLink'));
99
- }
100
- }
101
-
102
- // allInOneFavicon()
103
-
104
- /**
105
- * Renders plugin link in Meta widget
106
- *
107
- * @since 1.0
108
- * @access public
109
- * @author Arne Franken
110
- */
111
- //public function renderMetaLink() {
112
- function renderMetaLink() { ?>
113
- <li><?php _e('Using',AIOFAVICON_TEXTDOMAIN);?> <a href="http://www.techotronic.de/plugins/all-in-one-favicon/" title="<?php echo AIOFAVICON_NAME ?>"><?php echo AIOFAVICON_NAME ?></a></li>
114
- <?php }
115
-
116
- // renderMetaLink()
117
-
118
- /**
119
- * Register Settings page JavaScript files
120
- *
121
- * @since 1.0
122
- * @access public
123
- * @author Arne Franken
124
- */
125
- //public function registerAdminScripts() {
126
- function registerAdminScripts() {
127
- wp_enqueue_script('media-upload');
128
- wp_enqueue_script('thickbox');
129
- wp_register_script('aioFaviconUpload', AIOFAVICON_PLUGIN_URL .'/js/backend.js', array('jquery','media-upload','thickbox'));
130
- wp_enqueue_script('aioFaviconUpload');
131
- }
132
-
133
- // aioFaviconAdminScripts()
134
-
135
- /**
136
- * Register Settings page CSS styles
137
- *
138
- * @since 1.0
139
- * @access public
140
- * @author Arne Franken
141
- */
142
- //public function registerAdminStyles() {
143
- function registerAdminStyles() {
144
- wp_enqueue_style('thickbox');
145
- }
146
-
147
- // aioFaviconAdminStyles()
148
-
149
- /**
150
- * Render Settings page
151
- *
152
- * @since 1.0
153
- * @access public
154
- * @author Arne Franken
155
- */
156
- //public function renderSettingsPage() {
157
- function renderSettingsPage() {
158
- include_once 'includes/settings-page.php';
159
- }
160
-
161
- // renderSettingsPage()
162
-
163
- /**
164
- * Register the settings page in wordpress
165
- *
166
- * @since 1.0
167
- * @access private
168
- * @author Arne Franken
169
- */
170
- //private function registerSettingsPage() {
171
- function registerSettingsPage() {
172
- if (current_user_can('manage_options')) {
173
- add_options_page(AIOFAVICON_NAME, AIOFAVICON_NAME, 'manage_options', AIOFAVICON_PLUGIN_BASENAME, array(& $this, 'renderSettingsPage'));
174
- }
175
- }
176
-
177
- // registerSettingsPage()
178
-
179
- /**
180
- * Registers the Settings Page in the Admin Menu
181
- *
182
- * @since 1.0
183
- * @access public
184
- * @author Arne Franken
185
- */
186
- //public function registerAdminMenu() {
187
- function registerAdminMenu() {
188
- if (function_exists('add_management_page') && current_user_can('manage_options')) {
189
-
190
- // update, uninstall message
191
- if (strpos($_SERVER['REQUEST_URI'], 'all-in-one-favicon.php') && isset($_GET['aioFaviconUpdateSettings'])) {
192
- $return_message = sprintf(__('Successfully updated %1$s settings.', AIOFAVICON_TEXTDOMAIN), AIOFAVICON_NAME);
193
- } elseif (strpos($_SERVER['REQUEST_URI'], 'all-in-one-favicon.php') && isset($_GET['aioFaviconDeleteSettings'])) {
194
- $return_message = sprintf(__('%1$s settings were successfully deleted.', AIOFAVICON_TEXTDOMAIN), AIOFAVICON_NAME);
195
- } else {
196
- $return_message = '';
197
- }
198
- }
199
- $this->registerAdminNotice($return_message);
200
-
201
- $this->registerSettingsPage();
202
  }
203
 
204
- // registerAdminMenu()
205
 
206
- /**
207
- * Registers Admin Notices
208
- *
209
- * @since 1.0
210
- * @access private
211
- * @author Arne Franken
212
- */
213
- //private function registerAdminNotice($notice) {
214
- function registerAdminNotice($notice) {
215
- if ($notice != '') {
216
- $message = '<div class="updated fade"><p>' . $notice . '</p></div>';
217
- add_action('admin_notices', create_function('', "echo '$message';"));
218
- }
219
  }
220
 
221
- // registerAdminNotice()
222
-
223
- /**
224
- * Default array of All In One Favicon settings
225
- *
226
- * @since 3.0
227
- * @access private
228
- * @author Arne Franken
229
- */
230
- //private function aioFaviconDefaultSettings() {
231
- function aioFaviconDefaultSettings() {
232
 
233
- // Create and return array of default settings
234
- return array(
235
- 'aioFaviconVersion' => AIOFAVICON_VERSION,
236
- 'debugMode' => false,
237
- 'removeLinkFromMetaBox' => false
238
- );
239
  }
240
 
241
- // aioFaviconDefaultSettings()
242
-
243
- /**
244
- * Update jQuery Colorbox settings wrapper
245
- *
246
- * handles checks and redirect
247
- *
248
- * @since 1.0
249
- * @access public
250
- * @author Arne Franken
251
- */
252
- //public function aioFaviconUpdateSettings() {
253
- function aioFaviconUpdateSettings() {
254
-
255
- if (!current_user_can('manage_options'))
256
- wp_die(__('Did not update settings, you do not have the necessary rights.', AIOFAVICON_TEXTDOMAIN));
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
257
 
258
- //cross check the given referer for nonce set in settings form
259
- check_admin_referer('aio-favicon-settings-form');
260
- //get settings from plugins admin page
261
- $this->aioFaviconSettings = $_POST[AIOFAVICON_SETTINGSNAME];
262
- //have to add jQueryColorboxVersion here because it is not included in the HTML form
263
- $this->aioFaviconSettings['aioFaviconVersion'] = AIOFAVICON_VERSION;
264
- $this->updateSettingsInDatabase();
265
- $referrer = str_replace(array('&aioFaviconUpdateSettings', '&aioFaviconDeleteSettings'), '', $_POST['_wp_http_referer']);
266
- wp_redirect($referrer . '&aioFaviconUpdateSettings');
267
- }
268
-
269
- // aioFaviconUpdateSettings()
270
-
271
- /**
272
- * Update jQuery Colorbox settings
273
- *
274
- * handles updating settings in the WordPress database
275
- *
276
- * @since 1.0
277
- * @access private
278
- * @author Arne Franken
279
- */
280
- //private function updateSettingsInDatabase() {
281
- function updateSettingsInDatabase() {
282
- update_option(AIOFAVICON_SETTINGSNAME, $this->aioFaviconSettings);
283
- }
284
-
285
- //aioFaviconUpdateSettingsInDatabase()
286
-
287
-
288
- /**
289
- * Delete jQuery Colorbox settings wrapper
290
- *
291
- * handles checks and redirect
292
- *
293
- * @since 1.0
294
- * @access public
295
- * @author Arne Franken
296
- */
297
- //public function aioFaviconDeleteSettings() {
298
- function aioFaviconDeleteSettings() {
299
-
300
- if (current_user_can('manage_options') && isset($_POST['delete_settings-true'])) {
301
- //cross check the given referer for nonce set in delete settings form
302
- check_admin_referer('aio-favicon-delete_settings-form');
303
- $this->deleteSettingsFromDatabase();
304
- } else {
305
- wp_die(sprintf(__('Did not delete %1$s settings. Either you dont have the nececssary rights or you didnt check the checkbox.', AIOFAVICON_TEXTDOMAIN), AIOFAVICON_NAME));
306
- }
307
- //clean up referrer
308
- $referrer = str_replace(array('&aioFaviconUpdateSettings', '&aioFaviconDeleteSettings'), '', $_POST['_wp_http_referer']);
309
- wp_redirect($referrer . '&aioFaviconDeleteSettings');
310
- }
311
-
312
- // aioFaviconDeleteSettings()
313
-
314
- /**
315
- * Delete jQuery Colorbox settings
316
- *
317
- * handles deletion from WordPress database
318
- *
319
- * @since 1.0
320
- * @access private
321
- * @author Arne Franken
322
- */
323
- //private function deleteSettingsFromDatabase() {
324
- function deleteSettingsFromDatabase() {
325
- delete_option(AIOFAVICON_SETTINGSNAME);
326
- }
327
-
328
- // aioFaviconDeleteSettingsFromDatabase()
329
-
330
- /**
331
- * Read HTML from a remote url
332
- *
333
- * @since 2.1
334
- * @access private
335
- * @author Arne Franken
336
- *
337
- * @param string $url
338
- * @return the response
339
- */
340
- //private function getRemoteContent($url) {
341
- function getRemoteContent($url) {
342
- if ( function_exists('wp_remote_request') ) {
343
-
344
- $options = array();
345
- $options['headers'] = array(
346
- 'User-Agent' => 'All-in-One Favicon V' . AIOFAVICON_VERSION . '; (' . get_bloginfo('url') .')'
347
- );
348
-
349
- $response = wp_remote_request($url, $options);
350
-
351
- if ( is_wp_error( $response ) )
352
- return false;
353
-
354
- if ( 200 != wp_remote_retrieve_response_code($response) )
355
- return false;
356
-
357
- return wp_remote_retrieve_body($response);
358
- }
359
-
360
- return false;
361
- }
362
-
363
- // getRemoteContent()
364
-
365
- /**
366
- * gets current URL to return to after donating
367
- *
368
- * @since 2.1
369
- * @access private
370
- * @author Arne Franken
371
- */
372
- //private function getReturnLocation(){
373
- function getReturnLocation(){
374
- $currentLocation = "http";
375
- $currentLocation .= ((isset($_SERVER['HTTPS']) && $_SERVER['HTTPS']=='on') ? "s" : "")."://";
376
- $currentLocation .= $_SERVER['SERVER_NAME'];
377
- if(isset($_SERVER['HTTPS']) && $_SERVER['HTTPS']=='on') {
378
- if($_SERVER['SERVER_PORT']!='443') {
379
- $currentLocation .= ":".$_SERVER['SERVER_PORT'];
380
- }
381
- }
382
- else {
383
- if($_SERVER['SERVER_PORT']!='80') {
384
- $currentLocation .= ":".$_SERVER['SERVER_PORT'];
385
- }
386
- }
387
- $currentLocation .= $_SERVER['REQUEST_URI'];
388
- echo $currentLocation;
389
- }
390
-
391
- // getReturnLocation()
392
  }
393
-
394
  ?><?php
395
  /**
 
396
  * initialize plugin, call constructor
397
  *
398
  * @since 1.0
399
  * @access public
400
  * @author Arne Franken
401
  */
402
- function allInOneFavicon() {
403
- global
404
- $allInOneFavicon;
405
- $allInOneFavicon = new AllInOneFavicon();
406
  }
407
 
408
- //allInOneFavicon()
 
 
 
 
 
 
409
 
410
- // add allInOneFavicon() to WordPress initialization
411
- add_action('init', 'allInOneFavicon', 7);
412
  ?>
6
  * Plugin Name: All in one Favicon
7
  * Plugin URI: http://www.techotronic.de/plugins/all-in-one-favicon/
8
  * Description: All in one Favicon management. Easily add a Favicon to your site and the WordPress admin pages. Complete with upload functionality. Supports all three Favicon types (ico,png,gif)
9
+ * Version: 4.0
10
  * Author: Arne Franken
11
  * Author URI: http://www.techotronic.de/
12
  * License: GPL
17
  * GNU General Public License for more details.
18
  */
19
 
20
+ require_once (dirname (__FILE__) . '/includes/aio-favicon-frontend.php');
21
+ require_once (dirname (__FILE__) . '/includes/aio-favicon-backend.php');
22
+ require_once (dirname (__FILE__) . '/includes/donationloader.php');
23
+ require_once (dirname (__FILE__) . '/includes/debugger.php');
24
+
25
  // define constants
26
+ define('AIOFAVICON_VERSION', '4.0');
27
 
28
  if (!defined('AIOFAVICON_PLUGIN_BASENAME')) {
29
+ //all-in-one-favicon/all-in-one-favicon.php
30
+ define('AIOFAVICON_PLUGIN_BASENAME', plugin_basename(__FILE__));
31
  }
32
  if (!defined('AIOFAVICON_PLUGIN_NAME')) {
33
+ //all-in-one-favicon
34
+ define('AIOFAVICON_PLUGIN_NAME', trim(dirname(AIOFAVICON_PLUGIN_BASENAME), '/'));
35
  }
36
  if (!defined('AIOFAVICON_NAME')) {
37
+ define('AIOFAVICON_NAME', __('All in one Favicon',AIOFAVICON_TEXTDOMAIN));
38
  }
39
  if (!defined('AIOFAVICON_TEXTDOMAIN')) {
40
+ define('AIOFAVICON_TEXTDOMAIN', 'aio-favicon');
41
  }
42
  if (!defined('AIOFAVICON_PLUGIN_DIR')) {
43
+ // /path/to/wordpress/wp-content/plugins/all-in-one-favicon
44
+ define('AIOFAVICON_PLUGIN_DIR', dirname(__FILE__));
45
  }
46
  if (!defined('AIOFAVICON_PLUGIN_URL')) {
47
+ // http://www.domain.com/wordpress/wp-content/plugins/all-in-one-favicon
48
+ define('AIOFAVICON_PLUGIN_URL', WP_PLUGIN_URL . '/' . AIOFAVICON_PLUGIN_NAME);
 
 
49
  }
50
  if (!defined('AIOFAVICON_SETTINGSNAME')) {
51
+ define('AIOFAVICON_SETTINGSNAME', 'aio-favicon_settings');
 
 
 
52
  }
53
+ if (!defined('AIOFAVICON_USERAGENT')) {
54
+ define('AIOFAVICON_USERAGENT', 'All-in-One Favicon V' . AIOFAVICON_VERSION . '; (' . get_bloginfo('url') . ')');
55
  }
 
56
 
57
+ /**
58
+ * Main plugin class
59
+ *
60
+ * @since 1.0
61
+ * @author Arne Franken
62
+ */
63
  class AllInOneFavicon {
64
 
65
+ /**
66
+ * Plugin initialization
67
+ *
68
+ * @since 1.0
69
+ * @access public
70
+ * @author Arne Franken
71
+ */
72
+ //public function AllInOneFavicon(){
73
+ function AllInOneFavicon() {
74
+ if (!function_exists('plugins_url')) {
75
+ return;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
76
  }
77
 
78
+ load_plugin_textdomain(AIOFAVICON_TEXTDOMAIN, false, '/all-in-one-favicon/localization/');
79
 
80
+ //register method for uninstall
81
+ if (function_exists('register_uninstall_hook')) {
82
+ register_uninstall_hook(__FILE__, array('AllInOneFavicon', 'uninstallAioFavicon'));
 
 
 
 
 
 
 
 
 
 
83
  }
84
 
85
+ // Create the settings array by merging the user's settings and the defaults
86
+ $usersettings = (array)get_option(AIOFAVICON_SETTINGSNAME);
87
+ $defaultArray = $this->aioFaviconDefaultSettings();
88
+ $this->aioFaviconSettings = wp_parse_args($usersettings, $defaultArray);
 
 
 
 
 
 
 
89
 
90
+ if (is_admin()) {
91
+ $donationLoader = new AIOFaviconDonationLoader();
92
+ new AioFaviconBackend($this->aioFaviconSettings, $this->aioFaviconDefaultSettings(),$donationLoader);
93
+ } else if (!is_admin()) {
94
+ new AioFaviconFrontend($this->aioFaviconSettings);
 
95
  }
96
 
97
+ }
98
+
99
+ // AllInOneFavicon()
100
+
101
+ /**
102
+ * executed during activation.
103
+ *
104
+ * @since 1.0
105
+ * @access public
106
+ * @author Arne Franken
107
+ */
108
+ //public function activateAioFavicon() {
109
+ function activateAioFavicon() {
110
+ //do nothing at the moment
111
+ }
112
+
113
+ // activateAioFavicon()
114
+
115
+ //==================================================================
116
+
117
+ /**
118
+ * Default array of All In One Favicon settings
119
+ *
120
+ * @since 3.0
121
+ * @access private
122
+ * @static
123
+ * @author Arne Franken
124
+ *
125
+ * @return array of default settings
126
+ */
127
+ //private function aioFaviconDefaultSettings() {
128
+ function aioFaviconDefaultSettings() {
129
+
130
+ // Create and return array of default settings
131
+ return array(
132
+ 'aioFaviconVersion' => AIOFAVICON_VERSION,
133
+ 'debugMode' => false,
134
+ 'removeReflectiveShine' => false,
135
+ 'removeLinkFromMetaBox' => true
136
+ );
137
+ }
138
+
139
+ // aioFaviconDefaultSettings()
140
+
141
+ /**
142
+ * Delete jQuery Tinytips settings
143
+ *
144
+ * handles deletion from WordPress database
145
+ *
146
+ * @since 1.3
147
+ * @access private
148
+ * @author Arne Franken
149
+ */
150
+ //private function uninstallAioFavicon() {
151
+ function uninstallAioFavicon() {
152
+ delete_option(AIOFAVICON_SETTINGSNAME);
153
+ }
154
+
155
+ // uninstallAioFavicon()
156
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
157
  }
158
+ //=================================================================================
159
  ?><?php
160
  /**
161
+ * Workaround for PHP4
162
  * initialize plugin, call constructor
163
  *
164
  * @since 1.0
165
  * @access public
166
  * @author Arne Franken
167
  */
168
+ function initAioFavicon() {
169
+ new AllInOneFavicon();
 
 
170
  }
171
 
172
+ //initAioFavicon()
173
+
174
+ // add AllInOneFavicon() to WordPress initialization
175
+ add_action('init', 'initAioFavicon', 7);
176
+
177
+ //static call to constructor is only possible if constructor is 'public static', therefore not PHP4 compatible:
178
+ //add_action('init', array('AllInOneFavicon','AllInOneFavicon'), 7);
179
 
180
+ // register method for activation
181
+ register_activation_hook(__FILE__, array('AllInOneFavicon', 'activateAioFavicon'));
182
  ?>
images/ajax-loader.gif ADDED
Binary file
includes/aio-favicon-backend.php ADDED
@@ -0,0 +1,453 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @package Techotronic
4
+ * @subpackage All in one Favicon
5
+ *
6
+ * @since 4.0
7
+ * @author Arne Franken
8
+ *
9
+ * Object that handles all actions in the WordPress backend
10
+ */
11
+ class AioFaviconBackend {
12
+
13
+ /**
14
+ * Constructor
15
+ *
16
+ * @since 4.0
17
+ * @access public
18
+ * @access static
19
+ * @author Arne Franken
20
+ *
21
+ * @param array $aioFaviconSettings user settings
22
+ * @param array $aioFaviconDefaultSettings default plugin settings
23
+ *
24
+ * @return void
25
+ */
26
+ //public static function AioFaviconBackend($aioFaviconSettings) {
27
+ function AioFaviconBackend($aioFaviconSettings, $aioFaviconDefaultSettings, $donationLoader) {
28
+
29
+ $this->aioFaviconSettings = $aioFaviconSettings;
30
+ $this->aioFaviconDefaultSettings = $aioFaviconDefaultSettings;
31
+ $this->donationLoader = $donationLoader;
32
+
33
+ add_action('admin_head', array(& $this, 'aioFaviconRenderAdminHeader'));
34
+
35
+ // add options page
36
+ add_action('admin_menu', array(& $this, 'registerAdminMenu'));
37
+
38
+ add_action('admin_post_aioFaviconDeleteSettings', array(& $this, 'aioFaviconDeleteSettings'));
39
+ add_action('admin_post_aioFaviconUpdateSettings', array(& $this, 'aioFaviconUpdateSettings'));
40
+
41
+ //only load JavaScript if we are on this plugin's settingspage
42
+ if (isset($_GET['page']) && $_GET['page'] == AIOFAVICON_PLUGIN_BASENAME) {
43
+ add_action('admin_print_scripts', array(& $donationLoader, 'registerDonationJavaScript'));
44
+ add_action('admin_print_scripts', array(& $this, 'registerAdminScripts'));
45
+ }
46
+ }
47
+
48
+ // AioFaviconBackend()
49
+
50
+
51
+ /**
52
+ * Builds the JavaScript array of all uploaded Favicons.
53
+ * Also registers JavaScript file.
54
+ *
55
+ * @since 4.0
56
+ * @access public
57
+ * @author Arne Franken
58
+ *
59
+ * @return void
60
+ */
61
+ //public function registerAdminScripts() {
62
+ function registerAdminScripts() {
63
+ $backendJavaScriptArray = array();
64
+ if (!empty($this->aioFaviconSettings)) {
65
+ foreach ((array)$this->aioFaviconSettings as $type => $url) {
66
+ if (!empty($url)) {
67
+ if (preg_match('/backend/i', $type) || preg_match('/frontend/i', $type)) {
68
+ $backendJavaScriptArray[$type] = $url;
69
+ }
70
+ }
71
+ }
72
+ }
73
+ wp_register_script('aiofavicon', AIOFAVICON_PLUGIN_URL . '/js/aiofavicon-min.js', array('jquery'));
74
+ wp_enqueue_script('aiofavicon');
75
+ wp_localize_script('aiofavicon', 'Aiofavicon', $backendJavaScriptArray);
76
+ }
77
+
78
+ // registerAdminScripts()
79
+
80
+ /**
81
+ * Renders Favicon
82
+ *
83
+ * @since 1.0
84
+ * @access public
85
+ * @author Arne Franken
86
+ *
87
+ * @return void
88
+ */
89
+ //public function aioFaviconRenderAdminHeader() {
90
+ function aioFaviconRenderAdminHeader() {
91
+ if (!empty($this->aioFaviconSettings)) {
92
+ foreach ((array)$this->aioFaviconSettings as $type => $url) {
93
+ if (!empty($url)) {
94
+ if (preg_match('/backend/i', $type)) {
95
+ if (preg_match('/ico/i', $type)) {
96
+ ?>
97
+ <link rel="shortcut icon" href="<?php echo htmlspecialchars($url)?>"/><?php
98
+
99
+ }
100
+ else if (preg_match('/gif/i', $type)) {
101
+ ?>
102
+ <link rel="icon" href="<?php echo htmlspecialchars($url)?>" type="image/gif"/><?php
103
+
104
+ }
105
+ else if (preg_match('/png/i', $type)) {
106
+ ?>
107
+ <link rel="icon" href="<?php echo htmlspecialchars($url)?>" type="image/png"/><?php
108
+
109
+ }
110
+ else if (preg_match('/apple/i', $type)) {
111
+ if ((isset($this->aioFaviconSettings['removeReflectiveShine']) && !$this->aioFaviconSettings['removeReflectiveShine'])) {
112
+ ?>
113
+ <link rel="apple-touch-icon" href="<?php echo htmlspecialchars($url)?>"/><?php
114
+ }
115
+ else {
116
+ ?>
117
+ <link rel="apple-touch-icon-precomposed" href="<?php echo htmlspecialchars($url)?>"/><?php
118
+ }
119
+
120
+ }
121
+ }
122
+ }
123
+ }
124
+ }
125
+ }
126
+
127
+ // aioFaviconRenderAdminHeader()
128
+
129
+ /**
130
+ * Render Settings page
131
+ *
132
+ * @since 1.0
133
+ * @access public
134
+ * @author Arne Franken
135
+ *
136
+ * @return void
137
+ */
138
+ //public function renderSettingsPage() {
139
+ function renderSettingsPage() {
140
+ include_once 'settings-page.php';
141
+ }
142
+
143
+ // renderSettingsPage()
144
+
145
+ /**
146
+ * Add settings link to plugin management page
147
+ *
148
+ * @since 1.0
149
+ * @access public
150
+ * @author Arne Franken
151
+ *
152
+ * @param array $action_links original links
153
+ *
154
+ * @return array $action_links with link to settings page
155
+ */
156
+ //public function addPluginActionLinks($action_links) {
157
+ function addPluginActionLinks($action_links) {
158
+ $settings_link = '<a href="options-general.php?page=' . AIOFAVICON_PLUGIN_BASENAME . '">' . __('Settings', AIOFAVICON_TEXTDOMAIN) . '</a>';
159
+ array_unshift($action_links, $settings_link);
160
+
161
+ return $action_links;
162
+ }
163
+
164
+ //addPluginActionLinks()
165
+
166
+ /**
167
+ * Registers the Settings Page in the Admin Menu
168
+ *
169
+ * @since 1.0
170
+ * @access public
171
+ * @author Arne Franken
172
+ *
173
+ * @return void
174
+ */
175
+ //public function registerAdminMenu() {
176
+ function registerAdminMenu() {
177
+ $return_message = '';
178
+
179
+ if (function_exists('add_management_page') && current_user_can('manage_options')) {
180
+
181
+ // update, uninstall message
182
+ if (strpos($_SERVER['REQUEST_URI'], 'all-in-one-favicon.php') && isset($_GET['aioFaviconUpdateSettings'])) {
183
+ $return_message = sprintf(__('Successfully updated %1$s settings.', AIOFAVICON_TEXTDOMAIN), AIOFAVICON_NAME);
184
+ } elseif (strpos($_SERVER['REQUEST_URI'], 'all-in-one-favicon.php') && isset($_GET['aioFaviconDeleteSettings'])) {
185
+ $return_message = sprintf(__('%1$s settings were successfully deleted.', AIOFAVICON_TEXTDOMAIN), AIOFAVICON_NAME);
186
+ }
187
+ }
188
+ $this->registerAdminNotice($return_message);
189
+
190
+ $this->registerSettingsPage();
191
+ }
192
+
193
+ // registerAdminMenu()
194
+
195
+ /**
196
+ * Update plugin settings wrapper
197
+ *
198
+ * handles checks and redirect
199
+ *
200
+ * @since 1.0
201
+ * @access public
202
+ * @author Arne Franken
203
+ *
204
+ * @return void
205
+ */
206
+ //public function aioFaviconUpdateSettings() {
207
+ function aioFaviconUpdateSettings() {
208
+ if (!current_user_can('manage_options'))
209
+ wp_die(__('Did not update settings, you do not have the necessary rights.', AIOFAVICON_TEXTDOMAIN));
210
+
211
+ //cross check the given referer for nonce set in settings form
212
+ check_admin_referer('aio-favicon-settings-form');
213
+
214
+ // Create the settings array by merging the user's settings and the defaults
215
+ $usersettings = $_POST[AIOFAVICON_SETTINGSNAME];
216
+ $defaultArray = $this->aioFaviconDefaultSettings;
217
+ $this->aioFaviconSettings = wp_parse_args($usersettings, wp_parse_args((array)get_option(AIOFAVICON_SETTINGSNAME), $defaultArray));
218
+
219
+ if (!isset($usersettings['removeLinkFromMetaBox'])) {
220
+ $this->aioFaviconSettings['removeLinkFromMetaBox'] = false;
221
+ }
222
+
223
+ // handle file upload
224
+ $overrides = array('action' => 'aioFaviconUpdateSettings');
225
+ foreach ($_FILES as $icoName => $icoArray) {
226
+ $file = wp_handle_upload($_FILES[$icoName], $overrides);
227
+ if (isset($file['url'])) {
228
+ $this->aioFaviconSettings[$icoName] = $file['url'];
229
+ }
230
+ }
231
+
232
+ // delete files if checkboxes are checked
233
+ foreach ($_POST as $key => $value) {
234
+ if (preg_match('/delete-(.*)/i', $key, $matches)) {
235
+ if (count($matches) > 1) {
236
+ $match = $matches[1];
237
+ $this->deleteFile($match);
238
+ }
239
+ }
240
+ }
241
+
242
+ //$debugger->dieWithVariable($_POST);
243
+
244
+ $this->updateSettingsInDatabase();
245
+ $referrer = str_replace(array('&aioFaviconUpdateSettings', '&aioFaviconDeleteSettings'), '', $_POST['_wp_http_referer']);
246
+ wp_redirect($referrer . '&aioFaviconUpdateSettings');
247
+ }
248
+
249
+ // aioFaviconUpdateSettings()
250
+
251
+ /**
252
+ * Delete plugin settings wrapper
253
+ *
254
+ * handles checks and redirect
255
+ *
256
+ * @since 1.0
257
+ * @access public
258
+ * @author Arne Franken
259
+ *
260
+ * @return void
261
+ */
262
+ //public function aioFaviconDeleteSettings() {
263
+ function aioFaviconDeleteSettings() {
264
+
265
+ if (current_user_can('manage_options') && isset($_POST['delete_settings-true'])) {
266
+ //cross check the given referer for nonce set in delete settings form
267
+ check_admin_referer('aio-favicon-delete_settings-form');
268
+ $this->deleteSettingsFromDatabase();
269
+ } else {
270
+ wp_die(sprintf(__('Did not delete %1$s settings. Either you dont have the nececssary rights or you didnt check the checkbox.', AIOFAVICON_TEXTDOMAIN), AIOFAVICON_NAME));
271
+ }
272
+ //clean up referrer
273
+ $referrer = str_replace(array('&aioFaviconUpdateSettings', '&aioFaviconDeleteSettings'), '', $_POST['_wp_http_referer']);
274
+ wp_redirect($referrer . '&aioFaviconDeleteSettings');
275
+ }
276
+
277
+ // aioFaviconDeleteSettings()
278
+
279
+ //===================================================================
280
+
281
+ /**
282
+ * Registers Admin Notices
283
+ *
284
+ * @since 1.0
285
+ * @access private
286
+ * @author Arne Franken
287
+ *
288
+ * @param string $notice to register notice with.
289
+ *
290
+ * @return void
291
+ */
292
+ //private function registerAdminNotice($notice) {
293
+ function registerAdminNotice($notice) {
294
+ if ($notice != '') {
295
+ $message = '<div class="updated fade"><p>' . $notice . '</p></div>';
296
+ add_action('admin_notices', create_function('', "echo '$message';"));
297
+ }
298
+ }
299
+
300
+ // registerAdminNotice()
301
+
302
+ /**
303
+ * Delete favicon file
304
+ *
305
+ * @since 4.0
306
+ * @access private
307
+ * @author Arne Franken
308
+ *
309
+ * @param String $faviconName
310
+ *
311
+ * @return void
312
+ */
313
+ //private function deleteFile($faviconName) {
314
+ function deleteFile($faviconName) {
315
+ $url = $this->aioFaviconSettings[$faviconName];
316
+ if ($url != '') {
317
+ $uploads = wp_upload_dir();
318
+ $regex = '#' . $uploads['baseurl'] . '/(.*)#i';
319
+ preg_match($regex, $url, $relativePath);
320
+ if (count($relativePath) > 1) {
321
+ $pathToFile = $uploads['basedir'] . '/' . $relativePath[1];
322
+ @ unlink($pathToFile);
323
+ }
324
+ }
325
+
326
+ //delete setting
327
+ $this->aioFaviconSettings[$faviconName] = '';
328
+ }
329
+
330
+ // deleteFile()
331
+
332
+ /**
333
+ * Update plugin settings
334
+ *
335
+ * handles updating settings in the WordPress database
336
+ *
337
+ * @since 1.0
338
+ * @access private
339
+ * @author Arne Franken
340
+ *
341
+ * @return void
342
+ */
343
+ //private function updateSettingsInDatabase() {
344
+ function updateSettingsInDatabase() {
345
+ update_option(AIOFAVICON_SETTINGSNAME, $this->aioFaviconSettings);
346
+ }
347
+
348
+ //updateSettingsInDatabase()
349
+
350
+ /**
351
+ * Register the settings page in WordPress
352
+ *
353
+ * @since 1.0
354
+ * @access private
355
+ * @author Arne Franken
356
+ *
357
+ * @return void
358
+ */
359
+ //private function registerSettingsPage() {
360
+ function registerSettingsPage() {
361
+ if (current_user_can('manage_options')) {
362
+ add_filter('plugin_action_links_' . AIOFAVICON_PLUGIN_BASENAME, array(& $this, 'addPluginActionLinks'));
363
+ add_options_page(AIOFAVICON_NAME, AIOFAVICON_NAME, 'manage_options', AIOFAVICON_PLUGIN_BASENAME, array(& $this, 'renderSettingsPage'));
364
+ }
365
+ }
366
+
367
+ // registerSettingsPage()
368
+
369
+ /**
370
+ * Delete plugin settings
371
+ *
372
+ * handles deletion from WordPress database
373
+ *
374
+ * @since 1.0
375
+ * @access private
376
+ * @author Arne Franken
377
+ *
378
+ * @return void
379
+ */
380
+ //private function deleteSettingsFromDatabase() {
381
+ function deleteSettingsFromDatabase() {
382
+ delete_option(AIOFAVICON_SETTINGSNAME);
383
+ }
384
+
385
+ // deleteSettingsFromDatabase()
386
+
387
+ /**
388
+ * Read HTML from a remote url
389
+ *
390
+ * @since 2.1
391
+ * @access private
392
+ * @author Arne Franken
393
+ *
394
+ * @param string $url
395
+ *
396
+ * @return the response
397
+ */
398
+ //private function getRemoteContent($url) {
399
+ function getRemoteContent($url) {
400
+ if (function_exists('wp_remote_request')) {
401
+
402
+ $options = array('user-agent' => AIOFAVICON_USERAGENT);
403
+
404
+ $response = wp_remote_request($url, $options);
405
+
406
+ if (is_wp_error($response))
407
+ return false;
408
+
409
+ if (200 != wp_remote_retrieve_response_code($response))
410
+ return false;
411
+
412
+ return wp_remote_retrieve_body($response);
413
+ }
414
+
415
+ return false;
416
+ }
417
+
418
+ // getRemoteContent()
419
+
420
+ /**
421
+ * gets current URL to return to after donating
422
+ *
423
+ * @since 2.1
424
+ * @access private
425
+ * @author Arne Franken
426
+ *
427
+ * @return void
428
+ */
429
+ //private function getReturnLocation(){
430
+ function getReturnLocation() {
431
+ $currentLocation = "http";
432
+ $currentLocation .= ((isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] == 'on') ? "s" : "") . "://";
433
+ $currentLocation .= $_SERVER['SERVER_NAME'];
434
+ if (isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] == 'on') {
435
+ if ($_SERVER['SERVER_PORT'] != '443') {
436
+ $currentLocation .= ":" . $_SERVER['SERVER_PORT'];
437
+ }
438
+ }
439
+ else {
440
+ if ($_SERVER['SERVER_PORT'] != '80') {
441
+ $currentLocation .= ":" . $_SERVER['SERVER_PORT'];
442
+ }
443
+ }
444
+ $currentLocation .= $_SERVER['REQUEST_URI'];
445
+ echo $currentLocation;
446
+ }
447
+
448
+ // getReturnLocation()
449
+
450
+ }
451
+
452
+ // AioFaviconBackend()
453
+ ?>
includes/aio-favicon-frontend.php ADDED
@@ -0,0 +1,106 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @package Techotronic
4
+ * @subpackage All in one Favicon
5
+ *
6
+ * @since 4.0
7
+ * @author Arne Franken
8
+ *
9
+ * Object that handles all actions in the WordPress frontend
10
+ */
11
+ class AioFaviconFrontend {
12
+
13
+ /**
14
+ * Constructor
15
+ *
16
+ * @since 3.2
17
+ * @access public
18
+ * @access static
19
+ * @author Arne Franken
20
+ *
21
+ * @param array $aioFaviconSettings user settings
22
+ */
23
+ //public static function AioFaviconFrontend($aioFaviconSettings) {
24
+ function AioFaviconFrontend($aioFaviconSettings) {
25
+
26
+ $this->aioFaviconSettings = $aioFaviconSettings;
27
+
28
+ add_action('wp_head', array(& $this, 'aioFaviconRenderBlogHeader'));
29
+
30
+ //only add link to meta box
31
+ if (isset($this->aioFaviconSettings['removeLinkFromMetaBox']) && !$this->aioFaviconSettings['removeLinkFromMetaBox']) {
32
+ add_action('wp_meta', array(& $this, 'renderMetaLink'));
33
+ }
34
+
35
+ }
36
+
37
+ // AioFaviconFrontend()
38
+
39
+ /**
40
+ * Renders Favicon
41
+ *
42
+ * @since 1.0
43
+ * @access public
44
+ * @author Arne Franken
45
+ */
46
+ //public function aioFaviconRenderBlogHeader() {
47
+ function aioFaviconRenderBlogHeader() {
48
+ if (!empty($this->aioFaviconSettings)) {
49
+ foreach ((array)$this->aioFaviconSettings as $type => $url) {
50
+ if (!empty($url)) {
51
+ if (preg_match('/frontend/i', $type)) {
52
+ if (preg_match('/ico/i', $type)) {
53
+ ?>
54
+ <link rel="shortcut icon" href="<?php echo htmlspecialchars($url)?>"/><?php
55
+
56
+ }
57
+ else if (preg_match('/gif/i', $type)) {
58
+ ?>
59
+ <link rel="icon" href="<?php echo htmlspecialchars($url)?>" type="image/gif"/><?php
60
+
61
+ }
62
+ else if (preg_match('/png/i', $type)) {
63
+ ?>
64
+ <link rel="icon" href="<?php echo htmlspecialchars($url)?>" type="image/png"/><?php
65
+
66
+ }
67
+ else if (preg_match('/apple/i', $type)) {
68
+ if ((isset($this->aioFaviconSettings['removeReflectiveShine']) && !$this->aioFaviconSettings['removeReflectiveShine'])) {
69
+ ?>
70
+ <link rel="apple-touch-icon" href="<?php echo htmlspecialchars($url)?>"/><?php
71
+ }
72
+ else {
73
+ ?>
74
+ <link rel="apple-touch-icon-precomposed" href="<?php echo htmlspecialchars($url)?>"/><?php
75
+ }
76
+
77
+ }
78
+ }
79
+ }
80
+ }
81
+ }
82
+ }
83
+
84
+ // aioFaviconRenderBlogHeader()
85
+
86
+ /**
87
+ * Renders plugin link in Meta widget
88
+ *
89
+ * @since 1.0
90
+ * @access public
91
+ * @author Arne Franken
92
+ */
93
+ //public function renderMetaLink() {
94
+ function renderMetaLink() {
95
+ ?>
96
+ <li><?php _e('Using', AIOFAVICON_TEXTDOMAIN);?>
97
+ <a href="http://www.techotronic.de/plugins/all-in-one-favicon/" target="_blank" title="<?php echo AIOFAVICON_NAME ?>"><?php echo AIOFAVICON_NAME ?></a>
98
+ </li>
99
+ <?php
100
+ }
101
+
102
+ // renderMetaLink()
103
+ }
104
+
105
+ // AioFaviconFrontend()
106
+ ?>
includes/debugger.php ADDED
@@ -0,0 +1,165 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @package Techotronic
4
+ * @subpackage All in one Favicon
5
+ *
6
+ * @since 4.0
7
+ * @author Arne Franken
8
+ *
9
+ * Helper class for debugging variables in PHP.
10
+ * see http://www.php.net/manual/en/function.var-dump.php
11
+ *
12
+ * In class:
13
+ * var $debugger;
14
+ *
15
+ * In constructor:
16
+ * global $debugger;
17
+ * require_once('debugger.php');
18
+ * $debugger = new AioFaviconDebugger();
19
+ *
20
+ * In method:
21
+ * global $debugger;
22
+ * $debugger->dieWithVariable($variable);
23
+ */
24
+ class AioFaviconDebugger {
25
+
26
+ /**
27
+ * Calls wp_die with the given variable.
28
+ *
29
+ * @author Arne Franken
30
+ * @access public
31
+ *
32
+ * @return void
33
+ */
34
+ //public function dieWithAllVariables() {
35
+ function dieWithAllVariables() {
36
+ wp_die(var_dump(get_defined_vars()));
37
+ }
38
+
39
+ // dieWithAllVariables()
40
+
41
+ /**
42
+ * Calls wp_die with the given variable.
43
+ *
44
+ * @author Arne Franken
45
+ * @access public
46
+ *
47
+ * @param $variable the variable
48
+ * @param $title
49
+ *
50
+ * @return void
51
+ */
52
+ //public function dieWithVariable($variable, $title = null) {
53
+ function dieWithVariable($variable, $title = null) {
54
+ wp_die($this->dumpVariable($variable), $title);
55
+ }
56
+
57
+ // dieWithVariable()
58
+
59
+ //=====================================================================================================
60
+
61
+ /**
62
+ * Dumps the given variable into an HTML container
63
+ *
64
+ * @access private
65
+ *
66
+ * @param $var the variable
67
+ * @param String $info display as a title
68
+ *
69
+ * @return void
70
+ */
71
+ //private function dumpVariable(&$var, $info = FALSE) {
72
+ function dumpVariable(&$var, $info = FALSE) {
73
+ $scope = false;
74
+ $prefix = 'unique';
75
+ $suffix = 'value';
76
+
77
+ if ($scope) $vals = $scope;
78
+ else $vals = $GLOBALS;
79
+
80
+ $old = $var;
81
+ $var = $new = $prefix . rand() . $suffix;
82
+ $vname = FALSE;
83
+ foreach ($vals as $key => $val) if ($val === $new) $vname = $key;
84
+ $var = $old;
85
+
86
+ echo "<pre style='margin: 0 0 10px 0; display: block; background: white; color: black; font-family: Verdana; border: 1px solid #cccccc; padding: 5px; font-size: 10px; line-height: 13px;'>";
87
+ if ($info != FALSE) echo "<b style='color: red;'>$info:</b><br>";
88
+ $this->doDumpVariable($var, '$' . $vname);
89
+ echo "</pre>";
90
+ }
91
+
92
+ // dumpVariable()
93
+
94
+ /**
95
+ * Dumps and formats variables
96
+ *
97
+ * @access private
98
+ *
99
+ * @param $var
100
+ * @param null $var_name
101
+ * @param null $indent
102
+ * @param null $reference
103
+ *
104
+ * @return void
105
+ */
106
+ //private function doDumpVariable(&$var, $var_name = NULL, $indent = NULL, $reference = NULL) {
107
+ function doDumpVariable(&$var, $var_name = NULL, $indent = NULL, $reference = NULL) {
108
+ $do_dump_indent = "<span style='color:#eeeeee;'>|</span> &nbsp;&nbsp; ";
109
+ $reference = $reference . $var_name;
110
+ $keyvar = 'the_do_dump_recursion_protection_scheme';
111
+ $keyname = 'referenced_object_name';
112
+
113
+ if (is_array($var) && isset($var[$keyvar])) {
114
+ $real_var = &$var[$keyvar];
115
+ $real_name = &$var[$keyname];
116
+ $type = ucfirst(gettype($real_var));
117
+ echo "$indent$var_name <span style='color:#a2a2a2'>$type</span> = <span style='color:#e87800;'>&amp;$real_name</span><br>";
118
+ }
119
+ else {
120
+ $var = array($keyvar => $var, $keyname => $reference);
121
+ $avar = &$var[$keyvar];
122
+
123
+ $type = ucfirst(gettype($avar));
124
+ if ($type == "String") $type_color = "<span style='color:green'>";
125
+ elseif ($type == "Integer") $type_color = "<span style='color:red'>";
126
+ elseif ($type == "Double") {
127
+ $type_color = "<span style='color:#0099c5'>";
128
+ $type = "Float";
129
+ }
130
+ elseif ($type == "Boolean") $type_color = "<span style='color:#92008d'>";
131
+ elseif ($type == "NULL") $type_color = "<span style='color:black'>";
132
+
133
+ if (is_array($avar)) {
134
+ $count = count($avar);
135
+ echo "$indent" . ($var_name ? "$var_name => " : "") . "<span style='color:#a2a2a2'>$type ($count)</span><br>$indent(<br>";
136
+ $keys = array_keys($avar);
137
+ foreach ($keys as $name) {
138
+ $value = &$avar[$name];
139
+ $this->doDumpVariable($value, "['$name']", $indent . $do_dump_indent, $reference);
140
+ }
141
+ echo "$indent)<br>";
142
+ }
143
+ elseif (is_object($avar)) {
144
+ echo "$indent$var_name <span style='color:#a2a2a2'>$type</span><br>$indent(<br>";
145
+ foreach ($avar as $name => $value) $this->doDumpVariable($value, "$name", $indent . $do_dump_indent, $reference);
146
+ echo "$indent)<br>";
147
+ }
148
+ elseif (is_int($avar)) echo "$indent$var_name = <span style='color:#a2a2a2'>$type(" . strlen($avar) . ")</span> $type_color$avar</span><br>";
149
+ elseif (is_string($avar)) echo "$indent$var_name = <span style='color:#a2a2a2'>$type(" . strlen($avar) . ")</span> $type_color\"$avar\"</span><br>";
150
+ elseif (is_float($avar)) echo "$indent$var_name = <span style='color:#a2a2a2'>$type(" . strlen($avar) . ")</span> $type_color$avar</span><br>";
151
+ elseif (is_bool($avar)) echo "$indent$var_name = <span style='color:#a2a2a2'>$type(" . strlen($avar) . ")</span> $type_color" . ($avar == 1
152
+ ? "TRUE" : "FALSE") . "</span><br>";
153
+ elseif (is_null($avar)) echo "$indent$var_name = <span style='color:#a2a2a2'>$type(" . strlen($avar) . ")</span> {$type_color}NULL</span><br>";
154
+ else echo "$indent$var_name = <span style='color:#a2a2a2'>$type(" . strlen($avar) . ")</span> $avar<br>";
155
+
156
+ $var = $var[$keyvar];
157
+ }
158
+ }
159
+
160
+ // doDumpVariable()
161
+
162
+ }
163
+
164
+ // Debugger()
165
+ ?>
includes/donationloader.php ADDED
@@ -0,0 +1,167 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @package Techotronic
4
+ * @subpackage Donation Loader
5
+ *
6
+ * @version 1.0
7
+ * @author Arne Franken
8
+ *
9
+ * Object that handles Ajax to Xml RPC calls
10
+ */
11
+ if (!defined('AIOFAVICON_DONATIONLOADER_XMLRPC_URL')) {
12
+ define('AIOFAVICON_DONATIONLOADER_XMLRPC_URL', 'http://www.techotronic.de/wordpress/xmlrpc.php');
13
+ }
14
+ if (!defined('AIOFAVICON_DONATIONLOADER_CACHETIME')) {
15
+ //cachetime in seconds, 60 minutes
16
+ define('AIOFAVICON_DONATIONLOADER_CACHETIME', 6000);
17
+ }
18
+ //has to have pluginname-prefix because Class names can't be used twice...
19
+ class AIOFaviconDonationLoader {
20
+ var $donationLoaderPluginName = "aio_favicon";
21
+ var $donationLoaderPluginUrl = AIOFAVICON_PLUGIN_URL;
22
+
23
+ /**
24
+ * Constructor
25
+ *
26
+ * @since 1.0
27
+ * @access public
28
+ * @access static
29
+ * @author Arne Franken
30
+ *
31
+ * @return void
32
+ */
33
+ function AIOFaviconDonationLoader() {
34
+ //not logged in users can trigger the action
35
+ //add_action( 'wp_ajax_nopriv_action', 'methodName' );
36
+ //only logged in users can trigger the action
37
+ //add_action( 'wp_ajax_action', array($this, 'methodName') );
38
+ add_action( 'wp_ajax_load-AIOFaviconTopDonations', array($this, 'getAIOFaviconTopDonations') );
39
+ add_action( 'wp_ajax_load-AIOFaviconLatestDonations', array($this, 'getAIOFaviconLatestDonations') );
40
+ }
41
+
42
+ // DonationLoader()
43
+
44
+ /**
45
+ * XML RPC Test, not used
46
+ *
47
+ * @since 1.0
48
+ * @access private
49
+ * @author Arne Franken
50
+ *
51
+ * @return void
52
+ */
53
+ //public function getTest() {
54
+ // function getTest() {
55
+ // $this->doGetDonations(xmlrpc_encode_request('demo.sayHello','doesntMatter'));
56
+ // }
57
+
58
+ // getTest()
59
+
60
+ /**
61
+ * Get top donations
62
+ *
63
+ * @since 1.0
64
+ * @access private
65
+ * @author Arne Franken
66
+ *
67
+ * @return void
68
+ */
69
+ //public function getAIOFaviconTopDonations() {
70
+ function getAIOFaviconTopDonations() {
71
+ $this->getAndReturnDonations('manageDonations.getTopDonations','top');
72
+ }
73
+
74
+ // getTopDonations()
75
+
76
+ /**
77
+ * Get latest donations
78
+ *
79
+ * @since 1.0
80
+ * @access private
81
+ * @author Arne Franken
82
+ *
83
+ * @return void
84
+ */
85
+ //public function getAIOFaviconLatestDonations() {
86
+ function getAIOFaviconLatestDonations() {
87
+ $this->getAndReturnDonations('manageDonations.getLatestDonations','latest');
88
+ }
89
+
90
+ // getLatestDonations()
91
+
92
+ /**
93
+ * Build JavaScript array for loading donations.
94
+ * Also registers JavaScript file.
95
+ *
96
+ * @since 1.0
97
+ * @access public
98
+ * @author Arne Franken
99
+ *
100
+ * @return void
101
+ */
102
+ //public function registerDonationJavaScript() {
103
+ function registerDonationJavaScript() {
104
+ $javaScriptArray = array('ajaxurl' => admin_url( 'admin-ajax.php' ),
105
+ 'pluginName' => $this->donationLoaderPluginName);
106
+
107
+ wp_register_script('donation', $this->donationLoaderPluginUrl . '/js/donation.js', array('jquery'));
108
+ wp_enqueue_script('donation');
109
+ wp_localize_script('donation', 'Donation', $javaScriptArray);
110
+ }
111
+
112
+ // registerDonationJavaScript()
113
+
114
+ //=====================================================================================================
115
+
116
+ /**
117
+ * Generic donation getter.
118
+ * Wrap the XML RPC call and return the value to the Ajax call
119
+ * Caches the serialized response for $cacheTime seconds.
120
+ *
121
+ * @since 1.0
122
+ * @access private
123
+ * @author Arne Franken
124
+ *
125
+ * @param String $remoteProcedureCall RPC method name
126
+ * @param String $identifier cache-identifier for the request
127
+ *
128
+ * @return void
129
+ */
130
+ //private function getAndReturnDonations($remoteProcedureCall,$identifier) {
131
+ function getAndReturnDonations($remoteProcedureCall,$identifier) {
132
+
133
+ // get the submitted parameters
134
+ $pluginName = $_POST['pluginName'];
135
+
136
+ $key = $identifier . '_' . $pluginName;
137
+
138
+ //try to get response from DB cache
139
+ if ( false === ($response = get_site_transient($key) ) ) {
140
+ // response not found in DB cache, generate response
141
+ if(class_exists('IXR_Client')) {
142
+ $ixrClient = new IXR_Client(AIOFAVICON_DONATIONLOADER_XMLRPC_URL);
143
+ $ixrClient->useragent = AIOFAVICON_USERAGENT;
144
+ $ixrClient->query($remoteProcedureCall,$pluginName);
145
+
146
+ $response = $ixrClient->getResponse();
147
+ }
148
+ set_site_transient($key, serialize($response), AIOFAVICON_DONATIONLOADER_CACHETIME);
149
+ } else {
150
+ $response = unserialize($response);
151
+ }
152
+
153
+ // header content-type must match the one used in the jQuery.post call.
154
+ //header( "content-type: application/json" );
155
+ header( "content-type: text/html" );
156
+
157
+ // echo instead of return, $response is given back to the Ajax call.
158
+ echo $response;
159
+ // IMPORTANT: don't forget to "exit"
160
+ exit;
161
+ }
162
+
163
+ // getDonations()
164
+ }
165
+
166
+ // DonationLoader()
167
+ ?>
includes/header-admin.php DELETED
@@ -1,43 +0,0 @@
1
- <?php
2
- /**
3
- * @package Techotronic
4
- * @subpackage All In One Favicon
5
- *
6
- * @since 1.0
7
- * @author Arne Franken
8
- *
9
- */
10
-
11
- function aioFaviconRenderAdminHeader() {
12
- $aioFaviconSettings = (array) get_option(AIOFAVICON_SETTINGSNAME);
13
- if (!empty($aioFaviconSettings)) {
14
- ?><!-- <?php echo AIOFAVICON_NAME ?> <?php echo AIOFAVICON_VERSION ?> | by Arne Franken, http://www.techotronic.de/ --><?php
15
- foreach ((array) $aioFaviconSettings as $type => $url) {
16
- if (!empty($url)) {
17
- if (preg_match('/backend/i', $type)) {
18
- if (preg_match('/ico/i', $type)) {
19
- ?>
20
- <link rel="shortcut icon" href="<?php echo htmlspecialchars($url)?>"/><?php
21
-
22
- } else if (preg_match('/gif/i', $type)) {
23
- ?>
24
- <link rel="icon" href="<?php echo htmlspecialchars($url)?>" type="image/gif"/><?php
25
-
26
- } else if (preg_match('/png/i', $type)) {
27
- ?>
28
- <link rel="icon" href="<?php echo htmlspecialchars($url)?>" type="image/png"/><?php
29
-
30
- } else if (preg_match('/apple/i', $type)) {
31
- ?>
32
- <link rel="apple-touch-icon" href="<?php echo htmlspecialchars($url)?>"/><?php
33
-
34
- }
35
- }
36
- }
37
- }
38
- ?><!-- <?php echo AIOFAVICON_NAME ?> <?php echo AIOFAVICON_VERSION ?> | by Arne Franken, http://www.techotronic.de/ --><?php
39
-
40
- }
41
- }
42
-
43
- ?>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
includes/header-blog.php DELETED
@@ -1,43 +0,0 @@
1
- <?php
2
- /**
3
- * @package Techotronic
4
- * @subpackage All in one Favicon
5
- *
6
- * @since 1.0
7
- * @author Arne Franken
8
- *
9
- */
10
-
11
- function aioFaviconRenderBlogHeader() {
12
- $aioFaviconSettings = (array) get_option(AIOFAVICON_SETTINGSNAME);
13
- if (!empty($aioFaviconSettings)) {
14
- ?><!-- <?php echo AIOFAVICON_NAME ?> <?php echo AIOFAVICON_VERSION ?> | by Arne Franken, http://www.techotronic.de/ --><?php
15
- foreach ((array) $aioFaviconSettings as $type => $url) {
16
- if (!empty($url)) {
17
- if (preg_match('/frontend/i', $type)) {
18
- if (preg_match('/ico/i', $type)) {
19
- ?>
20
- <link rel="shortcut icon" href="<?php echo htmlspecialchars($url)?>"/><?php
21
-
22
- } else if (preg_match('/gif/i', $type)) {
23
- ?>
24
- <link rel="icon" href="<?php echo htmlspecialchars($url)?>" type="image/gif"/><?php
25
-
26
- } else if (preg_match('/png/i', $type)) {
27
- ?>
28
- <link rel="icon" href="<?php echo htmlspecialchars($url)?>" type="image/png"/><?php
29
-
30
- } else if (preg_match('/apple/i', $type)) {
31
- ?>
32
- <link rel="apple-touch-icon" href="<?php echo htmlspecialchars($url)?>"/><?php
33
-
34
- }
35
- }
36
- }
37
- }
38
- ?><!-- <?php echo AIOFAVICON_NAME ?> <?php echo AIOFAVICON_VERSION ?> | by Arne Franken, http://www.techotronic.de/ --><?php
39
-
40
- }
41
- }
42
-
43
- ?>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
includes/settings-page.php CHANGED
@@ -6,263 +6,22 @@
6
  * @since 1.0
7
  * @author Arne Franken
8
  *
9
- *
10
  */
11
  ?>
12
  <div class="wrap">
13
- <div>
14
  <?php screen_icon(); ?>
15
  <h2><?php echo AIOFAVICON_NAME . ' ' . __('Settings', AIOFAVICON_TEXTDOMAIN); ?></h2>
16
  <br class="clear"/>
17
 
18
  <?php settings_fields(AIOFAVICON_SETTINGSNAME); ?>
19
-
20
- <div class="postbox-container" style="width: 69%;">
21
- <div id="poststuff">
22
- <div id="aio-favicon-settings" class="postbox">
23
- <h3 id="settings"><?php _e('Settings', AIOFAVICON_TEXTDOMAIN); ?></h3>
24
-
25
- <div class="inside">
26
- <form name="aio-favicon-settings-update" method="post" action="admin-post.php">
27
- <?php if (function_exists('wp_nonce_field') === true) wp_nonce_field('aio-favicon-settings-form'); ?>
28
-
29
- <table class="form-table">
30
- <tr>
31
- <th scope="row">
32
- <label for="<?php echo AIOFAVICON_SETTINGSNAME ?>-frontendICO"><?php printf(__('%1$s ICO', AIOFAVICON_TEXTDOMAIN), __('Frontend', AIOFAVICON_TEXTDOMAIN)); ?>:</label>
33
- </th>
34
- <td>
35
- <input id="<?php echo AIOFAVICON_SETTINGSNAME ?>-frontendICO" class="aioFaviconUrl" type="text" size="50" name="<?php echo AIOFAVICON_SETTINGSNAME ?>[frontendICO]" value="<?php echo $this->aioFaviconSettings['frontendICO'] ?>" />
36
- <input id="<?php echo AIOFAVICON_SETTINGSNAME ?>-frontendICO_button" class="button aioFaviconUpload" type="button" value="<?php echo htmlspecialchars(__('Upload Favicon',AIOFAVICON_TEXTDOMAIN)) ?>" />
37
- <br /><?php _e('Enter a URL or upload a Favicon.',AIOFAVICON_TEXTDOMAIN) ?>
38
- </td>
39
- </tr>
40
- <tr>
41
- <th scope="row">
42
- <label for="<?php echo AIOFAVICON_SETTINGSNAME ?>-frontendPNG"><?php printf(__('%1$s PNG', AIOFAVICON_TEXTDOMAIN), __('Frontend', AIOFAVICON_TEXTDOMAIN)); ?>:</label>
43
- </th>
44
- <td>
45
- <input id="<?php echo AIOFAVICON_SETTINGSNAME ?>-frontendPNG" class="aioFaviconUrl" type="text" size="50" name="<?php echo AIOFAVICON_SETTINGSNAME ?>[frontendPNG]" value="<?php echo $this->aioFaviconSettings['frontendPNG'] ?>" />
46
- <input id="<?php echo AIOFAVICON_SETTINGSNAME ?>-frontendPNG_button" class="button aioFaviconUpload" type="button" value="<?php echo htmlspecialchars(__('Upload Favicon',AIOFAVICON_TEXTDOMAIN)) ?>" />
47
- <br /><?php _e('Enter a URL or upload a Favicon.',AIOFAVICON_TEXTDOMAIN) ?>
48
- </td>
49
- </tr>
50
- <tr>
51
- <th scope="row">
52
- <label for="<?php echo AIOFAVICON_SETTINGSNAME ?>-frontendGIF"><?php printf(__('%1$s GIF', AIOFAVICON_TEXTDOMAIN), __('Frontend', AIOFAVICON_TEXTDOMAIN)); ?>:</label>
53
- </th>
54
- <td>
55
- <input id="<?php echo AIOFAVICON_SETTINGSNAME ?>-frontendGIF" class="aioFaviconUrl" type="text" size="50" name="<?php echo AIOFAVICON_SETTINGSNAME ?>[frontendGIF]" value="<?php echo $this->aioFaviconSettings['frontendGIF'] ?>" />
56
- <input id="<?php echo AIOFAVICON_SETTINGSNAME ?>-frontendGIF_button" class="button aioFaviconUpload" type="button" value="<?php echo htmlspecialchars(__('Upload Favicon',AIOFAVICON_TEXTDOMAIN)) ?>" />
57
- <br /><?php _e('Enter a URL or upload a Favicon.',AIOFAVICON_TEXTDOMAIN) ?>
58
- </td>
59
- </tr>
60
- <tr>
61
- <th scope="row">
62
- <label for="<?php echo AIOFAVICON_SETTINGSNAME ?>-frontendApple"><?php printf(__('%1$s Apple touch icon', AIOFAVICON_TEXTDOMAIN), __('Frontend', AIOFAVICON_TEXTDOMAIN)); ?>:</label>
63
- </th>
64
- <td>
65
- <input id="<?php echo AIOFAVICON_SETTINGSNAME ?>-frontendApple" class="aioFaviconUrl" type="text" size="50" name="<?php echo AIOFAVICON_SETTINGSNAME ?>[frontendApple]" value="<?php echo $this->aioFaviconSettings['frontendApple'] ?>" />
66
- <input id="<?php echo AIOFAVICON_SETTINGSNAME ?>-frontendApple_button" class="button aioFaviconUpload" type="button" value="<?php echo htmlspecialchars(__('Upload Favicon',AIOFAVICON_TEXTDOMAIN)) ?>" />
67
- <br /><?php _e('Enter a URL or upload a Favicon.',AIOFAVICON_TEXTDOMAIN) ?>
68
- </td>
69
- </tr>
70
-
71
- <tr>
72
- <th scope="row">
73
- <label for="<?php echo AIOFAVICON_SETTINGSNAME ?>-backendICO"><?php printf(__('%1$s ICO', AIOFAVICON_TEXTDOMAIN), __('Backend', AIOFAVICON_TEXTDOMAIN)); ?>:</label>
74
- </th>
75
- <td>
76
- <input id="<?php echo AIOFAVICON_SETTINGSNAME ?>-backendICO" class="aioFaviconUrl" type="text" size="50" name="<?php echo AIOFAVICON_SETTINGSNAME ?>[backendICO]" value="<?php echo $this->aioFaviconSettings['backendICO'] ?>" />
77
- <input id="<?php echo AIOFAVICON_SETTINGSNAME ?>-backendICO_button" class="button aioFaviconUpload" type="button" value="<?php echo htmlspecialchars(__('Upload Favicon',AIOFAVICON_TEXTDOMAIN)) ?>" />
78
- <br /><?php _e('Enter a URL or upload a Favicon.',AIOFAVICON_TEXTDOMAIN) ?>
79
- </td>
80
- </tr>
81
- <tr>
82
- <th scope="row">
83
- <label for="<?php echo AIOFAVICON_SETTINGSNAME ?>-backendPNG"><?php printf(__('%1$s PNG', AIOFAVICON_TEXTDOMAIN), __('Backend', AIOFAVICON_TEXTDOMAIN)); ?>:</label>
84
- </th>
85
- <td>
86
- <input id="<?php echo AIOFAVICON_SETTINGSNAME ?>-backendPNG" class="aioFaviconUrl" type="text" size="50" name="<?php echo AIOFAVICON_SETTINGSNAME ?>[backendPNG]" value="<?php echo $this->aioFaviconSettings['backendPNG'] ?>" />
87
- <input id="<?php echo AIOFAVICON_SETTINGSNAME ?>-backendPNG_button" class="button aioFaviconUpload" type="button" value="<?php echo htmlspecialchars(__('Upload Favicon',AIOFAVICON_TEXTDOMAIN)) ?>" />
88
- <br /><?php _e('Enter a URL or upload a Favicon.',AIOFAVICON_TEXTDOMAIN) ?>
89
- </td>
90
- </tr>
91
- <tr>
92
- <th scope="row">
93
- <label for="<?php echo AIOFAVICON_SETTINGSNAME ?>-backendGIF"><?php printf(__('%1$s GIF', AIOFAVICON_TEXTDOMAIN), __('Backend', AIOFAVICON_TEXTDOMAIN)); ?>:</label>
94
- </th>
95
- <td>
96
- <input id="<?php echo AIOFAVICON_SETTINGSNAME ?>-backendGIF" class="aioFaviconUrl" type="text" size="50" name="<?php echo AIOFAVICON_SETTINGSNAME ?>[backendGIF]" value="<?php echo $this->aioFaviconSettings['backendGIF'] ?>" />
97
- <input id="<?php echo AIOFAVICON_SETTINGSNAME ?>-backendGIF_button" class="button aioFaviconUpload" type="button" value="<?php echo htmlspecialchars(__('Upload Favicon',AIOFAVICON_TEXTDOMAIN)) ?>" />
98
- <br /><?php _e('Enter a URL or upload a Favicon.',AIOFAVICON_TEXTDOMAIN) ?>
99
- </td>
100
- </tr>
101
- <tr>
102
- <th scope="row">
103
- <label for="<?php echo AIOFAVICON_SETTINGSNAME ?>-backendApple"><?php printf(__('%1$s Apple touch icon', AIOFAVICON_TEXTDOMAIN), __('Backend', AIOFAVICON_TEXTDOMAIN)); ?>:</label>
104
- </th>
105
- <td>
106
- <input id="<?php echo AIOFAVICON_SETTINGSNAME ?>-backendApple" class="aioFaviconUrl" type="text" size="50" name="<?php echo AIOFAVICON_SETTINGSNAME ?>[backendApple]" value="<?php echo $this->aioFaviconSettings['backendApple'] ?>" />
107
- <input id="<?php echo AIOFAVICON_SETTINGSNAME ?>-backendApple_button" class="button aioFaviconUpload" type="button" value="<?php echo htmlspecialchars(__('Upload Favicon',AIOFAVICON_TEXTDOMAIN)) ?>" />
108
- <br /><?php _e('Enter a URL or upload a Favicon.',AIOFAVICON_TEXTDOMAIN) ?>
109
- </td>
110
- </tr>
111
- <tr>
112
- <th scope="row">
113
- <label for="<?php echo AIOFAVICON_SETTINGSNAME ?>-removeLinkFromMetaBox"><?php _e('Remove link from Meta-box', AIOFAVICON_TEXTDOMAIN); ?>:</label>
114
- </th>
115
- <td>
116
- <input type="checkbox" name="<?php echo AIOFAVICON_SETTINGSNAME ?>[removeLinkFromMetaBox]" id="<?php echo AIOFAVICON_SETTINGSNAME ?>-removeLinkFromMetaBox" value="true" <?php echo ($this->aioFaviconSettings['removeLinkFromMetaBox']) ? 'checked="checked"' : '';?>/>
117
- <br/><?php _e('Remove the link to the developers site from the WordPress meta-box.', AIOFAVICON_TEXTDOMAIN); ?>
118
- </td>
119
- </tr>
120
- </table>
121
- <p class="submit">
122
- <input type="hidden" name="action" value="aioFaviconUpdateSettings"/>
123
- <input type="submit" name="aioFaviconUpdateSettings" class="button-primary" value="<?php _e('Save Changes') ?>"/>
124
- </p>
125
- </form>
126
- </div>
127
- </div>
128
- </div>
129
-
130
- <div id="poststuff">
131
- <div id="aio-favicon-delete_settings" class="postbox">
132
- <h3 id="delete_options"><?php _e('Delete Settings', AIOFAVICON_TEXTDOMAIN) ?></h3>
133
-
134
- <div class="inside">
135
- <p><?php _e('Check the box and click this button to delete settings of this plugin.', AIOFAVICON_TEXTDOMAIN); ?></p>
136
-
137
- <form name="delete_settings" method="post" action="admin-post.php">
138
- <?php if (function_exists('wp_nonce_field') === true) wp_nonce_field('aio-favicon-delete_settings-form'); ?>
139
- <p id="submitbutton">
140
- <input type="hidden" name="action" value="aioFaviconDeleteSettings"/>
141
- <input type="submit" name="aioFaviconDeleteSettings" value="<?php _e('Delete Settings', AIOFAVICON_TEXTDOMAIN); ?> &raquo;" class="button-secondary"/>
142
- <input type="checkbox" name="delete_settings-true"/>
143
- </p>
144
- </form>
145
- </div>
146
- </div>
147
- </div>
148
-
149
- <div id="poststuff">
150
- <div id="aio-favicon-tips" class="postbox">
151
- <h3 id="tips"><?php _e('Tips', AIOFAVICON_TEXTDOMAIN) ?></h3>
152
-
153
- <div class="inside">
154
- <table class="form-table">
155
- <tr>
156
- <th scope="row">
157
- <label for="faviconWikipedia"><?php _e('Favicon wikipedia entry', AIOFAVICON_TEXTDOMAIN); ?>:</label>
158
- </th>
159
- <td id="faviconWikipedia">
160
- <?php _e('<a href="http://en.wikipedia.org/wiki/Favicon">Wikipedia</a> offers much information about favicon types and sizes.',AIOFAVICON_TEXTDOMAIN) ?>
161
- </td>
162
- </tr>
163
- <tr>
164
- <th scope="row">
165
- <label for="faviconGenerator"><?php _e('Favicon generator', AIOFAVICON_TEXTDOMAIN); ?>:</label>
166
- </th>
167
- <td id="faviconGenerator">
168
- <?php _e('<a href="http://www.html-kit.com/favicon/">HTML Kit</a> provides a favicon generator that is very easy to use.',AIOFAVICON_TEXTDOMAIN) ?>
169
- </td>
170
- </tr>
171
- <tr>
172
- <th scope="row">
173
- <label for="faviconValidator"><?php _e('Favicon validator', AIOFAVICON_TEXTDOMAIN); ?>:</label>
174
- </th>
175
- <td id="faviconValidator">
176
- <?php _e('<a href="http://www.html-kit.com/favicon/validator">HTML Kit</a> provides a favicon validator that tells you whether your favicon is working and if it is compatible to all browsers.',AIOFAVICON_TEXTDOMAIN) ?>
177
- </td>
178
- </tr>
179
- <tr>
180
- <th scope="row">
181
- <label for="faviconAppleHowto"><?php _e('Apple Touch Icon Howto', AIOFAVICON_TEXTDOMAIN); ?>:</label>
182
- </th>
183
- <td id="faviconAppleHowto">
184
- <?php _e('<a href="http://developer.apple.com/safari/library/documentation/internetweb/conceptual/iPhoneWebAppHIG/MetricsLayout/MetricsLayout.html">Apple</a> provides a howto on how to create a PNG to use as an Apple Touch Icon.',AIOFAVICON_TEXTDOMAIN) ?>
185
- </td>
186
- </tr>
187
- </table>
188
- </div>
189
- </div>
190
- </div>
191
- </div>
192
- <div class="postbox-container" style="width: 29%;">
193
- <div id="poststuff">
194
- <div id="jquery-colorbox-topdonations" class="postbox">
195
- <h3 id="topdonations"><?php _e('Top donations', AIOFAVICON_TEXTDOMAIN) ?></h3>
196
-
197
- <div class="inside">
198
- <?php echo $this->getRemoteContent(AIOFAVICON_TOPDONATEURL); ?>
199
- </div>
200
- </div>
201
- </div>
202
- <div id="poststuff">
203
- <div id="jquery-colorbox-latestdonations" class="postbox">
204
- <h3 id="latestdonations"><?php _e('Latest donations', AIOFAVICON_TEXTDOMAIN) ?></h3>
205
-
206
- <div class="inside">
207
- <?php echo $this->getRemoteContent(AIOFAVICON_LATESTDONATEURL); ?>
208
- </div>
209
- </div>
210
- </div>
211
- <div id="poststuff">
212
- <div id="jquery-colorbox-donate" class="postbox">
213
- <h3 id="donate"><?php _e('Donate', AIOFAVICON_TEXTDOMAIN) ?></h3>
214
-
215
- <div class="inside">
216
- <p>
217
- <?php _e('If you would like to make a small (or large) contribution towards future development please consider making a donation.', AIOFAVICON_TEXTDOMAIN) ?>
218
- </p>
219
- <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
220
- <input type="hidden" name="cmd" value="_xclick" />
221
- <input type="hidden" name="business" value="G75G3Z6PQWXXQ" />
222
- <input type="hidden" name="item_name" value="<?php _e('Techotronic Development Support' , AIOFAVICON_TEXTDOMAIN); ?>" />
223
- <input type="hidden" name="item_number" value="jQuery Colorbox"/>
224
- <input type="hidden" name="no_shipping" value="0"/>
225
- <input type="hidden" name="no_note" value="0"/>
226
- <input type="hidden" name="cn" value="<?php _e("Please enter the URL you'd like me to link to in the donors lists", AIOFAVICON_TEXTDOMAIN); ?>." />
227
- <input type="hidden" name="return" value="<?php $this->getReturnLocation(); ?>" />
228
- <input type="hidden" name="cbt" value="<?php _e('Return to Your Dashboard' , AIOFAVICON_TEXTDOMAIN); ?>" />
229
- <input type="hidden" name="currency_code" value="USD"/>
230
- <input type="hidden" name="lc" value="US"/>
231
- <input type="hidden" name="bn" value="PP-DonationsBF"/>
232
- <label for="preset-amounts"><?php _e('Select Preset Amount', AIOFAVICON_TEXTDOMAIN); echo ": "; ?></label>
233
- <select name="amount" id="preset-amounts">
234
- <option value="10">10</option>
235
- <option value="20" selected>20</option>
236
- <option value="30">30</option>
237
- <option value="40">40</option>
238
- <option value="50">50</option>
239
- <option value="100">100</option>
240
- </select><span><?php _e('USD',AIOFAVICON_TEXTDOMAIN) ?></span>
241
- <br /><br /><?php _e('Or', AIOFAVICON_TEXTDOMAIN); ?><br /><br />
242
- <label for="custom-amounts"><?php _e('Enter Custom Amount', AIOFAVICON_TEXTDOMAIN); echo ": "; ?></label>
243
- <input type="text" name="amount" size="4" id="custom-amounts"/>
244
- <span><?php _e('USD',AIOFAVICON_TEXTDOMAIN) ?></span>
245
- <br /><br />
246
- <input type="submit" value="<?php _e('Submit',AIOFAVICON_TEXTDOMAIN) ?>" class="button-secondary"/>
247
- </form>
248
- </div>
249
- </div>
250
- </div>
251
- <div id="poststuff">
252
- <div id="jquery-colorbox-translation" class="postbox">
253
- <h3 id="translation"><?php _e('Translation', AIOFAVICON_TEXTDOMAIN) ?></h3>
254
-
255
- <div class="inside">
256
- <p><?php _e('The english translation was done by <a href="http://www.techotronic.de">Arne Franken</a>.', AIOFAVICON_TEXTDOMAIN); ?></p>
257
- </div>
258
- </div>
259
- </div>
260
- </div>
261
- </div>
262
- <div class="clear">
263
- <p>
264
- <br/>&copy; Copyright 2010 - <?php echo date("Y"); ?> <a href="http://www.techotronic.de">Arne Franken</a>
265
- </p>
266
- </div>
267
-
268
  </div>
6
  * @since 1.0
7
  * @author Arne Franken
8
  *
9
+ * HTML for settings page
10
  */
11
  ?>
12
  <div class="wrap">
13
+ <div>
14
  <?php screen_icon(); ?>
15
  <h2><?php echo AIOFAVICON_NAME . ' ' . __('Settings', AIOFAVICON_TEXTDOMAIN); ?></h2>
16
  <br class="clear"/>
17
 
18
  <?php settings_fields(AIOFAVICON_SETTINGSNAME); ?>
19
+ <?php
20
+ require_once 'settings-page/sp-left-column.php';
21
+ require_once 'settings-page/sp-right-column.php';
22
+ ?>
23
+ </div>
24
+ <?php
25
+ require_once 'settings-page/sp-footer.php';
26
+ ?>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
27
  </div>
includes/settings-page/sp-delete-settings.php ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @package Techotronic
4
+ * @subpackage All in one Favicon
5
+ *
6
+ * @since 4.0
7
+ * @author Arne Franken
8
+ *
9
+ * Delete Settings for settings page
10
+ */
11
+ ?>
12
+ <div id="poststuff">
13
+ <div id="aio-favicon-delete_settings" class="postbox">
14
+ <h3 id="delete_options"><?php _e('Delete Settings', AIOFAVICON_TEXTDOMAIN) ?></h3>
15
+
16
+ <div class="inside">
17
+ <p><?php _e('Check the box and click this button to delete settings of this plugin.', AIOFAVICON_TEXTDOMAIN); ?></p>
18
+
19
+ <form name="delete_settings" method="post" action="admin-post.php">
20
+ <?php if (function_exists('wp_nonce_field') === true) wp_nonce_field('aio-favicon-delete_settings-form'); ?>
21
+ <p id="submitbutton">
22
+ <input type="hidden" name="action" value="aioFaviconDeleteSettings"/>
23
+ <input type="submit" name="aioFaviconDeleteSettings" value="<?php _e('Delete Settings', AIOFAVICON_TEXTDOMAIN); ?> &raquo;" class="button-secondary"/>
24
+ <input type="checkbox" name="delete_settings-true"/>
25
+ </p>
26
+ </form>
27
+ </div>
28
+ </div>
29
+ </div>
includes/settings-page/sp-donate-box.php ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @package Techotronic
4
+ * @subpackage All in one Favicon
5
+ *
6
+ * @since 4.0
7
+ * @author Arne Franken
8
+ *
9
+ * Donate-Box for settings page
10
+ */
11
+ ?>
12
+ <div id="poststuff">
13
+ <div id="aio-favicon-donate" class="postbox">
14
+ <h3 id="donate"><?php _e('Donate', AIOFAVICON_TEXTDOMAIN) ?></h3>
15
+
16
+ <div class="inside">
17
+ <p>
18
+ <?php _e('If you would like to make a small (or large) contribution towards future development please consider making a donation.', AIOFAVICON_TEXTDOMAIN) ?>
19
+ </p>
20
+
21
+ <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
22
+ <input type="hidden" name="cmd" value="_xclick"/>
23
+ <input type="hidden" name="business" value="G75G3Z6PQWXXQ"/>
24
+ <input type="hidden" name="item_name" value="<?php _e('Techotronic Development Support', AIOFAVICON_TEXTDOMAIN); ?>"/>
25
+ <input type="hidden" name="item_number" value="<?php echo AIOFAVICON_NAME ?>"/>
26
+ <input type="hidden" name="no_shipping" value="0"/>
27
+ <input type="hidden" name="no_note" value="0"/>
28
+ <input type="hidden" name="cn" value="<?php _e("Please enter the URL you'd like me to link to in the donors lists", AIOFAVICON_TEXTDOMAIN); ?>."/>
29
+ <input type="hidden" name="return" value="<?php $this->getReturnLocation(); ?>"/>
30
+ <input type="hidden" name="cbt" value="<?php _e('Return to Your Dashboard', AIOFAVICON_TEXTDOMAIN); ?>"/>
31
+ <input type="hidden" name="currency_code" value="USD"/>
32
+ <input type="hidden" name="lc" value="US"/>
33
+ <input type="hidden" name="bn" value="PP-DonationsBF"/>
34
+ <label for="preset-amounts"><?php _e('Select Preset Amount', AIOFAVICON_TEXTDOMAIN); echo ": "; ?></label>
35
+ <select name="amount" id="preset-amounts">
36
+ <option value="10">10</option>
37
+ <option value="20" selected>20</option>
38
+ <option value="30">30</option>
39
+ <option value="40">40</option>
40
+ <option value="50">50</option>
41
+ <option value="100">100</option>
42
+ </select><span><?php _e('USD', AIOFAVICON_TEXTDOMAIN) ?></span>
43
+ <br/><br/><?php _e('Or', AIOFAVICON_TEXTDOMAIN); ?><br/><br/>
44
+ <label for="custom-amounts"><?php _e('Enter Custom Amount', AIOFAVICON_TEXTDOMAIN); echo ": "; ?></label>
45
+ <input type="text" name="amount" size="4" id="custom-amounts"/>
46
+ <span><?php _e('USD', AIOFAVICON_TEXTDOMAIN) ?></span>
47
+ <br/><br/>
48
+ <input type="submit" value="<?php _e('Submit', AIOFAVICON_TEXTDOMAIN) ?>" class="button-secondary"/>
49
+ </form>
50
+ </div>
51
+ </div>
52
+ </div>
includes/settings-page/sp-donations.php ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @package Techotronic
4
+ * @subpackage All in one Favicon
5
+ *
6
+ * @since 4.0
7
+ * @author Arne Franken
8
+ *
9
+ * Donations for settings page
10
+ */
11
+ ?>
12
+ <div id="poststuff">
13
+ <div id="aio-favicon-topdonations" class="postbox">
14
+ <h3><?php _e('Top donations', AIOFAVICON_TEXTDOMAIN) ?></h3>
15
+
16
+ <div class="inside">
17
+ <div id="Topdonations">
18
+ <div id="Toploader" align="center"><img src="<?php echo AIOFAVICON_PLUGIN_URL ?>/images/ajax-loader.gif" alt="loading"/></div>
19
+ <div id="Topdonationslist" style="display: none;"></div>
20
+ <div id="Toperror" style="display: none;"><p><?php _e('Thank you for your donation.', AIOFAVICON_TEXTDOMAIN) ?></p></div>
21
+ </div>
22
+ </div>
23
+ </div>
24
+ </div>
25
+ <div id="poststuff">
26
+ <div id="aio-favicon-latestdonations" class="postbox">
27
+ <h3><?php _e('Latest donations', AIOFAVICON_TEXTDOMAIN) ?></h3>
28
+
29
+ <div class="inside">
30
+ <div id="Latestdonations">
31
+ <div id="Latestloader" align="center"><img src="<?php echo AIOFAVICON_PLUGIN_URL ?>/images/ajax-loader.gif" alt="loading"/></div>
32
+ <div id="Latestdonationslist" style="display: none;"></div>
33
+ <div id="Latesterror" style="display: none;"><p><?php _e('Thank you for your donation.', AIOFAVICON_TEXTDOMAIN) ?></p></div>
34
+ </div>
35
+ </div>
36
+ </div>
37
+ </div>
includes/settings-page/sp-footer.php ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @package Techotronic
4
+ * @subpackage All in one Favicon
5
+ *
6
+ * @since 4.0
7
+ * @author Arne Franken
8
+ *
9
+ * Footer for settings page
10
+ */
11
+ ?>
12
+ <div class="clear">
13
+ <p>
14
+ <br/>&copy; Copyright 2010 - <?php echo date("Y"); ?> <a href="http://www.techotronic.de" target="_blank">Arne Franken</a>
15
+ </p>
16
+ </div>
includes/settings-page/sp-left-column.php ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @package Techotronic
4
+ * @subpackage All in one Favicon
5
+ *
6
+ * @since 4.0
7
+ * @author Arne Franken
8
+ *
9
+ * Left column for settings page
10
+ */
11
+ ?>
12
+ <div class="postbox-container" style="width: 69%;">
13
+ <div id="poststuff">
14
+ <?php
15
+ require_once 'sp-plugin-settings.php';
16
+ ?>
17
+ </div>
18
+ <?php
19
+ require_once 'sp-tipps-box.php';
20
+ require_once 'sp-delete-settings.php';
21
+ ?>
22
+ </div>
includes/settings-page/sp-plugin-settings.php ADDED
@@ -0,0 +1,169 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @package Techotronic
4
+ * @subpackage All in one Favicon
5
+ *
6
+ * @since 4.0
7
+ * @author Arne Franken
8
+ *
9
+ * Plugin Settings for settings page
10
+ */
11
+ ?>
12
+ <div id="aio-favicon-settings" class="postbox">
13
+ <h3 id="settings"><?php _e('Settings', AIOFAVICON_TEXTDOMAIN); ?></h3>
14
+
15
+ <div class="inside">
16
+ <form name="aio-favicon-settings-update" enctype="multipart/form-data" method="post" action="admin-post.php">
17
+ <?php if (function_exists('wp_nonce_field') === true) wp_nonce_field('aio-favicon-settings-form'); ?>
18
+
19
+ <table class="form-table">
20
+ <tr>
21
+ <th scope="row">
22
+ <label for="<?php echo AIOFAVICON_SETTINGSNAME ?>-frontendICO"><?php printf(__('%1$s ICO', AIOFAVICON_TEXTDOMAIN), __('Frontend', AIOFAVICON_TEXTDOMAIN)); ?>:</label>
23
+ </th>
24
+ <td width="32">
25
+ <div id="frontendICO-favicon"></div>
26
+ </td>
27
+ <td>
28
+ <input id="<?php echo AIOFAVICON_SETTINGSNAME ?>-frontendICO" type="file" size="50" maxlength="100000" accept="text/*" name="frontendICO" value="<?php echo $this->aioFaviconSettings['frontendICO'] ?>" src="<?php echo $this->aioFaviconSettings['frontendICO'] ?>"/>
29
+ <br />
30
+ <?php echo $this->aioFaviconSettings['frontendICO'] ?>
31
+ <br />
32
+ <input type="checkbox" name="delete-frontendICO"/><?php _e('Check box to delete favicon.',AIOFAVICON_TEXTDOMAIN) ?>
33
+ </td>
34
+ </tr>
35
+ <tr>
36
+ <th scope="row">
37
+ <label for="<?php echo AIOFAVICON_SETTINGSNAME ?>-frontendPNG"><?php printf(__('%1$s PNG', AIOFAVICON_TEXTDOMAIN), __('Frontend', AIOFAVICON_TEXTDOMAIN)); ?>:</label>
38
+ </th>
39
+ <td width="32">
40
+ <div id="frontendPNG-favicon"></div>
41
+ </td>
42
+ <td>
43
+ <input id="<?php echo AIOFAVICON_SETTINGSNAME ?>-frontendPNG" type="file" size="50" maxlength="100000" accept="text/*" name="frontendPNG" value="<?php echo $this->aioFaviconSettings['frontendPNG'] ?>"/>
44
+ <br />
45
+ <?php echo $this->aioFaviconSettings['frontendPNG'] ?>
46
+ <br />
47
+ <input type="checkbox" name="delete-frontendPNG"/><?php _e('Check box to delete favicon.',AIOFAVICON_TEXTDOMAIN) ?>
48
+ </td>
49
+ </tr>
50
+ <tr>
51
+ <th scope="row">
52
+ <label for="<?php echo AIOFAVICON_SETTINGSNAME ?>-frontendGIF"><?php printf(__('%1$s GIF', AIOFAVICON_TEXTDOMAIN), __('Frontend', AIOFAVICON_TEXTDOMAIN)); ?>:</label>
53
+ </th>
54
+ <td width="32">
55
+ <div id="frontendGIF-favicon"></div>
56
+ </td>
57
+ <td>
58
+ <input id="<?php echo AIOFAVICON_SETTINGSNAME ?>-frontendGIF" type="file" size="50" maxlength="100000" accept="text/*" name="frontendGIF" value="<?php echo $this->aioFaviconSettings['frontendGIF'] ?>"/>
59
+ <br />
60
+ <?php echo $this->aioFaviconSettings['frontendGIF'] ?>
61
+ <br />
62
+ <input type="checkbox" name="delete-frontendGIF"/><?php _e('Check box to delete favicon.',AIOFAVICON_TEXTDOMAIN) ?>
63
+ </td>
64
+ </tr>
65
+ <tr>
66
+ <th scope="row">
67
+ <label for="<?php echo AIOFAVICON_SETTINGSNAME ?>-frontendApple"><?php printf(__('%1$s Apple Touch Icon', AIOFAVICON_TEXTDOMAIN), __('Frontend', AIOFAVICON_TEXTDOMAIN)); ?>:</label>
68
+ </th>
69
+ <td width="32">
70
+ <div id="frontendApple-favicon"></div>
71
+ </td>
72
+ <td>
73
+ <input id="<?php echo AIOFAVICON_SETTINGSNAME ?>-frontendApple" type="file" size="50" maxlength="100000" accept="text/*" name="frontendApple" value="<?php echo $this->aioFaviconSettings['frontendApple'] ?>"/>
74
+ <br />
75
+ <?php echo $this->aioFaviconSettings['frontendApple'] ?>
76
+ <br />
77
+ <input type="checkbox" name="delete-frontendApple"/><?php _e('Check box to delete favicon.',AIOFAVICON_TEXTDOMAIN) ?>
78
+ </td>
79
+ </tr>
80
+ <tr>
81
+ <th scope="row">
82
+ <label for="<?php echo AIOFAVICON_SETTINGSNAME ?>-backendICO"><?php printf(__('%1$s ICO', AIOFAVICON_TEXTDOMAIN), __('Backend', AIOFAVICON_TEXTDOMAIN)); ?>:</label>
83
+ </th>
84
+ <td width="32">
85
+ <div id="backendICO-favicon"></div>
86
+ </td>
87
+ <td>
88
+ <input id="<?php echo AIOFAVICON_SETTINGSNAME ?>-backendICO" type="file" size="50" maxlength="100000" accept="text/*" name="backendICO" value="<?php echo $this->aioFaviconSettings['backendICO'] ?>"/>
89
+ <br />
90
+ <?php echo $this->aioFaviconSettings['backendICO'] ?>
91
+ <br />
92
+ <input type="checkbox" name="delete-backendICO"/><?php _e('Check box to delete favicon.',AIOFAVICON_TEXTDOMAIN) ?>
93
+ </td>
94
+ </tr>
95
+ <tr>
96
+ <th scope="row">
97
+ <label for="<?php echo AIOFAVICON_SETTINGSNAME ?>-backendPNG"><?php printf(__('%1$s PNG', AIOFAVICON_TEXTDOMAIN), __('Backend', AIOFAVICON_TEXTDOMAIN)); ?>:</label>
98
+ </th>
99
+ <td width="32">
100
+ <div id="backendPNG-favicon"></div>
101
+ </td>
102
+ <td>
103
+ <input id="<?php echo AIOFAVICON_SETTINGSNAME ?>-backendPNG" type="file" size="50" maxlength="100000" accept="text/*" name="backendPNG" value="<?php echo $this->aioFaviconSettings['backendPNG'] ?>"/>
104
+ <br />
105
+ <?php echo $this->aioFaviconSettings['backendPNG'] ?>
106
+ <br />
107
+ <input type="checkbox" name="delete-backendPNG"/><?php _e('Check box to delete favicon.',AIOFAVICON_TEXTDOMAIN) ?>
108
+ </td>
109
+ </tr>
110
+ <tr>
111
+ <th scope="row">
112
+ <label for="<?php echo AIOFAVICON_SETTINGSNAME ?>-backendGIF"><?php printf(__('%1$s GIF', AIOFAVICON_TEXTDOMAIN), __('Backend', AIOFAVICON_TEXTDOMAIN)); ?>:</label>
113
+ </th>
114
+ <td width="32">
115
+ <div id="backendGIF-favicon"></div>
116
+ </td>
117
+ <td>
118
+ <input id="<?php echo AIOFAVICON_SETTINGSNAME ?>-backendGIF" type="file" size="50" maxlength="100000" accept="text/*" name="backendGIF" value="<?php echo $this->aioFaviconSettings['backendGIF'] ?>"/>
119
+ <br />
120
+ <?php echo $this->aioFaviconSettings['backendGIF'] ?>
121
+ <br />
122
+ <input type="checkbox" name="delete-backendGIF"/><?php _e('Check box to delete favicon.',AIOFAVICON_TEXTDOMAIN) ?>
123
+ </td>
124
+ </tr>
125
+ <tr>
126
+ <th scope="row">
127
+ <label for="<?php echo AIOFAVICON_SETTINGSNAME ?>-backendApple"><?php printf(__('%1$s Apple Touch Icon', AIOFAVICON_TEXTDOMAIN), __('Backend', AIOFAVICON_TEXTDOMAIN)); ?>:</label>
128
+ </th>
129
+ <td width="32">
130
+ <div id="backendApple-favicon"></div>
131
+ </td>
132
+ <td>
133
+ <input id="<?php echo AIOFAVICON_SETTINGSNAME ?>-backendApple" type="file" size="50" maxlength="100000" accept="text/*" name="backendApple" value="<?php echo $this->aioFaviconSettings['backendApple'] ?>"/>
134
+ <br />
135
+ <?php echo $this->aioFaviconSettings['backendApple'] ?>
136
+ <br />
137
+ <input type="checkbox" name="delete-backendApple"/><?php _e('Check box to delete favicon.',AIOFAVICON_TEXTDOMAIN) ?>
138
+ </td>
139
+ </tr>
140
+ <tr>
141
+ <th scope="row">
142
+ <label for="<?php echo AIOFAVICON_SETTINGSNAME ?>-removeReflectiveShine"><?php _e('Don\'t add reflective shine', AIOFAVICON_TEXTDOMAIN); ?>:</label>
143
+ </th>
144
+ <td width="32"></td>
145
+ <td>
146
+ <input type="checkbox" name="<?php echo AIOFAVICON_SETTINGSNAME ?>[removeReflectiveShine]" id="<?php echo AIOFAVICON_SETTINGSNAME ?>-removeReflectiveShine" value="true" <?php echo ($this->aioFaviconSettings['removeReflectiveShine'])
147
+ ? 'checked="checked"' : '';?>/>
148
+ <br/><?php _e('Don\'t add reflective shine to Apple Touch Icon', AIOFAVICON_TEXTDOMAIN); ?>
149
+ </td>
150
+ </tr>
151
+ <tr>
152
+ <th scope="row">
153
+ <label for="<?php echo AIOFAVICON_SETTINGSNAME ?>-removeLinkFromMetaBox"><?php _e('Remove link from Meta-box', AIOFAVICON_TEXTDOMAIN); ?>:</label>
154
+ </th>
155
+ <td width="32"></td>
156
+ <td>
157
+ <input type="checkbox" name="<?php echo AIOFAVICON_SETTINGSNAME ?>[removeLinkFromMetaBox]" id="<?php echo AIOFAVICON_SETTINGSNAME ?>-removeLinkFromMetaBox" value="true" <?php echo ($this->aioFaviconSettings['removeLinkFromMetaBox'])
158
+ ? 'checked="checked"' : '';?>/>
159
+ <br/><?php _e('Remove the link to the developers site from the WordPress meta-box.', AIOFAVICON_TEXTDOMAIN); ?>
160
+ </td>
161
+ </tr>
162
+ </table>
163
+ <p class="submit">
164
+ <input type="hidden" name="action" value="aioFaviconUpdateSettings"/>
165
+ <input type="submit" name="aioFaviconUpdateSettings" class="button-primary" value="<?php _e('Save Changes') ?>"/>
166
+ </p>
167
+ </form>
168
+ </div>
169
+ </div>
includes/settings-page/sp-right-column.php ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @package Techotronic
4
+ * @subpackage All in one Favicon
5
+ *
6
+ * @since 4.0
7
+ * @author Arne Franken
8
+ *
9
+ * Right column for settings page
10
+ */
11
+ ?>
12
+ <div class="postbox-container" style="width: 29%;">
13
+ <?php
14
+ require_once 'sp-donations.php';
15
+ require_once 'sp-donate-box.php';
16
+ require_once 'sp-translation.php';
17
+ ?>
18
+ </div>
includes/settings-page/sp-tipps-box.php ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @package Techotronic
4
+ * @subpackage All in one Favicon
5
+ *
6
+ * @since 4.0
7
+ * @author Arne Franken
8
+ *
9
+ * Tipps box for settings page
10
+ */
11
+ ?>
12
+ <div id="poststuff">
13
+ <div id="aio-favicon-tips" class="postbox">
14
+ <h3 id="tips"><?php _e('Tips', AIOFAVICON_TEXTDOMAIN) ?></h3>
15
+
16
+ <div class="inside">
17
+ <table class="form-table">
18
+ <tr>
19
+ <th scope="row">
20
+ <label for="faviconWikipedia"><?php _e('Favicon wikipedia entry', AIOFAVICON_TEXTDOMAIN); ?>:</label>
21
+ </th>
22
+ <td id="faviconWikipedia">
23
+ <?php _e('<a href="http://en.wikipedia.org/wiki/Favicon" target="_blank">Wikipedia</a> offers much information about favicon types and sizes.', AIOFAVICON_TEXTDOMAIN) ?>
24
+ </td>
25
+ </tr>
26
+ <tr>
27
+ <th scope="row">
28
+ <label for="faviconGenerator"><?php _e('Favicon generator', AIOFAVICON_TEXTDOMAIN); ?>:</label>
29
+ </th>
30
+ <td id="faviconGenerator">
31
+ <?php _e('<a href="http://www.html-kit.com/favicon/" target="_blank">HTML Kit</a> provides a favicon generator that is very easy to use.', AIOFAVICON_TEXTDOMAIN) ?>
32
+ </td>
33
+ </tr>
34
+ <tr>
35
+ <th scope="row">
36
+ <label for="faviconCCGenerator"><?php _e('Favicon CC editor', AIOFAVICON_TEXTDOMAIN); ?>:</label>
37
+ </th>
38
+ <td id="faviconCCGenerator">
39
+ <?php _e('<a href="http://www.favicon.cc/" target="_blank">Favicon CC</a> provides a favicon editor that is very easy to use.', AIOFAVICON_TEXTDOMAIN) ?>
40
+ </td>
41
+ </tr>
42
+ <tr>
43
+ <th scope="row">
44
+ <label for="faviconValidator"><?php _e('Favicon validator', AIOFAVICON_TEXTDOMAIN); ?>:</label>
45
+ </th>
46
+ <td id="faviconValidator">
47
+ <?php _e('<a href="http://www.html-kit.com/favicon/validator" target="_blank">HTML Kit</a> provides a favicon validator that tells you whether your favicon is working and if it is compatible to all browsers.', AIOFAVICON_TEXTDOMAIN) ?>
48
+ </td>
49
+ </tr>
50
+ <tr>
51
+ <th scope="row">
52
+ <label for="faviconAppleHowto"><?php _e('Apple Touch Icon Howto', AIOFAVICON_TEXTDOMAIN); ?>:</label>
53
+ </th>
54
+ <td id="faviconAppleHowto">
55
+ <?php _e('<a href="http://developer.apple.com/library/safari/#documentation/appleapplications/reference/safariwebcontent/ConfiguringWebApplications/ConfiguringWebApplications.html" target="_blank">Apple</a> provides a howto on how to create a PNG to use as an Apple Touch Icon.', AIOFAVICON_TEXTDOMAIN) ?>
56
+ </td>
57
+ </tr>
58
+ </table>
59
+ </div>
60
+ </div>
61
+ </div>
includes/settings-page/sp-translation.php ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @package Techotronic
4
+ * @subpackage All in one Favicon
5
+ *
6
+ * @since 4.0
7
+ * @author Arne Franken
8
+ *
9
+ * Translation for settings page
10
+ */
11
+ ?>
12
+ <div id="poststuff">
13
+ <div id="aio-favicon-translation" class="postbox">
14
+ <h3 id="translation"><?php _e('Translation', AIOFAVICON_TEXTDOMAIN) ?></h3>
15
+
16
+ <div class="inside">
17
+ <p><?php _e('The english translation was done by <a href="http://www.techotronic.de" target="_blank">Arne Franken</a>.', AIOFAVICON_TEXTDOMAIN); ?></p>
18
+ </div>
19
+ </div>
20
+ </div>
js/aiofavicon-min.js ADDED
@@ -0,0 +1 @@
 
1
+ jQuery(document).ready(function(){faviconLoader()});(function(a){faviconLoader=function(){a.each(Aiofavicon,function(c,d){var e='<img src="'+d+'" />';var b="#"+c+"-favicon";a(b).empty().html(e).fadeIn()})}})(jQuery);
js/aiofavicon.js ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /**
2
+ * @package Techotronic
3
+ * @subpackage All in one Favicon
4
+ *
5
+ * @since 3.2
6
+ * @author Arne Franken
7
+ *
8
+ * AioFavicon Javascript
9
+ */
10
+
11
+ /**
12
+ * call favicon loader on page load.
13
+ */
14
+ jQuery(document).ready(function() {
15
+ faviconLoader();
16
+ });
17
+
18
+ /**
19
+ * faviconLoader
20
+ *
21
+ * load all uploaded favicons
22
+ */
23
+ (function(jQuery) {
24
+ faviconLoader = function() {
25
+ jQuery.each(Aiofavicon, function(key, value) {
26
+ var $imgTag = "<img src=\"" + value + "\" />";
27
+ var selector = "#"+key+"-favicon";
28
+ jQuery(selector).empty().html($imgTag).fadeIn();
29
+ });
30
+ }
31
+ })(jQuery);
32
+
33
+ // faviconLoader()
js/backend-min.js DELETED
@@ -1 +0,0 @@
1
- jQuery(document).ready(function(a){a("td").each(function(d,e){var c;var b;$nestedElement=a(e).children("input.aioFaviconUpload");$nestedElement.click(function(){$textInput=a(this).siblings(".aioFaviconUrl");textInputId=$textInput.attr("id");tb_show("","media-upload.php?type=image&TB_iframe=true");return false})});window.send_to_editor=function(b){imgurl=jQuery("img",b).attr("src");$test=jQuery("#aio-favicon_settings-backendGIF").val();$textvalBefore=jQuery("input#"+textInputId).val();jQuery("input#"+textInputId).val(imgurl);$textvalAfter=jQuery("input#"+textInputId).val();$a="asdf";tb_remove()}});
 
js/backend.js DELETED
@@ -1,28 +0,0 @@
1
- /*
2
- * @package Techotronic
3
- * @subpackage All In One Favicon
4
- *
5
- * @since 1.0
6
- * @author Arne Franken
7
- *
8
- */
9
- jQuery(document).ready(function($) {
10
-
11
- $("td").each(function(index, obj) {
12
- var $buttonId;
13
- var $textId;
14
- $nestedElement = $(obj).children("input.aioFaviconUpload");
15
- $nestedElement.click(function(){
16
- $textInput = $(this).siblings(".aioFaviconUrl");
17
- textInputId = $textInput.attr("id");
18
- tb_show('',"media-upload.php?type=image&TB_iframe=true");
19
- return false;
20
- });
21
- });
22
-
23
- window.send_to_editor = function(html) {
24
- imgurl = jQuery('img',html).attr('src');
25
- jQuery("input"+"#"+textInputId).val(imgurl);
26
- tb_remove();
27
- }
28
- });
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
js/donation-min.js ADDED
@@ -0,0 +1 @@
 
1
+ jQuery(document).ready(function(){loadTopDonations();loadLatestDonations()});(function(a){loadTopDonations=function(){loadDonations("Top")}})(jQuery);(function(a){loadLatestDonations=function(){loadDonations("Latest")}})(jQuery);(function(a){loadDonations=function(b){var d="#"+b+"donationslist";var f="#"+b+"loader";var c="#"+b+"error";var e="load-AIOFavicon"+b+"Donations";a.post(Donation.ajaxurl,{action:e,pluginName:Donation.pluginName,type:b},function(g){if(g!==""){a(f).hide("slow");a(d).empty().html(g).show("slow")}else{a(f).hide("slow");a(c).show("slow")}},"html")}})(jQuery);
js/donation.js ADDED
@@ -0,0 +1,78 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /**
2
+ * @package Techotronic
3
+ * @subpackage Donationloader
4
+ *
5
+ * @since 1.0
6
+ * @author Arne Franken
7
+ *
8
+ * DonationLoader Javascript
9
+ */
10
+
11
+ /**
12
+ * call donation loader on page load.
13
+ */
14
+ jQuery(document).ready(function() {
15
+ loadTopDonations();
16
+ loadLatestDonations();
17
+ });
18
+
19
+ /**
20
+ * loadTopDonations
21
+ */
22
+ (function(jQuery) {
23
+ loadTopDonations = function() {
24
+ loadDonations('Top');
25
+ }
26
+ })(jQuery);
27
+
28
+ // loadTopDonations()
29
+
30
+ /**
31
+ * loadLatestDonations
32
+ */
33
+ (function(jQuery) {
34
+ loadLatestDonations = function() {
35
+ loadDonations('Latest');
36
+ }
37
+ })(jQuery);
38
+
39
+ // loadLatestDonations()
40
+
41
+ /**
42
+ * loadDonations
43
+ *
44
+ * actually load donations
45
+ */
46
+ (function(jQuery) {
47
+ loadDonations = function($type) {
48
+ var listDivId = '#' + $type + 'donationslist';
49
+ var loaderDivId = '#' + $type +'loader';
50
+ var errorDivId = '#' + $type + 'error';
51
+ var action = 'load-AIOFavicon' + $type + 'Donations';
52
+ jQuery.post(
53
+ Donation.ajaxurl,
54
+ {
55
+ // here we declare the parameters to send along with the request
56
+ // this means the following action hooks will be fired:
57
+ // wp_ajax_nopriv_action and wp_ajax_action
58
+ action : action,
59
+
60
+ // other parameters can be added along with "action"
61
+ pluginName : Donation.pluginName,
62
+ type: $type
63
+ },
64
+ function( response ) {
65
+
66
+ if(response!=='') {
67
+ jQuery(loaderDivId).hide('slow');
68
+ jQuery(listDivId).empty().html(response).show('slow');
69
+ } else {
70
+ jQuery(loaderDivId).hide('slow');
71
+ jQuery(errorDivId).show('slow');
72
+ }
73
+ },"html"
74
+ );
75
+ }
76
+ })(jQuery);
77
+
78
+ // loadDonations()
localization/aio-favicon-cs_CZ.mo ADDED
Binary file
localization/aio-favicon-cs_CZ.po ADDED
@@ -0,0 +1,238 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: All In One Favicon\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-03-15 00:33+0100\n"
6
+ "PO-Revision-Date: 2012-03-15 00:33+0100\n"
7
+ "Last-Translator: \n"
8
+ "Language-Team: Techotronic <blog@techotronic.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-Poedit-KeywordsList: __;_e\n"
13
+ "X-Poedit-Basepath: ..\n"
14
+ "X-Poedit-Language: English\n"
15
+ "X-Poedit-Country: UNITED KINGDOM\n"
16
+ "X-Poedit-SourceCharset: utf-8\n"
17
+ "X-Poedit-SearchPath-0: .\n"
18
+
19
+ #: all-in-one-favicon.php:37
20
+ msgid "All in one Favicon"
21
+ msgstr ""
22
+
23
+ #: includes/aio-favicon-backend.php:158
24
+ #: includes/settings-page.php:15
25
+ #: includes/settings-page/sp-plugin-settings.php:13
26
+ msgid "Settings"
27
+ msgstr "Nastavení"
28
+
29
+ #: includes/aio-favicon-backend.php:183
30
+ #, php-format
31
+ msgid "Successfully updated %1$s settings."
32
+ msgstr "Změny provedené v pluginu %1$s byly úspěšně uloženy."
33
+
34
+ #: includes/aio-favicon-backend.php:185
35
+ #, php-format
36
+ msgid "%1$s settings were successfully deleted."
37
+ msgstr "Nastavení pluginu %1$s bylo úspěšně odstraněno."
38
+
39
+ #: includes/aio-favicon-backend.php:209
40
+ msgid "Did not update settings, you do not have the necessary rights."
41
+ msgstr "Nemůžete aktualizovat nastavení, nemáte na to potřebná práva."
42
+
43
+ #: includes/aio-favicon-backend.php:270
44
+ #, php-format
45
+ msgid "Did not delete %1$s settings. Either you dont have the nececssary rights or you didnt check the checkbox."
46
+ msgstr "Nastavení pluginu %1$s nemohlo být odstraněno. Buď nemáte potřebná práva, nebo jste nezaškrtly zaškrtávací políčko."
47
+
48
+ #: includes/aio-favicon-frontend.php:96
49
+ msgid "Using"
50
+ msgstr "Použití"
51
+
52
+ #: includes/settings-page/sp-delete-settings.php:14
53
+ #: includes/settings-page/sp-delete-settings.php:23
54
+ msgid "Delete Settings"
55
+ msgstr "Odstranit nastavení"
56
+
57
+ #: includes/settings-page/sp-delete-settings.php:17
58
+ msgid "Check the box and click this button to delete settings of this plugin."
59
+ msgstr "Zaškrtněte zaškrtávací políčko a klikněte na toto tlačítko pro odstranění nastavení tohoto pluginu."
60
+
61
+ #: includes/settings-page/sp-donate-box.php:14
62
+ msgid "Donate"
63
+ msgstr "Příspět na rozvoj pluginu"
64
+
65
+ #: includes/settings-page/sp-donate-box.php:18
66
+ msgid "If you would like to make a small (or large) contribution towards future development please consider making a donation."
67
+ msgstr "Pokud se vám tento plugin líbí, zvažte příspěvek ( malý či velký ) na jeho rozvoj."
68
+
69
+ #: includes/settings-page/sp-donate-box.php:24
70
+ msgid "Techotronic Development Support"
71
+ msgstr "Technotronic podpora"
72
+
73
+ #: includes/settings-page/sp-donate-box.php:28
74
+ msgid "Please enter the URL you'd like me to link to in the donors lists"
75
+ msgstr "Prosím zadejte URL, kterou chcete mít spojenou se svým jménem v seznamu příspěvatelů na rozvoj"
76
+
77
+ #: includes/settings-page/sp-donate-box.php:30
78
+ msgid "Return to Your Dashboard"
79
+ msgstr "Vrátit se na nástěnku vašeho blogu/webu"
80
+
81
+ #: includes/settings-page/sp-donate-box.php:34
82
+ msgid "Select Preset Amount"
83
+ msgstr "Vybrat předpřipravené množství"
84
+
85
+ #: includes/settings-page/sp-donate-box.php:42
86
+ #: includes/settings-page/sp-donate-box.php:46
87
+ msgid "USD"
88
+ msgstr "USD (Dolar)"
89
+
90
+ #: includes/settings-page/sp-donate-box.php:43
91
+ msgid "Or"
92
+ msgstr "Nebo"
93
+
94
+ #: includes/settings-page/sp-donate-box.php:44
95
+ msgid "Enter Custom Amount"
96
+ msgstr "Zadejte vlastní množství"
97
+
98
+ #: includes/settings-page/sp-donate-box.php:48
99
+ msgid "Submit"
100
+ msgstr "Odeslat"
101
+
102
+ #: includes/settings-page/sp-donations.php:14
103
+ msgid "Top donations"
104
+ msgstr "Nejvyšší příspěvky"
105
+
106
+ #: includes/settings-page/sp-donations.php:20
107
+ #: includes/settings-page/sp-donations.php:33
108
+ msgid "Thank you for your donation."
109
+ msgstr ""
110
+
111
+ #: includes/settings-page/sp-donations.php:27
112
+ msgid "Latest donations"
113
+ msgstr "Poslední příspěvky"
114
+
115
+ #: includes/settings-page/sp-plugin-settings.php:22
116
+ #: includes/settings-page/sp-plugin-settings.php:82
117
+ #, php-format
118
+ msgid "%1$s ICO"
119
+ msgstr "%1$s ICO"
120
+
121
+ #: includes/settings-page/sp-plugin-settings.php:22
122
+ #: includes/settings-page/sp-plugin-settings.php:37
123
+ #: includes/settings-page/sp-plugin-settings.php:52
124
+ #: includes/settings-page/sp-plugin-settings.php:67
125
+ msgid "Frontend"
126
+ msgstr "Favicon zobrazená v prezentaci, formátu "
127
+
128
+ #: includes/settings-page/sp-plugin-settings.php:32
129
+ #: includes/settings-page/sp-plugin-settings.php:47
130
+ #: includes/settings-page/sp-plugin-settings.php:62
131
+ #: includes/settings-page/sp-plugin-settings.php:77
132
+ #: includes/settings-page/sp-plugin-settings.php:92
133
+ #: includes/settings-page/sp-plugin-settings.php:107
134
+ #: includes/settings-page/sp-plugin-settings.php:122
135
+ #: includes/settings-page/sp-plugin-settings.php:137
136
+ msgid "Check box to delete favicon."
137
+ msgstr ""
138
+
139
+ #: includes/settings-page/sp-plugin-settings.php:37
140
+ #: includes/settings-page/sp-plugin-settings.php:97
141
+ #, php-format
142
+ msgid "%1$s PNG"
143
+ msgstr "%1$s PNG"
144
+
145
+ #: includes/settings-page/sp-plugin-settings.php:52
146
+ #: includes/settings-page/sp-plugin-settings.php:112
147
+ #, php-format
148
+ msgid "%1$s GIF"
149
+ msgstr "%1$s GIF"
150
+
151
+ #: includes/settings-page/sp-plugin-settings.php:67
152
+ #: includes/settings-page/sp-plugin-settings.php:127
153
+ #, php-format
154
+ msgid "%1$s Apple Touch Icon"
155
+ msgstr ""
156
+
157
+ #: includes/settings-page/sp-plugin-settings.php:82
158
+ #: includes/settings-page/sp-plugin-settings.php:97
159
+ #: includes/settings-page/sp-plugin-settings.php:112
160
+ #: includes/settings-page/sp-plugin-settings.php:127
161
+ msgid "Backend"
162
+ msgstr "Favicon zobrazená v administraci stránek, formátu "
163
+
164
+ #: includes/settings-page/sp-plugin-settings.php:142
165
+ msgid "Don't add reflective shine"
166
+ msgstr ""
167
+
168
+ #: includes/settings-page/sp-plugin-settings.php:148
169
+ msgid "Don't add reflective shine to Apple Touch Icon"
170
+ msgstr ""
171
+
172
+ #: includes/settings-page/sp-plugin-settings.php:153
173
+ msgid "Remove link from Meta-box"
174
+ msgstr "Odstranit link z Meta-boxu"
175
+
176
+ #: includes/settings-page/sp-plugin-settings.php:159
177
+ msgid "Remove the link to the developers site from the WordPress meta-box."
178
+ msgstr "Odstranit link na stránky vývojářů z Meta-boxu."
179
+
180
+ #: includes/settings-page/sp-plugin-settings.php:165
181
+ msgid "Save Changes"
182
+ msgstr "Uložit změny."
183
+
184
+ #: includes/settings-page/sp-tipps-box.php:14
185
+ msgid "Tips"
186
+ msgstr "Tipy"
187
+
188
+ #: includes/settings-page/sp-tipps-box.php:20
189
+ msgid "Favicon wikipedia entry"
190
+ msgstr "Favicon na wikipedii"
191
+
192
+ #: includes/settings-page/sp-tipps-box.php:23
193
+ msgid "<a href=\"http://en.wikipedia.org/wiki/Favicon\" target=\"_blank\">Wikipedia</a> offers much information about favicon types and sizes."
194
+ msgstr "<a href=\"http://cs.wikipedia.org/wiki/Favicon\" target=\"_blank\">Wikipedia</a> - Na Wikipedii najdete více informací o typech Favicon a jejich použití."
195
+
196
+ #: includes/settings-page/sp-tipps-box.php:28
197
+ msgid "Favicon generator"
198
+ msgstr "Favicon generátor"
199
+
200
+ #: includes/settings-page/sp-tipps-box.php:31
201
+ msgid "<a href=\"http://www.html-kit.com/favicon/\" target=\"_blank\">HTML Kit</a> provides a favicon generator that is very easy to use."
202
+ msgstr "<a href=\"http://www.html-kit.com/favicon/\" target=\"_blank\">HTML Kit</a> - Na této stránce najdete generátor Favicon."
203
+
204
+ #: includes/settings-page/sp-tipps-box.php:36
205
+ #, fuzzy
206
+ msgid "Favicon CC editor"
207
+ msgstr "Favicon generátor"
208
+
209
+ #: includes/settings-page/sp-tipps-box.php:39
210
+ msgid "<a href=\"http://www.favicon.cc/\" target=\"_blank\">Favicon CC</a> provides a favicon editor that is very easy to use."
211
+ msgstr "<a href=\"http://www.favicon.cc/\">Favicon CC</a> - Na této stránce najdete generátor Favicon."
212
+
213
+ #: includes/settings-page/sp-tipps-box.php:44
214
+ msgid "Favicon validator"
215
+ msgstr "Favicon validátor"
216
+
217
+ #: includes/settings-page/sp-tipps-box.php:47
218
+ msgid "<a href=\"http://www.html-kit.com/favicon/validator\" target=\"_blank\">HTML Kit</a> provides a favicon validator that tells you whether your favicon is working and if it is compatible to all browsers."
219
+ msgstr "<a href=\"http://www.html-kit.com/favicon/validator\" target=\"_blank\">HTML Kit</a> - Tato stránka poskytuje Favicon validátor, který vám řekne, zda vaše Favicon pracuje správně ve všech prohlížečích."
220
+
221
+ #: includes/settings-page/sp-tipps-box.php:52
222
+ msgid "Apple Touch Icon Howto"
223
+ msgstr "Apple Touch Icon - Návod"
224
+
225
+ #: includes/settings-page/sp-tipps-box.php:55
226
+ msgid "<a href=\"http://developer.apple.com/library/safari/#documentation/appleapplications/reference/safariwebcontent/ConfiguringWebApplications/ConfiguringWebApplications.html\" target=\"_blank\">Apple</a> provides a howto on how to create a PNG to use as an Apple Touch Icon."
227
+ msgstr "<a href=\"http://developer.apple.com/library/safari/#documentation/appleapplications/reference/safariwebcontent/ConfiguringWebApplications/ConfiguringWebApplications.html\" target=\"_blank\">Apple</a> - Tato stránka poskytuje návod, jak vytvořit PNG a použít ho jako Apple Touch Icon."
228
+
229
+ #: includes/settings-page/sp-translation.php:14
230
+ msgid "Translation"
231
+ msgstr "Překlad"
232
+
233
+ #: includes/settings-page/sp-translation.php:17
234
+ msgid "The english translation was done by <a href=\"http://www.techotronic.de\" target=\"_blank\">Arne Franken</a>."
235
+ msgstr "Český překlad vytvořen majitelem blogu <a href=\"http://www.neteyes.cz\" target=\"_blank\">Neteyes.cz</a>.<br> <br> <b>Pokud máte jakékoli výhrady k tomuto překladu, ozvěte se na mail <a href=\"mailto:webmaster@neteyes.cz\">webmaster@neteyes.cz</a>.</b>"
236
+
237
+ #~ msgid "Enter a URL or upload a Favicon."
238
+ #~ msgstr "Vložte URL nebo nahrajte Favicon z vašeho PC."
localization/aio-favicon-da_DK.mo CHANGED
Binary file
localization/aio-favicon-da_DK.po CHANGED
@@ -2,7 +2,7 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: All in One Favicon\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2010-06-27 20:20+0100\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: \n"
8
  "Language-Team: Team Blogos <wordpress@blogos.dk>\n"
@@ -18,197 +18,222 @@ msgstr ""
18
  "X-Poedit-SearchPath-0: ..\n"
19
  "X-Poedit-SearchPath-1: .\n"
20
 
21
- #: ../all-in-one-favicon.php:122
22
- msgid "Using"
23
- msgstr "Bruger"
 
 
 
 
 
 
24
 
25
- #: ../all-in-one-favicon.php:196
26
  #, php-format
27
  msgid "Successfully updated %1$s settings."
28
  msgstr "Opdaterede %1$s-indstillinger med succes."
29
 
30
- #: ../all-in-one-favicon.php:198
31
  #, php-format
32
  msgid "%1$s settings were successfully deleted."
33
  msgstr "%1$s-indstillinger blev slettet med succes."
34
 
35
- #: ../all-in-one-favicon.php:238
36
  msgid "Did not update settings, you do not have the necessary rights."
37
  msgstr "Opdaterede ikke indstillingerne, fordi du ikke har de nødvendige rettigheder."
38
 
39
- #: ../all-in-one-favicon.php:285
40
  #, php-format
41
  msgid "Did not delete %1$s settings. Either you dont have the nececssary rights or you didnt check the checkbox."
42
  msgstr "Slettede ikke %1$s-indstillinger. Enten har du ikke de nødvendige rettigheder, eller du markerede ikke afkrydsningsfeltet."
43
 
44
- #: ../includes/settings-page.php:15
45
- #: ../includes/settings-page.php:23
46
- msgid "Settings"
47
- msgstr "Indstillinger"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
48
 
49
- #: ../includes/settings-page.php:32
50
- #: ../includes/settings-page.php:73
51
  #, php-format
52
  msgid "%1$s ICO"
53
  msgstr "%1$s ICO"
54
 
55
- #: ../includes/settings-page.php:32
56
- #: ../includes/settings-page.php:42
57
- #: ../includes/settings-page.php:52
58
- #: ../includes/settings-page.php:62
59
  msgid "Frontend"
60
  msgstr "Selve bloggen"
61
 
62
- #: ../includes/settings-page.php:36
63
- #: ../includes/settings-page.php:46
64
- #: ../includes/settings-page.php:56
65
- #: ../includes/settings-page.php:66
66
- #: ../includes/settings-page.php:77
67
- #: ../includes/settings-page.php:87
68
- #: ../includes/settings-page.php:97
69
- #: ../includes/settings-page.php:107
70
- msgid "Upload Favicon"
71
- msgstr "Upload favicon"
72
-
73
- #: ../includes/settings-page.php:37
74
- #: ../includes/settings-page.php:47
75
- #: ../includes/settings-page.php:57
76
- #: ../includes/settings-page.php:67
77
- #: ../includes/settings-page.php:78
78
- #: ../includes/settings-page.php:88
79
- #: ../includes/settings-page.php:98
80
- #: ../includes/settings-page.php:108
81
- msgid "Enter a URL or upload a Favicon."
82
- msgstr "Indtast en URL eller upload en favicon"
83
-
84
- #: ../includes/settings-page.php:42
85
- #: ../includes/settings-page.php:83
86
  #, php-format
87
  msgid "%1$s PNG"
88
  msgstr "%1$s PNG"
89
 
90
- #: ../includes/settings-page.php:52
91
- #: ../includes/settings-page.php:93
92
  #, php-format
93
  msgid "%1$s GIF"
94
  msgstr "%1$s GIF"
95
 
96
- #: ../includes/settings-page.php:62
97
- #: ../includes/settings-page.php:103
98
  #, php-format
99
- msgid "%1$s Apple touch icon"
100
- msgstr "%1$s Apple touch icon"
101
 
102
- #: ../includes/settings-page.php:73
103
- #: ../includes/settings-page.php:83
104
- #: ../includes/settings-page.php:93
105
- #: ../includes/settings-page.php:103
106
  msgid "Backend"
107
  msgstr "Administrationspanel"
108
 
109
- #: ../includes/settings-page.php:114
110
- msgid "Save Changes"
111
- msgstr "Gem ændringer"
112
 
113
- #: ../includes/settings-page.php:123
114
- #: ../includes/settings-page.php:132
115
- msgid "Delete Settings"
116
- msgstr "Slet indstillinger"
117
 
118
- #: ../includes/settings-page.php:126
119
- msgid "Check the box and click this button to delete settings of this plugin."
120
- msgstr "Markér afkrydsningsfeltet og klik på knappen for at slette dette plugins indstillinger."
 
 
 
 
121
 
122
- #: ../includes/settings-page.php:142
 
 
 
 
123
  msgid "Tips"
124
  msgstr "Tips"
125
 
126
- #: ../includes/settings-page.php:148
127
  msgid "Favicon wikipedia entry"
128
  msgstr "Wikipedias opslag om favicons"
129
 
130
- #: ../includes/settings-page.php:151
131
- msgid "<a href=\"http://en.wikipedia.org/wiki/Favicon\">Wikipedia</a> offers much information about favicon types and sizes."
132
- msgstr "<a href=\"http://en.wikipedia.org/wiki/Favicon\">Wikipedia</a> har mange informationer om favicon-typer og størrelser."
133
 
134
- #: ../includes/settings-page.php:156
135
  msgid "Favicon generator"
136
  msgstr "Favicon-generator"
137
 
138
- #: ../includes/settings-page.php:159
139
- msgid "<a href=\"http://www.html-kit.com/favicon/\">HTML Kit</a> provides a favicon generator that is very easy to use."
140
- msgstr "<a href=\"http://www.html-kit.com/favicon/\">HTML Kit</a> stiller en generator til rådighed, der er meget nem at bruge."
 
 
 
 
141
 
142
- #: ../includes/settings-page.php:164
 
 
 
 
143
  msgid "Favicon validator"
144
  msgstr "Favicon-validator"
145
 
146
- #: ../includes/settings-page.php:167
147
- msgid "<a href=\"http://www.html-kit.com/favicon/validator\">HTML Kit</a> provides a favicon validator that tells you whether your favicon is working and if it is compatible to all browsers."
148
- msgstr "<a href=\"http://www.html-kit.com/favicon/validator\">HTML Kit</a> har en favicon-validator, som fortæller dig, hvorvidt din favicon fungerer, og om den kan ses i alle browsere."
149
 
150
- #: ../includes/settings-page.php:172
151
  msgid "Apple Touch Icon Howto"
152
  msgstr "Apple Touch Icon Howto"
153
 
154
- #: ../includes/settings-page.php:175
155
- msgid "<a href=\"http://developer.apple.com/safari/library/documentation/internetweb/conceptual/iPhoneWebAppHIG/MetricsLayout/MetricsLayout.html\">Apple</a> provides a howto on how to create a PNG to use as an Apple Touch Icon."
156
- msgstr "<a href=\"http://developer.apple.com/safari/library/documentation/internetweb/conceptual/iPhoneWebAppHIG/MetricsLayout/MetricsLayout.html\">Apple</a> har en vejledning i, hvordan man skal lave en PNG, der kan bruges som en Apple Touch Icon."
157
-
158
- #: ../includes/settings-page.php:186
159
- msgid "Top donations"
160
- msgstr ""
161
-
162
- #: ../includes/settings-page.php:195
163
- msgid "Latest donations"
164
- msgstr ""
165
-
166
- #: ../includes/settings-page.php:204
167
- msgid "Donate"
168
- msgstr "Donér"
169
-
170
- #: ../includes/settings-page.php:208
171
- msgid "If you would like to make a small (or large) contribution towards future development please consider making a donation."
172
- msgstr "Hvis du gerne vil give et lille (eller et stort) bidrag til støtte for den fremtidige udviklings, så overvej at sende en donation."
173
-
174
- #: ../includes/settings-page.php:213
175
- msgid "Techotronic Development Support"
176
- msgstr ""
177
-
178
- #: ../includes/settings-page.php:217
179
- msgid "Please enter the URL you'd like me to link to in the donors lists"
180
- msgstr ""
181
-
182
- #: ../includes/settings-page.php:219
183
- msgid "Return to Your Dashboard"
184
- msgstr ""
185
-
186
- #: ../includes/settings-page.php:223
187
- msgid "Select Preset Amount"
188
- msgstr ""
189
-
190
- #: ../includes/settings-page.php:231
191
- #: ../includes/settings-page.php:235
192
- msgid "USD"
193
- msgstr ""
194
-
195
- #: ../includes/settings-page.php:232
196
- msgid "Or"
197
- msgstr ""
198
-
199
- #: ../includes/settings-page.php:233
200
- msgid "Enter Custom Amount"
201
- msgstr ""
202
-
203
- #: ../includes/settings-page.php:237
204
- msgid "Submit"
205
- msgstr ""
206
 
207
- #: ../includes/settings-page.php:244
208
  msgid "Translation"
209
  msgstr "Oversættelse"
210
 
211
- #: ../includes/settings-page.php:247
212
- msgid "The english translation was done by <a href=\"http://www.techotronic.de\">Arne Franken</a>."
213
- msgstr "Den danske udgave er oversat af <a href=\"http://wordpress.blogos.dk\">GeorgWP</a>."
214
 
 
 
2
  msgstr ""
3
  "Project-Id-Version: All in One Favicon\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-03-15 00:33+0100\n"
6
  "PO-Revision-Date: \n"
7
  "Last-Translator: \n"
8
  "Language-Team: Team Blogos <wordpress@blogos.dk>\n"
18
  "X-Poedit-SearchPath-0: ..\n"
19
  "X-Poedit-SearchPath-1: .\n"
20
 
21
+ #: ../all-in-one-favicon.php:37
22
+ msgid "All in one Favicon"
23
+ msgstr ""
24
+
25
+ #: ../includes/aio-favicon-backend.php:158
26
+ #: ../includes/settings-page.php:15
27
+ #: ../includes/settings-page/sp-plugin-settings.php:13
28
+ msgid "Settings"
29
+ msgstr "Indstillinger"
30
 
31
+ #: ../includes/aio-favicon-backend.php:183
32
  #, php-format
33
  msgid "Successfully updated %1$s settings."
34
  msgstr "Opdaterede %1$s-indstillinger med succes."
35
 
36
+ #: ../includes/aio-favicon-backend.php:185
37
  #, php-format
38
  msgid "%1$s settings were successfully deleted."
39
  msgstr "%1$s-indstillinger blev slettet med succes."
40
 
41
+ #: ../includes/aio-favicon-backend.php:209
42
  msgid "Did not update settings, you do not have the necessary rights."
43
  msgstr "Opdaterede ikke indstillingerne, fordi du ikke har de nødvendige rettigheder."
44
 
45
+ #: ../includes/aio-favicon-backend.php:270
46
  #, php-format
47
  msgid "Did not delete %1$s settings. Either you dont have the nececssary rights or you didnt check the checkbox."
48
  msgstr "Slettede ikke %1$s-indstillinger. Enten har du ikke de nødvendige rettigheder, eller du markerede ikke afkrydsningsfeltet."
49
 
50
+ #: ../includes/aio-favicon-frontend.php:96
51
+ msgid "Using"
52
+ msgstr "Bruger"
53
+
54
+ #: ../includes/settings-page/sp-delete-settings.php:14
55
+ #: ../includes/settings-page/sp-delete-settings.php:23
56
+ msgid "Delete Settings"
57
+ msgstr "Slet indstillinger"
58
+
59
+ #: ../includes/settings-page/sp-delete-settings.php:17
60
+ msgid "Check the box and click this button to delete settings of this plugin."
61
+ msgstr "Markér afkrydsningsfeltet og klik på knappen for at slette dette plugins indstillinger."
62
+
63
+ #: ../includes/settings-page/sp-donate-box.php:14
64
+ msgid "Donate"
65
+ msgstr "Donér"
66
+
67
+ #: ../includes/settings-page/sp-donate-box.php:18
68
+ msgid "If you would like to make a small (or large) contribution towards future development please consider making a donation."
69
+ msgstr "Hvis du gerne vil give et lille (eller et stort) bidrag til støtte for den fremtidige udviklings, så overvej at sende en donation."
70
+
71
+ #: ../includes/settings-page/sp-donate-box.php:24
72
+ msgid "Techotronic Development Support"
73
+ msgstr ""
74
+
75
+ #: ../includes/settings-page/sp-donate-box.php:28
76
+ msgid "Please enter the URL you'd like me to link to in the donors lists"
77
+ msgstr ""
78
+
79
+ #: ../includes/settings-page/sp-donate-box.php:30
80
+ msgid "Return to Your Dashboard"
81
+ msgstr ""
82
+
83
+ #: ../includes/settings-page/sp-donate-box.php:34
84
+ msgid "Select Preset Amount"
85
+ msgstr ""
86
+
87
+ #: ../includes/settings-page/sp-donate-box.php:42
88
+ #: ../includes/settings-page/sp-donate-box.php:46
89
+ msgid "USD"
90
+ msgstr ""
91
+
92
+ #: ../includes/settings-page/sp-donate-box.php:43
93
+ msgid "Or"
94
+ msgstr ""
95
+
96
+ #: ../includes/settings-page/sp-donate-box.php:44
97
+ msgid "Enter Custom Amount"
98
+ msgstr ""
99
+
100
+ #: ../includes/settings-page/sp-donate-box.php:48
101
+ msgid "Submit"
102
+ msgstr ""
103
+
104
+ #: ../includes/settings-page/sp-donations.php:14
105
+ msgid "Top donations"
106
+ msgstr ""
107
+
108
+ #: ../includes/settings-page/sp-donations.php:20
109
+ #: ../includes/settings-page/sp-donations.php:33
110
+ msgid "Thank you for your donation."
111
+ msgstr ""
112
+
113
+ #: ../includes/settings-page/sp-donations.php:27
114
+ msgid "Latest donations"
115
+ msgstr ""
116
 
117
+ #: ../includes/settings-page/sp-plugin-settings.php:22
118
+ #: ../includes/settings-page/sp-plugin-settings.php:82
119
  #, php-format
120
  msgid "%1$s ICO"
121
  msgstr "%1$s ICO"
122
 
123
+ #: ../includes/settings-page/sp-plugin-settings.php:22
124
+ #: ../includes/settings-page/sp-plugin-settings.php:37
125
+ #: ../includes/settings-page/sp-plugin-settings.php:52
126
+ #: ../includes/settings-page/sp-plugin-settings.php:67
127
  msgid "Frontend"
128
  msgstr "Selve bloggen"
129
 
130
+ #: ../includes/settings-page/sp-plugin-settings.php:32
131
+ #: ../includes/settings-page/sp-plugin-settings.php:47
132
+ #: ../includes/settings-page/sp-plugin-settings.php:62
133
+ #: ../includes/settings-page/sp-plugin-settings.php:77
134
+ #: ../includes/settings-page/sp-plugin-settings.php:92
135
+ #: ../includes/settings-page/sp-plugin-settings.php:107
136
+ #: ../includes/settings-page/sp-plugin-settings.php:122
137
+ #: ../includes/settings-page/sp-plugin-settings.php:137
138
+ msgid "Check box to delete favicon."
139
+ msgstr ""
140
+
141
+ #: ../includes/settings-page/sp-plugin-settings.php:37
142
+ #: ../includes/settings-page/sp-plugin-settings.php:97
 
 
 
 
 
 
 
 
 
 
 
143
  #, php-format
144
  msgid "%1$s PNG"
145
  msgstr "%1$s PNG"
146
 
147
+ #: ../includes/settings-page/sp-plugin-settings.php:52
148
+ #: ../includes/settings-page/sp-plugin-settings.php:112
149
  #, php-format
150
  msgid "%1$s GIF"
151
  msgstr "%1$s GIF"
152
 
153
+ #: ../includes/settings-page/sp-plugin-settings.php:67
154
+ #: ../includes/settings-page/sp-plugin-settings.php:127
155
  #, php-format
156
+ msgid "%1$s Apple Touch Icon"
157
+ msgstr ""
158
 
159
+ #: ../includes/settings-page/sp-plugin-settings.php:82
160
+ #: ../includes/settings-page/sp-plugin-settings.php:97
161
+ #: ../includes/settings-page/sp-plugin-settings.php:112
162
+ #: ../includes/settings-page/sp-plugin-settings.php:127
163
  msgid "Backend"
164
  msgstr "Administrationspanel"
165
 
166
+ #: ../includes/settings-page/sp-plugin-settings.php:142
167
+ msgid "Don't add reflective shine"
168
+ msgstr ""
169
 
170
+ #: ../includes/settings-page/sp-plugin-settings.php:148
171
+ msgid "Don't add reflective shine to Apple Touch Icon"
172
+ msgstr ""
 
173
 
174
+ #: ../includes/settings-page/sp-plugin-settings.php:153
175
+ msgid "Remove link from Meta-box"
176
+ msgstr ""
177
+
178
+ #: ../includes/settings-page/sp-plugin-settings.php:159
179
+ msgid "Remove the link to the developers site from the WordPress meta-box."
180
+ msgstr ""
181
 
182
+ #: ../includes/settings-page/sp-plugin-settings.php:165
183
+ msgid "Save Changes"
184
+ msgstr "Gem ændringer"
185
+
186
+ #: ../includes/settings-page/sp-tipps-box.php:14
187
  msgid "Tips"
188
  msgstr "Tips"
189
 
190
+ #: ../includes/settings-page/sp-tipps-box.php:20
191
  msgid "Favicon wikipedia entry"
192
  msgstr "Wikipedias opslag om favicons"
193
 
194
+ #: ../includes/settings-page/sp-tipps-box.php:23
195
+ msgid "<a href=\"http://en.wikipedia.org/wiki/Favicon\" target=\"_blank\">Wikipedia</a> offers much information about favicon types and sizes."
196
+ msgstr "<a href=\"http://en.wikipedia.org/wiki/Favicon\" target=\"_blank\">Wikipedia</a> har mange informationer om favicon-typer og størrelser."
197
 
198
+ #: ../includes/settings-page/sp-tipps-box.php:28
199
  msgid "Favicon generator"
200
  msgstr "Favicon-generator"
201
 
202
+ #: ../includes/settings-page/sp-tipps-box.php:31
203
+ msgid "<a href=\"http://www.html-kit.com/favicon/\" target=\"_blank\">HTML Kit</a> provides a favicon generator that is very easy to use."
204
+ msgstr "<a href=\"http://www.html-kit.com/favicon/\" target=\"_blank\">HTML Kit</a> stiller en generator til rådighed, der er meget nem at bruge."
205
+
206
+ #: ../includes/settings-page/sp-tipps-box.php:36
207
+ msgid "Favicon CC editor"
208
+ msgstr "Favicon CC editor"
209
 
210
+ #: ../includes/settings-page/sp-tipps-box.php:39
211
+ msgid "<a href=\"http://www.favicon.cc/\" target=\"_blank\">Favicon CC</a> provides a favicon editor that is very easy to use."
212
+ msgstr "<a href=\"http://www.favicon.cc/\" target=\"_blank\">Favicon CC</a> stiller en generator til rådighed, der er meget nem at bruge."
213
+
214
+ #: ../includes/settings-page/sp-tipps-box.php:44
215
  msgid "Favicon validator"
216
  msgstr "Favicon-validator"
217
 
218
+ #: ../includes/settings-page/sp-tipps-box.php:47
219
+ msgid "<a href=\"http://www.html-kit.com/favicon/validator\" target=\"_blank\">HTML Kit</a> provides a favicon validator that tells you whether your favicon is working and if it is compatible to all browsers."
220
+ msgstr "<a href=\"http://www.html-kit.com/favicon/validator\" target=\"_blank\">HTML Kit</a> har en favicon-validator, som fortæller dig, hvorvidt din favicon fungerer, og om den kan ses i alle browsere."
221
 
222
+ #: ../includes/settings-page/sp-tipps-box.php:52
223
  msgid "Apple Touch Icon Howto"
224
  msgstr "Apple Touch Icon Howto"
225
 
226
+ #: ../includes/settings-page/sp-tipps-box.php:55
227
+ msgid "<a href=\"http://developer.apple.com/library/safari/#documentation/appleapplications/reference/safariwebcontent/ConfiguringWebApplications/ConfiguringWebApplications.html\" target=\"_blank\">Apple</a> provides a howto on how to create a PNG to use as an Apple Touch Icon."
228
+ msgstr "<a href=\"http://developer.apple.com/library/safari/#documentation/appleapplications/reference/safariwebcontent/ConfiguringWebApplications/ConfiguringWebApplications.html\" target=\"_blank\">Apple</a> har en vejledning i, hvordan man skal lave en PNG, der kan bruges som en Apple Touch Icon."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
229
 
230
+ #: ../includes/settings-page/sp-translation.php:14
231
  msgid "Translation"
232
  msgstr "Oversættelse"
233
 
234
+ #: ../includes/settings-page/sp-translation.php:17
235
+ msgid "The english translation was done by <a href=\"http://www.techotronic.de\" target=\"_blank\">Arne Franken</a>."
236
+ msgstr "Den danske udgave er oversat af <a href=\"http://wordpress.blogos.dk\" target=\"_blank\">GeorgWP</a>."
237
 
238
+ #~ msgid "Enter a URL or upload a Favicon."
239
+ #~ msgstr "Indtast en URL eller upload en favicon"
localization/aio-favicon-de_DE.mo CHANGED
Binary file
localization/aio-favicon-de_DE.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: All In One Favicon\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2011-01-16 01:01+0100\n"
6
- "PO-Revision-Date: 2011-01-16 01:02+0100\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Techotronic <blog@techotronic.de>\n"
9
  "MIME-Version: 1.0\n"
@@ -16,205 +16,223 @@ msgstr ""
16
  "X-Poedit-SourceCharset: utf-8\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: all-in-one-favicon.php:111
20
- msgid "Using"
21
- msgstr "Verwendet"
22
 
23
- #: all-in-one-favicon.php:185
 
 
 
 
 
 
24
  #, php-format
25
  msgid "Successfully updated %1$s settings."
26
  msgstr "&Auml;nderungen der %1$s Einstellungen wurden erfolgreich gespeichert."
27
 
28
- #: all-in-one-favicon.php:187
29
  #, php-format
30
  msgid "%1$s settings were successfully deleted."
31
  msgstr "Die Einstellungen von %1$s wurden erfolgreich entfernt."
32
 
33
- #: all-in-one-favicon.php:246
34
  msgid "Did not update settings, you do not have the necessary rights."
35
  msgstr "Einstellungen nicht aktualisiert, da Sie nicht die hierfür erforderlichen Rechte besitzen."
36
 
37
- #: all-in-one-favicon.php:293
38
  #, php-format
39
  msgid "Did not delete %1$s settings. Either you dont have the nececssary rights or you didnt check the checkbox."
40
  msgstr "Konnte die Einstellungen von %1$s nicht entfernen. Entweder besitzen Sie nicht die notwendigen Rechte, oder Sie haben vergessen, die Checkbox [x] zu aktivieren."
41
 
42
- #: includes/settings-page.php:15
43
- #: includes/settings-page.php:23
44
- msgid "Settings"
45
- msgstr "Einstellungen"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
46
 
47
- #: includes/settings-page.php:32
48
- #: includes/settings-page.php:73
 
 
 
 
 
 
 
 
 
49
  #, php-format
50
  msgid "%1$s ICO"
51
  msgstr ""
52
 
53
- #: includes/settings-page.php:32
54
- #: includes/settings-page.php:42
55
- #: includes/settings-page.php:52
56
- #: includes/settings-page.php:62
57
  msgid "Frontend"
58
  msgstr ""
59
 
60
- #: includes/settings-page.php:36
61
- #: includes/settings-page.php:46
62
- #: includes/settings-page.php:56
63
- #: includes/settings-page.php:66
64
- #: includes/settings-page.php:77
65
- #: includes/settings-page.php:87
66
- #: includes/settings-page.php:97
67
- #: includes/settings-page.php:107
68
- msgid "Upload Favicon"
69
- msgstr "Favicon hochladen"
70
-
71
- #: includes/settings-page.php:37
72
- #: includes/settings-page.php:47
73
- #: includes/settings-page.php:57
74
- #: includes/settings-page.php:67
75
- #: includes/settings-page.php:78
76
- #: includes/settings-page.php:88
77
- #: includes/settings-page.php:98
78
- #: includes/settings-page.php:108
79
- msgid "Enter a URL or upload a Favicon."
80
- msgstr "GIb die URL zu einem vorhandenen Favicon ein oder lade ein neues hoch."
81
-
82
- #: includes/settings-page.php:42
83
- #: includes/settings-page.php:83
84
  #, php-format
85
  msgid "%1$s PNG"
86
  msgstr ""
87
 
88
- #: includes/settings-page.php:52
89
- #: includes/settings-page.php:93
90
  #, php-format
91
  msgid "%1$s GIF"
92
  msgstr ""
93
 
94
- #: includes/settings-page.php:62
95
- #: includes/settings-page.php:103
96
  #, php-format
97
- msgid "%1$s Apple touch icon"
98
  msgstr ""
99
 
100
- #: includes/settings-page.php:73
101
- #: includes/settings-page.php:83
102
- #: includes/settings-page.php:93
103
- #: includes/settings-page.php:103
104
  msgid "Backend"
105
  msgstr ""
106
 
107
- #: includes/settings-page.php:113
 
 
 
 
 
 
 
 
108
  msgid "Remove link from Meta-box"
109
  msgstr "Link aus der Meta-box entfernen"
110
 
111
- #: includes/settings-page.php:117
112
  msgid "Remove the link to the developers site from the WordPress meta-box."
113
  msgstr "Entfernt den Link zur Seite des Entwicklers aus der Meta-box des Blogs."
114
 
115
- #: includes/settings-page.php:123
116
  msgid "Save Changes"
117
  msgstr "&Auml;nderungen speichern"
118
 
119
- #: includes/settings-page.php:132
120
- #: includes/settings-page.php:141
121
- msgid "Delete Settings"
122
- msgstr "Einstellungen löschen"
123
-
124
- #: includes/settings-page.php:135
125
- msgid "Check the box and click this button to delete settings of this plugin."
126
- msgstr "Aktivieren Sie die Checkbox und klicken Sie anschließend die folgende Schaltfläche, um die Einstellungen dieses Plugins zu entfernen."
127
-
128
- #: includes/settings-page.php:151
129
  msgid "Tips"
130
  msgstr "Tipps"
131
 
132
- #: includes/settings-page.php:157
133
  msgid "Favicon wikipedia entry"
134
  msgstr "Wikipedia Eintrag"
135
 
136
- #: includes/settings-page.php:160
137
- msgid "<a href=\"http://en.wikipedia.org/wiki/Favicon\">Wikipedia</a> offers much information about favicon types and sizes."
138
- msgstr "<a href=\"http://de.wikipedia.org/wiki/Favicon\">Wikipedia</a> bietet viele Informationen &uuml;ber Favicons."
139
 
140
- #: includes/settings-page.php:165
141
  msgid "Favicon generator"
142
  msgstr "Favicon Generator"
143
 
144
- #: includes/settings-page.php:168
145
- msgid "<a href=\"http://www.html-kit.com/favicon/\">HTML Kit</a> provides a favicon generator that is very easy to use."
146
- msgstr "<a href=\"http://www.html-kit.com/favicon/\">HTML Kit</a> hat einen einfachen Favicon Generator."
 
 
 
 
147
 
148
- #: includes/settings-page.php:173
 
 
 
 
149
  msgid "Favicon validator"
150
  msgstr "Favicon Validator"
151
 
152
- #: includes/settings-page.php:176
153
- msgid "<a href=\"http://www.html-kit.com/favicon/validator\">HTML Kit</a> provides a favicon validator that tells you whether your favicon is working and if it is compatible to all browsers."
154
- msgstr "<a href=\"http://www.html-kit.com/favicon/validator\">HTML Kit</a> hat einen online Favicon Validator der Dir sagt, ob Dein Favicon richtig konfiguriert ist und ob es kompatibel zu allen Browsern ist."
155
 
156
- #: includes/settings-page.php:181
157
  msgid "Apple Touch Icon Howto"
158
  msgstr "Apple Touch Icon Howto"
159
 
160
- #: includes/settings-page.php:184
161
- msgid "<a href=\"http://developer.apple.com/safari/library/documentation/internetweb/conceptual/iPhoneWebAppHIG/MetricsLayout/MetricsLayout.html\">Apple</a> provides a howto on how to create a PNG to use as an Apple Touch Icon."
162
- msgstr "<a href=\"http://developer.apple.com/safari/library/documentation/internetweb/conceptual/iPhoneWebAppHIG/MetricsLayout/MetricsLayout.html\">Apple</a> hat ein Howto wie man ein PNG als Apple Touch Icon verwenden kann."
163
-
164
- #: includes/settings-page.php:195
165
- msgid "Top donations"
166
- msgstr "H&ouml;chste Spenden"
167
-
168
- #: includes/settings-page.php:204
169
- msgid "Latest donations"
170
- msgstr "Neueste Spenden"
171
-
172
- #: includes/settings-page.php:213
173
- msgid "Donate"
174
- msgstr "Spenden"
175
-
176
- #: includes/settings-page.php:217
177
- msgid "If you would like to make a small (or large) contribution towards future development please consider making a donation."
178
- msgstr "Wenn Du eine kleine (oder grosse) Spende f&uuml;r die Weiterentwicklung abgeben m&ouml;chtest, kannst Du das per PayPal tun."
179
-
180
- #: includes/settings-page.php:222
181
- msgid "Techotronic Development Support"
182
- msgstr "Techotronic Entwicklung unterst&uuml;tzen"
183
-
184
- #: includes/settings-page.php:226
185
- msgid "Please enter the URL you'd like me to link to in the donors lists"
186
- msgstr "Bitte die URL eingeben, die ich in den Spender-Listen verlinken soll"
187
-
188
- #: includes/settings-page.php:228
189
- msgid "Return to Your Dashboard"
190
- msgstr "Zum Admin-Bereich zur&uuml;ckkehren"
191
-
192
- #: includes/settings-page.php:232
193
- msgid "Select Preset Amount"
194
- msgstr "Vorgegebenen Betrag ausw&auml;hlen"
195
-
196
- #: includes/settings-page.php:240
197
- #: includes/settings-page.php:244
198
- msgid "USD"
199
- msgstr "Dollar"
200
-
201
- #: includes/settings-page.php:241
202
- msgid "Or"
203
- msgstr "Oder"
204
-
205
- #: includes/settings-page.php:242
206
- msgid "Enter Custom Amount"
207
- msgstr "Eigenen Betrag eingeben"
208
-
209
- #: includes/settings-page.php:246
210
- msgid "Submit"
211
- msgstr "Absenden"
212
 
213
- #: includes/settings-page.php:253
214
  msgid "Translation"
215
  msgstr "&Uuml;bersetzung"
216
 
217
- #: includes/settings-page.php:256
218
- msgid "The english translation was done by <a href=\"http://www.techotronic.de\">Arne Franken</a>."
219
- msgstr "Die &Uuml;bersetzung ins Deutsche wurde von <a href=\"http://www.techotronic.de\">Arne Franken</a> durchgef&uuml;hrt."
220
 
 
 
 
2
  msgstr ""
3
  "Project-Id-Version: All In One Favicon\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-03-15 00:33+0100\n"
6
+ "PO-Revision-Date: 2012-03-15 00:33+0100\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Techotronic <blog@techotronic.de>\n"
9
  "MIME-Version: 1.0\n"
16
  "X-Poedit-SourceCharset: utf-8\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: all-in-one-favicon.php:37
20
+ msgid "All in one Favicon"
21
+ msgstr "All in one Favicon"
22
 
23
+ #: includes/aio-favicon-backend.php:158
24
+ #: includes/settings-page.php:15
25
+ #: includes/settings-page/sp-plugin-settings.php:13
26
+ msgid "Settings"
27
+ msgstr "Einstellungen"
28
+
29
+ #: includes/aio-favicon-backend.php:183
30
  #, php-format
31
  msgid "Successfully updated %1$s settings."
32
  msgstr "&Auml;nderungen der %1$s Einstellungen wurden erfolgreich gespeichert."
33
 
34
+ #: includes/aio-favicon-backend.php:185
35
  #, php-format
36
  msgid "%1$s settings were successfully deleted."
37
  msgstr "Die Einstellungen von %1$s wurden erfolgreich entfernt."
38
 
39
+ #: includes/aio-favicon-backend.php:209
40
  msgid "Did not update settings, you do not have the necessary rights."
41
  msgstr "Einstellungen nicht aktualisiert, da Sie nicht die hierfür erforderlichen Rechte besitzen."
42
 
43
+ #: includes/aio-favicon-backend.php:270
44
  #, php-format
45
  msgid "Did not delete %1$s settings. Either you dont have the nececssary rights or you didnt check the checkbox."
46
  msgstr "Konnte die Einstellungen von %1$s nicht entfernen. Entweder besitzen Sie nicht die notwendigen Rechte, oder Sie haben vergessen, die Checkbox [x] zu aktivieren."
47
 
48
+ #: includes/aio-favicon-frontend.php:96
49
+ msgid "Using"
50
+ msgstr "Verwendet"
51
+
52
+ #: includes/settings-page/sp-delete-settings.php:14
53
+ #: includes/settings-page/sp-delete-settings.php:23
54
+ msgid "Delete Settings"
55
+ msgstr "Einstellungen löschen"
56
+
57
+ #: includes/settings-page/sp-delete-settings.php:17
58
+ msgid "Check the box and click this button to delete settings of this plugin."
59
+ msgstr "Aktivieren Sie die Checkbox und klicken Sie anschließend die folgende Schaltfläche, um die Einstellungen dieses Plugins zu entfernen."
60
+
61
+ #: includes/settings-page/sp-donate-box.php:14
62
+ msgid "Donate"
63
+ msgstr "Spenden"
64
+
65
+ #: includes/settings-page/sp-donate-box.php:18
66
+ msgid "If you would like to make a small (or large) contribution towards future development please consider making a donation."
67
+ msgstr "Wenn Du eine kleine (oder grosse) Spende f&uuml;r die Weiterentwicklung abgeben m&ouml;chtest, kannst Du das per PayPal tun."
68
+
69
+ #: includes/settings-page/sp-donate-box.php:24
70
+ msgid "Techotronic Development Support"
71
+ msgstr "Techotronic Entwicklung unterst&uuml;tzen"
72
+
73
+ #: includes/settings-page/sp-donate-box.php:28
74
+ msgid "Please enter the URL you'd like me to link to in the donors lists"
75
+ msgstr "Bitte die URL eingeben, die ich in den Spender-Listen verlinken soll"
76
+
77
+ #: includes/settings-page/sp-donate-box.php:30
78
+ msgid "Return to Your Dashboard"
79
+ msgstr "Zum Admin-Bereich zur&uuml;ckkehren"
80
+
81
+ #: includes/settings-page/sp-donate-box.php:34
82
+ msgid "Select Preset Amount"
83
+ msgstr "Vorgegebenen Betrag ausw&auml;hlen"
84
+
85
+ #: includes/settings-page/sp-donate-box.php:42
86
+ #: includes/settings-page/sp-donate-box.php:46
87
+ msgid "USD"
88
+ msgstr "Dollar"
89
+
90
+ #: includes/settings-page/sp-donate-box.php:43
91
+ msgid "Or"
92
+ msgstr "Oder"
93
+
94
+ #: includes/settings-page/sp-donate-box.php:44
95
+ msgid "Enter Custom Amount"
96
+ msgstr "Eigenen Betrag eingeben"
97
+
98
+ #: includes/settings-page/sp-donate-box.php:48
99
+ msgid "Submit"
100
+ msgstr "Absenden"
101
+
102
+ #: includes/settings-page/sp-donations.php:14
103
+ msgid "Top donations"
104
+ msgstr "H&ouml;chste Spenden"
105
 
106
+ #: includes/settings-page/sp-donations.php:20
107
+ #: includes/settings-page/sp-donations.php:33
108
+ msgid "Thank you for your donation."
109
+ msgstr "Danke f&uuml;r die Spende."
110
+
111
+ #: includes/settings-page/sp-donations.php:27
112
+ msgid "Latest donations"
113
+ msgstr "Neueste Spenden"
114
+
115
+ #: includes/settings-page/sp-plugin-settings.php:22
116
+ #: includes/settings-page/sp-plugin-settings.php:82
117
  #, php-format
118
  msgid "%1$s ICO"
119
  msgstr ""
120
 
121
+ #: includes/settings-page/sp-plugin-settings.php:22
122
+ #: includes/settings-page/sp-plugin-settings.php:37
123
+ #: includes/settings-page/sp-plugin-settings.php:52
124
+ #: includes/settings-page/sp-plugin-settings.php:67
125
  msgid "Frontend"
126
  msgstr ""
127
 
128
+ #: includes/settings-page/sp-plugin-settings.php:32
129
+ #: includes/settings-page/sp-plugin-settings.php:47
130
+ #: includes/settings-page/sp-plugin-settings.php:62
131
+ #: includes/settings-page/sp-plugin-settings.php:77
132
+ #: includes/settings-page/sp-plugin-settings.php:92
133
+ #: includes/settings-page/sp-plugin-settings.php:107
134
+ #: includes/settings-page/sp-plugin-settings.php:122
135
+ #: includes/settings-page/sp-plugin-settings.php:137
136
+ msgid "Check box to delete favicon."
137
+ msgstr "Box anklicken, um das Favicon zu l&ouml;schen."
138
+
139
+ #: includes/settings-page/sp-plugin-settings.php:37
140
+ #: includes/settings-page/sp-plugin-settings.php:97
 
 
 
 
 
 
 
 
 
 
 
141
  #, php-format
142
  msgid "%1$s PNG"
143
  msgstr ""
144
 
145
+ #: includes/settings-page/sp-plugin-settings.php:52
146
+ #: includes/settings-page/sp-plugin-settings.php:112
147
  #, php-format
148
  msgid "%1$s GIF"
149
  msgstr ""
150
 
151
+ #: includes/settings-page/sp-plugin-settings.php:67
152
+ #: includes/settings-page/sp-plugin-settings.php:127
153
  #, php-format
154
+ msgid "%1$s Apple Touch Icon"
155
  msgstr ""
156
 
157
+ #: includes/settings-page/sp-plugin-settings.php:82
158
+ #: includes/settings-page/sp-plugin-settings.php:97
159
+ #: includes/settings-page/sp-plugin-settings.php:112
160
+ #: includes/settings-page/sp-plugin-settings.php:127
161
  msgid "Backend"
162
  msgstr ""
163
 
164
+ #: includes/settings-page/sp-plugin-settings.php:142
165
+ msgid "Don't add reflective shine"
166
+ msgstr "Keinen Effekt hinzuf&uuml;gen"
167
+
168
+ #: includes/settings-page/sp-plugin-settings.php:148
169
+ msgid "Don't add reflective shine to Apple Touch Icon"
170
+ msgstr "Keinen Effekt zum Apple Touch Icon hinzuf&uuml;gen"
171
+
172
+ #: includes/settings-page/sp-plugin-settings.php:153
173
  msgid "Remove link from Meta-box"
174
  msgstr "Link aus der Meta-box entfernen"
175
 
176
+ #: includes/settings-page/sp-plugin-settings.php:159
177
  msgid "Remove the link to the developers site from the WordPress meta-box."
178
  msgstr "Entfernt den Link zur Seite des Entwicklers aus der Meta-box des Blogs."
179
 
180
+ #: includes/settings-page/sp-plugin-settings.php:165
181
  msgid "Save Changes"
182
  msgstr "&Auml;nderungen speichern"
183
 
184
+ #: includes/settings-page/sp-tipps-box.php:14
 
 
 
 
 
 
 
 
 
185
  msgid "Tips"
186
  msgstr "Tipps"
187
 
188
+ #: includes/settings-page/sp-tipps-box.php:20
189
  msgid "Favicon wikipedia entry"
190
  msgstr "Wikipedia Eintrag"
191
 
192
+ #: includes/settings-page/sp-tipps-box.php:23
193
+ msgid "<a href=\"http://en.wikipedia.org/wiki/Favicon\" target=\"_blank\">Wikipedia</a> offers much information about favicon types and sizes."
194
+ msgstr "<a href=\"http://de.wikipedia.org/wiki/Favicon\" target=\"_blank\">Wikipedia</a> bietet viele Informationen &uuml;ber Favicons."
195
 
196
+ #: includes/settings-page/sp-tipps-box.php:28
197
  msgid "Favicon generator"
198
  msgstr "Favicon Generator"
199
 
200
+ #: includes/settings-page/sp-tipps-box.php:31
201
+ msgid "<a href=\"http://www.html-kit.com/favicon/\" target=\"_blank\">HTML Kit</a> provides a favicon generator that is very easy to use."
202
+ msgstr "<a href=\"http://www.html-kit.com/favicon/\" target=\"_blank\">HTML Kit</a> hat einen einfachen Favicon Generator."
203
+
204
+ #: includes/settings-page/sp-tipps-box.php:36
205
+ msgid "Favicon CC editor"
206
+ msgstr "Favicon CC editor"
207
 
208
+ #: includes/settings-page/sp-tipps-box.php:39
209
+ msgid "<a href=\"http://www.favicon.cc/\" target=\"_blank\">Favicon CC</a> provides a favicon editor that is very easy to use."
210
+ msgstr "<a href=\"http://www.favicon.cc/\" target=\"_blank\">Favicon CC</a> hat einen einfachen Favicon Generator."
211
+
212
+ #: includes/settings-page/sp-tipps-box.php:44
213
  msgid "Favicon validator"
214
  msgstr "Favicon Validator"
215
 
216
+ #: includes/settings-page/sp-tipps-box.php:47
217
+ msgid "<a href=\"http://www.html-kit.com/favicon/validator\" target=\"_blank\">HTML Kit</a> provides a favicon validator that tells you whether your favicon is working and if it is compatible to all browsers."
218
+ msgstr "<a href=\"http://www.html-kit.com/favicon/validator\" target=\"_blank\">HTML Kit</a> hat einen online Favicon Validator der Dir sagt, ob Dein Favicon richtig konfiguriert ist und ob es kompatibel zu allen Browsern ist."
219
 
220
+ #: includes/settings-page/sp-tipps-box.php:52
221
  msgid "Apple Touch Icon Howto"
222
  msgstr "Apple Touch Icon Howto"
223
 
224
+ #: includes/settings-page/sp-tipps-box.php:55
225
+ msgid "<a href=\"http://developer.apple.com/library/safari/#documentation/appleapplications/reference/safariwebcontent/ConfiguringWebApplications/ConfiguringWebApplications.html\" target=\"_blank\">Apple</a> provides a howto on how to create a PNG to use as an Apple Touch Icon."
226
+ msgstr "<a href=\"http://developer.apple.com/library/safari/#documentation/appleapplications/reference/safariwebcontent/ConfiguringWebApplications/ConfiguringWebApplications.html\" target=\"_blank\">Apple</a> hat ein Howto wie man ein PNG als Apple Touch Icon verwenden kann."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
227
 
228
+ #: includes/settings-page/sp-translation.php:14
229
  msgid "Translation"
230
  msgstr "&Uuml;bersetzung"
231
 
232
+ #: includes/settings-page/sp-translation.php:17
233
+ msgid "The english translation was done by <a href=\"http://www.techotronic.de\" target=\"_blank\">Arne Franken</a>."
234
+ msgstr "Die &Uuml;bersetzung ins Deutsche wurde von <a href=\"http://www.techotronic.de\" target=\"_blank\">Arne Franken</a> durchgef&uuml;hrt."
235
 
236
+ #~ msgid "Enter a URL or upload a Favicon."
237
+ #~ msgstr ""
238
+ #~ "GIb die URL zu einem vorhandenen Favicon ein oder lade ein neues hoch."
localization/aio-favicon-en_EN.mo CHANGED
Binary file
localization/aio-favicon-en_EN.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: All In One Favicon\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2011-01-16 01:01+0100\n"
6
- "PO-Revision-Date: 2011-01-16 01:01+0100\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Techotronic <blog@techotronic.de>\n"
9
  "MIME-Version: 1.0\n"
@@ -16,205 +16,220 @@ msgstr ""
16
  "X-Poedit-SourceCharset: utf-8\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: all-in-one-favicon.php:111
20
- msgid "Using"
 
 
 
 
 
 
21
  msgstr ""
22
 
23
- #: all-in-one-favicon.php:185
24
  #, php-format
25
  msgid "Successfully updated %1$s settings."
26
  msgstr ""
27
 
28
- #: all-in-one-favicon.php:187
29
  #, php-format
30
  msgid "%1$s settings were successfully deleted."
31
  msgstr ""
32
 
33
- #: all-in-one-favicon.php:246
34
  msgid "Did not update settings, you do not have the necessary rights."
35
  msgstr ""
36
 
37
- #: all-in-one-favicon.php:293
38
  #, php-format
39
  msgid "Did not delete %1$s settings. Either you dont have the nececssary rights or you didnt check the checkbox."
40
  msgstr ""
41
 
42
- #: includes/settings-page.php:15
43
- #: includes/settings-page.php:23
44
- msgid "Settings"
45
  msgstr ""
46
 
47
- #: includes/settings-page.php:32
48
- #: includes/settings-page.php:73
49
- #, php-format
50
- msgid "%1$s ICO"
51
  msgstr ""
52
 
53
- #: includes/settings-page.php:32
54
- #: includes/settings-page.php:42
55
- #: includes/settings-page.php:52
56
- #: includes/settings-page.php:62
57
- msgid "Frontend"
58
  msgstr ""
59
 
60
- #: includes/settings-page.php:36
61
- #: includes/settings-page.php:46
62
- #: includes/settings-page.php:56
63
- #: includes/settings-page.php:66
64
- #: includes/settings-page.php:77
65
- #: includes/settings-page.php:87
66
- #: includes/settings-page.php:97
67
- #: includes/settings-page.php:107
68
- msgid "Upload Favicon"
69
  msgstr ""
70
 
71
- #: includes/settings-page.php:37
72
- #: includes/settings-page.php:47
73
- #: includes/settings-page.php:57
74
- #: includes/settings-page.php:67
75
- #: includes/settings-page.php:78
76
- #: includes/settings-page.php:88
77
- #: includes/settings-page.php:98
78
- #: includes/settings-page.php:108
79
- msgid "Enter a URL or upload a Favicon."
80
  msgstr ""
81
 
82
- #: includes/settings-page.php:42
83
- #: includes/settings-page.php:83
84
- #, php-format
85
- msgid "%1$s PNG"
86
  msgstr ""
87
 
88
- #: includes/settings-page.php:52
89
- #: includes/settings-page.php:93
90
- #, php-format
91
- msgid "%1$s GIF"
92
  msgstr ""
93
 
94
- #: includes/settings-page.php:62
95
- #: includes/settings-page.php:103
96
- #, php-format
97
- msgid "%1$s Apple touch icon"
98
  msgstr ""
99
 
100
- #: includes/settings-page.php:73
101
- #: includes/settings-page.php:83
102
- #: includes/settings-page.php:93
103
- #: includes/settings-page.php:103
104
- msgid "Backend"
105
  msgstr ""
106
 
107
- #: includes/settings-page.php:113
108
- msgid "Remove link from Meta-box"
 
109
  msgstr ""
110
 
111
- #: includes/settings-page.php:117
112
- msgid "Remove the link to the developers site from the WordPress meta-box."
113
  msgstr ""
114
 
115
- #: includes/settings-page.php:123
116
- msgid "Save Changes"
117
  msgstr ""
118
 
119
- #: includes/settings-page.php:132
120
- #: includes/settings-page.php:141
121
- msgid "Delete Settings"
122
  msgstr ""
123
 
124
- #: includes/settings-page.php:135
125
- msgid "Check the box and click this button to delete settings of this plugin."
126
  msgstr ""
127
 
128
- #: includes/settings-page.php:151
129
- msgid "Tips"
 
130
  msgstr ""
131
 
132
- #: includes/settings-page.php:157
133
- msgid "Favicon wikipedia entry"
 
 
 
 
 
 
134
  msgstr ""
135
 
136
- #: includes/settings-page.php:160
137
- msgid "<a href=\"http://en.wikipedia.org/wiki/Favicon\">Wikipedia</a> offers much information about favicon types and sizes."
 
 
 
138
  msgstr ""
139
 
140
- #: includes/settings-page.php:165
141
- msgid "Favicon generator"
 
 
 
 
 
 
 
142
  msgstr ""
143
 
144
- #: includes/settings-page.php:168
145
- msgid "<a href=\"http://www.html-kit.com/favicon/\">HTML Kit</a> provides a favicon generator that is very easy to use."
 
 
146
  msgstr ""
147
 
148
- #: includes/settings-page.php:173
149
- msgid "Favicon validator"
 
 
150
  msgstr ""
151
 
152
- #: includes/settings-page.php:176
153
- msgid "<a href=\"http://www.html-kit.com/favicon/validator\">HTML Kit</a> provides a favicon validator that tells you whether your favicon is working and if it is compatible to all browsers."
 
 
154
  msgstr ""
155
 
156
- #: includes/settings-page.php:181
157
- msgid "Apple Touch Icon Howto"
 
 
 
158
  msgstr ""
159
 
160
- #: includes/settings-page.php:184
161
- msgid "<a href=\"http://developer.apple.com/safari/library/documentation/internetweb/conceptual/iPhoneWebAppHIG/MetricsLayout/MetricsLayout.html\">Apple</a> provides a howto on how to create a PNG to use as an Apple Touch Icon."
162
  msgstr ""
163
 
164
- #: includes/settings-page.php:195
165
- msgid "Top donations"
166
  msgstr ""
167
 
168
- #: includes/settings-page.php:204
169
- msgid "Latest donations"
170
  msgstr ""
171
 
172
- #: includes/settings-page.php:213
173
- msgid "Donate"
174
  msgstr ""
175
 
176
- #: includes/settings-page.php:217
177
- msgid "If you would like to make a small (or large) contribution towards future development please consider making a donation."
178
  msgstr ""
179
 
180
- #: includes/settings-page.php:222
181
- msgid "Techotronic Development Support"
182
  msgstr ""
183
 
184
- #: includes/settings-page.php:226
185
- msgid "Please enter the URL you'd like me to link to in the donors lists"
186
  msgstr ""
187
 
188
- #: includes/settings-page.php:228
189
- msgid "Return to Your Dashboard"
190
  msgstr ""
191
 
192
- #: includes/settings-page.php:232
193
- msgid "Select Preset Amount"
194
  msgstr ""
195
 
196
- #: includes/settings-page.php:240
197
- #: includes/settings-page.php:244
198
- msgid "USD"
199
  msgstr ""
200
 
201
- #: includes/settings-page.php:241
202
- msgid "Or"
203
  msgstr ""
204
 
205
- #: includes/settings-page.php:242
206
- msgid "Enter Custom Amount"
207
  msgstr ""
208
 
209
- #: includes/settings-page.php:246
210
- msgid "Submit"
 
 
 
 
 
 
 
 
 
 
 
 
211
  msgstr ""
212
 
213
- #: includes/settings-page.php:253
214
  msgid "Translation"
215
  msgstr ""
216
 
217
- #: includes/settings-page.php:256
218
- msgid "The english translation was done by <a href=\"http://www.techotronic.de\">Arne Franken</a>."
219
  msgstr ""
220
 
2
  msgstr ""
3
  "Project-Id-Version: All In One Favicon\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-03-15 00:33+0100\n"
6
+ "PO-Revision-Date: 2012-03-15 00:33+0100\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Techotronic <blog@techotronic.de>\n"
9
  "MIME-Version: 1.0\n"
16
  "X-Poedit-SourceCharset: utf-8\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: all-in-one-favicon.php:37
20
+ msgid "All in one Favicon"
21
+ msgstr ""
22
+
23
+ #: includes/aio-favicon-backend.php:158
24
+ #: includes/settings-page.php:15
25
+ #: includes/settings-page/sp-plugin-settings.php:13
26
+ msgid "Settings"
27
  msgstr ""
28
 
29
+ #: includes/aio-favicon-backend.php:183
30
  #, php-format
31
  msgid "Successfully updated %1$s settings."
32
  msgstr ""
33
 
34
+ #: includes/aio-favicon-backend.php:185
35
  #, php-format
36
  msgid "%1$s settings were successfully deleted."
37
  msgstr ""
38
 
39
+ #: includes/aio-favicon-backend.php:209
40
  msgid "Did not update settings, you do not have the necessary rights."
41
  msgstr ""
42
 
43
+ #: includes/aio-favicon-backend.php:270
44
  #, php-format
45
  msgid "Did not delete %1$s settings. Either you dont have the nececssary rights or you didnt check the checkbox."
46
  msgstr ""
47
 
48
+ #: includes/aio-favicon-frontend.php:96
49
+ msgid "Using"
 
50
  msgstr ""
51
 
52
+ #: includes/settings-page/sp-delete-settings.php:14
53
+ #: includes/settings-page/sp-delete-settings.php:23
54
+ msgid "Delete Settings"
 
55
  msgstr ""
56
 
57
+ #: includes/settings-page/sp-delete-settings.php:17
58
+ msgid "Check the box and click this button to delete settings of this plugin."
 
 
 
59
  msgstr ""
60
 
61
+ #: includes/settings-page/sp-donate-box.php:14
62
+ msgid "Donate"
 
 
 
 
 
 
 
63
  msgstr ""
64
 
65
+ #: includes/settings-page/sp-donate-box.php:18
66
+ msgid "If you would like to make a small (or large) contribution towards future development please consider making a donation."
 
 
 
 
 
 
 
67
  msgstr ""
68
 
69
+ #: includes/settings-page/sp-donate-box.php:24
70
+ msgid "Techotronic Development Support"
 
 
71
  msgstr ""
72
 
73
+ #: includes/settings-page/sp-donate-box.php:28
74
+ msgid "Please enter the URL you'd like me to link to in the donors lists"
 
 
75
  msgstr ""
76
 
77
+ #: includes/settings-page/sp-donate-box.php:30
78
+ msgid "Return to Your Dashboard"
 
 
79
  msgstr ""
80
 
81
+ #: includes/settings-page/sp-donate-box.php:34
82
+ msgid "Select Preset Amount"
 
 
 
83
  msgstr ""
84
 
85
+ #: includes/settings-page/sp-donate-box.php:42
86
+ #: includes/settings-page/sp-donate-box.php:46
87
+ msgid "USD"
88
  msgstr ""
89
 
90
+ #: includes/settings-page/sp-donate-box.php:43
91
+ msgid "Or"
92
  msgstr ""
93
 
94
+ #: includes/settings-page/sp-donate-box.php:44
95
+ msgid "Enter Custom Amount"
96
  msgstr ""
97
 
98
+ #: includes/settings-page/sp-donate-box.php:48
99
+ msgid "Submit"
 
100
  msgstr ""
101
 
102
+ #: includes/settings-page/sp-donations.php:14
103
+ msgid "Top donations"
104
  msgstr ""
105
 
106
+ #: includes/settings-page/sp-donations.php:20
107
+ #: includes/settings-page/sp-donations.php:33
108
+ msgid "Thank you for your donation."
109
  msgstr ""
110
 
111
+ #: includes/settings-page/sp-donations.php:27
112
+ msgid "Latest donations"
113
+ msgstr ""
114
+
115
+ #: includes/settings-page/sp-plugin-settings.php:22
116
+ #: includes/settings-page/sp-plugin-settings.php:82
117
+ #, php-format
118
+ msgid "%1$s ICO"
119
  msgstr ""
120
 
121
+ #: includes/settings-page/sp-plugin-settings.php:22
122
+ #: includes/settings-page/sp-plugin-settings.php:37
123
+ #: includes/settings-page/sp-plugin-settings.php:52
124
+ #: includes/settings-page/sp-plugin-settings.php:67
125
+ msgid "Frontend"
126
  msgstr ""
127
 
128
+ #: includes/settings-page/sp-plugin-settings.php:32
129
+ #: includes/settings-page/sp-plugin-settings.php:47
130
+ #: includes/settings-page/sp-plugin-settings.php:62
131
+ #: includes/settings-page/sp-plugin-settings.php:77
132
+ #: includes/settings-page/sp-plugin-settings.php:92
133
+ #: includes/settings-page/sp-plugin-settings.php:107
134
+ #: includes/settings-page/sp-plugin-settings.php:122
135
+ #: includes/settings-page/sp-plugin-settings.php:137
136
+ msgid "Check box to delete favicon."
137
  msgstr ""
138
 
139
+ #: includes/settings-page/sp-plugin-settings.php:37
140
+ #: includes/settings-page/sp-plugin-settings.php:97
141
+ #, php-format
142
+ msgid "%1$s PNG"
143
  msgstr ""
144
 
145
+ #: includes/settings-page/sp-plugin-settings.php:52
146
+ #: includes/settings-page/sp-plugin-settings.php:112
147
+ #, php-format
148
+ msgid "%1$s GIF"
149
  msgstr ""
150
 
151
+ #: includes/settings-page/sp-plugin-settings.php:67
152
+ #: includes/settings-page/sp-plugin-settings.php:127
153
+ #, php-format
154
+ msgid "%1$s Apple Touch Icon"
155
  msgstr ""
156
 
157
+ #: includes/settings-page/sp-plugin-settings.php:82
158
+ #: includes/settings-page/sp-plugin-settings.php:97
159
+ #: includes/settings-page/sp-plugin-settings.php:112
160
+ #: includes/settings-page/sp-plugin-settings.php:127
161
+ msgid "Backend"
162
  msgstr ""
163
 
164
+ #: includes/settings-page/sp-plugin-settings.php:142
165
+ msgid "Don't add reflective shine"
166
  msgstr ""
167
 
168
+ #: includes/settings-page/sp-plugin-settings.php:148
169
+ msgid "Don't add reflective shine to Apple Touch Icon"
170
  msgstr ""
171
 
172
+ #: includes/settings-page/sp-plugin-settings.php:153
173
+ msgid "Remove link from Meta-box"
174
  msgstr ""
175
 
176
+ #: includes/settings-page/sp-plugin-settings.php:159
177
+ msgid "Remove the link to the developers site from the WordPress meta-box."
178
  msgstr ""
179
 
180
+ #: includes/settings-page/sp-plugin-settings.php:165
181
+ msgid "Save Changes"
182
  msgstr ""
183
 
184
+ #: includes/settings-page/sp-tipps-box.php:14
185
+ msgid "Tips"
186
  msgstr ""
187
 
188
+ #: includes/settings-page/sp-tipps-box.php:20
189
+ msgid "Favicon wikipedia entry"
190
  msgstr ""
191
 
192
+ #: includes/settings-page/sp-tipps-box.php:23
193
+ msgid "<a href=\"http://en.wikipedia.org/wiki/Favicon\" target=\"_blank\">Wikipedia</a> offers much information about favicon types and sizes."
194
  msgstr ""
195
 
196
+ #: includes/settings-page/sp-tipps-box.php:28
197
+ msgid "Favicon generator"
198
  msgstr ""
199
 
200
+ #: includes/settings-page/sp-tipps-box.php:31
201
+ msgid "<a href=\"http://www.html-kit.com/favicon/\" target=\"_blank\">HTML Kit</a> provides a favicon generator that is very easy to use."
 
202
  msgstr ""
203
 
204
+ #: includes/settings-page/sp-tipps-box.php:36
205
+ msgid "Favicon CC editor"
206
  msgstr ""
207
 
208
+ #: includes/settings-page/sp-tipps-box.php:39
209
+ msgid "<a href=\"http://www.favicon.cc/\" target=\"_blank\">Favicon CC</a> provides a favicon editor that is very easy to use."
210
  msgstr ""
211
 
212
+ #: includes/settings-page/sp-tipps-box.php:44
213
+ msgid "Favicon validator"
214
+ msgstr ""
215
+
216
+ #: includes/settings-page/sp-tipps-box.php:47
217
+ msgid "<a href=\"http://www.html-kit.com/favicon/validator\" target=\"_blank\">HTML Kit</a> provides a favicon validator that tells you whether your favicon is working and if it is compatible to all browsers."
218
+ msgstr ""
219
+
220
+ #: includes/settings-page/sp-tipps-box.php:52
221
+ msgid "Apple Touch Icon Howto"
222
+ msgstr ""
223
+
224
+ #: includes/settings-page/sp-tipps-box.php:55
225
+ msgid "<a href=\"http://developer.apple.com/library/safari/#documentation/appleapplications/reference/safariwebcontent/ConfiguringWebApplications/ConfiguringWebApplications.html\" target=\"_blank\">Apple</a> provides a howto on how to create a PNG to use as an Apple Touch Icon."
226
  msgstr ""
227
 
228
+ #: includes/settings-page/sp-translation.php:14
229
  msgid "Translation"
230
  msgstr ""
231
 
232
+ #: includes/settings-page/sp-translation.php:17
233
+ msgid "The english translation was done by <a href=\"http://www.techotronic.de\" target=\"_blank\">Arne Franken</a>."
234
  msgstr ""
235
 
localization/aio-favicon-es_ES.mo CHANGED
Binary file
localization/aio-favicon-es_ES.po CHANGED
@@ -2,9 +2,9 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: All In One Favicon\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2010-05-04 01:15+0100\n"
6
- "PO-Revision-Date: 2011-01-04 00:10+0100\n"
7
- "Last-Translator: Juan Pablo Pérez Manes <jppm30@gmail.com>\n"
8
  "Language-Team: Techotronic <blog@techotronic.de>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -16,136 +16,223 @@ msgstr ""
16
  "X-Poedit-SourceCharset: utf-8\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: all-in-one-favicon.php:115
20
- msgid "Using"
21
- msgstr "Usando"
22
 
23
- #: all-in-one-favicon.php:189
 
 
 
 
 
 
24
  #, php-format
25
  msgid "Successfully updated %1$s settings."
26
  msgstr "Exitosamente actualizado %1$s configuraciones."
27
 
28
- #: all-in-one-favicon.php:191
29
  #, php-format
30
  msgid "%1$s settings were successfully deleted."
31
  msgstr "%1$s configuraciones fueron exitosamente suprimidas."
32
 
33
- #: all-in-one-favicon.php:231
34
  msgid "Did not update settings, you do not have the necessary rights."
35
  msgstr "No se actualizaron las configuraciones, usted no tiene los privilegios necesarios."
36
 
37
- #: all-in-one-favicon.php:278
38
  #, php-format
39
  msgid "Did not delete %1$s settings. Either you dont have the nececssary rights or you didnt check the checkbox."
40
  msgstr "No se borraron %1$s configuraciones. Puede ser que usted no tengo los privilegios necesarios o que que no haiga seleccionado la casilla de verificación."
41
 
42
- #: includes/settings-page.php:14
43
- #: includes/settings-page.php:21
44
- msgid "Settings"
45
- msgstr "Configuraciones"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
46
 
47
- #: includes/settings-page.php:30
48
- #: includes/settings-page.php:61
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
49
  #, php-format
50
  msgid "%1$s ICO"
51
  msgstr "%1$s ICO"
52
 
53
- #: includes/settings-page.php:30
54
- #: includes/settings-page.php:40
55
- #: includes/settings-page.php:51
 
56
  msgid "Frontend"
57
  msgstr "Portada"
58
 
59
- #: includes/settings-page.php:34
60
- #: includes/settings-page.php:44
61
- #: includes/settings-page.php:55
62
- #: includes/settings-page.php:65
63
- #: includes/settings-page.php:75
64
- #: includes/settings-page.php:86
65
- msgid "Upload Favicon"
66
- msgstr "Subir Favicon"
67
-
68
- #: includes/settings-page.php:35
69
- #: includes/settings-page.php:45
70
- #: includes/settings-page.php:56
71
- #: includes/settings-page.php:66
72
- #: includes/settings-page.php:76
73
- #: includes/settings-page.php:87
74
- msgid "Enter a URL or upload a Favicon."
75
- msgstr "Escriba la URL o suba el Favicon."
76
-
77
- #: includes/settings-page.php:40
78
- #: includes/settings-page.php:71
79
  #, php-format
80
  msgid "%1$s PNG"
81
  msgstr "%1$s PNG"
82
 
83
- #: includes/settings-page.php:51
84
- #: includes/settings-page.php:82
85
  #, php-format
86
  msgid "%1$s GIF"
87
  msgstr "%1$s GIF"
88
 
89
- #: includes/settings-page.php:61
90
- #: includes/settings-page.php:71
91
- #: includes/settings-page.php:82
 
 
 
 
 
 
 
92
  msgid "Backend"
93
  msgstr "Parte de atras"
94
 
95
- #: includes/settings-page.php:93
96
- msgid "Save Changes"
97
- msgstr "Guardar los cambios"
98
 
99
- #: includes/settings-page.php:102
100
- #: includes/settings-page.php:111
101
- msgid "Delete Settings"
102
- msgstr "Borrar la configuración"
103
 
104
- #: includes/settings-page.php:105
105
- msgid "Check the box and click this button to delete settings of this plugin."
106
- msgstr "Selecciona la casilla de verificación y da un clic en este botón para borrar la configuración de este plugin."
 
 
 
 
 
 
 
 
107
 
108
- #: includes/settings-page.php:121
109
  msgid "Tips"
110
  msgstr "Sugerencias"
111
 
112
- #: includes/settings-page.php:127
113
  msgid "Favicon wikipedia entry"
114
  msgstr "Artículo en Wikipedia sobre los Favicon"
115
 
116
- #: includes/settings-page.php:130
117
- msgid "<a href=\"http://en.wikipedia.org/wiki/Favicon\">Wikipedia</a> offers much information about favicon types and sizes."
118
- msgstr "<a href=\"http://en.wikipedia.org/wiki/Favicon\">Wikipedia</a>ofrece mucha información sobre los tipos y tamaños de los Favicon."
119
 
120
- #: includes/settings-page.php:135
121
  msgid "Favicon generator"
122
  msgstr "Generador de Favicon"
123
 
124
- #: includes/settings-page.php:138
125
- msgid "<a href=\"http://www.html-kit.com/favicon/\">HTML Kit</a> provides a favicon generator that is very easy to use."
126
- msgstr "<a href=\"http://www.html-kit.com/favicon/\">HTML Kit</a> provee un generador de favicon muy fácil de usar."
127
 
128
- #: includes/settings-page.php:143
 
 
 
 
 
 
 
 
 
129
  msgid "Favicon validator"
130
  msgstr "Validador de Favicon"
131
 
132
- #: includes/settings-page.php:146
133
- msgid "<a href=\"http://www.html-kit.com/favicon/validator\">HTML Kit</a> provides a favicon validator that tells you whether your favicon is working and if it is compatible to all browsers."
134
- msgstr "<a href=\"http://www.html-kit.com/favicon/validator\">HTML Kit</a> provee un validados de favicon que te dice si tu favicon esta funcionando y si es compatible con los navegadores."
135
 
136
- #: includes/settings-page.php:156
137
- msgid "Donate"
138
- msgstr "Donar"
139
 
140
- #: includes/settings-page.php:170
141
- msgid "If you would like to make a small (or large) contribution towards future development please consider making a donation."
142
- msgstr "Si a usted le gustaría hacer una contribución pequeña (o grande) para ayudar al desarro futuro de este plugin considere hacer una donación."
143
 
144
- #: includes/settings-page.php:179
145
  msgid "Translation"
146
  msgstr "Traducción"
147
 
148
- #: includes/settings-page.php:182
149
- msgid "The english translation was done by <a href=\"http://www.techotronic.de\">Arne Franken</a>."
150
- msgstr "La traducción a sido realizada por <a href=\"mailto:jppm30@gmail.com\">Juan Pablo Pérez Manes</a>"
151
 
 
 
2
  msgstr ""
3
  "Project-Id-Version: All In One Favicon\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-03-15 00:33+0100\n"
6
+ "PO-Revision-Date: 2012-03-15 00:33+0100\n"
7
+ "Last-Translator: \n"
8
  "Language-Team: Techotronic <blog@techotronic.de>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
16
  "X-Poedit-SourceCharset: utf-8\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: all-in-one-favicon.php:37
20
+ msgid "All in one Favicon"
21
+ msgstr ""
22
 
23
+ #: includes/aio-favicon-backend.php:158
24
+ #: includes/settings-page.php:15
25
+ #: includes/settings-page/sp-plugin-settings.php:13
26
+ msgid "Settings"
27
+ msgstr "Configuraciones"
28
+
29
+ #: includes/aio-favicon-backend.php:183
30
  #, php-format
31
  msgid "Successfully updated %1$s settings."
32
  msgstr "Exitosamente actualizado %1$s configuraciones."
33
 
34
+ #: includes/aio-favicon-backend.php:185
35
  #, php-format
36
  msgid "%1$s settings were successfully deleted."
37
  msgstr "%1$s configuraciones fueron exitosamente suprimidas."
38
 
39
+ #: includes/aio-favicon-backend.php:209
40
  msgid "Did not update settings, you do not have the necessary rights."
41
  msgstr "No se actualizaron las configuraciones, usted no tiene los privilegios necesarios."
42
 
43
+ #: includes/aio-favicon-backend.php:270
44
  #, php-format
45
  msgid "Did not delete %1$s settings. Either you dont have the nececssary rights or you didnt check the checkbox."
46
  msgstr "No se borraron %1$s configuraciones. Puede ser que usted no tengo los privilegios necesarios o que que no haiga seleccionado la casilla de verificación."
47
 
48
+ #: includes/aio-favicon-frontend.php:96
49
+ msgid "Using"
50
+ msgstr "Usando"
51
+
52
+ #: includes/settings-page/sp-delete-settings.php:14
53
+ #: includes/settings-page/sp-delete-settings.php:23
54
+ msgid "Delete Settings"
55
+ msgstr "Borrar la configuración"
56
+
57
+ #: includes/settings-page/sp-delete-settings.php:17
58
+ msgid "Check the box and click this button to delete settings of this plugin."
59
+ msgstr "Selecciona la casilla de verificación y da un clic en este botón para borrar la configuración de este plugin."
60
+
61
+ #: includes/settings-page/sp-donate-box.php:14
62
+ msgid "Donate"
63
+ msgstr "Donar"
64
+
65
+ #: includes/settings-page/sp-donate-box.php:18
66
+ msgid "If you would like to make a small (or large) contribution towards future development please consider making a donation."
67
+ msgstr "Si a usted le gustaría hacer una contribución pequeña (o grande) para ayudar al desarro futuro de este plugin considere hacer una donación."
68
+
69
+ #: includes/settings-page/sp-donate-box.php:24
70
+ msgid "Techotronic Development Support"
71
+ msgstr ""
72
+
73
+ #: includes/settings-page/sp-donate-box.php:28
74
+ msgid "Please enter the URL you'd like me to link to in the donors lists"
75
+ msgstr ""
76
+
77
+ #: includes/settings-page/sp-donate-box.php:30
78
+ msgid "Return to Your Dashboard"
79
+ msgstr ""
80
+
81
+ #: includes/settings-page/sp-donate-box.php:34
82
+ msgid "Select Preset Amount"
83
+ msgstr ""
84
+
85
+ #: includes/settings-page/sp-donate-box.php:42
86
+ #: includes/settings-page/sp-donate-box.php:46
87
+ msgid "USD"
88
+ msgstr ""
89
+
90
+ #: includes/settings-page/sp-donate-box.php:43
91
+ msgid "Or"
92
+ msgstr ""
93
+
94
+ #: includes/settings-page/sp-donate-box.php:44
95
+ msgid "Enter Custom Amount"
96
+ msgstr ""
97
 
98
+ #: includes/settings-page/sp-donate-box.php:48
99
+ msgid "Submit"
100
+ msgstr ""
101
+
102
+ #: includes/settings-page/sp-donations.php:14
103
+ msgid "Top donations"
104
+ msgstr ""
105
+
106
+ #: includes/settings-page/sp-donations.php:20
107
+ #: includes/settings-page/sp-donations.php:33
108
+ msgid "Thank you for your donation."
109
+ msgstr ""
110
+
111
+ #: includes/settings-page/sp-donations.php:27
112
+ msgid "Latest donations"
113
+ msgstr ""
114
+
115
+ #: includes/settings-page/sp-plugin-settings.php:22
116
+ #: includes/settings-page/sp-plugin-settings.php:82
117
  #, php-format
118
  msgid "%1$s ICO"
119
  msgstr "%1$s ICO"
120
 
121
+ #: includes/settings-page/sp-plugin-settings.php:22
122
+ #: includes/settings-page/sp-plugin-settings.php:37
123
+ #: includes/settings-page/sp-plugin-settings.php:52
124
+ #: includes/settings-page/sp-plugin-settings.php:67
125
  msgid "Frontend"
126
  msgstr "Portada"
127
 
128
+ #: includes/settings-page/sp-plugin-settings.php:32
129
+ #: includes/settings-page/sp-plugin-settings.php:47
130
+ #: includes/settings-page/sp-plugin-settings.php:62
131
+ #: includes/settings-page/sp-plugin-settings.php:77
132
+ #: includes/settings-page/sp-plugin-settings.php:92
133
+ #: includes/settings-page/sp-plugin-settings.php:107
134
+ #: includes/settings-page/sp-plugin-settings.php:122
135
+ #: includes/settings-page/sp-plugin-settings.php:137
136
+ msgid "Check box to delete favicon."
137
+ msgstr ""
138
+
139
+ #: includes/settings-page/sp-plugin-settings.php:37
140
+ #: includes/settings-page/sp-plugin-settings.php:97
 
 
 
 
 
 
 
141
  #, php-format
142
  msgid "%1$s PNG"
143
  msgstr "%1$s PNG"
144
 
145
+ #: includes/settings-page/sp-plugin-settings.php:52
146
+ #: includes/settings-page/sp-plugin-settings.php:112
147
  #, php-format
148
  msgid "%1$s GIF"
149
  msgstr "%1$s GIF"
150
 
151
+ #: includes/settings-page/sp-plugin-settings.php:67
152
+ #: includes/settings-page/sp-plugin-settings.php:127
153
+ #, php-format
154
+ msgid "%1$s Apple Touch Icon"
155
+ msgstr ""
156
+
157
+ #: includes/settings-page/sp-plugin-settings.php:82
158
+ #: includes/settings-page/sp-plugin-settings.php:97
159
+ #: includes/settings-page/sp-plugin-settings.php:112
160
+ #: includes/settings-page/sp-plugin-settings.php:127
161
  msgid "Backend"
162
  msgstr "Parte de atras"
163
 
164
+ #: includes/settings-page/sp-plugin-settings.php:142
165
+ msgid "Don't add reflective shine"
166
+ msgstr ""
167
 
168
+ #: includes/settings-page/sp-plugin-settings.php:148
169
+ msgid "Don't add reflective shine to Apple Touch Icon"
170
+ msgstr ""
 
171
 
172
+ #: includes/settings-page/sp-plugin-settings.php:153
173
+ msgid "Remove link from Meta-box"
174
+ msgstr ""
175
+
176
+ #: includes/settings-page/sp-plugin-settings.php:159
177
+ msgid "Remove the link to the developers site from the WordPress meta-box."
178
+ msgstr ""
179
+
180
+ #: includes/settings-page/sp-plugin-settings.php:165
181
+ msgid "Save Changes"
182
+ msgstr "Guardar los cambios"
183
 
184
+ #: includes/settings-page/sp-tipps-box.php:14
185
  msgid "Tips"
186
  msgstr "Sugerencias"
187
 
188
+ #: includes/settings-page/sp-tipps-box.php:20
189
  msgid "Favicon wikipedia entry"
190
  msgstr "Artículo en Wikipedia sobre los Favicon"
191
 
192
+ #: includes/settings-page/sp-tipps-box.php:23
193
+ msgid "<a href=\"http://en.wikipedia.org/wiki/Favicon\" target=\"_blank\">Wikipedia</a> offers much information about favicon types and sizes."
194
+ msgstr "<a href=\"http://en.wikipedia.org/wiki/Favicon\" target=\"_blank\">Wikipedia</a>ofrece mucha información sobre los tipos y tamaños de los Favicon."
195
 
196
+ #: includes/settings-page/sp-tipps-box.php:28
197
  msgid "Favicon generator"
198
  msgstr "Generador de Favicon"
199
 
200
+ #: includes/settings-page/sp-tipps-box.php:31
201
+ msgid "<a href=\"http://www.html-kit.com/favicon/\" target=\"_blank\">HTML Kit</a> provides a favicon generator that is very easy to use."
202
+ msgstr "<a href=\"http://www.html-kit.com/favicon/\" target=\"_blank\">HTML Kit</a> provee un generador de favicon muy fácil de usar."
203
 
204
+ #: includes/settings-page/sp-tipps-box.php:36
205
+ #, fuzzy
206
+ msgid "Favicon CC editor"
207
+ msgstr "Generador de Favicon"
208
+
209
+ #: includes/settings-page/sp-tipps-box.php:39
210
+ msgid "<a href=\"http://www.favicon.cc/\" target=\"_blank\">Favicon CC</a> provides a favicon editor that is very easy to use."
211
+ msgstr "<a href=\"http://www.favicon.cc/\" target=\"_blank\">Favicon CC</a> provee un generador de favicon muy fácil de usar."
212
+
213
+ #: includes/settings-page/sp-tipps-box.php:44
214
  msgid "Favicon validator"
215
  msgstr "Validador de Favicon"
216
 
217
+ #: includes/settings-page/sp-tipps-box.php:47
218
+ msgid "<a href=\"http://www.html-kit.com/favicon/validator\" target=\"_blank\">HTML Kit</a> provides a favicon validator that tells you whether your favicon is working and if it is compatible to all browsers."
219
+ msgstr "<a href=\"http://www.html-kit.com/favicon/validator\" target=\"_blank\">HTML Kit</a> provee un validados de favicon que te dice si tu favicon esta funcionando y si es compatible con los navegadores."
220
 
221
+ #: includes/settings-page/sp-tipps-box.php:52
222
+ msgid "Apple Touch Icon Howto"
223
+ msgstr ""
224
 
225
+ #: includes/settings-page/sp-tipps-box.php:55
226
+ msgid "<a href=\"http://developer.apple.com/library/safari/#documentation/appleapplications/reference/safariwebcontent/ConfiguringWebApplications/ConfiguringWebApplications.html\" target=\"_blank\">Apple</a> provides a howto on how to create a PNG to use as an Apple Touch Icon."
227
+ msgstr ""
228
 
229
+ #: includes/settings-page/sp-translation.php:14
230
  msgid "Translation"
231
  msgstr "Traducción"
232
 
233
+ #: includes/settings-page/sp-translation.php:17
234
+ msgid "The english translation was done by <a href=\"http://www.techotronic.de\" target=\"_blank\">Arne Franken</a>."
235
+ msgstr "La traducción a sido realizada por <a href=\"mailto:jppm30@gmail.com\" target=\"_blank\">Juan Pablo Pérez Manes</a>"
236
 
237
+ #~ msgid "Enter a URL or upload a Favicon."
238
+ #~ msgstr "Escriba la URL o suba el Favicon."
localization/aio-favicon-fr_FR.mo ADDED
Binary file
localization/aio-favicon-fr_FR.po ADDED
@@ -0,0 +1,239 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: All In One Favicon\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-03-15 00:33+0100\n"
6
+ "PO-Revision-Date: 2012-03-15 00:35+0100\n"
7
+ "Last-Translator: \n"
8
+ "Language-Team: Techotronic <blog@techotronic.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-Poedit-KeywordsList: __;_e\n"
13
+ "X-Poedit-Basepath: ..\n"
14
+ "X-Poedit-Language: English\n"
15
+ "X-Poedit-Country: UNITED KINGDOM\n"
16
+ "X-Poedit-SourceCharset: utf-8\n"
17
+ "X-Poedit-SearchPath-0: .\n"
18
+
19
+ #: all-in-one-favicon.php:37
20
+ #, fuzzy
21
+ msgid "All in one Favicon"
22
+ msgstr "Mettre un Favicon en ligne"
23
+
24
+ #: includes/aio-favicon-backend.php:158
25
+ #: includes/settings-page.php:15
26
+ #: includes/settings-page/sp-plugin-settings.php:13
27
+ msgid "Settings"
28
+ msgstr "Réglages"
29
+
30
+ #: includes/aio-favicon-backend.php:183
31
+ #, php-format
32
+ msgid "Successfully updated %1$s settings."
33
+ msgstr "%1$s réglage(s) mis à jour avec succès"
34
+
35
+ #: includes/aio-favicon-backend.php:185
36
+ #, php-format
37
+ msgid "%1$s settings were successfully deleted."
38
+ msgstr "%1$s réglages supprimés avec succès"
39
+
40
+ #: includes/aio-favicon-backend.php:209
41
+ msgid "Did not update settings, you do not have the necessary rights."
42
+ msgstr "Réglages non modifiés, vous n'avez pas les droits suffisants."
43
+
44
+ #: includes/aio-favicon-backend.php:270
45
+ #, php-format
46
+ msgid "Did not delete %1$s settings. Either you dont have the nececssary rights or you didnt check the checkbox."
47
+ msgstr "%1$s réglages non supprimés. Soit vous n'avez pas les droits nécessaires, soit vous n'avez pas coché la case."
48
+
49
+ #: includes/aio-favicon-frontend.php:96
50
+ msgid "Using"
51
+ msgstr "En utilisant"
52
+
53
+ #: includes/settings-page/sp-delete-settings.php:14
54
+ #: includes/settings-page/sp-delete-settings.php:23
55
+ msgid "Delete Settings"
56
+ msgstr "Supprimer les réglages"
57
+
58
+ #: includes/settings-page/sp-delete-settings.php:17
59
+ msgid "Check the box and click this button to delete settings of this plugin."
60
+ msgstr "Cochez la case et cliquez le bouton pour supprimer tous les réglages de ce plugin"
61
+
62
+ #: includes/settings-page/sp-donate-box.php:14
63
+ msgid "Donate"
64
+ msgstr "Donnez"
65
+
66
+ #: includes/settings-page/sp-donate-box.php:18
67
+ msgid "If you would like to make a small (or large) contribution towards future development please consider making a donation."
68
+ msgstr "Si vous voulez aider un peu (ou beaucoup) au développement futur, envisagez de faire un don."
69
+
70
+ #: includes/settings-page/sp-donate-box.php:24
71
+ msgid "Techotronic Development Support"
72
+ msgstr "Techotronic Development Support"
73
+
74
+ #: includes/settings-page/sp-donate-box.php:28
75
+ msgid "Please enter the URL you'd like me to link to in the donors lists"
76
+ msgstr "Merci d'indiquer l'URL que vous désirez que j'utilise dans la liste des donneurs"
77
+
78
+ #: includes/settings-page/sp-donate-box.php:30
79
+ msgid "Return to Your Dashboard"
80
+ msgstr "Retour au tableau de bord"
81
+
82
+ #: includes/settings-page/sp-donate-box.php:34
83
+ msgid "Select Preset Amount"
84
+ msgstr "Choisissez un montant préétabli"
85
+
86
+ #: includes/settings-page/sp-donate-box.php:42
87
+ #: includes/settings-page/sp-donate-box.php:46
88
+ msgid "USD"
89
+ msgstr "USD"
90
+
91
+ #: includes/settings-page/sp-donate-box.php:43
92
+ msgid "Or"
93
+ msgstr "ou"
94
+
95
+ #: includes/settings-page/sp-donate-box.php:44
96
+ msgid "Enter Custom Amount"
97
+ msgstr "Entrez un montant de votre choix"
98
+
99
+ #: includes/settings-page/sp-donate-box.php:48
100
+ msgid "Submit"
101
+ msgstr "Valider"
102
+
103
+ #: includes/settings-page/sp-donations.php:14
104
+ msgid "Top donations"
105
+ msgstr "Meilleurs dons"
106
+
107
+ #: includes/settings-page/sp-donations.php:20
108
+ #: includes/settings-page/sp-donations.php:33
109
+ msgid "Thank you for your donation."
110
+ msgstr ""
111
+
112
+ #: includes/settings-page/sp-donations.php:27
113
+ msgid "Latest donations"
114
+ msgstr "Derniers dons"
115
+
116
+ #: includes/settings-page/sp-plugin-settings.php:22
117
+ #: includes/settings-page/sp-plugin-settings.php:82
118
+ #, php-format
119
+ msgid "%1$s ICO"
120
+ msgstr "%1$s ICO"
121
+
122
+ #: includes/settings-page/sp-plugin-settings.php:22
123
+ #: includes/settings-page/sp-plugin-settings.php:37
124
+ #: includes/settings-page/sp-plugin-settings.php:52
125
+ #: includes/settings-page/sp-plugin-settings.php:67
126
+ msgid "Frontend"
127
+ msgstr "Blog"
128
+
129
+ #: includes/settings-page/sp-plugin-settings.php:32
130
+ #: includes/settings-page/sp-plugin-settings.php:47
131
+ #: includes/settings-page/sp-plugin-settings.php:62
132
+ #: includes/settings-page/sp-plugin-settings.php:77
133
+ #: includes/settings-page/sp-plugin-settings.php:92
134
+ #: includes/settings-page/sp-plugin-settings.php:107
135
+ #: includes/settings-page/sp-plugin-settings.php:122
136
+ #: includes/settings-page/sp-plugin-settings.php:137
137
+ msgid "Check box to delete favicon."
138
+ msgstr ""
139
+
140
+ #: includes/settings-page/sp-plugin-settings.php:37
141
+ #: includes/settings-page/sp-plugin-settings.php:97
142
+ #, php-format
143
+ msgid "%1$s PNG"
144
+ msgstr "%1$s PNG"
145
+
146
+ #: includes/settings-page/sp-plugin-settings.php:52
147
+ #: includes/settings-page/sp-plugin-settings.php:112
148
+ #, php-format
149
+ msgid "%1$s GIF"
150
+ msgstr "%1$s GIF"
151
+
152
+ #: includes/settings-page/sp-plugin-settings.php:67
153
+ #: includes/settings-page/sp-plugin-settings.php:127
154
+ #, fuzzy, php-format
155
+ msgid "%1$s Apple Touch Icon"
156
+ msgstr "%1$s icon Apple touch"
157
+
158
+ #: includes/settings-page/sp-plugin-settings.php:82
159
+ #: includes/settings-page/sp-plugin-settings.php:97
160
+ #: includes/settings-page/sp-plugin-settings.php:112
161
+ #: includes/settings-page/sp-plugin-settings.php:127
162
+ msgid "Backend"
163
+ msgstr "Administration"
164
+
165
+ #: includes/settings-page/sp-plugin-settings.php:142
166
+ msgid "Don't add reflective shine"
167
+ msgstr ""
168
+
169
+ #: includes/settings-page/sp-plugin-settings.php:148
170
+ msgid "Don't add reflective shine to Apple Touch Icon"
171
+ msgstr ""
172
+
173
+ #: includes/settings-page/sp-plugin-settings.php:153
174
+ msgid "Remove link from Meta-box"
175
+ msgstr "Supprimer le lien du widget Meta"
176
+
177
+ #: includes/settings-page/sp-plugin-settings.php:159
178
+ msgid "Remove the link to the developers site from the WordPress meta-box."
179
+ msgstr "Retire le lien sur le site des développeurs du widget meta"
180
+
181
+ #: includes/settings-page/sp-plugin-settings.php:165
182
+ msgid "Save Changes"
183
+ msgstr "Sauvegarder les modifications"
184
+
185
+ #: includes/settings-page/sp-tipps-box.php:14
186
+ msgid "Tips"
187
+ msgstr "Astuces"
188
+
189
+ #: includes/settings-page/sp-tipps-box.php:20
190
+ msgid "Favicon wikipedia entry"
191
+ msgstr "Entrée wikipedia sur les Favicons"
192
+
193
+ #: includes/settings-page/sp-tipps-box.php:23
194
+ msgid "<a href=\"http://en.wikipedia.org/wiki/Favicon\" target=\"_blank\">Wikipedia</a> offers much information about favicon types and sizes."
195
+ msgstr "<a href=\"http://fr.wikipedia.org/wiki/Favicon\" target=\"_blank\">Wikipedia</a> offre bien des informations sur les types et les tailles de favicons."
196
+
197
+ #: includes/settings-page/sp-tipps-box.php:28
198
+ msgid "Favicon generator"
199
+ msgstr "Générateur de Favicon"
200
+
201
+ #: includes/settings-page/sp-tipps-box.php:31
202
+ msgid "<a href=\"http://www.html-kit.com/favicon/\" target=\"_blank\">HTML Kit</a> provides a favicon generator that is very easy to use."
203
+ msgstr "<a href=\"http://www.html-kit.com/favicon/\" target=\"_blank\">HTML Kit</a> propose un générateur de favicon très simple à utiliser."
204
+
205
+ #: includes/settings-page/sp-tipps-box.php:36
206
+ #, fuzzy
207
+ msgid "Favicon CC editor"
208
+ msgstr "Générateur de Favicon"
209
+
210
+ #: includes/settings-page/sp-tipps-box.php:39
211
+ msgid "<a href=\"http://www.favicon.cc/\" target=\"_blank\">Favicon CC</a> provides a favicon editor that is very easy to use."
212
+ msgstr "<a href=\"http://www.favicon.cc/\" target=\"_blank\">Favicon CC</a> propose un générateur de favicon très simple à utiliser."
213
+
214
+ #: includes/settings-page/sp-tipps-box.php:44
215
+ msgid "Favicon validator"
216
+ msgstr "Validateur de Favicon"
217
+
218
+ #: includes/settings-page/sp-tipps-box.php:47
219
+ msgid "<a href=\"http://www.html-kit.com/favicon/validator\" target=\"_blank\">HTML Kit</a> provides a favicon validator that tells you whether your favicon is working and if it is compatible to all browsers."
220
+ msgstr "<a href=\"http://www.html-kit.com/favicon/validator\" target=\"_blank\">HTML Kit</a> propose un validateur de favicon qui vous indique si votre favicon fonctionne et est compatible avec tous les navigateurs."
221
+
222
+ #: includes/settings-page/sp-tipps-box.php:52
223
+ msgid "Apple Touch Icon Howto"
224
+ msgstr "Comment faire pour l'icon Apple Touch"
225
+
226
+ #: includes/settings-page/sp-tipps-box.php:55
227
+ msgid "<a href=\"http://developer.apple.com/library/safari/#documentation/appleapplications/reference/safariwebcontent/ConfiguringWebApplications/ConfiguringWebApplications.html\" target=\"_blank\">Apple</a> provides a howto on how to create a PNG to use as an Apple Touch Icon."
228
+ msgstr "<a href=\"http://developer.apple.com/library/safari/#documentation/appleapplications/reference/safariwebcontent/ConfiguringWebApplications/ConfiguringWebApplications.html\" target=\"_blank\">Apple</a> propose une marche à suivre (en Anglais) pur créer un PNG à utiliser comme icon Apple Touch."
229
+
230
+ #: includes/settings-page/sp-translation.php:14
231
+ msgid "Translation"
232
+ msgstr "Traduction"
233
+
234
+ #: includes/settings-page/sp-translation.php:17
235
+ msgid "The english translation was done by <a href=\"http://www.techotronic.de\" target=\"_blank\">Arne Franken</a>."
236
+ msgstr "La traduction française a été réalisée par <a href=\"http://www.loutan.net\" target=\"_blank\">Nicole Loutan</a>."
237
+
238
+ #~ msgid "Enter a URL or upload a Favicon."
239
+ #~ msgstr "Entrez une URL ou mettez en ligne un Favicon."
localization/aio-favicon-id_ID.mo CHANGED
Binary file
localization/aio-favicon-id_ID.po CHANGED
@@ -2,9 +2,9 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: All In One Favicon\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2010-05-04 01:15+0100\n"
6
- "PO-Revision-Date: 2010-11-29 12:05+0700\n"
7
- "Last-Translator: eko <eko@movableid.com>\n"
8
  "Language-Team: Techotronic <blog@techotronic.de>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -16,136 +16,223 @@ msgstr ""
16
  "X-Poedit-SourceCharset: utf-8\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: all-in-one-favicon.php:115
20
- msgid "Using"
21
- msgstr "Menggunakan"
22
 
23
- #: all-in-one-favicon.php:189
 
 
 
 
 
 
24
  #, php-format
25
  msgid "Successfully updated %1$s settings."
26
  msgstr "Berhasil memutakhirkan setelan %1$s."
27
 
28
- #: all-in-one-favicon.php:191
29
  #, php-format
30
  msgid "%1$s settings were successfully deleted."
31
  msgstr "Setelan %1$s berhasil dihapus."
32
 
33
- #: all-in-one-favicon.php:231
34
  msgid "Did not update settings, you do not have the necessary rights."
35
  msgstr "Tidak bisa memutakhirkan setelan, kamu tidak mempunyai hak akses yang dibutuhkan."
36
 
37
- #: all-in-one-favicon.php:278
38
  #, php-format
39
  msgid "Did not delete %1$s settings. Either you dont have the nececssary rights or you didnt check the checkbox."
40
  msgstr "Tidak bisa menghapus setelan %1$s. Bisa jadi karena kamu tidak mempunyai hak akses yang dibutuhkan atau tidak memberi tanda centang di kotak centang."
41
 
42
- #: includes/settings-page.php:14
43
- #: includes/settings-page.php:21
44
- msgid "Settings"
45
- msgstr "Setelan"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
46
 
47
- #: includes/settings-page.php:30
48
- #: includes/settings-page.php:61
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
49
  #, php-format
50
  msgid "%1$s ICO"
51
  msgstr "ICO %1$s"
52
 
53
- #: includes/settings-page.php:30
54
- #: includes/settings-page.php:40
55
- #: includes/settings-page.php:51
 
56
  msgid "Frontend"
57
  msgstr "Frontend"
58
 
59
- #: includes/settings-page.php:34
60
- #: includes/settings-page.php:44
61
- #: includes/settings-page.php:55
62
- #: includes/settings-page.php:65
63
- #: includes/settings-page.php:75
64
- #: includes/settings-page.php:86
65
- msgid "Upload Favicon"
66
- msgstr "Unggah Favicon"
67
-
68
- #: includes/settings-page.php:35
69
- #: includes/settings-page.php:45
70
- #: includes/settings-page.php:56
71
- #: includes/settings-page.php:66
72
- #: includes/settings-page.php:76
73
- #: includes/settings-page.php:87
74
- msgid "Enter a URL or upload a Favicon."
75
- msgstr "Masukkan URL atau unggah Favicon."
76
-
77
- #: includes/settings-page.php:40
78
- #: includes/settings-page.php:71
79
  #, php-format
80
  msgid "%1$s PNG"
81
  msgstr "PNG %1$s"
82
 
83
- #: includes/settings-page.php:51
84
- #: includes/settings-page.php:82
85
  #, php-format
86
  msgid "%1$s GIF"
87
  msgstr "GIF %1$s"
88
 
89
- #: includes/settings-page.php:61
90
- #: includes/settings-page.php:71
91
- #: includes/settings-page.php:82
 
 
 
 
 
 
 
92
  msgid "Backend"
93
  msgstr "Backend"
94
 
95
- #: includes/settings-page.php:93
96
- msgid "Save Changes"
97
- msgstr "Simpan Perubahan"
98
 
99
- #: includes/settings-page.php:102
100
- #: includes/settings-page.php:111
101
- msgid "Delete Settings"
102
- msgstr "Hapus Setelan"
103
 
104
- #: includes/settings-page.php:105
105
- msgid "Check the box and click this button to delete settings of this plugin."
106
- msgstr "Beri tanda centang pada kotak centang dan klik tombol ini untuk menghapus setelan pengaya ini."
 
 
 
 
 
 
 
 
107
 
108
- #: includes/settings-page.php:121
109
  msgid "Tips"
110
  msgstr "Tips"
111
 
112
- #: includes/settings-page.php:127
113
  msgid "Favicon wikipedia entry"
114
  msgstr "Entri wikipedia Favicon"
115
 
116
- #: includes/settings-page.php:130
117
- msgid "<a href=\"http://en.wikipedia.org/wiki/Favicon\">Wikipedia</a> offers much information about favicon types and sizes."
118
- msgstr "<a href=\"http://en.wikipedia.org/wiki/Favicon\">Wikipedia</a> memberikan banyak informasi mengenai tipe dan ukuran favicon."
119
 
120
- #: includes/settings-page.php:135
121
  msgid "Favicon generator"
122
  msgstr "Generator Favicon"
123
 
124
- #: includes/settings-page.php:138
125
- msgid "<a href=\"http://www.html-kit.com/favicon/\">HTML Kit</a> provides a favicon generator that is very easy to use."
126
- msgstr "<a href=\"http://www.html-kit.com/favicon/\">HTML Kit</a> menyediakan generator favicon yang sangat mudah digunakan."
127
 
128
- #: includes/settings-page.php:143
 
 
 
 
 
 
 
 
 
129
  msgid "Favicon validator"
130
  msgstr "Validator favicon"
131
 
132
- #: includes/settings-page.php:146
133
- msgid "<a href=\"http://www.html-kit.com/favicon/validator\">HTML Kit</a> provides a favicon validator that tells you whether your favicon is working and if it is compatible to all browsers."
134
- msgstr "<a href=\"http://www.html-kit.com/favicon/validator\">HTML Kit</a> menyediakan validator favicon yang memberikan informasi apakah favicon dapat berjalan dengan baik dan kompatibel dengan semua peramban."
135
 
136
- #: includes/settings-page.php:156
137
- msgid "Donate"
138
- msgstr "Donasi"
139
 
140
- #: includes/settings-page.php:170
141
- msgid "If you would like to make a small (or large) contribution towards future development please consider making a donation."
142
- msgstr "Jika kamu ingin memberikan kontribusi kecil (atau besar) terhadap pengembangan di masa yang akan datang pertimbangkanlah untuk memberikan donasi."
143
 
144
- #: includes/settings-page.php:179
145
  msgid "Translation"
146
  msgstr "Terjemahan"
147
 
148
- #: includes/settings-page.php:182
149
- msgid "The english translation was done by <a href=\"http://www.techotronic.de\">Arne Franken</a>."
150
- msgstr "Terjemahan bahasa Inggris dilakukan oleh <a href=\"http://www.techotronic.de\">Arne Franken</a>."
151
 
 
 
2
  msgstr ""
3
  "Project-Id-Version: All In One Favicon\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-03-15 00:36+0100\n"
6
+ "PO-Revision-Date: 2012-03-15 00:36+0100\n"
7
+ "Last-Translator: \n"
8
  "Language-Team: Techotronic <blog@techotronic.de>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
16
  "X-Poedit-SourceCharset: utf-8\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: all-in-one-favicon.php:37
20
+ msgid "All in one Favicon"
21
+ msgstr ""
22
 
23
+ #: includes/aio-favicon-backend.php:158
24
+ #: includes/settings-page.php:15
25
+ #: includes/settings-page/sp-plugin-settings.php:13
26
+ msgid "Settings"
27
+ msgstr "Setelan"
28
+
29
+ #: includes/aio-favicon-backend.php:183
30
  #, php-format
31
  msgid "Successfully updated %1$s settings."
32
  msgstr "Berhasil memutakhirkan setelan %1$s."
33
 
34
+ #: includes/aio-favicon-backend.php:185
35
  #, php-format
36
  msgid "%1$s settings were successfully deleted."
37
  msgstr "Setelan %1$s berhasil dihapus."
38
 
39
+ #: includes/aio-favicon-backend.php:209
40
  msgid "Did not update settings, you do not have the necessary rights."
41
  msgstr "Tidak bisa memutakhirkan setelan, kamu tidak mempunyai hak akses yang dibutuhkan."
42
 
43
+ #: includes/aio-favicon-backend.php:270
44
  #, php-format
45
  msgid "Did not delete %1$s settings. Either you dont have the nececssary rights or you didnt check the checkbox."
46
  msgstr "Tidak bisa menghapus setelan %1$s. Bisa jadi karena kamu tidak mempunyai hak akses yang dibutuhkan atau tidak memberi tanda centang di kotak centang."
47
 
48
+ #: includes/aio-favicon-frontend.php:96
49
+ msgid "Using"
50
+ msgstr "Menggunakan"
51
+
52
+ #: includes/settings-page/sp-delete-settings.php:14
53
+ #: includes/settings-page/sp-delete-settings.php:23
54
+ msgid "Delete Settings"
55
+ msgstr "Hapus Setelan"
56
+
57
+ #: includes/settings-page/sp-delete-settings.php:17
58
+ msgid "Check the box and click this button to delete settings of this plugin."
59
+ msgstr "Beri tanda centang pada kotak centang dan klik tombol ini untuk menghapus setelan pengaya ini."
60
+
61
+ #: includes/settings-page/sp-donate-box.php:14
62
+ msgid "Donate"
63
+ msgstr "Donasi"
64
+
65
+ #: includes/settings-page/sp-donate-box.php:18
66
+ msgid "If you would like to make a small (or large) contribution towards future development please consider making a donation."
67
+ msgstr "Jika kamu ingin memberikan kontribusi kecil (atau besar) terhadap pengembangan di masa yang akan datang pertimbangkanlah untuk memberikan donasi."
68
+
69
+ #: includes/settings-page/sp-donate-box.php:24
70
+ msgid "Techotronic Development Support"
71
+ msgstr ""
72
+
73
+ #: includes/settings-page/sp-donate-box.php:28
74
+ msgid "Please enter the URL you'd like me to link to in the donors lists"
75
+ msgstr ""
76
+
77
+ #: includes/settings-page/sp-donate-box.php:30
78
+ msgid "Return to Your Dashboard"
79
+ msgstr ""
80
+
81
+ #: includes/settings-page/sp-donate-box.php:34
82
+ msgid "Select Preset Amount"
83
+ msgstr ""
84
+
85
+ #: includes/settings-page/sp-donate-box.php:42
86
+ #: includes/settings-page/sp-donate-box.php:46
87
+ msgid "USD"
88
+ msgstr ""
89
+
90
+ #: includes/settings-page/sp-donate-box.php:43
91
+ msgid "Or"
92
+ msgstr ""
93
+
94
+ #: includes/settings-page/sp-donate-box.php:44
95
+ msgid "Enter Custom Amount"
96
+ msgstr ""
97
 
98
+ #: includes/settings-page/sp-donate-box.php:48
99
+ msgid "Submit"
100
+ msgstr ""
101
+
102
+ #: includes/settings-page/sp-donations.php:14
103
+ msgid "Top donations"
104
+ msgstr ""
105
+
106
+ #: includes/settings-page/sp-donations.php:20
107
+ #: includes/settings-page/sp-donations.php:33
108
+ msgid "Thank you for your donation."
109
+ msgstr ""
110
+
111
+ #: includes/settings-page/sp-donations.php:27
112
+ msgid "Latest donations"
113
+ msgstr ""
114
+
115
+ #: includes/settings-page/sp-plugin-settings.php:22
116
+ #: includes/settings-page/sp-plugin-settings.php:82
117
  #, php-format
118
  msgid "%1$s ICO"
119
  msgstr "ICO %1$s"
120
 
121
+ #: includes/settings-page/sp-plugin-settings.php:22
122
+ #: includes/settings-page/sp-plugin-settings.php:37
123
+ #: includes/settings-page/sp-plugin-settings.php:52
124
+ #: includes/settings-page/sp-plugin-settings.php:67
125
  msgid "Frontend"
126
  msgstr "Frontend"
127
 
128
+ #: includes/settings-page/sp-plugin-settings.php:32
129
+ #: includes/settings-page/sp-plugin-settings.php:47
130
+ #: includes/settings-page/sp-plugin-settings.php:62
131
+ #: includes/settings-page/sp-plugin-settings.php:77
132
+ #: includes/settings-page/sp-plugin-settings.php:92
133
+ #: includes/settings-page/sp-plugin-settings.php:107
134
+ #: includes/settings-page/sp-plugin-settings.php:122
135
+ #: includes/settings-page/sp-plugin-settings.php:137
136
+ msgid "Check box to delete favicon."
137
+ msgstr ""
138
+
139
+ #: includes/settings-page/sp-plugin-settings.php:37
140
+ #: includes/settings-page/sp-plugin-settings.php:97
 
 
 
 
 
 
 
141
  #, php-format
142
  msgid "%1$s PNG"
143
  msgstr "PNG %1$s"
144
 
145
+ #: includes/settings-page/sp-plugin-settings.php:52
146
+ #: includes/settings-page/sp-plugin-settings.php:112
147
  #, php-format
148
  msgid "%1$s GIF"
149
  msgstr "GIF %1$s"
150
 
151
+ #: includes/settings-page/sp-plugin-settings.php:67
152
+ #: includes/settings-page/sp-plugin-settings.php:127
153
+ #, php-format
154
+ msgid "%1$s Apple Touch Icon"
155
+ msgstr ""
156
+
157
+ #: includes/settings-page/sp-plugin-settings.php:82
158
+ #: includes/settings-page/sp-plugin-settings.php:97
159
+ #: includes/settings-page/sp-plugin-settings.php:112
160
+ #: includes/settings-page/sp-plugin-settings.php:127
161
  msgid "Backend"
162
  msgstr "Backend"
163
 
164
+ #: includes/settings-page/sp-plugin-settings.php:142
165
+ msgid "Don't add reflective shine"
166
+ msgstr ""
167
 
168
+ #: includes/settings-page/sp-plugin-settings.php:148
169
+ msgid "Don't add reflective shine to Apple Touch Icon"
170
+ msgstr ""
 
171
 
172
+ #: includes/settings-page/sp-plugin-settings.php:153
173
+ msgid "Remove link from Meta-box"
174
+ msgstr ""
175
+
176
+ #: includes/settings-page/sp-plugin-settings.php:159
177
+ msgid "Remove the link to the developers site from the WordPress meta-box."
178
+ msgstr ""
179
+
180
+ #: includes/settings-page/sp-plugin-settings.php:165
181
+ msgid "Save Changes"
182
+ msgstr "Simpan Perubahan"
183
 
184
+ #: includes/settings-page/sp-tipps-box.php:14
185
  msgid "Tips"
186
  msgstr "Tips"
187
 
188
+ #: includes/settings-page/sp-tipps-box.php:20
189
  msgid "Favicon wikipedia entry"
190
  msgstr "Entri wikipedia Favicon"
191
 
192
+ #: includes/settings-page/sp-tipps-box.php:23
193
+ msgid "<a href=\"http://en.wikipedia.org/wiki/Favicon\" target=\"_blank\">Wikipedia</a> offers much information about favicon types and sizes."
194
+ msgstr "<a href=\"http://en.wikipedia.org/wiki/Favicon\" target=\"_blank\">Wikipedia</a> memberikan banyak informasi mengenai tipe dan ukuran favicon."
195
 
196
+ #: includes/settings-page/sp-tipps-box.php:28
197
  msgid "Favicon generator"
198
  msgstr "Generator Favicon"
199
 
200
+ #: includes/settings-page/sp-tipps-box.php:31
201
+ msgid "<a href=\"http://www.html-kit.com/favicon/\" target=\"_blank\">HTML Kit</a> provides a favicon generator that is very easy to use."
202
+ msgstr "<a href=\"http://www.html-kit.com/favicon/\" target=\"_blank\">HTML Kit</a> menyediakan generator favicon yang sangat mudah digunakan."
203
 
204
+ #: includes/settings-page/sp-tipps-box.php:36
205
+ #, fuzzy
206
+ msgid "Favicon CC editor"
207
+ msgstr "Generator Favicon"
208
+
209
+ #: includes/settings-page/sp-tipps-box.php:39
210
+ msgid "<a href=\"http://www.favicon.cc/\" target=\"_blank\">Favicon CC</a> provides a favicon editor that is very easy to use."
211
+ msgstr "<a href=\"http://www.favicon.cc/\" target=\"_blank\">Favicon CC</a> menyediakan generator favicon yang sangat mudah digunakan."
212
+
213
+ #: includes/settings-page/sp-tipps-box.php:44
214
  msgid "Favicon validator"
215
  msgstr "Validator favicon"
216
 
217
+ #: includes/settings-page/sp-tipps-box.php:47
218
+ msgid "<a href=\"http://www.html-kit.com/favicon/validator\" target=\"_blank\">HTML Kit</a> provides a favicon validator that tells you whether your favicon is working and if it is compatible to all browsers."
219
+ msgstr "<a href=\"http://www.html-kit.com/favicon/validator\" target=\"_blank\">HTML Kit</a> menyediakan validator favicon yang memberikan informasi apakah favicon dapat berjalan dengan baik dan kompatibel dengan semua peramban."
220
 
221
+ #: includes/settings-page/sp-tipps-box.php:52
222
+ msgid "Apple Touch Icon Howto"
223
+ msgstr ""
224
 
225
+ #: includes/settings-page/sp-tipps-box.php:55
226
+ msgid "<a href=\"http://developer.apple.com/library/safari/#documentation/appleapplications/reference/safariwebcontent/ConfiguringWebApplications/ConfiguringWebApplications.html\" target=\"_blank\">Apple</a> provides a howto on how to create a PNG to use as an Apple Touch Icon."
227
+ msgstr ""
228
 
229
+ #: includes/settings-page/sp-translation.php:14
230
  msgid "Translation"
231
  msgstr "Terjemahan"
232
 
233
+ #: includes/settings-page/sp-translation.php:17
234
+ msgid "The english translation was done by <a href=\"http://www.techotronic.de\" target=\"_blank\">Arne Franken</a>."
235
+ msgstr "Terjemahan bahasa Inggris dilakukan oleh <a href=\"http://www.techotronic.de\" target=\"_blank\">Arne Franken</a>."
236
 
237
+ #~ msgid "Enter a URL or upload a Favicon."
238
+ #~ msgstr "Masukkan URL atau unggah Favicon."
localization/aio-favicon-it_IT.mo CHANGED
Binary file
localization/aio-favicon-it_IT.po CHANGED
@@ -2,9 +2,9 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: All In One Favicon\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2010-05-04 01:15+0100\n"
6
- "PO-Revision-Date: 2010-07-22 20:13+0100\n"
7
- "Last-Translator: lelebart (Valerio Vendrame) <lelebart@yahoo.it>\n"
8
  "Language-Team: Techotronic <blog@techotronic.de>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -16,136 +16,223 @@ msgstr ""
16
  "X-Poedit-SourceCharset: utf-8\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: all-in-one-favicon.php:115
20
- msgid "Using"
21
- msgstr "Utilizzando"
22
 
23
- #: all-in-one-favicon.php:189
 
 
 
 
 
 
24
  #, php-format
25
  msgid "Successfully updated %1$s settings."
26
  msgstr "Impostazioni di %1$s salvate con successo."
27
 
28
- #: all-in-one-favicon.php:191
29
  #, php-format
30
  msgid "%1$s settings were successfully deleted."
31
  msgstr "%1$s impostazioni sono state salvate con successo."
32
 
33
- #: all-in-one-favicon.php:231
34
  msgid "Did not update settings, you do not have the necessary rights."
35
  msgstr "Impostazioni non aggiornate, non hai i diritti necessari."
36
 
37
- #: all-in-one-favicon.php:278
38
  #, php-format
39
  msgid "Did not delete %1$s settings. Either you dont have the nececssary rights or you didnt check the checkbox."
40
  msgstr "Non sono state cancellate le impostazioni di %1$s. Non hai i diritti necessari oppure non hai spuntato la checkbox."
41
 
42
- #: includes/settings-page.php:14
43
- #: includes/settings-page.php:21
44
- msgid "Settings"
45
- msgstr "Impostazioni"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
46
 
47
- #: includes/settings-page.php:30
48
- #: includes/settings-page.php:61
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
49
  #, php-format
50
  msgid "%1$s ICO"
51
  msgstr "%1$s ICO"
52
 
53
- #: includes/settings-page.php:30
54
- #: includes/settings-page.php:40
55
- #: includes/settings-page.php:51
 
56
  msgid "Frontend"
57
  msgstr "Frontend (Sito)"
58
 
59
- #: includes/settings-page.php:34
60
- #: includes/settings-page.php:44
61
- #: includes/settings-page.php:55
62
- #: includes/settings-page.php:65
63
- #: includes/settings-page.php:75
64
- #: includes/settings-page.php:86
65
- msgid "Upload Favicon"
66
- msgstr "Carica Favicon"
67
-
68
- #: includes/settings-page.php:35
69
- #: includes/settings-page.php:45
70
- #: includes/settings-page.php:56
71
- #: includes/settings-page.php:66
72
- #: includes/settings-page.php:76
73
- #: includes/settings-page.php:87
74
- msgid "Enter a URL or upload a Favicon."
75
- msgstr "Inserisci un URL o carica una Favicon"
76
-
77
- #: includes/settings-page.php:40
78
- #: includes/settings-page.php:71
79
  #, php-format
80
  msgid "%1$s PNG"
81
  msgstr "%1$s PNG"
82
 
83
- #: includes/settings-page.php:51
84
- #: includes/settings-page.php:82
85
  #, php-format
86
  msgid "%1$s GIF"
87
  msgstr "%1$s GIF"
88
 
89
- #: includes/settings-page.php:61
90
- #: includes/settings-page.php:71
91
- #: includes/settings-page.php:82
 
 
 
 
 
 
 
92
  msgid "Backend"
93
  msgstr "Backend (Amministrazione)"
94
 
95
- #: includes/settings-page.php:93
96
- msgid "Save Changes"
97
- msgstr "Salva le modifiche"
98
 
99
- #: includes/settings-page.php:102
100
- #: includes/settings-page.php:111
101
- msgid "Delete Settings"
102
- msgstr "Cancella Impostazioni"
103
 
104
- #: includes/settings-page.php:105
105
- msgid "Check the box and click this button to delete settings of this plugin."
106
- msgstr "Spunta la checkbox e premi il bottone per cancellare le impostazioni del plugin."
 
 
 
 
 
 
 
 
107
 
108
- #: includes/settings-page.php:121
109
  msgid "Tips"
110
  msgstr "Consigli"
111
 
112
- #: includes/settings-page.php:127
113
  msgid "Favicon wikipedia entry"
114
  msgstr "Voce su Wikipedia"
115
 
116
- #: includes/settings-page.php:130
117
- msgid "<a href=\"http://en.wikipedia.org/wiki/Favicon\">Wikipedia</a> offers much information about favicon types and sizes."
118
- msgstr "<a href=\"http://it.wikipedia.org/wiki/Favicon\">Wikipedia</a> offre maggiori informazioni sui tipi e le dimensioni delle Favicon."
119
 
120
- #: includes/settings-page.php:135
121
  msgid "Favicon generator"
122
  msgstr "Generatore di Favicon"
123
 
124
- #: includes/settings-page.php:138
125
- msgid "<a href=\"http://www.html-kit.com/favicon/\">HTML Kit</a> provides a favicon generator that is very easy to use."
126
- msgstr "<a href=\"http://www.html-kit.com/favicon/\">HTML Kit</a> fornisce un generatore di Favicon veramente facile da utilizzare."
127
 
128
- #: includes/settings-page.php:143
 
 
 
 
 
 
 
 
 
129
  msgid "Favicon validator"
130
  msgstr "Favicon validator"
131
 
132
- #: includes/settings-page.php:146
133
- msgid "<a href=\"http://www.html-kit.com/favicon/validator\">HTML Kit</a> provides a favicon validator that tells you whether your favicon is working and if it is compatible to all browsers."
134
- msgstr "<a href=\"http://www.html-kit.com/favicon/validator\">HTML Kit</a> fornisce uno strumento per verificare se la Favicon &egrave; corretta e compatibile con tutti i browser."
135
 
136
- #: includes/settings-page.php:156
137
- msgid "Donate"
138
- msgstr "Dona"
139
 
140
- #: includes/settings-page.php:170
141
- msgid "If you would like to make a small (or large) contribution towards future development please consider making a donation."
142
- msgstr "Se vorrai contribuire al futuro sviluppo, considera una donazione."
143
 
144
- #: includes/settings-page.php:179
145
  msgid "Translation"
146
  msgstr "Traduzione"
147
 
148
- #: includes/settings-page.php:182
149
- msgid "The english translation was done by <a href=\"http://www.techotronic.de\">Arne Franken</a>."
150
- msgstr "La traduzione italiana &egrave; stata fatta da <a href=\"http://www.valeriovendrame.it\">Valerio Vendrame</a>."
151
 
 
 
2
  msgstr ""
3
  "Project-Id-Version: All In One Favicon\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-03-15 00:36+0100\n"
6
+ "PO-Revision-Date: 2012-03-15 00:36+0100\n"
7
+ "Last-Translator: \n"
8
  "Language-Team: Techotronic <blog@techotronic.de>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
16
  "X-Poedit-SourceCharset: utf-8\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: all-in-one-favicon.php:37
20
+ msgid "All in one Favicon"
21
+ msgstr ""
22
 
23
+ #: includes/aio-favicon-backend.php:158
24
+ #: includes/settings-page.php:15
25
+ #: includes/settings-page/sp-plugin-settings.php:13
26
+ msgid "Settings"
27
+ msgstr "Impostazioni"
28
+
29
+ #: includes/aio-favicon-backend.php:183
30
  #, php-format
31
  msgid "Successfully updated %1$s settings."
32
  msgstr "Impostazioni di %1$s salvate con successo."
33
 
34
+ #: includes/aio-favicon-backend.php:185
35
  #, php-format
36
  msgid "%1$s settings were successfully deleted."
37
  msgstr "%1$s impostazioni sono state salvate con successo."
38
 
39
+ #: includes/aio-favicon-backend.php:209
40
  msgid "Did not update settings, you do not have the necessary rights."
41
  msgstr "Impostazioni non aggiornate, non hai i diritti necessari."
42
 
43
+ #: includes/aio-favicon-backend.php:270
44
  #, php-format
45
  msgid "Did not delete %1$s settings. Either you dont have the nececssary rights or you didnt check the checkbox."
46
  msgstr "Non sono state cancellate le impostazioni di %1$s. Non hai i diritti necessari oppure non hai spuntato la checkbox."
47
 
48
+ #: includes/aio-favicon-frontend.php:96
49
+ msgid "Using"
50
+ msgstr "Utilizzando"
51
+
52
+ #: includes/settings-page/sp-delete-settings.php:14
53
+ #: includes/settings-page/sp-delete-settings.php:23
54
+ msgid "Delete Settings"
55
+ msgstr "Cancella Impostazioni"
56
+
57
+ #: includes/settings-page/sp-delete-settings.php:17
58
+ msgid "Check the box and click this button to delete settings of this plugin."
59
+ msgstr "Spunta la checkbox e premi il bottone per cancellare le impostazioni del plugin."
60
+
61
+ #: includes/settings-page/sp-donate-box.php:14
62
+ msgid "Donate"
63
+ msgstr "Dona"
64
+
65
+ #: includes/settings-page/sp-donate-box.php:18
66
+ msgid "If you would like to make a small (or large) contribution towards future development please consider making a donation."
67
+ msgstr "Se vorrai contribuire al futuro sviluppo, considera una donazione."
68
+
69
+ #: includes/settings-page/sp-donate-box.php:24
70
+ msgid "Techotronic Development Support"
71
+ msgstr ""
72
+
73
+ #: includes/settings-page/sp-donate-box.php:28
74
+ msgid "Please enter the URL you'd like me to link to in the donors lists"
75
+ msgstr ""
76
+
77
+ #: includes/settings-page/sp-donate-box.php:30
78
+ msgid "Return to Your Dashboard"
79
+ msgstr ""
80
+
81
+ #: includes/settings-page/sp-donate-box.php:34
82
+ msgid "Select Preset Amount"
83
+ msgstr ""
84
+
85
+ #: includes/settings-page/sp-donate-box.php:42
86
+ #: includes/settings-page/sp-donate-box.php:46
87
+ msgid "USD"
88
+ msgstr ""
89
+
90
+ #: includes/settings-page/sp-donate-box.php:43
91
+ msgid "Or"
92
+ msgstr ""
93
+
94
+ #: includes/settings-page/sp-donate-box.php:44
95
+ msgid "Enter Custom Amount"
96
+ msgstr ""
97
 
98
+ #: includes/settings-page/sp-donate-box.php:48
99
+ msgid "Submit"
100
+ msgstr ""
101
+
102
+ #: includes/settings-page/sp-donations.php:14
103
+ msgid "Top donations"
104
+ msgstr ""
105
+
106
+ #: includes/settings-page/sp-donations.php:20
107
+ #: includes/settings-page/sp-donations.php:33
108
+ msgid "Thank you for your donation."
109
+ msgstr ""
110
+
111
+ #: includes/settings-page/sp-donations.php:27
112
+ msgid "Latest donations"
113
+ msgstr ""
114
+
115
+ #: includes/settings-page/sp-plugin-settings.php:22
116
+ #: includes/settings-page/sp-plugin-settings.php:82
117
  #, php-format
118
  msgid "%1$s ICO"
119
  msgstr "%1$s ICO"
120
 
121
+ #: includes/settings-page/sp-plugin-settings.php:22
122
+ #: includes/settings-page/sp-plugin-settings.php:37
123
+ #: includes/settings-page/sp-plugin-settings.php:52
124
+ #: includes/settings-page/sp-plugin-settings.php:67
125
  msgid "Frontend"
126
  msgstr "Frontend (Sito)"
127
 
128
+ #: includes/settings-page/sp-plugin-settings.php:32
129
+ #: includes/settings-page/sp-plugin-settings.php:47
130
+ #: includes/settings-page/sp-plugin-settings.php:62
131
+ #: includes/settings-page/sp-plugin-settings.php:77
132
+ #: includes/settings-page/sp-plugin-settings.php:92
133
+ #: includes/settings-page/sp-plugin-settings.php:107
134
+ #: includes/settings-page/sp-plugin-settings.php:122
135
+ #: includes/settings-page/sp-plugin-settings.php:137
136
+ msgid "Check box to delete favicon."
137
+ msgstr ""
138
+
139
+ #: includes/settings-page/sp-plugin-settings.php:37
140
+ #: includes/settings-page/sp-plugin-settings.php:97
 
 
 
 
 
 
 
141
  #, php-format
142
  msgid "%1$s PNG"
143
  msgstr "%1$s PNG"
144
 
145
+ #: includes/settings-page/sp-plugin-settings.php:52
146
+ #: includes/settings-page/sp-plugin-settings.php:112
147
  #, php-format
148
  msgid "%1$s GIF"
149
  msgstr "%1$s GIF"
150
 
151
+ #: includes/settings-page/sp-plugin-settings.php:67
152
+ #: includes/settings-page/sp-plugin-settings.php:127
153
+ #, php-format
154
+ msgid "%1$s Apple Touch Icon"
155
+ msgstr ""
156
+
157
+ #: includes/settings-page/sp-plugin-settings.php:82
158
+ #: includes/settings-page/sp-plugin-settings.php:97
159
+ #: includes/settings-page/sp-plugin-settings.php:112
160
+ #: includes/settings-page/sp-plugin-settings.php:127
161
  msgid "Backend"
162
  msgstr "Backend (Amministrazione)"
163
 
164
+ #: includes/settings-page/sp-plugin-settings.php:142
165
+ msgid "Don't add reflective shine"
166
+ msgstr ""
167
 
168
+ #: includes/settings-page/sp-plugin-settings.php:148
169
+ msgid "Don't add reflective shine to Apple Touch Icon"
170
+ msgstr ""
 
171
 
172
+ #: includes/settings-page/sp-plugin-settings.php:153
173
+ msgid "Remove link from Meta-box"
174
+ msgstr ""
175
+
176
+ #: includes/settings-page/sp-plugin-settings.php:159
177
+ msgid "Remove the link to the developers site from the WordPress meta-box."
178
+ msgstr ""
179
+
180
+ #: includes/settings-page/sp-plugin-settings.php:165
181
+ msgid "Save Changes"
182
+ msgstr "Salva le modifiche"
183
 
184
+ #: includes/settings-page/sp-tipps-box.php:14
185
  msgid "Tips"
186
  msgstr "Consigli"
187
 
188
+ #: includes/settings-page/sp-tipps-box.php:20
189
  msgid "Favicon wikipedia entry"
190
  msgstr "Voce su Wikipedia"
191
 
192
+ #: includes/settings-page/sp-tipps-box.php:23
193
+ msgid "<a href=\"http://en.wikipedia.org/wiki/Favicon\" target=\"_blank\">Wikipedia</a> offers much information about favicon types and sizes."
194
+ msgstr "<a href=\"http://it.wikipedia.org/wiki/Favicon\" target=\"_blank\">Wikipedia</a> offre maggiori informazioni sui tipi e le dimensioni delle Favicon."
195
 
196
+ #: includes/settings-page/sp-tipps-box.php:28
197
  msgid "Favicon generator"
198
  msgstr "Generatore di Favicon"
199
 
200
+ #: includes/settings-page/sp-tipps-box.php:31
201
+ msgid "<a href=\"http://www.html-kit.com/favicon/\" target=\"_blank\">HTML Kit</a> provides a favicon generator that is very easy to use."
202
+ msgstr "<a href=\"http://www.html-kit.com/favicon/\" target=\"_blank\">HTML Kit</a> fornisce un generatore di Favicon veramente facile da utilizzare."
203
 
204
+ #: includes/settings-page/sp-tipps-box.php:36
205
+ #, fuzzy
206
+ msgid "Favicon CC editor"
207
+ msgstr "Generatore di Favicon"
208
+
209
+ #: includes/settings-page/sp-tipps-box.php:39
210
+ msgid "<a href=\"http://www.favicon.cc/\" target=\"_blank\">Favicon CC</a> provides a favicon editor that is very easy to use."
211
+ msgstr "<a href=\"http://www.favicon.cc/\" target=\"_blank\">Favicon CC</a> fornisce un generatore di Favicon veramente facile da utilizzare."
212
+
213
+ #: includes/settings-page/sp-tipps-box.php:44
214
  msgid "Favicon validator"
215
  msgstr "Favicon validator"
216
 
217
+ #: includes/settings-page/sp-tipps-box.php:47
218
+ msgid "<a href=\"http://www.html-kit.com/favicon/validator\" target=\"_blank\">HTML Kit</a> provides a favicon validator that tells you whether your favicon is working and if it is compatible to all browsers."
219
+ msgstr "<a href=\"http://www.html-kit.com/favicon/validator\" target=\"_blank\">HTML Kit</a> fornisce uno strumento per verificare se la Favicon &egrave; corretta e compatibile con tutti i browser."
220
 
221
+ #: includes/settings-page/sp-tipps-box.php:52
222
+ msgid "Apple Touch Icon Howto"
223
+ msgstr ""
224
 
225
+ #: includes/settings-page/sp-tipps-box.php:55
226
+ msgid "<a href=\"http://developer.apple.com/library/safari/#documentation/appleapplications/reference/safariwebcontent/ConfiguringWebApplications/ConfiguringWebApplications.html\" target=\"_blank\">Apple</a> provides a howto on how to create a PNG to use as an Apple Touch Icon."
227
+ msgstr ""
228
 
229
+ #: includes/settings-page/sp-translation.php:14
230
  msgid "Translation"
231
  msgstr "Traduzione"
232
 
233
+ #: includes/settings-page/sp-translation.php:17
234
+ msgid "The english translation was done by <a href=\"http://www.techotronic.de\" target=\"_blank\">Arne Franken</a>."
235
+ msgstr "La traduzione italiana &egrave; stata fatta da <a href=\"http://www.valeriovendrame.it\" target=\"_blank\">Valerio Vendrame</a>."
236
 
237
+ #~ msgid "Enter a URL or upload a Favicon."
238
+ #~ msgstr "Inserisci un URL o carica una Favicon"
localization/aio-favicon-nl_NL.mo ADDED
Binary file
localization/aio-favicon-nl_NL.po ADDED
@@ -0,0 +1,238 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: All In One Favicon\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-03-15 00:36+0100\n"
6
+ "PO-Revision-Date: 2012-03-15 00:37+0100\n"
7
+ "Last-Translator: \n"
8
+ "Language-Team: Techotronic <blog@techotronic.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-Poedit-KeywordsList: __;_e\n"
13
+ "X-Poedit-Basepath: ..\n"
14
+ "X-Poedit-Language: dutch\n"
15
+ "X-Poedit-Country: Netherlands\n"
16
+ "X-Poedit-SourceCharset: utf-8\n"
17
+ "X-Poedit-SearchPath-0: .\n"
18
+
19
+ #: all-in-one-favicon.php:37
20
+ msgid "All in one Favicon"
21
+ msgstr "All in one Favicon"
22
+
23
+ #: includes/aio-favicon-backend.php:158
24
+ #: includes/settings-page.php:15
25
+ #: includes/settings-page/sp-plugin-settings.php:13
26
+ msgid "Settings"
27
+ msgstr "Instellingen"
28
+
29
+ #: includes/aio-favicon-backend.php:183
30
+ #, php-format
31
+ msgid "Successfully updated %1$s settings."
32
+ msgstr "De %1$s instellingen werden upgedate."
33
+
34
+ #: includes/aio-favicon-backend.php:185
35
+ #, php-format
36
+ msgid "%1$s settings were successfully deleted."
37
+ msgstr "De %1$s instellingen werden succesvol verwijderd."
38
+
39
+ #: includes/aio-favicon-backend.php:209
40
+ msgid "Did not update settings, you do not have the necessary rights."
41
+ msgstr "De instellingen werden niet upgedate, je hebt onvoldoende rechten."
42
+
43
+ #: includes/aio-favicon-backend.php:270
44
+ #, php-format
45
+ msgid "Did not delete %1$s settings. Either you dont have the nececssary rights or you didnt check the checkbox."
46
+ msgstr "De %1$s instellingen werden niet verwijderd. Je hebt onvoldoende rechten of je hebt de checkbox niet aangevinkt."
47
+
48
+ #: includes/aio-favicon-frontend.php:96
49
+ msgid "Using"
50
+ msgstr "Gebruik"
51
+
52
+ #: includes/settings-page/sp-delete-settings.php:14
53
+ #: includes/settings-page/sp-delete-settings.php:23
54
+ msgid "Delete Settings"
55
+ msgstr "Verwijder Instellingen"
56
+
57
+ #: includes/settings-page/sp-delete-settings.php:17
58
+ msgid "Check the box and click this button to delete settings of this plugin."
59
+ msgstr "Vink aan en klik deze knop om instellingen van deze plugin te verwijderen."
60
+
61
+ #: includes/settings-page/sp-donate-box.php:14
62
+ msgid "Donate"
63
+ msgstr "Donneer"
64
+
65
+ #: includes/settings-page/sp-donate-box.php:18
66
+ msgid "If you would like to make a small (or large) contribution towards future development please consider making a donation."
67
+ msgstr "Als je graag een kleine (of grote) bijdrage wenst te leveren aan de toekomstige ontwikkeling van deze plugin, "
68
+
69
+ #: includes/settings-page/sp-donate-box.php:24
70
+ msgid "Techotronic Development Support"
71
+ msgstr "Techotronic Development Ondersteuning"
72
+
73
+ #: includes/settings-page/sp-donate-box.php:28
74
+ msgid "Please enter the URL you'd like me to link to in the donors lists"
75
+ msgstr "Gelieve de URL in te geven die je graag vermeld ziet staan in de donatie lijst."
76
+
77
+ #: includes/settings-page/sp-donate-box.php:30
78
+ msgid "Return to Your Dashboard"
79
+ msgstr "Terug naar je Dashboard"
80
+
81
+ #: includes/settings-page/sp-donate-box.php:34
82
+ msgid "Select Preset Amount"
83
+ msgstr "Selecteer bedrag"
84
+
85
+ #: includes/settings-page/sp-donate-box.php:42
86
+ #: includes/settings-page/sp-donate-box.php:46
87
+ msgid "USD"
88
+ msgstr "USD"
89
+
90
+ #: includes/settings-page/sp-donate-box.php:43
91
+ msgid "Or"
92
+ msgstr "Of"
93
+
94
+ #: includes/settings-page/sp-donate-box.php:44
95
+ msgid "Enter Custom Amount"
96
+ msgstr "Zelf bedrag ingeven"
97
+
98
+ #: includes/settings-page/sp-donate-box.php:48
99
+ msgid "Submit"
100
+ msgstr "Toevoegen"
101
+
102
+ #: includes/settings-page/sp-donations.php:14
103
+ msgid "Top donations"
104
+ msgstr "Top donaties"
105
+
106
+ #: includes/settings-page/sp-donations.php:20
107
+ #: includes/settings-page/sp-donations.php:33
108
+ msgid "Thank you for your donation."
109
+ msgstr ""
110
+
111
+ #: includes/settings-page/sp-donations.php:27
112
+ msgid "Latest donations"
113
+ msgstr "Laatste donaties"
114
+
115
+ #: includes/settings-page/sp-plugin-settings.php:22
116
+ #: includes/settings-page/sp-plugin-settings.php:82
117
+ #, php-format
118
+ msgid "%1$s ICO"
119
+ msgstr "%1$s ICO"
120
+
121
+ #: includes/settings-page/sp-plugin-settings.php:22
122
+ #: includes/settings-page/sp-plugin-settings.php:37
123
+ #: includes/settings-page/sp-plugin-settings.php:52
124
+ #: includes/settings-page/sp-plugin-settings.php:67
125
+ msgid "Frontend"
126
+ msgstr "Frontend"
127
+
128
+ #: includes/settings-page/sp-plugin-settings.php:32
129
+ #: includes/settings-page/sp-plugin-settings.php:47
130
+ #: includes/settings-page/sp-plugin-settings.php:62
131
+ #: includes/settings-page/sp-plugin-settings.php:77
132
+ #: includes/settings-page/sp-plugin-settings.php:92
133
+ #: includes/settings-page/sp-plugin-settings.php:107
134
+ #: includes/settings-page/sp-plugin-settings.php:122
135
+ #: includes/settings-page/sp-plugin-settings.php:137
136
+ msgid "Check box to delete favicon."
137
+ msgstr ""
138
+
139
+ #: includes/settings-page/sp-plugin-settings.php:37
140
+ #: includes/settings-page/sp-plugin-settings.php:97
141
+ #, php-format
142
+ msgid "%1$s PNG"
143
+ msgstr "%1$s PNG"
144
+
145
+ #: includes/settings-page/sp-plugin-settings.php:52
146
+ #: includes/settings-page/sp-plugin-settings.php:112
147
+ #, php-format
148
+ msgid "%1$s GIF"
149
+ msgstr "%1$s GIF"
150
+
151
+ #: includes/settings-page/sp-plugin-settings.php:67
152
+ #: includes/settings-page/sp-plugin-settings.php:127
153
+ #, fuzzy, php-format
154
+ msgid "%1$s Apple Touch Icon"
155
+ msgstr "%1$s Apple touch icon"
156
+
157
+ #: includes/settings-page/sp-plugin-settings.php:82
158
+ #: includes/settings-page/sp-plugin-settings.php:97
159
+ #: includes/settings-page/sp-plugin-settings.php:112
160
+ #: includes/settings-page/sp-plugin-settings.php:127
161
+ msgid "Backend"
162
+ msgstr "Backend"
163
+
164
+ #: includes/settings-page/sp-plugin-settings.php:142
165
+ msgid "Don't add reflective shine"
166
+ msgstr ""
167
+
168
+ #: includes/settings-page/sp-plugin-settings.php:148
169
+ msgid "Don't add reflective shine to Apple Touch Icon"
170
+ msgstr ""
171
+
172
+ #: includes/settings-page/sp-plugin-settings.php:153
173
+ msgid "Remove link from Meta-box"
174
+ msgstr "Verwijder link van Meta-box"
175
+
176
+ #: includes/settings-page/sp-plugin-settings.php:159
177
+ msgid "Remove the link to the developers site from the WordPress meta-box."
178
+ msgstr "Verwijder de link van de ontwikkelaar uit de WordPress meta-box."
179
+
180
+ #: includes/settings-page/sp-plugin-settings.php:165
181
+ msgid "Save Changes"
182
+ msgstr "Bewaar wijzigingen"
183
+
184
+ #: includes/settings-page/sp-tipps-box.php:14
185
+ msgid "Tips"
186
+ msgstr "Tips"
187
+
188
+ #: includes/settings-page/sp-tipps-box.php:20
189
+ msgid "Favicon wikipedia entry"
190
+ msgstr "Favicon wikipedia entry"
191
+
192
+ #: includes/settings-page/sp-tipps-box.php:23
193
+ msgid "<a href=\"http://en.wikipedia.org/wiki/Favicon\" target=\"_blank\">Wikipedia</a> offers much information about favicon types and sizes."
194
+ msgstr "<a href=\"http://en.wikipedia.org/wiki/Favicon\" target=\"_blank\">Wikipedia</a> geeft veel informatie over favicon types en groottes."
195
+
196
+ #: includes/settings-page/sp-tipps-box.php:28
197
+ msgid "Favicon generator"
198
+ msgstr "Favicon generator"
199
+
200
+ #: includes/settings-page/sp-tipps-box.php:31
201
+ msgid "<a href=\"http://www.html-kit.com/favicon/\" target=\"_blank\">HTML Kit</a> provides a favicon generator that is very easy to use."
202
+ msgstr "<a href=\"http://www.html-kit.com/favicon/\" target=\"_blank\">HTML Kit</a> heeft een erg eenvoudige favicon generator."
203
+
204
+ #: includes/settings-page/sp-tipps-box.php:36
205
+ #, fuzzy
206
+ msgid "Favicon CC editor"
207
+ msgstr "Favicon generator"
208
+
209
+ #: includes/settings-page/sp-tipps-box.php:39
210
+ msgid "<a href=\"http://www.favicon.cc/\" target=\"_blank\">Favicon CC</a> provides a favicon editor that is very easy to use."
211
+ msgstr "<a href=\"http://www.favicon.cc/\" target=\"_blank\">Favicon CC</a> heeft een erg eenvoudige favicon generator."
212
+
213
+ #: includes/settings-page/sp-tipps-box.php:44
214
+ msgid "Favicon validator"
215
+ msgstr "Favicon validator"
216
+
217
+ #: includes/settings-page/sp-tipps-box.php:47
218
+ msgid "<a href=\"http://www.html-kit.com/favicon/validator\" target=\"_blank\">HTML Kit</a> provides a favicon validator that tells you whether your favicon is working and if it is compatible to all browsers."
219
+ msgstr "<a href=\"http://www.html-kit.com/favicon/validator\" target=\"_blank\">HTML Kit</a> heeft een favicon validator die controleert als je favicon werkt en compatibel is in alle browsers."
220
+
221
+ #: includes/settings-page/sp-tipps-box.php:52
222
+ msgid "Apple Touch Icon Howto"
223
+ msgstr "Apple Touch Icon Hulp"
224
+
225
+ #: includes/settings-page/sp-tipps-box.php:55
226
+ msgid "<a href=\"http://developer.apple.com/library/safari/#documentation/appleapplications/reference/safariwebcontent/ConfiguringWebApplications/ConfiguringWebApplications.html\" target=\"_blank\">Apple</a> provides a howto on how to create a PNG to use as an Apple Touch Icon."
227
+ msgstr "<a href=\"http://developer.apple.com/library/safari/#documentation/appleapplications/reference/safariwebcontent/ConfiguringWebApplications/ConfiguringWebApplications.html\" target=\"_blank\">Apple</a> voorziet een howto voor het maken van een PNG om te gebruiken als Apple Touch Icon."
228
+
229
+ #: includes/settings-page/sp-translation.php:14
230
+ msgid "Translation"
231
+ msgstr "Vertaling"
232
+
233
+ #: includes/settings-page/sp-translation.php:17
234
+ msgid "The english translation was done by <a href=\"http://www.techotronic.de\" target=\"_blank\">Arne Franken</a>."
235
+ msgstr "The Nederlandse vertaling werd gemaakt door <a href=\"http://www.siteoptimo.com\" target=\"_blank\">Pieter Carette</a>."
236
+
237
+ #~ msgid "Enter a URL or upload a Favicon."
238
+ #~ msgstr "Geef een URL of upload een Favicon."
localization/aio-favicon-pl_PL.mo CHANGED
Binary file
localization/aio-favicon-pl_PL.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: All In One Favicon\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2010-06-27 00:56+0100\n"
6
- "PO-Revision-Date: 2010-06-27 00:58+0100\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Techotronic <blog@techotronic.de>\n"
9
  "MIME-Version: 1.0\n"
@@ -16,197 +16,223 @@ msgstr ""
16
  "X-Poedit-SourceCharset: utf-8\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: all-in-one-favicon.php:122
20
- msgid "Using"
21
- msgstr "Używanie"
 
 
 
 
 
 
22
 
23
- #: all-in-one-favicon.php:196
24
  #, php-format
25
  msgid "Successfully updated %1$s settings."
26
  msgstr "Zmiana ustawień %1$s powiodła się."
27
 
28
- #: all-in-one-favicon.php:198
29
  #, php-format
30
  msgid "%1$s settings were successfully deleted."
31
  msgstr "Ustawienia %1$s zostały usunięte."
32
 
33
- #: all-in-one-favicon.php:238
34
  msgid "Did not update settings, you do not have the necessary rights."
35
  msgstr "Nie zmieniono ustawień. Nie masz prawa dostępu."
36
 
37
- #: all-in-one-favicon.php:285
38
  #, php-format
39
  msgid "Did not delete %1$s settings. Either you dont have the nececssary rights or you didnt check the checkbox."
40
  msgstr "Nie usunięto ustawień %1$s. Nie masz prawa dostępu lub nie wstawiłeś ptaszka."
41
 
42
- #: includes/settings-page.php:15
43
- #: includes/settings-page.php:23
44
- msgid "Settings"
45
- msgstr "Ustawienia"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
46
 
47
- #: includes/settings-page.php:32
48
- #: includes/settings-page.php:73
49
  #, php-format
50
  msgid "%1$s ICO"
51
  msgstr "%1$s ICO"
52
 
53
- #: includes/settings-page.php:32
54
- #: includes/settings-page.php:42
55
- #: includes/settings-page.php:52
56
- #: includes/settings-page.php:62
57
  msgid "Frontend"
58
  msgstr "Strona główna."
59
 
60
- #: includes/settings-page.php:36
61
- #: includes/settings-page.php:46
62
- #: includes/settings-page.php:56
63
- #: includes/settings-page.php:66
64
- #: includes/settings-page.php:77
65
- #: includes/settings-page.php:87
66
- #: includes/settings-page.php:97
67
- #: includes/settings-page.php:107
68
- msgid "Upload Favicon"
69
- msgstr "Załaduj ikonkę."
70
-
71
- #: includes/settings-page.php:37
72
- #: includes/settings-page.php:47
73
- #: includes/settings-page.php:57
74
- #: includes/settings-page.php:67
75
- #: includes/settings-page.php:78
76
- #: includes/settings-page.php:88
77
- #: includes/settings-page.php:98
78
- #: includes/settings-page.php:108
79
- msgid "Enter a URL or upload a Favicon."
80
- msgstr "Wstaw ścieżkę URL lub załaduj plik ikonki."
81
-
82
- #: includes/settings-page.php:42
83
- #: includes/settings-page.php:83
84
  #, php-format
85
  msgid "%1$s PNG"
86
  msgstr "%1$s PNG"
87
 
88
- #: includes/settings-page.php:52
89
- #: includes/settings-page.php:93
90
  #, php-format
91
  msgid "%1$s GIF"
92
  msgstr "%1$s GIF"
93
 
94
- #: includes/settings-page.php:62
95
- #: includes/settings-page.php:103
96
  #, php-format
97
- msgid "%1$s Apple touch icon"
98
  msgstr ""
99
 
100
- #: includes/settings-page.php:73
101
- #: includes/settings-page.php:83
102
- #: includes/settings-page.php:93
103
- #: includes/settings-page.php:103
104
  msgid "Backend"
105
  msgstr "Zaplecze"
106
 
107
- #: includes/settings-page.php:114
108
- msgid "Save Changes"
109
- msgstr "Zapisz zmiany"
110
 
111
- #: includes/settings-page.php:123
112
- #: includes/settings-page.php:132
113
- msgid "Delete Settings"
114
- msgstr "Usuń ustawienia"
115
 
116
- #: includes/settings-page.php:126
117
- msgid "Check the box and click this button to delete settings of this plugin."
118
- msgstr "Wstaw ptaszka i kliknij w ten przycisk by usunąć ustawienia tej wtyczki."
 
 
 
 
 
 
 
 
119
 
120
- #: includes/settings-page.php:142
121
  msgid "Tips"
122
  msgstr "Ciekawostki"
123
 
124
- #: includes/settings-page.php:148
125
  msgid "Favicon wikipedia entry"
126
  msgstr "Favicon na wikipedii"
127
 
128
- #: includes/settings-page.php:151
129
- msgid "<a href=\"http://en.wikipedia.org/wiki/Favicon\">Wikipedia</a> offers much information about favicon types and sizes."
130
- msgstr "Na <a href=\"http://en.wikipedia.org/wiki/Favicon\">Wikipedii</a> znajdziesz więcej informacji na temat rodzajów i rozmiarów ikonek favicon."
131
 
132
- #: includes/settings-page.php:156
133
  msgid "Favicon generator"
134
  msgstr "Generator ikonek favicon"
135
 
136
- #: includes/settings-page.php:159
137
- msgid "<a href=\"http://www.html-kit.com/favicon/\">HTML Kit</a> provides a favicon generator that is very easy to use."
138
- msgstr "<a href=\"http://www.html-kit.com/favicon/\">HTML Kit</a> to generator ikonek favicon który jest bardzo łatwy w użyciu."
 
 
 
 
 
139
 
140
- #: includes/settings-page.php:164
 
 
 
 
141
  msgid "Favicon validator"
142
  msgstr "Tester ikonek favicon"
143
 
144
- #: includes/settings-page.php:167
145
- msgid "<a href=\"http://www.html-kit.com/favicon/validator\">HTML Kit</a> provides a favicon validator that tells you whether your favicon is working and if it is compatible to all browsers."
146
- msgstr "<a href=\"http://www.html-kit.com/favicon/validator\">HTML Kit</a> posiada tester ikonek favicon który powiadomi Cię czy Twoja ikonka działa i czy jest kompatybilna ze wszystkimi przeglądarkami."
147
 
148
- #: includes/settings-page.php:172
149
  msgid "Apple Touch Icon Howto"
150
  msgstr ""
151
 
152
- #: includes/settings-page.php:175
153
- msgid "<a href=\"http://developer.apple.com/safari/library/documentation/internetweb/conceptual/iPhoneWebAppHIG/MetricsLayout/MetricsLayout.html\">Apple</a> provides a howto on how to create a PNG to use as an Apple Touch Icon."
154
- msgstr ""
155
-
156
- #: includes/settings-page.php:186
157
- msgid "Top donations"
158
- msgstr ""
159
-
160
- #: includes/settings-page.php:195
161
- msgid "Latest donations"
162
- msgstr ""
163
-
164
- #: includes/settings-page.php:204
165
- msgid "Donate"
166
- msgstr "Dotacje"
167
-
168
- #: includes/settings-page.php:208
169
- msgid "If you would like to make a small (or large) contribution towards future development please consider making a donation."
170
- msgstr "Jesli chciałbyś pomóc w rozwoju przyszłych wersji rozważ dokonanie małej (lub dużej) dotacji."
171
-
172
- #: includes/settings-page.php:213
173
- msgid "Techotronic Development Support"
174
- msgstr ""
175
-
176
- #: includes/settings-page.php:217
177
- msgid "Please enter the URL you'd like me to link to in the donors lists"
178
- msgstr ""
179
-
180
- #: includes/settings-page.php:219
181
- msgid "Return to Your Dashboard"
182
- msgstr ""
183
-
184
- #: includes/settings-page.php:223
185
- msgid "Select Preset Amount"
186
- msgstr ""
187
-
188
- #: includes/settings-page.php:231
189
- #: includes/settings-page.php:235
190
- msgid "USD"
191
- msgstr ""
192
-
193
- #: includes/settings-page.php:232
194
- msgid "Or"
195
- msgstr ""
196
-
197
- #: includes/settings-page.php:233
198
- msgid "Enter Custom Amount"
199
- msgstr ""
200
-
201
- #: includes/settings-page.php:237
202
- msgid "Submit"
203
  msgstr ""
204
 
205
- #: includes/settings-page.php:244
206
  msgid "Translation"
207
  msgstr "Tłumaczenie"
208
 
209
- #: includes/settings-page.php:247
210
- msgid "The english translation was done by <a href=\"http://www.techotronic.de\">Arne Franken</a>."
211
- msgstr "Przełożył na Polski <a href=\"http://www.facebook.com/piniu69\">Piotr Czarnecki</a>."
212
 
 
 
2
  msgstr ""
3
  "Project-Id-Version: All In One Favicon\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-03-15 00:37+0100\n"
6
+ "PO-Revision-Date: 2012-03-15 00:37+0100\n"
7
  "Last-Translator: \n"
8
  "Language-Team: Techotronic <blog@techotronic.de>\n"
9
  "MIME-Version: 1.0\n"
16
  "X-Poedit-SourceCharset: utf-8\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: all-in-one-favicon.php:37
20
+ msgid "All in one Favicon"
21
+ msgstr ""
22
+
23
+ #: includes/aio-favicon-backend.php:158
24
+ #: includes/settings-page.php:15
25
+ #: includes/settings-page/sp-plugin-settings.php:13
26
+ msgid "Settings"
27
+ msgstr "Ustawienia"
28
 
29
+ #: includes/aio-favicon-backend.php:183
30
  #, php-format
31
  msgid "Successfully updated %1$s settings."
32
  msgstr "Zmiana ustawień %1$s powiodła się."
33
 
34
+ #: includes/aio-favicon-backend.php:185
35
  #, php-format
36
  msgid "%1$s settings were successfully deleted."
37
  msgstr "Ustawienia %1$s zostały usunięte."
38
 
39
+ #: includes/aio-favicon-backend.php:209
40
  msgid "Did not update settings, you do not have the necessary rights."
41
  msgstr "Nie zmieniono ustawień. Nie masz prawa dostępu."
42
 
43
+ #: includes/aio-favicon-backend.php:270
44
  #, php-format
45
  msgid "Did not delete %1$s settings. Either you dont have the nececssary rights or you didnt check the checkbox."
46
  msgstr "Nie usunięto ustawień %1$s. Nie masz prawa dostępu lub nie wstawiłeś ptaszka."
47
 
48
+ #: includes/aio-favicon-frontend.php:96
49
+ msgid "Using"
50
+ msgstr "Używanie"
51
+
52
+ #: includes/settings-page/sp-delete-settings.php:14
53
+ #: includes/settings-page/sp-delete-settings.php:23
54
+ msgid "Delete Settings"
55
+ msgstr "Usuń ustawienia"
56
+
57
+ #: includes/settings-page/sp-delete-settings.php:17
58
+ msgid "Check the box and click this button to delete settings of this plugin."
59
+ msgstr "Wstaw ptaszka i kliknij w ten przycisk by usunąć ustawienia tej wtyczki."
60
+
61
+ #: includes/settings-page/sp-donate-box.php:14
62
+ msgid "Donate"
63
+ msgstr "Dotacje"
64
+
65
+ #: includes/settings-page/sp-donate-box.php:18
66
+ msgid "If you would like to make a small (or large) contribution towards future development please consider making a donation."
67
+ msgstr "Jesli chciałbyś pomóc w rozwoju przyszłych wersji rozważ dokonanie małej (lub dużej) dotacji."
68
+
69
+ #: includes/settings-page/sp-donate-box.php:24
70
+ msgid "Techotronic Development Support"
71
+ msgstr ""
72
+
73
+ #: includes/settings-page/sp-donate-box.php:28
74
+ msgid "Please enter the URL you'd like me to link to in the donors lists"
75
+ msgstr ""
76
+
77
+ #: includes/settings-page/sp-donate-box.php:30
78
+ msgid "Return to Your Dashboard"
79
+ msgstr ""
80
+
81
+ #: includes/settings-page/sp-donate-box.php:34
82
+ msgid "Select Preset Amount"
83
+ msgstr ""
84
+
85
+ #: includes/settings-page/sp-donate-box.php:42
86
+ #: includes/settings-page/sp-donate-box.php:46
87
+ msgid "USD"
88
+ msgstr ""
89
+
90
+ #: includes/settings-page/sp-donate-box.php:43
91
+ msgid "Or"
92
+ msgstr ""
93
+
94
+ #: includes/settings-page/sp-donate-box.php:44
95
+ msgid "Enter Custom Amount"
96
+ msgstr ""
97
+
98
+ #: includes/settings-page/sp-donate-box.php:48
99
+ msgid "Submit"
100
+ msgstr ""
101
+
102
+ #: includes/settings-page/sp-donations.php:14
103
+ msgid "Top donations"
104
+ msgstr ""
105
+
106
+ #: includes/settings-page/sp-donations.php:20
107
+ #: includes/settings-page/sp-donations.php:33
108
+ msgid "Thank you for your donation."
109
+ msgstr ""
110
+
111
+ #: includes/settings-page/sp-donations.php:27
112
+ msgid "Latest donations"
113
+ msgstr ""
114
 
115
+ #: includes/settings-page/sp-plugin-settings.php:22
116
+ #: includes/settings-page/sp-plugin-settings.php:82
117
  #, php-format
118
  msgid "%1$s ICO"
119
  msgstr "%1$s ICO"
120
 
121
+ #: includes/settings-page/sp-plugin-settings.php:22
122
+ #: includes/settings-page/sp-plugin-settings.php:37
123
+ #: includes/settings-page/sp-plugin-settings.php:52
124
+ #: includes/settings-page/sp-plugin-settings.php:67
125
  msgid "Frontend"
126
  msgstr "Strona główna."
127
 
128
+ #: includes/settings-page/sp-plugin-settings.php:32
129
+ #: includes/settings-page/sp-plugin-settings.php:47
130
+ #: includes/settings-page/sp-plugin-settings.php:62
131
+ #: includes/settings-page/sp-plugin-settings.php:77
132
+ #: includes/settings-page/sp-plugin-settings.php:92
133
+ #: includes/settings-page/sp-plugin-settings.php:107
134
+ #: includes/settings-page/sp-plugin-settings.php:122
135
+ #: includes/settings-page/sp-plugin-settings.php:137
136
+ msgid "Check box to delete favicon."
137
+ msgstr ""
138
+
139
+ #: includes/settings-page/sp-plugin-settings.php:37
140
+ #: includes/settings-page/sp-plugin-settings.php:97
 
 
 
 
 
 
 
 
 
 
 
141
  #, php-format
142
  msgid "%1$s PNG"
143
  msgstr "%1$s PNG"
144
 
145
+ #: includes/settings-page/sp-plugin-settings.php:52
146
+ #: includes/settings-page/sp-plugin-settings.php:112
147
  #, php-format
148
  msgid "%1$s GIF"
149
  msgstr "%1$s GIF"
150
 
151
+ #: includes/settings-page/sp-plugin-settings.php:67
152
+ #: includes/settings-page/sp-plugin-settings.php:127
153
  #, php-format
154
+ msgid "%1$s Apple Touch Icon"
155
  msgstr ""
156
 
157
+ #: includes/settings-page/sp-plugin-settings.php:82
158
+ #: includes/settings-page/sp-plugin-settings.php:97
159
+ #: includes/settings-page/sp-plugin-settings.php:112
160
+ #: includes/settings-page/sp-plugin-settings.php:127
161
  msgid "Backend"
162
  msgstr "Zaplecze"
163
 
164
+ #: includes/settings-page/sp-plugin-settings.php:142
165
+ msgid "Don't add reflective shine"
166
+ msgstr ""
167
 
168
+ #: includes/settings-page/sp-plugin-settings.php:148
169
+ msgid "Don't add reflective shine to Apple Touch Icon"
170
+ msgstr ""
 
171
 
172
+ #: includes/settings-page/sp-plugin-settings.php:153
173
+ msgid "Remove link from Meta-box"
174
+ msgstr ""
175
+
176
+ #: includes/settings-page/sp-plugin-settings.php:159
177
+ msgid "Remove the link to the developers site from the WordPress meta-box."
178
+ msgstr ""
179
+
180
+ #: includes/settings-page/sp-plugin-settings.php:165
181
+ msgid "Save Changes"
182
+ msgstr "Zapisz zmiany"
183
 
184
+ #: includes/settings-page/sp-tipps-box.php:14
185
  msgid "Tips"
186
  msgstr "Ciekawostki"
187
 
188
+ #: includes/settings-page/sp-tipps-box.php:20
189
  msgid "Favicon wikipedia entry"
190
  msgstr "Favicon na wikipedii"
191
 
192
+ #: includes/settings-page/sp-tipps-box.php:23
193
+ msgid "<a href=\"http://en.wikipedia.org/wiki/Favicon\" target=\"_blank\">Wikipedia</a> offers much information about favicon types and sizes."
194
+ msgstr "Na <a href=\"http://en.wikipedia.org/wiki/Favicon\" target=\"_blank\">Wikipedii</a> znajdziesz więcej informacji na temat rodzajów i rozmiarów ikonek favicon."
195
 
196
+ #: includes/settings-page/sp-tipps-box.php:28
197
  msgid "Favicon generator"
198
  msgstr "Generator ikonek favicon"
199
 
200
+ #: includes/settings-page/sp-tipps-box.php:31
201
+ msgid "<a href=\"http://www.html-kit.com/favicon/\" target=\"_blank\">HTML Kit</a> provides a favicon generator that is very easy to use."
202
+ msgstr "<a href=\"http://www.html-kit.com/favicon/\" target=\"_blank\">HTML Kit</a> to generator ikonek favicon który jest bardzo łatwy w użyciu."
203
+
204
+ #: includes/settings-page/sp-tipps-box.php:36
205
+ #, fuzzy
206
+ msgid "Favicon CC editor"
207
+ msgstr "Generator ikonek favicon"
208
 
209
+ #: includes/settings-page/sp-tipps-box.php:39
210
+ msgid "<a href=\"http://www.favicon.cc/\" target=\"_blank\">Favicon CC</a> provides a favicon editor that is very easy to use."
211
+ msgstr "<a href=\"http://www.favicon.cc/\" target=\"_blank\">Favicon CC</a> to generator ikonek favicon który jest bardzo łatwy w użyciu."
212
+
213
+ #: includes/settings-page/sp-tipps-box.php:44
214
  msgid "Favicon validator"
215
  msgstr "Tester ikonek favicon"
216
 
217
+ #: includes/settings-page/sp-tipps-box.php:47
218
+ msgid "<a href=\"http://www.html-kit.com/favicon/validator\" target=\"_blank\">HTML Kit</a> provides a favicon validator that tells you whether your favicon is working and if it is compatible to all browsers."
219
+ msgstr "<a href=\"http://www.html-kit.com/favicon/validator\" target=\"_blank\">HTML Kit</a> posiada tester ikonek favicon który powiadomi Cię czy Twoja ikonka działa i czy jest kompatybilna ze wszystkimi przeglądarkami."
220
 
221
+ #: includes/settings-page/sp-tipps-box.php:52
222
  msgid "Apple Touch Icon Howto"
223
  msgstr ""
224
 
225
+ #: includes/settings-page/sp-tipps-box.php:55
226
+ msgid "<a href=\"http://developer.apple.com/library/safari/#documentation/appleapplications/reference/safariwebcontent/ConfiguringWebApplications/ConfiguringWebApplications.html\" target=\"_blank\">Apple</a> provides a howto on how to create a PNG to use as an Apple Touch Icon."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
227
  msgstr ""
228
 
229
+ #: includes/settings-page/sp-translation.php:14
230
  msgid "Translation"
231
  msgstr "Tłumaczenie"
232
 
233
+ #: includes/settings-page/sp-translation.php:17
234
+ msgid "The english translation was done by <a href=\"http://www.techotronic.de\" target=\"_blank\">Arne Franken</a>."
235
+ msgstr "Przełożył na Polski <a href=\"http://www.facebook.com/piniu69\" target=\"_blank\">Piotr Czarnecki</a>."
236
 
237
+ #~ msgid "Enter a URL or upload a Favicon."
238
+ #~ msgstr "Wstaw ścieżkę URL lub załaduj plik ikonki."
localization/aio-favicon-sk_SK.mo ADDED
Binary file
localization/aio-favicon-sk_SK.po ADDED
@@ -0,0 +1,281 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: All in one Favicon v3.1\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-03-15 00:37+0100\n"
6
+ "PO-Revision-Date: 2012-03-15 00:38+0100\n"
7
+ "Last-Translator: \n"
8
+ "Language-Team: \n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "Plural-Forms: nplurals=2; plural=n != 1;\n"
13
+ "X-Poedit-Language: Slovak\n"
14
+ "X-Poedit-Country: SLOVAKIA\n"
15
+ "X-Poedit-SourceCharset: utf-8\n"
16
+ "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
17
+ "X-Poedit-Basepath: ../\n"
18
+ "X-Textdomain-Support: yes\n"
19
+ "X-Poedit-SearchPath-0: .\n"
20
+
21
+ # @ aio-favicon
22
+ #: all-in-one-favicon.php:37
23
+ msgid "All in one Favicon"
24
+ msgstr ""
25
+
26
+ # @ aio-favicon
27
+ #: includes/aio-favicon-backend.php:158
28
+ #: includes/settings-page.php:15
29
+ #: includes/settings-page/sp-plugin-settings.php:13
30
+ msgid "Settings"
31
+ msgstr "Nastavenia"
32
+
33
+ # @ aio-favicon
34
+ #: includes/aio-favicon-backend.php:183
35
+ #, php-format
36
+ msgid "Successfully updated %1$s settings."
37
+ msgstr "Úspešne aktualizovaných %1$s nastavení."
38
+
39
+ # @ aio-favicon
40
+ #: includes/aio-favicon-backend.php:185
41
+ #, php-format
42
+ msgid "%1$s settings were successfully deleted."
43
+ msgstr "%1$s nastavení úspešene vymazaných."
44
+
45
+ # @ aio-favicon
46
+ #: includes/aio-favicon-backend.php:209
47
+ msgid "Did not update settings, you do not have the necessary rights."
48
+ msgstr "Nastavenia neboli zmenené, nemáte potrebné práva."
49
+
50
+ # @ aio-favicon
51
+ #: includes/aio-favicon-backend.php:270
52
+ #, php-format
53
+ msgid "Did not delete %1$s settings. Either you dont have the nececssary rights or you didnt check the checkbox."
54
+ msgstr "%1$s Nastavení sa nevymazalo. Buď nemáte potrebné práva, alebo ste nezaškrtli políčko."
55
+
56
+ # @ aio-favicon
57
+ #: includes/aio-favicon-frontend.php:96
58
+ msgid "Using"
59
+ msgstr "Používate"
60
+
61
+ # @ aio-favicon
62
+ #: includes/settings-page/sp-delete-settings.php:14
63
+ #: includes/settings-page/sp-delete-settings.php:23
64
+ msgid "Delete Settings"
65
+ msgstr "Vymazať nastavenia"
66
+
67
+ # @ aio-favicon
68
+ #: includes/settings-page/sp-delete-settings.php:17
69
+ msgid "Check the box and click this button to delete settings of this plugin."
70
+ msgstr "Po zaškrnutí možnosti budú vymazané všetky nastavenia modulu."
71
+
72
+ # @ aio-favicon
73
+ #: includes/settings-page/sp-donate-box.php:14
74
+ msgid "Donate"
75
+ msgstr "Prispieť"
76
+
77
+ # @ aio-favicon
78
+ #: includes/settings-page/sp-donate-box.php:18
79
+ msgid "If you would like to make a small (or large) contribution towards future development please consider making a donation."
80
+ msgstr "Ak nás chcete podporiť v ďalšom vývoji, zvážte prosím aspoň malú finančnú podporu, ceníme si to!"
81
+
82
+ # @ aio-favicon
83
+ #: includes/settings-page/sp-donate-box.php:24
84
+ msgid "Techotronic Development Support"
85
+ msgstr "Profesionálna podpora"
86
+
87
+ # @ aio-favicon
88
+ #: includes/settings-page/sp-donate-box.php:28
89
+ msgid "Please enter the URL you'd like me to link to in the donors lists"
90
+ msgstr "Zadajte prosím URL, ktorú chcete zobraziť v zozname darcov"
91
+
92
+ # @ aio-favicon
93
+ #: includes/settings-page/sp-donate-box.php:30
94
+ msgid "Return to Your Dashboard"
95
+ msgstr "Vrátiť sa na nástenku"
96
+
97
+ # @ aio-favicon
98
+ #: includes/settings-page/sp-donate-box.php:34
99
+ msgid "Select Preset Amount"
100
+ msgstr "Vybrať predvolené čiastku"
101
+
102
+ # @ aio-favicon
103
+ #: includes/settings-page/sp-donate-box.php:42
104
+ #: includes/settings-page/sp-donate-box.php:46
105
+ msgid "USD"
106
+ msgstr "USD"
107
+
108
+ # @ aio-favicon
109
+ #: includes/settings-page/sp-donate-box.php:43
110
+ msgid "Or"
111
+ msgstr "Alebo"
112
+
113
+ # @ aio-favicon
114
+ #: includes/settings-page/sp-donate-box.php:44
115
+ msgid "Enter Custom Amount"
116
+ msgstr "Zadať inú čiastku"
117
+
118
+ # @ aio-favicon
119
+ #: includes/settings-page/sp-donate-box.php:48
120
+ msgid "Submit"
121
+ msgstr "Odoslať"
122
+
123
+ # @ aio-favicon
124
+ #: includes/settings-page/sp-donations.php:14
125
+ msgid "Top donations"
126
+ msgstr "Najväčšie príspevky"
127
+
128
+ #: includes/settings-page/sp-donations.php:20
129
+ #: includes/settings-page/sp-donations.php:33
130
+ msgid "Thank you for your donation."
131
+ msgstr ""
132
+
133
+ # @ aio-favicon
134
+ #: includes/settings-page/sp-donations.php:27
135
+ msgid "Latest donations"
136
+ msgstr "Posledné príspevky"
137
+
138
+ # @ aio-favicon
139
+ #: includes/settings-page/sp-plugin-settings.php:22
140
+ #: includes/settings-page/sp-plugin-settings.php:82
141
+ #, php-format
142
+ msgid "%1$s ICO"
143
+ msgstr "%1$s ICO"
144
+
145
+ # @ aio-favicon
146
+ #: includes/settings-page/sp-plugin-settings.php:22
147
+ #: includes/settings-page/sp-plugin-settings.php:37
148
+ #: includes/settings-page/sp-plugin-settings.php:52
149
+ #: includes/settings-page/sp-plugin-settings.php:67
150
+ msgid "Frontend"
151
+ msgstr "Vstup"
152
+
153
+ #: includes/settings-page/sp-plugin-settings.php:32
154
+ #: includes/settings-page/sp-plugin-settings.php:47
155
+ #: includes/settings-page/sp-plugin-settings.php:62
156
+ #: includes/settings-page/sp-plugin-settings.php:77
157
+ #: includes/settings-page/sp-plugin-settings.php:92
158
+ #: includes/settings-page/sp-plugin-settings.php:107
159
+ #: includes/settings-page/sp-plugin-settings.php:122
160
+ #: includes/settings-page/sp-plugin-settings.php:137
161
+ msgid "Check box to delete favicon."
162
+ msgstr ""
163
+
164
+ # @ aio-favicon
165
+ #: includes/settings-page/sp-plugin-settings.php:37
166
+ #: includes/settings-page/sp-plugin-settings.php:97
167
+ #, php-format
168
+ msgid "%1$s PNG"
169
+ msgstr "%1$s PNG"
170
+
171
+ # @ aio-favicon
172
+ #: includes/settings-page/sp-plugin-settings.php:52
173
+ #: includes/settings-page/sp-plugin-settings.php:112
174
+ #, php-format
175
+ msgid "%1$s GIF"
176
+ msgstr "%1$s GIF"
177
+
178
+ # @ aio-favicon
179
+ #: includes/settings-page/sp-plugin-settings.php:67
180
+ #: includes/settings-page/sp-plugin-settings.php:127
181
+ #, fuzzy, php-format
182
+ msgid "%1$s Apple Touch Icon"
183
+ msgstr "%1$s Apple touch ikonka"
184
+
185
+ # @ aio-favicon
186
+ #: includes/settings-page/sp-plugin-settings.php:82
187
+ #: includes/settings-page/sp-plugin-settings.php:97
188
+ #: includes/settings-page/sp-plugin-settings.php:112
189
+ #: includes/settings-page/sp-plugin-settings.php:127
190
+ msgid "Backend"
191
+ msgstr "Výstup"
192
+
193
+ #: includes/settings-page/sp-plugin-settings.php:142
194
+ msgid "Don't add reflective shine"
195
+ msgstr ""
196
+
197
+ #: includes/settings-page/sp-plugin-settings.php:148
198
+ msgid "Don't add reflective shine to Apple Touch Icon"
199
+ msgstr ""
200
+
201
+ # @ aio-favicon
202
+ #: includes/settings-page/sp-plugin-settings.php:153
203
+ msgid "Remove link from Meta-box"
204
+ msgstr "Odstrániť odkaz z Meta boxu"
205
+
206
+ # @ aio-favicon
207
+ #: includes/settings-page/sp-plugin-settings.php:159
208
+ msgid "Remove the link to the developers site from the WordPress meta-box."
209
+ msgstr "Odstrániť odkaz na vývojársku stránku z WordPress meta boxu."
210
+
211
+ # @ default
212
+ #: includes/settings-page/sp-plugin-settings.php:165
213
+ msgid "Save Changes"
214
+ msgstr "Uložiť zmeny"
215
+
216
+ # @ aio-favicon
217
+ #: includes/settings-page/sp-tipps-box.php:14
218
+ msgid "Tips"
219
+ msgstr "Tipy"
220
+
221
+ # @ aio-favicon
222
+ #: includes/settings-page/sp-tipps-box.php:20
223
+ msgid "Favicon wikipedia entry"
224
+ msgstr "Faficon na wikipedii"
225
+
226
+ # @ aio-favicon
227
+ #: includes/settings-page/sp-tipps-box.php:23
228
+ msgid "<a href=\"http://en.wikipedia.org/wiki/Favicon\" target=\"_blank\">Wikipedia</a> offers much information about favicon types and sizes."
229
+ msgstr "<a href=\"http://en.wikipedia.org/wiki/Favicon\" target=\"_blank\">Wikipedia</a> ponúka kopec informácií o ikonkách a ich veľkostiach."
230
+
231
+ # @ aio-favicon
232
+ #: includes/settings-page/sp-tipps-box.php:28
233
+ msgid "Favicon generator"
234
+ msgstr "Favicon generátor"
235
+
236
+ # @ aio-favicon
237
+ #: includes/settings-page/sp-tipps-box.php:31
238
+ msgid "<a href=\"http://www.html-kit.com/favicon/\" target=\"_blank\">HTML Kit</a> provides a favicon generator that is very easy to use."
239
+ msgstr "<a href=\"http://www.html-kit.com/favicon/\" target=\"_blank\">HTML Kit</a> poskytuje generátor ikoniek a je ľahký na použitie."
240
+
241
+ # @ aio-favicon
242
+ #: includes/settings-page/sp-tipps-box.php:36
243
+ #, fuzzy
244
+ msgid "Favicon CC editor"
245
+ msgstr "Favicon generátor"
246
+
247
+ # @ aio-favicon
248
+ #: includes/settings-page/sp-tipps-box.php:39
249
+ msgid "<a href=\"http://www.favicon.cc/\" target=\"_blank\">Favicon CC</a> provides a favicon editor that is very easy to use."
250
+ msgstr "<a href=\"http://www.favicon.cc/\" target=\"_blank\">Favicon CC</a> poskytuje generátor ikoniek a je ľahký na použitie."
251
+
252
+ # @ aio-favicon
253
+ #: includes/settings-page/sp-tipps-box.php:44
254
+ msgid "Favicon validator"
255
+ msgstr "Favicon validátor"
256
+
257
+ # @ aio-favicon
258
+ #: includes/settings-page/sp-tipps-box.php:47
259
+ msgid "<a href=\"http://www.html-kit.com/favicon/validator\" target=\"_blank\">HTML Kit</a> provides a favicon validator that tells you whether your favicon is working and if it is compatible to all browsers."
260
+ msgstr "<a href=\"http://www.html-kit.com/favicon/validator\" target=\"_blank\">HTML Kit</a> poskytuje validátor, ktorý vám povie či je ikonka funkčná a kompatibilná so všetkými prehliadačmi."
261
+
262
+ # @ aio-favicon
263
+ #: includes/settings-page/sp-tipps-box.php:52
264
+ msgid "Apple Touch Icon Howto"
265
+ msgstr "Ako na Apple touch ikonku"
266
+
267
+ # @ aio-favicon
268
+ #: includes/settings-page/sp-tipps-box.php:55
269
+ msgid "<a href=\"http://developer.apple.com/library/safari/#documentation/appleapplications/reference/safariwebcontent/ConfiguringWebApplications/ConfiguringWebApplications.html\" target=\"_blank\">Apple</a> provides a howto on how to create a PNG to use as an Apple Touch Icon."
270
+ msgstr "<a href=\"http://developer.apple.com/library/safari/#documentation/appleapplications/reference/safariwebcontent/ConfiguringWebApplications/ConfiguringWebApplications.html\" target=\"_blank\">Apple</a> poskytuje návod, ako vytvoriť PNG ikonku pre Apple Touch."
271
+
272
+ # @ aio-favicon
273
+ #: includes/settings-page/sp-translation.php:14
274
+ msgid "Translation"
275
+ msgstr "Preklady"
276
+
277
+ # @ aio-favicon
278
+ #: includes/settings-page/sp-translation.php:17
279
+ msgid "The english translation was done by <a href=\"http://www.techotronic.de\" target=\"_blank\">Arne Franken</a>."
280
+ msgstr "Anglický preklad vyhotovil <a href=\"http://www.techotronic.de\" target=\"_blank\">Arne Franken</a>."
281
+
localization/aio-favicon-sr_RS.mo ADDED
Binary file
localization/aio-favicon-sr_RS.po ADDED
@@ -0,0 +1,238 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: All In One Favicon\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-03-15 00:38+0100\n"
6
+ "PO-Revision-Date: 2012-03-15 00:39+0100\n"
7
+ "Last-Translator: \n"
8
+ "Language-Team: Balkanboy Media <hello@balkanboymedia.com>\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Poedit-KeywordsList: __;_e\n"
13
+ "X-Poedit-Basepath: ..\n"
14
+ "X-Poedit-Language: Serbian\n"
15
+ "X-Poedit-Country: YUGOSLAVIA\n"
16
+ "X-Poedit-SourceCharset: utf-8\n"
17
+ "X-Poedit-SearchPath-0: .\n"
18
+
19
+ #: all-in-one-favicon.php:37
20
+ msgid "All in one Favicon"
21
+ msgstr ""
22
+
23
+ #: includes/aio-favicon-backend.php:158
24
+ #: includes/settings-page.php:15
25
+ #: includes/settings-page/sp-plugin-settings.php:13
26
+ msgid "Settings"
27
+ msgstr "Podešavanja"
28
+
29
+ #: includes/aio-favicon-backend.php:183
30
+ #, php-format
31
+ msgid "Successfully updated %1$s settings."
32
+ msgstr "Uspešno ažurirana %1$s podešavanja"
33
+
34
+ #: includes/aio-favicon-backend.php:185
35
+ #, php-format
36
+ msgid "%1$s settings were successfully deleted."
37
+ msgstr "%1$s podešavanja su uspešno obrisana"
38
+
39
+ #: includes/aio-favicon-backend.php:209
40
+ msgid "Did not update settings, you do not have the necessary rights."
41
+ msgstr "Podešavanja nisu ažurirana, nemate neophodna prava"
42
+
43
+ #: includes/aio-favicon-backend.php:270
44
+ #, php-format
45
+ msgid "Did not delete %1$s settings. Either you dont have the nececssary rights or you didnt check the checkbox."
46
+ msgstr "%1$s podešavanja nisu obrisana. Ili nemate neophodna prava ili niste štiklirali polje"
47
+
48
+ #: includes/aio-favicon-frontend.php:96
49
+ msgid "Using"
50
+ msgstr "Koristi"
51
+
52
+ #: includes/settings-page/sp-delete-settings.php:14
53
+ #: includes/settings-page/sp-delete-settings.php:23
54
+ msgid "Delete Settings"
55
+ msgstr "Obrisati podešavanja"
56
+
57
+ #: includes/settings-page/sp-delete-settings.php:17
58
+ msgid "Check the box and click this button to delete settings of this plugin."
59
+ msgstr "Štiklirajte polje ili kliknite na dugme da obrišete podešavanja dodatka."
60
+
61
+ #: includes/settings-page/sp-donate-box.php:14
62
+ msgid "Donate"
63
+ msgstr "Donirajte"
64
+
65
+ #: includes/settings-page/sp-donate-box.php:18
66
+ msgid "If you would like to make a small (or large) contribution towards future development please consider making a donation."
67
+ msgstr "ako želite da date manji (ili veći) doprinos u budućem razvoju molimo Vas da uzmete u obzir pravljenje donacije."
68
+
69
+ #: includes/settings-page/sp-donate-box.php:24
70
+ msgid "Techotronic Development Support"
71
+ msgstr "Techotronic razvojna podrška"
72
+
73
+ #: includes/settings-page/sp-donate-box.php:28
74
+ msgid "Please enter the URL you'd like me to link to in the donors lists"
75
+ msgstr "Molimo Vas unesite URL koji želite da linkujete do liste donatora"
76
+
77
+ #: includes/settings-page/sp-donate-box.php:30
78
+ msgid "Return to Your Dashboard"
79
+ msgstr "Vratite se do Vaše kontrolne table"
80
+
81
+ #: includes/settings-page/sp-donate-box.php:34
82
+ msgid "Select Preset Amount"
83
+ msgstr "Selektujte sumu donacije"
84
+
85
+ #: includes/settings-page/sp-donate-box.php:42
86
+ #: includes/settings-page/sp-donate-box.php:46
87
+ msgid "USD"
88
+ msgstr "USD"
89
+
90
+ #: includes/settings-page/sp-donate-box.php:43
91
+ msgid "Or"
92
+ msgstr "Ili"
93
+
94
+ #: includes/settings-page/sp-donate-box.php:44
95
+ msgid "Enter Custom Amount"
96
+ msgstr "Unesite sumu donacije"
97
+
98
+ #: includes/settings-page/sp-donate-box.php:48
99
+ msgid "Submit"
100
+ msgstr "Pošaljite"
101
+
102
+ #: includes/settings-page/sp-donations.php:14
103
+ msgid "Top donations"
104
+ msgstr "Najvece donacije"
105
+
106
+ #: includes/settings-page/sp-donations.php:20
107
+ #: includes/settings-page/sp-donations.php:33
108
+ msgid "Thank you for your donation."
109
+ msgstr ""
110
+
111
+ #: includes/settings-page/sp-donations.php:27
112
+ msgid "Latest donations"
113
+ msgstr "Poslednje donacije"
114
+
115
+ #: includes/settings-page/sp-plugin-settings.php:22
116
+ #: includes/settings-page/sp-plugin-settings.php:82
117
+ #, php-format
118
+ msgid "%1$s ICO"
119
+ msgstr "%1$s ICO"
120
+
121
+ #: includes/settings-page/sp-plugin-settings.php:22
122
+ #: includes/settings-page/sp-plugin-settings.php:37
123
+ #: includes/settings-page/sp-plugin-settings.php:52
124
+ #: includes/settings-page/sp-plugin-settings.php:67
125
+ msgid "Frontend"
126
+ msgstr "Frontend"
127
+
128
+ #: includes/settings-page/sp-plugin-settings.php:32
129
+ #: includes/settings-page/sp-plugin-settings.php:47
130
+ #: includes/settings-page/sp-plugin-settings.php:62
131
+ #: includes/settings-page/sp-plugin-settings.php:77
132
+ #: includes/settings-page/sp-plugin-settings.php:92
133
+ #: includes/settings-page/sp-plugin-settings.php:107
134
+ #: includes/settings-page/sp-plugin-settings.php:122
135
+ #: includes/settings-page/sp-plugin-settings.php:137
136
+ msgid "Check box to delete favicon."
137
+ msgstr ""
138
+
139
+ #: includes/settings-page/sp-plugin-settings.php:37
140
+ #: includes/settings-page/sp-plugin-settings.php:97
141
+ #, php-format
142
+ msgid "%1$s PNG"
143
+ msgstr "%1$s PNG"
144
+
145
+ #: includes/settings-page/sp-plugin-settings.php:52
146
+ #: includes/settings-page/sp-plugin-settings.php:112
147
+ #, php-format
148
+ msgid "%1$s GIF"
149
+ msgstr "%1$s GIF"
150
+
151
+ #: includes/settings-page/sp-plugin-settings.php:67
152
+ #: includes/settings-page/sp-plugin-settings.php:127
153
+ #, fuzzy, php-format
154
+ msgid "%1$s Apple Touch Icon"
155
+ msgstr "%1$s Apple touch ikona"
156
+
157
+ #: includes/settings-page/sp-plugin-settings.php:82
158
+ #: includes/settings-page/sp-plugin-settings.php:97
159
+ #: includes/settings-page/sp-plugin-settings.php:112
160
+ #: includes/settings-page/sp-plugin-settings.php:127
161
+ msgid "Backend"
162
+ msgstr "Backend"
163
+
164
+ #: includes/settings-page/sp-plugin-settings.php:142
165
+ msgid "Don't add reflective shine"
166
+ msgstr ""
167
+
168
+ #: includes/settings-page/sp-plugin-settings.php:148
169
+ msgid "Don't add reflective shine to Apple Touch Icon"
170
+ msgstr ""
171
+
172
+ #: includes/settings-page/sp-plugin-settings.php:153
173
+ msgid "Remove link from Meta-box"
174
+ msgstr "Uklonite link iz Meta-polja"
175
+
176
+ #: includes/settings-page/sp-plugin-settings.php:159
177
+ msgid "Remove the link to the developers site from the WordPress meta-box."
178
+ msgstr "Uklonite link do developerovog sajta iz WordPress meta-polja"
179
+
180
+ #: includes/settings-page/sp-plugin-settings.php:165
181
+ msgid "Save Changes"
182
+ msgstr "Sačuvajte promene"
183
+
184
+ #: includes/settings-page/sp-tipps-box.php:14
185
+ msgid "Tips"
186
+ msgstr "Saveti"
187
+
188
+ #: includes/settings-page/sp-tipps-box.php:20
189
+ msgid "Favicon wikipedia entry"
190
+ msgstr "Favicon wikipedia unos"
191
+
192
+ #: includes/settings-page/sp-tipps-box.php:23
193
+ msgid "<a href=\"http://en.wikipedia.org/wiki/Favicon\" target=\"_blank\">Wikipedia</a> offers much information about favicon types and sizes."
194
+ msgstr "<a href=\"http://en.wikipedia.org/wiki/Favicon\" target=\"_blank\">Wikipedia</a> nudi puno informacija o tipovima i veličinama favikona."
195
+
196
+ #: includes/settings-page/sp-tipps-box.php:28
197
+ msgid "Favicon generator"
198
+ msgstr "Favicon generator"
199
+
200
+ #: includes/settings-page/sp-tipps-box.php:31
201
+ msgid "<a href=\"http://www.html-kit.com/favicon/\" target=\"_blank\">HTML Kit</a> provides a favicon generator that is very easy to use."
202
+ msgstr "<a href=\"http://www.html-kit.com/favicon/\" target=\"_blank\">HTML Kit</a> obezbeđuje favicon generator koji se lako koristi."
203
+
204
+ #: includes/settings-page/sp-tipps-box.php:36
205
+ #, fuzzy
206
+ msgid "Favicon CC editor"
207
+ msgstr "Favicon generator"
208
+
209
+ #: includes/settings-page/sp-tipps-box.php:39
210
+ msgid "<a href=\"http://www.favicon.cc/\" target=\"_blank\">Favicon CC</a> provides a favicon editor that is very easy to use."
211
+ msgstr "<a href=\"http://www.favicon.cc/\" target=\"_blank\">Favicon CC</a> obezbeđuje favicon generator koji se lako koristi."
212
+
213
+ #: includes/settings-page/sp-tipps-box.php:44
214
+ msgid "Favicon validator"
215
+ msgstr "Favicon validator"
216
+
217
+ #: includes/settings-page/sp-tipps-box.php:47
218
+ msgid "<a href=\"http://www.html-kit.com/favicon/validator\" target=\"_blank\">HTML Kit</a> provides a favicon validator that tells you whether your favicon is working and if it is compatible to all browsers."
219
+ msgstr "<a href=\"http://www.html-kit.com/favicon/validator\" target=\"_blank\">HTML Kit</a> obezbeđuje favicon validator Vam koji Vam govori da li Vaš favikon radi i da li je kompatibilan sa svim internet pregledačima."
220
+
221
+ #: includes/settings-page/sp-tipps-box.php:52
222
+ msgid "Apple Touch Icon Howto"
223
+ msgstr "Apple Touch Ikona Howto"
224
+
225
+ #: includes/settings-page/sp-tipps-box.php:55
226
+ msgid "<a href=\"http://developer.apple.com/library/safari/#documentation/appleapplications/reference/safariwebcontent/ConfiguringWebApplications/ConfiguringWebApplications.html\" target=\"_blank\">Apple</a> provides a howto on how to create a PNG to use as an Apple Touch Icon."
227
+ msgstr "<a href=\"http://developer.apple.com/library/safari/#documentation/appleapplications/reference/safariwebcontent/ConfiguringWebApplications/ConfiguringWebApplications.html\" target=\"_blank\">Apple</a> obezbeđuje kako da kreirate PNG da se koristi kao Apple Touch ikonu."
228
+
229
+ #: includes/settings-page/sp-translation.php:14
230
+ msgid "Translation"
231
+ msgstr "Prevod"
232
+
233
+ #: includes/settings-page/sp-translation.php:17
234
+ msgid "The english translation was done by <a href=\"http://www.techotronic.de\" target=\"_blank\">Arne Franken</a>."
235
+ msgstr "Na Srpski peveli <a href=\"http://www.balkanboymedia.com\" target=\"_blank\"> Balkanboy Media</a>."
236
+
237
+ #~ msgid "Enter a URL or upload a Favicon."
238
+ #~ msgstr "Unesite URL ili otpremite Favicon"
localization/aio-favicon-sv_SE.mo CHANGED
Binary file
localization/aio-favicon-sv_SE.po CHANGED
@@ -2,9 +2,9 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: All In One Favicon\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2010-05-04 01:15+0100\n"
6
- "PO-Revision-Date: 2010-10-26 15:00+0100\n"
7
- "Last-Translator: Christian Nilsson <Skez89@gmail.com>\n"
8
  "Language-Team: Skez <contact@theindiaexperience.se>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -16,136 +16,223 @@ msgstr ""
16
  "X-Poedit-SourceCharset: utf-8\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: all-in-one-favicon.php:115
20
- msgid "Using"
21
- msgstr "Använder"
22
 
23
- #: all-in-one-favicon.php:189
 
 
 
 
 
 
24
  #, php-format
25
  msgid "Successfully updated %1$s settings."
26
  msgstr "Uppdaterade inställningarna för %1$s."
27
 
28
- #: all-in-one-favicon.php:191
29
  #, php-format
30
  msgid "%1$s settings were successfully deleted."
31
  msgstr "Inställningarna för %1$s togs bort."
32
 
33
- #: all-in-one-favicon.php:231
34
  msgid "Did not update settings, you do not have the necessary rights."
35
  msgstr "Kunde inte uppdatera inställningarna, du har inte dem nödvändiga rättigheterna."
36
 
37
- #: all-in-one-favicon.php:278
38
  #, php-format
39
  msgid "Did not delete %1$s settings. Either you dont have the nececssary rights or you didnt check the checkbox."
40
  msgstr "Tog inte bort inställningarna för %1$s. Du har antingen inte rättigheterna eller så markerade du inte boxen."
41
 
42
- #: includes/settings-page.php:14
43
- #: includes/settings-page.php:21
44
- msgid "Settings"
45
- msgstr "Inställningar"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
46
 
47
- #: includes/settings-page.php:30
48
- #: includes/settings-page.php:61
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
49
  #, php-format
50
  msgid "%1$s ICO"
51
  msgstr "%1$s ICO"
52
 
53
- #: includes/settings-page.php:30
54
- #: includes/settings-page.php:40
55
- #: includes/settings-page.php:51
 
56
  msgid "Frontend"
57
  msgstr "Front-end"
58
 
59
- #: includes/settings-page.php:34
60
- #: includes/settings-page.php:44
61
- #: includes/settings-page.php:55
62
- #: includes/settings-page.php:65
63
- #: includes/settings-page.php:75
64
- #: includes/settings-page.php:86
65
- msgid "Upload Favicon"
66
- msgstr "Ladda upp favicon"
67
-
68
- #: includes/settings-page.php:35
69
- #: includes/settings-page.php:45
70
- #: includes/settings-page.php:56
71
- #: includes/settings-page.php:66
72
- #: includes/settings-page.php:76
73
- #: includes/settings-page.php:87
74
- msgid "Enter a URL or upload a Favicon."
75
- msgstr "Välj URL eller ladda upp favicon."
76
-
77
- #: includes/settings-page.php:40
78
- #: includes/settings-page.php:71
79
  #, php-format
80
  msgid "%1$s PNG"
81
  msgstr "%1$s PNG"
82
 
83
- #: includes/settings-page.php:51
84
- #: includes/settings-page.php:82
85
  #, php-format
86
  msgid "%1$s GIF"
87
  msgstr "%1$s GIF"
88
 
89
- #: includes/settings-page.php:61
90
- #: includes/settings-page.php:71
91
- #: includes/settings-page.php:82
 
 
 
 
 
 
 
92
  msgid "Backend"
93
  msgstr "Back-end"
94
 
95
- #: includes/settings-page.php:93
96
- msgid "Save Changes"
97
- msgstr "Spara ändringar"
98
 
99
- #: includes/settings-page.php:102
100
- #: includes/settings-page.php:111
101
- msgid "Delete Settings"
102
- msgstr "Ta bort inställningarna"
103
 
104
- #: includes/settings-page.php:105
105
- msgid "Check the box and click this button to delete settings of this plugin."
106
- msgstr "Markera boxen och klicka här för att återställa inställningarna för detta plugin."
 
 
 
 
 
 
 
 
107
 
108
- #: includes/settings-page.php:121
109
  msgid "Tips"
110
  msgstr "Tips"
111
 
112
- #: includes/settings-page.php:127
113
  msgid "Favicon wikipedia entry"
114
  msgstr "Wikipedia om favicon"
115
 
116
- #: includes/settings-page.php:130
117
- msgid "<a href=\"http://en.wikipedia.org/wiki/Favicon\">Wikipedia</a> offers much information about favicon types and sizes."
118
- msgstr "<a href=\"http://sv.wikipedia.org/wiki/Favicon\">Wikipedia</a> erbjuder mycket information om dem olika typerna och storlekarna kring favicon."
119
 
120
- #: includes/settings-page.php:135
121
  msgid "Favicon generator"
122
  msgstr "Favicon generator"
123
 
124
- #: includes/settings-page.php:138
125
- msgid "<a href=\"http://www.html-kit.com/favicon/\">HTML Kit</a> provides a favicon generator that is very easy to use."
126
- msgstr "<a href=\"http://www.html-kit.com/favicon/\">HTML Kit</a> tillhandahåller en favicon generator som är lätt att använda."
127
 
128
- #: includes/settings-page.php:143
 
 
 
 
 
 
 
 
 
129
  msgid "Favicon validator"
130
  msgstr "Favicon validator"
131
 
132
- #: includes/settings-page.php:146
133
- msgid "<a href=\"http://www.html-kit.com/favicon/validator\">HTML Kit</a> provides a favicon validator that tells you whether your favicon is working and if it is compatible to all browsers."
134
- msgstr "<a href=\"http://www.html-kit.com/favicon/validator\">HTML Kit</a> tillhandahåller en favicon validator som kollar om din favicon är kompatibel i alla webbläsare."
135
 
136
- #: includes/settings-page.php:156
137
- msgid "Donate"
138
- msgstr "Donera"
139
 
140
- #: includes/settings-page.php:170
141
- msgid "If you would like to make a small (or large) contribution towards future development please consider making a donation."
142
- msgstr "Om du vill göra ett litet (eller stort) bidrag för framtida utveckling var god överväg att donera."
143
 
144
- #: includes/settings-page.php:179
145
  msgid "Translation"
146
  msgstr "Översättning"
147
 
148
- #: includes/settings-page.php:182
149
- msgid "The english translation was done by <a href=\"http://www.techotronic.de\">Arne Franken</a>."
150
- msgstr "Denna svenska översättning är gjord av <a href=\"http://www.theindiaexperience.se\">Christian Nilsson</a>."
151
 
 
 
2
  msgstr ""
3
  "Project-Id-Version: All In One Favicon\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-03-15 00:40+0100\n"
6
+ "PO-Revision-Date: 2012-03-15 00:40+0100\n"
7
+ "Last-Translator: \n"
8
  "Language-Team: Skez <contact@theindiaexperience.se>\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
16
  "X-Poedit-SourceCharset: utf-8\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: all-in-one-favicon.php:37
20
+ msgid "All in one Favicon"
21
+ msgstr ""
22
 
23
+ #: includes/aio-favicon-backend.php:158
24
+ #: includes/settings-page.php:15
25
+ #: includes/settings-page/sp-plugin-settings.php:13
26
+ msgid "Settings"
27
+ msgstr "Inställningar"
28
+
29
+ #: includes/aio-favicon-backend.php:183
30
  #, php-format
31
  msgid "Successfully updated %1$s settings."
32
  msgstr "Uppdaterade inställningarna för %1$s."
33
 
34
+ #: includes/aio-favicon-backend.php:185
35
  #, php-format
36
  msgid "%1$s settings were successfully deleted."
37
  msgstr "Inställningarna för %1$s togs bort."
38
 
39
+ #: includes/aio-favicon-backend.php:209
40
  msgid "Did not update settings, you do not have the necessary rights."
41
  msgstr "Kunde inte uppdatera inställningarna, du har inte dem nödvändiga rättigheterna."
42
 
43
+ #: includes/aio-favicon-backend.php:270
44
  #, php-format
45
  msgid "Did not delete %1$s settings. Either you dont have the nececssary rights or you didnt check the checkbox."
46
  msgstr "Tog inte bort inställningarna för %1$s. Du har antingen inte rättigheterna eller så markerade du inte boxen."
47
 
48
+ #: includes/aio-favicon-frontend.php:96
49
+ msgid "Using"
50
+ msgstr "Använder"
51
+
52
+ #: includes/settings-page/sp-delete-settings.php:14
53
+ #: includes/settings-page/sp-delete-settings.php:23
54
+ msgid "Delete Settings"
55
+ msgstr "Ta bort inställningarna"
56
+
57
+ #: includes/settings-page/sp-delete-settings.php:17
58
+ msgid "Check the box and click this button to delete settings of this plugin."
59
+ msgstr "Markera boxen och klicka här för att återställa inställningarna för detta plugin."
60
+
61
+ #: includes/settings-page/sp-donate-box.php:14
62
+ msgid "Donate"
63
+ msgstr "Donera"
64
+
65
+ #: includes/settings-page/sp-donate-box.php:18
66
+ msgid "If you would like to make a small (or large) contribution towards future development please consider making a donation."
67
+ msgstr "Om du vill göra ett litet (eller stort) bidrag för framtida utveckling var god överväg att donera."
68
+
69
+ #: includes/settings-page/sp-donate-box.php:24
70
+ msgid "Techotronic Development Support"
71
+ msgstr ""
72
+
73
+ #: includes/settings-page/sp-donate-box.php:28
74
+ msgid "Please enter the URL you'd like me to link to in the donors lists"
75
+ msgstr ""
76
+
77
+ #: includes/settings-page/sp-donate-box.php:30
78
+ msgid "Return to Your Dashboard"
79
+ msgstr ""
80
+
81
+ #: includes/settings-page/sp-donate-box.php:34
82
+ msgid "Select Preset Amount"
83
+ msgstr ""
84
+
85
+ #: includes/settings-page/sp-donate-box.php:42
86
+ #: includes/settings-page/sp-donate-box.php:46
87
+ msgid "USD"
88
+ msgstr ""
89
+
90
+ #: includes/settings-page/sp-donate-box.php:43
91
+ msgid "Or"
92
+ msgstr ""
93
+
94
+ #: includes/settings-page/sp-donate-box.php:44
95
+ msgid "Enter Custom Amount"
96
+ msgstr ""
97
 
98
+ #: includes/settings-page/sp-donate-box.php:48
99
+ msgid "Submit"
100
+ msgstr ""
101
+
102
+ #: includes/settings-page/sp-donations.php:14
103
+ msgid "Top donations"
104
+ msgstr ""
105
+
106
+ #: includes/settings-page/sp-donations.php:20
107
+ #: includes/settings-page/sp-donations.php:33
108
+ msgid "Thank you for your donation."
109
+ msgstr ""
110
+
111
+ #: includes/settings-page/sp-donations.php:27
112
+ msgid "Latest donations"
113
+ msgstr ""
114
+
115
+ #: includes/settings-page/sp-plugin-settings.php:22
116
+ #: includes/settings-page/sp-plugin-settings.php:82
117
  #, php-format
118
  msgid "%1$s ICO"
119
  msgstr "%1$s ICO"
120
 
121
+ #: includes/settings-page/sp-plugin-settings.php:22
122
+ #: includes/settings-page/sp-plugin-settings.php:37
123
+ #: includes/settings-page/sp-plugin-settings.php:52
124
+ #: includes/settings-page/sp-plugin-settings.php:67
125
  msgid "Frontend"
126
  msgstr "Front-end"
127
 
128
+ #: includes/settings-page/sp-plugin-settings.php:32
129
+ #: includes/settings-page/sp-plugin-settings.php:47
130
+ #: includes/settings-page/sp-plugin-settings.php:62
131
+ #: includes/settings-page/sp-plugin-settings.php:77
132
+ #: includes/settings-page/sp-plugin-settings.php:92
133
+ #: includes/settings-page/sp-plugin-settings.php:107
134
+ #: includes/settings-page/sp-plugin-settings.php:122
135
+ #: includes/settings-page/sp-plugin-settings.php:137
136
+ msgid "Check box to delete favicon."
137
+ msgstr ""
138
+
139
+ #: includes/settings-page/sp-plugin-settings.php:37
140
+ #: includes/settings-page/sp-plugin-settings.php:97
 
 
 
 
 
 
 
141
  #, php-format
142
  msgid "%1$s PNG"
143
  msgstr "%1$s PNG"
144
 
145
+ #: includes/settings-page/sp-plugin-settings.php:52
146
+ #: includes/settings-page/sp-plugin-settings.php:112
147
  #, php-format
148
  msgid "%1$s GIF"
149
  msgstr "%1$s GIF"
150
 
151
+ #: includes/settings-page/sp-plugin-settings.php:67
152
+ #: includes/settings-page/sp-plugin-settings.php:127
153
+ #, php-format
154
+ msgid "%1$s Apple Touch Icon"
155
+ msgstr ""
156
+
157
+ #: includes/settings-page/sp-plugin-settings.php:82
158
+ #: includes/settings-page/sp-plugin-settings.php:97
159
+ #: includes/settings-page/sp-plugin-settings.php:112
160
+ #: includes/settings-page/sp-plugin-settings.php:127
161
  msgid "Backend"
162
  msgstr "Back-end"
163
 
164
+ #: includes/settings-page/sp-plugin-settings.php:142
165
+ msgid "Don't add reflective shine"
166
+ msgstr ""
167
 
168
+ #: includes/settings-page/sp-plugin-settings.php:148
169
+ msgid "Don't add reflective shine to Apple Touch Icon"
170
+ msgstr ""
 
171
 
172
+ #: includes/settings-page/sp-plugin-settings.php:153
173
+ msgid "Remove link from Meta-box"
174
+ msgstr ""
175
+
176
+ #: includes/settings-page/sp-plugin-settings.php:159
177
+ msgid "Remove the link to the developers site from the WordPress meta-box."
178
+ msgstr ""
179
+
180
+ #: includes/settings-page/sp-plugin-settings.php:165
181
+ msgid "Save Changes"
182
+ msgstr "Spara ändringar"
183
 
184
+ #: includes/settings-page/sp-tipps-box.php:14
185
  msgid "Tips"
186
  msgstr "Tips"
187
 
188
+ #: includes/settings-page/sp-tipps-box.php:20
189
  msgid "Favicon wikipedia entry"
190
  msgstr "Wikipedia om favicon"
191
 
192
+ #: includes/settings-page/sp-tipps-box.php:23
193
+ msgid "<a href=\"http://en.wikipedia.org/wiki/Favicon\" target=\"_blank\">Wikipedia</a> offers much information about favicon types and sizes."
194
+ msgstr "<a href=\"http://sv.wikipedia.org/wiki/Favicon\" target=\"_blank\">Wikipedia</a> erbjuder mycket information om dem olika typerna och storlekarna kring favicon."
195
 
196
+ #: includes/settings-page/sp-tipps-box.php:28
197
  msgid "Favicon generator"
198
  msgstr "Favicon generator"
199
 
200
+ #: includes/settings-page/sp-tipps-box.php:31
201
+ msgid "<a href=\"http://www.html-kit.com/favicon/\" target=\"_blank\">HTML Kit</a> provides a favicon generator that is very easy to use."
202
+ msgstr "<a href=\"http://www.html-kit.com/favicon/\" target=\"_blank\">HTML Kit</a> tillhandahåller en favicon generator som är lätt att använda."
203
 
204
+ #: includes/settings-page/sp-tipps-box.php:36
205
+ #, fuzzy
206
+ msgid "Favicon CC editor"
207
+ msgstr "Favicon generator"
208
+
209
+ #: includes/settings-page/sp-tipps-box.php:39
210
+ msgid "<a href=\"http://www.favicon.cc/\" target=\"_blank\">Favicon CC</a> provides a favicon editor that is very easy to use."
211
+ msgstr "<a href=\"http://www.favicon.cc/\" target=\"_blank\">Favicon CC</a> tillhandahåller en favicon generator som är lätt att använda."
212
+
213
+ #: includes/settings-page/sp-tipps-box.php:44
214
  msgid "Favicon validator"
215
  msgstr "Favicon validator"
216
 
217
+ #: includes/settings-page/sp-tipps-box.php:47
218
+ msgid "<a href=\"http://www.html-kit.com/favicon/validator\" target=\"_blank\">HTML Kit</a> provides a favicon validator that tells you whether your favicon is working and if it is compatible to all browsers."
219
+ msgstr "<a href=\"http://www.html-kit.com/favicon/validator\" target=\"_blank\">HTML Kit</a> tillhandahåller en favicon validator som kollar om din favicon är kompatibel i alla webbläsare."
220
 
221
+ #: includes/settings-page/sp-tipps-box.php:52
222
+ msgid "Apple Touch Icon Howto"
223
+ msgstr ""
224
 
225
+ #: includes/settings-page/sp-tipps-box.php:55
226
+ msgid "<a href=\"http://developer.apple.com/library/safari/#documentation/appleapplications/reference/safariwebcontent/ConfiguringWebApplications/ConfiguringWebApplications.html\" target=\"_blank\">Apple</a> provides a howto on how to create a PNG to use as an Apple Touch Icon."
227
+ msgstr ""
228
 
229
+ #: includes/settings-page/sp-translation.php:14
230
  msgid "Translation"
231
  msgstr "Översättning"
232
 
233
+ #: includes/settings-page/sp-translation.php:17
234
+ msgid "The english translation was done by <a href=\"http://www.techotronic.de\" target=\"_blank\">Arne Franken</a>."
235
+ msgstr "Denna svenska översättning är gjord av <a href=\"http://www.theindiaexperience.se\" target=\"_blank\">Christian Nilsson</a>."
236
 
237
+ #~ msgid "Enter a URL or upload a Favicon."
238
+ #~ msgstr "Välj URL eller ladda upp favicon."
localization/aio-favicon-zh_CN.mo ADDED
Binary file
localization/aio-favicon-zh_CN.po ADDED
@@ -0,0 +1,281 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: All in one Favicon v3.1\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2012-03-15 00:40+0100\n"
6
+ "PO-Revision-Date: 2012-03-15 00:41+0100\n"
7
+ "Last-Translator: \n"
8
+ "Language-Team: \n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "Plural-Forms: nplurals=2; plural=n != 1;\n"
13
+ "X-Poedit-Language: Chinese\n"
14
+ "X-Poedit-Country: PEOPLE'S REPUBLIC OF CHINA\n"
15
+ "X-Poedit-SourceCharset: utf-8\n"
16
+ "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
17
+ "X-Poedit-Basepath: ../\n"
18
+ "X-Textdomain-Support: yes\n"
19
+ "X-Poedit-SearchPath-0: .\n"
20
+
21
+ # @ aio-favicon
22
+ #: all-in-one-favicon.php:37
23
+ msgid "All in one Favicon"
24
+ msgstr ""
25
+
26
+ # @ aio-favicon
27
+ #: includes/aio-favicon-backend.php:158
28
+ #: includes/settings-page.php:15
29
+ #: includes/settings-page/sp-plugin-settings.php:13
30
+ msgid "Settings"
31
+ msgstr "设置"
32
+
33
+ # @ aio-favicon
34
+ #: includes/aio-favicon-backend.php:183
35
+ #, php-format
36
+ msgid "Successfully updated %1$s settings."
37
+ msgstr "成功更新 %1$s 设置。"
38
+
39
+ # @ aio-favicon
40
+ #: includes/aio-favicon-backend.php:185
41
+ #, php-format
42
+ msgid "%1$s settings were successfully deleted."
43
+ msgstr "%1$s 设置已成功删除"
44
+
45
+ # @ aio-favicon
46
+ #: includes/aio-favicon-backend.php:209
47
+ msgid "Did not update settings, you do not have the necessary rights."
48
+ msgstr "设置未更新,您没有足够的权限。"
49
+
50
+ # @ aio-favicon
51
+ #: includes/aio-favicon-backend.php:270
52
+ #, php-format
53
+ msgid "Did not delete %1$s settings. Either you dont have the nececssary rights or you didnt check the checkbox."
54
+ msgstr "未删除 %1$s 设置,您没有勾选相应图标,或没有足够的权限。"
55
+
56
+ # @ aio-favicon
57
+ #: includes/aio-favicon-frontend.php:96
58
+ msgid "Using"
59
+ msgstr "正在使用"
60
+
61
+ # @ aio-favicon
62
+ #: includes/settings-page/sp-delete-settings.php:14
63
+ #: includes/settings-page/sp-delete-settings.php:23
64
+ msgid "Delete Settings"
65
+ msgstr "移除设置"
66
+
67
+ # @ aio-favicon
68
+ #: includes/settings-page/sp-delete-settings.php:17
69
+ msgid "Check the box and click this button to delete settings of this plugin."
70
+ msgstr "勾选右侧复选框来确认删除设置。"
71
+
72
+ # @ aio-favicon
73
+ #: includes/settings-page/sp-donate-box.php:14
74
+ msgid "Donate"
75
+ msgstr "捐赠"
76
+
77
+ # @ aio-favicon
78
+ #: includes/settings-page/sp-donate-box.php:18
79
+ msgid "If you would like to make a small (or large) contribution towards future development please consider making a donation."
80
+ msgstr "如果您喜欢这个小插件,想支持开发者并给予开发者动力,那么您可以考虑进行捐赠"
81
+
82
+ # @ aio-favicon
83
+ #: includes/settings-page/sp-donate-box.php:24
84
+ msgid "Techotronic Development Support"
85
+ msgstr "Techotronic Development Support"
86
+
87
+ # @ aio-favicon
88
+ #: includes/settings-page/sp-donate-box.php:28
89
+ msgid "Please enter the URL you'd like me to link to in the donors lists"
90
+ msgstr "请输入您想在捐赠者名单中显示的链接"
91
+
92
+ # @ aio-favicon
93
+ #: includes/settings-page/sp-donate-box.php:30
94
+ msgid "Return to Your Dashboard"
95
+ msgstr "返回您的控制面板"
96
+
97
+ # @ aio-favicon
98
+ #: includes/settings-page/sp-donate-box.php:34
99
+ msgid "Select Preset Amount"
100
+ msgstr "选择预置金额"
101
+
102
+ # @ aio-favicon
103
+ #: includes/settings-page/sp-donate-box.php:42
104
+ #: includes/settings-page/sp-donate-box.php:46
105
+ msgid "USD"
106
+ msgstr "美元 (USD)"
107
+
108
+ # @ aio-favicon
109
+ #: includes/settings-page/sp-donate-box.php:43
110
+ msgid "Or"
111
+ msgstr "或者"
112
+
113
+ # @ aio-favicon
114
+ #: includes/settings-page/sp-donate-box.php:44
115
+ msgid "Enter Custom Amount"
116
+ msgstr "输入自定义金额"
117
+
118
+ # @ aio-favicon
119
+ #: includes/settings-page/sp-donate-box.php:48
120
+ msgid "Submit"
121
+ msgstr "提交"
122
+
123
+ # @ aio-favicon
124
+ #: includes/settings-page/sp-donations.php:14
125
+ msgid "Top donations"
126
+ msgstr "捐赠排行"
127
+
128
+ #: includes/settings-page/sp-donations.php:20
129
+ #: includes/settings-page/sp-donations.php:33
130
+ msgid "Thank you for your donation."
131
+ msgstr ""
132
+
133
+ # @ aio-favicon
134
+ #: includes/settings-page/sp-donations.php:27
135
+ msgid "Latest donations"
136
+ msgstr "最新捐赠"
137
+
138
+ # @ aio-favicon
139
+ #: includes/settings-page/sp-plugin-settings.php:22
140
+ #: includes/settings-page/sp-plugin-settings.php:82
141
+ #, php-format
142
+ msgid "%1$s ICO"
143
+ msgstr "%1$s ICO"
144
+
145
+ # @ aio-favicon
146
+ #: includes/settings-page/sp-plugin-settings.php:22
147
+ #: includes/settings-page/sp-plugin-settings.php:37
148
+ #: includes/settings-page/sp-plugin-settings.php:52
149
+ #: includes/settings-page/sp-plugin-settings.php:67
150
+ msgid "Frontend"
151
+ msgstr "前台"
152
+
153
+ #: includes/settings-page/sp-plugin-settings.php:32
154
+ #: includes/settings-page/sp-plugin-settings.php:47
155
+ #: includes/settings-page/sp-plugin-settings.php:62
156
+ #: includes/settings-page/sp-plugin-settings.php:77
157
+ #: includes/settings-page/sp-plugin-settings.php:92
158
+ #: includes/settings-page/sp-plugin-settings.php:107
159
+ #: includes/settings-page/sp-plugin-settings.php:122
160
+ #: includes/settings-page/sp-plugin-settings.php:137
161
+ msgid "Check box to delete favicon."
162
+ msgstr ""
163
+
164
+ # @ aio-favicon
165
+ #: includes/settings-page/sp-plugin-settings.php:37
166
+ #: includes/settings-page/sp-plugin-settings.php:97
167
+ #, php-format
168
+ msgid "%1$s PNG"
169
+ msgstr "%1$s PNG"
170
+
171
+ # @ aio-favicon
172
+ #: includes/settings-page/sp-plugin-settings.php:52
173
+ #: includes/settings-page/sp-plugin-settings.php:112
174
+ #, php-format
175
+ msgid "%1$s GIF"
176
+ msgstr "%1$s GIF"
177
+
178
+ # @ aio-favicon
179
+ #: includes/settings-page/sp-plugin-settings.php:67
180
+ #: includes/settings-page/sp-plugin-settings.php:127
181
+ #, php-format
182
+ msgid "%1$s Apple Touch Icon"
183
+ msgstr ""
184
+
185
+ # @ aio-favicon
186
+ #: includes/settings-page/sp-plugin-settings.php:82
187
+ #: includes/settings-page/sp-plugin-settings.php:97
188
+ #: includes/settings-page/sp-plugin-settings.php:112
189
+ #: includes/settings-page/sp-plugin-settings.php:127
190
+ msgid "Backend"
191
+ msgstr "后台"
192
+
193
+ #: includes/settings-page/sp-plugin-settings.php:142
194
+ msgid "Don't add reflective shine"
195
+ msgstr ""
196
+
197
+ #: includes/settings-page/sp-plugin-settings.php:148
198
+ msgid "Don't add reflective shine to Apple Touch Icon"
199
+ msgstr ""
200
+
201
+ # @ aio-favicon
202
+ #: includes/settings-page/sp-plugin-settings.php:153
203
+ msgid "Remove link from Meta-box"
204
+ msgstr "删除侧栏中的推广链接"
205
+
206
+ # @ aio-favicon
207
+ #: includes/settings-page/sp-plugin-settings.php:159
208
+ msgid "Remove the link to the developers site from the WordPress meta-box."
209
+ msgstr "从 WordPress 的「功能」侧边栏中去除推广链接"
210
+
211
+ # @ default
212
+ #: includes/settings-page/sp-plugin-settings.php:165
213
+ msgid "Save Changes"
214
+ msgstr "保存更改"
215
+
216
+ # @ aio-favicon
217
+ #: includes/settings-page/sp-tipps-box.php:14
218
+ msgid "Tips"
219
+ msgstr "小提示"
220
+
221
+ # @ aio-favicon
222
+ #: includes/settings-page/sp-tipps-box.php:20
223
+ msgid "Favicon wikipedia entry"
224
+ msgstr "维基百科中的站点图标(Favicon)条目"
225
+
226
+ # @ aio-favicon
227
+ #: includes/settings-page/sp-tipps-box.php:23
228
+ msgid "<a href=\"http://en.wikipedia.org/wiki/Favicon\" target=\"_blank\">Wikipedia</a> offers much information about favicon types and sizes."
229
+ msgstr "<a href=\"http://zh.wikipedia.org/wiki/Favicon\"target=\"_blank\">维基百科</a> 中提供了关于站点图标(Favicon)相当多的信息,包括各式和尺寸。"
230
+
231
+ # @ aio-favicon
232
+ #: includes/settings-page/sp-tipps-box.php:28
233
+ msgid "Favicon generator"
234
+ msgstr "站点图标生成器"
235
+
236
+ # @ aio-favicon
237
+ #: includes/settings-page/sp-tipps-box.php:31
238
+ msgid "<a href=\"http://www.html-kit.com/favicon/\" target=\"_blank\">HTML Kit</a> provides a favicon generator that is very easy to use."
239
+ msgstr "<a href=\"http://www.html-kit.com/favicon/\" target=\"_blank\">HTML Kit</a> 提供了一个非常易于使用的站点图标生成器"
240
+
241
+ # @ aio-favicon
242
+ #: includes/settings-page/sp-tipps-box.php:36
243
+ #, fuzzy
244
+ msgid "Favicon CC editor"
245
+ msgstr "站点图标生成器"
246
+
247
+ # @ aio-favicon
248
+ #: includes/settings-page/sp-tipps-box.php:39
249
+ msgid "<a href=\"http://www.favicon.cc/\" target=\"_blank\">Favicon CC</a> provides a favicon editor that is very easy to use."
250
+ msgstr "<a href=\"http://www.favicon.cc/\" target=\"_blank\">Favicon CC</a> 提供了一个非常易于使用的站点图标生成器"
251
+
252
+ # @ aio-favicon
253
+ #: includes/settings-page/sp-tipps-box.php:44
254
+ msgid "Favicon validator"
255
+ msgstr "站点图标验证器"
256
+
257
+ # @ aio-favicon
258
+ #: includes/settings-page/sp-tipps-box.php:47
259
+ msgid "<a href=\"http://www.html-kit.com/favicon/validator\" target=\"_blank\">HTML Kit</a> provides a favicon validator that tells you whether your favicon is working and if it is compatible to all browsers."
260
+ msgstr "<a href=\"http://www.html-kit.com/favicon/validator\" target=\"_blank\">HTML Kit</a> 提供了站点图表的验证器用来验证您的站点图标是否正常并兼容所有浏览器。"
261
+
262
+ # @ aio-favicon
263
+ #: includes/settings-page/sp-tipps-box.php:52
264
+ msgid "Apple Touch Icon Howto"
265
+ msgstr "如何制作 Apple Touch Icon"
266
+
267
+ # @ aio-favicon
268
+ #: includes/settings-page/sp-tipps-box.php:55
269
+ msgid "<a href=\"http://developer.apple.com/library/safari/#documentation/appleapplications/reference/safariwebcontent/ConfiguringWebApplications/ConfiguringWebApplications.html\" target=\"_blank\">Apple</a> provides a howto on how to create a PNG to use as an Apple Touch Icon."
270
+ msgstr "<a href=\"http://developer.apple.com/library/safari/#documentation/appleapplications/reference/safariwebcontent/ConfiguringWebApplications/ConfiguringWebApplications.html\" target=\"_blank\">Apple</a> 提供了如何把 PNG 图片作为 Apple Touch Icon 的方法。"
271
+
272
+ # @ aio-favicon
273
+ #: includes/settings-page/sp-translation.php:14
274
+ msgid "Translation"
275
+ msgstr "翻译"
276
+
277
+ # @ aio-favicon
278
+ #: includes/settings-page/sp-translation.php:17
279
+ msgid "The english translation was done by <a href=\"http://www.techotronic.de\" target=\"_blank\">Arne Franken</a>."
280
+ msgstr "简体中文由 <a href=\"http://sparanoid.com/\" target=\"_blank\">Tunghsiao Liu</a> 翻译。"
281
+
readme.txt CHANGED
@@ -1,35 +1,43 @@
1
  === All In One Favicon ===
2
- Contributors: techotronic
3
- Donate link: http://www.techotronic.de/donate/
4
- Tags: theme, favicon, admin, blog, wordpress, image, images, graphic, graphics, icon, iphone, multisite
5
- Requires at least: 2.8
6
- Tested up to: 3.0
7
- Stable tag: 3.1
8
 
9
  Easily add a Favicon to your site and the WordPress admin pages. Complete with upload functionality. Supports all three Favicon types (ico,png,gif).
10
 
11
  == Description ==
12
 
13
- All In One Favicon adds favicons to your site and your admin pages.
14
  You can either use favicons you already uploaded or use the builtin upload mechanism to upload a favicon to your WordPress installation.
15
 
16
- All three favicon types are supported - .ico, .png and .gif (may be animated)
17
  Also, Apple Touch Icons are supported.
18
 
19
- See <a href="http://www.techotronic.de/plugins/all-in-one-favicon/">plugin page</a> for more information, a "first steps" guide and screenshots.
20
-
21
- Localization
22
-
23
- * Bahasa Indonesia (id_ID) by <a href="http://movableid.com/">EKO</a>
24
- * Danish (da_DK) by <a href="http://wordpress.blogos.dk/">GeorgWP</a>
25
- * English (en_EN) by <a href="http://www.techotronic.de/">Arne Franken</a>
26
- * German (de_DE) by <a href="http://www.techotronic.de/">Arne Franken</a>
27
- * Italian (it_IT) by <a href="http://www.valeriovendrame.it/">Valerio Vendrame</a>
28
- * Polish (pl_PL) by <a href="http://www.facebook.com/piniu69/">Piotr Czarnecki</a>
29
- * Spanish (es_ES) by <a href="mailto:jppm30@gmail.com">Juan Pablo Pérez Manes</a>
30
- * Swedish (sv_SE) by <a href="http://www.theindiaexperience.se/">Christian Nilsson</a>
31
-
32
- Is your native language missing? Translating the plugin is easy if you understand english and are fluent in another language. Just send me an email.
 
 
 
 
 
 
 
 
33
 
34
  == Installation ==
35
 
@@ -39,75 +47,67 @@ To upgrade from a previous version of this plugin, use the built in update featu
39
 
40
  ###Installing The Plugin###
41
 
42
- Either use the built in plugin installation feature of WordPress, or extract all files from the ZIP file, making sure to keep the file structure intact, and then upload it to `/wp-content/plugins/`. Then just visit your admin area and activate the plugin. That's it!
 
43
 
44
  ###Configuring The Plugin###
45
 
46
  Go to the settings page and and upload your Favicon(s) or add the path/URL to already existing Favicon(s).
47
 
48
- **See Also:** <a href="http://codex.wordpress.org/Managing_Plugins#Installing_Plugins">"Installing Plugins" article on the WP Codex</a>
49
 
50
  == Frequently Asked Questions ==
51
 
52
- * When I try to upload a favicon, I get the error: "File type does not meet security guidelines. Try another.”
53
-
54
- You are probably using a WordPress Multisite installation? Then you'll need to add "ico" to the allowed file types property on the "Super Admin -> Options" page.
55
-
56
- * Why is All In One Favicon not available in my language?
57
-
58
- I speak German and English fluently, but unfortunately no other language well enough to do a translation.
59
-
60
- Would you like to help? Translating the plugin is easy if you understand English and are fluent in another language.
61
-
62
- * How do I translate All In One Favicon?
63
-
64
- Take a look at the WordPress site and identify your langyage code:
65
- http://codex.wordpress.org/WordPress_in_Your_Language
66
-
67
-
68
- I.e. the language code for German is "de_DE".
69
-
70
-
71
- Step 1) download POEdit (http://www.poedit.net/)
72
-
73
-
74
- Step 2) download All In One Favicon (from your FTP or from http://wordpress.org/extend/plugins/all-in-one-favicon/)
75
 
 
 
 
76
 
77
- Step 3) copy the file localization/aio-favicon-en_EN.po and rename it. (in this case aio-favicon-de_DE.po)
 
 
78
 
 
 
 
79
 
80
- Step 4) open the file with POEdit.
 
 
 
 
 
 
 
 
 
81
 
82
 
83
- Step 5) translate all strings. Things like "{total}" or "%1$s" mean that a value will be inserted later.
84
-
85
-
86
- Step 5a) The string that says "English translation by Arne ...", this is where you put your name, website (or email) and your language in. ;-)
87
-
88
-
89
- Step 5b) (optional) Go to POEdit -> Catalog -> Settings and enter your name, email, language code etc
90
-
91
-
92
- Step 6) Save the file. Now you will see two files, aio-favicon-de_DE.po and aio-favicon-de_DE.mo.
93
-
94
-
95
- Step 7) Upload your files to your FTP server into the All In One Favicon directory (usually /wp-content/plugins/all-in-one-favicon/)
96
-
97
-
98
- Step 8) When you are sure that all translations are working correctly, send the po-file to me and I will put it into the next All In One Favicon version.
99
-
100
- * My question isn't answered here. What do I do now?
101
-
102
- Feel free to write an email to blog [at] techotronic.de or open a thread at <a href="http://wordpress.org/tags/all-in-one-favicon?forum_id=10#postform">the All In One Favicon WordPress.org forum</a>.
103
-
104
- I'll include new FAQs in every new version. Promise.
105
 
106
  == Screenshots ==
107
 
108
- <a href="http://www.techotronic.de/plugins/all-in-one-favicon/">Please visit my site for screenshots</a>.
109
 
110
  == Changelog ==
 
 
 
 
 
 
 
 
 
 
 
 
 
 
111
  = 3.1 (2011-01-16) =
112
  * CHANGE: made plugin compatible to PHP4
113
 
@@ -115,12 +115,12 @@ I'll include new FAQs in every new version. Promise.
115
  * NEW: Added option to remove link from meta box.
116
  * BUGFIX: Fixed a bug where the plugin would break WordPress 3.0 with Multisite enabled.
117
  * NEW: Added latest donations and top donations to settings page
118
- * NEW: Danish translation by <a href="http://wordpress.blogos.dk/">GeorgWP</a>
119
- * NEW: Bahasa Indonesia translation by <a href="http://movableid.com/">EKO</a>
120
- * NEW: Polish translation by <a href="http://www.facebook.com/piniu69/">Piotr Czarnecki</a>
121
- * NEW: Swedish translation by <a href="http://www.theindiaexperience.se/">Christian Nilsson</a>
122
- * NEW: Italian translation by <a href="http://www.valeriovendrame.it/">Valerio Vendrame</a>
123
- * NEW: Spanish translation by <a href="mailto:jppm30@gmail.com">Juan Pablo Pérez Manes</a>
124
 
125
  = 2.1 (2010-06-06) =
126
  * BUGFIX: Fixing bug where favicons would not be displayed in certain cases.
@@ -130,4 +130,4 @@ I'll include new FAQs in every new version. Promise.
130
  * NEW: more links to websites containing information.
131
 
132
  = 1.0 (2010-05-06) =
133
- * NEW: Initial release.
1
  === All In One Favicon ===
2
+ Contributors: techotronic
3
+ Donate link: http://www.techotronic.de/donate/
4
+ Tags: theme, favicon, admin, blog, wordpress, image, images, graphic, graphics, icon, iphone, multisite
5
+ Requires at least: 2.8
6
+ Tested up to: 3.3
7
+ Stable tag: 4.0
8
 
9
  Easily add a Favicon to your site and the WordPress admin pages. Complete with upload functionality. Supports all three Favicon types (ico,png,gif).
10
 
11
  == Description ==
12
 
13
+ All In One Favicon adds favicons to your site and your admin pages.
14
  You can either use favicons you already uploaded or use the builtin upload mechanism to upload a favicon to your WordPress installation.
15
 
16
+ All three favicon types are supported - .ico, .png and .gif (may be animated)
17
  Also, Apple Touch Icons are supported.
18
 
19
+ See [plugin page](http://www.techotronic.de/plugins/all-in-one-favicon/) for more information, a "first steps" guide and screenshots.
20
+
21
+ **Localization**
22
+
23
+ * Bahasa Indonesia (`id_ID`) by [EKO](http://movableid.com/)
24
+ * Czech (`cs_CZ`) by [Neteyes](http://www.neteyes.cz)
25
+ * Danish (`da_DK`) by [GeorgWP](http://wordpress.blogos.dk/)
26
+ * Dutch (`nl_NL`) by Pieter Carette
27
+ * English (`en_EN`) by [Arne Franken](http://www.techotronic.de/)
28
+ * French (`fr_FR`) by Christophe Guilloux
29
+ * German (`de_DE`) by [Arne Franken](http://www.techotronic.de/)
30
+ * Italian (`it_IT`) by [Valerio Vendrame](http://www.valeriovendrame.it/)
31
+ * Polish (`pl_PL`) by [Piotr Czarnecki](http://www.facebook.com/piniu69/)
32
+ * Serbian (`sr_RS`) by [Balkanboy Media team](http://dralvaro.com/)
33
+ * Simplified Chinese (`zh_CN`) by [Tunghsiao Liu](http://sparanoid.com/)
34
+ * Spanish (`es_ES`) by [Juan Pablo Pérez Manes](mailto:jppm30@gmail.com)
35
+ * Slovak (`sk_SK`) by [Viliam Brozman](http://www.brozman.sk/blog)
36
+ * Swedish (`sv_SE`) by [Christian Nilsson](http://www.theindiaexperience.se/)
37
+
38
+ Is your native language missing?
39
+ Translating the plugin is easy if you understand english and are fluent in another language.
40
+ I described in the [FAQ](http://wordpress.org/extend/plugins/all-in-one-favicon/faq/) how the translation works.
41
 
42
  == Installation ==
43
 
47
 
48
  ###Installing The Plugin###
49
 
50
+ Either use the built in plugin installation feature of WordPress, or extract all files from the ZIP file, making sure to keep the file structure intact, and then upload it to `/wp-content/plugins/`.
51
+ Then just visit your admin area and activate the plugin. That's it!
52
 
53
  ###Configuring The Plugin###
54
 
55
  Go to the settings page and and upload your Favicon(s) or add the path/URL to already existing Favicon(s).
56
 
57
+ **See Also:** ["Installing Plugins" article on the WP Codex](http://codex.wordpress.org/Managing_Plugins#Installing_Plugins)
58
 
59
  == Frequently Asked Questions ==
60
 
61
+ * When I try to upload a favicon, I get the error: "File type does not meet security guidelines. Try another.”
62
+ You are probably using a WordPress Multisite installation? Then you'll need to add "ico" to the allowed file types property on the "Super Admin -> Options" page.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
63
 
64
+ * Internet Explorer: Why does my favicon show up in the backend but not in the frontend or not at all?
65
+ Internet Explorer behaves weird, not only when favicons are concerned. You may take a look at this
66
+ [FAQ](http://jeffcode.blogspot.com/2007/12/why-doesnt-favicon-for-my-site-appear.html).
67
 
68
+ * Why is All In One Favicon not available in my language?
69
+ I speak German and English fluently, but unfortunately no other language well enough to do a translation.
70
+ Would you like to help? Translating the plugin is easy if you understand English and are fluent in another language.
71
 
72
+ * How do I translate All In One Favicon?
73
+ Take a look at the WordPress site and identify [your langyage code](http://codex.wordpress.org/WordPress_in_Your_Language):
74
+ e.g. the language code for German is `de_DE`.
75
 
76
+ 1. download [POEdit](http://www.poedit.net/)
77
+ 2. download All In One Favicon (from your FTP server or from [WordPress.org](http://wordpress.org/extend/plugins/all-in-one-favicon/))
78
+ 3. copy the file `localization/aio-favicon-en_EN.po` and rename it. (in this case `aio-favicon-de_DE.po`)
79
+ 4. open the file with POEdit.
80
+ 5. translate all strings. Things like `{total}` or `%1$s` mean that a value will be inserted later.
81
+ 6. The string that says "English translation by Arne ...", this is where you put your name, website (or email) and your language in. ;-)
82
+ 7. (optional) Go to POEdit -> Catalog -> Settings and enter your name, email, language code etc
83
+ 8. Save the file. Now you will see two files, `aio-favicon-de_DE.po` and `aio-favicon-de_DE.mo`.
84
+ 9. Upload your files to your FTP server into the All In One Favicon directory (usually `/wp-content/plugins/all-in-one-favicon/`)
85
+ 10. When you are sure that all translations are working correctly, send the po-file to me and I will put it into the next All In One Favicon version.
86
 
87
 
88
+ * My question isn't answered here. What do I do now?
89
+ Feel free to open a thread at [the All In One Favicon WordPress.org forum](http://wordpress.org/tags/all-in-one-favicon?forum_id=10#postform).
90
+ I'll include new FAQs in every new version.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
91
 
92
  == Screenshots ==
93
 
94
+ [Please visit my site for screenshots](http://www.techotronic.de/plugins/all-in-one-favicon/).
95
 
96
  == Changelog ==
97
+ = 4.0 (2012-03-14) =
98
+ * NEW: Simplified Chinese translation by Tunghsiao Liu
99
+ * NEW: Czech translation by Neteyes
100
+ * NEW: French translation by Christophe Guilloux
101
+ * NEW: Slovak translation by Viliam Brozman
102
+ * NEW: Serbian translation by Balkanboy Media team
103
+ * NEW: Dutch translation by Pieter Carette
104
+ * NEW: Option to not add reflective shine to Apple Touch Icons
105
+ * CHANGE: uploaded favicons can be deleted
106
+ * CHANGE: new upload buttons, uploading of favicons is now much easier
107
+ * CHANGE: uploaded favicons are now shown on settings page
108
+ * CHANGE: fixed link to Apple Touch Icon howto
109
+ * CHANGE: Major refactoring, hopefully speeds up frontend and backend rendering
110
+
111
  = 3.1 (2011-01-16) =
112
  * CHANGE: made plugin compatible to PHP4
113
 
115
  * NEW: Added option to remove link from meta box.
116
  * BUGFIX: Fixed a bug where the plugin would break WordPress 3.0 with Multisite enabled.
117
  * NEW: Added latest donations and top donations to settings page
118
+ * NEW: Danish translation by GeorgWP
119
+ * NEW: Bahasa Indonesia translation by EKO
120
+ * NEW: Polish translation by Piotr Czarnecki
121
+ * NEW: Swedish translation by Christian Nilsson
122
+ * NEW: Italian translation by Valerio Vendrame
123
+ * NEW: Spanish translation by Juan Pablo Pérez Manes
124
 
125
  = 2.1 (2010-06-06) =
126
  * BUGFIX: Fixing bug where favicons would not be displayed in certain cases.
130
  * NEW: more links to websites containing information.
131
 
132
  = 1.0 (2010-05-06) =
133
+ * NEW: Initial release.