Version Description
(2012-01-21) = * BUGFIX: fix errormessage that _() wouldn't work in some installations
Download this release
Release Info
Developer | techotronic |
Plugin | All In One Favicon |
Version | 4.2.1 |
Comparing to | |
See all releases |
Code changes from version 4.1 to 4.2.1
- README.md +13 -1
- all-in-one-favicon.php +26 -4
- includes/aio-favicon-backend.php +61 -10
- includes/aio-favicon-frontend.php +16 -3
- includes/settings-page.php +4 -1
- includes/settings-page/sp-left-column.php +16 -2
- includes/settings-page/sp-plugin-backend-settings.php +0 -49
- includes/settings-page/{sp-plugin-frontend-settings.php → sp-plugin-favicon-settings.php} +9 -13
- includes/settings-page/sp-plugin-meta-settings.php +2 -2
- js/aiofavicon-min.js +1 -1
- js/aiofavicon.js +18 -0
- localization/aio-favicon-cs_CZ.mo +0 -0
- localization/aio-favicon-cs_CZ.po +124 -83
- localization/aio-favicon-da_DK.mo +0 -0
- localization/aio-favicon-da_DK.po +123 -83
- localization/aio-favicon-de_DE.mo +0 -0
- localization/aio-favicon-de_DE.po +119 -83
- localization/aio-favicon-en_EN.mo +0 -0
- localization/aio-favicon-en_EN.po +76 -71
- localization/aio-favicon-es_ES.mo +0 -0
- localization/aio-favicon-es_ES.po +140 -97
- localization/aio-favicon-fr_FR.mo +0 -0
- localization/aio-favicon-fr_FR.po +123 -83
- localization/aio-favicon-he_IL.mo +0 -0
- localization/aio-favicon-he_IL.po +107 -87
- localization/aio-favicon-id_ID.mo +0 -0
- localization/aio-favicon-id_ID.po +118 -82
- localization/aio-favicon-it_IT.mo +0 -0
- localization/aio-favicon-it_IT.po +111 -80
- localization/aio-favicon-nl_NL.mo +0 -0
- localization/aio-favicon-nl_NL.po +120 -83
- localization/aio-favicon-pl_PL.mo +0 -0
- localization/aio-favicon-pl_PL.po +112 -81
- localization/aio-favicon-sk_SK.mo +0 -0
- localization/aio-favicon-sk_SK.po +112 -91
- localization/aio-favicon-sr_RS.mo +0 -0
- localization/aio-favicon-sr_RS.po +117 -82
- localization/aio-favicon-sv_SE.mo +0 -0
- localization/aio-favicon-sv_SE.po +117 -82
- localization/aio-favicon-tr_TR.mo +0 -0
- localization/aio-favicon-tr_TR.po +272 -0
- localization/aio-favicon-zh_CN.mo +0 -0
- localization/aio-favicon-zh_CN.po +148 -132
- readme.txt +14 -5
README.md
CHANGED
@@ -4,7 +4,7 @@ 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.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 |
|
@@ -94,6 +94,18 @@ Go to the settings page and and upload your Favicon(s) or add the path/URL to al
|
|
94 |
[Please visit my site for screenshots](http://www.techotronic.de/plugins/all-in-one-favicon/).
|
95 |
|
96 |
## Changelog ##
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
97 |
### 4.1 (2012-11-17) ###
|
98 |
* NEW: Hebrew translation by Ahrale
|
99 |
* CHANGE: favicon URLs can be copy'n'pasted again
|
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.2.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 |
|
94 |
[Please visit my site for screenshots](http://www.techotronic.de/plugins/all-in-one-favicon/).
|
95 |
|
96 |
## Changelog ##
|
97 |
+
|
98 |
+
### 4.2.1 (2012-01-21) ###
|
99 |
+
* BUGFIX: fix errormessage that _() wouldn't work in some installations
|
100 |
+
|
101 |
+
### 4.2 (2012-01-21) ###
|
102 |
+
* BUGFIX: Copy and paste of Favicon URLs now working correctly
|
103 |
+
* NEW: Turkish translation by Selçuk Yahşi
|
104 |
+
* CHANGE: Eddy Ernesto Ríos updated the Spanish translation
|
105 |
+
* CHANGE: deleting all plugin settings now also deleted uploaded favicons
|
106 |
+
* CHANGE: option "delete favicon" is only displayed if a favicon was already uploaded
|
107 |
+
* CHANGE: add warning that JavaScript is needed for uploading favicons
|
108 |
+
|
109 |
### 4.1 (2012-11-17) ###
|
110 |
* NEW: Hebrew translation by Ahrale
|
111 |
* CHANGE: favicon URLs can be copy'n'pasted again
|
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: 4.1
|
10 |
* Author: Arne Franken
|
11 |
* Author URI: http://www.techotronic.de/
|
12 |
* License: GPL
|
@@ -23,7 +23,7 @@ require_once (dirname (__FILE__) . '/includes/donationloader.php');
|
|
23 |
require_once (dirname (__FILE__) . '/includes/debugger.php');
|
24 |
|
25 |
// define constants
|
26 |
-
define('AIOFAVICON_VERSION', '4.1');
|
27 |
|
28 |
if (!defined('AIOFAVICON_PLUGIN_BASENAME')) {
|
29 |
//all-in-one-favicon/all-in-one-favicon.php
|
@@ -96,11 +96,33 @@ class AllInOneFavicon {
|
|
96 |
$this->aioFaviconSettings = wp_parse_args($usersettings, $defaultArray);
|
97 |
|
98 |
if (is_admin()) {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
99 |
$donationLoader = new AIOFaviconDonationLoader();
|
100 |
-
new AioFaviconBackend($this->aioFaviconSettings,
|
|
|
|
|
|
|
|
|
|
|
101 |
}
|
102 |
else {
|
103 |
-
new AioFaviconFrontend($this->aioFaviconSettings);
|
|
|
104 |
}
|
105 |
|
106 |
}
|
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.2.1
|
10 |
* Author: Arne Franken
|
11 |
* Author URI: http://www.techotronic.de/
|
12 |
* License: GPL
|
23 |
require_once (dirname (__FILE__) . '/includes/debugger.php');
|
24 |
|
25 |
// define constants
|
26 |
+
define('AIOFAVICON_VERSION', '4.2.1');
|
27 |
|
28 |
if (!defined('AIOFAVICON_PLUGIN_BASENAME')) {
|
29 |
//all-in-one-favicon/all-in-one-favicon.php
|
96 |
$this->aioFaviconSettings = wp_parse_args($usersettings, $defaultArray);
|
97 |
|
98 |
if (is_admin()) {
|
99 |
+
//mapping of favicon types to translatable Strings
|
100 |
+
$this->aioFaviconFrontendMap = array(
|
101 |
+
'frontendICO' => __('ICO',AIOFAVICON_TEXTDOMAIN),
|
102 |
+
'frontendGIF' => __('GIF',AIOFAVICON_TEXTDOMAIN),
|
103 |
+
'frontendPNG' => __('PNG',AIOFAVICON_TEXTDOMAIN),
|
104 |
+
'frontendApple' => __('Apple Touch Icon',AIOFAVICON_TEXTDOMAIN)
|
105 |
+
);
|
106 |
+
|
107 |
+
//mapping of favicon types to translatable Strings
|
108 |
+
$this->aioFaviconBackendMap = array(
|
109 |
+
'backendICO' => __('ICO',AIOFAVICON_TEXTDOMAIN),
|
110 |
+
'backendGIF' => __('GIF',AIOFAVICON_TEXTDOMAIN),
|
111 |
+
'backendPNG' => __('PNG',AIOFAVICON_TEXTDOMAIN),
|
112 |
+
'backendApple' => __('Apple Touch Icon',AIOFAVICON_TEXTDOMAIN)
|
113 |
+
);
|
114 |
+
|
115 |
$donationLoader = new AIOFaviconDonationLoader();
|
116 |
+
$backend = new AioFaviconBackend($this->aioFaviconSettings,
|
117 |
+
$this->aioFaviconDefaultSettings(),
|
118 |
+
$donationLoader,
|
119 |
+
$this->aioFaviconFrontendMap,
|
120 |
+
$this->aioFaviconBackendMap);
|
121 |
+
$backend->init();
|
122 |
}
|
123 |
else {
|
124 |
+
$frontend = new AioFaviconFrontend($this->aioFaviconSettings);
|
125 |
+
$frontend->init();
|
126 |
}
|
127 |
|
128 |
}
|
includes/aio-favicon-backend.php
CHANGED
@@ -24,17 +24,38 @@ class AioFaviconBackend {
|
|
24 |
* @param array $aioFaviconSettings user settings
|
25 |
* @param array $aioFaviconDefaultSettings default plugin settings
|
26 |
* @param AIOFaviconDonationLoader $donationLoader the donationloader
|
|
|
|
|
27 |
*
|
28 |
* @return void
|
29 |
*/
|
30 |
//public static function AioFaviconBackend($aioFaviconSettings) {
|
31 |
-
function AioFaviconBackend($aioFaviconSettings, $aioFaviconDefaultSettings, $donationLoader
|
|
|
32 |
|
33 |
$this->aioFaviconSettings = $aioFaviconSettings;
|
34 |
$this->aioFaviconDefaultSettings = $aioFaviconDefaultSettings;
|
35 |
$this->donationLoader = $donationLoader;
|
36 |
-
|
37 |
$this->faviconRenderHelper = new FaviconRenderHelper($this->aioFaviconSettings,AIOFAVICON_BACKEND);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
38 |
add_action('admin_head', array(& $this->faviconRenderHelper, 'renderFavicons'));
|
39 |
|
40 |
// add options page
|
@@ -45,12 +66,12 @@ class AioFaviconBackend {
|
|
45 |
|
46 |
//only load JavaScript if we are on this plugin's settingspage
|
47 |
if (isset($_GET['page']) && $_GET['page'] == AIOFAVICON_PLUGIN_BASENAME) {
|
48 |
-
add_action('admin_enqueue_scripts', array(& $donationLoader, 'registerDonationJavaScript'));
|
49 |
add_action('admin_enqueue_scripts', array(& $this, 'registerAdminScripts'));
|
50 |
}
|
51 |
}
|
52 |
|
53 |
-
//
|
54 |
|
55 |
|
56 |
/**
|
@@ -66,6 +87,7 @@ class AioFaviconBackend {
|
|
66 |
//public function registerAdminScripts() {
|
67 |
function registerAdminScripts() {
|
68 |
$backendJavaScriptArray = array();
|
|
|
69 |
if (!empty($this->aioFaviconSettings)) {
|
70 |
foreach ((array)$this->aioFaviconSettings as $type => $url) {
|
71 |
if (!empty($url)) {
|
@@ -167,11 +189,28 @@ class AioFaviconBackend {
|
|
167 |
//cross check the given referer for nonce set in settings form
|
168 |
check_admin_referer('aio-favicon-settings-form');
|
169 |
|
170 |
-
//
|
171 |
$usersettings = $_POST[AIOFAVICON_SETTINGSNAME];
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
172 |
$defaultArray = $this->aioFaviconDefaultSettings;
|
173 |
$this->aioFaviconSettings = wp_parse_args($usersettings, wp_parse_args((array)get_option(AIOFAVICON_SETTINGSNAME), $defaultArray));
|
174 |
|
|
|
175 |
if (!isset($usersettings['removeLinkFromMetaBox'])) {
|
176 |
$this->aioFaviconSettings['removeLinkFromMetaBox'] = false;
|
177 |
}
|
@@ -195,8 +234,6 @@ class AioFaviconBackend {
|
|
195 |
}
|
196 |
}
|
197 |
|
198 |
-
//$debugger->dieWithVariable($_POST);
|
199 |
-
|
200 |
$this->updateSettingsInDatabase();
|
201 |
$referrer = str_replace(array('&aioFaviconUpdateSettings', '&aioFaviconDeleteSettings'), '', $_POST['_wp_http_referer']);
|
202 |
wp_redirect($referrer . '&aioFaviconUpdateSettings');
|
@@ -221,8 +258,15 @@ class AioFaviconBackend {
|
|
221 |
if (current_user_can('manage_options') && isset($_POST['delete_settings-true'])) {
|
222 |
//cross check the given referer for nonce set in delete settings form
|
223 |
check_admin_referer('aio-favicon-delete_settings-form');
|
|
|
|
|
|
|
|
|
|
|
224 |
$this->deleteSettingsFromDatabase();
|
225 |
-
|
|
|
|
|
226 |
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));
|
227 |
}
|
228 |
//clean up referrer
|
@@ -273,6 +317,7 @@ class AioFaviconBackend {
|
|
273 |
$uploads = wp_upload_dir();
|
274 |
$regex = '#' . $uploads['baseurl'] . '/(.*)#i';
|
275 |
preg_match($regex, $url, $relativePath);
|
|
|
276 |
if (count($relativePath) > 1) {
|
277 |
$pathToFile = $uploads['basedir'] . '/' . $relativePath[1];
|
278 |
@ unlink($pathToFile);
|
@@ -359,11 +404,13 @@ class AioFaviconBackend {
|
|
359 |
|
360 |
$response = wp_remote_request($url, $options);
|
361 |
|
362 |
-
if (is_wp_error($response))
|
363 |
return false;
|
|
|
364 |
|
365 |
-
if (200 != wp_remote_retrieve_response_code($response))
|
366 |
return false;
|
|
|
367 |
|
368 |
return wp_remote_retrieve_body($response);
|
369 |
}
|
@@ -387,16 +434,20 @@ class AioFaviconBackend {
|
|
387 |
$currentLocation = "http";
|
388 |
$currentLocation .= ((isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] == 'on') ? "s" : "") . "://";
|
389 |
$currentLocation .= $_SERVER['SERVER_NAME'];
|
|
|
390 |
if (isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] == 'on') {
|
|
|
391 |
if ($_SERVER['SERVER_PORT'] != '443') {
|
392 |
$currentLocation .= ":" . $_SERVER['SERVER_PORT'];
|
393 |
}
|
394 |
}
|
395 |
else {
|
|
|
396 |
if ($_SERVER['SERVER_PORT'] != '80') {
|
397 |
$currentLocation .= ":" . $_SERVER['SERVER_PORT'];
|
398 |
}
|
399 |
}
|
|
|
400 |
$currentLocation .= $_SERVER['REQUEST_URI'];
|
401 |
echo $currentLocation;
|
402 |
}
|
24 |
* @param array $aioFaviconSettings user settings
|
25 |
* @param array $aioFaviconDefaultSettings default plugin settings
|
26 |
* @param AIOFaviconDonationLoader $donationLoader the donationloader
|
27 |
+
* @param array $faviconFrontendMap mapping of favicon types to translatable Strings
|
28 |
+
* @param array $faviconBackendMap mapping of favicon types to translatable Strings
|
29 |
*
|
30 |
* @return void
|
31 |
*/
|
32 |
//public static function AioFaviconBackend($aioFaviconSettings) {
|
33 |
+
function AioFaviconBackend($aioFaviconSettings, $aioFaviconDefaultSettings, $donationLoader,
|
34 |
+
$faviconFrontendMap, $faviconBackendMap) {
|
35 |
|
36 |
$this->aioFaviconSettings = $aioFaviconSettings;
|
37 |
$this->aioFaviconDefaultSettings = $aioFaviconDefaultSettings;
|
38 |
$this->donationLoader = $donationLoader;
|
|
|
39 |
$this->faviconRenderHelper = new FaviconRenderHelper($this->aioFaviconSettings,AIOFAVICON_BACKEND);
|
40 |
+
$this->faviconFrontendMap = $faviconFrontendMap;
|
41 |
+
$this->faviconBackendMap = $faviconBackendMap;
|
42 |
+
$this->faviconMap = array_merge($faviconFrontendMap,$faviconBackendMap);
|
43 |
+
}
|
44 |
+
|
45 |
+
// AioFaviconBackend()
|
46 |
+
|
47 |
+
|
48 |
+
/**
|
49 |
+
* Initialize
|
50 |
+
*
|
51 |
+
* @since 4.0
|
52 |
+
* @access public
|
53 |
+
* @author Arne Franken
|
54 |
+
*
|
55 |
+
* @return void
|
56 |
+
*/
|
57 |
+
//public function init() {
|
58 |
+
function init() {
|
59 |
add_action('admin_head', array(& $this->faviconRenderHelper, 'renderFavicons'));
|
60 |
|
61 |
// add options page
|
66 |
|
67 |
//only load JavaScript if we are on this plugin's settingspage
|
68 |
if (isset($_GET['page']) && $_GET['page'] == AIOFAVICON_PLUGIN_BASENAME) {
|
69 |
+
add_action('admin_enqueue_scripts', array(& $this->donationLoader, 'registerDonationJavaScript'));
|
70 |
add_action('admin_enqueue_scripts', array(& $this, 'registerAdminScripts'));
|
71 |
}
|
72 |
}
|
73 |
|
74 |
+
//init()
|
75 |
|
76 |
|
77 |
/**
|
87 |
//public function registerAdminScripts() {
|
88 |
function registerAdminScripts() {
|
89 |
$backendJavaScriptArray = array();
|
90 |
+
|
91 |
if (!empty($this->aioFaviconSettings)) {
|
92 |
foreach ((array)$this->aioFaviconSettings as $type => $url) {
|
93 |
if (!empty($url)) {
|
189 |
//cross check the given referer for nonce set in settings form
|
190 |
check_admin_referer('aio-favicon-settings-form');
|
191 |
|
192 |
+
// get new settings from POST
|
193 |
$usersettings = $_POST[AIOFAVICON_SETTINGSNAME];
|
194 |
+
|
195 |
+
// if URL was copy / pasted into form, fields named "*-text", but must be saved without "-text" suffix.
|
196 |
+
foreach ($usersettings as $settingsName => $settingsValue) {
|
197 |
+
if(preg_match('/(.*)-text/i',$settingsName, $matches)) {
|
198 |
+
if (count($matches) > 1) {
|
199 |
+
$match = $matches[1];
|
200 |
+
if(!empty($settingsValue)) {
|
201 |
+
$usersettings[$match] = $settingsValue;
|
202 |
+
}
|
203 |
+
}
|
204 |
+
//delete "*-text" from incoming array
|
205 |
+
unset($usersettings[$settingsName]);
|
206 |
+
}
|
207 |
+
}
|
208 |
+
|
209 |
+
// Create the settings array by merging the user's settings and the defaults
|
210 |
$defaultArray = $this->aioFaviconDefaultSettings;
|
211 |
$this->aioFaviconSettings = wp_parse_args($usersettings, wp_parse_args((array)get_option(AIOFAVICON_SETTINGSNAME), $defaultArray));
|
212 |
|
213 |
+
//don't show link in meta box by default any more.
|
214 |
if (!isset($usersettings['removeLinkFromMetaBox'])) {
|
215 |
$this->aioFaviconSettings['removeLinkFromMetaBox'] = false;
|
216 |
}
|
234 |
}
|
235 |
}
|
236 |
|
|
|
|
|
237 |
$this->updateSettingsInDatabase();
|
238 |
$referrer = str_replace(array('&aioFaviconUpdateSettings', '&aioFaviconDeleteSettings'), '', $_POST['_wp_http_referer']);
|
239 |
wp_redirect($referrer . '&aioFaviconUpdateSettings');
|
258 |
if (current_user_can('manage_options') && isset($_POST['delete_settings-true'])) {
|
259 |
//cross check the given referer for nonce set in delete settings form
|
260 |
check_admin_referer('aio-favicon-delete_settings-form');
|
261 |
+
|
262 |
+
foreach($this->faviconMap as $key => $value) {
|
263 |
+
$this->deleteFile($key);
|
264 |
+
}
|
265 |
+
|
266 |
$this->deleteSettingsFromDatabase();
|
267 |
+
|
268 |
+
}
|
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
|
317 |
$uploads = wp_upload_dir();
|
318 |
$regex = '#' . $uploads['baseurl'] . '/(.*)#i';
|
319 |
preg_match($regex, $url, $relativePath);
|
320 |
+
|
321 |
if (count($relativePath) > 1) {
|
322 |
$pathToFile = $uploads['basedir'] . '/' . $relativePath[1];
|
323 |
@ unlink($pathToFile);
|
404 |
|
405 |
$response = wp_remote_request($url, $options);
|
406 |
|
407 |
+
if (is_wp_error($response)) {
|
408 |
return false;
|
409 |
+
}
|
410 |
|
411 |
+
if (200 != wp_remote_retrieve_response_code($response)) {
|
412 |
return false;
|
413 |
+
}
|
414 |
|
415 |
return wp_remote_retrieve_body($response);
|
416 |
}
|
434 |
$currentLocation = "http";
|
435 |
$currentLocation .= ((isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] == 'on') ? "s" : "") . "://";
|
436 |
$currentLocation .= $_SERVER['SERVER_NAME'];
|
437 |
+
|
438 |
if (isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] == 'on') {
|
439 |
+
|
440 |
if ($_SERVER['SERVER_PORT'] != '443') {
|
441 |
$currentLocation .= ":" . $_SERVER['SERVER_PORT'];
|
442 |
}
|
443 |
}
|
444 |
else {
|
445 |
+
|
446 |
if ($_SERVER['SERVER_PORT'] != '80') {
|
447 |
$currentLocation .= ":" . $_SERVER['SERVER_PORT'];
|
448 |
}
|
449 |
}
|
450 |
+
|
451 |
$currentLocation .= $_SERVER['REQUEST_URI'];
|
452 |
echo $currentLocation;
|
453 |
}
|
includes/aio-favicon-frontend.php
CHANGED
@@ -27,18 +27,31 @@ class AioFaviconFrontend {
|
|
27 |
function AioFaviconFrontend($aioFaviconSettings) {
|
28 |
|
29 |
$this->aioFaviconSettings = $aioFaviconSettings;
|
30 |
-
|
31 |
$this->faviconRenderHelper = new FaviconRenderHelper($this->aioFaviconSettings,AIOFAVICON_FRONTEND);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
32 |
add_action('wp_head', array(& $this->faviconRenderHelper, 'renderFavicons'));
|
33 |
|
34 |
//only add link to meta box
|
35 |
if (isset($this->aioFaviconSettings['removeLinkFromMetaBox']) && !$this->aioFaviconSettings['removeLinkFromMetaBox']) {
|
36 |
add_action('wp_meta', array(& $this, 'renderMetaLink'));
|
37 |
}
|
38 |
-
|
39 |
}
|
40 |
|
41 |
-
//
|
42 |
|
43 |
/**
|
44 |
* Renders plugin link in Meta widget
|
27 |
function AioFaviconFrontend($aioFaviconSettings) {
|
28 |
|
29 |
$this->aioFaviconSettings = $aioFaviconSettings;
|
|
|
30 |
$this->faviconRenderHelper = new FaviconRenderHelper($this->aioFaviconSettings,AIOFAVICON_FRONTEND);
|
31 |
+
}
|
32 |
+
|
33 |
+
// AioFaviconFrontend()
|
34 |
+
|
35 |
+
/**
|
36 |
+
* Initialize
|
37 |
+
*
|
38 |
+
* @since 4.0
|
39 |
+
* @access public
|
40 |
+
* @author Arne Franken
|
41 |
+
*
|
42 |
+
* @return void
|
43 |
+
*/
|
44 |
+
//public function init() {
|
45 |
+
function init() {
|
46 |
add_action('wp_head', array(& $this->faviconRenderHelper, 'renderFavicons'));
|
47 |
|
48 |
//only add link to meta box
|
49 |
if (isset($this->aioFaviconSettings['removeLinkFromMetaBox']) && !$this->aioFaviconSettings['removeLinkFromMetaBox']) {
|
50 |
add_action('wp_meta', array(& $this, 'renderMetaLink'));
|
51 |
}
|
|
|
52 |
}
|
53 |
|
54 |
+
//init()
|
55 |
|
56 |
/**
|
57 |
* Renders plugin link in Meta widget
|
includes/settings-page.php
CHANGED
@@ -15,7 +15,10 @@
|
|
15 |
<h2><?php echo AIOFAVICON_NAME . ' ' . __('Settings', AIOFAVICON_TEXTDOMAIN); ?></h2>
|
16 |
<br class="clear"/>
|
17 |
|
18 |
-
|
|
|
|
|
|
|
19 |
<?php
|
20 |
require_once 'settings-page/sp-left-column.php';
|
21 |
require_once 'settings-page/sp-right-column.php';
|
15 |
<h2><?php echo AIOFAVICON_NAME . ' ' . __('Settings', AIOFAVICON_TEXTDOMAIN); ?></h2>
|
16 |
<br class="clear"/>
|
17 |
|
18 |
+
<div class="updated" id="javascriptWarning" style="background-color:#f66;">
|
19 |
+
<p><?php _e("Please enable JavaScript. Upload-functionality on this page relies on JavaScript and will not work if it's not enabled.", AIOFAVICON_TEXTDOMAIN) ?></p>
|
20 |
+
</div>
|
21 |
+
|
22 |
<?php
|
23 |
require_once 'settings-page/sp-left-column.php';
|
24 |
require_once 'settings-page/sp-right-column.php';
|
includes/settings-page/sp-left-column.php
CHANGED
@@ -12,11 +12,25 @@
|
|
12 |
<div class="postbox-container" style="width: 69%;">
|
13 |
<form id="aio-favicon-settings-update" name="aio-favicon-settings-update" enctype="multipart/form-data" method="post" action="admin-post.php">
|
14 |
<?php if (function_exists('wp_nonce_field') === true) wp_nonce_field('aio-favicon-settings-form'); ?>
|
|
|
15 |
|
16 |
<div id="poststuff">
|
17 |
<?php
|
18 |
-
|
19 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
require_once 'sp-plugin-meta-settings.php';
|
21 |
?>
|
22 |
</div>
|
12 |
<div class="postbox-container" style="width: 69%;">
|
13 |
<form id="aio-favicon-settings-update" name="aio-favicon-settings-update" enctype="multipart/form-data" method="post" action="admin-post.php">
|
14 |
<?php if (function_exists('wp_nonce_field') === true) wp_nonce_field('aio-favicon-settings-form'); ?>
|
15 |
+
<input type='hidden' value="<?php echo AIOFAVICON_SETTINGSNAME ?>" name="option_page"/>
|
16 |
|
17 |
<div id="poststuff">
|
18 |
<?php
|
19 |
+
|
20 |
+
//TODO: still not ideal - since all settings page files are just "HTML templates" there is currently no clean way to handle DRY.
|
21 |
+
|
22 |
+
//set values for frontend favicon-settings-box
|
23 |
+
$this->faviconMap = $this->faviconFrontendMap;
|
24 |
+
$this->identifier = AIOFAVICON_FRONTEND;
|
25 |
+
$this->translatedIdentifier = __('Frontend', AIOFAVICON_TEXTDOMAIN);
|
26 |
+
require 'sp-plugin-favicon-settings.php';
|
27 |
+
|
28 |
+
//set values for backend favicon-settings-box
|
29 |
+
$this->faviconMap = $this->faviconBackendMap;
|
30 |
+
$this->identifier = AIOFAVICON_BACKEND;
|
31 |
+
$this->translatedIdentifier = __('Backend', AIOFAVICON_TEXTDOMAIN);
|
32 |
+
require 'sp-plugin-favicon-settings.php';
|
33 |
+
|
34 |
require_once 'sp-plugin-meta-settings.php';
|
35 |
?>
|
36 |
</div>
|
includes/settings-page/sp-plugin-backend-settings.php
DELETED
@@ -1,49 +0,0 @@
|
|
1 |
-
<?php
|
2 |
-
/**
|
3 |
-
* @package Techotronic
|
4 |
-
* @subpackage All in one Favicon
|
5 |
-
*
|
6 |
-
* @since 4.1
|
7 |
-
* @author Arne Franken
|
8 |
-
*
|
9 |
-
* Backend Favicon Settings
|
10 |
-
*/
|
11 |
-
?>
|
12 |
-
<div id="aio-favicon-backend-settings" class="postbox">
|
13 |
-
<h3 id="backend-settings"><?php _e('Backend', AIOFAVICON_TEXTDOMAIN); echo " "; _e('Settings', AIOFAVICON_TEXTDOMAIN); ?></h3>
|
14 |
-
|
15 |
-
<div class="inside">
|
16 |
-
<table class="form-table">
|
17 |
-
<?php
|
18 |
-
// The icons that we can set.
|
19 |
-
$faviconMap = array(
|
20 |
-
'backendICO' => 'ICO',
|
21 |
-
'backendPNG' => 'PNG',
|
22 |
-
'backendGIF' => 'GIF',
|
23 |
-
'backendApple' => 'Apple Touch Icon');
|
24 |
-
|
25 |
-
// Loop over this list of icons.
|
26 |
-
foreach ($faviconMap as $iconName => $iconType) { ?>
|
27 |
-
<tr>
|
28 |
-
<th scope="row">
|
29 |
-
<label for="<?php echo AIOFAVICON_SETTINGSNAME .'-'. $iconName ?>"><?php printf(__('%1$s '.$iconType, AIOFAVICON_TEXTDOMAIN), __('Backend', AIOFAVICON_TEXTDOMAIN)); ?>:</label>
|
30 |
-
</th>
|
31 |
-
<td width="32">
|
32 |
-
<div id="<?php echo $iconName ?>-favicon"></div>
|
33 |
-
</td>
|
34 |
-
<td>
|
35 |
-
<input id="<?php echo AIOFAVICON_SETTINGSNAME .'-'. $iconName ?>" type="file" name="<?php echo $iconName ?>" size="50" maxlength="100000" accept="image/*" value="<?php echo $this->aioFaviconSettings[$iconName] ?>" style="display:none;"/>
|
36 |
-
<input id="<?php echo AIOFAVICON_SETTINGSNAME .'-'. $iconName ?>-text" type="text" name="<?php echo $iconName ?>-text" size="60" maxlength="100000" value="<?php echo $this->aioFaviconSettings[$iconName] ?>"/>
|
37 |
-
<input id="<?php echo AIOFAVICON_SETTINGSNAME .'-'. $iconName ?>-button" type="button" name="<?php echo $iconName ?>-button" class="button-secondary" value="<?php _e('Upload') ?>" />
|
38 |
-
<br />
|
39 |
-
<input type="checkbox" name="delete-<?php echo $iconName ?>"/><?php _e('Check box to delete favicon.',AIOFAVICON_TEXTDOMAIN) ?>
|
40 |
-
</td>
|
41 |
-
</tr>
|
42 |
-
<?php } ?>
|
43 |
-
</table>
|
44 |
-
<p class="submit">
|
45 |
-
<input type="hidden" name="action" value="aioFaviconUpdateSettings"/>
|
46 |
-
<input type="submit" name="aioFaviconUpdateSettings" class="button-primary" value="<?php _e('Save Changes') ?>"/>
|
47 |
-
</p>
|
48 |
-
</div>
|
49 |
-
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
includes/settings-page/{sp-plugin-frontend-settings.php → sp-plugin-favicon-settings.php}
RENAMED
@@ -9,34 +9,30 @@
|
|
9 |
* Frontend Favicon Settings
|
10 |
*/
|
11 |
?>
|
12 |
-
<div id="aio-favicon
|
13 |
-
<h3 id="
|
14 |
|
15 |
<div class="inside">
|
16 |
<table class="form-table">
|
17 |
<?php
|
18 |
-
// The icons that we can set.
|
19 |
-
$faviconMap = array(
|
20 |
-
'frontendICO' => 'ICO',
|
21 |
-
'frontendPNG' => 'PNG',
|
22 |
-
'frontendGIF' => 'GIF',
|
23 |
-
'frontendApple' => 'Apple Touch Icon');
|
24 |
-
|
25 |
// Loop over this list of icons.
|
26 |
-
foreach ($faviconMap as $iconName => $iconType) { ?>
|
27 |
<tr>
|
28 |
<th scope="row">
|
29 |
-
<label for="<?php echo AIOFAVICON_SETTINGSNAME .'-'. $iconName ?>"><?php
|
30 |
</th>
|
31 |
<td width="32">
|
32 |
<div id="<?php echo $iconName ?>-favicon"></div>
|
33 |
</td>
|
34 |
<td>
|
35 |
<input id="<?php echo AIOFAVICON_SETTINGSNAME .'-'. $iconName ?>" type="file" name="<?php echo $iconName ?>" size="50" maxlength="100000" accept="image/*" value="<?php echo $this->aioFaviconSettings[$iconName] ?>" style="display:none;"/>
|
36 |
-
<input id="<?php echo AIOFAVICON_SETTINGSNAME .'-'. $iconName ?>-text" type="text" name="<?php echo $iconName ?>-text" size="60" maxlength="100000" value="<?php echo $this->aioFaviconSettings[$iconName] ?>"/>
|
37 |
-
<input id="<?php echo AIOFAVICON_SETTINGSNAME .'-'. $iconName ?>-button" type="button" name="<?php echo $iconName ?>-button" class="button-secondary" value="<?php _e('Upload') ?>" />
|
38 |
<br />
|
|
|
|
|
39 |
<input type="checkbox" name="delete-<?php echo $iconName ?>"/><?php _e('Check box to delete favicon.',AIOFAVICON_TEXTDOMAIN) ?>
|
|
|
40 |
</td>
|
41 |
</tr>
|
42 |
<?php } ?>
|
9 |
* Frontend Favicon Settings
|
10 |
*/
|
11 |
?>
|
12 |
+
<div id="aio-favicon-<?php echo $this->identifier ?>-settings" class="postbox">
|
13 |
+
<h3 id="<?php echo $this->identifier ?>-settings"><?php echo $this->translatedIdentifier; echo " "; _e('Settings', AIOFAVICON_TEXTDOMAIN); ?></h3>
|
14 |
|
15 |
<div class="inside">
|
16 |
<table class="form-table">
|
17 |
<?php
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
// Loop over this list of icons.
|
19 |
+
foreach ($this->faviconMap as $iconName => $iconType) { ?>
|
20 |
<tr>
|
21 |
<th scope="row">
|
22 |
+
<label for="<?php echo AIOFAVICON_SETTINGSNAME .'-'. $iconName ?>"><?php echo $iconType . ' ' . $this->translatedIdentifier; ?>:</label>
|
23 |
</th>
|
24 |
<td width="32">
|
25 |
<div id="<?php echo $iconName ?>-favicon"></div>
|
26 |
</td>
|
27 |
<td>
|
28 |
<input id="<?php echo AIOFAVICON_SETTINGSNAME .'-'. $iconName ?>" type="file" name="<?php echo $iconName ?>" size="50" maxlength="100000" accept="image/*" value="<?php echo $this->aioFaviconSettings[$iconName] ?>" style="display:none;"/>
|
29 |
+
<input id="<?php echo AIOFAVICON_SETTINGSNAME .'-'. $iconName ?>-text" type="text" name="<?php echo AIOFAVICON_SETTINGSNAME . '[' . $iconName ?>-text]" size="60" maxlength="100000" value="<?php echo $this->aioFaviconSettings[$iconName] ?>"/>
|
30 |
+
<input id="<?php echo AIOFAVICON_SETTINGSNAME .'-'. $iconName ?>-button" type="button" name="<?php echo $iconName ?>-button" class="button-secondary" value="<?php _e('Upload') ?>" disabled="disabled" />
|
31 |
<br />
|
32 |
+
<?php //only display delete checkbox if a favicon was found.
|
33 |
+
if(!empty($this->aioFaviconSettings[$iconName])) { ?>
|
34 |
<input type="checkbox" name="delete-<?php echo $iconName ?>"/><?php _e('Check box to delete favicon.',AIOFAVICON_TEXTDOMAIN) ?>
|
35 |
+
<?php } ?>
|
36 |
</td>
|
37 |
</tr>
|
38 |
<?php } ?>
|
includes/settings-page/sp-plugin-meta-settings.php
CHANGED
@@ -16,13 +16,13 @@
|
|
16 |
<table class="form-table">
|
17 |
<tr>
|
18 |
<th scope="row">
|
19 |
-
<label for="<?php echo AIOFAVICON_SETTINGSNAME ?>-removeReflectiveShine"><?php _e(
|
20 |
</th>
|
21 |
<td width="32"></td>
|
22 |
<td>
|
23 |
<input type="checkbox" name="<?php echo AIOFAVICON_SETTINGSNAME ?>[removeReflectiveShine]" id="<?php echo AIOFAVICON_SETTINGSNAME ?>-removeReflectiveShine" value="true" <?php echo ($this->aioFaviconSettings['removeReflectiveShine'])
|
24 |
? 'checked="checked"' : '';?>/>
|
25 |
-
<br/><?php _e(
|
26 |
</td>
|
27 |
</tr>
|
28 |
<tr>
|
16 |
<table class="form-table">
|
17 |
<tr>
|
18 |
<th scope="row">
|
19 |
+
<label for="<?php echo AIOFAVICON_SETTINGSNAME ?>-removeReflectiveShine"><?php _e("Don't add reflective shine to Apple Touch Icon", AIOFAVICON_TEXTDOMAIN); ?>:</label>
|
20 |
</th>
|
21 |
<td width="32"></td>
|
22 |
<td>
|
23 |
<input type="checkbox" name="<?php echo AIOFAVICON_SETTINGSNAME ?>[removeReflectiveShine]" id="<?php echo AIOFAVICON_SETTINGSNAME ?>-removeReflectiveShine" value="true" <?php echo ($this->aioFaviconSettings['removeReflectiveShine'])
|
24 |
? 'checked="checked"' : '';?>/>
|
25 |
+
<br/><?php _e("Don't add reflective shine to Apple Touch Icon", AIOFAVICON_TEXTDOMAIN); ?>
|
26 |
</td>
|
27 |
</tr>
|
28 |
<tr>
|
js/aiofavicon-min.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
jQuery(document).ready(function(){loadFavicons();bindEventTriggers();bindChangeHandlers()});(function(a){loadFavicons=function(){a.each(Aiofavicon,function(c,d){var e='<img src="'+d+'" />';var b="#"+c+"-favicon";a(b).empty().html(e).fadeIn()})}})(jQuery);(function(a){bindEventTriggers=function(){var b=a("form#aio-favicon-settings-update");var c=b.find('input[type="button"]');c.click(function(){a(this).siblings('input[type="file"]').trigger("click")})}})(jQuery);(function(a){bindChangeHandlers=function(){var c=a("form#aio-favicon-settings-update");var b=c.find('input[type="file"]');b.change(function(){a(this).siblings('input[type="text"]').val(a(this).val())})}})(jQuery);
|
1 |
+
jQuery(document).ready(function(){removeWarning();loadFavicons();bindEventTriggers();bindChangeHandlers()});(function(a){removeWarning=function(){a("#javascriptWarning").hide()}})(jQuery);(function(a){loadFavicons=function(){a.each(Aiofavicon,function(c,d){var e='<img src="'+d+'" />';var b="#"+c+"-favicon";a(b).empty().html(e).fadeIn()})}})(jQuery);(function(a){bindEventTriggers=function(){var b=a("form#aio-favicon-settings-update");var c=b.find('input[type="button"]');c.removeAttr("disabled");c.click(function(){a(this).siblings('input[type="file"]').trigger("click")})}})(jQuery);(function(a){bindChangeHandlers=function(){var c=a("form#aio-favicon-settings-update");var b=c.find('input[type="file"]');b.change(function(){a(this).siblings('input[type="text"]').val(a(this).val())})}})(jQuery);
|
js/aiofavicon.js
CHANGED
@@ -12,11 +12,26 @@
|
|
12 |
* call favicon loader on page load.
|
13 |
*/
|
14 |
jQuery(document).ready(function() {
|
|
|
15 |
loadFavicons();
|
16 |
bindEventTriggers();
|
17 |
bindChangeHandlers();
|
18 |
});
|
19 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
/**
|
21 |
* load all uploaded favicons
|
22 |
*
|
@@ -50,6 +65,9 @@ jQuery(document).ready(function() {
|
|
50 |
|
51 |
var buttonInputs = form.find('input[type="button"]');
|
52 |
|
|
|
|
|
|
|
53 |
buttonInputs.click(function () {
|
54 |
jQuery(this)
|
55 |
.siblings('input[type="file"]')
|
12 |
* call favicon loader on page load.
|
13 |
*/
|
14 |
jQuery(document).ready(function() {
|
15 |
+
removeWarning();
|
16 |
loadFavicons();
|
17 |
bindEventTriggers();
|
18 |
bindChangeHandlers();
|
19 |
});
|
20 |
|
21 |
+
/**
|
22 |
+
* Remove warning from backend that JavaScript is not enabled
|
23 |
+
*
|
24 |
+
* @since 4.2
|
25 |
+
* @author Arne Franken
|
26 |
+
*/
|
27 |
+
(function(jQuery) {
|
28 |
+
removeWarning = function() {
|
29 |
+
jQuery('#javascriptWarning').hide();
|
30 |
+
|
31 |
+
}
|
32 |
+
})(jQuery);
|
33 |
+
|
34 |
+
|
35 |
/**
|
36 |
* load all uploaded favicons
|
37 |
*
|
65 |
|
66 |
var buttonInputs = form.find('input[type="button"]');
|
67 |
|
68 |
+
//all buttons disabled since they won't work without JavaScript anyway
|
69 |
+
buttonInputs.removeAttr('disabled');
|
70 |
+
|
71 |
buttonInputs.click(function () {
|
72 |
jQuery(this)
|
73 |
.siblings('input[type="file"]')
|
localization/aio-favicon-cs_CZ.mo
CHANGED
Binary file
|
localization/aio-favicon-cs_CZ.po
CHANGED
@@ -2,53 +2,79 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: All In One Favicon\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date:
|
6 |
-
"PO-Revision-Date:
|
7 |
-
"Last-Translator:
|
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:
|
20 |
msgid "All in one Favicon"
|
21 |
msgstr ""
|
22 |
|
23 |
-
#:
|
24 |
-
|
25 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
26 |
msgid "Settings"
|
27 |
msgstr "Nastavení"
|
28 |
|
29 |
-
#: includes/aio-favicon-backend.php:
|
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:
|
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:
|
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 "
|
46 |
-
|
|
|
|
|
|
|
|
|
47 |
|
48 |
-
#: includes/aio-favicon-frontend.php:
|
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"
|
@@ -56,15 +82,21 @@ 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 "
|
|
|
|
|
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 "
|
67 |
-
|
|
|
|
|
|
|
|
|
68 |
|
69 |
#: includes/settings-page/sp-donate-box.php:24
|
70 |
msgid "Techotronic Development Support"
|
@@ -72,7 +104,9 @@ 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 "
|
|
|
|
|
76 |
|
77 |
#: includes/settings-page/sp-donate-box.php:30
|
78 |
msgid "Return to Your Dashboard"
|
@@ -112,75 +146,40 @@ msgstr ""
|
|
112 |
msgid "Latest donations"
|
113 |
msgstr "Poslední příspěvky"
|
114 |
|
115 |
-
#: includes/settings-page/sp-
|
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-
|
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:
|
165 |
-
msgid "
|
166 |
msgstr ""
|
167 |
|
168 |
-
#: includes/settings-page/sp-plugin-settings.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
169 |
msgid "Don't add reflective shine to Apple Touch Icon"
|
170 |
msgstr ""
|
171 |
|
172 |
-
#: includes/settings-page/sp-plugin-settings.php:
|
173 |
msgid "Remove link from Meta-box"
|
174 |
msgstr "Odstranit link z Meta-boxu"
|
175 |
|
176 |
-
#: includes/settings-page/sp-plugin-settings.php:
|
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"
|
@@ -190,16 +189,25 @@ msgid "Favicon wikipedia entry"
|
|
190 |
msgstr "Favicon na wikipedii"
|
191 |
|
192 |
#: includes/settings-page/sp-tipps-box.php:23
|
193 |
-
msgid "
|
194 |
-
|
|
|
|
|
|
|
|
|
|
|
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 "
|
202 |
-
|
|
|
|
|
|
|
|
|
203 |
|
204 |
#: includes/settings-page/sp-tipps-box.php:36
|
205 |
#, fuzzy
|
@@ -207,32 +215,65 @@ msgid "Favicon CC editor"
|
|
207 |
msgstr "Favicon generátor"
|
208 |
|
209 |
#: includes/settings-page/sp-tipps-box.php:39
|
210 |
-
msgid "
|
211 |
-
|
|
|
|
|
|
|
|
|
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 "
|
219 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
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 "
|
227 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 "
|
235 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
236 |
|
237 |
#~ msgid "Enter a URL or upload a Favicon."
|
238 |
#~ msgstr "Vložte URL nebo nahrajte Favicon z vašeho PC."
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: All In One Favicon\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2013-01-21 23:18+0100\n"
|
6 |
+
"PO-Revision-Date: 2013-01-21 23:23+0100\n"
|
7 |
+
"Last-Translator: Arne Franken <blog@techotronic.de>\n"
|
8 |
"Language-Team: Techotronic <blog@techotronic.de>\n"
|
9 |
+
"Language: en_GB\n"
|
10 |
"MIME-Version: 1.0\n"
|
11 |
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
"Content-Transfer-Encoding: 8bit\n"
|
13 |
"X-Poedit-KeywordsList: __;_e\n"
|
14 |
"X-Poedit-Basepath: ..\n"
|
|
|
|
|
15 |
"X-Poedit-SourceCharset: utf-8\n"
|
16 |
+
"X-Generator: Poedit 1.5.4\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
+
#: all-in-one-favicon.php:40
|
20 |
msgid "All in one Favicon"
|
21 |
msgstr ""
|
22 |
|
23 |
+
#: all-in-one-favicon.php:101 all-in-one-favicon.php:109
|
24 |
+
msgid "ICO"
|
25 |
+
msgstr ""
|
26 |
+
|
27 |
+
#: all-in-one-favicon.php:102 all-in-one-favicon.php:110
|
28 |
+
msgid "GIF"
|
29 |
+
msgstr ""
|
30 |
+
|
31 |
+
#: all-in-one-favicon.php:103 all-in-one-favicon.php:111
|
32 |
+
msgid "PNG"
|
33 |
+
msgstr ""
|
34 |
+
|
35 |
+
#: all-in-one-favicon.php:104 all-in-one-favicon.php:112
|
36 |
+
msgid "Apple Touch Icon"
|
37 |
+
msgstr ""
|
38 |
+
|
39 |
+
#: includes/aio-favicon-backend.php:136 includes/settings-page.php:15
|
40 |
+
#: includes/settings-page/sp-plugin-favicon-settings.php:13
|
41 |
+
#: includes/settings-page/sp-plugin-meta-settings.php:13
|
42 |
msgid "Settings"
|
43 |
msgstr "Nastavení"
|
44 |
|
45 |
+
#: includes/aio-favicon-backend.php:161
|
46 |
#, php-format
|
47 |
msgid "Successfully updated %1$s settings."
|
48 |
msgstr "Změny provedené v pluginu %1$s byly úspěšně uloženy."
|
49 |
|
50 |
+
#: includes/aio-favicon-backend.php:163
|
51 |
#, php-format
|
52 |
msgid "%1$s settings were successfully deleted."
|
53 |
msgstr "Nastavení pluginu %1$s bylo úspěšně odstraněno."
|
54 |
|
55 |
+
#: includes/aio-favicon-backend.php:187
|
56 |
msgid "Did not update settings, you do not have the necessary rights."
|
57 |
msgstr "Nemůžete aktualizovat nastavení, nemáte na to potřebná práva."
|
58 |
|
59 |
#: includes/aio-favicon-backend.php:270
|
60 |
#, php-format
|
61 |
+
msgid ""
|
62 |
+
"Did not delete %1$s settings. Either you dont have the nececssary rights or "
|
63 |
+
"you didnt check the checkbox."
|
64 |
+
msgstr ""
|
65 |
+
"Nastavení pluginu %1$s nemohlo být odstraněno. Buď nemáte potřebná práva, "
|
66 |
+
"nebo jste nezaškrtly zaškrtávací políčko."
|
67 |
|
68 |
+
#: includes/aio-favicon-frontend.php:66
|
69 |
msgid "Using"
|
70 |
msgstr "Použití"
|
71 |
|
72 |
+
#: includes/settings-page.php:19
|
73 |
+
msgid ""
|
74 |
+
"Please enable JavaScript. Upload-functionality on this page relies on "
|
75 |
+
"JavaScript and will not work if it's not enabled."
|
76 |
+
msgstr ""
|
77 |
+
|
78 |
#: includes/settings-page/sp-delete-settings.php:14
|
79 |
#: includes/settings-page/sp-delete-settings.php:23
|
80 |
msgid "Delete Settings"
|
82 |
|
83 |
#: includes/settings-page/sp-delete-settings.php:17
|
84 |
msgid "Check the box and click this button to delete settings of this plugin."
|
85 |
+
msgstr ""
|
86 |
+
"Zaškrtněte zaškrtávací políčko a klikněte na toto tlačítko pro odstranění "
|
87 |
+
"nastavení tohoto pluginu."
|
88 |
|
89 |
#: includes/settings-page/sp-donate-box.php:14
|
90 |
msgid "Donate"
|
91 |
msgstr "Příspět na rozvoj pluginu"
|
92 |
|
93 |
#: includes/settings-page/sp-donate-box.php:18
|
94 |
+
msgid ""
|
95 |
+
"If you would like to make a small (or large) contribution towards future "
|
96 |
+
"development please consider making a donation."
|
97 |
+
msgstr ""
|
98 |
+
"Pokud se vám tento plugin líbí, zvažte příspěvek ( malý či velký ) na jeho "
|
99 |
+
"rozvoj."
|
100 |
|
101 |
#: includes/settings-page/sp-donate-box.php:24
|
102 |
msgid "Techotronic Development Support"
|
104 |
|
105 |
#: includes/settings-page/sp-donate-box.php:28
|
106 |
msgid "Please enter the URL you'd like me to link to in the donors lists"
|
107 |
+
msgstr ""
|
108 |
+
"Prosím zadejte URL, kterou chcete mít spojenou se svým jménem v seznamu "
|
109 |
+
"příspěvatelů na rozvoj"
|
110 |
|
111 |
#: includes/settings-page/sp-donate-box.php:30
|
112 |
msgid "Return to Your Dashboard"
|
146 |
msgid "Latest donations"
|
147 |
msgstr "Poslední příspěvky"
|
148 |
|
149 |
+
#: includes/settings-page/sp-left-column.php:25
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
150 |
msgid "Frontend"
|
151 |
msgstr "Favicon zobrazená v prezentaci, formátu "
|
152 |
|
153 |
+
#: includes/settings-page/sp-left-column.php:31
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
154 |
msgid "Backend"
|
155 |
msgstr "Favicon zobrazená v administraci stránek, formátu "
|
156 |
|
157 |
+
#: includes/settings-page/sp-plugin-favicon-settings.php:30
|
158 |
+
msgid "Upload"
|
159 |
msgstr ""
|
160 |
|
161 |
+
#: includes/settings-page/sp-plugin-favicon-settings.php:34
|
162 |
+
msgid "Check box to delete favicon."
|
163 |
+
msgstr ""
|
164 |
+
|
165 |
+
#: includes/settings-page/sp-plugin-favicon-settings.php:42
|
166 |
+
#: includes/settings-page/sp-plugin-meta-settings.php:42
|
167 |
+
msgid "Save Changes"
|
168 |
+
msgstr "Uložit změny."
|
169 |
+
|
170 |
+
#: includes/settings-page/sp-plugin-meta-settings.php:19
|
171 |
+
#: includes/settings-page/sp-plugin-meta-settings.php:25
|
172 |
msgid "Don't add reflective shine to Apple Touch Icon"
|
173 |
msgstr ""
|
174 |
|
175 |
+
#: includes/settings-page/sp-plugin-meta-settings.php:30
|
176 |
msgid "Remove link from Meta-box"
|
177 |
msgstr "Odstranit link z Meta-boxu"
|
178 |
|
179 |
+
#: includes/settings-page/sp-plugin-meta-settings.php:36
|
180 |
msgid "Remove the link to the developers site from the WordPress meta-box."
|
181 |
msgstr "Odstranit link na stránky vývojářů z Meta-boxu."
|
182 |
|
|
|
|
|
|
|
|
|
183 |
#: includes/settings-page/sp-tipps-box.php:14
|
184 |
msgid "Tips"
|
185 |
msgstr "Tipy"
|
189 |
msgstr "Favicon na wikipedii"
|
190 |
|
191 |
#: includes/settings-page/sp-tipps-box.php:23
|
192 |
+
msgid ""
|
193 |
+
"<a href=\"http://en.wikipedia.org/wiki/Favicon\" target=\"_blank"
|
194 |
+
"\">Wikipedia</a> offers much information about favicon types and sizes."
|
195 |
+
msgstr ""
|
196 |
+
"<a href=\"http://cs.wikipedia.org/wiki/Favicon\" target=\"_blank"
|
197 |
+
"\">Wikipedia</a> - Na Wikipedii najdete více informací o typech Favicon a "
|
198 |
+
"jejich použití."
|
199 |
|
200 |
#: includes/settings-page/sp-tipps-box.php:28
|
201 |
msgid "Favicon generator"
|
202 |
msgstr "Favicon generátor"
|
203 |
|
204 |
#: includes/settings-page/sp-tipps-box.php:31
|
205 |
+
msgid ""
|
206 |
+
"<a href=\"http://www.html-kit.com/favicon/\" target=\"_blank\">HTML Kit</a> "
|
207 |
+
"provides a favicon generator that is very easy to use."
|
208 |
+
msgstr ""
|
209 |
+
"<a href=\"http://www.html-kit.com/favicon/\" target=\"_blank\">HTML Kit</a> "
|
210 |
+
"- Na této stránce najdete generátor Favicon."
|
211 |
|
212 |
#: includes/settings-page/sp-tipps-box.php:36
|
213 |
#, fuzzy
|
215 |
msgstr "Favicon generátor"
|
216 |
|
217 |
#: includes/settings-page/sp-tipps-box.php:39
|
218 |
+
msgid ""
|
219 |
+
"<a href=\"http://www.favicon.cc/\" target=\"_blank\">Favicon CC</a> provides "
|
220 |
+
"a favicon editor that is very easy to use."
|
221 |
+
msgstr ""
|
222 |
+
"<a href=\"http://www.favicon.cc/\">Favicon CC</a> - Na této stránce najdete "
|
223 |
+
"generátor Favicon."
|
224 |
|
225 |
#: includes/settings-page/sp-tipps-box.php:44
|
226 |
msgid "Favicon validator"
|
227 |
msgstr "Favicon validátor"
|
228 |
|
229 |
#: includes/settings-page/sp-tipps-box.php:47
|
230 |
+
msgid ""
|
231 |
+
"<a href=\"http://www.html-kit.com/favicon/validator\" target=\"_blank\">HTML "
|
232 |
+
"Kit</a> provides a favicon validator that tells you whether your favicon is "
|
233 |
+
"working and if it is compatible to all browsers."
|
234 |
+
msgstr ""
|
235 |
+
"<a href=\"http://www.html-kit.com/favicon/validator\" target=\"_blank\">HTML "
|
236 |
+
"Kit</a> - Tato stránka poskytuje Favicon validátor, který vám řekne, zda "
|
237 |
+
"vaše Favicon pracuje správně ve všech prohlížečích."
|
238 |
|
239 |
#: includes/settings-page/sp-tipps-box.php:52
|
240 |
msgid "Apple Touch Icon Howto"
|
241 |
msgstr "Apple Touch Icon - Návod"
|
242 |
|
243 |
#: includes/settings-page/sp-tipps-box.php:55
|
244 |
+
msgid ""
|
245 |
+
"<a href=\"http://developer.apple.com/library/safari/#documentation/"
|
246 |
+
"appleapplications/reference/safariwebcontent/ConfiguringWebApplications/"
|
247 |
+
"ConfiguringWebApplications.html\" target=\"_blank\">Apple</a> provides a "
|
248 |
+
"howto on how to create a PNG to use as an Apple Touch Icon."
|
249 |
+
msgstr ""
|
250 |
+
"<a href=\"http://developer.apple.com/library/safari/#documentation/"
|
251 |
+
"appleapplications/reference/safariwebcontent/ConfiguringWebApplications/"
|
252 |
+
"ConfiguringWebApplications.html\" target=\"_blank\">Apple</a> - Tato stránka "
|
253 |
+
"poskytuje návod, jak vytvořit PNG a použít ho jako Apple Touch Icon."
|
254 |
|
255 |
#: includes/settings-page/sp-translation.php:14
|
256 |
msgid "Translation"
|
257 |
msgstr "Překlad"
|
258 |
|
259 |
#: includes/settings-page/sp-translation.php:17
|
260 |
+
msgid ""
|
261 |
+
"The english translation was done by <a href=\"http://www.techotronic.de\" "
|
262 |
+
"target=\"_blank\">Arne Franken</a>."
|
263 |
+
msgstr ""
|
264 |
+
"Český překlad vytvořen majitelem blogu <a href=\"http://www.neteyes.cz\" "
|
265 |
+
"target=\"_blank\">Neteyes.cz</a>.<br> <br> <b>Pokud máte jakékoli výhrady k "
|
266 |
+
"tomuto překladu, ozvěte se na mail <a href=\"mailto:webmaster@neteyes.cz"
|
267 |
+
"\">webmaster@neteyes.cz</a>.</b>"
|
268 |
+
|
269 |
+
#~ msgid "%1$s ICO"
|
270 |
+
#~ msgstr "%1$s ICO"
|
271 |
+
|
272 |
+
#~ msgid "%1$s PNG"
|
273 |
+
#~ msgstr "%1$s PNG"
|
274 |
+
|
275 |
+
#~ msgid "%1$s GIF"
|
276 |
+
#~ msgstr "%1$s GIF"
|
277 |
|
278 |
#~ msgid "Enter a URL or upload a Favicon."
|
279 |
#~ 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,55 +2,84 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: All in One Favicon\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date:
|
6 |
"PO-Revision-Date: \n"
|
7 |
-
"Last-Translator:
|
8 |
"Language-Team: Team Blogos <wordpress@blogos.dk>\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: Danish\n"
|
14 |
-
"X-Poedit-Country: DENMARK\n"
|
15 |
"X-Poedit-SourceCharset: utf-8\n"
|
16 |
-
"X-Poedit-KeywordsList: __;_e;_n:1,2;__ngettext:1,2;__ngettext_noop:1,2;
|
|
|
|
|
17 |
"X-Poedit-Basepath: .\n"
|
|
|
18 |
"X-Poedit-SearchPath-0: ..\n"
|
19 |
"X-Poedit-SearchPath-1: .\n"
|
20 |
|
21 |
-
#: ../all-in-one-favicon.php:
|
22 |
msgid "All in one Favicon"
|
23 |
msgstr ""
|
24 |
|
25 |
-
#: ../
|
26 |
-
|
27 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
28 |
msgid "Settings"
|
29 |
msgstr "Indstillinger"
|
30 |
|
31 |
-
#: ../includes/aio-favicon-backend.php:
|
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:
|
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:
|
42 |
msgid "Did not update settings, you do not have the necessary rights."
|
43 |
-
msgstr "
|
|
|
44 |
|
45 |
#: ../includes/aio-favicon-backend.php:270
|
46 |
#, php-format
|
47 |
-
msgid "
|
48 |
-
|
|
|
|
|
|
|
|
|
49 |
|
50 |
-
#: ../includes/aio-favicon-frontend.php:
|
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"
|
@@ -58,15 +87,21 @@ 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 "
|
|
|
|
|
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 "
|
69 |
-
|
|
|
|
|
|
|
|
|
70 |
|
71 |
#: ../includes/settings-page/sp-donate-box.php:24
|
72 |
msgid "Techotronic Development Support"
|
@@ -114,75 +149,40 @@ msgstr ""
|
|
114 |
msgid "Latest donations"
|
115 |
msgstr ""
|
116 |
|
117 |
-
#: ../includes/settings-page/sp-
|
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-
|
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:
|
167 |
-
msgid "
|
168 |
msgstr ""
|
169 |
|
170 |
-
#: ../includes/settings-page/sp-plugin-settings.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
171 |
msgid "Don't add reflective shine to Apple Touch Icon"
|
172 |
msgstr ""
|
173 |
|
174 |
-
#: ../includes/settings-page/sp-plugin-settings.php:
|
175 |
msgid "Remove link from Meta-box"
|
176 |
msgstr ""
|
177 |
|
178 |
-
#: ../includes/settings-page/sp-plugin-settings.php:
|
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"
|
@@ -192,48 +192,88 @@ msgid "Favicon wikipedia entry"
|
|
192 |
msgstr "Wikipedias opslag om favicons"
|
193 |
|
194 |
#: ../includes/settings-page/sp-tipps-box.php:23
|
195 |
-
msgid "
|
196 |
-
|
|
|
|
|
|
|
|
|
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 "
|
204 |
-
|
|
|
|
|
|
|
|
|
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 "
|
212 |
-
|
|
|
|
|
|
|
|
|
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 "
|
220 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
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 "
|
228 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 "
|
236 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
237 |
|
238 |
#~ msgid "Enter a URL or upload a Favicon."
|
239 |
#~ msgstr "Indtast en URL eller upload en favicon"
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: All in One Favicon\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2013-01-21 23:18+0100\n"
|
6 |
"PO-Revision-Date: \n"
|
7 |
+
"Last-Translator: Arne Franken <blog@techotronic.de>\n"
|
8 |
"Language-Team: Team Blogos <wordpress@blogos.dk>\n"
|
9 |
+
"Language: da_DK\n"
|
10 |
"MIME-Version: 1.0\n"
|
11 |
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
"Content-Transfer-Encoding: 8bit\n"
|
13 |
"Plural-Forms: nplurals=2;plural=n != 1;\n"
|
|
|
|
|
14 |
"X-Poedit-SourceCharset: utf-8\n"
|
15 |
+
"X-Poedit-KeywordsList: __;_e;_n:1,2;__ngettext:1,2;__ngettext_noop:1,2;"
|
16 |
+
"_nc:4c,1,2;_nx:4c,1,2;_n_noop:1,2;_nx_noop:4c,1,2;_x:1,2c;_c;esc_html__;"
|
17 |
+
"esc_html_e;esc_html_x:1,2c;esc_attr__;esc_attr_e;esc_attr_x:1,2c\n"
|
18 |
"X-Poedit-Basepath: .\n"
|
19 |
+
"X-Generator: Poedit 1.5.4\n"
|
20 |
"X-Poedit-SearchPath-0: ..\n"
|
21 |
"X-Poedit-SearchPath-1: .\n"
|
22 |
|
23 |
+
#: ../all-in-one-favicon.php:40
|
24 |
msgid "All in one Favicon"
|
25 |
msgstr ""
|
26 |
|
27 |
+
#: ../all-in-one-favicon.php:101 ../all-in-one-favicon.php:109
|
28 |
+
msgid "ICO"
|
29 |
+
msgstr ""
|
30 |
+
|
31 |
+
#: ../all-in-one-favicon.php:102 ../all-in-one-favicon.php:110
|
32 |
+
msgid "GIF"
|
33 |
+
msgstr ""
|
34 |
+
|
35 |
+
#: ../all-in-one-favicon.php:103 ../all-in-one-favicon.php:111
|
36 |
+
msgid "PNG"
|
37 |
+
msgstr ""
|
38 |
+
|
39 |
+
#: ../all-in-one-favicon.php:104 ../all-in-one-favicon.php:112
|
40 |
+
msgid "Apple Touch Icon"
|
41 |
+
msgstr ""
|
42 |
+
|
43 |
+
#: ../includes/aio-favicon-backend.php:136 ../includes/settings-page.php:15
|
44 |
+
#: ../includes/settings-page/sp-plugin-favicon-settings.php:13
|
45 |
+
#: ../includes/settings-page/sp-plugin-meta-settings.php:13
|
46 |
msgid "Settings"
|
47 |
msgstr "Indstillinger"
|
48 |
|
49 |
+
#: ../includes/aio-favicon-backend.php:161
|
50 |
#, php-format
|
51 |
msgid "Successfully updated %1$s settings."
|
52 |
msgstr "Opdaterede %1$s-indstillinger med succes."
|
53 |
|
54 |
+
#: ../includes/aio-favicon-backend.php:163
|
55 |
#, php-format
|
56 |
msgid "%1$s settings were successfully deleted."
|
57 |
msgstr "%1$s-indstillinger blev slettet med succes."
|
58 |
|
59 |
+
#: ../includes/aio-favicon-backend.php:187
|
60 |
msgid "Did not update settings, you do not have the necessary rights."
|
61 |
+
msgstr ""
|
62 |
+
"Opdaterede ikke indstillingerne, fordi du ikke har de nødvendige rettigheder."
|
63 |
|
64 |
#: ../includes/aio-favicon-backend.php:270
|
65 |
#, php-format
|
66 |
+
msgid ""
|
67 |
+
"Did not delete %1$s settings. Either you dont have the nececssary rights or "
|
68 |
+
"you didnt check the checkbox."
|
69 |
+
msgstr ""
|
70 |
+
"Slettede ikke %1$s-indstillinger. Enten har du ikke de nødvendige "
|
71 |
+
"rettigheder, eller du markerede ikke afkrydsningsfeltet."
|
72 |
|
73 |
+
#: ../includes/aio-favicon-frontend.php:66
|
74 |
msgid "Using"
|
75 |
msgstr "Bruger"
|
76 |
|
77 |
+
#: ../includes/settings-page.php:19
|
78 |
+
msgid ""
|
79 |
+
"Please enable JavaScript. Upload-functionality on this page relies on "
|
80 |
+
"JavaScript and will not work if it's not enabled."
|
81 |
+
msgstr ""
|
82 |
+
|
83 |
#: ../includes/settings-page/sp-delete-settings.php:14
|
84 |
#: ../includes/settings-page/sp-delete-settings.php:23
|
85 |
msgid "Delete Settings"
|
87 |
|
88 |
#: ../includes/settings-page/sp-delete-settings.php:17
|
89 |
msgid "Check the box and click this button to delete settings of this plugin."
|
90 |
+
msgstr ""
|
91 |
+
"Markér afkrydsningsfeltet og klik på knappen for at slette dette plugins "
|
92 |
+
"indstillinger."
|
93 |
|
94 |
#: ../includes/settings-page/sp-donate-box.php:14
|
95 |
msgid "Donate"
|
96 |
msgstr "Donér"
|
97 |
|
98 |
#: ../includes/settings-page/sp-donate-box.php:18
|
99 |
+
msgid ""
|
100 |
+
"If you would like to make a small (or large) contribution towards future "
|
101 |
+
"development please consider making a donation."
|
102 |
+
msgstr ""
|
103 |
+
"Hvis du gerne vil give et lille (eller et stort) bidrag til støtte for den "
|
104 |
+
"fremtidige udviklings, så overvej at sende en donation."
|
105 |
|
106 |
#: ../includes/settings-page/sp-donate-box.php:24
|
107 |
msgid "Techotronic Development Support"
|
149 |
msgid "Latest donations"
|
150 |
msgstr ""
|
151 |
|
152 |
+
#: ../includes/settings-page/sp-left-column.php:25
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
153 |
msgid "Frontend"
|
154 |
msgstr "Selve bloggen"
|
155 |
|
156 |
+
#: ../includes/settings-page/sp-left-column.php:31
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
157 |
msgid "Backend"
|
158 |
msgstr "Administrationspanel"
|
159 |
|
160 |
+
#: ../includes/settings-page/sp-plugin-favicon-settings.php:30
|
161 |
+
msgid "Upload"
|
162 |
msgstr ""
|
163 |
|
164 |
+
#: ../includes/settings-page/sp-plugin-favicon-settings.php:34
|
165 |
+
msgid "Check box to delete favicon."
|
166 |
+
msgstr ""
|
167 |
+
|
168 |
+
#: ../includes/settings-page/sp-plugin-favicon-settings.php:42
|
169 |
+
#: ../includes/settings-page/sp-plugin-meta-settings.php:42
|
170 |
+
msgid "Save Changes"
|
171 |
+
msgstr "Gem ændringer"
|
172 |
+
|
173 |
+
#: ../includes/settings-page/sp-plugin-meta-settings.php:19
|
174 |
+
#: ../includes/settings-page/sp-plugin-meta-settings.php:25
|
175 |
msgid "Don't add reflective shine to Apple Touch Icon"
|
176 |
msgstr ""
|
177 |
|
178 |
+
#: ../includes/settings-page/sp-plugin-meta-settings.php:30
|
179 |
msgid "Remove link from Meta-box"
|
180 |
msgstr ""
|
181 |
|
182 |
+
#: ../includes/settings-page/sp-plugin-meta-settings.php:36
|
183 |
msgid "Remove the link to the developers site from the WordPress meta-box."
|
184 |
msgstr ""
|
185 |
|
|
|
|
|
|
|
|
|
186 |
#: ../includes/settings-page/sp-tipps-box.php:14
|
187 |
msgid "Tips"
|
188 |
msgstr "Tips"
|
192 |
msgstr "Wikipedias opslag om favicons"
|
193 |
|
194 |
#: ../includes/settings-page/sp-tipps-box.php:23
|
195 |
+
msgid ""
|
196 |
+
"<a href=\"http://en.wikipedia.org/wiki/Favicon\" target=\"_blank"
|
197 |
+
"\">Wikipedia</a> offers much information about favicon types and sizes."
|
198 |
+
msgstr ""
|
199 |
+
"<a href=\"http://en.wikipedia.org/wiki/Favicon\" target=\"_blank"
|
200 |
+
"\">Wikipedia</a> har mange informationer om favicon-typer og størrelser."
|
201 |
|
202 |
#: ../includes/settings-page/sp-tipps-box.php:28
|
203 |
msgid "Favicon generator"
|
204 |
msgstr "Favicon-generator"
|
205 |
|
206 |
#: ../includes/settings-page/sp-tipps-box.php:31
|
207 |
+
msgid ""
|
208 |
+
"<a href=\"http://www.html-kit.com/favicon/\" target=\"_blank\">HTML Kit</a> "
|
209 |
+
"provides a favicon generator that is very easy to use."
|
210 |
+
msgstr ""
|
211 |
+
"<a href=\"http://www.html-kit.com/favicon/\" target=\"_blank\">HTML Kit</a> "
|
212 |
+
"stiller en generator til rådighed, der er meget nem at bruge."
|
213 |
|
214 |
#: ../includes/settings-page/sp-tipps-box.php:36
|
215 |
msgid "Favicon CC editor"
|
216 |
msgstr "Favicon CC editor"
|
217 |
|
218 |
#: ../includes/settings-page/sp-tipps-box.php:39
|
219 |
+
msgid ""
|
220 |
+
"<a href=\"http://www.favicon.cc/\" target=\"_blank\">Favicon CC</a> provides "
|
221 |
+
"a favicon editor that is very easy to use."
|
222 |
+
msgstr ""
|
223 |
+
"<a href=\"http://www.favicon.cc/\" target=\"_blank\">Favicon CC</a> stiller "
|
224 |
+
"en generator til rådighed, der er meget nem at bruge."
|
225 |
|
226 |
#: ../includes/settings-page/sp-tipps-box.php:44
|
227 |
msgid "Favicon validator"
|
228 |
msgstr "Favicon-validator"
|
229 |
|
230 |
#: ../includes/settings-page/sp-tipps-box.php:47
|
231 |
+
msgid ""
|
232 |
+
"<a href=\"http://www.html-kit.com/favicon/validator\" target=\"_blank\">HTML "
|
233 |
+
"Kit</a> provides a favicon validator that tells you whether your favicon is "
|
234 |
+
"working and if it is compatible to all browsers."
|
235 |
+
msgstr ""
|
236 |
+
"<a href=\"http://www.html-kit.com/favicon/validator\" target=\"_blank\">HTML "
|
237 |
+
"Kit</a> har en favicon-validator, som fortæller dig, hvorvidt din favicon "
|
238 |
+
"fungerer, og om den kan ses i alle browsere."
|
239 |
|
240 |
#: ../includes/settings-page/sp-tipps-box.php:52
|
241 |
msgid "Apple Touch Icon Howto"
|
242 |
msgstr "Apple Touch Icon Howto"
|
243 |
|
244 |
#: ../includes/settings-page/sp-tipps-box.php:55
|
245 |
+
msgid ""
|
246 |
+
"<a href=\"http://developer.apple.com/library/safari/#documentation/"
|
247 |
+
"appleapplications/reference/safariwebcontent/ConfiguringWebApplications/"
|
248 |
+
"ConfiguringWebApplications.html\" target=\"_blank\">Apple</a> provides a "
|
249 |
+
"howto on how to create a PNG to use as an Apple Touch Icon."
|
250 |
+
msgstr ""
|
251 |
+
"<a href=\"http://developer.apple.com/library/safari/#documentation/"
|
252 |
+
"appleapplications/reference/safariwebcontent/ConfiguringWebApplications/"
|
253 |
+
"ConfiguringWebApplications.html\" target=\"_blank\">Apple</a> har en "
|
254 |
+
"vejledning i, hvordan man skal lave en PNG, der kan bruges som en Apple "
|
255 |
+
"Touch Icon."
|
256 |
|
257 |
#: ../includes/settings-page/sp-translation.php:14
|
258 |
msgid "Translation"
|
259 |
msgstr "Oversættelse"
|
260 |
|
261 |
#: ../includes/settings-page/sp-translation.php:17
|
262 |
+
msgid ""
|
263 |
+
"The english translation was done by <a href=\"http://www.techotronic.de\" "
|
264 |
+
"target=\"_blank\">Arne Franken</a>."
|
265 |
+
msgstr ""
|
266 |
+
"Den danske udgave er oversat af <a href=\"http://wordpress.blogos.dk\" "
|
267 |
+
"target=\"_blank\">GeorgWP</a>."
|
268 |
+
|
269 |
+
#~ msgid "%1$s ICO"
|
270 |
+
#~ msgstr "%1$s ICO"
|
271 |
+
|
272 |
+
#~ msgid "%1$s PNG"
|
273 |
+
#~ msgstr "%1$s PNG"
|
274 |
+
|
275 |
+
#~ msgid "%1$s GIF"
|
276 |
+
#~ msgstr "%1$s GIF"
|
277 |
|
278 |
#~ msgid "Enter a URL or upload a Favicon."
|
279 |
#~ 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,53 +2,84 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: All In One Favicon\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date:
|
6 |
-
"PO-Revision-Date:
|
7 |
-
"Last-Translator:
|
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:
|
20 |
msgid "All in one Favicon"
|
21 |
msgstr "All in one Favicon"
|
22 |
|
23 |
-
#:
|
24 |
-
|
25 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
26 |
msgid "Settings"
|
27 |
msgstr "Einstellungen"
|
28 |
|
29 |
-
#: includes/aio-favicon-backend.php:
|
30 |
#, php-format
|
31 |
msgid "Successfully updated %1$s settings."
|
32 |
msgstr "Änderungen der %1$s Einstellungen wurden erfolgreich gespeichert."
|
33 |
|
34 |
-
#: includes/aio-favicon-backend.php:
|
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:
|
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 "
|
46 |
-
|
|
|
|
|
|
|
|
|
|
|
47 |
|
48 |
-
#: includes/aio-favicon-frontend.php:
|
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"
|
@@ -56,15 +87,21 @@ 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 "
|
|
|
|
|
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 "
|
67 |
-
|
|
|
|
|
|
|
|
|
68 |
|
69 |
#: includes/settings-page/sp-donate-box.php:24
|
70 |
msgid "Techotronic Development Support"
|
@@ -112,74 +149,40 @@ msgstr "Danke für die Spende."
|
|
112 |
msgid "Latest donations"
|
113 |
msgstr "Neueste Spenden"
|
114 |
|
115 |
-
#: includes/settings-page/sp-
|
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-
|
129 |
-
|
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ö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:
|
152 |
-
|
153 |
-
#, php-format
|
154 |
-
msgid "%1$s Apple Touch Icon"
|
155 |
msgstr ""
|
156 |
|
157 |
-
#: includes/settings-page/sp-plugin-settings.php:
|
158 |
-
|
159 |
-
|
160 |
-
#: includes/settings-page/sp-plugin-settings.php:127
|
161 |
-
msgid "Backend"
|
162 |
-
msgstr ""
|
163 |
|
164 |
-
#: includes/settings-page/sp-plugin-settings.php:
|
165 |
-
|
166 |
-
|
|
|
167 |
|
168 |
-
#: includes/settings-page/sp-plugin-settings.php:
|
|
|
169 |
msgid "Don't add reflective shine to Apple Touch Icon"
|
170 |
msgstr "Keinen Effekt zum Apple Touch Icon hinzufügen"
|
171 |
|
172 |
-
#: includes/settings-page/sp-plugin-settings.php:
|
173 |
msgid "Remove link from Meta-box"
|
174 |
msgstr "Link aus der Meta-box entfernen"
|
175 |
|
176 |
-
#: includes/settings-page/sp-plugin-settings.php:
|
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 "Änderungen speichern"
|
183 |
|
184 |
#: includes/settings-page/sp-tipps-box.php:14
|
185 |
msgid "Tips"
|
@@ -190,48 +193,81 @@ msgid "Favicon wikipedia entry"
|
|
190 |
msgstr "Wikipedia Eintrag"
|
191 |
|
192 |
#: includes/settings-page/sp-tipps-box.php:23
|
193 |
-
msgid "
|
194 |
-
|
|
|
|
|
|
|
|
|
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 "
|
202 |
-
|
|
|
|
|
|
|
|
|
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 "
|
210 |
-
|
|
|
|
|
|
|
|
|
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 "
|
218 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
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 "
|
226 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
227 |
|
228 |
#: includes/settings-page/sp-translation.php:14
|
229 |
msgid "Translation"
|
230 |
msgstr "Übersetzung"
|
231 |
|
232 |
#: includes/settings-page/sp-translation.php:17
|
233 |
-
msgid "
|
234 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
235 |
|
236 |
#~ msgid "Enter a URL or upload a Favicon."
|
237 |
#~ msgstr ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: All In One Favicon\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2013-01-21 23:22+0100\n"
|
6 |
+
"PO-Revision-Date: 2013-01-21 23:22+0100\n"
|
7 |
+
"Last-Translator: Arne Franken <blog@techotronic.de>\n"
|
8 |
"Language-Team: Techotronic <blog@techotronic.de>\n"
|
9 |
+
"Language: en_GB\n"
|
10 |
"MIME-Version: 1.0\n"
|
11 |
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
"Content-Transfer-Encoding: 8bit\n"
|
13 |
"X-Poedit-KeywordsList: __;_e\n"
|
14 |
"X-Poedit-Basepath: ..\n"
|
|
|
|
|
15 |
"X-Poedit-SourceCharset: utf-8\n"
|
16 |
+
"X-Generator: Poedit 1.5.4\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
+
#: all-in-one-favicon.php:40
|
20 |
msgid "All in one Favicon"
|
21 |
msgstr "All in one Favicon"
|
22 |
|
23 |
+
#: all-in-one-favicon.php:101 all-in-one-favicon.php:109
|
24 |
+
msgid "ICO"
|
25 |
+
msgstr ""
|
26 |
+
|
27 |
+
#: all-in-one-favicon.php:102 all-in-one-favicon.php:110
|
28 |
+
msgid "GIF"
|
29 |
+
msgstr ""
|
30 |
+
|
31 |
+
#: all-in-one-favicon.php:103 all-in-one-favicon.php:111
|
32 |
+
msgid "PNG"
|
33 |
+
msgstr ""
|
34 |
+
|
35 |
+
#: all-in-one-favicon.php:104 all-in-one-favicon.php:112
|
36 |
+
msgid "Apple Touch Icon"
|
37 |
+
msgstr "Apple Touch Icon"
|
38 |
+
|
39 |
+
#: includes/aio-favicon-backend.php:136 includes/settings-page.php:15
|
40 |
+
#: includes/settings-page/sp-plugin-favicon-settings.php:13
|
41 |
+
#: includes/settings-page/sp-plugin-meta-settings.php:13
|
42 |
msgid "Settings"
|
43 |
msgstr "Einstellungen"
|
44 |
|
45 |
+
#: includes/aio-favicon-backend.php:161
|
46 |
#, php-format
|
47 |
msgid "Successfully updated %1$s settings."
|
48 |
msgstr "Änderungen der %1$s Einstellungen wurden erfolgreich gespeichert."
|
49 |
|
50 |
+
#: includes/aio-favicon-backend.php:163
|
51 |
#, php-format
|
52 |
msgid "%1$s settings were successfully deleted."
|
53 |
msgstr "Die Einstellungen von %1$s wurden erfolgreich entfernt."
|
54 |
|
55 |
+
#: includes/aio-favicon-backend.php:187
|
56 |
msgid "Did not update settings, you do not have the necessary rights."
|
57 |
+
msgstr ""
|
58 |
+
"Einstellungen nicht aktualisiert, da Sie nicht die hierfür erforderlichen "
|
59 |
+
"Rechte besitzen."
|
60 |
|
61 |
#: includes/aio-favicon-backend.php:270
|
62 |
#, php-format
|
63 |
+
msgid ""
|
64 |
+
"Did not delete %1$s settings. Either you dont have the nececssary rights or "
|
65 |
+
"you didnt check the checkbox."
|
66 |
+
msgstr ""
|
67 |
+
"Konnte die Einstellungen von %1$s nicht entfernen. Entweder besitzen Sie "
|
68 |
+
"nicht die notwendigen Rechte, oder Sie haben vergessen, die Checkbox [x] zu "
|
69 |
+
"aktivieren."
|
70 |
|
71 |
+
#: includes/aio-favicon-frontend.php:66
|
72 |
msgid "Using"
|
73 |
msgstr "Verwendet"
|
74 |
|
75 |
+
#: includes/settings-page.php:19
|
76 |
+
msgid ""
|
77 |
+
"Please enable JavaScript. Upload-functionality on this page relies on "
|
78 |
+
"JavaScript and will not work if it's not enabled."
|
79 |
+
msgstr ""
|
80 |
+
"Bitte schalten Sie JavaScript ein. Ohne JavaScript kann kein Favicon "
|
81 |
+
"hochgeladen werden."
|
82 |
+
|
83 |
#: includes/settings-page/sp-delete-settings.php:14
|
84 |
#: includes/settings-page/sp-delete-settings.php:23
|
85 |
msgid "Delete Settings"
|
87 |
|
88 |
#: includes/settings-page/sp-delete-settings.php:17
|
89 |
msgid "Check the box and click this button to delete settings of this plugin."
|
90 |
+
msgstr ""
|
91 |
+
"Aktivieren Sie die Checkbox und klicken Sie anschließend die folgende "
|
92 |
+
"Schaltfläche, um die Einstellungen dieses Plugins zu entfernen."
|
93 |
|
94 |
#: includes/settings-page/sp-donate-box.php:14
|
95 |
msgid "Donate"
|
96 |
msgstr "Spenden"
|
97 |
|
98 |
#: includes/settings-page/sp-donate-box.php:18
|
99 |
+
msgid ""
|
100 |
+
"If you would like to make a small (or large) contribution towards future "
|
101 |
+
"development please consider making a donation."
|
102 |
+
msgstr ""
|
103 |
+
"Wenn Du eine kleine (oder grosse) Spende für die Weiterentwicklung "
|
104 |
+
"abgeben möchtest, kannst Du das per PayPal tun."
|
105 |
|
106 |
#: includes/settings-page/sp-donate-box.php:24
|
107 |
msgid "Techotronic Development Support"
|
149 |
msgid "Latest donations"
|
150 |
msgstr "Neueste Spenden"
|
151 |
|
152 |
+
#: includes/settings-page/sp-left-column.php:25
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
153 |
msgid "Frontend"
|
154 |
msgstr ""
|
155 |
|
156 |
+
#: includes/settings-page/sp-left-column.php:31
|
157 |
+
msgid "Backend"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
158 |
msgstr ""
|
159 |
|
160 |
+
#: includes/settings-page/sp-plugin-favicon-settings.php:30
|
161 |
+
msgid "Upload"
|
|
|
|
|
162 |
msgstr ""
|
163 |
|
164 |
+
#: includes/settings-page/sp-plugin-favicon-settings.php:34
|
165 |
+
msgid "Check box to delete favicon."
|
166 |
+
msgstr "Box anklicken, um das Favicon zu löschen."
|
|
|
|
|
|
|
167 |
|
168 |
+
#: includes/settings-page/sp-plugin-favicon-settings.php:42
|
169 |
+
#: includes/settings-page/sp-plugin-meta-settings.php:42
|
170 |
+
msgid "Save Changes"
|
171 |
+
msgstr "Änderungen speichern"
|
172 |
|
173 |
+
#: includes/settings-page/sp-plugin-meta-settings.php:19
|
174 |
+
#: includes/settings-page/sp-plugin-meta-settings.php:25
|
175 |
msgid "Don't add reflective shine to Apple Touch Icon"
|
176 |
msgstr "Keinen Effekt zum Apple Touch Icon hinzufügen"
|
177 |
|
178 |
+
#: includes/settings-page/sp-plugin-meta-settings.php:30
|
179 |
msgid "Remove link from Meta-box"
|
180 |
msgstr "Link aus der Meta-box entfernen"
|
181 |
|
182 |
+
#: includes/settings-page/sp-plugin-meta-settings.php:36
|
183 |
msgid "Remove the link to the developers site from the WordPress meta-box."
|
184 |
+
msgstr ""
|
185 |
+
"Entfernt den Link zur Seite des Entwicklers aus der Meta-box des Blogs."
|
|
|
|
|
|
|
186 |
|
187 |
#: includes/settings-page/sp-tipps-box.php:14
|
188 |
msgid "Tips"
|
193 |
msgstr "Wikipedia Eintrag"
|
194 |
|
195 |
#: includes/settings-page/sp-tipps-box.php:23
|
196 |
+
msgid ""
|
197 |
+
"<a href=\"http://en.wikipedia.org/wiki/Favicon\" target=\"_blank"
|
198 |
+
"\">Wikipedia</a> offers much information about favicon types and sizes."
|
199 |
+
msgstr ""
|
200 |
+
"<a href=\"http://de.wikipedia.org/wiki/Favicon\" target=\"_blank"
|
201 |
+
"\">Wikipedia</a> bietet viele Informationen über Favicons."
|
202 |
|
203 |
#: includes/settings-page/sp-tipps-box.php:28
|
204 |
msgid "Favicon generator"
|
205 |
msgstr "Favicon Generator"
|
206 |
|
207 |
#: includes/settings-page/sp-tipps-box.php:31
|
208 |
+
msgid ""
|
209 |
+
"<a href=\"http://www.html-kit.com/favicon/\" target=\"_blank\">HTML Kit</a> "
|
210 |
+
"provides a favicon generator that is very easy to use."
|
211 |
+
msgstr ""
|
212 |
+
"<a href=\"http://www.html-kit.com/favicon/\" target=\"_blank\">HTML Kit</a> "
|
213 |
+
"hat einen einfachen Favicon Generator."
|
214 |
|
215 |
#: includes/settings-page/sp-tipps-box.php:36
|
216 |
msgid "Favicon CC editor"
|
217 |
msgstr "Favicon CC editor"
|
218 |
|
219 |
#: includes/settings-page/sp-tipps-box.php:39
|
220 |
+
msgid ""
|
221 |
+
"<a href=\"http://www.favicon.cc/\" target=\"_blank\">Favicon CC</a> provides "
|
222 |
+
"a favicon editor that is very easy to use."
|
223 |
+
msgstr ""
|
224 |
+
"<a href=\"http://www.favicon.cc/\" target=\"_blank\">Favicon CC</a> hat "
|
225 |
+
"einen einfachen Favicon Generator."
|
226 |
|
227 |
#: includes/settings-page/sp-tipps-box.php:44
|
228 |
msgid "Favicon validator"
|
229 |
msgstr "Favicon Validator"
|
230 |
|
231 |
#: includes/settings-page/sp-tipps-box.php:47
|
232 |
+
msgid ""
|
233 |
+
"<a href=\"http://www.html-kit.com/favicon/validator\" target=\"_blank\">HTML "
|
234 |
+
"Kit</a> provides a favicon validator that tells you whether your favicon is "
|
235 |
+
"working and if it is compatible to all browsers."
|
236 |
+
msgstr ""
|
237 |
+
"<a href=\"http://www.html-kit.com/favicon/validator\" target=\"_blank\">HTML "
|
238 |
+
"Kit</a> hat einen online Favicon Validator der Dir sagt, ob Dein Favicon "
|
239 |
+
"richtig konfiguriert ist und ob es kompatibel zu allen Browsern ist."
|
240 |
|
241 |
#: includes/settings-page/sp-tipps-box.php:52
|
242 |
msgid "Apple Touch Icon Howto"
|
243 |
msgstr "Apple Touch Icon Howto"
|
244 |
|
245 |
#: includes/settings-page/sp-tipps-box.php:55
|
246 |
+
msgid ""
|
247 |
+
"<a href=\"http://developer.apple.com/library/safari/#documentation/"
|
248 |
+
"appleapplications/reference/safariwebcontent/ConfiguringWebApplications/"
|
249 |
+
"ConfiguringWebApplications.html\" target=\"_blank\">Apple</a> provides a "
|
250 |
+
"howto on how to create a PNG to use as an Apple Touch Icon."
|
251 |
+
msgstr ""
|
252 |
+
"<a href=\"http://developer.apple.com/library/safari/#documentation/"
|
253 |
+
"appleapplications/reference/safariwebcontent/ConfiguringWebApplications/"
|
254 |
+
"ConfiguringWebApplications.html\" target=\"_blank\">Apple</a> hat ein Howto "
|
255 |
+
"wie man ein PNG als Apple Touch Icon verwenden kann."
|
256 |
|
257 |
#: includes/settings-page/sp-translation.php:14
|
258 |
msgid "Translation"
|
259 |
msgstr "Übersetzung"
|
260 |
|
261 |
#: includes/settings-page/sp-translation.php:17
|
262 |
+
msgid ""
|
263 |
+
"The english translation was done by <a href=\"http://www.techotronic.de\" "
|
264 |
+
"target=\"_blank\">Arne Franken</a>."
|
265 |
+
msgstr ""
|
266 |
+
"Die Übersetzung ins Deutsche wurde von <a href=\"http://www.techotronic."
|
267 |
+
"de\" target=\"_blank\">Arne Franken</a> durchgeführt."
|
268 |
+
|
269 |
+
#~ msgid "Don't add reflective shine"
|
270 |
+
#~ msgstr "Keinen Effekt hinzufügen"
|
271 |
|
272 |
#~ msgid "Enter a URL or upload a Favicon."
|
273 |
#~ msgstr ""
|
localization/aio-favicon-en_EN.mo
CHANGED
Binary file
|
localization/aio-favicon-en_EN.po
CHANGED
@@ -2,53 +2,77 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: All In One Favicon\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date:
|
6 |
-
"PO-Revision-Date:
|
7 |
-
"Last-Translator:
|
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:
|
20 |
msgid "All in one Favicon"
|
21 |
msgstr ""
|
22 |
|
23 |
-
#:
|
24 |
-
|
25 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
26 |
msgid "Settings"
|
27 |
msgstr ""
|
28 |
|
29 |
-
#: includes/aio-favicon-backend.php:
|
30 |
#, php-format
|
31 |
msgid "Successfully updated %1$s settings."
|
32 |
msgstr ""
|
33 |
|
34 |
-
#: includes/aio-favicon-backend.php:
|
35 |
#, php-format
|
36 |
msgid "%1$s settings were successfully deleted."
|
37 |
msgstr ""
|
38 |
|
39 |
-
#: includes/aio-favicon-backend.php:
|
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 "
|
|
|
|
|
46 |
msgstr ""
|
47 |
|
48 |
-
#: includes/aio-favicon-frontend.php:
|
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"
|
@@ -63,7 +87,9 @@ msgid "Donate"
|
|
63 |
msgstr ""
|
64 |
|
65 |
#: includes/settings-page/sp-donate-box.php:18
|
66 |
-
msgid "
|
|
|
|
|
67 |
msgstr ""
|
68 |
|
69 |
#: includes/settings-page/sp-donate-box.php:24
|
@@ -112,75 +138,40 @@ msgstr ""
|
|
112 |
msgid "Latest donations"
|
113 |
msgstr ""
|
114 |
|
115 |
-
#: includes/settings-page/sp-
|
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-
|
129 |
-
|
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:
|
152 |
-
|
153 |
-
#, php-format
|
154 |
-
msgid "%1$s Apple Touch Icon"
|
155 |
msgstr ""
|
156 |
|
157 |
-
#: includes/settings-page/sp-plugin-settings.php:
|
158 |
-
|
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:
|
165 |
-
|
|
|
166 |
msgstr ""
|
167 |
|
168 |
-
#: includes/settings-page/sp-plugin-settings.php:
|
|
|
169 |
msgid "Don't add reflective shine to Apple Touch Icon"
|
170 |
msgstr ""
|
171 |
|
172 |
-
#: includes/settings-page/sp-plugin-settings.php:
|
173 |
msgid "Remove link from Meta-box"
|
174 |
msgstr ""
|
175 |
|
176 |
-
#: includes/settings-page/sp-plugin-settings.php:
|
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 ""
|
@@ -190,7 +181,9 @@ msgid "Favicon wikipedia entry"
|
|
190 |
msgstr ""
|
191 |
|
192 |
#: includes/settings-page/sp-tipps-box.php:23
|
193 |
-
msgid "
|
|
|
|
|
194 |
msgstr ""
|
195 |
|
196 |
#: includes/settings-page/sp-tipps-box.php:28
|
@@ -198,7 +191,9 @@ msgid "Favicon generator"
|
|
198 |
msgstr ""
|
199 |
|
200 |
#: includes/settings-page/sp-tipps-box.php:31
|
201 |
-
msgid "
|
|
|
|
|
202 |
msgstr ""
|
203 |
|
204 |
#: includes/settings-page/sp-tipps-box.php:36
|
@@ -206,7 +201,9 @@ msgid "Favicon CC editor"
|
|
206 |
msgstr ""
|
207 |
|
208 |
#: includes/settings-page/sp-tipps-box.php:39
|
209 |
-
msgid "
|
|
|
|
|
210 |
msgstr ""
|
211 |
|
212 |
#: includes/settings-page/sp-tipps-box.php:44
|
@@ -214,7 +211,10 @@ msgid "Favicon validator"
|
|
214 |
msgstr ""
|
215 |
|
216 |
#: includes/settings-page/sp-tipps-box.php:47
|
217 |
-
msgid "
|
|
|
|
|
|
|
218 |
msgstr ""
|
219 |
|
220 |
#: includes/settings-page/sp-tipps-box.php:52
|
@@ -222,7 +222,11 @@ msgid "Apple Touch Icon Howto"
|
|
222 |
msgstr ""
|
223 |
|
224 |
#: includes/settings-page/sp-tipps-box.php:55
|
225 |
-
msgid "
|
|
|
|
|
|
|
|
|
226 |
msgstr ""
|
227 |
|
228 |
#: includes/settings-page/sp-translation.php:14
|
@@ -230,6 +234,7 @@ msgid "Translation"
|
|
230 |
msgstr ""
|
231 |
|
232 |
#: includes/settings-page/sp-translation.php:17
|
233 |
-
msgid "
|
|
|
|
|
234 |
msgstr ""
|
235 |
-
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: All In One Favicon\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2013-01-21 23:22+0100\n"
|
6 |
+
"PO-Revision-Date: 2013-01-21 23:23+0100\n"
|
7 |
+
"Last-Translator: Arne Franken <blog@techotronic.de>\n"
|
8 |
"Language-Team: Techotronic <blog@techotronic.de>\n"
|
9 |
+
"Language: en_GB\n"
|
10 |
"MIME-Version: 1.0\n"
|
11 |
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
"Content-Transfer-Encoding: 8bit\n"
|
13 |
"X-Poedit-KeywordsList: __;_e\n"
|
14 |
"X-Poedit-Basepath: ..\n"
|
|
|
|
|
15 |
"X-Poedit-SourceCharset: utf-8\n"
|
16 |
+
"X-Generator: Poedit 1.5.4\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
+
#: all-in-one-favicon.php:40
|
20 |
msgid "All in one Favicon"
|
21 |
msgstr ""
|
22 |
|
23 |
+
#: all-in-one-favicon.php:101 all-in-one-favicon.php:109
|
24 |
+
msgid "ICO"
|
25 |
+
msgstr ""
|
26 |
+
|
27 |
+
#: all-in-one-favicon.php:102 all-in-one-favicon.php:110
|
28 |
+
msgid "GIF"
|
29 |
+
msgstr ""
|
30 |
+
|
31 |
+
#: all-in-one-favicon.php:103 all-in-one-favicon.php:111
|
32 |
+
msgid "PNG"
|
33 |
+
msgstr ""
|
34 |
+
|
35 |
+
#: all-in-one-favicon.php:104 all-in-one-favicon.php:112
|
36 |
+
msgid "Apple Touch Icon"
|
37 |
+
msgstr ""
|
38 |
+
|
39 |
+
#: includes/aio-favicon-backend.php:136 includes/settings-page.php:15
|
40 |
+
#: includes/settings-page/sp-plugin-favicon-settings.php:13
|
41 |
+
#: includes/settings-page/sp-plugin-meta-settings.php:13
|
42 |
msgid "Settings"
|
43 |
msgstr ""
|
44 |
|
45 |
+
#: includes/aio-favicon-backend.php:161
|
46 |
#, php-format
|
47 |
msgid "Successfully updated %1$s settings."
|
48 |
msgstr ""
|
49 |
|
50 |
+
#: includes/aio-favicon-backend.php:163
|
51 |
#, php-format
|
52 |
msgid "%1$s settings were successfully deleted."
|
53 |
msgstr ""
|
54 |
|
55 |
+
#: includes/aio-favicon-backend.php:187
|
56 |
msgid "Did not update settings, you do not have the necessary rights."
|
57 |
msgstr ""
|
58 |
|
59 |
#: includes/aio-favicon-backend.php:270
|
60 |
#, php-format
|
61 |
+
msgid ""
|
62 |
+
"Did not delete %1$s settings. Either you dont have the nececssary rights or "
|
63 |
+
"you didnt check the checkbox."
|
64 |
msgstr ""
|
65 |
|
66 |
+
#: includes/aio-favicon-frontend.php:66
|
67 |
msgid "Using"
|
68 |
msgstr ""
|
69 |
|
70 |
+
#: includes/settings-page.php:19
|
71 |
+
msgid ""
|
72 |
+
"Please enable JavaScript. Upload-functionality on this page relies on "
|
73 |
+
"JavaScript and will not work if it's not enabled."
|
74 |
+
msgstr ""
|
75 |
+
|
76 |
#: includes/settings-page/sp-delete-settings.php:14
|
77 |
#: includes/settings-page/sp-delete-settings.php:23
|
78 |
msgid "Delete Settings"
|
87 |
msgstr ""
|
88 |
|
89 |
#: includes/settings-page/sp-donate-box.php:18
|
90 |
+
msgid ""
|
91 |
+
"If you would like to make a small (or large) contribution towards future "
|
92 |
+
"development please consider making a donation."
|
93 |
msgstr ""
|
94 |
|
95 |
#: includes/settings-page/sp-donate-box.php:24
|
138 |
msgid "Latest donations"
|
139 |
msgstr ""
|
140 |
|
141 |
+
#: includes/settings-page/sp-left-column.php:25
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
142 |
msgid "Frontend"
|
143 |
msgstr ""
|
144 |
|
145 |
+
#: includes/settings-page/sp-left-column.php:31
|
146 |
+
msgid "Backend"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
147 |
msgstr ""
|
148 |
|
149 |
+
#: includes/settings-page/sp-plugin-favicon-settings.php:30
|
150 |
+
msgid "Upload"
|
|
|
|
|
151 |
msgstr ""
|
152 |
|
153 |
+
#: includes/settings-page/sp-plugin-favicon-settings.php:34
|
154 |
+
msgid "Check box to delete favicon."
|
|
|
|
|
|
|
155 |
msgstr ""
|
156 |
|
157 |
+
#: includes/settings-page/sp-plugin-favicon-settings.php:42
|
158 |
+
#: includes/settings-page/sp-plugin-meta-settings.php:42
|
159 |
+
msgid "Save Changes"
|
160 |
msgstr ""
|
161 |
|
162 |
+
#: includes/settings-page/sp-plugin-meta-settings.php:19
|
163 |
+
#: includes/settings-page/sp-plugin-meta-settings.php:25
|
164 |
msgid "Don't add reflective shine to Apple Touch Icon"
|
165 |
msgstr ""
|
166 |
|
167 |
+
#: includes/settings-page/sp-plugin-meta-settings.php:30
|
168 |
msgid "Remove link from Meta-box"
|
169 |
msgstr ""
|
170 |
|
171 |
+
#: includes/settings-page/sp-plugin-meta-settings.php:36
|
172 |
msgid "Remove the link to the developers site from the WordPress meta-box."
|
173 |
msgstr ""
|
174 |
|
|
|
|
|
|
|
|
|
175 |
#: includes/settings-page/sp-tipps-box.php:14
|
176 |
msgid "Tips"
|
177 |
msgstr ""
|
181 |
msgstr ""
|
182 |
|
183 |
#: includes/settings-page/sp-tipps-box.php:23
|
184 |
+
msgid ""
|
185 |
+
"<a href=\"http://en.wikipedia.org/wiki/Favicon\" target=\"_blank"
|
186 |
+
"\">Wikipedia</a> offers much information about favicon types and sizes."
|
187 |
msgstr ""
|
188 |
|
189 |
#: includes/settings-page/sp-tipps-box.php:28
|
191 |
msgstr ""
|
192 |
|
193 |
#: includes/settings-page/sp-tipps-box.php:31
|
194 |
+
msgid ""
|
195 |
+
"<a href=\"http://www.html-kit.com/favicon/\" target=\"_blank\">HTML Kit</a> "
|
196 |
+
"provides a favicon generator that is very easy to use."
|
197 |
msgstr ""
|
198 |
|
199 |
#: includes/settings-page/sp-tipps-box.php:36
|
201 |
msgstr ""
|
202 |
|
203 |
#: includes/settings-page/sp-tipps-box.php:39
|
204 |
+
msgid ""
|
205 |
+
"<a href=\"http://www.favicon.cc/\" target=\"_blank\">Favicon CC</a> provides "
|
206 |
+
"a favicon editor that is very easy to use."
|
207 |
msgstr ""
|
208 |
|
209 |
#: includes/settings-page/sp-tipps-box.php:44
|
211 |
msgstr ""
|
212 |
|
213 |
#: includes/settings-page/sp-tipps-box.php:47
|
214 |
+
msgid ""
|
215 |
+
"<a href=\"http://www.html-kit.com/favicon/validator\" target=\"_blank\">HTML "
|
216 |
+
"Kit</a> provides a favicon validator that tells you whether your favicon is "
|
217 |
+
"working and if it is compatible to all browsers."
|
218 |
msgstr ""
|
219 |
|
220 |
#: includes/settings-page/sp-tipps-box.php:52
|
222 |
msgstr ""
|
223 |
|
224 |
#: includes/settings-page/sp-tipps-box.php:55
|
225 |
+
msgid ""
|
226 |
+
"<a href=\"http://developer.apple.com/library/safari/#documentation/"
|
227 |
+
"appleapplications/reference/safariwebcontent/ConfiguringWebApplications/"
|
228 |
+
"ConfiguringWebApplications.html\" target=\"_blank\">Apple</a> provides a "
|
229 |
+
"howto on how to create a PNG to use as an Apple Touch Icon."
|
230 |
msgstr ""
|
231 |
|
232 |
#: includes/settings-page/sp-translation.php:14
|
234 |
msgstr ""
|
235 |
|
236 |
#: includes/settings-page/sp-translation.php:17
|
237 |
+
msgid ""
|
238 |
+
"The english translation was done by <a href=\"http://www.techotronic.de\" "
|
239 |
+
"target=\"_blank\">Arne Franken</a>."
|
240 |
msgstr ""
|
|
localization/aio-favicon-es_ES.mo
CHANGED
Binary file
|
localization/aio-favicon-es_ES.po
CHANGED
@@ -2,53 +2,81 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: All In One Favicon\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date:
|
6 |
-
"PO-Revision-Date:
|
7 |
-
"Last-Translator:
|
8 |
-
"Language-Team: Techotronic <
|
|
|
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-
|
15 |
-
"X-
|
16 |
-
"X-Poedit-SourceCharset: utf-8\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
-
#: all-in-one-favicon.php:
|
20 |
msgid "All in one Favicon"
|
21 |
msgstr ""
|
22 |
|
23 |
-
#:
|
24 |
-
|
25 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
26 |
msgid "Settings"
|
27 |
msgstr "Configuraciones"
|
28 |
|
29 |
-
#: includes/aio-favicon-backend.php:
|
30 |
#, php-format
|
31 |
msgid "Successfully updated %1$s settings."
|
32 |
msgstr "Exitosamente actualizado %1$s configuraciones."
|
33 |
|
34 |
-
#: includes/aio-favicon-backend.php:
|
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:
|
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 "
|
46 |
-
|
|
|
|
|
|
|
|
|
47 |
|
48 |
-
#: includes/aio-favicon-frontend.php:
|
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"
|
@@ -56,15 +84,21 @@ 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 "
|
|
|
|
|
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 "
|
67 |
-
|
|
|
|
|
|
|
|
|
68 |
|
69 |
#: includes/settings-page/sp-donate-box.php:24
|
70 |
msgid "Techotronic Development Support"
|
@@ -73,113 +107,80 @@ msgstr ""
|
|
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-
|
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-
|
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:
|
165 |
-
msgid "
|
166 |
msgstr ""
|
167 |
|
168 |
-
#: includes/settings-page/sp-plugin-settings.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
169 |
msgid "Don't add reflective shine to Apple Touch Icon"
|
170 |
-
msgstr ""
|
171 |
|
172 |
-
#: includes/settings-page/sp-plugin-settings.php:
|
173 |
msgid "Remove link from Meta-box"
|
174 |
-
msgstr ""
|
175 |
|
176 |
-
#: includes/settings-page/sp-plugin-settings.php:
|
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"
|
@@ -190,16 +191,24 @@ 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 "
|
194 |
-
|
|
|
|
|
|
|
|
|
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 "
|
202 |
-
|
|
|
|
|
|
|
|
|
203 |
|
204 |
#: includes/settings-page/sp-tipps-box.php:36
|
205 |
#, fuzzy
|
@@ -207,32 +216,66 @@ msgid "Favicon CC editor"
|
|
207 |
msgstr "Generador de Favicon"
|
208 |
|
209 |
#: includes/settings-page/sp-tipps-box.php:39
|
210 |
-
msgid "
|
211 |
-
|
|
|
|
|
|
|
|
|
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 "
|
219 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
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 "
|
|
|
|
|
|
|
|
|
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 "
|
235 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
236 |
|
237 |
#~ msgid "Enter a URL or upload a Favicon."
|
238 |
#~ msgstr "Escriba la URL o suba el Favicon."
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: All In One Favicon\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2013-01-21 23:23+0100\n"
|
6 |
+
"PO-Revision-Date: 2013-01-21 23:23+0100\n"
|
7 |
+
"Last-Translator: Arne Franken <blog@techotronic.de>\n"
|
8 |
+
"Language-Team: Techotronic <mitsuru192@gmail.com>\n"
|
9 |
+
"Language: es_ES\n"
|
10 |
"MIME-Version: 1.0\n"
|
11 |
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
"Content-Transfer-Encoding: 8bit\n"
|
13 |
"X-Poedit-KeywordsList: __;_e\n"
|
14 |
"X-Poedit-Basepath: ..\n"
|
15 |
+
"X-Poedit-SourceCharset: UTF-8\n"
|
16 |
+
"X-Generator: Poedit 1.5.4\n"
|
|
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
+
#: all-in-one-favicon.php:40
|
20 |
msgid "All in one Favicon"
|
21 |
msgstr ""
|
22 |
|
23 |
+
#: all-in-one-favicon.php:101 all-in-one-favicon.php:109
|
24 |
+
msgid "ICO"
|
25 |
+
msgstr ""
|
26 |
+
|
27 |
+
#: all-in-one-favicon.php:102 all-in-one-favicon.php:110
|
28 |
+
msgid "GIF"
|
29 |
+
msgstr ""
|
30 |
+
|
31 |
+
#: all-in-one-favicon.php:103 all-in-one-favicon.php:111
|
32 |
+
msgid "PNG"
|
33 |
+
msgstr ""
|
34 |
+
|
35 |
+
#: all-in-one-favicon.php:104 all-in-one-favicon.php:112
|
36 |
+
msgid "Apple Touch Icon"
|
37 |
+
msgstr ""
|
38 |
+
|
39 |
+
#: includes/aio-favicon-backend.php:136 includes/settings-page.php:15
|
40 |
+
#: includes/settings-page/sp-plugin-favicon-settings.php:13
|
41 |
+
#: includes/settings-page/sp-plugin-meta-settings.php:13
|
42 |
msgid "Settings"
|
43 |
msgstr "Configuraciones"
|
44 |
|
45 |
+
#: includes/aio-favicon-backend.php:161
|
46 |
#, php-format
|
47 |
msgid "Successfully updated %1$s settings."
|
48 |
msgstr "Exitosamente actualizado %1$s configuraciones."
|
49 |
|
50 |
+
#: includes/aio-favicon-backend.php:163
|
51 |
#, php-format
|
52 |
msgid "%1$s settings were successfully deleted."
|
53 |
msgstr "%1$s configuraciones fueron exitosamente suprimidas."
|
54 |
|
55 |
+
#: includes/aio-favicon-backend.php:187
|
56 |
msgid "Did not update settings, you do not have the necessary rights."
|
57 |
+
msgstr ""
|
58 |
+
"No se actualizaron las configuraciones, usted no tiene los privilegios "
|
59 |
+
"necesarios."
|
60 |
|
61 |
#: includes/aio-favicon-backend.php:270
|
62 |
#, php-format
|
63 |
+
msgid ""
|
64 |
+
"Did not delete %1$s settings. Either you dont have the nececssary rights or "
|
65 |
+
"you didnt check the checkbox."
|
66 |
+
msgstr ""
|
67 |
+
"No se borraron %1$s configuraciones. Puede que usted no tenga los "
|
68 |
+
"privilegios necesarios o no marcó la casilla de verificación."
|
69 |
|
70 |
+
#: includes/aio-favicon-frontend.php:66
|
71 |
msgid "Using"
|
72 |
msgstr "Usando"
|
73 |
|
74 |
+
#: includes/settings-page.php:19
|
75 |
+
msgid ""
|
76 |
+
"Please enable JavaScript. Upload-functionality on this page relies on "
|
77 |
+
"JavaScript and will not work if it's not enabled."
|
78 |
+
msgstr ""
|
79 |
+
|
80 |
#: includes/settings-page/sp-delete-settings.php:14
|
81 |
#: includes/settings-page/sp-delete-settings.php:23
|
82 |
msgid "Delete Settings"
|
84 |
|
85 |
#: includes/settings-page/sp-delete-settings.php:17
|
86 |
msgid "Check the box and click this button to delete settings of this plugin."
|
87 |
+
msgstr ""
|
88 |
+
"Seleccione la casilla de verificación y de un clic en este botón para borrar "
|
89 |
+
"la configuración del plugin."
|
90 |
|
91 |
#: includes/settings-page/sp-donate-box.php:14
|
92 |
msgid "Donate"
|
93 |
msgstr "Donar"
|
94 |
|
95 |
#: includes/settings-page/sp-donate-box.php:18
|
96 |
+
msgid ""
|
97 |
+
"If you would like to make a small (or large) contribution towards future "
|
98 |
+
"development please consider making a donation."
|
99 |
+
msgstr ""
|
100 |
+
"Si desea hacer una pequeña contribución (o grande) para ayudar al desarrollo "
|
101 |
+
"de este plugin, considere hacer una donación."
|
102 |
|
103 |
#: includes/settings-page/sp-donate-box.php:24
|
104 |
msgid "Techotronic Development Support"
|
107 |
#: includes/settings-page/sp-donate-box.php:28
|
108 |
msgid "Please enter the URL you'd like me to link to in the donors lists"
|
109 |
msgstr ""
|
110 |
+
"Por favor, introduzca la dirección URL que le gustaría que pongamos en la "
|
111 |
+
"lista de donadores"
|
112 |
|
113 |
#: includes/settings-page/sp-donate-box.php:30
|
114 |
msgid "Return to Your Dashboard"
|
115 |
+
msgstr "Volver a tu Panel de Control"
|
116 |
|
117 |
#: includes/settings-page/sp-donate-box.php:34
|
118 |
msgid "Select Preset Amount"
|
119 |
+
msgstr "Seleccione el monto preestablecido"
|
120 |
|
121 |
#: includes/settings-page/sp-donate-box.php:42
|
122 |
#: includes/settings-page/sp-donate-box.php:46
|
123 |
msgid "USD"
|
124 |
+
msgstr "Dólares"
|
125 |
|
126 |
#: includes/settings-page/sp-donate-box.php:43
|
127 |
msgid "Or"
|
128 |
+
msgstr "O"
|
129 |
|
130 |
#: includes/settings-page/sp-donate-box.php:44
|
131 |
msgid "Enter Custom Amount"
|
132 |
+
msgstr "Personalize el monto a donar"
|
133 |
|
134 |
#: includes/settings-page/sp-donate-box.php:48
|
135 |
msgid "Submit"
|
136 |
+
msgstr "Enviar"
|
137 |
|
138 |
#: includes/settings-page/sp-donations.php:14
|
139 |
msgid "Top donations"
|
140 |
+
msgstr "Top de Donadores"
|
141 |
|
142 |
#: includes/settings-page/sp-donations.php:20
|
143 |
#: includes/settings-page/sp-donations.php:33
|
144 |
msgid "Thank you for your donation."
|
145 |
+
msgstr "Gracias por su donación."
|
146 |
|
147 |
#: includes/settings-page/sp-donations.php:27
|
148 |
msgid "Latest donations"
|
149 |
+
msgstr "Últimas donaciones"
|
|
|
|
|
|
|
|
|
|
|
|
|
150 |
|
151 |
+
#: includes/settings-page/sp-left-column.php:25
|
|
|
|
|
|
|
152 |
msgid "Frontend"
|
153 |
msgstr "Portada"
|
154 |
|
155 |
+
#: includes/settings-page/sp-left-column.php:31
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
156 |
msgid "Backend"
|
157 |
msgstr "Parte de atras"
|
158 |
|
159 |
+
#: includes/settings-page/sp-plugin-favicon-settings.php:30
|
160 |
+
msgid "Upload"
|
161 |
msgstr ""
|
162 |
|
163 |
+
#: includes/settings-page/sp-plugin-favicon-settings.php:34
|
164 |
+
msgid "Check box to delete favicon."
|
165 |
+
msgstr " Marque para eliminar favicon."
|
166 |
+
|
167 |
+
#: includes/settings-page/sp-plugin-favicon-settings.php:42
|
168 |
+
#: includes/settings-page/sp-plugin-meta-settings.php:42
|
169 |
+
msgid "Save Changes"
|
170 |
+
msgstr "Guardar los cambios"
|
171 |
+
|
172 |
+
#: includes/settings-page/sp-plugin-meta-settings.php:19
|
173 |
+
#: includes/settings-page/sp-plugin-meta-settings.php:25
|
174 |
msgid "Don't add reflective shine to Apple Touch Icon"
|
175 |
+
msgstr "No añadir brillo reflectante al Icono de Apple Touch"
|
176 |
|
177 |
+
#: includes/settings-page/sp-plugin-meta-settings.php:30
|
178 |
msgid "Remove link from Meta-box"
|
179 |
+
msgstr "Eliminar enlace de Meta-box"
|
180 |
|
181 |
+
#: includes/settings-page/sp-plugin-meta-settings.php:36
|
182 |
msgid "Remove the link to the developers site from the WordPress meta-box."
|
183 |
+
msgstr "Eliminar el enlace al sitio de desarrollo de WordPress meta-box."
|
|
|
|
|
|
|
|
|
184 |
|
185 |
#: includes/settings-page/sp-tipps-box.php:14
|
186 |
msgid "Tips"
|
191 |
msgstr "Artículo en Wikipedia sobre los Favicon"
|
192 |
|
193 |
#: includes/settings-page/sp-tipps-box.php:23
|
194 |
+
msgid ""
|
195 |
+
"<a href=\"http://en.wikipedia.org/wiki/Favicon\" target=\"_blank"
|
196 |
+
"\">Wikipedia</a> offers much information about favicon types and sizes."
|
197 |
+
msgstr ""
|
198 |
+
"<a href=\"http://en.wikipedia.org/wiki/Favicon\" target=\"_blank"
|
199 |
+
"\">Wikipedia</a> ofrece mucha información sobre tipos y tamaños de Favicon."
|
200 |
|
201 |
#: includes/settings-page/sp-tipps-box.php:28
|
202 |
msgid "Favicon generator"
|
203 |
msgstr "Generador de Favicon"
|
204 |
|
205 |
#: includes/settings-page/sp-tipps-box.php:31
|
206 |
+
msgid ""
|
207 |
+
"<a href=\"http://www.html-kit.com/favicon/\" target=\"_blank\">HTML Kit</a> "
|
208 |
+
"provides a favicon generator that is very easy to use."
|
209 |
+
msgstr ""
|
210 |
+
"<a href=\"http://www.html-kit.com/favicon/\" target=\"_blank\">HTML Kit</a> "
|
211 |
+
"provee un generador de favicon muy fácil de usar."
|
212 |
|
213 |
#: includes/settings-page/sp-tipps-box.php:36
|
214 |
#, fuzzy
|
216 |
msgstr "Generador de Favicon"
|
217 |
|
218 |
#: includes/settings-page/sp-tipps-box.php:39
|
219 |
+
msgid ""
|
220 |
+
"<a href=\"http://www.favicon.cc/\" target=\"_blank\">Favicon CC</a> provides "
|
221 |
+
"a favicon editor that is very easy to use."
|
222 |
+
msgstr ""
|
223 |
+
"<a href=\"http://www.favicon.cc/\" target=\"_blank\">Favicon CC</a> provee "
|
224 |
+
"un generador de favicon muy fácil de usar."
|
225 |
|
226 |
#: includes/settings-page/sp-tipps-box.php:44
|
227 |
msgid "Favicon validator"
|
228 |
msgstr "Validador de Favicon"
|
229 |
|
230 |
#: includes/settings-page/sp-tipps-box.php:47
|
231 |
+
msgid ""
|
232 |
+
"<a href=\"http://www.html-kit.com/favicon/validator\" target=\"_blank\">HTML "
|
233 |
+
"Kit</a> provides a favicon validator that tells you whether your favicon is "
|
234 |
+
"working and if it is compatible to all browsers."
|
235 |
+
msgstr ""
|
236 |
+
"<a href=\"http://www.html-kit.com/favicon/validator\" target=\"_blank\">HTML "
|
237 |
+
"Kit</a> provee un validador de favicon que te dice si tu favicon esta "
|
238 |
+
"funcionando y si es compatible con los navegadores."
|
239 |
|
240 |
#: includes/settings-page/sp-tipps-box.php:52
|
241 |
msgid "Apple Touch Icon Howto"
|
242 |
+
msgstr "Tutorial sobre Icono Apple Touch"
|
243 |
|
244 |
#: includes/settings-page/sp-tipps-box.php:55
|
245 |
+
msgid ""
|
246 |
+
"<a href=\"http://developer.apple.com/library/safari/#documentation/"
|
247 |
+
"appleapplications/reference/safariwebcontent/ConfiguringWebApplications/"
|
248 |
+
"ConfiguringWebApplications.html\" target=\"_blank\">Apple</a> provides a "
|
249 |
+
"howto on how to create a PNG to use as an Apple Touch Icon."
|
250 |
msgstr ""
|
251 |
+
"<a href=\"http://developer.apple.com/library/safari/#documentation/"
|
252 |
+
"appleapplications/reference/safariwebcontent/ConfiguringWebApplications/"
|
253 |
+
"ConfiguringWebApplications.html\" target=\"_blank\">Apple</a> provee un "
|
254 |
+
"tutorial sobre como crear una imagen PNG para usar como Icono de Apple Touch."
|
255 |
|
256 |
#: includes/settings-page/sp-translation.php:14
|
257 |
msgid "Translation"
|
258 |
msgstr "Traducción"
|
259 |
|
260 |
#: includes/settings-page/sp-translation.php:17
|
261 |
+
msgid ""
|
262 |
+
"The english translation was done by <a href=\"http://www.techotronic.de\" "
|
263 |
+
"target=\"_blank\">Arne Franken</a>."
|
264 |
+
msgstr ""
|
265 |
+
"Traducción al Español por: <a href=\"http://www.rygsoluciones.com\" target="
|
266 |
+
"\"_blank\">Eddy Ernesto Ríos</a>"
|
267 |
+
|
268 |
+
#~ msgid "%1$s ICO"
|
269 |
+
#~ msgstr "%1$s ICO"
|
270 |
+
|
271 |
+
#~ msgid "%1$s PNG"
|
272 |
+
#~ msgstr "%1$s PNG"
|
273 |
+
|
274 |
+
#~ msgid "%1$s GIF"
|
275 |
+
#~ msgstr "%1$s GIF"
|
276 |
+
|
277 |
+
#~ msgid "Don't add reflective shine"
|
278 |
+
#~ msgstr "No añadir brillo reflectante"
|
279 |
|
280 |
#~ msgid "Enter a URL or upload a Favicon."
|
281 |
#~ msgstr "Escriba la URL o suba el Favicon."
|
localization/aio-favicon-fr_FR.mo
CHANGED
Binary file
|
localization/aio-favicon-fr_FR.po
CHANGED
@@ -2,54 +2,80 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: All In One Favicon\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date:
|
6 |
-
"PO-Revision-Date:
|
7 |
-
"Last-Translator:
|
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:
|
20 |
#, fuzzy
|
21 |
msgid "All in one Favicon"
|
22 |
msgstr "Mettre un Favicon en ligne"
|
23 |
|
24 |
-
#:
|
25 |
-
|
26 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
27 |
msgid "Settings"
|
28 |
msgstr "Réglages"
|
29 |
|
30 |
-
#: includes/aio-favicon-backend.php:
|
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:
|
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:
|
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 "
|
47 |
-
|
|
|
|
|
|
|
|
|
48 |
|
49 |
-
#: includes/aio-favicon-frontend.php:
|
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"
|
@@ -57,15 +83,21 @@ 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 "
|
|
|
|
|
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 "
|
68 |
-
|
|
|
|
|
|
|
|
|
69 |
|
70 |
#: includes/settings-page/sp-donate-box.php:24
|
71 |
msgid "Techotronic Development Support"
|
@@ -73,7 +105,9 @@ 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 "
|
|
|
|
|
77 |
|
78 |
#: includes/settings-page/sp-donate-box.php:30
|
79 |
msgid "Return to Your Dashboard"
|
@@ -113,75 +147,40 @@ msgstr ""
|
|
113 |
msgid "Latest donations"
|
114 |
msgstr "Derniers dons"
|
115 |
|
116 |
-
#: includes/settings-page/sp-
|
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-
|
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:
|
166 |
-
msgid "
|
167 |
msgstr ""
|
168 |
|
169 |
-
#: includes/settings-page/sp-plugin-settings.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
170 |
msgid "Don't add reflective shine to Apple Touch Icon"
|
171 |
msgstr ""
|
172 |
|
173 |
-
#: includes/settings-page/sp-plugin-settings.php:
|
174 |
msgid "Remove link from Meta-box"
|
175 |
msgstr "Supprimer le lien du widget Meta"
|
176 |
|
177 |
-
#: includes/settings-page/sp-plugin-settings.php:
|
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"
|
@@ -191,16 +190,25 @@ msgid "Favicon wikipedia entry"
|
|
191 |
msgstr "Entrée wikipedia sur les Favicons"
|
192 |
|
193 |
#: includes/settings-page/sp-tipps-box.php:23
|
194 |
-
msgid "
|
195 |
-
|
|
|
|
|
|
|
|
|
|
|
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 "
|
203 |
-
|
|
|
|
|
|
|
|
|
204 |
|
205 |
#: includes/settings-page/sp-tipps-box.php:36
|
206 |
#, fuzzy
|
@@ -208,32 +216,64 @@ msgid "Favicon CC editor"
|
|
208 |
msgstr "Générateur de Favicon"
|
209 |
|
210 |
#: includes/settings-page/sp-tipps-box.php:39
|
211 |
-
msgid "
|
212 |
-
|
|
|
|
|
|
|
|
|
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 "
|
220 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
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 "
|
228 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 "
|
236 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
237 |
|
238 |
#~ msgid "Enter a URL or upload a Favicon."
|
239 |
#~ msgstr "Entrez une URL ou mettez en ligne un Favicon."
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: All In One Favicon\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2013-01-21 23:23+0100\n"
|
6 |
+
"PO-Revision-Date: 2013-01-21 23:23+0100\n"
|
7 |
+
"Last-Translator: Arne Franken <blog@techotronic.de>\n"
|
8 |
"Language-Team: Techotronic <blog@techotronic.de>\n"
|
9 |
+
"Language: en_GB\n"
|
10 |
"MIME-Version: 1.0\n"
|
11 |
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
"Content-Transfer-Encoding: 8bit\n"
|
13 |
"X-Poedit-KeywordsList: __;_e\n"
|
14 |
"X-Poedit-Basepath: ..\n"
|
|
|
|
|
15 |
"X-Poedit-SourceCharset: utf-8\n"
|
16 |
+
"X-Generator: Poedit 1.5.4\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
+
#: all-in-one-favicon.php:40
|
20 |
#, fuzzy
|
21 |
msgid "All in one Favicon"
|
22 |
msgstr "Mettre un Favicon en ligne"
|
23 |
|
24 |
+
#: all-in-one-favicon.php:101 all-in-one-favicon.php:109
|
25 |
+
msgid "ICO"
|
26 |
+
msgstr ""
|
27 |
+
|
28 |
+
#: all-in-one-favicon.php:102 all-in-one-favicon.php:110
|
29 |
+
msgid "GIF"
|
30 |
+
msgstr ""
|
31 |
+
|
32 |
+
#: all-in-one-favicon.php:103 all-in-one-favicon.php:111
|
33 |
+
msgid "PNG"
|
34 |
+
msgstr ""
|
35 |
+
|
36 |
+
#: all-in-one-favicon.php:104 all-in-one-favicon.php:112
|
37 |
+
msgid "Apple Touch Icon"
|
38 |
+
msgstr ""
|
39 |
+
|
40 |
+
#: includes/aio-favicon-backend.php:136 includes/settings-page.php:15
|
41 |
+
#: includes/settings-page/sp-plugin-favicon-settings.php:13
|
42 |
+
#: includes/settings-page/sp-plugin-meta-settings.php:13
|
43 |
msgid "Settings"
|
44 |
msgstr "Réglages"
|
45 |
|
46 |
+
#: includes/aio-favicon-backend.php:161
|
47 |
#, php-format
|
48 |
msgid "Successfully updated %1$s settings."
|
49 |
msgstr "%1$s réglage(s) mis à jour avec succès"
|
50 |
|
51 |
+
#: includes/aio-favicon-backend.php:163
|
52 |
#, php-format
|
53 |
msgid "%1$s settings were successfully deleted."
|
54 |
msgstr "%1$s réglages supprimés avec succès"
|
55 |
|
56 |
+
#: includes/aio-favicon-backend.php:187
|
57 |
msgid "Did not update settings, you do not have the necessary rights."
|
58 |
msgstr "Réglages non modifiés, vous n'avez pas les droits suffisants."
|
59 |
|
60 |
#: includes/aio-favicon-backend.php:270
|
61 |
#, php-format
|
62 |
+
msgid ""
|
63 |
+
"Did not delete %1$s settings. Either you dont have the nececssary rights or "
|
64 |
+
"you didnt check the checkbox."
|
65 |
+
msgstr ""
|
66 |
+
"%1$s réglages non supprimés. Soit vous n'avez pas les droits nécessaires, "
|
67 |
+
"soit vous n'avez pas coché la case."
|
68 |
|
69 |
+
#: includes/aio-favicon-frontend.php:66
|
70 |
msgid "Using"
|
71 |
msgstr "En utilisant"
|
72 |
|
73 |
+
#: includes/settings-page.php:19
|
74 |
+
msgid ""
|
75 |
+
"Please enable JavaScript. Upload-functionality on this page relies on "
|
76 |
+
"JavaScript and will not work if it's not enabled."
|
77 |
+
msgstr ""
|
78 |
+
|
79 |
#: includes/settings-page/sp-delete-settings.php:14
|
80 |
#: includes/settings-page/sp-delete-settings.php:23
|
81 |
msgid "Delete Settings"
|
83 |
|
84 |
#: includes/settings-page/sp-delete-settings.php:17
|
85 |
msgid "Check the box and click this button to delete settings of this plugin."
|
86 |
+
msgstr ""
|
87 |
+
"Cochez la case et cliquez le bouton pour supprimer tous les réglages de ce "
|
88 |
+
"plugin"
|
89 |
|
90 |
#: includes/settings-page/sp-donate-box.php:14
|
91 |
msgid "Donate"
|
92 |
msgstr "Donnez"
|
93 |
|
94 |
#: includes/settings-page/sp-donate-box.php:18
|
95 |
+
msgid ""
|
96 |
+
"If you would like to make a small (or large) contribution towards future "
|
97 |
+
"development please consider making a donation."
|
98 |
+
msgstr ""
|
99 |
+
"Si vous voulez aider un peu (ou beaucoup) au développement futur, envisagez "
|
100 |
+
"de faire un don."
|
101 |
|
102 |
#: includes/settings-page/sp-donate-box.php:24
|
103 |
msgid "Techotronic Development Support"
|
105 |
|
106 |
#: includes/settings-page/sp-donate-box.php:28
|
107 |
msgid "Please enter the URL you'd like me to link to in the donors lists"
|
108 |
+
msgstr ""
|
109 |
+
"Merci d'indiquer l'URL que vous désirez que j'utilise dans la liste des "
|
110 |
+
"donneurs"
|
111 |
|
112 |
#: includes/settings-page/sp-donate-box.php:30
|
113 |
msgid "Return to Your Dashboard"
|
147 |
msgid "Latest donations"
|
148 |
msgstr "Derniers dons"
|
149 |
|
150 |
+
#: includes/settings-page/sp-left-column.php:25
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
151 |
msgid "Frontend"
|
152 |
msgstr "Blog"
|
153 |
|
154 |
+
#: includes/settings-page/sp-left-column.php:31
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
155 |
msgid "Backend"
|
156 |
msgstr "Administration"
|
157 |
|
158 |
+
#: includes/settings-page/sp-plugin-favicon-settings.php:30
|
159 |
+
msgid "Upload"
|
160 |
msgstr ""
|
161 |
|
162 |
+
#: includes/settings-page/sp-plugin-favicon-settings.php:34
|
163 |
+
msgid "Check box to delete favicon."
|
164 |
+
msgstr ""
|
165 |
+
|
166 |
+
#: includes/settings-page/sp-plugin-favicon-settings.php:42
|
167 |
+
#: includes/settings-page/sp-plugin-meta-settings.php:42
|
168 |
+
msgid "Save Changes"
|
169 |
+
msgstr "Sauvegarder les modifications"
|
170 |
+
|
171 |
+
#: includes/settings-page/sp-plugin-meta-settings.php:19
|
172 |
+
#: includes/settings-page/sp-plugin-meta-settings.php:25
|
173 |
msgid "Don't add reflective shine to Apple Touch Icon"
|
174 |
msgstr ""
|
175 |
|
176 |
+
#: includes/settings-page/sp-plugin-meta-settings.php:30
|
177 |
msgid "Remove link from Meta-box"
|
178 |
msgstr "Supprimer le lien du widget Meta"
|
179 |
|
180 |
+
#: includes/settings-page/sp-plugin-meta-settings.php:36
|
181 |
msgid "Remove the link to the developers site from the WordPress meta-box."
|
182 |
msgstr "Retire le lien sur le site des développeurs du widget meta"
|
183 |
|
|
|
|
|
|
|
|
|
184 |
#: includes/settings-page/sp-tipps-box.php:14
|
185 |
msgid "Tips"
|
186 |
msgstr "Astuces"
|
190 |
msgstr "Entrée wikipedia sur les Favicons"
|
191 |
|
192 |
#: includes/settings-page/sp-tipps-box.php:23
|
193 |
+
msgid ""
|
194 |
+
"<a href=\"http://en.wikipedia.org/wiki/Favicon\" target=\"_blank"
|
195 |
+
"\">Wikipedia</a> offers much information about favicon types and sizes."
|
196 |
+
msgstr ""
|
197 |
+
"<a href=\"http://fr.wikipedia.org/wiki/Favicon\" target=\"_blank"
|
198 |
+
"\">Wikipedia</a> offre bien des informations sur les types et les tailles de "
|
199 |
+
"favicons."
|
200 |
|
201 |
#: includes/settings-page/sp-tipps-box.php:28
|
202 |
msgid "Favicon generator"
|
203 |
msgstr "Générateur de Favicon"
|
204 |
|
205 |
#: includes/settings-page/sp-tipps-box.php:31
|
206 |
+
msgid ""
|
207 |
+
"<a href=\"http://www.html-kit.com/favicon/\" target=\"_blank\">HTML Kit</a> "
|
208 |
+
"provides a favicon generator that is very easy to use."
|
209 |
+
msgstr ""
|
210 |
+
"<a href=\"http://www.html-kit.com/favicon/\" target=\"_blank\">HTML Kit</a> "
|
211 |
+
"propose un générateur de favicon très simple à utiliser."
|
212 |
|
213 |
#: includes/settings-page/sp-tipps-box.php:36
|
214 |
#, fuzzy
|
216 |
msgstr "Générateur de Favicon"
|
217 |
|
218 |
#: includes/settings-page/sp-tipps-box.php:39
|
219 |
+
msgid ""
|
220 |
+
"<a href=\"http://www.favicon.cc/\" target=\"_blank\">Favicon CC</a> provides "
|
221 |
+
"a favicon editor that is very easy to use."
|
222 |
+
msgstr ""
|
223 |
+
"<a href=\"http://www.favicon.cc/\" target=\"_blank\">Favicon CC</a> propose "
|
224 |
+
"un générateur de favicon très simple à utiliser."
|
225 |
|
226 |
#: includes/settings-page/sp-tipps-box.php:44
|
227 |
msgid "Favicon validator"
|
228 |
msgstr "Validateur de Favicon"
|
229 |
|
230 |
#: includes/settings-page/sp-tipps-box.php:47
|
231 |
+
msgid ""
|
232 |
+
"<a href=\"http://www.html-kit.com/favicon/validator\" target=\"_blank\">HTML "
|
233 |
+
"Kit</a> provides a favicon validator that tells you whether your favicon is "
|
234 |
+
"working and if it is compatible to all browsers."
|
235 |
+
msgstr ""
|
236 |
+
"<a href=\"http://www.html-kit.com/favicon/validator\" target=\"_blank\">HTML "
|
237 |
+
"Kit</a> propose un validateur de favicon qui vous indique si votre favicon "
|
238 |
+
"fonctionne et est compatible avec tous les navigateurs."
|
239 |
|
240 |
#: includes/settings-page/sp-tipps-box.php:52
|
241 |
msgid "Apple Touch Icon Howto"
|
242 |
msgstr "Comment faire pour l'icon Apple Touch"
|
243 |
|
244 |
#: includes/settings-page/sp-tipps-box.php:55
|
245 |
+
msgid ""
|
246 |
+
"<a href=\"http://developer.apple.com/library/safari/#documentation/"
|
247 |
+
"appleapplications/reference/safariwebcontent/ConfiguringWebApplications/"
|
248 |
+
"ConfiguringWebApplications.html\" target=\"_blank\">Apple</a> provides a "
|
249 |
+
"howto on how to create a PNG to use as an Apple Touch Icon."
|
250 |
+
msgstr ""
|
251 |
+
"<a href=\"http://developer.apple.com/library/safari/#documentation/"
|
252 |
+
"appleapplications/reference/safariwebcontent/ConfiguringWebApplications/"
|
253 |
+
"ConfiguringWebApplications.html\" target=\"_blank\">Apple</a> propose une "
|
254 |
+
"marche à suivre (en Anglais) pur créer un PNG à utiliser comme icon Apple "
|
255 |
+
"Touch."
|
256 |
|
257 |
#: includes/settings-page/sp-translation.php:14
|
258 |
msgid "Translation"
|
259 |
msgstr "Traduction"
|
260 |
|
261 |
#: includes/settings-page/sp-translation.php:17
|
262 |
+
msgid ""
|
263 |
+
"The english translation was done by <a href=\"http://www.techotronic.de\" "
|
264 |
+
"target=\"_blank\">Arne Franken</a>."
|
265 |
+
msgstr ""
|
266 |
+
"La traduction française a été réalisée par <a href=\"http://www.loutan.net"
|
267 |
+
"\" target=\"_blank\">Nicole Loutan</a>."
|
268 |
+
|
269 |
+
#~ msgid "%1$s ICO"
|
270 |
+
#~ msgstr "%1$s ICO"
|
271 |
+
|
272 |
+
#~ msgid "%1$s PNG"
|
273 |
+
#~ msgstr "%1$s PNG"
|
274 |
+
|
275 |
+
#~ msgid "%1$s GIF"
|
276 |
+
#~ msgstr "%1$s GIF"
|
277 |
|
278 |
#~ msgid "Enter a URL or upload a Favicon."
|
279 |
#~ msgstr "Entrez une URL ou mettez en ligne un Favicon."
|
localization/aio-favicon-he_IL.mo
CHANGED
Binary file
|
localization/aio-favicon-he_IL.po
CHANGED
@@ -2,60 +2,89 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: All in one Favicon v4.0\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: \n"
|
6 |
-
"PO-Revision-Date:
|
7 |
-
"Last-Translator:
|
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-SourceCharset: utf-8\n"
|
14 |
-
"X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;
|
|
|
15 |
"X-Poedit-Basepath: ../\n"
|
16 |
"X-Textdomain-Support: yes\n"
|
|
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
# @ aio-favicon
|
20 |
-
#: all-in-one-favicon.php:
|
21 |
msgid "All in one Favicon"
|
22 |
msgstr "פאביקון"
|
23 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
# @ aio-favicon
|
25 |
-
#: includes/aio-favicon-backend.php:
|
26 |
-
#: includes/settings-page/sp-plugin-settings.php:13
|
27 |
-
#: includes/settings-page.php:
|
28 |
msgid "Settings"
|
29 |
msgstr "הגדרות"
|
30 |
|
31 |
# @ aio-favicon
|
32 |
-
#: includes/aio-favicon-backend.php:
|
33 |
#, php-format
|
34 |
msgid "Successfully updated %1$s settings."
|
35 |
msgstr "עדכנתי בהצלחה %1$s את ההגדרות."
|
36 |
|
37 |
# @ aio-favicon
|
38 |
-
#: includes/aio-favicon-backend.php:
|
39 |
#, php-format
|
40 |
msgid "%1$s settings were successfully deleted."
|
41 |
msgstr "%1$s הגדרות נמחקו בהצלחה."
|
42 |
|
43 |
# @ aio-favicon
|
44 |
-
#: includes/aio-favicon-backend.php:
|
45 |
msgid "Did not update settings, you do not have the necessary rights."
|
46 |
msgstr "לא עדכנתי את ההגדרות, אין לך את ההרשאות המתאימות."
|
47 |
|
48 |
# @ aio-favicon
|
49 |
#: includes/aio-favicon-backend.php:270
|
50 |
#, php-format
|
51 |
-
msgid "
|
52 |
-
|
|
|
|
|
|
|
|
|
53 |
|
54 |
# @ aio-favicon
|
55 |
-
#: includes/aio-favicon-frontend.php:
|
56 |
msgid "Using"
|
57 |
msgstr "משתמש"
|
58 |
|
|
|
|
|
|
|
|
|
|
|
|
|
59 |
# @ aio-favicon
|
60 |
#: includes/settings-page/sp-delete-settings.php:14
|
61 |
#: includes/settings-page/sp-delete-settings.php:23
|
@@ -74,7 +103,9 @@ msgstr "תרום"
|
|
74 |
|
75 |
# @ aio-favicon
|
76 |
#: includes/settings-page/sp-donate-box.php:18
|
77 |
-
msgid "
|
|
|
|
|
78 |
msgstr "אם תרצה לתרום מעט (או הרבה) לטובת המשך הפיתוח, בבקשה שקול לבצע תרומה."
|
79 |
|
80 |
# @ aio-favicon
|
@@ -135,86 +166,46 @@ msgid "Latest donations"
|
|
135 |
msgstr "תרומות אחרונות"
|
136 |
|
137 |
# @ aio-favicon
|
138 |
-
#: includes/settings-page/sp-
|
139 |
-
#: includes/settings-page/sp-plugin-settings.php:82
|
140 |
-
#, php-format
|
141 |
-
msgid "%1$s ICO"
|
142 |
-
msgstr "%1$s ICO"
|
143 |
-
|
144 |
-
# @ aio-favicon
|
145 |
-
#: includes/settings-page/sp-plugin-settings.php:22
|
146 |
-
#: includes/settings-page/sp-plugin-settings.php:37
|
147 |
-
#: includes/settings-page/sp-plugin-settings.php:52
|
148 |
-
#: includes/settings-page/sp-plugin-settings.php:67
|
149 |
msgid "Frontend"
|
150 |
msgstr "קצה משתמש"
|
151 |
|
152 |
# @ aio-favicon
|
153 |
-
#: includes/settings-page/sp-
|
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 "%1$s Apple Touch Icon"
|
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 |
# @ aio-favicon
|
194 |
-
#: includes/settings-page/sp-plugin-settings.php:
|
195 |
-
msgid "
|
196 |
-
msgstr "
|
|
|
|
|
|
|
|
|
|
|
|
|
197 |
|
198 |
# @ aio-favicon
|
199 |
-
#: includes/settings-page/sp-plugin-settings.php:
|
|
|
200 |
msgid "Don't add reflective shine to Apple Touch Icon"
|
201 |
msgstr "אל תוסיף ברק לאייקון של Apple Touch"
|
202 |
|
203 |
# @ aio-favicon
|
204 |
-
#: includes/settings-page/sp-plugin-settings.php:
|
205 |
msgid "Remove link from Meta-box"
|
206 |
msgstr "הסר קישור מ Meta-box"
|
207 |
|
208 |
# @ aio-favicon
|
209 |
-
#: includes/settings-page/sp-plugin-settings.php:
|
210 |
msgid "Remove the link to the developers site from the WordPress meta-box."
|
211 |
msgstr "הסר את הקישור לאתר המפתחים מ Meta-box של וורדפרס"
|
212 |
|
213 |
-
# @ default
|
214 |
-
#: includes/settings-page/sp-plugin-settings.php:165
|
215 |
-
msgid "Save Changes"
|
216 |
-
msgstr "שמור שינויים"
|
217 |
-
|
218 |
# @ aio-favicon
|
219 |
#: includes/settings-page/sp-tipps-box.php:14
|
220 |
msgid "Tips"
|
@@ -227,8 +218,12 @@ msgstr "ערך פאביקון בויקיפדיה"
|
|
227 |
|
228 |
# @ aio-favicon
|
229 |
#: includes/settings-page/sp-tipps-box.php:23
|
230 |
-
msgid "
|
231 |
-
|
|
|
|
|
|
|
|
|
232 |
|
233 |
# @ aio-favicon
|
234 |
#: includes/settings-page/sp-tipps-box.php:28
|
@@ -237,8 +232,12 @@ msgstr "יצרן פאביקון"
|
|
237 |
|
238 |
# @ aio-favicon
|
239 |
#: includes/settings-page/sp-tipps-box.php:31
|
240 |
-
msgid "
|
241 |
-
|
|
|
|
|
|
|
|
|
242 |
|
243 |
# @ aio-favicon
|
244 |
#: includes/settings-page/sp-tipps-box.php:36
|
@@ -247,8 +246,12 @@ msgstr "עורך Favicon CC"
|
|
247 |
|
248 |
# @ aio-favicon
|
249 |
#: includes/settings-page/sp-tipps-box.php:39
|
250 |
-
msgid "
|
251 |
-
|
|
|
|
|
|
|
|
|
252 |
|
253 |
# @ aio-favicon
|
254 |
#: includes/settings-page/sp-tipps-box.php:44
|
@@ -257,8 +260,14 @@ msgstr "מאמת פאביקון"
|
|
257 |
|
258 |
# @ aio-favicon
|
259 |
#: includes/settings-page/sp-tipps-box.php:47
|
260 |
-
msgid "
|
261 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
262 |
|
263 |
# @ aio-favicon
|
264 |
#: includes/settings-page/sp-tipps-box.php:52
|
@@ -267,8 +276,16 @@ msgstr "מדריך יצירת אייקון ל Apple Touch"
|
|
267 |
|
268 |
# @ aio-favicon
|
269 |
#: includes/settings-page/sp-tipps-box.php:55
|
270 |
-
msgid "
|
271 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
272 |
|
273 |
# @ aio-favicon
|
274 |
#: includes/settings-page/sp-translation.php:14
|
@@ -277,6 +294,9 @@ msgstr "תרגום"
|
|
277 |
|
278 |
# @ aio-favicon
|
279 |
#: includes/settings-page/sp-translation.php:17
|
280 |
-
msgid "
|
281 |
-
|
282 |
-
|
|
|
|
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: All in one Favicon v4.0\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2013-01-21 23:24+0100\n"
|
6 |
+
"PO-Revision-Date: 2013-01-21 23:24+0100\n"
|
7 |
+
"Last-Translator: Arne Franken <blog@techotronic.de>\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-SourceCharset: utf-8\n"
|
14 |
+
"X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
|
15 |
+
"_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"
|
16 |
"X-Poedit-Basepath: ../\n"
|
17 |
"X-Textdomain-Support: yes\n"
|
18 |
+
"X-Generator: Poedit 1.5.4\n"
|
19 |
"X-Poedit-SearchPath-0: .\n"
|
20 |
|
21 |
# @ aio-favicon
|
22 |
+
#: all-in-one-favicon.php:40
|
23 |
msgid "All in one Favicon"
|
24 |
msgstr "פאביקון"
|
25 |
|
26 |
+
#: all-in-one-favicon.php:101 all-in-one-favicon.php:109
|
27 |
+
msgid "ICO"
|
28 |
+
msgstr ""
|
29 |
+
|
30 |
+
#: all-in-one-favicon.php:102 all-in-one-favicon.php:110
|
31 |
+
msgid "GIF"
|
32 |
+
msgstr ""
|
33 |
+
|
34 |
+
#: all-in-one-favicon.php:103 all-in-one-favicon.php:111
|
35 |
+
msgid "PNG"
|
36 |
+
msgstr ""
|
37 |
+
|
38 |
+
# @ aio-favicon
|
39 |
+
#: all-in-one-favicon.php:104 all-in-one-favicon.php:112
|
40 |
+
msgid "Apple Touch Icon"
|
41 |
+
msgstr ""
|
42 |
+
|
43 |
# @ aio-favicon
|
44 |
+
#: includes/aio-favicon-backend.php:136 includes/settings-page.php:15
|
45 |
+
#: includes/settings-page/sp-plugin-favicon-settings.php:13
|
46 |
+
#: includes/settings-page/sp-plugin-meta-settings.php:13
|
47 |
msgid "Settings"
|
48 |
msgstr "הגדרות"
|
49 |
|
50 |
# @ aio-favicon
|
51 |
+
#: includes/aio-favicon-backend.php:161
|
52 |
#, php-format
|
53 |
msgid "Successfully updated %1$s settings."
|
54 |
msgstr "עדכנתי בהצלחה %1$s את ההגדרות."
|
55 |
|
56 |
# @ aio-favicon
|
57 |
+
#: includes/aio-favicon-backend.php:163
|
58 |
#, php-format
|
59 |
msgid "%1$s settings were successfully deleted."
|
60 |
msgstr "%1$s הגדרות נמחקו בהצלחה."
|
61 |
|
62 |
# @ aio-favicon
|
63 |
+
#: includes/aio-favicon-backend.php:187
|
64 |
msgid "Did not update settings, you do not have the necessary rights."
|
65 |
msgstr "לא עדכנתי את ההגדרות, אין לך את ההרשאות המתאימות."
|
66 |
|
67 |
# @ aio-favicon
|
68 |
#: includes/aio-favicon-backend.php:270
|
69 |
#, php-format
|
70 |
+
msgid ""
|
71 |
+
"Did not delete %1$s settings. Either you dont have the nececssary rights or "
|
72 |
+
"you didnt check the checkbox."
|
73 |
+
msgstr ""
|
74 |
+
"לא מחקתי %1$s הגדרות. או שאין לך את ההרשאות המתאימות או שלא סימנת את תיבת "
|
75 |
+
"הסימון.."
|
76 |
|
77 |
# @ aio-favicon
|
78 |
+
#: includes/aio-favicon-frontend.php:66
|
79 |
msgid "Using"
|
80 |
msgstr "משתמש"
|
81 |
|
82 |
+
#: includes/settings-page.php:19
|
83 |
+
msgid ""
|
84 |
+
"Please enable JavaScript. Upload-functionality on this page relies on "
|
85 |
+
"JavaScript and will not work if it's not enabled."
|
86 |
+
msgstr ""
|
87 |
+
|
88 |
# @ aio-favicon
|
89 |
#: includes/settings-page/sp-delete-settings.php:14
|
90 |
#: includes/settings-page/sp-delete-settings.php:23
|
103 |
|
104 |
# @ aio-favicon
|
105 |
#: includes/settings-page/sp-donate-box.php:18
|
106 |
+
msgid ""
|
107 |
+
"If you would like to make a small (or large) contribution towards future "
|
108 |
+
"development please consider making a donation."
|
109 |
msgstr "אם תרצה לתרום מעט (או הרבה) לטובת המשך הפיתוח, בבקשה שקול לבצע תרומה."
|
110 |
|
111 |
# @ aio-favicon
|
166 |
msgstr "תרומות אחרונות"
|
167 |
|
168 |
# @ aio-favicon
|
169 |
+
#: includes/settings-page/sp-left-column.php:25
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
170 |
msgid "Frontend"
|
171 |
msgstr "קצה משתמש"
|
172 |
|
173 |
# @ aio-favicon
|
174 |
+
#: includes/settings-page/sp-left-column.php:31
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
175 |
msgid "Backend"
|
176 |
msgstr "קצה אחורי"
|
177 |
|
178 |
+
#: includes/settings-page/sp-plugin-favicon-settings.php:30
|
179 |
+
msgid "Upload"
|
180 |
+
msgstr ""
|
181 |
+
|
182 |
# @ aio-favicon
|
183 |
+
#: includes/settings-page/sp-plugin-favicon-settings.php:34
|
184 |
+
msgid "Check box to delete favicon."
|
185 |
+
msgstr "סמן את התיבה כדי למחוק את הפאביקון."
|
186 |
+
|
187 |
+
# @ default
|
188 |
+
#: includes/settings-page/sp-plugin-favicon-settings.php:42
|
189 |
+
#: includes/settings-page/sp-plugin-meta-settings.php:42
|
190 |
+
msgid "Save Changes"
|
191 |
+
msgstr "שמור שינויים"
|
192 |
|
193 |
# @ aio-favicon
|
194 |
+
#: includes/settings-page/sp-plugin-meta-settings.php:19
|
195 |
+
#: includes/settings-page/sp-plugin-meta-settings.php:25
|
196 |
msgid "Don't add reflective shine to Apple Touch Icon"
|
197 |
msgstr "אל תוסיף ברק לאייקון של Apple Touch"
|
198 |
|
199 |
# @ aio-favicon
|
200 |
+
#: includes/settings-page/sp-plugin-meta-settings.php:30
|
201 |
msgid "Remove link from Meta-box"
|
202 |
msgstr "הסר קישור מ Meta-box"
|
203 |
|
204 |
# @ aio-favicon
|
205 |
+
#: includes/settings-page/sp-plugin-meta-settings.php:36
|
206 |
msgid "Remove the link to the developers site from the WordPress meta-box."
|
207 |
msgstr "הסר את הקישור לאתר המפתחים מ Meta-box של וורדפרס"
|
208 |
|
|
|
|
|
|
|
|
|
|
|
209 |
# @ aio-favicon
|
210 |
#: includes/settings-page/sp-tipps-box.php:14
|
211 |
msgid "Tips"
|
218 |
|
219 |
# @ aio-favicon
|
220 |
#: includes/settings-page/sp-tipps-box.php:23
|
221 |
+
msgid ""
|
222 |
+
"<a href=\"http://en.wikipedia.org/wiki/Favicon\" target=\"_blank"
|
223 |
+
"\">Wikipedia</a> offers much information about favicon types and sizes."
|
224 |
+
msgstr ""
|
225 |
+
"<a href=\"http://en.wikipedia.org/wiki/Favicon\" target=\"_blank"
|
226 |
+
"\">Wikipedia</a> מציע מידע רב על סוגי פאביקון וגדלים."
|
227 |
|
228 |
# @ aio-favicon
|
229 |
#: includes/settings-page/sp-tipps-box.php:28
|
232 |
|
233 |
# @ aio-favicon
|
234 |
#: includes/settings-page/sp-tipps-box.php:31
|
235 |
+
msgid ""
|
236 |
+
"<a href=\"http://www.html-kit.com/favicon/\" target=\"_blank\">HTML Kit</a> "
|
237 |
+
"provides a favicon generator that is very easy to use."
|
238 |
+
msgstr ""
|
239 |
+
"<a href=\"http://www.html-kit.com/favicon/\" target=\"_blank\">HTML Kit</a> "
|
240 |
+
"מספק מנוע קל לשימוש לייצור פאביקון."
|
241 |
|
242 |
# @ aio-favicon
|
243 |
#: includes/settings-page/sp-tipps-box.php:36
|
246 |
|
247 |
# @ aio-favicon
|
248 |
#: includes/settings-page/sp-tipps-box.php:39
|
249 |
+
msgid ""
|
250 |
+
"<a href=\"http://www.favicon.cc/\" target=\"_blank\">Favicon CC</a> provides "
|
251 |
+
"a favicon editor that is very easy to use."
|
252 |
+
msgstr ""
|
253 |
+
"<a href=\"http://www.favicon.cc/\" target=\"_blank\">Favicon CC</a> מספק "
|
254 |
+
"עורך פאביקון קל לשימוש."
|
255 |
|
256 |
# @ aio-favicon
|
257 |
#: includes/settings-page/sp-tipps-box.php:44
|
260 |
|
261 |
# @ aio-favicon
|
262 |
#: includes/settings-page/sp-tipps-box.php:47
|
263 |
+
msgid ""
|
264 |
+
"<a href=\"http://www.html-kit.com/favicon/validator\" target=\"_blank\">HTML "
|
265 |
+
"Kit</a> provides a favicon validator that tells you whether your favicon is "
|
266 |
+
"working and if it is compatible to all browsers."
|
267 |
+
msgstr ""
|
268 |
+
"<a href=\"http://www.html-kit.com/favicon/validator\" target=\"_blank\">HTML "
|
269 |
+
"Kit</a> מספק מאמת פאביקון האומר לכם אם הפאביקון שלכם עובד ואם הוא תואם לכל "
|
270 |
+
"הדפדפנים."
|
271 |
|
272 |
# @ aio-favicon
|
273 |
#: includes/settings-page/sp-tipps-box.php:52
|
276 |
|
277 |
# @ aio-favicon
|
278 |
#: includes/settings-page/sp-tipps-box.php:55
|
279 |
+
msgid ""
|
280 |
+
"<a href=\"http://developer.apple.com/library/safari/#documentation/"
|
281 |
+
"appleapplications/reference/safariwebcontent/ConfiguringWebApplications/"
|
282 |
+
"ConfiguringWebApplications.html\" target=\"_blank\">Apple</a> provides a "
|
283 |
+
"howto on how to create a PNG to use as an Apple Touch Icon."
|
284 |
+
msgstr ""
|
285 |
+
"<a href=\"http://developer.apple.com/library/safari/#documentation/"
|
286 |
+
"appleapplications/reference/safariwebcontent/ConfiguringWebApplications/"
|
287 |
+
"ConfiguringWebApplications.html\" target=\"_blank\">Apple</a> מספק מדריך "
|
288 |
+
"ליצירת קובץ PNG לשימוש כאייקון של Apple Touch."
|
289 |
|
290 |
# @ aio-favicon
|
291 |
#: includes/settings-page/sp-translation.php:14
|
294 |
|
295 |
# @ aio-favicon
|
296 |
#: includes/settings-page/sp-translation.php:17
|
297 |
+
msgid ""
|
298 |
+
"The english translation was done by <a href=\"http://www.techotronic.de\" "
|
299 |
+
"target=\"_blank\">Arne Franken</a>."
|
300 |
+
msgstr ""
|
301 |
+
"התרגום לעברית נעשה על ידי <a href=\"http://atar4u.com\" target=\"_blank"
|
302 |
+
"\">אהרל'ה שרים</a>."
|
localization/aio-favicon-id_ID.mo
CHANGED
Binary file
|
localization/aio-favicon-id_ID.po
CHANGED
@@ -2,53 +2,81 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: All In One Favicon\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date:
|
6 |
-
"PO-Revision-Date:
|
7 |
-
"Last-Translator:
|
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:
|
20 |
msgid "All in one Favicon"
|
21 |
msgstr ""
|
22 |
|
23 |
-
#:
|
24 |
-
|
25 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
26 |
msgid "Settings"
|
27 |
msgstr "Setelan"
|
28 |
|
29 |
-
#: includes/aio-favicon-backend.php:
|
30 |
#, php-format
|
31 |
msgid "Successfully updated %1$s settings."
|
32 |
msgstr "Berhasil memutakhirkan setelan %1$s."
|
33 |
|
34 |
-
#: includes/aio-favicon-backend.php:
|
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:
|
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 "
|
46 |
-
|
|
|
|
|
|
|
|
|
47 |
|
48 |
-
#: includes/aio-favicon-frontend.php:
|
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"
|
@@ -56,15 +84,22 @@ 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 "
|
|
|
|
|
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 "
|
67 |
-
|
|
|
|
|
|
|
|
|
|
|
68 |
|
69 |
#: includes/settings-page/sp-donate-box.php:24
|
70 |
msgid "Techotronic Development Support"
|
@@ -112,75 +147,40 @@ msgstr ""
|
|
112 |
msgid "Latest donations"
|
113 |
msgstr ""
|
114 |
|
115 |
-
#: includes/settings-page/sp-
|
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-
|
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:
|
165 |
-
msgid "
|
166 |
msgstr ""
|
167 |
|
168 |
-
#: includes/settings-page/sp-plugin-settings.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
169 |
msgid "Don't add reflective shine to Apple Touch Icon"
|
170 |
msgstr ""
|
171 |
|
172 |
-
#: includes/settings-page/sp-plugin-settings.php:
|
173 |
msgid "Remove link from Meta-box"
|
174 |
msgstr ""
|
175 |
|
176 |
-
#: includes/settings-page/sp-plugin-settings.php:
|
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"
|
@@ -190,16 +190,25 @@ msgid "Favicon wikipedia entry"
|
|
190 |
msgstr "Entri wikipedia Favicon"
|
191 |
|
192 |
#: includes/settings-page/sp-tipps-box.php:23
|
193 |
-
msgid "
|
194 |
-
|
|
|
|
|
|
|
|
|
|
|
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 "
|
202 |
-
|
|
|
|
|
|
|
|
|
203 |
|
204 |
#: includes/settings-page/sp-tipps-box.php:36
|
205 |
#, fuzzy
|
@@ -207,23 +216,37 @@ msgid "Favicon CC editor"
|
|
207 |
msgstr "Generator Favicon"
|
208 |
|
209 |
#: includes/settings-page/sp-tipps-box.php:39
|
210 |
-
msgid "
|
211 |
-
|
|
|
|
|
|
|
|
|
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 "
|
219 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
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 "
|
|
|
|
|
|
|
|
|
227 |
msgstr ""
|
228 |
|
229 |
#: includes/settings-page/sp-translation.php:14
|
@@ -231,8 +254,21 @@ msgid "Translation"
|
|
231 |
msgstr "Terjemahan"
|
232 |
|
233 |
#: includes/settings-page/sp-translation.php:17
|
234 |
-
msgid "
|
235 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
236 |
|
237 |
#~ msgid "Enter a URL or upload a Favicon."
|
238 |
#~ msgstr "Masukkan URL atau unggah Favicon."
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: All In One Favicon\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2013-01-21 23:24+0100\n"
|
6 |
+
"PO-Revision-Date: 2013-01-21 23:24+0100\n"
|
7 |
+
"Last-Translator: Arne Franken <blog@techotronic.de>\n"
|
8 |
"Language-Team: Techotronic <blog@techotronic.de>\n"
|
9 |
+
"Language: en_GB\n"
|
10 |
"MIME-Version: 1.0\n"
|
11 |
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
"Content-Transfer-Encoding: 8bit\n"
|
13 |
"X-Poedit-KeywordsList: __;_e\n"
|
14 |
"X-Poedit-Basepath: ..\n"
|
|
|
|
|
15 |
"X-Poedit-SourceCharset: utf-8\n"
|
16 |
+
"X-Generator: Poedit 1.5.4\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
+
#: all-in-one-favicon.php:40
|
20 |
msgid "All in one Favicon"
|
21 |
msgstr ""
|
22 |
|
23 |
+
#: all-in-one-favicon.php:101 all-in-one-favicon.php:109
|
24 |
+
msgid "ICO"
|
25 |
+
msgstr ""
|
26 |
+
|
27 |
+
#: all-in-one-favicon.php:102 all-in-one-favicon.php:110
|
28 |
+
msgid "GIF"
|
29 |
+
msgstr ""
|
30 |
+
|
31 |
+
#: all-in-one-favicon.php:103 all-in-one-favicon.php:111
|
32 |
+
msgid "PNG"
|
33 |
+
msgstr ""
|
34 |
+
|
35 |
+
#: all-in-one-favicon.php:104 all-in-one-favicon.php:112
|
36 |
+
msgid "Apple Touch Icon"
|
37 |
+
msgstr ""
|
38 |
+
|
39 |
+
#: includes/aio-favicon-backend.php:136 includes/settings-page.php:15
|
40 |
+
#: includes/settings-page/sp-plugin-favicon-settings.php:13
|
41 |
+
#: includes/settings-page/sp-plugin-meta-settings.php:13
|
42 |
msgid "Settings"
|
43 |
msgstr "Setelan"
|
44 |
|
45 |
+
#: includes/aio-favicon-backend.php:161
|
46 |
#, php-format
|
47 |
msgid "Successfully updated %1$s settings."
|
48 |
msgstr "Berhasil memutakhirkan setelan %1$s."
|
49 |
|
50 |
+
#: includes/aio-favicon-backend.php:163
|
51 |
#, php-format
|
52 |
msgid "%1$s settings were successfully deleted."
|
53 |
msgstr "Setelan %1$s berhasil dihapus."
|
54 |
|
55 |
+
#: includes/aio-favicon-backend.php:187
|
56 |
msgid "Did not update settings, you do not have the necessary rights."
|
57 |
+
msgstr ""
|
58 |
+
"Tidak bisa memutakhirkan setelan, kamu tidak mempunyai hak akses yang "
|
59 |
+
"dibutuhkan."
|
60 |
|
61 |
#: includes/aio-favicon-backend.php:270
|
62 |
#, php-format
|
63 |
+
msgid ""
|
64 |
+
"Did not delete %1$s settings. Either you dont have the nececssary rights or "
|
65 |
+
"you didnt check the checkbox."
|
66 |
+
msgstr ""
|
67 |
+
"Tidak bisa menghapus setelan %1$s. Bisa jadi karena kamu tidak mempunyai hak "
|
68 |
+
"akses yang dibutuhkan atau tidak memberi tanda centang di kotak centang."
|
69 |
|
70 |
+
#: includes/aio-favicon-frontend.php:66
|
71 |
msgid "Using"
|
72 |
msgstr "Menggunakan"
|
73 |
|
74 |
+
#: includes/settings-page.php:19
|
75 |
+
msgid ""
|
76 |
+
"Please enable JavaScript. Upload-functionality on this page relies on "
|
77 |
+
"JavaScript and will not work if it's not enabled."
|
78 |
+
msgstr ""
|
79 |
+
|
80 |
#: includes/settings-page/sp-delete-settings.php:14
|
81 |
#: includes/settings-page/sp-delete-settings.php:23
|
82 |
msgid "Delete Settings"
|
84 |
|
85 |
#: includes/settings-page/sp-delete-settings.php:17
|
86 |
msgid "Check the box and click this button to delete settings of this plugin."
|
87 |
+
msgstr ""
|
88 |
+
"Beri tanda centang pada kotak centang dan klik tombol ini untuk menghapus "
|
89 |
+
"setelan pengaya ini."
|
90 |
|
91 |
#: includes/settings-page/sp-donate-box.php:14
|
92 |
msgid "Donate"
|
93 |
msgstr "Donasi"
|
94 |
|
95 |
#: includes/settings-page/sp-donate-box.php:18
|
96 |
+
msgid ""
|
97 |
+
"If you would like to make a small (or large) contribution towards future "
|
98 |
+
"development please consider making a donation."
|
99 |
+
msgstr ""
|
100 |
+
"Jika kamu ingin memberikan kontribusi kecil (atau besar) terhadap "
|
101 |
+
"pengembangan di masa yang akan datang pertimbangkanlah untuk memberikan "
|
102 |
+
"donasi."
|
103 |
|
104 |
#: includes/settings-page/sp-donate-box.php:24
|
105 |
msgid "Techotronic Development Support"
|
147 |
msgid "Latest donations"
|
148 |
msgstr ""
|
149 |
|
150 |
+
#: includes/settings-page/sp-left-column.php:25
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
151 |
msgid "Frontend"
|
152 |
msgstr "Frontend"
|
153 |
|
154 |
+
#: includes/settings-page/sp-left-column.php:31
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
155 |
msgid "Backend"
|
156 |
msgstr "Backend"
|
157 |
|
158 |
+
#: includes/settings-page/sp-plugin-favicon-settings.php:30
|
159 |
+
msgid "Upload"
|
160 |
msgstr ""
|
161 |
|
162 |
+
#: includes/settings-page/sp-plugin-favicon-settings.php:34
|
163 |
+
msgid "Check box to delete favicon."
|
164 |
+
msgstr ""
|
165 |
+
|
166 |
+
#: includes/settings-page/sp-plugin-favicon-settings.php:42
|
167 |
+
#: includes/settings-page/sp-plugin-meta-settings.php:42
|
168 |
+
msgid "Save Changes"
|
169 |
+
msgstr "Simpan Perubahan"
|
170 |
+
|
171 |
+
#: includes/settings-page/sp-plugin-meta-settings.php:19
|
172 |
+
#: includes/settings-page/sp-plugin-meta-settings.php:25
|
173 |
msgid "Don't add reflective shine to Apple Touch Icon"
|
174 |
msgstr ""
|
175 |
|
176 |
+
#: includes/settings-page/sp-plugin-meta-settings.php:30
|
177 |
msgid "Remove link from Meta-box"
|
178 |
msgstr ""
|
179 |
|
180 |
+
#: includes/settings-page/sp-plugin-meta-settings.php:36
|
181 |
msgid "Remove the link to the developers site from the WordPress meta-box."
|
182 |
msgstr ""
|
183 |
|
|
|
|
|
|
|
|
|
184 |
#: includes/settings-page/sp-tipps-box.php:14
|
185 |
msgid "Tips"
|
186 |
msgstr "Tips"
|
190 |
msgstr "Entri wikipedia Favicon"
|
191 |
|
192 |
#: includes/settings-page/sp-tipps-box.php:23
|
193 |
+
msgid ""
|
194 |
+
"<a href=\"http://en.wikipedia.org/wiki/Favicon\" target=\"_blank"
|
195 |
+
"\">Wikipedia</a> offers much information about favicon types and sizes."
|
196 |
+
msgstr ""
|
197 |
+
"<a href=\"http://en.wikipedia.org/wiki/Favicon\" target=\"_blank"
|
198 |
+
"\">Wikipedia</a> memberikan banyak informasi mengenai tipe dan ukuran "
|
199 |
+
"favicon."
|
200 |
|
201 |
#: includes/settings-page/sp-tipps-box.php:28
|
202 |
msgid "Favicon generator"
|
203 |
msgstr "Generator Favicon"
|
204 |
|
205 |
#: includes/settings-page/sp-tipps-box.php:31
|
206 |
+
msgid ""
|
207 |
+
"<a href=\"http://www.html-kit.com/favicon/\" target=\"_blank\">HTML Kit</a> "
|
208 |
+
"provides a favicon generator that is very easy to use."
|
209 |
+
msgstr ""
|
210 |
+
"<a href=\"http://www.html-kit.com/favicon/\" target=\"_blank\">HTML Kit</a> "
|
211 |
+
"menyediakan generator favicon yang sangat mudah digunakan."
|
212 |
|
213 |
#: includes/settings-page/sp-tipps-box.php:36
|
214 |
#, fuzzy
|
216 |
msgstr "Generator Favicon"
|
217 |
|
218 |
#: includes/settings-page/sp-tipps-box.php:39
|
219 |
+
msgid ""
|
220 |
+
"<a href=\"http://www.favicon.cc/\" target=\"_blank\">Favicon CC</a> provides "
|
221 |
+
"a favicon editor that is very easy to use."
|
222 |
+
msgstr ""
|
223 |
+
"<a href=\"http://www.favicon.cc/\" target=\"_blank\">Favicon CC</a> "
|
224 |
+
"menyediakan generator favicon yang sangat mudah digunakan."
|
225 |
|
226 |
#: includes/settings-page/sp-tipps-box.php:44
|
227 |
msgid "Favicon validator"
|
228 |
msgstr "Validator favicon"
|
229 |
|
230 |
#: includes/settings-page/sp-tipps-box.php:47
|
231 |
+
msgid ""
|
232 |
+
"<a href=\"http://www.html-kit.com/favicon/validator\" target=\"_blank\">HTML "
|
233 |
+
"Kit</a> provides a favicon validator that tells you whether your favicon is "
|
234 |
+
"working and if it is compatible to all browsers."
|
235 |
+
msgstr ""
|
236 |
+
"<a href=\"http://www.html-kit.com/favicon/validator\" target=\"_blank\">HTML "
|
237 |
+
"Kit</a> menyediakan validator favicon yang memberikan informasi apakah "
|
238 |
+
"favicon dapat berjalan dengan baik dan kompatibel dengan semua peramban."
|
239 |
|
240 |
#: includes/settings-page/sp-tipps-box.php:52
|
241 |
msgid "Apple Touch Icon Howto"
|
242 |
msgstr ""
|
243 |
|
244 |
#: includes/settings-page/sp-tipps-box.php:55
|
245 |
+
msgid ""
|
246 |
+
"<a href=\"http://developer.apple.com/library/safari/#documentation/"
|
247 |
+
"appleapplications/reference/safariwebcontent/ConfiguringWebApplications/"
|
248 |
+
"ConfiguringWebApplications.html\" target=\"_blank\">Apple</a> provides a "
|
249 |
+
"howto on how to create a PNG to use as an Apple Touch Icon."
|
250 |
msgstr ""
|
251 |
|
252 |
#: includes/settings-page/sp-translation.php:14
|
254 |
msgstr "Terjemahan"
|
255 |
|
256 |
#: includes/settings-page/sp-translation.php:17
|
257 |
+
msgid ""
|
258 |
+
"The english translation was done by <a href=\"http://www.techotronic.de\" "
|
259 |
+
"target=\"_blank\">Arne Franken</a>."
|
260 |
+
msgstr ""
|
261 |
+
"Terjemahan bahasa Inggris dilakukan oleh <a href=\"http://www.techotronic.de"
|
262 |
+
"\" target=\"_blank\">Arne Franken</a>."
|
263 |
+
|
264 |
+
#~ msgid "%1$s ICO"
|
265 |
+
#~ msgstr "ICO %1$s"
|
266 |
+
|
267 |
+
#~ msgid "%1$s PNG"
|
268 |
+
#~ msgstr "PNG %1$s"
|
269 |
+
|
270 |
+
#~ msgid "%1$s GIF"
|
271 |
+
#~ msgstr "GIF %1$s"
|
272 |
|
273 |
#~ msgid "Enter a URL or upload a Favicon."
|
274 |
#~ msgstr "Masukkan URL atau unggah Favicon."
|
localization/aio-favicon-it_IT.mo
CHANGED
Binary file
|
localization/aio-favicon-it_IT.po
CHANGED
@@ -2,53 +2,79 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: All In One Favicon\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date:
|
6 |
-
"PO-Revision-Date:
|
7 |
-
"Last-Translator:
|
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: Italian\n"
|
15 |
-
"X-Poedit-Country: ITALY\n"
|
16 |
"X-Poedit-SourceCharset: utf-8\n"
|
|
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
-
#: all-in-one-favicon.php:
|
20 |
msgid "All in one Favicon"
|
21 |
msgstr ""
|
22 |
|
23 |
-
#:
|
24 |
-
|
25 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
26 |
msgid "Settings"
|
27 |
msgstr "Impostazioni"
|
28 |
|
29 |
-
#: includes/aio-favicon-backend.php:
|
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:
|
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:
|
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 "
|
46 |
-
|
|
|
|
|
|
|
|
|
47 |
|
48 |
-
#: includes/aio-favicon-frontend.php:
|
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"
|
@@ -56,14 +82,18 @@ 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 "
|
|
|
|
|
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 "
|
|
|
|
|
67 |
msgstr "Se vorrai contribuire al futuro sviluppo, considera una donazione."
|
68 |
|
69 |
#: includes/settings-page/sp-donate-box.php:24
|
@@ -112,75 +142,40 @@ msgstr ""
|
|
112 |
msgid "Latest donations"
|
113 |
msgstr ""
|
114 |
|
115 |
-
#: includes/settings-page/sp-
|
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-
|
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:
|
165 |
-
msgid "
|
166 |
msgstr ""
|
167 |
|
168 |
-
#: includes/settings-page/sp-plugin-settings.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
169 |
msgid "Don't add reflective shine to Apple Touch Icon"
|
170 |
msgstr ""
|
171 |
|
172 |
-
#: includes/settings-page/sp-plugin-settings.php:
|
173 |
msgid "Remove link from Meta-box"
|
174 |
msgstr ""
|
175 |
|
176 |
-
#: includes/settings-page/sp-plugin-settings.php:
|
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"
|
@@ -190,16 +185,25 @@ msgid "Favicon wikipedia entry"
|
|
190 |
msgstr "Voce su Wikipedia"
|
191 |
|
192 |
#: includes/settings-page/sp-tipps-box.php:23
|
193 |
-
msgid "
|
194 |
-
|
|
|
|
|
|
|
|
|
|
|
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 "
|
202 |
-
|
|
|
|
|
|
|
|
|
203 |
|
204 |
#: includes/settings-page/sp-tipps-box.php:36
|
205 |
#, fuzzy
|
@@ -207,23 +211,37 @@ msgid "Favicon CC editor"
|
|
207 |
msgstr "Generatore di Favicon"
|
208 |
|
209 |
#: includes/settings-page/sp-tipps-box.php:39
|
210 |
-
msgid "
|
211 |
-
|
|
|
|
|
|
|
|
|
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 "
|
219 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
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 "
|
|
|
|
|
|
|
|
|
227 |
msgstr ""
|
228 |
|
229 |
#: includes/settings-page/sp-translation.php:14
|
@@ -231,8 +249,21 @@ msgid "Translation"
|
|
231 |
msgstr "Traduzione"
|
232 |
|
233 |
#: includes/settings-page/sp-translation.php:17
|
234 |
-
msgid "
|
235 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
236 |
|
237 |
#~ msgid "Enter a URL or upload a Favicon."
|
238 |
#~ msgstr "Inserisci un URL o carica una Favicon"
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: All In One Favicon\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2013-01-21 23:24+0100\n"
|
6 |
+
"PO-Revision-Date: 2013-01-21 23:24+0100\n"
|
7 |
+
"Last-Translator: Arne Franken <blog@techotronic.de>\n"
|
8 |
"Language-Team: Techotronic <blog@techotronic.de>\n"
|
9 |
+
"Language: it_IT\n"
|
10 |
"MIME-Version: 1.0\n"
|
11 |
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
"Content-Transfer-Encoding: 8bit\n"
|
13 |
"X-Poedit-KeywordsList: __;_e\n"
|
14 |
"X-Poedit-Basepath: ..\n"
|
|
|
|
|
15 |
"X-Poedit-SourceCharset: utf-8\n"
|
16 |
+
"X-Generator: Poedit 1.5.4\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
+
#: all-in-one-favicon.php:40
|
20 |
msgid "All in one Favicon"
|
21 |
msgstr ""
|
22 |
|
23 |
+
#: all-in-one-favicon.php:101 all-in-one-favicon.php:109
|
24 |
+
msgid "ICO"
|
25 |
+
msgstr ""
|
26 |
+
|
27 |
+
#: all-in-one-favicon.php:102 all-in-one-favicon.php:110
|
28 |
+
msgid "GIF"
|
29 |
+
msgstr ""
|
30 |
+
|
31 |
+
#: all-in-one-favicon.php:103 all-in-one-favicon.php:111
|
32 |
+
msgid "PNG"
|
33 |
+
msgstr ""
|
34 |
+
|
35 |
+
#: all-in-one-favicon.php:104 all-in-one-favicon.php:112
|
36 |
+
msgid "Apple Touch Icon"
|
37 |
+
msgstr ""
|
38 |
+
|
39 |
+
#: includes/aio-favicon-backend.php:136 includes/settings-page.php:15
|
40 |
+
#: includes/settings-page/sp-plugin-favicon-settings.php:13
|
41 |
+
#: includes/settings-page/sp-plugin-meta-settings.php:13
|
42 |
msgid "Settings"
|
43 |
msgstr "Impostazioni"
|
44 |
|
45 |
+
#: includes/aio-favicon-backend.php:161
|
46 |
#, php-format
|
47 |
msgid "Successfully updated %1$s settings."
|
48 |
msgstr "Impostazioni di %1$s salvate con successo."
|
49 |
|
50 |
+
#: includes/aio-favicon-backend.php:163
|
51 |
#, php-format
|
52 |
msgid "%1$s settings were successfully deleted."
|
53 |
msgstr "%1$s impostazioni sono state salvate con successo."
|
54 |
|
55 |
+
#: includes/aio-favicon-backend.php:187
|
56 |
msgid "Did not update settings, you do not have the necessary rights."
|
57 |
msgstr "Impostazioni non aggiornate, non hai i diritti necessari."
|
58 |
|
59 |
#: includes/aio-favicon-backend.php:270
|
60 |
#, php-format
|
61 |
+
msgid ""
|
62 |
+
"Did not delete %1$s settings. Either you dont have the nececssary rights or "
|
63 |
+
"you didnt check the checkbox."
|
64 |
+
msgstr ""
|
65 |
+
"Non sono state cancellate le impostazioni di %1$s. Non hai i diritti "
|
66 |
+
"necessari oppure non hai spuntato la checkbox."
|
67 |
|
68 |
+
#: includes/aio-favicon-frontend.php:66
|
69 |
msgid "Using"
|
70 |
msgstr "Utilizzando"
|
71 |
|
72 |
+
#: includes/settings-page.php:19
|
73 |
+
msgid ""
|
74 |
+
"Please enable JavaScript. Upload-functionality on this page relies on "
|
75 |
+
"JavaScript and will not work if it's not enabled."
|
76 |
+
msgstr ""
|
77 |
+
|
78 |
#: includes/settings-page/sp-delete-settings.php:14
|
79 |
#: includes/settings-page/sp-delete-settings.php:23
|
80 |
msgid "Delete Settings"
|
82 |
|
83 |
#: includes/settings-page/sp-delete-settings.php:17
|
84 |
msgid "Check the box and click this button to delete settings of this plugin."
|
85 |
+
msgstr ""
|
86 |
+
"Spunta la checkbox e premi il bottone per cancellare le impostazioni del "
|
87 |
+
"plugin."
|
88 |
|
89 |
#: includes/settings-page/sp-donate-box.php:14
|
90 |
msgid "Donate"
|
91 |
msgstr "Dona"
|
92 |
|
93 |
#: includes/settings-page/sp-donate-box.php:18
|
94 |
+
msgid ""
|
95 |
+
"If you would like to make a small (or large) contribution towards future "
|
96 |
+
"development please consider making a donation."
|
97 |
msgstr "Se vorrai contribuire al futuro sviluppo, considera una donazione."
|
98 |
|
99 |
#: includes/settings-page/sp-donate-box.php:24
|
142 |
msgid "Latest donations"
|
143 |
msgstr ""
|
144 |
|
145 |
+
#: includes/settings-page/sp-left-column.php:25
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
146 |
msgid "Frontend"
|
147 |
msgstr "Frontend (Sito)"
|
148 |
|
149 |
+
#: includes/settings-page/sp-left-column.php:31
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
150 |
msgid "Backend"
|
151 |
msgstr "Backend (Amministrazione)"
|
152 |
|
153 |
+
#: includes/settings-page/sp-plugin-favicon-settings.php:30
|
154 |
+
msgid "Upload"
|
155 |
msgstr ""
|
156 |
|
157 |
+
#: includes/settings-page/sp-plugin-favicon-settings.php:34
|
158 |
+
msgid "Check box to delete favicon."
|
159 |
+
msgstr ""
|
160 |
+
|
161 |
+
#: includes/settings-page/sp-plugin-favicon-settings.php:42
|
162 |
+
#: includes/settings-page/sp-plugin-meta-settings.php:42
|
163 |
+
msgid "Save Changes"
|
164 |
+
msgstr "Salva le modifiche"
|
165 |
+
|
166 |
+
#: includes/settings-page/sp-plugin-meta-settings.php:19
|
167 |
+
#: includes/settings-page/sp-plugin-meta-settings.php:25
|
168 |
msgid "Don't add reflective shine to Apple Touch Icon"
|
169 |
msgstr ""
|
170 |
|
171 |
+
#: includes/settings-page/sp-plugin-meta-settings.php:30
|
172 |
msgid "Remove link from Meta-box"
|
173 |
msgstr ""
|
174 |
|
175 |
+
#: includes/settings-page/sp-plugin-meta-settings.php:36
|
176 |
msgid "Remove the link to the developers site from the WordPress meta-box."
|
177 |
msgstr ""
|
178 |
|
|
|
|
|
|
|
|
|
179 |
#: includes/settings-page/sp-tipps-box.php:14
|
180 |
msgid "Tips"
|
181 |
msgstr "Consigli"
|
185 |
msgstr "Voce su Wikipedia"
|
186 |
|
187 |
#: includes/settings-page/sp-tipps-box.php:23
|
188 |
+
msgid ""
|
189 |
+
"<a href=\"http://en.wikipedia.org/wiki/Favicon\" target=\"_blank"
|
190 |
+
"\">Wikipedia</a> offers much information about favicon types and sizes."
|
191 |
+
msgstr ""
|
192 |
+
"<a href=\"http://it.wikipedia.org/wiki/Favicon\" target=\"_blank"
|
193 |
+
"\">Wikipedia</a> offre maggiori informazioni sui tipi e le dimensioni delle "
|
194 |
+
"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 ""
|
202 |
+
"<a href=\"http://www.html-kit.com/favicon/\" target=\"_blank\">HTML Kit</a> "
|
203 |
+
"provides a favicon generator that is very easy to use."
|
204 |
+
msgstr ""
|
205 |
+
"<a href=\"http://www.html-kit.com/favicon/\" target=\"_blank\">HTML Kit</a> "
|
206 |
+
"fornisce un generatore di Favicon veramente facile da utilizzare."
|
207 |
|
208 |
#: includes/settings-page/sp-tipps-box.php:36
|
209 |
#, fuzzy
|
211 |
msgstr "Generatore di Favicon"
|
212 |
|
213 |
#: includes/settings-page/sp-tipps-box.php:39
|
214 |
+
msgid ""
|
215 |
+
"<a href=\"http://www.favicon.cc/\" target=\"_blank\">Favicon CC</a> provides "
|
216 |
+
"a favicon editor that is very easy to use."
|
217 |
+
msgstr ""
|
218 |
+
"<a href=\"http://www.favicon.cc/\" target=\"_blank\">Favicon CC</a> fornisce "
|
219 |
+
"un generatore di Favicon veramente facile da utilizzare."
|
220 |
|
221 |
#: includes/settings-page/sp-tipps-box.php:44
|
222 |
msgid "Favicon validator"
|
223 |
msgstr "Favicon validator"
|
224 |
|
225 |
#: includes/settings-page/sp-tipps-box.php:47
|
226 |
+
msgid ""
|
227 |
+
"<a href=\"http://www.html-kit.com/favicon/validator\" target=\"_blank\">HTML "
|
228 |
+
"Kit</a> provides a favicon validator that tells you whether your favicon is "
|
229 |
+
"working and if it is compatible to all browsers."
|
230 |
+
msgstr ""
|
231 |
+
"<a href=\"http://www.html-kit.com/favicon/validator\" target=\"_blank\">HTML "
|
232 |
+
"Kit</a> fornisce uno strumento per verificare se la Favicon è "
|
233 |
+
"corretta e compatibile con tutti i browser."
|
234 |
|
235 |
#: includes/settings-page/sp-tipps-box.php:52
|
236 |
msgid "Apple Touch Icon Howto"
|
237 |
msgstr ""
|
238 |
|
239 |
#: includes/settings-page/sp-tipps-box.php:55
|
240 |
+
msgid ""
|
241 |
+
"<a href=\"http://developer.apple.com/library/safari/#documentation/"
|
242 |
+
"appleapplications/reference/safariwebcontent/ConfiguringWebApplications/"
|
243 |
+
"ConfiguringWebApplications.html\" target=\"_blank\">Apple</a> provides a "
|
244 |
+
"howto on how to create a PNG to use as an Apple Touch Icon."
|
245 |
msgstr ""
|
246 |
|
247 |
#: includes/settings-page/sp-translation.php:14
|
249 |
msgstr "Traduzione"
|
250 |
|
251 |
#: includes/settings-page/sp-translation.php:17
|
252 |
+
msgid ""
|
253 |
+
"The english translation was done by <a href=\"http://www.techotronic.de\" "
|
254 |
+
"target=\"_blank\">Arne Franken</a>."
|
255 |
+
msgstr ""
|
256 |
+
"La traduzione italiana è stata fatta da <a href=\"http://www."
|
257 |
+
"valeriovendrame.it\" target=\"_blank\">Valerio Vendrame</a>."
|
258 |
+
|
259 |
+
#~ msgid "%1$s ICO"
|
260 |
+
#~ msgstr "%1$s ICO"
|
261 |
+
|
262 |
+
#~ msgid "%1$s PNG"
|
263 |
+
#~ msgstr "%1$s PNG"
|
264 |
+
|
265 |
+
#~ msgid "%1$s GIF"
|
266 |
+
#~ msgstr "%1$s GIF"
|
267 |
|
268 |
#~ msgid "Enter a URL or upload a Favicon."
|
269 |
#~ msgstr "Inserisci un URL o carica una Favicon"
|
localization/aio-favicon-nl_NL.mo
CHANGED
Binary file
|
localization/aio-favicon-nl_NL.po
CHANGED
@@ -2,53 +2,79 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: All In One Favicon\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date:
|
6 |
-
"PO-Revision-Date:
|
7 |
-
"Last-Translator:
|
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:
|
20 |
msgid "All in one Favicon"
|
21 |
msgstr "All in one Favicon"
|
22 |
|
23 |
-
#:
|
24 |
-
|
25 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
26 |
msgid "Settings"
|
27 |
msgstr "Instellingen"
|
28 |
|
29 |
-
#: includes/aio-favicon-backend.php:
|
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:
|
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:
|
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 "
|
46 |
-
|
|
|
|
|
|
|
|
|
47 |
|
48 |
-
#: includes/aio-favicon-frontend.php:
|
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"
|
@@ -56,15 +82,20 @@ 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 "
|
|
|
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 "
|
67 |
-
|
|
|
|
|
|
|
|
|
68 |
|
69 |
#: includes/settings-page/sp-donate-box.php:24
|
70 |
msgid "Techotronic Development Support"
|
@@ -72,7 +103,9 @@ 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 "
|
|
|
|
|
76 |
|
77 |
#: includes/settings-page/sp-donate-box.php:30
|
78 |
msgid "Return to Your Dashboard"
|
@@ -112,75 +145,40 @@ msgstr ""
|
|
112 |
msgid "Latest donations"
|
113 |
msgstr "Laatste donaties"
|
114 |
|
115 |
-
#: includes/settings-page/sp-
|
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-
|
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:
|
165 |
-
msgid "
|
166 |
msgstr ""
|
167 |
|
168 |
-
#: includes/settings-page/sp-plugin-settings.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
169 |
msgid "Don't add reflective shine to Apple Touch Icon"
|
170 |
msgstr ""
|
171 |
|
172 |
-
#: includes/settings-page/sp-plugin-settings.php:
|
173 |
msgid "Remove link from Meta-box"
|
174 |
msgstr "Verwijder link van Meta-box"
|
175 |
|
176 |
-
#: includes/settings-page/sp-plugin-settings.php:
|
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"
|
@@ -190,16 +188,24 @@ msgid "Favicon wikipedia entry"
|
|
190 |
msgstr "Favicon wikipedia entry"
|
191 |
|
192 |
#: includes/settings-page/sp-tipps-box.php:23
|
193 |
-
msgid "
|
194 |
-
|
|
|
|
|
|
|
|
|
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 "
|
202 |
-
|
|
|
|
|
|
|
|
|
203 |
|
204 |
#: includes/settings-page/sp-tipps-box.php:36
|
205 |
#, fuzzy
|
@@ -207,32 +213,63 @@ msgid "Favicon CC editor"
|
|
207 |
msgstr "Favicon generator"
|
208 |
|
209 |
#: includes/settings-page/sp-tipps-box.php:39
|
210 |
-
msgid "
|
211 |
-
|
|
|
|
|
|
|
|
|
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 "
|
219 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
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 "
|
227 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 "
|
235 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
236 |
|
237 |
#~ msgid "Enter a URL or upload a Favicon."
|
238 |
#~ msgstr "Geef een URL of upload een Favicon."
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: All In One Favicon\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2013-01-21 23:24+0100\n"
|
6 |
+
"PO-Revision-Date: 2013-01-21 23:24+0100\n"
|
7 |
+
"Last-Translator: Arne Franken <blog@techotronic.de>\n"
|
8 |
"Language-Team: Techotronic <blog@techotronic.de>\n"
|
9 |
+
"Language: nl_NL\n"
|
10 |
"MIME-Version: 1.0\n"
|
11 |
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
"Content-Transfer-Encoding: 8bit\n"
|
13 |
"X-Poedit-KeywordsList: __;_e\n"
|
14 |
"X-Poedit-Basepath: ..\n"
|
|
|
|
|
15 |
"X-Poedit-SourceCharset: utf-8\n"
|
16 |
+
"X-Generator: Poedit 1.5.4\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
+
#: all-in-one-favicon.php:40
|
20 |
msgid "All in one Favicon"
|
21 |
msgstr "All in one Favicon"
|
22 |
|
23 |
+
#: all-in-one-favicon.php:101 all-in-one-favicon.php:109
|
24 |
+
msgid "ICO"
|
25 |
+
msgstr ""
|
26 |
+
|
27 |
+
#: all-in-one-favicon.php:102 all-in-one-favicon.php:110
|
28 |
+
msgid "GIF"
|
29 |
+
msgstr ""
|
30 |
+
|
31 |
+
#: all-in-one-favicon.php:103 all-in-one-favicon.php:111
|
32 |
+
msgid "PNG"
|
33 |
+
msgstr ""
|
34 |
+
|
35 |
+
#: all-in-one-favicon.php:104 all-in-one-favicon.php:112
|
36 |
+
msgid "Apple Touch Icon"
|
37 |
+
msgstr ""
|
38 |
+
|
39 |
+
#: includes/aio-favicon-backend.php:136 includes/settings-page.php:15
|
40 |
+
#: includes/settings-page/sp-plugin-favicon-settings.php:13
|
41 |
+
#: includes/settings-page/sp-plugin-meta-settings.php:13
|
42 |
msgid "Settings"
|
43 |
msgstr "Instellingen"
|
44 |
|
45 |
+
#: includes/aio-favicon-backend.php:161
|
46 |
#, php-format
|
47 |
msgid "Successfully updated %1$s settings."
|
48 |
msgstr "De %1$s instellingen werden upgedate."
|
49 |
|
50 |
+
#: includes/aio-favicon-backend.php:163
|
51 |
#, php-format
|
52 |
msgid "%1$s settings were successfully deleted."
|
53 |
msgstr "De %1$s instellingen werden succesvol verwijderd."
|
54 |
|
55 |
+
#: includes/aio-favicon-backend.php:187
|
56 |
msgid "Did not update settings, you do not have the necessary rights."
|
57 |
msgstr "De instellingen werden niet upgedate, je hebt onvoldoende rechten."
|
58 |
|
59 |
#: includes/aio-favicon-backend.php:270
|
60 |
#, php-format
|
61 |
+
msgid ""
|
62 |
+
"Did not delete %1$s settings. Either you dont have the nececssary rights or "
|
63 |
+
"you didnt check the checkbox."
|
64 |
+
msgstr ""
|
65 |
+
"De %1$s instellingen werden niet verwijderd. Je hebt onvoldoende rechten of "
|
66 |
+
"je hebt de checkbox niet aangevinkt."
|
67 |
|
68 |
+
#: includes/aio-favicon-frontend.php:66
|
69 |
msgid "Using"
|
70 |
msgstr "Gebruik"
|
71 |
|
72 |
+
#: includes/settings-page.php:19
|
73 |
+
msgid ""
|
74 |
+
"Please enable JavaScript. Upload-functionality on this page relies on "
|
75 |
+
"JavaScript and will not work if it's not enabled."
|
76 |
+
msgstr ""
|
77 |
+
|
78 |
#: includes/settings-page/sp-delete-settings.php:14
|
79 |
#: includes/settings-page/sp-delete-settings.php:23
|
80 |
msgid "Delete Settings"
|
82 |
|
83 |
#: includes/settings-page/sp-delete-settings.php:17
|
84 |
msgid "Check the box and click this button to delete settings of this plugin."
|
85 |
+
msgstr ""
|
86 |
+
"Vink aan en klik deze knop om instellingen van deze plugin te verwijderen."
|
87 |
|
88 |
#: includes/settings-page/sp-donate-box.php:14
|
89 |
msgid "Donate"
|
90 |
msgstr "Donneer"
|
91 |
|
92 |
#: includes/settings-page/sp-donate-box.php:18
|
93 |
+
msgid ""
|
94 |
+
"If you would like to make a small (or large) contribution towards future "
|
95 |
+
"development please consider making a donation."
|
96 |
+
msgstr ""
|
97 |
+
"Als je graag een kleine (of grote) bijdrage wenst te leveren aan de "
|
98 |
+
"toekomstige ontwikkeling van deze plugin, "
|
99 |
|
100 |
#: includes/settings-page/sp-donate-box.php:24
|
101 |
msgid "Techotronic Development Support"
|
103 |
|
104 |
#: includes/settings-page/sp-donate-box.php:28
|
105 |
msgid "Please enter the URL you'd like me to link to in the donors lists"
|
106 |
+
msgstr ""
|
107 |
+
"Gelieve de URL in te geven die je graag vermeld ziet staan in de donatie "
|
108 |
+
"lijst."
|
109 |
|
110 |
#: includes/settings-page/sp-donate-box.php:30
|
111 |
msgid "Return to Your Dashboard"
|
145 |
msgid "Latest donations"
|
146 |
msgstr "Laatste donaties"
|
147 |
|
148 |
+
#: includes/settings-page/sp-left-column.php:25
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
149 |
msgid "Frontend"
|
150 |
msgstr "Frontend"
|
151 |
|
152 |
+
#: includes/settings-page/sp-left-column.php:31
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
153 |
msgid "Backend"
|
154 |
msgstr "Backend"
|
155 |
|
156 |
+
#: includes/settings-page/sp-plugin-favicon-settings.php:30
|
157 |
+
msgid "Upload"
|
158 |
msgstr ""
|
159 |
|
160 |
+
#: includes/settings-page/sp-plugin-favicon-settings.php:34
|
161 |
+
msgid "Check box to delete favicon."
|
162 |
+
msgstr ""
|
163 |
+
|
164 |
+
#: includes/settings-page/sp-plugin-favicon-settings.php:42
|
165 |
+
#: includes/settings-page/sp-plugin-meta-settings.php:42
|
166 |
+
msgid "Save Changes"
|
167 |
+
msgstr "Bewaar wijzigingen"
|
168 |
+
|
169 |
+
#: includes/settings-page/sp-plugin-meta-settings.php:19
|
170 |
+
#: includes/settings-page/sp-plugin-meta-settings.php:25
|
171 |
msgid "Don't add reflective shine to Apple Touch Icon"
|
172 |
msgstr ""
|
173 |
|
174 |
+
#: includes/settings-page/sp-plugin-meta-settings.php:30
|
175 |
msgid "Remove link from Meta-box"
|
176 |
msgstr "Verwijder link van Meta-box"
|
177 |
|
178 |
+
#: includes/settings-page/sp-plugin-meta-settings.php:36
|
179 |
msgid "Remove the link to the developers site from the WordPress meta-box."
|
180 |
msgstr "Verwijder de link van de ontwikkelaar uit de WordPress meta-box."
|
181 |
|
|
|
|
|
|
|
|
|
182 |
#: includes/settings-page/sp-tipps-box.php:14
|
183 |
msgid "Tips"
|
184 |
msgstr "Tips"
|
188 |
msgstr "Favicon wikipedia entry"
|
189 |
|
190 |
#: includes/settings-page/sp-tipps-box.php:23
|
191 |
+
msgid ""
|
192 |
+
"<a href=\"http://en.wikipedia.org/wiki/Favicon\" target=\"_blank"
|
193 |
+
"\">Wikipedia</a> offers much information about favicon types and sizes."
|
194 |
+
msgstr ""
|
195 |
+
"<a href=\"http://en.wikipedia.org/wiki/Favicon\" target=\"_blank"
|
196 |
+
"\">Wikipedia</a> geeft veel informatie over favicon types en groottes."
|
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 ""
|
204 |
+
"<a href=\"http://www.html-kit.com/favicon/\" target=\"_blank\">HTML Kit</a> "
|
205 |
+
"provides a favicon generator that is very easy to use."
|
206 |
+
msgstr ""
|
207 |
+
"<a href=\"http://www.html-kit.com/favicon/\" target=\"_blank\">HTML Kit</a> "
|
208 |
+
"heeft een erg eenvoudige favicon generator."
|
209 |
|
210 |
#: includes/settings-page/sp-tipps-box.php:36
|
211 |
#, fuzzy
|
213 |
msgstr "Favicon generator"
|
214 |
|
215 |
#: includes/settings-page/sp-tipps-box.php:39
|
216 |
+
msgid ""
|
217 |
+
"<a href=\"http://www.favicon.cc/\" target=\"_blank\">Favicon CC</a> provides "
|
218 |
+
"a favicon editor that is very easy to use."
|
219 |
+
msgstr ""
|
220 |
+
"<a href=\"http://www.favicon.cc/\" target=\"_blank\">Favicon CC</a> heeft "
|
221 |
+
"een erg eenvoudige favicon generator."
|
222 |
|
223 |
#: includes/settings-page/sp-tipps-box.php:44
|
224 |
msgid "Favicon validator"
|
225 |
msgstr "Favicon validator"
|
226 |
|
227 |
#: includes/settings-page/sp-tipps-box.php:47
|
228 |
+
msgid ""
|
229 |
+
"<a href=\"http://www.html-kit.com/favicon/validator\" target=\"_blank\">HTML "
|
230 |
+
"Kit</a> provides a favicon validator that tells you whether your favicon is "
|
231 |
+
"working and if it is compatible to all browsers."
|
232 |
+
msgstr ""
|
233 |
+
"<a href=\"http://www.html-kit.com/favicon/validator\" target=\"_blank\">HTML "
|
234 |
+
"Kit</a> heeft een favicon validator die controleert als je favicon werkt en "
|
235 |
+
"compatibel is in alle browsers."
|
236 |
|
237 |
#: includes/settings-page/sp-tipps-box.php:52
|
238 |
msgid "Apple Touch Icon Howto"
|
239 |
msgstr "Apple Touch Icon Hulp"
|
240 |
|
241 |
#: includes/settings-page/sp-tipps-box.php:55
|
242 |
+
msgid ""
|
243 |
+
"<a href=\"http://developer.apple.com/library/safari/#documentation/"
|
244 |
+
"appleapplications/reference/safariwebcontent/ConfiguringWebApplications/"
|
245 |
+
"ConfiguringWebApplications.html\" target=\"_blank\">Apple</a> provides a "
|
246 |
+
"howto on how to create a PNG to use as an Apple Touch Icon."
|
247 |
+
msgstr ""
|
248 |
+
"<a href=\"http://developer.apple.com/library/safari/#documentation/"
|
249 |
+
"appleapplications/reference/safariwebcontent/ConfiguringWebApplications/"
|
250 |
+
"ConfiguringWebApplications.html\" target=\"_blank\">Apple</a> voorziet een "
|
251 |
+
"howto voor het maken van een PNG om te gebruiken als Apple Touch Icon."
|
252 |
|
253 |
#: includes/settings-page/sp-translation.php:14
|
254 |
msgid "Translation"
|
255 |
msgstr "Vertaling"
|
256 |
|
257 |
#: includes/settings-page/sp-translation.php:17
|
258 |
+
msgid ""
|
259 |
+
"The english translation was done by <a href=\"http://www.techotronic.de\" "
|
260 |
+
"target=\"_blank\">Arne Franken</a>."
|
261 |
+
msgstr ""
|
262 |
+
"The Nederlandse vertaling werd gemaakt door <a href=\"http://www.siteoptimo."
|
263 |
+
"com\" target=\"_blank\">Pieter Carette</a>."
|
264 |
+
|
265 |
+
#~ msgid "%1$s ICO"
|
266 |
+
#~ msgstr "%1$s ICO"
|
267 |
+
|
268 |
+
#~ msgid "%1$s PNG"
|
269 |
+
#~ msgstr "%1$s PNG"
|
270 |
+
|
271 |
+
#~ msgid "%1$s GIF"
|
272 |
+
#~ msgstr "%1$s GIF"
|
273 |
|
274 |
#~ msgid "Enter a URL or upload a Favicon."
|
275 |
#~ 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,53 +2,78 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: All In One Favicon\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date:
|
6 |
-
"PO-Revision-Date:
|
7 |
-
"Last-Translator:
|
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:
|
20 |
msgid "All in one Favicon"
|
21 |
msgstr ""
|
22 |
|
23 |
-
#:
|
24 |
-
|
25 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
26 |
msgid "Settings"
|
27 |
msgstr "Ustawienia"
|
28 |
|
29 |
-
#: includes/aio-favicon-backend.php:
|
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:
|
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:
|
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 "
|
46 |
-
|
|
|
|
|
|
|
47 |
|
48 |
-
#: includes/aio-favicon-frontend.php:
|
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"
|
@@ -56,15 +81,20 @@ 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 "
|
|
|
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 "
|
67 |
-
|
|
|
|
|
|
|
|
|
68 |
|
69 |
#: includes/settings-page/sp-donate-box.php:24
|
70 |
msgid "Techotronic Development Support"
|
@@ -112,75 +142,40 @@ msgstr ""
|
|
112 |
msgid "Latest donations"
|
113 |
msgstr ""
|
114 |
|
115 |
-
#: includes/settings-page/sp-
|
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-
|
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:
|
165 |
-
msgid "
|
166 |
msgstr ""
|
167 |
|
168 |
-
#: includes/settings-page/sp-plugin-settings.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
169 |
msgid "Don't add reflective shine to Apple Touch Icon"
|
170 |
msgstr ""
|
171 |
|
172 |
-
#: includes/settings-page/sp-plugin-settings.php:
|
173 |
msgid "Remove link from Meta-box"
|
174 |
msgstr ""
|
175 |
|
176 |
-
#: includes/settings-page/sp-plugin-settings.php:
|
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"
|
@@ -190,16 +185,25 @@ msgid "Favicon wikipedia entry"
|
|
190 |
msgstr "Favicon na wikipedii"
|
191 |
|
192 |
#: includes/settings-page/sp-tipps-box.php:23
|
193 |
-
msgid "
|
194 |
-
|
|
|
|
|
|
|
|
|
|
|
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 "
|
202 |
-
|
|
|
|
|
|
|
|
|
203 |
|
204 |
#: includes/settings-page/sp-tipps-box.php:36
|
205 |
#, fuzzy
|
@@ -207,23 +211,37 @@ msgid "Favicon CC editor"
|
|
207 |
msgstr "Generator ikonek favicon"
|
208 |
|
209 |
#: includes/settings-page/sp-tipps-box.php:39
|
210 |
-
msgid "
|
211 |
-
|
|
|
|
|
|
|
|
|
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 "
|
219 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
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 "
|
|
|
|
|
|
|
|
|
227 |
msgstr ""
|
228 |
|
229 |
#: includes/settings-page/sp-translation.php:14
|
@@ -231,8 +249,21 @@ msgid "Translation"
|
|
231 |
msgstr "Tłumaczenie"
|
232 |
|
233 |
#: includes/settings-page/sp-translation.php:17
|
234 |
-
msgid "
|
235 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
236 |
|
237 |
#~ msgid "Enter a URL or upload a Favicon."
|
238 |
#~ msgstr "Wstaw ścieżkę URL lub załaduj plik ikonki."
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: All In One Favicon\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2013-01-21 23:25+0100\n"
|
6 |
+
"PO-Revision-Date: 2013-01-21 23:25+0100\n"
|
7 |
+
"Last-Translator: Arne Franken <blog@techotronic.de>\n"
|
8 |
"Language-Team: Techotronic <blog@techotronic.de>\n"
|
9 |
+
"Language: en_GB\n"
|
10 |
"MIME-Version: 1.0\n"
|
11 |
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
"Content-Transfer-Encoding: 8bit\n"
|
13 |
"X-Poedit-KeywordsList: __;_e\n"
|
14 |
"X-Poedit-Basepath: ..\n"
|
|
|
|
|
15 |
"X-Poedit-SourceCharset: utf-8\n"
|
16 |
+
"X-Generator: Poedit 1.5.4\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
+
#: all-in-one-favicon.php:40
|
20 |
msgid "All in one Favicon"
|
21 |
msgstr ""
|
22 |
|
23 |
+
#: all-in-one-favicon.php:101 all-in-one-favicon.php:109
|
24 |
+
msgid "ICO"
|
25 |
+
msgstr ""
|
26 |
+
|
27 |
+
#: all-in-one-favicon.php:102 all-in-one-favicon.php:110
|
28 |
+
msgid "GIF"
|
29 |
+
msgstr ""
|
30 |
+
|
31 |
+
#: all-in-one-favicon.php:103 all-in-one-favicon.php:111
|
32 |
+
msgid "PNG"
|
33 |
+
msgstr ""
|
34 |
+
|
35 |
+
#: all-in-one-favicon.php:104 all-in-one-favicon.php:112
|
36 |
+
msgid "Apple Touch Icon"
|
37 |
+
msgstr ""
|
38 |
+
|
39 |
+
#: includes/aio-favicon-backend.php:136 includes/settings-page.php:15
|
40 |
+
#: includes/settings-page/sp-plugin-favicon-settings.php:13
|
41 |
+
#: includes/settings-page/sp-plugin-meta-settings.php:13
|
42 |
msgid "Settings"
|
43 |
msgstr "Ustawienia"
|
44 |
|
45 |
+
#: includes/aio-favicon-backend.php:161
|
46 |
#, php-format
|
47 |
msgid "Successfully updated %1$s settings."
|
48 |
msgstr "Zmiana ustawień %1$s powiodła się."
|
49 |
|
50 |
+
#: includes/aio-favicon-backend.php:163
|
51 |
#, php-format
|
52 |
msgid "%1$s settings were successfully deleted."
|
53 |
msgstr "Ustawienia %1$s zostały usunięte."
|
54 |
|
55 |
+
#: includes/aio-favicon-backend.php:187
|
56 |
msgid "Did not update settings, you do not have the necessary rights."
|
57 |
msgstr "Nie zmieniono ustawień. Nie masz prawa dostępu."
|
58 |
|
59 |
#: includes/aio-favicon-backend.php:270
|
60 |
#, php-format
|
61 |
+
msgid ""
|
62 |
+
"Did not delete %1$s settings. Either you dont have the nececssary rights or "
|
63 |
+
"you didnt check the checkbox."
|
64 |
+
msgstr ""
|
65 |
+
"Nie usunięto ustawień %1$s. Nie masz prawa dostępu lub nie wstawiłeś ptaszka."
|
66 |
|
67 |
+
#: includes/aio-favicon-frontend.php:66
|
68 |
msgid "Using"
|
69 |
msgstr "Używanie"
|
70 |
|
71 |
+
#: includes/settings-page.php:19
|
72 |
+
msgid ""
|
73 |
+
"Please enable JavaScript. Upload-functionality on this page relies on "
|
74 |
+
"JavaScript and will not work if it's not enabled."
|
75 |
+
msgstr ""
|
76 |
+
|
77 |
#: includes/settings-page/sp-delete-settings.php:14
|
78 |
#: includes/settings-page/sp-delete-settings.php:23
|
79 |
msgid "Delete Settings"
|
81 |
|
82 |
#: includes/settings-page/sp-delete-settings.php:17
|
83 |
msgid "Check the box and click this button to delete settings of this plugin."
|
84 |
+
msgstr ""
|
85 |
+
"Wstaw ptaszka i kliknij w ten przycisk by usunąć ustawienia tej wtyczki."
|
86 |
|
87 |
#: includes/settings-page/sp-donate-box.php:14
|
88 |
msgid "Donate"
|
89 |
msgstr "Dotacje"
|
90 |
|
91 |
#: includes/settings-page/sp-donate-box.php:18
|
92 |
+
msgid ""
|
93 |
+
"If you would like to make a small (or large) contribution towards future "
|
94 |
+
"development please consider making a donation."
|
95 |
+
msgstr ""
|
96 |
+
"Jesli chciałbyś pomóc w rozwoju przyszłych wersji rozważ dokonanie małej "
|
97 |
+
"(lub dużej) dotacji."
|
98 |
|
99 |
#: includes/settings-page/sp-donate-box.php:24
|
100 |
msgid "Techotronic Development Support"
|
142 |
msgid "Latest donations"
|
143 |
msgstr ""
|
144 |
|
145 |
+
#: includes/settings-page/sp-left-column.php:25
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
146 |
msgid "Frontend"
|
147 |
msgstr "Strona główna."
|
148 |
|
149 |
+
#: includes/settings-page/sp-left-column.php:31
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
150 |
msgid "Backend"
|
151 |
msgstr "Zaplecze"
|
152 |
|
153 |
+
#: includes/settings-page/sp-plugin-favicon-settings.php:30
|
154 |
+
msgid "Upload"
|
155 |
msgstr ""
|
156 |
|
157 |
+
#: includes/settings-page/sp-plugin-favicon-settings.php:34
|
158 |
+
msgid "Check box to delete favicon."
|
159 |
+
msgstr ""
|
160 |
+
|
161 |
+
#: includes/settings-page/sp-plugin-favicon-settings.php:42
|
162 |
+
#: includes/settings-page/sp-plugin-meta-settings.php:42
|
163 |
+
msgid "Save Changes"
|
164 |
+
msgstr "Zapisz zmiany"
|
165 |
+
|
166 |
+
#: includes/settings-page/sp-plugin-meta-settings.php:19
|
167 |
+
#: includes/settings-page/sp-plugin-meta-settings.php:25
|
168 |
msgid "Don't add reflective shine to Apple Touch Icon"
|
169 |
msgstr ""
|
170 |
|
171 |
+
#: includes/settings-page/sp-plugin-meta-settings.php:30
|
172 |
msgid "Remove link from Meta-box"
|
173 |
msgstr ""
|
174 |
|
175 |
+
#: includes/settings-page/sp-plugin-meta-settings.php:36
|
176 |
msgid "Remove the link to the developers site from the WordPress meta-box."
|
177 |
msgstr ""
|
178 |
|
|
|
|
|
|
|
|
|
179 |
#: includes/settings-page/sp-tipps-box.php:14
|
180 |
msgid "Tips"
|
181 |
msgstr "Ciekawostki"
|
185 |
msgstr "Favicon na wikipedii"
|
186 |
|
187 |
#: includes/settings-page/sp-tipps-box.php:23
|
188 |
+
msgid ""
|
189 |
+
"<a href=\"http://en.wikipedia.org/wiki/Favicon\" target=\"_blank"
|
190 |
+
"\">Wikipedia</a> offers much information about favicon types and sizes."
|
191 |
+
msgstr ""
|
192 |
+
"Na <a href=\"http://en.wikipedia.org/wiki/Favicon\" target=\"_blank"
|
193 |
+
"\">Wikipedii</a> znajdziesz więcej informacji na temat rodzajów i rozmiarów "
|
194 |
+
"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 ""
|
202 |
+
"<a href=\"http://www.html-kit.com/favicon/\" target=\"_blank\">HTML Kit</a> "
|
203 |
+
"provides a favicon generator that is very easy to use."
|
204 |
+
msgstr ""
|
205 |
+
"<a href=\"http://www.html-kit.com/favicon/\" target=\"_blank\">HTML Kit</a> "
|
206 |
+
"to generator ikonek favicon który jest bardzo łatwy w użyciu."
|
207 |
|
208 |
#: includes/settings-page/sp-tipps-box.php:36
|
209 |
#, fuzzy
|
211 |
msgstr "Generator ikonek favicon"
|
212 |
|
213 |
#: includes/settings-page/sp-tipps-box.php:39
|
214 |
+
msgid ""
|
215 |
+
"<a href=\"http://www.favicon.cc/\" target=\"_blank\">Favicon CC</a> provides "
|
216 |
+
"a favicon editor that is very easy to use."
|
217 |
+
msgstr ""
|
218 |
+
"<a href=\"http://www.favicon.cc/\" target=\"_blank\">Favicon CC</a> to "
|
219 |
+
"generator ikonek favicon który jest bardzo łatwy w użyciu."
|
220 |
|
221 |
#: includes/settings-page/sp-tipps-box.php:44
|
222 |
msgid "Favicon validator"
|
223 |
msgstr "Tester ikonek favicon"
|
224 |
|
225 |
#: includes/settings-page/sp-tipps-box.php:47
|
226 |
+
msgid ""
|
227 |
+
"<a href=\"http://www.html-kit.com/favicon/validator\" target=\"_blank\">HTML "
|
228 |
+
"Kit</a> provides a favicon validator that tells you whether your favicon is "
|
229 |
+
"working and if it is compatible to all browsers."
|
230 |
+
msgstr ""
|
231 |
+
"<a href=\"http://www.html-kit.com/favicon/validator\" target=\"_blank\">HTML "
|
232 |
+
"Kit</a> posiada tester ikonek favicon który powiadomi Cię czy Twoja ikonka "
|
233 |
+
"działa i czy jest kompatybilna ze wszystkimi przeglądarkami."
|
234 |
|
235 |
#: includes/settings-page/sp-tipps-box.php:52
|
236 |
msgid "Apple Touch Icon Howto"
|
237 |
msgstr ""
|
238 |
|
239 |
#: includes/settings-page/sp-tipps-box.php:55
|
240 |
+
msgid ""
|
241 |
+
"<a href=\"http://developer.apple.com/library/safari/#documentation/"
|
242 |
+
"appleapplications/reference/safariwebcontent/ConfiguringWebApplications/"
|
243 |
+
"ConfiguringWebApplications.html\" target=\"_blank\">Apple</a> provides a "
|
244 |
+
"howto on how to create a PNG to use as an Apple Touch Icon."
|
245 |
msgstr ""
|
246 |
|
247 |
#: includes/settings-page/sp-translation.php:14
|
249 |
msgstr "Tłumaczenie"
|
250 |
|
251 |
#: includes/settings-page/sp-translation.php:17
|
252 |
+
msgid ""
|
253 |
+
"The english translation was done by <a href=\"http://www.techotronic.de\" "
|
254 |
+
"target=\"_blank\">Arne Franken</a>."
|
255 |
+
msgstr ""
|
256 |
+
"Przełożył na Polski <a href=\"http://www.facebook.com/piniu69\" target="
|
257 |
+
"\"_blank\">Piotr Czarnecki</a>."
|
258 |
+
|
259 |
+
#~ msgid "%1$s ICO"
|
260 |
+
#~ msgstr "%1$s ICO"
|
261 |
+
|
262 |
+
#~ msgid "%1$s PNG"
|
263 |
+
#~ msgstr "%1$s PNG"
|
264 |
+
|
265 |
+
#~ msgid "%1$s GIF"
|
266 |
+
#~ msgstr "%1$s GIF"
|
267 |
|
268 |
#~ msgid "Enter a URL or upload a Favicon."
|
269 |
#~ msgstr "Wstaw ścieżkę URL lub załaduj plik ikonki."
|
localization/aio-favicon-sk_SK.mo
CHANGED
Binary file
|
localization/aio-favicon-sk_SK.po
CHANGED
@@ -2,62 +2,90 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: All in one Favicon v3.1\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date:
|
6 |
-
"PO-Revision-Date:
|
7 |
-
"Last-Translator:
|
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=3; plural=(n==1) ? 1 : (n>=2 && n<=4) ? 2 : 0;\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;
|
|
|
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:
|
23 |
msgid "All in one Favicon"
|
24 |
msgstr "All in one Favicon"
|
25 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
26 |
# @ aio-favicon
|
27 |
-
#: includes/aio-favicon-backend.php:
|
28 |
-
#: includes/settings-page.php:
|
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:
|
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:
|
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:
|
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:
|
52 |
#, php-format
|
53 |
-
msgid "
|
54 |
-
|
|
|
|
|
|
|
|
|
55 |
|
56 |
# @ aio-favicon
|
57 |
-
#: includes/aio-favicon-frontend.php:
|
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
|
@@ -76,8 +104,12 @@ msgstr "Prispieť"
|
|
76 |
|
77 |
# @ aio-favicon
|
78 |
#: includes/settings-page/sp-donate-box.php:18
|
79 |
-
msgid "
|
80 |
-
|
|
|
|
|
|
|
|
|
81 |
|
82 |
# @ aio-favicon
|
83 |
#: includes/settings-page/sp-donate-box.php:24
|
@@ -137,86 +169,46 @@ msgid "Latest donations"
|
|
137 |
msgstr "Posledné príspevky"
|
138 |
|
139 |
# @ aio-favicon
|
140 |
-
#: includes/settings-page/sp-
|
141 |
-
#: includes/settings-page/sp-plugin-settings.php:82
|
142 |
-
#, php-format
|
143 |
-
msgid "%1$s ICO"
|
144 |
-
msgstr "%1$s ICO"
|
145 |
-
|
146 |
-
# @ aio-favicon
|
147 |
-
#: includes/settings-page/sp-plugin-settings.php:22
|
148 |
-
#: includes/settings-page/sp-plugin-settings.php:37
|
149 |
-
#: includes/settings-page/sp-plugin-settings.php:52
|
150 |
-
#: includes/settings-page/sp-plugin-settings.php:67
|
151 |
msgid "Frontend"
|
152 |
msgstr "Frontend"
|
153 |
|
154 |
# @ aio-favicon
|
155 |
-
#: includes/settings-page/sp-
|
156 |
-
#: includes/settings-page/sp-plugin-settings.php:47
|
157 |
-
#: includes/settings-page/sp-plugin-settings.php:62
|
158 |
-
#: includes/settings-page/sp-plugin-settings.php:77
|
159 |
-
#: includes/settings-page/sp-plugin-settings.php:92
|
160 |
-
#: includes/settings-page/sp-plugin-settings.php:107
|
161 |
-
#: includes/settings-page/sp-plugin-settings.php:122
|
162 |
-
#: includes/settings-page/sp-plugin-settings.php:137
|
163 |
-
msgid "Check box to delete favicon."
|
164 |
-
msgstr "Zaškrtnite pre zmazanie favicon."
|
165 |
-
|
166 |
-
# @ aio-favicon
|
167 |
-
#: includes/settings-page/sp-plugin-settings.php:37
|
168 |
-
#: includes/settings-page/sp-plugin-settings.php:97
|
169 |
-
#, php-format
|
170 |
-
msgid "%1$s PNG"
|
171 |
-
msgstr "%1$s PNG"
|
172 |
-
|
173 |
-
# @ aio-favicon
|
174 |
-
#: includes/settings-page/sp-plugin-settings.php:52
|
175 |
-
#: includes/settings-page/sp-plugin-settings.php:112
|
176 |
-
#, php-format
|
177 |
-
msgid "%1$s GIF"
|
178 |
-
msgstr "%1$s GIF"
|
179 |
-
|
180 |
-
# @ aio-favicon
|
181 |
-
#: includes/settings-page/sp-plugin-settings.php:67
|
182 |
-
#: includes/settings-page/sp-plugin-settings.php:127
|
183 |
-
#, fuzzy, php-format
|
184 |
-
msgid "%1$s Apple Touch Icon"
|
185 |
-
msgstr "%1$s Apple touch ikonka"
|
186 |
-
|
187 |
-
# @ aio-favicon
|
188 |
-
#: includes/settings-page/sp-plugin-settings.php:82
|
189 |
-
#: includes/settings-page/sp-plugin-settings.php:97
|
190 |
-
#: includes/settings-page/sp-plugin-settings.php:112
|
191 |
-
#: includes/settings-page/sp-plugin-settings.php:127
|
192 |
msgid "Backend"
|
193 |
msgstr "Backend"
|
194 |
|
|
|
|
|
|
|
|
|
195 |
# @ aio-favicon
|
196 |
-
#: includes/settings-page/sp-plugin-settings.php:
|
197 |
-
msgid "
|
198 |
-
msgstr "
|
|
|
|
|
|
|
|
|
|
|
|
|
199 |
|
200 |
# @ aio-favicon
|
201 |
-
#: includes/settings-page/sp-plugin-settings.php:
|
|
|
202 |
msgid "Don't add reflective shine to Apple Touch Icon"
|
203 |
msgstr "Nepridávať reflexný odraz pre Apple Touch ikonku"
|
204 |
|
205 |
# @ aio-favicon
|
206 |
-
#: includes/settings-page/sp-plugin-settings.php:
|
207 |
msgid "Remove link from Meta-box"
|
208 |
msgstr "Odstrániť odkaz z Meta boxu"
|
209 |
|
210 |
# @ aio-favicon
|
211 |
-
#: includes/settings-page/sp-plugin-settings.php:
|
212 |
msgid "Remove the link to the developers site from the WordPress meta-box."
|
213 |
msgstr "Odstrániť odkaz na vývojársku stránku z WordPress meta boxu."
|
214 |
|
215 |
-
# @ default
|
216 |
-
#: includes/settings-page/sp-plugin-settings.php:165
|
217 |
-
msgid "Save Changes"
|
218 |
-
msgstr "Uložiť zmeny"
|
219 |
-
|
220 |
# @ aio-favicon
|
221 |
#: includes/settings-page/sp-tipps-box.php:14
|
222 |
msgid "Tips"
|
@@ -229,8 +221,12 @@ msgstr "Favicon na wikipedii"
|
|
229 |
|
230 |
# @ aio-favicon
|
231 |
#: includes/settings-page/sp-tipps-box.php:23
|
232 |
-
msgid "
|
233 |
-
|
|
|
|
|
|
|
|
|
234 |
|
235 |
# @ aio-favicon
|
236 |
#: includes/settings-page/sp-tipps-box.php:28
|
@@ -239,8 +235,12 @@ msgstr "Favicon generátor"
|
|
239 |
|
240 |
# @ aio-favicon
|
241 |
#: includes/settings-page/sp-tipps-box.php:31
|
242 |
-
msgid "
|
243 |
-
|
|
|
|
|
|
|
|
|
244 |
|
245 |
# @ aio-favicon
|
246 |
#: includes/settings-page/sp-tipps-box.php:36
|
@@ -250,8 +250,12 @@ msgstr "Favicon generátor"
|
|
250 |
|
251 |
# @ aio-favicon
|
252 |
#: includes/settings-page/sp-tipps-box.php:39
|
253 |
-
msgid "
|
254 |
-
|
|
|
|
|
|
|
|
|
255 |
|
256 |
# @ aio-favicon
|
257 |
#: includes/settings-page/sp-tipps-box.php:44
|
@@ -260,8 +264,14 @@ msgstr "Favicon validátor"
|
|
260 |
|
261 |
# @ aio-favicon
|
262 |
#: includes/settings-page/sp-tipps-box.php:47
|
263 |
-
msgid "
|
264 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
265 |
|
266 |
# @ aio-favicon
|
267 |
#: includes/settings-page/sp-tipps-box.php:52
|
@@ -270,8 +280,16 @@ msgstr "Ako na Apple touch ikonku"
|
|
270 |
|
271 |
# @ aio-favicon
|
272 |
#: includes/settings-page/sp-tipps-box.php:55
|
273 |
-
msgid "
|
274 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
275 |
|
276 |
# @ aio-favicon
|
277 |
#: includes/settings-page/sp-translation.php:14
|
@@ -280,6 +298,9 @@ msgstr "Preklady"
|
|
280 |
|
281 |
# @ aio-favicon
|
282 |
#: includes/settings-page/sp-translation.php:17
|
283 |
-
msgid "
|
284 |
-
|
285 |
-
|
|
|
|
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: All in one Favicon v3.1\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2013-01-21 23:25+0100\n"
|
6 |
+
"PO-Revision-Date: 2013-01-21 23:25+0100\n"
|
7 |
+
"Last-Translator: Arne Franken <blog@techotronic.de>\n"
|
8 |
"Language-Team: \n"
|
9 |
+
"Language: sk_SK\n"
|
10 |
"MIME-Version: 1.0\n"
|
11 |
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
"Content-Transfer-Encoding: 8bit\n"
|
13 |
"Plural-Forms: nplurals=3; plural=(n==1) ? 1 : (n>=2 && n<=4) ? 2 : 0;\n"
|
|
|
|
|
14 |
"X-Poedit-SourceCharset: utf-8\n"
|
15 |
+
"X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
|
16 |
+
"_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-Generator: Poedit 1.5.4\n"
|
20 |
"X-Poedit-SearchPath-0: .\n"
|
21 |
|
22 |
# @ aio-favicon
|
23 |
+
#: all-in-one-favicon.php:40
|
24 |
msgid "All in one Favicon"
|
25 |
msgstr "All in one Favicon"
|
26 |
|
27 |
+
#: all-in-one-favicon.php:101 all-in-one-favicon.php:109
|
28 |
+
msgid "ICO"
|
29 |
+
msgstr ""
|
30 |
+
|
31 |
+
#: all-in-one-favicon.php:102 all-in-one-favicon.php:110
|
32 |
+
msgid "GIF"
|
33 |
+
msgstr ""
|
34 |
+
|
35 |
+
#: all-in-one-favicon.php:103 all-in-one-favicon.php:111
|
36 |
+
msgid "PNG"
|
37 |
+
msgstr ""
|
38 |
+
|
39 |
+
# @ aio-favicon
|
40 |
+
#: all-in-one-favicon.php:104 all-in-one-favicon.php:112
|
41 |
+
msgid "Apple Touch Icon"
|
42 |
+
msgstr "Apple touch ikonka"
|
43 |
+
|
44 |
# @ aio-favicon
|
45 |
+
#: includes/aio-favicon-backend.php:136 includes/settings-page.php:15
|
46 |
+
#: includes/settings-page/sp-plugin-favicon-settings.php:13
|
47 |
+
#: includes/settings-page/sp-plugin-meta-settings.php:13
|
48 |
msgid "Settings"
|
49 |
msgstr "Nastavenia"
|
50 |
|
51 |
# @ aio-favicon
|
52 |
+
#: includes/aio-favicon-backend.php:161
|
53 |
#, php-format
|
54 |
msgid "Successfully updated %1$s settings."
|
55 |
msgstr "Úspešne aktualizovaných %1$s nastavení."
|
56 |
|
57 |
# @ aio-favicon
|
58 |
+
#: includes/aio-favicon-backend.php:163
|
59 |
#, php-format
|
60 |
msgid "%1$s settings were successfully deleted."
|
61 |
msgstr "%1$s nastavení úspešene vymazaných."
|
62 |
|
63 |
# @ aio-favicon
|
64 |
+
#: includes/aio-favicon-backend.php:187
|
65 |
msgid "Did not update settings, you do not have the necessary rights."
|
66 |
msgstr "Nastavenia neboli zmenené, nemáte potrebné práva."
|
67 |
|
68 |
# @ aio-favicon
|
69 |
+
#: includes/aio-favicon-backend.php:270
|
70 |
#, php-format
|
71 |
+
msgid ""
|
72 |
+
"Did not delete %1$s settings. Either you dont have the nececssary rights or "
|
73 |
+
"you didnt check the checkbox."
|
74 |
+
msgstr ""
|
75 |
+
"%1$s Nastavení sa nevymazalo. Buď nemáte potrebné práva, alebo ste "
|
76 |
+
"nezaškrtli políčko."
|
77 |
|
78 |
# @ aio-favicon
|
79 |
+
#: includes/aio-favicon-frontend.php:66
|
80 |
msgid "Using"
|
81 |
msgstr "Používate"
|
82 |
|
83 |
+
#: includes/settings-page.php:19
|
84 |
+
msgid ""
|
85 |
+
"Please enable JavaScript. Upload-functionality on this page relies on "
|
86 |
+
"JavaScript and will not work if it's not enabled."
|
87 |
+
msgstr ""
|
88 |
+
|
89 |
# @ aio-favicon
|
90 |
#: includes/settings-page/sp-delete-settings.php:14
|
91 |
#: includes/settings-page/sp-delete-settings.php:23
|
104 |
|
105 |
# @ aio-favicon
|
106 |
#: includes/settings-page/sp-donate-box.php:18
|
107 |
+
msgid ""
|
108 |
+
"If you would like to make a small (or large) contribution towards future "
|
109 |
+
"development please consider making a donation."
|
110 |
+
msgstr ""
|
111 |
+
"Ak nás chcete podporiť v ďalšom vývoji, zvážte prosím aspoň malú finančnú "
|
112 |
+
"podporu, ceníme si to!"
|
113 |
|
114 |
# @ aio-favicon
|
115 |
#: includes/settings-page/sp-donate-box.php:24
|
169 |
msgstr "Posledné príspevky"
|
170 |
|
171 |
# @ aio-favicon
|
172 |
+
#: includes/settings-page/sp-left-column.php:25
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
173 |
msgid "Frontend"
|
174 |
msgstr "Frontend"
|
175 |
|
176 |
# @ aio-favicon
|
177 |
+
#: includes/settings-page/sp-left-column.php:31
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
178 |
msgid "Backend"
|
179 |
msgstr "Backend"
|
180 |
|
181 |
+
#: includes/settings-page/sp-plugin-favicon-settings.php:30
|
182 |
+
msgid "Upload"
|
183 |
+
msgstr ""
|
184 |
+
|
185 |
# @ aio-favicon
|
186 |
+
#: includes/settings-page/sp-plugin-favicon-settings.php:34
|
187 |
+
msgid "Check box to delete favicon."
|
188 |
+
msgstr "Zaškrtnite pre zmazanie favicon."
|
189 |
+
|
190 |
+
# @ default
|
191 |
+
#: includes/settings-page/sp-plugin-favicon-settings.php:42
|
192 |
+
#: includes/settings-page/sp-plugin-meta-settings.php:42
|
193 |
+
msgid "Save Changes"
|
194 |
+
msgstr "Uložiť zmeny"
|
195 |
|
196 |
# @ aio-favicon
|
197 |
+
#: includes/settings-page/sp-plugin-meta-settings.php:19
|
198 |
+
#: includes/settings-page/sp-plugin-meta-settings.php:25
|
199 |
msgid "Don't add reflective shine to Apple Touch Icon"
|
200 |
msgstr "Nepridávať reflexný odraz pre Apple Touch ikonku"
|
201 |
|
202 |
# @ aio-favicon
|
203 |
+
#: includes/settings-page/sp-plugin-meta-settings.php:30
|
204 |
msgid "Remove link from Meta-box"
|
205 |
msgstr "Odstrániť odkaz z Meta boxu"
|
206 |
|
207 |
# @ aio-favicon
|
208 |
+
#: includes/settings-page/sp-plugin-meta-settings.php:36
|
209 |
msgid "Remove the link to the developers site from the WordPress meta-box."
|
210 |
msgstr "Odstrániť odkaz na vývojársku stránku z WordPress meta boxu."
|
211 |
|
|
|
|
|
|
|
|
|
|
|
212 |
# @ aio-favicon
|
213 |
#: includes/settings-page/sp-tipps-box.php:14
|
214 |
msgid "Tips"
|
221 |
|
222 |
# @ aio-favicon
|
223 |
#: includes/settings-page/sp-tipps-box.php:23
|
224 |
+
msgid ""
|
225 |
+
"<a href=\"http://en.wikipedia.org/wiki/Favicon\" target=\"_blank"
|
226 |
+
"\">Wikipedia</a> offers much information about favicon types and sizes."
|
227 |
+
msgstr ""
|
228 |
+
"<a href=\"http://en.wikipedia.org/wiki/Favicon\" target=\"_blank"
|
229 |
+
"\">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
|
235 |
|
236 |
# @ aio-favicon
|
237 |
#: includes/settings-page/sp-tipps-box.php:31
|
238 |
+
msgid ""
|
239 |
+
"<a href=\"http://www.html-kit.com/favicon/\" target=\"_blank\">HTML Kit</a> "
|
240 |
+
"provides a favicon generator that is very easy to use."
|
241 |
+
msgstr ""
|
242 |
+
"<a href=\"http://www.html-kit.com/favicon/\" target=\"_blank\">HTML Kit</a> "
|
243 |
+
"poskytuje generátor ikoniek a je ľahký na použitie."
|
244 |
|
245 |
# @ aio-favicon
|
246 |
#: includes/settings-page/sp-tipps-box.php:36
|
250 |
|
251 |
# @ aio-favicon
|
252 |
#: includes/settings-page/sp-tipps-box.php:39
|
253 |
+
msgid ""
|
254 |
+
"<a href=\"http://www.favicon.cc/\" target=\"_blank\">Favicon CC</a> provides "
|
255 |
+
"a favicon editor that is very easy to use."
|
256 |
+
msgstr ""
|
257 |
+
"<a href=\"http://www.favicon.cc/\" target=\"_blank\">Favicon CC</a> "
|
258 |
+
"poskytuje generátor ikoniek a je ľahký na použitie."
|
259 |
|
260 |
# @ aio-favicon
|
261 |
#: includes/settings-page/sp-tipps-box.php:44
|
264 |
|
265 |
# @ aio-favicon
|
266 |
#: includes/settings-page/sp-tipps-box.php:47
|
267 |
+
msgid ""
|
268 |
+
"<a href=\"http://www.html-kit.com/favicon/validator\" target=\"_blank\">HTML "
|
269 |
+
"Kit</a> provides a favicon validator that tells you whether your favicon is "
|
270 |
+
"working and if it is compatible to all browsers."
|
271 |
+
msgstr ""
|
272 |
+
"<a href=\"http://www.html-kit.com/favicon/validator\" target=\"_blank\">HTML "
|
273 |
+
"Kit</a> poskytuje validátor, ktorý vám povie či je ikonka funkčná a "
|
274 |
+
"kompatibilná so všetkými prehliadačmi."
|
275 |
|
276 |
# @ aio-favicon
|
277 |
#: includes/settings-page/sp-tipps-box.php:52
|
280 |
|
281 |
# @ aio-favicon
|
282 |
#: includes/settings-page/sp-tipps-box.php:55
|
283 |
+
msgid ""
|
284 |
+
"<a href=\"http://developer.apple.com/library/safari/#documentation/"
|
285 |
+
"appleapplications/reference/safariwebcontent/ConfiguringWebApplications/"
|
286 |
+
"ConfiguringWebApplications.html\" target=\"_blank\">Apple</a> provides a "
|
287 |
+
"howto on how to create a PNG to use as an Apple Touch Icon."
|
288 |
+
msgstr ""
|
289 |
+
"<a href=\"http://developer.apple.com/library/safari/#documentation/"
|
290 |
+
"appleapplications/reference/safariwebcontent/ConfiguringWebApplications/"
|
291 |
+
"ConfiguringWebApplications.html\" target=\"_blank\">Apple</a> poskytuje "
|
292 |
+
"návod, ako vytvoriť PNG ikonku pre Apple Touch."
|
293 |
|
294 |
# @ aio-favicon
|
295 |
#: includes/settings-page/sp-translation.php:14
|
298 |
|
299 |
# @ aio-favicon
|
300 |
#: includes/settings-page/sp-translation.php:17
|
301 |
+
msgid ""
|
302 |
+
"The english translation was done by <a href=\"http://www.techotronic.de\" "
|
303 |
+
"target=\"_blank\">Arne Franken</a>."
|
304 |
+
msgstr ""
|
305 |
+
"Anglický preklad vyhotovil <a href=\"http://www.techotronic.de\" target="
|
306 |
+
"\"_blank\">Arne Franken</a>."
|
localization/aio-favicon-sr_RS.mo
CHANGED
Binary file
|
localization/aio-favicon-sr_RS.po
CHANGED
@@ -2,53 +2,79 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: All In One Favicon\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date:
|
6 |
-
"PO-Revision-Date:
|
7 |
-
"Last-Translator:
|
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:
|
20 |
msgid "All in one Favicon"
|
21 |
msgstr ""
|
22 |
|
23 |
-
#:
|
24 |
-
|
25 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
26 |
msgid "Settings"
|
27 |
msgstr "Podešavanja"
|
28 |
|
29 |
-
#: includes/aio-favicon-backend.php:
|
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:
|
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:
|
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 "
|
46 |
-
|
|
|
|
|
|
|
|
|
47 |
|
48 |
-
#: includes/aio-favicon-frontend.php:
|
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"
|
@@ -56,15 +82,20 @@ 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 "
|
|
|
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 "
|
67 |
-
|
|
|
|
|
|
|
|
|
68 |
|
69 |
#: includes/settings-page/sp-donate-box.php:24
|
70 |
msgid "Techotronic Development Support"
|
@@ -112,75 +143,40 @@ msgstr ""
|
|
112 |
msgid "Latest donations"
|
113 |
msgstr "Poslednje donacije"
|
114 |
|
115 |
-
#: includes/settings-page/sp-
|
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-
|
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:
|
165 |
-
msgid "
|
166 |
msgstr ""
|
167 |
|
168 |
-
#: includes/settings-page/sp-plugin-settings.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
169 |
msgid "Don't add reflective shine to Apple Touch Icon"
|
170 |
msgstr ""
|
171 |
|
172 |
-
#: includes/settings-page/sp-plugin-settings.php:
|
173 |
msgid "Remove link from Meta-box"
|
174 |
msgstr "Uklonite link iz Meta-polja"
|
175 |
|
176 |
-
#: includes/settings-page/sp-plugin-settings.php:
|
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"
|
@@ -190,16 +186,24 @@ msgid "Favicon wikipedia entry"
|
|
190 |
msgstr "Favicon wikipedia unos"
|
191 |
|
192 |
#: includes/settings-page/sp-tipps-box.php:23
|
193 |
-
msgid "
|
194 |
-
|
|
|
|
|
|
|
|
|
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 "
|
202 |
-
|
|
|
|
|
|
|
|
|
203 |
|
204 |
#: includes/settings-page/sp-tipps-box.php:36
|
205 |
#, fuzzy
|
@@ -207,32 +211,63 @@ msgid "Favicon CC editor"
|
|
207 |
msgstr "Favicon generator"
|
208 |
|
209 |
#: includes/settings-page/sp-tipps-box.php:39
|
210 |
-
msgid "
|
211 |
-
|
|
|
|
|
|
|
|
|
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 "
|
219 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
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 "
|
227 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 "
|
235 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
236 |
|
237 |
#~ msgid "Enter a URL or upload a Favicon."
|
238 |
#~ msgstr "Unesite URL ili otpremite Favicon"
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: All In One Favicon\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2013-01-21 23:25+0100\n"
|
6 |
+
"PO-Revision-Date: 2013-01-21 23:25+0100\n"
|
7 |
+
"Last-Translator: Arne Franken <blog@techotronic.de>\n"
|
8 |
"Language-Team: Balkanboy Media <hello@balkanboymedia.com>\n"
|
9 |
+
"Language: sr_YU\n"
|
10 |
"MIME-Version: 1.0\n"
|
11 |
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
"Content-Transfer-Encoding: 8bit\n"
|
13 |
"X-Poedit-KeywordsList: __;_e\n"
|
14 |
"X-Poedit-Basepath: ..\n"
|
|
|
|
|
15 |
"X-Poedit-SourceCharset: utf-8\n"
|
16 |
+
"X-Generator: Poedit 1.5.4\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
+
#: all-in-one-favicon.php:40
|
20 |
msgid "All in one Favicon"
|
21 |
msgstr ""
|
22 |
|
23 |
+
#: all-in-one-favicon.php:101 all-in-one-favicon.php:109
|
24 |
+
msgid "ICO"
|
25 |
+
msgstr ""
|
26 |
+
|
27 |
+
#: all-in-one-favicon.php:102 all-in-one-favicon.php:110
|
28 |
+
msgid "GIF"
|
29 |
+
msgstr ""
|
30 |
+
|
31 |
+
#: all-in-one-favicon.php:103 all-in-one-favicon.php:111
|
32 |
+
msgid "PNG"
|
33 |
+
msgstr ""
|
34 |
+
|
35 |
+
#: all-in-one-favicon.php:104 all-in-one-favicon.php:112
|
36 |
+
msgid "Apple Touch Icon"
|
37 |
+
msgstr "Apple touch ikona"
|
38 |
+
|
39 |
+
#: includes/aio-favicon-backend.php:136 includes/settings-page.php:15
|
40 |
+
#: includes/settings-page/sp-plugin-favicon-settings.php:13
|
41 |
+
#: includes/settings-page/sp-plugin-meta-settings.php:13
|
42 |
msgid "Settings"
|
43 |
msgstr "Podešavanja"
|
44 |
|
45 |
+
#: includes/aio-favicon-backend.php:161
|
46 |
#, php-format
|
47 |
msgid "Successfully updated %1$s settings."
|
48 |
msgstr "Uspešno ažurirana %1$s podešavanja"
|
49 |
|
50 |
+
#: includes/aio-favicon-backend.php:163
|
51 |
#, php-format
|
52 |
msgid "%1$s settings were successfully deleted."
|
53 |
msgstr "%1$s podešavanja su uspešno obrisana"
|
54 |
|
55 |
+
#: includes/aio-favicon-backend.php:187
|
56 |
msgid "Did not update settings, you do not have the necessary rights."
|
57 |
msgstr "Podešavanja nisu ažurirana, nemate neophodna prava"
|
58 |
|
59 |
#: includes/aio-favicon-backend.php:270
|
60 |
#, php-format
|
61 |
+
msgid ""
|
62 |
+
"Did not delete %1$s settings. Either you dont have the nececssary rights or "
|
63 |
+
"you didnt check the checkbox."
|
64 |
+
msgstr ""
|
65 |
+
"%1$s podešavanja nisu obrisana. Ili nemate neophodna prava ili niste "
|
66 |
+
"štiklirali polje"
|
67 |
|
68 |
+
#: includes/aio-favicon-frontend.php:66
|
69 |
msgid "Using"
|
70 |
msgstr "Koristi"
|
71 |
|
72 |
+
#: includes/settings-page.php:19
|
73 |
+
msgid ""
|
74 |
+
"Please enable JavaScript. Upload-functionality on this page relies on "
|
75 |
+
"JavaScript and will not work if it's not enabled."
|
76 |
+
msgstr ""
|
77 |
+
|
78 |
#: includes/settings-page/sp-delete-settings.php:14
|
79 |
#: includes/settings-page/sp-delete-settings.php:23
|
80 |
msgid "Delete Settings"
|
82 |
|
83 |
#: includes/settings-page/sp-delete-settings.php:17
|
84 |
msgid "Check the box and click this button to delete settings of this plugin."
|
85 |
+
msgstr ""
|
86 |
+
"Štiklirajte polje ili kliknite na dugme da obrišete podešavanja dodatka."
|
87 |
|
88 |
#: includes/settings-page/sp-donate-box.php:14
|
89 |
msgid "Donate"
|
90 |
msgstr "Donirajte"
|
91 |
|
92 |
#: includes/settings-page/sp-donate-box.php:18
|
93 |
+
msgid ""
|
94 |
+
"If you would like to make a small (or large) contribution towards future "
|
95 |
+
"development please consider making a donation."
|
96 |
+
msgstr ""
|
97 |
+
"ako želite da date manji (ili veći) doprinos u budućem razvoju molimo Vas da "
|
98 |
+
"uzmete u obzir pravljenje donacije."
|
99 |
|
100 |
#: includes/settings-page/sp-donate-box.php:24
|
101 |
msgid "Techotronic Development Support"
|
143 |
msgid "Latest donations"
|
144 |
msgstr "Poslednje donacije"
|
145 |
|
146 |
+
#: includes/settings-page/sp-left-column.php:25
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
147 |
msgid "Frontend"
|
148 |
msgstr "Frontend"
|
149 |
|
150 |
+
#: includes/settings-page/sp-left-column.php:31
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
151 |
msgid "Backend"
|
152 |
msgstr "Backend"
|
153 |
|
154 |
+
#: includes/settings-page/sp-plugin-favicon-settings.php:30
|
155 |
+
msgid "Upload"
|
156 |
msgstr ""
|
157 |
|
158 |
+
#: includes/settings-page/sp-plugin-favicon-settings.php:34
|
159 |
+
msgid "Check box to delete favicon."
|
160 |
+
msgstr ""
|
161 |
+
|
162 |
+
#: includes/settings-page/sp-plugin-favicon-settings.php:42
|
163 |
+
#: includes/settings-page/sp-plugin-meta-settings.php:42
|
164 |
+
msgid "Save Changes"
|
165 |
+
msgstr "Sačuvajte promene"
|
166 |
+
|
167 |
+
#: includes/settings-page/sp-plugin-meta-settings.php:19
|
168 |
+
#: includes/settings-page/sp-plugin-meta-settings.php:25
|
169 |
msgid "Don't add reflective shine to Apple Touch Icon"
|
170 |
msgstr ""
|
171 |
|
172 |
+
#: includes/settings-page/sp-plugin-meta-settings.php:30
|
173 |
msgid "Remove link from Meta-box"
|
174 |
msgstr "Uklonite link iz Meta-polja"
|
175 |
|
176 |
+
#: includes/settings-page/sp-plugin-meta-settings.php:36
|
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-tipps-box.php:14
|
181 |
msgid "Tips"
|
182 |
msgstr "Saveti"
|
186 |
msgstr "Favicon wikipedia unos"
|
187 |
|
188 |
#: includes/settings-page/sp-tipps-box.php:23
|
189 |
+
msgid ""
|
190 |
+
"<a href=\"http://en.wikipedia.org/wiki/Favicon\" target=\"_blank"
|
191 |
+
"\">Wikipedia</a> offers much information about favicon types and sizes."
|
192 |
+
msgstr ""
|
193 |
+
"<a href=\"http://en.wikipedia.org/wiki/Favicon\" target=\"_blank"
|
194 |
+
"\">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 ""
|
202 |
+
"<a href=\"http://www.html-kit.com/favicon/\" target=\"_blank\">HTML Kit</a> "
|
203 |
+
"provides a favicon generator that is very easy to use."
|
204 |
+
msgstr ""
|
205 |
+
"<a href=\"http://www.html-kit.com/favicon/\" target=\"_blank\">HTML Kit</a> "
|
206 |
+
"obezbeđuje favicon generator koji se lako koristi."
|
207 |
|
208 |
#: includes/settings-page/sp-tipps-box.php:36
|
209 |
#, fuzzy
|
211 |
msgstr "Favicon generator"
|
212 |
|
213 |
#: includes/settings-page/sp-tipps-box.php:39
|
214 |
+
msgid ""
|
215 |
+
"<a href=\"http://www.favicon.cc/\" target=\"_blank\">Favicon CC</a> provides "
|
216 |
+
"a favicon editor that is very easy to use."
|
217 |
+
msgstr ""
|
218 |
+
"<a href=\"http://www.favicon.cc/\" target=\"_blank\">Favicon CC</a> "
|
219 |
+
"obezbeđuje favicon generator koji se lako koristi."
|
220 |
|
221 |
#: includes/settings-page/sp-tipps-box.php:44
|
222 |
msgid "Favicon validator"
|
223 |
msgstr "Favicon validator"
|
224 |
|
225 |
#: includes/settings-page/sp-tipps-box.php:47
|
226 |
+
msgid ""
|
227 |
+
"<a href=\"http://www.html-kit.com/favicon/validator\" target=\"_blank\">HTML "
|
228 |
+
"Kit</a> provides a favicon validator that tells you whether your favicon is "
|
229 |
+
"working and if it is compatible to all browsers."
|
230 |
+
msgstr ""
|
231 |
+
"<a href=\"http://www.html-kit.com/favicon/validator\" target=\"_blank\">HTML "
|
232 |
+
"Kit</a> obezbeđuje favicon validator Vam koji Vam govori da li Vaš favikon "
|
233 |
+
"radi i da li je kompatibilan sa svim internet pregledačima."
|
234 |
|
235 |
#: includes/settings-page/sp-tipps-box.php:52
|
236 |
msgid "Apple Touch Icon Howto"
|
237 |
msgstr "Apple Touch Ikona Howto"
|
238 |
|
239 |
#: includes/settings-page/sp-tipps-box.php:55
|
240 |
+
msgid ""
|
241 |
+
"<a href=\"http://developer.apple.com/library/safari/#documentation/"
|
242 |
+
"appleapplications/reference/safariwebcontent/ConfiguringWebApplications/"
|
243 |
+
"ConfiguringWebApplications.html\" target=\"_blank\">Apple</a> provides a "
|
244 |
+
"howto on how to create a PNG to use as an Apple Touch Icon."
|
245 |
+
msgstr ""
|
246 |
+
"<a href=\"http://developer.apple.com/library/safari/#documentation/"
|
247 |
+
"appleapplications/reference/safariwebcontent/ConfiguringWebApplications/"
|
248 |
+
"ConfiguringWebApplications.html\" target=\"_blank\">Apple</a> obezbeđuje "
|
249 |
+
"kako da kreirate PNG da se koristi kao Apple Touch ikonu."
|
250 |
|
251 |
#: includes/settings-page/sp-translation.php:14
|
252 |
msgid "Translation"
|
253 |
msgstr "Prevod"
|
254 |
|
255 |
#: includes/settings-page/sp-translation.php:17
|
256 |
+
msgid ""
|
257 |
+
"The english translation was done by <a href=\"http://www.techotronic.de\" "
|
258 |
+
"target=\"_blank\">Arne Franken</a>."
|
259 |
+
msgstr ""
|
260 |
+
"Na Srpski peveli <a href=\"http://www.balkanboymedia.com\" target=\"_blank"
|
261 |
+
"\"> Balkanboy Media</a>."
|
262 |
+
|
263 |
+
#~ msgid "%1$s ICO"
|
264 |
+
#~ msgstr "%1$s ICO"
|
265 |
+
|
266 |
+
#~ msgid "%1$s PNG"
|
267 |
+
#~ msgstr "%1$s PNG"
|
268 |
+
|
269 |
+
#~ msgid "%1$s GIF"
|
270 |
+
#~ msgstr "%1$s GIF"
|
271 |
|
272 |
#~ msgid "Enter a URL or upload a Favicon."
|
273 |
#~ msgstr "Unesite URL ili otpremite Favicon"
|
localization/aio-favicon-sv_SE.mo
CHANGED
Binary file
|
localization/aio-favicon-sv_SE.po
CHANGED
@@ -2,53 +2,81 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: All In One Favicon\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date:
|
6 |
-
"PO-Revision-Date:
|
7 |
-
"Last-Translator:
|
8 |
"Language-Team: Skez <contact@theindiaexperience.se>\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: Swedish\n"
|
15 |
-
"X-Poedit-Country: SWEDEN\n"
|
16 |
"X-Poedit-SourceCharset: utf-8\n"
|
|
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
-
#: all-in-one-favicon.php:
|
20 |
msgid "All in one Favicon"
|
21 |
msgstr ""
|
22 |
|
23 |
-
#:
|
24 |
-
|
25 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
26 |
msgid "Settings"
|
27 |
msgstr "Inställningar"
|
28 |
|
29 |
-
#: includes/aio-favicon-backend.php:
|
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:
|
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:
|
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 "
|
46 |
-
|
|
|
|
|
|
|
|
|
47 |
|
48 |
-
#: includes/aio-favicon-frontend.php:
|
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"
|
@@ -56,15 +84,21 @@ 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 "
|
|
|
|
|
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 "
|
67 |
-
|
|
|
|
|
|
|
|
|
68 |
|
69 |
#: includes/settings-page/sp-donate-box.php:24
|
70 |
msgid "Techotronic Development Support"
|
@@ -112,75 +146,40 @@ msgstr ""
|
|
112 |
msgid "Latest donations"
|
113 |
msgstr ""
|
114 |
|
115 |
-
#: includes/settings-page/sp-
|
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-
|
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:
|
165 |
-
msgid "
|
166 |
msgstr ""
|
167 |
|
168 |
-
#: includes/settings-page/sp-plugin-settings.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
169 |
msgid "Don't add reflective shine to Apple Touch Icon"
|
170 |
msgstr ""
|
171 |
|
172 |
-
#: includes/settings-page/sp-plugin-settings.php:
|
173 |
msgid "Remove link from Meta-box"
|
174 |
msgstr ""
|
175 |
|
176 |
-
#: includes/settings-page/sp-plugin-settings.php:
|
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"
|
@@ -190,16 +189,25 @@ msgid "Favicon wikipedia entry"
|
|
190 |
msgstr "Wikipedia om favicon"
|
191 |
|
192 |
#: includes/settings-page/sp-tipps-box.php:23
|
193 |
-
msgid "
|
194 |
-
|
|
|
|
|
|
|
|
|
|
|
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 "
|
202 |
-
|
|
|
|
|
|
|
|
|
203 |
|
204 |
#: includes/settings-page/sp-tipps-box.php:36
|
205 |
#, fuzzy
|
@@ -207,23 +215,37 @@ msgid "Favicon CC editor"
|
|
207 |
msgstr "Favicon generator"
|
208 |
|
209 |
#: includes/settings-page/sp-tipps-box.php:39
|
210 |
-
msgid "
|
211 |
-
|
|
|
|
|
|
|
|
|
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 "
|
219 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
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 "
|
|
|
|
|
|
|
|
|
227 |
msgstr ""
|
228 |
|
229 |
#: includes/settings-page/sp-translation.php:14
|
@@ -231,8 +253,21 @@ msgid "Translation"
|
|
231 |
msgstr "Översättning"
|
232 |
|
233 |
#: includes/settings-page/sp-translation.php:17
|
234 |
-
msgid "
|
235 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
236 |
|
237 |
#~ msgid "Enter a URL or upload a Favicon."
|
238 |
#~ msgstr "Välj URL eller ladda upp favicon."
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: All In One Favicon\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2013-01-21 23:25+0100\n"
|
6 |
+
"PO-Revision-Date: 2013-01-21 23:25+0100\n"
|
7 |
+
"Last-Translator: Arne Franken <blog@techotronic.de>\n"
|
8 |
"Language-Team: Skez <contact@theindiaexperience.se>\n"
|
9 |
+
"Language: sv_SE\n"
|
10 |
"MIME-Version: 1.0\n"
|
11 |
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
"Content-Transfer-Encoding: 8bit\n"
|
13 |
"X-Poedit-KeywordsList: __;_e\n"
|
14 |
"X-Poedit-Basepath: ..\n"
|
|
|
|
|
15 |
"X-Poedit-SourceCharset: utf-8\n"
|
16 |
+
"X-Generator: Poedit 1.5.4\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
+
#: all-in-one-favicon.php:40
|
20 |
msgid "All in one Favicon"
|
21 |
msgstr ""
|
22 |
|
23 |
+
#: all-in-one-favicon.php:101 all-in-one-favicon.php:109
|
24 |
+
msgid "ICO"
|
25 |
+
msgstr ""
|
26 |
+
|
27 |
+
#: all-in-one-favicon.php:102 all-in-one-favicon.php:110
|
28 |
+
msgid "GIF"
|
29 |
+
msgstr ""
|
30 |
+
|
31 |
+
#: all-in-one-favicon.php:103 all-in-one-favicon.php:111
|
32 |
+
msgid "PNG"
|
33 |
+
msgstr ""
|
34 |
+
|
35 |
+
#: all-in-one-favicon.php:104 all-in-one-favicon.php:112
|
36 |
+
msgid "Apple Touch Icon"
|
37 |
+
msgstr ""
|
38 |
+
|
39 |
+
#: includes/aio-favicon-backend.php:136 includes/settings-page.php:15
|
40 |
+
#: includes/settings-page/sp-plugin-favicon-settings.php:13
|
41 |
+
#: includes/settings-page/sp-plugin-meta-settings.php:13
|
42 |
msgid "Settings"
|
43 |
msgstr "Inställningar"
|
44 |
|
45 |
+
#: includes/aio-favicon-backend.php:161
|
46 |
#, php-format
|
47 |
msgid "Successfully updated %1$s settings."
|
48 |
msgstr "Uppdaterade inställningarna för %1$s."
|
49 |
|
50 |
+
#: includes/aio-favicon-backend.php:163
|
51 |
#, php-format
|
52 |
msgid "%1$s settings were successfully deleted."
|
53 |
msgstr "Inställningarna för %1$s togs bort."
|
54 |
|
55 |
+
#: includes/aio-favicon-backend.php:187
|
56 |
msgid "Did not update settings, you do not have the necessary rights."
|
57 |
+
msgstr ""
|
58 |
+
"Kunde inte uppdatera inställningarna, du har inte dem nödvändiga "
|
59 |
+
"rättigheterna."
|
60 |
|
61 |
#: includes/aio-favicon-backend.php:270
|
62 |
#, php-format
|
63 |
+
msgid ""
|
64 |
+
"Did not delete %1$s settings. Either you dont have the nececssary rights or "
|
65 |
+
"you didnt check the checkbox."
|
66 |
+
msgstr ""
|
67 |
+
"Tog inte bort inställningarna för %1$s. Du har antingen inte rättigheterna "
|
68 |
+
"eller så markerade du inte boxen."
|
69 |
|
70 |
+
#: includes/aio-favicon-frontend.php:66
|
71 |
msgid "Using"
|
72 |
msgstr "Använder"
|
73 |
|
74 |
+
#: includes/settings-page.php:19
|
75 |
+
msgid ""
|
76 |
+
"Please enable JavaScript. Upload-functionality on this page relies on "
|
77 |
+
"JavaScript and will not work if it's not enabled."
|
78 |
+
msgstr ""
|
79 |
+
|
80 |
#: includes/settings-page/sp-delete-settings.php:14
|
81 |
#: includes/settings-page/sp-delete-settings.php:23
|
82 |
msgid "Delete Settings"
|
84 |
|
85 |
#: includes/settings-page/sp-delete-settings.php:17
|
86 |
msgid "Check the box and click this button to delete settings of this plugin."
|
87 |
+
msgstr ""
|
88 |
+
"Markera boxen och klicka här för att återställa inställningarna för detta "
|
89 |
+
"plugin."
|
90 |
|
91 |
#: includes/settings-page/sp-donate-box.php:14
|
92 |
msgid "Donate"
|
93 |
msgstr "Donera"
|
94 |
|
95 |
#: includes/settings-page/sp-donate-box.php:18
|
96 |
+
msgid ""
|
97 |
+
"If you would like to make a small (or large) contribution towards future "
|
98 |
+
"development please consider making a donation."
|
99 |
+
msgstr ""
|
100 |
+
"Om du vill göra ett litet (eller stort) bidrag för framtida utveckling var "
|
101 |
+
"god överväg att donera."
|
102 |
|
103 |
#: includes/settings-page/sp-donate-box.php:24
|
104 |
msgid "Techotronic Development Support"
|
146 |
msgid "Latest donations"
|
147 |
msgstr ""
|
148 |
|
149 |
+
#: includes/settings-page/sp-left-column.php:25
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
150 |
msgid "Frontend"
|
151 |
msgstr "Front-end"
|
152 |
|
153 |
+
#: includes/settings-page/sp-left-column.php:31
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
154 |
msgid "Backend"
|
155 |
msgstr "Back-end"
|
156 |
|
157 |
+
#: includes/settings-page/sp-plugin-favicon-settings.php:30
|
158 |
+
msgid "Upload"
|
159 |
msgstr ""
|
160 |
|
161 |
+
#: includes/settings-page/sp-plugin-favicon-settings.php:34
|
162 |
+
msgid "Check box to delete favicon."
|
163 |
+
msgstr ""
|
164 |
+
|
165 |
+
#: includes/settings-page/sp-plugin-favicon-settings.php:42
|
166 |
+
#: includes/settings-page/sp-plugin-meta-settings.php:42
|
167 |
+
msgid "Save Changes"
|
168 |
+
msgstr "Spara ändringar"
|
169 |
+
|
170 |
+
#: includes/settings-page/sp-plugin-meta-settings.php:19
|
171 |
+
#: includes/settings-page/sp-plugin-meta-settings.php:25
|
172 |
msgid "Don't add reflective shine to Apple Touch Icon"
|
173 |
msgstr ""
|
174 |
|
175 |
+
#: includes/settings-page/sp-plugin-meta-settings.php:30
|
176 |
msgid "Remove link from Meta-box"
|
177 |
msgstr ""
|
178 |
|
179 |
+
#: includes/settings-page/sp-plugin-meta-settings.php:36
|
180 |
msgid "Remove the link to the developers site from the WordPress meta-box."
|
181 |
msgstr ""
|
182 |
|
|
|
|
|
|
|
|
|
183 |
#: includes/settings-page/sp-tipps-box.php:14
|
184 |
msgid "Tips"
|
185 |
msgstr "Tips"
|
189 |
msgstr "Wikipedia om favicon"
|
190 |
|
191 |
#: includes/settings-page/sp-tipps-box.php:23
|
192 |
+
msgid ""
|
193 |
+
"<a href=\"http://en.wikipedia.org/wiki/Favicon\" target=\"_blank"
|
194 |
+
"\">Wikipedia</a> offers much information about favicon types and sizes."
|
195 |
+
msgstr ""
|
196 |
+
"<a href=\"http://sv.wikipedia.org/wiki/Favicon\" target=\"_blank"
|
197 |
+
"\">Wikipedia</a> erbjuder mycket information om dem olika typerna och "
|
198 |
+
"storlekarna kring favicon."
|
199 |
|
200 |
#: includes/settings-page/sp-tipps-box.php:28
|
201 |
msgid "Favicon generator"
|
202 |
msgstr "Favicon generator"
|
203 |
|
204 |
#: includes/settings-page/sp-tipps-box.php:31
|
205 |
+
msgid ""
|
206 |
+
"<a href=\"http://www.html-kit.com/favicon/\" target=\"_blank\">HTML Kit</a> "
|
207 |
+
"provides a favicon generator that is very easy to use."
|
208 |
+
msgstr ""
|
209 |
+
"<a href=\"http://www.html-kit.com/favicon/\" target=\"_blank\">HTML Kit</a> "
|
210 |
+
"tillhandahåller en favicon generator som är lätt att använda."
|
211 |
|
212 |
#: includes/settings-page/sp-tipps-box.php:36
|
213 |
#, fuzzy
|
215 |
msgstr "Favicon generator"
|
216 |
|
217 |
#: includes/settings-page/sp-tipps-box.php:39
|
218 |
+
msgid ""
|
219 |
+
"<a href=\"http://www.favicon.cc/\" target=\"_blank\">Favicon CC</a> provides "
|
220 |
+
"a favicon editor that is very easy to use."
|
221 |
+
msgstr ""
|
222 |
+
"<a href=\"http://www.favicon.cc/\" target=\"_blank\">Favicon CC</a> "
|
223 |
+
"tillhandahåller en favicon generator som är lätt att använda."
|
224 |
|
225 |
#: includes/settings-page/sp-tipps-box.php:44
|
226 |
msgid "Favicon validator"
|
227 |
msgstr "Favicon validator"
|
228 |
|
229 |
#: includes/settings-page/sp-tipps-box.php:47
|
230 |
+
msgid ""
|
231 |
+
"<a href=\"http://www.html-kit.com/favicon/validator\" target=\"_blank\">HTML "
|
232 |
+
"Kit</a> provides a favicon validator that tells you whether your favicon is "
|
233 |
+
"working and if it is compatible to all browsers."
|
234 |
+
msgstr ""
|
235 |
+
"<a href=\"http://www.html-kit.com/favicon/validator\" target=\"_blank\">HTML "
|
236 |
+
"Kit</a> tillhandahåller en favicon validator som kollar om din favicon är "
|
237 |
+
"kompatibel i alla webbläsare."
|
238 |
|
239 |
#: includes/settings-page/sp-tipps-box.php:52
|
240 |
msgid "Apple Touch Icon Howto"
|
241 |
msgstr ""
|
242 |
|
243 |
#: includes/settings-page/sp-tipps-box.php:55
|
244 |
+
msgid ""
|
245 |
+
"<a href=\"http://developer.apple.com/library/safari/#documentation/"
|
246 |
+
"appleapplications/reference/safariwebcontent/ConfiguringWebApplications/"
|
247 |
+
"ConfiguringWebApplications.html\" target=\"_blank\">Apple</a> provides a "
|
248 |
+
"howto on how to create a PNG to use as an Apple Touch Icon."
|
249 |
msgstr ""
|
250 |
|
251 |
#: includes/settings-page/sp-translation.php:14
|
253 |
msgstr "Översättning"
|
254 |
|
255 |
#: includes/settings-page/sp-translation.php:17
|
256 |
+
msgid ""
|
257 |
+
"The english translation was done by <a href=\"http://www.techotronic.de\" "
|
258 |
+
"target=\"_blank\">Arne Franken</a>."
|
259 |
+
msgstr ""
|
260 |
+
"Denna svenska översättning är gjord av <a href=\"http://www."
|
261 |
+
"theindiaexperience.se\" target=\"_blank\">Christian Nilsson</a>."
|
262 |
+
|
263 |
+
#~ msgid "%1$s ICO"
|
264 |
+
#~ msgstr "%1$s ICO"
|
265 |
+
|
266 |
+
#~ msgid "%1$s PNG"
|
267 |
+
#~ msgstr "%1$s PNG"
|
268 |
+
|
269 |
+
#~ msgid "%1$s GIF"
|
270 |
+
#~ msgstr "%1$s GIF"
|
271 |
|
272 |
#~ msgid "Enter a URL or upload a Favicon."
|
273 |
#~ msgstr "Välj URL eller ladda upp favicon."
|
localization/aio-favicon-tr_TR.mo
ADDED
Binary file
|
localization/aio-favicon-tr_TR.po
ADDED
@@ -0,0 +1,272 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
msgid ""
|
2 |
+
msgstr ""
|
3 |
+
"Project-Id-Version: All In One Favicon\n"
|
4 |
+
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2013-01-21 23:26+0100\n"
|
6 |
+
"PO-Revision-Date: 2013-01-21 23:26+0100\n"
|
7 |
+
"Last-Translator: Arne Franken <blog@techotronic.de>\n"
|
8 |
+
"Language-Team: Techotronic <blog@techotronic.de>\n"
|
9 |
+
"Language: en_GB\n"
|
10 |
+
"MIME-Version: 1.0\n"
|
11 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
+
"Content-Transfer-Encoding: 8bit\n"
|
13 |
+
"X-Poedit-KeywordsList: __;_e\n"
|
14 |
+
"X-Poedit-Basepath: ..\n"
|
15 |
+
"X-Poedit-SourceCharset: utf-8\n"
|
16 |
+
"X-Generator: Poedit 1.5.4\n"
|
17 |
+
"X-Poedit-SearchPath-0: .\n"
|
18 |
+
|
19 |
+
#: all-in-one-favicon.php:40
|
20 |
+
msgid "All in one Favicon"
|
21 |
+
msgstr "All in one Favicon"
|
22 |
+
|
23 |
+
#: all-in-one-favicon.php:101 all-in-one-favicon.php:109
|
24 |
+
msgid "ICO"
|
25 |
+
msgstr ""
|
26 |
+
|
27 |
+
#: all-in-one-favicon.php:102 all-in-one-favicon.php:110
|
28 |
+
msgid "GIF"
|
29 |
+
msgstr ""
|
30 |
+
|
31 |
+
#: all-in-one-favicon.php:103 all-in-one-favicon.php:111
|
32 |
+
msgid "PNG"
|
33 |
+
msgstr ""
|
34 |
+
|
35 |
+
#: all-in-one-favicon.php:104 all-in-one-favicon.php:112
|
36 |
+
msgid "Apple Touch Icon"
|
37 |
+
msgstr "Apple Touch İkonu"
|
38 |
+
|
39 |
+
#: includes/aio-favicon-backend.php:136 includes/settings-page.php:15
|
40 |
+
#: includes/settings-page/sp-plugin-favicon-settings.php:13
|
41 |
+
#: includes/settings-page/sp-plugin-meta-settings.php:13
|
42 |
+
msgid "Settings"
|
43 |
+
msgstr "Ayarlar"
|
44 |
+
|
45 |
+
#: includes/aio-favicon-backend.php:161
|
46 |
+
#, php-format
|
47 |
+
msgid "Successfully updated %1$s settings."
|
48 |
+
msgstr "%1$s başarıyla güncellendi."
|
49 |
+
|
50 |
+
#: includes/aio-favicon-backend.php:163
|
51 |
+
#, php-format
|
52 |
+
msgid "%1$s settings were successfully deleted."
|
53 |
+
msgstr "%1$s başarıyla silindi."
|
54 |
+
|
55 |
+
#: includes/aio-favicon-backend.php:187
|
56 |
+
msgid "Did not update settings, you do not have the necessary rights."
|
57 |
+
msgstr "Güncelleme yapmak için gerekli haklarınız yok."
|
58 |
+
|
59 |
+
#: includes/aio-favicon-backend.php:270
|
60 |
+
#, php-format
|
61 |
+
msgid ""
|
62 |
+
"Did not delete %1$s settings. Either you dont have the nececssary rights or "
|
63 |
+
"you didnt check the checkbox."
|
64 |
+
msgstr ""
|
65 |
+
"%1$s ayar silinemedi. Ya yeterli haklarınız yok ya da kutucuğu "
|
66 |
+
"işaretlemediniz."
|
67 |
+
|
68 |
+
#: includes/aio-favicon-frontend.php:66
|
69 |
+
msgid "Using"
|
70 |
+
msgstr "Kullanım"
|
71 |
+
|
72 |
+
#: includes/settings-page.php:19
|
73 |
+
msgid ""
|
74 |
+
"Please enable JavaScript. Upload-functionality on this page relies on "
|
75 |
+
"JavaScript and will not work if it's not enabled."
|
76 |
+
msgstr ""
|
77 |
+
|
78 |
+
#: includes/settings-page/sp-delete-settings.php:14
|
79 |
+
#: includes/settings-page/sp-delete-settings.php:23
|
80 |
+
msgid "Delete Settings"
|
81 |
+
msgstr "Ayarları Sil"
|
82 |
+
|
83 |
+
#: includes/settings-page/sp-delete-settings.php:17
|
84 |
+
msgid "Check the box and click this button to delete settings of this plugin."
|
85 |
+
msgstr ""
|
86 |
+
"Kutucuğu işaretledikten sonra bu düğmeye basarak eklenti ayarlarını "
|
87 |
+
"silebilirsiniz."
|
88 |
+
|
89 |
+
#: includes/settings-page/sp-donate-box.php:14
|
90 |
+
msgid "Donate"
|
91 |
+
msgstr "Bağış yapın"
|
92 |
+
|
93 |
+
#: includes/settings-page/sp-donate-box.php:18
|
94 |
+
msgid ""
|
95 |
+
"If you would like to make a small (or large) contribution towards future "
|
96 |
+
"development please consider making a donation."
|
97 |
+
msgstr ""
|
98 |
+
"Az veya çok miktarda bir bağış yaparak eklentinin gelişimine katkıda "
|
99 |
+
"bulunabilirsiniz."
|
100 |
+
|
101 |
+
#: includes/settings-page/sp-donate-box.php:24
|
102 |
+
msgid "Techotronic Development Support"
|
103 |
+
msgstr "Techotronic Geliştirme Desteği"
|
104 |
+
|
105 |
+
#: includes/settings-page/sp-donate-box.php:28
|
106 |
+
msgid "Please enter the URL you'd like me to link to in the donors lists"
|
107 |
+
msgstr "Bağışçılar listesinde gözükmesini istediğiniz bağlatınızı yazın"
|
108 |
+
|
109 |
+
#: includes/settings-page/sp-donate-box.php:30
|
110 |
+
msgid "Return to Your Dashboard"
|
111 |
+
msgstr "Yönetim paneline dön"
|
112 |
+
|
113 |
+
#: includes/settings-page/sp-donate-box.php:34
|
114 |
+
msgid "Select Preset Amount"
|
115 |
+
msgstr "Bağışlayacağım miktar"
|
116 |
+
|
117 |
+
#: includes/settings-page/sp-donate-box.php:42
|
118 |
+
#: includes/settings-page/sp-donate-box.php:46
|
119 |
+
msgid "USD"
|
120 |
+
msgstr "Dolar"
|
121 |
+
|
122 |
+
#: includes/settings-page/sp-donate-box.php:43
|
123 |
+
msgid "Or"
|
124 |
+
msgstr "veya"
|
125 |
+
|
126 |
+
#: includes/settings-page/sp-donate-box.php:44
|
127 |
+
msgid "Enter Custom Amount"
|
128 |
+
msgstr "Başka bir değer yazın"
|
129 |
+
|
130 |
+
#: includes/settings-page/sp-donate-box.php:48
|
131 |
+
msgid "Submit"
|
132 |
+
msgstr "Gönder"
|
133 |
+
|
134 |
+
#: includes/settings-page/sp-donations.php:14
|
135 |
+
msgid "Top donations"
|
136 |
+
msgstr "En cömert bağışçılar"
|
137 |
+
|
138 |
+
#: includes/settings-page/sp-donations.php:20
|
139 |
+
#: includes/settings-page/sp-donations.php:33
|
140 |
+
msgid "Thank you for your donation."
|
141 |
+
msgstr "Bağışınız için teşekkürler."
|
142 |
+
|
143 |
+
#: includes/settings-page/sp-donations.php:27
|
144 |
+
msgid "Latest donations"
|
145 |
+
msgstr "Son bağışlar"
|
146 |
+
|
147 |
+
#: includes/settings-page/sp-left-column.php:25
|
148 |
+
msgid "Frontend"
|
149 |
+
msgstr "Kullanıcı görünümü"
|
150 |
+
|
151 |
+
#: includes/settings-page/sp-left-column.php:31
|
152 |
+
msgid "Backend"
|
153 |
+
msgstr "Yönetim paneli görünümü"
|
154 |
+
|
155 |
+
#: includes/settings-page/sp-plugin-favicon-settings.php:30
|
156 |
+
msgid "Upload"
|
157 |
+
msgstr ""
|
158 |
+
|
159 |
+
#: includes/settings-page/sp-plugin-favicon-settings.php:34
|
160 |
+
msgid "Check box to delete favicon."
|
161 |
+
msgstr "Favicon'u silmek için kutucuğu işaretleyin."
|
162 |
+
|
163 |
+
#: includes/settings-page/sp-plugin-favicon-settings.php:42
|
164 |
+
#: includes/settings-page/sp-plugin-meta-settings.php:42
|
165 |
+
msgid "Save Changes"
|
166 |
+
msgstr "Değişiklikleri KAydet"
|
167 |
+
|
168 |
+
#: includes/settings-page/sp-plugin-meta-settings.php:19
|
169 |
+
#: includes/settings-page/sp-plugin-meta-settings.php:25
|
170 |
+
msgid "Don't add reflective shine to Apple Touch Icon"
|
171 |
+
msgstr "Apple Touch ikonuna yansıyan parlaklık efekti ekleme"
|
172 |
+
|
173 |
+
#: includes/settings-page/sp-plugin-meta-settings.php:30
|
174 |
+
msgid "Remove link from Meta-box"
|
175 |
+
msgstr "Meta kutusundan bağlantıyı kaldır"
|
176 |
+
|
177 |
+
#: includes/settings-page/sp-plugin-meta-settings.php:36
|
178 |
+
msgid "Remove the link to the developers site from the WordPress meta-box."
|
179 |
+
msgstr "Wordpress meta kutusundan geliştiricinin bağlantısını kaldır."
|
180 |
+
|
181 |
+
#: includes/settings-page/sp-tipps-box.php:14
|
182 |
+
msgid "Tips"
|
183 |
+
msgstr "İpuçları"
|
184 |
+
|
185 |
+
#: includes/settings-page/sp-tipps-box.php:20
|
186 |
+
msgid "Favicon wikipedia entry"
|
187 |
+
msgstr "Favicon Wikipedia"
|
188 |
+
|
189 |
+
#: includes/settings-page/sp-tipps-box.php:23
|
190 |
+
msgid ""
|
191 |
+
"<a href=\"http://en.wikipedia.org/wiki/Favicon\" target=\"_blank"
|
192 |
+
"\">Wikipedia</a> offers much information about favicon types and sizes."
|
193 |
+
msgstr ""
|
194 |
+
"<a href=\"http://en.wikipedia.org/wiki/Favicon\" target=\"_blank\">Wikipedia:"
|
195 |
+
"</a> favicon tipleri ve boyutları hakkında bilgi almak için."
|
196 |
+
|
197 |
+
#: includes/settings-page/sp-tipps-box.php:28
|
198 |
+
msgid "Favicon generator"
|
199 |
+
msgstr "Favicon oluşturucu"
|
200 |
+
|
201 |
+
#: includes/settings-page/sp-tipps-box.php:31
|
202 |
+
msgid ""
|
203 |
+
"<a href=\"http://www.html-kit.com/favicon/\" target=\"_blank\">HTML Kit</a> "
|
204 |
+
"provides a favicon generator that is very easy to use."
|
205 |
+
msgstr ""
|
206 |
+
"<a href=\"http://www.html-kit.com/favicon/\" target=\"_blank\">HTML Kit:</a> "
|
207 |
+
"çok kolay kullanım olan bir favicon oluşturucusu."
|
208 |
+
|
209 |
+
#: includes/settings-page/sp-tipps-box.php:36
|
210 |
+
msgid "Favicon CC editor"
|
211 |
+
msgstr "Favikon CC editörü"
|
212 |
+
|
213 |
+
#: includes/settings-page/sp-tipps-box.php:39
|
214 |
+
msgid ""
|
215 |
+
"<a href=\"http://www.favicon.cc/\" target=\"_blank\">Favicon CC</a> provides "
|
216 |
+
"a favicon editor that is very easy to use."
|
217 |
+
msgstr ""
|
218 |
+
"<a href=\"http://www.favicon.cc/\" target=\"_blank\">Favicon CC:</a> favikon "
|
219 |
+
"editörü."
|
220 |
+
|
221 |
+
#: includes/settings-page/sp-tipps-box.php:44
|
222 |
+
msgid "Favicon validator"
|
223 |
+
msgstr "Favicon doğrulayıcısı"
|
224 |
+
|
225 |
+
#: includes/settings-page/sp-tipps-box.php:47
|
226 |
+
msgid ""
|
227 |
+
"<a href=\"http://www.html-kit.com/favicon/validator\" target=\"_blank\">HTML "
|
228 |
+
"Kit</a> provides a favicon validator that tells you whether your favicon is "
|
229 |
+
"working and if it is compatible to all browsers."
|
230 |
+
msgstr ""
|
231 |
+
"<a href=\"http://www.html-kit.com/favicon/validator\" target=\"_blank\">HTML "
|
232 |
+
"Kit:</a> favikonun tarayıcılarla uyumlu olup olmadığını denetler."
|
233 |
+
|
234 |
+
#: includes/settings-page/sp-tipps-box.php:52
|
235 |
+
msgid "Apple Touch Icon Howto"
|
236 |
+
msgstr "Apple Touch İkon hakkında"
|
237 |
+
|
238 |
+
#: includes/settings-page/sp-tipps-box.php:55
|
239 |
+
msgid ""
|
240 |
+
"<a href=\"http://developer.apple.com/library/safari/#documentation/"
|
241 |
+
"appleapplications/reference/safariwebcontent/ConfiguringWebApplications/"
|
242 |
+
"ConfiguringWebApplications.html\" target=\"_blank\">Apple</a> provides a "
|
243 |
+
"howto on how to create a PNG to use as an Apple Touch Icon."
|
244 |
+
msgstr ""
|
245 |
+
"<a href=\"http://developer.apple.com/library/safari/#documentation/"
|
246 |
+
"appleapplications/reference/safariwebcontent/ConfiguringWebApplications/"
|
247 |
+
"ConfiguringWebApplications.html\" target=\"_blank\">Apple:</a> Apple Touch "
|
248 |
+
"Ikonu olarak PNG nasıl kullanılır? hakkında bilgiler."
|
249 |
+
|
250 |
+
#: includes/settings-page/sp-translation.php:14
|
251 |
+
msgid "Translation"
|
252 |
+
msgstr "Çeviri"
|
253 |
+
|
254 |
+
#: includes/settings-page/sp-translation.php:17
|
255 |
+
msgid ""
|
256 |
+
"The english translation was done by <a href=\"http://www.techotronic.de\" "
|
257 |
+
"target=\"_blank\">Arne Franken</a>."
|
258 |
+
msgstr ""
|
259 |
+
"Türkçe çevirisi <a href=\"http://www.enazyakanaraba.com\" target=\"_blank"
|
260 |
+
"\">Selçuk Yahşi</a>."
|
261 |
+
|
262 |
+
#~ msgid "%1$s ICO"
|
263 |
+
#~ msgstr "%1$s ICO"
|
264 |
+
|
265 |
+
#~ msgid "%1$s PNG"
|
266 |
+
#~ msgstr "%1$s PNG"
|
267 |
+
|
268 |
+
#~ msgid "%1$s GIF"
|
269 |
+
#~ msgstr "%1$s GIF"
|
270 |
+
|
271 |
+
#~ msgid "Don't add reflective shine"
|
272 |
+
#~ msgstr "Yansıyan parlaklık efekti ekleme"
|
localization/aio-favicon-zh_CN.mo
CHANGED
Binary file
|
localization/aio-favicon-zh_CN.po
CHANGED
@@ -2,285 +2,301 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: All in one Favicon v3.1\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date:
|
6 |
-
"PO-Revision-Date:
|
7 |
-
"Last-Translator:
|
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;
|
|
|
17 |
"X-Poedit-Basepath: ../\n"
|
18 |
-
"X-
|
|
|
19 |
"X-Poedit-SearchPath-0: .\n"
|
20 |
-
"X-Textdomain-Support: yes"
|
21 |
|
22 |
-
|
23 |
-
|
24 |
msgid "All in one Favicon"
|
25 |
msgstr "站点图标"
|
26 |
|
27 |
-
#:
|
28 |
-
|
29 |
-
|
30 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
31 |
msgid "Settings"
|
32 |
msgstr "设置"
|
33 |
|
34 |
-
|
|
|
35 |
#, php-format
|
36 |
-
#@ aio-favicon
|
37 |
msgid "Successfully updated %1$s settings."
|
38 |
msgstr "成功更新 %1$s 设置。"
|
39 |
|
40 |
-
|
|
|
41 |
#, php-format
|
42 |
-
#@ aio-favicon
|
43 |
msgid "%1$s settings were successfully deleted."
|
44 |
msgstr "%1$s 设置已成功删除"
|
45 |
|
46 |
-
|
47 |
-
|
48 |
msgid "Did not update settings, you do not have the necessary rights."
|
49 |
msgstr "设置未更新,您没有足够的权限。"
|
50 |
|
|
|
51 |
#: includes/aio-favicon-backend.php:270
|
52 |
#, php-format
|
53 |
-
|
54 |
-
|
|
|
55 |
msgstr "未删除 %1$s 设置,您没有勾选相应图标,或没有足够的权限。"
|
56 |
|
57 |
-
|
58 |
-
|
59 |
msgid "Using"
|
60 |
msgstr "正在使用"
|
61 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
62 |
#: includes/settings-page/sp-delete-settings.php:14
|
63 |
#: includes/settings-page/sp-delete-settings.php:23
|
64 |
-
#@ aio-favicon
|
65 |
msgid "Delete Settings"
|
66 |
msgstr "移除设置"
|
67 |
|
|
|
68 |
#: includes/settings-page/sp-delete-settings.php:17
|
69 |
-
#@ aio-favicon
|
70 |
msgid "Check the box and click this button to delete settings of this plugin."
|
71 |
msgstr "勾选右侧复选框来确认删除设置。"
|
72 |
|
|
|
73 |
#: includes/settings-page/sp-donate-box.php:14
|
74 |
-
#@ aio-favicon
|
75 |
msgid "Donate"
|
76 |
msgstr "捐赠"
|
77 |
|
|
|
78 |
#: includes/settings-page/sp-donate-box.php:18
|
79 |
-
|
80 |
-
|
81 |
-
|
|
|
|
|
82 |
|
|
|
83 |
#: includes/settings-page/sp-donate-box.php:24
|
84 |
-
#@ aio-favicon
|
85 |
msgid "Techotronic Development Support"
|
86 |
msgstr "Techotronic Development Support"
|
87 |
|
|
|
88 |
#: includes/settings-page/sp-donate-box.php:28
|
89 |
-
#@ aio-favicon
|
90 |
msgid "Please enter the URL you'd like me to link to in the donors lists"
|
91 |
msgstr "请输入您想在捐赠者名单中显示的链接"
|
92 |
|
|
|
93 |
#: includes/settings-page/sp-donate-box.php:30
|
94 |
-
#@ aio-favicon
|
95 |
msgid "Return to Your Dashboard"
|
96 |
msgstr "返回您的控制面板"
|
97 |
|
|
|
98 |
#: includes/settings-page/sp-donate-box.php:34
|
99 |
-
#@ aio-favicon
|
100 |
msgid "Select Preset Amount"
|
101 |
msgstr "选择预置金额"
|
102 |
|
|
|
103 |
#: includes/settings-page/sp-donate-box.php:42
|
104 |
#: includes/settings-page/sp-donate-box.php:46
|
105 |
-
#@ aio-favicon
|
106 |
msgid "USD"
|
107 |
msgstr "美元 (USD)"
|
108 |
|
|
|
109 |
#: includes/settings-page/sp-donate-box.php:43
|
110 |
-
#@ aio-favicon
|
111 |
msgid "Or"
|
112 |
msgstr "或者"
|
113 |
|
|
|
114 |
#: includes/settings-page/sp-donate-box.php:44
|
115 |
-
#@ aio-favicon
|
116 |
msgid "Enter Custom Amount"
|
117 |
msgstr "输入自定义金额"
|
118 |
|
|
|
119 |
#: includes/settings-page/sp-donate-box.php:48
|
120 |
-
#@ aio-favicon
|
121 |
msgid "Submit"
|
122 |
msgstr "提交"
|
123 |
|
|
|
124 |
#: includes/settings-page/sp-donations.php:14
|
125 |
-
#@ aio-favicon
|
126 |
msgid "Top donations"
|
127 |
msgstr "捐赠排行"
|
128 |
|
|
|
129 |
#: includes/settings-page/sp-donations.php:20
|
130 |
#: includes/settings-page/sp-donations.php:33
|
131 |
-
#@ aio-favicon
|
132 |
msgid "Thank you for your donation."
|
133 |
msgstr "感谢您的捐赠!"
|
134 |
|
|
|
135 |
#: includes/settings-page/sp-donations.php:27
|
136 |
-
#@ aio-favicon
|
137 |
msgid "Latest donations"
|
138 |
msgstr "最新捐赠"
|
139 |
|
140 |
-
|
141 |
-
#: includes/settings-page/sp-
|
142 |
-
#, php-format
|
143 |
-
#@ aio-favicon
|
144 |
-
msgid "%1$s ICO"
|
145 |
-
msgstr "%1$s ICO"
|
146 |
-
|
147 |
-
#: includes/settings-page/sp-plugin-settings.php:22
|
148 |
-
#: includes/settings-page/sp-plugin-settings.php:37
|
149 |
-
#: includes/settings-page/sp-plugin-settings.php:52
|
150 |
-
#: includes/settings-page/sp-plugin-settings.php:67
|
151 |
-
#@ aio-favicon
|
152 |
msgid "Frontend"
|
153 |
msgstr "前台"
|
154 |
|
155 |
-
|
156 |
-
#: includes/settings-page/sp-
|
157 |
-
#: includes/settings-page/sp-plugin-settings.php:62
|
158 |
-
#: includes/settings-page/sp-plugin-settings.php:77
|
159 |
-
#: includes/settings-page/sp-plugin-settings.php:92
|
160 |
-
#: includes/settings-page/sp-plugin-settings.php:107
|
161 |
-
#: includes/settings-page/sp-plugin-settings.php:122
|
162 |
-
#: includes/settings-page/sp-plugin-settings.php:137
|
163 |
-
#@ aio-favicon
|
164 |
-
msgid "Check box to delete favicon."
|
165 |
-
msgstr "勾选此复选框删除该站点图标"
|
166 |
-
|
167 |
-
#: includes/settings-page/sp-plugin-settings.php:37
|
168 |
-
#: includes/settings-page/sp-plugin-settings.php:97
|
169 |
-
#, php-format
|
170 |
-
#@ aio-favicon
|
171 |
-
msgid "%1$s PNG"
|
172 |
-
msgstr "%1$s PNG"
|
173 |
-
|
174 |
-
#: includes/settings-page/sp-plugin-settings.php:52
|
175 |
-
#: includes/settings-page/sp-plugin-settings.php:112
|
176 |
-
#, php-format
|
177 |
-
#@ aio-favicon
|
178 |
-
msgid "%1$s GIF"
|
179 |
-
msgstr "%1$s GIF"
|
180 |
-
|
181 |
-
#: includes/settings-page/sp-plugin-settings.php:67
|
182 |
-
#: includes/settings-page/sp-plugin-settings.php:127
|
183 |
-
#, php-format
|
184 |
-
#@ aio-favicon
|
185 |
-
msgid "%1$s Apple Touch Icon"
|
186 |
-
msgstr "%1$s Apple Touch Icon"
|
187 |
-
|
188 |
-
#: includes/settings-page/sp-plugin-settings.php:82
|
189 |
-
#: includes/settings-page/sp-plugin-settings.php:97
|
190 |
-
#: includes/settings-page/sp-plugin-settings.php:112
|
191 |
-
#: includes/settings-page/sp-plugin-settings.php:127
|
192 |
-
#@ aio-favicon
|
193 |
msgid "Backend"
|
194 |
msgstr "后台"
|
195 |
|
196 |
-
#: includes/settings-page/sp-plugin-settings.php:
|
197 |
-
|
198 |
-
|
199 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
200 |
|
201 |
-
|
202 |
-
|
|
|
203 |
msgid "Don't add reflective shine to Apple Touch Icon"
|
204 |
msgstr "不为 Apple Touch Icon 添加高光效果"
|
205 |
|
206 |
-
|
207 |
-
|
208 |
msgid "Remove link from Meta-box"
|
209 |
msgstr "删除侧栏中的推广链接"
|
210 |
|
211 |
-
|
212 |
-
|
213 |
msgid "Remove the link to the developers site from the WordPress meta-box."
|
214 |
msgstr "从 WordPress 的「功能」侧边栏中去除推广链接"
|
215 |
|
216 |
-
|
217 |
-
#@ default
|
218 |
-
msgid "Save Changes"
|
219 |
-
msgstr "保存更改"
|
220 |
-
|
221 |
#: includes/settings-page/sp-tipps-box.php:14
|
222 |
-
#@ aio-favicon
|
223 |
msgid "Tips"
|
224 |
msgstr "小提示"
|
225 |
|
|
|
226 |
#: includes/settings-page/sp-tipps-box.php:20
|
227 |
-
#@ aio-favicon
|
228 |
msgid "Favicon wikipedia entry"
|
229 |
msgstr "维基百科中的站点图标(Favicon)条目"
|
230 |
|
|
|
231 |
#: includes/settings-page/sp-tipps-box.php:23
|
232 |
-
|
233 |
-
|
234 |
-
|
|
|
|
|
|
|
235 |
|
|
|
236 |
#: includes/settings-page/sp-tipps-box.php:28
|
237 |
-
#@ aio-favicon
|
238 |
msgid "Favicon generator"
|
239 |
msgstr "站点图标生成器"
|
240 |
|
|
|
241 |
#: includes/settings-page/sp-tipps-box.php:31
|
242 |
-
|
243 |
-
|
244 |
-
|
|
|
|
|
|
|
245 |
|
|
|
246 |
#: includes/settings-page/sp-tipps-box.php:36
|
247 |
#, fuzzy
|
248 |
-
#@ aio-favicon
|
249 |
msgid "Favicon CC editor"
|
250 |
msgstr "站点图标生成器"
|
251 |
|
|
|
252 |
#: includes/settings-page/sp-tipps-box.php:39
|
253 |
-
|
254 |
-
|
255 |
-
|
|
|
|
|
|
|
256 |
|
|
|
257 |
#: includes/settings-page/sp-tipps-box.php:44
|
258 |
-
#@ aio-favicon
|
259 |
msgid "Favicon validator"
|
260 |
msgstr "站点图标验证器"
|
261 |
|
|
|
262 |
#: includes/settings-page/sp-tipps-box.php:47
|
263 |
-
|
264 |
-
|
265 |
-
|
|
|
|
|
|
|
|
|
266 |
|
|
|
267 |
#: includes/settings-page/sp-tipps-box.php:52
|
268 |
-
#@ aio-favicon
|
269 |
msgid "Apple Touch Icon Howto"
|
270 |
msgstr "如何制作 Apple Touch Icon"
|
271 |
|
|
|
272 |
#: includes/settings-page/sp-tipps-box.php:55
|
273 |
-
|
274 |
-
|
275 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
276 |
|
|
|
277 |
#: includes/settings-page/sp-translation.php:14
|
278 |
-
#@ aio-favicon
|
279 |
msgid "Translation"
|
280 |
msgstr "翻译"
|
281 |
|
|
|
282 |
#: includes/settings-page/sp-translation.php:17
|
283 |
-
|
284 |
-
|
285 |
-
|
286 |
-
|
|
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: All in one Favicon v3.1\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2013-01-21 23:26+0100\n"
|
6 |
+
"PO-Revision-Date: 2013-01-21 23:26+0100\n"
|
7 |
+
"Last-Translator: Arne Franken <blog@techotronic.de>\n"
|
8 |
"Language-Team: \n"
|
9 |
+
"Language: zh\n"
|
10 |
"MIME-Version: 1.0\n"
|
11 |
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
"Content-Transfer-Encoding: 8bit\n"
|
13 |
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
|
|
|
|
14 |
"X-Poedit-SourceCharset: utf-8\n"
|
15 |
+
"X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
|
16 |
+
"_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-Generator: Poedit 1.5.4\n"
|
20 |
"X-Poedit-SearchPath-0: .\n"
|
|
|
21 |
|
22 |
+
# @ aio-favicon
|
23 |
+
#: all-in-one-favicon.php:40
|
24 |
msgid "All in one Favicon"
|
25 |
msgstr "站点图标"
|
26 |
|
27 |
+
#: all-in-one-favicon.php:101 all-in-one-favicon.php:109
|
28 |
+
msgid "ICO"
|
29 |
+
msgstr ""
|
30 |
+
|
31 |
+
#: all-in-one-favicon.php:102 all-in-one-favicon.php:110
|
32 |
+
msgid "GIF"
|
33 |
+
msgstr ""
|
34 |
+
|
35 |
+
#: all-in-one-favicon.php:103 all-in-one-favicon.php:111
|
36 |
+
msgid "PNG"
|
37 |
+
msgstr ""
|
38 |
+
|
39 |
+
# @ aio-favicon
|
40 |
+
#: all-in-one-favicon.php:104 all-in-one-favicon.php:112
|
41 |
+
msgid "Apple Touch Icon"
|
42 |
+
msgstr ""
|
43 |
+
|
44 |
+
# @ aio-favicon
|
45 |
+
#: includes/aio-favicon-backend.php:136 includes/settings-page.php:15
|
46 |
+
#: includes/settings-page/sp-plugin-favicon-settings.php:13
|
47 |
+
#: includes/settings-page/sp-plugin-meta-settings.php:13
|
48 |
msgid "Settings"
|
49 |
msgstr "设置"
|
50 |
|
51 |
+
# @ aio-favicon
|
52 |
+
#: includes/aio-favicon-backend.php:161
|
53 |
#, php-format
|
|
|
54 |
msgid "Successfully updated %1$s settings."
|
55 |
msgstr "成功更新 %1$s 设置。"
|
56 |
|
57 |
+
# @ aio-favicon
|
58 |
+
#: includes/aio-favicon-backend.php:163
|
59 |
#, php-format
|
|
|
60 |
msgid "%1$s settings were successfully deleted."
|
61 |
msgstr "%1$s 设置已成功删除"
|
62 |
|
63 |
+
# @ aio-favicon
|
64 |
+
#: includes/aio-favicon-backend.php:187
|
65 |
msgid "Did not update settings, you do not have the necessary rights."
|
66 |
msgstr "设置未更新,您没有足够的权限。"
|
67 |
|
68 |
+
# @ aio-favicon
|
69 |
#: includes/aio-favicon-backend.php:270
|
70 |
#, php-format
|
71 |
+
msgid ""
|
72 |
+
"Did not delete %1$s settings. Either you dont have the nececssary rights or "
|
73 |
+
"you didnt check the checkbox."
|
74 |
msgstr "未删除 %1$s 设置,您没有勾选相应图标,或没有足够的权限。"
|
75 |
|
76 |
+
# @ aio-favicon
|
77 |
+
#: includes/aio-favicon-frontend.php:66
|
78 |
msgid "Using"
|
79 |
msgstr "正在使用"
|
80 |
|
81 |
+
#: includes/settings-page.php:19
|
82 |
+
msgid ""
|
83 |
+
"Please enable JavaScript. Upload-functionality on this page relies on "
|
84 |
+
"JavaScript and will not work if it's not enabled."
|
85 |
+
msgstr ""
|
86 |
+
|
87 |
+
# @ aio-favicon
|
88 |
#: includes/settings-page/sp-delete-settings.php:14
|
89 |
#: includes/settings-page/sp-delete-settings.php:23
|
|
|
90 |
msgid "Delete Settings"
|
91 |
msgstr "移除设置"
|
92 |
|
93 |
+
# @ aio-favicon
|
94 |
#: includes/settings-page/sp-delete-settings.php:17
|
|
|
95 |
msgid "Check the box and click this button to delete settings of this plugin."
|
96 |
msgstr "勾选右侧复选框来确认删除设置。"
|
97 |
|
98 |
+
# @ aio-favicon
|
99 |
#: includes/settings-page/sp-donate-box.php:14
|
|
|
100 |
msgid "Donate"
|
101 |
msgstr "捐赠"
|
102 |
|
103 |
+
# @ aio-favicon
|
104 |
#: includes/settings-page/sp-donate-box.php:18
|
105 |
+
msgid ""
|
106 |
+
"If you would like to make a small (or large) contribution towards future "
|
107 |
+
"development please consider making a donation."
|
108 |
+
msgstr ""
|
109 |
+
"如果您喜欢这个小插件,想支持开发者并给予开发者动力,那么您可以考虑进行捐赠"
|
110 |
|
111 |
+
# @ aio-favicon
|
112 |
#: includes/settings-page/sp-donate-box.php:24
|
|
|
113 |
msgid "Techotronic Development Support"
|
114 |
msgstr "Techotronic Development Support"
|
115 |
|
116 |
+
# @ aio-favicon
|
117 |
#: includes/settings-page/sp-donate-box.php:28
|
|
|
118 |
msgid "Please enter the URL you'd like me to link to in the donors lists"
|
119 |
msgstr "请输入您想在捐赠者名单中显示的链接"
|
120 |
|
121 |
+
# @ aio-favicon
|
122 |
#: includes/settings-page/sp-donate-box.php:30
|
|
|
123 |
msgid "Return to Your Dashboard"
|
124 |
msgstr "返回您的控制面板"
|
125 |
|
126 |
+
# @ aio-favicon
|
127 |
#: includes/settings-page/sp-donate-box.php:34
|
|
|
128 |
msgid "Select Preset Amount"
|
129 |
msgstr "选择预置金额"
|
130 |
|
131 |
+
# @ aio-favicon
|
132 |
#: includes/settings-page/sp-donate-box.php:42
|
133 |
#: includes/settings-page/sp-donate-box.php:46
|
|
|
134 |
msgid "USD"
|
135 |
msgstr "美元 (USD)"
|
136 |
|
137 |
+
# @ aio-favicon
|
138 |
#: includes/settings-page/sp-donate-box.php:43
|
|
|
139 |
msgid "Or"
|
140 |
msgstr "或者"
|
141 |
|
142 |
+
# @ aio-favicon
|
143 |
#: includes/settings-page/sp-donate-box.php:44
|
|
|
144 |
msgid "Enter Custom Amount"
|
145 |
msgstr "输入自定义金额"
|
146 |
|
147 |
+
# @ aio-favicon
|
148 |
#: includes/settings-page/sp-donate-box.php:48
|
|
|
149 |
msgid "Submit"
|
150 |
msgstr "提交"
|
151 |
|
152 |
+
# @ aio-favicon
|
153 |
#: includes/settings-page/sp-donations.php:14
|
|
|
154 |
msgid "Top donations"
|
155 |
msgstr "捐赠排行"
|
156 |
|
157 |
+
# @ aio-favicon
|
158 |
#: includes/settings-page/sp-donations.php:20
|
159 |
#: includes/settings-page/sp-donations.php:33
|
|
|
160 |
msgid "Thank you for your donation."
|
161 |
msgstr "感谢您的捐赠!"
|
162 |
|
163 |
+
# @ aio-favicon
|
164 |
#: includes/settings-page/sp-donations.php:27
|
|
|
165 |
msgid "Latest donations"
|
166 |
msgstr "最新捐赠"
|
167 |
|
168 |
+
# @ aio-favicon
|
169 |
+
#: includes/settings-page/sp-left-column.php:25
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
170 |
msgid "Frontend"
|
171 |
msgstr "前台"
|
172 |
|
173 |
+
# @ aio-favicon
|
174 |
+
#: includes/settings-page/sp-left-column.php:31
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
175 |
msgid "Backend"
|
176 |
msgstr "后台"
|
177 |
|
178 |
+
#: includes/settings-page/sp-plugin-favicon-settings.php:30
|
179 |
+
msgid "Upload"
|
180 |
+
msgstr ""
|
181 |
+
|
182 |
+
# @ aio-favicon
|
183 |
+
#: includes/settings-page/sp-plugin-favicon-settings.php:34
|
184 |
+
msgid "Check box to delete favicon."
|
185 |
+
msgstr "勾选此复选框删除该站点图标"
|
186 |
+
|
187 |
+
# @ default
|
188 |
+
#: includes/settings-page/sp-plugin-favicon-settings.php:42
|
189 |
+
#: includes/settings-page/sp-plugin-meta-settings.php:42
|
190 |
+
msgid "Save Changes"
|
191 |
+
msgstr "保存更改"
|
192 |
|
193 |
+
# @ aio-favicon
|
194 |
+
#: includes/settings-page/sp-plugin-meta-settings.php:19
|
195 |
+
#: includes/settings-page/sp-plugin-meta-settings.php:25
|
196 |
msgid "Don't add reflective shine to Apple Touch Icon"
|
197 |
msgstr "不为 Apple Touch Icon 添加高光效果"
|
198 |
|
199 |
+
# @ aio-favicon
|
200 |
+
#: includes/settings-page/sp-plugin-meta-settings.php:30
|
201 |
msgid "Remove link from Meta-box"
|
202 |
msgstr "删除侧栏中的推广链接"
|
203 |
|
204 |
+
# @ aio-favicon
|
205 |
+
#: includes/settings-page/sp-plugin-meta-settings.php:36
|
206 |
msgid "Remove the link to the developers site from the WordPress meta-box."
|
207 |
msgstr "从 WordPress 的「功能」侧边栏中去除推广链接"
|
208 |
|
209 |
+
# @ aio-favicon
|
|
|
|
|
|
|
|
|
210 |
#: includes/settings-page/sp-tipps-box.php:14
|
|
|
211 |
msgid "Tips"
|
212 |
msgstr "小提示"
|
213 |
|
214 |
+
# @ aio-favicon
|
215 |
#: includes/settings-page/sp-tipps-box.php:20
|
|
|
216 |
msgid "Favicon wikipedia entry"
|
217 |
msgstr "维基百科中的站点图标(Favicon)条目"
|
218 |
|
219 |
+
# @ aio-favicon
|
220 |
#: includes/settings-page/sp-tipps-box.php:23
|
221 |
+
msgid ""
|
222 |
+
"<a href=\"http://en.wikipedia.org/wiki/Favicon\" target=\"_blank"
|
223 |
+
"\">Wikipedia</a> offers much information about favicon types and sizes."
|
224 |
+
msgstr ""
|
225 |
+
"<a href=\"http://zh.wikipedia.org/wiki/Favicon\"target=\"_blank\">维基百科</"
|
226 |
+
"a> 中提供了关于站点图标(Favicon)相当多的信息,包括各式和尺寸。"
|
227 |
|
228 |
+
# @ aio-favicon
|
229 |
#: includes/settings-page/sp-tipps-box.php:28
|
|
|
230 |
msgid "Favicon generator"
|
231 |
msgstr "站点图标生成器"
|
232 |
|
233 |
+
# @ aio-favicon
|
234 |
#: includes/settings-page/sp-tipps-box.php:31
|
235 |
+
msgid ""
|
236 |
+
"<a href=\"http://www.html-kit.com/favicon/\" target=\"_blank\">HTML Kit</a> "
|
237 |
+
"provides a favicon generator that is very easy to use."
|
238 |
+
msgstr ""
|
239 |
+
"<a href=\"http://www.html-kit.com/favicon/\" target=\"_blank\">HTML Kit</a> "
|
240 |
+
"提供了一个非常易于使用的站点图标生成器"
|
241 |
|
242 |
+
# @ aio-favicon
|
243 |
#: includes/settings-page/sp-tipps-box.php:36
|
244 |
#, fuzzy
|
|
|
245 |
msgid "Favicon CC editor"
|
246 |
msgstr "站点图标生成器"
|
247 |
|
248 |
+
# @ aio-favicon
|
249 |
#: includes/settings-page/sp-tipps-box.php:39
|
250 |
+
msgid ""
|
251 |
+
"<a href=\"http://www.favicon.cc/\" target=\"_blank\">Favicon CC</a> provides "
|
252 |
+
"a favicon editor that is very easy to use."
|
253 |
+
msgstr ""
|
254 |
+
"<a href=\"http://www.favicon.cc/\" target=\"_blank\">Favicon CC</a> 提供了一"
|
255 |
+
"个非常易于使用的站点图标生成器"
|
256 |
|
257 |
+
# @ aio-favicon
|
258 |
#: includes/settings-page/sp-tipps-box.php:44
|
|
|
259 |
msgid "Favicon validator"
|
260 |
msgstr "站点图标验证器"
|
261 |
|
262 |
+
# @ aio-favicon
|
263 |
#: includes/settings-page/sp-tipps-box.php:47
|
264 |
+
msgid ""
|
265 |
+
"<a href=\"http://www.html-kit.com/favicon/validator\" target=\"_blank\">HTML "
|
266 |
+
"Kit</a> provides a favicon validator that tells you whether your favicon is "
|
267 |
+
"working and if it is compatible to all browsers."
|
268 |
+
msgstr ""
|
269 |
+
"<a href=\"http://www.html-kit.com/favicon/validator\" target=\"_blank\">HTML "
|
270 |
+
"Kit</a> 提供了站点图表的验证器用来验证您的站点图标是否正常并兼容所有浏览器。"
|
271 |
|
272 |
+
# @ aio-favicon
|
273 |
#: includes/settings-page/sp-tipps-box.php:52
|
|
|
274 |
msgid "Apple Touch Icon Howto"
|
275 |
msgstr "如何制作 Apple Touch Icon"
|
276 |
|
277 |
+
# @ aio-favicon
|
278 |
#: includes/settings-page/sp-tipps-box.php:55
|
279 |
+
msgid ""
|
280 |
+
"<a href=\"http://developer.apple.com/library/safari/#documentation/"
|
281 |
+
"appleapplications/reference/safariwebcontent/ConfiguringWebApplications/"
|
282 |
+
"ConfiguringWebApplications.html\" target=\"_blank\">Apple</a> provides a "
|
283 |
+
"howto on how to create a PNG to use as an Apple Touch Icon."
|
284 |
+
msgstr ""
|
285 |
+
"<a href=\"http://developer.apple.com/library/safari/#documentation/"
|
286 |
+
"appleapplications/reference/safariwebcontent/ConfiguringWebApplications/"
|
287 |
+
"ConfiguringWebApplications.html\" target=\"_blank\">Apple</a> 提供了如何把 "
|
288 |
+
"PNG 图片作为 Apple Touch Icon 的方法。"
|
289 |
|
290 |
+
# @ aio-favicon
|
291 |
#: includes/settings-page/sp-translation.php:14
|
|
|
292 |
msgid "Translation"
|
293 |
msgstr "翻译"
|
294 |
|
295 |
+
# @ aio-favicon
|
296 |
#: includes/settings-page/sp-translation.php:17
|
297 |
+
msgid ""
|
298 |
+
"The english translation was done by <a href=\"http://www.techotronic.de\" "
|
299 |
+
"target=\"_blank\">Arne Franken</a>."
|
300 |
+
msgstr ""
|
301 |
+
"简体中文由 <a href=\"http://sparanoid.com/\" target=\"_blank\">Tunghsiao "
|
302 |
+
"Liu</a> 翻译。"
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ 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.4
|
7 |
-
Stable tag: 4.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 |
|
@@ -32,9 +32,10 @@ See [plugin page](http://www.techotronic.de/plugins/all-in-one-favicon/) for mor
|
|
32 |
* Polish (`pl_PL`) by [Piotr Czarnecki](http://www.facebook.com/piniu69/)
|
33 |
* Serbian (`sr_RS`) by [Balkanboy Media team](http://dralvaro.com/)
|
34 |
* Simplified Chinese (`zh_CN`) by [Tunghsiao Liu](http://sparanoid.com/)
|
35 |
-
* Spanish (`es_ES`) by
|
36 |
* Slovak (`sk_SK`) by [Viliam Brozman](http://www.brozman.sk/blog)
|
37 |
* Swedish (`sv_SE`) by [Christian Nilsson](http://www.theindiaexperience.se/)
|
|
|
38 |
|
39 |
Is your native language missing?
|
40 |
Translating the plugin is easy if you understand english and are fluent in another language.
|
@@ -59,9 +60,6 @@ Go to the settings page and and upload your Favicon(s) or add the path/URL to al
|
|
59 |
|
60 |
== Frequently Asked Questions ==
|
61 |
|
62 |
-
* When I try to upload a favicon, I get the error: "File type does not meet security guidelines. Try another.”
|
63 |
-
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.
|
64 |
-
|
65 |
* Internet Explorer: Why does my favicon show up in the backend but not in the frontend or not at all?
|
66 |
Internet Explorer behaves weird, not only when favicons are concerned. You may take a look at this
|
67 |
[FAQ](http://jeffcode.blogspot.com/2007/12/why-doesnt-favicon-for-my-site-appear.html).
|
@@ -95,6 +93,17 @@ Go to the settings page and and upload your Favicon(s) or add the path/URL to al
|
|
95 |
[Please visit my site for screenshots](http://www.techotronic.de/plugins/all-in-one-favicon/).
|
96 |
|
97 |
== Changelog ==
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
98 |
= 4.1 (2012-11-17) =
|
99 |
* NEW: Hebrew translation by Ahrale
|
100 |
* CHANGE: favicon URLs can be copy'n'pasted again
|
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.4
|
7 |
+
Stable tag: 4.2.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 |
|
32 |
* Polish (`pl_PL`) by [Piotr Czarnecki](http://www.facebook.com/piniu69/)
|
33 |
* Serbian (`sr_RS`) by [Balkanboy Media team](http://dralvaro.com/)
|
34 |
* Simplified Chinese (`zh_CN`) by [Tunghsiao Liu](http://sparanoid.com/)
|
35 |
+
* Spanish (`es_ES`) by Eddy Ernesto Ríos
|
36 |
* Slovak (`sk_SK`) by [Viliam Brozman](http://www.brozman.sk/blog)
|
37 |
* Swedish (`sv_SE`) by [Christian Nilsson](http://www.theindiaexperience.se/)
|
38 |
+
* Turkish (`tr_TR`) by Selçuk Yahşi
|
39 |
|
40 |
Is your native language missing?
|
41 |
Translating the plugin is easy if you understand english and are fluent in another language.
|
60 |
|
61 |
== Frequently Asked Questions ==
|
62 |
|
|
|
|
|
|
|
63 |
* Internet Explorer: Why does my favicon show up in the backend but not in the frontend or not at all?
|
64 |
Internet Explorer behaves weird, not only when favicons are concerned. You may take a look at this
|
65 |
[FAQ](http://jeffcode.blogspot.com/2007/12/why-doesnt-favicon-for-my-site-appear.html).
|
93 |
[Please visit my site for screenshots](http://www.techotronic.de/plugins/all-in-one-favicon/).
|
94 |
|
95 |
== Changelog ==
|
96 |
+
= 4.2.1 (2012-01-21) =
|
97 |
+
* BUGFIX: fix errormessage that _() wouldn't work in some installations
|
98 |
+
|
99 |
+
= 4.2 (2012-01-21) =
|
100 |
+
* BUGFIX: Copy and paste of Favicon URLs now working correctly
|
101 |
+
* NEW: Turkish translation by Selçuk Yahşi
|
102 |
+
* CHANGE: Eddy Ernesto Ríos updated the Spanish translation
|
103 |
+
* CHANGE: deleting all plugin settings now also deleted uploaded favicons
|
104 |
+
* CHANGE: option "delete favicon" is only displayed if a favicon was already uploaded
|
105 |
+
* CHANGE: add warning that JavaScript is needed for uploading favicons
|
106 |
+
|
107 |
= 4.1 (2012-11-17) =
|
108 |
* NEW: Hebrew translation by Ahrale
|
109 |
* CHANGE: favicon URLs can be copy'n'pasted again
|