Changeset 656573
- Timestamp:
- 01/21/2013 11:13:02 PM (13 years ago)
- Location:
- all-in-one-favicon/trunk
- Files:
-
- 35 edited
-
all-in-one-favicon.php (modified) (1 diff)
-
includes/settings-page/sp-plugin-favicon-settings.php (modified) (2 diffs)
-
includes/settings-page/sp-plugin-meta-settings.php (modified) (2 diffs)
-
localization/aio-favicon-cs_CZ.mo (modified) (previous)
-
localization/aio-favicon-cs_CZ.po (modified) (13 diffs)
-
localization/aio-favicon-da_DK.mo (modified) (previous)
-
localization/aio-favicon-da_DK.po (modified) (10 diffs)
-
localization/aio-favicon-de_DE.mo (modified) (previous)
-
localization/aio-favicon-de_DE.po (modified) (11 diffs)
-
localization/aio-favicon-en_EN.mo (modified) (previous)
-
localization/aio-favicon-en_EN.po (modified) (11 diffs)
-
localization/aio-favicon-es_ES.mo (modified) (previous)
-
localization/aio-favicon-es_ES.po (modified) (5 diffs)
-
localization/aio-favicon-fr_FR.mo (modified) (previous)
-
localization/aio-favicon-fr_FR.po (modified) (13 diffs)
-
localization/aio-favicon-he_IL.mo (modified) (previous)
-
localization/aio-favicon-he_IL.po (modified) (13 diffs)
-
localization/aio-favicon-id_ID.mo (modified) (previous)
-
localization/aio-favicon-id_ID.po (modified) (11 diffs)
-
localization/aio-favicon-it_IT.mo (modified) (previous)
-
localization/aio-favicon-it_IT.po (modified) (12 diffs)
-
localization/aio-favicon-nl_NL.mo (modified) (previous)
-
localization/aio-favicon-nl_NL.po (modified) (13 diffs)
-
localization/aio-favicon-pl_PL.mo (modified) (previous)
-
localization/aio-favicon-pl_PL.po (modified) (12 diffs)
-
localization/aio-favicon-sk_SK.mo (modified) (previous)
-
localization/aio-favicon-sk_SK.po (modified) (11 diffs)
-
localization/aio-favicon-sr_RS.mo (modified) (previous)
-
localization/aio-favicon-sr_RS.po (modified) (12 diffs)
-
localization/aio-favicon-sv_SE.mo (modified) (previous)
-
localization/aio-favicon-sv_SE.po (modified) (11 diffs)
-
localization/aio-favicon-tr_TR.mo (modified) (previous)
-
localization/aio-favicon-tr_TR.po (modified) (5 diffs)
-
localization/aio-favicon-zh_CN.mo (modified) (previous)
-
localization/aio-favicon-zh_CN.po (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
all-in-one-favicon/trunk/all-in-one-favicon.php
r627435 r656573 99 99 //mapping of favicon types to translatable Strings 100 100 $this->aioFaviconFrontendMap = array( 101 'frontendICO' => 'ICO',102 'frontendGIF' => 'GIF',103 'frontendPNG' => 'PNG',104 'frontendApple' => 'Apple Touch Icon'101 'frontendICO' => _('ICO',AIOFAVICON_TEXTDOMAIN), 102 'frontendGIF' => _('GIF',AIOFAVICON_TEXTDOMAIN), 103 'frontendPNG' => _('PNG',AIOFAVICON_TEXTDOMAIN), 104 'frontendApple' => _('Apple Touch Icon',AIOFAVICON_TEXTDOMAIN) 105 105 ); 106 106 107 107 //mapping of favicon types to translatable Strings 108 108 $this->aioFaviconBackendMap = array( 109 'backendICO' => 'ICO',110 'backendGIF' => 'GIF',111 'backendPNG' => 'PNG',112 'backendApple' => 'Apple Touch Icon'109 'backendICO' => _('ICO',AIOFAVICON_TEXTDOMAIN), 110 'backendGIF' => _('GIF',AIOFAVICON_TEXTDOMAIN), 111 'backendPNG' => _('PNG',AIOFAVICON_TEXTDOMAIN), 112 'backendApple' => _('Apple Touch Icon',AIOFAVICON_TEXTDOMAIN) 113 113 ); 114 114 -
all-in-one-favicon/trunk/includes/settings-page/sp-plugin-favicon-settings.php
r652652 r656573 20 20 <tr> 21 21 <th scope="row"> 22 <label for="<?php echo AIOFAVICON_SETTINGSNAME .'-'. $iconName ?>"><?php printf(__('%1$s '.$iconType, AIOFAVICON_TEXTDOMAIN), $this->translatedIdentifier); ?>:</label>22 <label for="<?php echo AIOFAVICON_SETTINGSNAME .'-'. $iconName ?>"><?php echo $iconType . ' ' . $this->translatedIdentifier; ?>:</label> 23 23 </th> 24 24 <td width="32"> … … 28 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 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') ?>" />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 31 <br /> 32 32 <?php //only display delete checkbox if a favicon was found. -
all-in-one-favicon/trunk/includes/settings-page/sp-plugin-meta-settings.php
r626518 r656573 17 17 <tr> 18 18 <th scope="row"> 19 <label for="<?php echo AIOFAVICON_SETTINGSNAME ?>-removeReflectiveShine"><?php _e( 'Don\'t add reflective shine', AIOFAVICON_TEXTDOMAIN); ?>:</label>19 <label for="<?php echo AIOFAVICON_SETTINGSNAME ?>-removeReflectiveShine"><?php _e("Don't add reflective shine to Apple Touch Icon", AIOFAVICON_TEXTDOMAIN); ?>:</label> 20 20 </th> 21 21 <td width="32"></td> … … 23 23 <input type="checkbox" name="<?php echo AIOFAVICON_SETTINGSNAME ?>[removeReflectiveShine]" id="<?php echo AIOFAVICON_SETTINGSNAME ?>-removeReflectiveShine" value="true" <?php echo ($this->aioFaviconSettings['removeReflectiveShine']) 24 24 ? 'checked="checked"' : '';?>/> 25 <br/><?php _e( 'Don\'t add reflective shine to Apple Touch Icon', AIOFAVICON_TEXTDOMAIN); ?>25 <br/><?php _e("Don't add reflective shine to Apple Touch Icon", AIOFAVICON_TEXTDOMAIN); ?> 26 26 </td> 27 27 </tr> -
all-in-one-favicon/trunk/localization/aio-favicon-cs_CZ.po
r519128 r656573 3 3 "Project-Id-Version: All In One Favicon\n" 4 4 "Report-Msgid-Bugs-To: \n" 5 "POT-Creation-Date: 201 2-03-15 00:33+0100\n"6 "PO-Revision-Date: 201 2-03-15 00:33+0100\n"7 "Last-Translator: \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 8 "Language-Team: Techotronic <blog@techotronic.de>\n" 9 "Language: en_GB\n" 9 10 "MIME-Version: 1.0\n" 10 11 "Content-Type: text/plain; charset=UTF-8\n" … … 12 13 "X-Poedit-KeywordsList: __;_e\n" 13 14 "X-Poedit-Basepath: ..\n" 14 "X-Poedit-Language: English\n"15 "X-Poedit-Country: UNITED KINGDOM\n"16 15 "X-Poedit-SourceCharset: utf-8\n" 16 "X-Generator: Poedit 1.5.4\n" 17 17 "X-Poedit-SearchPath-0: .\n" 18 18 19 #: all-in-one-favicon.php: 3719 #: all-in-one-favicon.php:40 20 20 msgid "All in one Favicon" 21 21 msgstr "" 22 22 23 #: includes/aio-favicon-backend.php:158 24 #: includes/settings-page.php:15 25 #: includes/settings-page/sp-plugin-settings.php:13 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 26 42 msgid "Settings" 27 43 msgstr "Nastavení" 28 44 29 #: includes/aio-favicon-backend.php:1 8345 #: includes/aio-favicon-backend.php:161 30 46 #, php-format 31 47 msgid "Successfully updated %1$s settings." 32 48 msgstr "Změny provedené v pluginu %1$s byly úspěšně uloženy." 33 49 34 #: includes/aio-favicon-backend.php:1 8550 #: includes/aio-favicon-backend.php:163 35 51 #, php-format 36 52 msgid "%1$s settings were successfully deleted." 37 53 msgstr "Nastavení pluginu %1$s bylo úspěšně odstraněno." 38 54 39 #: includes/aio-favicon-backend.php: 20955 #: includes/aio-favicon-backend.php:187 40 56 msgid "Did not update settings, you do not have the necessary rights." 41 57 msgstr "Nemůžete aktualizovat nastavení, nemáte na to potřebná práva." … … 43 59 #: includes/aio-favicon-backend.php:270 44 60 #, php-format 45 msgid "Did not delete %1$s settings. Either you dont have the nececssary rights or you didnt check the checkbox." 46 msgstr "Nastavení pluginu %1$s nemohlo být odstraněno. Buď nemáte potřebná práva, nebo jste nezaškrtly zaškrtávací políčko." 47 48 #: includes/aio-favicon-frontend.php:96 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 49 69 msgid "Using" 50 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 "" 51 77 52 78 #: includes/settings-page/sp-delete-settings.php:14 … … 57 83 #: includes/settings-page/sp-delete-settings.php:17 58 84 msgid "Check the box and click this button to delete settings of this plugin." 59 msgstr "Zaškrtněte zaškrtávací políčko a klikněte na toto tlačítko pro odstranění nastavení tohoto pluginu." 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." 60 88 61 89 #: includes/settings-page/sp-donate-box.php:14 … … 64 92 65 93 #: includes/settings-page/sp-donate-box.php:18 66 msgid "If you would like to make a small (or large) contribution towards future development please consider making a donation." 67 msgstr "Pokud se vám tento plugin líbí, zvažte příspěvek ( malý či velký ) na jeho rozvoj." 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." 68 100 69 101 #: includes/settings-page/sp-donate-box.php:24 … … 73 105 #: includes/settings-page/sp-donate-box.php:28 74 106 msgid "Please enter the URL you'd like me to link to in the donors lists" 75 msgstr "Prosím zadejte URL, kterou chcete mít spojenou se svým jménem v seznamu příspěvatelů na rozvoj" 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" 76 110 77 111 #: includes/settings-page/sp-donate-box.php:30 … … 113 147 msgstr "Poslední příspěvky" 114 148 115 #: includes/settings-page/sp-plugin-settings.php:22 116 #: includes/settings-page/sp-plugin-settings.php:82 117 #, php-format 118 msgid "%1$s ICO" 119 msgstr "%1$s ICO" 120 121 #: includes/settings-page/sp-plugin-settings.php:22 122 #: includes/settings-page/sp-plugin-settings.php:37 123 #: includes/settings-page/sp-plugin-settings.php:52 124 #: includes/settings-page/sp-plugin-settings.php:67 149 #: includes/settings-page/sp-left-column.php:25 125 150 msgid "Frontend" 126 151 msgstr "Favicon zobrazená v prezentaci, formátu " 127 152 128 #: includes/settings-page/sp-plugin-settings.php:32 129 #: includes/settings-page/sp-plugin-settings.php:47 130 #: includes/settings-page/sp-plugin-settings.php:62 131 #: includes/settings-page/sp-plugin-settings.php:77 132 #: includes/settings-page/sp-plugin-settings.php:92 133 #: includes/settings-page/sp-plugin-settings.php:107 134 #: includes/settings-page/sp-plugin-settings.php:122 135 #: includes/settings-page/sp-plugin-settings.php:137 136 msgid "Check box to delete favicon." 137 msgstr "" 138 139 #: includes/settings-page/sp-plugin-settings.php:37 140 #: includes/settings-page/sp-plugin-settings.php:97 141 #, php-format 142 msgid "%1$s PNG" 143 msgstr "%1$s PNG" 144 145 #: includes/settings-page/sp-plugin-settings.php:52 146 #: includes/settings-page/sp-plugin-settings.php:112 147 #, php-format 148 msgid "%1$s GIF" 149 msgstr "%1$s GIF" 150 151 #: includes/settings-page/sp-plugin-settings.php:67 152 #: includes/settings-page/sp-plugin-settings.php:127 153 #, php-format 154 msgid "%1$s Apple Touch Icon" 155 msgstr "" 156 157 #: includes/settings-page/sp-plugin-settings.php:82 158 #: includes/settings-page/sp-plugin-settings.php:97 159 #: includes/settings-page/sp-plugin-settings.php:112 160 #: includes/settings-page/sp-plugin-settings.php:127 153 #: includes/settings-page/sp-left-column.php:31 161 154 msgid "Backend" 162 155 msgstr "Favicon zobrazená v administraci stránek, formátu " 163 156 164 #: includes/settings-page/sp-plugin-settings.php:142 165 msgid "Don't add reflective shine" 166 msgstr "" 167 168 #: includes/settings-page/sp-plugin-settings.php:148 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 169 172 msgid "Don't add reflective shine to Apple Touch Icon" 170 173 msgstr "" 171 174 172 #: includes/settings-page/sp-plugin- settings.php:153175 #: includes/settings-page/sp-plugin-meta-settings.php:30 173 176 msgid "Remove link from Meta-box" 174 177 msgstr "Odstranit link z Meta-boxu" 175 178 176 #: includes/settings-page/sp-plugin- settings.php:159179 #: includes/settings-page/sp-plugin-meta-settings.php:36 177 180 msgid "Remove the link to the developers site from the WordPress meta-box." 178 181 msgstr "Odstranit link na stránky vývojářů z Meta-boxu." 179 180 #: includes/settings-page/sp-plugin-settings.php:165181 msgid "Save Changes"182 msgstr "Uložit změny."183 182 184 183 #: includes/settings-page/sp-tipps-box.php:14 … … 191 190 192 191 #: includes/settings-page/sp-tipps-box.php:23 193 msgid "<a href=\"http://en.wikipedia.org/wiki/Favicon\" target=\"_blank\">Wikipedia</a> offers much information about favicon types and sizes." 194 msgstr "<a href=\"http://cs.wikipedia.org/wiki/Favicon\" target=\"_blank\">Wikipedia</a> - Na Wikipedii najdete více informací o typech Favicon a jejich použití." 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í." 195 199 196 200 #: includes/settings-page/sp-tipps-box.php:28 … … 199 203 200 204 #: includes/settings-page/sp-tipps-box.php:31 201 msgid "<a href=\"http://www.html-kit.com/favicon/\" target=\"_blank\">HTML Kit</a> provides a favicon generator that is very easy to use." 202 msgstr "<a href=\"http://www.html-kit.com/favicon/\" target=\"_blank\">HTML Kit</a> - Na této stránce najdete generátor Favicon." 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." 203 211 204 212 #: includes/settings-page/sp-tipps-box.php:36 … … 208 216 209 217 #: includes/settings-page/sp-tipps-box.php:39 210 msgid "<a href=\"http://www.favicon.cc/\" target=\"_blank\">Favicon CC</a> provides a favicon editor that is very easy to use." 211 msgstr "<a href=\"http://www.favicon.cc/\">Favicon CC</a> - Na této stránce najdete generátor Favicon." 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." 212 224 213 225 #: includes/settings-page/sp-tipps-box.php:44 … … 216 228 217 229 #: includes/settings-page/sp-tipps-box.php:47 218 msgid "<a href=\"http://www.html-kit.com/favicon/validator\" target=\"_blank\">HTML Kit</a> provides a favicon validator that tells you whether your favicon is working and if it is compatible to all browsers." 219 msgstr "<a href=\"http://www.html-kit.com/favicon/validator\" target=\"_blank\">HTML Kit</a> - Tato stránka poskytuje Favicon validátor, který vám řekne, zda vaše Favicon pracuje správně ve všech prohlížečích." 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." 220 238 221 239 #: includes/settings-page/sp-tipps-box.php:52 … … 224 242 225 243 #: includes/settings-page/sp-tipps-box.php:55 226 msgid "<a href=\"http://developer.apple.com/library/safari/#documentation/appleapplications/reference/safariwebcontent/ConfiguringWebApplications/ConfiguringWebApplications.html\" target=\"_blank\">Apple</a> provides a howto on how to create a PNG to use as an Apple Touch Icon." 227 msgstr "<a href=\"http://developer.apple.com/library/safari/#documentation/appleapplications/reference/safariwebcontent/ConfiguringWebApplications/ConfiguringWebApplications.html\" target=\"_blank\">Apple</a> - Tato stránka poskytuje návod, jak vytvořit PNG a použít ho jako Apple Touch Icon." 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." 228 254 229 255 #: includes/settings-page/sp-translation.php:14 … … 232 258 233 259 #: includes/settings-page/sp-translation.php:17 234 msgid "The english translation was done by <a href=\"http://www.techotronic.de\" target=\"_blank\">Arne Franken</a>." 235 msgstr "Český překlad vytvořen majitelem blogu <a href=\"http://www.neteyes.cz\" target=\"_blank\">Neteyes.cz</a>.<br> <br> <b>Pokud máte jakékoli výhrady k tomuto překladu, ozvěte se na mail <a href=\"mailto:webmaster@neteyes.cz\">webmaster@neteyes.cz</a>.</b>" 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" 236 277 237 278 #~ msgid "Enter a URL or upload a Favicon." -
all-in-one-favicon/trunk/localization/aio-favicon-da_DK.po
r519128 r656573 3 3 "Project-Id-Version: All in One Favicon\n" 4 4 "Report-Msgid-Bugs-To: \n" 5 "POT-Creation-Date: 201 2-03-15 00:33+0100\n"5 "POT-Creation-Date: 2013-01-21 23:18+0100\n" 6 6 "PO-Revision-Date: \n" 7 "Last-Translator: \n"7 "Last-Translator: Arne Franken <blog@techotronic.de>\n" 8 8 "Language-Team: Team Blogos <wordpress@blogos.dk>\n" 9 "Language: da_DK\n" 9 10 "MIME-Version: 1.0\n" 10 11 "Content-Type: text/plain; charset=UTF-8\n" 11 12 "Content-Transfer-Encoding: 8bit\n" 12 13 "Plural-Forms: nplurals=2;plural=n != 1;\n" 13 "X-Poedit-Language: Danish\n"14 "X-Poedit-Country: DENMARK\n"15 14 "X-Poedit-SourceCharset: utf-8\n" 16 "X-Poedit-KeywordsList: __;_e;_n:1,2;__ngettext:1,2;__ngettext_noop:1,2;_nc:4c,1,2;_nx:4c,1,2;_n_noop:1,2;_nx_noop:4c,1,2;_x:1,2c;_c;esc_html__;esc_html_e;esc_html_x:1,2c;esc_attr__;esc_attr_e;esc_attr_x:1,2c\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" 17 18 "X-Poedit-Basepath: .\n" 19 "X-Generator: Poedit 1.5.4\n" 18 20 "X-Poedit-SearchPath-0: ..\n" 19 21 "X-Poedit-SearchPath-1: .\n" 20 22 21 #: ../all-in-one-favicon.php: 3723 #: ../all-in-one-favicon.php:40 22 24 msgid "All in one Favicon" 23 25 msgstr "" 24 26 25 #: ../includes/aio-favicon-backend.php:158 26 #: ../includes/settings-page.php:15 27 #: ../includes/settings-page/sp-plugin-settings.php:13 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 28 46 msgid "Settings" 29 47 msgstr "Indstillinger" 30 48 31 #: ../includes/aio-favicon-backend.php:1 8349 #: ../includes/aio-favicon-backend.php:161 32 50 #, php-format 33 51 msgid "Successfully updated %1$s settings." 34 52 msgstr "Opdaterede %1$s-indstillinger med succes." 35 53 36 #: ../includes/aio-favicon-backend.php:1 8554 #: ../includes/aio-favicon-backend.php:163 37 55 #, php-format 38 56 msgid "%1$s settings were successfully deleted." 39 57 msgstr "%1$s-indstillinger blev slettet med succes." 40 58 41 #: ../includes/aio-favicon-backend.php: 20959 #: ../includes/aio-favicon-backend.php:187 42 60 msgid "Did not update settings, you do not have the necessary rights." 43 msgstr "Opdaterede ikke indstillingerne, fordi du ikke har de nødvendige rettigheder." 61 msgstr "" 62 "Opdaterede ikke indstillingerne, fordi du ikke har de nødvendige rettigheder." 44 63 45 64 #: ../includes/aio-favicon-backend.php:270 46 65 #, php-format 47 msgid "Did not delete %1$s settings. Either you dont have the nececssary rights or you didnt check the checkbox." 48 msgstr "Slettede ikke %1$s-indstillinger. Enten har du ikke de nødvendige rettigheder, eller du markerede ikke afkrydsningsfeltet." 49 50 #: ../includes/aio-favicon-frontend.php:96 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 51 74 msgid "Using" 52 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 "" 53 82 54 83 #: ../includes/settings-page/sp-delete-settings.php:14 … … 59 88 #: ../includes/settings-page/sp-delete-settings.php:17 60 89 msgid "Check the box and click this button to delete settings of this plugin." 61 msgstr "Markér afkrydsningsfeltet og klik på knappen for at slette dette plugins indstillinger." 90 msgstr "" 91 "Markér afkrydsningsfeltet og klik på knappen for at slette dette plugins " 92 "indstillinger." 62 93 63 94 #: ../includes/settings-page/sp-donate-box.php:14 … … 66 97 67 98 #: ../includes/settings-page/sp-donate-box.php:18 68 msgid "If you would like to make a small (or large) contribution towards future development please consider making a donation." 69 msgstr "Hvis du gerne vil give et lille (eller et stort) bidrag til støtte for den fremtidige udviklings, så overvej at sende en donation." 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." 70 105 71 106 #: ../includes/settings-page/sp-donate-box.php:24 … … 115 150 msgstr "" 116 151 117 #: ../includes/settings-page/sp-plugin-settings.php:22 118 #: ../includes/settings-page/sp-plugin-settings.php:82 119 #, php-format 120 msgid "%1$s ICO" 121 msgstr "%1$s ICO" 122 123 #: ../includes/settings-page/sp-plugin-settings.php:22 124 #: ../includes/settings-page/sp-plugin-settings.php:37 125 #: ../includes/settings-page/sp-plugin-settings.php:52 126 #: ../includes/settings-page/sp-plugin-settings.php:67 152 #: ../includes/settings-page/sp-left-column.php:25 127 153 msgid "Frontend" 128 154 msgstr "Selve bloggen" 129 155 130 #: ../includes/settings-page/sp-plugin-settings.php:32 131 #: ../includes/settings-page/sp-plugin-settings.php:47 132 #: ../includes/settings-page/sp-plugin-settings.php:62 133 #: ../includes/settings-page/sp-plugin-settings.php:77 134 #: ../includes/settings-page/sp-plugin-settings.php:92 135 #: ../includes/settings-page/sp-plugin-settings.php:107 136 #: ../includes/settings-page/sp-plugin-settings.php:122 137 #: ../includes/settings-page/sp-plugin-settings.php:137 138 msgid "Check box to delete favicon." 139 msgstr "" 140 141 #: ../includes/settings-page/sp-plugin-settings.php:37 142 #: ../includes/settings-page/sp-plugin-settings.php:97 143 #, php-format 144 msgid "%1$s PNG" 145 msgstr "%1$s PNG" 146 147 #: ../includes/settings-page/sp-plugin-settings.php:52 148 #: ../includes/settings-page/sp-plugin-settings.php:112 149 #, php-format 150 msgid "%1$s GIF" 151 msgstr "%1$s GIF" 152 153 #: ../includes/settings-page/sp-plugin-settings.php:67 154 #: ../includes/settings-page/sp-plugin-settings.php:127 155 #, php-format 156 msgid "%1$s Apple Touch Icon" 157 msgstr "" 158 159 #: ../includes/settings-page/sp-plugin-settings.php:82 160 #: ../includes/settings-page/sp-plugin-settings.php:97 161 #: ../includes/settings-page/sp-plugin-settings.php:112 162 #: ../includes/settings-page/sp-plugin-settings.php:127 156 #: ../includes/settings-page/sp-left-column.php:31 163 157 msgid "Backend" 164 158 msgstr "Administrationspanel" 165 159 166 #: ../includes/settings-page/sp-plugin-settings.php:142 167 msgid "Don't add reflective shine" 168 msgstr "" 169 170 #: ../includes/settings-page/sp-plugin-settings.php:148 171 msgid "Don't add reflective shine to Apple Touch Icon" 172 msgstr "" 173 174 #: ../includes/settings-page/sp-plugin-settings.php:153 175 msgid "Remove link from Meta-box" 176 msgstr "" 177 178 #: ../includes/settings-page/sp-plugin-settings.php:159 179 msgid "Remove the link to the developers site from the WordPress meta-box." 180 msgstr "" 181 182 #: ../includes/settings-page/sp-plugin-settings.php:165 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 183 170 msgid "Save Changes" 184 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 185 186 186 #: ../includes/settings-page/sp-tipps-box.php:14 … … 193 193 194 194 #: ../includes/settings-page/sp-tipps-box.php:23 195 msgid "<a href=\"http://en.wikipedia.org/wiki/Favicon\" target=\"_blank\">Wikipedia</a> offers much information about favicon types and sizes." 196 msgstr "<a href=\"http://en.wikipedia.org/wiki/Favicon\" target=\"_blank\">Wikipedia</a> har mange informationer om favicon-typer og størrelser." 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." 197 201 198 202 #: ../includes/settings-page/sp-tipps-box.php:28 … … 201 205 202 206 #: ../includes/settings-page/sp-tipps-box.php:31 203 msgid "<a href=\"http://www.html-kit.com/favicon/\" target=\"_blank\">HTML Kit</a> provides a favicon generator that is very easy to use." 204 msgstr "<a href=\"http://www.html-kit.com/favicon/\" target=\"_blank\">HTML Kit</a> stiller en generator til rådighed, der er meget nem at bruge." 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." 205 213 206 214 #: ../includes/settings-page/sp-tipps-box.php:36 … … 209 217 210 218 #: ../includes/settings-page/sp-tipps-box.php:39 211 msgid "<a href=\"http://www.favicon.cc/\" target=\"_blank\">Favicon CC</a> provides a favicon editor that is very easy to use." 212 msgstr "<a href=\"http://www.favicon.cc/\" target=\"_blank\">Favicon CC</a> stiller en generator til rådighed, der er meget nem at bruge." 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." 213 225 214 226 #: ../includes/settings-page/sp-tipps-box.php:44 … … 217 229 218 230 #: ../includes/settings-page/sp-tipps-box.php:47 219 msgid "<a href=\"http://www.html-kit.com/favicon/validator\" target=\"_blank\">HTML Kit</a> provides a favicon validator that tells you whether your favicon is working and if it is compatible to all browsers." 220 msgstr "<a href=\"http://www.html-kit.com/favicon/validator\" target=\"_blank\">HTML Kit</a> har en favicon-validator, som fortæller dig, hvorvidt din favicon fungerer, og om den kan ses i alle browsere." 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." 221 239 222 240 #: ../includes/settings-page/sp-tipps-box.php:52 … … 225 243 226 244 #: ../includes/settings-page/sp-tipps-box.php:55 227 msgid "<a href=\"http://developer.apple.com/library/safari/#documentation/appleapplications/reference/safariwebcontent/ConfiguringWebApplications/ConfiguringWebApplications.html\" target=\"_blank\">Apple</a> provides a howto on how to create a PNG to use as an Apple Touch Icon." 228 msgstr "<a href=\"http://developer.apple.com/library/safari/#documentation/appleapplications/reference/safariwebcontent/ConfiguringWebApplications/ConfiguringWebApplications.html\" target=\"_blank\">Apple</a> har en vejledning i, hvordan man skal lave en PNG, der kan bruges som en Apple Touch Icon." 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." 229 256 230 257 #: ../includes/settings-page/sp-translation.php:14 … … 233 260 234 261 #: ../includes/settings-page/sp-translation.php:17 235 msgid "The english translation was done by <a href=\"http://www.techotronic.de\" target=\"_blank\">Arne Franken</a>." 236 msgstr "Den danske udgave er oversat af <a href=\"http://wordpress.blogos.dk\" target=\"_blank\">GeorgWP</a>." 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" 237 277 238 278 #~ msgid "Enter a URL or upload a Favicon." -
all-in-one-favicon/trunk/localization/aio-favicon-de_DE.po
r519128 r656573 3 3 "Project-Id-Version: All In One Favicon\n" 4 4 "Report-Msgid-Bugs-To: \n" 5 "POT-Creation-Date: 201 2-03-15 00:33+0100\n"6 "PO-Revision-Date: 201 2-03-15 00:33+0100\n"7 "Last-Translator: \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 8 "Language-Team: Techotronic <blog@techotronic.de>\n" 9 "Language: en_GB\n" 9 10 "MIME-Version: 1.0\n" 10 11 "Content-Type: text/plain; charset=UTF-8\n" … … 12 13 "X-Poedit-KeywordsList: __;_e\n" 13 14 "X-Poedit-Basepath: ..\n" 14 "X-Poedit-Language: English\n"15 "X-Poedit-Country: UNITED KINGDOM\n"16 15 "X-Poedit-SourceCharset: utf-8\n" 16 "X-Generator: Poedit 1.5.4\n" 17 17 "X-Poedit-SearchPath-0: .\n" 18 18 19 #: all-in-one-favicon.php: 3719 #: all-in-one-favicon.php:40 20 20 msgid "All in one Favicon" 21 21 msgstr "All in one Favicon" 22 22 23 #: includes/aio-favicon-backend.php:158 24 #: includes/settings-page.php:15 25 #: includes/settings-page/sp-plugin-settings.php:13 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 26 42 msgid "Settings" 27 43 msgstr "Einstellungen" 28 44 29 #: includes/aio-favicon-backend.php:1 8345 #: includes/aio-favicon-backend.php:161 30 46 #, php-format 31 47 msgid "Successfully updated %1$s settings." 32 48 msgstr "Änderungen der %1$s Einstellungen wurden erfolgreich gespeichert." 33 49 34 #: includes/aio-favicon-backend.php:1 8550 #: includes/aio-favicon-backend.php:163 35 51 #, php-format 36 52 msgid "%1$s settings were successfully deleted." 37 53 msgstr "Die Einstellungen von %1$s wurden erfolgreich entfernt." 38 54 39 #: includes/aio-favicon-backend.php: 20955 #: includes/aio-favicon-backend.php:187 40 56 msgid "Did not update settings, you do not have the necessary rights." 41 msgstr "Einstellungen nicht aktualisiert, da Sie nicht die hierfür erforderlichen Rechte besitzen." 57 msgstr "" 58 "Einstellungen nicht aktualisiert, da Sie nicht die hierfür erforderlichen " 59 "Rechte besitzen." 42 60 43 61 #: includes/aio-favicon-backend.php:270 44 62 #, php-format 45 msgid "Did not delete %1$s settings. Either you dont have the nececssary rights or you didnt check the checkbox." 46 msgstr "Konnte die Einstellungen von %1$s nicht entfernen. Entweder besitzen Sie nicht die notwendigen Rechte, oder Sie haben vergessen, die Checkbox [x] zu aktivieren." 47 48 #: includes/aio-favicon-frontend.php:96 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 49 72 msgid "Using" 50 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." 51 82 52 83 #: includes/settings-page/sp-delete-settings.php:14 … … 57 88 #: includes/settings-page/sp-delete-settings.php:17 58 89 msgid "Check the box and click this button to delete settings of this plugin." 59 msgstr "Aktivieren Sie die Checkbox und klicken Sie anschließend die folgende Schaltfläche, um die Einstellungen dieses Plugins zu entfernen." 90 msgstr "" 91 "Aktivieren Sie die Checkbox und klicken Sie anschließend die folgende " 92 "Schaltfläche, um die Einstellungen dieses Plugins zu entfernen." 60 93 61 94 #: includes/settings-page/sp-donate-box.php:14 … … 64 97 65 98 #: includes/settings-page/sp-donate-box.php:18 66 msgid "If you would like to make a small (or large) contribution towards future development please consider making a donation." 67 msgstr "Wenn Du eine kleine (oder grosse) Spende für die Weiterentwicklung abgeben möchtest, kannst Du das per PayPal tun." 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." 68 105 69 106 #: includes/settings-page/sp-donate-box.php:24 … … 113 150 msgstr "Neueste Spenden" 114 151 115 #: includes/settings-page/sp-plugin-settings.php:22 116 #: includes/settings-page/sp-plugin-settings.php:82 117 #, php-format 118 msgid "%1$s ICO" 119 msgstr "" 120 121 #: includes/settings-page/sp-plugin-settings.php:22 122 #: includes/settings-page/sp-plugin-settings.php:37 123 #: includes/settings-page/sp-plugin-settings.php:52 124 #: includes/settings-page/sp-plugin-settings.php:67 152 #: includes/settings-page/sp-left-column.php:25 125 153 msgid "Frontend" 126 154 msgstr "" 127 155 128 #: includes/settings-page/sp-plugin-settings.php:32 129 #: includes/settings-page/sp-plugin-settings.php:47 130 #: includes/settings-page/sp-plugin-settings.php:62 131 #: includes/settings-page/sp-plugin-settings.php:77 132 #: includes/settings-page/sp-plugin-settings.php:92 133 #: includes/settings-page/sp-plugin-settings.php:107 134 #: includes/settings-page/sp-plugin-settings.php:122 135 #: includes/settings-page/sp-plugin-settings.php:137 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 136 165 msgid "Check box to delete favicon." 137 166 msgstr "Box anklicken, um das Favicon zu löschen." 138 167 139 #: includes/settings-page/sp-plugin-settings.php:37 140 #: includes/settings-page/sp-plugin-settings.php:97 141 #, php-format 142 msgid "%1$s PNG" 143 msgstr "" 144 145 #: includes/settings-page/sp-plugin-settings.php:52 146 #: includes/settings-page/sp-plugin-settings.php:112 147 #, php-format 148 msgid "%1$s GIF" 149 msgstr "" 150 151 #: includes/settings-page/sp-plugin-settings.php:67 152 #: includes/settings-page/sp-plugin-settings.php:127 153 #, php-format 154 msgid "%1$s Apple Touch Icon" 155 msgstr "" 156 157 #: includes/settings-page/sp-plugin-settings.php:82 158 #: includes/settings-page/sp-plugin-settings.php:97 159 #: includes/settings-page/sp-plugin-settings.php:112 160 #: includes/settings-page/sp-plugin-settings.php:127 161 msgid "Backend" 162 msgstr "" 163 164 #: includes/settings-page/sp-plugin-settings.php:142 165 msgid "Don't add reflective shine" 166 msgstr "Keinen Effekt hinzufügen" 167 168 #: includes/settings-page/sp-plugin-settings.php:148 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 169 175 msgid "Don't add reflective shine to Apple Touch Icon" 170 176 msgstr "Keinen Effekt zum Apple Touch Icon hinzufügen" 171 177 172 #: includes/settings-page/sp-plugin- settings.php:153178 #: includes/settings-page/sp-plugin-meta-settings.php:30 173 179 msgid "Remove link from Meta-box" 174 180 msgstr "Link aus der Meta-box entfernen" 175 181 176 #: includes/settings-page/sp-plugin- settings.php:159182 #: includes/settings-page/sp-plugin-meta-settings.php:36 177 183 msgid "Remove the link to the developers site from the WordPress meta-box." 178 msgstr "Entfernt den Link zur Seite des Entwicklers aus der Meta-box des Blogs." 179 180 #: includes/settings-page/sp-plugin-settings.php:165 181 msgid "Save Changes" 182 msgstr "Änderungen speichern" 184 msgstr "" 185 "Entfernt den Link zur Seite des Entwicklers aus der Meta-box des Blogs." 183 186 184 187 #: includes/settings-page/sp-tipps-box.php:14 … … 191 194 192 195 #: includes/settings-page/sp-tipps-box.php:23 193 msgid "<a href=\"http://en.wikipedia.org/wiki/Favicon\" target=\"_blank\">Wikipedia</a> offers much information about favicon types and sizes." 194 msgstr "<a href=\"http://de.wikipedia.org/wiki/Favicon\" target=\"_blank\">Wikipedia</a> bietet viele Informationen über Favicons." 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." 195 202 196 203 #: includes/settings-page/sp-tipps-box.php:28 … … 199 206 200 207 #: includes/settings-page/sp-tipps-box.php:31 201 msgid "<a href=\"http://www.html-kit.com/favicon/\" target=\"_blank\">HTML Kit</a> provides a favicon generator that is very easy to use." 202 msgstr "<a href=\"http://www.html-kit.com/favicon/\" target=\"_blank\">HTML Kit</a> hat einen einfachen Favicon Generator." 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." 203 214 204 215 #: includes/settings-page/sp-tipps-box.php:36 … … 207 218 208 219 #: includes/settings-page/sp-tipps-box.php:39 209 msgid "<a href=\"http://www.favicon.cc/\" target=\"_blank\">Favicon CC</a> provides a favicon editor that is very easy to use." 210 msgstr "<a href=\"http://www.favicon.cc/\" target=\"_blank\">Favicon CC</a> hat einen einfachen Favicon Generator." 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." 211 226 212 227 #: includes/settings-page/sp-tipps-box.php:44 … … 215 230 216 231 #: includes/settings-page/sp-tipps-box.php:47 217 msgid "<a href=\"http://www.html-kit.com/favicon/validator\" target=\"_blank\">HTML Kit</a> provides a favicon validator that tells you whether your favicon is working and if it is compatible to all browsers." 218 msgstr "<a href=\"http://www.html-kit.com/favicon/validator\" target=\"_blank\">HTML Kit</a> hat einen online Favicon Validator der Dir sagt, ob Dein Favicon richtig konfiguriert ist und ob es kompatibel zu allen Browsern ist." 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." 219 240 220 241 #: includes/settings-page/sp-tipps-box.php:52 … … 223 244 224 245 #: includes/settings-page/sp-tipps-box.php:55 225 msgid "<a href=\"http://developer.apple.com/library/safari/#documentation/appleapplications/reference/safariwebcontent/ConfiguringWebApplications/ConfiguringWebApplications.html\" target=\"_blank\">Apple</a> provides a howto on how to create a PNG to use as an Apple Touch Icon." 226 msgstr "<a href=\"http://developer.apple.com/library/safari/#documentation/appleapplications/reference/safariwebcontent/ConfiguringWebApplications/ConfiguringWebApplications.html\" target=\"_blank\">Apple</a> hat ein Howto wie man ein PNG als Apple Touch Icon verwenden kann." 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." 227 256 228 257 #: includes/settings-page/sp-translation.php:14 … … 231 260 232 261 #: includes/settings-page/sp-translation.php:17 233 msgid "The english translation was done by <a href=\"http://www.techotronic.de\" target=\"_blank\">Arne Franken</a>." 234 msgstr "Die Übersetzung ins Deutsche wurde von <a href=\"http://www.techotronic.de\" target=\"_blank\">Arne Franken</a> durchgeführt." 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" 235 271 236 272 #~ msgid "Enter a URL or upload a Favicon." -
all-in-one-favicon/trunk/localization/aio-favicon-en_EN.po
r519128 r656573 3 3 "Project-Id-Version: All In One Favicon\n" 4 4 "Report-Msgid-Bugs-To: \n" 5 "POT-Creation-Date: 201 2-03-15 00:33+0100\n"6 "PO-Revision-Date: 201 2-03-15 00:33+0100\n"7 "Last-Translator: \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 8 "Language-Team: Techotronic <blog@techotronic.de>\n" 9 "Language: en_GB\n" 9 10 "MIME-Version: 1.0\n" 10 11 "Content-Type: text/plain; charset=UTF-8\n" … … 12 13 "X-Poedit-KeywordsList: __;_e\n" 13 14 "X-Poedit-Basepath: ..\n" 14 "X-Poedit-Language: English\n"15 "X-Poedit-Country: UNITED KINGDOM\n"16 15 "X-Poedit-SourceCharset: utf-8\n" 16 "X-Generator: Poedit 1.5.4\n" 17 17 "X-Poedit-SearchPath-0: .\n" 18 18 19 #: all-in-one-favicon.php: 3719 #: all-in-one-favicon.php:40 20 20 msgid "All in one Favicon" 21 21 msgstr "" 22 22 23 #: includes/aio-favicon-backend.php:158 24 #: includes/settings-page.php:15 25 #: includes/settings-page/sp-plugin-settings.php:13 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 26 42 msgid "Settings" 27 43 msgstr "" 28 44 29 #: includes/aio-favicon-backend.php:1 8345 #: includes/aio-favicon-backend.php:161 30 46 #, php-format 31 47 msgid "Successfully updated %1$s settings." 32 48 msgstr "" 33 49 34 #: includes/aio-favicon-backend.php:1 8550 #: includes/aio-favicon-backend.php:163 35 51 #, php-format 36 52 msgid "%1$s settings were successfully deleted." 37 53 msgstr "" 38 54 39 #: includes/aio-favicon-backend.php: 20955 #: includes/aio-favicon-backend.php:187 40 56 msgid "Did not update settings, you do not have the necessary rights." 41 57 msgstr "" … … 43 59 #: includes/aio-favicon-backend.php:270 44 60 #, php-format 45 msgid "Did not delete %1$s settings. Either you dont have the nececssary rights or you didnt check the checkbox." 46 msgstr "" 47 48 #: includes/aio-favicon-frontend.php:96 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 49 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." 50 74 msgstr "" 51 75 … … 64 88 65 89 #: includes/settings-page/sp-donate-box.php:18 66 msgid "If you would like to make a small (or large) contribution towards future development please consider making a donation." 90 msgid "" 91 "If you would like to make a small (or large) contribution towards future " 92 "development please consider making a donation." 67 93 msgstr "" 68 94 … … 113 139 msgstr "" 114 140 115 #: includes/settings-page/sp-plugin-settings.php:22 116 #: includes/settings-page/sp-plugin-settings.php:82 117 #, php-format 118 msgid "%1$s ICO" 119 msgstr "" 120 121 #: includes/settings-page/sp-plugin-settings.php:22 122 #: includes/settings-page/sp-plugin-settings.php:37 123 #: includes/settings-page/sp-plugin-settings.php:52 124 #: includes/settings-page/sp-plugin-settings.php:67 141 #: includes/settings-page/sp-left-column.php:25 125 142 msgid "Frontend" 126 143 msgstr "" 127 144 128 #: includes/settings-page/sp-plugin-settings.php:32 129 #: includes/settings-page/sp-plugin-settings.php:47 130 #: includes/settings-page/sp-plugin-settings.php:62 131 #: includes/settings-page/sp-plugin-settings.php:77 132 #: includes/settings-page/sp-plugin-settings.php:92 133 #: includes/settings-page/sp-plugin-settings.php:107 134 #: includes/settings-page/sp-plugin-settings.php:122 135 #: includes/settings-page/sp-plugin-settings.php:137 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 136 154 msgid "Check box to delete favicon." 137 155 msgstr "" 138 156 139 #: includes/settings-page/sp-plugin-settings.php:37 140 #: includes/settings-page/sp-plugin-settings.php:97 141 #, php-format 142 msgid "%1$s PNG" 143 msgstr "" 144 145 #: includes/settings-page/sp-plugin-settings.php:52 146 #: includes/settings-page/sp-plugin-settings.php:112 147 #, php-format 148 msgid "%1$s GIF" 149 msgstr "" 150 151 #: includes/settings-page/sp-plugin-settings.php:67 152 #: includes/settings-page/sp-plugin-settings.php:127 153 #, php-format 154 msgid "%1$s Apple Touch Icon" 155 msgstr "" 156 157 #: includes/settings-page/sp-plugin-settings.php:82 158 #: includes/settings-page/sp-plugin-settings.php:97 159 #: includes/settings-page/sp-plugin-settings.php:112 160 #: includes/settings-page/sp-plugin-settings.php:127 161 msgid "Backend" 162 msgstr "" 163 164 #: includes/settings-page/sp-plugin-settings.php:142 165 msgid "Don't add reflective shine" 166 msgstr "" 167 168 #: includes/settings-page/sp-plugin-settings.php:148 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 169 164 msgid "Don't add reflective shine to Apple Touch Icon" 170 165 msgstr "" 171 166 172 #: includes/settings-page/sp-plugin- settings.php:153167 #: includes/settings-page/sp-plugin-meta-settings.php:30 173 168 msgid "Remove link from Meta-box" 174 169 msgstr "" 175 170 176 #: includes/settings-page/sp-plugin- settings.php:159171 #: includes/settings-page/sp-plugin-meta-settings.php:36 177 172 msgid "Remove the link to the developers site from the WordPress meta-box." 178 msgstr ""179 180 #: includes/settings-page/sp-plugin-settings.php:165181 msgid "Save Changes"182 173 msgstr "" 183 174 … … 191 182 192 183 #: includes/settings-page/sp-tipps-box.php:23 193 msgid "<a href=\"http://en.wikipedia.org/wiki/Favicon\" target=\"_blank\">Wikipedia</a> offers much information about favicon types and sizes." 184 msgid "" 185 "<a href=\"http://en.wikipedia.org/wiki/Favicon\" target=\"_blank" 186 "\">Wikipedia</a> offers much information about favicon types and sizes." 194 187 msgstr "" 195 188 … … 199 192 200 193 #: includes/settings-page/sp-tipps-box.php:31 201 msgid "<a href=\"http://www.html-kit.com/favicon/\" target=\"_blank\">HTML Kit</a> provides a favicon generator that is very easy to use." 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." 202 197 msgstr "" 203 198 … … 207 202 208 203 #: includes/settings-page/sp-tipps-box.php:39 209 msgid "<a href=\"http://www.favicon.cc/\" target=\"_blank\">Favicon CC</a> provides a favicon editor that is very easy to use." 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." 210 207 msgstr "" 211 208 … … 215 212 216 213 #: includes/settings-page/sp-tipps-box.php:47 217 msgid "<a href=\"http://www.html-kit.com/favicon/validator\" target=\"_blank\">HTML Kit</a> provides a favicon validator that tells you whether your favicon is working and if it is compatible to all browsers." 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 218 msgstr "" 219 219 … … 223 223 224 224 #: includes/settings-page/sp-tipps-box.php:55 225 msgid "<a href=\"http://developer.apple.com/library/safari/#documentation/appleapplications/reference/safariwebcontent/ConfiguringWebApplications/ConfiguringWebApplications.html\" target=\"_blank\">Apple</a> provides a howto on how to create a PNG to use as an Apple Touch Icon." 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." 226 230 msgstr "" 227 231 … … 231 235 232 236 #: includes/settings-page/sp-translation.php:17 233 msgid "The english translation was done by <a href=\"http://www.techotronic.de\" target=\"_blank\">Arne Franken</a>." 234 msgstr "" 235 237 msgid "" 238 "The english translation was done by <a href=\"http://www.techotronic.de\" " 239 "target=\"_blank\">Arne Franken</a>." 240 msgstr "" -
all-in-one-favicon/trunk/localization/aio-favicon-es_ES.po
r627006 r656573 3 3 "Project-Id-Version: All In One Favicon\n" 4 4 "Report-Msgid-Bugs-To: \n" 5 "POT-Creation-Date: 201 2-03-15 00:33+0100\n"6 "PO-Revision-Date: 201 2-11-18 03:34-0500\n"7 "Last-Translator: Eddy Ernesto Ríos <mitsuru192@gmail.com>\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 8 "Language-Team: Techotronic <mitsuru192@gmail.com>\n" 9 "Language: es_ES\n" 9 10 "MIME-Version: 1.0\n" 10 11 "Content-Type: text/plain; charset=UTF-8\n" … … 13 14 "X-Poedit-Basepath: ..\n" 14 15 "X-Poedit-SourceCharset: UTF-8\n" 15 "Language: es_ES\n"16 16 "X-Generator: Poedit 1.5.4\n" 17 17 "X-Poedit-SearchPath-0: .\n" 18 18 19 #: all-in-one-favicon.php: 3719 #: all-in-one-favicon.php:40 20 20 msgid "All in one Favicon" 21 21 msgstr "" 22 22 23 #: includes/aio-favicon-backend.php:158 includes/settings-page.php:15 24 #: includes/settings-page/sp-plugin-settings.php:13 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 25 42 msgid "Settings" 26 43 msgstr "Configuraciones" 27 44 28 #: includes/aio-favicon-backend.php:1 8345 #: includes/aio-favicon-backend.php:161 29 46 #, php-format 30 47 msgid "Successfully updated %1$s settings." 31 48 msgstr "Exitosamente actualizado %1$s configuraciones." 32 49 33 #: includes/aio-favicon-backend.php:1 8550 #: includes/aio-favicon-backend.php:163 34 51 #, php-format 35 52 msgid "%1$s settings were successfully deleted." 36 53 msgstr "%1$s configuraciones fueron exitosamente suprimidas." 37 54 38 #: includes/aio-favicon-backend.php: 20955 #: includes/aio-favicon-backend.php:187 39 56 msgid "Did not update settings, you do not have the necessary rights." 40 57 msgstr "" … … 51 68 "privilegios necesarios o no marcó la casilla de verificación." 52 69 53 #: includes/aio-favicon-frontend.php: 9670 #: includes/aio-favicon-frontend.php:66 54 71 msgid "Using" 55 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 "" 56 79 57 80 #: includes/settings-page/sp-delete-settings.php:14 … … 126 149 msgstr "Últimas donaciones" 127 150 128 #: includes/settings-page/sp-plugin-settings.php:22 129 #: includes/settings-page/sp-plugin-settings.php:82 130 #, php-format 131 msgid "%1$s ICO" 132 msgstr "%1$s ICO" 133 134 #: includes/settings-page/sp-plugin-settings.php:22 135 #: includes/settings-page/sp-plugin-settings.php:37 136 #: includes/settings-page/sp-plugin-settings.php:52 137 #: includes/settings-page/sp-plugin-settings.php:67 151 #: includes/settings-page/sp-left-column.php:25 138 152 msgid "Frontend" 139 153 msgstr "Portada" 140 154 141 #: includes/settings-page/sp-plugin-settings.php:32 142 #: includes/settings-page/sp-plugin-settings.php:47 143 #: includes/settings-page/sp-plugin-settings.php:62 144 #: includes/settings-page/sp-plugin-settings.php:77 145 #: includes/settings-page/sp-plugin-settings.php:92 146 #: includes/settings-page/sp-plugin-settings.php:107 147 #: includes/settings-page/sp-plugin-settings.php:122 148 #: includes/settings-page/sp-plugin-settings.php:137 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 149 164 msgid "Check box to delete favicon." 150 165 msgstr " Marque para eliminar favicon." 151 166 152 #: includes/settings-page/sp-plugin-settings.php:37 153 #: includes/settings-page/sp-plugin-settings.php:97 154 #, php-format 155 msgid "%1$s PNG" 156 msgstr "%1$s PNG" 157 158 #: includes/settings-page/sp-plugin-settings.php:52 159 #: includes/settings-page/sp-plugin-settings.php:112 160 #, php-format 161 msgid "%1$s GIF" 162 msgstr "%1$s GIF" 163 164 #: includes/settings-page/sp-plugin-settings.php:67 165 #: includes/settings-page/sp-plugin-settings.php:127 166 #, php-format 167 msgid "%1$s Apple Touch Icon" 168 msgstr "%1$s Icono de Apple Touch" 169 170 #: includes/settings-page/sp-plugin-settings.php:82 171 #: includes/settings-page/sp-plugin-settings.php:97 172 #: includes/settings-page/sp-plugin-settings.php:112 173 #: includes/settings-page/sp-plugin-settings.php:127 174 msgid "Backend" 175 msgstr "Parte de atras" 176 177 #: includes/settings-page/sp-plugin-settings.php:142 178 msgid "Don't add reflective shine" 179 msgstr "No añadir brillo reflectante" 180 181 #: includes/settings-page/sp-plugin-settings.php:148 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 182 174 msgid "Don't add reflective shine to Apple Touch Icon" 183 175 msgstr "No añadir brillo reflectante al Icono de Apple Touch" 184 176 185 #: includes/settings-page/sp-plugin- settings.php:153177 #: includes/settings-page/sp-plugin-meta-settings.php:30 186 178 msgid "Remove link from Meta-box" 187 179 msgstr "Eliminar enlace de Meta-box" 188 180 189 #: includes/settings-page/sp-plugin- settings.php:159181 #: includes/settings-page/sp-plugin-meta-settings.php:36 190 182 msgid "Remove the link to the developers site from the WordPress meta-box." 191 183 msgstr "Eliminar el enlace al sitio de desarrollo de WordPress meta-box." 192 193 #: includes/settings-page/sp-plugin-settings.php:165194 msgid "Save Changes"195 msgstr "Guardar los cambios"196 184 197 185 #: includes/settings-page/sp-tipps-box.php:14 … … 278 266 "\"_blank\">Eddy Ernesto Ríos</a>" 279 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 280 #~ msgid "Enter a URL or upload a Favicon." 281 281 #~ msgstr "Escriba la URL o suba el Favicon." -
all-in-one-favicon/trunk/localization/aio-favicon-fr_FR.po
r519128 r656573 3 3 "Project-Id-Version: All In One Favicon\n" 4 4 "Report-Msgid-Bugs-To: \n" 5 "POT-Creation-Date: 201 2-03-15 00:33+0100\n"6 "PO-Revision-Date: 201 2-03-15 00:35+0100\n"7 "Last-Translator: \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 8 "Language-Team: Techotronic <blog@techotronic.de>\n" 9 "Language: en_GB\n" 9 10 "MIME-Version: 1.0\n" 10 11 "Content-Type: text/plain; charset=UTF-8\n" … … 12 13 "X-Poedit-KeywordsList: __;_e\n" 13 14 "X-Poedit-Basepath: ..\n" 14 "X-Poedit-Language: English\n"15 "X-Poedit-Country: UNITED KINGDOM\n"16 15 "X-Poedit-SourceCharset: utf-8\n" 16 "X-Generator: Poedit 1.5.4\n" 17 17 "X-Poedit-SearchPath-0: .\n" 18 18 19 #: all-in-one-favicon.php: 3719 #: all-in-one-favicon.php:40 20 20 #, fuzzy 21 21 msgid "All in one Favicon" 22 22 msgstr "Mettre un Favicon en ligne" 23 23 24 #: includes/aio-favicon-backend.php:158 25 #: includes/settings-page.php:15 26 #: includes/settings-page/sp-plugin-settings.php:13 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 27 43 msgid "Settings" 28 44 msgstr "Réglages" 29 45 30 #: includes/aio-favicon-backend.php:1 8346 #: includes/aio-favicon-backend.php:161 31 47 #, php-format 32 48 msgid "Successfully updated %1$s settings." 33 49 msgstr "%1$s réglage(s) mis à jour avec succès" 34 50 35 #: includes/aio-favicon-backend.php:1 8551 #: includes/aio-favicon-backend.php:163 36 52 #, php-format 37 53 msgid "%1$s settings were successfully deleted." 38 54 msgstr "%1$s réglages supprimés avec succès" 39 55 40 #: includes/aio-favicon-backend.php: 20956 #: includes/aio-favicon-backend.php:187 41 57 msgid "Did not update settings, you do not have the necessary rights." 42 58 msgstr "Réglages non modifiés, vous n'avez pas les droits suffisants." … … 44 60 #: includes/aio-favicon-backend.php:270 45 61 #, php-format 46 msgid "Did not delete %1$s settings. Either you dont have the nececssary rights or you didnt check the checkbox." 47 msgstr "%1$s réglages non supprimés. Soit vous n'avez pas les droits nécessaires, soit vous n'avez pas coché la case." 48 49 #: includes/aio-favicon-frontend.php:96 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 50 70 msgid "Using" 51 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 "" 52 78 53 79 #: includes/settings-page/sp-delete-settings.php:14 … … 58 84 #: includes/settings-page/sp-delete-settings.php:17 59 85 msgid "Check the box and click this button to delete settings of this plugin." 60 msgstr "Cochez la case et cliquez le bouton pour supprimer tous les réglages de ce plugin" 86 msgstr "" 87 "Cochez la case et cliquez le bouton pour supprimer tous les réglages de ce " 88 "plugin" 61 89 62 90 #: includes/settings-page/sp-donate-box.php:14 … … 65 93 66 94 #: includes/settings-page/sp-donate-box.php:18 67 msgid "If you would like to make a small (or large) contribution towards future development please consider making a donation." 68 msgstr "Si vous voulez aider un peu (ou beaucoup) au développement futur, envisagez de faire un don." 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." 69 101 70 102 #: includes/settings-page/sp-donate-box.php:24 … … 74 106 #: includes/settings-page/sp-donate-box.php:28 75 107 msgid "Please enter the URL you'd like me to link to in the donors lists" 76 msgstr "Merci d'indiquer l'URL que vous désirez que j'utilise dans la liste des donneurs" 108 msgstr "" 109 "Merci d'indiquer l'URL que vous désirez que j'utilise dans la liste des " 110 "donneurs" 77 111 78 112 #: includes/settings-page/sp-donate-box.php:30 … … 114 148 msgstr "Derniers dons" 115 149 116 #: includes/settings-page/sp-plugin-settings.php:22 117 #: includes/settings-page/sp-plugin-settings.php:82 118 #, php-format 119 msgid "%1$s ICO" 120 msgstr "%1$s ICO" 121 122 #: includes/settings-page/sp-plugin-settings.php:22 123 #: includes/settings-page/sp-plugin-settings.php:37 124 #: includes/settings-page/sp-plugin-settings.php:52 125 #: includes/settings-page/sp-plugin-settings.php:67 150 #: includes/settings-page/sp-left-column.php:25 126 151 msgid "Frontend" 127 152 msgstr "Blog" 128 153 129 #: includes/settings-page/sp-plugin-settings.php:32 130 #: includes/settings-page/sp-plugin-settings.php:47 131 #: includes/settings-page/sp-plugin-settings.php:62 132 #: includes/settings-page/sp-plugin-settings.php:77 133 #: includes/settings-page/sp-plugin-settings.php:92 134 #: includes/settings-page/sp-plugin-settings.php:107 135 #: includes/settings-page/sp-plugin-settings.php:122 136 #: includes/settings-page/sp-plugin-settings.php:137 137 msgid "Check box to delete favicon." 138 msgstr "" 139 140 #: includes/settings-page/sp-plugin-settings.php:37 141 #: includes/settings-page/sp-plugin-settings.php:97 142 #, php-format 143 msgid "%1$s PNG" 144 msgstr "%1$s PNG" 145 146 #: includes/settings-page/sp-plugin-settings.php:52 147 #: includes/settings-page/sp-plugin-settings.php:112 148 #, php-format 149 msgid "%1$s GIF" 150 msgstr "%1$s GIF" 151 152 #: includes/settings-page/sp-plugin-settings.php:67 153 #: includes/settings-page/sp-plugin-settings.php:127 154 #, fuzzy, php-format 155 msgid "%1$s Apple Touch Icon" 156 msgstr "%1$s icon Apple touch" 157 158 #: includes/settings-page/sp-plugin-settings.php:82 159 #: includes/settings-page/sp-plugin-settings.php:97 160 #: includes/settings-page/sp-plugin-settings.php:112 161 #: includes/settings-page/sp-plugin-settings.php:127 154 #: includes/settings-page/sp-left-column.php:31 162 155 msgid "Backend" 163 156 msgstr "Administration" 164 157 165 #: includes/settings-page/sp-plugin-settings.php:142 166 msgid "Don't add reflective shine" 167 msgstr "" 168 169 #: includes/settings-page/sp-plugin-settings.php:148 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 170 173 msgid "Don't add reflective shine to Apple Touch Icon" 171 174 msgstr "" 172 175 173 #: includes/settings-page/sp-plugin- settings.php:153176 #: includes/settings-page/sp-plugin-meta-settings.php:30 174 177 msgid "Remove link from Meta-box" 175 178 msgstr "Supprimer le lien du widget Meta" 176 179 177 #: includes/settings-page/sp-plugin- settings.php:159180 #: includes/settings-page/sp-plugin-meta-settings.php:36 178 181 msgid "Remove the link to the developers site from the WordPress meta-box." 179 182 msgstr "Retire le lien sur le site des développeurs du widget meta" 180 181 #: includes/settings-page/sp-plugin-settings.php:165182 msgid "Save Changes"183 msgstr "Sauvegarder les modifications"184 183 185 184 #: includes/settings-page/sp-tipps-box.php:14 … … 192 191 193 192 #: includes/settings-page/sp-tipps-box.php:23 194 msgid "<a href=\"http://en.wikipedia.org/wiki/Favicon\" target=\"_blank\">Wikipedia</a> offers much information about favicon types and sizes." 195 msgstr "<a href=\"http://fr.wikipedia.org/wiki/Favicon\" target=\"_blank\">Wikipedia</a> offre bien des informations sur les types et les tailles de favicons." 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." 196 200 197 201 #: includes/settings-page/sp-tipps-box.php:28 … … 200 204 201 205 #: includes/settings-page/sp-tipps-box.php:31 202 msgid "<a href=\"http://www.html-kit.com/favicon/\" target=\"_blank\">HTML Kit</a> provides a favicon generator that is very easy to use." 203 msgstr "<a href=\"http://www.html-kit.com/favicon/\" target=\"_blank\">HTML Kit</a> propose un générateur de favicon très simple à utiliser." 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." 204 212 205 213 #: includes/settings-page/sp-tipps-box.php:36 … … 209 217 210 218 #: includes/settings-page/sp-tipps-box.php:39 211 msgid "<a href=\"http://www.favicon.cc/\" target=\"_blank\">Favicon CC</a> provides a favicon editor that is very easy to use." 212 msgstr "<a href=\"http://www.favicon.cc/\" target=\"_blank\">Favicon CC</a> propose un générateur de favicon très simple à utiliser." 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." 213 225 214 226 #: includes/settings-page/sp-tipps-box.php:44 … … 217 229 218 230 #: includes/settings-page/sp-tipps-box.php:47 219 msgid "<a href=\"http://www.html-kit.com/favicon/validator\" target=\"_blank\">HTML Kit</a> provides a favicon validator that tells you whether your favicon is working and if it is compatible to all browsers." 220 msgstr "<a href=\"http://www.html-kit.com/favicon/validator\" target=\"_blank\">HTML Kit</a> propose un validateur de favicon qui vous indique si votre favicon fonctionne et est compatible avec tous les navigateurs." 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." 221 239 222 240 #: includes/settings-page/sp-tipps-box.php:52 … … 225 243 226 244 #: includes/settings-page/sp-tipps-box.php:55 227 msgid "<a href=\"http://developer.apple.com/library/safari/#documentation/appleapplications/reference/safariwebcontent/ConfiguringWebApplications/ConfiguringWebApplications.html\" target=\"_blank\">Apple</a> provides a howto on how to create a PNG to use as an Apple Touch Icon." 228 msgstr "<a href=\"http://developer.apple.com/library/safari/#documentation/appleapplications/reference/safariwebcontent/ConfiguringWebApplications/ConfiguringWebApplications.html\" target=\"_blank\">Apple</a> propose une marche à suivre (en Anglais) pur créer un PNG à utiliser comme icon Apple Touch." 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." 229 256 230 257 #: includes/settings-page/sp-translation.php:14 … … 233 260 234 261 #: includes/settings-page/sp-translation.php:17 235 msgid "The english translation was done by <a href=\"http://www.techotronic.de\" target=\"_blank\">Arne Franken</a>." 236 msgstr "La traduction française a été réalisée par <a href=\"http://www.loutan.net\" target=\"_blank\">Nicole Loutan</a>." 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" 237 277 238 278 #~ msgid "Enter a URL or upload a Favicon." -
all-in-one-favicon/trunk/localization/aio-favicon-he_IL.po
r626513 r656573 3 3 "Project-Id-Version: All in one Favicon v4.0\n" 4 4 "Report-Msgid-Bugs-To: \n" 5 "POT-Creation-Date: \n"6 "PO-Revision-Date: 201 2-04-15 00:55+0100\n"7 "Last-Translator: \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 8 "Language-Team: \n" 9 9 "MIME-Version: 1.0\n" … … 12 12 "Plural-Forms: nplurals=2; plural=n != 1;\n" 13 13 "X-Poedit-SourceCharset: utf-8\n" 14 "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n" 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" 15 16 "X-Poedit-Basepath: ../\n" 16 17 "X-Textdomain-Support: yes\n" 18 "X-Generator: Poedit 1.5.4\n" 17 19 "X-Poedit-SearchPath-0: .\n" 18 20 19 21 # @ aio-favicon 20 #: all-in-one-favicon.php: 3722 #: all-in-one-favicon.php:40 21 23 msgid "All in one Favicon" 22 24 msgstr "פאביקון" 23 25 24 # @ aio-favicon 25 #: includes/aio-favicon-backend.php:158 26 #: includes/settings-page/sp-plugin-settings.php:13 27 #: includes/settings-page.php:15 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 28 47 msgid "Settings" 29 48 msgstr "הגדרות" 30 49 31 50 # @ aio-favicon 32 #: includes/aio-favicon-backend.php:1 8351 #: includes/aio-favicon-backend.php:161 33 52 #, php-format 34 53 msgid "Successfully updated %1$s settings." … … 36 55 37 56 # @ aio-favicon 38 #: includes/aio-favicon-backend.php:1 8557 #: includes/aio-favicon-backend.php:163 39 58 #, php-format 40 59 msgid "%1$s settings were successfully deleted." … … 42 61 43 62 # @ aio-favicon 44 #: includes/aio-favicon-backend.php: 20963 #: includes/aio-favicon-backend.php:187 45 64 msgid "Did not update settings, you do not have the necessary rights." 46 65 msgstr "לא עדכנתי את ההגדרות, אין לך את ההרשאות המתאימות." … … 49 68 #: includes/aio-favicon-backend.php:270 50 69 #, php-format 51 msgid "Did not delete %1$s settings. Either you dont have the nececssary rights or you didnt check the checkbox." 52 msgstr "לא מחקתי %1$s הגדרות. או שאין לך את ההרשאות המתאימות או שלא סימנת את תיבת הסימון.." 53 54 # @ aio-favicon 55 #: includes/aio-favicon-frontend.php:96 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 56 79 msgid "Using" 57 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 "" 58 87 59 88 # @ aio-favicon … … 75 104 # @ aio-favicon 76 105 #: includes/settings-page/sp-donate-box.php:18 77 msgid "If you would like to make a small (or large) contribution towards future development please consider making a donation." 106 msgid "" 107 "If you would like to make a small (or large) contribution towards future " 108 "development please consider making a donation." 78 109 msgstr "אם תרצה לתרום מעט (או הרבה) לטובת המשך הפיתוח, בבקשה שקול לבצע תרומה." 79 110 … … 136 167 137 168 # @ aio-favicon 138 #: includes/settings-page/sp-plugin-settings.php:22 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 169 #: includes/settings-page/sp-left-column.php:25 149 170 msgid "Frontend" 150 171 msgstr "קצה משתמש" 151 172 152 173 # @ aio-favicon 153 #: includes/settings-page/sp-plugin-settings.php:32 154 #: includes/settings-page/sp-plugin-settings.php:47 155 #: includes/settings-page/sp-plugin-settings.php:62 156 #: includes/settings-page/sp-plugin-settings.php:77 157 #: includes/settings-page/sp-plugin-settings.php:92 158 #: includes/settings-page/sp-plugin-settings.php:107 159 #: includes/settings-page/sp-plugin-settings.php:122 160 #: includes/settings-page/sp-plugin-settings.php:137 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 161 184 msgid "Check box to delete favicon." 162 185 msgstr "סמן את התיבה כדי למחוק את הפאביקון." 163 186 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:142 195 msgid "Don't add reflective shine" 196 msgstr "אל תוסיף מחזיר ברק" 197 198 # @ aio-favicon 199 #: includes/settings-page/sp-plugin-settings.php:148 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 200 196 msgid "Don't add reflective shine to Apple Touch Icon" 201 197 msgstr "אל תוסיף ברק לאייקון של Apple Touch" 202 198 203 199 # @ aio-favicon 204 #: includes/settings-page/sp-plugin- settings.php:153200 #: includes/settings-page/sp-plugin-meta-settings.php:30 205 201 msgid "Remove link from Meta-box" 206 202 msgstr "הסר קישור מ Meta-box" 207 203 208 204 # @ aio-favicon 209 #: includes/settings-page/sp-plugin- settings.php:159205 #: includes/settings-page/sp-plugin-meta-settings.php:36 210 206 msgid "Remove the link to the developers site from the WordPress meta-box." 211 207 msgstr "הסר את הקישור לאתר המפתחים מ Meta-box של וורדפרס" 212 213 # @ default214 #: includes/settings-page/sp-plugin-settings.php:165215 msgid "Save Changes"216 msgstr "שמור שינויים"217 208 218 209 # @ aio-favicon … … 228 219 # @ aio-favicon 229 220 #: includes/settings-page/sp-tipps-box.php:23 230 msgid "<a href=\"http://en.wikipedia.org/wiki/Favicon\" target=\"_blank\">Wikipedia</a> offers much information about favicon types and sizes." 231 msgstr "<a href=\"http://en.wikipedia.org/wiki/Favicon\" target=\"_blank\">Wikipedia</a> מציע מידע רב על סוגי פאביקון וגדלים." 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> מציע מידע רב על סוגי פאביקון וגדלים." 232 227 233 228 # @ aio-favicon … … 238 233 # @ aio-favicon 239 234 #: includes/settings-page/sp-tipps-box.php:31 240 msgid "<a href=\"http://www.html-kit.com/favicon/\" target=\"_blank\">HTML Kit</a> provides a favicon generator that is very easy to use." 241 msgstr "<a href=\"http://www.html-kit.com/favicon/\" target=\"_blank\">HTML Kit</a> מספק מנוע קל לשימוש לייצור פאביקון." 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 "מספק מנוע קל לשימוש לייצור פאביקון." 242 241 243 242 # @ aio-favicon … … 248 247 # @ aio-favicon 249 248 #: includes/settings-page/sp-tipps-box.php:39 250 msgid "<a href=\"http://www.favicon.cc/\" target=\"_blank\">Favicon CC</a> provides a favicon editor that is very easy to use." 251 msgstr "<a href=\"http://www.favicon.cc/\" target=\"_blank\">Favicon CC</a> מספק עורך פאביקון קל לשימוש." 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 "עורך פאביקון קל לשימוש." 252 255 253 256 # @ aio-favicon … … 258 261 # @ aio-favicon 259 262 #: includes/settings-page/sp-tipps-box.php:47 260 msgid "<a href=\"http://www.html-kit.com/favicon/validator\" target=\"_blank\">HTML Kit</a> provides a favicon validator that tells you whether your favicon is working and if it is compatible to all browsers." 261 msgstr "<a href=\"http://www.html-kit.com/favicon/validator\" target=\"_blank\">HTML Kit</a> מספק מאמת פאביקון האומר לכם אם הפאביקון שלכם עובד ואם הוא תואם לכל הדפדפנים." 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 "הדפדפנים." 262 271 263 272 # @ aio-favicon … … 268 277 # @ aio-favicon 269 278 #: includes/settings-page/sp-tipps-box.php:55 270 msgid "<a href=\"http://developer.apple.com/library/safari/#documentation/appleapplications/reference/safariwebcontent/ConfiguringWebApplications/ConfiguringWebApplications.html\" target=\"_blank\">Apple</a> provides a howto on how to create a PNG to use as an Apple Touch Icon." 271 msgstr "<a href=\"http://developer.apple.com/library/safari/#documentation/appleapplications/reference/safariwebcontent/ConfiguringWebApplications/ConfiguringWebApplications.html\" target=\"_blank\">Apple</a> מספק מדריך ליצירת קובץ PNG לשימוש כאייקון של Apple Touch." 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." 272 289 273 290 # @ aio-favicon … … 278 295 # @ aio-favicon 279 296 #: includes/settings-page/sp-translation.php:17 280 msgid "The english translation was done by <a href=\"http://www.techotronic.de\" target=\"_blank\">Arne Franken</a>." 281 msgstr "התרגום לעברית נעשה על ידי <a href=\"http://atar4u.com\" target=\"_blank\">אהרל'ה שרים</a>." 282 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>." -
all-in-one-favicon/trunk/localization/aio-favicon-id_ID.po
r519128 r656573 3 3 "Project-Id-Version: All In One Favicon\n" 4 4 "Report-Msgid-Bugs-To: \n" 5 "POT-Creation-Date: 201 2-03-15 00:36+0100\n"6 "PO-Revision-Date: 201 2-03-15 00:36+0100\n"7 "Last-Translator: \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 8 "Language-Team: Techotronic <blog@techotronic.de>\n" 9 "Language: en_GB\n" 9 10 "MIME-Version: 1.0\n" 10 11 "Content-Type: text/plain; charset=UTF-8\n" … … 12 13 "X-Poedit-KeywordsList: __;_e\n" 13 14 "X-Poedit-Basepath: ..\n" 14 "X-Poedit-Language: English\n"15 "X-Poedit-Country: UNITED KINGDOM\n"16 15 "X-Poedit-SourceCharset: utf-8\n" 16 "X-Generator: Poedit 1.5.4\n" 17 17 "X-Poedit-SearchPath-0: .\n" 18 18 19 #: all-in-one-favicon.php: 3719 #: all-in-one-favicon.php:40 20 20 msgid "All in one Favicon" 21 21 msgstr "" 22 22 23 #: includes/aio-favicon-backend.php:158 24 #: includes/settings-page.php:15 25 #: includes/settings-page/sp-plugin-settings.php:13 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 26 42 msgid "Settings" 27 43 msgstr "Setelan" 28 44 29 #: includes/aio-favicon-backend.php:1 8345 #: includes/aio-favicon-backend.php:161 30 46 #, php-format 31 47 msgid "Successfully updated %1$s settings." 32 48 msgstr "Berhasil memutakhirkan setelan %1$s." 33 49 34 #: includes/aio-favicon-backend.php:1 8550 #: includes/aio-favicon-backend.php:163 35 51 #, php-format 36 52 msgid "%1$s settings were successfully deleted." 37 53 msgstr "Setelan %1$s berhasil dihapus." 38 54 39 #: includes/aio-favicon-backend.php: 20955 #: includes/aio-favicon-backend.php:187 40 56 msgid "Did not update settings, you do not have the necessary rights." 41 msgstr "Tidak bisa memutakhirkan setelan, kamu tidak mempunyai hak akses yang dibutuhkan." 57 msgstr "" 58 "Tidak bisa memutakhirkan setelan, kamu tidak mempunyai hak akses yang " 59 "dibutuhkan." 42 60 43 61 #: includes/aio-favicon-backend.php:270 44 62 #, php-format 45 msgid "Did not delete %1$s settings. Either you dont have the nececssary rights or you didnt check the checkbox." 46 msgstr "Tidak bisa menghapus setelan %1$s. Bisa jadi karena kamu tidak mempunyai hak akses yang dibutuhkan atau tidak memberi tanda centang di kotak centang." 47 48 #: includes/aio-favicon-frontend.php:96 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 49 71 msgid "Using" 50 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 "" 51 79 52 80 #: includes/settings-page/sp-delete-settings.php:14 … … 57 85 #: includes/settings-page/sp-delete-settings.php:17 58 86 msgid "Check the box and click this button to delete settings of this plugin." 59 msgstr "Beri tanda centang pada kotak centang dan klik tombol ini untuk menghapus setelan pengaya ini." 87 msgstr "" 88 "Beri tanda centang pada kotak centang dan klik tombol ini untuk menghapus " 89 "setelan pengaya ini." 60 90 61 91 #: includes/settings-page/sp-donate-box.php:14 … … 64 94 65 95 #: includes/settings-page/sp-donate-box.php:18 66 msgid "If you would like to make a small (or large) contribution towards future development please consider making a donation." 67 msgstr "Jika kamu ingin memberikan kontribusi kecil (atau besar) terhadap pengembangan di masa yang akan datang pertimbangkanlah untuk memberikan donasi." 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." 68 103 69 104 #: includes/settings-page/sp-donate-box.php:24 … … 113 148 msgstr "" 114 149 115 #: includes/settings-page/sp-plugin-settings.php:22 116 #: includes/settings-page/sp-plugin-settings.php:82 117 #, php-format 118 msgid "%1$s ICO" 119 msgstr "ICO %1$s" 120 121 #: includes/settings-page/sp-plugin-settings.php:22 122 #: includes/settings-page/sp-plugin-settings.php:37 123 #: includes/settings-page/sp-plugin-settings.php:52 124 #: includes/settings-page/sp-plugin-settings.php:67 150 #: includes/settings-page/sp-left-column.php:25 125 151 msgid "Frontend" 126 152 msgstr "Frontend" 127 153 128 #: includes/settings-page/sp-plugin-settings.php:32 129 #: includes/settings-page/sp-plugin-settings.php:47 130 #: includes/settings-page/sp-plugin-settings.php:62 131 #: includes/settings-page/sp-plugin-settings.php:77 132 #: includes/settings-page/sp-plugin-settings.php:92 133 #: includes/settings-page/sp-plugin-settings.php:107 134 #: includes/settings-page/sp-plugin-settings.php:122 135 #: includes/settings-page/sp-plugin-settings.php:137 136 msgid "Check box to delete favicon." 137 msgstr "" 138 139 #: includes/settings-page/sp-plugin-settings.php:37 140 #: includes/settings-page/sp-plugin-settings.php:97 141 #, php-format 142 msgid "%1$s PNG" 143 msgstr "PNG %1$s" 144 145 #: includes/settings-page/sp-plugin-settings.php:52 146 #: includes/settings-page/sp-plugin-settings.php:112 147 #, php-format 148 msgid "%1$s GIF" 149 msgstr "GIF %1$s" 150 151 #: includes/settings-page/sp-plugin-settings.php:67 152 #: includes/settings-page/sp-plugin-settings.php:127 153 #, php-format 154 msgid "%1$s Apple Touch Icon" 155 msgstr "" 156 157 #: includes/settings-page/sp-plugin-settings.php:82 158 #: includes/settings-page/sp-plugin-settings.php:97 159 #: includes/settings-page/sp-plugin-settings.php:112 160 #: includes/settings-page/sp-plugin-settings.php:127 154 #: includes/settings-page/sp-left-column.php:31 161 155 msgid "Backend" 162 156 msgstr "Backend" 163 157 164 #: includes/settings-page/sp-plugin-settings.php:142 165 msgid "Don't add reflective shine" 166 msgstr "" 167 168 #: includes/settings-page/sp-plugin-settings.php:148 169 msgid "Don't add reflective shine to Apple Touch Icon" 170 msgstr "" 171 172 #: includes/settings-page/sp-plugin-settings.php:153 173 msgid "Remove link from Meta-box" 174 msgstr "" 175 176 #: includes/settings-page/sp-plugin-settings.php:159 177 msgid "Remove the link to the developers site from the WordPress meta-box." 178 msgstr "" 179 180 #: includes/settings-page/sp-plugin-settings.php:165 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 181 168 msgid "Save Changes" 182 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 183 184 184 #: includes/settings-page/sp-tipps-box.php:14 … … 191 191 192 192 #: includes/settings-page/sp-tipps-box.php:23 193 msgid "<a href=\"http://en.wikipedia.org/wiki/Favicon\" target=\"_blank\">Wikipedia</a> offers much information about favicon types and sizes." 194 msgstr "<a href=\"http://en.wikipedia.org/wiki/Favicon\" target=\"_blank\">Wikipedia</a> memberikan banyak informasi mengenai tipe dan ukuran favicon." 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." 195 200 196 201 #: includes/settings-page/sp-tipps-box.php:28 … … 199 204 200 205 #: includes/settings-page/sp-tipps-box.php:31 201 msgid "<a href=\"http://www.html-kit.com/favicon/\" target=\"_blank\">HTML Kit</a> provides a favicon generator that is very easy to use." 202 msgstr "<a href=\"http://www.html-kit.com/favicon/\" target=\"_blank\">HTML Kit</a> menyediakan generator favicon yang sangat mudah digunakan." 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." 203 212 204 213 #: includes/settings-page/sp-tipps-box.php:36 … … 208 217 209 218 #: includes/settings-page/sp-tipps-box.php:39 210 msgid "<a href=\"http://www.favicon.cc/\" target=\"_blank\">Favicon CC</a> provides a favicon editor that is very easy to use." 211 msgstr "<a href=\"http://www.favicon.cc/\" target=\"_blank\">Favicon CC</a> menyediakan generator favicon yang sangat mudah digunakan." 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." 212 225 213 226 #: includes/settings-page/sp-tipps-box.php:44 … … 216 229 217 230 #: includes/settings-page/sp-tipps-box.php:47 218 msgid "<a href=\"http://www.html-kit.com/favicon/validator\" target=\"_blank\">HTML Kit</a> provides a favicon validator that tells you whether your favicon is working and if it is compatible to all browsers." 219 msgstr "<a href=\"http://www.html-kit.com/favicon/validator\" target=\"_blank\">HTML Kit</a> menyediakan validator favicon yang memberikan informasi apakah favicon dapat berjalan dengan baik dan kompatibel dengan semua peramban." 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." 220 239 221 240 #: includes/settings-page/sp-tipps-box.php:52 … … 224 243 225 244 #: includes/settings-page/sp-tipps-box.php:55 226 msgid "<a href=\"http://developer.apple.com/library/safari/#documentation/appleapplications/reference/safariwebcontent/ConfiguringWebApplications/ConfiguringWebApplications.html\" target=\"_blank\">Apple</a> provides a howto on how to create a PNG to use as an Apple Touch Icon." 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." 227 250 msgstr "" 228 251 … … 232 255 233 256 #: includes/settings-page/sp-translation.php:17 234 msgid "The english translation was done by <a href=\"http://www.techotronic.de\" target=\"_blank\">Arne Franken</a>." 235 msgstr "Terjemahan bahasa Inggris dilakukan oleh <a href=\"http://www.techotronic.de\" target=\"_blank\">Arne Franken</a>." 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" 236 272 237 273 #~ msgid "Enter a URL or upload a Favicon." -
all-in-one-favicon/trunk/localization/aio-favicon-it_IT.po
r519128 r656573 3 3 "Project-Id-Version: All In One Favicon\n" 4 4 "Report-Msgid-Bugs-To: \n" 5 "POT-Creation-Date: 201 2-03-15 00:36+0100\n"6 "PO-Revision-Date: 201 2-03-15 00:36+0100\n"7 "Last-Translator: \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 8 "Language-Team: Techotronic <blog@techotronic.de>\n" 9 "Language: it_IT\n" 9 10 "MIME-Version: 1.0\n" 10 11 "Content-Type: text/plain; charset=UTF-8\n" … … 12 13 "X-Poedit-KeywordsList: __;_e\n" 13 14 "X-Poedit-Basepath: ..\n" 14 "X-Poedit-Language: Italian\n"15 "X-Poedit-Country: ITALY\n"16 15 "X-Poedit-SourceCharset: utf-8\n" 16 "X-Generator: Poedit 1.5.4\n" 17 17 "X-Poedit-SearchPath-0: .\n" 18 18 19 #: all-in-one-favicon.php: 3719 #: all-in-one-favicon.php:40 20 20 msgid "All in one Favicon" 21 21 msgstr "" 22 22 23 #: includes/aio-favicon-backend.php:158 24 #: includes/settings-page.php:15 25 #: includes/settings-page/sp-plugin-settings.php:13 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 26 42 msgid "Settings" 27 43 msgstr "Impostazioni" 28 44 29 #: includes/aio-favicon-backend.php:1 8345 #: includes/aio-favicon-backend.php:161 30 46 #, php-format 31 47 msgid "Successfully updated %1$s settings." 32 48 msgstr "Impostazioni di %1$s salvate con successo." 33 49 34 #: includes/aio-favicon-backend.php:1 8550 #: includes/aio-favicon-backend.php:163 35 51 #, php-format 36 52 msgid "%1$s settings were successfully deleted." 37 53 msgstr "%1$s impostazioni sono state salvate con successo." 38 54 39 #: includes/aio-favicon-backend.php: 20955 #: includes/aio-favicon-backend.php:187 40 56 msgid "Did not update settings, you do not have the necessary rights." 41 57 msgstr "Impostazioni non aggiornate, non hai i diritti necessari." … … 43 59 #: includes/aio-favicon-backend.php:270 44 60 #, php-format 45 msgid "Did not delete %1$s settings. Either you dont have the nececssary rights or you didnt check the checkbox." 46 msgstr "Non sono state cancellate le impostazioni di %1$s. Non hai i diritti necessari oppure non hai spuntato la checkbox." 47 48 #: includes/aio-favicon-frontend.php:96 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 49 69 msgid "Using" 50 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 "" 51 77 52 78 #: includes/settings-page/sp-delete-settings.php:14 … … 57 83 #: includes/settings-page/sp-delete-settings.php:17 58 84 msgid "Check the box and click this button to delete settings of this plugin." 59 msgstr "Spunta la checkbox e premi il bottone per cancellare le impostazioni del plugin." 85 msgstr "" 86 "Spunta la checkbox e premi il bottone per cancellare le impostazioni del " 87 "plugin." 60 88 61 89 #: includes/settings-page/sp-donate-box.php:14 … … 64 92 65 93 #: includes/settings-page/sp-donate-box.php:18 66 msgid "If you would like to make a small (or large) contribution towards future development please consider making a donation." 94 msgid "" 95 "If you would like to make a small (or large) contribution towards future " 96 "development please consider making a donation." 67 97 msgstr "Se vorrai contribuire al futuro sviluppo, considera una donazione." 68 98 … … 113 143 msgstr "" 114 144 115 #: includes/settings-page/sp-plugin-settings.php:22 116 #: includes/settings-page/sp-plugin-settings.php:82 117 #, php-format 118 msgid "%1$s ICO" 119 msgstr "%1$s ICO" 120 121 #: includes/settings-page/sp-plugin-settings.php:22 122 #: includes/settings-page/sp-plugin-settings.php:37 123 #: includes/settings-page/sp-plugin-settings.php:52 124 #: includes/settings-page/sp-plugin-settings.php:67 145 #: includes/settings-page/sp-left-column.php:25 125 146 msgid "Frontend" 126 147 msgstr "Frontend (Sito)" 127 148 128 #: includes/settings-page/sp-plugin-settings.php:32 129 #: includes/settings-page/sp-plugin-settings.php:47 130 #: includes/settings-page/sp-plugin-settings.php:62 131 #: includes/settings-page/sp-plugin-settings.php:77 132 #: includes/settings-page/sp-plugin-settings.php:92 133 #: includes/settings-page/sp-plugin-settings.php:107 134 #: includes/settings-page/sp-plugin-settings.php:122 135 #: includes/settings-page/sp-plugin-settings.php:137 136 msgid "Check box to delete favicon." 137 msgstr "" 138 139 #: includes/settings-page/sp-plugin-settings.php:37 140 #: includes/settings-page/sp-plugin-settings.php:97 141 #, php-format 142 msgid "%1$s PNG" 143 msgstr "%1$s PNG" 144 145 #: includes/settings-page/sp-plugin-settings.php:52 146 #: includes/settings-page/sp-plugin-settings.php:112 147 #, php-format 148 msgid "%1$s GIF" 149 msgstr "%1$s GIF" 150 151 #: includes/settings-page/sp-plugin-settings.php:67 152 #: includes/settings-page/sp-plugin-settings.php:127 153 #, php-format 154 msgid "%1$s Apple Touch Icon" 155 msgstr "" 156 157 #: includes/settings-page/sp-plugin-settings.php:82 158 #: includes/settings-page/sp-plugin-settings.php:97 159 #: includes/settings-page/sp-plugin-settings.php:112 160 #: includes/settings-page/sp-plugin-settings.php:127 149 #: includes/settings-page/sp-left-column.php:31 161 150 msgid "Backend" 162 151 msgstr "Backend (Amministrazione)" 163 152 164 #: includes/settings-page/sp-plugin-settings.php:142 165 msgid "Don't add reflective shine" 166 msgstr "" 167 168 #: includes/settings-page/sp-plugin-settings.php:148 169 msgid "Don't add reflective shine to Apple Touch Icon" 170 msgstr "" 171 172 #: includes/settings-page/sp-plugin-settings.php:153 173 msgid "Remove link from Meta-box" 174 msgstr "" 175 176 #: includes/settings-page/sp-plugin-settings.php:159 177 msgid "Remove the link to the developers site from the WordPress meta-box." 178 msgstr "" 179 180 #: includes/settings-page/sp-plugin-settings.php:165 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 181 163 msgid "Save Changes" 182 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 "" 183 178 184 179 #: includes/settings-page/sp-tipps-box.php:14 … … 191 186 192 187 #: includes/settings-page/sp-tipps-box.php:23 193 msgid "<a href=\"http://en.wikipedia.org/wiki/Favicon\" target=\"_blank\">Wikipedia</a> offers much information about favicon types and sizes." 194 msgstr "<a href=\"http://it.wikipedia.org/wiki/Favicon\" target=\"_blank\">Wikipedia</a> offre maggiori informazioni sui tipi e le dimensioni delle Favicon." 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 195 196 196 #: includes/settings-page/sp-tipps-box.php:28 … … 199 199 200 200 #: includes/settings-page/sp-tipps-box.php:31 201 msgid "<a href=\"http://www.html-kit.com/favicon/\" target=\"_blank\">HTML Kit</a> provides a favicon generator that is very easy to use." 202 msgstr "<a href=\"http://www.html-kit.com/favicon/\" target=\"_blank\">HTML Kit</a> fornisce un generatore di Favicon veramente facile da utilizzare." 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." 203 207 204 208 #: includes/settings-page/sp-tipps-box.php:36 … … 208 212 209 213 #: includes/settings-page/sp-tipps-box.php:39 210 msgid "<a href=\"http://www.favicon.cc/\" target=\"_blank\">Favicon CC</a> provides a favicon editor that is very easy to use." 211 msgstr "<a href=\"http://www.favicon.cc/\" target=\"_blank\">Favicon CC</a> fornisce un generatore di Favicon veramente facile da utilizzare." 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." 212 220 213 221 #: includes/settings-page/sp-tipps-box.php:44 … … 216 224 217 225 #: includes/settings-page/sp-tipps-box.php:47 218 msgid "<a href=\"http://www.html-kit.com/favicon/validator\" target=\"_blank\">HTML Kit</a> provides a favicon validator that tells you whether your favicon is working and if it is compatible to all browsers." 219 msgstr "<a href=\"http://www.html-kit.com/favicon/validator\" target=\"_blank\">HTML Kit</a> fornisce uno strumento per verificare se la Favicon è corretta e compatibile con tutti i browser." 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." 220 234 221 235 #: includes/settings-page/sp-tipps-box.php:52 … … 224 238 225 239 #: includes/settings-page/sp-tipps-box.php:55 226 msgid "<a href=\"http://developer.apple.com/library/safari/#documentation/appleapplications/reference/safariwebcontent/ConfiguringWebApplications/ConfiguringWebApplications.html\" target=\"_blank\">Apple</a> provides a howto on how to create a PNG to use as an Apple Touch Icon." 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." 227 245 msgstr "" 228 246 … … 232 250 233 251 #: includes/settings-page/sp-translation.php:17 234 msgid "The english translation was done by <a href=\"http://www.techotronic.de\" target=\"_blank\">Arne Franken</a>." 235 msgstr "La traduzione italiana è stata fatta da <a href=\"http://www.valeriovendrame.it\" target=\"_blank\">Valerio Vendrame</a>." 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" 236 267 237 268 #~ msgid "Enter a URL or upload a Favicon." -
all-in-one-favicon/trunk/localization/aio-favicon-nl_NL.po
r519128 r656573 3 3 "Project-Id-Version: All In One Favicon\n" 4 4 "Report-Msgid-Bugs-To: \n" 5 "POT-Creation-Date: 201 2-03-15 00:36+0100\n"6 "PO-Revision-Date: 201 2-03-15 00:37+0100\n"7 "Last-Translator: \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 8 "Language-Team: Techotronic <blog@techotronic.de>\n" 9 "Language: nl_NL\n" 9 10 "MIME-Version: 1.0\n" 10 11 "Content-Type: text/plain; charset=UTF-8\n" … … 12 13 "X-Poedit-KeywordsList: __;_e\n" 13 14 "X-Poedit-Basepath: ..\n" 14 "X-Poedit-Language: dutch\n"15 "X-Poedit-Country: Netherlands\n"16 15 "X-Poedit-SourceCharset: utf-8\n" 16 "X-Generator: Poedit 1.5.4\n" 17 17 "X-Poedit-SearchPath-0: .\n" 18 18 19 #: all-in-one-favicon.php: 3719 #: all-in-one-favicon.php:40 20 20 msgid "All in one Favicon" 21 21 msgstr "All in one Favicon" 22 22 23 #: includes/aio-favicon-backend.php:158 24 #: includes/settings-page.php:15 25 #: includes/settings-page/sp-plugin-settings.php:13 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 26 42 msgid "Settings" 27 43 msgstr "Instellingen" 28 44 29 #: includes/aio-favicon-backend.php:1 8345 #: includes/aio-favicon-backend.php:161 30 46 #, php-format 31 47 msgid "Successfully updated %1$s settings." 32 48 msgstr "De %1$s instellingen werden upgedate." 33 49 34 #: includes/aio-favicon-backend.php:1 8550 #: includes/aio-favicon-backend.php:163 35 51 #, php-format 36 52 msgid "%1$s settings were successfully deleted." 37 53 msgstr "De %1$s instellingen werden succesvol verwijderd." 38 54 39 #: includes/aio-favicon-backend.php: 20955 #: includes/aio-favicon-backend.php:187 40 56 msgid "Did not update settings, you do not have the necessary rights." 41 57 msgstr "De instellingen werden niet upgedate, je hebt onvoldoende rechten." … … 43 59 #: includes/aio-favicon-backend.php:270 44 60 #, php-format 45 msgid "Did not delete %1$s settings. Either you dont have the nececssary rights or you didnt check the checkbox." 46 msgstr "De %1$s instellingen werden niet verwijderd. Je hebt onvoldoende rechten of je hebt de checkbox niet aangevinkt." 47 48 #: includes/aio-favicon-frontend.php:96 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 49 69 msgid "Using" 50 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 "" 51 77 52 78 #: includes/settings-page/sp-delete-settings.php:14 … … 57 83 #: includes/settings-page/sp-delete-settings.php:17 58 84 msgid "Check the box and click this button to delete settings of this plugin." 59 msgstr "Vink aan en klik deze knop om instellingen van deze plugin te verwijderen." 85 msgstr "" 86 "Vink aan en klik deze knop om instellingen van deze plugin te verwijderen." 60 87 61 88 #: includes/settings-page/sp-donate-box.php:14 … … 64 91 65 92 #: includes/settings-page/sp-donate-box.php:18 66 msgid "If you would like to make a small (or large) contribution towards future development please consider making a donation." 67 msgstr "Als je graag een kleine (of grote) bijdrage wenst te leveren aan de toekomstige ontwikkeling van deze plugin, " 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, " 68 99 69 100 #: includes/settings-page/sp-donate-box.php:24 … … 73 104 #: includes/settings-page/sp-donate-box.php:28 74 105 msgid "Please enter the URL you'd like me to link to in the donors lists" 75 msgstr "Gelieve de URL in te geven die je graag vermeld ziet staan in de donatie lijst." 106 msgstr "" 107 "Gelieve de URL in te geven die je graag vermeld ziet staan in de donatie " 108 "lijst." 76 109 77 110 #: includes/settings-page/sp-donate-box.php:30 … … 113 146 msgstr "Laatste donaties" 114 147 115 #: includes/settings-page/sp-plugin-settings.php:22 116 #: includes/settings-page/sp-plugin-settings.php:82 117 #, php-format 118 msgid "%1$s ICO" 119 msgstr "%1$s ICO" 120 121 #: includes/settings-page/sp-plugin-settings.php:22 122 #: includes/settings-page/sp-plugin-settings.php:37 123 #: includes/settings-page/sp-plugin-settings.php:52 124 #: includes/settings-page/sp-plugin-settings.php:67 148 #: includes/settings-page/sp-left-column.php:25 125 149 msgid "Frontend" 126 150 msgstr "Frontend" 127 151 128 #: includes/settings-page/sp-plugin-settings.php:32 129 #: includes/settings-page/sp-plugin-settings.php:47 130 #: includes/settings-page/sp-plugin-settings.php:62 131 #: includes/settings-page/sp-plugin-settings.php:77 132 #: includes/settings-page/sp-plugin-settings.php:92 133 #: includes/settings-page/sp-plugin-settings.php:107 134 #: includes/settings-page/sp-plugin-settings.php:122 135 #: includes/settings-page/sp-plugin-settings.php:137 136 msgid "Check box to delete favicon." 137 msgstr "" 138 139 #: includes/settings-page/sp-plugin-settings.php:37 140 #: includes/settings-page/sp-plugin-settings.php:97 141 #, php-format 142 msgid "%1$s PNG" 143 msgstr "%1$s PNG" 144 145 #: includes/settings-page/sp-plugin-settings.php:52 146 #: includes/settings-page/sp-plugin-settings.php:112 147 #, php-format 148 msgid "%1$s GIF" 149 msgstr "%1$s GIF" 150 151 #: includes/settings-page/sp-plugin-settings.php:67 152 #: includes/settings-page/sp-plugin-settings.php:127 153 #, fuzzy, php-format 154 msgid "%1$s Apple Touch Icon" 155 msgstr "%1$s Apple touch icon" 156 157 #: includes/settings-page/sp-plugin-settings.php:82 158 #: includes/settings-page/sp-plugin-settings.php:97 159 #: includes/settings-page/sp-plugin-settings.php:112 160 #: includes/settings-page/sp-plugin-settings.php:127 152 #: includes/settings-page/sp-left-column.php:31 161 153 msgid "Backend" 162 154 msgstr "Backend" 163 155 164 #: includes/settings-page/sp-plugin-settings.php:142 165 msgid "Don't add reflective shine" 166 msgstr "" 167 168 #: includes/settings-page/sp-plugin-settings.php:148 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 169 171 msgid "Don't add reflective shine to Apple Touch Icon" 170 172 msgstr "" 171 173 172 #: includes/settings-page/sp-plugin- settings.php:153174 #: includes/settings-page/sp-plugin-meta-settings.php:30 173 175 msgid "Remove link from Meta-box" 174 176 msgstr "Verwijder link van Meta-box" 175 177 176 #: includes/settings-page/sp-plugin- settings.php:159178 #: includes/settings-page/sp-plugin-meta-settings.php:36 177 179 msgid "Remove the link to the developers site from the WordPress meta-box." 178 180 msgstr "Verwijder de link van de ontwikkelaar uit de WordPress meta-box." 179 180 #: includes/settings-page/sp-plugin-settings.php:165181 msgid "Save Changes"182 msgstr "Bewaar wijzigingen"183 181 184 182 #: includes/settings-page/sp-tipps-box.php:14 … … 191 189 192 190 #: includes/settings-page/sp-tipps-box.php:23 193 msgid "<a href=\"http://en.wikipedia.org/wiki/Favicon\" target=\"_blank\">Wikipedia</a> offers much information about favicon types and sizes." 194 msgstr "<a href=\"http://en.wikipedia.org/wiki/Favicon\" target=\"_blank\">Wikipedia</a> geeft veel informatie over favicon types en groottes." 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." 195 197 196 198 #: includes/settings-page/sp-tipps-box.php:28 … … 199 201 200 202 #: includes/settings-page/sp-tipps-box.php:31 201 msgid "<a href=\"http://www.html-kit.com/favicon/\" target=\"_blank\">HTML Kit</a> provides a favicon generator that is very easy to use." 202 msgstr "<a href=\"http://www.html-kit.com/favicon/\" target=\"_blank\">HTML Kit</a> heeft een erg eenvoudige favicon generator." 203 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." 203 209 204 210 #: includes/settings-page/sp-tipps-box.php:36 … … 208 214 209 215 #: includes/settings-page/sp-tipps-box.php:39 210 msgid "<a href=\"http://www.favicon.cc/\" target=\"_blank\">Favicon CC</a> provides a favicon editor that is very easy to use." 211 msgstr "<a href=\"http://www.favicon.cc/\" target=\"_blank\">Favicon CC</a> heeft een erg eenvoudige favicon generator." 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." 212 222 213 223 #: includes/settings-page/sp-tipps-box.php:44 … … 216 226 217 227 #: includes/settings-page/sp-tipps-box.php:47 218 msgid "<a href=\"http://www.html-kit.com/favicon/validator\" target=\"_blank\">HTML Kit</a> provides a favicon validator that tells you whether your favicon is working and if it is compatible to all browsers." 219 msgstr "<a href=\"http://www.html-kit.com/favicon/validator\" target=\"_blank\">HTML Kit</a> heeft een favicon validator die controleert als je favicon werkt en compatibel is in alle browsers." 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." 220 236 221 237 #: includes/settings-page/sp-tipps-box.php:52 … … 224 240 225 241 #: includes/settings-page/sp-tipps-box.php:55 226 msgid "<a href=\"http://developer.apple.com/library/safari/#documentation/appleapplications/reference/safariwebcontent/ConfiguringWebApplications/ConfiguringWebApplications.html\" target=\"_blank\">Apple</a> provides a howto on how to create a PNG to use as an Apple Touch Icon." 227 msgstr "<a href=\"http://developer.apple.com/library/safari/#documentation/appleapplications/reference/safariwebcontent/ConfiguringWebApplications/ConfiguringWebApplications.html\" target=\"_blank\">Apple</a> voorziet een howto voor het maken van een PNG om te gebruiken als Apple Touch Icon." 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." 228 252 229 253 #: includes/settings-page/sp-translation.php:14 … … 232 256 233 257 #: includes/settings-page/sp-translation.php:17 234 msgid "The english translation was done by <a href=\"http://www.techotronic.de\" target=\"_blank\">Arne Franken</a>." 235 msgstr "The Nederlandse vertaling werd gemaakt door <a href=\"http://www.siteoptimo.com\" target=\"_blank\">Pieter Carette</a>." 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" 236 273 237 274 #~ msgid "Enter a URL or upload a Favicon." -
all-in-one-favicon/trunk/localization/aio-favicon-pl_PL.po
r519128 r656573 3 3 "Project-Id-Version: All In One Favicon\n" 4 4 "Report-Msgid-Bugs-To: \n" 5 "POT-Creation-Date: 201 2-03-15 00:37+0100\n"6 "PO-Revision-Date: 201 2-03-15 00:37+0100\n"7 "Last-Translator: \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 8 "Language-Team: Techotronic <blog@techotronic.de>\n" 9 "Language: en_GB\n" 9 10 "MIME-Version: 1.0\n" 10 11 "Content-Type: text/plain; charset=UTF-8\n" … … 12 13 "X-Poedit-KeywordsList: __;_e\n" 13 14 "X-Poedit-Basepath: ..\n" 14 "X-Poedit-Language: English\n"15 "X-Poedit-Country: UNITED KINGDOM\n"16 15 "X-Poedit-SourceCharset: utf-8\n" 16 "X-Generator: Poedit 1.5.4\n" 17 17 "X-Poedit-SearchPath-0: .\n" 18 18 19 #: all-in-one-favicon.php: 3719 #: all-in-one-favicon.php:40 20 20 msgid "All in one Favicon" 21 21 msgstr "" 22 22 23 #: includes/aio-favicon-backend.php:158 24 #: includes/settings-page.php:15 25 #: includes/settings-page/sp-plugin-settings.php:13 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 26 42 msgid "Settings" 27 43 msgstr "Ustawienia" 28 44 29 #: includes/aio-favicon-backend.php:1 8345 #: includes/aio-favicon-backend.php:161 30 46 #, php-format 31 47 msgid "Successfully updated %1$s settings." 32 48 msgstr "Zmiana ustawień %1$s powiodła się." 33 49 34 #: includes/aio-favicon-backend.php:1 8550 #: includes/aio-favicon-backend.php:163 35 51 #, php-format 36 52 msgid "%1$s settings were successfully deleted." 37 53 msgstr "Ustawienia %1$s zostały usunięte." 38 54 39 #: includes/aio-favicon-backend.php: 20955 #: includes/aio-favicon-backend.php:187 40 56 msgid "Did not update settings, you do not have the necessary rights." 41 57 msgstr "Nie zmieniono ustawień. Nie masz prawa dostępu." … … 43 59 #: includes/aio-favicon-backend.php:270 44 60 #, php-format 45 msgid "Did not delete %1$s settings. Either you dont have the nececssary rights or you didnt check the checkbox." 46 msgstr "Nie usunięto ustawień %1$s. Nie masz prawa dostępu lub nie wstawiłeś ptaszka." 47 48 #: includes/aio-favicon-frontend.php:96 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 49 68 msgid "Using" 50 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 "" 51 76 52 77 #: includes/settings-page/sp-delete-settings.php:14 … … 57 82 #: includes/settings-page/sp-delete-settings.php:17 58 83 msgid "Check the box and click this button to delete settings of this plugin." 59 msgstr "Wstaw ptaszka i kliknij w ten przycisk by usunąć ustawienia tej wtyczki." 84 msgstr "" 85 "Wstaw ptaszka i kliknij w ten przycisk by usunąć ustawienia tej wtyczki." 60 86 61 87 #: includes/settings-page/sp-donate-box.php:14 … … 64 90 65 91 #: includes/settings-page/sp-donate-box.php:18 66 msgid "If you would like to make a small (or large) contribution towards future development please consider making a donation." 67 msgstr "Jesli chciałbyś pomóc w rozwoju przyszłych wersji rozważ dokonanie małej (lub dużej) dotacji." 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." 68 98 69 99 #: includes/settings-page/sp-donate-box.php:24 … … 113 143 msgstr "" 114 144 115 #: includes/settings-page/sp-plugin-settings.php:22 116 #: includes/settings-page/sp-plugin-settings.php:82 117 #, php-format 118 msgid "%1$s ICO" 119 msgstr "%1$s ICO" 120 121 #: includes/settings-page/sp-plugin-settings.php:22 122 #: includes/settings-page/sp-plugin-settings.php:37 123 #: includes/settings-page/sp-plugin-settings.php:52 124 #: includes/settings-page/sp-plugin-settings.php:67 145 #: includes/settings-page/sp-left-column.php:25 125 146 msgid "Frontend" 126 147 msgstr "Strona główna." 127 148 128 #: includes/settings-page/sp-plugin-settings.php:32 129 #: includes/settings-page/sp-plugin-settings.php:47 130 #: includes/settings-page/sp-plugin-settings.php:62 131 #: includes/settings-page/sp-plugin-settings.php:77 132 #: includes/settings-page/sp-plugin-settings.php:92 133 #: includes/settings-page/sp-plugin-settings.php:107 134 #: includes/settings-page/sp-plugin-settings.php:122 135 #: includes/settings-page/sp-plugin-settings.php:137 136 msgid "Check box to delete favicon." 137 msgstr "" 138 139 #: includes/settings-page/sp-plugin-settings.php:37 140 #: includes/settings-page/sp-plugin-settings.php:97 141 #, php-format 142 msgid "%1$s PNG" 143 msgstr "%1$s PNG" 144 145 #: includes/settings-page/sp-plugin-settings.php:52 146 #: includes/settings-page/sp-plugin-settings.php:112 147 #, php-format 148 msgid "%1$s GIF" 149 msgstr "%1$s GIF" 150 151 #: includes/settings-page/sp-plugin-settings.php:67 152 #: includes/settings-page/sp-plugin-settings.php:127 153 #, php-format 154 msgid "%1$s Apple Touch Icon" 155 msgstr "" 156 157 #: includes/settings-page/sp-plugin-settings.php:82 158 #: includes/settings-page/sp-plugin-settings.php:97 159 #: includes/settings-page/sp-plugin-settings.php:112 160 #: includes/settings-page/sp-plugin-settings.php:127 149 #: includes/settings-page/sp-left-column.php:31 161 150 msgid "Backend" 162 151 msgstr "Zaplecze" 163 152 164 #: includes/settings-page/sp-plugin-settings.php:142 165 msgid "Don't add reflective shine" 166 msgstr "" 167 168 #: includes/settings-page/sp-plugin-settings.php:148 169 msgid "Don't add reflective shine to Apple Touch Icon" 170 msgstr "" 171 172 #: includes/settings-page/sp-plugin-settings.php:153 173 msgid "Remove link from Meta-box" 174 msgstr "" 175 176 #: includes/settings-page/sp-plugin-settings.php:159 177 msgid "Remove the link to the developers site from the WordPress meta-box." 178 msgstr "" 179 180 #: includes/settings-page/sp-plugin-settings.php:165 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 181 163 msgid "Save Changes" 182 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 "" 183 178 184 179 #: includes/settings-page/sp-tipps-box.php:14 … … 191 186 192 187 #: includes/settings-page/sp-tipps-box.php:23 193 msgid "<a href=\"http://en.wikipedia.org/wiki/Favicon\" target=\"_blank\">Wikipedia</a> offers much information about favicon types and sizes." 194 msgstr "Na <a href=\"http://en.wikipedia.org/wiki/Favicon\" target=\"_blank\">Wikipedii</a> znajdziesz więcej informacji na temat rodzajów i rozmiarów ikonek favicon." 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 195 196 196 #: includes/settings-page/sp-tipps-box.php:28 … … 199 199 200 200 #: includes/settings-page/sp-tipps-box.php:31 201 msgid "<a href=\"http://www.html-kit.com/favicon/\" target=\"_blank\">HTML Kit</a> provides a favicon generator that is very easy to use." 202 msgstr "<a href=\"http://www.html-kit.com/favicon/\" target=\"_blank\">HTML Kit</a> to generator ikonek favicon który jest bardzo łatwy w użyciu." 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." 203 207 204 208 #: includes/settings-page/sp-tipps-box.php:36 … … 208 212 209 213 #: includes/settings-page/sp-tipps-box.php:39 210 msgid "<a href=\"http://www.favicon.cc/\" target=\"_blank\">Favicon CC</a> provides a favicon editor that is very easy to use." 211 msgstr "<a href=\"http://www.favicon.cc/\" target=\"_blank\">Favicon CC</a> to generator ikonek favicon który jest bardzo łatwy w użyciu." 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." 212 220 213 221 #: includes/settings-page/sp-tipps-box.php:44 … … 216 224 217 225 #: includes/settings-page/sp-tipps-box.php:47 218 msgid "<a href=\"http://www.html-kit.com/favicon/validator\" target=\"_blank\">HTML Kit</a> provides a favicon validator that tells you whether your favicon is working and if it is compatible to all browsers." 219 msgstr "<a href=\"http://www.html-kit.com/favicon/validator\" target=\"_blank\">HTML Kit</a> posiada tester ikonek favicon który powiadomi Cię czy Twoja ikonka działa i czy jest kompatybilna ze wszystkimi przeglądarkami." 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." 220 234 221 235 #: includes/settings-page/sp-tipps-box.php:52 … … 224 238 225 239 #: includes/settings-page/sp-tipps-box.php:55 226 msgid "<a href=\"http://developer.apple.com/library/safari/#documentation/appleapplications/reference/safariwebcontent/ConfiguringWebApplications/ConfiguringWebApplications.html\" target=\"_blank\">Apple</a> provides a howto on how to create a PNG to use as an Apple Touch Icon." 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." 227 245 msgstr "" 228 246 … … 232 250 233 251 #: includes/settings-page/sp-translation.php:17 234 msgid "The english translation was done by <a href=\"http://www.techotronic.de\" target=\"_blank\">Arne Franken</a>." 235 msgstr "Przełożył na Polski <a href=\"http://www.facebook.com/piniu69\" target=\"_blank\">Piotr Czarnecki</a>." 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" 236 267 237 268 #~ msgid "Enter a URL or upload a Favicon." -
all-in-one-favicon/trunk/localization/aio-favicon-sk_SK.po
r626515 r656573 3 3 "Project-Id-Version: All in one Favicon v3.1\n" 4 4 "Report-Msgid-Bugs-To: \n" 5 "POT-Creation-Date: 201 2-04-15 21:51+0100\n"6 "PO-Revision-Date: 201 2-04-15 21:51+0100\n"7 "Last-Translator: \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 8 "Language-Team: \n" 9 "Language: sk_SK\n" 9 10 "MIME-Version: 1.0\n" 10 11 "Content-Type: text/plain; charset=UTF-8\n" 11 12 "Content-Transfer-Encoding: 8bit\n" 12 13 "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 14 "X-Poedit-SourceCharset: utf-8\n" 16 "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n" 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 17 "X-Poedit-Basepath: ../\n" 18 18 "X-Textdomain-Support: yes\n" 19 "X-Generator: Poedit 1.5.4\n" 19 20 "X-Poedit-SearchPath-0: .\n" 20 21 21 22 # @ aio-favicon 22 #: all-in-one-favicon.php: 3723 #: all-in-one-favicon.php:40 23 24 msgid "All in one Favicon" 24 25 msgstr "All in one Favicon" 25 26 26 # @ aio-favicon 27 #: includes/aio-favicon-backend.php:159 28 #: includes/settings-page.php:15 29 #: includes/settings-page/sp-plugin-settings.php:13 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 30 48 msgid "Settings" 31 49 msgstr "Nastavenia" 32 50 33 51 # @ aio-favicon 34 #: includes/aio-favicon-backend.php:1 8452 #: includes/aio-favicon-backend.php:161 35 53 #, php-format 36 54 msgid "Successfully updated %1$s settings." … … 38 56 39 57 # @ aio-favicon 40 #: includes/aio-favicon-backend.php:1 8658 #: includes/aio-favicon-backend.php:163 41 59 #, php-format 42 60 msgid "%1$s settings were successfully deleted." … … 44 62 45 63 # @ aio-favicon 46 #: includes/aio-favicon-backend.php: 21064 #: includes/aio-favicon-backend.php:187 47 65 msgid "Did not update settings, you do not have the necessary rights." 48 66 msgstr "Nastavenia neboli zmenené, nemáte potrebné práva." 49 67 50 68 # @ aio-favicon 51 #: includes/aio-favicon-backend.php:27 169 #: includes/aio-favicon-backend.php:270 52 70 #, php-format 53 msgid "Did not delete %1$s settings. Either you dont have the nececssary rights or you didnt check the checkbox." 54 msgstr "%1$s Nastavení sa nevymazalo. Buď nemáte potrebné práva, alebo ste nezaškrtli políčko." 55 56 # @ aio-favicon 57 #: includes/aio-favicon-frontend.php:96 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 58 80 msgid "Using" 59 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 "" 60 88 61 89 # @ aio-favicon … … 77 105 # @ aio-favicon 78 106 #: includes/settings-page/sp-donate-box.php:18 79 msgid "If you would like to make a small (or large) contribution towards future development please consider making a donation." 80 msgstr "Ak nás chcete podporiť v ďalšom vývoji, zvážte prosím aspoň malú finančnú podporu, ceníme si to!" 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!" 81 113 82 114 # @ aio-favicon … … 138 170 139 171 # @ aio-favicon 140 #: includes/settings-page/sp-plugin-settings.php:22 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 172 #: includes/settings-page/sp-left-column.php:25 151 173 msgid "Frontend" 152 174 msgstr "Frontend" 153 175 154 176 # @ aio-favicon 155 #: includes/settings-page/sp-plugin-settings.php:32 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 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 163 187 msgid "Check box to delete favicon." 164 188 msgstr "Zaškrtnite pre zmazanie favicon." 165 189 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:142 197 msgid "Don't add reflective shine" 198 msgstr "Nepridávať reflexný odraz" 199 200 # @ aio-favicon 201 #: includes/settings-page/sp-plugin-settings.php:148 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 202 199 msgid "Don't add reflective shine to Apple Touch Icon" 203 200 msgstr "Nepridávať reflexný odraz pre Apple Touch ikonku" 204 201 205 202 # @ aio-favicon 206 #: includes/settings-page/sp-plugin- settings.php:153203 #: includes/settings-page/sp-plugin-meta-settings.php:30 207 204 msgid "Remove link from Meta-box" 208 205 msgstr "Odstrániť odkaz z Meta boxu" 209 206 210 207 # @ aio-favicon 211 #: includes/settings-page/sp-plugin- settings.php:159208 #: includes/settings-page/sp-plugin-meta-settings.php:36 212 209 msgid "Remove the link to the developers site from the WordPress meta-box." 213 210 msgstr "Odstrániť odkaz na vývojársku stránku z WordPress meta boxu." 214 215 # @ default216 #: includes/settings-page/sp-plugin-settings.php:165217 msgid "Save Changes"218 msgstr "Uložiť zmeny"219 211 220 212 # @ aio-favicon … … 230 222 # @ aio-favicon 231 223 #: includes/settings-page/sp-tipps-box.php:23 232 msgid "<a href=\"http://en.wikipedia.org/wiki/Favicon\" target=\"_blank\">Wikipedia</a> offers much information about favicon types and sizes." 233 msgstr "<a href=\"http://en.wikipedia.org/wiki/Favicon\" target=\"_blank\">Wikipedia</a> ponúka kopec informácií o ikonkách a ich veľkostiach." 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." 234 230 235 231 # @ aio-favicon … … 240 236 # @ aio-favicon 241 237 #: includes/settings-page/sp-tipps-box.php:31 242 msgid "<a href=\"http://www.html-kit.com/favicon/\" target=\"_blank\">HTML Kit</a> provides a favicon generator that is very easy to use." 243 msgstr "<a href=\"http://www.html-kit.com/favicon/\" target=\"_blank\">HTML Kit</a> poskytuje generátor ikoniek a je ľahký na použitie." 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 244 245 245 # @ aio-favicon … … 251 251 # @ aio-favicon 252 252 #: includes/settings-page/sp-tipps-box.php:39 253 msgid "<a href=\"http://www.favicon.cc/\" target=\"_blank\">Favicon CC</a> provides a favicon editor that is very easy to use." 254 msgstr "<a href=\"http://www.favicon.cc/\" target=\"_blank\">Favicon CC</a> poskytuje generátor ikoniek a je ľahký na použitie." 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." 255 259 256 260 # @ aio-favicon … … 261 265 # @ aio-favicon 262 266 #: includes/settings-page/sp-tipps-box.php:47 263 msgid "<a href=\"http://www.html-kit.com/favicon/validator\" target=\"_blank\">HTML Kit</a> provides a favicon validator that tells you whether your favicon is working and if it is compatible to all browsers." 264 msgstr "<a href=\"http://www.html-kit.com/favicon/validator\" target=\"_blank\">HTML Kit</a> poskytuje validátor, ktorý vám povie či je ikonka funkčná a kompatibilná so všetkými prehliadačmi." 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." 265 275 266 276 # @ aio-favicon … … 271 281 # @ aio-favicon 272 282 #: includes/settings-page/sp-tipps-box.php:55 273 msgid "<a href=\"http://developer.apple.com/library/safari/#documentation/appleapplications/reference/safariwebcontent/ConfiguringWebApplications/ConfiguringWebApplications.html\" target=\"_blank\">Apple</a> provides a howto on how to create a PNG to use as an Apple Touch Icon." 274 msgstr "<a href=\"http://developer.apple.com/library/safari/#documentation/appleapplications/reference/safariwebcontent/ConfiguringWebApplications/ConfiguringWebApplications.html\" target=\"_blank\">Apple</a> poskytuje návod, ako vytvoriť PNG ikonku pre Apple Touch." 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." 275 293 276 294 # @ aio-favicon … … 281 299 # @ aio-favicon 282 300 #: includes/settings-page/sp-translation.php:17 283 msgid "The english translation was done by <a href=\"http://www.techotronic.de\" target=\"_blank\">Arne Franken</a>." 284 msgstr "Anglický preklad vyhotovil <a href=\"http://www.techotronic.de\" target=\"_blank\">Arne Franken</a>." 285 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>." -
all-in-one-favicon/trunk/localization/aio-favicon-sr_RS.po
r519128 r656573 3 3 "Project-Id-Version: All In One Favicon\n" 4 4 "Report-Msgid-Bugs-To: \n" 5 "POT-Creation-Date: 201 2-03-15 00:38+0100\n"6 "PO-Revision-Date: 201 2-03-15 00:39+0100\n"7 "Last-Translator: \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 8 "Language-Team: Balkanboy Media <hello@balkanboymedia.com>\n" 9 "Language: sr_YU\n" 9 10 "MIME-Version: 1.0\n" 10 11 "Content-Type: text/plain; charset=UTF-8\n" … … 12 13 "X-Poedit-KeywordsList: __;_e\n" 13 14 "X-Poedit-Basepath: ..\n" 14 "X-Poedit-Language: Serbian\n"15 "X-Poedit-Country: YUGOSLAVIA\n"16 15 "X-Poedit-SourceCharset: utf-8\n" 16 "X-Generator: Poedit 1.5.4\n" 17 17 "X-Poedit-SearchPath-0: .\n" 18 18 19 #: all-in-one-favicon.php: 3719 #: all-in-one-favicon.php:40 20 20 msgid "All in one Favicon" 21 21 msgstr "" 22 22 23 #: includes/aio-favicon-backend.php:158 24 #: includes/settings-page.php:15 25 #: includes/settings-page/sp-plugin-settings.php:13 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 26 42 msgid "Settings" 27 43 msgstr "Podešavanja" 28 44 29 #: includes/aio-favicon-backend.php:1 8345 #: includes/aio-favicon-backend.php:161 30 46 #, php-format 31 47 msgid "Successfully updated %1$s settings." 32 48 msgstr "Uspešno ažurirana %1$s podešavanja" 33 49 34 #: includes/aio-favicon-backend.php:1 8550 #: includes/aio-favicon-backend.php:163 35 51 #, php-format 36 52 msgid "%1$s settings were successfully deleted." 37 53 msgstr "%1$s podešavanja su uspešno obrisana" 38 54 39 #: includes/aio-favicon-backend.php: 20955 #: includes/aio-favicon-backend.php:187 40 56 msgid "Did not update settings, you do not have the necessary rights." 41 57 msgstr "Podešavanja nisu ažurirana, nemate neophodna prava" … … 43 59 #: includes/aio-favicon-backend.php:270 44 60 #, php-format 45 msgid "Did not delete %1$s settings. Either you dont have the nececssary rights or you didnt check the checkbox." 46 msgstr "%1$s podešavanja nisu obrisana. Ili nemate neophodna prava ili niste štiklirali polje" 47 48 #: includes/aio-favicon-frontend.php:96 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 49 69 msgid "Using" 50 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 "" 51 77 52 78 #: includes/settings-page/sp-delete-settings.php:14 … … 57 83 #: includes/settings-page/sp-delete-settings.php:17 58 84 msgid "Check the box and click this button to delete settings of this plugin." 59 msgstr "Štiklirajte polje ili kliknite na dugme da obrišete podešavanja dodatka." 85 msgstr "" 86 "Štiklirajte polje ili kliknite na dugme da obrišete podešavanja dodatka." 60 87 61 88 #: includes/settings-page/sp-donate-box.php:14 … … 64 91 65 92 #: includes/settings-page/sp-donate-box.php:18 66 msgid "If you would like to make a small (or large) contribution towards future development please consider making a donation." 67 msgstr "ako želite da date manji (ili veći) doprinos u budućem razvoju molimo Vas da uzmete u obzir pravljenje donacije." 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." 68 99 69 100 #: includes/settings-page/sp-donate-box.php:24 … … 113 144 msgstr "Poslednje donacije" 114 145 115 #: includes/settings-page/sp-plugin-settings.php:22 116 #: includes/settings-page/sp-plugin-settings.php:82 117 #, php-format 118 msgid "%1$s ICO" 119 msgstr "%1$s ICO" 120 121 #: includes/settings-page/sp-plugin-settings.php:22 122 #: includes/settings-page/sp-plugin-settings.php:37 123 #: includes/settings-page/sp-plugin-settings.php:52 124 #: includes/settings-page/sp-plugin-settings.php:67 146 #: includes/settings-page/sp-left-column.php:25 125 147 msgid "Frontend" 126 148 msgstr "Frontend" 127 149 128 #: includes/settings-page/sp-plugin-settings.php:32 129 #: includes/settings-page/sp-plugin-settings.php:47 130 #: includes/settings-page/sp-plugin-settings.php:62 131 #: includes/settings-page/sp-plugin-settings.php:77 132 #: includes/settings-page/sp-plugin-settings.php:92 133 #: includes/settings-page/sp-plugin-settings.php:107 134 #: includes/settings-page/sp-plugin-settings.php:122 135 #: includes/settings-page/sp-plugin-settings.php:137 136 msgid "Check box to delete favicon." 137 msgstr "" 138 139 #: includes/settings-page/sp-plugin-settings.php:37 140 #: includes/settings-page/sp-plugin-settings.php:97 141 #, php-format 142 msgid "%1$s PNG" 143 msgstr "%1$s PNG" 144 145 #: includes/settings-page/sp-plugin-settings.php:52 146 #: includes/settings-page/sp-plugin-settings.php:112 147 #, php-format 148 msgid "%1$s GIF" 149 msgstr "%1$s GIF" 150 151 #: includes/settings-page/sp-plugin-settings.php:67 152 #: includes/settings-page/sp-plugin-settings.php:127 153 #, fuzzy, php-format 154 msgid "%1$s Apple Touch Icon" 155 msgstr "%1$s Apple touch ikona" 156 157 #: includes/settings-page/sp-plugin-settings.php:82 158 #: includes/settings-page/sp-plugin-settings.php:97 159 #: includes/settings-page/sp-plugin-settings.php:112 160 #: includes/settings-page/sp-plugin-settings.php:127 150 #: includes/settings-page/sp-left-column.php:31 161 151 msgid "Backend" 162 152 msgstr "Backend" 163 153 164 #: includes/settings-page/sp-plugin-settings.php:142 165 msgid "Don't add reflective shine" 166 msgstr "" 167 168 #: includes/settings-page/sp-plugin-settings.php:148 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 169 msgid "Don't add reflective shine to Apple Touch Icon" 170 170 msgstr "" 171 171 172 #: includes/settings-page/sp-plugin- settings.php:153172 #: includes/settings-page/sp-plugin-meta-settings.php:30 173 173 msgid "Remove link from Meta-box" 174 174 msgstr "Uklonite link iz Meta-polja" 175 175 176 #: includes/settings-page/sp-plugin- settings.php:159176 #: includes/settings-page/sp-plugin-meta-settings.php:36 177 177 msgid "Remove the link to the developers site from the WordPress meta-box." 178 178 msgstr "Uklonite link do developerovog sajta iz WordPress meta-polja" 179 180 #: includes/settings-page/sp-plugin-settings.php:165181 msgid "Save Changes"182 msgstr "Sačuvajte promene"183 179 184 180 #: includes/settings-page/sp-tipps-box.php:14 … … 191 187 192 188 #: includes/settings-page/sp-tipps-box.php:23 193 msgid "<a href=\"http://en.wikipedia.org/wiki/Favicon\" target=\"_blank\">Wikipedia</a> offers much information about favicon types and sizes." 194 msgstr "<a href=\"http://en.wikipedia.org/wiki/Favicon\" target=\"_blank\">Wikipedia</a> nudi puno informacija o tipovima i veličinama favikona." 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 195 196 196 #: includes/settings-page/sp-tipps-box.php:28 … … 199 199 200 200 #: includes/settings-page/sp-tipps-box.php:31 201 msgid "<a href=\"http://www.html-kit.com/favicon/\" target=\"_blank\">HTML Kit</a> provides a favicon generator that is very easy to use." 202 msgstr "<a href=\"http://www.html-kit.com/favicon/\" target=\"_blank\">HTML Kit</a> obezbeđuje favicon generator koji se lako koristi." 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." 203 207 204 208 #: includes/settings-page/sp-tipps-box.php:36 … … 208 212 209 213 #: includes/settings-page/sp-tipps-box.php:39 210 msgid "<a href=\"http://www.favicon.cc/\" target=\"_blank\">Favicon CC</a> provides a favicon editor that is very easy to use." 211 msgstr "<a href=\"http://www.favicon.cc/\" target=\"_blank\">Favicon CC</a> obezbeđuje favicon generator koji se lako koristi." 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." 212 220 213 221 #: includes/settings-page/sp-tipps-box.php:44 … … 216 224 217 225 #: includes/settings-page/sp-tipps-box.php:47 218 msgid "<a href=\"http://www.html-kit.com/favicon/validator\" target=\"_blank\">HTML Kit</a> provides a favicon validator that tells you whether your favicon is working and if it is compatible to all browsers." 219 msgstr "<a href=\"http://www.html-kit.com/favicon/validator\" target=\"_blank\">HTML Kit</a> obezbeđuje favicon validator Vam koji Vam govori da li Vaš favikon radi i da li je kompatibilan sa svim internet pregledačima." 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." 220 234 221 235 #: includes/settings-page/sp-tipps-box.php:52 … … 224 238 225 239 #: includes/settings-page/sp-tipps-box.php:55 226 msgid "<a href=\"http://developer.apple.com/library/safari/#documentation/appleapplications/reference/safariwebcontent/ConfiguringWebApplications/ConfiguringWebApplications.html\" target=\"_blank\">Apple</a> provides a howto on how to create a PNG to use as an Apple Touch Icon." 227 msgstr "<a href=\"http://developer.apple.com/library/safari/#documentation/appleapplications/reference/safariwebcontent/ConfiguringWebApplications/ConfiguringWebApplications.html\" target=\"_blank\">Apple</a> obezbeđuje kako da kreirate PNG da se koristi kao Apple Touch ikonu." 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." 228 250 229 251 #: includes/settings-page/sp-translation.php:14 … … 232 254 233 255 #: includes/settings-page/sp-translation.php:17 234 msgid "The english translation was done by <a href=\"http://www.techotronic.de\" target=\"_blank\">Arne Franken</a>." 235 msgstr "Na Srpski peveli <a href=\"http://www.balkanboymedia.com\" target=\"_blank\"> Balkanboy Media</a>." 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" 236 271 237 272 #~ msgid "Enter a URL or upload a Favicon." -
all-in-one-favicon/trunk/localization/aio-favicon-sv_SE.po
r519128 r656573 3 3 "Project-Id-Version: All In One Favicon\n" 4 4 "Report-Msgid-Bugs-To: \n" 5 "POT-Creation-Date: 201 2-03-15 00:40+0100\n"6 "PO-Revision-Date: 201 2-03-15 00:40+0100\n"7 "Last-Translator: \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 8 "Language-Team: Skez <contact@theindiaexperience.se>\n" 9 "Language: sv_SE\n" 9 10 "MIME-Version: 1.0\n" 10 11 "Content-Type: text/plain; charset=UTF-8\n" … … 12 13 "X-Poedit-KeywordsList: __;_e\n" 13 14 "X-Poedit-Basepath: ..\n" 14 "X-Poedit-Language: Swedish\n"15 "X-Poedit-Country: SWEDEN\n"16 15 "X-Poedit-SourceCharset: utf-8\n" 16 "X-Generator: Poedit 1.5.4\n" 17 17 "X-Poedit-SearchPath-0: .\n" 18 18 19 #: all-in-one-favicon.php: 3719 #: all-in-one-favicon.php:40 20 20 msgid "All in one Favicon" 21 21 msgstr "" 22 22 23 #: includes/aio-favicon-backend.php:158 24 #: includes/settings-page.php:15 25 #: includes/settings-page/sp-plugin-settings.php:13 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 26 42 msgid "Settings" 27 43 msgstr "Inställningar" 28 44 29 #: includes/aio-favicon-backend.php:1 8345 #: includes/aio-favicon-backend.php:161 30 46 #, php-format 31 47 msgid "Successfully updated %1$s settings." 32 48 msgstr "Uppdaterade inställningarna för %1$s." 33 49 34 #: includes/aio-favicon-backend.php:1 8550 #: includes/aio-favicon-backend.php:163 35 51 #, php-format 36 52 msgid "%1$s settings were successfully deleted." 37 53 msgstr "Inställningarna för %1$s togs bort." 38 54 39 #: includes/aio-favicon-backend.php: 20955 #: includes/aio-favicon-backend.php:187 40 56 msgid "Did not update settings, you do not have the necessary rights." 41 msgstr "Kunde inte uppdatera inställningarna, du har inte dem nödvändiga rättigheterna." 57 msgstr "" 58 "Kunde inte uppdatera inställningarna, du har inte dem nödvändiga " 59 "rättigheterna." 42 60 43 61 #: includes/aio-favicon-backend.php:270 44 62 #, php-format 45 msgid "Did not delete %1$s settings. Either you dont have the nececssary rights or you didnt check the checkbox." 46 msgstr "Tog inte bort inställningarna för %1$s. Du har antingen inte rättigheterna eller så markerade du inte boxen." 47 48 #: includes/aio-favicon-frontend.php:96 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 49 71 msgid "Using" 50 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 "" 51 79 52 80 #: includes/settings-page/sp-delete-settings.php:14 … … 57 85 #: includes/settings-page/sp-delete-settings.php:17 58 86 msgid "Check the box and click this button to delete settings of this plugin." 59 msgstr "Markera boxen och klicka här för att återställa inställningarna för detta plugin." 87 msgstr "" 88 "Markera boxen och klicka här för att återställa inställningarna för detta " 89 "plugin." 60 90 61 91 #: includes/settings-page/sp-donate-box.php:14 … … 64 94 65 95 #: includes/settings-page/sp-donate-box.php:18 66 msgid "If you would like to make a small (or large) contribution towards future development please consider making a donation." 67 msgstr "Om du vill göra ett litet (eller stort) bidrag för framtida utveckling var god överväg att donera." 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." 68 102 69 103 #: includes/settings-page/sp-donate-box.php:24 … … 113 147 msgstr "" 114 148 115 #: includes/settings-page/sp-plugin-settings.php:22 116 #: includes/settings-page/sp-plugin-settings.php:82 117 #, php-format 118 msgid "%1$s ICO" 119 msgstr "%1$s ICO" 120 121 #: includes/settings-page/sp-plugin-settings.php:22 122 #: includes/settings-page/sp-plugin-settings.php:37 123 #: includes/settings-page/sp-plugin-settings.php:52 124 #: includes/settings-page/sp-plugin-settings.php:67 149 #: includes/settings-page/sp-left-column.php:25 125 150 msgid "Frontend" 126 151 msgstr "Front-end" 127 152 128 #: includes/settings-page/sp-plugin-settings.php:32 129 #: includes/settings-page/sp-plugin-settings.php:47 130 #: includes/settings-page/sp-plugin-settings.php:62 131 #: includes/settings-page/sp-plugin-settings.php:77 132 #: includes/settings-page/sp-plugin-settings.php:92 133 #: includes/settings-page/sp-plugin-settings.php:107 134 #: includes/settings-page/sp-plugin-settings.php:122 135 #: includes/settings-page/sp-plugin-settings.php:137 136 msgid "Check box to delete favicon." 137 msgstr "" 138 139 #: includes/settings-page/sp-plugin-settings.php:37 140 #: includes/settings-page/sp-plugin-settings.php:97 141 #, php-format 142 msgid "%1$s PNG" 143 msgstr "%1$s PNG" 144 145 #: includes/settings-page/sp-plugin-settings.php:52 146 #: includes/settings-page/sp-plugin-settings.php:112 147 #, php-format 148 msgid "%1$s GIF" 149 msgstr "%1$s GIF" 150 151 #: includes/settings-page/sp-plugin-settings.php:67 152 #: includes/settings-page/sp-plugin-settings.php:127 153 #, php-format 154 msgid "%1$s Apple Touch Icon" 155 msgstr "" 156 157 #: includes/settings-page/sp-plugin-settings.php:82 158 #: includes/settings-page/sp-plugin-settings.php:97 159 #: includes/settings-page/sp-plugin-settings.php:112 160 #: includes/settings-page/sp-plugin-settings.php:127 153 #: includes/settings-page/sp-left-column.php:31 161 154 msgid "Backend" 162 155 msgstr "Back-end" 163 156 164 #: includes/settings-page/sp-plugin-settings.php:142 165 msgid "Don't add reflective shine" 166 msgstr "" 167 168 #: includes/settings-page/sp-plugin-settings.php:148 169 msgid "Don't add reflective shine to Apple Touch Icon" 170 msgstr "" 171 172 #: includes/settings-page/sp-plugin-settings.php:153 173 msgid "Remove link from Meta-box" 174 msgstr "" 175 176 #: includes/settings-page/sp-plugin-settings.php:159 177 msgid "Remove the link to the developers site from the WordPress meta-box." 178 msgstr "" 179 180 #: includes/settings-page/sp-plugin-settings.php:165 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 181 167 msgid "Save Changes" 182 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 "" 183 182 184 183 #: includes/settings-page/sp-tipps-box.php:14 … … 191 190 192 191 #: includes/settings-page/sp-tipps-box.php:23 193 msgid "<a href=\"http://en.wikipedia.org/wiki/Favicon\" target=\"_blank\">Wikipedia</a> offers much information about favicon types and sizes." 194 msgstr "<a href=\"http://sv.wikipedia.org/wiki/Favicon\" target=\"_blank\">Wikipedia</a> erbjuder mycket information om dem olika typerna och storlekarna kring favicon." 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." 195 199 196 200 #: includes/settings-page/sp-tipps-box.php:28 … … 199 203 200 204 #: includes/settings-page/sp-tipps-box.php:31 201 msgid "<a href=\"http://www.html-kit.com/favicon/\" target=\"_blank\">HTML Kit</a> provides a favicon generator that is very easy to use." 202 msgstr "<a href=\"http://www.html-kit.com/favicon/\" target=\"_blank\">HTML Kit</a> tillhandahåller en favicon generator som är lätt att använda." 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." 203 211 204 212 #: includes/settings-page/sp-tipps-box.php:36 … … 208 216 209 217 #: includes/settings-page/sp-tipps-box.php:39 210 msgid "<a href=\"http://www.favicon.cc/\" target=\"_blank\">Favicon CC</a> provides a favicon editor that is very easy to use." 211 msgstr "<a href=\"http://www.favicon.cc/\" target=\"_blank\">Favicon CC</a> tillhandahåller en favicon generator som är lätt att använda." 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." 212 224 213 225 #: includes/settings-page/sp-tipps-box.php:44 … … 216 228 217 229 #: includes/settings-page/sp-tipps-box.php:47 218 msgid "<a href=\"http://www.html-kit.com/favicon/validator\" target=\"_blank\">HTML Kit</a> provides a favicon validator that tells you whether your favicon is working and if it is compatible to all browsers." 219 msgstr "<a href=\"http://www.html-kit.com/favicon/validator\" target=\"_blank\">HTML Kit</a> tillhandahåller en favicon validator som kollar om din favicon är kompatibel i alla webbläsare." 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." 220 238 221 239 #: includes/settings-page/sp-tipps-box.php:52 … … 224 242 225 243 #: includes/settings-page/sp-tipps-box.php:55 226 msgid "<a href=\"http://developer.apple.com/library/safari/#documentation/appleapplications/reference/safariwebcontent/ConfiguringWebApplications/ConfiguringWebApplications.html\" target=\"_blank\">Apple</a> provides a howto on how to create a PNG to use as an Apple Touch Icon." 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." 227 249 msgstr "" 228 250 … … 232 254 233 255 #: includes/settings-page/sp-translation.php:17 234 msgid "The english translation was done by <a href=\"http://www.techotronic.de\" target=\"_blank\">Arne Franken</a>." 235 msgstr "Denna svenska översättning är gjord av <a href=\"http://www.theindiaexperience.se\" target=\"_blank\">Christian Nilsson</a>." 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" 236 271 237 272 #~ msgid "Enter a URL or upload a Favicon." -
all-in-one-favicon/trunk/localization/aio-favicon-tr_TR.po
r627007 r656573 3 3 "Project-Id-Version: All In One Favicon\n" 4 4 "Report-Msgid-Bugs-To: \n" 5 "POT-Creation-Date: 201 2-03-15 00:33+0100\n"6 "PO-Revision-Date: 201 2-11-19 12:42+0100\n"5 "POT-Creation-Date: 2013-01-21 23:26+0100\n" 6 "PO-Revision-Date: 2013-01-21 23:26+0100\n" 7 7 "Last-Translator: Arne Franken <blog@techotronic.de>\n" 8 8 "Language-Team: Techotronic <blog@techotronic.de>\n" 9 "Language: en_GB\n" 9 10 "MIME-Version: 1.0\n" 10 11 "Content-Type: text/plain; charset=UTF-8\n" … … 13 14 "X-Poedit-Basepath: ..\n" 14 15 "X-Poedit-SourceCharset: utf-8\n" 15 "Language: en_GB\n"16 16 "X-Generator: Poedit 1.5.4\n" 17 17 "X-Poedit-SearchPath-0: .\n" 18 18 19 #: all-in-one-favicon.php: 3719 #: all-in-one-favicon.php:40 20 20 msgid "All in one Favicon" 21 21 msgstr "All in one Favicon" 22 22 23 #: includes/aio-favicon-backend.php:158 includes/settings-page.php:15 24 #: includes/settings-page/sp-plugin-settings.php:13 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 25 42 msgid "Settings" 26 43 msgstr "Ayarlar" 27 44 28 #: includes/aio-favicon-backend.php:1 8345 #: includes/aio-favicon-backend.php:161 29 46 #, php-format 30 47 msgid "Successfully updated %1$s settings." 31 48 msgstr "%1$s başarıyla güncellendi." 32 49 33 #: includes/aio-favicon-backend.php:1 8550 #: includes/aio-favicon-backend.php:163 34 51 #, php-format 35 52 msgid "%1$s settings were successfully deleted." 36 53 msgstr "%1$s başarıyla silindi." 37 54 38 #: includes/aio-favicon-backend.php: 20955 #: includes/aio-favicon-backend.php:187 39 56 msgid "Did not update settings, you do not have the necessary rights." 40 57 msgstr "Güncelleme yapmak için gerekli haklarınız yok." … … 49 66 "işaretlemediniz." 50 67 51 #: includes/aio-favicon-frontend.php: 9668 #: includes/aio-favicon-frontend.php:66 52 69 msgid "Using" 53 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 "" 54 77 55 78 #: includes/settings-page/sp-delete-settings.php:14 … … 122 145 msgstr "Son bağışlar" 123 146 124 #: includes/settings-page/sp-plugin-settings.php:22 125 #: includes/settings-page/sp-plugin-settings.php:82 126 #, php-format 127 msgid "%1$s ICO" 128 msgstr "%1$s ICO" 129 130 #: includes/settings-page/sp-plugin-settings.php:22 131 #: includes/settings-page/sp-plugin-settings.php:37 132 #: includes/settings-page/sp-plugin-settings.php:52 133 #: includes/settings-page/sp-plugin-settings.php:67 147 #: includes/settings-page/sp-left-column.php:25 134 148 msgid "Frontend" 135 149 msgstr "Kullanıcı görünümü" 136 150 137 #: includes/settings-page/sp-plugin-settings.php:32 138 #: includes/settings-page/sp-plugin-settings.php:47 139 #: includes/settings-page/sp-plugin-settings.php:62 140 #: includes/settings-page/sp-plugin-settings.php:77 141 #: includes/settings-page/sp-plugin-settings.php:92 142 #: includes/settings-page/sp-plugin-settings.php:107 143 #: includes/settings-page/sp-plugin-settings.php:122 144 #: includes/settings-page/sp-plugin-settings.php:137 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 145 160 msgid "Check box to delete favicon." 146 161 msgstr "Favicon'u silmek için kutucuğu işaretleyin." 147 162 148 #: includes/settings-page/sp-plugin-settings.php:37 149 #: includes/settings-page/sp-plugin-settings.php:97 150 #, php-format 151 msgid "%1$s PNG" 152 msgstr "%1$s PNG" 153 154 #: includes/settings-page/sp-plugin-settings.php:52 155 #: includes/settings-page/sp-plugin-settings.php:112 156 #, php-format 157 msgid "%1$s GIF" 158 msgstr "%1$s GIF" 159 160 #: includes/settings-page/sp-plugin-settings.php:67 161 #: includes/settings-page/sp-plugin-settings.php:127 162 #, php-format 163 msgid "%1$s Apple Touch Icon" 164 msgstr "%1$s Apple Touch İkonu" 165 166 #: includes/settings-page/sp-plugin-settings.php:82 167 #: includes/settings-page/sp-plugin-settings.php:97 168 #: includes/settings-page/sp-plugin-settings.php:112 169 #: includes/settings-page/sp-plugin-settings.php:127 170 msgid "Backend" 171 msgstr "Yönetim paneli görünümü" 172 173 #: includes/settings-page/sp-plugin-settings.php:142 174 msgid "Don't add reflective shine" 175 msgstr "Yansıyan parlaklık efekti ekleme" 176 177 #: includes/settings-page/sp-plugin-settings.php:148 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 178 170 msgid "Don't add reflective shine to Apple Touch Icon" 179 171 msgstr "Apple Touch ikonuna yansıyan parlaklık efekti ekleme" 180 172 181 #: includes/settings-page/sp-plugin- settings.php:153173 #: includes/settings-page/sp-plugin-meta-settings.php:30 182 174 msgid "Remove link from Meta-box" 183 175 msgstr "Meta kutusundan bağlantıyı kaldır" 184 176 185 #: includes/settings-page/sp-plugin- settings.php:159177 #: includes/settings-page/sp-plugin-meta-settings.php:36 186 178 msgid "Remove the link to the developers site from the WordPress meta-box." 187 179 msgstr "Wordpress meta kutusundan geliştiricinin bağlantısını kaldır." 188 189 #: includes/settings-page/sp-plugin-settings.php:165190 msgid "Save Changes"191 msgstr "Değişiklikleri KAydet"192 180 193 181 #: includes/settings-page/sp-tipps-box.php:14 … … 271 259 "Türkçe çevirisi <a href=\"http://www.enazyakanaraba.com\" target=\"_blank" 272 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" -
all-in-one-favicon/trunk/localization/aio-favicon-zh_CN.po
r626516 r656573 3 3 "Project-Id-Version: All in one Favicon v3.1\n" 4 4 "Report-Msgid-Bugs-To: \n" 5 "POT-Creation-Date: 201 2-03-15 00:40+0100\n"6 "PO-Revision-Date: 201 2-03-15 00:41+0100\n"7 "Last-Translator: \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 8 "Language-Team: \n" 9 "Language: zh\n" 9 10 "MIME-Version: 1.0\n" 10 11 "Content-Type: text/plain; charset=UTF-8\n" 11 12 "Content-Transfer-Encoding: 8bit\n" 12 13 "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 14 "X-Poedit-SourceCharset: utf-8\n" 16 "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;\n" 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 17 "X-Poedit-Basepath: ../\n" 18 "X-Poedit-Bookmarks: \n" 18 "X-Textdomain-Support: yes\n" 19 "X-Generator: Poedit 1.5.4\n" 19 20 "X-Poedit-SearchPath-0: .\n" 20 "X-Textdomain-Support: yes" 21 22 #: all-in-one-favicon.php:37 23 #@ aio-favicon 21 22 # @ aio-favicon 23 #: all-in-one-favicon.php:40 24 24 msgid "All in one Favicon" 25 25 msgstr "站点图标" 26 26 27 #: includes/aio-favicon-backend.php:158 28 #: includes/settings-page/sp-plugin-settings.php:13 29 #: includes/settings-page.php:15 30 #@ aio-favicon 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 31 48 msgid "Settings" 32 49 msgstr "设置" 33 50 34 #: includes/aio-favicon-backend.php:183 51 # @ aio-favicon 52 #: includes/aio-favicon-backend.php:161 35 53 #, php-format 36 #@ aio-favicon37 54 msgid "Successfully updated %1$s settings." 38 55 msgstr "成功更新 %1$s 设置。" 39 56 40 #: includes/aio-favicon-backend.php:185 57 # @ aio-favicon 58 #: includes/aio-favicon-backend.php:163 41 59 #, php-format 42 #@ aio-favicon43 60 msgid "%1$s settings were successfully deleted." 44 61 msgstr "%1$s 设置已成功删除" 45 62 46 # : includes/aio-favicon-backend.php:20947 # @ aio-favicon63 # @ aio-favicon 64 #: includes/aio-favicon-backend.php:187 48 65 msgid "Did not update settings, you do not have the necessary rights." 49 66 msgstr "设置未更新,您没有足够的权限。" 50 67 68 # @ aio-favicon 51 69 #: includes/aio-favicon-backend.php:270 52 70 #, php-format 53 #@ aio-favicon 54 msgid "Did not delete %1$s settings. Either you dont have the nececssary rights or you didnt check the checkbox." 71 msgid "" 72 "Did not delete %1$s settings. Either you dont have the nececssary rights or " 73 "you didnt check the checkbox." 55 74 msgstr "未删除 %1$s 设置,您没有勾选相应图标,或没有足够的权限。" 56 75 57 # : includes/aio-favicon-frontend.php:9658 # @ aio-favicon76 # @ aio-favicon 77 #: includes/aio-favicon-frontend.php:66 59 78 msgid "Using" 60 79 msgstr "正在使用" 61 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 62 88 #: includes/settings-page/sp-delete-settings.php:14 63 89 #: includes/settings-page/sp-delete-settings.php:23 64 #@ aio-favicon65 90 msgid "Delete Settings" 66 91 msgstr "移除设置" 67 92 93 # @ aio-favicon 68 94 #: includes/settings-page/sp-delete-settings.php:17 69 #@ aio-favicon70 95 msgid "Check the box and click this button to delete settings of this plugin." 71 96 msgstr "勾选右侧复选框来确认删除设置。" 72 97 98 # @ aio-favicon 73 99 #: includes/settings-page/sp-donate-box.php:14 74 #@ aio-favicon75 100 msgid "Donate" 76 101 msgstr "捐赠" 77 102 103 # @ aio-favicon 78 104 #: includes/settings-page/sp-donate-box.php:18 79 #@ aio-favicon 80 msgid "If you would like to make a small (or large) contribution towards future development please consider making a donation." 81 msgstr "如果您喜欢这个小插件,想支持开发者并给予开发者动力,那么您可以考虑进行捐赠" 82 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 83 112 #: includes/settings-page/sp-donate-box.php:24 84 #@ aio-favicon85 113 msgid "Techotronic Development Support" 86 114 msgstr "Techotronic Development Support" 87 115 116 # @ aio-favicon 88 117 #: includes/settings-page/sp-donate-box.php:28 89 #@ aio-favicon90 118 msgid "Please enter the URL you'd like me to link to in the donors lists" 91 119 msgstr "请输入您想在捐赠者名单中显示的链接" 92 120 121 # @ aio-favicon 93 122 #: includes/settings-page/sp-donate-box.php:30 94 #@ aio-favicon95 123 msgid "Return to Your Dashboard" 96 124 msgstr "返回您的控制面板" 97 125 126 # @ aio-favicon 98 127 #: includes/settings-page/sp-donate-box.php:34 99 #@ aio-favicon100 128 msgid "Select Preset Amount" 101 129 msgstr "选择预置金额" 102 130 131 # @ aio-favicon 103 132 #: includes/settings-page/sp-donate-box.php:42 104 133 #: includes/settings-page/sp-donate-box.php:46 105 #@ aio-favicon106 134 msgid "USD" 107 135 msgstr "美元 (USD)" 108 136 137 # @ aio-favicon 109 138 #: includes/settings-page/sp-donate-box.php:43 110 #@ aio-favicon111 139 msgid "Or" 112 140 msgstr "或者" 113 141 142 # @ aio-favicon 114 143 #: includes/settings-page/sp-donate-box.php:44 115 #@ aio-favicon116 144 msgid "Enter Custom Amount" 117 145 msgstr "输入自定义金额" 118 146 147 # @ aio-favicon 119 148 #: includes/settings-page/sp-donate-box.php:48 120 #@ aio-favicon121 149 msgid "Submit" 122 150 msgstr "提交" 123 151 152 # @ aio-favicon 124 153 #: includes/settings-page/sp-donations.php:14 125 #@ aio-favicon126 154 msgid "Top donations" 127 155 msgstr "捐赠排行" 128 156 157 # @ aio-favicon 129 158 #: includes/settings-page/sp-donations.php:20 130 159 #: includes/settings-page/sp-donations.php:33 131 #@ aio-favicon132 160 msgid "Thank you for your donation." 133 161 msgstr "感谢您的捐赠!" 134 162 163 # @ aio-favicon 135 164 #: includes/settings-page/sp-donations.php:27 136 #@ aio-favicon137 165 msgid "Latest donations" 138 166 msgstr "最新捐赠" 139 167 140 #: includes/settings-page/sp-plugin-settings.php:22 141 #: includes/settings-page/sp-plugin-settings.php:82 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 168 # @ aio-favicon 169 #: includes/settings-page/sp-left-column.php:25 152 170 msgid "Frontend" 153 171 msgstr "前台" 154 172 155 #: includes/settings-page/sp-plugin-settings.php:32 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 #@ aio-favicon 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 164 184 msgid "Check box to delete favicon." 165 185 msgstr "勾选此复选框删除该站点图标" 166 186 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:142 197 #@ aio-favicon 198 msgid "Don't add reflective shine" 199 msgstr "不添加高光效果" 200 201 #: includes/settings-page/sp-plugin-settings.php:148 202 #@ aio-favicon 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 203 196 msgid "Don't add reflective shine to Apple Touch Icon" 204 197 msgstr "不为 Apple Touch Icon 添加高光效果" 205 198 206 # : includes/settings-page/sp-plugin-settings.php:153207 # @ aio-favicon199 # @ aio-favicon 200 #: includes/settings-page/sp-plugin-meta-settings.php:30 208 201 msgid "Remove link from Meta-box" 209 202 msgstr "删除侧栏中的推广链接" 210 203 211 # : includes/settings-page/sp-plugin-settings.php:159212 # @ aio-favicon204 # @ aio-favicon 205 #: includes/settings-page/sp-plugin-meta-settings.php:36 213 206 msgid "Remove the link to the developers site from the WordPress meta-box." 214 207 msgstr "从 WordPress 的「功能」侧边栏中去除推广链接" 215 208 216 #: includes/settings-page/sp-plugin-settings.php:165 217 #@ default 218 msgid "Save Changes" 219 msgstr "保存更改" 220 209 # @ aio-favicon 221 210 #: includes/settings-page/sp-tipps-box.php:14 222 #@ aio-favicon223 211 msgid "Tips" 224 212 msgstr "小提示" 225 213 214 # @ aio-favicon 226 215 #: includes/settings-page/sp-tipps-box.php:20 227 #@ aio-favicon228 216 msgid "Favicon wikipedia entry" 229 217 msgstr "维基百科中的站点图标(Favicon)条目" 230 218 219 # @ aio-favicon 231 220 #: includes/settings-page/sp-tipps-box.php:23 232 #@ aio-favicon 233 msgid "<a href=\"http://en.wikipedia.org/wiki/Favicon\" target=\"_blank\">Wikipedia</a> offers much information about favicon types and sizes." 234 msgstr "<a href=\"http://zh.wikipedia.org/wiki/Favicon\"target=\"_blank\">维基百科</a> 中提供了关于站点图标(Favicon)相当多的信息,包括各式和尺寸。" 235 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 236 229 #: includes/settings-page/sp-tipps-box.php:28 237 #@ aio-favicon238 230 msgid "Favicon generator" 239 231 msgstr "站点图标生成器" 240 232 233 # @ aio-favicon 241 234 #: includes/settings-page/sp-tipps-box.php:31 242 #@ aio-favicon 243 msgid "<a href=\"http://www.html-kit.com/favicon/\" target=\"_blank\">HTML Kit</a> provides a favicon generator that is very easy to use." 244 msgstr "<a href=\"http://www.html-kit.com/favicon/\" target=\"_blank\">HTML Kit</a> 提供了一个非常易于使用的站点图标生成器" 245 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 246 243 #: includes/settings-page/sp-tipps-box.php:36 247 244 #, fuzzy 248 #@ aio-favicon249 245 msgid "Favicon CC editor" 250 246 msgstr "站点图标生成器" 251 247 248 # @ aio-favicon 252 249 #: includes/settings-page/sp-tipps-box.php:39 253 #@ aio-favicon 254 msgid "<a href=\"http://www.favicon.cc/\" target=\"_blank\">Favicon CC</a> provides a favicon editor that is very easy to use." 255 msgstr "<a href=\"http://www.favicon.cc/\" target=\"_blank\">Favicon CC</a> 提供了一个非常易于使用的站点图标生成器" 256 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 257 258 #: includes/settings-page/sp-tipps-box.php:44 258 #@ aio-favicon259 259 msgid "Favicon validator" 260 260 msgstr "站点图标验证器" 261 261 262 # @ aio-favicon 262 263 #: includes/settings-page/sp-tipps-box.php:47 263 #@ aio-favicon 264 msgid "<a href=\"http://www.html-kit.com/favicon/validator\" target=\"_blank\">HTML Kit</a> provides a favicon validator that tells you whether your favicon is working and if it is compatible to all browsers." 265 msgstr "<a href=\"http://www.html-kit.com/favicon/validator\" target=\"_blank\">HTML Kit</a> 提供了站点图表的验证器用来验证您的站点图标是否正常并兼容所有浏览器。" 266 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 267 273 #: includes/settings-page/sp-tipps-box.php:52 268 #@ aio-favicon269 274 msgid "Apple Touch Icon Howto" 270 275 msgstr "如何制作 Apple Touch Icon" 271 276 277 # @ aio-favicon 272 278 #: includes/settings-page/sp-tipps-box.php:55 273 #@ aio-favicon 274 msgid "<a href=\"http://developer.apple.com/library/safari/#documentation/appleapplications/reference/safariwebcontent/ConfiguringWebApplications/ConfiguringWebApplications.html\" target=\"_blank\">Apple</a> provides a howto on how to create a PNG to use as an Apple Touch Icon." 275 msgstr "<a href=\"http://developer.apple.com/library/safari/#documentation/appleapplications/reference/safariwebcontent/ConfiguringWebApplications/ConfiguringWebApplications.html\" target=\"_blank\">Apple</a> 提供了如何把 PNG 图片作为 Apple Touch Icon 的方法。" 276 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 277 291 #: includes/settings-page/sp-translation.php:14 278 #@ aio-favicon279 292 msgid "Translation" 280 293 msgstr "翻译" 281 294 295 # @ aio-favicon 282 296 #: includes/settings-page/sp-translation.php:17 283 #@ aio-favicon 284 msgid "The english translation was done by <a href=\"http://www.techotronic.de\" target=\"_blank\">Arne Franken</a>." 285 msgstr "简体中文由 <a href=\"http://sparanoid.com/\" target=\"_blank\">Tunghsiao Liu</a> 翻译。" 286 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> 翻译。"
Note: See TracChangeset
for help on using the changeset viewer.